diff --git a/.gitignore b/.gitignore index 8db7c87..79d1ea1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ hwloc-1.0.2.tar.bz2 +/hwloc-1.1.tar.bz2 diff --git a/2967_lstopo.patch b/2967_lstopo.patch new file mode 100644 index 0000000..7dbc817 --- /dev/null +++ b/2967_lstopo.patch @@ -0,0 +1,149458 @@ +diff -uNr hwloc-1.1/config/config.guess hwloc-1.1rc6r2967_final/config/config.guess +--- hwloc-1.1/config/config.guess 2010-12-16 22:48:40.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/config/config.guess 2010-12-31 23:48:21.815817987 +0100 +@@ -1,10 +1,10 @@ + #! /bin/sh + # Attempt to guess a canonical system name. + # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, +-# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ++# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 + # Free Software Foundation, Inc. + +-timestamp='2010-09-24' ++timestamp='2009-11-20' + + # This file is free software; you can redistribute it and/or modify it + # under the terms of the GNU General Public License as published by +@@ -56,9 +56,8 @@ + GNU config.guess ($timestamp) + + Originally written by Per Bothner. +-Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, +-2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free +-Software Foundation, Inc. ++Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, ++2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. + + This is free software; see the source for copying conditions. There is NO + warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." +@@ -92,7 +91,7 @@ + exit 1 + fi + +-trap 'exit 1' HUP INT TERM ++trap 'exit 1' 1 2 15 + + # CC_FOR_BUILD -- compiler used by this script. Note that the use of a + # compiler to aid in system detection is discouraged as it requires +@@ -106,7 +105,7 @@ + + set_cc_for_build=' + trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; +-trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" HUP INT PIPE TERM ; ++trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; + : ${TMPDIR=/tmp} ; + { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || + { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || +@@ -552,7 +551,7 @@ + echo rs6000-ibm-aix3.2 + fi + exit ;; +- *:AIX:*:[4567]) ++ *:AIX:*:[456]) + IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` + if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then + IBM_ARCH=rs6000 +@@ -968,9 +967,6 @@ + sparc:Linux:*:* | sparc64:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; +- tile*:Linux:*:*) +- echo ${UNAME_MACHINE}-tilera-linux-gnu +- exit ;; + vax:Linux:*:*) + echo ${UNAME_MACHINE}-dec-linux-gnu + exit ;; +@@ -1234,9 +1230,6 @@ + *:QNX:*:4*) + echo i386-pc-qnx + exit ;; +- NEO-?:NONSTOP_KERNEL:*:*) +- echo neo-tandem-nsk${UNAME_RELEASE} +- exit ;; + NSE-?:NONSTOP_KERNEL:*:*) + echo nse-tandem-nsk${UNAME_RELEASE} + exit ;; +diff -uNr hwloc-1.1/config/config.sub hwloc-1.1rc6r2967_final/config/config.sub +--- hwloc-1.1/config/config.sub 2010-12-16 22:48:40.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/config/config.sub 2010-12-31 23:48:21.818818354 +0100 +@@ -1,10 +1,10 @@ + #! /bin/sh + # Configuration validation subroutine script. + # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, +-# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ++# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 + # Free Software Foundation, Inc. + +-timestamp='2010-12-11' ++timestamp='2009-11-20' + + # This file is (in principle) common to ALL GNU software. + # The presence of a machine in this file suggests that SOME GNU software +@@ -75,9 +75,8 @@ + version="\ + GNU config.sub ($timestamp) + +-Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, +-2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free +-Software Foundation, Inc. ++Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, ++2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. + + This is free software; see the source for copying conditions. There is NO + warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." +@@ -124,9 +123,8 @@ + # Here we must recognize all the valid KERNEL-OS combinations. + maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` + case $maybe_os in +- nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ +- linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ +- knetbsd*-gnu* | netbsd*-gnu* | \ ++ nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \ ++ uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \ + kopensolaris*-gnu* | \ + storm-chaos* | os2-emx* | rtmk-nova*) + os=-$maybe_os +@@ -283,7 +281,6 @@ + | moxie \ + | mt \ + | msp430 \ +- | nds32 | nds32le | nds32be \ + | nios | nios2 \ + | ns16k | ns32k \ + | or32 \ +@@ -297,7 +294,7 @@ + | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ + | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ + | spu | strongarm \ +- | tahoe | thumb | tic4x | tic54x | tic55x | tic6x | tic80 | tron \ ++ | tahoe | thumb | tic4x | tic80 | tron \ + | ubicom32 \ + | v850 | v850e \ + | we32k \ +@@ -305,15 +302,6 @@ + | z8k | z80) + basic_machine=$basic_machine-unknown + ;; +- c54x) +- basic_machine=tic54x-unknown +- ;; +- c55x) +- basic_machine=tic55x-unknown +- ;; +- c6x) +- basic_machine=tic6x-unknown +- ;; + m6811 | m68hc11 | m6812 | m68hc12 | picochip) + # Motorola 68HC11/12. + basic_machine=$basic_machine-unknown +@@ -345,7 +333,7 @@ + | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ + | avr-* | avr32-* \ + | bfin-* | bs2000-* \ +- | c[123]* | c30-* | [cjt]90-* | c4x-* \ ++ | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ + | clipper-* | craynv-* | cydra-* \ + | d10v-* | d30v-* | dlx-* \ + | elxsi-* \ +@@ -379,7 +367,6 @@ + | mmix-* \ + | mt-* \ + | msp430-* \ +- | nds32-* | nds32le-* | nds32be-* \ + | nios-* | nios2-* \ + | none-* | np1-* | ns16k-* | ns32k-* \ + | orion-* \ +@@ -393,8 +380,7 @@ + | sparclite-* \ + | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \ + | tahoe-* | thumb-* \ +- | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ +- | tile-* | tilegx-* \ ++ | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* | tile-* \ + | tron-* \ + | ubicom32-* \ + | v850-* | v850e-* | vax-* \ +@@ -494,15 +480,6 @@ + basic_machine=powerpc-ibm + os=-cnk + ;; +- c54x-*) +- basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'` +- ;; +- c55x-*) +- basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'` +- ;; +- c6x-*) +- basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'` +- ;; + c90) + basic_machine=c90-cray + os=-unicos +@@ -539,7 +516,7 @@ + basic_machine=craynv-cray + os=-unicosmp + ;; +- cr16 | cr16-*) ++ cr16) + basic_machine=cr16-unknown + os=-elf + ;; +@@ -862,12 +839,6 @@ + np1) + basic_machine=np1-gould + ;; +- neo-tandem) +- basic_machine=neo-tandem +- ;; +- nse-tandem) +- basic_machine=nse-tandem +- ;; + nsr-tandem) + basic_machine=nsr-tandem + ;; +@@ -1102,10 +1073,17 @@ + basic_machine=t90-cray + os=-unicos + ;; +- # This must be matched before tile*. +- tilegx*) +- basic_machine=tilegx-unknown +- os=-linux-gnu ++ tic54x | c54x*) ++ basic_machine=tic54x-unknown ++ os=-coff ++ ;; ++ tic55x | c55x*) ++ basic_machine=tic55x-unknown ++ os=-coff ++ ;; ++ tic6x | c6x*) ++ basic_machine=tic6x-unknown ++ os=-coff + ;; + tile*) + basic_machine=tile-unknown +@@ -1316,8 +1294,7 @@ + | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ + | -chorusos* | -chorusrdb* | -cegcc* \ + | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ +- | -mingw32* | -linux-gnu* | -linux-android* \ +- | -linux-newlib* | -linux-uclibc* \ ++ | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \ + | -uxpv* | -beos* | -mpeix* | -udk* \ + | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ + | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ +@@ -1458,8 +1435,6 @@ + -dicos*) + os=-dicos + ;; +- -nacl*) +- ;; + -none) + ;; + *) +@@ -1500,15 +1475,6 @@ + c4x-* | tic4x-*) + os=-coff + ;; +- tic54x-*) +- os=-coff +- ;; +- tic55x-*) +- os=-coff +- ;; +- tic6x-*) +- os=-coff +- ;; + # This must come before the *-dec entry. + pdp10-*) + os=-tops20 +diff -uNr hwloc-1.1/configure hwloc-1.1rc6r2967_final/configure +--- hwloc-1.1/configure 2010-12-16 22:47:59.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/configure 2010-12-31 23:48:22.634918209 +0100 +@@ -1,6 +1,6 @@ + #! /bin/sh + # Guess values for system-dependent variables and create Makefiles. +-# Generated by GNU Autoconf 2.68 for hwloc 1.1. ++# Generated by GNU Autoconf 2.68 for hwloc 1.1rc6. + # + # Report bugs to . + # +@@ -570,8 +570,8 @@ + # Identity of this package. + PACKAGE_NAME='hwloc' + PACKAGE_TARNAME='hwloc' +-PACKAGE_VERSION='1.1' +-PACKAGE_STRING='hwloc 1.1' ++PACKAGE_VERSION='1.1rc6' ++PACKAGE_STRING='hwloc 1.1rc6' + PACKAGE_BUGREPORT='http://www.open-mpi.org/community/help/' + PACKAGE_URL='' + +@@ -1434,7 +1434,7 @@ + # Omit some internal or obsolete options to make the list less imposing. + # This message is too long to be a string in the A/UX 3.1 sh. + cat <<_ACEOF +-\`configure' configures hwloc 1.1 to adapt to many kinds of systems. ++\`configure' configures hwloc 1.1rc6 to adapt to many kinds of systems. + + Usage: $0 [OPTION]... [VAR=VALUE]... + +@@ -1509,7 +1509,7 @@ + + if test -n "$ac_init_help"; then + case $ac_init_help in +- short | recursive ) echo "Configuration of hwloc 1.1:";; ++ short | recursive ) echo "Configuration of hwloc 1.1rc6:";; + esac + cat <<\_ACEOF + +@@ -1669,7 +1669,7 @@ + test -n "$ac_init_help" && exit $ac_status + if $ac_init_version; then + cat <<\_ACEOF +-hwloc configure 1.1 ++hwloc configure 1.1rc6 + generated by GNU Autoconf 2.68 + + Copyright (C) 2010 Free Software Foundation, Inc. +@@ -2316,7 +2316,7 @@ + This file contains any messages produced by compilers while + running configure, to aid debugging if configure makes a mistake. + +-It was created by hwloc $as_me 1.1, which was ++It was created by hwloc $as_me 1.1rc6, which was + generated by GNU Autoconf 2.68. Invocation command line was + + $ $0 $@ +@@ -3257,7 +3257,7 @@ + + # Define the identity of the package. + PACKAGE='hwloc' +- VERSION='1.1' ++ VERSION='1.1rc6' + + + cat >>confdefs.h <<_ACEOF +@@ -21034,7 +21034,7 @@ + # report actual input values of CONFIG_FILES etc. instead of their + # values after options handling. + ac_log=" +-This file was extended by hwloc $as_me 1.1, which was ++This file was extended by hwloc $as_me 1.1rc6, which was + generated by GNU Autoconf 2.68. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES +@@ -21104,7 +21104,7 @@ + cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" + ac_cs_version="\\ +-hwloc config.status 1.1 ++hwloc config.status 1.1rc6 + configured by $0, generated by GNU Autoconf 2.68, + with options \\"\$ac_cs_config\\" + +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00001.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00001.html +--- hwloc-1.1/doc/doxygen-doc/html/a00001.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00001.html 1970-01-01 01:00:00.000000000 +0100 +@@ -1,106 +0,0 @@ +- +- +- +- +-Hardware Locality (hwloc): Terms and Definitions +- +- +- +- +- +- +-
+-
+-

Terms and Definitions

+-
+-
+-
+-
Object
+-

Interesting kind of part of the system, such as a Core, a Cache, a Memory node, etc. The different types detected by hwloc are detailed in the hwloc_obj_type_t enumeration.

+-

They are topologically sorted by CPU set into a tree.

+-

+-
+-
CPU set
+-

The set of logical processors (or processing units) logically included in an object (if it makes sense). They are always expressed using physical logical processor numbers (as announced by the OS). They are implemented as the hwloc_bitmap_t opaque structure. hwloc CPU sets are just masks, they do not have any relation with an operating system actual binding notion like Linux' cpusets.

+-

+-
+-
Node set
+-

The set of NUMA memory nodes logically included in an object (if it makes sense). They are always expressed using physical node numbers (as announced by the OS). They are implemented with the hwloc_bitmap_t opaque structure. as bitmaps.

+-

+-
+-
Bitmap
+-

A possibly-infinite set of bits used for describing sets of objects such as CPUs (CPU sets) or memory nodes (Node sets). They are implemented with the hwloc_bitmap_t opaque structure.

+-

+-
+-
Parent object
+-

The object logically containing the current object, for example because its CPU set includes the CPU set of the current object.

+-

+-
+-
Ancestor object
+-

The parent object, or its own parent object, and so on.

+-

+-
+-
Children object(s)
+-

The object (or objects) contained in the current object because their CPU set is included in the CPU set of the current object.

+-

+-
+-
Arity
+-

The number of children of an object.

+-

+-
+-
Sibling objects
+-

Objects of the same type which have the same parent.

+-

+-
+-
Sibling rank
+-

Index to uniquely identify objects of the same type which have the same parent, and is always in the range [0, parent_arity).

+-

+-
+-
Cousin objects
+-

Objects of the same type as the current object.

+-

+-
+-
Level
+-

Set of objects of the same type.

+-

+-
+-
OS or physical index
+-

The index that the operating system (OS) uses to identify the object. This may be completely arbitrary, or it may depend on the BIOS configuration.

+-

+-
+-
Depth
+-

Nesting level in the object tree, starting from the 0th object.

+-

+-
+-
Logical index
+-

Index to uniquely identify objects of the same type. It expresses proximity in a generic way. This index is always linear and in the range [0, num_objs_same_type_same_level). Think of it as ``cousin rank.'' The ordering is based on topology first, and then on OS CPU numbers, so it is stable across everything except firmware CPU renumbering.

+-

+-
+-
Logical processor
+-
+-
Processing unit
+-

The smallest processing element that can be represented by a hwloc object. It may be a single-core processor, a core of a multicore processor, or a single thread in SMT processor.

+-

+-
+-
+-

The following diagram can help to understand the vocabulary of the relationships by showing the example of a machine with two dual core sockets (with no hardware threads); thus, a topology with 4 levels. Each box with rounded corner corresponds to one hwloc_obj_t, containing the values of the different integer fields (depth, logical_index, etc.), and arrows show to which other hwloc_obj_t pointers point to (first_child, parent, etc.)

+-
+-diagram.png +-
+-

It should be noted that for PU objects, the logical index -- as computed linearly by hwloc -- is not the same as the OS index.

+-
+- +- +- +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00002.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00002.html +--- hwloc-1.1/doc/doxygen-doc/html/a00002.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00002.html 1970-01-01 01:00:00.000000000 +0100 +@@ -1,52 +0,0 @@ +- +- +- +- +-Hardware Locality (hwloc): Command-line tools +- +- +- +- +- +- +-
+-
+-

Command-line tools

+-
+-
+-

hwloc comes with an extensive C programming interface and several command line utilities. Each of them is fully documented in its own manual page; the following is a summary of the available command line tools.

+-

+-lstopo

+-

lstopo (also known as hwloc-info and hwloc-ls) displays the hierarchical topology map of the current system. The output may be graphical or textual, and can also be exported to numerous file formats such as PDF, PNG, XML, and others.

+-

Note that lstopo can read XML files and/or alternate chroot filesystems and display topological maps representing those systems (e.g., use lstopo to output an XML file on one system, and then use lstopo to read in that XML file and display it on a different system).

+-

+-hwloc-bind

+-

hwloc-bind binds processes to specific hardware objects through a flexible syntax. A simple example is binding an executable to specific cores (or sockets or bitmaps or ...). The hwloc-bind(1) man page provides much more detail on what is possible.

+-

hwloc-bind can also be used to retrieve the current process' binding.

+-

+-hwloc-calc

+-

hwloc-calc is generally used to create bitmap strings to pass to hwloc-bind. Although hwloc-bind accepts many forms of object specification (i.e., bitmap strings are one of many forms that hwloc-bind understands), they can be useful, compact representations in shell scripts, for example.

+-

hwloc-calc generates bitmap strings from given hardware objects with the ability to aggregate them, intersect them, and more. hwloc-calc generally uses the same syntax than hwloc-bind, but multiple instances may be composed to generate complex combinations.

+-

Note that hwloc-calc can also generate lists of logical processors or NUMA nodes that are convenient to pass to some external tools such as taskset or numactl.

+-

+-hwloc-distrib

+-

hwloc-distrib generates a set of bitmap strings that are uniformly distributed across the machine for the given number of processes. These strings may be used with hwloc-bind to run processes to maximize their memory bandwidth by properly distributing them across the machine.

+-

+-hwloc-ps

+-

hwloc-ps is a tool to display the bindings of processes that are currently running on the local machine. By default, hwloc-ps only lists processes that are bound; unbound process (and Linux kernel threads) are not displayed.

+-
+- +- +- +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00003.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00003.html +--- hwloc-1.1/doc/doxygen-doc/html/a00003.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00003.html 1970-01-01 01:00:00.000000000 +0100 +@@ -1,47 +0,0 @@ +- +- +- +- +-Hardware Locality (hwloc): Environment variables +- +- +- +- +- +- +-
+-
+-

Environment variables

+-
+-
+-

The behavior of the hwloc library and tools may be tuned thanks to the following environment variables.

+-
+-
HWLOC_XMLFILE=/path/to/file.xml
+-

enforces the discovery from the given XML file as if hwloc_topology_set_xml() had been called. This file may have been generated earlier with lstopo file.xml. For convenience, this backend provides empty binding hooks which just return success. To have hwloc still actually call OS-specific hooks, HWLOC_THISSYSTEM should be set 1 in the environment too, to assert that the loaded file is really the underlying system.

+-

+-
+-
HWLOC_FSROOT=/path/to/linux/filesystem-root/
+-

switches to reading the topology from the specified Linux filesystem root instead of the main file-system root, as if hwloc_topology_set_fsroot() had been called. Not using the main file-system root causes hwloc_topology_is_thissystem() to return 0. For convenience, this backend provides empty binding hooks which just return success. To have hwloc still actually call OS-specific hooks, HWLOC_THISSYSTEM should be set 1 in the environment too, to assert that the loaded file is really the underlying system.

+-

+-
+-
HWLOC_THISSYSTEM=1
+-

enforces the return value of hwloc_topology_is_thissystem(). It means that it makes hwloc assume that the selected backend provides the topology for the system on which we are running, even if it is not the OS-specific backend but the XML backend for instance. This means making the binding functions actually call the OS-specific system calls and really do binding, while the XML backend would otherwise provide empty hooks just returning success. This can be used for efficiency reasons to first detect the topology once, save it to an XML file, and quickly reload it later through the XML backend, but still having binding functions actually do bind.

+-

+-
+-
+-
+- +- +- +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00004.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00004.html +--- hwloc-1.1/doc/doxygen-doc/html/a00004.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00004.html 1970-01-01 01:00:00.000000000 +0100 +@@ -1,36 +0,0 @@ +- +- +- +- +-Hardware Locality (hwloc): CPU Binding and Memory Binding +- +- +- +- +- +- +-
+-
+-

CPU Binding and Memory Binding

+-
+-
+-

Some OSes do not systematically provide separate functions for CPU and Memory binding. This means that CPU binding functions may have have effects on the memory binding policy, and changing the memory binding policy may change the CPU binding of the current thread. This is often not a problem for the application, so by default hwloc will make use of these functions when they provide better binding support.

+-

If the application does not want any CPU binding change when changing the memory policy, it needs to use the HWLOC_MEMBIND_NOCPUBIND flag to prevent hwloc from using OS functions which would change the CPU binding. Conversely, HWLOC_CPUBIND_NOMEMBIND can be passed to cpu binding function to prevent hwloc form using OS functions woudl change the memory binding policy. Of course, this will thus reduce hwloc's support for binding, so their use is discouraged.

+-

One can however avoid using these flags but still closely control both memory and CPU binding, by allocating memory and touching it, and then changing the CPU binding. The already-really-allocated memory will not be migrated, thus even if the memory binding policy gets changed by the CPU binding order, the effect will have been achieved. On binding and allocating further memory, the CPU binding should be performed again in case the memory binding altered the previously-selected CPU binding.

+-

Not all OSes support the notion of a current memory binding policy for the current process but those often still provide a way to allocate data on a given node set. Conversely, some OSes support the notion of a current memory binding policy, and do not permit to allocate data on a given node set without just changing the current policy and allocate the data. Hwloc provides functions that set the current memory binding policies (if supported) as well as functions which allocat memory bound to given node set. By default, it does not use the former to achieve the latter, so that users can use both on OSes where they are both supported, and get both effects at the same time. For convenience, hwloc however also provides the hwloc_alloc_membind_policy and hwloc_alloc_membind_policy_nodeset helpers which are allowed to change the current memory binding policy of the process, in order to achieve memory binding even if that means having to change the current memory binding policy.

+-
+- +- +- +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00005.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00005.html +--- hwloc-1.1/doc/doxygen-doc/html/a00005.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00005.html 1970-01-01 01:00:00.000000000 +0100 +@@ -1,64 +0,0 @@ +- +- +- +- +-Hardware Locality (hwloc): Interoperability with other software +- +- +- +- +- +- +-
+-
+-

Interoperability with other software

+-
+-
+-

Although hwloc offers its own portable interface, it still may have to interoperate with specific or non-portable libraries that manipulate similar kinds of objects. hwloc therefore offers several specific "helpers" to assist converting between those specific interfaces and hwloc.

+-

Some external libraries may be specific to a particular OS; others may not always be available. The hwloc core therefore generally does not explicitly depend on these types of libraries. However, when a custom application uses or otherwise depends on such a library, it may optionally include the corresponding hwloc helper to extend the hwloc interface with dedicated helpers.

+-
+-
Linux specific features
+-

hwloc/linux.h offers Linux-specific helpers that utilize some non-portable features of the Linux system, such as binding threads through their thread ID ("tid") or parsing kernel CPU mask files.

+-

+-
+-
Linux libnuma
+-

hwloc/linux-libnuma.h provides conversion helpers between hwloc CPU sets and libnuma-specific types, such as nodemasks and bitmasks. It helps you use libnuma memory-binding functions with hwloc CPU sets.

+-

+-
+-
Glibc
+-

hwloc/glibc-sched.h offers conversion routines between Glibc and hwloc CPU sets in order to use hwloc with functions such as sched_setaffinity().

+-

+-
+-
OpenFabrics Verbs
+-

hwloc/openfabrics-verbs.h helps interoperability with the OpenFabrics Verbs interface. For example, it can return a list of processors near an OpenFabrics device.

+-

+-
+-
Myrinet Express
+-

hwloc/myriexpress.h offers interoperability with the Myrinet Express interface. It can return the list of processors near a Myrinet board managed by the MX driver.

+-

+-
+-
NVIDIA CUDA
+-

hwloc/cuda.h and hwloc/cudart.h enable interoperability with NVIDIA CUDA Driver and Runtime interfaces. For instance, it may return the list of processors near NVIDIA GPUs.

+-

+-
+-
Taskset command-line tool
+-

The taskset command-line tool is widely used for binding processes. It manipulates CPU set strings in a format that is slightly different from hwloc's one (it does not divide the string in fixed-size subsets and separates them with commas). To ease interoperability, hwloc offers routines to convert hwloc CPU sets from/to taskset-specific string format. Most hwloc command-line tools also support the --taskset option to manipulate taskset-specific strings.

+-

+-
+-
+-
+- +- +- +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00006.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00006.html +--- hwloc-1.1/doc/doxygen-doc/html/a00006.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00006.html 1970-01-01 01:00:00.000000000 +0100 +@@ -1,52 +0,0 @@ +- +- +- +- +-Hardware Locality (hwloc): Thread safety +- +- +- +- +- +- +-
+-
+-

Thread safety

+-
+-
+-

Like most libraries that mainly fill data structures, hwloc is not thread safe but rather reentrant: all state is held in a hwloc_topology_t instance without mutex protection. That means, for example, that two threads can safely operate on and modify two different hwloc_topology_t instances, but they should not simultaneously invoke functions that modify the same instance. Similarly, one thread should not modify a hwloc_topology_t instance while another thread is reading or traversing it. However, two threads can safely read or traverse the same hwloc_topology_t instance concurrently.

+-

When running in multiprocessor environments, be aware that proper thread synchronization and/or memory coherency protection is needed to pass hwloc data (such as hwloc_topology_t pointers) from one processor to another (e.g., a mutex, semaphore, or a memory barrier). Note that this is not a hwloc-specific requirement, but it is worth mentioning.

+-

For reference, hwloc_topology_t modification operations include (but may not be limited to):

+-
+-
Creation and destruction
+-

hwloc_topology_init(), hwloc_topology_load(), hwloc_topology_destroy() (see Create and Destroy Topologies) imply major modifications of the structure, including freeing some objects. No other thread cannot access the topology or any of its objects at the same time.

+-

Also references to objects inside the topology are not valid anymore after these functions return.

+-

+-
+-
Runtime topology modifications
+-

hwloc_topology_insert_misc_object_by_* (see Tinker with topologies.) may modify the topology significantly by adding objects inside the tree, changing the topology depth, etc.

+-

Although references to former objects may still be valid after insertion, it is strongly advised to not rely on any such guarantee and always re-consult the topology to reacquire new instances of objects.

+-

+-
+-
Locating topologies
+-

hwloc_topology_ignore*, hwloc_topology_set* (see Configure Topology Detection) do not modify the topology directly, but they do modify internal structures describing the behavior of the next invocation of hwloc_topology_load(). Hence, all of these functions should not be used concurrently.

+-

Note that these functions do not modify the current topology until it is actually reloaded; it is possible to use them while other threads are only read the current topology.

+-

+-
+-
+-
+- +- +- +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00007.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00007.html +--- hwloc-1.1/doc/doxygen-doc/html/a00007.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00007.html 1970-01-01 01:00:00.000000000 +0100 +@@ -1,95 +0,0 @@ +- +- +- +- +-Hardware Locality (hwloc): Embedding hwloc in other software +- +- +- +- +- +- +-
+-
+-

Embedding hwloc in other software

+-
+-
+-

It can be desirable to include hwloc in a larger software package (be sure to check out the LICENSE file) so that users don't have to separately download and install it before installing your software. This can be advantageous to ensure that your software uses a known-tested/good version of hwloc, or for use on systems that do not have hwloc pre-installed.

+-

When used in "embedded" mode, hwloc will:

+- +-

There are two ways to put hwloc into "embedded" mode. The first is directly from the configure command line:

+-
+-shell$ ./configure --enable-embedded-mode ...
+-

The second requires that your software project uses the GNU Autoconf / Automake / Libtool tool chain to build your software. If you do this, you can directly integrate hwloc's m4 configure macro into your configure script. You can then invoke hwloc's configuration tests and build setup by calling an m4 macro (see below).

+-

+-Using hwloc's M4 Embedding Capabilities

+-

Every project is different, and there are many different ways of integrating hwloc into yours. What follows is one example of how to do it.

+-

If your project uses recent versions Autoconf, Automake, and Libtool to build, you can use hwloc's embedded m4 capabilities. We have tested the embedded m4 with projects that use Autoconf 2.65, Automake 1.11.1, and Libtool 2.2.6b. Slightly earlier versions of may also work but are untested. Autoconf versions prior to 2.65 are almost certain to not work.

+-

You can either copy all the config/hwloc*m4 files from the hwloc source tree to the directory where your project's m4 files reside, or you can tell aclocal to find more m4 files in the embedded hwloc's "config" subdirectory (e.g., add "-Ipath/to/embedded/hwloc/config" to your Makefile.am's ACLOCAL_AMFLAGS).

+-

The following macros can then be used from your configure script (only HWLOC_SETUP_CORE must be invoked if using the m4 macros):

+- +-

HWLOC_SETUP_CORE will set the following environment variables and AC_SUBST them: HWLOC_EMBEDDED_CFLAGS, HWLOC_EMBEDDED_CPPFLAGS, and HWLOC_EMBEDDED_LIBS. These flags are filled with the values discovered in the hwloc-specific m4 tests, and can be used in your build process as relevant. The _CFLAGS, _CPPFLAGS, and _LIBS variables are necessary to build libhwloc (or libhwloc_embedded) itself.

+-

HWLOC_SETUP_CORE also sets HWLOC_EMBEDDED_LDADD environment variable (and AC_SUBSTs it) to contain the location of the libhwloc_embedded.la convenience Libtool archive. It can be used in your build process to link an application or other library against the embedded hwloc library.

+-

NOTE: If the HWLOC_SET_SYMBOL_PREFIX macro is used, it must be invoked before HWLOC_SETUP_CORE.

+- +- +- +- +-

NOTE: When using the HWLOC_SETUP_CORE m4 macro, it may be necessary to explicitly invoke AC_CANONICAL_TARGET (which requires config.sub and config.guess) and/or AC_USE_SYSTEM_EXTENSIONS macros early in the configure script (e.g., after AC_INIT but before AM_INIT_AUTOMAKE). See the Autoconf documentation for further information.

+-

Also note that hwloc's top-level configure.ac script uses exactly the macros described above to build hwloc in a standalone mode (by default). You may want to examine it for one example of how these macros are used.

+-

+-Example Embedding hwloc

+-

Here's an example of integrating with a larger project named sandbox that already uses Autoconf, Automake, and Libtool to build itself:

+-
+-# First, cd into the sandbox project source tree
+-shell$ cd sandbox
+-shell$ cp -r /somewhere/else/hwloc-<version> my-embedded-hwloc
+-shell$ edit Makefile.am
+-  1. Add "-Imy-embedded-hwloc/config" to ACLOCAL_AMFLAGS
+-  2. Add "my-embedded-hwloc" to SUBDIRS
+-  3. Add "$(HWLOC_EMBEDDED_LDADD)" and "$(HWLOC_EMBEDDED_LIBS)" to 
+-     sandbox's executable's LDADD line.  The former is the name of the 
+-     Libtool convenience library that hwloc will generate.  The latter 
+-     is any dependent support libraries that may be needed by 
+-     $(HWLOC_EMBEDDED_LDADD).
+-  4. Add "$(HWLOC_EMBEDDED_CFLAGS)" to AM_CFLAGS
+-  5. Add "$(HWLOC_EMBEDDED_CPPFLAGS)" to AM_CPPFLAGS
+-shell$ edit configure.ac
+-  1. Add "HWLOC_SET_SYMBOL_PREFIX(sandbox_hwloc_)" line
+-  2. Add "HWLOC_SETUP_CORE([my-embedded-hwloc], [happy=yes], [happy=no])" line
+-  3. Add error checking for happy=no case
+-shell$ edit sandbox.c
+-  1. Add #include <hwloc.h>
+-  2. Add calls to sandbox_hwloc_init() and other hwloc API functions
+-

Now you can bootstrap, configure, build, and run the sandbox as normal -- all calls to "sandbox_hwloc_*" will use the embedded hwloc rather than any system-provided copy of hwloc.

+-
+- +- +- +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00008.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00008.html +--- hwloc-1.1/doc/doxygen-doc/html/a00008.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00008.html 1970-01-01 01:00:00.000000000 +0100 +@@ -1,55 +0,0 @@ +- +- +- +- +-Hardware Locality (hwloc): Switching from PLPA to hwloc +- +- +- +- +- +- +-
+-
+-

Switching from PLPA to hwloc

+-
+-
+-

Although PLPA and hwloc share some of the same ideas, their programming interfaces are quite different. After much debate, it was decided not to emulate the PLPA API with hwloc's API because hwloc's API is already far more rich than PLPA's.

+-

More specifically, exploiting modern computing architecture requires the flexible functionality provided by the hwloc API -- the PLPA API is too rigid in its definitions and practices to handle the evolving server hardware landscape (e.g., PLPA only understands cores and sockets; hwloc understands a much larger set of hardware objects).

+-

As such, even though it is fully possible to emulate the PLPA API with hwloc (e.g., only deal with sockets and cores), and while the documentation below describes how to do this, we encourage any existing PLPA application authors to actually re-think their application in terms of more than just sockets and cores. In short, we encourage you to use the full hwloc API to exploit all the hardware.

+-

+-Topology Context vs. Caching

+-

First, all hwloc functions take a topology parameter. This parameter serves as an internal storage for the result of the topology discovery. It replaces PLPA's caching abilities and even lets you manipulate multiple topologies as the same time, if needed.

+-

Thus, all programs should first run hwloc_topology_init() and hwloc_topology_destroy() as they did plpa_init() and plpa_finalize() in the past.

+-

+-Hierarchy vs. Core@Socket

+-

PLPA was designed to understand only cores and sockets. hwloc offers many more different types of objects (e.g., cores, sockets, hardware threads, NUMA nodes, and others) and stores them within a tree of resources.

+-

To emulate the PLPA model, it is possible to find sockets using functions such as hwloc_get_obj_by_type(). Iterating over sockets is also possible using hwloc_get_next_obj_by_type(). Then, finding a core within a socket may be done using hwloc_get_obj_inside_cpuset_by_type() or hwloc_get_next_obj_inside_cpuset_by_type().

+-

It is also possible to directly find an object "below" another object using hwloc_get_obj_below_by_type() (or hwloc_get_obj_below_array_by_type()).

+-

+-Logical vs. Physical/OS Indexes

+-

hwloc manipulates logical indexes, meaning indexes specified with regard to the ordering of objects in the hwloc-provided hierarchical tree. Physical or OS indexes may be entirely hidden if not strictly required. The reason for this is that physical/OS indexes may change with the OS or with the BIOS version. They may be non-consecutive, multiple objects may have the same physical/OS indexes, making their manipulation tricky and highly non-portable.

+-

Note that hwloc tries very hard to always present a hierarchical tree with the same logical ordering, regardless of physical or OS index ordering.

+-

It is still possible to retrieve physical/OS indexes through the os_index field of objects, but such practice should be avoided as much as possible for the reasons described above (except perhaps for prettyprinting / debugging purposes).

+-

HWLOC_OBJ_PU objects are supposed to have different physical/OS indexes since the OS uses them for binding. The os_index field of these objects provides the identifier that may be used for such binding, and hwloc_get_proc_obj_by_os_index() finds the object associated with a specific OS index.

+-

But as mentioned above, we discourage the use of these conversion methods for actual binding. Instead, hwloc offers its own binding model using the cpuset field of objects. These cpusets may be duplicated, modified, combined, etc. (see hwloc/bitmap.h for details) and then passed to hwloc_set_cpubind() for binding.

+-

+-Counting Specification

+-

PLPA offers a countspec parameter to specify whether counting all CPUs, only the online ones or only the offline ones. However, some operating systems do not expose the topology of offline CPUs (i.e., offline CPUs are not reported at all by the OS). Also, some processors may not be visible to the current application due to administrative restrictions. Finally, some processors let you shutdown a single hardware thread in a core, making some of the PLPA features irrelevant.

+-

hwloc stores in the hierarchical tree of objects all CPUs that have known topology information. It then provides the applications with several cpusets that contain the list of CPUs that are actually known, that have topology information, that are online, or that are available to the application. These cpusets may be retrieved with hwloc_topology_get_online_cpuset() and other similar functions to filter the object that are relevant or not.

+-
+- +- +- +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00009.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00009.html +--- hwloc-1.1/doc/doxygen-doc/html/a00009.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00009.html 1970-01-01 01:00:00.000000000 +0100 +@@ -1,36 +0,0 @@ +- +- +- +- +-Hardware Locality (hwloc): Frequently Asked Questions +- +- +- +- +- +- +-
+-
+-

Frequently Asked Questions

+-
+-
+-

+-I do not want hwloc to rediscover my enormous machine topology everytime I rerun a process

+-

Although the topology discovery is not expensive on common machines, its overhead may become significant when multiple processes repeat the discovery on large machines (for instance when starting one process per core in a parallel application). The machine topology usually does not vary much, except if some cores are stopped/restarted or if the administrator restrictions are modified. Thus rediscovering the whole topology again and again may look useless.

+-

For this purpose, hwloc offers XML import/export features. It lets you save the discovered topology to a file (for instance with the lstopo program) and reload it later by setting the HWLOC_XMLFILE environment variable. Loading a XML topology is usually much faster than querying multiple files or calling multiple functions of the operating system. It is also possible to manipulate such XML files with the C programming interface, and the import/export may also be directed to memory buffer (that may for instance be transmitted between applications through a socket).

+-
+- +- +- +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00010.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00010.html +--- hwloc-1.1/doc/doxygen-doc/html/a00010.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00010.html 1970-01-01 01:00:00.000000000 +0100 +@@ -1,112 +0,0 @@ +- +- +- +- +-Hardware Locality (hwloc): hwloc_obj_attr_u::hwloc_cache_attr_s Struct Reference +- +- +- +- +- +- +-
+- +-
+-

hwloc_obj_attr_u::hwloc_cache_attr_s Struct Reference

+-
+-
+- +-

Cache-specific Object Attributes. +-More...

+- +-

#include <hwloc.h>

+- +- +- +- +- +- +- +- +-

+-Data Fields

uint64_t size
 Size of cache in bytes.
unsigned depth
 Depth of cache.
unsigned linesize
 Cache-line size in bytes.
+-

Detailed Description

+-

Cache-specific Object Attributes.

+-

Field Documentation

+- +-
+- +-
+- +-

Depth of cache.

+- +-
+-
+- +-
+- +-
+- +-

Cache-line size in bytes.

+- +-
+-
+- +-
+-
+- +- +- +- +-
uint64_t hwloc_obj_attr_u::hwloc_cache_attr_s::size
+-
+-
+- +-

Size of cache in bytes.

+- +-
+-
+-
The documentation for this struct was generated from the following file: +-
+- +- +- +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00011.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00011.html +--- hwloc-1.1/doc/doxygen-doc/html/a00011.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00011.html 1970-01-01 01:00:00.000000000 +0100 +@@ -1,78 +0,0 @@ +- +- +- +- +-Hardware Locality (hwloc): hwloc_obj_attr_u::hwloc_group_attr_s Struct Reference +- +- +- +- +- +- +-
+- +-
+-

hwloc_obj_attr_u::hwloc_group_attr_s Struct Reference

+-
+-
+- +-

Group-specific Object Attributes. +-More...

+- +-

#include <hwloc.h>

+- +- +- +- +-

+-Data Fields

unsigned depth
 Depth of group object.
+-

Detailed Description

+-

Group-specific Object Attributes.

+-

Field Documentation

+- +-
+- +-
+- +-

Depth of group object.

+- +-
+-
+-
The documentation for this struct was generated from the following file: +-
+- +- +- +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00012.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00012.html +--- hwloc-1.1/doc/doxygen-doc/html/a00012.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00012.html 2010-12-31 23:48:22.503902179 +0100 +@@ -1,555 +1,836 @@ +- +- +- +- ++ ++ + Hardware Locality (hwloc): hwloc_obj Struct Reference +- +- +- +- +- +- +-
+- +-
+-

hwloc_obj Struct Reference
++ ++ ++ ++ ++

hwloc_obj Struct Reference
+ +-[Topology Objects] +-

+-
+-
+- +-

Structure of a topology object. +-More...

++[Topology Objects] ++Structure of a topology object. ++More... ++

++#include <hwloc.h> ++

++ ++ ++ ++ + +-

#include <hwloc.h>

+-

Data Fields

hwloc_obj_type_t type
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ +

+-Data Fields

hwloc_obj_type_t type
 Type of object.
unsigned os_index
 OS-provided physical index number.
char * name
 Object description if any.
struct hwloc_obj_memory_s memory
 Memory attributes.
union hwloc_obj_attr_uattr
 Object type-specific Attributes, may be NULL if no attribute value was found.
unsigned depth
 Vertical index in the hierarchy.
unsigned logical_index
 Horizontal index in the whole list of similar objects, could be a "cousin_rank" since it's the rank within the "cousin" list below.
signed os_level
 OS-provided physical level, -1 if unknown or meaningless.
struct hwloc_objnext_cousin
 Next object of same type.
struct hwloc_objprev_cousin
 Previous object of same type.
struct hwloc_objparent
 Parent, NULL if root (system object).
unsigned sibling_rank
 Index in parent's children[] array.
struct hwloc_objnext_sibling
 Next object below the same parent.
struct hwloc_objprev_sibling
 Previous object below the same parent.
unsigned arity
 Number of children.
struct hwloc_obj ** children
 Children, children[0 .. arity -1].
struct hwloc_objfirst_child
 First child.
struct hwloc_objlast_child
 Last child.
void * userdata
 Application-given private data pointer, initialized to NULL, use it as you wish.
hwloc_cpuset_t cpuset
 CPUs covered by this object.
hwloc_cpuset_t complete_cpuset
 The complete CPU set of logical processors of this object,.
hwloc_cpuset_t online_cpuset
 The CPU set of online logical processors.
hwloc_cpuset_t allowed_cpuset
 The CPU set of allowed logical processors.
hwloc_nodeset_t nodeset
 NUMA nodes covered by this object or containing this object.
hwloc_nodeset_t complete_nodeset
 The complete NUMA node set of this object,.
hwloc_nodeset_t allowed_nodeset
 The set of allowed NUMA memory nodes.
struct hwloc_obj_info_sinfos
 Array of stringified info type=name.
unsigned infos_count
 Size of infos array.
 Type of object.
unsigned os_index
 OS-provided physical index number.
char * name
 Object description if any.
hwloc_obj_memory_s memory
 Memory attributes.
hwloc_obj_attr_uattr
 Object type-specific Attributes, may be NULL if no attribute value was found.
unsigned depth
 Vertical index in the hierarchy.
unsigned logical_index
 Horizontal index in the whole list of similar objects, could be a "cousin_rank" since it's the rank within the "cousin" list below.
signed os_level
 OS-provided physical level, -1 if unknown or meaningless.
hwloc_objnext_cousin
 Next object of same type.
hwloc_objprev_cousin
 Previous object of same type.
hwloc_objparent
 Parent, NULL if root (system object).
unsigned sibling_rank
 Index in parent's children[] array.
hwloc_objnext_sibling
 Next object below the same parent.
hwloc_objprev_sibling
 Previous object below the same parent.
unsigned arity
 Number of children.
hwloc_obj ** children
 Children, children[0 .
hwloc_objfirst_child
 First child.
hwloc_objlast_child
 Last child.
void * userdata
 Application-given private data pointer, initialized to NULL, use it as you wish.
hwloc_cpuset_t cpuset
 CPUs covered by this object.
hwloc_cpuset_t complete_cpuset
 The complete CPU set of logical processors of this object,.
hwloc_cpuset_t online_cpuset
 The CPU set of online logical processors.
hwloc_cpuset_t allowed_cpuset
 The CPU set of allowed logical processors.
hwloc_nodeset_t nodeset
 NUMA nodes covered by this object or containing this object.
hwloc_nodeset_t complete_nodeset
 The complete NUMA node set of this object,.
hwloc_nodeset_t allowed_nodeset
 The set of allowed NUMA memory nodes.
hwloc_obj_info_sinfos
 Array of stringified info type=name.
unsigned infos_count
 Size of infos array.
+-


Detailed Description

+-

Structure of a topology object.

+-

Applications mustn't modify any field except userdata .

+-

Field Documentation

+- +-
+-
+- ++

Detailed Description

++Structure of a topology object. ++

++Applications mustn't modify any field except ::userdata . ++

++


Field Documentation

++

++

++ ++
++ + +- ++ + +
hwloc_cpuset_t hwloc_obj::allowed_cpusethwloc_cpuset_t hwloc_obj::allowed_cpuset
+- +-
+- +-

The CPU set of allowed logical processors.

+-

This includes the CPUs contained in this object which are allowed for binding, i.e. passing them to the hwloc binding functions should not return permission errors. This is usually restricted by administration rules. Some of them may however be offline so binding to them may still not be possible, see online_cpuset.

+-
Note:
Its value must not be changed, hwloc_bitmap_dup must be used instead.
+- +-
+- +- +-
+-
+- ++ ++ ++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++The CPU set of allowed logical processors. ++

++This includes the CPUs contained in this object which are allowed for binding, i.e. passing them to the hwloc binding functions should not return permission errors. This is usually restricted by administration rules. Some of them may however be offline so binding to them may still not be possible, see online_cpuset.

++

Note:
Its value must not be changed, hwloc_bitmap_dup must be used instead.
++
++

++ ++ ++
++ + +- ++ + +
hwloc_nodeset_t hwloc_obj::allowed_nodesethwloc_nodeset_t hwloc_obj::allowed_nodeset
+- +-
+- +-

The set of allowed NUMA memory nodes.

+-

This includes the NUMA memory nodes contained in this object which are allowed for memory allocation, i.e. passing them to NUMA node-directed memory allocation should not return permission errors. This is usually restricted by administration rules.

+-

If there are no NUMA nodes in the machine, all the memory is close to this object, so allowed_nodeset is full.

+-
Note:
Its value must not be changed, hwloc_bitmap_dup must be used instead.
+- +-
+- +- +-
+-
+- ++ ++ ++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++The set of allowed NUMA memory nodes. ++

++This includes the NUMA memory nodes contained in this object which are allowed for memory allocation, i.e. passing them to NUMA node-directed memory allocation should not return permission errors. This is usually restricted by administration rules.

++If there are no NUMA nodes in the machine, all the memory is close to this object, so allowed_nodeset is full.

++

Note:
Its value must not be changed, hwloc_bitmap_dup must be used instead.
++
++

++ ++ ++
++ + +- ++ + +
unsigned hwloc_obj::arityunsigned hwloc_obj::arity
+- +-
+- +-

Number of children.

+- +-
+- +- +-
+-
+- ++ ++ ++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Number of children. ++

++

++

++ ++ ++
++ + +- ++ + +
union hwloc_obj_attr_u* hwloc_obj::attrunion hwloc_obj_attr_u* hwloc_obj::attr
+- +-
+- +-

Object type-specific Attributes, may be NULL if no attribute value was found.

+- +-
+- +- +-
+-
+- ++ ++ ++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Object type-specific Attributes, may be NULL if no attribute value was found. ++

++

++

++ ++ ++
++ + +- ++ + +
struct hwloc_obj** hwloc_obj::childrenstruct hwloc_obj** hwloc_obj::children
+- +-
+- +-

Children, children[0 .. arity -1].

+- +-
+- +- +-
+-
+- ++ ++ ++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Children, children[0 . ++

++arity -1]

++

++ ++ ++
++ + +- ++ + +
hwloc_cpuset_t hwloc_obj::complete_cpusethwloc_cpuset_t hwloc_obj::complete_cpuset
+- +-
+- +-

The complete CPU set of logical processors of this object,.

+-

This includes not only the same as the cpuset field, but also the CPUs for which topology information is unknown or incomplete, and the CPUs that are ignored when the HWLOC_TOPOLOGY_FLAG_WHOLE_SYSTEM flag is not set. Thus no corresponding PU object may be found in the topology, because the precise position is undefined. It is however known that it would be somewhere under this object.

+-
Note:
Its value must not be changed, hwloc_bitmap_dup must be used instead.
+- +-
+- +- +-
+-
+- ++ ++ ++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++The complete CPU set of logical processors of this object,. ++

++This includes not only the same as the cpuset field, but also the CPUs for which topology information is unknown or incomplete, and the CPUs that are ignored when the HWLOC_TOPOLOGY_FLAG_WHOLE_SYSTEM flag is not set. Thus no corresponding PU object may be found in the topology, because the precise position is undefined. It is however known that it would be somewhere under this object.

++

Note:
Its value must not be changed, hwloc_bitmap_dup must be used instead.
++
++

++ ++ ++
++ + +- ++ + +
hwloc_nodeset_t hwloc_obj::complete_nodesethwloc_nodeset_t hwloc_obj::complete_nodeset
+- +-
+- +-

The complete NUMA node set of this object,.

+-

This includes not only the same as the nodeset field, but also the NUMA nodes for which topology information is unknown or incomplete, and the nodes that are ignored when the HWLOC_TOPOLOGY_FLAG_WHOLE_SYSTEM flag is not set. Thus no corresponding NODE object may be found in the topology, because the precise position is undefined. It is however known that it would be somewhere under this object.

+-

If there are no NUMA nodes in the machine, all the memory is close to this object, so complete_nodeset is full.

+-
Note:
Its value must not be changed, hwloc_bitmap_dup must be used instead.
+- +-
+- +- +-
+-
+- ++ ++ ++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++The complete NUMA node set of this object,. ++

++This includes not only the same as the nodeset field, but also the NUMA nodes for which topology information is unknown or incomplete, and the nodes that are ignored when the HWLOC_TOPOLOGY_FLAG_WHOLE_SYSTEM flag is not set. Thus no corresponding NODE object may be found in the topology, because the precise position is undefined. It is however known that it would be somewhere under this object.

++If there are no NUMA nodes in the machine, all the memory is close to this object, so complete_nodeset is full.

++

Note:
Its value must not be changed, hwloc_bitmap_dup must be used instead.
++
++

++ ++ ++
++ + +- ++ + +
hwloc_cpuset_t hwloc_obj::cpusethwloc_cpuset_t hwloc_obj::cpuset
+- +-
+- +-

CPUs covered by this object.

+-

This is the set of CPUs for which there are PU objects in the topology under this object, i.e. which are known to be physically contained in this object and known how (the children path between this object and the PU objects).

+-

If the HWLOC_TOPOLOGY_FLAG_WHOLE_SYSTEM configuration flag is set, some of these CPUs may be offline, or not allowed for binding, see online_cpuset and allowed_cpuset.

+-
Note:
Its value must not be changed, hwloc_bitmap_dup must be used instead.
+- +-
+- +- +-
+-
+- ++ ++ ++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++CPUs covered by this object. ++

++This is the set of CPUs for which there are PU objects in the topology under this object, i.e. which are known to be physically contained in this object and known how (the children path between this object and the PU objects).

++If the HWLOC_TOPOLOGY_FLAG_WHOLE_SYSTEM configuration flag is set, some of these CPUs may be offline, or not allowed for binding, see online_cpuset and allowed_cpuset.

++

Note:
Its value must not be changed, hwloc_bitmap_dup must be used instead.
++
++

++ ++ ++
++ + +- ++ + +
unsigned hwloc_obj::depthunsigned hwloc_obj::depth
+- +-
+- +-

Vertical index in the hierarchy.

+- +-
+- +- +-
+-
+- ++ ++ ++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Vertical index in the hierarchy. ++

++

++

++ ++ ++
++ + +- ++ + +
struct hwloc_obj* hwloc_obj::first_childstruct hwloc_obj* hwloc_obj::first_child
+- +-
+- +-

First child.

+- +-
+- +- +-
+-
+- ++ ++ ++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++First child. ++

++

++

++ ++ ++
++ + +- ++ + +
struct hwloc_obj_info_s* hwloc_obj::infosstruct hwloc_obj_info_s* hwloc_obj::infos
+- +-
+- +-

Array of stringified info type=name.

+- +-
+- +- +-
+-
+- ++ ++ ++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Array of stringified info type=name. ++

++

++

++ ++ ++
++ + +- ++ + +
unsigned hwloc_obj::infos_countunsigned hwloc_obj::infos_count
+- +-
+- +-

Size of infos array.

+- +-
+- +- +-
+-
+- ++ ++ ++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Size of infos array. ++

++

++

++ ++ ++
++ + +- ++ + +
struct hwloc_obj* hwloc_obj::last_childstruct hwloc_obj* hwloc_obj::last_child
+- +-
+- +-

Last child.

+- +-
+- +- +-
+-
+- ++ ++ ++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Last child. ++

++

++

++ ++ ++
++ + +- ++ + +
unsigned hwloc_obj::logical_indexunsigned hwloc_obj::logical_index
+- +-
+- +-

Horizontal index in the whole list of similar objects, could be a "cousin_rank" since it's the rank within the "cousin" list below.

+- +-
+- +- +-
+-
+- ++ ++ ++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Horizontal index in the whole list of similar objects, could be a "cousin_rank" since it's the rank within the "cousin" list below. ++

++

++

++ ++ ++
++ + +- ++ + +
struct hwloc_obj_memory_s hwloc_obj::memorystruct hwloc_obj_memory_s hwloc_obj::memory
+- +-
+- +-

Memory attributes.

+- +-
+- +- +-
+-
+- ++ ++ ++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Memory attributes. ++

++

++

++ ++ ++
++ + +- ++ + +
char* hwloc_obj::namechar* hwloc_obj::name
+- +-
+- +-

Object description if any.

+- +-
+- +- +-
+-
+- ++ ++ ++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Object description if any. ++

++

++

++ ++ ++
++ + +- ++ + +
struct hwloc_obj* hwloc_obj::next_cousinstruct hwloc_obj* hwloc_obj::next_cousin
+- +-
+- +-

Next object of same type.

+- +-
+- +- +-
+-
+- ++ ++ ++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Next object of same type. ++

++

++

++ ++ ++
++ + +- ++ + +
struct hwloc_obj* hwloc_obj::next_siblingstruct hwloc_obj* hwloc_obj::next_sibling
+- +-
+- +-

Next object below the same parent.

+- +-
+- +- +-
+-
+- ++ ++ ++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Next object below the same parent. ++

++

++

++ ++ ++
++ + +- ++ + +
hwloc_nodeset_t hwloc_obj::nodesethwloc_nodeset_t hwloc_obj::nodeset
+- +-
+- +-

NUMA nodes covered by this object or containing this object.

+-

This is the set of NUMA nodes for which there are NODE objects in the topology under or above this object, i.e. which are known to be physically contained in this object or containing it and known how (the children path between this object and the NODE objects).

+-

In the end, these nodes are those that are close to the current object.

+-

If the HWLOC_TOPOLOGY_FLAG_WHOLE_SYSTEM configuration flag is set, some of these nodes may not be allowed for allocation, see allowed_nodeset.

+-

If there are no NUMA nodes in the machine, all the memory is close to this object, so nodeset is full.

+-
Note:
Its value must not be changed, hwloc_bitmap_dup must be used instead.
+- +-
+- +- +-
+-
+- ++ ++ ++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++NUMA nodes covered by this object or containing this object. ++

++This is the set of NUMA nodes for which there are NODE objects in the topology under or above this object, i.e. which are known to be physically contained in this object or containing it and known how (the children path between this object and the NODE objects).

++In the end, these nodes are those that are close to the current object.

++If the HWLOC_TOPOLOGY_FLAG_WHOLE_SYSTEM configuration flag is set, some of these nodes may not be allowed for allocation, see allowed_nodeset.

++If there are no NUMA nodes in the machine, all the memory is close to this object, so nodeset is full.

++

Note:
Its value must not be changed, hwloc_bitmap_dup must be used instead.
++
++

++ ++ ++
++ + +- ++ + +
hwloc_cpuset_t hwloc_obj::online_cpusethwloc_cpuset_t hwloc_obj::online_cpuset
+- +-
+- +-

The CPU set of online logical processors.

+-

This includes the CPUs contained in this object that are online, i.e. draw power and can execute threads. It may however not be allowed to bind to them due to administration rules, see allowed_cpuset.

+-
Note:
Its value must not be changed, hwloc_bitmap_dup must be used instead.
+- +-
+- +- +-
+-
+- ++ ++ ++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++The CPU set of online logical processors. ++

++This includes the CPUs contained in this object that are online, i.e. draw power and can execute threads. It may however not be allowed to bind to them due to administration rules, see allowed_cpuset.

++

Note:
Its value must not be changed, hwloc_bitmap_dup must be used instead.
++
++

++ ++ ++
++ + +- ++ + +
unsigned hwloc_obj::os_indexunsigned hwloc_obj::os_index
+- +-
+- +-

OS-provided physical index number.

+- +-
+- +- +-
+-
+- ++ ++ ++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++OS-provided physical index number. ++

++

++

++ ++ ++
++ + +- ++ + +
signed hwloc_obj::os_levelsigned hwloc_obj::os_level
+- +-
+- +-

OS-provided physical level, -1 if unknown or meaningless.

+- +-
+- +- +-
+-
+- ++ ++ ++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++OS-provided physical level, -1 if unknown or meaningless. ++

++

++

++ ++ ++
++ + +- ++ + +
struct hwloc_obj* hwloc_obj::parentstruct hwloc_obj* hwloc_obj::parent
+- +-
+- +-

Parent, NULL if root (system object).

+- +-
+- +- +-
+-
+- ++ ++ ++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Parent, NULL if root (system object). ++

++

++

++ ++ ++
++ + +- ++ + +
struct hwloc_obj* hwloc_obj::prev_cousinstruct hwloc_obj* hwloc_obj::prev_cousin
+- +-
+- +-

Previous object of same type.

+- +-
+- +- +-
+-
+- ++ ++ ++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Previous object of same type. ++

++

++

++ ++ ++
++ + +- ++ + +
struct hwloc_obj* hwloc_obj::prev_siblingstruct hwloc_obj* hwloc_obj::prev_sibling
+- +-
+- +-

Previous object below the same parent.

+- +-
+- +- +-
+-
+- ++ ++ ++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Previous object below the same parent. ++

++

++

++ ++ ++
++ + +- ++ + +
unsigned hwloc_obj::sibling_rankunsigned hwloc_obj::sibling_rank
+- +-
+- +-

Index in parent's children[] array.

+- +-
+- +- +-
+-
+- ++ ++ ++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Index in parent's children[] array. ++

++

++

++ ++ ++
++ + +- ++ + +
hwloc_obj_type_t hwloc_obj::typehwloc_obj_type_t hwloc_obj::type
+- +-
+- +-

Type of object.

+- +-
+- +- +-
+-
+- ++ ++ ++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Type of object. ++

++

++

++ ++ ++ ++ ++
++ + +- ++ + +
void* hwloc_obj::userdatavoid* hwloc_obj::userdata
+- +-
+- +-

Application-given private data pointer, initialized to NULL, use it as you wish.

+- +-
+- +-
The documentation for this struct was generated from the following file: +- +-
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Application-given private data pointer, initialized to NULL, use it as you wish. ++

++

++


The documentation for this struct was generated from the following file: ++
Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  + +-doxygen 1.7.1
++doxygen 1.3.9.1 + + +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00013.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00013.html +--- hwloc-1.1/doc/doxygen-doc/html/a00013.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00013.html 2010-12-31 23:48:22.413891165 +0100 +@@ -1,101 +1,86 @@ +- +- +- +- ++ ++ + Hardware Locality (hwloc): hwloc_obj_attr_u Union Reference +- +- +- +- +- +- +-
+- +-
+-

hwloc_obj_attr_u Union Reference
++ ++ ++ ++ ++

hwloc_obj_attr_u Union Reference
+ +-[Topology Objects] +-

+-
+-
+- +-

Object type-specific Attributes. +-More...

++[Topology Objects] ++Object type-specific Attributes. ++More... ++

++#include <hwloc.h> ++

++ ++ ++ ++ + +-

#include <hwloc.h>

+-

Data Fields

hwloc_obj_attr_u::hwloc_cache_attr_s cache
+- +- +- +- +- +- +- +- +- +- ++ ++ ++ ++ +

+-Data Structures

struct  hwloc_cache_attr_s
 Cache-specific Object Attributes. More...
struct  hwloc_group_attr_s
 Group-specific Object Attributes. More...

+-Data Fields

struct
+-hwloc_obj_attr_u::hwloc_cache_attr_s 
cache
 Cache-specific Object Attributes.
struct
+-hwloc_obj_attr_u::hwloc_group_attr_s 
group
 Group-specific Object Attributes.
 Cache-specific Object Attributes.
hwloc_obj_attr_u::hwloc_group_attr_s group
 Group-specific Object Attributes.
+-


Detailed Description

+-

Object type-specific Attributes.

+-

Field Documentation

+- +-
+-
+- ++

Detailed Description

++Object type-specific Attributes. ++

++


Field Documentation

++

++

++ ++ ++ ++
++ + +- ++ + +
struct hwloc_obj_attr_u::hwloc_cache_attr_s hwloc_obj_attr_u::cachestruct hwloc_obj_attr_u::hwloc_cache_attr_s hwloc_obj_attr_u::cache
+- +-
+- +-

Cache-specific Object Attributes.

++
++ ++ ++ ++
++   ++ + +- +- +- +-
+-
+- ++

++Cache-specific Object Attributes. ++

++ ++ ++

++

++ ++ ++ ++ ++
++ + +- ++ + +
struct hwloc_obj_attr_u::hwloc_group_attr_s hwloc_obj_attr_u::groupstruct hwloc_obj_attr_u::hwloc_group_attr_s hwloc_obj_attr_u::group
+- +-
+- +-

Group-specific Object Attributes.

++
++ ++ ++ ++ ++ ++
++   ++ + +- +- +-
The documentation for this union was generated from the following file: +- +-
++


The documentation for this union was generated from the following file: ++
Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  + +-doxygen 1.7.1
++doxygen 1.3.9.1 + + +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00014.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00014.html +--- hwloc-1.1/doc/doxygen-doc/html/a00014.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00014.html 2010-12-31 23:48:22.525904871 +0100 +@@ -1,92 +1,111 @@ +- +- +- +- +-Hardware Locality (hwloc): hwloc_obj_info_s Struct Reference +- +- +- +- +- +- +-
+- +-
+-

hwloc_obj_info_s Struct Reference
+- +-[Topology Objects] +-

+-
+-
+- +-

Object info. +-More...

+- +-

#include <hwloc.h>

+- +- +- +- +- +- +-

+-Data Fields

char * name
 Info name.
char * value
 Info value.
+-

Detailed Description

+-

Object info.

+-

Field Documentation

+- +-
+-
+- ++ ++ ++Hardware Locality (hwloc): hwloc_obj_attr_u::hwloc_cache_attr_s Struct Reference ++ ++ ++ ++ ++

hwloc_obj_attr_u::hwloc_cache_attr_s Struct Reference

Cache-specific Object Attributes. ++More... ++

++#include <hwloc.h> ++

++

++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++

Data Fields

uint64_t size
 Size of cache in bytes.
unsigned depth
 Depth of cache.
unsigned linesize
 Cache-line size in bytes.
++

Detailed Description

++Cache-specific Object Attributes. ++

++


Field Documentation

++

++ ++ ++ ++ ++
++ + +- ++ + +
char* hwloc_obj_info_s::nameunsigned hwloc_obj_attr_u::hwloc_cache_attr_s::depth
+- +-
+- +-

Info name.

++
++ ++ ++ ++ ++ + +- +- +- +-
+-
+-
++   ++ + +- +- +- +-
+-
+- ++

++Depth of cache. ++

++ ++ ++

++

++ ++ ++ ++ ++
++ + +- ++ + +
char* hwloc_obj_info_s::valueunsigned hwloc_obj_attr_u::hwloc_cache_attr_s::linesize
+- +-
++
++ ++ ++ ++ ++ ++
++   ++ + +-

Info value.

++

++Cache-line size in bytes. ++

++

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++
uint64_t hwloc_obj_attr_u::hwloc_cache_attr_s::size
++
++ ++ ++ ++ ++ ++
++   ++ + +- +- +-
The documentation for this struct was generated from the following file: +- +-
++


The documentation for this struct was generated from the following file: ++
Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  + +-doxygen 1.7.1
++doxygen 1.3.9.1 + + +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00015.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00015.html +--- hwloc-1.1/doc/doxygen-doc/html/a00015.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00015.html 2010-12-31 23:48:22.461897039 +0100 +@@ -1,96 +1,55 @@ +- +- +- +- +-Hardware Locality (hwloc): hwloc_obj_memory_s::hwloc_obj_memory_page_type_s Struct Reference +- +- +- +- +- +- +-
+- +-
+-

hwloc_obj_memory_s::hwloc_obj_memory_page_type_s Struct Reference

+-
+-
+- +-

Array of local memory page types, NULL if no local memory and page_types is 0. +-More...

++ ++ ++Hardware Locality (hwloc): hwloc_obj_attr_u::hwloc_group_attr_s Struct Reference ++ ++ ++ ++ ++

hwloc_obj_attr_u::hwloc_group_attr_s Struct Reference

Group-specific Object Attributes. ++More... ++

++#include <hwloc.h> ++

++ ++ ++ ++ + +-

#include <hwloc.h>

+-

Data Fields

unsigned depth
+- +- +- +- +- ++ +

+-Data Fields

uint64_t size
 Size of pages.
uint64_t count
 Number of pages of this size.
 Depth of group object.
+-


Detailed Description

+-

Array of local memory page types, NULL if no local memory and page_types is 0.

+-

The array is sorted by increasing size fields. It contains page_types_len slots.

+-

Field Documentation

+- +-
+-
+- ++

Detailed Description

++Group-specific Object Attributes. ++

++


Field Documentation

++

++

++ ++ ++ ++
++ + +- ++ + +
uint64_t hwloc_obj_memory_s::hwloc_obj_memory_page_type_s::countunsigned hwloc_obj_attr_u::hwloc_group_attr_s::depth
+- +-
+- +-

Number of pages of this size.

+- +-
+- +- +-
+- +-
+- +-

Size of pages.

++
++ ++ ++ ++ ++ ++
++   ++ + +- +- +-
The documentation for this struct was generated from the following file: +- +-
++
The documentation for this struct was generated from the following file: ++
Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  + +-doxygen 1.7.1
++doxygen 1.3.9.1 + + +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00016.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00016.html +--- hwloc-1.1/doc/doxygen-doc/html/a00016.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00016.html 2010-12-31 23:48:22.414891288 +0100 +@@ -1,133 +1,86 @@ +- +- +- +- +-Hardware Locality (hwloc): hwloc_obj_memory_s Struct Reference +- +- +- +- +- +- +-
+- +-
+-

hwloc_obj_memory_s Struct Reference
++ ++ ++Hardware Locality (hwloc): hwloc_obj_info_s Struct Reference ++ ++ ++ ++ ++

hwloc_obj_info_s Struct Reference
+ +-[Topology Objects] +-

+-
+-
+- +-

Object memory. +-More...

++[Topology Objects] ++Object info. ++More... ++

++#include <hwloc.h> ++

++ ++ ++ ++ + +-

#include <hwloc.h>

+-

Data Fields

char * name
+- +- +- +- +- +- +- +- +- +- +- +- +-

+-Data Structures

struct  hwloc_obj_memory_page_type_s
 Array of local memory page types, NULL if no local memory and page_types is 0. More...

+-Data Fields

uint64_t total_memory
 Total memory (in bytes) in this object and its children.
uint64_t local_memory
 Local memory (in bytes).
unsigned page_types_len
 Size of array page_types.
struct
+-hwloc_obj_memory_s::hwloc_obj_memory_page_type_s
page_types
 Array of local memory page types, NULL if no local memory and page_types is 0.
+-


Detailed Description

+-

Object memory.

+-

Field Documentation

+- +-
+-
+- +- +- +- +-
uint64_t hwloc_obj_memory_s::local_memory
+-
+-
+- +-

Local memory (in bytes).

+- +-
+-
+- +-
+- +-
+- +-

Array of local memory page types, NULL if no local memory and page_types is 0.

+-

The array is sorted by increasing size fields. It contains page_types_len slots.

++
 Info name.
char * value
++ ++
 Info value.
++


Detailed Description

++Object info. ++

++


Field Documentation

++

++ ++ ++
++ + +- ++ + +
unsigned hwloc_obj_memory_s::page_types_lenchar* hwloc_obj_info_s::name
+- +-
+- +-

Size of array page_types.

+- +-
+- +- +-
+-
+- ++ ++ ++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Info name. ++

++

++

++ ++ ++ ++ ++
++ + +- ++ + +
uint64_t hwloc_obj_memory_s::total_memorychar* hwloc_obj_info_s::value
+- +-
+- +-

Total memory (in bytes) in this object and its children.

+- +-
+- +-
The documentation for this struct was generated from the following file: +- +-
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Info value. ++

++

++


The documentation for this struct was generated from the following file: ++
Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  + +-doxygen 1.7.1
++doxygen 1.3.9.1 + + +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00017.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00017.html +--- hwloc-1.1/doc/doxygen-doc/html/a00017.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00017.html 2010-12-31 23:48:22.457896550 +0100 +@@ -1,178 +1,142 @@ +- +- +- +- +-Hardware Locality (hwloc): hwloc_topology_cpubind_support Struct Reference +- +- +- +- +- +- +-
+- +-
+-

hwloc_topology_cpubind_support Struct Reference
++ ++ ++Hardware Locality (hwloc): hwloc_obj_memory_s Struct Reference ++ ++ ++ ++ ++

hwloc_obj_memory_s Struct Reference
+ +-[Configure Topology Detection] +-

+-
+-
+- +-

Flags describing actual PU binding support for this topology. +-More...

+- +-

#include <hwloc.h>

+- +- +- +- +- +- +- +- +- +- +-

+-Data Fields

unsigned char set_thisproc_cpubind
unsigned char get_thisproc_cpubind
unsigned char set_proc_cpubind
unsigned char get_proc_cpubind
unsigned char set_thisthread_cpubind
unsigned char get_thisthread_cpubind
unsigned char set_thread_cpubind
unsigned char get_thread_cpubind
+-

Detailed Description

+-

Flags describing actual PU binding support for this topology.

+-

Field Documentation

+- +-
+-
+- +- +- +- +-
unsigned char hwloc_topology_cpubind_support::get_proc_cpubind
+-
+-
+-

Getting the binding of a whole given process is supported.

+- +-
+-
+- +-
+- +-
+-

Getting the binding of the whole current process is supported.

+- +-
+-
+- +-
+- +-
+-

Getting the binding of the current thread only is supported.

+- +-
+-
+- +-
+- +-
+-

Getting the binding of a given thread only is supported.

+- +-
+-
+- +-
+-
+- ++[Topology Objects] ++Object memory. ++More... ++

++#include <hwloc.h> ++

++

++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++

Data Fields

uint64_t total_memory
 Total memory (in bytes) in this object and its children.
uint64_t local_memory
 Local memory (in bytes).
unsigned page_types_len
 Size of array page_types.
hwloc_obj_memory_s::hwloc_obj_memory_page_type_spage_types
 Array of local memory page types, NULL if no local memory and page_types is 0.
++

Detailed Description

++Object memory. ++

++


Field Documentation

++

++ ++ ++
++ + +- ++ + +
unsigned char hwloc_topology_cpubind_support::set_proc_cpubinduint64_t hwloc_obj_memory_s::local_memory
+- +-
+-

Binding a whole given process is supported.

+- +-
+- +- +-
+-
+- ++ ++ ++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Local memory (in bytes). ++

++

++

++ ++ ++
++ + +- ++ + +
unsigned char hwloc_topology_cpubind_support::set_thisproc_cpubindstruct hwloc_obj_memory_s::hwloc_obj_memory_page_type_s * hwloc_obj_memory_s::page_types
+- +-
+-

Binding the whole current process is supported.

+- +-
+- +- +-
+-
+- ++ ++ ++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Array of local memory page types, NULL if no local memory and page_types is 0. ++

++The array is sorted by increasing size fields. It contains page_types_len slots.

++

++ ++ ++
++ + +- ++ + +
unsigned char hwloc_topology_cpubind_support::set_thisthread_cpubindunsigned hwloc_obj_memory_s::page_types_len
+- +-
+-

Binding the current thread only is supported.

+- +-
+- +- +-
+-
+- ++ ++ ++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Size of array page_types. ++

++

++

++ ++ ++ ++ ++
++ + +- ++ + +
unsigned char hwloc_topology_cpubind_support::set_thread_cpubinduint64_t hwloc_obj_memory_s::total_memory
+- +-
+-

Binding a given thread only is supported.

+- +-
+- +-
The documentation for this struct was generated from the following file: +- +-
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Total memory (in bytes) in this object and its children. ++

++

++


The documentation for this struct was generated from the following file: ++
Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  + +-doxygen 1.7.1
++doxygen 1.3.9.1 + + +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00018.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00018.html +--- hwloc-1.1/doc/doxygen-doc/html/a00018.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00018.html 2010-12-31 23:48:22.472898385 +0100 +@@ -1,75 +1,85 @@ +- +- +- +- +-Hardware Locality (hwloc): hwloc_topology_discovery_support Struct Reference +- +- +- +- +- +- +-
+- +-
+-

hwloc_topology_discovery_support Struct Reference
+- +-[Configure Topology Detection] +-

+-
+-
+- +-

Flags describing actual discovery support for this topology. +-More...

++ ++ ++Hardware Locality (hwloc): hwloc_obj_memory_s::hwloc_obj_memory_page_type_s Struct Reference ++ ++ ++ ++ ++

hwloc_obj_memory_s::hwloc_obj_memory_page_type_s Struct Reference

Array of local memory page types, NULL if no local memory and page_types is 0. ++More... ++

++#include <hwloc.h> ++

++ ++ ++ ++ + +-

#include <hwloc.h>

+-

Data Fields

uint64_t size
+- +- +- ++ ++ ++ ++ +

+-Data Fields

unsigned char pu
 Detecting the number of PU objects is supported.
 Size of pages.
uint64_t count
 Number of pages of this size.
+-


Detailed Description

+-

Flags describing actual discovery support for this topology.

+-

Field Documentation

+- +-
+-
+- ++

Detailed Description

++Array of local memory page types, NULL if no local memory and page_types is 0. ++

++The array is sorted by increasing size fields. It contains page_types_len slots. ++

++


Field Documentation

++

++

++ ++ ++ ++
++ + +- ++ + +
unsigned char hwloc_topology_discovery_support::puuint64_t hwloc_obj_memory_s::hwloc_obj_memory_page_type_s::count
+- +-
++
++ ++ ++ ++ ++ ++
++   ++ + +-

Detecting the number of PU objects is supported.

++

++Number of pages of this size. ++

++

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++
uint64_t hwloc_obj_memory_s::hwloc_obj_memory_page_type_s::size
++
++ ++ ++ ++ ++ ++
++   ++ + +- +- +-
The documentation for this struct was generated from the following file: +- +-
++


The documentation for this struct was generated from the following file: ++
Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  + +-doxygen 1.7.1
++doxygen 1.3.9.1 + + +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00019.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00019.html +--- hwloc-1.1/doc/doxygen-doc/html/a00019.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00019.html 2010-12-31 23:48:22.497901444 +0100 +@@ -1,283 +1,230 @@ +- +- +- +- +-Hardware Locality (hwloc): hwloc_topology_membind_support Struct Reference +- +- +- +- +- +- +-
+- +-
+-

hwloc_topology_membind_support Struct Reference
++ ++ ++Hardware Locality (hwloc): hwloc_topology_cpubind_support Struct Reference ++ ++ ++ ++ ++

hwloc_topology_cpubind_support Struct Reference
+ +-[Configure Topology Detection] +-

+-
+-
+- +-

Flags describing actual memory binding support for this topology. +-More...

+- +-

#include <hwloc.h>

+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-

+-Data Fields

unsigned char set_thisproc_membind
unsigned char get_thisproc_membind
unsigned char set_proc_membind
unsigned char get_proc_membind
unsigned char set_thisthread_membind
unsigned char get_thisthread_membind
unsigned char set_area_membind
unsigned char get_area_membind
unsigned char alloc_membind
unsigned char firsttouch_membind
unsigned char bind_membind
unsigned char interleave_membind
unsigned char replicate_membind
unsigned char nexttouch_membind
unsigned char migrate_membind
+-

Detailed Description

+-

Flags describing actual memory binding support for this topology.

+-

Field Documentation

+- +-
+-
+- +- +- +- +-
unsigned char hwloc_topology_membind_support::alloc_membind
+-
+-
+-

Allocating a bound memory area is supported.

+- +-
+-
+- +-
+-
+- +- +- +- +-
unsigned char hwloc_topology_membind_support::bind_membind
+-
+-
+-

Bind policy is supported.

+- +-
+-
+- +-
+- +-
+-

First-touch policy is supported.

+- +-
+-
+- +-
+-
+- +- +- +- +-
unsigned char hwloc_topology_membind_support::get_area_membind
+-
+-
+-

Getting the binding of a given memory area is supported.

+- +-
+-
+- +-
+-
+- +- +- +- +-
unsigned char hwloc_topology_membind_support::get_proc_membind
+-
+-
+-

Getting the binding of a whole given process is supported.

+- +-
+-
+- +-
+- +-
+-

Getting the binding of the whole current process is supported.

+- +-
+-
+- +-
+- +-
+-

Getting the binding of the current thread only is supported.

+- +-
+-
+- +-
+-
+- ++[Configure Topology Detection] ++Flags describing actual PU binding support for this topology. ++More... ++

++#include <hwloc.h> ++

++

++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++

Data Fields

unsigned char set_thisproc_cpubind
unsigned char get_thisproc_cpubind
unsigned char set_proc_cpubind
unsigned char get_proc_cpubind
unsigned char set_thisthread_cpubind
unsigned char get_thisthread_cpubind
unsigned char set_thread_cpubind
unsigned char get_thread_cpubind
++

Detailed Description

++Flags describing actual PU binding support for this topology. ++

++


Field Documentation

++

++ ++ ++
++ + +- ++ + +
unsigned char hwloc_topology_membind_support::interleave_membindunsigned char hwloc_topology_cpubind_support::get_proc_cpubind
+- +-
+-

Interleave policy is supported.

+- +-
+- +- +-
+-
+- ++ ++ ++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Getting the binding of a whole given process is supported.

++

++ ++ ++
++ + +- ++ + +
unsigned char hwloc_topology_membind_support::migrate_membindunsigned char hwloc_topology_cpubind_support::get_thisproc_cpubind
+- +-
+-

Migration flags is supported.

+- +-
+- +- +-
+-
+- ++ ++ ++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Getting the binding of the whole current process is supported.

++

++ ++ ++
++ + +- ++ + +
unsigned char hwloc_topology_membind_support::nexttouch_membindunsigned char hwloc_topology_cpubind_support::get_thisthread_cpubind
+- +-
+-

Next-touch migration policy is supported.

+- +-
+- +- +-
+-
+- ++ ++ ++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Getting the binding of the current thread only is supported.

++

++ ++ ++
++ + +- ++ + +
unsigned char hwloc_topology_membind_support::replicate_membindunsigned char hwloc_topology_cpubind_support::get_thread_cpubind
+- +-
+-

Replication policy is supported.

+- +-
+- +- +-
+-
+- ++ ++ ++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Getting the binding of a given thread only is supported.

++

++ ++ ++
++ + +- ++ + +
unsigned char hwloc_topology_membind_support::set_area_membindunsigned char hwloc_topology_cpubind_support::set_proc_cpubind
+- +-
+-

Binding a given memory area is supported.

+- +-
+- +- +-
+-
+- ++ ++ ++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Binding a whole given process is supported.

++

++ ++ ++
++ + +- ++ + +
unsigned char hwloc_topology_membind_support::set_proc_membindunsigned char hwloc_topology_cpubind_support::set_thisproc_cpubind
+- +-
+-

Binding a whole given process is supported.

+- +-
+- +- +-
+-
+- ++ ++ ++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Binding the whole current process is supported.

++

++ ++ ++
++ + +- ++ + +
unsigned char hwloc_topology_membind_support::set_thisproc_membindunsigned char hwloc_topology_cpubind_support::set_thisthread_cpubind
+- +-
+-

Binding the whole current process is supported.

+- +-
+- +- +-
+-
+- ++ ++ ++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Binding the current thread only is supported.

++

++ ++ ++ ++ ++
++ + +- ++ + +
unsigned char hwloc_topology_membind_support::set_thisthread_membindunsigned char hwloc_topology_cpubind_support::set_thread_cpubind
+- +-
+-

Binding the current thread only is supported.

+- +-
+- +-
The documentation for this struct was generated from the following file: +- +-
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Binding a given thread only is supported.

++


The documentation for this struct was generated from the following file: ++
Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  + +-doxygen 1.7.1
++doxygen 1.3.9.1 + + +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00020.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00020.html +--- hwloc-1.1/doc/doxygen-doc/html/a00020.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00020.html 2010-12-31 23:48:22.579911480 +0100 +@@ -1,104 +1,58 @@ +- +- +- +- +-Hardware Locality (hwloc): hwloc_topology_support Struct Reference +- +- +- +- +- +- +-
+- +-
+-

hwloc_topology_support Struct Reference
++ ++ ++Hardware Locality (hwloc): hwloc_topology_discovery_support Struct Reference ++ ++ ++ ++ ++

hwloc_topology_discovery_support Struct Reference
+ +-[Configure Topology Detection] +-

+-
+-
+- +-

Set of flags describing actual support for this topology. +-More...

++[Configure Topology Detection] ++Flags describing actual discovery support for this topology. ++More... ++

++#include <hwloc.h> ++

++ ++ ++ ++ + +-

#include <hwloc.h>

+-

Data Fields

unsigned char pu
+- +- +- +- ++ +

+-Data Fields

struct
+-hwloc_topology_discovery_support
discovery
struct
+-hwloc_topology_cpubind_support
cpubind
struct
+-hwloc_topology_membind_support
membind
 Detecting the number of PU objects is supported.
+-


Detailed Description

+-

Set of flags describing actual support for this topology.

+-

This is retrieved with hwloc_topology_get_support() and will be valid until the topology object is destroyed. Note: the values are correct only after discovery.

+-

Field Documentation

+- +-
+-
+- ++

Detailed Description

++Flags describing actual discovery support for this topology. ++

++


Field Documentation

++

++

++ ++ ++ ++
++ + +- ++ + +
struct hwloc_topology_cpubind_support* hwloc_topology_support::cpubindunsigned char hwloc_topology_discovery_support::pu
+- +-
+- +-
+- +- +- +- +-
++ ++ ++ ++ ++ ++
++   ++ + +- +- +-
The documentation for this struct was generated from the following file: +- +-
++
The documentation for this struct was generated from the following file: ++
Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  + +-doxygen 1.7.1
++doxygen 1.3.9.1 + + +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00021.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00021.html +--- hwloc-1.1/doc/doxygen-doc/html/a00021.html 1970-01-01 01:00:00.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00021.html 2010-12-31 23:48:22.575910989 +0100 +@@ -0,0 +1,405 @@ ++ ++ ++Hardware Locality (hwloc): hwloc_topology_membind_support Struct Reference ++ ++ ++ ++ ++

hwloc_topology_membind_support Struct Reference
++ ++[Configure Topology Detection] ++

Flags describing actual memory binding support for this topology. ++More... ++

++#include <hwloc.h> ++

++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++

Data Fields

unsigned char set_thisproc_membind
unsigned char get_thisproc_membind
unsigned char set_proc_membind
unsigned char get_proc_membind
unsigned char set_thisthread_membind
unsigned char get_thisthread_membind
unsigned char set_area_membind
unsigned char get_area_membind
unsigned char alloc_membind
unsigned char firsttouch_membind
unsigned char bind_membind
unsigned char interleave_membind
unsigned char replicate_membind
unsigned char nexttouch_membind
unsigned char migrate_membind
++


Detailed Description

++Flags describing actual memory binding support for this topology. ++

++


Field Documentation

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++
unsigned char hwloc_topology_membind_support::alloc_membind
++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Allocating a bound memory area is supported.

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++
unsigned char hwloc_topology_membind_support::bind_membind
++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Bind policy is supported.

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++
unsigned char hwloc_topology_membind_support::firsttouch_membind
++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++First-touch policy is supported.

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++
unsigned char hwloc_topology_membind_support::get_area_membind
++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Getting the binding of a given memory area is supported.

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++
unsigned char hwloc_topology_membind_support::get_proc_membind
++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Getting the binding of a whole given process is supported.

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++
unsigned char hwloc_topology_membind_support::get_thisproc_membind
++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Getting the binding of the whole current process is supported.

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++
unsigned char hwloc_topology_membind_support::get_thisthread_membind
++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Getting the binding of the current thread only is supported.

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++
unsigned char hwloc_topology_membind_support::interleave_membind
++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Interleave policy is supported.

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++
unsigned char hwloc_topology_membind_support::migrate_membind
++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Migration flags is supported.

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++
unsigned char hwloc_topology_membind_support::nexttouch_membind
++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Next-touch migration policy is supported.

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++
unsigned char hwloc_topology_membind_support::replicate_membind
++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Replication policy is supported.

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++
unsigned char hwloc_topology_membind_support::set_area_membind
++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Binding a given memory area is supported.

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++
unsigned char hwloc_topology_membind_support::set_proc_membind
++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Binding a whole given process is supported.

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++
unsigned char hwloc_topology_membind_support::set_thisproc_membind
++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Binding the whole current process is supported.

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++
unsigned char hwloc_topology_membind_support::set_thisthread_membind
++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Binding the current thread only is supported.

++


The documentation for this struct was generated from the following file: ++
Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  ++ ++doxygen 1.3.9.1
++ ++ +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00021_source.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00021_source.html +--- hwloc-1.1/doc/doxygen-doc/html/a00021_source.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00021_source.html 1970-01-01 01:00:00.000000000 +0100 +@@ -1,196 +0,0 @@ +- +- +- +- +-Hardware Locality (hwloc): bitmap.h Source File +- +- +- +- +- +- +- +- +- +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00022.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00022.html +--- hwloc-1.1/doc/doxygen-doc/html/a00022.html 1970-01-01 01:00:00.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00022.html 2010-12-31 23:48:22.571910501 +0100 +@@ -0,0 +1,107 @@ ++ ++ ++Hardware Locality (hwloc): hwloc_topology_support Struct Reference ++ ++ ++ ++ ++

hwloc_topology_support Struct Reference
++ ++[Configure Topology Detection] ++

Set of flags describing actual support for this topology. ++More... ++

++#include <hwloc.h> ++

++ ++ ++ ++ ++ ++ ++ ++ ++ ++

Data Fields

hwloc_topology_discovery_supportdiscovery
hwloc_topology_cpubind_supportcpubind
hwloc_topology_membind_supportmembind
++


Detailed Description

++Set of flags describing actual support for this topology. ++

++This is retrieved with hwloc_topology_get_support() and will be valid until the topology object is destroyed. Note: the values are correct only after discovery. ++

++


Field Documentation

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++
struct hwloc_topology_cpubind_support* hwloc_topology_support::cpubind
++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++
struct hwloc_topology_discovery_support* hwloc_topology_support::discovery
++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++
struct hwloc_topology_membind_support* hwloc_topology_support::membind
++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++

++


The documentation for this struct was generated from the following file: ++
Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  ++ ++doxygen 1.3.9.1
++ ++ +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00022_source.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00022_source.html +--- hwloc-1.1/doc/doxygen-doc/html/a00022_source.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00022_source.html 1970-01-01 01:00:00.000000000 +0100 +@@ -1,103 +0,0 @@ +- +- +- +- +-Hardware Locality (hwloc): cuda.h Source File +- +- +- +- +- +- +- +- +- +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00023.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00023.html +--- hwloc-1.1/doc/doxygen-doc/html/a00023.html 1970-01-01 01:00:00.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00023.html 2010-12-31 23:48:22.570910379 +0100 +@@ -0,0 +1,164 @@ ++ ++ ++Hardware Locality (hwloc): bitmap.h File Reference ++ ++ ++ ++ ++

bitmap.h File Reference

The bitmap API, for use in hwloc itself. More... ++

++#include <hwloc/config.h>
++#include <assert.h>
++ ++

++Go to the source code of this file. ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++

Defines

#define hwloc_bitmap_foreach_begin(id, bitmap)
 Loop macro iterating on bitmap bitmap.
#define hwloc_bitmap_foreach_end()
 End of loop. Needs a terminating ';'.

Typedefs

typedef hwloc_bitmap_s * hwloc_bitmap_t
 Set of bits represented as an opaque pointer to an internal bitmap.
typedef const struct hwloc_bitmap_s * hwloc_const_bitmap_t

Functions

hwloc_bitmap_t hwloc_bitmap_alloc (void)
 Allocate a new empty bitmap.
hwloc_bitmap_t hwloc_bitmap_alloc_full (void)
 Allocate a new full bitmap.
void hwloc_bitmap_free (hwloc_bitmap_t bitmap)
 Free bitmap bitmap.
hwloc_bitmap_t hwloc_bitmap_dup (hwloc_const_bitmap_t bitmap)
 Duplicate bitmap bitmap by allocating a new bitmap and copying bitmap contents.
void hwloc_bitmap_copy (hwloc_bitmap_t dst, hwloc_const_bitmap_t src)
 Copy the contents of bitmap src into the already allocated bitmap dst.
int hwloc_bitmap_snprintf (char *restrict buf, size_t buflen, hwloc_const_bitmap_t bitmap)
 Stringify a bitmap.
int hwloc_bitmap_asprintf (char **strp, hwloc_const_bitmap_t bitmap)
 Stringify a bitmap into a newly allocated string.
int hwloc_bitmap_sscanf (hwloc_bitmap_t bitmap, const char *restrict string)
 Parse a bitmap string and stores it in bitmap bitmap.
int hwloc_bitmap_taskset_snprintf (char *restrict buf, size_t buflen, hwloc_const_bitmap_t bitmap)
 Stringify a bitmap in the taskset-specific format.
int hwloc_bitmap_taskset_asprintf (char **strp, hwloc_const_bitmap_t bitmap)
 Stringify a bitmap into a newly allocated taskset-specific string.
int hwloc_bitmap_taskset_sscanf (hwloc_bitmap_t bitmap, const char *restrict string)
 Parse a taskset-specific bitmap string and stores it in bitmap bitmap.
void hwloc_bitmap_zero (hwloc_bitmap_t bitmap)
 Empty the bitmap bitmap.
void hwloc_bitmap_fill (hwloc_bitmap_t bitmap)
 Fill bitmap bitmap with all possible indexes (even if those objects don't exist or are otherwise unavailable).
void hwloc_bitmap_only (hwloc_bitmap_t bitmap, unsigned id)
 Empty the bitmap bitmap and add bit id.
void hwloc_bitmap_allbut (hwloc_bitmap_t bitmap, unsigned id)
 Fill the bitmap and clear the index id.
void hwloc_bitmap_from_ulong (hwloc_bitmap_t bitmap, unsigned long mask)
 Setup bitmap bitmap from unsigned long mask.
void hwloc_bitmap_from_ith_ulong (hwloc_bitmap_t bitmap, unsigned i, unsigned long mask)
 Setup bitmap bitmap from unsigned long mask used as i -th subset.
void hwloc_bitmap_set (hwloc_bitmap_t bitmap, unsigned id)
 Add index id in bitmap bitmap.
void hwloc_bitmap_set_range (hwloc_bitmap_t bitmap, unsigned begin, unsigned end)
 Add indexess from begin to end in bitmap bitmap.
void hwloc_bitmap_set_ith_ulong (hwloc_bitmap_t bitmap, unsigned i, unsigned long mask)
 Replace i -th subset of bitmap bitmap with unsigned long mask.
void hwloc_bitmap_clr (hwloc_bitmap_t bitmap, unsigned id)
 Remove index id from bitmap bitmap.
void hwloc_bitmap_clr_range (hwloc_bitmap_t bitmap, unsigned begin, unsigned end)
 Remove index from begin to end in bitmap bitmap.
void hwloc_bitmap_singlify (hwloc_bitmap_t bitmap)
 Keep a single index among those set in bitmap bitmap.
unsigned long hwloc_bitmap_to_ulong (hwloc_const_bitmap_t bitmap)
 Convert the beginning part of bitmap bitmap into unsigned long mask.
unsigned long hwloc_bitmap_to_ith_ulong (hwloc_const_bitmap_t bitmap, unsigned i)
 Convert the i -th subset of bitmap bitmap into unsigned long mask.
int hwloc_bitmap_isset (hwloc_const_bitmap_t bitmap, unsigned id)
 Test whether index id is part of bitmap bitmap.
int hwloc_bitmap_iszero (hwloc_const_bitmap_t bitmap)
 Test whether bitmap bitmap is empty.
int hwloc_bitmap_isfull (hwloc_const_bitmap_t bitmap)
 Test whether bitmap bitmap is completely full.
int hwloc_bitmap_first (hwloc_const_bitmap_t bitmap)
 Compute the first index (least significant bit) in bitmap bitmap.
int hwloc_bitmap_next (hwloc_const_bitmap_t bitmap, unsigned prev)
 Compute the next index in bitmap bitmap which is after index prev.
int hwloc_bitmap_last (hwloc_const_bitmap_t bitmap)
 Compute the last index (most significant bit) in bitmap bitmap.
int hwloc_bitmap_weight (hwloc_const_bitmap_t bitmap)
 Compute the "weight" of bitmap bitmap (i.e., number of indexes that are in the bitmap).
void hwloc_bitmap_or (hwloc_bitmap_t res, hwloc_const_bitmap_t bitmap1, hwloc_const_bitmap_t bitmap2)
 Or bitmaps bitmap1 and bitmap2 and store the result in bitmap res.
void hwloc_bitmap_and (hwloc_bitmap_t res, hwloc_const_bitmap_t bitmap1, hwloc_const_bitmap_t bitmap2)
 And bitmaps bitmap1 and bitmap2 and store the result in bitmap res.
void hwloc_bitmap_andnot (hwloc_bitmap_t res, hwloc_const_bitmap_t bitmap1, hwloc_const_bitmap_t bitmap2)
 And bitmap bitmap1 and the negation of bitmap2 and store the result in bitmap res.
void hwloc_bitmap_xor (hwloc_bitmap_t res, hwloc_const_bitmap_t bitmap1, hwloc_const_bitmap_t bitmap2)
 Xor bitmaps bitmap1 and bitmap2 and store the result in bitmap res.
void hwloc_bitmap_not (hwloc_bitmap_t res, hwloc_const_bitmap_t bitmap)
 Negate bitmap bitmap and store the result in bitmap res.
int hwloc_bitmap_intersects (hwloc_const_bitmap_t bitmap1, hwloc_const_bitmap_t bitmap2)
 Test whether bitmaps bitmap1 and bitmap2 intersects.
int hwloc_bitmap_isincluded (hwloc_const_bitmap_t sub_bitmap, hwloc_const_bitmap_t super_bitmap)
 Test whether bitmap sub_bitmap is part of bitmap super_bitmap.
int hwloc_bitmap_isequal (hwloc_const_bitmap_t bitmap1, hwloc_const_bitmap_t bitmap2)
 Test whether bitmap bitmap1 is equal to bitmap bitmap2.
int hwloc_bitmap_compare_first (hwloc_const_bitmap_t bitmap1, hwloc_const_bitmap_t bitmap2)
 Compare bitmaps bitmap1 and bitmap2 using their lowest index.
int hwloc_bitmap_compare (hwloc_const_bitmap_t bitmap1, hwloc_const_bitmap_t bitmap2)
 Compare bitmaps bitmap1 and bitmap2 using their highest index.
++


Detailed Description

++The bitmap API, for use in hwloc itself. ++

++


Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  ++ ++doxygen 1.3.9.1
++ ++ +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00023_source.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00023_source.html +--- hwloc-1.1/doc/doxygen-doc/html/a00023_source.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00023_source.html 1970-01-01 01:00:00.000000000 +0100 +@@ -1,97 +0,0 @@ +- +- +- +- +-Hardware Locality (hwloc): cudart.h Source File +- +- +- +- +- +- +- +- +- +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00024.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00024.html +--- hwloc-1.1/doc/doxygen-doc/html/a00024.html 1970-01-01 01:00:00.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00024.html 2010-12-31 23:48:22.575910989 +0100 +@@ -0,0 +1,30 @@ ++ ++ ++Hardware Locality (hwloc): cuda.h File Reference ++ ++ ++ ++ ++

cuda.h File Reference

Macros to help interaction between hwloc and the CUDA Driver API. More... ++

++#include <hwloc.h>
++#include <hwloc/config.h>
++#include <hwloc/linux.h>
++#include <cuda.h>
++ ++

++Go to the source code of this file. ++ ++ ++ ++ ++ ++

Functions

inline int hwloc_cuda_get_device_cpuset (hwloc_topology_t topology , CUdevice cudevice, hwloc_cpuset_t set)
 Get the CPU set of logical processors that are physically close to device cudevice.
++


Detailed Description

++Macros to help interaction between hwloc and the CUDA Driver API. ++

++Applications that use both hwloc and the CUDA Driver API may want to include this file so as to get topology information for CUDA devices.


Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  ++ ++doxygen 1.3.9.1
++ ++ +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00024_source.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00024_source.html +--- hwloc-1.1/doc/doxygen-doc/html/a00024_source.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00024_source.html 1970-01-01 01:00:00.000000000 +0100 +@@ -1,123 +0,0 @@ +- +- +- +- +-Hardware Locality (hwloc): glibc-sched.h Source File +- +- +- +- +- +- +- +- +- +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00025.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00025.html +--- hwloc-1.1/doc/doxygen-doc/html/a00025.html 1970-01-01 01:00:00.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00025.html 2010-12-31 23:48:22.505902423 +0100 +@@ -0,0 +1,30 @@ ++ ++ ++Hardware Locality (hwloc): cudart.h File Reference ++ ++ ++ ++ ++

cudart.h File Reference

Macros to help interaction between hwloc and the CUDA Runtime API. More... ++

++#include <hwloc.h>
++#include <hwloc/config.h>
++#include <hwloc/linux.h>
++#include <cuda_runtime_api.h>
++ ++

++Go to the source code of this file. ++ ++ ++ ++ ++ ++

Functions

inline int hwloc_cudart_get_device_cpuset (hwloc_topology_t topology , int device, hwloc_cpuset_t set)
 Get the CPU set of logical processors that are physically close to device cudevice.
++


Detailed Description

++Macros to help interaction between hwloc and the CUDA Runtime API. ++

++Applications that use both hwloc and the CUDA Runtime API may want to include this file so as to get topology information for CUDA devices.


Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  ++ ++doxygen 1.3.9.1
++ ++ +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00025_source.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00025_source.html +--- hwloc-1.1/doc/doxygen-doc/html/a00025_source.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00025_source.html 1970-01-01 01:00:00.000000000 +0100 +@@ -1,626 +0,0 @@ +- +- +- +- +-Hardware Locality (hwloc): helper.h Source File +- +- +- +- +- +- +- +- +- +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00026.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00026.html +--- hwloc-1.1/doc/doxygen-doc/html/a00026.html 1970-01-01 01:00:00.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00026.html 2010-12-31 23:48:22.422892267 +0100 +@@ -0,0 +1,32 @@ ++ ++ ++Hardware Locality (hwloc): glibc-sched.h File Reference ++ ++ ++ ++ ++

glibc-sched.h File Reference

Macros to help interaction between hwloc and glibc scheduling routines. More... ++

++#include <hwloc.h>
++#include <hwloc/helper.h>
++#include <assert.h>
++ ++

++Go to the source code of this file. ++ ++ ++ ++ ++ ++ ++ ++ ++

Functions

inline int hwloc_cpuset_to_glibc_sched_affinity (hwloc_topology_t topology , hwloc_const_cpuset_t hwlocset, cpu_set_t *schedset, size_t schedsetsize)
 Convert hwloc CPU set toposet into glibc sched affinity CPU set schedset.
inline int hwloc_cpuset_from_glibc_sched_affinity (hwloc_topology_t topology , hwloc_cpuset_t hwlocset, const cpu_set_t *schedset, size_t schedsetsize)
 Convert glibc sched affinity CPU set schedset into hwloc CPU set.
++


Detailed Description

++Macros to help interaction between hwloc and glibc scheduling routines. ++

++Applications that use both hwloc and glibc scheduling routines such as sched_getaffinity may want to include this file so as to ease conversion between their respective types.


Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  ++ ++doxygen 1.3.9.1
++ ++ +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00027.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00027.html +--- hwloc-1.1/doc/doxygen-doc/html/a00027.html 1970-01-01 01:00:00.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00027.html 2010-12-31 23:48:22.510903035 +0100 +@@ -0,0 +1,169 @@ ++ ++ ++Hardware Locality (hwloc): helper.h File Reference ++ ++ ++ ++ ++

helper.h File Reference

High-level hwloc traversal helpers. More... ++

++#include <stdlib.h>
++#include <errno.h>
++ ++

++Go to the source code of this file. ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++

Functions

inline int  hwloc_get_type_or_below_depth (hwloc_topology_t topology, hwloc_obj_type_t type)
 Returns the depth of objects of type type or below.
inline int  hwloc_get_type_or_above_depth (hwloc_topology_t topology, hwloc_obj_type_t type)
 Returns the depth of objects of type type or above.
inline hwloc_obj_t
++ 
hwloc_get_root_obj (hwloc_topology_t topology)
 Returns the top-object of the topology-tree.
inline hwloc_obj_t
++ 
hwloc_get_ancestor_obj_by_depth (hwloc_topology_t topology , unsigned depth, hwloc_obj_t obj)
 Returns the ancestor object of obj at depth depth.
inline hwloc_obj_t
++ 
hwloc_get_ancestor_obj_by_type (hwloc_topology_t topology , hwloc_obj_type_t type, hwloc_obj_t obj)
 Returns the ancestor object of obj with type type.
inline hwloc_obj_t hwloc_get_next_obj_by_depth (hwloc_topology_t topology, unsigned depth, hwloc_obj_t prev)
 Returns the next object at depth depth.
inline hwloc_obj_t hwloc_get_next_obj_by_type (hwloc_topology_t topology, hwloc_obj_type_t type, hwloc_obj_t prev)
 Returns the next object of type type.
inline hwloc_obj_t
++ 
hwloc_get_pu_obj_by_os_index (hwloc_topology_t topology, unsigned os_index)
 Returns the object of type HWLOC_OBJ_PU with os_index.
inline hwloc_obj_t hwloc_get_next_child (hwloc_topology_t topology , hwloc_obj_t parent, hwloc_obj_t prev)
 Return the next child.
inline hwloc_obj_t
++ 
hwloc_get_common_ancestor_obj (hwloc_topology_t topology , hwloc_obj_t obj1, hwloc_obj_t obj2)
 Returns the common parent object to objects lvl1 and lvl2.
inline int  hwloc_obj_is_in_subtree (hwloc_topology_t topology , hwloc_obj_t obj, hwloc_obj_t subtree_root)
 Returns true if _obj_ is inside the subtree beginning with subtree_root.
inline hwloc_obj_t hwloc_get_first_largest_obj_inside_cpuset (hwloc_topology_t topology, hwloc_const_cpuset_t set)
 Get the first largest object included in the given cpuset set.
int hwloc_get_largest_objs_inside_cpuset (hwloc_topology_t topology, hwloc_const_cpuset_t set, hwloc_obj_t *restrict objs, int max)
 Get the set of largest objects covering exactly a given cpuset set.
inline hwloc_obj_t hwloc_get_next_obj_inside_cpuset_by_depth (hwloc_topology_t topology, hwloc_const_cpuset_t set, unsigned depth, hwloc_obj_t prev)
 Return the next object at depth depth included in CPU set set.
inline hwloc_obj_t hwloc_get_next_obj_inside_cpuset_by_type (hwloc_topology_t topology, hwloc_const_cpuset_t set, hwloc_obj_type_t type, hwloc_obj_t prev)
 Return the next object of type type included in CPU set set.
inline hwloc_obj_t
++ 
hwloc_get_obj_inside_cpuset_by_depth (hwloc_topology_t topology, hwloc_const_cpuset_t set, unsigned depth, unsigned idx)
 Return the index -th object at depth depth included in CPU set set.
inline hwloc_obj_t
++ 
hwloc_get_obj_inside_cpuset_by_type (hwloc_topology_t topology, hwloc_const_cpuset_t set, hwloc_obj_type_t type, unsigned idx)
 Return the idx -th object of type type included in CPU set set.
inline unsigned  hwloc_get_nbobjs_inside_cpuset_by_depth (hwloc_topology_t topology, hwloc_const_cpuset_t set, unsigned depth)
 Return the number of objects at depth depth included in CPU set set.
inline int  hwloc_get_nbobjs_inside_cpuset_by_type (hwloc_topology_t topology, hwloc_const_cpuset_t set, hwloc_obj_type_t type)
 Return the number of objects of type type included in CPU set set.
inline hwloc_obj_t
++ 
hwloc_get_child_covering_cpuset (hwloc_topology_t topology , hwloc_const_cpuset_t set, hwloc_obj_t parent)
 Get the child covering at least CPU set set.
inline hwloc_obj_t
++ 
hwloc_get_obj_covering_cpuset (hwloc_topology_t topology, hwloc_const_cpuset_t set)
 Get the lowest object covering at least CPU set set.
inline hwloc_obj_t hwloc_get_next_obj_covering_cpuset_by_depth (hwloc_topology_t topology, hwloc_const_cpuset_t set, unsigned depth, hwloc_obj_t prev)
 Iterate through same-depth objects covering at least CPU set set.
inline hwloc_obj_t hwloc_get_next_obj_covering_cpuset_by_type (hwloc_topology_t topology, hwloc_const_cpuset_t set, hwloc_obj_type_t type, hwloc_obj_t prev)
 Iterate through same-type objects covering at least CPU set set.
inline hwloc_obj_t
++ 
hwloc_get_cache_covering_cpuset (hwloc_topology_t topology, hwloc_const_cpuset_t set)
 Get the first cache covering a cpuset set.
inline hwloc_obj_t
++ 
hwloc_get_shared_cache_covering_obj (hwloc_topology_t topology , hwloc_obj_t obj)
 Get the first cache shared between an object and somebody else.
unsigned hwloc_get_closest_objs (hwloc_topology_t topology, hwloc_obj_t src, hwloc_obj_t *restrict objs, unsigned max)
 Do a depth-first traversal of the topology to find and sort.
inline hwloc_obj_t
++ 
hwloc_get_obj_below_by_type (hwloc_topology_t topology, hwloc_obj_type_t type1, unsigned idx1, hwloc_obj_type_t type2, unsigned idx2)
 Find an object below another object, both specified by types and indexes.
inline hwloc_obj_t
++ 
hwloc_get_obj_below_array_by_type (hwloc_topology_t topology, int nr, hwloc_obj_type_t *typev, unsigned *idxv)
 Find an object below a chain of objects specified by types and indexes.
inline void hwloc_distributev (hwloc_topology_t topology, hwloc_obj_t *root, unsigned n_roots, hwloc_cpuset_t *cpuset, unsigned n, unsigned until)
 Distribute n items over the topology under root.
inline void hwloc_distribute (hwloc_topology_t topology, hwloc_obj_t root, hwloc_cpuset_t *cpuset, unsigned n, unsigned until)
inline void * hwloc_alloc_membind_policy_nodeset (hwloc_topology_t topology, size_t len, hwloc_const_nodeset_t nodeset, hwloc_membind_policy_t policy, int flags)
 Allocate some memory on the given nodeset nodeset.
inline void * hwloc_alloc_membind_policy (hwloc_topology_t topology, size_t len, hwloc_const_cpuset_t cpuset, hwloc_membind_policy_t policy, int flags)
 Allocate some memory on the memory nodes near given cpuset cpuset.
inline hwloc_const_cpuset_t
++ 
hwloc_topology_get_complete_cpuset (hwloc_topology_t topology)
inline hwloc_const_cpuset_t
++ 
hwloc_topology_get_topology_cpuset (hwloc_topology_t topology)
inline hwloc_const_cpuset_t
++ 
hwloc_topology_get_online_cpuset (hwloc_topology_t topology)
 Get online CPU set.
inline hwloc_const_cpuset_t
++ 
hwloc_topology_get_allowed_cpuset (hwloc_topology_t topology)
 Get allowed CPU set.
inline hwloc_const_nodeset_t
++ 
hwloc_topology_get_complete_nodeset (hwloc_topology_t topology)
inline hwloc_const_nodeset_t
++ 
hwloc_topology_get_topology_nodeset (hwloc_topology_t topology)
inline hwloc_const_nodeset_t
++ 
hwloc_topology_get_allowed_nodeset (hwloc_topology_t topology)
 Get allowed node set.
inline void hwloc_cpuset_to_nodeset (hwloc_topology_t topology, hwloc_const_cpuset_t cpuset, hwloc_nodeset_t nodeset)
 Convert a CPU set into a NUMA node set and handle non-NUMA cases.
inline void hwloc_cpuset_to_nodeset_strict (struct hwloc_topology *topology, hwloc_const_cpuset_t cpuset, hwloc_nodeset_t nodeset)
 Convert a CPU set into a NUMA node set without handling non-NUMA cases.
inline void hwloc_cpuset_from_nodeset (hwloc_topology_t topology, hwloc_cpuset_t cpuset, hwloc_const_nodeset_t nodeset)
 Convert a NUMA node set into a CPU set and handle non-NUMA cases.
inline void hwloc_cpuset_from_nodeset_strict (struct hwloc_topology *topology, hwloc_cpuset_t cpuset, hwloc_const_nodeset_t nodeset)
 Convert a NUMA node set into a CPU set without handling non-NUMA cases.
++


Detailed Description

++High-level hwloc traversal helpers. ++

++


Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  ++ ++doxygen 1.3.9.1
++ ++ +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00027_source.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00027_source.html +--- hwloc-1.1/doc/doxygen-doc/html/a00027_source.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00027_source.html 1970-01-01 01:00:00.000000000 +0100 +@@ -1,400 +0,0 @@ +- +- +- +- +-Hardware Locality (hwloc): hwloc.h Source File +- +- +- +- +- +- +- +- +- +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00028.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00028.html +--- hwloc-1.1/doc/doxygen-doc/html/a00028.html 1970-01-01 01:00:00.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00028.html 2010-12-31 23:48:22.446895203 +0100 +@@ -0,0 +1,15 @@ ++ ++ ++Hardware Locality (hwloc): hwloc.doxy File Reference ++ ++ ++ ++ ++

hwloc.doxy File Reference

++ ++
++
Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  ++ ++doxygen 1.3.9.1
++ ++ +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00028_source.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00028_source.html +--- hwloc-1.1/doc/doxygen-doc/html/a00028_source.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00028_source.html 1970-01-01 01:00:00.000000000 +0100 +@@ -1,383 +0,0 @@ +- +- +- +- +-Hardware Locality (hwloc): linux-libnuma.h Source File +- +- +- +- +- +- +- +- +- +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00029.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00029.html +--- hwloc-1.1/doc/doxygen-doc/html/a00029.html 1970-01-01 01:00:00.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00029.html 2010-12-31 23:48:22.445895081 +0100 +@@ -0,0 +1,318 @@ ++ ++ ++Hardware Locality (hwloc): hwloc.h File Reference ++ ++ ++ ++ ++

hwloc.h File Reference

The hwloc API. More... ++

++#include <hwloc/config.h>
++#include <sys/types.h>
++#include <stdio.h>
++#include <string.h>
++#include <limits.h>
++#include <hwloc/rename.h>
++#include <hwloc/bitmap.h>
++#include <hwloc/cpuset.h>
++#include <hwloc/helper.h>
++ ++

++Go to the source code of this file. ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++

Data Structures

struct  hwloc_obj_memory_s
 Object memory. More...
struct  hwloc_obj_memory_s::hwloc_obj_memory_page_type_s
 Array of local memory page types, NULL if no local memory and page_types is 0. More...
struct  hwloc_obj
 Structure of a topology object. More...
union  hwloc_obj_attr_u
 Object type-specific Attributes. More...
struct  hwloc_obj_attr_u::hwloc_cache_attr_s
 Cache-specific Object Attributes. More...
struct  hwloc_obj_attr_u::hwloc_group_attr_s
 Group-specific Object Attributes. More...
struct  hwloc_obj_info_s
 Object info. More...
struct  hwloc_topology_discovery_support
 Flags describing actual discovery support for this topology. More...
struct  hwloc_topology_cpubind_support
 Flags describing actual PU binding support for this topology. More...
struct  hwloc_topology_membind_support
 Flags describing actual memory binding support for this topology. More...
struct  hwloc_topology_support
 Set of flags describing actual support for this topology. More...

Defines

#define HWLOC_API_VERSION   0x00010100
 Indicate at build time which hwloc API version is being used.

Typedefs

typedef hwloc_topology * hwloc_topology_t
 Topology context.
typedef hwloc_bitmap_t hwloc_cpuset_t
 A CPU set is a bitmap whose bits are set according to CPU physical OS indexes.
typedef hwloc_const_bitmap_t hwloc_const_cpuset_t
 A non-modifiable hwloc_cpuset_t.
typedef hwloc_bitmap_t hwloc_nodeset_t
 A node set is a bitmap whose bits are set according to NUMA memory node physical OS indexes.
typedef hwloc_const_bitmap_t hwloc_const_nodeset_t
 A non-modifiable hwloc_nodeset_t.
typedef hwloc_objhwloc_obj_t
 Convenience typedef; a pointer to a struct hwloc_obj.

Enumerations

enum  hwloc_obj_type_t {
++  HWLOC_OBJ_SYSTEM, ++HWLOC_OBJ_MACHINE, ++HWLOC_OBJ_NODE, ++HWLOC_OBJ_SOCKET, ++
++  HWLOC_OBJ_CACHE, ++HWLOC_OBJ_CORE, ++HWLOC_OBJ_PU, ++HWLOC_OBJ_GROUP, ++
++  HWLOC_OBJ_MISC ++
++ }
 Type of topology object. More...
enum  hwloc_compare_types_e { HWLOC_TYPE_UNORDERED ++ }
enum  hwloc_topology_flags_e { HWLOC_TOPOLOGY_FLAG_WHOLE_SYSTEM, ++HWLOC_TOPOLOGY_FLAG_IS_THISSYSTEM ++ }
 Flags to be set onto a topology context before load. More...
enum  hwloc_get_type_depth_e { HWLOC_TYPE_DEPTH_UNKNOWN, ++HWLOC_TYPE_DEPTH_MULTIPLE ++ }
enum  hwloc_cpubind_flags_t { HWLOC_CPUBIND_PROCESS, ++HWLOC_CPUBIND_THREAD, ++HWLOC_CPUBIND_STRICT, ++HWLOC_CPUBIND_NOMEMBIND ++ }
 Process/Thread binding flags. More...
enum  hwloc_membind_policy_t {
++  HWLOC_MEMBIND_DEFAULT, ++HWLOC_MEMBIND_FIRSTTOUCH, ++HWLOC_MEMBIND_BIND, ++HWLOC_MEMBIND_INTERLEAVE, ++
++  HWLOC_MEMBIND_REPLICATE, ++HWLOC_MEMBIND_NEXTTOUCH ++
++ }
 Memory binding policy. More...
enum  hwloc_membind_flags_t {
++  HWLOC_MEMBIND_PROCESS, ++HWLOC_MEMBIND_THREAD, ++HWLOC_MEMBIND_STRICT, ++HWLOC_MEMBIND_MIGRATE, ++
++  HWLOC_MEMBIND_NOCPUBIND ++
++ }
 Memory binding flags. More...

Functions

int hwloc_compare_types (hwloc_obj_type_t type1, hwloc_obj_type_t type2)
 Compare the depth of two object types.
int hwloc_topology_init (hwloc_topology_t *topologyp)
 Allocate a topology context.
int hwloc_topology_load (hwloc_topology_t topology)
 Build the actual topology.
void hwloc_topology_destroy (hwloc_topology_t topology)
 Terminate and free a topology context.
void hwloc_topology_check (hwloc_topology_t topology)
 Run internal checks on a topology structure.
int hwloc_topology_ignore_type (hwloc_topology_t topology, hwloc_obj_type_t type)
 Ignore an object type.
int hwloc_topology_ignore_type_keep_structure (hwloc_topology_t topology, hwloc_obj_type_t type)
 Ignore an object type if it does not bring any structure.
int hwloc_topology_ignore_all_keep_structure (hwloc_topology_t topology)
 Ignore all objects that do not bring any structure.
int hwloc_topology_set_flags (hwloc_topology_t topology, unsigned long flags)
 Set OR'ed flags to non-yet-loaded topology.
int hwloc_topology_set_fsroot (hwloc_topology_t restrict topology, const char *restrict fsroot_path)
 Change the file-system root path when building the topology from sysfs/procfs.
int hwloc_topology_set_pid (hwloc_topology_t restrict topology, hwloc_pid_t pid)
 Change which pid the topology is viewed from.
int hwloc_topology_set_synthetic (hwloc_topology_t restrict topology, const char *restrict description)
 Enable synthetic topology.
int hwloc_topology_set_xml (hwloc_topology_t restrict topology, const char *restrict xmlpath)
 Enable XML-file based topology.
int hwloc_topology_set_xmlbuffer (hwloc_topology_t restrict topology, const char *restrict buffer, int size)
 Enable XML based topology using a memory buffer instead of a file.
const struct
++hwloc_topology_support
hwloc_topology_get_support (hwloc_topology_t restrict topology)
 Retrieve the topology support.
void hwloc_topology_export_xml (hwloc_topology_t topology, const char *xmlpath)
 Export the topology into an XML file.
void hwloc_topology_export_xmlbuffer (hwloc_topology_t topology, char **xmlbuffer, int *buflen)
 Export the topology into a newly-allocated XML memory buffer.
hwloc_obj_t hwloc_topology_insert_misc_object_by_cpuset (hwloc_topology_t topology, hwloc_const_cpuset_t cpuset, const char *name)
 Add a MISC object to the topology.
hwloc_obj_t hwloc_topology_insert_misc_object_by_parent (hwloc_topology_t topology, hwloc_obj_t parent, const char *name)
 Add a MISC object to the topology.
unsigned hwloc_topology_get_depth (hwloc_topology_t restrict topology)
 Get the depth of the hierachical tree of objects.
int hwloc_get_type_depth (hwloc_topology_t topology, hwloc_obj_type_t type)
 Returns the depth of objects of type type.
hwloc_obj_type_t hwloc_get_depth_type (hwloc_topology_t topology, unsigned depth)
 Returns the type of objects at depth depth.
unsigned hwloc_get_nbobjs_by_depth (hwloc_topology_t topology, unsigned depth)
 Returns the width of level at depth depth.
inline int  hwloc_get_nbobjs_by_type (hwloc_topology_t topology, hwloc_obj_type_t type)
 Returns the width of level type type.
int hwloc_topology_is_thissystem (hwloc_topology_t restrict topology)
 Does the topology context come from this system?
hwloc_obj_t hwloc_get_obj_by_depth (hwloc_topology_t topology, unsigned depth, unsigned idx)
 Returns the topology object at index index from depth depth.
inline hwloc_obj_t
++ 
hwloc_get_obj_by_type (hwloc_topology_t topology, hwloc_obj_type_t type, unsigned idx)
 Returns the topology object at index index with type type.
const char * hwloc_obj_type_string (hwloc_obj_type_t type)
 Return a stringified topology object type.
hwloc_obj_type_t hwloc_obj_type_of_string (const char *string)
 Return an object type from the string.
int hwloc_obj_type_snprintf (char *restrict string, size_t size, hwloc_obj_t obj, int verbose)
 Stringify the type of a given topology object into a human-readable form.
int hwloc_obj_attr_snprintf (char *restrict string, size_t size, hwloc_obj_t obj, const char *restrict separator, int verbose)
 Stringify the attributes of a given topology object into a human-readable form.
int hwloc_obj_snprintf (char *restrict string, size_t size, hwloc_topology_t topology, hwloc_obj_t obj, const char *restrict indexprefix, int verbose)
 Stringify a given topology object into a human-readable form.
int hwloc_obj_cpuset_snprintf (char *restrict str, size_t size, size_t nobj, const hwloc_obj_t *restrict objs)
 Stringify the cpuset containing a set of objects.
inline char * hwloc_obj_get_info_by_name (hwloc_obj_t obj, const char *name)
 Search the given key name in object infos and return the corresponding value.
int hwloc_set_cpubind (hwloc_topology_t topology, hwloc_const_cpuset_t set, int flags)
 Bind current process or thread on cpus given in bitmap set.
int hwloc_get_cpubind (hwloc_topology_t topology, hwloc_cpuset_t set, int flags)
 Get current process or thread binding.
int hwloc_set_proc_cpubind (hwloc_topology_t topology, hwloc_pid_t pid, hwloc_const_cpuset_t set, int flags)
 Bind a process pid on cpus given in bitmap set.
int hwloc_get_proc_cpubind (hwloc_topology_t topology, hwloc_pid_t pid, hwloc_cpuset_t set, int flags)
 Get the current binding of process pid.
int hwloc_set_thread_cpubind (hwloc_topology_t topology, hwloc_thread_t tid, hwloc_const_cpuset_t set, int flags)
 Bind a thread tid on cpus given in bitmap set.
int hwloc_get_thread_cpubind (hwloc_topology_t topology, hwloc_thread_t tid, hwloc_cpuset_t set, int flags)
 Get the current binding of thread tid.
int hwloc_set_membind_nodeset (hwloc_topology_t topology, hwloc_const_nodeset_t nodeset, hwloc_membind_policy_t policy, int flags)
 Bind current process memory on the given nodeset nodeset.
int hwloc_set_membind (hwloc_topology_t topology, hwloc_const_cpuset_t cpuset, hwloc_membind_policy_t policy, int flags)
 Bind current process memory on memory nodes near the given cpuset cpuset.
int hwloc_get_membind_nodeset (hwloc_topology_t topology, hwloc_nodeset_t nodeset, hwloc_membind_policy_t *policy, int flags)
 Get current process memory binding in nodeset nodeset.
int hwloc_get_membind (hwloc_topology_t topology, hwloc_cpuset_t cpuset, hwloc_membind_policy_t *policy, int flags)
 Get current process memory binding in cpuset cpuset.
int hwloc_set_proc_membind_nodeset (hwloc_topology_t topology, hwloc_pid_t pid, hwloc_const_nodeset_t nodeset, hwloc_membind_policy_t policy, int flags)
 Bind given process memory on the given nodeset nodeset.
int hwloc_set_proc_membind (hwloc_topology_t topology, hwloc_pid_t pid, hwloc_const_cpuset_t cpuset, hwloc_membind_policy_t policy, int flags)
 Bind given process memory on memory nodes near the given cpuset cpuset.
int hwloc_get_proc_membind_nodeset (hwloc_topology_t topology, hwloc_pid_t pid, hwloc_nodeset_t nodeset, hwloc_membind_policy_t *policy, int flags)
 Get current process memory binding in nodeset nodeset.
int hwloc_get_proc_membind (hwloc_topology_t topology, hwloc_pid_t pid, hwloc_cpuset_t cpuset, hwloc_membind_policy_t *policy, int flags)
 Get current process memory binding in cpuset cpuset.
int hwloc_set_area_membind_nodeset (hwloc_topology_t topology, const void *addr, size_t len, hwloc_const_nodeset_t nodeset, hwloc_membind_policy_t policy, int flags)
 Bind some memory range on the given nodeset nodeset.
int hwloc_set_area_membind (hwloc_topology_t topology, const void *addr, size_t len, hwloc_const_cpuset_t cpuset, hwloc_membind_policy_t policy, int flags)
 Bind some memory range on memory nodes near the given cpuset cpuset.
int hwloc_get_area_membind_nodeset (hwloc_topology_t topology, const void *addr, size_t len, hwloc_nodeset_t nodeset, hwloc_membind_policy_t *policy, int flags)
 Get some memory range memory binding in nodeset nodeset.
int hwloc_get_area_membind (hwloc_topology_t topology, const void *addr, size_t len, hwloc_cpuset_t cpuset, hwloc_membind_policy_t *policy, int flags)
 Get some memory range memory binding in cpuset cpuset.
void * hwloc_alloc (hwloc_topology_t topology, size_t len)
 Allocate some memory.
void * hwloc_alloc_membind_nodeset (hwloc_topology_t topology, size_t len, hwloc_const_nodeset_t nodeset, hwloc_membind_policy_t policy, int flags)
 Allocate some memory on the given nodeset nodeset.
void * hwloc_alloc_membind (hwloc_topology_t topology, size_t len, hwloc_const_cpuset_t cpuset, hwloc_membind_policy_t policy, int flags)
 Allocate some memory on memory nodes near the given cpuset cpuset.
int hwloc_free (hwloc_topology_t topology, void *addr, size_t len)
 Free some memory allocated by hwloc_alloc() or hwloc_alloc_membind().
++


Detailed Description

++The hwloc API. ++

++See hwloc/bitmap.h for bitmap specific macros. See hwloc/helper.h for high-level topology traversal helpers.


Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  ++ ++doxygen 1.3.9.1
++ ++ +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00029_source.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00029_source.html +--- hwloc-1.1/doc/doxygen-doc/html/a00029_source.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00029_source.html 1970-01-01 01:00:00.000000000 +0100 +@@ -1,68 +0,0 @@ +- +- +- +- +-Hardware Locality (hwloc): linux.h Source File +- +- +- +- +- +- +- +- +- +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00030.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00030.html +--- hwloc-1.1/doc/doxygen-doc/html/a00030.html 1970-01-01 01:00:00.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00030.html 2010-12-31 23:48:22.494901078 +0100 +@@ -0,0 +1,63 @@ ++ ++ ++Hardware Locality (hwloc): linux-libnuma.h File Reference ++ ++ ++ ++ ++

linux-libnuma.h File Reference

Macros to help interaction between hwloc and Linux libnuma. More... ++

++#include <hwloc.h>
++#include <numa.h>
++ ++

++Go to the source code of this file. ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++

Functions

inline int hwloc_cpuset_to_linux_libnuma_ulongs (hwloc_topology_t topology, hwloc_const_cpuset_t cpuset, unsigned long *mask, unsigned long *maxnode)
 Convert hwloc CPU set cpuset into the array of unsigned long mask.
inline int hwloc_nodeset_to_linux_libnuma_ulongs (hwloc_topology_t topology, hwloc_const_nodeset_t nodeset, unsigned long *mask, unsigned long *maxnode)
 Convert hwloc NUMA node set nodeset into the array of unsigned long mask.
inline int hwloc_cpuset_from_linux_libnuma_ulongs (hwloc_topology_t topology, hwloc_cpuset_t cpuset, const unsigned long *mask, unsigned long maxnode)
 Convert the array of unsigned long mask into hwloc CPU set.
inline int hwloc_nodeset_from_linux_libnuma_ulongs (hwloc_topology_t topology, hwloc_nodeset_t nodeset, const unsigned long *mask, unsigned long maxnode)
 Convert the array of unsigned long mask into hwloc NUMA node set.
inline struct bitmask
++* 
hwloc_cpuset_to_linux_libnuma_bitmask (hwloc_topology_t topology, hwloc_const_cpuset_t cpuset)
 Convert hwloc CPU set cpuset into the returned libnuma bitmask.
inline struct bitmask
++* 
hwloc_nodeset_to_linux_libnuma_bitmask (hwloc_topology_t topology, hwloc_const_nodeset_t nodeset)
 Convert hwloc NUMA node set nodeset into the returned libnuma bitmask.
inline int hwloc_cpuset_from_linux_libnuma_bitmask (hwloc_topology_t topology, hwloc_cpuset_t cpuset, const struct bitmask *bitmask)
 Convert libnuma bitmask bitmask into hwloc CPU set cpuset.
inline int hwloc_nodeset_from_linux_libnuma_bitmask (hwloc_topology_t topology, hwloc_nodeset_t nodeset, const struct bitmask *bitmask)
 Convert libnuma bitmask bitmask into hwloc NUMA node set nodeset.
inline int hwloc_cpuset_to_linux_libnuma_nodemask (hwloc_topology_t topology, hwloc_const_cpuset_t cpuset, nodemask_t *nodemask)
 Convert hwloc CPU set cpuset into libnuma nodemask nodemask.
inline int hwloc_nodeset_to_linux_libnuma_nodemask (hwloc_topology_t topology, hwloc_const_nodeset_t nodeset, nodemask_t *nodemask)
 Convert hwloc NUMA node set nodeset into libnuma nodemask nodemask.
inline int hwloc_cpuset_from_linux_libnuma_nodemask (hwloc_topology_t topology, hwloc_cpuset_t cpuset, const nodemask_t *nodemask)
 Convert libnuma nodemask nodemask into hwloc CPU set cpuset.
inline int hwloc_nodeset_from_linux_libnuma_nodemask (hwloc_topology_t topology, hwloc_nodeset_t nodeset, const nodemask_t *nodemask)
 Convert libnuma nodemask nodemask into hwloc NUMA node set nodeset.
++


Detailed Description

++Macros to help interaction between hwloc and Linux libnuma. ++

++Applications that use both Linux libnuma and hwloc may want to include this file so as to ease conversion between their respective types.


Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  ++ ++doxygen 1.3.9.1
++ ++ +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00030_source.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00030_source.html +--- hwloc-1.1/doc/doxygen-doc/html/a00030_source.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00030_source.html 1970-01-01 01:00:00.000000000 +0100 +@@ -1,116 +0,0 @@ +- +- +- +- +-Hardware Locality (hwloc): myriexpress.h Source File +- +- +- +- +- +- +- +- +- +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00031.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00031.html +--- hwloc-1.1/doc/doxygen-doc/html/a00031.html 1970-01-01 01:00:00.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00031.html 2010-12-31 23:48:22.504902301 +0100 +@@ -0,0 +1,34 @@ ++ ++ ++Hardware Locality (hwloc): linux.h File Reference ++ ++ ++ ++ ++

linux.h File Reference

Macros to help interaction between hwloc and Linux. More... ++

++#include <hwloc.h>
++#include <stdio.h>
++ ++

++Go to the source code of this file. ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++

Functions

int hwloc_linux_parse_cpumap_file (FILE *file, hwloc_cpuset_t set)
 Convert a linux kernel cpumap file file into hwloc CPU set.
int hwloc_linux_set_tid_cpubind (hwloc_topology_t topology, pid_t tid, hwloc_const_cpuset_t set)
 Bind a thread tid on cpus given in cpuset set.
int hwloc_linux_get_tid_cpubind (hwloc_topology_t topology, pid_t tid, hwloc_cpuset_t set)
 Get the current binding of thread tid.
++


Detailed Description

++Macros to help interaction between hwloc and Linux. ++

++Applications that use hwloc on Linux may want to include this file if using some low-level Linux features.


Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  ++ ++doxygen 1.3.9.1
++ ++ +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00031_source.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00031_source.html +--- hwloc-1.1/doc/doxygen-doc/html/a00031_source.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00031_source.html 1970-01-01 01:00:00.000000000 +0100 +@@ -1,93 +0,0 @@ +- +- +- +- +-Hardware Locality (hwloc): openfabrics-verbs.h Source File +- +- +- +- +- +- +- +- +- +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00032.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00032.html +--- hwloc-1.1/doc/doxygen-doc/html/a00032.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00032.html 2010-12-31 23:48:22.433893614 +0100 +@@ -1,56 +1,33 @@ +- +- +- +- +-Hardware Locality (hwloc): API version +- +- +- +- +- +- +-
+- +-
+-

API version

+-
+-
+- +- +- +- +-

+-Defines

#define HWLOC_API_VERSION   0x00010100
 Indicate at build time which hwloc API version is being used.
+-

Define Documentation

+- +-
+-
+- +- +- +- +-
#define HWLOC_API_VERSION   0x00010100
+-
+-
++ ++ ++Hardware Locality (hwloc): myriexpress.h File Reference ++ ++ ++ ++ ++

myriexpress.h File Reference

Macros to help interaction between hwloc and Myrinet Express. More... ++

++#include <hwloc.h>
++#include <hwloc/config.h>
++#include <hwloc/linux.h>
++#include <myriexpress.h>
++ ++

++Go to the source code of this file. ++ ++ ++ + +-

Indicate at build time which hwloc API version is being used.

++ ++ + +- +- +- +- ++

Functions

inline int hwloc_mx_board_get_device_cpuset (hwloc_topology_t topology, unsigned id, hwloc_cpuset_t set)
 Get the CPU set of logical processors that are physically close the MX board id.
inline int hwloc_mx_endpoint_get_device_cpuset (hwloc_topology_t topology, mx_endpoint_t endpoint, hwloc_cpuset_t set)
 Get the CPU set of logical processors that are physically close to endpoint endpoint.
++


Detailed Description

++Macros to help interaction between hwloc and Myrinet Express. ++

++Applications that use both hwloc and Myrinet Express verbs may want to include this file so as to get topology information for Myrinet hardware.


Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  + +-doxygen 1.7.1
++doxygen 1.3.9.1
+ + +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00033.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00033.html +--- hwloc-1.1/doc/doxygen-doc/html/a00033.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00033.html 2010-12-31 23:48:22.501901935 +0100 +@@ -1,57 +1,30 @@ +- +- +- +- +-Hardware Locality (hwloc): Topology context +- +- +- +- +- +- +-
+- +-
+-

Topology context

+-
+-
+- +- +- +- +-

+-Typedefs

typedef struct hwloc_topology * hwloc_topology_t
 Topology context.
+-

Typedef Documentation

+- +-
+-
+- +- +- +- +-
typedef struct hwloc_topology* hwloc_topology_t
+-
+-
++ ++ ++Hardware Locality (hwloc): openfabrics-verbs.h File Reference ++ ++ ++ ++ ++

openfabrics-verbs.h File Reference

Macros to help interaction between hwloc and OpenFabrics verbs. More... ++

++#include <hwloc.h>
++#include <hwloc/config.h>
++#include <hwloc/linux.h>
++#include <infiniband/verbs.h>
+ +-

Topology context.

+-

To be initialized with hwloc_topology_init() and built with hwloc_topology_load().

++

++Go to the source code of this file. ++ ++ ++ + +- +- +- +- ++

Functions

inline int hwloc_ibv_get_device_cpuset (hwloc_topology_t topology , struct ibv_device *ibdev, hwloc_cpuset_t set)
 Get the CPU set of logical processors that are physically close to device ibdev.
++


Detailed Description

++Macros to help interaction between hwloc and OpenFabrics verbs. ++

++Applications that use both hwloc and OpenFabrics verbs may want to include this file so as to get topology information for OpenFabrics hardware.


Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  + +-doxygen 1.7.1
++doxygen 1.3.9.1
+ + +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00034.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00034.html +--- hwloc-1.1/doc/doxygen-doc/html/a00034.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00034.html 2010-12-31 23:48:22.582911846 +0100 +@@ -1,111 +1,45 @@ +- +- +- +- +-Hardware Locality (hwloc): Object sets +- +- +- +- +- +- +-
+- +-
+-

Object sets

+-
+-
+- +- +- +- +- +- +- +- +- +- +-

+-Typedefs

typedef hwloc_bitmap_t hwloc_cpuset_t
 A CPU set is a bitmap whose bits are set according to CPU physical OS indexes.
typedef hwloc_const_bitmap_t hwloc_const_cpuset_t
 A non-modifiable hwloc_cpuset_t.
typedef hwloc_bitmap_t hwloc_nodeset_t
 A node set is a bitmap whose bits are set according to NUMA memory node physical OS indexes.
typedef hwloc_const_bitmap_t hwloc_const_nodeset_t
 A non-modifiable hwloc_nodeset_t.
+-

Typedef Documentation

+- +-
+-
+- +- +- +- +-
typedef hwloc_const_bitmap_t hwloc_const_cpuset_t
+-
+-
+- +-

A non-modifiable hwloc_cpuset_t.

+- +-
+-
+- +-
+-
+- +- +- +- +-
typedef hwloc_const_bitmap_t hwloc_const_nodeset_t
+-
+-
+- +-

A non-modifiable hwloc_nodeset_t.

++ ++ ++Hardware Locality (hwloc): API version ++ ++ ++ ++ ++

API version

++ ++ ++ + +- +- +- +-
+-
+-

Defines

#define HWLOC_API_VERSION   0x00010100
+- +- +- +-
typedef hwloc_bitmap_t hwloc_cpuset_t
+-
+-
+- +-

A CPU set is a bitmap whose bits are set according to CPU physical OS indexes.

+-

It may be consulted and modified with the bitmap API as any hwloc_bitmap_t (see hwloc/bitmap.h).

+- +-
+-
+- +-
+-
+- ++ ++
 Indicate at build time which hwloc API version is being used.
++

Define Documentation

++

++ ++ ++ ++ ++
++ + +- ++ + +
typedef hwloc_bitmap_t hwloc_nodeset_t#define HWLOC_API_VERSION   0x00010100
+- +-
+- +-

A node set is a bitmap whose bits are set according to NUMA memory node physical OS indexes.

+-

It may be consulted and modified with the bitmap API as any hwloc_bitmap_t (see hwloc/bitmap.h).

+-

When binding memory on a system without any NUMA node (when the whole memory is considered as a single memory bank), the nodeset may be either empty (no memory selected) or full (whole system memory selected).

+-

See also Conversion between cpuset and nodeset.

+- +-
+- +- +-
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Indicate at build time which hwloc API version is being used. ++

++

++


Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  + +-doxygen 1.7.1
++doxygen 1.3.9.1 + + +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00035.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00035.html +--- hwloc-1.1/doc/doxygen-doc/html/a00035.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00035.html 2010-12-31 23:48:22.550907931 +0100 +@@ -1,165 +1,45 @@ +- +- +- +- +-Hardware Locality (hwloc): Topology Object Types +- +- +- +- +- +- +-
+- +-
+-

Topology Object Types

+-
+-
+- +- +- +- +- +- +- +- ++ ++ ++Hardware Locality (hwloc): Topology context ++ ++ ++ ++ ++

Topology context

+-Enumerations

enum  hwloc_obj_type_t {
+-  HWLOC_OBJ_SYSTEM, +-HWLOC_OBJ_MACHINE, +-HWLOC_OBJ_NODE, +-HWLOC_OBJ_SOCKET, +-
+-  HWLOC_OBJ_CACHE, +-HWLOC_OBJ_CORE, +-HWLOC_OBJ_PU, +-HWLOC_OBJ_GROUP, +-
+-  HWLOC_OBJ_MISC +-
+- }
 

Type of topology object.

+- More...
enum  hwloc_compare_types_e { HWLOC_TYPE_UNORDERED +- }

+-Functions

HWLOC_DECLSPEC int hwloc_compare_types (hwloc_obj_type_t type1, hwloc_obj_type_t type2) __hwloc_attribute_const
 Compare the depth of two object types.
++ ++ ++ ++ ++ +

Typedefs

typedef hwloc_topology * hwloc_topology_t
 Topology context.
+-

Enumeration Type Documentation

+- +-
+-
+- ++

Typedef Documentation

++

++

++ ++
++ + +- ++ + +
enum hwloc_compare_types_etypedef struct hwloc_topology* hwloc_topology_t
+- +-
+-
Enumerator:
+- ++ ++ +
HWLOC_TYPE_UNORDERED  +-

Value returned by hwloc_compare_types when types can not be compared.

+-
+-
+-
+- +-
+- +- +-
+-
+- +- +- +- +-
enum hwloc_obj_type_t
+-
+-
++ ++ ++ ++ ++ + +- +- +- +-
+-
+-
++   ++ + +-

Type of topology object.

+-
Note:
Do not rely on the ordering or completeness of the values as new ones may be defined in the future! If you need to compare types, use hwloc_compare_types() instead.
+-
Enumerator:
+- +- +- +- +- +- +- +- +- ++

++Topology context. ++

++To be initialized with hwloc_topology_init() and built with hwloc_topology_load(). ++ +

HWLOC_OBJ_SYSTEM  +-

Whole system (may be a cluster of machines). The whole system that is accessible to hwloc. That may comprise several machines in SSI systems like Kerrighed.

+-
HWLOC_OBJ_MACHINE  +-

Machine. The typical root object type. A set of processors and memory with cache coherency.

+-
HWLOC_OBJ_NODE  +-

NUMA node. A set of processors around memory which the processors can directly access.

+-
HWLOC_OBJ_SOCKET  +-

Socket, physical package, or chip. In the physical meaning, i.e. that you can add or remove physically.

+-
HWLOC_OBJ_CACHE  +-

Data cache. Can be L1, L2, L3, ...

+-
HWLOC_OBJ_CORE  +-

Core. A computation unit (may be shared by several logical processors).

+-
HWLOC_OBJ_PU  +-

Processing Unit, or (Logical) Processor. An execution unit (may share a core with some other logical processors, e.g. in the case of an SMT core).

+-

Objects of this kind are always reported and can thus be used as fallback when others are not.

+-
HWLOC_OBJ_GROUP  +-

Group objects. Objects which do not fit in the above but are detected by hwloc and are useful to take into account for affinity. For instance, some OSes expose their arbitrary processors aggregation this way. And hwloc may insert such objects to group NUMA nodes according to their distances.

+-

These objects are ignored when they do not bring any structure.

+-
HWLOC_OBJ_MISC  +-

Miscellaneous objects. Objects without particular meaning, that can e.g. be added by the application for its own use.

+-
+-
+-
+- +- +- +-

Function Documentation

+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC int hwloc_compare_types (hwloc_obj_type_t  type1,
hwloc_obj_type_t  type2 
) const
+-
+-
+- +-

Compare the depth of two object types.

+-

Types shouldn't be compared as they are, since newer ones may be added in the future. This function returns less than, equal to, or greater than zero respectively if type1 objects usually include type2 objects, are the same as type2 objects, or are included in type2 objects. If the types can not be compared (because neither is usually contained in the other), HWLOC_TYPE_UNORDERED is returned. Object types containing CPUs can always be compared (usually, a system contains machines which contain nodes which contain sockets which contain caches, which contain cores, which contain processors).

+-
Note:
HWLOC_OBJ_PU will always be the deepest.
+-
+-This does not mean that the actual topology will respect that order: e.g. as of today cores may also contain caches, and sockets may also contain nodes. This is thus just to be seen as a fallback comparison method.
+- +-
+-
+- +- + + +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00036.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00036.html +--- hwloc-1.1/doc/doxygen-doc/html/a00036.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00036.html 2010-12-31 23:48:22.554908420 +0100 +@@ -1,67 +1,131 @@ +- +- +- +- +-Hardware Locality (hwloc): Topology Objects +- +- +- +- +- +- +-
+- +-
+-

Topology Objects

+-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +-

+-Data Structures

struct  hwloc_obj_memory_s
 Object memory. More...
struct  hwloc_obj
 Structure of a topology object. More...
union  hwloc_obj_attr_u
 Object type-specific Attributes. More...
struct  hwloc_obj_info_s
 Object info. More...

+-Typedefs

typedef struct hwloc_objhwloc_obj_t
 Convenience typedef; a pointer to a struct hwloc_obj.
+-

Typedef Documentation

+- +-
+-
+- ++ ++ ++Hardware Locality (hwloc): Object sets ++ ++ ++ ++ ++

Object sets

++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++

Typedefs

typedef hwloc_bitmap_t hwloc_cpuset_t
 A CPU set is a bitmap whose bits are set according to CPU physical OS indexes.
typedef hwloc_const_bitmap_t hwloc_const_cpuset_t
 A non-modifiable hwloc_cpuset_t.
typedef hwloc_bitmap_t hwloc_nodeset_t
 A node set is a bitmap whose bits are set according to NUMA memory node physical OS indexes.
typedef hwloc_const_bitmap_t hwloc_const_nodeset_t
 A non-modifiable hwloc_nodeset_t.
++

Typedef Documentation

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++
typedef hwloc_const_bitmap_t hwloc_const_cpuset_t
++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++A non-modifiable hwloc_cpuset_t. ++

++

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++
typedef hwloc_const_bitmap_t hwloc_const_nodeset_t
++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++A non-modifiable hwloc_nodeset_t. ++

++

++

++ ++ ++ ++ ++
++ + +- ++ + +
typedef struct hwloc_obj* hwloc_obj_ttypedef hwloc_bitmap_t hwloc_cpuset_t
+- +-
++
++ ++ ++ ++ ++ ++
++   ++ + +-

Convenience typedef; a pointer to a struct hwloc_obj.

++

++A CPU set is a bitmap whose bits are set according to CPU physical OS indexes. ++

++It may be consulted and modified with the bitmap API as any hwloc_bitmap_t (see hwloc/bitmap.h).

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++
typedef hwloc_bitmap_t hwloc_nodeset_t
++
++ ++ ++ ++ ++ ++
++   ++ + +- +- +- +-
++


Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  + +-doxygen 1.7.1
++doxygen 1.3.9.1 + + +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00037.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00037.html +--- hwloc-1.1/doc/doxygen-doc/html/a00037.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00037.html 2010-12-31 23:48:22.473898507 +0100 +@@ -1,155 +1,180 @@ +- +- +- +- +-Hardware Locality (hwloc): Create and Destroy Topologies +- +- +- +- +- +- +-
+- +-
+-

Create and Destroy Topologies

+-
+-
+- +- +- +- +- +- +- +- +- +- +-

+-Functions

HWLOC_DECLSPEC int hwloc_topology_init (hwloc_topology_t *topologyp)
 Allocate a topology context.
HWLOC_DECLSPEC int hwloc_topology_load (hwloc_topology_t topology)
 Build the actual topology.
HWLOC_DECLSPEC void hwloc_topology_destroy (hwloc_topology_t topology)
 Terminate and free a topology context.
HWLOC_DECLSPEC void hwloc_topology_check (hwloc_topology_t topology)
 Run internal checks on a topology structure.
+-

Function Documentation

+- +-
+-
+- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC void hwloc_topology_check (hwloc_topology_t  topology ) 
+-
+-
++ ++ ++Hardware Locality (hwloc): Topology Object Types ++ ++ ++ ++ ++

Topology Object Types

++ ++ ++ ++ ++ ++ + +-

Run internal checks on a topology structure.

+-
Parameters:
+-

Enumerations

enum  hwloc_obj_type_t {
++  HWLOC_OBJ_SYSTEM, ++HWLOC_OBJ_MACHINE, ++HWLOC_OBJ_NODE, ++HWLOC_OBJ_SOCKET, ++
++  HWLOC_OBJ_CACHE, ++HWLOC_OBJ_CORE, ++HWLOC_OBJ_PU, ++HWLOC_OBJ_GROUP, ++
++  HWLOC_OBJ_MISC ++
++ }
 Type of topology object. More...
enum  hwloc_compare_types_e { HWLOC_TYPE_UNORDERED ++ }
+- +-
topology is the topology to be checked
+- +- ++

Functions

int hwloc_compare_types (hwloc_obj_type_t type1, hwloc_obj_type_t type2)
++ ++
 Compare the depth of two object types.
++

Enumeration Type Documentation

++

++ ++ ++ ++ ++
++ + +- +- +- +- +- +- ++ + +
HWLOC_DECLSPEC void hwloc_topology_destroy (hwloc_topology_t  topology ) enum hwloc_compare_types_e
+- +-
+- +-

Terminate and free a topology context.

+-
Parameters:
+- +- +-
topology is the topology to be freed
+-
++
++ ++ ++ ++
++   ++ ++ ++

++

Enumeration values:
++ ++ ++
HWLOC_TYPE_UNORDERED  ++Value returned by hwloc_compare_types when types can not be compared.
+
+- +- +- +- +-
+-
+- ++ ++ ++
++

++ ++ ++ ++ ++
++ + +- +- +- +- +- +- ++ + +
HWLOC_DECLSPEC int hwloc_topology_init (hwloc_topology_t topologyp ) enum hwloc_obj_type_t
+- +-
+- +-

Allocate a topology context.

+-
Parameters:
+- +- +-
[out] topologyp is assigned a pointer to the new allocated context.
+-
++
++ ++ ++ ++ ++ + +-

Export the topology into a newly-allocated XML memory buffer.

+-

xmlbuffer is allocated by the callee and should be freed with xmlFree later in the caller.

+-

This memory buffer may be loaded later through hwloc_topology_set_xmlbuffer().

+- +- +- +- +-
+-
+-
++   ++ ++ ++

++Type of topology object. ++

++

Note:
Do not rely on the ordering or completeness of the values as new ones may be defined in the future! If you need to compare types, use hwloc_compare_types() instead.
++
Enumeration values:
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++
HWLOC_OBJ_SYSTEM  ++Whole system (may be a cluster of machines). ++

++The whole system that is accessible to hwloc. That may comprise several machines in SSI systems like Kerrighed.

HWLOC_OBJ_MACHINE  ++Machine. ++

++The typical root object type. A set of processors and memory with cache coherency.

HWLOC_OBJ_NODE  ++NUMA node. ++

++A set of processors around memory which the processors can directly access.

HWLOC_OBJ_SOCKET  ++Socket, physical package, or chip. ++

++In the physical meaning, i.e. that you can add or remove physically.

HWLOC_OBJ_CACHE  ++Data cache. ++

++Can be L1, L2, L3, ...

HWLOC_OBJ_CORE  ++Core. ++

++A computation unit (may be shared by several logical processors).

HWLOC_OBJ_PU  ++Processing Unit, or (Logical) Processor. ++

++An execution unit (may share a core with some other logical processors, e.g. in the case of an SMT core).

++Objects of this kind are always reported and can thus be used as fallback when others are not.

HWLOC_OBJ_GROUP  ++Group objects. ++

++Objects which do not fit in the above but are detected by hwloc and are useful to take into account for affinity. For instance, some OSes expose their arbitrary processors aggregation this way. And hwloc may insert such objects to group NUMA nodes according to their distances.

++These objects are ignored when they do not bring any structure.

HWLOC_OBJ_MISC  ++Miscellaneous objects. ++

++Objects without particular meaning, that can e.g. be added by the application for its own use.

+
+-
Returns:
0 on success, -1 on error.
+- +- +- +- +-
+-
+- ++ ++ ++
++

Function Documentation

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + +- +- +- +- +- +- ++ ++ ++ + +
int hwloc_compare_types hwloc_obj_type_t  type1,
hwloc_obj_type_t  type2
HWLOC_DECLSPEC int hwloc_topology_load (hwloc_topology_t  topology )  const
+- +-
+- +-

Build the actual topology.

+-

Build the actual topology once initialized with hwloc_topology_init() and tuned with Configure Topology Detection routines. No other routine may be called earlier using this topology context.

+-
Parameters:
+- +- +-
topology is the topology to be loaded with objects.
+-
+-
+-
Returns:
0 on success, -1 on error.
+-
See also:
Configure Topology Detection
+- +-
+- +- +-
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Compare the depth of two object types. ++

++Types shouldn't be compared as they are, since newer ones may be added in the future. This function returns less than, equal to, or greater than zero respectively if type1 objects usually include type2 objects, are the same as type2 objects, or are included in type2 objects. If the types can not be compared (because neither is usually contained in the other), HWLOC_TYPE_UNORDERED is returned. Object types containing CPUs can always be compared (usually, a system contains machines which contain nodes which contain sockets which contain caches, which contain cores, which contain processors).

++

Note:
HWLOC_OBJ_PU will always be the deepest.

++This does not mean that the actual topology will respect that order: e.g. as of today cores may also contain caches, and sockets may also contain nodes. This is thus just to be seen as a fallback comparison method.

++
++


Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  + +-doxygen 1.7.1
++doxygen 1.3.9.1 + + +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00038.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00038.html +--- hwloc-1.1/doc/doxygen-doc/html/a00038.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00038.html 2010-12-31 23:48:22.509902913 +0100 +@@ -1,407 +1,58 @@ +- +- +- +- +-Hardware Locality (hwloc): Configure Topology Detection +- +- +- +- +- +- +-
+- +-
+-

Configure Topology Detection

+-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-

+-Data Structures

struct  hwloc_topology_discovery_support
 Flags describing actual discovery support for this topology. More...
struct  hwloc_topology_cpubind_support
 Flags describing actual PU binding support for this topology. More...
struct  hwloc_topology_membind_support
 Flags describing actual memory binding support for this topology. More...
struct  hwloc_topology_support
 Set of flags describing actual support for this topology. More...

+-Enumerations

enum  hwloc_topology_flags_e { HWLOC_TOPOLOGY_FLAG_WHOLE_SYSTEM, +-HWLOC_TOPOLOGY_FLAG_IS_THISSYSTEM +- }
 

Flags to be set onto a topology context before load.

+- More...

+-Functions

HWLOC_DECLSPEC int hwloc_topology_ignore_type (hwloc_topology_t topology, hwloc_obj_type_t type)
 Ignore an object type.
HWLOC_DECLSPEC int hwloc_topology_ignore_type_keep_structure (hwloc_topology_t topology, hwloc_obj_type_t type)
 Ignore an object type if it does not bring any structure.
HWLOC_DECLSPEC int hwloc_topology_ignore_all_keep_structure (hwloc_topology_t topology)
 Ignore all objects that do not bring any structure.
HWLOC_DECLSPEC int hwloc_topology_set_flags (hwloc_topology_t topology, unsigned long flags)
 Set OR'ed flags to non-yet-loaded topology.
HWLOC_DECLSPEC int hwloc_topology_set_fsroot (hwloc_topology_t __hwloc_restrict topology, const char *__hwloc_restrict fsroot_path)
 Change the file-system root path when building the topology from sysfs/procfs.
HWLOC_DECLSPEC int hwloc_topology_set_pid (hwloc_topology_t __hwloc_restrict topology, hwloc_pid_t pid)
 Change which pid the topology is viewed from.
HWLOC_DECLSPEC int hwloc_topology_set_synthetic (hwloc_topology_t __hwloc_restrict topology, const char *__hwloc_restrict description)
 Enable synthetic topology.
HWLOC_DECLSPEC int hwloc_topology_set_xml (hwloc_topology_t __hwloc_restrict topology, const char *__hwloc_restrict xmlpath)
 Enable XML-file based topology.
HWLOC_DECLSPEC int hwloc_topology_set_xmlbuffer (hwloc_topology_t __hwloc_restrict topology, const char *__hwloc_restrict buffer, int size)
 Enable XML based topology using a memory buffer instead of a file.
HWLOC_DECLSPEC struct
+-hwloc_topology_support
hwloc_topology_get_support (hwloc_topology_t __hwloc_restrict topology)
 Retrieve the topology support.
+-

Detailed Description

+-

These functions can optionally be called between hwloc_topology_init() and hwloc_topology_load() to configure how the detection should be performed, e.g. to ignore some objects types, define a synthetic topology, etc.

+-

If none of them is called, the default is to detect all the objects of the machine that the caller is allowed to access.

+-

This default behavior may also be modified through environment variables if the application did not modify it already. Setting HWLOC_XMLFILE in the environment enforces the discovery from a XML file as if hwloc_topology_set_xml() had been called. HWLOC_FSROOT switches to reading the topology from the specified Linux filesystem root as if hwloc_topology_set_fsroot() had been called. Finally, HWLOC_THISSYSTEM enforces the return value of hwloc_topology_is_thissystem().

+-

Enumeration Type Documentation

+- +-
+-
+- +- +- +- +-
enum hwloc_topology_flags_e
+-
+-
++ ++ ++Hardware Locality (hwloc): Topology Objects ++ ++ ++ ++ ++

Topology Objects

++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + +-

Flags to be set onto a topology context before load.

+-

Flags should be given to hwloc_topology_set_flags().

+-
Enumerator:

Data Structures

struct  hwloc_obj_memory_s
 Object memory. More...
struct  hwloc_obj
 Structure of a topology object. More...
union  hwloc_obj_attr_u
 Object type-specific Attributes. More...
struct  hwloc_obj_info_s
 Object info. More...

Typedefs

typedef hwloc_objhwloc_obj_t
+- +- ++ +
HWLOC_TOPOLOGY_FLAG_WHOLE_SYSTEM  +-

Detect the whole system, ignore reservations and offline settings.

+-

Gather all resources, even if some were disabled by the administrator. For instance, ignore Linux Cpusets and gather all processors and memory nodes, and ignore the fact that some resources may be offline.

+-
HWLOC_TOPOLOGY_FLAG_IS_THISSYSTEM  +-

Assume that the selected backend provides the topology for the system on which we are running.

+-

This forces hwloc_topology_is_thissystem to return 1, i.e. makes hwloc assume that the selected backend provides the topology for the system on which we are running, even if it is not the OS-specific backend but the XML backend for instance. This means making the binding functions actually call the OS-specific system calls and really do binding, while the XML backend would otherwise provide empty hooks just returning success.

+-

Setting the environment variable HWLOC_THISSYSTEM may also result in the same behavior.

+-

This can be used for efficiency reasons to first detect the topology once, save it to an XML file, and quickly reload it later through the XML backend, but still having binding functions actually do bind.

+-
 Convenience typedef; a pointer to a struct hwloc_obj.
+- +- +- +-
+-
+-

Function Documentation

+- +-
+-
+- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC struct hwloc_topology_support* hwloc_topology_get_support (hwloc_topology_t __hwloc_restrict  topology )  [read]
+-
+-
+- +-

Retrieve the topology support.

+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC int hwloc_topology_ignore_all_keep_structure (hwloc_topology_t  topology ) 
+-
+-
+- +-

Ignore all objects that do not bring any structure.

+-

Ignore all objects that do not bring any structure: Each ignored object should have a single children or be the only child of its parent.

+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC int hwloc_topology_ignore_type (hwloc_topology_t  topology,
hwloc_obj_type_t  type 
)
+-
+-
+- +-

Ignore an object type.

+-

Ignore all objects from the given type. The bottom-level type HWLOC_OBJ_PU may not be ignored. The top-level object of the hierarchy will never be ignored, even if this function succeeds.

+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC int hwloc_topology_ignore_type_keep_structure (hwloc_topology_t  topology,
hwloc_obj_type_t  type 
)
+-
+-
+- +-

Ignore an object type if it does not bring any structure.

+-

Ignore all objects from the given type as long as they do not bring any structure: Each ignored object should have a single children or be the only child of its parent. The bottom-level type HWLOC_OBJ_PU may not be ignored.

+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC int hwloc_topology_set_flags (hwloc_topology_t  topology,
unsigned long  flags 
)
+-
+-
+- +-

Set OR'ed flags to non-yet-loaded topology.

+-

Set a OR'ed set of hwloc_topology_flags_e onto a topology that was not yet loaded.

+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- ++

Typedef Documentation

++

++

HWLOC_DECLSPEC int hwloc_topology_set_fsroot (hwloc_topology_t __hwloc_restrict  topology,
++ ++ ++ ++
++ + +- +- +- +- +- +- +- +- +- +- +-
const char *__hwloc_restrict  fsroot_path 
)
+- +-
+- +-

Change the file-system root path when building the topology from sysfs/procfs.

+-

On Linux system, use sysfs and procfs files as if they were mounted on the given fsroot_path instead of the main file-system root. Setting the environment variable HWLOC_FSROOT may also result in this behavior. Not using the main file-system root causes hwloc_topology_is_thissystem() to return 0.

+-
Note:
For conveniency, this backend provides empty binding hooks which just return success. To have hwloc still actually call OS-specific hooks, the HWLOC_TOPOLOGY_FLAG_IS_THISSYSTEM has to be set to assert that the loaded file is really the underlying system.
+- +-
+- +- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC int hwloc_topology_set_pid (hwloc_topology_t __hwloc_restrict  topology,
hwloc_pid_t  pid 
)
+-
+-
+- +-

Change which pid the topology is viewed from.

+-

On some systems, processes may have different views of the machine, for instance the set of allowed CPUs. By default, hwloc exposes the view from the current process. Calling hwloc_topology_set_pid() permits to make it expose the topology of the machine from the point of view of another process.

+-
Note:
hwloc_pid_t is pid_t on unix platforms, and HANDLE on native Windows platforms
+-
+--1 is returned and errno is set to ENOSYS on platforms that do not support this feature.
+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC int hwloc_topology_set_synthetic (hwloc_topology_t __hwloc_restrict  topology,
const char *__hwloc_restrict  description 
)
+-
+-
+- +-

Enable synthetic topology.

+-

Gather topology information from the given description which should be a comma separated string of numbers describing the arity of each level. Each number may be prefixed with a type and a colon to enforce the type of a level. If only some level types are enforced, hwloc will try to choose the other types according to usual topologies, but it may fail and you may have to specify more level types manually.

+-
Note:
For conveniency, this backend provides empty binding hooks which just return success.
+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC int hwloc_topology_set_xml (hwloc_topology_t __hwloc_restrict  topology,
const char *__hwloc_restrict  xmlpath 
)
+-
+-
+- +-

Enable XML-file based topology.

+-

Gather topology information from the XML file given at xmlpath. Setting the environment variable HWLOC_XMLFILE may also result in this behavior. This file may have been generated earlier with lstopo file.xml.

+-
Note:
For conveniency, this backend provides empty binding hooks which just return success. To have hwloc still actually call OS-specific hooks, the HWLOC_TOPOLOGY_FLAG_IS_THISSYSTEM has to be set to assert that the loaded file is really the underlying system.
+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- ++ + +
HWLOC_DECLSPEC int hwloc_topology_set_xmlbuffer (hwloc_topology_t __hwloc_restrict  topology,
const char *__hwloc_restrict  buffer,
int  size 
)typedef struct hwloc_obj* hwloc_obj_t
+-
+-
+- +-

Enable XML based topology using a memory buffer instead of a file.

+-

Gather topology information from the XML memory buffer given at buffer and of length length.

+- +-
+-
+- +-
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Convenience typedef; a pointer to a struct hwloc_obj. ++

++

++
Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  + +-doxygen 1.7.1
++doxygen 1.3.9.1 + + +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00039.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00039.html +--- hwloc-1.1/doc/doxygen-doc/html/a00039.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00039.html 2010-12-31 23:48:22.513903403 +0100 +@@ -1,190 +1,173 @@ +- +- +- +- +-Hardware Locality (hwloc): Tinker with topologies. +- +- +- +- +- +- +-
+- +-
+-

Tinker with topologies.

+-
+-
+- +- +- +- +- +- +- +- +- +- +-

+-Functions

HWLOC_DECLSPEC void hwloc_topology_export_xml (hwloc_topology_t topology, const char *xmlpath)
 Export the topology into an XML file.
HWLOC_DECLSPEC void hwloc_topology_export_xmlbuffer (hwloc_topology_t topology, char **xmlbuffer, int *buflen)
 Export the topology into a newly-allocated XML memory buffer.
HWLOC_DECLSPEC hwloc_obj_t hwloc_topology_insert_misc_object_by_cpuset (hwloc_topology_t topology, hwloc_const_cpuset_t cpuset, const char *name)
 Add a MISC object to the topology.
HWLOC_DECLSPEC hwloc_obj_t hwloc_topology_insert_misc_object_by_parent (hwloc_topology_t topology, hwloc_obj_t parent, const char *name)
 Add a MISC object to the topology.
+-

Function Documentation

+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC void hwloc_topology_export_xml (hwloc_topology_t  topology,
const char *  xmlpath 
)
+-
+-
++ ++ ++Hardware Locality (hwloc): Create and Destroy Topologies ++ ++ ++ ++ ++

Create and Destroy Topologies

++ ++ ++ ++ ++ ++ + +-

Export the topology into an XML file.

+-

This file may be loaded later through hwloc_topology_set_xml().

++ ++ + +- +- +- +-
+-
+-

Functions

int hwloc_topology_init (hwloc_topology_t *topologyp)
 Allocate a topology context.
int hwloc_topology_load (hwloc_topology_t topology)
 Build the actual topology.
void hwloc_topology_destroy (hwloc_topology_t topology)
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC void hwloc_topology_export_xmlbuffer (hwloc_topology_t  topology,
char **  xmlbuffer,
int *  buflen 
)
+-
+-
++
 Terminate and free a topology context.
void hwloc_topology_check (hwloc_topology_t topology)
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- ++ ++
HWLOC_DECLSPEC hwloc_obj_t hwloc_topology_insert_misc_object_by_cpuset (hwloc_topology_t  topology,
hwloc_const_cpuset_t  cpuset,
const char *  name 
)
 Run internal checks on a topology structure.
++


Function Documentation

++

++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ + +
void hwloc_topology_check hwloc_topology_t  topology  ) 
+- +-
+- +-

Add a MISC object to the topology.

+-

A new MISC object will be created and inserted into the topology at the position given by bitmap cpuset.

+-

cpuset and name will be copied.

+-
Returns:
the newly-created object
+- +-
+- +- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- ++ ++ ++
HWLOC_DECLSPEC hwloc_obj_t hwloc_topology_insert_misc_object_by_parent (hwloc_topology_t  topology,
hwloc_obj_t  parent,
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Run internal checks on a topology structure. ++

++

Parameters:
++ ++ ++
topology is the topology to be checked
++
++
++

++ ++ ++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ + +- +- +- +- +- ++
void hwloc_topology_destroy hwloc_topology_t  topology  ) 
const char *  name 
++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Terminate and free a topology context. ++

++

Parameters:
++ ++ ++
topology is the topology to be freed
++
++
++

++ ++ ++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ + +- +- +- +- ++
int hwloc_topology_init hwloc_topology_t topologyp  ) 
)
++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Allocate a topology context. ++

++

Parameters:
++ ++ ++
[out] topologyp is assigned a pointer to the new allocated context.
++
++
Returns:
0 on success, -1 on error.
++
++

++ ++ ++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ + +
int hwloc_topology_load hwloc_topology_t  topology  ) 
+- +-
+- +-

Add a MISC object to the topology.

+-

A new MISC object will be created and inserted into the topology at the position given by parent.

+-

name will be copied.

+-
Returns:
the newly-created object
+- +-
+- +- +-
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Build the actual topology. ++

++Build the actual topology once initialized with hwloc_topology_init() and tuned with Configure Topology Detection routines. No other routine may be called earlier using this topology context.

++

Parameters:
++ ++ ++
topology is the topology to be loaded with objects.
++
++
Returns:
0 on success, -1 on error.
++
See also:
hwlocality_configuration
++
++


Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  + +-doxygen 1.7.1
++doxygen 1.3.9.1 + + +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00040.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00040.html +--- hwloc-1.1/doc/doxygen-doc/html/a00040.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00040.html 2010-12-31 23:48:22.549907808 +0100 +@@ -1,246 +1,497 @@ +- +- +- +- +-Hardware Locality (hwloc): Get some Topology Information +- +- +- +- +- +- +-
+- +-
+-

Get some Topology Information

+-
+-
+- +- +-

+-Enumerations

enum  hwloc_get_type_depth_e { HWLOC_TYPE_DEPTH_UNKNOWN, +-HWLOC_TYPE_DEPTH_MULTIPLE ++ ++ ++Hardware Locality (hwloc): Configure Topology Detection ++ ++ ++ ++ ++

Configure Topology Detection

++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ +- +- +- +- +- +- +- +- +- +- +- +- +- +-

Data Structures

struct  hwloc_topology_discovery_support
 Flags describing actual discovery support for this topology. More...
struct  hwloc_topology_cpubind_support
 Flags describing actual PU binding support for this topology. More...
struct  hwloc_topology_membind_support
 Flags describing actual memory binding support for this topology. More...
struct  hwloc_topology_support
 Set of flags describing actual support for this topology. More...

Enumerations

enum  hwloc_topology_flags_e { HWLOC_TOPOLOGY_FLAG_WHOLE_SYSTEM, ++HWLOC_TOPOLOGY_FLAG_IS_THISSYSTEM + }

+-Functions

HWLOC_DECLSPEC unsigned hwloc_topology_get_depth (hwloc_topology_t __hwloc_restrict topology) __hwloc_attribute_pure
 Get the depth of the hierachical tree of objects.
HWLOC_DECLSPEC int hwloc_get_type_depth (hwloc_topology_t topology, hwloc_obj_type_t type)
 Returns the depth of objects of type type.
HWLOC_DECLSPEC hwloc_obj_type_t hwloc_get_depth_type (hwloc_topology_t topology, unsigned depth) __hwloc_attribute_pure
 Returns the type of objects at depth depth.
HWLOC_DECLSPEC unsigned hwloc_get_nbobjs_by_depth (hwloc_topology_t topology, unsigned depth) __hwloc_attribute_pure
 Returns the width of level at depth depth.
static __hwloc_inline int
+-__hwloc_attribute_pure 
hwloc_get_nbobjs_by_type (hwloc_topology_t topology, hwloc_obj_type_t type)
 Returns the width of level type type.
HWLOC_DECLSPEC int hwloc_topology_is_thissystem (hwloc_topology_t __hwloc_restrict topology) __hwloc_attribute_pure
 Does the topology context come from this system?
+-

Enumeration Type Documentation

+- +-
+-
+- +- +- +- +-
enum hwloc_get_type_depth_e
+-
+-
+-
Enumerator:
+- +- +-
HWLOC_TYPE_DEPTH_UNKNOWN  +-

No object of given type exists in the topology.

+-
HWLOC_TYPE_DEPTH_MULTIPLE  +-

Objects of given type exist at different depth in the topology.

+-
+-
+-
+ +-
+-
+-

Function Documentation

+- +-
+-
+- ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++
 Flags to be set onto a topology context before load. More...

Functions

int hwloc_topology_ignore_type (hwloc_topology_t topology, hwloc_obj_type_t type)
 Ignore an object type.
int hwloc_topology_ignore_type_keep_structure (hwloc_topology_t topology, hwloc_obj_type_t type)
 Ignore an object type if it does not bring any structure.
int hwloc_topology_ignore_all_keep_structure (hwloc_topology_t topology)
 Ignore all objects that do not bring any structure.
int hwloc_topology_set_flags (hwloc_topology_t topology, unsigned long flags)
 Set OR'ed flags to non-yet-loaded topology.
int hwloc_topology_set_fsroot (hwloc_topology_t restrict topology, const char *restrict fsroot_path)
 Change the file-system root path when building the topology from sysfs/procfs.
int hwloc_topology_set_pid (hwloc_topology_t restrict topology, hwloc_pid_t pid)
 Change which pid the topology is viewed from.
int hwloc_topology_set_synthetic (hwloc_topology_t restrict topology, const char *restrict description)
 Enable synthetic topology.
int hwloc_topology_set_xml (hwloc_topology_t restrict topology, const char *restrict xmlpath)
 Enable XML-file based topology.
int hwloc_topology_set_xmlbuffer (hwloc_topology_t restrict topology, const char *restrict buffer, int size)
 Enable XML based topology using a memory buffer instead of a file.
const struct
++hwloc_topology_support
hwloc_topology_get_support (hwloc_topology_t restrict topology)
 Retrieve the topology support.
++

Detailed Description

++These functions can optionally be called between hwloc_topology_init() and hwloc_topology_load() to configure how the detection should be performed, e.g. to ignore some objects types, define a synthetic topology, etc.

++If none of them is called, the default is to detect all the objects of the machine that the caller is allowed to access.

++This default behavior may also be modified through environment variables if the application did not modify it already. Setting HWLOC_XMLFILE in the environment enforces the discovery from a XML file as if hwloc_topology_set_xml() had been called. HWLOC_FSROOT switches to reading the topology from the specified Linux filesystem root as if hwloc_topology_set_fsroot() had been called. Finally, HWLOC_THISSYSTEM enforces the return value of hwloc_topology_is_thissystem().


Enumeration Type Documentation

++

++ ++ ++ ++ ++
++ + +- +- +- +- ++ + +- +- +- +- +- ++
HWLOC_DECLSPEC hwloc_obj_type_t hwloc_get_depth_type (hwloc_topology_t  topology, enum hwloc_topology_flags_e
unsigned  depth 
++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Flags to be set onto a topology context before load. ++

++Flags should be given to hwloc_topology_set_flags().

Enumeration values:
++ ++ ++ ++
HWLOC_TOPOLOGY_FLAG_WHOLE_SYSTEM  ++Detect the whole system, ignore reservations and offline settings. ++

++Gather all resources, even if some were disabled by the administrator. For instance, ignore Linux Cpusets and gather all processors and memory nodes, and ignore the fact that some resources may be offline.

HWLOC_TOPOLOGY_FLAG_IS_THISSYSTEM  ++Assume that the selected backend provides the topology for the system on which we are running. ++

++This forces hwloc_topology_is_thissystem to return 1, i.e. makes hwloc assume that the selected backend provides the topology for the system on which we are running, even if it is not the OS-specific backend but the XML backend for instance. This means making the binding functions actually call the OS-specific system calls and really do binding, while the XML backend would otherwise provide empty hooks just returning success.

++Setting the environment variable HWLOC_THISSYSTEM may also result in the same behavior.

++This can be used for efficiency reasons to first detect the topology once, save it to an XML file, and quickly reload it later through the XML backend, but still having binding functions actually do bind.

++
++
++


Function Documentation

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ + +- +- +- +- ++
const struct hwloc_topology_support* hwloc_topology_get_support hwloc_topology_t restrict  topology  ) 
)
++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Retrieve the topology support. ++

++

++

++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ + +
int hwloc_topology_ignore_all_keep_structure hwloc_topology_t  topology  ) 
+- +-
+- +-

Returns the type of objects at depth depth.

+-
Returns:
-1 if depth depth does not exist.
+- +-
+- +- +-
+-
+- +- +- +- +- +- ++ ++ ++
HWLOC_DECLSPEC unsigned hwloc_get_nbobjs_by_depth (hwloc_topology_t  topology,
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Ignore all objects that do not bring any structure. ++

++Ignore all objects that do not bring any structure: Each ignored object should have a single children or be the only child of its parent.

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + +- +- +- +- +- ++
int hwloc_topology_ignore_type hwloc_topology_t  topology,
hwloc_obj_type_t  type
unsigned  depth 
++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Ignore an object type. ++

++Ignore all objects from the given type. The bottom-level type HWLOC_OBJ_PU may not be ignored. The top-level object of the hierarchy will never be ignored, even if this function succeeds.

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + +- +- +- +- ++
int hwloc_topology_ignore_type_keep_structure hwloc_topology_t  topology,
hwloc_obj_type_t  type
)
++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Ignore an object type if it does not bring any structure. ++

++Ignore all objects from the given type as long as they do not bring any structure: Each ignored object should have a single children or be the only child of its parent. The bottom-level type HWLOC_OBJ_PU may not be ignored.

++

++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + +
int hwloc_topology_set_flags hwloc_topology_t  topology,
unsigned long  flags
+- +-
+- +-

Returns the width of level at depth depth.

+- +-
+- +- +-
+-
+- +- +- +- +- +- ++ ++ ++
static __hwloc_inline int __hwloc_attribute_pure hwloc_get_nbobjs_by_type (hwloc_topology_t  topology,
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Set OR'ed flags to non-yet-loaded topology. ++

++Set a OR'ed set of hwloc_topology_flags_e onto a topology that was not yet loaded.

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + +- +- +- +- +- ++
int hwloc_topology_set_fsroot hwloc_topology_t restrict  topology,
const char *restrict  fsroot_path
hwloc_obj_type_t  type 
++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Change the file-system root path when building the topology from sysfs/procfs. ++

++On Linux system, use sysfs and procfs files as if they were mounted on the given fsroot_path instead of the main file-system root. Setting the environment variable HWLOC_FSROOT may also result in this behavior. Not using the main file-system root causes hwloc_topology_is_thissystem() to return 0.

++

Note:
For conveniency, this backend provides empty binding hooks which just return success. To have hwloc still actually call OS-specific hooks, the HWLOC_TOPOLOGY_FLAG_IS_THISSYSTEM has to be set to assert that the loaded file is really the underlying system.
++
++

++ ++ ++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + +- +- +- +- ++
int hwloc_topology_set_pid hwloc_topology_t restrict  topology,
hwloc_pid_t  pid
) [static]
++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Change which pid the topology is viewed from. ++

++On some systems, processes may have different views of the machine, for instance the set of allowed CPUs. By default, hwloc exposes the view from the current process. Calling hwloc_topology_set_pid() permits to make it expose the topology of the machine from the point of view of another process.

++

Note:
hwloc_pid_t is pid_t on unix platforms, and HANDLE on native Windows platforms

++-1 is returned and errno is set to ENOSYS on platforms that do not support this feature.

++
++

++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + +
int hwloc_topology_set_synthetic hwloc_topology_t restrict  topology,
const char *restrict  description
+- +-
+- +-

Returns the width of level type type.

+-

If no object for that type exists, 0 is returned. If there are several levels with objects of that type, -1 is returned.

+- +-
+- +- +-
+-
+- +- +- +- +- +- ++ ++ ++
HWLOC_DECLSPEC int hwloc_get_type_depth (hwloc_topology_t  topology,
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Enable synthetic topology. ++

++Gather topology information from the given description which should be a comma separated string of numbers describing the arity of each level. Each number may be prefixed with a type and a colon to enforce the type of a level. If only some level types are enforced, hwloc will try to choose the other types according to usual topologies, but it may fail and you may have to specify more level types manually.

++

Note:
For conveniency, this backend provides empty binding hooks which just return success.
++
++

++ ++ ++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + ++
int hwloc_topology_set_xml hwloc_topology_t restrict  topology,
const char *restrict  xmlpath
++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Enable XML-file based topology. ++

++Gather topology information from the XML file given at xmlpath. Setting the environment variable HWLOC_XMLFILE may also result in this behavior. This file may have been generated earlier with lstopo file.xml.

++

Note:
For conveniency, this backend provides empty binding hooks which just return success. To have hwloc still actually call OS-specific hooks, the HWLOC_TOPOLOGY_FLAG_IS_THISSYSTEM has to be set to assert that the loaded file is really the underlying system.
++
++

++ ++ ++ ++ ++
++ + +- +- +- +- ++ ++ ++ ++ + + +- +- +- ++ ++ ++ ++ + +-
hwloc_obj_type_t  type  int hwloc_topology_set_xmlbuffer hwloc_topology_t restrict  topology,
)const char *restrict  buffer,
+- +-
+- +-

Returns the depth of objects of type type.

+-

If no object of this type is present on the underlying architecture, or if the OS doesn't provide this kind of information, the function returns HWLOC_TYPE_DEPTH_UNKNOWN.

+-

If type is absent but a similar type is acceptable, see also hwloc_get_type_or_below_depth() and hwloc_get_type_or_above_depth().

+- +-
+- +- +-
+-
+- + +- +- +- +- +- +- ++ ++ ++ ++ + +-
HWLOC_DECLSPEC unsigned hwloc_topology_get_depth (hwloc_topology_t __hwloc_restrict  topology ) int  size
+-
+-
+- +-

Get the depth of the hierachical tree of objects.

+-

This is the depth of HWLOC_OBJ_PU objects plus one.

+- +-
+-
+- +-
+-
+- + +- +- +- +- +- +- ++ ++ ++ + +
HWLOC_DECLSPEC int hwloc_topology_is_thissystem (hwloc_topology_t __hwloc_restrict  topology ) 
+-
+-
+- +-

Does the topology context come from this system?

+-
Returns:
1 if this topology context was built using the system running this program.
+-
+-0 instead (for instance if using another file-system root, a XML topology file, or a synthetic topology).
+- +-
+-
+- +-
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Enable XML based topology using a memory buffer instead of a file. ++

++Gather topology information from the XML memory buffer given at buffer and of length length.

++


Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  + +-doxygen 1.7.1
++doxygen 1.3.9.1 + + +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00041.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00041.html +--- hwloc-1.1/doc/doxygen-doc/html/a00041.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00041.html 2010-12-31 23:48:22.460896917 +0100 +@@ -1,116 +1,210 @@ +- +- +- +- +-Hardware Locality (hwloc): Retrieve Objects +- +- +- +- +- +- +-
+- +-
+-

Retrieve Objects

+-
+-
+- +- +- +- +- +- +-

+-Functions

HWLOC_DECLSPEC hwloc_obj_t hwloc_get_obj_by_depth (hwloc_topology_t topology, unsigned depth, unsigned idx) __hwloc_attribute_pure
 Returns the topology object at index index from depth depth.
static __hwloc_inline
+-hwloc_obj_t
+-__hwloc_attribute_pure 
hwloc_get_obj_by_type (hwloc_topology_t topology, hwloc_obj_type_t type, unsigned idx)
 Returns the topology object at index index with type type.
+-

Function Documentation

+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- ++ ++ ++Hardware Locality (hwloc): Tinker with topologies. ++ ++ ++ ++ ++

Tinker with topologies.

HWLOC_DECLSPEC hwloc_obj_t hwloc_get_obj_by_depth (hwloc_topology_t  topology,
unsigned  depth,
unsigned  idx 
)
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++

Functions

void hwloc_topology_export_xml (hwloc_topology_t topology, const char *xmlpath)
 Export the topology into an XML file.
void hwloc_topology_export_xmlbuffer (hwloc_topology_t topology, char **xmlbuffer, int *buflen)
 Export the topology into a newly-allocated XML memory buffer.
hwloc_obj_t hwloc_topology_insert_misc_object_by_cpuset (hwloc_topology_t topology, hwloc_const_cpuset_t cpuset, const char *name)
 Add a MISC object to the topology.
hwloc_obj_t hwloc_topology_insert_misc_object_by_parent (hwloc_topology_t topology, hwloc_obj_t parent, const char *name)
 Add a MISC object to the topology.
++

Function Documentation

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + +
void hwloc_topology_export_xml hwloc_topology_t  topology,
const char *  xmlpath
+- +-
++
++ ++ ++ ++ ++ ++
++   ++ + +-

Returns the topology object at index index from depth depth.

++

++Export the topology into an XML file. ++

++This file may be loaded later through hwloc_topology_set_xml().

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++
void hwloc_topology_export_xmlbuffer hwloc_topology_t  topology,
char **  xmlbuffer,
int *  buflen
++
++ ++ ++ ++
++   ++ + +- +- +- +-
+-
+- ++

++Export the topology into a newly-allocated XML memory buffer. ++

++xmlbuffer is allocated by the callee and should be freed with xmlFree later in the caller.

++This memory buffer may be loaded later through hwloc_topology_set_xmlbuffer(). ++ ++

++

++ ++ ++ ++ ++
++ + +- +- +- +- ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + +- +- +- ++ ++ ++ + +
static __hwloc_inline hwloc_obj_t __hwloc_attribute_pure hwloc_get_obj_by_type (hwloc_topology_t  topology, hwloc_obj_t hwloc_topology_insert_misc_object_by_cpuset hwloc_topology_t  topology,
hwloc_obj_type_t  type, hwloc_const_cpuset_t  cpuset,
unsigned  idx const char *  name
) [static]
+- +-
++
++ ++ ++ ++ ++ ++
++   ++ + +-

Returns the topology object at index index with type type.

+-

If no object for that type exists, NULL is returned. If there are several levels with objects of that type, NULL is returned and ther caller may fallback to hwloc_get_obj_by_depth().

++

++Add a MISC object to the topology. ++

++A new MISC object will be created and inserted into the topology at the position given by bitmap cpuset.

++cpuset and name will be copied.

++

Returns:
the newly-created object
++
++

++ ++ ++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++
hwloc_obj_t hwloc_topology_insert_misc_object_by_parent hwloc_topology_t  topology,
hwloc_obj_t  parent,
const char *  name
++
++ ++ ++ ++ ++ ++
++   ++ + +- +- +- +-
++


Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  + +-doxygen 1.7.1
++doxygen 1.3.9.1 + + +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00042.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00042.html +--- hwloc-1.1/doc/doxygen-doc/html/a00042.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00042.html 2010-12-31 23:48:22.491900711 +0100 +@@ -1,318 +1,292 @@ +- +- +- +- +-Hardware Locality (hwloc): Object/String Conversion +- +- +- +- +- +- +-
+- +-
+-

Object/String Conversion

+-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-

+-Functions

HWLOC_DECLSPEC const char * hwloc_obj_type_string (hwloc_obj_type_t type) __hwloc_attribute_const
 Return a stringified topology object type.
HWLOC_DECLSPEC hwloc_obj_type_t hwloc_obj_type_of_string (const char *string) __hwloc_attribute_pure
 Return an object type from the string.
HWLOC_DECLSPEC int hwloc_obj_type_snprintf (char *__hwloc_restrict string, size_t size, hwloc_obj_t obj, int verbose)
 Stringify the type of a given topology object into a human-readable form.
HWLOC_DECLSPEC int hwloc_obj_attr_snprintf (char *__hwloc_restrict string, size_t size, hwloc_obj_t obj, const char *__hwloc_restrict separator, int verbose)
 Stringify the attributes of a given topology object into a human-readable form.
HWLOC_DECLSPEC int hwloc_obj_snprintf (char *__hwloc_restrict string, size_t size, hwloc_topology_t topology, hwloc_obj_t obj, const char *__hwloc_restrict indexprefix, int verbose)
 Stringify a given topology object into a human-readable form.
HWLOC_DECLSPEC int hwloc_obj_cpuset_snprintf (char *__hwloc_restrict str, size_t size, size_t nobj, const hwloc_obj_t *__hwloc_restrict objs)
 Stringify the cpuset containing a set of objects.
static __hwloc_inline char
+-*__hwloc_attribute_pure 
hwloc_obj_get_info_by_name (hwloc_obj_t obj, const char *name)
 Search the given key name in object infos and return the corresponding value.
+-

Function Documentation

+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC int hwloc_obj_attr_snprintf (char *__hwloc_restrict  string,
size_t  size,
hwloc_obj_t  obj,
const char *__hwloc_restrict  separator,
int  verbose 
)
+-
+-
++ ++ ++Hardware Locality (hwloc): Get some Topology Information ++ ++ ++ ++ ++

Get some Topology Information

++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + +-

Stringify the attributes of a given topology object into a human-readable form.

+-

Attribute values are separated by separator.

+-

Only the major attributes are printed in non-verbose mode.

+-
Returns:
how many characters were actually written (not including the ending \0), or -1 on error.
++ ++ + +- +- +- +-
+-
+-

Enumerations

enum  hwloc_get_type_depth_e { HWLOC_TYPE_DEPTH_UNKNOWN, ++HWLOC_TYPE_DEPTH_MULTIPLE ++ }

Functions

unsigned hwloc_topology_get_depth (hwloc_topology_t restrict topology)
 Get the depth of the hierachical tree of objects.
int hwloc_get_type_depth (hwloc_topology_t topology, hwloc_obj_type_t type)
 Returns the depth of objects of type type.
hwloc_obj_type_t hwloc_get_depth_type (hwloc_topology_t topology, unsigned depth)
 Returns the type of objects at depth depth.
unsigned hwloc_get_nbobjs_by_depth (hwloc_topology_t topology, unsigned depth)
 Returns the width of level at depth depth.
inline int  hwloc_get_nbobjs_by_type (hwloc_topology_t topology, hwloc_obj_type_t type)
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- ++ ++ ++ ++ ++
HWLOC_DECLSPEC int hwloc_obj_cpuset_snprintf (char *__hwloc_restrict  str,
size_t  size,
size_t  nobj,
const hwloc_obj_t *__hwloc_restrict  objs 
 Returns the width of level type type.
int hwloc_topology_is_thissystem (hwloc_topology_t restrict topology)
 Does the topology context come from this system?
++

Enumeration Type Documentation

++

++ ++ ++
++ + +- +- +- ++ + +
)enum hwloc_get_type_depth_e
+- +-
+- +-

Stringify the cpuset containing a set of objects.

+-
Returns:
how many characters were actually written (not including the ending \0).
+- +-
+- +- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- ++ ++ ++
static __hwloc_inline char* __hwloc_attribute_pure hwloc_obj_get_info_by_name (hwloc_obj_t  obj,
const char *  name 
) [static]
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++

Enumeration values:
++ ++ ++ ++
HWLOC_TYPE_DEPTH_UNKNOWN  ++No object of given type exists in the topology.
HWLOC_TYPE_DEPTH_MULTIPLE  ++Objects of given type exist at different depth in the topology.
++
++
++

Function Documentation

++

++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + +
hwloc_obj_type_t hwloc_get_depth_type hwloc_topology_t  topology,
unsigned  depth
+- +-
+- +-

Search the given key name in object infos and return the corresponding value.

+-
Returns:
NULL if no such key exists.
+- +-
+- +- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- ++ ++ ++
HWLOC_DECLSPEC int hwloc_obj_snprintf (char *__hwloc_restrict  string,
size_t  size,
hwloc_topology_t  topology,
hwloc_obj_t  obj,
const char *__hwloc_restrict  indexprefix,
int  verbose 
)
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Returns the type of objects at depth depth. ++

++

Returns:
-1 if depth depth does not exist.
++
++

++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + +
unsigned hwloc_get_nbobjs_by_depth hwloc_topology_t  topology,
unsigned  depth
+- +-
+- +-

Stringify a given topology object into a human-readable form.

+-
Note:
This function is deprecated in favor of hwloc_obj_type_snprintf() and hwloc_obj_attr_snprintf() since it is not very flexible and only prints physical/OS indexes.
+-

Fill string string up to size characters with the description of topology object obj in topology topology.

+-

If verbose is set, a longer description is used. Otherwise a short description is used.

+-

indexprefix is used to prefix the os_index attribute number of the object in the description. If NULL, the # character is used.

+-
Returns:
how many characters were actually written (not including the ending \0), or -1 on error.
+- +-
+- +- +-
+-
+- +- +- +- +- +- +- +- ++ ++ ++
HWLOC_DECLSPEC hwloc_obj_type_t hwloc_obj_type_of_string (const char *  string ) 
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Returns the width of level at depth depth. ++

++

++

++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + +
inline int hwloc_get_nbobjs_by_type hwloc_topology_t  topology,
hwloc_obj_type_t  type
[static]
+- +-
+- +-

Return an object type from the string.

+-
Returns:
-1 if unrecognized.
+- +-
+- +- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- ++ ++ ++
HWLOC_DECLSPEC int hwloc_obj_type_snprintf (char *__hwloc_restrict  string,
size_t  size,
hwloc_obj_t  obj,
int  verbose 
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Returns the width of level type type. ++

++If no object for that type exists, 0 is returned. If there are several levels with objects of that type, -1 is returned.

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + +- +- +- +- ++
int hwloc_get_type_depth hwloc_topology_t  topology,
hwloc_obj_type_t  type
)
++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Returns the depth of objects of type type. ++

++If no object of this type is present on the underlying architecture, or if the OS doesn't provide this kind of information, the function returns HWLOC_TYPE_DEPTH_UNKNOWN.

++If type is absent but a similar type is acceptable, see also hwloc_get_type_or_below_depth() and hwloc_get_type_or_above_depth().

++

++ ++ ++ ++ + +-

Get current process memory binding in cpuset cpuset.

+- +- +- +- +-
+-
+-
++ ++ ++ ++ ++ ++ ++ ++ + +
unsigned hwloc_topology_get_depth hwloc_topology_t restrict  topology  ) 
+- +-
+- +-

Stringify the type of a given topology object into a human-readable form.

+-

It differs from hwloc_obj_type_string() because it prints type attributes such as cache depth.

+-
Returns:
how many characters were actually written (not including the ending \0), or -1 on error.
+- +-
+- +- +-
+-
+- +- +- +- +- +- +- +- ++ ++ ++
HWLOC_DECLSPEC const char* hwloc_obj_type_string (hwloc_obj_type_t  type )  const
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Get the depth of the hierachical tree of objects. ++

++This is the depth of HWLOC_OBJ_PU objects plus one.

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ + +
int hwloc_topology_is_thissystem hwloc_topology_t restrict  topology  ) 
+- +-
+- +-

Return a stringified topology object type.

+- +-
+- +- +-
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Does the topology context come from this system? ++

++

Returns:
1 if this topology context was built using the system running this program.

++0 instead (for instance if using another file-system root, a XML topology file, or a synthetic topology).

++
++


Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  + +-doxygen 1.7.1
++doxygen 1.3.9.1 + + +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00043.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00043.html +--- hwloc-1.1/doc/doxygen-doc/html/a00043.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00043.html 2010-12-31 23:48:22.563909522 +0100 +@@ -1,361 +1,114 @@ +- +- +- +- +-Hardware Locality (hwloc): CPU binding +- +- +- +- +- +- +-
+- +-
+-

CPU binding

+-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-

+-Enumerations

enum  hwloc_cpubind_flags_t { HWLOC_CPUBIND_PROCESS, +-HWLOC_CPUBIND_THREAD, +-HWLOC_CPUBIND_STRICT, +-HWLOC_CPUBIND_NOMEMBIND +- }
 

Process/Thread binding flags.

+- More...

+-Functions

HWLOC_DECLSPEC int hwloc_set_cpubind (hwloc_topology_t topology, hwloc_const_cpuset_t set, int flags)
 Bind current process or thread on cpus given in bitmap set.
HWLOC_DECLSPEC int hwloc_get_cpubind (hwloc_topology_t topology, hwloc_cpuset_t set, int flags)
 Get current process or thread binding.
HWLOC_DECLSPEC int hwloc_set_proc_cpubind (hwloc_topology_t topology, hwloc_pid_t pid, hwloc_const_cpuset_t set, int flags)
 Bind a process pid on cpus given in bitmap set.
HWLOC_DECLSPEC int hwloc_get_proc_cpubind (hwloc_topology_t topology, hwloc_pid_t pid, hwloc_cpuset_t set, int flags)
 Get the current binding of process pid.
HWLOC_DECLSPEC int hwloc_set_thread_cpubind (hwloc_topology_t topology, hwloc_thread_t tid, hwloc_const_cpuset_t set, int flags)
 Bind a thread tid on cpus given in bitmap set.
HWLOC_DECLSPEC int hwloc_get_thread_cpubind (hwloc_topology_t topology, hwloc_thread_t tid, hwloc_cpuset_t set, int flags)
 Get the current binding of thread tid.
+-

Detailed Description

+-

It is often useful to call hwloc_bitmap_singlify() first so that a single CPU remains in the set. This way, the process will not even migrate between different CPUs. Some OSes also only support that kind of binding.

+-
Note:
Some OSes do not provide all ways to bind processes, threads, etc and the corresponding binding functions may fail. -1 is returned and errno is set to ENOSYS when it is not possible to bind the requested kind of object processes/threads. errno is set to EXDEV when the requested cpuset can not be enforced (e.g. some systems only allow one CPU, and some other systems only allow one NUMA node).
+-

The most portable version that should be preferred over the others, whenever possible, is

+-
 hwloc_set_cpubind(topology, set, 0),
+-

as it just binds the current program, assuming it is monothread, or

+-

which binds the current thread of the current program (which may be multithreaded).

+-
Note:
To unbind, just call the binding function with either a full cpuset or a cpuset equal to the system cpuset.
+-
+-On some OSes, CPU binding may have effects on memory binding, see HWLOC_CPUBIND_NOMEMBIND
+-

Enumeration Type Documentation

+- +-
+-
+- +- +- +- +-
enum hwloc_cpubind_flags_t
+-
+-
++ ++ ++Hardware Locality (hwloc): Retrieve Objects ++ ++ ++ ++ ++

Retrieve Objects

++ ++ ++ ++ ++ ++ + +-

Process/Thread binding flags.

+-

These flags can be used to refine the binding policy.

+-

The default (0) is to bind the current process, assumed to be mono-thread, in a non-strict way. This is the most portable way to bind as all OSes usually provide it.

+-
Note:
Not all systems support all kinds of binding.
+-
Enumerator:

Functions

hwloc_obj_t hwloc_get_obj_by_depth (hwloc_topology_t topology, unsigned depth, unsigned idx)
 Returns the topology object at index index from depth depth.
inline hwloc_obj_t
++ 
hwloc_get_obj_by_type (hwloc_topology_t topology, hwloc_obj_type_t type, unsigned idx)
+- +- +- +- ++ +
HWLOC_CPUBIND_PROCESS  +-

Bind all threads of the current (possibly) multithreaded process.

+-
HWLOC_CPUBIND_THREAD  +-

Bind current thread of current process.

+-
HWLOC_CPUBIND_STRICT  +-

Request for strict binding from the OS.

+-

By default, when the designated CPUs are all busy while other CPUs are idle, OSes may execute the thread/process on those other CPUs instead of the designated CPUs, to let them progress anyway. Strict binding means that the thread/process will _never_ execute on other cpus than the designated CPUs, even when those are busy with other tasks and other CPUs are idle.

+-
Note:
Depending on OSes and implementations, strict binding may not be possible (implementation reason) or not allowed (administrative reasons), and the function will fail in that case.
+-

When retrieving the binding of a process, this flag checks whether all its threads actually have the same binding. If the flag is not given, the binding of each thread will be accumulated.

+-
Note:
This flag is meaningless when retrieving the binding of a thread.
+-
HWLOC_CPUBIND_NOMEMBIND  +-

Avoid any effect on memory binding.

+-

On some OSes, some CPU binding function would also bind the memory on the corresponding NUMA node. It is often not a problem for the application, but if it is, setting this flag will make hwloc avoid using OS functions that would also bind memory. This will however reduce the support of CPU bindings, i.e. potentially return -1 with errno set to ENOSYS in some cases.

+-
 Returns the topology object at index index with type type.
+- +- +- +-
+-
+-

Function Documentation

+- +-
+-
+- ++

Function Documentation

++

++

++ ++ ++ + +- +- +- +-
+-
+-
++ + +- +- +- +- ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + +- +- +- ++ ++ ++ + +
HWLOC_DECLSPEC int hwloc_get_cpubind (hwloc_topology_t  topology, hwloc_obj_t hwloc_get_obj_by_depth hwloc_topology_t  topology,
hwloc_cpuset_t  set, unsigned  depth,
int  flags unsigned  idx
)
+- +-
+- +-

Get current process or thread binding.

+- +-
+- +- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC int hwloc_get_proc_cpubind (hwloc_topology_t  topology,
hwloc_pid_t  pid,
hwloc_cpuset_t  set,
int  flags 
)
+-
+-
+- +-

Get the current binding of process pid.

+-
Note:
hwloc_pid_t is pid_t on unix platforms, and HANDLE on native Windows platforms
+-
+-HWLOC_CPUBIND_THREAD can not be used in flags.
+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC int hwloc_get_thread_cpubind (hwloc_topology_t  topology,
hwloc_thread_t  tid,
hwloc_cpuset_t  set,
int  flags 
)
+-
+-
+- +-

Get the current binding of thread tid.

+-
Note:
hwloc_thread_t is pthread_t on unix platforms, and HANDLE on native Windows platforms
+-
+-HWLOC_CPUBIND_PROCESS can not be used in flags.
+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC int hwloc_set_cpubind (hwloc_topology_t  topology,
hwloc_const_cpuset_t  set,
int  flags 
)
+-
+-
+- +-

Bind current process or thread on cpus given in bitmap set.

+-
Returns:
-1 with errno set to ENOSYS if the action is not supported
+-
+--1 with errno set to EXDEV if the binding cannot be enforced
+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC int hwloc_set_proc_cpubind (hwloc_topology_t  topology,
hwloc_pid_t  pid,
hwloc_const_cpuset_t  set,
int  flags 
)
+-
+-
+- +-

Bind a process pid on cpus given in bitmap set.

+-
Note:
hwloc_pid_t is pid_t on unix platforms, and HANDLE on native Windows platforms
+-
+-HWLOC_CPUBIND_THREAD can not be used in flags.
+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- ++ ++ ++
HWLOC_DECLSPEC int hwloc_set_thread_cpubind (hwloc_topology_t  topology,
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Returns the topology object at index index from depth depth. ++

++

++

++ ++ ++ ++ ++
++ + +- +- +- +- ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + +- +- +- ++ ++ ++ + +
hwloc_thread_t  tid, inline hwloc_obj_t hwloc_get_obj_by_type hwloc_topology_t  topology,
hwloc_const_cpuset_t  set, hwloc_obj_type_t  type,
int  flags unsigned  idx
) [static]
+- +-
+- +-

Bind a thread tid on cpus given in bitmap set.

+-
Note:
hwloc_thread_t is pthread_t on unix platforms, and HANDLE on native Windows platforms
+-
+-HWLOC_CPUBIND_PROCESS can not be used in flags.
+- +-
+- +- +-
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Returns the topology object at index index with type type. ++

++If no object for that type exists, NULL is returned. If there are several levels with objects of that type, NULL is returned and ther caller may fallback to hwloc_get_obj_by_depth().

++


Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  + +-doxygen 1.7.1
++doxygen 1.3.9.1 + + +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00044.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00044.html +--- hwloc-1.1/doc/doxygen-doc/html/a00044.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00044.html 2010-12-31 23:48:22.553908297 +0100 +@@ -1,931 +1,372 @@ +- +- +- +- +-Hardware Locality (hwloc): Memory binding +- +- +- +- +- +- +-
+- +-
+-

Memory binding

+-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-

+-Enumerations

enum  hwloc_membind_policy_t {
+-  HWLOC_MEMBIND_DEFAULT, +-HWLOC_MEMBIND_FIRSTTOUCH, +-HWLOC_MEMBIND_BIND, +-HWLOC_MEMBIND_INTERLEAVE, +-
+-  HWLOC_MEMBIND_REPLICATE, +-HWLOC_MEMBIND_NEXTTOUCH +-
+- }
 

Memory binding policy.

+- More...
enum  hwloc_membind_flags_t {
+-  HWLOC_MEMBIND_PROCESS, +-HWLOC_MEMBIND_THREAD, +-HWLOC_MEMBIND_STRICT, +-HWLOC_MEMBIND_MIGRATE, +-
+-  HWLOC_MEMBIND_NOCPUBIND +-
+- }
 

Memory binding flags.

+- More...

+-Functions

HWLOC_DECLSPEC int hwloc_set_membind_nodeset (hwloc_topology_t topology, hwloc_const_nodeset_t nodeset, hwloc_membind_policy_t policy, int flags)
 Bind current process memory on the given nodeset nodeset.
HWLOC_DECLSPEC int hwloc_set_membind (hwloc_topology_t topology, hwloc_const_cpuset_t cpuset, hwloc_membind_policy_t policy, int flags)
 Bind current process memory on memory nodes near the given cpuset cpuset.
HWLOC_DECLSPEC int hwloc_get_membind_nodeset (hwloc_topology_t topology, hwloc_nodeset_t nodeset, hwloc_membind_policy_t *policy, int flags)
 Get current process memory binding in nodeset nodeset.
HWLOC_DECLSPEC int hwloc_get_membind (hwloc_topology_t topology, hwloc_cpuset_t cpuset, hwloc_membind_policy_t *policy, int flags)
 Get current process memory binding in cpuset cpuset.
HWLOC_DECLSPEC int hwloc_set_proc_membind_nodeset (hwloc_topology_t topology, hwloc_pid_t pid, hwloc_const_nodeset_t nodeset, hwloc_membind_policy_t policy, int flags)
 Bind given process memory on the given nodeset nodeset.
HWLOC_DECLSPEC int hwloc_set_proc_membind (hwloc_topology_t topology, hwloc_pid_t pid, hwloc_const_cpuset_t cpuset, hwloc_membind_policy_t policy, int flags)
 Bind given process memory on memory nodes near the given cpuset cpuset.
HWLOC_DECLSPEC int hwloc_get_proc_membind_nodeset (hwloc_topology_t topology, hwloc_pid_t pid, hwloc_nodeset_t nodeset, hwloc_membind_policy_t *policy, int flags)
 Get current process memory binding in nodeset nodeset.
HWLOC_DECLSPEC int hwloc_get_proc_membind (hwloc_topology_t topology, hwloc_pid_t pid, hwloc_cpuset_t cpuset, hwloc_membind_policy_t *policy, int flags)
 Get current process memory binding in cpuset cpuset.
HWLOC_DECLSPEC int hwloc_set_area_membind_nodeset (hwloc_topology_t topology, const void *addr, size_t len, hwloc_const_nodeset_t nodeset, hwloc_membind_policy_t policy, int flags)
 Bind some memory range on the given nodeset nodeset.
HWLOC_DECLSPEC int hwloc_set_area_membind (hwloc_topology_t topology, const void *addr, size_t len, hwloc_const_cpuset_t cpuset, hwloc_membind_policy_t policy, int flags)
 Bind some memory range on memory nodes near the given cpuset cpuset.
HWLOC_DECLSPEC int hwloc_get_area_membind_nodeset (hwloc_topology_t topology, const void *addr, size_t len, hwloc_nodeset_t nodeset, hwloc_membind_policy_t *policy, int flags)
 Get some memory range memory binding in nodeset nodeset.
HWLOC_DECLSPEC int hwloc_get_area_membind (hwloc_topology_t topology, const void *addr, size_t len, hwloc_cpuset_t cpuset, hwloc_membind_policy_t *policy, int flags)
 Get some memory range memory binding in cpuset cpuset.
HWLOC_DECLSPEC void * hwloc_alloc (hwloc_topology_t topology, size_t len)
 Allocate some memory.
HWLOC_DECLSPEC void * hwloc_alloc_membind_nodeset (hwloc_topology_t topology, size_t len, hwloc_const_nodeset_t nodeset, hwloc_membind_policy_t policy, int flags) __hwloc_attribute_malloc
 Allocate some memory on the given nodeset nodeset.
HWLOC_DECLSPEC void * hwloc_alloc_membind (hwloc_topology_t topology, size_t len, hwloc_const_cpuset_t cpuset, hwloc_membind_policy_t policy, int flags) __hwloc_attribute_malloc
 Allocate some memory on memory nodes near the given cpuset cpuset.
HWLOC_DECLSPEC int hwloc_free (hwloc_topology_t topology, void *addr, size_t len)
 Free some memory allocated by hwloc_alloc() or hwloc_alloc_membind().
+-

Detailed Description

+-
Note:
Not all OSes support all ways to bind existing allocated memory (migration), future memory allocation, explicit memory allocation, etc. and the corresponding binding functions may fail. -1 is returned and errno is set to ENOSYS when it is not possible to bind the requested kind of object processes/threads). errno is set to EXDEV when the requested cpuset can not be enforced (e.g. some systems only allow one NUMA node).
+-

The most portable version that should be preferred over the others, whenever possible, is

+-

which will try to allocate new data bound to the given set, possibly by changing the current memory binding policy, or at worse allocate memory without binding it at all. Since HWLOC_MEMBIND_STRICT is not given, this will even not fail unless a mere malloc() itself would fail, i.e. ENOMEM.

+-

Each binding is available with a CPU set argument or a NUMA memory node set argument. The name of the latter ends with _nodeset. It is also possible to convert between CPU set and node set using hwloc_cpuset_to_nodeset or hwloc_cpuset_from_nodeset.

+-
Note:
On some OSes, memory binding may have effects on CPU binding, see HWLOC_MEMBIND_NOCPUBIND
+-

Enumeration Type Documentation

+- +-
+-
+- +- +- +- +-
enum hwloc_membind_flags_t
+-
+-
+- +-

Memory binding flags.

+-

These flags can be used to refine the binding policy.

+-
Note:
Not all systems support all kinds of binding.
+-
Enumerator:
+- +- +- +- +- +-
HWLOC_MEMBIND_PROCESS  +-

Set policy for all threads of the current (possibly multithreaded) process.

+-
HWLOC_MEMBIND_THREAD  +-

Set policy for the current thread of the current process.

+-
HWLOC_MEMBIND_STRICT  +-

Request strict binding from the OS. The function will fail if the binding can not be completely enforced.

+-
HWLOC_MEMBIND_MIGRATE  +-

Migrate existing allocated memory. If memory can not be migrated and the STRICT flag is passed, an error will be returned.

+-
HWLOC_MEMBIND_NOCPUBIND  +-

Avoid any effect on CPU binding.

+-

On some OSes, some memory binding function would also bind the application on the corresponding CPUs. It is often not a problem for the application, but if it is, setting this flag will make hwloc avoid using OS functions that would also bind on CPUs. This will however reduce the support of memory bindings, i.e. potentially return ENOSYS in some cases.

+-
+-
+-
+- +-
+-
+- +-
+-
+- +- +- +- +-
enum hwloc_membind_policy_t
+-
+-
+- +-

Memory binding policy.

+-

These can be used to choose the binding policy.

+-

Note that not all systems support all kinds of binding.

+-
Enumerator:
+- +- +- +- +- +- +-
HWLOC_MEMBIND_DEFAULT  +-

Reset the memory allocation policy to the system default.

+-
HWLOC_MEMBIND_FIRSTTOUCH  +-

Allocate memory on the given nodes, but preferably on the node where the first accessor is running.

+-
HWLOC_MEMBIND_BIND  +-

Allocate memory on the given nodes.

+-
HWLOC_MEMBIND_INTERLEAVE  +-

Allocate memory on the given nodes in a round-robin manner.

+-
HWLOC_MEMBIND_REPLICATE  +-

Replicate memory on the given nodes.

+-
HWLOC_MEMBIND_NEXTTOUCH  +-

On next touch of existing allocated memory, migrate it to the node where the memory reference happened.

+-
+-
+-
+- +-
+-
+-

Function Documentation

+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC void* hwloc_alloc (hwloc_topology_t  topology,
size_t  len 
)
+-
+-
+- +-

Allocate some memory.

+-

This is equivalent to malloc(), except it tries to allocated page-aligned memory from the OS.

+-
Note:
The allocated memory should be freed with hwloc_free().
+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC void* hwloc_alloc_membind (hwloc_topology_t  topology,
size_t  len,
hwloc_const_cpuset_t  cpuset,
hwloc_membind_policy_t  policy,
int  flags 
)
+-
+-
+- +-

Allocate some memory on memory nodes near the given cpuset cpuset.

+-
Returns:
-1 with errno set to ENOSYS if the action is not supported and HWLOC_MEMBIND_STRICT is given
+-
+--1 with errno set to EXDEV if the binding cannot be enforced and HWLOC_MEMBIND_STRICT is given
+-
Note:
The allocated memory should be freed with hwloc_free().
+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC void* hwloc_alloc_membind_nodeset (hwloc_topology_t  topology,
size_t  len,
hwloc_const_nodeset_t  nodeset,
hwloc_membind_policy_t  policy,
int  flags 
)
+-
+-
+- +-

Allocate some memory on the given nodeset nodeset.

+-
Returns:
-1 with errno set to ENOSYS if the action is not supported and HWLOC_MEMBIND_STRICT is given
+-
+--1 with errno set to EXDEV if the binding cannot be enforced and HWLOC_MEMBIND_STRICT is given
+-
Note:
The allocated memory should be freed with hwloc_free().
+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC int hwloc_free (hwloc_topology_t  topology,
void *  addr,
size_t  len 
)
+-
+-
+- +-

Free some memory allocated by hwloc_alloc() or hwloc_alloc_membind().

++ ++ ++Hardware Locality (hwloc): Object/String Conversion ++ ++ ++ ++ ++

Object/String Conversion

++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + +- +- +- +-
+-
+-

Functions

const char * hwloc_obj_type_string (hwloc_obj_type_t type)
 Return a stringified topology object type.
hwloc_obj_type_t hwloc_obj_type_of_string (const char *string)
 Return an object type from the string.
int hwloc_obj_type_snprintf (char *restrict string, size_t size, hwloc_obj_t obj, int verbose)
 Stringify the type of a given topology object into a human-readable form.
int hwloc_obj_attr_snprintf (char *restrict string, size_t size, hwloc_obj_t obj, const char *restrict separator, int verbose)
 Stringify the attributes of a given topology object into a human-readable form.
int hwloc_obj_snprintf (char *restrict string, size_t size, hwloc_topology_t topology, hwloc_obj_t obj, const char *restrict indexprefix, int verbose)
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC int hwloc_get_area_membind (hwloc_topology_t  topology,
const void *  addr,
size_t  len,
hwloc_cpuset_t  cpuset,
hwloc_membind_policy_t policy,
int  flags 
)
+-
+-
+- +-

Get some memory range memory binding in cpuset cpuset.

+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC int hwloc_get_area_membind_nodeset (hwloc_topology_t  topology,
const void *  addr,
size_t  len,
hwloc_nodeset_t  nodeset,
hwloc_membind_policy_t policy,
int  flags 
)
+-
+-
+- +-

Get some memory range memory binding in nodeset nodeset.

++
 Stringify a given topology object into a human-readable form.
int hwloc_obj_cpuset_snprintf (char *restrict str, size_t size, size_t nobj, const hwloc_obj_t *restrict objs)
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC int hwloc_get_membind (hwloc_topology_t  topology,
hwloc_cpuset_t  cpuset,
hwloc_membind_policy_t policy,
int  flags 
)
+-
+-
++
 Stringify the cpuset containing a set of objects.
inline char * hwloc_obj_get_info_by_name (hwloc_obj_t obj, const char *name)
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC int hwloc_get_membind_nodeset (hwloc_topology_t  topology,
hwloc_nodeset_t  nodeset,
hwloc_membind_policy_t policy,
int  flags 
)
+-

+-
+- +-

Get current process memory binding in nodeset nodeset.

+- +-
+-
+- +-
+-
+- ++ ++
 Search the given key name in object infos and return the corresponding value.
++

Function Documentation

++

++ ++ ++
++ + +- +- +- +- ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + +- +- +- ++ ++ ++ + +
HWLOC_DECLSPEC int hwloc_get_proc_membind (hwloc_topology_t  topology, int hwloc_obj_attr_snprintf char *restrict  string,
hwloc_pid_t  pid, size_t  size,
hwloc_cpuset_t  cpuset, hwloc_obj_t  obj,
hwloc_membind_policy_t policy, const char *restrict  separator,
int  flags int  verbose
)
+- +-
+- +-

Get current process memory binding in cpuset cpuset.

+- +-
+- +- +-
+-
+- +- +- +- +- +- +- ++ ++ ++
HWLOC_DECLSPEC int hwloc_get_proc_membind_nodeset (hwloc_topology_t  topology,
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Stringify the attributes of a given topology object into a human-readable form. ++

++Attribute values are separated by separator.

++Only the major attributes are printed in non-verbose mode.

++

Returns:
how many characters were actually written (not including the ending \0), or -1 on error.
++
++

++ ++ ++
++ + +- +- +- +- ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + +- +- +- ++ ++ ++ + +
hwloc_pid_t  pid, int hwloc_obj_cpuset_snprintf char *restrict  str,
hwloc_nodeset_t  nodeset, size_t  size,
hwloc_membind_policy_t policy, size_t  nobj,
int  flags const hwloc_obj_t *restrict  objs
)
+- +-
+- +-

Get current process memory binding in nodeset nodeset.

+- +-
+- +- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- ++ ++ ++
HWLOC_DECLSPEC int hwloc_set_area_membind (hwloc_topology_t  topology,
const void *  addr,
size_t  len,
hwloc_const_cpuset_t  cpuset,
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Stringify the cpuset containing a set of objects. ++

++

Returns:
how many characters were actually written (not including the ending \0).
++
++

++ ++ ++
++ + +- +- +- +- ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + +- +- +- ++ ++ ++ + +
hwloc_membind_policy_t  policy, inline char* hwloc_obj_get_info_by_name hwloc_obj_t  obj,
int  flags const char *  name
) [static]
+- +-
+- +-

Bind some memory range on memory nodes near the given cpuset cpuset.

+-
Returns:
-1 with errno set to ENOSYS if the action is not supported
+-
+--1 with errno set to EXDEV if the binding cannot be enforced
+- +-
+- +- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- ++ ++ ++
HWLOC_DECLSPEC int hwloc_set_area_membind_nodeset (hwloc_topology_t  topology,
const void *  addr,
size_t  len,
hwloc_const_nodeset_t  nodeset,
hwloc_membind_policy_t  policy,
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Search the given key name in object infos and return the corresponding value. ++

++

Returns:
NULL if no such key exists.
++
++

++ ++ ++
++ + +- +- +- +- ++ ++ ++ ++ + + +- +- +- ++ ++ ++ ++ + +-
int  flags  int hwloc_obj_snprintf char *restrict  string,
)size_t  size,
+- +-
+- +-

Bind some memory range on the given nodeset nodeset.

+-
Returns:
-1 with errno set to ENOSYS if the action is not supported
+-
+--1 with errno set to EXDEV if the binding cannot be enforced
+- +-
+- +- +-
+-
+- + +- +- +- +- ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + +- +- +- ++ ++ ++ + +
HWLOC_DECLSPEC int hwloc_set_membind (hwloc_topology_t  topology, hwloc_topology_t  topology,
hwloc_const_cpuset_t  cpuset, hwloc_obj_t  obj,
hwloc_membind_policy_t  policy, const char *restrict  indexprefix,
int  flags int  verbose
)
+-
+-
+- +-

Bind current process memory on memory nodes near the given cpuset cpuset.

+-
Returns:
-1 with errno set to ENOSYS if the action is not supported
+-
+--1 with errno set to EXDEV if the binding cannot be enforced
+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- ++ ++ ++
HWLOC_DECLSPEC int hwloc_set_membind_nodeset (hwloc_topology_t  topology,
hwloc_const_nodeset_t  nodeset,
hwloc_membind_policy_t  policy,
int  flags 
)
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Stringify a given topology object into a human-readable form. ++

++

Note:
This function is deprecated in favor of hwloc_obj_type_snprintf() and hwloc_obj_attr_snprintf() since it is not very flexible and only prints physical/OS indexes.
++Fill string string up to size characters with the description of topology object obj in topology topology.

++If verbose is set, a longer description is used. Otherwise a short description is used.

++indexprefix is used to prefix the os_index attribute number of the object in the description. If NULL, the # character is used.

++

Returns:
how many characters were actually written (not including the ending \0), or -1 on error.
++
++

++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ + +
hwloc_obj_type_t hwloc_obj_type_of_string const char *  string  ) 
+- +-
+- +-

Bind current process memory on the given nodeset nodeset.

+-
Returns:
-1 with errno set to ENOSYS if the action is not supported
+-
+--1 with errno set to EXDEV if the binding cannot be enforced
+- +-
+- +- +-
+-
+- +- +- +- +- +- +- ++ ++ ++
HWLOC_DECLSPEC int hwloc_set_proc_membind (hwloc_topology_t  topology,
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Return an object type from the string. ++

++

Returns:
-1 if unrecognized.
++
++

++ ++ ++
++ + +- +- +- +- ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + +- +- +- ++ ++ ++ + +
hwloc_pid_t  pid, int hwloc_obj_type_snprintf char *restrict  string,
hwloc_const_cpuset_t  cpuset, size_t  size,
hwloc_membind_policy_t  policy, hwloc_obj_t  obj,
int  flags int  verbose
)
+- +-
+- +-

Bind given process memory on memory nodes near the given cpuset cpuset.

+-
Returns:
-1 with errno set to ENOSYS if the action is not supported
+-
+--1 with errno set to EXDEV if the binding cannot be enforced
+- +-
+- +- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- ++ ++ ++
HWLOC_DECLSPEC int hwloc_set_proc_membind_nodeset (hwloc_topology_t  topology,
hwloc_pid_t  pid,
hwloc_const_nodeset_t  nodeset,
hwloc_membind_policy_t  policy,
int  flags 
)
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Stringify the type of a given topology object into a human-readable form. ++

++It differs from hwloc_obj_type_string() because it prints type attributes such as cache depth.

++

Returns:
how many characters were actually written (not including the ending \0), or -1 on error.
++
++

++ ++ ++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ + +
const char* hwloc_obj_type_string hwloc_obj_type_t  type  )  const
+- +-
+- +-

Bind given process memory on the given nodeset nodeset.

+-
Returns:
-1 with errno set to ENOSYS if the action is not supported
+-
+--1 with errno set to EXDEV if the binding cannot be enforced
+- +-
+- +- +-
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Return a stringified topology object type. ++

++

++


Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  + +-doxygen 1.7.1
++doxygen 1.3.9.1 + + +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00045.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00045.html +--- hwloc-1.1/doc/doxygen-doc/html/a00045.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00045.html 2010-12-31 23:48:22.572910623 +0100 +@@ -1,105 +1,408 @@ +- +- +- +- +-Hardware Locality (hwloc): Object Type Helpers +- +- +- +- +- +- +-
+- +-
+-

Object Type Helpers

+-
+-
+- +- +- +- +- +- +-

+-Functions

static __hwloc_inline int
+-__hwloc_attribute_pure 
hwloc_get_type_or_below_depth (hwloc_topology_t topology, hwloc_obj_type_t type)
 Returns the depth of objects of type type or below.
static __hwloc_inline int
+-__hwloc_attribute_pure 
hwloc_get_type_or_above_depth (hwloc_topology_t topology, hwloc_obj_type_t type)
 Returns the depth of objects of type type or above.
+-

Function Documentation

+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
static __hwloc_inline int __hwloc_attribute_pure hwloc_get_type_or_above_depth (hwloc_topology_t  topology,
hwloc_obj_type_t  type 
) [static]
+-
+-
+- +-

Returns the depth of objects of type type or above.

+-

If no object of this type is present on the underlying architecture, the function returns the depth of the first "present" object typically containing type.

+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
static __hwloc_inline int __hwloc_attribute_pure hwloc_get_type_or_below_depth (hwloc_topology_t  topology,
hwloc_obj_type_t  type 
) [static]
+-
+-
+- +-

Returns the depth of objects of type type or below.

+-

If no object of this type is present on the underlying architecture, the function returns the depth of the first "present" object typically found inside type.

+- +-
+-
+-
+- + + +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00046.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00046.html +--- hwloc-1.1/doc/doxygen-doc/html/a00046.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00046.html 2010-12-31 23:48:22.526904994 +0100 +@@ -1,367 +1,1087 @@ +- +- +- +- +-Hardware Locality (hwloc): Basic Traversal Helpers +- +- +- +- +- +- +-
+- +-
+-

Basic Traversal Helpers

+-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- ++ ++ ++Hardware Locality (hwloc): Memory binding ++ ++ ++ ++ ++

Memory binding

+-Functions

static __hwloc_inline
+-hwloc_obj_t
+-__hwloc_attribute_pure 
hwloc_get_root_obj (hwloc_topology_t topology)
 Returns the top-object of the topology-tree.
static __hwloc_inline
+-hwloc_obj_t
+-__hwloc_attribute_pure 
hwloc_get_ancestor_obj_by_depth (hwloc_topology_t topology __hwloc_attribute_unused, unsigned depth, hwloc_obj_t obj)
 Returns the ancestor object of obj at depth depth.
static __hwloc_inline
+-hwloc_obj_t
+-__hwloc_attribute_pure 
hwloc_get_ancestor_obj_by_type (hwloc_topology_t topology __hwloc_attribute_unused, hwloc_obj_type_t type, hwloc_obj_t obj)
 Returns the ancestor object of obj with type type.
static __hwloc_inline hwloc_obj_t hwloc_get_next_obj_by_depth (hwloc_topology_t topology, unsigned depth, hwloc_obj_t prev)
 Returns the next object at depth depth.
static __hwloc_inline hwloc_obj_t hwloc_get_next_obj_by_type (hwloc_topology_t topology, hwloc_obj_type_t type, hwloc_obj_t prev)
 Returns the next object of type type.
static __hwloc_inline
+-hwloc_obj_t
+-__hwloc_attribute_pure 
hwloc_get_pu_obj_by_os_index (hwloc_topology_t topology, unsigned os_index)
 Returns the object of type HWLOC_OBJ_PU with os_index.
static __hwloc_inline hwloc_obj_t hwloc_get_next_child (hwloc_topology_t topology __hwloc_attribute_unused, hwloc_obj_t parent, hwloc_obj_t prev)
 Return the next child.
static __hwloc_inline
+-hwloc_obj_t
+-__hwloc_attribute_pure 
hwloc_get_common_ancestor_obj (hwloc_topology_t topology __hwloc_attribute_unused, hwloc_obj_t obj1, hwloc_obj_t obj2)
 Returns the common parent object to objects lvl1 and lvl2.
static __hwloc_inline int
+-__hwloc_attribute_pure 
hwloc_obj_is_in_subtree (hwloc_topology_t topology __hwloc_attribute_unused, hwloc_obj_t obj, hwloc_obj_t subtree_root)
 Returns true if _obj_ is inside the subtree beginning with subtree_root.
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ +

Enumerations

enum  hwloc_membind_policy_t {
++  HWLOC_MEMBIND_DEFAULT, ++HWLOC_MEMBIND_FIRSTTOUCH, ++HWLOC_MEMBIND_BIND, ++HWLOC_MEMBIND_INTERLEAVE, ++
++  HWLOC_MEMBIND_REPLICATE, ++HWLOC_MEMBIND_NEXTTOUCH ++
++ }
 Memory binding policy. More...
enum  hwloc_membind_flags_t {
++  HWLOC_MEMBIND_PROCESS, ++HWLOC_MEMBIND_THREAD, ++HWLOC_MEMBIND_STRICT, ++HWLOC_MEMBIND_MIGRATE, ++
++  HWLOC_MEMBIND_NOCPUBIND ++
++ }
 Memory binding flags. More...

Functions

int hwloc_set_membind_nodeset (hwloc_topology_t topology, hwloc_const_nodeset_t nodeset, hwloc_membind_policy_t policy, int flags)
 Bind current process memory on the given nodeset nodeset.
int hwloc_set_membind (hwloc_topology_t topology, hwloc_const_cpuset_t cpuset, hwloc_membind_policy_t policy, int flags)
 Bind current process memory on memory nodes near the given cpuset cpuset.
int hwloc_get_membind_nodeset (hwloc_topology_t topology, hwloc_nodeset_t nodeset, hwloc_membind_policy_t *policy, int flags)
 Get current process memory binding in nodeset nodeset.
int hwloc_get_membind (hwloc_topology_t topology, hwloc_cpuset_t cpuset, hwloc_membind_policy_t *policy, int flags)
 Get current process memory binding in cpuset cpuset.
int hwloc_set_proc_membind_nodeset (hwloc_topology_t topology, hwloc_pid_t pid, hwloc_const_nodeset_t nodeset, hwloc_membind_policy_t policy, int flags)
 Bind given process memory on the given nodeset nodeset.
int hwloc_set_proc_membind (hwloc_topology_t topology, hwloc_pid_t pid, hwloc_const_cpuset_t cpuset, hwloc_membind_policy_t policy, int flags)
 Bind given process memory on memory nodes near the given cpuset cpuset.
int hwloc_get_proc_membind_nodeset (hwloc_topology_t topology, hwloc_pid_t pid, hwloc_nodeset_t nodeset, hwloc_membind_policy_t *policy, int flags)
 Get current process memory binding in nodeset nodeset.
int hwloc_get_proc_membind (hwloc_topology_t topology, hwloc_pid_t pid, hwloc_cpuset_t cpuset, hwloc_membind_policy_t *policy, int flags)
 Get current process memory binding in cpuset cpuset.
int hwloc_set_area_membind_nodeset (hwloc_topology_t topology, const void *addr, size_t len, hwloc_const_nodeset_t nodeset, hwloc_membind_policy_t policy, int flags)
 Bind some memory range on the given nodeset nodeset.
int hwloc_set_area_membind (hwloc_topology_t topology, const void *addr, size_t len, hwloc_const_cpuset_t cpuset, hwloc_membind_policy_t policy, int flags)
 Bind some memory range on memory nodes near the given cpuset cpuset.
int hwloc_get_area_membind_nodeset (hwloc_topology_t topology, const void *addr, size_t len, hwloc_nodeset_t nodeset, hwloc_membind_policy_t *policy, int flags)
 Get some memory range memory binding in nodeset nodeset.
int hwloc_get_area_membind (hwloc_topology_t topology, const void *addr, size_t len, hwloc_cpuset_t cpuset, hwloc_membind_policy_t *policy, int flags)
 Get some memory range memory binding in cpuset cpuset.
void * hwloc_alloc (hwloc_topology_t topology, size_t len)
 Allocate some memory.
void * hwloc_alloc_membind_nodeset (hwloc_topology_t topology, size_t len, hwloc_const_nodeset_t nodeset, hwloc_membind_policy_t policy, int flags)
 Allocate some memory on the given nodeset nodeset.
void * hwloc_alloc_membind (hwloc_topology_t topology, size_t len, hwloc_const_cpuset_t cpuset, hwloc_membind_policy_t policy, int flags)
 Allocate some memory on memory nodes near the given cpuset cpuset.
int hwloc_free (hwloc_topology_t topology, void *addr, size_t len)
 Free some memory allocated by hwloc_alloc() or hwloc_alloc_membind().
+-

Function Documentation

+- +-
+-
+- ++

Detailed Description

++
Note:
Not all OSes support all ways to bind existing allocated memory (migration), future memory allocation, explicit memory allocation, etc. and the corresponding binding functions may fail. -1 is returned and errno is set to ENOSYS when it is not possible to bind the requested kind of object processes/threads). errno is set to EXDEV when the requested cpuset can not be enforced (e.g. some systems only allow one NUMA node).
++The most portable version that should be preferred over the others, whenever possible, is

++

 hwloc_alloc_membind_policy(topology, size, set, HWLOC_MEMBIND_DEFAULT, 0),
++

++which will try to allocate new data bound to the given set, possibly by changing the current memory binding policy, or at worse allocate memory without binding it at all. Since HWLOC_MEMBIND_STRICT is not given, this will even not fail unless a mere malloc() itself would fail, i.e. ENOMEM.

++Each binding is available with a CPU set argument or a NUMA memory node set argument. The name of the latter ends with _nodeset. It is also possible to convert between CPU set and node set using hwloc_cpuset_to_nodeset or hwloc_cpuset_from_nodeset.

++

Note:
On some OSes, memory binding may have effects on CPU binding, see HWLOC_MEMBIND_NOCPUBIND
++

Enumeration Type Documentation

++

++

++ ++ ++ ++
++ + +- +- +- +- ++ + ++
static __hwloc_inline hwloc_obj_t __hwloc_attribute_pure hwloc_get_ancestor_obj_by_depth (hwloc_topology_t topology  __hwloc_attribute_unused, enum hwloc_membind_flags_t
++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Memory binding flags. ++

++These flags can be used to refine the binding policy.

++

Note:
Not all systems support all kinds of binding.
++
Enumeration values:
++ ++ ++ ++ ++ ++ ++
HWLOC_MEMBIND_PROCESS  ++Set policy for all threads of the current (possibly multithreaded) process.
HWLOC_MEMBIND_THREAD  ++Set policy for the current thread of the current process.
HWLOC_MEMBIND_STRICT  ++Request strict binding from the OS. The function will fail if the binding can not be completely enforced.
HWLOC_MEMBIND_MIGRATE  ++Migrate existing allocated memory. ++

++If memory can not be migrated and the STRICT flag is passed, an error will be returned.

HWLOC_MEMBIND_NOCPUBIND  ++Avoid any effect on CPU binding. ++

++On some OSes, some memory binding function would also bind the application on the corresponding CPUs. It is often not a problem for the application, but if it is, setting this flag will make hwloc avoid using OS functions that would also bind on CPUs. This will however reduce the support of memory bindings, i.e. potentially return ENOSYS in some cases.

++
++
++

++ ++ ++ ++ ++
++ + +- +- +- +- ++ + ++
unsigned  depth, enum hwloc_membind_policy_t
++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Memory binding policy. ++

++These can be used to choose the binding policy.

++Note that not all systems support all kinds of binding.

Enumeration values:
++ ++ ++ ++ ++ ++ ++ ++
HWLOC_MEMBIND_DEFAULT  ++Reset the memory allocation policy to the system default.
HWLOC_MEMBIND_FIRSTTOUCH  ++Allocate memory on the given nodes, but preferably on the node where the first accessor is running.
HWLOC_MEMBIND_BIND  ++Allocate memory on the given nodes.
HWLOC_MEMBIND_INTERLEAVE  ++Allocate memory on the given nodes in a round-robin manner.
HWLOC_MEMBIND_REPLICATE  ++Replicate memory on the given nodes.
HWLOC_MEMBIND_NEXTTOUCH  ++On next touch of existing allocated memory, migrate it to the node where the memory reference happened.
++
++
++


Function Documentation

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++
void* hwloc_alloc hwloc_topology_t  topology,
size_t  len
++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Allocate some memory. ++

++This is equivalent to malloc(), except it tries to allocated page-aligned memory from the OS.

++

Note:
The allocated memory should be freed with hwloc_free().
++
++

++ ++ ++ ++ ++
++ + +- +- +- +- ++ ++ ++ ++ + + +- +- +- ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + +
hwloc_obj_t  obj  void* hwloc_alloc_membind hwloc_topology_t  topology,
) [static]size_t  len,
hwloc_const_cpuset_t  cpuset,
hwloc_membind_policy_t  policy,
int  flags
+- +-
+- +-

Returns the ancestor object of obj at depth depth.

++
++ ++ ++ ++
++   ++ + +- +- +- +-
+-
+- ++

++Allocate some memory on memory nodes near the given cpuset cpuset. ++

++

Returns:
-1 with errno set to ENOSYS if the action is not supported and HWLOC_MEMBIND_STRICT is given

++-1 with errno set to EXDEV if the binding cannot be enforced and HWLOC_MEMBIND_STRICT is given

++
Note:
The allocated memory should be freed with hwloc_free().
++ ++ ++
++

++ ++ ++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + +- +- +- +- ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + +- +- +- ++ ++ ++ + +
void* hwloc_alloc_membind_nodeset hwloc_topology_t  topology,
size_t  len,
static __hwloc_inline hwloc_obj_t __hwloc_attribute_pure hwloc_get_ancestor_obj_by_type (hwloc_topology_t topology  __hwloc_attribute_unused, hwloc_const_nodeset_t  nodeset,
hwloc_obj_type_t  type, hwloc_membind_policy_t  policy,
hwloc_obj_t  obj int  flags
) [static]
+- +-
+- +-

Returns the ancestor object of obj with type type.

++
++ ++ ++ ++
++   ++ + +- +- +- +-
+-
+- ++

++Allocate some memory on the given nodeset nodeset. ++

++

Returns:
-1 with errno set to ENOSYS if the action is not supported and HWLOC_MEMBIND_STRICT is given

++-1 with errno set to EXDEV if the binding cannot be enforced and HWLOC_MEMBIND_STRICT is given

++
Note:
The allocated memory should be freed with hwloc_free().
++ ++ ++
++

++ ++ ++ ++ ++
++ + +- +- +- +- ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + +- +- +- ++ ++ ++ + +
static __hwloc_inline hwloc_obj_t __hwloc_attribute_pure hwloc_get_common_ancestor_obj (hwloc_topology_t topology  __hwloc_attribute_unused, int hwloc_free hwloc_topology_t  topology,
hwloc_obj_t  obj1, void *  addr,
hwloc_obj_t  obj2 size_t  len
) [static]
+- +-
+- +-

Returns the common parent object to objects lvl1 and lvl2.

++
++ ++ ++ ++
++   ++ + +- +- +- +-
+-
+- ++

++Free some memory allocated by hwloc_alloc() or hwloc_alloc_membind(). ++

++ ++ ++

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + +- +- +- +- ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + +- +- +- ++ ++ ++ + +
int hwloc_get_area_membind hwloc_topology_t  topology,
const void *  addr,
size_t  len,
static __hwloc_inline hwloc_obj_t hwloc_get_next_child (hwloc_topology_t topology  __hwloc_attribute_unused, hwloc_cpuset_t  cpuset,
hwloc_obj_t  parent, hwloc_membind_policy_t policy,
hwloc_obj_t  prev int  flags
) [static]
+- +-
++
++ ++ ++ ++ ++ ++
++   ++ + +-

Return the next child.

+-

If prev is NULL, return the first child.

++

++Get some memory range memory binding in cpuset cpuset. ++

++

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++
int hwloc_get_area_membind_nodeset hwloc_topology_t  topology,
const void *  addr,
size_t  len,
hwloc_nodeset_t  nodeset,
hwloc_membind_policy_t policy,
int  flags
++
++ ++ ++ ++
++   ++ + +- +- +- +-
+-
+- ++

++Get some memory range memory binding in nodeset nodeset. ++

++ ++ ++

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++ ++ ++ + +- +- +- +- ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + +- +- +- ++ ++ ++ + +
int hwloc_get_membind hwloc_topology_t  topology,
static __hwloc_inline hwloc_obj_t hwloc_get_next_obj_by_depth (hwloc_topology_t  topology, hwloc_cpuset_t  cpuset,
unsigned  depth, hwloc_membind_policy_t policy,
hwloc_obj_t  prev int  flags
) [static]
+- +-
++
++ ++ ++ ++ ++ ++
++   ++ + +-

Returns the next object at depth depth.

+-

If prev is NULL, return the first object at depth depth.

++

++Get current process memory binding in cpuset cpuset. ++

++

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++
int hwloc_get_membind_nodeset hwloc_topology_t  topology,
hwloc_nodeset_t  nodeset,
hwloc_membind_policy_t policy,
int  flags
++
++ ++ ++ ++
++   ++ + +- +- +- +-
+-
+- ++

++Get current process memory binding in nodeset nodeset. ++

++ ++ ++

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + +- +- +- +- ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + +- +- +- ++ ++ ++ + +
int hwloc_get_proc_membind hwloc_topology_t  topology,
hwloc_pid_t  pid,
static __hwloc_inline hwloc_obj_t hwloc_get_next_obj_by_type (hwloc_topology_t  topology, hwloc_cpuset_t  cpuset,
hwloc_obj_type_t  type, hwloc_membind_policy_t policy,
hwloc_obj_t  prev int  flags
) [static]
+- +-
++
++ ++ ++ ++ ++ ++
++   ++ + +-

Returns the next object of type type.

+-

If prev is NULL, return the first object at type type. If there are multiple or no depth for given type, return NULL and let the caller fallback to hwloc_get_next_obj_by_depth().

++

++Get current process memory binding in cpuset cpuset. ++

++

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++
int hwloc_get_proc_membind_nodeset hwloc_topology_t  topology,
hwloc_pid_t  pid,
hwloc_nodeset_t  nodeset,
hwloc_membind_policy_t policy,
int  flags
++
++ ++ ++ ++
++   ++ + +- +- +- +-
+-
+- ++

++Get current process memory binding in nodeset nodeset. ++

++ ++ ++

++

++ ++ ++ ++ ++
++ + +- +- +- +- ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + +- +- +- ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + +
static __hwloc_inline hwloc_obj_t __hwloc_attribute_pure hwloc_get_pu_obj_by_os_index (hwloc_topology_t  topology, int hwloc_set_area_membind hwloc_topology_t  topology,
unsigned  os_index const void *  addr,
) [static]size_t  len,
hwloc_const_cpuset_t  cpuset,
hwloc_membind_policy_t  policy,
int  flags
+- +-
++
++ ++ ++ ++ ++ ++
++   ++ + +-

Returns the object of type HWLOC_OBJ_PU with os_index.

+-
Note:
The os_index field of object should most of the times only be used for pretty-printing purpose. Type HWLOC_OBJ_PU is the only case where os_index could actually be useful, when manually binding to processors. However, using CPU sets to hide this complexity should often be preferred.
++

++Bind some memory range on memory nodes near the given cpuset cpuset. ++

++

Returns:
-1 with errno set to ENOSYS if the action is not supported

++-1 with errno set to EXDEV if the binding cannot be enforced

++
++

++ ++ ++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++
int hwloc_set_area_membind_nodeset hwloc_topology_t  topology,
const void *  addr,
size_t  len,
hwloc_const_nodeset_t  nodeset,
hwloc_membind_policy_t  policy,
int  flags
++
++ ++ ++ ++
++   ++ + +- +- +- +-
+-
+- ++

++Bind some memory range on the given nodeset nodeset. ++

++

Returns:
-1 with errno set to ENOSYS if the action is not supported

++-1 with errno set to EXDEV if the binding cannot be enforced

++ ++ ++
++

++ ++ ++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + +- +- +- +- +- +- ++ ++ ++ ++ ++ ++ ++ ++ ++ + +
int hwloc_set_membind hwloc_topology_t  topology,
hwloc_const_cpuset_t  cpuset,
hwloc_membind_policy_t  policy,
static __hwloc_inline hwloc_obj_t __hwloc_attribute_pure hwloc_get_root_obj (hwloc_topology_t  topology )  [static]int  flags
+- +-
++
++ ++ ++ ++ ++ ++
++   ++ + +-

Returns the top-object of the topology-tree.

+-

Its type is typically HWLOC_OBJ_MACHINE but it could be different for complex topologies. This function replaces the old deprecated hwloc_get_system_obj().

++

++Bind current process memory on memory nodes near the given cpuset cpuset. ++

++

Returns:
-1 with errno set to ENOSYS if the action is not supported

++-1 with errno set to EXDEV if the binding cannot be enforced

++
++

++ ++ ++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++
int hwloc_set_membind_nodeset hwloc_topology_t  topology,
hwloc_const_nodeset_t  nodeset,
hwloc_membind_policy_t  policy,
int  flags
++
++ ++ ++ ++
++   ++ + +- +- +- +-
+-
+- ++

++Bind current process memory on the given nodeset nodeset. ++

++

Returns:
-1 with errno set to ENOSYS if the action is not supported

++-1 with errno set to EXDEV if the binding cannot be enforced

++ ++ ++
++

++ ++ ++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + +- +- +- +- ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + +- +- +- ++ ++ ++ + +
int hwloc_set_proc_membind hwloc_topology_t  topology,
hwloc_pid_t  pid,
static __hwloc_inline int __hwloc_attribute_pure hwloc_obj_is_in_subtree (hwloc_topology_t topology  __hwloc_attribute_unused, hwloc_const_cpuset_t  cpuset,
hwloc_obj_t  obj, hwloc_membind_policy_t  policy,
hwloc_obj_t  subtree_root int  flags
) [static]
+- +-
++
++ ++ ++ ++ ++ ++
++   ++ + +-

Returns true if _obj_ is inside the subtree beginning with subtree_root.

++

++Bind given process memory on memory nodes near the given cpuset cpuset. ++

++

Returns:
-1 with errno set to ENOSYS if the action is not supported

++-1 with errno set to EXDEV if the binding cannot be enforced

++
++

++ ++ ++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++
int hwloc_set_proc_membind_nodeset hwloc_topology_t  topology,
hwloc_pid_t  pid,
hwloc_const_nodeset_t  nodeset,
hwloc_membind_policy_t  policy,
int  flags
++
++ ++ ++ ++ ++ ++
++   ++ + +- +- +- +-
++


Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  + +-doxygen 1.7.1
++doxygen 1.3.9.1 + + +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00047.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00047.html +--- hwloc-1.1/doc/doxygen-doc/html/a00047.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00047.html 2010-12-31 23:48:22.458896673 +0100 +@@ -1,372 +1,101 @@ +- +- +- +- +-Hardware Locality (hwloc): Finding Objects Inside a CPU set +- +- +- +- +- +- +-
+- +-
+-

Finding Objects Inside a CPU set

+-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-

+-Functions

static __hwloc_inline hwloc_obj_t hwloc_get_first_largest_obj_inside_cpuset (hwloc_topology_t topology, hwloc_const_cpuset_t set)
 Get the first largest object included in the given cpuset set.
HWLOC_DECLSPEC int hwloc_get_largest_objs_inside_cpuset (hwloc_topology_t topology, hwloc_const_cpuset_t set, hwloc_obj_t *__hwloc_restrict objs, int max)
 Get the set of largest objects covering exactly a given cpuset set.
static __hwloc_inline hwloc_obj_t hwloc_get_next_obj_inside_cpuset_by_depth (hwloc_topology_t topology, hwloc_const_cpuset_t set, unsigned depth, hwloc_obj_t prev)
 Return the next object at depth depth included in CPU set set.
static __hwloc_inline hwloc_obj_t hwloc_get_next_obj_inside_cpuset_by_type (hwloc_topology_t topology, hwloc_const_cpuset_t set, hwloc_obj_type_t type, hwloc_obj_t prev)
 Return the next object of type type included in CPU set set.
static __hwloc_inline
+-hwloc_obj_t
+-__hwloc_attribute_pure 
hwloc_get_obj_inside_cpuset_by_depth (hwloc_topology_t topology, hwloc_const_cpuset_t set, unsigned depth, unsigned idx)
 Return the index -th object at depth depth included in CPU set set.
static __hwloc_inline
+-hwloc_obj_t
+-__hwloc_attribute_pure 
hwloc_get_obj_inside_cpuset_by_type (hwloc_topology_t topology, hwloc_const_cpuset_t set, hwloc_obj_type_t type, unsigned idx)
 Return the idx -th object of type type included in CPU set set.
static __hwloc_inline unsigned
+-__hwloc_attribute_pure 
hwloc_get_nbobjs_inside_cpuset_by_depth (hwloc_topology_t topology, hwloc_const_cpuset_t set, unsigned depth)
 Return the number of objects at depth depth included in CPU set set.
static __hwloc_inline int
+-__hwloc_attribute_pure 
hwloc_get_nbobjs_inside_cpuset_by_type (hwloc_topology_t topology, hwloc_const_cpuset_t set, hwloc_obj_type_t type)
 Return the number of objects of type type included in CPU set set.
+-

Function Documentation

+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
static __hwloc_inline hwloc_obj_t hwloc_get_first_largest_obj_inside_cpuset (hwloc_topology_t  topology,
hwloc_const_cpuset_t  set 
) [static]
+-
+-
+- +-

Get the first largest object included in the given cpuset set.

+-
Returns:
the first object that is included in set and whose parent is not.
+-

This is convenient for iterating over all largest objects within a CPU set by doing a loop getting the first largest object and clearing its CPU set from the remaining CPU set.

+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC int hwloc_get_largest_objs_inside_cpuset (hwloc_topology_t  topology,
hwloc_const_cpuset_t  set,
hwloc_obj_t *__hwloc_restrict  objs,
int  max 
)
+-
+-
+- +-

Get the set of largest objects covering exactly a given cpuset set.

+-
Returns:
the number of objects returned in objs.
+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
static __hwloc_inline unsigned __hwloc_attribute_pure hwloc_get_nbobjs_inside_cpuset_by_depth (hwloc_topology_t  topology,
hwloc_const_cpuset_t  set,
unsigned  depth 
) [static]
+-
+-
+- +-

Return the number of objects at depth depth included in CPU set set.

+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
static __hwloc_inline int __hwloc_attribute_pure hwloc_get_nbobjs_inside_cpuset_by_type (hwloc_topology_t  topology,
hwloc_const_cpuset_t  set,
hwloc_obj_type_t  type 
) [static]
+-
+-
++ ++ ++Hardware Locality (hwloc): Object Type Helpers ++ ++ ++ ++ ++

Object Type Helpers

++ ++ ++ + +-

Return the number of objects of type type included in CPU set set.

+-

If no object for that type exists inside CPU set set, 0 is returned. If there are several levels with objects of that type inside CPU set set, -1 is returned.

++ ++ + +- +- +- +-
+-
+-

Functions

inline int  hwloc_get_type_or_below_depth (hwloc_topology_t topology, hwloc_obj_type_t type)
 Returns the depth of objects of type type or below.
inline int  hwloc_get_type_or_above_depth (hwloc_topology_t topology, hwloc_obj_type_t type)
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
static __hwloc_inline hwloc_obj_t hwloc_get_next_obj_inside_cpuset_by_depth (hwloc_topology_t  topology,
hwloc_const_cpuset_t  set,
unsigned  depth,
hwloc_obj_t  prev 
) [static]
+-
+-
+- +-

Return the next object at depth depth included in CPU set set.

+-

If prev is NULL, return the first object at depth depth included in set. The next invokation should pass the previous return value in prev so as to obtain the next object in set.

+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
static __hwloc_inline hwloc_obj_t hwloc_get_next_obj_inside_cpuset_by_type (hwloc_topology_t  topology,
hwloc_const_cpuset_t  set,
hwloc_obj_type_t  type,
hwloc_obj_t  prev 
) [static]
+-
+-
+- +-

Return the next object of type type included in CPU set set.

+-

If there are multiple or no depth for given type, return NULL and let the caller fallback to hwloc_get_next_obj_inside_cpuset_by_depth().

+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- ++ ++
static __hwloc_inline hwloc_obj_t __hwloc_attribute_pure hwloc_get_obj_inside_cpuset_by_depth (hwloc_topology_t  topology,
hwloc_const_cpuset_t  set,
 Returns the depth of objects of type type or above.
++

Function Documentation

++

++ ++ ++
++ + +- +- +- +- ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + +- +- +- ++ ++ ++ + +
unsigned  depth, inline int hwloc_get_type_or_above_depth hwloc_topology_t  topology,
unsigned  idx hwloc_obj_type_t  type
) [static] [static]
+- +-
+- +-

Return the index -th object at depth depth included in CPU set set.

+- +-
+- +- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- ++ ++ ++
static __hwloc_inline hwloc_obj_t __hwloc_attribute_pure hwloc_get_obj_inside_cpuset_by_type (hwloc_topology_t  topology,
hwloc_const_cpuset_t  set,
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Returns the depth of objects of type type or above. ++

++If no object of this type is present on the underlying architecture, the function returns the depth of the first "present" object typically containing type.

++

++ ++ ++ ++ ++
++ + +- +- +- +- ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + +- +- +- ++ ++ ++ + +
hwloc_obj_type_t  type, inline int hwloc_get_type_or_below_depth hwloc_topology_t  topology,
unsigned  idx hwloc_obj_type_t  type
) [static] [static]
+- +-
+- +-

Return the idx -th object of type type included in CPU set set.

+-

If there are multiple or no depth for given type, return NULL and let the caller fallback to hwloc_get_obj_inside_cpuset_by_depth().

+- +-
+- +- +-
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Returns the depth of objects of type type or below. ++

++If no object of this type is present on the underlying architecture, the function returns the depth of the first "present" object typically found inside type.

++


Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  + +-doxygen 1.7.1
++doxygen 1.3.9.1 + + +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00048.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00048.html +--- hwloc-1.1/doc/doxygen-doc/html/a00048.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00048.html 2010-12-31 23:48:22.507902669 +0100 +@@ -1,113 +1,434 @@ +- +- +- +- +-Hardware Locality (hwloc): Finding a single Object covering at least CPU set +- +- +- +- +- +- +-
+- +-
+-

Finding a single Object covering at least CPU set

+-
+-
+- +- +- +- +- +- +-

+-Functions

static __hwloc_inline
+-hwloc_obj_t
+-__hwloc_attribute_pure 
hwloc_get_child_covering_cpuset (hwloc_topology_t topology __hwloc_attribute_unused, hwloc_const_cpuset_t set, hwloc_obj_t parent)
 Get the child covering at least CPU set set.
static __hwloc_inline
+-hwloc_obj_t
+-__hwloc_attribute_pure 
hwloc_get_obj_covering_cpuset (hwloc_topology_t topology, hwloc_const_cpuset_t set)
 Get the lowest object covering at least CPU set set.
+-

Function Documentation

+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
static __hwloc_inline hwloc_obj_t __hwloc_attribute_pure hwloc_get_child_covering_cpuset (hwloc_topology_t topology  __hwloc_attribute_unused,
hwloc_const_cpuset_t  set,
hwloc_obj_t  parent 
) [static]
+-
+-
+- +-

Get the child covering at least CPU set set.

+-
Returns:
NULL if no child matches or if set is empty.
+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
static __hwloc_inline hwloc_obj_t __hwloc_attribute_pure hwloc_get_obj_covering_cpuset (hwloc_topology_t  topology,
hwloc_const_cpuset_t  set 
) [static]
+-
+-
+- +-

Get the lowest object covering at least CPU set set.

+-
Returns:
NULL if no object matches or if set is empty.
+- +-
+-
+-
+- + + +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00049.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00049.html +--- hwloc-1.1/doc/doxygen-doc/html/a00049.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00049.html 2010-12-31 23:48:22.504902301 +0100 +@@ -1,128 +1,429 @@ +- +- +- +- +-Hardware Locality (hwloc): Finding a set of similar Objects covering at least a CPU set +- +- +- +- +- +- +-
+- +-
+-

Finding a set of similar Objects covering at least a CPU set

+-
+-
+- +- +- +- +- +- +-

+-Functions

static __hwloc_inline hwloc_obj_t hwloc_get_next_obj_covering_cpuset_by_depth (hwloc_topology_t topology, hwloc_const_cpuset_t set, unsigned depth, hwloc_obj_t prev)
 Iterate through same-depth objects covering at least CPU set set.
static __hwloc_inline hwloc_obj_t hwloc_get_next_obj_covering_cpuset_by_type (hwloc_topology_t topology, hwloc_const_cpuset_t set, hwloc_obj_type_t type, hwloc_obj_t prev)
 Iterate through same-type objects covering at least CPU set set.
+-

Function Documentation

+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
static __hwloc_inline hwloc_obj_t hwloc_get_next_obj_covering_cpuset_by_depth (hwloc_topology_t  topology,
hwloc_const_cpuset_t  set,
unsigned  depth,
hwloc_obj_t  prev 
) [static]
+-
+-
+- +-

Iterate through same-depth objects covering at least CPU set set.

+-

If object prev is NULL, return the first object at depth depth covering at least part of CPU set set. The next invokation should pass the previous return value in prev so as to obtain the next object covering at least another part of set.

+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
static __hwloc_inline hwloc_obj_t hwloc_get_next_obj_covering_cpuset_by_type (hwloc_topology_t  topology,
hwloc_const_cpuset_t  set,
hwloc_obj_type_t  type,
hwloc_obj_t  prev 
) [static]
+-
+-
+- +-

Iterate through same-type objects covering at least CPU set set.

+-

If object prev is NULL, return the first object of type type covering at least part of CPU set set. The next invokation should pass the previous return value in prev so as to obtain the next object of type type covering at least another part of set.

+-

If there are no or multiple depths for type type, NULL is returned. The caller may fallback to hwloc_get_next_obj_covering_cpuset_by_depth() for each depth.

+- +-
+-
+-
+- + + +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00050.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00050.html +--- hwloc-1.1/doc/doxygen-doc/html/a00050.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00050.html 2010-12-31 23:48:22.484899855 +0100 +@@ -1,107 +1,111 @@ +- +- +- +- +-Hardware Locality (hwloc): Cache-specific Finding Helpers +- +- +- +- +- +- +-
+- +-
+-

Cache-specific Finding Helpers

+-
+-
+- +- +- +- +- +- ++ ++ ++Hardware Locality (hwloc): Finding a single Object covering at least CPU set ++ ++ ++ ++ ++

Finding a single Object covering at least CPU set

+-Functions

static __hwloc_inline
+-hwloc_obj_t
+-__hwloc_attribute_pure 
hwloc_get_cache_covering_cpuset (hwloc_topology_t topology, hwloc_const_cpuset_t set)
 Get the first cache covering a cpuset set.
static __hwloc_inline
+-hwloc_obj_t
+-__hwloc_attribute_pure 
hwloc_get_shared_cache_covering_obj (hwloc_topology_t topology __hwloc_attribute_unused, hwloc_obj_t obj)
 Get the first cache shared between an object and somebody else.
++ ++ ++ ++ ++ ++ ++ ++ +

Functions

inline hwloc_obj_t
++ 
hwloc_get_child_covering_cpuset (hwloc_topology_t topology , hwloc_const_cpuset_t set, hwloc_obj_t parent)
 Get the child covering at least CPU set set.
inline hwloc_obj_t
++ 
hwloc_get_obj_covering_cpuset (hwloc_topology_t topology, hwloc_const_cpuset_t set)
 Get the lowest object covering at least CPU set set.
+-

Function Documentation

+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- ++

Function Documentation

++

++

static __hwloc_inline hwloc_obj_t __hwloc_attribute_pure hwloc_get_cache_covering_cpuset (hwloc_topology_t  topology,
hwloc_const_cpuset_t  set 
) [static]
++ ++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + +
inline hwloc_obj_t hwloc_get_child_covering_cpuset hwloc_topology_t topology  ,
hwloc_const_cpuset_t  set,
hwloc_obj_t  parent
[static]
+- +-
+- +-

Get the first cache covering a cpuset set.

+-
Returns:
NULL if no cache matches
++
++ ++ ++ ++
++   ++ + +- +- +- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- ++

++Get the child covering at least CPU set set. ++

++

Returns:
NULL if no child matches or if set is empty.
++ ++ ++
static __hwloc_inline hwloc_obj_t __hwloc_attribute_pure hwloc_get_shared_cache_covering_obj (hwloc_topology_t topology  __hwloc_attribute_unused,
hwloc_obj_t  obj 
) [static]
++

++ ++ ++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + +
inline hwloc_obj_t hwloc_get_obj_covering_cpuset hwloc_topology_t  topology,
hwloc_const_cpuset_t  set
[static]
+- +-
+- +-

Get the first cache shared between an object and somebody else.

+-
Returns:
NULL if no cache matches
++
++ ++ ++ ++ ++ ++
++   ++ + +- +- +- +-
++


Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  + +-doxygen 1.7.1
++doxygen 1.3.9.1 + + +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00051.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00051.html +--- hwloc-1.1/doc/doxygen-doc/html/a00051.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00051.html 2010-12-31 23:48:22.581911724 +0100 +@@ -1,186 +1,126 @@ +- +- +- +- +-Hardware Locality (hwloc): Advanced Traversal Helpers +- +- +- +- +- +- +-
+- +-
+-

Advanced Traversal Helpers

+-
+-
+- +- +- +- +- +- +- +- +-

+-Functions

HWLOC_DECLSPEC unsigned hwloc_get_closest_objs (hwloc_topology_t topology, hwloc_obj_t src, hwloc_obj_t *__hwloc_restrict objs, unsigned max)
 Do a depth-first traversal of the topology to find and sort.
static __hwloc_inline
+-hwloc_obj_t
+-__hwloc_attribute_pure 
hwloc_get_obj_below_by_type (hwloc_topology_t topology, hwloc_obj_type_t type1, unsigned idx1, hwloc_obj_type_t type2, unsigned idx2)
 Find an object below another object, both specified by types and indexes.
static __hwloc_inline
+-hwloc_obj_t
+-__hwloc_attribute_pure 
hwloc_get_obj_below_array_by_type (hwloc_topology_t topology, int nr, hwloc_obj_type_t *typev, unsigned *idxv)
 Find an object below a chain of objects specified by types and indexes.
+-

Function Documentation

+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC unsigned hwloc_get_closest_objs (hwloc_topology_t  topology,
hwloc_obj_t  src,
hwloc_obj_t *__hwloc_restrict  objs,
unsigned  max 
)
+-
+-
++ ++ ++Hardware Locality (hwloc): Finding a set of similar Objects covering at least a CPU set ++ ++ ++ ++ ++

Finding a set of similar Objects covering at least a CPU set

++ ++ ++ + +-

Do a depth-first traversal of the topology to find and sort.

+-

all objects that are at the same depth than src. Report in objs up to max physically closest ones to src.

+-
Returns:
the number of objects returned in objs.
++ ++ + +- +- +- +-
+-
+-

Functions

inline hwloc_obj_t hwloc_get_next_obj_covering_cpuset_by_depth (hwloc_topology_t topology, hwloc_const_cpuset_t set, unsigned depth, hwloc_obj_t prev)
 Iterate through same-depth objects covering at least CPU set set.
inline hwloc_obj_t hwloc_get_next_obj_covering_cpuset_by_type (hwloc_topology_t topology, hwloc_const_cpuset_t set, hwloc_obj_type_t type, hwloc_obj_t prev)
++ ++
 Iterate through same-type objects covering at least CPU set set.
++

Function Documentation

++

++ ++ ++
++ + +- +- +- +- ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + +- +- +- ++ ++ ++ + +
static __hwloc_inline hwloc_obj_t __hwloc_attribute_pure hwloc_get_obj_below_array_by_type (hwloc_topology_t  topology, inline hwloc_obj_t hwloc_get_next_obj_covering_cpuset_by_depth hwloc_topology_t  topology,
int  nr, hwloc_const_cpuset_t  set,
hwloc_obj_type_t typev, unsigned  depth,
unsigned *  idxv hwloc_obj_t  prev
) [static] [static]
+- +-
+- +-

Find an object below a chain of objects specified by types and indexes.

+-

This is a generalized version of hwloc_get_obj_below_by_type().

+-

Arrays typev and idxv must contain nr types and indexes.

+-

Start from the top system object and walk the arrays typev and idxv. For each type and index couple in the arrays, look under the previously found object to find the index-th object of the given type. Indexes are specified within the parent, not withing the entire system.

+-

For instance, if nr is 3, typev contains NODE, SOCKET and CORE, and idxv contains 0, 1 and 2, return the third core object below the second socket below the first NUMA node.

+- +-
+- +- +-
+-
+- +- +- +- +- +- +- ++ ++ ++
static __hwloc_inline hwloc_obj_t __hwloc_attribute_pure hwloc_get_obj_below_by_type (hwloc_topology_t  topology,
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Iterate through same-depth objects covering at least CPU set set. ++

++If object prev is NULL, return the first object at depth depth covering at least part of CPU set set. The next invokation should pass the previous return value in prev so as to obtain the next object covering at least another part of set.

++

++ ++ ++ ++ ++
++ + +- +- +- +- ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + +- +- +- ++ ++ ++ + +
hwloc_obj_type_t  type1, inline hwloc_obj_t hwloc_get_next_obj_covering_cpuset_by_type hwloc_topology_t  topology,
unsigned  idx1, hwloc_const_cpuset_t  set,
hwloc_obj_type_t  type2, hwloc_obj_type_t  type,
unsigned  idx2 hwloc_obj_t  prev
) [static] [static]
+- +-
+- +-

Find an object below another object, both specified by types and indexes.

+-

Start from the top system object and find object of type type1 and index idx1. Then look below this object and find another object of type type2 and index idx2. Indexes are specified within the parent, not withing the entire system.

+-

For instance, if type1 is SOCKET, idx1 is 2, type2 is CORE and idx2 is 3, return the fourth core object below the third socket.

+- +-
+- +- +-
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Iterate through same-type objects covering at least CPU set set. ++

++If object prev is NULL, return the first object of type type covering at least part of CPU set set. The next invokation should pass the previous return value in prev so as to obtain the next object of type type covering at least another part of set.

++If there are no or multiple depths for type type, NULL is returned. The caller may fallback to hwloc_get_next_obj_covering_cpuset_by_depth() for each depth.

++


Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  + +-doxygen 1.7.1
++doxygen 1.3.9.1 + + +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00052.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00052.html +--- hwloc-1.1/doc/doxygen-doc/html/a00052.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00052.html 2010-12-31 23:48:22.505902423 +0100 +@@ -1,245 +1,105 @@ +- +- +- +- +-Hardware Locality (hwloc): Binding Helpers +- +- +- +- +- +- +-
+- +-
+-

Binding Helpers

+-
+-
+- +- +- +- +- +- +- +- +- +-

+-Functions

static __hwloc_inline void hwloc_distributev (hwloc_topology_t topology, hwloc_obj_t *root, unsigned n_roots, hwloc_cpuset_t *cpuset, unsigned n, unsigned until)
 Distribute n items over the topology under root.
static __hwloc_inline void hwloc_distribute (hwloc_topology_t topology, hwloc_obj_t root, hwloc_cpuset_t *cpuset, unsigned n, unsigned until)
static __hwloc_inline void * hwloc_alloc_membind_policy_nodeset (hwloc_topology_t topology, size_t len, hwloc_const_nodeset_t nodeset, hwloc_membind_policy_t policy, int flags)
 Allocate some memory on the given nodeset nodeset.
static __hwloc_inline void * hwloc_alloc_membind_policy (hwloc_topology_t topology, size_t len, hwloc_const_cpuset_t cpuset, hwloc_membind_policy_t policy, int flags)
 Allocate some memory on the memory nodes near given cpuset cpuset.
+-

Function Documentation

+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
static __hwloc_inline void* hwloc_alloc_membind_policy (hwloc_topology_t  topology,
size_t  len,
hwloc_const_cpuset_t  cpuset,
hwloc_membind_policy_t  policy,
int  flags 
) [static]
+-
+-
++ ++ ++Hardware Locality (hwloc): Cache-specific Finding Helpers ++ ++ ++ ++ ++

Cache-specific Finding Helpers

++ ++ ++ ++ ++ ++ + +-

Allocate some memory on the memory nodes near given cpuset cpuset.

+-

This is similar to hwloc_alloc_membind_policy_nodeset, but for a given cpuset.

+- +- +- +- +-
+-
+-

Functions

inline hwloc_obj_t
++ 
hwloc_get_cache_covering_cpuset (hwloc_topology_t topology, hwloc_const_cpuset_t set)
 Get the first cache covering a cpuset set.
inline hwloc_obj_t
++ 
hwloc_get_shared_cache_covering_obj (hwloc_topology_t topology , hwloc_obj_t obj)
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
static __hwloc_inline void* hwloc_alloc_membind_policy_nodeset (hwloc_topology_t  topology,
size_t  len,
hwloc_const_nodeset_t  nodeset,
hwloc_membind_policy_t  policy,
int  flags 
) [static]
+-
+-
+- +-

Allocate some memory on the given nodeset nodeset.

+-

This is similar to hwloc_alloc_membind except that it is allowed to change the current memory binding policy, thus providing more binding support, at the expense of changing the current state.

+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- ++ ++
static __hwloc_inline void hwloc_distribute (hwloc_topology_t  topology,
hwloc_obj_t  root,
hwloc_cpuset_t cpuset,
unsigned  n,
unsigned  until 
) [static]
 Get the first cache shared between an object and somebody else.
++

Function Documentation

++

++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + +
inline hwloc_obj_t hwloc_get_cache_covering_cpuset hwloc_topology_t  topology,
hwloc_const_cpuset_t  set
[static]
+- +-
+- +-
+- +- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- ++ ++ ++
static __hwloc_inline void hwloc_distributev (hwloc_topology_t  topology,
hwloc_obj_t roots,
unsigned  n_roots,
hwloc_cpuset_t cpuset,
unsigned  n,
unsigned  until 
) [static]
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Get the first cache covering a cpuset set. ++

++

Returns:
NULL if no cache matches
++
++

++ ++ ++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + +
inline hwloc_obj_t hwloc_get_shared_cache_covering_obj hwloc_topology_t topology  ,
hwloc_obj_t  obj
[static]
+- +-
+- +-

Distribute n items over the topology under root.

+-

Distribute n items over the topology under roots.

+-

Array cpuset will be filled with n cpusets recursively distributed linearly over the topology under root, down to depth until (which can be MAX_INT to distribute down to the finest level).

+-

This is typically useful when an application wants to distribute n threads over a machine, giving each of them as much private cache as possible and keeping them locally in number order.

+-

The caller may typically want to also call hwloc_bitmap_singlify() before binding a thread so that it does not move at all.

+-

This is the same as hwloc_distribute, but takes an array of roots instead of just one root.

+- +-
+- +- +-
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Get the first cache shared between an object and somebody else. ++

++

Returns:
NULL if no cache matches
++
++


Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  + +-doxygen 1.7.1
++doxygen 1.3.9.1 + + +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00053.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00053.html +--- hwloc-1.1/doc/doxygen-doc/html/a00053.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00053.html 2010-12-31 23:48:22.571910501 +0100 +@@ -1,133 +1,193 @@ +- +- +- +- +-Hardware Locality (hwloc): Cpuset Helpers +- +- +- +- +- +- +-
+- +-
+-

Cpuset Helpers

+-
+-
+- +- +- +- +- +- +- +- +-

+-Functions

static __hwloc_inline
+-hwloc_const_cpuset_t
+-__hwloc_attribute_pure 
hwloc_topology_get_complete_cpuset (hwloc_topology_t topology)
static __hwloc_inline
+-hwloc_const_cpuset_t
+-__hwloc_attribute_pure 
hwloc_topology_get_topology_cpuset (hwloc_topology_t topology)
static __hwloc_inline
+-hwloc_const_cpuset_t
+-__hwloc_attribute_pure 
hwloc_topology_get_online_cpuset (hwloc_topology_t topology)
 Get online CPU set.
static __hwloc_inline
+-hwloc_const_cpuset_t
+-__hwloc_attribute_pure 
hwloc_topology_get_allowed_cpuset (hwloc_topology_t topology)
 Get allowed CPU set.
+-

Function Documentation

+- +-
+-
+- +- +- +- +- +- +- +- +- +-
static __hwloc_inline hwloc_const_cpuset_t __hwloc_attribute_pure hwloc_topology_get_allowed_cpuset (hwloc_topology_t  topology )  [static]
+-
+-
++ ++ ++Hardware Locality (hwloc): Advanced Traversal Helpers ++ ++ ++ ++ ++

Advanced Traversal Helpers

++ ++ ++ ++ ++ ++ ++ ++ ++ + +-

Get allowed CPU set.

+-
Returns:
the CPU set of allowed logical processors of the system. If the topology is the result of a combination of several systems, NULL is returned.
+-
Note:
The returned cpuset is not newly allocated and should thus not be changed or freed, hwloc_cpuset_dup must be used to obtain a local copy.
+- +- +- +- +-
+-
+-

Functions

unsigned hwloc_get_closest_objs (hwloc_topology_t topology, hwloc_obj_t src, hwloc_obj_t *restrict objs, unsigned max)
 Do a depth-first traversal of the topology to find and sort.
inline hwloc_obj_t
++ 
hwloc_get_obj_below_by_type (hwloc_topology_t topology, hwloc_obj_type_t type1, unsigned idx1, hwloc_obj_type_t type2, unsigned idx2)
 Find an object below another object, both specified by types and indexes.
inline hwloc_obj_t
++ 
hwloc_get_obj_below_array_by_type (hwloc_topology_t topology, int nr, hwloc_obj_type_t *typev, unsigned *idxv)
+- +- +- +- +- +- +- ++ ++
static __hwloc_inline hwloc_const_cpuset_t __hwloc_attribute_pure hwloc_topology_get_complete_cpuset (hwloc_topology_t  topology )  [static]
 Find an object below a chain of objects specified by types and indexes.
++

Function Documentation

++

++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + +
unsigned hwloc_get_closest_objs hwloc_topology_t  topology,
hwloc_obj_t  src,
hwloc_obj_t *restrict  objs,
unsigned  max
+- +-
+- +-
+- +- +-
+-
+- +- +- +- +- +- +- +- ++ ++ ++
static __hwloc_inline hwloc_const_cpuset_t __hwloc_attribute_pure hwloc_topology_get_online_cpuset (hwloc_topology_t  topology )  [static]
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Do a depth-first traversal of the topology to find and sort. ++

++all objects that are at the same depth than src. Report in objs up to max physically closest ones to src.

++

Returns:
the number of objects returned in objs.
++
++

++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + +
inline hwloc_obj_t hwloc_get_obj_below_array_by_type hwloc_topology_t  topology,
int  nr,
hwloc_obj_type_t typev,
unsigned *  idxv
[static]
+- +-
+- +-

Get online CPU set.

+-
Returns:
the CPU set of online logical processors of the system. If the topology is the result of a combination of several systems, NULL is returned.
+-
Note:
The returned cpuset is not newly allocated and should thus not be changed or freed; hwloc_cpuset_dup must be used to obtain a local copy.
+- +-
+- +- +-
+-
+- +- +- +- +- +- +- +- ++ ++ ++
static __hwloc_inline hwloc_const_cpuset_t __hwloc_attribute_pure hwloc_topology_get_topology_cpuset (hwloc_topology_t  topology )  [static]
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Find an object below a chain of objects specified by types and indexes. ++

++This is a generalized version of hwloc_get_obj_below_by_type().

++Arrays typev and idxv must contain nr types and indexes.

++Start from the top system object and walk the arrays typev and idxv. For each type and index couple in the arrays, look under the previously found object to find the index-th object of the given type. Indexes are specified within the parent, not withing the entire system.

++For instance, if nr is 3, typev contains NODE, SOCKET and CORE, and idxv contains 0, 1 and 2, return the third core object below the second socket below the first NUMA node.

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + +
inline hwloc_obj_t hwloc_get_obj_below_by_type hwloc_topology_t  topology,
hwloc_obj_type_t  type1,
unsigned  idx1,
hwloc_obj_type_t  type2,
unsigned  idx2
[static]
+- +-
+- +-
+- +- +-
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Find an object below another object, both specified by types and indexes. ++

++Start from the top system object and find object of type type1 and index idx1. Then look below this object and find another object of type type2 and index idx2. Indexes are specified within the parent, not withing the entire system.

++For instance, if type1 is SOCKET, idx1 is 2, type2 is CORE and idx2 is 3, return the fourth core object below the third socket.

++


Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  + +-doxygen 1.7.1
++doxygen 1.3.9.1 + + +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00054.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00054.html +--- hwloc-1.1/doc/doxygen-doc/html/a00054.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00054.html 2010-12-31 23:48:22.495901200 +0100 +@@ -1,107 +1,260 @@ +- +- +- +- +-Hardware Locality (hwloc): Nodeset Helpers +- +- +- +- +- +- +-
+- +-
+-

Nodeset Helpers

+-
+-
+- +- +- +- +- +- +-

+-Functions

static __hwloc_inline
+-hwloc_const_nodeset_t
+-__hwloc_attribute_pure 
hwloc_topology_get_complete_nodeset (hwloc_topology_t topology)
static __hwloc_inline
+-hwloc_const_nodeset_t
+-__hwloc_attribute_pure 
hwloc_topology_get_topology_nodeset (hwloc_topology_t topology)
static __hwloc_inline
+-hwloc_const_nodeset_t
+-__hwloc_attribute_pure 
hwloc_topology_get_allowed_nodeset (hwloc_topology_t topology)
 Get allowed node set.
+-

Function Documentation

+- +-
+-
+- +- +- +- +- +- +- +- ++ ++ ++Hardware Locality (hwloc): Binding Helpers ++ ++ ++ ++ ++

Binding Helpers

static __hwloc_inline hwloc_const_nodeset_t __hwloc_attribute_pure hwloc_topology_get_allowed_nodeset (hwloc_topology_t  topology )  [static]
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++

Functions

inline void hwloc_distributev (hwloc_topology_t topology, hwloc_obj_t *root, unsigned n_roots, hwloc_cpuset_t *cpuset, unsigned n, unsigned until)
 Distribute n items over the topology under root.
inline void hwloc_distribute (hwloc_topology_t topology, hwloc_obj_t root, hwloc_cpuset_t *cpuset, unsigned n, unsigned until)
inline void * hwloc_alloc_membind_policy_nodeset (hwloc_topology_t topology, size_t len, hwloc_const_nodeset_t nodeset, hwloc_membind_policy_t policy, int flags)
 Allocate some memory on the given nodeset nodeset.
inline void * hwloc_alloc_membind_policy (hwloc_topology_t topology, size_t len, hwloc_const_cpuset_t cpuset, hwloc_membind_policy_t policy, int flags)
 Allocate some memory on the memory nodes near given cpuset cpuset.
++

Function Documentation

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++
inline void* hwloc_alloc_membind_policy hwloc_topology_t  topology,
size_t  len,
hwloc_const_cpuset_t  cpuset,
hwloc_membind_policy_t  policy,
int  flags
[static]
++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Allocate some memory on the memory nodes near given cpuset cpuset. ++

++This is similar to hwloc_alloc_membind_policy_nodeset, but for a given cpuset.

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + +
inline void* hwloc_alloc_membind_policy_nodeset hwloc_topology_t  topology,
size_t  len,
hwloc_const_nodeset_t  nodeset,
hwloc_membind_policy_t  policy,
int  flags
[static]
+- +-
++
++ ++ ++ ++
++   ++ + +-

Get allowed node set.

+-
Returns:
the node set of allowed memory of the system. If the topology is the result of a combination of several systems, NULL is returned.
+-
Note:
The returned nodeset is not newly allocated and should thus not be changed or freed, hwloc_nodeset_dup must be used to obtain a local copy.
+- +- +- +- +-
+-
+- +- +- +- +- +- +- +- ++

++Allocate some memory on the given nodeset nodeset. ++

++This is similar to hwloc_alloc_membind except that it is allowed to change the current memory binding policy, thus providing more binding support, at the expense of changing the current state. ++

++
static __hwloc_inline hwloc_const_nodeset_t __hwloc_attribute_pure hwloc_topology_get_complete_nodeset (hwloc_topology_t  topology )  [static]
++

++ ++ ++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + +
inline void hwloc_distribute hwloc_topology_t  topology,
hwloc_obj_t  root,
hwloc_cpuset_t cpuset,
unsigned  n,
unsigned  until
[static]
+- +-
++
++ ++ ++ ++
++   ++ + +- +- +- +-
+-
+- +- +- +- +- +- +- +- ++

++ ++

++
static __hwloc_inline hwloc_const_nodeset_t __hwloc_attribute_pure hwloc_topology_get_topology_nodeset (hwloc_topology_t  topology )  [static]
++

++ ++ ++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + +
inline void hwloc_distributev hwloc_topology_t  topology,
hwloc_obj_t roots,
unsigned  n_roots,
hwloc_cpuset_t cpuset,
unsigned  n,
unsigned  until
[static]
+- +-
++
++ ++ ++ ++ ++ ++
++   ++ + +- +- +- +-
++


Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  + +-doxygen 1.7.1
++doxygen 1.3.9.1 + + +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00055.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00055.html +--- hwloc-1.1/doc/doxygen-doc/html/a00055.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00055.html 2010-12-31 23:48:22.508902791 +0100 +@@ -1,196 +1,151 @@ +- +- +- +- +-Hardware Locality (hwloc): Conversion between cpuset and nodeset +- +- +- +- +- +- +-
+- +-
+-

Conversion between cpuset and nodeset

+-
+-
+- +- +- +- +- +- +- +- +- +- +-

+-Functions

static __hwloc_inline void hwloc_cpuset_to_nodeset (hwloc_topology_t topology, hwloc_const_cpuset_t cpuset, hwloc_nodeset_t nodeset)
 Convert a CPU set into a NUMA node set and handle non-NUMA cases.
static __hwloc_inline void hwloc_cpuset_to_nodeset_strict (struct hwloc_topology *topology, hwloc_const_cpuset_t cpuset, hwloc_nodeset_t nodeset)
 Convert a CPU set into a NUMA node set without handling non-NUMA cases.
static __hwloc_inline void hwloc_cpuset_from_nodeset (hwloc_topology_t topology, hwloc_cpuset_t cpuset, hwloc_const_nodeset_t nodeset)
 Convert a NUMA node set into a CPU set and handle non-NUMA cases.
static __hwloc_inline void hwloc_cpuset_from_nodeset_strict (struct hwloc_topology *topology, hwloc_cpuset_t cpuset, hwloc_const_nodeset_t nodeset)
 Convert a NUMA node set into a CPU set without handling non-NUMA cases.
+-

Detailed Description

+-

There are two semantics for converting cpusets to nodesets depending on how non-NUMA machines are handled.

+-

When manipulating nodesets for memory binding, non-NUMA machines should be considered as having a single NUMA node. The standard conversion routines below should be used so that marking the first bit of the nodeset means that memory should be bound to a non-NUMA whole machine.

+-

When manipulating nodesets as an actual list of NUMA nodes without any need to handle memory binding on non-NUMA machines, the strict conversion routines may be used instead.

+-

Function Documentation

+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
static __hwloc_inline void hwloc_cpuset_from_nodeset (hwloc_topology_t  topology,
hwloc_cpuset_t  cpuset,
hwloc_const_nodeset_t  nodeset 
) [static]
+-
+-
++ ++ ++Hardware Locality (hwloc): Cpuset Helpers ++ ++ ++ ++ ++

Cpuset Helpers

++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + +-

Convert a NUMA node set into a CPU set and handle non-NUMA cases.

+-

If the topology contains no NUMA nodes, the machine is considered as a single memory node, and the following behavior is used: If nodeset is empty, cpuset will be emptied as well. Otherwise cpuset will be entirely filled. This is useful for manipulating memory binding sets.

+- +- +- +- +-
+-
+-

Functions

inline hwloc_const_cpuset_t
++ 
hwloc_topology_get_complete_cpuset (hwloc_topology_t topology)
inline hwloc_const_cpuset_t
++ 
hwloc_topology_get_topology_cpuset (hwloc_topology_t topology)
inline hwloc_const_cpuset_t
++ 
hwloc_topology_get_online_cpuset (hwloc_topology_t topology)
 Get online CPU set.
inline hwloc_const_cpuset_t
++ 
hwloc_topology_get_allowed_cpuset (hwloc_topology_t topology)
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- ++ ++
static __hwloc_inline void hwloc_cpuset_from_nodeset_strict (struct hwloc_topology *  topology,
hwloc_cpuset_t  cpuset,
hwloc_const_nodeset_t  nodeset 
) [static]
 Get allowed CPU set.
++

Function Documentation

++

++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ + +
inline hwloc_const_cpuset_t hwloc_topology_get_allowed_cpuset hwloc_topology_t  topology  )  [static]
+- +-
+- +-

Convert a NUMA node set into a CPU set without handling non-NUMA cases.

+-

This is the strict variant of hwloc_cpuset_from_nodeset. It does not fix non-NUMA cases. If the topology contains some NUMA nodes, behave exactly the same. However, if the topology contains no NUMA nodes, return an empty cpuset.

+- +-
+- +- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- ++ ++ ++
static __hwloc_inline void hwloc_cpuset_to_nodeset (hwloc_topology_t  topology,
hwloc_const_cpuset_t  cpuset,
hwloc_nodeset_t  nodeset 
) [static]
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Get allowed CPU set. ++

++

Returns:
the CPU set of allowed logical processors of the system. If the topology is the result of a combination of several systems, NULL is returned.
++
Note:
The returned cpuset is not newly allocated and should thus not be changed or freed, hwloc_cpuset_dup must be used to obtain a local copy.
++
++

++ ++ ++ + +-

Convert the beginning part of bitmap bitmap into unsigned long mask.

++ + +- +- +- +-
+-
+-
++ ++ ++ ++ ++ ++ ++ ++ + +
inline hwloc_const_cpuset_t hwloc_topology_get_complete_cpuset hwloc_topology_t  topology  )  [static]
+- +-
+- +-

Convert a CPU set into a NUMA node set and handle non-NUMA cases.

+-

If some NUMA nodes have no CPUs at all, this function never sets their indexes in the output node set, even if a full CPU set is given in input.

+-

If the topology contains no NUMA nodes, the machine is considered as a single memory node, and the following behavior is used: If cpuset is empty, nodeset will be emptied as well. Otherwise nodeset will be entirely filled.

+- +-
+- +- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- ++ ++ ++
static __hwloc_inline void hwloc_cpuset_to_nodeset_strict (struct hwloc_topology *  topology,
hwloc_const_cpuset_t  cpuset,
hwloc_nodeset_t  nodeset 
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ + +- +- +- +- ++
inline hwloc_const_cpuset_t hwloc_topology_get_online_cpuset hwloc_topology_t  topology  )  [static]
) [static]
++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Get online CPU set. ++

++

Returns:
the CPU set of online logical processors of the system. If the topology is the result of a combination of several systems, NULL is returned.
++
Note:
The returned cpuset is not newly allocated and should thus not be changed or freed; hwloc_cpuset_dup must be used to obtain a local copy.
++
++

++ ++ ++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ + +
inline hwloc_const_cpuset_t hwloc_topology_get_topology_cpuset hwloc_topology_t  topology  )  [static]
+- +-
+- +-

Convert a CPU set into a NUMA node set without handling non-NUMA cases.

+-

This is the strict variant of hwloc_cpuset_to_nodeset. It does not fix non-NUMA cases. If the topology contains some NUMA nodes, behave exactly the same. However, if the topology contains no NUMA nodes, return an empty nodeset.

+- +-
+- +- +-
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++

++


Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  + +-doxygen 1.7.1
++doxygen 1.3.9.1 + + +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00056.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00056.html +--- hwloc-1.1/doc/doxygen-doc/html/a00056.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00056.html 2010-12-31 23:48:22.495901200 +0100 +@@ -1,1395 +1,115 @@ +- +- +- +- +-Hardware Locality (hwloc): The bitmap API +- +- +- +- +- +- +-
+- +-
+-

The bitmap API

+-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-

+-Defines

#define hwloc_bitmap_foreach_begin(id, bitmap)
 Loop macro iterating on bitmap bitmap.
#define hwloc_bitmap_foreach_end()
 End of loop. Needs a terminating ';'.

+-Typedefs

typedef struct hwloc_bitmap_s * hwloc_bitmap_t
 Set of bits represented as an opaque pointer to an internal bitmap.
typedef struct hwloc_bitmap_s * hwloc_const_bitmap_t

+-Functions

HWLOC_DECLSPEC hwloc_bitmap_t hwloc_bitmap_alloc (void) __hwloc_attribute_malloc
 Allocate a new empty bitmap.
HWLOC_DECLSPEC hwloc_bitmap_t hwloc_bitmap_alloc_full (void) __hwloc_attribute_malloc
 Allocate a new full bitmap.
HWLOC_DECLSPEC void hwloc_bitmap_free (hwloc_bitmap_t bitmap)
 Free bitmap bitmap.
HWLOC_DECLSPEC hwloc_bitmap_t hwloc_bitmap_dup (hwloc_const_bitmap_t bitmap) __hwloc_attribute_malloc
 Duplicate bitmap bitmap by allocating a new bitmap and copying bitmap contents.
HWLOC_DECLSPEC void hwloc_bitmap_copy (hwloc_bitmap_t dst, hwloc_const_bitmap_t src)
 Copy the contents of bitmap src into the already allocated bitmap dst.
HWLOC_DECLSPEC int hwloc_bitmap_snprintf (char *__hwloc_restrict buf, size_t buflen, hwloc_const_bitmap_t bitmap)
 Stringify a bitmap.
HWLOC_DECLSPEC int hwloc_bitmap_asprintf (char **strp, hwloc_const_bitmap_t bitmap)
 Stringify a bitmap into a newly allocated string.
HWLOC_DECLSPEC int hwloc_bitmap_sscanf (hwloc_bitmap_t bitmap, const char *__hwloc_restrict string)
 Parse a bitmap string and stores it in bitmap bitmap.
HWLOC_DECLSPEC int hwloc_bitmap_taskset_snprintf (char *__hwloc_restrict buf, size_t buflen, hwloc_const_bitmap_t bitmap)
 Stringify a bitmap in the taskset-specific format.
HWLOC_DECLSPEC int hwloc_bitmap_taskset_asprintf (char **strp, hwloc_const_bitmap_t bitmap)
 Stringify a bitmap into a newly allocated taskset-specific string.
HWLOC_DECLSPEC int hwloc_bitmap_taskset_sscanf (hwloc_bitmap_t bitmap, const char *__hwloc_restrict string)
 Parse a taskset-specific bitmap string and stores it in bitmap bitmap.
HWLOC_DECLSPEC void hwloc_bitmap_zero (hwloc_bitmap_t bitmap)
 Empty the bitmap bitmap.
HWLOC_DECLSPEC void hwloc_bitmap_fill (hwloc_bitmap_t bitmap)
 Fill bitmap bitmap with all possible indexes (even if those objects don't exist or are otherwise unavailable).
HWLOC_DECLSPEC void hwloc_bitmap_only (hwloc_bitmap_t bitmap, unsigned id)
 Empty the bitmap bitmap and add bit id.
HWLOC_DECLSPEC void hwloc_bitmap_allbut (hwloc_bitmap_t bitmap, unsigned id)
 Fill the bitmap and clear the index id.
HWLOC_DECLSPEC void hwloc_bitmap_from_ulong (hwloc_bitmap_t bitmap, unsigned long mask)
 Setup bitmap bitmap from unsigned long mask.
HWLOC_DECLSPEC void hwloc_bitmap_from_ith_ulong (hwloc_bitmap_t bitmap, unsigned i, unsigned long mask)
 Setup bitmap bitmap from unsigned long mask used as i -th subset.
HWLOC_DECLSPEC void hwloc_bitmap_set (hwloc_bitmap_t bitmap, unsigned id)
 Add index id in bitmap bitmap.
HWLOC_DECLSPEC void hwloc_bitmap_set_range (hwloc_bitmap_t bitmap, unsigned begin, unsigned end)
 Add indexess from begin to end in bitmap bitmap.
HWLOC_DECLSPEC void hwloc_bitmap_set_ith_ulong (hwloc_bitmap_t bitmap, unsigned i, unsigned long mask)
 Replace i -th subset of bitmap bitmap with unsigned long mask.
HWLOC_DECLSPEC void hwloc_bitmap_clr (hwloc_bitmap_t bitmap, unsigned id)
 Remove index id from bitmap bitmap.
HWLOC_DECLSPEC void hwloc_bitmap_clr_range (hwloc_bitmap_t bitmap, unsigned begin, unsigned end)
 Remove index from begin to end in bitmap bitmap.
HWLOC_DECLSPEC void hwloc_bitmap_singlify (hwloc_bitmap_t bitmap)
 Keep a single index among those set in bitmap bitmap.
HWLOC_DECLSPEC unsigned long hwloc_bitmap_to_ulong (hwloc_const_bitmap_t bitmap) __hwloc_attribute_pure
 Convert the beginning part of bitmap bitmap into unsigned long mask.
HWLOC_DECLSPEC unsigned long hwloc_bitmap_to_ith_ulong (hwloc_const_bitmap_t bitmap, unsigned i) __hwloc_attribute_pure
 Convert the i -th subset of bitmap bitmap into unsigned long mask.
HWLOC_DECLSPEC int hwloc_bitmap_isset (hwloc_const_bitmap_t bitmap, unsigned id) __hwloc_attribute_pure
 Test whether index id is part of bitmap bitmap.
HWLOC_DECLSPEC int hwloc_bitmap_iszero (hwloc_const_bitmap_t bitmap) __hwloc_attribute_pure
 Test whether bitmap bitmap is empty.
HWLOC_DECLSPEC int hwloc_bitmap_isfull (hwloc_const_bitmap_t bitmap) __hwloc_attribute_pure
 Test whether bitmap bitmap is completely full.
HWLOC_DECLSPEC int hwloc_bitmap_first (hwloc_const_bitmap_t bitmap) __hwloc_attribute_pure
 Compute the first index (least significant bit) in bitmap bitmap.
HWLOC_DECLSPEC int hwloc_bitmap_next (hwloc_const_bitmap_t bitmap, unsigned prev) __hwloc_attribute_pure
 Compute the next index in bitmap bitmap which is after index prev.
HWLOC_DECLSPEC int hwloc_bitmap_last (hwloc_const_bitmap_t bitmap) __hwloc_attribute_pure
 Compute the last index (most significant bit) in bitmap bitmap.
HWLOC_DECLSPEC int hwloc_bitmap_weight (hwloc_const_bitmap_t bitmap) __hwloc_attribute_pure
 Compute the "weight" of bitmap bitmap (i.e., number of indexes that are in the bitmap).
HWLOC_DECLSPEC void hwloc_bitmap_or (hwloc_bitmap_t res, hwloc_const_bitmap_t bitmap1, hwloc_const_bitmap_t bitmap2)
 Or bitmaps bitmap1 and bitmap2 and store the result in bitmap res.
HWLOC_DECLSPEC void hwloc_bitmap_and (hwloc_bitmap_t res, hwloc_const_bitmap_t bitmap1, hwloc_const_bitmap_t bitmap2)
 And bitmaps bitmap1 and bitmap2 and store the result in bitmap res.
HWLOC_DECLSPEC void hwloc_bitmap_andnot (hwloc_bitmap_t res, hwloc_const_bitmap_t bitmap1, hwloc_const_bitmap_t bitmap2)
 And bitmap bitmap1 and the negation of bitmap2 and store the result in bitmap res.
HWLOC_DECLSPEC void hwloc_bitmap_xor (hwloc_bitmap_t res, hwloc_const_bitmap_t bitmap1, hwloc_const_bitmap_t bitmap2)
 Xor bitmaps bitmap1 and bitmap2 and store the result in bitmap res.
HWLOC_DECLSPEC void hwloc_bitmap_not (hwloc_bitmap_t res, hwloc_const_bitmap_t bitmap)
 Negate bitmap bitmap and store the result in bitmap res.
HWLOC_DECLSPEC int hwloc_bitmap_intersects (hwloc_const_bitmap_t bitmap1, hwloc_const_bitmap_t bitmap2) __hwloc_attribute_pure
 Test whether bitmaps bitmap1 and bitmap2 intersects.
HWLOC_DECLSPEC int hwloc_bitmap_isincluded (hwloc_const_bitmap_t sub_bitmap, hwloc_const_bitmap_t super_bitmap) __hwloc_attribute_pure
 Test whether bitmap sub_bitmap is part of bitmap super_bitmap.
HWLOC_DECLSPEC int hwloc_bitmap_isequal (hwloc_const_bitmap_t bitmap1, hwloc_const_bitmap_t bitmap2) __hwloc_attribute_pure
 Test whether bitmap bitmap1 is equal to bitmap bitmap2.
HWLOC_DECLSPEC int hwloc_bitmap_compare_first (hwloc_const_bitmap_t bitmap1, hwloc_const_bitmap_t bitmap2) __hwloc_attribute_pure
 Compare bitmaps bitmap1 and bitmap2 using their lowest index.
HWLOC_DECLSPEC int hwloc_bitmap_compare (hwloc_const_bitmap_t bitmap1, hwloc_const_bitmap_t bitmap2) __hwloc_attribute_pure
 Compare bitmaps bitmap1 and bitmap2 using their highest index.
+-

Detailed Description

+-

For use in hwloc itself, a hwloc_bitmap_t usually represents a set of objects, typically logical processors or memory nodes, indexed by OS physical number.

+-

A bitmap may be infinite.

+-

Define Documentation

+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
#define hwloc_bitmap_foreach_begin( id,
 bitmap 
)
+-
+-
+- +-

Loop macro iterating on bitmap bitmap.

+-

index is the loop variable; it should be an unsigned int. The first iteration will set index to the lowest index in the bitmap. Successive iterations will iterate through, in order, all remaining indexes that in the bitmap. To be specific: each iteration will return a value for index such that hwloc_bitmap_isset(bitmap, index) is true.

+-

The assert prevents the loop from being infinite if the bitmap is infinite.

+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +-
#define hwloc_bitmap_foreach_end( ) 
+-
+-
+- +-

End of loop. Needs a terminating ';'.

+-
See also:
hwloc_bitmap_foreach_begin
+- +-
+-
+-

Typedef Documentation

+- +-
+-
+- +- +- +- +-
typedef struct hwloc_bitmap_s* hwloc_bitmap_t
+-
+-
+- +-

Set of bits represented as an opaque pointer to an internal bitmap.

+- +-
+-
+- +-
+-
+- +- +- +- +-
typedef struct hwloc_bitmap_s* hwloc_const_bitmap_t
+-
+-
+- +-
+-
+-

Function Documentation

+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC void hwloc_bitmap_allbut (hwloc_bitmap_t  bitmap,
unsigned  id 
)
+-
+-
+- +-

Fill the bitmap and clear the index id.

+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC hwloc_bitmap_t hwloc_bitmap_alloc (void  ) 
+-
+-
+- +-

Allocate a new empty bitmap.

+-
Returns:
A valid bitmap or NULL.
+-

The bitmap should be freed by a corresponding call to hwloc_bitmap_free().

+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC hwloc_bitmap_t hwloc_bitmap_alloc_full (void  ) 
+-
+-
+- +-

Allocate a new full bitmap.

+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC void hwloc_bitmap_and (hwloc_bitmap_t  res,
hwloc_const_bitmap_t  bitmap1,
hwloc_const_bitmap_t  bitmap2 
)
+-
+-
+- +-

And bitmaps bitmap1 and bitmap2 and store the result in bitmap res.

+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC void hwloc_bitmap_andnot (hwloc_bitmap_t  res,
hwloc_const_bitmap_t  bitmap1,
hwloc_const_bitmap_t  bitmap2 
)
+-
+-
+- +-

And bitmap bitmap1 and the negation of bitmap2 and store the result in bitmap res.

+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC int hwloc_bitmap_asprintf (char **  strp,
hwloc_const_bitmap_t  bitmap 
)
+-
+-
+- +-

Stringify a bitmap into a newly allocated string.

+-
Returns:
the number of character that were actually written (not including the ending \0).
+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC void hwloc_bitmap_clr (hwloc_bitmap_t  bitmap,
unsigned  id 
)
+-
+-
+- +-

Remove index id from bitmap bitmap.

+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC void hwloc_bitmap_clr_range (hwloc_bitmap_t  bitmap,
unsigned  begin,
unsigned  end 
)
+-
+-
+- +-

Remove index from begin to end in bitmap bitmap.

+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC int hwloc_bitmap_compare (hwloc_const_bitmap_t  bitmap1,
hwloc_const_bitmap_t  bitmap2 
)
+-
+-
+- +-

Compare bitmaps bitmap1 and bitmap2 using their highest index.

+-

Higher most significant bit is higher. The empty bitmap is considered lower than anything.

+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC int hwloc_bitmap_compare_first (hwloc_const_bitmap_t  bitmap1,
hwloc_const_bitmap_t  bitmap2 
)
+-
+-
+- +-

Compare bitmaps bitmap1 and bitmap2 using their lowest index.

+-

Smaller least significant bit is smaller. The empty bitmap is considered higher than anything.

+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC void hwloc_bitmap_copy (hwloc_bitmap_t  dst,
hwloc_const_bitmap_t  src 
)
+-
+-
+- +-

Copy the contents of bitmap src into the already allocated bitmap dst.

+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC hwloc_bitmap_t hwloc_bitmap_dup (hwloc_const_bitmap_t  bitmap ) 
+-
+-
+- +-

Duplicate bitmap bitmap by allocating a new bitmap and copying bitmap contents.

+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC void hwloc_bitmap_fill (hwloc_bitmap_t  bitmap ) 
+-
+-
+- +-

Fill bitmap bitmap with all possible indexes (even if those objects don't exist or are otherwise unavailable).

+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC int hwloc_bitmap_first (hwloc_const_bitmap_t  bitmap ) 
+-
+-
+- +-

Compute the first index (least significant bit) in bitmap bitmap.

+-
Returns:
-1 if no index is set.
+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC void hwloc_bitmap_free (hwloc_bitmap_t  bitmap ) 
+-
+-
+- +-

Free bitmap bitmap.

+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC void hwloc_bitmap_from_ith_ulong (hwloc_bitmap_t  bitmap,
unsigned  i,
unsigned long  mask 
)
+-
+-
+- +-

Setup bitmap bitmap from unsigned long mask used as i -th subset.

+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC void hwloc_bitmap_from_ulong (hwloc_bitmap_t  bitmap,
unsigned long  mask 
)
+-
+-
+- +-

Setup bitmap bitmap from unsigned long mask.

+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC int hwloc_bitmap_intersects (hwloc_const_bitmap_t  bitmap1,
hwloc_const_bitmap_t  bitmap2 
)
+-
+-
+- +-

Test whether bitmaps bitmap1 and bitmap2 intersects.

+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC int hwloc_bitmap_isequal (hwloc_const_bitmap_t  bitmap1,
hwloc_const_bitmap_t  bitmap2 
)
+-
+-
+- +-

Test whether bitmap bitmap1 is equal to bitmap bitmap2.

+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC int hwloc_bitmap_isfull (hwloc_const_bitmap_t  bitmap ) 
+-
+-
+- +-

Test whether bitmap bitmap is completely full.

+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC int hwloc_bitmap_isincluded (hwloc_const_bitmap_t  sub_bitmap,
hwloc_const_bitmap_t  super_bitmap 
)
+-
+-
+- +-

Test whether bitmap sub_bitmap is part of bitmap super_bitmap.

+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC int hwloc_bitmap_isset (hwloc_const_bitmap_t  bitmap,
unsigned  id 
)
+-
+-
+- +-

Test whether index id is part of bitmap bitmap.

+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC int hwloc_bitmap_iszero (hwloc_const_bitmap_t  bitmap ) 
+-
+-
+- +-

Test whether bitmap bitmap is empty.

+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC int hwloc_bitmap_last (hwloc_const_bitmap_t  bitmap ) 
+-
+-
+- +-

Compute the last index (most significant bit) in bitmap bitmap.

+-
Returns:
-1 if no index is bitmap, or if the index bitmap is infinite.
+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC int hwloc_bitmap_next (hwloc_const_bitmap_t  bitmap,
unsigned  prev 
)
+-
+-
+- +-

Compute the next index in bitmap bitmap which is after index prev.

+-
Returns:
-1 if no index with higher index is bitmap.
+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC void hwloc_bitmap_not (hwloc_bitmap_t  res,
hwloc_const_bitmap_t  bitmap 
)
+-
+-
+- +-

Negate bitmap bitmap and store the result in bitmap res.

+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC void hwloc_bitmap_only (hwloc_bitmap_t  bitmap,
unsigned  id 
)
+-
+-
+- +-

Empty the bitmap bitmap and add bit id.

+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC void hwloc_bitmap_or (hwloc_bitmap_t  res,
hwloc_const_bitmap_t  bitmap1,
hwloc_const_bitmap_t  bitmap2 
)
+-
+-
+- +-

Or bitmaps bitmap1 and bitmap2 and store the result in bitmap res.

+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC void hwloc_bitmap_set (hwloc_bitmap_t  bitmap,
unsigned  id 
)
+-
+-
+- +-

Add index id in bitmap bitmap.

+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC void hwloc_bitmap_set_ith_ulong (hwloc_bitmap_t  bitmap,
unsigned  i,
unsigned long  mask 
)
+-
+-
+- +-

Replace i -th subset of bitmap bitmap with unsigned long mask.

+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC void hwloc_bitmap_set_range (hwloc_bitmap_t  bitmap,
unsigned  begin,
unsigned  end 
)
+-
+-
+- +-

Add indexess from begin to end in bitmap bitmap.

+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC void hwloc_bitmap_singlify (hwloc_bitmap_t  bitmap ) 
+-
+-
+- +-

Keep a single index among those set in bitmap bitmap.

+-

May be useful before binding so that the process does not have a chance of migrating between multiple logical CPUs in the original mask.

+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC int hwloc_bitmap_snprintf (char *__hwloc_restrict  buf,
size_t  buflen,
hwloc_const_bitmap_t  bitmap 
)
+-
+-
+- +-

Stringify a bitmap.

+-

Up to buflen characters may be written in buffer buf.

+-
Returns:
the number of character that were actually written if not truncating, or that would have been written (not including the ending \0).
+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC int hwloc_bitmap_sscanf (hwloc_bitmap_t  bitmap,
const char *__hwloc_restrict  string 
)
+-
+-
+- +-

Parse a bitmap string and stores it in bitmap bitmap.

+-

Must start and end with a digit.

+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC int hwloc_bitmap_taskset_asprintf (char **  strp,
hwloc_const_bitmap_t  bitmap 
)
+-
+-
+- +-

Stringify a bitmap into a newly allocated taskset-specific string.

+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC int hwloc_bitmap_taskset_snprintf (char *__hwloc_restrict  buf,
size_t  buflen,
hwloc_const_bitmap_t  bitmap 
)
+-
+-
+- +-

Stringify a bitmap in the taskset-specific format.

+-

The taskset command manipulates bitmap strings that contain a single (possible very long) hexadecimal number starting with 0x.

+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC int hwloc_bitmap_taskset_sscanf (hwloc_bitmap_t  bitmap,
const char *__hwloc_restrict  string 
)
+-
+-
+- +-

Parse a taskset-specific bitmap string and stores it in bitmap bitmap.

++ ++ ++Hardware Locality (hwloc): Nodeset Helpers ++ ++ ++ ++ ++

Nodeset Helpers

++ ++ ++ + +- +- +- +-
+-
+-

Functions

inline hwloc_const_nodeset_t
++ 
hwloc_topology_get_complete_nodeset (hwloc_topology_t topology)
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC unsigned long hwloc_bitmap_to_ith_ulong (hwloc_const_bitmap_t  bitmap,
unsigned  i 
)
+-
+-
+- +-

Convert the i -th subset of bitmap bitmap into unsigned long mask.

+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC unsigned long hwloc_bitmap_to_ulong (hwloc_const_bitmap_t  bitmap ) 
+-
+-
++
inline hwloc_const_nodeset_t
++ 
hwloc_topology_get_topology_nodeset (hwloc_topology_t topology)
inline hwloc_const_nodeset_t
++ 
hwloc_topology_get_allowed_nodeset (hwloc_topology_t topology)
+- +- +- +- +- +- +- ++ ++
HWLOC_DECLSPEC int hwloc_bitmap_weight (hwloc_const_bitmap_t  bitmap ) 
 Get allowed node set.
++


Function Documentation

++

++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ + +
inline hwloc_const_nodeset_t hwloc_topology_get_allowed_nodeset hwloc_topology_t  topology  )  [static]
+- +-
+- +-

Compute the "weight" of bitmap bitmap (i.e., number of indexes that are in the bitmap).

+-
Returns:
the number of indexes that are in the bitmap.
+- +-
+- +- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- ++ ++ ++
HWLOC_DECLSPEC void hwloc_bitmap_xor (hwloc_bitmap_t  res,
hwloc_const_bitmap_t  bitmap1,
hwloc_const_bitmap_t  bitmap2 
)
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Get allowed node set. ++

++

Returns:
the node set of allowed memory of the system. If the topology is the result of a combination of several systems, NULL is returned.
++
Note:
The returned nodeset is not newly allocated and should thus not be changed or freed, hwloc_nodeset_dup must be used to obtain a local copy.
++
++

++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ + +
inline hwloc_const_nodeset_t hwloc_topology_get_complete_nodeset hwloc_topology_t  topology  )  [static]
+- +-
+- +-

Xor bitmaps bitmap1 and bitmap2 and store the result in bitmap res.

+- +-
+- +- +-
+-
+- +- +- +- +- +- +- +- ++ ++ ++
HWLOC_DECLSPEC void hwloc_bitmap_zero (hwloc_bitmap_t  bitmap ) 
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ + +
inline hwloc_const_nodeset_t hwloc_topology_get_topology_nodeset hwloc_topology_t  topology  )  [static]
+- +-
+- +-

Empty the bitmap bitmap.

+- +-
+- +- +-
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++

++


Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  + +-doxygen 1.7.1
++doxygen 1.3.9.1 + + +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00057.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00057.html +--- hwloc-1.1/doc/doxygen-doc/html/a00057.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00057.html 2010-12-31 23:48:22.459896795 +0100 +@@ -1,129 +1,213 @@ +- +- +- +- +-Hardware Locality (hwloc): Helpers for manipulating glibc sched affinity +- +- +- +- +- +- +-
+- +-
+-

Helpers for manipulating glibc sched affinity

+-
+-
+- +- +- +- +- +- +-

+-Functions

static __hwloc_inline int hwloc_cpuset_to_glibc_sched_affinity (hwloc_topology_t topology __hwloc_attribute_unused, hwloc_const_cpuset_t hwlocset, cpu_set_t *schedset, size_t schedsetsize)
 Convert hwloc CPU set toposet into glibc sched affinity CPU set schedset.
static __hwloc_inline int hwloc_cpuset_from_glibc_sched_affinity (hwloc_topology_t topology __hwloc_attribute_unused, hwloc_cpuset_t hwlocset, const cpu_set_t *schedset, size_t schedsetsize)
 Convert glibc sched affinity CPU set schedset into hwloc CPU set.
+-

Function Documentation

+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- ++ ++ ++Hardware Locality (hwloc): Conversion between cpuset and nodeset ++ ++ ++ ++ ++

Conversion between cpuset and nodeset

static __hwloc_inline int hwloc_cpuset_from_glibc_sched_affinity (hwloc_topology_t topology  __hwloc_attribute_unused,
hwloc_cpuset_t  hwlocset,
const cpu_set_t *  schedset,
size_t  schedsetsize 
) [static]
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++

Functions

inline void hwloc_cpuset_to_nodeset (hwloc_topology_t topology, hwloc_const_cpuset_t cpuset, hwloc_nodeset_t nodeset)
 Convert a CPU set into a NUMA node set and handle non-NUMA cases.
inline void hwloc_cpuset_to_nodeset_strict (struct hwloc_topology *topology, hwloc_const_cpuset_t cpuset, hwloc_nodeset_t nodeset)
 Convert a CPU set into a NUMA node set without handling non-NUMA cases.
inline void hwloc_cpuset_from_nodeset (hwloc_topology_t topology, hwloc_cpuset_t cpuset, hwloc_const_nodeset_t nodeset)
 Convert a NUMA node set into a CPU set and handle non-NUMA cases.
inline void hwloc_cpuset_from_nodeset_strict (struct hwloc_topology *topology, hwloc_cpuset_t cpuset, hwloc_const_nodeset_t nodeset)
 Convert a NUMA node set into a CPU set without handling non-NUMA cases.
++

Detailed Description

++There are two semantics for converting cpusets to nodesets depending on how non-NUMA machines are handled.

++When manipulating nodesets for memory binding, non-NUMA machines should be considered as having a single NUMA node. The standard conversion routines below should be used so that marking the first bit of the nodeset means that memory should be bound to a non-NUMA whole machine.

++When manipulating nodesets as an actual list of NUMA nodes without any need to handle memory binding on non-NUMA machines, the strict conversion routines may be used instead.


Function Documentation

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + +
inline void hwloc_cpuset_from_nodeset hwloc_topology_t  topology,
hwloc_cpuset_t  cpuset,
hwloc_const_nodeset_t  nodeset
[static]
+- +-
++
++ ++ ++ ++ ++ ++
++   ++ + +-

Convert glibc sched affinity CPU set schedset into hwloc CPU set.

+-

This function may be used before calling sched_setaffinity or any other function that takes a cpu_set_t as input parameter.

+-

schedsetsize should be sizeof(cpu_set_t) unless schedset was dynamically allocated with CPU_ALLOC

++

++Convert a NUMA node set into a CPU set and handle non-NUMA cases. ++

++If the topology contains no NUMA nodes, the machine is considered as a single memory node, and the following behavior is used: If nodeset is empty, cpuset will be emptied as well. Otherwise cpuset will be entirely filled. This is useful for manipulating memory binding sets.

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++
inline void hwloc_cpuset_from_nodeset_strict struct hwloc_topology *  topology,
hwloc_cpuset_t  cpuset,
hwloc_const_nodeset_t  nodeset
[static]
++
++ ++ ++ ++
++   ++ + +- +- +- +-
+-
+- ++

++Convert a NUMA node set into a CPU set without handling non-NUMA cases. ++

++This is the strict variant of hwloc_cpuset_from_nodeset. It does not fix non-NUMA cases. If the topology contains some NUMA nodes, behave exactly the same. However, if the topology contains no NUMA nodes, return an empty cpuset. ++ ++

++

++ ++ ++ ++ ++
++ + +- +- +- +- ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ + ++
static __hwloc_inline int hwloc_cpuset_to_glibc_sched_affinity (hwloc_topology_t topology  __hwloc_attribute_unused, inline void hwloc_cpuset_to_nodeset hwloc_topology_t  topology,
hwloc_const_cpuset_t  hwlocset, hwloc_const_cpuset_t  cpuset,
cpu_set_t *  schedset, hwloc_nodeset_t  nodeset
size_t  schedsetsize  [static]
++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Convert a CPU set into a NUMA node set and handle non-NUMA cases. ++

++If some NUMA nodes have no CPUs at all, this function never sets their indexes in the output node set, even if a full CPU set is given in input.

++If the topology contains no NUMA nodes, the machine is considered as a single memory node, and the following behavior is used: If cpuset is empty, nodeset will be emptied as well. Otherwise nodeset will be entirely filled.

++

++ ++ ++ ++ ++
++ + +- +- +- ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + +
) [static]inline void hwloc_cpuset_to_nodeset_strict struct hwloc_topology *  topology,
hwloc_const_cpuset_t  cpuset,
hwloc_nodeset_t  nodeset
[static]
+- +-
++
++ ++ ++ ++ ++ ++
++   ++ + +-

Convert hwloc CPU set toposet into glibc sched affinity CPU set schedset.

+-

This function may be used before calling sched_setaffinity or any other function that takes a cpu_set_t as input parameter.

+-

schedsetsize should be sizeof(cpu_set_t) unless schedset was dynamically allocated with CPU_ALLOC

+- +- +- +- +-
++


Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  + +-doxygen 1.7.1
++doxygen 1.3.9.1 + + +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00058.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00058.html +--- hwloc-1.1/doc/doxygen-doc/html/a00058.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00058.html 2010-12-31 23:48:22.552908175 +0100 +@@ -1,149 +1,1862 @@ +- +- +- +- +-Hardware Locality (hwloc): Linux-only helpers +- +- +- +- +- +- +-
+- +-
+-

Linux-only helpers

+-
+-
+- +- +- +- +- +- +- +- +-

+-Functions

HWLOC_DECLSPEC int hwloc_linux_parse_cpumap_file (FILE *file, hwloc_cpuset_t set)
 Convert a linux kernel cpumap file file into hwloc CPU set.
HWLOC_DECLSPEC int hwloc_linux_set_tid_cpubind (hwloc_topology_t topology, pid_t tid, hwloc_const_cpuset_t set)
 Bind a thread tid on cpus given in cpuset set.
HWLOC_DECLSPEC int hwloc_linux_get_tid_cpubind (hwloc_topology_t topology, pid_t tid, hwloc_cpuset_t set)
 Get the current binding of thread tid.
+-

Detailed Description

+-

This includes helpers for manipulating linux kernel cpumap files, and hwloc equivalents of the Linux sched_setaffinity and sched_getaffinity system calls.

+-

Function Documentation

+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC int hwloc_linux_get_tid_cpubind (hwloc_topology_t  topology,
pid_t  tid,
hwloc_cpuset_t  set 
)
+-
+-
+- +-

Get the current binding of thread tid.

+-

The behavior is exactly the same as the Linux sched_setaffinity system call, but uses a hwloc cpuset.

+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC int hwloc_linux_parse_cpumap_file (FILE *  file,
hwloc_cpuset_t  set 
)
+-
+-
+- +-

Convert a linux kernel cpumap file file into hwloc CPU set.

+-

Might be used when reading CPU set from sysfs attributes such as topology and caches for processors, or local_cpus for devices.

+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
HWLOC_DECLSPEC int hwloc_linux_set_tid_cpubind (hwloc_topology_t  topology,
pid_t  tid,
hwloc_const_cpuset_t  set 
)
+-
+-
+- +-

Bind a thread tid on cpus given in cpuset set.

+-

The behavior is exactly the same as the Linux sched_setaffinity system call, but uses a hwloc cpuset.

+- +-
+-
+-
+- + + +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00059.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00059.html +--- hwloc-1.1/doc/doxygen-doc/html/a00059.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00059.html 2010-12-31 23:48:22.414891288 +0100 +@@ -1,219 +1,127 @@ +- +- +- +- +-Hardware Locality (hwloc): Helpers for manipulating Linux libnuma unsigned long masks +- +- +- +- +- +- +-
+- +-
+-

Helpers for manipulating Linux libnuma unsigned long masks

+-
+-
+- +- +- +- +- +- +- +- +- +- +-

+-Functions

static __hwloc_inline int hwloc_cpuset_to_linux_libnuma_ulongs (hwloc_topology_t topology, hwloc_const_cpuset_t cpuset, unsigned long *mask, unsigned long *maxnode)
 Convert hwloc CPU set cpuset into the array of unsigned long mask.
static __hwloc_inline int hwloc_nodeset_to_linux_libnuma_ulongs (hwloc_topology_t topology, hwloc_const_nodeset_t nodeset, unsigned long *mask, unsigned long *maxnode)
 Convert hwloc NUMA node set nodeset into the array of unsigned long mask.
static __hwloc_inline int hwloc_cpuset_from_linux_libnuma_ulongs (hwloc_topology_t topology, hwloc_cpuset_t cpuset, const unsigned long *mask, unsigned long maxnode)
 Convert the array of unsigned long mask into hwloc CPU set.
static __hwloc_inline int hwloc_nodeset_from_linux_libnuma_ulongs (hwloc_topology_t topology, hwloc_nodeset_t nodeset, const unsigned long *mask, unsigned long maxnode)
 Convert the array of unsigned long mask into hwloc NUMA node set.
+-

Function Documentation

+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
static __hwloc_inline int hwloc_cpuset_from_linux_libnuma_ulongs (hwloc_topology_t  topology,
hwloc_cpuset_t  cpuset,
const unsigned long *  mask,
unsigned long  maxnode 
) [static]
+-
+-
+- +-

Convert the array of unsigned long mask into hwloc CPU set.

+-

mask is a array of unsigned long that will be read. maxnode contains the maximal node number that may be read in mask.

+-

This function may be used after calling get_mempolicy or any other function that takes an array of unsigned long as output parameter (and possibly a maximal node number as input parameter).

+- +-
+-
+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
static __hwloc_inline int hwloc_cpuset_to_linux_libnuma_ulongs (hwloc_topology_t  topology,
hwloc_const_cpuset_t  cpuset,
unsigned long *  mask,
unsigned long *  maxnode 
) [static]
+-
+-
++ ++ ++Hardware Locality (hwloc): Helpers for manipulating glibc sched affinity ++ ++ ++ ++ ++

Helpers for manipulating glibc sched affinity

++ ++ ++ + +-

Convert hwloc CPU set cpuset into the array of unsigned long mask.

+-

mask is the array of unsigned long that will be filled. maxnode contains the maximal node number that may be stored in mask. maxnode will be set to the maximal node number that was found, plus one.

+-

This function may be used before calling set_mempolicy, mbind, migrate_pages or any other function that takes an array of unsigned long and a maximal node number as input parameter.

++ ++ + +- +- +- +-
+-
+-

Functions

inline int hwloc_cpuset_to_glibc_sched_affinity (hwloc_topology_t topology , hwloc_const_cpuset_t hwlocset, cpu_set_t *schedset, size_t schedsetsize)
 Convert hwloc CPU set toposet into glibc sched affinity CPU set schedset.
inline int hwloc_cpuset_from_glibc_sched_affinity (hwloc_topology_t topology , hwloc_cpuset_t hwlocset, const cpu_set_t *schedset, size_t schedsetsize)
++ ++
 Convert glibc sched affinity CPU set schedset into hwloc CPU set.
++

Function Documentation

++

++ ++ ++
++ + +- +- +- +- ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + +- +- +- ++ ++ ++ + +
static __hwloc_inline int hwloc_nodeset_from_linux_libnuma_ulongs (hwloc_topology_t  topology, inline int hwloc_cpuset_from_glibc_sched_affinity hwloc_topology_t topology  ,
hwloc_nodeset_t  nodeset, hwloc_cpuset_t  hwlocset,
const unsigned long *  mask, const cpu_set_t *  schedset,
unsigned long  maxnode size_t  schedsetsize
) [static] [static]
+- +-
+- +-

Convert the array of unsigned long mask into hwloc NUMA node set.

+-

mask is a array of unsigned long that will be read. maxnode contains the maximal node number that may be read in mask.

+-

This function may be used after calling get_mempolicy or any other function that takes an array of unsigned long as output parameter (and possibly a maximal node number as input parameter).

+- +-
+- +- +-
+-
+- ++ ++ ++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Convert glibc sched affinity CPU set schedset into hwloc CPU set. ++

++This function may be used before calling sched_setaffinity or any other function that takes a cpu_set_t as input parameter.

++schedsetsize should be sizeof(cpu_set_t) unless schedset was dynamically allocated with CPU_ALLOC

++

++ ++ ++ ++ ++
++ + +- +- +- +- ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + +- +- +- ++ ++ ++ + +
static __hwloc_inline int hwloc_nodeset_to_linux_libnuma_ulongs (hwloc_topology_t  topology, inline int hwloc_cpuset_to_glibc_sched_affinity hwloc_topology_t topology  ,
hwloc_const_nodeset_t  nodeset, hwloc_const_cpuset_t  hwlocset,
unsigned long *  mask, cpu_set_t *  schedset,
unsigned long *  maxnode size_t  schedsetsize
) [static] [static]
+- +-
+- +-

Convert hwloc NUMA node set nodeset into the array of unsigned long mask.

+-

mask is the array of unsigned long that will be filled. maxnode contains the maximal node number that may be stored in mask. maxnode will be set to the maximal node number that was found, plus one.

+-

This function may be used before calling set_mempolicy, mbind, migrate_pages or any other function that takes an array of unsigned long and a maximal node number as input parameter.

+- +-
+- +- +-
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Convert hwloc CPU set toposet into glibc sched affinity CPU set schedset. ++

++This function may be used before calling sched_setaffinity or any other function that takes a cpu_set_t as input parameter.

++schedsetsize should be sizeof(cpu_set_t) unless schedset was dynamically allocated with CPU_ALLOC

++


Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  + +-doxygen 1.7.1
++doxygen 1.3.9.1 + + +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00060.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00060.html +--- hwloc-1.1/doc/doxygen-doc/html/a00060.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00060.html 2010-12-31 23:48:22.555908543 +0100 +@@ -1,187 +1,156 @@ +- +- +- +- +-Hardware Locality (hwloc): Helpers for manipulating Linux libnuma bitmask +- +- +- +- +- +- +-
+- +-
+-

Helpers for manipulating Linux libnuma bitmask

+-
+-
+- +- +- +- +- +- +- +- +- +- +-

+-Functions

static __hwloc_inline struct
+-bitmask
+-*__hwloc_attribute_malloc 
hwloc_cpuset_to_linux_libnuma_bitmask (hwloc_topology_t topology, hwloc_const_cpuset_t cpuset)
 Convert hwloc CPU set cpuset into the returned libnuma bitmask.
static __hwloc_inline struct
+-bitmask
+-*__hwloc_attribute_malloc 
hwloc_nodeset_to_linux_libnuma_bitmask (hwloc_topology_t topology, hwloc_const_nodeset_t nodeset)
 Convert hwloc NUMA node set nodeset into the returned libnuma bitmask.
static __hwloc_inline int hwloc_cpuset_from_linux_libnuma_bitmask (hwloc_topology_t topology, hwloc_cpuset_t cpuset, const struct bitmask *bitmask)
 Convert libnuma bitmask bitmask into hwloc CPU set cpuset.
static __hwloc_inline int hwloc_nodeset_from_linux_libnuma_bitmask (hwloc_topology_t topology, hwloc_nodeset_t nodeset, const struct bitmask *bitmask)
 Convert libnuma bitmask bitmask into hwloc NUMA node set nodeset.
+-

Function Documentation

+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
static __hwloc_inline int hwloc_cpuset_from_linux_libnuma_bitmask (hwloc_topology_t  topology,
hwloc_cpuset_t  cpuset,
const struct bitmask *  bitmask 
) [static]
+-
+-
++ ++ ++Hardware Locality (hwloc): Linux-only helpers ++ ++ ++ ++ ++

Linux-only helpers

++ ++ ++ ++ ++ ++ + +-

Convert libnuma bitmask bitmask into hwloc CPU set cpuset.

+-

This function may be used after calling many numa_ functions that use a struct bitmask as an output parameter.

++ ++ + +- +- +- +-
+-
+-

Functions

int hwloc_linux_parse_cpumap_file (FILE *file, hwloc_cpuset_t set)
 Convert a linux kernel cpumap file file into hwloc CPU set.
int hwloc_linux_set_tid_cpubind (hwloc_topology_t topology, pid_t tid, hwloc_const_cpuset_t set)
 Bind a thread tid on cpus given in cpuset set.
int hwloc_linux_get_tid_cpubind (hwloc_topology_t topology, pid_t tid, hwloc_cpuset_t set)
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- ++ ++
static __hwloc_inline struct bitmask* __hwloc_attribute_malloc hwloc_cpuset_to_linux_libnuma_bitmask (hwloc_topology_t  topology,
hwloc_const_cpuset_t  cpuset 
) [static, read]
 Get the current binding of thread tid.
++

Detailed Description

++This includes helpers for manipulating linux kernel cpumap files, and hwloc equivalents of the Linux sched_setaffinity and sched_getaffinity system calls.

Function Documentation

++

++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + +
int hwloc_linux_get_tid_cpubind hwloc_topology_t  topology,
pid_t  tid,
hwloc_cpuset_t  set
+- +-
+- +-

Convert hwloc CPU set cpuset into the returned libnuma bitmask.

+-

The returned bitmask should later be freed with numa_bitmask_free.

+-

This function may be used before calling many numa_ functions that use a struct bitmask as an input parameter.

+-
Returns:
newly allocated struct bitmask.
+- +-
+- +- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- ++ ++ ++
static __hwloc_inline int hwloc_nodeset_from_linux_libnuma_bitmask (hwloc_topology_t  topology,
hwloc_nodeset_t  nodeset,
const struct bitmask *  bitmask 
) [static]
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Get the current binding of thread tid. ++

++The behavior is exactly the same as the Linux sched_setaffinity system call, but uses a hwloc cpuset.

++

++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + +
int hwloc_linux_parse_cpumap_file FILE *  file,
hwloc_cpuset_t  set
+- +-
+- +-

Convert libnuma bitmask bitmask into hwloc NUMA node set nodeset.

+-

This function may be used after calling many numa_ functions that use a struct bitmask as an output parameter.

+- +-
+- +- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- ++ ++ ++
static __hwloc_inline struct bitmask* __hwloc_attribute_malloc hwloc_nodeset_to_linux_libnuma_bitmask (hwloc_topology_t  topology,
hwloc_const_nodeset_t  nodeset 
) [static, read]
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Convert a linux kernel cpumap file file into hwloc CPU set. ++

++Might be used when reading CPU set from sysfs attributes such as topology and caches for processors, or local_cpus for devices.

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + +
int hwloc_linux_set_tid_cpubind hwloc_topology_t  topology,
pid_t  tid,
hwloc_const_cpuset_t  set
+- +-
+- +-

Convert hwloc NUMA node set nodeset into the returned libnuma bitmask.

+-

The returned bitmask should later be freed with numa_bitmask_free.

+-

This function may be used before calling many numa_ functions that use a struct bitmask as an input parameter.

+-
Returns:
newly allocated struct bitmask.
+- +-
+- +- +-
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Bind a thread tid on cpus given in cpuset set. ++

++The behavior is exactly the same as the Linux sched_setaffinity system call, but uses a hwloc cpuset.

++


Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  + +-doxygen 1.7.1
++doxygen 1.3.9.1 + + +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00061.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00061.html +--- hwloc-1.1/doc/doxygen-doc/html/a00061.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00061.html 2010-12-31 23:48:22.512903281 +0100 +@@ -1,191 +1,237 @@ +- +- +- +- +-Hardware Locality (hwloc): Helpers for manipulating Linux libnuma nodemask_t +- +- +- +- +- +- +-
+- +-
+-

Helpers for manipulating Linux libnuma nodemask_t

+-
+-
+- +- +- +- +- +- +- +- +- +- +-

+-Functions

static __hwloc_inline int hwloc_cpuset_to_linux_libnuma_nodemask (hwloc_topology_t topology, hwloc_const_cpuset_t cpuset, nodemask_t *nodemask)
 Convert hwloc CPU set cpuset into libnuma nodemask nodemask.
static __hwloc_inline int hwloc_nodeset_to_linux_libnuma_nodemask (hwloc_topology_t topology, hwloc_const_nodeset_t nodeset, nodemask_t *nodemask)
 Convert hwloc NUMA node set nodeset into libnuma nodemask nodemask.
static __hwloc_inline int hwloc_cpuset_from_linux_libnuma_nodemask (hwloc_topology_t topology, hwloc_cpuset_t cpuset, const nodemask_t *nodemask)
 Convert libnuma nodemask nodemask into hwloc CPU set cpuset.
static __hwloc_inline int hwloc_nodeset_from_linux_libnuma_nodemask (hwloc_topology_t topology, hwloc_nodeset_t nodeset, const nodemask_t *nodemask)
 Convert libnuma nodemask nodemask into hwloc NUMA node set nodeset.
+-

Function Documentation

+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
static __hwloc_inline int hwloc_cpuset_from_linux_libnuma_nodemask (hwloc_topology_t  topology,
hwloc_cpuset_t  cpuset,
const nodemask_t *  nodemask 
) [static]
+-
+-
++ ++ ++Hardware Locality (hwloc): Helpers for manipulating Linux libnuma unsigned long masks ++ ++ ++ ++ ++

Helpers for manipulating Linux libnuma unsigned long masks

++ ++ ++ ++ ++ ++ ++ ++ ++ + +-

Convert libnuma nodemask nodemask into hwloc CPU set cpuset.

+-

This function may be used before calling some old libnuma functions that use a nodemask_t as an output parameter.

++ ++ + +- +- +- +-
+-
+-

Functions

inline int hwloc_cpuset_to_linux_libnuma_ulongs (hwloc_topology_t topology, hwloc_const_cpuset_t cpuset, unsigned long *mask, unsigned long *maxnode)
 Convert hwloc CPU set cpuset into the array of unsigned long mask.
inline int hwloc_nodeset_to_linux_libnuma_ulongs (hwloc_topology_t topology, hwloc_const_nodeset_t nodeset, unsigned long *mask, unsigned long *maxnode)
 Convert hwloc NUMA node set nodeset into the array of unsigned long mask.
inline int hwloc_cpuset_from_linux_libnuma_ulongs (hwloc_topology_t topology, hwloc_cpuset_t cpuset, const unsigned long *mask, unsigned long maxnode)
 Convert the array of unsigned long mask into hwloc CPU set.
inline int hwloc_nodeset_from_linux_libnuma_ulongs (hwloc_topology_t topology, hwloc_nodeset_t nodeset, const unsigned long *mask, unsigned long maxnode)
++ ++
 Convert the array of unsigned long mask into hwloc NUMA node set.
++

Function Documentation

++

++ ++ ++
++ + +- +- +- +- ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + +- +- +- ++ ++ ++ ++ ++ ++ ++ ++ ++ + +
static __hwloc_inline int hwloc_cpuset_to_linux_libnuma_nodemask (hwloc_topology_t  topology, inline int hwloc_cpuset_from_linux_libnuma_ulongs hwloc_topology_t  topology,
hwloc_const_cpuset_t  cpuset, hwloc_cpuset_t  cpuset,
nodemask_t *  nodemask const unsigned long *  mask,
) [static]unsigned long  maxnode
[static]
+- +-
+- +-

Convert hwloc CPU set cpuset into libnuma nodemask nodemask.

+-

This function may be used before calling some old libnuma functions that use a nodemask_t as an input parameter.

+- +-
+- +- +-
+-
+- ++ ++ ++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Convert the array of unsigned long mask into hwloc CPU set. ++

++mask is a array of unsigned long that will be read. maxnode contains the maximal node number that may be read in mask.

++This function may be used after calling get_mempolicy or any other function that takes an array of unsigned long as output parameter (and possibly a maximal node number as input parameter).

++

++ ++ ++
++ ++ ++ ++ ++ ++ ++ + +- +- +- +- ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + +- +- +- ++ ++ ++ + +
inline int hwloc_cpuset_to_linux_libnuma_ulongs hwloc_topology_t  topology,
static __hwloc_inline int hwloc_nodeset_from_linux_libnuma_nodemask (hwloc_topology_t  topology, hwloc_const_cpuset_t  cpuset,
hwloc_nodeset_t  nodeset, unsigned long *  mask,
const nodemask_t *  nodemask unsigned long *  maxnode
) [static] [static]
+- +-
+- +-

Convert libnuma nodemask nodemask into hwloc NUMA node set nodeset.

+-

This function may be used before calling some old libnuma functions that use a nodemask_t as an output parameter.

+- +-
+- +- +-
+-
+- ++ ++ ++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Convert hwloc CPU set cpuset into the array of unsigned long mask. ++

++mask is the array of unsigned long that will be filled. maxnode contains the maximal node number that may be stored in mask. maxnode will be set to the maximal node number that was found, plus one.

++This function may be used before calling set_mempolicy, mbind, migrate_pages or any other function that takes an array of unsigned long and a maximal node number as input parameter.

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++ ++ ++ + +- +- +- +- ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + +- +- +- ++ ++ ++ + +
inline int hwloc_nodeset_from_linux_libnuma_ulongs hwloc_topology_t  topology,
static __hwloc_inline int hwloc_nodeset_to_linux_libnuma_nodemask (hwloc_topology_t  topology, hwloc_nodeset_t  nodeset,
hwloc_const_nodeset_t  nodeset, const unsigned long *  mask,
nodemask_t *  nodemask unsigned long  maxnode
) [static] [static]
+- +-
+- +-

Convert hwloc NUMA node set nodeset into libnuma nodemask nodemask.

+-

This function may be used before calling some old libnuma functions that use a nodemask_t as an input parameter.

+- +-
+- +- +-
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Convert the array of unsigned long mask into hwloc NUMA node set. ++

++mask is a array of unsigned long that will be read. maxnode contains the maximal node number that may be read in mask.

++This function may be used after calling get_mempolicy or any other function that takes an array of unsigned long as output parameter (and possibly a maximal node number as input parameter).

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++
inline int hwloc_nodeset_to_linux_libnuma_ulongs hwloc_topology_t  topology,
hwloc_const_nodeset_t  nodeset,
unsigned long *  mask,
unsigned long *  maxnode
[static]
++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Convert hwloc NUMA node set nodeset into the array of unsigned long mask. ++

++mask is the array of unsigned long that will be filled. maxnode contains the maximal node number that may be stored in mask. maxnode will be set to the maximal node number that was found, plus one.

++This function may be used before calling set_mempolicy, mbind, migrate_pages or any other function that takes an array of unsigned long and a maximal node number as input parameter.

++


Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  + +-doxygen 1.7.1
++doxygen 1.3.9.1 + + +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00062.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00062.html +--- hwloc-1.1/doc/doxygen-doc/html/a00062.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00062.html 2010-12-31 23:48:22.553908297 +0100 +@@ -1,77 +1,205 @@ +- +- +- +- +-Hardware Locality (hwloc): CUDA Driver API Specific Functions +- +- +- +- +- +- +-
+- +-
+-

CUDA Driver API Specific Functions

+-
+-
+- +- +- +- +-

+-Functions

static __hwloc_inline int hwloc_cuda_get_device_cpuset (hwloc_topology_t topology __hwloc_attribute_unused, CUdevice cudevice, hwloc_cpuset_t set)
 Get the CPU set of logical processors that are physically close to device cudevice.
+-

Function Documentation

+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- ++ ++ ++Hardware Locality (hwloc): Helpers for manipulating Linux libnuma bitmask ++ ++ ++ ++ ++

Helpers for manipulating Linux libnuma bitmask

static __hwloc_inline int hwloc_cuda_get_device_cpuset (hwloc_topology_t topology  __hwloc_attribute_unused,
CUdevice  cudevice,
hwloc_cpuset_t  set 
) [static]
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++

Functions

inline struct bitmask
++* 
hwloc_cpuset_to_linux_libnuma_bitmask (hwloc_topology_t topology, hwloc_const_cpuset_t cpuset)
 Convert hwloc CPU set cpuset into the returned libnuma bitmask.
inline struct bitmask
++* 
hwloc_nodeset_to_linux_libnuma_bitmask (hwloc_topology_t topology, hwloc_const_nodeset_t nodeset)
 Convert hwloc NUMA node set nodeset into the returned libnuma bitmask.
inline int hwloc_cpuset_from_linux_libnuma_bitmask (hwloc_topology_t topology, hwloc_cpuset_t cpuset, const struct bitmask *bitmask)
 Convert libnuma bitmask bitmask into hwloc CPU set cpuset.
inline int hwloc_nodeset_from_linux_libnuma_bitmask (hwloc_topology_t topology, hwloc_nodeset_t nodeset, const struct bitmask *bitmask)
 Convert libnuma bitmask bitmask into hwloc NUMA node set nodeset.
++

Function Documentation

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + +
inline int hwloc_cpuset_from_linux_libnuma_bitmask hwloc_topology_t  topology,
hwloc_cpuset_t  cpuset,
const struct bitmask *  bitmask
[static]
+- +-
++
++ ++ ++ ++ ++ ++
++   ++ + +-

Get the CPU set of logical processors that are physically close to device cudevice.

+-

For the given CUDA Driver API device cudevice, read the corresponding kernel-provided cpumap file and return the corresponding CPU set. This function is currently only implemented in a meaningful way for Linux; other systems will simply get a full cpuset.

++

++Convert libnuma bitmask bitmask into hwloc CPU set cpuset. ++

++This function may be used after calling many numa_ functions that use a struct bitmask as an output parameter.

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++
inline struct bitmask* hwloc_cpuset_to_linux_libnuma_bitmask hwloc_topology_t  topology,
hwloc_const_cpuset_t  cpuset
[static]
++
++ ++ ++ ++ ++ ++
++   ++ + +- +- +- +-
++

++ ++ ++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++
inline int hwloc_nodeset_from_linux_libnuma_bitmask hwloc_topology_t  topology,
hwloc_nodeset_t  nodeset,
const struct bitmask *  bitmask
[static]
++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Convert libnuma bitmask bitmask into hwloc NUMA node set nodeset. ++

++This function may be used after calling many numa_ functions that use a struct bitmask as an output parameter.

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++
inline struct bitmask* hwloc_nodeset_to_linux_libnuma_bitmask hwloc_topology_t  topology,
hwloc_const_nodeset_t  nodeset
[static]
++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Convert hwloc NUMA node set nodeset into the returned libnuma bitmask. ++

++The returned bitmask should later be freed with numa_bitmask_free.

++This function may be used before calling many numa_ functions that use a struct bitmask as an input parameter.

++

Returns:
newly allocated struct bitmask.
++
++


Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  + +-doxygen 1.7.1
++doxygen 1.3.9.1 + + +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00063.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00063.html +--- hwloc-1.1/doc/doxygen-doc/html/a00063.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00063.html 2010-12-31 23:48:22.510903035 +0100 +@@ -1,77 +1,209 @@ +- +- +- +- +-Hardware Locality (hwloc): CUDA Runtime API Specific Functions +- +- +- +- +- +- +-
+- +-
+-

CUDA Runtime API Specific Functions

+-
+-
+- +- +- +- +-

+-Functions

static __hwloc_inline int hwloc_cudart_get_device_cpuset (hwloc_topology_t topology __hwloc_attribute_unused, int device, hwloc_cpuset_t set)
 Get the CPU set of logical processors that are physically close to device cudevice.
+-

Function Documentation

+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- ++ ++ ++Hardware Locality (hwloc): Helpers for manipulating Linux libnuma nodemask_t ++ ++ ++ ++ ++

Helpers for manipulating Linux libnuma nodemask_t

static __hwloc_inline int hwloc_cudart_get_device_cpuset (hwloc_topology_t topology  __hwloc_attribute_unused,
int  device,
hwloc_cpuset_t  set 
) [static]
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++

Functions

inline int hwloc_cpuset_to_linux_libnuma_nodemask (hwloc_topology_t topology, hwloc_const_cpuset_t cpuset, nodemask_t *nodemask)
 Convert hwloc CPU set cpuset into libnuma nodemask nodemask.
inline int hwloc_nodeset_to_linux_libnuma_nodemask (hwloc_topology_t topology, hwloc_const_nodeset_t nodeset, nodemask_t *nodemask)
 Convert hwloc NUMA node set nodeset into libnuma nodemask nodemask.
inline int hwloc_cpuset_from_linux_libnuma_nodemask (hwloc_topology_t topology, hwloc_cpuset_t cpuset, const nodemask_t *nodemask)
 Convert libnuma nodemask nodemask into hwloc CPU set cpuset.
inline int hwloc_nodeset_from_linux_libnuma_nodemask (hwloc_topology_t topology, hwloc_nodeset_t nodeset, const nodemask_t *nodemask)
 Convert libnuma nodemask nodemask into hwloc NUMA node set nodeset.
++

Function Documentation

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + +
inline int hwloc_cpuset_from_linux_libnuma_nodemask hwloc_topology_t  topology,
hwloc_cpuset_t  cpuset,
const nodemask_t *  nodemask
[static]
+- +-
++
++ ++ ++ ++ ++ ++
++   ++ + +-

Get the CPU set of logical processors that are physically close to device cudevice.

+-

For the given CUDA Runtime API device cudevice, read the corresponding kernel-provided cpumap file and return the corresponding CPU set. This function is currently only implemented in a meaningful way for Linux; other systems will simply get a full cpuset.

++

++Convert libnuma nodemask nodemask into hwloc CPU set cpuset. ++

++This function may be used before calling some old libnuma functions that use a nodemask_t as an output parameter.

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++
inline int hwloc_cpuset_to_linux_libnuma_nodemask hwloc_topology_t  topology,
hwloc_const_cpuset_t  cpuset,
nodemask_t *  nodemask
[static]
++
++ ++ ++ ++ ++ ++
++   ++ + +- +- +- +-
++

++ ++ ++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++
inline int hwloc_nodeset_from_linux_libnuma_nodemask hwloc_topology_t  topology,
hwloc_nodeset_t  nodeset,
const nodemask_t *  nodemask
[static]
++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Convert libnuma nodemask nodemask into hwloc NUMA node set nodeset. ++

++This function may be used before calling some old libnuma functions that use a nodemask_t as an output parameter.

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++
inline int hwloc_nodeset_to_linux_libnuma_nodemask hwloc_topology_t  topology,
hwloc_const_nodeset_t  nodeset,
nodemask_t *  nodemask
[static]
++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Convert hwloc NUMA node set nodeset into libnuma nodemask nodemask. ++

++This function may be used before calling some old libnuma functions that use a nodemask_t as an input parameter.

++


Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  + +-doxygen 1.7.1
++doxygen 1.3.9.1 + + +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00064.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00064.html +--- hwloc-1.1/doc/doxygen-doc/html/a00064.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00064.html 2010-12-31 23:48:22.489900465 +0100 +@@ -1,77 +1,65 @@ +- +- +- +- +-Hardware Locality (hwloc): OpenFabrics-Specific Functions +- +- +- +- +- +- +-
+- +-
+-

OpenFabrics-Specific Functions

+-
+-
+- +- +- +- ++ ++ ++Hardware Locality (hwloc): CUDA Driver API Specific Functions ++ ++ ++ ++ ++

CUDA Driver API Specific Functions

+-Functions

static __hwloc_inline int hwloc_ibv_get_device_cpuset (hwloc_topology_t topology __hwloc_attribute_unused, struct ibv_device *ibdev, hwloc_cpuset_t set)
 Get the CPU set of logical processors that are physically close to device ibdev.
++ ++ ++ ++ ++ +

Functions

inline int hwloc_cuda_get_device_cpuset (hwloc_topology_t topology , CUdevice cudevice, hwloc_cpuset_t set)
 Get the CPU set of logical processors that are physically close to device cudevice.
+-

Function Documentation

+- +-
+-
+- ++

Function Documentation

++

++

++ ++ ++ ++
++ + +- +- +- +- ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + +- +- +- ++ ++ ++ + +
static __hwloc_inline int hwloc_ibv_get_device_cpuset (hwloc_topology_t topology  __hwloc_attribute_unused, inline int hwloc_cuda_get_device_cpuset hwloc_topology_t topology  ,
struct ibv_device *  ibdev, CUdevice  cudevice,
hwloc_cpuset_t  set hwloc_cpuset_t  set
) [static] [static]
+- +-
+- +-

Get the CPU set of logical processors that are physically close to device ibdev.

+-

For the given OpenFabrics device ibdev, read the corresponding kernel-provided cpumap file and return the corresponding CPU set. This function is currently only implemented in a meaningful way for Linux; other systems will simply get a full cpuset.

++
++ ++ ++ ++ ++ ++
++   ++ + +- +- +- +-
++
Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  + +-doxygen 1.7.1
++doxygen 1.3.9.1 + + +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00065.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00065.html +--- hwloc-1.1/doc/doxygen-doc/html/a00065.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00065.html 2010-12-31 23:48:22.556908665 +0100 +@@ -1,115 +1,65 @@ +- +- +- +- +-Hardware Locality (hwloc): Myrinet Express-Specific Functions +- +- +- +- +- +- +-
+- +-
+-

Myrinet Express-Specific Functions

+-
+-
+- +- +- +- +- +- +-

+-Functions

static __hwloc_inline int hwloc_mx_board_get_device_cpuset (hwloc_topology_t topology, unsigned id, hwloc_cpuset_t set)
 Get the CPU set of logical processors that are physically close the MX board id.
static __hwloc_inline int hwloc_mx_endpoint_get_device_cpuset (hwloc_topology_t topology, mx_endpoint_t endpoint, hwloc_cpuset_t set)
 Get the CPU set of logical processors that are physically close to endpoint endpoint.
+-

Function Documentation

+- +-
+-
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
static __hwloc_inline int hwloc_mx_board_get_device_cpuset (hwloc_topology_t  topology,
unsigned  id,
hwloc_cpuset_t  set 
) [static]
+-
+-
+- +-

Get the CPU set of logical processors that are physically close the MX board id.

+-

For the given Myrinet Express board index id, read the OS-provided NUMA node and return the corresponding CPU set.

++ ++ ++Hardware Locality (hwloc): CUDA Runtime API Specific Functions ++ ++ ++ ++ ++

CUDA Runtime API Specific Functions

++ ++ ++ + +- +- +- +-
+-
+-

Functions

inline int hwloc_cudart_get_device_cpuset (hwloc_topology_t topology , int device, hwloc_cpuset_t set)
+- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- ++ ++
static __hwloc_inline int hwloc_mx_endpoint_get_device_cpuset (hwloc_topology_t  topology,
mx_endpoint_t  endpoint,
hwloc_cpuset_t  set 
) [static]
 Get the CPU set of logical processors that are physically close to device cudevice.
++

Function Documentation

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + +
inline int hwloc_cudart_get_device_cpuset hwloc_topology_t topology  ,
int  device,
hwloc_cpuset_t  set
[static]
+- +-
+- +-

Get the CPU set of logical processors that are physically close to endpoint endpoint.

+-

For the given Myrinet Express endpoint endpoint, read the OS-provided NUMA node and return the corresponding CPU set.

++
++ ++ ++ ++ ++ ++
++   ++ + +- +- +- +-
++


Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  + +-doxygen 1.7.1
++doxygen 1.3.9.1 + + +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00066.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00066.html +--- hwloc-1.1/doc/doxygen-doc/html/a00066.html 1970-01-01 01:00:00.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00066.html 2010-12-31 23:48:22.563909522 +0100 +@@ -0,0 +1,65 @@ ++ ++ ++Hardware Locality (hwloc): OpenFabrics-Specific Functions ++ ++ ++ ++ ++

OpenFabrics-Specific Functions

++ ++ ++ ++ ++ ++

Functions

inline int hwloc_ibv_get_device_cpuset (hwloc_topology_t topology , struct ibv_device *ibdev, hwloc_cpuset_t set)
 Get the CPU set of logical processors that are physically close to device ibdev.
++

Function Documentation

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++
inline int hwloc_ibv_get_device_cpuset hwloc_topology_t topology  ,
struct ibv_device *  ibdev,
hwloc_cpuset_t  set
[static]
++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Get the CPU set of logical processors that are physically close to device ibdev. ++

++For the given OpenFabrics device ibdev, read the corresponding kernel-provided cpumap file and return the corresponding CPU set. This function is currently only implemented in a meaningful way for Linux; other systems will simply get a full cpuset.

++


Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  ++ ++doxygen 1.3.9.1
++ ++ +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00067.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00067.html +--- hwloc-1.1/doc/doxygen-doc/html/a00067.html 1970-01-01 01:00:00.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00067.html 2010-12-31 23:48:22.496901322 +0100 +@@ -0,0 +1,113 @@ ++ ++ ++Hardware Locality (hwloc): Myrinet Express-Specific Functions ++ ++ ++ ++ ++

Myrinet Express-Specific Functions

++ ++ ++ ++ ++ ++ ++ ++ ++

Functions

inline int hwloc_mx_board_get_device_cpuset (hwloc_topology_t topology, unsigned id, hwloc_cpuset_t set)
 Get the CPU set of logical processors that are physically close the MX board id.
inline int hwloc_mx_endpoint_get_device_cpuset (hwloc_topology_t topology, mx_endpoint_t endpoint, hwloc_cpuset_t set)
 Get the CPU set of logical processors that are physically close to endpoint endpoint.
++

Function Documentation

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++
inline int hwloc_mx_board_get_device_cpuset hwloc_topology_t  topology,
unsigned  id,
hwloc_cpuset_t  set
[static]
++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Get the CPU set of logical processors that are physically close the MX board id. ++

++For the given Myrinet Express board index id, read the OS-provided NUMA node and return the corresponding CPU set.

++

++ ++ ++ ++ ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++
inline int hwloc_mx_endpoint_get_device_cpuset hwloc_topology_t  topology,
mx_endpoint_t  endpoint,
hwloc_cpuset_t  set
[static]
++
++ ++ ++ ++ ++ ++
++   ++ ++ ++

++Get the CPU set of logical processors that are physically close to endpoint endpoint. ++

++For the given Myrinet Express endpoint endpoint, read the OS-provided NUMA node and return the corresponding CPU set.

++


Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  ++ ++doxygen 1.3.9.1
++ ++ +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00068.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00068.html +--- hwloc-1.1/doc/doxygen-doc/html/a00068.html 1970-01-01 01:00:00.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00068.html 2010-12-31 23:48:22.445895081 +0100 +@@ -0,0 +1,170 @@ ++ ++ ++Hardware Locality (hwloc): bitmap.h Source File ++ ++ ++ ++ ++

bitmap.h

Go to the documentation of this file.
00001 /*
++00002  * Copyright © 2009 CNRS
++00003  * Copyright © 2009-2010 INRIA
++00004  * Copyright © 2009-2010 Université Bordeaux 1
++00005  * Copyright © 2009-2010 Cisco Systems, Inc.  All rights reserved.
++00006  * See COPYING in top-level directory.
++00007  */
++00008 
++00013 #ifndef HWLOC_BITMAP_H
++00014 #define HWLOC_BITMAP_H
++00015 
++00016 #include <hwloc/config.h>
++00017 #include <assert.h>
++00018 
++00019 
++00020 #ifdef __cplusplus
++00021 extern "C" {
++00022 #endif
++00023 
++00024 
++00039 typedef struct hwloc_bitmap_s * hwloc_bitmap_t;
++00040 typedef const struct hwloc_bitmap_s * hwloc_const_bitmap_t;
++00041 
++00042 
++00043 /*
++00044  * Bitmap allocation, freeing and copying.
++00045  */
++00046 
++00053  hwloc_bitmap_t hwloc_bitmap_alloc(void) ;
++00054 
++00056  hwloc_bitmap_t hwloc_bitmap_alloc_full(void) ;
++00057 
++00059  void hwloc_bitmap_free(hwloc_bitmap_t bitmap);
++00060 
++00062  hwloc_bitmap_t hwloc_bitmap_dup(hwloc_const_bitmap_t bitmap) ;
++00063 
++00065  void hwloc_bitmap_copy(hwloc_bitmap_t dst, hwloc_const_bitmap_t src);
++00066 
++00067 
++00068 /*
++00069  * Bitmap/String Conversion
++00070  */
++00071 
++00079  int hwloc_bitmap_snprintf(char * restrict buf, size_t buflen, hwloc_const_bitmap_t bitmap);
++00080 
++00086  int hwloc_bitmap_asprintf(char ** strp, hwloc_const_bitmap_t bitmap);
++00087 
++00092  int hwloc_bitmap_sscanf(hwloc_bitmap_t bitmap, const char * restrict string);
++00093 
++00099  int hwloc_bitmap_taskset_snprintf(char * restrict buf, size_t buflen, hwloc_const_bitmap_t bitmap);
++00100 
++00103  int hwloc_bitmap_taskset_asprintf(char ** strp, hwloc_const_bitmap_t bitmap);
++00104 
++00107  int hwloc_bitmap_taskset_sscanf(hwloc_bitmap_t bitmap, const char * restrict string);
++00108 
++00109 
++00110 /*
++00111  * Building bitmaps.
++00112  */
++00113 
++00115  void hwloc_bitmap_zero(hwloc_bitmap_t bitmap);
++00116 
++00118  void hwloc_bitmap_fill(hwloc_bitmap_t bitmap);
++00119 
++00121  void hwloc_bitmap_only(hwloc_bitmap_t bitmap, unsigned id);
++00122 
++00124  void hwloc_bitmap_allbut(hwloc_bitmap_t bitmap, unsigned id);
++00125 
++00127  void hwloc_bitmap_from_ulong(hwloc_bitmap_t bitmap, unsigned long mask);
++00128 
++00130  void hwloc_bitmap_from_ith_ulong(hwloc_bitmap_t bitmap, unsigned i, unsigned long mask);
++00131 
++00132 
++00133 /*
++00134  * Modifying bitmaps.
++00135  */
++00136 
++00138  void hwloc_bitmap_set(hwloc_bitmap_t bitmap, unsigned id);
++00139 
++00141  void hwloc_bitmap_set_range(hwloc_bitmap_t bitmap, unsigned begin, unsigned end);
++00142 
++00144  void hwloc_bitmap_set_ith_ulong(hwloc_bitmap_t bitmap, unsigned i, unsigned long mask);
++00145 
++00147  void hwloc_bitmap_clr(hwloc_bitmap_t bitmap, unsigned id);
++00148 
++00150  void hwloc_bitmap_clr_range(hwloc_bitmap_t bitmap, unsigned begin, unsigned end);
++00151 
++00158  void hwloc_bitmap_singlify(hwloc_bitmap_t bitmap);
++00159 
++00160 
++00161 /*
++00162  * Consulting bitmaps.
++00163  */
++00164 
++00166  unsigned long hwloc_bitmap_to_ulong(hwloc_const_bitmap_t bitmap) ;
++00167 
++00169  unsigned long hwloc_bitmap_to_ith_ulong(hwloc_const_bitmap_t bitmap, unsigned i) ;
++00170 
++00172  int hwloc_bitmap_isset(hwloc_const_bitmap_t bitmap, unsigned id) ;
++00173 
++00175  int hwloc_bitmap_iszero(hwloc_const_bitmap_t bitmap) ;
++00176 
++00178  int hwloc_bitmap_isfull(hwloc_const_bitmap_t bitmap) ;
++00179 
++00184  int hwloc_bitmap_first(hwloc_const_bitmap_t bitmap) ;
++00185 
++00190  int hwloc_bitmap_next(hwloc_const_bitmap_t bitmap, unsigned prev) ;
++00191 
++00196  int hwloc_bitmap_last(hwloc_const_bitmap_t bitmap) ;
++00197 
++00203  int hwloc_bitmap_weight(hwloc_const_bitmap_t bitmap) ;
++00204 
++00216 #define hwloc_bitmap_foreach_begin(id, bitmap) \
++00217 do { \
++00218         assert(hwloc_bitmap_weight(bitmap) != -1); \
++00219         for (id = hwloc_bitmap_first(bitmap); \
++00220              (unsigned) id != (unsigned) -1; \
++00221              id = hwloc_bitmap_next(bitmap, id)) { \
++00226 #define hwloc_bitmap_foreach_end() \
++00227         } \
++00228 } while (0)
++00229 
++00230 
++00231 /*
++00232  * Combining bitmaps.
++00233  */
++00234 
++00236  void hwloc_bitmap_or (hwloc_bitmap_t res, hwloc_const_bitmap_t bitmap1, hwloc_const_bitmap_t bitmap2);
++00237 
++00239  void hwloc_bitmap_and (hwloc_bitmap_t res, hwloc_const_bitmap_t bitmap1, hwloc_const_bitmap_t bitmap2);
++00240 
++00242  void hwloc_bitmap_andnot (hwloc_bitmap_t res, hwloc_const_bitmap_t bitmap1, hwloc_const_bitmap_t bitmap2);
++00243 
++00245  void hwloc_bitmap_xor (hwloc_bitmap_t res, hwloc_const_bitmap_t bitmap1, hwloc_const_bitmap_t bitmap2);
++00246 
++00248  void hwloc_bitmap_not (hwloc_bitmap_t res, hwloc_const_bitmap_t bitmap);
++00249 
++00250 
++00251 /*
++00252  * Comparing bitmaps.
++00253  */
++00254 
++00256  int hwloc_bitmap_intersects (hwloc_const_bitmap_t bitmap1, hwloc_const_bitmap_t bitmap2) ;
++00257 
++00259  int hwloc_bitmap_isincluded (hwloc_const_bitmap_t sub_bitmap, hwloc_const_bitmap_t super_bitmap) ;
++00260 
++00262  int hwloc_bitmap_isequal (hwloc_const_bitmap_t bitmap1, hwloc_const_bitmap_t bitmap2) ;
++00263 
++00269  int hwloc_bitmap_compare_first(hwloc_const_bitmap_t bitmap1, hwloc_const_bitmap_t bitmap2) ;
++00270 
++00276  int hwloc_bitmap_compare(hwloc_const_bitmap_t bitmap1, hwloc_const_bitmap_t bitmap2) ;
++00277 
++00281 #ifdef __cplusplus
++00282 } /* extern "C" */
++00283 #endif
++00284 
++00285 
++00286 #endif /* HWLOC_BITMAP_H */
++

Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  ++ ++doxygen 1.3.9.1
++ ++ +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00069.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00069.html +--- hwloc-1.1/doc/doxygen-doc/html/a00069.html 1970-01-01 01:00:00.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00069.html 2010-12-31 23:48:22.511903158 +0100 +@@ -0,0 +1,78 @@ ++ ++ ++Hardware Locality (hwloc): cuda.h Source File ++ ++ ++ ++ ++

cuda.h

Go to the documentation of this file.
00001 /*
++00002  * Copyright © 2010 INRIA
++00003  * Copyright © 2010 Université Bordeaux 1
++00004  * See COPYING in top-level directory.
++00005  */
++00006 
++00015 #ifndef HWLOC_CUDA_H
++00016 #define HWLOC_CUDA_H
++00017 
++00018 #include <hwloc.h>
++00019 #include <hwloc/config.h>
++00020 #include <hwloc/linux.h>
++00021 
++00022 #include <cuda.h>
++00023 
++00024 
++00025 #ifdef __cplusplus
++00026 extern "C" {
++00027 #endif
++00028 
++00029 
++00042 static inline int
++00043 hwloc_cuda_get_device_cpuset(hwloc_topology_t topology ,
++00044                              CUdevice cudevice, hwloc_cpuset_t set)
++00045 {
++00046 #ifdef HWLOC_LINUX_SYS
++00047   /* If we're on Linux, use the sysfs mechanism to get the local cpus */
++00048 #define HWLOC_CUDA_DEVICE_SYSFS_PATH_MAX 128
++00049   CUresult cres;
++00050   int deviceid;
++00051   int busid;
++00052   char path[HWLOC_CUDA_DEVICE_SYSFS_PATH_MAX];
++00053   FILE *sysfile = NULL;
++00054 
++00055   cres = cuDeviceGetAttribute(&busid, CU_DEVICE_ATTRIBUTE_PCI_BUS_ID, cudevice);
++00056   if (cres != CUDA_SUCCESS) {
++00057     errno = ENOSYS;
++00058     return -1;
++00059   }
++00060   cres = cuDeviceGetAttribute(&deviceid, CU_DEVICE_ATTRIBUTE_PCI_DEVICE_ID, cudevice);
++00061   if (cres != CUDA_SUCCESS) {
++00062     errno = ENOSYS;
++00063     return -1;
++00064   }
++00065 
++00066   sprintf(path, "/sys/bus/pci/devices/0000:%02x:%02x.0/local_cpus", busid, deviceid);
++00067   sysfile = fopen(path, "r");
++00068   if (!sysfile)
++00069     return -1;
++00070 
++00071   hwloc_linux_parse_cpumap_file(sysfile, set);
++00072 
++00073   fclose(sysfile);
++00074 #else
++00075   /* Non-Linux systems simply get a full cpuset */
++00076   hwloc_bitmap_copy(set, hwloc_topology_get_complete_cpuset(topology));
++00077 #endif
++00078   return 0;
++00079 }
++00080 
++00084 #ifdef __cplusplus
++00085 } /* extern "C" */
++00086 #endif
++00087 
++00088 
++00089 #endif /* HWLOC_CUDA_H */
++

Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  ++ ++doxygen 1.3.9.1
++ ++ +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00070.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00070.html +--- hwloc-1.1/doc/doxygen-doc/html/a00070.html 1970-01-01 01:00:00.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00070.html 2010-12-31 23:48:22.497901444 +0100 +@@ -0,0 +1,72 @@ ++ ++ ++Hardware Locality (hwloc): cudart.h Source File ++ ++ ++ ++ ++

cudart.h

Go to the documentation of this file.
00001 /*
++00002  * Copyright © 2010 INRIA
++00003  * Copyright © 2010 Université Bordeaux 1
++00004  * See COPYING in top-level directory.
++00005  */
++00006 
++00015 #ifndef HWLOC_CUDART_H
++00016 #define HWLOC_CUDART_H
++00017 
++00018 #include <hwloc.h>
++00019 #include <hwloc/config.h>
++00020 #include <hwloc/linux.h>
++00021 
++00022 #include <cuda_runtime_api.h>
++00023 
++00024 
++00025 #ifdef __cplusplus
++00026 extern "C" {
++00027 #endif
++00028 
++00029 
++00042 static inline int
++00043 hwloc_cudart_get_device_cpuset(hwloc_topology_t topology ,
++00044                                int device, hwloc_cpuset_t set)
++00045 {
++00046 #ifdef HWLOC_LINUX_SYS
++00047   /* If we're on Linux, use the sysfs mechanism to get the local cpus */
++00048 #define HWLOC_CUDART_DEVICE_SYSFS_PATH_MAX 128
++00049   cudaError_t cerr;
++00050   struct cudaDeviceProp prop;
++00051   char path[HWLOC_CUDART_DEVICE_SYSFS_PATH_MAX];
++00052   FILE *sysfile = NULL;
++00053 
++00054   cerr = cudaGetDeviceProperties(&prop, device);
++00055   if (cerr) {
++00056     errno = ENOSYS;
++00057     return -1;
++00058   }
++00059 
++00060   sprintf(path, "/sys/bus/pci/devices/0000:%02x:%02x.0/local_cpus", prop.pciBusID, prop.pciDeviceID);
++00061   sysfile = fopen(path, "r");
++00062   if (!sysfile)
++00063     return -1;
++00064 
++00065   hwloc_linux_parse_cpumap_file(sysfile, set);
++00066 
++00067   fclose(sysfile);
++00068 #else
++00069   /* Non-Linux systems simply get a full cpuset */
++00070   hwloc_bitmap_copy(set, hwloc_topology_get_complete_cpuset(topology));
++00071 #endif
++00072   return 0;
++00073 }
++00074 
++00078 #ifdef __cplusplus
++00079 } /* extern "C" */
++00080 #endif
++00081 
++00082 
++00083 #endif /* HWLOC_CUDART_H */
++

Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  ++ ++doxygen 1.3.9.1
++ ++ +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00071.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00071.html +--- hwloc-1.1/doc/doxygen-doc/html/a00071.html 1970-01-01 01:00:00.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00071.html 2010-12-31 23:48:22.574910867 +0100 +@@ -0,0 +1,98 @@ ++ ++ ++Hardware Locality (hwloc): glibc-sched.h Source File ++ ++ ++ ++ ++

glibc-sched.h

Go to the documentation of this file.
00001 /*
++00002  * Copyright © 2009 CNRS
++00003  * Copyright © 2009-2010 INRIA
++00004  * Copyright © 2009-2010 Université Bordeaux 1
++00005  * See COPYING in top-level directory.
++00006  */
++00007 
++00016 #ifndef HWLOC_GLIBC_SCHED_H
++00017 #define HWLOC_GLIBC_SCHED_H
++00018 
++00019 #include <hwloc.h>
++00020 #include <hwloc/helper.h>
++00021 #include <assert.h>
++00022 
++00023 #if !defined _GNU_SOURCE || !defined _SCHED_H
++00024 #error sched.h must be included with _GNU_SOURCE defined
++00025 #endif
++00026 
++00027 
++00028 #ifdef __cplusplus
++00029 extern "C" {
++00030 #endif
++00031 
++00032 
++00033 #ifdef HWLOC_HAVE_CPU_SET
++00034 
++00035 
++00048 static inline int
++00049 hwloc_cpuset_to_glibc_sched_affinity(hwloc_topology_t topology , hwloc_const_cpuset_t hwlocset,
++00050                                     cpu_set_t *schedset, size_t schedsetsize)
++00051 {
++00052 #ifdef CPU_ZERO_S
++00053   unsigned cpu;
++00054   CPU_ZERO_S(schedsetsize, schedset);
++00055   hwloc_bitmap_foreach_begin(cpu, hwlocset)
++00056     CPU_SET_S(cpu, schedsetsize, schedset);
++00057   hwloc_bitmap_foreach_end();
++00058 #else /* !CPU_ZERO_S */
++00059   unsigned cpu;
++00060   CPU_ZERO(schedset);
++00061   assert(schedsetsize == sizeof(cpu_set_t));
++00062   hwloc_bitmap_foreach_begin(cpu, hwlocset)
++00063     CPU_SET(cpu, schedset);
++00064   hwloc_bitmap_foreach_end();
++00065 #endif /* !CPU_ZERO_S */
++00066   return 0;
++00067 }
++00068 
++00076 static inline int
++00077 hwloc_cpuset_from_glibc_sched_affinity(hwloc_topology_t topology , hwloc_cpuset_t hwlocset,
++00078                                        const cpu_set_t *schedset, size_t schedsetsize)
++00079 {
++00080   hwloc_bitmap_zero(hwlocset);
++00081 #ifdef CPU_ZERO_S
++00082   int cpu, count;
++00083   count = CPU_COUNT_S(schedsetsize, schedset);
++00084   cpu = 0;
++00085   while (count) {
++00086     if (CPU_ISSET_S(cpu, schedsetsize, schedset)) {
++00087       hwloc_bitmap_set(hwlocset, cpu);
++00088       count--;
++00089     }
++00090     cpu++;
++00091   }
++00092 #else /* !CPU_ZERO_S */
++00093   /* sched.h does not support dynamic cpu_set_t (introduced in glibc 2.7),
++00094    * assume we have a very old interface without CPU_COUNT (added in 2.6)
++00095    */
++00096   int cpu;
++00097   assert(schedsetsize == sizeof(cpu_set_t));
++00098   for(cpu=0; cpu<CPU_SETSIZE; cpu++)
++00099     if (CPU_ISSET(cpu, schedset))
++00100       hwloc_bitmap_set(hwlocset, cpu);
++00101 #endif /* !CPU_ZERO_S */
++00102   return 0;
++00103 }
++00104 
++00108 #endif /* CPU_SET */
++00109 
++00110 
++00111 #ifdef __cplusplus
++00112 } /* extern "C" */
++00113 #endif
++00114 
++00115 
++00116 #endif /* HWLOC_GLIBC_SCHED_H */
++

Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  ++ ++doxygen 1.3.9.1
++ ++ +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00072.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00072.html +--- hwloc-1.1/doc/doxygen-doc/html/a00072.html 1970-01-01 01:00:00.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00072.html 2010-12-31 23:48:22.490900588 +0100 +@@ -0,0 +1,601 @@ ++ ++ ++Hardware Locality (hwloc): helper.h Source File ++ ++ ++ ++ ++

helper.h

Go to the documentation of this file.
00001 /*
++00002  * Copyright © 2009 CNRS
++00003  * Copyright © 2009-2010 INRIA
++00004  * Copyright © 2009-2010 Université Bordeaux 1
++00005  * Copyright © 2009-2010 Cisco Systems, Inc.  All rights reserved.
++00006  * See COPYING in top-level directory.
++00007  */
++00008 
++00013 #ifndef HWLOC_HELPER_H
++00014 #define HWLOC_HELPER_H
++00015 
++00016 #ifndef HWLOC_H
++00017 #error Please include the main hwloc.h instead
++00018 #endif
++00019 
++00020 #include <stdlib.h>
++00021 #include <errno.h>
++00022 
++00023 
++00024 #ifdef __cplusplus
++00025 extern "C" {
++00026 #endif
++00027 
++00028 
++00039 static inline int 
++00040 hwloc_get_type_or_below_depth (hwloc_topology_t topology, hwloc_obj_type_t type)
++00041 {
++00042   int depth = hwloc_get_type_depth(topology, type);
++00043 
++00044   if (depth != HWLOC_TYPE_DEPTH_UNKNOWN)
++00045     return depth;
++00046 
++00047   /* find the highest existing level with type order >= */
++00048   for(depth = hwloc_get_type_depth(topology, HWLOC_OBJ_PU); ; depth--)
++00049     if (hwloc_compare_types(hwloc_get_depth_type(topology, depth), type) < 0)
++00050       return depth+1;
++00051 
++00052   /* Shouldn't ever happen, as there is always a SYSTEM level with lower order and known depth.  */
++00053   /* abort(); */
++00054 }
++00055 
++00062 static inline int 
++00063 hwloc_get_type_or_above_depth (hwloc_topology_t topology, hwloc_obj_type_t type)
++00064 {
++00065   int depth = hwloc_get_type_depth(topology, type);
++00066 
++00067   if (depth != HWLOC_TYPE_DEPTH_UNKNOWN)
++00068     return depth;
++00069 
++00070   /* find the lowest existing level with type order <= */
++00071   for(depth = 0; ; depth++)
++00072     if (hwloc_compare_types(hwloc_get_depth_type(topology, depth), type) > 0)
++00073       return depth-1;
++00074 
++00075   /* Shouldn't ever happen, as there is always a PU level with higher order and known depth.  */
++00076   /* abort(); */
++00077 }
++00078 
++00093 static inline hwloc_obj_t 
++00094 hwloc_get_root_obj (hwloc_topology_t topology)
++00095 {
++00096   return hwloc_get_obj_by_depth (topology, 0, 0);
++00097 }
++00098 
++00100 static inline hwloc_obj_t 
++00101 hwloc_get_ancestor_obj_by_depth (hwloc_topology_t topology , unsigned depth, hwloc_obj_t obj)
++00102 {
++00103   hwloc_obj_t ancestor = obj;
++00104   if (obj->depth < depth)
++00105     return NULL;
++00106   while (ancestor && ancestor->depth > depth)
++00107     ancestor = ancestor->parent;
++00108   return ancestor;
++00109 }
++00110 
++00112 static inline hwloc_obj_t 
++00113 hwloc_get_ancestor_obj_by_type (hwloc_topology_t topology , hwloc_obj_type_t type, hwloc_obj_t obj)
++00114 {
++00115   hwloc_obj_t ancestor = obj->parent;
++00116   while (ancestor && ancestor->type != type)
++00117     ancestor = ancestor->parent;
++00118   return ancestor;
++00119 }
++00120 
++00125 static inline hwloc_obj_t
++00126 hwloc_get_next_obj_by_depth (hwloc_topology_t topology, unsigned depth, hwloc_obj_t prev)
++00127 {
++00128   if (!prev)
++00129     return hwloc_get_obj_by_depth (topology, depth, 0);
++00130   if (prev->depth != depth)
++00131     return NULL;
++00132   return prev->next_cousin;
++00133 }
++00134 
++00141 static inline hwloc_obj_t
++00142 hwloc_get_next_obj_by_type (hwloc_topology_t topology, hwloc_obj_type_t type,
++00143                    hwloc_obj_t prev)
++00144 {
++00145   int depth = hwloc_get_type_depth(topology, type);
++00146   if (depth == HWLOC_TYPE_DEPTH_UNKNOWN || depth == HWLOC_TYPE_DEPTH_MULTIPLE)
++00147     return NULL;
++00148   return hwloc_get_next_obj_by_depth (topology, depth, prev);
++00149 }
++00150 
++00159 static inline hwloc_obj_t 
++00160 hwloc_get_pu_obj_by_os_index(hwloc_topology_t topology, unsigned os_index)
++00161 {
++00162   hwloc_obj_t obj = NULL;
++00163   while ((obj = hwloc_get_next_obj_by_type(topology, HWLOC_OBJ_PU, obj)) != NULL)
++00164     if (obj->os_index == os_index)
++00165       return obj;
++00166   return NULL;
++00167 }
++00168 
++00173 static inline hwloc_obj_t
++00174 hwloc_get_next_child (hwloc_topology_t topology , hwloc_obj_t parent, hwloc_obj_t prev)
++00175 {
++00176   if (!prev)
++00177     return parent->first_child;
++00178   if (prev->parent != parent)
++00179     return NULL;
++00180   return prev->next_sibling;
++00181 }
++00182 
++00184 static inline hwloc_obj_t 
++00185 hwloc_get_common_ancestor_obj (hwloc_topology_t topology , hwloc_obj_t obj1, hwloc_obj_t obj2)
++00186 {
++00187   /* the loop isn't so easy since intermediate ancestors may have
++00188    * different depth, causing us to alternate between using obj1->parent
++00189    * and obj2->parent. Also, even if at some point we find ancestors of
++00190    * of the same depth, their ancestors may have different depth again.
++00191    */
++00192   while (obj1 != obj2) {
++00193     while (obj1->depth > obj2->depth)
++00194       obj1 = obj1->parent;
++00195     while (obj2->depth > obj1->depth)
++00196       obj2 = obj2->parent;
++00197     if (obj1 != obj2 && obj1->depth == obj2->depth) {
++00198       obj1 = obj1->parent;
++00199       obj2 = obj2->parent;
++00200     }
++00201   }
++00202   return obj1;
++00203 }
++00204 
++00207 static inline int 
++00208 hwloc_obj_is_in_subtree (hwloc_topology_t topology , hwloc_obj_t obj, hwloc_obj_t subtree_root)
++00209 {
++00210   return hwloc_bitmap_isincluded(obj->cpuset, subtree_root->cpuset);
++00211 }
++00212 
++00229 static inline hwloc_obj_t
++00230 hwloc_get_first_largest_obj_inside_cpuset(hwloc_topology_t topology, hwloc_const_cpuset_t set)
++00231 {
++00232   hwloc_obj_t obj = hwloc_get_root_obj(topology);
++00233   if (!hwloc_bitmap_intersects(obj->cpuset, set))
++00234     return NULL;
++00235   while (!hwloc_bitmap_isincluded(obj->cpuset, set)) {
++00236     /* while the object intersects without being included, look at its children */
++00237     hwloc_obj_t child = NULL;
++00238     while ((child = hwloc_get_next_child(topology, obj, child)) != NULL) {
++00239       if (hwloc_bitmap_intersects(child->cpuset, set))
++00240         break;
++00241     }
++00242     if (!child)
++00243       /* no child intersects, return their father */
++00244       return obj;
++00245     /* found one intersecting child, look at its children */
++00246     obj = child;
++00247   }
++00248   /* obj is included, return it */
++00249   return obj;
++00250 }
++00251 
++00256  int hwloc_get_largest_objs_inside_cpuset (hwloc_topology_t topology, hwloc_const_cpuset_t set,
++00257                                                  hwloc_obj_t * restrict objs, int max);
++00258 
++00265 static inline hwloc_obj_t
++00266 hwloc_get_next_obj_inside_cpuset_by_depth (hwloc_topology_t topology, hwloc_const_cpuset_t set,
++00267                                            unsigned depth, hwloc_obj_t prev)
++00268 {
++00269   hwloc_obj_t next = hwloc_get_next_obj_by_depth(topology, depth, prev);
++00270   while (next && !hwloc_bitmap_isincluded(next->cpuset, set))
++00271     next = next->next_cousin;
++00272   return next;
++00273 }
++00274 
++00281 static inline hwloc_obj_t
++00282 hwloc_get_next_obj_inside_cpuset_by_type (hwloc_topology_t topology, hwloc_const_cpuset_t set,
++00283                                           hwloc_obj_type_t type, hwloc_obj_t prev)
++00284 {
++00285   int depth = hwloc_get_type_depth(topology, type);
++00286   if (depth == HWLOC_TYPE_DEPTH_UNKNOWN || depth == HWLOC_TYPE_DEPTH_MULTIPLE)
++00287     return NULL;
++00288   return hwloc_get_next_obj_inside_cpuset_by_depth(topology, set, depth, prev);
++00289 }
++00290 
++00293 static inline hwloc_obj_t 
++00294 hwloc_get_obj_inside_cpuset_by_depth (hwloc_topology_t topology, hwloc_const_cpuset_t set,
++00295                                       unsigned depth, unsigned idx)
++00296 {
++00297   unsigned count = 0;
++00298   hwloc_obj_t obj = hwloc_get_obj_by_depth (topology, depth, 0);
++00299   while (obj) {
++00300     if (hwloc_bitmap_isincluded(obj->cpuset, set)) {
++00301       if (count == idx)
++00302         return obj;
++00303       count++;
++00304     }
++00305     obj = obj->next_cousin;
++00306   }
++00307   return NULL;
++00308 }
++00309 
++00316 static inline hwloc_obj_t 
++00317 hwloc_get_obj_inside_cpuset_by_type (hwloc_topology_t topology, hwloc_const_cpuset_t set,
++00318                                      hwloc_obj_type_t type, unsigned idx)
++00319 {
++00320   int depth = hwloc_get_type_depth(topology, type);
++00321   if (depth == HWLOC_TYPE_DEPTH_UNKNOWN || depth == HWLOC_TYPE_DEPTH_MULTIPLE)
++00322     return NULL;
++00323   return hwloc_get_obj_inside_cpuset_by_depth(topology, set, depth, idx);
++00324 }
++00325 
++00327 static inline unsigned 
++00328 hwloc_get_nbobjs_inside_cpuset_by_depth (hwloc_topology_t topology, hwloc_const_cpuset_t set,
++00329                                          unsigned depth)
++00330 {
++00331   hwloc_obj_t obj = hwloc_get_obj_by_depth (topology, depth, 0);
++00332   int count = 0;
++00333   while (obj) {
++00334     if (hwloc_bitmap_isincluded(obj->cpuset, set))
++00335       count++;
++00336     obj = obj->next_cousin;
++00337   }
++00338   return count;
++00339 }
++00340 
++00347 static inline int 
++00348 hwloc_get_nbobjs_inside_cpuset_by_type (hwloc_topology_t topology, hwloc_const_cpuset_t set,
++00349                                         hwloc_obj_type_t type)
++00350 {
++00351   int depth = hwloc_get_type_depth(topology, type);
++00352   if (depth == HWLOC_TYPE_DEPTH_UNKNOWN)
++00353     return 0;
++00354   if (depth == HWLOC_TYPE_DEPTH_MULTIPLE)
++00355     return -1; /* FIXME: agregate nbobjs from different levels? */
++00356   return hwloc_get_nbobjs_inside_cpuset_by_depth(topology, set, depth);
++00357 }
++00358 
++00371 static inline hwloc_obj_t 
++00372 hwloc_get_child_covering_cpuset (hwloc_topology_t topology , hwloc_const_cpuset_t set,
++00373                                 hwloc_obj_t parent)
++00374 {
++00375   hwloc_obj_t child;
++00376 
++00377   if (hwloc_bitmap_iszero(set))
++00378     return NULL;
++00379 
++00380   child = parent->first_child;
++00381   while (child) {
++00382     if (hwloc_bitmap_isincluded(set, child->cpuset))
++00383       return child;
++00384     child = child->next_sibling;
++00385   }
++00386   return NULL;
++00387 }
++00388 
++00393 static inline hwloc_obj_t 
++00394 hwloc_get_obj_covering_cpuset (hwloc_topology_t topology, hwloc_const_cpuset_t set)
++00395 {
++00396   struct hwloc_obj *current = hwloc_get_root_obj(topology);
++00397 
++00398   if (hwloc_bitmap_iszero(set))
++00399     return NULL;
++00400 
++00401   if (!hwloc_bitmap_isincluded(set, current->cpuset))
++00402     return NULL;
++00403 
++00404   while (1) {
++00405     hwloc_obj_t child = hwloc_get_child_covering_cpuset(topology, set, current);
++00406     if (!child)
++00407       return current;
++00408     current = child;
++00409   }
++00410 }
++00411 
++00412 
++00428 static inline hwloc_obj_t
++00429 hwloc_get_next_obj_covering_cpuset_by_depth(hwloc_topology_t topology, hwloc_const_cpuset_t set,
++00430                                             unsigned depth, hwloc_obj_t prev)
++00431 {
++00432   hwloc_obj_t next = hwloc_get_next_obj_by_depth(topology, depth, prev);
++00433   while (next && !hwloc_bitmap_intersects(set, next->cpuset))
++00434     next = next->next_cousin;
++00435   return next;
++00436 }
++00437 
++00450 static inline hwloc_obj_t
++00451 hwloc_get_next_obj_covering_cpuset_by_type(hwloc_topology_t topology, hwloc_const_cpuset_t set,
++00452                                            hwloc_obj_type_t type, hwloc_obj_t prev)
++00453 {
++00454   int depth = hwloc_get_type_depth(topology, type);
++00455   if (depth == HWLOC_TYPE_DEPTH_UNKNOWN || depth == HWLOC_TYPE_DEPTH_MULTIPLE)
++00456     return NULL;
++00457   return hwloc_get_next_obj_covering_cpuset_by_depth(topology, set, depth, prev);
++00458 }
++00459 
++00472 static inline hwloc_obj_t 
++00473 hwloc_get_cache_covering_cpuset (hwloc_topology_t topology, hwloc_const_cpuset_t set)
++00474 {
++00475   hwloc_obj_t current = hwloc_get_obj_covering_cpuset(topology, set);
++00476   while (current) {
++00477     if (current->type == HWLOC_OBJ_CACHE)
++00478       return current;
++00479     current = current->parent;
++00480   }
++00481   return NULL;
++00482 }
++00483 
++00488 static inline hwloc_obj_t 
++00489 hwloc_get_shared_cache_covering_obj (hwloc_topology_t topology , hwloc_obj_t obj)
++00490 {
++00491   hwloc_obj_t current = obj->parent;
++00492   while (current) {
++00493     if (!hwloc_bitmap_isequal(current->cpuset, obj->cpuset)
++00494         && current->type == HWLOC_OBJ_CACHE)
++00495       return current;
++00496     current = current->parent;
++00497   }
++00498   return NULL;
++00499 }
++00500 
++00516 /* TODO: rather provide an iterator? Provide a way to know how much should be allocated? By returning the total number of objects instead? */
++00517  unsigned hwloc_get_closest_objs (hwloc_topology_t topology, hwloc_obj_t src, hwloc_obj_t * restrict objs, unsigned max);
++00518 
++00529 static inline hwloc_obj_t 
++00530 hwloc_get_obj_below_by_type (hwloc_topology_t topology,
++00531                              hwloc_obj_type_t type1, unsigned idx1,
++00532                              hwloc_obj_type_t type2, unsigned idx2)
++00533 {
++00534   hwloc_obj_t obj;
++00535 
++00536   obj = hwloc_get_obj_by_type (topology, type1, idx1);
++00537   if (!obj)
++00538     return NULL;
++00539 
++00540   return hwloc_get_obj_inside_cpuset_by_type(topology, obj->cpuset, type2, idx2);
++00541 }
++00542 
++00558 static inline hwloc_obj_t 
++00559 hwloc_get_obj_below_array_by_type (hwloc_topology_t topology, int nr, hwloc_obj_type_t *typev, unsigned *idxv)
++00560 {
++00561   hwloc_obj_t obj = hwloc_get_root_obj(topology);
++00562   int i;
++00563 
++00564   for(i=0; i<nr; i++) {
++00565     obj = hwloc_get_obj_inside_cpuset_by_type(topology, obj->cpuset, typev[i], idxv[i]);
++00566     if (!obj)
++00567       return NULL;
++00568   }
++00569 
++00570   return obj;
++00571 }
++00572 
++00594 static inline void
++00595 hwloc_distributev(hwloc_topology_t topology, hwloc_obj_t *root, unsigned n_roots, hwloc_cpuset_t *cpuset, unsigned n, unsigned until);
++00596 static inline void
++00597 hwloc_distribute(hwloc_topology_t topology, hwloc_obj_t root, hwloc_cpuset_t *cpuset, unsigned n, unsigned until)
++00598 {
++00599   unsigned i;
++00600 
++00601   if (!root->arity || n == 1 || root->depth >= until) {
++00602     /* Got to the bottom, we can't split any more, put everything there.  */
++00603     for (i=0; i<n; i++)
++00604       cpuset[i] = hwloc_bitmap_dup(root->cpuset);
++00605     return;
++00606   }
++00607 
++00608   hwloc_distributev(topology, root->children, root->arity, cpuset, n, until);
++00609 }
++00610 
++00616 static inline void
++00617 hwloc_distributev(hwloc_topology_t topology, hwloc_obj_t *roots, unsigned n_roots, hwloc_cpuset_t *cpuset, unsigned n, unsigned until)
++00618 {
++00619   unsigned i;
++00620   unsigned tot_weight;
++00621   hwloc_cpuset_t *cpusetp = cpuset;
++00622 
++00623   tot_weight = 0;
++00624   for (i = 0; i < n_roots; i++)
++00625     tot_weight += hwloc_bitmap_weight(roots[i]->cpuset);
++00626 
++00627   for (i = 0; i < n_roots; i++) {
++00628     /* Give to roots[i] a portion proportional to its weight */
++00629     unsigned weight = hwloc_bitmap_weight(roots[i]->cpuset);
++00630     unsigned chunk = (n * weight + tot_weight-1) / tot_weight;
++00631     hwloc_distribute(topology, roots[i], cpusetp, chunk, until);
++00632     cpusetp += chunk;
++00633     tot_weight -= weight;
++00634     n -= chunk;
++00635   }
++00636 }
++00637 
++00644 static inline void *
++00645 hwloc_alloc_membind_policy_nodeset(hwloc_topology_t topology, size_t len, hwloc_const_nodeset_t nodeset, hwloc_membind_policy_t policy, int flags)
++00646 {
++00647   void *p = hwloc_alloc_membind_nodeset(topology, len, nodeset, policy, flags);
++00648   if (p)
++00649     return p;
++00650   hwloc_set_membind_nodeset(topology, nodeset, policy, flags);
++00651   p = hwloc_alloc(topology, len);
++00652   if (p && policy != HWLOC_MEMBIND_FIRSTTOUCH)
++00653     /* Enforce the binding by touching the data */
++00654     memset(p, 0, len);
++00655   return p;
++00656 }
++00657 
++00662 static inline void *
++00663 hwloc_alloc_membind_policy(hwloc_topology_t topology, size_t len, hwloc_const_cpuset_t cpuset, hwloc_membind_policy_t policy, int flags)
++00664 {
++00665   void *p = hwloc_alloc_membind(topology, len, cpuset, policy, flags);
++00666   if (p)
++00667     return p;
++00668   hwloc_set_membind(topology, cpuset, policy, flags);
++00669   p = hwloc_alloc(topology, len);
++00670   if (p && policy != HWLOC_MEMBIND_FIRSTTOUCH)
++00671     /* Enforce the binding by touching the data */
++00672     memset(p, 0, len);
++00673   return p;
++00674 }
++00675 
++00683 /* \brief Get complete CPU set
++00684  *
++00685  * \return the complete CPU set of logical processors of the system. If the
++00686  * topology is the result of a combination of several systems, NULL is
++00687  * returned.
++00688  *
++00689  * \note The returned cpuset is not newly allocated and should thus not be
++00690  * changed or freed; hwloc_cpuset_dup must be used to obtain a local copy.
++00691  */
++00692 static inline hwloc_const_cpuset_t 
++00693 hwloc_topology_get_complete_cpuset(hwloc_topology_t topology)
++00694 {
++00695   return hwloc_get_root_obj(topology)->complete_cpuset;
++00696 }
++00697 
++00698 /* \brief Get topology CPU set
++00699  *
++00700  * \return the CPU set of logical processors of the system for which hwloc
++00701  * provides topology information. This is equivalent to the cpuset of the
++00702  * system object. If the topology is the result of a combination of several
++00703  * systems, NULL is returned.
++00704  *
++00705  * \note The returned cpuset is not newly allocated and should thus not be
++00706  * changed or freed; hwloc_cpuset_dup must be used to obtain a local copy.
++00707  */
++00708 static inline hwloc_const_cpuset_t 
++00709 hwloc_topology_get_topology_cpuset(hwloc_topology_t topology)
++00710 {
++00711   return hwloc_get_root_obj(topology)->cpuset;
++00712 }
++00713 
++00723 static inline hwloc_const_cpuset_t 
++00724 hwloc_topology_get_online_cpuset(hwloc_topology_t topology)
++00725 {
++00726   return hwloc_get_root_obj(topology)->online_cpuset;
++00727 }
++00728 
++00738 static inline hwloc_const_cpuset_t 
++00739 hwloc_topology_get_allowed_cpuset(hwloc_topology_t topology)
++00740 {
++00741   return hwloc_get_root_obj(topology)->allowed_cpuset;
++00742 }
++00743 
++00751 /* \brief Get complete node set
++00752  *
++00753  * \return the complete node set of memory of the system. If the
++00754  * topology is the result of a combination of several systems, NULL is
++00755  * returned.
++00756  *
++00757  * \note The returned nodeset is not newly allocated and should thus not be
++00758  * changed or freed; hwloc_nodeset_dup must be used to obtain a local copy.
++00759  */
++00760 static inline hwloc_const_nodeset_t 
++00761 hwloc_topology_get_complete_nodeset(hwloc_topology_t topology)
++00762 {
++00763   return hwloc_get_root_obj(topology)->complete_nodeset;
++00764 }
++00765 
++00766 /* \brief Get topology node set
++00767  *
++00768  * \return the node set of memory of the system for which hwloc
++00769  * provides topology information. This is equivalent to the nodeset of the
++00770  * system object. If the topology is the result of a combination of several
++00771  * systems, NULL is returned.
++00772  *
++00773  * \note The returned nodeset is not newly allocated and should thus not be
++00774  * changed or freed; hwloc_nodeset_dup must be used to obtain a local copy.
++00775  */
++00776 static inline hwloc_const_nodeset_t 
++00777 hwloc_topology_get_topology_nodeset(hwloc_topology_t topology)
++00778 {
++00779   return hwloc_get_root_obj(topology)->nodeset;
++00780 }
++00781 
++00791 static inline hwloc_const_nodeset_t 
++00792 hwloc_topology_get_allowed_nodeset(hwloc_topology_t topology)
++00793 {
++00794   return hwloc_get_root_obj(topology)->allowed_nodeset;
++00795 }
++00796 
++00827 static inline void
++00828 hwloc_cpuset_to_nodeset(hwloc_topology_t topology, hwloc_const_cpuset_t cpuset, hwloc_nodeset_t nodeset)
++00829 {
++00830         int depth = hwloc_get_type_depth(topology, HWLOC_OBJ_NODE);
++00831         hwloc_obj_t obj;
++00832 
++00833         if (depth == HWLOC_TYPE_DEPTH_UNKNOWN) {
++00834                  if (hwloc_bitmap_iszero(cpuset))
++00835                         hwloc_bitmap_zero(nodeset);
++00836                 else
++00837                         /* Assume the whole system */
++00838                         hwloc_bitmap_fill(nodeset);
++00839                 return;
++00840         }
++00841 
++00842         hwloc_bitmap_zero(nodeset);
++00843         obj = NULL;
++00844         while ((obj = hwloc_get_next_obj_covering_cpuset_by_depth(topology, cpuset, depth, obj)) != NULL)
++00845                 hwloc_bitmap_set(nodeset, obj->os_index);
++00846 }
++00847 
++00855 static inline void
++00856 hwloc_cpuset_to_nodeset_strict(struct hwloc_topology *topology, hwloc_const_cpuset_t cpuset, hwloc_nodeset_t nodeset)
++00857 {
++00858         int depth = hwloc_get_type_depth(topology, HWLOC_OBJ_NODE);
++00859         hwloc_obj_t obj;
++00860         if (depth == HWLOC_TYPE_DEPTH_UNKNOWN )
++00861                 return;
++00862         hwloc_bitmap_zero(nodeset);
++00863         obj = NULL;
++00864         while ((obj = hwloc_get_next_obj_covering_cpuset_by_depth(topology, cpuset, depth, obj)) != NULL)
++00865                 hwloc_bitmap_set(nodeset, obj->os_index);
++00866 }
++00867 
++00876 static inline void
++00877 hwloc_cpuset_from_nodeset(hwloc_topology_t topology, hwloc_cpuset_t cpuset, hwloc_const_nodeset_t nodeset)
++00878 {
++00879         int depth = hwloc_get_type_depth(topology, HWLOC_OBJ_NODE);
++00880         hwloc_obj_t obj;
++00881 
++00882         if (depth == HWLOC_TYPE_DEPTH_UNKNOWN ) {
++00883                 if (hwloc_bitmap_iszero(nodeset))
++00884                         hwloc_bitmap_zero(cpuset);
++00885                 else
++00886                         /* Assume the whole system */
++00887                         hwloc_bitmap_fill(cpuset);
++00888                 return;
++00889         }
++00890 
++00891         hwloc_bitmap_zero(cpuset);
++00892         obj = NULL;
++00893         while ((obj = hwloc_get_next_obj_by_depth(topology, depth, obj)) != NULL) {
++00894                 if (hwloc_bitmap_isset(nodeset, obj->os_index))
++00895                         hwloc_bitmap_or(cpuset, cpuset, obj->cpuset);
++00896         }
++00897 }
++00898 
++00906 static inline void
++00907 hwloc_cpuset_from_nodeset_strict(struct hwloc_topology *topology, hwloc_cpuset_t cpuset, hwloc_const_nodeset_t nodeset)
++00908 {
++00909         int depth = hwloc_get_type_depth(topology, HWLOC_OBJ_NODE);
++00910         hwloc_obj_t obj;
++00911         if (depth == HWLOC_TYPE_DEPTH_UNKNOWN )
++00912                 return;
++00913         hwloc_bitmap_zero(cpuset);
++00914         obj = NULL;
++00915         while ((obj = hwloc_get_next_obj_by_depth(topology, depth, obj)) != NULL)
++00916                 if (hwloc_bitmap_isset(nodeset, obj->os_index))
++00917                         hwloc_bitmap_or(cpuset, cpuset, obj->cpuset);
++00918 }
++00919 
++00924 #ifdef __cplusplus
++00925 } /* extern "C" */
++00926 #endif
++00927 
++00928 
++00929 #endif /* HWLOC_HELPER_H */
++

Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  ++ ++doxygen 1.3.9.1
++ ++ +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00073.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00073.html +--- hwloc-1.1/doc/doxygen-doc/html/a00073.html 1970-01-01 01:00:00.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00073.html 2010-12-31 23:48:22.506902546 +0100 +@@ -0,0 +1,375 @@ ++ ++ ++Hardware Locality (hwloc): hwloc.h Source File ++ ++ ++ ++ ++

hwloc.h

Go to the documentation of this file.
00001 /*
++00002  * Copyright © 2009 CNRS
++00003  * Copyright © 2009-2010 INRIA
++00004  * Copyright © 2009-2010 Université Bordeaux 1
++00005  * Copyright © 2009-2010 Cisco Systems, Inc.  All rights reserved.
++00006  * See COPYING in top-level directory.
++00007  */
++00008 
++00016 #ifndef HWLOC_H
++00017 #define HWLOC_H
++00018 
++00019 #include <hwloc/config.h>
++00020 #include <sys/types.h>
++00021 #include <stdio.h>
++00022 #include <string.h>
++00023 #include <limits.h>
++00024 #ifdef HWLOC_HAVE_STDINT_H
++00025 #include <stdint.h>
++00026 #endif
++00027 
++00028 /*
++00029  * Symbol transforms
++00030  */
++00031 #include <hwloc/rename.h>
++00032 
++00033 /*
++00034  * Bitmap definitions
++00035  */
++00036 
++00037 #include <hwloc/bitmap.h>
++00038 #include <hwloc/cpuset.h>
++00039 
++00040 
++00041 #ifdef __cplusplus
++00042 extern "C" {
++00043 #endif
++00044 
++00045 
++00051 #define HWLOC_API_VERSION 0x00010100
++00052 
++00061 struct hwloc_topology;
++00066 typedef struct hwloc_topology * hwloc_topology_t;
++00067 
++00080 typedef hwloc_bitmap_t hwloc_cpuset_t;
++00082 typedef hwloc_const_bitmap_t hwloc_const_cpuset_t;
++00083 
++00095 typedef hwloc_bitmap_t hwloc_nodeset_t;
++00098 typedef hwloc_const_bitmap_t hwloc_const_nodeset_t;
++00099 
++00114 typedef enum {
++00115   HWLOC_OBJ_SYSTEM,     
++00120   HWLOC_OBJ_MACHINE,    
++00125   HWLOC_OBJ_NODE,       
++00129   HWLOC_OBJ_SOCKET,     
++00133   HWLOC_OBJ_CACHE,      
++00136   HWLOC_OBJ_CORE,       
++00140   HWLOC_OBJ_PU,         
++00149   HWLOC_OBJ_GROUP,      
++00161   HWLOC_OBJ_MISC        
++00165 } hwloc_obj_type_t;
++00166 
++00184  int hwloc_compare_types (hwloc_obj_type_t type1, hwloc_obj_type_t type2) ;
++00185 
++00186 enum hwloc_compare_types_e {
++00187     HWLOC_TYPE_UNORDERED = INT_MAX      
++00188 };
++00189 
++00198 union hwloc_obj_attr_u;
++00199 
++00201 struct hwloc_obj_memory_s {
++00202   uint64_t total_memory; 
++00203   uint64_t local_memory; 
++00205   unsigned page_types_len; 
++00211   struct hwloc_obj_memory_page_type_s {
++00212     uint64_t size;      
++00213     uint64_t count;     
++00214   } * page_types;
++00215 };
++00216 
++00221 struct hwloc_obj {
++00222   /* physical information */
++00223   hwloc_obj_type_t type;                
++00224   unsigned os_index;                    
++00225   char *name;                           
++00227   struct hwloc_obj_memory_s memory;     
++00229   union hwloc_obj_attr_u *attr;         
++00232   /* global position */
++00233   unsigned depth;                       
++00234   unsigned logical_index;               
++00236   signed os_level;                      
++00238   struct hwloc_obj *next_cousin;        
++00239   struct hwloc_obj *prev_cousin;        
++00241   /* parent */
++00242   struct hwloc_obj *parent;             
++00243   unsigned sibling_rank;                
++00244   struct hwloc_obj *next_sibling;       
++00245   struct hwloc_obj *prev_sibling;       
++00247   /* children */
++00248   unsigned arity;                       
++00249   struct hwloc_obj **children;          
++00250   struct hwloc_obj *first_child;        
++00251   struct hwloc_obj *last_child;         
++00253   /* misc */
++00254   void *userdata;                       
++00256   /* cpusets and nodesets */
++00257   hwloc_cpuset_t cpuset;                
++00270   hwloc_cpuset_t complete_cpuset;       
++00281   hwloc_cpuset_t online_cpuset;         
++00289   hwloc_cpuset_t allowed_cpuset;        
++00300   hwloc_nodeset_t nodeset;              
++00317   hwloc_nodeset_t complete_nodeset;     
++00331   hwloc_nodeset_t allowed_nodeset;      
++00344   struct hwloc_obj_info_s *infos;       
++00345   unsigned infos_count;                 
++00346 };
++00350 typedef struct hwloc_obj * hwloc_obj_t;
++00351 
++00353 union hwloc_obj_attr_u {
++00355   struct hwloc_cache_attr_s {
++00356     uint64_t size;                        
++00357     unsigned depth;                       
++00358     unsigned linesize;                    
++00359   } cache;
++00361   struct hwloc_group_attr_s {
++00362     unsigned depth;                       
++00363   } group;
++00364 };
++00365 
++00367 struct hwloc_obj_info_s {
++00368   char *name;   
++00369   char *value;  
++00370 };
++00371 
++00386  int hwloc_topology_init (hwloc_topology_t *topologyp);
++00387 
++00400  int hwloc_topology_load(hwloc_topology_t topology);
++00401 
++00406  void hwloc_topology_destroy (hwloc_topology_t topology);
++00407 
++00412  void hwloc_topology_check(hwloc_topology_t topology);
++00413 
++00446  int hwloc_topology_ignore_type(hwloc_topology_t topology, hwloc_obj_type_t type);
++00447 
++00454  int hwloc_topology_ignore_type_keep_structure(hwloc_topology_t topology, hwloc_obj_type_t type);
++00455 
++00461  int hwloc_topology_ignore_all_keep_structure(hwloc_topology_t topology);
++00462 
++00467 enum hwloc_topology_flags_e {
++00468   HWLOC_TOPOLOGY_FLAG_WHOLE_SYSTEM = (1<<0),
++00477   HWLOC_TOPOLOGY_FLAG_IS_THISSYSTEM = (1<<1)
++00496 };
++00497 
++00502  int hwloc_topology_set_flags (hwloc_topology_t topology, unsigned long flags);
++00503 
++00517  int hwloc_topology_set_fsroot(hwloc_topology_t restrict topology, const char * restrict fsroot_path);
++00518 
++00532  int hwloc_topology_set_pid(hwloc_topology_t restrict topology, hwloc_pid_t pid);
++00533 
++00547  int hwloc_topology_set_synthetic(hwloc_topology_t restrict topology, const char * restrict description);
++00548 
++00560  int hwloc_topology_set_xml(hwloc_topology_t restrict topology, const char * restrict xmlpath);
++00561 
++00567  int hwloc_topology_set_xmlbuffer(hwloc_topology_t restrict topology, const char * restrict buffer, int size);
++00568 
++00570 struct hwloc_topology_discovery_support {
++00572   unsigned char pu;
++00573 };
++00574 
++00576 struct hwloc_topology_cpubind_support {
++00578   unsigned char set_thisproc_cpubind;
++00580   unsigned char get_thisproc_cpubind;
++00582   unsigned char set_proc_cpubind;
++00584   unsigned char get_proc_cpubind;
++00586   unsigned char set_thisthread_cpubind;
++00588   unsigned char get_thisthread_cpubind;
++00590   unsigned char set_thread_cpubind;
++00592   unsigned char get_thread_cpubind;
++00593 };
++00594 
++00596 struct hwloc_topology_membind_support {
++00598   unsigned char set_thisproc_membind;
++00600   unsigned char get_thisproc_membind;
++00602   unsigned char set_proc_membind;
++00604   unsigned char get_proc_membind;
++00606   unsigned char set_thisthread_membind;
++00608   unsigned char get_thisthread_membind;
++00610   unsigned char set_area_membind;
++00612   unsigned char get_area_membind;
++00614   unsigned char alloc_membind;
++00616   unsigned char firsttouch_membind;
++00618   unsigned char bind_membind;
++00620   unsigned char interleave_membind;
++00622   unsigned char replicate_membind;
++00624   unsigned char nexttouch_membind;
++00625 
++00627   unsigned char migrate_membind;
++00628 };
++00629 
++00636 struct hwloc_topology_support {
++00637   struct hwloc_topology_discovery_support *discovery;
++00638   struct hwloc_topology_cpubind_support *cpubind;
++00639   struct hwloc_topology_membind_support *membind;
++00640 };
++00641 
++00643  const struct hwloc_topology_support *hwloc_topology_get_support(hwloc_topology_t restrict topology);
++00644 
++00657  void hwloc_topology_export_xml(hwloc_topology_t topology, const char *xmlpath);
++00658 
++00665  void hwloc_topology_export_xmlbuffer(hwloc_topology_t topology, char **xmlbuffer, int *buflen);
++00666 
++00676  hwloc_obj_t hwloc_topology_insert_misc_object_by_cpuset(hwloc_topology_t topology, hwloc_const_cpuset_t cpuset, const char *name);
++00677 
++00687  hwloc_obj_t hwloc_topology_insert_misc_object_by_parent(hwloc_topology_t topology, hwloc_obj_t parent, const char *name);
++00688 
++00701  unsigned hwloc_topology_get_depth(hwloc_topology_t restrict topology) ;
++00702 
++00712  int hwloc_get_type_depth (hwloc_topology_t topology, hwloc_obj_type_t type);
++00713 
++00714 enum hwloc_get_type_depth_e {
++00715     HWLOC_TYPE_DEPTH_UNKNOWN = -1, 
++00716     HWLOC_TYPE_DEPTH_MULTIPLE = -2 
++00717 };
++00718 
++00723  hwloc_obj_type_t hwloc_get_depth_type (hwloc_topology_t topology, unsigned depth) ;
++00724 
++00726  unsigned hwloc_get_nbobjs_by_depth (hwloc_topology_t topology, unsigned depth) ;
++00727 
++00733 static inline int 
++00734 hwloc_get_nbobjs_by_type (hwloc_topology_t topology, hwloc_obj_type_t type)
++00735 {
++00736         int depth = hwloc_get_type_depth(topology, type);
++00737         if (depth == HWLOC_TYPE_DEPTH_UNKNOWN)
++00738                 return 0;
++00739         if (depth == HWLOC_TYPE_DEPTH_MULTIPLE)
++00740                 return -1; /* FIXME: agregate nbobjs from different levels? */
++00741         return hwloc_get_nbobjs_by_depth(topology, depth);
++00742 }
++00743 
++00751  int hwloc_topology_is_thissystem(hwloc_topology_t  restrict topology) ;
++00752 
++00762  hwloc_obj_t hwloc_get_obj_by_depth (hwloc_topology_t topology, unsigned depth, unsigned idx) ;
++00763 
++00770 static inline hwloc_obj_t 
++00771 hwloc_get_obj_by_type (hwloc_topology_t topology, hwloc_obj_type_t type, unsigned idx)
++00772 {
++00773   int depth = hwloc_get_type_depth(topology, type);
++00774   if (depth == HWLOC_TYPE_DEPTH_UNKNOWN)
++00775     return NULL;
++00776   if (depth == HWLOC_TYPE_DEPTH_MULTIPLE)
++00777     return NULL;
++00778   return hwloc_get_obj_by_depth(topology, depth, idx);
++00779 }
++00780 
++00790  const char * hwloc_obj_type_string (hwloc_obj_type_t type) ;
++00791 
++00796  hwloc_obj_type_t hwloc_obj_type_of_string (const char * string) ;
++00797 
++00806  int hwloc_obj_type_snprintf(char * restrict string, size_t size, hwloc_obj_t obj,
++00807                                    int verbose);
++00808 
++00818  int hwloc_obj_attr_snprintf(char * restrict string, size_t size, hwloc_obj_t obj, const char * restrict separator,
++00819                                    int verbose);
++00820 
++00839  int hwloc_obj_snprintf(char * restrict string, size_t size,
++00840                              hwloc_topology_t topology, hwloc_obj_t obj,
++00841                              const char * restrict indexprefix, int verbose);
++00842 
++00846  int hwloc_obj_cpuset_snprintf(char * restrict str, size_t size, size_t nobj, const hwloc_obj_t * restrict objs);
++00847 
++00852 static inline char * 
++00853 hwloc_obj_get_info_by_name(hwloc_obj_t obj, const char *name)
++00854 {
++00855   unsigned i;
++00856   for(i=0; i<obj->infos_count; i++)
++00857     if (!strcmp(obj->infos[i].name, name))
++00858       return obj->infos[i].value;
++00859   return NULL;
++00860 }
++00861 
++00913 typedef enum {
++00914   HWLOC_CPUBIND_PROCESS = (1<<0), 
++00917   HWLOC_CPUBIND_THREAD = (1<<1),  
++00919   HWLOC_CPUBIND_STRICT = (1<<2),  
++00947   HWLOC_CPUBIND_NOMEMBIND = (1<<3)
++00961 } hwloc_cpubind_flags_t;
++00962 
++00968  int hwloc_set_cpubind(hwloc_topology_t topology, hwloc_const_cpuset_t set, int flags);
++00969 
++00972  int hwloc_get_cpubind(hwloc_topology_t topology, hwloc_cpuset_t set, int flags);
++00973 
++00981  int hwloc_set_proc_cpubind(hwloc_topology_t topology, hwloc_pid_t pid, hwloc_const_cpuset_t set, int flags);
++00982 
++00990  int hwloc_get_proc_cpubind(hwloc_topology_t topology, hwloc_pid_t pid, hwloc_cpuset_t set, int flags);
++00991 
++00992 #ifdef hwloc_thread_t
++00993 
++01000  int hwloc_set_thread_cpubind(hwloc_topology_t topology, hwloc_thread_t tid, hwloc_const_cpuset_t set, int flags);
++01001 #endif
++01002 
++01003 #ifdef hwloc_thread_t
++01004 
++01011  int hwloc_get_thread_cpubind(hwloc_topology_t topology, hwloc_thread_t tid, hwloc_cpuset_t set, int flags);
++01012 #endif
++01013 
++01054 typedef enum {
++01055   HWLOC_MEMBIND_DEFAULT =       0,      
++01057   HWLOC_MEMBIND_FIRSTTOUCH =    1,      
++01060   HWLOC_MEMBIND_BIND =          2,      
++01062   HWLOC_MEMBIND_INTERLEAVE =    3,      
++01064   HWLOC_MEMBIND_REPLICATE =     4,      
++01066   HWLOC_MEMBIND_NEXTTOUCH =     5       
++01069 } hwloc_membind_policy_t;
++01070 
++01077 typedef enum {
++01078   HWLOC_MEMBIND_PROCESS =       (1<<0), 
++01081   HWLOC_MEMBIND_THREAD =        (1<<1), 
++01084   HWLOC_MEMBIND_STRICT =        (1<<2), 
++01089   HWLOC_MEMBIND_MIGRATE =       (1<<3), 
++01093   HWLOC_MEMBIND_NOCPUBIND =     (1<<4)  
++01106 } hwloc_membind_flags_t;
++01107 
++01113  int hwloc_set_membind_nodeset(hwloc_topology_t topology, hwloc_const_nodeset_t nodeset, hwloc_membind_policy_t policy, int flags);
++01114 
++01120  int hwloc_set_membind(hwloc_topology_t topology, hwloc_const_cpuset_t cpuset, hwloc_membind_policy_t policy, int flags);
++01121 
++01124  int hwloc_get_membind_nodeset(hwloc_topology_t topology, hwloc_nodeset_t nodeset, hwloc_membind_policy_t * policy, int flags);
++01125 
++01128  int hwloc_get_membind(hwloc_topology_t topology, hwloc_cpuset_t cpuset, hwloc_membind_policy_t * policy, int flags);
++01129 
++01135  int hwloc_set_proc_membind_nodeset(hwloc_topology_t topology, hwloc_pid_t pid, hwloc_const_nodeset_t nodeset, hwloc_membind_policy_t policy, int flags);
++01136 
++01142  int hwloc_set_proc_membind(hwloc_topology_t topology, hwloc_pid_t pid, hwloc_const_cpuset_t cpuset, hwloc_membind_policy_t policy, int flags);
++01143 
++01146  int hwloc_get_proc_membind_nodeset(hwloc_topology_t topology, hwloc_pid_t pid, hwloc_nodeset_t nodeset, hwloc_membind_policy_t * policy, int flags);
++01147 
++01150  int hwloc_get_proc_membind(hwloc_topology_t topology, hwloc_pid_t pid, hwloc_cpuset_t cpuset, hwloc_membind_policy_t * policy, int flags);
++01151 
++01157  int hwloc_set_area_membind_nodeset(hwloc_topology_t topology, const void *addr, size_t len, hwloc_const_nodeset_t nodeset, hwloc_membind_policy_t policy, int flags);
++01158 
++01164  int hwloc_set_area_membind(hwloc_topology_t topology, const void *addr, size_t len, hwloc_const_cpuset_t cpuset, hwloc_membind_policy_t policy, int flags);
++01165 
++01168  int hwloc_get_area_membind_nodeset(hwloc_topology_t topology, const void *addr, size_t len, hwloc_nodeset_t nodeset, hwloc_membind_policy_t * policy, int flags);
++01169 
++01172  int hwloc_get_area_membind(hwloc_topology_t topology, const void *addr, size_t len, hwloc_cpuset_t cpuset, hwloc_membind_policy_t * policy, int flags);
++01173 
++01181  void *hwloc_alloc(hwloc_topology_t topology, size_t len);
++01182 
++01192  void *hwloc_alloc_membind_nodeset(hwloc_topology_t topology, size_t len, hwloc_const_nodeset_t nodeset, hwloc_membind_policy_t policy, int flags) ;
++01193 
++01203  void *hwloc_alloc_membind(hwloc_topology_t topology, size_t len, hwloc_const_cpuset_t cpuset, hwloc_membind_policy_t policy, int flags) ;
++01204 
++01207  int hwloc_free(hwloc_topology_t topology, void *addr, size_t len);
++01208 
++01212 #ifdef __cplusplus
++01213 } /* extern "C" */
++01214 #endif
++01215 
++01216 
++01217 /* high-level helpers */
++01218 #include <hwloc/helper.h>
++01219 
++01220 
++01221 #endif /* HWLOC_H */
++

Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  ++ ++doxygen 1.3.9.1
++ ++ +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00074.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00074.html +--- hwloc-1.1/doc/doxygen-doc/html/a00074.html 1970-01-01 01:00:00.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00074.html 2010-12-31 23:48:22.536906218 +0100 +@@ -0,0 +1,358 @@ ++ ++ ++Hardware Locality (hwloc): linux-libnuma.h Source File ++ ++ ++ ++ ++

linux-libnuma.h

Go to the documentation of this file.
00001 /*
++00002  * Copyright © 2009 CNRS
++00003  * Copyright © 2009-2010 INRIA
++00004  * Copyright © 2009-2010 Université Bordeaux 1
++00005  * See COPYING in top-level directory.
++00006  */
++00007 
++00015 #ifndef HWLOC_LINUX_LIBNUMA_H
++00016 #define HWLOC_LINUX_LIBNUMA_H
++00017 
++00018 #include <hwloc.h>
++00019 #include <numa.h>
++00020 
++00021 
++00022 #ifdef __cplusplus
++00023 extern "C" {
++00024 #endif
++00025 
++00026 
++00042 static inline int
++00043 hwloc_cpuset_to_linux_libnuma_ulongs(hwloc_topology_t topology, hwloc_const_cpuset_t cpuset,
++00044                                     unsigned long *mask, unsigned long *maxnode)
++00045 {
++00046   int depth = hwloc_get_type_depth(topology, HWLOC_OBJ_NODE);
++00047   unsigned long outmaxnode = -1;
++00048 
++00049   /* round-up to the next ulong and clear all bytes */
++00050   *maxnode = (*maxnode + 8*sizeof(*mask) - 1) & ~(8*sizeof(*mask) - 1);
++00051   memset(mask, 0, *maxnode/8);
++00052 
++00053   if (depth != HWLOC_TYPE_DEPTH_UNKNOWN) {
++00054     hwloc_obj_t node = NULL;
++00055     while ((node = hwloc_get_next_obj_covering_cpuset_by_type(topology, cpuset, HWLOC_OBJ_NODE, node)) != NULL) {
++00056       if (node->os_index >= *maxnode)
++00057         continue;
++00058       mask[node->os_index/sizeof(*mask)/8] |= 1UL << (node->os_index % (sizeof(*mask)*8));
++00059       if (outmaxnode == (unsigned long) -1 || outmaxnode < node->os_index)
++00060         outmaxnode = node->os_index;
++00061     }
++00062 
++00063   } else {
++00064     /* if no numa, libnuma assumes we have a single node */
++00065     if (!hwloc_bitmap_iszero(cpuset)) {
++00066       mask[0] = 1;
++00067       outmaxnode = 0;
++00068     }
++00069   }
++00070 
++00071   *maxnode = outmaxnode+1;
++00072   return 0;
++00073 }
++00074 
++00085 static inline int
++00086 hwloc_nodeset_to_linux_libnuma_ulongs(hwloc_topology_t topology, hwloc_const_nodeset_t nodeset,
++00087                                       unsigned long *mask, unsigned long *maxnode)
++00088 {
++00089   int depth = hwloc_get_type_depth(topology, HWLOC_OBJ_NODE);
++00090   unsigned long outmaxnode = -1;
++00091 
++00092   /* round-up to the next ulong and clear all bytes */
++00093   *maxnode = (*maxnode + 8*sizeof(*mask) - 1) & ~(8*sizeof(*mask) - 1);
++00094   memset(mask, 0, *maxnode/8);
++00095 
++00096   if (depth != HWLOC_TYPE_DEPTH_UNKNOWN) {
++00097     hwloc_obj_t node = NULL;
++00098     while ((node = hwloc_get_next_obj_by_type(topology, HWLOC_OBJ_NODE, node)) != NULL) {
++00099       if (node->os_index >= *maxnode)
++00100         continue;
++00101       if (!hwloc_bitmap_isset(nodeset, node->os_index))
++00102         continue;
++00103       mask[node->os_index/sizeof(*mask)/8] |= 1UL << (node->os_index % (sizeof(*mask)*8));
++00104       if (outmaxnode == (unsigned long) -1 || outmaxnode < node->os_index)
++00105         outmaxnode = node->os_index;
++00106     }
++00107 
++00108   } else {
++00109     /* if no numa, libnuma assumes we have a single node */
++00110     if (!hwloc_bitmap_iszero(nodeset)) {
++00111       mask[0] = 1;
++00112       outmaxnode = 0;
++00113     }
++00114   }
++00115 
++00116   *maxnode = outmaxnode+1;
++00117   return 0;
++00118 }
++00119 
++00129 static inline int
++00130 hwloc_cpuset_from_linux_libnuma_ulongs(hwloc_topology_t topology, hwloc_cpuset_t cpuset,
++00131                                       const unsigned long *mask, unsigned long maxnode)
++00132 {
++00133   int depth = hwloc_get_type_depth(topology, HWLOC_OBJ_NODE);
++00134 
++00135   if (depth != HWLOC_TYPE_DEPTH_UNKNOWN) {
++00136     hwloc_obj_t node;
++00137     unsigned i;
++00138     hwloc_bitmap_zero(cpuset);
++00139     for(i=0; i<maxnode; i++)
++00140       if (mask[i/sizeof(*mask)/8] & (1UL << (i% (sizeof(*mask)*8)))) {
++00141         node = hwloc_get_obj_by_depth(topology, depth, i);
++00142         if (node)
++00143           hwloc_bitmap_or(cpuset, cpuset, node->cpuset);
++00144       }
++00145   } else {
++00146     /* if no numa, libnuma assumes we have a single node */
++00147     if (mask[0] & 1)
++00148       hwloc_bitmap_copy(cpuset, hwloc_topology_get_complete_cpuset(topology));
++00149     else
++00150       hwloc_bitmap_zero(cpuset);
++00151   }
++00152 
++00153   return 0;
++00154 }
++00155 
++00165 static inline int
++00166 hwloc_nodeset_from_linux_libnuma_ulongs(hwloc_topology_t topology, hwloc_nodeset_t nodeset,
++00167                                         const unsigned long *mask, unsigned long maxnode)
++00168 {
++00169   int depth = hwloc_get_type_depth(topology, HWLOC_OBJ_NODE);
++00170 
++00171   if (depth != HWLOC_TYPE_DEPTH_UNKNOWN) {
++00172     hwloc_obj_t node;
++00173     unsigned i;
++00174     hwloc_bitmap_zero(nodeset);
++00175     for(i=0; i<maxnode; i++)
++00176       if (mask[i/sizeof(*mask)/8] & (1UL << (i% (sizeof(*mask)*8)))) {
++00177         node = hwloc_get_obj_by_depth(topology, depth, i);
++00178         if (node)
++00179           hwloc_bitmap_set(nodeset, node->os_index);
++00180       }
++00181   } else {
++00182     /* if no numa, libnuma assumes we have a single node */
++00183     if (mask[0] & 1)
++00184       hwloc_bitmap_fill(nodeset);
++00185     else
++00186       hwloc_bitmap_zero(nodeset);
++00187   }
++00188 
++00189   return 0;
++00190 }
++00191 
++00210 static inline struct bitmask * 
++00211 hwloc_cpuset_to_linux_libnuma_bitmask(hwloc_topology_t topology, hwloc_const_cpuset_t cpuset)
++00212 {
++00213   int depth = hwloc_get_type_depth(topology, HWLOC_OBJ_NODE);
++00214   struct bitmask *bitmask = numa_allocate_cpumask();
++00215   if (!bitmask)
++00216     return NULL;
++00217 
++00218   if (depth != HWLOC_TYPE_DEPTH_UNKNOWN) {
++00219     hwloc_obj_t node = NULL;
++00220     while ((node = hwloc_get_next_obj_covering_cpuset_by_type(topology, cpuset, HWLOC_OBJ_NODE, node)) != NULL)
++00221       numa_bitmask_setbit(bitmask, node->os_index);
++00222   } else {
++00223     /* if no numa, libnuma assumes we have a single node */
++00224     if (!hwloc_bitmap_iszero(cpuset))
++00225       numa_bitmask_setbit(bitmask, 0);
++00226   }
++00227 
++00228   return bitmask;
++00229 }
++00230 
++00240 static inline struct bitmask * 
++00241 hwloc_nodeset_to_linux_libnuma_bitmask(hwloc_topology_t topology, hwloc_const_nodeset_t nodeset)
++00242 {
++00243   int depth = hwloc_get_type_depth(topology, HWLOC_OBJ_NODE);
++00244   struct bitmask *bitmask = numa_allocate_cpumask();
++00245   if (!bitmask)
++00246     return NULL;
++00247 
++00248   if (depth != HWLOC_TYPE_DEPTH_UNKNOWN) {
++00249     hwloc_obj_t node = NULL;
++00250     while ((node = hwloc_get_next_obj_by_type(topology, HWLOC_OBJ_NODE, node)) != NULL)
++00251       if (hwloc_bitmap_isset(nodeset, node->os_index))
++00252         numa_bitmask_setbit(bitmask, node->os_index);
++00253   } else {
++00254     /* if no numa, libnuma assumes we have a single node */
++00255     if (!hwloc_bitmap_iszero(nodeset))
++00256       numa_bitmask_setbit(bitmask, 0);
++00257   }
++00258 
++00259   return bitmask;
++00260 }
++00261 
++00267 static inline int
++00268 hwloc_cpuset_from_linux_libnuma_bitmask(hwloc_topology_t topology, hwloc_cpuset_t cpuset,
++00269                                         const struct bitmask *bitmask)
++00270 {
++00271   int depth = hwloc_get_type_depth(topology, HWLOC_OBJ_NODE);
++00272 
++00273   if (depth != HWLOC_TYPE_DEPTH_UNKNOWN) {
++00274     hwloc_obj_t node;
++00275     int i;
++00276     hwloc_bitmap_zero(cpuset);
++00277     for(i=0; i<NUMA_NUM_NODES; i++)
++00278       if (numa_bitmask_isbitset(bitmask, i)) {
++00279         node = hwloc_get_obj_by_depth(topology, depth, i);
++00280         if (node)
++00281           hwloc_bitmap_or(cpuset, cpuset, node->cpuset);
++00282       }
++00283   } else {
++00284     /* if no numa, libnuma assumes we have a single node */
++00285     if (numa_bitmask_isbitset(bitmask, 0))
++00286       hwloc_bitmap_copy(cpuset, hwloc_topology_get_complete_cpuset(topology));
++00287     else
++00288       hwloc_bitmap_zero(cpuset);
++00289   }
++00290 
++00291   return 0;
++00292 }
++00293 
++00299 static inline int
++00300 hwloc_nodeset_from_linux_libnuma_bitmask(hwloc_topology_t topology, hwloc_nodeset_t nodeset,
++00301                                          const struct bitmask *bitmask)
++00302 {
++00303   int depth = hwloc_get_type_depth(topology, HWLOC_OBJ_NODE);
++00304 
++00305   if (depth != HWLOC_TYPE_DEPTH_UNKNOWN) {
++00306     hwloc_obj_t node;
++00307     int i;
++00308     hwloc_bitmap_zero(nodeset);
++00309     for(i=0; i<NUMA_NUM_NODES; i++)
++00310       if (numa_bitmask_isbitset(bitmask, i)) {
++00311         node = hwloc_get_obj_by_depth(topology, depth, i);
++00312         if (node)
++00313           hwloc_bitmap_set(nodeset, node->os_index);
++00314       }
++00315   } else {
++00316     /* if no numa, libnuma assumes we have a single node */
++00317     if (numa_bitmask_isbitset(bitmask, 0))
++00318       hwloc_bitmap_fill(nodeset);
++00319     else
++00320       hwloc_bitmap_zero(nodeset);
++00321   }
++00322 
++00323   return 0;
++00324 }
++00325 
++00330 #ifdef NUMA_VERSION1_COMPATIBILITY
++00331 
++00341 static inline int
++00342 hwloc_cpuset_to_linux_libnuma_nodemask(hwloc_topology_t topology, hwloc_const_cpuset_t cpuset,
++00343                                       nodemask_t *nodemask)
++00344 {
++00345   int depth = hwloc_get_type_depth(topology, HWLOC_OBJ_NODE);
++00346 
++00347   nodemask_zero(nodemask);
++00348 
++00349   if (depth != HWLOC_TYPE_DEPTH_UNKNOWN) {
++00350     hwloc_obj_t node = NULL;
++00351     while ((node = hwloc_get_next_obj_covering_cpuset_by_type(topology, cpuset, HWLOC_OBJ_NODE, node)) != NULL)
++00352       nodemask_set(nodemask, node->os_index);
++00353   } else {
++00354     /* if no numa, libnuma assumes we have a single node */
++00355     if (!hwloc_bitmap_iszero(cpuset))
++00356       nodemask_set(nodemask, 0);
++00357   }
++00358 
++00359   return 0;
++00360 }
++00361 
++00367 static inline int
++00368 hwloc_nodeset_to_linux_libnuma_nodemask(hwloc_topology_t topology, hwloc_const_nodeset_t nodeset,
++00369                                         nodemask_t *nodemask)
++00370 {
++00371   int depth = hwloc_get_type_depth(topology, HWLOC_OBJ_NODE);
++00372 
++00373   nodemask_zero(nodemask);
++00374 
++00375   if (depth != HWLOC_TYPE_DEPTH_UNKNOWN) {
++00376     hwloc_obj_t node = NULL;
++00377     while ((node = hwloc_get_next_obj_by_type(topology, HWLOC_OBJ_NODE, node)) != NULL)
++00378       if (hwloc_bitmap_isset(nodeset, node->os_index))
++00379         nodemask_set(nodemask, node->os_index);
++00380   } else {
++00381     /* if no numa, libnuma assumes we have a single node */
++00382     if (!hwloc_bitmap_iszero(nodeset))
++00383       nodemask_set(nodemask, 0);
++00384   }
++00385 
++00386   return 0;
++00387 }
++00388 
++00394 static inline int
++00395 hwloc_cpuset_from_linux_libnuma_nodemask(hwloc_topology_t topology, hwloc_cpuset_t cpuset,
++00396                                         const nodemask_t *nodemask)
++00397 {
++00398   int depth = hwloc_get_type_depth(topology, HWLOC_OBJ_NODE);
++00399 
++00400   if (depth != HWLOC_TYPE_DEPTH_UNKNOWN) {
++00401     hwloc_obj_t node;
++00402     int i;
++00403     hwloc_bitmap_zero(cpuset);
++00404     for(i=0; i<NUMA_NUM_NODES; i++)
++00405       if (nodemask_isset(nodemask, i)) {
++00406         node = hwloc_get_obj_by_depth(topology, depth, i);
++00407         if (node)
++00408           hwloc_bitmap_or(cpuset, cpuset, node->cpuset);
++00409       }
++00410   } else {
++00411     /* if no numa, libnuma assumes we have a single node */
++00412     if (nodemask_isset(nodemask, 0))
++00413       hwloc_bitmap_copy(cpuset, hwloc_topology_get_complete_cpuset(topology));
++00414     else
++00415       hwloc_bitmap_zero(cpuset);
++00416   }
++00417 
++00418   return 0;
++00419 }
++00420 
++00426 static inline int
++00427 hwloc_nodeset_from_linux_libnuma_nodemask(hwloc_topology_t topology, hwloc_nodeset_t nodeset,
++00428                                           const nodemask_t *nodemask)
++00429 {
++00430   int depth = hwloc_get_type_depth(topology, HWLOC_OBJ_NODE);
++00431 
++00432   if (depth != HWLOC_TYPE_DEPTH_UNKNOWN) {
++00433     hwloc_obj_t node;
++00434     int i;
++00435     hwloc_bitmap_zero(nodeset);
++00436     for(i=0; i<NUMA_NUM_NODES; i++)
++00437       if (nodemask_isset(nodemask, i)) {
++00438         node = hwloc_get_obj_by_depth(topology, depth, i);
++00439         if (node)
++00440           hwloc_bitmap_set(nodeset, node->os_index);
++00441       }
++00442   } else {
++00443     /* if no numa, libnuma assumes we have a single node */
++00444     if (nodemask_isset(nodemask, 0))
++00445       hwloc_bitmap_fill(nodeset);
++00446     else
++00447       hwloc_bitmap_zero(nodeset);
++00448   }
++00449 
++00450   return 0;
++00451 }
++00452 
++00454 #endif /* NUMA_VERSION1_COMPATIBILITY */
++00455 
++00456 
++00457 #ifdef __cplusplus
++00458 } /* extern "C" */
++00459 #endif
++00460 
++00461 
++00462 #endif /* HWLOC_LINUX_NUMA_H */
++

Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  ++ ++doxygen 1.3.9.1
++ ++ +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00075.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00075.html +--- hwloc-1.1/doc/doxygen-doc/html/a00075.html 1970-01-01 01:00:00.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00075.html 2010-12-31 23:48:22.433893614 +0100 +@@ -0,0 +1,43 @@ ++ ++ ++Hardware Locality (hwloc): linux.h Source File ++ ++ ++ ++ ++

linux.h

Go to the documentation of this file.
00001 /*
++00002  * Copyright © 2009 CNRS
++00003  * Copyright © 2009-2010 INRIA
++00004  * Copyright © 2009-2010 Université Bordeaux 1
++00005  * See COPYING in top-level directory.
++00006  */
++00007 
++00015 #ifndef HWLOC_LINUX_H
++00016 #define HWLOC_LINUX_H
++00017 
++00018 #include <hwloc.h>
++00019 #include <stdio.h>
++00020 
++00021 
++00022 #ifdef __cplusplus
++00023 extern "C" {
++00024 #endif
++00025 
++00026 
++00040  int hwloc_linux_parse_cpumap_file(FILE *file, hwloc_cpuset_t set);
++00041 
++00047  int hwloc_linux_set_tid_cpubind(hwloc_topology_t topology, pid_t tid, hwloc_const_cpuset_t set);
++00048 
++00054  int hwloc_linux_get_tid_cpubind(hwloc_topology_t topology, pid_t tid, hwloc_cpuset_t set);
++00055 
++00059 #ifdef __cplusplus
++00060 } /* extern "C" */
++00061 #endif
++00062 
++00063 
++00064 #endif /* HWLOC_GLIBC_SCHED_H */
++

Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  ++ ++doxygen 1.3.9.1
++ ++ +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00076.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00076.html +--- hwloc-1.1/doc/doxygen-doc/html/a00076.html 1970-01-01 01:00:00.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00076.html 2010-12-31 23:48:22.555908543 +0100 +@@ -0,0 +1,91 @@ ++ ++ ++Hardware Locality (hwloc): myriexpress.h Source File ++ ++ ++ ++ ++

myriexpress.h

Go to the documentation of this file.
00001 /*
++00002  * Copyright © 2010 INRIA
++00003  * See COPYING in top-level directory.
++00004  */
++00005 
++00014 #ifndef HWLOC_MYRIEXPRESS_H
++00015 #define HWLOC_MYRIEXPRESS_H
++00016 
++00017 #include <hwloc.h>
++00018 #include <hwloc/config.h>
++00019 #include <hwloc/linux.h>
++00020 
++00021 #include <myriexpress.h>
++00022 
++00023 
++00024 #ifdef __cplusplus
++00025 extern "C" {
++00026 #endif
++00027 
++00028 
++00039 static inline int
++00040 hwloc_mx_board_get_device_cpuset(hwloc_topology_t topology,
++00041                                  unsigned id, hwloc_cpuset_t set)
++00042 {
++00043   uint32_t in, out;
++00044 
++00045   in = id;
++00046   if (mx_get_info(NULL, MX_NUMA_NODE, &in, sizeof(in), &out, sizeof(out)) != MX_SUCCESS) {
++00047     errno = EINVAL;
++00048     return -1;
++00049   }
++00050 
++00051   if (out != (uint32_t) -1) {
++00052     hwloc_obj_t obj = NULL;
++00053     while ((obj = hwloc_get_next_obj_by_type(topology, HWLOC_OBJ_NODE, obj)) != NULL)
++00054       if (obj->os_index == out) {
++00055         hwloc_bitmap_copy(set, obj->cpuset);
++00056         goto out;
++00057       }
++00058   }
++00059   /* fallback to the full topology cpuset */
++00060   hwloc_bitmap_copy(set, hwloc_topology_get_complete_cpuset(topology));
++00061 
++00062  out:
++00063   return 0;
++00064 }
++00065 
++00072 static inline int
++00073 hwloc_mx_endpoint_get_device_cpuset(hwloc_topology_t topology,
++00074                                     mx_endpoint_t endpoint, hwloc_cpuset_t set)
++00075 {
++00076   uint64_t nid;
++00077   uint32_t nindex, eid;
++00078   mx_endpoint_addr_t eaddr;
++00079 
++00080   if (mx_get_endpoint_addr(endpoint, &eaddr) != MX_SUCCESS) {
++00081     errno = EINVAL;
++00082     return -1;
++00083   }
++00084 
++00085   if (mx_decompose_endpoint_addr(eaddr, &nid, &eid) != MX_SUCCESS) {
++00086     errno = EINVAL;
++00087     return -1;
++00088   }
++00089 
++00090   if (mx_nic_id_to_board_number(nid, &nindex) != MX_SUCCESS) {
++00091     errno = EINVAL;
++00092     return -1;
++00093   }
++00094 
++00095   return hwloc_mx_board_get_device_cpuset(topology, nindex, set);
++00096 }
++00097 
++00101 #ifdef __cplusplus
++00102 } /* extern "C" */
++00103 #endif
++00104 
++00105 
++00106 #endif /* HWLOC_MYRIEXPRESS_H */
++

Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  ++ ++doxygen 1.3.9.1
++ ++ +diff -uNr hwloc-1.1/doc/doxygen-doc/html/a00077.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00077.html +--- hwloc-1.1/doc/doxygen-doc/html/a00077.html 1970-01-01 01:00:00.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/a00077.html 2010-12-31 23:48:22.456896427 +0100 +@@ -0,0 +1,68 @@ ++ ++ ++Hardware Locality (hwloc): openfabrics-verbs.h Source File ++ ++ ++ ++ ++

openfabrics-verbs.h

Go to the documentation of this file.
00001 /*
++00002  * Copyright © 2009 CNRS
++00003  * Copyright © 2009-2010 INRIA
++00004  * Copyright © 2009-2010 Université Bordeaux 1
++00005  * Copyright © 2009 Cisco Systems, Inc.  All rights reserved.
++00006  * See COPYING in top-level directory.
++00007  */
++00008 
++00019 #ifndef HWLOC_OPENFABRICS_VERBS_H
++00020 #define HWLOC_OPENFABRICS_VERBS_H
++00021 
++00022 #include <hwloc.h>
++00023 #include <hwloc/config.h>
++00024 #include <hwloc/linux.h>
++00025 
++00026 #include <infiniband/verbs.h>
++00027 
++00028 
++00029 #ifdef __cplusplus
++00030 extern "C" {
++00031 #endif
++00032 
++00033 
++00046 static inline int
++00047 hwloc_ibv_get_device_cpuset(hwloc_topology_t topology ,
++00048                             struct ibv_device *ibdev, hwloc_cpuset_t set)
++00049 {
++00050 #ifdef HWLOC_LINUX_SYS
++00051   /* If we're on Linux, use the verbs-provided sysfs mechanism to
++00052      get the local cpus */
++00053 #define HWLOC_OPENFABRICS_VERBS_SYSFS_PATH_MAX 128
++00054   char path[HWLOC_OPENFABRICS_VERBS_SYSFS_PATH_MAX];
++00055   FILE *sysfile = NULL;
++00056 
++00057   sprintf(path, "/sys/class/infiniband/%s/device/local_cpus",
++00058           ibv_get_device_name(ibdev));
++00059   sysfile = fopen(path, "r");
++00060   if (!sysfile)
++00061     return -1;
++00062 
++00063   hwloc_linux_parse_cpumap_file(sysfile, set);
++00064 
++00065   fclose(sysfile);
++00066 #else
++00067   /* Non-Linux systems simply get a full cpuset */
++00068   hwloc_bitmap_copy(set, hwloc_topology_get_complete_cpuset(topology));
++00069 #endif
++00070   return 0;
++00071 }
++00072 
++00076 #ifdef __cplusplus
++00077 } /* extern "C" */
++00078 #endif
++00079 
++00080 
++00081 #endif /* HWLOC_OPENFABRICS_VERBS_H */
++

Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  ++ ++doxygen 1.3.9.1
++ ++ +diff -uNr hwloc-1.1/doc/doxygen-doc/html/annotated.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/annotated.html +--- hwloc-1.1/doc/doxygen-doc/html/annotated.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/annotated.html 2010-12-31 23:48:22.458896673 +0100 +@@ -1,51 +1,25 @@ +- +- +- +- ++ ++ + Hardware Locality (hwloc): Data Structures +- +- +- +- +- +- +-
+-
+-

Data Structures

+-
+-
+-Here are the data structures with brief descriptions: +- +- ++ ++ ++ ++ ++

Hardware Locality (hwloc) Data Structures

Here are the data structures with brief descriptions:
hwloc_obj_attr_u::hwloc_cache_attr_sCache-specific Object Attributes
hwloc_obj_attr_u::hwloc_group_attr_sGroup-specific Object Attributes
+ + +- +- +- +- +- +- +- ++ ++ ++ ++ ++ ++ ++ ++ ++ +
hwloc_objStructure of a topology object
hwloc_obj_attr_uObject type-specific Attributes
hwloc_obj_info_sObject info
hwloc_obj_memory_s::hwloc_obj_memory_page_type_sArray of local memory page types, NULL if no local memory and page_types is 0
hwloc_obj_memory_sObject memory
hwloc_topology_cpubind_supportFlags describing actual PU binding support for this topology
hwloc_topology_discovery_supportFlags describing actual discovery support for this topology
hwloc_topology_membind_supportFlags describing actual memory binding support for this topology
hwloc_topology_supportSet of flags describing actual support for this topology
hwloc_obj_attr_u::hwloc_cache_attr_sCache-specific Object Attributes
hwloc_obj_attr_u::hwloc_group_attr_sGroup-specific Object Attributes
hwloc_obj_info_sObject info
hwloc_obj_memory_sObject memory
hwloc_obj_memory_s::hwloc_obj_memory_page_type_sArray of local memory page types, NULL if no local memory and page_types is 0
hwloc_topology_cpubind_supportFlags describing actual PU binding support for this topology
hwloc_topology_discovery_supportFlags describing actual discovery support for this topology
hwloc_topology_membind_supportFlags describing actual memory binding support for this topology
hwloc_topology_supportSet of flags describing actual support for this topology
+-
+- + + +Binary files hwloc-1.1/doc/doxygen-doc/html/bc_s.png and hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/bc_s.png differ +diff -uNr hwloc-1.1/doc/doxygen-doc/html/classes.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/classes.html +--- hwloc-1.1/doc/doxygen-doc/html/classes.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/classes.html 1970-01-01 01:00:00.000000000 +0100 +@@ -1,42 +0,0 @@ +- +- +- +- +-Hardware Locality (hwloc): Alphabetical List +- +- +- +- +- +- +-
+-
+-

Data Structure Index

+-
+- +- +- +- +Binary files hwloc-1.1/doc/doxygen-doc/html/closed.png and hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/closed.png differ +Binary files hwloc-1.1/doc/doxygen-doc/html/diagram.png and hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/diagram.png differ +Binary files hwloc-1.1/doc/doxygen-doc/html/doxygen.png and hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/doxygen.png differ +diff -uNr hwloc-1.1/doc/doxygen-doc/html/files.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/files.html +--- hwloc-1.1/doc/doxygen-doc/html/files.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/files.html 2010-12-31 23:48:22.578911358 +0100 +@@ -1,49 +1,25 @@ +- +- +- +- ++ ++ + Hardware Locality (hwloc): File Index +- +- +- +- +- +- +-
+-
+-

File List

+-
+-
+-Here is a list of all files with brief descriptions: +- +- +- +- +- +- +- +- +- +- ++ ++ ++ ++ ++

Hardware Locality (hwloc) File List

Here is a list of all files with brief descriptions:
bitmap.h [code]The bitmap API, for use in hwloc itself
cuda.h [code]Macros to help interaction between hwloc and the CUDA Driver API
cudart.h [code]Macros to help interaction between hwloc and the CUDA Runtime API
glibc-sched.h [code]Macros to help interaction between hwloc and glibc scheduling routines
helper.h [code]High-level hwloc traversal helpers
hwloc.h [code]The hwloc API
linux-libnuma.h [code]Macros to help interaction between hwloc and Linux libnuma
linux.h [code]Macros to help interaction between hwloc and Linux
myriexpress.h [code]Macros to help interaction between hwloc and Myrinet Express
openfabrics-verbs.h [code]Macros to help interaction between hwloc and OpenFabrics verbs
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ +
bitmap.h [code]The bitmap API, for use in hwloc itself
cuda.h [code]Macros to help interaction between hwloc and the CUDA Driver API
cudart.h [code]Macros to help interaction between hwloc and the CUDA Runtime API
glibc-sched.h [code]Macros to help interaction between hwloc and glibc scheduling routines
helper.h [code]High-level hwloc traversal helpers
hwloc.doxy
hwloc.h [code]The hwloc API
linux-libnuma.h [code]Macros to help interaction between hwloc and Linux libnuma
linux.h [code]Macros to help interaction between hwloc and Linux
myriexpress.h [code]Macros to help interaction between hwloc and Myrinet Express
openfabrics-verbs.h [code]Macros to help interaction between hwloc and OpenFabrics verbs
+-
+- + + +diff -uNr hwloc-1.1/doc/doxygen-doc/html/functions.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/functions.html +--- hwloc-1.1/doc/doxygen-doc/html/functions.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/functions.html 2010-12-31 23:48:22.582911846 +0100 +@@ -1,328 +1,117 @@ +- +- +- +- ++ ++ + Hardware Locality (hwloc): Data Fields +- +- +- +- +- +- +-
+-Here is a list of all struct and union fields with links to the structures/unions they belong to: +- +-

- a -

++ ++ ++ ++ ++ ++
a | b | c | d | f | g | i | l | m | n | o | p | r | s | t | u | v
+ ++

+ +-

- b -

+- + + +diff -uNr hwloc-1.1/doc/doxygen-doc/html/functions_vars.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/functions_vars.html +--- hwloc-1.1/doc/doxygen-doc/html/functions_vars.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/functions_vars.html 2010-12-31 23:48:22.459896795 +0100 +@@ -1,328 +1,117 @@ +- +- +- +- ++ ++ + Hardware Locality (hwloc): Data Fields - Variables +- +- +- +- +- +- +-
+-  +- +-

- a -

++ ++ ++ ++ ++ ++
a | b | c | d | f | g | i | l | m | n | o | p | r | s | t | u | v
+ ++

+ +-

- b -

+- + + +diff -uNr hwloc-1.1/doc/doxygen-doc/html/globals_defs.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/globals_defs.html +--- hwloc-1.1/doc/doxygen-doc/html/globals_defs.html 1970-01-01 01:00:00.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/globals_defs.html 2010-12-31 23:48:22.488900343 +0100 +@@ -0,0 +1,20 @@ ++ ++ ++Hardware Locality (hwloc): Globals - Defines ++ ++ ++ ++ ++ ++ ++

++

++
Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  ++ ++doxygen 1.3.9.1
++ ++ +diff -uNr hwloc-1.1/doc/doxygen-doc/html/globals_enum.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/globals_enum.html +--- hwloc-1.1/doc/doxygen-doc/html/globals_enum.html 1970-01-01 01:00:00.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/globals_enum.html 2010-12-31 23:48:22.562909400 +0100 +@@ -0,0 +1,24 @@ ++ ++ ++Hardware Locality (hwloc): Globals - Enumerations ++ ++ ++ ++ ++ ++ ++

++

++
Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  ++ ++doxygen 1.3.9.1
++ ++ +diff -uNr hwloc-1.1/doc/doxygen-doc/html/globals_eval.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/globals_eval.html +--- hwloc-1.1/doc/doxygen-doc/html/globals_eval.html 1970-01-01 01:00:00.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/globals_eval.html 2010-12-31 23:48:22.512903281 +0100 +@@ -0,0 +1,46 @@ ++ ++ ++Hardware Locality (hwloc): Globals - Enumeration values ++ ++ ++ ++ ++ ++ ++

++

++
Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  ++ ++doxygen 1.3.9.1
++ ++ +diff -uNr hwloc-1.1/doc/doxygen-doc/html/globals_func.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/globals_func.html +--- hwloc-1.1/doc/doxygen-doc/html/globals_func.html 1970-01-01 01:00:00.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/globals_func.html 2010-12-31 23:48:22.556908665 +0100 +@@ -0,0 +1,183 @@ ++ ++ ++Hardware Locality (hwloc): Globals - Functions ++ ++ ++ ++ ++ ++ ++ ++

++ ++

++

- h -

    ++
  • hwloc_alloc() ++: hwloc.h
  • hwloc_alloc_membind() ++: hwloc.h
  • hwloc_alloc_membind_nodeset() ++: hwloc.h
  • hwloc_alloc_membind_policy() ++: helper.h
  • hwloc_alloc_membind_policy_nodeset() ++: helper.h
  • hwloc_bitmap_allbut() ++: bitmap.h
  • hwloc_bitmap_alloc() ++: bitmap.h
  • hwloc_bitmap_alloc_full() ++: bitmap.h
  • hwloc_bitmap_and() ++: bitmap.h
  • hwloc_bitmap_andnot() ++: bitmap.h
  • hwloc_bitmap_asprintf() ++: bitmap.h
  • hwloc_bitmap_clr() ++: bitmap.h
  • hwloc_bitmap_clr_range() ++: bitmap.h
  • hwloc_bitmap_compare() ++: bitmap.h
  • hwloc_bitmap_compare_first() ++: bitmap.h
  • hwloc_bitmap_copy() ++: bitmap.h
  • hwloc_bitmap_dup() ++: bitmap.h
  • hwloc_bitmap_fill() ++: bitmap.h
  • hwloc_bitmap_first() ++: bitmap.h
  • hwloc_bitmap_free() ++: bitmap.h
  • hwloc_bitmap_from_ith_ulong() ++: bitmap.h
  • hwloc_bitmap_from_ulong() ++: bitmap.h
  • hwloc_bitmap_intersects() ++: bitmap.h
  • hwloc_bitmap_isequal() ++: bitmap.h
  • hwloc_bitmap_isfull() ++: bitmap.h
  • hwloc_bitmap_isincluded() ++: bitmap.h
  • hwloc_bitmap_isset() ++: bitmap.h
  • hwloc_bitmap_iszero() ++: bitmap.h
  • hwloc_bitmap_last() ++: bitmap.h
  • hwloc_bitmap_next() ++: bitmap.h
  • hwloc_bitmap_not() ++: bitmap.h
  • hwloc_bitmap_only() ++: bitmap.h
  • hwloc_bitmap_or() ++: bitmap.h
  • hwloc_bitmap_set() ++: bitmap.h
  • hwloc_bitmap_set_ith_ulong() ++: bitmap.h
  • hwloc_bitmap_set_range() ++: bitmap.h
  • hwloc_bitmap_singlify() ++: bitmap.h
  • hwloc_bitmap_snprintf() ++: bitmap.h
  • hwloc_bitmap_sscanf() ++: bitmap.h
  • hwloc_bitmap_taskset_asprintf() ++: bitmap.h
  • hwloc_bitmap_taskset_snprintf() ++: bitmap.h
  • hwloc_bitmap_taskset_sscanf() ++: bitmap.h
  • hwloc_bitmap_to_ith_ulong() ++: bitmap.h
  • hwloc_bitmap_to_ulong() ++: bitmap.h
  • hwloc_bitmap_weight() ++: bitmap.h
  • hwloc_bitmap_xor() ++: bitmap.h
  • hwloc_bitmap_zero() ++: bitmap.h
  • hwloc_compare_types() ++: hwloc.h
  • hwloc_cpuset_from_glibc_sched_affinity() ++: glibc-sched.h
  • hwloc_cpuset_from_linux_libnuma_bitmask() ++: linux-libnuma.h
  • hwloc_cpuset_from_linux_libnuma_nodemask() ++: linux-libnuma.h
  • hwloc_cpuset_from_linux_libnuma_ulongs() ++: linux-libnuma.h
  • hwloc_cpuset_from_nodeset() ++: helper.h
  • hwloc_cpuset_from_nodeset_strict() ++: helper.h
  • hwloc_cpuset_to_glibc_sched_affinity() ++: glibc-sched.h
  • hwloc_cpuset_to_linux_libnuma_bitmask() ++: linux-libnuma.h
  • hwloc_cpuset_to_linux_libnuma_nodemask() ++: linux-libnuma.h
  • hwloc_cpuset_to_linux_libnuma_ulongs() ++: linux-libnuma.h
  • hwloc_cpuset_to_nodeset() ++: helper.h
  • hwloc_cpuset_to_nodeset_strict() ++: helper.h
  • hwloc_cuda_get_device_cpuset() ++: cuda.h
  • hwloc_cudart_get_device_cpuset() ++: cudart.h
  • hwloc_distribute() ++: helper.h
  • hwloc_distributev() ++: helper.h
  • hwloc_free() ++: hwloc.h
  • hwloc_get_ancestor_obj_by_depth() ++: helper.h
  • hwloc_get_ancestor_obj_by_type() ++: helper.h
  • hwloc_get_area_membind() ++: hwloc.h
  • hwloc_get_area_membind_nodeset() ++: hwloc.h
  • hwloc_get_cache_covering_cpuset() ++: helper.h
  • hwloc_get_child_covering_cpuset() ++: helper.h
  • hwloc_get_closest_objs() ++: helper.h
  • hwloc_get_common_ancestor_obj() ++: helper.h
  • hwloc_get_cpubind() ++: hwloc.h
  • hwloc_get_depth_type() ++: hwloc.h
  • hwloc_get_first_largest_obj_inside_cpuset() ++: helper.h
  • hwloc_get_largest_objs_inside_cpuset() ++: helper.h
  • hwloc_get_membind() ++: hwloc.h
  • hwloc_get_membind_nodeset() ++: hwloc.h
  • hwloc_get_nbobjs_by_depth() ++: hwloc.h
  • hwloc_get_nbobjs_by_type() ++: hwloc.h
  • hwloc_get_nbobjs_inside_cpuset_by_depth() ++: helper.h
  • hwloc_get_nbobjs_inside_cpuset_by_type() ++: helper.h
  • hwloc_get_next_child() ++: helper.h
  • hwloc_get_next_obj_by_depth() ++: helper.h
  • hwloc_get_next_obj_by_type() ++: helper.h
  • hwloc_get_next_obj_covering_cpuset_by_depth() ++: helper.h
  • hwloc_get_next_obj_covering_cpuset_by_type() ++: helper.h
  • hwloc_get_next_obj_inside_cpuset_by_depth() ++: helper.h
  • hwloc_get_next_obj_inside_cpuset_by_type() ++: helper.h
  • hwloc_get_obj_below_array_by_type() ++: helper.h
  • hwloc_get_obj_below_by_type() ++: helper.h
  • hwloc_get_obj_by_depth() ++: hwloc.h
  • hwloc_get_obj_by_type() ++: hwloc.h
  • hwloc_get_obj_covering_cpuset() ++: helper.h
  • hwloc_get_obj_inside_cpuset_by_depth() ++: helper.h
  • hwloc_get_obj_inside_cpuset_by_type() ++: helper.h
  • hwloc_get_proc_cpubind() ++: hwloc.h
  • hwloc_get_proc_membind() ++: hwloc.h
  • hwloc_get_proc_membind_nodeset() ++: hwloc.h
  • hwloc_get_pu_obj_by_os_index() ++: helper.h
  • hwloc_get_root_obj() ++: helper.h
  • hwloc_get_shared_cache_covering_obj() ++: helper.h
  • hwloc_get_thread_cpubind() ++: hwloc.h
  • hwloc_get_type_depth() ++: hwloc.h
  • hwloc_get_type_or_above_depth() ++: helper.h
  • hwloc_get_type_or_below_depth() ++: helper.h
  • hwloc_ibv_get_device_cpuset() ++: openfabrics-verbs.h
  • hwloc_linux_get_tid_cpubind() ++: linux.h
  • hwloc_linux_parse_cpumap_file() ++: linux.h
  • hwloc_linux_set_tid_cpubind() ++: linux.h
  • hwloc_mx_board_get_device_cpuset() ++: myriexpress.h
  • hwloc_mx_endpoint_get_device_cpuset() ++: myriexpress.h
  • hwloc_nodeset_from_linux_libnuma_bitmask() ++: linux-libnuma.h
  • hwloc_nodeset_from_linux_libnuma_nodemask() ++: linux-libnuma.h
  • hwloc_nodeset_from_linux_libnuma_ulongs() ++: linux-libnuma.h
  • hwloc_nodeset_to_linux_libnuma_bitmask() ++: linux-libnuma.h
  • hwloc_nodeset_to_linux_libnuma_nodemask() ++: linux-libnuma.h
  • hwloc_nodeset_to_linux_libnuma_ulongs() ++: linux-libnuma.h
  • hwloc_obj_attr_snprintf() ++: hwloc.h
  • hwloc_obj_cpuset_snprintf() ++: hwloc.h
  • hwloc_obj_get_info_by_name() ++: hwloc.h
  • hwloc_obj_is_in_subtree() ++: helper.h
  • hwloc_obj_snprintf() ++: hwloc.h
  • hwloc_obj_type_of_string() ++: hwloc.h
  • hwloc_obj_type_snprintf() ++: hwloc.h
  • hwloc_obj_type_string() ++: hwloc.h
  • hwloc_set_area_membind() ++: hwloc.h
  • hwloc_set_area_membind_nodeset() ++: hwloc.h
  • hwloc_set_cpubind() ++: hwloc.h
  • hwloc_set_membind() ++: hwloc.h
  • hwloc_set_membind_nodeset() ++: hwloc.h
  • hwloc_set_proc_cpubind() ++: hwloc.h
  • hwloc_set_proc_membind() ++: hwloc.h
  • hwloc_set_proc_membind_nodeset() ++: hwloc.h
  • hwloc_set_thread_cpubind() ++: hwloc.h
  • hwloc_topology_check() ++: hwloc.h
  • hwloc_topology_destroy() ++: hwloc.h
  • hwloc_topology_export_xml() ++: hwloc.h
  • hwloc_topology_export_xmlbuffer() ++: hwloc.h
  • hwloc_topology_get_allowed_cpuset() ++: helper.h
  • hwloc_topology_get_allowed_nodeset() ++: helper.h
  • hwloc_topology_get_complete_cpuset() ++: helper.h
  • hwloc_topology_get_complete_nodeset() ++: helper.h
  • hwloc_topology_get_depth() ++: hwloc.h
  • hwloc_topology_get_online_cpuset() ++: helper.h
  • hwloc_topology_get_support() ++: hwloc.h
  • hwloc_topology_get_topology_cpuset() ++: helper.h
  • hwloc_topology_get_topology_nodeset() ++: helper.h
  • hwloc_topology_ignore_all_keep_structure() ++: hwloc.h
  • hwloc_topology_ignore_type() ++: hwloc.h
  • hwloc_topology_ignore_type_keep_structure() ++: hwloc.h
  • hwloc_topology_init() ++: hwloc.h
  • hwloc_topology_insert_misc_object_by_cpuset() ++: hwloc.h
  • hwloc_topology_insert_misc_object_by_parent() ++: hwloc.h
  • hwloc_topology_is_thissystem() ++: hwloc.h
  • hwloc_topology_load() ++: hwloc.h
  • hwloc_topology_set_flags() ++: hwloc.h
  • hwloc_topology_set_fsroot() ++: hwloc.h
  • hwloc_topology_set_pid() ++: hwloc.h
  • hwloc_topology_set_synthetic() ++: hwloc.h
  • hwloc_topology_set_xml() ++: hwloc.h
  • hwloc_topology_set_xmlbuffer() ++: hwloc.h
++
Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  ++ ++doxygen 1.3.9.1
++ ++ +diff -uNr hwloc-1.1/doc/doxygen-doc/html/globals.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/globals.html +--- hwloc-1.1/doc/doxygen-doc/html/globals.html 1970-01-01 01:00:00.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/globals.html 2010-12-31 23:48:22.577911235 +0100 +@@ -0,0 +1,230 @@ ++ ++ ++Hardware Locality (hwloc): Globals ++ ++ ++ ++ ++ ++ ++ ++

++ ++

++Here is a list of all functions, variables, defines, enums, and typedefs with links to the files they belong to:

- h -

++
Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  ++ ++doxygen 1.3.9.1
++ ++ +diff -uNr hwloc-1.1/doc/doxygen-doc/html/globals_type.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/globals_type.html +--- hwloc-1.1/doc/doxygen-doc/html/globals_type.html 1970-01-01 01:00:00.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/globals_type.html 2010-12-31 23:48:22.484899855 +0100 +@@ -0,0 +1,25 @@ ++ ++ ++Hardware Locality (hwloc): Globals - Typedefs ++ ++ ++ ++ ++ ++ ++

++

++
Generated on Tue Dec 21 21:04:54 2010 for Hardware Locality (hwloc) by  ++ ++doxygen 1.3.9.1
++ ++ +diff -uNr hwloc-1.1/doc/doxygen-doc/html/index.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/index.html +--- hwloc-1.1/doc/doxygen-doc/html/index.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/index.html 2010-12-31 23:48:22.488900343 +0100 +@@ -1,39 +1,24 @@ +- +- +- +- ++ ++ + Hardware Locality (hwloc): Hardware Locality +- +- +- +- +- +- +-
+-
+-

Hardware Locality

+-
+-
+-

1.1

Portable abstraction of hierarchical architectures for high-performance computing

+-
+- ++ ++ ++ ++ ++

Hardware Locality

++

++

1.1rc6r2967

Portable abstraction of hierarchical architectures for high-performance computing

++

++


++

++ +

+-

+-Introduction

+-

hwloc provides command line tools and a C API to obtain the hierarchical map of key computing elements, such as: NUMA memory nodes, shared caches, processor sockets, processor cores, and processing units (logical processors or "threads"). hwloc also gathers various attributes such as cache and memory information, and is portable across a variety of different operating systems and platforms.

+-

hwloc primarily aims at helping high-performance computing (HPC) applications, but is also applicable to any project seeking to exploit code and/or data locality on modern computing platforms.

+-

Note that the hwloc project represents the merger of the libtopology project from INRIA and the Portable Linux Processor Affinity (PLPA) sub-project from Open MPI. Both of these prior projects are now deprecated. The first hwloc release is essentially a "re-branding" of the libtopology code base, but with both a few genuinely new features and a few PLPA-like features added in. More new features and more PLPA-like features will be added to hwloc over time. See Switching from PLPA to hwloc for more details about converting your application from PLPA to hwloc.

+-

hwloc supports the following operating systems:

++

++Introduction

++hwloc provides command line tools and a C API to obtain the hierarchical map of key computing elements, such as: NUMA memory nodes, shared caches, processor sockets, processor cores, and processing units (logical processors or "threads"). hwloc also gathers various attributes such as cache and memory information, and is portable across a variety of different operating systems and platforms.

++hwloc primarily aims at helping high-performance computing (HPC) applications, but is also applicable to any project seeking to exploit code and/or data locality on modern computing platforms.

++Note that the hwloc project represents the merger of the libtopology project from INRIA and the Portable Linux Processor Affinity (PLPA) sub-project from Open MPI. Both of these prior projects are now deprecated. The first hwloc release is essentially a "re-branding" of the libtopology code base, but with both a few genuinely new features and a few PLPA-like features added in. More new features and more PLPA-like features will be added to hwloc over time. See switchfromplpa for more details about converting your application from PLPA to hwloc.

++hwloc supports the following operating systems:

+

    +
  • + Linux (including old kernels not having sysfs topology information, with knowledge of cpusets, offline cpus, ScaleMP vSMP, and Kerrighed support)
  • +@@ -52,40 +37,45 @@ +
  • + Microsoft Windows
  • +
+-

hwloc only reports the number of processors on unsupported operating systems; no topology information is available.

+-

For development and debugging purposes, hwloc also offers the ability to work on "fake" topologies:

++

++hwloc only reports the number of processors on unsupported operating systems; no topology information is available.

++For development and debugging purposes, hwloc also offers the ability to work on "fake" topologies:

+

    +
  • + Symmetrical tree of resources generated from a list of level arities
  • +
  • + Remote machine simulation through the gathering of Linux sysfs topology files
  • +
+-

hwloc can display the topology in a human-readable format, either in graphical mode (X11), or by exporting in one of several different formats, including: plain text, PDF, PNG, and FIG (see CLI Examples below). Note that some of the export formats require additional support libraries.

+-

hwloc offers a programming interface for manipulating topologies and objects. It also brings a powerful CPU bitmap API that is used to describe topology objects location on physical/logical processors. See the Programming Interface below. It may also be used to binding applications onto certain cores or memory nodes. Several utility programs are also provided to ease command-line manipulation of topology objects, binding of processes, and so on.

+- ++

++hwloc can display the topology in a human-readable format, either in graphical mode (X11), or by exporting in one of several different formats, including: plain text, PDF, PNG, and FIG (see CLI Examples below). Note that some of the export formats require additional support libraries.

++hwloc offers a programming interface for manipulating topologies and objects. It also brings a powerful CPU bitmap API that is used to describe topology objects location on physical/logical processors. See the Programming Interface below. It may also be used to binding applications onto certain cores or memory nodes. Several utility programs are also provided to ease command-line manipulation of topology objects, binding of processes, and so on.

++ +

+-

+-Installation

+-

hwloc (http://www.open-mpi.org/projects/hwloc/) is available under the BSD license. It is hosted as a sub-project of the overall Open MPI project (http://www.open-mpi.org/). Note that hwloc does not require any functionality from Open MPI -- it is a wholly separate (and much smaller!) project and code base. It just happens to be hosted as part of the overall Open MPI project.

+-

Nightly development snapshots are available on the web site. Additionally, the code can be directly checked out of Subversion:

++

++Installation

++hwloc (http://www.open-mpi.org/projects/hwloc/) is available under the BSD license. It is hosted as a sub-project of the overall Open MPI project (http://www.open-mpi.org/). Note that hwloc does not require any functionality from Open MPI -- it is a wholly separate (and much smaller!) project and code base. It just happens to be hosted as part of the overall Open MPI project.

++Nightly development snapshots are available on the web site. Additionally, the code can be directly checked out of Subversion:

+

shell$ svn checkout http://svn.open-mpi.org/svn/hwloc/trunk hwloc-trunk
+ shell$ cd hwloc-trunk
+ shell$ ./autogen.sh
+-

Note that GNU Autoconf >=2.63, Automake >=1.10 and Libtool >=2.2.6 are required when building from a Subversion checkout.

+-

Installation by itself is the fairly common GNU-based process:

++

++Note that GNU Autoconf >=2.63, Automake >=1.10 and Libtool >=2.2.6 are required when building from a Subversion checkout.

++Installation by itself is the fairly common GNU-based process:

+

shell$ ./configure --prefix=...
+ shell$ make
+ shell$ make install
+-

The hwloc command-line tool "lstopo" produces human-readable topology maps, as mentioned above. It can also export maps to the "fig" file format. Support for PDF, Postscript, and PNG exporting is provided if the "Cairo" development package can be found when hwloc is configured and build. Similarly, lstopo's XML support requires the libxml2 development package.

+- ++

++The hwloc command-line tool "lstopo" produces human-readable topology maps, as mentioned above. It can also export maps to the "fig" file format. Support for PDF, Postscript, and PNG exporting is provided if the "Cairo" development package can be found when hwloc is configured and build. Similarly, lstopo's XML support requires the libxml2 development package.

++ +

+-

+-CLI Examples

+-

On a 4-socket 2-core machine with hyperthreading, the lstopo tool may show the following graphical output:

++

++CLI Examples

++On a 4-socket 2-core machine with hyperthreading, the lstopo tool may show the following graphical output:

+

+-dudley.png ++dudley.png +
+-

Here's the equivalent output in textual form:

++

++Here's the equivalent output in textual form:

+

+ Machine (16GB)
+   Socket L#0 + L3 L#0 (4096KB)
+@@ -116,7 +106,8 @@
+     L2 L#7 (1024KB) + L1 L#7 (16KB) + Core L#7
+       PU L#14 (P#7)
+       PU L#15 (P#15)
+-

Finally, here's the equivalent output in XML. Long lines were artificially broken for document clarity (in the real output, each XML tag is on a single line), and only socket #0 is shown for brevity:

++

++Finally, here's the equivalent output in XML. Long lines were artificially broken for document clarity (in the real output, each XML tag is on a single line), and only socket #0 is shown for brevity:

+

+ <?xml version="1.0" encoding="UTF-8"?>
+ <!DOCTYPE topology SYSTEM "hwloc.dtd">
+@@ -180,11 +171,13 @@
+     <!-- ...other sockets listed here ... -->
+   </object>
+ </topology>
+-

On a 4-socket 2-core Opteron NUMA machine, the lstopo tool may show the following graphical output:

++

++On a 4-socket 2-core Opteron NUMA machine, the lstopo tool may show the following graphical output:

+

+-hagrid.png ++hagrid.png +
+-

Here's the equivalent output in textual form:

++

++Here's the equivalent output in textual form:

+

+ Machine (32GB)
+   NUMANode L#0 (P#0 8190MB) + Socket L#0
+@@ -199,7 +192,8 @@
+   NUMANode L#3 (P#3 8192MB) + Socket L#3
+     L2 L#6 (1024KB) + L1 L#6 (64KB) + Core L#6 + PU L#6 (P#6)
+     L2 L#7 (1024KB) + L1 L#7 (64KB) + Core L#7 + PU L#7 (P#7)
+-

And here's the equivalent output in XML. Similar to above, line breaks were added and only PU #0 is shown for brevity:

++

++And here's the equivalent output in XML. Similar to above, line breaks were added and only PU #0 is shown for brevity:

+

+ <?xml version="1.0" encoding="UTF-8"?>
+ <!DOCTYPE topology SYSTEM "hwloc.dtd">
+@@ -246,11 +240,13 @@
+         </object>
+   <!-- ...more objects listed here ... -->
+ </topology>
+-

On a 2-socket quad-core Xeon (pre-Nehalem, with 2 dual-core dies into each socket):

++

++On a 2-socket quad-core Xeon (pre-Nehalem, with 2 dual-core dies into each socket):

+

+-emmett.png ++emmett.png +
+-

Here's the same output in textual form:

++

++Here's the same output in textual form:

+

+ Machine (16GB)
+   Socket L#0
+@@ -267,7 +263,8 @@
+     L2 L#3 (4096KB)
+       L1 L#6 (32KB) + Core L#6 + PU L#6 (P#3)
+       L1 L#7 (32KB) + Core L#7 + PU L#7 (P#7)
+-

And the same output in XML (line breaks added, only PU #0 shown):

++

++And the same output in XML (line breaks added, only PU #0 shown):

+

+ <?xml version="1.0" encoding="UTF-8"?>
+ <!DOCTYPE topology SYSTEM "hwloc.dtd">
+@@ -312,39 +309,41 @@
+       </object>
+   <!-- ...more objects listed here ... -->
+ </topology>
+-
++

++ +

+-

+-Programming Interface

+-

The basic interface is available in hwloc.h. It essentially offers low-level routines for advanced programmers that want to manually manipulate objects and follow links between them. Documentation for everything in hwloc.h are provided later in this document. Developers should also look at hwloc/helper.h (and also in this document, which provides good higher-level topology traversal examples.

+-

To precisely define the vocabulary used by hwloc, a Terms and Definitions section is available and should probably be read first.

+-

Each hwloc object contains a cpuset describing the list of processing units that it contains. These bitmaps may be used for CPU binding and Memory binding. hwloc offers an extensive bitmap manipulation interface in hwloc/bitmap.h.

+-

Moreover, hwloc also comes with additional helpers for interoperability with several commonly used environments. See the Interoperability with other software section for details.

+-

The complete API documentation is available in a full set of HTML pages, man pages, and self-contained PDF files (formatted for both both US letter and A4 formats) in the source tarball in doc/doxygen-doc/.

+-

NOTE: If you are building the documentation from a Subversion checkout, you will need to have Doxygen and pdflatex installed -- the documentation will be built during the normal "make" process. The documentation is installed during "make install" to $prefix/share/doc/hwloc/ and your systems default man page tree (under $prefix, of course).

+-

+-Portability

+-

As shown in CLI Examples, hwloc can obtain information on a wide variety of hardware topologies. However, some platforms and/or operating system versions will only report a subset of this information. For example, on an PPC64-based system with 32 cores (each with 2 hardware threads) running a default 2.6.18-based kernel from RHEL 5.4, hwloc is only able to glean information about NUMA nodes and processor units (PUs). No information about caches, sockets, or cores is available.

+-

Similarly, Operating System have varying support for CPU and memory binding, e.g. while some Operating Systems provide interfaces for all kinds of CPU and memory bindings, some others provide only interfaces for a limited number of kinds of CPU and memory binding, and some do not provide any binding interface at all. Hwloc's binding functions would then simply return the ENOSYS error (Function not implemented), meaning that the underlying Operating System does not provide any interface for them. CPU binding and Memory binding provide more information on which hwloc binding functions should be preferred because interfaces for them are usually available on the supported Operating Systems.

+-

Here's the graphical output from lstopo on this platform when Simultaneous Multi-Threading (SMT) is enabled:

++

++Programming Interface

++The basic interface is available in hwloc.h. It essentially offers low-level routines for advanced programmers that want to manually manipulate objects and follow links between them. Documentation for everything in hwloc.h are provided later in this document. Developers should also look at hwloc/helper.h (and also in this document, which provides good higher-level topology traversal examples.

++To precisely define the vocabulary used by hwloc, a termsanddefs section is available and should probably be read first.

++Each hwloc object contains a cpuset describing the list of processing units that it contains. These bitmaps may be used for CPU binding and Memory binding. hwloc offers an extensive bitmap manipulation interface in hwloc/bitmap.h.

++Moreover, hwloc also comes with additional helpers for interoperability with several commonly used environments. See the interoperability section for details.

++The complete API documentation is available in a full set of HTML pages, man pages, and self-contained PDF files (formatted for both both US letter and A4 formats) in the source tarball in doc/doxygen-doc/.

++NOTE: If you are building the documentation from a Subversion checkout, you will need to have Doxygen and pdflatex installed -- the documentation will be built during the normal "make" process. The documentation is installed during "make install" to $prefix/share/doc/hwloc/ and your systems default man page tree (under $prefix, of course).

++Portability

++As shown in CLI Examples, hwloc can obtain information on a wide variety of hardware topologies. However, some platforms and/or operating system versions will only report a subset of this information. For example, on an PPC64-based system with 32 cores (each with 2 hardware threads) running a default 2.6.18-based kernel from RHEL 5.4, hwloc is only able to glean information about NUMA nodes and processor units (PUs). No information about caches, sockets, or cores is available.

++Similarly, Operating System have varying support for CPU and memory binding, e.g. while some Operating Systems provide interfaces for all kinds of CPU and memory bindings, some others provide only interfaces for a limited number of kinds of CPU and memory binding, and some do not provide any binding interface at all. Hwloc's binding functions would then simply return the ENOSYS error (Function not implemented), meaning that the underlying Operating System does not provide any interface for them. CPU binding and Memory binding provide more information on which hwloc binding functions should be preferred because interfaces for them are usually available on the supported Operating Systems.

++Here's the graphical output from lstopo on this platform when Simultaneous Multi-Threading (SMT) is enabled:

+

+-ppc64-with-smt.png ++ppc64-with-smt.png +
+-

And here's the graphical output from lstopo on this platform when SMT is disabled:

++

++And here's the graphical output from lstopo on this platform when SMT is disabled:

+

+-ppc64-without-smt.png ++ppc64-without-smt.png +
+-

Notice that hwloc only sees half the PUs when SMT is disabled. PU #15, for example, seems to change location from NUMA node #0 to #1. In reality, no PUs "moved" -- they were simply re-numbered when hwloc only saw half as many. Hence, PU #15 in the SMT-disabled picture probably corresponds to PU #30 in the SMT-enabled picture.

+-

This same "PUs have disappeared" effect can be seen on other platforms -- even platforms / OSs that provide much more information than the above PPC64 system. This is an unfortunate side-effect of how operating systems report information to hwloc.

+-

Note that upgrading the Linux kernel on the same PPC64 system mentioned above to 2.6.34, hwloc is able to discover all the topology information. The following picture shows the entire topology layout when SMT is enabled:

++

++Notice that hwloc only sees half the PUs when SMT is disabled. PU #15, for example, seems to change location from NUMA node #0 to #1. In reality, no PUs "moved" -- they were simply re-numbered when hwloc only saw half as many. Hence, PU #15 in the SMT-disabled picture probably corresponds to PU #30 in the SMT-enabled picture.

++This same "PUs have disappeared" effect can be seen on other platforms -- even platforms / OSs that provide much more information than the above PPC64 system. This is an unfortunate side-effect of how operating systems report information to hwloc.

++Note that upgrading the Linux kernel on the same PPC64 system mentioned above to 2.6.34, hwloc is able to discover all the topology information. The following picture shows the entire topology layout when SMT is enabled:

+

+-ppc64-full-with-smt.png ++ppc64-full-with-smt.png +
+-

Developers using the hwloc API or XML output for portable applications should therefore be extremely careful to not make any assumptions about the structure of data that is returned. For example, per the above reported PPC topology, it is not safe to assume that PUs will always be descendants of cores.

+-

Additionally, future hardware may insert new topology elements that are not available in this version of hwloc. Long-lived applications that are meant to span multiple different hardware platforms should also be careful about making structure assumptions. For example, there may someday be an element "lower" than a PU, or perhaps a new element may exist between a core and a PU.

+-

+-API Example

+-

The following small C example (named ``hwloc-hello.c'') prints the topology of the machine and bring the process to the first logical processor of the second core of the machine.

++

++Developers using the hwloc API or XML output for portable applications should therefore be extremely careful to not make any assumptions about the structure of data that is returned. For example, per the above reported PPC topology, it is not safe to assume that PUs will always be descendants of cores.

++Additionally, future hardware may insert new topology elements that are not available in this version of hwloc. Long-lived applications that are meant to span multiple different hardware platforms should also be careful about making structure assumptions. For example, there may someday be an element "lower" than a PU, or perhaps a new element may exist between a core and a PU.

++API Example

++The following small C example (named ``hwloc-hello.c'') prints the topology of the machine and bring the process to the first logical processor of the second core of the machine.

+

/* Example hwloc API program.
+  *
+  * Copyright © 2009-2010 INRIA
+@@ -354,21 +353,21 @@
+  * hwloc-hello.c
+  */
+ 
+-#include <hwloc.h>
++#include <hwloc.h>
+ #include <errno.h>
+ #include <stdio.h>
+ #include <string.h>
+ 
+-static void print_children(hwloc_topology_t topology, hwloc_obj_t obj, 
++static void print_children(hwloc_topology_t topology, hwloc_obj_t obj, 
+                            int depth)
+ {
+-    char string[128];
++    char string[128];
+     unsigned i;
+ 
+-    hwloc_obj_snprintf(string, sizeof(string), topology, obj, "#", 0);
+-    printf("%*s%s\n", 2*depth, "", string);
+-    for (i = 0; i < obj->arity; i++) {
+-        print_children(topology, obj->children[i], depth + 1);
++    hwloc_obj_snprintf(string, sizeof(string), topology, obj, "#", 0);
++    printf("%*s%s\n", 2*depth, "", string);
++    for (i = 0; i < obj->arity; i++) {
++        print_children(topology, obj->children[i], depth + 1);
+     }
+ }
+ 
+@@ -378,14 +377,14 @@
+     unsigned i, n;
+     unsigned long size;
+     int levels;
+-    char string[128];
++    char string[128];
+     int topodepth;
+-    hwloc_topology_t topology;
+-    hwloc_cpuset_t cpuset;
+-    hwloc_obj_t obj;
++    hwloc_topology_t topology;
++    hwloc_cpuset_t cpuset;
++    hwloc_obj_t obj;
+ 
+     /* Allocate and initialize topology object. */
+-    hwloc_topology_init(&topology);
++    hwloc_topology_init(&topology);
+ 
+     /* ... Optionally, put detection configuration here to ignore
+        some objects types, define a synthetic topology, etc....  
+@@ -395,11 +394,11 @@
+        Detection. */
+ 
+     /* Perform the topology detection. */
+-    hwloc_topology_load(topology);
++    hwloc_topology_load(topology);
+ 
+     /* Optionally, get some additional topology information
+        in case we need the topology depth later. */
+-    topodepth = hwloc_topology_get_depth(topology);
++    topodepth = hwloc_topology_get_depth(topology);
+ 
+     /*****************************************************************
+      * First example:
+@@ -407,13 +406,13 @@
+      * the system level) to the lowest level (always the proc level).
+      *****************************************************************/
+     for (depth = 0; depth < topodepth; depth++) {
+-        printf("*** Objects at level %d\n", depth);
+-        for (i = 0; i < hwloc_get_nbobjs_by_depth(topology, depth); 
++        printf("*** Objects at level %d\n", depth);
++        for (i = 0; i < hwloc_get_nbobjs_by_depth(topology, depth); 
+              i++) {
+-            hwloc_obj_snprintf(string, sizeof(string), topology,
+-                       hwloc_get_obj_by_depth(topology, depth, i),
+-                       "#", 0);
+-            printf("Index %u: %s\n", i, string);
++            hwloc_obj_snprintf(string, sizeof(string), topology,
++                       hwloc_get_obj_by_depth(topology, depth, i),
++                       "#", 0);
++            printf("Index %u: %s\n", i, string);
+         }
+     }
+ 
+@@ -421,19 +420,19 @@
+      * Second example:
+      * Walk the topology with a tree style.
+      *****************************************************************/
+-    printf("*** Printing overall tree\n");
+-    print_children(topology, hwloc_get_root_obj(topology), 0);
++    printf("*** Printing overall tree\n");
++    print_children(topology, hwloc_get_root_obj(topology), 0);
+ 
+     /*****************************************************************
+      * Third example:
+      * Print the number of sockets.
+      *****************************************************************/
+-    depth = hwloc_get_type_depth(topology, HWLOC_OBJ_SOCKET);
+-    if (depth == HWLOC_TYPE_DEPTH_UNKNOWN) {
+-        printf("*** The number of sockets is unknown\n");
++    depth = hwloc_get_type_depth(topology, HWLOC_OBJ_SOCKET);
++    if (depth == HWLOC_TYPE_DEPTH_UNKNOWN) {
++        printf("*** The number of sockets is unknown\n");
+     } else {
+-        printf("*** %u socket(s)\n", 
+-               hwloc_get_nbobjs_by_depth(topology, depth));
++        printf("*** %u socket(s)\n", 
++               hwloc_get_nbobjs_by_depth(topology, depth));
+     }
+ 
+     /*****************************************************************
+@@ -443,14 +442,14 @@
+      *****************************************************************/
+     levels = 0;
+     size = 0;
+-    for (obj = hwloc_get_obj_by_type(topology, HWLOC_OBJ_PU, 0);
++    for (obj = hwloc_get_obj_by_type(topology, HWLOC_OBJ_PU, 0);
+          obj;
+-         obj = obj->parent)
+-      if (obj->type == HWLOC_OBJ_CACHE) {
++         obj = obj->parent)
++      if (obj->type == HWLOC_OBJ_CACHE) {
+         levels++;
+-        size += obj->attr->cache.size;
++        size += obj->attr->cache.size;
+       }
+-    printf("*** Logical processor 0 has %d caches totaling %luKB\n", 
++    printf("*** Logical processor 0 has %d caches totaling %luKB\n", 
+            levels, size / 1024);
+ 
+     /*****************************************************************
+@@ -458,32 +457,32 @@
+      * Bind to only one thread of the last core of the machine.
+      *
+      * First find out where cores are, or else smaller sets of CPUs if
+-     * the OS doesn't have the notion of a "core".
++     * the OS doesn't have the notion of a "core".
+      *****************************************************************/
+-    depth = hwloc_get_type_or_below_depth(topology, HWLOC_OBJ_CORE);
++    depth = hwloc_get_type_or_below_depth(topology, HWLOC_OBJ_CORE);
+ 
+     /* Get last core. */
+-    obj = hwloc_get_obj_by_depth(topology, depth,
+-                   hwloc_get_nbobjs_by_depth(topology, depth) - 1);
++    obj = hwloc_get_obj_by_depth(topology, depth,
++                   hwloc_get_nbobjs_by_depth(topology, depth) - 1);
+     if (obj) {
+         /* Get a copy of its cpuset that we may modify. */
+-        cpuset = hwloc_bitmap_dup(obj->cpuset);
++        cpuset = hwloc_bitmap_dup(obj->cpuset);
+ 
+         /* Get only one logical processor (in case the core is
+            SMT/hyperthreaded). */
+-        hwloc_bitmap_singlify(cpuset);
++        hwloc_bitmap_singlify(cpuset);
+ 
+         /* And try to bind ourself there. */
+-        if (hwloc_set_cpubind(topology, cpuset, 0)) {
++        if (hwloc_set_cpubind(topology, cpuset, 0)) {
+             char *str;
+             int error = errno;
+-            hwloc_bitmap_asprintf(&str, obj->cpuset);
+-            printf("Couldn't bind to cpuset %s: %s\n", str, strerror(error));
++            hwloc_bitmap_asprintf(&str, obj->cpuset);
++            printf("Couldn't bind to cpuset %s: %s\n", str, strerror(error));
+             free(str);
+         }
+ 
+         /* Free our cpuset copy */
+-        hwloc_bitmap_free(cpuset);
++        hwloc_bitmap_free(cpuset);
+     }
+ 
+     /*****************************************************************
+@@ -492,33 +491,35 @@
+      * memory to the last NUMA node.
+      *****************************************************************/
+     /* Get last node. */
+-    n = hwloc_get_nbobjs_by_type(topology, HWLOC_OBJ_NODE);
++    n = hwloc_get_nbobjs_by_type(topology, HWLOC_OBJ_NODE);
+     if (n) {
+         void *m;
+-        size_t size = 1024*1024;
++        size_t size = 1024*1024;
+ 
+-        obj = hwloc_get_obj_by_type(topology, HWLOC_OBJ_NODE, n - 1);
+-        m = hwloc_alloc_membind_nodeset(topology, size, obj->nodeset,
+-                HWLOC_MEMBIND_DEFAULT, 0);
+-        hwloc_free(topology, m, size);
++        obj = hwloc_get_obj_by_type(topology, HWLOC_OBJ_NODE, n - 1);
++        m = hwloc_alloc_membind_nodeset(topology, size, obj->nodeset,
++                HWLOC_MEMBIND_DEFAULT, 0);
++        hwloc_free(topology, m, size);
+ 
+         m = malloc(size);
+-        hwloc_set_area_membind_nodeset(topology, m, size, obj->nodeset,
+-                HWLOC_MEMBIND_DEFAULT, 0);
++        hwloc_set_area_membind_nodeset(topology, m, size, obj->nodeset,
++                HWLOC_MEMBIND_DEFAULT, 0);
+         free(m);
+     }
+ 
+     /* Destroy topology object. */
+-    hwloc_topology_destroy(topology);
++    hwloc_topology_destroy(topology);
+ 
+     return 0;
+ }
+-

hwloc provides a pkg-config executable to obtain relevant compiler and linker flags. For example, it can be used thusly to compile applications that utilize the hwloc library (assuming GNU Make):

++

++hwloc provides a pkg-config executable to obtain relevant compiler and linker flags. For example, it can be used thusly to compile applications that utilize the hwloc library (assuming GNU Make):

+

+ CFLAGS += $(pkg-config --cflags hwloc)
+ LDLIBS += $(pkg-config --libs hwloc)
+ cc hwloc-hello.c $(CFLAGS) -o hwloc-hello $(LDLIBS)
+-

On a machine with 4GB of RAM and 2 processor sockets -- each socket of which has two processing cores -- the output from running hwloc-hello could be something like the following:

++

++On a machine with 4GB of RAM and 2 processor sockets -- each socket of which has two processing cores -- the output from running hwloc-hello could be something like the following:

+

+ shell$ ./hwloc-hello
+ *** Objects at level 0
+@@ -550,50 +551,278 @@
+       PU#3
+ *** 2 socket(s)
+ shell$ 
+-
++

++ +

+-

+-Questions and Bugs

+-

Questions should be sent to the devel mailing list (http://www.open-mpi.org/community/lists/hwloc.php). Bug reports should be reported in the tracker (https://svn.open-mpi.org/trac/hwloc/).

+-

If hwloc discovers an incorrect topology for your machine, the very first thing you should check is to ensure that you have the most recent updates installed for your operating system. Indeed, most of hwloc topology discovery relies on hardware information retrieved through the operation system (e.g., via the /sys virtual filesystem of the Linux kernel). If upgrading your OS or Linux kernel does not solve your problem, you may also want to ensure that you are running the most recent version of the BIOS for your machine.

+-

If those things fail, contact us on the mailing list for additional help. Please attach the output of lstopo after having given the --enable-debug option to ./configure and rebuilt completely, to get debugging output.

+- ++

++Questions and Bugs

++Questions should be sent to the devel mailing list (http://www.open-mpi.org/community/lists/hwloc.php). Bug reports should be reported in the tracker (https://svn.open-mpi.org/trac/hwloc/).

++If hwloc discovers an incorrect topology for your machine, the very first thing you should check is to ensure that you have the most recent updates installed for your operating system. Indeed, most of hwloc topology discovery relies on hardware information retrieved through the operation system (e.g., via the /sys virtual filesystem of the Linux kernel). If upgrading your OS or Linux kernel does not solve your problem, you may also want to ensure that you are running the most recent version of the BIOS for your machine.

++If those things fail, contact us on the mailing list for additional help. Please attach the output of lstopo after having given the --enable-debug option to ./configure and rebuilt completely, to get debugging output.

++ +

+-

+-History / Credits

+-

hwloc is the evolution and merger of the libtopology (http://runtime.bordeaux.inria.fr/libtopology/) project and the Portable Linux Processor Affinity (PLPA) (http://www.open-mpi.org/projects/plpa/) project. Because of functional and ideological overlap, these two code bases and ideas were merged and released under the name "hwloc" as an Open MPI sub-project.

+-

libtopology was initially developed by the INRIA Runtime Team-Project (http://runtime.bordeaux.inria.fr/) (headed by Raymond Namyst (http://dept-info.labri.fr/~namyst/). PLPA was initially developed by the Open MPI development team as a sub-project. Both are now deprecated in favor of hwloc, which is distributed as an Open MPI sub-project.

+- ++

++History / Credits

++hwloc is the evolution and merger of the libtopology (http://runtime.bordeaux.inria.fr/libtopology/) project and the Portable Linux Processor Affinity (PLPA) (http://www.open-mpi.org/projects/plpa/) project. Because of functional and ideological overlap, these two code bases and ideas were merged and released under the name "hwloc" as an Open MPI sub-project.

++libtopology was initially developed by the INRIA Runtime Team-Project (http://runtime.bordeaux.inria.fr/) (headed by Raymond Namyst (http://dept-info.labri.fr/~namyst/). PLPA was initially developed by the Open MPI development team as a sub-project. Both are now deprecated in favor of hwloc, which is distributed as an Open MPI sub-project.

++ +

+-

+-Further Reading

+-

The documentation chapters include

++

++Further Reading

++The documentation chapters include

+

+-

Make sure to have had a look at those too!

+- ++

++Make sure to have had a look at those too!

++ +

+-
+- + + +diff -uNr hwloc-1.1/doc/doxygen-doc/html/modules.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/modules.html +--- hwloc-1.1/doc/doxygen-doc/html/modules.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/modules.html 2010-12-31 23:48:22.511903158 +0100 +@@ -1,68 +1,48 @@ +- +- +- +- ++ ++ + Hardware Locality (hwloc): Module Index +- +- +- +- +- +- +-
+-
+-

Modules

+-
+-
+-Here is a list of all modules:
+- + + +Binary files hwloc-1.1/doc/doxygen-doc/html/nav_f.png and hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/nav_f.png differ +Binary files hwloc-1.1/doc/doxygen-doc/html/nav_h.png and hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/nav_h.png differ +Binary files hwloc-1.1/doc/doxygen-doc/html/open.png and hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/open.png differ +diff -uNr hwloc-1.1/doc/doxygen-doc/html/pages.html hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/pages.html +--- hwloc-1.1/doc/doxygen-doc/html/pages.html 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/pages.html 1970-01-01 01:00:00.000000000 +0100 +@@ -1,52 +0,0 @@ +- +- +- +- +-Hardware Locality (hwloc): Page Index +- +- +- +- +- +- +-
+-
+-

Related Pages

+-
+- +- +- +- +Binary files hwloc-1.1/doc/doxygen-doc/html/tab_a.png and hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/tab_a.png differ +Binary files hwloc-1.1/doc/doxygen-doc/html/tab_b.png and hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/tab_b.png differ +Binary files hwloc-1.1/doc/doxygen-doc/html/tab_h.png and hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/tab_h.png differ +diff -uNr hwloc-1.1/doc/doxygen-doc/html/tabs.css hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/tabs.css +--- hwloc-1.1/doc/doxygen-doc/html/tabs.css 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/tabs.css 1970-01-01 01:00:00.000000000 +0100 +@@ -1,59 +0,0 @@ +-.tabs, .tabs2, .tabs3 { +- background-image: url('tab_b.png'); +- width: 100%; +- z-index: 101; +- font-size: 13px; +-} +- +-.tabs2 { +- font-size: 10px; +-} +-.tabs3 { +- font-size: 9px; +-} +- +-.tablist { +- margin: 0; +- padding: 0; +- display: table; +-} +- +-.tablist li { +- float: left; +- display: table-cell; +- background-image: url('tab_b.png'); +- line-height: 36px; +- list-style: none; +-} +- +-.tablist a { +- display: block; +- padding: 0 20px; +- font-weight: bold; +- background-image:url('tab_s.png'); +- background-repeat:no-repeat; +- background-position:right; +- color: #283A5D; +- text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9); +- text-decoration: none; +- outline: none; +-} +- +-.tabs3 .tablist a { +- padding: 0 10px; +-} +- +-.tablist a:hover { +- background-image: url('tab_h.png'); +- background-repeat:repeat-x; +- color: #fff; +- text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0); +- text-decoration: none; +-} +- +-.tablist li.current a { +- background-image: url('tab_a.png'); +- background-repeat:repeat-x; +- color: #fff; +- text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0); +-} +Binary files hwloc-1.1/doc/doxygen-doc/html/tab_s.png and hwloc-1.1rc6r2967_final/doc/doxygen-doc/html/tab_s.png differ +diff -uNr hwloc-1.1/doc/doxygen-doc/hwloc-a4.pdf hwloc-1.1rc6r2967_final/doc/doxygen-doc/hwloc-a4.pdf +--- hwloc-1.1/doc/doxygen-doc/hwloc-a4.pdf 2010-12-16 22:48:38.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/hwloc-a4.pdf 2010-12-31 23:48:22.394888840 +0100 +@@ -3,26647 +3,27932 @@ + << /S /GoTo /D (chapter.1) >> + endobj + 8 0 obj +-(\376\377\000H\000a\000r\000d\000w\000a\000r\000e\000\040\000L\000o\000c\000a\000l\000i\000t\000y) ++(Hardware Locality ) + 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) ++(Introduction) + endobj + 13 0 obj + << /S /GoTo /D (section.1.2) >> + endobj + 16 0 obj +-(\376\377\000I\000n\000s\000t\000a\000l\000l\000a\000t\000i\000o\000n) ++(Installation) + endobj + 17 0 obj + << /S /GoTo /D (section.1.3) >> + endobj + 20 0 obj +-(\376\377\000C\000L\000I\000\040\000E\000x\000a\000m\000p\000l\000e\000s) ++(CLI Examples) + endobj + 21 0 obj + << /S /GoTo /D (section.1.4) >> + endobj + 24 0 obj +-(\376\377\000P\000r\000o\000g\000r\000a\000m\000m\000i\000n\000g\000\040\000I\000n\000t\000e\000r\000f\000a\000c\000e) ++(Programming Interface) + endobj + 25 0 obj +-<< /S /GoTo /D (subsection.1.4.1) >> ++<< /S /GoTo /D (section.1.5) >> + endobj + 28 0 obj +-(\376\377\000P\000o\000r\000t\000a\000b\000i\000l\000i\000t\000y) ++(Questions and Bugs) + endobj + 29 0 obj +-<< /S /GoTo /D (subsection.1.4.2) >> ++<< /S /GoTo /D (section.1.6) >> + endobj + 32 0 obj +-(\376\377\000A\000P\000I\000\040\000E\000x\000a\000m\000p\000l\000e) ++(History / Credits) + endobj + 33 0 obj +-<< /S /GoTo /D (section.1.5) >> ++<< /S /GoTo /D (section.1.7) >> + endobj + 36 0 obj +-(\376\377\000Q\000u\000e\000s\000t\000i\000o\000n\000s\000\040\000a\000n\000d\000\040\000B\000u\000g\000s) ++(Further Reading) + endobj + 37 0 obj +-<< /S /GoTo /D (section.1.6) >> ++<< /S /GoTo /D (section.1.8) >> + endobj + 40 0 obj +-(\376\377\000H\000i\000s\000t\000o\000r\000y\000\040\000/\000\040\000C\000r\000e\000d\000i\000t\000s) ++(lstopo) + endobj + 41 0 obj +-<< /S /GoTo /D (section.1.7) >> ++<< /S /GoTo /D (section.1.9) >> + endobj + 44 0 obj +-(\376\377\000F\000u\000r\000t\000h\000e\000r\000\040\000R\000e\000a\000d\000i\000n\000g) ++(hwloc-bind) + endobj + 45 0 obj +-<< /S /GoTo /D (chapter.2) >> ++<< /S /GoTo /D (section.1.10) >> + endobj + 48 0 obj +-(\376\377\000T\000e\000r\000m\000s\000\040\000a\000n\000d\000\040\000D\000e\000f\000i\000n\000i\000t\000i\000o\000n\000s) ++(hwloc-calc) + endobj + 49 0 obj +-<< /S /GoTo /D (chapter.3) >> ++<< /S /GoTo /D (section.1.11) >> + endobj + 52 0 obj +-(\376\377\000C\000o\000m\000m\000a\000n\000d\000-\000l\000i\000n\000e\000\040\000t\000o\000o\000l\000s) ++(hwloc-distrib) + endobj + 53 0 obj +-<< /S /GoTo /D (section.3.1) >> ++<< /S /GoTo /D (section.1.12) >> + endobj + 56 0 obj +-(\376\377\000l\000s\000t\000o\000p\000o) ++(hwloc-ps) + endobj + 57 0 obj +-<< /S /GoTo /D (section.3.2) >> ++<< /S /GoTo /D (section.1.13) >> + endobj + 60 0 obj +-(\376\377\000h\000w\000l\000o\000c\000-\000b\000i\000n\000d) ++(Using hwloc's M4 Embedding Capabilities) + endobj + 61 0 obj +-<< /S /GoTo /D (section.3.3) >> ++<< /S /GoTo /D (section.1.14) >> + endobj + 64 0 obj +-(\376\377\000h\000w\000l\000o\000c\000-\000c\000a\000l\000c) ++(Example Embedding hwloc) + endobj + 65 0 obj +-<< /S /GoTo /D (section.3.4) >> ++<< /S /GoTo /D (section.1.15) >> + endobj + 68 0 obj +-(\376\377\000h\000w\000l\000o\000c\000-\000d\000i\000s\000t\000r\000i\000b) ++(Topology Context vs. Caching) + endobj + 69 0 obj +-<< /S /GoTo /D (section.3.5) >> ++<< /S /GoTo /D (section.1.16) >> + endobj + 72 0 obj +-(\376\377\000h\000w\000l\000o\000c\000-\000p\000s) ++(Hierarchy vs. Core@Socket) + endobj + 73 0 obj +-<< /S /GoTo /D (chapter.4) >> ++<< /S /GoTo /D (section.1.17) >> + endobj + 76 0 obj +-(\376\377\000E\000n\000v\000i\000r\000o\000n\000m\000e\000n\000t\000\040\000v\000a\000r\000i\000a\000b\000l\000e\000s) ++(Logical vs. Physical/OS Indexes) + endobj + 77 0 obj +-<< /S /GoTo /D (chapter.5) >> ++<< /S /GoTo /D (section.1.18) >> + endobj + 80 0 obj +-(\376\377\000C\000P\000U\000\040\000B\000i\000n\000d\000i\000n\000g\000\040\000a\000n\000d\000\040\000M\000e\000m\000o\000r\000y\000\040\000B\000i\000n\000d\000i\000n\000g) ++(Counting Specification) + endobj + 81 0 obj +-<< /S /GoTo /D (chapter.6) >> ++<< /S /GoTo /D (section.1.19) >> + endobj + 84 0 obj +-(\376\377\000I\000n\000t\000e\000r\000o\000p\000e\000r\000a\000b\000i\000l\000i\000t\000y\000\040\000w\000i\000t\000h\000\040\000o\000t\000h\000e\000r\000\040\000s\000o\000f\000t\000w\000a\000r\000e) ++(I do not want hwloc to rediscover my enormous machine topology everytime I rerun a process) + endobj + 85 0 obj +-<< /S /GoTo /D (chapter.7) >> ++<< /S /GoTo /D (chapter.2) >> + endobj + 88 0 obj +-(\376\377\000T\000h\000r\000e\000a\000d\000\040\000s\000a\000f\000e\000t\000y) ++(Hardware Locality \(hwloc\) Module Index) + endobj + 89 0 obj +-<< /S /GoTo /D (chapter.8) >> ++<< /S /GoTo /D (section.2.1) >> + endobj + 92 0 obj +-(\376\377\000E\000m\000b\000e\000d\000d\000i\000n\000g\000\040\000h\000w\000l\000o\000c\000\040\000i\000n\000\040\000o\000t\000h\000e\000r\000\040\000s\000o\000f\000t\000w\000a\000r\000e) ++(Hardware Locality \(hwloc\) Modules) + endobj + 93 0 obj +-<< /S /GoTo /D (section.8.1) >> ++<< /S /GoTo /D (chapter.3) >> + endobj + 96 0 obj +-(\376\377\000U\000s\000i\000n\000g\000\040\000h\000w\000l\000o\000c\000'\000s\000\040\000M\0004\000\040\000E\000m\000b\000e\000d\000d\000i\000n\000g\000\040\000C\000a\000p\000a\000b\000i\000l\000i\000t\000i\000e\000s) ++(Hardware Locality \(hwloc\) Data Structure Index) + endobj + 97 0 obj +-<< /S /GoTo /D (section.8.2) >> ++<< /S /GoTo /D (section.3.1) >> + endobj + 100 0 obj +-(\376\377\000E\000x\000a\000m\000p\000l\000e\000\040\000E\000m\000b\000e\000d\000d\000i\000n\000g\000\040\000h\000w\000l\000o\000c) ++(Hardware Locality \(hwloc\) Data Structures) + endobj + 101 0 obj +-<< /S /GoTo /D (chapter.9) >> ++<< /S /GoTo /D (chapter.4) >> + endobj + 104 0 obj +-(\376\377\000S\000w\000i\000t\000c\000h\000i\000n\000g\000\040\000f\000r\000o\000m\000\040\000P\000L\000P\000A\000\040\000t\000o\000\040\000h\000w\000l\000o\000c) ++(Hardware Locality \(hwloc\) File Index) + endobj + 105 0 obj +-<< /S /GoTo /D (section.9.1) >> ++<< /S /GoTo /D (section.4.1) >> + endobj + 108 0 obj +-(\376\377\000T\000o\000p\000o\000l\000o\000g\000y\000\040\000C\000o\000n\000t\000e\000x\000t\000\040\000v\000s\000.\000\040\000C\000a\000c\000h\000i\000n\000g) ++(Hardware Locality \(hwloc\) File List) + endobj + 109 0 obj +-<< /S /GoTo /D (section.9.2) >> ++<< /S /GoTo /D (chapter.5) >> + endobj + 112 0 obj +-(\376\377\000H\000i\000e\000r\000a\000r\000c\000h\000y\000\040\000v\000s\000.\000\040\000C\000o\000r\000e\000@\000S\000o\000c\000k\000e\000t) ++(Hardware Locality \(hwloc\) Module Documentation) + endobj + 113 0 obj +-<< /S /GoTo /D (section.9.3) >> ++<< /S /GoTo /D (section.5.1) >> + endobj + 116 0 obj +-(\376\377\000L\000o\000g\000i\000c\000a\000l\000\040\000v\000s\000.\000\040\000P\000h\000y\000s\000i\000c\000a\000l\000/\000O\000S\000\040\000I\000n\000d\000e\000x\000e\000s) ++(API version) + endobj + 117 0 obj +-<< /S /GoTo /D (section.9.4) >> ++<< /S /GoTo /D (section.5.2) >> + endobj + 120 0 obj +-(\376\377\000C\000o\000u\000n\000t\000i\000n\000g\000\040\000S\000p\000e\000c\000i\000f\000i\000c\000a\000t\000i\000o\000n) ++(Topology context) + endobj + 121 0 obj +-<< /S /GoTo /D (chapter.10) >> ++<< /S /GoTo /D (section.5.3) >> + endobj + 124 0 obj +-(\376\377\000F\000r\000e\000q\000u\000e\000n\000t\000l\000y\000\040\000A\000s\000k\000e\000d\000\040\000Q\000u\000e\000s\000t\000i\000o\000n\000s) ++(Object sets) + endobj + 125 0 obj +-<< /S /GoTo /D (section.10.1) >> ++<< /S /GoTo /D (section.5.4) >> + endobj + 128 0 obj +-(\376\377\000I\000\040\000d\000o\000\040\000n\000o\000t\000\040\000w\000a\000n\000t\000\040\000h\000w\000l\000o\000c\000\040\000t\000o\000\040\000r\000e\000d\000i\000s\000c\000o\000v\000e\000r\000\040\000m\000y\000\040\000e\000n\000o\000r\000m\000o\000u\000s\000\040\000m\000a\000c\000h\000i\000n\000e\000\040\000t\000o\000p\000o\000l\000o\000g\000y\000\040\000e\000v\000e\000r\000y\000t\000i\000m\000e\000\040\000I\000\040\000r\000e\000r\000u\000n\000\040\000a\000\040\000p\000r\000o\000c\000e\000s\000s) ++(Topology Object Types) + endobj + 129 0 obj +-<< /S /GoTo /D (chapter.11) >> ++<< /S /GoTo /D (section.5.5) >> + endobj + 132 0 obj +-(\376\377\000M\000o\000d\000u\000l\000e\000\040\000I\000n\000d\000e\000x) ++(Topology Objects) + endobj + 133 0 obj +-<< /S /GoTo /D (section.11.1) >> ++<< /S /GoTo /D (section.5.6) >> + endobj + 136 0 obj +-(\376\377\000M\000o\000d\000u\000l\000e\000s) ++(Create and Destroy Topologies) + endobj + 137 0 obj +-<< /S /GoTo /D (chapter.12) >> ++<< /S /GoTo /D (section.5.7) >> + endobj + 140 0 obj +-(\376\377\000D\000a\000t\000a\000\040\000S\000t\000r\000u\000c\000t\000u\000r\000e\000\040\000I\000n\000d\000e\000x) ++(Configure Topology Detection) + endobj + 141 0 obj +-<< /S /GoTo /D (section.12.1) >> ++<< /S /GoTo /D (section.5.8) >> + endobj + 144 0 obj +-(\376\377\000D\000a\000t\000a\000\040\000S\000t\000r\000u\000c\000t\000u\000r\000e\000s) ++(Tinker with topologies.) + endobj + 145 0 obj +-<< /S /GoTo /D (chapter.13) >> ++<< /S /GoTo /D (section.5.9) >> + endobj + 148 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) ++(Get some Topology Information) + endobj + 149 0 obj +-<< /S /GoTo /D (section.13.1) >> ++<< /S /GoTo /D (section.5.10) >> + endobj + 152 0 obj +-(\376\377\000A\000P\000I\000\040\000v\000e\000r\000s\000i\000o\000n) ++(Retrieve Objects) + endobj + 153 0 obj +-<< /S /GoTo /D (subsection.13.1.1) >> ++<< /S /GoTo /D (section.5.11) >> + endobj + 156 0 obj +-(\376\377\000D\000e\000f\000i\000n\000e\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n) ++(Object/String Conversion) + endobj + 157 0 obj +-<< /S /GoTo /D (subsubsection.13.1.1.1) >> ++<< /S /GoTo /D (section.5.12) >> + endobj + 160 0 obj +-(\376\377\000H\000W\000L\000O\000C\000\137\000A\000P\000I\000\137\000V\000E\000R\000S\000I\000O\000N) ++(CPU binding) + endobj + 161 0 obj +-<< /S /GoTo /D (section.13.2) >> ++<< /S /GoTo /D (section.5.13) >> + endobj + 164 0 obj +-(\376\377\000T\000o\000p\000o\000l\000o\000g\000y\000\040\000c\000o\000n\000t\000e\000x\000t) ++(Memory binding) + endobj + 165 0 obj +-<< /S /GoTo /D (subsection.13.2.1) >> ++<< /S /GoTo /D (section.5.14) >> + endobj + 168 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) ++(Object Type Helpers) + endobj + 169 0 obj +-<< /S /GoTo /D (subsubsection.13.2.1.1) >> ++<< /S /GoTo /D (section.5.15) >> + endobj + 172 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000t) ++(Basic Traversal Helpers) + endobj + 173 0 obj +-<< /S /GoTo /D (section.13.3) >> ++<< /S /GoTo /D (section.5.16) >> + endobj + 176 0 obj +-(\376\377\000O\000b\000j\000e\000c\000t\000\040\000s\000e\000t\000s) ++(Finding Objects Inside a CPU set) + endobj + 177 0 obj +-<< /S /GoTo /D (subsection.13.3.1) >> ++<< /S /GoTo /D (section.5.17) >> + endobj + 180 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) ++(Finding a single Object covering at least CPU set) + endobj + 181 0 obj +-<< /S /GoTo /D (subsubsection.13.3.1.1) >> ++<< /S /GoTo /D (section.5.18) >> + endobj + 184 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000c\000o\000n\000s\000t\000\137\000c\000p\000u\000s\000e\000t\000\137\000t) ++(Finding a set of similar Objects covering at least a CPU set) + endobj + 185 0 obj +-<< /S /GoTo /D (subsubsection.13.3.1.2) >> ++<< /S /GoTo /D (section.5.19) >> + endobj + 188 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000c\000o\000n\000s\000t\000\137\000n\000o\000d\000e\000s\000e\000t\000\137\000t) ++(Cache-specific Finding Helpers) + endobj + 189 0 obj +-<< /S /GoTo /D (subsubsection.13.3.1.3) >> ++<< /S /GoTo /D (section.5.20) >> + endobj + 192 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000c\000p\000u\000s\000e\000t\000\137\000t) ++(Advanced Traversal Helpers) + endobj + 193 0 obj +-<< /S /GoTo /D (subsubsection.13.3.1.4) >> ++<< /S /GoTo /D (section.5.21) >> + endobj + 196 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000n\000o\000d\000e\000s\000e\000t\000\137\000t) ++(Binding Helpers) + endobj + 197 0 obj +-<< /S /GoTo /D (section.13.4) >> ++<< /S /GoTo /D (section.5.22) >> + endobj + 200 0 obj +-(\376\377\000T\000o\000p\000o\000l\000o\000g\000y\000\040\000O\000b\000j\000e\000c\000t\000\040\000T\000y\000p\000e\000s) ++(Cpuset Helpers) + endobj + 201 0 obj +-<< /S /GoTo /D (subsection.13.4.1) >> ++<< /S /GoTo /D (section.5.23) >> + endobj + 204 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) ++(Nodeset Helpers) + endobj + 205 0 obj +-<< /S /GoTo /D (subsubsection.13.4.1.1) >> ++<< /S /GoTo /D (section.5.24) >> + endobj + 208 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000c\000o\000m\000p\000a\000r\000e\000\137\000t\000y\000p\000e\000s\000\137\000e) ++(Conversion between cpuset and nodeset) + endobj + 209 0 obj +-<< /S /GoTo /D (subsubsection.13.4.1.2) >> ++<< /S /GoTo /D (section.5.25) >> + endobj + 212 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000o\000b\000j\000\137\000t\000y\000p\000e\000\137\000t) ++(The bitmap API) + endobj + 213 0 obj +-<< /S /GoTo /D (subsection.13.4.2) >> ++<< /S /GoTo /D (section.5.26) >> + 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) ++(Helpers for manipulating glibc sched affinity) + endobj + 217 0 obj +-<< /S /GoTo /D (subsubsection.13.4.2.1) >> ++<< /S /GoTo /D (section.5.27) >> + endobj + 220 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000c\000o\000m\000p\000a\000r\000e\000\137\000t\000y\000p\000e\000s) ++(Linux-only helpers) + endobj + 221 0 obj +-<< /S /GoTo /D (section.13.5) >> ++<< /S /GoTo /D (section.5.28) >> + endobj + 224 0 obj +-(\376\377\000T\000o\000p\000o\000l\000o\000g\000y\000\040\000O\000b\000j\000e\000c\000t\000s) ++(Helpers for manipulating Linux libnuma unsigned long masks) + endobj + 225 0 obj +-<< /S /GoTo /D (subsection.13.5.1) >> ++<< /S /GoTo /D (section.5.29) >> + endobj + 228 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) ++(Helpers for manipulating Linux libnuma bitmask) + endobj + 229 0 obj +-<< /S /GoTo /D (subsubsection.13.5.1.1) >> ++<< /S /GoTo /D (section.5.30) >> + endobj + 232 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000o\000b\000j\000\137\000t) ++(Helpers for manipulating Linux libnuma nodemask\137t) + endobj + 233 0 obj +-<< /S /GoTo /D (section.13.6) >> ++<< /S /GoTo /D (section.5.31) >> + endobj + 236 0 obj +-(\376\377\000C\000r\000e\000a\000t\000e\000\040\000a\000n\000d\000\040\000D\000e\000s\000t\000r\000o\000y\000\040\000T\000o\000p\000o\000l\000o\000g\000i\000e\000s) ++(CUDA Driver API Specific Functions) + endobj + 237 0 obj +-<< /S /GoTo /D (subsection.13.6.1) >> ++<< /S /GoTo /D (section.5.32) >> + endobj + 240 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) ++(CUDA Runtime API Specific Functions) + endobj + 241 0 obj +-<< /S /GoTo /D (subsubsection.13.6.1.1) >> ++<< /S /GoTo /D (section.5.33) >> + endobj + 244 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000c\000h\000e\000c\000k) ++(OpenFabrics-Specific Functions) + endobj + 245 0 obj +-<< /S /GoTo /D (subsubsection.13.6.1.2) >> ++<< /S /GoTo /D (section.5.34) >> + endobj + 248 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000d\000e\000s\000t\000r\000o\000y) ++(Myrinet Express-Specific Functions) + endobj + 249 0 obj +-<< /S /GoTo /D (subsubsection.13.6.1.3) >> ++<< /S /GoTo /D (chapter.6) >> + endobj + 252 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000i\000n\000i\000t) ++(Hardware Locality \(hwloc\) Data Structure Documentation) + endobj + 253 0 obj +-<< /S /GoTo /D (subsubsection.13.6.1.4) >> ++<< /S /GoTo /D (section.6.1) >> + endobj + 256 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000l\000o\000a\000d) ++(hwloc\137obj Struct Reference) + endobj + 257 0 obj +-<< /S /GoTo /D (section.13.7) >> ++<< /S /GoTo /D (section.6.2) >> + endobj + 260 0 obj +-(\376\377\000C\000o\000n\000f\000i\000g\000u\000r\000e\000\040\000T\000o\000p\000o\000l\000o\000g\000y\000\040\000D\000e\000t\000e\000c\000t\000i\000o\000n) ++(hwloc\137obj\137attr\137u Union Reference) + endobj + 261 0 obj +-<< /S /GoTo /D (subsection.13.7.1) >> ++<< /S /GoTo /D (section.6.3) >> + endobj + 264 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) ++(hwloc\137obj\137attr\137u::hwloc\137cache\137attr\137s Struct Reference) + endobj + 265 0 obj +-<< /S /GoTo /D (subsection.13.7.2) >> ++<< /S /GoTo /D (section.6.4) >> + endobj + 268 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) ++(hwloc\137obj\137attr\137u::hwloc\137group\137attr\137s Struct Reference) + endobj + 269 0 obj +-<< /S /GoTo /D (subsubsection.13.7.2.1) >> ++<< /S /GoTo /D (section.6.5) >> + endobj + 272 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000f\000l\000a\000g\000s\000\137\000e) ++(hwloc\137obj\137info\137s Struct Reference) + endobj + 273 0 obj +-<< /S /GoTo /D (subsection.13.7.3) >> ++<< /S /GoTo /D (section.6.6) >> + endobj + 276 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) ++(hwloc\137obj\137memory\137s Struct Reference) + endobj + 277 0 obj +-<< /S /GoTo /D (subsubsection.13.7.3.1) >> ++<< /S /GoTo /D (section.6.7) >> + endobj + 280 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000g\000e\000t\000\137\000s\000u\000p\000p\000o\000r\000t) ++(hwloc\137obj\137memory\137s::hwloc\137obj\137memory\137page\137type\137s Struct Reference) + endobj + 281 0 obj +-<< /S /GoTo /D (subsubsection.13.7.3.2) >> ++<< /S /GoTo /D (section.6.8) >> + endobj + 284 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000i\000g\000n\000o\000r\000e\000\137\000a\000l\000l\000\137\000k\000e\000e\000p\000\137\000s\000t\000r\000u\000c\000t\000u\000r\000e) ++(hwloc\137topology\137cpubind\137support Struct Reference) + endobj + 285 0 obj +-<< /S /GoTo /D (subsubsection.13.7.3.3) >> ++<< /S /GoTo /D (section.6.9) >> + endobj + 288 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000i\000g\000n\000o\000r\000e\000\137\000t\000y\000p\000e) ++(hwloc\137topology\137discovery\137support Struct Reference) + endobj + 289 0 obj +-<< /S /GoTo /D (subsubsection.13.7.3.4) >> ++<< /S /GoTo /D (section.6.10) >> + endobj + 292 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000i\000g\000n\000o\000r\000e\000\137\000t\000y\000p\000e\000\137\000k\000e\000e\000p\000\137\000s\000t\000r\000u\000c\000t\000u\000r\000e) ++(hwloc\137topology\137membind\137support Struct Reference) + endobj + 293 0 obj +-<< /S /GoTo /D (subsubsection.13.7.3.5) >> ++<< /S /GoTo /D (section.6.11) >> + endobj + 296 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000s\000e\000t\000\137\000f\000l\000a\000g\000s) ++(hwloc\137topology\137support Struct Reference) + endobj + 297 0 obj +-<< /S /GoTo /D (subsubsection.13.7.3.6) >> ++<< /S /GoTo /D (chapter.7) >> + endobj + 300 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000s\000e\000t\000\137\000f\000s\000r\000o\000o\000t) ++(Hardware Locality \(hwloc\) File Documentation) + endobj + 301 0 obj +-<< /S /GoTo /D (subsubsection.13.7.3.7) >> ++<< /S /GoTo /D (section.7.1) >> + endobj + 304 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000s\000e\000t\000\137\000p\000i\000d) ++(bitmap.h File Reference) + endobj + 305 0 obj +-<< /S /GoTo /D (subsubsection.13.7.3.8) >> ++<< /S /GoTo /D (section.7.2) >> + endobj + 308 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000s\000e\000t\000\137\000s\000y\000n\000t\000h\000e\000t\000i\000c) ++(cuda.h File Reference) + endobj + 309 0 obj +-<< /S /GoTo /D (subsubsection.13.7.3.9) >> ++<< /S /GoTo /D (section.7.3) >> + endobj + 312 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000s\000e\000t\000\137\000x\000m\000l) ++(cudart.h File Reference) + endobj + 313 0 obj +-<< /S /GoTo /D (subsubsection.13.7.3.10) >> ++<< /S /GoTo /D (section.7.4) >> + endobj + 316 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000s\000e\000t\000\137\000x\000m\000l\000b\000u\000f\000f\000e\000r) ++(glibc-sched.h File Reference) + endobj + 317 0 obj +-<< /S /GoTo /D (section.13.8) >> ++<< /S /GoTo /D (section.7.5) >> + endobj + 320 0 obj +-(\376\377\000T\000i\000n\000k\000e\000r\000\040\000w\000i\000t\000h\000\040\000t\000o\000p\000o\000l\000o\000g\000i\000e\000s\000.) ++(helper.h File Reference) + endobj + 321 0 obj +-<< /S /GoTo /D (subsection.13.8.1) >> ++<< /S /GoTo /D (section.7.6) >> + endobj + 324 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) ++(hwloc.doxy File Reference) + endobj + 325 0 obj +-<< /S /GoTo /D (subsubsection.13.8.1.1) >> ++<< /S /GoTo /D (section.7.7) >> + endobj + 328 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000e\000x\000p\000o\000r\000t\000\137\000x\000m\000l) ++(hwloc.h File Reference) + endobj + 329 0 obj +-<< /S /GoTo /D (subsubsection.13.8.1.2) >> ++<< /S /GoTo /D (section.7.8) >> + endobj + 332 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000e\000x\000p\000o\000r\000t\000\137\000x\000m\000l\000b\000u\000f\000f\000e\000r) ++(linux-libnuma.h File Reference) + endobj + 333 0 obj +-<< /S /GoTo /D (subsubsection.13.8.1.3) >> ++<< /S /GoTo /D (section.7.9) >> + endobj + 336 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000i\000n\000s\000e\000r\000t\000\137\000m\000i\000s\000c\000\137\000o\000b\000j\000e\000c\000t\000\137\000b\000y\000\137\000c\000p\000u\000s\000e\000t) ++(linux.h File Reference) + endobj + 337 0 obj +-<< /S /GoTo /D (subsubsection.13.8.1.4) >> ++<< /S /GoTo /D (section.7.10) >> + endobj + 340 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000i\000n\000s\000e\000r\000t\000\137\000m\000i\000s\000c\000\137\000o\000b\000j\000e\000c\000t\000\137\000b\000y\000\137\000p\000a\000r\000e\000n\000t) ++(myriexpress.h File Reference) + endobj + 341 0 obj +-<< /S /GoTo /D (section.13.9) >> ++<< /S /GoTo /D (section.7.11) >> + endobj + 344 0 obj +-(\376\377\000G\000e\000t\000\040\000s\000o\000m\000e\000\040\000T\000o\000p\000o\000l\000o\000g\000y\000\040\000I\000n\000f\000o\000r\000m\000a\000t\000i\000o\000n) ++(openfabrics-verbs.h File Reference) + endobj + 345 0 obj +-<< /S /GoTo /D (subsection.13.9.1) >> +-endobj +-348 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 +-349 0 obj +-<< /S /GoTo /D (subsubsection.13.9.1.1) >> +-endobj +-352 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000t\000y\000p\000e\000\137\000d\000e\000p\000t\000h\000\137\000e) +-endobj +-353 0 obj +-<< /S /GoTo /D (subsection.13.9.2) >> +-endobj +-356 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 +-357 0 obj +-<< /S /GoTo /D (subsubsection.13.9.2.1) >> +-endobj +-360 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000d\000e\000p\000t\000h\000\137\000t\000y\000p\000e) +-endobj +-361 0 obj +-<< /S /GoTo /D (subsubsection.13.9.2.2) >> +-endobj +-364 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000n\000b\000o\000b\000j\000s\000\137\000b\000y\000\137\000d\000e\000p\000t\000h) +-endobj +-365 0 obj +-<< /S /GoTo /D (subsubsection.13.9.2.3) >> +-endobj +-368 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000n\000b\000o\000b\000j\000s\000\137\000b\000y\000\137\000t\000y\000p\000e) +-endobj +-369 0 obj +-<< /S /GoTo /D (subsubsection.13.9.2.4) >> +-endobj +-372 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000t\000y\000p\000e\000\137\000d\000e\000p\000t\000h) +-endobj +-373 0 obj +-<< /S /GoTo /D (subsubsection.13.9.2.5) >> +-endobj +-376 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000g\000e\000t\000\137\000d\000e\000p\000t\000h) +-endobj +-377 0 obj +-<< /S /GoTo /D (subsubsection.13.9.2.6) >> +-endobj +-380 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000i\000s\000\137\000t\000h\000i\000s\000s\000y\000s\000t\000e\000m) +-endobj +-381 0 obj +-<< /S /GoTo /D (section.13.10) >> +-endobj +-384 0 obj +-(\376\377\000R\000e\000t\000r\000i\000e\000v\000e\000\040\000O\000b\000j\000e\000c\000t\000s) +-endobj +-385 0 obj +-<< /S /GoTo /D (subsection.13.10.1) >> +-endobj +-388 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 +-389 0 obj +-<< /S /GoTo /D (subsubsection.13.10.1.1) >> +-endobj +-392 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000o\000b\000j\000\137\000b\000y\000\137\000d\000e\000p\000t\000h) +-endobj +-393 0 obj +-<< /S /GoTo /D (subsubsection.13.10.1.2) >> +-endobj +-396 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000o\000b\000j\000\137\000b\000y\000\137\000t\000y\000p\000e) +-endobj +-397 0 obj +-<< /S /GoTo /D (section.13.11) >> +-endobj +-400 0 obj +-(\376\377\000O\000b\000j\000e\000c\000t\000/\000S\000t\000r\000i\000n\000g\000\040\000C\000o\000n\000v\000e\000r\000s\000i\000o\000n) +-endobj +-401 0 obj +-<< /S /GoTo /D (subsection.13.11.1) >> +-endobj +-404 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 +-405 0 obj +-<< /S /GoTo /D (subsubsection.13.11.1.1) >> +-endobj +-408 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000o\000b\000j\000\137\000a\000t\000t\000r\000\137\000s\000n\000p\000r\000i\000n\000t\000f) +-endobj +-409 0 obj +-<< /S /GoTo /D (subsubsection.13.11.1.2) >> +-endobj +-412 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000o\000b\000j\000\137\000c\000p\000u\000s\000e\000t\000\137\000s\000n\000p\000r\000i\000n\000t\000f) +-endobj +-413 0 obj +-<< /S /GoTo /D (subsubsection.13.11.1.3) >> +-endobj +-416 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000o\000b\000j\000\137\000g\000e\000t\000\137\000i\000n\000f\000o\000\137\000b\000y\000\137\000n\000a\000m\000e) +-endobj +-417 0 obj +-<< /S /GoTo /D (subsubsection.13.11.1.4) >> +-endobj +-420 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000o\000b\000j\000\137\000s\000n\000p\000r\000i\000n\000t\000f) +-endobj +-421 0 obj +-<< /S /GoTo /D (subsubsection.13.11.1.5) >> +-endobj +-424 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000o\000b\000j\000\137\000t\000y\000p\000e\000\137\000o\000f\000\137\000s\000t\000r\000i\000n\000g) +-endobj +-425 0 obj +-<< /S /GoTo /D (subsubsection.13.11.1.6) >> +-endobj +-428 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000o\000b\000j\000\137\000t\000y\000p\000e\000\137\000s\000n\000p\000r\000i\000n\000t\000f) +-endobj +-429 0 obj +-<< /S /GoTo /D (subsubsection.13.11.1.7) >> +-endobj +-432 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000o\000b\000j\000\137\000t\000y\000p\000e\000\137\000s\000t\000r\000i\000n\000g) +-endobj +-433 0 obj +-<< /S /GoTo /D (section.13.12) >> ++<< /S /GoTo /D [346 0 R /Fit ] >> + endobj +-436 0 obj +-(\376\377\000C\000P\000U\000\040\000b\000i\000n\000d\000i\000n\000g) +-endobj +-437 0 obj +-<< /S /GoTo /D (subsection.13.12.1) >> +-endobj +-440 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 +-441 0 obj +-<< /S /GoTo /D (subsection.13.12.2) >> +-endobj +-444 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 +-445 0 obj +-<< /S /GoTo /D (subsubsection.13.12.2.1) >> +-endobj +-448 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000c\000p\000u\000b\000i\000n\000d\000\137\000f\000l\000a\000g\000s\000\137\000t) +-endobj +-449 0 obj +-<< /S /GoTo /D (subsection.13.12.3) >> +-endobj +-452 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 +-453 0 obj +-<< /S /GoTo /D (subsubsection.13.12.3.1) >> +-endobj +-456 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000c\000p\000u\000b\000i\000n\000d) +-endobj +-457 0 obj +-<< /S /GoTo /D (subsubsection.13.12.3.2) >> +-endobj +-460 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000p\000r\000o\000c\000\137\000c\000p\000u\000b\000i\000n\000d) +-endobj +-461 0 obj +-<< /S /GoTo /D (subsubsection.13.12.3.3) >> +-endobj +-464 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000t\000h\000r\000e\000a\000d\000\137\000c\000p\000u\000b\000i\000n\000d) +-endobj +-465 0 obj +-<< /S /GoTo /D (subsubsection.13.12.3.4) >> +-endobj +-468 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000s\000e\000t\000\137\000c\000p\000u\000b\000i\000n\000d) +-endobj +-469 0 obj +-<< /S /GoTo /D (subsubsection.13.12.3.5) >> +-endobj +-472 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000s\000e\000t\000\137\000p\000r\000o\000c\000\137\000c\000p\000u\000b\000i\000n\000d) +-endobj +-473 0 obj +-<< /S /GoTo /D (subsubsection.13.12.3.6) >> +-endobj +-476 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000s\000e\000t\000\137\000t\000h\000r\000e\000a\000d\000\137\000c\000p\000u\000b\000i\000n\000d) +-endobj +-477 0 obj +-<< /S /GoTo /D (section.13.13) >> +-endobj +-480 0 obj +-(\376\377\000M\000e\000m\000o\000r\000y\000\040\000b\000i\000n\000d\000i\000n\000g) +-endobj +-481 0 obj +-<< /S /GoTo /D (subsection.13.13.1) >> +-endobj +-484 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 +-485 0 obj +-<< /S /GoTo /D (subsection.13.13.2) >> +-endobj +-488 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 +-489 0 obj +-<< /S /GoTo /D (subsubsection.13.13.2.1) >> +-endobj +-492 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000m\000e\000m\000b\000i\000n\000d\000\137\000f\000l\000a\000g\000s\000\137\000t) ++348 0 obj << ++/Length 282 ++/Filter /FlateDecode ++>> ++stream ++xڍQ=O0+<&C;% ++E :-H!VKl*$z#PT=g7RihE)gO/,YNR;&匽n[)iPڊf'$S&P=wԝ ++¼BT?S?zv(.La Ƕ/}#k:T`djD MNjY#(MB&%C x^ +fCf[561]IvzeTpn4cݺop?endstream + endobj +-493 0 obj +-<< /S /GoTo /D (subsubsection.13.13.2.2) >> ++346 0 obj << ++/Type /Page ++/Contents 348 0 R ++/Resources 347 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 353 0 R ++>> endobj ++349 0 obj << ++/D [346 0 R /XYZ 90 757.935 null] ++>> endobj ++350 0 obj << ++/D [346 0 R /XYZ 90 739.935 null] ++>> endobj ++347 0 obj << ++/Font << /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++356 0 obj << ++/Length 58 ++/Filter /FlateDecode ++>> ++stream ++x3T0BCKsSs=KcS\.t;!THcY[)endstream + endobj +-496 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000m\000e\000m\000b\000i\000n\000d\000\137\000p\000o\000l\000i\000c\000y\000\137\000t) ++355 0 obj << ++/Type /Page ++/Contents 356 0 R ++/Resources 354 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 353 0 R ++>> endobj ++357 0 obj << ++/D [355 0 R /XYZ 90 757.935 null] ++>> endobj ++354 0 obj << ++/ProcSet [ /PDF ] ++>> endobj ++360 0 obj << ++/Length 2029 ++/Filter /FlateDecode ++>> ++stream ++x]6kr!ɒ-uBCW,fWd[쓬tʒaG>,$$R"h}Gן{X}XqG+>|e(itAGNC E]_u˓]$%)WaGV]ۃoJrmBd|a,WcxU%Y$b/WrmwC@D%[ c0%?fH2qɱ#7yiEM1iU9fժ3[ lAPDx<++}0)rnk1Z ~Qfg:Ot#չOŔaDL`J;LufR9G05BcLL1b ++dbJNRSsj5rzNnn>N8J$#Ӊ>D:8Sz_JV)Z4M)i`0~R12 雪bwm`U$xs=9NJ@K&Htpp#Pb?.q: ++#iL$ Vc`^{bۘ/IqԪ$r,Z h8Gˀ8jzPh&VcL,/}]Vwǧ7ExJ$C4,֭v$Se:ptO(*P~?*j&#j5ԂP66zfH>8F[i u =P=@@ |P LBcdzP1 ++KVe$$rLZ K8S-c Cb -HQck5[iy[WWZN1#NFN3pS ++4H5Xͫ4)m5vt:T]h%h`)C gJO3?+&PaR̈́5(Nj5VºQVUqb$#F{3NV Z ++IhBGK(u b=C8N yo,SԐ!GR$͘k5Ǿoan |$M'nb[ExJZZ h<f@Uz̀F7T31G3{Ow`g4r Y h2uYFw3LNq(0H5CGn!7^.^嶼ͣd/^.&z[T\lR&#FV)OG \x2"bO"PF?PC;jTb!j5ĐȫRŝ^Y?+/ YuHV $rrg4A' jA4 !j&)UB_:zi#O{cncFIȢ(!$DH@T_x1S)(Rͤ{G(K0^]-=t=&%jJPY }t~h#PG~P8 bGܴ480IؔsW)WslVدK=B~j~sg>]YݔU-/]ކh֤jh"_6+}&;53Ṳy)_bX*(hNA'zJ  rZBN6UFcӶD'v+W=~ %APJd ++%wtS/{jN';Eiw/{ҙPe~B#աZ 蘦Q5">1 C)T1?8\B~O$Hb6OJ~SVgvQWu}pvܘP8rl'jsji5;k5M%q:8j_9OuO腪U*~q ++ߜJZ1Wam=(59Yj@]!2QW~٫'45{`+؇BN@Y'U\]?KR ѓ^2Chendstream + endobj +-497 0 obj +-<< /S /GoTo /D (subsection.13.13.3) >> ++359 0 obj << ++/Type /Page ++/Contents 360 0 R ++/Resources 358 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 353 0 R ++/Annots [ 364 0 R 365 0 R 366 0 R 367 0 R 368 0 R 369 0 R 370 0 R 371 0 R 372 0 R 373 0 R 374 0 R 375 0 R 376 0 R 377 0 R 378 0 R 379 0 R 380 0 R 381 0 R 382 0 R 383 0 R 384 0 R 385 0 R 386 0 R 387 0 R 388 0 R 389 0 R ] ++>> endobj ++364 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [89.004 572.917 189.177 583.796] ++/Subtype /Link ++/A << /S /GoTo /D (chapter.1) >> ++>> endobj ++365 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 556.97 178.109 565.816] ++/Subtype /Link ++/A << /S /GoTo /D (section.1.1) >> ++>> endobj ++366 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 539.1 173.685 547.946] ++/Subtype /Link ++/A << /S /GoTo /D (section.1.2) >> ++>> endobj ++367 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 519.172 186.687 530.076] ++/Subtype /Link ++/A << /S /GoTo /D (section.1.3) >> ++>> endobj ++368 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 501.302 221.436 512.206] ++/Subtype /Link ++/A << /S /GoTo /D (section.1.4) >> ++>> endobj ++369 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 483.432 208.555 494.336] ++/Subtype /Link ++/A << /S /GoTo /D (section.1.5) >> ++>> endobj ++370 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 465.562 195.274 476.466] ++/Subtype /Link ++/A << /S /GoTo /D (section.1.6) >> ++>> endobj ++371 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 447.692 193.88 458.596] ++/Subtype /Link ++/A << /S /GoTo /D (section.1.7) >> ++>> endobj ++372 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 429.822 153.213 440.726] ++/Subtype /Link ++/A << /S /GoTo /D (section.1.8) >> ++>> endobj ++373 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 413.89 174.234 422.856] ++/Subtype /Link ++/A << /S /GoTo /D (section.1.9) >> ++>> endobj ++374 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 396.139 172.56 404.986] ++/Subtype /Link ++/A << /S /GoTo /D (section.1.10) >> ++>> endobj ++375 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 378.269 181.984 387.116] ++/Subtype /Link ++/A << /S /GoTo /D (section.1.11) >> ++>> endobj ++376 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 358.342 165.377 369.246] ++/Subtype /Link ++/A << /S /GoTo /D (section.1.12) >> ++>> endobj ++377 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 340.472 300.987 351.376] ++/Subtype /Link ++/A << /S /GoTo /D (section.1.13) >> ++>> endobj ++378 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 322.602 239.538 333.506] ++/Subtype /Link ++/A << /S /GoTo /D (section.1.14) >> ++>> endobj ++379 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 304.732 250.826 315.636] ++/Subtype /Link ++/A << /S /GoTo /D (section.1.15) >> ++>> endobj ++380 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 286.862 241.122 297.766] ++/Subtype /Link ++/A << /S /GoTo /D (section.1.16) >> ++>> endobj ++381 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 268.992 258.607 279.895] ++/Subtype /Link ++/A << /S /GoTo /D (section.1.17) >> ++>> endobj ++382 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 251.121 220.46 262.025] ++/Subtype /Link ++/A << /S /GoTo /D (section.1.18) >> ++>> endobj ++383 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 233.251 498.554 244.155] ++/Subtype /Link ++/A << /S /GoTo /D (section.1.19) >> ++>> endobj ++384 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [89.004 204.57 282.716 215.45] ++/Subtype /Link ++/A << /S /GoTo /D (chapter.2) >> ++>> endobj ++385 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 186.566 274.556 197.47] ++/Subtype /Link ++/A << /S /GoTo /D (section.2.1) >> ++>> endobj ++386 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [89.004 157.885 313.789 168.764] ++/Subtype /Link ++/A << /S /GoTo /D (chapter.3) >> ++>> endobj ++387 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 139.88 301.385 150.784] ++/Subtype /Link ++/A << /S /GoTo /D (section.3.1) >> ++>> endobj ++388 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [89.004 111.199 266.108 122.079] ++/Subtype /Link ++/A << /S /GoTo /D (chapter.4) >> ++>> endobj ++389 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 93.195 273.181 104.099] ++/Subtype /Link ++/A << /S /GoTo /D (section.4.1) >> ++>> endobj ++363 0 obj << ++/D [359 0 R /XYZ 90 604.454 null] ++>> endobj ++358 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++392 0 obj << ++/Length 2954 ++/Filter /FlateDecode ++>> ++stream ++x[w6)h=Ņ$4I7vڞZflmdʫK|Xa$Cdqc2jLLhQd]w_0zf._|L]bO(a4C7~uŹtb?8.DioHU޼fݞ\ɿc ~JzƥwpM=Gȇm#( d*Т:'B(ަ3EOWwf[[z?ljIr)ݐ\A5q(UO/H! SbB*K ++Ri!mnU,Ȩ .CT'aǘE>Y3rIfWS-ę|4ʜS`.UyI{(# q<#LJfNWdMKfqôjUvڠz@v?H;@9@UPT@0\ ++6-%d]W[MVl+v16j16;"J f؝d*T-/J$ cG#x GN҈J#5IqQzWݺϧibsmY `H!ؠ** H; ++00,I!j"S" -[Mb{Ӿڶ0HRɲY8&8 ג!H|T"qL&8HHEJ P|u;lޮַ&5&6qUd-A2'"=br_x GLYiqޮPog;&tKlgZ\jt,*U$@:s5UaQxkesCls݂j<<9̑\Y9qomPy\ˋ'ǘDb16}4$Ϥ:IVº&y_~mI\4W8e*j6b, < S&2&%/z2){اQ| ++@q51sZ+^J6@h)}Y߮qP]Y$qoomP%T*9*MXhbqr$@h&^K6f=坹: \`L񞮇 H;4HHɊj*%7KXdm͢EqY=8]W3ޭ5%)D]^>lmPrj< q'x g򮎹gnSx]esP3,|gfBuSN%2 YT/"zP _"x btj*\q `(VycYG6 ͞B_6UD)&: lJB0bW݌HBH{afcQxg ++WWo=xeniăѫ 4y̐AAglO\f[ϐ5+eݘ[աת¸ c<0y|s5@)xrhQ$Hle\Pfʼnb [1wrpP * $1 (9z0H;B9BTB95kU mPhüZ]"j: $xD)GDF (x hیRnvD38P@װ޾kan3Yrn CUCunXO׊wH:9%DD2/4k6Z.njߞVwk]AzFOr =rPL10M 1WS1-{v)r7m$nYmɊI^..t|mYOdAQfa]lY Y|=1萨t!QQQ#й" ++࠹}8[5K8s3Rx43N7X@tpff(xlq40LQ'S!xQ}rsB[eqnk6gʗnͻ>,Pz5Us~n;g+8Ie9^g >|eqF|endstream + endobj +-500 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 +-501 0 obj +-<< /S /GoTo /D (subsubsection.13.13.3.1) >> +-endobj +-504 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000a\000l\000l\000o\000c) +-endobj +-505 0 obj +-<< /S /GoTo /D (subsubsection.13.13.3.2) >> +-endobj +-508 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000a\000l\000l\000o\000c\000\137\000m\000e\000m\000b\000i\000n\000d) +-endobj +-509 0 obj +-<< /S /GoTo /D (subsubsection.13.13.3.3) >> +-endobj +-512 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000a\000l\000l\000o\000c\000\137\000m\000e\000m\000b\000i\000n\000d\000\137\000n\000o\000d\000e\000s\000e\000t) +-endobj +-513 0 obj +-<< /S /GoTo /D (subsubsection.13.13.3.4) >> +-endobj +-516 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000f\000r\000e\000e) +-endobj +-517 0 obj +-<< /S /GoTo /D (subsubsection.13.13.3.5) >> +-endobj +-520 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000a\000r\000e\000a\000\137\000m\000e\000m\000b\000i\000n\000d) +-endobj +-521 0 obj +-<< /S /GoTo /D (subsubsection.13.13.3.6) >> +-endobj +-524 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000a\000r\000e\000a\000\137\000m\000e\000m\000b\000i\000n\000d\000\137\000n\000o\000d\000e\000s\000e\000t) +-endobj +-525 0 obj +-<< /S /GoTo /D (subsubsection.13.13.3.7) >> +-endobj +-528 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000m\000e\000m\000b\000i\000n\000d) +-endobj +-529 0 obj +-<< /S /GoTo /D (subsubsection.13.13.3.8) >> +-endobj +-532 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000m\000e\000m\000b\000i\000n\000d\000\137\000n\000o\000d\000e\000s\000e\000t) +-endobj +-533 0 obj +-<< /S /GoTo /D (subsubsection.13.13.3.9) >> +-endobj +-536 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000p\000r\000o\000c\000\137\000m\000e\000m\000b\000i\000n\000d) +-endobj +-537 0 obj +-<< /S /GoTo /D (subsubsection.13.13.3.10) >> +-endobj +-540 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000p\000r\000o\000c\000\137\000m\000e\000m\000b\000i\000n\000d\000\137\000n\000o\000d\000e\000s\000e\000t) +-endobj +-541 0 obj +-<< /S /GoTo /D (subsubsection.13.13.3.11) >> +-endobj +-544 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000s\000e\000t\000\137\000a\000r\000e\000a\000\137\000m\000e\000m\000b\000i\000n\000d) +-endobj +-545 0 obj +-<< /S /GoTo /D (subsubsection.13.13.3.12) >> +-endobj +-548 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000s\000e\000t\000\137\000a\000r\000e\000a\000\137\000m\000e\000m\000b\000i\000n\000d\000\137\000n\000o\000d\000e\000s\000e\000t) +-endobj +-549 0 obj +-<< /S /GoTo /D (subsubsection.13.13.3.13) >> +-endobj +-552 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000s\000e\000t\000\137\000m\000e\000m\000b\000i\000n\000d) +-endobj +-553 0 obj +-<< /S /GoTo /D (subsubsection.13.13.3.14) >> +-endobj +-556 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000s\000e\000t\000\137\000m\000e\000m\000b\000i\000n\000d\000\137\000n\000o\000d\000e\000s\000e\000t) +-endobj +-557 0 obj +-<< /S /GoTo /D (subsubsection.13.13.3.15) >> +-endobj +-560 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000s\000e\000t\000\137\000p\000r\000o\000c\000\137\000m\000e\000m\000b\000i\000n\000d) +-endobj +-561 0 obj +-<< /S /GoTo /D (subsubsection.13.13.3.16) >> +-endobj +-564 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000s\000e\000t\000\137\000p\000r\000o\000c\000\137\000m\000e\000m\000b\000i\000n\000d\000\137\000n\000o\000d\000e\000s\000e\000t) +-endobj +-565 0 obj +-<< /S /GoTo /D (section.13.14) >> +-endobj +-568 0 obj +-(\376\377\000O\000b\000j\000e\000c\000t\000\040\000T\000y\000p\000e\000\040\000H\000e\000l\000p\000e\000r\000s) +-endobj +-569 0 obj +-<< /S /GoTo /D (subsection.13.14.1) >> +-endobj +-572 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 +-573 0 obj +-<< /S /GoTo /D (subsubsection.13.14.1.1) >> +-endobj +-576 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000t\000y\000p\000e\000\137\000o\000r\000\137\000a\000b\000o\000v\000e\000\137\000d\000e\000p\000t\000h) +-endobj +-577 0 obj +-<< /S /GoTo /D (subsubsection.13.14.1.2) >> +-endobj +-580 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000t\000y\000p\000e\000\137\000o\000r\000\137\000b\000e\000l\000o\000w\000\137\000d\000e\000p\000t\000h) +-endobj +-581 0 obj +-<< /S /GoTo /D (section.13.15) >> +-endobj +-584 0 obj +-(\376\377\000B\000a\000s\000i\000c\000\040\000T\000r\000a\000v\000e\000r\000s\000a\000l\000\040\000H\000e\000l\000p\000e\000r\000s) +-endobj +-585 0 obj +-<< /S /GoTo /D (subsection.13.15.1) >> +-endobj +-588 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 +-589 0 obj +-<< /S /GoTo /D (subsubsection.13.15.1.1) >> +-endobj +-592 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000a\000n\000c\000e\000s\000t\000o\000r\000\137\000o\000b\000j\000\137\000b\000y\000\137\000d\000e\000p\000t\000h) +-endobj +-593 0 obj +-<< /S /GoTo /D (subsubsection.13.15.1.2) >> +-endobj +-596 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000a\000n\000c\000e\000s\000t\000o\000r\000\137\000o\000b\000j\000\137\000b\000y\000\137\000t\000y\000p\000e) +-endobj +-597 0 obj +-<< /S /GoTo /D (subsubsection.13.15.1.3) >> +-endobj +-600 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000c\000o\000m\000m\000o\000n\000\137\000a\000n\000c\000e\000s\000t\000o\000r\000\137\000o\000b\000j) +-endobj +-601 0 obj +-<< /S /GoTo /D (subsubsection.13.15.1.4) >> +-endobj +-604 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000n\000e\000x\000t\000\137\000c\000h\000i\000l\000d) +-endobj +-605 0 obj +-<< /S /GoTo /D (subsubsection.13.15.1.5) >> +-endobj +-608 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000n\000e\000x\000t\000\137\000o\000b\000j\000\137\000b\000y\000\137\000d\000e\000p\000t\000h) +-endobj +-609 0 obj +-<< /S /GoTo /D (subsubsection.13.15.1.6) >> +-endobj +-612 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000n\000e\000x\000t\000\137\000o\000b\000j\000\137\000b\000y\000\137\000t\000y\000p\000e) +-endobj +-613 0 obj +-<< /S /GoTo /D (subsubsection.13.15.1.7) >> +-endobj +-616 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000p\000u\000\137\000o\000b\000j\000\137\000b\000y\000\137\000o\000s\000\137\000i\000n\000d\000e\000x) +-endobj +-617 0 obj +-<< /S /GoTo /D (subsubsection.13.15.1.8) >> +-endobj +-620 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000r\000o\000o\000t\000\137\000o\000b\000j) +-endobj +-621 0 obj +-<< /S /GoTo /D (subsubsection.13.15.1.9) >> +-endobj +-624 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000o\000b\000j\000\137\000i\000s\000\137\000i\000n\000\137\000s\000u\000b\000t\000r\000e\000e) +-endobj +-625 0 obj +-<< /S /GoTo /D (section.13.16) >> +-endobj +-628 0 obj +-(\376\377\000F\000i\000n\000d\000i\000n\000g\000\040\000O\000b\000j\000e\000c\000t\000s\000\040\000I\000n\000s\000i\000d\000e\000\040\000a\000\040\000C\000P\000U\000\040\000s\000e\000t) +-endobj +-629 0 obj +-<< /S /GoTo /D (subsection.13.16.1) >> +-endobj +-632 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 +-633 0 obj +-<< /S /GoTo /D (subsubsection.13.16.1.1) >> +-endobj +-636 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000f\000i\000r\000s\000t\000\137\000l\000a\000r\000g\000e\000s\000t\000\137\000o\000b\000j\000\137\000i\000n\000s\000i\000d\000e\000\137\000c\000p\000u\000s\000e\000t) +-endobj +-637 0 obj +-<< /S /GoTo /D (subsubsection.13.16.1.2) >> +-endobj +-640 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000l\000a\000r\000g\000e\000s\000t\000\137\000o\000b\000j\000s\000\137\000i\000n\000s\000i\000d\000e\000\137\000c\000p\000u\000s\000e\000t) +-endobj +-641 0 obj +-<< /S /GoTo /D (subsubsection.13.16.1.3) >> +-endobj +-644 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000n\000b\000o\000b\000j\000s\000\137\000i\000n\000s\000i\000d\000e\000\137\000c\000p\000u\000s\000e\000t\000\137\000b\000y\000\137\000d\000e\000p\000t\000h) +-endobj +-645 0 obj +-<< /S /GoTo /D (subsubsection.13.16.1.4) >> +-endobj +-648 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000n\000b\000o\000b\000j\000s\000\137\000i\000n\000s\000i\000d\000e\000\137\000c\000p\000u\000s\000e\000t\000\137\000b\000y\000\137\000t\000y\000p\000e) +-endobj +-649 0 obj +-<< /S /GoTo /D (subsubsection.13.16.1.5) >> +-endobj +-652 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000n\000e\000x\000t\000\137\000o\000b\000j\000\137\000i\000n\000s\000i\000d\000e\000\137\000c\000p\000u\000s\000e\000t\000\137\000b\000y\000\137\000d\000e\000p\000t\000h) +-endobj +-653 0 obj +-<< /S /GoTo /D (subsubsection.13.16.1.6) >> +-endobj +-656 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000n\000e\000x\000t\000\137\000o\000b\000j\000\137\000i\000n\000s\000i\000d\000e\000\137\000c\000p\000u\000s\000e\000t\000\137\000b\000y\000\137\000t\000y\000p\000e) +-endobj +-657 0 obj +-<< /S /GoTo /D (subsubsection.13.16.1.7) >> +-endobj +-660 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000o\000b\000j\000\137\000i\000n\000s\000i\000d\000e\000\137\000c\000p\000u\000s\000e\000t\000\137\000b\000y\000\137\000d\000e\000p\000t\000h) +-endobj +-661 0 obj +-<< /S /GoTo /D (subsubsection.13.16.1.8) >> +-endobj +-664 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000o\000b\000j\000\137\000i\000n\000s\000i\000d\000e\000\137\000c\000p\000u\000s\000e\000t\000\137\000b\000y\000\137\000t\000y\000p\000e) +-endobj +-665 0 obj +-<< /S /GoTo /D (section.13.17) >> +-endobj +-668 0 obj +-(\376\377\000F\000i\000n\000d\000i\000n\000g\000\040\000a\000\040\000s\000i\000n\000g\000l\000e\000\040\000O\000b\000j\000e\000c\000t\000\040\000c\000o\000v\000e\000r\000i\000n\000g\000\040\000a\000t\000\040\000l\000e\000a\000s\000t\000\040\000C\000P\000U\000\040\000s\000e\000t) +-endobj +-669 0 obj +-<< /S /GoTo /D (subsection.13.17.1) >> +-endobj +-672 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 +-673 0 obj +-<< /S /GoTo /D (subsubsection.13.17.1.1) >> +-endobj +-676 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000c\000h\000i\000l\000d\000\137\000c\000o\000v\000e\000r\000i\000n\000g\000\137\000c\000p\000u\000s\000e\000t) +-endobj +-677 0 obj +-<< /S /GoTo /D (subsubsection.13.17.1.2) >> +-endobj +-680 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000o\000b\000j\000\137\000c\000o\000v\000e\000r\000i\000n\000g\000\137\000c\000p\000u\000s\000e\000t) +-endobj +-681 0 obj +-<< /S /GoTo /D (section.13.18) >> +-endobj +-684 0 obj +-(\376\377\000F\000i\000n\000d\000i\000n\000g\000\040\000a\000\040\000s\000e\000t\000\040\000o\000f\000\040\000s\000i\000m\000i\000l\000a\000r\000\040\000O\000b\000j\000e\000c\000t\000s\000\040\000c\000o\000v\000e\000r\000i\000n\000g\000\040\000a\000t\000\040\000l\000e\000a\000s\000t\000\040\000a\000\040\000C\000P\000U\000\040\000s\000e\000t) +-endobj +-685 0 obj +-<< /S /GoTo /D (subsection.13.18.1) >> +-endobj +-688 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 +-689 0 obj +-<< /S /GoTo /D (subsubsection.13.18.1.1) >> +-endobj +-692 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000n\000e\000x\000t\000\137\000o\000b\000j\000\137\000c\000o\000v\000e\000r\000i\000n\000g\000\137\000c\000p\000u\000s\000e\000t\000\137\000b\000y\000\137\000d\000e\000p\000t\000h) +-endobj +-693 0 obj +-<< /S /GoTo /D (subsubsection.13.18.1.2) >> +-endobj +-696 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000n\000e\000x\000t\000\137\000o\000b\000j\000\137\000c\000o\000v\000e\000r\000i\000n\000g\000\137\000c\000p\000u\000s\000e\000t\000\137\000b\000y\000\137\000t\000y\000p\000e) +-endobj +-697 0 obj +-<< /S /GoTo /D (section.13.19) >> +-endobj +-700 0 obj +-(\376\377\000C\000a\000c\000h\000e\000-\000s\000p\000e\000c\000i\000f\000i\000c\000\040\000F\000i\000n\000d\000i\000n\000g\000\040\000H\000e\000l\000p\000e\000r\000s) +-endobj +-701 0 obj +-<< /S /GoTo /D (subsection.13.19.1) >> +-endobj +-704 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 +-705 0 obj +-<< /S /GoTo /D (subsubsection.13.19.1.1) >> +-endobj +-708 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000c\000a\000c\000h\000e\000\137\000c\000o\000v\000e\000r\000i\000n\000g\000\137\000c\000p\000u\000s\000e\000t) +-endobj +-709 0 obj +-<< /S /GoTo /D (subsubsection.13.19.1.2) >> +-endobj +-712 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000s\000h\000a\000r\000e\000d\000\137\000c\000a\000c\000h\000e\000\137\000c\000o\000v\000e\000r\000i\000n\000g\000\137\000o\000b\000j) +-endobj +-713 0 obj +-<< /S /GoTo /D (section.13.20) >> +-endobj +-716 0 obj +-(\376\377\000A\000d\000v\000a\000n\000c\000e\000d\000\040\000T\000r\000a\000v\000e\000r\000s\000a\000l\000\040\000H\000e\000l\000p\000e\000r\000s) +-endobj +-717 0 obj +-<< /S /GoTo /D (subsection.13.20.1) >> +-endobj +-720 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 +-721 0 obj +-<< /S /GoTo /D (subsubsection.13.20.1.1) >> +-endobj +-724 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000c\000l\000o\000s\000e\000s\000t\000\137\000o\000b\000j\000s) +-endobj +-725 0 obj +-<< /S /GoTo /D (subsubsection.13.20.1.2) >> +-endobj +-728 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000o\000b\000j\000\137\000b\000e\000l\000o\000w\000\137\000a\000r\000r\000a\000y\000\137\000b\000y\000\137\000t\000y\000p\000e) +-endobj +-729 0 obj +-<< /S /GoTo /D (subsubsection.13.20.1.3) >> +-endobj +-732 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000o\000b\000j\000\137\000b\000e\000l\000o\000w\000\137\000b\000y\000\137\000t\000y\000p\000e) +-endobj +-733 0 obj +-<< /S /GoTo /D (section.13.21) >> +-endobj +-736 0 obj +-(\376\377\000B\000i\000n\000d\000i\000n\000g\000\040\000H\000e\000l\000p\000e\000r\000s) +-endobj +-737 0 obj +-<< /S /GoTo /D (subsection.13.21.1) >> +-endobj +-740 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 +-741 0 obj +-<< /S /GoTo /D (subsubsection.13.21.1.1) >> +-endobj +-744 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000a\000l\000l\000o\000c\000\137\000m\000e\000m\000b\000i\000n\000d\000\137\000p\000o\000l\000i\000c\000y) +-endobj +-745 0 obj +-<< /S /GoTo /D (subsubsection.13.21.1.2) >> +-endobj +-748 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000a\000l\000l\000o\000c\000\137\000m\000e\000m\000b\000i\000n\000d\000\137\000p\000o\000l\000i\000c\000y\000\137\000n\000o\000d\000e\000s\000e\000t) +-endobj +-749 0 obj +-<< /S /GoTo /D (subsubsection.13.21.1.3) >> +-endobj +-752 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000d\000i\000s\000t\000r\000i\000b\000u\000t\000e) +-endobj +-753 0 obj +-<< /S /GoTo /D (subsubsection.13.21.1.4) >> +-endobj +-756 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000d\000i\000s\000t\000r\000i\000b\000u\000t\000e\000v) +-endobj +-757 0 obj +-<< /S /GoTo /D (section.13.22) >> +-endobj +-760 0 obj +-(\376\377\000C\000p\000u\000s\000e\000t\000\040\000H\000e\000l\000p\000e\000r\000s) +-endobj +-761 0 obj +-<< /S /GoTo /D (subsection.13.22.1) >> +-endobj +-764 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 +-765 0 obj +-<< /S /GoTo /D (subsubsection.13.22.1.1) >> +-endobj +-768 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000g\000e\000t\000\137\000a\000l\000l\000o\000w\000e\000d\000\137\000c\000p\000u\000s\000e\000t) +-endobj +-769 0 obj +-<< /S /GoTo /D (subsubsection.13.22.1.2) >> +-endobj +-772 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000g\000e\000t\000\137\000c\000o\000m\000p\000l\000e\000t\000e\000\137\000c\000p\000u\000s\000e\000t) +-endobj +-773 0 obj +-<< /S /GoTo /D (subsubsection.13.22.1.3) >> +-endobj +-776 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000g\000e\000t\000\137\000o\000n\000l\000i\000n\000e\000\137\000c\000p\000u\000s\000e\000t) +-endobj +-777 0 obj +-<< /S /GoTo /D (subsubsection.13.22.1.4) >> +-endobj +-780 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000g\000e\000t\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000c\000p\000u\000s\000e\000t) +-endobj +-781 0 obj +-<< /S /GoTo /D (section.13.23) >> +-endobj +-784 0 obj +-(\376\377\000N\000o\000d\000e\000s\000e\000t\000\040\000H\000e\000l\000p\000e\000r\000s) +-endobj +-785 0 obj +-<< /S /GoTo /D (subsection.13.23.1) >> +-endobj +-788 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 +-789 0 obj +-<< /S /GoTo /D (subsubsection.13.23.1.1) >> +-endobj +-792 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000g\000e\000t\000\137\000a\000l\000l\000o\000w\000e\000d\000\137\000n\000o\000d\000e\000s\000e\000t) +-endobj +-793 0 obj +-<< /S /GoTo /D (subsubsection.13.23.1.2) >> +-endobj +-796 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000g\000e\000t\000\137\000c\000o\000m\000p\000l\000e\000t\000e\000\137\000n\000o\000d\000e\000s\000e\000t) +-endobj +-797 0 obj +-<< /S /GoTo /D (subsubsection.13.23.1.3) >> +-endobj +-800 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000g\000e\000t\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000n\000o\000d\000e\000s\000e\000t) +-endobj +-801 0 obj +-<< /S /GoTo /D (section.13.24) >> +-endobj +-804 0 obj +-(\376\377\000C\000o\000n\000v\000e\000r\000s\000i\000o\000n\000\040\000b\000e\000t\000w\000e\000e\000n\000\040\000c\000p\000u\000s\000e\000t\000\040\000a\000n\000d\000\040\000n\000o\000d\000e\000s\000e\000t) +-endobj +-805 0 obj +-<< /S /GoTo /D (subsection.13.24.1) >> +-endobj +-808 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 +-809 0 obj +-<< /S /GoTo /D (subsection.13.24.2) >> +-endobj +-812 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 +-813 0 obj +-<< /S /GoTo /D (subsubsection.13.24.2.1) >> +-endobj +-816 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000c\000p\000u\000s\000e\000t\000\137\000f\000r\000o\000m\000\137\000n\000o\000d\000e\000s\000e\000t) +-endobj +-817 0 obj +-<< /S /GoTo /D (subsubsection.13.24.2.2) >> +-endobj +-820 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000c\000p\000u\000s\000e\000t\000\137\000f\000r\000o\000m\000\137\000n\000o\000d\000e\000s\000e\000t\000\137\000s\000t\000r\000i\000c\000t) +-endobj +-821 0 obj +-<< /S /GoTo /D (subsubsection.13.24.2.3) >> +-endobj +-824 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000c\000p\000u\000s\000e\000t\000\137\000t\000o\000\137\000n\000o\000d\000e\000s\000e\000t) +-endobj +-825 0 obj +-<< /S /GoTo /D (subsubsection.13.24.2.4) >> +-endobj +-828 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000c\000p\000u\000s\000e\000t\000\137\000t\000o\000\137\000n\000o\000d\000e\000s\000e\000t\000\137\000s\000t\000r\000i\000c\000t) +-endobj +-829 0 obj +-<< /S /GoTo /D (section.13.25) >> +-endobj +-832 0 obj +-(\376\377\000T\000h\000e\000\040\000b\000i\000t\000m\000a\000p\000\040\000A\000P\000I) +-endobj +-833 0 obj +-<< /S /GoTo /D (subsection.13.25.1) >> +-endobj +-836 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 +-837 0 obj +-<< /S /GoTo /D (subsection.13.25.2) >> +-endobj +-840 0 obj +-(\376\377\000D\000e\000f\000i\000n\000e\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n) +-endobj +-841 0 obj +-<< /S /GoTo /D (subsubsection.13.25.2.1) >> +-endobj +-844 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000f\000o\000r\000e\000a\000c\000h\000\137\000b\000e\000g\000i\000n) +-endobj +-845 0 obj +-<< /S /GoTo /D (subsubsection.13.25.2.2) >> +-endobj +-848 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000f\000o\000r\000e\000a\000c\000h\000\137\000e\000n\000d) +-endobj +-849 0 obj +-<< /S /GoTo /D (subsection.13.25.3) >> +-endobj +-852 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 +-853 0 obj +-<< /S /GoTo /D (subsubsection.13.25.3.1) >> +-endobj +-856 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000t) +-endobj +-857 0 obj +-<< /S /GoTo /D (subsubsection.13.25.3.2) >> +-endobj +-860 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000c\000o\000n\000s\000t\000\137\000b\000i\000t\000m\000a\000p\000\137\000t) +-endobj +-861 0 obj +-<< /S /GoTo /D (subsection.13.25.4) >> +-endobj +-864 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 +-865 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.1) >> +-endobj +-868 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000a\000l\000l\000b\000u\000t) +-endobj +-869 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.2) >> +-endobj +-872 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000a\000l\000l\000o\000c) +-endobj +-873 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.3) >> +-endobj +-876 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000a\000l\000l\000o\000c\000\137\000f\000u\000l\000l) +-endobj +-877 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.4) >> +-endobj +-880 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000a\000n\000d) +-endobj +-881 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.5) >> +-endobj +-884 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000a\000n\000d\000n\000o\000t) +-endobj +-885 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.6) >> +-endobj +-888 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000a\000s\000p\000r\000i\000n\000t\000f) +-endobj +-889 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.7) >> +-endobj +-892 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000c\000l\000r) +-endobj +-893 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.8) >> +-endobj +-896 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000c\000l\000r\000\137\000r\000a\000n\000g\000e) +-endobj +-897 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.9) >> +-endobj +-900 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000c\000o\000m\000p\000a\000r\000e) +-endobj +-901 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.10) >> +-endobj +-904 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000c\000o\000m\000p\000a\000r\000e\000\137\000f\000i\000r\000s\000t) +-endobj +-905 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.11) >> +-endobj +-908 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000c\000o\000p\000y) +-endobj +-909 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.12) >> +-endobj +-912 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000d\000u\000p) +-endobj +-913 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.13) >> +-endobj +-916 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000f\000i\000l\000l) +-endobj +-917 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.14) >> +-endobj +-920 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000f\000i\000r\000s\000t) +-endobj +-921 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.15) >> +-endobj +-924 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000f\000r\000e\000e) +-endobj +-925 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.16) >> +-endobj +-928 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000f\000r\000o\000m\000\137\000i\000t\000h\000\137\000u\000l\000o\000n\000g) +-endobj +-929 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.17) >> +-endobj +-932 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000f\000r\000o\000m\000\137\000u\000l\000o\000n\000g) +-endobj +-933 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.18) >> +-endobj +-936 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000i\000n\000t\000e\000r\000s\000e\000c\000t\000s) +-endobj +-937 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.19) >> +-endobj +-940 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000i\000s\000e\000q\000u\000a\000l) +-endobj +-941 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.20) >> +-endobj +-944 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000i\000s\000f\000u\000l\000l) +-endobj +-945 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.21) >> +-endobj +-948 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000i\000s\000i\000n\000c\000l\000u\000d\000e\000d) +-endobj +-949 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.22) >> +-endobj +-952 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000i\000s\000s\000e\000t) +-endobj +-953 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.23) >> +-endobj +-956 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000i\000s\000z\000e\000r\000o) +-endobj +-957 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.24) >> +-endobj +-960 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000l\000a\000s\000t) +-endobj +-961 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.25) >> +-endobj +-964 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000n\000e\000x\000t) +-endobj +-965 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.26) >> +-endobj +-968 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000n\000o\000t) +-endobj +-969 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.27) >> +-endobj +-972 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000o\000n\000l\000y) +-endobj +-973 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.28) >> +-endobj +-976 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000o\000r) +-endobj +-977 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.29) >> +-endobj +-980 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000s\000e\000t) +-endobj +-981 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.30) >> +-endobj +-984 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000s\000e\000t\000\137\000i\000t\000h\000\137\000u\000l\000o\000n\000g) +-endobj +-985 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.31) >> +-endobj +-988 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000s\000e\000t\000\137\000r\000a\000n\000g\000e) +-endobj +-989 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.32) >> +-endobj +-992 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000s\000i\000n\000g\000l\000i\000f\000y) +-endobj +-993 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.33) >> +-endobj +-996 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000s\000n\000p\000r\000i\000n\000t\000f) +-endobj +-997 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.34) >> +-endobj +-1000 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000s\000s\000c\000a\000n\000f) +-endobj +-1001 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.35) >> +-endobj +-1004 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000t\000a\000s\000k\000s\000e\000t\000\137\000a\000s\000p\000r\000i\000n\000t\000f) +-endobj +-1005 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.36) >> +-endobj +-1008 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000t\000a\000s\000k\000s\000e\000t\000\137\000s\000n\000p\000r\000i\000n\000t\000f) +-endobj +-1009 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.37) >> +-endobj +-1012 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000t\000a\000s\000k\000s\000e\000t\000\137\000s\000s\000c\000a\000n\000f) +-endobj +-1013 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.38) >> +-endobj +-1016 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000t\000o\000\137\000i\000t\000h\000\137\000u\000l\000o\000n\000g) +-endobj +-1017 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.39) >> +-endobj +-1020 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000t\000o\000\137\000u\000l\000o\000n\000g) +-endobj +-1021 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.40) >> +-endobj +-1024 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000w\000e\000i\000g\000h\000t) +-endobj +-1025 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.41) >> +-endobj +-1028 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000x\000o\000r) +-endobj +-1029 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.42) >> +-endobj +-1032 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000z\000e\000r\000o) +-endobj +-1033 0 obj +-<< /S /GoTo /D (section.13.26) >> +-endobj +-1036 0 obj +-(\376\377\000H\000e\000l\000p\000e\000r\000s\000\040\000f\000o\000r\000\040\000m\000a\000n\000i\000p\000u\000l\000a\000t\000i\000n\000g\000\040\000g\000l\000i\000b\000c\000\040\000s\000c\000h\000e\000d\000\040\000a\000f\000f\000i\000n\000i\000t\000y) +-endobj +-1037 0 obj +-<< /S /GoTo /D (subsection.13.26.1) >> +-endobj +-1040 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 +-1041 0 obj +-<< /S /GoTo /D (subsubsection.13.26.1.1) >> +-endobj +-1044 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000c\000p\000u\000s\000e\000t\000\137\000f\000r\000o\000m\000\137\000g\000l\000i\000b\000c\000\137\000s\000c\000h\000e\000d\000\137\000a\000f\000f\000i\000n\000i\000t\000y) +-endobj +-1045 0 obj +-<< /S /GoTo /D (subsubsection.13.26.1.2) >> +-endobj +-1048 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000c\000p\000u\000s\000e\000t\000\137\000t\000o\000\137\000g\000l\000i\000b\000c\000\137\000s\000c\000h\000e\000d\000\137\000a\000f\000f\000i\000n\000i\000t\000y) +-endobj +-1049 0 obj +-<< /S /GoTo /D (section.13.27) >> +-endobj +-1052 0 obj +-(\376\377\000L\000i\000n\000u\000x\000-\000o\000n\000l\000y\000\040\000h\000e\000l\000p\000e\000r\000s) +-endobj +-1053 0 obj +-<< /S /GoTo /D (subsection.13.27.1) >> +-endobj +-1056 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 +-1057 0 obj +-<< /S /GoTo /D (subsection.13.27.2) >> +-endobj +-1060 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 +-1061 0 obj +-<< /S /GoTo /D (subsubsection.13.27.2.1) >> +-endobj +-1064 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000l\000i\000n\000u\000x\000\137\000g\000e\000t\000\137\000t\000i\000d\000\137\000c\000p\000u\000b\000i\000n\000d) +-endobj +-1065 0 obj +-<< /S /GoTo /D (subsubsection.13.27.2.2) >> +-endobj +-1068 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000l\000i\000n\000u\000x\000\137\000p\000a\000r\000s\000e\000\137\000c\000p\000u\000m\000a\000p\000\137\000f\000i\000l\000e) +-endobj +-1069 0 obj +-<< /S /GoTo /D (subsubsection.13.27.2.3) >> +-endobj +-1072 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000l\000i\000n\000u\000x\000\137\000s\000e\000t\000\137\000t\000i\000d\000\137\000c\000p\000u\000b\000i\000n\000d) +-endobj +-1073 0 obj +-<< /S /GoTo /D (section.13.28) >> +-endobj +-1076 0 obj +-(\376\377\000H\000e\000l\000p\000e\000r\000s\000\040\000f\000o\000r\000\040\000m\000a\000n\000i\000p\000u\000l\000a\000t\000i\000n\000g\000\040\000L\000i\000n\000u\000x\000\040\000l\000i\000b\000n\000u\000m\000a\000\040\000u\000n\000s\000i\000g\000n\000e\000d\000\040\000l\000o\000n\000g\000\040\000m\000a\000s\000k\000s) +-endobj +-1077 0 obj +-<< /S /GoTo /D (subsection.13.28.1) >> +-endobj +-1080 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 +-1081 0 obj +-<< /S /GoTo /D (subsubsection.13.28.1.1) >> +-endobj +-1084 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000c\000p\000u\000s\000e\000t\000\137\000f\000r\000o\000m\000\137\000l\000i\000n\000u\000x\000\137\000l\000i\000b\000n\000u\000m\000a\000\137\000u\000l\000o\000n\000g\000s) +-endobj +-1085 0 obj +-<< /S /GoTo /D (subsubsection.13.28.1.2) >> +-endobj +-1088 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000c\000p\000u\000s\000e\000t\000\137\000t\000o\000\137\000l\000i\000n\000u\000x\000\137\000l\000i\000b\000n\000u\000m\000a\000\137\000u\000l\000o\000n\000g\000s) +-endobj +-1089 0 obj +-<< /S /GoTo /D (subsubsection.13.28.1.3) >> +-endobj +-1092 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000n\000o\000d\000e\000s\000e\000t\000\137\000f\000r\000o\000m\000\137\000l\000i\000n\000u\000x\000\137\000l\000i\000b\000n\000u\000m\000a\000\137\000u\000l\000o\000n\000g\000s) +-endobj +-1093 0 obj +-<< /S /GoTo /D (subsubsection.13.28.1.4) >> +-endobj +-1096 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000n\000o\000d\000e\000s\000e\000t\000\137\000t\000o\000\137\000l\000i\000n\000u\000x\000\137\000l\000i\000b\000n\000u\000m\000a\000\137\000u\000l\000o\000n\000g\000s) +-endobj +-1097 0 obj +-<< /S /GoTo /D (section.13.29) >> +-endobj +-1100 0 obj +-(\376\377\000H\000e\000l\000p\000e\000r\000s\000\040\000f\000o\000r\000\040\000m\000a\000n\000i\000p\000u\000l\000a\000t\000i\000n\000g\000\040\000L\000i\000n\000u\000x\000\040\000l\000i\000b\000n\000u\000m\000a\000\040\000b\000i\000t\000m\000a\000s\000k) +-endobj +-1101 0 obj +-<< /S /GoTo /D (subsection.13.29.1) >> +-endobj +-1104 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 +-1105 0 obj +-<< /S /GoTo /D (subsubsection.13.29.1.1) >> +-endobj +-1108 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000c\000p\000u\000s\000e\000t\000\137\000f\000r\000o\000m\000\137\000l\000i\000n\000u\000x\000\137\000l\000i\000b\000n\000u\000m\000a\000\137\000b\000i\000t\000m\000a\000s\000k) +-endobj +-1109 0 obj +-<< /S /GoTo /D (subsubsection.13.29.1.2) >> +-endobj +-1112 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000c\000p\000u\000s\000e\000t\000\137\000t\000o\000\137\000l\000i\000n\000u\000x\000\137\000l\000i\000b\000n\000u\000m\000a\000\137\000b\000i\000t\000m\000a\000s\000k) +-endobj +-1113 0 obj +-<< /S /GoTo /D (subsubsection.13.29.1.3) >> +-endobj +-1116 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000n\000o\000d\000e\000s\000e\000t\000\137\000f\000r\000o\000m\000\137\000l\000i\000n\000u\000x\000\137\000l\000i\000b\000n\000u\000m\000a\000\137\000b\000i\000t\000m\000a\000s\000k) +-endobj +-1117 0 obj +-<< /S /GoTo /D (subsubsection.13.29.1.4) >> +-endobj +-1120 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000n\000o\000d\000e\000s\000e\000t\000\137\000t\000o\000\137\000l\000i\000n\000u\000x\000\137\000l\000i\000b\000n\000u\000m\000a\000\137\000b\000i\000t\000m\000a\000s\000k) +-endobj +-1121 0 obj +-<< /S /GoTo /D (section.13.30) >> +-endobj +-1124 0 obj +-(\376\377\000H\000e\000l\000p\000e\000r\000s\000\040\000f\000o\000r\000\040\000m\000a\000n\000i\000p\000u\000l\000a\000t\000i\000n\000g\000\040\000L\000i\000n\000u\000x\000\040\000l\000i\000b\000n\000u\000m\000a\000\040\000n\000o\000d\000e\000m\000a\000s\000k\000\137\000t) +-endobj +-1125 0 obj +-<< /S /GoTo /D (subsection.13.30.1) >> +-endobj +-1128 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 +-1129 0 obj +-<< /S /GoTo /D (subsubsection.13.30.1.1) >> +-endobj +-1132 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000c\000p\000u\000s\000e\000t\000\137\000f\000r\000o\000m\000\137\000l\000i\000n\000u\000x\000\137\000l\000i\000b\000n\000u\000m\000a\000\137\000n\000o\000d\000e\000m\000a\000s\000k) +-endobj +-1133 0 obj +-<< /S /GoTo /D (subsubsection.13.30.1.2) >> +-endobj +-1136 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000c\000p\000u\000s\000e\000t\000\137\000t\000o\000\137\000l\000i\000n\000u\000x\000\137\000l\000i\000b\000n\000u\000m\000a\000\137\000n\000o\000d\000e\000m\000a\000s\000k) +-endobj +-1137 0 obj +-<< /S /GoTo /D (subsubsection.13.30.1.3) >> +-endobj +-1140 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000n\000o\000d\000e\000s\000e\000t\000\137\000f\000r\000o\000m\000\137\000l\000i\000n\000u\000x\000\137\000l\000i\000b\000n\000u\000m\000a\000\137\000n\000o\000d\000e\000m\000a\000s\000k) +-endobj +-1141 0 obj +-<< /S /GoTo /D (subsubsection.13.30.1.4) >> +-endobj +-1144 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000n\000o\000d\000e\000s\000e\000t\000\137\000t\000o\000\137\000l\000i\000n\000u\000x\000\137\000l\000i\000b\000n\000u\000m\000a\000\137\000n\000o\000d\000e\000m\000a\000s\000k) +-endobj +-1145 0 obj +-<< /S /GoTo /D (section.13.31) >> +-endobj +-1148 0 obj +-(\376\377\000C\000U\000D\000A\000\040\000D\000r\000i\000v\000e\000r\000\040\000A\000P\000I\000\040\000S\000p\000e\000c\000i\000f\000i\000c\000\040\000F\000u\000n\000c\000t\000i\000o\000n\000s) +-endobj +-1149 0 obj +-<< /S /GoTo /D (subsection.13.31.1) >> +-endobj +-1152 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 +-1153 0 obj +-<< /S /GoTo /D (subsubsection.13.31.1.1) >> +-endobj +-1156 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000c\000u\000d\000a\000\137\000g\000e\000t\000\137\000d\000e\000v\000i\000c\000e\000\137\000c\000p\000u\000s\000e\000t) +-endobj +-1157 0 obj +-<< /S /GoTo /D (section.13.32) >> +-endobj +-1160 0 obj +-(\376\377\000C\000U\000D\000A\000\040\000R\000u\000n\000t\000i\000m\000e\000\040\000A\000P\000I\000\040\000S\000p\000e\000c\000i\000f\000i\000c\000\040\000F\000u\000n\000c\000t\000i\000o\000n\000s) +-endobj +-1161 0 obj +-<< /S /GoTo /D (subsection.13.32.1) >> +-endobj +-1164 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 +-1165 0 obj +-<< /S /GoTo /D (subsubsection.13.32.1.1) >> +-endobj +-1168 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000c\000u\000d\000a\000r\000t\000\137\000g\000e\000t\000\137\000d\000e\000v\000i\000c\000e\000\137\000c\000p\000u\000s\000e\000t) +-endobj +-1169 0 obj +-<< /S /GoTo /D (section.13.33) >> +-endobj +-1172 0 obj +-(\376\377\000O\000p\000e\000n\000F\000a\000b\000r\000i\000c\000s\000-\000S\000p\000e\000c\000i\000f\000i\000c\000\040\000F\000u\000n\000c\000t\000i\000o\000n\000s) +-endobj +-1173 0 obj +-<< /S /GoTo /D (subsection.13.33.1) >> +-endobj +-1176 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 +-1177 0 obj +-<< /S /GoTo /D (subsubsection.13.33.1.1) >> +-endobj +-1180 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000i\000b\000v\000\137\000g\000e\000t\000\137\000d\000e\000v\000i\000c\000e\000\137\000c\000p\000u\000s\000e\000t) +-endobj +-1181 0 obj +-<< /S /GoTo /D (section.13.34) >> +-endobj +-1184 0 obj +-(\376\377\000M\000y\000r\000i\000n\000e\000t\000\040\000E\000x\000p\000r\000e\000s\000s\000-\000S\000p\000e\000c\000i\000f\000i\000c\000\040\000F\000u\000n\000c\000t\000i\000o\000n\000s) +-endobj +-1185 0 obj +-<< /S /GoTo /D (subsection.13.34.1) >> +-endobj +-1188 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 +-1189 0 obj +-<< /S /GoTo /D (subsubsection.13.34.1.1) >> +-endobj +-1192 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000m\000x\000\137\000b\000o\000a\000r\000d\000\137\000g\000e\000t\000\137\000d\000e\000v\000i\000c\000e\000\137\000c\000p\000u\000s\000e\000t) +-endobj +-1193 0 obj +-<< /S /GoTo /D (subsubsection.13.34.1.2) >> +-endobj +-1196 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000m\000x\000\137\000e\000n\000d\000p\000o\000i\000n\000t\000\137\000g\000e\000t\000\137\000d\000e\000v\000i\000c\000e\000\137\000c\000p\000u\000s\000e\000t) +-endobj +-1197 0 obj +-<< /S /GoTo /D (chapter.14) >> +-endobj +-1200 0 obj +-(\376\377\000D\000a\000t\000a\000\040\000S\000t\000r\000u\000c\000t\000u\000r\000e\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n) +-endobj +-1201 0 obj +-<< /S /GoTo /D (section.14.1) >> +-endobj +-1204 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000o\000b\000j\000\137\000a\000t\000t\000r\000\137\000u\000:\000:\000h\000w\000l\000o\000c\000\137\000c\000a\000c\000h\000e\000\137\000a\000t\000t\000r\000\137\000s\000\040\000S\000t\000r\000u\000c\000t\000\040\000R\000e\000f\000e\000r\000e\000n\000c\000e) +-endobj +-1205 0 obj +-<< /S /GoTo /D (subsection.14.1.1) >> +-endobj +-1208 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 +-1209 0 obj +-<< /S /GoTo /D (subsection.14.1.2) >> +-endobj +-1212 0 obj +-(\376\377\000F\000i\000e\000l\000d\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n) +-endobj +-1213 0 obj +-<< /S /GoTo /D (subsubsection.14.1.2.1) >> +-endobj +-1216 0 obj +-(\376\377\000d\000e\000p\000t\000h) +-endobj +-1217 0 obj +-<< /S /GoTo /D (subsubsection.14.1.2.2) >> +-endobj +-1220 0 obj +-(\376\377\000l\000i\000n\000e\000s\000i\000z\000e) +-endobj +-1221 0 obj +-<< /S /GoTo /D (subsubsection.14.1.2.3) >> +-endobj +-1224 0 obj +-(\376\377\000s\000i\000z\000e) +-endobj +-1225 0 obj +-<< /S /GoTo /D (section.14.2) >> +-endobj +-1228 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000o\000b\000j\000\137\000a\000t\000t\000r\000\137\000u\000:\000:\000h\000w\000l\000o\000c\000\137\000g\000r\000o\000u\000p\000\137\000a\000t\000t\000r\000\137\000s\000\040\000S\000t\000r\000u\000c\000t\000\040\000R\000e\000f\000e\000r\000e\000n\000c\000e) +-endobj +-1229 0 obj +-<< /S /GoTo /D (subsection.14.2.1) >> +-endobj +-1232 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 +-1233 0 obj +-<< /S /GoTo /D (subsection.14.2.2) >> +-endobj +-1236 0 obj +-(\376\377\000F\000i\000e\000l\000d\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n) +-endobj +-1237 0 obj +-<< /S /GoTo /D (subsubsection.14.2.2.1) >> +-endobj +-1240 0 obj +-(\376\377\000d\000e\000p\000t\000h) +-endobj +-1241 0 obj +-<< /S /GoTo /D (section.14.3) >> +-endobj +-1244 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000o\000b\000j\000\040\000S\000t\000r\000u\000c\000t\000\040\000R\000e\000f\000e\000r\000e\000n\000c\000e) +-endobj +-1245 0 obj +-<< /S /GoTo /D (subsection.14.3.1) >> +-endobj +-1248 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 +-1249 0 obj +-<< /S /GoTo /D (subsection.14.3.2) >> +-endobj +-1252 0 obj +-(\376\377\000F\000i\000e\000l\000d\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n) +-endobj +-1253 0 obj +-<< /S /GoTo /D (subsubsection.14.3.2.1) >> +-endobj +-1256 0 obj +-(\376\377\000a\000l\000l\000o\000w\000e\000d\000\137\000c\000p\000u\000s\000e\000t) +-endobj +-1257 0 obj +-<< /S /GoTo /D (subsubsection.14.3.2.2) >> +-endobj +-1260 0 obj +-(\376\377\000a\000l\000l\000o\000w\000e\000d\000\137\000n\000o\000d\000e\000s\000e\000t) +-endobj +-1261 0 obj +-<< /S /GoTo /D (subsubsection.14.3.2.3) >> +-endobj +-1264 0 obj +-(\376\377\000a\000r\000i\000t\000y) +-endobj +-1265 0 obj +-<< /S /GoTo /D (subsubsection.14.3.2.4) >> +-endobj +-1268 0 obj +-(\376\377\000a\000t\000t\000r) +-endobj +-1269 0 obj +-<< /S /GoTo /D (subsubsection.14.3.2.5) >> +-endobj +-1272 0 obj +-(\376\377\000c\000h\000i\000l\000d\000r\000e\000n) +-endobj +-1273 0 obj +-<< /S /GoTo /D (subsubsection.14.3.2.6) >> +-endobj +-1276 0 obj +-(\376\377\000c\000o\000m\000p\000l\000e\000t\000e\000\137\000c\000p\000u\000s\000e\000t) +-endobj +-1277 0 obj +-<< /S /GoTo /D (subsubsection.14.3.2.7) >> +-endobj +-1280 0 obj +-(\376\377\000c\000o\000m\000p\000l\000e\000t\000e\000\137\000n\000o\000d\000e\000s\000e\000t) +-endobj +-1281 0 obj +-<< /S /GoTo /D (subsubsection.14.3.2.8) >> +-endobj +-1284 0 obj +-(\376\377\000c\000p\000u\000s\000e\000t) +-endobj +-1285 0 obj +-<< /S /GoTo /D (subsubsection.14.3.2.9) >> +-endobj +-1288 0 obj +-(\376\377\000d\000e\000p\000t\000h) +-endobj +-1289 0 obj +-<< /S /GoTo /D (subsubsection.14.3.2.10) >> +-endobj +-1292 0 obj +-(\376\377\000f\000i\000r\000s\000t\000\137\000c\000h\000i\000l\000d) +-endobj +-1293 0 obj +-<< /S /GoTo /D (subsubsection.14.3.2.11) >> +-endobj +-1296 0 obj +-(\376\377\000i\000n\000f\000o\000s) +-endobj +-1297 0 obj +-<< /S /GoTo /D (subsubsection.14.3.2.12) >> +-endobj +-1300 0 obj +-(\376\377\000i\000n\000f\000o\000s\000\137\000c\000o\000u\000n\000t) +-endobj +-1301 0 obj +-<< /S /GoTo /D (subsubsection.14.3.2.13) >> +-endobj +-1304 0 obj +-(\376\377\000l\000a\000s\000t\000\137\000c\000h\000i\000l\000d) +-endobj +-1305 0 obj +-<< /S /GoTo /D (subsubsection.14.3.2.14) >> +-endobj +-1308 0 obj +-(\376\377\000l\000o\000g\000i\000c\000a\000l\000\137\000i\000n\000d\000e\000x) +-endobj +-1309 0 obj +-<< /S /GoTo /D (subsubsection.14.3.2.15) >> +-endobj +-1312 0 obj +-(\376\377\000m\000e\000m\000o\000r\000y) +-endobj +-1313 0 obj +-<< /S /GoTo /D (subsubsection.14.3.2.16) >> +-endobj +-1316 0 obj +-(\376\377\000n\000a\000m\000e) +-endobj +-1317 0 obj +-<< /S /GoTo /D (subsubsection.14.3.2.17) >> +-endobj +-1320 0 obj +-(\376\377\000n\000e\000x\000t\000\137\000c\000o\000u\000s\000i\000n) +-endobj +-1321 0 obj +-<< /S /GoTo /D (subsubsection.14.3.2.18) >> +-endobj +-1324 0 obj +-(\376\377\000n\000e\000x\000t\000\137\000s\000i\000b\000l\000i\000n\000g) +-endobj +-1325 0 obj +-<< /S /GoTo /D (subsubsection.14.3.2.19) >> +-endobj +-1328 0 obj +-(\376\377\000n\000o\000d\000e\000s\000e\000t) +-endobj +-1329 0 obj +-<< /S /GoTo /D (subsubsection.14.3.2.20) >> +-endobj +-1332 0 obj +-(\376\377\000o\000n\000l\000i\000n\000e\000\137\000c\000p\000u\000s\000e\000t) +-endobj +-1333 0 obj +-<< /S /GoTo /D (subsubsection.14.3.2.21) >> +-endobj +-1336 0 obj +-(\376\377\000o\000s\000\137\000i\000n\000d\000e\000x) +-endobj +-1337 0 obj +-<< /S /GoTo /D (subsubsection.14.3.2.22) >> +-endobj +-1340 0 obj +-(\376\377\000o\000s\000\137\000l\000e\000v\000e\000l) +-endobj +-1341 0 obj +-<< /S /GoTo /D (subsubsection.14.3.2.23) >> +-endobj +-1344 0 obj +-(\376\377\000p\000a\000r\000e\000n\000t) +-endobj +-1345 0 obj +-<< /S /GoTo /D (subsubsection.14.3.2.24) >> +-endobj +-1348 0 obj +-(\376\377\000p\000r\000e\000v\000\137\000c\000o\000u\000s\000i\000n) +-endobj +-1349 0 obj +-<< /S /GoTo /D (subsubsection.14.3.2.25) >> +-endobj +-1352 0 obj +-(\376\377\000p\000r\000e\000v\000\137\000s\000i\000b\000l\000i\000n\000g) +-endobj +-1353 0 obj +-<< /S /GoTo /D (subsubsection.14.3.2.26) >> +-endobj +-1356 0 obj +-(\376\377\000s\000i\000b\000l\000i\000n\000g\000\137\000r\000a\000n\000k) +-endobj +-1357 0 obj +-<< /S /GoTo /D (subsubsection.14.3.2.27) >> +-endobj +-1360 0 obj +-(\376\377\000t\000y\000p\000e) +-endobj +-1361 0 obj +-<< /S /GoTo /D (subsubsection.14.3.2.28) >> +-endobj +-1364 0 obj +-(\376\377\000u\000s\000e\000r\000d\000a\000t\000a) +-endobj +-1365 0 obj +-<< /S /GoTo /D (section.14.4) >> +-endobj +-1368 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000o\000b\000j\000\137\000a\000t\000t\000r\000\137\000u\000\040\000U\000n\000i\000o\000n\000\040\000R\000e\000f\000e\000r\000e\000n\000c\000e) +-endobj +-1369 0 obj +-<< /S /GoTo /D (subsection.14.4.1) >> +-endobj +-1372 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 +-1373 0 obj +-<< /S /GoTo /D (subsection.14.4.2) >> +-endobj +-1376 0 obj +-(\376\377\000F\000i\000e\000l\000d\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n) +-endobj +-1377 0 obj +-<< /S /GoTo /D (subsubsection.14.4.2.1) >> +-endobj +-1380 0 obj +-(\376\377\000c\000a\000c\000h\000e) +-endobj +-1381 0 obj +-<< /S /GoTo /D (subsubsection.14.4.2.2) >> +-endobj +-1384 0 obj +-(\376\377\000g\000r\000o\000u\000p) +-endobj +-1385 0 obj +-<< /S /GoTo /D (section.14.5) >> +-endobj +-1388 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000o\000b\000j\000\137\000i\000n\000f\000o\000\137\000s\000\040\000S\000t\000r\000u\000c\000t\000\040\000R\000e\000f\000e\000r\000e\000n\000c\000e) +-endobj +-1389 0 obj +-<< /S /GoTo /D (subsection.14.5.1) >> +-endobj +-1392 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 +-1393 0 obj +-<< /S /GoTo /D (subsection.14.5.2) >> +-endobj +-1396 0 obj +-(\376\377\000F\000i\000e\000l\000d\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n) +-endobj +-1397 0 obj +-<< /S /GoTo /D (subsubsection.14.5.2.1) >> +-endobj +-1400 0 obj +-(\376\377\000n\000a\000m\000e) +-endobj +-1401 0 obj +-<< /S /GoTo /D (subsubsection.14.5.2.2) >> +-endobj +-1404 0 obj +-(\376\377\000v\000a\000l\000u\000e) +-endobj +-1405 0 obj +-<< /S /GoTo /D (section.14.6) >> +-endobj +-1408 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000o\000b\000j\000\137\000m\000e\000m\000o\000r\000y\000\137\000s\000:\000:\000h\000w\000l\000o\000c\000\137\000o\000b\000j\000\137\000m\000e\000m\000o\000r\000y\000\137\000p\000a\000g\000e\000\137\000t\000y\000p\000e\000\137\000s\000\040\000S\000t\000r\000u\000c\000t\000\040\000R\000e\000f\000e\000r\000e\000n\000c\000e) +-endobj +-1409 0 obj +-<< /S /GoTo /D (subsection.14.6.1) >> +-endobj +-1412 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 +-1413 0 obj +-<< /S /GoTo /D (subsection.14.6.2) >> +-endobj +-1416 0 obj +-(\376\377\000F\000i\000e\000l\000d\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n) +-endobj +-1417 0 obj +-<< /S /GoTo /D (subsubsection.14.6.2.1) >> +-endobj +-1420 0 obj +-(\376\377\000c\000o\000u\000n\000t) +-endobj +-1421 0 obj +-<< /S /GoTo /D (subsubsection.14.6.2.2) >> +-endobj +-1424 0 obj +-(\376\377\000s\000i\000z\000e) +-endobj +-1425 0 obj +-<< /S /GoTo /D (section.14.7) >> +-endobj +-1428 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000o\000b\000j\000\137\000m\000e\000m\000o\000r\000y\000\137\000s\000\040\000S\000t\000r\000u\000c\000t\000\040\000R\000e\000f\000e\000r\000e\000n\000c\000e) +-endobj +-1429 0 obj +-<< /S /GoTo /D (subsection.14.7.1) >> +-endobj +-1432 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 +-1433 0 obj +-<< /S /GoTo /D (subsection.14.7.2) >> +-endobj +-1436 0 obj +-(\376\377\000F\000i\000e\000l\000d\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n) +-endobj +-1437 0 obj +-<< /S /GoTo /D (subsubsection.14.7.2.1) >> +-endobj +-1440 0 obj +-(\376\377\000l\000o\000c\000a\000l\000\137\000m\000e\000m\000o\000r\000y) +-endobj +-1441 0 obj +-<< /S /GoTo /D (subsubsection.14.7.2.2) >> +-endobj +-1444 0 obj +-(\376\377\000p\000a\000g\000e\000\137\000t\000y\000p\000e\000s) +-endobj +-1445 0 obj +-<< /S /GoTo /D (subsubsection.14.7.2.3) >> +-endobj +-1448 0 obj +-(\376\377\000p\000a\000g\000e\000\137\000t\000y\000p\000e\000s\000\137\000l\000e\000n) +-endobj +-1449 0 obj +-<< /S /GoTo /D (subsubsection.14.7.2.4) >> +-endobj +-1452 0 obj +-(\376\377\000t\000o\000t\000a\000l\000\137\000m\000e\000m\000o\000r\000y) +-endobj +-1453 0 obj +-<< /S /GoTo /D (section.14.8) >> +-endobj +-1456 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000c\000p\000u\000b\000i\000n\000d\000\137\000s\000u\000p\000p\000o\000r\000t\000\040\000S\000t\000r\000u\000c\000t\000\040\000R\000e\000f\000e\000r\000e\000n\000c\000e) +-endobj +-1457 0 obj +-<< /S /GoTo /D (subsection.14.8.1) >> +-endobj +-1460 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 +-1461 0 obj +-<< /S /GoTo /D (subsection.14.8.2) >> +-endobj +-1464 0 obj +-(\376\377\000F\000i\000e\000l\000d\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n) +-endobj +-1465 0 obj +-<< /S /GoTo /D (subsubsection.14.8.2.1) >> +-endobj +-1468 0 obj +-(\376\377\000g\000e\000t\000\137\000p\000r\000o\000c\000\137\000c\000p\000u\000b\000i\000n\000d) +-endobj +-1469 0 obj +-<< /S /GoTo /D (subsubsection.14.8.2.2) >> ++391 0 obj << ++/Type /Page ++/Contents 392 0 R ++/Resources 390 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 353 0 R ++/Annots [ 393 0 R 394 0 R 395 0 R 396 0 R 397 0 R 398 0 R 399 0 R 400 0 R 401 0 R 402 0 R 403 0 R 404 0 R 405 0 R 406 0 R 407 0 R 408 0 R 409 0 R 410 0 R 411 0 R 412 0 R 413 0 R 414 0 R 415 0 R 416 0 R 417 0 R 418 0 R 419 0 R 420 0 R 421 0 R 422 0 R 423 0 R 424 0 R 425 0 R 426 0 R 427 0 R 428 0 R ] ++>> endobj ++393 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [89.004 726.953 323.662 737.832] ++/Subtype /Link ++/A << /S /GoTo /D (chapter.5) >> ++>> endobj ++394 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 711.077 176.575 719.924] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.1) >> ++>> endobj ++395 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 691.221 198.473 702.125] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.2) >> ++>> endobj ++396 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 673.422 172.849 684.326] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.3) >> ++>> endobj ++397 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 655.623 221.895 666.527] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.4) >> ++>> endobj ++398 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 637.824 199.728 648.728] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.5) >> ++>> endobj ++399 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 620.025 252.191 630.929] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.6) >> ++>> endobj ++400 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 602.226 250.368 613.13] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.7) >> ++>> endobj ++401 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 584.427 221.665 595.331] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.8) >> ++>> endobj ++402 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 566.628 257.282 577.532] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.9) >> ++>> endobj ++403 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 548.829 195.135 559.733] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.10) >> ++>> endobj ++404 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 531.03 230.422 541.934] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.11) >> ++>> endobj ++405 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 513.232 181.168 524.135] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.12) >> ++>> endobj ++406 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 495.433 196.102 506.337] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.13) >> ++>> endobj ++407 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 477.634 211.055 488.538] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.14) >> ++>> endobj ++408 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 459.835 223.877 470.739] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.15) >> ++>> endobj ++409 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 442.036 261.964 452.94] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.16) >> ++>> endobj ++410 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 424.237 325.026 435.141] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.17) >> ++>> endobj ++411 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 406.438 364.039 417.342] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.18) >> ++>> endobj ++412 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 388.639 254.472 399.543] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.19) >> ++>> endobj ++413 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 370.84 241.88 381.744] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.20) >> ++>> endobj ++414 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 353.041 194.438 363.945] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.21) >> ++>> endobj ++415 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 335.242 190.004 346.146] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.22) >> ++>> endobj ++416 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 317.443 194.976 328.347] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.23) >> ++>> endobj ++417 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 299.644 287.677 310.548] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.24) >> ++>> endobj ++418 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 281.845 193.053 292.749] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.25) >> ++>> endobj ++419 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 264.046 307.632 274.95] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.26) >> ++>> endobj ++420 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 246.247 204.948 257.151] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.27) >> ++>> endobj ++421 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 228.448 376.523 239.352] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.28) >> ++>> endobj ++422 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 210.649 324.498 221.553] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.29) >> ++>> endobj ++423 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 192.85 341.096 203.754] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.30) >> ++>> endobj ++424 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 175.052 279.697 185.955] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.31) >> ++>> endobj ++425 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 157.253 288.414 168.157] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.32) >> ++>> endobj ++426 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 139.454 256.823 150.358] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.33) >> ++>> endobj ++427 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 121.655 272.195 132.559] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.34) >> ++>> endobj ++428 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [89.004 93.329 354.735 104.208] ++/Subtype /Link ++/A << /S /GoTo /D (chapter.6) >> ++>> endobj ++390 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++431 0 obj << ++/Length 1941 ++/Filter /FlateDecode ++>> ++stream ++xMoF;'"*zĈ,XOśŻه d!Th^W'/w[@ %B%GxM S*NB.ڇ.O~HBey\)lO;cֱf4$* żi56e"fmI7yz5sxPӃ~6͊lƦ4f Eh8q{M1&62xFfsI*#RI"FsjmФvIUq/hDg8ahl4Kp(?v|gx+$}ANU:9,q tH⺎4tޑkd'c3i\Cnm@-@m3&F j6pqJp!F47G8\F]!ս_eׇ>S 9pd7ؠV#շqo|,B!w軟!t7 ++n18\2wM$ؠEUj0BZ`ˆQ/FXqED&0')?FCϘSrXp9P!XelP"h$@ 5& krב&HBc$ FBykc3)dOt>P~p$mJq$?r~&7 M:/?Xqe7/BZӆ8::#fcJe%! INב&̻r*-<&2?CW$aB6d?.Td/bUvcŌ%Lk.7I:A~r1?qC-SГS~26h:`7 x6%~&gTnևrOY~ Iv@cq6QI[דٞ:1FRа6J[WKd2pqQ5)h͡.֘Dm6T{ՕζbkCuTzԈƽ ++Y$|چM wfЧAtW.+lI$ZjٿW4¼e-_θ~SoB=ggֽ9MOlL'9endstream + endobj +-1472 0 obj +-(\376\377\000g\000e\000t\000\137\000t\000h\000i\000s\000p\000r\000o\000c\000\137\000c\000p\000u\000b\000i\000n\000d) ++430 0 obj << ++/Type /Page ++/Contents 431 0 R ++/Resources 429 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 353 0 R ++/Annots [ 433 0 R 434 0 R 435 0 R 436 0 R 437 0 R 438 0 R 439 0 R 440 0 R 441 0 R 442 0 R 443 0 R 444 0 R 445 0 R 446 0 R 447 0 R 448 0 R 449 0 R 450 0 R 451 0 R 452 0 R 453 0 R 454 0 R 455 0 R ] ++>> endobj ++433 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 726.819 240.076 737.723] ++/Subtype /Link ++/A << /S /GoTo /D (section.6.1) >> ++>> endobj ++434 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 709.195 269.406 720.098] ++/Subtype /Link ++/A << /S /GoTo /D (section.6.2) >> ++>> endobj ++435 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 691.57 352.961 702.474] ++/Subtype /Link ++/A << /S /GoTo /D (section.6.3) >> ++>> endobj ++436 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 673.946 353.529 684.85] ++/Subtype /Link ++/A << /S /GoTo /D (section.6.4) >> ++>> endobj ++437 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 656.321 269.964 667.225] ++/Subtype /Link ++/A << /S /GoTo /D (section.6.5) >> ++>> endobj ++438 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 638.697 287.119 649.601] ++/Subtype /Link ++/A << /S /GoTo /D (section.6.6) >> ++>> endobj ++439 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 621.073 427.691 631.977] ++/Subtype /Link ++/A << /S /GoTo /D (section.6.7) >> ++>> endobj ++440 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 603.448 334.721 614.352] ++/Subtype /Link ++/A << /S /GoTo /D (section.6.8) >> ++>> endobj ++441 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 585.824 341.057 596.728] ++/Subtype /Link ++/A << /S /GoTo /D (section.6.9) >> ++>> endobj ++442 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 568.2 340.26 579.103] ++/Subtype /Link ++/A << /S /GoTo /D (section.6.10) >> ++>> endobj ++443 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 550.575 297.64 561.479] ++/Subtype /Link ++/A << /S /GoTo /D (section.6.11) >> ++>> endobj ++444 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [89.004 523.123 307.054 534.002] ++/Subtype /Link ++/A << /S /GoTo /D (chapter.7) >> ++>> endobj ++445 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 505.364 224.863 516.268] ++/Subtype /Link ++/A << /S /GoTo /D (section.7.1) >> ++>> endobj ++446 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 489.797 215.997 498.643] ++/Subtype /Link ++/A << /S /GoTo /D (section.7.2) >> ++>> endobj ++447 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 472.172 222.084 481.019] ++/Subtype /Link ++/A << /S /GoTo /D (section.7.3) >> ++>> endobj ++448 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 452.491 243.114 463.395] ++/Subtype /Link ++/A << /S /GoTo /D (section.7.4) >> ++>> endobj ++449 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 434.866 221.536 445.77] ++/Subtype /Link ++/A << /S /GoTo /D (section.7.5) >> ++>> endobj ++450 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 417.242 236.48 428.146] ++/Subtype /Link ++/A << /S /GoTo /D (section.7.6) >> ++>> endobj ++451 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 401.555 221.536 410.522] ++/Subtype /Link ++/A << /S /GoTo /D (section.7.7) >> ++>> endobj ++452 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 384.051 253.645 392.897] ++/Subtype /Link ++/A << /S /GoTo /D (section.7.8) >> ++>> endobj ++453 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 366.307 217.67 375.273] ++/Subtype /Link ++/A << /S /GoTo /D (section.7.9) >> ++>> endobj ++454 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 346.744 245.735 357.648] ++/Subtype /Link ++/A << /S /GoTo /D (section.7.10) >> ++>> endobj ++455 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.948 329.12 268.31 340.024] ++/Subtype /Link ++/A << /S /GoTo /D (section.7.11) >> ++>> endobj ++432 0 obj << ++/D [430 0 R /XYZ 90 757.935 null] ++>> endobj ++429 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++458 0 obj << ++/Length 58 ++/Filter /FlateDecode ++>> ++stream ++x3T0BCKsSs=KcS\.t;!THcY[)endstream + endobj +-1473 0 obj +-<< /S /GoTo /D (subsubsection.14.8.2.3) >> ++457 0 obj << ++/Type /Page ++/Contents 458 0 R ++/Resources 456 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 353 0 R ++>> endobj ++459 0 obj << ++/D [457 0 R /XYZ 90 757.935 null] ++>> endobj ++456 0 obj << ++/ProcSet [ /PDF ] ++>> endobj ++462 0 obj << ++/Length 1760 ++/Filter /FlateDecode ++>> ++stream ++xڅXKo8W=I@zY-mmvؤ{%FIn3RRKA鰅"xeabp cp|q)H%Iߢ$ʼ8Þםhes#oP›es_UKٝ,(1ǓЋbvQM7%ͲᛶkxIU!a-1R4d$KPo-yw$Zbm ݤe/w%0Ecʍ:NV;{ X`s}=U] ++6Xd^F S}rX]qԍB~  ++b*DVjqY!,p(v5_$<̇['b (OQ@eq:kn scǝ ++RA5'W ++ׇFDyVU Z=L WMVD#3ʥryd膾ÏR >@E1υv/[E;r`uJTGC] F j`1T]1 KV[,gɷTߑ-usAFiD,\ e+HaAq*lOm'3uɻ-ި wG!}rᮣu/Z.m.]?1_0gF[]oIM8&ė*X)2u/+F:F`#Cv,~ե#Tf3)x%+ZpO|DBy ++>9|:4dCRYcFp;}L)S~;щ'z:+Ri%ѳU2_euE#`=0t2f6_n8W@e#98n ?+џ9FhRzW7nl 7\RD-|M@m{y-2ؽNJiD44FH'$^R7)Hqir@I kg غHla7f(5(쎛)q[IBw:g5H^zvzje)uid B!Qá y8@?ᖰnQ%k#b-H"ל<?ҝDk!.knL+sFR!RDU[3v@1vf#m;&ap kEUY*skdw;T}ΆG4 =~d~Eaj5? ~np!+2k ♿[32LC= eǂ~)FYʭNjPD[9"L[#39 ++>}D,1}W}) ~±>D~4.Jq6o(s?@-i%!'E3/V 72f|֐96#wGV{.4?XM6C326ckmΠ md3a4tCGɰkaÚ5hțGi%-h=o`x̫3h0vl۟(im~ s&4F##*F3 ZF}d*n=x3 c9&c, tFgl  ~Y/,tk`OeD^jPԜ5ڍjk~/%Yt3+.endstream + endobj +-1476 0 obj +-(\376\377\000g\000e\000t\000\137\000t\000h\000i\000s\000t\000h\000r\000e\000a\000d\000\137\000c\000p\000u\000b\000i\000n\000d) ++461 0 obj << ++/Type /Page ++/Contents 462 0 R ++/Resources 460 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 468 0 R ++>> endobj ++6 0 obj << ++/D [461 0 R /XYZ 90 739.935 null] ++>> endobj ++463 0 obj << ++/D [461 0 R /XYZ 90 549.218 null] ++>> endobj ++464 0 obj << ++/D [461 0 R /XYZ 90 499.079 null] ++>> endobj ++465 0 obj << ++/D [461 0 R /XYZ 90 499.079 null] ++>> endobj ++10 0 obj << ++/D [461 0 R /XYZ 90 499.079 null] ++>> endobj ++460 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 467 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++472 0 obj << ++/Length 2691 ++/Filter /FlateDecode ++>> ++stream ++xڝk6 ++–X+zҦm/Ms-PJ g(l+r8Xy'VMTWWW7uJƫMB0CR8rO+7u6ǴY u_uQu,"'mVyځ43vݱq5̚$deg{ϓ9vX{Hg4؃e3H,c?9EZn4WO9:[L>ᴨ;x a(DGjTP6bfczϏ~Q `>1eWV1 rV vHOփg }:; nQVJ9w"˘멯 F,.ލS&s;yyHAԔyHa'qzA8aeu8 <@< a&ӳ+YuӴJ0#o!(Ã!5'2xXYy>7PN ٙzF,V yA ++=dU8 ++&+GFjy4|*>`.g萚쐖pILC|a q/6ą+!y ۲<^.~LQdBBűt7 ++jŏ+;H33`4G9#j F)̭ Huf΢ ++', , fN$}aH:xYr_uC& 4e*d慑 ++cRb|'eXJnP* Z7 `@m$'_@ę3K |ȍ=o7 ן}iEY04O+g$oR5R=R5UG!a d 'vj: ٧Uk###`p"H\?\ۏ7-6 MwAn{7*s^@/ʮ*<$r#?*džd]%w}#U ++$7mzL8p(ǣl0.]mIWi ++-U ЬK?Iq#Zd82Jӳ&?YW<~}d(( F,̮..;(zl Q\}V@a0(#I~B ě'1UN<0A:HbCҝ w5Z(1%5-dl35XF v"iNQ/Ʈᚠ8bJӔZB3>4> ++471 0 obj << ++/Type /Page ++/Contents 472 0 R ++/Resources 470 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 468 0 R ++/Annots [ 473 0 R 474 0 R 476 0 R 479 0 R ] ++>> endobj ++473 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [421.133 604.373 481.278 615.277] ++/Subtype /Link ++/A << /S /GoTo /D (index_cli_examples) >> ++>> endobj ++474 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [89.004 550.883 184.07 561.787] ++/Subtype /Link ++/A << /S /GoTo /D (index_interface) >> ++>> endobj ++476 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[0 1 1] ++/Rect [119.733 456.98 354.851 467.51] ++/Subtype/Link/A<> ++>> endobj ++479 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[0 1 1] ++/Rect [323.046 444.651 468.501 455.555] ++/Subtype/Link/A<> ++>> endobj ++475 0 obj << ++/D [471 0 R /XYZ 90 527.969 null] ++>> endobj ++14 0 obj << ++/D [471 0 R /XYZ 90 509.663 null] ++>> endobj ++483 0 obj << ++/D [471 0 R /XYZ 90 176.513 null] ++>> endobj ++18 0 obj << ++/D [471 0 R /XYZ 90 158.207 null] ++>> endobj ++470 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 478 0 R /F11 482 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++487 0 obj << ++/Length 745 ++/Filter /FlateDecode ++>> ++stream ++xڝVN0+,D_1<#@5m!cnTQƾ>9=%<%h<0z@/jǣIhPmsh4 !рp /l͟g5]!iA Xp6rT^{&:TMq RyuYplΰq]t2A0@/̅BUi2eU 3Izr4חb D$U4D%…*ԷU>);P/iDx|e3(m<_K7F.>W2C^̏ ++ҟWF9KI*԰Ɛ.dMŭ*t0 Ώw/L3a*-zx໛Vǰ?;ՁCұ 0anSŠI^-î&U\Os::ݠ.2fl\I=Wfց@@W+e;)XC,!5hY̨3W࢞++.n@vJ7`b1XXi>K6{A{P}N'J  <r^쟰WOH<%䒾2FKz6MIci:hZm [Z{\-Tj3\Hpک#0R2N.bb\ۛqYA8Mw;3B=}M&-Gh5}ɖZendstream + endobj +-1480 0 obj +-(\376\377\000g\000e\000t\000\137\000t\000h\000r\000e\000a\000d\000\137\000c\000p\000u\000b\000i\000n\000d) ++486 0 obj << ++/Type /Page ++/Contents 487 0 R ++/Resources 485 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 468 0 R ++>> endobj ++469 0 obj << ++/Type /XObject ++/Subtype /Image ++/Width 450 ++/Height 570 ++/BitsPerComponent 8 ++/ColorSpace /DeviceRGB ++/Length 12782 ++/Filter /FlateDecode ++>> ++stream ++x{LwiuAQETl=kTux#kllS/T֬]t,KQkonZ؋_11+ra9@ù9sfDN!d@1!+%,J!XB(!`QB!XB(!`QBB(!΢8B!mQܶm[M3 !XTL8k֬.YokkKJJ¢D}7e`ƍZ7ztgѕΝ2e, ><00P~;c __߸/!Eg}VnGFƍfwƍI&m߾;vxё#GF3>gܸq۷o,b{@꽼ƎsNGK,|)S/299W cQea6#Fضmw}WWW /ؚXY㏻v풯hG)++[r2VN^NL cQe^,cr~СFur޲eD'N!eYTTyS*7ФGb٣i&(Μ9#+4ÛEI,E{Lmm/|2 ++u„ f@򝘘(}-W_}7WV*--[e˖ .Tߋ:$EI,E{:n8p2//OZǨJ\ӵF%$ 3d +2tAYf?Cqqk_RkɒѻEޔ q'zB(X$X,J(!X$%X,J & %,J%0E %ā5LPJKKmaQ$arʑ C:!O7W0IŤ5/! ++&2 Ģ$b(`QE!`QX`QB(X$X,J(,J`,Jk[}ҥQ8aQIHYYY||oRRRMM}eeeiG222#ܼys֬Y~~~uٳg߹sGF:;;e0מ@ccl Jd"e[ [&-bŊW>zhڏ.\x?Ϟ=aZZZd&#UUU?VFl2~/vuuiOVp ++G& @lhh'7(L}YT`vСI&i(Bfbbɓ'#)wYʺ2"rȑ2)f'w䦦&RUCBB - ++DwU^FqiOGGvڜ1Ymed23fذa+#2n:t˕KKK-O@"q0 - ++0{QIhz+/ȈT7...mׯϘ1CgΜyƍe=+WDEEeffjw -,,T6rC>gґE(mmml]9ϋ$]wrI$]aQŢLWXb銞a2 tEa2 Ea(bQz+, ++Xa2 tEad`u0/&LlIID+k,J0&L,!5%!LB,`QE `QE B,`QE baEM&Iii)]Yߕ5gtm;Nc4jI~ ++B,g¢KWX&(@WX&(X& ++B,g¢KW XY+, ++XYX, ++tE!3]aQXzI,[ۗ.]jrpW"mgt7zxxX(x߾}YYYmٙ驌666;6EEE[n;9te3]ݢ}/\̙3me˖_xKimmLA}}vP& @lhhXgClppz,22ӽ{&''755Bll2JĺmW Xq6^nݰad:˕OKKK{|T]X튞aZ$ײǏrȑʧ!]A]3LbWIKK[[[e)~o9 {9[r&Т88;;oݺe4>_P9rJTTTffvBe,]|?cQz+YѕS(Lwn+(LX,JtE!&(@WX&(X& ++B,g¢E&(@WX&hJJJ&Njj*] VW0 brĖN4)((+뻲Ƣ arbXcQB$,J%X,J%X,J(,J%X,J & [d2m ҕ]YcQzI0i߶KHHH#IJJ ++&aR_LZC|;*] VW0 bb!$]aQŢ Xb ++$e ++$XŢ0IWXb(=XIĢ]aQĢbQI, ++X ++B,3LEkkkxp0Yxzz1}]G?ݻ?8p駟/-KYwrbەIԗEe;wJ9ũς,kjjl2|pGr?x/2s=zT:+.mQI}YtԨQҌx~~~TT,e^|EzAA\d].X|A{侀 Kȸl`2dEfS:+(L¤,*=KcRoyaYʺҕɉ'd=>>>==رc=>;CWTTL:UVdY^^ fH"+rX///''ֱ]Ea&uw/gϞgȑ#"!JW|ɈzIR ٚ5kd< @_}vV0 z/*&痆Uƍ~zLK){,^877WЂ ٳgdA9+z/ ++0#*=z,[eg¢ Xb ++$e $LbQŢ0IWXb(=$X¢0E¢0E!b(LX,J0E!ba&(@WX&MgAgbccAmUV?`0(#7oޜ5k,e]ڡ+%qڡgX׻Eٕ3Xbe^QQYKʕ+/\pԩ5k(#˗/hiiuWgφEsIˮ%7hUUfAWnnEd\6s玬ltJkMbbiϮgQu%ˀzjW^Ţ}<DGGL'}"%9sdESeNYv'uvڜAOٕ,j~zkƌXkY Ce]Vڟ,/d;v@WiWJ6EЕѣGX W7>쎬̝;?{I֯____ܹիW˖-Sߋʺ;] p-zvUڢM6=3X4o޼aݙ?k9 ӧOomm=qℜ:xuy̙3oܸbnWX>=&{JnhEΗ/_Ƣz?I¢E&(B,L$e ++$XŢ0IWXb(=XIĢKWX&(X&a>]hQTT.9s؂XE陮e  thLIIte3]DOO0 X¢0EŢ0 Xb(LX,J0E!(LbQfb(LbQX, ++tE!3LbQXI,,I, ++EaߣxyyƖfg/%V:|[[`PFL&SttwTTX;te/8p !!7)),jcbbfϞ}|"&㝍I+ς^JV\y…SNYF>|Ç?~\UU_Jں+˃,Yŋ---w6݅-j랃F+V1)]zѣG ĢjfAWnnEd|ҤIbVx.@ 622ҭ,jeLarȑ09&t!ӍE{{yVDKr9sȊ,ݻ ~Wr;*R]v]v۷o'''˝[=ۮg`̘1Æ [vL>)Fqi,mϐ!C>|СClǎ2>oӮzܥaرEEEn% naI(O111X>JqƇݑsg/ϝ;zjuP.Xk#vpe׮]ǎsۧ箮K.%$$L>r]CBBh}655͛7oXwϟڵ~Ŗ'N~Y.ƍ;t萋;]Y2Q1͢944t͝0DLٳ',,oڴiuuuXT_g^& ++B,gĢ 0 XY+, ++Xb!$]aQŢLWXb!&aB,]aQĢbQIY4%%%Ӆj;b>gґEsrr\.2 cQz+}Yb te3]aQXI, ++$e $LbQŢ0IKXb(=$X¢0E bQĢ vɯ>K'9rL0ٷE !ьE !B%,J!XB%,J!ӧ3 {a_SLd!aI~᷑t"X,J%X,J(,J%X,J & %,J%0E %IE%L q*$qE ++ ++}||ƍ}" <5v؝;wj?ZdIuu˗L|ᇱrb&L(**2DEE$5ˈ#mwս &V?]j?Zx#GV\79z_mL\ۢN/oݱcLbQ5rOOO?tPcc:XYY9~xoooY~2"ˉ'ʈBqPPPffǧN<//ONƢJjkk_~I& 2(S°,Zdo ?*{<(<'|"4f̘>HofΜ)+믵444>7))FѾ}#n޼9k,???YʺTWWٳܹ##KXXkOQ6S%MDDDQQ֭[- ++D]bիW=z@G .466􌈈(**R6غu+XJ]dŋ[ZZvh…gΜm˗˗eۡΞ=j6 2NeAN+zI]0igb\z522R;vܹ#+4>P2#'O޽{Bll2T=ä.toߖf***>>>%Ɋl֮]QVKKKD&*++շ:rNH,]3L:9'Vǎ,00Zfv(OOOM#S\JJJ%|ݧ+zIgڵK>v}WYl^E>{|YP߫ȗvwPtE0 &mMEgggg̘!3gμqF߇ߕ+W233;*dee9te3]ȢO6~6EaKv ]Ea(bQz+, ++tE0E¢0EŢ0IWXb(=X,J0E¢0ESRR2IwRSSjI&uIAA]Yߕ5gt&[&!`QB(`QB(`QE!`QB(`Q0I\آ&iѤ3L:Ik`H'1t5X]$LI~FBtE!3]aQ+, ++XY+, ++XYX, ++tE!3]aQ+zI,,I,,@,I¢E陮(B,=$-K.EErX9+]3LE=<<,GXno߾6 TOcbbe"e[XE陮n>.\x̙6۲e/^եV^;(SVSS 644uG,]3LI!688mYUUe޽{vQf!66Vlnn q%bݶ+zI,ǸOGGGoy{{[nذa2ʧ=>qVVVolDvE0E|- ++ ++kǏe9rHSyTII. yw&߫IR?mll Ϸ֭ApW nhQmzQS\\ێn2r/Wj]r%***33SchhhaaAVV.JW(=ӕ,Dikkgʩ~^&銿dЕKZ& ++B,g¢KW XY+, ++XYX, ++tE!3]aQŢ XY+, ++X4%%%t'55+I}19`bKJJ^'Е]YcQzI09`b E(!ab %,J%,J%Xb %,J% ą-j26MJKK(=äCo%$$$%%`u0/&!VIҝW_}+I}1 Ea(bQzI, ++tEa2 tEaB,bQ+, ++X ++B,$LbQf(LbQfb(L$X,JtE!b&ʢoFxxOXXbGw<==~ǏOHHPF8O˗;9qy$Lˢ{\\Ν;TgA555[l>|#9}^zIy =*KYwrbەv׶(L¤,:j(irYxY˥Ed\60L"K)sBbەX&aR_1q)7<|,e]Jĉ~ر̈wQ+**N*+,//We3y$9خǢ0 ݳgOsYu+udD$IXl͚52r{QI} K*ƍ[~LZ\˔ie/^+_hٳwPؕ[IԑE=Gҭ2'W7O?{???V ?m۶˗eee'߿_uTWr=$Lˢ~6O/g¢E&(I,,@,IĢEa`QŢ Xb ++$e ++$XŢ0IW`?UKnn-+XJ_2 ./] VW0 bvqd=Fڰte3]aQXzI, ++tEa2 Ea&(bQ+, ++XaB,]aQĢ]aQĢ X& ++B,gĢ 0 XY+, ++XԦ3^^^6KɪUΟ?f0$$$&%%X;tٙiy(7z.++th ς^JV\y…SNYFYdŋ[ZZvmuW[l?~vyŊW^}kJ͗_~? 1 UUU^%FFFJnL>~СC&M]`,Attdz'^ϙ3GVdy=.oNNNk <=ٮ+oou 6LtjO6eR~ĈO__ TeeСBc壆cM={$Y9ҝEmͤDy_Jz9,Y6n;2w%Y~}}}zjup׮]ǎCЕURQk׮{X!!!0GWSNFGD4o޼aݙ?k9 ӧO8qBNkzt b[n U]]Em={MVWWbܮ$)))}uy`Q+, ++XaB,$LbQf(LbQX, ++tE!3]aQXI, ++tEa2 Ea&cEEEE=B3g-+XJ_]``HwƔ[KW(=O<=0{Q+, ++XYX, ++0E!$]aQŢ Xb ++$e $XŢ0IWXb(=$XIĢ]aQĢ X&=zWlllyy:hMRjժϷ ڃܼys֬Y~~~u됮dddoEsod]9%VAAA˽\… NZfMoY|XKK,uD={644ԭ,ꐞ{I˃ %7hUUfAWnnEzhܿΜ9"{vٱSV:::udϮ֮]3?.DoϞkQGu?[3f=b3dȐ*2tey!۱cG^]yzz5EܳEҕѣGXrJqƇݑsן;wn}l2X[w5?.fQOW͛6mzgh}655͛7oXwϟڵ~[[[O8!'5NF_.r9s7tM¢鹏aǮWt}e,y`Q+, ++XaB,$LbQf(LbQX, ++tE!3]aQXI, ++tEa2 Ea&fєLJjj툥+XJGIs\؂XE陮eQw5ҕ},JtE!ba&(, ++XYX, ++0E!$-aQŢ Xb ++$%Eaɓ'J`u0/&LlIID+k,J0&L,!5%!LB,`QE `QE B,`QE baݢa!vhI/&.ȑ#0Id%F3%,J!XB(!`QB!XB(!8ESRR2 ! (endstream + endobj +-1481 0 obj +-<< /S /GoTo /D (subsubsection.14.8.2.5) >> ++485 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 478 0 R >> ++/XObject << /Im1 469 0 R >> ++/ProcSet [ /PDF /Text /ImageC ] ++>> endobj ++491 0 obj << ++/Length 1334 ++/Filter /FlateDecode ++>> ++stream ++xXmo6_j&KJ,I;-.- EblmrDN8n2fwϝC _p9b̾òZy2x2x:3L~vc=KReC¼C?`{#ӤRMN0R}| z=(s2Fsg1Ahbp2ʆa+$FŽ˼Lb3|7~Șq<@_0`޹ͼ\˵s^7Hod93RB[ 8L&U8Hs팞;_C+{g2B&HmVf8/u ΘT")d<j"IFύP'`wf|euJ󛘟U^ ++kXEk0)FEvԄUwxj. 2B^[onVV&܉aUJn[{uP@ٌl4 ++_.c\T\c )Q2 K?v@ɇwGFKYƌN>L/ ++-3֑FѬq~yHk{f)1b}i!E1v}r=M@r5/1|># GZD˧T.t[ͨJU뷀"۵-驄4=e&{( ++ֺU3JjHuZLbt!;*T?.BVH}јac$ e2Ss*A1庬LD)g]Ei#|DXm0?Qu5(0Oxj0*pmr+jЛ[ xx> endobj ++489 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 478 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++494 0 obj << ++/Length 1210 ++/Filter /FlateDecode ++>> ++stream ++xڝWmo6_&CR$q4omd "P,*,NH[%EIdA,yN:Ie+nq9=kTPAA뺘BYΗdYEP bҴ9V3X竵;_A+t Xh-Ę5qڹ鞤7. ++xj-@gCa>SlZRp&!':OFٗ`]eW)TB ++E2\gtu=Ef<6e\Bl!q#NB ++GJxR4blyyQ?QʳBż8"'3z,Q O"n:)V!iʍ[-}!ĒuTr*L!tz*r =ɵ|\+T1xms+yVܰ# m} 7I|5{{FZC-СPZs ڱ!-B[{7}::1A֭ *i# WA:݁6- E!w{﫠`.н=]w:W.d!ePVCYѫCY 'uztL4ʍ-ѣP'IZ<>1G;tsÈ:Xd(;Ʌz̪ yɢzB9V=x+)u&p} ++ч$Չ{,YFښijlԳnh8Gq:9*T^MAί/R1qRㅜ/2[.PDުiBvO#+PQwd P⥡j}5x<<(^xgO Lk,\ܒ0,[rLv4;mc2ʎg ++}д1d{OFHc|_$ȫ?]}YtzՕ+.L7tv%rƇzQ=䐚7/=8>IfDC1be5F_v :6Gc>endstream + endobj +-1485 0 obj +-<< /S /GoTo /D (subsubsection.14.8.2.6) >> ++493 0 obj << ++/Type /Page ++/Contents 494 0 R ++/Resources 492 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 468 0 R ++>> endobj ++488 0 obj << ++/Type /XObject ++/Subtype /Image ++/Width 970 ++/Height 290 ++/BitsPerComponent 8 ++/ColorSpace /DeviceRGB ++/Length 10359 ++/Filter /FlateDecode ++>> ++stream ++x{tU P&wePyjA>*SNV;j)wT(@Qn"؋VjUUZYgSr99'6;wds1bduk :Hk@k5 ]5 ]kI$_x ٳgy@0g']G~衇2[j!KW1cFdɒ2dqdҥ>o߾S#s1 ,ȼ[n .LN>=4Z=zcb9]O0a֭^oܹ3vȹ瞻m۶]v͝;}q?Q`W^y墋.~1#n:=e˖8?h+X|y엗_wuٙ9p.]V\|Z\\>&?ڴiI8K#G,--ׯ߯~СC?8ȧ~# <8`ݻG/,o߾>cǎL@;vx2d[oU'ґW7mԳg؏{mE<;ܹsի|ŊُO>'AdZ/n3c{g~Nua&F֭[-dύ}̶xb&Pg!}Ie˖=zdnꫯVzFk޽{_NzF&jjݺuuW\2dH]W:O6 '0d!I&~4ϙ3'ڵk32e){޽Z:su}ht]osg}vEEEK;axر׳HYh̙3yuܹe˖7n=R>ºtRRR2p'JԩSDf̘=Ch:޽]@k5 ]5hzӀbӦM|>t<ϥ9]FR|V*>]T^ԤNR|V*>]JY)>+%]+ez+>+gkLog%]+ez+g,]+YY)>+%]+ez+>YY)Z)[)>+g%]U/Z5'*uOoggT|ȶǙO:/WjI'$Tn}W{n暆|V|VJg+ӛϊJY)ZV|RҵRR|V|泒ٮLokv>+>+gkLog>+>YIJJYJf2R|V|Mog>+>+%]+ez+>YJkۓ$iO?>x2g>|3\:{挪U-wݙ9~wȇ?./<mOТE=z<8yGMN޲4๷M瞞ݏ...qѱ,/f=Nw#GjO^Cҳu[g\;9^\KjY>}W}KKJ0g sUyޝwՋu4?_G_0*8}}lYWsk6Cs~f-G>{{9ӳSNٰby#W~мymZٮ]|4}ijΪ5(#/|5>yiO]>>G+3s/ݗ_e>7tg,A-m-.f>/ؿ8_>o\c)).퓫~Gqax_uö_a2OϞk~ZúSwCR8Hb[K# + +qAVk{<=>>\khQMwhߞ|5|Gϙoݺt3l|9"ٳ9nwkis6 2$*Oe>tKwj>|]Lr;/nmj`?/G҇ +fK2\5+[?踊s9[9>9}N7mڬ2>7t{׮ͬa-[t?v;Ǐ?#/mYͶ7qK§k9§#}az!9Sk븸&^k\K]=ZݍUKשkI>ϵ03 s%|!ws3O/Fxbq-v5lAq-RKC'W3Ϟ0!skt>&Zէ׭߷o,k'?X*ٞ*^\{ky|ۏƷe,x>|>_~%=8wWʱ|n:56/Nku'׿:f3*Rk5?BZ 7\Y}PD|el;f ._hҷ9_S8|؋=Cz{]柮%aqqqn̞]4sc^5)!֢-_w\Ýucܘ>g~g>wN~Tǎ-KKE|qlu3_{O3g>|U!ggkLog%]]JY)>+>K׊|V|agkLog>+>YIJJYϊҵ2Mog>+>+U`oGq5J5Z-+kggT}>d-T#=4R|V^|>dەjjUR3ەRҵRR|VJVVϊ|VҵRR|Vϊҵb;RҵR32R|V_eUS~R\|V|VJՋuIz9ЈtI ?| @#r543 lg3 ]7g3gHl 3,]|>5`z| 0>|tv>5nz|0g>|tݠ'IbYQ0ӛ3gHe{yyyKJJzym՗> 9@-zq}es}G_}աCGzÇ6Ydz0]wշoxa Xp!O>qzt]m[ny7nxg4}̙7Csի,YrGN?xb,2g?s!|iY&^X+=|;:_/ҝwg^lKɓ'?#۷o\r1S\\۟q${lIMq׾}iӦ[nذa?dQ| 7$UH n;e>K|.<$]t wgώoذ|GEez7xcԴ~{ 2?իWO9sf|}sOoQFNl}`[l9̙>۴il2H ֬Y4K/N&ؾƕcy|25/lLgצw,]|~ֵkYfυ1;Cwx'2o`~n;s-9`JגڵK/  ג_OK/]xq\N81sp„ cEw^,]|:uj s|%7t}woߞ'um{={v!|߿ʕ+Qq}ԪU:*QFva.VZU{TU?W^yeѢEַ2_V{s wsms<};Fttaz| >K`;g0g>|t g>5Lo>l7g>πt g>Cf;Logl3 tlٲkŋF|3g>9:^Ո#&eeezU_F|3g>9麆377zU_F|3|tv|F|5+zez|3g ++Fzg>|vHgvӛ|3 >KVPLo>g>Yf;MokW|^|v>ֈ|3kg>|F| Mo>g>Ynٳħ/v ++czYg>υsmOґK8tȐ!ׯЃ>8cƌS2}Gݲe~ 3Ol߾O>gΜ[n .L0}x9]Fzg>|sSK{mv5wgh„ [n=?t^p;3<өSJ+aÆXM6eܷo_{֭Ӄ[lФloʣg3g>7C|ݻgС|{JK9UAx?xJMWo߾>cǎMf۫<|+>|s3 FWWX}d޽{z-)..T&M5kVc#XxqӦ\2=gϞxMfث|+>|sپe˖=zdnQv^U:UQQQEz[ƅOEEE߿ӦM{nגͳW5W|3s}Μ9Rk׮8qbޞدTپ}{׮]ު+'>uS*7|3 }έU/XO2^h̙3?#G,--5j[oU_W^ӦM~bN,X>`ƌ97z5+>|3'w'`Ozg>|.TI;^|3lgg>W5nz|3k+W7|3,]7g>gl3lgkW53g>[#>KV7g>|1cLƍWի\Mokg>Yg>0]WTT\,F|3g>9hr5>|k3g@Lo3!]7gϐӛ3g@Mo3 ]7gϐ3geˮA/֫*W|O#FU}*WӮ53W|3sk8ss#:Wի\Mokg>Yg>Klg;gkg>[#ٮW7g>| MokW|3gl7l|+l7g>tm^|3kFzg>gl3lg>Cf^|3gkg ++^|3i={;&ho6N^Hv ++czYg>υsmOꑔ~g̘۷oܹsQQQ`揙۷gٙdzupӧO7qOokW|3g>7t] &lݺ5ݿ曏9m۶߿?gySNVpÆ |6m>_u-[f۫<|+>|s39_lСw}ժUݵkנAx?xJgNWo߾>cǎd{a07|3\>%%%{M?υs>^Ko>>yq$'֠nݺ5.|****y6mݻws,^Fg>|s!A]pv}Ylce}n}]{UW0soO*^}}|3g>|έU/j*ɰhѢ3gNYYYiii\<5`kڴiԩӂ ̘1#/ ^5m|3|yݻw{I*S^|3 gwR#N2W|3f3nz|Fzg>tv|3gkg ++g3g>Klg >zg>Yf;g>[#>tv2g>ֈҵdg|3}̘1pqU}*W|+>9L#r{r5g|m\Mogl3 |3gH׀ |3k3 v|3 H׀ |3k |ntlٲkŋF|3g>9/ Wի\Oֈ|^|mWpeU}*W|+>5g>Hkg>|3k+vg>Yf;Mokg>[#3Jf;Mo>|3,][A2W|3gl7^zg>Yf;g>[#>ϐٮW7g>Yl7W|3gl7l|sޥ 6ۿ[׮]KJJ:wOc9oܹs׭[7pҥK;Ա&n{n{|g>|3du<_~w_4vѢEƍ ++v7|s6m?'O~rm}SN9%^5kbM*)7g>|sLGuTt{キW^űM|YgeT엗5NEwQ ++N:5q T!-[;M3g>|n:(]x,W\c6>|c'O^viӺuVo:w?s|ŊÆ ._<=۰aCi[hmmLo>|3y]իWN,b}άu\b}rT8+x֭Z22g>|3عbuٳW_}}yVz}.qŪs9zk|g~_M3g>|Η ҥKIIIlc]gώEL{+6lX˖-҃-ǀ֭[w-K,I:cz&n{n{u;Lo>|3gwx0^|3,]3l|+l7g>ֈҵ+ӛzg>|v|+>5g>Hkg>|3k+vӛϺg>|vHgt}]w]Vpz a^5m|+>ϹM71b濯^WFzUh>'$i@ ^{#ѫ]FzUP>'_ ++~ԐiDkZi|(]Kҵ^I҈^I|t-]Kt-]+H|+ZkZFiYJkZFg>Kҵt-1t-tg>Kҵt-]Kҵ҈4bJJkZFg>Kz%]Kz%]K#҈tg>Kҵt-1Jҵz%]YkZkZFkgZ+Z:]miѢE߾}/_9X1yVʥ^޽{Ĉ鑷~{-[moi^eDF-]tC Y~=kՒ%Kz$}dyJͳҺ4IOI2Wn^e#]BbL_þ}^}o|Sg̛7/fKL͛7gFӔ)SyW=UFU~t]acgϞ+Vo߾a>+/~|+2=rصkWlui^$HYs=w۶mܹs+=ϕzu;w|衇ڵkCHݓ$+_>+$y2I:Lt*tнJΉ1%%%gq|PXY) :o_/wqEEEyFU#G|u}]j!|~֭Z!{/vb[iz%]w/է~# <χWRb~֭~O]I2(I(tp ++Z'HIt]8~CHϺꪫi1apgH#*C N:I ޽{/[p?cǎ~xؾ}bg޽t/k>|Ŋ|W۶myf>d_C$cNJY&rgH*?%Iuvرcgt<vڥ#fΝ;#fW5"O i^=puv'|NVjݾ;x,e!A{%]mٲG .h>wӇχJuX|~촪ݳYNjvUv&It}?ħ~/})ݏ]vYUjw|0~c}g ګC;رcO;_jꫯ޴is=o~3spĉcHJnk4gΜ:]63z5iҤر#%1MdO|vϊ:I6%sIZ|O ѫ$t]O1ԩStYn]m̚5,ܹs3+**"Wl2ӟ ++,]oO>9 ioƩzwؓN:> e9rdiiQzK#۫/䔮e~窽7o^Ν; 'qF>Kb|#INMדN'%g :Ii6~{@hUأGk<5k>Z&Ƨ~:fرcO9'ݻwqiX^1t-]Kҵt-]K#҈4b,]Kz%]Kҵt-H#|3%FZJFJ3kZkwXiD^Iҵt-]Kҵ4"H#ֈ|J*O1cƍk8OokWsL+אiDkZn"z֬Y}!l׫?^zg>9麹QOokW|^|nz|gvӛ|3l,][A2W|3gl7g|v>ֈ|Fz%]]Lo>|3,][AHg>u~_xzU_F|3|suEEȢ\ޫ\Mokg>|3s W3gY >|k >5`z| 0 >|k >5`z| 0>|(]1)++kg3Pwyˮ;+uO5 1vZez+gTvez+gt23ttggtggkLot]_5'*5ʭ5|tƍb|>t Ht Ht @k@m3f4ufܸqm$endstream + endobj +-1488 0 obj +-(\376\377\000s\000e\000t\000\137\000t\000h\000i\000s\000p\000r\000o\000c\000\137\000c\000p\000u\000b\000i\000n\000d) ++495 0 obj << ++/D [493 0 R /XYZ 90 757.935 null] ++>> endobj ++496 0 obj << ++/D [493 0 R /XYZ 310.75 438.976 null] ++>> endobj ++492 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 478 0 R >> ++/XObject << /Im2 488 0 R >> ++/ProcSet [ /PDF /Text /ImageC ] ++>> endobj ++500 0 obj << ++/Length 1053 ++/Filter /FlateDecode ++>> ++stream ++xW_s6 ܇II!$rM֦KצYzuv|dӱ&ާǶdKNsA$ C814b`!5R:`> ++esk8i}9,r։4O4M6=`m6 q燌rrt^}XĕΧ^o;$Ĺ5 Mq]k!%ѮO:HK@8D/P\~K J焸r*NW M']6$w']b)b.J迨Ae5Eʙ6:i!Jѯ[1&hW*F(ەMЙ:jj.(,ݧܫP-O1 ++qв(tϧٵ s?JRBY.&h2ݣFu$u5dKkKr("AӁ&!ҡczpOKT7y &,^G.}TaNB0*Q=vըp^ZL11i9{RK7H; X E=Z{Z;_aP?L5` o< D5?`b{sjn6h^ܬb%fK9^j Mg,SE73ПcqEi(7,jğLbba܎ʡf>"+**򑘛hRJ>6bi)5M:UrPMm}8rN%·`Q`6X o0.?z֥rhgcr(W[1&;įDp wMX@ u AHxunؙ_!-W]=%kIKΫ2>FLb^ۣE=)?ϫue-A3Z{96"T-ҕIGK Y9< ++҄81&fKCwa3T l!{L1̕3i1h~?8eeʻ嵘lc]W#endstream + endobj +-1489 0 obj +-<< /S /GoTo /D (subsubsection.14.8.2.7) >> ++499 0 obj << ++/Type /Page ++/Contents 500 0 R ++/Resources 498 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 468 0 R ++>> endobj ++497 0 obj << ++/Type /XObject ++/Subtype /Image ++/Width 430 ++/Height 430 ++/BitsPerComponent 8 ++/ColorSpace /DeviceRGB ++/Length 9440 ++/Filter /FlateDecode ++>> ++stream ++xmLgއyWK@yQ[A[vۊJ15m-fk"XPң9P[FTV]]T>?drj>Lƛ9k~极j||| ++@d2/?>?hBhBhBhBhBhBhBhBhBhB6[#>|;YOhnl޽l6{޳eϞ=W߿edӦMޣFڽ{~_,44@ n޼YOhnlƌ<^n¹s?~aݸqӧ ++ߧO.#rŋ{IOcǎIMm-_\fuE&ZC?:uj„ jYo8p`@@=lٳӦMYȑ# <֭[k°*W~ܹղjh5x͠ @vۄ?)Sd%˗/[["""d}ܸq۶mkmmݾ}۷kjj oBgyf׮]bbbwÚPZwժU JTumo(QVuIMؓ'?OO.n PT +=?R000PRT*tyۍՊvTTsBx&?)+UNXjP&VsBɓ'˜Pߢ]'LNN{,3e$--m֬YR23:mB=4aӑw}w`R>jɓM(JZhX(,,̴z6zd^UWWˈСCeTdopp匌 ~v @:oVǛ& hB& hB6ѣG\kB 08SNgڵ4!Є4!Є4!Є4!Є4!Є4!Є4!Є4!Є4!Є4!ЄN؄nnn\p&4111^^^۶m ԿVsNϟ??a5_N4[NhB5-[Ν;/ڻ e?4o޼%K?rrbu@گ e*RZZܬ VVV5Sr̘12L- ++ ++&N&sikM;٠*"Km†^{mܸq29T򼜚*(K)C;HՓ{ff|O>nGi_eE'OTُ?S$ЄjS/igʊj!Y9sFi2Ӷצs]?wZzҘ@o6K/ta}T#GܰaT6'=z՜l6رceNJɯ'M(,]brܹsNhB5`DDLd/e(\YY|OjȐ!Ґҥ`ۯ_?-ŋ{B[Ə/Q&7& & & & & & & & &Sx,, ̕PL&r+5a+0JhB \ф@ &rEM&M4!+hB W4!Є@hB \ф@r&loo?4G 'kBrEބnnnV#%%%qqq/ٳ'##C?ʕ+3f񑥬Huu#dd̙ׯ_.!!!V֟@ssl&44@myf9d&$W`&LJJ:};w_;wǵ?8q"88X;… dGY&''Z[[eh"ٸqQ<П@CCĵI?(o???5x19d&$W`&ԸtRXX~Dx-.;vÇ#H Z*겔޽{W 9[]&MtERV7o ++ ++"NmBrFlk׮I***^^^S+WC2&+ >|+#2j*薗}}}-Y)aR{mBrE ԄHޭ^hH@@ս[Zs˾d$7墢"'yMHȕ077WY[[k#,X@{#jPRw̙X9Ucrr\#؄u~tܸqA:aaa v4iŋBttyfPP+%W•6׽{G]&+**ә+++rpWJ,p3'T3sxkp̓Dfr)**:dwݸ\=ʕ+oܸ!Wa߾}J`nn\Z4776,''*h(.>W•7NG4 ++ 333z~~~HHɓmwliivpBdddzz~ݻw 222 3>\ ++W.لD[[+\᪏7pe\W4!pEX\ ++W4!pEX\ ++W4!pEX\ ++W4!pM$&& ++WrfWvj¢7Alp圮ׄF& hB& hB5aYYZaXp+\9+vA\\p+gve&O? ,[ W•3 I,p+ ++W I,p+ ++W I,p+ ++W I,p+ ++W I,p+ ++W I,p+6aCC[o5l0// c:pwwcnذA^x!//.66V<Ѳu'Oc]!*555,,L>:***33W]Z~}hhr`#Gܹs),,LLL| 78P%9m۶W^yE̚5Ku'Oc]wq&t+ɔ/ZfƸr5{lRSS&2dɉ\#_{fȺt>N¦M <7d\6(++Y:bXM  ++ ++Ujkklg1f;.N/_~Y*?MСC"ej\6^QQ1qDYeyy@VNXǺ2V:RkɼW]Rر/ 9ӫ#fY !JvdDnUmoF+VqkN@W:UvvúupՓ\CrsֿXzߏH]NQ2o޼[͙3G9sP֝}]=]Y橧U^}>LgPJ^^^-U.zGcO? 훙]ѣGmٲe…`qqz1f̘{g|r0\uWsoGKfee&;{_• I,p+ ++W I,p+ ++W I,p+ ++W I,p+ ++WrHرc˱uV{$WU/rHYǧ&^\ ++WQMőذ_bq+\MHbq+\ф$WMHbq+\ф$WMHbq+\ф$WMHbq+\ф$WMHbq+\ф$WMHbq+\9mJ#::\ڦ'{).]7ߴǫ+W̘1Gn+Ejjqpe媤$66;..W]*$$ M(_۽K,o9b ++5pB9;wRЉ+ĉ.ЄvtiU^^ƸrqQF0'*TUU=UuV7d\6~5k?W}=vX9iBҸtRXXp%~d3{23*++{ԙ~/_}geEdr.+tZreVVV+ŵk&M$"\uJVZ5`DGia~uY߿Om߾]\iNhWW5N3\Y;^PPg;rРA4aM֭[ҁ̞='{ Wnjj:u믿 .X@{O(.U{J,ӹ>`jpȑ6l愣G怀5;v U)=W_ KZ,^.XM;6`DDLd/e(\YY|OjȐ!Ґҥ`ۯ_?-ŋ{B[Ə+߬&&&&&&&&MXVV౰X, ++z3WkB9r||| ++#b2~ׄ] @( &rEM&M4!+hB W4!Є@hB \ф@ &rEMʩ}(-'@\ rxYz{{뿴gϞ Hjjv+W̘1G.##F3g^~]F߿/XYͲqvvdЂ͛!\ћ0))w iܹǏxĉ` .e,#jmmEddƍF?x@ צ&[ecA\PҥKaaaI[Ժ$sر֎ V7hYRz]Y4HF䀲nuv4iŋJ%6::Z ޼y3((8  ]&)zyyݻwO\2++Kɘ6RVV6|ƲUdD[^^vX,VgJm: 2PBxx"{z!!#Vnj9v7W5n.ʓܔJt&**{k4!"Wj\IfmmVs`}AIݙ3gbccTs|{ssarrrlϑ}q\7-jE۸033a矧M&ӧO|vഴ4sU$Yn/\?wj ~g&$W`&|$/K7!Xr4!Xr4!Xr4!Xr4!Xr4!Xr4!Xr4!XrFl„tG$11\ANMXTT&ca6fׄF& hB& hB5aYYZaXp+\9+v)Ёdp̮[p+\ф$WMHbq+\ф$WMHbq+\ф$WMHbq+\ф$WMHbq+\ф$WMHbq+\ ϟoErX9+%W•vDa={222zqqqLLw\\\}}G4771";;[;{hhhAA`rp'O,pӄ]ϝ;j}ѢE.]}޽{d$))w  I˕Sǎ.`<֭[qꄅڵkҤI/^: ++j͛AAAX\ ++Wڄ^^^ݳ=zTvhPZ,Ng2~])ΜPeMõ7rˍ>>'OnllݱE… ͂wޭ60p+\d>mmmp>ބW•q]ф$WMHbq+\ф$WMHbq+\ф$WMHbq+\ф$W6aBBB:t+\ʙ]٩ fW•s_& hB& ׄeeekAbp圮&CqqqٕP>0tl2\ ++W&$hB+\&$hB+\&$hB+\&$hB+\&$hB+\&$؄ oְaüBBBd'u]a^xᅼX5RRROGR֝>>ofvF]WWe˖ j]ǘ1ck9Uopյj\=o -՚g} ++WN&$hB+\&$hB+\&$hB+\&$hB+\!Mcǎe.֭[X\ ++W!M(gBL{q+\9+G5aG6"b~peoW4!pEX\ ++W4!pEX\ ++W4!pEX\ ++W4!pEX\ ++W4!pEX\ ++W4!pM)UrmjXt7| Klozr].視8&&;..W=U@@MUe{{{EEE```ϯ^%K|GYbE1bbwG\-ZҥKo޻wc=(|_i.BUUc\^[nu%~d?aΜ9mnsZZZ:n8\uJ\? GEE=\믿>쳲"_~愽o=m4\uJmQ\u/B&Ҽ'~dE~ZZZԺ߿'{ތozs^p%C7uGn]I7:u&Uc֭k@VfϞݓիW755_=puwygUV\y i}\9rd2G ++/^|tO= ++SN{CvrÕLU~~~HHɓqՅ+!!!a4k} ++WvEX\ ++W4!pEX\ ++W4!pEX\ ++W4!pEX\ ++W4!p&LHHHw!X\ ++Wv&Jv9Z#zC$p hB+\&$hB+\&$hB+\&$hB+\~M8~e)Sp+\9+;5aQQћl6 ++WrNWkB@Є4!M@Є4!6a||Zc2 S\kBM@Є4!M@Є҄ }V+endstream + endobj +-1492 0 obj +-(\376\377\000s\000e\000t\000\137\000t\000h\000i\000s\000t\000h\000r\000e\000a\000d\000\137\000c\000p\000u\000b\000i\000n\000d) ++501 0 obj << ++/D [499 0 R /XYZ 90 757.935 null] ++>> endobj ++498 0 obj << ++/Font << /F28 362 0 R /F44 478 0 R /F22 352 0 R >> ++/XObject << /Im3 497 0 R >> ++/ProcSet [ /PDF /Text /ImageC ] ++>> endobj ++504 0 obj << ++/Length 1630 ++/Filter /FlateDecode ++>> ++stream ++xXYs6~ׯPiZ24q&uZ7gI3$)g'Y(Q㟟Na½JR*us? ef:]h1l6Uh.Wz}٦|:IH vLX*^%1u#"5dd!^臓ߌ+e6lz/㷟p>Y`e8x} GŗQv t6(xf5+.cy#AW[QʻAmP0_AL&Jd3NAcYkx%;@qp;0.2?/odfD9tQ[]I!To4?@ۏ/d=xvm<\WMGs*/ȡ*_eT:@79r#F< ++Άl4~ h3hAVWv9f GqxZ7;b͜Үqbq6fm-JK9u|y9P^RZEoѧ9* *9}zt] 5uu=xj[*٪J÷ܭhKr02I5dz?G#w@x*VMGy?[ߗqϣ m1M3Y-xпϢ!g&z׽cPnZV5]ZuN(!{[' 0lg(>&(A!.(9> ++(FSMQF{G ,X{:҅g:vKzivl1R2y%.Beze.$ ++4,oFT e9ԟ*g!$5!B*<l踴kթ *Ay2/qv[0V J8MtU4_~)q eNXaj Z\Vʴ-r$  P})Q? r1(PSkZ[5 rGlQ!L[U)\a|M˥<7QXrQ%:[ŦE'PP,f"Yk밞ARL`$T_DEF6thhEJQ> ++503 0 obj << ++/Type /Page ++/Contents 504 0 R ++/Resources 502 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 508 0 R ++/Annots [ 506 0 R 507 0 R ] ++>> endobj ++506 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [226.946 129.06 260.759 139.964] ++/Subtype /Link ++/A << /S /GoTo /D (a00029) >> ++>> endobj ++507 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [123.017 105.15 156.83 116.054] ++/Subtype /Link ++/A << /S /GoTo /D (a00029) >> ++>> endobj ++505 0 obj << ++/D [503 0 R /XYZ 90 757.935 null] ++>> endobj ++484 0 obj << ++/D [503 0 R /XYZ 90 190.05 null] ++>> endobj ++22 0 obj << ++/D [503 0 R /XYZ 90 182.5 null] ++>> endobj ++502 0 obj << ++/Font << /F28 362 0 R /F44 478 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++514 0 obj << ++/Length 2549 ++/Filter /FlateDecode ++>> ++stream ++xڝ˒6Pj*C-߼8vc3a+Ɂ7|( )i-h4~wRs~jI o73%KX^ݼ]|cFߜty=}LP󔙅JX|jYYtv=(DA5o_<7X'=WVjau؃/LT&fO4u:EP.=ϯ5Ϻ=}Glc_fFVLlxӦj:Voyh-5 ENV٦Chv0HHݠR*HX,g%2mĉL|m@ &NmSwYQ<˘`{ ~9 ʢf#0m+Eگ2!.`9],8t{ޛC{A*C;F@Ɯzb7 ̣P:4KyO߄Q6|oʟq>h"?$WlK}-;]5UW%l߄ѳ=D6-ϳG G@8Ֆqp5O.$|SKrG0;Ba[̢a_v Y 2%ʶahTe8.XĠ h`!Ov4cx+:8-^ ]#ߋ 5M]麣ynzVь*]90wx1ߌbeBoz'Frwh7?a 5Y6œ$FM.tAqvh-$ u/8FiހєCه+b ++*#-W#uʶ1K?0#E#N=j gN_:vM_AoUjmtʱSuOjRV0Z8\( m4 ̼9%pv1`wHH7M z<:P|i~ҧoA 蘱i TZ0vȍjz9"?oNGG="7 Ԕi~653ub{E` ++W@u캬e<<f)4'Dq˟ȑv͡)BKYF.m5RPܱ`BAl\?o0#LE)7875g!'*8R}/e~C IB%MIXSP(oEŕLpɸaF ++|zb0O<|Pp"$q3ثZXdύ-; Ǟ,)Ӂ%NK,&]L!Yu7~(*X48Q@z΃ /8È~pȧ95QHIW8R%DF#h*L E)GIL S3XϜѠsPK©'LC׊q,PS?/فP,H(WA)d`?_Pa^`sA2%{-ɮvOj9k^Kr >7@_Hm y6 Ұ>)0Ec s TA$dCD^\=W&g_xQbB|醓'23գ@*'gx4)1K}KɈs HܤʹRDfo68ARߌm'uҍ5 |arwTK!C ^2eo"`IX ++v+C)u ̋嚚/~BܭC\qWרͅhW*w~_A-a#~%U8̾_ya祼]|('iLZ*-2m{tT4XdʋEU%0\G58)51hg][2+Ey_y=b ٨{*(Q_64zoJ/bjendstream + endobj +-1496 0 obj +-(\376\377\000s\000e\000t\000\137\000t\000h\000r\000e\000a\000d\000\137\000c\000p\000u\000b\000i\000n\000d) ++513 0 obj << ++/Type /Page ++/Contents 514 0 R ++/Resources 512 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 508 0 R ++/Annots [ 516 0 R 517 0 R 520 0 R 521 0 R 522 0 R ] ++>> endobj ++510 0 obj << ++/Type /XObject ++/Subtype /Form ++/FormType 1 ++/PTEX.FileName (./ppc64-with-smt.pdf) ++/PTEX.PageNumber 1 ++/PTEX.InfoDict 523 0 R ++/Matrix [1 0 0 1 0 0] ++/BBox [0 0 1150 430] ++/Resources << ++/ExtGState << ++/a0 << ++/CA 1 ++/ca 1 ++>> ++>>/Font << /f-0-0 524 0 R>> ++>> ++/Length 525 0 R ++/Filter /FlateDecode ++>> ++stream ++xj1Fv@)ht᱓@~UāˑSKwgy|~6.=qF=ק:;>bvM BR(5IRTREj/JR7Rwݧ]yHJs2qLڈ^H6Vڹ)Omݖ1 ,4ͱ׋:uXT寮;q8KUnNGj ۘw:t<}-3Fo6:8V(L.iaodT(.ajHqÄq7 4ͥ` igݓ|VW> 's}2OY]lz ++:yn d#S ұPЀ-\. Hš 27!գ!574 /H57@dȘ]kn`H dݓ|*^> 'cT|2Osiۧ`lSs:O:?,ksnޗ35> ++523 0 obj ++<< ++/Creator (cairo 1.8.10 \(http://cairographics.org\)) ++/Producer (cairo 1.8.10 \(http://cairographics.org\)) ++>> + endobj +-1500 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000d\000i\000s\000c\000o\000v\000e\000r\000y\000\137\000s\000u\000p\000p\000o\000r\000t\000\040\000S\000t\000r\000u\000c\000t\000\040\000R\000e\000f\000e\000r\000e\000n\000c\000e) ++524 0 obj ++<< ++/Type /Font ++/Subtype /Type0 ++/BaseFont /BitstreamVeraSans ++/Encoding /Identity-H ++/DescendantFonts [ 526 0 R] ++/ToUnicode 527 0 R ++>> + endobj +-1501 0 obj +-<< /S /GoTo /D (subsection.14.9.1) >> ++525 0 obj ++899 + endobj +-1504 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) ++526 0 obj ++<< ++/Type /Font ++/Subtype /CIDFontType2 ++/BaseFont /BitstreamVeraSans ++/CIDSystemInfo << ++/Registry (Adobe) ++/Ordering (Identity) ++/Supplement 0 ++>> ++/FontDescriptor 528 0 R ++/W [ 0 [ 600 862 612 549 633 277 633 615 317 390 636 636 636 774 686 390 748 731 684 611 634 837 636 603 636 636 636 636 636 636]] ++>> + endobj +-1505 0 obj +-<< /S /GoTo /D (subsection.14.9.2) >> ++527 0 obj ++<< ++/Length 529 0 R ++/Filter /FlateDecode ++>> ++stream ++x]Mk09nƏ ++"C?d ++5yPxLf3ynRngJèeYuԑHIr rLv[V=QUQ6ntxRsoV_ڛ1?<^)μvS쓏r]_fR-Yb:ɶWĭ:b%A~wև $=N2Pzt1 *@T),A)HBu> g`E/G=PAKQ]/_~Yȃ_(A? g}!oֺ#'bQ}jl, ++endstream + endobj +-1508 0 obj +-(\376\377\000F\000i\000e\000l\000d\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n) ++528 0 obj ++<< ++/Type /FontDescriptor ++/FontName /BitstreamVeraSans ++/Flags 4 ++/FontBBox [ -183 -235 1287 928] ++/ItalicAngle 0 ++/Ascent 928 ++/Descent -235 ++/CapHeight 928 ++/StemV 80 ++/StemH 80 ++/FontFile2 530 0 R ++>> + endobj +-1509 0 obj +-<< /S /GoTo /D (subsubsection.14.9.2.1) >> ++529 0 obj ++349 + endobj +-1512 0 obj +-(\376\377\000p\000u) ++530 0 obj ++<< ++/Length 531 0 R ++/Filter /FlateDecode ++/Length1 7684 ++>> ++stream ++xX{\UU_k9<@*fz"5S3J3(,D{8bdf耚`ό!r q|fČ:6嘉bEF F3?:gn%H1{r||G. d`SBhg^٭i$$^6yG#L'!&DDLEɂBޠ4Vgdz$8&٦Dd "7YISe+Jn5մغ| ) )8d!AH}rgH O ByXX"/1Ej;8up{Zn~1] Ut#8Iݯ~%NqT;ME5FvSHbN"KFv_r8#z`Q|%ރz7f=yz]P2l_%${ɾdr`L}A06+&˓ebŔzJRUDOIr<9_?ߓ=b_?2fXOM|ĥ[h\lBzTzZB\$)‘{YP_?M]7ںgyBj^3kqMcVT6`@Mbb' +&%th)1/74(bC)JX(kgK ++q1,]*:XCDJ8Nܜɓogmx.Ebޤ͗jj6:,v$D̕N҂.PԢԛdocg)7ThlSlҺ'h1rII̭_joCCvv=*lٺήRѵeF*v p]59,0sx[ ++ن[A}>GGBθcsn$??׏9?9_z_<s꾊ED`{ ++ 53N=t"4deꪵ$U>~KzӋ !ˈ#3Bbe뼒;TsZlFmq#=0QWXz U;Ν5bkո8Nd2[T4D&11ӺMYk9*E P; ++RѣjhWmk'?212F ] `ʃ6E~I|]E"(1'/H ++w/!%%QK= ++wIL?,d± te{_+y/z:F?7jjja3:\;eO6! 0J=4k$wȷ&R*wp >^Á7.m-7ZڬWkpN@ơ>Oo\H:?6!1]gRW[IS#]FG-=9,dşW$'-)b3!3X<yjoh}l5w+F3{]El+~x<@;Ab懎(G ++ƹHA_e[L ozNX'nWSE בb5:ǓD:j;ar-7 ++bkGª]f5tׅҲeB1繹b{ŸD^7&"c~D /^ۜAlKOv"ETU-]*a_^ﶶ~aX*AO=2/*(L](De-QmzԖ9[ZKJmFUc%c姄?AQЗkͪ`G@=(LTC ++ #I^NI@XjVDD ƍ=:\-'OpI 02@I9a2 pЩBi&%H_s|E])].^CGJSi!N8̯ ^xEpy3K u$"XY^IK 6`Gma9:R+ϷBR(E"}Xh*2YŠEJ-jw)?Q3)j2`7ݻoTO^{{9AhèX}]Q h`rK=]" w+6U(rx=@ʩXm(fh}H~[ uիY58 <϶=(ctljmm¦څ@`Gy$'8(HJe1F\f4TwtTݦX-f#)?9Q0fD^Mkqv&F i`,Th&ʷ=@GB33Ҝ}*:(V>}[ϟ[ԶN@~b+UL!&B62Upy&譐6lyM?ܼzśؚ4x/1]@_+UT._q F*+/Y :|T[/:zuQSwR}viuiݗ?Y\ŝIy0oL7!:5[҉&sګjD9dOcjT Y+ԆFҗ%Sd>y4$$L'L<:˨'!UU( qt~X24w!sGlE?bȼ`%+%֘YWYl.wz"nbJMa樛.oGC̛&5|uX7;iPM'*Яj dj0.s¥;|5dZ[.bn7:XAԶhml ++:HmYlbMF#dz^3W ;oݺO8έa=s2in?}ۡC۶'oe󯿼ʿ@ٯ=;I`$S@"p)d$ƞEWD#YȽ MQ,e3JV4ѮRޅaJbD4=U1.bG ++DbV)Oܑivƻ ++H adDRWj=x$ ++=r*<\S8b / evZj.kIe.ūw~sl%k,YZ)tƒ S|uo9vq/dG׮}TqN~ɒf1T>Ej.ZB\!.1DV{Cv6kAz*5፮QG4za6@ @nkHO#=XMa.M42OMjU[ʄMt-Dy+LmSa_^Qnxux ++|oQ"n&Vr~=H8*#Q yB°*(l' zI\$ ++(zC^>q.:Ñ ߷n4,YJMGRq@nd?>#~j("NbLb#TΦ2]uKER@ ++Q\f!WpD*NR8R$ ++)L617-,Zw.%ɫ ++czj"ߓ0Y(„HSf`SBw g絣ʓN^rqm֐9 \.=XR! ).@գP}0_̡5s1G~_x=#͗t@Kի1Y'yzMH'OY!GH&$_ign/t=iQ:'^X#R2|Z!pOnmEg}$ּWݝ5ܧ2w-tb wR~㳦jF9plT&ulWp̕-x_xE\ljleTuKBt0]BЫBPjфH[PV: ҫ(K/tSt:sOz|s:[} 9l;(} ?RjqTC{~N5U5uχLhp5LbWol?.wgO9\L9B5|cu|t_,f,p?rh<Mx?Ns8La'n84r88cr#~0C*P` 99s s).d@P]sx8šo9˅7-ۛ ohkvsevl)r!a+-Ml &ش6 VrXWmf8T ++'UU56XJ*٪CXMUdCEPMVr(/9 WWˍlJs#Ue ++a-D9qvz"k\(dx/Z` ^0<w@A<s; ɞOqfb'  3A6G8ﵲxqv'X3aL5Q: 9Frqp6~ vf!!6 !ndn4!epdFlF_X@RKʅ}loNH @B `xqb~moxO.ĘtsLpa!2"0RqR lx*`]a``633m ++#tx)D("ʭL ++VҤm/qΑ ++endstream + endobj +-1513 0 obj +-<< /S /GoTo /D (section.14.10) >> ++531 0 obj ++5732 + endobj +-1516 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000m\000e\000m\000b\000i\000n\000d\000\137\000s\000u\000p\000p\000o\000r\000t\000\040\000S\000t\000r\000u\000c\000t\000\040\000R\000e\000f\000e\000r\000e\000n\000c\000e) ++516 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [155.803 685.284 210.208 696.188] ++/Subtype /Link ++/A << /S /GoTo /D (a00045) >> ++>> endobj ++517 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [227.782 685.284 297.122 696.188] ++/Subtype /Link ++/A << /S /GoTo /D (a00046) >> ++>> endobj ++520 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [145.517 442.506 206.827 453.41] ++/Subtype /Link ++/A << /S /GoTo /D (index_cli_examples) >> ++>> endobj ++521 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [89.004 317.285 143.253 328.189] ++/Subtype /Link ++/A << /S /GoTo /D (a00045) >> ++>> endobj ++522 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [160.514 317.285 229.696 328.189] ++/Subtype /Link ++/A << /S /GoTo /D (a00046) >> ++>> endobj ++515 0 obj << ++/D [513 0 R /XYZ 90 757.935 null] ++>> endobj ++518 0 obj << ++/D [513 0 R /XYZ 194.298 563.833 null] ++>> endobj ++519 0 obj << ++/D [513 0 R /XYZ 90 497.408 null] ++>> endobj ++512 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> ++/XObject << /Im4 510 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++537 0 obj << ++/Length 1052 ++/Filter /FlateDecode ++>> ++stream ++xڝVKs6Wp 8Pom1IꌕSDB$TebGK3b.Ix0z9p|~Β,xVJ%%eҳ-ټ3J폝It)g;b2f ++S/!ǽ=|\ԆcM;Mg,]R_q$.֍+3a lvgrRʧu> ŶI/$Y^%JA0ݵ)-TpvBʊ](Bd߄(DddH-ߘ 22P$Q ++4):'R N滟5FEA%A5( b%,j%2֒С80 lj7fmBH6ZrWRU~66Vh'd`9{CҕJ{<i4Wm*L=Ӻ֖M8H>#YJ U%?Q^qvkK=2#X|9T,1gI/+ޜ1ALi6=6 _EjA#~:Vq.2ے!GZ!Lij>|>KLV\oqahJ =~GJ9m5QMPdMFH0}ֿFDVf|MxAd3h!86r}f{$Tw ++np۝hu$T[uT)OBb ++u]:s/:fc×8=K5ϸRg?7ϋ_eVdA17b ؝I<~osyyN=&PJ&ϝ[r1 uO;>+{kendstream + endobj +-1517 0 obj +-<< /S /GoTo /D (subsection.14.10.1) >> ++536 0 obj << ++/Type /Page ++/Contents 537 0 R ++/Resources 535 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 508 0 R ++>> endobj ++511 0 obj << ++/Type /XObject ++/Subtype /Form ++/FormType 1 ++/PTEX.FileName (./ppc64-without-smt.pdf) ++/PTEX.PageNumber 1 ++/PTEX.InfoDict 539 0 R ++/Matrix [1 0 0 1 0 0] ++/BBox [0 0 590 430] ++/Resources << ++/ExtGState << ++/a0 << ++/CA 1 ++/ca 1 ++>> ++>>/Font << /f-0-0 540 0 R>> ++>> ++/Length 541 0 R ++/Filter /FlateDecode ++>> ++stream ++xMk@wBR(Т[@$Ψ@fy`IُާfOe Ǐ/r\|x~r% L|TmcF{9lh#7xn%DIb'%DKL"q/q4>ǁŇU)dI! %?m ٧$-Jw}ƛ\)Ivi52+Z ++Z(K;+z>^/Z(ӖK$΍qp7YK;(n)9VQ<ޤI &'&.8WrvZD.=sDRM1kFRmԁFa#uF>H^WPEjL 2w!C:LH2U3҃lẄ́!LH{09w/6,4-<ퟟ ++M̳뫓m  ߨBG{aFhW]oװoӷj"|ÆO>1] ++endstream + endobj +-1520 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) ++539 0 obj ++<< ++/Creator (cairo 1.8.10 \(http://cairographics.org\)) ++/Producer (cairo 1.8.10 \(http://cairographics.org\)) ++>> + endobj +-1521 0 obj +-<< /S /GoTo /D (subsection.14.10.2) >> ++540 0 obj ++<< ++/Type /Font ++/Subtype /Type0 ++/BaseFont /BitstreamVeraSans ++/Encoding /Identity-H ++/DescendantFonts [ 542 0 R] ++/ToUnicode 543 0 R ++>> + endobj +-1524 0 obj +-(\376\377\000F\000i\000e\000l\000d\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n) ++541 0 obj ++598 + endobj +-1525 0 obj +-<< /S /GoTo /D (subsubsection.14.10.2.1) >> ++542 0 obj ++<< ++/Type /Font ++/Subtype /CIDFontType2 ++/BaseFont /BitstreamVeraSans ++/CIDSystemInfo << ++/Registry (Adobe) ++/Ordering (Identity) ++/Supplement 0 ++>> ++/FontDescriptor 544 0 R ++/W [ 0 [ 600 862 612 549 633 277 633 615 317 390 636 636 636 774 686 390 748 731 684 611 634 837 636 603 636 636 636 636 636 636]] ++>> + endobj +-1528 0 obj +-(\376\377\000a\000l\000l\000o\000c\000\137\000m\000e\000m\000b\000i\000n\000d) ++543 0 obj ++<< ++/Length 545 0 R ++/Filter /FlateDecode ++>> ++stream ++x]Mk09nƏ ++"C?d ++5yPxLf3ynRngJèeYuԑHIr rLv[V=QUQ6ntxRsoV_ڛ1?<^)μvS쓏r]_fR-Yb:ɶWĭ:b%A~wև $=N2Pzt1 *@T),A)HBu> g`E/G=PAKQ]/_~Yȃ_(A? g}!oֺ#'bQ}jl, ++endstream + endobj +-1529 0 obj +-<< /S /GoTo /D (subsubsection.14.10.2.2) >> ++544 0 obj ++<< ++/Type /FontDescriptor ++/FontName /BitstreamVeraSans ++/Flags 4 ++/FontBBox [ -183 -235 1287 928] ++/ItalicAngle 0 ++/Ascent 928 ++/Descent -235 ++/CapHeight 928 ++/StemV 80 ++/StemH 80 ++/FontFile2 546 0 R ++>> + endobj +-1532 0 obj +-(\376\377\000b\000i\000n\000d\000\137\000m\000e\000m\000b\000i\000n\000d) ++545 0 obj ++349 + endobj +-1533 0 obj +-<< /S /GoTo /D (subsubsection.14.10.2.3) >> ++546 0 obj ++<< ++/Length 547 0 R ++/Filter /FlateDecode ++/Length1 7684 ++>> ++stream ++xX{\UU_k9<@*fz"5S3J3(,D{8bdf耚`ό!r q|fČ:6嘉bEF F3?:gn%H1{r||G. d`SBhg^٭i$$^6yG#L'!&DDLEɂBޠ4Vgdz$8&٦Dd "7YISe+Jn5մغ| ) )8d!AH}rgH O ByXX"/1Ej;8up{Zn~1] Ut#8Iݯ~%NqT;ME5FvSHbN"KFv_r8#z`Q|%ރz7f=yz]P2l_%${ɾdr`L}A06+&˓ebŔzJRUDOIr<9_?ߓ=b_?2fXOM|ĥ[h\lBzTzZB\$)‘{YP_?M]7ںgyBj^3kqMcVT6`@Mbb' +&%th)1/74(bC)JX(kgK ++q1,]*:XCDJ8Nܜɓogmx.Ebޤ͗jj6:,v$D̕N҂.PԢԛdocg)7ThlSlҺ'h1rII̭_joCCvv=*lٺήRѵeF*v p]59,0sx[ ++ن[A}>GGBθcsn$??׏9?9_z_<s꾊ED`{ ++ 53N=t"4deꪵ$U>~KzӋ !ˈ#3Bbe뼒;TsZlFmq#=0QWXz U;Ν5bkո8Nd2[T4D&11ӺMYk9*E P; ++RѣjhWmk'?212F ] `ʃ6E~I|]E"(1'/H ++w/!%%QK= ++wIL?,d± te{_+y/z:F?7jjja3:\;eO6! 0J=4k$wȷ&R*wp >^Á7.m-7ZڬWkpN@ơ>Oo\H:?6!1]gRW[IS#]FG-=9,dşW$'-)b3!3X<yjoh}l5w+F3{]El+~x<@;Ab懎(G ++ƹHA_e[L ozNX'nWSE בb5:ǓD:j;ar-7 ++bkGª]f5tׅҲeB1繹b{ŸD^7&"c~D /^ۜAlKOv"ETU-]*a_^ﶶ~aX*AO=2/*(L](De-QmzԖ9[ZKJmFUc%c姄?AQЗkͪ`G@=(LTC ++ #I^NI@XjVDD ƍ=:\-'OpI 02@I9a2 pЩBi&%H_s|E])].^CGJSi!N8̯ ^xEpy3K u$"XY^IK 6`Gma9:R+ϷBR(E"}Xh*2YŠEJ-jw)?Q3)j2`7ݻoTO^{{9AhèX}]Q h`rK=]" w+6U(rx=@ʩXm(fh}H~[ uիY58 <϶=(ctljmm¦څ@`Gy$'8(HJe1F\f4TwtTݦX-f#)?9Q0fD^Mkqv&F i`,Th&ʷ=@GB33Ҝ}*:(V>}[ϟ[ԶN@~b+UL!&B62Upy&譐6lyM?ܼzśؚ4x/1]@_+UT._q F*+/Y :|T[/:zuQSwR}viuiݗ?Y\ŝIy0oL7!:5[҉&sګjD9dOcjT Y+ԆFҗ%Sd>y4$$L'L<:˨'!UU( qt~X24w!sGlE?bȼ`%+%֘YWYl.wz"nbJMa樛.oGC̛&5|uX7;iPM'*Яj dj0.s¥;|5dZ[.bn7:XAԶhml ++:HmYlbMF#dz^3W ;oݺO8έa=s2in?}ۡC۶'oe󯿼ʿ@ٯ=;I`$S@"p)d$ƞEWD#YȽ MQ,e3JV4ѮRޅaJbD4=U1.bG ++DbV)Oܑivƻ ++H adDRWj=x$ ++=r*<\S8b / evZj.kIe.ūw~sl%k,YZ)tƒ S|uo9vq/dG׮}TqN~ɒf1T>Ej.ZB\!.1DV{Cv6kAz*5፮QG4za6@ @nkHO#=XMa.M42OMjU[ʄMt-Dy+LmSa_^Qnxux ++|oQ"n&Vr~=H8*#Q yB°*(l' zI\$ ++(zC^>q.:Ñ ߷n4,YJMGRq@nd?>#~j("NbLb#TΦ2]uKER@ ++Q\f!WpD*NR8R$ ++)L617-,Zw.%ɫ ++czj"ߓ0Y(„HSf`SBw g絣ʓN^rqm֐9 \.=XR! ).@գP}0_̡5s1G~_x=#͗t@Kի1Y'yzMH'OY!GH&$_ign/t=iQ:'^X#R2|Z!pOnmEg}$ּWݝ5ܧ2w-tb wR~㳦jF9plT&ulWp̕-x_xE\ljleTuKBt0]BЫBPjфH[PV: ҫ(K/tSt:sOz|s:[} 9l;(} ?RjqTC{~N5U5uχLhp5LbWol?.wgO9\L9B5|cu|t_,f,p?rh<Mx?Ns8La'n84r88cr#~0C*P` 99s s).d@P]sx8šo9˅7-ۛ ohkvsevl)r!a+-Ml &ش6 VrXWmf8T ++'UU56XJ*٪CXMUdCEPMVr(/9 WWˍlJs#Ue ++a-D9qvz"k\(dx/Z` ^0<w@A<s; ɞOqfb'  3A6G8ﵲxqv'X3aL5Q: 9Frqp6~ vf!!6 !ndn4!epdFlF_X@RKʅ}loNH @B `xqb~moxO.ĘtsLpa!2"0RqR lx*`]a``633m ++#tx)D("ʭL ++VҤm/qΑ ++endstream + endobj +-1536 0 obj +-(\376\377\000f\000i\000r\000s\000t\000t\000o\000u\000c\000h\000\137\000m\000e\000m\000b\000i\000n\000d) ++547 0 obj ++5732 + endobj +-1537 0 obj +-<< /S /GoTo /D (subsubsection.14.10.2.4) >> ++538 0 obj << ++/D [536 0 R /XYZ 90 757.935 null] ++>> endobj ++535 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> ++/XObject << /Im5 511 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++550 0 obj << ++/Length 324 ++/Filter /FlateDecode ++>> ++stream ++xڝQMO@ﯘc{躳]EboȡM{ۅ4a̛ !x8jl;cٌlQ๷ ++uHȍD(e"]sPsG"8ʮN$K1O4F$/mUn?>=זq l+5 6g+É=옖*-{ekkͬ6ܠ@\1\ygaR;XL#VCABkNP!xTc,N"H8pYoñWT`Tx'BO 5Z$mG7aiVbHMVjqQf9endstream + endobj +-1540 0 obj +-(\376\377\000g\000e\000t\000\137\000a\000r\000e\000a\000\137\000m\000e\000m\000b\000i\000n\000d) ++549 0 obj << ++/Type /Page ++/Contents 550 0 R ++/Resources 548 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 508 0 R ++>> endobj ++534 0 obj << ++/Type /XObject ++/Subtype /Form ++/FormType 1 ++/PTEX.FileName (./ppc64-full-with-smt.pdf) ++/PTEX.PageNumber 1 ++/PTEX.InfoDict 552 0 R ++/Matrix [1 0 0 1 0 0] ++/BBox [0 0 910 1350] ++/Resources << ++/ExtGState << ++/a0 << ++/CA 1 ++/ca 1 ++>> ++>>/Font << /f-0-0 553 0 R>> ++>> ++/Length 554 0 R ++/Filter /FlateDecode ++>> ++stream ++xAo6+hDQE=jkKJw,9Ҽ8|'ۗS}w/o~vC]Nw_}7ҫoOƁ>=?Ys:}|oǗ}K;gWa;Q=Oe'-'+eڜEOV cg=^Żk_ܞOdм ݳ5m3e{ר^@t,WS0tC%Xb9"h&#t3)~!ِ2!]a݆?D ++ŻI8~7?^,M޴\ItiN'%_ 6*hjJ.\uT& T-, jF:E Izb]b=c!cy"sT&D]'Djͳ n^*6<ΐ(ΐ}gq28v먰\7d5Xf[v ++ځW u{^k0s3w&D]'D̕6y}ϳ? 4ϳy:[#s<{ ++zΣssޔ^a-rb ^b}i5B5D~ 4c,&uRuRZUΈH< UtooޙC TAp}@@% :?ʩ ++endstream + endobj +-1541 0 obj +-<< /S /GoTo /D (subsubsection.14.10.2.5) >> ++552 0 obj ++<< ++/Creator (cairo 1.8.10 \(http://cairographics.org\)) ++/Producer (cairo 1.8.10 \(http://cairographics.org\)) ++>> + endobj +-1544 0 obj +-(\376\377\000g\000e\000t\000\137\000p\000r\000o\000c\000\137\000m\000e\000m\000b\000i\000n\000d) ++553 0 obj ++<< ++/Type /Font ++/Subtype /Type0 ++/BaseFont /BitstreamVeraSans ++/Encoding /Identity-H ++/DescendantFonts [ 555 0 R] ++/ToUnicode 556 0 R ++>> + endobj +-1545 0 obj +-<< /S /GoTo /D (subsubsection.14.10.2.6) >> ++554 0 obj ++2234 + endobj +-1548 0 obj +-(\376\377\000g\000e\000t\000\137\000t\000h\000i\000s\000p\000r\000o\000c\000\137\000m\000e\000m\000b\000i\000n\000d) ++555 0 obj ++<< ++/Type /Font ++/Subtype /CIDFontType2 ++/BaseFont /BitstreamVeraSans ++/CIDSystemInfo << ++/Registry (Adobe) ++/Ordering (Identity) ++/Supplement 0 ++>> ++/FontDescriptor 557 0 R ++/W [ 0 [ 600 862 612 549 633 277 633 615 317 390 636 636 636 774 686 390 748 731 684 611 634 837 636 634 579 392 557 636 636 636 655 698 411 603 636 636 636]] ++>> + endobj +-1549 0 obj +-<< /S /GoTo /D (subsubsection.14.10.2.7) >> ++556 0 obj ++<< ++/Length 558 0 R ++/Filter /FlateDecode ++>> ++stream ++x]j0>Eb$̀eE/49N%:y)TP<9O|v*w?VzZ7$: .JLivNҐܖƳ매DoN=&B[򃻈SWuh$,ka^I1yw!>]H;yI#2|.TYjQr_\Hzx\Y:TJiP: ++TC$ Fܯ)qw9 51,~fO_b?~~Wv ++rb?O ?]؏k/G?=a2? [?oq1x}Xqmyx&-і ++endstream + endobj +-1552 0 obj +-(\376\377\000g\000e\000t\000\137\000t\000h\000i\000s\000t\000h\000r\000e\000a\000d\000\137\000m\000e\000m\000b\000i\000n\000d) ++557 0 obj ++<< ++/Type /FontDescriptor ++/FontName /BitstreamVeraSans ++/Flags 4 ++/FontBBox [ -183 -235 1287 928] ++/ItalicAngle 0 ++/Ascent 928 ++/Descent -235 ++/CapHeight 928 ++/StemV 80 ++/StemH 80 ++/FontFile2 559 0 R ++>> + endobj +-1553 0 obj +-<< /S /GoTo /D (subsubsection.14.10.2.8) >> ++558 0 obj ++377 + endobj +-1556 0 obj +-(\376\377\000i\000n\000t\000e\000r\000l\000e\000a\000v\000e\000\137\000m\000e\000m\000b\000i\000n\000d) ++559 0 obj ++<< ++/Length 560 0 R ++/Filter /FlateDecode ++/Length1 8976 ++>> ++stream ++xx}\UUg}}˽^D|A59Zh/#Fj ǒ53ԔqRiSQlBas~>{؜s9^뻾kJ1B$ri쇽˞Rt !Np;v+v~cxӦLʾsG`_4x7mK/pwz~ /7b椗s,ܾwxiD 9\a;PZDL="ݣ:V {ͅzBcrS>ŗ#0]^08jh9m) |yPX,/6DjPXt=i?_DWAd|OO}JBc{v izVע2Q mWŮb> $8p.U["!wul2D!¬G?Иd:ih=yzKP2lɁ%G%{ɾ ' D|̨LO73:ӗ4S-.-YLhJt 1 ˓͊zrѹBO011ĦYhlL|ZT_ZINOSS„.fuUՀ#ֶޣ[riRs'}y qD=9>1[n$$mWm$.RD"2C"V"e ԧWFwnY0BjWPXG7D_J4ܔɓdn \Embޤg^MJGS >D!bd'g z*[*z1;YʝFE4*6t,#ȁf'1j?IaGs-h-쭛dV}c|>Ϋ^R"'GFu"kL[Q{>gs}h:#*Yz}CI/8@Oך8/YTEu]N\$7GT_[oSVm#mUnC9td` F!4(e[RTO:t01źu] ,:KҏC; Z"k!-85s/;MlB*a粊j0ᙣz׹ M 4>/֬?oj{!_3y""A[2DB ?E5~D,$,vҫ8ێ@{$8x!_x`yٺ:^iq232<AQE2 u^ K5-zˊP9.cr6@(SX?U9|o)g谖{ļUC-.qaNDHD&1qu$(Aw(k fcǴ$MDvM6F?;|}(ef(ut1l ++*v"bb\iNd%bR\صsnGuI%:,\eD]:& coPgΞ={>3?6|#HqQv;lDC;t"nj({CsPVrƖJ+ܡNw| v^JDs=Mu;4w׼CfDa}gwRtO$㩇:/&>!Msx1_BYP7&1әGOUwl7F}1:5/~#ղ]rDGr;ymW ++9d s2pl[}2KnG n4Z=joie/`"H+4"aK7'`ï6>PyVn ++~hj-4}ΤoYsG? *1>tD!@eEW1P;9m}*`*- }6}pǼ:>ھiv~&+-]Ǎ\l'ozC8zxʥB?ٹ|=Ov݁2Ko DVqE:οp%45 rl-!)=r}*+(V!&lڶ﷞zk͚ݻ׬y  ++ٸ;{Dux  TH("dzXiCCvE#^lRii-Dž~ZkRPbFh2bi{u(|F MlZ ZOkb88MqӃSio)ڟoʿu?AFtz,P'-|R|O&YAzKUEHT;nW>A~+6nڄ6ݣz~=~Y&??v4ANjx1|LW*T ~f`1 ++Gdzıվ.L:`drZN{L'jB1joղoYO>(--* Ig0ށ.[5t( ++] $$!GrnP 62I0"uKidRq9[%^o .4]I? LSZ|ZۺOxTdoNi+Ķ^D}{}6cmaxq`ض,jүRSmcsA{5Fb~_PTr|K}Qݶb/i .Ys!'yRxψ?`"%4J'˙r!VkLiTj,l-g@5s3Q25'P%hœ~]r0v$4.i 5"H:dN׈FHaz<9XJYR7_H\<՝n-WlKnY cacE826+{8b,a+ G#awu}q<:>uS؎ؾa$ō-TzvO;?=ҧ_{zUڈ-[aVS3y|{i?ڶ:N:ŅJ\d"0)i ǔWM1zWS ++'ZZRK ++gXj%y#ek ++TMvoÄ%Fv}+_Lo[-I]#6@مx~0N;=ہN#{L!B*D TX']/!=* a ++s-XnA 8 Z)3dCrxYNY&'8bdCHj|.c48~ߞɴg3>u4ׄ[]#ƍk7U$| )Zd0"%$ʚ2;6VD 6Md$ko7krV4/bID}WWhXKc@KA[geS\g#G4.JVMenM N-~lxm SKߘ8 V޹s];ťmK޽Zdڵ ++'*+6W,ܹ +++cN|yƗ%'餗/~ !Y PܓXף6OڬWF#^ 󴅄`-`v0ąFeM#U|LtgcOP$KBWۅ7I-A1T%K&;t49&D"OUbxijbGSavaˀ K%G7 ++GA\\YD~-)!;H>bH/<=YR,|~nQCt #o( %iUK~$K`P*[gq|CQB8dteuD ++pdT%XE. m֒ 9l.cPRn"% ++uCꑯ~]'f=1K>jsBrl$+ԗ.(4q<~A^Z2 'H% +++b?ȍeԹ~$gaI$9-5Zh~Xc?WV9z?o]֖9Vtq{?uEr.3Fou:`f8`h4v1ai<80A 5lb ++O)p~p?|oʡ_{pnCc3| M18\OkصrG+f.så.8|e./s_b!]x- ]<]g89-j=389\n85>pq/G9|)P]g><̪8|xp<0|X(h~8r>/޵wlo6B 9a6a6 ۞,5JpؼɄUl2 N16TX'TXMa}Pn2TVZغNWJWfVgBu?+%u?rE7Ênð|-2VQ Eh"?,UUK+l ++,PȡC sXdCh+sxL0s8 yb3n\8o}@6cL0m!LśS8dsxd@V3L0xrxø67aNi0P$L#acV6,2Ǭ0 rRaGfx8~!!kfm! }8dpz7Ct+e4#KBzz )=,C#$w7d3t7Bz ++]%:YR6tN~HA?0$!od!7BX1!C=}6o3xPO6Dtsp5C@p⍓CD690'889r 6 ++ B )9mS9td;H C= !ʄ@@8*tMG_ E/ ++endstream + endobj +-1557 0 obj +-<< /S /GoTo /D (subsubsection.14.10.2.9) >> ++560 0 obj ++6698 + endobj +-1560 0 obj +-(\376\377\000m\000i\000g\000r\000a\000t\000e\000\137\000m\000e\000m\000b\000i\000n\000d) ++551 0 obj << ++/D [549 0 R /XYZ 90 757.935 null] ++>> endobj ++548 0 obj << ++/Font << /F28 362 0 R >> ++/XObject << /Im6 534 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++563 0 obj << ++/Length 1876 ++/Filter /FlateDecode ++>> ++stream ++xڭk~pAZ>\>[ZaPJbBrYJޙY<ѭwgfg=|F̒0\ѕ$X`+O7Ru)Ibw!ܑ)SWi"pyԊ;_/IIVs\!Qΐ$3#Ysu`'f*fskB&UlT`zBԅ;`~ӆ@ vN,3`e ++m\{)L7i07omܣQEߞp[wd>>Τq528,;d0 Zi.`&jMh^`Fa4+B!roO_ - 5 ڂ x6mئ%Q[^eQB OȎĬ"0300l8$98`l]F?B(Zr$Sg0B?K)8Bn. n|Sq!@*e>`1QmUdϕaI![2O_ lm5Uψ I*t}HnX{ .[x(i8SZDl >PhHAtfHD=)5[[*RqjL]pkDIU)N$sEe<4=7Zמj, lLm1X"?.e/ne[BVV D 't8ZKZiPm ( $i;#NIÿVȔn$vw]RU͡EC.̭ˍvY=$-/Vl,z8~ B ++c4(?-5ז? AqEɚ`2v}*[ļ$L6[k1DzQ54rjφpejp:<^n4p8cs^x#}bsUT@ޭvǮ؆j@yc, '2KOg U ,#P+}&SˆvY(M1< ?atc)@{ rDҩE@Kc_ݔq5?@ՌpPe]:ynA!dNp hJV կkxENP͢)q{]V5;^i炴 )ʕȓL|Iߒ[ҤF`mePZl ϙ̶u1(H-{뵱QfH6>۸d8B C`hT]ݪk,` ++pId=ԫ=WH30kK@JQLZ&+<:Zٜ{# o% `ٸe:,Ca 45!#P_2gsQH:;^i8kendstream ++endobj ++568 0 obj << ++/Type /Page ++/Contents 569 0 R ++/Resources 567 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 508 0 R ++>> endobj ++570 0 obj << ++/D [568 0 R /XYZ 90 757.935 null] ++>> endobj ++567 0 obj << ++/Font << /F28 362 0 R /F44 478 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++573 0 obj << ++/Length 1648 ++/Filter /FlateDecode ++>> ++stream ++xڭko6QtUm耤Nyl}h ++i[$z$w,Z[X^Mut;TTExEîf `c~@p,>z_ù^FHN 2ڦp(d.9lE(=`Y$H@$rsNؠ p>ˁ*HJ7D!0Iv#,/3p;d3+iR% Vs\s caRF_O>dse?_F@ g,VD۫*Nۨ# lV>,sԛŬlsL=^|S.`\KUzQKcyI}=Gendstream + endobj +-1564 0 obj +-(\376\377\000n\000e\000x\000t\000t\000o\000u\000c\000h\000\137\000m\000e\000m\000b\000i\000n\000d) ++572 0 obj << ++/Type /Page ++/Contents 573 0 R ++/Resources 571 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 575 0 R ++>> endobj ++574 0 obj << ++/D [572 0 R /XYZ 90 757.935 null] ++>> endobj ++571 0 obj << ++/Font << /F28 362 0 R /F44 478 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++578 0 obj << ++/Length 2242 ++/Filter /FlateDecode ++>> ++stream ++xڥYIw6WK3wfe&2v)΁MB݌I"P6y:KPU_mP|8(Xr6XӮ djo^9 \%,G/cnylNfiY'u?w$P¿ /Wxc$TWѸt=XSR䂆ſsukc9o>͎E->;%^F\kJW/Nx%ggn$/Y_4!s _,EFd+2OɤI\),WoJ^d_hy |OL3 mQE}|mZj}+7ap\2.2`:9˾|?y wl0frnӫY8ھ|}2ݘ{.~:-iw9tGQR:ry~ P>sx)[;At}!fZ8qϙxcdr' Qe㽠5Q8%}[nn.n`=D-UiQj/Sx8by11 旍 =9`͛FvL]Ȫj(0;%k;>2cͱY ++D1˒A4+,)+0t!?&$@(V4 iŔ@U?W#mm}r-.\%A}oBSKt @e$E0vK|0| $ J)KF $1@TRJW6i/:uCA IwdO#62 tzQ-D=+x!Nj ,J,cZ;).H]ZسdkGhJUTM$mE<#]lp8 aߝnBQ~ tq|ph!-/#$B$ƓzWW\lP=6Ц9SB F>!#I qKmS VN87ܗzp+[kX'ue'qi T/96@|9095j9M^:?!,hN]hJUFō77r u8׊rϵ2YN, 2-f$p0e[:H> ++577 0 obj << ++/Type /Page ++/Contents 578 0 R ++/Resources 576 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 575 0 R ++/Annots [ 581 0 R 582 0 R 584 0 R 585 0 R 586 0 R 587 0 R ] ++>> endobj ++581 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[0 1 1] ++/Rect [284.967 386.381 579.861 397.285] ++/Subtype/Link/A<> ++>> endobj ++582 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[0 1 1] ++/Rect [273.171 374.426 490.357 385.33] ++/Subtype/Link/A<> ++>> endobj ++584 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[0 1 1] ++/Rect [298.556 194.506 569.54 205.409] ++/Subtype/Link/A<> ++>> endobj ++585 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[0 1 1] ++/Rect [318.809 182.55 547.95 193.454] ++/Subtype/Link/A<> ++>> endobj ++586 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[0 1 1] ++/Rect [92.321 129.06 291.574 139.964] ++/Subtype/Link/A<> ++>> endobj ++587 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[0 1 1] ++/Rect [92.321 117.105 299.323 128.009] ++/Subtype/Link/A<> ++>> endobj ++579 0 obj << ++/D [577 0 R /XYZ 90 757.935 null] ++>> endobj ++580 0 obj << ++/D [577 0 R /XYZ 90 453.72 null] ++>> endobj ++26 0 obj << ++/D [577 0 R /XYZ 90 443.084 null] ++>> endobj ++583 0 obj << ++/D [577 0 R /XYZ 90 280.398 null] ++>> endobj ++30 0 obj << ++/D [577 0 R /XYZ 90 249.984 null] ++>> endobj ++591 0 obj << ++/D [577 0 R /XYZ 90 94.191 null] ++>> endobj ++576 0 obj << ++/Font << /F28 362 0 R /F44 478 0 R /F22 352 0 R /F14 590 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++594 0 obj << ++/Length 2690 ++/Filter /FlateDecode ++>> ++stream ++xڝZY6~_}Z䑷&xd\іH<n$xA[@@_а?J*V1IZwt?1KyO7[kڼg|l#fjw`JDßtua~D Ɣ4]$v|{wn 3/`~NĬ"L!# bk(]Pyo#17j=eEU1yLE?]EXmFOF#"Eҭ2}|bxFX' Li<%MVC3R$ ++ӗ<7 `~`[UYDDhWG^V˰jW*tr#۷ W묞Ӎ:nn@n4[\?]Qf4SiD.us< auz>`QUvũhtcC:e-MX!@kM>Rɲ~=}Y?sSV_]>{8EBhH幩XW,|9]9 YB5Zz CNCa:P ++G$ξ kmGmel!nr<`yꋝhM[[18P\Nsf ڥJ *H)߰uY`2Il"+)1k;˲x ++FGF>vQA`golr ɼiuEERh%[3r3.`<7m~~/ h>eU'f208}ٌuvOZ-$ACID/[s#B*sKn7`ٞS;O "̊,l'IBm@Bh96qo=D%OΧ*!1:'.sa%뵮։s_N7Ku}v:YZSIb6|֙md ˁ-`2炖 DaLhBxe{5i4/ #U4X&+`|}gf Czh z^LTLue#:8TD$(<\f~sSW/ ,XPHS+ޝi-q˲{e\'>yg,7bø\csWEbcs"^CBz1Z=gSl(8pX /@WZi뾅6L.ɸ5W {mZrΚ/  aĠCe$$DoD4I=@; ~bg6b<љr5cEO_!VW&+k1JId" q $&$2x(H̢i!߿]T,3x}p4Wf68^H*_tN1wBp: w0Q#to0b|Åuن]H×^~dziPLxc2ՅXo{OhCW ++1:' P.]xC›mg`IeOq{xf=ՒQ%.* <xh!5v cZA;=o&(=rC02`\y]w_;sI)svotfg^߾/:XA\5G%atЬvjaQ0H3~R ,nu{Osh~#YJl@yqu _0 &- ^1Lm#| iRUw-q7>LXren{uj?&9x {/*ṯcutXG<3ڱSN 㙂 j ++f<@|ɴC׆ 9, eg2r ++\2 9Qvo:ƅ<;o:Tv$hCȎg ++=v$ GGҷԸKFD$hez7}cq xt,Q> endobj ++596 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [286.003 432.175 359.945 443.079] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_ga1) >> ++>> endobj ++597 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [250.399 372.886 317.148 383.79] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga0) >> ++>> endobj ++598 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [148.779 317.42 215.528 328.324] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga0) >> ++>> endobj ++599 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [353.42 285.865 420.169 296.768] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga0) >> ++>> endobj ++595 0 obj << ++/D [593 0 R /XYZ 90 757.935 null] ++>> endobj ++34 0 obj << ++/D [593 0 R /XYZ 90 739.935 null] ++>> endobj ++592 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 467 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++605 0 obj << ++/Length 1581 ++/Filter /FlateDecode ++>> ++stream ++xڝWK6W(J-M&HqOI%V#)eˏ$<ǧ%2K!v¦k;hboI1-2x,>]ԟ";,M('l=2:(;EgD轩TG<0y8]" M>}a{7a(,e9NDy;8$lJ =Bƌ`{ɓm4d46h5`'Q֏ř(nxnIp9K.TZlyoFmqɣ~z艃GfnMtwt3 8D;CZw}:^M"ꪏgsKШ *.ϙy 0ǥ^lwu{$*lzqKw7hQZ@Nwu`h$`tK{4tu|B&d J9dx%˰һ~s ++%5^6NDi^v!`tgcJSr^Bq DQW,ke(F2d<.|֧#{>fZK ++c.Ƅ0pwͷ`!بLpbשNCI)=誝:䑯Fyl~1QѰ֝ME]35 nKe:kY\ . gAOˣ鴲aW?O#LaAb ?4k1F@tְJbhB 9?'ޑ> rH;fЂ6GRMTNׁ'δf} XףY N]( \jagITP6q#c9l%*!"yIDV0@S,gysbsEqR@$1CqF?:yʽ4i>s{v$7VV- u>OJuDZAV#qGbPZSڻJjG'7w?*4ӄ_(ye jCS64y5j߇BoY]mmrTg%JQR&Cba#\FaT"u "L ֝]<m ++}5a1XpG< @g?gm\[If)By Ђ76GH˰<xC :?endstream + endobj +-1569 0 obj +-<< /S /GoTo /D (subsubsection.14.10.2.12) >> ++604 0 obj << ++/Type /Page ++/Contents 605 0 R ++/Resources 603 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 575 0 R ++>> endobj ++606 0 obj << ++/D [604 0 R /XYZ 90 757.935 null] ++>> endobj ++603 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++609 0 obj << ++/Length 405 ++/Filter /FlateDecode ++>> ++stream ++xڝR=o0+nt;;vb.-6[!%) kd<};t":ViY4vps6 FAs ++7$$N"bwv^5^yrEQ+\&49ٰ/53a(`dd-X"U읽sxr9hLY&M&A,֞؀ 8 2 W)j'\ZT9BKJ7KXR^ȗ[r\x15: ~Qnw׬+L ++]$%&)zEЉǬ eΟTiҞ JպjmUJ $VACB/DR:\SєiMD^i\l^D:!Ш=̪,L endstream + endobj +-1572 0 obj +-(\376\377\000s\000e\000t\000\137\000a\000r\000e\000a\000\137\000m\000e\000m\000b\000i\000n\000d) ++608 0 obj << ++/Type /Page ++/Contents 609 0 R ++/Resources 607 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 575 0 R ++>> endobj ++602 0 obj << ++/Type /XObject ++/Subtype /Form ++/FormType 1 ++/PTEX.FileName (./diagram.pdf) ++/PTEX.PageNumber 1 ++/PTEX.InfoDict 612 0 R ++/Matrix [1 0 0 1 0 0] ++/BBox [0 0 670 688] ++/Resources << ++/ProcSet [ /PDF /Text ] ++/ExtGState << ++/R4 613 0 R ++>>/Font << /R10 614 0 R >> ++>> ++/Length 615 0 R ++/Filter /FlateDecode ++>> ++stream ++x]ͯ$qbn NɃ.1_ !'i镴8*U&9=;3:Wb$<ӌ_֧_ïOvZ_OIY&ONEל'mc'唚99j)g@ZܤS7(:,m PlO 0Yw"ug_)ZP q,";aR߈+=<Z夒韗o@̤Oo#qCpz>}O/~7QR1A O?><w?{9O?w~siO7oO>enA]ƽ$8 ++"Yk`-inӒ ՚USiD*ڶ0L:e%(r 2%Q6Z> ++dU f0zvi.~xʬ* 3Wx{z髟?ngX黗ߟaguʋ$U(X'ϰM&.FsnD5?ܔFR4ϋ٢lE3(|iaS TaK`;/_ L{D7Ւ}~ݴtYei/rhQNϧ?9zo 0'[Lr&D59 Zb@7HF^MTϰYtLA|"Dap"Ii랳Bjpo20`[iCY$mnDja^ ++* P[&k՛;" l剴̩'jA=ƽcWtmIYoq Y(e-VŤ &XQW4ESE3jA]ƝCgt*<_ՙ) ,pnx<Q 1@G> Vc#.mvkk~Zuq/#\eD+`5%B,h$P ++$u/m3]gQ$ S+IBF)l{fw&Vy&3]wgQ$ѡCfңy,ksSvJh.]+ jw ++- 4w5ĶW̥0* ++s ^ 7=sT^GK#@TU,*"H0 F/5`S"2L3D(7Hw,HH1(”U$ٹdٹY%|D*Ew?}|iDηW"ɻ U Bk*JP(.޶8W-(Vz[ wq/.2o+ԷRYxKw&'8狮&;HɪPU4nPTRwku݅pTE" T_EȸEV TUIA踤*(] F%\"ыRET wq/2"= ++Hi↾\I)lEUqD$F3]gQEbWղqD'Q+335?I-øL: ++*җIQ])lEobzd"21G-öu<¼3QĂsE)_͕Y:YDjLsK{ag'с!*6Ye:/4J-qG$&&v6mʴ@ļslL¸cx/Ϙ,E>xLAiNJ/E&`҄zC򜙾H`gˍcU!.G3 5UD%JCpOpSK&: ++^"|qg@Cj(Қ94z\m0!NFD=2, 6Fp@x/ټEZ Z΢/*8m`e37zmگ'] uĶdyQz*a6=R_2eQ :6CQ?5(W֐+[!zvulA獬w`v Ft`x`LyT$ SsY畚ux \+VsNecr7\K@ɦ*DarԌcrL)GM\čO+;K,m?|L{Rd'Lq!s!Fn8ra2Ժ.j3%pHNᄅ!'BXr]ϹEC}ݯOZѫt2ne$٦s`XZTR3!nb ++ʥX*}OŀՠbBfPU- ++!Ȇ[uķd[|:֜* ZvL@%嬠CX0M rdyOK2PV"NPcxR1I.(dI;0خ ++NzXcRm ++̵s$C IV]d܋ˢI>zx}k%\Uuʄtk\Cax\k%rs$kت UvQUfhU}GHf|d?P8+rɺab#d ۅ]QUS9T-@6B̗+ƳKJA(hA!NNUD:P?;*P Y||KUWVni0hAp(mXq9U AZbqh.eI,L0fPga8zP];:Q[9yty@G(q8/c7IPeDdvlC QR6A/q*C.X:x@LŷM#3I>6TRpB\Тbz`ʈ=v7byLuȸe@oZ!VKHLgߎEֳ@znAp(ۚA78%_J w=39mc `}{YD]{ZQǀ޸cGʞxv=3Ѧ-q_d= Tt1׊݈q{]5[ٳW0UK{~q;&H :d ׊lx9&oVC!͖"3Qtg:I9)|0%qC!Mp' ++_32nssIy|S}W#@.(/szVMO=Pۛ+\x}7g;+CR:}ПaiφU7M*2cTwdsad#YCyBڥ;c]<xzz2~mc+`Cr6@ՍЂtqZCmu|r5YVruByxSw ++[silVjbVeigNuk*#`1ZҦӟr&IKnMo7b;Fhv ߎ4:XݢirlUVy4[/l;=Kr6.:!mJBgrӅHqEuha‚{eB%![&M웧-endstream + endobj +-1573 0 obj +-<< /S /GoTo /D (subsubsection.14.10.2.13) >> ++612 0 obj ++<< ++/Producer (GNU Ghostscript 7.07) ++>> + endobj +-1576 0 obj +-(\376\377\000s\000e\000t\000\137\000p\000r\000o\000c\000\137\000m\000e\000m\000b\000i\000n\000d) ++613 0 obj ++<< ++/Type /ExtGState ++/Name /R4 ++/TR /Identity ++/OPM 1 ++/SM 0.02 ++>> + endobj +-1577 0 obj +-<< /S /GoTo /D (subsubsection.14.10.2.14) >> ++614 0 obj ++<< ++/Subtype /Type1 ++/BaseFont /WHCDFZ#2BTimes-Roman-iso ++/Type /Font ++/Name /R10 ++/FontDescriptor 616 0 R ++/FirstChar 32 ++/LastChar 255 ++/Widths [ 250 333 408 500 500 833 778 333 333 333 500 564 250 564 250 278 500 500 500 500 500 500 500 500 500 500 278 278 564 564 564 444 921 722 662 667 718 611 556 722 715 329 389 700 611 883 722 722 552 722 662 556 611 722 722 944 722 722 611 333 278 333 469 500 333 444 500 444 500 444 333 500 500 278 278 500 278 778 500 500 500 500 344 389 278 500 500 722 500 500 444 480 200 480 541 1000 333 333 333 333 333 333 333 333 333 333 333 333 333 1000 1000 1000 278 1000 1000 1000 1000 1000 1000 1000 722 889 1000 1000 1000 1000 1000 1000 250 333 500 500 500 500 200 500 333 760 276 500 564 333 760 333 400 564 300 300 333 500 453 250 333 300 310 500 750 750 750 444 722 722 722 722 722 722 889 667 611 611 611 611 333 333 333 333 722 722 722 722 722 722 722 564 722 722 722 722 722 722 556 500 444 444 444 444 444 444 667 444 444 444 444 444 278 278 278 278 500 500 500 500 500 500 500 564 500 500 500 500 500 500 500 500] ++>> + endobj +-1580 0 obj +-(\376\377\000s\000e\000t\000\137\000t\000h\000i\000s\000p\000r\000o\000c\000\137\000m\000e\000m\000b\000i\000n\000d) ++615 0 obj ++5681 + endobj +-1581 0 obj +-<< /S /GoTo /D (subsubsection.14.10.2.15) >> ++616 0 obj ++<< ++/Type /FontDescriptor ++/FontName /WHCDFZ#2BTimes-Roman-iso ++/FontBBox [ -168 -281 1031 1098] ++/Flags 4 ++/Ascent 1098 ++/CapHeight 1098 ++/Descent -281 ++/ItalicAngle 0 ++/StemV 154 ++/MissingWidth 1000 ++/CharSet (/space/minus/period/zero/one/two/three/four/equal/C/M/P/S/U/bracketleft/bracketright/underscore/a/b/c/d/e/f/g/h/i/k/l/n/o/p/r/s/t/u/v/x/y) ++/FontFile3 617 0 R ++>> + endobj +-1584 0 obj +-(\376\377\000s\000e\000t\000\137\000t\000h\000i\000s\000t\000h\000r\000e\000a\000d\000\137\000m\000e\000m\000b\000i\000n\000d) ++617 0 obj ++<< ++/Subtype /Type1C ++/Filter /FlateDecode ++/Length 618 0 R ++>> ++stream ++xeWiXS1${[[i*6mz*zlV-2 R@ !! IH´B00CDDEXVtVi=mO^ k`0E3vUX*Z.&V䞥5&װ淼BrKtE`_ +++4bQjY?Y(8A0K, *D ++eٛAnD|D hYda',*I"LK ++\%x3/6 )L[,E,gkId~P$&% =RqvF_,}bae ++!pH)I+f\+ORSB3EY*$)p ~M-a5c`X, `l)va},ۍ>6`QX4b l3.ۆ-x/2 a^cc|{y,3ykW/`=fg[rbӹz;>G/x/~ǻoCO!(3A(DvX,T ++k]jr(%\a=Y`"6Ug71"qA39zB~<ǡ-Vg3Go5[NwMuK.ryƵi<ͬ'_Tثm5@tWb p`!C.`4>Zęvn>%!$Oٔc p@ %=xqKiFl̥O 5&Y= b#NQV8{B?z04T+FM p;[.{P-:̏I5yro{ &1s&g6C"7ApSA4Qq81[J咥,*6u+qX q&2mJ+pT6;Ϊc]3u=d"zţ-D 7EkS/˫(և%ܛt!ǯyrM\z8h$הC"s)>y /(Ӧhx*8Ze:̧q[Qs ++_Cשn@s. 7dԨ3M2 "B ̝/?:s(3V?F 9 G*mUԐ:">Bdo䎽5@́5o Ă4n- nD4'G|I?hIՑ;%o^ڀݤnjHYEƩ9 ++6h1JhQA#͖Wh>n#BЋ;[y ?[KR"\rЩ;gRŌt(|HF| p&@8$.j-WtmԓŷDC Ň+!xF㻗6ʣ85^+.wn |#M+(!]Pz"ؗ[LF^}Fƶ{d5u  A.9]xXw t>hB#hhNg(1>@hYP \CW:=G6t)}1W ݁Fi^l Ty>r8В pVAO~;4\̩WjMSvb,=` e׺"DWEUW:hw5tIX4s 6v{!ܔ=D;RF2{WPT;~jEykt s4 M5j ՄhEZ{  5an8~QUP]U%;4;K*(]0=mz7AYfs-_YC(lk2kXX9:,G?q.wJyLDR'}JnieUx>C78U]\o)))Lre~"G_JT7d.?(8[sxD.d;JkiY]@L]ts"®u>uW/9}ڬCO8z1!bqe !9'[hRxņLsD.Wafe6;qҜȟMa5?LK\xXA}y#+iR,9Q]b,|I[hX-PEb{1u7~^^*SkR7E S/3}:eGFt4֖:mUmNA&NL.|wnΖ[{Z{d|#:y2Ɉ]m4j,LKLDHЦR%$Mc+pp*\Y19|bx^*ʶ5ֹ ++,ú`wu䧔-뗒q~t /.>x>l.isIfMp ++Fz*'z-~1eA^JA ++Dr(ݧEu:'r|_=V;qO4՜PPBn]HG )r LŦBӛT2Te+*ڇ89ÇSK75Wj[ ++M*tE/;~=U8z p1N33L}Gj *Z苊<ն# rQ~{aiQi[i[Ϸx9:$s쒦juS=\WY])-.*Q>VRSz0zxa 3rfL ++=f?C1IDrYmմ7JXAPm4+,\"ndClb\ /p]S󕃎[k>ũѻqwcѪS0E䀤 _eU@Np||Q+(Ŗ^2F=D޴Ew۸.j-җb0(3%V&Ooj uNG] y}~Ql*PzdI+2.7;+.g3>Z%(Z0SMq}e3[8I:PWQ ++[8OoҾB~ZDj^ױ{[('0öz>;f:%MR8or3>~>fK9f.SGx6\ϓYz43C"= 31[{9O 9h$mJjX ;q4l%8 '/FJGE-epO~QH oRO"#d<{Dctj}-)++mt4Ѥmҥ=:͜%Рqmp U^A |3kMb?> ++618 0 obj ++3822 + endobj +-1588 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000s\000u\000p\000p\000o\000r\000t\000\040\000S\000t\000r\000u\000c\000t\000\040\000R\000e\000f\000e\000r\000e\000n\000c\000e) ++610 0 obj << ++/D [608 0 R /XYZ 90 757.935 null] ++>> endobj ++611 0 obj << ++/D [608 0 R /XYZ 310.75 40.977 null] ++>> endobj ++607 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> ++/XObject << /Im7 602 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++621 0 obj << ++/Length 2020 ++/Filter /FlateDecode ++>> ++stream ++xڝX[6~J]mwMn)z ++h@˴͍$߹QOt`Cj8R/YrSl]V,f'оY$2d_K]+㑦I\{lW<̲]EuwX%EUj*z*]>s>1h,]HmʂUlLJ_83ֆ o=%0xLq6Gb똾_B3;N=UG5K":6FӋ,n'b:#η}`ZHә;fgud\m{ H|6Z)s);`%$-d*u382M}:J ++\jz?l/1*(c>8x* S37mIكk8i\';^_O#Hpyo! s|4čb -da`gΚeZI :Ȳ|v_Daz}:H,=+ %76m@DQr,{g{inD(Uݟ9)\ㆃ. ++4qY*<Pպ#lluU6A;JgZ ‘G^t=a=!"wc&B|w HT)>mdEӇJ](lj_u")jJ,KzMQ ++^z"Bdp ++;ȤI޲9Q32'vp{0-= (OvpZAۋ) Ν=&SI%ԏCZp3%$8:I|WP^@+0.J7ȗ 5x׽eWV@ U\xWK ++H܍1 M}{v$arpg DwWW[O#TN*XRDF]x_| _d|,Q. kM]cAd=}ʲQW'E<ݐ{rGP;AR ,KUjn5(Y9 ŎRXAZ&g(V̝^z┪s~\HC 1PPsF`cPJcCFQMOH;$ eT.;n{>!nh}p:5d_Yd<5@*!UhcQp1h8P-Wv\N4: ]!a]|۹ +)7p I6w ++x- 7}tͼ6 iگUuIOa1D7%ۋ;8tFtRNt zC aendstream ++endobj ++620 0 obj << ++/Type /Page ++/Contents 621 0 R ++/Resources 619 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 575 0 R ++>> endobj ++622 0 obj << ++/D [620 0 R /XYZ 90 757.935 null] ++>> endobj ++623 0 obj << ++/D [620 0 R /XYZ 111.868 658.858 null] ++>> endobj ++38 0 obj << ++/D [620 0 R /XYZ 90 628.967 null] ++>> endobj ++624 0 obj << ++/D [620 0 R /XYZ 303.098 509.264 null] ++>> endobj ++42 0 obj << ++/D [620 0 R /XYZ 90 477.316 null] ++>> endobj ++625 0 obj << ++/D [620 0 R /XYZ 362.127 383.58 null] ++>> endobj ++46 0 obj << ++/D [620 0 R /XYZ 90 351.632 null] ++>> endobj ++626 0 obj << ++/D [620 0 R /XYZ 306.236 204.407 null] ++>> endobj ++50 0 obj << ++/D [620 0 R /XYZ 90 172.459 null] ++>> endobj ++627 0 obj << ++/D [620 0 R /XYZ 367.895 96.348 null] ++>> endobj ++619 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++630 0 obj << ++/Length 3717 ++/Filter /FlateDecode ++>> ++stream ++xڽks9ɗKr؝dd<ۼ"ՎOuuM4Yc'-Ci-S7]]ge[ȒuWUdRS!nykB")&A@Gf[9iWo`RlƇpy5uin=р&DDs~+4t%tlx)DΧ~g eVPgt5*rʪ]:!ۺ`䆾5o~f㾼#;#O,Ļ<2=9;>ίd=gE#`?pȠN b,!-4vl]U}5ylS*Th zdK0??ϟS"s?sJ t}/xsMf`TN]UoPomv${WWϑYr/>éG41X@O^0~bz1{Z*u޴թ*'Ot3zUSn"8* ]~!2EEdNxhvd2a1U$igeVm&di]Y͍sHP N cd+-MkXo+D BКB5ny@-#^㩽6o kZKm \_x Z&t6/\xeú9erdL$BHweC[6ܡ'/m Ɔm@`W>ҭ,[_rY]\z\6;d["lgɶV{=M] ++tbh58"HnNbhqp aԄJ <@/xu"KyMO@X@Zt=U4] 3>?1y qэcU i^WZKiu[{躶:J\abG\-9XI5H Zu8ϒa7 ]nq^%ȀBe"!k7򢉄Hk >6kH7}/" ++\&,RZk8H1 $ |B.GRZ ++%7O"}KD`J\*M&E!cGH8]=2 [܌&0ԳA̳Al7ĭHlϖ$gxlZ϶&14O< [L)GعϦ㐌/ s<"Yφ;=Pk⳥\nj?fU6YrivxpiKs]]_ԫ{[v ++1C~{pŋ{NΣNk{nM{0|`➽lf oJ̫W -ǖtҲaQ6Dsepր3;f KJN@fjcj&h_cGId}q3S~kEE RšXEg8c(慑 ++m,vP*!󌶯kyI* OP(yP.`aYȬ/N͋_uͫцLk]I']=e](ȊEζd/Kfj7 -Cl:4+UF;ЦlJ[olI$1#x7i3e]i g`APo褑 f"bݴf-F Q ıUc4ӄv8Ҏs[aK0t~͗UI kfw ck+>s$ٍtכ7]O4gH\?#ǥͩ{:f'boގJ|XRE.j>Th5X!MKf:io$ȁ"RvJF­ѡIa D7$=, @MZ-kaopO ?1wzhb={{.첍bCmD\Yw?h~.W( T"e09Ǖ=^p>X6ձf eǚERGN>wi=3nfp%ֹwm?NecV=⽛+VQ.K8]KU~@pFfT_8W[gyEniM !<gE9EU3*z^(KdDo ++ET ++GEѺXbAA؄q60ej6o{Jj8C5ku#o1Y״{qC{z., T%xޑΛC>keU;" ~Alނi\,m4\Ƭxe% ajǠނ@HM25v] 7衘$$Lg@o_hl ++( =ཕMjor\iN|xքU׀q9 G#K ϱPR֘X#̖l '!G:sP06LKSZ0U`a4F{ں'Ʒ$@Á˅T5Ʊ^wy_ø% E+\ a XMIlVj$r$c0?1zy<~mM&RvS8Ct$>le9żC@ҜWVfqAE{6˛`tfhLTͳB`v<Fi s\eZևIH^EzD҆>B#ٖ?®Tiy3%\Є=3}Ä ~2LAhW:s!V-#9 ) ++dc39&;ٌ"]T#aᵸ} pdiIA4XQ~W/?9rC؀O 'HKBYX0= ++G\5z,ܼ×Aܳ/|\ePU0?o8 54 tywdw^0_xN'>L>O3_ZZ$(GCZog ?&>ᧈy{MGܕ/ Yq>+o;_:endstream + endobj +-1589 0 obj +-<< /S /GoTo /D (subsection.14.11.1) >> ++629 0 obj << ++/Type /Page ++/Contents 630 0 R ++/Resources 628 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 637 0 R ++/Annots [ 632 0 R 633 0 R 634 0 R 635 0 R 636 0 R ] ++>> endobj ++632 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [479.356 612.694 513.996 623.707] ++/Subtype /Link ++/A << /S /GoTo /D (a00040_ga7) >> ++>> endobj ++633 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [113.91 600.738 194.497 611.642] ++/Subtype /Link ++/A << /S /GoTo /D (a00040_ga7) >> ++>> endobj ++634 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [378.431 533.215 496.089 544.119] ++/Subtype /Link ++/A << /S /GoTo /D (a00040_ga4) >> ++>> endobj ++635 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [344.028 521.26 476.091 532.164] ++/Subtype /Link ++/A << /S /GoTo /D (a00042_ga5) >> ++>> endobj ++636 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [325.873 465.692 457.937 476.705] ++/Subtype /Link ++/A << /S /GoTo /D (a00042_ga5) >> ++>> endobj ++631 0 obj << ++/D [629 0 R /XYZ 90 757.935 null] ++>> endobj ++54 0 obj << ++/D [629 0 R /XYZ 90 739.935 null] ++>> endobj ++628 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++643 0 obj << ++/Length 3615 ++/Filter /FlateDecode ++>> ++stream ++xڝZY7~_1jnާlA'hIQoPX[[cd€G5XXͼ$JTDƻ}/onaz~z,nX׷_6w׷A<*ow:Y@Q#?n~ͻ=`_x*'h{Jgmu˛7`eStS> r{S%_jWԇw,3ctZSLqX쏲X+q;Th`*"ff;M.MCۚNY(TЄlx|\6{u/@$mZڃia_caP?q97ufamǼgT&;n;ΟIK/uD"h_$8ڨQD> SԽiY+ݛ(t&ȭrk;VvYӲ?6#"!LMdt~S#0Hj=5mJ#4(X ͘)EY2e)kWTq1i/3ENf_ye+vHަ,vmZU^$~(; B-No/h4yhZ3ҏu8y)ΖO;`޼NojGLd!צNEv}r4tpok }TZ5jz.;b*A$699尋oM qݺe?wS7Lw6R{2g८uhjby c愧HiN<9z\l'4|%ہb7jC7 Q(#A O]?DnW݀A[9ayý\ΰpreap.oMwjf-6-{ecXW=SS4RnWI֡Yy4nꛢޯ'=\ʋUi,R'[YПD{Yd ++2Ì>8k]f5\emi'l&Jf@Ҁ Hdcjɀx G` Gqofxx ++BhoJ?u_TfD0q>Ky;{+򖰃v_ӳI*됹ЬBFQ+w$Rֶ4\ߋ4f)",h*07(ܶg4 ++FsE#O3ӭڐYx ]@0*`Gk:Xzbl- A4 Fَ^=Gg>>TTәh!uexR ++ ++`򊟷MœtEmH)GBXpG\мاL=ö$/ݰTxՀˠ ++Ob8+a`ĸ.^z)AmTN8ZIhsO/y. ˜l/{[yX\qmӁzqasѽVmJ[,&'"ίdPsEjZ@Tq|m7шgB N#7VܹFm?e rMՠ th ;z ++REMFhSdC< ++{*P0jƹB"}rAH@mm^ )3{dZ\Z ֐KGņ>SD(?Z2@ϖ95ex~/UR:\e ~S?am(+V3{C=ӓĈOc wpJlT;ogecDl#2tоݐji Gu3:VaAX(-!_`X?HSeT-u景t'̭`sP[G<w :10lx$NPª:~+;u4a_*d@kps+ʼnʒH廼 dxyI[~s+m ++ Rf⃠=ۋK({__QIdJ@$XC|ן.1H҉OdX3*gZlGRy- ++mG(0cZ+kv%"9#S6^USR`C-wD2ߡd N]w ++wU0?`wKuWݸGẼOŘg p_l/Ä9&M6E:K7Pdd-ы m`e9:bWfǣld~L%ϓX}xbi&iFJSs0rC)=`Z(6yNN7z4E Q3Kuȗb,D+#\1f84W>Lxst+7T("w@"3N&D; :h o<:fA4*?]Ғ/q۶0ܦ$|Pp9Chٿg.kKX ++m EkTRc[)K yV-F1T+I51ae1p?p L?03B/O(g/:0uBr83F}~qyy ;1Xߐx{LU7Wk?'Jo ++s#G )kJ iVH ++')V'TdcY}mWQ =O{BYc4T0AS~ݼ??zCLJ/ٸNendstream + endobj +-1592 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) ++642 0 obj << ++/Type /Page ++/Contents 643 0 R ++/Resources 641 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 637 0 R ++/Annots [ 645 0 R 646 0 R 647 0 R 648 0 R 649 0 R 650 0 R ] ++>> endobj ++645 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [140.906 212.13 215.407 223.034] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++646 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [315.492 200.175 389.992 211.079] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++647 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [96.736 176.264 171.236 187.168] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++648 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [217.012 164.309 291.512 175.213] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++649 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [329.512 134.73 404.013 145.634] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++650 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [147.215 93.195 221.715 104.099] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++644 0 obj << ++/D [642 0 R /XYZ 90 757.935 null] ++>> endobj ++641 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 467 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++654 0 obj << ++/Length 3147 ++/Filter /FlateDecode ++>> ++stream ++xڝZYF~_a DښJlfr!;&$hRVF/Yd; zTUdȏdYF?gMv,Mz~#~w==ҍ6rtЯ)rlGnw/sY<-)V< ++ִl{ͨ&eYDj`Kԛ,Ǎn;z[>,j-9ge\[ĚɻVU2UV[zy3єa84غy6Ϲ2ɡUufãԜΫVȑ+6Y nf}Wvh, DD>F#2P%-"w""~5ny0t\3 ++Kg M I4cWtFQO ++Q^Mw Rc-ܟxBn:ʌ%@sZXvFzhhv#FX%(JpeSp|ʱ)@K-|ϓɐMbwD1W#ASzJ#Ccap ++}zÇ3uiOVmꎠw7}al]ƌ<1R>)*pi-{mڼ(hͽ">0/ 20b0AFpC%ŐWQK?Fe} iU:fOY+.: J]R1+e2nh/_rmhV+ZAac8(3I{؃#P-/DZh>!OAՇg ⻠:YU3Bfbᄾ ͂$ 7b#,!cB0 R3w(>|qmTR@ Ps(D{ᙈ8tA?V%ֱ#2Czr1 zw^'e '0PHۑ_KRK~JA/##-wR': ++>4~'Lu%-놚YU~B cF]`/':wuSшΜt]KпV]͌00!pb锳xhK3F-J)1K)gقQ x"th=L={)G@[LBO%o|j,jUXU͒F: rSVt10uvW`r6&d ֦g\u] {eͫ^N > Y_mc*(ޮ\X;e ۓYAgQ7\#Cr_O {qt3CجPz0Ӽ;=ch1b8PiEJ3Ik QZBdyU%wx *ШdJ=mPkځ3{ۭjUAFچjcWvנ{ F WԶ(dh}U{2@,5Igh.o{U(Lg߫"wuZ&$6Xr ++RuFWE;|^t=fv8W: }ե{:3[V:@y|` Poo\qn^uhMMաTao@CNnJtĶ<.1?'P dS1̥VwyS̳(qN9zrܥ9֬iFV xC`d|VUq+[|-Љ /6Yvn?@S@D/BoAaN89X.GX<0}jcsIZW:H!nt\qoa=q t-Z88._7{*>ͅWeX1 ΆZv _[8B-n}k@ P9}JW{҆Fv1i'׉`|l46A̴`J$кPlD9:T+Y9|8@TZe (4>$K_󏐧\0~/4Bޚ;t9' ++88^`$Uۣg1,=2PX%LT.:({az ++0λh4r /HQΪ*x׬aOX&fLp1i+ ++yw=cϵ_;E󕏔Ah-9Cr39!;+U*lr]c}Jt|+> ++Gh& :3_7pw5u/)н:z_y=_<-?-endstream + endobj +-1593 0 obj +-<< /S /GoTo /D (subsection.14.11.2) >> ++653 0 obj << ++/Type /Page ++/Contents 654 0 R ++/Resources 652 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 637 0 R ++/Annots [ 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 ] ++>> endobj ++656 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [203.115 727.412 330.637 737.832] ++/Subtype /Link ++/A << /S /GoTo /D (a00039_ga0) >> ++>> endobj ++657 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [340.599 727.412 468.121 737.832] ++/Subtype /Link ++/A << /S /GoTo /D (a00039_ga1) >> ++>> endobj ++658 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [113.91 714.864 259.365 725.768] ++/Subtype /Link ++/A << /S /GoTo /D (a00039_ga2) >> ++>> endobj ++659 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [284.306 714.864 418.503 725.768] ++/Subtype /Link ++/A << /S /GoTo /D (a00039) >> ++>> endobj ++660 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [485.892 654.772 513.996 665.651] ++/Subtype /Link ++/A << /S /GoTo /D (a00041) >> ++>> endobj ++661 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [113.91 642.682 180.863 653.586] ++/Subtype /Link ++/A << /S /GoTo /D (a00041) >> ++>> endobj ++662 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [472.153 582.456 513.996 593.47] ++/Subtype /Link ++/A << /S /GoTo /D (a00040) >> ++>> endobj ++663 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [113.91 570.501 196.351 581.405] ++/Subtype /Link ++/A << /S /GoTo /D (a00040) >> ++>> endobj ++664 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [307.503 558.546 435.025 569.45] ++/Subtype /Link ++/A << /S /GoTo /D (a00039_ga1) >> ++>> endobj ++655 0 obj << ++/D [653 0 R /XYZ 90 757.935 null] ++>> endobj ++665 0 obj << ++/D [653 0 R /XYZ 138.438 205.517 null] ++>> endobj ++58 0 obj << ++/D [653 0 R /XYZ 90 187.705 null] ++>> endobj ++652 0 obj << ++/Font << /F28 362 0 R /F44 478 0 R /F22 352 0 R /F14 590 0 R /F40 467 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++674 0 obj << ++/Length 3613 ++/Filter /FlateDecode ++>> ++stream ++xڝkoa(D4wN?ٱsӳp=+P_y-EI1)u?uzq/g3@:Sz:_.?kFy&=,=zxO`3PDg]E5A[| 0h!3kH@]-Ͳw-QDUIn~|t;e[V۫j׏Yhj_ 3Puh@TL5?EZ EɲA ++ i$~5* '\yIc6ʃ)eifxZVpb)h;nI5W ++ ,[pn5r5 %n¢в"FSY=98h4H ++!zp )`sηEc:+@88H̖< pķD/m7UĞЍC`y˘\VhnqE:[ ++zAҧ7w<1Z3JcGGDKS\_; ++{ hH/ʶ֪aIK%0(hvN ++rŔTuċ#]δL uKIl.1Ϫ$QVp7T4'8Q"AÁ!G9!2y]|XiL#?8JO3#g>\?ቌ?!Op[!걔Z&@j 2 ù~d. ++ ++gpCq`dS) '}O,5]׊Kx"Y8$ O*1y ++B)zF2D%GX' @=B#9s4ÎjYp3KPJzs)l/b` Vi)oXDv4` ++_BJEpus' B/b4cKD1?#q|-y!0y0##x8ZvC@Lna8F .s̻pAS/7uܵ,\(n͘};Ux4.MlYvEFhX=jcu< |T Ix zMϏ(-T.!d$np~?c]ůAp>Jl-(,&BֶT:v4 5wӃM-;Rd&_-͏jx5 &2C^d!SO3ݰҽ@w$B/ĵoW Szupl8DsVM/M{ζZ&ԟV6]T,ȑ{CؓH~tϷ̇DRN~(~7oֽ ѡ >e@EXE1}y?4u(,H " O t4/ AWپGv{+[cΙrƌL'X~Wl,͏-^Pl'D j. l=+A+߸-Jyhg0eɐ3\[@hePCߋ }g U ^hYC |yIݓEU2usp ++*ؓb$۲AZ:l z6,wct[FfB]6@D^ ` v7l"ѾM?u?nȞ48?xp=0PF! RVCtOU磘K/1­JŒhFpMx5('nʼ]49傚 ++A#xI`Tp5'8Zd~}K:*=+IɖfcEh+"ڋBS8AܢJJtV ۼ1~\CTg cRy2]E,xcШ/eCЂէ3hT/5"-a+n LDAJ_JH[vX`@v ƚˍ)웻I/Fz2wSOoqTPnMAL%?fuidQ鍂 4sL m]qk:od0 cTac6y(ūo2X:d8Lyn?`Y~ >}=Gxd{#Hn_zB?ͤOz8 pd[0eF X(/[T%vx"m̉mfnAYFT^(9%ǵiYXJT"ޠJnYu=V?:L^W=uC~,dܟof`w'sN:D[WGbs}Y;lϽf@K6N=Xrnt U+篂H8eE,hC9,+4%tt/_|龗*w2v\B`:+|EN_K)WzU"#I^_EnTHF> ++j8qBl];n2he}˛<QcCͫ?#C=_ LR}r!ϗ> endobj ++675 0 obj << ++/D [673 0 R /XYZ 90 757.935 null] ++>> endobj ++672 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F14 590 0 R /F40 467 0 R /F44 478 0 R /F49 677 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++680 0 obj << ++/Length 2911 ++/Filter /FlateDecode ++>> ++stream ++xڝYF Z=Fk 8N}] `!K㵮#G9Zrg !iwEhF=3g'0=̿^QdGSSmeɣ'-63-TMJ2eJZw+cϱ,pOgf]h_Ȫ`Jr /=q]; ++-JvH 1yZ]ݎ_W4a.nV,{`E$qA N|d*p6QEMN0Yg0O-Ȭjԫi ++)A|0Lf&8F~ -HUytzS 0O$>rp,?,Wlڙ=kZ2.pVАF <24bI=Բ$*fjE frJ>N>|Wc7n^ڸ):h0aCJ, m4hJXȝ&[.fc.J;v+1ӞdZ'yi洢'Db miJRI RpG-"4KT5Ȋ ++ё\_Ol}ЊSՠdq ++IJu_r7G0vaP52>'MZ4ٛ2sRtY`B/S"*m0C@醂7SO@%^N:?~n9)Y@DeT|F>9p͊Z=x>e'K4GkK_ɨS; ++G|]/!Mֻ䥌uHvRLX_/ ++ŰqkrWE߮V :zu*¹HLXw2C^!qG; ZFuHehK 1>UؤX[wlwt|Wi؎ >${ da UYwdȕ~:6KJ#xRq /L|\h+-!?|y o46~X~y}wpnwdUA+COo178O?nAVTOule~EXWg4eE7)Z|{PW}-_OVd9/W #E5b : )kîzC$7ĞJU]{ ^7 ++#s5e{P;<؉+DkYpE")זvT9c[N@穸!o(KB ++A7P8Q,nfp:b+[<>>PϦ5^f&9ѳZL$2!9N)),9vYD\ ++u[bk”+@Ճԗf{ AJe' |DJihVIMajt%ZUʌJ%:ٴD6Ifw eu/:bk@mjw Z_ݗs9=*QP3_Rl/P tn*VCsS/R]kQ%S%akD;޺'p!]›Dd=m󌄈 LUP` ^ d`2עNPRe*OTK5e( cU{z8 O᩿;QwjO}[N90%2ް^J~=|_9Usq& ;B owCi@8W}9@z :Qendstream + endobj +-1596 0 obj +-(\376\377\000F\000i\000e\000l\000d\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n) ++679 0 obj << ++/Type /Page ++/Contents 680 0 R ++/Resources 678 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 637 0 R ++>> endobj ++681 0 obj << ++/D [679 0 R /XYZ 90 757.935 null] ++>> endobj ++682 0 obj << ++/D [679 0 R /XYZ 110.752 564.587 null] ++>> endobj ++62 0 obj << ++/D [679 0 R /XYZ 90 547.864 null] ++>> endobj ++678 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F14 590 0 R /F44 478 0 R /F40 467 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++685 0 obj << ++/Length 3099 ++/Filter /FlateDecode ++>> ++stream ++xڝْ6}B, ximg卽k!IMQ$FbL _k4-ט h4Ɓb;X|l0,Fw/ߺ&@nz{ l}z7Rv)iǤيR۝;և*M# _xwl2 c8<رEow+y\}׀%̯rRR.?"O.N:ݩjZ| ɴ듢[v)/0i+,7 P͙Wze$㏾hV闭p,h%}ya`+\@Bر{pI㑥ʴȯ}+^ 0C_4:=UJWM)TuQR\z틈H ci;`h#>i͛l |Фen^w [۝pocתꪨ*;}пIRqI0T:ۼi5CԷ+n *SzK]B#.vֆ>؀0X4Yu;ڟr>_[Q-`ǵMUڮbTʵa&%YLj%}씮Vh|p7'DiQe<ciT]$)Z>|B ++!y!eC&7@m]sVI3#y 1gS^jŨXJtEC0:y*?,TfC;p=z[F+uSA-EEFmKKӗs?뺀ٗ?l'`O ͑!=z7_9J$Z̻߁?1H]|I }L|~03cWnk*4SL{IB2զM~F"M/ꘪ_Plrq+)b8}v["׋Iqb|ZVe|~YVy07A )79GB稑ZUU49Xߛpja؎Y֎)a-vX:.L- vPblA- [!E2(i''` ++1Kڣ`r! L`'*5F03O6N`hj׀3d@\jU '2vzb*!mmS!&st#0{lk>u&A-\xkpqz'kwj@}F|8tcy9;U@@OiʶSI,x2vClW*@_;#sU'qTD- ++؞&CRoI== +N ++ :^DqڑMt.q[+ȣKu˝jVfG|yQ礶O4MBA$/}-Cizڑ4A黀K!iP '#k0n#tfT`!3r*I[c0xTOK]uԯ ݇ 9 ++ķУ[Jl6wT*ˀ}+{ޗ4DJ</_DECrTZ[f;endstream + endobj +-1597 0 obj +-<< /S /GoTo /D (subsubsection.14.11.2.1) >> ++684 0 obj << ++/Type /Page ++/Contents 685 0 R ++/Resources 683 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 637 0 R ++/Annots [ 688 0 R 689 0 R 691 0 R 692 0 R 693 0 R 694 0 R 695 0 R 696 0 R 697 0 R 698 0 R 700 0 R 701 0 R ] ++>> endobj ++688 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [226.657 590.916 318.312 601.82] ++/Subtype /Link ++/A << /S /GoTo /D (a00039_ga0) >> ++>> endobj ++689 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [334.774 590.916 442.369 601.82] ++/Subtype /Link ++/A << /S /GoTo /D (a00039_ga2) >> ++>> endobj ++691 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [429.543 455.013 513.996 465.917] ++/Subtype /Link ++/A << /S /GoTo /D (a00043_ga1) >> ++>> endobj ++692 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [89.004 443.058 114.787 453.961] ++/Subtype /Link ++/A << /S /GoTo /D (a00043_ga1) >> ++>> endobj ++693 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [311.343 443.058 438.256 453.961] ++/Subtype /Link ++/A << /S /GoTo /D (a00048_ga4) >> ++>> endobj ++694 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [247.422 431.102 411.565 442.006] ++/Subtype /Link ++/A << /S /GoTo /D (a00049_ga5) >> ++>> endobj ++695 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [422.5 431.102 513.996 442.006] ++/Subtype /Link ++/A << /S /GoTo /D (a00049_ga3) >> ++>> endobj ++696 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [89.004 419.147 188.948 430.051] ++/Subtype /Link ++/A << /S /GoTo /D (a00049_ga3) >> ++>> endobj ++697 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [379.99 401.523 513.996 412.427] ++/Subtype /Link ++/A << /S /GoTo /D (a00053_ga1) >> ++>> endobj ++698 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.111 389.568 262.562 400.472] ++/Subtype /Link ++/A << /S /GoTo /D (a00053_ga2) >> ++>> endobj ++700 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [89.004 170.595 167.927 181.499] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_gga1a13) >> ++>> endobj ++701 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [412.55 105.15 498.657 116.054] ++/Subtype /Link ++/A << /S /GoTo /D (a00045_ga0) >> ++>> endobj ++686 0 obj << ++/D [684 0 R /XYZ 90 757.935 null] ++>> endobj ++687 0 obj << ++/D [684 0 R /XYZ 399.656 718.017 null] ++>> endobj ++66 0 obj << ++/D [684 0 R /XYZ 90 687.515 null] ++>> endobj ++690 0 obj << ++/D [684 0 R /XYZ 233.331 582.114 null] ++>> endobj ++70 0 obj << ++/D [684 0 R /XYZ 90 551.612 null] ++>> endobj ++699 0 obj << ++/D [684 0 R /XYZ 267.374 392.721 null] ++>> endobj ++74 0 obj << ++/D [684 0 R /XYZ 90 362.219 null] ++>> endobj ++702 0 obj << ++/D [684 0 R /XYZ 122.936 96.348 null] ++>> endobj ++683 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 467 0 R /F44 478 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++713 0 obj << ++/Length 2122 ++/Filter /FlateDecode ++>> ++stream ++xڝێ6_GY}˦&,nfm1eFJI/s2p,24Zz ++/߽7J4^}nuiU lpSϗ?L E$J"|<a/E"/ ޏ`FI=T)(NGhNa/@.)OϟVxJ%^~rD6ﴅ+jkx/"#FyVyH lS](5ixE.P C?OҎkDD$ ++S"Iy,4 ++@0[Z ++ݹubg jm'Ilk+{8 U鵐`!G> nW/0 ++ p;9]v3>/UE/l !: Rwu¹.7B̶̜_98Q%o x'|]m褋;i7%BGJyOϫ4Ao$x[% *UjKQ ++*3CjD90p* (bǰ.ޫXZpJŗ);2/JRV{]􃣄VhzbSeKeQL >c8WANE5~~"gHl#!,V*4i 9$޺S9x~/&'9@X"''%ՁͲ:O ++6}Aƚ3 ,ݗ$Oft\~*fS|n0$1927Z9 ++Oxpxxya|&x/*^ɄzBE4d?ina m- 3rwsu[SV~=Z *+譄*OMfq\*8h4VZo?b?4GNm~.D*f!FhSeFj/tGugO+<9u>@/xL>/stf>&(USR.SGԬU' ~xJf-w+-q|VW7ZvdH ,(<֤0'#TyAh{3aOK)(ۻ?e-JR# r0ͰS;!G7UEupv6h$L/$܎p0;sX?( S< ++;7myzqq ҅\r?--1`yW{u4MMoE]7NHޥc"J1#Cd2 €it%+\X{xЈDA՚ZOEl3Ij'P- nxG(IA{m-Nk ++OxBT/ ++hTM]=訡#ֵQ$(f/ADq%ayh+Y=9\dخt ++~]"cQ p ++@:^çΊ汈1Jg>05<@v|Oơ< ++oVܩ_'@C<"UnDMjy%5G0YNኧ47UG`HR;"Ae M/7 nK(Kp9՚%.~}=I>>zfmj| _"y= €Y.`%S!nEp+WE\酸8كk5)By$og3EX(eOƴJE F($=3Q{Lvd]A ++!u"6%7^ʍq0Sz9'umY1138r~I\46]mzxV'Buit<3`*hYoe0vśGsm3J&hh3YY> endobj ++715 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [146.991 597.573 297.854 608.477] ++/Subtype /Link ++/A << /S /GoTo /D (a00055_ga2) >> ++>> endobj ++714 0 obj << ++/D [712 0 R /XYZ 90 757.935 null] ++>> endobj ++78 0 obj << ++/D [712 0 R /XYZ 90 739.935 null] ++>> endobj ++716 0 obj << ++/D [712 0 R /XYZ 218.467 571.146 null] ++>> endobj ++82 0 obj << ++/D [712 0 R /XYZ 90 553.298 null] ++>> endobj ++711 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++721 0 obj << ++/Length 292 ++/Filter /FlateDecode ++>> ++stream ++xڝQ=O0+<&C̝uDt[DDEKb ++UBBݽ|F{V[ՁSt0[{(^rBKEIIŚ+入e_StIH3!y쪲y?vWGƅ2i5a=?\̞=渢F63TsR4#GѤQls7i ++mcgqvEe[jVR''?y/mh@euڇ/i:-7U?endstream + endobj +-1600 0 obj +-(\376\377\000c\000p\000u\000b\000i\000n\000d) ++720 0 obj << ++/Type /Page ++/Contents 721 0 R ++/Resources 719 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 717 0 R ++>> endobj ++722 0 obj << ++/D [720 0 R /XYZ 90 757.935 null] ++>> endobj ++719 0 obj << ++/Font << /F28 362 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++725 0 obj << ++/Length 1921 ++/Filter /FlateDecode ++>> ++stream ++xKs6:J!x$[4Nft:Dl(RGl (b4.O!#Gϐ`|4[ѕ3b>M(SNhw'/h>)_*i"__\M1}{g,ϔ=N9Jr_M|\vigE]mw07u;vK]yn.*IKR5e(]#)~q& $ldʕXע{j/u],?׿(g $CQ"H}tMֶn'#ֻS ~u׊/*)j]dcĎG׵f'فGa'ώQ{_nVU9ܬ:#oi:,<3Hg!]ך3x㈧ϙKTO>Hښ29$;& ’ѣw;.fq'g~VGZu `P(J flTޖvu@P+@W\ך+x}cnݻWe][P0qDK%(r1QM{VYU1v;VfVO; 4ټuiQh" mvM"/~k_1:!elt_F@;p=.C\\.xQ cj<ċlqx O?׵ | #O6O)77ei*\w.33Mm0E\p 4GW{}W!UefB⃻mfd*\Lc ++t<858B aA!)'drendstream + endobj +-1601 0 obj +-<< /S /GoTo /D (subsubsection.14.11.2.2) >> ++724 0 obj << ++/Type /Page ++/Contents 725 0 R ++/Resources 723 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 717 0 R ++/Annots [ 727 0 R 728 0 R 729 0 R 730 0 R 731 0 R 732 0 R 733 0 R 734 0 R 735 0 R 736 0 R 737 0 R 738 0 R 739 0 R 740 0 R 741 0 R 742 0 R 743 0 R 744 0 R 745 0 R 746 0 R 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 757 0 R ] ++>> endobj ++727 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [502.041 454.074 513.996 462.92] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.1) >> ++>> endobj ++728 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [502.041 442.113 513.996 450.96] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.2) >> ++>> endobj ++729 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [502.041 430.152 513.996 438.999] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.3) >> ++>> endobj ++730 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [502.041 418.192 513.996 427.038] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.4) >> ++>> endobj ++731 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [502.041 406.231 513.996 415.078] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.5) >> ++>> endobj ++732 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [502.041 394.151 513.996 403.117] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.6) >> ++>> endobj ++733 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [502.041 382.409 513.996 391.156] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.7) >> ++>> endobj ++734 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [502.041 370.349 513.996 379.195] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.8) >> ++>> endobj ++735 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [502.041 358.388 513.996 367.235] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.9) >> ++>> endobj ++736 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [502.041 346.308 513.996 355.274] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.10) >> ++>> endobj ++737 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [502.041 334.467 513.996 343.313] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.11) >> ++>> endobj ++738 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [502.041 322.506 513.996 331.353] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.12) >> ++>> endobj ++739 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [502.041 310.545 513.996 319.392] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.13) >> ++>> endobj ++740 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [502.041 298.584 513.996 307.431] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.14) >> ++>> endobj ++741 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [502.041 286.624 513.996 295.47] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.15) >> ++>> endobj ++742 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [502.041 274.663 513.996 283.51] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.16) >> ++>> endobj ++743 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [502.041 262.702 513.996 271.549] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.17) >> ++>> endobj ++744 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [502.041 250.742 513.996 259.588] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.18) >> ++>> endobj ++745 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [502.041 238.781 513.996 247.628] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.19) >> ++>> endobj ++746 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [502.041 226.701 513.996 235.667] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.20) >> ++>> endobj ++747 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [502.041 214.859 513.996 223.706] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.21) >> ++>> endobj ++748 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [502.041 202.899 513.996 211.745] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.22) >> ++>> endobj ++749 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [502.041 190.938 513.996 199.785] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.23) >> ++>> endobj ++750 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [502.041 178.977 513.996 187.824] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.24) >> ++>> endobj ++751 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [502.041 167.017 513.996 175.863] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.25) >> ++>> endobj ++752 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [502.041 155.056 513.996 163.902] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.26) >> ++>> endobj ++753 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [502.041 143.095 513.996 151.942] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.27) >> ++>> endobj ++754 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [502.041 131.134 513.996 139.981] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.28) >> ++>> endobj ++755 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [502.041 119.054 513.996 128.02] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.29) >> ++>> endobj ++756 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [502.041 107.093 513.996 116.06] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.30) >> ++>> endobj ++757 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [502.041 95.133 513.996 104.099] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.31) >> ++>> endobj ++726 0 obj << ++/D [724 0 R /XYZ 90 757.935 null] ++>> endobj ++86 0 obj << ++/D [724 0 R /XYZ 90 739.935 null] ++>> endobj ++90 0 obj << ++/D [724 0 R /XYZ 90 524.065 null] ++>> endobj ++723 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++760 0 obj << ++/Length 568 ++/Filter /FlateDecode ++>> ++stream ++xKs0 ++်Bu&Lӄ .36;1cSdƇIe-Hn(l8,Tǖ~"n˼-*1 4󗮝 rGxLrv0WY}Dm 8/?N7endstream + endobj +-1604 0 obj +-(\376\377\000d\000i\000s\000c\000o\000v\000e\000r\000y) ++759 0 obj << ++/Type /Page ++/Contents 760 0 R ++/Resources 758 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 717 0 R ++/Annots [ 762 0 R 763 0 R 764 0 R ] ++>> endobj ++762 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [502.041 728.757 513.996 737.723] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.32) >> ++>> endobj ++763 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [502.041 716.801 513.996 725.768] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.33) >> ++>> endobj ++764 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [502.041 704.846 513.996 713.812] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.34) >> ++>> endobj ++761 0 obj << ++/D [759 0 R /XYZ 90 757.935 null] ++>> endobj ++758 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++767 0 obj << ++/Length 1419 ++/Filter /FlateDecode ++>> ++stream ++xՙn6mEj ++CEb4oCuiu :f~!)$HbpB${~". ~7&dz۫?PPd,ABEr<=GJ+k@\=Q)qY;,KߦUj}[o ufն,{'pĸ2$C\8 c1W꣎L˗Ul)]҇Hjf;M(7epweMV.ղXmmܫnwIBCi=N(268Km9" ++ythZژ8 :iρ<.eyx"klųOj3[ⱘejнOp:Il f*nߨAhN`&`3Dm:NӪ*0bߡFo$30Yfg;i.Y~Lh[c^[Sn4Brhmۃ_TF5qPIkw%K3c˛~C001$X"&J$!m9i:.tչ<٠'av8!=2,;2zeBG#ImV g&J ++LGE#_ErF1-.ٰ'IHߵCMQ E&V#鲶\=CIl?Z mh4^}KC8Αv8:oNyƦST/ ,8NZ*M<tO ʐk"iEؙD1榣R,ScRsLGv]j8V;B7_1&t4ѻ ?}nPȷ&K/t5ƴ@.#XP~ ;{DСS ?v꼍:PKV,n8Ruf_u4[ot] T V#VۙDPxe#Ŗ؇tio3G: |Kll?<e0݅Q>DѰ}'QiruMAB/IWH#KohdXn; %2i l(7Ha ++fv{'P xTV];hP +!\ǡ6`z MvEB fJbVJ&A:jZ(1;(%{LĐew0Y&{Pd?3A4bֲ DHnG!iثo6XB/9OŎԟ _Cn0Cʘ}Xt&*bi7( ++jyv1PoA &9i9 HrM`^o-| ۬endstream + endobj +-1605 0 obj +-<< /S /GoTo /D (subsubsection.14.11.2.3) >> ++766 0 obj << ++/Type /Page ++/Contents 767 0 R ++/Resources 765 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 717 0 R ++/Annots [ 769 0 R 770 0 R 771 0 R 772 0 R 773 0 R 774 0 R 775 0 R 776 0 R 777 0 R 778 0 R 779 0 R 780 0 R 781 0 R 782 0 R 783 0 R 784 0 R 785 0 R 786 0 R 787 0 R 788 0 R 789 0 R 790 0 R ] ++>> endobj ++769 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.177 452.047 147.231 462.951] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> ++>> endobj ++770 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [502.041 453.985 513.996 462.951] ++/Subtype /Link ++/A << /S /GoTo /D (section.6.1) >> ++>> endobj ++771 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.177 440.092 175.455 450.996] ++/Subtype /Link ++/A << /S /GoTo /D (a00013) >> ++>> endobj ++772 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [497.06 442.149 513.996 450.996] ++/Subtype /Link ++/A << /S /GoTo /D (section.6.2) >> ++>> endobj ++773 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.177 428.137 260.117 439.041] ++/Subtype /Link ++/A << /S /GoTo /D (a00014) >> ++>> endobj ++774 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [497.06 430.194 513.996 439.041] ++/Subtype /Link ++/A << /S /GoTo /D (section.6.3) >> ++>> endobj ++775 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.177 416.181 260.685 427.085] ++/Subtype /Link ++/A << /S /GoTo /D (a00015) >> ++>> endobj ++776 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [497.06 418.239 513.996 427.085] ++/Subtype /Link ++/A << /S /GoTo /D (section.6.4) >> ++>> endobj ++777 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.177 404.226 177.119 415.13] ++/Subtype /Link ++/A << /S /GoTo /D (a00016) >> ++>> endobj ++778 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [497.06 406.284 513.996 415.13] ++/Subtype /Link ++/A << /S /GoTo /D (section.6.5) >> ++>> endobj ++779 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.177 392.271 194.275 403.175] ++/Subtype /Link ++/A << /S /GoTo /D (a00017) >> ++>> endobj ++780 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [497.06 394.328 513.996 403.175] ++/Subtype /Link ++/A << /S /GoTo /D (section.6.6) >> ++>> endobj ++781 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.177 380.316 334.846 391.22] ++/Subtype /Link ++/A << /S /GoTo /D (a00018) >> ++>> endobj ++782 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [497.06 370.298 513.996 379.265] ++/Subtype /Link ++/A << /S /GoTo /D (section.6.7) >> ++>> endobj ++783 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.177 356.406 241.876 367.31] ++/Subtype /Link ++/A << /S /GoTo /D (a00019) >> ++>> endobj ++784 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [497.06 358.463 513.996 367.31] ++/Subtype /Link ++/A << /S /GoTo /D (section.6.8) >> ++>> endobj ++785 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.177 344.45 248.212 355.354] ++/Subtype /Link ++/A << /S /GoTo /D (a00020) >> ++>> endobj ++786 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [497.06 346.607 513.996 355.354] ++/Subtype /Link ++/A << /S /GoTo /D (section.6.9) >> ++>> endobj ++787 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.177 332.495 247.415 343.399] ++/Subtype /Link ++/A << /S /GoTo /D (a00021) >> ++>> endobj ++788 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [497.06 322.597 513.996 331.444] ++/Subtype /Link ++/A << /S /GoTo /D (section.6.10) >> ++>> endobj ++789 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.177 308.585 204.795 319.489] ++/Subtype /Link ++/A << /S /GoTo /D (a00022) >> ++>> endobj ++790 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [497.06 310.642 513.996 319.489] ++/Subtype /Link ++/A << /S /GoTo /D (section.6.11) >> ++>> endobj ++768 0 obj << ++/D [766 0 R /XYZ 90 757.935 null] ++>> endobj ++94 0 obj << ++/D [766 0 R /XYZ 90 739.935 null] ++>> endobj ++98 0 obj << ++/D [766 0 R /XYZ 90 524.065 null] ++>> endobj ++765 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 478 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++804 0 obj << ++/Length 307 ++/Filter /FlateDecode ++>> ++stream ++xڝ1o0w ++ΎE]*Q41$j좨bB=Ǿ‡-t!Ҵ4 q6K,-uEwBKed ++x&A;^١9Z惯uuN _mWњVGVb1z؏xmrNki̹\m,sB9KA@R%% ~=#*0X# ++[}6G5l+3gipz[Wo"kɝdk($'Z ++ZsYׇ"wgWa/򾐰endstream + endobj +-1608 0 obj +-(\376\377\000m\000e\000m\000b\000i\000n\000d) ++803 0 obj << ++/Type /Page ++/Contents 804 0 R ++/Resources 802 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 717 0 R ++>> endobj ++805 0 obj << ++/D [803 0 R /XYZ 90 757.935 null] ++>> endobj ++802 0 obj << ++/Font << /F28 362 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++808 0 obj << ++/Length 1295 ++/Filter /FlateDecode ++>> ++stream ++xݙKs6aYGO6aY`7nK+4@ͺ-KO}L CL<ѿ͙˭.кCunh^ݝ3ӯzZ]tݧ>& hƄ &Ý`T%^MX;HKaiTƄT2Ǥ91Zۜ5W5y k2$-jfْw3 hz9P~-W}uc5 lLwEEþH1"|!ZH#Mݗw6&߀% ] e]ז;cث>fK &9nnWSE٢G(*jHlPQ[x]&wmBٓ[s_Ly0@fqͧީ<#$>/Kendstream + endobj +-1609 0 obj +-<< /S /GoTo /D [1610 0 R /Fit ] >> ++807 0 obj << ++/Type /Page ++/Contents 808 0 R ++/Resources 806 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 832 0 R ++/Annots [ 810 0 R 811 0 R 812 0 R 813 0 R 814 0 R 815 0 R 816 0 R 817 0 R 818 0 R 819 0 R 820 0 R 821 0 R 822 0 R 823 0 R 824 0 R 825 0 R 826 0 R 827 0 R 828 0 R 829 0 R 830 0 R 831 0 R ] ++>> endobj ++810 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.177 481.935 140.317 492.839] ++/Subtype /Link ++/A << /S /GoTo /D (a00023) >> ++>> endobj ++811 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [497.06 483.992 513.996 492.839] ++/Subtype /Link ++/A << /S /GoTo /D (section.7.1) >> ++>> endobj ++812 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.177 469.98 131.451 480.884] ++/Subtype /Link ++/A << /S /GoTo /D (a00024) >> ++>> endobj ++813 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [497.06 472.137 513.996 480.884] ++/Subtype /Link ++/A << /S /GoTo /D (section.7.2) >> ++>> endobj ++814 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.177 458.025 137.538 468.929] ++/Subtype /Link ++/A << /S /GoTo /D (a00025) >> ++>> endobj ++815 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [497.06 460.181 513.996 468.929] ++/Subtype /Link ++/A << /S /GoTo /D (section.7.3) >> ++>> endobj ++816 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.177 446.069 158.569 456.973] ++/Subtype /Link ++/A << /S /GoTo /D (a00026) >> ++>> endobj ++817 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [497.06 448.127 513.996 456.973] ++/Subtype /Link ++/A << /S /GoTo /D (section.7.4) >> ++>> endobj ++818 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.177 434.114 136.99 445.018] ++/Subtype /Link ++/A << /S /GoTo /D (a00027) >> ++>> endobj ++819 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [497.06 436.271 513.996 445.018] ++/Subtype /Link ++/A << /S /GoTo /D (section.7.5) >> ++>> endobj ++820 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.177 422.159 151.934 433.063] ++/Subtype /Link ++/A << /S /GoTo /D (a00028) >> ++>> endobj ++821 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [497.06 424.216 513.996 433.063] ++/Subtype /Link ++/A << /S /GoTo /D (section.7.6) >> ++>> endobj ++822 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.177 410.578 136.99 421.108] ++/Subtype /Link ++/A << /S /GoTo /D (a00029) >> ++>> endobj ++823 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [497.06 412.142 513.996 421.108] ++/Subtype /Link ++/A << /S /GoTo /D (section.7.7) >> ++>> endobj ++824 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.177 398.249 169.099 409.153] ++/Subtype /Link ++/A << /S /GoTo /D (a00030) >> ++>> endobj ++825 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [497.06 400.306 513.996 409.153] ++/Subtype /Link ++/A << /S /GoTo /D (section.7.8) >> ++>> endobj ++826 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.177 386.294 133.124 397.198] ++/Subtype /Link ++/A << /S /GoTo /D (a00031) >> ++>> endobj ++827 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [497.06 388.351 513.996 397.198] ++/Subtype /Link ++/A << /S /GoTo /D (section.7.9) >> ++>> endobj ++828 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.177 374.338 161.189 385.242] ++/Subtype /Link ++/A << /S /GoTo /D (a00032) >> ++>> endobj ++829 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [497.06 376.276 513.996 385.242] ++/Subtype /Link ++/A << /S /GoTo /D (section.7.10) >> ++>> endobj ++830 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [103.177 362.383 183.764 373.287] ++/Subtype /Link ++/A << /S /GoTo /D (a00033) >> ++>> endobj ++831 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [497.06 364.441 513.996 373.287] ++/Subtype /Link ++/A << /S /GoTo /D (section.7.11) >> ++>> endobj ++809 0 obj << ++/D [807 0 R /XYZ 90 757.935 null] ++>> endobj ++102 0 obj << ++/D [807 0 R /XYZ 90 739.935 null] ++>> endobj ++106 0 obj << ++/D [807 0 R /XYZ 90 549.218 null] ++>> endobj ++806 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++845 0 obj << ++/Length 301 ++/Filter /FlateDecode ++>> ++stream ++xڝQn0!;6cEE]fkPub ~9~)ZB8i%@ׁLjB/LZ3uBKeƔ"{fjhy`}]1V#ܷ}0FviSS_ P-%Zy[mAstKrn+y9#*fX# ++[j0>OЏ2T#\J o(0`CMLYr'wk$'Z ++"ZqY?"w^Ֆ>4ǵ﮷hE?endstream + endobj +-1612 0 obj << +-/Length 263 ++844 0 obj << ++/Type /Page ++/Contents 845 0 R ++/Resources 843 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 832 0 R ++>> endobj ++846 0 obj << ++/D [844 0 R /XYZ 90 757.935 null] ++>> endobj ++843 0 obj << ++/Font << /F28 362 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++849 0 obj << ++/Length 551 + /Filter /FlateDecode + >> + stream +-xڍQN@WڅݽWJ!Jw@al XBb_s3wdP&Ɋ7[fuFXjcPr5q cؔT,2*єTMb-H֜qUC{,z +-o4Wp{&T1|z2."GpԅmZgnt4-Qg߆P~ G]lMd2\[3S=SNqJ ++]8endstream + endobj +-1610 0 obj << ++848 0 obj << + /Type /Page +-/Contents 1612 0 R +-/Resources 1611 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 1617 0 R ++/Contents 849 0 R ++/Resources 847 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 832 0 R ++/Annots [ 853 0 R ] ++>> endobj ++853 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [145.731 445.99 253.426 455.918] ++/Subtype /Link ++/A << /S /GoTo /D (a00034_ga0) >> ++>> endobj ++850 0 obj << ++/D [848 0 R /XYZ 90 757.935 null] ++>> endobj ++110 0 obj << ++/D [848 0 R /XYZ 90 739.935 null] ++>> endobj ++851 0 obj << ++/D [848 0 R /XYZ 90 524.065 null] ++>> endobj ++114 0 obj << ++/D [848 0 R /XYZ 90 524.065 null] ++>> endobj ++852 0 obj << ++/D [848 0 R /XYZ 90 463.964 null] ++>> endobj ++854 0 obj << ++/D [848 0 R /XYZ 90 407.694 null] + >> endobj +-1613 0 obj << +-/D [1610 0 R /XYZ 90 739.9346 null] ++855 0 obj << ++/D [848 0 R /XYZ 90 381.209 null] + >> endobj +-1611 0 obj << +-/Font << /F22 1616 0 R >> ++856 0 obj << ++/D [848 0 R /XYZ 90 381.209 null] ++>> endobj ++847 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 467 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-1620 0 obj << +-/Length 59 ++859 0 obj << ++/Length 781 + /Filter /FlateDecode + >> + stream +-x3T0BCKsSs=Kc3\.t;!THcY[ ^endstream ++xڝVMo0 Wh㰭CEi4RiGYxŐCl&)a @SV/#wg=kG<6h521! 2دRTqO1Ot$bo</}/Wmm\]MKoWyv~G׷(0y|g`hLI.m+DzW(FGɄ!Nld_1N@2O Or[le 3J9'ıAk\6vCO Ǎ}HzSO(dI ֳp\蠹:SU,תGiaBŮ޵a\ӈ1&XOBf[.V稑& 686vtS+|,3?ԫs0'{:[HdWO0!,v~aiU<=H %7@O)WI/g/B4BoaH]N$Q<2endstream + endobj +-1619 0 obj << ++858 0 obj << + /Type /Page +-/Contents 1620 0 R +-/Resources 1618 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 1617 0 R ++/Contents 859 0 R ++/Resources 857 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 832 0 R ++/Annots [ 863 0 R 866 0 R 867 0 R 868 0 R ] + >> endobj +-1618 0 obj << +-/ProcSet [ /PDF ] ++863 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [220.998 674.226 295.498 685.13] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1623 0 obj << +-/Length 1793 ++866 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [261.675 589.921 338.387 600.8] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++867 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [176.206 547.813 267.861 558.717] ++/Subtype /Link ++/A << /S /GoTo /D (a00039_ga0) >> ++>> endobj ++868 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [326.002 547.813 421.524 558.717] ++/Subtype /Link ++/A << /S /GoTo /D (a00039_ga1) >> ++>> endobj ++860 0 obj << ++/D [858 0 R /XYZ 90 757.935 null] ++>> endobj ++861 0 obj << ++/D [858 0 R /XYZ 90 739.935 null] ++>> endobj ++118 0 obj << ++/D [858 0 R /XYZ 90 739.935 null] ++>> endobj ++862 0 obj << ++/D [858 0 R /XYZ 90 690.892 null] ++>> endobj ++864 0 obj << ++/D [858 0 R /XYZ 90 636.906 null] ++>> endobj ++651 0 obj << ++/D [858 0 R /XYZ 90 608.137 null] ++>> endobj ++865 0 obj << ++/D [858 0 R /XYZ 90 608.137 null] ++>> endobj ++857 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F14 590 0 R /F40 467 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++871 0 obj << ++/Length 1795 + /Filter /FlateDecode + >> + stream +-xr6~ +-*-~Y6nҤ̤gvA[IPrҼ}$Ad5N5Y#y`P?T(X&"w+X<Bc~|b+o^Ų)Pqso/n,ݡ˿n~zs3 uLpq&̛U+W☻D.ޕz[.\Tfp+7 p,*A blR(-@a3+_oc/x0jtyx;P7!fYU9#ь\1==c/9YJɠI8ZLcOƣf @`NF"!t{EfSŀK +-?B]\<Ԝx&$ 7C.& +-J2ZU_uC{{zw}T#7 >ҫTN\}1MNF8qpS2 p{:p?C[n_"(5` %J~BU(I)L{&3f2-]E 4pKcյ 2GiRԴ"5dl`[a\KSLHi:h&2Fi2ޜRz:QzJO6 @}g`H5st(N$< J2O@Y` +-.Ke-9QcYKOT8ZTS֒m fr9MT4ۦ[ֺgIZE/#gINџ%M|\VaWWs`HynzU-f )>!74A`qَOӻT|f7 I t$4cBf@*y +-@4^`pdKG̾"s$h')8Ux#bOr2~s{Z?hw/( p1;crt ! +-'|aPu6̾i~aiR'۫#uY +-E֫2 TO'j29cNN8Z+sOd~ad<@#"erql{?{7a3~;!1Q^FO"y )~J? ++WFTgzfbuaIONp8:GJ{J#&H⬓6}YS8Z~vgBۇ}|uH ++J#SĥnQ.Q~緾H,ĤR1Bssf3DRM3~y8Ɂf#m  ,_=|i*2fMa[Vp*ZL4r]iﶏnr(6jAP_٦é gi|p؀& Æc9̢bF w1\,3pp~ eBz.1H5}mqq t!Cc Ht(NG9zB<etBJfQo[ȘOfepֱ݀W.?qsܨ5<:!G9O9htlQWO_lԡ<>l._ZEPKVb4n?)VĀ΁^1 9'x0=ԥ5-14DrГq!Fl(MaM8FMi!^)kkLrJ! wYf1a ++ 8l햹mA-3"v͌*UԫzWA뭸 "TDs]Pltr=f.z)H}AD *[:L?uixd~fro;[΄Nk4Rj9+۹uqjc9- kݽ]ԶoMQQP7KaqsL`%$8L45 nXJjh<34nsՀ&JiM,|8b!U ρW8LQ4~n%)GY[K ++EXSJT6Dx0KDP%]Ư_++id&wh<|2( S:C,Hfd^BWmt#yt~ogZ%9ῦFFOv {B޴FBbL;?xp:/'Tendstream + endobj +-1622 0 obj << ++870 0 obj << + /Type /Page +-/Contents 1623 0 R +-/Resources 1621 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 1617 0 R +-/Annots [ 1628 0 R 1629 0 R 1630 0 R 1631 0 R 1632 0 R 1633 0 R 1634 0 R 1635 0 R 1636 0 R 1637 0 R 1638 0 R 1639 0 R 1640 0 R 1641 0 R 1642 0 R 1643 0 R 1644 0 R 1645 0 R 1646 0 R 1647 0 R 1648 0 R 1649 0 R 1650 0 R 1651 0 R ] ++/Contents 871 0 R ++/Resources 869 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 832 0 R ++/Annots [ 875 0 R 876 0 R 877 0 R 878 0 R 879 0 R 880 0 R 881 0 R 882 0 R 883 0 R 884 0 R 888 0 R 889 0 R 890 0 R 893 0 R 894 0 R 895 0 R 898 0 R 899 0 R 900 0 R 903 0 R 904 0 R 905 0 R 906 0 R ] + >> endobj +-1628 0 obj << ++875 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [89.0037 573.635 186.6868 584.5141] ++/Rect [146.279 674.226 213.028 685.13] + /Subtype /Link +-/A << /S /GoTo /D (chapter.1) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-1629 0 obj << ++876 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 557.8314 178.1091 566.678] ++/Rect [213.526 674.226 278.053 685.13] + /Subtype /Link +-/A << /S /GoTo /D (section.1.1) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-1630 0 obj << ++877 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 540.1049 173.6854 548.9515] ++/Rect [146.279 635.371 239.04 646.275] + /Subtype /Link +-/A << /S /GoTo /D (section.1.2) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-1631 0 obj << ++878 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 520.3211 186.6869 531.2251] ++/Rect [239.538 635.371 330.078 646.275] + /Subtype /Link +-/A << /S /GoTo /D (section.1.3) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-1632 0 obj << ++879 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 502.5947 221.4361 513.4986] ++/Rect [192.336 620.751 250.117 630.656] + /Subtype /Link +-/A << /S /GoTo /D (section.1.4) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-1633 0 obj << ++880 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 484.8682 202.8063 495.7722] ++/Rect [146.279 596.517 213.028 607.421] + /Subtype /Link +-/A << /S /GoTo /D (subsection.1.4.1) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-1634 0 obj << ++881 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 467.1418 214.6919 478.0457] ++/Rect [213.526 596.517 283.035 607.421] + /Subtype /Link +-/A << /S /GoTo /D (subsection.1.4.2) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-1635 0 obj << ++882 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 449.4153 208.5547 460.3192] ++/Rect [146.279 557.663 239.04 568.567] + /Subtype /Link +-/A << /S /GoTo /D (section.1.5) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-1636 0 obj << ++883 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 431.6889 195.2742 442.5928] ++/Rect [239.538 557.663 335.059 568.567] + /Subtype /Link +-/A << /S /GoTo /D (section.1.6) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-1637 0 obj << ++884 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 413.9624 193.8799 424.8663] ++/Rect [192.336 543.042 254.6 552.947] + /Subtype /Link +-/A << /S /GoTo /D (section.1.7) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-1638 0 obj << ++888 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [89.0037 387.9023 199.6776 396.8785] ++/Rect [160.396 473.358 258.138 484.237] + /Subtype /Link +-/A << /S /GoTo /D (chapter.2) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-1639 0 obj << ++889 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [89.0037 359.8048 192.0066 368.781] ++/Rect [258.636 473.358 353.051 484.237] + /Subtype /Link +-/A << /S /GoTo /D (chapter.3) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-1640 0 obj << ++890 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 340.041 153.2127 350.9449] ++/Rect [162.059 448.875 226.587 459.778] + /Subtype /Link +-/A << /S /GoTo /D (section.3.1) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-1641 0 obj << ++893 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 324.3718 174.2338 333.2185] ++/Rect [160.396 416.814 258.138 427.693] + /Subtype /Link +-/A << /S /GoTo /D (section.3.2) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-1642 0 obj << ++894 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 306.6454 172.5599 315.492] ++/Rect [258.636 416.814 358.033 427.693] + /Subtype /Link +-/A << /S /GoTo /D (section.3.3) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-1643 0 obj << ++895 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 288.9189 181.9844 297.7656] ++/Rect [162.059 393.307 231.568 403.235] + /Subtype /Link +-/A << /S /GoTo /D (section.3.4) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-1644 0 obj << ++898 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 269.1352 165.377 280.0391] ++/Rect [160.396 360.27 231.02 371.15] + /Subtype /Link +-/A << /S /GoTo /D (section.3.5) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-1645 0 obj << ++899 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [89.0037 243.0751 202.9555 252.0513] ++/Rect [231.518 360.27 298.815 371.15] + /Subtype /Link +-/A << /S /GoTo /D (chapter.4) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-1646 0 obj << ++900 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [89.0037 213.0747 256.5142 223.9538] ++/Rect [335.686 318.163 402.435 329.066] + /Subtype /Link +-/A << /S /GoTo /D (chapter.5) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-1647 0 obj << ++903 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [89.0037 184.9772 259.1441 195.8564] ++/Rect [160.396 286.102 231.02 296.981] + /Subtype /Link +-/A << /S /GoTo /D (chapter.6) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-1648 0 obj << ++904 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [89.0037 156.8798 164.6994 167.7589] ++/Rect [231.518 286.102 303.797 296.981] + /Subtype /Link +-/A << /S /GoTo /D (chapter.7) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-1649 0 obj << ++905 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [89.0037 128.7823 257.4107 139.6614] ++/Rect [335.686 243.994 402.435 254.898] + /Subtype /Link +-/A << /S /GoTo /D (chapter.8) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-1650 0 obj << ++906 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 110.9214 300.987 121.8254] ++/Rect [124.42 184.835 285.236 195.739] + /Subtype /Link +-/A << /S /GoTo /D (section.8.1) >> ++/A << /S /GoTo /D (a00057) >> + >> endobj +-1651 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 93.195 239.5384 104.0989] +-/Subtype /Link +-/A << /S /GoTo /D (section.8.2) >> ++872 0 obj << ++/D [870 0 R /XYZ 90 757.935 null] + >> endobj +-1627 0 obj << +-/D [1622 0 R /XYZ 90 604.4538 null] ++873 0 obj << ++/D [870 0 R /XYZ 90 739.935 null] + >> endobj +-1621 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> ++122 0 obj << ++/D [870 0 R /XYZ 90 739.935 null] ++>> endobj ++874 0 obj << ++/D [870 0 R /XYZ 90 690.892 null] ++>> endobj ++885 0 obj << ++/D [870 0 R /XYZ 90 520.343 null] ++>> endobj ++886 0 obj << ++/D [870 0 R /XYZ 90 491.574 null] ++>> endobj ++887 0 obj << ++/D [870 0 R /XYZ 90 491.574 null] ++>> endobj ++891 0 obj << ++/D [870 0 R /XYZ 90 449.871 null] ++>> endobj ++892 0 obj << ++/D [870 0 R /XYZ 90 435.3 null] ++>> endobj ++896 0 obj << ++/D [870 0 R /XYZ 90 394.303 null] ++>> endobj ++897 0 obj << ++/D [870 0 R /XYZ 90 379.733 null] ++>> endobj ++901 0 obj << ++/D [870 0 R /XYZ 493.622 321.316 null] ++>> endobj ++902 0 obj << ++/D [870 0 R /XYZ 90 304.589 null] ++>> endobj ++869 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 467 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-1654 0 obj << +-/Length 2674 ++911 0 obj << ++/Length 2401 + /Filter /FlateDecode + >> + stream +-x\[s6}`֧:IN6NkC(2k.u Eޗ7-8%t>~SBD ӊ՛Wvɛ~3Al;.n N0bZl`ӒII߸;<9v40vvs?/o Ót^>׳/r|y9!괾w[Z]=*B@ cVD$ * a&Y0ÐHe! EXkQb NIZX_M>q^/Մӯk_+49c:eR)P+\ % 6 91P3 f@eL['%Vsal'1ќBRas3'mZN/~4bqY;1:Od8'[T.&x'Ak5mm5kʝ)MLeQΚv> \|qW+!1ԩaMEXX1MP.m25ބMPxӣ7֛fCˇj6 c:"1((␩<*tRUI?S~['t`Q(+38SjA0cX):*ˇ`'f^뻶Z}6T+k4CR3ЩC=*ð1O&!HJ-vDqnkӛ}.h.-7ai[䲺f-15uf~rբ^כUk3Fi z~_0}e=V9+MrG|P|ƒo\Q9V[A4~fsWuL/9E~5248=2Lo3;aȮfPN ov*U"IIhQ9B"58҂kgkg(mmܣ3n{! ƶԉzr3[o\azȔ^S?{TWV̮$[{4QIs@('ѩ8#[iS0Q9B`mtݻ0t. qS6] +-].)OYZ_׳ͽORj8N: RTɶR$$߹=7"]pCՈD%0\2#©3z{ct>'ik G$zuj`\ R[Lqml,m}Rb1D"9֢2uct"fDPʹ5P@fvRaNˮNIc_Cq[q9zQyq~mRrÐ=f TYıC %5"P_. `qCA]-;-u9F;& J)dm 5&xr }!퓶ўQ1FD,W={WƵOMyb,lEv pY1m 0!pXUi#gpu.UY-fE)5^ RR-Ia_u3,\v-̮3 Z1W/>QڻV:]2s%e/5QFf-*GFH#R/3K̤5..G] ܿjR! `ϬqXjB;*B2F.eL[\̨BB2W=sajyj}={ؘ:R23å +j1cXY "R>a#Eqnu&"a1!Lqb0A=Z-H[Fik9f'u[y-o qTCpsԯ3_vÁOfT8"Õᶧ1Eeu ŭ~d/m ppɮdCڭܶOa.NE|.g2gGH(;B^?L#FLiOi,v=2搴1_p 1Qd8PpQ\\9ptY]m>Roi$#Eo[-*C+\: U\P5TPgP-XdބGc q51~!Á2|…AENK[Ks$/%!"S/,8zvu26C,:PX[saa>?g.S ϴzbDFgʐ +-=R6#hTik^Ii +-^ug5[M*p#7R p'U"$ABf߮x*{3/a 0paR@ ʘָpQU03J3/*W=sa47VPߠ2d =2ǘ!5 x +-o¤ܓN}vnh_Z}.)Zs}>8ĸ5[683{ ̐]NLJ({n#h&$_n\E/oBؾ5}}}5Ct?N7iz6I q?}z򃇯Ob5`{$ߪ'hendstream ++xڝZ[s6~оQ3W^j4NmH/Eū8?"?+@ ?2I$Jd rJDVStF>YYx)3 MOI2oNuYL_|/i jw%UnՋFܷ5O){,xuW ++>1m0^rJDM?h8Nѳ|x5F~ݏ~}Xo\cql0^ IFCp툴y?8x};X0^ ƫAWP H5j ;r&^2wA&Fl~ގH@z #E2cT󅓀XA21M8&c(~q#fYc:}.D75KMZ-ܩ~U@zC +ǓXQ+ fLVCs>fѺlFk4R*j 6ԚE ,}3SÞL`mq[ej~?r_L Bfg{DFեE6SH>=m9S|MׅC#$\7وx-7/?aA;'qj[=r"wn'M.);cP ܠ]c,gI(Zn0~$eis*6Ұ d\mH&Ч,2vJ_,zioe2E1UIqdzc Ch1goӷ֩}6phj8y—%vZ㲓Qz =d vEvPs:s,`>μ(;>1@bb1`^=c'0aZrTK7| y`?1xBBAڀZmȍ=%;>(}q]A!em=%4OaYP*rPbn<g_4x[兂o KA]CB ՇdD ^"7ޡNP/%H؊z:"(>2[7QMöNc\rj`[Lc<8yC!98 k-|0||q1/BaGAJw&EooTAިy.^7)oyvsOd@"n2Fxj%e cZKuyiGs':<{"o4V:wZulxæ_k=kݪ901of`  ++s0^=j0f.vu.s˷kğ'PPA_zHGc0^( ++w- ] k@'(.&eUb{zr<\+Q٬'A۝2zS^%C^UUDCDN/-`*﨨ܨD̫8ء4G|m nRjCG2{r*|ʲc{Yp_mkUʨ(+튴ewoJ82P/7xWyP8vU+BθvƜF1P%}Pۯ6`#¢z^wri\C,ՠk^ֲCV~V `߳Totv ++̛O8vtp=Sa}*%m2Seփj ++;ekqK/DpZW끮m0sikdtU d>mxgfhإ㼼lJ7a¼JU{LEsfyҬ鴟gj.@ {7/t$?qjNwc')$ ++Ҟ0Äe!JB9C3uA|;7Lz=Ddzt0g7=ΏOE?X>endstream + endobj +-1653 0 obj << ++910 0 obj << + /Type /Page +-/Contents 1654 0 R +-/Resources 1652 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 1617 0 R +-/Annots [ 1655 0 R 1656 0 R 1657 0 R 1658 0 R 1659 0 R 1660 0 R 1661 0 R 1662 0 R 1663 0 R 1664 0 R 1665 0 R 1666 0 R 1667 0 R 1668 0 R 1669 0 R 1670 0 R 1671 0 R 1672 0 R 1673 0 R 1674 0 R 1675 0 R 1676 0 R 1677 0 R 1678 0 R 1679 0 R 1680 0 R 1681 0 R 1682 0 R 1683 0 R 1684 0 R 1685 0 R 1686 0 R 1687 0 R 1688 0 R ] ++/Contents 911 0 R ++/Resources 909 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 832 0 R ++/Annots [ 915 0 R 916 0 R 917 0 R 918 0 R 919 0 R 920 0 R 921 0 R 922 0 R 923 0 R 924 0 R 925 0 R 926 0 R 927 0 R 929 0 R 930 0 R 931 0 R 935 0 R 938 0 R 939 0 R ] + >> endobj +-1655 0 obj << ++915 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [89.0037 726.9533 237.2966 737.8324] ++/Rect [138.538 674.334 212.48 685.238] + /Subtype /Link +-/A << /S /GoTo /D (chapter.9) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-1656 0 obj << ++916 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 708.9461 250.8262 719.8501] ++/Rect [113.91 659.22 219.404 669.407] + /Subtype /Link +-/A << /S /GoTo /D (section.9.1) >> ++/A << /S /GoTo /D (a00037_gga1a7) >> + >> endobj +-1657 0 obj << ++917 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 691.0734 241.1223 701.9774] ++/Rect [225.72 659.22 337.998 669.407] + /Subtype /Link +-/A << /S /GoTo /D (section.9.2) >> ++/A << /S /GoTo /D (a00037_gga1a8) >> + >> endobj +-1658 0 obj << ++918 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 673.2007 258.6065 684.1046] ++/Rect [344.314 659.22 438.172 669.407] + /Subtype /Link +-/A << /S /GoTo /D (section.9.3) >> ++/A << /S /GoTo /D (a00037_gga1a9) >> + >> endobj +-1659 0 obj << ++919 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 655.328 220.4598 666.2319] ++/Rect [444.487 659.22 513.996 669.407] + /Subtype /Link +-/A << /S /GoTo /D (section.9.4) >> ++/A << /S /GoTo /D (a00037_gga1a10) >> + >> endobj +-1660 0 obj << ++920 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [89.0037 626.6337 226.3273 637.5128] ++/Rect [113.91 647.265 154.647 657.451] + /Subtype /Link +-/A << /S /GoTo /D (chapter.10) >> ++/A << /S /GoTo /D (a00037_gga1a10) >> + >> endobj +-1661 0 obj << ++921 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 608.6265 498.5541 619.5304] ++/Rect [113.91 631.433 213.466 641.62] + /Subtype /Link +-/A << /S /GoTo /D (section.10.1) >> ++/A << /S /GoTo /D (a00037_gga1a11) >> + >> endobj +-1662 0 obj << ++922 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [89.0037 581.8351 165.4464 590.8113] ++/Rect [216.455 631.433 309.217 641.62] + /Subtype /Link +-/A << /S /GoTo /D (chapter.11) >> ++/A << /S /GoTo /D (a00037_gga1a12) >> + >> endobj +-1663 0 obj << ++923 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 563.8627 163.7232 572.8289] ++/Rect [312.206 631.433 391.129 641.62] + /Subtype /Link +-/A << /S /GoTo /D (section.11.1) >> ++/A << /S /GoTo /D (a00037_gga1a13) >> + >> endobj +-1664 0 obj << ++924 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [89.0037 535.1336 196.5197 544.1098] ++/Rect [394.118 631.433 493.674 641.62] + /Subtype /Link +-/A << /S /GoTo /D (chapter.12) >> ++/A << /S /GoTo /D (a00037_gga1a14) >> + >> endobj +-1665 0 obj << ++925 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 517.2808 190.5521 526.1275] ++/Rect [113.91 615.258 204.46 625.788] + /Subtype /Link +-/A << /S /GoTo /D (section.12.1) >> ++/A << /S /GoTo /D (a00037_gga1a15) >> + >> endobj +-1666 0 obj << ++926 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [138.538 576.247 239.578 587.151] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_ga2) >> ++>> endobj ++927 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [247.349 576.247 382.163 587.151] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_gga2a16) >> ++>> endobj ++929 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [126.921 519.601 218.557 530.505] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_ga0) >> ++>> endobj ++930 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [222.373 519.601 296.315 530.505] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_ga1) >> ++>> endobj ++931 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [323.931 519.601 397.873 530.505] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_ga1) >> ++>> endobj ++935 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [152.655 435.503 257.949 446.382] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_ga2) >> ++>> endobj ++938 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [152.655 347.799 229.914 358.678] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_ga1) >> ++>> endobj ++939 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [234.268 274.299 332.538 285.203] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_ga0) >> ++>> endobj ++912 0 obj << ++/D [910 0 R /XYZ 90 757.935 null] ++>> endobj ++913 0 obj << ++/D [910 0 R /XYZ 90 739.935 null] ++>> endobj ++126 0 obj << ++/D [910 0 R /XYZ 90 739.935 null] ++>> endobj ++914 0 obj << ++/D [910 0 R /XYZ 90 693.176 null] ++>> endobj ++928 0 obj << ++/D [910 0 R /XYZ 90 538.443 null] ++>> endobj ++932 0 obj << ++/D [910 0 R /XYZ 90 482.488 null] ++>> endobj ++933 0 obj << ++/D [910 0 R /XYZ 90 453.719 null] ++>> endobj ++934 0 obj << ++/D [910 0 R /XYZ 90 453.719 null] ++>> endobj ++936 0 obj << ++/D [910 0 R /XYZ 107.713 404.29 null] ++>> endobj ++600 0 obj << ++/D [910 0 R /XYZ 90 380.758 null] ++>> endobj ++937 0 obj << ++/D [910 0 R /XYZ 90 366.285 null] ++>> endobj ++940 0 obj << ++/D [910 0 R /XYZ 107.713 240.391 null] ++>> endobj ++941 0 obj << ++/D [910 0 R /XYZ 107.713 198.874 null] ++>> endobj ++942 0 obj << ++/D [910 0 R /XYZ 107.713 169.311 null] ++>> endobj ++943 0 obj << ++/D [910 0 R /XYZ 107.713 139.749 null] ++>> endobj ++944 0 obj << ++/D [910 0 R /XYZ 107.713 110.187 null] ++>> endobj ++909 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 467 0 R /F49 677 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++951 0 obj << ++/Length 2197 ++/Filter /FlateDecode ++>> ++stream ++xڝn#7_mG؞I3c#cHMIJx>Eاl. XbuW-(EBQDxA;~``?x$ 8[_^&S'uPg !F|r%(bOD/ngW Bϋ_ċ'XS’dq/ ?'(aXHsQN"ADx?u4!/VOt{xǫph1:cpf9Ys`X2b}*I4*ďAB&HfkLOm6*-- 4o4/V2G0nr?KxJ6/2qT&ZU5ed RBc #H/qF{1N|-ʌ, ؈(wVKTUO&9m-C#! K7'2ZkJA4FLgɔ$S-VGf/+ ,?zP OY8 ++4-r/`Y#I~^;Ϭd*u;@ȷD4zOyYɓͩ;hwIoxOR5/ko$ҋp~C ++~e"m:3?D!IP ++sy)hhbZ&@E\_P]F)ǥv7kM/ҍ`m)4U7cQlO!fOl2K57,Smٌ<=4nMS uC{}UuDzzeIո(jS4UZ=.v14nWeโ`ᢧy;5Fw|yuTtq.cNXXUU={Y)a(v ++hɕ ++AjR|.($\Ր gz5;8Dr*k3c=v ++=F?u&%qG1D}BkCR-VMm{u$-Aٗi3ڶ g4ϧ-Mzt:@U[EWbt{eW,v]DBB>aq:a—`HJmlUe͗֩D;2f E68Nు[ڎ3X'z! {5@uS]x?6pfz b0D Έ: \D18 N8W2%=jY ~U/U< o(oB3%10 ʸV.O~ҥ*A}AΎHm'^q`U{ho,Hc]xZ"JyK3".v.slE|<]k~2F#M-3ŗ8 % $bgbzYeBc6w/ȯpZ) McN'ym 93!MxqPQ4#),Q$y1vvS0`\ Hd;XC,bu.򬧄br)vLc`Iܑ'; ݭ x_`G[7vA2"H+ө> endobj ++955 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [242.676 501.035 319.936 511.924] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_ga1) >> ++>> endobj ++956 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [346.994 501.035 424.254 511.924] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_ga1) >> ++>> endobj ++952 0 obj << ++/D [950 0 R /XYZ 90 757.935 null] ++>> endobj ++945 0 obj << ++/D [950 0 R /XYZ 107.713 729.972 null] ++>> endobj ++709 0 obj << ++/D [950 0 R /XYZ 107.713 700.084 null] ++>> endobj ++946 0 obj << ++/D [950 0 R /XYZ 107.713 644.293 null] ++>> endobj ++947 0 obj << ++/D [950 0 R /XYZ 107.713 576.547 null] ++>> endobj ++953 0 obj << ++/D [950 0 R /XYZ 90 545.872 null] ++>> endobj ++948 0 obj << ++/D [950 0 R /XYZ 90 521.544 null] ++>> endobj ++954 0 obj << ++/D [950 0 R /XYZ 90 521.544 null] ++>> endobj ++949 0 obj << ++/Font << /F28 362 0 R /F49 677 0 R /F22 352 0 R /F44 478 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++960 0 obj << ++/Length 1195 ++/Filter /FlateDecode ++>> ++stream ++xڝXK6+|(j9%dS[I嶳5ŀx&iۖa读uDFZjb6%/[?LdUC(_m m}vJ>.~^y%Wεh!|\P­^6:.Q~,z |4| U0K"1xXg/!{5Ei;x?>& &\əkf*"m8dsM*Lf^⬊.8?{_mrL:Bzczo3f6;" O6f$ObbFSF]-$!R:(J_)c2Ҽ%v{ U ++[1 ++jl""QP{&; ++VC' DCuٮ-&/ZT4TVhmZ[(yY[lR[ZtPZ2ҴBl^W-idA C7-*w v:ϏAK\ uD3RVw%]^^R)_Fk^&$5'Ƿ*(1zYA5 ++Vj[UrU{&ڟvRaLap$Fx䡪IG/[A}ǥ\*׽YF`1 3C(Sņ uQ(%Q$[5ry!=uniT~QV-t;*IQ.a2O@—zOoU9-08{]endstream ++endobj ++959 0 obj << ++/Type /Page ++/Contents 960 0 R ++/Resources 958 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 957 0 R ++/Annots [ 964 0 R 965 0 R 966 0 R 967 0 R 969 0 R 970 0 R 971 0 R 975 0 R 976 0 R 977 0 R ] ++>> endobj ++964 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [138.538 674.226 229.635 685.13] ++/Subtype /Link ++/A << /S /GoTo /D (a00017) >> ++>> endobj ++965 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [138.538 635.371 182.592 646.275] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> ++>> endobj ++966 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [139.096 596.517 211.374 607.421] ++/Subtype /Link ++/A << /S /GoTo /D (a00013) >> ++>> endobj ++967 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [89.0037 488.4321 206.3926 497.4083] ++/Rect [138.538 557.663 212.48 568.567] + /Subtype /Link +-/A << /S /GoTo /D (chapter.13) >> ++/A << /S /GoTo /D (a00016) >> + >> endobj +-1667 0 obj << ++969 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 470.5793 176.575 479.426] ++/Rect [146.279 474.908 190.333 485.812] + /Subtype /Link +-/A << /S /GoTo /D (section.13.1) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1668 0 obj << ++970 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 452.7066 251.2146 461.5532] ++/Rect [198.303 474.908 250.109 485.812] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.1.1) >> ++/A << /S /GoTo /D (a00038_ga0) >> + >> endobj +-1669 0 obj << ++971 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 433.7529 307.2846 443.6805] ++/Rect [280.878 460.287 320.233 470.192] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.1.1.1) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1670 0 obj << ++975 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 414.9039 198.473 425.8078] ++/Rect [187.783 390.603 233.501 401.482] + /Subtype /Link +-/A << /S /GoTo /D (section.13.2) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1671 0 obj << ++976 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 397.0312 257.0528 407.9351] ++/Rect [238.98 390.603 292.997 401.482] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.2.1) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1672 0 obj << ++977 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 379.1584 274.0892 390.0624] ++/Rect [257.51 366.119 301.565 377.023] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.2.1.1) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1673 0 obj << ++961 0 obj << ++/D [959 0 R /XYZ 90 757.935 null] ++>> endobj ++962 0 obj << ++/D [959 0 R /XYZ 90 739.935 null] ++>> endobj ++130 0 obj << ++/D [959 0 R /XYZ 90 739.935 null] ++>> endobj ++963 0 obj << ++/D [959 0 R /XYZ 90 693.176 null] ++>> endobj ++968 0 obj << ++/D [959 0 R /XYZ 90 491.574 null] ++>> endobj ++972 0 obj << ++/D [959 0 R /XYZ 90 437.588 null] ++>> endobj ++973 0 obj << ++/D [959 0 R /XYZ 90 408.819 null] ++>> endobj ++974 0 obj << ++/D [959 0 R /XYZ 90 408.819 null] ++>> endobj ++958 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 467 0 R /F14 590 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++980 0 obj << ++/Length 1674 ++/Filter /FlateDecode ++>> ++stream ++xڭYɒ6+T!$vʕC\DU֐@@qAmG*+%2LTqK^W^P]d$V J\ XRDmxja#<ڰ93WVoI7oq_0bFW#bLu?㔹߳.6 e%1.}W0"… {r02Xw/kc&R1D9-]0އB#X"ņR1!"ǔ !pל> ++':;x2;ty`2xطwv.)aj JGߠMfBOQIq;LBNx@nAܘ܄ֶEx>AHڍ ++ &D,e.p#ǕfA4\wNǛ /'4&n:/ @2 榖 ++Z.z-%-|\b4]oSiq )F1E~ ++bƩib$G&'i0*UaֺA=mQBD^BuۻUus: ++1)/.S=*S%Te1di4$lv(0kաQWǤuCZ E'()$tzu̱)zeĔK1ErZFS*A ++iz cz|I XtHq]Y707|UPsЫ9 tKv|7ӕPHi1~):@aa Jqdp9Š=ͰtL;+xTb_^_n7 "%?gmsC0aտ ||UĈ!res!wmwvo79G~ LT ΐ6H+Р]dK+Rq&ͣC/xrW349 $m ]DuLiLApK'%U*}iS=ޏP΋ @6LneA&13\NY58}|?Eq{lAX ++;h"" MQ{Lvxp8ػ_p렌6W6혥/H$(./K;AJ|Telr,vQPG1")K fB}_v57nJfFF`I5t|"3zSLQd)"3 IH['i9-ګ wC{;?:l) seO709픆A64v#9> endobj ++983 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 361.2857 172.8486 372.1897] ++/Rect [126.921 670.089 211.942 680.993] + /Subtype /Link +-/A << /S /GoTo /D (section.13.3) >> ++/A << /S /GoTo /D (a00039_ga0) >> + >> endobj +-1674 0 obj << ++984 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 343.413 257.0528 354.3169] ++/Rect [215.757 670.089 290.258 680.993] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.3.1) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1675 0 obj << ++985 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 325.5403 290.1287 336.4442] ++/Rect [126.921 626.881 215.807 637.785] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.3.1.1) >> ++/A << /S /GoTo /D (a00039_ga1) >> + >> endobj +-1676 0 obj << ++986 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 308.6438 295.11 318.5715] ++/Rect [219.623 626.881 294.123 637.785] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.3.1.2) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1677 0 obj << ++987 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 289.7948 264.1165 300.6988] ++/Rect [133.915 583.673 234.876 594.577] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.3.1.3) >> ++/A << /S /GoTo /D (a00039_ga2) >> + >> endobj +-1678 0 obj << ++988 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 272.8984 269.0978 282.8261] ++/Rect [238.692 583.673 313.192 594.577] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.3.1.4) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1679 0 obj << ++989 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 254.0494 221.8949 264.9534] ++/Rect [133.915 540.464 228.879 551.368] + /Subtype /Link +-/A << /S /GoTo /D (section.13.4) >> ++/A << /S /GoTo /D (a00039_ga3) >> + >> endobj +-1680 0 obj << ++990 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 236.1767 298.2878 247.0806] ++/Rect [232.694 540.464 307.194 551.368] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.4.1) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1681 0 obj << ++994 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 218.304 300.6293 229.2079] ++/Rect [251.075 448.095 327.787 458.984] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.4.1.1) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1682 0 obj << ++996 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 200.4313 273.5312 211.3352] ++/Rect [258.089 331.575 334.801 342.464] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.4.1.2) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1683 0 obj << ++998 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 184.6158 260.0812 193.4625] ++/Rect [234.577 215.055 311.289 225.945] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.4.2) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1684 0 obj << ++981 0 obj << ++/D [979 0 R /XYZ 90 757.935 null] ++>> endobj ++669 0 obj << ++/D [979 0 R /XYZ 90 739.935 null] ++>> endobj ++134 0 obj << ++/D [979 0 R /XYZ 90 739.935 null] ++>> endobj ++982 0 obj << ++/D [979 0 R /XYZ 90 691.216 null] ++>> endobj ++991 0 obj << ++/D [979 0 R /XYZ 90 496.069 null] ++>> endobj ++992 0 obj << ++/D [979 0 R /XYZ 90 468.604 null] ++>> endobj ++993 0 obj << ++/D [979 0 R /XYZ 90 468.604 null] ++>> endobj ++668 0 obj << ++/D [979 0 R /XYZ 90 369.54 null] ++>> endobj ++995 0 obj << ++/D [979 0 R /XYZ 90 350.071 null] ++>> endobj ++666 0 obj << ++/D [979 0 R /XYZ 90 253.02 null] ++>> endobj ++997 0 obj << ++/D [979 0 R /XYZ 90 233.552 null] ++>> endobj ++667 0 obj << ++/D [979 0 R /XYZ 90 96.348 null] ++>> endobj ++978 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F14 590 0 R /F40 467 0 R /F49 677 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++1001 0 obj << ++/Length 943 ++/Filter /FlateDecode ++>> ++stream ++xڝVێ6}WQ"w&M$A- ZYFl_ߡHʺY?"gΜI ?($"A pp7VcX'/i,8~K%98f)""|ʚaTγ,Ss;^ÿy).J]G_o#9G]0i}?|SicR)sh3ߊ^)|%t_ ⠁!_֝bJ+Pg(Ss5'$=:WD& nIL4 ++y93"sޭq:8J6T+$Ć[W/+'j'˻>ܤ(EMpIg%u%7~뼰e]v%T.=*I(ԚL6R'p҉K)5Lygٕ JS9g̮` FJ,Q$$nѻt& uczcpR*w AJa۫+ChH9c hE09!}WE"8]8mj(~\d>9hUB5UwmY){us2T LT Y8nO0f*1'L絇B͚7JpLALy-î(L[ J{̲%͜Awuls$9[<gc,W@x ++/Qzua-E7H\xhnacyѶ/WLE&o#$CL0@ ++WO8Hf ++6kzzxC o|슛+MOvE"bb(ڄ`CMO4^| =D\o|p {,r;a~'ĕڷP7?g> endobj ++1004 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 164.6858 291.2247 175.5898] ++/Rect [238.452 726.943 315.164 737.832] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.4.2.1) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1685 0 obj << ++1005 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 146.8131 199.728 157.717] ++/Rect [277.226 684.845 368.882 695.749] + /Subtype /Link +-/A << /S /GoTo /D (section.13.5) >> ++/A << /S /GoTo /D (a00039_ga0) >> + >> endobj +-1686 0 obj << ++1006 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 128.9404 257.0528 139.8443] ++/Rect [431.59 684.845 513.996 695.749] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.5.1) >> ++/A << /S /GoTo /D (a00040) >> + >> endobj +-1687 0 obj << ++1007 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 111.0677 251.3944 121.9716] ++/Rect [89.004 672.89 129.73 683.794] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.5.1.1) >> ++/A << /S /GoTo /D (a00040) >> + >> endobj +-1688 0 obj << ++1008 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 93.195 252.1907 104.0989] ++/Rect [106.717 560.795 208.883 583.763] + /Subtype /Link +-/A << /S /GoTo /D (section.13.6) >> ++/A << /S /GoTo /D (a00040) >> + >> endobj +-1652 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> ++1002 0 obj << ++/D [1000 0 R /XYZ 90 757.935 null] ++>> endobj ++1003 0 obj << ++/D [1000 0 R /XYZ 90 739.935 null] ++>> endobj ++999 0 obj << ++/Font << /F28 362 0 R /F49 677 0 R /F22 352 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-1691 0 obj << +-/Length 2633 ++1011 0 obj << ++/Length 2520 + /Filter /FlateDecode + >> + stream +-xKs{cY+Tbl +-W$b`I}rf{eA?p $ю)v}&T(Y?W?B;/+JA sOWW?^3i8UIknZMT}/|Ue9|Q2A4akC洭vk/ܝͷ^9#a1*%Rȑ*V^EAEH{=&*ZM(AFE;ѼŒ ay5{ڬNվz_VrkD)QU2bzBG!*Q ! +-f9.Vh$Zwt.^bGGli6AaFvd d٦B oZ(ϟ!d$Y!e`BZTŭ&FY7u#03ΰ`Q$g.ij2@g]TFwpAXe&p@#C5$`XAI-J/*5TBTGxv?SeYZ@$a.>*#+M_#ȵ=MP7lXa/5E5& a=ns>w=aOsȉJsEe5:.\LM558b_ގel$ySyX#M|ٗo9-q>M}E$]TFkظ^pG8ԣ8[푢IంAU̲/ MZ2%`a^]TFYkbB==Mϔ6J2,^Xr{G¾ⰾm!bok o}D/O~_S> ,h\,k;fjG a \)("wGG]u(WկAoYWys2pUwxh}.UXAl$m6Ș@Bh';x SxO4Ǥ.`di2چFe#Ά?H'K K! $s,XFT:.*#W8S!|gk`)>pgi4Qd0Jqn@h<>*-Yla,=I֧㡪ղGk`uQiicig|zJ ! +-}eTnQf.u+Q +-X0y+ +-K#]szB=!paѮ8'ܯ]spa.; ewz(OMԱ|! ȗMQ'#Q6Vw^a>PlF{; jy> `&1OyXwd`b2u 3PgkIWcvsVJP#]SX.9]<ZrT.{h~KuQKdOOqiЂs/m8~&Du0RvnÔCU׶W$MpivVa& &D՟@K2̻>n`X[_q&#.,#Lv)>08ܭ*gs]~B)>f,fi~].dˌMwh.Tow_+GǨDb߫_5+JI'fJr_n]p\rS1'D$8m+GԺ 9یmqaZ[^3 ;hMX\tyīc4!R Ksդa>08!P]#<(ɖuJ{cr&->_-.~yϘ~eyO5d I8p$+}tE ++2H ++!օfWu=˽ܣӯo6ɽ<@fOwޤ OA2SjJᆞ(ปK&U?mEJ Ѭu--!926s`GO0k6KT'K4 dN_f/Uh'U$ّORÓI*zT;*Ŵ W" J.aNn)aY$! ++>3JO"ppl= iB)pFŹ(|02UBd ++# 2vɔqhakXg"/늤 K F4١]O&]̅L4d-ݕ1ԱR(o]%kVr4ʚJ֊W;A;R0Q tlvViGaȰu(}] cpD԰yń~ "ӑ')}a,K+|%UM[sʼn/~,Ra(+oDc ]G%` @BT=]8 !FF &G9$Z@ ++j68[PD~RP=fT^=ڡ͏ k_J8_ܞ?02CGvmKl!E;m|H;40S)/]%hO00#yiH|dznr\CV ;`Pr{#z2Xwlj,('X񜺳(H*r3.7<zlrDS&Ͱ+MSy =FV g=KT<vC7.Di_1-m7Φ'ڜ{ex"Jo[!_̐nEu %"JoYA&{t[4.!B :!Qy#ڝ ++'2#harhICba~ JnwC\y%!U7:;k [2"a5rRa{E!4a{rX:+v)Ϯa>+̢-,]<$S *Ae Q0(ADةihQƙ&{r,^ ++&S4 ++v/Ba#4. =@]79 (Q% #Iк% }@Nq0ǰVcmǀeҦ~pO ItU>|~Dwy I988>#>pN3ZXӹ$qo"v`S ++) {8 [%;ʨof?iyZ ++_p%4}I^Lk?^١>{v*'endstream + endobj +-1690 0 obj << ++1010 0 obj << + /Type /Page +-/Contents 1691 0 R +-/Resources 1689 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 1617 0 R +-/Annots [ 1692 0 R 1693 0 R 1694 0 R 1695 0 R 1696 0 R 1697 0 R 1698 0 R 1699 0 R 1700 0 R 1701 0 R 1702 0 R 1703 0 R 1704 0 R 1705 0 R 1706 0 R 1707 0 R 1708 0 R 1709 0 R 1710 0 R 1711 0 R 1712 0 R 1713 0 R 1714 0 R 1715 0 R 1716 0 R 1717 0 R 1718 0 R 1719 0 R 1720 0 R 1721 0 R 1722 0 R 1723 0 R 1724 0 R 1725 0 R 1726 0 R 1727 0 R ] ++/Contents 1011 0 R ++/Resources 1009 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 957 0 R ++/Annots [ 1014 0 R 1015 0 R 1016 0 R 1017 0 R 1019 0 R 1020 0 R 1021 0 R 1022 0 R 1024 0 R 1025 0 R 1026 0 R 1027 0 R 1028 0 R 1029 0 R 1030 0 R 1031 0 R 1032 0 R 1033 0 R 1034 0 R 1035 0 R 1036 0 R 1037 0 R 1038 0 R 1039 0 R 1040 0 R ] + >> endobj +-1692 0 obj << ++1014 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 728.8762 260.0812 737.7228] ++/Rect [138.538 674.033 283.573 684.937] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.6.1) >> ++/A << /S /GoTo /D (a00020) >> + >> endobj +-1693 0 obj << ++1015 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 708.7153 294.5524 719.6193] ++/Rect [138.538 634.977 277.237 645.881] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.6.1.1) >> ++/A << /S /GoTo /D (a00019) >> + >> endobj +-1694 0 obj << ++1016 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 690.6118 300.5498 701.5157] ++/Rect [138.538 595.92 282.776 606.824] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.6.1.2) >> ++/A << /S /GoTo /D (a00021) >> + >> endobj +-1695 0 obj << ++1017 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 672.5082 284.6095 683.4122] ++/Rect [138.538 556.863 240.156 567.767] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.6.1.3) >> ++/A << /S /GoTo /D (a00022) >> + >> endobj +-1696 0 obj << ++1019 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 654.4047 288.4752 665.3086] ++/Rect [139.815 473.632 239.77 484.536] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.6.1.4) >> ++/A << /S /GoTo /D (a00040_ga10) >> + >> endobj +-1697 0 obj << ++1020 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 636.3012 250.3678 647.2051] ++/Rect [250.095 473.632 462.916 484.536] + /Subtype /Link +-/A << /S /GoTo /D (section.13.7) >> ++/A << /S /GoTo /D (a00040_gga10a17) >> + >> endobj +-1698 0 obj << ++1021 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 618.1976 243.4634 629.1016] ++/Rect [467.182 473.632 513.996 484.536] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.7.1) >> ++/A << /S /GoTo /D (a00040_gga10a18) >> + >> endobj +-1699 0 obj << ++1022 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 600.0941 298.2878 610.998] ++/Rect [113.91 462.051 280.256 472.581] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.7.2) >> ++/A << /S /GoTo /D (a00040_gga10a18) >> + >> endobj +-1700 0 obj << ++1024 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 581.9905 299.5436 592.8945] ++/Rect [126.921 378.446 246.243 389.35] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.7.2.1) >> ++/A << /S /GoTo /D (a00040_ga0) >> + >> endobj +-1701 0 obj << ++1025 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 565.9443 260.0812 574.7909] ++/Rect [250.059 378.446 324.559 389.35] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.7.3) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1702 0 obj << ++1026 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 545.7835 318.3629 556.6874] ++/Rect [364.818 378.446 438.76 389.35] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.7.3.1) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-1703 0 obj << ++1027 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 527.6799 375.2488 538.5839] ++/Rect [129.547 339.39 312.399 350.293] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.7.3.2) >> ++/A << /S /GoTo /D (a00040_ga1) >> + >> endobj +-1704 0 obj << ++1028 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 509.5764 318.9109 520.4803] ++/Rect [318.84 339.39 393.34 350.293] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.7.3.3) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1705 0 obj << ++1029 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 491.4728 382.442 502.3768] ++/Rect [439.506 339.39 513.996 350.293] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.7.3.4) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-1706 0 obj << ++1030 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 473.3693 306.1884 484.2732] ++/Rect [113.91 327.434 118.672 338.338] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.7.3.5) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-1707 0 obj << ++1031 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 455.2658 310.6118 466.1697] ++/Rect [126.921 288.378 302.581 299.282] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.7.3.6) >> ++/A << /S /GoTo /D (a00040_ga2) >> + >> endobj +-1708 0 obj << ++1032 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 437.1622 300.1014 448.0662] ++/Rect [306.397 288.378 380.897 299.282] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.7.3.7) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1709 0 obj << ++1033 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 419.0587 323.3438 429.9626] ++/Rect [126.921 249.321 233.521 260.225] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.7.3.8) >> ++/A << /S /GoTo /D (a00040_ga3) >> + >> endobj +-1710 0 obj << ++1034 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 400.9551 302.8709 411.8591] ++/Rect [237.336 249.321 311.836 260.225] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.7.3.9) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1711 0 obj << ++1035 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 382.8516 326.7612 393.7555] ++/Rect [128.799 210.264 239.822 221.168] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.7.3.10) >> ++/A << /S /GoTo /D (a00040_ga4) >> + >> endobj +-1712 0 obj << ++1036 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 364.7481 221.6653 375.652] ++/Rect [245.515 210.264 320.015 221.168] + /Subtype /Link +-/A << /S /GoTo /D (section.13.8) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1713 0 obj << ++1037 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 348.7018 260.0812 357.5484] ++/Rect [126.921 159.252 227.434 170.156] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.8.1) >> ++/A << /S /GoTo /D (a00040_ga5) >> + >> endobj +-1714 0 obj << ++1038 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 328.541 317.1077 339.4449] ++/Rect [231.249 159.252 305.749 170.156] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.8.1.1) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1715 0 obj << ++1039 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 310.4374 340.9979 321.3414] ++/Rect [127.189 120.195 250.944 131.099] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.8.1.2) >> ++/A << /S /GoTo /D (a00040_ga6) >> + >> endobj +-1716 0 obj << ++1040 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 292.3339 391.9658 303.2378] ++/Rect [255.028 120.195 329.528 131.099] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.8.1.3) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1717 0 obj << ++1012 0 obj << ++/D [1010 0 R /XYZ 90 757.935 null] ++>> endobj ++671 0 obj << ++/D [1010 0 R /XYZ 90 739.935 null] ++>> endobj ++138 0 obj << ++/D [1010 0 R /XYZ 90 739.935 null] ++>> endobj ++1013 0 obj << ++/D [1010 0 R /XYZ 90 693.085 null] ++>> endobj ++1018 0 obj << ++/D [1010 0 R /XYZ 90 492.683 null] ++>> endobj ++1023 0 obj << ++/D [1010 0 R /XYZ 90 397.497 null] ++>> endobj ++1009 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 467 0 R /F14 590 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++1052 0 obj << ++/Length 3190 ++/Filter /FlateDecode ++>> ++stream ++xڭZ[o~ϯӹڷfw9 SEȲ-l6r8c "@<Q$~CR+bUD,Q*;^f?\ sw =\}{#U’PP@7ϗk>ZsZ_˯2m}yχ*Mw-We1/۴-?3*D~L%Ɯ$Y|pu3W0?z,Vj-#`fD+"&B 87&ЅcLy1!AA.e0\ V:fYY£lGp"PJ6˒,Q ++muǯP)&oiUJ0XvH ++Wo_g9uiݖfQ:oںZ:uxTV!Aoon%xdGƕ -/|J۽Ɓfb1hh^W1hKPed!?ݮA}i&߸vt |?'"d/,kxNjE/\x@Ⱦ ext-mem$Q< ++^,Z,$EQ7pFsXeo%Yȗmi+@0Ί'CQ  xw@߀s ++z| =X rhnKH6qǒL2虮) S9;VFl ++0zն9cE)(^1C*]x-ؒ@c@Apl la aח?kDHuSUcLX$MaiFa'#"Hz7n?d9` gg>B,͢>Yس}X}oqPWhqݖfYx03zFƁO"rE}_9/ijiHP9(Qvρ:$oxؖ. Y)`3PmZ,˛.NpRLt>Bm2GҒf/t[Hssgzp6WhCv=`9h1e_aDE=TIO܌9f7R/XJ7sbZ^Y#~mE1 4} z ++SgMz%;lPz[|_ĽI*hbWVVRSͨz7F)o DNVJCG_JP-20>RN;SB+&EaǑN}_*Y ,[Ĝ;%ڍܤǣ˺/ c YOmoh꾦0E.԰CfY4}z4'!|bj9BԦDV)uZ nut#*G_P.0?6*[bOFt:I/"x2 `3cA`{mK96|}OSEI IVݥMVS :gm]>C -g!-P_;#p͗s%HW6=UǨYB*髂 ++yi ++멛wwh6ۣ+!>0nn 6}np)iJ8לLoo3lh(4$6/PՕޟpO4.pfR>vV/78ͥ$#O?ɠ%,ݔFϵ]]%ϡl B ++j'GFNT< ;i? pJ!MЀ *LkʼnR,s+Mym!:|N:JJ=ǜz8. Յ"?a@UvN0r:=U5\f#J뷔&"B4I w|8^TҌ뇒0)}t:J ++&?@f1 ^UQI6|bV $xȰ\6W2'^ݕ%c?{U9yTb6?3BTmSK 8W\L%ZyQͯl 0)ڪ}71Sgv+2{(S43AC2'6M1)PJѺTn~=sͅJr5ZKpK)zZurA8H☧%&*L#卄ܜol#&۲j5meDm%f^{o۬;C 鰁ǡ=3TkBw0"8& uoD+WQ!? $gx_z3j'ޟZK ^Z3n/0hƀ'$jBW[jtX{."h.zN'~28 Ăz26 LtFa#FfE^j:i;FBKLMZ[3.#sKy\G&eN ++7bLP#"w`)ڥwH[jUJZlIQe/ NC~[_y~oPp&mluæ>;L8ޘu_߉^]$a ++:iKKŝH϶2 q@+.9Sqsu#N4wO/| ++gC#z"K$endstream ++endobj ++1051 0 obj << ++/Type /Page ++/Contents 1052 0 R ++/Resources 1050 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 957 0 R ++/Annots [ 1054 0 R 1055 0 R 1056 0 R 1057 0 R 1058 0 R 1059 0 R 1060 0 R 1062 0 R 1063 0 R 1064 0 R 1065 0 R 1066 0 R 1069 0 R 1070 0 R ] ++>> endobj ++1054 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 274.2303 391.408 285.1343] ++/Rect [126.921 714.532 230.203 725.436] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.8.1.4) >> ++/A << /S /GoTo /D (a00040_ga7) >> + >> endobj +-1718 0 obj << ++1055 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 256.1268 257.2817 267.0308] ++/Rect [234.019 714.532 308.519 725.436] + /Subtype /Link +-/A << /S /GoTo /D (section.13.9) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1719 0 obj << ++1056 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 238.0233 298.2878 248.9272] ++/Rect [127.515 677.006 254.688 687.91] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.9.1) >> ++/A << /S /GoTo /D (a00040_ga8) >> + >> endobj +-1720 0 obj << ++1057 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 219.9197 301.7453 230.8237] ++/Rect [259.097 677.006 333.597 687.91] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.9.1.1) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1721 0 obj << ++1058 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 203.7539 260.0812 212.7201] ++/Rect [167.093 627.525 268.712 638.429] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.9.2) >> ++/A << /S /GoTo /D (a00022) >> + >> endobj +-1722 0 obj << ++1059 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 183.7127 292.3406 194.6166] ++/Rect [281.716 627.525 400.49 638.429] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.9.2.1) >> ++/A << /S /GoTo /D (a00040_ga9) >> + >> endobj +-1723 0 obj << ++1060 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 165.6091 316.6992 176.513] ++/Rect [406.823 627.525 481.323 638.429] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.9.2.2) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1724 0 obj << ++1062 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 147.5056 311.7179 158.4095] ++/Rect [295.823 532.393 387.479 543.297] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.9.2.3) >> ++/A << /S /GoTo /D (a00039_ga0) >> + >> endobj +-1725 0 obj << ++1063 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 129.402 292.3406 140.306] ++/Rect [407.107 532.393 502.628 543.297] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.9.2.4) >> ++/A << /S /GoTo /D (a00039_ga1) >> + >> endobj +-1726 0 obj << ++1064 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 111.2985 310.612 122.2024] ++/Rect [89.004 437.368 198.921 448.272] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.9.2.5) >> ++/A << /S /GoTo /D (a00040_ga7) >> + >> endobj +-1727 0 obj << ++1065 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 93.195 325.0173 104.0989] ++/Rect [248.791 425.413 366.448 436.317] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.9.2.6) >> ++/A << /S /GoTo /D (a00040_ga4) >> + >> endobj +-1689 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> ++1066 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [264.723 413.458 396.786 424.362] ++/Subtype /Link ++/A << /S /GoTo /D (a00042_ga5) >> ++>> endobj ++1069 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [152.655 355.654 254.831 366.533] ++/Subtype /Link ++/A << /S /GoTo /D (a00040_ga10) >> ++>> endobj ++1070 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [188.51 313.546 301.744 324.45] ++/Subtype /Link ++/A << /S /GoTo /D (a00040_ga3) >> ++>> endobj ++1053 0 obj << ++/D [1051 0 R /XYZ 90 757.935 null] ++>> endobj ++1061 0 obj << ++/D [1051 0 R /XYZ 90 579.512 null] ++>> endobj ++1067 0 obj << ++/D [1051 0 R /XYZ 90 400.482 null] ++>> endobj ++1041 0 obj << ++/D [1051 0 R /XYZ 90 373.87 null] ++>> endobj ++1068 0 obj << ++/D [1051 0 R /XYZ 90 373.87 null] ++>> endobj ++1042 0 obj << ++/D [1051 0 R /XYZ 107.713 283.745 null] ++>> endobj ++1043 0 obj << ++/D [1051 0 R /XYZ 107.713 219.984 null] ++>> endobj ++1050 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F14 590 0 R /F40 467 0 R /F49 677 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-1730 0 obj << +-/Length 2572 ++1075 0 obj << ++/Length 2375 + /Filter /FlateDecode + >> + stream +-xKs7sB~与TjSbHVJ"vrz2 n;c˗Kh𷫳riƃfDqƫ_.=*-aN{Ow?tᥳW1F'A B;(ΪzOWgg~I-JWܴ3*_=jp\|od0zq/n{W_py}qoG=9IFY"A|ٻ +-B-F-H|[TфUI(b cj+'YD0ϩOϷnnfz~׻e󫽫ɥFe\K"ceo>g1ZҘzkYB 5S=DF FK7A`oA~Zֻ/qi 1ު LPG{Ž4VJ+ b'ڽ^'Л,2A3{ΪM0Mr+PЬ0b +-]@*A>RapلzD[tFiB0eciG!<i.KJB%e%z3ȐghKw 3*HVK:3[4aC3zC(@ ]TLS5S)Mz"FR^Ys_ MNfB((tl[At UV `50d@B2Jv)ƉNx P&THqlj 56Mq7t:  +-Q +- wqt/mÏ`UOo`_ǻu%f/'v%V%1W2X_Eo.~3RoJ4qf\zsi{̞P 𕭊UAXK*MjeyD"U7x-v9 +-.,=W !܅R TdwgU(ŐTiq9ob%[$1CWkT5u MѰszCPθDŽ1[*g=1Ǟ8){KcO4@4FMb(o~-ͥ 0}+qo8񠼂2UAS<i:ṴЌ̰OVit=A̒C;>7&UQV<:~ PIMCߌPiCe TbݧmEilcG #^YxVRoQm 9STE3HhuCKƪ)vÑh@B3zk0cY̰.v4uf3 )1U0`~nC!uhn@BzCBo QW B*uC_}ÆpYFҎLaYe +-J ! +- 8)"VQhfV? >Q5xȿ53p/Fi6Te tzWۀR:u^v ++v53V a(ȫ#gp Jq ŗ֦q|fqfʇ7&dO i*e$HX/Z䃴鳼%mUqW^xJȨ+ƴy5P*`S_M6U#qExQP11 L8ʥxN6 "ZOew[&;:tEE]`*o(h>rçO}zrDxt;a@Ŵ+zݒƀ2{@6e ++ h1k9МؕnW"ҽrOk![guQ~N>)EYPQX ,t5; S^*Muw09? nHȇ[MW~4 ++ye۬#A85@$TtS]:FǏusʃi$ҵm4ӁJzo 5Y6GM:v?MNxw읙FM?Se@2A qï]:hWPîw4sa.:UG;!!ozekw ++ :N}'S⬕(C$( : >.)CފP/g`,0; v啹:U޻V M:Bi aXM,VOX M?g/3 s%J; |[)6.UaYt_Z#7#`adϭǵ L;ƀ+h4" f{;d(" A ڎ,rs&ݥe>̕/z>7 ++YYݬm ɠojS{aT{4) D\L$A â,G0(s~Qծ~B: 1D|+5thDJ*P!z$d ++ Ep&sJ"L,rB?`id [Fd!woȀ6]f:_ 1x'}}LWm&M lD E'> endobj +-1731 0 obj << ++1079 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 726.8189 195.1349 737.7228] ++/Rect [181.355 701.755 287.965 712.634] + /Subtype /Link +-/A << /S /GoTo /D (section.13.10) >> ++/A << /S /GoTo /D (a00022) >> + >> endobj +-1732 0 obj << ++1080 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 710.7726 260.0812 719.6193] ++/Rect [421.897 701.755 498.609 712.634] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.10.1) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1733 0 obj << ++1082 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 690.6118 302.8612 701.5157] ++/Rect [331.512 628.148 408.224 639.037] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.10.1.1) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1734 0 obj << ++1084 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 672.5082 297.8799 683.4122] ++/Rect [270.362 536.926 347.074 547.815] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.10.1.2) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1735 0 obj << ++1085 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 654.4047 230.4224 665.3086] ++/Rect [387.423 536.926 464.682 547.815] + /Subtype /Link +-/A << /S /GoTo /D (section.13.11) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-1736 0 obj << ++1087 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 638.3584 260.0812 647.2051] ++/Rect [341.019 445.705 417.731 456.594] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.11.1) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1737 0 obj << ++1088 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [126.364 433.75 203.623 444.639] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_ga1) >> ++>> endobj ++1090 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [256.156 330.573 332.868 341.462] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++1092 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [262.017 251.307 338.729 262.196] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++1093 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 618.1976 297.8795 629.1016] ++/Rect [300.538 172.494 432.601 183.398] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.11.1.1) >> ++/A << /S /GoTo /D (a00042_ga5) >> ++>> endobj ++1076 0 obj << ++/D [1074 0 R /XYZ 90 757.935 null] ++>> endobj ++1077 0 obj << ++/D [1074 0 R /XYZ 90 739.935 null] ++>> endobj ++1072 0 obj << ++/D [1074 0 R /XYZ 90 722.254 null] ++>> endobj ++1078 0 obj << ++/D [1074 0 R /XYZ 90 722.254 null] ++>> endobj ++1046 0 obj << ++/D [1074 0 R /XYZ 90 665.462 null] ++>> endobj ++1081 0 obj << ++/D [1074 0 R /XYZ 90 646.644 null] ++>> endobj ++1044 0 obj << ++/D [1074 0 R /XYZ 200.455 576.398 null] ++>> endobj ++1083 0 obj << ++/D [1074 0 R /XYZ 90 555.422 null] ++>> endobj ++1045 0 obj << ++/D [1074 0 R /XYZ 432.433 485.176 null] ++>> endobj ++1086 0 obj << ++/D [1074 0 R /XYZ 90 464.201 null] ++>> endobj ++1047 0 obj << ++/D [1074 0 R /XYZ 137.91 370.045 null] ++>> endobj ++1089 0 obj << ++/D [1074 0 R /XYZ 90 349.069 null] ++>> endobj ++639 0 obj << ++/D [1074 0 R /XYZ 428.368 290.778 null] ++>> endobj ++1091 0 obj << ++/D [1074 0 R /XYZ 90 269.803 null] ++>> endobj ++1048 0 obj << ++/D [1074 0 R /XYZ 90 96.348 null] ++>> endobj ++1073 0 obj << ++/Font << /F28 362 0 R /F14 590 0 R /F49 677 0 R /F22 352 0 R /F44 478 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++1097 0 obj << ++/Length 2420 ++/Filter /FlateDecode ++>> ++stream ++xڭYYs6~#U1cޒHyIT6M( ++PA%gjKF_@Y?2KY$"?aboz33w4%~r̖?< >zNs{r",-`TT4TsF*;e٦m^??.;낅n3!o% ځOdᔙvqpsC3蟊^v=| ++OU ?Alu*Ƕ:TE==6lalT?߬v[#㧕^8#_*g FCqwc$+s8q13ewg|Zfh\ge#AG`FstKt5vU?,,f]CTLn3K@cvWJ9G[W]0[gAֲ=֥}}Ye՗Em#n??lLZm5PVZcD ++~>uS {3-1x"r ‘#_ᫀ_~#6qNX!?#hhvձXkVhj7F:m ,FW+Y7A{‰YH>}vL*@nTmEP ++: Fܵ{[355^֍r`J#TM#˧WhFч] ++'Տ@X{HU'-e(PѣimČk< G0'ٮҜ,UD? XekiUZ-be1-z"x2hB{lDb]yNq 8 Ў |cUmI*pcUxq>ĄsHHL :1d#&#ʠw01t^\T*44G?w ++p6Bױi]ay@K9 G|hs_$Cnc^k#>q|M?ZEQ?EUsiXGobX섿̏"v#^}[ UX5q#>~0؏ ++u:CTPE6 wN(1d )?RʽCt\L2.j|##eXlފ`#-JjVRB4?2&0ወro tir!CFVҲxi]jA1 }k|HKAcQ/ȼ4SOq^#ae' ++rPadgFJw6ia$_+5rC !R-1PG16KvdjR?,tr##Kd?ݿwLJ减pc^~2jF74QT|޽R9mi*]˵Y ]mμcuq@\GLf&a f57lIC0;Fzሏ!zU};{1Dh-r4 -5}C!g.U8t`'(/jL5D3L$&6&z',pKSuね\'$=NǾ߷!IJ׃=8@#NhxYۅr͹PMQ{'waL؏<ݕΆ\rk[(v\j\te$p:OP|J9V]nvWɁġuAޙeGzGUI7#y ++2=_^ ;G~}>m.~u'eendstream ++endobj ++1096 0 obj << ++/Type /Page ++/Contents 1097 0 R ++/Resources 1095 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 1094 0 R ++/Annots [ 1100 0 R 1101 0 R 1103 0 R 1105 0 R 1107 0 R ] + >> endobj +-1738 0 obj << ++1100 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 600.0941 310.0538 610.998] ++/Rect [250.626 726.943 327.338 737.832] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.11.1.2) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1739 0 obj << ++1101 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 581.9905 323.3342 592.8945] ++/Rect [373.959 672.89 481.106 683.794] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.11.1.3) >> ++/A << /S /GoTo /D (a00040_ga5) >> + >> endobj +-1740 0 obj << ++1103 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 563.887 279.6183 574.7909] ++/Rect [275.094 569.343 351.806 580.232] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.11.1.4) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1741 0 obj << ++1105 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 545.7835 306.7364 556.6874] ++/Rect [253.601 399.787 330.313 410.676] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.11.1.5) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1742 0 obj << ++1107 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 527.6799 301.7551 538.5839] ++/Rect [285.155 218.276 361.866 229.165] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.11.1.6) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1743 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 509.5764 293.4563 520.4803] +-/Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.11.1.7) >> ++1098 0 obj << ++/D [1096 0 R /XYZ 90 757.935 null] + >> endobj +-1744 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 491.4728 181.1678 502.3768] +-/Subtype /Link +-/A << /S /GoTo /D (section.13.12) >> ++1099 0 obj << ++/D [1096 0 R /XYZ 90 739.935 null] + >> endobj +-1745 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 473.3693 243.4634 484.2732] +-/Subtype /Link +-/A << /S /GoTo /D (subsection.13.12.1) >> ++1049 0 obj << ++/D [1096 0 R /XYZ 90 602.409 null] + >> endobj +-1746 0 obj << ++1102 0 obj << ++/D [1096 0 R /XYZ 90 587.839 null] ++>> endobj ++638 0 obj << ++/D [1096 0 R /XYZ 90 432.853 null] ++>> endobj ++1104 0 obj << ++/D [1096 0 R /XYZ 90 418.283 null] ++>> endobj ++1071 0 obj << ++/D [1096 0 R /XYZ 90 251.342 null] ++>> endobj ++1106 0 obj << ++/D [1096 0 R /XYZ 90 236.772 null] ++>> endobj ++1095 0 obj << ++/Font << /F28 362 0 R /F49 677 0 R /F22 352 0 R /F14 590 0 R /F44 478 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++1110 0 obj << ++/Length 2284 ++/Filter /FlateDecode ++>> ++stream ++xڽZKW(UfgN\R带gFIxAܵ+5OݍFYxB5qpO+x\EϿ[Ւ-%A@z]QWwkW=|8?+ZW V\a][&4w܁?,0b^5F_.~ne -N6:2,bG0Pj!Pp)è&ru`R1D1ݙ蹳v;CDV/J37 _+` ++m5VOkW.SKh<m..Ahj{as(R[GV>onOaǶBDBL[balR^VQ (OML`t;O? X"=D x@D8eId80pFp380 X8gxtY}O$g|4<\=4,U,zCVQ,݅!1ge=C2]\v3f4QPq0o7v;9: [sc ++^ApOqJ 9I ++Lj_P 6fg|_2NgBHd>P)^f"Y}]Ἑfe<(ʥ"`.j8r8ʍk6@f{v}~69;)_yH0M!aC]TߨOzBu*r'r&r ђrb_~*y =*ݸQ nJSˋlcb ASI0UVI$I'ȪJVPOVOcSbqtG1.!ܕ%*S@ %53LAa3˝?%/GVqaz/k1e|3G4^V׬d0EӘBt7GD>=:9%pUiSTnYE̳1sɆ fv8L  L HC U@VQ 31ͼffQ8@l̡UJδSv̡e"al{޾a6V\f ++A+ ++2_dVdv+@HM7wCs88-ө~ցM{gu+Lxa2ݼI0W2ezn\ (zs )Z9.ҜXM%~'_B2oB * I]j=lujf;@{jc.ǧ,eLQz*<'r L 7>DTUԨ~yLє c ++| ++C(dd2aQ؃{A|LD?M]E,"g崂Č=&S4Xԉ/Ij:T"WzB!I>2#"*3x+12݂A'4<cxktZFG˗QK;b ++XQ Kɑ lŋثgǷޒh :yrإdpiE#$ ++-4^:c݂ƘZ0LZtз3أ>06OEqoIؙfcyfe̲24p2OUK]E["Z`MĂ~1ez[SMfSGpMt 릀.9 UUdcqX#( !`|Jr2,SRbZiq19RD ҽI"LהjvmF^>Mei^7&c\bDG(|A:馁 ++ppW4{ͤlk [с7^,W޷pqoldH5'ǩ1c;nHA\8JAp#ӱ%!=geРp{Hal˜CAKs{E ++*ڀ&[a KA!| A EE?Vz1DD a$H> endobj ++1113 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 455.2658 298.2878 466.1697] ++/Rect [133.915 670.048 251.434 680.951] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.12.2) >> ++/A << /S /GoTo /D (a00041_ga0) >> + >> endobj +-1747 0 obj << ++1114 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 437.1622 294.5622 448.0662] ++/Rect [255.249 670.048 329.75 680.951] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.12.2.1) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1748 0 obj << ++1115 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 421.116 260.0812 429.9626] ++/Rect [139.148 626.795 280.557 637.699] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.12.3) >> ++/A << /S /GoTo /D (a00041_ga1) >> + >> endobj +-1749 0 obj << ++1116 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 400.9551 280.1664 411.8591] ++/Rect [289.605 626.795 364.105 637.699] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.12.3.1) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1750 0 obj << ++1117 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 382.8516 302.8512 393.7555] ++/Rect [113.91 571.588 165.716 582.491] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.12.3.2) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1751 0 obj << ++1118 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 364.7481 310.0441 375.652] ++/Rect [166.729 571.588 359.106 582.491] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.12.3.3) >> ++/A << /S /GoTo /D (a00041_ga2) >> + >> endobj +-1752 0 obj << ++1119 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 346.6445 279.0604 357.5484] ++/Rect [363.437 571.588 437.937 582.491] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.12.3.4) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1753 0 obj << ++1120 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 328.541 301.7453 339.4449] ++/Rect [479.356 571.588 513.996 582.491] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.12.3.5) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-1754 0 obj << ++1121 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 310.4374 308.9381 321.3414] ++/Rect [113.91 559.632 175.12 570.536] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.12.3.6) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-1755 0 obj << ++1122 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 292.3339 196.1016 303.2378] ++/Rect [113.91 516.38 165.716 527.284] + /Subtype /Link +-/A << /S /GoTo /D (section.13.13) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1756 0 obj << ++1123 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 274.2303 243.4634 285.1343] ++/Rect [166.861 516.38 358.679 527.284] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.13.1) >> ++/A << /S /GoTo /D (a00041_ga3) >> + >> endobj +-1757 0 obj << ++1124 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 256.1268 298.2878 267.0308] ++/Rect [363.142 516.38 437.642 527.284] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.13.2) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1758 0 obj << ++1125 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 238.0233 300.1013 248.9272] ++/Rect [479.356 516.38 513.996 527.284] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.13.2.1) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1759 0 obj << ++1126 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 219.9197 306.039 230.8237] ++/Rect [113.91 504.425 136.386 515.329] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.13.2.2) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1760 0 obj << ++1130 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 203.8735 260.0812 212.7201] ++/Rect [275.424 411.974 352.135 422.863] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.13.3) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1761 0 obj << ++1131 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 184.6889 250.2785 194.6166] ++/Rect [238.701 368.886 348.618 379.79] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.13.3.1) >> ++/A << /S /GoTo /D (a00040_ga7) >> + >> endobj +-1762 0 obj << ++1134 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 166.5854 292.8983 176.513] ++/Rect [301.836 331.868 378.547 342.757] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.13.3.2) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1763 0 obj << ++1135 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 148.4818 328.3151 158.4095] ++/Rect [285.555 259.201 419.362 270.105] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.13.3.3) >> ++/A << /S /GoTo /D (a00040_ga8) >> + >> endobj +-1764 0 obj << ++1138 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 130.3783 246.3932 140.306] ++/Rect [128.951 222.183 182.968 233.072] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.13.3.4) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1765 0 obj << ++1139 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 111.2985 307.2743 122.2024] ++/Rect [388.151 222.183 464.863 233.072] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.13.3.5) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1766 0 obj << ++1140 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 93.195 342.6912 104.0989] ++/Rect [126.364 210.228 220.779 221.117] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.13.3.6) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-1728 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> ++1111 0 obj << ++/D [1109 0 R /XYZ 90 757.935 null] ++>> endobj ++670 0 obj << ++/D [1109 0 R /XYZ 90 739.935 null] ++>> endobj ++142 0 obj << ++/D [1109 0 R /XYZ 90 739.935 null] ++>> endobj ++1112 0 obj << ++/D [1109 0 R /XYZ 90 691.197 null] ++>> endobj ++1127 0 obj << ++/D [1109 0 R /XYZ 90 459.958 null] ++>> endobj ++1128 0 obj << ++/D [1109 0 R /XYZ 90 432.483 null] ++>> endobj ++1129 0 obj << ++/D [1109 0 R /XYZ 90 432.483 null] ++>> endobj ++1132 0 obj << ++/D [1109 0 R /XYZ 353.201 372.039 null] ++>> endobj ++1133 0 obj << ++/D [1109 0 R /XYZ 90 350.364 null] ++>> endobj ++1136 0 obj << ++/D [1109 0 R /XYZ 423.945 262.354 null] ++>> endobj ++1137 0 obj << ++/D [1109 0 R /XYZ 90 240.679 null] ++>> endobj ++1141 0 obj << ++/D [1109 0 R /XYZ 90 96.348 null] ++>> endobj ++1108 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F14 590 0 R /F40 467 0 R /F49 677 0 R /F44 478 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-1769 0 obj << +-/Length 2649 ++1144 0 obj << ++/Length 776 + /Filter /FlateDecode + >> + stream +-xKs8JM=xRv+'Ţ(XKD*$嵾A3BZқG߭{(J^8X-V56//JVZi_V0#,n~n懫o- Yo_]xǟyq2L g,ex<\p}T(&0ŵtƪ~ow S2ٵCz:GS]AX~vv;.9PQ$Kͤ~$]]Q W+:#NND!" X悫J9z3 kUp8fJgQfBx9Vv~)*S[MD$jl 2CR0$$=DRAed)aVeqO"24%*idaւ MI+1IdsҒy+'[ec'މ̇NDg{#!K=Ճq>No6bG vrW-;aIQVYe)^>vc"{#"R%Fg[Ro6JXM$Ό/ 8ёZ!ayQŌMI/<"X!-Bo|mr-[Xz/W-hUx|yV +-¹HPDaD FDV|K,t I $HW\~q# S0CCrX{.n_&^pu +-ij2 +-iS_qъKf{#!K=@Ú&}3 SqfXТɈ6,L6*}YY2}n )a|1>v3(NYe ;ut:d7Գ;qs T;0~0+Y*#-\fY?˽.w*;Ʋ?q2"024ǩP+s{:,=szOVtF>=PG1(R߰j fOxXQ開sRX\}&g[e+ghaZjYdv7 Nq&9e!h&MqAuV +-;zz52 ]ٍl<fhgs2}ԁKe%$LgQ +-Sc*-DV lB{kr%aBk IFy_`qbUFhXFBO`"V :4't9g@zm3 ~XH⠠U%z4P @|bo d7Ù53H b?d;q*zYef$*- VD&1!8(Ɍ1M`16E>}=Mg#TReJ&9 't7{Lے f*Xs >UgQxF*O+/d7*ϥeJ{AwzZ\|ڹ;*|&}B@_}Cta щH:#:p N.SE#Vg'͘M6!5M_ |w²ZZ ]MvCuԟ|yܝc]|lRru7,ww5SBخK'nxEh_}O}r_m_+jG=endstream ++xڝVMs0Wh`oKN&qLb!dɉc)'ivLB ?j"E0[8\BM@hIg$xP#-Y8yjK%dqq'DḲϳjgULTd ++}+*~ޯ ⺾]L_nmzVe?N'Gq^`J?pK`Ĵ ++cDǫ.q^)R,_ }B:B*;P-=Cڢ|@OiٛRNi=PH3LAo-2Hp2[rU.Ӽؚsmdt~nnn/i0X}Qr?A(bZ̀9)b'#%57CA.XQU5ः1Y> endobj +-1770 0 obj << ++1147 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 726.8189 285.7054 737.7228] ++/Rect [128.942 726.943 182.959 737.832] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.13.3.7) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1771 0 obj << ++1148 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 708.7153 321.1223 719.6193] ++/Rect [389.05 726.943 465.762 737.832] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.13.3.8) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1772 0 obj << ++1149 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 690.6118 308.3902 701.5157] ++/Rect [126.364 714.988 180.381 725.877] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.13.3.9) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1773 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 672.5082 343.8071 683.4122] +-/Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.13.3.10) >> ++1145 0 obj << ++/D [1143 0 R /XYZ 90 757.935 null] + >> endobj +-1774 0 obj << ++1146 0 obj << ++/D [1143 0 R /XYZ 90 739.935 null] ++>> endobj ++1142 0 obj << ++/Font << /F28 362 0 R /F49 677 0 R /F14 590 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++1152 0 obj << ++/Length 2416 ++/Filter /FlateDecode ++>> ++stream ++xZnG}W}eM8YEfil@H"ȶȿz{=!0`Q:U(c3GgFℚm/KxL}u︝9ⴘ?׌(f_犸Œ+:(cQZ-vw oaka\o/.W'O%Fggg3%̹"|]⟍{ U1;V&: ?Qɣ ++3!<|_c=DCZ ?Ha?6 zqE NAtdC(\> ~Nnv(b}[+E)EG1 \ b\Mkb8y[&=_^}^׫7{ju+ɡCc1/mCޗt؄%ܱ1hewa\a!bOo|%~x}uٙ2 ++jLkݯ*L@݉XfCjR]=A`JH̨H \gH$O~_vHpF:,ӷL :^)F%DR bP':*%fl#z:73톐fqG J. XvDuSL9Eҩ=Xc rGҙw:Lmc{ӬCXL>Zqfnnvq\3/o[l8,4 q#f[%O N1X<9p429t ++Yk :A|Ct.P#Թ)Ν&'wEFiZu!RN @D>MXO~'aA%6-qr |:B0*nAZם ++3pft2|oNq'$0wE>TP>ܫ(Wcy,4zCcZ1a+grbaˈAt>q}2jf2'рMNj%`\h ++<#e*Ϧ>53.D9u&@uJa)S9љ ++ ln p I vU ++obf~LNڗ @Ġ..s}:)a| ++A4_OBM\fT϶&QT7~2L.ieѹ7 ++T 4 ++⯪,M>S~0DunrAhqG J.ӏ!׉bj mԡl*/e"GR6Xd K8ډO @o[/ Wmw@7rl=l̯Λ7ޝ6{!͵gRţ &D'3W ͝(*t.͇:GװBS륅ĂM05Ա~SfT^tSCo)q@RvYJT +++jW p{E!4*H72VX!=W_z},Z?nO1tnY(C"F7 F7bzՂفKn/q^yʫx#*o?6q܄՚Q#_U&Aunyi XL &^j"m8xʎ65zR29Фdntu1(9BSC:1"{jFj{fEp<"!OTp[7IX}|n]!G6#zfHRph%&ya J]"kV%,LZZ`J|l2dAmTÛm} 1L4PV_} bչ?e> endobj ++1156 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 655.381 306.1684 665.3086] ++/Rect [144.328 674.772 246.484 685.675] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.13.3.11) >> ++/A << /S /GoTo /D (a00042_ga6) >> + >> endobj +-1775 0 obj << ++1157 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 637.2774 341.5852 647.2051] ++/Rect [265.836 674.772 428.515 685.675] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.13.3.12) >> ++/A << /S /GoTo /D (a00042_gga6a19) >> + >> endobj +-1776 0 obj << ++1158 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 619.1739 284.5995 629.1016] ++/Rect [437.294 674.772 513.996 685.675] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.13.3.13) >> ++/A << /S /GoTo /D (a00042_gga6a20) >> + >> endobj +-1777 0 obj << ++1159 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 601.0703 320.0163 610.998] ++/Rect [113.91 663.19 201.322 673.72] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.13.3.14) >> ++/A << /S /GoTo /D (a00042_gga6a20) >> + >> endobj +-1778 0 obj << ++1161 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 581.9905 307.2843 592.8945] ++/Rect [152.376 607.001 263.399 617.905] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.13.3.15) >> ++/A << /S /GoTo /D (a00042_ga0) >> + >> endobj +-1779 0 obj << ++1162 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 563.887 342.7011 574.7909] ++/Rect [267.214 607.001 341.714 617.905] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.13.3.16) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1780 0 obj << ++1163 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 545.7835 211.0553 556.6874] ++/Rect [126.921 569.239 219.673 580.143] + /Subtype /Link +-/A << /S /GoTo /D (section.13.14) >> ++/A << /S /GoTo /D (a00042_ga1) >> + >> endobj +-1781 0 obj << ++1164 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 529.7372 260.0812 538.5839] ++/Rect [223.488 569.239 297.989 580.143] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.14.1) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1782 0 obj << ++1165 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 509.5764 334.094 520.4803] ++/Rect [338.247 569.239 412.19 580.143] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.14.1.1) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-1783 0 obj << ++1166 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 491.4728 334.7015 502.3768] ++/Rect [113.91 531.476 187.852 542.38] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.14.1.2) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-1784 0 obj << ++1167 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 473.3693 223.8768 484.2732] ++/Rect [188.351 531.476 281.102 542.38] + /Subtype /Link +-/A << /S /GoTo /D (section.13.15) >> ++/A << /S /GoTo /D (a00042_ga2) >> + >> endobj +-1785 0 obj << ++1168 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 457.2034 260.0812 466.1697] ++/Rect [284.918 531.476 359.418 542.38] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.15.1) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1786 0 obj << ++1169 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 437.1622 341.0376 448.0662] ++/Rect [152.376 493.713 269.486 504.617] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.15.1.1) >> ++/A << /S /GoTo /D (a00042_ga3) >> + >> endobj +-1787 0 obj << ++1170 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 419.0587 336.0563 429.9626] ++/Rect [273.302 493.713 347.802 504.617] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.15.1.2) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1788 0 obj << ++1171 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 400.9551 338.8258 411.8591] ++/Rect [152.107 455.951 264.235 466.855] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.15.1.3) >> ++/A << /S /GoTo /D (a00042_ga4) >> + >> endobj +-1789 0 obj << ++1172 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 382.8516 289.9794 393.7555] ++/Rect [268.051 455.951 342.551 466.855] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.15.1.4) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1790 0 obj << ++1173 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 364.7481 324.8487 375.652] ++/Rect [382.81 455.951 456.752 466.855] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.15.1.5) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-1791 0 obj << ++1174 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 346.6445 319.8673 357.5484] ++/Rect [126.921 418.188 252.35 429.092] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.15.1.6) >> ++/A << /S /GoTo /D (a00042_ga5) >> + >> endobj +-1792 0 obj << ++1175 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 328.541 331.4938 339.4449] ++/Rect [256.165 418.188 330.665 429.092] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.15.1.7) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1793 0 obj << ++1179 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 310.4374 281.8301 321.3414] ++/Rect [152.655 334.92 259.244 345.8] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.15.1.8) >> ++/A << /S /GoTo /D (a00042_ga6) >> + >> endobj +-1794 0 obj << ++1185 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 292.3339 301.755 303.2378] ++/Rect [128.854 215.83 206.114 226.719] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.15.1.9) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-1795 0 obj << ++1186 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 274.2303 261.9636 285.1343] ++/Rect [307.612 215.83 384.324 226.719] + /Subtype /Link +-/A << /S /GoTo /D (section.13.16) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1796 0 obj << ++1189 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 258.1841 260.0812 267.0308] ++/Rect [296.584 117.669 373.295 128.558] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.16.1) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1797 0 obj << ++1153 0 obj << ++/D [1151 0 R /XYZ 90 757.935 null] ++>> endobj ++1154 0 obj << ++/D [1151 0 R /XYZ 90 739.935 null] ++>> endobj ++146 0 obj << ++/D [1151 0 R /XYZ 90 739.935 null] ++>> endobj ++1155 0 obj << ++/D [1151 0 R /XYZ 90 693.176 null] ++>> endobj ++1160 0 obj << ++/D [1151 0 R /XYZ 90 625.405 null] ++>> endobj ++1176 0 obj << ++/D [1151 0 R /XYZ 90 381.905 null] ++>> endobj ++1177 0 obj << ++/D [1151 0 R /XYZ 90 353.137 null] ++>> endobj ++1178 0 obj << ++/D [1151 0 R /XYZ 90 353.137 null] ++>> endobj ++1180 0 obj << ++/D [1151 0 R /XYZ 107.713 303.707 null] ++>> endobj ++1181 0 obj << ++/D [1151 0 R /XYZ 107.713 288.859 null] ++>> endobj ++1182 0 obj << ++/D [1151 0 R /XYZ 90 260.668 null] ++>> endobj ++1183 0 obj << ++/D [1151 0 R /XYZ 90 236.339 null] ++>> endobj ++1184 0 obj << ++/D [1151 0 R /XYZ 90 236.339 null] ++>> endobj ++1187 0 obj << ++/D [1151 0 R /XYZ 90 150.244 null] ++>> endobj ++1188 0 obj << ++/D [1151 0 R /XYZ 90 136.165 null] ++>> endobj ++1190 0 obj << ++/D [1151 0 R /XYZ 90 94.191 null] ++>> endobj ++1150 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 467 0 R /F44 478 0 R /F49 677 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++1195 0 obj << ++/Length 1674 ++/Filter /FlateDecode ++>> ++stream ++xڭX[F~ϯ[ onJ ++D+"'q}j;_r!m'ɏȋQ,7[ A7[}y4 H,1_$jJH)tPW2ɳhoy1S~J?-]Z4I٬g &'>coGx9őw1F$݄Sfv3`a׏O)ň"6Yg>H  1mŢ\]ysO24P.U6V]:#-|)˼! & ++ɌI&=NRڇ8d +GCPKDo5h'ÀƆ /\4 8" Bcd""D2DX-Vɴlw=qP`Rf_fk򐭚kJE%|[ ++1,BsPLR 4Rz!qs*dvCvi˵ga ++ ++HK\y9dNth-)*-^)w;Ϟ!AAIFPk4d[DC$F2 ++04deF{4DFa_azmE )mEp0}| E~n )ByNIUoH-* -zl5[ETroC!Jp ++JUZǬؘZnWa+z_i]i-|VuɊU &YӍ֣Ob0O{ٟo͟>{;{17wS`oPO4tlF!' k1/{]'Ճ˗Kd+jN(g)F!=!R ++'iK( O ےlYi^p!׺%3l%CKFJ F= 6c8jcݣ];% ʺ5/DxtΫ\GOv-H$QrM#ps @ލƮMcݧtiǘ?>amjMHC9usqt8786l=endstream ++endobj ++1194 0 obj << ++/Type /Page ++/Contents 1195 0 R ++/Resources 1193 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 1094 0 R ++/Annots [ 1198 0 R 1199 0 R 1201 0 R 1202 0 R 1203 0 R 1204 0 R 1205 0 R 1207 0 R 1209 0 R ] ++>> endobj ++1198 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 238.0233 371.8612 248.9272] ++/Rect [288 726.943 364.712 737.832] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.16.1.1) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1798 0 obj << ++1199 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 219.9197 355.2536 230.8237] ++/Rect [405.273 726.943 482.533 737.832] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.16.1.2) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-1799 0 obj << ++1201 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 201.8162 375.9164 212.7201] ++/Rect [243.972 628.865 320.683 639.754] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.16.1.3) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1800 0 obj << ++1202 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 183.7127 370.9351 194.6166] ++/Rect [361.032 628.865 438.291 639.754] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.16.1.4) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-1801 0 obj << ++1203 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 165.6091 384.0659 176.513] ++/Rect [319.713 557.187 461.46 568.091] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.16.1.5) >> ++/A << /S /GoTo /D (a00047_ga0) >> + >> endobj +-1802 0 obj << ++1204 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 147.5056 379.0846 158.4095] ++/Rect [479.356 557.187 513.996 568.091] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.16.1.6) >> ++/A << /S /GoTo /D (a00047_ga1) >> + >> endobj +-1803 0 obj << ++1205 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 129.402 362.0784 140.306] ++/Rect [89.004 545.232 200.814 556.136] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.16.1.7) >> ++/A << /S /GoTo /D (a00047_ga1) >> + >> endobj +-1804 0 obj << ++1207 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 111.2985 357.0971 122.2024] ++/Rect [288.823 513.162 365.535 524.051] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.16.1.8) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1805 0 obj << ++1209 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 93.195 325.0265 104.0989] ++/Rect [276.081 438.994 352.792 449.883] + /Subtype /Link +-/A << /S /GoTo /D (section.13.17) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1767 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> +-/ProcSet [ /PDF /Text ] ++1196 0 obj << ++/D [1194 0 R /XYZ 90 757.935 null] + >> endobj +-1809 0 obj << +-/Length 2676 +-/Filter /FlateDecode +->> +-stream +-x\nF}W~p}om3I,&,qlq)^YTc]JUGէ%,<+j +-L6?˳[x3>} _boξ \V]}=δ"Zzyy4€w?~/Sg^mx- l0~8˙,ΞN +-ݟ)!/g?? N3x] +-綷ѿ=3ܲ2K]ԃRqť~Y=~V?tP +- ~1аQL*zť@Au.Y."KFZ䒌&dpbL.9]0Cԫ'nwO_|sr\^w0')MOaqf*#=uQ#> >DU$H0!67M!xKXqVM t/ I:`(@fbP݉r +-$7V3c0Z`)X@f5*76lr5wi_*g}8䤁B*)2PJoȻ7*?F&u0:=A2:'h^pq F# -0dco/XCaRZc!.^'^<_/ʇ];3gaXbX#T"#d"7#d&u#8 mSf#b*GeDU9aDJ<[O7AL!Lh)}Bn'x-yfCjHfWoSwt7DdHH.IțaE"lw7ۖ1.2T83 c *Vk=@{z2A*.-s\ިekM gyhV Ϸ {f+Z)\F8%h*,`p_4K('UAN"0=N3oubD֩3M"Y[M@=H@* U(f'`8V]77NXhf-1柷J9g6=`]d:v5 8]) YAw0<)WjQ~mѭ2 +w6j8V,GJ~2N)5.ٙ掤3?AzlJ 3]$Ce! uTNkubVG9b )ő!* 1^jUNB:f/pF4UD},cfd F;Zb`8hr^<+0gF2ÑV*[1/Qu@C`YbN:Zуf8I͢:аj+2`p붶J [='\C{gMYc,o3̚XMqtÌ'2/^U9E֛P^dnE/F +-8}ݓ +-n6u0;Q4 +-Uy$J``YY8Q~|+PRh>>ԜC ljg(Ə=87J"FI^[MY;HY*OI (U0 }c40"jdco%bu`\jVuQbs\oW3FQ\}HdEܸ F4t@*m|;֐F9CVw:e,y'u3 FfXr1p>Scē[TE5FЅiZS@WfZG٢s=`ZHd=d7=dwK5#`٣Fu GLJ yzrE!sՌqN=X90XyznN+ [ G|Nca`rh?4].oWww?MW<|עh}My϶J <Ͷܝͣg[Z` ފg\>e/]!endstream +-endobj +-1808 0 obj << +-/Type /Page +-/Contents 1809 0 R +-/Resources 1807 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 1806 0 R +-/Annots [ 1810 0 R 1811 0 R 1812 0 R 1813 0 R 1814 0 R 1815 0 R 1816 0 R 1817 0 R 1818 0 R 1819 0 R 1820 0 R 1821 0 R 1822 0 R 1823 0 R 1824 0 R 1825 0 R 1826 0 R 1827 0 R 1828 0 R 1829 0 R 1830 0 R 1831 0 R 1832 0 R 1833 0 R 1834 0 R 1835 0 R 1836 0 R 1837 0 R 1838 0 R 1839 0 R 1840 0 R 1841 0 R 1842 0 R 1843 0 R 1844 0 R 1845 0 R ] ++1197 0 obj << ++/D [1194 0 R /XYZ 90 739.935 null] + >> endobj +-1810 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 728.8762 260.0812 737.7228] +-/Subtype /Link +-/A << /S /GoTo /D (subsection.13.17.1) >> ++1192 0 obj << ++/D [1194 0 R /XYZ 128.774 664.088 null] + >> endobj +-1811 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 708.7153 337.9691 719.6193] +-/Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.17.1.1) >> ++1200 0 obj << ++/D [1194 0 R /XYZ 90 649.418 null] + >> endobj +-1812 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 690.6118 330.7763 701.5157] +-/Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.17.1.2) >> ++1191 0 obj << ++/D [1194 0 R /XYZ 205.397 548.385 null] + >> endobj +-1813 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 672.5082 364.0394 683.4122] +-/Subtype /Link +-/A << /S /GoTo /D (section.13.18) >> ++1206 0 obj << ++/D [1194 0 R /XYZ 90 531.658 null] + >> endobj +-1814 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 656.462 260.0812 665.3086] +-/Subtype /Link +-/A << /S /GoTo /D (subsection.13.18.1) >> ++640 0 obj << ++/D [1194 0 R /XYZ 318.621 474.217 null] + >> endobj +-1815 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 636.3012 394.8258 647.2051] +-/Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.18.1.1) >> ++1208 0 obj << ++/D [1194 0 R /XYZ 90 457.49 null] + >> endobj +-1816 0 obj << ++1193 0 obj << ++/Font << /F28 362 0 R /F49 677 0 R /F44 478 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++1214 0 obj << ++/Length 1599 ++/Filter /FlateDecode ++>> ++stream ++xY˒7,(z?L9vr%gr\.vxGR~&Y@.}6ǦN2 5]=Lo&,.pH۩#NͦfDq6Y)|/Nm1gjYQvXBt7o'?4;Jhoɇt[o'gOXSœ>L$a1Q E IbL( ++ԚqJyMHW=~uږ@"Xvk&RFkQْYUu7w}C5#^ԫ]T~t9%1CZwNkq.+Nϟŗ}O9g e.p]5hϠI6x1(7QyT~)ws>B*eƅxk2εPQ9{Ęn_1|Ϫj+nӨ8O+8@z s:Z%׽/w "\YPknURRT&YːUH e`.㚰NA8գ[_60l_֟MpXoC8/VX@\Uwj0srk2ow!]%3 .l᨞ErN]y mc ++_7uWnheh8]CYKeyE"vT^f ++z3 Pre>u:Q3Qv ++.ۓ|V{{t)V:b߿@gendstream ++endobj ++1213 0 obj << ++/Type /Page ++/Contents 1214 0 R ++/Resources 1212 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 1235 0 R ++/Annots [ 1218 0 R 1219 0 R 1220 0 R 1221 0 R 1222 0 R 1223 0 R 1224 0 R 1228 0 R 1229 0 R 1231 0 R 1232 0 R 1233 0 R 1234 0 R ] ++>> endobj ++1218 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 618.1976 389.8445 629.1016] ++/Rect [113.91 674.226 165.716 685.13] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.18.1.2) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1817 0 obj << ++1219 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 600.0941 254.4718 610.998] ++/Rect [165.637 674.226 268.909 685.13] + /Subtype /Link +-/A << /S /GoTo /D (section.13.19) >> ++/A << /S /GoTo /D (a00043_ga0) >> + >> endobj +-1818 0 obj << ++1220 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 583.9282 260.0812 592.8945] ++/Rect [272.147 674.226 346.647 685.13] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.19.1) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1819 0 obj << ++1221 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 563.887 340.7189 574.7909] ++/Rect [140.64 635.371 192.445 646.275] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.19.1.1) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1820 0 obj << ++1222 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 545.7835 358.9803 556.6874] ++/Rect [194.488 635.371 292.779 646.275] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.19.1.2) >> ++/A << /S /GoTo /D (a00043_ga1) >> + >> endobj +-1821 0 obj << ++1223 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 527.6799 241.8795 538.5839] ++/Rect [298.139 635.371 372.639 646.275] + /Subtype /Link +-/A << /S /GoTo /D (section.13.20) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1822 0 obj << ++1224 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 511.6337 260.0812 520.4803] ++/Rect [416.373 635.371 490.315 646.275] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.20.1) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-1823 0 obj << ++1228 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 491.4728 296.7735 502.3768] ++/Rect [134.119 539.102 188.136 549.991] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.20.1.1) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1824 0 obj << ++1229 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 473.3693 352.405 484.2732] ++/Rect [301.279 539.102 377.991 549.991] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.20.1.2) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1825 0 obj << ++1231 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 455.2658 326.9606 466.1697] ++/Rect [157.661 470.603 211.678 481.492] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.20.1.3) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1826 0 obj << ++1232 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 437.1622 194.4377 448.0662] ++/Rect [318.189 470.603 394.901 481.492] + /Subtype /Link +-/A << /S /GoTo /D (section.13.21) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1827 0 obj << ++1233 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 421.116 260.0812 429.9626] ++/Rect [435.283 470.603 512.543 481.492] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.21.1) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-1828 0 obj << ++1234 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 400.9551 322.6366 411.8591] ++/Rect [257.669 404.594 367.576 415.498] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.21.1.1) >> ++/A << /S /GoTo /D (a00043_ga0) >> + >> endobj +-1829 0 obj << ++1215 0 obj << ++/D [1213 0 R /XYZ 90 757.935 null] ++>> endobj ++1216 0 obj << ++/D [1213 0 R /XYZ 90 739.935 null] ++>> endobj ++150 0 obj << ++/D [1213 0 R /XYZ 90 739.935 null] ++>> endobj ++1217 0 obj << ++/D [1213 0 R /XYZ 90 693.176 null] ++>> endobj ++1225 0 obj << ++/D [1213 0 R /XYZ 90 586.096 null] ++>> endobj ++1226 0 obj << ++/D [1213 0 R /XYZ 90 559.611 null] ++>> endobj ++1227 0 obj << ++/D [1213 0 R /XYZ 90 559.611 null] ++>> endobj ++703 0 obj << ++/D [1213 0 R /XYZ 90 503.669 null] ++>> endobj ++1230 0 obj << ++/D [1213 0 R /XYZ 90 489.099 null] ++>> endobj ++1212 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 467 0 R /F44 478 0 R /F49 677 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++1238 0 obj << ++/Length 2510 ++/Filter /FlateDecode ++>> ++stream ++xZKs6WjSd+[$%v[-y8~AH= SgI6n9>^={{}w<b2k=cDqunLF_vPX-v{pj^_QE?>?TGx`ˎm<X͡9UyMW"%gxy\燫_~dO^119|&Y?ohO QJ?|*74w;Aۢ>!9Dp.ю<1Lkevf~͈y`ƹ`0EjwcmGQr+uHAҠR1-SǶ[@]OMC29)@0\#ɔ@xepf ;Qa7Celi>Drh!j81ّʉt6l;yVEsK&,?^ܺWMT=T6=Um`%=2; q19<-ėpܪ@UKKUYȉ4l% =#;o>`P#`Mt )&]gLedᆁFDlehQ3>;գc6&zuZms<@BY9`PYҩvmMuFL+,b' aED[ ^ 'jB2uKGT`\4 CL7gVa`V(ɄP}c-R:7{,6T\d./S[ጒ\WZk&Η[?_9ަ^e.:s4 4혽-=K-[y ++(GYU`p >dc"P;>]E3P p! j9QXMҒzD7R:$*۞zi\7sG.;|%F*Bwq8J(w"p!\#U7i%q[lzInG ++P24>0)2,=KcDp``Aciz bA[#K-G#PR=*&`X{xHo )s, '<՟੃;3,}%oxߩIVGs5x#5ݽ Bvaʚ3Mk_`ݯnǕ*v|ۛ, @]q7/ m0G9yL]S9Mp7ѥˇ @7մp3`oH eU9wBbDИSf ɦCCf96*x{;)6$S0cI ++-'a*;/Ǧ#0r\<ק 愲ҧn ++?-/:q1 ik|rN';(;춧8r ++B0ߜ ++Xl1ܧSOS"AX|9 VNh5KM תōsQ .$WsC9F &5)}g 'g$BR bU!_۲{\$f\84q(cv:;P2uXPN- e۝D<6p]Y0}QP:zgGYJ(vK贾؉ZMeendstream ++endobj ++1237 0 obj << ++/Type /Page ++/Contents 1238 0 R ++/Resources 1236 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 1235 0 R ++/Annots [ 1242 0 R 1243 0 R 1244 0 R 1245 0 R 1246 0 R 1247 0 R 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 1260 0 R 1263 0 R ] ++>> endobj ++1242 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 382.8516 358.0534 393.7555] ++/Rect [164.54 674.507 258.407 685.411] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.21.1.2) >> ++/A << /S /GoTo /D (a00044_ga0) >> + >> endobj +-1830 0 obj << ++1243 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 365.7243 268.3505 375.652] ++/Rect [262.223 674.507 336.165 685.411] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.21.1.3) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-1831 0 obj << ++1244 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 347.6208 273.0827 357.5484] ++/Rect [113.91 636.216 187.852 647.12] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.21.1.4) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-1832 0 obj << ++1245 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 328.541 190.0043 339.4449] ++/Rect [188.351 636.216 295.498 647.12] + /Subtype /Link +-/A << /S /GoTo /D (section.13.22) >> ++/A << /S /GoTo /D (a00044_ga1) >> + >> endobj +-1833 0 obj << ++1246 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 312.4947 260.0812 321.3414] ++/Rect [126.921 597.924 229.087 608.828] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.22.1) >> ++/A << /S /GoTo /D (a00044_ga2) >> + >> endobj +-1834 0 obj << ++1247 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 292.3339 350.203 303.2378] ++/Rect [361.559 597.924 413.364 608.828] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.22.1.1) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1835 0 obj << ++1248 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 274.2303 355.4333 285.1343] ++/Rect [127.645 559.633 225.935 570.537] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.22.1.2) >> ++/A << /S /GoTo /D (a00044_ga3) >> + >> endobj +-1836 0 obj << ++1249 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 256.1268 343.8171 267.0308] ++/Rect [363.108 559.633 414.913 570.537] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.22.1.3) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1837 0 obj << ++1250 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 238.0233 354.3377 248.9272] ++/Rect [127.743 509.386 207.772 520.29] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.22.1.4) >> ++/A << /S /GoTo /D (a00044_ga4) >> + >> endobj +-1838 0 obj << ++1251 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 219.9197 194.9756 230.8237] ++/Rect [345.583 509.386 420.084 520.29] + /Subtype /Link +-/A << /S /GoTo /D (section.13.23) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1839 0 obj << ++1252 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 203.8735 260.0812 212.7201] ++/Rect [462.191 509.386 513.996 520.29] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.23.1) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1840 0 obj << ++1253 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 183.7127 355.1843 194.6166] ++/Rect [126.765 459.14 237.23 470.044] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.23.1.1) >> ++/A << /S /GoTo /D (a00044_ga5) >> + >> endobj +-1841 0 obj << ++1254 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 165.6091 360.4146 176.513] ++/Rect [427.209 459.14 479.015 470.044] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.23.1.2) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1842 0 obj << ++1255 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 147.5056 359.319 158.4095] ++/Rect [166.204 408.893 289.949 419.797] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.23.1.3) >> ++/A << /S /GoTo /D (a00044_ga6) >> + >> endobj +-1843 0 obj << ++1256 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 129.402 287.6775 140.306] ++/Rect [293.764 408.893 345.57 419.797] + /Subtype /Link +-/A << /S /GoTo /D (section.13.24) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1844 0 obj << ++1260 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 111.2985 243.4634 122.2024] ++/Rect [393.158 325.113 447.175 336.003] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.24.1) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1845 0 obj << ++1263 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 95.1326 260.0812 104.0989] ++/Rect [131.345 164.912 185.362 175.801] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.24.2) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1807 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> ++1239 0 obj << ++/D [1237 0 R /XYZ 90 757.935 null] ++>> endobj ++1240 0 obj << ++/D [1237 0 R /XYZ 90 739.935 null] ++>> endobj ++154 0 obj << ++/D [1237 0 R /XYZ 90 739.935 null] ++>> endobj ++1241 0 obj << ++/D [1237 0 R /XYZ 90 693.176 null] ++>> endobj ++1257 0 obj << ++/D [1237 0 R /XYZ 90 372.108 null] ++>> endobj ++1258 0 obj << ++/D [1237 0 R /XYZ 90 345.623 null] ++>> endobj ++1259 0 obj << ++/D [1237 0 R /XYZ 90 345.623 null] ++>> endobj ++1261 0 obj << ++/D [1237 0 R /XYZ 90 209.346 null] ++>> endobj ++1262 0 obj << ++/D [1237 0 R /XYZ 90 195.029 null] ++>> endobj ++1264 0 obj << ++/D [1237 0 R /XYZ 90 96.348 null] ++>> endobj ++1236 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F14 590 0 R /F40 467 0 R /F49 677 0 R /F44 478 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-1848 0 obj << +-/Length 2567 ++1271 0 obj << ++/Length 2305 + /Filter /FlateDecode + >> + stream +-xKs8M-N\)alKB(R#g@ͰG!YBVc`@UaQ8!u5# +-4;n+G溚<#hFg,~|*8ݿGNBր5+#J9ǫa5iPpTuQn؊L9bvo?VS5G|*I8ac=}YmaWtYL&@@:nLxY#{EכZ(*F"I%)+b0*#V[YbAxn]S$%TR[!uEPac_59?*y -zԻN+dg9ۀ*LS 3򍳯+8=Wxqh]IE \u2ȕD:ד%K2{@`Ppoju^4ZSK$a  Tw7(*f=Q+ #TnTy^}9ޘ3̖BPL9C:vu;z zhXBߦ̽] `pD*yv 6{KϖzqSo/f ]S+w$AUpƥ:N>0XQhQhGEG,[yjJ}li3u\-E`G*  [AVh9hPh/PǮ(t @qzHQW-̙AU ZnEW%v$JOū7oXaZYO8MһחzQ?k`BU0of`=%RGhI1`%|R*i:0;)yL)x`ⱡ@Z4BQ*(sש oz?Ok֕RZ ;I6r4n 43NI,,$qbSzi~wXϏ=P +-rfITpR;8TU -c KxygUh -Y:[>9;ͿK6)S;UYhqQ /Ub} -UH%Qjt) a:Ge\ҭ Y냄͌VU%(#ב/F}5J!pa /o_J)d.kڦC如2CU,qŖ}-\^4yЄW q:YAlv~s }樫`B* ŠBFCBRHʙҭ XVٶNc!+/3[UV,/Fi4-,-K0V'Z阝ak|m|`g2ZU^xOd&qpBˑFCpByl +-S'pb9^ƌ޽U`jSؔ< u LDbi43,];--;UO![^5!2e~ +-V/\Itaٮ˟VaEYHjFaW\jEAsWGUUj\ - -\툛%|f6ot("dҋK2A[V_K!a l }]di*%a[Y̔dLǬQ%\rmilO[i<}raoNNL_N?=lO?e]4OY2ێk|Z_O?B=_l6Xϸ~o~v:hzJ LF ++ wf߉$Lu ++󍔪5dfXV 6a@WznxcÅA=2C|YT"^Yt/ZT9GiXn8r6svf `|ؓ#Ij!H+/Vۢڝwq0EI9Р퍩dۖ)L%ףc.6@ZsI ׾KT?sR<$Ld˃W" h.]=Rp?9d9*2K"WX5{tDi ^X=bUޕ=хOvoDuޭَH mr}f[W1U9엧b5>F`(S/%Ő="*+-OTu]s \C/U/xսpM h/mY}қ@7! O3d5%!)2XW''Ԯ::ӖyvzUvdSx n}y:^HB1'Q hL" Oa+D04vewt 6K͛fyiٿ~rxC؛@uT8y'?n4RxF10a x*fLR޿!|m=~@)!ݛ"hȧamGAIIhEãa+7Olۃ HoWEl:#k]ovƗ $” ¹+x;8o0 ]E ++ r1J!$dҍ8"^JOnLMsrgxIJ#."K,Cx-^݇ p"=Ԇ= ++:ʰdE#\: n pr:_/l1eJ(R> xr.kww ( 5 b;SNU83 fJ'L3V9C L]1/jB'#p+vp!KxJCd0"֧`ДU·\GhGniJ~k@j2KYψq9u֯>;^yGL ++:&KOLf )5'vT2I&IӾzFIz@Q_%AQXl ++]x$GIW%\@0wp2! q} 8xv0y2DR6 RtLf9?s/X ++SSt5LrI ׊ʹ6wR{J5Ns0p#E=Kh_Z+v:AJ>Sw\*(b?Y*$(կ/kfٝ)^o^3UPvu3AE9굄˧@5I ӽpM&9lh֋DG)%Jǖ7efLCNWG#f S+՜ ]HE B<RBr5k*7 v"0' v_fo ++3xf}γSٽ\ݻW?_j>Ec&3endstream + endobj +-1847 0 obj << ++1270 0 obj << + /Type /Page +-/Contents 1848 0 R +-/Resources 1846 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 1806 0 R +-/Annots [ 1849 0 R 1850 0 R 1851 0 R 1852 0 R 1853 0 R 1854 0 R 1855 0 R 1856 0 R 1857 0 R 1858 0 R 1859 0 R 1860 0 R 1861 0 R 1862 0 R 1863 0 R 1864 0 R 1865 0 R 1866 0 R 1867 0 R 1868 0 R 1869 0 R 1870 0 R 1871 0 R 1872 0 R 1873 0 R 1874 0 R 1875 0 R 1876 0 R 1877 0 R 1878 0 R 1879 0 R 1880 0 R 1881 0 R 1882 0 R 1883 0 R 1884 0 R ] ++/Contents 1271 0 R ++/Resources 1269 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 1235 0 R ++/Annots [ 1274 0 R 1276 0 R 1277 0 R 1278 0 R 1279 0 R 1281 0 R 1283 0 R 1284 0 R 1286 0 R ] + >> endobj +-1849 0 obj << ++1274 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 726.8189 316.131 737.7228] ++/Rect [318.04 726.943 372.057 737.832] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.24.2.1) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1850 0 obj << ++1276 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 708.7153 341.0371 719.6193] ++/Rect [373.989 610.877 450.701 621.767] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.24.2.2) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1851 0 obj << ++1277 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 690.6118 304.5147 701.5157] ++/Rect [131.345 598.922 185.362 609.811] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.24.2.3) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1852 0 obj << ++1278 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 672.5082 329.4207 683.4122] ++/Rect [260.383 536.844 369.184 559.813] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.24.2.4) >> ++/A << /S /GoTo /D (a00044_ga2) >> + >> endobj +-1853 0 obj << ++1279 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 654.4047 193.053 665.3086] ++/Rect [386.258 536.844 491.183 559.813] + /Subtype /Link +-/A << /S /GoTo /D (section.13.25) >> ++/A << /S /GoTo /D (a00044_ga3) >> + >> endobj +-1854 0 obj << ++1281 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 636.3012 243.4634 647.2051] ++/Rect [133.836 360.454 211.095 371.343] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.25.1) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-1855 0 obj << ++1283 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 620.2549 251.2146 629.1016] ++/Rect [397.809 256.343 451.826 267.232] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.25.2) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1856 0 obj << ++1284 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 600.0941 320.4051 610.998] ++/Rect [147.683 202.29 248.185 213.194] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.2.1) >> ++/A << /S /GoTo /D (a00044_ga0) >> + >> endobj +-1857 0 obj << ++1286 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 581.9905 312.8036 592.8945] ++/Rect [287.966 122.653 365.226 133.542] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.2.2) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-1858 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 563.887 257.0528 574.7909] +-/Subtype /Link +-/A << /S /GoTo /D (subsection.13.25.3) >> ++1272 0 obj << ++/D [1270 0 R /XYZ 90 757.935 null] + >> endobj +-1859 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 545.7835 266.3381 556.6874] +-/Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.3.1) >> ++1273 0 obj << ++/D [1270 0 R /XYZ 90 739.935 null] + >> endobj +-1860 0 obj << ++1268 0 obj << ++/D [1270 0 R /XYZ 90 643.944 null] ++>> endobj ++1275 0 obj << ++/D [1270 0 R /XYZ 90 629.374 null] ++>> endobj ++1266 0 obj << ++/D [1270 0 R /XYZ 90 393.186 null] ++>> endobj ++1280 0 obj << ++/D [1270 0 R /XYZ 90 378.616 null] ++>> endobj ++1267 0 obj << ++/D [1270 0 R /XYZ 90 289.409 null] ++>> endobj ++1282 0 obj << ++/D [1270 0 R /XYZ 90 274.839 null] ++>> endobj ++1265 0 obj << ++/D [1270 0 R /XYZ 90 155.385 null] ++>> endobj ++1285 0 obj << ++/D [1270 0 R /XYZ 90 140.815 null] ++>> endobj ++1269 0 obj << ++/Font << /F28 362 0 R /F14 590 0 R /F49 677 0 R /F44 478 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++1289 0 obj << ++/Length 2830 ++/Filter /FlateDecode ++>> ++stream ++xڽ[YsF~ׯ#Yes[l)S쵘=*N K ZQmߞhbmזozc:#2d$\֏d?]Pt W/d, Vj\Œ&!iYP9Jb$R]^?_$Ob z_l :Ye>>f:b}d5]Po\U[4#RIv>X~&Z8 q-Aʆ OݡqJۿ-dwח?-xsuUv5GO8 jHW2E_'ogt]_tx}ٵCR3^; jAWРקEFɹe >^mf}OyR`P}gB@Lt݂q_Տ^%Q@aP+`B?}nUV8`-*,z0Zcr^zz(1"P-5;PgL«bdxxa/ 7%i49@T7Lt?B$h1bc ʢ*!ciYvh(J0#,_2}>`x}!`Bf0ădcDK'IAf8KZYld!<)tDR1e[4wD62~; K#C;"Q&Xq(aMhZо0_T%eCNۘi}pu7ӃJQ (ZhS]8Uߩ*l aRwlcV՚PCtwֵ>E* ɡ8 RS/j.?fXbZ{ZrÝrmHe֚XUf=Gk-Zn UONo0W ++o@ٓ oFx[h$_&SLX3%T{‘AXT)PNzN+ܭ"}LfWWT9˕]ll1薯%!M?Gs 4JbKH j#9YT2W@VWzV}1tB3xQNzzCpI8? ۫Yjlm.u_JrPb<羯g K=(6}/Hendstream ++endobj ++1288 0 obj << ++/Type /Page ++/Contents 1289 0 R ++/Resources 1287 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 1235 0 R ++/Annots [ 1292 0 R 1293 0 R 1294 0 R 1295 0 R 1296 0 R 1298 0 R 1299 0 R 1300 0 R 1301 0 R 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 1318 0 R ] ++>> endobj ++1292 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 527.6799 292.3503 538.5839] ++/Rect [138.448 673.481 233.421 684.385] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.3.2) >> ++/A << /S /GoTo /D (a00045_ga6) >> + >> endobj +-1861 0 obj << ++1293 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 511.6337 260.0812 520.4803] ++/Rect [241.012 673.481 376.005 684.385] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.25.4) >> ++/A << /S /GoTo /D (a00045_gga6a21) >> + >> endobj +-1862 0 obj << ++1294 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 491.4728 286.0639 502.3768] ++/Rect [378.904 673.481 511.506 684.385] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.1) >> ++/A << /S /GoTo /D (a00045_gga6a22) >> + >> endobj +-1863 0 obj << ++1295 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 473.3693 282.9356 484.2732] ++/Rect [113.91 661.899 240.435 672.429] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.2) >> ++/A << /S /GoTo /D (a00045_gga6a23) >> + >> endobj +-1864 0 obj << ++1296 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 455.2658 301.7548 466.1697] ++/Rect [243.424 661.899 398.163 672.429] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.3) >> ++/A << /S /GoTo /D (a00045_gga6a24) >> + >> endobj +-1865 0 obj << ++1298 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 437.1622 277.9546 448.0662] ++/Rect [126.921 576.927 206.393 587.831] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.4) >> ++/A << /S /GoTo /D (a00045_ga0) >> + >> endobj +-1866 0 obj << ++1299 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 419.0587 290.6867 429.9626] ++/Rect [210.208 576.927 284.708 587.831] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.5) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1867 0 obj << ++1300 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 400.9551 294.004 411.8591] ++/Rect [324.967 576.927 415.507 587.831] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.6) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-1868 0 obj << ++1301 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 382.8516 274.079 393.7555] ++/Rect [126.921 537.289 207.499 548.193] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.7) >> ++/A << /S /GoTo /D (a00045_ga1) >> + >> endobj +-1869 0 obj << ++1302 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 364.7481 301.1872 375.652] ++/Rect [211.314 537.289 285.814 548.193] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.8) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1870 0 obj << ++1303 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 346.6445 297.8696 357.5484] ++/Rect [326.073 537.289 390.601 548.193] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.9) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-1871 0 obj << ++1304 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 328.541 318.3525 339.4449] ++/Rect [127.812 497.65 229.968 508.554] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.10) >> ++/A << /S /GoTo /D (a00045_ga2) >> + >> endobj +-1872 0 obj << ++1305 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 310.4374 282.8363 321.3414] ++/Rect [234.674 497.65 309.174 508.554] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.11) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1873 0 obj << ++1306 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 292.3339 278.5126 303.2378] ++/Rect [423.457 497.65 513.996 508.554] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.12) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-1874 0 obj << ++1307 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 274.2303 274.6468 285.1343] ++/Rect [127.108 446.056 230.37 456.96] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.13) >> ++/A << /S /GoTo /D (a00045_ga3) >> + >> endobj +-1875 0 obj << ++1308 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 256.1268 279.0701 267.0308] ++/Rect [234.372 446.056 308.873 456.96] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.14) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1876 0 obj << ++1309 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 238.0233 279.0503 248.9272] ++/Rect [419.988 446.056 484.516 456.96] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.15) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-1877 0 obj << ++1310 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 219.9197 326.1135 230.8237] ++/Rect [129.772 394.462 239.121 405.366] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.16) >> ++/A << /S /GoTo /D (a00045_ga4) >> + >> endobj +-1878 0 obj << ++1311 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 201.8162 310.6119 212.7201] ++/Rect [245.788 394.462 320.288 405.366] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.17) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1879 0 obj << ++1312 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 183.7127 301.1967 194.6166] ++/Rect [453.344 394.462 513.996 405.366] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.18) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-1880 0 obj << ++1313 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 165.6091 291.7923 176.513] ++/Rect [113.91 382.507 149.108 393.411] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.19) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-1881 0 obj << ++1314 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 147.5056 284.0513 158.4095] ++/Rect [126.542 342.869 236.997 353.773] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.20) >> ++/A << /S /GoTo /D (a00045_ga5) >> + >> endobj +-1882 0 obj << ++1315 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 129.402 304.5245 140.306] ++/Rect [240.434 342.869 314.934 353.773] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.21) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1883 0 obj << ++1316 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 111.2985 281.2817 122.2024] ++/Rect [433.798 342.869 498.326 353.773] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.22) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-1884 0 obj << ++1318 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 93.195 287.359 104.0989] ++/Rect [182.369 245.023 283.429 255.927] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.23) >> ++/A << /S /GoTo /D (a00058_ga24) >> + >> endobj +-1846 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> ++1290 0 obj << ++/D [1288 0 R /XYZ 90 757.935 null] ++>> endobj ++532 0 obj << ++/D [1288 0 R /XYZ 90 739.935 null] ++>> endobj ++158 0 obj << ++/D [1288 0 R /XYZ 90 739.935 null] ++>> endobj ++1291 0 obj << ++/D [1288 0 R /XYZ 90 692.823 null] ++>> endobj ++1297 0 obj << ++/D [1288 0 R /XYZ 90 596.269 null] ++>> endobj ++1317 0 obj << ++/D [1288 0 R /XYZ 90 292.319 null] ++>> endobj ++1287 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 467 0 R /F44 478 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-1887 0 obj << +-/Length 2634 ++1332 0 obj << ++/Length 2695 + /Filter /FlateDecode + >> + stream +-xKs7s1qJ*ݒ(jP!~`C&]9V_Il# +-e3Ҿ޾_\=H%m^usäFHǽݯ|oBA`8_n/0bF}'C NgFq0D4TVr0OdOAYg׊ڱ*:Ff PqDj=}gOv2TI &M*@0QeՊ$յy5Lq0kZeM,$a`2b #iy2o`&r̺}C5=Y*H mR]g3*˽A_&^4 )M`& 0)*BIK$wM758qð5i?c) +-l,M尭nj6-B7q6oUjZLk˽Ai3V 3o` m򒆑ACJ`UQ4Xљ4(qQI{X3 ^-i,am!ɱlXXҙ%. L\ +-xI bl,"ly/DhQx8F9"DTIΒP:YLGIa?rY W2Y)ôuEHq8b>oUưADΠa&'`~kd``E Xr}]`TgEoU0A +-lj ak +-aI .o +-puOݗclEzX, Q +-x\\#dryv;u9ZZ!.lp`XmcLUD@aYm +-kfrc/ F8/;-$DAI|A)^EQț%RrāV}#C꣠[1XUԅDI# LG vdt=4ќfp,^dXF.!8t>"oUQȘ-VḊP L@ `DEkQ,f m+Oaa}z"N#z@i& V%I'upվl?yFa.[2%4CoUm6C34h{x8c'Z"-t, uĦ~p+ {k,i̽`#)IkG,"~YD 4B*BCJ~)8ʽy܄a]k߼f1 6_H {p3XUdӞDTMAFd j(BN{Y Kmw'w Vc9~VBaEʽy^NG\!r0 %B^]OH (ԓ!t?ZY]  +-8ue.5YbeVp.jt_v#x`N0"0 1VB ~~nȮ{؆$j]-V-+ŏn/nAp_o=Gŀz>[?}GDqʿUendstream ++xڝZ[s۶~У<!ą6qNNL,D"Uv ^%L&#Xbv]Y0g*+ɣ ^-^Y*HϖHPr<R]/TE*˟fFjv;n:6&*? ++*:MfOL(տ9_CRX.HSYM(ϱnu`ȏ-Y`-j}v#X$f+cxP2AoN]dRcR#Dj7O*ms?0h}`Vs~}ˏ_o~+{t-T$8]O"C(.犑y;N]*qJqBuҩ<=I$3H\5X L A,bv/ +X"kJy<϶[ t#=<˼)|C˼4b8yʁP83~Fucww~, )En`1v[ְTFDL8. v`7ٵ ++߯ ++c󦦎V"&Oɚjkǻkd*L,gVBAŁÚ%K/z}O #s Zh@(Ro&nBd)Rs Yf~u8B HB@0MyCḼyalHHRʀB,*L4 #%𢓞hŽB>fl ++ )#xĀa ++5ĹP嶮_/ /ӡ0cČ^fOZPW;ETD)}51*4?K_f<D6DQJFW0S<( ]Np S +tq'{N$I4}?wm*=&~BY7[d_$x9DJGsP ++4ٜJ7yj~ ++dOa$Tğ5~l[48N4Ϟ~^r %K+endstream + endobj +-1886 0 obj << ++1331 0 obj << + /Type /Page +-/Contents 1887 0 R +-/Resources 1885 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 1806 0 R +-/Annots [ 1888 0 R 1889 0 R 1890 0 R 1891 0 R 1892 0 R 1893 0 R 1894 0 R 1895 0 R 1896 0 R 1897 0 R 1898 0 R 1899 0 R 1900 0 R 1901 0 R 1902 0 R 1903 0 R 1904 0 R 1905 0 R 1906 0 R 1907 0 R 1908 0 R 1909 0 R 1910 0 R 1911 0 R 1912 0 R 1913 0 R 1914 0 R 1915 0 R 1916 0 R 1917 0 R 1918 0 R 1919 0 R 1920 0 R 1921 0 R 1922 0 R 1923 0 R ] ++/Contents 1332 0 R ++/Resources 1330 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 1235 0 R ++/Annots [ 1334 0 R 1335 0 R 1338 0 R 1341 0 R 1342 0 R ] + >> endobj +-1888 0 obj << ++1334 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 726.8189 277.4063 737.7228] ++/Rect [418.475 629.144 513.996 640.048] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.24) >> ++/A << /S /GoTo /D (a00045_gga6a24) >> + >> endobj +-1889 0 obj << ++1335 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 708.7153 280.5748 719.6193] ++/Rect [106.717 619.246 171.245 628.093] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.25) >> ++/A << /S /GoTo /D (a00045_gga6a24) >> + >> endobj +-1890 0 obj << ++1338 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 690.6118 276.3007 701.5157] ++/Rect [157.636 559.061 257.062 569.94] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.26) >> ++/A << /S /GoTo /D (a00045_ga6) >> + >> endobj +-1891 0 obj << ++1341 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 672.5082 281.2821 683.4122] ++/Rect [236.24 117.669 312.952 128.558] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.27) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1892 0 obj << ++1342 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 654.4047 271.8674 665.3086] ++/Rect [353.301 117.669 420.598 128.558] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.28) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-1893 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 636.3012 274.6368 647.2051] +-/Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.29) >> ++1333 0 obj << ++/D [1331 0 R /XYZ 90 757.935 null] + >> endobj +-1894 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 618.1976 317.8146 629.1016] +-/Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.30) >> ++1336 0 obj << ++/D [1331 0 R /XYZ 90 605.946 null] + >> endobj +-1895 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 600.0941 301.745 610.998] +-/Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.31) >> ++1319 0 obj << ++/D [1331 0 R /XYZ 90 577.277 null] + >> endobj +-1896 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 581.9905 294.0139 592.8945] +-/Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.32) >> ++1337 0 obj << ++/D [1331 0 R /XYZ 90 577.277 null] + >> endobj +-1897 0 obj << ++1320 0 obj << ++/D [1331 0 R /XYZ 107.713 418.363 null] ++>> endobj ++1321 0 obj << ++/D [1331 0 R /XYZ 107.713 403.032 null] ++>> endobj ++1322 0 obj << ++/D [1331 0 R /XYZ 107.713 387.701 null] ++>> endobj ++1323 0 obj << ++/D [1331 0 R /XYZ 107.713 228.468 null] ++>> endobj ++1339 0 obj << ++/D [1331 0 R /XYZ 90 162.506 null] ++>> endobj ++1324 0 obj << ++/D [1331 0 R /XYZ 90 138.178 null] ++>> endobj ++1340 0 obj << ++/D [1331 0 R /XYZ 90 138.178 null] ++>> endobj ++1326 0 obj << ++/D [1331 0 R /XYZ 90 94.191 null] ++>> endobj ++1330 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 478 0 R /F49 677 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++1345 0 obj << ++/Length 1715 ++/Filter /FlateDecode ++>> ++stream ++xmo6S L%]d͊.oj+Dlyi(Xȋ_;8(yIʃ+8b!\"I #)h0n8)gK,.gO 'lEz.bXXgxz[O.˴\t8WΩP5yKxQp",ep7aǷɯ<]O1|b?$ P̦뼜zȫUV^mhfq/uA#Jd3~基]Պ S-m{Hv,6mz*nPD%0gɃqpc׸1R%BJDzt(4051͐f ,8 Q w{Caw ^#D+F㙶A$;i!J[/XFH yMWdDQrLAtd|U˛z/mgBY+7bvّO`l/,/Z&<$&DvNC- - @*SE=$7h?e4ӫFOןꋷi ѽ.w:-RE+upթ{g>[1÷3iY ը*h!drϯ'Wӧ'u:/1UZZs U"p=׷LJNw&at` ++?#M{ ++'jiӾ/]x@x_CK5Qg""phx]ˈ`W´+oa S'f~Nj2B~UJq,-y/x;NmtP~X\z&?!?'jGCoiϩxC{;o4R=Sexsner|q B %@SyCV>umb׉~*`HL!7_Ã;QH&qM}hui=o)#Ik@ E+{,PdK" D*'GQ92CX~䫃cVn R|AT,0*^ޥKu!R3X rqZ e"+[,Cf{v;pn4pXH>ʶۼЇ'N__yYGZ󳩱8an2[v>qrB,tww`G,B:vt!`1/4_D쮧"z/$]?p#NVy\E@/Zw1ıc12h)T"y.ܒXa r\ih<8a@?ץ^<Q,,0, ++jVR'a+IhE`i*0x|c?dJ`4[:BKGT-nz[:=-VdQэ}-yGKJ! 5q&NW~Nh?gJ# %-$FBWHtہT!%sxOoVHZD!),$`CJ$FE-hu`,'NaPfDto5϶i^3I{=['=0Gj+}U|0?=24endstream ++endobj ++1344 0 obj << ++/Type /Page ++/Contents 1345 0 R ++/Resources 1343 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 1235 0 R ++/Annots [ 1348 0 R 1349 0 R 1351 0 R 1352 0 R 1354 0 R 1355 0 R 1357 0 R 1358 0 R 1360 0 R 1361 0 R ] ++>> endobj ++1348 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 563.887 294.562 574.7909] ++/Rect [262.332 726.943 339.044 737.832] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.33) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1898 0 obj << ++1349 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 545.7835 288.4649 556.6874] ++/Rect [131.345 714.988 198.642 725.877] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.34) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-1899 0 obj << ++1351 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 527.6799 326.1031 538.5839] ++/Rect [270.57 598.922 347.282 609.811] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.35) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1900 0 obj << ++1352 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 509.5764 326.661 520.4803] ++/Rect [131.345 586.967 198.642 597.856] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.36) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-1901 0 obj << ++1354 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 491.4728 320.5639 502.3768] ++/Rect [235.135 470.901 311.846 481.79] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.37) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1902 0 obj << ++1355 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 473.3693 314.4972 484.2732] ++/Rect [352.195 470.901 446.61 481.79] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.38) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-1903 0 obj << ++1357 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 455.2658 298.9955 466.1697] ++/Rect [261.259 354.835 337.971 365.724] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.39) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1904 0 obj << ++1358 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 437.1622 290.6866 448.0662] ++/Rect [131.345 342.88 225.76 353.769] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.40) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-1905 0 obj << ++1360 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 419.0587 276.8487 429.9626] ++/Rect [269.497 226.814 346.209 237.703] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.41) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1906 0 obj << ++1361 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 400.9551 280.7141 411.8591] ++/Rect [131.345 214.859 225.76 225.748] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.42) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-1907 0 obj << ++1346 0 obj << ++/D [1344 0 R /XYZ 90 757.935 null] ++>> endobj ++1347 0 obj << ++/D [1344 0 R /XYZ 90 739.935 null] ++>> endobj ++1328 0 obj << ++/D [1344 0 R /XYZ 90 632.581 null] ++>> endobj ++1350 0 obj << ++/D [1344 0 R /XYZ 90 618.011 null] ++>> endobj ++710 0 obj << ++/D [1344 0 R /XYZ 90 504.56 null] ++>> endobj ++1353 0 obj << ++/D [1344 0 R /XYZ 90 489.99 null] ++>> endobj ++1325 0 obj << ++/D [1344 0 R /XYZ 90 387.902 null] ++>> endobj ++1356 0 obj << ++/D [1344 0 R /XYZ 90 373.331 null] ++>> endobj ++1327 0 obj << ++/D [1344 0 R /XYZ 90 260.473 null] ++>> endobj ++1359 0 obj << ++/D [1344 0 R /XYZ 90 245.903 null] ++>> endobj ++1343 0 obj << ++/Font << /F28 362 0 R /F49 677 0 R /F22 352 0 R /F44 478 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++1364 0 obj << ++/Length 3022 ++/Filter /FlateDecode ++>> ++stream ++x\ko[_P|?[NE^ufk R?E{DsDXq4gf.9C^(c3GgFℚ]w2yϸ9ⴘ~~\38+bZ_mn qy}~y}X ++5+ujGPB{+3?Q"}ǔ0fWGѻl xbDH#I$z(yFR(qj}rs}[VC͔'}D ++>p>J*P !Ip K(sBE@S&=_?o>^elǻ!.\f bP7[Q1MgTL}o||u?[9Pzjʼna.Bޔ7YNYh09³[߼ ++  bP_JCHm 33&9XzR(A" 7a:HG04jF3DhF@O&ǣ؏ǏL_Kh A) Փg Cbo'Oc(Ȅq{UA}) ˃6QՙMs4zi䔣G p-8XY fZ"v,n- m}mlB9i> ++^1i7%r#%LL-a[% JIJ-a2% J]/a>P*>]V/ 6TI4A}%smSo=`SB'P߽-]fUV.A(4 ++G4N[Gzqz ?p#4T_0EG4[-9[ޭNOֱ C˥"7A,xTb$$l8oarW')0}3h"4.WKs]v=ToK%zDh2`P7cNdn4j7Q)un)uJۦT+.ҝKm]\K_>>km\H_Ӥh~~S#fJ1꣄awcgY!?q^ow;ޜx%hz"^|emmg"z:7OvIsx ahgܑuո Kq q ++`bK?N4$D Y%(ݥ>^XP N'$OUPMI}m! H>!$3)${[`q0'U!3>DH4\ ++x(;bPay[t̹\P&'XRљ}(Lr微0SA饔0yF?PGzh0>vиHCר]aDQPA6]L@]oKKDW ;u%t%B+k/(M[|Q3)C ++R7;ŸуJ=;3;AwRš:ӵeg㼹(hk Ɂ bDjm dW e(ۗA}#UNˏb$\g"0O@sP7>#RM\R09!>#|NZ\|C&1Ġ"ܕӘm7)@swߣN٦elw`x;0dwR;i`;!;3);{[`Qvª%8saH)D1(Pͽ%ԭN=qx,0@rAF"A4 e 4OĆ[4y[b!V{4v ++72Í$BffDk\f"fJf[mA ̤q<7Qd&~B=NV4zá{-PLDDԅɮ>G (Y;bPr@sYja?_.20I/ϛ}@_nv}^i8amUw6r,xÅSN a=_P&r h4A A42'~\wWwH}N܅9[is&8$Z7MOL?aԟsƇ9g.Lg|K^1,A]|,5/R}DOP&D qG J.+2BtRp%%Jt&QJ>j"7j*/q20g ++gэ6IE;Ąeܒ||;e,m ğK)& %&cbr9gtx>0 b&0NP^g@̅|Kuɂ"upubP"5v{H_=A컱wĠM!ËG ڔ!0Lgv"u49:j$tz.wP  =Ҫ퍈E ++.!RD > J2?ʡRTp0R c<ȶU`4qFƟޱ>;=] 8'~SFG-`VmB_͹WRk1;^n>}bo35ax.%?rYendstream ++endobj ++1363 0 obj << ++/Type /Page ++/Contents 1364 0 R ++/Resources 1362 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 1421 0 R ++/Annots [ 1367 0 R 1368 0 R 1369 0 R 1370 0 R 1371 0 R 1372 0 R 1373 0 R 1374 0 R 1375 0 R 1376 0 R 1377 0 R 1378 0 R 1379 0 R 1380 0 R 1381 0 R 1383 0 R 1384 0 R 1385 0 R 1386 0 R 1387 0 R 1388 0 R 1389 0 R 1390 0 R 1391 0 R 1392 0 R 1393 0 R 1394 0 R 1395 0 R 1396 0 R 1397 0 R 1398 0 R 1399 0 R 1400 0 R 1401 0 R 1402 0 R 1403 0 R 1404 0 R 1405 0 R 1406 0 R 1407 0 R 1408 0 R 1409 0 R 1410 0 R 1411 0 R 1412 0 R 1413 0 R 1414 0 R 1415 0 R 1416 0 R 1417 0 R 1418 0 R 1419 0 R 1420 0 R ] ++>> endobj ++1367 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 382.8516 307.6319 393.7555] ++/Rect [138.538 673.931 244.988 684.835] + /Subtype /Link +-/A << /S /GoTo /D (section.13.26) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-1908 0 obj << ++1368 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 366.6857 260.0812 375.652] ++/Rect [113.91 658.553 253.715 668.739] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.26.1) >> ++/A << /S /GoTo /D (a00046_gga16a25) >> + >> endobj +-1909 0 obj << ++1369 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 346.6445 366.8004 357.5484] ++/Rect [281.505 658.553 439.392 668.739] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.26.1.1) >> ++/A << /S /GoTo /D (a00046_gga16a26) >> + >> endobj +-1910 0 obj << ++1370 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 328.541 355.1841 339.4449] ++/Rect [467.182 658.553 513.996 668.739] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.26.1.2) >> ++/A << /S /GoTo /D (a00046_gga16a27) >> + >> endobj +-1911 0 obj << ++1371 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 310.4374 204.9483 321.3414] ++/Rect [113.91 646.597 193.382 656.784] + /Subtype /Link +-/A << /S /GoTo /D (section.13.27) >> ++/A << /S /GoTo /D (a00046_gga16a27) >> + >> endobj +-1912 0 obj << ++1372 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 292.3339 243.4634 303.2378] ++/Rect [196.371 646.597 353.63 656.784] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.27.1) >> ++/A << /S /GoTo /D (a00046_gga16a28) >> + >> endobj +-1913 0 obj << ++1373 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 276.168 260.0812 285.1343] ++/Rect [113.91 630.158 263.12 640.689] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.27.2) >> ++/A << /S /GoTo /D (a00046_gga16a29) >> + >> endobj +-1914 0 obj << ++1374 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 256.1268 321.1323 267.0308] ++/Rect [266.109 630.158 423.428 640.689] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.27.2.1) >> ++/A << /S /GoTo /D (a00046_gga16a30) >> + >> endobj +-1915 0 obj << ++1375 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 238.0233 331.6328 248.9272] ++/Rect [138.538 590.62 239.05 601.524] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.27.2.2) >> ++/A << /S /GoTo /D (a00046_ga17) >> + >> endobj +-1916 0 obj << ++1376 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 219.9197 320.0264 230.8237] ++/Rect [113.91 575.242 253.327 585.429] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.27.2.3) >> ++/A << /S /GoTo /D (a00046_gga17a31) >> + >> endobj +-1917 0 obj << ++1377 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 201.8162 376.5231 212.7201] ++/Rect [265.176 575.242 402.202 585.429] + /Subtype /Link +-/A << /S /GoTo /D (section.13.28) >> ++/A << /S /GoTo /D (a00046_gga17a32) >> + >> endobj +-1918 0 obj << ++1378 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 185.6503 260.0812 194.6166] ++/Rect [414.052 575.242 513.996 585.429] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.28.1) >> ++/A << /S /GoTo /D (a00046_gga17a33) >> + >> endobj +-1919 0 obj << ++1379 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 165.6091 375.3684 176.513] ++/Rect [113.91 563.287 150.224 573.473] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.28.1.1) >> ++/A << /S /GoTo /D (a00046_gga17a33) >> + >> endobj +-1920 0 obj << ++1380 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 147.5056 363.752 158.4095] ++/Rect [153.213 563.287 294.113 573.473] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.28.1.2) >> ++/A << /S /GoTo /D (a00046_gga17a34) >> + >> endobj +-1921 0 obj << ++1381 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 129.402 380.3497 140.306] ++/Rect [113.91 546.848 268.649 557.378] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.28.1.3) >> ++/A << /S /GoTo /D (a00046_gga17a35) >> + >> endobj +-1922 0 obj << ++1383 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 111.2985 368.7334 122.2024] ++/Rect [130.185 462.989 250.612 473.893] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.28.1.4) >> ++/A << /S /GoTo /D (a00046_ga0) >> + >> endobj +-1923 0 obj << ++1384 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 93.195 324.4985 104.0989] ++/Rect [257.692 462.989 332.192 473.893] + /Subtype /Link +-/A << /S /GoTo /D (section.13.29) >> +->> endobj +-1885 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-1926 0 obj << +-/Length 2655 +-/Filter /FlateDecode +->> +-stream +-xMsF8Jbg|Kb;T6SRQ$,sW"뷇 CCU,T%Nt7%—ՖyL19)+x<='󓿽a;3-(翞~ӏo~<w 8 -ã'oc&=OJ&GS2͉s}O!f\q_LsdiZѭ]G*,KDrYpOWMLw=HОELвQL*zDAu)Y)"S&BLBrIFh0^1n>V^`.rwYk I`bv6׫r{/ۛbs3I5eJ'd>)ĚԚ_T\0nxhhlVa@4uVB|CҫVեSBsa ,%DbJy;IW*#UzdK}4 44Acc5l!6B`;Q`ť,t2C.D rBTc6cR*UJjv Yc!ewmu}f\n]^Տo6wYMeɻȃ Vl6#LJ_3nɕ#ȕT@hel"bp,W=e4_YDiLRQ K WJؚ!ڝ,E5 \UFj%aO viWЈfƬ`AI +-*#4=O9`hzYz:m:Hk9tˈ08"ҵV;B]^Hꍠx*4g 6Sqlp pAi&،((=OaPAp8QzV-|7N}gb [XO1 `dQ$Әz#/ +-Z͔h|0mӋ+j7.fUy'u.6ydh_/j'#dtRo9"ʕAKhB$j/fqS.0k5nsUF Y2:UfA*jzx1UF@h]FH#)b1);bJfH1FH|D1U*"0-́TJƥ.ʈ5pD~!Q @ HQGRبT`|GUҟn0N/׋5s~XMaGQiD$iL$Rϧ`\Em")]DR:H!ba 6w?B_Ia?ɴ N"óicQ)b< =_"Qd::tCEփ*̇qdeV-QjWYiX0jʀ?0Noc*g0֗CKRT *ih)|DI1TZY,=eTU,"4vAtsF3`_\U9f`2"V,|P+FܐKNܐ)ߑAף}&appvX[>XeJ{W|NNЋLPç&1{Lqi*FN馹fm3NCJ4Lo +-8qUF_ZOVځbhSv]/bUVtIlΦTuUA.lUF4) ?mZc^kmpl{Cpͼә&2 l8ުtq]͛pXjj2„P@"ɤg pl"+8QFU"Vu,R9E,IM,RGO7zşѬC1W yB0 +-?E0Xg&2Dg:FI?6 Qh5׋eu_ocQ"`PSZhl64*h{$Sz#hCJ (kI䆕OIl2*LsxHa.5| (5/!*xNpcV2s`jP|^mo "|YXXeǡ'1D-c\ibL!CCo!$qDb&9'x74*dJ_Tp蹼Y[ȁ?Ӫ:Ji""^hTnh:wb&5YkHd#JCOTzM\wSgp"\ ZCqc3錆D8&uX۱H$5HD*1x¯h3ݝt/\ +-|+:{Wy8Z귕zi[۶l.+J^Rͷ576}7]zTP~S?_XkG ?铦endstream +-endobj +-1925 0 obj << +-/Type /Page +-/Contents 1926 0 R +-/Resources 1924 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 1806 0 R +-/Annots [ 1927 0 R 1928 0 R 1929 0 R 1930 0 R 1931 0 R 1932 0 R 1933 0 R 1934 0 R 1935 0 R 1936 0 R 1937 0 R 1938 0 R 1939 0 R 1940 0 R 1941 0 R 1942 0 R 1943 0 R 1944 0 R 1945 0 R 1946 0 R 1947 0 R 1948 0 R 1949 0 R 1950 0 R 1951 0 R 1952 0 R 1953 0 R 1954 0 R 1955 0 R 1956 0 R 1957 0 R 1958 0 R 1959 0 R 1960 0 R 1961 0 R 1962 0 R ] ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1927 0 obj << ++1385 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 728.7565 260.0812 737.7228] ++/Rect [379.795 462.989 475.316 473.893] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.29.1) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-1928 0 obj << ++1386 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 709.0199 380.3494 719.9239] ++/Rect [113.91 451.034 220.36 461.938] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.29.1.1) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-1929 0 obj << ++1387 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 691.221 368.7331 702.1249] ++/Rect [131.133 411.87 216.144 422.774] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.29.1.2) >> ++/A << /S /GoTo /D (a00046_ga1) >> + >> endobj +-1930 0 obj << ++1388 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 674.3983 385.3308 684.326] ++/Rect [224.171 411.87 298.671 422.774] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.29.1.3) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1931 0 obj << ++1389 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 656.5994 373.7144 666.527] ++/Rect [348.407 411.87 438.946 422.774] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.29.1.4) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-1932 0 obj << ++1390 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 637.8241 341.0963 648.7281] ++/Rect [479.356 411.87 513.996 422.774] + /Subtype /Link +-/A << /S /GoTo /D (section.13.30) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-1933 0 obj << ++1391 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 621.9629 260.0812 630.9292] ++/Rect [113.91 399.914 191.03 410.818] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.30.1) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-1934 0 obj << ++1392 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 602.2263 389.1964 613.1302] ++/Rect [127.983 360.75 249.517 371.654] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.30.1.1) >> ++/A << /S /GoTo /D (a00046_ga2) >> + >> endobj +-1935 0 obj << ++1393 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 584.4273 377.5801 595.3313] ++/Rect [254.394 360.75 328.894 371.654] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.30.1.2) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1936 0 obj << ++1394 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 567.6047 394.1777 577.5323] ++/Rect [371.543 360.75 441.052 371.654] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.30.1.3) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-1937 0 obj << ++1395 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 549.8057 382.5614 559.7334] ++/Rect [479.356 360.75 513.996 371.654] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.30.1.4) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-1938 0 obj << ++1396 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 531.0305 279.6974 541.9344] ++/Rect [113.91 348.795 191.03 359.698] + /Subtype /Link +-/A << /S /GoTo /D (section.13.31) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-1939 0 obj << ++1397 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 515.1692 260.0812 524.1355] ++/Rect [128.408 309.63 214.524 320.534] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.31.1) >> ++/A << /S /GoTo /D (a00046_ga3) >> + >> endobj +-1940 0 obj << ++1398 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 495.4326 328.0463 506.3366] ++/Rect [219.827 309.63 294.327 320.534] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.31.1.1) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1941 0 obj << ++1399 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 477.6337 288.4144 488.5376] ++/Rect [337.931 309.63 402.458 320.534] + /Subtype /Link +-/A << /S /GoTo /D (section.13.32) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-1942 0 obj << ++1400 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 461.7724 260.0812 470.7387] ++/Rect [436.737 309.63 513.996 320.534] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.32.1) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-1943 0 obj << ++1401 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 442.0358 334.1333 452.9397] ++/Rect [113.91 297.675 148.411 308.579] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.32.1.1) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-1944 0 obj << ++1402 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 424.2369 256.8231 435.1408] ++/Rect [130.111 258.51 273.223 269.414] + /Subtype /Link +-/A << /S /GoTo /D (section.13.33) >> ++/A << /S /GoTo /D (a00046_ga4) >> + >> endobj +-1945 0 obj << ++1403 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 408.3756 260.0812 417.3418] ++/Rect [280.228 258.51 354.728 269.414] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.33.1) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1946 0 obj << ++1404 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 388.639 321.8197 399.5429] ++/Rect [479.356 258.51 513.996 269.414] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.33.1.1) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-1947 0 obj << ++1405 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 370.84 272.1951 381.744] ++/Rect [113.91 246.555 180.101 257.459] + /Subtype /Link +-/A << /S /GoTo /D (section.13.34) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-1948 0 obj << ++1406 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 354.9788 260.0812 363.945] ++/Rect [216.016 246.555 322.466 257.459] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.34.1) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-1949 0 obj << ++1407 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 335.2421 349.6352 346.1461] ++/Rect [126.96 207.39 234.655 218.294] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.34.1.1) >> ++/A << /S /GoTo /D (a00046_ga5) >> + >> endobj +-1950 0 obj << ++1408 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 317.4432 361.8194 328.3471] ++/Rect [238.509 207.39 313.009 218.294] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.34.1.2) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1951 0 obj << ++1409 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [89.0037 291.0207 237.4659 299.9969] ++/Rect [423.457 207.39 513.996 218.294] + /Subtype /Link +-/A << /S /GoTo /D (chapter.14) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-1952 0 obj << ++1410 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 271.1844 352.9614 282.0883] ++/Rect [144.346 195.435 250.796 206.339] + /Subtype /Link +-/A << /S /GoTo /D (section.14.1) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-1953 0 obj << ++1411 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 253.3854 243.4634 264.2894] ++/Rect [129.941 156.27 274.159 167.174] + /Subtype /Link +-/A << /S /GoTo /D (subsection.14.1.1) >> ++/A << /S /GoTo /D (a00046_ga6) >> + >> endobj +-1954 0 obj << ++1412 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 237.5242 245.1373 246.4904] ++/Rect [280.994 156.27 355.494 167.174] + /Subtype /Link +-/A << /S /GoTo /D (subsection.14.1.2) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1955 0 obj << ++1413 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 217.7875 223.7184 228.6915] ++/Rect [479.356 156.27 513.996 167.174] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.1.2.1) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-1956 0 obj << ++1414 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 201.9263 232.0169 210.8925] ++/Rect [113.91 144.315 154.089 155.219] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.1.2.2) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-1957 0 obj << ++1415 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 184.247 217.0732 193.0936] ++/Rect [190.004 144.315 296.454 155.219] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.1.2.3) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-1958 0 obj << ++1416 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 164.3907 353.5294 175.2947] ++/Rect [130.707 105.15 239.508 116.054] + /Subtype /Link +-/A << /S /GoTo /D (section.14.2) >> ++/A << /S /GoTo /D (a00046_ga7) >> + >> endobj +-1959 0 obj << ++1417 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 146.5918 243.4634 157.4957] ++/Rect [247.109 105.15 321.61 116.054] + /Subtype /Link +-/A << /S /GoTo /D (subsection.14.2.1) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1960 0 obj << ++1418 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 130.8501 245.1373 139.6968] ++/Rect [448.921 105.15 513.996 116.054] + /Subtype /Link +-/A << /S /GoTo /D (subsection.14.2.2) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-1961 0 obj << ++1419 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 110.9939 223.7184 121.8978] ++/Rect [113.91 93.195 118.672 104.099] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.2.2.1) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-1962 0 obj << ++1420 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 93.195 240.0761 104.0989] ++/Rect [149.606 93.195 256.056 104.099] + /Subtype /Link +-/A << /S /GoTo /D (section.14.3) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-1924 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> ++1365 0 obj << ++/D [1363 0 R /XYZ 90 757.935 null] ++>> endobj ++533 0 obj << ++/D [1363 0 R /XYZ 90 739.935 null] ++>> endobj ++162 0 obj << ++/D [1363 0 R /XYZ 90 739.935 null] ++>> endobj ++1366 0 obj << ++/D [1363 0 R /XYZ 90 693.036 null] ++>> endobj ++1382 0 obj << ++/D [1363 0 R /XYZ 90 482.095 null] ++>> endobj ++1362 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 467 0 R /F44 478 0 R /F14 590 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-1965 0 obj << +-/Length 2518 ++1445 0 obj << ++/Length 3656 + /Filter /FlateDecode + >> + stream +-xMs8#d?R[Me9n4FYά}@ԘoCTUqM8FIe銑W<}߿]{G}:F0j[row?iʝAϟCww1|Ȯ]^#++Fk40 tl>\+8~%d)Wܑ[a{GU!~zen#+"}sy rE%7obiW7Bw^a۞A(A)R[DJ(+K]ћ[ }?N*\C6hA ^H_2 5h L 9iT A)=߯̀nn2sH`*A]͗B CY, D, @_rk(wAeĮ#6fs_>B#R,pPU< {rh"rxXrhS̗#g55ǯ 7r"Gn[E,N0e悪b*1M͂9|9zY9Yd7u65`N[F(cS6*605~Kzn㨪I}JD+M}BPyL( -F UaxFF8buN8eb8"X -)eGp7n yYQm!I/I3CZ&Zf0|Bʘez0f U/*"#K-fe 7?cc g%L0G`aPU% qV"Z," Z%(gMEwgh D8*~D<3'*&"f0|:@Ʃ) Q # 4~ ShAU⑝?DY,D,߄% +- ("ntF:A`ANT1Xf"V"Z,"(% +-VI6'pK@! ]]B}HV!ZH= lRZ72`X!yaG{p0Uq0>*`p)ֺ~enp6agqUUp62s-s w;4ep뷇c#A`"GUFG6y:9prqJp|pDE}:tݿ3V8E8@s]-i$>4־4|Jnt/-rxuC|?k#@pNݶajur`+ߨgݾ~՝?yuۿrx|+'oo [Ax@bendstream ++xڵ\Ys6~УT!8Ip&$q$e֮,:$5o7coMՈF EFJI&bsFp3s/z,xˆlqqR%5*c^^5WtcwɞN{ܕ8`b˝ÿ+7bͶܯh3]M?%"ӋG8eLrwgva >zIB/<5 `XFS%B =.hl[7Zt ͵TrSԵp_ܗvړމx8 jeGm4T8 O=ۗ2h; ++Ɖlz`ф(zv`1'6ιp+dd4 n@t=}xu_:'5n̫"ȸܗׅ뾮] 8yZn JE~[M 3.A9RŐ*4<bg]~*5avzsXF.$Q)K@IOX`bqS$֑5MbQ>; ++'HL@_!~, A4$`{L}jz{$#mGUDb.&`@1QFT\\y1$ 4ԎPmI:`x/uEIM 4x/,qFRB<>{̺3 k`^*T9="-8'dR8D<1Q+pfPux9 ++\Bk /$.l_"CI֛*ڸ`S;(d^pdI;9wz(;%C}qS6n{|gSgHG^"~5#EP$r,Gx աY0giU=@ {O}'ԗuddSsK|r{Lbin.B+0qt3,8pr* |&q YcVtNjY/qzؼd:9o'!{f;HTx1ƕd㩨DH6)/)RAPI&݊v$#U0_dZHoӉL-v`DKT{~ZES3a2`HdhP?(&j/fu2xsY&ܭnwqv6)k,nJ+"Ys:( |pL"نMU7`8IyoզyETCmCh2U!}ǯG-sD}V3C)3<99Z w/SR-p ++(c#<5/p sV'ۂ ++Ƽl p]e5+ilGGENdS_9cv@Jl(mk%Od>WB"LG)]+|]QogGlwA) C%ivvОeS:&Z(bfHT۳XS+&Hm쌸G}㩏~<Ƒv^8`Z,o͡*xe]hhO(r‰=SgPfCV4*Cv{qOn J1tfiAU@Gf,*|mk׸~S5m)܅WY!w ^sCQ~^4Ac\\֊*kkO1 M17n/&]xM&w`ZHmk0Ckq^:*% of B\7ޙpnZ9ṕp7ehFq82\ݯG[N^_Dy<%ݔH Î,[1kd2J}{K7滺G-L? }QO5.V_a(637J3ʨ`>-]0' `N'z- ?Nendstream + endobj +-1964 0 obj << ++1444 0 obj << + /Type /Page +-/Contents 1965 0 R +-/Resources 1963 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 1806 0 R +-/Annots [ 1966 0 R 1967 0 R 1968 0 R 1969 0 R 1970 0 R 1971 0 R 1972 0 R 1973 0 R 1974 0 R 1975 0 R 1976 0 R 1977 0 R 1978 0 R 1979 0 R 1980 0 R 1981 0 R 1982 0 R 1983 0 R 1984 0 R 1985 0 R 1986 0 R 1987 0 R 1988 0 R 1989 0 R 1990 0 R 1991 0 R 1992 0 R 1993 0 R 1994 0 R 1995 0 R 1996 0 R 1997 0 R 1998 0 R 1999 0 R 2000 0 R 2001 0 R ] ++/Contents 1445 0 R ++/Resources 1443 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 1421 0 R ++/Annots [ 1447 0 R 1448 0 R 1449 0 R 1450 0 R 1451 0 R 1452 0 R 1453 0 R 1454 0 R 1455 0 R 1456 0 R 1457 0 R 1458 0 R 1459 0 R 1460 0 R 1461 0 R 1462 0 R 1463 0 R 1464 0 R 1465 0 R 1466 0 R 1467 0 R 1468 0 R 1469 0 R 1470 0 R 1471 0 R 1472 0 R 1473 0 R 1474 0 R 1475 0 R 1476 0 R 1477 0 R 1478 0 R 1479 0 R 1481 0 R 1482 0 R 1483 0 R ] + >> endobj +-1966 0 obj << ++1447 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 726.8189 243.4634 737.7228] ++/Rect [128.488 703.429 270.484 714.333] + /Subtype /Link +-/A << /S /GoTo /D (subsection.14.3.1) >> ++/A << /S /GoTo /D (a00046_ga8) >> + >> endobj +-1967 0 obj << ++1448 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 710.7726 245.1373 719.6193] ++/Rect [275.867 703.429 350.367 714.333] + /Subtype /Link +-/A << /S /GoTo /D (subsection.14.3.2) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1968 0 obj << ++1449 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 690.6118 263.3094 701.5157] ++/Rect [113.91 691.473 209.431 702.377] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.3.2.1) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-1969 0 obj << ++1450 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 673.4845 268.2908 683.4122] ++/Rect [245.346 691.473 351.796 702.377] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.3.2.2) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-1970 0 obj << ++1451 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 654.4047 219.8428 665.3086] ++/Rect [128.316 653.659 234.895 664.563] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.3.2.3) >> ++/A << /S /GoTo /D (a00046_ga9) >> + >> endobj +-1971 0 obj << ++1452 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 638.3584 214.8615 647.2051] ++/Rect [240.106 653.659 314.606 664.563] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.3.2.4) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1972 0 obj << ++1453 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 620.2549 234.2288 629.1016] ++/Rect [479.356 653.659 513.996 664.563] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.3.2.5) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-1973 0 obj << ++1454 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 600.0941 268.5397 610.998] ++/Rect [113.91 641.704 175.12 652.608] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.3.2.6) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-1974 0 obj << ++1455 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 581.9905 273.521 592.8945] ++/Rect [206.054 641.704 312.504 652.608] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.3.2.7) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-1975 0 obj << ++1456 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 563.887 227.0358 574.7909] ++/Rect [128.358 603.89 271.46 614.794] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.3.2.8) >> ++/A << /S /GoTo /D (a00046_ga10) >> + >> endobj +-1976 0 obj << ++1457 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 545.7835 223.7184 556.6874] ++/Rect [276.713 603.89 351.213 614.794] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.3.2.9) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1977 0 obj << ++1458 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 528.6562 241.9895 538.5839] ++/Rect [113.91 591.935 183.419 602.839] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.3.2.10) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-1978 0 obj << ++1459 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 511.6337 221.5066 520.4803] ++/Rect [219.334 591.935 325.784 602.839] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.3.2.11) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-1979 0 obj << ++1460 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 492.4491 248.6248 502.3768] ++/Rect [128.203 554.121 235.888 565.025] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.3.2.12) >> ++/A << /S /GoTo /D (a00046_ga11) >> + >> endobj +-1980 0 obj << ++1461 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 474.3456 240.3257 484.2732] ++/Rect [240.985 554.121 315.485 565.025] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.3.2.13) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1981 0 obj << ++1462 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 455.2658 255.6683 466.1697] ++/Rect [479.356 554.121 513.996 565.025] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.3.2.14) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-1982 0 obj << ++1463 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 437.1622 234.7868 448.0662] ++/Rect [113.91 542.166 149.108 553.07] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.3.2.15) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-1983 0 obj << ++1464 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 421.116 223.1605 429.9626] ++/Rect [180.042 542.166 286.492 553.07] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.3.2.16) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-1984 0 obj << ++1465 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 401.9314 249.5813 411.8591] ++/Rect [141.387 504.352 192.077 515.256] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.3.2.17) >> ++/A << /S /GoTo /D (a00046_ga12) >> + >> endobj +-1985 0 obj << ++1466 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 382.8516 250.6969 393.7555] ++/Rect [195.892 504.352 270.392 515.256] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.3.2.18) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1986 0 obj << ++1467 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 366.6857 232.0172 375.652] ++/Rect [147.192 466.537 275.918 477.441] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.3.2.19) >> ++/A << /S /GoTo /D (a00046_ga13) >> + >> endobj +-1987 0 obj << ++1468 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 346.6445 256.9235 357.5484] ++/Rect [282.636 466.537 357.136 477.441] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.3.2.20) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1988 0 obj << ++1469 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 329.5172 237.4071 339.4449] ++/Rect [453.344 466.537 513.996 477.441] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.3.2.21) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-1989 0 obj << ++1470 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 311.4137 234.3883 321.3414] ++/Rect [113.91 454.582 154.089 465.486] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.3.2.22) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-1990 0 obj << ++1471 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 292.3339 226.478 303.2378] ++/Rect [190.004 454.582 296.454 465.486] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.3.2.23) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-1991 0 obj << ++1472 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 274.2303 250.0296 285.1343] ++/Rect [140.561 416.768 233.87 427.672] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.3.2.24) >> ++/A << /S /GoTo /D (a00046_ga14) >> + >> endobj +-1992 0 obj << ++1473 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 256.1268 251.1452 267.0308] ++/Rect [237.273 416.768 311.773 427.672] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.3.2.25) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1993 0 obj << ++1474 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 238.0233 251.3943 248.9272] ++/Rect [393.434 416.768 483.974 427.672] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.3.2.26) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-1994 0 obj << ++1475 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 219.9197 218.7371 230.8237] ++/Rect [113.91 404.813 220.36 415.717] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.3.2.27) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-1995 0 obj << ++1476 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 203.8735 234.7767 212.7201] ++/Rect [126.921 366.999 173.725 377.903] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.3.2.28) >> ++/A << /S /GoTo /D (a00046_ga15) >> + >> endobj +-1996 0 obj << ++1477 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 183.7127 269.406 194.6166] ++/Rect [177.541 366.999 252.041 377.903] + /Subtype /Link +-/A << /S /GoTo /D (section.14.4) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1997 0 obj << ++1478 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 165.6091 243.4634 176.513] ++/Rect [244.538 352.898 296.338 362.804] + /Subtype /Link +-/A << /S /GoTo /D (subsection.14.4.1) >> ++/A << /S /GoTo /D (a00046_ga12) >> + >> endobj +-1998 0 obj << ++1479 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 149.5629 245.1373 158.4095] ++/Rect [306.8 352.898 395.954 362.804] + /Subtype /Link +-/A << /S /GoTo /D (subsection.14.4.2) >> ++/A << /S /GoTo /D (a00046_ga14) >> + >> endobj +-1999 0 obj << ++1481 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 131.4593 224.2564 140.306] ++/Rect [479.356 105.15 513.996 116.054] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.4.2.1) >> ++/A << /S /GoTo /D (a00057_ga0) >> + >> endobj +-2000 0 obj << ++1482 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 111.2985 224.8244 122.2024] ++/Rect [89.004 93.195 164.599 104.099] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.4.2.2) >> ++/A << /S /GoTo /D (a00057_ga0) >> + >> endobj +-2001 0 obj << ++1483 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 93.195 269.9638 104.0989] ++/Rect [175.887 93.195 292.429 104.099] + /Subtype /Link +-/A << /S /GoTo /D (section.14.5) >> ++/A << /S /GoTo /D (a00057_ga2) >> + >> endobj +-1963 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> ++1446 0 obj << ++/D [1444 0 R /XYZ 90 757.935 null] ++>> endobj ++1480 0 obj << ++/D [1444 0 R /XYZ 90 330.667 null] ++>> endobj ++1443 0 obj << ++/Font << /F28 362 0 R /F40 467 0 R /F44 478 0 R /F22 352 0 R /F14 590 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-2004 0 obj << +-/Length 2449 ++1496 0 obj << ++/Length 2323 + /Filter /FlateDecode + >> + stream +-xKs#sB~1+T.2% +-Ey|`8?V#lrk$>t3d Xhc!NH,hs_ o_/s^[nG溹Q뇫o~zdpwֽ۪{웫`f mn(ΪB s"<;{ca5wV{̞y3di<{4 V $>ťvko..=-7j.9$OSFXOτ#URyAGk/YB 68vTL`Af  2Fa0oW]@p|oieM@UT%sUK!Ji@DkFrx|K1Z$hHfD|Xܷwܿ%or%xsMHa#8ͅ/@#Or"Z{YF#i8xǘ@rHdc)_1y.|LI&a<: JZV{,Z @jwݻm{}ylvl?aY,=>X:XU!5GQ"# +-X/_/.۴pD*)*e[4 4o{b6vi`D/UBQS1Egy=VHU.(D"{CA'-XDb!Ta&?D*2RŖZxDN<<(.BT+"Z HC}+:n}E+(*: jB7LT oV +a4 oVYb8vi&aD7+JPbEqVřJp%% +-3I !gbs"ߣZ˷ Nj` =_w\a]) V5\K"c5b&C!WKZ4˘7TNuHRt#WB C0{1Ash!ku#YMj(aPi0m/D72Nik8Ӊze5Y"l0’b K:2P"Y0KW(2+jX42cj݉Mp*b5u4X%` +-_=Yl,o#Y%q&V)`#Mǹ,„%` +-_2oe\2Œ)Z 3r}ݏOnraTR%x +-Ϲ_ ;E@c<"8vfHnÜ&aJ _Fo(1jFc,.#e;&aJ _=|Fo~'J)V1%yOk<J(NE҄"Li ⽡\Ij,C'pq׭";y, UEOua$pCKn(|ܜ&Bڹ}a=lB k8_6Y #%޹k9 03 u_1!VM߁f]WkM2|W3pwCYlC=WOϡ@\s&+}]c5MMEy`_gw?j?*oֿ%ܖw_jk$endstream ++xڝY[s۶~#5SAyK%q'SImϙ)TUv wRi'>o{̅t3)$ Ňwn]1?Y0 IfWS"m:P>_0:f~N2_p|9}rS-cEwwa~q ]Bpv7jϡh=> $ĥ!lQBv7W;~H 2"95-g1Xu%W኏£ӃҭǵS'wyҚynFs:ͩp j7g٩YOaf*׀٣ًA0wO  ++4q$#_ tCBaȢXS+KJM9u|PYT$#\zӇ4c _1!oLLZԽ-`K<-zр,;%JO'/4\G/SѕCD[ӗW.?RHBJc$>l^UZ(GF1fn` xU}Q}.ƫ#<&O3x u3^yz x1+=Gn䗼Pi~>Ҭ #A ++Z3Jx{;P̳Y1fG/lI]P {:@r)6Eii( %Z|4yfU 5SQIx(5Yv*݈Y>M? ++y7"3- S)frܧ,U1x ܽb Ш2,;r),'C[\֒AkRg.{3Ѷ}ĆWٕWحALfunr0OoRb )J GX>w"KbӮSxe[D76gw>ڏ[/=J$;݋iSRePRu6:W@},b$M֠qML_wVxNB8eiqoR >, ]5O^EE%4qs&HX=', Mq:AˀkxV>t;1u|g$6,][VsL8t ++O+JAJ716skpėbXLO%#hs述tImEZ&"8BhYؤ$yj8&)VxNk!خ= 87 ++y[~SFt:k!JvkgR+/K7p !-z;KtW*"!yz=ثGT- 3liXb&MrUQ)ZAvi}?C<*1ule0zεXku׹.^B9 f4#YɥHPai)V]Zgz SsUV c`9HjEBB1YE 8KGqyi֞-W:hg Bz$fʾ ++Z6U2W ˴D=E( 9pZTtko(?4g*ц:=p)O8;K:qNh:n@ؕg(:ZL?:~X~y\̉ F~ %FLXLNb-qV`dE'ia v k*CJP΍f!ŬJl0}?ޭְ~sdIJNE|Ҡ%{^biB~MY;/I1ݖ,_N8ejmjd&azg3ʺwUx$X/fq1ʢ#i6@ ++BI8ܧ[Lo9k-asQaC1S4rzbŒ!}6xG|?s.D:%ti5i2'9{)s~=xG|. 踰/H(1|-2,1pZiI(m ׁZ~ݎ>xq?bzࣧoIR:Wֆ' v]3 ++3N ԑnЃ:p?$)9,+G~ ex~*sN¸_+`O^ {aH{%Gjڈ]_ n] @\}L ] UJ7xS\˯)ofo.g?q@¬Pc* F;{'GeR\=@9ʶ7Оt_@WP(ܲx(ouzc>^{`endstream + endobj +-2003 0 obj << ++1495 0 obj << + /Type /Page +-/Contents 2004 0 R +-/Resources 2002 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 2041 0 R +-/Annots [ 2005 0 R 2006 0 R 2007 0 R 2008 0 R 2009 0 R 2010 0 R 2011 0 R 2012 0 R 2013 0 R 2014 0 R 2015 0 R 2016 0 R 2017 0 R 2018 0 R 2019 0 R 2020 0 R 2021 0 R 2022 0 R 2023 0 R 2024 0 R 2025 0 R 2026 0 R 2027 0 R 2028 0 R 2029 0 R 2030 0 R 2031 0 R 2032 0 R 2033 0 R 2034 0 R 2035 0 R 2036 0 R 2037 0 R 2038 0 R 2039 0 R 2040 0 R ] ++/Contents 1496 0 R ++/Resources 1494 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 1421 0 R ++/Annots [ 1498 0 R 1499 0 R 1502 0 R 1504 0 R ] + >> endobj +-2005 0 obj << ++1498 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 726.8189 243.4634 737.7228] ++/Rect [414.052 717.962 513.996 740.931] + /Subtype /Link +-/A << /S /GoTo /D (subsection.14.5.1) >> ++/A << /S /GoTo /D (a00046_gga17a35) >> + >> endobj +-2006 0 obj << ++1499 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 710.7726 245.1373 719.6193] ++/Rect [106.717 708.064 166.821 716.911] + /Subtype /Link +-/A << /S /GoTo /D (subsection.14.5.2) >> ++/A << /S /GoTo /D (a00046_gga17a35) >> + >> endobj +-2007 0 obj << ++1502 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 692.6691 223.1605 701.5157] ++/Rect [157.636 643.739 262.582 654.618] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.5.2.1) >> ++/A << /S /GoTo /D (a00046_ga17) >> + >> endobj +-2008 0 obj << ++1504 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 674.5655 222.9114 683.4122] ++/Rect [157.636 315.498 268.669 326.377] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.5.2.2) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-2009 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 654.4047 427.6909 665.3086] +-/Subtype /Link +-/A << /S /GoTo /D (section.14.6) >> ++1497 0 obj << ++/D [1495 0 R /XYZ 90 757.935 null] + >> endobj +-2010 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 636.3012 243.4634 647.2051] +-/Subtype /Link +-/A << /S /GoTo /D (subsection.14.6.1) >> ++1500 0 obj << ++/D [1495 0 R /XYZ 90 691.268 null] + >> endobj +-2011 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 620.2549 245.1373 629.1016] +-/Subtype /Link +-/A << /S /GoTo /D (subsection.14.6.2) >> ++1429 0 obj << ++/D [1495 0 R /XYZ 90 661.955 null] + >> endobj +-2012 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 602.1514 223.7184 610.998] +-/Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.6.2.1) >> ++1501 0 obj << ++/D [1495 0 R /XYZ 90 661.955 null] + >> endobj +-2013 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 584.0478 217.0732 592.8945] +-/Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.6.2.2) >> ++1430 0 obj << ++/D [1495 0 R /XYZ 107.713 524.635 null] + >> endobj +-2014 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 563.887 287.1193 574.7909] +-/Subtype /Link +-/A << /S /GoTo /D (section.14.7) >> ++1431 0 obj << ++/D [1495 0 R /XYZ 107.713 495.308 null] + >> endobj +-2015 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 545.7835 243.4634 556.6874] +-/Subtype /Link +-/A << /S /GoTo /D (subsection.14.7.1) >> ++1432 0 obj << ++/D [1495 0 R /XYZ 107.713 477.936 null] ++>> endobj ++1433 0 obj << ++/D [1495 0 R /XYZ 107.713 448.609 null] ++>> endobj ++1434 0 obj << ++/D [1495 0 R /XYZ 107.713 416.573 null] ++>> endobj ++1422 0 obj << ++/D [1495 0 R /XYZ 90 351.777 null] ++>> endobj ++1503 0 obj << ++/D [1495 0 R /XYZ 90 333.985 null] ++>> endobj ++1423 0 obj << ++/D [1495 0 R /XYZ 107.713 221.231 null] ++>> endobj ++1424 0 obj << ++/D [1495 0 R /XYZ 107.713 203.859 null] ++>> endobj ++1425 0 obj << ++/D [1495 0 R /XYZ 107.713 174.532 null] ++>> endobj ++1426 0 obj << ++/D [1495 0 R /XYZ 107.713 157.16 null] ++>> endobj ++1427 0 obj << ++/D [1495 0 R /XYZ 107.713 127.832 null] ++>> endobj ++1428 0 obj << ++/D [1495 0 R /XYZ 107.713 110.46 null] ++>> endobj ++1494 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F49 677 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++1507 0 obj << ++/Length 2074 ++/Filter /FlateDecode ++>> ++stream ++xZێ6}WjwykMӢIЬ plk`WtME 6t<3<"c X ++i&ƫo#,x| Z5ҒK%Dn=%bibRNgTwjy=N׫]Ym]M;s &Mhk·#.Ɵ#n)s׷'>]uv0ĀűZ5qwM$L9\vBwJ)qYO+gdixd0:&`ƠYGTN*+'F+g9Zi2<3a?Cʶ`Z LE!Pl:[g)+(e=Yʳѳ\VxSV*me0dX Kt#84 Rl6SB0wÎ@bc9NB0>6!h6 Y,!Bm*-XvjB1C2ݣgDR>e6FZ>~,β앆ɨ͓ Yn2ȪRUU$4֧Bd/ZY>bhaGvq ++d#1mgH_eVSv^_' q~`rl ++fV.qؑv(VÊ/}lq/GIdž;,}S9aP2DDՠ~vYO;cd%l+I,)c;E3X"Cyru4',0ԛp/ve  /·TAQ %t ++}G*4Y!EGGL=dm.>җۡ#=2THTǍ$d"ff9.KT.[Vm~'F16o\r!=~c+DEԼ&U@5H=6A\҇`yC󩦓toP3'L{ljwPe__UanAfJ⟹xendstream ++endobj ++1506 0 obj << ++/Type /Page ++/Contents 1507 0 R ++/Resources 1505 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 1421 0 R ++/Annots [ 1511 0 R 1512 0 R 1514 0 R 1515 0 R 1516 0 R 1517 0 R 1519 0 R 1520 0 R 1521 0 R 1522 0 R 1524 0 R 1525 0 R 1526 0 R 1528 0 R 1529 0 R 1530 0 R ] + >> endobj +-2016 0 obj << ++1511 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 529.6176 245.1373 538.5839] ++/Rect [215.1 702.298 291.812 713.187] + /Subtype /Link +-/A << /S /GoTo /D (subsection.14.7.2) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2017 0 obj << ++1512 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 509.5764 259.1351 520.4803] ++/Rect [282.965 621.31 336.404 644.279] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.7.2.1) >> ++/A << /S /GoTo /D (a00046_ga15) >> + >> endobj +-2018 0 obj << ++1514 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 491.4728 246.4032 502.3768] ++/Rect [259.597 576.806 336.309 587.695] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.7.2.2) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2019 0 obj << ++1515 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 473.3693 263.5587 484.2732] ++/Rect [419.581 576.806 513.996 587.695] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.7.2.3) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2020 0 obj << ++1516 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 455.2658 257.4813 466.1697] ++/Rect [162.338 564.851 273.371 575.74] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.7.2.4) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-2021 0 obj << ++1517 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 437.1622 334.7206 448.0662] ++/Rect [282.965 427.029 336.404 449.998] + /Subtype /Link +-/A << /S /GoTo /D (section.14.8) >> ++/A << /S /GoTo /D (a00046_ga15) >> + >> endobj +-2022 0 obj << ++1519 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 419.0587 243.4634 429.9626] ++/Rect [299.228 382.525 375.94 393.414] + /Subtype /Link +-/A << /S /GoTo /D (subsection.14.8.1) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2023 0 obj << ++1520 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 403.0124 245.1373 411.8591] ++/Rect [131.345 370.57 230.741 381.459] + /Subtype /Link +-/A << /S /GoTo /D (subsection.14.8.2) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-2024 0 obj << ++1521 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 382.8516 273.5214 393.7555] ++/Rect [267.214 370.57 378.247 381.459] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.8.2.1) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-2025 0 obj << ++1522 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 364.7481 287.9171 375.652] ++/Rect [282.965 232.748 336.404 255.717] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.8.2.2) >> ++/A << /S /GoTo /D (a00046_ga15) >> + >> endobj +-2026 0 obj << ++1524 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 346.6445 295.11 357.5484] ++/Rect [200.057 188.244 276.768 199.133] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.8.2.3) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2027 0 obj << ++1525 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 328.541 280.7143 339.4449] ++/Rect [219.324 163.474 276.648 174.377] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.8.2.4) >> ++/A << /S /GoTo /D (a00046_ga12) >> + >> endobj +-2028 0 obj << ++1526 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 310.4374 272.4155 321.3414] ++/Rect [287.936 163.474 387.88 174.377] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.8.2.5) >> ++/A << /S /GoTo /D (a00046_ga14) >> + >> endobj +-2029 0 obj << ++1528 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 292.3339 286.8111 303.2378] ++/Rect [265.699 129.92 342.411 140.809] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.8.2.6) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2030 0 obj << ++1529 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 274.2303 294.004 285.1343] ++/Rect [131.345 117.965 198.642 128.854] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.8.2.7) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-2031 0 obj << ++1530 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 256.1268 279.6083 267.0308] ++/Rect [230.133 117.965 341.166 128.854] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.8.2.8) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-2032 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 238.0233 341.0569 248.9272] +-/Subtype /Link +-/A << /S /GoTo /D (section.14.9) >> ++1508 0 obj << ++/D [1506 0 R /XYZ 90 757.935 null] + >> endobj +-2033 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 219.9197 243.4634 230.8237] +-/Subtype /Link +-/A << /S /GoTo /D (subsection.14.9.1) >> ++1509 0 obj << ++/D [1506 0 R /XYZ 90 739.935 null] + >> endobj +-2034 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 203.7539 245.1373 212.7201] +-/Subtype /Link +-/A << /S /GoTo /D (subsection.14.9.2) >> ++1488 0 obj << ++/D [1506 0 R /XYZ 90 722.807 null] + >> endobj +-2035 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 183.7127 211.5443 194.6166] +-/Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.9.2.1) >> ++1510 0 obj << ++/D [1506 0 R /XYZ 90 722.807 null] + >> endobj +-2036 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 165.6091 340.2597 176.513] +-/Subtype /Link +-/A << /S /GoTo /D (section.14.10) >> ++1490 0 obj << ++/D [1506 0 R /XYZ 90 611.355 null] + >> endobj +-2037 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 147.5056 243.4634 158.4095] +-/Subtype /Link +-/A << /S /GoTo /D (subsection.14.10.1) >> ++1513 0 obj << ++/D [1506 0 R /XYZ 90 595.302 null] + >> endobj +-2038 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 131.4593 245.1373 140.306] +-/Subtype /Link +-/A << /S /GoTo /D (subsection.14.10.2) >> ++1489 0 obj << ++/D [1506 0 R /XYZ 90 417.074 null] + >> endobj +-2039 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 112.2748 263.5685 122.2024] +-/Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.10.2.1) >> ++1518 0 obj << ++/D [1506 0 R /XYZ 90 401.021 null] + >> endobj +-2040 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 94.1712 261.9149 104.0989] +-/Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.10.2.2) >> ++1491 0 obj << ++/D [1506 0 R /XYZ 90 222.793 null] + >> endobj +-2002 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> ++1523 0 obj << ++/D [1506 0 R /XYZ 90 206.74 null] ++>> endobj ++1487 0 obj << ++/D [1506 0 R /XYZ 90 164.47 null] ++>> endobj ++1527 0 obj << ++/D [1506 0 R /XYZ 90 148.417 null] ++>> endobj ++1486 0 obj << ++/D [1506 0 R /XYZ 90 94.191 null] ++>> endobj ++1505 0 obj << ++/Font << /F28 362 0 R /F14 590 0 R /F49 677 0 R /F22 352 0 R /F44 478 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-2044 0 obj << +-/Length 1556 ++1533 0 obj << ++/Length 2273 + /Filter /FlateDecode + >> + stream +-xKo8\ s~t9Ǡt0wmplL? eїAl{thQDE -5\(qf퟇>2,)9VPKFZM3`j+S}_,]A_rEN h||̭ѽ!en"ol'W:cDskGU4J5w暹S̟; νT`̵%,g[ Fp_'vČZgsIȫ}9KXT`ZGiCI9E5VLE(B_,LԀmzYd˳pi0 t%Whi|Ay Ġ~/gLY51Iءد3R ^URX8]֘XcR1+o{3=i- +- 9kU [P YPD,0A-,)Yd-LBt]&ٲXIQ1VJbZ{PAxh ~ Wb# MABL U+b-gLQ9hvLUœ8Fzqy jմ(mP hc3&uVfkM,#9V(̿U3i+G,A' mP " wŒ()ZYH%n#]V fR ՝(lҎ/?F +- kP  !MNh=bVdm4%"#Z# uVi%.lid5N֣OIl5WF]/{F}s󜁱 jAA^~H Oz5xiLa+ CakJX#YhiAy Ơ~ g\9`M1zXE/Un~ʉ`PR00A-0QNLK,2(AQ%u=ca ȳ&4#MgENU!6R[&kdVLon*vy8E93,V&+*n]W(Q%zB &4srQӮXN /;qZ]'Î9z|kg"?~7K0,jEjU gLX̭U}gx`pZ5"F#F|Ċ(yYM<۶(Wwٮ\aE6X<"GtP B9[zQѐjdAXs:ΰ2c쵪y(GePA0A-A r,վ~ƴxh1aYFq =yh=`ZP pm]' ql=w f +-[D lT 'ɛC&;A;IJTIu3LJ;uQQ KūkTyXS˪=_MΪޠ~ew¼c~w3cr/7.u5?.5Ӭj˧w".mOt&şb1endstream ++xZ[5~ϯc"1KQ qt@V!v3K6K)㱝2BVf|sl9dn\  Ϸ3V𸊞v5sWڟK%/ [VT7msx>ovbJfWW'3 5||5È=1"og2fri =C6"R"!zU77z[/x:,^ԫ־_a'Sa?DNt !cs4۷ ,u#c,` ++D5ALx0kfr-`Iź{\hvC?iAŘ9HBXm6:Hux/ K)W #D~w(K-P&n}t$b ++D}@W|H,r$ċl "&C31ZMd&ɇ<3*nݵ6 GAp!ZfE\qn RUb0b<#T [uB ! X-V}s[OVk28I; ++KIҰ\i ++o Fu ++("Ү@NV'i?Bm']JN9G\61]E2f!')9L$'n1D)E46>Ys$" An!ܬ:SXvJ 20pF`Ĵ3ڱJ%, Q8Hf,xt 9](,Hߩ3E"p…X(gH~., 2N@GQfbTAAB:Z,(,գށ]j:R^Iԉ";La;-7h0S`kG`9r# N}hj'Nx2%6U^ƵV@΍?̕ i/ـȴWfb)e[l]c S3Mm/&B? {knI]bQTB):E{G` GwZ"LE(L˨p߀Y[CfBIA0pEkovS}8?g!//}4ry4q&q vwwXj >?F.`coڟ<氮; ++8~*5Or1m>]5k=jLATBs+h7Uf!u3L()݌hu$6~Af|gfE} .:m@u {uC5t|,]{t| '޵$%OSxPB+{ːh9'rzv$(` '*(ysL}HݔTGv[[a31q&g!\v"fgevwLF #+sF!KAGs,9p0nB=0^meX-LN%ɇXr{. A~8'> endobj +-2045 0 obj << ++1536 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 727.7951 281.8398 737.7228] ++/Rect [302.988 726.943 379.7 737.832] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.10.2.3) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2046 0 obj << ++1537 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 709.1945 277.9445 720.0984] ++/Rect [175.339 714.988 247.618 725.877] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.10.2.4) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-2047 0 obj << ++1538 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 691.5701 279.0604 702.4741] ++/Rect [284.09 714.988 395.123 725.877] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.10.2.5) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-2048 0 obj << ++1540 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 673.9458 293.4561 684.8497] ++/Rect [243.448 658.486 320.16 669.375] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.10.2.6) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2049 0 obj << ++1541 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 656.3214 300.649 667.2253] ++/Rect [361.774 658.486 429.071 669.375] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.10.2.7) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-2050 0 obj << ++1542 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 639.6733 283.135 649.601] ++/Rect [131.345 646.531 242.377 657.42] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.10.2.8) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-2051 0 obj << ++1544 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 621.0726 274.6368 631.9766] ++/Rect [279.132 590.029 355.844 600.918] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.10.2.9) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2052 0 obj << ++1545 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 604.4245 283.3444 614.3522] ++/Rect [396.412 590.029 468.69 600.918] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.10.2.10) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-2053 0 obj << ++1546 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 585.8239 278.5022 596.7278] ++/Rect [131.345 578.074 242.377 588.963] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.10.2.11) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-2054 0 obj << ++1548 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 569.1758 276.8385 579.1035] ++/Rect [267.688 521.571 344.4 532.461] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.10.2.12) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2055 0 obj << ++1549 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 550.5752 277.9545 561.4791] ++/Rect [131.345 509.616 198.642 520.505] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.10.2.13) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-2056 0 obj << ++1550 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 532.9508 292.3502 543.8547] ++/Rect [230.133 509.616 341.166 520.505] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.10.2.14) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-2057 0 obj << ++1552 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 516.3027 299.543 526.2304] ++/Rect [308.501 453.114 385.213 464.003] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.10.2.15) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2058 0 obj << ++1553 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.9477 497.7021 297.6399 508.606] ++/Rect [136.326 441.159 208.605 452.048] + /Subtype /Link +-/A << /S /GoTo /D (section.14.11) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-2059 0 obj << ++1554 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 480.0777 243.4634 490.9816] ++/Rect [245.077 441.159 356.11 452.048] + /Subtype /Link +-/A << /S /GoTo /D (subsection.14.11.1) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-2060 0 obj << ++1556 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [126.8618 464.5106 245.1373 473.3573] ++/Rect [269.464 384.657 346.176 395.546] + /Subtype /Link +-/A << /S /GoTo /D (subsection.14.11.2) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2061 0 obj << ++1557 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 444.829 233.6811 455.7329] ++/Rect [136.326 372.702 230.741 383.591] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.11.2.1) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2062 0 obj << ++1558 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 427.2046 240.0173 438.1085] ++/Rect [262.233 372.702 373.265 383.591] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.11.2.2) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-2063 0 obj << ++1560 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7422 411.6375 239.2201 420.4842] ++/Rect [306.75 257.14 383.462 268.029] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.11.2.3) >> +->> endobj +-2042 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-2066 0 obj << +-/Length 1824 +-/Filter /FlateDecode +->> +-stream +-xڍXKo8W=ZvfI&.-Ѷ6(PrP2r y|&IL(۫`+f#zbcp2sy~ $q“(4<xo7餞xxlt ~(t1e,T.{~XLy)݉e,IJȻRDP+\ަXɼۑ-m<)כ0ύԖq+zmzݟ A֝ѨLIg zh)xJY'^",0R0%;vw zKo7[zԲemiI_mEC[1, Y/J1d~ܸu%kwA<Ѿc<i+J c +-<7nsO2r\$U9Y۝aȕ Ʈ.;D: oATjm 2\_u-EѾ̟BuCa[T4NR,At.XNZiv-1ExxČGe¼2BxeKk3Tεj펠7Tv/Dl(Mᬤ-&AKm{DfS "Dx[P\Ы((|hȪ!eռȭdqx(#B&["~٫4tNdEw"DmxО,(R> ajGS;P!ܮɅlT5[86:u{ա9X1'KCd'@ײ?:-(یqr٩FAB[+t{)\9>yODSY~PKY߂ׄ`Bfܻف]f]N`s#k-n}Qt~ݏ8њ7;ONHmF0PcK09 3Q Щ!zm@^?1p$,=8@ێ^ã/iJDB_'--5 +-Rif2f}a!fS@. pxIP$ +-aPekAThadVvT;$2&B)UoAwH"GO@AYUD_}k>LC]GEYd*DZzgA8}זsg$Or>\\L+CWׯudqĹyvlѥy`gw硝+eX,0 y7WD;RLɞ߇gҮ{T([U2:Xrz¿>F>,K P9{3,H(L.)Kzc% P&aIQy+^ $Ua^5tvjF`3>Vg Q-b|TS4*YU5ov hw0`7HȻ=c;."pɒAҘiy"[˱Q~TyG郪 +-ڞr0}y1{>it;x꽹, 0vQ{/]?zAy1{˾it|;}|o'q0|ӗ'OV +-3hv2ճ]kL׸/W׌v/'_i{zDgc@8 c@l1wq1z:o}-EFtػh+ᵫ ,o]endstream +-endobj +-2065 0 obj << +-/Type /Page +-/Contents 2066 0 R +-/Resources 2064 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 2041 0 R +-/Annots [ 2074 0 R ] ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2074 0 obj << ++1561 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [295.3841 315.9984 423.2255 326.9023] ++/Rect [180.321 245.185 279.717 256.074] + /Subtype /Link +-/A << /S /GoTo /D (a00008) >> +->> endobj +-2067 0 obj << +-/D [2065 0 R /XYZ 90 757.9346 null] +->> endobj +-6 0 obj << +-/D [2065 0 R /XYZ 90 739.9346 null] +->> endobj +-2068 0 obj << +-/D [2065 0 R /XYZ 90 549.2183 null] +->> endobj +-2069 0 obj << +-/D [2065 0 R /XYZ 90 499.0793 null] +->> endobj +-2070 0 obj << +-/D [2065 0 R /XYZ 90 499.0793 null] +->> endobj +-10 0 obj << +-/D [2065 0 R /XYZ 90 499.0793 null] +->> endobj +-2064 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F40 2073 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-2079 0 obj << +-/Length 2655 +-/Filter /FlateDecode +->> +-stream +-xڥko6Şqi,zҦqKS_~rwUQf8W,r8^o?\ ou3X zU&!WM!dn_wW.TC,pfbG7<.ͳ;.O5L"dx_܏+8X=sYUqsa'z:7,-`br|r9ӈvzȫs*3YWMp"$ ZvV6@ߺvRQmJHDB-#MYPY;ee*cnyH{54m.;rCUЖDyUl ro1H;e]SWJW4]hbHvʹZ`?li>%}/N?yiwhdR^Ь0b>DkBD`z`'X/|7p|ݹ(dd`Gt;e%?y1|Zt؍|QO`,gHC{EUkYSVʊ.'+3:T4Q fMoVﳲ{4Fk4񜤻p+ KKK3U&eg7ϩ+rt`El= /1{lD +-Ӣڛ102[x:Js6Zcu '$zވw@>xi ws^k3"w7tRM4e< VTe=fas([?E-я=,3%&bz Ll!)lDb0GbzyRQ;( mz?F'6ਤZ qƄFq)~B֠EmYʆN*0֞b?E!CU V?6~87YaG[pS$h8vHn;6kq伹!zdDB5VYi ֻȄةO +-^ģh}ΝgBD`>J["&Of`4XxaqzA9gj+Б ϖvڕJ:UEɦ%1Bkdɉayd%8{\rlgnYJF+Pøs'uF!`lkMS#ƃ2bھZ2' >i>a-+d P5p|^m/&\ޔMO'jx³Gc 3SIP+?H(H$-Zѿiwl[z猲fmWW.#妨3jW %-+ՔM7F}9kHDsj:%Cʴ󲆖r/a޽%,D˃H +-GVh9O"pNYNj`)}T@Q\CVvk09'aÈʒ*H +-=GnEUwl[0*̲&|M5eųٷw)*#% %>|>kZJ{=UK!O) +-4<Й&Q~ !L6f*BMipQN2%]tA*@Od7 nISjSrmS܍ B,ոޚ#a _H @0"& /fdu/7X9Lku0A<U`*iD1$Q[EpKi$X/=;SĶڊ48I_*on"n;f8p=B5?*uge7Clk呛D3Q|󿯡 +-XgO1$^][ebP&!Bf`]@du"`׏ڗZ8)r#DMp76"N4tHG3Rf.qr0xm۪ʗ S@<~b7#)Y`)iBm,KbOYkuEa o1GY ܍+ ohx=\Qc =~ F&E2s;uLxbӶnG7""3C%6f55 +-4| QZ`hpM(㞘eQy30?@H6}J~x͢UZ@Y:)p%z/ae)T -㚦֞g"/\au%0%u`|3:KFI*7X{Ӹo.#C֞)5'4 -i29\΅ $FE&qdC.1q& SİVu lYSwҏ0D5?ZY/A&g\PiYA?؈qhVXH_ap&k?~h/izja{[=!ߙJ\ӛendstream +-endobj +-2078 0 obj << +-/Type /Page +-/Contents 2079 0 R +-/Resources 2077 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 2041 0 R +-/Annots [ 2081 0 R 2082 0 R 2084 0 R 2088 0 R ] ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-2081 0 obj << ++1562 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [421.1333 604.3732 481.278 615.2771] ++/Rect [316.19 245.185 427.222 256.074] + /Subtype /Link +-/A << /S /GoTo /D (index_cli_examples) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-2082 0 obj << ++1564 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [89.0037 550.8833 184.0698 561.7872] ++/Rect [246.404 129.624 323.115 140.513] + /Subtype /Link +-/A << /S /GoTo /D (index_interface) >> +->> endobj +-2084 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[0 1 1] +-/Rect [119.7331 456.9796 354.8515 467.5099] +-/Subtype/Link/A<> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2088 0 obj << ++1565 0 obj << + /Type /Annot +-/Border[0 0 0]/H/I/C[0 1 1] +-/Rect [323.0462 444.6508 468.5007 455.5547] +-/Subtype/Link/A<> +->> endobj +-2080 0 obj << +-/D [2078 0 R /XYZ 90 757.9346 null] +->> endobj +-2083 0 obj << +-/D [2078 0 R /XYZ 90 527.9692 null] +->> endobj +-14 0 obj << +-/D [2078 0 R /XYZ 90 509.6629 null] +->> endobj +-2092 0 obj << +-/D [2078 0 R /XYZ 90 176.5134 null] +->> endobj +-18 0 obj << +-/D [2078 0 R /XYZ 90 158.207 null] +->> endobj +-2077 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F44 2087 0 R /F11 2091 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-2096 0 obj << +-/Length 726 +-/Filter /FlateDecode +->> +-stream +-xڥ[o0),aAq{Y/cR H1 D/_N 2Q 4G=ypߌatH%J +-N.dpgoi_z+ M0,oz@ +-=Gw"Prj:8GUgF7u@5͗S =9BJlW` +-#.*xx9tMэOHrCĨR 0*Пz/W9Ѯot|Y>-tQO=[f.m)w ݄rFlbcȤİX;߲d01c+YLϫ .~p]sݧ[q J|ZxKH4Ӽ-M+Z'y7n,w};Дkye=iuڣM9?0I?Rv|,%H3t3cNf)W{ Gn{y^iOz4hHJ)A>, `ƺM=sx?A} z ;~,+D5@MAͻ]i75z=B8Pv;.CX.ţ)l-f9.LJ0MWq}\/tz\nu6,]T\{l?9bQuAgpۂ5+zu8GlZ%5y#lg=t?6? 9endstream +-endobj +-2095 0 obj << +-/Type /Page +-/Contents 2096 0 R +-/Resources 2094 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 2041 0 R +->> endobj +-2076 0 obj << +-/Type /XObject +-/Subtype /Image +-/Width 450 +-/Height 570 +-/BitsPerComponent 8 +-/ColorSpace /DeviceRGB +-/Length 12782 +-/Filter /FlateDecode +->> +-stream +-x{LwiuAQETl=kTux#kllS/T֬]t,KQkonZ؋_11+ra9@ù9sfDN!d@1!+%,J!XB(!`QB!XB(!`QBB(!΢8B!mQܶm[M3 !XTL8k֬.YokkKJJ¢D}7e`ƍZ7ztgѕΝ2e, ><00P~;c __߸/!Eg}VnGFƍfwƍI&m߾;vxё#GF3>gܸq۷o,b{@꽼ƎsNGK,|)S/299W cQea6#Fضmw}WWW /ؚXY㏻v풯hG)++[r2VN^NL cQe^,cr~СFur޲eD'N!eYTTyS*7ФGb٣i&(Μ9#+4ÛEI,E{Lmm/|2 +-u„ f@򝘘(}-W_}7WV*--[e˖ .Tߋ:$EI,E{:n8p2//OZǨJ\ӵF%$ 3d +2tAYf?Cqqk_RkɒѻEޔ q'zB(X$X,J(!X$%X,J & %,J%0E %ā5LPJKKmaQ$arʑ C:!O7W0IŤ5/! +-&2 Ģ$b(`QE!`QX`QB(X$X,J(,J`,Jk[}ҥQ8aQIHYYY||oRRRMM}eeeiG222#ܼys֬Y~~~uٳg߹sGF:;;e0מ@ccl Jd"e[ [&-bŊW>zhڏ.\x?Ϟ=aZZZd&#UUU?VFl2~/vuuiOVp +-G& @lhh'7(L}YT`vСI&i(Bfbbɓ'#)wYʺ2"rȑ2)f'w䦦&RUCBB - +-DwU^FqiOGGvڜ1Ymed23fذa+#2n:t˕KKK-O@"q0 - +-0{QIhz+/ȈT7...mׯϘ1CgΜyƍe=+WDEEeffjw -,,T6rC>gґE(mmml]9ϋ$]wrI$]aQŢLWXb銞a2 tEa2 Ea(bQz+, +-Xa2 tEad`u0/&LlIID+k,J0&L,!5%!LB,`QE `QE B,`QE baEM&Iii)]Yߕ5gtm;Nc4jI~ +-B,g¢KWX&(@WX&(X& +-B,g¢KW XY+, +-XYX, +-tE!3]aQXzI,[ۗ.]jrpW"mgt7zxxX(x߾}YYYmٙ驌666;6EEE[n;9te3]ݢ}/\̙3me˖_xKimmLA}}vP& @lhhXgClppz,22ӽ{&''755Bll2JĺmW Xq6^nݰad:˕OKKK{|T]X튞aZ$ײǏrȑʧ!]A]3LbWIKK[[[e)~o9 {9[r&Т88;;oݺe4>_P9rJTTTffvBe,]|?cQz+YѕS(Lwn+(LX,JtE!&(@WX&(X& +-B,g¢E&(@WX&hJJJ&Njj*] VW0 brĖN4)((+뻲Ƣ arbXcQB$,J%X,J%X,J(,J%X,J & [d2m ҕ]YcQzI0i߶KHHH#IJJ +-&aR_LZC|;*] VW0 bb!$]aQŢ Xb +-$e +-$XŢ0IWXb(=XIĢ]aQĢbQI, +-X +-B,3LEkkkxp0Yxzz1}]G?ݻ?8p駟/-KYwrbەIԗEe;wJ9ũς,kjjl2|pGr?x/2s=zT:+.mQI}YtԨQҌx~~~TT,e^|EzAA\d].X|A{侀 Kȸl`2dEfS:+(L¤,*=KcRoyaYʺҕɉ'd=>>>==رc=>;CWTTL:UVdY^^ fH"+rX///''ֱ]Ea&uw/gϞgȑ#"!JW|ɈzIR ٚ5kd< @_}vV0 z/*&痆Uƍ~zLK){,^877WЂ ٳgdA9+z/ +-0#*=z,[eg¢ Xb +-$e $LbQŢ0IWXb(=$X¢0E¢0E!b(LX,J0E!ba&(@WX&MgAgbccAmUV?`0(#7oޜ5k,e]ڡ+%qڡgX׻Eٕ3Xbe^QQYKʕ+/\pԩ5k(#˗/hiiuWgφEsIˮ%7hUUfAWnnEd\6s玬ltJkMbbiϮgQu%ˀzjW^Ţ}<DGGL'}"%9sdESeNYv'uvڜAOٕ,j~zkƌXkY Ce]Vڟ,/d;v@WiWJ6EЕѣGX W7>쎬̝;?{I֯____ܹիW˖-Sߋʺ;] p-zvUڢM6=3X4o޼aݙ?k9 ӧOomm=qℜ:xuy̙3oܸbnWX>=&{JnhEΗ/_Ƣz?I¢E&(B,L$e +-$XŢ0IWXb(=XIĢKWX&(X&a>]hQTT.9s؂XE陮e  thLIIte3]DOO0 X¢0EŢ0 Xb(LX,J0E!(LbQfb(LbQX, +-tE!3LbQXI,,I, +-EaߣxyyƖfg/%V:|[[`PFL&SttwTTX;te/8p !!7)),jcbbfϞ}|"&㝍I+ς^JV\y…SNYF>|Ç?~\UU_Jں+˃,Yŋ---w6݅-j랃F+V1)]zѣG ĢjfAWnnEd|ҤIbVx.@ 622ҭ,jeLarȑ09&t!ӍE{{yVDKr9sȊ,ݻ ~Wr;*R]v]v۷o'''˝[=ۮg`̘1Æ [vL>)Fqi,mϐ!C>|СClǎ2>oӮzܥaرEEEn% naI(O111X>JqƇݑsg/ϝ;zjuP.Xk#vpe׮]ǎsۧ箮K.%$$L>r]CBBh}655͛7oXwϟڵ~Ŗ'N~Y.ƍ;t萋;]Y2Q1͢944t͝0DLٳ',,oڴiuuuXT_g^& +-B,gĢ 0 XY+, +-Xb!$]aQŢLWXb!&aB,]aQĢbQIY4%%%Ӆj;b>gґEsrr\.2 cQz+}Yb te3]aQXI, +-$e $LbQŢ0IKXb(=$X¢0E bQĢ vɯ>K'9rL0ٷE !ьE !B%,J!XB%,J!ӧ3 {a_SLd!aI~᷑t"X,J%X,J(,J%X,J & %,J%0E %IE%L q*$qE +- +-}||ƍ}" <5v؝;wj?ZdIuu˗L|ᇱrb&L(**2DEE$5ˈ#mwս &V?]j?Zx#GV\79z_mL\ۢN/oݱcLbQ5rOOO?tPcc:XYY9~xoooY~2"ˉ'ʈBqPPPffǧN<//ONƢJjkk_~I& 2(S°,Zdo ?*{<(<'|"4f̘>HofΜ)+믵444>7))FѾ}#n޼9k,???YʺTWWٳܹ##KXXkOQ6S%MDDDQQ֭[- +-D]bիW=z@G .466􌈈(**R6غu+XJ]dŋ[ZZvh…gΜm˗˗eۡΞ=j6 2NeAN+zI]0igb\z522R;vܹ#+4>P2#'O޽{Bll2T=ä.toߖf***>>>%Ɋl֮]QVKKKD&*++շ:rNH,]3L:9'Vǎ,00Zfv(OOOM#S\JJJ%|ݧ+zIgڵK>v}WYl^E>{|YP߫ȗvwPtE0 &mMEgggg̘!3gμqF߇ߕ+W233;*dee9te3]ȢO6~6EaKv ]Ea(bQz+, +-tE0E¢0EŢ0IWXb(=X,J0E¢0ESRR2IwRSSjI&uIAA]Yߕ5gt&[&!`QB(`QB(`QE!`QB(`Q0I\آ&iѤ3L:Ik`H'1t5X]$LI~FBtE!3]aQ+, +-XY+, +-XYX, +-tE!3]aQ+zI,,I,,@,I¢E陮(B,=$-K.EErX9+]3LE=<<,GXno߾6 TOcbbe"e[XE陮n>.\x̙6۲e/^եV^;(SVSS 644uG,]3LI!688mYUUe޽{vQf!66Vlnn q%bݶ+zI,ǸOGGGoy{{[nذa2ʧ=>qVVVolDvE0E|- +- +-kǏe9rHSyTII. yw&߫IR?mll Ϸ֭ApW nhQmzQS\\ێn2r/Wj]r%***33SchhhaaAVV.JW(=ӕ,Dikkgʩ~^&銿dЕKZ& +-B,g¢KW XY+, +-XYX, +-tE!3]aQŢ XY+, +-X4%%%t'55+I}19`bKJJ^'Е]YcQzI09`b E(!ab %,J%,J%Xb %,J% ą-j26MJKK(=äCo%$$$%%`u0/&!VIҝW_}+I}1 Ea(bQzI, +-tEa2 tEaB,bQ+, +-X +-B,$LbQf(LbQfb(L$X,JtE!b&ʢoFxxOXXbGw<==~ǏOHHPF8O˗;9qy$Lˢ{\\Ν;TgA555[l>|#9}^zIy =*KYwrbەv׶(L¤,:j(irYxY˥Ed\60L"K)sBbەX&aR_1q)7<|,e]Jĉ~ر̈wQ+**N*+,//We3y$9خǢ0 ݳgOsYu+udD$IXl͚52r{QI} K*ƍ[~LZ\˔ie/^+_hٳwPؕ[IԑE=Gҭ2'W7O?{???V ?m۶˗eee'߿_uTWr=$Lˢ~6O/g¢E&(I,,@,IĢEa`QŢ Xb +-$e +-$XŢ0IW`?UKnn-+XJ_2 ./] VW0 bvqd=Fڰte3]aQXzI, +-tEa2 Ea&(bQ+, +-XaB,]aQĢ]aQĢ X& +-B,gĢ 0 XY+, +-XԦ3^^^6KɪUΟ?f0$$$&%%X;tٙiy(7z.++th ς^JV\y…SNYFYdŋ[ZZvmuW[l?~vyŊW^}kJ͗_~? 1 UUU^%FFFJnL>~СC&M]`,Attdz'^ϙ3GVdy=.oNNNk <=ٮ+oou 6LtjO6eR~ĈO__ TeeСBc壆cM={$Y9ҝEmͤDy_Jz9,Y6n;2w%Y~}}}zjup׮]ǎCЕURQk׮{X!!!0GWSNFGD4o޼aݙ?k9 ӧO8qBNkzt b[n U]]Em={MVWWbܮ$)))}uy`Q+, +-XaB,$LbQf(LbQX, +-tE!3]aQXI, +-tEa2 Ea&cEEEE=B3g-+XJ_]``HwƔ[KW(=O<=0{Q+, +-XYX, +-0E!$]aQŢ Xb +-$e $XŢ0IWXb(=$XIĢ]aQĢ X&=zWlllyy:hMRjժϷ ڃܼys֬Y~~~u됮dddoEsod]9%VAAA˽\… NZfMoY|XKK,uD={644ԭ,ꐞ{I˃ %7hUUfAWnnEzhܿΜ9"{vٱSV:::udϮ֮]3?.DoϞkQGu?[3f=b3dȐ*2tey!۱cG^]yzz5EܳEҕѣGXrJqƇݑsן;wn}l2X[w5?.fQOW͛6mzgh}655͛7oXwϟڵ~[[[O8!'5NF_.r9s7tM¢鹏aǮWt}e,y`Q+, +-XaB,$LbQf(LbQX, +-tE!3]aQXI, +-tEa2 Ea&fєLJjj툥+XJGIs\؂XE陮eQw5ҕ},JtE!ba&(, +-XYX, +-0E!$-aQŢ Xb +-$%Eaɓ'J`u0/&LlIID+k,J0&L,!5%!LB,`QE `QE B,`QE baݢa!vhI/&.ȑ#0Id%F3%,J!XB(!`QB!XB(!8ESRR2 ! (endstream +-endobj +-2097 0 obj << +-/D [2095 0 R /XYZ 90 757.9346 null] ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [364.04 129.624 458.455 140.513] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2094 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F44 2087 0 R >> +-/XObject << /Im1 2076 0 R >> +-/ProcSet [ /PDF /Text /ImageC ] ++1566 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [136.326 117.669 247.359 128.558] ++/Subtype /Link ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-2101 0 obj << +-/Length 1270 +-/Filter /FlateDecode +->> +-stream +-xXo6=~jcZvڮMv)&l4=ې&=4i3U:"ۼov`!2|wB2#w1w\?ṽ,kspB#tBFѿVvYp)qR"=k]XkY"Kqs>v>}AF Ϙ98 1P6scaG?P +-m<춁#IGY62z BfxzUr&o%xxd胺pH]Dj36ZK5J=& a}´}L–-' #x>[M!a{Is{_x‘ROv6F[!cE3`].5Fj\ +-@c~Z$yO2m)NGdw1%aϳ1ژ_v15h+Jz/3&kv)2PdUy+qGT[T_hdiYDG/ +-p#hPL4r.D\+< v, |z+Dm(eMZ@K@rXDQGMoeTǞDl*Z6eV9*;@p缈T,tTx;7Y9! kMa6pj& GEZI&GGv>,Jr%Ɛendstream +-endobj +-2100 0 obj << +-/Type /Page +-/Contents 2101 0 R +-/Resources 2099 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 2041 0 R ++1534 0 obj << ++/D [1532 0 R /XYZ 90 757.935 null] + >> endobj +-2102 0 obj << +-/D [2100 0 R /XYZ 90 757.9346 null] ++1535 0 obj << ++/D [1532 0 R /XYZ 90 739.935 null] + >> endobj +-2099 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F44 2087 0 R >> ++1438 0 obj << ++/D [1532 0 R /XYZ 90 691.511 null] ++>> endobj ++1539 0 obj << ++/D [1532 0 R /XYZ 90 676.982 null] ++>> endobj ++1437 0 obj << ++/D [1532 0 R /XYZ 90 623.054 null] ++>> endobj ++1543 0 obj << ++/D [1532 0 R /XYZ 90 608.525 null] ++>> endobj ++1442 0 obj << ++/D [1532 0 R /XYZ 90 554.596 null] ++>> endobj ++1547 0 obj << ++/D [1532 0 R /XYZ 90 540.068 null] ++>> endobj ++1441 0 obj << ++/D [1532 0 R /XYZ 90 486.139 null] ++>> endobj ++1551 0 obj << ++/D [1532 0 R /XYZ 90 471.61 null] ++>> endobj ++1485 0 obj << ++/D [1532 0 R /XYZ 90 417.682 null] ++>> endobj ++1555 0 obj << ++/D [1532 0 R /XYZ 90 403.153 null] ++>> endobj ++1484 0 obj << ++/D [1532 0 R /XYZ 90 290.165 null] ++>> endobj ++1559 0 obj << ++/D [1532 0 R /XYZ 90 275.636 null] ++>> endobj ++1436 0 obj << ++/D [1532 0 R /XYZ 90 162.649 null] ++>> endobj ++1563 0 obj << ++/D [1532 0 R /XYZ 90 148.12 null] ++>> endobj ++1531 0 obj << ++/Font << /F28 362 0 R /F49 677 0 R /F14 590 0 R /F22 352 0 R /F44 478 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-2105 0 obj << +-/Length 1269 ++1569 0 obj << ++/Length 1368 + /Filter /FlateDecode + >> + stream +-xXmSF_jOkq{oL$5 fLNdelN'N%0c޳VR`rrk0n V 4 nvYm{swY0 ꅟV3<~0E0DbhQkiǽՊ9 F8 +T>6C|YsA> IщO+;f"SKORr-d)qJ82r;ٰ}T }cHEOq u=0cq<"kN _PZ5O85rNfy{JHgAdnd2dc|<-sB]ܡR)"();`8 _!Oު'dƩI1OYpvyLFgz^t<ѩ5 9& +-xm. B,<&|ڗ h <j- VnFi]u%3J;J  x %RlGH({V#Jxwh h h3J5m{8 ЮShVbt9;rrڏĽ:vFq(pj0ME ق,8NEJ؏u]w1"9vkz{= +-V|fX-$ߋ8I]9+Xm3|8`\P_yUQgD.E>/$glUI:F0ϳ8{Vz* +-ˣGQGP/ʣjjQ,2YvlU_k_ʀYa9Q''c=x M&;l9D=$t`/>aNz)ο{o-4#47vu+o3]y٥ \\$^q X$A,f{Ùii7O>}c?u[U*kt]}EV>tΧby+M*sK.endstream ++xY]o6}У L?X4PkaC[8ɓe4I["eYˆ>y-{txu)  ΔP0 WsO #Y6;$HP͗rb$rFï ++<.ݳ |P0 r?#[Dz-v뺚}\Ϗ=O_X+:(P ++ĴUKa;ͷN:K~E[Ibu0%a[~œsGP_~=cWlu/~jO:+&a n ,ʪlVSq>3t ( +̯0ntgگ.~E|y!y^a_'"~օfendstream + endobj +-2104 0 obj << ++1568 0 obj << + /Type /Page +-/Contents 2105 0 R +-/Resources 2103 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 2107 0 R ++/Contents 1569 0 R ++/Resources 1567 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 1421 0 R ++/Annots [ 1572 0 R 1573 0 R 1574 0 R 1576 0 R 1577 0 R 1578 0 R 1580 0 R 1581 0 R 1582 0 R ] + >> endobj +-2098 0 obj << +-/Type /XObject +-/Subtype /Image +-/Width 970 +-/Height 290 +-/BitsPerComponent 8 +-/ColorSpace /DeviceRGB +-/Length 10359 +-/Filter /FlateDecode +->> +-stream +-x{tU P&wePyjA>*SNV;j)wT(@Qn"؋VjUUZYgSr99'6;wds1bduk :Hk@k5 ]5 ]kI$_x ٳgy@0g']G~衇2[j!KW1cFdɒ2dqdҥ>o߾S#s1 ,ȼ[n .LN>=4Z=zcb9]O0a֭^oܹ3vȹ瞻m۶]v͝;}q?Q`W^y墋.~1#n:=e˖8?h+X|y엗_wuٙ9p.]V\|Z\\>&?ڴiI8K#G,--ׯ߯~СC?8ȧ~# <8`ݻG/,o߾>cǎL@;vx2d[oU'ґW7mԳg؏{mE<;ܹsի|ŊُO>'AdZ/n3c{g~Nua&F֭[-dύ}̶xb&Pg!}Ie˖=zdnꫯVzFk޽{_NzF&jjݺuuW\2dH]W:O6 '0d!I&~4ϙ3'ڵk32e){޽Z:su}ht]osg}vEEEK;axر׳HYh̙3yuܹe˖7n=R>ºtRRR2p'JԩSDf̘=Ch:޽]@k5 ]5hzӀbӦM|>t<ϥ9]FR|V*>]T^ԤNR|V*>]JY)>+%]+ez+>+gkLog%]+ez+g,]+YY)>+%]+ez+>YY)Z)[)>+g%]U/Z5'*uOoggT|ȶǙO:/WjI'$Tn}W{n暆|V|VJg+ӛϊJY)ZV|RҵRR|V|泒ٮLokv>+>+gkLog>+>YIJJYJf2R|V|Mog>+>+%]+ez+>YJkۓ$iO?>x2g>|3\:{挪U-wݙ9~wȇ?./<mOТE=z<8yGMN޲4๷M瞞ݏ...qѱ,/f=Nw#GjO^Cҳu[g\;9^\KjY>}W}KKJ0g sUyޝwՋu4?_G_0*8}}lYWsk6Cs~f-G>{{9ӳSNٰby#W~мymZٮ]|4}ijΪ5(#/|5>yiO]>>G+3s/ݗ_e>7tg,A-m-.f>/ؿ8_>o\c)).퓫~Gqax_uö_a2OϞk~ZúSwCR8Hb[K# + +qAVk{<=>>\khQMwhߞ|5|Gϙoݺt3l|9"ٳ9nwkis6 2$*Oe>tKwj>|]Lr;/nmj`?/G҇ +fK2\5+[?踊s9[9>9}N7mڬ2>7t{׮ͬa-[t?v;Ǐ?#/mYͶ7qK§k9§#}az!9Sk븸&^k\K]=ZݍUKשkI>ϵ03 s%|!ws3O/Fxbq-v5lAq-RKC'W3Ϟ0!skt>&Zէ׭߷o,k'?X*ٞ*^\{ky|ۏƷe,x>|>_~%=8wWʱ|n:56/Nku'׿:f3*Rk5?BZ 7\Y}PD|el;f ._hҷ9_S8|؋=Cz{]柮%aqqqn̞]4sc^5)!֢-_w\Ýucܘ>g~g>wN~Tǎ-KKE|qlu3_{O3g>|U!ggkLog%]]JY)>+>K׊|V|agkLog>+>YIJJYϊҵ2Mog>+>+U`oGq5J5Z-+kggT}>d-T#=4R|V^|>dەjjUR3ەRҵRR|VJVVϊ|VҵRR|Vϊҵb;RҵR32R|V_eUS~R\|V|VJՋuIz9ЈtI ?| @#r543 lg3 ]7g3gHl 3,]|>5`z| 0>|tv>5nz|0g>|tݠ'IbYQ0ӛ3gHe{yyyKJJzym՗> 9@-zq}es}G_}աCGzÇ6Ydz0]wշoxa Xp!O>qzt]m[ny7nxg4}̙7Csի,YrGN?xb,2g?s!|iY&^X+=|;:_/ҝwg^lKɓ'?#۷o\r1S\\۟q${lIMq׾}iӦ[nذa?dQ| 7$UH n;e>K|.<$]t wgώoذ|GEez7xcԴ~{ 2?իWO9sf|}sOoQFNl}`[l9̙>۴il2H ֬Y4K/N&ؾƕcy|25/lLgצw,]|~ֵkYfυ1;Cwx'2o`~n;s-9`JגڵK/  ג_OK/]xq\N81sp„ cEw^,]|:uj s|%7t}woߞ'um{={v!|߿ʕ+Qq}ԪU:*QFva.VZU{TU?W^yeѢEַ2_V{s wsms<};Fttaz| >K`;g0g>|t g>5Lo>l7g>πt g>Cf;Logl3 tlٲkŋF|3g>9:^Ո#&eeezU_F|3g>9麆377zU_F|3|tv|F|5+zez|3g +-Fzg>|vHgvӛ|3 >KVPLo>g>Yf;MokW|^|v>ֈ|3kg>|F| Mo>g>Ynٳħ/v +-czYg>υsmOґK8tȐ!ׯЃ>8cƌS2}Gݲe~ 3Ol߾O>gΜ[n .L0}x9]Fzg>|sSK{mv5wgh„ [n=?t^p;3<өSJ+aÆXM6eܷo_{֭Ӄ[lФloʣg3g>7C|ݻgС|{JK9UAx?xJMWo߾>cǎMf۫<|+>|s3 FWWX}d޽{z-)..T&M5kVc#XxqӦ\2=gϞxMfث|+>|sپe˖=zdnQv^U:UQQQEz[ƅOEEE߿ӦM{nגͳW5W|3s}Μ9Rk׮8qbޞدTپ}{׮]ު+'>uS*7|3 }έU/XO2^h̙3?#G,--5j[oU_W^ӦM~bN,X>`ƌ97z5+>|3'w'`Ozg>|.TI;^|3lgg>W5nz|3k+W7|3,]7g>gl3lgkW53g>[#>KV7g>|1cLƍWի\Mokg>Yg>0]WTT\,F|3g>9hr5>|k3g@Lo3!]7gϐӛ3g@Mo3 ]7gϐ3geˮA/֫*W|O#FU}*WӮ53W|3sk8ss#:Wի\Mokg>Yg>Klg;gkg>[#ٮW7g>| MokW|3gl7l|+l7g>tm^|3kFzg>gl3lg>Cf^|3gkg +-^|3i={;&ho6N^Hv +-czYg>υsmOꑔ~g̘۷oܹsQQQ`揙۷gٙdzupӧO7qOokW|3g>7t] &lݺ5ݿ曏9m۶߿?gySNVpÆ |6m>_u-[f۫<|+>|s39_lСw}ժUݵkנAx?xJgNWo߾>cǎd{a07|3\>%%%{M?υs>^Ko>>yq$'֠nݺ5.|****y6mݻws,^Fg>|s!A]pv}Ylce}n}]{UW0soO*^}}|3g>|έU/j*ɰhѢ3gNYYYiii\<5`kڴiԩӂ ̘1#/ ^5m|3|yݻw{I*S^|3 gwR#N2W|3f3nz|Fzg>tv|3gkg +-g3g>Klg >zg>Yf;g>[#>tv2g>ֈҵdg|3}̘1pqU}*W|+>9L#r{r5g|m\Mogl3 |3gH׀ |3k3 v|3 H׀ |3k |ntlٲkŋF|3g>9/ Wի\Oֈ|^|mWpeU}*W|+>5g>Hkg>|3k+vg>Yf;Mokg>[#3Jf;Mo>|3,][A2W|3gl7^zg>Yf;g>[#>ϐٮW7g>Yl7W|3gl7l|sޥ 6ۿ[׮]KJJ:wOc9oܹs׭[7pҥK;Ա&n{n{|g>|3du<_~w_4vѢEƍ +-v7|s6m?'O~rm}SN9%^5kbM*)7g>|sLGuTt{キW^űM|YgeT엗5NEwQ +-N:5q T!-[;M3g>|n:(]x,W\c6>|c'O^viӺuVo:w?s|ŊÆ ._<=۰aCi[hmmLo>|3y]իWN,b}άu\b}rT8+x֭Z22g>|3عbuٳW_}}yVz}.qŪs9zk|g~_M3g>|Η ҥKIIIlc]gώEL{+6lX˖-҃-ǀ֭[w-K,I:cz&n{n{u;Lo>|3gwx0^|3,]3l|+l7g>ֈҵ+ӛzg>|v|+>5g>Hkg>|3k+vӛϺg>|vHgt}]w]Vpz a^5m|+>ϹM71b濯^WFzUh>'$i@ ^{#ѫ]FzUP>'_ +-~ԐiDkZi|(]Kҵ^I҈^I|t-]Kt-]+H|+ZkZFiYJkZFg>Kҵt-1t-tg>Kҵt-]Kҵ҈4bJJkZFg>Kz%]Kz%]K#҈tg>Kҵt-1Jҵz%]YkZkZFkgZ+Z:]miѢE߾}/_9X1yVʥ^޽{Ĉ鑷~{-[moi^eDF-]tC Y~=kՒ%Kz$}dyJͳҺ4IOI2Wn^e#]BbL_þ}^}o|Sg̛7/fKL͛7gFӔ)SyW=UFU~t]acgϞ+Vo߾a>+/~|+2=rصkWlui^$HYs=w۶mܹs+=ϕzu;w|衇ڵkCHݓ$+_>+$y2I:Lt*tнJΉ1%%%gq|PXY) :o_/wqEEEyFU#G|u}]j!|~֭Z!{/vb[iz%]w/է~# <χWRb~֭~O]I2(I(tp +-Z'HIt]8~CHϺꪫi1apgH#*C N:I ޽{/[p?cǎ~xؾ}bg޽t/k>|Ŋ|W۶myf>d_C$cNJY&rgH*?%Iuvرcgt<vڥ#fΝ;#fW5"O i^=puv'|NVjݾ;x,e!A{%]mٲG .h>wӇχJuX|~촪ݳYNjvUv&It}?ħ~/})ݏ]vYUjw|0~c}g ګC;رcO;_jꫯ޴is=o~3spĉcHJnk4gΜ:]63z5iҤر#%1MdO|vϊ:I6%sIZ|O ѫ$t]O1ԩStYn]m̚5,ܹs3+**"Wl2ӟ +-,]oO>9 ioƩzwؓN:> e9rdiiQzK#۫/䔮e~窽7o^Ν; 'qF>Kb|#INMדN'%g :Ii6~{@hUأGk<5k>Z&Ƨ~:fرcO9'ݻwqiX^1t-]Kҵt-]K#҈4b,]Kz%]Kҵt-H#|3%FZJFJ3kZkwXiD^Iҵt-]Kҵ4"H#ֈ|J*O1cƍk8OokWsL+אiDkZn"z֬Y}!l׫?^zg>9麹QOokW|^|nz|gvӛ|3l,][A2W|3gl7g|v>ֈ|Fz%]]Lo>|3,][AHg>u~_xzU_F|3|suEEȢ\ޫ\Mokg>|3s W3gY >|k >5`z| 0 >|k >5`z| 0>|(]1)++kg3Pwyˮ;+uO5 1vZez+gTvez+gt23ttggtggkLot]_5'*5ʭ5|tƍb|>t Ht Ht @k@m3f4ufܸqm$endstream +-endobj +-2106 0 obj << +-/D [2104 0 R /XYZ 90 757.9346 null] ++1572 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [283.16 663.974 359.872 674.863] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2103 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F44 2087 0 R >> +-/XObject << /Im2 2098 0 R >> +-/ProcSet [ /PDF /Text /ImageC ] ++1573 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [400.553 663.974 499.95 674.863] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-2111 0 obj << +-/Length 1137 ++1574 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [172.301 652.019 283.333 662.908] ++/Subtype /Link ++/A << /S /GoTo /D (a00046_ga16) >> ++>> endobj ++1576 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [271.448 535.953 348.16 546.842] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++1577 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [136.326 523.998 230.741 534.887] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga1) >> ++>> endobj ++1578 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [262.233 523.998 373.265 534.887] ++/Subtype /Link ++/A << /S /GoTo /D (a00046_ga16) >> ++>> endobj ++1580 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [307.428 407.932 384.14 418.821] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++1581 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [136.326 395.977 235.723 406.866] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga3) >> ++>> endobj ++1582 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [272.195 395.977 383.228 406.866] ++/Subtype /Link ++/A << /S /GoTo /D (a00046_ga16) >> ++>> endobj ++1570 0 obj << ++/D [1568 0 R /XYZ 90 757.935 null] ++>> endobj ++1435 0 obj << ++/D [1568 0 R /XYZ 90 697.041 null] ++>> endobj ++1571 0 obj << ++/D [1568 0 R /XYZ 90 682.47 null] ++>> endobj ++1440 0 obj << ++/D [1568 0 R /XYZ 90 569.02 null] ++>> endobj ++1575 0 obj << ++/D [1568 0 R /XYZ 90 554.449 null] ++>> endobj ++1439 0 obj << ++/D [1568 0 R /XYZ 90 440.998 null] ++>> endobj ++1579 0 obj << ++/D [1568 0 R /XYZ 90 426.428 null] ++>> endobj ++1567 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F49 677 0 R /F44 478 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++1585 0 obj << ++/Length 1369 + /Filter /FlateDecode + >> + stream +-xڥWis8_ȧM˲!0K[@i:2V,&N8TQ񞏤G:1p cLN;çh=15 ;Q~Lu#eB?@9{~ ?: +rd`нO=uYCxQjtNWT)>o;'}Q܋a#g!WsRJ[%9B1($qD"'D"Pg_ҲQ#>gݱzp54)2wЁQ$>$PVrJ!Nt]$5f +sI{hU䩥ʯM%pM˂H0[Ҵ.&vp3n#r^[TāAE>Qw+autOY1h*E2JDm3G%# +-5JB?~.4$O R.KUq/lμ8O=z?)Ɣd$ogЭIQrbIjtV΅uxhaBBJ$A9|x`5T_1xac.XNMÚ:H3X?zA5ɔc"_eYjĘR`F|>}fFB&]?JkJ?n@% 8w\JHOIն 40%X5ZԶ 駍ТQR#>/98 j%%lq .Iv>WAċ=\钮 = nmyP="-yf^p+.Aenσ/m6[! +-p ./ngR݉PW_+1W*{s4Ce,3WuKF+1!,(_`v-4B-j\#w /.)&M߽"2~qhTѽoÓ3v9O\*٭6ģ3Jb$Vֲꚋ+2>,7H}VxY߯@i@H@o`*6FH,Pd`Dմpԍc~T#$:D)sOjG4S(Pendstream ++xKoFDNmwͱH4(P46Ye ++Rt\Β|kͤ- X9ǷDFZjbv_4: pOWxyz;Dţ]"DU, I~%ݕzE>8/W*c˛/ƨsIreM]$zkJB0Oϋ?}V%O. Bu1\fus˩1RZmD Ye]y̳•քks1ӬPEO5crhEmyAg𘝎 1+G%'@y߶}PħN:@6ܔM^lnSd2~%5(bIB4 F(am,!?(%\ $n/4Ε&qovdzhY`j3sN8@aK] &z/a[x7&XÆwkUG-hVtI"ju>_]wٹz^sLT_8^"/jm,*HH Bp$\ !V2!yۑ ɼHVW!s ٵ=!/* ͗ o_$ ++¡2A,%1\LRK͍GIeƹ]/R63^:P\Pgx5DfHJ'o#eՃ4&LKD΋F+܌`3E3pSkǯiVn[~mj'\;36^:9Đ'0Ɖ#@B=!\ x<~+/;1I8ݍAJSۛݒJ3M!0Do݂&V]aŽGp9I8ϼ9*Ƶʝdu<tN3|iqz>f١X"}mVmH;*jj]SʊsUh8TWU7 M쏻\ȱcf naX6SBuSĎE+a#$2D~Ԋ8|jq.0!G.!8pZza_\j>pcVfd|C I?!p=36^:ʹ8Tce@*DtG;BOQg(w?P]` TSTJ?v"F nm:>b[n~]/ ]%Mw7o-<_nOm$v~12FՕu ?IC'7endstream + endobj +-2110 0 obj << ++1584 0 obj << + /Type /Page +-/Contents 2111 0 R +-/Resources 2109 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 2107 0 R ++/Contents 1585 0 R ++/Resources 1583 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 1602 0 R ++/Annots [ 1589 0 R 1590 0 R 1591 0 R 1592 0 R 1593 0 R 1594 0 R 1597 0 R 1598 0 R 1600 0 R 1601 0 R ] + >> endobj +-2108 0 obj << +-/Type /XObject +-/Subtype /Image +-/Width 430 +-/Height 430 +-/BitsPerComponent 8 +-/ColorSpace /DeviceRGB +-/Length 9440 +-/Filter /FlateDecode +->> +-stream +-xmLgއyWK@yQ[A[vۊJ15m-fk"XPң9P[FTV]]T>?drj>Lƛ9k~极j||| +-@d2/?>?hBhBhBhBhBhBhBhBhBhB6[#>|;YOhnl޽l6{޳eϞ=W߿edӦMޣFڽ{~_,44@ n޼YOhnlƌ<^n¹s?~aݸqӧ +-ߧO.#rŋ{IOcǎIMm-_\fuE&ZC?:uj„ jYo8p`@@=lٳӦMYȑ# <֭[k°*W~ܹղjh5x͠ @vۄ?)Sd%˗/[["""d}ܸq۶mkmmݾ}۷kjj oBgyf׮]bbbwÚPZwժU JTumo(QVuIMؓ'?OO.n PT +=?R000PRT*tyۍՊvTTsBx&?)+UNXjP&VsBɓ'˜Pߢ]'LNN{,3e$--m֬YR23:mB=4aӑw}w`R>jɓM(JZhX(,,̴z6zd^UWWˈСCeTdopp匌 ~v @:oVǛ& hB& hB6ѣG\kB 08SNgڵ4!Є4!Є4!Є4!Є4!Є4!Є4!Є4!Є4!Є4!ЄN؄nnn\p&4111^^^۶m ԿVsNϟ??a5_N4[NhB5-[Ν;/ڻ e?4o޼%K?rrbu@گ e*RZZܬ VVV5Sr̘12L- +- +-&N&sikM;٠*"Km†^{mܸq29T򼜚*(K)C;HՓ{ff|O>nGi_eE'OTُ?S$ЄjS/igʊj!Y9sFi2Ӷצs]?wZzҘ@o6K/ta}T#GܰaT6'=z՜l6رceNJɯ'M(,]brܹsNhB5`DDLd/e(\YY|OjȐ!Ґҥ`ۯ_?-ŋ{B[Ə/Q&7& & & & & & & & &Sx,, ̕PL&r+5a+0JhB \ф@ &rEM&M4!+hB W4!Є@hB \ф@r&loo?4G 'kBrEބnnnV#%%%qqq/ٳ'##C?ʕ+3f񑥬Huu#dd̙ׯ_.!!!V֟@ssl&44@myf9d&$W`&LJJ:};w_;wǵ?8q"88X;… dGY&''Z[[eh"ٸqQ<П@CCĵI?(o???5x19d&$W`&ԸtRXX~Dx-.;vÇ#H Z*겔޽{W 9[]&MtERV7o +- +-"NmBrFlk׮I***^^^S+WC2&+ >|+#2j*薗}}}-Y)aR{mBrE ԄHޭ^hH@@ս[Zs˾d$7墢"'yMHȕ077WY[[k#,X@{#jPRw̙X9Ucrr\#؄u~tܸqA:aaa v4iŋBttyfPP+%W•6׽{G]&+**ә+++rpWJ,p3'T3sxkp̓Dfr)**:dwݸ\=ʕ+oܸ!Wa߾}J`nn\Z4776,''*h(.>W•7NG4 +- 333z~~~HHɓmwliivpBdddzz~ݻw 222 3>\ +-W.لD[[+\᪏7pe\W4!pEX\ +-W4!pEX\ +-W4!pEX\ +-W4!pM$&& +-WrfWvj¢7Alp圮ׄF& hB& hB5aYYZaXp+\9+vA\\p+gve&O? ,[ W•3 I,p+ +-W I,p+ +-W I,p+ +-W I,p+ +-W I,p+ +-W I,p+6aCC[o5l0// c:pwwcnذA^x!//.66V<Ѳu'Oc]!*555,,L>:***33W]Z~}hhr`#Gܹs),,LLL| 78P%9m۶W^yE̚5Ku'Oc]wq&t+ɔ/ZfƸr5{lRSS&2dɉ\#_{fȺt>N¦M <7d\6(++Y:bXM  +- +-Ujkklg1f;.N/_~Y*?MСC"ej\6^QQ1qDYeyy@VNXǺ2V:RkɼW]Rر/ 9ӫ#fY !JvdDnUmoF+VqkN@W:UvvúupՓ\CrsֿXzߏH]NQ2o޼[͙3G9sP֝}]=]Y橧U^}>LgPJ^^^-U.zGcO? 훙]ѣGmٲe…`qqz1f̘{g|r0\uWsoGKfee&;{_• I,p+ +-W I,p+ +-W I,p+ +-W I,p+ +-WrHرc˱uV{$WU/rHYǧ&^\ +-WQMőذ_bq+\MHbq+\ф$WMHbq+\ф$WMHbq+\ф$WMHbq+\ф$WMHbq+\ф$WMHbq+\9mJ#::\ڦ'{).]7ߴǫ+W̘1Gn+Ejjqpe媤$66;..W]*$$ M(_۽K,o9b +-5pB9;wRЉ+ĉ.ЄvtiU^^ƸrqQF0'*TUU=UuV7d\6~5k?W}=vX9iBҸtRXXp%~d3{23*++{ԙ~/_}geEdr.+tZreVVV+ŵk&M$"\uJVZ5`DGia~uY߿Om߾]\iNhWW5N3\Y;^PPg;rРA4aM֭[ҁ̞='{ Wnjj:u믿 .X@{O(.U{J,ӹ>`jpȑ6l愣G怀5;v U)=W_ KZ,^.XM;6`DDLd/e(\YY|OjȐ!Ґҥ`ۯ_?-ŋ{B[Ə+߬&&&&&&&&MXVV౰X, +-z3WkB9r||| +-#b2~ׄ] @( &rEM&M4!+hB W4!Є@hB \ф@ &rEMʩ}(-'@\ rxYz{{뿴gϞ Hjjv+W̘1G.##F3g^~]F߿/XYͲqvvdЂ͛!\ћ0))w iܹǏxĉ` .e,#jmmEddƍF?x@ צ&[ecA\PҥKaaaI[Ժ$sر֎ V7hYRz]Y4HF䀲nuv4iŋJ%6::Z ޼y3((8  ]&)zyyݻwO\2++Kɘ6RVV6|ƲUdD[^^vX,VgJm: 2PBxx"{z!!#Vnj9v7W5n.ʓܔJt&**{k4!"Wj\IfmmVs`}AIݙ3gbccTs|{ssarrrlϑ}q\7-jE۸033a矧M&ӧO|vഴ4sU$Yn/\?wj ~g&$W`&|$/K7!Xr4!Xr4!Xr4!Xr4!Xr4!Xr4!Xr4!XrFl„tG$11\ANMXTT&ca6fׄF& hB& hB5aYYZaXp+\9+v)Ёdp̮[p+\ф$WMHbq+\ф$WMHbq+\ф$WMHbq+\ф$WMHbq+\ф$WMHbq+\ ϟoErX9+%W•vDa={222zqqqLLw\\\}}G4771";;[;{hhhAA`rp'O,pӄ]ϝ;j}ѢE.]}޽{d$))w  I˕Sǎ.`<֭[qꄅڵkҤI/^: +-j͛AAAX\ +-Wڄ^^^ݳ=zTvhPZ,Ng2~])ΜPeMõ7rˍ>>'OnllݱE… ͂wޭ60p+\d>mmmp>ބW•q]ф$WMHbq+\ф$WMHbq+\ф$WMHbq+\ф$W6aBBB:t+\ʙ]٩ fW•s_& hB& ׄeeekAbp圮&CqqqٕP>0tl2\ +-W&$hB+\&$hB+\&$hB+\&$hB+\&$hB+\&$؄ oְaüBBBd'u]a^xᅼX5RRROGR֝>>ofvF]WWe˖ j]ǘ1ck9Uopյj\=o -՚g} +-WN&$hB+\&$hB+\&$hB+\&$hB+\!Mcǎe.֭[X\ +-W!M(gBL{q+\9+G5aG6"b~peoW4!pEX\ +-W4!pEX\ +-W4!pEX\ +-W4!pEX\ +-W4!pEX\ +-W4!pM)UrmjXt7| Klozr].視8&&;..W=U@@MUe{{{EEE```ϯ^%K|GYbE1bbwG\-ZҥKo޻wc=(|_i.BUUc\^[nu%~d?aΜ9mnsZZZ:n8\uJ\? GEE=\믿>쳲"_~愽o=m4\uJmQ\u/B&Ҽ'~dE~ZZZԺ߿'{ތozs^p%C7uGn]I7:u&Uc֭k@VfϞݓիW755_=puwygUV\y i}\9rd2G +-/^|tO= +-SN{CvrÕLU~~~HHɓqՅ+!!!a4k} +-WvEX\ +-W4!pEX\ +-W4!pEX\ +-W4!pEX\ +-W4!p&LHHHw!X\ +-Wv&Jv9Z#zC$p hB+\&$hB+\&$hB+\&$hB+\~M8~e)Sp+\9+;5aQQћl6 +-WrNWkB@Є4!M@Є4!6a||Zc2 S\kBM@Є4!M@Є҄ }V+endstream +-endobj +-2112 0 obj << +-/D [2110 0 R /XYZ 90 757.9346 null] ++1589 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [152.107 674.226 287.219 685.13] ++/Subtype /Link ++/A << /S /GoTo /D (a00047_ga0) >> ++>> endobj ++1590 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [291.035 674.226 365.535 685.13] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++1591 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [405.794 674.226 479.736 685.13] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_ga1) >> ++>> endobj ++1592 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [152.107 635.371 286.611 646.275] ++/Subtype /Link ++/A << /S /GoTo /D (a00047_ga1) >> ++>> endobj ++1593 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [290.427 635.371 364.927 646.275] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++1594 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [405.186 635.371 479.128 646.275] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_ga1) >> ++>> endobj ++1597 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [316.923 551.057 393.634 561.946] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++1598 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [434.047 551.057 511.306 561.946] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_ga1) >> ++>> endobj ++1600 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [317.019 452.978 393.731 463.867] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++1601 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [434.141 452.978 511.401 463.867] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_ga1) >> ++>> endobj ++1586 0 obj << ++/D [1584 0 R /XYZ 90 757.935 null] ++>> endobj ++1587 0 obj << ++/D [1584 0 R /XYZ 90 739.935 null] ++>> endobj ++166 0 obj << ++/D [1584 0 R /XYZ 90 739.935 null] ++>> endobj ++1588 0 obj << ++/D [1584 0 R /XYZ 90 693.176 null] ++>> endobj ++1595 0 obj << ++/D [1584 0 R /XYZ 90 598.051 null] ++>> endobj ++1211 0 obj << ++/D [1584 0 R /XYZ 90 571.566 null] + >> endobj +-2109 0 obj << +-/Font << /F28 1626 0 R /F44 2087 0 R /F22 1616 0 R >> +-/XObject << /Im3 2108 0 R >> +-/ProcSet [ /PDF /Text /ImageC ] ++1596 0 obj << ++/D [1584 0 R /XYZ 90 571.566 null] + >> endobj +-2115 0 obj << +-/Length 2371 ++1210 0 obj << ++/D [1584 0 R /XYZ 267.632 488.201 null] ++>> endobj ++1599 0 obj << ++/D [1584 0 R /XYZ 90 471.474 null] ++>> endobj ++1583 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 467 0 R /F44 478 0 R /F49 677 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++1605 0 obj << ++/Length 3217 + /Filter /FlateDecode + >> + stream +-xYsFBRU`xle*oMes)IY"PY3 @+U{~Mo1糈zwf0i.?o/.,r#_ۍsW .fɯ zKG(.<\eۥ=k]n^:I/?^m$_g42 +-/Q$f O%w+'1#y Fƍe `n%nUer;r~Ebt|Y9C_H0Ø t)+}|ꧽFU_'0y_(BD_ ?z]#r~SV]trP'Ȥ-J=SjnE({>ӵ[,8d{1ezx?BΟ~F;yy4}|KOv rs?]USԗ2T3A-g%Szs 15M A5uG#e/8Rm`P8UCh.cO +- 6S=-]Wr#iw{ax( Dx]wtUN!/ƸjKr_V~Òp,)kpSMb}iP=nu|Qoc[ Gϼ8?Y\k\&MGt}:o;p U>5qy#WONSG[lgƅ2. nO.}o"Z~gs dn65mqH^U&?" [zh'%ԯP[ 嶞 T^*8lZ)-"79yXzJS Bbzd'{_ RgHAo%h{yM/<}`B3f]: +-ƷzKă٧X+Q;4ȰFGȟ Thz}& BͰq6>UCe&VOAb\Ɉ\Xk#h6tۮtfm2JFb{i+RǔZ겪)* ADAEO󪉬} zCry]+ްr'@m } TJfc]|i0LEWiUPSm:$*謢nhK" ]؝.XeH5}{,n0PԄ)5Τ;;8(|b=u^oRPfm) kVn( nٝHv.5|B*+2= CY15 °kb[BL~B)~ Wms[N[mwDĆ 6UPJE(o7`brd!uTY!Ipu"}E3Mj* ~`$grb]` Z +-dUljogJKHx&9PzL U%2W宦^`/ =## { a_6xx5UVC!E=Sn+9 ʦ!ơfwF5ҠX.犞VE1*7^+V nP65Ue}NeR<>1~ +-}֟e#:- KlGhT;Ѕ +-FYFPeqq۔ynNZVߙS7{90wL@چ@0ȶq +-}B@_:0' DZiPfL{||2O ?3~f䭓jdH%}nM +-к.ƛϭf<[<:iCs}]9X]QZk2\{{0x{06[:3U`[=ܿl1:ܽ|r_Ʌԕ>_ ]CD8)aέ>\I.ǫ\cz_KWL,6I"W)Jnjv |8}MqJ>0} X`j|>5_ƏQMg՜QB"'sdn?xN?8>ď)y@䳐|7ޜ ,|D:xqb 2ts<N>ypD%bPzn` ++OX%%RJD7󐗖Ok94BQX(mwĠB ϸ#J:0iU MyÄ&_ҕQ@,rj<+} &pw>+חf= ^I6"q©k ,p M9GBaraɋ2.e [jlj[Z%S$v7<1˷70eOłX D(%hcr*sB0='6/L  tE_+|Z,9Ԯs"A2{IfG J.;gBޥ킈Ƴ̧6x<3 ?#ZY7 mZ\>sHYZu!s8sn9h Wx#L3m ++sp";0$:YIΟ@N)ZP9΋L.%u6gD8uu&Cm`\Fs 29u0tT=K%Id"EpI ͉%M/s"A:J@m#%cp:=V>K|BٳJ8akvk6N 6`p^mOa<Fe6NNٿ uهE),R% ++ְQ( ++. &$V]Q0RšhCdNg!;j hёϴX#*[ﻨF)bTuB>)Us"g:w$͈ɝ%jr՞/"ar6E}V"t; JK16` `̯'͖Gܳ-m&y{ KjM4S}k!ǰK+ Yb]IVsؕPjܮiWX]aѮz!)y8,dǼxdî lM#*v|oz2C4l:R#8g⩚"as0DY|F Jc> endobj +-2117 0 obj << ++1609 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [226.9463 312.8236 260.7593 323.7276] ++/Rect [139.096 674.967 190.901 685.871] + /Subtype /Link +-/A << /S /GoTo /D (a00027_source) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2118 0 obj << ++1610 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [123.017 288.9133 156.83 299.8172] ++/Rect [191.399 674.967 273.64 685.871] + /Subtype /Link +-/A << /S /GoTo /D (a00027_source) >> ++/A << /S /GoTo /D (a00048_ga0) >> + >> endobj +-2119 0 obj << ++1611 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [432.472 288.9133 493.403 299.8172] ++/Rect [277.456 674.967 351.956 685.871] + /Subtype /Link +-/A << /S /GoTo /D (a00025_source) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2120 0 obj << ++1612 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [298.8233 259.3338 389.503 270.2377] ++/Rect [142.53 637.597 194.336 648.501] + /Subtype /Link +-/A << /S /GoTo /D (a00001) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2121 0 obj << ++1613 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [155.8028 217.7991 210.2083 228.703] ++/Rect [198.269 637.597 339.717 648.501] + /Subtype /Link +-/A << /S /GoTo /D (a00043) >> ++/A << /S /GoTo /D (a00048_ga1) >> + >> endobj +-2122 0 obj << ++1614 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [227.7823 217.7991 297.1217 228.703] ++/Rect [346.968 637.597 421.468 648.501] + /Subtype /Link +-/A << /S /GoTo /D (a00044) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2123 0 obj << ++1615 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [118.2238 205.8439 182.4822 216.7478] ++/Rect [141.028 625.642 192.834 636.546] + /Subtype /Link +-/A << /S /GoTo /D (a00021_source) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2124 0 obj << ++1616 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [163.2047 176.2644 307.0336 187.1683] ++/Rect [141.026 588.271 192.831 599.175] + /Subtype /Link +-/A << /S /GoTo /D (a00005) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2116 0 obj << +-/D [2114 0 R /XYZ 90 757.9346 null] ++1617 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [195.259 588.271 331.727 599.175] ++/Subtype /Link ++/A << /S /GoTo /D (a00048_ga2) >> + >> endobj +-2093 0 obj << +-/D [2114 0 R /XYZ 90 374.7018 null] ++1618 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [337.472 588.271 411.973 599.175] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-22 0 obj << +-/D [2114 0 R /XYZ 90 367.2944 null] ++1619 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [461.643 588.271 513.996 599.175] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-2125 0 obj << +-/D [2114 0 R /XYZ 194.2982 96.348 null] ++1620 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [113.91 576.316 140.809 587.22] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-2113 0 obj << +-/Font << /F28 1626 0 R /F44 2087 0 R /F22 1616 0 R >> +-/ProcSet [ /PDF /Text ] ++1621 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [163.444 576.316 215.249 587.22] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2137 0 obj << +-/Length 1617 +-/Filter /FlateDecode +->> +-stream +-xڥˎ8잯mq-Y~m/ti'=,=8ԏ%Eɱ3IQ| +-s|cN;q{i "g[-|g f+ O_I4⑳i Bθο0 o&_=e͒%\x6+;7TTD wrP4 ,|)w]ŧA9Bǘ!q06&'<\1ݻ%]t٦Fn>r Do~.WAA-9eQ_Dr\ifoX>W#~eӋoI_Yu,e{ C/ x˕',r%=J͌gԦˊK;TYW(K4ߌ6\':7k +- 1!}%hX;uTt֮ 9K'lGP=YZjf:Djm'+"-Xf6$H噸y\3 Vݡh:rOzǢz< aAV^dww/"d̉`M@TtN߭j 42H΅pN,oa#D׵v +-˝ԗ:^DeSKtmFUD=A'tHGd@٦uxI ijnwsB*F.\|ʶ^EQ?(LF9-@OhѪ-{ J3 UUQ|2ڀPݏf=#s1y`oyt%oTJ5gBn:|C"::f(6zj."1zcDqARjQwdJD1ӕ XK8]"KI[@K0>A!=p +-ĕWL/J}6ɱ8i_ S\TyX)r=ǂJ6dЕ\p}(EďJ0;:J3 )wPr%۬o'!v,6_cquh.znX"SҀMȡ7i'.JZ~ԣflq5ؐĎ3*NF7.Vk=Qg$v5f(ڹ~,ktLl0z)(NMgӷp^*x9mc,tm%=j͓ȍܬ#kܬD!itq3:po]C^xay, +->֮K` { K=^ +-:1mb[ׇrK}[3> + >> endobj +-2133 0 obj << +-/Type /XObject +-/Subtype /Form +-/FormType 1 +-/PTEX.FileName (./ppc64-with-smt.pdf) +-/PTEX.PageNumber 1 +-/PTEX.InfoDict 2142 0 R +-/Matrix [1.00000000 0.00000000 0.00000000 1.00000000 0.00000000 0.00000000] +-/BBox [0.00000000 0.00000000 1150.00000000 430.00000000] +-/Resources << +-/ExtGState << +-/a0 << +-/CA 1 +-/ca 1 +->> +->>/Font << /f-0-0 2143 0 R>> +->> +-/Length 2144 0 R +-/Filter /FlateDecode +->> +-stream +-xj1Fv@)ht᱓@~UāˑSKwgy|~6.=qF=ק:;>bvM BR(5IRTREj/JR7Rwݧ]yHJs2qLڈ^H6Vڹ)Omݖ1 ,4ͱ׋:uXT寮;q8KUnNGj ۘw:t<}-3Fo6:8V(L.iaodT(.ajHqÄq7 4ͥ` igݓ|VW> 's}2OY]lz +-:yn d#S ұPЀ-\. Hš 27!գ!574 /H57@dȘ]kn`H dݓ|*^> 'cT|2Osiۧ`lSs:O:?,ksnޗ35> +-endobj +-2143 0 obj +-<< +-/Type /Font +-/Subtype /Type0 +-/BaseFont /BitstreamVeraSans +-/Encoding /Identity-H +-/DescendantFonts [ 2145 0 R] +-/ToUnicode 2146 0 R +->> +-endobj +-2144 0 obj +-899 +-endobj +-2145 0 obj +-<< +-/Type /Font +-/Subtype /CIDFontType2 +-/BaseFont /BitstreamVeraSans +-/CIDSystemInfo << +-/Registry (Adobe) +-/Ordering (Identity) +-/Supplement 0 +->> +-/FontDescriptor 2147 0 R +-/W [ 0 [ 600 862 612 549 633 277 633 615 317 390 636 636 636 774 686 390 748 731 684 611 634 837 636 603 636 636 636 636 636 636]] +->> +-endobj +-2146 0 obj +-<< +-/Length 2148 0 R +-/Filter /FlateDecode +->> +-stream +-x]Mk09nƏ +-"C?d +-5yPxLf3ynRngJèeYuԑHIr rLv[V=QUQ6ntxRsoV_ڛ1?<^)μvS쓏r]_fR-Yb:ɶWĭ:b%A~wև $=N2Pzt1 *@T),A)HBu> g`E/G=PAKQ]/_~Yȃ_(A? g}!oֺ#'bQ}jl, +-endstream +-endobj +-2147 0 obj +-<< +-/Type /FontDescriptor +-/FontName /BitstreamVeraSans +-/Flags 4 +-/FontBBox [ -183 -235 1287 928] +-/ItalicAngle 0 +-/Ascent 928 +-/Descent -235 +-/CapHeight 928 +-/StemV 80 +-/StemH 80 +-/FontFile2 2149 0 R +->> +-endobj +-2148 0 obj +-349 +-endobj +-2149 0 obj +-<< +-/Length 2150 0 R +-/Filter /FlateDecode +-/Length1 7684 +->> +-stream +-xX{\UU_k9<@*fz"5S3J3(,D{8bdf耚`ό!r q|fČ:6嘉bEF F3?:gn%H1{r||G. d`SBhg^٭i$$^6yG#L'!&DDLEɂBޠ4Vgdz$8&٦Dd "7YISe+Jn5մغ| ) )8d!AH}rgH O ByXX"/1Ej;8up{Zn~1] Ut#8Iݯ~%NqT;ME5FvSHbN"KFv_r8#z`Q|%ރz7f=yz]P2l_%${ɾdr`L}A06+&˓ebŔzJRUDOIr<9_?ߓ=b_?2fXOM|ĥ[h\lBzTzZB\$)‘{YP_?M]7ںgyBj^3kqMcVT6`@Mbb' +&%th)1/74(bC)JX(kgK +-q1,]*:XCDJ8Nܜɓogmx.Ebޤ͗jj6:,v$D̕N҂.PԢԛdocg)7ThlSlҺ'h1rII̭_joCCvv=*lٺήRѵeF*v p]59,0sx[ +-ن[A}>GGBθcsn$??׏9?9_z_<s꾊ED`{ +- 53N=t"4deꪵ$U>~KzӋ !ˈ#3Bbe뼒;TsZlFmq#=0QWXz U;Ν5bkո8Nd2[T4D&11ӺMYk9*E P; +-RѣjhWmk'?212F ] `ʃ6E~I|]E"(1'/H +-w/!%%QK= +-wIL?,d± te{_+y/z:F?7jjja3:\;eO6! 0J=4k$wȷ&R*wp >^Á7.m-7ZڬWkpN@ơ>Oo\H:?6!1]gRW[IS#]FG-=9,dşW$'-)b3!3X<yjoh}l5w+F3{]El+~x<@;Ab懎(G +-ƹHA_e[L ozNX'nWSE בb5:ǓD:j;ar-7 +-bkGª]f5tׅҲeB1繹b{ŸD^7&"c~D /^ۜAlKOv"ETU-]*a_^ﶶ~aX*AO=2/*(L](De-QmzԖ9[ZKJmFUc%c姄?AQЗkͪ`G@=(LTC +- #I^NI@XjVDD ƍ=:\-'OpI 02@I9a2 pЩBi&%H_s|E])].^CGJSi!N8̯ ^xEpy3K u$"XY^IK 6`Gma9:R+ϷBR(E"}Xh*2YŠEJ-jw)?Q3)j2`7ݻoTO^{{9AhèX}]Q h`rK=]" w+6U(rx=@ʩXm(fh}H~[ uիY58 <϶=(ctljmm¦څ@`Gy$'8(HJe1F\f4TwtTݦX-f#)?9Q0fD^Mkqv&F i`,Th&ʷ=@GB33Ҝ}*:(V>}[ϟ[ԶN@~b+UL!&B62Upy&譐6lyM?ܼzśؚ4x/1]@_+UT._q F*+/Y :|T[/:zuQSwR}viuiݗ?Y\ŝIy0oL7!:5[҉&sګjD9dOcjT Y+ԆFҗ%Sd>y4$$L'L<:˨'!UU( qt~X24w!sGlE?bȼ`%+%֘YWYl.wz"nbJMa樛.oGC̛&5|uX7;iPM'*Яj dj0.s¥;|5dZ[.bn7:XAԶhml +-:HmYlbMF#dz^3W ;oݺO8έa=s2in?}ۡC۶'oe󯿼ʿ@ٯ=;I`$S@"p)d$ƞEWD#YȽ MQ,e3JV4ѮRޅaJbD4=U1.bG +-DbV)Oܑivƻ +-H adDRWj=x$ +-=r*<\S8b / evZj.kIe.ūw~sl%k,YZ)tƒ S|uo9vq/dG׮}TqN~ɒf1T>Ej.ZB\!.1DV{Cv6kAz*5፮QG4za6@ @nkHO#=XMa.M42OMjU[ʄMt-Dy+LmSa_^Qnxux +-|oQ"n&Vr~=H8*#Q yB°*(l' zI\$ +-(zC^>q.:Ñ ߷n4,YJMGRq@nd?>#~j("NbLb#TΦ2]uKER@ +-Q\f!WpD*NR8R$ +-)L617-,Zw.%ɫ +-czj"ߓ0Y(„HSf`SBw g絣ʓN^rqm֐9 \.=XR! ).@գP}0_̡5s1G~_x=#͗t@Kի1Y'yzMH'OY!GH&$_ign/t=iQ:'^X#R2|Z!pOnmEg}$ּWݝ5ܧ2w-tb wR~㳦jF9plT&ulWp̕-x_xE\ljleTuKBt0]BЫBPjфH[PV: ҫ(K/tSt:sOz|s:[} 9l;(} ?RjqTC{~N5U5uχLhp5LbWol?.wgO9\L9B5|cu|t_,f,p?rh<Mx?Ns8La'n84r88cr#~0C*P` 99s s).d@P]sx8šo9˅7-ۛ ohkvsevl)r!a+-Ml &ش6 VrXWmf8T +-'UU56XJ*٪CXMUdCEPMVr(/9 WWˍlJs#Ue +-a-D9qvz"k\(dx/Z` ^0<w@A<s; ɞOqfb'  3A6G8ﵲxqv'X3aL5Q: 9Frqp6~ vf!!6 !ndn4!epdFlF_X@RKʅ}loNH @B `xqb~moxO.ĘtsLpa!2"0RqR lx*`]a``633m +-#tx)D("ʭL +-VҤm/qΑ +-endstream +-endobj +-2150 0 obj +-5732 +-endobj +-2139 0 obj << ++1623 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [195.776 538.945 321.035 549.849] ++/Subtype /Link ++/A << /S /GoTo /D (a00048_ga3) >> ++>> endobj ++1624 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [327.039 538.945 401.539 549.849] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++1625 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [113.91 526.99 165.716 537.894] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> ++>> endobj ++1626 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [140.858 489.619 192.664 500.523] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> ++>> endobj ++1627 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [194.924 489.619 315.203 500.523] ++/Subtype /Link ++/A << /S /GoTo /D (a00048_ga4) >> ++>> endobj ++1628 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [320.781 489.619 395.281 500.523] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++1629 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [439.506 489.619 513.996 500.523] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_ga1) >> ++>> endobj ++1630 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [113.91 477.664 118.672 488.568] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_ga1) >> ++>> endobj ++1631 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [141.307 477.664 193.113 488.568] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> ++>> endobj ++1632 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [141.416 440.293 193.222 451.197] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> ++>> endobj ++1633 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [196.04 440.293 327.945 451.197] ++/Subtype /Link ++/A << /S /GoTo /D (a00048_ga5) >> ++>> endobj ++1634 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [334.081 440.293 408.582 451.197] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++1635 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [221.969 414.459 292.196 424.364] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_gga1a13) >> ++>> endobj ++1636 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [143.069 390.967 194.875 401.871] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> ++>> endobj ++1637 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [199.347 390.967 289.737 401.871] ++/Subtype /Link ++/A << /S /GoTo /D (a00048_ga6) >> ++>> endobj ++1638 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [145.5171 454.4609 206.827 465.3648] ++/Rect [297.527 390.967 372.027 401.871] + /Subtype /Link +-/A << /S /GoTo /D (index_cli_examples) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2140 0 obj << ++1639 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [89.0037 329.24 143.2527 340.1439] ++/Rect [428.339 390.967 480.145 401.871] + /Subtype /Link +-/A << /S /GoTo /D (a00043) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2141 0 obj << ++1640 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [160.5135 329.24 229.6964 340.1439] ++/Rect [113.91 379.012 165.716 389.916] + /Subtype /Link +-/A << /S /GoTo /D (a00044) >> +->> endobj +-2138 0 obj << +-/D [2136 0 R /XYZ 90 757.9346 null] ++/A << /S /GoTo /D (a00012) >> + >> endobj +-26 0 obj << +-/D [2136 0 R /XYZ 90 739.9346 null] ++1641 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [140.583 341.641 192.388 352.545] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2135 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> +-/XObject << /Im4 2133 0 R >> +-/ProcSet [ /PDF /Text ] ++1642 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [194.373 341.641 333.61 352.545] ++/Subtype /Link ++/A << /S /GoTo /D (a00048_ga7) >> + >> endobj +-2154 0 obj << +-/Length 1055 +-/Filter /FlateDecode +->> +-stream +-xڥVK6WTZ"ekomI`S-ѶPT$9^p(ǛV0gΛxǣEK\Q-Xq +-ZOʬ,DmvB3%6g2IbzH*vAw]cv2I\Ln-\\T^ptm+j݂eyR Q"vtCVb(NsQdQ ԗ( rM0۩сrɜgdGrI&2a>bx: )Nt=83vnbHd=}Q݌zۚ:KRYHB+~xLU5^y7ɑRuvo}{yV*E#q(x7e_ 6bUs O0)$n*X +-6U:?Sߑ4ML γ-꠆U|+4F,4Q1!XtRAVVoAh,H`#Ksj:dW?-B@3!_\X/rvo޳=baBJoasöi՝!fsI m"Fm]"T3D|-۰eL@+<ٷzAB8.%זI񞖿ORak0Hݱ: X|u%%*.@z{5׿2yL2w7au{DGɐqED-?4LN~ +-?78 NxKcOCMe',65-xht0e`O:_\vtH$"%K.G~kkn8n[e]gSE!z_TxWtmK]헓z:&=Vq"s4 #n[5ϸ\|`B! +-\\YW'Hm,|_̓9x4U0fADI?E&"F 7{x乿b~nm=T)* oendstream +-endobj +-2153 0 obj << +-/Type /Page +-/Contents 2154 0 R +-/Resources 2152 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 2107 0 R ++1643 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [338.913 341.641 413.413 352.545] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2134 0 obj << +-/Type /XObject +-/Subtype /Form +-/FormType 1 +-/PTEX.FileName (./ppc64-without-smt.pdf) +-/PTEX.PageNumber 1 +-/PTEX.InfoDict 2156 0 R +-/Matrix [1.00000000 0.00000000 0.00000000 1.00000000 0.00000000 0.00000000] +-/BBox [0.00000000 0.00000000 590.00000000 430.00000000] +-/Resources << +-/ExtGState << +-/a0 << +-/CA 1 +-/ca 1 +->> +->>/Font << /f-0-0 2157 0 R>> +->> +-/Length 2158 0 R +-/Filter /FlateDecode +->> +-stream +-xMk@wBR(Т[@$Ψ@fy`IُާfOe Ǐ/r\|x~r% L|TmcF{9lh#7xn%DIb'%DKL"q/q4>ǁŇU)dI! %?m ٧$-Jw}ƛ\)Ivi52+Z +-Z(K;+z>^/Z(ӖK$΍qp7YK;(n)9VQ<ޤI &'&.8WrvZD.=sDRM1kFRmԁFa#uF>H^WPEjL 2w!C:LH2U3҃lẄ́!LH{09w/6,4-<ퟟ +-M̳뫓m  ߨBG{aFhW]oװoӷj"|ÆO>1] +-endstream +-endobj +-2156 0 obj +-<< +-/Creator (cairo 1.8.10 \(http://cairographics.org\)) +-/Producer (cairo 1.8.10 \(http://cairographics.org\)) +->> +-endobj +-2157 0 obj +-<< +-/Type /Font +-/Subtype /Type0 +-/BaseFont /BitstreamVeraSans +-/Encoding /Identity-H +-/DescendantFonts [ 2159 0 R] +-/ToUnicode 2160 0 R +->> +-endobj +-2158 0 obj +-598 +-endobj +-2159 0 obj +-<< +-/Type /Font +-/Subtype /CIDFontType2 +-/BaseFont /BitstreamVeraSans +-/CIDSystemInfo << +-/Registry (Adobe) +-/Ordering (Identity) +-/Supplement 0 +->> +-/FontDescriptor 2161 0 R +-/W [ 0 [ 600 862 612 549 633 277 633 615 317 390 636 636 636 774 686 390 748 731 684 611 634 837 636 603 636 636 636 636 636 636]] +->> +-endobj +-2160 0 obj +-<< +-/Length 2162 0 R +-/Filter /FlateDecode +->> +-stream +-x]Mk09nƏ +-"C?d +-5yPxLf3ynRngJèeYuԑHIr rLv[V=QUQ6ntxRsoV_ڛ1?<^)μvS쓏r]_fR-Yb:ɶWĭ:b%A~wև $=N2Pzt1 *@T),A)HBu> g`E/G=PAKQ]/_~Yȃ_(A? g}!oֺ#'bQ}jl, +-endstream +-endobj +-2161 0 obj +-<< +-/Type /FontDescriptor +-/FontName /BitstreamVeraSans +-/Flags 4 +-/FontBBox [ -183 -235 1287 928] +-/ItalicAngle 0 +-/Ascent 928 +-/Descent -235 +-/CapHeight 928 +-/StemV 80 +-/StemH 80 +-/FontFile2 2163 0 R +->> +-endobj +-2162 0 obj +-349 +-endobj +-2163 0 obj +-<< +-/Length 2164 0 R +-/Filter /FlateDecode +-/Length1 7684 +->> +-stream +-xX{\UU_k9<@*fz"5S3J3(,D{8bdf耚`ό!r q|fČ:6嘉bEF F3?:gn%H1{r||G. d`SBhg^٭i$$^6yG#L'!&DDLEɂBޠ4Vgdz$8&٦Dd "7YISe+Jn5մغ| ) )8d!AH}rgH O ByXX"/1Ej;8up{Zn~1] Ut#8Iݯ~%NqT;ME5FvSHbN"KFv_r8#z`Q|%ރz7f=yz]P2l_%${ɾdr`L}A06+&˓ebŔzJRUDOIr<9_?ߓ=b_?2fXOM|ĥ[h\lBzTzZB\$)‘{YP_?M]7ںgyBj^3kqMcVT6`@Mbb' +&%th)1/74(bC)JX(kgK +-q1,]*:XCDJ8Nܜɓogmx.Ebޤ͗jj6:,v$D̕N҂.PԢԛdocg)7ThlSlҺ'h1rII̭_joCCvv=*lٺήRѵeF*v p]59,0sx[ +-ن[A}>GGBθcsn$??׏9?9_z_<s꾊ED`{ +- 53N=t"4deꪵ$U>~KzӋ !ˈ#3Bbe뼒;TsZlFmq#=0QWXz U;Ν5bkո8Nd2[T4D&11ӺMYk9*E P; +-RѣjhWmk'?212F ] `ʃ6E~I|]E"(1'/H +-w/!%%QK= +-wIL?,d± te{_+y/z:F?7jjja3:\;eO6! 0J=4k$wȷ&R*wp >^Á7.m-7ZڬWkpN@ơ>Oo\H:?6!1]gRW[IS#]FG-=9,dşW$'-)b3!3X<yjoh}l5w+F3{]El+~x<@;Ab懎(G +-ƹHA_e[L ozNX'nWSE בb5:ǓD:j;ar-7 +-bkGª]f5tׅҲeB1繹b{ŸD^7&"c~D /^ۜAlKOv"ETU-]*a_^ﶶ~aX*AO=2/*(L](De-QmzԖ9[ZKJmFUc%c姄?AQЗkͪ`G@=(LTC +- #I^NI@XjVDD ƍ=:\-'OpI 02@I9a2 pЩBi&%H_s|E])].^CGJSi!N8̯ ^xEpy3K u$"XY^IK 6`Gma9:R+ϷBR(E"}Xh*2YŠEJ-jw)?Q3)j2`7ݻoTO^{{9AhèX}]Q h`rK=]" w+6U(rx=@ʩXm(fh}H~[ uիY58 <϶=(ctljmm¦څ@`Gy$'8(HJe1F\f4TwtTݦX-f#)?9Q0fD^Mkqv&F i`,Th&ʷ=@GB33Ҝ}*:(V>}[ϟ[ԶN@~b+UL!&B62Upy&譐6lyM?ܼzśؚ4x/1]@_+UT._q F*+/Y :|T[/:zuQSwR}viuiݗ?Y\ŝIy0oL7!:5[҉&sګjD9dOcjT Y+ԆFҗ%Sd>y4$$L'L<:˨'!UU( qt~X24w!sGlE?bȼ`%+%֘YWYl.wz"nbJMa樛.oGC̛&5|uX7;iPM'*Яj dj0.s¥;|5dZ[.bn7:XAԶhml +-:HmYlbMF#dz^3W ;oݺO8έa=s2in?}ۡC۶'oe󯿼ʿ@ٯ=;I`$S@"p)d$ƞEWD#YȽ MQ,e3JV4ѮRޅaJbD4=U1.bG +-DbV)Oܑivƻ +-H adDRWj=x$ +-=r*<\S8b / evZj.kIe.ūw~sl%k,YZ)tƒ S|uo9vq/dG׮}TqN~ɒf1T>Ej.ZB\!.1DV{Cv6kAz*5፮QG4za6@ @nkHO#=XMa.M42OMjU[ʄMt-Dy+LmSa_^Qnxux +-|oQ"n&Vr~=H8*#Q yB°*(l' zI\$ +-(zC^>q.:Ñ ߷n4,YJMGRq@nd?>#~j("NbLb#TΦ2]uKER@ +-Q\f!WpD*NR8R$ +-)L617-,Zw.%ɫ +-czj"ߓ0Y(„HSf`SBw g絣ʓN^rqm֐9 \.=XR! ).@գP}0_̡5s1G~_x=#͗t@Kի1Y'yzMH'OY!GH&$_ign/t=iQ:'^X#R2|Z!pOnmEg}$ּWݝ5ܧ2w-tb wR~㳦jF9plT&ulWp̕-x_xE\ljleTuKBt0]BЫBPjфH[PV: ҫ(K/tSt:sOz|s:[} 9l;(} ?RjqTC{~N5U5uχLhp5LbWol?.wgO9\L9B5|cu|t_,f,p?rh<Mx?Ns8La'n84r88cr#~0C*P` 99s s).d@P]sx8šo9˅7-ۛ ohkvsevl)r!a+-Ml &ش6 VrXWmf8T +-'UU56XJ*٪CXMUdCEPMVr(/9 WWˍlJs#Ue +-a-D9qvz"k\(dx/Z` ^0<w@A<s; ɞOqfb'  3A6G8ﵲxqv'X3aL5Q: 9Frqp6~ vf!!6 !ndn4!epdFlF_X@RKʅ}loNH @B `xqb~moxO.ĘtsLpa!2"0RqR lx*`]a``633m +-#tx)D("ʭL +-VҤm/qΑ +-endstream +-endobj +-2164 0 obj +-5732 +-endobj +-2155 0 obj << +-/D [2153 0 R /XYZ 90 757.9346 null] ++1644 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [461.643 341.641 513.996 352.545] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2152 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> +-/XObject << /Im5 2134 0 R >> +-/ProcSet [ /PDF /Text ] ++1645 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [113.91 329.686 118.672 340.59] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2167 0 obj << +-/Length 333 +-/Filter /FlateDecode +->> +-stream +-xڥR=o0+nLپČ--ꂚ2IJ@:q@Qԡ{Ap +-RJ C +-=ӉaC.FO!_u%$ȫE*^3І$Ym|\mt.1fQ'dUڔti3c~kOe5c Kn&.p@It`' +؊71 Dpq-"6>ܰt21cc4!\bPR^O7l=S%)P.Y+ +-1IAMʝz_S]7p盯`L2&=cF1?лjs670>zj|_oؕendstream +-endobj +-2166 0 obj << +-/Type /Page +-/Contents 2167 0 R +-/Resources 2165 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 2107 0 R ++1646 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [141.865 329.686 193.671 340.59] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2151 0 obj << +-/Type /XObject +-/Subtype /Form +-/FormType 1 +-/PTEX.FileName (./ppc64-full-with-smt.pdf) +-/PTEX.PageNumber 1 +-/PTEX.InfoDict 2169 0 R +-/Matrix [1.00000000 0.00000000 0.00000000 1.00000000 0.00000000 0.00000000] +-/BBox [0.00000000 0.00000000 910.00000000 1350.00000000] +-/Resources << +-/ExtGState << +-/a0 << +-/CA 1 +-/ca 1 +->> +->>/Font << /f-0-0 2170 0 R>> +->> +-/Length 2171 0 R +-/Filter /FlateDecode +->> +-stream +-xAo6+hDQE=jkKJw,9Ҽ8|'ۗS}w/o~vC]Nw_}7ҫoOƁ>=?Ys:}|oǗ}K;gWa;Q=Oe'-'+eڜEOV cg=^Żk_ܞOdм ݳ5m3e{ר^@t,WS0tC%Xb9"h&#t3)~!ِ2!]a݆?D +-ŻI8~7?^,M޴\ItiN'%_ 6*hjJ.\uT& T-, jF:E Izb]b=c!cy"sT&D]'Djͳ n^*6<ΐ(ΐ}gq28v먰\7d5Xf[v +-ځW u{^k0s3w&D]'D̕6y}ϳ? 4ϳy:[#s<{ +-zΣssޔ^a-rb ^b}i5B5D~ 4c,&uRuRZUΈH< UtooޙC TAp}@@% :?ʩ +-endstream +-endobj +-2169 0 obj +-<< +-/Creator (cairo 1.8.10 \(http://cairographics.org\)) +-/Producer (cairo 1.8.10 \(http://cairographics.org\)) +->> +-endobj +-2170 0 obj +-<< +-/Type /Font +-/Subtype /Type0 +-/BaseFont /BitstreamVeraSans +-/Encoding /Identity-H +-/DescendantFonts [ 2172 0 R] +-/ToUnicode 2173 0 R +->> +-endobj +-2171 0 obj +-2234 +-endobj +-2172 0 obj +-<< +-/Type /Font +-/Subtype /CIDFontType2 +-/BaseFont /BitstreamVeraSans +-/CIDSystemInfo << +-/Registry (Adobe) +-/Ordering (Identity) +-/Supplement 0 +->> +-/FontDescriptor 2174 0 R +-/W [ 0 [ 600 862 612 549 633 277 633 615 317 390 636 636 636 774 686 390 748 731 684 611 634 837 636 634 579 392 557 636 636 636 655 698 411 603 636 636 636]] +->> +-endobj +-2173 0 obj +-<< +-/Length 2175 0 R +-/Filter /FlateDecode +->> +-stream +-x]j0>Eb$̀eE/49N%:y)TP<9O|v*w?VzZ7$: .JLivNҐܖƳ매DoN=&B[򃻈SWuh$,ka^I1yw!>]H;yI#2|.TYjQr_\Hzx\Y:TJiP: +-TC$ Fܯ)qw9 51,~fO_b?~~Wv +-rb?O ?]؏k/G?=a2? [?oq1x}Xqmyx&-і +-endstream +-endobj +-2174 0 obj +-<< +-/Type /FontDescriptor +-/FontName /BitstreamVeraSans +-/Flags 4 +-/FontBBox [ -183 -235 1287 928] +-/ItalicAngle 0 +-/Ascent 928 +-/Descent -235 +-/CapHeight 928 +-/StemV 80 +-/StemH 80 +-/FontFile2 2176 0 R +->> +-endobj +-2175 0 obj +-377 +-endobj +-2176 0 obj +-<< +-/Length 2177 0 R ++1647 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [155.787 292.316 257.953 303.219] ++/Subtype /Link ++/A << /S /GoTo /D (a00048_ga8) >> ++>> endobj ++1648 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [263.608 292.316 338.108 303.219] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++1649 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [387.486 292.316 439.291 303.219] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> ++>> endobj ++1650 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [461.643 292.316 513.996 303.219] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> ++>> endobj ++1651 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [113.91 280.734 118.672 291.264] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> ++>> endobj ++1655 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [157.927 197.465 211.944 208.344] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> ++>> endobj ++1656 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [366.03 197.465 442.742 208.344] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++1657 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [199.718 185.5 253.735 196.389] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> ++>> endobj ++1660 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [157.988 129.634 212.005 140.513] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> ++>> endobj ++1661 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [360.116 129.634 436.828 140.513] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++1662 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [131.345 117.669 208.605 128.558] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_ga1) >> ++>> endobj ++1663 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [230.682 117.669 284.699 128.558] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> ++>> endobj ++1606 0 obj << ++/D [1604 0 R /XYZ 90 757.935 null] ++>> endobj ++1607 0 obj << ++/D [1604 0 R /XYZ 90 739.935 null] ++>> endobj ++170 0 obj << ++/D [1604 0 R /XYZ 90 739.935 null] ++>> endobj ++1608 0 obj << ++/D [1604 0 R /XYZ 90 693.176 null] ++>> endobj ++1652 0 obj << ++/D [1604 0 R /XYZ 90 244.45 null] ++>> endobj ++1653 0 obj << ++/D [1604 0 R /XYZ 90 217.965 null] ++>> endobj ++1654 0 obj << ++/D [1604 0 R /XYZ 90 217.965 null] ++>> endobj ++1658 0 obj << ++/D [1604 0 R /XYZ 90 162.023 null] ++>> endobj ++1659 0 obj << ++/D [1604 0 R /XYZ 90 148.12 null] ++>> endobj ++1664 0 obj << ++/D [1604 0 R /XYZ 90 94.191 null] ++>> endobj ++1603 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 467 0 R /F44 478 0 R /F49 677 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++1672 0 obj << ++/Length 2754 + /Filter /FlateDecode +-/Length1 8976 + >> + stream +-xx}\UUg}}˽^D|A59Zh/#Fj ǒ53ԔqRiSQlBas~>{؜s9^뻾kJ1B$ri쇽˞Rt !Np;v+v~cxӦLʾsG`_4x7mK/pwz~ /7b椗s,ܾwxiD 9\a;PZDL="ݣ:V {ͅzBcrS>ŗ#0]^08jh9m) |yPX,/6DjPXt=i?_DWAd|OO}JBc{v izVע2Q mWŮb> $8p.U["!wul2D!¬G?Иd:ih=yzKP2lɁ%G%{ɾ ' D|̨LO73:ӗ4S-.-YLhJt 1 ˓͊zrѹBO011ĦYhlL|ZT_ZINOSS„.fuUՀ#ֶޣ[riRs'}y qD=9>1[n$$mWm$.RD"2C"V"e ԧWFwnY0BjWPXG7D_J4ܔɓdn \Embޤg^MJGS >D!bd'g z*[*z1;YʝFE4*6t,#ȁf'1j?IaGs-h-쭛dV}c|>Ϋ^R"'GFu"kL[Q{>gs}h:#*Yz}CI/8@Oך8/YTEu]N\$7GT_[oSVm#mUnC9td` F!4(e[RTO:t01źu] ,:KҏC; Z"k!-85s/;MlB*a粊j0ᙣz׹ M 4>/֬?oj{!_3y""A[2DB ?E5~D,$,vҫ8ێ@{$8x!_x`yٺ:^iq232<AQE2 u^ K5-zˊP9.cr6@(SX?U9|o)g谖{ļUC-.qaNDHD&1qu$(Aw(k fcǴ$MDvM6F?;|}(ef(ut1l +-*v"bb\iNd%bR\صsnGuI%:,\eD]:& coPgΞ={>3?6|#HqQv;lDC;t"nj({CsPVrƖJ+ܡNw| v^JDs=Mu;4w׼CfDa}gwRtO$㩇:/&>!Msx1_BYP7&1әGOUwl7F}1:5/~#ղ]rDGr;ymW +-9d s2pl[}2KnG n4Z=joie/`"H+4"aK7'`ï6>PyVn +-~hj-4}ΤoYsG? *1>tD!@eEW1P;9m}*`*- }6}pǼ:>ھiv~&+-]Ǎ\l'ozC8zxʥB?ٹ|=Ov݁2Ko DVqE:οp%45 rl-!)=r}*+(V!&lڶ﷞zk͚ݻ׬y  +-ٸ;{Dux  TH("dzXiCCvE#^lRii-Dž~ZkRPbFh2bi{u(|F MlZ ZOkb88MqӃSio)ڟoʿu?AFtz,P'-|R|O&YAzKUEHT;nW>A~+6nڄ6ݣz~=~Y&??v4ANjx1|LW*T ~f`1 +-Gdzıվ.L:`drZN{L'jB1joղoYO>(--* Ig0ށ.[5t( +-] $$!GrnP 62I0"uKidRq9[%^o .4]I? LSZ|ZۺOxTdoNi+Ķ^D}{}6cmaxq`ض,jүRSmcsA{5Fb~_PTr|K}Qݶb/i .Ys!'yRxψ?`"%4J'˙r!VkLiTj,l-g@5s3Q25'P%hœ~]r0v$4.i 5"H:dN׈FHaz<9XJYR7_H\<՝n-WlKnY cacE826+{8b,a+ G#awu}q<:>uS؎ؾa$ō-TzvO;?=ҧ_{zUڈ-[aVS3y|{i?ڶ:N:ŅJ\d"0)i ǔWM1zWS +-'ZZRK +-gXj%y#ek +-TMvoÄ%Fv}+_Lo[-I]#6@مx~0N;=ہN#{L!B*D TX']/!=* a +-s-XnA 8 Z)3dCrxYNY&'8bdCHj|.c48~ߞɴg3>u4ׄ[]#ƍk7U$| )Zd0"%$ʚ2;6VD 6Md$ko7krV4/bID}WWhXKc@KA[geS\g#G4.JVMenM N-~lxm SKߘ8 V޹s];ťmK޽Zdڵ +-'*+6W,ܹ +-+cN|yƗ%'餗/~ !Y PܓXף6OڬWF#^ 󴅄`-`v0ąFeM#U|LtgcOP$KBWۅ7I-A1T%K&;t49&D"OUbxijbGSavaˀ K%G7 +-GA\\YD~-)!;H>bH/<=YR,|~nQCt #o( %iUK~$K`P*[gq|CQB8dteuD +-pdT%XE. m֒ 9l.cPRn"% +-uCꑯ~]'f=1K>jsBrl$+ԗ.(4q<~A^Z2 'H% +-+b?ȍeԹ~$gaI$9-5Zh~Xc?WV9z?o]֖9Vtq{?uEr.3Fou:`f8`h4v1ai<80A 5lb +-O)p~p?|oʡ_{pnCc3| M18\OkصrG+f.så.8|e./s_b!]x- ]<]g89-j=389\n85>pq/G9|)P]g><̪8|xp<0|X(h~8r>/޵wlo6B 9a6a6 ۞,5JpؼɄUl2 N16TX'TXMa}Pn2TVZغNWJWfVgBu?+%u?rE7Ênð|-2VQ Eh"?,UUK+l +-,PȡC sXdCh+sxL0s8 yb3n\8o}@6cL0m!LśS8dsxd@V3L0xrxø67aNi0P$L#acV6,2Ǭ0 rRaGfx8~!!kfm! }8dpz7Ct+e4#KBzz )=,C#$w7d3t7Bz +-]%:YR6tN~HA?0$!od!7BX1!C=}6o3xPO6Dtsp5C@p⍓CD690'889r 6 +- B )9mS9td;H C= !ʄ@@8*tMG_ E/ +-endstream +-endobj +-2177 0 obj +-6698 ++xZMsܸWqTDIz]7h+K5A7#rBrlߧALR>C>w7 ?QxS)&6+y?^4YDF!Cs%[Ψ׻˛o5ou[}8l[ۜ]ywPDϫ"}wSr1"Jm8ep6}^R~txKDx[V㰉Hbcyt_<: Ic&/z[~ۍ##%I=f/% rns]n;ʺ1xJ <ƚZ pl`WCf3YC)9nM6E0)jáBm8{L◫̑y<pa ++H!IJ(VH)ٔM.b>%3s$%t!%+.k$%v],3 2PM0hSSj'm/lUgkݻjw>U-Wy*(2&_fLCy0&>͘5)XcfoϘTM5Y@O, ٠&װ$PsyRA5yJ)3$g+SѳQM.|=&c%ut́b.$N*6Zx##="2F$~#z0F9iil&2M^ $ۯ fYēSKl?=@܅cOe;i}'L00ʤz0MG,k9-9PE!_BRgg$cWv!T~ dΩkit`k^'J5M1*<*] 1{Csf#Nʇq@cN-+w` ++NC*a|Ha "K1X BM. EOAR *F~gF"@!D1#cBs0 ++FPqM!)}Y#Q.$S\$`4BM|%KE.,Oylr$d1~M'QE& {9 1_shVģgC\E頔$yyL ++y{EuY/nax̨Z`&J1$cW*rGJϕ ++2/=ɥ.42O , BsN X ,c\}91E)L0ʗF$#+f#5dlT RH<'#Tdd4a22?|=x.,hHQ&87_<]y<_ucV뤵|K@luu;;b(XC$?d>B8oon;tc }c6%M^3Y:29lc'3xj]&{<3ET)W,7 : 'H('`f%'_3Ǔ-^Y5Ƨu ++xţg\~r698t ++x J|P,'3#p:a&|ƾjK~-<]ҎV0BG8t.4A_~MZIB:y&"_ʩ?ֿ "4 ++(p)0 YI46@հsd0EyL0lx45U1[̒ :7|`9 ^T`X7YJuxWw΂]?5ǺN o͵۩`50/6CgnXKmb1Pi}(k ++,tMTse|0 ̢xu@;K,*čJ U ++FHB}8U?}<:Q`u:7qvٴ_Y=bJ6'J37ݶ STaF&lCrl+ x`#C((1a8̬sSDwxLNYHeg\:-/fVks/1h/o7BfH\^آ&!-~qcV"tnw] oGU_a(˫䈣tFwˁJXp1, Dz5waH%RD*(Te9{qςag$*('{?J7g,}s֧{US`&MLRʷޤ β}𾆙yнZz+{}QWi7endstream + endobj +-2168 0 obj << +-/D [2166 0 R /XYZ 90 757.9346 null] ++1671 0 obj << ++/Type /Page ++/Contents 1672 0 R ++/Resources 1670 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 1602 0 R ++/Annots [ 1675 0 R 1676 0 R 1677 0 R 1678 0 R 1680 0 R 1681 0 R 1682 0 R 1683 0 R 1685 0 R 1686 0 R 1687 0 R 1689 0 R 1690 0 R 1691 0 R 1692 0 R 1693 0 R 1695 0 R 1696 0 R 1697 0 R 1698 0 R 1700 0 R 1701 0 R 1702 0 R 1704 0 R 1705 0 R 1706 0 R ] ++>> endobj ++1675 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [157.961 726.953 211.978 737.832] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> ++>> endobj ++1676 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [362.793 726.953 439.505 737.832] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++1677 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [131.345 714.988 185.362 725.877] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> ++>> endobj ++1678 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [208.555 714.988 262.572 725.877] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> ++>> endobj ++1680 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [157.932 658.454 211.949 669.333] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> ++>> endobj ++1681 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [310.702 658.454 387.414 669.333] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++1682 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [432.846 658.454 486.863 669.333] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> ++>> endobj ++1683 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [162.896 646.489 216.913 657.378] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> ++>> endobj ++1685 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [157.738 572.321 211.755 583.21] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> ++>> endobj ++1686 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [347.76 572.321 424.472 583.21] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++1687 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [159.021 560.366 213.038 571.255] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> ++>> endobj ++1689 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [158.213 486.198 212.23 497.087] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> ++>> endobj ++1690 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [343.087 486.198 419.798 497.087] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++1691 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [131.345 474.243 208.605 485.132] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_ga1) >> ++>> endobj ++1692 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [230.682 474.243 284.699 485.132] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> ++>> endobj ++1693 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [255.019 420.189 386.914 431.093] ++/Subtype /Link ++/A << /S /GoTo /D (a00048_ga3) >> ++>> endobj ++1695 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [157.683 388.119 211.7 399.008] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> ++>> endobj ++1696 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [353.143 388.119 429.854 399.008] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++1697 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [194.427 351.69 273.351 362.594] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_gga1a13) >> ++>> endobj ++1698 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [129.026 302.131 207.95 313.035] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_gga1a13) >> ++>> endobj ++1700 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [157.646 248.143 211.663 259.032] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> ++>> endobj ++1701 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [301.904 248.143 378.616 259.032] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++1702 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [172.917 206.045 285.195 216.949] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_gga1a8) >> + >> endobj +-2165 0 obj << +-/Font << /F28 1626 0 R >> +-/XObject << /Im6 2151 0 R >> +-/ProcSet [ /PDF /Text ] ++1704 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [283.687 162.02 360.399 172.909] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2180 0 obj << +-/Length 1911 +-/Filter /FlateDecode +->> +-stream +-xڵk۸+ZK 搶fWmn|E{Vm€E lͳ`W~F<͂?_ ~=̯֖C3>*>x̏Ke`l:ەoj-%L4bcW~$0af>| ,,w0 |e|Eq^pAh'mZgD+]DxQk'\]%4dێvthp#qq'M\ژP\3AZqZ+:Pf' $rgMsr1ϪƂ Ǫ0paN &+ &>d]$ HRiNz%o:JQ#{ %^_ v-% jlòyQ^"P+l婝O ܂ jҳ9m/9"aHv%qlG`|[DKJDʉl&Jkq @w+;dU3ZURɼq~w 4qm=Ha>x9|;9< ڌH̲&Bzk뤵$?`x094s䃊~/&̲U%X0ǽFX/)_e3'aoh)w;-0M"շꚅQv1'cs ؇FˍvHdj +-,˗+=&i&4(O|ʏ3lvcqq$R#a<Ά'/W?NZ5w߼RS$ONqσ|<"oJjGǵh*'N =ЗPqG2m57$QY,_2DodTjFeQ?jJg80h5(h//M.7N܃!mjs< F_Z^c塆g͎Թo85OGNEiCw4)9ixia(^n,;N";.LO+f~|Vp:=2?xY12uu);s>8,Ɠ)t|&E%qUm5% rv%L# aY=b5tIqZ8` ~0{>uEW;띰t9{ tsUu ?endstream +-endobj +-2179 0 obj << +-/Type /Page +-/Contents 2180 0 R +-/Resources 2178 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 2183 0 R ++1705 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [406.127 162.02 460.144 172.909] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2181 0 obj << +-/D [2179 0 R /XYZ 90 757.9346 null] ++1706 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [131.345 150.074 185.362 160.954] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2182 0 obj << +-/D [2179 0 R /XYZ 360.7324 652.5717 null] ++1673 0 obj << ++/D [1671 0 R /XYZ 90 757.935 null] + >> endobj +-30 0 obj << +-/D [2179 0 R /XYZ 90 636.3213 null] ++1674 0 obj << ++/D [1671 0 R /XYZ 90 739.935 null] + >> endobj +-2178 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F44 2087 0 R >> +-/ProcSet [ /PDF /Text ] ++1668 0 obj << ++/D [1671 0 R /XYZ 90 691.511 null] + >> endobj +-2186 0 obj << +-/Length 1438 +-/Filter /FlateDecode +->> +-stream +-xX[o6~2KX{XYR %:V#$jS'i ;# v<#v,Nܥ]}FhSBAv3v ]ۡd)],P ۅD(M%sx0tŗsX%֏`Q,dH+hh|Tr(wMl365rӍm[Kgy#~]; +-$4g$+-s@Qs>_^GR٨ilk_cls] +-v@ImBҪ"sو>Ѳ @ UHT\WKJZEI7"mQݯF>'BӳB θO"9NMIYҵrg1,8?bDPns[z|#r P?6%z|9-Z֒ kDdaM4q qT͘x.8$=+|:kXՉ-.'o;fr9~o?<^{ǃu:_ãSce{I4yvEֈ"3 ֐WxV*M2O7ODu!~Azod7'd+hl^Z)+Ph&*9ԝӸ(hŬM*GߖOox [ԋϦYwJIK}xJٝHvyL\mCqSgw_M%3Q9&U܈#iN2&{N yEew_r5ٖUi|~K0{x۱k^JJ +-t~~x/ +-Mi 1z&zm:>Ŧw\5H.hh9Fq-"9ްiJ-dwV_'s9`Hd/ʻ֙ҢYŪ +-PR.U]0~DS%S+Es|S=d7 +,hǫ)I>,P\ޙ&pvE5<{TӚ g4 պXavoZv9Gb<́PwݓӷoL\"=\:"78k5[4 endstream +-endobj +-2185 0 obj << +-/Type /Page +-/Contents 2186 0 R +-/Resources 2184 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 2183 0 R ++1679 0 obj << ++/D [1671 0 R /XYZ 90 676.941 null] + >> endobj +-2187 0 obj << +-/D [2185 0 R /XYZ 90 757.9346 null] ++1666 0 obj << ++/D [1671 0 R /XYZ 247.996 607.544 null] + >> endobj +-2184 0 obj << +-/Font << /F28 1626 0 R /F44 2087 0 R >> +-/ProcSet [ /PDF /Text ] ++1684 0 obj << ++/D [1671 0 R /XYZ 90 591.41 null] + >> endobj +-2190 0 obj << +-/Length 1773 +-/Filter /FlateDecode +->> +-stream +-xko61t[ ISt@<"mqma2mkDOdHʦ9qbKx<֥Ϻ^@"Iޡ ,w~8wx؍Hs+ >#gcq\pON8b(q"`.ciIӰ9>CtC^wJXnqLM%I1E4J@hDnA@wv]0 jwYZ?~ϧt/+3Jd) ֆHQh`zw=%k/gd2z;`$fh-g2P?8YCBS Q(&Xgz+/4-ұC|@`u/uG,o>o~ܨ~vGOlU]Oc3Zcs.t|Ǚlk1 w\p殉e^30x6gFI4J,$?e5)`43=2U%˕¨.D8qa0"ʣyXtS`ˏ5 +- e`7++KZ0m伬D6^ꨉ憄.~@{[CI "@R%^̄.vd14ď㧅>Qg\E6f% -#ҶHЬ}JγQ}iƐvx~[6qo m)iu3`۸B ez.y_8)%pzOBpa7 ҿlMz[O,n֠=fFzkcJ=#rY.FR]W.#|qWmZX=C&<@竘AX?nc㶂_k+ւm=[ʵUUؒ_vqjp}vpu}r-ؗAK^,Sz@V?(k2]u4 gbxFlG im%ld_B1Ơ@`$mtۤ:/*+qJ<<~su289=;zwѷoo&np[m%͕> endobj +-2191 0 obj << +-/D [2189 0 R /XYZ 90 757.9346 null] ++1688 0 obj << ++/D [1671 0 R /XYZ 90 504.694 null] + >> endobj +-2188 0 obj << +-/Font << /F28 1626 0 R /F44 2087 0 R /F22 1616 0 R >> ++1667 0 obj << ++/D [1671 0 R /XYZ 391.497 423.343 null] ++>> endobj ++1694 0 obj << ++/D [1671 0 R /XYZ 90 406.615 null] ++>> endobj ++1665 0 obj << ++/D [1671 0 R /XYZ 90 281.209 null] ++>> endobj ++1699 0 obj << ++/D [1671 0 R /XYZ 90 266.639 null] ++>> endobj ++1669 0 obj << ++/D [1671 0 R /XYZ 340.438 197.243 null] ++>> endobj ++1703 0 obj << ++/D [1671 0 R /XYZ 90 180.516 null] ++>> endobj ++1670 0 obj << ++/Font << /F28 362 0 R /F49 677 0 R /F44 478 0 R /F22 352 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-2194 0 obj << +-/Length 2230 ++1709 0 obj << ++/Length 3035 + /Filter /FlateDecode + >> + stream +-xڭY[w6~Rku7i}jĆ"Xyt{@p0377dY*c/eAڝ?^¾;d@UVw{!"^H ]e;$Xqԣ! @lMB5Ivi;y$}X?U|{,M^|)]Kq^nhÅ-.V@}bOG1׵{;>KYVD\G|/ Se_z$M؊aA>lAg!EKZI7(}?|k27s&o2{Yye^:eyِn`^| ɾu^yy@^Լ0'ok!>Yza(>gAw9e 7ʜbtf &hE) ^Elmr~}Q?վ$RRU!FIk'6e%.CcA= lO|,iGD⪕y4[XйWF%"x^U/EQuiסIJW,a/+c%ܡ"kVg=mf9ϞD鞪ܓaSWB[({\ȝWaxjlY#$ڔ*>< 0DW[Nb 5/Ӌᆲ ŁG8^8%cd%ܡF3@j1HZDf31ȟ85em K"{C'MTf'Un` rr'[YBps/k$?ȮF Kkx#r#iXGF 2Q@1Et軓?D{Tm #_S'n8.$jUoE/yٴt+՛Bͱi[C!Kt_rJ&4:xt(L)Tʛ \0GH;d}Vik;y 6*VAi̐=ֲ;=,TB +-A ϹU$yHTHכ41z./46JvQ|ƝEIX`*eF} U8U-8V:L,+I]K=Mhb.shaU+Kc^aɲ庤^gxQZN oGˀij,W! |ƜBƨ-|8- YFvBYWSLzD0%p3UR5ʪ푰{K ~Vx^ Ep"s/ ͦ**>+o#+pYecf&p9\εN4+w}LS\`gBa;AjkDcoUqjP2CBmʹEm:&L7 UOkOf1ߙ5퍹t[wBWTLn[ThwG7Mзn~xV ٹ[Pɽ5ٷ8-$e#1 F=JXlXw(1ϒy'&sm\[pcEPGp%O0rMj{4Lop@₫-ՙZW ^un} 50Sg5NAR`c4r᚟lT}%!K nyE0B)BXSAaHfi{Y]  7apekLJ~Q:Nx3UOm[{|fnVcXu3.q8) /?]GxqbD MCSQ/Xڛ(՝v;I_b ķ7A檣`םg%1'_v逰%7{M5endstream ++x\]sۺ}У4~wi{>%,12Jrb.HHbd`<޳X{v)"lFUtf!P_ﯯ~YE*-f_?׌(fכs-KVi*^7 WzzXvK'a X{oӂwޟWa|՟;Jh>~ +JDeg3%fW ywv6^11:|&:C4 oƯJvqk>_?m7~é>a,TJ9A m?<.h dw#Ha;O>\!,QA*j"~2i S2&swo1b9G,כ󀻂9&?PFRt&Wwx:-tW-쎯7f ݬ+:?K%lEDۭ9 ++X41wx^%5l9L2 Zi1"b | k#_- rjez2緄\Fm~<=HcWzNL&/r$ CkbΑlbtfI '=G ,&  60;wMm?oӦބzjm {$pNFA"0\p|H<$VeBdMn91B#0_tFR'kLiDz95Y@[|! J. ϺyTL Q&K@4C0UEdWY[!x~#zTް*^ PF%]]UD2^DPF5̔EJ : ( H)ޢE=46h((+h08L sN)!>Ч?725.W޾l@76C-`P\/{o5 rV8i=A,k8,ܢ71wQۡTE॒;c~H\ɵhɄOoVaĔF%qz&'. AY{14CͿB(%ȯ* 8+O~oulZi' ++/O1(2T -YYb\*)JJh?w IBT# {>"̩$DҦJhgrR%aFm@%ݠ' sY\N%/P$X ꛨaLFER9 dHj(:AɃHFe" X],x~xdJV$:)9chg_aŏr18yRcJ(AU8F&j(E08Ět%U" ++* @^Q9^@Ms̓ -#-*MC ++ `*V@ }B s֬GT-'T NǠգM8AC\.gc_ ꓀~@dy) U\4N3YBAoq J[T* qD(Q}虼`]RJxU 71.gx fR&uf ++;3`TV)`wAw ԝ lvq GRY#TrvՂc&b $0RD$R hgrR8XcV%nu΃΍ l|'xSLc0KB ++d%NU@=ez$ewR@*!/ӣ\g-:Q ]@yE7+>=BdhgK2qwK0]br+igmmBn7#b\-A9i`Ql} ZNZ0SZk-J6&ZD ++Ra+R;ףqoz&{\ow na_I~ ++ Rsan+*Hs=?saz.<\1yƕ8ԇ780maFTUK&{?{ziN^YU@Y[[.V[.3/.}Jvm̝O{39/&V46z%x5,2 ++ԩɢVtwYr8C793J<Ay9 xhwf b2_ƀdP4rdRr` ++җ1KMy'3hul ;WH9Ipv I:1>^S:D[>ΜON1#88ռކʼm0 u-ȥNe̬&n=`!‚QٔVEJߟSPD3i ++SbiLā?߇k{J5bT ׉ưsJC bNޥձ3ik6fu6^5u BҰ*=wgpWvVBݝ$p|ߞݪtU{pK{as=vw8<oL.5 a\hR{ zW.>ܖ ++LRi4vV}ߐ3 rUzud7jWz߂TVwG(D?SYJ(>8.|} *p痻zS lendstream + endobj +-2193 0 obj << ++1708 0 obj << + /Type /Page +-/Contents 2194 0 R +-/Resources 2192 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 2183 0 R +-/Annots [ 2197 0 R 2198 0 R 2200 0 R 2201 0 R 2202 0 R 2203 0 R ] ++/Contents 1709 0 R ++/Resources 1707 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 1602 0 R ++/Annots [ 1713 0 R 1714 0 R 1715 0 R 1716 0 R 1717 0 R 1718 0 R 1719 0 R 1720 0 R 1721 0 R 1722 0 R 1723 0 R 1724 0 R 1725 0 R 1726 0 R 1727 0 R 1728 0 R 1729 0 R 1730 0 R 1731 0 R 1732 0 R 1733 0 R 1734 0 R 1735 0 R 1736 0 R 1737 0 R 1738 0 R 1739 0 R 1740 0 R 1741 0 R 1742 0 R 1743 0 R 1744 0 R 1745 0 R 1746 0 R 1747 0 R 1748 0 R 1749 0 R 1750 0 R 1751 0 R 1755 0 R 1756 0 R 1757 0 R ] + >> endobj +-2197 0 obj << ++1713 0 obj << + /Type /Annot +-/Border[0 0 0]/H/I/C[0 1 1] +-/Rect [284.9667 386.3812 579.8608 397.2851] +-/Subtype/Link/A<> ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [147.158 672.946 198.963 683.85] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2198 0 obj << ++1714 0 obj << + /Type /Annot +-/Border[0 0 0]/H/I/C[0 1 1] +-/Rect [273.1714 374.426 490.3569 385.33] +-/Subtype/Link/A<> ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [207.523 672.946 379.795 683.85] ++/Subtype /Link ++/A << /S /GoTo /D (a00049_ga0) >> + >> endobj +-2200 0 obj << ++1715 0 obj << + /Type /Annot +-/Border[0 0 0]/H/I/C[0 1 1] +-/Rect [298.5562 194.5055 569.54 205.4094] +-/Subtype/Link/A<> ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [391.673 672.946 466.173 683.85] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2201 0 obj << ++1716 0 obj << + /Type /Annot +-/Border[0 0 0]/H/I/C[0 1 1] +-/Rect [318.8093 182.5503 547.95 193.4543] +-/Subtype/Link/A<> ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [113.91 660.991 204.45 671.895] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2202 0 obj << ++1717 0 obj << + /Type /Annot +-/Border[0 0 0]/H/I/C[0 1 1] +-/Rect [92.3212 129.0605 291.574 139.9644] +-/Subtype/Link/A<> ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [128.111 620.79 283.776 631.694] ++/Subtype /Link ++/A << /S /GoTo /D (a00049_ga1) >> + >> endobj +-2203 0 obj << ++1718 0 obj << + /Type /Annot +-/Border[0 0 0]/H/I/C[0 1 1] +-/Rect [92.3212 117.1053 299.3228 128.0092] +-/Subtype/Link/A<> ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [288.781 620.79 363.281 631.694] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2195 0 obj << +-/D [2193 0 R /XYZ 90 757.9346 null] ++1719 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [406.217 620.79 496.757 631.694] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2196 0 obj << +-/D [2193 0 R /XYZ 90 453.6044 null] ++1720 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [113.91 608.835 165.716 619.739] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-34 0 obj << +-/D [2193 0 R /XYZ 90 442.9684 null] ++1721 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [144.107 568.634 195.912 579.538] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2199 0 obj << +-/D [2193 0 R /XYZ 90 280.3977 null] ++1722 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [201.421 568.634 385.898 579.538] ++/Subtype /Link ++/A << /S /GoTo /D (a00049_ga2) >> + >> endobj +-38 0 obj << +-/D [2193 0 R /XYZ 90 249.9839 null] ++1723 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [394.724 568.634 469.224 579.538] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2207 0 obj << +-/D [2193 0 R /XYZ 90 94.1912 null] ++1724 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [113.91 556.679 204.45 567.583] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2192 0 obj << +-/Font << /F28 1626 0 R /F44 2087 0 R /F22 1616 0 R /F14 2206 0 R >> +-/ProcSet [ /PDF /Text ] ++1725 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [286.581 556.679 338.387 567.583] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2210 0 obj << +-/Length 959 +-/Filter /FlateDecode +->> +-stream +-xڥ˒8<3 IHeKw.Tuf΂ . $v0H?|pC? +-f,KDJym>@c[&y( 9 #'Y6ׇanrWwQ fCpU,oFX_(܁JR7(B (IM| >/qT|N/'i-dD J#LF @Fl~zborN5m(ms hxFJE#48[B Fa49pDojtqugtQ6rh5۩7!}$ŔaU1>QGUPO3uZ[Z^m y 0*m<>S")-mwW]Dw=ݴar˻F^4\8Ϯf)(yz祑Z3u[^8;x?ɶFGh\nAhj TǦߚU((sD){¬B_Q-mw_aoзM$楩8LϡuecU~ʘ%3>[im!lY o_LUA/$OGe?^DncYBT*zy6eDr3~V]U?]: U_ugN:32ͩN0| +-G3@VTs{ L Bnvc9D87?ɽE .j]o> + >> endobj +-2212 0 obj << ++1727 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 673.3535 204.3104 682.2001] ++/Rect [203.912 516.478 383.407 527.382] + /Subtype /Link +-/A << /S /GoTo /D (a00001) >> ++/A << /S /GoTo /D (a00049_ga3) >> + >> endobj +-2213 0 obj << ++1728 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 653.4282 197.5457 662.2748] ++/Rect [393.479 516.478 467.979 527.382] + /Subtype /Link +-/A << /S /GoTo /D (a00002) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2214 0 obj << ++1729 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 633.5029 205.7351 642.3496] ++/Rect [113.91 504.523 204.45 515.427] + /Subtype /Link +-/A << /S /GoTo /D (a00003) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2215 0 obj << ++1730 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 611.5203 258.1583 622.4243] ++/Rect [220.998 504.523 294.94 515.427] + /Subtype /Link +-/A << /S /GoTo /D (a00004) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-2216 0 obj << ++1731 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 591.5951 257.7393 602.499] ++/Rect [317.575 504.523 369.38 515.427] + /Subtype /Link +-/A << /S /GoTo /D (a00005) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2217 0 obj << ++1732 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 571.6698 170.398 582.5737] ++/Rect [140.409 464.322 192.214 475.226] + /Subtype /Link +-/A << /S /GoTo /D (a00006) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2218 0 obj << ++1733 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 551.7445 258.5766 562.6484] ++/Rect [194.025 464.322 356.514 475.226] + /Subtype /Link +-/A << /S /GoTo /D (a00007) >> ++/A << /S /GoTo /D (a00049_ga4) >> + >> endobj +-2219 0 obj << ++1734 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 531.8192 241.182 542.7232] ++/Rect [361.643 464.322 436.143 475.226] + /Subtype /Link +-/A << /S /GoTo /D (a00008) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2220 0 obj << ++1735 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 511.8939 229.2567 522.7979] ++/Rect [479.356 464.322 513.996 475.226] + /Subtype /Link +-/A << /S /GoTo /D (a00009) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2211 0 obj << +-/D [2209 0 R /XYZ 90 757.9346 null] ++1736 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [113.91 452.367 175.12 463.271] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-42 0 obj << +-/D [2209 0 R /XYZ 90 739.9346 null] ++1737 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [141.357 412.166 193.163 423.07] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2208 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> +-/ProcSet [ /PDF /Text ] ++1738 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [195.923 412.166 353.431 423.07] ++/Subtype /Link ++/A << /S /GoTo /D (a00049_ga5) >> + >> endobj +-2229 0 obj << +-/Length 300 +-/Filter /FlateDecode +->> +-stream +-xڥQ=o0+nLs|+Z*ԥj6ʐ&*Q#*ʿ*wAXc9C +-!<8Y{$^z&b5T` r,sdtѧS4ɱRtIfdTVp3Cqi;Ne4cS, +-0\(3p @I`'rgR'C­z:c:{ +-k" ]HAdv$ k%f;CSG}+:ӦN{P#MGJ$mgЛ2jsܶUp0Gj~ W2endstream +-endobj +-2228 0 obj << +-/Type /Page +-/Contents 2229 0 R +-/Resources 2227 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 2183 0 R ++1739 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [359.508 412.166 434.008 423.07] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2230 0 obj << +-/D [2228 0 R /XYZ 90 757.9346 null] ++1740 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [479.356 412.166 513.996 423.07] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2227 0 obj << +-/Font << /F28 1626 0 R >> +-/ProcSet [ /PDF /Text ] ++1741 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [113.91 400.211 175.12 411.115] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2233 0 obj << +-/Length 2356 +-/Filter /FlateDecode +->> +-stream +-xڵZ[۸~ϯ[m fś(=6ٶH,OEc+%WfRn"@Gr88C]JIEJ.&[=CP-oc+)_máoX9'<%_=]?T7[&5f Pd0$`Bxؔl] ڽ)PemƦk_d$-JmmhJR,z7NWwĚ,X0U4Wc>xhm@{2sՏa\4 Xb\4W-2v)_TՔnzqG6[[tJeרڶ;mP}rY$̧v'fvt>'+=' )bx)?(c3sVhN(ȱ,S^q 8-t"Aw}z/}MCCBP0Q0ҩ o-?et'{\ +-?;.,nhCU!Ș ֿĵ)U^A۝5j+Fѷ:1#IA 3O;_P_%B0|p{!̂(.=*tL(*U, +-i/(돿rr1L1B|+uTHGgWR&`=*BI2fA2S*Ϩ,rb*ľV.y⃊#>,ćUM|0SVơńT`˫'BP+p-Rင]>FD721TZd ʑWx̃sz"#{N9w]Q %Vy.&|} VyKƳbgTg%YssRsz`#ry_ J"p"R4 +-A \э]zZ`61[j +-m4<ֻ +-|TWbA .s쀗26dPM|D"©;f,-/o1գ΁dڑ Njb]?\V.9q_!*\0zqo=*0T9xTBH +-< 5"L:QOm/{C@3U1P_*vh}›Msb5Ʊ$a<__RfS愋|IƝPܧ +-"3u{--7~,58ޠvxj{Nwɸ̽z, +-Y?<ӎendstream +-endobj +-2232 0 obj << +-/Type /Page +-/Contents 2233 0 R +-/Resources 2231 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 2240 0 R +-/Annots [ 2236 0 R 2237 0 R 2238 0 R 2239 0 R ] ++1742 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [191.668 400.211 265.61 411.115] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-2236 0 obj << ++1743 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [180.187 360.01 356.514 370.914] ++/Subtype /Link ++/A << /S /GoTo /D (a00049_ga6) >> ++>> endobj ++1744 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [361.643 360.01 436.143 370.914] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++1745 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [479.356 360.01 513.996 370.914] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga1) >> ++>> endobj ++1746 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [113.91 348.055 175.12 358.959] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga1) >> ++>> endobj ++1747 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [156.418 307.854 327.764 318.758] ++/Subtype /Link ++/A << /S /GoTo /D (a00049_ga7) >> ++>> endobj ++1748 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [286.0032 521.5174 359.9453 532.4213] ++/Rect [333.735 307.854 408.235 318.758] + /Subtype /Link +-/A << /S /GoTo /D (a00035_gacd37bb612667dc437d66bfb175a8dc55) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2237 0 obj << ++1749 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [250.3986 457.9858 317.1476 468.8897] ++/Rect [453.344 307.854 513.996 318.758] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2238 0 obj << ++1750 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [148.7792 399.6911 215.5282 410.5951] ++/Rect [113.91 295.899 149.108 306.803] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2239 0 obj << ++1751 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [353.4199 365.3068 420.1689 376.2108] ++/Rect [165.656 295.899 239.598 306.803] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> +->> endobj +-2234 0 obj << +-/D [2232 0 R /XYZ 90 757.9346 null] +->> endobj +-46 0 obj << +-/D [2232 0 R /XYZ 90 739.9346 null] +->> endobj +-2235 0 obj << +-/D [2232 0 R /XYZ 90 553.9527 null] +->> endobj +-2231 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F40 2073 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-2246 0 obj << +-/Length 1365 +-/Filter /FlateDecode +->> +-stream +-xڝW_6 ϧ4$[ӽmuWtXfOغثmd|s.i y0EԏH*<`ALfQ'iPv ln +-Ws_׋׿<("i~pRIE<_b$ Bvr%`}ǘ蛱1~x>8xWTEq AHD<-ŧp +-J8X!\exA8Gc>mS|mJ?'ER3g.ùL,M[8uey8q#JcV,4t9ebTr%eގJG yjfսMa VqaR% s\2{T.9l8xEk^+su!aU +- ~CH{&K!xnodsw@;!BķhlB\rc+WU-lԠ+/fgZ=#0Gl*?ugo"?x<8s;QmZKfe? =5![SHkYoa5Ae5MEy'YJK]-E-CzK^tE(!"2 x~5 cb d)WY07~&+(O*pApTSvu;AkJkX$}Ǎ#I*Zև֔DR3uxnPQI( 㿮Rendstream +-endobj +-2245 0 obj << +-/Type /Page +-/Contents 2246 0 R +-/Resources 2244 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 2240 0 R +->> endobj +-2243 0 obj << +-/Type /XObject +-/Subtype /Form +-/FormType 1 +-/PTEX.FileName (./diagram.pdf) +-/PTEX.PageNumber 1 +-/PTEX.InfoDict 2248 0 R +-/Matrix [1.00000000 0.00000000 0.00000000 1.00000000 0.00000000 0.00000000] +-/BBox [0.00000000 0.00000000 671.00000000 688.00000000] +-/Resources << +-/ProcSet [ /PDF /Text ] +-/ExtGState << +-/R7 2249 0 R +->>/Font << /R8 2250 0 R >> +->> +-/Length 2251 0 R +-/Filter /FlateDecode +->> +-stream +-x][$q~_1oN +-`[kA0j]kq*ui=ڙi UbUx'swr~)[7O_^Aljϯ?20 +-qZ9zw_>~_}u_ 9`9U]\NƯa2>]ğ6-S|~ +-)(_ig}X'đO֦8y)q9Y<#E;ߕ)Шu +-N4]ĕO?nvIL05+0s?|Bݷ'ӯ^gˇ7o__}3'>৷yyͷ_s-O ) ^Nq1Oh_|Q< +-"ˊ%'uY +-6 ۖ!?O-BuFU5 gԋG0RX>O ӺLa7 pi׹桔"(n[Wmn;ֿTFmDgҋFlAGBM7AZ~|O֡ԬУO0wuUl Z-)E.o/a'hCg (7O ]er)n ͥPi;?o?jn~%^fyJlgP8wHDA3E1ˈ0J +-.9АO5 C &#c1x ޿$~yg< eöSA)#u M( +-hL kfӰRݚN0tu_keFxZ2Sv-~hH]FxmEꮡ7$[j]A\n{`F3ES~(R_oA Ī VLxaZ\,3Qjˋ;bVXr k$.^<="ura &c BF& &)e-/7ifpgҋQ\Ч:s!ݖfvnw.Qfv8%O\&*hG+Fj Ԟ" XIQ@|Z^̈́%OByf^&gszƌSl:ҷ_BB!+W$_hRۈ+}FRFcG,{>{aI)9,t(ߘ)9\P$$B+M)\8ys"")߅鳴 +-vN4i)}>4p$%H6U< uT KRϣqf#8BAHO{L]|5E2It4|aBۄfB^`[)YP1 ֢ cA/[Vh\yYVT4&ˀC*+ @!QAϫC^CZeD] @kQu +o*Qw1[} AR7iz8Z!Xn$$eU 9GӝU~Hؐ *! IHFv,:)#45϶\ooYIFp/:13F=Q~K#67m62u劓AnRu*7%0Wه +- ^il,ԗe%r)|d(kǤe>ԍG)YZs,n瀕@E@d9'-{KYV Cי&! 1Ҳ-1!nK]FQ Rv: T[<:Mww C2n$lϤecHݔڽs}ŗ-Tv)AgJ>@B`JBw,zB,k' <Ďy/xwdoJ۴F:XмM!^|៏ 1"B c#L^z/HO> ΀N]ϧq["ܚBR>?#t_"7Qv>z뙛w"eA0TZ5U^W  +- +-*E~)e<(]}nL(kFH"5ܪ8nUie4Ta#Hn QOяGwdR_CN5JH=vmÓEg@g ҲY1nJ#NEw `8G½;B ^4TS +-r/fG tn[4>e-.~ƠpB1%Wd偰=^m^9MCz]H,] €ͤ%K}Tu-LzA:zv! G7[1$y%fp8}l'-/k**Va{& -ۼ1~ y̸`U2V .;BpWEYRYz lϤcG="uۙS[q4S1DGfe'-/k**Va{& -|Rk>NK\,外/ք0z9Sb)!rTr h%Q*K)ѕ +-*M`X*H6N7K1iE%"|_pRnI/ѥ[ͷx+n2RoV|#reLWtM0!")ߤkn/Z":'ioT͉-E$NNoߕd RD4UtD (RbSI'5@.N7Rlг̲MiRȼ:9vry)9*峟aR%ѕv*{^<A {2l9^2l6C4H5FJj(+[^]^GLzAZ*~n؞)VM_Fǽ^׏ѹ'e=:BJ*k4Z3i٪QRһRһ#db$-.Ms卦LzA:*~=ٵ.#lÔeRUW]k]@؞I/HVe׏'%!%W+i9uh+o4=g ұUɭwaspZ LzAZ*~έ,ʳ-"5!D^oy6si~6z7]F62?MήBBHvIm#g#(]ּH1QeH^*a~*9 dUBܪeUF(JNiy!+ +-DEj_H #5~ɤRLzɄV%#td^%CGmg5v|E9D X& !щ&52j˰S|B WyJzJj]AUkf.V6Ou˨S?ѼYyᇩoWI]!`7A.{]#Ittӱz^^nVj]A|1Wf6?1푬2OZ}OS( '8\Q'5߳RψYjG|yJ=dG'uYe67g,\[Ps !sJW~kZD]~,l^l"!Bo>lOA-OI_d)ͩ}4bjW#lZ3X~]me3ne" Oiq<??ل KOfva5l:⛑==-2`$;?P }N~SИu de|Gܚi~3%Wo˿fp#06sb76UKT$4F:!Ph5?> +-endobj +-2249 0 obj +-<< +-/Type /ExtGState +-/OPM 1 +->> +-endobj +-2250 0 obj +-<< +-/BaseFont /Times-Roman +-/Type /Font +-/Encoding 2252 0 R +-/Subtype /Type1 +->> +-endobj +-2251 0 obj +-5905 +-endobj +-2252 0 obj +-<< +-/Type /Encoding +-/Differences [ 45/minus] +->> +-endobj +-2247 0 obj << +-/D [2245 0 R /XYZ 90 757.9346 null] +->> endobj +-2244 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> +-/XObject << /Im7 2243 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-2255 0 obj << +-/Length 415 +-/Filter /FlateDecode +->> +-stream +-xڥRM0 WҒ dնji23T iAӊ[~vl? 4S32մ:Nw>|O O|,ȇ"-4-Tqɸ$40%@Т~oT,$%5L~7Nk?p&MA$ZB-}01V +aT82;hc1ֹr8x[kEtAE#I0\h+wu L6-MS몿˛a቉eP$JR@C|yAdk4[=7 ZuܗgJ2HLqo;ۗ0Ouh;[/46*i!†Wψ~pg%ڄԝ{?l\Ypendstream +-endobj +-2254 0 obj << +-/Type /Page +-/Contents 2255 0 R +-/Resources 2253 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 2240 0 R +->> endobj +-2256 0 obj << +-/D [2254 0 R /XYZ 90 757.9346 null] +->> endobj +-2253 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-2259 0 obj << +-/Length 308 +-/Filter /FlateDecode +->> +-stream +-xڥQ;o0+n*:B_5nO?yF?endstream +-endobj +-2258 0 obj << +-/Type /Page +-/Contents 2259 0 R +-/Resources 2257 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 2240 0 R +->> endobj +-2260 0 obj << +-/D [2258 0 R /XYZ 90 757.9346 null] +->> endobj +-2257 0 obj << +-/Font << /F28 1626 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-2263 0 obj << +-/Length 1542 +-/Filter /FlateDecode +->> +-stream +-xڍWϯ6 "9NS׵ 8Jն Ik"e;9H>~RMtsH6uYLJ6Ml.~t]ؕi-]yzx&o$<^]2OC:E-b䠻N]zI^Nֲg9ć*cuϭn!?D%Y+IܦeުmVFqI,/Ft/P=dpަI$V;`弊@7Yp" N)i.Oh88}34>eSNeylitIDS'rl1gB8#FȟA,k܏mK>k#hhGx3)', T+h q\OHЕ YO F]$IZlW=ncR&]=^5FGM҉)5၃܂hx*L5EP㫄#DN6nԔ4->&Irgm:xŽv-l>ҟ~gi +-SC ůRUVټ7PTH +-@2Hq" 6 B4^B"\IÃ!qP`C(n"FZqPU@Bh_Q-KUh$bvNg / S%>{%)bL ۼm1m닽Fj=CΊN%+ +-.m}bǾ>1s uQ癅=,p4ZlEt:Fa œc;8r;T[ 2ˣS2O +-+G_7]3:" )SF t ?L㶀APqLG7f>sqX-r,AV'l7qS $\d{pW#~m-~zOY*|tFɻUAQ~5~>(ֽ._@>!TsN5<< 5R/vi I f'{)h9B!E5#݌jB t*ublpٯK^Lo@leF83'<e IutbE> + >> endobj +-2264 0 obj << +-/D [2262 0 R /XYZ 90 757.9346 null] +->> endobj +-50 0 obj << +-/D [2262 0 R /XYZ 90 739.9346 null] +->> endobj +-2265 0 obj << +-/D [2262 0 R /XYZ 90 553.9527 null] +->> endobj +-2266 0 obj << +-/D [2262 0 R /XYZ 111.8677 512.7153 null] +->> endobj +-54 0 obj << +-/D [2262 0 R /XYZ 90 493.4033 null] +->> endobj +-2267 0 obj << +-/D [2262 0 R /XYZ 303.0984 375.8159 null] ++1755 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [157.648 209.093 211.665 219.982] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-58 0 obj << +-/D [2262 0 R /XYZ 90 354.4467 null] ++1756 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [397.193 209.093 473.904 219.982] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2268 0 obj << +-/D [2262 0 R /XYZ 362.1269 262.8269 null] ++1757 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [131.345 197.148 225.76 208.027] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-62 0 obj << +-/D [2262 0 R /XYZ 90 241.4577 null] ++1710 0 obj << ++/D [1708 0 R /XYZ 90 757.935 null] + >> endobj +-2269 0 obj << +-/D [2262 0 R /XYZ 306.2364 96.348 null] ++1711 0 obj << ++/D [1708 0 R /XYZ 90 739.935 null] + >> endobj +-2261 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> +-/ProcSet [ /PDF /Text ] ++174 0 obj << ++/D [1708 0 R /XYZ 90 739.935 null] + >> endobj +-2272 0 obj << +-/Length 763 +-/Filter /FlateDecode +->> +-stream +-xڥTKo0 W('ɖݭ֡eXn]v4l9ٯ)*^R0`AHQK*$M+nϲ˸dC&b% 2z^?IQ|8}eUlnDzQI&0陇 8) (KA*߂8kU)\/K1S]̩$Nݡ6'XX3@1U /W {Fj#]tW{/k ]U+Ml#QyJ7$6vG޼6;d_1*"."(^H*+iL3s_kK4=zzGMdHD"uhQb/lDk۷g(% WRi0kC۸g׶ܩP:_(~h. JX.m?]ԂqvH%;=>RC}osst6 RnQc3[ya/t gY0KZw`:w;*Rs9-#)K 4.aHכwxE=f~%Fw$vVW"N0]F׶E_&@d*{&" v8\2ʒrIsr3wzC\MZȒ-3|lPHGv>wV[q_0WBendstream +-endobj +-2271 0 obj << +-/Type /Page +-/Contents 2272 0 R +-/Resources 2270 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 2240 0 R ++1712 0 obj << ++/D [1708 0 R /XYZ 90 692.57 null] + >> endobj +-2273 0 obj << +-/D [2271 0 R /XYZ 90 757.9346 null] ++1752 0 obj << ++/D [1708 0 R /XYZ 90 256.391 null] + >> endobj +-66 0 obj << +-/D [2271 0 R /XYZ 90 739.9346 null] ++1753 0 obj << ++/D [1708 0 R /XYZ 90 229.603 null] + >> endobj +-2274 0 obj << +-/D [2271 0 R /XYZ 367.8952 678.1259 null] ++1754 0 obj << ++/D [1708 0 R /XYZ 90 229.603 null] + >> endobj +-70 0 obj << +-/D [2271 0 R /XYZ 90 660.278 null] ++1758 0 obj << ++/D [1708 0 R /XYZ 362.425 96.348 null] + >> endobj +-2270 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> ++1707 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 467 0 R /F44 478 0 R /F14 590 0 R /F49 677 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-2277 0 obj << +-/Length 1821 ++1765 0 obj << ++/Length 2755 + /Filter /FlateDecode + >> + stream +-xXYo6~ϯG-ɼt!/ &EmzUk%WGPvѧ0vH G906qZh^LJH]y\nvދd#XE"hۛ_?zӻ7Wi{joOF`J+L'"$sLy K((&<Ě=C]w9J @#9uM2ː|wa×vqöo|tbBE`@*mP1 d \ dv%Rgjr<kK?J0(eiQ}E `L=iuΝ)Mƽu[cI* Y 5%<Q6 ͖UԂT)3Tz:ivc dȽj/bNi68jީ<Hv͖{- jvuI:MACnV9C@ؼ&zS״yQf-KA(3cHr7&1tn5Ʉ޽pbOEA3_*8~ @`l_14mSƶ d-tCPf k֧ro<`qsnZszoZЭTkoo_J}ٍ[e݁/9%VKOwsZsKhuϽm#V<ܦ!Tv˵ ' +-f[zU-;@z@j=KM4쎓D ҼGdHk;>aDhd%bЁpx}`%vG +-A?z ^pJA&">.O2P[r=m@D3>-\_\nA-K{( y8uՕt R9dFb-3k7(hCE 21[tta2a>`>%{Sl|h|03#1ZfZy=ތ"+iA=hIx_wp[;kʷ͖p91A +-D'j>OtSUFa,zgw `=bKxDWѹG%(H"i_ni^*t}l)L'CTh [-H44쏯^Ěd/oPhLa2w)Ps‰9@Vg4}f\ˊ}x 砮,YtX1"^W1Azsq׮ov:\|h`x5:hn/r~eD!J<8<8]LYk]iNb1yLƜ뀹J1l DTqK*a1#,zB7]L7)ɓnLg͕RjcQxL&@JkD0ϫr3UѣIIT\ЈG50_FO\%iEF`ées۵S^ Q%lǂ~%X -T Ub ++v Uh$ I7om"#^oYDYgu{M9 Ѹ1?sԣ Pv١Y8E5ݪN.Juk׍RQ̩RHpdVL ++zRXꇦ{95oAlFGzL7\V>y;_Cl6̀#8{s,w@ ʐ&cT?rQÄ aalz%^@VzrSI y-B=˩UXBrNNH1ps) ̈kiA&~6y̥ ,\K(%P9 eQ 02"yg-Ec!ݪۮߗ1UH@ qVID\/W.02G qKcl:,~_^6C猋_8BOf6gBH?KU+O2]<|$$gFP10ȏ!"HF" .φ4|D  ++wjwL5)ɤ/.MPcF¨Y.T ++] (4| oDm,+s$l@Xx ɞ3SF!ImάPek/] ryqnlݽ=z'YfQ|jLBez-Nt]1,R1IFS+pX]psw?xz2ɽS!Ӧ}VtT1iI ] U'E3lxD҈,T.8S١GTMpH4;(_ ++m]'S?Dz܌ ++A)'``!4I6#*;w ++#" k:?ҿ{q *+/| q 2X$۷g@$;ܧ8[X[p3O ` ++L{S%30ven -̸D]z(\xoo5?u?>/,d)y%C`tȡD"q(g)ǃL+04a<$\*>9ȯ/`WbȢ^(bC ++HB1d0q1$!H9P*d,LxjR&dT-3&1lmyI3ZINsf<3&3Sǥns5r^QM z?;u>ԔBsOpemwF?dog-;{+<3j0UZrW3EA]vpw8ͻ)nʼnf Pʁ&Tj붲1]GHa&}NFI(U 1)NF:{J|TOJ5²;?]b1E:*r5~/p5VMh^YH hqiǣGLI;PF1yL<>P"HˈkO #'BsP$ʹT҉P(q<0ؔ^|\7bt|7zs6MibRqdfS`S:rD8-Eg5dZ2CWC3# ++`F,po}%R IIfǣGLI ++BBUd=5dLjȜ_W g\#QTRpxq< cII^r\?~L->d>$iO1˴C&I1BS>`ƛHPb!oDBO@#v.\ N#[D۷ח?KGxG^'Ll0my<:w+n* @ZB:GxuIYkh=SxYHO |F1UN߈6+ ĈG/yIeUn=7UM͵Kuo0# Wk[?VqPOط-8׶soVߺsn?}~hvr'Pp endstream + endobj +-2276 0 obj << ++1764 0 obj << + /Type /Page +-/Contents 2277 0 R +-/Resources 2275 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 2285 0 R +-/Annots [ 2280 0 R 2281 0 R 2282 0 R 2283 0 R 2284 0 R ] ++/Contents 1765 0 R ++/Resources 1763 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 1602 0 R ++/Annots [ 1768 0 R 1769 0 R 1770 0 R 1772 0 R 1773 0 R 1775 0 R 1776 0 R 1777 0 R 1779 0 R 1780 0 R 1781 0 R 1782 0 R 1784 0 R 1785 0 R 1786 0 R 1787 0 R 1788 0 R 1789 0 R 1790 0 R 1792 0 R 1793 0 R 1794 0 R 1796 0 R 1797 0 R 1798 0 R 1799 0 R 1800 0 R 1801 0 R ] + >> endobj +-2280 0 obj << ++1768 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [479.3564 505.8855 513.9963 516.8991] ++/Rect [317.226 726.943 393.938 737.832] + /Subtype /Link +-/A << /S /GoTo /D (a00038_ga93efcc8a962afe1ed23393700682173f) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2281 0 obj << ++1769 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 493.9304 194.4974 504.8343] ++/Rect [131.345 714.988 225.76 725.877] + /Subtype /Link +-/A << /S /GoTo /D (a00038_ga93efcc8a962afe1ed23393700682173f) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2282 0 obj << ++1770 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [378.4314 426.1844 496.0891 437.0883] ++/Rect [242.308 714.988 296.325 725.877] + /Subtype /Link +-/A << /S /GoTo /D (a00038_ga2f6bfb6958d8b508ea1d7d5bb266432c) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2283 0 obj << ++1772 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [344.0277 414.2292 476.091 425.1332] ++/Rect [387.677 610.877 464.389 621.767] + /Subtype /Link +-/A << /S /GoTo /D (a00040_ga0d109e33fc7990f62f665d336e5e5111) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2284 0 obj << ++1773 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [325.8733 358.4384 457.9366 369.452] ++/Rect [131.345 598.922 225.76 609.811] + /Subtype /Link +-/A << /S /GoTo /D (a00040_ga0d109e33fc7990f62f665d336e5e5111) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2278 0 obj << +-/D [2276 0 R /XYZ 90 757.9346 null] ++1775 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [355.992 542.378 432.704 553.268] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-74 0 obj << +-/D [2276 0 R /XYZ 90 739.9346 null] ++1776 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [131.345 530.423 225.76 541.312] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2279 0 obj << +-/D [2276 0 R /XYZ 90 553.9527 null] ++1777 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [242.308 530.423 319.567 541.312] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-2275 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> +-/ProcSet [ /PDF /Text ] ++1779 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [157.93 444.31 211.947 455.189] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2291 0 obj << +-/Length 313 +-/Filter /FlateDecode +->> +-stream +-xڥQn0+|qűR^F9<)-kb@Vz<*% +-rCt)E==X't ob5L0 4Ң3y"Isɾ=Ǻv=PGde-MbF&ʳ# . ut6#R(4=D xtGrTА7zNrf{d|"maP6=#U(O-ȭ"6>)M{J8Tv /(w# 8j <}AC9|HHKWvL]j94] H,:Kz=l[endstream +-endobj +-2290 0 obj << +-/Type /Page +-/Contents 2291 0 R +-/Resources 2289 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 2285 0 R ++1780 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [410.332 444.31 487.043 455.189] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2292 0 obj << +-/D [2290 0 R /XYZ 90 757.9346 null] ++1781 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [171.195 432.345 265.61 443.234] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2289 0 obj << +-/Font << /F28 1626 0 R >> +-/ProcSet [ /PDF /Text ] ++1782 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [350.531 432.345 404.548 443.234] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2295 0 obj << +-/Length 1867 +-/Filter /FlateDecode +->> +-stream +-xڍَ6}ox4iR4٢M%V+E p۸m2wD> x<+ 6ѧwqG#2lysV^۝N'>4 |}!W&~*lNPMG]`&g[>L"bz \y; +- t׵\U qsi֋BwZ84y_FXMIK8q^ΥN Jy,|?+w=ZZ8:c[V|.D{B`dEzS @5T=# ^˪bz C/`QU1*э9UyF7\.>CG_63$Lej6d mh;]E( c0Ƣu]{X 'S`X12%<V,bh)qx,|<R.rY<nkS%yMec\! bm) 9TX_)k-T']&s$r:)?Sc =u= E/LӷbόSm$# +-n5?@q cvBqO6L9kug4Kn +-FU趃0pPRJ o7h4*.O8b .ؘ 6LyκSbދq}ҽpnw 3ђi 1}sKja J7AS?Hfb{R=u ǍЂP-/*:bq/pZrLYZ[,VZYhTe#y*\̕=+G98Tд-ܶ D$R3Z'j)Nπ.$)wn@K4{λ|/ǾNpbb&]$ceaYu0JAnQ>T-Mg݆0l0^g: pGn/k!;EJӔɵ<7=E\A+S++F"|֔"~juZٰo#zT>N!mnݶr껰XEY6qD\Z;`ybJ'^z~m( A5izy4L 1el^䋡 +-endstream +-endobj +-2294 0 obj << +-/Type /Page +-/Contents 2295 0 R +-/Resources 2293 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 2285 0 R ++1784 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [157.992 346.231 212.009 357.111] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2296 0 obj << +-/D [2294 0 R /XYZ 90 757.9346 null] ++1785 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [404.422 346.231 481.133 357.111] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-78 0 obj << +-/D [2294 0 R /XYZ 90 739.9346 null] ++1786 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [170.995 334.266 265.41 345.155] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2297 0 obj << +-/D [2294 0 R /XYZ 90 549.2183 null] ++1787 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [281.507 334.266 358.767 345.155] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-2293 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> +-/ProcSet [ /PDF /Text ] ++1788 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [380.393 334.266 434.41 345.155] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2300 0 obj << +-/Length 312 +-/Filter /FlateDecode +->> +-stream +-xڥQN0!ggc)U S7&"**{8<{gS42EZO rd\0ͽ02io@`JYƉ@CţiݔuS7eOnvlAtJ"$rA8(z3VI<-y%/{7\[$'hip.r$299)P0R Rs׸.߻ 1|0sE! +-f"l`XyȻ2.}l|[?yo۶BcfrR /l=endstream +-endobj +-2299 0 obj << +-/Type /Page +-/Contents 2300 0 R +-/Resources 2298 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 2285 0 R ++1789 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [440.213 292.168 513.996 303.072] ++/Subtype /Link ++/A << /S /GoTo /D (a00049_ga2) >> + >> endobj +-2301 0 obj << +-/D [2299 0 R /XYZ 90 757.9346 null] ++1790 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [89.004 280.213 211.643 291.117] ++/Subtype /Link ++/A << /S /GoTo /D (a00049_ga2) >> + >> endobj +-2298 0 obj << +-/Font << /F28 1626 0 R >> +-/ProcSet [ /PDF /Text ] ++1792 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [157.759 248.143 211.776 259.032] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2304 0 obj << +-/Length 2370 +-/Filter /FlateDecode +->> +-stream +-xڥY[6~ϯ02Vxu>e4EIX}, ut( ^pW ~|UUI_= xt"$|&6fw|+`q +-iR*74~E҂$8Eb|lQw}zz8P~K퇇.nw*"M嗺" }ջp>˼hW}~%>ݻ/wZHyމ;Pץ1uu{O[=LbKB.8K"'hW^P/1GØAl[ (eessO+SPWO\fn]7K?B-g7gqW dJh #@c om!m ) e` .ub MnFQ}u?1" )vDcJagȉ⸅6)fd9Syh0I)!1#è?|ۮ҈6ץ,z6#4;KwM6/o^ hߟ,3X2Zy#i&nj<rn{{ɫ4@Y k.`EF -kOxjYMKW .}M Q *P+.{_lnK{"g`)"GȧK^]דğ:q"dq:㄁Jx GpL>߮2,' *JmPI,e8&ἇZx޻dPH9+GɟPRx[3n"?5?~~>> + >> endobj +-2307 0 obj << ++1794 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [192.0461 428.4853 249.1116 439.4989] ++/Rect [131.345 236.188 225.76 247.077] + /Subtype /Link +-/A << /S /GoTo /D (a00029_source) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2308 0 obj << ++1796 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [159.8772 384.6497 252.9173 395.6633] ++/Rect [157.821 179.644 211.838 190.533] + /Subtype /Link +-/A << /S /GoTo /D (a00028_source) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2309 0 obj << ++1797 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [119.7281 340.8141 202.2378 351.8276] ++/Rect [380.664 179.644 457.376 190.533] + /Subtype /Link +-/A << /S /GoTo /D (a00024_source) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2310 0 obj << ++1798 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [178.527 308.9336 286.2322 319.9472] ++/Rect [131.345 167.689 225.76 178.578] + /Subtype /Link +-/A << /S /GoTo /D (a00031_source) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2311 0 obj << ++1799 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [167.4089 277.0532 252.5388 288.0668] ++/Rect [242.308 167.689 319.567 178.578] + /Subtype /Link +-/A << /S /GoTo /D (a00030_source) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-2312 0 obj << ++1800 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [163.9124 245.1727 219.3042 256.1863] ++/Rect [444.487 125.591 513.996 136.495] + /Subtype /Link +-/A << /S /GoTo /D (a00022_source) >> ++/A << /S /GoTo /D (a00049_ga4) >> + >> endobj +-2313 0 obj << ++1801 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [238.4079 245.1727 299.8868 256.1863] ++/Rect [89.004 113.636 193.929 124.54] + /Subtype /Link +-/A << /S /GoTo /D (a00023_source) >> ++/A << /S /GoTo /D (a00049_ga4) >> + >> endobj +-2305 0 obj << +-/D [2303 0 R /XYZ 90 757.9346 null] ++1766 0 obj << ++/D [1764 0 R /XYZ 90 757.935 null] + >> endobj +-82 0 obj << +-/D [2303 0 R /XYZ 90 739.9346 null] ++1767 0 obj << ++/D [1764 0 R /XYZ 90 739.935 null] + >> endobj +-2306 0 obj << +-/D [2303 0 R /XYZ 90 549.2183 null] ++1761 0 obj << ++/D [1764 0 R /XYZ 90 643.944 null] + >> endobj +-2302 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> +-/ProcSet [ /PDF /Text ] ++1771 0 obj << ++/D [1764 0 R /XYZ 90 629.374 null] + >> endobj +-2323 0 obj << +-/Length 317 +-/Filter /FlateDecode +->> +-stream +-xڥQ=o0+<&C\1VKlC ni_cUl{w0X E %/ t@wLcCdA .Et1I5$mg)Ľcws&k"r]{t/ÀMW=A*>bEq%h{P0|@9d'aֵg:Zխ)Կ4Oί-(ϖ2Ɉ`r%3z;[Ƶ1WS[E2FF^*\O&e"qONA$TЦ߻@Mikۿ%گlhendstream +-endobj +-2322 0 obj << +-/Type /Page +-/Contents 2323 0 R +-/Resources 2321 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 2285 0 R ++1762 0 obj << ++/D [1764 0 R /XYZ 90 575.445 null] + >> endobj +-2324 0 obj << +-/D [2322 0 R /XYZ 90 757.9346 null] ++1774 0 obj << ++/D [1764 0 R /XYZ 90 560.875 null] + >> endobj +-2321 0 obj << +-/Font << /F28 1626 0 R >> ++1759 0 obj << ++/D [1764 0 R /XYZ 270.412 479.523 null] ++>> endobj ++1778 0 obj << ++/D [1764 0 R /XYZ 90 462.796 null] ++>> endobj ++706 0 obj << ++/D [1764 0 R /XYZ 382.491 381.445 null] ++>> endobj ++1783 0 obj << ++/D [1764 0 R /XYZ 90 364.718 null] ++>> endobj ++1760 0 obj << ++/D [1764 0 R /XYZ 216.226 283.366 null] ++>> endobj ++1791 0 obj << ++/D [1764 0 R /XYZ 90 266.639 null] ++>> endobj ++705 0 obj << ++/D [1764 0 R /XYZ 90 212.71 null] ++>> endobj ++1795 0 obj << ++/D [1764 0 R /XYZ 90 198.14 null] ++>> endobj ++1763 0 obj << ++/Font << /F28 362 0 R /F49 677 0 R /F14 590 0 R /F22 352 0 R /F44 478 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-2327 0 obj << +-/Length 2750 ++1804 0 obj << ++/Length 1640 + /Filter /FlateDecode + >> + stream +-xڕZY~_GXsyI6O6 æX|[|?!Xҽ 9.c,*ɑ_F; Lw19IyLĥi~u?L7m_EV^VuXJ#fZpfZ#0LeRe(XRȷrN력qZv`lW#py*NmG7Kޅ ]u:YEO;߃j;49=x9D˓ 9 +-8:ir%P&BT醵|?eXHp d"f.CpwU\qsi!&P=!S Cb2uRMq{1s +-) ݭiEf\.BUC q ЫG%)5ɳҖM|!, E`u]%s|`X7G"4ӡ }+( è4fH9snG{yW} +-h/<|ޯqNL|aa#~4X$j!F'2h3cf2\۲ѩkkҏtop`a' +-g V*-;3Ll8ɘ0iί99J p:kR9Q(tLp诶(15/\1C~{% =6p]ld>?63L8I+H`cТ|GíR@KۯSPNr ~gJU_x̥88Z*qeYƄ>Ï~%fB /'d3Q6债wSc-TOYsCqVwEAg^W|7Q6t涩 nƓd +-!G?L7_ІBd lb-q$P%H3\ȷ.bJ &’+vXtcDpPN+/{zu f<kjz"暛ה YZu+F' | e@? >L. T\>uj~@4z?KFZ0 tieb[>b(q|Q;^O:l14UcitEC08 +-򸬕 ):u_˫8{#ȠBu%c&ILCBD)Vekb*Odٌݳp/ύw-Wg;7}w{ ^:~N ٣e2ziwXVu,$u1̟ڮv6zqb[?Tf C˭)txY +-'b@lήy_z.ٽ*R\y^*um8<F[_D TG?ͩ\gͭL@&^A0U8tFS^V1/\Hk}=TA"oTx;Y-3&Ti +-1Rg3\% Wk4Tfc4K1/^ +- 6N9eI9y=TK>@ak$m7R(8dR+1B,uZ $*G!ve:L6|(Ʊ_1wTGxppb*._1)tnk)cki}3 D0(y|셚ߥ21$ z~ mYrt%;DB'%SrX&cbß;ua\UtY紊~UtN'o*}{Y 034yfD:]?{g`GX;4l+;'KYⲱՓgJ-ǪCx2HwM({OcARX*F(xt6ԮI+C9Hֵ]Y ++{zBه ?RÁWgtn-*x Z+Mzǣp "~5*RS1Α18vZ ++I8~<Džd@:m+\ڱXNC ロN3 m ++@Tz:9U&aE?C*Ft 4ÔAV&k[-e}< ++R[IFGO>{Ҁ-(8[Ju5w<߈ODMyco9vh$H7kF@P؈3v-z{.69vؘ8T񎘬_Ϩq++TIQxt6ήIAAˑ1 2r~$pN1Åߋ6T9 z1/(!E'a㚘QWP؀*L.'@0_8c6)v]UbH[&k°˓">E|[2Ylp\Q=Y=;zR4 J~[nV{ ++'2IaM}u4SJ?], xo`/ ++l'tM$ȫg?@|S%7endstream + endobj +-2326 0 obj << ++1803 0 obj << + /Type /Page +-/Contents 2327 0 R +-/Resources 2325 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 2345 0 R +-/Annots [ 2330 0 R 2331 0 R 2332 0 R 2333 0 R 2334 0 R 2335 0 R 2336 0 R 2337 0 R 2338 0 R 2339 0 R 2340 0 R 2341 0 R 2342 0 R 2343 0 R 2344 0 R ] ++/Contents 1804 0 R ++/Resources 1802 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 1602 0 R ++/Annots [ 1808 0 R 1809 0 R 1810 0 R 1811 0 R 1812 0 R 1813 0 R 1814 0 R 1815 0 R 1816 0 R 1817 0 R 1818 0 R 1822 0 R 1823 0 R 1824 0 R 1825 0 R 1828 0 R 1829 0 R 1830 0 R ] + >> endobj +-2330 0 obj << ++1808 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [140.9065 521.5174 215.4066 532.4213] ++/Rect [139.392 674.226 191.197 685.13] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2331 0 obj << ++1809 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [315.4922 509.5622 389.9923 520.4661] ++/Rect [191.992 674.226 330.372 685.13] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00050_ga0) >> + >> endobj +-2332 0 obj << ++1810 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [96.7362 485.6519 171.2363 496.5558] ++/Rect [334.484 674.226 408.984 685.13] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2333 0 obj << ++1811 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [217.0123 473.6967 291.5124 484.6006] ++/Rect [453.344 674.226 513.996 685.13] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2334 0 obj << ++1812 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [329.5125 444.1172 404.0126 455.0211] ++/Rect [113.91 662.271 149.108 673.174] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2335 0 obj << ++1813 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [147.215 402.5824 221.7151 413.4864] ++/Rect [165.656 662.271 217.461 673.174] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2336 0 obj << ++1814 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [203.1147 375.6181 330.6365 386.009] ++/Rect [141.416 623.416 193.221 634.32] + /Subtype /Link +-/A << /S /GoTo /D (a00037_ga5c2d6f476af87005c7bd0811d4548b9f) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2337 0 obj << ++1815 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [340.5992 375.6181 468.121 386.009] ++/Rect [196.04 623.416 327.227 634.32] + /Subtype /Link +-/A << /S /GoTo /D (a00037_ga91e2e6427b95fb7339c99dbbef996e71) >> ++/A << /S /GoTo /D (a00050_ga1) >> + >> endobj +-2338 0 obj << ++1816 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 363.0403 259.3649 373.9442] ++/Rect [333.364 623.416 407.864 634.32] + /Subtype /Link +-/A << /S /GoTo /D (a00037_ga6040925d3ee4bbb2647f2a321aca5f4b) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2339 0 obj << ++1817 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [284.3058 363.0403 418.5034 373.9442] ++/Rect [453.344 623.416 513.996 634.32] + /Subtype /Link +-/A << /S /GoTo /D (a00037) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2340 0 obj << ++1818 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [485.8918 303.3989 513.9963 314.278] ++/Rect [113.91 611.461 149.108 622.365] + /Subtype /Link +-/A << /S /GoTo /D (a00039) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2341 0 obj << ++1822 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 291.3093 180.8633 302.2132] ++/Rect [157.979 527.156 211.996 538.035] + /Subtype /Link +-/A << /S /GoTo /D (a00039) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2342 0 obj << ++1823 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [472.1534 231.5334 513.9963 242.547] ++/Rect [361.005 527.156 437.717 538.035] + /Subtype /Link +-/A << /S /GoTo /D (a00038) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2343 0 obj << ++1824 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 219.5783 196.3513 230.4822] ++/Rect [131.345 515.191 225.76 526.08] + /Subtype /Link +-/A << /S /GoTo /D (a00038) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2344 0 obj << ++1825 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [307.5033 207.6231 435.0251 218.527] ++/Rect [242.308 515.191 296.325 526.08] + /Subtype /Link +-/A << /S /GoTo /D (a00037_ga91e2e6427b95fb7339c99dbbef996e71) >> +->> endobj +-2328 0 obj << +-/D [2326 0 R /XYZ 90 757.9346 null] ++/A << /S /GoTo /D (a00012) >> + >> endobj +-86 0 obj << +-/D [2326 0 R /XYZ 90 739.9346 null] ++1828 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [158.097 411.08 212.114 421.97] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2329 0 obj << +-/D [2326 0 R /XYZ 90 549.2183 null] ++1829 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [354.157 411.08 430.869 421.97] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2325 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F40 2073 0 R /F44 2087 0 R /F14 2206 0 R >> +-/ProcSet [ /PDF /Text ] ++1830 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [131.345 399.135 225.76 410.014] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2355 0 obj << +-/Length 307 +-/Filter /FlateDecode +->> +-stream +-xڥQn0!mƊ +-u2J@ԔuPVyw!F8Uw :3\DNQZ#IܯBK7LAst9,TM^H W +-Sq>b S@sX)l+{IPpS\%a{Hk:KPkH8l$)4) +-, F>t!>tw +-NR% Ii'%ʥ.krٱJkHs[Wۏq1DҴ94W6s̓endstream +-endobj +-2354 0 obj << +-/Type /Page +-/Contents 2355 0 R +-/Resources 2353 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 2345 0 R ++1805 0 obj << ++/D [1803 0 R /XYZ 90 757.935 null] + >> endobj +-2356 0 obj << +-/D [2354 0 R /XYZ 90 757.9346 null] ++1806 0 obj << ++/D [1803 0 R /XYZ 90 739.935 null] + >> endobj +-2353 0 obj << +-/Font << /F28 1626 0 R >> +-/ProcSet [ /PDF /Text ] ++178 0 obj << ++/D [1803 0 R /XYZ 90 739.935 null] + >> endobj +-2359 0 obj << +-/Length 1976 +-/Filter /FlateDecode +->> +-stream +-xڍXmo +- Qm[l~WhHK;ɒEg獖&6I,M^6 $y9, 6|_?qG= +-LDiy.<թ#Iz+mE&7x 7avcEQ6r|LNò鏣Wneho2~Fep 6*4PwBewBe>8UKa +-Lנ!|k5(gAb[q_c[1adB8G6D3v7-g9,TΦ#Ar"R9;uϹyO.}LkfJ/QGti(‹@r?C? ӀU3Clo/1dۊ0ry©E9~Ɂ>aK);Q{loMj]ipah'B]cRKjK Oj'tyι3•%fubOЃx#}I#uu3 ^@ MA4vЄ?` +-w)@.] +-Zo@e~n_u Ab^P"ㅧrS0eГr ms^ǣpE|0Ѡ0{0>N2Mޅ3p׭:V״`]6uȂ·jff&5w\n7Ǹ[17R:>.&5[5Ɍ#}a-zƢrlCl`^d@g+o,jli} _9(M:NWCL/7HpG>w ũݝ +-2k|}e琾uR*Hʂ"{oe-iPaݾqdJnhlCXT tv'%zR#de4ko_M$u>U|zRͭY6ʞ= e/uK@#]!M:/ ʣ'3~``nMك,2?5)x4:A;ܦ̰| o#!r]~-#QE=ɾ#2 G838aƾ*G*갬U[="zTa_!pD]IB3):4RJ%:."4nM-]^/u=v%|)B97QO5a\LOyb3}F t +-ۈ:Sz~eY܈YKvC3o5%|U_rmy +Ste eit:vIPC- @%͇LQ,*,[01pU1EZFM'rMM /3,ߍvG ݰs|q}FO +-U~R7bsR%Ü#T= _1~?d~LE@Rw@endstream +-endobj +-2358 0 obj << +-/Type /Page +-/Contents 2359 0 R +-/Resources 2357 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 2345 0 R ++1807 0 obj << ++/D [1803 0 R /XYZ 90 693.176 null] + >> endobj +-2360 0 obj << +-/D [2358 0 R /XYZ 90 757.9346 null] ++1819 0 obj << ++/D [1803 0 R /XYZ 90 574.141 null] + >> endobj +-90 0 obj << +-/D [2358 0 R /XYZ 90 739.9346 null] ++1820 0 obj << ++/D [1803 0 R /XYZ 90 547.656 null] + >> endobj +-2361 0 obj << +-/D [2358 0 R /XYZ 90 549.2183 null] ++1821 0 obj << ++/D [1803 0 R /XYZ 90 547.656 null] + >> endobj +-2362 0 obj << +-/D [2358 0 R /XYZ 138.4378 270.4603 null] ++1826 0 obj << ++/D [1803 0 R /XYZ 90 444.147 null] + >> endobj +-94 0 obj << +-/D [2358 0 R /XYZ 90 253.0822 null] ++1827 0 obj << ++/D [1803 0 R /XYZ 90 429.577 null] + >> endobj +-2357 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F44 2087 0 R /F14 2206 0 R /F40 2073 0 R >> ++1802 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 467 0 R /F44 478 0 R /F49 677 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-2365 0 obj << +-/Length 3535 ++1833 0 obj << ++/Length 2375 + /Filter /FlateDecode + >> + stream +-xڥkoaD<.]Oٗ8𝯱H( E|q})rrvvvgvku?uj{?3%3g>{y3 Q0ў'7yzr]uV<@痼\0+lӊui^jI:uͼ;RFsq_uT{۳G~pOЂ1^ǘ3d^) &2˩'/.ɪ*kd߂AKYZhTGe[²uzUeǿ-IOŧnP>n~9#`Om놱 XrbYp;}]6Uo[wߐ` $\#7nq]?|S-7\~yI\Xg'wWN3rY|7x,f*kS{#vʊf1s7L"e(ʆe? hr{tәȭ~l{L lҺyMRVM:M]J,q6tÈ 'p#vO6-0|7dx7=`%_L1`SV VoS5y4.Ӛ?f3F͚N MÎQ1TҠ Js$ߧJsK84t0Pr'TliݢVOfmjߚ57䇴Xn&G(%N& _v\=[,RG@ V2f (i";l6T~y*a C#9 d:wy@L([NC%nY7(CP$ uGa k'>1At$J9fUY0wI,YRA>ݾ<>2W(ۻD؟\~eJ׬lYIъ +-锝,BDpɨWzZM4bON & HS,^CWʃH 40~]1E0Ž HS-OmM|9o=GR"CWR30% ߼,;u$ۋ=OUV2e1H{F1 wwlhmBMK#0][;Z`7|# +-zS ^4OCн +-?ۂcqÂ_ VR"چ {qa*e2he.~.˜Z'6M]3^  +-9w-{5jgzWT1zȝnvht+Ep/t56ӅYn IIJjY xQ6bz n;\5mu# #YNG~q30Z>Po,Ёc9LtuFqÀ8TGp> +-3*oe :} +-E6[4a y|"W=9ŰS]Y%j#Ɉ`DrRpD5m2+SۃMF7ÄJCcIkGaUfRHEZМ lYr`RIA +-ܗ&˳nҊg1ՁR};dH_4Bj<"pkXT3kErۧDiҨڂvϩXbǪn]Bpteی =^Xof=q@8&X/SfdSVE"DQ +-NKOTa.ʃTl!ʰO?mDb / {W"G~[*@H'in => }',CP>q~{aK#elpd$6Bi|-Ծ%GT|$U-:IH+򎶙mɻ_mQRs1wXCH318ҧ*Kr\,,I~L/tUCZs{bƿhKTiUt6hwTB073L{(V='`KöEoP9 +-*ޱXNeBlK%eƉC?m; +-r}Z&-S(+ÿ\ Dy@ F AJ0yݿ;2u]RĿ(=endstream ++xڵZے}WQ2/~Luu5p45"Q^ߧA$x$]dow$YcCP0޽zw_4Y?|zmlRwIdi#ی ++p8=N{wkQAolsɮS\Z=ZuT?E6m~yqf:~I;>}g+0ƈ~[qwx FF8b\QQw .!@9? 2BX?!Mgp;CyT*2=wm,gam}Tl}I[A&m2aW[[i`j13KSjM5\K,iMɾ]VVi8!_IJ0jtihZvΔY1ߢ|KQ~eN."q\Bz0F@&iR.IԈ*Ulq]h} ++Yc\C(N8"Uy@:.+3p˻$wXB' &H'CW /$daa#LzeO{qH5I% ⅓Q)͖IIƃ 4xeaA߁@2 ,M @"=-4t@J8M (OH!]j FZ!pgҮ>$"hMMdP*0R<1|q](PHTL!1!gL o#=}- ͂r1tFH}5[1TD<8T:[H~di/^xpS&+ c@p/^cLQ&J(]Cfd|ۜJ[^܃۱:iKbt5Lb 5%zmA.?y4,݄O?rGF~23Kg SOe K<ՒOcjeׁ?dySNP(`bN&K$$7zuiؒ.kDpc)6΄ŜD"x8YN_j_t-tP~[&؍^l QK~y) ++i/[7^JP+tշioo 7endstream + endobj +-2364 0 obj << ++1832 0 obj << + /Type /Page +-/Contents 2365 0 R +-/Resources 2363 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 2345 0 R ++/Contents 1833 0 R ++/Resources 1831 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 1864 0 R ++/Annots [ 1837 0 R 1838 0 R 1839 0 R 1840 0 R 1841 0 R 1842 0 R 1843 0 R 1844 0 R 1845 0 R 1846 0 R 1847 0 R 1851 0 R 1852 0 R 1853 0 R 1854 0 R 1857 0 R 1858 0 R 1859 0 R 1860 0 R 1861 0 R 1862 0 R 1863 0 R ] + >> endobj +-2366 0 obj << +-/D [2364 0 R /XYZ 90 757.9346 null] ++1837 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [141.417 674.226 193.222 685.13] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2363 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F40 2073 0 R /F44 2087 0 R /F50 2369 0 R /F14 2206 0 R >> +-/ProcSet [ /PDF /Text ] ++1838 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [196.041 674.226 391.278 685.13] ++/Subtype /Link ++/A << /S /GoTo /D (a00051_ga0) >> + >> endobj +-2372 0 obj << +-/Length 1776 +-/Filter /FlateDecode +->> +-stream +-xڥXo8 "j#݀I&6tEJce~,({ym!DQEDRtXӄkfv vp03`_5Za]85N/-~j7GS bVs=iat5KX&\MEq:|Hϲ]Ͷ[ϣ>VYm~o<=0 +-&|j.eW1lUs.΂ik96꟡ jmڮnT9O[㵵2n#Y9>]]O܅ IKwW&b"Ut<[L 5q +-A\ea\$jWhrS3|%~,SZ̄ͺ붵.y1.Q˷Ut<$eC~5Mkfփ4"^`>haNEu?&ms_͸yԿnIGHw4d:X|dT&ba/ B13~ӂg$FĘ j7SQH]4oG-iw7?AY1*[T e!)" AXSLe$NbFmCh[C6$9ĊeZ* +-NT1ˣ|fjI,uHd˅@ 7p4x5̹R@20uj}g@GwCD6:2FB>N"R59(;( ."N+x5b"eR}Wb%lDb%EӂJ]ĩ4uQPRĕ)shxbD܁#CU(ʛ% +-l߰|,4YX:;&R(03ٽ^ Xe)Ssx<ezy׽n%LkpCsⱅ/]\Aò& 8`"(`,UW;ш9Mji:e,OcVњēL6F PAN$Wq6xʡۙgWF:!KF<\.EVl| 1\<5?L/~ƜBv жv$8SVɁy8)UqtJ׭xz|п|FU`e7l(>*wzϪ&?̓rǚ;T<{EgPYyM>*T+J(\!d8 2RNof$I,71h&}El8ANw +-2 ;55ݸ57u3Zv.E^dR NoId%p=KyoZK f/j)r9n:̆N*k1|+y۽6S> + >> endobj +-2373 0 obj << +-/D [2371 0 R /XYZ 90 757.9346 null] ++1840 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [113.91 662.271 204.45 673.174] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2374 0 obj << +-/D [2371 0 R /XYZ 110.752 652.5717 null] ++1841 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [286.581 662.271 338.387 673.174] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-98 0 obj << +-/D [2371 0 R /XYZ 90 636.7811 null] ++1842 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [142.662 623.416 194.467 634.32] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2370 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F44 2087 0 R /F14 2206 0 R >> +-/ProcSet [ /PDF /Text ] ++1843 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [198.532 623.416 388.787 634.32] ++/Subtype /Link ++/A << /S /GoTo /D (a00051_ga1) >> + >> endobj +-2377 0 obj << +-/Length 315 +-/Filter /FlateDecode +->> +-stream +-xڥ;o0w +-R.UQDbC|9g/SY+Z [/ D;~v{ O/Pˬ ZDi&@Lfǵ}dw:U(M~P~Tv)ĥbAfŘ"D,W>p&Az g`G ym䃼c֋)6_ +-CƏ@Z Pj`k5Pue.,v?T~U&M*0i#ײSd?omU9tu 5m[.9fendstream +-endobj +-2376 0 obj << +-/Type /Page +-/Contents 2377 0 R +-/Resources 2375 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 2345 0 R ++1844 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [396.169 623.416 470.669 634.32] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2378 0 obj << +-/D [2376 0 R /XYZ 90 757.9346 null] ++1845 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [113.91 611.461 204.45 622.365] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2375 0 obj << +-/Font << /F28 1626 0 R >> +-/ProcSet [ /PDF /Text ] ++1846 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [220.998 611.461 294.94 622.365] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-2381 0 obj << +-/Length 2280 +-/Filter /FlateDecode +->> +-stream +-xڕYKϯ03HK:l2n0:lА%,9ztoקE= "Y,w>]0f.}wne ໱p[td,pwLwuK[҅ڏòn7n7{# +-qs85W=ߝ^w,yY5^/9K0ew+Q:e2zDރ.Hޫ9uL9[ͤ? $6 _RD =uˌ@rf{Vaca*7Tdҭ1΁QYfFnMփfjFoιGNYH!U mxAS{zZw& +-V۽Sy׃䵇.BP=qCD.|uTӧΝ*t]eh +-^\A"YK1ӛ3!w8,yh|Mڹ @LBWog \hHdCf샟 ^y2TV5/hHYRxA((L0žW6v]fdN^]oWm{i"$]ųTf k%!- F3SL/h8mqjXN@Xp% OxLWP֝ڍ4^-ťTw1F%&Fr,@.&r>9,VzRۢ 㕦NPN6oIY\ǵ9j"I֦y UudA؋ڜo ^*z` 2~1PL3:Nկf!.iFv"1pʳ9eo;z4@#a|jJ-}~u?1 ~^0lT.կqߤo,)i2=t.닭ݟj'u4xA+ +-8SFla O:A:tV\H^=Xb@Vٵ&ϸ=ĥAK;^MUPrf3@U6j%rE#b!  +-TW=B9[9G+HѨ{i#6 +-.p/FPqҵD +-E}ҤRVJ]1FKUumEތ7eP۞S)0crXĂk<2/ ZAD`Aӛ:- :.HRK҃33õ\05`C1 RKlz)\PQ~5GǯnX]׌"%g"} \ Ò5JKqj{% +-m^޳%9`z3.0(5`՜ˡ!?YmsY[UC}Vk4S8_8K5fGIcBVHY(] kw[-0@EOd,n "f30Ť' +-d#|[O4_Rd nZx RLFf@V{\˫qfjz{}5} T:Z 6 N6V 9>.`X]%;q0ݰQVrtQ3DmHx9HD +-~Dk:Lڮ7I*',/wM\!}#rժ/L/nm-w.ÊͻVh6񪪏Hm[c1fS&1oN67:FG9eAI_QWv)$Ob$=`n4+dU =|Pt'@= $3fujm6}yGA CFI ;9 diG%ql%f%h2&ļFeiۺ 5[-t#+ΊԚnI;dsZ%>Kh/xT,aʿQR7S)s>K#qx:/e;#F%giGQ(g*.1R +-X9=4endstream +-endobj +-2380 0 obj << +-/Type /Page +-/Contents 2381 0 R +-/Resources 2379 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 2397 0 R +-/Annots [ 2385 0 R 2386 0 R 2388 0 R 2389 0 R 2390 0 R 2391 0 R 2392 0 R 2393 0 R 2394 0 R 2395 0 R ] ++1847 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [317.575 611.461 369.38 622.365] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> ++>> endobj ++1851 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [157.813 527.156 211.83 538.035] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2385 0 obj << ++1852 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [226.6569 286.5888 318.3124 297.4927] ++/Rect [421.389 527.156 498.101 538.035] + /Subtype /Link +-/A << /S /GoTo /D (a00037_ga5c2d6f476af87005c7bd0811d4548b9f) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2386 0 obj << ++1853 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [334.7737 286.5888 442.3694 297.4927] ++/Rect [171.195 515.191 265.61 526.08] + /Subtype /Link +-/A << /S /GoTo /D (a00037_ga6040925d3ee4bbb2647f2a321aca5f4b) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2388 0 obj << ++1854 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [429.5435 158.64 513.9963 169.5439] ++/Rect [350.531 515.191 404.548 526.08] + /Subtype /Link +-/A << /S /GoTo /D (a00041_ga701f83b2cf0cb8e0acd58cd2dc1c67a2) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2389 0 obj << ++1857 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [89.0037 146.6848 114.7868 157.5888] ++/Rect [157.876 417.123 211.893 428.002] + /Subtype /Link +-/A << /S /GoTo /D (a00041_ga701f83b2cf0cb8e0acd58cd2dc1c67a2) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2390 0 obj << ++1858 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [311.3428 146.6848 438.2561 157.5888] ++/Rect [415.479 417.123 492.191 428.002] + /Subtype /Link +-/A << /S /GoTo /D (a00046_ga5f08ceb69375341e73563cfe2e77534e) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2391 0 obj << ++1859 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [247.422 134.7297 411.5651 145.6336] ++/Rect [170.995 405.158 265.41 416.047] + /Subtype /Link +-/A << /S /GoTo /D (a00047_ga50a80a0021e5843d968c3b97aebaad9b) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2392 0 obj << ++1860 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [422.4999 134.7297 513.9963 145.6336] ++/Rect [281.507 405.158 358.767 416.047] + /Subtype /Link +-/A << /S /GoTo /D (a00047_ga934e7ecd68b33403e0c0be779d9ed1e6) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-2393 0 obj << ++1861 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [89.0037 122.7745 188.948 133.6784] ++/Rect [380.393 405.158 434.41 416.047] + /Subtype /Link +-/A << /S /GoTo /D (a00047_ga934e7ecd68b33403e0c0be779d9ed1e6) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2394 0 obj << ++1862 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [379.9897 105.1501 513.9963 116.0541] ++/Rect [479.356 321.525 513.996 332.429] + /Subtype /Link +-/A << /S /GoTo /D (a00051_ga3d32c128aa36b5c9d56f6bf9e70d0e78) >> ++/A << /S /GoTo /D (a00051_ga0) >> + >> endobj +-2395 0 obj << ++1863 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.1107 93.195 262.5617 104.0989] ++/Rect [89.004 309.57 261.546 320.474] + /Subtype /Link +-/A << /S /GoTo /D (a00051_ga340bb7021204078c30382ea77d38bde9) >> ++/A << /S /GoTo /D (a00051_ga0) >> + >> endobj +-2382 0 obj << +-/D [2380 0 R /XYZ 90 757.9346 null] ++1834 0 obj << ++/D [1832 0 R /XYZ 90 757.935 null] + >> endobj +-102 0 obj << +-/D [2380 0 R /XYZ 90 739.9346 null] ++1835 0 obj << ++/D [1832 0 R /XYZ 90 739.935 null] + >> endobj +-2383 0 obj << +-/D [2380 0 R /XYZ 90 549.2183 null] ++182 0 obj << ++/D [1832 0 R /XYZ 90 739.935 null] + >> endobj +-2384 0 obj << +-/D [2380 0 R /XYZ 399.656 405.7355 null] ++1836 0 obj << ++/D [1832 0 R /XYZ 90 693.176 null] + >> endobj +-106 0 obj << +-/D [2380 0 R /XYZ 90 381.8624 null] ++1848 0 obj << ++/D [1832 0 R /XYZ 90 574.141 null] + >> endobj +-2387 0 obj << +-/D [2380 0 R /XYZ 233.3308 277.7867 null] ++1849 0 obj << ++/D [1832 0 R /XYZ 90 547.656 null] + >> endobj +-110 0 obj << +-/D [2380 0 R /XYZ 90 253.9136 null] ++1850 0 obj << ++/D [1832 0 R /XYZ 90 547.656 null] + >> endobj +-2396 0 obj << +-/D [2380 0 R /XYZ 267.3736 96.348 null] ++1855 0 obj << ++/D [1832 0 R /XYZ 195.404 452.336 null] + >> endobj +-2379 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F40 2073 0 R /F44 2087 0 R >> ++1856 0 obj << ++/D [1832 0 R /XYZ 90 435.609 null] ++>> endobj ++1831 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 467 0 R /F44 478 0 R /F49 677 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-2406 0 obj << +-/Length 2498 ++1867 0 obj << ++/Length 1595 + /Filter /FlateDecode + >> + stream +-xڥَ82V=of d7=؇!Kl[YԈR:b.[ hIźX'-6Mm0vS?6a;;^==&uHF'!n(<;~DƁSYa!v+GӇO[:Mwx`C?_wm +-insE.Q}׈65QC*V c5uNx|2*q;_i]]oʠ^T H>-vRsVM_e DwJ?eCZ4?4r}ՕMŰ$|-89e[1Z!;<?̾eȱkEaWTO/nPb7oSwȰ/z/FgŶSVaD&aeCPM /аtB=vjˍM(,MqChvkꪔ1FKm"yB: ++D hcʃ5)ذ1v?Z#iwju<1N +-Yo)D@a"ϷPz{![ت +-Gl9,si+s`ҍB@9:$.yVe:_֙#r=f \(A1@{8,7WMG՞) aҀ tcfj" #\ӷ2@M+ECnǔq=濯*$%},p}d>||oDEAKWe}"J x2'=KUvҠ +-Z,\SX) ? [ǔuh&Bg8Л +-δk-6f1YhXRDsh!oyZɍaAOKˬ%YaFH*[;lP>YS$ƜE.,=Cx+/]zf0K쏪o.{ +-h v[IÍK(Py6u0 z54mm$l5UpbgE{Eirݷّ-8 OӸ3,Au y2N`&ySy(P}Ne(H|FR6\*.TEjFD2|ڼѻl6Ĝq[4vȦ'9AB7=[M8YZ&\bpg?Gu9PacQ:$JHSHA4w3xuCٝ=0`^0rG <#-T!/cwj5jX׼w +-Fs}uT e<kRp󿫿pďng-14Km9*u?+,>nl^#)Ri)di`&klڀO؆٧ -> j #|e…?fkC$\W|B<xmqwv`%ґ( +-bEd+^⼥ 7+[ơe0<.#\ 1ÑB"50d +-}Sljn4!4F9h*r_K'j1Va/g#*]LI"H]2/I\ n&މfBACՍR}˥2Pi\^-뿬8ui:EC{@ epA6 +-{.+I_ߕ{.O}WLɏuRCEɶc) }EA庵o ػ =.~%sPY׷ZqÿVKLi#8{-{ơk^8a,E+_Q}=2l-7Lm,˲]8x +-F`Xe5H +- rOZ[w74*~*n{ר/>Ci H7dn*#_N=;h􊅨o OZqHm"+zPE]7d(_n*~7?ҞjA۶!=IJ Fn%׵Fu7j@M3/D:y{茶^"X1TУ˲2[F#$Xh<\Da0b@ż`K6YN#B,YSO_"QzV~ +-d1->Y?g"4ֲLKئN[o#ǝ5yendstream ++xڭYn8}WQ*."󸗴( l7#+fJD%,ϙ-`C\H3O+<ݏ+bf8|钪D#-Yr}_]$(I_S]nkrQӫw7,*4~/k-תxy*yW7ןW]YƵW_op>0bZ%p:yZq~Fsa.~ ++i ++8eS<,v0Esy<i!YȺ ++˗Capɀsr=x{-qZbHCED&N8ݡ (9F>yp|/>E& y]}? uH,h4Qp5f9,(t<n4wOy"-U^Ne;c1% 0QaޯڐP!Ir.#Woq Bu4ns(TeѮH?H-8A`}:p͌&:DIgS#"&R ++)b> endobj +-2408 0 obj << ++1871 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [89.0037 562.3239 167.9272 573.2278] ++/Rect [139.522 674.226 191.328 685.13] + /Subtype /Link +-/A << /S /GoTo /D (a00035_ggacd37bb612667dc437d66bfb175a8dc55abca6887e80cb291353b0a0c1da83f661) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2409 0 obj << ++1872 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [217.4231 496.8789 281.6815 507.7828] ++/Rect [192.253 674.226 333.382 685.13] + /Subtype /Link +-/A << /S /GoTo /D (a00021_source) >> ++/A << /S /GoTo /D (a00052_ga0) >> + >> endobj +-2410 0 obj << ++1873 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [412.5502 496.8789 498.6566 507.7828] ++/Rect [337.625 674.226 412.125 685.13] + /Subtype /Link +-/A << /S /GoTo /D (a00043_gaf4cc194d5c0d38004a21b9f03522a7e3) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2412 0 obj << ++1874 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [146.9908 316.3844 297.8538 327.2884] ++/Rect [453.344 674.226 513.996 685.13] + /Subtype /Link +-/A << /S /GoTo /D (a00053_gad00abc77f1670049a5b2139471d0c8db) >> +->> endobj +-2407 0 obj << +-/D [2405 0 R /XYZ 90 757.9346 null] +->> endobj +-114 0 obj << +-/D [2405 0 R /XYZ 90 739.9346 null] +->> endobj +-2411 0 obj << +-/D [2405 0 R /XYZ 122.9363 488.0768 null] +->> endobj +-118 0 obj << +-/D [2405 0 R /XYZ 90 470.2289 null] +->> endobj +-2404 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F44 2087 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-2418 0 obj << +-/Length 1150 +-/Filter /FlateDecode +->> +-stream +-xڍV͎6 Sho|v)( +-hPl%֖\Ii޾('٩ DR$E~$%(Em5UEYGEgvnl*VD{>ʳ*:y]i/CW4 *Y|>Be8r$lx!K²XVꎕ)wuU^{w,KYcY/`]qqJ;qmLX;✦4FՇbt!bx7H%HY; 5*Z ,10o| V''AZ((b9-N$'y+͈Bij0Dtϙ>b yeqJ "&0,> ڠܕ.'0^+0-݀, 3k+9.0{>aNX,4kI'\_i$Ϯ|{ +-7xZM1pA:q%+Qيnz>zb¸6$`Hhv~ᾟgܧt: +-P$&m.qđZ֑}~( ;RV67s?endstream +-endobj +-2417 0 obj << +-/Type /Page +-/Contents 2418 0 R +-/Resources 2416 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 2397 0 R +->> endobj +-2419 0 obj << +-/D [2417 0 R /XYZ 90 757.9346 null] ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-122 0 obj << +-/D [2417 0 R /XYZ 90 739.9346 null] +->> endobj +-2420 0 obj << +-/D [2417 0 R /XYZ 90 549.2183 null] +->> endobj +-2421 0 obj << +-/D [2417 0 R /XYZ 90 549.2183 null] +->> endobj +-126 0 obj << +-/D [2417 0 R /XYZ 90 549.2183 null] +->> endobj +-2416 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-2424 0 obj << +-/Length 315 +-/Filter /FlateDecode +->> +-stream +-xڥQ=o0+<:C\P.(C5$"Q}8Ab<ܽ|;a-5"Q8? #=͸ZN7 +-qZ0Q̭В̚ qdzY;F\NN:]З +-ohf-/0 +-r|@ #(Z B_hNQT󃂒_=&_B{trũTb z#rM֎VUC*D΀$1nD\ -k$da;}ܷÒ>dKY>@} Ҵn]w]ĭ;W`endstream +-endobj +-2423 0 obj << +-/Type /Page +-/Contents 2424 0 R +-/Resources 2422 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 2397 0 R ++1875 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [113.91 662.271 149.108 673.174] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2425 0 obj << +-/D [2423 0 R /XYZ 90 757.9346 null] ++1876 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [140.192 623.416 191.997 634.32] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2422 0 obj << +-/Font << /F28 1626 0 R >> +-/ProcSet [ /PDF /Text ] ++1877 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [193.592 623.416 352.983 634.32] ++/Subtype /Link ++/A << /S /GoTo /D (a00052_ga1) >> + >> endobj +-2428 0 obj << +-/Length 1994 +-/Filter /FlateDecode +->> +-stream +-xKs6:Z!x-iGLNhDiD)} aXXB b"\I'HPʸWgxr]iOsWL6K]=yAՄb$%+\ &6|;Q skD%Dbܬ}/frT5 2qjIRLdUmߥ׬yYծ9Z_'`(Ik? ! " W#)T-a 0zVyuc)*t|3s!Ʒ^oL.TW*g 4T ^sE!z EX[Ӷ_LU٬ۆ+t!7~ B(jANUNLU4kLb7~M@tBvbٮr<ϫv=+[+6&Y^C.WA-QM璉jAm]1w5::Ya%YގC&WAL& KS8Kb]yQ~Щkp}*v7Ѯ`ǥzƲg/w/~B& ʞJ,TbyWծWGj]emȗ81r l |%joݶȧTbd,J]P@n0 J(U0wO4 }ݔL9#l^,  '0R^#o7]0ݾNt4Bv$XX& J!S(<Y.{W'& 9&'O3qb-]S0h oz:1!x\wgn'PVeN(yt:W`{:/o\/ 0(^X!. sz/wE)\%7ǜ8AqE`*q4RFM^й)j!{^DUXy +-K!1?K)endstream +-endobj +-2427 0 obj << +-/Type /Page +-/Contents 2428 0 R +-/Resources 2426 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 2397 0 R +-/Annots [ 2430 0 R 2431 0 R 2432 0 R 2433 0 R 2434 0 R 2435 0 R 2436 0 R 2437 0 R 2438 0 R 2439 0 R 2440 0 R 2441 0 R 2442 0 R 2443 0 R 2444 0 R 2445 0 R 2446 0 R 2447 0 R 2448 0 R 2449 0 R 2450 0 R 2451 0 R 2452 0 R 2453 0 R 2454 0 R 2455 0 R 2456 0 R 2457 0 R 2458 0 R 2459 0 R 2460 0 R 2461 0 R 2462 0 R ] ++1878 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [357.895 623.416 432.396 634.32] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2430 0 obj << ++1879 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [502.0411 483.0866 513.9963 491.9332] ++/Rect [479.356 623.416 513.996 634.32] + /Subtype /Link +-/A << /S /GoTo /D (section.13.1) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2431 0 obj << ++1880 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [502.0411 470.9668 513.9963 479.8134] ++/Rect [113.91 611.461 136.386 622.365] + /Subtype /Link +-/A << /S /GoTo /D (section.13.2) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2432 0 obj << ++1884 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [502.0411 458.9465 513.9963 467.6936] ++/Rect [157.997 527.146 212.014 538.035] + /Subtype /Link +-/A << /S /GoTo /D (section.13.3) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2433 0 obj << ++1885 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [502.0411 446.8267 513.9963 455.5738] ++/Rect [363.807 527.146 440.519 538.035] + /Subtype /Link +-/A << /S /GoTo /D (section.13.4) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2434 0 obj << ++1886 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [502.0411 434.6073 513.9963 443.4539] ++/Rect [131.345 515.201 225.76 526.08] + /Subtype /Link +-/A << /S /GoTo /D (section.13.5) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2435 0 obj << ++1889 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [502.0411 422.4875 513.9963 431.3341] ++/Rect [157.748 411.09 211.765 421.97] + /Subtype /Link +-/A << /S /GoTo /D (section.13.6) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2436 0 obj << ++1890 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [502.0411 410.3676 513.9963 419.2143] ++/Rect [383.366 411.09 460.078 421.97] + /Subtype /Link +-/A << /S /GoTo /D (section.13.7) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2437 0 obj << ++1891 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [502.0411 398.2478 513.9963 407.0945] ++/Rect [131.345 399.125 185.362 410.014] + /Subtype /Link +-/A << /S /GoTo /D (section.13.8) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2438 0 obj << ++1868 0 obj << ++/D [1866 0 R /XYZ 90 757.935 null] ++>> endobj ++1869 0 obj << ++/D [1866 0 R /XYZ 90 739.935 null] ++>> endobj ++186 0 obj << ++/D [1866 0 R /XYZ 90 739.935 null] ++>> endobj ++1870 0 obj << ++/D [1866 0 R /XYZ 90 693.176 null] ++>> endobj ++1881 0 obj << ++/D [1866 0 R /XYZ 90 574.141 null] ++>> endobj ++1882 0 obj << ++/D [1866 0 R /XYZ 90 547.656 null] ++>> endobj ++1883 0 obj << ++/D [1866 0 R /XYZ 90 547.656 null] ++>> endobj ++1887 0 obj << ++/D [1866 0 R /XYZ 90 446.095 null] ++>> endobj ++1888 0 obj << ++/D [1866 0 R /XYZ 90 431.524 null] ++>> endobj ++1865 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 467 0 R /F44 478 0 R /F49 677 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++1894 0 obj << ++/Length 2904 ++/Filter /FlateDecode ++>> ++stream ++xڭZ[s۸~#5[Ivnf2LjdQPAL&sd,4^(fby‹;xq+X^[Z.4Ғ-o%AB +*pےbT7R^RQKձYonI<{0.^~u'T0iOxq~1"Z/8ezw !]a^[ +++hK0~u[]ACˀ -af Zoi[[Hő,Gl-#X"JO07σ`x#riBn}ۃDGxC4w]uM՜>_ؗ ++XVuqDX<=87&xT]}ԗ1 9=$Ǚqy.(^$lK8Ate ;̙@9A<&QK$4,ۘ`ʰqb#9sD!I9cVQ<ƺ;f.ȅ#]qxnN6.^v1{X?!i-aǹDLPXe*ѤUB#\v􌄯k+(F&7N܉bO}o}.`0p$ߐ\Rk\c)nҘ|ưɌQd 71.ܶv_% H\Fg9'"q{ec WitT^2I$3HRχXi2!9A,P'0肚4,Vfuc#9g3IXa#r=MN=sS\Fd0,ooHb"HL4 ++iE#9T/&\PRАgf v,Q9D+,8e.V>kHI ͡lMV} ozI ++WKU$H 2?W\ bArՅxqs%68Ԧ4UU|N] N> "oIKSx\?C‚8g *s!94bz%rMy[Y19i3>s{H3BFhⴵRO %/%i2[@ '֡W|8̜HNJJ!c1gaQRjMQ|EiXE1}3!M?ܫĩC@M ⼜.:hO8>nnK.#4AKDܬywnɃCٮH q#V܃fZ%]K'4f!rpY % D5I={':uJR$Lv<*sxn߳bjƙho=z FY$@y1_Ahz_hs߼L3m9Z6szXGMީ/]:TqÐ˙Q>ey瀺&7L!^0SWB~Df8:ڡW< =y6'|0@ ;&o'v7zAwS[4Cֽ;Y}u\|%d;5MVHj+-*WrrUOZ=s~!mj׈0 &+VP ++}bf @zhDfk:T*:{\qYz]ƠsH>&ё ~8my)c`oynN[5ß&L~ ^4`}XC8m~ΦIQU.G+i;mXa֙i!X_طwu>>ٖ@G;rԷJ"HfD鄤:W)⟡tkc-p#p-bgD>]NtjWe:է}׃v{tX*loii* (T/i{kWa(Ue.@{]_޽=-#W$ֽ ++~/*Em2)ބuěgzcUvk7Bt,f6tbY&^f!&9,KHY,_ ++xM30Ll8pVY=q<&fL#?:;b_q̪衍7CH8L<4D7!#z]wbXxЦ@!#<6:.YKIαinYK{LҬg[NXzY1[gIȟn"L[1YOh|ߴC /͈?{a"VnK6Z'ziqvu/1)}kZokX@Ԏ? tvgYn=uȶgh>vJNQTendstream ++endobj ++1893 0 obj << ++/Type /Page ++/Contents 1894 0 R ++/Resources 1892 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 1864 0 R ++/Annots [ 1898 0 R 1899 0 R 1900 0 R 1901 0 R 1902 0 R 1903 0 R 1904 0 R 1905 0 R 1906 0 R 1907 0 R 1908 0 R 1909 0 R 1910 0 R 1911 0 R 1915 0 R 1916 0 R 1917 0 R 1919 0 R 1920 0 R 1921 0 R 1922 0 R 1924 0 R 1925 0 R 1926 0 R 1927 0 R ] ++>> endobj ++1898 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [502.0411 386.128 513.9963 394.9747] ++/Rect [156.162 671.527 253.346 682.431] + /Subtype /Link +-/A << /S /GoTo /D (section.13.9) >> ++/A << /S /GoTo /D (a00053_ga0) >> + >> endobj +-2439 0 obj << ++1899 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [502.0411 374.0082 513.9963 382.8548] ++/Rect [260.947 671.527 335.447 682.431] + /Subtype /Link +-/A << /S /GoTo /D (section.13.10) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2440 0 obj << ++1900 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [502.0411 361.8884 513.9963 370.735] ++/Rect [384.224 671.527 436.029 682.431] + /Subtype /Link +-/A << /S /GoTo /D (section.13.11) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2441 0 obj << ++1901 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [502.0411 349.7685 513.9963 358.6152] ++/Rect [461.643 671.527 513.996 682.431] + /Subtype /Link +-/A << /S /GoTo /D (section.13.12) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2442 0 obj << ++1902 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [502.0411 337.6487 513.9963 346.4954] ++/Rect [113.91 659.572 118.672 670.476] + /Subtype /Link +-/A << /S /GoTo /D (section.13.13) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2443 0 obj << ++1903 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [502.0411 325.5289 513.9963 334.3755] ++/Rect [139.612 617.877 191.417 628.781] + /Subtype /Link +-/A << /S /GoTo /D (section.13.14) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2444 0 obj << ++1904 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [502.0411 313.4091 513.9963 322.2557] ++/Rect [192.431 617.877 319.802 628.781] + /Subtype /Link +-/A << /S /GoTo /D (section.13.15) >> ++/A << /S /GoTo /D (a00053_ga1) >> + >> endobj +-2445 0 obj << ++1905 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [502.0411 301.2892 513.9963 310.1359] ++/Rect [324.134 617.877 398.634 628.781] + /Subtype /Link +-/A << /S /GoTo /D (section.13.16) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2446 0 obj << ++1906 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [502.0411 289.1694 513.9963 298.0161] ++/Rect [440.054 617.877 513.996 628.781] + /Subtype /Link +-/A << /S /GoTo /D (section.13.17) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-2447 0 obj << ++1907 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [502.0411 277.0496 513.9963 285.8962] ++/Rect [202.189 605.922 276.131 616.826] + /Subtype /Link +-/A << /S /GoTo /D (section.13.18) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-2448 0 obj << ++1908 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [502.0411 264.9298 513.9963 273.7764] ++/Rect [143.225 564.227 195.031 575.13] + /Subtype /Link +-/A << /S /GoTo /D (section.13.19) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2449 0 obj << ++1909 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [502.0411 252.8099 513.9963 261.6566] ++/Rect [199.659 564.227 352.475 575.13] + /Subtype /Link +-/A << /S /GoTo /D (section.13.20) >> ++/A << /S /GoTo /D (a00053_ga2) >> + >> endobj +-2450 0 obj << ++1910 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [502.0411 240.6901 513.9963 249.5368] ++/Rect [360.42 564.227 434.92 575.13] + /Subtype /Link +-/A << /S /GoTo /D (section.13.21) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2451 0 obj << ++1911 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [502.0411 228.5703 513.9963 237.1479] ++/Rect [113.91 552.271 187.852 563.175] + /Subtype /Link +-/A << /S /GoTo /D (section.13.22) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-2452 0 obj << ++1915 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [502.0411 216.4505 513.9963 225.2971] ++/Rect [279.701 462.701 356.413 473.59] + /Subtype /Link +-/A << /S /GoTo /D (section.13.23) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2453 0 obj << ++1916 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [502.0411 204.3307 513.9963 213.1773] ++/Rect [397.818 462.701 451.835 473.59] + /Subtype /Link +-/A << /S /GoTo /D (section.13.24) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2454 0 obj << ++1917 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [502.0411 192.2108 513.9963 201.0575] ++/Rect [131.345 450.746 185.362 461.635] + /Subtype /Link +-/A << /S /GoTo /D (section.13.25) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2455 0 obj << ++1919 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [502.0411 179.9714 513.9963 188.9376] ++/Rect [157.712 320.915 211.729 331.804] + /Subtype /Link +-/A << /S /GoTo /D (section.13.26) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2456 0 obj << ++1920 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [502.0411 167.8516 513.9963 176.8178] ++/Rect [376.901 320.915 453.613 331.804] + /Subtype /Link +-/A << /S /GoTo /D (section.13.27) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2457 0 obj << ++1921 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [502.0411 155.7318 513.9963 164.698] ++/Rect [145.741 308.96 223 319.849] + /Subtype /Link +-/A << /S /GoTo /D (section.13.28) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-2458 0 obj << ++1922 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [502.0411 143.6119 513.9963 152.5782] ++/Rect [216.126 266.223 350.132 277.127] + /Subtype /Link +-/A << /S /GoTo /D (section.13.29) >> ++/A << /S /GoTo /D (a00053_ga1) >> + >> endobj +-2459 0 obj << ++1924 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [502.0411 131.4921 513.9963 140.4584] ++/Rect [158.147 142.218 212.164 153.107] + /Subtype /Link +-/A << /S /GoTo /D (section.13.30) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2460 0 obj << ++1925 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [502.0411 119.3723 513.9963 128.3385] ++/Rect [349.433 142.218 426.145 153.107] + /Subtype /Link +-/A << /S /GoTo /D (section.13.31) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2461 0 obj << ++1926 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [502.0411 107.2525 513.9963 116.2187] ++/Rect [131.345 130.263 208.605 141.152] + /Subtype /Link +-/A << /S /GoTo /D (section.13.32) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-2462 0 obj << ++1927 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [502.0411 95.1326 513.9963 104.0989] ++/Rect [301.112 130.263 378.372 141.152] + /Subtype /Link +-/A << /S /GoTo /D (section.13.33) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-2429 0 obj << +-/D [2427 0 R /XYZ 90 757.9346 null] ++1895 0 obj << ++/D [1893 0 R /XYZ 90 757.935 null] + >> endobj +-130 0 obj << +-/D [2427 0 R /XYZ 90 739.9346 null] ++1896 0 obj << ++/D [1893 0 R /XYZ 90 739.935 null] + >> endobj +-134 0 obj << +-/D [2427 0 R /XYZ 90 553.9527 null] ++190 0 obj << ++/D [1893 0 R /XYZ 90 739.935 null] + >> endobj +-2426 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> ++1897 0 obj << ++/D [1893 0 R /XYZ 90 691.897 null] ++>> endobj ++1912 0 obj << ++/D [1893 0 R /XYZ 90 510.335 null] ++>> endobj ++1913 0 obj << ++/D [1893 0 R /XYZ 90 483.211 null] ++>> endobj ++1914 0 obj << ++/D [1893 0 R /XYZ 90 483.211 null] ++>> endobj ++708 0 obj << ++/D [1893 0 R /XYZ 90 357.177 null] ++>> endobj ++1918 0 obj << ++/D [1893 0 R /XYZ 90 339.411 null] ++>> endobj ++707 0 obj << ++/D [1893 0 R /XYZ 388.827 180.637 null] ++>> endobj ++1923 0 obj << ++/D [1893 0 R /XYZ 90 160.714 null] ++>> endobj ++1892 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F14 590 0 R /F40 467 0 R /F49 677 0 R /F44 478 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-2465 0 obj << +-/Length 439 ++1930 0 obj << ++/Length 704 + /Filter /FlateDecode + >> + stream +-xSr0(ɂvx"1;ۅB²fdҡ J؜42,}-rrj+TW/ 2o"Ƌ)s>]^xCOCB/LAXriP^~o:iȾ6u8 vU+hi?cC N}4@_"y28Ie&'υr._].G_U5.qY'4ܢendstream ++xڝTr0aVc$mN $rLc#qY"k7xHȢigq zvj~ǔmM;}L%d!'IG+T vEKx=Ӵq0k"X3Gr ++4Q13-[Dm,-|!f咅E" J y҅LH7iݎlgjpPߥw\G\Lu%~%`\7Ŀ]\E_^3Y:C`4UJ6^AZCg9D~p,BORdG).#ئz CRANnYe[_+3S5V>z^Y2!6ڣ!߃HIx;ӯXu뮟lgطXO;m([=ŀ`I~lplHa&3SBd)vY\95]/ݶ,b-8jME@<ɩ~Ł:c\_> endobj +-2467 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [502.0411 728.7565 513.9963 737.7228] +-/Subtype /Link +-/A << /S /GoTo /D (section.13.34) >> ++/Contents 1930 0 R ++/Resources 1928 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 1864 0 R + >> endobj +-2466 0 obj << +-/D [2464 0 R /XYZ 90 757.9346 null] ++1931 0 obj << ++/D [1929 0 R /XYZ 90 757.935 null] + >> endobj +-2463 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> ++1928 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 478 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-2470 0 obj << +-/Length 1403 ++1934 0 obj << ++/Length 2895 + /Filter /FlateDecode + >> + stream +-x]o6+tium(aKplqD,˿H*EKNu.,<|xxd~HfpBq-poψ)ă\q.ξ}CuF1: YvsfjS'NٵHiEl zݢUS'uB8!; qAePD9^hfY ǢE}/׭ +-ŵ7/j|EWB""ʵ@XT 0*<{dG0GD1QWn8fFmWffswg1_vdTC#[aQT$ !QXV@%t"ՇbQW n}5x4AK =A\'/LTfm6wcz"ȁ92@rB>ECQm`Z,0Icc5JH1<#?G\*DI'L*8 "!Luew.e"2Ol,9HQ[7<~My[F!@O(}*5Jp=Rowš3Y컏7S$2ܨK{NM?cb_2Ή`{2sRIYuٯ,.;O4( E,] @[%1/=9{?ywܫ$I'=JƸwft⮬fPCG6U1鵿.cgr$&Us8t5PpLrc:[witV3j߸=Q79SCx/߽K +-_YZޯJ/^MuL B\M#R^; +- PO Oo䖧N.T':1,oYzu%UeT@`4]R̺?ul>`{އN*86s9vXngbZ/gfSVu +-NqW7jD']E76~_ V>:׻ 5қ/e^$=7kA{HV0,)!c,r]S"&_Mr54AFФ0Ĵ t8wa{w$]RI8)`r`ٚ%s8AIyE0/c(ޡ f^y~iy-݆7r +-s!s/D`HhBHv4X -Ҥ8Av@#k[%补RF,꠿2Ѱ %Ȏ}Qw_b̎@`/X'rCdI"SM*zݔendstream ++x[MϯQZ!-rdn-DHɯO7 HrG#>v7{ (V2 ?|Wpy]O?pri]38[ޭl劮?CO鹺6[k6}GF/{wgW3%̹ӝ>o{ߏ D11:&: ( 5S ++ @~弯md"xtgT)lg}¹0);9jx`>]p4'V4p}ǡxt9$t8oCy WV8L1 ++.,ԥ3@81tufO@}y.< G,;`3ĺtFg& 1d&\>6ά+=`~J&U"s*< Df,#zo6[|;>CgmniE$s{ƣ|zzL˭Ic0F)YD3p'(xz:i' M˶}/aA6dAC5VZQ"m<2lیHҕ8`@k۔xCuwWHzdr9ӭeSum+nx P t_Cdk佘:9A qM5VAJþYӒd XФ րˁ'5mD`ntQ9mDY4q\&gjVw .sDEKtF<CfrN`iU{SX%Ö..LiA@u*8=Cb9l#P8t{RJu* (#Lh}@=f@ z-9 9T@d+ D/d9@@ڊc&Y.GW>B?~r`LKSCASao9$X-/`p 3|x&"g\&<\ ++8I \Hc$.L 0B$yA%֍rl#pBL8iD}N.{L~0qKM005$?.NЋ:Tz8yWS|dgeMu`2 ++Hℛٓ($QO$L>_[6^/Oչ5_g>bG>]]diPM4C3^EnאTG-x2AO roHq5u'$:,.ܛVoblT2w ++[IɉD&sAb}4 %'<sCIFP6,.N@:em1?S̏Х4H~Zע׉Bd@F2aX4vT 2<˔h\<Ƅ}B 9! +b(YwI{\(PMOy["?}0tU/3_/nfdTOzXIOŌHkrMNpeEq|vh(>m=C)'RJyw礠t dR4)+0n"&.U=)* K#U@SZH>, Ñl#3:NLJ ++_-%5bbP#KiRV%ދ:bV:舆Р=:2œIYro;)KkPp~+2 ++ܺi{/Q(lzǝtۻ Gy=.z;?T^7R>pP49O ^tr~1uw|Y:_X:+McUUEˢdQ0"0ctA$8ząդ+n(lV@5X252Q$3p0Є 8Q4;Ŵ@aAt17ɹZv)E ++|+2 1jF, ʗrY֒: "?pbщ뾀ct'> Xhcӷbkt _f ; z,Bcdg(9(]P}k0d <=mzR8 ++a 8 eaE,L=[.&79GQPjRVf7y,׸QߩͨF;/+hhV>$_udBTN$vR( ++>$> endobj +-2472 0 obj << ++1938 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.1769 481.9349 260.1167 492.8388] ++/Rect [161.848 674.226 235.341 685.13] + /Subtype /Link +-/A << /S /GoTo /D (a00010) >> ++/A << /S /GoTo /D (a00054_ga0) >> + >> endobj +-2473 0 obj << ++1939 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [502.0411 483.8726 513.9963 492.8388] ++/Rect [240.53 674.226 315.031 685.13] + /Subtype /Link +-/A << /S /GoTo /D (section.14.1) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2474 0 obj << ++1940 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.1769 469.9797 260.6848 480.8837] ++/Rect [358.38 674.226 410.185 685.13] + /Subtype /Link +-/A << /S /GoTo /D (a00011) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2475 0 obj << ++1941 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [497.0598 472.037 513.9963 480.8837] ++/Rect [113.91 662.271 178.438 673.174] + /Subtype /Link +-/A << /S /GoTo /D (section.14.2) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-2476 0 obj << ++1942 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.1769 458.0246 147.2314 468.9285] ++/Rect [166.874 623.416 235.635 634.32] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00054_ga1) >> + >> endobj +-2477 0 obj << ++1943 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [497.0598 460.0819 513.9963 468.9285] ++/Rect [243.337 623.416 317.838 634.32] + /Subtype /Link +-/A << /S /GoTo /D (section.14.3) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2478 0 obj << ++1944 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.1769 446.0694 175.4553 456.9733] ++/Rect [366.841 623.416 418.647 634.32] + /Subtype /Link +-/A << /S /GoTo /D (a00013) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2479 0 obj << ++1945 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [497.0598 448.1267 513.9963 456.9733] ++/Rect [448.921 623.416 513.996 634.32] + /Subtype /Link +-/A << /S /GoTo /D (section.14.4) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-2480 0 obj << ++1946 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.1769 434.1142 177.1191 445.0182] ++/Rect [113.91 611.461 118.672 622.365] + /Subtype /Link +-/A << /S /GoTo /D (a00014) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-2481 0 obj << ++1947 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [497.0598 436.1715 513.9963 445.0182] ++/Rect [178.156 598.51 336.621 609.414] + /Subtype /Link +-/A << /S /GoTo /D (section.14.5) >> ++/A << /S /GoTo /D (a00054_ga2) >> + >> endobj +-2482 0 obj << ++1948 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.1769 422.1591 334.8462 433.063] ++/Rect [344.298 598.51 418.798 609.414] + /Subtype /Link +-/A << /S /GoTo /D (a00015) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2483 0 obj << ++1949 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [497.0598 412.2612 513.9963 421.1078] ++/Rect [113.91 586.554 209.431 597.458] + /Subtype /Link +-/A << /S /GoTo /D (section.14.6) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-2484 0 obj << ++1950 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.1769 398.2487 194.2746 409.1527] ++/Rect [245.346 586.554 351.796 597.458] + /Subtype /Link +-/A << /S /GoTo /D (a00016) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-2485 0 obj << ++1951 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [497.0598 400.306 513.9963 409.1527] ++/Rect [167.37 547.7 290.418 558.604] + /Subtype /Link +-/A << /S /GoTo /D (section.14.7) >> ++/A << /S /GoTo /D (a00054_ga3) >> + >> endobj +-2486 0 obj << ++1952 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.1769 386.2936 241.876 397.1975] ++/Rect [294.5 547.7 369 558.604] + /Subtype /Link +-/A << /S /GoTo /D (a00017) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2487 0 obj << ++1953 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [497.0598 388.3508 513.9963 397.1975] ++/Rect [453.344 547.7 513.996 558.604] + /Subtype /Link +-/A << /S /GoTo /D (section.14.8) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2488 0 obj << ++1954 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.1769 374.3384 248.2122 385.2423] ++/Rect [113.91 535.745 149.108 546.649] + /Subtype /Link +-/A << /S /GoTo /D (a00018) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2489 0 obj << ++1955 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [497.0598 376.4952 513.9963 385.2423] ++/Rect [180.042 535.745 286.492 546.649] + /Subtype /Link +-/A << /S /GoTo /D (section.14.9) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-2490 0 obj << ++1959 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.1769 362.3832 247.415 373.2872] ++/Rect [315.893 451.43 392.605 462.319] + /Subtype /Link +-/A << /S /GoTo /D (a00019) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2491 0 obj << ++1960 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [497.0598 352.5849 513.9963 361.332] ++/Rect [131.345 439.475 225.76 450.364] + /Subtype /Link +-/A << /S /GoTo /D (section.14.10) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2492 0 obj << ++1961 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [103.1769 338.4729 204.7952 349.3768] ++/Rect [257.251 439.475 368.284 450.364] + /Subtype /Link +-/A << /S /GoTo /D (a00020) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-2493 0 obj << ++1964 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [497.0598 340.5302 513.9963 349.3768] ++/Rect [351.874 365.307 428.585 376.196] + /Subtype /Link +-/A << /S /GoTo /D (section.14.11) >> +->> endobj +-2471 0 obj << +-/D [2469 0 R /XYZ 90 757.9346 null] +->> endobj +-138 0 obj << +-/D [2469 0 R /XYZ 90 739.9346 null] +->> endobj +-142 0 obj << +-/D [2469 0 R /XYZ 90 553.9527 null] +->> endobj +-2468 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F44 2087 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-2508 0 obj << +-/Length 306 +-/Filter /FlateDecode +->> +-stream +-xڥQ=o0+<&C\9>ی--ReH Q ĀpwmS9j$_?<-w/VCGc)TdiٗiZ&WK&>^e1gOŭe~R:L5gR(g5? 8|rTWe ~!Rg:#KXs ilHʑpFٳrH(4)  |㻲um-6L}hQF&hN.Sɡ୭wSj9l*8C_jOk=u}$/Ulendstream +-endobj +-2507 0 obj << +-/Type /Page +-/Contents 2508 0 R +-/Resources 2506 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 2494 0 R ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2509 0 obj << +-/D [2507 0 R /XYZ 90 757.9346 null] +->> endobj +-2506 0 obj << +-/Font << /F28 1626 0 R >> +-/ProcSet [ /PDF /Text ] ++1965 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [131.345 353.352 230.741 364.241] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-2512 0 obj << +-/Length 911 +-/Filter /FlateDecode +->> +-stream +-xڥWnF}W1ME<ąE@ kU%EQA AЅ3gΞ9 (Ü:Y]䖾~e^G.dx9U Z:HٷٛHY^gHf X1iQV~ o./m Q}lr`RrA0H9/>v=`NA*w!ݢ;;K,i3 ]Gk]0q@&Vv(NId.LQRq{Eɚ3U*+MȧC~5poE_}|!THrqT fT@n{  Ѓ70颡bаM+Չ5n"^FEL1-+iUgmVـ_M&? x\l]\?nUT_4/.I)$0^$EF@Y&t.[9e +-~*f\:W`ǓX}@ +-Dæfء4*ѱ9"u8+My\ʭϟyO\FΞ,E)I_& ;댓xn덽>g?W>jյoDѤ wΊ? 5?i]}~Fcd@8&IWˌ @*i9yߴvas,7aI"gV"Ƹi&'pa}&Z-|I= A9n639t#H-iM1RQ(/{޸cG}&ȩܯ6z~1Wp4 VS^LiQm$Ԏ TLdZAMq4gS.SH)qI"C@ܙ m4?endstream +-endobj +-2511 0 obj << +-/Type /Page +-/Contents 2512 0 R +-/Resources 2510 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 2494 0 R +-/Annots [ 2516 0 R 2520 0 R 2521 0 R 2522 0 R ] ++1966 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [267.214 353.352 378.247 364.241] ++/Subtype /Link ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-2516 0 obj << ++1969 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [145.7309 468.6462 253.4264 478.5739] ++/Rect [257.277 267.228 333.989 278.118] + /Subtype /Link +-/A << /S /GoTo /D (a00032_ga8f4dfb8eef138af55dd1a0fa802e5476) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2520 0 obj << ++1970 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [245.6253 235.4036 320.1254 246.3075] ++/Rect [375.807 267.228 429.824 278.118] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2521 0 obj << ++1971 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [176.2056 93.195 267.8611 104.0989] ++/Rect [131.345 255.273 198.642 266.162] + /Subtype /Link +-/A << /S /GoTo /D (a00037_ga5c2d6f476af87005c7bd0811d4548b9f) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-2522 0 obj << ++1974 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [326.0025 93.195 421.5236 104.0989] ++/Rect [260.416 230.924 337.127 241.813] + /Subtype /Link +-/A << /S /GoTo /D (a00037_ga91e2e6427b95fb7339c99dbbef996e71) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2513 0 obj << +-/D [2511 0 R /XYZ 90 757.9346 null] ++1975 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [377.675 230.924 431.692 241.813] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-146 0 obj << +-/D [2511 0 R /XYZ 90 739.9346 null] ++1976 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [167.33 218.969 234.627 229.858] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-2514 0 obj << +-/D [2511 0 R /XYZ 90 553.9527 null] ++1935 0 obj << ++/D [1933 0 R /XYZ 90 757.935 null] + >> endobj +-150 0 obj << +-/D [2511 0 R /XYZ 90 553.9527 null] ++1936 0 obj << ++/D [1933 0 R /XYZ 90 739.935 null] + >> endobj +-2515 0 obj << +-/D [2511 0 R /XYZ 90 490.4261 null] ++194 0 obj << ++/D [1933 0 R /XYZ 90 739.935 null] + >> endobj +-154 0 obj << +-/D [2511 0 R /XYZ 90 417.9795 null] ++1937 0 obj << ++/D [1933 0 R /XYZ 90 693.176 null] + >> endobj +-2517 0 obj << +-/D [2511 0 R /XYZ 90 389.7817 null] ++1956 0 obj << ++/D [1933 0 R /XYZ 90 498.425 null] + >> endobj +-158 0 obj << +-/D [2511 0 R /XYZ 90 389.7817 null] ++1957 0 obj << ++/D [1933 0 R /XYZ 90 471.94 null] + >> endobj +-2518 0 obj << +-/D [2511 0 R /XYZ 90 344.082 null] ++1958 0 obj << ++/D [1933 0 R /XYZ 90 471.94 null] + >> endobj +-162 0 obj << +-/D [2511 0 R /XYZ 90 319.8268 null] ++1962 0 obj << ++/D [1933 0 R /XYZ 412.507 400.53 null] + >> endobj +-2519 0 obj << +-/D [2511 0 R /XYZ 90 255.8763 null] ++1963 0 obj << ++/D [1933 0 R /XYZ 90 383.803 null] + >> endobj +-166 0 obj << +-/D [2511 0 R /XYZ 90 185.7131 null] ++1967 0 obj << ++/D [1933 0 R /XYZ 447.835 302.452 null] + >> endobj +-2346 0 obj << +-/D [2511 0 R /XYZ 90 155.2318 null] ++1968 0 obj << ++/D [1933 0 R /XYZ 90 285.725 null] + >> endobj +-170 0 obj << +-/D [2511 0 R /XYZ 90 155.2318 null] ++1972 0 obj << ++/D [1933 0 R /XYZ 90 249.545 null] + >> endobj +-2523 0 obj << +-/D [2511 0 R /XYZ 429.1948 96.348 null] ++1973 0 obj << ++/D [1933 0 R /XYZ 90 249.545 null] + >> endobj +-2510 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F40 2073 0 R /F14 2206 0 R >> ++1932 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F14 590 0 R /F40 467 0 R /F44 478 0 R /F49 677 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-2526 0 obj << +-/Length 1825 ++1979 0 obj << ++/Length 2047 + /Filter /FlateDecode + >> + stream +-xZKs6W(T$rK4MiƙLFhKD]? lg,>.[, INR"ŸL N. 1~ |6y#295H%49[}r>3R9}SlNP.wyQ-MY>8sV $6|y=L$7pQ& l'':=͋z/agGZo(86lN0ӷ_exsȫvM ҃i֌>|z{À2Ml:w}za'X"2h(]CkD9QRV=0L'7(WpRgh,S.DʘrZb/|WoH #Ž4i+紧0]in-Gp: n 0X'7vLV8J!0"Aa}Q@TO1SJE lղbO;;D!0FY*w9FV:3HBoVQUAmZ/[&d.("Y^ +-$f,=6[YfU2M3lXŔ@RML;0)0R}mŝ|S0Xe&o4n"Iyd2Fv Ɲ:IU2 +-saоTkl}|Q`+4, !,"~Ʒ*h`餮 A{ ',!QShtx{(`'+f@ԝiO}ԑ OĦ`"ˎ&? @l'vXFFB&AĎ<8bGSy1C;T4`R:X4C1ueޛo:髆BZZƍW'nYY3]?٬=P2nNxe >A {>C;DIfJ92E7rȷ 5OJ3zkC`kJ_|Ń}nb{({(ל4!Yn0Љj(!]8UWALūn4\ٹrDRJE@{W;n؞[L!.~2W嶼43m|ޜ}$F^ьP-`-hysg*'-Yiö;:ݨ 4乓 Z*X=+>FD +-xI¨z"j"!rP4ԗysgks/ "O O)UŌ雟.7dhMehb=MMŭ=v{~ 2endstream ++xZK6Wh5#5miЦS,x-7ߡHʔDrV"? D1s%2L̋+^E_;}E #y\$(_m>.]/ެ%/E\Qob}',mUqCT,CU]ϳZIk|Ky3z1"g2>V/K.pĸ E D0ƋOCYe)O`'aa>+JJSftyg&=q[V'JE_ 0y!UGn+*9FЮJ;r+ʛ0.uu7R$3S \䍤 BMYWOն{#i[uY"g5jM{0YVl6w,{"KQuLV9w#m ++S"%G\<͏ǜŌS.\X\)8Wa.flsq`d'01 i-{0Y$\I'X@Q9-)d0Yd/\ Px.scbF)s ++C.F ++brB.D^㫿03F80UdHD&*XdaJ -d7DR "Mܯ>+rR&VZ6YwdsA9(e" ++ $0r+Nî"pcs 4aʳ_>v]EVQ2k7P d4_O[-WOnA3p=/m!$aaV([BVa?>.`w۷V7ٕ` 3 D#]UQwTxx8X[-Q(B%Wnr8=>v#6Ju< _֋ApqSzmݝuV{7/ˍ"*C]zs|˦"ȭ+7wu"P=jbx'TlAL退^EtD^]SbP08^n~n6i5覀Z9YE3Pj ^c$t8egX 1!N-zqi5%525Y€qj=I/rI7> endobj +-2529 0 obj << ++1983 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [146.2787 674.2439 213.0277 685.1478] ++/Rect [139.096 674.226 229.635 685.13] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2530 0 obj << ++1984 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [213.5258 674.2439 278.0532 685.1478] ++/Rect [230.133 674.226 385.977 685.13] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> ++/A << /S /GoTo /D (a00055_ga0) >> + >> endobj +-2531 0 obj << ++1985 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [146.2787 635.426 239.0399 646.33] ++/Rect [389.793 674.226 464.293 685.13] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2532 0 obj << ++1986 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [239.538 635.426 330.0776 646.33] ++/Rect [139.096 661.274 229.635 672.178] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2533 0 obj << ++1987 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [192.3363 620.8235 250.117 630.7287] ++/Rect [230.133 661.274 384.882 672.178] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> ++/A << /S /GoTo /D (a00055_ga1) >> + >> endobj +-2534 0 obj << ++1988 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [146.2787 596.6081 213.0277 607.5121] ++/Rect [388.697 661.274 463.198 672.178] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2535 0 obj << ++1989 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [213.5258 596.6081 283.0346 607.5121] ++/Rect [139.096 648.323 229.635 659.227] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga37e35730fa7e775b5bb0afe893d6d508) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2536 0 obj << ++1990 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [146.2787 557.7903 239.0399 568.6942] ++/Rect [230.133 648.323 374.361 659.227] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00055_ga2) >> + >> endobj +-2537 0 obj << ++1991 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [239.538 557.7903 335.0589 568.6942] ++/Rect [378.177 648.323 452.677 659.227] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga2f5276235841ad66a79bedad16a5a10c) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2538 0 obj << ++1992 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [192.3363 543.1878 254.6002 553.093] ++/Rect [139.096 609.469 229.635 620.372] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga37e35730fa7e775b5bb0afe893d6d508) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2540 0 obj << ++1993 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [162.0592 449.0366 226.5866 459.9405] ++/Rect [230.133 609.469 380.747 620.372] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> ++/A << /S /GoTo /D (a00055_ga3) >> + >> endobj +-2542 0 obj << ++1994 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [162.0592 393.4854 231.5679 403.4131] ++/Rect [384.563 609.469 459.063 620.372] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga37e35730fa7e775b5bb0afe893d6d508) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2544 0 obj << ++1998 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [335.6864 318.3574 402.4354 329.2613] ++/Rect [157.903 525.164 252.318 536.043] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2545 0 obj << ++1999 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [421.4638 318.3574 485.7221 329.2613] ++/Rect [412.9 525.164 489.612 536.043] + /Subtype /Link +-/A << /S /GoTo /D (a00021_source) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2547 0 obj << ++2002 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [335.6864 244.2057 402.4354 255.1096] ++/Rect [157.845 349.641 252.26 360.52] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2548 0 obj << ++2003 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [421.4638 244.2057 485.7221 255.1096] ++/Rect [418.347 349.641 495.059 360.52] + /Subtype /Link +-/A << /S /GoTo /D (a00021_source) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2549 0 obj << ++2005 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [124.4205 185.0466 285.2362 195.9505] ++/Rect [157.97 313.336 252.385 324.215] + /Subtype /Link +-/A << /S /GoTo /D (a00055) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2552 0 obj << ++2006 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [138.5378 93.195 212.48 104.0989] ++/Rect [406.565 313.336 483.277 324.215] + /Subtype /Link +-/A << /S /GoTo /D (a00035_gacd37bb612667dc437d66bfb175a8dc55) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2527 0 obj << +-/D [2525 0 R /XYZ 90 757.9346 null] ++2009 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [157.862 137.813 252.277 148.692] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-174 0 obj << +-/D [2525 0 R /XYZ 90 739.9346 null] ++2010 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [416.754 137.813 493.466 148.692] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2528 0 obj << +-/D [2525 0 R /XYZ 90 690.8921 null] ++1980 0 obj << ++/D [1978 0 R /XYZ 90 757.935 null] + >> endobj +-178 0 obj << +-/D [2525 0 R /XYZ 90 520.5048 null] ++1981 0 obj << ++/D [1978 0 R /XYZ 90 739.935 null] + >> endobj +-2539 0 obj << +-/D [2525 0 R /XYZ 90 491.7363 null] ++198 0 obj << ++/D [1978 0 R /XYZ 90 739.935 null] + >> endobj +-182 0 obj << +-/D [2525 0 R /XYZ 90 491.7363 null] ++1982 0 obj << ++/D [1978 0 R /XYZ 90 693.176 null] + >> endobj +-2541 0 obj << +-/D [2525 0 R /XYZ 90 450.0329 null] ++1995 0 obj << ++/D [1978 0 R /XYZ 90 572.148 null] + >> endobj +-186 0 obj << +-/D [2525 0 R /XYZ 90 435.4789 null] ++1996 0 obj << ++/D [1978 0 R /XYZ 90 545.663 null] + >> endobj +-2543 0 obj << +-/D [2525 0 R /XYZ 90 394.4817 null] ++1997 0 obj << ++/D [1978 0 R /XYZ 90 545.663 null] + >> endobj +-190 0 obj << +-/D [2525 0 R /XYZ 90 379.9278 null] ++2000 0 obj << ++/D [1978 0 R /XYZ 90 382.697 null] + >> endobj +-2546 0 obj << +-/D [2525 0 R /XYZ 493.6224 321.5105 null] ++2001 0 obj << ++/D [1978 0 R /XYZ 90 368.127 null] + >> endobj +-194 0 obj << +-/D [2525 0 R /XYZ 90 304.7998 null] ++718 0 obj << ++/D [1978 0 R /XYZ 90 331.947 null] + >> endobj +-2550 0 obj << +-/D [2525 0 R /XYZ 292.9073 188.1997 null] ++2004 0 obj << ++/D [1978 0 R /XYZ 90 331.947 null] + >> endobj +-198 0 obj << +-/D [2525 0 R /XYZ 90 170.3681 null] ++2007 0 obj << ++/D [1978 0 R /XYZ 90 170.869 null] + >> endobj +-2551 0 obj << +-/D [2525 0 R /XYZ 90 112.1267 null] ++2008 0 obj << ++/D [1978 0 R /XYZ 90 156.299 null] + >> endobj +-2524 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F40 2073 0 R >> ++1977 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 467 0 R /F49 677 0 R /F44 478 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-2557 0 obj << +-/Length 2718 ++2013 0 obj << ++/Length 1583 + /Filter /FlateDecode + >> + stream +-xڥZ[o8~ϯ@EľuLۙ63@[Gd=Zu(PSsϝT ?2xIa~4I$僦 r[D qK|<ڽMQG1z[8Do#&S>{ttSvt oalA-RG #PCBO xC)?z2%)q=h\U +-A7TۛfO]yKDjƥhj1ٙ ]m | +-$lt4>ջS&ܺORmo}P6Ĉ''$97ۛ˟]1 gHpBf 4&"ՌG- қX0Kan(N0$#֟HbNZI]-| SN+&$g(h\xn[Hnw)KcwI] eIDycT 5!FHm<TdA8bhKۂtS߇[PH !Q p$D 2kѤ,yD'2=R>tu_9'8re{K4(>OQ[|W-K`,Tg  X3SR (lI0ԪCMN/kCH{OIUl^vnU>=gU~W];KO!I£&1-q{;[?ɾK_?_}tUSN,q5xԄ,UOґC>~&-v8SPmY{k<H9  ^Bј9,m:tL:6Ks JE">=Â8nU "><;&bT*U'8ABj +-9!$v04YT*zef'i\QfpTD(T6SF=C$̫.LҖjg +-{NH9aQ*"Ÿ6Q^tILT{r=eȶ<%(!)W*}!ԠwG3~MS:ţ{2ʤ΋|o: S2[ŋc^?eV{~1ծ]b'zX\ц7'= qELAwl aB è  +-q .:|4JT挪]iE3U0Zqޘ}`fsU*g :c(ֵ+0wNɫX)?8*iB)5`csOr D!aKQ8iKGX@^##ݤmϪck=~lW34\;m +-Gol;v6M[X6a&lB̽_}ᔙ3sKreRNdvo*s=4p|VloÄHyLt~;+Gs\X>ۃkj[{0K0KW;8Ѹ%:,~wvۡK7SUz۵ ++`[2LL-24tx.2A󺪖t7R4'2mL*$1- 6vb.A30,L1OfGrSMJMo2S $nfҙTnA3*e).2#> endobj +-2559 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 727.5361 219.404 737.7228] +-/Subtype /Link +-/A << /S /GoTo /D (a00035_ggacd37bb612667dc437d66bfb175a8dc55a3aa1b842d1fd4207ebce171f95a244ec) >> +->> endobj +-2560 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [225.7199 727.5361 337.9982 737.7228] +-/Subtype /Link +-/A << /S /GoTo /D (a00035_ggacd37bb612667dc437d66bfb175a8dc55a3f4e83ffc4a259354959ae8a9eaa2a80) >> ++/Contents 2013 0 R ++/Resources 2011 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 2039 0 R ++/Annots [ 2017 0 R 2018 0 R 2019 0 R 2020 0 R 2021 0 R 2022 0 R 2023 0 R 2024 0 R 2025 0 R 2029 0 R 2030 0 R 2033 0 R 2034 0 R 2037 0 R 2038 0 R ] + >> endobj +-2561 0 obj << ++2017 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [344.314 727.5361 438.1715 737.7228] ++/Rect [138.722 674.226 234.243 685.13] + /Subtype /Link +-/A << /S /GoTo /D (a00035_ggacd37bb612667dc437d66bfb175a8dc55aaf0964881117bdedf1a5e9332cd120dd) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-2562 0 obj << ++2018 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [444.4874 727.5361 513.9963 737.7228] ++/Rect [234.367 674.226 395.193 685.13] + /Subtype /Link +-/A << /S /GoTo /D (a00035_ggacd37bb612667dc437d66bfb175a8dc55a1ac6e07775ae4324b3fe9dbd72c785ec) >> ++/A << /S /GoTo /D (a00056_ga0) >> + >> endobj +-2563 0 obj << ++2019 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 715.581 154.6474 725.7676] ++/Rect [398.635 674.226 473.135 685.13] + /Subtype /Link +-/A << /S /GoTo /D (a00035_ggacd37bb612667dc437d66bfb175a8dc55a1ac6e07775ae4324b3fe9dbd72c785ec) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2564 0 obj << ++2020 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 699.1551 213.4665 709.3417] ++/Rect [138.996 661.274 234.517 672.178] + /Subtype /Link +-/A << /S /GoTo /D (a00035_ggacd37bb612667dc437d66bfb175a8dc55a56ee0b7eca88f363b75b34fdde8c9ddc) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-2565 0 obj << ++2021 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [216.4552 699.1551 309.2168 709.3417] ++/Rect [234.915 661.274 394.645 672.178] + /Subtype /Link +-/A << /S /GoTo /D (a00035_ggacd37bb612667dc437d66bfb175a8dc55ac793958f330bca371aa1535de8aff45f) >> ++/A << /S /GoTo /D (a00056_ga1) >> + >> endobj +-2566 0 obj << ++2022 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [312.2056 699.1551 391.1291 709.3417] ++/Rect [398.361 661.274 472.861 672.178] + /Subtype /Link +-/A << /S /GoTo /D (a00035_ggacd37bb612667dc437d66bfb175a8dc55abca6887e80cb291353b0a0c1da83f661) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2567 0 obj << ++2023 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [394.1179 699.1551 493.674 709.3417] ++/Rect [143.765 648.323 239.286 659.227] + /Subtype /Link +-/A << /S /GoTo /D (a00035_ggacd37bb612667dc437d66bfb175a8dc55a5269ef95be72f88465559d35c9b7ad56) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-2568 0 obj << ++2024 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 682.3855 204.4601 692.9158] ++/Rect [244.454 648.323 400.05 659.227] + /Subtype /Link +-/A << /S /GoTo /D (a00035_ggacd37bb612667dc437d66bfb175a8dc55a19f8a6953fa91efc76bcbcdf2d22de4d) >> ++/A << /S /GoTo /D (a00056_ga2) >> + >> endobj +-2569 0 obj << ++2025 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [138.5378 642.1862 239.5781 653.0901] ++/Rect [408.535 648.323 483.035 659.227] + /Subtype /Link +-/A << /S /GoTo /D (a00035_ga46323568968005137c32f6a1cd405b74) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2570 0 obj << ++2029 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [247.3489 642.1862 382.1627 653.0901] ++/Rect [157.801 552.063 257.197 562.942] + /Subtype /Link +-/A << /S /GoTo /D (a00035_gga46323568968005137c32f6a1cd405b74a2f8297ea36eba46e7596e810a67298fb) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-2572 0 obj << ++2030 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.025 583.537 320.6605 594.4409] ++/Rect [422.558 552.063 499.269 562.942] + /Subtype /Link +-/A << /S /GoTo /D (a00035_gabd7da4f4ea12b420b8ecbde458b27805) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2573 0 obj << ++2033 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [328.6213 583.537 402.5634 594.4409] ++/Rect [157.744 376.54 257.14 387.419] + /Subtype /Link +-/A << /S /GoTo /D (a00035_gacd37bb612667dc437d66bfb175a8dc55) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-2574 0 obj << ++2034 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [439.5061 583.537 513.9963 594.4409] ++/Rect [428.004 376.54 504.716 387.419] + /Subtype /Link +-/A << /S /GoTo /D (a00035_gacd37bb612667dc437d66bfb175a8dc55) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2575 0 obj << ++2037 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 571.5818 118.6724 582.4857] ++/Rect [157.76 340.235 257.157 351.114] + /Subtype /Link +-/A << /S /GoTo /D (a00035_gacd37bb612667dc437d66bfb175a8dc55) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-2578 0 obj << ++2038 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [234.2679 307.9114 332.5385 318.8153] ++/Rect [426.411 340.235 503.123 351.114] + /Subtype /Link +-/A << /S /GoTo /D (a00035_gabd7da4f4ea12b420b8ecbde458b27805) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2558 0 obj << +-/D [2556 0 R /XYZ 90 757.9346 null] ++2014 0 obj << ++/D [2012 0 R /XYZ 90 757.935 null] + >> endobj +-2571 0 obj << +-/D [2556 0 R /XYZ 90 602.9726 null] ++2015 0 obj << ++/D [2012 0 R /XYZ 90 739.935 null] + >> endobj + 202 0 obj << +-/D [2556 0 R /XYZ 90 532.6832 null] +->> endobj +-2576 0 obj << +-/D [2556 0 R /XYZ 90 503.6962 null] +->> endobj +-206 0 obj << +-/D [2556 0 R /XYZ 90 503.6962 null] +->> endobj +-2577 0 obj << +-/D [2556 0 R /XYZ 107.7135 447.951 null] +->> endobj +-2241 0 obj << +-/D [2556 0 R /XYZ 90 423.1479 null] ++/D [2012 0 R /XYZ 90 739.935 null] + >> endobj +-210 0 obj << +-/D [2556 0 R /XYZ 90 407.4848 null] ++2016 0 obj << ++/D [2012 0 R /XYZ 90 693.176 null] + >> endobj +-2579 0 obj << +-/D [2556 0 R /XYZ 107.7135 266.6346 null] ++2026 0 obj << ++/D [2012 0 R /XYZ 90 599.048 null] + >> endobj +-2580 0 obj << +-/D [2556 0 R /XYZ 107.7135 238.2535 null] ++2027 0 obj << ++/D [2012 0 R /XYZ 90 572.563 null] + >> endobj +-2581 0 obj << +-/D [2556 0 R /XYZ 107.7135 209.8724 null] ++2028 0 obj << ++/D [2012 0 R /XYZ 90 572.563 null] + >> endobj +-2582 0 obj << +-/D [2556 0 R /XYZ 107.7135 181.4913 null] ++2031 0 obj << ++/D [2012 0 R /XYZ 90 409.596 null] + >> endobj +-2583 0 obj << +-/D [2556 0 R /XYZ 107.7135 153.1102 null] ++2032 0 obj << ++/D [2012 0 R /XYZ 90 395.026 null] + >> endobj +-2584 0 obj << +-/D [2556 0 R /XYZ 107.7135 136.6843 null] ++2035 0 obj << ++/D [2012 0 R /XYZ 90 358.846 null] + >> endobj +-2413 0 obj << +-/D [2556 0 R /XYZ 107.7135 120.2584 null] ++2036 0 obj << ++/D [2012 0 R /XYZ 90 358.846 null] + >> endobj +-2555 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F40 2073 0 R /F50 2369 0 R >> ++2011 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 467 0 R /F49 677 0 R /F44 478 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-2590 0 obj << +-/Length 2602 ++2042 0 obj << ++/Length 2751 + /Filter /FlateDecode + >> + stream +-xڵZY6~_,.$OIxqmm%)IJ#o79w4׍` .$YDaKEz"-tvx.wW`bqCF~S ]njb!n9Nȗxu{JJ\PO\ >OdU_}g cLDb"%̏8c`7+#֚.]?}Ûˀxw?\(%cyc:D@ +-_txS@x*+ +-̗ze4ׅ͋4~&few4bICwv=.;7)V5HSkKsB?,Vq}x/RI56"{Jm W'YR)ӛ?IӢkӽ)JۻYPgi)B!C\:S|V*pIUO!Ǣ#t>f+m"VIy,RUUEYd-52L\@?X,Z8+r>!UֆI3̇n HwLg^ԞT~-Y5௵xAlÇYVhdۼ(Sy=r\ Ll<I!ITeh {bHML Ȕ eχ#kuwv7vL'3oR _3^zzM TuA|~؛Qk,p3X\x0unDpa_v}cLg#i?3XZ4-2;$.ˍFm)QcnIvVAEjb>G| $l\ 8 EhhqD.K ,IDճߤs7ۍ3 +-VDՒ+7 +-h*@d- u1Bb[Cg˖fF6qOűۓ6|Bzt㘮Qdb0*h>~2A}]@ ohX8E LA⛄a]j3V[6zMRʪى%J*S;^&z)T ++xڽZێ8}nf熝[!^[NɢLJ6A-:*U؂[TtQTB-V;1|_-7TZ,5#mQ%4~}T\)%W[~n ++no_YE7kھ_Ft%5wo%2gUbw'ݿ9^1qL!u?o_n=@)-ހ3Z4uC3<7 >fu7]nl+tkcRjZc~9q.KB 8{)~SF5Œ2_9WS5O ++BgEDam@|iѷZ,5DĿbS7e"ҚBC>5Zf0YxIaB0Uf ++KA8x?YaT(nT%ʃ{W3'B{-HF#Slj4*FRY a\_ |D/#9S1=g?+1yt3F2NI!CSg.#/€~$UjFyV}>dgy_͘nϿS"O7p\wӯV9`.>3Ab + +-)TEV=qW__Bq^1@G^RAl$ub| ]V#,1İm- C5dpy|!ʭ0ۯP"gDо#"pU8'xh5# !3qש! JHjr%T9,Y0 d@2\Ğ %gtqFLPagؒm⑧]:avĔ2)zi2 J^Ce˖lS ۂ+G.iE*/y:9|2^r g4FF\l.%,VXPexW`]fo(@i쳐Y "͢lS+w.$Ia,#9TaA u܌~RVr.dEC uJwlC. +-n6c*23:4w@DUOg:Y08HI?D4x ;Êuӆ^\q)! F6 Af&>wgJ_JM^}t,\v_)2 B8K|'1)\j\nyjF +-6AW 2@ɅP|iI/)n"ؽ; C[/dsfoS7e1<Ӂ޷] ƃU۽_gၭ/6=Wųo Ozi;Șd]S\{Π+k2*~;0duq j#wbo:_YXl9bfo>4Nv ^oj[~% ߌ}J ixq'7D, Q81Bvtw*Ql9:lqRf ++? C;\s:`rP0j8"vR41N'$ ++/G g!jBp j8[q W43/ߞ 'ov^Ը!;-TPSIm{̂=,J,~08*1.)Q<'DƱ ++!D- ,˧5TqhmI!l8pKaE]ۥ\5ݦsT YB;=^EE2ϓD*H*RFLN6u:QeE X݂W&ohT"뛀FHEfDU/5L`SQ՗P`%&&U)&^}t;*:+^'p|>QFQdvw,E􇗰mϝY.endstream + endobj +-2589 0 obj << ++2041 0 obj << + /Type /Page +-/Contents 2590 0 R +-/Resources 2588 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 2494 0 R +-/Annots [ 2594 0 R 2595 0 R 2596 0 R 2597 0 R 2599 0 R 2600 0 R 2601 0 R ] ++/Contents 2042 0 R ++/Resources 2040 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 2039 0 R ++/Annots [ 2045 0 R 2046 0 R 2047 0 R 2048 0 R 2049 0 R 2050 0 R 2051 0 R 2052 0 R 2053 0 R 2054 0 R 2055 0 R 2056 0 R 2057 0 R 2058 0 R 2059 0 R 2063 0 R 2064 0 R 2065 0 R 2068 0 R 2069 0 R 2070 0 R ] + >> endobj +-2594 0 obj << ++2045 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [138.5376 318.9318 229.6352 329.8357] ++/Rect [162.435 673.929 267.361 684.832] + /Subtype /Link +-/A << /S /GoTo /D (a00016) >> ++/A << /S /GoTo /D (a00057_ga0) >> + >> endobj +-2595 0 obj << ++2046 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [138.5376 279.9893 182.5921 290.8932] ++/Rect [272.843 673.929 347.344 684.832] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2596 0 obj << ++2047 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [139.0958 241.0468 211.3741 251.9507] ++/Rect [391.354 673.929 481.893 684.832] + /Subtype /Link +-/A << /S /GoTo /D (a00013) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2597 0 obj << ++2048 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [138.5376 202.1043 212.4797 213.0082] ++/Rect [113.91 662.347 183.419 672.877] + /Subtype /Link +-/A << /S /GoTo /D (a00014) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-2599 0 obj << ++2049 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [170.9059 119.1419 214.9604 130.0459] ++/Rect [166.774 622.806 296.606 633.71] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00057_ga1) >> + >> endobj +-2600 0 obj << ++2050 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [222.9306 119.1419 274.7359 130.0459] ++/Rect [453.344 622.806 513.996 633.71] + /Subtype /Link +-/A << /S /GoTo /D (a00036_ga79b8ab56877ef99ac59b833203391c7d) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2601 0 obj << ++2051 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [280.8779 104.4771 320.233 114.3823] ++/Rect [113.91 610.851 149.108 621.755] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> +->> endobj +-2591 0 obj << +-/D [2589 0 R /XYZ 90 757.9346 null] +->> endobj +-2585 0 obj << +-/D [2589 0 R /XYZ 107.7135 729.972 null] +->> endobj +-2586 0 obj << +-/D [2589 0 R /XYZ 107.7135 678.1221 null] +->> endobj +-214 0 obj << +-/D [2589 0 R /XYZ 90 649.3406 null] +->> endobj +-2587 0 obj << +-/D [2589 0 R /XYZ 90 624.9925 null] +->> endobj +-218 0 obj << +-/D [2589 0 R /XYZ 90 624.9925 null] +->> endobj +-2592 0 obj << +-/D [2589 0 R /XYZ 90 404.0258 null] +->> endobj +-222 0 obj << +-/D [2589 0 R /XYZ 90 398.2643 null] +->> endobj +-2593 0 obj << +-/D [2589 0 R /XYZ 90 337.9258 null] +->> endobj +-2598 0 obj << +-/D [2589 0 R /XYZ 90 135.8525 null] ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2588 0 obj << +-/Font << /F28 1626 0 R /F50 2369 0 R /F22 1616 0 R /F44 2087 0 R /F40 2073 0 R /F14 2206 0 R >> +-/ProcSet [ /PDF /Text ] ++2052 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [180.042 610.851 249.55 621.755] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-2605 0 obj << +-/Length 1755 +-/Filter /FlateDecode +->> +-stream +-xڵYKs6W(HOLf&!xȤ+Qq $!!2HS%2fWp̈́4pXNzjTN* A .7g!9_Pg9ѳlUf߫|Sx^q__X Ůf&3_&NV0I,'P`Č;#b L8eO茶Q=[ ,jBeS`AU D ]l}k\7Y^mEu8)GL80w\],S$:r~[ta0 S8*G>A沪%'3cɂ.m=T-D)>k[H# +-maРOq+fUR*`U*.pkozW?}xuQ+FJb@Ubt P}X ۲_)07*aB "l,>7BDV$XpV} -dZ@e hIZ@[X!=-&Hx$xbZ.*O5 *ph`,wB8pϮXsg?KtdhL_sA0IV:,!#{rQAP}M_94TanUw!FtrUScypdʕsY Z^&\AE`0'ъbH+ qkº<@0|"dW 4=a?XWMڣ$?fh@ZI^iaaU96j:;v~A,H%.D*i! ĸ$av{y^_0Ia!]+|zSQ +-/2J0ckU7Ahu (`m&hxxQM0CI6A+M`zvJʯ΅G|n1gQ+ ͯfdY#͈L`Lbt7vpF "T$@wap}gea|.嗘tA)-b)jT9Ē7Ed k᰽ʳMo6bv<&x &nI"R'})6!5@ KÛ,\>riSL4a9)ޮKݪW_}De«jZ4*˻zBendstream +-endobj +-2604 0 obj << +-/Type /Page +-/Contents 2605 0 R +-/Resources 2603 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 2618 0 R +-/Annots [ 2607 0 R 2609 0 R 2610 0 R 2611 0 R 2612 0 R 2613 0 R 2614 0 R 2615 0 R 2616 0 R ] ++2053 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [167.042 571.684 283.584 582.588] ++/Subtype /Link ++/A << /S /GoTo /D (a00057_ga2) >> + >> endobj +-2607 0 obj << ++2054 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [257.5102 678.0753 301.5647 688.9793] ++/Rect [291.37 571.684 365.87 582.588] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2609 0 obj << ++2055 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [220.739 585.9802 305.7594 596.8841] ++/Rect [415.063 571.684 479.59 582.588] + /Subtype /Link +-/A << /S /GoTo /D (a00037_ga5c2d6f476af87005c7bd0811d4548b9f) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-2610 0 obj << ++2056 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [309.5751 585.9802 384.0752 596.8841] ++/Rect [113.91 560.102 209.431 570.633] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-2611 0 obj << ++2057 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [220.739 547.0252 309.6251 557.9292] ++/Rect [161.817 520.562 303.265 531.465] + /Subtype /Link +-/A << /S /GoTo /D (a00037_ga91e2e6427b95fb7339c99dbbef996e71) >> ++/A << /S /GoTo /D (a00057_ga3) >> + >> endobj +-2612 0 obj << ++2058 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [313.4407 547.0252 387.9408 557.9292] ++/Rect [449.469 520.562 513.996 531.465] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-2613 0 obj << ++2059 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [227.7329 508.0703 328.6936 518.9742] ++/Rect [144.346 508.606 239.867 519.51] + /Subtype /Link +-/A << /S /GoTo /D (a00037_ga6040925d3ee4bbb2647f2a321aca5f4b) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-2614 0 obj << ++2063 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [332.5092 508.0703 407.0093 518.9742] ++/Rect [304.793 281.685 381.505 292.574] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2615 0 obj << ++2064 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [227.7329 469.1153 322.6962 480.0192] ++/Rect [422.429 281.685 489.726 292.574] + /Subtype /Link +-/A << /S /GoTo /D (a00037_gab3628b2a540a5a08e8cf724ef829e70a) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-2616 0 obj << ++2065 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [326.5118 469.1153 401.012 480.0192] ++/Rect [162.338 269.73 261.735 280.619] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-2606 0 obj << +-/D [2604 0 R /XYZ 90 757.9346 null] ++2068 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [131.345 159.274 198.642 170.163] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-226 0 obj << +-/D [2604 0 R /XYZ 90 739.9346 null] ++2069 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [230.133 159.274 329.53 170.163] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-2602 0 obj << +-/D [2604 0 R /XYZ 90 720.7977 null] ++2070 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [196.495 117.105 313.037 128.009] ++/Subtype /Link ++/A << /S /GoTo /D (a00057_ga2) >> + >> endobj +-230 0 obj << +-/D [2604 0 R /XYZ 90 720.7977 null] ++2043 0 obj << ++/D [2041 0 R /XYZ 90 757.935 null] + >> endobj +-2350 0 obj << +-/D [2604 0 R /XYZ 90 679.0716 null] ++908 0 obj << ++/D [2041 0 R /XYZ 90 739.935 null] + >> endobj +-234 0 obj << +-/D [2604 0 R /XYZ 90 663.2672 null] ++206 0 obj << ++/D [2041 0 R /XYZ 90 739.935 null] + >> endobj +-2608 0 obj << +-/D [2604 0 R /XYZ 90 604.9805 null] ++2044 0 obj << ++/D [2041 0 R /XYZ 90 693.035 null] + >> endobj +-238 0 obj << +-/D [2604 0 R /XYZ 90 431.6316 null] ++2060 0 obj << ++/D [2041 0 R /XYZ 90 470.778 null] + >> endobj +-2617 0 obj << +-/D [2604 0 R /XYZ 90 405.124 null] ++2061 0 obj << ++/D [2041 0 R /XYZ 90 326.593 null] + >> endobj +-242 0 obj << +-/D [2604 0 R /XYZ 90 405.124 null] ++1493 0 obj << ++/D [2041 0 R /XYZ 90 302.194 null] + >> endobj +-2349 0 obj << +-/D [2604 0 R /XYZ 90 307.2993 null] ++2062 0 obj << ++/D [2041 0 R /XYZ 90 302.194 null] + >> endobj +-246 0 obj << +-/D [2604 0 R /XYZ 90 292.6158 null] ++2066 0 obj << ++/D [2041 0 R /XYZ 393.389 206.804 null] + >> endobj +-2347 0 obj << +-/D [2604 0 R /XYZ 90 196.8046 null] ++2067 0 obj << ++/D [2041 0 R /XYZ 90 189.725 null] + >> endobj +-250 0 obj << +-/D [2604 0 R /XYZ 90 182.1211 null] ++1492 0 obj << ++/D [2041 0 R /XYZ 214.831 96.348 null] + >> endobj +-2603 0 obj << +-/Font << /F28 1626 0 R /F14 2206 0 R /F22 1616 0 R /F40 2073 0 R /F50 2369 0 R /F44 2087 0 R >> ++2040 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 467 0 R /F14 590 0 R /F49 677 0 R /F44 478 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-2621 0 obj << +-/Length 1832 ++2074 0 obj << ++/Length 1410 + /Filter /FlateDecode + >> + stream +-xڵYnF}WQ/yklNn"@`$ZV!.Eq{gI.EKR(pgggG$G%2`~7nHx UTIe0$H%4.> aJŋ:x6ilZj)L/8X1o1E_0"n)s_փRN { &^!C$@hnaTCXa>JwɈf{#)FiPP^1?$NFB 51)A% ID/>\^NN.'g'&/n|:^>q|Is;Zѱ8bf@PB +-P5lc%bZB|@syFPFډO A>0rXz_| mh~Z,Z#1(? acƈ>;K'BmP`z_z _A5=k>=64zu^=QQ>, Bx*\f݄/a?Hxp8v'p1?7IbڛO.w-I_GcHmCCmdw0'%29#瘂bv4}c@+ᄢ26(fSaj?T˦.Neӣ-|mB0?۾hς\ϢX΢F걅A'n? žK =6%O}CU$;7D%5ž9b΋0Y1CX]pJe4(ψQc':+aLAendstream ++xڽXr6+tL+ߒL2K%Ms\ YHFߧ ]sA@㱗aG9^"E9{]r]+9 Avw D&G?͆ˆHv}S#WnR>6$ꥲӢAR(//`-^+X0ƈ┹qgנȟ \rf)"GML0QU#!Xjggsݖw9xѫn ?cҜ Z;߁3:jںSsX||Č4Yhlb[62$v5PEW)ۦW~Lqgΐ a~0zM8/q'xI e %tČYXi,]o`׉XA$eSwӫBUDGXL 4'9lKncf|rYOv0䴪Qp! `TKkb}Uv"I ++ &fE}{zD#Pl/_a ++e%E]_f:TOMLFHHsTx:}TdY\@z4H^9%Njt.«!^ra ,R'dOu՝}5s2CPEvf #дr18 ASrgE[*O_5W!m4p&̑2^%[TA,*HvVb؂_HEkІ&ᙋCo$seսfy|PODT6U >9TԡΕy˨$R,pDӝ^>(K,#ԱFU3ƴ-latz6v@R:^uU,L70?ސphxy3GT]ʉC|kQ%P` ++C|Yf*_[)0&|ʼ|9I)ON\+ʺ> xEb#)1ߣӌ嶰Qϕ:'vm_S-/[W3[Hf _t*/h]lC!O%kx>!^:B`{6™# "dF;9^p{ɮuhWGBY7iUqNCAA :4c0r6R64pZ1XRQ*]%Zڊϒ Glў_pZ M ZM}4-p!xw:uU]E3;xw-z23a;I"9oU0%nFvnr}#K;^c~-a]w4J0yWt;g6prڲ+5}-1ynMt QcNSendstream + endobj +-2620 0 obj << ++2073 0 obj << + /Type /Page +-/Contents 2621 0 R +-/Resources 2619 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 2618 0 R +-/Annots [ 2623 0 R 2624 0 R 2625 0 R 2626 0 R 2628 0 R 2629 0 R 2630 0 R 2631 0 R 2633 0 R 2634 0 R 2635 0 R 2636 0 R ] +->> endobj +-2623 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [277.2265 616.9332 368.882 627.8371] +-/Subtype /Link +-/A << /S /GoTo /D (a00037_ga5c2d6f476af87005c7bd0811d4548b9f) >> +->> endobj +-2624 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [431.5897 616.9332 513.9963 627.8371] +-/Subtype /Link +-/A << /S /GoTo /D (a00038) >> +->> endobj +-2625 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [89.0037 604.978 129.7305 615.8819] +-/Subtype /Link +-/A << /S /GoTo /D (a00038) >> +->> endobj +-2626 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [106.7172 463.0185 230.2232 492.0843] +-/Subtype /Link +-/A << /S /GoTo /D (a00038) >> +->> endobj +-2628 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [138.5376 360.4598 283.5728 371.3637] +-/Subtype /Link +-/A << /S /GoTo /D (a00018) >> +->> endobj +-2629 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [138.5376 316.4621 277.2366 327.366] +-/Subtype /Link +-/A << /S /GoTo /D (a00017) >> ++/Contents 2074 0 R ++/Resources 2072 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 2039 0 R ++/Annots [ 2077 0 R 2078 0 R 2079 0 R 2081 0 R 2082 0 R 2083 0 R ] + >> endobj +-2630 0 obj << ++2077 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [138.5376 272.4644 282.7756 283.3683] ++/Rect [291.813 726.943 368.525 737.832] + /Subtype /Link +-/A << /S /GoTo /D (a00019) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2631 0 obj << ++2078 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [138.5376 228.4667 240.1558 239.3706] ++/Rect [409.122 726.943 503.537 737.832] + /Subtype /Link +-/A << /S /GoTo /D (a00020) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2633 0 obj << ++2079 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [139.8151 133.6247 239.7696 144.5286] ++/Rect [162.338 714.988 234.617 725.877] + /Subtype /Link +-/A << /S /GoTo /D (a00038_gada025d3ec20b4b420f8038d23d6e7bde) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-2634 0 obj << ++2081 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [250.0949 133.6247 462.916 144.5286] ++/Rect [131.345 575.375 225.76 586.264] + /Subtype /Link +-/A << /S /GoTo /D (a00038_ggada025d3ec20b4b420f8038d23d6e7bdea129b4fea1300be22bbaf0bb0958994c8) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2635 0 obj << ++2082 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [467.1821 133.6247 513.9963 144.5286] ++/Rect [257.251 575.375 329.53 586.264] + /Subtype /Link +-/A << /S /GoTo /D (a00038_ggada025d3ec20b4b420f8038d23d6e7bdea6ecb6abc6a0bb75e81564f8bca85783b) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-2636 0 obj << ++2083 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 122.0431 280.2558 132.5735] ++/Rect [200.164 533.277 305.089 544.181] + /Subtype /Link +-/A << /S /GoTo /D (a00038_ggada025d3ec20b4b420f8038d23d6e7bdea6ecb6abc6a0bb75e81564f8bca85783b) >> +->> endobj +-2622 0 obj << +-/D [2620 0 R /XYZ 90 757.9346 null] +->> endobj +-2348 0 obj << +-/D [2620 0 R /XYZ 90 699.7584 null] +->> endobj +-254 0 obj << +-/D [2620 0 R /XYZ 90 679.4018 null] ++/A << /S /GoTo /D (a00057_ga0) >> + >> endobj +-2352 0 obj << +-/D [2620 0 R /XYZ 90 450.1945 null] ++2075 0 obj << ++/D [2073 0 R /XYZ 90 757.935 null] + >> endobj +-258 0 obj << +-/D [2620 0 R /XYZ 90 442.5373 null] ++2076 0 obj << ++/D [2073 0 R /XYZ 90 739.935 null] + >> endobj +-2627 0 obj << +-/D [2620 0 R /XYZ 90 381.9814 null] ++2071 0 obj << ++/D [2073 0 R /XYZ 178.875 622.553 null] + >> endobj +-2632 0 obj << +-/D [2620 0 R /XYZ 90 155.1463 null] ++2080 0 obj << ++/D [2073 0 R /XYZ 90 605.826 null] + >> endobj +-2619 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F50 2369 0 R /F40 2073 0 R >> ++2072 0 obj << ++/Font << /F28 362 0 R /F49 677 0 R /F44 478 0 R /F22 352 0 R /F14 590 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-2642 0 obj << +-/Length 2875 ++2086 0 obj << ++/Length 2553 + /Filter /FlateDecode + >> + stream +-x՛]o+|W9ffSl;vc˱[Jmg(Ғ((WGC"  +-dx'7yϛ?ݼH #m A ܭlNޖӇiᾼ:-}y_yWTLNz͇`v)$Ŀn~Ob0" |k~v;XAX.Wh?>*>X!,M" k6KDi~cJE0EKTv GKn}v/p;3ùkRƲct|5>c*kMm_jqbp(Tt}1FST73DSەH26^m'ѩ 86NAPe,p8!DW-?F$E:6AŽbn*2:04@`<‹MUx1%o: DzyHRL$J +-E=|5bT8h%y 0t ~chƔB"n`DLѠy 2nyp!DAvJ! vỲ vflӈ~vrǬk%Z1MsӢxZca2]κ'Pc39QQ@Qt*AV]CI@yK[s092{Y̍)2 dn%Pӱ sϘyߏ3A4)i$ka2c@@kd> ; q#ydnzE(## ~$Rv?)H dY5&in@P ՆCk[Iֆ>c*3Nyc|ns0bPNQPe@>5}j]+26AuЍ;7%\T77AS9f|8šX^/aTV8FCn>I$Q{_AҫԈBYk_-?=Yٵ׻O8r.9u&R!h%}0ERO@f}紐@ ݱOϘgs:9& ƴ +(z0ʤTh{K Xe~g'- +- Lf]S=W#@Ҹ02WNv{c6,yWqa5kH.Ȭ@m y_ixt_Os:θG^E=Q<}ס& ZPtq}ڜ%GB < B0LvybvC,v$Y3|ڭr"f%T' KLjP\Egt+R%T.'em!&%[aĘ6vCN le)yY^m,vuyۮ7γjJ&|K*a("G%/S0EtJvTREѱ2L%ϘPzp~e|t*A5cuNN$L c3YݸdP"x: ADp bo*9M!zL%ǒܺ8'"E?!hN]Cf̚pX _LnmҪ9obtbE2 R0ALbv -3Q*+X }\<aμsNzA9+(t*Vt +-"g:hyvqMBgIr3P[gcZь▗u?g=\ cmr5 +-s=,˰f2zڍ*[0Ĵa]+JgLq1lfTL71ȠzPTT_P!¹ފ N3Yݸc+2c'T"ky:covpW\A+W=bhH ϫzF]y,k; DWi3p::`i[6\ +-87,)=TneF!hf 1G WLNqESyy,[ХTeNx꜖zw'U/$"ړ;OW eh:A1ÕBAIFς jl6> {ɇ>c ۓa($Q|UƎ,8e\:~qR*;Wm.۽nK[\i[>n<My|,P:2z@p7Zanc|קTX١-q.+.0vOr~vIQj;Y۪a_7l@Ej^Iyn˫-}VIy,ݶx\;^tllUDrFZIrg|Z} %7nFWWUBKXjŴ 6a~_ [}Y"_ |wOl^ʺay\WϤ7?WWnr_l,}k2Irendstream ++xڵ[MϯPUV:''k;q9)'׵ŕ8hDYx3i~'5ħ~fC؊[te!P]=§1u ?nW)X?t_׌(VFoTZ^֟ˆurE׻xh_w諸?`G>zzTڲ=ԧ}}uλvrt!|wG(Nr_~FF>DH!wW+t}яá}*~EoB)gbl(x[ff`0[]}[Ũ&Rث #F+\\B ++jMX&!pyL:.C}*IqR E u?Iv4_i <-=v;_$]YKYF՞s T.uVca]6Kguc!gy@n ++"1+F ta / Y,-00PraĬL& :'% BN @k µά8Y⸿ ?BQV0GUӲut8EeşH1DP |n3 )L˹WsR01,z(f(0kQ(b¶[A60{L!(&1]liz,ܤ 5*R /楌 bvFuu5vU$ʐ^s˳oof,y]ݥSyd(r`q67[Hfc!#AfSoJ^wm c9/-KyúY~0t{4:[wH23`TPZxGYέ$PtLz2Qf)Q.Hʃbpa lj,زp C8)a#pSQ3- S#o7]!>O)æݮ>oM&Tqm[&U┽F-ןU7[H{4G&'*7ye7 @6@af3R9ƩG&s:M d!:jmA8}ߴo&EBUXt;P8Xsaʭ%j4ٴ?}ثHZ9GNm=",}W6ԐRHHjA rwF*_\T]fI]#[iuE Ƅ LCz4<29іt+SXtzJ-a},/]m&%FCvKմC5&[\qT23zl2W$, ౨ ꀔ,\ X[@8o>:=^Vw'Ky҂1pF!"!ydrG٤AHtCA`P$/^oga2<3dd2, rM24: 4(%(LG8YTCznyw7tU6t\GB^!bBD!| ++2LN[fWp)CG0(? 6 JM̡4N=2SDh~ N{7'2:֩4L8;|MɆG8G~X([7UR9 ~Og,Wg x]Z0 }!&!-#0tF(" IlhydrZejaaD La@,?{]1DPhbyq]ܮ$/ڊ4:Dgu-ЯvC:I@h1R(l#䎵P^%xf!Mh9W{wOS٦VWiu ++ :xȒ,ec*!]NL`CI)Da8ĩ 'A! e gcʵDI,qK0';y2 ++6VE]eY3?n*:\:Uz'~Suxm偳K*T¿zpaAB ++ro> endobj +-2645 0 obj << ++2090 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [221.8843 703.9165 341.2061 714.8205] ++/Rect [145.731 674.104 266.547 685.008] + /Subtype /Link +-/A << /S /GoTo /D (a00038_gaf2071c8621fddc53649c245d87835b47) >> ++/A << /S /GoTo /D (a00058_ga44) >> + >> endobj +-2646 0 obj << ++2091 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [345.5947 703.9165 420.0948 714.8205] ++/Rect [145.731 635.121 258.945 646.025] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga45) >> + >> endobj +-2647 0 obj << ++2093 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [461.6429 703.9165 513.9963 714.8205] ++/Rect [222.104 552.065 288.853 562.969] + /Subtype /Link +-/A << /S /GoTo /D (a00035_gacd37bb612667dc437d66bfb175a8dc55) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2648 0 obj << ++2094 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 691.9614 140.8092 702.8653] ++/Rect [270.252 513.082 363.014 523.986] + /Subtype /Link +-/A << /S /GoTo /D (a00035_gacd37bb612667dc437d66bfb175a8dc55) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2649 0 obj << ++2096 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [223.637 652.7797 406.4899 663.6836] ++/Rect [113.91 455.993 180.659 466.897] + /Subtype /Link +-/A << /S /GoTo /D (a00038_ga6ddd4213d95bd1c30555b294a60efa6b) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2650 0 obj << ++2097 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [411.7552 652.7797 486.2554 663.6836] ++/Rect [181.157 455.993 264.504 466.897] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga2) >> + >> endobj +-2651 0 obj << ++2098 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [133.1882 640.8245 207.1303 651.7284] ++/Rect [113.91 417.01 180.659 427.914] + /Subtype /Link +-/A << /S /GoTo /D (a00035_gacd37bb612667dc437d66bfb175a8dc55) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2652 0 obj << ++2099 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [227.2327 601.6428 402.8924 612.5468] ++/Rect [181.157 417.01 283.323 427.914] + /Subtype /Link +-/A << /S /GoTo /D (a00038_gaec6fb00050f50cd41007f1ae580d2106) >> ++/A << /S /GoTo /D (a00058_ga3) >> + >> endobj +-2653 0 obj << ++2100 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [409.9565 601.6428 484.4566 612.5468] ++/Rect [133.915 378.028 213.377 388.932] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga4) >> + >> endobj +-2654 0 obj << ++2101 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [223.9097 550.506 330.509 561.4099] ++/Rect [217.192 378.028 283.941 388.932] + /Subtype /Link +-/A << /S /GoTo /D (a00038_ga6d11e53db143ac39c32cdb3912b71f99) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2655 0 obj << ++2102 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [335.9108 550.506 410.4109 561.4099] ++/Rect [113.91 339.045 180.659 349.949] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2656 0 obj << ++2103 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [224.0096 499.3691 335.0322 510.273] ++/Rect [181.157 339.045 260.081 349.949] + /Subtype /Link +-/A << /S /GoTo /D (a00038_ga2f6bfb6958d8b508ea1d7d5bb266432c) >> ++/A << /S /GoTo /D (a00058_ga5) >> + >> endobj +-2657 0 obj << ++2104 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [340.484 499.3691 414.9841 510.273] ++/Rect [263.897 339.045 356.658 349.949] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2658 0 obj << ++2105 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [222.8262 448.2323 323.3385 459.1362] ++/Rect [133.915 300.063 217.162 310.967] + /Subtype /Link +-/A << /S /GoTo /D (a00038_gae1100de0162b3c6a9db750ac14629c05) >> ++/A << /S /GoTo /D (a00058_ga6) >> + >> endobj +-2659 0 obj << ++2106 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [328.1983 448.2323 402.6984 459.1362] ++/Rect [220.978 300.063 287.727 310.967] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2660 0 obj << ++2107 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [231.6053 397.0954 355.36 407.9993] ++/Rect [304.833 300.063 397.594 310.967] + /Subtype /Link +-/A << /S /GoTo /D (a00038_ga2fcb52181b586c20f001b7a999550324) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2661 0 obj << ++2108 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [364.6115 397.0954 439.1116 407.9993] ++/Rect [126.921 261.08 221.894 271.984] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga7) >> + >> endobj +-2662 0 obj << ++2109 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [221.7188 345.9585 325.0006 356.8625] ++/Rect [353.968 261.08 446.729 271.984] + /Subtype /Link +-/A << /S /GoTo /D (a00038_ga93efcc8a962afe1ed23393700682173f) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2663 0 obj << ++2110 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [329.3063 345.9585 403.8065 356.8625] ++/Rect [126.921 222.098 221.336 233.002] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga8) >> + >> endobj +-2664 0 obj << ++2111 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.897 294.8217 357.0691 305.7256] ++/Rect [274.676 222.098 367.437 233.002] + /Subtype /Link +-/A << /S /GoTo /D (a00038_gae7e4bade144652a2b48f5eaf0309b4ec) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2665 0 obj << ++2112 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [365.4661 294.8217 439.9662 305.7256] ++/Rect [126.921 183.115 215.797 194.019] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga9) >> + >> endobj +-2666 0 obj << ++2113 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [238.2828 243.6848 339.901 254.5888] ++/Rect [219.613 183.115 286.362 194.019] + /Subtype /Link +-/A << /S /GoTo /D (a00020) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2667 0 obj << ++2114 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [353.8017 243.6848 472.5755 254.5888] ++/Rect [131.537 144.133 258.609 155.037] + /Subtype /Link +-/A << /S /GoTo /D (a00038_gac2126e105f3ae708efca2e90d612625a) >> ++/A << /S /GoTo /D (a00058_ga10) >> + >> endobj +-2668 0 obj << ++2115 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [479.3564 243.6848 513.9963 254.5888] ++/Rect [420.687 144.133 513.996 155.037] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2669 0 obj << ++2116 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 231.7297 159.0806 242.6336] ++/Rect [113.91 132.178 118.672 143.081] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2670 0 obj << ++2117 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [295.8231 146.6848 387.4786 157.5888] ++/Rect [126.921 93.195 253.435 104.099] + /Subtype /Link +-/A << /S /GoTo /D (a00037_ga5c2d6f476af87005c7bd0811d4548b9f) >> ++/A << /S /GoTo /D (a00058_ga11) >> + >> endobj +-2671 0 obj << ++2118 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [407.1069 146.6848 502.628 157.5888] ++/Rect [306.775 93.195 399.536 104.099] + /Subtype /Link +-/A << /S /GoTo /D (a00037_ga91e2e6427b95fb7339c99dbbef996e71) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2643 0 obj << +-/D [2641 0 R /XYZ 90 757.9346 null] ++2087 0 obj << ++/D [2085 0 R /XYZ 90 757.935 null] + >> endobj +-2644 0 obj << +-/D [2641 0 R /XYZ 90 723.0302 null] ++2088 0 obj << ++/D [2085 0 R /XYZ 90 739.935 null] + >> endobj +-262 0 obj << +-/D [2641 0 R /XYZ 90 193.8776 null] ++210 0 obj << ++/D [2085 0 R /XYZ 90 739.935 null] + >> endobj +-2640 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F40 2073 0 R /F14 2206 0 R >> ++2089 0 obj << ++/D [2085 0 R /XYZ 90 693.118 null] ++>> endobj ++2092 0 obj << ++/D [2085 0 R /XYZ 90 568.796 null] ++>> endobj ++2095 0 obj << ++/D [2085 0 R /XYZ 90 475.007 null] ++>> endobj ++2084 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 467 0 R /F44 478 0 R /F14 590 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-2682 0 obj << +-/Length 2562 ++2133 0 obj << ++/Length 3063 + /Filter /FlateDecode + >> + stream +-xڥY[۶~_GyE%o=nfLI3ؒK7 HYNtS$"P,V~HW|W.`}5$ndY`d8i)!i\)Te._޻*y&mQ˯?]]?RZeu+_dOW8ҋgLı\|ꗞ- sgBFN#3UujtfEVKO^iV Ͷ ,1$0f7vy(8yW:Tjs\7y5T̤&LS* +-'%g loFi( 緛蚻;)<mEྶ_qDo!;4M'!HV(␧'keȟͱi=ԕA+j9_,yA3jH?c) ~jPKWfc&^I LCGc +-(DDHXdhן(UB79@Ɣv] EA$jaUg|g|U47뢻bs9p.G^P/Bu xrSi& P,d.ιw]eY1hC;.]+#р3wl*4r9£GĉDG~c::dW%omM+f(frBGPDPD ͞~5ps҈E`rB?'M^[̡H3. j1Ω ;VC'^*Q(8DW3pB%Ŭ+Qk3WTRDww_ ~뇻̈́SH/)2bJXwy *)A^WXlJ.PM^SJƄ9XQaOJǜ Ei*b%[n}O@Vb @U88”Ȱ4vV#Ql_E,5U Q Kv+ʦM4,#ut*8"-&C`D1q36U=ݰ)Xuvf쀂{ִߙ"&6 ZZ>云Ř!hC'S, ^Xx`1#I/*S+7 &$r?6M]awk{Lo螜#DߛȆ +E +-yppM/Onѝ][zdMݕ%X֩B"z9@*,GY)P$hgR%IaI`lRXT΁7\G }4CgJHƔ8eLkJLV$+\d6 (oiRM49i)ϓ 1%|d+HEY=ueJ7!ә,+`r@\dw8V,,2,4+%#PL'bi(_ԃf碱|h۪Ю?I?ZhNMb?>LTC ł7>ЌMF f)>0XšdoGS.-h"K#6&Na OdZeV= +-8! EއI$Q#|Ǥ-NQa;@t1 cH#ԀSPa` WW|tƆ{,8gM_%1X!OM[聡0>E ,#>9H:)qY oTu6 ohPuρtCU$EÖ=R+bb<ǖf{Moɾh(|\ƓZiƂ%Uw\h *=UёsQ+Q")%k_gkpD"? +-F.k"3ؼzZ^T_`.p 8^S5!%;ɗLBS홏=k9[XX?:w??!_6wJ59-]DOXcoз"ap V$H%0p"qo/>zo6SZ +-5#PP`dn@NpogUm5;צ;ʗ+UTH5EЭ*'pU0JIPUh.9#r"趠qrPsR0P2}9ļi.WύYrW7'.%cO=+JmffJr?o~FߧTF4knGQC=g ?y/鬁1E~}\?{a=vuNlv屽_k6oׇvR:2w6F30h"+]eFՄ0a~,a,ZpuMQu2I,5 !vz5);bfƙ&W۾okÂWðQ\jb\Z,8UtD816SL#0l&5R V'c?#V?~X]C>ɳP$0ͱ1ofn2Bqm~р: & ++HbZџ? akS(B$u5 ! *ApBj%JkAoc0%l% ++%~\p:߭Gyh~`r4Kw#6ShA9I=%O0Ux@Sey$ZkC&=)LJ8!+l4"i\#/1yy210#┎I+4F?09N7NƠ Kt4.P&+&KdS7p i+&54s^9B:YΒ` ZNz8?ݦ^o[7s~W|l ?Ѯ jͭG{>+@`e\o*y U ϊj,aPD(!ЋPLX,B(h&PNz؎Bع1(BhOIۃq`MR3wcpfH* He{X?nz%e$TRR|\Cz̩dYߟLO,χA)1(-)IDh$ tm!ҁVHF?09Dpٹsy9N J4sFF1E8u? ԩ q Ԗ)mB~ ^Y 4)cl՜զ"5}i& ic1fEƠ\K<%g[`AK"¢ĤZL&~tm믂X L+EچI-U5 p)4r̂ibm눐t>=-b"-TDH'_q!qL!y;=eQFi.c6)V\\5tى4(6SRV^QPB(1aIQҲӊ%˂'EYDM+d)anõ6 ++]NMVh:`Pj!xWX2Uڷ(lVP*o) &G/`oyi q>eCcSPkm0c^ ++޲OD3Kl 20HYDXB0$>\%=`PnXgW; ԩUbk*1OC ++KBբkw"pV<5ꋰ~>!`u5Q+JNsm% uGXIk)Ed+/($ iY.P)/h@N A\qɊdǺ{1(Ï1uVeEURvxcBy>'+u?C˧Sy NU, )y`!KEd7?0E}8B# NW =Ԯ>7d`rT (s,:8csZϻBe׺ylOO0>/-L(f圀'kV\@nI[vӬ{:)Md+/6(^lؠ ~xJph8moOIDTcq\4p:`PznZS6iJJ :"!Yzw ++Q:ljVs̪렀)J"=ayMDW~M<09Қ!s6dbWM8"Y\WzdPY0h2ݨ^u,"pVk<5fa xк .0vx}xkmeWJzrLu9~e2@(5g"~~oMm|ԋOGl58 ?s%7ʨ_T[p=e`K<7nܬÓsnv}GC_~1A_endstream ++endobj ++2132 0 obj << ++/Type /Page ++/Contents 2133 0 R ++/Resources 2131 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 2039 0 R ++/Annots [ 2135 0 R 2136 0 R 2137 0 R 2138 0 R 2139 0 R 2140 0 R 2141 0 R 2142 0 R 2143 0 R 2144 0 R 2145 0 R 2146 0 R 2147 0 R 2148 0 R 2149 0 R 2150 0 R 2151 0 R 2152 0 R 2153 0 R 2154 0 R 2155 0 R 2156 0 R 2157 0 R 2158 0 R 2159 0 R 2160 0 R 2161 0 R 2162 0 R 2163 0 R 2164 0 R 2165 0 R 2166 0 R ] + >> endobj +-2684 0 obj << ++2135 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [89.0037 702.9085 198.9206 713.8125] ++/Rect [126.921 702.877 247.896 713.781] + /Subtype /Link +-/A << /S /GoTo /D (a00038_ga93efcc8a962afe1ed23393700682173f) >> ++/A << /S /GoTo /D (a00058_ga12) >> + >> endobj +-2685 0 obj << ++2136 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [248.7907 690.9534 366.4484 701.8573] ++/Rect [251.712 702.877 318.461 713.781] + /Subtype /Link +-/A << /S /GoTo /D (a00038_ga2f6bfb6958d8b508ea1d7d5bb266432c) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2686 0 obj << ++2137 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [264.7233 678.9982 396.7865 689.9021] ++/Rect [133.915 663.961 215.04 674.865] + /Subtype /Link +-/A << /S /GoTo /D (a00040_ga0d109e33fc7990f62f665d336e5e5111) >> ++/A << /S /GoTo /D (a00058_ga13) >> + >> endobj +-2687 0 obj << ++2138 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [188.5098 577.0261 301.7442 587.93] ++/Rect [218.856 663.961 285.605 674.865] + /Subtype /Link +-/A << /S /GoTo /D (a00038_ga6d11e53db143ac39c32cdb3912b71f99) >> +->> endobj +-2683 0 obj << +-/D [2681 0 R /XYZ 90 757.9346 null] +->> endobj +-266 0 obj << +-/D [2681 0 R /XYZ 90 664.3797 null] +->> endobj +-2637 0 obj << +-/D [2681 0 R /XYZ 90 637.5591 null] +->> endobj +-270 0 obj << +-/D [2681 0 R /XYZ 90 637.5591 null] +->> endobj +-2638 0 obj << +-/D [2681 0 R /XYZ 107.7135 538.0061 null] +->> endobj +-2639 0 obj << +-/D [2681 0 R /XYZ 107.7135 485.7362 null] +->> endobj +-274 0 obj << +-/D [2681 0 R /XYZ 90 346.0208 null] +->> endobj +-2679 0 obj << +-/D [2681 0 R /XYZ 90 319.4265 null] +->> endobj +-278 0 obj << +-/D [2681 0 R /XYZ 90 319.4265 null] +->> endobj +-2674 0 obj << +-/D [2681 0 R /XYZ 90 263.2755 null] +->> endobj +-282 0 obj << +-/D [2681 0 R /XYZ 90 247.6607 null] +->> endobj +-2672 0 obj << +-/D [2681 0 R /XYZ 200.4546 166.1004 null] +->> endobj +-286 0 obj << +-/D [2681 0 R /XYZ 90 148.3288 null] +->> endobj +-2680 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F50 2369 0 R /F14 2206 0 R /F54 2690 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-2693 0 obj << +-/Length 2360 +-/Filter /FlateDecode +->> +-stream +-xY[۶~_@"꒷fa.- LjeѕlϐCʒ,=pHΐ|?:I$ d2ق 3u^/o^e$񓐅R_0&o~41A[UN)=4a:BmO(y#5*gtݲ5Z)xHڏ7I,&4Id0~7`0欠|[6-U= B/- +-݈<'8TtS=US&S*QBc4-*vcީc.2b]xC`Bb;ź2ށP`N@ EfnP-!IBJ}3HXЇ ØGvSD;/^f5 g"d_.B?`{ F>i?cY&muKOD(EG x͔? \м/?8sΛdI6Bk: +-o"[#V62T IkuNyVC 0 Z9-'PFlSTc!GclXL0HV+)1F ѿ*(*k3.PA Otn6 g"'~K˭Y 9Ou#( c~-zՏD[ytMPlScn0M7iޱ`fB\ 6z4T_)`(+;^Fِ3lv .hrƐ"r9DLxQ~90)!v J>K Dzi(Suijg^r/($Vy`g=nE좲> v; VJЩR>x;֗Ae=~.T^8~`gA7!UmΗΝ՟u\^.yڵ0T؟Z]{vQI av3?$>q4:8YWC!c̀cE)a~}zVkdٮD~D8Ϧ}k8 a\(: t /@&ՀRMj&dD] ݅GSchr> +-] 0Wi E\1hՍ R'/fAfQ"cI-h?~]QڻՇjbh'CH3L{ܶLe0u-fH\Zwߒųs3XeUD9h@t'ƧEh44F!_ctKCtI`C(%7emɋ@&|nN^% ]' ;毹c=P:ЗGY<|}AN#CkĽi V +-+%!Bl3=kRBocRBOL :; +-?wRHO2J.iη2jYbi=XZjL b`e^m^0-\h\uB{1HZbcSJauZXݳ ~0\Ϊ  s!nfw)\wղ=+Bj{#tsF) OzˎrVm {ɧ#rO2f;nmz7waet(EWU +Yk&.5Ȫ*U_}:3(!>\Wkמ D>M}]^׬9? y ̻^ jeul%!MfAzrQGc}y'KYCrwtg4ĿP$K,4Mjv?+`ysr4Wsf}9TN[|7tendstream +-endobj +-2692 0 obj << +-/Type /Page +-/Contents 2693 0 R +-/Resources 2691 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 2618 0 R +-/Annots [ 2695 0 R 2696 0 R ] ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2695 0 obj << ++2139 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [300.5382 409.3616 432.6014 420.2655] ++/Rect [133.915 625.044 208.973 635.948] + /Subtype /Link +-/A << /S /GoTo /D (a00040_ga0d109e33fc7990f62f665d336e5e5111) >> ++/A << /S /GoTo /D (a00058_ga14) >> + >> endobj +-2696 0 obj << ++2140 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [373.9591 236.4885 481.1064 247.3924] ++/Rect [212.789 625.044 279.538 635.948] + /Subtype /Link +-/A << /S /GoTo /D (a00038_gae1100de0162b3c6a9db750ac14629c05) >> +->> endobj +-2694 0 obj << +-/D [2692 0 R /XYZ 90 757.9346 null] +->> endobj +-2673 0 obj << +-/D [2692 0 R /XYZ 432.4327 718.0168 null] +->> endobj +-290 0 obj << +-/D [2692 0 R /XYZ 90 701.5192 null] +->> endobj +-2675 0 obj << +-/D [2692 0 R /XYZ 137.91 608.2126 null] +->> endobj +-294 0 obj << +-/D [2692 0 R /XYZ 90 591.715 null] +->> endobj +-2287 0 obj << +-/D [2692 0 R /XYZ 428.3682 522.3188 null] +->> endobj +-298 0 obj << +-/D [2692 0 R /XYZ 90 505.8212 null] +->> endobj +-2676 0 obj << +-/D [2692 0 R /XYZ 90 335.3337 null] +->> endobj +-302 0 obj << +-/D [2692 0 R /XYZ 90 320.993 null] +->> endobj +-2677 0 obj << +-/D [2692 0 R /XYZ 90 162.4607 null] +->> endobj +-306 0 obj << +-/D [2692 0 R /XYZ 90 148.1199 null] +->> endobj +-2691 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F50 2369 0 R /F14 2206 0 R /F44 2087 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-2699 0 obj << +-/Length 2729 +-/Filter /FlateDecode +->> +-stream +-xڽZms6_L`;Iǹj:mCQF"u$GoFM7@pX,gAYf!21KWho˦?VW9H1[= `2[m~sXRLC1o;XoWYWi-Xxu8'8Xo +-4|(QDf+F]]coCsMt&C2syW[U|P4CO*bogrP{'U.^`>Wf00%(FI|: H}ڦZ)q[|:E\)'XVE=j33<f-1"$dkU:zi +-Hmځtb!@q%'k >>kP"_؍{J+746; X\lQ{J/csT#!r +-uew&?8lweW.‰9/6t?ovyb<89My^z_~e{9Nؘ5;cywˤzWc PًҍɤnY8ǎ6zl8˃J' w? Q|t1Ea'% -R}Q]!D ?JubDYDLDUԅk'J)@"ҟӍ*9ɉ8?KBU"sKyLUðfMhI@ h- 0r׷w?]:mefk{(/Uue~G+b\iL*$G 'ĚpB`3cXsGgXdV7I < tSxs,5JD%rkpq6-9oOD!,bא55dvHt @,ۆ7m5]q5@B<&^WɨTUY +-lNL<Ӆr4l+C0mLISy{ Ct\xWUl;Tjw:peH|9PMmL=keBU|7T\R`paXxQw^J`,"ex2[=< Fς:J A相D JdB rCL +-q3q"׍E PȝLW ($,Z*k^&YWשYA5}jVleQSfN;M[wEt`mLyסs ,2밶d`}ʅS٣/Z9>7bmM!J%;1 ҧ]k) ѶN*q +-ܱD`oc +-c.[ţ\-?\_vJC^سK5H@PGpBJ#v9 ٽZ~҃ށT]oxj  )¨C|e CسΞ ,:~ج6tE.){p"3`׀&B@粩Ä l +-#y6eXƤcm|4 . <'^b|䨟&B^, +-닰,/6 Y c5ndIF ^1 •u:݅iZ-5bFmB sSOz,cFPKM8,RWp`R 2ΚU9d U,z6.ZZReTE1^dfFzaMendstream +-endobj +-2698 0 obj << +-/Type /Page +-/Contents 2699 0 R +-/Resources 2697 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 2618 0 R +-/Annots [ 2702 0 R 2703 0 R 2704 0 R 2705 0 R 2706 0 R 2707 0 R 2708 0 R 2709 0 R 2710 0 R 2711 0 R 2712 0 R 2713 0 R 2714 0 R 2715 0 R ] ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2702 0 obj << ++2141 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [230.1355 280.7886 347.654 291.6926] ++/Rect [133.915 586.128 215.608 597.032] + /Subtype /Link +-/A << /S /GoTo /D (a00039_ga1c9d8e608232206ce2142fe806a6835b) >> ++/A << /S /GoTo /D (a00058_ga15) >> + >> endobj +-2703 0 obj << ++2142 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [352.6715 280.7886 427.1717 291.6926] ++/Rect [219.424 586.128 286.173 597.032] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2704 0 obj << ++2143 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [230.4527 230.7485 371.8616 241.6525] ++/Rect [133.915 547.211 220.39 558.115] + /Subtype /Link +-/A << /S /GoTo /D (a00039_gad77e72a2ccf32825511818988a09e5c1) >> ++/A << /S /GoTo /D (a00058_ga16) >> + >> endobj +-2705 0 obj << ++2144 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [377.0378 230.7485 451.5379 241.6525] ++/Rect [224.206 547.211 290.955 558.115] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2706 0 obj << ++2145 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [215.4337 180.7084 267.239 191.6123] ++/Rect [133.915 508.295 244.938 519.199] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00058_ga17) >> + >> endobj +-2707 0 obj << ++2146 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [275.4506 180.7084 467.8273 191.6123] ++/Rect [248.754 508.295 315.503 519.199] + /Subtype /Link +-/A << /S /GoTo /D (a00039_ga017a9ba16d554326c6e3812d545d7230) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2708 0 obj << ++2147 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [479.3564 180.7084 513.9963 191.6123] ++/Rect [133.915 469.378 260.44 480.282] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga18) >> + >> endobj +-2709 0 obj << ++2148 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 168.7532 159.0806 179.6572] ++/Rect [264.255 469.378 331.004 480.282] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2710 0 obj << ++2149 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [199.3396 168.7532 289.8791 179.6572] ++/Rect [133.915 430.461 208.963 441.365] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00058_ga19) >> + >> endobj +-2711 0 obj << ++2150 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [215.6195 130.6683 267.4248 141.5722] ++/Rect [212.779 430.461 279.528 441.365] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2712 0 obj << ++2151 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [275.8224 130.6683 467.6413 141.5722] ++/Rect [133.915 391.545 236.071 402.449] + /Subtype /Link +-/A << /S /GoTo /D (a00039_gadacd7a3d21220fbb30c3256d8b22a294) >> ++/A << /S /GoTo /D (a00058_ga20) >> + >> endobj +-2713 0 obj << ++2152 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [479.3564 130.6683 513.9963 141.5722] ++/Rect [239.887 391.545 306.636 402.449] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2714 0 obj << ++2153 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 118.7131 159.0806 129.6171] ++/Rect [133.915 352.628 252.141 363.532] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga21) >> + >> endobj +-2715 0 obj << ++2154 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [199.3396 118.7131 251.1449 129.6171] ++/Rect [255.956 352.628 322.705 363.532] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> +->> endobj +-2700 0 obj << +-/D [2698 0 R /XYZ 90 757.9346 null] +->> endobj +-2286 0 obj << +-/D [2698 0 R /XYZ 90 642.1324 null] +->> endobj +-310 0 obj << +-/D [2698 0 R /XYZ 90 627.9083 null] +->> endobj +-2678 0 obj << +-/D [2698 0 R /XYZ 90 458.7174 null] +->> endobj +-314 0 obj << +-/D [2698 0 R /XYZ 90 444.4933 null] +->> endobj +-2351 0 obj << +-/D [2698 0 R /XYZ 502.1417 375.0971 null] +->> endobj +-318 0 obj << +-/D [2698 0 R /XYZ 90 357.5953 null] ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2701 0 obj << +-/D [2698 0 R /XYZ 90 299.3539 null] +->> endobj +-2697 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F44 2087 0 R /F50 2369 0 R /F14 2206 0 R /F40 2073 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-2722 0 obj << +-/Length 1724 +-/Filter /FlateDecode +->> +-stream +-xYm6ίࣙ -[z!oK d|@0 ʒl@ӹjt1nQ¸NVܝ 8nIewx_h Jhw8^ +-=OsVyelfGEmW|R4y3P,R$@~|S@K> F$Ihwᔹe]RPL9, {LJe +-K">GsGO~sxT D +-3OSŇ7Ww+(iG([Ll2mDGMG_VK# '#Q" $=H,IItX= +-xg"LE_fM.d>ޚy{D\ g,x xP,8+u b0x5"dj>iWRt34͵yt"mN%2ϫUzgxN8O6",AR ILOۙyes)'ԫ]e.-RK'q=5l* jjӈP(p*a9_Kb]h_M>%TN"Ɓ+q8(AJĉWA-UD8J )*u/)8bp "W%'2>[͔2۫S=,jpZUʶnm`N!\Nr^u tM5=Q2:ΨA;|@:VRy_NrMgxmtu됙=Z=VGOI$-9s}BzVr`F|MmdȨS CJz67zzC +-Z +-tfK휂uic,/l>ՎIxJwr|-kcJҊ띪jVg54  +-,Yro|vT(|soփ|S}qI9PWA6tU:^)"¹'YzJ.pFFXlە/T5G=EQR*(t5'-R(j7_v9?f/!h=RLM:|>J˕"cQJAB1Hɟ R"@7jfz;vbO>npQt8J3x4G L!?guP,q;׺/oeI7NA3:NIP"'!.'8xwo"iL!^[tI] {{[NbcSKx;{˃u6/] +-\TyyTҧٗ\Dӷ m>endstream +-endobj +-2721 0 obj << +-/Type /Page +-/Contents 2722 0 R +-/Resources 2720 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 2732 0 R +-/Annots [ 2724 0 R 2725 0 R 2728 0 R 2729 0 R 2730 0 R 2731 0 R ] +->> endobj +-2724 0 obj << ++2155 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [238.7009 646.4447 348.6177 657.3486] ++/Rect [133.915 313.712 208.405 324.616] + /Subtype /Link +-/A << /S /GoTo /D (a00038_ga93efcc8a962afe1ed23393700682173f) >> ++/A << /S /GoTo /D (a00058_ga22) >> + >> endobj +-2725 0 obj << ++2156 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [285.555 536.4078 419.3621 547.3117] ++/Rect [212.221 313.712 278.97 324.616] + /Subtype /Link +-/A << /S /GoTo /D (a00038_gae7e4bade144652a2b48f5eaf0309b4ec) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2728 0 obj << ++2157 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [144.3282 106.9334 246.4844 117.8373] ++/Rect [133.915 274.795 235.513 285.699] + /Subtype /Link +-/A << /S /GoTo /D (a00040_gaf4e663cf42bbe20756b849c6293ef575) >> ++/A << /S /GoTo /D (a00058_ga23) >> + >> endobj +-2729 0 obj << ++2158 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [265.8359 106.9334 428.5151 117.8373] ++/Rect [239.329 274.795 306.078 285.699] + /Subtype /Link +-/A << /S /GoTo /D (a00040_ggaf4e663cf42bbe20756b849c6293ef575a0565ab92ab72cb0cec91e23003294aad) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2730 0 obj << ++2159 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [437.2943 106.9334 513.9963 117.8373] ++/Rect [133.915 235.879 228.34 246.783] + /Subtype /Link +-/A << /S /GoTo /D (a00040_ggaf4e663cf42bbe20756b849c6293ef575ae99465995cacde6c210d5fc2e409798c) >> ++/A << /S /GoTo /D (a00058_ga24) >> + >> endobj +-2731 0 obj << ++2160 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 95.3518 201.3222 105.8821] ++/Rect [232.156 235.879 298.905 246.783] + /Subtype /Link +-/A << /S /GoTo /D (a00040_ggaf4e663cf42bbe20756b849c6293ef575ae99465995cacde6c210d5fc2e409798c) >> +->> endobj +-2723 0 obj << +-/D [2721 0 R /XYZ 90 757.9346 null] +->> endobj +-322 0 obj << +-/D [2721 0 R /XYZ 90 739.9346 null] +->> endobj +-2716 0 obj << +-/D [2721 0 R /XYZ 90 722.0556 null] +->> endobj +-326 0 obj << +-/D [2721 0 R /XYZ 90 722.0556 null] +->> endobj +-2717 0 obj << +-/D [2721 0 R /XYZ 353.2005 649.5978 null] +->> endobj +-330 0 obj << +-/D [2721 0 R /XYZ 90 627.6296 null] ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2718 0 obj << +-/D [2721 0 R /XYZ 423.9449 539.5609 null] ++2161 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [172.58 196.962 271.986 207.866] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga25) >> + >> endobj +-334 0 obj << +-/D [2721 0 R /XYZ 90 517.5927 null] ++2162 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [275.802 196.962 368.563 207.866] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2719 0 obj << +-/D [2721 0 R /XYZ 90 366.715 null] ++2163 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [172.58 158.046 287.488 168.949] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga26) >> + >> endobj +-338 0 obj << +-/D [2721 0 R /XYZ 90 346.9036 null] ++2164 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [291.304 158.046 384.065 168.949] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2726 0 obj << +-/D [2721 0 R /XYZ 90 196.026 null] ++2165 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [126.921 119.129 208.614 130.033] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga27) >> + >> endobj +-342 0 obj << +-/D [2721 0 R /XYZ 90 188.5505 null] ++2166 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [212.43 119.129 305.191 130.033] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2727 0 obj << +-/D [2721 0 R /XYZ 90 128.2127 null] ++2134 0 obj << ++/D [2132 0 R /XYZ 90 757.935 null] + >> endobj +-2720 0 obj << +-/Font << /F28 1626 0 R /F50 2369 0 R /F14 2206 0 R /F22 1616 0 R /F44 2087 0 R >> ++2131 0 obj << ++/Font << /F28 362 0 R /F40 467 0 R /F22 352 0 R /F14 590 0 R /F44 478 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-2738 0 obj << +-/Length 2205 ++2184 0 obj << ++/Length 3154 + /Filter /FlateDecode + >> + stream +-xڽZm6_6P|ɗlm\(zjwu9[nHS%Cm=y8>DS%2q^^Er[ItyW[ JtyLi[TٛXuUw??LKKB0IL~Oob`D }N~i.7"Kdn4=61Es$p@q#X"4?۱E} wQ=zT/`)~z?^/8iw,wṁ +-1{pb~ +-y|Y߮ey߬v/mzY1RGɣ2\+j8eMDpN5RG28sbVš8VrSsq1`Siݽ9ųSU>E?"N<,|N rmxakG)SoOY? DLg(WS1ID h`(C(љ"Q`(x|A%Č@XLvxTDϥ}ӗDpx|J9XHFH{+($J&h+ PGTKPYRZ~*ܶi0ʎ۷+AP@ЍAu A`m@zL0cH=G8qoDZ mE g&\SPWJCF 8T D rD[X/`W.!;ji yTSq Ul7gR{6݋X!@d& +-aQ{ )4RK&1N[E b TCJ(aQS.z⫞C/'nIdAZ+3Tu;&XJ5,v2l5 +-cY_޻eٚuh n<Lc\J{/Ev*\z} v\l6ݓ2^h0' +-14/n&}pj4l`+_QӖVV˻`f-LP/s!z}{oѾP8Wendstream ++x\n#7}Wy}۬`f0@:hj[,9ZT*x 臶{xYuϹd-lA[80'.ް|}|ۅ#NkFg1\yej2n︢˿VsUm{XOl ?N/:wepaJh?o.!n(.gJsEys\bwܜ-0|>Haj =W$ք+bpB&&#\o>9bLgcz}>#L#Lfu>p~M QT4_p&shzqVG :A%&@C M,? Pchסcg-˨ cwoU~ڮ<Njn ϊbœ%V(5J*+]*\E1C,D10¨ !)_b`̣v~iF2 Cst;&edJ|\cSBK Z4A @Sg'/֗_zCO(gzKz!e=1/&:[ 9ڶ~s 15 'H0?M8#UHYMU]TCC alA6DRaymVs `%2 "9S-YpK/81##g,%(JYhԔ\Ԕ)kf4'/&Fk$$hMȝ6 \"!EA0AHN[?=O%fr!yÐl$| ++֖ty}JAsX u)y*Liު ++ ++RV#UiZѶ}Ak^C+"EC*j+L{?ޱe^RBAFo!":TK"&&IANRŸD֏Rrβ`<8~FoJJ.\T4&<$Z(J='vH2}wzVj9QqV)T"#;QII$ lL?q<8;?H  ) q:/LAW Xiх%bдXH3rg9gpg"= ?LMDe!lD ǀYmgˣ(%qKMb&/ͱq S$/.t≬5RF+%;L՝X;aѝ²;Y"I{8(DÉ%AssJ{^I(3YGt8OO & -b[RC;gh@2>9jՔš0<5 ++ZC CLC)j*@ >ͯDŽWfk-+YˌS!ca[k)݌]ky4N? ++9O3014A9jKm)ƩG!V[Zirv_v\5޳=`#ss]LYVLoa v5SU!aT̄pV18(=mK#~?Q=Xӏ ++uY1UJ/S1:?>Y=oM@D#lMzA@vS}vLTWU5d5BPp|4r\jlU3bY,Y*ej *3.Wy0DHMlHe؂&lHo[S68#ݏ̃bIGoeS\wvBe8ovE؅?7]^lHa]iaMהyyfYMe!P'(ƻpQ5z"ˋGΕ/w(YmU Ѫ?"AP7雝ԲT QK-60A ++;%CvB{0JjiǝlgUS;bl>q,`jj ++#e!0(SE+a2`{5s$S8*ΎQ-lI,">=MT\k|:R'X>]6QA7n&{9#LDᘰ^wO럄k4qFY?̷ݶۯ9xٯNuwCgoF2yяWڻeKm{>}mN$*endstream + endobj +-2737 0 obj << ++2183 0 obj << + /Type /Page +-/Contents 2738 0 R +-/Resources 2736 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 2732 0 R +-/Annots [ 2741 0 R 2742 0 R 2743 0 R 2744 0 R 2745 0 R 2746 0 R 2750 0 R 2751 0 R 2752 0 R 2753 0 R 2754 0 R 2755 0 R 2756 0 R 2757 0 R 2758 0 R 2759 0 R 2760 0 R ] +->> endobj +-2741 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [250.7 701.5005 361.7229 712.4044] +-/Subtype /Link +-/A << /S /GoTo /D (a00040_ga8c30b0cec55074eb3ed34e4f2a1a9937) >> ++/Contents 2184 0 R ++/Resources 2182 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 2039 0 R ++/Annots [ 2186 0 R 2187 0 R 2188 0 R 2189 0 R 2190 0 R 2191 0 R 2192 0 R 2193 0 R 2194 0 R 2195 0 R 2196 0 R 2197 0 R 2198 0 R 2199 0 R 2200 0 R 2201 0 R 2202 0 R 2203 0 R 2204 0 R 2205 0 R 2206 0 R 2207 0 R 2208 0 R 2209 0 R 2210 0 R 2211 0 R 2212 0 R 2213 0 R 2214 0 R 2215 0 R 2216 0 R 2217 0 R 2218 0 R 2219 0 R 2220 0 R 2221 0 R 2222 0 R 2223 0 R 2224 0 R 2225 0 R 2226 0 R 2227 0 R 2228 0 R 2229 0 R 2230 0 R 2231 0 R 2232 0 R ] + >> endobj +-2742 0 obj << ++2186 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [367.793 701.5005 442.2931 712.4044] ++/Rect [126.921 726.819 214.691 737.723] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga28) >> + >> endobj +-2743 0 obj << ++2187 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [223.5728 647.0311 316.3242 657.935] ++/Rect [218.507 726.819 311.268 737.723] + /Subtype /Link +-/A << /S /GoTo /D (a00040_gaea7c64dd59467f5201ba87712710b14d) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2744 0 obj << ++2188 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [321.5575 647.0311 396.0576 657.935] ++/Rect [126.921 687.758 211.384 698.662] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga29) >> + >> endobj +-2745 0 obj << ++2189 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [439.5061 647.0311 513.9963 657.935] ++/Rect [215.199 687.758 307.96 698.662] + /Subtype /Link +-/A << /S /GoTo /D (a00035_gacd37bb612667dc437d66bfb175a8dc55) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2746 0 obj << ++2190 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 635.0759 118.6724 645.9799] ++/Rect [126.921 648.698 206.402 659.602] + /Subtype /Link +-/A << /S /GoTo /D (a00035_gacd37bb612667dc437d66bfb175a8dc55) >> ++/A << /S /GoTo /D (a00058_ga30) >> + >> endobj +-2750 0 obj << ++2191 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [208.7232 592.5617 282.6653 603.4657] ++/Rect [210.218 648.698 302.979 659.602] + /Subtype /Link +-/A << /S /GoTo /D (a00035_gacd37bb612667dc437d66bfb175a8dc55) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2751 0 obj << ++2192 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [284.1597 592.5617 376.9112 603.4657] ++/Rect [126.921 609.638 207.907 620.542] + /Subtype /Link +-/A << /S /GoTo /D (a00040_gadd4964764ae7e49231065d58a553fd31) >> ++/A << /S /GoTo /D (a00058_ga31) >> + >> endobj +-2752 0 obj << ++2193 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [381.723 592.5617 456.2232 603.4657] ++/Rect [211.723 609.638 304.484 620.542] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2753 0 obj << ++2194 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [252.6087 538.0924 369.7188 548.9963] ++/Rect [126.921 570.577 204.739 581.481] + /Subtype /Link +-/A << /S /GoTo /D (a00040_ga20cfe2456f4cfdd789c9aca6d2fdd69f) >> ++/A << /S /GoTo /D (a00058_ga32) >> + >> endobj +-2754 0 obj << ++2195 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [376.7438 538.0924 451.2439 548.9963] ++/Rect [208.554 570.577 301.315 581.481] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2755 0 obj << ++2196 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [320.8817 483.623 433.0105 494.5269] ++/Rect [126.921 531.517 218.019 542.421] + /Subtype /Link +-/A << /S /GoTo /D (a00040_ga0131ab1051011fabfa69d7c1853e716c) >> ++/A << /S /GoTo /D (a00058_ga33) >> + >> endobj +-2756 0 obj << ++2197 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [438.9481 483.623 513.9963 494.5269] ++/Rect [221.834 531.517 314.596 542.421] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2757 0 obj << ++2198 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 471.6678 118.6724 482.5717] ++/Rect [138.314 492.456 210.592 503.36] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga34) >> + >> endobj +-2758 0 obj << ++2199 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.9313 471.6678 232.8734 482.5717] ++/Rect [218.807 492.456 285.556 503.36] + /Subtype /Link +-/A << /S /GoTo /D (a00035_gacd37bb612667dc437d66bfb175a8dc55) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2759 0 obj << ++2200 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [230.7687 429.1536 356.1969 440.0575] ++/Rect [312.549 492.456 405.31 503.36] + /Subtype /Link +-/A << /S /GoTo /D (a00040_ga0d109e33fc7990f62f665d336e5e5111) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2760 0 obj << ++2201 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [365.03 429.1536 439.5301 440.0575] ++/Rect [453.344 492.456 513.996 503.36] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> +->> endobj +-2739 0 obj << +-/D [2737 0 R /XYZ 90 757.9346 null] +->> endobj +-2740 0 obj << +-/D [2737 0 R /XYZ 90 722.2804 null] +->> endobj +-346 0 obj << +-/D [2737 0 R /XYZ 90 373.931 null] +->> endobj +-2733 0 obj << +-/D [2737 0 R /XYZ 90 344.3391 null] +->> endobj +-350 0 obj << +-/D [2737 0 R /XYZ 90 344.3391 null] ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2734 0 obj << +-/D [2737 0 R /XYZ 107.7135 287.989 null] +->> endobj +-2735 0 obj << +-/D [2737 0 R /XYZ 107.7135 270.2188 null] +->> endobj +-354 0 obj << +-/D [2737 0 R /XYZ 90 237.4192 null] +->> endobj +-2761 0 obj << +-/D [2737 0 R /XYZ 90 212.2675 null] +->> endobj +-358 0 obj << +-/D [2737 0 R /XYZ 90 212.2675 null] +->> endobj +-2762 0 obj << +-/D [2737 0 R /XYZ 90 96.348 null] +->> endobj +-2736 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F40 2073 0 R /F56 2749 0 R /F50 2369 0 R /F44 2087 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-2768 0 obj << +-/Length 2199 +-/Filter /FlateDecode +->> +-stream +-xYY۸~ׯ[*ྤj}qClml_6y,%rMTʇMcL;;X8EcBP"EX1fh kZ 'h1QN'C;211H`iNUQ[h+<p[![_DPk KN..GUb"4I1(Rww]wp؍ˋC^dv,/˴(خ(NMy:U+#'< ˓{|Fz09UZ@5Fk4- ܠt2rB4%^kSEd=:;҄s* yש`x'V +-j?DTZi辬`6zܵ [^7+*vrZ|?Ièvgc/ل I7ö^k +-3));[:dysD>PvB`- 5Ā>X*m0޽kwm,;?TeuV +-::Ń}Nc"Qs*T&V/֍lLφ6YZYؙqTuϺނZ?ޭ ~4$CRQfꑕIΏ!5n^nԙHu9$qb=Z/9$l ̼6uly! fJמmN0R&q*p >؏<UZ'=[']ӥqviK"z|A*я]jثb ]O`J %NiVYey5P$3B xۊT/sneAǬc.̨ʲɚ1z6T~C[sͧ_&+S] 3=/ýIKdG+a]bop >ʢG_imakLph\BC$d2Pܕu0 uYԣ0JO&f%0q:s=fl6?wڲxk(:~F`UzDS4[ .@KƃC=H(i!(s(|[#{1E։~)`x9 ۓcخFRPMe%-U~W=р RS+0PqYOŔ#WT3y j,E.gH# j +-ȟIb"3 Bctb 00CnHp`(7.Ha#1p N[7Iyԣe .J?d8WAV4X=a<;O;iCLJk+jpOcU. P!dǜHpz)46 鸫5K vD|F2Wp4O|}sDvgcxyVbDX`"{j{f{!w'qoY"^hwJӞvlv)I\NX:ֽ|Z(֯zw^߉V ;ѣe$+ފϠi|mfW L +-7%띬)oF$^d@Aji 4URBFS3Fz ܜK2؇@LsRSn2Yh"$'3.7CŰ&to!䥯bDPQ-Z \8R` l?rɜ@YPМ|+r߸m^6D~ 7aEVG;Ǔy Jǚ&,l1t,joϩό~(w!o\5ߙ]lݫ7巗 =aܖendstream +-endobj +-2767 0 obj << +-/Type /Page +-/Contents 2768 0 R +-/Resources 2766 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 2732 0 R +-/Annots [ 2770 0 R 2771 0 R 2772 0 R 2775 0 R 2776 0 R 2777 0 R 2778 0 R 2779 0 R 2780 0 R 2781 0 R 2782 0 R ] +->> endobj +-2770 0 obj << ++2202 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [319.7125 474.6738 461.46 485.5778] ++/Rect [113.91 480.501 151.33 491.405] + /Subtype /Link +-/A << /S /GoTo /D (a00045_ga0ffafb4c0ae13b9a7541ca820ca34883) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2771 0 obj << ++2203 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [479.3564 474.6738 513.9963 485.5778] ++/Rect [137.378 441.441 215.743 452.345] + /Subtype /Link +-/A << /S /GoTo /D (a00045_ga24b9cd5917fcebac6e45ae38d0a6cda4) >> ++/A << /S /GoTo /D (a00058_ga35) >> + >> endobj +-2772 0 obj << ++2204 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [89.0037 462.7187 200.8139 473.6226] ++/Rect [223.021 441.441 289.77 452.345] + /Subtype /Link +-/A << /S /GoTo /D (a00045_ga24b9cd5917fcebac6e45ae38d0a6cda4) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2775 0 obj << ++2205 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [210.934 156.6637 262.7393 167.5676] ++/Rect [314.656 441.441 407.417 452.345] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2776 0 obj << ++2206 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [266.4467 156.6637 369.7188 167.5676] ++/Rect [453.344 441.441 513.996 452.345] + /Subtype /Link +-/A << /S /GoTo /D (a00041_gaedd78240b0c1108355586a268ec5a697) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2777 0 obj << ++2207 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [376.7437 156.6637 451.2438 167.5676] ++/Rect [113.91 429.486 151.33 440.389] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2778 0 obj << ++2208 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [212.1347 105.1501 263.94 116.0541] ++/Rect [135.419 390.425 226.516 401.329] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00058_ga36) >> + >> endobj +-2779 0 obj << ++2209 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [372.1372 105.1501 470.428 116.0541] ++/Rect [231.836 390.425 298.585 401.329] + /Subtype /Link +-/A << /S /GoTo /D (a00041_ga701f83b2cf0cb8e0acd58cd2dc1c67a2) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2780 0 obj << ++2210 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [479.3564 105.1501 513.9963 116.0541] ++/Rect [319.063 390.425 411.825 401.329] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2781 0 obj << ++2211 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 93.195 159.0806 104.0989] ++/Rect [453.344 390.425 513.996 401.329] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2782 0 obj << ++2212 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [199.3396 93.195 273.2817 104.0989] ++/Rect [113.91 378.47 151.33 389.374] + /Subtype /Link +-/A << /S /GoTo /D (a00035_gacd37bb612667dc437d66bfb175a8dc55) >> +->> endobj +-2769 0 obj << +-/D [2767 0 R /XYZ 90 757.9346 null] +->> endobj +-362 0 obj << +-/D [2767 0 R /XYZ 90 739.9346 null] +->> endobj +-2765 0 obj << +-/D [2767 0 R /XYZ 90 691.3524 null] +->> endobj +-366 0 obj << +-/D [2767 0 R /XYZ 90 675.99 null] +->> endobj +-2764 0 obj << +-/D [2767 0 R /XYZ 128.7743 594.4803 null] +->> endobj +-370 0 obj << +-/D [2767 0 R /XYZ 90 579.0184 null] +->> endobj +-2763 0 obj << +-/D [2767 0 R /XYZ 205.3967 465.8718 null] +->> endobj +-374 0 obj << +-/D [2767 0 R /XYZ 90 448.3526 null] +->> endobj +-2288 0 obj << +-/D [2767 0 R /XYZ 318.6206 378.798 null] +->> endobj +-378 0 obj << +-/D [2767 0 R /XYZ 90 361.2787 null] +->> endobj +-2773 0 obj << +-/D [2767 0 R /XYZ 90 240.5164 null] +->> endobj +-382 0 obj << +-/D [2767 0 R /XYZ 90 234.5239 null] +->> endobj +-2774 0 obj << +-/D [2767 0 R /XYZ 90 175.9656 null] +->> endobj +-2766 0 obj << +-/Font << /F28 1626 0 R /F50 2369 0 R /F22 1616 0 R /F44 2087 0 R /F54 2690 0 R /F40 2073 0 R /F56 2749 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-2788 0 obj << +-/Length 2697 +-/Filter /FlateDecode +->> +-stream +-x[Ys~ׯ#Y%¸}͖ݬʃRȡ,54slt7{ dbD rx“{|{'Ifp Jfi*lSrzyؔ9x}8<վدj槫w7`XOOW1+1N8eǫ|܃慱p,fz2i?BD$,U +-@(Gز+ +-P5  L%&!+'rV;g˾~7S\uղQ$w64[UjT?<#b߮,a;#zy) +-כeǣV)9_8GFk(?1[բliJ'ca&gOϊ [`:gܩv Q Ecڇ^8JU~U޺CoH+n[<(½ +-czJD mrہ [^v.t[LXUmqO7͍.߮Wc [oj,LzAsfjBޒae>ep[w(6pX[B`*4 6D1W5*-<~|@ѯBzƺ1)]z IKhȭĦU i-Ƈ&|qB± A;- (ECFpS@L0\0PG> BqvV#I-UN.X`M:r=Wzu.3b!1GlR#.):}fC#n?\y8T=["ЋCܑ}Z*{pm"i#T8#pJnB]bt[n"Đ1`HLzl OC HϨM*vrcF +#S'DZ,6 ؔ#M}[u8/<ɀ99*.,Ơi=5Ҧj&* 3~Y/l })T)qmz3h_"/q_(%dBĹ^" x TxN@3.ang$@˵~UtèʢK ˣK0.i-ranC8QLyO3J 1u/L/ITU̬CMaPj~GΆݖ6PmT[s? VAѺROTx'He" T9`7 ~,wX֦9T0JEud/OeuzV3:iם7E5O`e,¾ɪ>> +-E죚#aLZ, ؗ#w}0bxXS%}>Ԑo7lN`_<(E5ID)c!E>#I +-/~!\*r2u/4r0kEEhzkw5mE,Riwwl?3 ~ p #p0imr H4 #{$gfIU2(IU! eH yY9/Gm/ uAKYa&DIG&J9xZInn4p<&gGfH)O2$k{d<}F!L4Bk6DK/xbDj' +-~dժ#TT#)CH12D$<ӒeP0Q2rCar *23J v{tؕ(`3j2 TguB/:Ly$4̶u#Ҡy'Pj&muv:Cg!ф)G@5aSc,Ka'i_^H`gJ.AZun|moOV1xۧ?(x =#> + >> endobj +-2790 0 obj << ++2213 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [257.6693 523.4642 367.5764 534.3681] ++/Rect [137.548 339.409 214.807 350.313] + /Subtype /Link +-/A << /S /GoTo /D (a00041_gaedd78240b0c1108355586a268ec5a697) >> ++/A << /S /GoTo /D (a00058_ga37) >> + >> endobj +-2793 0 obj << ++2214 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [267.4706 432.1303 361.3378 443.0342] ++/Rect [222.256 339.409 289.005 350.313] + /Subtype /Link +-/A << /S /GoTo /D (a00042_ga7c61920feca6fd9006d930dabfc09058) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2794 0 obj << ++2215 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [367.4322 432.1303 441.3743 443.0342] ++/Rect [314.273 339.409 407.035 350.313] + /Subtype /Link +-/A << /S /GoTo /D (a00035_gacd37bb612667dc437d66bfb175a8dc55) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2795 0 obj << ++2216 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [207.6647 381.9023 281.6069 392.8062] ++/Rect [453.344 339.409 513.996 350.313] + /Subtype /Link +-/A << /S /GoTo /D (a00035_gacd37bb612667dc437d66bfb175a8dc55) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2796 0 obj << ++2217 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [282.0418 381.9023 389.1891 392.8062] ++/Rect [113.91 327.454 151.33 338.358] + /Subtype /Link +-/A << /S /GoTo /D (a00042_gade722091ae392fdc79557e797a16c370) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2797 0 obj << ++2218 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [226.2061 331.6743 328.3721 342.5782] ++/Rect [133.915 288.394 210.627 299.298] + /Subtype /Link +-/A << /S /GoTo /D (a00042_ga3ad856e8f3487d340c82a23b8a2a0351) >> ++/A << /S /GoTo /D (a00058_ga38) >> + >> endobj +-2798 0 obj << ++2219 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 319.7191 165.7157 330.623] ++/Rect [214.443 288.394 281.192 299.298] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2799 0 obj << ++2220 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [227.2749 281.4463 325.5653 292.3502] ++/Rect [298.287 288.394 391.048 299.298] + /Subtype /Link +-/A << /S /GoTo /D (a00042_ga0db8286d7f3ceda8defd76e3e1e2b284) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2800 0 obj << ++2221 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 269.4911 165.7157 280.3951] ++/Rect [126.921 249.333 228.529 260.237] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00058_ga39) >> + >> endobj +-2801 0 obj << ++2222 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [222.3441 231.2183 302.3733 242.1222] ++/Rect [232.345 249.333 325.106 260.237] + /Subtype /Link +-/A << /S /GoTo /D (a00042_ga5c6a61a83f4790b421e2f62e9088446f) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2802 0 obj << ++2223 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [479.3564 231.2183 513.9963 242.1222] ++/Rect [363.242 249.333 456.004 260.237] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2803 0 obj << ++2224 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 219.2631 159.0806 230.167] ++/Rect [128.532 210.273 233.468 221.177] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga40) >> + >> endobj +-2804 0 obj << ++2225 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [199.3396 219.2631 251.1449 230.167] ++/Rect [238.895 210.273 331.656 221.177] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2805 0 obj << ++2226 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [220.4558 180.9903 330.9205 191.8942] ++/Rect [387.256 210.273 480.017 221.177] + /Subtype /Link +-/A << /S /GoTo /D (a00042_gabbfb92224c992c0e2ecef6b6e45260f2) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2806 0 obj << ++2227 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [160.1267 169.0351 211.932 179.939] ++/Rect [126.921 159.257 219.125 170.161] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00058_ga41) >> + >> endobj +-2807 0 obj << ++2228 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [332.0658 130.7623 455.8109 141.6662] ++/Rect [222.94 159.257 315.701 170.161] + /Subtype /Link +-/A << /S /GoTo /D (a00042_ga1f41387433f4c9e9c14b9f2e522919e4) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2808 0 obj << ++2229 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [461.6429 130.7623 513.9963 141.6662] ++/Rect [353.838 159.257 446.599 170.161] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2809 0 obj << ++2230 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 118.8071 118.6724 129.711] ++/Rect [136.53 120.197 255.293 131.101] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> +->> endobj +-2789 0 obj << +-/D [2787 0 R /XYZ 90 757.9346 null] +->> endobj +-386 0 obj << +-/D [2787 0 R /XYZ 90 704.7044 null] +->> endobj +-2785 0 obj << +-/D [2787 0 R /XYZ 90 678.2194 null] +->> endobj +-390 0 obj << +-/D [2787 0 R /XYZ 90 678.2194 null] ++/A << /S /GoTo /D (a00058_ga42) >> + >> endobj +-2398 0 obj << +-/D [2787 0 R /XYZ 90 622.2773 null] +->> endobj +-394 0 obj << +-/D [2787 0 R /XYZ 90 607.9686 null] +->> endobj +-2791 0 obj << +-/D [2787 0 R /XYZ 375.2476 526.6173 null] +->> endobj +-398 0 obj << +-/D [2787 0 R /XYZ 90 509.031 null] +->> endobj +-2792 0 obj << +-/D [2787 0 R /XYZ 90 450.7895 null] +->> endobj +-2786 0 obj << +-/Font << /F28 1626 0 R /F40 2073 0 R /F56 2749 0 R /F50 2369 0 R /F22 1616 0 R /F44 2087 0 R /F54 2690 0 R /F14 2206 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-2819 0 obj << +-/Length 2140 +-/Filter /FlateDecode +->> +-stream +-xY[6~0/63_Mvn3}HCcce=W33=IY)Eh cSs"S  +-t8XvB<_t~G #m A ޭ?CTtU~_Y9235jۻָM0IO>|5#f>1t8ᔅ/ɿ[=AXx # ARYubD%U")V4f B J9bTʾ7oܼ7RYmvjYZ&u].|7NG,|!I,ޱLAS.X?b"qd4d,d9'zVFoHT5*{E)3]tK5RbZ)E1G1 +-1S/*v{;X.ׂ~J*T?'eR\Yo.:۪9UI$XdA +-J#@%=#`kl2WoSnv?xvʭyTx|Sž^Y Q_oI(dMQ>"> 7^덓l'Cp.)t޿dn% =ܰӴ ѡs %4b}'o0':ǙOf^;:ECa% Cb J mJ쇴>֓V*bmR* +-O!ɪ?!zHvaGʬCZ΋0Wú|֥yg%$H)`ې|GbXQZHW`C4F[X' $:6Iخ*#I08CNF`0s%FDQzIc`(E;t|l 8cd`/4;c W1j/ `fHF8V C j8I`bc[Wj۸ +-~55~SQpk$AyЪ,^9 +-E,Og|dV:7!H>BfnLYɣiqXmr) ANİ͘<<<qaZxΙ>v R?ss5 +-C_eC=dΝN9<~&7!\ı a.BG*j"ӕ +-p,읋 +-87QvկU ݞӘP4q o8Rjl~{NNi`E,_2K9Tw>{$TcH?/8,R{NMEYG@<5%b{ab9^·N>Vb7lc09cൃ }R>x: ht>m1Ӣe(gLj%ΧS OKv.j( һK7B|BZ AڄKqI9bz +-sA@1ܖT״atW*ٽ}a4ʫp;ֱwn7_pnE.ظ@C+ L%rih:h |hD힞֧OұANU]'0<٬:g_' +-'*1pXLE? +-Hߺػ&b r&Y=+0k 7IvE{^|5/@-lG p?-*%:M NB\cƂf͸6WP +-ElL2j&0dp }K\;؅0aF݇A#%pαc +-N`3 -bRawl!2L?3}$'$Hg/tU}e$9a[uwFm7K!RNW/O%rmw)i/`/ǝk(LCV{-!͇o# Pendstream +-endobj +-2818 0 obj << +-/Type /Page +-/Contents 2819 0 R +-/Resources 2817 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 2732 0 R +-/Annots [ 2821 0 R 2822 0 R ] +->> endobj +-2821 0 obj << ++2231 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [260.3827 235.5558 369.1837 264.6216] ++/Rect [268.718 120.197 361.479 131.101] + /Subtype /Link +-/A << /S /GoTo /D (a00042_ga3ad856e8f3487d340c82a23b8a2a0351) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2822 0 obj << ++2232 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [386.2577 235.5558 491.1831 264.6216] ++/Rect [421.235 120.197 513.996 131.101] + /Subtype /Link +-/A << /S /GoTo /D (a00042_ga0db8286d7f3ceda8defd76e3e1e2b284) >> +->> endobj +-2820 0 obj << +-/D [2818 0 R /XYZ 90 757.9346 null] +->> endobj +-402 0 obj << +-/D [2818 0 R /XYZ 90 739.9346 null] +->> endobj +-2813 0 obj << +-/D [2818 0 R /XYZ 90 723.1038 null] +->> endobj +-406 0 obj << +-/D [2818 0 R /XYZ 90 723.1038 null] +->> endobj +-2815 0 obj << +-/D [2818 0 R /XYZ 90 585.0198 null] +->> endobj +-410 0 obj << +-/D [2818 0 R /XYZ 90 571.0889 null] +->> endobj +-2816 0 obj << +-/D [2818 0 R /XYZ 90 470.6009 null] +->> endobj +-414 0 obj << +-/D [2818 0 R /XYZ 90 456.67 null] +->> endobj +-2814 0 obj << +-/D [2818 0 R /XYZ 90 356.5158 null] +->> endobj +-418 0 obj << +-/D [2818 0 R /XYZ 90 342.5849 null] ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2811 0 obj << +-/D [2818 0 R /XYZ 90 96.348 null] ++2185 0 obj << ++/D [2183 0 R /XYZ 90 757.935 null] + >> endobj +-2817 0 obj << +-/Font << /F28 1626 0 R /F14 2206 0 R /F50 2369 0 R /F22 1616 0 R /F44 2087 0 R /F54 2690 0 R >> ++2182 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 467 0 R /F44 478 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-2825 0 obj << +-/Length 2300 ++2250 0 obj << ++/Length 1954 + /Filter /FlateDecode + >> + stream +-xڵZMsFWHVm-˱SvHCbA DqK 630 JJRC= )md~ C`)1kPwPKXҜ!Nk|oT#eFiAkTIX?Q!_gա̛mMWXhV{]Y<ݷ50@h5 dA}ATҐ)/g)RIƋ`a۲Yy=e|lFvfIZ#K L2QD)OAɄp$\&GFC=5q 11$CJ@1wS +-oBGJK咹BkYl*!ZT'F#A$0"F bD1-F?4D$X9bci"x&)pEySsw2c1m%v%qU<%,iX[ѻ2K6ɭ|`XRknZ+(y> k$H;:.H{ܶni:{HmvYPWJE[!.]j+D6j! +-Dm&}]| M*`{ )U^jI.6SuRz4]iT .99[|'7>*Voqa deҦ$|>>gmZ\U͎>6M_]o|+tD5qTxOYD|VdټRKBG 5ډu?ȓ8HtN'mc4FtUk9uM=TT/Ҷ;vf# (cPwAhi|0LpԺ0biVv.vI0{[F};rzޏݶbٿ 8"?ک +-+M{_Rf/3'D}ۉvٝ>m=$}F`\Oã"T(\EAّu +-O?_^p^_  l"Q0fc/7LaY]\a2ZTGhm4 0Barn<>>ǯ_wA#dӑf`QzTUښpph D3" c& &)y"FEGWзrżH\05#FCH1fN-8OQ5tLai?RjyzR!>LYI> +-w8,2fWV.+ +-[>\ +- +-cd ӑ a`S vĎ_rv<>`h7uHZPPFWPja5#TBq̎6+lrTaJ}L8L+n{7IG ^u3EիdccBz=̲}gK9Fysr Z $HmSܹy;H';(=+5>y`v'ً8\#'h(EkpB#~]*{ @T&GHvչVl3`!L 2-:97 e0{b+};qqLYCD s*zT9W: 13gt565hEg9-רyƄ{}VVݼMĄrY@ +-1uv N_/]=.&7T&dGHvSy|8 ܫ%Ex04c=Z]"87%0{rlёxTĠ/K׆nSp9=&4Ν)4S.0>q2>o~>;vlL)$pX`Mu5v~l+Fkc{kkPGoxU`_t;eBI +-E }:DE-3_d)K7D6>iն71)7>'o#O?i^(EWu/gS}fءqOendstream ++xڝn=_a1/WQ>ͽtAq[[ dUȒ+{I( @Dg_iGV9^I!Qj~#|ၸ lonf)[mxJd-Mb'ۓ]5]O D߷??|i9NK5?~JX`Sç8w ñ@V* LK$")'CӗuCR:`jD7 ++`8Aj@r,CjU3DĴ$߻H/#dOOulyߞ/En#%=uJSLX6="9I}=>Ɍ.IA3,n)wy$*9ْb6Ib)qe#XbX`wؐxԺzp6e{d2Kvp* X`,P` )2FBx ]rh9NTOKՔjMq4ΞM\W,RZb <)5Il5x4עK.U3nC/z'K h/]W}v[TFQu:s=uӖJv?rZw$5y iJRnh~p(w cTB0}t/k:4z,lM9C5U/HbSGʹU.Ч%mGE֩`Pm&1l#fI2` b,9dUR}"ɉCUiRB& ++>uUtUwoHgS{K޹Ec߯M_v@ 'kPۧ&~Bd4sܒ|fh#XO:i'0  _lܤ 48I%iבZisd}M;#!xҹSk|:Uc\r{C|IDnf:Y=vQJm^ȱh=Xujvka֝C|(K:4վ̇KXjaV=$} :w.Mܱ Ͻ+UӢ=22\Մ0y- E=&ֵgEǴ1%R~Aa.`aҤ_4USju%G~߸&ٵ[ұ^8Tw#IFU|ݷQA# Qrat &N307M+Iys}>y 0DƬL_!ao6!Z MOBiGBQ) rQQ枦f# |Л1<۵E囍{taIpQvDJ ++"uH ],C$gMzzG.t2Q> endobj +-2827 0 obj << ++2252 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [147.6829 548.5027 248.1851 559.4067] ++/Rect [126.921 713.317 225.202 724.221] + /Subtype /Link +-/A << /S /GoTo /D (a00042_ga7c61920feca6fd9006d930dabfc09058) >> ++/A << /S /GoTo /D (a00058_ga43) >> + >> endobj +-2829 0 obj << ++2253 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [138.4479 330.8907 233.421 341.7946] ++/Rect [229.018 713.317 321.779 724.221] + /Subtype /Link +-/A << /S /GoTo /D (a00043_ga217dc8d373f8958cc93c154ebce1c71c) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2830 0 obj << ++2254 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [241.0119 330.8907 376.0048 341.7946] ++/Rect [359.915 713.317 452.677 724.221] + /Subtype /Link +-/A << /S /GoTo /D (a00043_gga217dc8d373f8958cc93c154ebce1c71ca2e0dd0128dac6b03408c7dd170477fdc) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2831 0 obj << ++2259 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [378.9036 330.8907 511.5056 341.7946] ++/Rect [106.717 345.064 227.533 368.033] + /Subtype /Link +-/A << /S /GoTo /D (a00043_gga217dc8d373f8958cc93c154ebce1c71caf1b6bbad00d7b1017b918e3719f4d421) >> ++/A << /S /GoTo /D (a00058_ga44) >> + >> endobj +-2832 0 obj << ++2262 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 319.3091 240.435 329.8395] ++/Rect [269.426 285.175 340.05 296.054] + /Subtype /Link +-/A << /S /GoTo /D (a00043_gga217dc8d373f8958cc93c154ebce1c71ca679a7e0f0c7ee06b123565f90d98e7fa) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2833 0 obj << ++2264 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [243.4238 319.3091 398.1625 329.8395] ++/Rect [294.053 227.144 391.796 238.023] + /Subtype /Link +-/A << /S /GoTo /D (a00043_gga217dc8d373f8958cc93c154ebce1c71ca41ce440443cc3087caed95ab60edcad6) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2835 0 obj << ++2267 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [222.5181 234.4805 301.9895 245.3844] ++/Rect [250.338 175.947 320.962 186.836] + /Subtype /Link +-/A << /S /GoTo /D (a00043_gaf4cc194d5c0d38004a21b9f03522a7e3) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2836 0 obj << ++2269 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [306.6951 234.4805 381.1952 245.3844] ++/Rect [133.836 117.926 204.46 128.806] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2837 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [423.4567 234.4805 513.9963 245.3844] +-/Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++2251 0 obj << ++/D [2249 0 R /XYZ 90 757.935 null] + >> endobj +-2838 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [220.8769 182.9476 301.4542 193.8515] +-/Subtype /Link +-/A << /S /GoTo /D (a00043_gab52f83ab16eac465da55e16bdd30df77) >> ++2255 0 obj << ++/D [2249 0 R /XYZ 90 674.206 null] + >> endobj +-2839 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [305.3388 182.9476 379.8389 193.8515] +-/Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++2256 0 obj << ++/D [2249 0 R /XYZ 90 582.447 null] + >> endobj +-2840 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [420.2531 182.9476 484.7805 193.8515] +-/Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> ++2119 0 obj << ++/D [2249 0 R /XYZ 90 557.871 null] + >> endobj +-2841 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [221.7011 131.4147 323.8573 142.3186] +-/Subtype /Link +-/A << /S /GoTo /D (a00043_gac0ef3510b4e9c1273029ecf94e8c9686) >> ++2257 0 obj << ++/D [2249 0 R /XYZ 90 557.871 null] + >> endobj +-2842 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [328.1542 131.4147 402.6543 142.3186] +-/Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++2120 0 obj << ++/D [2249 0 R /XYZ 377.439 444.678 null] + >> endobj +-2843 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 119.4595 204.4499 130.3635] +-/Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++2258 0 obj << ++/D [2249 0 R /XYZ 90 426.712 null] + >> endobj +-2826 0 obj << +-/D [2824 0 R /XYZ 90 757.9346 null] ++2260 0 obj << ++/D [2249 0 R /XYZ 90 330.25 null] + >> endobj +-422 0 obj << +-/D [2824 0 R /XYZ 90 739.9346 null] ++601 0 obj << ++/D [2249 0 R /XYZ 90 303.391 null] + >> endobj +-2812 0 obj << +-/D [2824 0 R /XYZ 90 636.5989 null] ++2261 0 obj << ++/D [2249 0 R /XYZ 90 303.391 null] + >> endobj +-426 0 obj << +-/D [2824 0 R /XYZ 90 621.2148 null] ++907 0 obj << ++/D [2249 0 R /XYZ 90 261.44 null] + >> endobj +-2810 0 obj << +-/D [2824 0 R /XYZ 90 494.416 null] ++2263 0 obj << ++/D [2249 0 R /XYZ 90 245.63 null] + >> endobj +-430 0 obj << +-/D [2824 0 R /XYZ 90 479.0319 null] ++2265 0 obj << ++/D [2249 0 R /XYZ 90 221.167 null] + >> endobj +-2129 0 obj << +-/D [2824 0 R /XYZ 90 425.2743 null] ++2171 0 obj << ++/D [2249 0 R /XYZ 90 196.457 null] + >> endobj +-434 0 obj << +-/D [2824 0 R /XYZ 90 408.7693 null] ++2266 0 obj << ++/D [2249 0 R /XYZ 90 196.457 null] + >> endobj +-2828 0 obj << +-/D [2824 0 R /XYZ 90 350.2023 null] ++2121 0 obj << ++/D [2249 0 R /XYZ 90 152.222 null] + >> endobj +-2834 0 obj << +-/D [2824 0 R /XYZ 90 253.7921 null] ++2268 0 obj << ++/D [2249 0 R /XYZ 90 136.413 null] + >> endobj +-2823 0 obj << +-/Font << /F28 1626 0 R /F14 2206 0 R /F50 2369 0 R /F22 1616 0 R /F40 2073 0 R /F56 2749 0 R >> ++2248 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 467 0 R /F44 478 0 R /F14 590 0 R /F49 677 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-2853 0 obj << +-/Length 2586 ++2274 0 obj << ++/Length 2103 + /Filter /FlateDecode + >> + stream +-xڵZ[s۶~У4![M;S2mCKTI*Y\ś('3~~\,B&3 dY"2.g=?^eTRJ*gV$HPBg!BK*_>/yf .R3{qu* &Y5F,Ub_0"iJg NYGvf/iqr6ikKęⳀ2R +-6k,Ag%X΢ۻ˫o>]+<ϋ1dWz_ZEFFӶ\=n_`?+(C0:iVQ8 h4ESP +-~nԣr_npLegA +-p,R_P^}u`ajˈBHuHl0v4H 20I9=]P4H`(j rTe~ǘe5xsKc2FHXF +-jK9†mV[g +-j gT2FPU u>0R>}b^t]-AZ%%-D)Ȕ"ya0&MPf )?Cu[&yzEԜSL$5[Fht>M).d)Dд"@_yWQrf~nԗBDAL?']3 :sY +-& ˢTcͰIM ,YemvYI@r_#xU[ +- (!2&;ŒoLY%@Ꮈ% ( pcSC87z?"'fGSP '`%Mx"%:1$!A +-xDiRa3iVпbBuOcc/B['/%N'A +-p`n +-_ȓOSNMRzaE;)gK?hfW2?&83Kط lTtxe#U-iWEm]) }r+BdR7Y>?^zU&fX)̬i:kY>46Q5|8ltSU̠`Pe@|.z~~awr2]  #.tTTWQuF!#DuȡUX{;5qVvcwJﲼU(E%l~ PEc-ݑkס;sdVOvFE#G/^1.Gڽntx AW1`+Q)w7/mALPg7}YŐ迱 zvJ L Rx e 4UI)H(1wSkFpnbPYYI~?_nƞY=zt_Ixxi.Qopsx|̬ʪ+iuC2cOZv`5̷,%PvJ70 ffUU])%_]ύ{_5y}&e][/= +-xmtXMxm [GJk~xD(A=/&W#A3AnlHas dOVׇ]񂸼 .o9)EXԚG1=mZ\7?]_ݾ/2&_m^hOg~E{ +-Mj6ˎNP0v'W!mR G9 NҦc+t;K]+㱶i[Eev-РFsW4#6<:o+GuiOJK<=&2q4EY,W^Vh=%Cks>UB/c'7x)tex4->~ՈtbBZT*LŒ0.cVn@0W}X]V9jAܛ} $oyw5c??o?6b3endstream ++xZ[۶~ T 3gF"s \i& Ϸ3p0T5%?"Xaĉ8@,G ++Q8ˣq*2sVA1Z؈C3bUCdz0gy{;2\0++.>@{6-R(e+9G(Qu/=SC:elD:x4R TAA|c,DxSRWt cF],ԑR7C@d.aT]ENuĔ &3 te pKh@q- I-cc%CRNr=pH0|(+rX ?luL|::sNssM0uu#j^C' )2|K*MtA޳#Z69tsKDN=ZBN؈&S,R%NtG:%98Qp.^ypD9.۬C>;nr^}ߌHلTRlyvo7sm҄Iȿ~n3#ˌlv3%ΤS Mz]UBB;ݘn=:b.} qLoI%9t A<'Dd21%%  Vh@ёÍb0}?D E167Y])ķR1&ؤ"ܚTpԓGcj/Lc+oB2bnHfgsﺪU_zmX1Es&c&¸?nc rti2("(RUu-LЂGHg.x^9%"'TN6DlDZ99L:0~TO֯z~[W!mKK&)ȝ܇fͦVccaG_RfDclA<:BsLˑS ++SLM V#ZB= ++-y&"'*i:L: ++TȑR@eh) }:|  Cgal`aB5~qD?'N788EÁ"(sc5%XL#P&iIzP&E9>]۝MCNA|SENLibJL%$220d{jflƄqr9vf Pnh`޷ O]0xϤҫİ(-0}QϠ. Ɵ?Vu^G#~tqoT%7}Æ&mAjӿpX>7WzV;+¼9o]endstream + endobj +-2852 0 obj << ++2273 0 obj << + /Type /Page +-/Contents 2853 0 R +-/Resources 2851 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 2867 0 R +-/Annots [ 2855 0 R 2856 0 R 2857 0 R 2858 0 R 2859 0 R 2860 0 R 2861 0 R 2862 0 R 2863 0 R 2864 0 R 2865 0 R 2866 0 R ] ++/Contents 2274 0 R ++/Resources 2272 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 2270 0 R ++/Annots [ 2276 0 R 2278 0 R 2280 0 R 2281 0 R 2282 0 R 2284 0 R 2285 0 R 2286 0 R 2288 0 R 2290 0 R 2292 0 R 2294 0 R 2295 0 R 2297 0 R 2298 0 R ] + >> endobj +-2855 0 obj << ++2276 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [221.3473 726.8189 324.6094 737.7228] ++/Rect [307.034 689.559 393.131 700.463] + /Subtype /Link +-/A << /S /GoTo /D (a00043_gaa1373a002b9a0a87eb002e26c590f2da) >> ++/A << /S /GoTo /D (a00058_ga4) >> + >> endobj +-2856 0 obj << ++2278 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [328.7294 726.8189 403.2295 737.7228] ++/Rect [133.836 656.276 204.46 667.155] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2857 0 obj << ++2280 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 714.8637 178.4377 725.7676] ++/Rect [243.108 598.254 313.732 609.143] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2858 0 obj << ++2281 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [221.2584 675.8709 330.6075 686.7748] ++/Rect [332.456 598.254 430.199 609.143] + /Subtype /Link +-/A << /S /GoTo /D (a00043_ga2d6cca51524108966752609b6e725243) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2859 0 obj << ++2282 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [334.683 675.8709 409.1831 686.7748] ++/Rect [131.345 586.298 229.088 597.187] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2860 0 obj << ++2284 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [129.412 663.9157 219.9516 674.8196] ++/Rect [256.535 528.286 327.16 539.175] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2861 0 obj << ++2285 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [220.8373 624.9229 331.2922 635.8268] ++/Rect [345.576 528.286 443.318 539.175] + /Subtype /Link +-/A << /S /GoTo /D (a00043_ga58c49328c4213c9fbf8d80d5188d4c1e) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2862 0 obj << ++2286 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [335.1571 624.9229 409.6572 635.8268] ++/Rect [131.345 516.331 229.088 527.22] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2863 0 obj << ++2288 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [129.412 612.9677 193.9394 623.8717] ++/Rect [307.632 458.319 405.375 469.208] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2864 0 obj << ++2290 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [182.3689 528.2723 283.4288 539.1762] ++/Rect [237.237 351.109 307.861 361.998] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga4630aa1b7e08eac5b41be126194e84a1) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2865 0 obj << ++2292 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [418.4751 235.4576 513.9963 246.3616] ++/Rect [266.567 293.096 337.191 303.986] + /Subtype /Link +-/A << /S /GoTo /D (a00043_gga217dc8d373f8958cc93c154ebce1c71ca41ce440443cc3087caed95ab60edcad6) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2866 0 obj << ++2294 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [106.7172 225.5597 171.2447 234.4064] ++/Rect [256.681 235.084 354.424 245.973] + /Subtype /Link +-/A << /S /GoTo /D (a00043_gga217dc8d373f8958cc93c154ebce1c71ca41ce440443cc3087caed95ab60edcad6) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2854 0 obj << +-/D [2852 0 R /XYZ 90 757.9346 null] ++2295 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [393.655 235.084 491.397 245.973] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-438 0 obj << +-/D [2852 0 R /XYZ 90 575.4226 null] ++2297 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [285.967 147.493 383.71 158.382] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-442 0 obj << +-/D [2852 0 R /XYZ 90 211.8299 null] ++2298 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [136.326 135.538 234.069 146.427] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2844 0 obj << +-/D [2852 0 R /XYZ 90 183.1297 null] ++2275 0 obj << ++/D [2273 0 R /XYZ 90 757.935 null] + >> endobj +-446 0 obj << +-/D [2852 0 R /XYZ 90 183.1297 null] ++2122 0 obj << ++/D [2273 0 R /XYZ 397.713 692.712 null] + >> endobj +-2851 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F40 2073 0 R /F56 2749 0 R /F44 2087 0 R >> +-/ProcSet [ /PDF /Text ] ++2277 0 obj << ++/D [2273 0 R /XYZ 90 674.762 null] + >> endobj +-2874 0 obj << +-/Length 2389 +-/Filter /FlateDecode +->> +-stream +-xY[o~#۽p/[bMΉTmaeHfoKvۗ\ Ex&D ,] tA_u-/~Y"Al6;8%t\/ؑ5"-$fOy\ g`JSi!TxS}{dԲ '~=6QH.vۤsƒ_j6~pclUNQo,:QY0N;9Tۨcj]ZԅAٺYSTASspX` { 45hQ-"=zo Jiȃهa âm0eZ]x[KYd& O )}E#Iw|zkbCj;dPo[ >(!¾n;?Yb*FIvnUJa-nw#^i{9mx TzCl{j޼#!D] P'02|?ڸi,KIŦʀQ!.jP Xי-"KÕ+2lҲ WDRmn]+KWi硁FE.1 Ԍ!`:8WG7hT+6"ݭqY|{µ%L<<zX7)+c}-<$RGwdp9.Fޣ$+H7̔hI͉B<1c7" ,㱙TM쥍U=e-4Rאk~mpc/3^'L^D}9'T'u7-0b*u7: wդ .&\853ur`c!;?ӗ|].#$ 32&DSo7H`u"tr0 trVfۘN^{aΐGC}wЪCUon>x_2xֿjT/u&| +-HUS1 mĽF2BJɨ#<\_^+HuB)h):h +-QBybus!H 'UhU$JV3H%qH%b$_F*W򦀊iMdkοTv8RG.izS UgX5; V [/m,?ojNF p5)DDp~6?+XBXd LE\Q&T&>Yns M,A}RLy74)e˕sl̎~,xjY{x ߏO{^0endstream +-endobj +-2873 0 obj << +-/Type /Page +-/Contents 2874 0 R +-/Resources 2872 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 2867 0 R ++2240 0 obj << ++/D [2273 0 R /XYZ 90 632.544 null] + >> endobj +-2875 0 obj << +-/D [2873 0 R /XYZ 90 757.9346 null] ++2279 0 obj << ++/D [2273 0 R /XYZ 90 616.75 null] + >> endobj +-2845 0 obj << +-/D [2873 0 R /XYZ 107.7135 676.1313 null] ++2241 0 obj << ++/D [2273 0 R /XYZ 90 562.576 null] + >> endobj +-2846 0 obj << +-/D [2873 0 R /XYZ 107.7135 662.1169 null] ++2283 0 obj << ++/D [2273 0 R /XYZ 90 546.782 null] + >> endobj +-2847 0 obj << +-/D [2873 0 R /XYZ 107.7135 648.1024 null] ++2127 0 obj << ++/D [2273 0 R /XYZ 90 492.609 null] + >> endobj +-2848 0 obj << +-/D [2873 0 R /XYZ 107.7135 486.922 null] ++2287 0 obj << ++/D [2273 0 R /XYZ 90 476.815 null] + >> endobj +-450 0 obj << +-/D [2873 0 R /XYZ 90 423.2407 null] ++2177 0 obj << ++/D [2273 0 R /XYZ 90 385.065 null] + >> endobj +-2849 0 obj << +-/D [2873 0 R /XYZ 90 398.9125 null] ++2289 0 obj << ++/D [2273 0 R /XYZ 90 369.271 null] + >> endobj +-454 0 obj << +-/D [2873 0 R /XYZ 90 398.9125 null] ++2178 0 obj << ++/D [2273 0 R /XYZ 90 327.386 null] + >> endobj +-2868 0 obj << +-/D [2873 0 R /XYZ 90 342.9704 null] ++2291 0 obj << ++/D [2273 0 R /XYZ 90 311.593 null] + >> endobj +-458 0 obj << +-/D [2873 0 R /XYZ 90 329.2667 null] ++2271 0 obj << ++/D [2273 0 R /XYZ 90 269.374 null] + >> endobj +-2870 0 obj << +-/D [2873 0 R /XYZ 90 219.9706 null] ++2293 0 obj << ++/D [2273 0 R /XYZ 90 253.581 null] + >> endobj +-462 0 obj << +-/D [2873 0 R /XYZ 90 206.2669 null] ++2247 0 obj << ++/D [2273 0 R /XYZ 453.862 183.94 null] + >> endobj +-2414 0 obj << +-/D [2873 0 R /XYZ 90 96.348 null] ++2296 0 obj << ++/D [2273 0 R /XYZ 90 165.989 null] + >> endobj +-2872 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F50 2369 0 R /F44 2087 0 R >> ++2125 0 obj << ++/D [2273 0 R /XYZ 462.967 96.348 null] ++>> endobj ++2272 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F49 677 0 R /F44 478 0 R /F14 590 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-2878 0 obj << +-/Length 2020 ++2301 0 obj << ++/Length 1969 + /Filter /FlateDecode + >> + stream +-xZko6_6Pq|?M&Ct"%5X, ],ԣh jY:PcGP0.ǫ7#R\NzRZ{M #/n A /?LCM*mzmozs;MQO$~Z0-TE%Ib> F1 `D]~,  y" +-_(bO1|vqtu<;:|7;t移luKWGG,4}eW{KwgL" @g.ݮTL1Ioyr^#\E*'5\ Vcz7֢TQa°c;tR +-0yy욹 H1JHڃbaͦO#ivC˘˂?n;Xk?pb6Yam}H(_X/dzZj(E+[H77vhKRpD Uډ=8 U^w"*t0Xda}jXdF0I";q6Z*X9X$ ƭ;̷3Ssh2%RBwKYԮd’H0gUºr,H0jwMy*o,r~r;fיkDiӍw__-N泗ǥL5ҋL=" ;LZ7hte]8!>&}x郅j,h!~ ? ϊ2QK+c@;5W5io,wk`a¾́Uٷs ,Gvd!C ά Fe:uy] +-c9$9|7.f_pL :DKZh"+Vn)eual\F*tclnmZ]dGmbi޾ +-5 +-Pr!TMi;c  A^_n^y {+XC+۶ŚSrņn>JTO5QT2JژxTo;̹;*>y9bljdp"@krQ=ElQ/"0b('%/}7rfI2Xa(Q=ѢtpQ HrN`Jܞ+_1հ+Ta.E" ]I'o |1^NaA4kƠ%G)(磜*GpQ%*1;;=:,:`ʚzQ=z; JGMߌq>CN(Qz w\+pهÑrnÀDؾO18kkx.౰2*W/ [k]Pk`!_^2++ތj5WD$檄jsՓOZNsU;\T U+8+X$DB92o B" *Y_DleEU)&֢aWvS2ߗ>rQjJ&b!i(Q=uNf7x;1"4~\OMA*x$R)JHApQF9}郸!GoO[mM7QSME7tTn؆HHag\@R Dv ˯ ]:-CL Z=q +-]Ⱦ%Rȯwhžug}3@&GiGwpVqn:r{mߌ<-ݻrw,[-gϷXvQ\:|M7Q˳B?endstream ++xZKs6WViD~6ML}d;o!J쬿8>x_"OtgUZcn۾BЄH)df"ebztR AJl%aBg%Hm}hګL hhhh8Sԁ EDq ""R0agZhkC۸o}BN1/E:=>/M[Y ˌ!{LdX(\ADSU$KES E$!rvkĹHa+ȌChuӻH ++2I%g"H;S9mHH8>qV#ʦ'Ą{yzWR"L#&RT9k*VϑU ahﲁ}8ZWdDUG;%6&U"bLr&ꥋHF)8:Eb\sH|0^d-צk89T9\lOGC"v0EQA&`X!)+XE-~Tmv,kYbV ?lQc5@stP/U9H$IȪLU@_kӟWEb2"r0TKɌM˶ҭv%;mo:ݞkؕFNGJN7NT Hԇ;pRYi! fnOAU %Bѯ!"AD MJctZUjhvWOhj{~t:5x~Y"aNMe* * eRѵf6$X ++E,S_hg]ɲ(8LKxN$0K:gL'4ޚ OD63LLiG Qzy FC-Km+oȥtxЀcÐ0a{=."={rͥ蹒'9`.JpFIb%i,Pj>3P`&د֞>o;{ ޸S wzWm/iyY> endobj +-2881 0 obj << ++2304 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [138.5378 253.9411 244.9878 264.8451] ++/Rect [250.527 726.953 321.152 737.832] + /Subtype /Link +-/A << /S /GoTo /D (a00044_gac9764f79505775d06407b40f5e4661e8) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2882 0 obj << ++2305 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 237.5299 253.7154 247.7166] ++/Rect [338.257 726.953 436 737.832] + /Subtype /Link +-/A << /S /GoTo /D (a00044_ggac9764f79505775d06407b40f5e4661e8a18675bb80ebc1bce5b652e9de8f3998c) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2883 0 obj << ++2307 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [281.5053 237.5299 439.3922 247.7166] ++/Rect [138.817 669.914 209.441 680.803] + /Subtype /Link +-/A << /S /GoTo /D (a00044_ggac9764f79505775d06407b40f5e4661e8a979c7aa78dd32780858f30f47a72cca0) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2884 0 obj << ++2308 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [467.1821 237.5299 513.9963 247.7166] ++/Rect [297.68 669.914 395.422 680.803] + /Subtype /Link +-/A << /S /GoTo /D (a00044_ggac9764f79505775d06407b40f5e4661e8ad811fa4b2a6002c4d63695a408ffde2c) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2885 0 obj << ++2310 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 225.5748 193.3818 235.7614] ++/Rect [241.68 612.884 312.305 623.773] + /Subtype /Link +-/A << /S /GoTo /D (a00044_ggac9764f79505775d06407b40f5e4661e8ad811fa4b2a6002c4d63695a408ffde2c) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2886 0 obj << ++2312 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [196.3705 225.5748 353.6299 235.7614] ++/Rect [241.212 543.899 338.954 554.789] + /Subtype /Link +-/A << /S /GoTo /D (a00044_ggac9764f79505775d06407b40f5e4661e8ae370075e5af016d42310f87ea5af236b) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2887 0 obj << ++2314 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 208.1026 263.1199 218.6329] ++/Rect [247.01 438.763 317.635 449.652] + /Subtype /Link +-/A << /S /GoTo /D (a00044_ggac9764f79505775d06407b40f5e4661e8afb37480fe5f4236eb7dd4aef26f691e9) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2888 0 obj << ++2316 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [266.1086 208.1026 423.4279 218.6329] ++/Rect [296.942 381.733 367.566 392.623] + /Subtype /Link +-/A << /S /GoTo /D (a00044_ggac9764f79505775d06407b40f5e4661e8aecdd4164d647708fbb51a00d98dbb138) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2889 0 obj << ++2318 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [138.5378 166.4982 239.05 177.4021] ++/Rect [280.235 312.749 350.86 323.638] + /Subtype /Link +-/A << /S /GoTo /D (a00044_gab00475fd98815bf4fb9aaf752030e7d2) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2890 0 obj << ++2320 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 150.087 253.3266 160.2737] ++/Rect [264.905 255.719 362.648 266.608] + /Subtype /Link +-/A << /S /GoTo /D (a00044_ggab00475fd98815bf4fb9aaf752030e7d2a1b1b74aef138f64aff214a8cbdfe8eb4) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2891 0 obj << ++2321 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [265.1765 150.087 402.2018 160.2737] ++/Rect [401.688 255.719 499.43 266.608] + /Subtype /Link +-/A << /S /GoTo /D (a00044_ggab00475fd98815bf4fb9aaf752030e7d2a1dc7dd5cdcd5796893a325a524555298) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2892 0 obj << ++2323 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [414.0517 150.087 513.9963 160.2737] ++/Rect [254.729 186.734 352.472 197.623] + /Subtype /Link +-/A << /S /GoTo /D (a00044_ggab00475fd98815bf4fb9aaf752030e7d2a0335311a0ee04166df2888d52b4a42c6) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2893 0 obj << ++2324 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 138.1318 150.2239 148.3185] ++/Rect [391.747 186.734 489.49 197.623] + /Subtype /Link +-/A << /S /GoTo /D (a00044_ggab00475fd98815bf4fb9aaf752030e7d2a0335311a0ee04166df2888d52b4a42c6) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2894 0 obj << ++2326 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [153.2127 138.1318 294.1134 148.3185] ++/Rect [245.097 117.75 342.84 128.639] + /Subtype /Link +-/A << /S /GoTo /D (a00044_ggab00475fd98815bf4fb9aaf752030e7d2aa6e49e54f52827cb143cc869cfd748af) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2895 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 120.6597 268.6491 131.19] +-/Subtype /Link +-/A << /S /GoTo /D (a00044_ggab00475fd98815bf4fb9aaf752030e7d2aad6b9eaf2ee324ca58dc8f58094b9997) >> ++2302 0 obj << ++/D [2300 0 R /XYZ 90 757.935 null] + >> endobj +-2879 0 obj << +-/D [2877 0 R /XYZ 90 757.9346 null] ++2303 0 obj << ++/D [2300 0 R /XYZ 90 739.935 null] + >> endobj +-466 0 obj << +-/D [2877 0 R /XYZ 90 739.9346 null] ++2124 0 obj << ++/D [2300 0 R /XYZ 90 703.385 null] + >> endobj +-2850 0 obj << +-/D [2877 0 R /XYZ 90 621.7922 null] ++2306 0 obj << ++/D [2300 0 R /XYZ 90 688.41 null] + >> endobj +-470 0 obj << +-/D [2877 0 R /XYZ 90 604.5483 null] ++2169 0 obj << ++/D [2300 0 R /XYZ 90 646.355 null] + >> endobj +-2869 0 obj << +-/D [2877 0 R /XYZ 90 481.5237 null] ++2309 0 obj << ++/D [2300 0 R /XYZ 90 631.38 null] + >> endobj +-474 0 obj << +-/D [2877 0 R /XYZ 90 464.2798 null] ++2235 0 obj << ++/D [2300 0 R /XYZ 90 577.744 null] + >> endobj +-2130 0 obj << +-/D [2877 0 R /XYZ 90 340.6325 null] ++2311 0 obj << ++/D [2300 0 R /XYZ 90 562.769 null] + >> endobj +-478 0 obj << +-/D [2877 0 R /XYZ 90 334.0128 null] ++2123 0 obj << ++/D [2300 0 R /XYZ 90 474.292 null] + >> endobj +-2880 0 obj << +-/D [2877 0 R /XYZ 90 274.0793 null] ++2313 0 obj << ++/D [2300 0 R /XYZ 90 459.317 null] + >> endobj +-2876 0 obj << +-/Font << /F28 1626 0 R /F50 2369 0 R /F22 1616 0 R /F44 2087 0 R /F40 2073 0 R >> ++2173 0 obj << ++/D [2300 0 R /XYZ 90 415.205 null] ++>> endobj ++2315 0 obj << ++/D [2300 0 R /XYZ 90 400.23 null] ++>> endobj ++2172 0 obj << ++/D [2300 0 R /XYZ 90 346.22 null] ++>> endobj ++2317 0 obj << ++/D [2300 0 R /XYZ 90 331.245 null] ++>> endobj ++2244 0 obj << ++/D [2300 0 R /XYZ 90 289.19 null] ++>> endobj ++2319 0 obj << ++/D [2300 0 R /XYZ 90 274.215 null] ++>> endobj ++2246 0 obj << ++/D [2300 0 R /XYZ 90 220.206 null] ++>> endobj ++2322 0 obj << ++/D [2300 0 R /XYZ 90 205.231 null] ++>> endobj ++2234 0 obj << ++/D [2300 0 R /XYZ 90 151.221 null] ++>> endobj ++2325 0 obj << ++/D [2300 0 R /XYZ 90 136.246 null] ++>> endobj ++2245 0 obj << ++/D [2300 0 R /XYZ 90 94.191 null] ++>> endobj ++2299 0 obj << ++/Font << /F28 362 0 R /F49 677 0 R /F22 352 0 R /F44 478 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-2911 0 obj << +-/Length 3621 ++2329 0 obj << ++/Length 1778 + /Filter /FlateDecode + >> + stream +-x\n#7}WQ"t6̒! [q ۝LRUEqj Ҳ}ޣĊbǂvun^&|o_׿#Xr槵%no/7WoWw_^e$a1/~n3\RM?_xgb3B`ލ77i2wL*ldV5-%fYJS'FH*4 "w|~ׯ.7VsCBU$7x;B1JpQ52۷{y5'K6 3QF1o]($$ѝHp*}PݻÛk xט0xz t ^)5ϚF Nʰ 0mQ+kS7i %\`0yEjf.)ɛBI#g,ڸZMRLQR0kP%UM>8_̹}A&Y &,ٶ(,Ğ+T7%O"/tʭwڬwۧP5Fѻ};.>؜W|! yx7bl`Jq|T2\/*5R\Զ< "nDI݊I%M0唯 6 RmYk'װLB$2&8L*y:ː&n)/a]iQ EqyGEfmd-GTڸr Rv5,Z"wh;$t)І) '0^̐h'_RB EF2xtyQۓ+ ; r{,qCQX\.+Ǖm| Nxase&ДM0ZಀyӸ6yy]SAnڸq|c3-4>qD $ 3gUp]H4qxT`>EKP-Ruh@%OS<z\\^r1Y`8q$NXQ8/Tq6nYz"btCZ-SB`Q'yS5ϜH:#%T:jBjÌ3/ABT8X +-Bj/e7V86~)zww3 b*?ǻɫU_OwnT᳹Q4T{ƥ$78&&`N>I%+J=EQsAd@Reo9`=@2eZ"h-ũPiVQ`tR6k&XY{m1+RۓN$a_ 8vl 6˘9~3:wADҩc.P-$aPJM飈tsW1abw`w0hv UOs-A(QB9H 4ŖۻI>a^Oa;л #~?0w}ҩQQQECPXr.0ic#)M#WIhI`eR\9ٝ +-31yI:Q9| +:}"Nl%vE1% FkW"$Eƾ +-5/pТ'Hq˽>jeJ(rE< h]'qe\ +- EpІ3xUS;XiUv8ҡC3!2Jĉ9^_):L.8 + ,_Lazː65HhE&P˥KZx(mK.=}dyN6@'Xy-Ч ,oi֘E.r2dϛd8^KWn]ZRA6 ]i< E0WnUU,^B")M+{!ʭ ʗ+"`-8M \v'X-tp*&"{H̾d{%HxDHK( P-6\ͧfܝw.zXi{Bɝw<#TC0Dsьf{)ö.?òߣQu 7AOE*6A1n o W+oyB㹫]t`a6 +-} fg܎sֲι *~o`߳CNa=[C-~P2ec1-'*}zޔv{?~zx!/@> aKiֻqKﻫǛ8qs&vWw}[ 6̄߇ܷ͔yG endstream ++xYY6~У T,#o=A4[,[w(Q6)@37 )`G%2L$NW ~M_N 2%%Ad{t#1_9VD,7lR!OC|{;?}VT*/%8`҆{` 1Gxƈ/8e{F=V/^>O ++J2/*XtZ" ++%us 1[v#ag{q؜Ɣ hGO¡ScrN(5( ++,r("9~*ΕY5WANǜȫzXbm^eNפmt90vzKSHxbS[dg$I$|p&i1ϝIPfnL"Lp ڭlb, ]9EC~5 cyN+y}m5cBN" 52#LRtTH<̐0mHIGKZ31\]0z Вf)҉Ŀ+2bP%&FlR'pzED`#6:+{N=LF =Y(Yhc+%KJ K ++gH?ga ++#M0Qn%VCd>G6*]=H'D1[%r"oFjV1iUBc=])EHmP0~C}9>_"14 m>ěb;6%Rq*k(OSdNmiNv+/qܬMn Bh?f `' ' 9/-x,ۄcIi!cI #aHWob(15̴ԃG障;tbX2 qJ'3t4Rc\zA!Y;=9G좧Vx6(%a]k`!iW̬eE(ʠUendstream + endobj +-2910 0 obj << ++2328 0 obj << + /Type /Page +-/Contents 2911 0 R +-/Resources 2909 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 2867 0 R +-/Annots [ 2914 0 R 2915 0 R 2916 0 R 2917 0 R 2918 0 R 2919 0 R 2920 0 R 2921 0 R 2922 0 R 2923 0 R 2924 0 R 2925 0 R 2926 0 R 2927 0 R 2928 0 R 2929 0 R 2930 0 R 2931 0 R 2932 0 R 2933 0 R 2934 0 R 2935 0 R 2936 0 R 2937 0 R 2938 0 R 2939 0 R 2940 0 R 2941 0 R 2942 0 R 2943 0 R 2944 0 R 2945 0 R 2946 0 R 2947 0 R 2948 0 R 2949 0 R 2950 0 R 2951 0 R 2952 0 R 2953 0 R 2954 0 R 2955 0 R 2956 0 R 2957 0 R 2958 0 R 2959 0 R 2960 0 R 2961 0 R 2962 0 R 2963 0 R 2964 0 R 2965 0 R 2966 0 R ] ++/Contents 2329 0 R ++/Resources 2327 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 2270 0 R ++/Annots [ 2332 0 R 2333 0 R 2335 0 R 2337 0 R 2339 0 R 2341 0 R 2343 0 R 2344 0 R 2346 0 R 2348 0 R 2349 0 R 2350 0 R 2352 0 R ] + >> endobj +-2914 0 obj << ++2332 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [228.2092 704.0829 348.6364 714.9869] ++/Rect [266.104 726.943 363.847 737.832] + /Subtype /Link +-/A << /S /GoTo /D (a00044_ga747962cbb16fd12ad6d126011c734a27) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2915 0 obj << ++2333 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [356.1891 704.0829 430.6892 714.9869] ++/Rect [416.254 726.943 513.996 737.832] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2916 0 obj << ++2335 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [479.3564 704.0829 513.9963 714.9869] ++/Rect [242.318 654.798 340.06 665.687] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga2f5276235841ad66a79bedad16a5a10c) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2917 0 obj << ++2337 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 692.1278 180.1014 703.0317] ++/Rect [248.773 594.608 346.516 605.497] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga2f5276235841ad66a79bedad16a5a10c) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2918 0 obj << ++2339 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [216.0164 692.1278 322.4664 703.0317] ++/Rect [239 534.418 336.743 545.307] + /Subtype /Link +-/A << /S /GoTo /D (a00044_gac9764f79505775d06407b40f5e4661e8) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2919 0 obj << ++2341 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [220.3775 653.1756 305.3878 664.0795] ++/Rect [242.318 422.61 340.06 433.499] + /Subtype /Link +-/A << /S /GoTo /D (a00044_ga8b6d1d90227aff8e44ef26bc1f8a8f95) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2920 0 obj << ++2343 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [309.0228 653.1756 383.5229 664.0795] ++/Rect [244.44 310.801 315.064 321.691] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2921 0 obj << ++2344 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [423.4567 653.1756 513.9963 664.0795] ++/Rect [332.718 310.801 430.461 321.691] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2922 0 obj << ++2346 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [144.3459 641.2204 250.7958 652.1244] ++/Rect [248.873 250.611 319.498 261.5] + /Subtype /Link +-/A << /S /GoTo /D (a00044_gac9764f79505775d06407b40f5e4661e8) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2923 0 obj << ++2348 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [227.7881 602.2683 349.3212 613.1722] ++/Rect [241.484 190.421 312.108 201.31] + /Subtype /Link +-/A << /S /GoTo /D (a00044_ga7b46a4ca0b2db9723ca73b0c148ccd93) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2924 0 obj << ++2349 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [356.6632 602.2683 431.1633 613.1722] ++/Rect [330.869 190.421 428.612 201.31] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2925 0 obj << ++2350 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [479.3564 602.2683 513.9963 613.1722] ++/Rect [136.326 178.466 234.069 189.355] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga37e35730fa7e775b5bb0afe893d6d508) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2926 0 obj << ++2352 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 590.3131 154.0892 601.217] ++/Rect [242.218 118.276 312.843 129.165] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga37e35730fa7e775b5bb0afe893d6d508) >> ++/A << /S /GoTo /D (a00058_ga0) >> ++>> endobj ++2330 0 obj << ++/D [2328 0 R /XYZ 90 757.935 null] ++>> endobj ++2331 0 obj << ++/D [2328 0 R /XYZ 90 739.935 null] ++>> endobj ++2181 0 obj << ++/D [2328 0 R /XYZ 90 690.903 null] ++>> endobj ++2334 0 obj << ++/D [2328 0 R /XYZ 90 673.294 null] ++>> endobj ++2233 0 obj << ++/D [2328 0 R /XYZ 90 630.713 null] ++>> endobj ++2336 0 obj << ++/D [2328 0 R /XYZ 90 613.104 null] ++>> endobj ++2237 0 obj << ++/D [2328 0 R /XYZ 90 570.523 null] ++>> endobj ++2338 0 obj << ++/D [2328 0 R /XYZ 90 552.914 null] ++>> endobj ++2236 0 obj << ++/D [2328 0 R /XYZ 90 458.715 null] ++>> endobj ++2340 0 obj << ++/D [2328 0 R /XYZ 90 441.106 null] ++>> endobj ++2243 0 obj << ++/D [2328 0 R /XYZ 90 346.906 null] ++>> endobj ++2342 0 obj << ++/D [2328 0 R /XYZ 90 329.298 null] ++>> endobj ++2170 0 obj << ++/D [2328 0 R /XYZ 90 286.716 null] ++>> endobj ++2345 0 obj << ++/D [2328 0 R /XYZ 90 269.108 null] ++>> endobj ++2239 0 obj << ++/D [2328 0 R /XYZ 90 226.526 null] ++>> endobj ++2347 0 obj << ++/D [2328 0 R /XYZ 90 208.918 null] ++>> endobj ++2174 0 obj << ++/D [2328 0 R /XYZ 90 154.381 null] ++>> endobj ++2351 0 obj << ++/D [2328 0 R /XYZ 90 136.772 null] ++>> endobj ++2176 0 obj << ++/D [2328 0 R /XYZ 90 94.191 null] ++>> endobj ++2327 0 obj << ++/Font << /F28 362 0 R /F49 677 0 R /F22 352 0 R /F44 478 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++2355 0 obj << ++/Length 2090 ++/Filter /FlateDecode ++>> ++stream ++xYMW(U0A͉'NR'5EI ++ENH*_P8R[CIuJ(1_Vx}߭M`84]g(lt~. ?obP7O\o>u0*ݤl?=l&I߫d ++#Wƈdj꟣φlG oB%gK)0;VL+??_>_94E0dHR?oO/]kxQ: ~KB&l3Oms-W}4PĔxN I4'1u}qICQQnqe8*SU?߁d--?@5Nn1B 03 2BȚLb )X,/"QT鶑-j,-s%.ek,.Fen`?:k7R:"1gK ++IikL$,GY1Wds#u86maM`.^t19ƚ~94Eg7Gt(TX<$7Tt.1_cת/_lMg7[S5rWf5.\ީӦ- C mxxs18EgxL]f]&pXs%'LD CeGaF $kF;]F}@ckd,'͵6pafvcUoEDm֢ɛJCsAr:g>τ.|pI$3& ++p[?X!Vρ5y-(HdovϞ:1x!R!e|^twE]?m3ڥJ;Le>- ۃ޲WL;h콷 kom>}>./^jendstream ++endobj ++2354 0 obj << ++/Type /Page ++/Contents 2355 0 R ++/Resources 2353 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 2270 0 R ++/Annots [ 2358 0 R 2360 0 R 2362 0 R 2364 0 R 2366 0 R 2368 0 R 2370 0 R 2372 0 R ] + >> endobj +-2927 0 obj << ++2358 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [190.0042 590.3131 296.4542 601.217] ++/Rect [287.984 726.943 358.609 737.832] + /Subtype /Link +-/A << /S /GoTo /D (a00044_gac9764f79505775d06407b40f5e4661e8) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2928 0 obj << ++2360 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.6851 551.3609 315.8014 562.2649] ++/Rect [271.548 655.585 342.173 666.474] + /Subtype /Link +-/A << /S /GoTo /D (a00044_gab07aedba1119f99130e5f0b796b7d8a5) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2929 0 obj << ++2362 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [324.0924 551.3609 398.5925 562.2649] ++/Rect [261.605 596.181 332.23 607.07] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2930 0 obj << ++2364 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [448.9209 551.3609 513.9963 562.2649] ++/Rect [396.02 507.198 493.762 518.087] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2931 0 obj << ++2366 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 539.4058 118.6724 550.3097] ++/Rect [250.068 355.515 320.693 366.404] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2932 0 obj << ++2368 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [149.6061 539.4058 256.056 550.3097] ++/Rect [346.924 278.487 444.667 289.376] + /Subtype /Link +-/A << /S /GoTo /D (a00044_gac9764f79505775d06407b40f5e4661e8) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2933 0 obj << ++2370 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [236.7693 500.4536 379.8813 511.3575] ++/Rect [136.326 207.128 234.069 218.017] + /Subtype /Link +-/A << /S /GoTo /D (a00044_gaf10d18cd4703ec980d7440a1c23fa07f) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2934 0 obj << ++2372 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [391.7162 500.4536 466.2163 511.3575] ++/Rect [284.379 118.145 355.004 129.034] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2935 0 obj << ++2356 0 obj << ++/D [2354 0 R /XYZ 90 757.935 null] ++>> endobj ++2357 0 obj << ++/D [2354 0 R /XYZ 90 739.935 null] ++>> endobj ++2175 0 obj << ++/D [2354 0 R /XYZ 90 691.034 null] ++>> endobj ++2359 0 obj << ++/D [2354 0 R /XYZ 90 674.081 null] ++>> endobj ++1329 0 obj << ++/D [2354 0 R /XYZ 90 631.631 null] ++>> endobj ++2361 0 obj << ++/D [2354 0 R /XYZ 90 614.677 null] ++>> endobj ++2126 0 obj << ++/D [2354 0 R /XYZ 230.352 544.804 null] ++>> endobj ++2363 0 obj << ++/D [2354 0 R /XYZ 90 525.694 null] ++>> endobj ++2128 0 obj << ++/D [2354 0 R /XYZ 90 390.631 null] ++>> endobj ++2365 0 obj << ++/D [2354 0 R /XYZ 90 373.677 null] ++>> endobj ++2130 0 obj << ++/D [2354 0 R /XYZ 217.341 316.094 null] ++>> endobj ++2367 0 obj << ++/D [2354 0 R /XYZ 90 296.983 null] ++>> endobj ++2129 0 obj << ++/D [2354 0 R /XYZ 90 254.533 null] ++>> endobj ++2369 0 obj << ++/D [2354 0 R /XYZ 90 237.58 null] ++>> endobj ++2167 0 obj << ++/D [2354 0 R /XYZ 191.05 155.752 null] ++>> endobj ++2371 0 obj << ++/D [2354 0 R /XYZ 90 136.641 null] ++>> endobj ++2180 0 obj << ++/D [2354 0 R /XYZ 90 94.191 null] ++>> endobj ++2353 0 obj << ++/Font << /F28 362 0 R /F49 677 0 R /F22 352 0 R /F44 478 0 R /F14 590 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++2375 0 obj << ++/Length 1282 ++/Filter /FlateDecode ++>> ++stream ++xڭXn6+Y@ȲtAԋӁ؊#ԖRYn~}/EʦH1M8܇H2 $38SB!DMp&Ŀun>G3dwI$?O5Ḩ?-=-f9xsZn~|+ /0#ӭPjmYW/#9O]0i5gkX F1"d _o'M~=p<[ ))-_ *GLC,C/7Uv]ajq_Ӣe864zv1/G| ++<'cvݎ,Vuob*yD% ++^Ips")ԺQՁqq:FC, $rRʿ9!#AO.֑h 5RXEqGgij~p4APoa ӈ ٳ: ++[$r'Jc{($|د ĵȤb+B> endobj ++2378 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [183.9273 488.4984 279.4482 499.4024] ++/Rect [325.097 726.943 422.839 737.832] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga2f5276235841ad66a79bedad16a5a10c) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2936 0 obj << ++2380 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [315.3631 488.4984 421.8131 499.4024] ++/Rect [308.489 670.4 406.232 681.289] + /Subtype /Link +-/A << /S /GoTo /D (a00044_gac9764f79505775d06407b40f5e4661e8) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2937 0 obj << ++2382 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [219.8658 449.5463 327.561 460.4502] ++/Rect [252.28 613.856 350.023 624.745] + /Subtype /Link +-/A << /S /GoTo /D (a00044_gac63c4517e71b3f0d41b3dee3e83dc55c) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2938 0 obj << ++2384 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [330.9403 449.5463 405.4404 460.4502] ++/Rect [246.317 509.745 316.942 520.634] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2939 0 obj << ++2385 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 437.5911 204.4499 448.495] ++/Rect [335.592 509.745 433.335 520.634] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2940 0 obj << ++2386 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [235.3836 437.5911 341.8335 448.495] ++/Rect [136.326 497.79 234.069 508.679] + /Subtype /Link +-/A << /S /GoTo /D (a00044_gac9764f79505775d06407b40f5e4661e8) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2941 0 obj << ++2388 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [236.2165 398.6389 380.4345 409.5429] ++/Rect [248.674 441.246 319.299 452.135] + /Subtype /Link +-/A << /S /GoTo /D (a00044_ga22074ed072e1039f74f17f7b16e9e39d) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2942 0 obj << ++2376 0 obj << ++/D [2374 0 R /XYZ 90 757.935 null] ++>> endobj ++2377 0 obj << ++/D [2374 0 R /XYZ 90 739.935 null] ++>> endobj ++2179 0 obj << ++/D [2374 0 R /XYZ 90 703.466 null] ++>> endobj ++2379 0 obj << ++/D [2374 0 R /XYZ 90 688.896 null] ++>> endobj ++2238 0 obj << ++/D [2374 0 R /XYZ 90 646.922 null] ++>> endobj ++2381 0 obj << ++/D [2374 0 R /XYZ 90 632.352 null] ++>> endobj ++2242 0 obj << ++/D [2374 0 R /XYZ 90 542.811 null] ++>> endobj ++2383 0 obj << ++/D [2374 0 R /XYZ 90 528.241 null] ++>> endobj ++2168 0 obj << ++/D [2374 0 R /XYZ 90 474.313 null] ++>> endobj ++2387 0 obj << ++/D [2374 0 R /XYZ 90 459.742 null] ++>> endobj ++2373 0 obj << ++/Font << /F28 362 0 R /F49 677 0 R /F22 352 0 R /F44 478 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++2391 0 obj << ++/Length 1722 ++/Filter /FlateDecode ++>> ++stream ++xYK6W(1÷m дuOPڨ-mm[w(A{ `)j<3~"s \y,bo3<73.2xj5Usdն$HP2_=|rGoSz:ۇ킊(?هc./H=ϛ]`4WxLHU[`8=?B0_̟az~q0us3 7#ƥ4xZ&Vn 0!;./٦ٹ'F2$hd%LU:OvRAE 2! R2c[b˦i3ztNXa ++ CYo.XLغj9)f+trC21T ,p a$GL@S~N2H]41E6 m -' Tb4r=|tj+DdP ++!,n ++(\+|/,|ʉ ±s0si4+Qy;5\+ft!FD2W{ Š.kr8V".k3ق*aw~s.׺DJS]T`򫱗{@{AD( QGQ ++يwC7# ^ 4P69Pثr(9ԺaȠ''D/9fM۷I{R)?V ÐCPؐ`c(B^f7kdӷ~QG 7N ++ E{As(*LaPेhN/ b"LBk$iP"'K_LjT5npM,JQV΅0;W ++"Y|s9YS*`=&TaTC!M~݋[19 \,ƀI/NV9 h %'n c0^CBL1n tМR8[DHBzЮH'Ҷ 5S٥Ɏj75/¶"Ĉ5-Mp#Z ֣k'O %x-l澋PpzL4׏!&gU` X/,K2BM9)Ĵ(Om劢Ѷ/x:&W;lPHlSjǛp/`u/kd&v~إ'{1Y,*vIaw98UƠj@KSrJi愰gf oD>( Ce9譼,k|yܗ{8bJ%֟Md5pqors07Ia}/@|MU$ne-:EZZ KZf ֹ ʈDbRf^]jWH^ʊ Pg΢ 1VLc8N@&_y-ڢMWZQ2N:0n؊~uS؊Ê8[]ԟ&$b\400'~XDT9uGy殗CKQtky_bpH?XcֺqM'0ȯo4W MKm;JW=a{>MNHgtC$^5-å>_}1ng~lendstream ++endobj ++2390 0 obj << ++/Type /Page ++/Contents 2391 0 R ++/Resources 2389 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 2411 0 R ++/Annots [ 2395 0 R 2396 0 R 2397 0 R 2398 0 R 2399 0 R 2400 0 R 2401 0 R 2405 0 R 2406 0 R 2409 0 R 2410 0 R ] ++>> endobj ++2395 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [391.9927 398.6389 466.4928 409.5429] ++/Rect [159.764 674.226 315.359 685.13] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00059_ga0) >> + >> endobj +-2943 0 obj << ++2396 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [183.9273 386.6838 253.436 397.5877] ++/Rect [323.004 674.226 397.504 685.13] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga37e35730fa7e775b5bb0afe893d6d508) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2944 0 obj << ++2397 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [289.351 386.6838 395.8009 397.5877] ++/Rect [453.344 674.226 513.996 685.13] + /Subtype /Link +-/A << /S /GoTo /D (a00044_gac9764f79505775d06407b40f5e4661e8) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2945 0 obj << ++2398 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [225.8909 347.7316 334.6921 358.6355] ++/Rect [113.91 662.271 149.108 673.174] + /Subtype /Link +-/A << /S /GoTo /D (a00044_gabaf9c13f1fa301d6895594cec52226e2) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2946 0 obj << ++2399 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [341.085 347.7316 415.5851 358.6355] ++/Rect [154.807 623.416 322.018 634.32] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00059_ga1) >> + >> endobj +-2947 0 obj << ++2400 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [136.884 335.7764 201.4114 346.6804] ++/Rect [327.184 623.416 401.684 634.32] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2948 0 obj << ++2401 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [232.345 335.7764 338.795 346.6804] ++/Rect [449.469 623.416 513.996 634.32] + /Subtype /Link +-/A << /S /GoTo /D (a00044_gac9764f79505775d06407b40f5e4661e8) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-2949 0 obj << ++2405 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [224.419 296.8243 366.4151 307.7282] ++/Rect [351.37 527.156 428.082 538.035] + /Subtype /Link +-/A << /S /GoTo /D (a00044_gade5e2c28ea8475a479bf2b1df36c6ccd) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2950 0 obj << ++2406 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [372.0717 296.8243 446.5718 307.7282] ++/Rect [131.345 515.201 198.642 526.08] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-2951 0 obj << ++2409 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [202.6986 284.8691 298.2195 295.7731] ++/Rect [339.204 399.498 415.916 410.377] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga2f5276235841ad66a79bedad16a5a10c) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2952 0 obj << ++2410 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [333.4479 284.8691 439.8979 295.7731] ++/Rect [131.345 387.543 225.76 398.422] + /Subtype /Link +-/A << /S /GoTo /D (a00044_gac9764f79505775d06407b40f5e4661e8) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2953 0 obj << ++2392 0 obj << ++/D [2390 0 R /XYZ 90 757.935 null] ++>> endobj ++2393 0 obj << ++/D [2390 0 R /XYZ 90 739.935 null] ++>> endobj ++214 0 obj << ++/D [2390 0 R /XYZ 90 739.935 null] ++>> endobj ++2394 0 obj << ++/D [2390 0 R /XYZ 90 693.176 null] ++>> endobj ++2402 0 obj << ++/D [2390 0 R /XYZ 90 574.141 null] ++>> endobj ++2403 0 obj << ++/D [2390 0 R /XYZ 90 547.656 null] ++>> endobj ++2404 0 obj << ++/D [2390 0 R /XYZ 90 547.656 null] ++>> endobj ++2407 0 obj << ++/D [2390 0 R /XYZ 125.696 434.712 null] ++>> endobj ++2408 0 obj << ++/D [2390 0 R /XYZ 90 420.042 null] ++>> endobj ++2389 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F14 590 0 R /F40 467 0 R /F44 478 0 R /F49 677 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++2414 0 obj << ++/Length 2117 ++/Filter /FlateDecode ++>> ++stream ++xZY6~ ,o}lsA ++>%Bkkm^ۑlwF$mݠOEXp8ٜ?67t櫧osozn 1Z?׌(wIKf4y^0<ՂeIXrEU+{*}Vp_ӂ%;':=&o~9]<װw3JpM 3f4\gcWL.I"WJauybXT5.`(: Ĩ7 ++W[,W)ܩu_vQM:GU 苊2q%Cӎr q/˺EqtrO%Zn~r̫_OO#2}&/ukJ2CkL$JQ&aE\ 2Ơz**/A@Es?Yr,@/7*BY7`EAi>ךCw0m$2nmK:dOE&_ۏ6 F;{r͡6$CKP},27\['tp؂`//{"QTǣ888sA91(!I-T!-rPtpjA2QWDIՍ:e'EK_1UyBs8vJ@D]BBR49@gH`;` rH/2N8Kt˲eڮdP*Xh(=qJ;e 4rV-Y- ++i~+^'ՉͶZ4)18g%n/YF`\۫Mpe me ++(r.-Mwfy)%Z'ȫ,^7j!oh0B:>nB䅂ߏ oJ΢A2QW NGW@/7SyrLu{q30:{؋尷r=^Y؍QQ*sVMLCWpUNSvSEG~ZթȺwo/Y[0QiF2o\E܍;iEp sɁSUQ ++ݽÆ;|{mK8.hi];Ce/}y<&>q^cg:9[P1Rak|,>W/9e@:2p-HGԁ&L_+m뗺)\.]MGBen?cb3uwiwzYGG.Kq<΀C)o ++;e >UބJsNf`Bsc ++ބx<-lP)Bm9WA{VVj0{h*%` {h@AnF(0?Gľ.Hqľ֬ցe2)s6cKJ5C6_p|)Zu߯"<|r7y{2BT|x@oN.B^JSdh`_Q! d 4<)*z0 3 g;s'$'ᧆfƀNz*JE}JdxH@Nutřx Za~pR7ܻ$i^wN {PZ l#1OŰOm * ++ !تxXܣ󦩰rVi{r>oS{d\*I aUBS1>wEKJ)jř%;a <#o ++zkJ/Uy{ƀ=X.{0D+1~;{2bPq"WB3rc[+  5pq?2p2: ++sQɎߌi .,MFdQz''}řpwQGS?3#E~} ++ /"endstream ++endobj ++2413 0 obj << ++/Type /Page ++/Contents 2414 0 R ++/Resources 2412 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 2411 0 R ++/Annots [ 2418 0 R 2419 0 R 2420 0 R 2421 0 R 2422 0 R 2423 0 R 2424 0 R 2425 0 R 2426 0 R 2431 0 R 2432 0 R 2435 0 R 2438 0 R 2439 0 R ] ++>> endobj ++2418 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [220.0938 245.917 326.6731 256.8209] ++/Rect [126.921 674.226 258.965 685.13] + /Subtype /Link +-/A << /S /GoTo /D (a00044_ga06594edeb4728cb9e014aed924d1e74a) >> ++/A << /S /GoTo /D (a00060_ga0) >> + >> endobj +-2954 0 obj << ++2419 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [330.1663 245.917 404.6664 256.8209] ++/Rect [308.997 674.226 373.524 685.13] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-2955 0 obj << ++2420 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [156.7989 233.9618 247.3385 244.8657] ++/Rect [129.768 635.371 250.205 646.275] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00060_ga1) >> + >> endobj +-2956 0 obj << ++2421 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [278.2722 233.9618 384.7221 244.8657] ++/Rect [256.867 635.371 331.367 646.275] + /Subtype /Link +-/A << /S /GoTo /D (a00044_gac9764f79505775d06407b40f5e4661e8) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2957 0 obj << ++2422 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [223.9978 195.0096 367.0999 205.9136] ++/Rect [422.909 635.371 513.996 646.275] + /Subtype /Link +-/A << /S /GoTo /D (a00044_ga106e6fcd764d17be682faf7a5bc95720) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2958 0 obj << ++2423 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [372.5458 195.0096 447.0459 205.9136] ++/Rect [113.91 623.79 118.672 634.32] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2959 0 obj << ++2424 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [204.0716 183.0545 273.5803 193.9584] ++/Rect [126.921 584.562 248.465 595.466] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga37e35730fa7e775b5bb0afe893d6d508) >> ++/A << /S /GoTo /D (a00060_ga2) >> + >> endobj +-2960 0 obj << ++2425 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [309.4953 183.0545 415.9452 193.9584] ++/Rect [252.28 584.562 326.78 595.466] + /Subtype /Link +-/A << /S /GoTo /D (a00044_gac9764f79505775d06407b40f5e4661e8) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2961 0 obj << ++2426 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [219.7684 144.1023 327.4537 155.0062] ++/Rect [405.515 584.562 470.042 595.466] + /Subtype /Link +-/A << /S /GoTo /D (a00044_gac02ee8f7606382ea7855ae4e1656ed0f) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-2962 0 obj << ++2431 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [330.7843 144.1023 405.2844 155.0062] ++/Rect [279.723 429.756 356.435 440.645] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2963 0 obj << ++2432 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [156.7989 132.1471 221.3263 143.0511] ++/Rect [437.365 429.756 504.662 440.645] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-2964 0 obj << ++2435 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [252.26 132.1471 358.7099 143.0511] ++/Rect [341.415 343.632 408.712 354.522] + /Subtype /Link +-/A << /S /GoTo /D (a00044_gac9764f79505775d06407b40f5e4661e8) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-2965 0 obj << ++2438 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [235.2049 93.195 285.8943 104.0989] ++/Rect [280.666 257.509 357.377 268.398] + /Subtype /Link +-/A << /S /GoTo /D (a00044_gac5586e58cf25c3596b7d4aa31ce13259) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2966 0 obj << ++2439 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [289.7099 93.195 364.21 104.0989] ++/Rect [131.345 245.564 225.76 256.443] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2912 0 obj << +-/D [2910 0 R /XYZ 90 757.9346 null] ++2415 0 obj << ++/D [2413 0 R /XYZ 90 757.935 null] + >> endobj +-2913 0 obj << +-/D [2910 0 R /XYZ 90 723.0818 null] ++2416 0 obj << ++/D [2413 0 R /XYZ 90 739.935 null] + >> endobj +-2909 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F40 2073 0 R /F56 2749 0 R /F14 2206 0 R >> ++218 0 obj << ++/D [2413 0 R /XYZ 90 739.935 null] ++>> endobj ++2417 0 obj << ++/D [2413 0 R /XYZ 90 693.176 null] ++>> endobj ++2427 0 obj << ++/D [2413 0 R /XYZ 90 547.242 null] ++>> endobj ++2428 0 obj << ++/D [2413 0 R /XYZ 90 474.594 null] ++>> endobj ++2429 0 obj << ++/D [2413 0 R /XYZ 90 450.265 null] ++>> endobj ++2430 0 obj << ++/D [2413 0 R /XYZ 90 450.265 null] ++>> endobj ++2433 0 obj << ++/D [2413 0 R /XYZ 493.502 378.856 null] ++>> endobj ++2434 0 obj << ++/D [2413 0 R /XYZ 90 362.129 null] ++>> endobj ++2436 0 obj << ++/D [2413 0 R /XYZ 184.415 292.732 null] ++>> endobj ++2437 0 obj << ++/D [2413 0 R /XYZ 90 276.005 null] ++>> endobj ++2412 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F14 590 0 R /F40 467 0 R /F44 478 0 R /F49 677 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-2982 0 obj << +-/Length 2892 ++2442 0 obj << ++/Length 2611 + /Filter /FlateDecode + >> + stream +-xڵZYsH~#U1}79oؙr̎=jvEK]YԐT<_@E* F]dc.btE;ኺ]~ǢEƊpP4淀I|HŎ&;+N~E9M$Wqd~"!#x8f+_^c cD+F* 1 f`jh +-DSq:Rk2r'k))oJtH[h +-(_0RF4(lΙΙ¢Xx*ϿC%&nhDO4#0&Ju_߼}[(/KF<۠2Q!C%@qbU&d{ù "*Js$ɧpE =:!ߤeZ !ki]Boq$AKMQψsmLQ|^ڏ<ʹx!M;॒%2(+vy(a, jj(YX ЌjUmeghA@ըgBO4=RCMo4衠*6IM5'{Ke(Fa(ws\/F'H19mjF.4{ЃGt +-\UW}rGl6RC/zM<p<"4yL俚 5~W\Œ ́˓wy2DN md9-B}z̬,PR=iUM5E]5bp:Fgϙ8RisTs M#`7]yﺸ0W2.WL4W!*\U^ȎU8PxH,>hզGm . 7z}̫th&PԚjDlU(T5 |5 %q4UnMOgF)֊fee>!W u1S+4:'lOթH&I8ʜ +-G[4 yuZ:ď*H&`k,XE}>lO52R +e{xEtV"Mw#H(9y4Un'n>~׭{~gv吻c^>2gfS;UҜ>ȷv&Ov|豤H9r 7ڍEs.0hgj% Quq^OۼX 0 wN9s Hx*Ƕ-[2o F~M͛&8 Xb)/{9+[OE57s#,ï#?ێE#aT.AKG#^R; |lS[, &sPG6<}1 /I%CȖn>|kh޽έ̦lۆ93F2%FH6q&;zO&޳]֜N0ɼ86wv6E9Oظ:#{.g2~!]V@B^ƣt{˰ؤ^ *UV+ ,#vgw{Oo륥@I6ݝҮM >{Hx.!-@mTe:y\uz>%"װސ~ $H+*q2 nh~O`~ٮ ŒFdaWOk0Q&Mp Ib1,7q쓪,!:æn0@23 SfאLɭn 95.DH(:v{TfS7"P1ȑDA|v5eo'سjDŽc}Ӧ@0+OOj NjF+?ۺt9c 'QS(36'y2=Xi|ׁ7@Z|1):bG ~R Gu nju>ZP +-㘏RBv' Sp]xUlOfDHꓙomfAn -u6i>s\6ǻSnu|o HEc9kx(QvmCPKNg;th74o:aBb}A툚uOKh`[mDŽҐ|D@;uMh>e Rڶ_S4KEsY_(*%~;}b_B]cRlmm\=z* |x.`I fendstream ++xZr6}WQ_lJef!5Ο~w[pNǪ_P~ 5ܬ|]~TI>|ī{W1W/1fuտO%F62BRC0^/K ECF`4Bp]]&'@fwݠi_Kę~T  Pl!r3Y3r/am+H;Q<뻛lnfo'&!Yߜ&Q\fM6$F5b,7,!#H ++0:ze~hJ8창I5'0*upbȯ vq>è`57[ͣy +BkD]Iɐzzxmd4RỾ7" }' xu8h-,wd|SUߗPd 1 ++Ri&n#6{4mWĺ6[7vw=@z 8;iFEo{TkjaTx.^!?! qO=^'ƛ27S ֳ!,xa,,k;#B#jq/=+:ŠNl ++*`Yj|jM6(Jf /xN\,Qv:L"nY4[r[j,C@qj=662T <ͻ"oc`]/eϱK0.ovO6 X7 8 |DŅ0A4BJfMD4Q_Du&va5M4Qwhu>A-ñ>tLDse0s 6٨N4i0!˥Tc(ώ;ds[8:- T,| .ǛaL$7dRC,6 7(--{!I;mV<-p i7o2I v5Ri^r8iջ8<1ȳ(εA"Mvyk` $Gd'hN-6i,AF8db!ijL#MCNv}c)(wM-(NueHMf)7՞[E+),0$g{ۍl<{e߻ҵ~"N$RNNtLA­E Ngxw(g!<c<NPIVn,۰ӮG$40 f~f6zO6a߻)aG=|x:ݝ-^Gm*n>NO{Ӯ6l'>Pv8Ih ++v{֊NDNB7ӑ]5vcM7"fo:`o>7d.anb޶[0c+q|܃.IMJyBT!uKٛ* ++%wd>fx1Ԏ]4A~(m~JX c!n~.M9|n2MRp<+It+$XG,2{-W_T =Q@tf5T2J(ݍ@S4hUKhk ZX~_NC6|L7LZ=s@smxi Ax@5v4©eF%H ٥_2S Y0xB|v(ˠ`rUStg^P{UEgcbՎ};[2Ki[ ~i7i\;HC{x,xl ^Acl^BJ#U7DKZs'{jN(X8# t|D6` [L_61x$R|o;u#ayncY2Cg?K?@Jo1V0 <{㽝&{[z5Fa[3 _ADz ++݌ʺendstream + endobj +-2981 0 obj << ++2441 0 obj << + /Type /Page +-/Contents 2982 0 R +-/Resources 2980 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 2867 0 R +-/Annots [ 2984 0 R 2985 0 R 2986 0 R 2987 0 R 2988 0 R 2989 0 R 2990 0 R 2991 0 R 2992 0 R 2993 0 R 2994 0 R 2995 0 R 2996 0 R 2997 0 R 2998 0 R 2999 0 R 3000 0 R ] ++/Contents 2442 0 R ++/Resources 2440 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 2411 0 R ++/Annots [ 2446 0 R 2447 0 R 2448 0 R 2449 0 R 2450 0 R 2451 0 R 2452 0 R 2453 0 R 2454 0 R 2455 0 R 2456 0 R 2457 0 R 2458 0 R 2459 0 R 2460 0 R 2464 0 R 2465 0 R 2468 0 R 2469 0 R 2472 0 R 2473 0 R ] + >> endobj +-2984 0 obj << ++2446 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [237.9441 703.0419 366.6702 713.9458] ++/Rect [159.154 672.41 323.317 683.314] + /Subtype /Link +-/A << /S /GoTo /D (a00044_gaeaa00714a9c4319bda0a74ca6f8720e8) >> ++/A << /S /GoTo /D (a00061_ga0) >> + >> endobj +-2985 0 obj << ++2447 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [371.3992 703.0419 445.8993 713.9458] ++/Rect [330.657 672.41 405.157 683.314] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2986 0 obj << ++2448 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [143.5143 691.0867 239.0352 701.9906] ++/Rect [453.344 672.41 513.996 683.314] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga2f5276235841ad66a79bedad16a5a10c) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2987 0 obj << ++2449 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [282.1385 691.0867 388.5885 701.9906] ++/Rect [113.91 660.455 149.108 671.359] + /Subtype /Link +-/A << /S /GoTo /D (a00044_gac9764f79505775d06407b40f5e4661e8) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2988 0 obj << ++2450 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [245.3479 640.5439 338.6571 651.4479] ++/Rect [157.257 619.689 326.401 630.593] + /Subtype /Link +-/A << /S /GoTo /D (a00044_ga221a7edc5d436300374fa16463f607e5) >> ++/A << /S /GoTo /D (a00061_ga1) >> + >> endobj +-2989 0 obj << ++2451 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [345.8549 640.5439 420.355 651.4479] ++/Rect [332.791 619.689 407.292 630.593] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2990 0 obj << ++2452 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 628.5888 204.4499 639.4927] ++/Rect [453.344 619.689 513.996 630.593] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-2991 0 obj << ++2453 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [243.1187 628.5888 349.5686 639.4927] ++/Rect [113.91 607.734 154.089 618.638] + /Subtype /Link +-/A << /S /GoTo /D (a00044_gac9764f79505775d06407b40f5e4661e8) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-2992 0 obj << ++2454 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [220.739 578.046 267.5431 588.9499] ++/Rect [153.253 566.968 329.032 577.872] + /Subtype /Link +-/A << /S /GoTo /D (a00044_ga986d9b4cc76da592c4b937c6cb7d9d56) >> ++/A << /S /GoTo /D (a00061_ga2) >> + >> endobj +-2993 0 obj << ++2455 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [271.3587 578.046 345.8588 588.9499] ++/Rect [333.421 566.968 407.921 577.872] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2994 0 obj << ++2456 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [449.469 566.968 513.996 577.872] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga0) >> ++>> endobj ++2457 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [162.741 514.247 343.501 525.151] ++/Subtype /Link ++/A << /S /GoTo /D (a00061_ga3) >> ++>> endobj ++2458 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [352.634 514.247 427.134 525.151] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++2459 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [479.356 514.247 513.996 525.151] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga2) >> ++>> endobj ++2460 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [244.5378 563.5586 296.338 573.4639] ++/Rect [113.91 502.292 154.089 513.196] + /Subtype /Link +-/A << /S /GoTo /D (a00044_gac5586e58cf25c3596b7d4aa31ce13259) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-2995 0 obj << ++2464 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [306.7997 563.5586 395.9536 573.4639] ++/Rect [361.199 414.441 437.911 425.33] + /Subtype /Link +-/A << /S /GoTo /D (a00044_ga221a7edc5d436300374fa16463f607e5) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2996 0 obj << ++2465 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [479.3564 303.5643 513.9963 314.4683] ++/Rect [131.345 402.486 198.642 413.375] + /Subtype /Link +-/A << /S /GoTo /D (a00055_ga60ecc4ae480c28b5fbd34aca4fc37daa) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-2997 0 obj << ++2468 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [89.0037 291.6092 164.5995 302.5131] ++/Rect [349.037 284.203 425.748 295.092] + /Subtype /Link +-/A << /S /GoTo /D (a00055_ga60ecc4ae480c28b5fbd34aca4fc37daa) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2998 0 obj << ++2469 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.8871 291.6092 292.429 302.5131] ++/Rect [131.345 272.248 225.76 283.137] + /Subtype /Link +-/A << /S /GoTo /D (a00055_gaa677fd588304b5615de4ea78104adfb5) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2999 0 obj << ++2472 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [414.0517 248.5745 513.9963 277.6404] ++/Rect [366.029 142.009 442.741 152.898] + /Subtype /Link +-/A << /S /GoTo /D (a00044_ggab00475fd98815bf4fb9aaf752030e7d2aad6b9eaf2ee324ca58dc8f58094b9997) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3000 0 obj << ++2473 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [106.7172 238.6767 166.8214 247.5233] ++/Rect [131.345 130.064 203.623 140.943] + /Subtype /Link +-/A << /S /GoTo /D (a00044_ggab00475fd98815bf4fb9aaf752030e7d2aad6b9eaf2ee324ca58dc8f58094b9997) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-2983 0 obj << +-/D [2981 0 R /XYZ 90 757.9346 null] ++2443 0 obj << ++/D [2441 0 R /XYZ 90 757.935 null] + >> endobj +-482 0 obj << +-/D [2981 0 R /XYZ 90 540.9793 null] ++2444 0 obj << ++/D [2441 0 R /XYZ 90 739.935 null] + >> endobj +-486 0 obj << +-/D [2981 0 R /XYZ 90 225.2226 null] ++222 0 obj << ++/D [2441 0 R /XYZ 90 739.935 null] + >> endobj +-2903 0 obj << +-/D [2981 0 R /XYZ 90 196.5537 null] ++2445 0 obj << ++/D [2441 0 R /XYZ 90 692.316 null] + >> endobj +-490 0 obj << +-/D [2981 0 R /XYZ 90 196.5537 null] ++2461 0 obj << ++/D [2441 0 R /XYZ 90 461.866 null] + >> endobj +-2980 0 obj << +-/Font << /F28 1626 0 R /F40 2073 0 R /F22 1616 0 R /F14 2206 0 R /F56 2749 0 R /F44 2087 0 R >> ++2462 0 obj << ++/D [2441 0 R /XYZ 90 434.951 null] ++>> endobj ++2463 0 obj << ++/D [2441 0 R /XYZ 90 434.951 null] ++>> endobj ++2466 0 obj << ++/D [2441 0 R /XYZ 428.716 321.576 null] ++>> endobj ++2467 0 obj << ++/D [2441 0 R /XYZ 90 302.699 null] ++>> endobj ++2470 0 obj << ++/D [2441 0 R /XYZ 411.731 179.383 null] ++>> endobj ++2471 0 obj << ++/D [2441 0 R /XYZ 90 160.505 null] ++>> endobj ++2440 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F14 590 0 R /F40 467 0 R /F44 478 0 R /F49 677 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-3008 0 obj << +-/Length 2519 ++2477 0 obj << ++/Length 1282 + /Filter /FlateDecode + >> + stream +-xڵZo8e`[RuS"mz{.Ŧam)+SE yf.aCf)"F)r9\L %| ~^_#Mf)J% zk$K= +-}(7ǃ*bbLǟg[ X3`DҔ2X]1cgΑG(%R%aplҎaY1ʚz?#ŌYm>S8(U7Ww__~rqt{XBQAi:*SP!cvY\@S7s"++3{3h+mkDM*3 +-<ȼ~*:[v D4 F +-azʍkdNFrNH6aO6r0dQTƎbG<qXthC}M߾_sE$5Vw48B+JTO)aiTG.W~a,ZS9v 7WYISf 30kr]uWheS-?d(KّXc,$aIus̗㘰S/ 2'ddC9 ++APqB=#FyXöTQ/nj$ItӺI=pbIAXB$4 ++OC}0dv>N}[Cܖ6UyؔAqgzhg(Me֌yw+Ćz҉A]YgfҏYUyojhM%efq#ORhrG \Fb J= ++T>4F+g{vּ^2(yG6ٝ}ft|QWje,оAP4]?Nŧ0fƟYQN'^Fx3pWWlOoF_y J_]9¡|)8HT1'}(I>eM,U&"GJ#WF8IJtds4NRzMv,cqO^A^ \im\j:ݐbc9= ++^LÿuM[W(LDX??|;/3WMZϹ7ԣVEg4JaW\Ydבѱ}*]ފ&hnLԅmg_d"3Chk$V FZ6iw zxY7'uI&ynF.=k3yK31gM H&Wy6ap ++mp H/P>u(s WfupOP߸[׹0Ur9鯯S޲#ݔ@Fld5M@RR/< 8Ypm\:+iܬ@y3tf_@ǥN>k!l8͟* (IJS8&Ļ$-.s핣n)]̯oiVDnGuZsa_l?Gsx҈endstream + endobj +-3007 0 obj << ++2476 0 obj << + /Type /Page +-/Contents 3008 0 R +-/Resources 3006 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 2867 0 R +-/Annots [ 3010 0 R ] ++/Contents 2477 0 R ++/Resources 2475 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 2411 0 R ++/Annots [ 2480 0 R 2481 0 R ] + >> endobj +-3010 0 obj << ++2480 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [282.9646 170.099 336.4037 199.1648] ++/Rect [353.867 653.214 430.578 664.103] + /Subtype /Link +-/A << /S /GoTo /D (a00044_ga986d9b4cc76da592c4b937c6cb7d9d56) >> +->> endobj +-3009 0 obj << +-/D [3007 0 R /XYZ 90 757.9346 null] +->> endobj +-2904 0 obj << +-/D [3007 0 R /XYZ 107.7135 715.0181 null] +->> endobj +-2905 0 obj << +-/D [3007 0 R /XYZ 107.7135 687.6507 null] +->> endobj +-2906 0 obj << +-/D [3007 0 R /XYZ 107.7135 672.2385 null] +->> endobj +-2907 0 obj << +-/D [3007 0 R /XYZ 107.7135 644.8711 null] +->> endobj +-2908 0 obj << +-/D [3007 0 R /XYZ 107.7135 617.5037 null] +->> endobj +-2896 0 obj << +-/D [3007 0 R /XYZ 90 558.8835 null] +->> endobj +-494 0 obj << +-/D [3007 0 R /XYZ 90 544.5508 null] +->> endobj +-2897 0 obj << +-/D [3007 0 R /XYZ 107.7135 428.8325 null] +->> endobj +-2898 0 obj << +-/D [3007 0 R /XYZ 107.7135 413.4202 null] +->> endobj +-2899 0 obj << +-/D [3007 0 R /XYZ 107.7135 386.0528 null] ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2900 0 obj << +-/D [3007 0 R /XYZ 107.7135 370.6406 null] +->> endobj +-2901 0 obj << +-/D [3007 0 R /XYZ 107.7135 343.2732 null] +->> endobj +-2902 0 obj << +-/D [3007 0 R /XYZ 107.7135 327.8609 null] +->> endobj +-498 0 obj << +-/D [3007 0 R /XYZ 90 299.4162 null] +->> endobj +-2979 0 obj << +-/D [3007 0 R /XYZ 90 275.088 null] ++2481 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [131.345 641.269 230.741 652.148] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-502 0 obj << +-/D [3007 0 R /XYZ 90 275.088 null] ++2478 0 obj << ++/D [2476 0 R /XYZ 90 757.935 null] + >> endobj +-3002 0 obj << +-/D [3007 0 R /XYZ 90 162.4526 null] ++2474 0 obj << ++/D [2476 0 R /XYZ 428.716 688.437 null] + >> endobj +-506 0 obj << +-/D [3007 0 R /XYZ 90 148.1199 null] ++2479 0 obj << ++/D [2476 0 R /XYZ 90 671.71 null] + >> endobj +-3006 0 obj << +-/Font << /F28 1626 0 R /F50 2369 0 R /F22 1616 0 R /F14 2206 0 R /F44 2087 0 R >> ++2475 0 obj << ++/Font << /F28 362 0 R /F44 478 0 R /F22 352 0 R /F49 677 0 R /F14 590 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-3013 0 obj << +-/Length 1708 ++2484 0 obj << ++/Length 2329 + /Filter /FlateDecode + >> + stream +-xYYo7~ׯУT,7΅m,@ȻJޫ$EE"Gsq9(ScKZjbP툎7|x2ǧ-:㠀Hl<_'3&Mt~}x3qJL~] QA8A>|5jjD F%`-ߎrKd_h3H04w+bAV*# vVvc \5j*2$mʈ挍l $&b=ܸDi'~s.{pvMpwwIz~^;[x˳y6Nm &m0)63.~?o9{#g;+bqf[_(Nҕ3f&̤)LLfƕ!2XD%a269D+MX9nN:-eMr W:rk3Q05Q 4KFF4:#nPS#C]%T~WTZ49-Z9K\0 pLaRbvq~q3ta.$ٮ=WT]9ΌG xV@]]ցk'C9MgR@zH]y\17"6eeޓ/0jQ;_' lA1)3ֵ1kH.DNxŲƶ}~[-b@UژY#Oey{.Mv)..!-SÎGe*z%1J,Ou@-2lU'lM[҄_'vsAp \bWcC07^-t9u @(d hEri +-D(]{,KNUϲ>c|θ+V?nK)XjV{,xjR9:",-_z4aėT&i4q~m}Fqp&hBjq=nYy T_C]ۢqax}/zC4x4ֿ?oF \cDY>-8eeFC! ƀpĸAE Ean`.AFkavfwt H* Sã,QR5C0l^"mn]- YĥHl & e/:*{ fn Y)8Qc03Ce0k(=a:W9 ['qGq:XfS.R @.Q߾t[yV-H4IoyUDv@R5#PXd ĐE^st&[Q^A^oSBC%xg3=VmAHE#0⢰0 a020ou`^281؜Uh=sIf&= ]g4)ќ $)F'bpGgZI)f$JOU΢9Րˬ8(S4}#lhfLslftه6k(_bt ŀ6N)6\0Af 6ox(:|FB"!?ϑ?{` bOn BOk?U3 ++7g͙7O!=kG$p?OSuxz$#.t8N{&zU{fvRCb7v=ٻM"{ U9v!{̍.L8meql7녝qeL!t rC7x/4]]-1̉n40C2NۨM*&d;x ǐ`B\!dsDQsؐ]`YEX#`1HOQt<+'mMX`@"|0JɐM]_Rood_'XW:pp/ q msnK+mAFT68xW7pʤIxޞOO?Y!O hJILyyg˻N[{;pmмB%Hdd?7xC] ++ntdzӲdD 1Ĵ&7x_I$dJJ7H-"s`?v"8gH$4d,ܖm}H)y@TVt=ܬ[;'?W}֤vojw$U ++v[\yp#-|p'+[/֚ihk_`_]ަ5!cqz1%D6L5R0w՘vg7@xXKfLnvb&Q6OëvRn>٬7B[,FE$P|-"rWU5}~$>r^3s{eWnc}:sD|я2Qʽ2=y/e֙l˜Ehߧfz133E߮ן:HʠOn=:VvɈGB7kCWא_W!A(o0#X ;;/vka_5ˮ.]MLR^л~cNZendstream + endobj +-3012 0 obj << ++2483 0 obj << + /Type /Page +-/Contents 3013 0 R +-/Resources 3011 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 3019 0 R +-/Annots [ 3015 0 R 3016 0 R 3017 0 R 3018 0 R ] ++/Contents 2484 0 R ++/Resources 2482 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 2411 0 R ++/Annots [ 2488 0 R 2489 0 R 2490 0 R 2491 0 R 2492 0 R 2493 0 R 2494 0 R 2495 0 R 2496 0 R 2497 0 R 2498 0 R 2499 0 R 2500 0 R 2504 0 R 2505 0 R 2508 0 R 2509 0 R 2512 0 R 2513 0 R ] + >> endobj +-3015 0 obj << ++2488 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [282.9646 631.0446 336.4037 660.1104] ++/Rect [219.596 673.763 388.74 684.667] + /Subtype /Link +-/A << /S /GoTo /D (a00044_ga986d9b4cc76da592c4b937c6cb7d9d56) >> ++/A << /S /GoTo /D (a00062_ga0) >> + >> endobj +-3016 0 obj << ++2489 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [282.9646 411.3427 336.4037 440.4085] ++/Rect [396.145 673.763 470.646 684.667] + /Subtype /Link +-/A << /S /GoTo /D (a00044_ga986d9b4cc76da592c4b937c6cb7d9d56) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3017 0 obj << ++2490 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [219.3237 329.3712 276.6481 340.2751] ++/Rect [113.91 661.808 204.45 672.712] + /Subtype /Link +-/A << /S /GoTo /D (a00044_gac5586e58cf25c3596b7d4aa31ce13259) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-3018 0 obj << ++2491 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [287.9357 329.3712 387.8799 340.2751] ++/Rect [216.275 622.467 390.4 633.371] + /Subtype /Link +-/A << /S /GoTo /D (a00044_ga221a7edc5d436300374fa16463f607e5) >> +->> endobj +-3014 0 obj << +-/D [3012 0 R /XYZ 90 757.9346 null] +->> endobj +-3001 0 obj << +-/D [3012 0 R /XYZ 90 620.8247 null] +->> endobj +-510 0 obj << +-/D [3012 0 R /XYZ 90 604.3741 null] +->> endobj +-3003 0 obj << +-/D [3012 0 R /XYZ 90 401.1227 null] +->> endobj +-514 0 obj << +-/D [3012 0 R /XYZ 90 384.6722 null] +->> endobj +-2978 0 obj << +-/D [3012 0 R /XYZ 90 330.3674 null] +->> endobj +-518 0 obj << +-/D [3012 0 R /XYZ 90 313.9169 null] +->> endobj +-2977 0 obj << +-/D [3012 0 R /XYZ 90 247.657 null] +->> endobj +-522 0 obj << +-/D [3012 0 R /XYZ 90 231.2064 null] +->> endobj +-2970 0 obj << +-/D [3012 0 R /XYZ 90 164.9465 null] +->> endobj +-526 0 obj << +-/D [3012 0 R /XYZ 90 148.4959 null] +->> endobj +-2969 0 obj << +-/D [3012 0 R /XYZ 90 94.1912 null] +->> endobj +-3011 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F14 2206 0 R /F50 2369 0 R /F44 2087 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-3022 0 obj << +-/Length 1435 +-/Filter /FlateDecode +->> +-stream +-xYmo6_60<-nݖ`/h@"y,;,Ŵf-nHґw> endobj +-3023 0 obj << +-/D [3021 0 R /XYZ 90 757.9346 null] +->> endobj +-530 0 obj << +-/D [3021 0 R /XYZ 90 739.9346 null] +->> endobj +-2974 0 obj << +-/D [3021 0 R /XYZ 90 691.1198 null] +->> endobj +-534 0 obj << +-/D [3021 0 R /XYZ 90 674.5941 null] +->> endobj +-2973 0 obj << +-/D [3021 0 R /XYZ 90 620.2744 null] +->> endobj +-538 0 obj << +-/D [3021 0 R /XYZ 90 603.7487 null] +->> endobj +-2976 0 obj << +-/D [3021 0 R /XYZ 90 537.4738 null] ++/A << /S /GoTo /D (a00062_ga1) >> + >> endobj +-542 0 obj << +-/D [3021 0 R /XYZ 90 520.9481 null] +->> endobj +-2975 0 obj << +-/D [3021 0 R /XYZ 90 386.4468 null] ++2492 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [396.976 622.467 471.476 633.371] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-546 0 obj << +-/D [3021 0 R /XYZ 90 369.9211 null] ++2493 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [113.91 610.886 209.431 621.416] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-2968 0 obj << +-/D [3021 0 R /XYZ 90 235.4198 null] ++2494 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [151.285 571.171 332.045 582.075] ++/Subtype /Link ++/A << /S /GoTo /D (a00062_ga2) >> + >> endobj +-550 0 obj << +-/D [3021 0 R /XYZ 90 218.8942 null] ++2495 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [335.45 571.171 409.95 582.075] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2967 0 obj << +-/D [3021 0 R /XYZ 90 96.348 null] ++2496 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [449.469 571.171 513.996 582.075] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-3020 0 obj << +-/Font << /F28 1626 0 R /F50 2369 0 R /F14 2206 0 R /F22 1616 0 R /F44 2087 0 R >> +-/ProcSet [ /PDF /Text ] ++2497 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [160.843 519.875 346.585 530.779] ++/Subtype /Link ++/A << /S /GoTo /D (a00062_ga3) >> + >> endobj +-3026 0 obj << +-/Length 1859 +-/Filter /FlateDecode +->> +-stream +-xKo8>Tmb@[8.+P$eѢ$顇"1 3g(2G +P¸/FxoFĽYSk J$㫛jIV'!§3*tY뫩Ⓡ]jަ]Z3 ~]\Պ]Ib;W`߯#Xn0"IBw#Nَ.Gb3? +-8= 0޽9u/d~/ߥwכl5U +-', Nw6_?Kgn4AD2Nbgj !V2%`x*s1=L#.wvx?Ypφ0Yɮ0 FHb 1[(GL補 NS q _l/Ef.wEL{{sϋ{gy~R1:%bw> *#8oZ9Jp5X Ҝ'NsI Vc)Ĺ`LBT;t0nCZ +-3lۄb+"i +-)q4~F'7孽J"5X\,/fȍ?vyQ+3I0<ȫG?;l0.Y M^,IO W, %%c\EՓc>Cɳ%·I -Ҡn|"O*62]a`Rp;tA0~d|bHBl~  \ +-Y/gLpD%leAl> +-*)bajDl>.E1L1b*л/f9i&%&n>6MhrQzJPݡHOf!Jm^k'1Z~`qp^:b~ns*AǥM~RFqm0\MP z[j! Z2yƤ@KߴVk2HcȐhyYS,x) +-ؽjbnMtU-?`I{ܣ/6Zޠ"ŀ7j!P +-"thu؅|@/df(X`.؜2CTVq<Wk*ѵz'IewG">|hjhH T`e&}~O,A2gs~"Ԝfv:C_b^lޯ{SoMwaԝ7_Cwiubvݝ龸M!f+nkbRϳԀaG+K\ |q O&<HhƆ!zג#|7﷡&|!ch#OB|c>{Udx'IW>]1|#h F`"="5U<ܥ-_)OvSC*UUa+={āgs +-endstream +-endobj +-3025 0 obj << +-/Type /Page +-/Contents 3026 0 R +-/Resources 3024 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 3019 0 R +-/Annots [ 3030 0 R 3031 0 R 3032 0 R 3033 0 R 3034 0 R 3035 0 R 3036 0 R 3037 0 R ] ++2498 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [354.769 519.875 429.269 530.779] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3030 0 obj << ++2499 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [334.8214 273.6072 469.9338 284.5112] ++/Rect [479.356 519.875 513.996 530.779] + /Subtype /Link +-/A << /S /GoTo /D (a00045_ga0ffafb4c0ae13b9a7541ca820ca34883) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-3031 0 obj << ++2500 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [479.3564 273.6072 513.9963 284.5112] ++/Rect [113.91 508.293 154.089 518.824] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-3032 0 obj << ++2504 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 261.6521 159.0806 272.556] ++/Rect [367.632 422.705 444.344 433.594] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3033 0 obj << ++2505 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [199.3396 261.6521 273.2817 272.556] ++/Rect [131.345 410.75 198.642 421.639] + /Subtype /Link +-/A << /S /GoTo /D (a00035_gacd37bb612667dc437d66bfb175a8dc55) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-3034 0 obj << ++2508 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [335.3074 224.3854 469.8124 235.2893] ++/Rect [410.355 323.979 487.067 334.859] + /Subtype /Link +-/A << /S /GoTo /D (a00045_ga24b9cd5917fcebac6e45ae38d0a6cda4) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3035 0 obj << ++2509 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [479.3564 224.3854 513.9963 235.2893] ++/Rect [171.195 312.014 265.61 322.903] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-3036 0 obj << ++2512 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 212.4302 159.0806 223.3341] ++/Rect [372.463 159.313 449.174 170.202] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3037 0 obj << ++2513 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [199.3396 212.4302 273.2817 223.3341] ++/Rect [131.345 147.656 203.623 158.247] + /Subtype /Link +-/A << /S /GoTo /D (a00035_gacd37bb612667dc437d66bfb175a8dc55) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-3027 0 obj << +-/D [3025 0 R /XYZ 90 757.9346 null] ++2485 0 obj << ++/D [2483 0 R /XYZ 90 757.935 null] + >> endobj +-554 0 obj << +-/D [3025 0 R /XYZ 90 739.9346 null] ++2486 0 obj << ++/D [2483 0 R /XYZ 90 739.935 null] + >> endobj +-2972 0 obj << +-/D [3025 0 R /XYZ 90 633.8297 null] ++226 0 obj << ++/D [2483 0 R /XYZ 90 739.935 null] + >> endobj +-558 0 obj << +-/D [3025 0 R /XYZ 90 619.9738 null] ++2487 0 obj << ++/D [2483 0 R /XYZ 90 692.957 null] + >> endobj +-2971 0 obj << +-/D [3025 0 R /XYZ 90 496.4088 null] ++2501 0 obj << ++/D [2483 0 R /XYZ 90 469.809 null] + >> endobj +-562 0 obj << +-/D [3025 0 R /XYZ 90 482.5529 null] ++2502 0 obj << ++/D [2483 0 R /XYZ 90 443.215 null] + >> endobj +-3028 0 obj << +-/D [3025 0 R /XYZ 90 358.9879 null] ++2503 0 obj << ++/D [2483 0 R /XYZ 90 443.215 null] + >> endobj +-566 0 obj << +-/D [3025 0 R /XYZ 90 350.0048 null] ++2506 0 obj << ++/D [2483 0 R /XYZ 134.861 359.74 null] + >> endobj +-3029 0 obj << +-/D [3025 0 R /XYZ 90 291.7634 null] ++2507 0 obj << ++/D [2483 0 R /XYZ 90 342.466 null] + >> endobj +-570 0 obj << +-/D [3025 0 R /XYZ 90 176.6184 null] ++2510 0 obj << ++/D [2483 0 R /XYZ 90 192.927 null] + >> endobj +-2784 0 obj << +-/D [3025 0 R /XYZ 90 150.1333 null] ++2511 0 obj << ++/D [2483 0 R /XYZ 90 177.809 null] + >> endobj +-574 0 obj << +-/D [3025 0 R /XYZ 90 150.1333 null] ++2514 0 obj << ++/D [2483 0 R /XYZ 134.861 96.348 null] + >> endobj +-3024 0 obj << +-/Font << /F28 1626 0 R /F50 2369 0 R /F22 1616 0 R /F44 2087 0 R /F40 2073 0 R /F56 2749 0 R /F54 2690 0 R >> ++2482 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F14 590 0 R /F40 467 0 R /F44 478 0 R /F49 677 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-3040 0 obj << +-/Length 3314 ++2517 0 obj << ++/Length 887 + /Filter /FlateDecode + >> + stream +-x\r#}WDU-a/~tq9eQ*Kťf%‹wi @`0>Hv4}Иk +-صFW/e +-ovioߵ4#3~}{Bۛ`ms._7n~/KOB ͼ\2_Q"U%9~Jr^lqhXcpxigo}L/Nc +-<# ®=9ܰy{Z֏87-w;mW0ccc/q+p`3]DUŊgWJa %V *rnH!UXjn'}#UmnOVP,\ __c0;2G M@aP3ixƜwcsakM!DP8rn#BiYbRB)H5W݃IFR!i! +-k-@S&[nlhܺ?òܭNi[Y <TfEKJ;4? +-X^jL `M~cIK΢"`bTD#JB*%0FX%2h}+F%Zݺ.Z:!5f-Srl!LP”|!L a윭!A&f GY;7V,N8fMI_j(цKQaxBa}!(̽D*1p>:Dx'6j`K Gȗ\%2}&6JQjWC#\h~>7o<>l!9顇# +-!Wl5&W>qR֦A9I/ڊz։/# +-? (i1d1̞G b,#Q(o,NLcewHHX̰2ޓ2j ,M@v4L0( Xs +-#pP{P3O_jOQ5ڨhTMk@e}<5̷?E6*kSKb&.uQ\RA\hGɈ4f@PvpUam'Xrhh )Pqі@@81FHXw'n6?(!1^И86(s-QC"锐(DAE wmoX#-e-5c0ХpqB:eFvYdzu9A=Zc |G {>&6j`9yڑs>N\bID# `Eag~820jـNeaxXi]ZFL]=.fB_pjsn.O #}cG0Gs3k95B5c05g3yp36NNTQklJR]+y#>tMxkis_?Lnj ɖ>R :ᨱ#/x@Ӂ h P+TbPuΤ~B* T{<«^JS V9ǃphP7B2֏}yXhYȈB@/ݔ;[;w"e0;wX:GAB5.҄`pc` v,PL Vtt0omԠÕ T*$\IWKDa _KQ(e%^\y.K5#]"rn~ҥe fwi9. K-vFYAi+]LSuk8E>Ǭ)bn!PXѾUV~Da;b&Lib%5FEN#lGJ7l-v#߷,Ysb,)B-8p1N ĸ7oS!"9BJJ4 qVn걌( N;k9{ Ls( +-W +-kX_hCEg2A$ljP/߸( -hƭ:nHXط"Au߾f7x-uGe2q? ZU02mJ/~ՕFMù׮MF=k];Iݮ֝N϶w6ӀB/TotR45b?/0ݐɿY* +-3v) T2ݍM6:ŋJ?t?w+D]޷V1vsWv!Ysni +-ܓ0B+endstream ++xڝVn@}+xl ++lzK}J#F&Re0s,$#a&2$7;X}v2 ++^^10ƈHNhî3X? SeԄ/L 8jt$z eǷ:%'sa kk?0f3u 0⭛v[Zv ۀáX{W"r"Aot;enTmk!!r11; Y8r*!E!# RjRLQJ9)QHd_h37yf6: M%R<2c Q` >I|*5>YrJץq PʑĚ%nel9ϯH3x΄̇S5&J5tM3]FPCv j ++j i"kmruЩ5};z˨.T9{+kڻ';98aY 4Leѡ8eB?^{+wmWZ4f;q(}&EޢiI 5}3n|f85vX5#"H +++CRK$D _8p;H2,*2cT^J/=S1[Y"~eLʬ'0^!cJܵH9nTir)4dnKʐ4PQ/;R?W/ҕ<%y`n vj]#CWG+_[9fendstream + endobj +-3039 0 obj << ++2516 0 obj << ++/Type /Page ++/Contents 2517 0 R ++/Resources 2515 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 2411 0 R ++/Annots [ 2520 0 R 2521 0 R ] ++>> endobj ++2520 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [415.135 726.953 491.847 737.832] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++2521 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [171.195 714.988 270.592 725.877] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga3) >> ++>> endobj ++2518 0 obj << ++/D [2516 0 R /XYZ 90 757.935 null] ++>> endobj ++2519 0 obj << ++/D [2516 0 R /XYZ 90 739.935 null] ++>> endobj ++2515 0 obj << ++/Font << /F28 362 0 R /F14 590 0 R /F49 677 0 R /F44 478 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++2524 0 obj << ++/Length 2288 ++/Filter /FlateDecode ++>> ++stream ++xݚ[o)hk˾],E/٧ $Nƨ/#w6߾")Dѝ`0-H_?"  ++&x?~^Gw?P0H}lo J1ZS?m;y\Q9) ש*ە&5vM9gI25t Lu9>PIsx\S #3e|$,&+ۧ4jS ^< }/~% H`6Oadz頠aln"5OzXB3&U(WA3KV%@zA&hXЛwwryU޾A,'h1u%KGABʜda0cɋsÝaУdgzgH4YM^W:X7=7)R'O>H ++W/#`Y]E($,9ÀvCρ9 rM{)tnWNg{%h `P5^F8^8mo}JԔ ++ ++Yy:gQCUyd2 c9ɜs>\';egiFL@8`svHfh2Ȃ +I583f-a2qPqvyq$Qtq Axg!BT Mw/vzݿϙYXV0 Oܮ4!r FnK#nZV1Jɳ/o?2ǞMpvTl^ •_nT/^g/r}6̻/Ƈx4ϗQq9of{^ ڞN8Mb!X`t|g1P[(R:@H#u`t4HAY4"IXsʈ]}ZFIX)@Aٜ2Od$`G < h ++())Ք&5(M9g³m%v[*,L!`Iʰ#HjIqGR{Hjo:Y<]iIͻ+&i{߱oR6Tp0\G%*4rp(O5״>m}Meendstream ++endobj ++2523 0 obj << + /Type /Page +-/Contents 3040 0 R +-/Resources 3038 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 3019 0 R +-/Annots [ 3044 0 R 3045 0 R 3046 0 R 3047 0 R 3048 0 R 3049 0 R 3050 0 R 3051 0 R 3052 0 R 3053 0 R 3054 0 R 3055 0 R 3056 0 R 3057 0 R 3058 0 R 3059 0 R 3060 0 R 3061 0 R 3062 0 R 3063 0 R 3064 0 R 3065 0 R 3066 0 R 3067 0 R 3068 0 R 3069 0 R 3070 0 R 3071 0 R 3072 0 R 3073 0 R 3074 0 R 3075 0 R 3076 0 R 3077 0 R 3078 0 R 3079 0 R 3080 0 R 3081 0 R 3082 0 R 3083 0 R ] ++/Contents 2524 0 R ++/Resources 2522 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 2561 0 R ++/Annots [ 2528 0 R 2529 0 R 2530 0 R 2531 0 R 2532 0 R 2533 0 R 2534 0 R 2535 0 R 2536 0 R 2537 0 R 2538 0 R 2539 0 R 2540 0 R 2541 0 R 2542 0 R 2543 0 R 2547 0 R 2548 0 R 2551 0 R 2552 0 R 2555 0 R 2556 0 R 2559 0 R 2560 0 R ] + >> endobj +-3044 0 obj << ++2528 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [202.6105 526.685 254.4158 537.5889] ++/Rect [153.886 674.068 331.877 684.972] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00063_ga0) >> + >> endobj +-3045 0 obj << ++2529 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [353.0889 526.685 435.3299 537.5889] ++/Rect [336.583 674.068 411.083 684.972] + /Subtype /Link +-/A << /S /GoTo /D (a00046_ga632edae4a651996895ebde85ea2c1264) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3046 0 obj << ++2530 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [439.4961 526.685 513.9963 537.5889] ++/Rect [453.344 674.068 513.996 684.972] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-3047 0 obj << ++2531 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [212.34 477.1512 264.1453 488.0552] ++/Rect [113.91 662.113 149.108 673.017] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-3048 0 obj << ++2532 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [372.5478 477.1512 513.9963 488.0552] ++/Rect [151.978 623.093 334.95 633.997] + /Subtype /Link +-/A << /S /GoTo /D (a00046_gafa813c4ff8d610b3e158224a56386b2f) >> ++/A << /S /GoTo /D (a00063_ga1) >> + >> endobj +-3049 0 obj << ++2533 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [117.2279 465.1961 191.728 476.1] ++/Rect [338.701 623.093 413.201 633.997] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3050 0 obj << ++2534 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [406.2121 465.1961 458.0174 476.1] ++/Rect [453.344 623.093 513.996 633.997] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-3051 0 obj << ++2535 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [214.8306 427.6175 266.6359 438.5214] ++/Rect [113.91 611.512 154.089 622.042] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-3052 0 obj << ++2536 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [377.5291 427.6175 513.9963 438.5214] ++/Rect [159.37 572.118 348.978 583.022] + /Subtype /Link +-/A << /S /GoTo /D (a00046_ga20ade151cb33991b4cd960924a830764) >> ++/A << /S /GoTo /D (a00063_ga2) >> + >> endobj +-3053 0 obj << ++2537 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [117.2279 415.6623 191.728 426.5663] ++/Rect [356.425 572.118 430.926 583.022] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3054 0 obj << ++2538 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [339.6025 415.6623 413.5447 426.5663] ++/Rect [479.356 572.118 513.996 583.022] + /Subtype /Link +-/A << /S /GoTo /D (a00035_gacd37bb612667dc437d66bfb175a8dc55) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-3055 0 obj << ++2539 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [435.5201 415.6623 487.3254 426.5663] ++/Rect [113.91 560.163 149.108 571.067] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-3056 0 obj << ++2540 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [202.1258 378.0838 253.9311 388.9877] ++/Rect [157.473 521.143 352.061 532.047] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00063_ga3) >> + >> endobj +-3057 0 obj << ++2541 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [254.5375 378.0838 379.797 388.9877] ++/Rect [358.56 521.143 433.06 532.047] + /Subtype /Link +-/A << /S /GoTo /D (a00046_gab7c1dce3f42ece5bfa621e87cf332418) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3058 0 obj << ++2542 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [383.721 378.0838 458.2211 388.9877] ++/Rect [479.356 521.143 513.996 532.047] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-3059 0 obj << ++2543 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [169.5313 366.1286 221.3367 377.0325] ++/Rect [113.91 509.562 154.089 520.092] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-3060 0 obj << ++2547 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [210.4807 328.55 262.2861 339.454] ++/Rect [376.22 424.567 452.932 435.456] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3061 0 obj << ++2548 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [267.07 328.55 387.3482 339.454] ++/Rect [131.345 412.612 198.642 423.501] + /Subtype /Link +-/A << /S /GoTo /D (a00046_ga5f08ceb69375341e73563cfe2e77534e) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-3062 0 obj << ++2551 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [395.4496 328.55 469.9497 339.454] ++/Rect [364.058 326.265 440.77 337.154] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3063 0 obj << ++2552 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 316.5949 187.8525 327.4988] ++/Rect [131.345 314.31 225.76 325.199] + /Subtype /Link +-/A << /S /GoTo /D (a00035_gacd37bb612667dc437d66bfb175a8dc55) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-3064 0 obj << ++2555 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [210.4875 316.5949 262.2928 327.4988] ++/Rect [381.051 227.963 457.762 238.852] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3065 0 obj << ++2556 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [217.1119 279.0163 268.9172 289.9202] ++/Rect [131.345 216.307 203.623 226.897] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-3066 0 obj << ++2559 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [382.0915 279.0163 513.9963 289.9202] ++/Rect [368.888 129.661 445.6 140.55] + /Subtype /Link +-/A << /S /GoTo /D (a00046_ga61e00b83e7e0a1a946dc1bb29c49ccba) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3067 0 obj << ++2560 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [117.2279 267.0611 191.728 277.9651] ++/Rect [131.345 118.005 230.741 128.595] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-3068 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [221.9694 253.0783 292.1956 262.9835] +-/Subtype /Link +-/A << /S /GoTo /D (a00035_ggacd37bb612667dc437d66bfb175a8dc55abca6887e80cb291353b0a0c1da83f661) >> ++2525 0 obj << ++/D [2523 0 R /XYZ 90 757.935 null] + >> endobj +-3069 0 obj << ++2526 0 obj << ++/D [2523 0 R /XYZ 90 739.935 null] ++>> endobj ++230 0 obj << ++/D [2523 0 R /XYZ 90 739.935 null] ++>> endobj ++2527 0 obj << ++/D [2523 0 R /XYZ 90 693.101 null] ++>> endobj ++2544 0 obj << ++/D [2523 0 R /XYZ 90 471.599 null] ++>> endobj ++2545 0 obj << ++/D [2523 0 R /XYZ 90 445.077 null] ++>> endobj ++2546 0 obj << ++/D [2523 0 R /XYZ 90 445.077 null] ++>> endobj ++2549 0 obj << ++/D [2523 0 R /XYZ 134.861 361.675 null] ++>> endobj ++2550 0 obj << ++/D [2523 0 R /XYZ 90 344.761 null] ++>> endobj ++2553 0 obj << ++/D [2523 0 R /XYZ 134.861 263.373 null] ++>> endobj ++2554 0 obj << ++/D [2523 0 R /XYZ 90 246.459 null] ++>> endobj ++2557 0 obj << ++/D [2523 0 R /XYZ 134.861 165.071 null] ++>> endobj ++2558 0 obj << ++/D [2523 0 R /XYZ 90 148.157 null] ++>> endobj ++2522 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F14 590 0 R /F40 467 0 R /F44 478 0 R /F49 677 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++2564 0 obj << ++/Length 428 ++/Filter /FlateDecode ++>> ++stream ++xڝRn `ʀ4Pշ$Xݵjkk_0*Q6=Tx39^RGo}Af_W˭(f,0%W#тf {369BI,̈́䛫MN=qw@L}wLtZ7}u%@7z|#< Τ.c@kܣ\Ȅ;8/M@^__h%]%Cp^dmcb&ݸ1e6];lcwM4wz{3L\c{&uį^)VjՌR]% ++?Xq^΃LʼnB{g;)H{E Q@i)#Pc[aE @endstream ++endobj ++2563 0 obj << ++/Type /Page ++/Contents 2564 0 R ++/Resources 2562 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 2561 0 R ++>> endobj ++2565 0 obj << ++/D [2563 0 R /XYZ 90 757.935 null] ++>> endobj ++2562 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++2568 0 obj << ++/Length 1285 ++/Filter /FlateDecode ++>> ++stream ++xڝWKs6WHX( SZi39rr<eN)R%8Yd=n]okf@f hPŨxPWdz XVHů ~zrE[ڝ~3^"8SRO=͇h"E;WY&qdF) [ps25b^3N2%h@!:UHx y\z9b@Xk3 ++:j3G?E㏪,*Âd4(^lY°H9bs½Wptincl<ÝzZ@7l$SZWcЊ6;iDb*mEp|5*Q5 Eg 5*a>`g11CA3䦍 ÍILJ-8 ]a3-Jv+ ++ft%j+aGW8"<0uΒ3)ô9T6/wv?;MY>ԕm^T'+hf"f]{ Ii^pc]ڵEE îX@h9 7yc,m**̰yȝ }͘p,֓=9u>ayŇ<~2x㶛Sf{O}ۍåWAb,Gs_ccӅ?pDNX|( DwE]fubiw=si]^gk|/LdI57C PZ$;F혫.+3}endstream ++endobj ++2567 0 obj << ++/Type /Page ++/Contents 2568 0 R ++/Resources 2566 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 2561 0 R ++/Annots [ 2572 0 R 2573 0 R 2574 0 R 2578 0 R 2579 0 R ] ++>> endobj ++2572 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [204.5957 229.4826 256.401 240.3865] ++/Rect [160.382 674.226 288.839 685.13] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00064_ga0) >> + >> endobj +-3070 0 obj << ++2573 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [258.2423 229.4826 348.6326 240.3865] ++/Rect [296.792 674.226 371.292 685.13] + /Subtype /Link +-/A << /S /GoTo /D (a00046_gae5ef1af636849f77714e1584ba78cf9c) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3071 0 obj << ++2574 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [353.7915 229.4826 428.2916 240.3865] ++/Rect [113.91 662.271 178.438 673.174] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-3072 0 obj << ++2578 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [185.1027 217.5274 236.908 228.4313] ++/Rect [309.15 577.966 385.862 588.845] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3073 0 obj << ++2579 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [267.2838 217.5274 319.0891 228.4313] ++/Rect [131.345 566.011 198.642 576.89] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-3074 0 obj << ++2569 0 obj << ++/D [2567 0 R /XYZ 90 757.935 null] ++>> endobj ++2570 0 obj << ++/D [2567 0 R /XYZ 90 739.935 null] ++>> endobj ++234 0 obj << ++/D [2567 0 R /XYZ 90 739.935 null] ++>> endobj ++2571 0 obj << ++/D [2567 0 R /XYZ 90 693.176 null] ++>> endobj ++2575 0 obj << ++/D [2567 0 R /XYZ 90 624.95 null] ++>> endobj ++2576 0 obj << ++/D [2567 0 R /XYZ 90 598.465 null] ++>> endobj ++2577 0 obj << ++/D [2567 0 R /XYZ 90 598.465 null] ++>> endobj ++2566 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 467 0 R /F44 478 0 R /F49 677 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++2582 0 obj << ++/Length 1276 ++/Filter /FlateDecode ++>> ++stream ++xڝWK6 W(,S4i3L8ݝUz5%Wn Wf|0>>$#A,b ++;X"nw /Oi($ 6 AIބGk$oi:"I58"ovv~|* .}]Dɿn6m6WnN9ƴV7w8؂ W1O0ƈ(W27.V_Wtu뗼]tpĸSFL{b"1~{1|6;|tbL3;ߕ1Z$ IN"X={}='qt[J`cX2ˀK`^yib [Pq26I|Zᤗ4Vyu۴nwꈊc zgg߸}H Ԝ4!Z`pș!%a$A $tJ a*Q ªFL,c+ #@ $7HuZ(D 6aY5P ȉa1K(2bşʗɉIŌAB1ܬA8 ,a}E @+rӘ/BLl%Ԑ׎.HPPҠCsvF& !%Ab39M&N.-0{K.ʱ.j&] IQ3j ۇ:N̪͡*yKRC]Yfj!$>=PjޓjMG#2L˭ԺҎ-2 Ȱԧ@h- ++7ycNlf~5@KٚD0Ӫ|(amݗ {dBz0'?_-7Ǧ{\Oyᒹ18;Sy)K ++ғ ++714[8gaOܶl|, K]}0{]kD$j|`n vQ} ++FN.} Өendstream ++endobj ++2581 0 obj << ++/Type /Page ++/Contents 2582 0 R ++/Resources 2580 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 2561 0 R ++/Annots [ 2586 0 R 2587 0 R 2588 0 R 2592 0 R 2593 0 R ] ++>> endobj ++2586 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [213.4459 179.9488 265.2512 190.8528] ++/Rect [151.412 674.226 285.956 685.13] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00065_ga0) >> + >> endobj +-3075 0 obj << ++2587 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [374.7596 179.9488 513.9963 190.8528] ++/Rect [289.424 674.226 363.924 685.13] + /Subtype /Link +-/A << /S /GoTo /D (a00046_gac574b7b06d2d937002dd538e08dbd554) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3076 0 obj << ++2588 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [117.2279 167.9937 191.728 178.8976] ++/Rect [449.469 674.226 513.996 685.13] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-3077 0 obj << ++2592 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [340.6285 167.9937 392.4338 178.8976] ++/Rect [317.813 577.966 394.525 588.845] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3078 0 obj << ++2593 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [415.6267 167.9937 467.432 178.8976] ++/Rect [131.345 566.011 198.642 576.89] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-3079 0 obj << ++2583 0 obj << ++/D [2581 0 R /XYZ 90 757.935 null] ++>> endobj ++2584 0 obj << ++/D [2581 0 R /XYZ 90 739.935 null] ++>> endobj ++238 0 obj << ++/D [2581 0 R /XYZ 90 739.935 null] ++>> endobj ++2585 0 obj << ++/D [2581 0 R /XYZ 90 693.176 null] ++>> endobj ++2589 0 obj << ++/D [2581 0 R /XYZ 90 624.95 null] ++>> endobj ++2590 0 obj << ++/D [2581 0 R /XYZ 90 598.465 null] ++>> endobj ++2591 0 obj << ++/D [2581 0 R /XYZ 90 598.465 null] ++>> endobj ++2580 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 467 0 R /F44 478 0 R /F49 677 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++2596 0 obj << ++/Length 1292 ++/Filter /FlateDecode ++>> ++stream ++xڝWKo8W(+."[."+rp4/~ I $8HD4A[` O+vc؎G֫_o ++4ҒsI$XonCb*p>n"*)6ϳ4}ÛCuE]F]qjݭ?~_;l +V 1"Z̭'V@~.;AGKl:ʏ`|%A( e0V(Ȍщ2IKg3ڷl3ua|}tQgM,/s!MdⰨʢʣ nOdl4[8 ++}9IKYgCDD|ͻMnlhEd>rUxslz XC%oSxbpCWI3]"ŤELRDԹwkK ,ökYg8;NB55Pl1s5r(TiZ$#V ++)?_o3lYtbP4y9ˮX2:q ld$TF\]i}g=֌OQ=vO]׿vuDp-}qY޶ucZo+uMĒY%O(Vu붻V PbD%#<;%R.:Qj9qF,Fԧ[;?ִPv)PT%m'q$7&3y)[hhmtP=~6'hЙ~ Fɍ31]a-x"{5&jl$ n pz{},n~$lu)gHTyv&w^wޮ t)4ywh*["%sͭg"`i~*Z+{4,Z"`cʯݾw&72qjvyZCi1Gc RTKFԐM@|l|R hq[WeY{^:&&R{ʆ݈$YImMi4 >AG};޹27]HAUw/5tsѹv6̞zяm^g$endstream ++endobj ++2595 0 obj << ++/Type /Page ++/Contents 2596 0 R ++/Resources 2594 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 2561 0 R ++/Annots [ 2600 0 R 2601 0 R 2602 0 R 2606 0 R 2607 0 R ] ++>> endobj ++2600 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [328.8521 130.4151 431.0179 141.3191] ++/Rect [156.181 674.226 278.411 685.13] + /Subtype /Link +-/A << /S /GoTo /D (a00046_ga38d9bd3a7566d0e6b0ab95d652557707) >> ++/A << /S /GoTo /D (a00066_ga0) >> + >> endobj +-3080 0 obj << ++2601 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [438.9481 130.4151 513.9963 141.3191] ++/Rect [284.264 674.226 358.764 685.13] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3081 0 obj << ++2602 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 118.4599 118.6724 129.3639] ++/Rect [113.91 662.271 178.438 673.174] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-3082 0 obj << ++2606 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [267.5729 118.4599 319.3782 129.3639] ++/Rect [302.073 577.966 378.785 588.845] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3083 0 obj << ++2607 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [337.5898 118.4599 389.3951 129.3639] ++/Rect [157.905 566.011 225.202 576.89] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-3041 0 obj << +-/D [3039 0 R /XYZ 90 757.9346 null] ++2597 0 obj << ++/D [2595 0 R /XYZ 90 757.935 null] + >> endobj +-2783 0 obj << +-/D [3039 0 R /XYZ 267.6321 718.0168 null] ++2598 0 obj << ++/D [2595 0 R /XYZ 90 739.935 null] + >> endobj +-578 0 obj << +-/D [3039 0 R /XYZ 90 701.8637 null] ++242 0 obj << ++/D [2595 0 R /XYZ 90 739.935 null] + >> endobj +-3042 0 obj << +-/D [3039 0 R /XYZ 278.1925 620.5124 null] ++2599 0 obj << ++/D [2595 0 R /XYZ 90 693.176 null] + >> endobj +-582 0 obj << +-/D [3039 0 R /XYZ 90 603.2385 null] ++2603 0 obj << ++/D [2595 0 R /XYZ 90 624.95 null] + >> endobj +-3043 0 obj << +-/D [3039 0 R /XYZ 90 544.997 null] ++2604 0 obj << ++/D [2595 0 R /XYZ 90 598.465 null] + >> endobj +-3038 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F44 2087 0 R /F50 2369 0 R /F54 2690 0 R /F40 2073 0 R /F56 2749 0 R >> ++2605 0 obj << ++/D [2595 0 R /XYZ 90 598.465 null] ++>> endobj ++2594 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F14 590 0 R /F40 467 0 R /F44 478 0 R /F49 677 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-3094 0 obj << +-/Length 1778 ++2610 0 obj << ++/Length 1682 + /Filter /FlateDecode + >> + stream +-xYY7~WPe݇v\<.Yf ߧ59'M I0HbpBq,`̀#x?j{MubT&늃$HPBSJ"b8 CtHEuHpmwӕ{6[m2$fen($Vd`Č-<`Dz) j>E ,+!AtW ]8}gȝZ?:i5*uq-XUlgZIN&7b6Ye97S\9)DӲ.2l!iELY+madKBR0g+~Gϩ,6ŪX*NóSWDa$13vwEZHnȳydΐ0JzJca.ku݁6 О7PUHψA@ɝύ6$!-k;ˇos&sp f_;޼%%KFz4lz~%,Gc, ҀtObCDX 8FV6D1Ddg"a9<!Ҟ0OA/o(E.}0iccbiD)U& >;RrbF*VDm i$"*lºPѬ;Pi ݄ʬXH`H5RD)$R48{ +-Rya +- S$ +- 1G1I f;U7LPR9auEE*(淼#~ s<ǼY1'-Z=1p1a;mKM^mPH#Jy[DH[UVrX6:5TkRxo8&{#ro/HBrBṗ u gr V?>*DT}h֐>R2kqe3;kx5a­q [/4 Uܬ^:[,uH( w<>ox;+zKp 6=cfL=Y٭̧Uk{ +-W_uM޹AB" 2@ o OqZ6%m.9̴r2lKعNu@7a,NHt; +- N\|\dٟ+v1r?4K@eu8fY)Fɩkޖf7Te eK9bK0ݬC2 sbދt]6˰0Q.ίW7y{f\BTeym˼\ GaiS2F*aF,I䪯PL2\HGۼpo/H?UCQmU.>ݾm &k>|5v3zc3Nht E/ pĸ SȆuC0H۲88^=]ݾXm?bLWn\6> #UٷޑL2!BL(h;KęntX[)/bV7 4Xu nk3nԳ-:m/g셗"Qis|)NwbAEvuYܭcaHQLݙUҷ`l ]m6NվU~ؚ" "ȌFv )PgݔWEװ2/AzԵTeZ%_ ત05"~eHhv1UdU5_:69xh֖9k\ڬ7r{.a>wՂlm=.rU+ cucǠk ++Sa]UjWăܧ]kW@Hj{  yeFJ( i*2nu@z`td0@CBUH;q/Hz_NW9 a%'Ȍň;Lw6@M4X^ =a*P q{q61-Ԕ,+ _ZE^E*Kxm.!bX6ݱĮi;4cz$une/!K|kȮgPK4É\&g 'p-F+ ++7Ӝ~?1CDzM r% ӦNԝjZxK!8"%HwL^%dC2^gR6h0#t^!Z=JFm+X{nS!F[Zr\bS://ҽ$' ++EB؃ֽHj7NŐZ&c~sMaՋ9Ѡ‰|8%5EtjA2Z1UBd_Z2(YLZ3ƪ&H)XbyNQRWįj8 [m+J7ּj7Uꄝm40'J"vrdAh]_|j<LԬák[8r-7@pUCJa~$ _A8Ia#HODU4뺑2w@Hat_ Y_ ++/36G_);њ_B0~!"LC#<*)lGH׉!'3'A__ & JC!_j-4tW;*JA1lJ{TyHEaxt5(ps]"~\ǎ!Le0 {Õ0\4j)0ֲ`o:[0!2_طs U";70@ .-dRרofC_S>_bR0 vW_lغ7s8$<=oޯ7~e 8endstream + endobj +-3093 0 obj << ++2609 0 obj << + /Type /Page +-/Contents 3094 0 R +-/Resources 3092 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 3019 0 R +-/Annots [ 3096 0 R 3097 0 R ] ++/Contents 2610 0 R ++/Resources 2608 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 2561 0 R ++/Annots [ 2614 0 R 2615 0 R 2616 0 R 2617 0 R 2618 0 R 2619 0 R 2620 0 R 2624 0 R 2625 0 R 2628 0 R 2629 0 R ] + >> endobj +-3096 0 obj << ++2614 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [255.0194 218.621 386.914 229.5249] ++/Rect [154.088 674.226 304.134 685.13] + /Subtype /Link +-/A << /S /GoTo /D (a00046_gab7c1dce3f42ece5bfa621e87cf332418) >> ++/A << /S /GoTo /D (a00067_ga0) >> + >> endobj +-3097 0 obj << ++2615 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [194.4273 137.3501 273.3508 148.254] ++/Rect [308.941 674.226 383.441 685.13] + /Subtype /Link +-/A << /S /GoTo /D (a00035_ggacd37bb612667dc437d66bfb175a8dc55abca6887e80cb291353b0a0c1da83f661) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3095 0 obj << +-/D [3093 0 R /XYZ 90 757.9346 null] ++2616 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [479.356 674.226 513.996 685.13] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-586 0 obj << +-/D [3093 0 R /XYZ 90 739.9346 null] ++2617 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [113.91 662.271 149.108 673.174] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-3085 0 obj << +-/D [3093 0 R /XYZ 90 722.9677 null] ++2618 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [151.612 623.416 313.842 634.32] ++/Subtype /Link ++/A << /S /GoTo /D (a00067_ga1) >> + >> endobj +-590 0 obj << +-/D [3093 0 R /XYZ 90 722.9677 null] ++2619 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [317.41 623.416 391.91 634.32] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++2620 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [139.375 611.461 203.902 622.365] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga0) >> ++>> endobj ++2624 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [332.724 527.146 409.436 538.035] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3086 0 obj << +-/D [3093 0 R /XYZ 90 654.9343 null] ++2625 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [131.345 515.201 198.642 526.08] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-594 0 obj << +-/D [3093 0 R /XYZ 90 639.6834 null] ++2628 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [346.168 429.068 422.88 439.957] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3090 0 obj << +-/D [3093 0 R /XYZ 90 573.6634 null] ++2629 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [239.01 417.113 306.307 428.002] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-598 0 obj << +-/D [3093 0 R /XYZ 90 558.4125 null] ++2611 0 obj << ++/D [2609 0 R /XYZ 90 757.935 null] + >> endobj +-3089 0 obj << +-/D [3093 0 R /XYZ 90 492.3926 null] ++2612 0 obj << ++/D [2609 0 R /XYZ 90 739.935 null] + >> endobj +-602 0 obj << +-/D [3093 0 R /XYZ 90 477.1417 null] ++246 0 obj << ++/D [2609 0 R /XYZ 90 739.935 null] + >> endobj +-3087 0 obj << +-/D [3093 0 R /XYZ 247.9962 407.6093 null] ++2613 0 obj << ++/D [2609 0 R /XYZ 90 693.176 null] + >> endobj +-606 0 obj << +-/D [3093 0 R /XYZ 90 390.8243 null] ++2621 0 obj << ++/D [2609 0 R /XYZ 90 574.141 null] + >> endobj +-2399 0 obj << +-/D [3093 0 R /XYZ 319.1091 320.6693 null] ++2622 0 obj << ++/D [2609 0 R /XYZ 90 547.656 null] + >> endobj +-610 0 obj << +-/D [3093 0 R /XYZ 90 303.2615 null] ++2623 0 obj << ++/D [2609 0 R /XYZ 90 547.656 null] + >> endobj +-3088 0 obj << +-/D [3093 0 R /XYZ 391.4968 221.774 null] ++2626 0 obj << ++/D [2609 0 R /XYZ 167.539 464.291 null] + >> endobj +-614 0 obj << +-/D [3093 0 R /XYZ 90 204.3663 null] ++2627 0 obj << ++/D [2609 0 R /XYZ 90 447.564 null] + >> endobj +-3092 0 obj << +-/Font << /F28 1626 0 R /F50 2369 0 R /F54 2690 0 R /F22 1616 0 R /F44 2087 0 R >> ++2608 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 467 0 R /F44 478 0 R /F49 677 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-3100 0 obj << +-/Length 3259 ++2632 0 obj << ++/Length 1481 + /Filter /FlateDecode + >> + stream +-x[n9}WQ"yfvƋ},^ȒWjo8v1DnUYun2nٜ +-}Ɠ5y3ZL1trw)l.G|Q`h,h0+EjFt9xx_tip~q?">V-/Kb`P9 -[Lh>춛GILW˃p[xuD4@šv]|m-#n5Y74h<qmrۀ 3$'0zь +-(ۛf]VnU勧ow3*b?xKám-t߭vw`kY=_޺uU>^[q]7'n9AJf!"Az6'x+0t}V0r[4ʌLߋ[VվQuU,qSTnWY way +-1 +-l,ajwng=4)- 3H g-^\S"S+"4®ĸEuoyaŪԬվ(v$,;jfʖsWʕ_έʣ2щ1br~t+o ͡k-AfAF U%W#+uymzx.ԔMyE&i]8f͡U7U^JFgw>jYSUqgf]Cy Q-Z m: Ͱ%V,aSzq8^UIeL/N070j@hHb/'C5ԞR_4d(!Gٳ b+*!Aܔa +-D +-E*VdJR=$wɁ!R( %H$M{(TCǠ$baO˟Hc(HP)c&t9:uv{ lٗ?|=͚~0Ыr|zLX PNvEi+2,1r~!K [Hz}%;lΪNgxa$5`#62$a" Y7@0C,yS+q?u3Xg729H+W~Wɀ2y# +-: /ao'uw0^IA `Θ]A g^w@ݠc5-' !RfEPF\YZoVu͈m 6kv9}[Vn;o/~uJZPj3WG {3"ָPq7HiX(rLQƯf뫗K˙{n@Me3veSδsl 7f(D wXv!&|lt>ˠkN6RCǬ3Q !Lg%<4P<'w?Z6cfOTQΡ2<(VvY8ERZH|An 2' Hzi:[=$\냻vRD&1?Ec E aE<"3IݗbvS݅]ck5F)g#lnas#PLN=,:5wEn)!:Tb}#Rp[q&Oa&5 mm :mhźo82&Uz~*C+2 fMc{NdBh0λO+=a ?5M(܃)Q6P~@eB/͠OP8|IhS cBZ蛻Ro~pbn})(1"ʸ`vo%`{/ܑr{鸶#Fx*ա=)jkq*cP{Qi4[wwF>S TϨGe=2S/p֘1, +-Ӣq&ճ=e\Bf*B" / ^ <IHrN(M3e44#n(9{qߵ:f_nI ~\fJ0GRq v?Nee;Nu  m{q =rl$>Ǡgʐ +-(0V3KG!2lKIM~aQ#X4ڊ@@esz u~ +-)Hl#яw#IWYݍr<g D=g3`CeS݈ۑ`I e<:=jGQM%q lSBJ%r48AF5 1 1#(æB`=8+Xӱ ݱ i:$a7·-Êou KIՓ2K˾2٧RL^sω R!ϾZ[AL?A=4hme66ڌ__.[~Ӝ +-gV !:m6 u ݬ +-DP9Эk;-Z|tX>ëow6X%MFڱkGڗ,8Vh#|BgceEʦ x q8IlG7 l*'}M:g #c]c8$C"BO 0SFj C!Q)!lM,aw"!7obd b2 +-~px|f}ul2 +h$rZW=rF?H)k`؜4 1:.&~B)lIbclRh(IBH ?=]B ofhJvF"ƟQoٗĈl4_`>cŒ޶v +-6dfR?UްxSlUCѽ|_)/+?s35_ۓ;,.k{Oav&ldo^{o})Cs_endstream ++xڭX[4~_Q 5_$, BH/ 2i &UN~=DZӦML>4/|sÏL (abod O!- / &Η| HJ6%7Hh[7uΨ}sx F6bJDS}wW&q/ e=zױmQ֍vԻwe[EYYd ^"p@0Qp^>8C:Eztbqb)i=O?vu)r ++RpB"r~b($h~I[xq!e4-웾7u3Fi<d#GR׬I3Y/*͏-PQ0 3Kę>ذ.(nO`82 ?/x`o>tjuY3_61iR g xuZ^(̯4FE+D$j"jԁ Ԛ#VC,ew-.0Pb !χ0W ++tP3 0a:wE-ts ++=u:?3iݗ<+ @kqRc&+%PBKvETN LVʠf0b~Y{Qg &:# ++cFuvYadN IX>W0f=NqGٝxK`0<8,2AST!\oDHdmÉ-TaQCJTaTZSZg +:u./_8Ȅ8ڪ:JA-Kb)C`)\^'K*9✇dB,_;f6!ścĈ cFEx" jEau_a 14Շ ɔ\ʶ ++lJqhaDx ؕAY;yMڤISEcattRww!BY]s>S+ñ򣘼Ef;n5۰8kiOAg&EW=J@7Kv_רۆV"$b4[3Y+/UfXATU ++քuFwIj2ayuɬq\e!ߧ\;Qlw&ݶYT98@U?+$ኚwt뢦eokB^)pP{ޢ/4ш9 ++La3!me`ag&aٮmD:ȥiW؃>!o9}2#;](>C'A"N"+yZ;u{OUYBendstream + endobj +-3099 0 obj << ++2631 0 obj << + /Type /Page +-/Contents 3100 0 R +-/Resources 3098 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 3019 0 R +-/Annots [ 3102 0 R 3103 0 R 3106 0 R 3107 0 R 3108 0 R 3109 0 R 3110 0 R 3111 0 R 3112 0 R 3113 0 R 3114 0 R 3115 0 R 3116 0 R 3117 0 R 3118 0 R 3119 0 R 3120 0 R 3121 0 R 3122 0 R 3123 0 R 3124 0 R 3125 0 R 3126 0 R 3127 0 R 3128 0 R 3129 0 R 3130 0 R 3131 0 R 3132 0 R 3133 0 R 3134 0 R 3135 0 R 3136 0 R 3137 0 R 3138 0 R ] ++/Contents 2632 0 R ++/Resources 2630 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 2646 0 R ++/Annots [ 2635 0 R 2636 0 R 2637 0 R 2638 0 R 2639 0 R 2640 0 R 2641 0 R 2642 0 R 2643 0 R 2644 0 R 2645 0 R ] + >> endobj +-3102 0 obj << ++2635 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [129.0261 726.8189 207.9497 737.7228] ++/Rect [113.91 394.303 187.852 405.207] + /Subtype /Link +-/A << /S /GoTo /D (a00035_ggacd37bb612667dc437d66bfb175a8dc55abca6887e80cb291353b0a0c1da83f661) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-3103 0 obj << ++2636 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [172.9169 619.1659 285.1952 630.0698] ++/Rect [188.351 394.303 207.499 405.207] + /Subtype /Link +-/A << /S /GoTo /D (a00035_ggacd37bb612667dc437d66bfb175a8dc55a3f4e83ffc4a259354959ae8a9eaa2a80) >> ++/A << /S /GoTo /D (a00012_o0) >> + >> endobj +-3106 0 obj << ++2637 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [206.2331 435.0546 258.0384 445.9585] ++/Rect [152.376 355.018 190.194 365.922] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00012_o1) >> + >> endobj +-3107 0 obj << ++2638 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [260.6985 435.0546 432.9706 445.9585] ++/Rect [141.019 317.791 164.59 326.638] + /Subtype /Link +-/A << /S /GoTo /D (a00047_gabcd5fa81a95fa5335950cae092277d5b) >> ++/A << /S /GoTo /D (a00012_o2) >> + >> endobj +-3108 0 obj << ++2639 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [438.9481 435.0546 513.9963 445.9585] ++/Rect [113.91 276.45 205.008 287.354] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00017) >> + >> endobj +-3109 0 obj << ++2640 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 423.0994 118.6724 434.0033] ++/Rect [205.506 276.45 240.704 287.354] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00012_o3) >> + >> endobj +-3110 0 obj << ++2641 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.9313 423.0994 249.4709 434.0033] ++/Rect [113.91 237.166 186.189 248.07] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00013) >> + >> endobj +-3111 0 obj << ++2642 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [230.4946 384.3767 386.1592 395.2806] ++/Rect [194.159 237.166 209.431 248.07] + /Subtype /Link +-/A << /S /GoTo /D (a00047_gaab04c89623662e63a48ed2cd48eb601c) >> ++/A << /S /GoTo /D (a00012_o4) >> + >> endobj +-3112 0 obj << ++2643 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [394.8551 384.3767 469.3552 395.2806] ++/Rect [152.376 197.881 176.505 208.785] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00012_o5) >> + >> endobj +-3113 0 obj << ++2644 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 372.4215 204.4499 383.3254] ++/Rect [152.376 158.597 208.455 169.501] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00012_o6) >> + >> endobj +-3114 0 obj << ++2645 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [220.9976 372.4215 272.8029 383.3254] ++/Rect [142.413 108.354 177.212 119.258] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00012_o7) >> + >> endobj +-3115 0 obj << ++2633 0 obj << ++/D [2631 0 R /XYZ 90 757.935 null] ++>> endobj ++250 0 obj << ++/D [2631 0 R /XYZ 90 739.935 null] ++>> endobj ++791 0 obj << ++/D [2631 0 R /XYZ 90 524.065 null] ++>> endobj ++254 0 obj << ++/D [2631 0 R /XYZ 90 524.065 null] ++>> endobj ++2634 0 obj << ++/D [2631 0 R /XYZ 90 413.468 null] ++>> endobj ++2630 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 478 0 R /F11 482 0 R /F40 467 0 R /F14 590 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++2657 0 obj << ++/Length 2231 ++/Filter /FlateDecode ++>> ++stream ++xڭKsZNƯZX>TX+!$+>=0d@ltgAds ++l(CPÌg,|W;n8-7_5#iilY2xKfr]|(ٶ^޿l5Y5GUudr窱*Oܼ cQB{}DO3J897I.vo>j:$U ++;_qS@bsd a+'gpv.ogQM$6~\(<Տ%ɿR QRUe-?HpäQT&\w.(G58pxpϥ=VPUM 1~DMr„y)܂N]P%xKNAf=p}u<Ҽ[c=(rW\;Fנ^K2(fׅԣQjzDZK}?);sP 8N=:Kq< 32l ++13zR`G/RE sJCDXy\U-p(KTEUKKE=I:i3sYӟ8 ++DӘ(PIEրyplρmE `R /ZeՖlC?9a(wilFӦu46xIݡ㄀na>5҇?vs4SA4PNTYERKqi*ԯoe)aU>Ws lra){={]*d}WF5@UYPP wTU0JUv}G=wY;wt=>$qy " >n(o,ٴ$~D/?%3yil8  $Nh3KS Q5Ғ$E=\`I<# \vJ|$ S 1N4FjA:C8J+wX2$K4`< 8Vt.hK>]~lÈkIaH4h7Msk]]4 3,LfH*/e`7xD_9RC ++J*T&uu 缩7a5\A: ++GtQ:[_҉t&ΤsXT:1}Dߺ|xU~;:Lߊ G 1j^M7bݰokKpeSHwO+2nrbW>7fJ0Eӥ#"୤37oD\Wnm7u$32&qnq6ڃ2 ɬ2#`0ڌ]TU0JU/o"`˶pZ@ 3ܒ\49b?XW\D^[ op(ŭK)TEU Żr\`=lŅ F .~nA9-FsZWTxO֒.rw7~4q}i^ &ch.$lIgr=n֘`{V^w pANOAFPs`})Mhn2.gUD {'7KO9,~C7J( O^W}o1bҽ/|;~v7)dcendstream ++endobj ++2656 0 obj << ++/Type /Page ++/Contents 2657 0 R ++/Resources 2655 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 2646 0 R ++/Annots [ 2659 0 R 2660 0 R 2661 0 R 2662 0 R 2663 0 R 2664 0 R 2665 0 R 2666 0 R 2667 0 R 2668 0 R 2669 0 R 2670 0 R 2671 0 R 2672 0 R 2673 0 R 2674 0 R 2675 0 R 2676 0 R 2677 0 R 2678 0 R 2679 0 R 2680 0 R 2681 0 R 2682 0 R 2683 0 R 2684 0 R 2685 0 R 2686 0 R 2687 0 R 2688 0 R 2689 0 R ] ++>> endobj ++2659 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [220.3349 333.6988 272.1402 344.6027] ++/Rect [113.91 713.898 157.965 724.802] + /Subtype /Link + /A << /S /GoTo /D (a00012) >> + >> endobj +-3116 0 obj << ++2660 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [281.8511 333.6988 466.3279 344.6027] ++/Rect [165.935 713.898 215.927 724.802] + /Subtype /Link +-/A << /S /GoTo /D (a00047_ga8af256c2572f16520f95440b884c1bd6) >> ++/A << /S /GoTo /D (a00012_o8) >> + >> endobj +-3117 0 obj << ++2661 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [479.3564 333.6988 513.9963 344.6027] ++/Rect [113.91 675.104 157.965 686.008] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3118 0 obj << ++2662 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 321.7436 159.0806 332.6475] ++/Rect [165.935 675.104 216.375 686.008] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00012_o9) >> + >> endobj +-3119 0 obj << ++2663 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [199.3396 321.7436 289.8791 332.6475] ++/Rect [113.91 636.31 157.965 647.214] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3120 0 obj << ++2664 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [372.0104 321.7436 423.8157 332.6475] ++/Rect [165.935 636.31 192.824 647.214] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00012_o10) >> + >> endobj +-3121 0 obj << ++2665 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [202.8954 283.0209 254.7007 293.9248] ++/Rect [152.376 597.516 204.181 608.42] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00012_o11) >> + >> endobj +-3122 0 obj << ++2666 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [255.6919 283.0209 435.1874 293.9248] ++/Rect [113.91 558.722 157.965 569.626] + /Subtype /Link +-/A << /S /GoTo /D (a00047_ga934e7ecd68b33403e0c0be779d9ed1e6) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3123 0 obj << ++2667 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [439.4961 283.0209 513.9963 293.9248] ++/Rect [165.935 558.722 217.043 569.626] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00012_o12) >> + >> endobj +-3124 0 obj << ++2668 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [153.6711 271.0657 244.2107 281.9696] ++/Rect [113.91 519.928 157.965 530.832] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3125 0 obj << ++2669 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [260.7584 271.0657 334.7005 281.9696] ++/Rect [165.935 519.928 217.491 530.832] + /Subtype /Link +-/A << /S /GoTo /D (a00035_gacd37bb612667dc437d66bfb175a8dc55) >> ++/A << /S /GoTo /D (a00012_o13) >> + >> endobj +-3126 0 obj << ++2670 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [357.3355 271.0657 409.1408 281.9696] ++/Rect [152.376 481.134 172.63 492.038] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00012_o14) >> + >> endobj +-3127 0 obj << ++2671 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [201.8195 232.343 253.6249 243.2469] ++/Rect [113.91 442.34 157.965 453.244] + /Subtype /Link + /A << /S /GoTo /D (a00012) >> + >> endobj +-3128 0 obj << ++2672 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [351.5069 232.343 513.9963 243.2469] ++/Rect [170.916 442.34 205.556 453.244] + /Subtype /Link +-/A << /S /GoTo /D (a00047_ga20703980008f82379f98f56857611a1a) >> ++/A << /S /GoTo /D (a00012_o15) >> + >> endobj +-3129 0 obj << ++2673 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [117.2279 220.3878 191.728 231.2917] ++/Rect [113.91 403.546 157.965 414.45] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3130 0 obj << ++2674 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [231.9869 220.3878 322.5265 231.2917] ++/Rect [165.935 403.546 208.335 414.45] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00012_o16) >> + >> endobj +-3131 0 obj << ++2675 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [204.3102 181.6651 256.1155 192.569] ++/Rect [113.91 364.752 157.965 375.656] + /Subtype /Link + /A << /S /GoTo /D (a00012) >> + >> endobj +-3132 0 obj << ++2676 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [356.4883 181.6651 513.9963 192.569] ++/Rect [165.935 364.752 206.672 375.656] + /Subtype /Link +-/A << /S /GoTo /D (a00047_ga50a80a0021e5843d968c3b97aebaad9b) >> ++/A << /S /GoTo /D (a00012_o17) >> + >> endobj +-3133 0 obj << ++2677 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [117.2279 169.7099 191.728 180.6139] ++/Rect [141.387 328.016 176.575 336.862] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00012_o18) >> + >> endobj +-3134 0 obj << ++2678 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [231.9869 169.7099 322.5265 180.6139] ++/Rect [113.91 287.165 178.438 298.069] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-3135 0 obj << ++2679 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [339.0741 169.7099 413.0163 180.6139] ++/Rect [178.936 287.165 206.383 298.069] + /Subtype /Link +-/A << /S /GoTo /D (a00035_gacd37bb612667dc437d66bfb175a8dc55) >> ++/A << /S /GoTo /D (a00012_o19) >> + >> endobj +-3136 0 obj << ++2680 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [337.6689 130.9872 513.9963 141.8911] ++/Rect [113.91 248.371 178.438 259.275] + /Subtype /Link +-/A << /S /GoTo /D (a00047_ga6807db0012369efe19b8d3dcee235493) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-3137 0 obj << ++2681 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [117.2279 119.032 191.728 129.936] ++/Rect [178.936 248.371 247.886 259.275] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00012_o20) >> + >> endobj +-3138 0 obj << ++2682 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [231.9869 119.032 322.5265 129.936] ++/Rect [113.91 209.577 178.438 220.481] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> +->> endobj +-3101 0 obj << +-/D [3099 0 R /XYZ 90 757.9346 null] +->> endobj +-3084 0 obj << +-/D [3099 0 R /XYZ 90 706.2263 null] +->> endobj +-618 0 obj << +-/D [3099 0 R /XYZ 90 691.7152 null] +->> endobj +-3091 0 obj << +-/D [3099 0 R /XYZ 340.4382 610.3638 null] +->> endobj +-622 0 obj << +-/D [3099 0 R /XYZ 90 593.6959 null] +->> endobj +-3104 0 obj << +-/D [3099 0 R /XYZ 90 527.812 null] +->> endobj +-626 0 obj << +-/D [3099 0 R /XYZ 90 512.1802 null] +->> endobj +-3105 0 obj << +-/D [3099 0 R /XYZ 90 453.9387 null] +->> endobj +-3098 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F44 2087 0 R /F50 2369 0 R /F54 2690 0 R /F40 2073 0 R /F56 2749 0 R /F14 2206 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-3146 0 obj << +-/Length 2247 +-/Filter /FlateDecode +->> +-stream +-xZY۸~ׯУTeaqGMeʃץH P <$jbWf!9?27xBq9<|ψ^*&T 2cA$(a +-x,߹??nc~ʶ{NܿNi\IPdٻF /`Xq5Ϸ O3b 0"ӌS>f~m1*EPYhd%LyR׈`ا#vC GK9T%UYlPlY~/fyen*%ŋs28CK;O[@C~]WiVx[Yog˺z9I$a"C,RNZhW ccq(v@bDT0 7}(hFo5GC?!ʐokM0 +-0njBF9pa`Z`HC+pBє <BCzNBx!) p0Wf\"!@q_XXRq< 䵫B4cets귴:K-x|^$D(:Pepަ[8G ő"x MWm3ӠK֗"(%yRd iʁs+]9?MNTkթ+ ±jF$5jd "bLKCR.!Rxs$o ^ @ #-A +-c$&S5{:sbԗwQc.a ObNA gᏞ[`(YP[.Xp4vْŧ%krAAA:Y͖T_-մ m5^UL5,5fKARJdOxBӻuaV; Rp5 W44=aؐAy*=}qB2{EUhЍDK{{KȰZzq8LV3E*-mb K=Ar8ڝ&U[_qK55ؕ[CQ`S+N}Cv5ܐqJ_ưCM ,zqWOI7/q̆Al1vݻw-p=C=\> Yz`^Av ;]`g( 6GKnD +-ɰv 0amF@Ң{ɚyLTU7] 9*<%P$ ׃M+`:88V Uڅ@𞾉C~lKgT_#p,Kjb˩1nO5WoSTӐuRd]֕DCfu۱ Ð! +-juB,/2H kg8 OHt4fUf;ئj?z  퐸 +-_Qj4g5ZU"JۃBJ (*s Ftx n&i@I7!bʷ\K9;-|9CRny b% aFz%|e?/endstream +-endobj +-3145 0 obj << +-/Type /Page +-/Contents 3146 0 R +-/Resources 3144 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 3153 0 R +-/Annots [ 3148 0 R 3149 0 R 3150 0 R 3151 0 R ] ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-3148 0 obj << ++2683 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [342.6503 726.8189 513.9963 737.7228] ++/Rect [178.936 209.577 236.27 220.481] + /Subtype /Link +-/A << /S /GoTo /D (a00047_ga72c5bc4317a4c3938e32447b769813a0) >> ++/A << /S /GoTo /D (a00012_o21) >> + >> endobj +-3149 0 obj << ++2684 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [117.2279 714.8637 191.728 725.7676] ++/Rect [113.91 170.783 178.438 181.687] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-3150 0 obj << ++2685 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [231.9869 714.8637 322.5265 725.7676] ++/Rect [178.936 170.783 242.656 181.687] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00012_o22) >> + >> endobj +-3151 0 obj << ++2686 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [339.0741 714.8637 413.0163 725.7676] ++/Rect [113.91 132.965 183.419 142.893] + /Subtype /Link +-/A << /S /GoTo /D (a00035_gacd37bb612667dc437d66bfb175a8dc55) >> +->> endobj +-3147 0 obj << +-/D [3145 0 R /XYZ 90 757.9346 null] +->> endobj +-630 0 obj << +-/D [3145 0 R /XYZ 90 677.9164 null] +->> endobj +-3139 0 obj << +-/D [3145 0 R /XYZ 90 651.4313 null] +->> endobj +-634 0 obj << +-/D [3145 0 R /XYZ 90 651.4313 null] +->> endobj +-3140 0 obj << +-/D [3145 0 R /XYZ 362.4251 516.3644 null] +->> endobj +-638 0 obj << +-/D [3145 0 R /XYZ 90 499.8138 null] +->> endobj +-3143 0 obj << +-/D [3145 0 R /XYZ 90 394.183 null] +->> endobj +-642 0 obj << +-/D [3145 0 R /XYZ 90 379.7892 null] +->> endobj +-3152 0 obj << +-/D [3145 0 R /XYZ 90 313.9054 null] +->> endobj +-646 0 obj << +-/D [3145 0 R /XYZ 90 299.5117 null] +->> endobj +-3141 0 obj << +-/D [3145 0 R /XYZ 270.4116 206.2051 null] +->> endobj +-650 0 obj << +-/D [3145 0 R /XYZ 90 189.6546 null] +->> endobj +-2401 0 obj << +-/D [3145 0 R /XYZ 382.4907 96.348 null] +->> endobj +-3144 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F40 2073 0 R /F56 2749 0 R /F50 2369 0 R /F54 2690 0 R /F44 2087 0 R /F14 2206 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-3156 0 obj << +-/Length 2272 +-/Filter /FlateDecode +->> +-stream +-xZY۸~ׯУT{sx->9.F(P e}@$DJkVUl4}|h)csKZjbPq ^t ~w7%V=4#g\_Ӿ\ 鹬u;Tˏw?x׮\1g>iF F? %Z?sL"FWua0EQ˂QJN jdbz?lVjJ?G^8`ix,UU͗][Ŷ\m^N˪R :̅&@ ƈՇ$h`(j&D%׋hu~Cn rY<|ԋP'RGy1U ZW[澬JOAz/~aכM'#@+D>ϝ >u=GBV!.#n44.=%+dh,R]CnSȒs jۺ* 6yC~ tqdfLrVث{D&J|_Hv +-5S&HXA'T”2w5r,Ji(n5*ҹ0anU-Þ2q9z`z.4n\hd߲ &[Ӌ[Nq˩NKt)nϓb܎ fd [M +-[ٯdB1|q(J#GT2UW"p{sW=|b[o~}ru__KQĊ{@ehNu-^3m B.ATcq:D 8 $_Z7R1ɺ4M F#L-\C}")a,-]Ov\pbpYZ |dy+1:uFմɮ%M~,L9nNI{?9J4GJ3sjJ+g spg GXbtw Y&:Z 9>@&"Pµh$ML,xTАVn+u,Ne 9sk:[FzT$ 6\9u,/:,AAa&l䲄jʉcYx\"JXx YၑrJn7Vr-CI8lwu\]7zgbѭ3R`Csz.-)V pb`.H?!֐RL+u$-嵕;a'\]Si.V ,G@2^ŠǣÜWeZn$0njBPʁ `[UcXdj?|._37nߤli vg5eu^3UWޝ..no<~/zv4mV-F5sAkǠn e+wCcK2-{Ԙbwi0q[÷èH>l`WߖG3w[\E)Y^,Bn!^ktޯoFA`̐dD>FK5 F9XQv\ *l|jzj -xWӑ-Ǜn> + >> endobj +-3158 0 obj << ++2687 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [440.2134 660.696 513.9963 671.6] ++/Rect [183.917 132.965 216.345 142.893] + /Subtype /Link +-/A << /S /GoTo /D (a00047_ga8af256c2572f16520f95440b884c1bd6) >> ++/A << /S /GoTo /D (a00012_o23) >> + >> endobj +-3159 0 obj << ++2688 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [89.0037 648.7409 211.6428 659.6448] ++/Rect [113.91 93.195 183.419 104.099] + /Subtype /Link +-/A << /S /GoTo /D (a00047_ga8af256c2572f16520f95440b884c1bd6) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-3160 0 obj << ++2689 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [444.4874 467.34 513.9963 478.2439] ++/Rect [183.917 93.195 257.849 104.099] + /Subtype /Link +-/A << /S /GoTo /D (a00047_ga20703980008f82379f98f56857611a1a) >> ++/A << /S /GoTo /D (a00012_o24) >> + >> endobj +-3161 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [89.0037 455.3848 193.9293 466.2888] +-/Subtype /Link +-/A << /S /GoTo /D (a00047_ga20703980008f82379f98f56857611a1a) >> ++2658 0 obj << ++/D [2656 0 R /XYZ 90 757.935 null] + >> endobj +-3164 0 obj << ++2655 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F14 590 0 R /F40 467 0 R /F44 478 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++2709 0 obj << ++/Length 1933 ++/Filter /FlateDecode ++>> ++stream ++xYYoF~ׯ[d/av`qŀc&ί*v5Cټ,Q:kuHu ~ⴻ`OϿ:b/Ou3-ign+9~fM;LuÍ)&1roקoW_*ӚVvgS9 _?oOP8Ѡj+BBn q3(y hE  Cl,(mB ~_֏YV dN˩Bs/gq!CKv$#FSD&/3뫰A}ɴ᫰u4`;?vQ+"j'8> ̄s5dĤ L`x4xn^{E3c:PjX822THPw,_诛*-^Rp1fP~=qnL D-hnÑfY@`[K ++ՒI(#F',{='e[1ŗ͎$Z7 Ρ5Z?a6*l1#=ߤހ5vHkP}göJT^NG.b3ҿ ?sT!Y5th5\e},67E<=y ++})t ++yVdXz֯O+Nrj/I`*$~""{\?C3q뙬Su%K[G3D.6 ++#ԋ-пB/D ], 0T벪ǐV$[})}4Yqi))U)fRwN7tL ]Z졦LM j)6aW)QyVҙDAN<WX0?EBыX(; d 4LEY=SU+,%m݂v2XƐ<-RtbBfؽnE6AuGl#p%zX:cYQ%o]K'Mp"Iuf%k;RTvs\VE")vfE$pRS!f!ZK߃ޗy,)9Qw^9MC#:ZsbB 5f]yߞ܋̾GJw8ă #1f>{$YYv 2io'}{}.g')e)^j:8( ,VpXp4 ++`RbY IwqʨlR ++Qo ++4a9MUڼ.2Xa\8G>o]ב 9WL.˭ ˳LtmBr3Vb_@qIJڣI@p|ԃ4G- _U_lA`ά`ǙSi=;endstream ++endobj ++2708 0 obj << ++/Type /Page ++/Contents 2709 0 R ++/Resources 2707 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 2646 0 R ++/Annots [ 2711 0 R 2712 0 R 2713 0 R 2714 0 R 2715 0 R 2719 0 R 2720 0 R 2723 0 R 2724 0 R 2726 0 R ] ++>> endobj ++2711 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [213.8742 361.2943 265.6795 372.1983] ++/Rect [113.91 702.67 183.419 712.598] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-3165 0 obj << ++2712 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [375.6162 361.2943 513.9963 372.1983] ++/Rect [183.917 702.67 252.619 712.598] + /Subtype /Link +-/A << /S /GoTo /D (a00048_gab56b99460194bbcb36016d36d55132a7) >> ++/A << /S /GoTo /D (a00012_o25) >> + >> endobj +-3166 0 obj << ++2713 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [117.2279 349.3391 191.728 360.2431] ++/Rect [113.91 660.41 187.852 671.314] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00016) >> + >> endobj +-3167 0 obj << ++2714 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [348.8582 349.3391 439.3978 360.2431] ++/Rect [195.823 660.41 217.74 671.314] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00012_o26) >> + >> endobj +-3168 0 obj << ++2715 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [461.6429 349.3391 513.9963 360.2431] ++/Rect [152.376 619.126 201.412 630.03] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00012_o27) >> + >> endobj +-3169 0 obj << ++2719 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 337.384 118.6724 348.2879] ++/Rect [126.364 450.886 193.661 461.766] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-3170 0 obj << ++2720 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [217.4706 297.4674 269.2759 308.3713] ++/Rect [194.159 450.886 311.169 461.766] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00012_o22) >> + >> endobj +-3171 0 obj << ++2723 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [382.8091 297.4674 513.9963 308.3713] ++/Rect [126.364 298.317 198.642 309.196] + /Subtype /Link +-/A << /S /GoTo /D (a00048_ga2a0de36ea0c3c70fb5f4cba0bb192582) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-3172 0 obj << ++2724 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [117.2279 285.5122 191.728 296.4161] ++/Rect [199.14 298.317 321.131 309.196] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00012_o25) >> + >> endobj +-3173 0 obj << ++2726 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [231.9869 285.5122 322.5265 296.4161] ++/Rect [167.06 118.225 239.887 129.104] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> +->> endobj +-3157 0 obj << +-/D [3155 0 R /XYZ 90 757.9346 null] +->> endobj +-654 0 obj << +-/D [3155 0 R /XYZ 90 739.9346 null] +->> endobj +-3142 0 obj << +-/D [3155 0 R /XYZ 216.2255 651.8939 null] ++/A << /S /GoTo /D (a00012_o14) >> + >> endobj +-658 0 obj << +-/D [3155 0 R /XYZ 90 633.9717 null] ++2710 0 obj << ++/D [2708 0 R /XYZ 90 757.935 null] + >> endobj +-2400 0 obj << +-/D [3155 0 R /XYZ 90 567.8489 null] ++2716 0 obj << ++/D [2708 0 R /XYZ 90 577.858 null] + >> endobj +-662 0 obj << +-/D [3155 0 R /XYZ 90 552.0835 null] ++2717 0 obj << ++/D [2708 0 R /XYZ 90 496.261 null] + >> endobj +-3162 0 obj << +-/D [3155 0 R /XYZ 201.6005 458.5379 null] ++2704 0 obj << ++/D [2708 0 R /XYZ 90 471.386 null] + >> endobj +-666 0 obj << +-/D [3155 0 R /XYZ 90 439.4949 null] ++2718 0 obj << ++/D [2708 0 R /XYZ 90 471.386 null] + >> endobj +-3163 0 obj << +-/D [3155 0 R /XYZ 90 380.7754 null] ++2721 0 obj << ++/D [2708 0 R /XYZ 90 334.107 null] + >> endobj +-670 0 obj << +-/D [3155 0 R /XYZ 90 246.4659 null] ++2722 0 obj << ++/D [2708 0 R /XYZ 90 316.803 null] + >> endobj +-3174 0 obj << +-/D [3155 0 R /XYZ 90 219.7418 null] ++2696 0 obj << ++/D [2708 0 R /XYZ 90 154.015 null] + >> endobj +-674 0 obj << +-/D [3155 0 R /XYZ 90 219.7418 null] ++2725 0 obj << ++/D [2708 0 R /XYZ 90 136.711 null] + >> endobj +-3175 0 obj << +-/D [3155 0 R /XYZ 90 96.348 null] ++2651 0 obj << ++/D [2708 0 R /XYZ 90 96.249 null] + >> endobj +-3154 0 obj << +-/Font << /F28 1626 0 R /F50 2369 0 R /F54 2690 0 R /F22 1616 0 R /F44 2087 0 R /F40 2073 0 R /F56 2749 0 R >> ++2707 0 obj << ++/Font << /F28 362 0 R /F40 467 0 R /F22 352 0 R /F14 590 0 R /F44 478 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-3178 0 obj << +-/Length 2464 ++2731 0 obj << ++/Length 2220 + /Filter /FlateDecode + >> + stream +-xZYF~_G 0;}yLv#;yrG)шZ3~'XbUu]_udYRB!ø\m_# ~RyO #\?$A& ɨnrRT| !?>ZlٖןŹ?j_?'23|qK~ǂIb7߻ vFh7cSnww~2 QU".o7rr(a,ZׇMWyx}!zz襨3kWQ*V!a{veXo2WP&'$c v톩;G޲ +-g1=-k0(h 7!g5nlxFߦ:*"RI@^sJ*NW|V@7*0ԋfukeǷT%rϑjFULN|Y<*ohӠǷ19t-kct+]Cp: *K2Ab$h@jڻ^a#<&}SEK#LZ$RasEz_œg#xT[mgtRӦT39ޖӹУ6q@W.O!B}2۶=Ky4ݧ d͡kэ(߫^ yź<EJQ=ui'dWЌ h͋fTjY0"C54-`=Bg:upgn xM0ó GNtG 3FTp9iFJ蜖n@%]>`K䌣#Ռ6VF9 z|,Fl.lBvB5ׁvn 'q]ShzZԩ5Pw'ȍ6{\;? +-Δ G4AZ23P17 OqkF6chFa&[oDhKR_Չ$<:@KԈ[᳍VӨd +-S102C ῔kq,8d*2 U7g(6&Alx{x*aqf8;Jp8dJ7Q2̧Yi㑨ύ3$\sZcqC52c"QOHHh#u4hJǶR;KMv NZ#K8uvp ln0Gc)1{gB &Ii e +-J z2{wNIݵ/D`\7#`!㸩;!ih(8;DTp\sɛ9.F^ +-hp@E΄Ŭw*ǐLw&Jᆬ BLJj vhN⮜G}y3p-`;t6|sx#aeV|be24˴ 8Rw^%c BeХov:+3 m ^^zTB R]쒋 NVQv;viX$L25\&6}쮷k2eX ?m+ KfKfDa0C' rQ> aBh@jPha.R f*!un1m˜Ǜ9#YI8P0Ҟ>Ga_LUgaDG0т/x~(tCC)|'z, /&u^p(7coQiĨ4G&Jry[bz uڗ|FYoJDsCm;mwQ>(dȀ-p$a#=ƾ“_ñΚV}] ++<+4GqS ZHK/4 #G˭?pv(mFەC9ACUY]Uݗk1)Eu#$y^:3=i=PcP3Jv|MszI,eoZeeECO Ѓ68[@ip͗L˪CYª'ryjyV z}sGpr~4ߟǛ:TP6e[AE*0n ++8T)(> vVDHʦCqn zʽQ}KUbE*,b27X#3JRQ8W3JnG_^d;HP;'n\M0&&[Bn <7ZC n!DE^ML\SwI-2N ++!Kty Ǥ*hqU# 24ːRAf/N2jˍ?x7FZK`+YoUԈm* ++1fyTwA#7+#zHAD~eY.b(N~=oվqa6"M87][y3q/:endstream + endobj +-3177 0 obj << ++2730 0 obj << + /Type /Page +-/Contents 3178 0 R +-/Resources 3176 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 3153 0 R +-/Annots [ 3182 0 R 3183 0 R 3184 0 R 3185 0 R 3186 0 R 3187 0 R 3188 0 R 3189 0 R 3190 0 R 3191 0 R 3192 0 R 3193 0 R 3194 0 R 3197 0 R 3198 0 R ] +->> endobj +-3182 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [214.9549 517.9963 266.7602 528.9002] +-/Subtype /Link +-/A << /S /GoTo /D (a00012) >> +->> endobj +-3183 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [273.7812 517.9963 469.0179 528.9002] +-/Subtype /Link +-/A << /S /GoTo /D (a00049_ga2f9a4ec15e9cfae8c21501257a51ce5b) >> +->> endobj +-3184 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [479.3564 517.9963 513.9963 528.9002] +-/Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> +->> endobj +-3185 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 506.0411 159.0806 516.9451] +-/Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/Contents 2731 0 R ++/Resources 2729 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 2646 0 R ++/Annots [ 2734 0 R 2735 0 R 2737 0 R 2738 0 R 2740 0 R 2741 0 R 2743 0 R 2744 0 R 2746 0 R 2747 0 R ] + >> endobj +-3186 0 obj << ++2734 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [199.3396 506.0411 289.8791 516.9451] ++/Rect [153.223 726.953 230.482 737.832] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00013) >> + >> endobj +-3187 0 obj << ++2735 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [372.0104 506.0411 423.8157 516.9451] ++/Rect [235.962 726.953 304.355 737.832] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00012_o4) >> + >> endobj +-3188 0 obj << ++2737 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [217.4456 458.9981 269.2509 469.902] ++/Rect [153.751 670.018 199.469 680.897] + /Subtype /Link + /A << /S /GoTo /D (a00012) >> + >> endobj +-3189 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [277.5172 458.9981 467.7726 469.902] +-/Subtype /Link +-/A << /S /GoTo /D (a00049_ga5915ea30f326676b3a4cfff371ce04d1) >> +->> endobj +-3190 0 obj << ++2738 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [479.3564 458.9981 513.9963 469.902] ++/Rect [209.93 670.018 297.53 680.897] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00012_o15) >> + >> endobj +-3191 0 obj << ++2740 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 447.0429 159.0806 457.9469] ++/Rect [126.364 595.458 193.661 606.337] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-3192 0 obj << ++2741 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [199.3396 447.0429 289.8791 457.9469] ++/Rect [194.159 595.458 316.788 606.337] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00012_o20) >> + >> endobj +-3193 0 obj << ++2743 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [306.4268 447.0429 380.3689 457.9469] ++/Rect [126.364 437.031 198.642 447.91] + /Subtype /Link +-/A << /S /GoTo /D (a00035_gacd37bb612667dc437d66bfb175a8dc55) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-3194 0 obj << ++2744 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [403.0039 447.0429 454.8092 457.9469] ++/Rect [199.14 437.031 326.75 447.91] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00012_o24) >> + >> endobj +-3197 0 obj << ++2746 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [479.3564 105.1501 513.9963 116.0541] ++/Rect [126.364 239.017 193.661 249.896] + /Subtype /Link +-/A << /S /GoTo /D (a00049_ga2f9a4ec15e9cfae8c21501257a51ce5b) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-3198 0 obj << ++2747 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [89.0037 93.195 261.5457 104.0989] ++/Rect [194.159 239.017 273.63 249.896] + /Subtype /Link +-/A << /S /GoTo /D (a00049_ga2f9a4ec15e9cfae8c21501257a51ce5b) >> ++/A << /S /GoTo /D (a00012_o19) >> + >> endobj +-3179 0 obj << +-/D [3177 0 R /XYZ 90 757.9346 null] ++2732 0 obj << ++/D [2730 0 R /XYZ 90 757.935 null] + >> endobj +-678 0 obj << +-/D [3177 0 R /XYZ 90 739.9346 null] ++2733 0 obj << ++/D [2730 0 R /XYZ 90 739.935 null] + >> endobj +-3180 0 obj << +-/D [3177 0 R /XYZ 90 611.7661 null] ++2697 0 obj << ++/D [2730 0 R /XYZ 90 703.401 null] + >> endobj +-682 0 obj << +-/D [3177 0 R /XYZ 90 602.9669 null] ++2736 0 obj << ++/D [2730 0 R /XYZ 90 688.504 null] + >> endobj +-3181 0 obj << +-/D [3177 0 R /XYZ 90 541.0406 null] ++2702 0 obj << ++/D [2730 0 R /XYZ 124.859 630.998 null] + >> endobj +-686 0 obj << +-/D [3177 0 R /XYZ 90 396.4162 null] ++2739 0 obj << ++/D [2730 0 R /XYZ 90 613.944 null] + >> endobj +-3195 0 obj << +-/D [3177 0 R /XYZ 90 368.0887 null] ++2706 0 obj << ++/D [2730 0 R /XYZ 90 470.414 null] + >> endobj +-690 0 obj << +-/D [3177 0 R /XYZ 90 368.0887 null] ++2742 0 obj << ++/D [2730 0 R /XYZ 90 455.517 null] + >> endobj +-3196 0 obj << +-/D [3177 0 R /XYZ 195.4037 258.9711 null] ++2701 0 obj << ++/D [2730 0 R /XYZ 90 272.4 null] + >> endobj +-694 0 obj << +-/D [3177 0 R /XYZ 90 233.0317 null] ++2745 0 obj << ++/D [2730 0 R /XYZ 90 257.503 null] + >> endobj +-3199 0 obj << +-/D [3177 0 R /XYZ 328.6934 96.348 null] ++2652 0 obj << ++/D [2730 0 R /XYZ 90 96.348 null] + >> endobj +-3176 0 obj << +-/Font << /F28 1626 0 R /F50 2369 0 R /F54 2690 0 R /F22 1616 0 R /F44 2087 0 R /F40 2073 0 R /F56 2749 0 R >> ++2729 0 obj << ++/Font << /F28 362 0 R /F14 590 0 R /F22 352 0 R /F44 478 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-3202 0 obj << +-/Length 2225 ++2750 0 obj << ++/Length 1498 + /Filter /FlateDecode + >> + stream +-xڵZn8}W/6ۗi ;3YCOplucem[D%R` RUNm2GϕP0.gPo>P=7H*_j A >-_aJ.^.b/ޕcq6վ<.?2{뭴N&٧xg~aČg1g20}/Q?0AbGpPXjCYxv}(Vbcma͇8!jŀ#È2k.ǭx7FȞ7龕-gZOʻ!CxyE6t;(6Uu-)^\bt9E0<3~zzk}-D, |}2ZIܛ?#HX(lFZD[4 ^|iQO塼 +-1)FTו~9wpR,D(2щ@x+[(XU1 0L`xr)6'*˘BJrj.P;dYX:j8kJz2jʺ3C],?Ck.@2rmV:+Ϯ>@ +-,MJ!uݓ ʼnr_s0AI6G2d$9rby +-*mWЮc(FY04 +-7 3~zs % )iXTsQ[Fk_aŶrZsXܕ6TùzGKhRbPIvs05_Uyep}k/^Lq_Y*;Ъ.J:== )e+]  cv@L3mk){6 t.@1]4>5UnH9y!)z

^my*ܟvul[uK͒ +-Eaq.{@r(XvXNZnͯo޿6r<gJE5=e',;< +-ȿs, ʸa\fҨcK.NS9W"aIiʄli-@#0Ẃ_ x,h_&Z8Tx͐ƪ|L6P)Mx8A'mξiVoCfB u$f/fW4zXEssUk\uR~MXwR&ĵA/qFgf"10^}ʫlj &͉W0E\i>#Ce'1/>3[N>X7w̫-h"ʙn/8 MDʼngvrW@N@{:T DM5ZK?Sv&v=`u>d0SWbl@8%ЕCSKe|`;iKXLzr}#qcPf2@^>\w +-@[PK|Ѐ**bhCs.EЭM;2,ͫ=Б"w'VOuKvޖgw?2m#s7Zv?spa} (n+#1"E1nv9㰆~)8a Qk X, 8ym-7De/YMqE/@Iym}5hJQ W  ++0GzZBvպ-\)%=N:ińJ@,z_ƦlȔ42S-i>㻮UmJu@OaaO 4&T(ú:m[Sw}Ÿ~1/?nvUxxG.Wwծl$E@ZmܵYԏ/`j_իygqmT oD$ ++GUՊips罕F 8QI{r 1 ~ V|4Xɻ}>pUE\@.`p&+pbZE :Ņ1)8LhPi84]A: ++} -d}ᐚ]a Cc(@ ,yWaSg)%}ɧn>[@ NYo1 ++GIMWæfCۭ}cGqX&<҈( $qȕwAGyS1q#N1g_]RG] -—҆p81s9sH{hGV],>4 D> endobj +-3205 0 obj << ++2753 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [167.06 726.953 243.772 737.832] ++/Subtype /Link ++/A << /S /GoTo /D (a00012_o5) >> ++>> endobj ++2755 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [212.4993 672.9331 264.3046 683.837] ++/Rect [158.732 667.274 204.45 678.153] + /Subtype /Link + /A << /S /GoTo /D (a00012) >> + >> endobj +-3206 0 obj << ++2756 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [372.8665 672.9331 513.9963 683.837] ++/Rect [209.93 667.274 305.46 678.153] + /Subtype /Link +-/A << /S /GoTo /D (a00050_gae744419648117cbd613a038074aa0627) >> ++/A << /S /GoTo /D (a00012_o16) >> + >> endobj +-3207 0 obj << ++2758 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [117.2279 660.9779 191.728 671.8819] ++/Rect [158.732 607.594 234.646 618.473] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00016) >> + >> endobj +-3208 0 obj << ++2759 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [231.9869 660.9779 322.5265 671.8819] ++/Rect [240.126 607.594 312.713 618.473] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00012_o26) >> + >> endobj +-3209 0 obj << ++2761 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [203.3686 620.763 255.1739 631.6669] ++/Rect [172.042 547.914 273.411 558.793] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00012_o27) >> + >> endobj +-3210 0 obj << ++2763 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [354.605 620.763 513.9963 631.6669] ++/Rect [158.732 488.235 204.45 499.114] + /Subtype /Link +-/A << /S /GoTo /D (a00050_ga75e961873d4b976ab10bc4739248c96d) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3211 0 obj << ++2764 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [117.2279 608.8078 191.728 619.7118] ++/Rect [209.93 488.235 303.248 499.114] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00012_o17) >> + >> endobj +-3212 0 obj << ++2766 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [340.6285 608.8078 392.4338 619.7118] ++/Rect [172.042 428.555 280.305 439.434] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00012_o6) >> + >> endobj +-3217 0 obj << ++2768 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [246.2842 195.8586 343.4687 206.7625] ++/Rect [158.732 356.92 253.695 367.799] + /Subtype /Link +-/A << /S /GoTo /D (a00051_ga26c2ac4f25b1ed293249c88e232f1bea) >> ++/A << /S /GoTo /D (a00017) >> + >> endobj +-3218 0 obj << ++2769 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [347.3297 195.8586 421.8298 206.7625] ++/Rect [254.193 356.92 341.953 367.799] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00012_o3) >> + >> endobj +-3219 0 obj << ++2771 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [462.1909 195.8586 513.9963 206.7625] ++/Rect [158.184 297.24 233.78 308.119] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00012_o2) >> + >> endobj +-3220 0 obj << ++2773 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.5079 183.9034 182.3132 194.8073] ++/Rect [158.732 237.561 204.45 248.44] + /Subtype /Link + /A << /S /GoTo /D (a00012) >> + >> endobj +-3221 0 obj << ++2774 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [219.3784 143.6885 271.1838 154.5924] ++/Rect [209.93 237.561 312.653 248.44] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00012_o8) >> + >> endobj +-3222 0 obj << ++2776 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [386.6247 143.6885 513.9963 154.5924] ++/Rect [158.732 177.881 204.45 188.76] + /Subtype /Link +-/A << /S /GoTo /D (a00051_ga3d32c128aa36b5c9d56f6bf9e70d0e78) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3223 0 obj << ++2777 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [117.2279 131.7333 191.728 142.6372] ++/Rect [209.93 177.881 313.769 188.76] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00012_o12) >> + >> endobj +-3224 0 obj << ++2779 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [237.2796 131.7333 311.2217 142.6372] ++/Rect [131.345 118.201 203.623 129.08] + /Subtype /Link +-/A << /S /GoTo /D (a00035_gacd37bb612667dc437d66bfb175a8dc55) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-3225 0 obj << ++2780 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [410.5836 131.7333 484.5258 142.6372] ++/Rect [204.121 118.201 288.574 129.08] + /Subtype /Link +-/A << /S /GoTo /D (a00035_gacd37bb612667dc437d66bfb175a8dc55) >> ++/A << /S /GoTo /D (a00012_o23) >> + >> endobj +-3203 0 obj << +-/D [3201 0 R /XYZ 90 757.9346 null] ++2751 0 obj << ++/D [2749 0 R /XYZ 90 757.935 null] + >> endobj +-698 0 obj << +-/D [3201 0 R /XYZ 90 739.9346 null] ++2752 0 obj << ++/D [2749 0 R /XYZ 90 739.935 null] + >> endobj +-3204 0 obj << +-/D [3201 0 R /XYZ 90 692.5633 null] ++2698 0 obj << ++/D [2749 0 R /XYZ 90 702.943 null] + >> endobj +-702 0 obj << +-/D [3201 0 R /XYZ 90 569.2767 null] ++2754 0 obj << ++/D [2749 0 R /XYZ 90 685.76 null] + >> endobj +-3213 0 obj << +-/D [3201 0 R /XYZ 90 542.4856 null] ++2727 0 obj << ++/D [2749 0 R /XYZ 90 645.321 null] + >> endobj +-706 0 obj << +-/D [3201 0 R /XYZ 90 542.4856 null] ++2757 0 obj << ++/D [2749 0 R /XYZ 90 628.137 null] + >> endobj +-3214 0 obj << +-/D [3201 0 R /XYZ 90 420.5796 null] ++2728 0 obj << ++/D [2749 0 R /XYZ 90 583.584 null] + >> endobj +-710 0 obj << +-/D [3201 0 R /XYZ 90 404.4786 null] ++2760 0 obj << ++/D [2749 0 R /XYZ 90 566.4 null] + >> endobj +-3215 0 obj << +-/D [3201 0 R /XYZ 90 282.5837 null] ++2699 0 obj << ++/D [2749 0 R /XYZ 90 523.904 null] + >> endobj +-714 0 obj << +-/D [3201 0 R /XYZ 90 276.345 null] ++2762 0 obj << ++/D [2749 0 R /XYZ 90 506.721 null] + >> endobj +-3216 0 obj << +-/D [3201 0 R /XYZ 90 215.4888 null] ++2653 0 obj << ++/D [2749 0 R /XYZ 90 466.282 null] + >> endobj +-3200 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F40 2073 0 R /F56 2749 0 R /F50 2369 0 R /F54 2690 0 R /F44 2087 0 R /F14 2206 0 R >> ++2765 0 obj << ++/D [2749 0 R /XYZ 90 449.098 null] ++>> endobj ++2650 0 obj << ++/D [2749 0 R /XYZ 90 394.647 null] ++>> endobj ++2767 0 obj << ++/D [2749 0 R /XYZ 90 377.463 null] ++>> endobj ++2649 0 obj << ++/D [2749 0 R /XYZ 90 332.91 null] ++>> endobj ++2770 0 obj << ++/D [2749 0 R /XYZ 90 315.727 null] ++>> endobj ++2690 0 obj << ++/D [2749 0 R /XYZ 90 273.23 null] ++>> endobj ++2772 0 obj << ++/D [2749 0 R /XYZ 90 256.047 null] ++>> endobj ++2694 0 obj << ++/D [2749 0 R /XYZ 90 213.551 null] ++>> endobj ++2775 0 obj << ++/D [2749 0 R /XYZ 90 196.367 null] ++>> endobj ++2705 0 obj << ++/D [2749 0 R /XYZ 90 153.871 null] ++>> endobj ++2778 0 obj << ++/D [2749 0 R /XYZ 90 136.687 null] ++>> endobj ++2748 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F14 590 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-3229 0 obj << +-/Length 2738 ++2783 0 obj << ++/Length 1928 + /Filter /FlateDecode + >> + stream +-xZY۸~_G>m::'5Q!)'>I:< 4Fw ,MomK*qk۪)sOBN A?8u fJG;)F/":Lp".gb2̄G+f zuNR%\JsZQFa ya5nj"iC(T,TE5Mo֩&8g[| Yj;txoYMU H(Nry^wEsbAqJujtQ4pQ+0(ulXEHL25kW|WZ㮙Fr +-ߓwTՇՋ@DŷhmQ +-+:)"lud2p4ARi(P +-4B*1:*t i'pP[~/rro5r8Eǣ5R! 4ٺ,-2D)ti䉆 WH,/' #Q$! 8iNKZ}*h $$rMc`pS-*+Z'̕6wI8.&f+"O6X49xP0Z fjf"HN=SePH5psC!G +-lp J8G r/2FPTxE17}ىR1C6Hiٹ@hj9̋ VGR>s#8@ +-j/jZ߇{':uuo8P2J.xl>c'I/L?U/ O/|y2|:1Mקb~Wk40y쟆F姬͟tɦ'lcr=޵VcW)݈:-B, @օ]yiu*?,w-,h 틗|~y퉼}@x,ѵR^jÂv40׾n/M %Q/'  KWQ?[-Tvm +-dRA:2HI* !['߀6$do ~2m}9 2^rqzD\б ~L*)\^|GR 쾫]l27#*7p~kxFo;`ZcL`!q +-/(H470!̻{n~;{inE.tA($,vKQH4]|xI(R=1[4)3Gd|~%ǍL ΁a;+"'τ^Jc ʘ {Y=+X7s%^g^s6wwg?#p˦D +-]ߑ9T6xȑ(oA_-ieW]}HbcϏ\HF*WU-hSTu}bs ++ly 5O3:÷Kxjk#bz(QX2{WSs\-X襋%WԻ/8Ϛy*L،Mv/ˤ=E7YY,~ZEe}J[P%" ++0E0\8=~?a_bA dRH_5Lic}φ().{*+3xgEv+;M˵0֖2/w'3|Mgh%`%c$R0z~񥗑 >3q{ë7ޤ_(Tgd^%%8+ҭ ++3 j`0Z޺4{{di_{;][Cäwf xuy@eO~2pxO`u Z% RtUw$͵ph:u;isыOgZPyS}C h,g CY} kՀcU鵔㚐*>!?)Omq,泋I='T}& c~}٤wcvH $?K2ih@soD[7Wbڣ֛9=w "4+&3q) yF81DH6WIc!ſ&BexK;K7""Cp"#L)tY"W<8wweBQǂ ++S.-+İNP ++'N@ 16b0r1dIxUu]V(m.uM1b40ũ~ڕv;J9v]N6 ++< ly. hm+͂#F,3 9[W$mr6 ++_㎿6#<&T7Luk"MVlx0m; ++eG$6O메:] $dx\ 2$8£~?.Vi\ @z"juBO },w+IUinDC8w )oCN~Hs2"s"2{\'yߑ9x126NGuRu\ źqEA;KP(>erlev:Jt" :#uXHVdȯ"܄ks>)dݦYS ++BVmr}@K&$$C`1oY4?_Yj݀Yyk~o,3gЪ=eO ++A@J3Ҹ2 AK,CԐYѷ?t%Yȇ̆I|'BAőW{VAkcy:j2ˋĄ}BPdC(&oB܊"hߤE ++mm7ZDܳ41wJe/4tm)x yd|;R'"M Iendstream + endobj +-3228 0 obj << ++2782 0 obj << + /Type /Page +-/Contents 3229 0 R +-/Resources 3227 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 3153 0 R +-/Annots [ 3231 0 R 3232 0 R 3233 0 R 3234 0 R 3235 0 R 3238 0 R 3239 0 R 3240 0 R 3241 0 R ] ++/Contents 2783 0 R ++/Resources 2781 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 2646 0 R ++/Annots [ 2786 0 R 2787 0 R 2789 0 R 2791 0 R 2793 0 R 2794 0 R 2796 0 R 2797 0 R 2799 0 R 2800 0 R 2802 0 R ] + >> endobj +-3231 0 obj << ++2786 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [206.6563 726.8189 258.4616 737.7228] ++/Rect [131.345 553.316 198.642 564.195] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-3232 0 obj << ++2787 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [361.1803 726.8189 513.9963 737.7228] ++/Rect [199.14 553.316 309.614 564.195] + /Subtype /Link +-/A << /S /GoTo /D (a00051_ga340bb7021204078c30382ea77d38bde9) >> ++/A << /S /GoTo /D (a00012_o21) >> + >> endobj +-3233 0 obj << ++2789 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [117.2279 714.8637 191.728 725.7676] ++/Rect [172.042 414.048 261.486 424.927] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00012_o1) >> + >> endobj +-3234 0 obj << ++2791 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [257.8796 714.8637 331.8218 725.7676] ++/Rect [160.963 354.862 246.273 365.741] + /Subtype /Link +-/A << /S /GoTo /D (a00035_gacd37bb612667dc437d66bfb175a8dc55) >> ++/A << /S /GoTo /D (a00012_o7) >> + >> endobj +-3235 0 obj << ++2793 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [216.1257 435.0836 350.1323 445.9876] ++/Rect [158.732 295.676 204.45 306.555] + /Subtype /Link +-/A << /S /GoTo /D (a00051_ga3d32c128aa36b5c9d56f6bf9e70d0e78) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3238 0 obj << ++2794 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [224.1819 105.1501 297.6756 116.0541] ++/Rect [209.93 295.676 290.327 306.555] + /Subtype /Link +-/A << /S /GoTo /D (a00052_gaf057d7c5e3cb3df897ce527258537619) >> ++/A << /S /GoTo /D (a00012_o10) >> + >> endobj +-3239 0 obj << ++2796 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [302.2471 105.1501 376.7472 116.0541] ++/Rect [158.732 236.49 204.45 247.37] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3240 0 obj << ++2797 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [209.93 236.49 313.431 247.37] ++/Subtype /Link ++/A << /S /GoTo /D (a00012_o9) >> ++>> endobj ++2799 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [418.707 105.1501 470.5123 116.0541] ++/Rect [158.732 177.305 204.45 188.184] + /Subtype /Link + /A << /S /GoTo /D (a00012) >> + >> endobj +-3241 0 obj << ++2800 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [177.2822 93.195 241.8096 104.0989] ++/Rect [209.93 177.305 314.546 188.184] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> ++/A << /S /GoTo /D (a00012_o13) >> + >> endobj +-3230 0 obj << +-/D [3228 0 R /XYZ 90 757.9346 null] ++2802 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [172.042 118.119 278.103 128.998] ++/Subtype /Link ++/A << /S /GoTo /D (a00012_o11) >> + >> endobj +-718 0 obj << +-/D [3228 0 R /XYZ 90 679.077 null] ++2784 0 obj << ++/D [2782 0 R /XYZ 90 757.935 null] + >> endobj +-3226 0 obj << +-/D [3228 0 R /XYZ 90 652.592 null] ++2703 0 obj << ++/D [2782 0 R /XYZ 90 588.574 null] ++>> endobj ++2785 0 obj << ++/D [2782 0 R /XYZ 90 571.802 null] ++>> endobj ++2648 0 obj << ++/D [2782 0 R /XYZ 90 449.306 null] ++>> endobj ++2788 0 obj << ++/D [2782 0 R /XYZ 90 432.534 null] ++>> endobj ++2654 0 obj << ++/D [2782 0 R /XYZ 90 390.12 null] ++>> endobj ++2790 0 obj << ++/D [2782 0 R /XYZ 90 373.348 null] ++>> endobj ++2692 0 obj << ++/D [2782 0 R /XYZ 90 330.934 null] + >> endobj +-722 0 obj << +-/D [3228 0 R /XYZ 90 652.592 null] ++2792 0 obj << ++/D [2782 0 R /XYZ 90 314.162 null] + >> endobj +-2403 0 obj << +-/D [3228 0 R /XYZ 90 533.432 null] ++2691 0 obj << ++/D [2782 0 R /XYZ 90 271.749 null] + >> endobj +-726 0 obj << +-/D [3228 0 R /XYZ 90 519.5881 null] ++2795 0 obj << ++/D [2782 0 R /XYZ 90 254.977 null] + >> endobj +-2402 0 obj << +-/D [3228 0 R /XYZ 388.8266 349.4981 null] ++2695 0 obj << ++/D [2782 0 R /XYZ 90 212.563 null] + >> endobj +-730 0 obj << +-/D [3228 0 R /XYZ 90 333.4973 null] ++2798 0 obj << ++/D [2782 0 R /XYZ 90 195.791 null] + >> endobj +-3236 0 obj << +-/D [3228 0 R /XYZ 186.5868 198.6561 null] ++2693 0 obj << ++/D [2782 0 R /XYZ 90 153.377 null] + >> endobj +-734 0 obj << +-/D [3228 0 R /XYZ 90 183.5917 null] ++2801 0 obj << ++/D [2782 0 R /XYZ 90 136.605 null] + >> endobj +-3237 0 obj << +-/D [3228 0 R /XYZ 90 123.293 null] ++2647 0 obj << ++/D [2782 0 R /XYZ 90 94.191 null] + >> endobj +-3227 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F14 2206 0 R /F40 2073 0 R /F50 2369 0 R /F44 2087 0 R /F54 2690 0 R >> ++2781 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 478 0 R /F14 590 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-3245 0 obj << +-/Length 2929 ++2805 0 obj << ++/Length 757 + /Filter /FlateDecode + >> + stream +-xZ[o~ϯsyv-m +-ڒk'ER)rh873$YPB!ø\wx# +-ޯ{I R#L+WT/誦QIb/xa~È-#b ]8ew |܋\8H3XQ Ss[+EA*xV%^be"PY|_ݱzxyJo~rӈS3kGUHR=AՕ)'x<_kͮ果 PM& ¥Me`eJwD(" +-I #W/ %qH̑œ=<`8|1YyN _QcSqAlAѸ5u׬zWJX/ZhM*uKle$@?#唯ɵh$\@5'+l+a'sF~VY.v^T&%FhaI:!~/S*8S[1ψ2{VGTb&ARoh (/Y~N ߳VVkWddpؾ>ڲjp!j! E2/j5&HbqXsAF)$zˍUgA,L +-c+<͢<3n@h܀L :gctNA(v"8C\L (L2g2{vbgSUoG`zD,fSL 2ky0gb 3cRߪ~V-A_fd +-CMb [8H^c8i bHU2\LLUn >41pD6T3@8#@D?i]b7 Ugud+Y Igt2PHc#(HsyU3UbR?!Yq9 Ǩʔ?AV1$]t#P)('L)F "\̈́"Ջ)sWy,{a%VABH2 %R6ٝ Sԁ6!`#3H(@f =g_2k=ЗR; +-O] +-Q',+I!@b+v@_dk.)\j_t]㮷-׻ݏƳ*fPs2S :(f@a! +- P!55Dfs)Q} Y< Dkibj;0pC*|`Mܮ#"H[܀- ul@yBS2!7呄 u0`*4R<3h؇452.`[sN܌yz[/e߬O#^֞[ТWK?-I'cc_~yE`w:cK}(?h= \~:жUތlRl #{eO$y 1#:JfP /NrԚ01URdZ;.RPIqa3hz.8B4n^`~b%|Ψ|'2"GdyG1^{o7z/{#J\F<5& C JGGBڬjm~EvUDz[@K= Q;8ˋGTsI(G[$91 j|R)TJJqyQTJ֩!ǵ1PtAgms5HkeJ [[2W[SFM#yv;˧]!n"_U͌(B6qjc EF;'woE^ 1$'luՊuܻnM22hW3 +-[_~'??!`RP l _g=2+dsLڽ5TҶd >ܫ׭ ]Tnmϑ\] p:Hֺ2ACDzxcr-ELه%Fz"clz8pCgeši)-jV]ey~,Vp+s;5G(BxaXJ.-Rc#jW_p-vms1=s`N +-djn#ЯN|υSc Uo6r{ 6%e"dSdOgցzm՚pQP\]寛l)?JQuӅqZ݀mO3WByl_u.]zm;_O<rӡ5y#JH!?tp?`F;tB Ue]. /ۓ(Hw[/zZ (kx/~Od [w~gK99/ʨÝendstream ++xڝUMo@+8T3*m(=QD0lb\eǑ*Kfỳ>X,ϗ3^{v#ڎz8%I˻B o<`"MaKOr vaS(.[̻g<>E3!2y|e iH@c_) 1Ӑ8.3eqvathd  9^u>^@1MkҎX5uϧ"oqTMb@;D:ZN1/40#hO`()Q 8>IdM6 Z*rHNv>Dk26zQYSVhV\ul5:uz> endobj +-3247 0 obj << ++2808 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [220.6399 701.4128 289.4012 712.3167] ++/Rect [131.345 726.953 208.605 737.832] + /Subtype /Link +-/A << /S /GoTo /D (a00052_ga6d5c88292ad5aa062c1bebc99369c042) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-3248 0 obj << ++2809 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [292.7921 701.4128 367.2922 712.3167] ++/Rect [209.103 726.953 279.717 737.832] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00012_o0) >> + >> endobj +-3249 0 obj << ++2811 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [406.7865 701.4128 458.5918 712.3167] ++/Rect [156.989 670.41 246.422 681.289] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00012_o18) >> + >> endobj +-3250 0 obj << ++2812 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [479.3564 701.4128 513.9963 712.3167] ++/Rect [113.91 604.764 147.723 613.611] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> ++/A << /S /GoTo /D (a00029) >> + >> endobj +-3251 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 689.4576 149.1079 700.3616] +-/Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> ++2806 0 obj << ++/D [2804 0 R /XYZ 90 757.935 null] + >> endobj +-3252 0 obj << ++2807 0 obj << ++/D [2804 0 R /XYZ 90 739.935 null] ++>> endobj ++2700 0 obj << ++/D [2804 0 R /XYZ 90 703.466 null] ++>> endobj ++2810 0 obj << ++/D [2804 0 R /XYZ 90 688.896 null] ++>> endobj ++2803 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F14 590 0 R /F44 478 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++2816 0 obj << ++/Length 1112 ++/Filter /FlateDecode ++>> ++stream ++xڭW]o6}/?E-kb{j@[cg,iKŸI$D 24Re?Lh )O;'?gidQ<7+ A4_|d ++Ҥ23 )H"2I㿶y. t؀*yO bSgu$_&tb$W_hE}PM=a0&z]{=4N +PEa4nzzuuoƮi~,vK(5&w_n?JYvw .v )D/$hhBTn~8$' 0&Z7,ATpŭbє npG;/bwf"ը{^u੏`aL`20 &ejlGt#;lMbSrSfmOۚ嫢(Ô!֌/fetXڀ mn87(We#tx%LDGGyThtww<1,pQ1@aY G涀_wϾn.=۾ ++:"~yendstream ++endobj ++2815 0 obj << ++/Type /Page ++/Contents 2816 0 R ++/Resources 2814 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 2813 0 R ++/Annots [ 2819 0 R 2820 0 R 2821 0 R 2822 0 R 2827 0 R 2828 0 R 2831 0 R 2832 0 R 2833 0 R ] ++>> endobj ++2819 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [234.7656 675.0105 393.23 685.9144] ++/Rect [113.91 624.407 270.85 635.311] + /Subtype /Link +-/A << /S /GoTo /D (a00052_ga3e772fbc4de626ed80f13d332b7d4d03) >> ++/A << /S /GoTo /D (a00014) >> + >> endobj +-3253 0 obj << ++2820 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [398.3905 675.0105 472.8906 685.9144] ++/Rect [271.348 624.407 296.016 635.311] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00013_o0) >> + >> endobj +-3254 0 obj << ++2821 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [156.7989 663.0553 252.3198 673.9593] ++/Rect [113.91 585.552 271.418 596.456] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga2f5276235841ad66a79bedad16a5a10c) >> ++/A << /S /GoTo /D (a00015) >> + >> endobj +-3255 0 obj << ++2822 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [288.2348 663.0553 394.6847 673.9593] ++/Rect [271.916 585.552 297.152 596.456] + /Subtype /Link +-/A << /S /GoTo /D (a00044_gac9764f79505775d06407b40f5e4661e8) >> ++/A << /S /GoTo /D (a00013_o1) >> + >> endobj +-3256 0 obj << ++2827 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.6759 621.2096 352.7233 632.1135] ++/Rect [153.751 442.711 321.201 453.59] + /Subtype /Link +-/A << /S /GoTo /D (a00052_ga6178c6a9ec1dd88ec9f6a9fcdcc7d634) >> ++/A << /S /GoTo /D (a00014) >> + >> endobj +-3257 0 obj << ++2828 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [356.6114 621.2096 431.1115 632.1135] ++/Rect [321.699 442.711 429.385 453.59] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00013_o0) >> + >> endobj +-3258 0 obj << ++2831 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 609.2544 204.4499 620.1584] ++/Rect [153.751 386.168 322.696 397.047] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00015) >> + >> endobj +-3259 0 obj << ++2832 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [235.3836 609.2544 341.8335 620.1584] ++/Rect [323.194 386.168 432.374 397.047] + /Subtype /Link +-/A << /S /GoTo /D (a00044_gac9764f79505775d06407b40f5e4661e8) >> ++/A << /S /GoTo /D (a00013_o1) >> + >> endobj +-3263 0 obj << ++2833 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [258.113 122.7745 359.1728 133.6784] ++/Rect [113.91 320.522 147.723 329.369] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga4630aa1b7e08eac5b41be126194e84a1) >> +->> endobj +-3246 0 obj << +-/D [3244 0 R /XYZ 90 757.9346 null] ++/A << /S /GoTo /D (a00029) >> + >> endobj +-738 0 obj << +-/D [3244 0 R /XYZ 90 567.0733 null] ++2817 0 obj << ++/D [2815 0 R /XYZ 90 757.935 null] + >> endobj +-3260 0 obj << +-/D [3244 0 R /XYZ 90 539.9152 null] ++792 0 obj << ++/D [2815 0 R /XYZ 90 739.935 null] + >> endobj +-742 0 obj << +-/D [3244 0 R /XYZ 90 539.9152 null] ++258 0 obj << ++/D [2815 0 R /XYZ 90 739.935 null] + >> endobj +-3261 0 obj << +-/D [3244 0 R /XYZ 412.5073 455.8773 null] ++2818 0 obj << ++/D [2815 0 R /XYZ 90 643.357 null] + >> endobj +-746 0 obj << +-/D [3244 0 R /XYZ 90 435.7849 null] ++2823 0 obj << ++/D [2815 0 R /XYZ 90 548.232 null] + >> endobj +-3262 0 obj << +-/D [3244 0 R /XYZ 447.8352 341.8053 null] ++2824 0 obj << ++/D [2815 0 R /XYZ 90 487.539 null] + >> endobj +-750 0 obj << +-/D [3244 0 R /XYZ 90 321.7128 null] ++2825 0 obj << ++/D [2815 0 R /XYZ 90 463.211 null] + >> endobj +-3242 0 obj << +-/D [3244 0 R /XYZ 90 284.8599 null] ++2826 0 obj << ++/D [2815 0 R /XYZ 90 463.211 null] + >> endobj +-754 0 obj << +-/D [3244 0 R /XYZ 90 284.8599 null] ++2829 0 obj << ++/D [2815 0 R /XYZ 90 419.224 null] + >> endobj +-3264 0 obj << +-/D [3244 0 R /XYZ 445.4332 96.348 null] ++2830 0 obj << ++/D [2815 0 R /XYZ 90 404.654 null] + >> endobj +-3243 0 obj << +-/Font << /F28 1626 0 R /F40 2073 0 R /F56 2749 0 R /F22 1616 0 R /F14 2206 0 R /F50 2369 0 R /F54 2690 0 R /F44 2087 0 R >> ++2814 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 478 0 R /F11 482 0 R /F40 467 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-3267 0 obj << +-/Length 1930 ++2836 0 obj << ++/Length 1189 + /Filter /FlateDecode + >> + stream +-xZێ6}WjKKAѦ4Xxmn;EQ^HKȽː߀_`rM%WPùQ6k֦V8W! kw4h?ɠkw h(PmE: +-5J +-is!dH]EDa2. .6.)u^.-:KX%H]<uy\.'R$K% #% %|y2 mڸH$b u vRa\PmSB![aRaKoPدW'3eKu،O=W\fl.PS<@XHq0c0a''x펈KQM +-1p4iDZ HEs:ha)V .v\YjճtJTvuBP(%@j[!+Ė@؈I }ܖ 7O<<;#lDŌL3ɫ +5{7w.}H4FWhKe.l4q`:9j`jL_-jm:gjib}/Ւjz4Ыx\ЫWK}Ytt *Of]qao0={+p0O1#cKFqWa}j{ z^Fb -^ZFK46N|a jN0[uiJD >ba83rLCK8&Í-cT(: . *yigH3Jj{+jV&F9vڹb= +-2@unȊuqf.8=[Oq:~~}ߺItBD:bx:0@;(ݥ͓7~/NwyZkW]^㊃{{&*9ۜftMAyYԭM\sKNuhy! h4".|G!i8?x eVk(n+FZڽ@d d(3N;EId`FRgsfJaCb8!?:&}7w>TG hZWG PXS. (\Um 0o6cjc|70\ɯBmج7b}ȅh%?HƤ( znâڨWMm.80VW5ծU:M8mmߪ6v?Ѐm WTVtWQrix0 ӌ=$vЮOV-_DG^swukg +-cu5 F5i[>7EJ]ԟ|ߍd ѬdIendstream ++xڭX[6~WD <~AUjUo+3dń)Mg}cFDsa# ++&iG}?"av ++ 2eu$HPWɔ ++<޼lwbu8#2^|c1G c[v2%S5&XL?~" q &]\>} ++0ˆ;FĘi) ϓ ?`/uAXo#eL'f!_pGTJPLM6/>cLso⏇6 Ämr޲I6+|{\߄q!C׎B0]6]# Y@> 2B8`9)hUաGhrPi J 3-8)h`IzގEYI:FЖG7 M6|oWJD0Oe*42d@ H) ++##8+Dv%ٽ^?aLopQku{[ BC w#蠆HaQ\SQְx,+$QPZNJ >Wo%&PL$T#IRjԱ GH4f~AZ~~ζI9i8raҹGdJ"%<) H8l^.PéHVe13vIoh; ǝ}\pD+4:]d4DV!]~|elm) ^^<6}}hfz$zA^( bV4[% ++Ƣ^niD[z# Z6F̛LDlyIot ++d4kl6uaQ2j*=m{nL g{p0Bjxtt#k3M }=eV}ֻ6Ey eBxmi*~?vP1~)G?z.(JD`o ZaGpi ++oW:dHqkE%RT@Xb0[~ͱ ++h>1t|\ #%9|&oTrr]ċ+h'~mQF \ ++/$J>4/yv?T RPendstream + endobj +-3266 0 obj << ++2835 0 obj << + /Type /Page +-/Contents 3267 0 R +-/Resources 3265 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 3289 0 R +-/Annots [ 3270 0 R 3271 0 R 3272 0 R 3273 0 R 3274 0 R 3275 0 R 3276 0 R 3277 0 R 3278 0 R 3279 0 R 3280 0 R 3281 0 R 3282 0 R 3283 0 R 3284 0 R 3285 0 R ] ++/Contents 2836 0 R ++/Resources 2834 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 2813 0 R ++/Annots [ 2839 0 R 2840 0 R 2841 0 R 2846 0 R 2849 0 R 2852 0 R 2853 0 R ] + >> endobj +-3270 0 obj << ++2839 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [217.5953 674.0278 308.1348 684.9317] ++/Rect [149.616 625.383 167.1 635.311] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00014_o0) >> + >> endobj +-3271 0 obj << ++2840 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [421.7926 674.0278 513.9963 684.9317] ++/Rect [152.376 585.552 176.505 596.456] + /Subtype /Link +-/A << /S /GoTo /D (a00053_ga75f0ac3ac41e9915541c3ae3153a6e26) >> ++/A << /S /GoTo /D (a00014_o1) >> + >> endobj +-3272 0 obj << ++2841 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 662.0726 182.861 672.9765] ++/Rect [152.376 546.698 184.804 557.602] + /Subtype /Link +-/A << /S /GoTo /D (a00053_ga75f0ac3ac41e9915541c3ae3153a6e26) >> ++/A << /S /GoTo /D (a00014_o2) >> + >> endobj +-3273 0 obj << ++2846 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [186.6766 662.0726 261.1767 672.9765] ++/Rect [167.06 403.857 365.505 414.736] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00014_o1) >> + >> endobj +-3274 0 obj << ++2849 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [217.5953 649.017 308.1348 659.9209] ++/Rect [167.06 347.313 372.139 358.192] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00014_o2) >> + >> endobj +-3275 0 obj << ++2852 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [421.7926 649.017 513.9963 659.9209] ++/Rect [164.281 290.769 353.858 301.649] + /Subtype /Link +-/A << /S /GoTo /D (a00053_ga4497338d1cbae6f8a6d68cb14234d5d8) >> ++/A << /S /GoTo /D (a00014_o0) >> + >> endobj +-3276 0 obj << ++2853 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 637.0618 181.7654 647.9658] ++/Rect [113.91 225.124 147.723 233.971] + /Subtype /Link +-/A << /S /GoTo /D (a00053_ga4497338d1cbae6f8a6d68cb14234d5d8) >> ++/A << /S /GoTo /D (a00029) >> + >> endobj +-3277 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [185.581 637.0618 260.0811 647.9658] +-/Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++2837 0 obj << ++/D [2835 0 R /XYZ 90 757.935 null] + >> endobj +-3278 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [202.6514 624.0062 293.191 634.9102] +-/Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++793 0 obj << ++/D [2835 0 R /XYZ 90 739.935 null] + >> endobj +-3279 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [391.905 624.0062 513.9963 634.9102] +-/Subtype /Link +-/A << /S /GoTo /D (a00053_gad00abc77f1670049a5b2139471d0c8db) >> ++262 0 obj << ++/D [2835 0 R /XYZ 90 739.935 null] + >> endobj +-3280 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 612.0511 141.3571 622.955] +-/Subtype /Link +-/A << /S /GoTo /D (a00053_gad00abc77f1670049a5b2139471d0c8db) >> ++2838 0 obj << ++/D [2835 0 R /XYZ 90 643.357 null] + >> endobj +-3281 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [145.1728 612.0511 219.6729 622.955] +-/Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++2842 0 obj << ++/D [2835 0 R /XYZ 90 509.378 null] + >> endobj +-3282 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [217.5953 572.9885 308.1348 583.8924] +-/Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++2843 0 obj << ++/D [2835 0 R /XYZ 90 448.685 null] + >> endobj +-3283 0 obj << ++2844 0 obj << ++/D [2835 0 R /XYZ 90 424.357 null] ++>> endobj ++2845 0 obj << ++/D [2835 0 R /XYZ 90 424.357 null] ++>> endobj ++2847 0 obj << ++/D [2835 0 R /XYZ 90 380.37 null] ++>> endobj ++2848 0 obj << ++/D [2835 0 R /XYZ 90 365.799 null] ++>> endobj ++2850 0 obj << ++/D [2835 0 R /XYZ 90 323.826 null] ++>> endobj ++2851 0 obj << ++/D [2835 0 R /XYZ 90 309.256 null] ++>> endobj ++2834 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 478 0 R /F11 482 0 R /F40 467 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++2856 0 obj << ++/Length 900 ++/Filter /FlateDecode ++>> ++stream ++xڥVKoF WE:xyKFQE)mylkX,!Ϳ/5[ehɡ19Zjs[G.z1ueqNr]Q"W .3^hS%&]0 MYU~=kݔxNtWt;}ھ&cwM?}WtUO>Fd$WCE_AƤ>F@xůxB<~\G_OGNQ>|** ,"Dc_.dkk'?wfc 9Kv )ESË)V:>}7/BXRIߙq6ؤ(&}YkғD#`~ݥAI&'RK9( K/ 4VDׇ.(E>]* E`aBŖRΡJ2ϏDIС ~gvn`CV/a\]09ٺIvl\ӹ> 8wH@D&{ڋz97y#ss4l(].g̕"| exlp\e3jzR+4;tʯ&:)w[7mm9uݤ s߆5 6˙ *0JG : pd O0ʏQyqT4 L( t*pd*tN/t57Rb#>*֔P~J@U/) { b)> endobj ++2859 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [421.7926 572.9885 513.9963 583.8924] ++/Rect [152.376 624.407 176.505 635.311] + /Subtype /Link +-/A << /S /GoTo /D (a00053_ga95f116c4c0b1ff2c6418c16341fc2e57) >> ++/A << /S /GoTo /D (a00015_o0) >> + >> endobj +-3284 0 obj << ++2864 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 561.0333 177.6307 571.9372] ++/Rect [167.06 481.566 366.999 492.445] + /Subtype /Link +-/A << /S /GoTo /D (a00053_ga95f116c4c0b1ff2c6418c16341fc2e57) >> ++/A << /S /GoTo /D (a00015_o0) >> + >> endobj +-3285 0 obj << ++2865 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [181.4464 561.0333 255.9465 571.9372] ++/Rect [113.91 415.92 147.723 424.767] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> +->> endobj +-3268 0 obj << +-/D [3266 0 R /XYZ 90 757.9346 null] ++/A << /S /GoTo /D (a00029) >> + >> endobj +-758 0 obj << +-/D [3266 0 R /XYZ 90 739.9346 null] +->> endobj +-3269 0 obj << +-/D [3266 0 R /XYZ 90 693.0819 null] +->> endobj +-762 0 obj << +-/D [3266 0 R /XYZ 90 523.3747 null] ++2857 0 obj << ++/D [2855 0 R /XYZ 90 757.935 null] + >> endobj +-3286 0 obj << +-/D [3266 0 R /XYZ 90 496.8428 null] ++794 0 obj << ++/D [2855 0 R /XYZ 90 739.935 null] + >> endobj +-766 0 obj << +-/D [3266 0 R /XYZ 90 496.8428 null] ++266 0 obj << ++/D [2855 0 R /XYZ 90 739.935 null] + >> endobj +-3287 0 obj << +-/D [3266 0 R /XYZ 90 321.1666 null] ++2858 0 obj << ++/D [2855 0 R /XYZ 90 643.357 null] + >> endobj +-770 0 obj << +-/D [3266 0 R /XYZ 90 306.3619 null] ++2860 0 obj << ++/D [2855 0 R /XYZ 90 587.087 null] + >> endobj +-2415 0 obj << +-/D [3266 0 R /XYZ 90 270.1353 null] ++2861 0 obj << ++/D [2855 0 R /XYZ 90 526.393 null] + >> endobj +-774 0 obj << +-/D [3266 0 R /XYZ 90 270.1353 null] ++2862 0 obj << ++/D [2855 0 R /XYZ 90 502.065 null] + >> endobj +-3288 0 obj << +-/D [3266 0 R /XYZ 90 96.348 null] ++2863 0 obj << ++/D [2855 0 R /XYZ 90 502.065 null] + >> endobj +-3265 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F40 2073 0 R /F50 2369 0 R /F54 2690 0 R >> ++2854 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 478 0 R /F11 482 0 R /F40 467 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-3292 0 obj << +-/Length 2183 ++2868 0 obj << ++/Length 986 + /Filter /FlateDecode + >> + stream +-xZr6}WQ"2MMvKh[Uu .o IR)?X$tKdᏬrRBq=#ᆸx˵XF$S/7Wc4/Ed0. aRDdc N FXwv婪v/χ K]ܽ\ׅ!dbUFʅ[uRǷG_`77jG\øZL ok-;|i3 ĹՔgɒ9x#X +-" QT@3s,EߋKqZWDQmyz9ԪFdQ 유DiiTcl q9O졡D"41ΏW5NT;O6vŐ ]RXI F4RD\i8mb ߉5ƫ֠]+_@wl&HIb\Q[L5#`53 jNNr p6J$:MBr(bѽŅ`$&ś͋K*b$.A\׈KqIB\REҊK qYFP$.I\C׈K|%r5.*۴IRhًg?`wpkYV3A.ybyJ^bYyIFle&N+䥋fq vyIKH+e!Aq ^#/P~- +-C$VbP>`:0*C^%oM*VļwZa,E +-#)B@% p!0GA K&gҔw~b 6WAV ?Pa6̌b/̔`IPbMa|n@Td%ÜPEĕpJiSJ8',i- fYrF! ݥ3ɜ,-h +-5|oVX3Ű4Mzض tQFw +-vHH0kdϤ>|3..epx.o7rԺzbS΃PwsQ]uZpں +-=6swgTyˇSMN~2LyTtc3evUmcYyOFm> ;`fZI埸Y ӯ7{̋ݶ9ݬ.}/.i{z/g\{'42^貱//6ϗ-{/_uizk]bTm#TFqg7@/%ჾ-82ñ~ fUj|d)%5<0ɳ\ԇ"32:H+i1羨_]@X |YӞVH1YFezSڢ7׼q0WU_a?( ő liQ뾮* +-6(fW A@97mcB) R2`:i bT] t?~!TCT^Ho~q6W} $ъiߙPK롘+n.\" wk۫Ӛi(7S^m~0͎CV$nf|׷b=۹"endstream ++xڭWM6WE>FCIڠ@ķ$Xhey@RJ-ɲMLÙ734D?Yi2Jw3./:뿯fa&*6vD2V돱"r`ۧLo˻/~3g2.oڕuuHk 6Y5g4sS ++d T?^01&1&h(Ku7ZM*OTMDD}Prս7x߅'dUH+Q ++阌p (U2A#Ț x[(7qD-h0e''ֺVzGde$!IkBɀ^J݀?bD7pB?QMq1 ++ k)QSC qXPXT 퀀o7YEnAdir?^]Sej |ئeze:D56>ǵǨҢMBͯI/Ngc{4r1hL0F0 H"rdʍCW/%c~`s9ћFv6X s%zxCihvV۬ZtLmʪ?w^bOMV~>gUR˺]؞EQ:4OƒbEypsu/`sMbkŷiTިNVS$x;c&co6hʢ.C6}Ň,0K*_JsuHkF8i_ey$iC(P{FyvU|`endstream + endobj +-3291 0 obj << ++2867 0 obj << + /Type /Page +-/Contents 3292 0 R +-/Resources 3290 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 3289 0 R +-/Annots [ 3296 0 R 3297 0 R 3298 0 R 3299 0 R 3300 0 R 3301 0 R 3302 0 R 3303 0 R 3304 0 R 3305 0 R 3306 0 R 3307 0 R 3312 0 R 3313 0 R 3314 0 R 3315 0 R 3316 0 R 3317 0 R 3318 0 R 3319 0 R ] ++/Contents 2868 0 R ++/Resources 2866 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 2813 0 R ++/Annots [ 2871 0 R 2872 0 R 2877 0 R 2880 0 R 2881 0 R ] + >> endobj +-3296 0 obj << ++2871 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [215.1046 632.1077 310.6255 643.0116] ++/Rect [141.019 626.464 164.59 635.311] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga2f5276235841ad66a79bedad16a5a10c) >> ++/A << /S /GoTo /D (a00016_o0) >> + >> endobj +-3297 0 obj << ++2872 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [421.7926 632.1077 513.9963 643.0116] ++/Rect [141.019 587.61 164.341 596.456] + /Subtype /Link +-/A << /S /GoTo /D (a00054_gaf8331b6d5e60c463f7ebe21a878561d4) >> ++/A << /S /GoTo /D (a00016_o1) >> + >> endobj +-3298 0 obj << ++2877 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 620.1525 187.8423 631.0565] ++/Rect [153.203 442.711 258.995 453.59] + /Subtype /Link +-/A << /S /GoTo /D (a00054_gaf8331b6d5e60c463f7ebe21a878561d4) >> ++/A << /S /GoTo /D (a00016_o0) >> + >> endobj +-3299 0 obj << ++2880 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [191.6579 620.1525 266.158 631.0565] ++/Rect [153.203 386.168 258.348 397.047] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00016_o1) >> + >> endobj +-3300 0 obj << ++2881 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [215.1046 607.365 310.6255 618.2689] ++/Rect [113.91 320.522 147.723 329.369] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga2f5276235841ad66a79bedad16a5a10c) >> ++/A << /S /GoTo /D (a00029) >> + >> endobj +-3301 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [421.7926 607.365 513.9963 618.2689] +-/Subtype /Link +-/A << /S /GoTo /D (a00054_gae6821ede7676dfac0515a4b7b04b0397) >> ++2869 0 obj << ++/D [2867 0 R /XYZ 90 757.935 null] + >> endobj +-3302 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 595.4098 186.7467 606.3137] +-/Subtype /Link +-/A << /S /GoTo /D (a00054_gae6821ede7676dfac0515a4b7b04b0397) >> ++795 0 obj << ++/D [2867 0 R /XYZ 90 739.935 null] + >> endobj +-3303 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [190.5623 595.4098 265.0624 606.3137] +-/Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++270 0 obj << ++/D [2867 0 R /XYZ 90 739.935 null] + >> endobj +-3304 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [215.1046 582.6222 310.6255 593.5262] +-/Subtype /Link +-/A << /S /GoTo /D (a00034_ga2f5276235841ad66a79bedad16a5a10c) >> ++2870 0 obj << ++/D [2867 0 R /XYZ 90 643.357 null] + >> endobj +-3305 0 obj << ++2873 0 obj << ++/D [2867 0 R /XYZ 90 548.232 null] ++>> endobj ++2874 0 obj << ++/D [2867 0 R /XYZ 90 487.539 null] ++>> endobj ++2875 0 obj << ++/D [2867 0 R /XYZ 90 463.211 null] ++>> endobj ++2876 0 obj << ++/D [2867 0 R /XYZ 90 463.211 null] ++>> endobj ++2878 0 obj << ++/D [2867 0 R /XYZ 90 421.281 null] ++>> endobj ++2879 0 obj << ++/D [2867 0 R /XYZ 90 406.711 null] ++>> endobj ++2866 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 478 0 R /F11 482 0 R /F14 590 0 R /F40 467 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++2884 0 obj << ++/Length 1701 ++/Filter /FlateDecode ++>> ++stream ++xڭYmo6_!`_d`.1lڭ(6>؊B2YA%R&EIvڢ@' {&?$R8JD~=} fu+gW4REsI$Z>*oY[?eq\Q6+G,SYmt&7y\>&k~uݛkLjcY|8fSi<= ޏC6FB|FD" ǭ>{~杷m)pT|ݖK)b}ƹI-wf{BNr[}pe[o] '(Hd| V#,:Nq`%xr:Rg;'nKYU~T  P1+<(x ++C# ++$RP;WW?Ro&+ &P0B8(JD(ADj CDLlӄ@`8#-\/{(sOa_7wIɋ3bYjRrW/YB t.HLd]-(l"U|V>9UxU?R/ueg ++1g&c2#s"ƶz]IL ɠB}HACȜiH)r>BHA)T'=~VM7e4 < dTFD[6խ!$=%Mu=gE^-"m-Dy0`<5@ƀq*XǪIwЄo^qDXY>[ '܏,P(`3X {zLEf,J \&Ym}xTC$8L}&60($F0լ7 tqJ/Ip Uhz<< $°o!׹p7 :oMuu`p-d<rjČϬvޅ&H ++D$bR!嘕^9 k_A'W*0$oWlc.[n^K]6?uֳm]saYVK*'MHSLjWOΚie͚3^8kZe\+t0 DtD`Эi/endstream ++endobj ++2883 0 obj << ++/Type /Page ++/Contents 2884 0 R ++/Resources 2882 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 2813 0 R ++/Annots [ 2887 0 R 2888 0 R 2889 0 R 2890 0 R 2891 0 R 2896 0 R 2899 0 R 2900 0 R 2903 0 R 2906 0 R 2907 0 R ] ++>> endobj ++2887 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [421.7926 582.6222 513.9963 593.5262] ++/Rect [149.616 624.689 207.508 635.592] + /Subtype /Link +-/A << /S /GoTo /D (a00054_ga5d829323f8d283687be43ea8c894eb3b) >> ++/A << /S /GoTo /D (a00017_o0) >> + >> endobj +-3306 0 obj << ++2888 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 570.6671 182.612 581.571] ++/Rect [149.616 586.131 209.162 597.035] + /Subtype /Link +-/A << /S /GoTo /D (a00054_ga5d829323f8d283687be43ea8c894eb3b) >> ++/A << /S /GoTo /D (a00017_o1) >> + >> endobj +-3307 0 obj << ++2889 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [186.4277 570.6671 260.9278 581.571] ++/Rect [152.376 547.573 216.345 558.477] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00017_o2) >> + >> endobj +-3312 0 obj << ++2890 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [225.7205 170.4119 330.646 181.3159] ++/Rect [113.91 509.016 345.58 519.92] + /Subtype /Link +-/A << /S /GoTo /D (a00055_ga60ecc4ae480c28b5fbd34aca4fc37daa) >> ++/A << /S /GoTo /D (a00018) >> + >> endobj +-3313 0 obj << ++2891 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [335.7305 170.4119 410.2306 181.3159] ++/Rect [353.55 509.016 400.364 519.92] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00017_o3) >> + >> endobj +-3314 0 obj << ++2896 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [453.3442 170.4119 513.9963 181.3159] ++/Rect [164.281 366.59 326.193 377.469] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00017_o1) >> + >> endobj +-3315 0 obj << ++2899 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 158.4568 149.1079 169.3607] ++/Rect [154.887 310.18 397.605 321.059] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00018) >> + >> endobj +-3316 0 obj << ++2900 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [180.0416 158.4568 249.5503 169.3607] ++/Rect [126.364 298.225 275.005 309.104] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga37e35730fa7e775b5bb0afe893d6d508) >> ++/A << /S /GoTo /D (a00017_o3) >> + >> endobj +-3317 0 obj << ++2903 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [233.0723 119.9302 362.9039 130.8341] ++/Rect [167.06 224.19 333.415 235.069] + /Subtype /Link +-/A << /S /GoTo /D (a00055_ga9162785e39d7c697f76f99524c4a2fb4) >> ++/A << /S /GoTo /D (a00017_o2) >> + >> endobj +-3318 0 obj << ++2906 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 107.975 204.4499 118.879] ++/Rect [164.281 167.78 325.635 178.659] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00017_o0) >> + >> endobj +-3319 0 obj << ++2907 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [235.3836 107.975 304.8923 118.879] ++/Rect [113.91 102.728 147.723 111.575] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga37e35730fa7e775b5bb0afe893d6d508) >> +->> endobj +-3293 0 obj << +-/D [3291 0 R /XYZ 90 757.9346 null] ++/A << /S /GoTo /D (a00029) >> + >> endobj +-778 0 obj << +-/D [3291 0 R /XYZ 90 739.9346 null] ++2885 0 obj << ++/D [2883 0 R /XYZ 90 757.935 null] + >> endobj +-3294 0 obj << +-/D [3291 0 R /XYZ 90 709.2597 null] ++796 0 obj << ++/D [2883 0 R /XYZ 90 739.935 null] + >> endobj +-782 0 obj << +-/D [3291 0 R /XYZ 90 709.2597 null] ++274 0 obj << ++/D [2883 0 R /XYZ 90 739.935 null] + >> endobj +-3295 0 obj << +-/D [3291 0 R /XYZ 90 650.8937 null] ++2886 0 obj << ++/D [2883 0 R /XYZ 90 643.49 null] + >> endobj +-786 0 obj << +-/D [3291 0 R /XYZ 90 533.6583 null] ++2892 0 obj << ++/D [2883 0 R /XYZ 90 471.978 null] + >> endobj +-3308 0 obj << +-/D [3291 0 R /XYZ 90 507.1733 null] ++2893 0 obj << ++/D [2883 0 R /XYZ 90 411.418 null] + >> endobj +-790 0 obj << +-/D [3291 0 R /XYZ 90 507.1733 null] ++2894 0 obj << ++/D [2883 0 R /XYZ 90 387.09 null] + >> endobj +-3309 0 obj << +-/D [3291 0 R /XYZ 90 334.4708 null] ++2895 0 obj << ++/D [2883 0 R /XYZ 90 387.09 null] + >> endobj +-794 0 obj << +-/D [3291 0 R /XYZ 90 320.048 null] ++2897 0 obj << ++/D [2883 0 R /XYZ 90 343.103 null] + >> endobj +-3310 0 obj << +-/D [3291 0 R /XYZ 90 283.8682 null] ++2898 0 obj << ++/D [2883 0 R /XYZ 90 328.666 null] + >> endobj +-798 0 obj << +-/D [3291 0 R /XYZ 90 283.8682 null] ++2901 0 obj << ++/D [2883 0 R /XYZ 430.67 259.27 null] + >> endobj +-2554 0 obj << +-/D [3291 0 R /XYZ 90 247.5639 null] ++2902 0 obj << ++/D [2883 0 R /XYZ 90 242.676 null] + >> endobj +-802 0 obj << +-/D [3291 0 R /XYZ 90 247.5639 null] ++2904 0 obj << ++/D [2883 0 R /XYZ 90 200.703 null] + >> endobj +-3311 0 obj << +-/D [3291 0 R /XYZ 90 189.198 null] ++2905 0 obj << ++/D [2883 0 R /XYZ 90 186.266 null] + >> endobj +-3290 0 obj << +-/Font << /F28 1626 0 R /F50 2369 0 R /F54 2690 0 R /F22 1616 0 R /F40 2073 0 R /F14 2206 0 R >> ++2882 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 478 0 R /F11 482 0 R /F40 467 0 R /F14 590 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-3323 0 obj << +-/Length 2448 ++2910 0 obj << ++/Length 1198 + /Filter /FlateDecode + >> + stream +-xZ[ۺ~_GIMsA݃>BPYrEAE EBF]<w,<^uWwsHH^͈/L.WkmU$]~^1̎ndY? %td0'ЌRhF^AVmo!7:3eujEēe$Jy, 38` RIb:ǢԺ+6cMve +- ~G#S3g n$QZhf 9! j%zfOoI@G"{wUet.`]Aُ?W?}Y +-&:pw*aq Ϸ0}齕] "6aJVk!dq> wq>ֻG +-f "*?Sڏ!sp:6SSgV|̆E/psf2 frc( µ:mXՅ9 #f:w<9~S9Fy9Q=̹FڔhZ CNRwDW00BMAh|'ܨxhޟMlڜY5env +-xWUZQs_ʰuwp '|^^GIbbwY .V*hlpbIةp J^,B*.|W𲲭L}Ud.$3>8ZP0}z'_OkLnO06b>C>Wg.&k^4B/3p:Qk[$A.Ouۼ tCh-Oz?Y`ctE_ʿ +-;2ar?MDabΆP=`(]~̊Hr~Wnw*|-〹G]DUpb%U=hChUr  +-hO4Yƾ]/ Q_2h5~YE8ވ+pЫ A9&^kuL*.=j7CdI5%ZS`+H8YïQjƘ64'˟oU|YV%Bԗ8מ'z'!H{nfvhT2? +- Hʖ\8s xvEm[)mGub:wjS{p"Z:2u~ +-hChA3uxVu]c#!R彩H.ƛfuHxe1q&Fͯ^YxS"WHcF2[ґq2kQ`q{B^Э8̏^N2+˃Vd&G(Xv ꑚz5t|Mg6SO75^Wl &|Ral͚0w`(Q>REq&MY>OL U?\ i ABFЭm5ے ++@[c$MZ,[D7iǧXò2eGw:306;jJO=~/O4c~aG=/3|FVkMxIcjbH.KGbڣɊ"c kFrIiNoEr>pJqV o> endobj +-3325 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [232.6305 713.5804 349.1724 724.4843] +-/Subtype /Link +-/A << /S /GoTo /D (a00055_gaa677fd588304b5615de4ea78104adfb5) >> +->> endobj +-3326 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [356.5602 713.5804 431.0603 724.4843] +-/Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> +->> endobj +-3327 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [479.3564 713.5804 513.9963 724.4843] +-/Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> +->> endobj +-3328 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 701.6252 149.1079 712.5292] +-/Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> ++/Contents 2910 0 R ++/Resources 2908 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 2924 0 R ++/Annots [ 2913 0 R 2914 0 R 2919 0 R 2922 0 R 2923 0 R ] + >> endobj +-3329 0 obj << ++2913 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [180.0416 701.6252 275.5625 712.5292] ++/Rect [149.616 607.45 167.1 617.378] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga2f5276235841ad66a79bedad16a5a10c) >> ++/A << /S /GoTo /D (a00018_o0) >> + >> endobj +-3330 0 obj << ++2914 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [227.2641 662.1969 368.7121 673.1008] ++/Rect [149.616 568.596 173.745 578.524] + /Subtype /Link +-/A << /S /GoTo /D (a00055_gaa7c3f39802b00a758c58e024a8119979) >> ++/A << /S /GoTo /D (a00018_o1) >> + >> endobj +-3331 0 obj << ++2919 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 650.2417 178.4377 661.1457] ++/Rect [164.281 407.154 437.435 418.033] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> ++/A << /S /GoTo /D (a00018_o1) >> + >> endobj +-3332 0 obj << ++2922 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [209.3714 650.2417 304.8923 661.1457] ++/Rect [164.281 350.61 429.126 361.49] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga2f5276235841ad66a79bedad16a5a10c) >> ++/A << /S /GoTo /D (a00018_o0) >> + >> endobj +-3334 0 obj << ++2923 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [196.495 257.4934 313.037 268.3974] ++/Rect [113.91 284.965 147.723 293.812] + /Subtype /Link +-/A << /S /GoTo /D (a00055_gaa677fd588304b5615de4ea78104adfb5) >> ++/A << /S /GoTo /D (a00029) >> + >> endobj +-3324 0 obj << +-/D [3322 0 R /XYZ 90 757.9346 null] ++2911 0 obj << ++/D [2909 0 R /XYZ 90 757.935 null] + >> endobj +-806 0 obj << +-/D [3322 0 R /XYZ 90 611.9888 null] ++797 0 obj << ++/D [2909 0 R /XYZ 90 739.935 null] + >> endobj +-810 0 obj << +-/D [3322 0 R /XYZ 90 467.4513 null] ++278 0 obj << ++/D [2909 0 R /XYZ 90 739.935 null] + >> endobj +-3005 0 obj << +-/D [3322 0 R /XYZ 90 442.994 null] ++2912 0 obj << ++/D [2909 0 R /XYZ 90 625.424 null] + >> endobj +-814 0 obj << +-/D [3322 0 R /XYZ 90 442.994 null] ++2915 0 obj << ++/D [2909 0 R /XYZ 90 530.3 null] + >> endobj +-3333 0 obj << +-/D [3322 0 R /XYZ 393.3886 347.5448 null] ++2916 0 obj << ++/D [2909 0 R /XYZ 90 451.982 null] + >> endobj +-818 0 obj << +-/D [3322 0 R /XYZ 90 330.1719 null] ++2917 0 obj << ++/D [2909 0 R /XYZ 90 427.654 null] + >> endobj +-3004 0 obj << +-/D [3322 0 R /XYZ 214.8308 236.7362 null] ++2918 0 obj << ++/D [2909 0 R /XYZ 90 427.654 null] + >> endobj +-822 0 obj << +-/D [3322 0 R /XYZ 90 219.3633 null] ++2920 0 obj << ++/D [2909 0 R /XYZ 90 383.667 null] + >> endobj +-3320 0 obj << +-/D [3322 0 R /XYZ 178.8755 96.348 null] ++2921 0 obj << ++/D [2909 0 R /XYZ 90 369.097 null] + >> endobj +-3321 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F40 2073 0 R /F14 2206 0 R /F50 2369 0 R /F54 2690 0 R /F44 2087 0 R >> ++2908 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 478 0 R /F11 482 0 R /F40 467 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-3337 0 obj << +-/Length 2679 ++2927 0 obj << ++/Length 1433 + /Filter /FlateDecode + >> + stream +-xڽZێ};7O/]x'EЖzfhRSl^ľ2,tUXXE0#ϔP(g\֏7xv?|C%<_f]+A$(͇yKFiW.Tz}z,huxͫ[!$Zǟ7>#gb9=p7r̃. ? arD_, x~aDRW/zVmG)yyޟejUUoJ`%هռzW?iwN)Xf00m38@-(8  aF25f^8feQձcѕ+1spxG˘X%8XE`3WXa %‚>hю㸞yϖ0L1־Bc=b^مxwE~VM݁ߞoz=mPEwjy~w]#F8D!I1a{S͛BNyAż8l1>!)&FqM#,DΞp*ؤ +-(XJ/;6.>I +-{hDo(L\]}(S*O@B`99t6#fz< %"M c@at^,TPFk!dz ,uVkۥa_t_W6˘ UJAb\:0T[ q&'̹(ӜaMq,͞@`BqG Q~ f Nr6Vz$J2HeL 8ULXܙ ;0q[D?Lތ )Z`=bpɷ XQ妼[ 0!Lq,D8aIE598ۘq5> 8*.d0+'t x:Y 4.QgR D霁\ɫB2f2N$ӃxG$%Aw|/-cş'[kh~`a3QUUn@x'Kd$qB$:tĉe(0I` d,RqHIb֏קj-TQs~ JLD]2Q>bo/V/_xݫ>?ᴫ>[xܐtJo adYJoA'tI#1H(<:a7e;_ziKnh~|j㨅.s2V'YK)ɍ֞?`LzBp̌ }Ua2=VGQ_'=af>8.8=O@ S(KP`$e';0| +-)= #4 1qyT Ǹ?3eROx|ҀK*?, J% +-` RyϥpYp#<*a1Xo&u%\oPF,;/yqT\LcsqdZI3ؙtw3ąi7jmKϠ" B3`%^Cnۡ˅0j(wю .20!fHph麳}PFSPWnv3n-CAJAߖwKEO<ђj`ϳ rn82|!%viէP8E#g-*a>!hڱ#ŐK}xM=KW ja2SZ pdsۺM6MoxY}/W 7endstream ++xřn6~ ++ .L1袝fb+vei޾G")SEIi" ֟s~"?i"Fh<~0#n/VSi%VOտK%juN^,JM͂K/%xqd|޽d5\}R$s_eA~𢡊_V]di8@>0bZE/p:zqu66=GRӸwx uqeov_rpBpǍy=^;}ƪooĪFZ!K#x()oy ++ ++Q•F$ q+6j\c:0^ `#BFhxh*0 ,SA2N3DƋO&В'H?L&h `֣*.BqrJx '@ӏ2 ++K ++*\a4C%&Ib5TTB /*~TBFZ!եie#ԌkЀ=A4X4p?4!#2F#zEl4 @c$dH0l5,^T.%CYHF ++hFdPr$T@\o:2("(p-Od*WēEw MeI+[Dm\ϱ@٠*F]CA "` u: ^zιI;d@9m Iy(Ta+^n[]iil)3UE Gv ;fvbWy *=N:miA7!2~ "MXLhva T6Hlo`|*.&d0Cl2Gaz,GOi&ry:9FȦ6I:m1$]yZ3ǑO$l9Z$ DRZMe!:R^=D0I'UO iFBlҲ>fk -nPoDxj@Om!`fC'EZ st~qҵ}a~'˗z{ُ|=(Y{fuv^╯غEᘻendstream + endobj +-3336 0 obj << ++2926 0 obj << + /Type /Page +-/Contents 3337 0 R +-/Resources 3335 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 3289 0 R +-/Annots [ 3339 0 R 3342 0 R 3343 0 R 3345 0 R 3346 0 R 3348 0 R 3349 0 R 3350 0 R 3351 0 R 3352 0 R 3353 0 R 3354 0 R 3355 0 R 3356 0 R 3357 0 R 3358 0 R 3359 0 R 3360 0 R 3361 0 R ] ++/Contents 2927 0 R ++/Resources 2925 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 2924 0 R ++/Annots [ 2930 0 R 2931 0 R 2932 0 R 2933 0 R 2934 0 R 2935 0 R 2936 0 R 2937 0 R 2942 0 R 2945 0 R 2948 0 R 2951 0 R 2954 0 R 2957 0 R ] + >> endobj +-3339 0 obj << ++2930 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [200.1636 672.8661 305.0891 683.77] ++/Rect [172.012 622.174 259.234 633.078] + /Subtype /Link +-/A << /S /GoTo /D (a00055_ga60ecc4ae480c28b5fbd34aca4fc37daa) >> ++/A << /S /GoTo /D (a00019_o0) >> + >> endobj +-3342 0 obj << ++2931 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [145.7309 556.8469 266.5469 567.7508] ++/Rect [172.012 608.684 260.34 619.588] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga3f6861045a8029ade373510ffa727d2a) >> ++/A << /S /GoTo /D (a00019_o1) >> + >> endobj +-3343 0 obj << ++2932 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [145.7309 517.8853 258.9454 528.7893] ++/Rect [172.012 595.195 244.838 606.099] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gafcf3246db406218d4e155735b3fa6528) >> ++/A << /S /GoTo /D (a00019_o2) >> + >> endobj +-3345 0 obj << ++2933 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [246.7309 434.8782 313.4799 445.7821] ++/Rect [172.012 581.705 245.944 592.609] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++/A << /S /GoTo /D (a00019_o3) >> + >> endobj +-3346 0 obj << ++2934 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [246.7309 395.9166 339.4921 406.8205] ++/Rect [172.012 568.216 266.427 579.12] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00019_o4) >> + >> endobj +-3348 0 obj << ++2935 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [207.728 338.8659 274.477 349.7699] ++/Rect [172.012 554.726 267.533 565.63] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++/A << /S /GoTo /D (a00019_o5) >> + >> endobj +-3349 0 obj << ++2936 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [274.9751 338.8659 358.3217 349.7699] ++/Rect [172.012 541.237 252.031 552.141] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga9fb6aedc30d4ef4998fa53e2403b6130) >> ++/A << /S /GoTo /D (a00019_o6) >> + >> endobj +-3350 0 obj << ++2937 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [214.5048 299.9044 281.2538 310.8083] ++/Rect [172.012 527.747 253.137 538.651] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++/A << /S /GoTo /D (a00019_o7) >> + >> endobj +-3351 0 obj << ++2942 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [288.5356 299.9044 390.7013 310.8083] ++/Rect [188.918 407.903 418.794 418.783] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gadd4479485685bda179f4b8b9b70f671e) >> ++/A << /S /GoTo /D (a00019_o3) >> + >> endobj +-3352 0 obj << ++2945 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [227.7329 248.9876 307.1941 259.8916] ++/Rect [188.918 349.907 434.296 360.786] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga8e7035fe555ef96921bfb98e08519bc7) >> ++/A << /S /GoTo /D (a00019_o1) >> + >> endobj +-3353 0 obj << ++2948 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [311.0098 248.9876 377.7588 259.8916] ++/Rect [188.918 291.91 443.152 302.789] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++/A << /S /GoTo /D (a00019_o5) >> + >> endobj +-3354 0 obj << ++2951 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [210.5789 210.026 277.3279 220.93] ++/Rect [188.918 233.914 427.651 244.793] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++/A << /S /GoTo /D (a00019_o7) >> + >> endobj +-3355 0 obj << ++2954 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [280.6798 210.026 359.6033 220.93] ++/Rect [188.918 175.917 417.688 186.796] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaaa4ed76211cd3694dfbea2109fc440be) >> ++/A << /S /GoTo /D (a00019_o2) >> + >> endobj +-3356 0 obj << ++2957 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [366.2727 210.026 459.0339 220.93] ++/Rect [188.918 117.921 433.19 128.8] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00019_o0) >> + >> endobj +-3357 0 obj << ++2928 0 obj << ++/D [2926 0 R /XYZ 90 757.935 null] ++>> endobj ++798 0 obj << ++/D [2926 0 R /XYZ 90 739.935 null] ++>> endobj ++282 0 obj << ++/D [2926 0 R /XYZ 90 739.935 null] ++>> endobj ++2929 0 obj << ++/D [2926 0 R /XYZ 90 641.662 null] ++>> endobj ++2938 0 obj << ++/D [2926 0 R /XYZ 90 512.963 null] ++>> endobj ++2939 0 obj << ++/D [2926 0 R /XYZ 90 452.973 null] ++>> endobj ++2940 0 obj << ++/D [2926 0 R /XYZ 90 428.403 null] ++>> endobj ++2941 0 obj << ++/D [2926 0 R /XYZ 90 428.403 null] ++>> endobj ++2943 0 obj << ++/D [2926 0 R /XYZ 325.126 386.331 null] ++>> endobj ++2944 0 obj << ++/D [2926 0 R /XYZ 90 368.393 null] ++>> endobj ++2946 0 obj << ++/D [2926 0 R /XYZ 339.352 328.334 null] ++>> endobj ++2947 0 obj << ++/D [2926 0 R /XYZ 90 310.397 null] ++>> endobj ++2949 0 obj << ++/D [2926 0 R /XYZ 327.736 270.338 null] ++>> endobj ++2950 0 obj << ++/D [2926 0 R /XYZ 90 252.4 null] ++>> endobj ++2952 0 obj << ++/D [2926 0 R /XYZ 313.51 212.341 null] ++>> endobj ++2953 0 obj << ++/D [2926 0 R /XYZ 90 194.403 null] ++>> endobj ++2955 0 obj << ++/D [2926 0 R /XYZ 268.957 154.345 null] ++>> endobj ++2956 0 obj << ++/D [2926 0 R /XYZ 90 136.407 null] ++>> endobj ++2958 0 obj << ++/D [2926 0 R /XYZ 283.184 96.348 null] ++>> endobj ++2925 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 478 0 R /F11 482 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++2962 0 obj << ++/Length 666 ++/Filter /FlateDecode ++>> ++stream ++xڝUMs0+8V|IN&ܚP%\ Nt|`]{ZKnLP$Ͷu ܽsz^7 ܘwxD2p_0I͡٪;]vKY>x}5ame~PkyΔPr;3&XGL;8rhSqn+~a9_+Zj UFBL)z_MU&m@gAs0􎦰#4Cb>C4Mú ++I,{ծMo7i~jY ty62.;G% = ӪvlϺQu;6غ,ʽbTNz̗mArOчy ++BNGF4|w9bH_❒dc(/Y ++DLhYJͧ(}&_>H|W$ M=3d>YEӶ6Z7C3؛8PjvuD^k]UG8D)ʨ PQl5h@ }Oə(`#;ېlI|d3C%XH.HWGū!?O=0'98_0N0A@3ߪ vEZ ++5m^4/58,8HSCѰ_V>4}jlu-_endstream ++endobj ++2961 0 obj << ++/Type /Page ++/Contents 2962 0 R ++/Resources 2960 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 2924 0 R ++/Annots [ 2965 0 R 2967 0 R 2968 0 R ] ++>> endobj ++2965 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [226.7524 159.1093 309.9996 170.0132] ++/Rect [188.918 726.953 442.046 737.832] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gab14743355fa03b36cef521cbcd2fbf64) >> ++/A << /S /GoTo /D (a00019_o4) >> + >> endobj +-3358 0 obj << ++2967 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [313.3253 159.1093 380.0743 170.0132] ++/Rect [188.918 670.41 426.545 681.289] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++/A << /S /GoTo /D (a00019_o6) >> + >> endobj +-3359 0 obj << ++2968 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [396.298 159.1093 489.0591 170.0132] ++/Rect [113.91 604.764 147.723 613.611] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00029) >> + >> endobj +-3360 0 obj << ++2963 0 obj << ++/D [2961 0 R /XYZ 90 757.935 null] ++>> endobj ++2964 0 obj << ++/D [2961 0 R /XYZ 90 739.935 null] ++>> endobj ++2959 0 obj << ++/D [2961 0 R /XYZ 271.567 705.623 null] ++>> endobj ++2966 0 obj << ++/D [2961 0 R /XYZ 90 688.896 null] ++>> endobj ++2960 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++2971 0 obj << ++/Length 942 ++/Filter /FlateDecode ++>> ++stream ++xVMFW wZ!F]紳1m" ߧ1Y%EիWU<ESB(^_Poo?,.q{9ei/" \ u`D[\5~,Uys2OOTkQ%!nbmҴcU*돋_\eŗK1 JH{/8 X|^90C|MBKC~$BF(~sSڞTP[էc{8Tu3ެ?epP&Y3d`XHx{4ߥ1ܚ ڪ+ѷ MUE˭WA O 'h@x槼L6v"$ ++KB{w~Q<=udwQcnqmxފM9u}99mzvwuH\ҹendstream ++endobj ++2970 0 obj << ++/Type /Page ++/Contents 2971 0 R ++/Resources 2969 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 2924 0 R ++/Annots [ 2974 0 R 2979 0 R 2980 0 R ] ++>> endobj ++2974 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [228.2995 120.1477 323.2723 131.0517] ++/Rect [172.012 624.407 183.967 635.311] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga6c0d60db98f27276752c1e5fafcbd7d1) >> ++/A << /S /GoTo /D (a00020_o0) >> + >> endobj +-3361 0 obj << ++2979 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 108.1926 206.6715 119.0965] ++/Rect [188.918 481.566 358.421 492.445] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00020_o0) >> + >> endobj +-3338 0 obj << +-/D [3336 0 R /XYZ 90 757.9346 null] ++2980 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [113.91 415.92 147.723 424.767] ++/Subtype /Link ++/A << /S /GoTo /D (a00029) >> + >> endobj +-826 0 obj << +-/D [3336 0 R /XYZ 90 739.9346 null] ++2972 0 obj << ++/D [2970 0 R /XYZ 90 757.935 null] + >> endobj +-3340 0 obj << +-/D [3336 0 R /XYZ 222.9005 652.1088 null] ++799 0 obj << ++/D [2970 0 R /XYZ 90 739.935 null] + >> endobj +-830 0 obj << +-/D [3336 0 R /XYZ 90 634.1402 null] ++286 0 obj << ++/D [2970 0 R /XYZ 90 739.935 null] + >> endobj +-3341 0 obj << +-/D [3336 0 R /XYZ 90 575.8505 null] ++2973 0 obj << ++/D [2970 0 R /XYZ 90 643.357 null] + >> endobj +-3344 0 obj << +-/D [3336 0 R /XYZ 90 451.5983 null] ++2975 0 obj << ++/D [2970 0 R /XYZ 90 587.087 null] + >> endobj +-3347 0 obj << +-/D [3336 0 R /XYZ 90 357.8695 null] ++2976 0 obj << ++/D [2970 0 R /XYZ 90 526.393 null] + >> endobj +-3335 0 obj << +-/Font << /F28 1626 0 R /F14 2206 0 R /F50 2369 0 R /F54 2690 0 R /F22 1616 0 R /F40 2073 0 R /F56 2749 0 R >> ++2977 0 obj << ++/D [2970 0 R /XYZ 90 502.065 null] ++>> endobj ++2978 0 obj << ++/D [2970 0 R /XYZ 90 502.065 null] ++>> endobj ++2969 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 478 0 R /F11 482 0 R /F40 467 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-3372 0 obj << +-/Length 3106 ++2983 0 obj << ++/Length 1646 + /Filter /FlateDecode + >> + stream +-x՜n# ,}>كclrE$p]>3ӭS׬ )ϪUCљQ8!lpAgw/Xsy חௗ߽v\.o+ ]:gpXrEEzs|X=֯Rpܲo?_p{ů %Y5 ?Pœ㳇 Ea{N}z]Iv䦾pZ! B/vwr'wߕǐpKMaE[dEԜaԮ!? axX*0IgӲZj}v#xvRUg0b6e )^Dz2d^jO6hB(CP ۥ#T1 %CFշۣRYW&Qb)賹*$ .a 0CDD=An/AArTXV*;Ԯ_f^"#6IQ=iFsuU !XB´f@}UW=/1]9iENYj#ó(q~XX@a bi ˻Ha!̼([l*FȧVĂnkdx(x6Dj1<`yPtB#A*/U)$&L| +- H(h@(r{t2ś1N!ͯΟnDy:q`nkTn]d0eR@+2jQL00zvV0ˉTv" VT!qpnaI2֎/;Ogj#(Z?޷Xo`:RNY aE2A.P%2; Kv5Go<Q(F[SNfEhoAɠMchK% +-11Q +- 1ڴKLRhhfJ "S2l`Nr +- FDDI c)JldgX6U * WL@ d89F~{gc,SJwB6 owRnh%yrUH8B’uf魕G#Z( +-,B"~Iю๣.v0W:Z KDhP-L6PV:CoO]j#û(wc:_˙^I.J ԞѕgDe(>S|"~>[~N'>k3ēahG"! Fjf*$e(a +-Dk禦!v'l$*,KK:( +-R,> RGRD+"hLJMX"AS$1HoHei3"v{\m}0bDUHJa|2JڟQLCԣtN9$odD['P>p'mާ6r 2ٻT L%sbңQ* +-'!7v\oכM*LOŮWyؼfBkMyBUkMmϟvOvQY3vIöϢ ^j0=o^׎g~g/Χ' |8a,PLMCԣtN+z>AE`vsiWnvahs!>620TN9c?x+6xhսJoXZMhƆsbK)"$c Vb0߈˰Պg +-Jn볿PI*$1 V szj2kw# o3$AE`Q^/8'+W+ieag0 0@;k4mT|,= F!w5=ɥ@o" kT8žu8Kj9/h||WYi mSZDQ>!u~xlbs߱:e_#}KP= +-YلY~u$RQޠX-0GS0-s` _uer0DÈ26Чk 7θ5?Y@K f Hk1odFƓZG"x?6KTT!2SpʸG#ڝ8_jLB"N"2)`l^5Ryc`WP C'B6r O O`sUkZS~ 3Dx$VOe10"ܝ{R{Q51#ko$kEn; n>ౄ2Bb% ȱ|OMBԣtN<@#c 5u{\,ƞt01|?]\),7ƆN?  Dh#)`3Q2*5a70(҂w2#1e:(H` !Ruz4 ϳrg!GTRr]mvjV__Mr.O9 fcFrA6LlyyD*a8,®/=<ZVrF`y?c[t~#sy +->UH4!\e%DFOGcNsUH~PNuig&vMB;N賅 DqZC,b s-ޒS"8m?iHH?Ĵ'Ք +- O 2c/M>]qx~SM*\U~Zn/9z_pQ-j*#\z]>_}׳%endstream ++xŚM6zfMiQhn&{Kbkm^{+Mw$%[C={Xz=p~4Sc΍2$j~}?c ++nofoy2OIfDq6|^hr]rdr,++T絻?%Η+Iׇ.IuJ> aFHwy&p٧ٟ}jbf$BjnU0e¼7NR1<Nol;׻7Pt)>85H/d)RBw] +++afe C8ML !z222X"u"Qd$IWX%ɨT4JkbdXdPCG&4Oc'& JED$ (NiTXS 'P GP(,"I*p*NB`J`8Jh? ++H/dT26l ^DNjbq(6B3d dBdDz!%Fj4^jF_$J y.,*H݀~dcxeIxD ++DR|5Qm,f#`BC0 ++jTZ4Q*m, ++f#`B։d= <@ZMl֒"4^CF:$x$84^ȦTUz7 0=ijbE[&J =p~,^: "('4Q"m,f#`B։*/ytE>4KÓ!q a]^e]sRIT1fG,՜~6PeAV %ia=m_9*_*C^NnAmmMd$uu%NwXzY1VR$m\EKY8Q$ 0tx|ӌajal7+:.}^ToFǧ-\Nj%\?`.҄M?hZY*X?ְrr<˔/ιgwJW._M]17%b_Tp_MO ۫_nC|Q ++gendstream + endobj +-3371 0 obj << ++2982 0 obj << + /Type /Page +-/Contents 3372 0 R +-/Resources 3370 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 3289 0 R +-/Annots [ 3374 0 R 3375 0 R 3376 0 R 3377 0 R 3378 0 R 3379 0 R 3380 0 R 3381 0 R 3382 0 R 3383 0 R 3384 0 R 3385 0 R 3386 0 R 3387 0 R 3388 0 R 3389 0 R 3390 0 R 3391 0 R 3392 0 R 3393 0 R 3394 0 R 3395 0 R 3396 0 R 3397 0 R 3398 0 R 3399 0 R 3400 0 R 3401 0 R 3402 0 R ] ++/Contents 2983 0 R ++/Resources 2981 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 2924 0 R ++/Annots [ 2986 0 R 2987 0 R 2988 0 R 2989 0 R 2990 0 R 2991 0 R 2992 0 R 2993 0 R 2994 0 R 2995 0 R 2996 0 R 2997 0 R 2998 0 R 2999 0 R 3000 0 R 3005 0 R 3008 0 R 3011 0 R 3014 0 R ] ++>> endobj ++2986 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [172.012 619.385 264.773 630.289] ++/Subtype /Link ++/A << /S /GoTo /D (a00021_o0) >> ++>> endobj ++2987 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [172.012 605.224 265.879 616.128] ++/Subtype /Link ++/A << /S /GoTo /D (a00021_o1) >> + >> endobj +-3374 0 obj << ++2988 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [220.739 713.6895 315.1539 724.5935] ++/Rect [172.012 591.063 250.377 601.967] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gad3cf87ceb58aa91656756bbb58057320) >> ++/A << /S /GoTo /D (a00021_o2) >> + >> endobj +-3375 0 obj << ++2989 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [368.4934 713.6895 461.2546 724.5935] ++/Rect [172.012 576.901 251.483 587.805] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00021_o3) >> + >> endobj +-3376 0 obj << ++2990 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [222.923 674.4794 311.7988 685.3833] ++/Rect [172.012 562.74 271.966 573.644] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga553cd5ceb1925bfd31788e70b4a46ae8) >> ++/A << /S /GoTo /D (a00021_o4) >> + >> endobj +-3377 0 obj << ++2991 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [316.707 674.4794 383.456 685.3833] ++/Rect [172.012 548.579 273.072 559.483] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++/A << /S /GoTo /D (a00021_o5) >> + >> endobj +-3378 0 obj << ++2992 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [223.3407 623.3142 350.4126 634.2181] ++/Rect [172.012 534.417 249.261 545.321] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gae0e0619f43a4af5efafb75f489c1c6ec) >> ++/A << /S /GoTo /D (a00021_o6) >> + >> endobj +-3379 0 obj << ++2993 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [133.8355 611.359 226.5967 622.2629] ++/Rect [172.012 520.256 250.367 531.16] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00021_o7) >> + >> endobj +-3380 0 obj << ++2994 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [228.3917 572.1489 354.9056 583.0528] ++/Rect [172.012 506.095 235.991 516.999] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3df92e204ffb24ceddd44d8d58f6eaa) >> ++/A << /S /GoTo /D (a00021_o8) >> + >> endobj +-3381 0 obj << ++2995 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [420.6871 572.1489 513.9963 583.0528] ++/Rect [172.012 491.933 254.263 502.837] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00021_o9) >> + >> endobj +-3382 0 obj << ++2996 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 560.1937 118.6724 571.0976] ++/Rect [172.012 477.772 234.338 488.676] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00021_o10) >> + >> endobj +-3383 0 obj << ++2997 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [222.1593 520.9836 343.1342 531.8875] ++/Rect [172.012 463.611 255.558 474.515] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga71b28ef0d7206e37adbb94468c03e1a9) >> ++/A << /S /GoTo /D (a00021_o11) >> + >> endobj +-3384 0 obj << ++2998 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [347.6604 520.9836 414.4094 531.8875] ++/Rect [172.012 449.449 250.925 460.353] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++/A << /S /GoTo /D (a00021_o12) >> + >> endobj +-3385 0 obj << ++2999 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [227.7329 469.8183 308.8579 480.7223] ++/Rect [172.012 435.288 255.767 446.192] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga6c540b9fe63b8223b6aba46d56dd63b8) >> ++/A << /S /GoTo /D (a00021_o13) >> + >> endobj +-3386 0 obj << ++3000 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [312.6736 469.8183 379.4226 480.7223] ++/Rect [172.012 421.126 247.06 432.03] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++/A << /S /GoTo /D (a00021_o14) >> + >> endobj +-3387 0 obj << ++3005 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [227.7329 430.6082 302.7906 441.5122] ++/Rect [193.9 297.655 417.848 308.534] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga52456f7ef79d68e610cb65e3f7ffafad) >> ++/A << /S /GoTo /D (a00021_o8) >> + >> endobj +-3388 0 obj << ++3008 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [306.6062 430.6082 373.3552 441.5122] ++/Rect [193.9 237.844 417.31 248.723] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++/A << /S /GoTo /D (a00021_o10) >> + >> endobj +-3389 0 obj << ++3011 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [227.7329 391.3981 309.4259 402.3021] ++/Rect [193.9 178.034 438.879 188.913] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga8ea10f5ebaadb8418f28f953d6106190) >> ++/A << /S /GoTo /D (a00021_o9) >> + >> endobj +-3390 0 obj << ++3014 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [313.2415 391.3981 379.9905 402.3021] ++/Rect [193.9 118.223 434.256 129.102] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++/A << /S /GoTo /D (a00021_o7) >> + >> endobj +-3391 0 obj << ++2984 0 obj << ++/D [2982 0 R /XYZ 90 757.935 null] ++>> endobj ++800 0 obj << ++/D [2982 0 R /XYZ 90 739.935 null] ++>> endobj ++290 0 obj << ++/D [2982 0 R /XYZ 90 739.935 null] ++>> endobj ++2985 0 obj << ++/D [2982 0 R /XYZ 90 639.545 null] ++>> endobj ++3001 0 obj << ++/D [2982 0 R /XYZ 90 404.83 null] ++>> endobj ++3002 0 obj << ++/D [2982 0 R /XYZ 90 343.027 null] ++>> endobj ++3003 0 obj << ++/D [2982 0 R /XYZ 90 318.154 null] ++>> endobj ++3004 0 obj << ++/D [2982 0 R /XYZ 90 318.154 null] ++>> endobj ++3006 0 obj << ++/D [2982 0 R /XYZ 277.645 275.78 null] ++>> endobj ++3007 0 obj << ++/D [2982 0 R /XYZ 90 256.33 null] ++>> endobj ++3009 0 obj << ++/D [2982 0 R /XYZ 193.122 215.969 null] ++>> endobj ++3010 0 obj << ++/D [2982 0 R /XYZ 90 196.52 null] ++>> endobj ++3012 0 obj << ++/D [2982 0 R /XYZ 217.471 156.159 null] ++>> endobj ++3013 0 obj << ++/D [2982 0 R /XYZ 90 136.709 null] ++>> endobj ++3015 0 obj << ++/D [2982 0 R /XYZ 320.693 96.348 null] ++>> endobj ++2981 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 478 0 R /F11 482 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++3028 0 obj << ++/Length 1256 ++/Filter /FlateDecode ++>> ++stream ++xڥ˒6~ ++xaE$^NM2Tx73`lS89Bza.K'D $P8\"x8O b߮zo4Rm NI| +Uߓz$<|J%lViR͋9?U ++<49/IocY$M^ϋ_v0 mŷ8>/0b*#TpXDbuϥ k;IۀD0CT0<2ۘ{`DE(VHkBwVgSzrҰIcSڽ<ϼ< 㱪]<Ѓ ++n#PLb dHݰa_5M^Le\V[kgӾ*,R._R'_VǺJdFm3Pf($F4aO>ʰ`]B(>]tr0ޥ纆}1郔A`ԓAAZL$d3Ljȁ!J(bѷx:}_{pne1+U4cO>LĘMVYb#ʱ%V@d`Mê ++Lc֛#'# %cJߤ Qb;ۓa0@ ++M*a5a d{؝8n=F{ w&nKપ-{Sq'l6$c$DH=(N3^n@ߣ r":]ZSS4$aAczc&8CDqױWPs ++CQw?c[M,IǑTSI䣤:LR6?"̉yj|.+Enr 6`F{/[ 67Vh[]tH]Vf^uuVEQ>,[?Qӏjendstream ++endobj ++3027 0 obj << ++/Type /Page ++/Contents 3028 0 R ++/Resources 3026 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 2924 0 R ++/Annots [ 3031 0 R 3033 0 R 3035 0 R 3037 0 R 3039 0 R 3041 0 R 3043 0 R 3045 0 R 3047 0 R 3049 0 R 3051 0 R 3052 0 R ] ++>> endobj ++3031 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [227.7329 352.188 314.2077 363.0919] ++/Rect [193.9 726.953 434.814 737.832] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga88204c1c313aa067da10241b5886a166) >> ++/A << /S /GoTo /D (a00021_o3) >> + >> endobj +-3392 0 obj << ++3033 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [318.0234 352.188 384.7724 363.0919] ++/Rect [193.9 670.804 450.316 681.683] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++/A << /S /GoTo /D (a00021_o1) >> + >> endobj +-3393 0 obj << ++3035 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [232.0032 312.9779 343.026 323.8818] ++/Rect [193.9 614.655 459.172 625.534] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga02eae57cff32b6aa55044e6609ae7d73) >> ++/A << /S /GoTo /D (a00021_o5) >> + >> endobj +-3394 0 obj << ++3037 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [348.9778 312.9779 415.7268 323.8818] ++/Rect [193.9 558.505 439.626 569.385] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++/A << /S /GoTo /D (a00021_o11) >> + >> endobj +-3395 0 obj << ++3039 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [231.028 261.8126 357.5525 272.7166] ++/Rect [193.9 502.356 431.118 513.235] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga3c44c943cb3a3e4577b32d924e4f36f2) >> ++/A << /S /GoTo /D (a00021_o14) >> + >> endobj +-3396 0 obj << ++3041 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [363.0165 261.8126 429.7655 272.7166] ++/Rect [198.881 446.207 444.966 457.086] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++/A << /S /GoTo /D (a00021_o13) >> + >> endobj +-3397 0 obj << ++3043 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [227.7329 210.6474 302.7806 221.5513] ++/Rect [198.881 390.058 439.795 400.937] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga497556af0cc34f109ae0277999c074d3) >> ++/A << /S /GoTo /D (a00021_o12) >> + >> endobj +-3398 0 obj << ++3045 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [306.5963 210.6474 373.3453 221.5513] ++/Rect [198.881 333.908 438.132 344.787] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++/A << /S /GoTo /D (a00021_o6) >> + >> endobj +-3399 0 obj << ++3047 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [227.6361 171.4373 329.792 182.3412] ++/Rect [198.881 277.759 438.69 288.638] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga371be6d389287d5b22a8034d61ccd7e3) >> ++/A << /S /GoTo /D (a00021_o2) >> + >> endobj +-3400 0 obj << ++3049 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [333.5592 171.4373 400.3082 182.3412] ++/Rect [198.881 221.61 454.191 232.489] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++/A << /S /GoTo /D (a00021_o0) >> + >> endobj +-3401 0 obj << ++3051 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [228.487 120.272 346.7125 131.1759] ++/Rect [198.881 165.46 463.048 176.339] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga56027d6b141a3da441925e6e999de1c1) >> ++/A << /S /GoTo /D (a00021_o4) >> + >> endobj +-3402 0 obj << ++3052 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [350.9054 120.272 417.6544 131.1759] ++/Rect [113.91 101.568 147.723 110.415] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++/A << /S /GoTo /D (a00029) >> + >> endobj +-3373 0 obj << +-/D [3371 0 R /XYZ 90 757.9346 null] ++3029 0 obj << ++/D [3027 0 R /XYZ 90 757.935 null] + >> endobj +-3370 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F14 2206 0 R /F40 2073 0 R /F56 2749 0 R >> ++3030 0 obj << ++/D [3027 0 R /XYZ 90 739.935 null] ++>> endobj ++3017 0 obj << ++/D [3027 0 R /XYZ 325.126 705.623 null] ++>> endobj ++3032 0 obj << ++/D [3027 0 R /XYZ 90 689.29 null] ++>> endobj ++3020 0 obj << ++/D [3027 0 R /XYZ 339.352 649.474 null] ++>> endobj ++3034 0 obj << ++/D [3027 0 R /XYZ 90 633.141 null] ++>> endobj ++3022 0 obj << ++/D [3027 0 R /XYZ 327.736 593.324 null] ++>> endobj ++3036 0 obj << ++/D [3027 0 R /XYZ 90 576.992 null] ++>> endobj ++3025 0 obj << ++/D [3027 0 R /XYZ 213.227 537.175 null] ++>> endobj ++3038 0 obj << ++/D [3027 0 R /XYZ 90 520.842 null] ++>> endobj ++3024 0 obj << ++/D [3027 0 R /XYZ 207.657 481.026 null] ++>> endobj ++3040 0 obj << ++/D [3027 0 R /XYZ 90 464.693 null] ++>> endobj ++3023 0 obj << ++/D [3027 0 R /XYZ 259.652 424.876 null] ++>> endobj ++3042 0 obj << ++/D [3027 0 R /XYZ 90 408.544 null] ++>> endobj ++3021 0 obj << ++/D [3027 0 R /XYZ 219.682 368.727 null] ++>> endobj ++3044 0 obj << ++/D [3027 0 R /XYZ 90 352.394 null] ++>> endobj ++3018 0 obj << ++/D [3027 0 R /XYZ 264.524 312.578 null] ++>> endobj ++3046 0 obj << ++/D [3027 0 R /XYZ 90 296.245 null] ++>> endobj ++3016 0 obj << ++/D [3027 0 R /XYZ 268.957 256.428 null] ++>> endobj ++3048 0 obj << ++/D [3027 0 R /XYZ 90 240.096 null] ++>> endobj ++3019 0 obj << ++/D [3027 0 R /XYZ 283.184 200.279 null] ++>> endobj ++3050 0 obj << ++/D [3027 0 R /XYZ 90 183.946 null] ++>> endobj ++3026 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-3419 0 obj << +-/Length 3062 ++3055 0 obj << ++/Length 1420 + /Filter /FlateDecode + >> + stream +-xŜ]O$7\r'DYe7AڋL(v7Ð_]e*|A:~9:`3 +-љQ8!zuBgwNX9|~ +-vqݏq!fDqg7Z~v.0esv=asj~YyJgB |=O:3P"U'N$'q~IιiDLï|] $>9I1CP%eraJҀYQ$qT~?ï.x|Ogn7C?[b8$4%΢q˫~5^nnesjv +- xH5 +-if!QøYÈq#9*́[fڶmz[77wHˇ-\D<4TKc K:`XÐPKSojs`wYo??{tAqBЬFJngRnVm67R9)RY/:ˤvxKficb!̊2Yi +-vzuf9n~zYĬ|}d('BP%8) FY +-z0r9N$A8@y ;H%{WSwu;hFa)Ֆ5)uzZlvP/Q^թw6r+gAW $@*hIdj)q3#:dRҖ5BQ1j`Xe8D5ۍM¯gBWw[眡 :(# a3C9 TD=`w +-C!9*́3=mUA(?KcԀdτ:mvåLjkovh ЪcgE <60IKb^aueWJ/ F- )|b4F n$d|HmY-rB`ZQ%LZ੅etD=`w2&ғz& +-!b-a!ܢQCyW`cC*|yyjjRȣĨq3FYؚę]d,ݝJ*(l g8/)ToK ÜI2PZ&*7X6:DT'7_*b$LʪeQ30.v~ e +-H%%=Q!,L@#Nf!WVsEuZ,AT'0>]ױN.@=i +-8suzo[LpƼLd{u1 +-6iki > w48b[{Q/ X_H!E Afn`eAW4"G8$7Q'aEDLNDcAa[Ꙉ*ćtl^XA3G +-1 Z;1j 2yŚ$,:5Rt߮.X:EJ4`NHNvtHe:)¬+:uzT@2 DrU otINi'v,t8:C9^ODT!><1# 8qþNBS©4)QS_tY=,}|a`J:¥zR!E TA* XUHB*C+edGLq3P}ow#Hjr +-!(e>)>S +-`b"50;TPxz" +-#?b0:{G0Be(c*`k;TIL[= aLvf>녿zG̽-gra8Z7 +-=mE +-4`pHpvnʀ@}+uzT7ftRBx(WW S3hrZ#i*ĆtȲԽ&s؂S;M6ά!NqI*} E8-QuʸŵD)yXd4z+PtJK-: GgziYmt違 +-:;=b*s9/J>d& +-86%1iz0trz3UDTa>|4tG2t : CN}$FA6R6_ 4D|}0E C1 w\gZLKVkw4xyc%Jec#Ӟ(MT!6zōIqg:_Bi31Q9NߙǕ3U/tHJ5?B9 Ŧ5_3ǔ+䣞&NcTeXqL}ĎADCT)N)HSibu0; Պ/ +-9*ʺm6/`Ss< 1z@,MU@QL<D牪0`0 ,On+iãir0{_!&8 j yWhmG3ƨ[w+=,K hJ><׿;*]|Kh,jMzy RK\.=ᤡ–N!90`+(,۝/{Kw?&䆺[C: #LvO Ԭ|@t9Gs~t?|/u~pӍ_}Q |?0bY=5F$ˢÊSfK s ++fJ8b\RzB.UMS|ƘQSVqo~Ew$]Ӛ;k)bdp>`B$)P\ZƄ\q=i%<ͽHqrfQ?YY@x2!4Df0nцqDҤǽͻt]4c b ++kjo E>S:1%De)Ihdž2)YGi亲:͚P-`}0bNad9ȘJ`}d":Hy'`0 ++ΣƁ8 ;b^5z'ʙc5rOtŤkf3IX$73a3piPYΒa€q :(8Nm{>ɞ1$.6 $y1X+1u0 2&Ra&lɐ-bJ0ap:t(,]7<<ȕoUW*9ΗxrRA>G4ͷ[յZSb'O)>(䌽rtlECj!!A> &w>xѤhuǮe 2"OPJG ++=| O] )_TW73}=YY2%~ѴrUos_lS; Z}\v.Mq>c{S!] ++&eJL>v9 B k!۰ޅUPXfVqEXM ++19#zwwGfwh[GJ-gcۃf—q̃%2`&FZ6DY(C% @<,iP Ӗ' ++< 2[-s/[T0>5clQhM ++12 ++(R̮(0A%fJR%f9ئ)]Q{os۶WG+wmsp+1?_9Z=}Gt8/\œüvr ' + YyĸٓEw DbW:ڮ3;}`&ؚE9׼-u5ROi~k ++6&{Eʰ_cUO ,cendstream + endobj +-3418 0 obj << ++3054 0 obj << + /Type /Page +-/Contents 3419 0 R +-/Resources 3417 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 3289 0 R +-/Annots [ 3421 0 R 3422 0 R 3423 0 R 3424 0 R 3425 0 R 3426 0 R 3427 0 R 3428 0 R 3429 0 R 3430 0 R 3431 0 R 3432 0 R 3433 0 R 3434 0 R 3435 0 R 3436 0 R 3437 0 R 3438 0 R 3439 0 R 3440 0 R 3441 0 R 3442 0 R 3443 0 R 3444 0 R 3445 0 R 3446 0 R 3447 0 R 3448 0 R 3449 0 R ] ++/Contents 3055 0 R ++/Resources 3053 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 3080 0 R ++/Annots [ 3058 0 R 3059 0 R 3060 0 R 3061 0 R 3062 0 R 3063 0 R 3065 0 R 3069 0 R 3070 0 R 3073 0 R 3074 0 R 3077 0 R 3078 0 R 3079 0 R ] + >> endobj +-3421 0 obj << ++3058 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [227.7329 713.9824 302.2228 724.8863] ++/Rect [113.91 624.407 258.946 635.311] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga54e89b87ba5f5c18323f16690e0e5730) >> ++/A << /S /GoTo /D (a00020) >> + >> endobj +-3422 0 obj << ++3059 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [306.0384 713.9824 372.7874 724.8863] ++/Rect [266.916 624.407 307.344 635.311] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++/A << /S /GoTo /D (a00022_o0) >> + >> endobj +-3423 0 obj << ++3060 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [227.7964 675.358 329.3945 686.2619] ++/Rect [113.91 611.455 252.609 622.359] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gacddc932644e34fc2e914caf2fdaa70ce) >> ++/A << /S /GoTo /D (a00019) >> + >> endobj +-3424 0 obj << ++3061 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [333.242 675.358 399.991 686.2619] ++/Rect [260.58 611.455 294.672 622.359] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++/A << /S /GoTo /D (a00022_o1) >> + >> endobj +-3425 0 obj << ++3062 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [227.7329 624.7784 322.1578 635.6824] ++/Rect [113.91 598.504 258.148 609.408] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga4630aa1b7e08eac5b41be126194e84a1) >> ++/A << /S /GoTo /D (a00021) >> + >> endobj +-3426 0 obj << ++3063 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [325.9734 624.7784 392.7224 635.6824] ++/Rect [266.119 598.504 305.75 609.408] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++/A << /S /GoTo /D (a00022_o2) >> + >> endobj +-3427 0 obj << ++3065 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [267.5777 586.154 366.9841 597.058] ++/Rect [181.497 522.343 306.906 533.247] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga4fee4e3cea99e4a389c54a6c3f0c78ed) >> ++/A << /S /GoTo /D (a00040_ga9) >> + >> endobj +-3428 0 obj << ++3069 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [371.1932 586.154 463.9544 597.058] ++/Rect [158.732 451.986 305.211 462.865] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00019) >> + >> endobj +-3429 0 obj << ++3070 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [268.4713 535.5745 383.3793 546.4784] ++/Rect [310.691 451.986 458.824 462.865] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gabc0b9f4cae56a1303c38b2380086efc2) >> ++/A << /S /GoTo /D (a00022_o1) >> + >> endobj +-3430 0 obj << ++3073 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [387.8865 535.5745 480.6476 546.4784] ++/Rect [158.732 427.637 310.521 438.516] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00020) >> + >> endobj +-3431 0 obj << ++3074 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [224.7473 484.9949 306.4399 495.8989] ++/Rect [316.001 427.637 469.444 438.516] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2583f44cbdb5fff2ea40efdcf3975d3f) >> ++/A << /S /GoTo /D (a00022_o0) >> + >> endobj +-3432 0 obj << ++3077 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [312.2607 484.9949 405.0219 495.8989] ++/Rect [158.732 403.288 310.731 414.167] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00021) >> + >> endobj +-3433 0 obj << ++3078 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [232.8657 434.4154 320.6356 445.3193] ++/Rect [316.21 403.288 469.862 414.167] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa94fed35d2a598bc4a8657b6955b7bf5) >> ++/A << /S /GoTo /D (a00022_o2) >> + >> endobj +-3434 0 obj << ++3079 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [330.5176 434.4154 423.2788 445.3193] ++/Rect [113.91 355.267 147.723 364.114] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00029) >> + >> endobj +-3435 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [234.1883 383.8358 318.6505 394.7398] +-/Subtype /Link +-/A << /S /GoTo /D (a00056_ga59a07ecd8e74f2d4ee4271a1dbf0e4dd) >> ++3056 0 obj << ++/D [3054 0 R /XYZ 90 757.935 null] + >> endobj +-3436 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [329.1943 383.8358 421.9555 394.7398] +-/Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++801 0 obj << ++/D [3054 0 R /XYZ 90 739.935 null] + >> endobj +-3437 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [220.99 333.2563 300.471 344.1602] +-/Subtype /Link +-/A << /S /GoTo /D (a00056_ga42472a7b75ca79cae19f0611fdb849e6) >> ++294 0 obj << ++/D [3054 0 R /XYZ 90 739.935 null] + >> endobj +-3438 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [304.4123 333.2563 397.1735 344.1602] +-/Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++3057 0 obj << ++/D [3054 0 R /XYZ 90 643.357 null] + >> endobj +-3439 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [222.2663 282.6767 303.252 293.5806] +-/Subtype /Link +-/A << /S /GoTo /D (a00056_gae351afd7046295683112f0876cc782f1) >> ++3064 0 obj << ++/D [3054 0 R /XYZ 90 584.93 null] + >> endobj +-3440 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [307.8317 282.6767 400.5929 293.5806] +-/Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++3066 0 obj << ++/D [3054 0 R /XYZ 90 496.814 null] + >> endobj +-3441 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [221.6553 232.0971 299.4725 243.0011] +-/Subtype /Link +-/A << /S /GoTo /D (a00056_ga4d5786ea9561d9ddbf90bc0ce606c549) >> ++3067 0 obj << ++/D [3054 0 R /XYZ 90 472.486 null] + >> endobj +-3442 0 obj << ++3068 0 obj << ++/D [3054 0 R /XYZ 90 472.486 null] ++>> endobj ++3071 0 obj << ++/D [3054 0 R /XYZ 90 446.258 null] ++>> endobj ++3072 0 obj << ++/D [3054 0 R /XYZ 90 446.258 null] ++>> endobj ++3075 0 obj << ++/D [3054 0 R /XYZ 90 421.908 null] ++>> endobj ++3076 0 obj << ++/D [3054 0 R /XYZ 90 421.908 null] ++>> endobj ++3053 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 478 0 R /F11 482 0 R /F14 590 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++3083 0 obj << ++/Length 312 ++/Filter /FlateDecode ++>> ++stream ++xڝ=o w~#  .UMHNZXi}q"K1sy<-Dž* ++W.zh$\WaeVK\nzM4@Yțj ++\GO38yo+9Y\SVQ@r]pIBW@۪?cpa\8Zo8PKę  9%iYa{ </?71f/0}᏾s׉P2%WlJB|hqImPGwuhc> endobj ++3084 0 obj << ++/D [3082 0 R /XYZ 90 757.935 null] ++>> endobj ++3081 0 obj << ++/Font << /F28 362 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++3087 0 obj << ++/Length 1238 ++/Filter /FlateDecode ++>> ++stream ++xڵXM6Cd f)RhQ mm(RߺBi[-E}"iSEh=Hf% ?8Bd@( w悰d#U (XXϑPk{ö848SS9cs$4x A⊶jFDRgDھ^j=a/z 7>z,w6hRmUS4e]]r\!.,U _f_6}kmyUK$GI+6b޲_?w-peeۗIazisһ58d#e^rw^9V\q!+ط8IvY.j]n`XLe]?֜p(ct).Kl3AT2gv*~˜Vd^xhYܵ5@ 3ę0(i h.'=XvZ I*Yqg+gP./8{SVh&$r]{MhŶnфA"YζX<\8Npik :%]㌋7eEP}TWq O`եt"*Gݔ C8ˇ wÌ:+XB 3¬rZ> endobj ++3090 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [303.7466 232.0971 396.5078 243.0011] ++/Rect [145.731 377.082 266.547 387.986] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00058_ga44) >> + >> endobj +-3443 0 obj << ++3091 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [231.535 181.5176 322.6325 192.4215] ++/Rect [145.731 337.992 258.945 348.896] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga12d520387be74f849f191d7a06ac325c) >> ++/A << /S /GoTo /D (a00058_ga45) >> + >> endobj +-3444 0 obj << ++3093 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [331.8489 181.5176 424.6101 192.4215] ++/Rect [222.104 254.683 288.853 265.587] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-3445 0 obj << ++3094 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [240.3063 130.938 312.5847 141.842] ++/Rect [270.252 215.593 363.014 226.497] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga1ba1de709ee9a7cf5cc8ad2d9a1a81d4) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3446 0 obj << ++3096 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [322.6902 130.938 389.4392 141.842] ++/Rect [113.91 158.305 180.659 169.209] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-3447 0 obj << ++3097 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [420.6871 130.938 513.9963 141.842] ++/Rect [181.157 158.305 264.504 169.209] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00058_ga2) >> + >> endobj +-3448 0 obj << ++3098 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 118.9829 118.6724 129.8868] ++/Rect [113.91 119.216 180.659 130.119] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-3449 0 obj << ++3099 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [156.809 118.9829 249.5702 129.8868] ++/Rect [181.157 119.216 283.323 130.119] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00058_ga3) >> + >> endobj +-3420 0 obj << +-/D [3418 0 R /XYZ 90 757.9346 null] ++3088 0 obj << ++/D [3086 0 R /XYZ 90 757.935 null] + >> endobj +-3417 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F40 2073 0 R /F56 2749 0 R >> ++298 0 obj << ++/D [3086 0 R /XYZ 90 739.935 null] ++>> endobj ++833 0 obj << ++/D [3086 0 R /XYZ 90 524.065 null] ++>> endobj ++302 0 obj << ++/D [3086 0 R /XYZ 90 524.065 null] ++>> endobj ++3089 0 obj << ++/D [3086 0 R /XYZ 90 396.149 null] ++>> endobj ++3092 0 obj << ++/D [3086 0 R /XYZ 90 271.467 null] ++>> endobj ++3095 0 obj << ++/D [3086 0 R /XYZ 90 177.373 null] ++>> endobj ++3085 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 478 0 R /F11 482 0 R /F40 467 0 R /F14 590 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-3464 0 obj << +-/Length 2787 ++3102 0 obj << ++/Length 3189 + /Filter /FlateDecode + >> + stream +-x[]o#} ;oH,kY[-9R 9^(Eu|%y/Gb3c3KgZjbP]㯿?cK||~;03K5;XGPH`0;e8Xrs[7?/%o?=Z:+~otv~<[#g%Zݝ ه8 ʽ݌at؀p5DfTy#Q|$EtTHTNo޾~緯K O!%_Glfi!Rz!}$aɒzXg9 >MS2>kRd|q{+)Oj"|uu;+-$Z/2ǝb@Ub} ojlAM.L6Læl'ͳH>dsՈL6di5&+-|F!2Q?QGJF7cfпK@`+g0㟅?;yyT ='5,8Pᜋ|u'({2⟸*|A?41 +-5Oж7YXq?O1,vǬaIHQexcW+UIȎ {'K=.YI[TYOrRM>Jz\8SDGF[xQ56RxH#V&<8WhVˉER^ԩ^SW'!8n.*$ Fb9^Џzu%ue=_$+ 0G|aUO7s"0JԲ`.NFe^nIԓeގʼP>XQ/Rz.̠T Ҹ6Uu5 +-!_*ᨉR֛AKjj)ȠwvgFI@xyxlKĂ@$[T0TaZ":wbO9c,&Yj|Z/-Az>4Wcx@ϥrUhRl +-M/%o{:d$C>o08ob ҎLdHqau;tPuFޤ ^0BS+%Iɾ6D@xw=Fj|E_ o I4 ]qpZȑ&aC,L-7ƞbQxv;A] +-j( +-Pc&Wܝ4KWV48` +-y t>;(!]* Ҹ wwxn.~wO5Bq/R@phf 4Ԋ|A?!CC)pћ:z$\2„d ez{.84Jx 3s_כ-c63b}xc=6a:Sr?*L=Q ԰/Wxyb*g:SW۪}::;덺ϫT|`r^jFP?85xn?~gxj퓌1ҼWPmuwu.mvw^6/uu8zr]ui?r+9%?_Ӈf!_mN;V)N ߭ژOXvN:|1,][mnp]Ek ʟ::3qZ`f^7յݘn7;+.l +-usֽ> Ђx\!t~ ]ێk"X p0JʱN}۝vw%beW>׹qDc~O%H~_m]-8yn~`(7 _V+O>%خo:5tr*>sFlendstream ++x\Kϯ-R[?Rxo^זV*HQקAC$FJj#C7("GWԍr{#G;fV<_WXSj6hM^* 5>dn{<\? I>| ЫÁW{ˆu',Vh8kd"!y`,YIYYڀ9`J95傉b*:?VyP*|Qm_FǠoh}0FyP}n`i-ɂe ԩ]åa6K%ɒAiP-!!@W/n{-(NÀ)( lNm$~x;?rߚ ++BKc{tYRJ6zby Cz+)h+~A"R~br&4J֟9 QH,eJXTFv-*hzb& QcpjcҸ3a#1Vz(dZHkPou"αCS[)#8+26CmP^JXc^@b!vK]/Owzybx~m%W47 & {@NOM֊JsF=`a@yҀr %--@Qç$ڔit#Eu(5$zR0%Al%"e ¶ CHKP$ /zyMqҬ2;21Y(k \tDbC(#8;=4ŇcΑw| nȧ R"eׇQT`ц8_׬ 0Վpkf4-Di0 4!$|e*ͶCA,AܢOW>Ɩִ215Yrk)8zJ/k {@p1!K=]/HH(d>aNBILLedFd$"d$櫐yb28Y`Z4mpOL"T/iRƩ'&U!0yGL?U;q u<s x1>ŚBzS?Іݤr`~PB^b.zBZEG'&gr^Z!Ϙmv7>h/㳍t:5Y#5 kD&tK)VyR'g%CONr;go3Lޢx&-i)210#✎I+4F?19N^Z ([t6.P&+fvŽڸ#zŬ"+kb8+|O-ϟ%0R*> endobj +-3466 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [237.9881 726.8189 316.3536 737.7228] +-/Subtype /Link +-/A << /S /GoTo /D (a00056_gac2f7675dcf1b664a832413d9990d1bcf) >> +->> endobj +-3467 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [325.2995 726.8189 392.0485 737.7228] +-/Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++/Contents 3102 0 R ++/Resources 3100 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 3080 0 R ++/Annots [ 3104 0 R 3105 0 R 3106 0 R 3107 0 R 3108 0 R 3109 0 R 3110 0 R 3111 0 R 3112 0 R 3113 0 R 3114 0 R 3115 0 R 3116 0 R 3117 0 R 3118 0 R 3119 0 R 3120 0 R 3121 0 R 3122 0 R 3123 0 R 3124 0 R 3125 0 R 3126 0 R 3127 0 R 3128 0 R 3129 0 R 3130 0 R 3131 0 R 3132 0 R 3133 0 R 3134 0 R 3135 0 R 3136 0 R 3137 0 R 3138 0 R 3139 0 R 3140 0 R ] + >> endobj +-3468 0 obj << ++3104 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [420.6871 726.8189 513.9963 737.7228] ++/Rect [133.915 726.819 213.377 737.723] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00058_ga4) >> + >> endobj +-3469 0 obj << ++3105 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 714.8637 118.6724 725.7676] ++/Rect [217.192 726.819 283.941 737.723] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-3470 0 obj << ++3106 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [156.809 714.8637 249.5702 725.7676] ++/Rect [113.91 687.965 180.659 698.869] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-3471 0 obj << ++3107 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [233.1393 674.4086 324.2369 685.3126] ++/Rect [181.157 687.965 260.081 698.869] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga7618a962685d95564564ba07e9b2199b) >> ++/A << /S /GoTo /D (a00058_ga5) >> + >> endobj +-3472 0 obj << ++3108 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [330.7571 674.4086 397.5061 685.3126] ++/Rect [263.897 687.965 356.658 698.869] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3473 0 obj << ++3109 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [420.6871 674.4086 513.9963 685.3126] ++/Rect [133.915 649.11 217.162 660.014] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00058_ga6) >> + >> endobj +-3474 0 obj << ++3110 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 662.4535 118.6724 673.3574] ++/Rect [220.978 649.11 287.727 660.014] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-3475 0 obj << ++3111 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [156.809 662.4535 249.5702 673.3574] ++/Rect [304.833 649.11 397.594 660.014] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3476 0 obj << ++3112 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [238.4093 621.9984 315.6689 632.9023] ++/Rect [126.921 610.256 221.894 621.16] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga5743af61c30758df75aec29c12444616) >> ++/A << /S /GoTo /D (a00058_ga7) >> + >> endobj +-3477 0 obj << ++3113 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [324.8254 621.9984 391.5744 632.9023] ++/Rect [353.968 610.256 446.729 621.16] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3478 0 obj << ++3114 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [420.6871 621.9984 513.9963 632.9023] ++/Rect [126.921 571.402 221.336 582.306] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00058_ga8) >> + >> endobj +-3479 0 obj << ++3115 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 610.0432 118.6724 620.9471] ++/Rect [274.676 571.402 367.437 582.306] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3480 0 obj << ++3116 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [156.809 610.0432 249.5702 620.9471] ++/Rect [126.921 532.547 215.797 543.451] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00058_ga9) >> + >> endobj +-3481 0 obj << ++3117 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [238.618 569.5881 315.3296 580.4921] ++/Rect [219.613 532.547 286.362 543.451] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga4a8088d62755a083ffce9d592c9e3878) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-3482 0 obj << ++3118 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [324.5905 569.5881 391.3395 580.4921] ++/Rect [131.537 493.693 258.609 504.597] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++/A << /S /GoTo /D (a00058_ga10) >> + >> endobj +-3483 0 obj << ++3119 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [420.6871 569.5881 513.9963 580.4921] ++/Rect [420.687 493.693 513.996 504.597] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3484 0 obj << ++3120 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 557.633 118.6724 568.5369] ++/Rect [113.91 481.738 118.672 492.642] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3485 0 obj << ++3121 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.2302 517.1779 330.8378 528.0818] ++/Rect [126.921 442.884 253.435 453.788] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga575c27953709a8cb9a047aae65157526) >> ++/A << /S /GoTo /D (a00058_ga11) >> + >> endobj +-3486 0 obj << ++3122 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [338.9012 517.1779 431.6624 528.0818] ++/Rect [306.775 442.884 399.536 453.788] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3487 0 obj << ++3123 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [479.3564 517.1779 513.9963 528.0818] ++/Rect [126.921 404.029 247.896 414.933] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00058_ga12) >> + >> endobj +-3488 0 obj << ++3124 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 505.2227 177.3417 516.1267] ++/Rect [251.712 404.029 318.461 414.933] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-3489 0 obj << ++3125 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [222.6929 464.7676 327.6283 475.6716] ++/Rect [133.915 365.175 215.04 376.079] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaae29e14a926c198e8f91e6e4790621e7) >> ++/A << /S /GoTo /D (a00058_ga13) >> + >> endobj +-3490 0 obj << ++3126 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [332.4213 464.7676 425.1825 475.6716] ++/Rect [218.856 365.175 285.605 376.079] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-3491 0 obj << ++3127 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [479.3564 464.7676 513.9963 475.6716] ++/Rect [133.915 326.321 208.973 337.225] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00058_ga14) >> + >> endobj +-3492 0 obj << ++3128 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 452.8125 177.3417 463.7164] ++/Rect [212.789 326.321 279.538 337.225] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-3493 0 obj << ++3129 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [222.9054 412.3574 315.1086 423.2613] ++/Rect [133.915 287.466 215.608 298.37] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga4dd6a75ab63d33ef33bd626b0e489388) >> ++/A << /S /GoTo /D (a00058_ga15) >> + >> endobj +-3494 0 obj << ++3130 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [320.008 412.3574 412.7692 423.2613] ++/Rect [219.424 287.466 286.173 298.37] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-3495 0 obj << ++3131 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [453.3442 412.3574 513.9963 423.2613] ++/Rect [133.915 248.612 220.39 259.516] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00058_ga16) >> + >> endobj +-3496 0 obj << ++3132 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 400.4022 151.3295 411.3062] ++/Rect [224.206 248.612 290.955 259.516] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-3497 0 obj << ++3133 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [222.6967 359.9471 341.4601 370.8511] ++/Rect [133.915 209.758 244.938 220.662] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gac1cbd1e03f9986552243761e657e1752) >> ++/A << /S /GoTo /D (a00058_ga17) >> + >> endobj +-3498 0 obj << ++3134 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [346.2551 359.9471 439.0163 370.8511] ++/Rect [248.754 209.758 315.503 220.662] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-3499 0 obj << ++3135 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [479.3564 359.9471 513.9963 370.8511] ++/Rect [133.915 170.904 260.44 181.807] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00058_ga18) >> + >> endobj +-3500 0 obj << ++3136 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 347.992 177.3417 358.8959] ++/Rect [264.255 170.904 331.004 181.807] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-3501 0 obj << ++3137 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [220.577 307.5369 318.8575 318.4408] ++/Rect [133.915 132.049 208.963 142.953] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gadd3aa325f2d6a17b5aa3b3be9c740da0) >> ++/A << /S /GoTo /D (a00058_ga19) >> + >> endobj +-3502 0 obj << ++3138 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [322.5922 307.5369 415.3534 318.4408] ++/Rect [212.779 132.049 279.528 142.953] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-3503 0 obj << ++3139 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [453.3442 307.5369 513.9963 318.4408] ++/Rect [133.915 93.195 236.071 104.099] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00058_ga20) >> + >> endobj +-3504 0 obj << ++3140 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 295.5817 151.3295 306.4857] ++/Rect [239.887 93.195 306.636 104.099] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> +->> endobj +-3465 0 obj << +-/D [3463 0 R /XYZ 90 757.9346 null] +->> endobj +-834 0 obj << +-/D [3463 0 R /XYZ 90 255.6604 null] +->> endobj +-838 0 obj << +-/D [3463 0 R /XYZ 90 163.2267 null] ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-3362 0 obj << +-/D [3463 0 R /XYZ 90 138.5383 null] +->> endobj +-842 0 obj << +-/D [3463 0 R /XYZ 90 138.5383 null] ++3103 0 obj << ++/D [3101 0 R /XYZ 90 757.935 null] + >> endobj +-3462 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F40 2073 0 R /F56 2749 0 R /F50 2369 0 R /F44 2087 0 R >> ++3100 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 467 0 R /F44 478 0 R /F14 590 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-3517 0 obj << +-/Length 1624 ++3143 0 obj << ++/Length 3190 + /Filter /FlateDecode + >> + stream +-xڽXI6W!2PE%6+if\E%GK&(8mK[?IdG ^"F r=,_/{/OZ&(T.7N$HPBCjek{ZS=I,V6o/7`>eμ]`%wpI<,8ef\ Xa`8C6Eo!f:cŜpPIQskUq/ˣ]"J1|7{,A"CUc>h/\`uWfa2^w6M%miQ4a +-D] 8!n +-Fltt]E{#%M")vG\ SWl_fsP]ih +-53/ϭܱoC9~ ̳6Ӭ5Lb9p;_οEQ毋ߞ_xύJVЖʼSZ,Up1↛7n< ~TmYA?E-۴?9 i +-(:e)_735; MÑ[ Eq6qkR^33mHБd}$v/}.O!9q22'nՆ&y |R8fMvCd̀\_& b'+IBv8FRp^= QB$ 1JM]J$yEQ,p2c3v"02.7+Nz Q3O12 <~3$Rd}S0:+n̐ ]1Eſlln[7MjD +OzJw[qw&2Âw}M&ghs2;X-xyQ~ѳw5/ƿA8Bendstream ++x\K#ϯ|÷$8lf Lό44OQMn|0|>V5buKlA?pta!N ]<«?ް-}7ۅ#Nۇ5#-Wt~sz^_?l]כ;]v;,s_t,%Ͽ=,J7%̹"Ϳ/6^LRE[n$ QpLs B҅Ok ++Q?nov݊x_y8Z`Gv4r w]$\dSpf~jY", `H.ԚDhWn\4 f8њ׷%e)6lK>lKI j,WVIj&#~s?!e<'oMJ8Ȥ߽/׻cwz9={ݮr{+;Jt%\ #Ojh BDP&'A8!8#:A$~OmXqE1*r2V!N)V)Ve^kPQ67D'A8s"#Mû {dDpAT`*`Rbim 5 ++V]P `)ᜀeҏLNrn{H\ 1(9C]R,;F#'W,n;09`pjRˌӬ{T@%o G=nGM\scB/}եB5Is\ђCUtd3-D70¨ n яLta{&k 3h"]6(%pSL6tv0b\:f׺@"CN02B#ڒ֟7ugDʉԂK`|p)E ۤpxpvWOosnN 8-x~cς? Iendstream + endobj +-3516 0 obj << ++3142 0 obj << + /Type /Page +-/Contents 3517 0 R +-/Resources 3515 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 3505 0 R +-/Annots [ 3519 0 R 3520 0 R ] ++/Contents 3143 0 R ++/Resources 3141 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 3080 0 R ++/Annots [ 3145 0 R 3146 0 R 3147 0 R 3148 0 R 3149 0 R 3150 0 R 3151 0 R 3152 0 R 3153 0 R 3154 0 R 3155 0 R 3156 0 R 3157 0 R 3158 0 R 3159 0 R 3160 0 R 3161 0 R 3162 0 R 3163 0 R 3164 0 R 3165 0 R 3166 0 R 3167 0 R 3168 0 R 3169 0 R 3170 0 R 3171 0 R 3172 0 R 3173 0 R 3174 0 R 3175 0 R 3176 0 R 3177 0 R 3178 0 R 3179 0 R 3180 0 R 3181 0 R 3182 0 R 3183 0 R 3184 0 R 3185 0 R ] + >> endobj +-3519 0 obj << ++3145 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [106.7172 568.3336 227.5332 597.3994] ++/Rect [133.915 703.198 252.141 714.102] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga3f6861045a8029ade373510ffa727d2a) >> ++/A << /S /GoTo /D (a00058_ga21) >> + >> endobj +-3520 0 obj << ++3146 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [307.0343 224.3452 393.1305 235.2491] ++/Rect [255.956 703.198 322.705 714.102] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga8e7035fe555ef96921bfb98e08519bc7) >> +->> endobj +-3518 0 obj << +-/D [3516 0 R /XYZ 90 757.9346 null] +->> endobj +-3363 0 obj << +-/D [3516 0 R /XYZ 377.4388 676.4821 null] +->> endobj +-846 0 obj << +-/D [3516 0 R /XYZ 90 657.2102 null] +->> endobj +-850 0 obj << +-/D [3516 0 R /XYZ 90 552.2147 null] +->> endobj +-2242 0 obj << +-/D [3516 0 R /XYZ 90 525.0941 null] +->> endobj +-854 0 obj << +-/D [3516 0 R /XYZ 90 525.0941 null] +->> endobj +-2553 0 obj << +-/D [3516 0 R /XYZ 90 482.8817 null] +->> endobj +-858 0 obj << +-/D [3516 0 R /XYZ 90 465.7666 null] +->> endobj +-862 0 obj << +-/D [3516 0 R /XYZ 90 441.043 null] +->> endobj +-3411 0 obj << +-/D [3516 0 R /XYZ 90 416.0714 null] +->> endobj +-866 0 obj << +-/D [3516 0 R /XYZ 90 416.0714 null] +->> endobj +-3364 0 obj << +-/D [3516 0 R /XYZ 90 359.6204 null] +->> endobj +-870 0 obj << +-/D [3516 0 R /XYZ 90 342.5053 null] +->> endobj +-3365 0 obj << +-/D [3516 0 R /XYZ 397.7133 227.4982 null] +->> endobj +-874 0 obj << +-/D [3516 0 R /XYZ 90 208.2263 null] +->> endobj +-3506 0 obj << +-/D [3516 0 R /XYZ 90 165.7439 null] +->> endobj +-878 0 obj << +-/D [3516 0 R /XYZ 90 148.6288 null] +->> endobj +-3507 0 obj << +-/D [3516 0 R /XYZ 90 94.1912 null] +->> endobj +-3515 0 obj << +-/Font << /F28 1626 0 R /F44 2087 0 R /F22 1616 0 R /F14 2206 0 R /F50 2369 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-3523 0 obj << +-/Length 1578 +-/Filter /FlateDecode +->> +-stream +-xXKoFW(fgߛ[j @X@i`0-Hw\R$=A,~?[:R˅/#:^#3u':zɀ˯I:{Rn]ogy+ϫ#'otD>(=Pֲv$o^6>@ d~Y _u*"Zɇ??~u{Whɏ)ɒed(]YYE%L)/^@hKDԳz8k0R*׻/(AxL(O|,;7xN?Le(eT<&]pV%P\ɹf߲rOANVS9$K]@6.f_ (<o9IX `BNؒhpj{dP $*.Ā.Ǒzg:k5YQ-&(wC(Sp@(](LnbD  l7%:g=gO]D@294K6hJT-܆de$KP! /LugIc  e+U%.cJZ eeE ogL5a7'@{,~ԢE|.ב}0I<)Ai,6%zx@8> +-B6LCXM=aZbbІTO d)&)h951 R3Dj{K"eiR#0e`/`Dxb,&,&{o3Oܜ㲊̡%j B&LlPf^ a}Z( +- +- ߆(ͣtcǂT,(κ XqDI/? +- F/ǫ$ AE 쇄 v.iPVV899t AagĈ9!PPLuplawF V 'X +-j^a4\USU*Cv81ĥkg*Y5W`e*on^E@0+[t?$` /}MOdr +-Fhvη=P /fZEҲ߷˧R"NY{e!P%V dU֩*<(M!68hS$ʓ@$uV煟 Rbz>{! r=+ s&4 u{ҵ&B¯}>J8u%v$+kÛ4,Ubmx|*?4)Ϧ`T s^yKP/ȔEBH AvAJ~ +-6y-ӢMC8ٽ0 `NG09{K7M|}a.U$F~W8\Gh{ODQPfiJ5&2:vgJg5F%YQK|C+}q~`BKu@տXka^3ՙ|BƯ6I`+V`]g> endobj +-3524 0 obj << +-/D [3522 0 R /XYZ 90 757.9346 null] +->> endobj +-882 0 obj << +-/D [3522 0 R /XYZ 90 739.9346 null] +->> endobj +-3403 0 obj << +-/D [3522 0 R /XYZ 90 690.688 null] +->> endobj +-886 0 obj << +-/D [3522 0 R /XYZ 90 672.0033 null] +->> endobj +-3450 0 obj << +-/D [3522 0 R /XYZ 90 557.7681 null] +->> endobj +-890 0 obj << +-/D [3522 0 R /XYZ 90 539.0834 null] +->> endobj +-3451 0 obj << +-/D [3522 0 R /XYZ 90 496.6209 null] +->> endobj +-894 0 obj << +-/D [3522 0 R /XYZ 90 477.9362 null] +->> endobj +-3514 0 obj << +-/D [3522 0 R /XYZ 90 423.1847 null] +->> endobj +-898 0 obj << +-/D [3522 0 R /XYZ 90 404.5 null] +->> endobj +-3513 0 obj << +-/D [3522 0 R /XYZ 453.8618 334.281 null] +->> endobj +-902 0 obj << +-/D [3522 0 R /XYZ 90 313.4395 null] +->> endobj +-3368 0 obj << +-/D [3522 0 R /XYZ 462.9668 243.2204 null] +->> endobj +-906 0 obj << +-/D [3522 0 R /XYZ 90 222.3789 null] +->> endobj +-3367 0 obj << +-/D [3522 0 R /XYZ 90 167.6274 null] +->> endobj +-910 0 obj << +-/D [3522 0 R /XYZ 90 148.9427 null] +->> endobj +-3409 0 obj << +-/D [3522 0 R /XYZ 90 94.1912 null] ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-3521 0 obj << +-/Font << /F28 1626 0 R /F50 2369 0 R /F22 1616 0 R /F44 2087 0 R /F14 2206 0 R >> +-/ProcSet [ /PDF /Text ] ++3147 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [133.915 664.922 208.405 675.826] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga22) >> + >> endobj +-3527 0 obj << +-/Length 1417 +-/Filter /FlateDecode +->> +-stream +-xXYoF~ׯ[%ys!H#-Q6[tD}g\YpoYH(Abi& ,\_>=e>yJN"d05jrZMV&Ljnɚ*go'/{++p6>O>| +-y;[#[ev"7{=EA, `j p$,J_~Xxy//|h΀Nbo7rqY4fRT#%+Iy%[c C +EL Rvү18Rh"@!ҋ͵כ7U]*~qڋ3&]2ik\Wu/˿eS{Uifw^mQծcmmQe6c|h6+6 -I"S +-RzdK/2@(&eUͣQ}3)7mӯhLfYx[WeY:9$c:IIB9&iuQBC0Pu$y7ΥMeDsKE T \ksӐε-hqJĀB;H Z!QzVl)D+D׌0;"]plWx^4xg5]>Ȯe.*'!<;@k9|~"Zre[U"'BRR "{]]MpjUXa'۬')"5e'Pk"*j9 Is^ɥ +-nw t`P체x(*h@[YQ|PXD"  &(Qbj5DCp#{0vZvN%A7`0CT,=>wu1 NVq#ԇK(gps!òVo[VPCgHx^=O\鰻&\Etk9뾈#-;@6L>ƿوтP!9Aj揋`Y9] wDu’ppN@ˍQ-byؘ܆6S n83ҞKBe8)n&{f`(b0V ZQ-riW.f!Ès!܆u +-C,va׭V&-FýH> + >> endobj +-3528 0 obj << +-/D [3526 0 R /XYZ 90 757.9346 null] ++3149 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [133.915 626.646 235.513 637.55] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga23) >> + >> endobj +-914 0 obj << +-/D [3526 0 R /XYZ 90 739.9346 null] ++3150 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [239.329 626.646 306.078 637.55] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-3457 0 obj << +-/D [3526 0 R /XYZ 90 691.318 null] ++3151 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [133.915 588.37 228.34 599.274] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga24) >> + >> endobj +-918 0 obj << +-/D [3526 0 R /XYZ 90 673.9158 null] ++3152 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [232.156 588.37 298.905 599.274] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-3366 0 obj << +-/D [3526 0 R /XYZ 90 575.6195 null] ++3153 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [172.58 550.095 271.986 560.998] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga25) >> + >> endobj +-922 0 obj << +-/D [3526 0 R /XYZ 90 558.2172 null] ++3154 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [275.802 550.095 368.563 560.998] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3413 0 obj << +-/D [3526 0 R /XYZ 90 513.6201 null] ++3155 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [172.58 511.819 287.488 522.723] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga26) >> + >> endobj +-926 0 obj << +-/D [3526 0 R /XYZ 90 496.2178 null] ++3156 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [291.304 511.819 384.065 522.723] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3412 0 obj << +-/D [3526 0 R /XYZ 90 441.7227 null] ++3157 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [126.921 473.543 208.614 484.447] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga27) >> + >> endobj +-930 0 obj << +-/D [3526 0 R /XYZ 90 424.3204 null] ++3158 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [212.43 473.543 305.191 484.447] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3510 0 obj << +-/D [3526 0 R /XYZ 90 369.8254 null] ++3159 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [126.921 435.267 214.691 446.171] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga28) >> + >> endobj +-934 0 obj << +-/D [3526 0 R /XYZ 90 352.4231 null] ++3160 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [218.507 435.267 311.268 446.171] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3512 0 obj << +-/D [3526 0 R /XYZ 90 297.9281 null] ++3161 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [126.921 396.991 211.384 407.895] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga29) >> + >> endobj +-938 0 obj << +-/D [3526 0 R /XYZ 90 280.5258 null] ++3162 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [215.199 396.991 307.96 407.895] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3456 0 obj << +-/D [3526 0 R /XYZ 90 226.0307 null] ++3163 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [126.921 358.716 206.402 369.619] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga30) >> + >> endobj +-942 0 obj << +-/D [3526 0 R /XYZ 90 208.6284 null] ++3164 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [210.218 358.716 302.979 369.619] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3511 0 obj << +-/D [3526 0 R /XYZ 90 166.0885 null] ++3165 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [126.921 320.44 207.907 331.344] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga31) >> + >> endobj +-946 0 obj << +-/D [3526 0 R /XYZ 90 148.6863 null] ++3166 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [211.723 320.44 304.484 331.344] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3454 0 obj << +-/D [3526 0 R /XYZ 90 94.1912 null] ++3167 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [126.921 282.164 204.739 293.068] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga32) >> + >> endobj +-3525 0 obj << +-/Font << /F28 1626 0 R /F50 2369 0 R /F22 1616 0 R /F44 2087 0 R >> +-/ProcSet [ /PDF /Text ] ++3168 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [208.554 282.164 301.315 293.068] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3531 0 obj << +-/Length 1367 +-/Filter /FlateDecode +->> +-stream +-xڽXKo8Wh+7{&iEn -Vb&ߡ)*B"Z| ?H,MrzDk)OOG/^3XbSjA X2]|'LNR&x÷ZnLR(ѓwicvGrڿ_i@ލ(,Ya}/vv%-KI +-8<8{nq^T˻U9̷۬_T 1/m*%my'R@^7/q7 -b_"Zp|Q +-hΠAbm@ e&в;Dq|Y6~lr| Ҧ TپWm Wz3ԶʫN=Іӈ.Q2ĂVaaRf˜nZVW+?0J`ƥY &h\u> +- +-(~xljcn8Q7sCTl}S=LHc:I$~i&uVonY@N?«ú /_(eY;:s@"D0=m7PD2E,e Ru % wVn\m6V絽QM4 5b|YQQF*<'M&ǽ]5( "8Vj_S}@EۊMLhmpZkd#j5Ps47j 8 +-kJ2/06omqbCV#a-5a( +-SQ 7b'`.,Ȑ1]ll'nhYJ(2C76 +-KrNG#( VjQKDgUvh&DioV,Z>`nWձG\ǐ_w^af@c8 zp2"rN\<*z2( +- =Ŷ:ֱ#+GVnr0ocdFDPDfj;h =%ayEvxq7pGhApkFLhbv萹w,V85X%gI[:gm0I18sM"ģUtCuħ1~ _APS*)1q^>{82;+@*f[qr[꼼Ί~܍h$vq6endstream +-endobj +-3530 0 obj << +-/Type /Page +-/Contents 3531 0 R +-/Resources 3529 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 3505 0 R ++3169 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [126.921 243.888 218.019 254.792] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga33) >> + >> endobj +-3532 0 obj << +-/D [3530 0 R /XYZ 90 757.9346 null] ++3170 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [221.834 243.888 314.596 254.792] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-950 0 obj << +-/D [3530 0 R /XYZ 90 739.9346 null] ++3171 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [138.314 205.612 210.592 216.516] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga34) >> + >> endobj +-3455 0 obj << +-/D [3530 0 R /XYZ 90 690.9 null] ++3172 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [218.807 205.612 285.556 216.516] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-954 0 obj << +-/D [3530 0 R /XYZ 90 673.2757 null] ++3173 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [312.549 205.612 405.31 216.516] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3459 0 obj << +-/D [3530 0 R /XYZ 90 630.6914 null] ++3174 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [453.344 205.612 513.996 216.516] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-958 0 obj << +-/D [3530 0 R /XYZ 90 613.067 null] ++3175 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [113.91 193.657 151.33 204.561] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3458 0 obj << +-/D [3530 0 R /XYZ 90 512.7466 null] ++3176 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [137.378 155.381 215.743 166.285] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga35) >> + >> endobj +-962 0 obj << +-/D [3530 0 R /XYZ 90 495.1222 null] ++3177 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [223.021 155.381 289.77 166.285] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-3509 0 obj << +-/D [3530 0 R /XYZ 90 382.8466 null] ++3178 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [314.656 155.381 407.417 166.285] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-966 0 obj << +-/D [3530 0 R /XYZ 90 365.2222 null] ++3179 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [453.344 155.381 513.996 166.285] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3410 0 obj << +-/D [3530 0 R /XYZ 90 310.6827 null] ++3180 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [113.91 143.426 151.33 154.33] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-970 0 obj << +-/D [3530 0 R /XYZ 90 293.0583 null] ++3181 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [135.419 105.15 226.516 116.054] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga36) >> + >> endobj +-3461 0 obj << +-/D [3530 0 R /XYZ 90 238.5189 null] ++3182 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [231.836 105.15 298.585 116.054] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-974 0 obj << +-/D [3530 0 R /XYZ 90 220.8945 null] ++3183 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [319.063 105.15 411.825 116.054] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3414 0 obj << +-/D [3530 0 R /XYZ 90 166.3551 null] ++3184 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [453.344 105.15 513.996 116.054] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-978 0 obj << +-/D [3530 0 R /XYZ 90 148.7307 null] ++3185 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [113.91 93.195 151.33 104.099] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3416 0 obj << +-/D [3530 0 R /XYZ 90 94.1912 null] ++3144 0 obj << ++/D [3142 0 R /XYZ 90 757.935 null] + >> endobj +-3529 0 obj << +-/Font << /F28 1626 0 R /F50 2369 0 R /F22 1616 0 R /F44 2087 0 R >> ++3141 0 obj << ++/Font << /F28 362 0 R /F40 467 0 R /F44 478 0 R /F22 352 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-3535 0 obj << +-/Length 1810 ++3188 0 obj << ++/Length 1974 + /Filter /FlateDecode + >> + stream +-xX[o6~ ,7t-֭)lӶ0YtY,9t6)^$S d +-%j?-T߼ŰÏד篩&(TN7 A ^̴/aJ>67x\{S4iɫ~o`5|k0#h1H~) ~ EPTn/!*G c<{n^z+ؚlmlweMmݴyYl]߱㞍a#13qdQ.Ama֑9Jyؔ#IŲY%C O}ZJ$8NtHp<SXQw9ʸ=a$ L:,hvn'urq͑E48dJL#&dX6 kh VLp +-&N(*%u8Op&**-PP #l$3yf0З3:v:hQyZ#@V͜7ԵT> p1QĔ{l]` +-^G&u4gE_rL=BT~4i߹}lS3~TSŪcg]lk8QY0}XkD$w:ֱldpCoGE=nQ@I^qWY@4+FWpCeCY28MQ{}}m6]öpi\ZyOGP @*VQ)gCNo=kBP(&EB7n)LuzqKP4Tz׼MmN}Dgൣ;.{o#n:endstream ++xZێ6}W,9-mEQ pʮnJ-2bE/؇9!yfHQ9s-R3>Żf">W_]Ͼx n7r~~A̯o~_+֊ŷRnQ}?׫k~ݯB4^nb};Nn7ŖkiBoЃgIx͙~~?S v糍C+n~aLh9ZmB>n !bw76Շ$.(m0H HDT˲D\D*<@&>LZQA)?,M|fnnfG⨤ձa>"XwXc-&:-0n.] ++p)# @l C ++KHcۈM4}dۦG~qiB' Iا^ACz h(;iɞߧ^#c;눡/2jϺRh&;/.iqva6 2J/ ++O dVdt=BHz |F1_{Be?J o ?b(݀tyâPT/QQ@uB͛*xC=Ss)PMMy7(L)lM0fpP4=6٠iɾh7ᦺk0e>a64L[{P4=s8O dh0\^bbMN|xi\] tL+'.9B+'q|͊z`U1PW[1]M"]UU;DmOͱ1au8I#L8FRk;Uja}偕r1r{E-EEHԨtJ2wLmj_}cfG0dp$ zd;KS{BOP&{rl c -RqSBR?a(jH(j;* )@M*̪fQVeFO5) ++V,s"?Bbi\>)-!@ȈmL{ʹc޾!>r>AV A4YʼO`73XLNR^'.-0>Q ;K=ׂ:<.VP+;Q&-Z&HMe m~U<|g\)ޞW7Qɷdzov7UqT/gB$L[J6lMךmnpL/ 7 BC& ;Z L7A9AƽN]VwAyѯ&s[xAqŠߴXBh ++skiala/t$SLŝk|%EuZmU:lc> ++PtA.W_?gtXq:={6t;SCxaj1\:}U,kt6NHK-/.x "hT*>S:m*A endstream + endobj +-3534 0 obj << ++3187 0 obj << + /Type /Page +-/Contents 3535 0 R +-/Resources 3533 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 3505 0 R +->> endobj +-3536 0 obj << +-/D [3534 0 R /XYZ 90 757.9346 null] +->> endobj +-982 0 obj << +-/D [3534 0 R /XYZ 90 739.9346 null] +->> endobj +-3415 0 obj << +-/D [3534 0 R /XYZ 90 690.6348 null] +->> endobj +-986 0 obj << +-/D [3534 0 R /XYZ 90 671.6843 null] ++/Contents 3188 0 R ++/Resources 3186 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 3080 0 R ++/Annots [ 3190 0 R 3191 0 R 3192 0 R 3193 0 R 3194 0 R 3195 0 R 3196 0 R 3197 0 R 3198 0 R 3199 0 R 3200 0 R 3201 0 R 3202 0 R 3203 0 R 3204 0 R 3205 0 R 3206 0 R 3207 0 R 3208 0 R 3209 0 R 3210 0 R 3211 0 R 3212 0 R ] + >> endobj +-2871 0 obj << +-/D [3534 0 R /XYZ 90 616.8796 null] ++3190 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [137.548 702.909 214.807 713.812] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga37) >> + >> endobj +-990 0 obj << +-/D [3534 0 R /XYZ 90 597.929 null] ++3191 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [222.256 702.909 289.005 713.812] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-3369 0 obj << +-/D [3534 0 R /XYZ 230.352 527.6568 null] ++3192 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [314.273 702.909 407.035 713.812] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-994 0 obj << +-/D [3534 0 R /XYZ 90 506.5494 null] ++3193 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [453.344 702.909 513.996 713.812] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3404 0 obj << +-/D [3534 0 R /XYZ 90 362.327 null] ++3194 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [113.91 690.953 151.33 701.857] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-998 0 obj << +-/D [3534 0 R /XYZ 90 343.3764 null] ++3195 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [133.915 652.099 210.627 663.003] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga38) >> + >> endobj +-3406 0 obj << +-/D [3534 0 R /XYZ 217.3409 273.438 null] ++3196 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [214.443 652.099 281.192 663.003] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-1002 0 obj << +-/D [3534 0 R /XYZ 90 252.3307 null] ++3197 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [298.287 652.099 391.048 663.003] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3405 0 obj << +-/D [3534 0 R /XYZ 90 197.526 null] ++3198 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [126.921 613.245 228.529 624.149] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga39) >> + >> endobj +-1006 0 obj << +-/D [3534 0 R /XYZ 90 178.5754 null] ++3199 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [232.345 613.245 325.106 624.149] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3407 0 obj << +-/D [3534 0 R /XYZ 191.05 96.348 null] ++3200 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [363.242 613.245 456.004 624.149] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3533 0 obj << +-/Font << /F28 1626 0 R /F50 2369 0 R /F22 1616 0 R /F44 2087 0 R /F14 2206 0 R >> +-/ProcSet [ /PDF /Text ] ++3201 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [128.532 574.39 233.468 585.294] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga40) >> + >> endobj +-3539 0 obj << +-/Length 2000 +-/Filter /FlateDecode +->> +-stream +-xڵYmD_).۝}_>rmADQr9;mzm/;E{̳8KKZjbP.xԷ7x5n53KKbjyXHly +-8aja8/5,_49Q{eHwc{,Mʏ Xcw/^ݵ-H!kt[~A F.JZ|^ƛ/ϋuP$$kB>GBAFb<~}7?}u;Tj WOn{q[FşE\nbt./^Kµ&BO[x GXn#eiQ 잢?PD0I< @b5U\y Aג(&u3Cfh /6b1jb*k(/c_Mqwc]F,}h.fy\<+h?&(V^[%3J!Ә "2.tz8WSZ$5ꐹ}zeۤ|ڞη+"dSnWb("x<M1G>-. ɍ_===yc>TPhPFuD<ҙ +-2l RF@E5EѦk5n%!ZcM;i1t 80Z`.ϫ9mx^(Fh˜$Ӭ6,q2O;fWq=g.7#n4|! eZYcg9BߚY/_3eÄ<HΛ5ڠ&E4ֹ S{:\ې`[…8"̤4X,, lBD?q56dad;LSekgGWG7 +-AHq( UE;Z7`aCR@wQx né}ux}Jwe :ƌ;,p-C TqFשĘ>0G[9pK\%%1\$5?`a' r}mS`k?pnO%6UrU^QEnZ8ݫ- LAݎ{i'Ȟ__~ps|([Bb2Qhf0%T14kmzq >ejEe'k|Ep3f +-v);K|ӱlPp|jApTI,lr ]8I+ım ZaVl֪Ȝ/b\eU'Y9FLEJ !v t (W˕`sOݻMw*d. WFJcݚuv?޾QTYϓhG֮cD1A3h +I5Vr`B.1\%˯q Rj6#t٬u6BDŽ :(tPzrig c=JV3 A.(]~p.Q'Z` +-K&JyJ(:CJX<EaZe؇[uP`;P@1lf몫7c^IMF֬~AִS֘5* gpP{ ]؋Rdz#D8q3JEȍ`ZG06~Ns +-8bmyT6YwwO'e\_͕(]?쾏Ol:\ſ"[/q:̂ ࿏Q|endstream +-endobj +-3538 0 obj << +-/Type /Page +-/Contents 3539 0 R +-/Resources 3537 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 3549 0 R +-/Annots [ 3543 0 R 3544 0 R 3545 0 R 3546 0 R 3547 0 R 3548 0 R ] ++3202 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [238.895 574.39 331.656 585.294] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3543 0 obj << ++3203 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [223.1493 197.871 378.7443 208.775] ++/Rect [387.256 574.39 480.017 585.294] + /Subtype /Link +-/A << /S /GoTo /D (a00057_ga39454e6013441d32e58ef4c4fcba7e4b) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3544 0 obj << ++3204 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [385.303 197.871 459.8031 208.775] ++/Rect [126.921 523.581 219.125 534.485] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga41) >> + >> endobj +-3545 0 obj << ++3205 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [221.9986 185.9159 312.5382 196.8198] ++/Rect [222.94 523.581 315.701 534.485] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3546 0 obj << ++3206 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [214.8505 132.4041 382.0618 143.3081] ++/Rect [353.838 523.581 446.599 534.485] + /Subtype /Link +-/A << /S /GoTo /D (a00057_ga6df504b2f5440b527be05cdad6b1655e) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3547 0 obj << ++3207 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [385.8542 132.4041 460.3543 143.3081] ++/Rect [136.53 484.727 255.293 495.631] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga42) >> + >> endobj +-3548 0 obj << ++3208 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [214.1229 120.449 278.6503 131.3529] ++/Rect [268.718 484.727 361.479 495.631] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3540 0 obj << +-/D [3538 0 R /XYZ 90 757.9346 null] ++3209 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [421.235 484.727 513.996 495.631] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-1010 0 obj << +-/D [3538 0 R /XYZ 90 739.9346 null] ++3210 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [126.921 433.917 225.202 444.821] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga43) >> + >> endobj +-3453 0 obj << +-/D [3538 0 R /XYZ 90 690.9028 null] ++3211 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [229.018 433.917 321.779 444.821] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-1014 0 obj << +-/D [3538 0 R /XYZ 90 673.2925 null] ++3212 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [359.915 433.917 452.677 444.821] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3452 0 obj << +-/D [3538 0 R /XYZ 90 618.7558 null] ++3189 0 obj << ++/D [3187 0 R /XYZ 90 757.935 null] + >> endobj +-1018 0 obj << +-/D [3538 0 R /XYZ 90 601.1455 null] ++3213 0 obj << ++/D [3187 0 R /XYZ 90 396.597 null] + >> endobj +-3460 0 obj << +-/D [3538 0 R /XYZ 90 546.6088 null] ++3186 0 obj << ++/Font << /F28 362 0 R /F40 467 0 R /F44 478 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] + >> endobj +-1022 0 obj << +-/D [3538 0 R /XYZ 90 528.9985 null] ++3216 0 obj << ++/Length 1079 ++/Filter /FlateDecode ++>> ++stream ++xW[F~ExՆR8{҆yJQdH$G910B /~Xa+k`44ҒyC$HPm|he=ߧYbOCR$<Ô*P|ھY:_ެ0b:{Xq9[a  pĸl#}d: H1(=ˢօ}lOi^'ei[I$=Fީ99G~z 8ۦL*"|ݽY9yH7~qvٻHC ++JzR\;v(jr~+L3ݷre\x˳!%ϸ@1]g ++d^iDIs`r,Di!Bܴ㈄ ]/'Gрo;vbKY0>R*fOpKZe0,4V#iNR>نYT8mIzᤗ쐴3Uz73 ]|T4zFC-I,C5G\q3 >7WLUsn7SQ-ne3%2|d5k"X+a@S^ ӢLRdz 4p20|8'c'=dM+82:2  dާ ++ Vu`FZ@ͱF'pgLF\oCղ}fE@L(spqRUEix~ܧQ0;pt֤P L"fvS9 " aodbD!Ll/Jݘ7S$y"ⶥMRG$-eTqd/?ڑ&kAfBb3!}.=9' q~XJ!O04pŠ>DWKy40ک*,Q>#ǫMes}(ʇ5H-&ۨ%iNso` s_ro ++e2o Xo4}Z밁F3,|kS||>we[> endobj +-3508 0 obj << +-/D [3538 0 R /XYZ 90 428.6996 null] ++3219 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [160.382 571.534 288.839 582.437] ++/Subtype /Link ++/A << /S /GoTo /D (a00064_ga0) >> + >> endobj +-1026 0 obj << +-/D [3538 0 R /XYZ 90 411.0892 null] ++3220 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [296.792 571.534 371.292 582.437] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3408 0 obj << +-/D [3538 0 R /XYZ 90 356.5525 null] ++3221 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [113.91 559.578 178.438 570.482] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-1030 0 obj << +-/D [3538 0 R /XYZ 90 338.9422 null] ++3217 0 obj << ++/D [3215 0 R /XYZ 90 757.935 null] + >> endobj +-3541 0 obj << +-/D [3538 0 R /XYZ 90 296.3607 null] ++834 0 obj << ++/D [3215 0 R /XYZ 90 739.935 null] + >> endobj +-1034 0 obj << +-/D [3538 0 R /XYZ 90 277.6296 null] ++306 0 obj << ++/D [3215 0 R /XYZ 90 739.935 null] + >> endobj +-3542 0 obj << +-/D [3538 0 R /XYZ 90 218.1721 null] ++3218 0 obj << ++/D [3215 0 R /XYZ 90 590.483 null] + >> endobj +-3537 0 obj << +-/Font << /F28 1626 0 R /F50 2369 0 R /F14 2206 0 R /F22 1616 0 R /F44 2087 0 R /F40 2073 0 R /F56 2749 0 R >> ++3222 0 obj << ++/D [3215 0 R /XYZ 90 522.258 null] ++>> endobj ++3214 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 478 0 R /F11 482 0 R /F40 467 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-3554 0 obj << +-/Length 2059 ++3226 0 obj << ++/Length 1096 + /Filter /FlateDecode + >> + stream +-xZK o-3E فYZv~}(K,yӛC`ŪŪX?Y:R˅wt/_?#33Kbj4( =n>-],9p74^,2*<[|~cc!g׻Ol`[#g/xC Xf;xI~_T"OX)Y i?)%PJOٺ?ac A%]@k(á]$g tk)uCJAF,*:~&>\kcɁDs {aA_ !^"_FV+zʢNB ͜|IL` I{U \"UD/{%Fbhۍ~%6ߞ3Cm)\x(t|>Q2?(s ]|]TW?5K?-9n,&T!:FDcRɀi-hkH*ROiEηeUPVB,b0(QZb@A/EQo^hyX*_Ge\C|IʝQZZt62:%okQ=˯36;T[Vwo[ycda91JsY2d}!2*© ] s/+ s1M f}(Vg>5pX}AC}]SC~[YZG.N8k9E%ƴNC1p hZJ]@g=`"HMEYTGM0X{u|e~jj'@]=Wԭ +-ӥ]G4%HM@X`|ÇbobAb N]b=ɍČ.7t, +-kb?Fj +-vo^̣Pfa@qp;3`b`[W$e[GKЙAXťneΦE)Б_:pŽXSJv.$Hu016(j~W5=fqǃ\^9,wp8s$ϵ܄s}<\cPFxusU&OI8!IǙ+&pB¸NX1BF~@_CIm9 8애͔(z~E)}\94%LQ#l 6ub^HwHM`T+p/1AݬbnFeNq<6DRqq fTy/qvMa1gБ SƦS؄Zn-QR$3#mM{&1rdEn܅]G;(^O')rwuGѥ ;QO"뽕ߍ6HM`p5w1]Š ~="Ŏv~o  6) {Xh &,uB-#o2yYr}:zb7.@rocJa1|||u{crh}d׿oc7$R:=m.T7[wf.QNiTVvO7Ƚ +-mmQI'8gW++q}q6V.sc~ٜ}:N*^2QiAz ʝA7}*q_8k:0"I5qw +-qQw/@ÓYW:&śoD7:rN5W]O]F>w}p/TIendstream ++xWYF~Euo:d2, l&ާh-%GGl҈!d!}TW}uUux~K%Lxa_eo%!V[}<$HP6}Bi8KZo"SZ$% Veig3{OE< ~a﫬;ȲMۼ*/Wl`Bm X{'cD;,8ev\,\qaO9/pxܧ@FDb`ۤu)ѣJGI(W:m̅ZiVW9V/e+4g`N')\3kijO; +`> 4HB52+u`(~'BOF$pbάc%@2kVfUwSb8CYh?Veu ++Y8CDE HSѾM c>`$SDP"&%đ|JDeD/޾I]ڇ"eRqk`88gh`0/6UAtqmzg%(<Zv @wuv젪4rN8KCA.^#N_Ʉ7G%bk9'(mj &.LK5=!\F/B^/ѥ) ++9q"Am ++]mKeѵyHu\).μPKFeF5ʶ?W[jQ0g\G809`0bl'^ii *:Ԫ{ӭ1O®6V4mGwk/5x[Շ1L{ߵh5hyTp$ׯ PvzBM0@g!/!pZεUPs#F%3L%D9HyCnw[>w*c$Gendstream + endobj +-3553 0 obj << ++3225 0 obj << + /Type /Page +-/Contents 3554 0 R +-/Resources 3552 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 3549 0 R +-/Annots [ 3558 0 R 3559 0 R 3560 0 R 3561 0 R 3562 0 R 3563 0 R 3564 0 R 3565 0 R ] ++/Contents 3226 0 R ++/Resources 3224 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 3223 0 R ++/Annots [ 3229 0 R 3230 0 R 3231 0 R ] + >> endobj +-3558 0 obj << ++3229 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [220.739 327.2631 352.7827 338.167] ++/Rect [151.412 571.534 285.956 582.437] + /Subtype /Link +-/A << /S /GoTo /D (a00058_gaeacad897c30dbea284948374ad4b010c) >> ++/A << /S /GoTo /D (a00065_ga0) >> + >> endobj +-3559 0 obj << ++3230 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [402.8147 327.2631 467.342 338.167] ++/Rect [289.424 571.534 363.924 582.437] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3560 0 obj << ++3231 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [225.943 279.0439 346.3803 289.9478] ++/Rect [449.469 571.534 513.996 582.437] + /Subtype /Link +-/A << /S /GoTo /D (a00058_gaaaca5d1687053b6c3326b2c165bd6530) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-3561 0 obj << ++3227 0 obj << ++/D [3225 0 R /XYZ 90 757.935 null] ++>> endobj ++835 0 obj << ++/D [3225 0 R /XYZ 90 739.935 null] ++>> endobj ++310 0 obj << ++/D [3225 0 R /XYZ 90 739.935 null] ++>> endobj ++3228 0 obj << ++/D [3225 0 R /XYZ 90 590.483 null] ++>> endobj ++3232 0 obj << ++/D [3225 0 R /XYZ 90 522.258 null] ++>> endobj ++3224 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 478 0 R /F11 482 0 R /F40 467 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++3235 0 obj << ++/Length 1334 ++/Filter /FlateDecode ++>> ++stream ++xXێ6}W @ZMݧ$02\Iv^tdY(499$29:~ŊDK%f*X. eϛ7MtM0ib;~T cHO N.~i|ycpĸ7Ha!m7H0Cve H&>"/?ɍҬETiYYk|7]~74ۻE~LHRna}f iC!ЏC?! ++y-: h8V ߂01d!2.eC_Z\F ++$*A15㈨ޟ39Hi"!}gݕE' 30>Q*.L040 $J%F6|pT&smommmmLO,^.2e9$0F1d,xhFH>BDcELB!Rel.L7so<ﰓPivmvX5bQ03e\!Bhuma ++H:jAWNöMӊA8@ڲtAB9 2KVu` LC6aoU ++a_=g۽s(fNc3߂hr@,Ǫ+7ΔD$Xk G ++zP>"+"@ν0CG[Af!D!*C(!jAWɆM&vB@mnCkB XSbT@ ++~᭧Q\Hc?5"atHPI1Pm3 :6Rm\$ͨx{FksxjacD-0R$Fqrxsa%SY=Qq0buSa0&|jBk|Uɨ&|nzn /5+tIBy<;y>@G.,\DKNW1l='wLdߣ[s7[&{ ++Aݓeu0}"tg7s>v:_='M\u$nob?x^y`ZY43l|ֿ?} @rl!EٞCN O.Ol}ɛ6M(~.e17(Cendstream ++endobj ++3234 0 obj << ++/Type /Page ++/Contents 3235 0 R ++/Resources 3233 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 3223 0 R ++/Annots [ 3238 0 R 3239 0 R 3240 0 R 3241 0 R 3242 0 R 3243 0 R 3244 0 R ] ++>> endobj ++3238 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [352.7993 279.0439 427.2994 289.9478] ++/Rect [159.764 589.158 315.359 600.062] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00059_ga0) >> + >> endobj +-3562 0 obj << ++3239 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 267.0887 204.4499 277.9926] ++/Rect [323.004 589.158 397.504 600.062] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3563 0 obj << ++3240 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [225.5892 218.8695 347.1325 229.7734] ++/Rect [453.344 589.158 513.996 600.062] + /Subtype /Link +-/A << /S /GoTo /D (a00058_gaf36a9211a21eb930f59090eb5d460b8e) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-3564 0 obj << ++3241 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [353.3745 218.8695 427.8746 229.7734] ++/Rect [113.91 577.203 149.108 588.107] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-3565 0 obj << ++3242 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 206.9143 178.4377 217.8182] ++/Rect [154.807 538.348 322.018 549.252] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> +->> endobj +-3555 0 obj << +-/D [3553 0 R /XYZ 90 757.9346 null] ++/A << /S /GoTo /D (a00059_ga1) >> + >> endobj +-1038 0 obj << +-/D [3553 0 R /XYZ 90 739.9346 null] +->> endobj +-3551 0 obj << +-/D [3553 0 R /XYZ 90 720.9968 null] +->> endobj +-1042 0 obj << +-/D [3553 0 R /XYZ 90 720.9968 null] ++3243 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [327.184 538.348 401.684 549.252] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3550 0 obj << +-/D [3553 0 R /XYZ 125.696 593.9902 null] ++3244 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [449.469 538.348 513.996 549.252] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-1046 0 obj << +-/D [3553 0 R /XYZ 90 568.7849 null] ++3236 0 obj << ++/D [3234 0 R /XYZ 90 757.935 null] + >> endobj +-3556 0 obj << +-/D [3553 0 R /XYZ 128.1866 441.7344 null] ++836 0 obj << ++/D [3234 0 R /XYZ 90 739.935 null] + >> endobj +-1050 0 obj << +-/D [3553 0 R /XYZ 90 415.4083 null] ++314 0 obj << ++/D [3234 0 R /XYZ 90 739.935 null] + >> endobj +-3557 0 obj << +-/D [3553 0 R /XYZ 90 350.8954 null] ++3237 0 obj << ++/D [3234 0 R /XYZ 90 608.108 null] + >> endobj +-1054 0 obj << +-/D [3553 0 R /XYZ 90 154.3763 null] ++3245 0 obj << ++/D [3234 0 R /XYZ 90 489.073 null] + >> endobj +-3552 0 obj << +-/Font << /F28 1626 0 R /F50 2369 0 R /F14 2206 0 R /F54 2690 0 R /F22 1616 0 R /F44 2087 0 R /F40 2073 0 R /F56 2749 0 R >> ++3233 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 478 0 R /F11 482 0 R /F14 590 0 R /F40 467 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-3571 0 obj << +-/Length 2183 ++3248 0 obj << ++/Length 3196 + /Filter /FlateDecode + >> + stream +-xZIFWܕڗ&;$-D$GbWEDRh;:,>m+dG/P0./w0͂˷p)7T/ 2CA$(/+7TtKwpCŪ8CgO}Re΍GwCNNyt/AfB9r_`X]^na}.0bF8C,?-~z܅!†C2B` +-Rg(D:xoݢ.6CWI=KA%*Dyׯ;Rfa_l{k.U]oN|$b_וC"p Sa#8@H SWoH2p`"pםmT0ީdXOi6RaK8H s# ؃x!\ +-+II+1u~Ԛ9zDiuspbBXh%d% ",L$)wcrC,db3!b1T:s1ݮIbLJ,~ʣPNB9g~ROW4!)jePVF<%2sH>u.+$e7|! M_15 D=1D`DRu o=)n#qc$=V-GQ P:>: ꎽUc%CZ A|X}XHbeG!!쿱ѷu#܍t9 N9XsP:_#\Ѻ&$cI˲86kj׆VHux Mm>b)xJ@eRL3R +-JRUSJXqG@H&5c]d !rh=JR`wfR"<0Z_{@Ņ{CM@$ESvy[e s 'VFB*Vl/A޵ι36~EˁfQ Tk[Pg=u"P*s wYԼ`|-m ZkYu,ucu`&԰0O}Kwd]s ?j(5%Kl= Ak(?l64piB@i1m pԊq +- sD c8!. $JM$euK-{m e5폌&mjn3f4s,AEe1&-, +-e#6ux䵣T;^ߠȆB -0!oxs^Ƒȟhi7ynob/qAXW@AȚM ʠ>`D#(e"QIey͢$5ļ l،_b305kͼsu P>n(5A93 g&O"EgRq+D Z6MgB9u,K469 6S_C6]R_΀lEt1FgAlξ#~,AӻmB`mpeenW؆`ۂ45q 4 Ƅq6ǵmA~`_oof$74|tQj3um "f&O"Gnq+D grkbGn#FLH>ܚ7r~¢"MAj +-ȆQFڥ,{BOFq5$G K L:F8* rԧa +-b3 )P~n># WqN$4ļ1:tB/щh/?UO8Ұ-]枼Ip(R338Q~A_<>a%+Ba&P}:O7sVh8[` P 7J3B?Pai^D( crau[l +-`c_)䋾ݪIfYNYwfD<=&U0xx;zxgTD #_r%5ߺM[ 8YH>sŵvE}s&.ͻ^_ Nmendstream ++x\o#~_!/#( zE=[r|;%-rw9$-:|Cr wWlA[80'b.Xt Ͽpw.qZ,>|쿮Q->lY2.WkNaoNSӊe+/~?xVlo|s>pϕ޳\]la?\Q"]gbQ([EC%+Ψ&RWW՘ϒ%ø"'vd~w;'00!9tS/bd{ч]w>YvP ++#!: ++Lb,/[P$.(n2>D[0ʜ)RX"UPו) c^Vn u6 3ly"E@N29Dzmq" HñG,O:=_ e˧Lm'0,k}49t/(N3F3#ԃ z[m K ;7 $RgzUE"2d%ϛsZNAPK<ԜX4/!in\BYe ?` b aL a)(9ee ++dA-d @\MKG3%F /B@XsԮq"Bl JIaG J.|G%!H)g4u ++"bd2u@4 4jh13wffPM\m ++WD+i2MJ XJyuF'{B;dh8dCXeBh)cn$c]Ō $cUBn6.ν5n!CUUbPRr!)Ѹh|d!9>hh)oHWjgSq.tzwخrH`]A;Ș=WS۸L]aM(hĠZJ>n5$K[ +&!pXE?}vX*L⸆4e- \@ S|t^}c 7ǟv7?\۹ "!$iTaѣ42Up)V\:{ U*aTP)%'l:n l,)\Mn(i[#Y<( 9dSaX :6A)t*#\t BgD^MVSG#ͧ0%QZ%$LXA Rږv .f[xPH-Ϊ-SKr@ C*QgUL6U DZA i:\McsxH/CiZs.SĠ/"q1[Z[)+ԹɶK꾫#%,/)D8W6Q/F&/ΪX*Ϫ"&\egU Xʈ0{dgFcv$jnP5V̩8y(-Y0^[ xǮ3]EL5-]l!i #i)!]Iൿi&~Fgq]M6qt (>J\ЏI q/F&k>tJPYu |4KèG& qWIwr xMWc\L2MLh8g+}mQۮ$]F|nx{|S߭A'2=%+S;%sPsI۔S"7LRX;/r)'7@-J J}wݡ;ݜ7cr|.VgT~Detxѷo@%ɗn%EI/e,TPendstream + endobj +-3570 0 obj << ++3247 0 obj << + /Type /Page +-/Contents 3571 0 R +-/Resources 3569 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 3549 0 R +-/Annots [ 3575 0 R 3576 0 R 3577 0 R 3578 0 R 3579 0 R 3580 0 R 3581 0 R 3582 0 R 3583 0 R 3584 0 R 3585 0 R 3586 0 R ] ++/Contents 3248 0 R ++/Resources 3246 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 3223 0 R ++/Annots [ 3251 0 R 3252 0 R 3253 0 R 3254 0 R 3255 0 R 3256 0 R 3257 0 R 3258 0 R 3259 0 R 3260 0 R 3261 0 R 3262 0 R 3263 0 R 3264 0 R 3265 0 R 3266 0 R 3267 0 R 3268 0 R 3269 0 R 3270 0 R 3271 0 R 3272 0 R 3273 0 R 3274 0 R 3275 0 R 3276 0 R 3277 0 R 3278 0 R 3279 0 R 3280 0 R 3281 0 R 3282 0 R 3283 0 R 3284 0 R 3285 0 R 3286 0 R 3287 0 R 3288 0 R 3289 0 R 3290 0 R 3291 0 R 3292 0 R 3293 0 R 3294 0 R 3295 0 R 3296 0 R 3297 0 R 3298 0 R 3299 0 R ] + >> endobj +-3575 0 obj << ++3251 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [225.0222 319.1722 389.1851 330.0761] ++/Rect [152.107 606.205 287.219 617.109] + /Subtype /Link +-/A << /S /GoTo /D (a00059_ga018e57a42a780ce2ba2e35ef975d8888) >> ++/A << /S /GoTo /D (a00047_ga0) >> + >> endobj +-3576 0 obj << ++3252 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [396.3681 319.1722 470.8682 330.0761] ++/Rect [291.035 606.205 365.535 617.109] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3577 0 obj << ++3253 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 307.217 204.4499 318.121] ++/Rect [405.794 606.205 479.736 617.109] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-3578 0 obj << ++3254 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [222.0334 258.1653 391.1776 269.0693] ++/Rect [152.107 567.072 286.611 577.976] + /Subtype /Link +-/A << /S /GoTo /D (a00059_gaf213df50d229c5d17a5a56b5d8f10b74) >> ++/A << /S /GoTo /D (a00047_ga1) >> + >> endobj +-3579 0 obj << ++3255 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [397.3643 258.1653 471.8644 269.0693] ++/Rect [290.427 567.072 364.927 577.976] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3580 0 obj << ++3256 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 246.2102 209.4312 257.1141] ++/Rect [405.186 567.072 479.128 577.976] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga2f5276235841ad66a79bedad16a5a10c) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-3581 0 obj << ++3257 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [218.0523 197.1585 393.8316 208.0624] ++/Rect [139.096 527.939 190.901 538.843] + /Subtype /Link +-/A << /S /GoTo /D (a00059_gafa60816dde33d69149497bcf6c7818e0) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3582 0 obj << ++3258 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [398.6913 197.1585 473.1914 208.0624] ++/Rect [191.399 527.939 273.64 538.843] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00048_ga0) >> + >> endobj +-3583 0 obj << ++3259 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 185.2033 178.4377 196.1073] ++/Rect [277.456 527.939 351.956 538.843] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3584 0 obj << ++3260 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [215.0636 136.1517 395.8242 147.0556] ++/Rect [142.53 488.807 194.336 499.711] + /Subtype /Link +-/A << /S /GoTo /D (a00059_ga5b51a4a96a0c3ad9f4c0da308bbf4d8f) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3585 0 obj << ++3261 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [399.6876 136.1517 474.1877 147.0556] ++/Rect [198.269 488.807 339.717 499.711] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00048_ga1) >> + >> endobj +-3586 0 obj << ++3262 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 124.1965 183.4191 135.1004] ++/Rect [346.968 488.807 421.468 499.711] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga37e35730fa7e775b5bb0afe893d6d508) >> +->> endobj +-3572 0 obj << +-/D [3570 0 R /XYZ 90 757.9346 null] +->> endobj +-1058 0 obj << +-/D [3570 0 R /XYZ 90 739.9346 null] +->> endobj +-3568 0 obj << +-/D [3570 0 R /XYZ 90 720.8095 null] +->> endobj +-1062 0 obj << +-/D [3570 0 R /XYZ 90 720.8095 null] +->> endobj +-3566 0 obj << +-/D [3570 0 R /XYZ 493.5025 647.1055 null] +->> endobj +-1066 0 obj << +-/D [3570 0 R /XYZ 90 618.9063 null] +->> endobj +-3567 0 obj << +-/D [3570 0 R /XYZ 184.4149 535.2606 null] +->> endobj +-1070 0 obj << +-/D [3570 0 R /XYZ 90 507.0615 null] +->> endobj +-3573 0 obj << +-/D [3570 0 R /XYZ 496.5908 435.3709 null] +->> endobj +-1074 0 obj << +-/D [3570 0 R /XYZ 90 406.051 null] +->> endobj +-3574 0 obj << +-/D [3570 0 R /XYZ 90 343.2208 null] +->> endobj +-3569 0 obj << +-/Font << /F28 1626 0 R /F50 2369 0 R /F22 1616 0 R /F44 2087 0 R /F14 2206 0 R /F40 2073 0 R /F56 2749 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-3593 0 obj << +-/Length 1633 +-/Filter /FlateDecode +->> +-stream +-xIoF:R@4}ɭMASrJ(W" gHh1Fa0Y6i6-cr<[7+H%t<[} LaJFU%)8\yRTqYB0I>}~3Z#b #NY{٭4BՆr)Cɔ`ult`ƘRb;;qi|~syZdilE%|bByf|Os?*oˬ+'=9BR1vfiW8EsJC{(p gp70,cHIqeF])لfkc`)f~Pニ ?%G -(WI`)c1,3WC4%N\|D朴Q o 49%EnuOeYݵ*Bqc8=#$q¹tk6o(ϔHH h)$)<<ź ԞF^BO*\{2j_ĕkݥY.׳MUHR$RBr^TExŮ8q43,ZuHn^}pIW k+kE@RC2FnW)pXlvӘhϙp7>F#\!\+^Wn\@JɓdKb@E, e[ Q릻ڋֆU??uu[uoON*S+T 5@WOY }>>8h-2F4˒0 EXcg=Y׌+7x"J k)mrsRc&P+0wo龰IBvWZwh-e]^y@duK"&p9dFymjrl_g vvZ%ֆ%l*ƛ[n\A Gg(ң[OY=%'BD=$4; 4ж!mGVp8Ѐ.+ୡREWP31v+l\wJSG\UϔfPq0 OdX72qnXOexmW\rϦZK +-G_p|#?*qK0ӟq[9Z9 +-e~xE=Yd dX|UL(]_9K1Lϻzi!g$}Tx*צsxߗ| FN%2iT If:Q%Eb=j]g7MRLppPx^Jכ'/O Ho~$Ga#endstream +-endobj +-3592 0 obj << +-/Type /Page +-/Contents 3593 0 R +-/Resources 3591 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 3549 0 R +->> endobj +-3594 0 obj << +-/D [3592 0 R /XYZ 90 757.9346 null] +->> endobj +-1078 0 obj << +-/D [3592 0 R /XYZ 90 739.9346 null] +->> endobj +-3589 0 obj << +-/D [3592 0 R /XYZ 90 718.9531 null] +->> endobj +-1082 0 obj << +-/D [3592 0 R /XYZ 90 718.9531 null] +->> endobj +-3587 0 obj << +-/D [3592 0 R /XYZ 428.7164 589.9028 null] +->> endobj +-1086 0 obj << +-/D [3592 0 R /XYZ 90 552.4214 null] +->> endobj +-3590 0 obj << +-/D [3592 0 R /XYZ 411.7307 425.3845 null] +->> endobj +-1090 0 obj << +-/D [3592 0 R /XYZ 90 387.9031 null] ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3588 0 obj << +-/D [3592 0 R /XYZ 428.7164 260.8663 null] +->> endobj +-1094 0 obj << +-/D [3592 0 R /XYZ 90 223.3849 null] ++3263 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [141.028 476.852 192.834 487.756] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3595 0 obj << +-/D [3592 0 R /XYZ 414.8191 96.348 null] ++3264 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [141.026 437.719 192.831 448.623] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3591 0 obj << +-/Font << /F28 1626 0 R /F50 2369 0 R /F14 2206 0 R /F54 2690 0 R /F22 1616 0 R /F44 2087 0 R >> +-/ProcSet [ /PDF /Text ] ++3265 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [195.259 437.719 331.727 448.623] ++/Subtype /Link ++/A << /S /GoTo /D (a00048_ga2) >> + >> endobj +-3598 0 obj << +-/Length 2374 +-/Filter /FlateDecode +->> +-stream +-xZn#}W_8 G~Z/4PB tNY^ЃRSUS]uNUق-]eR/nb5s^_[n8֠Q%՚+=Ǘprjy8b}>jW~Ofz*Ͷz*^Z3c%[:t߯(wW?+Jj'0JrOvWWn B11 &  +-ȘV$l(`Tm s,{Ve Xb_\ $ϖQMsյŨHiIj.(T-£ry;nv_k/t[cniKãe(Ms`" L4VTq{tySn Zj:>42?g!I3!nO/eϦMHwɢXi?&"ZH%W.VXnp!:XHi$bhϮo [zZux> +-x:Ij \Cj6rui,#]Y=FV(çfi{,#-XWP\p1`iV8LU@uԞI@zj-TRٔ~% +-\,~/AZM,cg+]!AT5b}uJ2W,tܗwDAF#')B˷GN1NI) s$I$S8E"vv#8f{$K$ODP). ;HD"dF8 ($1`+[,1bD[)fEdhkFځ(V9+%T,g꽈G4'd Ќ`x;1d'Z\$?J_oHR*\rtHԌ#RGdBwIcL| L +-èR;,>ib̢f+dfWI7C,QjW2u2m4Jn4M&J'\C{Qh Ӟu4ƃ3 7X~*^Ih+ "ڋ4ݡ0$I||O%- 9Ih>;r`1$(֟ {i)_m_<08=?̩ A8wwCڝ  |l!fJyC:&" 2PpT2~7PS@-j fk) ~I +-A+}:!QlD2S,2m7cn7}׆xy5${=9r:]tԌkfΊ 1 +-R$9zz/" ;uf'I9>֛or]X-1J:'cҊR6G:Q~?0=g/4{3)J͸X jv1i45 xE;)ډbڹ|q#3+ g*҇Thͭs/E5ߊכ;ܞʽ\~ ?OP媒njovQ4~7ݠ!ês~mV#5@? DSQ)pVS2VbDk^g5jC.G-WfbPI]1[wV@rk9a? :-O&WL-/(q: P `PֲeR•eZ6F0]quly̟= O/+ c8-vSmxj#حYtuEJ#˖MkX‘v GK5F #R8f7kOծMdmmf' Rӌ0׍i˿zO`簄Q8ܗ3IԌle.NW/w~}?u97`V *ηqNw8Wendstream +-endobj +-3597 0 obj << +-/Type /Page +-/Contents 3598 0 R +-/Resources 3596 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 3549 0 R +-/Annots [ 3601 0 R 3602 0 R 3603 0 R 3604 0 R 3605 0 R 3606 0 R 3607 0 R 3608 0 R 3609 0 R 3610 0 R 3611 0 R 3612 0 R 3613 0 R 3614 0 R ] ++3266 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [337.472 437.719 411.973 448.623] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3601 0 obj << ++3267 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [373.0859 674.5835 513.9963 685.4875] ++/Rect [461.643 437.719 513.996 448.623] + /Subtype /Link +-/A << /S /GoTo /D (a00060_ga067ec565345a346bfd9d721cff5901ae) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-3602 0 obj << ++3268 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 662.6283 147.4541 673.5323] ++/Rect [113.91 425.764 140.809 436.668] + /Subtype /Link +-/A << /S /GoTo /D (a00060_ga067ec565345a346bfd9d721cff5901ae) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-3603 0 obj << ++3269 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [151.2697 662.6283 225.7698 673.5323] ++/Rect [163.444 425.764 215.249 436.668] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3604 0 obj << ++3270 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [266.0287 662.6283 356.5683 673.5323] ++/Rect [141.284 386.631 193.089 397.535] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3605 0 obj << ++3271 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [405.7431 625.466 513.9963 635.3937] ++/Rect [195.776 386.631 321.035 397.535] + /Subtype /Link +-/A << /S /GoTo /D (a00060_gaa2c4cb4075422a19e07c450dc7092e69) >> ++/A << /S /GoTo /D (a00048_ga3) >> + >> endobj +-3606 0 obj << ++3272 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 612.5346 185.0926 623.4385] ++/Rect [327.039 386.631 401.539 397.535] + /Subtype /Link +-/A << /S /GoTo /D (a00060_gaa2c4cb4075422a19e07c450dc7092e69) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3607 0 obj << ++3273 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [188.9082 612.5346 263.4083 623.4385] ++/Rect [113.91 374.676 165.716 385.58] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3608 0 obj << ++3274 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [303.6672 612.5346 399.1881 623.4385] ++/Rect [140.858 335.543 192.664 346.447] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga2f5276235841ad66a79bedad16a5a10c) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3609 0 obj << ++3275 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [215.0637 574.3959 395.8241 585.2999] ++/Rect [194.924 335.543 315.203 346.447] + /Subtype /Link +-/A << /S /GoTo /D (a00060_ga47747968f12c2674d2840dfbacce4940) >> ++/A << /S /GoTo /D (a00048_ga4) >> + >> endobj +-3610 0 obj << ++3276 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [399.6875 574.3959 474.1876 585.2999] ++/Rect [320.781 335.543 395.281 346.447] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3611 0 obj << ++3277 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 562.4408 178.4377 573.3447] ++/Rect [439.506 335.543 513.996 346.447] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-3612 0 obj << ++3278 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [220.1567 524.3021 405.8984 535.2061] ++/Rect [113.91 323.588 118.672 334.492] + /Subtype /Link +-/A << /S /GoTo /D (a00060_ga5a1d17375cc7b65cd155330008cbdb6a) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-3613 0 obj << ++3279 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [411.4595 524.3021 485.9596 535.2061] ++/Rect [141.307 323.588 193.113 334.492] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3614 0 obj << ++3280 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [133.1882 512.347 202.6969 523.2509] ++/Rect [141.416 284.456 193.222 295.359] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga37e35730fa7e775b5bb0afe893d6d508) >> +->> endobj +-3599 0 obj << +-/D [3597 0 R /XYZ 90 757.9346 null] +->> endobj +-1098 0 obj << +-/D [3597 0 R /XYZ 90 739.9346 null] +->> endobj +-3600 0 obj << +-/D [3597 0 R /XYZ 90 693.1756 null] +->> endobj +-1102 0 obj << +-/D [3597 0 R /XYZ 90 475.7068 null] +->> endobj +-3615 0 obj << +-/D [3597 0 R /XYZ 90 449.2218 null] +->> endobj +-1106 0 obj << +-/D [3597 0 R /XYZ 90 449.2218 null] +->> endobj +-3616 0 obj << +-/D [3597 0 R /XYZ 134.8613 353.9018 null] +->> endobj +-1110 0 obj << +-/D [3597 0 R /XYZ 90 337.4967 null] +->> endobj +-3617 0 obj << +-/D [3597 0 R /XYZ 90 174.3233 null] +->> endobj +-1114 0 obj << +-/D [3597 0 R /XYZ 90 160.075 null] +->> endobj +-3596 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F14 2206 0 R /F40 2073 0 R /F56 2749 0 R /F50 2369 0 R /F54 2690 0 R /F44 2087 0 R >> +-/ProcSet [ /PDF /Text ] ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3621 0 obj << +-/Length 2300 +-/Filter /FlateDecode +->> +-stream +-xZYo$~ׯ`}q6 ;piZRKdeY>sݜfo>UbU}UM?0xBq]#tw>(SQIΤUM@x5!R F\cQ1G_|9 0#ʌ H}&IT=(z?NNa hT&쎌\7Xv Tn gJS#ikb.a_snCj䱘賨X*J۠:936H,Ce1,FQ1їrQN, LG}EKCXj ŖfRjvL@ I"IpL*rcF00CԚ@_QpwFtM *m*144fE4!f'W4& pi+$Mz:C8LhrH6ٻD[(h4BOTQ@ zR@h+%{$1&&mw/h#vL{'й"jDwC - nx Z"YZ2S2-7Ec.7)\ТfLԚ@_Qpwԧ<­ynbVTݸ52Xph%l_>6ske]z +-6य1b 59BhV% pZH\}wt^T -R40QlQ8נ8>Cqn V1?)dE zQrMйSFym2!Y! U +-),irYrrS!'7u3ȡ G g=Pkr}E1q7E)@ŴUE9nV+cd] +-vy}U!y#m*VT5"t +-C% d6&0'qCq9Pf +-@ +-Fg>h6P`0}<&@' +-SERH +-4"w=7Ѳ}! +-."acړ,%켵 +-[+{9hVr*wCcr]pdҮ澲mT379Ʌt"ѽĖ156F$"xcpU1Surr@I$?YP xvtri+?>sendstream +-endobj +-3620 0 obj << +-/Type /Page +-/Contents 3621 0 R +-/Resources 3619 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 3549 0 R +-/Annots [ 3625 0 R 3626 0 R 3627 0 R 3628 0 R 3629 0 R 3630 0 R 3631 0 R 3632 0 R 3633 0 R 3634 0 R 3635 0 R 3636 0 R ] ++3281 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [196.04 284.456 327.945 295.359] ++/Subtype /Link ++/A << /S /GoTo /D (a00048_ga5) >> + >> endobj +-3625 0 obj << ++3282 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [216.7254 437.2825 394.7163 448.1865] ++/Rect [334.081 284.456 408.582 295.359] + /Subtype /Link +-/A << /S /GoTo /D (a00061_ga36feb81315de87ce11d9a5aa2b4c6e6d) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3626 0 obj << ++3283 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [399.1337 437.2825 473.6338 448.1865] ++/Rect [221.969 257.74 292.196 267.646] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00037_gga1a13) >> + >> endobj +-3627 0 obj << ++3284 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 425.3274 204.4499 436.2313] ++/Rect [143.069 233.368 194.875 244.272] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3628 0 obj << ++3285 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [213.7366 383.0394 396.7088 393.9433] ++/Rect [199.347 233.368 289.737 244.272] + /Subtype /Link +-/A << /S /GoTo /D (a00061_gafa4e7cc68f0f99724f8d99541d9ab3de) >> ++/A << /S /GoTo /D (a00048_ga6) >> + >> endobj +-3629 0 obj << ++3286 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [400.1299 383.0394 474.63 393.9433] ++/Rect [297.527 233.368 372.027 244.272] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3630 0 obj << ++3287 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 371.4578 209.4312 381.9882] ++/Rect [428.339 233.368 480.145 244.272] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga2f5276235841ad66a79bedad16a5a10c) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3631 0 obj << ++3288 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [217.8373 328.7963 407.4446 339.7002] ++/Rect [113.91 221.413 165.716 232.317] + /Subtype /Link +-/A << /S /GoTo /D (a00061_gac24c9e4bb2eab3e23b2039559adc9df8) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3632 0 obj << ++3289 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [412.2326 328.7963 486.7327 339.7002] ++/Rect [140.583 182.28 192.388 193.184] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3633 0 obj << ++3290 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [133.1882 316.8411 197.7156 327.745] ++/Rect [194.373 182.28 333.61 193.184] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> ++/A << /S /GoTo /D (a00048_ga7) >> + >> endobj +-3634 0 obj << ++3291 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [214.8485 274.5531 409.4372 285.4571] ++/Rect [338.913 182.28 413.413 193.184] + /Subtype /Link +-/A << /S /GoTo /D (a00061_ga22862f485346ae3b2ab7d052f538fc5f) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3635 0 obj << ++3292 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [413.2289 274.5531 487.729 285.4571] ++/Rect [461.643 182.28 513.996 193.184] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3636 0 obj << ++3293 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [133.1882 262.598 202.6969 273.5019] ++/Rect [113.91 170.325 118.672 181.229] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga37e35730fa7e775b5bb0afe893d6d508) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3622 0 obj << +-/D [3620 0 R /XYZ 90 757.9346 null] ++3294 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [141.865 170.325 193.671 181.229] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3618 0 obj << +-/D [3620 0 R /XYZ 134.8613 718.0168 null] ++3295 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [155.787 131.192 257.953 142.096] ++/Subtype /Link ++/A << /S /GoTo /D (a00048_ga8) >> + >> endobj +-1118 0 obj << +-/D [3620 0 R /XYZ 90 697.4268 null] ++3296 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [263.608 131.192 338.108 142.096] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3623 0 obj << +-/D [3620 0 R /XYZ 90 524.752 null] ++3297 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [387.486 131.192 439.291 142.096] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1122 0 obj << +-/D [3620 0 R /XYZ 90 517.7359 null] ++3298 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [461.643 131.192 513.996 142.096] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3624 0 obj << +-/D [3620 0 R /XYZ 90 457.9493 null] ++3299 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [113.91 119.611 118.672 130.141] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1126 0 obj << +-/D [3620 0 R /XYZ 90 219.6982 null] ++3249 0 obj << ++/D [3247 0 R /XYZ 90 757.935 null] + >> endobj +-3637 0 obj << +-/D [3620 0 R /XYZ 90 192.4406 null] ++837 0 obj << ++/D [3247 0 R /XYZ 90 739.935 null] + >> endobj +-1130 0 obj << +-/D [3620 0 R /XYZ 90 192.4406 null] ++318 0 obj << ++/D [3247 0 R /XYZ 90 739.935 null] + >> endobj +-3638 0 obj << +-/D [3620 0 R /XYZ 134.8613 96.348 null] ++3250 0 obj << ++/D [3247 0 R /XYZ 90 625.294 null] + >> endobj +-3619 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F14 2206 0 R /F50 2369 0 R /F54 2690 0 R /F44 2087 0 R /F40 2073 0 R /F56 2749 0 R >> ++3246 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 478 0 R /F11 482 0 R /F40 467 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-3643 0 obj << +-/Length 1946 ++3302 0 obj << ++/Length 3502 + /Filter /FlateDecode + >> + stream +-xYK6Wh1#=mnڠ-fsJCkkBlɵl;#$ˏ4z(X1gRlH eRg.` O? r;tiw͈FLWcF7j}Əݼ7ޭYR>]>+"BWPFN?ݽtWTWB3Ot8-P"U'Pœ@r;5?Q-賀bp蚃@ eRf/aGӲM|7lۦ,@ +-*<]%Ϟ#UtoNB1B58EB"iUʰ+R_ԠTjj$b[LZ38(Ȭh~R~hW]x,֏#ώPCc^P]pH?i.q# 'l\[G +-Hۺt].R]r!$Ӗ 8f6D@m(6 IpB>$_{&MZ-eLd41W!azA:XQ1Kbs+ K Wq}e S1EðB$э֗ tekR*4:\,7xħFZtC1\4IL&b[9: *rZ1"6"WTENqsU||Uꇐ28U8 +-^ھ1'p\]ԟ~{2*xz) tW8}+xԶSG[4hOpց9Vkb7ߪƃe=UTBV|]`UhLضр?}"sXS`MYSվɳL 9{&[`bIyGY٤uތ>Z7O8s&yt=!V4fEwߑz 7rendstream ++x\KϯQSe!x?|L;ql6'55ȥ&}4H@HY-WyuVc+GWFZm?\=\銅I՟~vb}5#ۻ_ֆ Wt5tMK?M߳l͸W}{f)=~ǟ(ή>oJsW{m \_ ++pGS C1|F5®"Ʒ| pUbk18!QݡQJK9q7)y@9y k%JAUÝ oͯw>fov]w}|yf!c[Ġ 눘+UtF85ZDc<yI3hm"%F#2z٘YBڀ$ 1`yp*=ue:"N`g ??|pOaZ/ݿuwo]ްyns2q M 0KBZqb+f{mSrG M wyNf 2igiF ++Ii!rˉ1mA@=F9[cZ[$+̹ɖ4*4KAZ?#Rr4Jhԇ<*Hfh#D {ecQC6׭1`j+-a.`f M~G+X1FI%eyWD}Nptv2\=+4k/DbJJmTLUF[aq$TH1qj2 E%e e'ܹ;ڇ^&Rw_n燙nX Ak9i/gd[a ;bPPvMeYnMd ז+s \!Q|ĴJDNMLV@"@PV!) 4C?BsV!E! {~9M àc sS "S ++JkzW %_Qg,/Y.1BETRHWɈdb(a)aI%5攈Jh|bUCHӠ>s4wṁW/\$l"Mhdj2LER> ++unM$5,wĠA$S&T`\fL 0̕HbDLX)9g9{D ++#~!n']081'TFʰ#垚`]4y cnY(ňmKU@,c>,ߋsw.D` )Q knzǗ8[B[Lg#[IaМQ2g WKxg3 ^T_" ++z!CB9"B:$^sa7uQ& ++V8B0fĩ ǖD[:Cxj| pT| 15ޅ$4h6j>EERX࢈Ȓr/>'s8w7~ZwB9H(AF;,bP%E>BVW3CfA}!uᖖ)>b>/l*cT1%lGzb29crĠ~+oߔk܁r& $|d`Zwf˙E䌃ZY,U30YJX~$abe%'&0qB:FzBuSV򺨐OL6u-ys.s-  z˗\1?K ++}]M6%{-Y4Ai:'ehݽs'`^{=s{s ^O#^mr>:51v kx cGR֖~Kۨq q?s@ukǗCC)[-2ȡ-fW)`b(a)aIlN('& ++Y0,h Ku(^s.5(`!ơl"R@X90hFmd-E@<`$LC>S'`^++%:j|| |-4x| %ǷRrV[[d-,-7Jy^~5٦# ++_+}|/U^V]dm_b\+0Um!,)rJMG o`Xм}u˚s4ww}v hE !&GK5vWDWsM`wĠ~:#oy~|~zK2_FLK7|)RO(_RuH-}I뫫6\h)8)k؝u߉ ++ <uNQ1l0y{%vY{*W"2:zvtᣄ?KEһp/a| ++4Zӯendstream + endobj +-3642 0 obj << ++3301 0 obj << + /Type /Page +-/Contents 3643 0 R +-/Resources 3641 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 3652 0 R +-/Annots [ 3647 0 R 3648 0 R 3649 0 R ] ++/Contents 3302 0 R ++/Resources 3300 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 3223 0 R ++/Annots [ 3304 0 R 3305 0 R 3306 0 R 3307 0 R 3308 0 R 3309 0 R 3310 0 R 3311 0 R 3312 0 R 3313 0 R 3314 0 R 3315 0 R 3316 0 R 3317 0 R 3318 0 R 3319 0 R 3320 0 R 3321 0 R 3322 0 R 3323 0 R 3324 0 R 3325 0 R 3326 0 R 3327 0 R 3328 0 R 3329 0 R 3330 0 R 3331 0 R 3332 0 R 3333 0 R 3334 0 R 3335 0 R 3336 0 R 3337 0 R 3338 0 R 3339 0 R 3340 0 R 3341 0 R 3342 0 R 3343 0 R 3344 0 R 3345 0 R 3346 0 R 3347 0 R 3348 0 R 3349 0 R 3350 0 R 3351 0 R 3352 0 R 3353 0 R 3354 0 R 3355 0 R 3356 0 R 3357 0 R 3358 0 R 3359 0 R 3360 0 R 3361 0 R 3362 0 R 3363 0 R 3364 0 R 3365 0 R 3366 0 R 3367 0 R 3368 0 R 3369 0 R ] + >> endobj +-3647 0 obj << ++3304 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [219.5627 291.3467 348.0198 302.2507] ++/Rect [147.158 726.819 198.963 737.723] + /Subtype /Link +-/A << /S /GoTo /D (a00062_gae06cf330d2f0d9949feb52b146b7d136) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3648 0 obj << ++3305 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [353.383 291.3467 427.8831 302.2507] ++/Rect [207.523 726.819 379.795 737.723] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00049_ga0) >> + >> endobj +-3649 0 obj << ++3306 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [267.3236 279.3916 331.851 290.2955] ++/Rect [391.673 726.819 466.173 737.723] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3644 0 obj << +-/D [3642 0 R /XYZ 90 757.9346 null] ++3307 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [113.91 714.864 204.45 725.768] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-1134 0 obj << +-/D [3642 0 R /XYZ 90 739.9346 null] ++3308 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [128.111 676.249 283.776 687.152] ++/Subtype /Link ++/A << /S /GoTo /D (a00049_ga1) >> + >> endobj +-3640 0 obj << +-/D [3642 0 R /XYZ 134.8613 661.4946 null] ++3309 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [288.781 676.249 363.281 687.152] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1138 0 obj << +-/D [3642 0 R /XYZ 90 631.7996 null] ++3310 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [406.217 676.249 496.757 687.152] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-3639 0 obj << +-/D [3642 0 R /XYZ 134.8613 535.8996 null] ++3311 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [113.91 664.293 165.716 675.197] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1142 0 obj << +-/D [3642 0 R /XYZ 90 506.2045 null] ++3312 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [144.107 625.678 195.912 636.582] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3645 0 obj << +-/D [3642 0 R /XYZ 137.9497 410.3045 null] ++3313 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [201.421 625.678 385.898 636.582] ++/Subtype /Link ++/A << /S /GoTo /D (a00049_ga2) >> + >> endobj +-1146 0 obj << +-/D [3642 0 R /XYZ 90 379.4887 null] ++3314 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [394.724 625.678 469.224 636.582] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3646 0 obj << +-/D [3642 0 R /XYZ 90 316.0602 null] ++3315 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [113.91 613.723 204.45 624.627] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-1150 0 obj << +-/D [3642 0 R /XYZ 90 223.3401 null] ++3316 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [286.581 613.723 338.387 624.627] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3650 0 obj << +-/D [3642 0 R /XYZ 90 194.2615 null] ++3317 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [145.352 575.108 197.157 586.012] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1154 0 obj << +-/D [3642 0 R /XYZ 90 194.2615 null] ++3318 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [203.912 575.108 383.407 586.012] ++/Subtype /Link ++/A << /S /GoTo /D (a00049_ga3) >> + >> endobj +-3651 0 obj << +-/D [3642 0 R /XYZ 309.8129 96.348 null] ++3319 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [393.479 575.108 467.979 586.012] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3641 0 obj << +-/Font << /F28 1626 0 R /F50 2369 0 R /F14 2206 0 R /F54 2690 0 R /F22 1616 0 R /F44 2087 0 R /F40 2073 0 R /F56 2749 0 R >> +-/ProcSet [ /PDF /Text ] ++3320 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [113.91 563.153 204.45 574.057] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-3655 0 obj << +-/Length 2105 +-/Filter /FlateDecode +->> +-stream +-xZY6~ \G)d7Ad`hl[X[rzߧJ$e]m$DQbU}r9?6wtn!NH=_gtg,<^e[p;wi͈6Krse%W4\YQU^̾zhJh6;{7%Y5Js|I.nFP0b$0j8,0A_,4/B%p.|Vw:RoW|%{[8j[ZTն:=h 8U]ݣ_oHaEsշ(ŕm uTF8HPVOϻrʋ]^d8'8`J`6OEIjUM*%_g|jn@% Q..l,^4z/~C+/$1eo{ z{wgP`yT)[6 ^IXplu.`7V.; X)<(l0{ثla8Ɖ)N"jl a$B4V0\BXCr^u԰$CP:kcqb +-a}B⻟+&|Ḑ*)T)Jëq!L4^N߯w)<&`ڕnCAd@5C&.J8 H:]b4rzKGS. DJ}|kӕbk UMjjϕL=xgpΡWMe!(v_0Yu> aoX +-LmMA ? ZΠ0 ,(v,Ï]=4D#.Q ӧSC>'TlcA9JSM.BCDV2!{~{Ȋ7*c>-/!"JRvrnPFlrܴxv#؍%GQ7(9QtwahKbNcto,ks@wI18Mx ' hO9 ,wsSu1G#E0DMRSa(18m _ tTBcAB2:J8fhN֕O=IsV.kHOSxUS{S#qMopMSvr`|X)Y =8w!=xg[o=ڤ;Q|K݃A9#Czdȵo_Wί>Bd6&pkm ӈM/gnd?RI~¹+SznZ~P%?>qs'1pem5Rфs(1HL#?./D RAy MQsR*9Hzo: aVӀΑ 6 #?{*PѴJ@9_D+nC?_1૛1>b'l>o2(1ʙ)2ו;]DslKVUPKOf;i'J 7$MRȎi_$;OzP*WN3J)wfc?yԗU=ͫ-VG˗H>l?~dD-7 +-߽SSendstream +-endobj +-3654 0 obj << +-/Type /Page +-/Contents 3655 0 R +-/Resources 3653 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 3652 0 R +-/Annots [ 3658 0 R 3659 0 R 3660 0 R 3664 0 R 3665 0 R 3666 0 R 3670 0 R 3671 0 R 3672 0 R ] ++3321 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [220.998 563.153 294.94 574.057] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-3658 0 obj << ++3322 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [317.575 563.153 369.38 574.057] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> ++>> endobj ++3323 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [140.409 524.537 192.214 535.441] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> ++>> endobj ++3324 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [194.025 524.537 356.514 535.441] ++/Subtype /Link ++/A << /S /GoTo /D (a00049_ga4) >> ++>> endobj ++3325 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [216.5192 673.1604 351.0634 684.0643] ++/Rect [361.643 524.537 436.143 535.441] + /Subtype /Link +-/A << /S /GoTo /D (a00063_ga2daaf1dd1a9a7f11ccbc6821374120e9) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3659 0 obj << ++3326 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [355.412 673.1604 429.9121 684.0643] ++/Rect [479.356 524.537 513.996 535.441] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-3660 0 obj << ++3327 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [228.8481 661.2052 293.3755 672.1091] ++/Rect [113.91 512.582 175.12 523.486] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-3664 0 obj << ++3328 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [222.6759 402.387 344.9066 413.291] ++/Rect [141.357 473.967 193.163 484.871] + /Subtype /Link +-/A << /S /GoTo /D (a00064_gaa8ea979ce3a9b8c70ae80bc5716a0fbe) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3665 0 obj << ++3329 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [351.3075 402.387 425.8076 413.291] ++/Rect [195.923 473.967 353.431 484.871] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00049_ga5) >> + >> endobj +-3666 0 obj << ++3330 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [286.7408 390.4319 351.2681 401.3358] ++/Rect [359.508 473.967 434.008 484.871] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3670 0 obj << ++3331 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [222.2079 131.6137 372.254 142.5176] ++/Rect [479.356 473.967 513.996 484.871] + /Subtype /Link +-/A << /S /GoTo /D (a00065_ga87f4746d0cad579ce4e86b98088f22a1) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-3671 0 obj << ++3332 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [378.4989 131.6137 452.999 142.5176] ++/Rect [113.91 462.012 175.12 472.916] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-3672 0 obj << ++3333 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [155.1453 119.6585 219.6727 130.5625] ++/Rect [191.668 462.012 265.61 472.916] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> +->> endobj +-3656 0 obj << +-/D [3654 0 R /XYZ 90 757.9346 null] +->> endobj +-1158 0 obj << +-/D [3654 0 R /XYZ 90 739.9346 null] +->> endobj +-3657 0 obj << +-/D [3654 0 R /XYZ 90 692.671 null] +->> endobj +-1162 0 obj << +-/D [3654 0 R /XYZ 90 622.0629 null] +->> endobj +-3661 0 obj << +-/D [3654 0 R /XYZ 90 595.3255 null] +->> endobj +-1166 0 obj << +-/D [3654 0 R /XYZ 90 595.3255 null] +->> endobj +-3662 0 obj << +-/D [3654 0 R /XYZ 328.8016 499.7532 null] +->> endobj +-1170 0 obj << +-/D [3654 0 R /XYZ 90 480.6437 null] +->> endobj +-3663 0 obj << +-/D [3654 0 R /XYZ 90 421.8977 null] +->> endobj +-1174 0 obj << +-/D [3654 0 R /XYZ 90 351.2895 null] +->> endobj +-3667 0 obj << +-/D [3654 0 R /XYZ 90 324.5522 null] +->> endobj +-1178 0 obj << +-/D [3654 0 R /XYZ 90 324.5522 null] +->> endobj +-3668 0 obj << +-/D [3654 0 R /XYZ 266.6451 228.9799 null] +->> endobj +-1182 0 obj << +-/D [3654 0 R /XYZ 90 209.8704 null] +->> endobj +-3669 0 obj << +-/D [3654 0 R /XYZ 90 151.1243 null] +->> endobj +-3653 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F40 2073 0 R /F56 2749 0 R /F50 2369 0 R /F54 2690 0 R /F44 2087 0 R /F14 2206 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-3676 0 obj << +-/Length 1285 +-/Filter /FlateDecode +->> +-stream +-xXnF}W/y%NM[+@T ȤJR.)$'P~p̙] P0.i-,_/@~\-\Sd$ꡱ `܅!Ɨ89Yne_.Ӫni}ƘNv}:+ +-L _}X[uHmeao~L?AՊ+,p7a{UtS. +-㱲nʋb.6Lo᧐sp*+sq2-h`WMMRN]%8>7E|xJsΰx5a`[ ꌵI:uLC데#ٿM K h6 gN1hgC>rj'N,0RʶyYghi#Q +-+LL*bmuΙs#N[`,0!iݹ'|]WpKvÛo2څƹ{E]b$ G,)kmāmִy+KsԻ)Z)n6,w2(6ˁ_Q2$#|o#+$>E7i}(QiCF󮉺Edv hpAtL ROiA*O <{0|噁5Y q!wL"#fȨ' ṃ%G)*er l. 1endstream +-endobj +-3675 0 obj << +-/Type /Page +-/Contents 3676 0 R +-/Resources 3674 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 3652 0 R +-/Annots [ 3678 0 R 3679 0 R 3680 0 R ] ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-3678 0 obj << ++3334 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [226.1818 726.8189 388.412 737.7228] ++/Rect [180.187 423.397 356.514 434.301] + /Subtype /Link +-/A << /S /GoTo /D (a00065_ga2ff7763b9c2c5975f9a2e3d638351535) >> ++/A << /S /GoTo /D (a00049_ga6) >> + >> endobj +-3679 0 obj << ++3335 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [395.9815 726.8189 470.4816 737.7228] ++/Rect [361.643 423.397 436.143 434.301] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3680 0 obj << ++3336 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [216.5846 714.8637 281.112 725.7676] ++/Rect [479.356 423.397 513.996 434.301] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> +->> endobj +-3677 0 obj << +-/D [3675 0 R /XYZ 90 757.9346 null] +->> endobj +-1186 0 obj << +-/D [3675 0 R /XYZ 90 677.5436 null] +->> endobj +-3673 0 obj << +-/D [3675 0 R /XYZ 90 651.0586 null] +->> endobj +-1190 0 obj << +-/D [3675 0 R /XYZ 90 651.0586 null] +->> endobj +-3681 0 obj << +-/D [3675 0 R /XYZ 167.5385 567.6938 null] +->> endobj +-1194 0 obj << +-/D [3675 0 R /XYZ 90 550.9667 null] +->> endobj +-3674 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F40 2073 0 R /F56 2749 0 R /F50 2369 0 R /F54 2690 0 R /F44 2087 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-3684 0 obj << +-/Length 305 +-/Filter /FlateDecode +->> +-stream +-xڥQ=o0+<€XMCU4C"AE4lwrZNiq${I`'yxZfQ ͶCȚ8 5FuU.NS]tGwjPM"eBIYo8-0+™FѳI**I>:n d[o]3 R^ jiz +-PZAqPmN[WFݨ+0XOEj&׼)cP9ob0xȫC{ +?Wu?\ߗhw.rJ?endstream +-endobj +-3683 0 obj << +-/Type /Page +-/Contents 3684 0 R +-/Resources 3682 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 3652 0 R +->> endobj +-3685 0 obj << +-/D [3683 0 R /XYZ 90 757.9346 null] +->> endobj +-3682 0 obj << +-/Font << /F28 1626 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-3688 0 obj << +-/Length 844 +-/Filter /FlateDecode +->> +-stream +-xڵWMo6W>x!_@t R`׷"pd&+"ۊE0`Ghf^dV[L~4IρF-KY^L +-0Fl yNeٯsb4kGZA`ŸB0rwj?Vc^stvk(UU Xl`< +-!f~~UUmW&C7CP!o"C'Xv#2O >| -LT<̥pIt +-t?e=r^V` `YlP6@Ha"xCT`(:Eخqo3l(=Z 0@ N,>BV]/{ cNyEY.5J:S&C_E?78  +-߼vI2)xji-ʗ:@"ctc-=6gօE-웣mLχ8` șEV=_1ʿIed6>''x[OCT'9c3O6S*.pux6-߾q~֖[*#4a..bW|߯Q#HE{Q~2b6my;#yx}U\Fۢ )p X i_JB֊S^lÚ"oxQ~F"]յZwZ[A!ϽҀ[SqGF[ݦ5JK0&;Xt]?z 0,,Ȟoϟk.}[^?ɵfendstream +-endobj +-3687 0 obj << +-/Type /Page +-/Contents 3688 0 R +-/Resources 3686 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 3652 0 R +-/Annots [ 3691 0 R 3692 0 R 3693 0 R ] ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-3691 0 obj << ++3337 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [149.6161 418.9522 167.1002 428.8799] ++/Rect [113.91 411.441 175.12 422.345] + /Subtype /Link +-/A << /S /GoTo /D (a00010_a3c68235220554308f89768f281ad1e62) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-3692 0 obj << ++3338 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [152.3758 375.6967 176.5052 386.6006] ++/Rect [156.418 372.826 327.764 383.73] + /Subtype /Link +-/A << /S /GoTo /D (a00010_a5c8f7f39193736c2187ed626940835d5) >> ++/A << /S /GoTo /D (a00049_ga7) >> + >> endobj +-3693 0 obj << ++3339 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [152.3758 333.4175 184.8036 344.3214] ++/Rect [333.735 372.826 408.235 383.73] + /Subtype /Link +-/A << /S /GoTo /D (a00010_a801e8a668e28caf06c8b88e9ae5c10db) >> +->> endobj +-3689 0 obj << +-/D [3687 0 R /XYZ 90 757.9346 null] +->> endobj +-1198 0 obj << +-/D [3687 0 R /XYZ 90 739.9346 null] +->> endobj +-2495 0 obj << +-/D [3687 0 R /XYZ 90 553.9527 null] +->> endobj +-1202 0 obj << +-/D [3687 0 R /XYZ 90 553.9527 null] +->> endobj +-3690 0 obj << +-/D [3687 0 R /XYZ 90 438.6384 null] +->> endobj +-1206 0 obj << +-/D [3687 0 R /XYZ 90 290.5318 null] +->> endobj +-1210 0 obj << +-/D [3687 0 R /XYZ 90 225.215 null] +->> endobj +-3694 0 obj << +-/D [3687 0 R /XYZ 90 200.1162 null] +->> endobj +-1214 0 obj << +-/D [3687 0 R /XYZ 90 200.1162 null] +->> endobj +-3695 0 obj << +-/D [3687 0 R /XYZ 90 155.3587 null] +->> endobj +-1218 0 obj << +-/D [3687 0 R /XYZ 90 136.9353 null] +->> endobj +-3696 0 obj << +-/D [3687 0 R /XYZ 90 94.1912 null] +->> endobj +-3686 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F44 2087 0 R /F11 2091 0 R /F40 2073 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-3699 0 obj << +-/Length 1230 +-/Filter /FlateDecode +->> +-stream +-xXK6W>ᛔh-A%!Z[-]wH$R%LQÙ3 Ɠ)Uph|?c\ljۺ.ʨLlynۼ[Lc8Xw#XE 0n)Z{a\ kGQU d +-c/Jw6"*887+f"'1CaM9kkHYZ2T&2qs/jn=(7iV[?OGՋu%LVCgm'Tl>aLJP%0%Tɵ FGKęg=殟(][)*XZj.=RMKЈ&A's*k"q_ѥ>n!yJ\e-ibM}&,S~% +-CrB͞MoF-MnfҐ PS8a^ѥZW-q4gc3Hm qds&Uqh1¦@ kAZ4Qx!z U/7@R Dڇ-: ?@ "sh.?ZBoZB.LV6[eth)P@JmI,JHUK2JD%E|Hwomps6o4N@sjK49wU\#hԓ,qMW ^7`חh6WtRϰj6eϷtAy/%f"6њ=DgȠaClk;O`"iCJFCzR 4e"ga]2*@SlY(>6[6Ј Hi `Y!H6Sgb^l =esnӦɰm+&z X8"/J{AS߇@!O ?Nn 4 t~s*80'[B&aC Y_AW +-W0Df\'MbڸJda"\f<4ZMD_ ;3g4f3)24zߑ!iy>Â$~|9Ս7/fXendstream +-endobj +-3698 0 obj << +-/Type /Page +-/Contents 3699 0 R +-/Resources 3697 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 3652 0 R +-/Annots [ 3702 0 R 3705 0 R 3706 0 R 3707 0 R ] ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3702 0 obj << ++3340 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [152.3758 515.2486 176.5052 526.1525] ++/Rect [453.344 372.826 513.996 383.73] + /Subtype /Link +-/A << /S /GoTo /D (a00011_ad914eac61c77481e1b7037877bcc5579) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-3705 0 obj << ++3341 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 158.83 187.8525 169.7339] ++/Rect [113.91 360.871 149.108 371.775] + /Subtype /Link +-/A << /S /GoTo /D (a00035_gacd37bb612667dc437d66bfb175a8dc55) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-3706 0 obj << ++3342 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [188.3506 158.83 207.4987 169.7339] ++/Rect [165.656 360.871 239.598 371.775] + /Subtype /Link +-/A << /S /GoTo /D (a00012_acc4f0803f244867e68fe0036800be5de) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-3707 0 obj << ++3343 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [152.3758 119.3904 190.1938 130.2944] ++/Rect [139.392 322.256 191.197 333.16] + /Subtype /Link +-/A << /S /GoTo /D (a00012_a61a7a80a68eaccbaaa28269e678c81a9) >> +->> endobj +-3700 0 obj << +-/D [3698 0 R /XYZ 90 757.9346 null] +->> endobj +-1222 0 obj << +-/D [3698 0 R /XYZ 90 739.9346 null] +->> endobj +-2496 0 obj << +-/D [3698 0 R /XYZ 90 653.6174 null] +->> endobj +-1226 0 obj << +-/D [3698 0 R /XYZ 90 645.5306 null] +->> endobj +-3701 0 obj << +-/D [3698 0 R /XYZ 90 534.4911 null] +->> endobj +-1230 0 obj << +-/D [3698 0 R /XYZ 90 476.9775 null] +->> endobj +-1234 0 obj << +-/D [3698 0 R /XYZ 90 415.4942 null] +->> endobj +-3703 0 obj << +-/D [3698 0 R /XYZ 90 391.0344 null] +->> endobj +-1238 0 obj << +-/D [3698 0 R /XYZ 90 391.0344 null] +->> endobj +-2497 0 obj << +-/D [3698 0 R /XYZ 90 297.1988 null] +->> endobj +-1242 0 obj << +-/D [3698 0 R /XYZ 90 289.1121 null] +->> endobj +-3704 0 obj << +-/D [3698 0 R /XYZ 90 178.0725 null] +->> endobj +-3697 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F44 2087 0 R /F11 2091 0 R /F40 2073 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-3712 0 obj << +-/Length 2598 +-/Filter /FlateDecode +->> +-stream +-xڵ[K` =oIq)/k⒣%m.g3$4p%R:,9lhn4@6M, VH=Y<#<ᆵ]?|%Vs=hЌ(na$[tï}}XOe=cfZn%<*,ǻnr[̡G:Y?P"QxC On$ͿAst~Ln0;^`T))_8W#b>JL:(-պXk[&h9o,T$IN(o~lE~O:L ʊ" +-2bU+x}ֵ\p:nI'ֲ3!nQj?L)I `0vLgX UmJI$V]hEpCpw~Y8EXN#GclH:JuT>U fᅹ4 F 4fj LӰ +-iz_>Є*D1g߼%}~q:= YV& `l b8[: +-slFtq[$+7rvY[ȳDo,n +-I,2ȴEanR e13s((x!,pcO,hN%JA@]& v\|GoçyK܇җJw T Tm}{zpBԴB!_n3+y9/_;Su. .LU+?lbbz$#[/n- @?G1+Ίe_%&(jl~Y5Nz,Q̙clZbitQ%mj#uv{5:\Ӆ{W# +- (mWa&h=\4h#"Tn9,0{@wK) uX17zj!|eUmڗn_UiD.f?x(>ڭ]~a&tES~"0p0Y1r֦z2CAȐk (F)Q`7R;@@)V g +-V!lv\M?0(7iT4A'dT*#G T[oTjƠY/˥T6ܴ-7߶Kjv}ܔ l&_j0L[]FpC`pvCyD!A%fF,fT +-o@w֟ʨMϧ_]u_b'Z`i55[DSuTUKٝr]0I!aW>Rja$ b8I; +-s$Fvq1ǐ4oCw$I8|=gI:rG懟u<>ԵF˴:`Dsll|b]0.CUNւ] UUNՎU󸑪]\=1TېIլT=jY'zrO۰( >^H@XN +-98O(ptfh)A|s XCY'E_wW-^wS6HvQHX< mt.HT0=E{2=- Zau^ OՄK:XXG17o>o )4fuދzΟlPmg|RHA +-A \qcwqGZ1%Z6v1!O-ՠ]$A)8vEߕ+0XX,<疂bls+llyg8w@l~}8;vm gݥHy/giB "bv_]we'\?wUsN` b8w; +-sFvq=DH6:5=g`D SL\&dEezQI35ٳ+}4#?^V02(MmD1<; +-sǍIyL"ېH8&SDs<$Dv f@\](sw' 6!3FibG Į`YavC U!8EGApĆD8 'xJqc ?Z bjLeN5v޺vILT[hWʵL(ƨp*v樘ǍTbT!bކDH*fp){RqT?th~\ܤ9%X0+!I+R,C,b]kIUqw+-C1aꙖX#7Dg%ܕr8\siE (`g;dV~YL0?Hr QxPnzVϴ)w|m{5ZM҅?}W-XfsG^mcZh+;?AZendstream +-endobj +-3711 0 obj << +-/Type /Page +-/Contents 3712 0 R +-/Resources 3710 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 3741 0 R +-/Annots [ 3714 0 R 3715 0 R 3716 0 R 3717 0 R 3718 0 R 3719 0 R 3720 0 R 3721 0 R 3722 0 R 3723 0 R 3724 0 R 3725 0 R 3726 0 R 3727 0 R 3728 0 R 3729 0 R 3730 0 R 3731 0 R 3732 0 R 3733 0 R 3734 0 R 3735 0 R 3736 0 R 3737 0 R 3738 0 R 3739 0 R 3740 0 R ] ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3714 0 obj << ++3344 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [141.0186 728.8762 164.5899 737.7228] ++/Rect [191.992 322.256 330.372 333.16] + /Subtype /Link +-/A << /S /GoTo /D (a00012_abb709ec38f2970677e4e57d1d30be96d) >> ++/A << /S /GoTo /D (a00050_ga0) >> + >> endobj +-3715 0 obj << ++3345 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [138.5376 687.9023 229.6352 698.8062] ++/Rect [334.484 322.256 408.984 333.16] + /Subtype /Link +-/A << /S /GoTo /D (a00016) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3716 0 obj << ++3346 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [230.1334 687.9023 265.3311 698.8062] ++/Rect [453.344 322.256 513.996 333.16] + /Subtype /Link +-/A << /S /GoTo /D (a00012_a1dc830816716213b5f797e4052487864) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-3717 0 obj << ++3347 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [139.0958 648.9857 211.3741 659.8897] ++/Rect [113.91 310.301 149.108 321.205] + /Subtype /Link +-/A << /S /GoTo /D (a00013) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-3718 0 obj << ++3348 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [219.3443 648.9857 234.6167 659.8897] ++/Rect [165.656 310.301 217.461 321.205] + /Subtype /Link +-/A << /S /GoTo /D (a00012_accd40e29f71f19e88db62ea3df02adc8) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3719 0 obj << ++3349 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [152.3758 610.0692 176.5052 620.9731] ++/Rect [141.416 271.686 193.221 282.589] + /Subtype /Link +-/A << /S /GoTo /D (a00012_a9d82690370275d42d652eccdea5d3ee5) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3720 0 obj << ++3350 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [152.3758 571.1526 208.455 582.0565] ++/Rect [196.04 271.686 327.227 282.589] + /Subtype /Link +-/A << /S /GoTo /D (a00012_a0d07fb7b8935e137c94d75a3eb492ae9) >> ++/A << /S /GoTo /D (a00050_ga1) >> + >> endobj +-3721 0 obj << ++3351 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [142.4132 521.2771 177.2124 532.1811] ++/Rect [333.364 271.686 407.864 282.589] + /Subtype /Link +-/A << /S /GoTo /D (a00012_a68766f0b1c4d61b5bad87e3b81dacfde) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3722 0 obj << ++3352 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [138.5376 482.3606 182.5921 493.2645] ++/Rect [453.344 271.686 513.996 282.589] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-3723 0 obj << ++3353 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [190.5622 482.3606 240.5544 493.2645] ++/Rect [113.91 259.73 149.108 270.634] + /Subtype /Link +-/A << /S /GoTo /D (a00012_a85a788017457129589318b6c39451acf) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-3724 0 obj << ++3354 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [138.5376 443.444 182.5921 454.348] ++/Rect [141.417 221.115 193.222 232.019] + /Subtype /Link + /A << /S /GoTo /D (a00012) >> + >> endobj +-3725 0 obj << ++3355 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [190.5622 443.444 241.0027 454.348] ++/Rect [196.041 221.115 391.278 232.019] + /Subtype /Link +-/A << /S /GoTo /D (a00012_ac715989f55ff5a0eb6be2969ee477ec0) >> ++/A << /S /GoTo /D (a00051_ga0) >> + >> endobj +-3726 0 obj << ++3356 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [138.5376 404.5275 182.5921 415.4314] ++/Rect [397.414 221.115 471.914 232.019] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3727 0 obj << ++3357 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [190.5622 404.5275 217.4511 415.4314] ++/Rect [113.91 209.16 204.45 220.064] + /Subtype /Link +-/A << /S /GoTo /D (a00012_adc494f6aed939992be1c55cca5822900) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-3728 0 obj << ++3358 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [152.3758 365.6109 204.181 376.5148] ++/Rect [286.581 209.16 338.387 220.064] + /Subtype /Link +-/A << /S /GoTo /D (a00012_aaa6043eee6f55869933c1d974efd9acd) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3729 0 obj << ++3359 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [138.5376 326.6943 182.5921 337.5983] ++/Rect [142.662 170.545 194.467 181.449] + /Subtype /Link + /A << /S /GoTo /D (a00012) >> + >> endobj +-3730 0 obj << ++3360 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [190.5622 326.6943 241.67 337.5983] ++/Rect [198.532 170.545 388.787 181.449] + /Subtype /Link +-/A << /S /GoTo /D (a00012_a7f2343ed476fe4942e6fffd4cade1b40) >> ++/A << /S /GoTo /D (a00051_ga1) >> + >> endobj +-3731 0 obj << ++3361 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [138.5376 287.7778 182.5921 298.6817] ++/Rect [396.169 170.545 470.669 181.449] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3732 0 obj << ++3362 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [190.5622 287.7778 242.1183 298.6817] ++/Rect [113.91 158.59 204.45 169.494] + /Subtype /Link +-/A << /S /GoTo /D (a00012_a7b89e8c189876c0158a9282aaaf17f50) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-3733 0 obj << ++3363 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [152.3758 248.8612 172.6296 259.7651] ++/Rect [220.998 158.59 294.94 169.494] + /Subtype /Link +-/A << /S /GoTo /D (a00012_aac3f6da35c9b57599909a44ce2b716c1) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-3734 0 obj << ++3364 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [138.5376 209.9446 182.5921 220.8486] ++/Rect [317.575 158.59 369.38 169.494] + /Subtype /Link + /A << /S /GoTo /D (a00012) >> + >> endobj +-3735 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [195.5435 209.9446 230.1833 220.8486] +-/Subtype /Link +-/A << /S /GoTo /D (a00012_a04d05403da37bfe17cd63b7c7dd07b1f) >> +->> endobj +-3736 0 obj << ++3365 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [138.5376 171.0281 182.5921 181.932] ++/Rect [139.522 119.974 191.328 130.878] + /Subtype /Link + /A << /S /GoTo /D (a00012) >> + >> endobj +-3737 0 obj << ++3366 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [190.5622 171.0281 232.9626 181.932] ++/Rect [192.253 119.974 333.382 130.878] + /Subtype /Link +-/A << /S /GoTo /D (a00012_af51d08a0a79dba517c06c5afedc8d2dc) >> ++/A << /S /GoTo /D (a00052_ga0) >> + >> endobj +-3738 0 obj << ++3367 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [138.5376 132.1115 182.5921 143.0154] ++/Rect [337.625 119.974 412.125 130.878] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3739 0 obj << ++3368 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [190.5622 132.1115 231.2988 143.0154] ++/Rect [453.344 119.974 513.996 130.878] + /Subtype /Link +-/A << /S /GoTo /D (a00012_a84bd65634dbc55f4158b74443a9bd04f) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-3740 0 obj << ++3369 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [141.3873 95.2522 176.5749 104.0989] ++/Rect [113.91 108.019 149.108 118.923] + /Subtype /Link +-/A << /S /GoTo /D (a00012_a76fd3ac94401cf32dfccc3a3a8de68a5) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-3713 0 obj << +-/D [3711 0 R /XYZ 90 757.9346 null] ++3303 0 obj << ++/D [3301 0 R /XYZ 90 757.935 null] + >> endobj +-3710 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F14 2206 0 R /F40 2073 0 R /F56 2749 0 R >> ++3300 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 467 0 R /F44 478 0 R /F14 590 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-3761 0 obj << +-/Length 2113 ++3372 0 obj << ++/Length 4054 + /Filter /FlateDecode + >> + stream +-xڵZ[o~[`~YF:]O8e|cX "&/i #l(TRɭ詗j)|?eșΟ"pSe s]y7yRd T֑_~o[m5VG'5@H:nlKs|BO`SE2aneޫ#J=#yMڋM%Lih< `Ӿ}Ml{ewKEVEާ}sT +-qN(N8TQ8}|ŴFS HDaJNj11_~9n=y=ttZXg6']SB@'']JfK#ĢWxqGy3} = pzSdMv"D@`f^' ;BދYܭ2n: +-vf.o2c y醋YfmU{};M>F~N@>3]X.=e]Kݹtv t"/O DE !W +-#%Qŋ rng$HYJL#0!EWx1"ݙLf&DpzΤРb-N;98Wa!;gx!k1фt)j烆`\c@[>8P Q^nx@%7CN:,2csUO_png]C&\"g+(a(E +-/H;"c@LP/7jS\PljF6Hl<[. !%CH&\a$y-*R2F/BOTGGw6F +-@@lr,"k5}7 w}}>Pd{A}n-i~`y߮ikl{Xl+Kz U\3;U xӿ+f9 `Mݶź5֝S{[3 Wl/qW]{Uݶ˪q2u]MVsPuY]ns`Hmw0wQg6yM;Uz:/s"{9ֻ.?٧jm?k6qN=6[BתsdN!s0n=sܭTC&/ +-׺~S~@(ħ?8xjZ"Cӫ?Z`\s~K;ƣVk [A1k{=Y'.{}k +-Hh@SNUI(IeepV;R BɅ}{S{'9aބ<"pahm2;*Jv̍jm#endstream ++xڵ\[s~<[4tN/'OI#ˌ:J9]X YaAu\[mY+骹~o.pnYk_δZqan֢9p9p{ݬ|nwᯟ|x>|۟7aˇ?]ŷ๖{﫟~ijlg0޶OWJWRUz-l3r˸`N}qŽ})ƾa ++;g!ἁ}ٚ04!WmlB?݌RqƝK)C@#&h|bғsp̃T%§s\ɹ;НoO7v~n??uG?ySu4ĐI*%GsB\+* +:7%y_TC+ ՙio4fb[.@4ki4S<Ժ,Ohr b9:gO t}>!EYUsԢe?t!s?vЬN ++DcFUw?}ם?w~cu ᩻;)O˲Ͷ-ּG7ƀp2##[$N$O=tk3e@i>NiB!0i/C˔Vʶ#ɇҘҜl6bHrfE|h<Jk  5R G I` yB{:nf {ֵ4dbe"yLc  4)0ԻU~^ p<Gn{dWKz|!DҶRHFpVH{!(}|iSS7|y u"BC\x+~3m8u9Z"]봶Z)Jh$" 3K)z`@za ++N ++SQH0d 9r&r$3CbH_qN@PVQUjBntܪ١tBNWFW>iR >ov㗀l$d u_rBa=_kAX?oR !-!r!(Үe\:9B!oj_<>1Ƅ9=w۝WK*?M Ѭt~i`{zWF$`) Xd+/`$a0'` ++֮"$l@ES%m`K̨ osWPZ2͙-ĐNm$dPf)n+ ++4dNv#$W*T8-QF-n]&Lb0p@#x>~&sg&uc3#OJHP<%Ro=HA˘(f=bڸPOH#i+UdgU$@ޮ"aoYi4(;-(!(0m$0EAmBb@DAP9u1|Fԁ|l4;_yW^!K0 A 酀*66o ++@4M=1YUp/l7bHr ׵i6=l7ui&&Kn0!mǦ7NC%dKx8"ZK5Yl7`>`3W3(2K%3NG)겚 n-V4o_9RYj^R8R7'.hCzdҗt=wOA|OXx/ N9O\h*ΩeMYV)X}pEGLI"[ye# ChĄlyeDhS~Bz0Hj0+k ⩎@ e&EEyk9 ԩ:EdCK!mBN+hʰM01YR4GDmG ɫHHy"oxtG4=19$HJ [AF@HnQ C*+@O| b%Jb/ T$ }r1)BE,I6io'&Yyл#}#C O}&)V>!Ąt:I($|k:!ZtB9I:T)Y3dŕ6ģ՜6ĐNIRҞ[Vwʹn+ d]NbX݈!ɕi> endobj +-3763 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 701.6348 178.4377 712.5387] +-/Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> +->> endobj +-3764 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [178.9359 701.6348 206.3826 712.5387] +-/Subtype /Link +-/A << /S /GoTo /D (a00012_a67925e0f2c47f50408fbdb9bddd0790f) >> ++/Contents 3372 0 R ++/Resources 3370 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 3223 0 R ++/Annots [ 3374 0 R 3375 0 R 3376 0 R 3377 0 R 3378 0 R 3379 0 R 3380 0 R 3381 0 R 3382 0 R 3383 0 R 3384 0 R 3385 0 R 3386 0 R 3387 0 R 3388 0 R 3389 0 R 3390 0 R 3391 0 R 3392 0 R 3393 0 R 3394 0 R 3395 0 R 3396 0 R 3397 0 R 3398 0 R 3399 0 R 3400 0 R 3401 0 R 3402 0 R 3403 0 R 3404 0 R 3405 0 R 3406 0 R 3407 0 R 3408 0 R 3409 0 R 3410 0 R 3411 0 R 3412 0 R 3413 0 R 3414 0 R 3415 0 R 3416 0 R 3417 0 R 3418 0 R 3419 0 R 3420 0 R 3421 0 R 3422 0 R 3423 0 R 3424 0 R 3425 0 R 3426 0 R 3427 0 R 3428 0 R 3429 0 R 3430 0 R 3431 0 R 3432 0 R 3433 0 R 3434 0 R 3435 0 R 3436 0 R 3437 0 R 3438 0 R 3439 0 R ] + >> endobj +-3765 0 obj << ++3374 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 660.2331 178.4377 671.137] ++/Rect [140.192 713.974 191.997 724.878] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3766 0 obj << ++3375 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [178.9359 660.2331 247.8865 671.137] ++/Rect [193.592 713.974 352.983 724.878] + /Subtype /Link +-/A << /S /GoTo /D (a00012_a91788a9da687beb7224cc1fd7b75208c) >> ++/A << /S /GoTo /D (a00052_ga1) >> + >> endobj +-3767 0 obj << ++3376 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 618.8314 178.4377 629.7353] ++/Rect [357.895 713.974 432.396 724.878] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3768 0 obj << ++3377 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [178.9359 618.8314 236.2703 629.7353] ++/Rect [479.356 713.974 513.996 724.878] + /Subtype /Link +-/A << /S /GoTo /D (a00012_a8842d56c2975380f327ea401c5f53564) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3769 0 obj << ++3378 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 577.4297 178.4377 588.3336] ++/Rect [113.91 702.019 136.386 712.923] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3770 0 obj << ++3379 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [178.9359 577.4297 242.6562 588.3336] ++/Rect [156.162 663.378 253.346 674.282] + /Subtype /Link +-/A << /S /GoTo /D (a00012_afa3c59a6dd3da8ffa48710780a1bfb34) >> ++/A << /S /GoTo /D (a00053_ga0) >> + >> endobj +-3771 0 obj << ++3380 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 537.0042 183.4191 546.9319] ++/Rect [260.947 663.378 335.447 674.282] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga37e35730fa7e775b5bb0afe893d6d508) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3772 0 obj << ++3381 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [183.9172 537.0042 216.3453 546.9319] ++/Rect [384.224 663.378 436.029 674.282] + /Subtype /Link +-/A << /S /GoTo /D (a00012_a08f0d0e16c619a6e653526cbee4ffea3) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3773 0 obj << ++3382 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 494.6262 183.4191 505.5302] ++/Rect [461.643 663.378 513.996 674.282] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga37e35730fa7e775b5bb0afe893d6d508) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3774 0 obj << ++3383 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [183.9172 494.6262 257.8491 505.5302] ++/Rect [113.91 651.423 118.672 662.327] + /Subtype /Link +-/A << /S /GoTo /D (a00012_ac38c4012127525ef74c5615c526f4c2e) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3775 0 obj << ++3384 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [113.9104 454.2008 183.4191 464.1285] ++/Rect [139.612 612.782 191.417 623.686] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga37e35730fa7e775b5bb0afe893d6d508) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3776 0 obj << ++3385 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [183.9172 454.2008 252.6189 464.1285] ++/Rect [192.431 612.782 319.802 623.686] + /Subtype /Link +-/A << /S /GoTo /D (a00012_a19e3d0a5951a7510fc4fc4722a9bf531) >> ++/A << /S /GoTo /D (a00053_ga1) >> + >> endobj +-3777 0 obj << ++3386 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [138.5376 411.8228 212.4797 422.7268] ++/Rect [324.134 612.782 398.634 623.686] + /Subtype /Link +-/A << /S /GoTo /D (a00014) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3778 0 obj << ++3387 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [220.4499 411.8228 242.3674 422.7268] ++/Rect [440.054 612.782 513.996 623.686] + /Subtype /Link +-/A << /S /GoTo /D (a00012_ad59bcd73a10260a0e239be5c4b5888bb) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-3779 0 obj << ++3388 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [152.3758 370.4211 201.4115 381.325] ++/Rect [202.189 600.827 276.131 611.731] + /Subtype /Link +-/A << /S /GoTo /D (a00012_a9843acc28cfbba903b63ea14b137ff70) >> +->> endobj +-3762 0 obj << +-/D [3760 0 R /XYZ 90 757.9346 null] +->> endobj +-1246 0 obj << +-/D [3760 0 R /XYZ 90 328.9615 null] +->> endobj +-1250 0 obj << +-/D [3760 0 R /XYZ 90 264.8294 null] +->> endobj +-3780 0 obj << +-/D [3760 0 R /XYZ 90 239.928 null] +->> endobj +-1254 0 obj << +-/D [3760 0 R /XYZ 90 239.928 null] +->> endobj +-3781 0 obj << +-/D [3760 0 R /XYZ 90 96.348 null] +->> endobj +-3759 0 obj << +-/Font << /F28 1626 0 R /F40 2073 0 R /F56 2749 0 R /F22 1616 0 R /F14 2206 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-3791 0 obj << +-/Length 1857 +-/Filter /FlateDecode +->> +-stream +-xXo6m 3ߺ6M[I(0IG#(Y}DG9?>O< +-"/~8|iz/E'K=8<̋?6/urj[&̎,".AI}KaǃG5C"nh*ۥ՝ڞ&otvnU׸ͫU֣Ԍ燰#]w6F:o#/FՇU[lkUM9%Xy0X&mzY]|\!ȧbud18>:U<2´ʁ)x>ժ٫,".Y +-U L=>k<5$.?^\L8$Bgd[WFLcw^N'JdvN3j b"/\z~ Q^ ((gǖmP&$/a?,ƗTx'SȖxq\!G^,XH_  Zo{exr+Ã~%wJ}ZE?Ѫv':BYZ֙j6@9eA/}:`ܰܵ7@4KKz]\ܬ8\}:y}bӛj9|>{uw k4wˮLu5& !W~ ֐~Mt02<=bRBy4j'&<~ȇm]]PWA6xiC?rϐ^CM(a_ͯ1,RoK"xvЯ:|*U;ksfWq<_8sS?> En[ԾT,BC_?;~+Ý} endstream +-endobj +-3790 0 obj << +-/Type /Page +-/Contents 3791 0 R +-/Resources 3789 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 3741 0 R +->> endobj +-3792 0 obj << +-/D [3790 0 R /XYZ 90 757.9346 null] +->> endobj +-1258 0 obj << +-/D [3790 0 R /XYZ 90 739.9346 null] +->> endobj +-3754 0 obj << +-/D [3790 0 R /XYZ 90 580.4586 null] +->> endobj +-1262 0 obj << +-/D [3790 0 R /XYZ 90 565.7015 null] +->> endobj +-3744 0 obj << +-/D [3790 0 R /XYZ 90 525.7479 null] +->> endobj +-1266 0 obj << +-/D [3790 0 R /XYZ 90 510.9908 null] +->> endobj +-3755 0 obj << +-/D [3790 0 R /XYZ 90 466.9227 null] +->> endobj +-1270 0 obj << +-/D [3790 0 R /XYZ 90 452.1656 null] +->> endobj +-3783 0 obj << +-/D [3790 0 R /XYZ 90 410.1547 null] +->> endobj +-1274 0 obj << +-/D [3790 0 R /XYZ 90 395.3976 null] +->> endobj +-3786 0 obj << +-/D [3790 0 R /XYZ 90 245.9837 null] +->> endobj +-1278 0 obj << +-/D [3790 0 R /XYZ 90 231.2267 null] +->> endobj +-3789 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F44 2087 0 R /F14 2206 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-3795 0 obj << +-/Length 1301 +-/Filter /FlateDecode +->> +-stream +-xWio6_!$`x:C#i.(B%*9Ch`Cx~K,b3 +-Ogma>&e1%Mŕ)ޢs/^^,zYEDk:{%zK`ISmf!eä]~;ȱaʻg azRT G$1D"YŌ!DWՉLQ(h=PM#(&Hz_u ~^.꛾Vnt[:WֻJRv|6շ#YKݽ9q6qJ C%$vY7B-89N8P4DQs#wBCO4˽vk@(:cF4["FC~9 m1uew^r;حe>53o=k_8VUj}]f q,DsX9GP91}.]#roeWn +-:V6Z9bWڑҳ3;96jb-nwn'ăʎ\DctL'/e[]_~ȠnziR4{vq"p ko,7t7"|e&$3Uaԍ-ƔD*715A\S<}HWR֥WԺqK#7@)) +- 1 +-#?jۻj'@t۾n[{6!0T +- tZgZ&o +-+A)A Ic vV&qf+4j1&Aԑ";iD$rGltGGs/ifS Ar;% ,:>`6̀5 }t_?gA`q laݫqMʍn\c(P +-Ui7NTn?O`u'#A#+'N+gmw(>Nf)yclwо.}'Z4#P _=33b6FS +-TfSv@"X#v$LNhn=K,oJ]|\=WPs!ӗVu}<~X> endobj +-3796 0 obj << +-/D [3794 0 R /XYZ 90 757.9346 null] +->> endobj +-3782 0 obj << +-/D [3794 0 R /XYZ 90 701.7709 null] +->> endobj +-1282 0 obj << +-/D [3794 0 R /XYZ 90 685.5089 null] +->> endobj +-3745 0 obj << +-/D [3794 0 R /XYZ 90 516.1632 null] +->> endobj +-1286 0 obj << +-/D [3794 0 R /XYZ 90 499.9012 null] +->> endobj +-3756 0 obj << +-/D [3794 0 R /XYZ 90 457.5893 null] +->> endobj +-1290 0 obj << +-/D [3794 0 R /XYZ 90 441.3273 null] ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-3787 0 obj << +-/D [3794 0 R /XYZ 90 401.0728 null] +->> endobj +-1294 0 obj << +-/D [3794 0 R /XYZ 90 384.8108 null] +->> endobj +-3788 0 obj << +-/D [3794 0 R /XYZ 90 340.4417 null] +->> endobj +-1298 0 obj << +-/D [3794 0 R /XYZ 90 324.1797 null] +->> endobj +-3757 0 obj << +-/D [3794 0 R /XYZ 90 281.8679 null] +->> endobj +-1302 0 obj << +-/D [3794 0 R /XYZ 90 265.6059 null] +->> endobj +-3746 0 obj << +-/D [3794 0 R /XYZ 90 225.3513 null] +->> endobj +-1306 0 obj << +-/D [3794 0 R /XYZ 90 209.0893 null] +->> endobj +-3743 0 obj << +-/D [3794 0 R /XYZ 90 154.8223 null] +->> endobj +-1310 0 obj << +-/D [3794 0 R /XYZ 90 138.5603 null] +->> endobj +-3742 0 obj << +-/D [3794 0 R /XYZ 90 94.1912 null] +->> endobj +-3793 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F14 2206 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-3799 0 obj << +-/Length 1448 +-/Filter /FlateDecode +->> +-stream +-xn8_GY"u\-ҺqQmac+S^M;IYV-X >D`'Nyw;k_Nٞb₆N"='SBE% yE,VM]6I[QNI +-.|ufrIA7(`D: }'7߻sFK0%'ޏI58h("tF0nK% zT0 +-"S5JgSo=Y- e( 1ko7URf:+d)~sHNȑQڇ:"qϔ2)*cQr;7=SFJٲ] \*[\ +-W"/wFZcB?aCK- 5Q/UΈx /5uKITD)RުU#.-L* b*!H|ʴcܵVcRPRO-Z֭b`w,tGB/cx7?;ZUqE+b׸L9W=Yb*GPĹ.U gn RjO?u+w)*K<-cGI 6VH#.U4AMŰstd)zc<>u?Ix0&ZHLO:P%w]T2I~-,TldVQK Z\}Z.T_/?-/_Nv/˛O7M")(atݔn'U^OHP*Uq]6ˆޚ+^)bTW;I+v%uY;Kc ]!8Ŷ(6F{VBRo5nAYMrI8 X cӒENLa P"]Z LQQ4km_[Nk=]GF:6uo[e6-f7$TMe4U-t le1KQMvx-$ ?h6_`e0%󦔖E"(''e'y -v(iOXpe:Fڙ/ 4ܒذS;6B֛U_O)Ӓ7sʏ/L֌͠0&La/\TO>&9e3Iz<)G$\Ihwh$'&Yekiwgf ڎYjOjVԄD]A~ =*r.X +-SPD{iWm#Cc`+b5iBThz ‚ r桽A xB>fLr),ưɾ4zq&PwI1rSapi[!c}0?Ymj[oI문߯Oݛoendstream +-endobj +-3798 0 obj << +-/Type /Page +-/Contents 3799 0 R +-/Resources 3797 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 3741 0 R +->> endobj +-3800 0 obj << +-/D [3798 0 R /XYZ 90 757.9346 null] +->> endobj +-1314 0 obj << +-/D [3798 0 R /XYZ 90 739.9346 null] +->> endobj +-3748 0 obj << +-/D [3798 0 R /XYZ 90 702.9347 null] +->> endobj +-1318 0 obj << +-/D [3798 0 R /XYZ 90 685.708 null] +->> endobj +-3752 0 obj << +-/D [3798 0 R /XYZ 90 643.2032 null] +->> endobj +-1322 0 obj << +-/D [3798 0 R /XYZ 90 625.9765 null] +->> endobj +-3785 0 obj << +-/D [3798 0 R /XYZ 90 583.4717 null] +->> endobj +-1326 0 obj << +-/D [3798 0 R /XYZ 90 566.245 null] +->> endobj +-3784 0 obj << +-/D [3798 0 R /XYZ 90 360.1713 null] +->> endobj +-1330 0 obj << +-/D [3798 0 R /XYZ 90 342.9445 null] +->> endobj +-3709 0 obj << +-/D [3798 0 R /XYZ 90 213.6542 null] +->> endobj +-1334 0 obj << +-/D [3798 0 R /XYZ 90 196.4275 null] +->> endobj +-3747 0 obj << +-/D [3798 0 R /XYZ 90 153.9227 null] +->> endobj +-1338 0 obj << +-/D [3798 0 R /XYZ 90 136.696 null] +->> endobj +-3750 0 obj << +-/D [3798 0 R /XYZ 90 94.1912 null] +->> endobj +-3797 0 obj << +-/Font << /F28 1626 0 R /F14 2206 0 R /F22 1616 0 R /F44 2087 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-3803 0 obj << +-/Length 1416 +-/Filter /FlateDecode +->> +-stream +-xX[F~@Cm)L>UUJ4Ѫyڬ,Mp llf*g\`G;J(1.i%,څn[-ՎayyKxK !q&e#ƬSJ6n +-{hkK@VSMyQmmwFT/z4S8=UYp?b}^DOop5 +- +-X%'4WH$5D24e!i)"a +-{U@a3ƻx&a\Ѧ21piL ?iliSOtO3dDA:7Pu`7@Flm:`&jQ 'zD]fvs0Q>KO%bdEvc_DogbtzE`BТ/aChcUS.)2}#=*9QVxlj%Wo#]L) [$6gL*yN2q,DρzX{hzez|1!?YhP4bV* lnm¾2_F'endstream +-endobj +-3802 0 obj << +-/Type /Page +-/Contents 3803 0 R +-/Resources 3801 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 3741 0 R +-/Annots [ 3806 0 R 3807 0 R 3809 0 R 3810 0 R ] +->> endobj +-3806 0 obj << ++3389 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [138.5376 232.0706 219.6525 241.9983] ++/Rect [143.225 562.186 195.031 573.09] + /Subtype /Link +-/A << /S /GoTo /D (a00010) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3807 0 obj << ++3390 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [138.5376 191.8904 220.2206 202.7943] ++/Rect [199.659 562.186 352.475 573.09] + /Subtype /Link +-/A << /S /GoTo /D (a00011) >> ++/A << /S /GoTo /D (a00053_ga2) >> + >> endobj +-3809 0 obj << ++3391 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [138.5376 108.3137 295.4774 119.2177] ++/Rect [360.42 562.186 434.92 573.09] + /Subtype /Link +-/A << /S /GoTo /D (a00010) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3810 0 obj << ++3392 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [295.9755 108.3137 320.6428 119.2177] ++/Rect [113.91 550.231 187.852 561.135] + /Subtype /Link +-/A << /S /GoTo /D (a00013_ab5a8ae3bf490e6b1071fea53f7382836) >> +->> endobj +-3804 0 obj << +-/D [3802 0 R /XYZ 90 757.9346 null] +->> endobj +-1342 0 obj << +-/D [3802 0 R /XYZ 90 739.9346 null] +->> endobj +-3749 0 obj << +-/D [3802 0 R /XYZ 90 703.3873 null] +->> endobj +-1346 0 obj << +-/D [3802 0 R /XYZ 90 688.4237 null] +->> endobj +-3753 0 obj << +-/D [3802 0 R /XYZ 90 646.3715 null] +->> endobj +-1350 0 obj << +-/D [3802 0 R /XYZ 90 631.4079 null] ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-3751 0 obj << +-/D [3802 0 R /XYZ 90 589.3558 null] +->> endobj +-1354 0 obj << +-/D [3802 0 R /XYZ 90 574.3921 null] +->> endobj +-3708 0 obj << +-/D [3802 0 R /XYZ 90 532.34 null] +->> endobj +-1358 0 obj << +-/D [3802 0 R /XYZ 90 517.3763 null] +->> endobj +-3758 0 obj << +-/D [3802 0 R /XYZ 90 475.3242 null] +->> endobj +-1362 0 obj << +-/D [3802 0 R /XYZ 90 460.3605 null] +->> endobj +-2498 0 obj << +-/D [3802 0 R /XYZ 90 368.8271 null] +->> endobj +-1366 0 obj << +-/D [3802 0 R /XYZ 90 360.8875 null] +->> endobj +-3805 0 obj << +-/D [3802 0 R /XYZ 90 250.2191 null] +->> endobj +-3808 0 obj << +-/D [3802 0 R /XYZ 90 127.4385 null] +->> endobj +-3801 0 obj << +-/Font << /F28 1626 0 R /F14 2206 0 R /F22 1616 0 R /F44 2087 0 R /F11 2091 0 R /F40 2073 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-3814 0 obj << +-/Length 1199 +-/Filter /FlateDecode +->> +-stream +-xڵXMoFWE:h3-ںI(MQ,$"%c>XZμ}3D8AxdaNH%#hSz>m<}mӨ)拏cLMx'/rj=O>1eM]Ғcfyn뼆R!UBg-gY=9GE}U)\1+l4ESa} $-z]ɏƞꊍL +-+W: pڅJDMktkݎ{(OT8W.<w48n}VGMgIis=fSo47\O!$#R?bÔ.c4TJAo)ı +#Z[4nKE&R F3i7×aFZ[r$Y)k>QQ#9uqN1:BièlQOՊ*`:u'qw]!~=]|^ Ђ)'Ly6ukh +-B7)j3wꊒPEWQ" 3{970ly#Gi=vSHkD/_1$yk6=In*mGE/5[+Z2Ek+՝bdU ztgwvfaNU~H͸lhb]o"3Nj^RC-FhOP^T +-A@@J.#VfU(Y%Jgc\Jr}o7SP5P.=BD~ +-DWB8endstream +-endobj +-3813 0 obj << +-/Type /Page +-/Contents 3814 0 R +-/Resources 3812 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 3824 0 R +-/Annots [ 3816 0 R 3817 0 R 3820 0 R 3821 0 R ] +->> endobj +-3816 0 obj << ++3393 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [138.5376 713.6547 296.0454 724.5586] ++/Rect [161.848 511.59 235.341 522.494] + /Subtype /Link +-/A << /S /GoTo /D (a00011) >> ++/A << /S /GoTo /D (a00054_ga0) >> + >> endobj +-3817 0 obj << ++3394 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [296.5436 713.6547 321.7789 724.5586] ++/Rect [240.53 511.59 315.031 522.494] + /Subtype /Link +-/A << /S /GoTo /D (a00013_ae4ba157cc313e2cdd9a82f1c1df7aaa6) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3820 0 obj << ++3395 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [141.0186 303.3138 164.5899 312.1604] ++/Rect [358.38 511.59 410.185 522.494] + /Subtype /Link +-/A << /S /GoTo /D (a00014_a115dde58f40338a2d3276d59c099857d) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3821 0 obj << ++3396 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [141.0186 264.034 164.3409 272.8807] ++/Rect [113.91 499.635 178.438 510.539] + /Subtype /Link +-/A << /S /GoTo /D (a00014_a522efd7f5262a4493a73fa3476a041ce) >> +->> endobj +-3815 0 obj << +-/D [3813 0 R /XYZ 90 757.9346 null] +->> endobj +-1370 0 obj << +-/D [3813 0 R /XYZ 90 675.6433 null] +->> endobj +-1374 0 obj << +-/D [3813 0 R /XYZ 90 614.3758 null] +->> endobj +-3811 0 obj << +-/D [3813 0 R /XYZ 90 589.9518 null] +->> endobj +-1378 0 obj << +-/D [3813 0 R /XYZ 90 589.9518 null] +->> endobj +-3818 0 obj << +-/D [3813 0 R /XYZ 90 545.8692 null] +->> endobj +-1382 0 obj << +-/D [3813 0 R /XYZ 90 530.8202 null] +->> endobj +-2499 0 obj << +-/D [3813 0 R /XYZ 90 439.1939 null] +->> endobj +-1386 0 obj << +-/D [3813 0 R /XYZ 90 431.207 null] +->> endobj +-3819 0 obj << +-/D [3813 0 R /XYZ 90 320.4191 null] +->> endobj +-1390 0 obj << +-/D [3813 0 R /XYZ 90 223.9653 null] +->> endobj +-1394 0 obj << +-/D [3813 0 R /XYZ 90 162.6978 null] ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-3822 0 obj << +-/D [3813 0 R /XYZ 90 138.2739 null] +->> endobj +-1398 0 obj << +-/D [3813 0 R /XYZ 90 138.2739 null] +->> endobj +-3823 0 obj << +-/D [3813 0 R /XYZ 90 96.2485 null] +->> endobj +-3812 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F40 2073 0 R /F44 2087 0 R /F11 2091 0 R /F14 2206 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-3827 0 obj << +-/Length 1366 +-/Filter /FlateDecode +->> +-stream +-xXnF}W T_@ 7iEc) ZdT\;ݥH"mAxEmw̙%0# +-eOp&ĿY[[#2Zlj A OSՌ*P^U kUqXUi]>ɪJEׇ%$ߓOq>L0bF~`D~) ?vV۝ 9ۣSq$EjF0}\߼%硰1sB +-q0Dwj}Y把i,WO!ڴ=y4qem}~V.fFZnqﳰd~ ҭ:}nX_l,)*Y{"$Xrcm#8K=9"ŶUL38F>~Jũ/A +-6챑 0Xʮ:<h<f )0 ؒWG<}^Q$;Jm\ʆQÊ Jֲd!ls29 gf3)3F۔ VgLb?Z78d#S慝IPd JRƚ;?7gI\zf=ط|[#@\U7bT=H#~Uwtsu^~USg[ȅ!"|w^TmVL .iB@!-t)&8> endobj +-3830 0 obj << ++3397 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [149.6161 499.3426 167.1002 509.2703] ++/Rect [166.874 460.994 235.635 471.898] + /Subtype /Link +-/A << /S /GoTo /D (a00015_af0619463fb5d10052b7fe3495a66d74b) >> ++/A << /S /GoTo /D (a00054_ga1) >> + >> endobj +-3831 0 obj << ++3398 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [149.6161 460.1707 173.7455 470.0984] ++/Rect [243.337 460.994 317.838 471.898] + /Subtype /Link +-/A << /S /GoTo /D (a00015_ab5d01db7b26177a6b5361107cad152c3) >> +->> endobj +-3828 0 obj << +-/D [3826 0 R /XYZ 90 757.9346 null] +->> endobj +-1402 0 obj << +-/D [3826 0 R /XYZ 90 739.9346 null] +->> endobj +-2500 0 obj << +-/D [3826 0 R /XYZ 90 653.9453 null] +->> endobj +-1406 0 obj << +-/D [3826 0 R /XYZ 90 646.0258 null] +->> endobj +-3829 0 obj << +-/D [3826 0 R /XYZ 90 517.4751 null] +->> endobj +-1410 0 obj << +-/D [3826 0 R /XYZ 90 421.3583 null] +->> endobj +-1414 0 obj << +-/D [3826 0 R /XYZ 90 348.2813 null] +->> endobj +-3832 0 obj << +-/D [3826 0 R /XYZ 90 323.8816 null] +->> endobj +-1418 0 obj << +-/D [3826 0 R /XYZ 90 323.8816 null] +->> endobj +-3833 0 obj << +-/D [3826 0 R /XYZ 90 279.8232 null] +->> endobj +-1422 0 obj << +-/D [3826 0 R /XYZ 90 264.8956 null] +->> endobj +-2501 0 obj << +-/D [3826 0 R /XYZ 90 173.4014 null] +->> endobj +-1426 0 obj << +-/D [3826 0 R /XYZ 90 165.482 null] +->> endobj +-3825 0 obj << +-/Font << /F28 1626 0 R /F14 2206 0 R /F22 1616 0 R /F44 2087 0 R /F11 2091 0 R /F40 2073 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-3836 0 obj << +-/Length 1557 +-/Filter /FlateDecode +->> +-stream +-xYnF}WQ/zk&mh>%HB&]|}g\UOEX"Gsffϙ%I P0.GGjAkn]xIudTFʃ$HPBpVk*wvm~~|/ur^L}(|IY}ܾ^mLߋqtx_/0bF`DS濜4~܍c +-%!OB{q;{N1V+2pȴUi%L'?D +-6XpaI [U#3t:k}(_Àaw1ٕwnP8R@MBsXHx.(Gl- EO|JGRJ HQcfS q*v!>TxEhK|MK!;p%iq~g 2$6QZglqvqJfeT!MzԺO`4BDHj(Y1r=LaL\6QwcT,⓺^4+% -0P}(_E@P/A( &0rb T@ +-ٛ +C6j>`}X&\ \x-@Ki޶t8tR8h920_&L\2,,p=;Aw/`y _EU'Y & U&4 +-&'Et捙M0Jir +-35ߓ҉Qܘr8Gy܆mHYr!ugYۇۻS |cܐPZ}.,$M]9Sq3f n.\`\2֦̦QFkۭZl,9f6n] ~Gf% &mrN0F`SL0a>U0](.Rc8 :?[3yuNҡ18uqWG!c8-)^l!v xyqzJ*)L):dJﭹCU7ehAumq+=sӤLO67WVhFf|UCw19t|VϷ^Hk(RYՙh}w*' ~9o'D8z(N VLR<Lh*aeˡ $#5QFofE,s$.8VM, ڇ'-Z%ԖflϢ=4 CG,D%ۊ=)`<=1~mGqm%DCRBG~G8Dn/\1y?xQ=xF~u~#v$Kq#s~xoSb`R')ٌ<(4 ߷L*8=~oVA7c95[*gĩ'Ѓ +-M Uw=7~ػDlPS]cϜ_{V;vZ^⾻^<Gj +-j gendstream +-endobj +-3835 0 obj << +-/Type /Page +-/Contents 3836 0 R +-/Resources 3834 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 3824 0 R +-/Annots [ 3839 0 R 3841 0 R 3842 0 R 3843 0 R 3844 0 R 3845 0 R ] ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3839 0 obj << ++3399 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [138.5376 704.0617 275.5627 714.9656] ++/Rect [366.841 460.994 418.647 471.898] + /Subtype /Link +-/A << /S /GoTo /D (a00015) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3841 0 obj << ++3400 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [149.6161 621.0077 207.5083 631.9117] ++/Rect [448.921 460.994 513.996 471.898] + /Subtype /Link +-/A << /S /GoTo /D (a00016_a68c3323d2d0a248d1b7fec7af44bebe3) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-3842 0 obj << ++3401 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [149.6161 582.0262 209.1622 592.9302] ++/Rect [113.91 449.039 118.672 459.943] + /Subtype /Link +-/A << /S /GoTo /D (a00016_a27043a3150660f44ed84916c2d0d7e0e) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-3843 0 obj << ++3402 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [152.3758 543.0447 216.3454 553.9487] ++/Rect [178.156 436.194 336.621 447.098] + /Subtype /Link +-/A << /S /GoTo /D (a00016_a208c27f4491077d7fb9ba5db8b29cb57) >> ++/A << /S /GoTo /D (a00054_ga2) >> + >> endobj +-3844 0 obj << ++3403 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [138.5376 504.0633 370.2069 514.9672] ++/Rect [344.298 436.194 418.798 447.098] + /Subtype /Link +-/A << /S /GoTo /D (a00015) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3845 0 obj << ++3404 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [378.177 504.0633 424.991 514.9672] ++/Rect [113.91 424.239 209.431 435.143] + /Subtype /Link +-/A << /S /GoTo /D (a00016_a865eba7b12b986d72dbe7a2cfd97c50d) >> +->> endobj +-3837 0 obj << +-/D [3835 0 R /XYZ 90 757.9346 null] +->> endobj +-3838 0 obj << +-/D [3835 0 R /XYZ 90 723.0752 null] +->> endobj +-3840 0 obj << +-/D [3835 0 R /XYZ 90 640.0213 null] +->> endobj +-1430 0 obj << +-/D [3835 0 R /XYZ 90 466.5365 null] +->> endobj +-1434 0 obj << +-/D [3835 0 R /XYZ 90 405.6716 null] +->> endobj +-3846 0 obj << +-/D [3835 0 R /XYZ 90 381.3148 null] ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-1438 0 obj << +-/D [3835 0 R /XYZ 90 381.3148 null] ++3405 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [245.346 424.239 351.796 435.143] ++/Subtype /Link ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-3847 0 obj << +-/D [3835 0 R /XYZ 90 337.2992 null] ++3406 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [167.37 385.599 290.418 396.502] ++/Subtype /Link ++/A << /S /GoTo /D (a00054_ga3) >> + >> endobj +-1442 0 obj << +-/D [3835 0 R /XYZ 90 322.5859 null] ++3407 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [294.5 385.599 369 396.502] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3848 0 obj << +-/D [3835 0 R /XYZ 430.6697 253.161 null] ++3408 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [453.344 385.599 513.996 396.502] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-1446 0 obj << +-/D [3835 0 R /XYZ 90 236.2908 null] ++3409 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [113.91 373.643 149.108 384.547] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-3849 0 obj << +-/D [3835 0 R /XYZ 90 194.2887 null] ++3410 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [180.042 373.643 286.492 384.547] ++/Subtype /Link ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-1450 0 obj << +-/D [3835 0 R /XYZ 90 179.5753 null] ++3411 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [139.096 335.003 229.635 345.906] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2502 0 obj << +-/D [3835 0 R /XYZ 90 88.3143 null] ++3412 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [230.133 335.003 385.977 345.906] ++/Subtype /Link ++/A << /S /GoTo /D (a00055_ga0) >> + >> endobj +-3834 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F40 2073 0 R /F56 2749 0 R /F14 2206 0 R /F44 2087 0 R >> +-/ProcSet [ /PDF /Text ] ++3413 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [389.793 335.003 464.293 345.906] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3852 0 obj << +-/Length 1215 +-/Filter /FlateDecode +->> +-stream +-xڽYM6W>,kQl7EC$X(6\Yv}G"%SFii4RIC"#%,Q4.{߸琢4҂hxqJh\}7TCJ`SUX.g]]Tb0mŵ8WއFL+=4zŔ?٧_sy`,;Nxz$FpQHWb7c<O*;Lr3o] z :lA/#%PDO]W4!%gHj,7HJZ3qbFݯ y#@L 1KԩY:`Oz]S2 3qPc OQ;P\6=.[MRPH0V([|t!<5CV=ԥ/l#\!@0?/ZbzAY(&YH,Ч?nw^=3[Y_/ZZ Wgu+իw^}3WIInZ)X +-Vgqʍ;EKm{˯d+[V &TZVCVVn)ZP\nU2KV*&8peiŠ릒:]YX1ǡO1N17z(.Q̏g]Bz HkV z),Ч?nwb=(3{1Z xaZ1 `wfa>q;ܸS꡸D+?SwOJk4b4vֈؽ]V%ۼۓ}s?xO +-[S}ʉڜ+g*g)79#ӌ>迠Ƨ)YUuUlk7EnϳTeKhKŘ8 sA]Hw$=%h]6ؕ؀ 9OWn3X]f6⫰1 2 `#vod0q0\s3BSg6~(N`iGP˛w([Ғ:a*SL+Z;5"7Ϳ͕XRmܺ&e\QIlW|7r€n{i^௅Iendstream +-endobj +-3851 0 obj << +-/Type /Page +-/Contents 3852 0 R +-/Resources 3850 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 3824 0 R +-/Annots [ 3855 0 R 3856 0 R 3857 0 R 3858 0 R 3859 0 R 3860 0 R 3861 0 R 3862 0 R ] ++3414 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [139.096 322.158 229.635 333.062] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-3855 0 obj << ++3415 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [172.012 622.1737 259.2341 633.0776] ++/Rect [230.133 322.158 384.882 333.062] + /Subtype /Link +-/A << /S /GoTo /D (a00017_a9403d51657a4d546b3ea9553a2973a27) >> ++/A << /S /GoTo /D (a00055_ga1) >> + >> endobj +-3856 0 obj << ++3416 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [172.012 608.6842 260.3401 619.5881] ++/Rect [388.697 322.158 463.198 333.062] + /Subtype /Link +-/A << /S /GoTo /D (a00017_a77a09ddd78ee3e9ff5f532a6ac74f7eb) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3857 0 obj << ++3417 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [172.012 595.1947 244.8384 606.0986] ++/Rect [139.096 309.313 229.635 320.217] + /Subtype /Link +-/A << /S /GoTo /D (a00017_aa166223d1c2a6de7256ab2d8b675a87e) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-3858 0 obj << ++3418 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [172.012 581.7052 245.9444 592.6091] ++/Rect [230.133 309.313 374.361 320.217] + /Subtype /Link +-/A << /S /GoTo /D (a00017_aae705bc447adc163ead377362c4dfe9f) >> ++/A << /S /GoTo /D (a00055_ga2) >> + >> endobj +-3859 0 obj << ++3419 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [172.012 568.2157 266.427 579.1196] ++/Rect [378.177 309.313 452.677 320.217] + /Subtype /Link +-/A << /S /GoTo /D (a00017_a57a89a4b5f1f74fa6cfe176f1e8b0798) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3860 0 obj << ++3420 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [172.012 554.7262 267.5329 565.6301] ++/Rect [139.096 270.672 229.635 281.576] + /Subtype /Link +-/A << /S /GoTo /D (a00017_a80d762e532d677dff262d83cc7bb1c60) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-3861 0 obj << ++3421 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [172.012 541.2367 252.0313 552.1406] ++/Rect [230.133 270.672 380.747 281.576] + /Subtype /Link +-/A << /S /GoTo /D (a00017_a46fba33e307909ce256624687799dd6d) >> ++/A << /S /GoTo /D (a00055_ga3) >> + >> endobj +-3862 0 obj << ++3422 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [172.012 527.7472 253.1372 538.6511] ++/Rect [384.563 270.672 459.063 281.576] + /Subtype /Link +-/A << /S /GoTo /D (a00017_a8dd4d8531ed2eebdce1507e7d104154e) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3853 0 obj << +-/D [3851 0 R /XYZ 90 757.9346 null] ++3423 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [138.722 232.032 234.243 242.936] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-1454 0 obj << +-/D [3851 0 R /XYZ 90 739.9346 null] ++3424 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [234.367 232.032 395.193 242.936] ++/Subtype /Link ++/A << /S /GoTo /D (a00056_ga0) >> + >> endobj +-3854 0 obj << +-/D [3851 0 R /XYZ 90 641.6617 null] ++3425 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [398.635 232.032 473.135 242.936] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1458 0 obj << +-/D [3851 0 R /XYZ 90 512.9625 null] ++3426 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [138.996 219.187 234.517 230.091] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-1462 0 obj << +-/D [3851 0 R /XYZ 90 452.9734 null] ++3427 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [234.915 219.187 394.645 230.091] ++/Subtype /Link ++/A << /S /GoTo /D (a00056_ga1) >> + >> endobj +-3863 0 obj << +-/D [3851 0 R /XYZ 90 428.4031 null] ++3428 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [398.361 219.187 472.861 230.091] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1466 0 obj << +-/D [3851 0 R /XYZ 90 428.4031 null] ++3429 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [143.765 206.342 239.286 217.246] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-3864 0 obj << +-/D [3851 0 R /XYZ 325.1262 386.3308 null] ++3430 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [244.454 206.342 400.05 217.246] ++/Subtype /Link ++/A << /S /GoTo /D (a00056_ga2) >> + >> endobj +-1470 0 obj << +-/D [3851 0 R /XYZ 90 368.3931 null] ++3431 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [408.535 206.342 483.035 217.246] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3865 0 obj << +-/D [3851 0 R /XYZ 339.3525 328.3343 null] ++3432 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [162.435 155.746 267.361 166.65] ++/Subtype /Link ++/A << /S /GoTo /D (a00057_ga0) >> + >> endobj +-1474 0 obj << +-/D [3851 0 R /XYZ 90 310.3965 null] ++3433 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [272.843 155.746 347.344 166.65] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3866 0 obj << +-/D [3851 0 R /XYZ 327.7362 270.3377 null] ++3434 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [391.354 155.746 481.893 166.65] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-1478 0 obj << +-/D [3851 0 R /XYZ 90 252.4 null] ++3435 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [113.91 144.165 183.419 154.695] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-3867 0 obj << +-/D [3851 0 R /XYZ 313.5099 212.3412 null] ++3436 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [166.774 105.15 296.606 116.054] ++/Subtype /Link ++/A << /S /GoTo /D (a00057_ga1) >> + >> endobj +-1482 0 obj << +-/D [3851 0 R /XYZ 90 194.4034 null] ++3437 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [453.344 105.15 513.996 116.054] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-3868 0 obj << +-/D [3851 0 R /XYZ 268.9574 154.3446 null] ++3438 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [113.91 93.195 149.108 104.099] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-1486 0 obj << +-/D [3851 0 R /XYZ 90 136.4068 null] ++3439 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [180.042 93.195 249.55 104.099] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-3869 0 obj << +-/D [3851 0 R /XYZ 283.1837 96.348 null] ++3373 0 obj << ++/D [3371 0 R /XYZ 90 757.935 null] + >> endobj +-3850 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F44 2087 0 R /F11 2091 0 R >> ++3370 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 467 0 R /F14 590 0 R /F44 478 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-3873 0 obj << +-/Length 1156 ++3442 0 obj << ++/Length 1035 + /Filter /FlateDecode + >> + stream +-xXK6W>%) Am➒`!KB\YHʔW4@bՃÙo<,a#^({xvB* +-on48%[&p6OPdǸ<[K>t3">Ngs"8SBe Ϡ +-_& 0"aH݄Q>[=zN{@1h E`>Mw6*{#UOl\cZ=VXmu4ʨH@ +-kmڦv]龲oKP}~wQ_ 4AƘ)b&H_6ٌrE5$z 5&6I;`Teѻ.JkUMO˨YE +-u4O=#px3w]Z7 |.z(׶][1H`!vzm6|j:f`攚rߪs 2_|ȣ9$=e0/(7ke`y&o3&퀀0.+q^'6 HrC Ii:(bI#t +-9קCو>C0Ⱦ*Y'2#,oY`% wZF{ +-5Vʍy#`*0qI3A p$ڜpYo#$:p@QZ1 *XaOf&1PӳR U*j_VɒbaWžP @ '/rag'1E"SJFYn!^{nnz7^QUƥN\6\w + +-_RہXF +-YNٱfendstream ++xڵWM6W(5l7AmPm-+mem3ɵ>l)Z Y|<!$1\&M WL'œ]7] s9_0I](9P{t[ wc:-}dX60i&}B aF 7:y{J~&_p9>?Uh˺z hF@1a{CDle: ۺ ~-֕>Cʪ_?U!}*]j/m@Wu~(dLn('.+FBH cFtXfdLN)L&N fe!JѴ.7&hh񱟊GS-iS=jkb|fD,JHD`7ZPI' #::z䑀~y5+At&uL48πp.Cع(͕t4/2M0Zba.(#Zߣ=ٷ0`zա M?Qz!c0(jdQeW:B|$?ac={BbT\() q/K^[D. ^x#q@ :hɸ@:M#e)&`p !50#JM-G ~> endobj +-3876 0 obj << ++3444 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [172.012 459.9359 183.9672 470.8398] ++/Rect [167.042 702.909 283.584 713.812] + /Subtype /Link +-/A << /S /GoTo /D (a00018_ad7bb4ecf7a82f5a04fc632e9592ad3ab) >> ++/A << /S /GoTo /D (a00057_ga2) >> + >> endobj +-3879 0 obj << ++3445 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [172.012 106.2474 264.7731 117.1514] ++/Rect [291.37 702.909 365.87 713.812] + /Subtype /Link +-/A << /S /GoTo /D (a00019_a36b3e388df9c6a249427cab7e3724749) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3880 0 obj << ++3446 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [172.012 93.195 265.8791 104.0989] ++/Rect [415.063 702.909 479.59 713.812] + /Subtype /Link +-/A << /S /GoTo /D (a00019_a3fd51e6fa5f0dd800322301b46b08559) >> +->> endobj +-3874 0 obj << +-/D [3872 0 R /XYZ 90 757.9346 null] +->> endobj +-1490 0 obj << +-/D [3872 0 R /XYZ 90 739.9346 null] +->> endobj +-3870 0 obj << +-/D [3872 0 R /XYZ 271.5674 705.5774 null] ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-1494 0 obj << +-/D [3872 0 R /XYZ 90 688.6229 null] ++3447 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [113.91 691.327 209.431 701.857] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-2503 0 obj << +-/D [3872 0 R /XYZ 90 597.2702 null] ++3448 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [161.817 652.099 303.265 663.003] ++/Subtype /Link ++/A << /S /GoTo /D (a00057_ga3) >> + >> endobj +-1498 0 obj << +-/D [3872 0 R /XYZ 90 589.4229 null] ++3449 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [449.469 652.099 513.996 663.003] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-3875 0 obj << +-/D [3872 0 R /XYZ 90 478.9869 null] ++3450 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [144.346 640.144 239.867 651.048] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-1502 0 obj << +-/D [3872 0 R /XYZ 90 422.2875 null] ++3443 0 obj << ++/D [3441 0 R /XYZ 90 757.935 null] + >> endobj +-1506 0 obj << +-/D [3872 0 R /XYZ 90 361.3215 null] ++3451 0 obj << ++/D [3441 0 R /XYZ 90 602.824 null] + >> endobj +-3877 0 obj << +-/D [3872 0 R /XYZ 90 336.9479 null] ++3440 0 obj << ++/Font << /F28 362 0 R /F40 467 0 R /F22 352 0 R /F14 590 0 R >> ++/ProcSet [ /PDF /Text ] + >> endobj +-1510 0 obj << +-/D [3872 0 R /XYZ 90 336.9479 null] ++3455 0 obj << ++/Length 343 ++/Filter /FlateDecode ++>> ++stream ++xڝ=O0w ++sgNA* [a[*R8_URR 4ґJ@|vEp\r1EmܠioʘSZ5;5ǘ9,-M;DTT8{o?T&mU?5yL.FZ7|=P6'A@BF]7rǐW>?Qc(Th&|?yun'mБ2ssL(0o;~﹮pv4(ac3YVtuڸ|0П )lsB1AmԬ{E>i;E7&fendstream ++endobj ++3454 0 obj << ++/Type /Page ++/Contents 3455 0 R ++/Resources 3453 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 3452 0 R + >> endobj +-2504 0 obj << +-/D [3872 0 R /XYZ 90 243.5817 null] ++3456 0 obj << ++/D [3454 0 R /XYZ 90 757.935 null] + >> endobj +-1514 0 obj << +-/D [3872 0 R /XYZ 90 235.7344 null] ++838 0 obj << ++/D [3454 0 R /XYZ 90 739.935 null] + >> endobj +-3878 0 obj << +-/D [3872 0 R /XYZ 90 125.2984 null] ++322 0 obj << ++/D [3454 0 R /XYZ 90 739.935 null] + >> endobj +-3871 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F44 2087 0 R /F11 2091 0 R /F40 2073 0 R >> ++3453 0 obj << ++/Font << /F28 362 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-3885 0 obj << +-/Length 1398 ++3459 0 obj << ++/Length 1721 + /Filter /FlateDecode + >> + stream +-xڵs6+8ڇȭ;ngvsPLlfq1n6}%#)=C<$D)"w mϟS_>R(TD N _MIˇ6/msS"rYt?=iW۬-oř ?qV>/0bы)v2S-,tyu+]/SlBߺ^ 3G6J[R~8, ʹ (Q=f_;wm $$ a,/$#Ƅ勱ဘˬẔhM?~}))bR]1A7 #IJqD$A$NȆ!J_w)zy c˄1bO6 f% +-usXTLa3kU-)(`Lc֧|;>df&80Q0/RBlKxu꩘+gW|C,&#6Q0'O0800)\qS1SX SۢlEb|t;D0AI, D͆Լ!jẎ_w)zy8TeEhRp1>ʅX@] Ww =ZϾQ#L8x" zra00/aXםb +-A^gWn Ö+2\vu C'_e2u5"ӫ&Z7x9 NT2w{`706.Rsw>[ol[8dʦh߮v[\sܔ+ʹnQffL񲭫bi8oC;ǒׇ;ꙒFَ݄hf!=pw8b"y')Qb!P0͠BMR'd_蹍k= Fm`},ijz9Yփ%U׾aϰ1$^|\]?ȭqendstream ++x͚mF)fNUiF6Mȫ$:S޷﬽56ct=fۙݽc} ++?h(CPGS}e{۾#NfDqM> 1`uɬ2廷c2;Hc+onJ U}Dul+9_$Gy]1IUj5 !#AMhFU}R~O!{?d|7 ;)A -~j g|M!/+:uä"\bhͳ*ݴť1J`qo0`$"XFD0MBZg֧' 19"Oo- ++A]uLh~hvjjI*]/8 _Ea"&e!~]]Y7-IZM1';ft+Q`T)އȹ:Ŵ*\Z&)2lH ++-W%4XŃ5.~rtC̹%&;gD½fٴ!Ls0µ܇*iBEe\) SEPi>ҽ԰ޠ ++%DPO[l: :B+"b3ď\t{ ٠vyL{h"&#68\sB1Y"L|*Pf y*)W/+ޯ!֏Z}q2?(%WW-9  YNZV tMSQiJpSzpU;O`9 V)N ?rYN } [;єѓL͑ǷTW$tmQMtdKXlkUTgQ*."_B[nˆ:^WWT>k0ǵ5SЈ9N\i VvP-;6DZ|[bg"%L !L4.\.-|V*Ndf0 ++HX l0#p~mƹ4_w+V|݈ÒXS-ŘPCħr^nrpnP4a'PLCzt%6_\1_%lx[n;)*:&T6]FNc ++lcAۚd7lǫ<ol RPc/dUjb Y}| ++Z=-^NIr^„oyIeIB+&X vKA+&~䲅E^Z1C(kvy6㰏AJer!1"{9r +.`]cS Fj8^7ra Uw<4,,&F -ol_gd֫tm: }u4t| G/ҰzV2rOV ++s9)X޸6LTblMpn}7'!hhqendstream + endobj +-3884 0 obj << ++3458 0 obj << + /Type /Page +-/Contents 3885 0 R +-/Resources 3883 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 3824 0 R +-/Annots [ 3887 0 R 3888 0 R 3889 0 R 3890 0 R 3891 0 R 3892 0 R 3893 0 R 3894 0 R 3895 0 R 3896 0 R 3897 0 R 3898 0 R 3899 0 R ] +->> endobj +-3887 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [172.012 726.8189 250.3774 737.7228] +-/Subtype /Link +-/A << /S /GoTo /D (a00019_a756f44912894b176bf979a1b65f12aac) >> +->> endobj +-3888 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [172.012 713.9965 251.4834 724.9004] +-/Subtype /Link +-/A << /S /GoTo /D (a00019_a9880cd2d605e316fc020167c49ca69ad) >> ++/Contents 3459 0 R ++/Resources 3457 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 3452 0 R ++/Annots [ 3462 0 R 3463 0 R 3464 0 R 3465 0 R 3466 0 R 3467 0 R 3468 0 R 3469 0 R 3470 0 R 3471 0 R 3472 0 R ] + >> endobj +-3889 0 obj << ++3462 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [172.012 701.1741 271.966 712.078] ++/Rect [138.538 483.124 229.635 494.028] + /Subtype /Link +-/A << /S /GoTo /D (a00019_a0697af2e41f2e82b8ce71e3cc13f7eac) >> ++/A << /S /GoTo /D (a00017) >> + >> endobj +-3890 0 obj << ++3463 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [172.012 688.3517 273.0719 699.2557] ++/Rect [138.538 444.131 370.207 455.035] + /Subtype /Link +-/A << /S /GoTo /D (a00019_a63b0b2e26157b472f5717ee93cc7c535) >> ++/A << /S /GoTo /D (a00018) >> + >> endobj +-3891 0 obj << ++3464 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [172.012 675.5293 249.2615 686.4333] ++/Rect [138.538 405.138 182.592 416.042] + /Subtype /Link +-/A << /S /GoTo /D (a00019_a476c06f96b65c08b287cf2369966123b) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3892 0 obj << ++3465 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [172.012 662.707 250.3674 673.6109] ++/Rect [139.096 366.145 211.374 377.049] + /Subtype /Link +-/A << /S /GoTo /D (a00019_a0a84e24a06f2fa487fe8c9605c6f68b3) >> ++/A << /S /GoTo /D (a00013) >> + >> endobj +-3893 0 obj << ++3466 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [172.012 649.8846 235.9914 660.7885] ++/Rect [138.538 327.152 295.477 338.056] + /Subtype /Link +-/A << /S /GoTo /D (a00019_ae551abb27d2aa9ce008583488b845b98) >> ++/A << /S /GoTo /D (a00014) >> + >> endobj +-3894 0 obj << ++3467 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [172.012 637.0622 254.2627 647.9661] ++/Rect [138.538 288.16 296.045 299.063] + /Subtype /Link +-/A << /S /GoTo /D (a00019_a221098c339dbfab27bd2c9f5d32f123b) >> ++/A << /S /GoTo /D (a00015) >> + >> endobj +-3895 0 obj << ++3468 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [172.012 624.2398 234.3378 635.1438] ++/Rect [138.538 249.167 212.48 260.071] + /Subtype /Link +-/A << /S /GoTo /D (a00019_ae7cdb1f1b5f0242a69f85b5a5538c764) >> ++/A << /S /GoTo /D (a00016) >> + >> endobj +-3896 0 obj << ++3469 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [172.012 611.4174 255.5579 622.3214] ++/Rect [138.538 210.174 283.573 221.078] + /Subtype /Link +-/A << /S /GoTo /D (a00019_a3c44c6012860bbeba8a0f4c19710858d) >> ++/A << /S /GoTo /D (a00020) >> + >> endobj +-3897 0 obj << ++3470 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [172.012 598.5951 250.9251 609.499] ++/Rect [138.538 171.181 277.237 182.085] + /Subtype /Link +-/A << /S /GoTo /D (a00019_afe608fb85eb2aa9706221ccb5fc4d415) >> ++/A << /S /GoTo /D (a00019) >> + >> endobj +-3898 0 obj << ++3471 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [172.012 585.7727 255.7673 596.6766] ++/Rect [138.538 132.188 282.776 143.092] + /Subtype /Link +-/A << /S /GoTo /D (a00019_ab0921af6e0cd6975812a80b8e5c7435c) >> ++/A << /S /GoTo /D (a00021) >> + >> endobj +-3899 0 obj << ++3472 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [172.012 572.9503 247.0597 583.8542] ++/Rect [138.538 93.195 240.156 104.099] + /Subtype /Link +-/A << /S /GoTo /D (a00019_aafa7683871a6a760246f9b35209caec5) >> +->> endobj +-3886 0 obj << +-/D [3884 0 R /XYZ 90 757.9346 null] +->> endobj +-1518 0 obj << +-/D [3884 0 R /XYZ 90 559.4924 null] +->> endobj +-1522 0 obj << +-/D [3884 0 R /XYZ 90 501.0722 null] +->> endobj +-3900 0 obj << +-/D [3884 0 R /XYZ 90 476.744 null] +->> endobj +-1526 0 obj << +-/D [3884 0 R /XYZ 90 476.744 null] +->> endobj +-3901 0 obj << +-/D [3884 0 R /XYZ 277.6446 434.9139 null] +->> endobj +-1530 0 obj << +-/D [3884 0 R /XYZ 90 418.3029 null] +->> endobj +-3902 0 obj << +-/D [3884 0 R /XYZ 193.1224 378.4863 null] +->> endobj +-1534 0 obj << +-/D [3884 0 R /XYZ 90 361.8753 null] +->> endobj +-3903 0 obj << +-/D [3884 0 R /XYZ 217.4706 322.0586 null] +->> endobj +-1538 0 obj << +-/D [3884 0 R /XYZ 90 305.4476 null] +->> endobj +-3904 0 obj << +-/D [3884 0 R /XYZ 320.6928 265.631 null] +->> endobj +-1542 0 obj << +-/D [3884 0 R /XYZ 90 249.02 null] +->> endobj +-3882 0 obj << +-/D [3884 0 R /XYZ 325.1262 209.2033 null] ++/A << /S /GoTo /D (a00022) >> + >> endobj +-1546 0 obj << +-/D [3884 0 R /XYZ 90 192.5924 null] ++3460 0 obj << ++/D [3458 0 R /XYZ 90 757.935 null] + >> endobj +-3905 0 obj << +-/D [3884 0 R /XYZ 339.3525 152.7757 null] ++509 0 obj << ++/D [3458 0 R /XYZ 90 739.935 null] + >> endobj +-1550 0 obj << +-/D [3884 0 R /XYZ 90 136.1647 null] ++326 0 obj << ++/D [3458 0 R /XYZ 90 739.935 null] + >> endobj +-3906 0 obj << +-/D [3884 0 R /XYZ 327.7362 96.348 null] ++3461 0 obj << ++/D [3458 0 R /XYZ 90 502.143 null] + >> endobj +-3883 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> ++3457 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 478 0 R /F11 482 0 R /F40 467 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-3915 0 obj << +-/Length 1203 ++3475 0 obj << ++/Length 2827 + /Filter /FlateDecode + >> + stream +-xڵXKFW b'+a5MVI1ж083>tǀ7v䃁 G;PDvӌ%/mُ(p7K:˜pDbIi=!Ot8EǞGłsEaĜE³ 姱FliQ_ C.Jz~@d6;Dv*^:0ᭇi +->{_JȔ|kiZc;%ߖk;Cw@d=xpNpdzX#jlcH>bvmFjP{Lb85VF]>^8V]82x&ʷՀtIǧ꩘wO Wx7}˜˅*k>tx)t݇׭zw2O-Ɋ+Nu{kX97s< +-Ӥ|;H+ub7xAZ}ƫc/<-endstream ++xڵ[mo8_aW~jI7sE0[M|H\,P"-GJC>Ė3C3RPcbT#fΎvw<$`yĈl0[>dƜ1.Sï% +:<ϗUCɗϏfده\H{D&#Ʌpt}mKH"E5LhLXa8 N% _GzB]g2*#Fw*-XS5~m~Gc6|H!Һ3 ۤ`JI*$&۵\8{钅WhD$3M+BP6&IJ:?V&HcRU܀Qrנ&?t>=<6>^Npax # ++m׈7J)?ʣ\ˣ8$ gz؛0;t~X_?RkQkʏ0rf[ݺʦ`e\ʼnnڧL/^6Rk.,6\b { )*6[VXl([ClgPvd-n2 _K[qDNZPɐD!^bbt',M?櫵~8D1Y.Ax&{*?fR4uP2;#fRRNqWqcV5.q9{cLI_9bYPӿML ~ebI8z$DF q$oI91^|4Z0Jtkz}ώc_'t`"γkδo܀v-[=sF!tk =[LW\nQB"uBuv[g3Yz|Zl}ͳ]:p4xA="1w;= ++,p(14iY2a ++,~Y~u -D{p/{|mɬ/=c!_ԏD^@2鬑-FbFk"K%LV5Nߴ;eiR!5zFo1 qY!$ ݢq^Ϥ7ߟL.g0zZ~j<7-9(X o0|uI5z&1Ց "M:\?8:;;KlŠ=4Xw˥Bf gWg :4ҽ`xfڷP `QJ\3Gh^PinjB0~C9VcXP"'w_>sE HDlof+ז#y13g*V|F\ v*9޾We:E ^endstream + endobj +-3914 0 obj << ++3474 0 obj << + /Type /Page +-/Contents 3915 0 R +-/Resources 3913 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 3924 0 R +-/Annots [ 3918 0 R 3919 0 R 3920 0 R 3921 0 R 3922 0 R 3923 0 R ] ++/Contents 3475 0 R ++/Resources 3473 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 3452 0 R ++/Annots [ 3478 0 R 3480 0 R 3481 0 R 3482 0 R 3483 0 R 3484 0 R 3485 0 R 3486 0 R 3487 0 R 3488 0 R 3489 0 R 3490 0 R 3491 0 R 3492 0 R 3493 0 R 3495 0 R 3496 0 R 3497 0 R 3498 0 R 3499 0 R 3500 0 R 3501 0 R 3502 0 R 3503 0 R 3504 0 R 3505 0 R 3506 0 R 3507 0 R 3508 0 R 3509 0 R 3510 0 R 3511 0 R 3512 0 R 3513 0 R 3514 0 R 3515 0 R 3516 0 R 3517 0 R 3518 0 R 3519 0 R 3520 0 R ] + >> endobj +-3918 0 obj << ++3478 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [138.5376 121.2883 283.5728 132.1923] ++/Rect [145.731 659.203 253.426 669.13] + /Subtype /Link +-/A << /S /GoTo /D (a00018) >> ++/A << /S /GoTo /D (a00034_ga0) >> + >> endobj +-3919 0 obj << ++3480 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [291.543 121.2883 331.9712 132.1923] ++/Rect [220.998 574.479 295.498 585.383] + /Subtype /Link +-/A << /S /GoTo /D (a00020_aea3fbd7653d987d81f848636c420504d) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3920 0 obj << ++3481 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [138.5376 108.3201 277.2366 119.224] ++/Rect [146.279 535.202 213.028 546.106] + /Subtype /Link +-/A << /S /GoTo /D (a00017) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-3921 0 obj << ++3482 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [285.2068 108.3201 319.2987 119.224] ++/Rect [213.526 535.202 278.053 546.106] + /Subtype /Link +-/A << /S /GoTo /D (a00020_adef2bb91f74c3e70a2a071393caf5f56) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-3922 0 obj << ++3483 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [138.5376 95.3518 282.7756 106.2557] ++/Rect [146.279 495.926 239.04 506.83] + /Subtype /Link +-/A << /S /GoTo /D (a00019) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3923 0 obj << ++3484 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [290.7458 95.3518 330.3768 106.2557] ++/Rect [239.538 495.926 330.078 506.83] + /Subtype /Link +-/A << /S /GoTo /D (a00020_ac6eb62ae8bc0a68dce679a7107a36194) >> +->> endobj +-3916 0 obj << +-/D [3914 0 R /XYZ 90 757.9346 null] +->> endobj +-1554 0 obj << +-/D [3914 0 R /XYZ 90 739.9346 null] +->> endobj +-3912 0 obj << +-/D [3914 0 R /XYZ 213.2268 705.6152 null] +->> endobj +-1558 0 obj << +-/D [3914 0 R /XYZ 90 688.8502 null] +->> endobj +-3911 0 obj << +-/D [3914 0 R /XYZ 207.6575 649.026 null] +->> endobj +-1562 0 obj << +-/D [3914 0 R /XYZ 90 632.2609 null] +->> endobj +-3910 0 obj << +-/D [3914 0 R /XYZ 259.6522 592.4367 null] +->> endobj +-1566 0 obj << +-/D [3914 0 R /XYZ 90 575.6716 null] +->> endobj +-3909 0 obj << +-/D [3914 0 R /XYZ 219.6823 535.8474 null] +->> endobj +-1570 0 obj << +-/D [3914 0 R /XYZ 90 519.0824 null] ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-3907 0 obj << +-/D [3914 0 R /XYZ 264.524 479.2581 null] ++3485 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [192.336 481.094 250.117 490.999] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-1574 0 obj << +-/D [3914 0 R /XYZ 90 462.4931 null] ++3486 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [146.279 456.649 213.028 467.553] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-3881 0 obj << +-/D [3914 0 R /XYZ 268.9574 422.6688 null] ++3487 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [213.526 456.649 283.035 467.553] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-1578 0 obj << +-/D [3914 0 R /XYZ 90 405.9038 null] ++3488 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [146.279 417.372 239.04 428.276] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3908 0 obj << +-/D [3914 0 R /XYZ 283.1837 366.0795 null] ++3489 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [239.538 417.372 335.059 428.276] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-1582 0 obj << +-/D [3914 0 R /XYZ 90 349.3145 null] ++3490 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [192.336 402.541 254.6 412.446] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-2505 0 obj << +-/D [3914 0 R /XYZ 90 258.1681 null] ++3491 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [146.279 378.096 190.333 389] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1586 0 obj << +-/D [3914 0 R /XYZ 90 250.426 null] ++3492 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [198.303 378.096 250.109 389] ++/Subtype /Link ++/A << /S /GoTo /D (a00038_ga0) >> + >> endobj +-3917 0 obj << +-/D [3914 0 R /XYZ 90 140.2551 null] ++3493 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [280.878 363.264 320.233 373.169] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3913 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F44 2087 0 R /F11 2091 0 R /F14 2206 0 R >> +-/ProcSet [ /PDF /Text ] ++3495 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [138.538 294.348 212.48 305.252] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-3930 0 obj << +-/Length 897 +-/Filter /FlateDecode +->> +-stream +-xڥVKH+8߀lEvǷ$1жn/m9,˸ N|pڠUP&nt  u{RM"yt0fyA*8kM eOF;s93ETw˃i͠7ũ6(!O *iSPS+܁%tex $# +-X J!!M;1OdF0IXIY=I Lm/˾ D {e8lNQpz0!5Fge^Ԑ:(Y4z9B`v`U]7ix)㸴* 6XO휐GeTs湰ѯ/v/#1ЛJECK!j&bn2Nb?G>Ezwp;fT.g^xA3r졢_ȕYSv\SZO^a ڍ:ppS~8uvo:ʷ͐@oSfHH 2fLvrkĻxip8ߘ|o;n T%h*h!j9y=2,#0@ {; V5U }^_x0ob-ZAl;۪woЉ"~ڧ9̋ > + >> endobj +-3932 0 obj << ++3497 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [421.7926 702.4697 513.9963 713.3737] ++/Rect [225.72 278.914 337.998 289.101] + /Subtype /Link +-/A << /S /GoTo /D (a00038_gac2126e105f3ae708efca2e90d612625a) >> ++/A << /S /GoTo /D (a00037_gga1a8) >> + >> endobj +-3933 0 obj << ++3498 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [89.0037 690.5146 127.519 701.4185] ++/Rect [344.314 278.914 438.172 289.101] + /Subtype /Link +-/A << /S /GoTo /D (a00038_gac2126e105f3ae708efca2e90d612625a) >> ++/A << /S /GoTo /D (a00037_gga1a9) >> + >> endobj +-3931 0 obj << +-/D [3929 0 R /XYZ 90 757.9346 null] ++3499 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [444.487 278.914 513.996 289.101] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_gga1a10) >> + >> endobj +-1590 0 obj << +-/D [3929 0 R /XYZ 90 739.9346 null] ++3500 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [113.91 266.959 154.647 277.146] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_gga1a10) >> + >> endobj +-1594 0 obj << +-/D [3929 0 R /XYZ 90 664.9854 null] ++3501 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [113.91 250.808 213.466 260.994] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_gga1a11) >> + >> endobj +-3926 0 obj << +-/D [3929 0 R /XYZ 90 640.6572 null] ++3502 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [216.455 250.808 309.217 260.994] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_gga1a12) >> + >> endobj +-1598 0 obj << +-/D [3929 0 R /XYZ 90 640.6572 null] ++3503 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [312.206 250.808 391.129 260.994] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_gga1a13) >> + >> endobj +-3925 0 obj << +-/D [3929 0 R /XYZ 90 614.429 null] ++3504 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [394.118 250.808 493.674 260.994] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_gga1a14) >> + >> endobj +-1602 0 obj << +-/D [3929 0 R /XYZ 90 614.429 null] ++3505 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [113.91 234.313 204.46 244.843] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_gga1a15) >> + >> endobj +-3927 0 obj << +-/D [3929 0 R /XYZ 90 590.0799 null] ++3506 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [138.538 194.662 239.578 205.566] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_ga2) >> + >> endobj +-1606 0 obj << +-/D [3929 0 R /XYZ 90 590.0799 null] ++3507 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [247.349 194.662 382.163 205.566] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_gga2a16) >> + >> endobj +-3928 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F14 2206 0 R >> +-/ProcSet [ /PDF /Text ] ++3508 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [139.815 181.5 239.77 192.404] ++/Subtype /Link ++/A << /S /GoTo /D (a00040_ga10) >> + >> endobj +-3936 0 obj << +-/Length 3031 +-/Filter /FlateDecode +->> +-stream +-xڵ[I6W]5`_rN$v̔J-jeԒJK@$-Mf3%2򏯈Sg~/@i鴾QVdvڕ!ݯun?^YHSF턀eI7C)8֭WRq-mEe游["nimb(c)zՍsa>nv*HMZOx`~DN*X v_Ο꧇ne-`O"LUW ;~p)ecDP2F#-QU(,k#&(p؁3*΄Hs;l\}Wr%%$!384Q:| +-ަzpBQBE@DR*$Ia&!i_/fI`$kF. +- +-b@هQ{T"E|9nϹPWHbV" kろ4ky@pn0x{VB V:XLVTS)/r0fY P CN*uj@ڏUˍES' +-zQ!! +-ЁB>mrb5f.HHzBx| +-d&"]RE%PhPh%'Ê gh,PDkR~gsr}+7(Tݫ,dBLI6N`RYǣ +-V-5Z!-]jn`Xjx_}qˮعn!:B\mtʗd0.*ُU˗H3EjYbKU<b>,|癶 ʉdPA8x| +-XoHP:v n7Y,Pw>k{Юm+M_=kCM8Ujo*n?5h0 (A pqy| +-U0.ĕHCZ0,U=M/!HqD`5nh6 eԪ-wAU%4*S0ۤf~Jf"1Uj^ +-^JOǒA4b\| +-r'TtQYd?Y=Uj)>{Gqc]oukڣ c#弳T ë+j7"m6=ڎri*ΐ_1,%srs ,]7ffSH3c=~  +-:bMW00Bx=`{0IN'Mwm^jngBW5\jm4w'xz_K6&, +-̔"Q%01J{]/vw9}e/BLH6l%ɓ.Y,Q=[0YJyۦOy͞KЫ0nQH0W@DH4 +-Ё8bp I={0hahh~=60n7GT^KU(a/۲y;P{li}kN|eqc/V7mgϞOw={ͩE ͫ/V7mg+de)߬6ǼbQT zX1ٞA{Ma ܦ` 0V18ic9)EasjP`" +-;X) +-FٞCe81؜Ox &bbph Nuinj r$S948Fx| +-d8J ljDҞ 9ٞ#B 퇧nslapszyp{c2h0dAB ^{+ڤR*X q6;9-@ϛ#P<-/%b(c~g)Y`=YY*X'./tTK^i^s|W,̆).7ҚU^4݅\ك +-&;Fp1ʔi e:^'GF{;mֻzM۽O S`qBBűކcr %'$;Tj26~w>~yT5-H_s/!*!=$BLL6d8 +-khh?Σ +-V{ꚳL0G{Oz:쩛:8uh?ʄIMxV_endstream +-endobj +-3935 0 obj << +-/Type /Page +-/Contents 3936 0 R +-/Resources 3934 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 3924 0 R +-/Annots [ 3938 0 R 3939 0 R 3940 0 R 3941 0 R 3942 0 R 3943 0 R 3944 0 R 3945 0 R 3946 0 R 3947 0 R 3948 0 R 3949 0 R 3950 0 R 3951 0 R 3952 0 R 3953 0 R 3954 0 R 3955 0 R 3956 0 R 3957 0 R 3958 0 R 3959 0 R 3960 0 R 3961 0 R 3962 0 R 3963 0 R 3964 0 R 3965 0 R 3966 0 R 3967 0 R 3968 0 R 3969 0 R 3970 0 R 3971 0 R 3972 0 R 3973 0 R 3974 0 R 3975 0 R 3976 0 R 3977 0 R 3978 0 R 3979 0 R 3980 0 R 3981 0 R 3982 0 R 3983 0 R 3984 0 R 3985 0 R 3986 0 R 3987 0 R ] ++3509 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [250.095 181.5 462.916 192.404] ++/Subtype /Link ++/A << /S /GoTo /D (a00040_gga10a17) >> + >> endobj +-3938 0 obj << ++3510 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [207.0103 619.7797 218.9654 630.6836] ++/Rect [467.182 181.5 513.996 192.404] + /Subtype /Link +-/A << /S /GoTo /D (page.74) >> ++/A << /S /GoTo /D (a00040_gga10a18) >> + >> endobj +-3939 0 obj << ++3511 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [256.1559 595.7241 273.0923 606.6281] ++/Rect [113.91 169.918 280.256 180.448] + /Subtype /Link +-/A << /S /GoTo /D (page.112) >> ++/A << /S /GoTo /D (a00040_gga10a18) >> + >> endobj +-3940 0 obj << ++3512 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [155.9723 571.6686 172.9088 582.5725] ++/Rect [144.328 130.268 246.484 141.172] + /Subtype /Link +-/A << /S /GoTo /D (page.102) >> ++/A << /S /GoTo /D (a00042_ga6) >> + >> endobj +-3941 0 obj << ++3513 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [155.9723 547.613 172.9088 558.5169] ++/Rect [265.836 130.268 428.515 141.172] + /Subtype /Link +-/A << /S /GoTo /D (page.102) >> ++/A << /S /GoTo /D (a00042_gga6a19) >> + >> endobj +-3942 0 obj << ++3514 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [141.7057 536.3025 153.6609 546.4892] ++/Rect [437.294 130.268 513.996 141.172] + /Subtype /Link +-/A << /S /GoTo /D (page.43) >> ++/A << /S /GoTo /D (a00042_gga6a20) >> + >> endobj +-3943 0 obj << ++3515 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [155.9723 511.5297 172.9088 522.4336] ++/Rect [113.91 118.686 201.322 129.217] + /Subtype /Link +-/A << /S /GoTo /D (page.103) >> ++/A << /S /GoTo /D (a00042_gga6a20) >> + >> endobj +-3944 0 obj << ++3516 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [155.9723 487.4741 172.9088 498.378] ++/Rect [138.448 105.15 233.421 116.054] + /Subtype /Link +-/A << /S /GoTo /D (page.103) >> ++/A << /S /GoTo /D (a00045_ga6) >> + >> endobj +-3945 0 obj << ++3517 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [189.0076 464.2735 200.9627 475.1775] ++/Rect [241.012 105.15 376.005 116.054] + /Subtype /Link +-/A << /S /GoTo /D (page.68) >> ++/A << /S /GoTo /D (a00045_gga6a21) >> + >> endobj +-3946 0 obj << ++3518 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [256.1559 440.218 273.0923 451.1219] ++/Rect [378.904 105.15 511.506 116.054] + /Subtype /Link +-/A << /S /GoTo /D (page.112) >> ++/A << /S /GoTo /D (a00045_gga6a22) >> + >> endobj +-3947 0 obj << ++3519 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [159.5684 428.1902 171.5236 439.0941] ++/Rect [113.91 93.569 240.435 104.099] + /Subtype /Link +-/A << /S /GoTo /D (page.75) >> ++/A << /S /GoTo /D (a00045_gga6a23) >> + >> endobj +-3948 0 obj << ++3520 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.1961 392.9618 201.1326 403.8658] ++/Rect [243.424 93.569 398.163 104.099] + /Subtype /Link +-/A << /S /GoTo /D (page.107) >> ++/A << /S /GoTo /D (a00045_gga6a24) >> + >> endobj +-3949 0 obj << ++3476 0 obj << ++/D [3474 0 R /XYZ 90 757.935 null] ++>> endobj ++3477 0 obj << ++/D [3474 0 R /XYZ 90 677.388 null] ++>> endobj ++3479 0 obj << ++/D [3474 0 R /XYZ 90 591.357 null] ++>> endobj ++3494 0 obj << ++/D [3474 0 R /XYZ 90 313.509 null] ++>> endobj ++3473 0 obj << ++/Font << /F28 362 0 R /F40 467 0 R /F22 352 0 R /F14 590 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++3523 0 obj << ++/Length 2952 ++/Filter /FlateDecode ++>> ++stream ++xڭ[mo8_ogg[m}Խ;`wxY۹np~CIJz2̈̐وldP1Bgtt =c.Ofg/rdb4\38͖ RL\ݏvA_ެUUuS&W3&~>yWJh/afLr~^}9FϻTR)/XL hA  IG%`p#H5.n7Ÿ/L|[mm˯힤lQ'ĔRM`O75 yǯ['\[yk08!""6-Ba`=Ș^:UH8ubR 7a^-&LC\ ++b G31\BKV.MPB`= ཙ?_o&(=~bxʂfWAI Yob+9Qgfqd; o.&le6+cP_RC9$(3s8ob򔃩eM"FcZQ.00^Ό0S6z76^gv]x9aB~%`Ek, :Nf \CZ9OJaP_RCRMsVL4p픣{ p/8O߬ 5oc{Dq &a4E CR"9aK6<`R U C0Dȁפ#? ]&?,]|51!6#DȋۃQ`;ٻ eKʠ4`$f'e^QPi_fWqI)7f 11ݓ;4Λl[;vd#cA=I S* \*@u5~j $ uv͉ȍކ$q'l_;v)(?H1sL<=TsLjXs[ATSE[6{ulu3 H@K N䖒MyGɜ`ˢ@#ܘz˛Fᶳ> %#R< }!^ii;òz8퍻c>{8mʟYNT=f "Z/C0i=>]6v2Jhs& :Nuh1M ++ԱɎq0CZv9h1 ITXdelm{@ \rf~X^!?+깫ګzrqsb ?,QE,J0|2Fk9 j9˨e91ٱ]Z{ oAyLfS'&jx089L):ɻE ++yn'>{ A,z8_w,v( 'Z?K%r=fL[e2 e%kZOxL6h>1ٱ`oSJ,Y]*v^YsI֚=X+mf}mw|;sK8L ys$\3ȓ-D 1B/!2E|sʜz xВUgcP* ]CMfcN%Ksm _o }B!B^JGcMlU -<8V6q3TG ]HG|ŏ2'&;V:.g%(.x L<)M杳RRa;J-jQcP]#=p:m=~"s0z OW/h#/Suڧks;|<{"{ ++D3X'[HcΪ70 R gNLT~vi]r1{d8]E/&g&cyEohи=%;>Zy`*]]wK7QtE 1cs;LխyPR$J/MAԙ<0z9O?*sfl|I6ۧ7MGd7k7b <قMMhQwLµꕀod_rՙn<6n~'o.=EgߟI eem!AwҎv?`1o,\x]׫ÓuXnK>-L 0A1nvendstream ++endobj ++3522 0 obj << ++/Type /Page ++/Contents 3523 0 R ++/Resources 3521 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 3452 0 R ++/Annots [ 3525 0 R 3526 0 R 3527 0 R 3528 0 R 3529 0 R 3530 0 R 3531 0 R 3532 0 R 3533 0 R 3534 0 R 3535 0 R 3536 0 R 3537 0 R 3538 0 R 3539 0 R 3541 0 R 3542 0 R 3543 0 R 3544 0 R 3545 0 R 3546 0 R 3547 0 R 3548 0 R 3549 0 R 3550 0 R 3551 0 R 3552 0 R 3553 0 R 3554 0 R 3555 0 R 3556 0 R 3557 0 R 3558 0 R 3559 0 R 3560 0 R 3561 0 R 3562 0 R 3563 0 R 3564 0 R ] ++>> endobj ++3525 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [219.6025 380.9341 231.5577 391.838] ++/Rect [138.538 702.878 244.988 713.782] + /Subtype /Link +-/A << /S /GoTo /D (page.74) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-3950 0 obj << ++3526 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [155.9723 356.8785 172.9088 367.7824] ++/Rect [113.91 687.625 253.715 697.812] + /Subtype /Link +-/A << /S /GoTo /D (page.103) >> ++/A << /S /GoTo /D (a00046_gga16a25) >> + >> endobj +-3951 0 obj << ++3527 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [155.9723 332.8229 172.9088 343.7269] ++/Rect [281.505 687.625 439.392 697.812] + /Subtype /Link +-/A << /S /GoTo /D (page.103) >> ++/A << /S /GoTo /D (a00046_gga16a26) >> + >> endobj +-3952 0 obj << ++3528 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [155.9723 308.7674 172.9088 319.6713] ++/Rect [467.182 687.625 513.996 697.812] + /Subtype /Link +-/A << /S /GoTo /D (page.103) >> ++/A << /S /GoTo /D (a00046_gga16a27) >> + >> endobj +-3953 0 obj << ++3529 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [215.4985 296.7396 227.4537 307.6435] ++/Rect [113.91 675.67 193.382 685.856] + /Subtype /Link +-/A << /S /GoTo /D (page.48) >> ++/A << /S /GoTo /D (a00046_gga16a27) >> + >> endobj +-3954 0 obj << ++3530 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [252.8082 284.7118 264.7634 295.6158] ++/Rect [196.371 675.67 353.63 685.856] + /Subtype /Link +-/A << /S /GoTo /D (page.78) >> ++/A << /S /GoTo /D (a00046_gga16a28) >> + >> endobj +-3955 0 obj << ++3531 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [183.6385 248.7011 200.5749 259.605] ++/Rect [113.91 659.356 263.12 669.886] + /Subtype /Link +-/A << /S /GoTo /D (page.108) >> ++/A << /S /GoTo /D (a00046_gga16a29) >> + >> endobj +-3956 0 obj << ++3532 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [146.2985 236.6733 158.2537 247.5773] ++/Rect [266.109 659.356 423.428 669.886] + /Subtype /Link +-/A << /S /GoTo /D (page.58) >> ++/A << /S /GoTo /D (a00046_gga16a30) >> + >> endobj +-3957 0 obj << ++3533 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [213.5361 212.6178 230.4726 223.5217] ++/Rect [138.538 620.067 239.05 630.971] + /Subtype /Link +-/A << /S /GoTo /D (page.114) >> ++/A << /S /GoTo /D (a00046_ga17) >> + >> endobj +-3958 0 obj << ++3534 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [155.9723 188.5622 172.9088 199.4661] ++/Rect [113.91 604.814 253.327 615] + /Subtype /Link +-/A << /S /GoTo /D (page.104) >> ++/A << /S /GoTo /D (a00046_gga17a31) >> + >> endobj +-3959 0 obj << ++3535 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [155.135 176.5344 167.0901 187.4384] ++/Rect [265.176 604.814 402.202 615] + /Subtype /Link +-/A << /S /GoTo /D (page.77) >> ++/A << /S /GoTo /D (a00046_gga17a32) >> + >> endobj +-3960 0 obj << ++3536 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [217.3214 164.5067 229.2766 175.4106] ++/Rect [414.052 604.814 513.996 615] + /Subtype /Link +-/A << /S /GoTo /D (page.47) >> ++/A << /S /GoTo /D (a00046_gga17a33) >> + >> endobj +-3961 0 obj << ++3537 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [244.8281 152.4789 256.7833 163.3828] ++/Rect [113.91 592.859 150.224 603.045] + /Subtype /Link +-/A << /S /GoTo /D (page.95) >> ++/A << /S /GoTo /D (a00046_gga17a33) >> + >> endobj +-3962 0 obj << ++3538 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [253.5452 140.4511 265.5003 151.355] ++/Rect [153.213 592.859 294.113 603.045] + /Subtype /Link +-/A << /S /GoTo /D (page.96) >> ++/A << /S /GoTo /D (a00046_gga17a34) >> + >> endobj +-3963 0 obj << ++3539 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [155.9723 105.2227 172.9088 116.1267] ++/Rect [113.91 576.544 268.649 587.075] + /Subtype /Link +-/A << /S /GoTo /D (page.104) >> ++/A << /S /GoTo /D (a00046_gga17a35) >> + >> endobj +-3964 0 obj << ++3541 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [268.8576 93.195 280.8128 104.0989] ++/Rect [126.921 493.273 218.557 504.177] + /Subtype /Link +-/A << /S /GoTo /D (page.99) >> ++/A << /S /GoTo /D (a00037_ga0) >> + >> endobj +-3965 0 obj << ++3542 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [485.907 619.7797 502.8434 630.6836] ++/Rect [222.373 493.273 296.315 504.177] + /Subtype /Link +-/A << /S /GoTo /D (page.100) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-3966 0 obj << ++3543 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [430.0174 595.7174 446.9539 606.6213] ++/Rect [323.931 493.273 397.873 504.177] + /Subtype /Link +-/A << /S /GoTo /D (page.114) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-3967 0 obj << ++3544 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [383.253 561.2192 395.2081 571.4059] ++/Rect [126.921 454.358 211.942 465.262] + /Subtype /Link +-/A << /S /GoTo /D (page.73) >> ++/A << /S /GoTo /D (a00039_ga0) >> + >> endobj +-3968 0 obj << ++3545 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [345.3356 538.5729 357.2908 547.4196] ++/Rect [215.757 454.358 290.258 465.262] + /Subtype /Link +-/A << /S /GoTo /D (page.72) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3969 0 obj << ++3546 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [443.5756 524.4845 455.5308 535.3884] ++/Rect [126.921 415.443 215.807 426.347] + /Subtype /Link +-/A << /S /GoTo /D (page.70) >> ++/A << /S /GoTo /D (a00039_ga1) >> + >> endobj +-3970 0 obj << ++3547 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [372.4536 500.4222 389.3901 511.3261] ++/Rect [219.623 415.443 294.123 426.347] + /Subtype /Link +-/A << /S /GoTo /D (page.104) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3971 0 obj << ++3548 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [472.6372 476.3598 489.5737 487.2638] ++/Rect [133.915 376.528 234.876 387.432] + /Subtype /Link +-/A << /S /GoTo /D (page.112) >> ++/A << /S /GoTo /D (a00039_ga2) >> + >> endobj +-3972 0 obj << ++3549 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [438.8937 453.0996 450.8489 464.0035] ++/Rect [238.692 376.528 313.192 387.432] + /Subtype /Link +-/A << /S /GoTo /D (page.53) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3973 0 obj << ++3550 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [472.6372 429.0373 489.5737 439.9412] ++/Rect [133.915 337.613 228.879 348.517] + /Subtype /Link +-/A << /S /GoTo /D (page.112) >> ++/A << /S /GoTo /D (a00039_ga3) >> + >> endobj +-3974 0 obj << ++3551 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [467.0982 404.975 484.0346 415.8789] ++/Rect [232.694 337.613 307.194 348.517] + /Subtype /Link +-/A << /S /GoTo /D (page.110) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3975 0 obj << ++3552 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [472.6372 380.9127 489.5737 391.8166] ++/Rect [126.921 298.698 246.243 309.602] + /Subtype /Link +-/A << /S /GoTo /D (page.112) >> ++/A << /S /GoTo /D (a00040_ga0) >> + >> endobj +-3976 0 obj << ++3553 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [467.0982 356.8503 484.0346 367.7543] ++/Rect [250.059 298.698 324.559 309.602] + /Subtype /Link +-/A << /S /GoTo /D (page.110) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3977 0 obj << ++3554 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [472.6372 332.788 489.5737 343.692] ++/Rect [364.818 298.698 438.76 309.602] + /Subtype /Link +-/A << /S /GoTo /D (page.112) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-3978 0 obj << ++3555 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [467.0982 308.7257 484.0346 319.6297] ++/Rect [129.547 259.783 312.399 270.687] + /Subtype /Link +-/A << /S /GoTo /D (page.110) >> ++/A << /S /GoTo /D (a00040_ga1) >> + >> endobj +-3979 0 obj << ++3556 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [472.6372 284.6634 489.5737 295.5674] ++/Rect [318.84 259.783 393.34 270.687] + /Subtype /Link +-/A << /S /GoTo /D (page.112) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3980 0 obj << ++3557 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [467.0982 260.6011 484.0346 271.505] ++/Rect [439.506 259.783 513.996 270.687] + /Subtype /Link +-/A << /S /GoTo /D (page.110) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-3981 0 obj << ++3558 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [400.6775 236.5388 417.6139 247.4427] ++/Rect [113.91 247.828 118.672 258.732] + /Subtype /Link +-/A << /S /GoTo /D (page.107) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-3982 0 obj << ++3559 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [489.2439 213.2785 501.1991 224.1825] ++/Rect [126.921 208.913 302.581 219.817] + /Subtype /Link +-/A << /S /GoTo /D (page.89) >> ++/A << /S /GoTo /D (a00040_ga2) >> + >> endobj +-3983 0 obj << ++3560 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [345.3356 191.2299 357.2908 200.1962] ++/Rect [306.397 208.913 380.897 219.817] + /Subtype /Link +-/A << /S /GoTo /D (page.93) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3984 0 obj << ++3561 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [398.4659 166.0232 410.4211 176.2098] ++/Rect [126.921 169.998 233.521 180.902] + /Subtype /Link +-/A << /S /GoTo /D (page.94) >> ++/A << /S /GoTo /D (a00040_ga3) >> + >> endobj +-3985 0 obj << ++3562 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [395.4273 141.3196 407.3824 152.2235] ++/Rect [237.336 169.998 311.836 180.902] + /Subtype /Link +-/A << /S /GoTo /D (page.91) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3986 0 obj << ++3563 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [422.2663 117.2573 434.2214 128.1612] ++/Rect [128.799 131.083 239.822 141.987] + /Subtype /Link +-/A << /S /GoTo /D (page.60) >> ++/A << /S /GoTo /D (a00040_ga4) >> + >> endobj +-3987 0 obj << ++3564 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [422.2663 93.195 434.2214 104.0989] ++/Rect [245.515 131.083 320.015 141.987] + /Subtype /Link +-/A << /S /GoTo /D (page.60) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3937 0 obj << +-/D [3935 0 R /XYZ 90 757.9346 null] ++3524 0 obj << ++/D [3522 0 R /XYZ 90 757.935 null] + >> endobj +-3934 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> +-/ProcSet [ /PDF /Text ] ++3540 0 obj << ++/D [3522 0 R /XYZ 90 512.253 null] + >> endobj +-3990 0 obj << +-/Length 2611 ++3521 0 obj << ++/Font << /F28 362 0 R /F40 467 0 R /F22 352 0 R /F14 590 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++3567 0 obj << ++/Length 3145 + /Filter /FlateDecode + >> + stream +-xڵ_OHyLMmwy޺! &azZ3(@#A[-u]zqrn߸aTHݻ}:;<蟟$\4#3ޛgLRmqO/OFFb>/ڻ|DH}4彧#Ex4;W1N¾i'M{+{fٗb6bVÕ1*}.ׯ?o7zrIb,B6\Kf +-f]臰>nNIV+ +-Uffl:p1J¨V`BpWKLN;Kb=1+)ȋq"86ɚ +-뇰Wm=/YpӊWjqu!\Ҵ 烔>  +-0| Ƈ:|B!ni<f<;9(O`rY9?Luu%ӦF_Gчۨ3t*5Dj߳AWZAtE&M={1>ZnΚU%(%`rY7? uu4'*MrWDK߫yap' &maA4nOBKA-APWI$KIl6ʉM +- +-0l ƆZl^mt::coo?EN&Lw),@rim.}U1"EaF,PWGL +-BeԢ︼"&)NXem<010H`wN>~^ئohgqMyRc[jI֏~ 곮#U?: _aUZ\-+*¹wcj2[`F;: LĄ:L #鴂4;G^_uqH Y +-`rY+? +-uudB$8Bi/@F+ôPWG "vxvI2%;`rcØPW)QFUrrMB LhpW)QD'{Wם@҂$Ʒ, 6H )F-7:wt\0t@yaPb6l>b4}Gہ T.kAV*ae7j&ӯOb<o?)oziX$M@v_!CXдz&pW˒J嗳h1<|hT}򰭣1+Mx̠Ü0{ą,%a$׫dt5?[\>K_ǝ_כ)n^1A?MUݳ_`2,*WǎS•/ } @.PW.Dnpחh:: jׅyM!Ke]p]O[U.TQ!,O>n}$)]_Z\ \^8QtHb6/m`p4`[lwkw@4>P<0>Ե3MSQWEr{gZ(!,hX+/5߿J1Wa^ih s M?Lu-hzjm4'qkzo{{iZ{n*m|aAS7WݟpE?gu^n>Z\Kr0D7ק;o:6kdQL`CXЀ6C;:l[jq-A[󂅽X& +-0b0Pגԉ-9@46Pa Ɔ`~kU$byD@xA^kK TymݼQhdC#2? u-؀y޼w-O DC4B0* CC]Kh09A}u+ +-D/Axya^k a "5K  Լ4BR] j^}z^:bG&`<03ԵdCMv嵓EZ)f +-0v0PגT=o'  L,`<04ԵNxX^E^Z/טW"n ``C%2C! 0@ 3Pג$xf<7# @FFPג)4[utY$L> SZp2 >ݪZC `^iS? w-ibMm>-֯oC7"VۆHtk%:МB}6lX:`C]Kl0#a[o^WK7Qۆ KFlk #|h/ߖMߜ7u`:[*'ozczoM(Fl*nj|] R[du=`:)3H OW.8[rr2añmIݳXᥓ~<6Uja/\!endstream ++xڽMs#W$֙WLGMf|9ujy;W}>mne}?NsIm|Ԡ)pnF Pp¥nl}T֣?Jb@5efzuQLZ_` yx6: aό\<(D', Xqc<75+cf%]$~uc?wRͷϤ.*vf1AEhGa0 Xe$ ,aV~ 5< ++Ym#.xJ&- Q'f TPP.!+y&*@)vG j.#ܱ<1gTbn#ܷ!1)/ЏT FeA;wnfEq0qJz5UK fy 04a\Fy%FSAp:$h(9BPF$H] ++yOu#+yȶjb(\vG j.sWHc 0@L/#.81"ӏ HSqa];.k4M)m ++AS) 0"1,T ++nMZyx5< ++Y5\C Ӟ5hN 0F? jzowԠmlԍ!Z~wKA1p%ס*xJe` ƛD\MLM~ 3|͟l :[19F^QP[|$5"!%nal**{@a:g022-Enf//%vB ,NH<̹͂ (ƚ= ++8~npH(rT~Nm s+ŸoR"Z%UD:9`P"}1+E|"O""A={DaĔA "tX*QEM eI2P؞2! ̴̰G!'t?3S4ZlР G|a7ouBTW󐭻A~kwԠnހ~5^+xP4,פicC".!JPaJͨj(~G:{G*G0#h8BFf$EfHJ^iAۏBVq,u_׎'qDiW͊[CU⇣Cl.6A ++.@0LŒinnLz[Kp0v57B$.B*H>R1b`yz>B4Έ"U8тJSWTgd5Ln'{V*Kzzr~9u% :OXwgb'ݭwo}wNe cX A8⢀}TXX#" F(V;8h(>*/QHu_?lED9Ը(da{9?* ++džMʓ~CK;9 :0lo]<` doƯjJsʯQFC#}G/O[oٗ(hy'pendstream + endobj +-3989 0 obj << ++3566 0 obj << + /Type /Page +-/Contents 3990 0 R +-/Resources 3988 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 3924 0 R +-/Annots [ 3992 0 R 3993 0 R 3994 0 R 3995 0 R 3996 0 R 3997 0 R 3998 0 R 3999 0 R 4000 0 R 4001 0 R 4002 0 R 4003 0 R 4004 0 R 4005 0 R 4006 0 R 4007 0 R 4008 0 R 4009 0 R 4010 0 R 4011 0 R 4012 0 R 4013 0 R 4014 0 R 4015 0 R 4016 0 R 4017 0 R 4018 0 R 4019 0 R 4020 0 R 4021 0 R 4022 0 R 4023 0 R 4024 0 R 4025 0 R 4026 0 R 4027 0 R 4028 0 R 4029 0 R 4030 0 R 4031 0 R 4032 0 R 4033 0 R 4034 0 R 4035 0 R 4036 0 R 4037 0 R 4038 0 R 4039 0 R 4040 0 R 4041 0 R 4042 0 R 4043 0 R 4044 0 R ] ++/Contents 3567 0 R ++/Resources 3565 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 3452 0 R ++/Annots [ 3569 0 R 3570 0 R 3571 0 R 3572 0 R 3573 0 R 3574 0 R 3575 0 R 3576 0 R 3577 0 R 3578 0 R 3579 0 R 3580 0 R 3581 0 R 3582 0 R 3583 0 R 3584 0 R 3585 0 R 3586 0 R 3587 0 R 3588 0 R 3589 0 R 3590 0 R 3591 0 R 3592 0 R 3593 0 R 3594 0 R 3595 0 R 3596 0 R 3597 0 R 3598 0 R 3599 0 R 3600 0 R 3601 0 R 3602 0 R 3603 0 R 3604 0 R 3605 0 R 3606 0 R 3607 0 R 3608 0 R ] + >> endobj +-3992 0 obj << ++3569 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [205.7849 714.8637 217.7401 725.7676] ++/Rect [126.921 726.819 227.434 737.723] + /Subtype /Link +-/A << /S /GoTo /D (page.60) >> ++/A << /S /GoTo /D (a00040_ga5) >> + >> endobj +-3993 0 obj << ++3570 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [205.7849 690.9534 217.7401 701.8573] ++/Rect [231.249 726.819 305.749 737.723] + /Subtype /Link +-/A << /S /GoTo /D (page.60) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3994 0 obj << ++3571 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [211.324 667.043 223.2791 677.947] ++/Rect [127.189 687.758 250.944 698.662] + /Subtype /Link +-/A << /S /GoTo /D (page.64) >> ++/A << /S /GoTo /D (a00040_ga6) >> + >> endobj +-3995 0 obj << ++3572 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [211.324 643.1327 223.2791 654.0366] ++/Rect [255.028 687.758 329.528 698.662] + /Subtype /Link +-/A << /S /GoTo /D (page.64) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3996 0 obj << ++3573 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [211.324 619.2223 223.2791 630.1263] ++/Rect [126.921 636.743 230.203 647.647] + /Subtype /Link +-/A << /S /GoTo /D (page.64) >> ++/A << /S /GoTo /D (a00040_ga7) >> + >> endobj +-3997 0 obj << ++3574 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [211.324 595.312 223.2791 606.2159] ++/Rect [234.019 636.743 308.519 647.647] + /Subtype /Link +-/A << /S /GoTo /D (page.64) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3998 0 obj << ++3575 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [211.324 571.4017 223.2791 582.3056] ++/Rect [127.515 597.682 254.688 608.586] + /Subtype /Link +-/A << /S /GoTo /D (page.64) >> ++/A << /S /GoTo /D (a00040_ga8) >> + >> endobj +-3999 0 obj << ++3576 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [211.324 547.4913 223.2791 558.3953] ++/Rect [259.097 597.682 333.597 608.586] + /Subtype /Link +-/A << /S /GoTo /D (page.64) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4000 0 obj << ++3577 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [211.324 523.581 223.2791 534.4849] ++/Rect [167.093 546.667 268.712 557.571] + /Subtype /Link +-/A << /S /GoTo /D (page.64) >> ++/A << /S /GoTo /D (a00022) >> + >> endobj +-4001 0 obj << ++3578 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [211.324 499.6707 223.2791 510.5746] ++/Rect [281.716 546.667 400.49 557.571] + /Subtype /Link +-/A << /S /GoTo /D (page.64) >> ++/A << /S /GoTo /D (a00040_ga9) >> + >> endobj +-4002 0 obj << ++3579 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [211.324 475.7603 223.2791 486.6643] ++/Rect [406.823 546.667 481.323 557.571] + /Subtype /Link +-/A << /S /GoTo /D (page.64) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4003 0 obj << ++3580 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [211.324 451.85 223.2791 462.7539] ++/Rect [133.915 495.651 251.434 506.555] + /Subtype /Link +-/A << /S /GoTo /D (page.64) >> ++/A << /S /GoTo /D (a00041_ga0) >> + >> endobj +-4004 0 obj << ++3581 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [211.324 427.9397 223.2791 438.8436] ++/Rect [255.249 495.651 329.75 506.555] + /Subtype /Link +-/A << /S /GoTo /D (page.64) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4005 0 obj << ++3582 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [181.9842 404.0293 193.9394 414.9333] ++/Rect [139.148 456.591 280.557 467.495] + /Subtype /Link +-/A << /S /GoTo /D (page.45) >> ++/A << /S /GoTo /D (a00041_ga1) >> + >> endobj +-4006 0 obj << ++3583 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [181.9842 380.119 193.9394 391.0229] ++/Rect [289.605 456.591 364.105 467.495] + /Subtype /Link +-/A << /S /GoTo /D (page.45) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4007 0 obj << ++3584 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [181.9842 356.2087 193.9394 367.1126] ++/Rect [113.91 405.575 165.716 416.479] + /Subtype /Link +-/A << /S /GoTo /D (page.45) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-4008 0 obj << ++3585 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [181.9842 332.2983 193.9394 343.2022] ++/Rect [166.729 405.575 359.106 416.479] + /Subtype /Link +-/A << /S /GoTo /D (page.45) >> ++/A << /S /GoTo /D (a00041_ga2) >> + >> endobj +-4009 0 obj << ++3586 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [181.9842 308.388 193.9394 319.2919] ++/Rect [363.437 405.575 437.937 416.479] + /Subtype /Link +-/A << /S /GoTo /D (page.46) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4010 0 obj << ++3587 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [181.9842 284.4776 193.9394 295.3816] ++/Rect [479.356 405.575 513.996 416.479] + /Subtype /Link +-/A << /S /GoTo /D (page.45) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-4011 0 obj << ++3588 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [181.9842 260.5673 193.9394 271.4712] ++/Rect [113.91 393.62 175.12 404.524] + /Subtype /Link +-/A << /S /GoTo /D (page.45) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-4012 0 obj << ++3589 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [181.9842 236.657 193.9394 247.5609] ++/Rect [113.91 354.56 165.716 365.464] + /Subtype /Link +-/A << /S /GoTo /D (page.45) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-4013 0 obj << ++3590 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [181.9842 212.7466 193.9394 223.6506] ++/Rect [166.861 354.56 358.679 365.464] + /Subtype /Link +-/A << /S /GoTo /D (page.45) >> ++/A << /S /GoTo /D (a00041_ga3) >> + >> endobj +-4014 0 obj << ++3591 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [214.0837 188.8363 226.0388 199.7402] ++/Rect [363.142 354.56 437.642 365.464] + /Subtype /Link +-/A << /S /GoTo /D (page.50) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4015 0 obj << ++3592 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [214.0837 152.9708 226.0388 163.8747] ++/Rect [479.356 354.56 513.996 365.464] + /Subtype /Link +-/A << /S /GoTo /D (page.50) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-4016 0 obj << ++3593 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [207.9964 129.0605 219.9515 139.9644] ++/Rect [113.91 342.604 136.386 353.508] + /Subtype /Link +-/A << /S /GoTo /D (page.54) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-4017 0 obj << ++3594 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [207.9964 105.1501 219.9515 116.0541] ++/Rect [152.376 303.544 263.399 314.448] + /Subtype /Link +-/A << /S /GoTo /D (page.54) >> ++/A << /S /GoTo /D (a00042_ga0) >> + >> endobj +-4018 0 obj << ++3595 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [398.4655 726.8189 410.4207 737.7228] ++/Rect [267.214 303.544 341.714 314.448] + /Subtype /Link +-/A << /S /GoTo /D (page.45) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4019 0 obj << ++3596 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [427.8053 702.9085 439.7604 713.8125] ++/Rect [126.921 264.484 219.673 275.387] + /Subtype /Link +-/A << /S /GoTo /D (page.64) >> ++/A << /S /GoTo /D (a00042_ga1) >> + >> endobj +-4020 0 obj << ++3597 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [427.8053 678.9982 439.7604 689.9021] ++/Rect [223.488 264.484 297.989 275.387] + /Subtype /Link +-/A << /S /GoTo /D (page.64) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4021 0 obj << ++3598 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [427.8053 655.0879 439.7604 665.9918] ++/Rect [338.247 264.484 412.19 275.387] + /Subtype /Link +-/A << /S /GoTo /D (page.65) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-4022 0 obj << ++3599 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [437.758 631.1775 449.7131 642.0815] ++/Rect [113.91 225.423 187.852 236.327] + /Subtype /Link +-/A << /S /GoTo /D (page.76) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-4023 0 obj << ++3600 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [437.758 607.2672 449.7131 618.1711] ++/Rect [188.351 225.423 281.102 236.327] + /Subtype /Link +-/A << /S /GoTo /D (page.76) >> ++/A << /S /GoTo /D (a00042_ga2) >> + >> endobj +-4024 0 obj << ++3601 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [423.7705 583.3568 435.7257 594.2608] ++/Rect [284.918 225.423 359.418 236.327] + /Subtype /Link +-/A << /S /GoTo /D (page.43) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4025 0 obj << ++3602 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [405.1105 559.4465 417.0657 570.3504] ++/Rect [152.376 186.363 269.486 197.267] + /Subtype /Link +-/A << /S /GoTo /D (page.84) >> ++/A << /S /GoTo /D (a00042_ga3) >> + >> endobj +-4026 0 obj << ++3603 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [405.1105 535.5362 417.0657 546.4401] ++/Rect [273.302 186.363 347.802 197.267] + /Subtype /Link +-/A << /S /GoTo /D (page.84) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4027 0 obj << ++3604 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [405.1105 511.6258 417.0657 522.5298] ++/Rect [152.107 147.302 264.235 158.206] + /Subtype /Link +-/A << /S /GoTo /D (page.84) >> ++/A << /S /GoTo /D (a00042_ga4) >> + >> endobj +-4028 0 obj << ++3605 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [405.1105 487.7155 417.0657 498.6194] ++/Rect [268.051 147.302 342.551 158.206] + /Subtype /Link +-/A << /S /GoTo /D (page.84) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4029 0 obj << ++3606 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [405.1105 463.8052 417.0657 474.7091] ++/Rect [382.81 147.302 456.752 158.206] + /Subtype /Link +-/A << /S /GoTo /D (page.84) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-4030 0 obj << ++3607 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [405.1105 439.8948 417.0657 450.7988] ++/Rect [126.921 108.242 252.35 119.146] + /Subtype /Link +-/A << /S /GoTo /D (page.85) >> ++/A << /S /GoTo /D (a00042_ga5) >> + >> endobj +-4031 0 obj << ++3608 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [405.1105 415.9845 417.0657 426.8884] ++/Rect [256.165 108.242 330.665 119.146] + /Subtype /Link +-/A << /S /GoTo /D (page.85) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4032 0 obj << ++3568 0 obj << ++/D [3566 0 R /XYZ 90 757.935 null] ++>> endobj ++3565 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 467 0 R /F14 590 0 R /F44 478 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++3611 0 obj << ++/Length 3219 ++/Filter /FlateDecode ++>> ++stream ++x\Ms6W(U|&[ķ$5%˴][J8~$ZHxT[[sF|hAb៘>sƱlrg7"]]evۛ~~XjvP ++f6w-ӗݚ=5i\5>Va!ڮGy5J-ogQ6?3 L0{R7l\a^Rz, +U+'a箍l$e;p+2[].͂?8<+sU^3iwOsV3'`AqeVcu{t_OO]?9siҖ :XZG4M1َwoQ0k9nĐJCY]#šH]B7~Ah/fW6_!pܛr\2I[̃߶^220Zcuz= 5cY>ԟr֧*nB5H d\$y<w/-j~!6aB@  ++ !jR5ČZf60UN>oURݣ֣;&2umuT,a\&}/PtPs xQE LDP&'i}ƍ\9TW&Af lD>tMv&L{?>ɃbʔK/RA.V$,F۽Yzo3-Դ!lNV- *ͼK ["\o *0 su"1$"67pTV&dv FwU5u RG vcBO'i!P!@xe97t*&>LW)P0ŷ^_VaܼZݯ,awx"ڸ'@!E!JQFxQ)]}PiY Fw9vNc>0x(uXL?41<߂?A._/zU.} eheOQeomNoÐgb,m=VaWI#B*W'TO),<^DyxЍt%F&N ++ptM3.<9 } ++'>i֠)w&]-vH[u}VjGQ=^zQ6JCrn3Mam" 6 X3/y ;[^ʄHlvBH ++bH'dD*p݊GuirD2̏2bH ~z=RHT' ++fA)IZKU]cIw,:;V̘9cqsx}QAkmFeH<%y$iɲ%~QIr!]J7E/O|'= ++,' ++/џ׷t4dCCj( krj\PlLJ-&ֈ-vPDY!*+aBawL&ґޥ:~[(® ѧְВimB(H!;&ʑP?@ 1 Qh![hmδ#z49MkΒF I-CըSɟ$҆,x316&/.Wj L$d(LP_a<3ZO <)|[xb=Y !uZ"zx_){sT KZ;Ȩt-IpltSq/Ȇe3I`YBàl*\z> endobj ++3613 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [405.1105 392.0742 417.0657 402.9781] ++/Rect [113.91 713.654 165.716 724.558] + /Subtype /Link +-/A << /S /GoTo /D (page.85) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-4033 0 obj << ++3614 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [405.1105 368.1638 417.0657 379.0678] ++/Rect [165.637 713.654 268.909 724.558] + /Subtype /Link +-/A << /S /GoTo /D (page.85) >> ++/A << /S /GoTo /D (a00043_ga0) >> + >> endobj +-4034 0 obj << ++3615 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [405.1105 344.2535 417.0657 355.1574] ++/Rect [272.147 713.654 346.647 724.558] + /Subtype /Link +-/A << /S /GoTo /D (page.85) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4035 0 obj << ++3616 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [405.1105 320.3431 417.0657 331.2471] ++/Rect [140.64 674.373 192.445 685.277] + /Subtype /Link +-/A << /S /GoTo /D (page.85) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-4036 0 obj << ++3617 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [405.1105 296.4328 417.0657 307.3367] ++/Rect [194.488 674.373 292.779 685.277] + /Subtype /Link +-/A << /S /GoTo /D (page.85) >> ++/A << /S /GoTo /D (a00043_ga1) >> + >> endobj +-4037 0 obj << ++3618 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [405.1105 272.5225 417.0657 283.4264] ++/Rect [298.139 674.373 372.639 685.277] + /Subtype /Link +-/A << /S /GoTo /D (page.85) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4038 0 obj << ++3619 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [405.1105 248.6121 417.0657 259.5161] ++/Rect [416.373 674.373 490.315 685.277] + /Subtype /Link +-/A << /S /GoTo /D (page.86) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-4039 0 obj << ++3620 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [405.1105 224.7018 417.0657 235.6057] ++/Rect [164.54 623.136 258.407 634.04] + /Subtype /Link +-/A << /S /GoTo /D (page.83) >> ++/A << /S /GoTo /D (a00044_ga0) >> + >> endobj +-4040 0 obj << ++3621 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [405.1105 200.7915 417.0657 211.6954] ++/Rect [262.223 623.136 336.165 634.04] + /Subtype /Link +-/A << /S /GoTo /D (page.84) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-4041 0 obj << ++3622 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [405.1105 176.8811 417.0657 187.7851] ++/Rect [113.91 583.855 187.852 594.759] + /Subtype /Link +-/A << /S /GoTo /D (page.86) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-4042 0 obj << ++3623 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [405.1105 152.9708 417.0657 163.8747] ++/Rect [188.351 583.855 295.498 594.759] + /Subtype /Link +-/A << /S /GoTo /D (page.86) >> ++/A << /S /GoTo /D (a00044_ga1) >> + >> endobj +-4043 0 obj << ++3624 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [405.1105 129.0605 417.0657 139.9644] ++/Rect [126.921 544.574 229.087 555.478] + /Subtype /Link +-/A << /S /GoTo /D (page.86) >> ++/A << /S /GoTo /D (a00044_ga2) >> + >> endobj +-4044 0 obj << ++3625 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [405.1105 105.1501 417.0657 116.0541] ++/Rect [361.559 544.574 413.364 555.478] + /Subtype /Link +-/A << /S /GoTo /D (page.86) >> +->> endobj +-3991 0 obj << +-/D [3989 0 R /XYZ 90 757.9346 null] +->> endobj +-3988 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> +-/ProcSet [ /PDF /Text ] ++/A << /S /GoTo /D (a00012) >> + >> endobj +-4047 0 obj << +-/Length 2563 +-/Filter /FlateDecode +->> +-stream +-xڽ]o+tiv?rY4mPhI -)WsK˥wwvr13//LG/P0.؏!angIᩯ ۿӷa!m!9!}z탯~LW7?k`Č Fx ov7sOH ,4 k*BQBnjvq{zi^q6HR}Z/9l.! 6ćXm1HhM "R~?)`'!%’zPADj+Y4,E +-ֶ[z`RSD\ ,L~)׹iVB#ʱg$@~XqN=8b wbzX*k:X"pkS|E !jGZThĥH`qe6Z"M} .V5U.ő<ц~&R"aL} !Dj':R#y}L#M} !jG:TT"xy)‘R  PCX D? +-Tu0ED5.p+gIWxr{z^ffR<]߆al+1癁cFMi\wcz^:k:^ lhf}z-@%V5U.4Ւa۝fŌ@^q!Lp~jq1͐>ՍUKĈo05`M@UK$Q1yvWcY߃ai9<~8134E؂V:&ylf_pBf=~D}W 6V6bU-6 +[TvuR%TEV6CU4ɐ8բW*RRԷg!zd&lG:d M0I"UH ~E[ !k:\D mL-?<3d8V5U-,bkh/3ݜ #x} )V 5ϒU)V&хݟ'B"bUJ&yTC9\_^C<*X}d+ ("K}bxc%XQvh΁cdΨ<_|\g) p}T5}ʼn{m8hA$\2 zX0_xzט].=>:K8ĺ Yk`D?YA#zvfsvv5u1 du6hQɠGTGtҙOr>s^6OwTZx FU "c®Iv]> :Ҍ!ݶ{bؽ45s23F^T||H_O lHQUO5aKSugV +-cRcڦ3bj >!\Ӧ]v.5/91fjf nnϔƽbiY +-#2U=^ۃ_p/ΈNN_$uv*l~a#TqntخL6P qU51R5Gubq61Ζ![-A8[TV j* ~< Qx)YƦepDpTi#- Gb`Ցil1Q3c`D\0Όq4UG?#G Fq0mq`7VD(0ͶW;6Zutwa&06jVZA)#[` +-9AF4rc[]uwlzbLR 3#۷$ >Ů:GI#}r{&'0(};tr.RZ/x5}츍s7! +-#';Y^"@й-"@PuFmė%\#q#I%U. +-#4rMjaݞ^OtC˺{lv]%FDe^Aj%>`XWSR +-6ǚ_j e +-A e +-Tc+JO6C敞awH\'elsXu$;S>ʥ`S% zF%S% c#jVvܻrhxin\/fj>.Q+,>,Ku|kB8j +-~UPL#WKOy[CD?U O,VFgApB"}p#ܮ|v9;;[{v~]_ybOj_mϟrAO/O tendstream +-endobj +-4046 0 obj << +-/Type /Page +-/Contents 4047 0 R +-/Resources 4045 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 3924 0 R +-/Annots [ 4049 0 R 4050 0 R 4051 0 R 4052 0 R 4053 0 R 4054 0 R 4055 0 R 4056 0 R 4057 0 R 4058 0 R 4059 0 R 4060 0 R 4061 0 R 4062 0 R 4063 0 R 4064 0 R 4065 0 R 4066 0 R 4067 0 R 4068 0 R 4069 0 R 4070 0 R 4071 0 R 4072 0 R 4073 0 R 4074 0 R 4075 0 R 4076 0 R 4077 0 R 4078 0 R 4079 0 R 4080 0 R 4081 0 R 4082 0 R 4083 0 R 4084 0 R 4085 0 R 4086 0 R 4087 0 R 4088 0 R 4089 0 R 4090 0 R 4091 0 R 4092 0 R 4093 0 R 4094 0 R 4095 0 R 4096 0 R 4097 0 R 4098 0 R 4099 0 R 4100 0 R 4101 0 R 4102 0 R ] ++3626 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [127.645 505.293 225.935 516.196] ++/Subtype /Link ++/A << /S /GoTo /D (a00044_ga3) >> + >> endobj +-4049 0 obj << ++3627 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [188.6292 726.8189 200.5843 737.7228] ++/Rect [363.108 505.293 414.913 516.196] + /Subtype /Link +-/A << /S /GoTo /D (page.86) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-4050 0 obj << ++3628 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [188.6292 702.9085 200.5843 713.8125] ++/Rect [127.743 454.056 207.772 464.96] + /Subtype /Link +-/A << /S /GoTo /D (page.86) >> ++/A << /S /GoTo /D (a00044_ga4) >> + >> endobj +-4051 0 obj << ++3629 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [188.6292 678.9982 200.5843 689.9021] ++/Rect [345.583 454.056 420.084 464.96] + /Subtype /Link +-/A << /S /GoTo /D (page.86) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4052 0 obj << ++3630 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [188.6292 655.0879 200.5843 665.9918] ++/Rect [462.191 454.056 513.996 464.96] + /Subtype /Link +-/A << /S /GoTo /D (page.86) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-4053 0 obj << ++3631 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [188.6292 631.1775 200.5843 642.0815] ++/Rect [126.765 402.82 237.23 413.724] + /Subtype /Link +-/A << /S /GoTo /D (page.87) >> ++/A << /S /GoTo /D (a00044_ga5) >> + >> endobj +-4054 0 obj << ++3632 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [188.6292 607.2672 200.5843 618.1711] ++/Rect [427.209 402.82 479.015 413.724] + /Subtype /Link +-/A << /S /GoTo /D (page.87) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-4055 0 obj << ++3633 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [188.6292 583.3568 200.5843 594.2608] ++/Rect [166.204 351.583 289.949 362.487] + /Subtype /Link +-/A << /S /GoTo /D (page.87) >> ++/A << /S /GoTo /D (a00044_ga6) >> + >> endobj +-4056 0 obj << ++3634 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [188.6292 559.4465 200.5843 570.3504] ++/Rect [293.764 351.583 345.57 362.487] + /Subtype /Link +-/A << /S /GoTo /D (page.87) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-4057 0 obj << ++3635 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [188.6292 535.5362 200.5843 546.4401] ++/Rect [126.921 312.302 206.393 323.206] + /Subtype /Link +-/A << /S /GoTo /D (page.87) >> ++/A << /S /GoTo /D (a00045_ga0) >> + >> endobj +-4058 0 obj << ++3636 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [188.6292 511.6258 200.5843 522.5298] ++/Rect [210.208 312.302 284.708 323.206] + /Subtype /Link +-/A << /S /GoTo /D (page.87) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4059 0 obj << ++3637 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [188.6292 487.7155 200.5843 498.6194] ++/Rect [324.967 312.302 415.507 323.206] + /Subtype /Link +-/A << /S /GoTo /D (page.87) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-4060 0 obj << ++3638 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [188.6292 463.8052 200.5843 474.7091] ++/Rect [126.921 273.021 207.499 283.925] + /Subtype /Link +-/A << /S /GoTo /D (page.87) >> ++/A << /S /GoTo /D (a00045_ga1) >> + >> endobj +-4061 0 obj << ++3639 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [188.6292 439.8948 200.5843 450.7988] ++/Rect [211.314 273.021 285.814 283.925] + /Subtype /Link +-/A << /S /GoTo /D (page.88) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4062 0 obj << ++3640 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [188.6292 415.9845 200.5843 426.8884] ++/Rect [326.073 273.021 390.601 283.925] + /Subtype /Link +-/A << /S /GoTo /D (page.88) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-4063 0 obj << ++3641 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [188.6292 392.0742 200.5843 402.9781] ++/Rect [127.812 233.74 229.968 244.643] + /Subtype /Link +-/A << /S /GoTo /D (page.88) >> ++/A << /S /GoTo /D (a00045_ga2) >> + >> endobj +-4064 0 obj << ++3642 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [188.6292 368.1638 200.5843 379.0678] ++/Rect [234.674 233.74 309.174 244.643] + /Subtype /Link +-/A << /S /GoTo /D (page.88) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4065 0 obj << ++3643 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [188.6292 344.2535 200.5843 355.1574] ++/Rect [423.457 233.74 513.996 244.643] + /Subtype /Link +-/A << /S /GoTo /D (page.84) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-4066 0 obj << ++3644 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [188.6292 320.3431 200.5843 331.2471] ++/Rect [127.108 182.503 230.37 193.407] + /Subtype /Link +-/A << /S /GoTo /D (page.88) >> ++/A << /S /GoTo /D (a00045_ga3) >> + >> endobj +-4067 0 obj << ++3645 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [188.6292 296.4328 200.5843 307.3367] ++/Rect [234.372 182.503 308.873 193.407] + /Subtype /Link +-/A << /S /GoTo /D (page.88) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4068 0 obj << ++3646 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [188.6292 272.5225 200.5843 283.4264] ++/Rect [419.988 182.503 484.516 193.407] + /Subtype /Link +-/A << /S /GoTo /D (page.88) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-4069 0 obj << ++3647 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [188.6292 248.6121 200.5843 259.5161] ++/Rect [129.772 131.267 239.121 142.171] + /Subtype /Link +-/A << /S /GoTo /D (page.89) >> ++/A << /S /GoTo /D (a00045_ga4) >> + >> endobj +-4070 0 obj << ++3648 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [188.6292 224.7018 200.5843 235.6057] ++/Rect [245.788 131.267 320.288 142.171] + /Subtype /Link +-/A << /S /GoTo /D (page.89) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4071 0 obj << ++3649 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [188.6292 200.7915 200.5843 211.6954] ++/Rect [453.344 131.267 513.996 142.171] + /Subtype /Link +-/A << /S /GoTo /D (page.89) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-4072 0 obj << ++3650 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [188.6292 176.8811 200.5843 187.7851] ++/Rect [113.91 119.311 149.108 130.215] + /Subtype /Link +-/A << /S /GoTo /D (page.89) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-4073 0 obj << ++3612 0 obj << ++/D [3610 0 R /XYZ 90 757.935 null] ++>> endobj ++3609 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 467 0 R /F44 478 0 R /F14 590 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++3654 0 obj << ++/Length 3427 ++/Filter /FlateDecode ++>> ++stream ++x\M#ϯQ,>$ٛm,y,`w)v$YQ0|Fz[XdHv &3e6oF_>77_'&`ͯ?)6o~ ++w{ɝۿvl8<{÷?ޝ? w[ Ư;]B||:?~~_\|KeggpÙ ++~|LyJ ++_j|u/fp$)8r ++i7IJSDp]MfkƅPh+O3>J}B3gNh2}{|~p_Nw;RYƹ  <B!6# L??ߝ? ++ʓF ɭDȺfd;}>}Uf. t69ES3'cJ26C`ZVCx1a dK:? ,]VnW0-gM7ܴc^c4~||)=1N_>Ci8Nc 9!$2j Ivf ɼ: NϞY=3[ٓ$LgN4{*%_{Lh29H̏>|6 ++K1\is/a9Pcҡ:tCJ=_@$Ϗi R^Ow?JDb%@e*ǬB&k_ $-$ңд$aVdE E9#\ɠKK>BHF4\\yP}G1$=eC-:ۍd~HXAZGw7bHra~u%9- :α3}L\jC: Bk!eA?R+ ezh295~V y@Bu1 4KX28$utKzue7u%A+w((->㨙$I)P@eš W<ĬNf;$aҝpqK:bgӼr裡^vbTxH Bz1p//PZ^.Mv/1_wC]$ IkmJrZ~hڇva4G ɭbïUR5">$}eceO<z.>q,i,jy2ƥ}[b{eTl܁j܁Nc`8BSw`f:Kl9ۢ.$mipQruS-FE- 7E|μT}MF0[+qSl yN;/-/ ++B#r2q~an7B(^a⎢6j:$uip"aӠ y8E>5 ap΂Ք ԔaaAw ++YU!*jSYSR[M(&[fBug4X}xVY:B(W$TE`Q]S/&yK]Qj1B(fe@ʅ̙l 5:4^Itz]Q *]k5,Sp3|B`/'YP%i{$4I_|ى BN((xhÇ5d W>w֖KgLJ_p.b ++^*\lLؖj$D0z#tc=k\(gXp~bT%Ֆ0%WNX@\G1#fLbU!Ve!!au | 3 Lj#[Yxu9#CUΌbҬhs)i(k]EM ++/*q1kfcf"/Q&ݑP0O13򽴸t({iH )V{2Ir"E *E-B(B*+m)!#tAj͜8g3G ++uiBgV(݈!ɕ])Uco*P3:&MNtPa\:4"г44'ah,BP%^lKBJh'c 3' ++!ә‡k LO2pKg<ӑ>ԫt~u1k:jIt('l]}O1W&p!m>bcO17n2.$IqI_ B]$cO1$y<Ґ9yIPqG';ɷg|F-g ++i}|L#&wLJ-BytKo~GrjJ_ꁗ0RpR[x<,v؞ i @=A pZ^aL;Q9δdCz+dŊ /^.Mcq&#ۍ<v ]B|Oʧi ƭJ\>O9]eOǙ,/N=p Up7+5'0I^|靾q ++bf^%>7r7F"5ߩ~~ RlDv_c?RcW4HW9@kGH yKUylFbg yo+Hyh2ٖy5RdC?6cF5+#LUszXERF IfN^k"J n?9OVt}TtTk+VKŗhh0ay 4s1i ޼ fFqHn|; !nv*ބm ^ByھɅCAb嵼:?0xx>ޕ]ۏvA ++7\cT >~u'{Yaʣ_'|+>$σ?H#endstream ++endobj ++3653 0 obj << ++/Type /Page ++/Contents 3654 0 R ++/Resources 3652 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 3651 0 R ++/Annots [ 3656 0 R 3657 0 R 3658 0 R 3659 0 R 3660 0 R 3661 0 R 3662 0 R 3663 0 R 3664 0 R 3665 0 R 3666 0 R 3667 0 R 3668 0 R 3669 0 R 3670 0 R 3671 0 R 3672 0 R 3673 0 R 3674 0 R 3675 0 R 3676 0 R 3677 0 R 3678 0 R 3679 0 R 3680 0 R 3681 0 R 3682 0 R 3683 0 R 3684 0 R 3685 0 R 3686 0 R 3687 0 R 3688 0 R 3689 0 R 3690 0 R 3691 0 R 3692 0 R 3693 0 R 3694 0 R 3695 0 R 3696 0 R 3697 0 R 3698 0 R 3699 0 R 3700 0 R 3701 0 R 3702 0 R 3703 0 R 3704 0 R 3705 0 R 3706 0 R 3707 0 R 3708 0 R 3709 0 R 3710 0 R 3711 0 R 3712 0 R 3713 0 R 3714 0 R ] ++>> endobj ++3656 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [188.6292 152.9708 200.5843 163.8747] ++/Rect [126.542 726.819 236.997 737.723] + /Subtype /Link +-/A << /S /GoTo /D (page.89) >> ++/A << /S /GoTo /D (a00045_ga5) >> + >> endobj +-4074 0 obj << ++3657 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [181.9842 129.0605 193.9394 139.9644] ++/Rect [240.434 726.819 314.934 737.723] + /Subtype /Link +-/A << /S /GoTo /D (page.46) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4075 0 obj << ++3658 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [181.9842 105.1501 193.9394 116.0541] ++/Rect [433.798 726.819 498.326 737.723] + /Subtype /Link +-/A << /S /GoTo /D (page.45) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-4076 0 obj << ++3659 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [405.1105 726.8189 417.0657 737.7228] ++/Rect [130.185 676.249 250.612 687.152] + /Subtype /Link +-/A << /S /GoTo /D (page.84) >> ++/A << /S /GoTo /D (a00046_ga0) >> + >> endobj +-4077 0 obj << ++3660 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [392.3782 702.9085 404.3334 713.8125] ++/Rect [257.692 676.249 332.192 687.152] + /Subtype /Link +-/A << /S /GoTo /D (page.44) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4078 0 obj << ++3661 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [392.3782 678.9982 404.3334 689.9021] ++/Rect [379.795 676.249 475.316 687.152] + /Subtype /Link +-/A << /S /GoTo /D (page.44) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-4079 0 obj << ++3662 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [422.2663 655.0879 434.2214 665.9918] ++/Rect [113.91 664.293 220.36 675.197] + /Subtype /Link +-/A << /S /GoTo /D (page.59) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-4080 0 obj << ++3663 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [425.0257 631.1775 436.9809 642.0815] ++/Rect [131.133 625.678 216.144 636.582] + /Subtype /Link +-/A << /S /GoTo /D (page.90) >> ++/A << /S /GoTo /D (a00046_ga1) >> + >> endobj +-4081 0 obj << ++3664 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [472.0886 607.2672 484.0438 618.1711] ++/Rect [224.171 625.678 298.671 636.582] + /Subtype /Link +-/A << /S /GoTo /D (page.93) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4082 0 obj << ++3665 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [480.9356 583.3568 492.8908 594.2608] ++/Rect [348.407 625.678 438.946 636.582] + /Subtype /Link +-/A << /S /GoTo /D (page.94) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-4083 0 obj << ++3666 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [467.1076 559.4465 479.0627 570.3504] ++/Rect [479.356 625.678 513.996 636.582] + /Subtype /Link +-/A << /S /GoTo /D (page.92) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-4084 0 obj << ++3667 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [472.0591 535.5362 484.0143 546.4401] ++/Rect [113.91 613.723 191.03 624.627] + /Subtype /Link +-/A << /S /GoTo /D (page.79) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-4085 0 obj << ++3668 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [472.0591 511.6258 484.0143 522.5298] ++/Rect [127.983 575.108 249.517 586.012] + /Subtype /Link +-/A << /S /GoTo /D (page.79) >> ++/A << /S /GoTo /D (a00046_ga2) >> + >> endobj +-4086 0 obj << ++3669 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [392.3782 487.7155 404.3334 498.6194] ++/Rect [254.394 575.108 328.894 586.012] + /Subtype /Link +-/A << /S /GoTo /D (page.44) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4087 0 obj << ++3670 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [425.0257 463.8052 436.9809 474.7091] ++/Rect [371.543 575.108 441.052 586.012] + /Subtype /Link +-/A << /S /GoTo /D (page.90) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-4088 0 obj << ++3671 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [472.0886 439.8948 484.0438 450.7988] ++/Rect [479.356 575.108 513.996 586.012] + /Subtype /Link +-/A << /S /GoTo /D (page.93) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-4089 0 obj << ++3672 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [480.9356 415.9845 492.8908 426.8884] ++/Rect [113.91 563.153 191.03 574.057] + /Subtype /Link +-/A << /S /GoTo /D (page.94) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-4090 0 obj << ++3673 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [467.1076 392.0742 479.0627 402.9781] ++/Rect [128.408 524.537 214.524 535.441] + /Subtype /Link +-/A << /S /GoTo /D (page.92) >> ++/A << /S /GoTo /D (a00046_ga3) >> + >> endobj +-4091 0 obj << ++3674 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [472.0591 368.1638 484.0143 379.0678] ++/Rect [219.827 524.537 294.327 535.441] + /Subtype /Link +-/A << /S /GoTo /D (page.79) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4092 0 obj << ++3675 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [472.0591 344.2535 484.0143 355.1574] ++/Rect [337.931 524.537 402.458 535.441] + /Subtype /Link +-/A << /S /GoTo /D (page.79) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-4093 0 obj << ++3676 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [396.244 320.3431 408.1992 331.2471] ++/Rect [436.737 524.537 513.996 535.441] + /Subtype /Link +-/A << /S /GoTo /D (page.95) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-4094 0 obj << ++3677 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [402.331 296.4328 414.2862 307.3367] ++/Rect [113.91 512.582 148.411 523.486] + /Subtype /Link +-/A << /S /GoTo /D (page.96) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-4095 0 obj << ++3678 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [437.758 272.5225 449.7131 283.4264] ++/Rect [130.111 473.967 273.223 484.871] + /Subtype /Link +-/A << /S /GoTo /D (page.76) >> ++/A << /S /GoTo /D (a00046_ga4) >> + >> endobj +-4096 0 obj << ++3679 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [437.758 248.6121 449.7131 259.5161] ++/Rect [280.228 473.967 354.728 484.871] + /Subtype /Link +-/A << /S /GoTo /D (page.76) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4097 0 obj << ++3680 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [427.8053 224.7018 439.7604 235.6057] ++/Rect [479.356 473.967 513.996 484.871] + /Subtype /Link +-/A << /S /GoTo /D (page.65) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-4098 0 obj << ++3681 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [466.7188 200.7915 478.674 211.6954] ++/Rect [113.91 462.012 180.101 472.916] + /Subtype /Link +-/A << /S /GoTo /D (page.69) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-4099 0 obj << ++3682 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [466.7188 176.8811 478.674 187.7851] ++/Rect [216.016 462.012 322.466 472.916] + /Subtype /Link +-/A << /S /GoTo /D (page.69) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-4100 0 obj << ++3683 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [427.8053 152.9708 439.7604 163.8747] ++/Rect [126.96 423.397 234.655 434.301] + /Subtype /Link +-/A << /S /GoTo /D (page.65) >> ++/A << /S /GoTo /D (a00046_ga5) >> + >> endobj +-4101 0 obj << ++3684 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [427.8053 129.0605 439.7604 139.9644] ++/Rect [238.509 423.397 313.009 434.301] + /Subtype /Link +-/A << /S /GoTo /D (page.65) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4102 0 obj << ++3685 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [450.4702 105.1501 462.4254 116.0541] ++/Rect [423.457 423.397 513.996 434.301] + /Subtype /Link +-/A << /S /GoTo /D (page.74) >> +->> endobj +-4048 0 obj << +-/D [4046 0 R /XYZ 90 757.9346 null] +->> endobj +-4045 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-4105 0 obj << +-/Length 2895 +-/Filter /FlateDecode +->> +-stream +-xڽ]o#+t*CH6( +-E$$kl+4ͮ}g4j96k[=!5Q,U"VH=#v~yÀ,CA38㳻ϟ34K<?׽pÝOVWB37?Jgkn(֨f-n$7ۛ^hބb".x.UVlvszYW6?V>]{Y9y_d]d#qaBKKOB6c}Zoc}<-oggsƈUj +-鰼崇w\ncx\jVQMf:G-? 0R ʨAm%aT1fk86GM qsTp!60728y8 3SHZ8Y"%cj_!<&.|b!\R \QIaGc\}TFႪu|zZ^"bCs-Of@fe=B!hvp@ +-8(%cd]GQUs"*%G\?@.|z*4afHNXmd&F+hc}TF*kj,R'xV(%3{W 96YLNLiNY \Q޶m&!7܎Ǹå(R4žYץ0D+ʱ0l}Xۅ46Taj_QL2&@4K&:nÅWѦl>Ŧ&]ObU vRkb{n8>,#.'{p*E(g=y%M)Uy `4 i)Gsva_i]CLT!.xkީj?FGeTXFW|]AJ\8!2.'᪎6P;mjNaE4}4)\ۇe/'OqUUJhSs3{v8>leߍ/'{6XrJ22"(>,B% +-(&":y>wx¾G·X_p=M8as  \sUz%ʚ>78BᒂĔ,MrC eny[n:f`(3nQ&ӡ^jfָ/%Λרfhظ.q+w2*H-C%Λ>qn\ .-v,ЕyctK%Λx 0oLUХ2-XMHsLP*q%N*F q3.2ʴiG9lV7B̀7y[f#j0cDY7 d<[F?-W}2tBϸXlb2vl7_ss]CnGFm?.[J%H +-O:#d|TNՓ2zsBC]*q=U=!;}Whv8ojeT{r +L7X>Pw6pImbr .v螛śMû,P7I'a:Ћ,UVSHʼn IT2z~n6ӷYhPhV8/Nx07_fwn,j-yڜv&yrd ԡ3^8o 5](ܡ2ا`u/Mq8~h plSg<#qla1V*ܩ2دmW`&k aB =+>>Py<[ n5vPJ'DkHADD59>󺫑q+npʩ^)2KJm@9Y/QP/qjlcղ2TKJTK2TK\uX&~X, wy3 Wnf[\ C1ZF(B"3ޏ r{tv 0R ϘaIVGd{'p]j˄Vt78S,ax0)M*u> + >> endobj +-4107 0 obj << ++3686 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [245.8745 726.8189 257.8296 737.7228] ++/Rect [144.346 411.441 250.796 422.345] + /Subtype /Link +-/A << /S /GoTo /D (page.72) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-4108 0 obj << ++3687 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [224.7833 702.9085 236.7384 713.8125] ++/Rect [129.941 372.826 274.159 383.73] + /Subtype /Link +-/A << /S /GoTo /D (page.75) >> ++/A << /S /GoTo /D (a00046_ga6) >> + >> endobj +-4109 0 obj << ++3688 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [250.2375 678.9982 262.1927 689.9021] ++/Rect [280.994 372.826 355.494 383.73] + /Subtype /Link +-/A << /S /GoTo /D (page.69) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4110 0 obj << ++3689 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [205.7849 655.0879 217.7401 665.9918] ++/Rect [479.356 372.826 513.996 383.73] + /Subtype /Link +-/A << /S /GoTo /D (page.60) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-4111 0 obj << ++3690 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [207.9964 631.1775 219.9515 642.0815] ++/Rect [113.91 360.871 154.089 371.775] + /Subtype /Link +-/A << /S /GoTo /D (page.54) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-4112 0 obj << ++3691 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [235.1145 607.2672 247.0697 618.1711] ++/Rect [190.004 360.871 296.454 371.775] + /Subtype /Link +-/A << /S /GoTo /D (page.71) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-4113 0 obj << ++3692 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [235.1145 583.3568 247.0697 594.2608] ++/Rect [130.707 322.256 239.508 333.16] + /Subtype /Link +-/A << /S /GoTo /D (page.71) >> ++/A << /S /GoTo /D (a00046_ga7) >> + >> endobj +-4114 0 obj << ++3693 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [211.324 559.4465 223.2791 570.3504] ++/Rect [247.109 322.256 321.61 333.16] + /Subtype /Link +-/A << /S /GoTo /D (page.65) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4115 0 obj << ++3694 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [211.324 535.5362 223.2791 546.4401] ++/Rect [448.921 322.256 513.996 333.16] + /Subtype /Link +-/A << /S /GoTo /D (page.65) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-4116 0 obj << ++3695 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [207.9964 511.6258 219.9515 522.5298] ++/Rect [113.91 310.301 118.672 321.205] + /Subtype /Link +-/A << /S /GoTo /D (page.54) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-4117 0 obj << ++3696 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [207.9964 487.7155 219.9515 498.6194] ++/Rect [149.606 310.301 256.056 321.205] + /Subtype /Link +-/A << /S /GoTo /D (page.55) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-4118 0 obj << ++3697 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [235.1145 463.8052 247.0697 474.7091] ++/Rect [128.488 271.686 270.484 282.589] + /Subtype /Link +-/A << /S /GoTo /D (page.71) >> ++/A << /S /GoTo /D (a00046_ga8) >> + >> endobj +-4119 0 obj << ++3698 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [235.1145 439.8948 247.0697 450.7988] ++/Rect [275.867 271.686 350.367 282.589] + /Subtype /Link +-/A << /S /GoTo /D (page.71) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4120 0 obj << ++3699 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [250.2375 415.9845 262.1927 426.8884] ++/Rect [113.91 259.73 209.431 270.634] + /Subtype /Link +-/A << /S /GoTo /D (page.69) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-4121 0 obj << ++3700 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [250.2375 392.0742 262.1927 402.9781] ++/Rect [245.346 259.73 351.796 270.634] + /Subtype /Link +-/A << /S /GoTo /D (page.69) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-4122 0 obj << ++3701 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [250.2375 368.1638 262.1927 379.0678] ++/Rect [128.316 221.115 234.895 232.019] + /Subtype /Link +-/A << /S /GoTo /D (page.69) >> ++/A << /S /GoTo /D (a00046_ga9) >> + >> endobj +-4123 0 obj << ++3702 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [249.7498 344.2535 261.705 355.1574] ++/Rect [240.106 221.115 314.606 232.019] + /Subtype /Link +-/A << /S /GoTo /D (page.73) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4124 0 obj << ++3703 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [249.7498 320.3431 261.705 331.2471] ++/Rect [479.356 221.115 513.996 232.019] + /Subtype /Link +-/A << /S /GoTo /D (page.73) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-4125 0 obj << ++3704 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [235.1145 296.4328 247.0697 307.3367] ++/Rect [113.91 209.16 175.12 220.064] + /Subtype /Link +-/A << /S /GoTo /D (page.71) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-4126 0 obj << ++3705 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [235.1145 272.5225 247.0697 283.4264] ++/Rect [206.054 209.16 312.504 220.064] + /Subtype /Link +-/A << /S /GoTo /D (page.71) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-4127 0 obj << ++3706 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [224.7833 248.6121 236.7384 259.5161] ++/Rect [128.358 170.545 271.46 181.449] + /Subtype /Link +-/A << /S /GoTo /D (page.75) >> ++/A << /S /GoTo /D (a00046_ga10) >> + >> endobj +-4128 0 obj << ++3707 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [224.7833 224.7018 236.7384 235.6057] ++/Rect [276.713 170.545 351.213 181.449] + /Subtype /Link +-/A << /S /GoTo /D (page.75) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4129 0 obj << ++3708 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [194.9056 200.7915 206.8607 211.6954] ++/Rect [113.91 158.59 183.419 169.494] + /Subtype /Link +-/A << /S /GoTo /D (page.56) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-4130 0 obj << ++3709 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [194.9056 176.8811 206.8607 187.7851] ++/Rect [219.334 158.59 325.784 169.494] + /Subtype /Link +-/A << /S /GoTo /D (page.56) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-4131 0 obj << ++3710 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [245.8745 152.9708 257.8296 163.8747] ++/Rect [128.203 119.974 235.888 130.878] + /Subtype /Link +-/A << /S /GoTo /D (page.72) >> ++/A << /S /GoTo /D (a00046_ga11) >> + >> endobj +-4132 0 obj << ++3711 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [235.1145 129.0605 247.0697 139.9644] ++/Rect [240.985 119.974 315.485 130.878] + /Subtype /Link +-/A << /S /GoTo /D (page.72) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4133 0 obj << ++3712 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [235.1145 105.1501 247.0697 116.0541] ++/Rect [479.356 119.974 513.996 130.878] + /Subtype /Link +-/A << /S /GoTo /D (page.72) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-4134 0 obj << ++3713 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [422.2663 726.8189 434.2214 737.7228] ++/Rect [113.91 108.019 149.108 118.923] + /Subtype /Link +-/A << /S /GoTo /D (page.60) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-4135 0 obj << ++3714 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [427.8053 702.9085 439.7604 713.8125] ++/Rect [180.042 108.019 286.492 118.923] + /Subtype /Link +-/A << /S /GoTo /D (page.66) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-4136 0 obj << ++3655 0 obj << ++/D [3653 0 R /XYZ 90 757.935 null] ++>> endobj ++3652 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 467 0 R /F44 478 0 R /F14 590 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++3717 0 obj << ++/Length 1555 ++/Filter /FlateDecode ++>> ++stream ++xڭYێ6}WQbKR6C- VvnC\i%-IJtvp83gD?(a"ٞV8ݷ+⟮ՉAFd$HPlvSToj]y,⡨3⼵,%Ld6V?oyWI'w+7ƈV2}\}Xlgpja NT5k`FX>)2 p6Nq ?)-`*;'$z_3ӪYҗwh7~aF~q}zztÁIKݤ}~GA⬆!H#c:6K7&_XC742쀉SE6"} ++RS8Cd8E]9(LV*^98N4&P쬇X^ ȯk\:~ʄHќ[lAK'0 ++ck 8V`F_v踇\wjW\lWF0 VD]:?ݙr.B@ߠ\RLH[DUbzԃ?׸7\p8Yz64e[/ (L\\A#!l`R"Jfc8o@(`:/&TOrcG(صrN ]yD] nznY(^l+.HA uӅY uuv׃/V/9p $u\b ++IPġ`̔S&T\<"# ! b04*AЮ {809#Abiţ ++(?e(z[2;LCNK}t`;` X #ND%֓ ^78IiF\&ϵ@xG:VP\7|zw 0а(<&%GǍ27LeZxL^#2[y)ri0V"Ju3NLET[B$4S}J"B0ck^>6y|l>|Iyty`-(F(5{LV {:Z0t}orѡLl9`w{%8A`Srx5h0]q!^$fQ<׎zug;ꌩܷi/^tQw&Mҩٷ'{8?zU=+ ȅ (̤9;bCq=IeYڂñx-og" yMqc7e[sT{flilJ6qtYRI[ j}Gs*}hXlKt뾟m]]P֜ cQ7w"/oRFRۘ܍:]ɁK~|^E{x.hSi!|D]|uV4O:8uTس ManQ>_aJ0 l*?;o(]X^,(p-Mxy> _endstream ++endobj ++3716 0 obj << ++/Type /Page ++/Contents 3717 0 R ++/Resources 3715 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 3651 0 R ++/Annots [ 3719 0 R 3720 0 R 3721 0 R 3722 0 R 3723 0 R 3724 0 R 3725 0 R 3726 0 R 3727 0 R 3728 0 R 3729 0 R 3730 0 R 3731 0 R 3732 0 R 3733 0 R ] ++>> endobj ++3719 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [427.8053 678.9982 439.7604 689.9021] ++/Rect [141.387 713.867 192.077 724.771] + /Subtype /Link +-/A << /S /GoTo /D (page.66) >> ++/A << /S /GoTo /D (a00046_ga12) >> + >> endobj +-4137 0 obj << ++3720 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [466.7188 655.0879 478.674 665.9918] ++/Rect [195.892 713.867 270.392 724.771] + /Subtype /Link +-/A << /S /GoTo /D (page.69) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4138 0 obj << ++3721 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [466.7188 631.1775 478.674 642.0815] ++/Rect [147.192 675.013 275.918 685.917] + /Subtype /Link +-/A << /S /GoTo /D (page.70) >> ++/A << /S /GoTo /D (a00046_ga13) >> + >> endobj +-4139 0 obj << ++3722 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [450.4702 607.2672 462.4254 618.1711] ++/Rect [282.636 675.013 357.136 685.917] + /Subtype /Link +-/A << /S /GoTo /D (page.74) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4140 0 obj << ++3723 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [422.2663 583.3568 434.2214 594.2608] ++/Rect [453.344 675.013 513.996 685.917] + /Subtype /Link +-/A << /S /GoTo /D (page.60) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-4141 0 obj << ++3724 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [424.4777 559.4465 436.4328 570.3504] ++/Rect [113.91 663.058 154.089 673.962] + /Subtype /Link +-/A << /S /GoTo /D (page.55) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-4142 0 obj << ++3725 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [424.4777 535.5362 436.4328 546.4401] ++/Rect [190.004 663.058 296.454 673.962] + /Subtype /Link +-/A << /S /GoTo /D (page.54) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-4143 0 obj << ++3726 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [428.3432 511.6258 440.2984 522.5298] ++/Rect [140.561 624.204 233.87 635.108] + /Subtype /Link +-/A << /S /GoTo /D (page.67) >> ++/A << /S /GoTo /D (a00046_ga14) >> + >> endobj +-4144 0 obj << ++3727 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [428.3432 487.7155 440.2984 498.6194] ++/Rect [237.273 624.204 311.773 635.108] + /Subtype /Link +-/A << /S /GoTo /D (page.68) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4145 0 obj << ++3728 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [423.8103 463.8052 435.7654 474.7091] ++/Rect [393.434 624.204 483.974 635.108] + /Subtype /Link +-/A << /S /GoTo /D (page.96) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-4146 0 obj << ++3729 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [397.9176 439.8948 409.8728 450.7988] ++/Rect [113.91 612.249 220.36 623.152] + /Subtype /Link +-/A << /S /GoTo /D (page.91) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-4147 0 obj << ++3730 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [397.9176 415.9845 409.8728 426.8884] ++/Rect [126.921 573.394 173.725 584.298] + /Subtype /Link +-/A << /S /GoTo /D (page.91) >> ++/A << /S /GoTo /D (a00046_ga15) >> + >> endobj +-4148 0 obj << ++3731 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [397.9176 392.0742 409.8728 402.9781] ++/Rect [177.541 573.394 252.041 584.298] + /Subtype /Link +-/A << /S /GoTo /D (page.91) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4149 0 obj << ++3732 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [427.8053 368.1638 439.7604 379.0678] ++/Rect [244.538 558.773 296.338 568.679] + /Subtype /Link +-/A << /S /GoTo /D (page.63) >> ++/A << /S /GoTo /D (a00046_ga12) >> + >> endobj +-4150 0 obj << ++3733 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [427.8053 344.2535 439.7604 355.1574] ++/Rect [306.8 558.773 395.954 568.679] + /Subtype /Link +-/A << /S /GoTo /D (page.64) >> ++/A << /S /GoTo /D (a00046_ga14) >> + >> endobj +-4151 0 obj << ++3718 0 obj << ++/D [3716 0 R /XYZ 90 757.935 null] ++>> endobj ++3734 0 obj << ++/D [3716 0 R /XYZ 90 536.074 null] ++>> endobj ++3715 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F14 590 0 R /F40 467 0 R /F44 478 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++3737 0 obj << ++/Length 2835 ++/Filter /FlateDecode ++>> ++stream ++x\mo#_!_$ bڴ"h6u>CeP[ݿp%wt|xpFlA?pta!N]<§^5zWs͈lq}Ӓ Zsj [ms_19]nsE?mvOo>>٭)r;?oiwد~םos%W?L(.>5%̹"\?]_sO-^11z&:.C0 oo]t۟?v󆼋k amò]G=n~;>x:>ovk"|p ܞ>n&f^F[/̼`h./~=8%xCt׍3Ɉ"86aQKaF6"V#8!Zxof+>LdfHY6Ӓ`T)lgs\ i? ++Q֐J4;5ev1~Hh.nޟ?lO7Ms݄4nOhDLa%-" وP0 FD}8NіH* ;fUGҕV˯Fʫd 7nwq)bUZV%04REVd6Ϡ7&YGzR1 pKZϛyuIte묳i6uy$1kQNM$]Xm( ++JmgL/iTľSΘIJv(aXhPXTOByuل69gL)MshX,?_áx|Cx](W*ʍA+KUV(j~%t/.וƽ@YեXZMĠN ږGf@{cme8"z97YWY4_vĠZhԖڂz|AmeP %` h"SQVv迓[T .=X]d^yBީxb 2Qj @k`7/Qh9&`f Mo )4a,4 a,4B# aƍ{109:<]BsVKhl"ʟ$˽.5θ2 =C-5Nغ#%>ql3JVh܇vDaKoU5 ++||@i\3\_\5Ϯ UeYH!e"2FpK#3OQ%S:n:.#V:1s:*8J7!:nlyQ&GfQ-wd`r|fHڡZ.9QOĠn  ++mȔCEe@x83X%\$Ϥ -Ur QRˏh܇>N ! ++0|C4:?$=l2R{pQ䕫} R~hQh}Å?`f?F?!A0x;׷SWs1H])Q!QLJ&[=IV$͈ANe}SeAxD unRh¹ [wĠ(7Z(bysC@x1#f8_*T b1*2s%W@sL\yJt> {ZmU\̓DE̩mgULЎs鬿., Y7,u &DB?%*[&dP"-@Hur ++ݨZN{x9[f(S w}iA=-3+*tࢠj%SU"[؞- ++,nz ==Rbd݂Qrcb14^HX"?u#S Chb8ofnm;Yq`Q'"e?W->cfȢsEsTpgt*i8jNcSfn9QRpI#dRpPw%TJqu/ m,b/ ODK̕fnG̜p'ʍN!~]E ++rndܢq/&3:~K?"tht"K@U2zF*C3Թɺ\#%;<#??> L^f̡TT?G :~J?MK?J>PR{pQK~uF6yegv]\B20B#v/Wz?wɸїH<b`(ǗN7146z~͘ 4C2 =C5#%+Du+/.> endobj ++3740 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [425.9821 320.3431 437.9372 331.2471] ++/Rect [159.154 607.343 323.317 618.247] + /Subtype /Link +-/A << /S /GoTo /D (page.97) >> ++/A << /S /GoTo /D (a00061_ga0) >> + >> endobj +-4152 0 obj << ++3741 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [425.9821 296.4328 437.9372 307.3367] ++/Rect [330.657 607.343 405.157 618.247] + /Subtype /Link +-/A << /S /GoTo /D (page.97) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4153 0 obj << ++3742 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [472.0886 272.5225 484.0438 283.4264] ++/Rect [453.344 607.343 513.996 618.247] + /Subtype /Link +-/A << /S /GoTo /D (page.93) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-4154 0 obj << ++3743 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [480.9356 248.6121 492.8908 259.5161] ++/Rect [113.91 595.388 149.108 606.292] + /Subtype /Link +-/A << /S /GoTo /D (page.95) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-4155 0 obj << ++3744 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [467.1076 224.7018 479.0627 235.6057] ++/Rect [157.257 557.124 326.401 568.028] + /Subtype /Link +-/A << /S /GoTo /D (page.92) >> ++/A << /S /GoTo /D (a00061_ga1) >> + >> endobj +-4156 0 obj << ++3745 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [392.3782 200.7915 404.3334 211.6954] ++/Rect [332.791 557.124 407.292 568.028] + /Subtype /Link +-/A << /S /GoTo /D (page.44) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4157 0 obj << ++3746 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [472.0886 176.8811 484.0438 187.7851] ++/Rect [453.344 557.124 513.996 568.028] + /Subtype /Link +-/A << /S /GoTo /D (page.94) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-4158 0 obj << ++3747 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [480.9356 152.9708 492.8908 163.8747] ++/Rect [113.91 545.169 154.089 556.072] + /Subtype /Link +-/A << /S /GoTo /D (page.95) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-4159 0 obj << ++3748 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [467.1076 129.0605 479.0627 139.9644] ++/Rect [153.253 506.904 329.032 517.808] + /Subtype /Link +-/A << /S /GoTo /D (page.92) >> ++/A << /S /GoTo /D (a00061_ga2) >> + >> endobj +-4160 0 obj << ++3749 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [352.5283 117.1053 369.4648 128.0092] ++/Rect [333.421 506.904 407.921 517.808] + /Subtype /Link +-/A << /S /GoTo /D (page.100) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4161 0 obj << ++3750 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [392.1195 105.1501 409.056 116.0541] ++/Rect [449.469 506.904 513.996 517.808] + /Subtype /Link +-/A << /S /GoTo /D (page.102) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-4162 0 obj << ++3751 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [397.1008 93.9122 414.0373 104.0989] ++/Rect [162.741 456.685 343.501 467.589] + /Subtype /Link +-/A << /S /GoTo /D (page.102) >> +->> endobj +-4106 0 obj << +-/D [4104 0 R /XYZ 90 757.9346 null] +->> endobj +-4103 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-4165 0 obj << +-/Length 4064 +-/Filter /FlateDecode +->> +-stream +-xڵ\Mo#W8~7{n6Y!BmFr$yg'>n6Wu0|Mk[ +-@o{ՓAH}>0ŀȠiQۏ?_w?}VRC~`?+~Јo(Q_J07oL J}PL:N0 +-?s%n{?SOLto{ȎdޡFtJmc  ]lPZ!jiߡs`jJa{쏏;Ԋa6  J [ࡘ]6 aFaa= *:L\ڃo.c[)' ȆCaa}{ qyW~HsC]lP~'6(,9j{&˾Px:†wAi~'T{bI PXXODK)$\$!a,8|XHVYLUڀz!VZ/P4 J [뼆Yp(,<פrJ#<W0g BbB[25 +-ˤPXXOP9)BXa@> J@:ѽNgc`aA})' 3/ݡx3~2ؠ|[Cԧ ((,̂(1L)e{ޕ*a1C#,N.Ɨk +-C>[  +-;n%lF__  +-k +-[ Jk@w"Anz (# +- IК ʈ% Pz3|%]lP^ ~, D26 c؍S*:9o? .6(3`@kHQXXπ +-ZS~})ĜP C$]lPZ!QRd=ЁOi-o(|FؠZnqIJ!BV0OY9scoA6y~o#c `{_B_YE5S)BWH +-]lPH)-ҬjJI0~0aIOص9 6hE +-]7TSaa8p-h"Li22Gedl(#= )#ed;Sً׍x2 Z0E:ͨ?{ۧ…= tfX]lP*S*~z6 + +- 3rXqk/be֢ R]S-PBP10_Z>Z</6Q($TAt󾷇[5wys=oxH~{?o==kĀng|ԯmg_X6$~v;{^*dK9HHN!s.6( RP2pӴСLb&*"j) &mwA6,;1״Ldڀ,:34aq=ncA #=7,`wao N +- /%CIl%GF`bH8ymx6 N8zf%* ~'<ؠ|'[Vl@NxD!am&NBX΄.W[x㧒B멁XBG|So#ޤ (Ϡprpަ9_7~QR-]zaT۷Vf +-vQJGxDHVR;2RkRAHLj+aR[ߨHa0xoy+gfbG!Q={W!{UrpEw<y k$sX///x5p7qerma5_d55poSv>)l:-9}Da3j0V MӣG6_="'K|半FmGDԹ1<Kٖn{'Y~|\EÖdN(={ag1\,l}}-\3j`.V {YRNlrM5a`3PP<]) 󶭎" 5p+󮧗l<~^ŝd|xYra'e -5kD Ūi m.//s~+p[lqYwZӂ0&X[QHXf=%fhM~Y34Xy6kȞ,`=9JY#o ֽl< +- XHf&9d%Zչy<"8VȶBͣXMJTfҠ漖*i@7 +- xerURň \ˊAwZQ#+%kn= +- k"0`t=}u]=֥+}.m+rH]5pw^ +-UIgrf|F!(4 P +- gB"Z*RVj=Q ~+J>z)zv6aaݥs!' V.;^|Z3ݨ($j 05 bOVPiw~;:ש":/FgK,ٌj ?R*Onݯs%O 53#y YO QH@`SKpCѽQH+_fczmxͣKiI4H\R M_<~3dTbadS}3#Lv}%8uB> >Lit~hSϗw?g9#Ut|>wק1ZBfendstream +-endobj +-4164 0 obj << +-/Type /Page +-/Contents 4165 0 R +-/Resources 4163 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 4249 0 R +-/Annots [ 4167 0 R 4168 0 R 4169 0 R 4170 0 R 4171 0 R 4172 0 R 4173 0 R 4174 0 R 4175 0 R 4176 0 R 4177 0 R 4178 0 R 4179 0 R 4180 0 R 4181 0 R 4182 0 R 4183 0 R 4184 0 R 4185 0 R 4186 0 R 4187 0 R 4188 0 R 4189 0 R 4190 0 R 4191 0 R 4192 0 R 4193 0 R 4194 0 R 4195 0 R 4196 0 R 4197 0 R 4198 0 R 4199 0 R 4200 0 R 4201 0 R 4202 0 R 4203 0 R 4204 0 R 4205 0 R 4206 0 R 4207 0 R 4208 0 R 4209 0 R 4210 0 R 4211 0 R 4212 0 R 4213 0 R 4214 0 R 4215 0 R 4216 0 R 4217 0 R 4218 0 R 4219 0 R 4220 0 R 4221 0 R 4222 0 R 4223 0 R 4224 0 R 4225 0 R 4226 0 R 4227 0 R 4228 0 R 4229 0 R 4230 0 R 4231 0 R 4232 0 R 4233 0 R 4234 0 R 4235 0 R 4236 0 R 4237 0 R 4238 0 R 4239 0 R 4240 0 R 4241 0 R 4242 0 R 4243 0 R 4244 0 R 4245 0 R 4246 0 R 4247 0 R 4248 0 R ] ++/A << /S /GoTo /D (a00061_ga3) >> + >> endobj +-4167 0 obj << ++3752 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [132.1715 726.8189 149.108 737.7228] ++/Rect [352.634 456.685 427.134 467.589] + /Subtype /Link +-/A << /S /GoTo /D (page.103) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4168 0 obj << ++3753 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [127.1902 715.581 144.1267 725.7676] ++/Rect [479.356 456.685 513.996 467.589] + /Subtype /Link +-/A << /S /GoTo /D (page.103) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-4169 0 obj << ++3754 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [146.5575 703.6258 163.494 713.8125] ++/Rect [113.91 444.73 154.089 455.634] + /Subtype /Link +-/A << /S /GoTo /D (page.103) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-4170 0 obj << ++3755 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [180.8684 690.9534 197.8049 701.8573] ++/Rect [219.596 406.466 388.74 417.37] + /Subtype /Link +-/A << /S /GoTo /D (page.103) >> ++/A << /S /GoTo /D (a00062_ga0) >> + >> endobj +-4171 0 obj << ++3756 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [185.8497 678.9982 202.7862 689.9021] ++/Rect [396.145 406.466 470.646 417.37] + /Subtype /Link +-/A << /S /GoTo /D (page.103) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4172 0 obj << ++3757 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [139.3645 667.043 156.301 677.947] ++/Rect [113.91 394.511 204.45 405.415] + /Subtype /Link +-/A << /S /GoTo /D (page.104) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-4173 0 obj << ++3758 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [136.0472 655.0879 152.9836 665.9918] ++/Rect [216.275 356.247 390.4 367.151] + /Subtype /Link +-/A << /S /GoTo /D (page.104) >> ++/A << /S /GoTo /D (a00062_ga1) >> + >> endobj +-4174 0 obj << ++3759 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [154.3182 643.85 171.2547 654.0366] ++/Rect [396.976 356.247 471.476 367.151] + /Subtype /Link +-/A << /S /GoTo /D (page.104) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4175 0 obj << ++3760 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [133.8354 631.8948 150.7718 642.0815] ++/Rect [113.91 344.665 209.431 355.195] + /Subtype /Link +-/A << /S /GoTo /D (page.104) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-4176 0 obj << ++3761 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [160.9535 619.9396 177.89 630.1263] ++/Rect [151.285 306.027 332.045 316.931] + /Subtype /Link +-/A << /S /GoTo /D (page.104) >> ++/A << /S /GoTo /D (a00062_ga2) >> + >> endobj +-4177 0 obj << ++3762 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [152.6544 607.9845 169.5909 618.1711] ++/Rect [335.45 306.027 409.95 316.931] + /Subtype /Link +-/A << /S /GoTo /D (page.104) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4178 0 obj << ++3763 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [167.997 595.312 184.9335 606.2159] ++/Rect [449.469 306.027 513.996 316.931] + /Subtype /Link +-/A << /S /GoTo /D (page.104) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-4179 0 obj << ++3764 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [147.1155 583.3568 164.052 594.2608] ++/Rect [160.843 255.808 346.585 266.712] + /Subtype /Link +-/A << /S /GoTo /D (page.104) >> ++/A << /S /GoTo /D (a00062_ga3) >> + >> endobj +-4180 0 obj << ++3765 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [135.4892 572.119 152.4257 582.3056] ++/Rect [354.769 255.808 429.269 266.712] + /Subtype /Link +-/A << /S /GoTo /D (page.104) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4181 0 obj << ++3766 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [161.91 560.1638 178.8465 570.3504] ++/Rect [479.356 255.808 513.996 266.712] + /Subtype /Link +-/A << /S /GoTo /D (page.105) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-4182 0 obj << ++3767 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [163.0256 547.4913 179.9621 558.3953] ++/Rect [113.91 244.226 154.089 254.757] + /Subtype /Link +-/A << /S /GoTo /D (page.105) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-4183 0 obj << ++3768 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [144.3459 536.2535 161.2824 546.4401] ++/Rect [153.886 205.589 331.877 216.493] + /Subtype /Link +-/A << /S /GoTo /D (page.105) >> ++/A << /S /GoTo /D (a00063_ga0) >> + >> endobj +-4184 0 obj << ++3769 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [169.2522 523.581 186.1887 534.4849] ++/Rect [336.583 205.589 411.083 216.493] + /Subtype /Link +-/A << /S /GoTo /D (page.105) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4185 0 obj << ++3770 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [149.7358 512.3431 166.6723 522.5298] ++/Rect [453.344 205.589 513.996 216.493] + /Subtype /Link +-/A << /S /GoTo /D (page.105) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-4186 0 obj << ++3771 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [146.717 500.3879 163.6535 510.5746] ++/Rect [113.91 193.634 149.108 204.538] + /Subtype /Link +-/A << /S /GoTo /D (page.105) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-4187 0 obj << ++3772 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [138.8067 487.7155 155.7432 498.6194] ++/Rect [151.978 155.37 334.95 166.273] + /Subtype /Link +-/A << /S /GoTo /D (page.105) >> ++/A << /S /GoTo /D (a00063_ga1) >> + >> endobj +-4188 0 obj << ++3773 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [162.3583 475.7603 179.2948 486.6643] ++/Rect [338.701 155.37 413.201 166.273] + /Subtype /Link +-/A << /S /GoTo /D (page.106) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4189 0 obj << ++3774 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [163.4739 463.8052 180.4104 474.7091] ++/Rect [453.344 155.37 513.996 166.273] + /Subtype /Link +-/A << /S /GoTo /D (page.106) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-4190 0 obj << ++3775 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [163.723 451.85 180.6595 462.7539] ++/Rect [113.91 143.788 154.089 154.318] + /Subtype /Link +-/A << /S /GoTo /D (page.106) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-4191 0 obj << ++3776 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [131.0658 439.8948 148.0023 450.7988] ++/Rect [159.37 105.15 348.978 116.054] + /Subtype /Link +-/A << /S /GoTo /D (page.106) >> ++/A << /S /GoTo /D (a00063_ga2) >> + >> endobj +-4192 0 obj << ++3777 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [147.1054 428.6569 164.0419 438.8436] ++/Rect [356.425 105.15 430.926 116.054] + /Subtype /Link +-/A << /S /GoTo /D (page.106) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4193 0 obj << ++3778 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [204.1213 404.0293 216.0764 414.9333] ++/Rect [479.356 105.15 513.996 116.054] + /Subtype /Link +-/A << /S /GoTo /D (page.57) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-4194 0 obj << ++3779 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [164.2709 392.0742 181.2073 402.9781] ++/Rect [113.91 93.195 149.108 104.099] + /Subtype /Link +-/A << /S /GoTo /D (page.106) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-4195 0 obj << ++3738 0 obj << ++/D [3736 0 R /XYZ 90 757.935 null] ++>> endobj ++839 0 obj << ++/D [3736 0 R /XYZ 90 739.935 null] ++>> endobj ++330 0 obj << ++/D [3736 0 R /XYZ 90 739.935 null] ++>> endobj ++3739 0 obj << ++/D [3736 0 R /XYZ 90 625.998 null] ++>> endobj ++3735 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 478 0 R /F11 482 0 R /F14 590 0 R /F40 467 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++3782 0 obj << ++/Length 993 ++/Filter /FlateDecode ++>> ++stream ++xVnF}W[7)hS)^[D)R:$Je#Ok9{83g ?H4MreRg4G9nG,f߳"D+, ++d,n9)94mǼoڇuIVn_}1wϠHM[YbL>&wbgp]$N3xX7f}x;GE2g+k`CRr=)&,){H"k3AM?D5nͺmkGWbR")f<F!$ۡ~WMW? 09#(u>Efr"T8f <=M5crd2us9 i~nQ(^ ڲ>- ">m72"/gqfẼ-nt)s2[3NK@?鉘qPBlj]SI52!'LcNn5n9i@1S%.1 c:a3%WN"_H@D_偀4*IP1j9'J tFBp<aulp5c8 1Ɣ5p؏O _ ߿~~{vakMx.F(W 2z;Ӧ ++~ETT]J+3x5]mכF' |.fWȢ9rfx4[!';d츱pn6M]ֵ *.XYo醕7}3;ec@ @.wEǾB+:dG5 2fy)crUs256 -2ol +S~ٛ C6-9w87xhbOWq |=5>-iQC[";5t ;KAho-ض *z'uv+3l]u?v=ObaSːendstream ++endobj ++3781 0 obj << ++/Type /Page ++/Contents 3782 0 R ++/Resources 3780 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 3651 0 R ++/Annots [ 3784 0 R 3785 0 R 3786 0 R 3787 0 R ] ++>> endobj ++3784 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [136.5851 380.8363 153.5216 391.0229] ++/Rect [157.473 702.909 352.061 713.812] + /Subtype /Link +-/A << /S /GoTo /D (page.107) >> ++/A << /S /GoTo /D (a00063_ga3) >> + >> endobj +-4196 0 obj << ++3785 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [137.1531 368.1638 154.0896 379.0678] ++/Rect [358.56 702.909 433.06 713.812] + /Subtype /Link +-/A << /S /GoTo /D (page.107) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4197 0 obj << ++3786 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [248.9323 356.2087 260.8875 367.1126] ++/Rect [479.356 702.909 513.996 713.812] + /Subtype /Link +-/A << /S /GoTo /D (page.99) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-4198 0 obj << ++3787 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [136.0472 344.2535 148.0023 355.1574] ++/Rect [113.91 691.327 154.089 701.857] + /Subtype /Link +-/A << /S /GoTo /D (page.99) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-4199 0 obj << ++3783 0 obj << ++/D [3781 0 R /XYZ 90 757.935 null] ++>> endobj ++3788 0 obj << ++/D [3781 0 R /XYZ 90 653.633 null] ++>> endobj ++3780 0 obj << ++/Font << /F28 362 0 R /F40 467 0 R /F44 478 0 R /F22 352 0 R /F14 590 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++3791 0 obj << ++/Length 1441 ++/Filter /FlateDecode ++>> ++stream ++xڵXێ6}W ,@sٴA ++) M{z%Wٿff-93< I ?8QBd0z̈]3v ͒%k$HPܮ>eJעY͉HfNTCzYl=}?n%4)$zW𠫶h˺};{}{G.4; '+F,ϒGhcDj-YT+O s& ++I-eV>@BNv!bk؏B~#'3o 0`MCHvU׆d\^L#ePY)qSqU, X"βR1!f(VBBX!Fx&7I3["{81o^-wb}c٢2lPyyШ޽Iû֐4>g 06@kFNa@JRutC'RȽnF+ Ϣ8>h} ++IK9bNd]t-6IRpvg_6r~Mr=\󟧐mVR:Ha®ˣM' ++$fG]Bg8Œ ++jEJP!Q 6$Dt$aK#\%nreY 7S+ױ/@]Xh]7O*17B3&,}K>Ĩtkʻa$PA+i ؆.; 6„b;P'RT1J&BczxEh[ TGGh+7 ++R[Og՛e(*͜Tb ++( J#$boe(i ݮ) v ()D],H21%V*W^osQyO" {=^yr†&W!.( & ++ Iԕ,8UKA2֌;D`Lk^Xx!gc%XG\r '& Zo.Зt T^'㳺M C㔵#Pje5LMP[3_7xYp ++D+PR+_6.\KD| /ݶ\10e ++0SxΟ==CHa׸]o˽gvm="}\11qb=_#°Df?rS{J,!3*X6dFXyNC1~ ) 1.pR7]%_Sѣ;Js8&]endstream ++endobj ++3790 0 obj << ++/Type /Page ++/Contents 3791 0 R ++/Resources 3789 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 3651 0 R ++/Annots [ 3794 0 R 3795 0 R 3796 0 R 3797 0 R 3798 0 R 3799 0 R 3800 0 R 3801 0 R 3802 0 R ] ++>> endobj ++3794 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [144.3456 333.0156 156.3008 343.2022] ++/Rect [126.921 606.782 258.965 617.686] + /Subtype /Link +-/A << /S /GoTo /D (page.99) >> ++/A << /S /GoTo /D (a00060_ga0) >> + >> endobj +-4200 0 obj << ++3795 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [129.4019 321.0604 141.3571 331.2471] ++/Rect [308.997 606.782 373.524 617.686] + /Subtype /Link +-/A << /S /GoTo /D (page.99) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-4201 0 obj << ++3796 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [249.5004 308.388 266.4369 319.2919] ++/Rect [129.768 567.928 250.205 578.832] + /Subtype /Link +-/A << /S /GoTo /D (page.100) >> ++/A << /S /GoTo /D (a00060_ga1) >> + >> endobj +-4202 0 obj << ++3797 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [136.0472 296.4328 152.9836 307.3367] ++/Rect [256.867 567.928 331.367 578.832] + /Subtype /Link +-/A << /S /GoTo /D (page.100) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4203 0 obj << ++3798 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [204.1213 272.5225 216.0764 283.4264] ++/Rect [422.909 567.928 513.996 578.832] + /Subtype /Link +-/A << /S /GoTo /D (page.57) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-4204 0 obj << ++3799 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [204.1213 248.6121 216.0764 259.5161] ++/Rect [113.91 556.346 118.672 566.877] + /Subtype /Link +-/A << /S /GoTo /D (page.57) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-4205 0 obj << ++3800 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [165.9347 236.657 182.8712 247.5609] ++/Rect [126.921 517.119 248.465 528.022] + /Subtype /Link +-/A << /S /GoTo /D (page.107) >> ++/A << /S /GoTo /D (a00060_ga2) >> + >> endobj +-4206 0 obj << ++3801 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [135.4892 225.4191 152.4257 235.6057] ++/Rect [252.28 517.119 326.78 528.022] + /Subtype /Link +-/A << /S /GoTo /D (page.107) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4207 0 obj << ++3802 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [135.2401 213.4639 152.1766 223.6506] ++/Rect [405.515 517.119 470.042 528.022] + /Subtype /Link +-/A << /S /GoTo /D (page.107) >> ++/A << /S /GoTo /D (a00036_ga0) >> ++>> endobj ++3792 0 obj << ++/D [3790 0 R /XYZ 90 757.935 null] ++>> endobj ++840 0 obj << ++/D [3790 0 R /XYZ 90 739.935 null] ++>> endobj ++334 0 obj << ++/D [3790 0 R /XYZ 90 739.935 null] ++>> endobj ++3793 0 obj << ++/D [3790 0 R /XYZ 90 625.732 null] ++>> endobj ++3803 0 obj << ++/D [3790 0 R /XYZ 90 479.798 null] ++>> endobj ++3789 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 478 0 R /F11 482 0 R /F14 590 0 R /F40 467 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++3806 0 obj << ++/Length 1345 ++/Filter /FlateDecode ++>> ++stream ++xX[F~EdRhIJBPHʲ-J$gg43زlJS<39̈x~ Lx {[}7#vvӋO٫Ty! ++%f$HP-ן<_Pc&/rNTڙid̉oXJOX8|?{l> ++&>}|}?È{6F$ ̶ZfX8 GK( `|c]0Նe!ˢ2 loZi^'eiG0wYfM̓tހK?H$ߥy_B:9PFs= ++xhw3% ř\ @`K"ߤ1CR)ϸ@1]2Y8򌅈 ++ @s9n&t ++1tqDT=M&W#.\޼^A,gաm}T!Nr2&B 9#㡮3B Nlrk%>^l3jz,r& ++R ++kkXCyǠH1d̤O BN` ++܈byC.EVlEO'6dwfRwyndmd}wWpd v#.NzҵS. m$J&K#\!B`%E#de=HN6 ++!Wy٫s(շ9RFvnls)ݜuZ};wZ;{QbcbNM(3p/bʢs4EviTY[pwh⬨'~a[n#=%S'я@8Fe)NCk%^iʐ ++𴕹ӝ 2xg4i ++'xHO{qrIǀT \q2n1pc\MXވbz&1 ++ Lä8jۛڤ -g.<;'L`߀xBKRz-'~N'*;.6P'9I ˁ+C oY'|ͥW)- a16Wak'ܾsۛ:68c;ҽO^YyTqVQ۾cMgIu$3ޙ!kJ7Sz5G):'@>EGY'P%:b^bHK,10Q5\5qLKSMQ>EmD;v0. Bx)gRO1wYuS9dF2?$. mjP_cZ0F_y.lqL|(b&%N3i6O_.endstream ++endobj ++3805 0 obj << ++/Type /Page ++/Contents 3806 0 R ++/Resources 3804 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 3817 0 R ++/Annots [ 3809 0 R 3810 0 R 3811 0 R 3812 0 R 3813 0 R 3814 0 R 3815 0 R ] + >> endobj +-4208 0 obj << ++3809 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [250.2375 188.8363 262.1927 199.7402] ++/Rect [154.088 571.534 304.134 582.437] + /Subtype /Link +-/A << /S /GoTo /D (page.70) >> ++/A << /S /GoTo /D (a00067_ga0) >> + >> endobj +-4209 0 obj << ++3810 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [183.0902 176.8811 200.0267 187.7851] ++/Rect [308.941 571.534 383.441 582.437] + /Subtype /Link +-/A << /S /GoTo /D (page.108) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4210 0 obj << ++3811 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [171.4639 164.926 188.4003 175.8299] ++/Rect [479.356 571.534 513.996 582.437] + /Subtype /Link +-/A << /S /GoTo /D (page.109) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-4211 0 obj << ++3812 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.7319 152.9708 175.6683 163.8747] ++/Rect [113.91 559.578 149.108 570.482] + /Subtype /Link +-/A << /S /GoTo /D (page.109) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-4212 0 obj << ++3813 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.8874 141.0156 192.8238 151.9196] ++/Rect [151.612 520.724 313.842 531.628] + /Subtype /Link +-/A << /S /GoTo /D (page.109) >> ++/A << /S /GoTo /D (a00067_ga1) >> + >> endobj +-4213 0 obj << ++3814 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [169.81 129.0605 186.7465 139.9644] ++/Rect [317.41 520.724 391.91 531.628] + /Subtype /Link +-/A << /S /GoTo /D (page.109) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4214 0 obj << ++3815 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [183.6385 105.1501 200.5749 116.0541] ++/Rect [139.375 508.769 203.902 519.673] + /Subtype /Link +-/A << /S /GoTo /D (page.108) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-4215 0 obj << ++3807 0 obj << ++/D [3805 0 R /XYZ 90 757.935 null] ++>> endobj ++841 0 obj << ++/D [3805 0 R /XYZ 90 739.935 null] ++>> endobj ++338 0 obj << ++/D [3805 0 R /XYZ 90 739.935 null] ++>> endobj ++3808 0 obj << ++/D [3805 0 R /XYZ 90 590.483 null] ++>> endobj ++3816 0 obj << ++/D [3805 0 R /XYZ 90 471.449 null] ++>> endobj ++3804 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 478 0 R /F11 482 0 R /F40 467 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++3820 0 obj << ++/Length 1139 ++/Filter /FlateDecode ++>> ++stream ++xWێ6}W \)EMhO`!kJ}"iK+[ L ~ J~zN؀\mE=xs( ĉ9 }[egSiW剛g.}G #cSi'g d #e03WcW[S>:Ϛ~NplU6`{dX  ާ^vfuոm7غQ^NU`4y w6Lq>`Dwˬ=z愜C ++;(1hNP™q A*%f C2S̸@1OMԊ}L.S̘FToU+HO~Cj5gk -#(5"`Duw) `WoU0ӑ䴇źT!@4 `^B4@*a Dbۉz5Yxi/>f;%I$6Q=./qֻs^M ++=l|@&$60__XRyEOzx]Nlq2$4!h@QCHP$c^})wG `KprBrw4azrEeul9qj;zMBT轠O ++߁eE՘aG@' ++=yJtի ԨJOM°WHrrjPhnMB廝[du ײ{Omr߂2BDUnd3yNN~I3+N*8Wh᥍WMRùs]CU?g_5qo]x]z@yrk"ſ-tD.egp@w ҆ &.ƻ1>S( 0%{C:8 ++2q:ڌU3v?ybbFendstream ++endobj ++3819 0 obj << ++/Type /Page ++/Contents 3820 0 R ++/Resources 3818 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 3817 0 R ++/Annots [ 3823 0 R 3824 0 R 3825 0 R ] ++>> endobj ++3823 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [136.0472 93.9122 152.9836 104.0989] ++/Rect [156.181 571.534 278.411 582.437] + /Subtype /Link +-/A << /S /GoTo /D (page.108) >> ++/A << /S /GoTo /D (a00066_ga0) >> + >> endobj +-4216 0 obj << ++3824 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [345.8832 727.5361 362.8197 737.7228] ++/Rect [284.264 571.534 358.764 582.437] + /Subtype /Link +-/A << /S /GoTo /D (page.108) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4217 0 obj << ++3825 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [420.6026 702.9085 432.5577 713.8125] ++/Rect [113.91 559.578 178.438 570.482] + /Subtype /Link +-/A << /S /GoTo /D (page.57) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-4218 0 obj << ++3821 0 obj << ++/D [3819 0 R /XYZ 90 757.935 null] ++>> endobj ++842 0 obj << ++/D [3819 0 R /XYZ 90 739.935 null] ++>> endobj ++342 0 obj << ++/D [3819 0 R /XYZ 90 739.935 null] ++>> endobj ++3822 0 obj << ++/D [3819 0 R /XYZ 90 590.483 null] ++>> endobj ++3826 0 obj << ++/D [3819 0 R /XYZ 90 522.258 null] ++>> endobj ++3818 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 478 0 R /F11 482 0 R /F14 590 0 R /F40 467 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++3829 0 obj << ++/Length 2984 ++/Filter /FlateDecode ++>> ++stream ++xڵ[[~_G]fӤ[hNb౵3N=a̿9")"RN}_>O|xnE 袭ZjrX|OV0'6߁J_~`͂ JsR {y~?~Hhp*([071\b^q\R=(MZCjʃzD&=j l9vx)\Dh'ԣ:?ul!&ֶř`ѕO@drMBqА8bt(DRyۜ})%P.%\Ezluu(`0E>BpjS/]won78%X̜$>sVJkVm$ɛ ^k\yM,fN9I4a4 =F˩sVS/ma>$[S] ++" &>d@!pIo0E:\1b2ٹPA$g-e99S Q>gp j`'SMi6 Tf+:,d&T VqO^8lp#KMQM7jMbth%m>U)dȳt5IDH PZs;+zb+`Y_V%&D2™_Jq`a8W\ PL(]f5#EW<(29L4UG@d1E:JԄvB!o_BPB9y$>AGĠ+>Q&y&@A'P6A0b}٬F!vFLʃ$29MN} 928XLűlDžɥjAaV:+=Y':`)}dc0E:Xg&lcsPQBhqސFǧIښx~d& ++SCܚN\ɾ^aX}iಁ%mH+q3G9Lo^nq>d_&g[Eٹe==PZ2ӄGzթ[Fov"u"q9D%Q0O`SԬ`]z"D4 7;t' MD9;FDCj݆|1]y9V)} 럷w2,c~]y/9/^Vs1|KTw4hhU[=̓g=ah"isJ|hZ:g5'D&3 ++BCC]LoE*qp6{'r$񂹹AW|b.4 RjBd9@lnBn=6m4ej=^v~> endobj ++3831 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [405.6584 678.9982 417.6135 689.9021] ++/Rect [207.01 619.78 218.965 630.684] + /Subtype /Link +-/A << /S /GoTo /D (page.47) >> ++/A << /S /GoTo /D (page.69) >> + >> endobj +-4219 0 obj << ++3832 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [420.6026 655.0879 432.5577 665.9918] ++/Rect [256.156 595.869 273.092 606.773] + /Subtype /Link +-/A << /S /GoTo /D (page.57) >> ++/A << /S /GoTo /D (page.113) >> + >> endobj +-4220 0 obj << ++3833 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [420.6026 631.1775 432.5577 642.0815] ++/Rect [155.972 571.959 167.927 582.863] + /Subtype /Link +-/A << /S /GoTo /D (page.58) >> ++/A << /S /GoTo /D (page.99) >> + >> endobj +-4221 0 obj << ++3834 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [420.6026 607.2672 432.5577 618.1711] ++/Rect [155.972 548.049 167.927 558.953] + /Subtype /Link +-/A << /S /GoTo /D (page.58) >> ++/A << /S /GoTo /D (page.99) >> + >> endobj +-4222 0 obj << ++3835 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [398.4655 583.3568 410.4207 594.2608] ++/Rect [141.706 536.811 153.661 546.997] + /Subtype /Link +-/A << /S /GoTo /D (page.45) >> ++/A << /S /GoTo /D (page.33) >> + >> endobj +-4223 0 obj << ++3836 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [427.8053 559.4465 439.7604 570.3504] ++/Rect [155.972 512.183 167.927 523.087] + /Subtype /Link +-/A << /S /GoTo /D (page.66) >> ++/A << /S /GoTo /D (page.99) >> + >> endobj +-4224 0 obj << ++3837 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [427.8053 535.5362 439.7604 546.4401] ++/Rect [155.972 488.273 167.927 499.177] + /Subtype /Link +-/A << /S /GoTo /D (page.66) >> ++/A << /S /GoTo /D (page.99) >> + >> endobj +-4225 0 obj << ++3838 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [422.2663 511.6258 434.2214 522.5298] ++/Rect [189.008 468.162 200.963 479.066] + /Subtype /Link +-/A << /S /GoTo /D (page.60) >> ++/A << /S /GoTo /D (page.62) >> + >> endobj +-4226 0 obj << ++3839 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [427.8053 487.7155 439.7604 498.6194] ++/Rect [256.156 444.251 273.092 455.155] + /Subtype /Link +-/A << /S /GoTo /D (page.66) >> ++/A << /S /GoTo /D (page.113) >> + >> endobj +-4227 0 obj << ++3840 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [427.8053 463.8052 439.7604 474.7091] ++/Rect [159.568 432.296 171.524 443.2] + /Subtype /Link +-/A << /S /GoTo /D (page.66) >> ++/A << /S /GoTo /D (page.71) >> + >> endobj +-4228 0 obj << ++3841 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [422.2663 439.8948 434.2214 450.7988] ++/Rect [129.133 420.341 146.069 431.245] + /Subtype /Link +-/A << /S /GoTo /D (page.61) >> ++/A << /S /GoTo /D (page.117) >> + >> endobj +-4229 0 obj << ++3842 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [427.8053 415.9845 439.7604 426.8884] ++/Rect [184.196 388.275 201.133 399.179] + /Subtype /Link +-/A << /S /GoTo /D (page.67) >> ++/A << /S /GoTo /D (page.104) >> + >> endobj +-4230 0 obj << ++3843 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [427.8053 392.0742 439.7604 402.9781] ++/Rect [219.603 376.32 231.558 387.224] + /Subtype /Link +-/A << /S /GoTo /D (page.67) >> ++/A << /S /GoTo /D (page.68) >> + >> endobj +-4231 0 obj << ++3844 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [422.2663 368.1638 434.2214 379.0678] ++/Rect [155.972 352.409 172.909 363.313] + /Subtype /Link +-/A << /S /GoTo /D (page.61) >> ++/A << /S /GoTo /D (page.100) >> + >> endobj +-4232 0 obj << ++3845 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [409.5239 344.2535 421.4791 355.1574] ++/Rect [155.972 328.499 172.909 339.403] + /Subtype /Link +-/A << /S /GoTo /D (page.47) >> ++/A << /S /GoTo /D (page.100) >> + >> endobj +-4233 0 obj << ++3846 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [447.1729 332.2983 464.1094 343.2022] ++/Rect [155.972 304.589 172.909 315.493] + /Subtype /Link +-/A << /S /GoTo /D (page.110) >> ++/A << /S /GoTo /D (page.100) >> + >> endobj +-4234 0 obj << ++3847 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [402.3314 320.3431 419.2679 331.2471] ++/Rect [215.499 292.634 227.454 303.537] + /Subtype /Link +-/A << /S /GoTo /D (page.110) >> ++/A << /S /GoTo /D (page.41) >> + >> endobj +-4235 0 obj << ++3848 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [416.7271 308.388 433.6636 319.2919] ++/Rect [252.808 280.678 264.763 291.582] + /Subtype /Link +-/A << /S /GoTo /D (page.110) >> ++/A << /S /GoTo /D (page.74) >> + >> endobj +-4236 0 obj << ++3849 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [423.92 296.4328 440.8565 307.3367] ++/Rect [221.825 244.813 238.761 255.717] + /Subtype /Link +-/A << /S /GoTo /D (page.110) >> ++/A << /S /GoTo /D (page.109) >> + >> endobj +-4237 0 obj << ++3850 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [409.5243 284.4776 426.4608 295.3816] ++/Rect [146.298 232.858 158.254 243.762] + /Subtype /Link +-/A << /S /GoTo /D (page.110) >> ++/A << /S /GoTo /D (page.52) >> + >> endobj +-4238 0 obj << ++3851 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [401.2255 272.5225 418.162 283.4264] ++/Rect [213.536 208.947 230.473 219.851] + /Subtype /Link +-/A << /S /GoTo /D (page.110) >> ++/A << /S /GoTo /D (page.115) >> + >> endobj +-4239 0 obj << ++3852 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [415.6212 260.5673 432.5577 271.4712] ++/Rect [155.972 185.037 172.909 195.941] + /Subtype /Link +-/A << /S /GoTo /D (page.110) >> ++/A << /S /GoTo /D (page.100) >> + >> endobj +-4240 0 obj << ++3853 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [422.814 248.6121 439.7505 259.5161] ++/Rect [155.135 173.082 167.09 183.986] + /Subtype /Link +-/A << /S /GoTo /D (page.110) >> ++/A << /S /GoTo /D (page.72) >> + >> endobj +-4241 0 obj << ++3854 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [408.4183 236.657 425.3548 247.5609] ++/Rect [217.321 161.127 229.277 172.031] + /Subtype /Link +-/A << /S /GoTo /D (page.111) >> ++/A << /S /GoTo /D (page.39) >> + >> endobj +-4242 0 obj << ++3855 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [409.5239 212.7466 421.4791 223.6506] ++/Rect [244.828 149.172 256.783 160.075] + /Subtype /Link +-/A << /S /GoTo /D (page.47) >> ++/A << /S /GoTo /D (page.93) >> + >> endobj +-4243 0 obj << ++3856 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [453.5091 200.7915 470.4456 211.6954] ++/Rect [253.545 137.216 265.5 148.12] + /Subtype /Link +-/A << /S /GoTo /D (page.111) >> ++/A << /S /GoTo /D (page.94) >> + >> endobj +-4244 0 obj << ++3857 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [340.3543 188.8363 357.2908 199.7402] ++/Rect [120.266 125.978 137.203 136.165] + /Subtype /Link +-/A << /S /GoTo /D (page.111) >> ++/A << /S /GoTo /D (page.121) >> + >> endobj +-4245 0 obj << ++3858 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [400.5776 164.926 412.5327 175.8299] ++/Rect [126.353 114.023 143.29 124.21] + /Subtype /Link +-/A << /S /GoTo /D (page.53) >> ++/A << /S /GoTo /D (page.122) >> + >> endobj +-4246 0 obj << ++3859 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [400.5776 141.0156 412.5327 151.9196] ++/Rect [384.907 619.78 401.843 630.684] + /Subtype /Link +-/A << /S /GoTo /D (page.53) >> ++/A << /S /GoTo /D (page.100) >> + >> endobj +-4247 0 obj << ++3860 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [430.565 117.1053 442.5201 128.0092] ++/Rect [357.789 597.85 374.725 606.696] + /Subtype /Link +-/A << /S /GoTo /D (page.50) >> ++/A << /S /GoTo /D (page.105) >> + >> endobj +-4248 0 obj << ++3861 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [432.7666 93.195 444.7217 104.0989] ++/Rect [357.789 573.863 374.725 582.709] + /Subtype /Link +-/A << /S /GoTo /D (page.77) >> +->> endobj +-4166 0 obj << +-/D [4164 0 R /XYZ 90 757.9346 null] +->> endobj +-4163 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-4252 0 obj << +-/Length 3931 +-/Filter /FlateDecode +->> +-stream +-xڵ[S8yWH7Bz.53! م$/l]g~hsC:$%T^2.'wdp@g|?;BOʼ̾T$EACZ?f?LXI y̷.NLg6}S]0IM(~8 9+|$eYLxO7yT7!( b. +-x7i}7߯7a>= +-quq?_žz +-(K!ۧux,m? D9Rhhb!?^}BAABDDRx~<-/2#|T兦b"KS"gn@B_!8C +- +-.rj&-[Cy$桕!_?:U D7)cc[Ϸzc#:~$'K,]>sؼfPBs_1A!VT5#^=-WdDaJ H-V-^MV5)yAw٬ݭWRߜB\G?7 1 j"e)Q!%| H\< xG/"ӹep/V9pwexe]\1Z֭ [ֽejpR+"9)x ׫ +-8'#W$xZYœFyGyR^۫+vEasO.`Dak37׌:ם~!VT58*vWv?^^_p\v00pF: VHЙDU!U HAAnn$*A:) ٫ +- HaCSu_sBa7BVxQae[EYBV ;&(P8Ж (4 QQ 2/?E6*U.Qf e3-xQh0rVxVRU)ي$IJ$gn@h1#Q\_;\"hA20R Ǝ>sBa( snTx(Rc!l6Q~}ZGT.kD¥:MF52l8_6*\SRv뮔TwQѥgn@2[C`,5(VB(T}ҫ OKiZVχJCiI 0*V֢reݪ.9#^͜l~FgtVE` hZ uإH&0B܀a(u5GQae[ +-P[ +-66= +-6lf37 M̅`6SF4./,ۈLPl37 捑(,r8٨ =b#n$ +-sV?Vo[V׏OW5?D ޗvy<;)v c׫gj3Šm'lD'5"[LͲC*#41pMYeh^W~y&l3 !i1\h&̹1BJ +-1LX ?Hca/mV(×j ],o sЁy1)3Y p@H4^h@R` Y*,]UۼgL2 =uc~9L2iUXY]rw6.54'37 a7A\I5CZ 2G7$cMV/7o +-v}ZV6ssF,BzZ=bVV-tpL[= +-j$E?x>;ï890?gqӳ_ofӏE2Й)1؍>sBy2MhǺ!5y(S~><#'~$5.=VwP#$JCl +-jkth}[s||G?RS:% 37 0ἼfTGgTCt +-M9*gqum&Ƨ!R5kzLPpZR94nfg30B>s RZjPU!U;bvz=}XU &TG~،bAm4HEV|G׫dz5;t~TihI:֓j;[5fwЙmIOU!Ui:S=".~sBhZ4cpQBvȵ1L)~HfZSZG~Ugv֪JdۧfVo?lrm +-4 ua|VJ {ͦ!5;Qb6>;l~ +-u_K󉭑&bG~QcL +-q}">\Jg䅹f 8Z}pxy#8tC q*jõ&q\LI.8^P.ǚ/yCU&i*ju'x\61hg;~怓LwǠtՎkSHyJ,ڧ1ycW (z1yct9GZlUH\}X[#^?oLI +-jlUc]V{9iSU!U;ׁy +-պm(zCI?U!U;{׹cdz== >*HY[=F@(8*~bB *7弱FoG[uҍ<aP{!U1h`w^?<|poV<.e=㝺r}9c|FHU_/NwT;q]Q֯*3z[8ޛ6vkn.7͠~;%G'?_+ﱠ67cw0igendstream +-endobj +-4251 0 obj << +-/Type /Page +-/Contents 4252 0 R +-/Resources 4250 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 4249 0 R +-/Annots [ 4254 0 R 4255 0 R 4256 0 R 4257 0 R 4258 0 R 4259 0 R 4260 0 R 4261 0 R 4262 0 R 4263 0 R 4264 0 R 4265 0 R 4266 0 R 4267 0 R 4268 0 R 4269 0 R 4270 0 R 4271 0 R 4272 0 R 4273 0 R 4274 0 R 4275 0 R 4276 0 R 4277 0 R 4278 0 R 4279 0 R 4280 0 R 4281 0 R 4282 0 R 4283 0 R 4284 0 R 4285 0 R 4286 0 R 4287 0 R 4288 0 R 4289 0 R 4290 0 R 4291 0 R 4292 0 R 4293 0 R 4294 0 R 4295 0 R 4296 0 R 4297 0 R 4298 0 R 4299 0 R 4300 0 R 4301 0 R 4302 0 R 4303 0 R 4304 0 R 4305 0 R 4306 0 R 4307 0 R 4308 0 R 4309 0 R 4310 0 R 4311 0 R 4312 0 R 4313 0 R 4314 0 R 4315 0 R 4316 0 R 4317 0 R 4318 0 R 4319 0 R 4320 0 R 4321 0 R 4322 0 R 4323 0 R 4324 0 R 4325 0 R 4326 0 R 4327 0 R 4328 0 R 4329 0 R ] ++/A << /S /GoTo /D (page.106) >> + >> endobj +-4254 0 obj << ++3862 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [221.2666 714.8637 233.2217 725.7676] ++/Rect [442.471 547.741 459.407 558.645] + /Subtype /Link +-/A << /S /GoTo /D (page.78) >> ++/A << /S /GoTo /D (page.115) >> + >> endobj +-4255 0 obj << ++3863 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [216.2852 690.9534 228.2404 701.8573] ++/Rect [402.62 513.227 414.575 523.414] + /Subtype /Link +-/A << /S /GoTo /D (page.77) >> ++/A << /S /GoTo /D (page.67) >> + >> endobj +-4256 0 obj << ++3864 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [221.2666 667.043 233.2217 677.947] ++/Rect [357.789 490.58 369.744 499.427] + /Subtype /Link +-/A << /S /GoTo /D (page.78) >> ++/A << /S /GoTo /D (page.66) >> + >> endobj +-4257 0 obj << ++3865 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [207.9964 643.1327 219.9515 654.0366] ++/Rect [456.029 476.491 467.984 487.395] + /Subtype /Link +-/A << /S /GoTo /D (page.55) >> ++/A << /S /GoTo /D (page.64) >> + >> endobj +-4258 0 obj << ++3866 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [216.2852 619.2223 228.2404 630.1263] ++/Rect [384.907 452.427 401.843 463.331] + /Subtype /Link +-/A << /S /GoTo /D (page.77) >> ++/A << /S /GoTo /D (page.101) >> + >> endobj +-4259 0 obj << ++3867 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [214.0837 595.312 226.0388 606.2159] ++/Rect [485.09 428.363 502.027 439.266] + /Subtype /Link +-/A << /S /GoTo /D (page.50) >> ++/A << /S /GoTo /D (page.113) >> + >> endobj +-4260 0 obj << ++3868 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [216.2852 571.4017 228.2404 582.3056] ++/Rect [451.347 405.087 463.302 415.99] + /Subtype /Link +-/A << /S /GoTo /D (page.77) >> ++/A << /S /GoTo /D (page.47) >> + >> endobj +-4261 0 obj << ++3869 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [221.2666 547.4913 233.2217 558.3953] ++/Rect [485.09 381.022 502.027 391.926] + /Subtype /Link +-/A << /S /GoTo /D (page.78) >> ++/A << /S /GoTo /D (page.113) >> + >> endobj +-4262 0 obj << ++3870 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [214.0837 523.581 226.0388 534.4849] ++/Rect [479.551 356.958 496.488 367.862] + /Subtype /Link +-/A << /S /GoTo /D (page.50) >> ++/A << /S /GoTo /D (page.110) >> + >> endobj +-4263 0 obj << ++3871 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [214.0837 499.6707 226.0388 510.5746] ++/Rect [485.09 332.894 502.027 343.798] + /Subtype /Link +-/A << /S /GoTo /D (page.50) >> ++/A << /S /GoTo /D (page.113) >> + >> endobj +-4264 0 obj << ++3872 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [214.0837 475.7603 226.0388 486.6643] ++/Rect [479.551 308.83 496.488 319.734] + /Subtype /Link +-/A << /S /GoTo /D (page.51) >> ++/A << /S /GoTo /D (page.110) >> + >> endobj +-4265 0 obj << ++3873 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [193.0426 451.85 204.9977 462.7539] ++/Rect [485.09 284.766 502.027 295.67] + /Subtype /Link +-/A << /S /GoTo /D (page.47) >> ++/A << /S /GoTo /D (page.114) >> + >> endobj +-4266 0 obj << ++3874 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.0962 427.9397 196.0514 438.8436] ++/Rect [479.551 260.702 496.488 271.606] + /Subtype /Link +-/A << /S /GoTo /D (page.53) >> ++/A << /S /GoTo /D (page.110) >> + >> endobj +-4267 0 obj << ++3875 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.0962 404.0293 196.0514 414.9333] ++/Rect [485.09 236.638 502.027 247.542] + /Subtype /Link +-/A << /S /GoTo /D (page.53) >> ++/A << /S /GoTo /D (page.114) >> + >> endobj +-4268 0 obj << ++3876 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [207.9964 380.119 219.9515 391.0229] ++/Rect [479.551 212.574 496.488 223.478] + /Subtype /Link +-/A << /S /GoTo /D (page.55) >> ++/A << /S /GoTo /D (page.110) >> + >> endobj +-4269 0 obj << ++3877 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [193.0426 356.2087 204.9977 367.1126] ++/Rect [376.319 200.542 393.255 211.446] + /Subtype /Link +-/A << /S /GoTo /D (page.48) >> ++/A << /S /GoTo /D (page.123) >> + >> endobj +-4270 0 obj << ++3878 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [236.2306 344.2535 253.1671 355.1574] ++/Rect [413.131 176.478 430.067 187.382] + /Subtype /Link +-/A << /S /GoTo /D (page.111) >> ++/A << /S /GoTo /D (page.104) >> + >> endobj +-4271 0 obj << ++3879 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.8972 333.0156 192.8337 343.2022] ++/Rect [354.74 153.202 371.677 164.106] + /Subtype /Link +-/A << /S /GoTo /D (page.112) >> ++/A << /S /GoTo /D (page.124) >> + >> endobj +-4272 0 obj << ++3880 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [174.2436 321.0604 191.1801 331.2471] ++/Rect [501.697 141.17 513.652 152.074] + /Subtype /Link +-/A << /S /GoTo /D (page.112) >> ++/A << /S /GoTo /D (page.85) >> + >> endobj +-4273 0 obj << ++3881 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [194.1685 309.1053 211.105 319.2919] ++/Rect [383.801 117.9 395.756 128.086] + /Subtype /Link +-/A << /S /GoTo /D (page.112) >> ++/A << /S /GoTo /D (page.89) >> + >> endobj +-4274 0 obj << ++3882 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [190.2732 296.4328 207.2097 307.3367] ++/Rect [410.919 93.912 422.874 104.099] + /Subtype /Link +-/A << /S /GoTo /D (page.112) >> ++/A << /S /GoTo /D (page.91) >> + >> endobj +-4275 0 obj << ++3830 0 obj << ++/D [3828 0 R /XYZ 90 757.935 null] ++>> endobj ++3827 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++3885 0 obj << ++/Length 2416 ++/Filter /FlateDecode ++>> ++stream ++xڭ]WjDn,6Q[r/J䬌vd=cR"u,6tȄB6:=ݥ~{yoYJXˏnjHf_,*f޽іM?~ζDjYoStv|??֨ %#!;eJΟsq\]>}6v\W/nn쯯cv|[=ݝq"t33}djv~As$rs WoZ,R 4(UxjOă<""BxVy. 6ϮCRW҇%JUjT$RNaYxХ^ʋ ++e)3yUSPB5g5%UL$ UܒHέj[n1'O?}~\?C\?L\i_LJJ( ++#tK#bl#7 jg Ebvz\L{Zp:t3ـJI?%%<>BzّgNɲ 'iJR}cw2PkP;CE$I  |p('i0Z5 vN?*ଞoCHER $ԑM@1D3X7Y ++1HI( Ga4ƃk A Hɋ;w"MrNt;CG71:y_0hB|Z9̧xtA>#RI8O|6#Г`49hzΠIlwɔ8P+1358lBHCrOx; 1g|ZO(S+11 ӘxtZ0|*!ӑ| Χg D8᳽0 ~n0JRra +2T$#I,T̠.Ϙ]ƪa0 ++ %0w9p&I \JKk R *H@y.zz->>X?u FD{&NbZcbEhÈjQDD2&!:gw(",ga6c=c bgؘ[lMq\/ۡl8pArT;*"CP2ܕҘ(PO׵OQ ++vBUʐ u}vd!FDɰX1Spbĵ 4To4e&%㶞p_nOXF"c  - ̭4L-o@aIdNA$n n |pf錂j FH\2B,Afm]rjARc`xŃYP<)i8[8HAf@s^ -$v ++z sKqk耩sq< :q6Xl`n 7,'(np)聃-g Y5%lӰْB`<7K ++J ) B|H J-"$ v ++ɞ[D[ bw?O?O !,v ++ℰ,!(OJ((T)!d-!eΟ'AbaB|7J_¢g7-$xn n 0}mYzm~l~qC7\)#,07 XAL[VpX/!-(ritS[THLm)qR`+K J'*z+"c^1 0n>Yk<@@T7d)X҉ :XNm`n !0w/ӯma1NA$n nT);=pY8PT=~OC+(t)衃D-͏,$V-u#xLM7b, v ++$C<4,^)d՝{|8^D֓$M%=H []gy\_˿oY]68k~Ko_QFsya}ޚ;S֧b/WJZ~z.TrynAN8endstream ++endobj ++3884 0 obj << ++/Type /Page ++/Contents 3885 0 R ++/Resources 3883 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 3817 0 R ++/Annots [ 3887 0 R 3888 0 R 3889 0 R 3890 0 R 3891 0 R 3892 0 R 3893 0 R 3894 0 R 3895 0 R 3896 0 R 3897 0 R 3898 0 R 3899 0 R 3900 0 R 3901 0 R 3902 0 R 3903 0 R 3904 0 R 3905 0 R 3906 0 R 3907 0 R 3908 0 R 3909 0 R 3910 0 R 3911 0 R 3912 0 R 3913 0 R 3914 0 R 3915 0 R 3916 0 R 3917 0 R 3918 0 R 3919 0 R 3920 0 R 3921 0 R 3922 0 R 3923 0 R 3924 0 R 3925 0 R 3926 0 R 3927 0 R 3928 0 R 3929 0 R 3930 0 R 3931 0 R 3932 0 R 3933 0 R 3934 0 R 3935 0 R 3936 0 R 3937 0 R 3938 0 R 3939 0 R 3940 0 R 3941 0 R ] ++>> endobj ++3887 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [191.3891 284.4776 208.3256 295.3816] ++/Rect [207.449 714.864 219.404 725.768] + /Subtype /Link +-/A << /S /GoTo /D (page.112) >> ++/A << /S /GoTo /D (page.87) >> + >> endobj +-4276 0 obj << ++3888 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [205.7848 272.5225 222.7213 283.4264] ++/Rect [140.749 702.909 157.686 713.812] + /Subtype /Link +-/A << /S /GoTo /D (page.112) >> ++/A << /S /GoTo /D (page.128) >> + >> endobj +-4277 0 obj << ++3889 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [212.9777 260.5673 229.9142 271.4712] ++/Rect [125.806 691.671 142.742 701.857] + /Subtype /Link +-/A << /S /GoTo /D (page.112) >> ++/A << /S /GoTo /D (page.129) >> + >> endobj +-4278 0 obj << ++3890 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [195.4637 249.3294 212.4002 259.5161] ++/Rect [211.324 667.043 223.279 677.947] + /Subtype /Link +-/A << /S /GoTo /D (page.112) >> ++/A << /S /GoTo /D (page.58) >> + >> endobj +-4279 0 obj << ++3891 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [186.9655 236.657 203.902 247.5609] ++/Rect [211.324 643.133 223.279 654.037] + /Subtype /Link +-/A << /S /GoTo /D (page.113) >> ++/A << /S /GoTo /D (page.58) >> + >> endobj +-4280 0 obj << ++3892 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [195.6731 225.4191 212.6096 235.6057] ++/Rect [211.324 619.222 223.279 630.126] + /Subtype /Link +-/A << /S /GoTo /D (page.113) >> ++/A << /S /GoTo /D (page.58) >> + >> endobj +-4281 0 obj << ++3893 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [190.8309 212.7466 207.7674 223.6506] ++/Rect [221.277 595.312 233.232 606.216] + /Subtype /Link +-/A << /S /GoTo /D (page.113) >> ++/A << /S /GoTo /D (page.71) >> + >> endobj +-4282 0 obj << ++3894 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [189.1672 201.5087 206.1037 211.6954] ++/Rect [221.277 571.402 233.232 582.306] + /Subtype /Link +-/A << /S /GoTo /D (page.113) >> ++/A << /S /GoTo /D (page.71) >> + >> endobj +-4283 0 obj << ++3895 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [190.2832 188.8363 207.2197 199.7402] ++/Rect [207.289 547.491 219.244 558.395] + /Subtype /Link +-/A << /S /GoTo /D (page.113) >> ++/A << /S /GoTo /D (page.33) >> + >> endobj +-4284 0 obj << ++3896 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [204.6789 176.8811 221.6154 187.7851] ++/Rect [188.629 523.581 200.584 534.485] + /Subtype /Link +-/A << /S /GoTo /D (page.113) >> ++/A << /S /GoTo /D (page.79) >> + >> endobj +-4285 0 obj << ++3897 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [211.8717 165.6432 228.8082 175.8299] ++/Rect [188.629 499.671 200.584 510.575] + /Subtype /Link +-/A << /S /GoTo /D (page.113) >> ++/A << /S /GoTo /D (page.79) >> + >> endobj +-4286 0 obj << ++3898 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [214.0837 141.0156 226.0388 151.9196] ++/Rect [188.629 475.76 200.584 486.664] + /Subtype /Link +-/A << /S /GoTo /D (page.51) >> ++/A << /S /GoTo /D (page.80) >> + >> endobj +-4287 0 obj << ++3899 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [214.0837 117.1053 226.0388 128.0092] ++/Rect [188.629 451.85 200.584 462.754] + /Subtype /Link +-/A << /S /GoTo /D (page.51) >> ++/A << /S /GoTo /D (page.80) >> + >> endobj +-4288 0 obj << ++3900 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [214.0837 93.195 226.0388 104.0989] ++/Rect [188.629 427.94 200.584 438.844] + /Subtype /Link +-/A << /S /GoTo /D (page.51) >> ++/A << /S /GoTo /D (page.80) >> + >> endobj +-4289 0 obj << ++3901 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [430.565 714.8637 442.5201 725.7676] ++/Rect [188.629 404.029 200.584 414.933] + /Subtype /Link +-/A << /S /GoTo /D (page.51) >> ++/A << /S /GoTo /D (page.80) >> + >> endobj +-4290 0 obj << ++3902 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [430.565 690.9534 442.5201 701.8573] ++/Rect [188.629 380.119 200.584 391.023] + /Subtype /Link +-/A << /S /GoTo /D (page.52) >> ++/A << /S /GoTo /D (page.80) >> + >> endobj +-4291 0 obj << ++3903 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [430.565 667.043 442.5201 677.947] ++/Rect [188.629 356.209 200.584 367.113] + /Subtype /Link +-/A << /S /GoTo /D (page.52) >> ++/A << /S /GoTo /D (page.80) >> + >> endobj +-4292 0 obj << ++3904 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [410.0921 655.0879 427.0286 665.9918] ++/Rect [188.629 332.298 200.584 343.202] + /Subtype /Link +-/A << /S /GoTo /D (page.113) >> ++/A << /S /GoTo /D (page.80) >> + >> endobj +-4293 0 obj << ++3905 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [362.4911 643.1327 379.4276 654.0366] ++/Rect [188.629 308.388 200.584 319.292] + /Subtype /Link +-/A << /S /GoTo /D (page.114) >> ++/A << /S /GoTo /D (page.80) >> + >> endobj +-4294 0 obj << ++3906 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [368.8273 631.1775 385.7638 642.0815] ++/Rect [188.629 284.478 200.584 295.382] + /Subtype /Link +-/A << /S /GoTo /D (page.114) >> ++/A << /S /GoTo /D (page.80) >> + >> endobj +-4295 0 obj << ++3907 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [368.0301 619.9396 384.9666 630.1263] ++/Rect [188.629 260.567 200.584 271.471] + /Subtype /Link +-/A << /S /GoTo /D (page.114) >> ++/A << /S /GoTo /D (page.81) >> + >> endobj +-4296 0 obj << ++3908 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [412.8616 595.312 424.8168 606.2159] ++/Rect [188.629 236.657 200.584 247.561] + /Subtype /Link +-/A << /S /GoTo /D (page.43) >> ++/A << /S /GoTo /D (page.81) >> + >> endobj +-4297 0 obj << ++3909 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [411.7561 560.1638 423.7113 570.3504] ++/Rect [188.629 212.747 200.584 223.651] + /Subtype /Link +-/A << /S /GoTo /D (page.50) >> ++/A << /S /GoTo /D (page.81) >> + >> endobj +-4298 0 obj << ++3910 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [389.6193 536.2535 401.5744 546.4401] ++/Rect [188.629 188.836 200.584 199.74] + /Subtype /Link +-/A << /S /GoTo /D (page.50) >> ++/A << /S /GoTo /D (page.79) >> + >> endobj +-4299 0 obj << ++3911 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [483.1378 512.3431 495.093 522.5298] ++/Rect [188.629 164.926 200.584 175.83] + /Subtype /Link +-/A << /S /GoTo /D (page.60) >> ++/A << /S /GoTo /D (page.79) >> + >> endobj +-4300 0 obj << ++3912 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [463.392 500.3879 475.3472 510.5746] ++/Rect [188.629 141.016 200.584 151.92] + /Subtype /Link +-/A << /S /GoTo /D (page.60) >> ++/A << /S /GoTo /D (page.81) >> + >> endobj +-4301 0 obj << ++3913 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [454.9238 488.4328 466.879 498.6194] ++/Rect [188.629 117.105 200.584 128.009] + /Subtype /Link +-/A << /S /GoTo /D (page.60) >> ++/A << /S /GoTo /D (page.81) >> + >> endobj +-4302 0 obj << ++3914 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [461.0011 476.4776 472.9563 486.6643] ++/Rect [188.629 93.195 200.584 104.099] + /Subtype /Link +-/A << /S /GoTo /D (page.60) >> ++/A << /S /GoTo /D (page.81) >> + >> endobj +-4303 0 obj << ++3915 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [487.2029 452.5673 499.158 462.7539] ++/Rect [417.564 714.864 429.519 725.768] + /Subtype /Link +-/A << /S /GoTo /D (page.54) >> ++/A << /S /GoTo /D (page.81) >> + >> endobj +-4304 0 obj << ++3916 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [491.0784 440.6121 503.0335 450.7988] ++/Rect [417.564 690.953 429.519 701.857] + /Subtype /Link +-/A << /S /GoTo /D (page.54) >> ++/A << /S /GoTo /D (page.81) >> + >> endobj +-4305 0 obj << ++3917 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [449.3747 416.7018 461.3298 426.8884] ++/Rect [417.564 667.043 429.519 677.947] + /Subtype /Link +-/A << /S /GoTo /D (page.64) >> ++/A << /S /GoTo /D (page.81) >> + >> endobj +-4306 0 obj << ++3918 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [468.2042 404.7466 480.1593 414.9333] ++/Rect [417.564 643.133 429.519 654.037] + /Subtype /Link +-/A << /S /GoTo /D (page.64) >> ++/A << /S /GoTo /D (page.81) >> + >> endobj +-4307 0 obj << ++3919 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [486.286 392.7914 498.2412 402.9781] ++/Rect [417.564 619.222 429.519 630.126] + /Subtype /Link +-/A << /S /GoTo /D (page.64) >> ++/A << /S /GoTo /D (page.82) >> + >> endobj +-4308 0 obj << ++3920 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [485.6585 380.8363 497.6137 391.0229] ++/Rect [417.564 595.312 429.519 606.216] + /Subtype /Link +-/A << /S /GoTo /D (page.64) >> ++/A << /S /GoTo /D (page.82) >> + >> endobj +-4309 0 obj << ++3921 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [469.2998 368.8811 481.255 379.0678] ++/Rect [417.564 571.402 429.519 582.306] + /Subtype /Link +-/A << /S /GoTo /D (page.64) >> ++/A << /S /GoTo /D (page.82) >> + >> endobj +-4310 0 obj << ++3922 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [485.7184 356.9259 497.6735 367.1126] ++/Rect [417.564 547.491 429.519 558.395] + /Subtype /Link +-/A << /S /GoTo /D (page.64) >> ++/A << /S /GoTo /D (page.82) >> + >> endobj +-4311 0 obj << ++3923 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [483.1378 344.9708 495.093 355.1574] ++/Rect [417.564 523.581 429.519 534.485] + /Subtype /Link +-/A << /S /GoTo /D (page.64) >> ++/A << /S /GoTo /D (page.82) >> + >> endobj +-4312 0 obj << ++3924 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [467.8154 333.0156 479.7705 343.2022] ++/Rect [417.564 499.671 429.519 510.575] + /Subtype /Link +-/A << /S /GoTo /D (page.64) >> ++/A << /S /GoTo /D (page.82) >> + >> endobj +-4313 0 obj << ++3925 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [477.6086 321.0604 489.5638 331.2471] ++/Rect [417.564 475.76 429.519 486.664] + /Subtype /Link +-/A << /S /GoTo /D (page.64) >> ++/A << /S /GoTo /D (page.82) >> + >> endobj +-4314 0 obj << ++3926 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [459.3472 309.1053 471.3023 319.2919] ++/Rect [417.564 451.85 429.519 462.754] + /Subtype /Link +-/A << /S /GoTo /D (page.64) >> ++/A << /S /GoTo /D (page.82) >> + >> endobj +-4315 0 obj << ++3927 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [465.4245 297.1501 477.3796 307.3367] ++/Rect [417.564 427.94 429.519 438.844] + /Subtype /Link +-/A << /S /GoTo /D (page.64) >> ++/A << /S /GoTo /D (page.82) >> + >> endobj +-4316 0 obj << ++3928 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [427.9552 273.2398 439.9104 283.4264] ++/Rect [417.564 404.029 429.519 414.933] + /Subtype /Link +-/A << /S /GoTo /D (page.45) >> ++/A << /S /GoTo /D (page.83) >> + >> endobj +-4317 0 obj << ++3929 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [421.1606 261.2846 433.1158 271.4712] ++/Rect [417.564 380.119 429.519 391.023] + /Subtype /Link +-/A << /S /GoTo /D (page.45) >> ++/A << /S /GoTo /D (page.83) >> + >> endobj +-4318 0 obj << ++3930 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [427.9552 249.3294 439.9104 259.5161] ++/Rect [417.564 356.209 429.519 367.113] + /Subtype /Link +-/A << /S /GoTo /D (page.45) >> ++/A << /S /GoTo /D (page.83) >> + >> endobj +-4319 0 obj << ++3931 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [440.6774 237.3743 452.6326 247.5609] ++/Rect [417.564 332.298 429.519 343.202] + /Subtype /Link +-/A << /S /GoTo /D (page.45) >> ++/A << /S /GoTo /D (page.83) >> + >> endobj +-4320 0 obj << ++3932 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [418.9488 225.4191 430.904 235.6057] ++/Rect [417.564 308.388 429.519 319.292] + /Subtype /Link +-/A << /S /GoTo /D (page.46) >> ++/A << /S /GoTo /D (page.79) >> + >> endobj +-4321 0 obj << ++3933 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [422.2566 213.4639 434.2118 223.6506] ++/Rect [417.564 284.478 429.519 295.382] + /Subtype /Link +-/A << /S /GoTo /D (page.45) >> ++/A << /S /GoTo /D (page.83) >> + >> endobj +-4322 0 obj << ++3934 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [407.3226 201.5087 419.2778 211.6954] ++/Rect [417.564 260.567 429.519 271.471] + /Subtype /Link +-/A << /S /GoTo /D (page.45) >> ++/A << /S /GoTo /D (page.83) >> + >> endobj +-4323 0 obj << ++3935 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [433.335 189.5536 445.2901 199.7402] ++/Rect [417.564 236.657 429.519 247.561] + /Subtype /Link +-/A << /S /GoTo /D (page.45) >> ++/A << /S /GoTo /D (page.83) >> + >> endobj +-4324 0 obj << ++3936 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [433.8928 177.5984 445.848 187.7851] ++/Rect [417.564 212.747 429.519 223.651] + /Subtype /Link +-/A << /S /GoTo /D (page.45) >> ++/A << /S /GoTo /D (page.83) >> + >> endobj +-4325 0 obj << ++3937 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [463.2129 165.6432 475.1681 175.8299] ++/Rect [417.564 188.836 429.519 199.74] + /Subtype /Link +-/A << /S /GoTo /D (page.45) >> ++/A << /S /GoTo /D (page.84) >> + >> endobj +-4326 0 obj << ++3938 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [436.0946 141.7329 448.0498 151.9196] ++/Rect [417.564 164.926 429.519 175.83] + /Subtype /Link +-/A << /S /GoTo /D (page.43) >> ++/A << /S /GoTo /D (page.84) >> + >> endobj +-4327 0 obj << ++3939 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [414.8739 117.1053 426.8291 128.0092] ++/Rect [417.564 141.016 429.519 151.92] + /Subtype /Link + /A << /S /GoTo /D (page.84) >> + >> endobj +-4328 0 obj << ++3940 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [411.7457 105.1501 423.7008 116.0541] ++/Rect [417.564 117.105 429.519 128.009] + /Subtype /Link + /A << /S /GoTo /D (page.84) >> + >> endobj +-4329 0 obj << ++3941 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [430.5648 93.195 442.52 104.0989] ++/Rect [410.919 93.195 422.874 104.099] + /Subtype /Link +-/A << /S /GoTo /D (page.84) >> ++/A << /S /GoTo /D (page.37) >> + >> endobj +-4253 0 obj << +-/D [4251 0 R /XYZ 90 757.9346 null] ++3886 0 obj << ++/D [3884 0 R /XYZ 90 757.935 null] + >> endobj +-4250 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> ++3883 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-4332 0 obj << +-/Length 4610 ++3944 0 obj << ++/Length 2839 + /Filter /FlateDecode + >> + stream +-xڭ]]o+}tM1lvއ,9;ί""d'XTqXdWpo靐n/M]ݷwof߾^G3ջ'r%4q߆-<^8'CϜow'SsF0~C`|̕7>0ן𸻼m63znV2A=Gwyҫ+Kr>L匼#?>_SH0`&Y.k]nP?QcIQ2PkaFt8v3wɔ +-r;~B0:O(5 cÄx,5:r,q~[p=焢Xi-awxlGd+edM- (a~_- EF-zƴ8X){=h ]nDKb2C"15HJŜ*'D0L#[T/͢>ڮxܠs淡b`G~PւhK+]n+1VG(5)!Xlz8dI0ӡpaBIz GZd0PhȢe]n$2|2ڈ |V#7E&9 d-G;W;8Fx\׶NVEF9xŕ[0uT=x w\F{ +-{wv] ja J[WW`Mjk4FC {lkwVb~Jps v_Y`MJh8J|w/>;,W }vzD:^}vbM:(؁Bv_zfIfTw~=5aвGb"@ʶl@ ±dG_H|7s-7@8G$b*ܤdu<K^Mw:;V)9?N'V7r0J.^.q\vChfllNV~_>}ؼF4ZmUgtRIxZ,B?V`1仞uS)h.7h46v +-v9?֔Qk%4>l}8arx| mVg7dιy/. 9D`2B03v,FseO7SE-ʷ |[ 4Dp&1ۋAјd?*ܠٟcυhq?ޟ#)֨ӽʹxa +-ɔ +- %8spW͉?=c{Fb`Z~bs<\^RI*3!_xBI80U-S&)!};6zUO a/9"XU)W>|x՗񄄇6rU3P߆0pxq*VߕaW(U_yirj_DJ8h?ذrX)≱oԱ 8 RD1a%⵬52&"6Ԑљ剥"XĒWßva6W"67,+E畼[+E<16Tm+\X?Ƕ4QkV2*r)+d3CtRC3D&Ĩ j 'FjA [kgLJcKIFL@I5Wk" 6tzs"`p=4 /.tlHO5 ˃呞"Xc!#=~@3,fHO5_ʮxxbItx(52؎P ȕ/O ~rH1/KDIz%82 S282~xb rmq%֤C=u7HR4-SkG_"BJdˣ/EƤRLIc!kxZe;{ //{H_xN%~\~q`$֤^50;]wUP8PMxbX(5*XZ\|ajG^Ͼgfp;[D ! !'FjAЪzTJpqP!֘ؐAIWceVN/D<1GPpnLV.\uܿ<6{o[Mc_< *yЭxkNrPDD)~$#YX:>q;v ≎oCz~@DIz`wuMpgJO~B OCKEF! aCpMopڐ·bD1sΫoZ}668W>≮oв.ۭ_dnW>VHLw]EY(7|q>oC_hq>$K8?xmQh\]O~["`&L=3ImH+RdϤpk#o"%:"XS2g(T6P"R))7U7 +-v ]ۚDx7h*(}bkzD)Ԫk[4n[Ĝ=R17oC/8}rW17sy{; +-Vn]~p75~':kA޺)NXQk ?=|ճZX@g(e&|`ʔ~[N5̄"XcWyMDΒ̾{k;ێ<T8 \]G)|_B= s8cx-O^о5jeOyݵ߆p:-6GC*Byw8ﶫ6>7~yC+Oڷ͎^gzоUݜI>a/$fZQF@7{ 0(?񴹌ۯl×o~0}/po-w¥t?7_3߯b_5_;|_zϗPK-gaqendstream ++xڵr7B,3J⬭*IxK%zm=*~ ؄lRI2R5Yn/^5¯ǿx>)HSufDq6Yq/olj9JC:¼zq}cC7&.NVp?^P"|SŠb\47/mcԯ x}77Yƫ/g~~(g8+7@d)X+91FFuZ~bcA+TѴ]. 0H#"жlSGB{+X8%A64)2f=.phdo"hSG>0!јlsOZ31Mϟ0}ye0_1uYNDҌ9a2ԑNf7dYdC4h:' ++E8p|3`q<˔A\%tQK3 3FPn7ytjf/ql3XdF``;  E?a^GmXZ ް,,UoWԳq;OlWy]i5xKkWtWgj_YyF`͊#6+oVzc ++`1ZVkA*DөthH>kS\˴Q^rQVN-nXYErn<2r g[q_(.e^4G)dj>7*M{,k!FLp)\ߨ#FZD ++^ZV&#mq:V- 'M:7sBq^zxCVd T'x4qjm+N/Ne\q0) ӣSQOy8 l4h:Ɍ(+N Wy2NghFXt͉h^jVe@ږ(Ɖ49N;q:?\rd : ++z3啽 5k[0/>h2vK܌Ҧ2c1?f ',V5Πi<MgaƃLHO`fP,1ǀg,K,]2t)T,弝ϛR2XOT[U?W51BAYRe'e7 ++)ВL 4U:hH: -p2h{N703ߊU;9[Dfk_}xYbsZ bŻfuE5B QfTVZS. ++v9h5hcpnG"WCrJDDF- ~Ȋ\ItVMnۯ4'-_Ia/΂t!9h}|m}YVKiC8* aQ!,jfBٳKh1.SY-*cc,12qM2ёD ++~;#kIdi6L_ÀW=7NsFfUCVEl9#v Kgܸƞ{$D2[{$:\c`xL~ ++D0a0%:\a`'{rw8+Y".~nX)bhH"6T6͇ab?$aXXrh %xO3j9'xnjc,4GGX!Gx"' lgUޘ:üI֑c ?$~Y>? |!̊W$!b)" / 0Al(dPO ؀VGD"a`5orWruwD/U/rY?-*<֏*P?y7?g> SV2eG8w?@endstream + endobj +-4331 0 obj << ++3943 0 obj << + /Type /Page +-/Contents 4332 0 R +-/Resources 4330 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 4249 0 R +-/Annots [ 4334 0 R 4335 0 R 4336 0 R 4337 0 R 4338 0 R 4339 0 R 4340 0 R 4341 0 R 4342 0 R 4343 0 R 4344 0 R 4345 0 R 4346 0 R 4347 0 R 4348 0 R 4349 0 R 4350 0 R 4351 0 R 4352 0 R 4353 0 R 4354 0 R 4355 0 R 4356 0 R 4357 0 R 4358 0 R 4359 0 R 4360 0 R 4361 0 R 4362 0 R 4363 0 R 4364 0 R 4365 0 R 4366 0 R 4367 0 R 4368 0 R 4369 0 R 4370 0 R 4371 0 R 4372 0 R 4373 0 R 4374 0 R 4375 0 R 4376 0 R 4377 0 R 4378 0 R 4379 0 R 4380 0 R 4381 0 R 4382 0 R 4383 0 R 4384 0 R 4385 0 R 4386 0 R 4387 0 R 4388 0 R 4389 0 R 4390 0 R 4391 0 R 4392 0 R 4393 0 R 4394 0 R 4395 0 R 4396 0 R 4397 0 R 4398 0 R 4399 0 R 4400 0 R 4401 0 R 4402 0 R 4403 0 R 4404 0 R 4405 0 R 4406 0 R 4407 0 R 4408 0 R 4409 0 R 4410 0 R 4411 0 R 4412 0 R 4413 0 R 4414 0 R 4415 0 R 4416 0 R 4417 0 R 4418 0 R 4419 0 R 4420 0 R 4421 0 R 4422 0 R 4423 0 R 4424 0 R ] +->> endobj +-4334 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [190.2833 726.8189 202.2385 737.7228] +-/Subtype /Link +-/A << /S /GoTo /D (page.84) >> +->> endobj +-4335 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [203.0154 714.8637 214.9706 725.7676] +-/Subtype /Link +-/A << /S /GoTo /D (page.84) >> ++/Contents 3944 0 R ++/Resources 3942 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 3817 0 R ++/Annots [ 3946 0 R 3947 0 R 3948 0 R 3949 0 R 3950 0 R 3951 0 R 3952 0 R 3953 0 R 3954 0 R 3955 0 R 3956 0 R 3957 0 R 3958 0 R 3959 0 R 3960 0 R 3961 0 R 3962 0 R 3963 0 R 3964 0 R 3965 0 R 3966 0 R 3967 0 R 3968 0 R 3969 0 R 3970 0 R 3971 0 R 3972 0 R 3973 0 R 3974 0 R 3975 0 R 3976 0 R 3977 0 R 3978 0 R 3979 0 R 3980 0 R 3981 0 R 3982 0 R 3983 0 R 3984 0 R 3985 0 R 3986 0 R 3987 0 R 3988 0 R 3989 0 R 3990 0 R 3991 0 R 3992 0 R 3993 0 R 3994 0 R 3995 0 R 3996 0 R 3997 0 R 3998 0 R 3999 0 R ] + >> endobj +-4336 0 obj << ++3946 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [206.3327 702.9085 218.2879 713.8125] ++/Rect [181.984 714.864 193.939 725.768] + /Subtype /Link +-/A << /S /GoTo /D (page.85) >> ++/A << /S /GoTo /D (page.36) >> + >> endobj +-4337 0 obj << ++3947 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [186.4077 690.9534 198.3628 701.8573] ++/Rect [188.629 690.953 200.584 701.857] + /Subtype /Link +-/A << /S /GoTo /D (page.85) >> ++/A << /S /GoTo /D (page.79) >> + >> endobj +-4338 0 obj << ++3948 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [213.5159 678.9982 225.471 689.9021] ++/Rect [175.897 667.043 187.852 677.947] + /Subtype /Link +-/A << /S /GoTo /D (page.85) >> ++/A << /S /GoTo /D (page.35) >> + >> endobj +-4339 0 obj << ++3949 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [210.1983 667.043 222.1535 677.947] ++/Rect [175.897 643.133 187.852 654.037] + /Subtype /Link +-/A << /S /GoTo /D (page.85) >> ++/A << /S /GoTo /D (page.35) >> + >> endobj +-4340 0 obj << ++3950 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [230.6812 655.0879 242.6364 665.9918] ++/Rect [205.785 619.222 217.74 630.126] + /Subtype /Link +-/A << /S /GoTo /D (page.85) >> ++/A << /S /GoTo /D (page.53) >> + >> endobj +-4341 0 obj << ++3951 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [195.165 643.1327 207.1202 654.0366] ++/Rect [205.785 595.312 217.74 606.216] + /Subtype /Link +-/A << /S /GoTo /D (page.85) >> ++/A << /S /GoTo /D (page.53) >> + >> endobj +-4342 0 obj << ++3952 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [190.8413 631.1775 202.7964 642.0815] ++/Rect [205.785 571.402 217.74 582.306] + /Subtype /Link +-/A << /S /GoTo /D (page.85) >> ++/A << /S /GoTo /D (page.53) >> + >> endobj +-4343 0 obj << ++3953 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [186.9755 619.2223 198.9306 630.1263] ++/Rect [205.785 547.491 217.74 558.395] + /Subtype /Link +-/A << /S /GoTo /D (page.85) >> ++/A << /S /GoTo /D (page.53) >> + >> endobj +-4344 0 obj << ++3954 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [191.3988 607.2672 203.354 618.1711] ++/Rect [205.785 523.581 217.74 534.485] + /Subtype /Link +-/A << /S /GoTo /D (page.86) >> ++/A << /S /GoTo /D (page.53) >> + >> endobj +-4345 0 obj << ++3955 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [232.7338 595.312 244.689 606.2159] ++/Rect [208.544 499.671 220.5 510.575] + /Subtype /Link +-/A << /S /GoTo /D (page.83) >> ++/A << /S /GoTo /D (page.85) >> + >> endobj +-4346 0 obj << ++3956 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [225.1323 583.3568 237.0875 594.2608] ++/Rect [255.607 475.76 267.562 486.664] + /Subtype /Link +-/A << /S /GoTo /D (page.84) >> ++/A << /S /GoTo /D (page.89) >> + >> endobj +-4347 0 obj << ++3957 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [191.379 571.4017 203.3342 582.3056] ++/Rect [264.454 451.85 276.409 462.754] + /Subtype /Link +-/A << /S /GoTo /D (page.86) >> ++/A << /S /GoTo /D (page.91) >> + >> endobj +-4348 0 obj << ++3958 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [238.4422 559.4465 250.3974 570.3504] ++/Rect [250.626 427.94 262.581 438.844] + /Subtype /Link +-/A << /S /GoTo /D (page.86) >> ++/A << /S /GoTo /D (page.87) >> + >> endobj +-4349 0 obj << ++3959 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [222.9406 547.4913 234.8958 558.3953] ++/Rect [255.578 404.029 267.533 414.933] + /Subtype /Link +-/A << /S /GoTo /D (page.86) >> ++/A << /S /GoTo /D (page.74) >> + >> endobj +-4350 0 obj << ++3960 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [213.5254 535.5362 225.4806 546.4401] ++/Rect [255.578 380.119 267.533 391.023] + /Subtype /Link +-/A << /S /GoTo /D (page.86) >> ++/A << /S /GoTo /D (page.74) >> + >> endobj +-4351 0 obj << ++3961 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [204.121 523.581 216.0762 534.4849] ++/Rect [175.897 356.209 187.852 367.113] + /Subtype /Link +-/A << /S /GoTo /D (page.86) >> ++/A << /S /GoTo /D (page.35) >> + >> endobj +-4352 0 obj << ++3962 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [196.38 511.6258 208.3352 522.5298] ++/Rect [208.544 332.298 220.5 343.202] + /Subtype /Link +-/A << /S /GoTo /D (page.86) >> ++/A << /S /GoTo /D (page.85) >> + >> endobj +-4353 0 obj << ++3963 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [216.8532 499.6707 228.8083 510.5746] ++/Rect [255.607 308.388 267.562 319.292] + /Subtype /Link +-/A << /S /GoTo /D (page.86) >> ++/A << /S /GoTo /D (page.89) >> + >> endobj +-4354 0 obj << ++3964 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [193.6104 487.7155 205.5656 498.6194] ++/Rect [264.454 284.478 276.409 295.382] + /Subtype /Link +-/A << /S /GoTo /D (page.86) >> ++/A << /S /GoTo /D (page.91) >> + >> endobj +-4355 0 obj << ++3965 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [199.6877 475.7603 211.6429 486.6643] ++/Rect [250.626 260.567 262.581 271.471] + /Subtype /Link + /A << /S /GoTo /D (page.87) >> + >> endobj +-4356 0 obj << ++3966 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [189.735 463.8052 201.6902 474.7091] ++/Rect [255.578 236.657 267.533 247.561] + /Subtype /Link +-/A << /S /GoTo /D (page.87) >> ++/A << /S /GoTo /D (page.74) >> + >> endobj +-4357 0 obj << ++3967 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [192.9035 451.85 204.8586 462.7539] ++/Rect [255.578 212.747 267.533 223.651] + /Subtype /Link +-/A << /S /GoTo /D (page.87) >> ++/A << /S /GoTo /D (page.75) >> + >> endobj +-4358 0 obj << ++3968 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [188.6294 439.8948 200.5846 450.7988] ++/Rect [179.763 188.836 191.718 199.74] + /Subtype /Link +-/A << /S /GoTo /D (page.87) >> ++/A << /S /GoTo /D (page.93) >> + >> endobj +-4359 0 obj << ++3969 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [193.6108 427.9397 205.5659 438.8436] ++/Rect [185.85 164.926 197.805 175.83] + /Subtype /Link +-/A << /S /GoTo /D (page.87) >> ++/A << /S /GoTo /D (page.94) >> + >> endobj +-4360 0 obj << ++3970 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.1961 415.9845 196.1513 426.8884] ++/Rect [221.277 141.016 233.232 151.92] + /Subtype /Link +-/A << /S /GoTo /D (page.87) >> ++/A << /S /GoTo /D (page.71) >> + >> endobj +-4361 0 obj << ++3971 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [186.9655 404.0293 198.9207 414.9333] ++/Rect [221.277 117.105 233.232 128.009] + /Subtype /Link +-/A << /S /GoTo /D (page.87) >> ++/A << /S /GoTo /D (page.71) >> + >> endobj +-4362 0 obj << ++3972 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [230.1433 392.0742 242.0984 402.9781] ++/Rect [211.324 93.195 223.279 104.099] + /Subtype /Link +-/A << /S /GoTo /D (page.87) >> ++/A << /S /GoTo /D (page.58) >> + >> endobj +-4363 0 obj << ++3973 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [214.0737 380.119 226.0289 391.0229] ++/Rect [479.172 714.864 491.127 725.768] + /Subtype /Link +-/A << /S /GoTo /D (page.88) >> ++/A << /S /GoTo /D (page.62) >> + >> endobj +-4364 0 obj << ++3974 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [206.3427 368.1638 218.2978 379.0678] ++/Rect [479.172 690.953 491.127 701.857] + /Subtype /Link +-/A << /S /GoTo /D (page.88) >> ++/A << /S /GoTo /D (page.62) >> + >> endobj +-4365 0 obj << ++3975 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [206.8907 356.2087 218.8458 367.1126] ++/Rect [440.259 667.043 452.214 677.947] + /Subtype /Link +-/A << /S /GoTo /D (page.88) >> ++/A << /S /GoTo /D (page.58) >> + >> endobj +-4366 0 obj << ++3976 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [200.7936 344.2535 212.7487 355.1574] ++/Rect [440.259 643.133 452.214 654.037] + /Subtype /Link +-/A << /S /GoTo /D (page.88) >> ++/A << /S /GoTo /D (page.58) >> + >> endobj +-4367 0 obj << ++3977 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [178.6668 332.2983 190.622 343.2022] ++/Rect [462.923 619.222 474.879 630.126] + /Subtype /Link +-/A << /S /GoTo /D (page.84) >> ++/A << /S /GoTo /D (page.68) >> + >> endobj +-4368 0 obj << ++3978 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [238.4318 320.3431 250.3869 331.2471] ++/Rect [474.809 595.312 486.764 606.216] + /Subtype /Link +-/A << /S /GoTo /D (page.88) >> ++/A << /S /GoTo /D (page.66) >> + >> endobj +-4369 0 obj << ++3979 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [238.9897 308.388 250.9449 319.2919] ++/Rect [453.718 571.402 465.673 582.306] + /Subtype /Link +-/A << /S /GoTo /D (page.88) >> ++/A << /S /GoTo /D (page.69) >> + >> endobj +-4370 0 obj << ++3980 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [232.8926 296.4328 244.8478 307.3367] ++/Rect [479.172 547.491 491.127 558.395] + /Subtype /Link +-/A << /S /GoTo /D (page.88) >> ++/A << /S /GoTo /D (page.62) >> + >> endobj +-4371 0 obj << ++3981 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [226.8259 284.4776 238.7811 295.3816] ++/Rect [434.72 523.581 446.675 534.485] + /Subtype /Link +-/A << /S /GoTo /D (page.89) >> ++/A << /S /GoTo /D (page.53) >> + >> endobj +-4372 0 obj << ++3982 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [211.3242 272.5225 223.2794 283.4264] ++/Rect [436.931 499.671 448.886 510.575] + /Subtype /Link +-/A << /S /GoTo /D (page.89) >> ++/A << /S /GoTo /D (page.47) >> + >> endobj +-4373 0 obj << ++3983 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [203.0153 260.5673 214.9705 271.4712] ++/Rect [464.049 475.76 476.004 486.664] + /Subtype /Link +-/A << /S /GoTo /D (page.89) >> ++/A << /S /GoTo /D (page.64) >> + >> endobj +-4374 0 obj << ++3984 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [189.1775 248.6121 201.1326 259.5161] ++/Rect [464.049 451.85 476.004 462.754] + /Subtype /Link +-/A << /S /GoTo /D (page.89) >> ++/A << /S /GoTo /D (page.64) >> + >> endobj +-4375 0 obj << ++3985 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [193.0428 236.657 204.998 247.5609] ++/Rect [440.259 427.94 452.214 438.844] + /Subtype /Link +-/A << /S /GoTo /D (page.89) >> ++/A << /S /GoTo /D (page.59) >> + >> endobj +-4376 0 obj << ++3986 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [204.679 224.7018 216.6342 235.6057] ++/Rect [440.259 404.029 452.214 414.933] + /Subtype /Link +-/A << /S /GoTo /D (page.84) >> ++/A << /S /GoTo /D (page.59) >> + >> endobj +-4377 0 obj << ++3987 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [211.8723 200.7915 223.8274 211.6954] ++/Rect [436.931 380.119 448.886 391.023] + /Subtype /Link +-/A << /S /GoTo /D (page.50) >> ++/A << /S /GoTo /D (page.47) >> + >> endobj +-4378 0 obj << ++3988 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [230.6916 188.8363 242.6467 199.7402] ++/Rect [436.931 356.209 448.886 367.113] + /Subtype /Link +-/A << /S /GoTo /D (page.50) >> ++/A << /S /GoTo /D (page.47) >> + >> endobj +-4379 0 obj << ++3989 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [128.8543 166.9832 140.8095 175.8299] ++/Rect [464.049 332.298 476.004 343.202] + /Subtype /Link +-/A << /S /GoTo /D (page.50) >> ++/A << /S /GoTo /D (page.65) >> + >> endobj +-4380 0 obj << ++3990 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [231.2396 152.9708 243.1947 163.8747] ++/Rect [464.049 308.388 476.004 319.292] + /Subtype /Link +-/A << /S /GoTo /D (page.50) >> ++/A << /S /GoTo /D (page.65) >> + >> endobj +-4381 0 obj << ++3991 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [128.8543 131.1177 140.8095 139.9644] ++/Rect [479.172 284.478 491.127 295.382] + /Subtype /Link +-/A << /S /GoTo /D (page.51) >> ++/A << /S /GoTo /D (page.63) >> + >> endobj +-4382 0 obj << ++3992 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [218.5171 117.1053 230.4723 128.0092] ++/Rect [479.172 260.567 491.127 271.471] + /Subtype /Link +-/A << /S /GoTo /D (page.51) >> ++/A << /S /GoTo /D (page.63) >> + >> endobj +-4383 0 obj << ++3993 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [222.9405 105.1501 234.8956 116.0541] ++/Rect [479.172 236.657 491.127 247.561] + /Subtype /Link +-/A << /S /GoTo /D (page.51) >> ++/A << /S /GoTo /D (page.63) >> + >> endobj +-4384 0 obj << ++3994 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [212.4301 93.195 224.3853 104.0989] ++/Rect [478.684 212.747 490.64 223.651] + /Subtype /Link +-/A << /S /GoTo /D (page.51) >> ++/A << /S /GoTo /D (page.67) >> + >> endobj +-4385 0 obj << ++3995 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [452.1538 726.8189 464.109 737.7228] ++/Rect [478.684 188.836 490.64 199.74] + /Subtype /Link +-/A << /S /GoTo /D (page.51) >> ++/A << /S /GoTo /D (page.67) >> + >> endobj +-4386 0 obj << ++3996 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [431.6809 714.8637 443.6361 725.7676] ++/Rect [464.049 164.926 476.004 175.83] + /Subtype /Link +-/A << /S /GoTo /D (page.52) >> ++/A << /S /GoTo /D (page.65) >> + >> endobj +-4387 0 obj << ++3997 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [455.5712 702.9085 467.5263 713.8125] ++/Rect [464.049 141.016 476.004 151.92] + /Subtype /Link +-/A << /S /GoTo /D (page.52) >> ++/A << /S /GoTo /D (page.65) >> + >> endobj +-4388 0 obj << ++3998 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [426.6895 678.9982 438.6447 689.9021] ++/Rect [453.718 117.105 465.673 128.009] + /Subtype /Link +-/A << /S /GoTo /D (page.57) >> ++/A << /S /GoTo /D (page.69) >> + >> endobj +-4389 0 obj << ++3999 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [438.8638 667.043 450.819 677.947] ++/Rect [453.718 93.195 465.673 104.099] + /Subtype /Link +-/A << /S /GoTo /D (page.57) >> ++/A << /S /GoTo /D (page.69) >> + >> endobj +-4390 0 obj << ++3945 0 obj << ++/D [3943 0 R /XYZ 90 757.935 null] ++>> endobj ++3942 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++4002 0 obj << ++/Length 3388 ++/Filter /FlateDecode ++>> ++stream ++xڵks6W=SaI[wڴi;][]IJr= C$qƶ^!q,LeBDq9=+j>soW3ETgw9%b5?g\eDe:뗷_.X\od-?2U9{_g*5;\ Wb?{<< ++}YWesV& ++*&gsJW崺a_7T^Wj,UxYAKѢ](87nsGܼRߓP1$)s148Y jYe9*D>\ B<#8 ++Tytզ֩w\KBC{i{1L,,/tisG灱CcѠv, c4wn[ /Szf ByN(|!oVN"4#z!re "L̟L1 L A8JiF?= @ M(ۇ`p-J:$"ddsG2Bꛑ<0bh322'0:TDFF9ʈb3Y"$VsOU$[5zlsS+[ j^u>ֻ{dzI==<9A9!vXouqݩ>/t~>>VrXB0KI6=C6oZ ++@Q ++jPfP ++ԟ~M]h qR28z?d6fX jgq8Χ}}?/ӯ#-3Hjٴp%C 5@EdT4LUV!mHPIaEFuh€Mݵh V:Ѝ~Yҁn:A2>_>Utcv> 0; 3,3`F>#_ZA7aU~ȦU9#fa AXɦZ6ƪѢ?d,mt^Dc5M)p!cW[3p6kvKա> X<<̪ъ-?d ++-3ͤԈWjtM;By >LS~ڴ_0j:_Knh~N7~ju~u&.Diɬy_k@v&endstream ++endobj ++4001 0 obj << ++/Type /Page ++/Contents 4002 0 R ++/Resources 4000 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 3817 0 R ++/Annots [ 4004 0 R 4005 0 R 4006 0 R 4007 0 R 4008 0 R 4009 0 R 4010 0 R 4011 0 R 4012 0 R 4013 0 R 4014 0 R 4015 0 R 4016 0 R 4017 0 R 4018 0 R 4019 0 R 4020 0 R 4021 0 R 4022 0 R 4023 0 R 4024 0 R 4025 0 R 4026 0 R 4027 0 R 4028 0 R 4029 0 R 4030 0 R 4031 0 R 4032 0 R 4033 0 R 4034 0 R 4035 0 R 4036 0 R 4037 0 R 4038 0 R 4039 0 R 4040 0 R 4041 0 R 4042 0 R 4043 0 R 4044 0 R 4045 0 R 4046 0 R 4047 0 R 4048 0 R 4049 0 R 4050 0 R 4051 0 R 4052 0 R 4053 0 R 4054 0 R 4055 0 R 4056 0 R 4057 0 R 4058 0 R 4059 0 R 4060 0 R 4061 0 R 4062 0 R 4063 0 R 4064 0 R 4065 0 R 4066 0 R 4067 0 R 4068 0 R 4069 0 R ] ++>> endobj ++4004 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [452.1442 655.0879 464.0994 665.9918] ++/Rect [194.906 714.864 206.861 725.768] + /Subtype /Link +-/A << /S /GoTo /D (page.57) >> ++/A << /S /GoTo /D (page.49) >> + >> endobj +-4391 0 obj << ++4005 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [408.4283 643.1327 420.3835 654.0366] ++/Rect [194.906 690.953 206.861 701.857] + /Subtype /Link +-/A << /S /GoTo /D (page.57) >> ++/A << /S /GoTo /D (page.49) >> + >> endobj +-4392 0 obj << ++4006 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [435.5464 631.1775 447.5016 642.0815] ++/Rect [245.874 667.043 257.83 677.947] + /Subtype /Link +-/A << /S /GoTo /D (page.57) >> ++/A << /S /GoTo /D (page.66) >> + >> endobj +-4393 0 obj << ++4007 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [430.5651 619.2223 442.5203 630.1263] ++/Rect [235.115 643.133 247.07 654.037] + /Subtype /Link +-/A << /S /GoTo /D (page.58) >> ++/A << /S /GoTo /D (page.65) >> + >> endobj +-4394 0 obj << ++4008 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [422.2663 607.2672 434.2214 618.1711] ++/Rect [235.115 619.222 247.07 630.126] + /Subtype /Link +-/A << /S /GoTo /D (page.58) >> ++/A << /S /GoTo /D (page.65) >> + >> endobj +-4395 0 obj << ++4009 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [423.3723 583.3568 435.3274 594.2608] ++/Rect [205.785 595.312 217.74 606.216] + /Subtype /Link +-/A << /S /GoTo /D (page.59) >> ++/A << /S /GoTo /D (page.53) >> + >> endobj +-4396 0 obj << ++4010 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [408.9764 571.4017 420.9316 582.3056] ++/Rect [211.324 571.402 223.279 582.306] + /Subtype /Link +-/A << /S /GoTo /D (page.60) >> ++/A << /S /GoTo /D (page.59) >> + >> endobj +-4397 0 obj << ++4011 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [431.6613 559.4465 443.6164 570.3504] ++/Rect [211.324 547.491 223.279 558.395] + /Subtype /Link +-/A << /S /GoTo /D (page.60) >> ++/A << /S /GoTo /D (page.59) >> + >> endobj +-4398 0 obj << ++4012 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [438.8541 547.4913 450.8093 558.3953] ++/Rect [250.237 523.581 262.193 534.485] + /Subtype /Link +-/A << /S /GoTo /D (page.60) >> ++/A << /S /GoTo /D (page.63) >> + >> endobj +-4399 0 obj << ++4013 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [407.8705 535.5362 419.8256 546.4401] ++/Rect [250.237 499.671 262.193 510.575] + /Subtype /Link +-/A << /S /GoTo /D (page.60) >> ++/A << /S /GoTo /D (page.63) >> + >> endobj +-4400 0 obj << ++4014 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [430.5553 523.581 442.5105 534.4849] ++/Rect [233.989 475.76 245.944 486.664] + /Subtype /Link +-/A << /S /GoTo /D (page.61) >> ++/A << /S /GoTo /D (page.68) >> + >> endobj +-4401 0 obj << ++4015 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [437.7482 511.6258 449.7033 522.5298] ++/Rect [205.785 451.85 217.74 462.754] + /Subtype /Link +-/A << /S /GoTo /D (page.61) >> ++/A << /S /GoTo /D (page.54) >> + >> endobj +-4402 0 obj << ++4016 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [423.3624 487.7155 435.3176 498.6194] ++/Rect [207.996 427.94 219.952 438.844] + /Subtype /Link +-/A << /S /GoTo /D (page.47) >> ++/A << /S /GoTo /D (page.48) >> + >> endobj +-4403 0 obj << ++4017 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [429.3598 475.7603 441.315 486.6643] ++/Rect [207.996 404.029 219.952 414.933] + /Subtype /Link + /A << /S /GoTo /D (page.47) >> + >> endobj +-4404 0 obj << ++4018 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [413.4196 463.8052 425.3747 474.7091] ++/Rect [211.862 380.119 223.817 391.023] + /Subtype /Link +-/A << /S /GoTo /D (page.47) >> ++/A << /S /GoTo /D (page.61) >> + >> endobj +-4405 0 obj << ++4019 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [417.2852 451.85 429.2404 462.7539] ++/Rect [211.862 356.209 223.817 367.113] + /Subtype /Link +-/A << /S /GoTo /D (page.48) >> ++/A << /S /GoTo /D (page.61) >> + >> endobj +-4406 0 obj << ++4020 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [456.8563 427.9397 468.8115 438.8436] ++/Rect [207.329 332.298 219.284 343.202] + /Subtype /Link + /A << /S /GoTo /D (page.95) >> + >> endobj +-4407 0 obj << ++4021 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [462.9433 404.0293 474.8985 414.9333] ++/Rect [181.436 308.388 193.391 319.292] + /Subtype /Link +-/A << /S /GoTo /D (page.96) >> ++/A << /S /GoTo /D (page.86) >> + >> endobj +-4408 0 obj << ++4022 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [495.6105 380.119 507.5656 391.0229] ++/Rect [181.436 284.478 193.391 295.382] + /Subtype /Link +-/A << /S /GoTo /D (page.90) >> ++/A << /S /GoTo /D (page.86) >> + >> endobj +-4409 0 obj << ++4023 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [483.9941 368.1638 495.9493 379.0678] ++/Rect [181.436 260.567 193.391 271.471] + /Subtype /Link +-/A << /S /GoTo /D (page.90) >> ++/A << /S /GoTo /D (page.86) >> + >> endobj +-4410 0 obj << ++4024 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [451.4466 344.2535 463.4018 355.1574] ++/Rect [211.324 236.657 223.279 247.561] + /Subtype /Link +-/A << /S /GoTo /D (page.76) >> ++/A << /S /GoTo /D (page.57) >> + >> endobj +-4411 0 obj << ++4025 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [486.8635 332.2983 498.8186 343.2022] ++/Rect [211.324 212.747 223.279 223.651] + /Subtype /Link +-/A << /S /GoTo /D (page.76) >> ++/A << /S /GoTo /D (page.57) >> + >> endobj +-4412 0 obj << ++4026 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [397.1605 321.0604 409.1156 331.2471] ++/Rect [211.324 188.836 223.279 199.74] + /Subtype /Link +-/A << /S /GoTo /D (page.76) >> ++/A << /S /GoTo /D (page.57) >> + >> endobj +-4413 0 obj << ++4027 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [401.8927 309.1053 413.8479 319.2919] ++/Rect [211.324 164.926 223.279 175.83] + /Subtype /Link +-/A << /S /GoTo /D (page.76) >> ++/A << /S /GoTo /D (page.57) >> + >> endobj +-4414 0 obj << ++4028 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [479.013 284.4776 490.9682 295.3816] ++/Rect [211.324 141.016 223.279 151.92] + /Subtype /Link +-/A << /S /GoTo /D (page.77) >> ++/A << /S /GoTo /D (page.57) >> + >> endobj +-4415 0 obj << ++4029 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [484.2433 272.5225 496.1985 283.4264] ++/Rect [211.324 117.105 223.279 128.009] + /Subtype /Link +-/A << /S /GoTo /D (page.77) >> ++/A << /S /GoTo /D (page.57) >> + >> endobj +-4416 0 obj << ++4030 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [472.6271 260.5673 484.5822 271.4712] ++/Rect [211.324 93.195 223.279 104.099] + /Subtype /Link +-/A << /S /GoTo /D (page.77) >> ++/A << /S /GoTo /D (page.57) >> + >> endobj +-4417 0 obj << ++4031 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [483.1477 248.6121 495.1029 259.5161] ++/Rect [440.259 714.864 452.214 725.768] + /Subtype /Link +-/A << /S /GoTo /D (page.77) >> ++/A << /S /GoTo /D (page.57) >> + >> endobj +-4418 0 obj << ++4032 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [469.5289 224.7018 481.484 235.6057] ++/Rect [440.259 690.953 452.214 701.857] + /Subtype /Link +-/A << /S /GoTo /D (page.74) >> ++/A << /S /GoTo /D (page.57) >> + >> endobj +-4419 0 obj << ++4033 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [487.7904 212.7466 499.7455 223.6506] ++/Rect [440.259 667.043 452.214 677.947] + /Subtype /Link +-/A << /S /GoTo /D (page.74) >> ++/A << /S /GoTo /D (page.57) >> + >> endobj +-4420 0 obj << ++4034 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [466.7791 188.8363 478.7343 199.7402] ++/Rect [440.259 643.133 452.214 654.037] + /Subtype /Link +-/A << /S /GoTo /D (page.72) >> ++/A << /S /GoTo /D (page.57) >> + >> endobj +-4421 0 obj << ++4035 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [459.5863 176.8811 471.5415 187.7851] ++/Rect [440.259 619.222 452.214 630.126] + /Subtype /Link +-/A << /S /GoTo /D (page.72) >> ++/A << /S /GoTo /D (page.57) >> + >> endobj +-4422 0 obj << ++4036 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [372.4537 141.0156 384.4089 151.9196] ++/Rect [440.259 595.312 452.214 606.216] + /Subtype /Link +-/A << /S /GoTo /D (page.73) >> ++/A << /S /GoTo /D (page.57) >> + >> endobj +-4423 0 obj << ++4037 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [367.4724 117.1053 379.4276 128.0092] ++/Rect [438.435 571.402 450.391 582.306] + /Subtype /Link +-/A << /S /GoTo /D (page.73) >> ++/A << /S /GoTo /D (page.96) >> + >> endobj +-4424 0 obj << ++4038 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [500.6712 93.195 512.6263 104.0989] ++/Rect [438.435 547.491 450.391 558.395] + /Subtype /Link +-/A << /S /GoTo /D (page.71) >> +->> endobj +-4333 0 obj << +-/D [4331 0 R /XYZ 90 757.9346 null] +->> endobj +-4330 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> +-/ProcSet [ /PDF /Text ] ++/A << /S /GoTo /D (page.96) >> + >> endobj +-4427 0 obj << +-/Length 4041 +-/Filter /FlateDecode +->> +-stream +-xڥ\n#}Wqt~c`bC (iVK"k>sԬ$3<[]5sHvO{ qBǗ;z ^.#Ns}A38~|8Q!_/}!ؕ'ݏ?'(ΪJsNr1r?B!&ww(̕7~0[{ow;?rNS{||okK:dʿry L/_^c_adbII@Qf efJ5voUPjB5ӈ.ߥ,֕apL?&0Y$aT^b$\S!%34R3EF˜sU3(Iӿgݗa-}uh{16OR<ϒY<kPHY%u_Ppv5f&Ђ-:kHH"ՙ@_Q9("1f|TVwk[uF/ pFY8'(Ezǁ Sewi@Mqrp_IٯzE1x\ ׂޥڒʲ+ʔ+؋5XM 5dCBKK(L81ɄҀ(yA[SY2* +-aepxoiKY j5v+XZí!ZPi&|Ԏ4y^IJZ0/-3̈́BXC! Qx8S>m_1(bzmTE9tIHzI!Y*kbx^LYS]k<oٹ)vhi#k;G!Q +-XCF]愉]-,kkub%{:&B05%Pwt^߮: +- +-o )Qpwi@}\m4 .㯌 +-a/LNpvиOqG$L̟ ;4Y_c v%{؀AC1 [{Z/:D)?A)cc|P]Pyz  +-ahVhrEC犐04~/aU++ +)Mꊂ8Aq?_,mb΄lJVl\6)6%ƅpee6e1*b.#94֕pNK#9֨ ^U3?=e4lD۽R2)y) +-ӌh? B:Aa\$xiϢm'!H0|T;W4sQfJAmߩ ٿZ_jcl` F$]PyE޺*L>S|as).뭭-\3ӀZ\Wjq߬E5HZֵqCEm3&j-©fE{cEsJsom(J 2Zglo71FftKY4MMWQSu` a@^suaKK,օQ0+2s`ጲ6P{%̪͘I̋̚53)u֠MilfX¨e۪njU5ҿpzڒcYH~)ߥ /ύ#$3f:YlJՊ)[A5V̀BXsC,(8T6Z01Dy=baY0 +-az6̏h`q[Ns (5w9/2iTŒҀJ%y 0(EЬK^j xYmH#]%GQрGeކ +-\ĺc4֨B17L +-[[ݢ6˼ >5h@!Q[zjW4fwBpuh@!A[4bc,mېbWt!Q*:tuWQbFm<,J8qI4֨Ex=VC(bej3ʄGeƹSu{ B8;3qFрGeVP{ MF)Ju1vLm<,d^рBX$ct}̐LÎKjnj . &˼ Ia(kG!Hz]^pڐkv_ۂHF:by;1G Gn!BXc}X?=Vm#Ch xĪZkC}kźA6XhAv,/ -0[+#Bn4h9cu(rC9ue@!QȆ?|c't[MX˼Cڰg6ˀBXC -G!âoj8^ѱPBH([W(bsQېBXT$(+e %°0 &|44jm2B -I ߊo(SmX?Ity{yFu#i@!J#iC?c)8Nqn' (5SIg#Ny9\\Պgc6Mzٙ嬋柣b5Ae@t\#WUT +-LW#o'䛑aq J %LNܟ?|ro񷡮ϗk{OTѡ6azTݽtDeendstream +-endobj +-4426 0 obj << +-/Type /Page +-/Contents 4427 0 R +-/Resources 4425 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 4249 0 R +-/Annots [ 4429 0 R 4430 0 R 4431 0 R 4432 0 R 4433 0 R 4434 0 R 4435 0 R 4436 0 R 4437 0 R 4438 0 R 4439 0 R 4440 0 R 4441 0 R 4442 0 R 4443 0 R 4444 0 R 4445 0 R 4446 0 R 4447 0 R 4448 0 R 4449 0 R 4450 0 R 4451 0 R 4452 0 R 4453 0 R 4454 0 R 4455 0 R 4456 0 R 4457 0 R 4458 0 R 4459 0 R 4460 0 R 4461 0 R 4462 0 R 4463 0 R 4464 0 R 4465 0 R 4466 0 R 4467 0 R 4468 0 R 4469 0 R 4470 0 R 4471 0 R 4472 0 R 4473 0 R 4474 0 R 4475 0 R 4476 0 R 4477 0 R 4478 0 R 4479 0 R 4480 0 R 4481 0 R 4482 0 R 4483 0 R 4484 0 R 4485 0 R 4486 0 R 4487 0 R 4488 0 R 4489 0 R 4490 0 R 4491 0 R 4492 0 R 4493 0 R 4494 0 R 4495 0 R 4496 0 R 4497 0 R 4498 0 R 4499 0 R 4500 0 R 4501 0 R 4502 0 R 4503 0 R 4504 0 R 4505 0 R 4506 0 R 4507 0 R ] ++4039 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [484.542 523.581 496.497 534.485] ++/Subtype /Link ++/A << /S /GoTo /D (page.89) >> + >> endobj +-4429 0 obj << ++4040 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [267.5824 726.8189 279.5375 737.7228] ++/Rect [493.389 499.671 505.344 510.575] + /Subtype /Link +-/A << /S /GoTo /D (page.71) >> ++/A << /S /GoTo /D (page.91) >> + >> endobj +-4430 0 obj << ++4041 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [128.8543 704.9658 140.8095 713.8125] ++/Rect [479.561 475.76 491.516 486.664] + /Subtype /Link +-/A << /S /GoTo /D (page.71) >> ++/A << /S /GoTo /D (page.87) >> + >> endobj +-4431 0 obj << ++4042 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [283.2638 690.9534 295.219 701.8573] ++/Rect [404.832 451.85 416.787 462.754] + /Subtype /Link +-/A << /S /GoTo /D (page.71) >> ++/A << /S /GoTo /D (page.35) >> + >> endobj +-4432 0 obj << ++4043 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [128.8543 669.1003 140.8095 677.947] ++/Rect [484.542 427.94 496.497 438.844] + /Subtype /Link +-/A << /S /GoTo /D (page.71) >> ++/A << /S /GoTo /D (page.89) >> + >> endobj +-4433 0 obj << ++4044 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [128.8543 645.19 140.8095 654.0366] ++/Rect [493.389 404.029 505.344 414.933] + /Subtype /Link +-/A << /S /GoTo /D (page.71) >> ++/A << /S /GoTo /D (page.91) >> + >> endobj +-4434 0 obj << ++4045 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [274.4071 631.1775 286.3623 642.0815] ++/Rect [479.561 380.119 491.516 391.023] + /Subtype /Link +-/A << /S /GoTo /D (page.72) >> ++/A << /S /GoTo /D (page.88) >> + >> endobj +-4435 0 obj << ++4046 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [269.4258 619.2223 281.381 630.1263] ++/Rect [364.982 368.164 376.937 379.068] + /Subtype /Link +-/A << /S /GoTo /D (page.72) >> ++/A << /S /GoTo /D (page.97) >> + >> endobj +-4436 0 obj << ++4047 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [267.513 595.312 279.4682 606.2159] ++/Rect [404.573 356.209 416.528 367.113] + /Subtype /Link +-/A << /S /GoTo /D (page.78) >> ++/A << /S /GoTo /D (page.99) >> + >> endobj +-4437 0 obj << ++4048 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [272.7433 583.3568 284.6985 594.2608] ++/Rect [409.554 344.971 421.509 355.157] + /Subtype /Link +-/A << /S /GoTo /D (page.78) >> ++/A << /S /GoTo /D (page.99) >> + >> endobj +-4438 0 obj << ++4049 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [271.6477 571.4017 283.6029 582.3056] ++/Rect [361.106 332.298 373.061 343.202] + /Subtype /Link +-/A << /S /GoTo /D (page.78) >> ++/A << /S /GoTo /D (page.99) >> + >> endobj +-4439 0 obj << ++4050 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [228.4597 547.4913 240.4149 558.3953] ++/Rect [356.125 321.06 368.08 331.247] + /Subtype /Link +-/A << /S /GoTo /D (page.79) >> ++/A << /S /GoTo /D (page.99) >> + >> endobj +-4440 0 obj << ++4051 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [253.3658 535.5362 265.3209 546.4401] ++/Rect [375.492 309.105 392.429 319.292] + /Subtype /Link +-/A << /S /GoTo /D (page.79) >> ++/A << /S /GoTo /D (page.100) >> + >> endobj +-4441 0 obj << ++4052 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [216.8434 523.581 228.7985 534.4849] ++/Rect [409.803 296.433 426.739 307.337] + /Subtype /Link +-/A << /S /GoTo /D (page.79) >> ++/A << /S /GoTo /D (page.100) >> + >> endobj +-4442 0 obj << ++4053 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [241.7494 511.6258 253.7046 522.5298] ++/Rect [414.784 284.478 431.721 295.382] + /Subtype /Link +-/A << /S /GoTo /D (page.79) >> ++/A << /S /GoTo /D (page.100) >> + >> endobj +-4443 0 obj << ++4054 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [209.1022 487.7155 221.0574 498.6194] ++/Rect [368.299 272.522 385.236 283.426] + /Subtype /Link +-/A << /S /GoTo /D (page.75) >> ++/A << /S /GoTo /D (page.100) >> + >> endobj +-4444 0 obj << ++4055 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [264.7337 475.7603 276.6889 486.6643] ++/Rect [364.982 260.567 381.918 271.471] + /Subtype /Link +-/A << /S /GoTo /D (page.75) >> ++/A << /S /GoTo /D (page.100) >> + >> endobj +-4445 0 obj << ++4056 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [239.2893 463.8052 251.2445 474.7091] ++/Rect [383.253 249.329 400.189 259.516] + /Subtype /Link +-/A << /S /GoTo /D (page.75) >> ++/A << /S /GoTo /D (page.101) >> + >> endobj +-4446 0 obj << ++4057 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [253.3663 439.8948 265.3215 450.7988] ++/Rect [362.77 237.374 379.706 247.561] + /Subtype /Link +-/A << /S /GoTo /D (page.69) >> ++/A << /S /GoTo /D (page.101) >> + >> endobj +-4447 0 obj << ++4058 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [248.385 427.9397 260.3401 438.8436] ++/Rect [389.888 225.419 406.825 235.606] + /Subtype /Link +-/A << /S /GoTo /D (page.69) >> ++/A << /S /GoTo /D (page.101) >> + >> endobj +-4448 0 obj << ++4059 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [251.1545 415.9845 263.1097 426.8884] ++/Rect [381.589 213.464 398.525 223.651] + /Subtype /Link +-/A << /S /GoTo /D (page.69) >> ++/A << /S /GoTo /D (page.101) >> + >> endobj +-4449 0 obj << ++4060 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [202.3081 404.0293 214.2633 414.9333] ++/Rect [396.932 200.791 413.868 211.695] + /Subtype /Link +-/A << /S /GoTo /D (page.69) >> ++/A << /S /GoTo /D (page.101) >> + >> endobj +-4450 0 obj << ++4061 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [237.1774 392.0742 249.1325 402.9781] ++/Rect [376.05 188.836 392.987 199.74] + /Subtype /Link +-/A << /S /GoTo /D (page.69) >> ++/A << /S /GoTo /D (page.101) >> + >> endobj +-4451 0 obj << ++4062 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [232.1961 380.119 244.1512 391.0229] ++/Rect [364.424 177.598 381.36 187.785] + /Subtype /Link +-/A << /S /GoTo /D (page.69) >> ++/A << /S /GoTo /D (page.101) >> + >> endobj +-4452 0 obj << ++4063 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [243.8225 368.1638 255.7777 379.0678] ++/Rect [390.845 165.643 407.781 175.83] + /Subtype /Link +-/A << /S /GoTo /D (page.69) >> ++/A << /S /GoTo /D (page.101) >> + >> endobj +-4453 0 obj << ++4064 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [194.1588 356.2087 206.1139 367.1126] ++/Rect [391.96 152.971 408.897 163.875] + /Subtype /Link +-/A << /S /GoTo /D (page.70) >> ++/A << /S /GoTo /D (page.101) >> + >> endobj +-4454 0 obj << ++4065 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [214.0837 344.2535 226.0388 355.1574] ++/Rect [373.28 141.733 390.217 151.92] + /Subtype /Link +-/A << /S /GoTo /D (page.70) >> ++/A << /S /GoTo /D (page.101) >> + >> endobj +-4455 0 obj << ++4066 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [246.4227 320.3431 258.3779 331.2471] ++/Rect [398.187 129.06 415.123 139.964] + /Subtype /Link +-/A << /S /GoTo /D (page.67) >> ++/A << /S /GoTo /D (page.102) >> + >> endobj +-4456 0 obj << ++4067 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [247.0302 308.388 258.9854 319.2919] ++/Rect [378.67 117.823 395.607 128.009] + /Subtype /Link +-/A << /S /GoTo /D (page.68) >> ++/A << /S /GoTo /D (page.102) >> + >> endobj +-4457 0 obj << ++4068 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [204.6693 284.4776 216.6245 295.3816] ++/Rect [375.652 105.867 392.588 116.054] + /Subtype /Link +-/A << /S /GoTo /D (page.54) >> ++/A << /S /GoTo /D (page.102) >> + >> endobj +-4458 0 obj << ++4069 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.0279 272.5225 240.9831 283.4264] ++/Rect [367.741 93.195 384.678 104.099] + /Subtype /Link +-/A << /S /GoTo /D (page.54) >> ++/A << /S /GoTo /D (page.102) >> + >> endobj +-4459 0 obj << ++4003 0 obj << ++/D [4001 0 R /XYZ 90 757.935 null] ++>> endobj ++4000 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++4072 0 obj << ++/Length 3441 ++/Filter /FlateDecode ++>> ++stream ++xڵ\]s6}У=ɼm4I7;N2hHZIn{A$>/9;y-{ \ǢE[.jQEo.y /n.e,ZJ\R"*7^ꗛlH)$DQS.ԫoІX0_\W%am~. m ^1Ň 1 ^O],qx+++=J\\N˦& s. _F"!1)[ gӦph}owDޜzT=pЉ٤[)y5IRlr]W_ ״>0B<Y'J.}0_A`~߯,Wqyc?SLA)ia//;xΫJA(mR§GT%ʈ ++RX)$U!QT>4U]8D!sSR9r`0]֟RpCTkt%+*h&k08MDPSjt!BQgO fZ^%^6A\\IPmň U ++VfmX.چp5O]r6 GB<9ݐTa&mS &HbZb0`5 .FtbYre?Ѣ!(ʹD*&{ ]8]C2zQbuED&1(CH[HElk q au8 ++i(9S9GxDCFԭEB6mO/_||y|zFxPՠ$٤8\8X?+H ҆ ʦ'#e{(eEj(#:+LfEA@ޖm079#|Bo놴xx3=FԒo6 vq}\V ++qVΗk2\.7'Bj{;>8};t,/:Wvm06 |0AHW:ؐMm5pMR/Lq Y&Qcp> ++& vϧJ%K›8kt2+,sbVZ؈W7u乺H'\19V'vC" d'U ++5TuMܞ`@/Oc7gN|\]UԸ_Bg:m׉B|jJQE<ј!5Jw?TcP:%h 3G$i}x9M:4i!xwIMià7q`}>,cSkt)!u-5q-u#r!8:*#d7g\W kp+mm>o.h Ngq-ar#j>A< d.c`Kq4{WU 23{Xܗ~g-iZ{5KFp1P+զ&=j61)Jf,9\v EF<ڬ$DHBͩ߸^5)vϞ*YLD3JoT #S2T49_͓ *I%gDgGLK=l3z,?~yS0UeD1\ӗDe*D ?;oFpjmzÞg3 yFxa0Aȧ2(58ϛ2).fNF7(XTJ-ug[EC$a (B7WhO6=s)β2@RDV Cku [:gcۚ pJAȾ_B(0qC TrJz,O?:;bѨ1# ?/qiՂA,c0)c[b#Çk]8vKV]k gv%~*ٞ!8F&a\PbP>c,3i"63].N)nrfxL6LE0dvq5bP>c59M2F-(a\UK$mQˋŠ|&mkrUze8|(al82a|6urr[T4X4jI CfZA0iNST3|lktw)ZQk g>458*/g@̠@34 hK ڞ{uo/2l39YzD-oDl3قq3oƙ`)ӁALL6Ͳ>v5}N?-^~WUN16T \Aݐb ++=%b\.zy,_|ϣuρgsM@Y<ތ~٠c+\^{͏/7ǻ|&sYVcf7M<;r`0dmVӲK}%4)}Vm]Ps=nN/tQww6r\Cyխ( o%4O?_ޮwj]Q 8$KQ&yM S endstream ++endobj ++4071 0 obj << ++/Type /Page ++/Contents 4072 0 R ++/Resources 4070 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 4144 0 R ++/Annots [ 4074 0 R 4075 0 R 4076 0 R 4077 0 R 4078 0 R 4079 0 R 4080 0 R 4081 0 R 4082 0 R 4083 0 R 4084 0 R 4085 0 R 4086 0 R 4087 0 R 4088 0 R 4089 0 R 4090 0 R 4091 0 R 4092 0 R 4093 0 R 4094 0 R 4095 0 R 4096 0 R 4097 0 R 4098 0 R 4099 0 R 4100 0 R 4101 0 R 4102 0 R 4103 0 R 4104 0 R 4105 0 R 4106 0 R 4107 0 R 4108 0 R 4109 0 R 4110 0 R 4111 0 R 4112 0 R 4113 0 R 4114 0 R 4115 0 R 4116 0 R 4117 0 R 4118 0 R 4119 0 R 4120 0 R 4121 0 R 4122 0 R 4123 0 R 4124 0 R 4125 0 R 4126 0 R 4127 0 R 4128 0 R 4129 0 R 4130 0 R 4131 0 R 4132 0 R 4133 0 R 4134 0 R 4135 0 R 4136 0 R 4137 0 R 4138 0 R 4139 0 R 4140 0 R 4141 0 R 4142 0 R 4143 0 R ] ++>> endobj ++4074 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [224.0466 260.5673 236.0017 271.4712] ++/Rect [162.358 726.819 179.295 737.723] + /Subtype /Link +-/A << /S /GoTo /D (page.55) >> ++/A << /S /GoTo /D (page.102) >> + >> endobj +-4460 0 obj << ++4075 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [204.6693 248.6121 216.6245 259.5161] ++/Rect [163.474 714.864 180.41 725.768] + /Subtype /Link +-/A << /S /GoTo /D (page.55) >> ++/A << /S /GoTo /D (page.102) >> + >> endobj +-4461 0 obj << ++4076 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [214.074 236.657 226.0291 247.5609] ++/Rect [163.723 702.909 180.659 713.812] + /Subtype /Link +-/A << /S /GoTo /D (page.54) >> ++/A << /S /GoTo /D (page.102) >> + >> endobj +-4462 0 obj << ++4077 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [222.9407 224.7018 234.8959 235.6057] ++/Rect [131.066 690.953 148.002 701.857] + /Subtype /Link +-/A << /S /GoTo /D (page.55) >> ++/A << /S /GoTo /D (page.102) >> + >> endobj +-4463 0 obj << ++4078 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [237.346 212.7466 249.3012 223.6506] ++/Rect [147.105 679.715 164.042 689.902] + /Subtype /Link +-/A << /S /GoTo /D (page.55) >> ++/A << /S /GoTo /D (page.103) >> + >> endobj +-4464 0 obj << ++4079 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [233.4611 188.8363 245.4162 199.7402] ++/Rect [204.121 655.088 216.076 665.992] + /Subtype /Link +-/A << /S /GoTo /D (page.91) >> ++/A << /S /GoTo /D (page.50) >> + >> endobj +-4465 0 obj << ++4080 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [243.9615 176.8811 255.9167 187.7851] ++/Rect [164.271 643.133 181.207 654.037] + /Subtype /Link +-/A << /S /GoTo /D (page.91) >> ++/A << /S /GoTo /D (page.104) >> + >> endobj +-4466 0 obj << ++4081 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [232.3551 164.926 244.3103 175.8299] ++/Rect [136.585 631.895 153.522 642.081] + /Subtype /Link +-/A << /S /GoTo /D (page.91) >> ++/A << /S /GoTo /D (page.104) >> + >> endobj +-4467 0 obj << ++4082 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [128.8543 130.9981 140.8095 139.9644] ++/Rect [137.153 619.222 154.09 630.126] + /Subtype /Link +-/A << /S /GoTo /D (page.93) >> ++/A << /S /GoTo /D (page.104) >> + >> endobj +-4468 0 obj << ++4083 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [281.0618 117.1053 293.017 128.0092] ++/Rect [248.932 607.267 265.869 618.171] + /Subtype /Link +-/A << /S /GoTo /D (page.93) >> ++/A << /S /GoTo /D (page.105) >> + >> endobj +-4469 0 obj << ++4084 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [128.8543 95.1326 140.8095 104.0989] ++/Rect [136.047 595.312 152.984 606.216] + /Subtype /Link +-/A << /S /GoTo /D (page.93) >> ++/A << /S /GoTo /D (page.105) >> + >> endobj +-4470 0 obj << ++4085 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [345.3356 716.8014 357.2908 725.7676] ++/Rect [144.346 584.074 161.282 594.261] + /Subtype /Link +-/A << /S /GoTo /D (page.94) >> ++/A << /S /GoTo /D (page.105) >> + >> endobj +-4471 0 obj << ++4086 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [390.7151 679.7155 402.6703 689.9021] ++/Rect [129.402 572.119 146.338 582.306] + /Subtype /Link +-/A << /S /GoTo /D (page.94) >> ++/A << /S /GoTo /D (page.105) >> + >> endobj +-4472 0 obj << ++4087 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [345.3356 657.0255 357.2908 665.9918] ++/Rect [249.5 559.447 266.437 570.35] + /Subtype /Link +-/A << /S /GoTo /D (page.94) >> ++/A << /S /GoTo /D (page.106) >> + >> endobj +-4473 0 obj << ++4088 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [390.7151 631.8948 402.6703 642.0815] ++/Rect [136.047 547.491 152.984 558.395] + /Subtype /Link +-/A << /S /GoTo /D (page.95) >> ++/A << /S /GoTo /D (page.106) >> + >> endobj +-4474 0 obj << ++4089 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [345.3356 609.2049 357.2908 618.1711] ++/Rect [181.984 523.581 193.939 534.485] + /Subtype /Link +-/A << /S /GoTo /D (page.95) >> ++/A << /S /GoTo /D (page.36) >> + >> endobj +-4475 0 obj << ++4090 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [345.3356 573.3394 357.2908 582.3056] ++/Rect [181.984 499.671 193.939 510.575] + /Subtype /Link +-/A << /S /GoTo /D (page.92) >> ++/A << /S /GoTo /D (page.36) >> + >> endobj +-4476 0 obj << ++4091 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [492.5621 559.4465 504.5172 570.3504] ++/Rect [204.121 475.76 216.076 486.664] + /Subtype /Link +-/A << /S /GoTo /D (page.92) >> ++/A << /S /GoTo /D (page.50) >> + >> endobj +-4477 0 obj << ++4092 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [345.3356 537.4739 357.2908 546.4401] ++/Rect [204.121 451.85 216.076 462.754] + /Subtype /Link +-/A << /S /GoTo /D (page.92) >> ++/A << /S /GoTo /D (page.50) >> + >> endobj +-4478 0 obj << ++4093 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [497.5434 523.581 509.4985 534.4849] ++/Rect [181.984 427.94 193.939 438.844] + /Subtype /Link +-/A << /S /GoTo /D (page.92) >> ++/A << /S /GoTo /D (page.37) >> + >> endobj +-4479 0 obj << ++4094 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [379.0885 500.3879 391.0437 510.5746] ++/Rect [165.935 415.985 182.871 426.888] + /Subtype /Link +-/A << /S /GoTo /D (page.64) >> ++/A << /S /GoTo /D (page.107) >> + >> endobj +-4480 0 obj << ++4095 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [421.7083 488.4328 433.6635 498.6194] ++/Rect [135.489 404.747 152.426 414.933] + /Subtype /Link +-/A << /S /GoTo /D (page.64) >> ++/A << /S /GoTo /D (page.107) >> + >> endobj +-4481 0 obj << ++4096 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [457.1252 476.4776 469.0803 486.6643] ++/Rect [135.24 392.791 152.177 402.978] + /Subtype /Link +-/A << /S /GoTo /D (page.65) >> ++/A << /S /GoTo /D (page.107) >> + >> endobj +-4482 0 obj << ++4097 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [375.2032 464.5224 387.1584 474.7091] ++/Rect [250.237 368.164 262.193 379.068] + /Subtype /Link +-/A << /S /GoTo /D (page.65) >> ++/A << /S /GoTo /D (page.63) >> + >> endobj +-4483 0 obj << ++4098 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [436.0843 451.85 448.0395 462.7539] ++/Rect [181.984 344.253 193.939 355.157] + /Subtype /Link +-/A << /S /GoTo /D (page.65) >> ++/A << /S /GoTo /D (page.36) >> + >> endobj +-4484 0 obj << ++4099 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [471.5012 439.8948 483.4564 450.7988] ++/Rect [183.09 332.298 200.027 343.202] + /Subtype /Link +-/A << /S /GoTo /D (page.65) >> ++/A << /S /GoTo /D (page.108) >> + >> endobj +-4485 0 obj << ++4100 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [414.5154 427.9397 426.4706 438.8436] ++/Rect [171.464 320.343 188.4 331.247] + /Subtype /Link +-/A << /S /GoTo /D (page.65) >> ++/A << /S /GoTo /D (page.108) >> + >> endobj +-4486 0 obj << ++4101 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [449.9323 415.9845 461.8875 426.8884] ++/Rect [158.732 308.388 175.668 319.292] + /Subtype /Link +-/A << /S /GoTo /D (page.65) >> ++/A << /S /GoTo /D (page.108) >> + >> endobj +-4487 0 obj << ++4102 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [437.2003 404.0293 449.1554 414.9333] ++/Rect [175.887 296.433 192.824 307.337] + /Subtype /Link +-/A << /S /GoTo /D (page.66) >> ++/A << /S /GoTo /D (page.108) >> + >> endobj +-4488 0 obj << ++4103 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [472.6171 392.0742 484.5723 402.9781] ++/Rect [169.81 284.478 186.746 295.382] + /Subtype /Link +-/A << /S /GoTo /D (page.66) >> ++/A << /S /GoTo /D (page.108) >> + >> endobj +-4489 0 obj << ++4104 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [428.9113 380.119 440.8664 391.0229] ++/Rect [183.638 260.567 200.575 271.471] + /Subtype /Link +-/A << /S /GoTo /D (page.63) >> ++/A << /S /GoTo /D (page.109) >> + >> endobj +-4490 0 obj << ++4105 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [434.8491 368.1638 446.8042 379.0678] ++/Rect [136.047 249.329 152.984 259.516] + /Subtype /Link +-/A << /S /GoTo /D (page.64) >> ++/A << /S /GoTo /D (page.109) >> + >> endobj +-4491 0 obj << ++4106 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [434.9784 356.9259 446.9335 367.1126] ++/Rect [129.402 237.374 146.338 247.561] + /Subtype /Link +-/A << /S /GoTo /D (page.66) >> ++/A << /S /GoTo /D (page.109) >> + >> endobj +-4492 0 obj << ++4107 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [470.3952 344.9708 482.3504 355.1574] ++/Rect [181.984 212.747 193.939 223.651] + /Subtype /Link +-/A << /S /GoTo /D (page.66) >> ++/A << /S /GoTo /D (page.37) >> + >> endobj +-4493 0 obj << ++4108 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [413.4095 333.0156 425.3646 343.2022] ++/Rect [181.984 188.836 193.939 199.74] + /Subtype /Link +-/A << /S /GoTo /D (page.66) >> ++/A << /S /GoTo /D (page.36) >> + >> endobj +-4494 0 obj << ++4109 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [448.8263 321.0604 460.7815 331.2471] ++/Rect [181.984 164.926 193.939 175.83] + /Subtype /Link +-/A << /S /GoTo /D (page.66) >> ++/A << /S /GoTo /D (page.37) >> + >> endobj +-4495 0 obj << ++4110 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [436.0943 308.388 448.0495 319.2919] ++/Rect [204.121 141.016 216.076 151.92] + /Subtype /Link +-/A << /S /GoTo /D (page.67) >> ++/A << /S /GoTo /D (page.51) >> + >> endobj +-4496 0 obj << ++4111 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [471.5112 296.4328 483.4663 307.3367] ++/Rect [181.984 117.105 193.939 128.009] + /Subtype /Link +-/A << /S /GoTo /D (page.67) >> ++/A << /S /GoTo /D (page.36) >> + >> endobj +-4497 0 obj << ++4112 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [478.4453 272.5225 490.4004 283.4264] ++/Rect [181.984 93.195 193.939 104.099] + /Subtype /Link +-/A << /S /GoTo /D (page.97) >> ++/A << /S /GoTo /D (page.36) >> + >> endobj +-4498 0 obj << ++4113 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [490.6294 260.5673 502.5846 271.4712] ++/Rect [418.112 714.864 430.067 725.768] + /Subtype /Link +-/A << /S /GoTo /D (page.97) >> ++/A << /S /GoTo /D (page.38) >> + >> endobj +-4499 0 obj << ++4114 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [380.2044 236.657 392.1596 247.5609] ++/Rect [433.056 690.953 445.011 701.857] + /Subtype /Link +-/A << /S /GoTo /D (page.47) >> ++/A << /S /GoTo /D (page.51) >> + >> endobj +-4500 0 obj << ++4115 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [450.6298 212.7466 462.5849 223.6506] ++/Rect [433.056 667.043 445.011 677.947] + /Subtype /Link +-/A << /S /GoTo /D (page.96) >> ++/A << /S /GoTo /D (page.51) >> + >> endobj +-4501 0 obj << ++4116 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [418.9387 188.8363 430.8939 199.7402] ++/Rect [433.056 643.133 445.011 654.037] + /Subtype /Link +-/A << /S /GoTo /D (page.44) >> ++/A << /S /GoTo /D (page.51) >> + >> endobj +-4502 0 obj << ++4117 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [423.92 177.5984 435.8752 187.7851] ++/Rect [410.919 619.222 422.874 630.126] + /Subtype /Link +-/A << /S /GoTo /D (page.44) >> ++/A << /S /GoTo /D (page.36) >> + >> endobj +-4503 0 obj << ++4118 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [392.9265 164.926 404.8817 175.8299] ++/Rect [440.259 595.312 452.214 606.216] + /Subtype /Link +-/A << /S /GoTo /D (page.44) >> ++/A << /S /GoTo /D (page.59) >> + >> endobj +-4504 0 obj << ++4119 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [397.9078 153.6881 409.863 163.8747] ++/Rect [440.259 571.402 452.214 582.306] + /Subtype /Link +-/A << /S /GoTo /D (page.44) >> ++/A << /S /GoTo /D (page.59) >> + >> endobj +-4505 0 obj << ++4120 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [445.9177 129.0605 457.8729 139.9644] ++/Rect [434.72 547.491 446.675 558.395] + /Subtype /Link +-/A << /S /GoTo /D (page.53) >> ++/A << /S /GoTo /D (page.54) >> + >> endobj +-4506 0 obj << ++4121 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [469.808 117.1053 481.7631 128.0092] ++/Rect [440.259 523.581 452.214 534.485] + /Subtype /Link +-/A << /S /GoTo /D (page.53) >> ++/A << /S /GoTo /D (page.59) >> + >> endobj +-4507 0 obj << ++4122 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [375.7711 93.195 387.7263 104.0989] ++/Rect [440.259 499.671 452.214 510.575] + /Subtype /Link +-/A << /S /GoTo /D (page.53) >> +->> endobj +-4428 0 obj << +-/D [4426 0 R /XYZ 90 757.9346 null] +->> endobj +-4425 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-4510 0 obj << +-/Length 3345 +-/Filter /FlateDecode +->> +-stream +-xڵ\r#+0ޏ%;HbqD"ʌh豢PԹYaGVP0.Wۧ+" +WI.$HPBWw\_VkD}B}!'LWWwЈ0bF#b ]=]q~ A :A0az?iwޮn//* !⏛S|tCv:{OA|d䵍D$ 6$ڀK%hePn^HVZ!N8]IRԴM*kSBLAߧV= +-ZIM:mn( yv^ !Eeb|Hv6 ?:⏤PaJˬcQ ckJx|䔈)AJDUa&Q-tb"fNLj9ȕd1eM߄݀K""⏵Q5|Nu5 Al5߄9y;%D,' +-SL@ر*d_Ϳ߄7Λ&D&QV:BkdvdVp 9\ /߄<N' PNBEԀXUH:uC \ N3i:EZ'koҞ`^?Owuǯᔎ: +-*z%&V߄')HhEkӣ*VAЏe}=f#Kō@/WPkڀY{iAϏ}{]0֛~~/hCˬPkCN 2J&: +-p +-)(ZnG{I?6 |>,a& x'۩pV }pZ B)Հvb9^X!V  +-߄p )݄ H*@Z(*ok'ZK| JSPNAOAEZЈ.g˘TLi.nFxzt OgSt"GJb.&,_€kX5̺LkImW'L7Z"JmSȊ= 2$ym$I@"DZFR7?OK$*LzʞZ--ÀB98hb`ʆ%R޿8|xjc1ݺzo/>^19+&gvyzZ5f yK*S,T DSʼn*fy/Na@a`ifڀiB\PI#1<*df5S  C҃0pp1i*`7zT֚Ĕ{W\.ۿ'̞6%xG̛$dHӊC⒙8{NݿNzbaU& WHk% Dyv  + (,X`M0`iA<wk`^~p Q5OMg-U䴢Y^nfn `߄/ktv/SgPV+“AcP)RdUQBa& t?۝+3T"iQV}~ݿVh yj1߄8oP˄oʟxTꁡl~pz|dנN7|| g'C0h0 Iwa%Ԩ9vŸ-UaM;ts=>3$fv}g͈Lic)39r2 +->`3˒&ggaMN +-'|.\RD!Õۘxl_YmޟvO]qfg & Hۙo-z '$΀`6u@(WK# C(>a@?fifTE&^ +-?w=N(Ѐk\ $T +-5iPeA(zLuf/b$?pAHkSRoB|fYg:g*bGU8G(E߀2FVkQ_GդJUҞ. ( Vp +- ⰕEQ'$)P_,)(ÜNr^Iu*: 7"(8>{ +-JBP UW5iy{ 矅q,R= 2T$>UqCUDn;R%(d h.o|N(q? "D:*sI(]bP_ ϙaQC0& 8oGL뀳y( +-!a۔^g%F1^ dVuӤv*ҎA%;쥠'I z!7a@F$Sz:n@GUh!zޛyA4  +-`5M02=3tmd#J/_PoڀYiGU.Hy^Z,`P`zpҀyiG):/ܽ A܅A@Ʌ=I]X4 e3Y avP (D8փT2(=<8fw]zL;' 4{i׫6$}/lW{Tm:aݬ9}}-Mog>8KW$)|d|F"j`ǶQI 3w+Wb?ɇ "DB ؘMψguKpsb9Lqr> ^of|*2 18-- +-E;/wyؓREXbEL,1 +-1*1BotDC DF͢ rNnlx^|[D)q?ns~]fsS߇{}ӯXS/W_>ܻ礡Т?O0~endstream +-endobj +-4509 0 obj << +-/Type /Page +-/Contents 4510 0 R +-/Resources 4508 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 4249 0 R +-/Annots [ 4512 0 R 4513 0 R 4514 0 R 4515 0 R 4516 0 R 4517 0 R 4518 0 R 4519 0 R 4520 0 R 4521 0 R 4522 0 R 4523 0 R 4524 0 R 4525 0 R 4526 0 R 4527 0 R 4528 0 R 4529 0 R 4530 0 R 4531 0 R 4532 0 R 4533 0 R 4534 0 R 4535 0 R 4536 0 R 4537 0 R 4538 0 R 4539 0 R 4540 0 R 4541 0 R 4542 0 R 4543 0 R 4544 0 R 4545 0 R 4546 0 R 4547 0 R 4548 0 R 4549 0 R 4550 0 R 4551 0 R 4552 0 R 4553 0 R 4554 0 R 4555 0 R 4556 0 R 4557 0 R 4558 0 R 4559 0 R 4560 0 R 4561 0 R 4562 0 R 4563 0 R 4564 0 R 4565 0 R 4566 0 R 4567 0 R 4568 0 R 4569 0 R 4570 0 R ] ++/A << /S /GoTo /D (page.60) >> + >> endobj +-4512 0 obj << ++4123 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [158.732 714.8637 170.6871 725.7676] ++/Rect [434.72 475.76 446.675 486.664] + /Subtype /Link +-/A << /S /GoTo /D (page.53) >> ++/A << /S /GoTo /D (page.54) >> + >> endobj +-4513 0 obj << ++4124 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [186.4179 690.9534 198.3731 701.8573] ++/Rect [440.259 451.85 452.214 462.754] + /Subtype /Link +-/A << /S /GoTo /D (page.43) >> ++/A << /S /GoTo /D (page.60) >> + >> endobj +-4514 0 obj << ++4125 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [215.1899 667.043 227.1451 677.947] ++/Rect [440.259 427.94 452.214 438.844] + /Subtype /Link +-/A << /S /GoTo /D (page.56) >> ++/A << /S /GoTo /D (page.60) >> + >> endobj +-4515 0 obj << ++4126 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [210.2086 655.0879 222.1637 665.9918] ++/Rect [434.72 404.029 446.675 414.933] + /Subtype /Link +-/A << /S /GoTo /D (page.56) >> ++/A << /S /GoTo /D (page.54) >> + >> endobj +-4516 0 obj << ++4127 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [203.5534 631.1775 215.5085 642.0815] ++/Rect [421.977 380.119 433.932 391.023] + /Subtype /Link +-/A << /S /GoTo /D (page.46) >> ++/A << /S /GoTo /D (page.39) >> + >> endobj +-4517 0 obj << ++4128 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [212.958 619.2223 224.9132 630.1263] ++/Rect [459.626 368.164 476.563 379.068] + /Subtype /Link +-/A << /S /GoTo /D (page.45) >> ++/A << /S /GoTo /D (page.110) >> + >> endobj +-4518 0 obj << ++4129 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [185.8599 607.2672 197.8151 618.1711] ++/Rect [414.785 356.209 431.721 367.113] + /Subtype /Link +-/A << /S /GoTo /D (page.45) >> ++/A << /S /GoTo /D (page.110) >> + >> endobj +-4519 0 obj << ++4130 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [155.9723 573.7927 172.9088 584.6966] ++/Rect [429.18 344.253 446.117 355.157] + /Subtype /Link +-/A << /S /GoTo /D (page.104) >> ++/A << /S /GoTo /D (page.110) >> + >> endobj +-4520 0 obj << ++4131 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [155.9723 549.8824 172.9088 560.7863] ++/Rect [436.373 332.298 453.31 343.202] + /Subtype /Link +-/A << /S /GoTo /D (page.104) >> ++/A << /S /GoTo /D (page.110) >> + >> endobj +-4521 0 obj << ++4132 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [256.1559 525.972 273.0923 536.876] ++/Rect [421.978 320.343 438.914 331.247] + /Subtype /Link +-/A << /S /GoTo /D (page.112) >> ++/A << /S /GoTo /D (page.110) >> + >> endobj +-4522 0 obj << ++4133 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [155.9723 492.4976 172.9088 503.4015] ++/Rect [413.679 308.388 430.615 319.292] + /Subtype /Link +-/A << /S /GoTo /D (page.104) >> ++/A << /S /GoTo /D (page.110) >> + >> endobj +-4523 0 obj << ++4134 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [268.8576 468.5872 280.8128 479.4912] ++/Rect [428.074 296.433 445.011 307.337] + /Subtype /Link +-/A << /S /GoTo /D (page.99) >> ++/A << /S /GoTo /D (page.110) >> + >> endobj +-4524 0 obj << ++4135 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [170.079 456.6321 182.0342 467.536] ++/Rect [435.267 284.478 452.204 295.382] + /Subtype /Link +-/A << /S /GoTo /D (page.90) >> ++/A << /S /GoTo /D (page.110) >> + >> endobj +-4525 0 obj << ++4136 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [203.0155 432.7217 219.9519 443.6257] ++/Rect [420.872 272.522 437.808 283.426] + /Subtype /Link +-/A << /S /GoTo /D (page.109) >> ++/A << /S /GoTo /D (page.111) >> + >> endobj +-4526 0 obj << ++4137 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [155.9723 408.8114 172.9088 419.7153] ++/Rect [421.977 248.612 433.932 259.516] + /Subtype /Link +-/A << /S /GoTo /D (page.104) >> ++/A << /S /GoTo /D (page.39) >> + >> endobj +-4527 0 obj << ++4138 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [213.5361 375.3369 230.4726 386.2409] ++/Rect [465.962 236.657 482.899 247.561] + /Subtype /Link +-/A << /S /GoTo /D (page.114) >> ++/A << /S /GoTo /D (page.112) >> + >> endobj +-4528 0 obj << ++4139 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [155.9723 351.4266 172.9088 362.3305] ++/Rect [352.808 224.702 369.744 235.606] + /Subtype /Link +-/A << /S /GoTo /D (page.104) >> ++/A << /S /GoTo /D (page.112) >> + >> endobj +-4529 0 obj << ++4140 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [161.2323 339.4714 173.1875 350.3753] ++/Rect [413.031 200.791 424.986 211.695] + /Subtype /Link +-/A << /S /GoTo /D (page.61) >> ++/A << /S /GoTo /D (page.45) >> + >> endobj +-4530 0 obj << ++4141 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [256.1559 315.5611 273.0923 326.465] ++/Rect [413.031 176.881 424.986 187.785] + /Subtype /Link +-/A << /S /GoTo /D (page.113) >> ++/A << /S /GoTo /D (page.45) >> + >> endobj +-4531 0 obj << ++4142 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [237.3259 303.6059 249.281 314.5098] ++/Rect [443.018 141.016 454.973 151.92] + /Subtype /Link +-/A << /S /GoTo /D (page.96) >> ++/A << /S /GoTo /D (page.42) >> + >> endobj +-4532 0 obj << ++4143 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [155.9723 270.1314 172.9088 281.0354] ++/Rect [443.018 105.15 454.973 116.054] + /Subtype /Link +-/A << /S /GoTo /D (page.104) >> ++/A << /S /GoTo /D (page.42) >> ++>> endobj ++4073 0 obj << ++/D [4071 0 R /XYZ 90 757.935 null] ++>> endobj ++4070 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++4147 0 obj << ++/Length 3769 ++/Filter /FlateDecode ++>> ++stream ++xڵ\[s}У=kڮln$eV+.ݸ#wx@\cEuYUx~uEo3ufwWk-i+{W.~Eu7 Eӷ]n,K^?_Sx *'mж]\W^u!k/)\<.%+5k6\m^m7|X6 W%ɛp 'd\gڻy @i i= _}^OinV^7z?пTQJڲt{m5a ]yEj7 x8:&ڂмJtn?t:1"Z9:3wN;s@e[Įw ++ jq/G[/-E兇\U6л4u|Yı! ۊ ++lx<}MxSfGB'F^19?D!m hN)M dp&둂`\`Q6fw# ސeS2~QAd݌.HYF:bSw#6aH -< 2'1hۊ7j15JafFIVUI]|/iAM xt|csN=M&ާ:vj~Zc 8/;/iUUA&ժ JAf2iV!lªpUb8? å&7)Ȍ{&m=M)۰{MҒyP8]О9w4:3?@&vQNׄ6,ϱ;/؈-v5txkZm n=gBg7)9 5@ZĎyҁyտμ.e^M My ++3cI5-Uؼ9_'z\ċxO=.yIcE;1at.^B5gm:D1Df&2N"Kr=c8QI"nt]ef(tf!WS+5]OYےR=ZuEĺL+tfpJFDӖ67H ΧE75ӝaF/Fb`Tpˬ N ڪ-x:s\8L˴Mnp ++ffAa^CdS8͜j &t@U09IMli%%z^&$m2›ќf x@]2&6'[bp>l)@ Ovs g:[?r Fլ&MYZO0 $t&љQ$̞xAFpD 6Swv_2+RT܀و vXL6E^ޔ&ՅeqD),-luDg-jHo@{hNDg<. 8Y̞n"T=2>ίˀQ¾}7.FI6sh ] N Vq x`KFײnf2AFu-,+9#MՌMVr x`%KFLx$0()q4.| _=/ 9O|BmcO5BmƞPcl`?:x<9%ni{!لoͤpL i4sK{(FciqX6m7,dsK؅d&:mHv_wgY_з sK1߰F7 ~y^ҮdsK؅&ѮxMu/NV]?vKACBan dB7Đ/qRll:#^3wJ݇ju] ++HV *4K9#JEXidR{׽8G˧%W_2LQ Ən5Y3_S2Z6'[bp>{JŶҼ0\B ++rQtKH/sRX$g^.F D/F}oon?} ;{wӲ뻷o ^C:1h-9YEs~ ++Y?ϲރg~ᆗ߿cI 1$rC~c3Oon?aoR}w=`e4չ%۰|JAS|i(oj: %}Ƿ˿~X "1§h-9883*ƠtSnO:u9HR*έ!ĬF9mC7EzҩOMu@w rl6[3mEN62yUF@&UxVx/ux(.Q5r xBIuĠtJTtU=/ФF)FdDx!^hhRcP:- Nja;=~=VrNDg< ..uT6']bP:-XZC`jK ++zj4tKFT H!AOAj/9^V.0q&љmvVnbndDmHļFRdLy.CH^UcP:ˬʗ2&&T=k̘ЙMpJFLsR֥M욠0(6:&E5*1h@-[DtEi^&WI8z sgZWH[rPMCz s,1(Rmf_-b6q0#FXdD8Ltp5 'p Y`a\FӱNXS`òiFՒyy?d6;#Ur.Wќ[2r~4,1(a ++]B;yq"xZ:WS0p`\Z.q>MLj4uK 41(mb}@x+âI]F#nɘphBWcP:-Z·О5VUb:WѴ[2"[pƠtZd?E\&ӢFeݒgnk41(sCgڐrj383Ё ++z@"nz-1(ly-nAŊuKLjHx:% kաgpYL#,X)g؏(%$xVˁoTCGa]䔛9Z &plzQSB]'J.+w;99w7Z~˼껜Gɍ)W1|^nhsjSw?e>&|j߫_y}vI:8 ++endstream ++endobj ++4146 0 obj << ++/Type /Page ++/Contents 4147 0 R ++/Resources 4145 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 4144 0 R ++/Annots [ 4149 0 R 4150 0 R 4151 0 R 4152 0 R 4153 0 R 4154 0 R 4155 0 R 4156 0 R 4157 0 R 4158 0 R 4159 0 R 4160 0 R 4161 0 R 4162 0 R 4163 0 R 4164 0 R 4165 0 R 4166 0 R 4167 0 R 4168 0 R 4169 0 R 4170 0 R 4171 0 R 4172 0 R 4173 0 R 4174 0 R 4175 0 R 4176 0 R 4177 0 R 4178 0 R 4179 0 R 4180 0 R 4181 0 R 4182 0 R 4183 0 R 4184 0 R 4185 0 R 4186 0 R 4187 0 R 4188 0 R 4189 0 R 4190 0 R 4191 0 R 4192 0 R 4193 0 R 4194 0 R 4195 0 R 4196 0 R 4197 0 R 4198 0 R 4199 0 R 4200 0 R 4201 0 R 4202 0 R 4203 0 R 4204 0 R 4205 0 R 4206 0 R 4207 0 R 4208 0 R 4209 0 R 4210 0 R 4211 0 R 4212 0 R 4213 0 R 4214 0 R 4215 0 R 4216 0 R 4217 0 R 4218 0 R 4219 0 R 4220 0 R 4221 0 R 4222 0 R 4223 0 R 4224 0 R 4225 0 R 4226 0 R 4227 0 R ] + >> endobj +-4533 0 obj << ++4149 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [185.86 258.1763 202.7964 269.0802] ++/Rect [214.084 726.819 226.039 737.723] + /Subtype /Link +-/A << /S /GoTo /D (page.107) >> ++/A << /S /GoTo /D (page.42) >> + >> endobj +-4534 0 obj << ++4150 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [155.9723 234.2659 172.9088 245.1699] ++/Rect [216.285 702.909 228.24 713.812] + /Subtype /Link +-/A << /S /GoTo /D (page.105) >> ++/A << /S /GoTo /D (page.72) >> + >> endobj +-4535 0 obj << ++4151 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [155.9723 210.3556 172.9088 221.2595] ++/Rect [221.267 678.998 233.222 689.902] + /Subtype /Link +-/A << /S /GoTo /D (page.105) >> ++/A << /S /GoTo /D (page.73) >> + >> endobj +-4536 0 obj << ++4152 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [256.1559 186.4453 273.0923 197.3492] ++/Rect [216.285 655.088 228.24 665.992] + /Subtype /Link +-/A << /S /GoTo /D (page.113) >> ++/A << /S /GoTo /D (page.72) >> + >> endobj +-4537 0 obj << ++4153 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [155.9723 162.5349 172.9088 173.4389] ++/Rect [221.267 631.178 233.222 642.081] + /Subtype /Link +-/A << /S /GoTo /D (page.105) >> ++/A << /S /GoTo /D (page.73) >> + >> endobj +-4538 0 obj << ++4154 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [160.1063 150.5798 172.0615 161.4837] ++/Rect [207.996 607.267 219.952 618.171] + /Subtype /Link +-/A << /S /GoTo /D (page.78) >> ++/A << /S /GoTo /D (page.48) >> + >> endobj +-4539 0 obj << ++4155 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [137.9793 129.0605 149.9345 139.9644] ++/Rect [216.285 583.357 228.24 594.261] + /Subtype /Link +-/A << /S /GoTo /D (page.44) >> ++/A << /S /GoTo /D (page.72) >> + >> endobj +-4540 0 obj << ++4156 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [176.186 117.1053 188.1412 128.0092] ++/Rect [214.084 559.447 226.039 570.35] + /Subtype /Link +-/A << /S /GoTo /D (page.67) >> ++/A << /S /GoTo /D (page.43) >> + >> endobj +-4541 0 obj << ++4157 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [195.5532 105.1501 207.5083 116.0541] ++/Rect [216.285 535.536 228.24 546.44] + /Subtype /Link +-/A << /S /GoTo /D (page.56) >> ++/A << /S /GoTo /D (page.72) >> + >> endobj +-4542 0 obj << ++4158 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [372.4536 726.8189 389.3901 737.7228] ++/Rect [221.267 511.626 233.222 522.53] + /Subtype /Link +-/A << /S /GoTo /D (page.105) >> ++/A << /S /GoTo /D (page.73) >> + >> endobj +-4543 0 obj << ++4159 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [438.4352 714.7942 450.3903 725.6981] ++/Rect [214.084 487.716 226.039 498.619] + /Subtype /Link +-/A << /S /GoTo /D (page.96) >> ++/A << /S /GoTo /D (page.43) >> + >> endobj +-4544 0 obj << ++4160 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [372.4536 690.7448 389.3901 701.6488] ++/Rect [214.084 463.805 226.039 474.709] + /Subtype /Link +-/A << /S /GoTo /D (page.105) >> ++/A << /S /GoTo /D (page.43) >> + >> endobj +-4545 0 obj << ++4161 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [372.4536 666.6955 389.3901 677.5994] ++/Rect [214.084 439.895 226.039 450.799] + /Subtype /Link +-/A << /S /GoTo /D (page.105) >> ++/A << /S /GoTo /D (page.43) >> + >> endobj +-4546 0 obj << ++4162 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [419.4968 631.5251 436.4333 642.429] ++/Rect [193.043 415.985 204.998 426.888] + /Subtype /Link +-/A << /S /GoTo /D (page.109) >> ++/A << /S /GoTo /D (page.39) >> + >> endobj +-4547 0 obj << ++4163 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [419.4968 607.4757 436.4333 618.3796] ++/Rect [184.096 392.074 196.051 402.978] + /Subtype /Link +-/A << /S /GoTo /D (page.109) >> ++/A << /S /GoTo /D (page.45) >> + >> endobj +-4548 0 obj << ++4164 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [372.4536 583.4263 389.3901 594.3303] ++/Rect [184.096 368.164 196.051 379.068] + /Subtype /Link +-/A << /S /GoTo /D (page.105) >> ++/A << /S /GoTo /D (page.45) >> + >> endobj +-4549 0 obj << ++4165 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [372.4536 559.377 389.3901 570.2809] ++/Rect [207.996 344.253 219.952 355.157] + /Subtype /Link +-/A << /S /GoTo /D (page.106) >> ++/A << /S /GoTo /D (page.48) >> + >> endobj +-4550 0 obj << ++4166 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [372.4536 535.3277 389.3901 546.2316] ++/Rect [193.043 320.343 204.998 331.247] + /Subtype /Link +-/A << /S /GoTo /D (page.106) >> ++/A << /S /GoTo /D (page.39) >> + >> endobj +-4551 0 obj << ++4167 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [473.4344 511.2783 490.3709 522.1822] ++/Rect [236.231 308.388 253.167 319.292] + /Subtype /Link +-/A << /S /GoTo /D (page.111) >> ++/A << /S /GoTo /D (page.113) >> + >> endobj +-4552 0 obj << ++4168 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [472.6372 476.1079 489.5737 487.0118] ++/Rect [175.897 297.15 192.834 307.337] + /Subtype /Link + /A << /S /GoTo /D (page.113) >> + >> endobj +-4553 0 obj << ++4169 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [376.7469 464.0832 388.7021 474.9871] ++/Rect [174.244 285.195 191.18 295.382] + /Subtype /Link +-/A << /S /GoTo /D (page.55) >> ++/A << /S /GoTo /D (page.113) >> + >> endobj +-4554 0 obj << ++4170 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [472.6372 428.9128 489.5737 439.8167] ++/Rect [194.168 273.24 211.105 283.426] + /Subtype /Link + /A << /S /GoTo /D (page.113) >> + >> endobj +-4555 0 obj << ++4171 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [467.0982 404.8634 484.0346 415.7673] ++/Rect [190.273 260.567 207.21 271.471] + /Subtype /Link +-/A << /S /GoTo /D (page.110) >> ++/A << /S /GoTo /D (page.113) >> + >> endobj +-4556 0 obj << ++4172 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [472.6372 380.8141 489.5737 391.718] ++/Rect [191.389 248.612 208.326 259.516] + /Subtype /Link + /A << /S /GoTo /D (page.113) >> + >> endobj +-4557 0 obj << ++4173 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [467.0982 356.7647 484.0346 367.6686] ++/Rect [205.785 236.657 222.721 247.561] + /Subtype /Link +-/A << /S /GoTo /D (page.110) >> ++/A << /S /GoTo /D (page.114) >> + >> endobj +-4558 0 obj << ++4174 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [472.6372 332.7154 489.5737 343.6193] ++/Rect [212.978 224.702 229.914 235.606] + /Subtype /Link +-/A << /S /GoTo /D (page.113) >> ++/A << /S /GoTo /D (page.114) >> + >> endobj +-4559 0 obj << ++4175 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [467.0982 308.666 484.0346 319.5699] ++/Rect [195.464 213.464 212.4 223.651] + /Subtype /Link +-/A << /S /GoTo /D (page.110) >> ++/A << /S /GoTo /D (page.114) >> + >> endobj +-4560 0 obj << ++4176 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [472.6372 284.6167 489.5737 295.5206] ++/Rect [186.965 200.791 203.902 211.695] + /Subtype /Link +-/A << /S /GoTo /D (page.113) >> ++/A << /S /GoTo /D (page.114) >> + >> endobj +-4561 0 obj << ++4177 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [467.0982 260.5673 484.0346 271.4712] ++/Rect [195.673 189.554 212.61 199.74] + /Subtype /Link +-/A << /S /GoTo /D (page.111) >> ++/A << /S /GoTo /D (page.114) >> + >> endobj +-4562 0 obj << ++4178 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [372.4536 236.5179 389.3901 247.4219] ++/Rect [190.831 176.881 207.767 187.785] + /Subtype /Link +-/A << /S /GoTo /D (page.106) >> ++/A << /S /GoTo /D (page.114) >> + >> endobj +-4563 0 obj << ++4179 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [485.3389 212.4686 497.2941 223.3725] ++/Rect [189.167 165.643 206.104 175.83] + /Subtype /Link +-/A << /S /GoTo /D (page.99) >> ++/A << /S /GoTo /D (page.114) >> + >> endobj +-4564 0 obj << ++4180 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [400.1198 188.4888 417.0563 199.3927] ++/Rect [190.283 152.971 207.22 163.875] + /Subtype /Link +-/A << /S /GoTo /D (page.108) >> ++/A << /S /GoTo /D (page.114) >> + >> endobj +-4565 0 obj << ++4181 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [374.665 165.343 386.6202 176.2469] ++/Rect [204.679 141.016 221.615 151.92] + /Subtype /Link +-/A << /S /GoTo /D (page.80) >> ++/A << /S /GoTo /D (page.114) >> + >> endobj +-4566 0 obj << ++4182 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [403.2774 153.3183 415.2326 164.2223] ++/Rect [211.872 129.778 228.808 139.964] + /Subtype /Link +-/A << /S /GoTo /D (page.52) >> ++/A << /S /GoTo /D (page.114) >> + >> endobj +-4567 0 obj << ++4183 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [380.085 141.2937 392.0402 152.1976] ++/Rect [214.084 105.15 226.039 116.054] + /Subtype /Link + /A << /S /GoTo /D (page.43) >> + >> endobj +-4568 0 obj << ++4184 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [403.5069 129.269 415.4621 140.1729] ++/Rect [443.018 726.819 454.973 737.723] + /Subtype /Link +-/A << /S /GoTo /D (page.44) >> ++/A << /S /GoTo /D (page.43) >> + >> endobj +-4569 0 obj << ++4185 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [381.3401 117.2443 393.2952 128.1482] ++/Rect [443.018 702.909 454.973 713.812] + /Subtype /Link +-/A << /S /GoTo /D (page.46) >> ++/A << /S /GoTo /D (page.43) >> + >> endobj +-4570 0 obj << ++4186 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [419.4968 93.195 436.4333 104.0989] ++/Rect [443.018 678.998 454.973 689.902] + /Subtype /Link +-/A << /S /GoTo /D (page.109) >> +->> endobj +-4511 0 obj << +-/D [4509 0 R /XYZ 90 757.9346 null] +->> endobj +-4508 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-4573 0 obj << +-/Length 508 +-/Filter /FlateDecode +->> +-stream +-xڥTMo@Wё23w{D) +-!> *rc'-JcpB=cob9vh*U>x͛ErhŬfܛbwޥdӎU:o20jCH*oBxt^ȁv,yjϓ!L&bnnA:9kV ,o6740z]obU4]H8vxvYΦ7аSkY? 6T$iΔVرzʳu*ftau;12|ٚ&M$Ȅr󒥙>iȐem b8 8 g( @mrNsV.K:rI€pIF@|*Rdï3e%#RIsE2,Ñ{!SMԮUQe" B˕3@a^ҼYyCV#46Fhk?lyhBUw{Ӥ[p7쀽C?L=endstream +-endobj +-4572 0 obj << +-/Type /Page +-/Contents 4573 0 R +-/Resources 4571 0 R +-/MediaBox [0 0 595.2756 841.8898] +-/Parent 4249 0 R +-/Annots [ 4575 0 R 4576 0 R 4577 0 R ] ++/A << /S /GoTo /D (page.44) >> + >> endobj +-4575 0 obj << ++4187 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [155.9723 714.8637 172.9088 725.7676] ++/Rect [443.018 655.088 454.973 665.992] + /Subtype /Link +-/A << /S /GoTo /D (page.106) >> ++/A << /S /GoTo /D (page.44) >> + >> endobj +-4576 0 obj << ++4188 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [155.9723 680.9907 172.9088 691.8947] ++/Rect [443.018 631.178 454.973 642.081] + /Subtype /Link +-/A << /S /GoTo /D (page.106) >> ++/A << /S /GoTo /D (page.44) >> + >> endobj +-4577 0 obj << ++4189 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [185.86 647.1177 202.7964 658.0217] ++/Rect [422.545 619.222 439.482 630.126] + /Subtype /Link +-/A << /S /GoTo /D (page.107) >> +->> endobj +-4574 0 obj << +-/D [4572 0 R /XYZ 90 757.9346 null] +->> endobj +-4571 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-2320 0 obj +-[1610 0 R /Fit] +-endobj +-2319 0 obj +-[1610 0 R /Fit] +-endobj +-2318 0 obj +-[1610 0 R /Fit] +-endobj +-2317 0 obj +-[1610 0 R /Fit] +-endobj +-2316 0 obj +-[1610 0 R /Fit] +-endobj +-2315 0 obj +-[1610 0 R /Fit] +-endobj +-2314 0 obj +-[1610 0 R /Fit] +-endobj +-2226 0 obj +-[1610 0 R /Fit] +-endobj +-2225 0 obj +-[1610 0 R /Fit] +-endobj +-2224 0 obj +-[1610 0 R /Fit] +-endobj +-2223 0 obj +-[1610 0 R /Fit] +-endobj +-2222 0 obj +-[1610 0 R /Fit] +-endobj +-2221 0 obj +-[1610 0 R /Fit] +-endobj +-2132 0 obj +-[1610 0 R /Fit] +-endobj +-2131 0 obj +-[1610 0 R /Fit] +-endobj +-2128 0 obj +-[1610 0 R /Fit] +-endobj +-2127 0 obj +-[1610 0 R /Fit] +-endobj +-2126 0 obj +-[1610 0 R /Fit] +-endobj +-2075 0 obj +-[1610 0 R /Fit] +-endobj +-4578 0 obj << +-/Type /Encoding +-/Differences [ 0 /.notdef 1/dotaccent/fi/fl/fraction/hungarumlaut/Lslash/lslash/ogonek/ring 10/.notdef 11/breve/minus 13/.notdef 14/Zcaron/zcaron/caron/dotlessi/dotlessj/ff/ffi/ffl/notequal/infinity/lessequal/greaterequal/partialdiff/summation/product/pi/grave/quotesingle/space/exclam/quotedbl/numbersign/dollar/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/at/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/bracketleft/backslash/bracketright/asciicircum/underscore/quoteleft/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/bar/braceright/asciitilde 127/.notdef 128/Euro/integral/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl/circumflex/perthousand/Scaron/guilsinglleft/OE/Omega/radical/approxequal 144/.notdef 147/quotedblleft/quotedblright/bullet/endash/emdash/tilde/trademark/scaron/guilsinglright/oe/Delta/lozenge/Ydieresis 160/.notdef 161/exclamdown/cent/sterling/currency/yen/brokenbar/section/dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron/degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis] +->> endobj +-2748 0 obj << +-/Length1 1630 +-/Length2 8324 +-/Length3 532 +-/Length 9188 +-/Filter /FlateDecode +->> +-stream +-xteTܶ-ESܵ ,w-Z8/Ŋ[qwPPh{ι{׽/c$#{͵撹VdePVN6!*Ehfn<ttRv6@K4ĠH7&E(/Z!hg7L/ hZU'\3|@&gΉEvC¦w!m]PCӝggu*{L46SAA[Ϸ-;K(Zl[L Xdջ/t(l ?3ȔD{͋Kms{v?ˠ}[Q$[ҥJc{<t6 }C65Q6 W=_(v"h9xN{~~/Rڨ;F,tV}Nl#|h~a.8@y4xki2뺲e0d3~*9w{}-@U]>NEHb6 NOLi;~iuLVq-G?%MT04$`Yĉ3bЦnv|X +-&ŪBk=`fP`sSȰ^tql5[# a_bNh CHU6|/߶V)03smׅOzv~4ᄀnE}f (qG_\8z{d Zn{"nu7b xU״铲Q)MS]s pGlVK\uZƅ r5UgЫa/[@J,M>v+<,=Er4  lCvMLUvw8s@崧V͙Nœ]jo͸c'E2j6&7@A>,Dâ%WE&۰UOOs d- {-2uk8+9Z_ʯBdly3:et +-? zл% [RWՔ*$ W +-{΍/p, +-*`&7&mNjE~k3P;DƱĻVf u+eAk#=W6FA6wK%n!+TA}NQ3Lim~>{fp1@/b=;يW`vMRi6wqgQnuD98$|)m೫.ݲwM.D뫷Ty[?thVX@ Sg^]#I#aͳ<|_ޤw7DJ! /j^OUi0A-0]K⨪qF?[0uvNZ^F{1dN6ǧ +-V$j9/\čmLE|D[ݧI]inAԞ[:{b@ #4 syI{,֖x72/70T}Ϥ ,ooH)0PF="D0)HӵAm>Ċ9F+yER5. qc֮֫ +-Ć/RC> `]sޤSIҕ3qn6\>cyu:BҽȔ>KE]}L'ܖJYycm8VV;>QC EWC#7J:~|% +-|^:}qx 9/Dʱy֡״q.NWO64H!z"U.o}Jk>ZyvW6A{|M'¨>9Jc<%F&HMٌ_a +-toefy"ႃ/3/fQsGT#û 5QiwO/`8+5;S\/iF\:^KP늞N*V`]s5s $LoC!(ZINٴq}_q4>ET lþ +-G hڪWaBNC.H۵rדt!ok6;zԽq[ 1XI5͏T^.@x[]ZHWrH_їnn0Te^zy2%'B^pT3S4W[1>UNt LcQ{a%Ы1)wFCvLƺJQ,KFs$DxdtEo_`x{$BރUZ0Y6(%㙜P'ΰQ a+pPBu7mCǜ]o8vgg;K?4Bp5?Dp'һ +-8-92Bj[C} +-EΠ J663;6l27KUHN%$̊a _ٶRlb`,u$K|?j +4)Iv rl v\ωU1-{3RusDf9g5L@q$Ԯ,D]ϝDJ5m A>fu3MU{О.|TNz Y*)?7i*4d0[Xc,"R +-ª"kNRGZa]~j('gueݎo3:Vз5:_zrWKsxӭ=v.[yRIWXҼS(HZd a쭂SAq}/ 6={ށ?!M$G-'QG[j"3U#cL |Sa~ 2j} &=BpnMT( 9oUwG#W>CZ-H'nѯ.۝dvZr-r҄&d t7可Wc^2uT^_RI_=Haxn`_.r,}(P;<R*_Ligƒ' DG/vHb#nS=u-gP+q#˷vE@Gp]?#s6Wiax!^>]͑i )6|.%XX4S5_6wߦlw(L鲥- {%TM{tS~YIDUFPԹM@#"&+v6(EÈ2O䃒qp5^`f*R +u4U. uScvA[y?zc?ZoUAJI؇"g6D,6ΐ~q蕒3Ș C.,Z! T=Z_˜tzT #=M*P7d[pQlRl#`VOɵ;'kfqW!iy>[j =afxW$ ?]iү9+w{@ur}CpGqvYbi?NE)hFoJj3]d ڴ“y,K0պ4)R ^Msks5߱49R^7RRkrT04Mi1m+6(-ipOQ ܁E(]%2OPGX4583)w".Ұ w2Yu|eMDb͍Z\2ʠ?n|עH&H@@i$y')qJz1[*ˑI*5 ǁZErf1kQbU<%)V>-$yuə R|\Eƙ[L`poMo@DwZ9sH˲ʠ:`:k| vS|#@ c#, S_\iMSR +-Zu +-y x1p9,sŠ:I`p*- EgI=4Ӓ'9M}^M>׵>.sD] {¾1TQ%%E C<c*g[kZetL]V"!X80׋3(#M%Vn˥rZ Eedp7 +-Cl9Z*N$Hd[p2&kuԋ |usd 㯼~,}jt3!a. 47ƪ f +-hê!vN]d"|$q[u]}iKŸwVMj@^c!EJ9$ ?"(l0ِ_`%6 +-yoeB>&ɦ~Vdv(ϑqCeD 䒋L(]{ It94=EdC^& ]҉ѾpJ}FzWoRlf 7T)jj&W@E[Q ݺOT{6*{[7ZeY|$K7@U~Vk-DS#D>%OV1&!)AOJi< +-N۾nh(ͺ%klD_]xTu9 ZyiWRLxf7kS#6Y]$GVLk放⪨?G ](Z?s|=86!3вh*8rS%XuՀ#ڢ/C4k!4NH+,%N#Yit H;ȗϐpoڗR`$":=6T# R.txi8 +->dgN~$8$O}s FTx@tba&tje87vmqQteRd z&<7$rӲeBP +->{>U3s*ko)9ԛNdR:":ҷ6jLx]IY7(Xn/c4IFz>UHҿH̀2 +-$~A=f=8z&1iŃYkzvJ֜?ںp X+T(ρų6=S  +wS/rpk^ى Ȓ&`|Nw61&w;$x(-0lW ~O%X!\Cl^sN2Q~(hL@x#G%E Zc ӌ/] V묻_39AègWֺ)e;΢)y8WOzyxI8B]Ú?’E~ʩc|r62fHqB򰈴K嵞@Do`KqPP<"ch=iU|Ez H7|F4cⲜ*z\"~*х2aUqI*Mt'3V9UCOJu.lR5jj"?H`htL0 +-uC꩝4wn?ܱ tE%Xr|U'`(+2\Mb@= +-i߈4bN}2=b7*@_Ы Y}%X)؏EGvq@]̈M#ZQ0[ ]{5?8v0^迮8t 3>bm9+سgv0]$-"i&)xhC㈚+IҔ9s[PМzȡ" (^}W7õt+ORj (D RFH}̳%)R|(C/FR6M7E׹b3njjoa YA& o?C3^3Xztzggv8Uj֤])QaxE@bUC- |#e$Dh5w'<<}Oho*)8AU6?cjyxE>жQ7^<ƴ *svTb'$lYn}AE>K 2m Cl<4 rm7gˡ:FG#=z.*V5W8 +-DNMTZ 5yԸ⭢RT\Fܙy8]OA4}Hr|uL!S0c"pyj\<0 <e LiϐN۝m _jM@(qͰހ F2[(sbXeٸ_6Mwʮ9> ԞԸ%ڽ-C1&wodݎex+46fӘ:s\vgۗ1 9x+rB1řBej.A! nF`0 +-ۇ!ߦz~42C{%©i@O> endobj +-2747 0 obj << +-/Ascent 625 +-/CapHeight 557 +-/Descent -147 +-/FontName /CCWCQL+NimbusMonL-ReguObli +-/ItalicAngle -12 +-/StemV 43 +-/XHeight 426 +-/FontBBox [-61 -237 774 811] +-/Flags 4 +-/CharSet (/one/two/L/N/U/underscore/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/r/s/t/u/v/x/y) +-/FontFile 2748 0 R +->> endobj +-4579 0 obj +-[600 600 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 600 0 600 0 0 0 0 0 0 600 0 0 0 0 0 0 0 0 0 600 0 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 0 600 600 600 600 600 0 600 600 ] +-endobj +-2689 0 obj << +-/Length1 1606 +-/Length2 6043 +-/Length3 532 +-/Length 6890 +-/Filter /FlateDecode +->> +-stream +-xvuT64CwwIwH030)!"!҈"!))%!]Ҡtw}wz׷gg{׾}\X ph#haq112B 00k&@Bh( DC0@HHIw$1gif/((/?<؝(3n8 ?hЏ!'( иgr_Xcl Ё!H `qAAC(GAN$BߥDXj(rmoKAAQ(78#p4h +-0v'BH6  Ph uGYM4~ D΍b6a~LJz@(@Cѿs9B`(Ƃ#h`PPg  PX,N'h$B". Bcs;C$Eec 4cI88#ؔ"9GC=`@7u7 `}_@7(D=b۠wJ!&"҆zC&P41  aP86x 7]/;s<xj=P74m':K0B +-KI%d2r9YqF@4 Ŗ,&zz7-8=%h ~A$石-?#xC@$ Tt)}fGfqPwy9%g)CE>)\_XLmJle3sܞ,+$ݭu#s7ȈY--=ʿ `,$> :r' +-J.CUo[WgG{.~O&8bnEϛx<2TXF +-.ѩ97uLEG(wxobNډ0`l"l`lKɉ}K5{II_Y)tdNc1z1-Y1h֕w Ĕ=a!8 AۑƗoV-`4Fw/M)wK<(}[R'PK-CŲ;Nb.m aʯױj? +- ֪_90 XP4wxڸ|8iVS [ӐM-C d ؆v֧cd-٠z{:*C$`ˏ2JSJ#; We8e[ +-" ꎺ<6+WaVY|wr(_~s80ף'%Z~.}Ÿ ZaLhY }&-;_hgqOjaI-Z2ЛR.Iݺ?<ˎtK-Ѷ7VSW5W$U͝o=M]9/W |Ggkpׄ/͕VWpG+}j? a̭1ɎI.w~ lKGf5~eNb}_,:yA9T+"mxű}*~L-7MCb\ n뱈q(;ؐЏ&XVD.VUIJL5}8̯8+k˴Qwʗ?0nD‡tGB+iC!5߮p#7ugҍ[AJb%at<,niS ٷ/L>T^?wԟ:ji+LyLzza{CKBDHF9 ?w.3sLh[hejuvo۽]ÍEUӱ]&箺*L|zdCtQN޹[U'w&[(kZM]ΔSîav}a"U;ul/GFG[nz7[pWy ;0{N3,[4WkV- +-Oyކ>=gs{Sq@{/ +-TI9PefՍ֎cTi,@gs&EcɴOk0nŠ&#>6.׳3Q*jkq>D/5Lu 'W̨[.wyli֕-܈7{=)t_fKA(%r7 _cg$M2?x3@g P{^JkA[e qTb>BM5 4 9Vyb,58TֵAP,"Ľ*b=‹=zYv? O#sVEA?i֦nnAM*qމy䷞$YMJ?ެ +- Rgy<},%=G#ǐy r?R:f&4vhܖe 'F2﫾ZLs*b9U.C+KG[1'rȋ_SLG)gYNP:HECm~;&LĹt%SMh7:qRގ+_73M?",SG^vR)*q3AɚLuWa$SMnRWsG-i +- +-]wPo\]فnhZE9Eo.mTG4~$$*2ܛw~4^<)WznH˒yot)yisْcu.&N%gx-M:} %i +-zd嵲Xv34V{ tJL٣x7T9J+>s?[ VAVnbP+%qT&3_qjp*;6œ")a\kwZpq R讳|3dk$hT?P= ;c6օ6AkB|U`ȞM+cx~I[ù7|2+oգ%v򪾰h;dtX~dEc~Zu0 gڔ/j|_tC󊣰ITWؖ]*kTՇàY: E's#< O25mzCWD23ߘ 0zl2T9_]M j +-jNҿI.ag(~/bi=!}c+)W94sPrF'7 Hm Rj\P:A&Gׇ<ǑOj_9JG'6BgxWzה&a^ ϨQL95H`r2d~A@_WK}m]{/hzk]SKz?2;1\Pw&j?wW懡B9xswBֳ(M3%m]^;CiN<l&F*5'\#6xf=qQvVaxyP1/`ȅ`Y_apf +-u?d fa?M"#A*\zP2t'w>I.K_.~ JĶ^4x髵Utrް6AZE77^fȫ+k;q<`{O o'Wn_Mc͋l)5ĨS,&ԍ8x>KOu5kUÕdμU}ƙM#߅ϿD\ia7 JSul:WTd$Q[r=&AUF"V~,As}|fd hJ7A4 +-cqK_h%=c!bL!l^x/SaZ*.)]'6q{<=@tᩰW=^{mel+P6V W̮ZMk)=u% +-^\.U=$ +-]:q=ANQR/a3\q7\}ϚNZB~&pInH <`CQ.6vؗo)RP'u U2BeԖ>ֽ-? xqaд-y۹nyTYke9OT*Wz -rWrt`̺? l@+iI U+¶_c)nbBz,2fsi0D^j\aA7[Ɗl`LWegުnj]]&tC||a@D@MHϻ_'53OK1{nH.ةTs5sg+Mѩ;uQz= +-^N{#Z`ݶA˔{B"G$IrGmZaEIs<" +-/uwټ!@BمwCqJb#Jg՞f@rH]HVjv|8.:]%I)g БΞ%eMNkʾYx 3l+p׋Du2r 7,1Ad >Nq҆,>2-u6U,ƵpnT|9Lal*G!D{@d85PNzB-oZUW1hvX骻?ݺ)/f8gq,gΝlUq.&dڭU  TҲ $6TaxUIq=ZqQ /K+hq뻓Xɽj~/NV2b7e +-&|&#^d +-l7 +-/.p;(SexEn +-RVkuUڮ\$;N0(+zѓW!aycvbF +-׽'b=@%Rd +UfF9gʑ+ CC8)t=w,J 3W%4Sw{ɞ ׹ +- ^J _bY͆/n7z9|#6|q+סJfr^%쵳fe;D0jwO&AzU/dw?^|ho|6j> endobj +-2688 0 obj << +-/Ascent 624 +-/CapHeight 552 +-/Descent -126 +-/FontName /EZBKUN+NimbusMonL-Bold +-/ItalicAngle 0 +-/StemV 101 +-/XHeight 439 +-/FontBBox [-43 -278 681 871] +-/Flags 4 +-/CharSet (/comma/bracketleft/bracketright/a/c/d/e/i/r/s/t) +-/FontFile 2689 0 R +->> endobj +-4580 0 obj +-[600 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 600 0 600 0 0 0 600 0 600 600 600 0 0 0 600 0 0 0 0 0 0 0 0 600 600 600 ] +-endobj +-2368 0 obj << +-/Length1 1642 +-/Length2 13785 +-/Length3 532 +-/Length 14666 +-/Filter /FlateDecode +->> +-stream +-xweT\].\C Hpiiݝ;!Xpww.7wܙ_w^{SN*2Uu&13 Pdfbcf([ٙ8A|LJ@3+9-Bp@` ?@ hl|||HT %@YM;L<ytP_mAv@{;:[V@ VF3@htz/Bhe +-wAN, {3Jsf~sVn@wS_#dg~ rX8ۃ Xٛں9@v;*ldGUG`Kc_a dWIc4(eY9;{~'sp; g+{fpZ;i޹: O;8z ?r;m͙cc[X#/r ?\s:}@ {f {[E~ SNG'jn.v 9x4YP5l\+Wk-?ٚ+~1{wuظ9m,m4SZ̍mf@'[+{+`V6)hokw,:_$I{G5<2_T w{*L>>n7!>ÑLs8!ScS:t`4@`~/:kPn{߀P"@SM{EeWmǃZq>Ry_jpanH4EN[%/jIsxCI޿(DΉzf"ߗ22a@6 F`ʷ۬cN +-̀'5eq˪e|8jdKb";2 T W,tZ>}XG0vYoރs:Lw*"αe|v@>56xq- +-i Fsp ;(r +-n@(>k ݡD+<6S^*_$L[nt4=пH/< O&ieãq(n᫿tpʺTUħ#40Nqލ^ڰk AԮ$2B:c髝Hφ;w]7&pnLJ +-'b9smw.[~'%`cYY{+H:xQJY.*dZ]h݂a'7mrC&CU:P<`ajtP$,#nCqt&-.8ɻkLz+cu)Ea6g?Sfum t;;TO/ZU"~лl꿝nhиYo.yG8@/NexAC *Ө dmx`S5J6o JU9Kc?Y\V嵔5irS3C [*h!I>KM)s@leX>dxdZ,_dzYTίm:h17Wl%ć'}ՙzGeDٿR0b18"[|s +-ӂRLQXt q:0^dYO#f},Ҋ!˭SY0_xeXGXfp"hxfi#ܕOSgYsN\-gJZu%"9-AMڬuBx+| Df!rpD/=&)]Wѿ|Gp{ŢRԐTR+w5bYBٗLtv~:9QtsSud]ʹϔ$-،|€w$VkBίP A/&0P< !=&RHJT5D|ǽ* 9aTOxƮLy@pZGyVzZ(< vh4A¨+,|"Yt=daCd]՛s\Yb48k +-L:.:&ΛQP =Q4YƉY^[u'zC+}4+ߘH `>#,%[F8nb|[PtĔy4[--*z:TU~[}Aޤ *Aɏ_o!ǺSrEMdP%J+@ք4sǚq2R &Ԧ/^Zel2j:2%)mT4?JA8^Tغ= ٦Y/ANtwnyMTI3l7Rмt\Bb䛁}=Eh݈OӆR"7ѳzP)-Ko*k *%}g +-Pޣ=/F-lE\pi4K_e9.bWg֌y>`Z<ۅD*#A$Yn'$87܄/e01BG GZI<~5U)h=*Slfg\LU0,FtsBoOFa,h0Q3RH^e'N"VqB0SĭUC%E44/_.1138Ohh܅ ijY*3:Xz4ބuKds Z׷DU0vUHwkZ6f]!|dWRQU*.7y)Z(Z KaD(9gyҏb=\2@ Xh_1QX,G/aFaf>6}6ςhc\ؗ;A"տ3A fN߄΋WS׌ KZ':yb>%Ui\y$nӚl;6F l j8'3\ǯWKrh8vA7_ +-cUPﴂ .̮tA ?\DvLFj-D ht⭷Ԓ?ciro:+,/̧G2:]rwѥTF4ŘS>wir>;׶5*Oӌlnz՝%;)%#aeX/1ܿ}=:>JX8=ASv!Ŧ5k_]QmzD:g +-=O}>Bkª?|)Q@=ֈfvaZٳ"f;CLۘsJ.ƪn#S۴E;JCWQx"O_}l2N=qP-|896=ܐ oQM8R6eZ-TONLJ^ 2݆-RKIck i,^n<bS[[}!vU=+uwc[vU n1i4"[][7: +-Dg-5;L`otNS6eWĢOaOuM<,̲_F;ƩhtOaIȀu f-כ[fZ_$Uc^oUN۽ӻdl[]}ĆԘyI[`6;[Yxk^I˯n*6Q{sȍPF΄ %t决C:QjbHki'Z D +-Ijz\\Y}PKd $(}xb;ҙ-'m8aOIyR!Z0= Ɍo~fGq@}!/JMU4L0Ҷ"}EJHJfiX$ۮ‡[zgZɝJb'"9jb=ׁ ##t@a28V* \B8,tWz<,L$`K/iG&5ĽݯV Nd%gT%JoOIMAg +-焠~@z$wB[iοPt V~6CD*K&a.(ϿQDz Žj~K1y];0D/ _'rqaC/#!i>6A}*]4\Gn$PGQUN9( 5Wl prV nkMt[2.%1޺.*; H1BS1mKw92K5ى5ji4"\y)v^~q` +-H,ƳK#VI8"%4.Ue„HAUb/0@z00qC4 sƣ*Oh&̍Ub͵Ü6i-8U|mד0&cVl7Y<%'NѨEȢ2l1*7b un$_La de{&>.Bw)ƬYvh 󸺨/Ʉ8W"WG7.fѨw6xt|ORP!K)|h`g}֭ꢐJ=3V5Q0Bjlfڐ6 g& Ls/WzTjMCHxW Ay['@6J'bܹuggiSiưgI249u~c>rS%5oݕXg#b'ޙҢ]r )+؄ˬ(}܉]rV܇ /l56@mT1! U3BmqS8\4(|:'8Eס5/9Jv'xܙ +- ~B#M1f%ln ^v\1OsBnC+sK"OF.{} At:"oFӦgJAf좨I#of%V2?UߨF +-R*Tаܺm<*T< ndUfEJK\#~ʵ?,9> @Q}FK{WS3խJ9bj$pnkiHܪ# fᢒK󞦡d!{7E{1"e:bP: +sԅ5u{d@(41XֳmED ^:r-D/ -c*i0Y1"w@uB){ԥ)A W\V-o^"qjJzmwgN/SrcD4|{;5Yx~UEr2cKM;Nʽ'9XW +-Un챣cL~#`c_)pQDW:S5zFc:1jp0Z4fceH0e&>@a~Ё&b +-z|ftRqَztY}M,$te:Jôc7ߎgumd Xedy~Q}.(sl =2gAvfdC\1fS+фg, 9L# *GՒfN +-T;/^5؂KGF 9Ee|83(hn<܇𻡫),ڲd!:áeحxzՇ +-20T? ;G*4 +-oC=(I +-HYp ߲}[PNV?|u5['"h'WV17d)?ݪND 1ip.1v {ƺPZ&nElELRDhmӄ"o_HMkza1A9ޝ3WYL!hZ9ŶqP"(H&5U)5 E0LW b*& ro"G/ՃͣR"|eg:R brIc]xO(0Kz̧?#~5/`4Y2Mѻ8$8e˻ΘT8M?xl0|=h<1`ߢ3I73f_p5`iyo=?!= +-dFexHbƔ"^o,ϡs'w}jfj兜S+~[.B1Bu,0돸z5yΝ:P̍ +-Sՙq&l)+12'4z; "U3N(1xN1#ah~KXfAvGMuIJvjE愤tKM'N!ekwe2BR6׳␋ƒ{.;|:C2xj ;&&v0zs+Ӧa-32u( G\qϗLQ|VQh:Fwuc}SmdvZW--W%rܓ.ړWq5 Ԫ +-K2$"U0t1ZcXHDZ)Ñ I%b[L7po۪,gai[#[TWgV=YA y@qL~g%D@^~ɷVL$4m'Z}?+4oV.s;^sݯo,egoRM%<4D{Q$ -l6sqiaP[f#j*`TqMzAxi!o,IM{+ߊoM`k߶*^sKpa}cwņ]{Bywrte3D@Տ l2֬eBvLr5dL7ND%QdCo"W $4sc/aPG|Z( T+iPއY#wO䲌B9FoeC܌%|%ZfNJF'GI*^zvP;4$ yX>[AF잪 (.-^0zg(E SIOzߺr܋M!z2Vql%B1 eDFΎ9+Qw0xϋW}u *FWO1 ȸ;Ujvr_fJ>u U, { ]hu'Vj5@&kPb}!8.?*4 ,C71-d6B0A hT#`.|я2M{ƅP}vb+<^4$caBRʊvD5{A<4f6ۧHk +-GR֣mbD'L{&?~ٕK4C7Dog8t +-b,Xxi#w:JfT; ?t+*4.?+􃅲ֳÝξJOdc\ m: ]R l'J,Ysn?X>l#xo͎~gV2?Z^xɔw!6G>!&b\Y;HHpu>.Y{9>+G>2njRkΑTW[,!Hp>‡ezwBA3Է&5-D׀h+زrܻY{[Fbje2a^E$`s) Uo) $l=w+th3ӌ*MZNJ/MPsH5j~e8&6cvh*5rO\)S26mg|S4+2ـ|nɽQh2%u+<}2NU䲯BRmG tUK6C>ӓ*zB%t$Ꙭh~JmJ?֦1[)v@ZCp%']Jb$\>X{IK̅SKHa .g&Sgc3Atlf34bCRpɞր۬XTN85PD=vX+e#|~+"E>R:5 5ғ-Qp~b؟p4h=n!)7-x„ZL(EEh,<&K.Q\sRI*ݵ>&cdLFQ w.5Jw{!\P?/(/~][Aݫ +-3"?^6QڼFDNvVxve..`;n~&*z˴ l_&f&Hx ?hq\eE8Y/x9;ftu_ס?dDQpk8ect6hυ{9&}ép6KsC2nw=ԂYC5N'aHC^hm1"+R9mȒFoӀ32O$#ɥس5{t8153ѫYwԐ +- X>}5Z_ %}@3AF&_]oDjubU@F޺X8ѿ7$ߖHyPb?䶀pQ F!q1~&]̯$kaA4^(R0eQA/2r2:d1qZd>G6"k7+%ͯzŌ,ܕ$2r_?mŁ.J]5boDLyQ[u7Hֆ1KN1K]mk+,݂ O!u36~CK=.q +-j#LEw#)P_fɅ?lg%sjR8`#4W~+Qb/LЎ` u{Ŵrd-e~fyY*RǏ%14~qۃǬA&v[Xj+2dfH(ӭx?m.nŅ{83Dy)Bxʑe'.D}L*{ A3Х"]dq Q%^~r3pm +-,ѻ >k-c a_Iv4~(2\?iy +-kK9 .x]54Z{ T֎fbtEo#ITqKq̃Aq*Nu]{^agKSuf#Opq!Ӫywy|:$%~-RpoS=6:H ? G"kB?վ`̘*ʬؔqSg(g9֙nIEkW8DP63c0#} w)s vW'%S\mCr7PTrDpSj4.{]!/;;@o ݺ2aOGڄ\ +-jf(1M_O)T> ij~S1(5|m?+i#NKOىzDZWbYbBů{-ش +-@/ Z{|_2z+3in!b`if ^A@P׵1/EڍhQՆ, ~UJ'Tdncxf&Eb|z(ص&zTܷimkb8nrv!Y~Rh?@>…B^c+ëlj:6jqݱaT6 v=rґI(MD&2x~)|nfmi`T싌-oRI>+1\WE+2X ]?iP@kGB"[2͔5&zGy!t<}_X,ꝳG[6ϯhj۔r ^zi%J|1h`Rp]ř]fW43J{{fOM+[t +-Q7C~ٮa~ꭧEhQ+άwG ҦS?qgoA2@1U]2誉¢'\MĂΘv7@cc~ZGSL"gǯB!DӶud'0)5+rNv,NQjINq_nvcAmQXk*ζ>8Љئ1(Byb]H .tb`q ]e {"[iUkMda0$V<A鳕XGWVZ!Žۿ2IG 8U6:8#MӲ44#S)hdILڅ`)'^S),aþr-E!l7%:gQYܮD sдeѼR59 +-P~س3&l|n"y)"P,3)T`P +-ݼ>u"n-E[,6^m d=jYC=&Ѐ@l|^+9r g]`ؽ|yЈ w2CsVJֶ좣a6u>8ڠX*t)z;Pb[Ss\FFܵ0sҐiٵ5G<qA ӳkxYpx걁𰫳%!riP&_iueB7 W% G * 2b5FBt(Qȴֈ9Ȉs7ۦ(8a,QJg|~j7/ʶ\Um)gîeE6ML~eH٦`CVX2_ <<*xA*tݾvO|%?Ծy/^]yzTamSAz-=@e+bێJ}Y|#JHF e{^?W6K!ΒeĎT![4;|k?k[H08Yn[z5XN=>'h; / Iendstream +-endobj +-2369 0 obj << +-/Type /Font +-/Subtype /Type1 +-/Encoding 4578 0 R +-/FirstChar 2 +-/LastChar 122 +-/Widths 4581 0 R +-/BaseFont /XYZICW+NimbusRomNo9L-MediItal +-/FontDescriptor 2367 0 R +->> endobj +-2367 0 obj << +-/Ascent 688 +-/CapHeight 688 +-/Descent -209 +-/FontName /XYZICW+NimbusRomNo9L-MediItal +-/ItalicAngle -15.3 +-/StemV 120 +-/XHeight 462 +-/FontBBox [-200 -324 996 964] +-/Flags 4 +-/CharSet (/fi/fl/comma/one/two/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/R/S/T/U/V/W/X/Y/underscore/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/r/s/t/u/v/w/x/y/z) +-/FontFile 2368 0 R +->> endobj +-4581 0 obj +-[556 556 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 250 0 0 0 0 500 500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 667 667 667 722 667 667 722 778 389 500 667 611 889 722 722 611 0 667 556 611 722 667 889 667 611 0 0 0 0 0 500 0 500 500 444 500 444 333 500 556 278 278 500 278 778 556 500 500 0 389 389 278 556 444 667 500 444 389 ] +-endobj +-2205 0 obj << +-/Length1 798 +-/Length2 935 +-/Length3 532 +-/Length 1506 +-/Filter /FlateDecode +->> +-stream +-xRkPW-VDV[pABB&XH£|T&$D11UQjTmAh UReGZ?}s=uq +-0$qd(Pcp1" +-4J +-_@&(\׀i$!SC +-acLT2L"IT b` " PEPq'ހ BA\Z +-)5\YkQN*C“Yuo*Q$z@~0pLt:I@ +-I9ޜqz(`*\G(Ux\=ӁpF}HȇZa4‹ a`$؃5fSp-(KdǿCMH9N(`'P u$nl4@ARX٨p:J8<g#Ũz({^<&KUImx|X#(BA߈2 EA|[l|kFM_d{-y*-N֦Hp'%ShOGV`m1ɆzZWeݔ!ތխGA y;&S;;sMw+{nem[5ǞfȺҁYS[3Gb K[[cX&uy_ۗ61ƥ$ ۫rZ"L- .tsB'5uz%.ɵQ۽Uޫo^r'!t܏%luxyr/lsR!yqle891@j,Oynm.'ޗ -sJ:3_߹"|a #ߎ9s=\U)}E?>jܾy;IxMoM/Ws|ztpDβ+y`K]zGqNj,İYGz@caS!)I,uՙⴌI+&|ZКˉrO`a>LG͒×XEHGjhL{ku-.`ZYu%z6}q9'6=Ͻ#l_<:.H/UUouxIxά(x57އ4k +-5T`uiȩdҺQ}}?1l[fXGN.vU[Ji`_zk*M-.[RoZjނdYiWw\E8 I&D3C7SB@ŐjJDi8"endstream +-endobj +-2206 0 obj << +-/Type /Font +-/Subtype /Type1 +-/Encoding 4582 0 R +-/FirstChar 3 +-/LastChar 110 +-/Widths 4583 0 R +-/BaseFont /VSJRLZ+CMSY10 +-/FontDescriptor 2204 0 R +->> endobj +-2204 0 obj << +-/Ascent 750 +-/CapHeight 683 +-/Descent -194 +-/FontName /VSJRLZ+CMSY10 +-/ItalicAngle -14.035 +-/StemV 85 +-/XHeight 431 +-/FontBBox [-29 -960 1116 775] +-/Flags 4 +-/CharSet (/asteriskmath/similar/backslash) +-/FontFile 2205 0 R +->> endobj +-4583 0 obj +-[500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 778 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 500 ] +-endobj +-4582 0 obj << +-/Type /Encoding +-/Differences [ 0 /.notdef 3/asteriskmath 4/.notdef 24/similar 25/.notdef 110/backslash 111/.notdef] +->> endobj +-2090 0 obj << +-/Length1 771 +-/Length2 1151 +-/Length3 532 +-/Length 1712 +-/Filter /FlateDecode +->> +-stream +-xRkTSWRIzX%2yj   `,/7^zD|PIUEltST +-@}0|VXT`]]?g~͚sl[!p0 #Rͦh8,' p/U* y<> =H"HBPB2L Dj5 "Lς!& F8 A))MT[fKex&) +-xLˤR$j=`%#Ńj:fS5Z;dh R qt&5~+N +-CV33+!jD!B0`pV3٫Hf0PR΄qf*! +-%D{9Q `Oǜ?b$сD6Dr;%h&Fir)8A!X`D1Hgr)S,5965{{S_ U\Vހc8C.V"0ML}扫3l8ɇ9to) +-7m"JGÿaAJ^?(l:]es*FRf].oo@sp=ҡ&χ??u޶~}:Z4WO7u[쾆܇K)gcy\^k NOm{X.a}9M):)K-qe0pb1&`)ί9\n`~ 44V=Xv7j 7%jЋC %ԉWߖ4ŋoև +-Y<?FFx-ɳ޲(}AJ6R]u'?.Xaߗ~6vFX0o1A#MEιx1l%Jc¡8EU*?چЉ C'x>Ii{D1Kvlz yoh1ӝsq,k_ 2V{YLҠ*M r O󰸚K `vVPS^n*!*[.9^i5'C+vA+#*'}vOj󝯌urfT)}(ۛPu-n.[P dxl=KWM$w֪םk8[b:q6QeCGw^ʎ|#ƵL\:>~ú<0WԤhj0XUbq:/*PN6"o> endobj +-2089 0 obj << +-/Ascent 694 +-/CapHeight 683 +-/Descent -194 +-/FontName /JAZRYY+CMMI10 +-/ItalicAngle -14.04 +-/StemV 72 +-/XHeight 431 +-/FontBBox [-32 -250 1048 750] +-/Flags 4 +-/CharSet (/less/greater) +-/FontFile 2090 0 R +->> endobj +-4585 0 obj +-[778 0 778 ] +-endobj +-4584 0 obj << +-/Type /Encoding +-/Differences [ 0 /.notdef 60/less 61/.notdef 62/greater 63/.notdef] +->> endobj +-2086 0 obj << +-/Length1 1612 +-/Length2 19250 +-/Length3 532 +-/Length 20142 +-/Filter /FlateDecode +->> +-stream +-xڬcf]&\˶m˶ymmFesLo?3ǎ+3וWkEĊ*¦f@zf&=P^KN.dfbe3r1hL,,fnnnXr JMY?-=w@ z `nek% TPH͜lƶV&9+35 `hjOi Fg3$oE7qF!=ZVar[#Oa 07iZF+g +3SE+KNˮ45sU_331 ֳe4/RbNW_]T=ۛ?""o'7!3!ۿ`s-od[2 +- 8YQq1emW_nfafbobR7:-3 >P֤Z\Pk]e^<|q(Cs4ޏiKٗfߗze(Q !B#jInBIhoZIY` :ԭ0$1"rxblt!mn< 9Etc.Zw$5df 9.YܫES=[f _Ta&l4p,|/Wrqg,9YP`Tv4yc? ə"]EɽtWEd-s"ÏK]6uryzNY؊ gg-EF7bC3r- +-SR%J]~+<5uj2ԺUR{K::,Cr#H1'u·N~xlQ3\1I`0`U +-i0vQT޵>iT֕8M#fGcu"6'IFټLڼ"{!Yums$Rq"Pg\O=׃rP8FO +-(;EK &<#"3;[QR.`geYDijxkIbL,]R].WMAhpҶloлotdM*f Q[e4InjFÅjɯ*c>˱60f4~6 +-H7I]{jK>,?=zJn9Mf.͐5|IBOSk8_Zp4g<[8qsZ J)!^ X]TǞ qe] hV40=Ybj>AO߁8A:W:Cg,{E4+wD⋞>8`XtVo%kȲ n Ay%xo֦{ESj7QM;[:?VvGeU3C.;5 GpNe{+r`Iw:iV}/F!~~Ǯ_lJ!}&Ot+zeQ)+m~7uMvL(/`Oluuu茝Uk.h+5@t[+XVm 9LYMBAKKRBTzϸwI8R$g5 +-p/Sb;|FbQUs.êa?LӞI3[nVbtLSk6.MLΕu8{Zsrkt]pY>4"XvpW8;be}H +-Σ IJvu0Xd:FAK,~K[KKPdGAT#X`3Ɓϻ %#.nU~3"Ӎ.`*8u۰^s͕]^;2:.HѐE+ F_lG`\Mʏ U9q=輽 .T߸.Dj70(E7󵾷lH;L@3Ut +-Һt]uP}~=c" D=nF*ʌ8kFx8vyZr6i,8%M<>&1`ϹX^S46\.X|]m7>o0'3V# * ok:wb0u$S<$/FdzܴҠty ƍ[$4+\5sj M rjxfDلⷩe, mD ./KpSVݦAZc_4Sf# +-%2" n,˃=|O=drMa5ԒXF3~ ɠ1@+YQ:D|h ɤp8C'Էv_NZﳆmR! t.&SMr7HxVڜU8(TLOnɣk0RhMgqia'C2117,4_wɖ<0X.=*vAR2;#<DI_8#NSE`W՗͇DPCFؾ_1_uN/_$Zug|K& +-Ow|݆/]ՐOމ`ffli]% I j426XA%,5]\Lix]BUG8BBtAr]!s7U讟^N/awKn*P2?CCãx9 +-C(Yp-lK*@`f>%uj*GGV'f=N 6ւ%FN*l;7 85x2CQv!v61zt;n5N[%5K +-5Njj겭Yne$m/=<Ou!:|CCGtw$wańtJ FK&&B \m lAf.[=D%Рar)ZzݕTsB[^^)P9?"#q"m_ D3@+MlڮXt7L8%~mø &uK./+U=e@0]-PR`,{?@jpEcYE{u(hk +-v#I"n:iKk&Y )JCi 3`G +-t+egt{Ok38ETVd1IS֒HSc !FSILO3荭WuV<\\ds۔Aթ9Y)qU -Voxu %Qg+=vniojs.|1);l=jl@s_gӘuA$eK@hkzL_/o< ee\ ehym)3%#v{0[0FË{FWn]\UQJbz=McljiX:IX7YѲv!}d$ nVI)'R@ v9V|Ƭ:!SjXEՉʼnGklY!,cǑsdSdר)e]A}{p خK!{0xcoE `œ`@ ^5!,zďy +-&^A\i$]++~$ ϥBDSքd@D&k=ECba;oJ'MthR+VJ-bHeA(Ԭ}UΊhYc&zxP3IT5z^U:Aqޗ6}bCj),[]hS% ᧴sFSI$ >(H&|LP{Zܣ2t6LnXn⤊3Kzw!Cϴ.;$oγɥa9s?S`m%l7G`,W^dIx )j$=j54%}/k@a|;zg+%yC@X?-::Z 6]#φ](L'Õ {.'c]UyqNQ{v=SG-c.2'T/Ggap J~qvZOjga?jK\N">~IiQp:dXŏ<eÙ'7*ey-FG#6zsޡ %yt-;Dy(藍U?'׭GAHs.΁M!f}n݃Gmyo:꺫TŦ "veHKڹTz\t$}ٶHY7iS#V=h9<5QK)B?\WHo2.C<(jf̚(WQOe-o5W1awhmCE~]}1L|_ A+o{!./Y3;XCT7Hb~[_{pTeɯ⬅|2 /-FQ{F~91Z,Q^'&rT(?ߟSy6y cBP(6Ӡj%ۨ WdHëu =œ@/YQ* ?NShBBMGg/I(M` )v̾N6.+,FC `Zf`g:E$n#,7r>-۵*y1%{J@1uI#ZY,Se^s܉mYK2Mg;͘W'CJͤ7 W{`:Bj|J$+tC3Aq+0J:JUUrأuPk:ƹ/G!ZMHBV0&OӞ^"eA +k, tt\c+2,F'a"ErOU`aiTY 'ُC!@{SפwevBik))cPDu꾈'SHQ}EOoKՅƻM{Fʊ\(IUJkĘ!' $UsLƺךσ܎ Z[yblzb)hZVPT0ͼiZ=טs,B+n\p-֌2Uú )#YoSbEXmI14;yɶO +-%\%uz yRx|cvX!s;&tav"lK?@~P! +-YA 0P /x׬)PXI<["p[AF~-:3JĿX{ #DtƧ|[b{Ay:PjM{^Au-/ٓ wk8 IƵZ]N+b \X/#@'9sݨCӳSiHkN:e"W[fZBcD[h!ƦV{TQ'Du f4> TrXMtos#S Ó#kɔm, ߔMʎ]YYǯoUEkj@~7Ca۷'y*.T*/b ~UR88Ս,ȼr<%/yrEc k,U)}j#qKUBϵO̬:;~axeS+C#PIaK:pR;EbTWCuKKՖ@VwC6%K BkfYv,@R k.IX`|ʟAc` V׼@7>~gH`j{/p9D }q)#0dQ'.mF&G+^5Aj']bZ[yt1gG2<"HX[2|f;v~Rz⤝4M'&Bl:°n=j؋ '{o+M) 6Ty[8xa֩R>+ML@-|I;˞bU,;\vΑX!:gHNX`xSl~/rn1 0)Z՝f趆Wfǟjl3YT6qzi! +-5=cF[Qej;讎zV(TDfGup #Y&q^?}lgPa m-3MIOXjP:]k~Aֽ`=xfcfɎX!YHa;а#T-c3>~xrք[d$|w(ؽ\Sp`'w68"} q{B'S͐0/u%oVhHUE nsAZo5&שOVT˸MFrTr.䃣Cʬ 68Q5pi֛Y2Z,':aGŖK!-2澏sHg7$&vDfj^!قmZ$^;UC牬0.V  qç0(c٥o}7uaGu,3χ h3m1w7wdSu}}m3*WYѫVPJ] +-y%V|iy%ӱn_e?o(Klۯ& ̣?Z\QA k= *]]^髬zI*>wikO3oUW-_'=ش]dD)A *YodIsV4o,@:I:/wZHø +-&- SНW#Hdڑ.ni^WV"~%:Wճ;cNju::PgӠP 0mwx.\‰#Oe/tO-zѝ7wiAי&h\[cC D!' {L7}%yUXX;fK>'s _:dx#ȸ;wZ:LYXCdshBj) *ȊW"=ݒ?uP teAЍq=S"A_4vM/O Vb_09Z8*^J 86( l(:ॉ ׷ +-=_fkyCҋTQә1x-&p +lw|9ٌ&tT5߼0. VzrybQt⇈zuCU4Tj٫I:ƶˑX{=7g~"OZvtK廰VDQ:_+o羚KWh vNCҗ|aZ]#ٮ$UCdzֆ%a0N$dOnXfJ Tq) ʏXY1RXK)TvPm!:m(\ȑhIXW% r'VaGEA jj(ɵ|H.V>b< ݽpsq +-\yLfezOŲuR{G@)YJ<2  "z_ۉGD4>Fb`Y]:3߾3DZP$2g"Y]lPdz?ǃT{ +-ۙw.(eZkgEhC@.H_{̉ӘR#硡n +-ѳ3k}Mclzd|4-2)}}LhFl 0OBikFb]2ɰalA]< y6aZmsc!sx Lp;~PgBk&86qJԶ%)"n[VK!I:8Ttێ¶b~|}xn4t.*}] {6x{!VI#Xt k +-uoHN̹"ALE%V K,ԘM;pl٣yZ̟34tG!1T`(w)]Zx-8c&g.gCTppհ#`V XTSiξY&V"ܸdmܔj)iHh%HpϊErfG'~5ʮ}_6 %K,[|4Qv 1@U_G=*JG׹6o6ZЕqӳ{wKD$nm˙YpHxG?%t^:+h,r!G57C A64,8U#H=s6Cq2$^\[4])b;J3 +- f;z-5>м&:_\`@>x`=?"B_amdKl6Nu.[I7J|6N O,aDb5|c@koh^-&I:UJY߯Պx?qS{˧S82tݡ:1?Jd]abUxoO[r*[o\)}"¬'U#˜z t|+~iVs9VRk xoFɧoB-&}^)\cE+O@{+cg;T<)U +-|/2_g _4 lc<=M0O^?L]6Rko1AΪ !>JOʏޠbEG_ pZ=#l*^R@7jp/t#WRYig[xJBH{AiWʧQ :3 ]πZ$32VPrS/!f?8~j\Z2Pqo0mg0Y؉/^_Ș9v|ǖ [:ډiL*,A#DG\.V .UY5}Bl\%џn߫wErV'"2'?ZP+MʸFXxM(1cʔ_ or&- .h”n- h- .I4&~#Fo+{H Ig^Cx<^ L{՞tE1E)o^֪d15tX/(7ᾟ +- jf{gHdc?蚨=g`sj4@(N/Zm&~b6k|W"}|%GnIE l7 ׉߮sc4k$5e<ޛd ŵ:nΟ]Q`@y&_8%)+x촟ć+.C?|(Uz(a>we0^qN>~9><ֿowٛ18ړ( J!v@T*l1oǃzC`8?6%^*aqΗ7@!bѻF33%ffShEݪ~MQdtbçK:48 >dÈM{8{1U"'9%Y/OыH p iL\G3&qX@FeiO]ڙut|gA(fe#z=i߁'HHfs.C0*Apsf؁][X){(Øq"~1dId aH>k)R0X+Cߋ݉ZH# 6 V*2'@;x bF=Hy A”^B\>)o<QKĊxs3AysbLӭ]lnܞk\(\!<,0nF Y-NO4+4E-pAc%{jO IFv0DE/F눋6OUu} dE1OtB-TT^@>g nw1P!~&ߔ8rM5[5P."1BkѤC.8(#+ 94[B~}":d1r/P=8PhT3曾$̐ki\fJ2[ZonAlJNotͩYr{C"64Ô̌f$^{`S 杬\jBŜTYq9=i|NYs^Hh(V1j]~xQxL˵ (OLq)8Z"@`J{0-$.~:8mOQnM Wϕ8 ] m-"4Z@VKZ宧Y;tS&QXׅf&/r@k;_~Vx4?JhB#sMZɲXY~A$ʦ=D~klV^ +-|cdO}o%UI݉kAPPt.]xUa+jM7H +-9Wm kF+ aA{уOR >9 `"|p:[d><:;y -ѵCwi8/;[[k'ʐ*$˞tjD.熞޵A2(r6v'6]9 XY$J40x-V#ˆro23Vxܐ`"dc#],BoX%dDgIZXwP=qk:C)#GC} TpꙈ:K?do"hAccV#'U/]gĐ~a~$*ƂH؇sx .8?MHl:T|Awf_a!L xOCwyRUU)|`FwbHB:#n%CsAR2:xo-5Jtصi:E胐H!&P+ Wt;%Y]Aab>F%뮌ό%-ѓDgz?SjEμݲnB _c+("54KI^U1shg#*tp:r$\ v3ね-VQH?OECRAmRv}7Nae_Q2 +-gz|Q|Gk ޷IJאt'~:kƬ ē81 +-q0Us?*.P>u4VsYK: R!z/"<߯] WM=oYX` +-P lXJ|эk1ْq*ג"m]sc>Shvj9o<(t9V1E}8οe 5PS%g傘rd+Bu%|s-J U~ӦY3r &l!c< (}2XD&/' z&i :Q5 +-K +-ᾸqtTMYc0uySw:`6? h Z ǵ4A^p GYllfw bQxn/5q)-ELm1Hu *U1{JX풶8vXƞn"v{'I~sJ⮤щnFugHc@Rԙ6DCfv¸PGu!N/l…>]OE幅dt,"3sQCuVNlHK|'s*5{D߀W9xK]O1 +-x5ٍkk.1(qu2MDvPJ DicL-1$ &8]qQuj?S}MYע4RM:>++:pjJ㪺)( +-]6pJxJPgkX+/uXALP}.BFcU^4g8šy,B≗S!z\&73Dwgz"bhW|ЙhD鹪,/&lq{3UuHKhFeu}+"GegE;"R!>MPuwTL (==aknyC0g㜙㐌N<‘:{fqNeD^ BtI22*T8;{|19:+M&g)՝-og-Nko#.2|3ybxyaLhͬ.[Tǵ!Jj"hJ.FքP=S[nh.UnG{Ǒ4H֘Ir[rcvg1ǑYh*Zw{*4F&(0CuSj]?EXGXN\J.g~h;W{joߟ_垈0=Nl,;>;3˭"Yl9K[AEMN"`BiWM+VKЖww3rvḶV},J0Է?K8^rb(ġd9D?,,=m..$y70^`݉6խ~P 5=i$p S4e35̄ gTy)`Kr8{T. q!g&d~e,39KPf_q1dfU:"6oj?8y839L\~J7} b-f(j)x0Ǯܱe?Z +-uWQwT*b9Nd糨B,5.4:״C{:D̩s|Z| s$%ߗf˞9\|놃|OK\7}7ᔶgdؗss{6H[]W$PԭU*ƯGs^wNd:\F/ہ̋.WVrfe3>pĿj'nmуZZ $iؐa|x;7BA]oϸ# Xys1^1{g'Xo vK1G+:IԢq\;󦪄$5-eman@+3y0[^\[|}3e[9;%h3NIr1x5t73na~WmDƋ/;3a?Iz]%ҙ0=1)}:zLtL6:Lpnfy0R]M +->Cq%D]Ka56iuf2|:=q +-M}|9(W!Fsu4skI0I4Wv)|RI#N_ 7:lI4T0'~~J͢gkXUJç[At]hw>=o%|k& ~{QF(} wp;\6 m?ΰFɱ:԰Fu?( +-:fSfC3|~H +-[rX:ԝxACGI>mT#$DR\CnP ^iw'ҩ8C7j\O3a\f^h2s$[agwS5EdžyH=##^|!ge!;yr1=v nbh"J>4AJBr|GMq4\#Ēk}Hb~ફ}K}e驯E͑Gnyjqˑ57ZP&3T* X9ն'lV;Q;tjs4r0FkauYu +-qMZBX$KgkXP`.ݢCA(|W&PA"ci;HNp}_ ({(2&]PTئŠ'\tU&{Xh#KH%Es+{Ijaun1[y}? Ԛ>M" +-V+*W\ti[\lGաyw93Y2oaeϿ%eB !TvMʆx)QyJQOZR";9] +-ObESU@ w+&$c?[gendstream +-endobj +-2087 0 obj << +-/Type /Font +-/Subtype /Type1 +-/Encoding 4578 0 R +-/FirstChar 33 +-/LastChar 233 +-/Widths 4586 0 R +-/BaseFont /HIWWED+NimbusMonL-Regu +-/FontDescriptor 2085 0 R +->> endobj +-2085 0 obj << +-/Ascent 625 +-/CapHeight 557 +-/Descent -147 +-/FontName /HIWWED+NimbusMonL-Regu +-/ItalicAngle 0 +-/StemV 41 +-/XHeight 426 +-/FontBBox [-12 -237 650 811] +-/Flags 4 +-/CharSet (/exclam/quotedbl/numbersign/dollar/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/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/R/S/T/U/W/X/Y/bracketleft/backslash/bracketright/underscore/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/r/s/t/u/v/w/x/y/z/braceleft/braceright/copyright/eacute) +-/FontFile 2086 0 R +->> endobj +-4586 0 obj +-[600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 0 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 0 600 600 600 600 0 600 600 600 0 600 600 600 0 600 0 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 0 600 600 600 600 600 600 600 600 600 600 0 600 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 600 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 600 ] +-endobj +-2072 0 obj << +-/Length1 1647 +-/Length2 15785 +-/Length3 532 +-/Length 16666 +-/Filter /FlateDecode +->> +-stream +-xep\ݲ%(FKh1[L%̲̒-fd133~:L~&"\+3wا(IEMRv.L,|E=<*UDw$]|-@h +-`c"P<@. U-Zzz0䯥3@ hc` sKP X  @\I4FZQ :MBd +-휁s{'ͿS{;3?93uf@S?d rv 9,\=dgjjO +-_/׫Կt4vǷ3/ 7ifoOJE]Av?L3_@ +-dg0Nf6@g4ٝdo`/ki@.@s&V>M]!0s^d,:tsfhalfog 0#0+ڻu We"7-?+_\mlmAcl;k2ۂl}n<%\a*X sÜ`}e~^єdnCn-u$A{/(D_6p({<;\3!֥Na4LN|˴[BʡqpGwaǒ 1 +-NN)]Y`q^K`~Tf0XL:EHJٓؠOm:{N(K 9,=`N.ɹBCʅَ L{AٷFy#n.rW1рGhZ?|>40uh"' +-\/LUxIҘ@PO=) 3eM]|)8ԣx 9q?(ow~`P| *`F#͌0K}\"ƲF^*j!RޜW.' uϿ,!ze'YH\v.[ĭ7),Iߧ 3*!0B\ +-B@1ngkIU"[8RL (oS4&qUiwP&Tu>r6^BWFuAbDC2ƓKOnb зsm}{\Ǎb+⚠HVt3\=ѼC&he=.YGtoy"KpKR<ڕj9 F]p?(2[TGz,@Ⓝ2ⱟ +-~`bl +-؈f_砌@k.؆(P`t\FtFß8Nxs%I_FWv+QԿOUe*%CNçf1_o׉UWLJ:݀ dOݶT!+6:q7CT%^W~4s##r/jctek%1ŕ4P;S0پw~K$gq,k鞫CTG c?^#^>w 7O`` +-F9klC"I !pw9Q_5z9"L7W!kO?'XDCȠ)izW0U^*)ǯ&GC{*w?ճ}<٬Z[ZCDڶΝXl^8i׸XZQ6)\y] j4ǥ|^=#a|/^N]-@{;[ݭ +-zVV*zo Cg)].vCjA4L +-[A2*Dq հ6#5qޔq'!4k4Sb%OC2Y* ?mƩ(U䗑+Y݌Ϫb-pC- hJ9%tGxN4tBĸk7/KΨo'KV)B2$_xukеo*]5mA֙wp 1B1 ĂbbR}wQ 4)1(=w~+ċg?;8XjDZMy*OU/5\ʼ1kEhG_.۝B v񴨄~CDb;#@f,8ߓno&RZ=c1z@BBVhL4Mnp5 ԑ]O6)~neoVLqQ|]1LĒ}c~YtwGK')-OSrˤ]ظTb@9g̬~ڇ +-Dԇ*'l4g{&,{GlEE +-jC|ݖW"'^I8 22#Y?oS$aTpdpwRKm|!v:`+ӨϦV YN .1[y$g l2VKcuKIŠR#u܁2Tk/h(TFaf"_ J.uL 77 !PY Ͼ?v\ϝB2ۚĿAs_I{ "vӉ32Y&>se{5R)ee. +-c@d.#ϤlfZW#KGe u:ޓJvm7bQrq϶c|nFi%T'Q%\jE;leEh>'=~B2.Kd /.Q>qLYNyxF1 ZBht*A?|w-<ռh5M:[AqtҗJ'ZZ]zweR^}A*:88 v>$]}x0=?bPeeq :hZ$*1 `9XR)dDci ŗ^7<Vߊ95%Y0 VU\p1sǠк p8XNJtVtf@9 }ڵ*Nq]տqIdy쑵XSoyizw*>R-'jxy΀I3{2mil~2e^t)TnIje1чK.eTk"6{k7),hk592S=qivV62Xtu/3zGMI]q=tʢ IFY}b\<#Aߣ{_AKЖwژNiz1.RLCե34$[~`,\)#jQg\ۼ +-a'Os^Z"Z?ia9x ]4M*ͼ>"($  O_״Ýjb$|O{E*M}ԞeK!8,7J\to{Y +-*YWF٦6@yߨN,8?{ Yѥ>l-ĥ^BPSM6o|$ur6zzǷHAh|+vO xVRw >}8 jμ_:>7@$πq(>o'}<ʙ#Y&*F2%oE^>L {0..674ם#$*}z<F*HnAT l+Hƥ4Z=M 8$ax\xTȭBMH'ak\ўnIH?2G1NPxThҤwkh{+&pGqR->Nr3\UxWUҺ=\ ^OiLiqzgO1ZmZw3 (+ֽr4e[DXV]O~H%F9l_CӀZPz&SQbZU8UꭚW,~#4l7jv 7<1|QPtH +->C !s,8e-g 4$eɨyj83M]WRcLUT!F?L S>pj0q4U=MW:mfӦnq# +-1OoekQ0kE[DP##oAlDx v +-QR*\gF\Y!E\Ww1Jv8cʅqB2U>E_B!^6N$wo9/ɾpL¸+uMŽ3nj +-d +-n5E!_2n/)#w +-Huʱ^ 8ymQ[ c@f0~EuP2Q@9]]?߳/[,nΠ&%i~lSxh3o..Z+EcփL ]˞H1v鼓l n1£&D/Ge gf4,$Ƀ!,e=245KmnH4oKq γ{J w>gu Of%JG*ySdbpV"o2faCef|f5W\Rl jm:o Asͻ;w7/z'eDLj3j)˚݆m c`w-P*Il6m#v3iAM K[lmO&NNյwYh @mn% vY Gcj7 0@H$qs˘0FsxE:3M1K_ys!]Kb:L߅'],!/vx|pJUdS"9q\IׁhPDYHt? +-dxK7 c]^ +i[Ûac7Sf4STGaJ#o=H-IN>w+ Y|hm|be$,|ǓKEET+'!=xdB\L3,y<8,v#;.P% QFi-ЯƐQcBܩơea\3j{!^\,`\{/YC1 sf7G/j^>k,?:?X9ڗ!\n`l066/5\tAF2|Oe8z]f53f\K7^cDZ~Ku7I/BpX舶1>qqwRm9w]O3=BR{թ^T|tJny?=bd{a(L!?gTTQԬ[%?e-Kn~i(, ?-f R^VԷi ^t_ZsC1k@$*B|+Ws:SZuR?+YUɲ㐵Q _"kjA;L$͓$/Qy|># L1<@;<3Dz+X+5y#Gfkrwbȍ0NLM]?EGLJ[x"Ѐ)*[a%x,'99ע\'iTw-i+Z#M-^rȸR;N^3a Ý]Z esn'<r=W 珼 pY(meÚT,{JV}B g"#SqBGȓL5dPZ"eFU{nH_jwIwݼs=qO$?HD8*dke٬HG`Nm[޼k7lJgYsssgu7ԃݜP/˛F)'2nÌXL: LP1Co?R#+ՈjNҭxXpx`xJ1x)&])G'Py +-s,ѵJ"-S~%1r]{\*d 9Q(Zb&⪅vR΋*株 3zg5+ +-NqppK +--KaƑQLKoA\ kEQ r'}&%U^[/ p#Y#Ǽsu(`}BU(TC@YLDJ렂9 nȭ8y'~``6նGVL&/i_Qٰ"zo|Q@cBRLhq[4NH*9zA76d ^#ՙ{H';l];#^ɛ̔JjZwz`h*6YKK 9At +-2Zs%xƣ8zjEWhuA}CϞ*gyw/kzS=2''%5Dy%]y[r,ϛ8kgcqSĤSG:NCKhg0~4Vnx n&9vGC{=֒a o^\c($Wįh4G6K 9&f'm +-ϰPפ&:~cs-y-1^mAu#[-g1OGGx2i9ͪy\ k )hw0VyQX3'W׸5goR' {{n|{At_ٕW"'QߺsQ|&r* f~gYq~:*[3o1D^LQf>v Vm,a蝏x0]0ҼK<4 cR`M29QP(8N+r8d_~NXv[Y w }ޓ?oVp5oj5k8b牅 DּQx秿)}06."傑A"rr{oecC ,?ڭd)dtxHEQVy }( >˗ZD_X??o:qsВј|x9ytjpÙ`n BM? \ ER݂xJH^ƂiL|asP==W:C4YʒO'lM[F&TʸEQFvn:]h{헛uf'{a8E " |vF! *f)/DsAslk#&qa8ĥ:b<"XP=0D$o:8?tO޷~EzK-h?T̷" 6_;_ޠN~3WIj-4xp#2U6U$X>ĉ$gÆA.C"I;3,rv T 2ƵDF @fKjƫLo(=uȀ >fU^>y:11Jc|C SR~g1'ŒG=6\]~=i_5'TA~ɕsT(ad¹kȷW`΍*JvHq:?b}56Ik䓲T-B۽I0N׈`w@}(mL1>]jI(AACVfFS=#X>&ߑTa:+a0I 9~31-$HU .X!r|^BN'@y?YXrЄIYG.UqF-[eNBjlI,dyT֛Fʹ017Q/Sܞ5B?8bӛsw^l )ջ7NdƼ?= >}*qEg"Fck$]~"J5@•r(d#w94#m)>`:X [lRGGEn C,J|ORѾWȲy4hDD>|3AS{ZeKqY2~S׮՗'xL]y^3d>4;}ө mwSt5/ϬK8Ŧ"HP2ՅU;*,;=+i~Y wbHߩDSHU,2O HE)5q-7Dyi"{H[mT2pw[M 1$?U(D60aZ:W\}5p6SfuMXν_)7{ 祃 h=rnB +-W +-5^I;oLZ|.JqVC03ʲ:le$Qq0jCB/B!@[l`XHЂaYzCt$F`06sVV ּy.2q+O12xy3ƠBa s<7^V|aJr6xF?ko?frv<CS)1,G5@HƣؒN5DRY`wA\x(T4Pf[XdrC?&d9;š ψ)O0!S(EEʶB|B>&ze}>d!a>>.3C)>ضMO $S&>'IBGPE(Eu9N92Z1>wwYqBק+cl=YZo)KA(q\{ţ~*wmV}~gg  alY-&6׍䟒2?J0a defSVRwaO^9z+H8Й]eiW.חB^Ynx̼((c!;))B \ob#L%bhywvEΒa2Eкkt)(ymXߓ.pfqdL>ڞ]PF[DPhxv'k"U/E٠N#F!&oVbagVL2w xr8ɡbO4 9{9AШo:@;%* h7+MfJúܓ \ZTZnK_ p!T2u״a'ĕ%[׎^17z^l K?9rc :Kd[p=dI|s %k#։Yc4TwUCf4Џ]v1b}=w-y: ˨qԺI(vi a/񯛻'^,+|z7&TƱ~(UM!ak-,aRԨb)mKXޮD/hw g7h*rio)"* UX8ǣjsM*wEH q nɡ8".ekoN[qob?~'|s3^>)߈Uu:|IaRkb( |L)qziߖO~xBUt(2em#pu~E'~FYM(1|bJ5]QxQ@"̾Dxt DUTer3Lgp@Do}I iMQ Mz1j:> +-}I^dD*˥ޛה=J,01XoA Ñk,t)QPi(̎UWzۆ(M'"vG%Pj]ܰo+ݢ>0 s`:eg'?RیU_0|? "o԰A$% LL+ӢwDE^,B& ĬR4#n!z3px{nSw~ 5&Lٓk!sri҇[ªZox;U643Bj- #v'aV|Lp*X: IoSJUjyߌa77$u k)h+6Q93V T3~Sn]gjhrj/ZokAҚM chʼnrkß*d3ݭ&D)?`ȚeŢduAe4B^0'/ԯfT/FJFȧ} mq }Q uw%Z=vVUXfTfKp qBWmKl3*ٹ-=>)܀u|EJpUGy:'ג7Ck#_2P^ t C!?Ÿj:JIόiCעB3/sԤqQ"W +- :=)$5 l.$qǂ+?#!D HZz css[36o19}L7i8裄t i'`s=ۇ/+g7![Shnf\CneC֯,BskLd~lE;Xťm}7yX5 80):O֝}@%Z bkҊQbGh} 4j>P)o11f}[;9= wmE4juV1g~x&O~'1cQ.&ԺܲWeuiS+K>kyj|.'P{-Xޫ 4\gޒCS>򙳞K _!çT0}q|j],'P5˙ +- 'n#)sԍӉx펣S*V/YRvU W43dP%2"RTW;^3·紾KD O61,6g ̩EܒǛgIQ4OțY +-M3ѻʺ"TPYu׮膸j $R oNPVȼ{;Pfͤ-CQkN4;t`py`iA|K7J#T1 M; gfubLO8{p+2 ͨ쾲G֎7GBnG$8K"''Ƭu?M&b #<Lt"` AK p^P0ǪwԚgU͵MFEXb a>#GHpfUqkijqB_Bj•BrLCpZrXb遚V%Hi! +-K)mԊVjK(sK<O4h{2F*B_[V&Ny̭,E mxA,fDV_ +-|b@>iP`ew07 |r5I?H`I#_JI{;g'9c4[]Z9 +-pG 2LOٌ[|e?4IO3` um?[]q^N6g)5[B +-;Oz 2SI-nŲx^Tpr7]@ ]nLjp$ME`4Յ\f]bjŤ*䗊.-QTpvoݞ?Ry03br%`v\.6ύlW08 } }u~ك%$ϩ}H=b@_ϳEPK9)={Vv5C/Dy{/}jM'\E(8}1PnmbYC?ÌzV"/ |.'@X,gD|84:GmqBIK]܇iqj ٵth$} q*D> endobj +-2071 0 obj << +-/Ascent 669 +-/CapHeight 669 +-/Descent -193 +-/FontName /WSCKPC+NimbusRomNo9L-ReguItal +-/ItalicAngle -15.5 +-/StemV 78 +-/XHeight 441 +-/FontBBox [-169 -270 1010 924] +-/Flags 4 +-/CharSet (/fi/fl/quotedbl/quoteright/parenleft/parenright/comma/hyphen/period/slash/zero/one/two/semicolon/equal/question/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/R/S/T/U/V/W/X/bracketleft/bracketright/underscore/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) +-/FontFile 2072 0 R +->> endobj +-4587 0 obj +-[500 500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 420 0 0 0 0 333 333 333 0 0 250 333 250 278 500 500 500 0 0 0 0 0 0 0 0 333 0 675 0 500 0 611 611 667 722 611 611 722 722 333 444 667 556 833 667 722 611 0 611 500 556 722 611 833 611 0 0 389 0 389 0 500 0 500 500 444 500 444 278 500 500 278 278 444 278 722 500 500 500 500 389 389 278 500 444 667 444 444 389 ] +-endobj +-1625 0 obj << +-/Length1 1626 +-/Length2 16792 +-/Length3 532 +-/Length 17721 +-/Filter /FlateDecode +->> +-stream +-xڬcx%vض*N*[b۶Tlb۶SO?}ukb1kQ((3H8102ֆΎJr<2 &@_;FɄnb 31Xxxx(v@3s': Y OLG _De heWДPKʩ$MlL +-ΆV@# ф`j`dkc 5GƿXŽo?.z5?0s0q;'["d`7/ 𷪂Ŀy:8S 5ilkOKu28Lܜeh0:Y/Ύ@b@p013p02qt W{;;+e+q:9X2±i]10nl?}.&?;C󗄁;IoIʌ}"7H"OK>'3?+h&f+bke>)'#1+ 3#@G `j`w^8XmLXçb4GLl_EIDRRNJ+P8?Z5_`DDl ,6vw/!NfCY73˿tFQv21iʢ_EjFS-vЄv_ P]IJaomm +- )VS#=XVT&yd4\tL%igꑞW2[Zj;JPSl0WO4d.vH>F)1( hg OTC7t1|.Z!UHz>-.s`;G' 15?5 zV~C2ӿ FNgsl46b7R.sCma.AĄgI[Nx3KLFUfbvZ!GyH8u&8.H4!e +-SA樱4!K=` \鴱N1<%"!d(k_ +-|N'G 'EL~Tcn +-'B}0[7||eD%KkP #d$(u7ve&$QOX7 {6WbA~\X6!jMBQHທTp@&EfW5p'uKrxq[xVv]tI"w6\}B_{L'uϜWTş*t}CtJB{KK'fff Wa/TojS\DmP6*WWAƍg4+x#E FK;#em1p4RG QLTP$5R0;ڃ7i-}j5Ew=Ǹf/U O6aqAZUpĆO:l@#Uwn^7CFz죩ܙ{1)F>O]1AwIR<$A4XoE +-i$ѿE2]USAz{rD¯miGn9!ηG% 6a$+ő_pHxqԢ2vDÒ$y4Z`Fcmƛ0h?oÙ#'sfQĽ6~Cd|4)D*~oPv(#dnzJ.s:c QYo!"D#hkJ0xp1mTf_[R.56b3?'ug l؉C#9b0=XR( bZG.9 DXߜ5҈DnB6T:?*i*g%xz é}9| +-0='X# ԡA7hJE[vϖ%TN\Y*95kTmwTAEGF FcW4WG +Z1nh5XkFhO*],Z x7 +-Tu*V`FU3<&ԣƪ&DbVI@UӤTAsN]ICK7yA\"iZީq@"-j;۴Н}>棇&}Fj +-`UVz{!-{:aZwhNC›x)˧klI=<" ICp_Ul΁=-ٌ4(͌*~A y˙%ď8iϲb_h$µ'zؠgj}'Yǃȇ́6-~T0UlsLG3:^:ȝ +-r~} GЇ0ݬ_sbF 6~v d;K،U5#"#: +-vGՁ]5Ccn_>ZAp!}89`:ǻE֔5< ?)I(?^Ern au1&<sZjSZ 54&+z\ C1Y]yr%ݗX\>NP7W"QXlq/E$8vÄ{)a'tH/4@V1fRPCo+;SrD/ҜYi&cGC,,MDyսQ'f'O) e0Jb |B?_JA7EAcϘ+V%" p+ 2' MmA#c.6ZJy3s%ځ>Zg DJJ#p'$WsZ.&Y_|5Z6먓:)rщ8Ds)3o5=\L4yoUkU: BT%Yvɜg&!g,L^Gb]YTpf7/Y6R8 s4V4wus,",ۺ>-VgȃX,ߺ(ϽqB +-^Tru"28-`7֖ ?ڰ@k\ԧBuAmq_[c6NTWcKy#Gfʛ@mO Ç +-g2PI +-䢑R t@l2K>p%=vr:ǭbEl[u_lջ5wN1z} [1F xdO%7Dҳrܗ{vd!Lr큀pM US[8_9m)d;uc騞i B]2P}8AL{پg.h)nCw7a{0>i<N(3W(|zq؅QV񿬭o۸NA(9ꨯ~nR<ǘgy❥XE/S)PU9E%gtX*.2rejA8ѡ% X'&1u (nrg/ƚUN:=;zL3/]NItږ5qi={Ceͧ(i1*[6Ujju;XW]iDhE}yۄu1T@%P^JWD:\v(ZoVeGLށ134fk 9Ȗv1ϱ/0wU} ˚y{Qɩ1D#ֆ2 @}F*}_MGH=rT)$磈a\J]}4Gugq[ AKM^*raM=Gŭ8nBn~$I89 ͞Ү$9g>t{GJd%r@F޵;L[^O$8_˫镺ư$| >S>Q:Q^STUZ}D]A޽Rl;Ƃy^( +-nkIM['9͜^ Nu)Q{3BAI8֍7e +-,?5~-c}U]kA'BrY[]]>9)@+v|xZHr}qB)B +-1jRN)45ðUzb"EP.K-2aXGHީ,ڒo?0S8^Z _\3(~ϔR@ԁSV6Qͬ}(ԧdzE +-l--5#`KRFtٟRլHzdnEqzZ)R^:z2׀"W 'E*]򛎙?vifWmi[7Tm;,y|r4KL0=km1\-}C4 +-.<1b%T,b kp|j4|[|=C7֧<|l`}A_`(h"lg?SA% M, +-ox-(mI mESZ;\$: )C1)),uZwE%LKƋ8NO9˷qe}S("v0$@fdY`NV^a5U {ݖ":X +-oC8REY8ĉ=u'CBL1LUoh!YsToO +-z\(WUX[Ymյ#w#[JcmTè`\{8~2=8W9/3v +-(c#MTneO`@ 65qx'CO d!^NA=8雉]S )kiÛÒQ)w䳶$b$+bh"ykyQs>:N$dLI)փm..ki4Nqbz NKhs=|3(m˥m2^@`TcH^y!Г̃S:d*\FHHU>T+ZS0>'8yx>njVR{&mbnwe58jBqi;bԑgbDbz^Fok]nl$]O(%?ηŅTch;,Зg  om֛ؗGQKF@F $HF#wtؙUцX.M)!N n$?RsEǕV}F"! ,c ?X/OП3bd+̨]tԸ:LG5H7(?$2& l:D< L2=4*gAg3Nu}pB 5>Tv`!T&zKGiK¹rPr%Q#?^.B@էh +-2Js`PV1k_FSG+g8ssZX.hu6.*PdSA+ΞD?ɧ3[vk8@cfAȢdmH`]Yŭ5>{8SbƓH^3ޤ`'lSR7&Ave܅J 8C_Lw2 Kh3d!WAK }v/`PKF̬XFJ: 'I)`玭ǩҚ 5d. nG$NYsvA|e0F ԡ2%l e&-qT 2IvUփTO-RNCG".n48WdIIc130vE> +-8_#SxWHw|,Ԟ-c$rjODGROp7N2gTwE/4U 0ϢNfj=*~br9ڽVB]oU+䢕}zj9 zڢK0lD3:gRxIMQ&>L)b̚mc SADo>;kWx@L-3aW@C6A4.Vy`Gs8 GHgNqp,c2XjƀTHkvzHHO඼1?I{qc_Wmi +- DkշҸ(1]0GFgPogqJ\TVGóR\hʢy%)9 DEZ }p#(G 9NIuE ^TIzV>m{\ɟ^ h\J>g{RY'XÞ6 +-! a햩kOW|Xp8K5A]I Iid yԵ1&g#< +- m ]yjW  +-`@8>Y2U[,e@8>k ߚ#/BaS3Ǽ\r C^TߥOsTU4ҿ;_* KwԳ&rXC uyALRWW`C:kr2ι|"\ÂpB-ǂڜ2=Jo=c&JSArR`v̶8X3΁g _l"]+9ΐgۚyPtG7/qCtgdf.7"]=d*N^E?E89"Xu#r@ }LW2$ ^vL5ЧU218c$!M3he6#5hKt27]ɅpWeO)-߾4zA."4'i IN&͉vo-(9+v=H,5Uwu¢vi~7>AC/g eX&qۗ zkw2mgHke;ь\z^uJѴQ]5xX/6,1}&32b00^v߰YHZu'p#HltwAtcs=-E7,-J5 {#=Eje9×G/"G.f.QBE_fG•[;{uJU,k؏̋kVm,~qN&&rRQt >uL$Q5KuM_ eL59 -B}ɚp?纃hKtS%-#eׅЇghϞ[՛yJ7.:7!ꏊFJ9D.~X9+܈Wv] AWI&Rcm5C!uxXD>y<_6rhRZ +-o30S8Oܜd\Q>қ%QrE Ga֒8u9S=}O`"E޷T7;x(&a$"bFk5Xq?DKi9J:zZCxށI ԷDzB?s45&&+K o,F$+o8,B#~ߜK8Bw~`osGS53*,'+ZC%(85Q,<Ҡ 9,cZL*O)Z韪+R$IP?}3HiG-*˝Qb+;=;ġ~~ +-W81:5)`MN.X#eB޼wh6'qMD &OϾLզ4U\agzsf[ym椦V,R8iN$W/^S{";L}HT̴ ;GHgldBi /~FӉ;D6\#Q[LA_|*VZPu U4f 8ʨ3Ƌ%)^: }:Nh.NJ=+/XBcq}zߵ|O&2[?53O|ǀ7IZn\wt?㦻Ć4V uVFoDXb0}>%אpW=1@jQ-n˗/mN=w cRy*!9g=9_=%" +-kI3c'bj+$uK'~.z,^܎eMEz:gw-<̭XT6(35*J|!eLm1Y8py.(ZJ"{IUONo$5n٥[1?EvaHl@.R{m6I-qPL,[R?3ut8Mt{N$*S/<*{מRh3G9岎1uN֮zXlM2bGI90obI7;TLi5cw[NfxIM@I[=Y 8}l-4G^7̴f_W?_YܪYn2[zI4 jCV'VPe'ǀ N0% /|l{'m^@cv.T8knwngl  *~x/ +-pG'rKC~ \ZWGS%Lכ:DHgFHm JI0b,=c $t \0}׻,"Y/WQӆU3+8Ɔ}-˽8RW&Nf8_./4߭1A(JX[nzٶyXO`kYao%AcA}@^Wc:AP\SlJ<ƥ2˺g#10!܆fc!l*jQG *+3BrsZYPZ h$dI&꽬y۝wWx@7 J4 iɻ:j:ȯo:xW>%]CI/I<ʲq[ǁ+Ls H(]Sd~@n5k6RDluFژ]Aŝ& I29[Yz#ǣ9LKdj D ?[=˃lS~m-WT|f >dmg2k#ln gեM%m[SGQ )t * vYI#¾hܛ4oK=ť=ܩ`+aE We1V z!?1>F:n +-55*iO);ٝ6ںh'X +-HJS[ +-yAC]S. +-otScʓ-/Y/OB(F\C8--56\nP h")G5f; Bv%EW#+T&UzLgn}}4Yp,˶t2;уP+ЏNCc/QWKЈ|xViUM$JqQWW/bH.w&EՑPV Q +--t A(UWx.Fo[f(fŽ.3KTVϒgc&CեoxоLr 1t6V_zWQ tމEnCոvBKWxK)˝(#'KI +-m 2*jCt)`r`Z"~t_7i0^+h[7"z|LIpn E㿪@m%YḲơ ё;>k =q)ȾI)>yna,&_VC:pS1'%HZEx +-\UDAm V.j[b^EOUO0wD-[2J*؊<,wZ[eyxʒACpL~)K$qk}Z +-xZܯ 'A6lPD/Vl}4iC3;&4H7L1>Ugx4]C_*$L R;$[/ƜIu{ۓsL?8ޝɽ' |no=˜.]e8 < E'|_[I1*c覜H)N8_)һzڊ+WΛ;P/~k޸Ǖ-f/v,.҉,Qes~BnQN뵴\6պ^EI +-16&YF̫wcQhmR+wXc#*"%\#Agؑޭm%\́:i ӝPM}c:m6<2rlIh |~2Ty""&oIo62vVU̮'ed݋y.Dmi3z34$.1-l9}vD6滭.*9Ҏ,=f~my/Iv'&WoJjN@1T}&"FhZU9)à;k j e8k)w_ig +-#@:EF_a/b'l0|{jU&]~/Et4cWpQ"2SzwƁOoLW5-8wrcBbj,l'Zu7^j9@Nb1H9R)|?GTQ`tGXAs^hc#E;kN GzGt_t`..~UA[m>d{PM'\Çt֓z0Nj ܇Զq/hD*X›x'#ߟ_|pҼ@8 B;qcB7X7Ⱦ; 6*1ԭyhU(mːʒ[TƗA?wX>A''܇ (8)NM\9"- %FR֟GÛ!oL WJC qXTz2L(m~WJSwE9ZDr-6^EL[2Ƈ=4FЃayѦ`kܫHyk!A59e/&Pj)~zYH4b_b:gjz!u[ (v>~"QKoY;^rMMcLs8^)|sAv38{#6PbE5n+2CbNП`Ē+,|vJH2:u8](anC\qOsuNwd[~o0Ď<Ud/uўMʑwm)@E.-ɐGHA_·B6b}ѓͳB.<Y1 .ba":mPx5Sz.Y7"!Xi$,,##of"'w#ִ{WeK-~)K?Yw E*u(`͋xǞj=w0+9oQZQ9 *5>, c4aFoGF̤%jxZ8R&q-O7䆭68 $t0I֠֒Y_ҞKs\{qc<I_&wLƂWoFY+B&VK˧-{24f"W?E0\^_ˆ9/}s.YaӋ7m_GK&=X{ J}.ܹ3[g뙻/Ydqұ۠i~Ky׹\V3OgZ9Gq-auםVf?_W[a䌍^"U|յB?K.١ )U!2,:~7T߶Eqw}PdսS$ +-Ӯh)zõidɻm?u,azÛ|{OI~J##>cb`1,O7go{Bq1/;yxU:"#]gߩb86,yu{'oNY~(陷WnY;0MѽQҞ3ոdEO`ri*kYsj7 rZmuK+kâ:3eآ3;tZ8]dj^.V&WX،" sq-1?uY\Bӎȝ{]'q36uWoKnU6iqmko:v;RK'~X8+ez)(Y}EV+*2BLOί- $i74\b`WX7={ܕ rmj=dϔer+[:Wg5qYvFR>yqb˺ǒOힱom۫he!IӘ~]󮞽ʘ[?*> endobj +-1624 0 obj << +-/Ascent 690 +-/CapHeight 690 +-/Descent -209 +-/FontName /BGGNIM+NimbusRomNo9L-Medi +-/ItalicAngle 0 +-/StemV 140 +-/XHeight 461 +-/FontBBox [-168 -341 1000 960] +-/Flags 4 +-/CharSet (/fi/fl/numbersign/quoteright/parenleft/parenright/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/equal/at/A/B/C/D/E/F/G/H/I/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/underscore/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) +-/FontFile 1625 0 R +->> endobj +-4588 0 obj +-[556 556 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 500 0 0 0 333 333 333 0 0 250 333 250 278 500 500 500 500 500 500 500 500 500 500 333 0 0 570 0 0 930 722 667 722 722 667 611 778 778 389 0 0 667 944 722 778 611 778 722 556 667 722 722 1000 722 722 0 0 0 0 0 500 0 500 556 444 556 444 333 500 556 278 333 556 278 833 556 500 556 556 444 389 333 556 500 722 500 500 444 ] +-endobj +-1615 0 obj << +-/Length1 1630 +-/Length2 19387 +-/Length3 532 +-/Length 20289 +-/Filter /FlateDecode +->> +-stream +-xڬspfo&vtc۶mmu:mfǶm3ufj µUjPP43:21p,l\l8ehf.rVXRRaG3 4LLFNNNXR3BUI?%<毧-+hQ8@8B\N :Z\-2@[' %`Ҝb : N@cn@wc?*=; `hhv [ck+7WBv-l)99;;Z;FUwvؙ43v:Z:2L, = fh4\,l3#/?:K hmJ7f̊rs:A $ Ml=&@SXz9;!w,@ -_9_.}b.r6;w Ecm1?yWku?I:m_j-pp(X8L _rU[-/j+T-l!*/]ʟ^CB]AK`ewU<ڙ?0BBv/ZF6-7!N&bϳ;@o ?<Q[c;FGO?jcGǿ$k5@;veΘ;25#͹Єv_#P}qJAo]mr )VS}) kde.Ob< vvzb3Hy--6 E%oS̎WOĮy$>)u1;@PkOFo {qc`H]!"|qT˽S  +-Kj>H+Yqj? +-ҷzg m$ +- +\=ڏ3:k[&@(-Ԍ% v2|̅aSvK)MLFk`FeC=X̼cFu +-Gq5FX>'Ӗ(o]U,H@Bg6yC`$JЗ)Jg96Uƚ?;ދ]6,v]ʾuM7 +-E"{s帀DvpԕGd,06ޱI-0z̯iXL{A|\teӊwzi\>y,^&;rNBKvi`aWLv 9i;HLrݤXET +-Q5h.=e)3KB/$9W 7VHL[5)[ Nsei60yGrKLV[2| gJ^y0R*_w={gY7a`g%.{ue &P2,l~$Kv̩>, ) +-g`% cE+Ӆ(>&(DVElYx͑?T]rsdzlXBt{}k8oFv YYYp@;6qFHsL}?6ݭ+FHq`FzwN9[Eҧ==@T`Cd{~( O*W O0,3浡eI06|9-@X& U%L\; k~gQ4UmKf:lRxhL +-blb +- G~Z=Y$bsbsSgi}A]Ǔgx`lԝ=k +-X![%[uѵ͡gڌ~t3uLaHiV*d coJÛEel1*a,k7`$WCGgFz4ehhug(+EGi)mSuJ՟-9zkd췎2Fc2[/&yyCmzZɧvV4!GLZ; +- EbQªqqo>_H|0;]c-X.,Z+cqPs +-lHr]R, P,hRؗW, AQRNZ~i)sv,Ș%7n^?uz>f {'Znޤ@_Jh]<'3"#U  8!`Y[ +-nϬxCp>̨x/:/5 +-"b'xm$՜ը꣓O)Q%A#}0`plur,. K:y Fwa='ZLԁ.dd0V)_'ןd?Pboq?^e=p]$&,`+Bhj, i6 L`5_lrgL2l$~CK +--wчԭή=/^MW`#w]y-RgaL΃Tyw˕bjńu7TW㌼ӌ86 xnO(o{ #<4S6@-G7_D`> ]Lؘ|b=p}1-h!Ak`b8@rb8V;FO!5kRD[mM1֬@{FJw}\ۃɽ/U;Xx e7P{-'>u-gv}HY}zOhHAS~5[RMC%awYJ8s;%oD tr[vLNUS6Qk|jN]DБsQt !Yλa/hB6H=00 +-1GtX<*B͵)'QXq!`V#4,Lep/rTvx1 +- +-0'NjdE[( zx"#jN'9$ՃkY]zEK Y%OWlفy/U'1]1@\?.5ogNo TjtD`=ssҎ%= 53Im輸wQWF0xJ4 KL}цMF\jUw +-2;մdSJxn"fNbCbv1ɏUqyrÓ?kNJ*79a^E F!ƞe8v?"6.T&߫l[Wz(-|D累NǗsYAY& +-θWj [M=xӘT6džc~X m4%}M!oϪLJu9ށ(,خ>I4,2v *gRc 9Ҵ S4сHޡ +-!k +- S qr}3 +-)NW(ӡ.L˪h g2Yej1y1ޫ?!r"LnxM~Ya +-XXt%?V&~7 .>P=va43G| ¨P] d??d-qJ!^GFsc̃A-Lу?Dh%xR -#I.7OCz1n'P&J3^:be)1xDX͙r$ 9srAWl\&8pVIPUF[f|ˈ@%` C`KL!9.U6(cXDb9fy5ͣxH V*}]/moO;(z-R5$CX_$f::57uvuSMSlUU +-.0VFfzAgV\O 7͇R!~:x+x驮%Ju#=e 37ArM/Qf!ms.(AjxYz[[&\j)F۽5\ 3_^"l8k/x$Hʃp'f,ۇ"?[;i^>YJ6nHiOPcj,6N'JxNlNgTS/ad SO?GNSo(?(/@6~!Z $#4m?0,;'oƻ AYi#b3z\DIAI˶c5ȸG^:X _V5ԭM{uB5L*_f2zyO\"P-*θ/g2@ flYU&.uAAtiwL9Ej5|1wJ:1-"Zx{JHX&v?\Zj鯻' ;ﴭGb+#Mi8)S!P4gx%#\ ga}*\o&R9{&8?)5<>EK?#X'2=◎`+88W+Eф<UR"?X;k0]AXRʏ^,Q?xL,#=+!,@F!h&EwvW~֪+Ge<,TA*doQcAS˽ǫsB:tpe 0&R.rp@U"Wfh,f,IKtRyNq[ (w00 dƯ?d4({<%bk![p}M}߆܌YÓ/s[A $&?:,naHJMgS%&88>¡T=Dc4_O;H?<=s 0[1~2iXwxX?w"YtVT`fa +-+ylU&{u$Μ|O㏋5[r菕qQ_+ H iN3CXjH.A3Uk&Z RAT,uюlWw[[Jw#h#ܩ/ :[/s +-h? +-ʀ=~'nX%'R)essjE. (|Hy`DLZtw$o;7m'o| Q%A}g`؀Xh,dX2'#.velp8a")juPg*Dv_udoXx|"-k+{{+DA~cTPnz"ote]D&薓})o܎KTfc_[֭,ndgJ:):uYodnlUOD.wZ`n})p0jrvќ.fYiweF Po5S[I<ݵUYx|A{=/ICGގ{j'mkξ)Ean7OW){6FZ:LS75'v51E;rPŻN^P&5o6kye8~j:-<(FuhE}52+-F2=t6 вپtp:t*FMޞ>?2FjM*m~='𸾆hC9(]bحgM<ϴ?/cWYXڶlzR7T"Ql.J$QG+x#G˅Ho9ƠYNAҥKykr@TJO4w*Esgz7SK z:*z{6Lvfjч3p#o-˒U;}1̄T<^V:'w C|1" |((Q +-"o{@n}XC?Lԛ!bΞ8 Ƌ73#^MEjV'BX3=$s$wIE1gmbsbV_r:bylWêȑ6yt/S駳 +-FɔZA*3{$Wk֘΍sJJP whhUe~~_ث@XK!%iǤtE>{x:[v*9.8sՉ(kƦ4ap +-uNgH^[bI( (uh<^!h(Xem΄׎4BK|r]ZRtZthT)jdٳNV\a{q٫?2־;a0;{Հ1ݠg +-ĤsiȆå.ALG1nJ|ޤ܌ nuCQ]绝 u0/1$_!UR%`Cyt:XXΞ)A<^hDC#6 r=l/ч=EWo#-bj7fcOĎbl4>& _n>ahi?[(-?_(e`.V"YxHӬmtX3dbFAUKQ S(㔏^SoSY1(ipћ\i:OFf@5klr3fW=My@uysǪm٬q ԨuV.0R-a+02&F"LL̟ p uq3/64z4Tvj)Dke@!-΍OMkTw$[Ƌ H&Tό:;P׍D\ +-N4lđ^qnf) YARj+[،/fWo LA⽹v?˜k≷FEDݳP2kZ=G,I˱WOv3.')z g{pB҉c(~` dB-tГp9v7?(J nMѕ)ߏbzg._)xt\N f̩blö$WL ;@0b']R^ʏh_ruX7ȭ8WN,那GZ&l+]`Jf<37klV"H{FVn[l'ytI`T}?uqx~o?m*GC{#Vڷea͝B0.F<99/twK<>-g'qv^z NHN0tP;+@9A:I܄cD:%[X(67?vj]KF}xQ6,IiN?U1oMtӃ۳{NfG()SK(J4qz1J=o7]t>(|q]%x#.Ϩq١ZXǜfӻȟ$1 +-MGQؿ5lLe;*'ݖ+nGH ™k)[`l!l$w +-JbàeN\ha)IR(n6Ѭ֣!)msJEk5U?y-fKc|k3vgb8$U7 +-wHB>zuɎ)eZ絾(-/nL'ۿa`7aj"gNͪC $gH)5"ni 1Ɍ8K[I1<~:d$9pD Rhqm^h+i +-5s2\LJ~şW2MT#ksFmQzēx等\Ϧv3Ve'e  4G{0lISL"pAD60#B(3+uJ PVFQ]^;v3@g)u`sl )r ThY %|%h` *@O}?+B`b :kR`l)) D׉~F@T̛|6}f1V6"ݼ W՞ɗ)\]h +-}2:^N¤130I+JuTo}j@悡 x2x#RB㻓/&NƕE6;Qp $Bo=gkw-UA ʙŻ1=Xyۺ[92y"L_C<#L#¤&WR,9,oQj- Aq (1;٩$FL ;$ v%M .kcҷy2`q$9Wq [zF}y7:T\y:r$/{['N_ s604Za&tr ͑ Glg诎IsH_lWXt+|P~Tl*P!do߲HdL91?{`PT, +-BsX̤8e*P+^V<1\I& c|\gh6f?d[!3ߝ|-͝1-mGe.' QP(}w圷nuqlCs[W+'R\2%:+f<}Ѧo˟~ `f-&s]q:sW|zB4]}&`˨g^2:6!mO>o@m8G:]wm<၇˄/ /g KXQMsW}ZF(H˹fx.*#-__p-w8yhjϝFUQamA2?ׄ뀟iZ/ϮK\|?@VBx =Z#SJ~ +-FKD;a+ }!p07ǫگ;7 ¢@b5Gqz==bQFj r/9X1!8 +-ׇѼ]S-dh0L*Veх[c؅"w*Sn6OVyjQ9ٮ_RI~%` ks:(W[iїzµ[BtLǗaЌ.Xc3D{dTǵYẏCCg>oEaM~\gf jCU0KZk.gj̞"SCiV6-mpZuw~2s9QqGG΅to>4LHoHxhN/`b (wALMH㱷>>5}`܉ɩvFZ$c`+9]kL]Lok/r2<_i3U6d^κFq_?^n% Y0J8!GR 4/oy9b)L%lQX4&mˁ`גc]^N;ߎ s痯mBKhy/ވ)ɯ[!Il08 +-ev”怮#:2#x5k#MVqA75\vL*|Xp[XM>L1K:ѽY{r,,4̎[I7cDWDl:gd<]g7u)ko9B=Ζ8#3[6̓p?Dfs{58=1AEM鍓 ZQ)_;鞼z1u~hR+Əsߍ{R6xDw!HzͰcȩ>s$'!f4T*HaF2<߱x)/X&QT/Tf,:uԆ<o%[|m5 4x6,ZD˾&YeM˂0GE. jftҦȚ0αI0U֔q3600zC}W!_v;te~e[7>Dwș dyojߺ'Es.D9k=^#tM8=i۪%hٛ:=9{}|ήصʠoc֎ H 6 J{'d>q!P بB8y*ssck͍[OirFHѥzeғS *B~ Dh+~7wRa AF ܸL;d\vzr&IP,keI7Ig.X,lbk Vs(( x :U}) +S|?z|@Du O1] ! `0S 1'el?(G7BBwڨ-1(F4!2̘Y4nQ<:/3YiiS%S#/ 3+ܓ:7⪩Ӿpȿĕ•>v +-nȩ^|~~`f#0b殃P Zȷ 'Yr`ߑ$!_ S91tr*˞7@lYP~7a\D4=lș$~hy01 A9ZZ<u+=6Ml;Y23<zlٿ>DUr2oG'yA8Jݗ =tf2o-xaä,}KqLW'㲱*?~mL]\a?ӝBl 2rX#i{߄H7џ**f CPdˏwm蓄5hX8+Z-^ACI (i' [,ܷd@eGV:EFJt}Y)\f\Ey8'U +-FЉeOK^:+Xv¿~}FNzmUעf٧k- RQbzjdo;?MgʬgåYyӕg>տP md[%[z^Sr:S$q ,Teor +- x:b@bNhZ$D[qH>v&L_邸jkp) S1 IHK2[c/ _%Ώ3ƒ%eFPjt|~;L3=c2?h~d;?}ӢgьA=YŮY様 +-o3Tzda72_ߨz2uL-ot; 37j20C[4":tFM <:" +-m_4 +-d?1=,4 ޼Jb'BH>]KOk(wR0/K_DPc<-MQ|>\L +:ƺRF!.w3?\d4E M lxnWM m"g7Z' ^d#%)(F }6C*d %6u6-?r4YV| "cRkߏ/-*՘7pYHQ 9 hO3ĺ!,sl}8Sh'ہ ^EF!X9黯r Fu3:xcVxǀomRxY61[Aju`e\0?<8?P蚙wo4k }]@.(abv KO +-m7}$Txrl}'ɵJ`+1Y4t O%1pRhZR\C+LğBC]C7 7' I˜yb@?ŠU1|k'e77e2v%\k 4rd`@o[λb0c +-ّXe]aJ<-{ocmMs #_e(w}] `}$[!BRFFQpHn&X8ēwٷv;G[AEY #~P]g zXl):&m_%/,7x nbm,r1͆ +-3/bYJnz:3ƣx;b٪}YN*ES ׉R}bXفSFV#Jo BkvXeV?C|2c͒K7φl%kin9FwaJVxJ߮2jP\dh&~t7 w%0baW=B(&/L TA-IFW,<9mC˗@r;rn= YfZ>XUݔED|jB־f +I#F4E60-?vƐm,ׇ8~_ԥK2I'J/Q"pus +- s +-evendstream +-endobj +-1616 0 obj << +-/Type /Font +-/Subtype /Type1 +-/Encoding 4578 0 R +-/FirstChar 2 +-/LastChar 149 +-/Widths 4589 0 R +-/BaseFont /XHWPZM+NimbusRomNo9L-Regu +-/FontDescriptor 1614 0 R +->> endobj +-1614 0 obj << +-/Ascent 678 +-/CapHeight 651 +-/Descent -216 +-/FontName /XHWPZM+NimbusRomNo9L-Regu +-/ItalicAngle 0 +-/StemV 85 +-/XHeight 450 +-/FontBBox [-168 -281 1000 924] +-/Flags 4 +-/CharSet (/fi/fl/exclam/quotedbl/numbersign/dollar/quoteright/parenleft/parenright/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/equal/question/at/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/bracketleft/bracketright/underscore/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/braceright/quotedblleft/quotedblright/bullet) +-/FontFile 1615 0 R ++/A << /S /GoTo /D (page.115) >> + >> endobj +-4589 0 obj +-[556 556 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 333 408 500 500 0 0 333 333 333 0 0 250 333 250 278 500 500 500 500 500 500 500 500 500 500 278 278 0 564 0 444 921 722 667 667 722 611 556 722 722 333 389 722 611 889 722 722 556 722 667 556 611 722 722 944 722 722 0 333 0 333 0 500 0 444 500 444 500 444 333 500 500 278 278 500 278 778 500 500 500 500 333 389 278 500 500 722 500 500 444 480 0 480 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 444 444 350 ] +-endobj +-1617 0 obj << +-/Type /Pages +-/Count 6 +-/Parent 4590 0 R +-/Kids [1610 0 R 1619 0 R 1622 0 R 1653 0 R 1690 0 R 1729 0 R] ++4190 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [374.944 607.267 391.881 618.171] ++/Subtype /Link ++/A << /S /GoTo /D (page.115) >> + >> endobj +-1806 0 obj << +-/Type /Pages +-/Count 6 +-/Parent 4590 0 R +-/Kids [1768 0 R 1808 0 R 1847 0 R 1886 0 R 1925 0 R 1964 0 R] ++4191 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [381.281 595.312 398.217 606.216] ++/Subtype /Link ++/A << /S /GoTo /D (page.115) >> + >> endobj +-2041 0 obj << +-/Type /Pages +-/Count 6 +-/Parent 4590 0 R +-/Kids [2003 0 R 2043 0 R 2065 0 R 2078 0 R 2095 0 R 2100 0 R] ++4192 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [380.483 584.074 397.42 594.261] ++/Subtype /Link ++/A << /S /GoTo /D (page.115) >> + >> endobj +-2107 0 obj << +-/Type /Pages +-/Count 6 +-/Parent 4590 0 R +-/Kids [2104 0 R 2110 0 R 2114 0 R 2136 0 R 2153 0 R 2166 0 R] ++4193 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [425.315 559.447 437.27 570.35] ++/Subtype /Link ++/A << /S /GoTo /D (page.34) >> + >> endobj +-2183 0 obj << +-/Type /Pages +-/Count 6 +-/Parent 4590 0 R +-/Kids [2179 0 R 2185 0 R 2189 0 R 2193 0 R 2209 0 R 2228 0 R] ++4194 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [436.931 535.536 448.886 546.44] ++/Subtype /Link ++/A << /S /GoTo /D (page.47) >> + >> endobj +-2240 0 obj << +-/Type /Pages +-/Count 6 +-/Parent 4590 0 R +-/Kids [2232 0 R 2245 0 R 2254 0 R 2258 0 R 2262 0 R 2271 0 R] ++4195 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [436.931 511.626 448.886 522.53] ++/Subtype /Link ++/A << /S /GoTo /D (page.47) >> + >> endobj +-2285 0 obj << +-/Type /Pages +-/Count 6 +-/Parent 4591 0 R +-/Kids [2276 0 R 2290 0 R 2294 0 R 2299 0 R 2303 0 R 2322 0 R] ++4196 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [410.919 487.716 422.874 498.619] ++/Subtype /Link ++/A << /S /GoTo /D (page.36) >> + >> endobj +-2345 0 obj << +-/Type /Pages +-/Count 6 +-/Parent 4591 0 R +-/Kids [2326 0 R 2354 0 R 2358 0 R 2364 0 R 2371 0 R 2376 0 R] ++4197 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [448.548 464.522 460.503 474.709] ++/Subtype /Link ++/A << /S /GoTo /D (page.33) >> + >> endobj +-2397 0 obj << +-/Type /Pages +-/Count 6 +-/Parent 4591 0 R +-/Kids [2380 0 R 2405 0 R 2417 0 R 2423 0 R 2427 0 R 2464 0 R] ++4198 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [427.327 439.895 439.282 450.799] ++/Subtype /Link ++/A << /S /GoTo /D (page.79) >> + >> endobj +-2494 0 obj << +-/Type /Pages +-/Count 6 +-/Parent 4591 0 R +-/Kids [2469 0 R 2507 0 R 2511 0 R 2525 0 R 2556 0 R 2589 0 R] ++4199 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [424.199 427.94 436.154 438.844] ++/Subtype /Link ++/A << /S /GoTo /D (page.79) >> + >> endobj +-2618 0 obj << +-/Type /Pages +-/Count 6 +-/Parent 4591 0 R +-/Kids [2604 0 R 2620 0 R 2641 0 R 2681 0 R 2692 0 R 2698 0 R] ++4200 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [443.018 415.985 454.973 426.888] ++/Subtype /Link ++/A << /S /GoTo /D (page.80) >> + >> endobj +-2732 0 obj << +-/Type /Pages +-/Count 6 +-/Parent 4591 0 R +-/Kids [2721 0 R 2737 0 R 2767 0 R 2787 0 R 2818 0 R 2824 0 R] ++4201 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [419.218 404.029 431.173 414.933] ++/Subtype /Link ++/A << /S /GoTo /D (page.80) >> + >> endobj +-2867 0 obj << +-/Type /Pages +-/Count 6 +-/Parent 4592 0 R +-/Kids [2852 0 R 2873 0 R 2877 0 R 2910 0 R 2981 0 R 3007 0 R] ++4202 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [431.95 392.074 443.905 402.978] ++/Subtype /Link ++/A << /S /GoTo /D (page.80) >> + >> endobj +-3019 0 obj << +-/Type /Pages +-/Count 6 +-/Parent 4592 0 R +-/Kids [3012 0 R 3021 0 R 3025 0 R 3039 0 R 3093 0 R 3099 0 R] ++4203 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [435.267 380.119 447.222 391.023] ++/Subtype /Link ++/A << /S /GoTo /D (page.80) >> + >> endobj +-3153 0 obj << +-/Type /Pages +-/Count 6 +-/Parent 4592 0 R +-/Kids [3145 0 R 3155 0 R 3177 0 R 3201 0 R 3228 0 R 3244 0 R] ++4204 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [415.342 368.164 427.297 379.068] ++/Subtype /Link ++/A << /S /GoTo /D (page.80) >> + >> endobj +-3289 0 obj << +-/Type /Pages +-/Count 6 +-/Parent 4592 0 R +-/Kids [3266 0 R 3291 0 R 3322 0 R 3336 0 R 3371 0 R 3418 0 R] ++4205 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [442.45 356.209 454.406 367.113] ++/Subtype /Link ++/A << /S /GoTo /D (page.80) >> + >> endobj +-3505 0 obj << +-/Type /Pages +-/Count 6 +-/Parent 4592 0 R +-/Kids [3463 0 R 3516 0 R 3522 0 R 3526 0 R 3530 0 R 3534 0 R] ++4206 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [439.133 344.253 451.088 355.157] ++/Subtype /Link ++/A << /S /GoTo /D (page.80) >> + >> endobj +-3549 0 obj << +-/Type /Pages +-/Count 6 +-/Parent 4592 0 R +-/Kids [3538 0 R 3553 0 R 3570 0 R 3592 0 R 3597 0 R 3620 0 R] ++4207 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [459.616 332.298 471.571 343.202] ++/Subtype /Link ++/A << /S /GoTo /D (page.80) >> + >> endobj +-3652 0 obj << +-/Type /Pages +-/Count 6 +-/Parent 4593 0 R +-/Kids [3642 0 R 3654 0 R 3675 0 R 3683 0 R 3687 0 R 3698 0 R] ++4208 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [424.1 320.343 436.055 331.247] ++/Subtype /Link ++/A << /S /GoTo /D (page.80) >> + >> endobj +-3741 0 obj << +-/Type /Pages +-/Count 6 +-/Parent 4593 0 R +-/Kids [3711 0 R 3760 0 R 3790 0 R 3794 0 R 3798 0 R 3802 0 R] ++4209 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [419.776 308.388 431.731 319.292] ++/Subtype /Link ++/A << /S /GoTo /D (page.81) >> + >> endobj +-3824 0 obj << +-/Type /Pages +-/Count 6 +-/Parent 4593 0 R +-/Kids [3813 0 R 3826 0 R 3835 0 R 3851 0 R 3872 0 R 3884 0 R] ++4210 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [415.91 296.433 427.865 307.337] ++/Subtype /Link ++/A << /S /GoTo /D (page.81) >> + >> endobj +-3924 0 obj << +-/Type /Pages +-/Count 6 +-/Parent 4593 0 R +-/Kids [3914 0 R 3929 0 R 3935 0 R 3989 0 R 4046 0 R 4104 0 R] ++4211 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [420.333 284.478 432.289 295.382] ++/Subtype /Link ++/A << /S /GoTo /D (page.81) >> + >> endobj +-4249 0 obj << +-/Type /Pages +-/Count 6 +-/Parent 4593 0 R +-/Kids [4164 0 R 4251 0 R 4331 0 R 4426 0 R 4509 0 R 4572 0 R] ++4212 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [461.668 272.522 473.624 283.426] ++/Subtype /Link ++/A << /S /GoTo /D (page.79) >> + >> endobj +-4590 0 obj << +-/Type /Pages +-/Count 36 +-/Parent 4594 0 R +-/Kids [1617 0 R 1806 0 R 2041 0 R 2107 0 R 2183 0 R 2240 0 R] ++4213 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [454.067 260.567 466.022 271.471] ++/Subtype /Link ++/A << /S /GoTo /D (page.79) >> + >> endobj +-4591 0 obj << +-/Type /Pages +-/Count 36 +-/Parent 4594 0 R +-/Kids [2285 0 R 2345 0 R 2397 0 R 2494 0 R 2618 0 R 2732 0 R] ++4214 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [420.314 248.612 432.269 259.516] ++/Subtype /Link ++/A << /S /GoTo /D (page.81) >> + >> endobj +-4592 0 obj << +-/Type /Pages +-/Count 36 +-/Parent 4594 0 R +-/Kids [2867 0 R 3019 0 R 3153 0 R 3289 0 R 3505 0 R 3549 0 R] ++4215 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [467.377 236.657 479.332 247.561] ++/Subtype /Link ++/A << /S /GoTo /D (page.81) >> + >> endobj +-4593 0 obj << +-/Type /Pages +-/Count 30 +-/Parent 4594 0 R +-/Kids [3652 0 R 3741 0 R 3824 0 R 3924 0 R 4249 0 R] ++4216 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [451.875 224.702 463.83 235.606] ++/Subtype /Link ++/A << /S /GoTo /D (page.81) >> + >> endobj +-4594 0 obj << +-/Type /Pages +-/Count 138 +-/Kids [4590 0 R 4591 0 R 4592 0 R 4593 0 R] ++4217 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [442.46 212.747 454.415 223.651] ++/Subtype /Link ++/A << /S /GoTo /D (page.81) >> + >> endobj +-4595 0 obj << +-/Type /Outlines +-/First 7 0 R +-/Last 1199 0 R +-/Count 14 ++4218 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [433.056 200.791 445.011 211.695] ++/Subtype /Link ++/A << /S /GoTo /D (page.81) >> + >> endobj +-1607 0 obj << +-/Title 1608 0 R +-/A 1605 0 R +-/Parent 1595 0 R +-/Prev 1603 0 R ++4219 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [425.315 188.836 437.27 199.74] ++/Subtype /Link ++/A << /S /GoTo /D (page.81) >> + >> endobj +-1603 0 obj << +-/Title 1604 0 R +-/A 1601 0 R +-/Parent 1595 0 R +-/Prev 1599 0 R +-/Next 1607 0 R ++4220 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [445.788 176.881 457.743 187.785] ++/Subtype /Link ++/A << /S /GoTo /D (page.81) >> + >> endobj +-1599 0 obj << +-/Title 1600 0 R +-/A 1597 0 R +-/Parent 1595 0 R +-/Next 1603 0 R ++4221 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [422.545 164.926 434.5 175.83] ++/Subtype /Link ++/A << /S /GoTo /D (page.82) >> + >> endobj +-1595 0 obj << +-/Title 1596 0 R +-/A 1593 0 R +-/Parent 1587 0 R +-/Prev 1591 0 R +-/First 1599 0 R +-/Last 1607 0 R +-/Count -3 ++4222 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [428.622 152.971 440.577 163.875] ++/Subtype /Link ++/A << /S /GoTo /D (page.82) >> + >> endobj +-1591 0 obj << +-/Title 1592 0 R +-/A 1589 0 R +-/Parent 1587 0 R +-/Next 1595 0 R ++4223 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [418.67 141.016 430.625 151.92] ++/Subtype /Link ++/A << /S /GoTo /D (page.82) >> + >> endobj +-1587 0 obj << +-/Title 1588 0 R +-/A 1585 0 R +-/Parent 1199 0 R +-/Prev 1515 0 R +-/First 1591 0 R +-/Last 1595 0 R +-/Count -2 ++4224 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [421.838 129.06 433.793 139.964] ++/Subtype /Link ++/A << /S /GoTo /D (page.82) >> + >> endobj +-1583 0 obj << +-/Title 1584 0 R +-/A 1581 0 R +-/Parent 1523 0 R +-/Prev 1579 0 R ++4225 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [417.564 117.105 429.519 128.009] ++/Subtype /Link ++/A << /S /GoTo /D (page.82) >> + >> endobj +-1579 0 obj << +-/Title 1580 0 R +-/A 1577 0 R +-/Parent 1523 0 R +-/Prev 1575 0 R +-/Next 1583 0 R ++4226 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [422.545 105.15 434.501 116.054] ++/Subtype /Link ++/A << /S /GoTo /D (page.82) >> + >> endobj +-1575 0 obj << +-/Title 1576 0 R +-/A 1573 0 R +-/Parent 1523 0 R +-/Prev 1571 0 R +-/Next 1579 0 R ++4227 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [413.131 93.195 425.086 104.099] ++/Subtype /Link ++/A << /S /GoTo /D (page.82) >> + >> endobj +-1571 0 obj << +-/Title 1572 0 R +-/A 1569 0 R +-/Parent 1523 0 R +-/Prev 1567 0 R +-/Next 1575 0 R ++4148 0 obj << ++/D [4146 0 R /XYZ 90 757.935 null] + >> endobj +-1567 0 obj << +-/Title 1568 0 R +-/A 1565 0 R +-/Parent 1523 0 R +-/Prev 1563 0 R +-/Next 1571 0 R ++4145 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] + >> endobj +-1563 0 obj << +-/Title 1564 0 R +-/A 1561 0 R +-/Parent 1523 0 R +-/Prev 1559 0 R +-/Next 1567 0 R ++4230 0 obj << ++/Length 4184 ++/Filter /FlateDecode ++>> ++stream ++xڥ\ms6_L#&iN:mG#ۊV|oA K^;i`b\--tdWk.g~sU/M/t_\~+V˖-.o~9Wh ++3љ /5Κ~ njL}=p`ϱk#>_m˫~wٟ|Ӱnhbs*12Yp4~ k۪n Tv͔[0ql/`D(3o-"ʦVBD^wSiYyTd[tNMuioS,-BVmWɸ+vxX6pNڅ޾{`߽}o~u!oo>ַd7>H$A ұd:=K]Ep$R ++D Crge14}ILjUT޾Zt~! 7J!"47?,dzbSZo '֌Oion5J~kUGdI+@A#{t>ak*LJᄞ-˧ RlrcKJ@H>17a\m?.Xs^Cy(?Yxȣ)h a*?25t~ah:/8%y\8TP"SbUG%5YfOp.t5 \@Vp-kDL/sz6eZakV/ʯ]Ep$& Zt*%ŐtA<9Ox9 qv- ΋Qr;ݭOkHHTzۘʙ]Ep$g&H ++ʇ8˙CE'*|"!ct*,H& η)!BbH<ċHN_]NjV\+(U04!CWWO~MiSxڌL0)%X4']@:t[khݪ GbppjTšoX]*%rbaT[tOMjEJŐt}an8`q+m29tsF&2)X&!|0 #Tߛ݋W>54TSo`v*#Sj ?JBz"\ ||%>uX8c4KY jk~HL"uԜ̡K629L)tdXP H6oh9{ijy9ufdvp>z$嶰0n;t-HMM ++(3gbH:=-a AWhr6wl$y#Q`!$~@3 Su3G=ąZ f=BgsF xZB-MńEWd)&R,$IrK4]疡 Y^lJW(Ӵ׿)01٤W*̙N8tsGF& 52zL5e"'B4WH^pQ3ex^jbnlj>/ Igg\Vr> endobj +-1559 0 obj << +-/Title 1560 0 R +-/A 1557 0 R +-/Parent 1523 0 R +-/Prev 1555 0 R +-/Next 1563 0 R ++4232 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [186.966 726.819 198.921 737.723] ++/Subtype /Link ++/A << /S /GoTo /D (page.82) >> + >> endobj +-1555 0 obj << +-/Title 1556 0 R +-/A 1553 0 R +-/Parent 1523 0 R +-/Prev 1551 0 R +-/Next 1559 0 R ++4233 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [230.143 714.864 242.098 725.768] ++/Subtype /Link ++/A << /S /GoTo /D (page.82) >> + >> endobj +-1551 0 obj << +-/Title 1552 0 R +-/A 1549 0 R +-/Parent 1523 0 R +-/Prev 1547 0 R +-/Next 1555 0 R ++4234 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [214.074 702.909 226.029 713.812] ++/Subtype /Link ++/A << /S /GoTo /D (page.83) >> + >> endobj +-1547 0 obj << +-/Title 1548 0 R +-/A 1545 0 R +-/Parent 1523 0 R +-/Prev 1543 0 R +-/Next 1551 0 R ++4235 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [206.343 690.953 218.298 701.857] ++/Subtype /Link ++/A << /S /GoTo /D (page.83) >> + >> endobj +-1543 0 obj << +-/Title 1544 0 R +-/A 1541 0 R +-/Parent 1523 0 R +-/Prev 1539 0 R +-/Next 1547 0 R ++4236 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [206.891 678.998 218.846 689.902] ++/Subtype /Link ++/A << /S /GoTo /D (page.83) >> + >> endobj +-1539 0 obj << +-/Title 1540 0 R +-/A 1537 0 R +-/Parent 1523 0 R +-/Prev 1535 0 R +-/Next 1543 0 R ++4237 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [200.794 667.043 212.749 677.947] ++/Subtype /Link ++/A << /S /GoTo /D (page.83) >> + >> endobj +-1535 0 obj << +-/Title 1536 0 R +-/A 1533 0 R +-/Parent 1523 0 R +-/Prev 1531 0 R +-/Next 1539 0 R ++4238 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [178.667 655.088 190.622 665.992] ++/Subtype /Link ++/A << /S /GoTo /D (page.79) >> + >> endobj +-1531 0 obj << +-/Title 1532 0 R +-/A 1529 0 R +-/Parent 1523 0 R +-/Prev 1527 0 R +-/Next 1535 0 R ++4239 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [238.432 643.133 250.387 654.037] ++/Subtype /Link ++/A << /S /GoTo /D (page.83) >> + >> endobj +-1527 0 obj << +-/Title 1528 0 R +-/A 1525 0 R +-/Parent 1523 0 R +-/Next 1531 0 R ++4240 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [238.99 631.178 250.945 642.081] ++/Subtype /Link ++/A << /S /GoTo /D (page.83) >> + >> endobj +-1523 0 obj << +-/Title 1524 0 R +-/A 1521 0 R +-/Parent 1515 0 R +-/Prev 1519 0 R +-/First 1527 0 R +-/Last 1583 0 R +-/Count -15 ++4241 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [232.893 619.222 244.848 630.126] ++/Subtype /Link ++/A << /S /GoTo /D (page.83) >> + >> endobj +-1519 0 obj << +-/Title 1520 0 R +-/A 1517 0 R +-/Parent 1515 0 R +-/Next 1523 0 R ++4242 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [226.826 607.267 238.781 618.171] ++/Subtype /Link ++/A << /S /GoTo /D (page.83) >> + >> endobj +-1515 0 obj << +-/Title 1516 0 R +-/A 1513 0 R +-/Parent 1199 0 R +-/Prev 1499 0 R +-/Next 1587 0 R +-/First 1519 0 R +-/Last 1523 0 R +-/Count -2 ++4243 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [211.324 595.312 223.279 606.216] ++/Subtype /Link ++/A << /S /GoTo /D (page.84) >> + >> endobj +-1511 0 obj << +-/Title 1512 0 R +-/A 1509 0 R +-/Parent 1507 0 R ++4244 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [203.015 583.357 214.97 594.261] ++/Subtype /Link ++/A << /S /GoTo /D (page.84) >> + >> endobj +-1507 0 obj << +-/Title 1508 0 R +-/A 1505 0 R +-/Parent 1499 0 R +-/Prev 1503 0 R +-/First 1511 0 R +-/Last 1511 0 R +-/Count -1 ++4245 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [189.177 571.402 201.133 582.306] ++/Subtype /Link ++/A << /S /GoTo /D (page.84) >> + >> endobj +-1503 0 obj << +-/Title 1504 0 R +-/A 1501 0 R +-/Parent 1499 0 R +-/Next 1507 0 R ++4246 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [193.043 559.447 204.998 570.35] ++/Subtype /Link ++/A << /S /GoTo /D (page.84) >> + >> endobj +-1499 0 obj << +-/Title 1500 0 R +-/A 1497 0 R +-/Parent 1199 0 R +-/Prev 1455 0 R +-/Next 1515 0 R +-/First 1503 0 R +-/Last 1507 0 R +-/Count -2 ++4247 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [204.679 547.491 216.634 558.395] ++/Subtype /Link ++/A << /S /GoTo /D (page.79) >> + >> endobj +-1495 0 obj << +-/Title 1496 0 R +-/A 1493 0 R +-/Parent 1463 0 R +-/Prev 1491 0 R ++4248 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [195.275 512.343 207.23 522.53] ++/Subtype /Link ++/A << /S /GoTo /D (page.42) >> + >> endobj +-1491 0 obj << +-/Title 1492 0 R +-/A 1489 0 R +-/Parent 1463 0 R +-/Prev 1487 0 R +-/Next 1495 0 R ++4249 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [214.084 488.433 226.039 498.619] ++/Subtype /Link ++/A << /S /GoTo /D (page.42) >> + >> endobj +-1487 0 obj << +-/Title 1488 0 R +-/A 1485 0 R +-/Parent 1463 0 R +-/Prev 1483 0 R +-/Next 1491 0 R ++4250 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [211.872 463.805 223.827 474.709] ++/Subtype /Link ++/A << /S /GoTo /D (page.42) >> + >> endobj +-1483 0 obj << +-/Title 1484 0 R +-/A 1481 0 R +-/Parent 1463 0 R +-/Prev 1479 0 R +-/Next 1487 0 R ++4251 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [230.692 451.85 242.647 462.754] ++/Subtype /Link ++/A << /S /GoTo /D (page.43) >> + >> endobj +-1479 0 obj << +-/Title 1480 0 R +-/A 1477 0 R +-/Parent 1463 0 R +-/Prev 1475 0 R +-/Next 1483 0 R ++4252 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [168.694 428.657 180.65 438.844] ++/Subtype /Link ++/A << /S /GoTo /D (page.43) >> + >> endobj +-1475 0 obj << +-/Title 1476 0 R +-/A 1473 0 R +-/Parent 1463 0 R +-/Prev 1471 0 R +-/Next 1479 0 R ++4253 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [231.24 415.985 243.195 426.888] ++/Subtype /Link ++/A << /S /GoTo /D (page.43) >> + >> endobj +-1471 0 obj << +-/Title 1472 0 R +-/A 1469 0 R +-/Parent 1463 0 R +-/Prev 1467 0 R +-/Next 1475 0 R ++4254 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [168.694 392.791 180.65 402.978] ++/Subtype /Link ++/A << /S /GoTo /D (page.43) >> + >> endobj +-1467 0 obj << +-/Title 1468 0 R +-/A 1465 0 R +-/Parent 1463 0 R +-/Next 1471 0 R ++4255 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [218.517 380.119 230.472 391.023] ++/Subtype /Link ++/A << /S /GoTo /D (page.43) >> + >> endobj +-1463 0 obj << +-/Title 1464 0 R +-/A 1461 0 R +-/Parent 1455 0 R +-/Prev 1459 0 R +-/First 1467 0 R +-/Last 1495 0 R +-/Count -8 ++4256 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [222.94 368.164 234.896 379.068] ++/Subtype /Link ++/A << /S /GoTo /D (page.43) >> + >> endobj +-1459 0 obj << +-/Title 1460 0 R +-/A 1457 0 R +-/Parent 1455 0 R +-/Next 1463 0 R ++4257 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [212.43 356.209 224.385 367.113] ++/Subtype /Link ++/A << /S /GoTo /D (page.43) >> + >> endobj +-1455 0 obj << +-/Title 1456 0 R +-/A 1453 0 R +-/Parent 1199 0 R +-/Prev 1427 0 R +-/Next 1499 0 R +-/First 1459 0 R +-/Last 1463 0 R +-/Count -2 ++4258 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [235.672 344.253 247.628 355.157] ++/Subtype /Link ++/A << /S /GoTo /D (page.44) >> + >> endobj +-1451 0 obj << +-/Title 1452 0 R +-/A 1449 0 R +-/Parent 1435 0 R +-/Prev 1447 0 R ++4259 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [215.2 332.298 227.155 343.202] ++/Subtype /Link ++/A << /S /GoTo /D (page.44) >> + >> endobj +-1447 0 obj << +-/Title 1448 0 R +-/A 1445 0 R +-/Parent 1435 0 R +-/Prev 1443 0 R +-/Next 1451 0 R ++4260 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [239.09 320.343 251.045 331.247] ++/Subtype /Link ++/A << /S /GoTo /D (page.44) >> + >> endobj +-1443 0 obj << +-/Title 1444 0 R +-/A 1441 0 R +-/Parent 1435 0 R +-/Prev 1439 0 R +-/Next 1447 0 R ++4261 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [210.208 296.433 222.163 307.337] ++/Subtype /Link ++/A << /S /GoTo /D (page.50) >> + >> endobj +-1439 0 obj << +-/Title 1440 0 R +-/A 1437 0 R +-/Parent 1435 0 R +-/Next 1443 0 R ++4262 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [222.382 284.478 234.338 295.382] ++/Subtype /Link ++/A << /S /GoTo /D (page.50) >> + >> endobj +-1435 0 obj << +-/Title 1436 0 R +-/A 1433 0 R +-/Parent 1427 0 R +-/Prev 1431 0 R +-/First 1439 0 R +-/Last 1451 0 R +-/Count -4 ++4263 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [235.663 272.522 247.618 283.426] ++/Subtype /Link ++/A << /S /GoTo /D (page.50) >> + >> endobj +-1431 0 obj << +-/Title 1432 0 R +-/A 1429 0 R +-/Parent 1427 0 R +-/Next 1435 0 R ++4264 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [191.947 260.567 203.902 271.471] ++/Subtype /Link ++/A << /S /GoTo /D (page.51) >> + >> endobj +-1427 0 obj << +-/Title 1428 0 R +-/A 1425 0 R +-/Parent 1199 0 R +-/Prev 1407 0 R +-/Next 1455 0 R +-/First 1431 0 R +-/Last 1435 0 R +-/Count -2 ++4265 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [219.065 248.612 231.02 259.516] ++/Subtype /Link ++/A << /S /GoTo /D (page.51) >> + >> endobj +-1423 0 obj << +-/Title 1424 0 R +-/A 1421 0 R +-/Parent 1415 0 R +-/Prev 1419 0 R ++4266 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [214.084 236.657 226.039 247.561] ++/Subtype /Link ++/A << /S /GoTo /D (page.51) >> + >> endobj +-1419 0 obj << +-/Title 1420 0 R +-/A 1417 0 R +-/Parent 1415 0 R +-/Next 1423 0 R ++4267 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [205.785 224.702 217.74 235.606] ++/Subtype /Link ++/A << /S /GoTo /D (page.51) >> + >> endobj +-1415 0 obj << +-/Title 1416 0 R +-/A 1413 0 R +-/Parent 1407 0 R +-/Prev 1411 0 R +-/First 1419 0 R +-/Last 1423 0 R +-/Count -2 ++4268 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [266.656 201.509 278.612 211.695] ++/Subtype /Link ++/A << /S /GoTo /D (page.53) >> + >> endobj +-1411 0 obj << +-/Title 1412 0 R +-/A 1409 0 R +-/Parent 1407 0 R +-/Next 1415 0 R ++4269 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [246.911 189.554 258.866 199.74] ++/Subtype /Link ++/A << /S /GoTo /D (page.53) >> + >> endobj +-1407 0 obj << +-/Title 1408 0 R +-/A 1405 0 R +-/Parent 1199 0 R +-/Prev 1387 0 R +-/Next 1427 0 R +-/First 1411 0 R +-/Last 1415 0 R +-/Count -2 ++4270 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [238.442 177.598 250.398 187.785] ++/Subtype /Link ++/A << /S /GoTo /D (page.53) >> + >> endobj +-1403 0 obj << +-/Title 1404 0 R +-/A 1401 0 R +-/Parent 1395 0 R +-/Prev 1399 0 R ++4271 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [244.52 165.643 256.475 175.83] ++/Subtype /Link ++/A << /S /GoTo /D (page.53) >> + >> endobj +-1399 0 obj << +-/Title 1400 0 R +-/A 1397 0 R +-/Parent 1395 0 R +-/Next 1403 0 R ++4272 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [206.891 141.016 218.846 151.92] ++/Subtype /Link ++/A << /S /GoTo /D (page.53) >> + >> endobj +-1395 0 obj << +-/Title 1396 0 R +-/A 1393 0 R +-/Parent 1387 0 R +-/Prev 1391 0 R +-/First 1399 0 R +-/Last 1403 0 R +-/Count -2 ++4273 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [192.495 129.06 204.45 139.964] ++/Subtype /Link ++/A << /S /GoTo /D (page.53) >> + >> endobj +-1391 0 obj << +-/Title 1392 0 R +-/A 1389 0 R +-/Parent 1387 0 R +-/Next 1395 0 R ++4274 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [215.18 117.105 227.135 128.009] ++/Subtype /Link ++/A << /S /GoTo /D (page.53) >> + >> endobj +-1387 0 obj << +-/Title 1388 0 R +-/A 1385 0 R +-/Parent 1199 0 R +-/Prev 1367 0 R +-/Next 1407 0 R +-/First 1391 0 R +-/Last 1395 0 R +-/Count -2 ++4275 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [222.373 105.15 234.328 116.054] ++/Subtype /Link ++/A << /S /GoTo /D (page.54) >> + >> endobj +-1383 0 obj << +-/Title 1384 0 R +-/A 1381 0 R +-/Parent 1375 0 R +-/Prev 1379 0 R ++4276 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [191.389 93.195 203.344 104.099] ++/Subtype /Link ++/A << /S /GoTo /D (page.54) >> + >> endobj +-1379 0 obj << +-/Title 1380 0 R +-/A 1377 0 R +-/Parent 1375 0 R +-/Next 1383 0 R ++4277 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [443.009 726.819 454.964 737.723] ++/Subtype /Link ++/A << /S /GoTo /D (page.54) >> + >> endobj +-1375 0 obj << +-/Title 1376 0 R +-/A 1373 0 R +-/Parent 1367 0 R +-/Prev 1371 0 R +-/First 1379 0 R +-/Last 1383 0 R +-/Count -2 ++4278 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [450.201 714.864 462.157 725.768] ++/Subtype /Link ++/A << /S /GoTo /D (page.54) >> + >> endobj +-1371 0 obj << +-/Title 1372 0 R +-/A 1369 0 R +-/Parent 1367 0 R +-/Next 1375 0 R ++4279 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [435.816 690.953 447.771 701.857] ++/Subtype /Link ++/A << /S /GoTo /D (page.39) >> + >> endobj +-1367 0 obj << +-/Title 1368 0 R +-/A 1365 0 R +-/Parent 1199 0 R +-/Prev 1243 0 R +-/Next 1387 0 R +-/First 1371 0 R +-/Last 1375 0 R +-/Count -2 ++4280 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [441.813 678.998 453.768 689.902] ++/Subtype /Link ++/A << /S /GoTo /D (page.39) >> + >> endobj +-1363 0 obj << +-/Title 1364 0 R +-/A 1361 0 R +-/Parent 1251 0 R +-/Prev 1359 0 R ++4281 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [425.873 667.043 437.828 677.947] ++/Subtype /Link ++/A << /S /GoTo /D (page.39) >> + >> endobj +-1359 0 obj << +-/Title 1360 0 R +-/A 1357 0 R +-/Parent 1251 0 R +-/Prev 1355 0 R +-/Next 1363 0 R ++4282 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [429.739 655.088 441.694 665.992] ++/Subtype /Link ++/A << /S /GoTo /D (page.39) >> + >> endobj +-1355 0 obj << +-/Title 1356 0 R +-/A 1353 0 R +-/Parent 1251 0 R +-/Prev 1351 0 R +-/Next 1359 0 R ++4283 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [469.31 631.178 481.265 642.081] ++/Subtype /Link ++/A << /S /GoTo /D (page.93) >> + >> endobj +-1351 0 obj << +-/Title 1352 0 R +-/A 1349 0 R +-/Parent 1251 0 R +-/Prev 1347 0 R +-/Next 1355 0 R ++4284 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [475.397 607.267 487.352 618.171] ++/Subtype /Link ++/A << /S /GoTo /D (page.94) >> + >> endobj +-1347 0 obj << +-/Title 1348 0 R +-/A 1345 0 R +-/Parent 1251 0 R +-/Prev 1343 0 R +-/Next 1351 0 R ++4285 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [357.789 573.459 369.744 582.306] ++/Subtype /Link ++/A << /S /GoTo /D (page.85) >> + >> endobj +-1343 0 obj << +-/Title 1344 0 R +-/A 1341 0 R +-/Parent 1251 0 R +-/Prev 1339 0 R +-/Next 1347 0 R ++4286 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [496.447 559.447 508.403 570.35] ++/Subtype /Link ++/A << /S /GoTo /D (page.85) >> + >> endobj +-1339 0 obj << +-/Title 1340 0 R +-/A 1337 0 R +-/Parent 1251 0 R +-/Prev 1335 0 R +-/Next 1343 0 R ++4287 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [463.9 535.536 475.855 546.44] ++/Subtype /Link ++/A << /S /GoTo /D (page.71) >> + >> endobj +-1335 0 obj << +-/Title 1336 0 R +-/A 1333 0 R +-/Parent 1251 0 R +-/Prev 1331 0 R +-/Next 1339 0 R ++4288 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [499.317 523.581 511.272 534.485] ++/Subtype /Link ++/A << /S /GoTo /D (page.71) >> + >> endobj +-1331 0 obj << +-/Title 1332 0 R +-/A 1329 0 R +-/Parent 1251 0 R +-/Prev 1327 0 R +-/Next 1335 0 R ++4289 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [409.614 512.343 421.569 522.53] ++/Subtype /Link ++/A << /S /GoTo /D (page.71) >> + >> endobj +-1327 0 obj << +-/Title 1328 0 R +-/A 1325 0 R +-/Parent 1251 0 R +-/Prev 1323 0 R +-/Next 1331 0 R ++4290 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [414.346 500.388 426.301 510.575] ++/Subtype /Link ++/A << /S /GoTo /D (page.71) >> + >> endobj +-1323 0 obj << +-/Title 1324 0 R +-/A 1321 0 R +-/Parent 1251 0 R +-/Prev 1319 0 R +-/Next 1327 0 R ++4291 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [491.466 475.76 503.421 486.664] ++/Subtype /Link ++/A << /S /GoTo /D (page.72) >> + >> endobj +-1319 0 obj << +-/Title 1320 0 R +-/A 1317 0 R +-/Parent 1251 0 R +-/Prev 1315 0 R +-/Next 1323 0 R ++4292 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [496.697 463.805 508.652 474.709] ++/Subtype /Link ++/A << /S /GoTo /D (page.72) >> + >> endobj +-1315 0 obj << +-/Title 1316 0 R +-/A 1313 0 R +-/Parent 1251 0 R +-/Prev 1311 0 R +-/Next 1319 0 R ++4293 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [485.08 451.85 497.036 462.754] ++/Subtype /Link ++/A << /S /GoTo /D (page.72) >> + >> endobj +-1311 0 obj << +-/Title 1312 0 R +-/A 1309 0 R +-/Parent 1251 0 R +-/Prev 1307 0 R +-/Next 1315 0 R ++4294 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [495.601 439.895 507.556 450.799] ++/Subtype /Link ++/A << /S /GoTo /D (page.72) >> + >> endobj +-1307 0 obj << +-/Title 1308 0 R +-/A 1305 0 R +-/Parent 1251 0 R +-/Prev 1303 0 R +-/Next 1311 0 R ++4295 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [481.982 415.985 493.937 426.888] ++/Subtype /Link ++/A << /S /GoTo /D (page.68) >> + >> endobj +-1303 0 obj << +-/Title 1304 0 R +-/A 1301 0 R +-/Parent 1251 0 R +-/Prev 1299 0 R +-/Next 1307 0 R ++4296 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [500.244 404.029 512.199 414.933] ++/Subtype /Link ++/A << /S /GoTo /D (page.68) >> + >> endobj +-1299 0 obj << +-/Title 1300 0 R +-/A 1297 0 R +-/Parent 1251 0 R +-/Prev 1295 0 R +-/Next 1303 0 R ++4297 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [479.232 380.119 491.188 391.023] ++/Subtype /Link ++/A << /S /GoTo /D (page.66) >> + >> endobj +-1295 0 obj << +-/Title 1296 0 R +-/A 1293 0 R +-/Parent 1251 0 R +-/Prev 1291 0 R +-/Next 1299 0 R ++4298 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [472.04 368.164 483.995 379.068] ++/Subtype /Link ++/A << /S /GoTo /D (page.66) >> + >> endobj +-1291 0 obj << +-/Title 1292 0 R +-/A 1289 0 R +-/Parent 1251 0 R +-/Prev 1287 0 R +-/Next 1295 0 R ++4299 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [399.851 332.298 411.806 343.202] ++/Subtype /Link ++/A << /S /GoTo /D (page.67) >> + >> endobj +-1287 0 obj << +-/Title 1288 0 R +-/A 1285 0 R +-/Parent 1251 0 R +-/Prev 1283 0 R +-/Next 1291 0 R ++4300 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [394.87 308.388 406.825 319.292] ++/Subtype /Link ++/A << /S /GoTo /D (page.67) >> + >> endobj +-1283 0 obj << +-/Title 1284 0 R +-/A 1281 0 R +-/Parent 1251 0 R +-/Prev 1279 0 R +-/Next 1287 0 R ++4301 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [357.789 274.58 369.744 283.426] ++/Subtype /Link ++/A << /S /GoTo /D (page.64) >> + >> endobj +-1279 0 obj << +-/Title 1280 0 R +-/A 1277 0 R +-/Parent 1251 0 R +-/Prev 1275 0 R +-/Next 1283 0 R ++4302 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [496.517 260.567 508.472 271.471] ++/Subtype /Link ++/A << /S /GoTo /D (page.64) >> + >> endobj +-1275 0 obj << +-/Title 1276 0 R +-/A 1273 0 R +-/Parent 1251 0 R +-/Prev 1271 0 R +-/Next 1279 0 R ++4303 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [384.907 236.657 396.862 247.561] ++/Subtype /Link ++/A << /S /GoTo /D (page.65) >> + >> endobj +-1271 0 obj << +-/Title 1272 0 R +-/A 1269 0 R +-/Parent 1251 0 R +-/Prev 1267 0 R +-/Next 1275 0 R ++4304 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [357.789 214.804 369.744 223.651] ++/Subtype /Link ++/A << /S /GoTo /D (page.65) >> + >> endobj +-1267 0 obj << +-/Title 1268 0 R +-/A 1265 0 R +-/Parent 1251 0 R +-/Prev 1263 0 R +-/Next 1271 0 R ++4305 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [384.907 188.836 396.862 199.74] ++/Subtype /Link ++/A << /S /GoTo /D (page.65) >> + >> endobj +-1263 0 obj << +-/Title 1264 0 R +-/A 1261 0 R +-/Parent 1251 0 R +-/Prev 1259 0 R +-/Next 1267 0 R ++4306 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [379.926 164.926 391.881 175.83] ++/Subtype /Link ++/A << /S /GoTo /D (page.65) >> + >> endobj +-1259 0 obj << +-/Title 1260 0 R +-/A 1257 0 R +-/Parent 1251 0 R +-/Prev 1255 0 R +-/Next 1263 0 R ++4307 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [357.789 143.073 369.744 151.92] ++/Subtype /Link ++/A << /S /GoTo /D (page.65) >> + >> endobj +-1255 0 obj << +-/Title 1256 0 R +-/A 1253 0 R +-/Parent 1251 0 R +-/Next 1259 0 R ++4308 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [498.36 129.06 510.316 139.964] ++/Subtype /Link ++/A << /S /GoTo /D (page.65) >> + >> endobj +-1251 0 obj << +-/Title 1252 0 R +-/A 1249 0 R +-/Parent 1243 0 R +-/Prev 1247 0 R +-/First 1255 0 R +-/Last 1363 0 R +-/Count -28 ++4309 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [496.448 105.15 508.403 116.054] ++/Subtype /Link ++/A << /S /GoTo /D (page.73) >> + >> endobj +-1247 0 obj << +-/Title 1248 0 R +-/A 1245 0 R +-/Parent 1243 0 R +-/Next 1251 0 R ++4310 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [501.678 93.195 513.633 104.099] ++/Subtype /Link ++/A << /S /GoTo /D (page.73) >> + >> endobj +-1243 0 obj << +-/Title 1244 0 R +-/A 1241 0 R +-/Parent 1199 0 R +-/Prev 1227 0 R +-/Next 1367 0 R +-/First 1247 0 R +-/Last 1251 0 R +-/Count -2 ++4231 0 obj << ++/D [4229 0 R /XYZ 90 757.935 null] + >> endobj +-1239 0 obj << +-/Title 1240 0 R +-/A 1237 0 R +-/Parent 1235 0 R ++4228 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] + >> endobj +-1235 0 obj << +-/Title 1236 0 R +-/A 1233 0 R +-/Parent 1227 0 R +-/Prev 1231 0 R +-/First 1239 0 R +-/Last 1239 0 R +-/Count -1 ++4313 0 obj << ++/Length 4250 ++/Filter /FlateDecode ++>> ++stream ++xڵ\rF}WQ`1w oڲז7JR,Rmf%RKұۍg07[[X>胞 Hg-Gg};R7=v~%g볿YϮ+HFg׷S]~ӌmӷh/Ѵ%\{;mx>mC~v&ߝ=hS.)O<;`Jg!%.F o=wحo"HpF;,xXɌ ++PI!,H7*ѦJxiy&:=4qe!u)TWr}Q ++-hE019 TۅS,HiDIKga`c/vDܴM Re#A$ލ!q:SC8Nϗn8_>1<>b9l4mU0`c1B-l 1S-,6j@ h6 x ++MfT]H ") j+q bvg|߮0>fJ'#x `t W7QaoڊLzS0֩RPeRـw bQQ%h Āx*F8b^S!]Z8i(MD0h"&s"Jʐ8`t jO~MQ4̊ZF4h14ƼG`t veexN&&3/q)YEVOn~*a3^Z0ЉF;0q ++|@SdJt,H` P'-ӄ岦Аy5h#%49F㑢`!q4R H7JEFcW:@kZ9C5) xɼ=L)aci7ﷻa/^=_g^\9ebI6PNXR4hKI/%Eڨ o8@dc0F2#»_.<*ηo:V&<ɴ ++ɀx"0fZi1sgCv$R3`qeă'zd&N {+օQwj0E:)\˦|ژ-qݧԘxu'3h=Yh2?Lj)ҍ+(?msmd}@2$7"辤 Yd S{ᩑ#߻|8uiy'4cGt$:q@j8/32y7=Z095tqXCeLù`<ă'ɌVĉy8{J"oY#nZ֛O_b4 Xf 3mu~jă'4 ++M-u*51!HR$sq4M# ++_<k[vYh>MG4io2#L!Y:.FN"0iD\MP05)Pa*'ɡ.7%<~{G p1!kJR ++.;W ++lZ*rhG>19mP (, vSsF5(޵@vf=ɊNV&#ĹJA{ͺwu9 ;u49<9S89E:'hNT|P ++FO e1|P:Ha.'0A+mX_1ЂdD>Zl`Sq-械žZwwHGpN#(Ks ++Q ++ K1ŻO$r4Th3M塵ăG>5R@3N':9LI*X%%J&kNʃgrPqNԩw)эOw͇}.DIt9x&juš}ꊎ-L{>$Jl1e:JdN9htxPânb2-A!x,Lg`JZ簧͈njTBcFLh$J*#;ȓƋ BtpYsRIj _lzϯ8+tдHZMKFpsx2@BSN" ++D.Hd;}zÅ]HyM?O5Lcr'b1E:+ݩT \zb]KBu7h&sJHP9h7Bԫ'۷rpă'ˁo2_pa3 NJ o._,OYxZ٨Ad.hHEwSasDCGk+[4D)xSs ޴"\bH bAp>4sP0# HzfqIL5wobZBfb"*&<1 ++Mt ++aiHM Lgc a'OϾvuh㸘8.BީR$n^B9 & [B3QMq42 H4xÂ#x LI>+nă701ô_QO'Sjp:=8حh=)K+ڢdY˾btw|Hn?'!Z/dă'zdF^ M@BSs2Av٧4\/ǫ*n[4}d|SsnCݶiBabM͝ڪAX ++MfBڐGwgvJ+-r{8E,:n1E6844RЂ8+oă'~h2#L[և7"[{ߠy^| ֒AHL ,xH%)9;(N?l72cnXw7h&s ++U# H؃zҺ&6Xꎔ~(tY"҃"}ܭ[~;b+rw?7+sJ!Fx#HMJ8*PS回4ߵ#e0J,´N;CtL &0Ι}UC6ɞqd/!q;|*T< ++Ij=qY~~D|Zn7߶[O-mw1;3(!ܟ;> endobj +-1231 0 obj << +-/Title 1232 0 R +-/A 1229 0 R +-/Parent 1227 0 R +-/Next 1235 0 R ++4315 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [271.648 726.819 283.603 737.723] ++/Subtype /Link ++/A << /S /GoTo /D (page.73) >> + >> endobj +-1227 0 obj << +-/Title 1228 0 R +-/A 1225 0 R +-/Parent 1199 0 R +-/Prev 1203 0 R +-/Next 1243 0 R +-/First 1231 0 R +-/Last 1235 0 R +-/Count -2 ++4316 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [228.46 702.377 240.415 713.281] ++/Subtype /Link ++/A << /S /GoTo /D (page.74) >> + >> endobj +-1223 0 obj << +-/Title 1224 0 R +-/A 1221 0 R +-/Parent 1211 0 R +-/Prev 1219 0 R ++4317 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [253.366 690.156 265.321 701.06] ++/Subtype /Link ++/A << /S /GoTo /D (page.74) >> + >> endobj +-1219 0 obj << +-/Title 1220 0 R +-/A 1217 0 R +-/Parent 1211 0 R +-/Prev 1215 0 R +-/Next 1223 0 R ++4318 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [216.843 677.936 228.799 688.839] ++/Subtype /Link ++/A << /S /GoTo /D (page.74) >> + >> endobj +-1215 0 obj << +-/Title 1216 0 R +-/A 1213 0 R +-/Parent 1211 0 R +-/Next 1219 0 R ++4319 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [241.749 665.715 253.705 676.619] ++/Subtype /Link ++/A << /S /GoTo /D (page.75) >> + >> endobj +-1211 0 obj << +-/Title 1212 0 R +-/A 1209 0 R +-/Parent 1203 0 R +-/Prev 1207 0 R +-/First 1215 0 R +-/Last 1223 0 R +-/Count -3 ++4320 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [209.102 641.273 221.057 652.177] ++/Subtype /Link ++/A << /S /GoTo /D (page.69) >> + >> endobj +-1207 0 obj << +-/Title 1208 0 R +-/A 1205 0 R +-/Parent 1203 0 R +-/Next 1211 0 R ++4321 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [264.734 629.052 276.689 639.956] ++/Subtype /Link ++/A << /S /GoTo /D (page.69) >> + >> endobj +-1203 0 obj << +-/Title 1204 0 R +-/A 1201 0 R +-/Parent 1199 0 R +-/Next 1227 0 R +-/First 1207 0 R +-/Last 1211 0 R +-/Count -2 ++4322 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [239.289 616.831 251.244 627.735] ++/Subtype /Link ++/A << /S /GoTo /D (page.69) >> + >> endobj +-1199 0 obj << +-/Title 1200 0 R +-/A 1197 0 R +-/Parent 4595 0 R +-/Prev 147 0 R +-/First 1203 0 R +-/Last 1587 0 R +-/Count -11 ++4323 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [253.366 592.39 265.321 603.294] ++/Subtype /Link ++/A << /S /GoTo /D (page.62) >> + >> endobj +-1195 0 obj << +-/Title 1196 0 R +-/A 1193 0 R +-/Parent 1187 0 R +-/Prev 1191 0 R ++4324 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [248.385 580.169 260.34 591.073] ++/Subtype /Link ++/A << /S /GoTo /D (page.62) >> + >> endobj +-1191 0 obj << +-/Title 1192 0 R +-/A 1189 0 R +-/Parent 1187 0 R +-/Next 1195 0 R ++4325 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [251.154 567.948 263.11 578.852] ++/Subtype /Link ++/A << /S /GoTo /D (page.62) >> + >> endobj +-1187 0 obj << +-/Title 1188 0 R +-/A 1185 0 R +-/Parent 1183 0 R +-/First 1191 0 R +-/Last 1195 0 R +-/Count -2 ++4326 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [202.308 555.727 214.263 566.631] ++/Subtype /Link ++/A << /S /GoTo /D (page.63) >> + >> endobj +-1183 0 obj << +-/Title 1184 0 R +-/A 1181 0 R +-/Parent 147 0 R +-/Prev 1171 0 R +-/First 1187 0 R +-/Last 1187 0 R +-/Count -1 ++4327 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [237.177 543.506 249.133 554.41] ++/Subtype /Link ++/A << /S /GoTo /D (page.63) >> + >> endobj +-1179 0 obj << +-/Title 1180 0 R +-/A 1177 0 R +-/Parent 1175 0 R ++4328 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [232.196 531.286 244.151 542.189] ++/Subtype /Link ++/A << /S /GoTo /D (page.63) >> + >> endobj +-1175 0 obj << +-/Title 1176 0 R +-/A 1173 0 R +-/Parent 1171 0 R +-/First 1179 0 R +-/Last 1179 0 R +-/Count -1 ++4329 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [243.822 519.065 255.778 529.969] ++/Subtype /Link ++/A << /S /GoTo /D (page.63) >> + >> endobj +-1171 0 obj << +-/Title 1172 0 R +-/A 1169 0 R +-/Parent 147 0 R +-/Prev 1159 0 R +-/Next 1183 0 R +-/First 1175 0 R +-/Last 1175 0 R +-/Count -1 ++4330 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [194.159 506.844 206.114 517.748] ++/Subtype /Link ++/A << /S /GoTo /D (page.63) >> + >> endobj +-1167 0 obj << +-/Title 1168 0 R +-/A 1165 0 R +-/Parent 1163 0 R ++4331 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [214.084 494.623 226.039 505.527] ++/Subtype /Link ++/A << /S /GoTo /D (page.63) >> + >> endobj +-1163 0 obj << +-/Title 1164 0 R +-/A 1161 0 R +-/Parent 1159 0 R +-/First 1167 0 R +-/Last 1167 0 R +-/Count -1 ++4332 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [246.423 470.181 258.378 481.085] ++/Subtype /Link ++/A << /S /GoTo /D (page.61) >> + >> endobj +-1159 0 obj << +-/Title 1160 0 R +-/A 1157 0 R +-/Parent 147 0 R +-/Prev 1147 0 R +-/Next 1171 0 R +-/First 1163 0 R +-/Last 1163 0 R +-/Count -1 ++4333 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [247.03 457.961 258.985 468.864] ++/Subtype /Link ++/A << /S /GoTo /D (page.61) >> + >> endobj +-1155 0 obj << +-/Title 1156 0 R +-/A 1153 0 R +-/Parent 1151 0 R ++4334 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [270.722 434.236 282.677 444.423] ++/Subtype /Link ++/A << /S /GoTo /D (page.47) >> + >> endobj +-1151 0 obj << +-/Title 1152 0 R +-/A 1149 0 R +-/Parent 1147 0 R +-/First 1155 0 R +-/Last 1155 0 R +-/Count -1 ++4335 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [128.854 411.4 140.809 420.247] ++/Subtype /Link ++/A << /S /GoTo /D (page.47) >> + >> endobj +-1147 0 obj << +-/Title 1148 0 R +-/A 1145 0 R +-/Parent 147 0 R +-/Prev 1123 0 R +-/Next 1159 0 R +-/First 1151 0 R +-/Last 1151 0 R +-/Count -1 ++4336 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [204.669 384.901 216.624 395.805] ++/Subtype /Link ++/A << /S /GoTo /D (page.47) >> + >> endobj +-1143 0 obj << +-/Title 1144 0 R +-/A 1141 0 R +-/Parent 1127 0 R +-/Prev 1139 0 R ++4337 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [229.028 372.68 240.983 383.584] ++/Subtype /Link ++/A << /S /GoTo /D (page.47) >> + >> endobj +-1139 0 obj << +-/Title 1140 0 R +-/A 1137 0 R +-/Parent 1127 0 R +-/Prev 1135 0 R +-/Next 1143 0 R ++4338 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [224.047 360.46 236.002 371.363] ++/Subtype /Link ++/A << /S /GoTo /D (page.47) >> + >> endobj +-1135 0 obj << +-/Title 1136 0 R +-/A 1133 0 R +-/Parent 1127 0 R +-/Prev 1131 0 R +-/Next 1139 0 R ++4339 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [204.669 348.239 216.624 359.143] ++/Subtype /Link ++/A << /S /GoTo /D (page.48) >> + >> endobj +-1131 0 obj << +-/Title 1132 0 R +-/A 1129 0 R +-/Parent 1127 0 R +-/Next 1135 0 R ++4340 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [214.074 336.018 226.029 346.922] ++/Subtype /Link ++/A << /S /GoTo /D (page.47) >> + >> endobj +-1127 0 obj << +-/Title 1128 0 R +-/A 1125 0 R +-/Parent 1123 0 R +-/First 1131 0 R +-/Last 1143 0 R +-/Count -4 ++4341 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [222.941 323.797 234.896 334.701] ++/Subtype /Link ++/A << /S /GoTo /D (page.48) >> + >> endobj +-1123 0 obj << +-/Title 1124 0 R +-/A 1121 0 R +-/Parent 147 0 R +-/Prev 1099 0 R +-/Next 1147 0 R +-/First 1127 0 R +-/Last 1127 0 R +-/Count -1 ++4342 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [237.346 311.576 249.301 322.48] ++/Subtype /Link ++/A << /S /GoTo /D (page.48) >> + >> endobj +-1119 0 obj << +-/Title 1120 0 R +-/A 1117 0 R +-/Parent 1103 0 R +-/Prev 1115 0 R ++4343 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [233.461 287.135 245.416 298.038] ++/Subtype /Link ++/A << /S /GoTo /D (page.86) >> + >> endobj +-1115 0 obj << +-/Title 1116 0 R +-/A 1113 0 R +-/Parent 1103 0 R +-/Prev 1111 0 R +-/Next 1119 0 R ++4344 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [243.961 274.914 255.917 285.818] ++/Subtype /Link ++/A << /S /GoTo /D (page.86) >> + >> endobj +-1111 0 obj << +-/Title 1112 0 R +-/A 1109 0 R +-/Parent 1103 0 R +-/Prev 1107 0 R +-/Next 1115 0 R ++4345 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [232.355 262.693 244.31 273.597] ++/Subtype /Link ++/A << /S /GoTo /D (page.86) >> + >> endobj +-1107 0 obj << +-/Title 1108 0 R +-/A 1105 0 R +-/Parent 1103 0 R +-/Next 1111 0 R ++4346 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [165.387 227.013 177.342 237.2] ++/Subtype /Link ++/A << /S /GoTo /D (page.89) >> + >> endobj +-1103 0 obj << +-/Title 1104 0 R +-/A 1101 0 R +-/Parent 1099 0 R +-/First 1107 0 R +-/Last 1119 0 R +-/Count -4 ++4347 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [128.854 204.058 140.809 213.024] ++/Subtype /Link ++/A << /S /GoTo /D (page.89) >> + >> endobj +-1099 0 obj << +-/Title 1100 0 R +-/A 1097 0 R +-/Parent 147 0 R +-/Prev 1075 0 R +-/Next 1123 0 R +-/First 1103 0 R +-/Last 1103 0 R +-/Count -1 ++4348 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [165.387 178.661 177.342 188.848] ++/Subtype /Link ++/A << /S /GoTo /D (page.89) >> + >> endobj +-1095 0 obj << +-/Title 1096 0 R +-/A 1093 0 R +-/Parent 1079 0 R +-/Prev 1091 0 R ++4349 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [165.387 154.485 177.342 164.672] ++/Subtype /Link ++/A << /S /GoTo /D (page.89) >> + >> endobj +-1091 0 obj << +-/Title 1092 0 R +-/A 1089 0 R +-/Parent 1079 0 R +-/Prev 1087 0 R +-/Next 1095 0 R ++4350 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [174.234 118.088 186.189 128.275] ++/Subtype /Link ++/A << /S /GoTo /D (page.91) >> + >> endobj +-1087 0 obj << +-/Title 1088 0 R +-/A 1085 0 R +-/Parent 1079 0 R +-/Prev 1083 0 R +-/Next 1091 0 R ++4351 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [174.234 93.912 186.189 104.099] ++/Subtype /Link ++/A << /S /GoTo /D (page.91) >> + >> endobj +-1083 0 obj << +-/Title 1084 0 R +-/A 1081 0 R +-/Parent 1079 0 R +-/Next 1087 0 R ++4352 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [403.168 715.581 415.124 725.768] ++/Subtype /Link ++/A << /S /GoTo /D (page.91) >> + >> endobj +-1079 0 obj << +-/Title 1080 0 R +-/A 1077 0 R +-/Parent 1075 0 R +-/First 1083 0 R +-/Last 1095 0 R +-/Count -4 ++4353 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [403.168 691.671 415.124 701.857] ++/Subtype /Link ++/A << /S /GoTo /D (page.91) >> + >> endobj +-1075 0 obj << +-/Title 1076 0 R +-/A 1073 0 R +-/Parent 147 0 R +-/Prev 1051 0 R +-/Next 1099 0 R +-/First 1079 0 R +-/Last 1079 0 R +-/Count -1 ++4354 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [389.34 655.088 401.296 665.992] ++/Subtype /Link ++/A << /S /GoTo /D (page.87) >> + >> endobj +-1071 0 obj << +-/Title 1072 0 R +-/A 1069 0 R +-/Parent 1059 0 R +-/Prev 1067 0 R ++4355 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [357.789 633.235 369.744 642.081] ++/Subtype /Link ++/A << /S /GoTo /D (page.87) >> + >> endobj +-1067 0 obj << +-/Title 1068 0 R +-/A 1065 0 R +-/Parent 1059 0 R +-/Prev 1063 0 R +-/Next 1071 0 R ++4356 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [389.34 607.267 401.296 618.171] ++/Subtype /Link ++/A << /S /GoTo /D (page.87) >> + >> endobj +-1063 0 obj << +-/Title 1064 0 R +-/A 1061 0 R +-/Parent 1059 0 R +-/Next 1067 0 R ++4357 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [357.789 585.414 369.744 594.261] ++/Subtype /Link ++/A << /S /GoTo /D (page.88) >> + >> endobj +-1059 0 obj << +-/Title 1060 0 R +-/A 1057 0 R +-/Parent 1051 0 R +-/Prev 1055 0 R +-/First 1063 0 R +-/Last 1071 0 R +-/Count -3 ++4358 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [461.828 560.164 473.783 570.35] ++/Subtype /Link ++/A << /S /GoTo /D (page.57) >> + >> endobj +-1055 0 obj << +-/Title 1056 0 R +-/A 1053 0 R +-/Parent 1051 0 R +-/Next 1059 0 R ++4359 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [480.657 548.209 492.613 558.395] ++/Subtype /Link ++/A << /S /GoTo /D (page.57) >> + >> endobj +-1051 0 obj << +-/Title 1052 0 R +-/A 1049 0 R +-/Parent 147 0 R +-/Prev 1035 0 R +-/Next 1075 0 R +-/First 1055 0 R +-/Last 1059 0 R +-/Count -2 ++4360 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [498.739 536.253 510.694 546.44] ++/Subtype /Link ++/A << /S /GoTo /D (page.57) >> + >> endobj +-1047 0 obj << +-/Title 1048 0 R +-/A 1045 0 R +-/Parent 1039 0 R +-/Prev 1043 0 R ++4361 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [498.112 524.298 510.067 534.485] ++/Subtype /Link ++/A << /S /GoTo /D (page.57) >> + >> endobj +-1043 0 obj << +-/Title 1044 0 R +-/A 1041 0 R +-/Parent 1039 0 R +-/Next 1047 0 R ++4362 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [481.753 512.343 493.708 522.53] ++/Subtype /Link ++/A << /S /GoTo /D (page.57) >> + >> endobj +-1039 0 obj << +-/Title 1040 0 R +-/A 1037 0 R +-/Parent 1035 0 R +-/First 1043 0 R +-/Last 1047 0 R +-/Count -2 ++4363 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [498.172 500.388 510.127 510.575] ++/Subtype /Link ++/A << /S /GoTo /D (page.57) >> + >> endobj +-1035 0 obj << +-/Title 1036 0 R +-/A 1033 0 R +-/Parent 147 0 R +-/Prev 831 0 R +-/Next 1051 0 R +-/First 1039 0 R +-/Last 1039 0 R +-/Count -1 ++4364 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [495.591 488.433 507.546 498.619] ++/Subtype /Link ++/A << /S /GoTo /D (page.57) >> + >> endobj +-1031 0 obj << +-/Title 1032 0 R +-/A 1029 0 R +-/Parent 863 0 R +-/Prev 1027 0 R ++4365 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [480.269 476.478 492.224 486.664] ++/Subtype /Link ++/A << /S /GoTo /D (page.57) >> + >> endobj +-1027 0 obj << +-/Title 1028 0 R +-/A 1025 0 R +-/Parent 863 0 R +-/Prev 1023 0 R +-/Next 1031 0 R ++4366 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [490.062 464.522 502.017 474.709] ++/Subtype /Link ++/A << /S /GoTo /D (page.57) >> + >> endobj +-1023 0 obj << +-/Title 1024 0 R +-/A 1021 0 R +-/Parent 863 0 R +-/Prev 1019 0 R +-/Next 1027 0 R ++4367 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [471.8 452.567 483.756 462.754] ++/Subtype /Link ++/A << /S /GoTo /D (page.57) >> + >> endobj +-1019 0 obj << +-/Title 1020 0 R +-/A 1017 0 R +-/Parent 863 0 R +-/Prev 1015 0 R +-/Next 1023 0 R ++4368 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [477.878 440.612 489.833 450.799] ++/Subtype /Link ++/A << /S /GoTo /D (page.57) >> + >> endobj +-1015 0 obj << +-/Title 1016 0 R +-/A 1013 0 R +-/Parent 863 0 R +-/Prev 1011 0 R +-/Next 1019 0 R ++4369 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [391.542 416.702 403.497 426.888] ++/Subtype /Link ++/A << /S /GoTo /D (page.58) >> + >> endobj +-1011 0 obj << +-/Title 1012 0 R +-/A 1009 0 R +-/Parent 863 0 R +-/Prev 1007 0 R +-/Next 1015 0 R ++4370 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [434.162 404.747 446.117 414.933] ++/Subtype /Link ++/A << /S /GoTo /D (page.58) >> + >> endobj +-1007 0 obj << +-/Title 1008 0 R +-/A 1005 0 R +-/Parent 863 0 R +-/Prev 1003 0 R +-/Next 1011 0 R ++4371 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [469.578 392.791 481.534 402.978] ++/Subtype /Link ++/A << /S /GoTo /D (page.58) >> + >> endobj +-1003 0 obj << +-/Title 1004 0 R +-/A 1001 0 R +-/Parent 863 0 R +-/Prev 999 0 R +-/Next 1007 0 R ++4372 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [387.656 380.836 399.612 391.023] ++/Subtype /Link ++/A << /S /GoTo /D (page.58) >> + >> endobj +-999 0 obj << +-/Title 1000 0 R +-/A 997 0 R +-/Parent 863 0 R +-/Prev 995 0 R +-/Next 1003 0 R ++4373 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [448.538 368.164 460.493 379.068] ++/Subtype /Link ++/A << /S /GoTo /D (page.58) >> + >> endobj +-995 0 obj << +-/Title 996 0 R +-/A 993 0 R +-/Parent 863 0 R +-/Prev 991 0 R +-/Next 999 0 R ++4374 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [483.954 356.209 495.91 367.113] ++/Subtype /Link ++/A << /S /GoTo /D (page.58) >> + >> endobj +-991 0 obj << +-/Title 992 0 R +-/A 989 0 R +-/Parent 863 0 R +-/Prev 987 0 R +-/Next 995 0 R ++4375 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [426.969 344.253 438.924 355.157] ++/Subtype /Link ++/A << /S /GoTo /D (page.59) >> + >> endobj +-987 0 obj << +-/Title 988 0 R +-/A 985 0 R +-/Parent 863 0 R +-/Prev 983 0 R +-/Next 991 0 R ++4376 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [462.386 332.298 474.341 343.202] ++/Subtype /Link ++/A << /S /GoTo /D (page.59) >> + >> endobj +-983 0 obj << +-/Title 984 0 R +-/A 981 0 R +-/Parent 863 0 R +-/Prev 979 0 R +-/Next 987 0 R ++4377 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [449.654 320.343 461.609 331.247] ++/Subtype /Link ++/A << /S /GoTo /D (page.59) >> + >> endobj +-979 0 obj << +-/Title 980 0 R +-/A 977 0 R +-/Parent 863 0 R +-/Prev 975 0 R +-/Next 983 0 R ++4378 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [485.07 308.388 497.026 319.292] ++/Subtype /Link ++/A << /S /GoTo /D (page.59) >> + >> endobj +-975 0 obj << +-/Title 976 0 R +-/A 973 0 R +-/Parent 863 0 R +-/Prev 971 0 R +-/Next 979 0 R ++4379 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [441.365 296.433 453.32 307.337] ++/Subtype /Link ++/A << /S /GoTo /D (page.57) >> + >> endobj +-971 0 obj << +-/Title 972 0 R +-/A 969 0 R +-/Parent 863 0 R +-/Prev 967 0 R +-/Next 975 0 R ++4380 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [447.302 284.478 459.258 295.382] ++/Subtype /Link ++/A << /S /GoTo /D (page.57) >> + >> endobj +-967 0 obj << +-/Title 968 0 R +-/A 965 0 R +-/Parent 863 0 R +-/Prev 963 0 R +-/Next 971 0 R ++4381 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [447.432 273.24 459.387 283.426] ++/Subtype /Link ++/A << /S /GoTo /D (page.59) >> + >> endobj +-963 0 obj << +-/Title 964 0 R +-/A 961 0 R +-/Parent 863 0 R +-/Prev 959 0 R +-/Next 967 0 R ++4382 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [482.849 261.285 494.804 271.471] ++/Subtype /Link ++/A << /S /GoTo /D (page.59) >> + >> endobj +-959 0 obj << +-/Title 960 0 R +-/A 957 0 R +-/Parent 863 0 R +-/Prev 955 0 R +-/Next 963 0 R ++4383 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [425.863 249.329 437.818 259.516] ++/Subtype /Link ++/A << /S /GoTo /D (page.59) >> + >> endobj +-955 0 obj << +-/Title 956 0 R +-/A 953 0 R +-/Parent 863 0 R +-/Prev 951 0 R +-/Next 959 0 R ++4384 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [461.28 237.374 473.235 247.561] ++/Subtype /Link ++/A << /S /GoTo /D (page.60) >> + >> endobj +-951 0 obj << +-/Title 952 0 R +-/A 949 0 R +-/Parent 863 0 R +-/Prev 947 0 R +-/Next 955 0 R ++4385 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [448.548 224.702 460.503 235.606] ++/Subtype /Link ++/A << /S /GoTo /D (page.60) >> + >> endobj +-947 0 obj << +-/Title 948 0 R +-/A 945 0 R +-/Parent 863 0 R +-/Prev 943 0 R +-/Next 951 0 R ++4386 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [483.964 212.747 495.92 223.651] ++/Subtype /Link ++/A << /S /GoTo /D (page.60) >> + >> endobj +-943 0 obj << +-/Title 944 0 R +-/A 941 0 R +-/Parent 863 0 R +-/Prev 939 0 R +-/Next 947 0 R ++4387 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [490.899 188.836 502.854 199.74] ++/Subtype /Link ++/A << /S /GoTo /D (page.96) >> + >> endobj +-939 0 obj << +-/Title 940 0 R +-/A 937 0 R +-/Parent 863 0 R +-/Prev 935 0 R +-/Next 943 0 R ++4388 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [357.789 166.864 369.744 175.83] ++/Subtype /Link ++/A << /S /GoTo /D (page.96) >> + >> endobj +-935 0 obj << +-/Title 936 0 R +-/A 933 0 R +-/Parent 863 0 R +-/Prev 931 0 R +-/Next 939 0 R ++4389 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [392.658 141.016 404.613 151.92] ++/Subtype /Link ++/A << /S /GoTo /D (page.38) >> + >> endobj +-931 0 obj << +-/Title 932 0 R +-/A 929 0 R +-/Parent 863 0 R +-/Prev 927 0 R +-/Next 935 0 R ++4390 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [463.083 117.105 475.038 128.009] ++/Subtype /Link ++/A << /S /GoTo /D (page.95) >> + >> endobj +-927 0 obj << +-/Title 928 0 R +-/A 925 0 R +-/Parent 863 0 R +-/Prev 923 0 R +-/Next 931 0 R ++4391 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [431.392 93.195 443.347 104.099] ++/Subtype /Link ++/A << /S /GoTo /D (page.35) >> + >> endobj +-923 0 obj << +-/Title 924 0 R +-/A 921 0 R +-/Parent 863 0 R +-/Prev 919 0 R +-/Next 927 0 R ++4314 0 obj << ++/D [4312 0 R /XYZ 90 757.935 null] + >> endobj +-919 0 obj << +-/Title 920 0 R +-/A 917 0 R +-/Parent 863 0 R +-/Prev 915 0 R +-/Next 923 0 R ++4311 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] + >> endobj +-915 0 obj << +-/Title 916 0 R +-/A 913 0 R +-/Parent 863 0 R +-/Prev 911 0 R +-/Next 919 0 R ++4394 0 obj << ++/Length 3588 ++/Filter /FlateDecode ++>> ++stream ++xڵ\r7}WQ 2ml嶱M%)EeRBRk~`;h9q DOq'i~XmsAshu"L:Ga=͇ ?>lwuC ә!88-jP,N ô0"!z$kps-?bQ8C޶5YŠ̈"jCQ H7Tv$%j@~97Ӽ9F2.3q  A7<~`2z8L7)Y(E?En$=`>-@eЍ̨"zjLNQ.*NFKSrÔ@،0#jNmXY\;Dc@.9t-T*CnXY LEp'"+R qq} ++L1um (&8OSǡ"aHNPkkpsD' &c֐E(B}.*W/W_}? _~{ zuN3GĺTFhLm^_M8 }kpsD'y`a h\֨א.i7o[[6[vA[vio6 :wooyzA7q&,f JcЍ̼g׀6txD/ 3B6(dt B}ڨiLm]_"İ9эOx̹-yy#GHlrEBrӛ.^gݸ>V7Ɓǎ&3W>o踆ɠmc^Զ}{DcfzVߔN:`>mT4fCܞx +++e6=YKnx"|d!8)MKH;;PPmэO,q}iI("Wct KXj~[# " .F7< 107[3GFSSBP!B@?n!tќ8rLM9+GOA09n=8f!Ԇ.qvJU}VئMhǨ`ܽ"b0E>P8|_z?̗VP+1٩11d1s1TSjp R-z U-a7|=A:t vjmЍ ++Lj=X`q|P)))GJ=~l֫}HĆL-64qM'  ņjjY=nOð~vw qN@5qPߤ9 ++#N@5H3 ++Nb=8DP&+ד>q訆ٔ]9]{l5 lwO)Cl m,b)B7%Jc=q~ZozdC<,հ/J4qEoR7/>s*ј"]q=SDa sYquEԁgTǜ+E>=i:">Jc4+JtLjRF1ԫsC 74&,7~pPsqr8p0Z8p(]q~u+ ;hL80Sc S}\~&^)Lqԉׁg'^Lsn-M16\ TO)At`jA2gg 2]#88=;\aNA5&cYs$Ls5^΂ Ox>ST7+N;u3ae0e6볤HP"gg$a's1:.qNۤw{@ϢVmavj9lYL%<\ll`jY]J|VunN=']>{ߣe7l> endobj +-911 0 obj << +-/Title 912 0 R +-/A 909 0 R +-/Parent 863 0 R +-/Prev 907 0 R +-/Next 915 0 R ++4396 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [207.439 727.536 219.394 737.723] ++/Subtype /Link ++/A << /S /GoTo /D (page.35) >> + >> endobj +-907 0 obj << +-/Title 908 0 R +-/A 905 0 R +-/Parent 863 0 R +-/Prev 903 0 R +-/Next 911 0 R ++4397 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [176.445 714.802 188.4 725.706] ++/Subtype /Link ++/A << /S /GoTo /D (page.35) >> + >> endobj +-903 0 obj << +-/Title 904 0 R +-/A 901 0 R +-/Parent 863 0 R +-/Prev 899 0 R +-/Next 907 0 R ++4398 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [181.426 703.503 193.382 713.689] ++/Subtype /Link ++/A << /S /GoTo /D (page.35) >> + >> endobj +-899 0 obj << +-/Title 900 0 R +-/A 897 0 R +-/Parent 863 0 R +-/Prev 895 0 R +-/Next 903 0 R ++4399 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [229.436 678.752 241.392 689.656] ++/Subtype /Link ++/A << /S /GoTo /D (page.45) >> + >> endobj +-895 0 obj << +-/Title 896 0 R +-/A 893 0 R +-/Parent 863 0 R +-/Prev 891 0 R +-/Next 899 0 R ++4400 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [253.327 666.735 265.282 677.639] ++/Subtype /Link ++/A << /S /GoTo /D (page.45) >> + >> endobj +-891 0 obj << +-/Title 892 0 R +-/A 889 0 R +-/Parent 863 0 R +-/Prev 887 0 R +-/Next 895 0 R ++4401 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [159.29 642.763 171.245 653.667] ++/Subtype /Link ++/A << /S /GoTo /D (page.45) >> + >> endobj +-887 0 obj << +-/Title 888 0 R +-/A 885 0 R +-/Parent 863 0 R +-/Prev 883 0 R +-/Next 891 0 R ++4402 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [158.732 618.791 170.687 629.695] ++/Subtype /Link ++/A << /S /GoTo /D (page.45) >> + >> endobj +-883 0 obj << +-/Title 884 0 R +-/A 881 0 R +-/Parent 863 0 R +-/Prev 879 0 R +-/Next 887 0 R ++4403 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [186.418 594.757 198.373 605.661] ++/Subtype /Link ++/A << /S /GoTo /D (page.34) >> + >> endobj +-879 0 obj << +-/Title 880 0 R +-/A 877 0 R +-/Parent 863 0 R +-/Prev 875 0 R +-/Next 883 0 R ++4404 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [215.19 570.724 227.145 581.628] ++/Subtype /Link ++/A << /S /GoTo /D (page.49) >> + >> endobj +-875 0 obj << +-/Title 876 0 R +-/A 873 0 R +-/Parent 863 0 R +-/Prev 871 0 R +-/Next 879 0 R ++4405 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [210.209 558.707 222.164 569.611] ++/Subtype /Link ++/A << /S /GoTo /D (page.49) >> + >> endobj +-871 0 obj << +-/Title 872 0 R +-/A 869 0 R +-/Parent 863 0 R +-/Prev 867 0 R +-/Next 875 0 R ++4406 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [211.474 535.391 223.429 545.577] ++/Subtype /Link ++/A << /S /GoTo /D (page.36) >> + >> endobj +-867 0 obj << +-/Title 868 0 R +-/A 865 0 R +-/Parent 863 0 R +-/Next 871 0 R ++4407 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [204.679 523.374 216.634 533.561] ++/Subtype /Link ++/A << /S /GoTo /D (page.36) >> + >> endobj +-863 0 obj << +-/Title 864 0 R +-/A 861 0 R +-/Parent 831 0 R +-/Prev 851 0 R +-/First 867 0 R +-/Last 1031 0 R +-/Count -42 ++4408 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [211.474 511.357 223.429 521.544] ++/Subtype /Link ++/A << /S /GoTo /D (page.37) >> + >> endobj +-859 0 obj << +-/Title 860 0 R +-/A 857 0 R +-/Parent 851 0 R +-/Prev 855 0 R ++4409 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [224.196 499.34 236.151 509.527] ++/Subtype /Link ++/A << /S /GoTo /D (page.36) >> + >> endobj +-855 0 obj << +-/Title 856 0 R +-/A 853 0 R +-/Parent 851 0 R +-/Next 859 0 R ++4410 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [202.468 487.323 214.423 497.51] ++/Subtype /Link ++/A << /S /GoTo /D (page.37) >> + >> endobj +-851 0 obj << +-/Title 852 0 R +-/A 849 0 R +-/Parent 831 0 R +-/Prev 839 0 R +-/Next 863 0 R +-/First 855 0 R +-/Last 859 0 R +-/Count -2 ++4411 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [205.775 475.307 217.73 485.493] ++/Subtype /Link ++/A << /S /GoTo /D (page.36) >> + >> endobj +-847 0 obj << +-/Title 848 0 R +-/A 845 0 R +-/Parent 839 0 R +-/Prev 843 0 R ++4412 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [190.841 463.29 202.796 473.477] ++/Subtype /Link ++/A << /S /GoTo /D (page.37) >> + >> endobj +-843 0 obj << +-/Title 844 0 R +-/A 841 0 R +-/Parent 839 0 R +-/Next 847 0 R ++4413 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [216.854 451.273 228.809 461.46] ++/Subtype /Link ++/A << /S /GoTo /D (page.36) >> + >> endobj +-839 0 obj << +-/Title 840 0 R +-/A 837 0 R +-/Parent 831 0 R +-/Prev 835 0 R +-/Next 851 0 R +-/First 843 0 R +-/Last 847 0 R +-/Count -2 ++4414 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [217.411 439.256 229.367 449.443] ++/Subtype /Link ++/A << /S /GoTo /D (page.36) >> + >> endobj +-835 0 obj << +-/Title 836 0 R +-/A 833 0 R +-/Parent 831 0 R +-/Next 839 0 R ++4415 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [246.732 427.24 258.687 437.426] ++/Subtype /Link ++/A << /S /GoTo /D (page.36) >> + >> endobj +-831 0 obj << +-/Title 832 0 R +-/A 829 0 R +-/Parent 147 0 R +-/Prev 803 0 R +-/Next 1035 0 R +-/First 835 0 R +-/Last 863 0 R +-/Count -4 ++4416 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [203.553 402.489 215.509 413.393] ++/Subtype /Link ++/A << /S /GoTo /D (page.37) >> + >> endobj +-827 0 obj << +-/Title 828 0 R +-/A 825 0 R +-/Parent 811 0 R +-/Prev 823 0 R ++4417 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [212.958 390.472 224.913 401.376] ++/Subtype /Link ++/A << /S /GoTo /D (page.36) >> + >> endobj +-823 0 obj << +-/Title 824 0 R +-/A 821 0 R +-/Parent 811 0 R +-/Prev 819 0 R +-/Next 827 0 R ++4418 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [185.86 378.455 197.815 389.359] ++/Subtype /Link ++/A << /S /GoTo /D (page.36) >> + >> endobj +-819 0 obj << +-/Title 820 0 R +-/A 817 0 R +-/Parent 811 0 R +-/Prev 815 0 R +-/Next 823 0 R ++4419 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [155.972 343.432 172.909 354.336] ++/Subtype /Link ++/A << /S /GoTo /D (page.101) >> + >> endobj +-815 0 obj << +-/Title 816 0 R +-/A 813 0 R +-/Parent 811 0 R +-/Next 819 0 R ++4420 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [155.972 319.398 172.909 330.302] ++/Subtype /Link ++/A << /S /GoTo /D (page.101) >> + >> endobj +-811 0 obj << +-/Title 812 0 R +-/A 809 0 R +-/Parent 803 0 R +-/Prev 807 0 R +-/First 815 0 R +-/Last 827 0 R +-/Count -4 ++4421 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [256.156 295.365 273.092 306.268] ++/Subtype /Link ++/A << /S /GoTo /D (page.114) >> + >> endobj +-807 0 obj << +-/Title 808 0 R +-/A 805 0 R +-/Parent 803 0 R +-/Next 811 0 R ++4422 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [155.972 260.341 172.909 271.245] ++/Subtype /Link ++/A << /S /GoTo /D (page.101) >> + >> endobj +-803 0 obj << +-/Title 804 0 R +-/A 801 0 R +-/Parent 147 0 R +-/Prev 783 0 R +-/Next 831 0 R +-/First 807 0 R +-/Last 811 0 R +-/Count -2 ++4423 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [128.854 226.41 145.791 235.256] ++/Subtype /Link ++/A << /S /GoTo /D (page.105) >> + >> endobj +-799 0 obj << +-/Title 800 0 R +-/A 797 0 R +-/Parent 787 0 R +-/Prev 795 0 R ++4424 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [157.915 213.053 174.851 223.24] ++/Subtype /Link ++/A << /S /GoTo /D (page.136) >> + >> endobj +-795 0 obj << +-/Title 796 0 R +-/A 793 0 R +-/Parent 787 0 R +-/Prev 791 0 R +-/Next 799 0 R ++4425 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [170.079 200.319 182.034 211.223] ++/Subtype /Link ++/A << /S /GoTo /D (page.86) >> + >> endobj +-791 0 obj << +-/Title 792 0 R +-/A 789 0 R +-/Parent 787 0 R +-/Next 795 0 R ++4426 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [121.94 189.019 138.876 199.206] ++/Subtype /Link ++/A << /S /GoTo /D (page.138) >> + >> endobj +-787 0 obj << +-/Title 788 0 R +-/A 785 0 R +-/Parent 783 0 R +-/First 791 0 R +-/Last 799 0 R +-/Count -3 ++4427 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [203.015 164.268 219.952 175.172] ++/Subtype /Link ++/A << /S /GoTo /D (page.108) >> + >> endobj +-783 0 obj << +-/Title 784 0 R +-/A 781 0 R +-/Parent 147 0 R +-/Prev 759 0 R +-/Next 803 0 R +-/First 787 0 R +-/Last 787 0 R +-/Count -1 ++4428 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [155.972 140.235 172.909 151.139] ++/Subtype /Link ++/A << /S /GoTo /D (page.101) >> + >> endobj +-779 0 obj << +-/Title 780 0 R +-/A 777 0 R +-/Parent 763 0 R +-/Prev 775 0 R ++4429 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [213.536 105.212 230.473 116.116] ++/Subtype /Link ++/A << /S /GoTo /D (page.115) >> + >> endobj +-775 0 obj << +-/Title 776 0 R +-/A 773 0 R +-/Parent 763 0 R +-/Prev 771 0 R +-/Next 779 0 R ++4430 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [384.907 726.819 401.843 737.723] ++/Subtype /Link ++/A << /S /GoTo /D (page.101) >> + >> endobj +-771 0 obj << +-/Title 772 0 R +-/A 769 0 R +-/Parent 763 0 R +-/Prev 767 0 R +-/Next 775 0 R ++4431 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [390.167 714.864 402.122 725.768] ++/Subtype /Link ++/A << /S /GoTo /D (page.55) >> + >> endobj +-767 0 obj << +-/Title 768 0 R +-/A 765 0 R +-/Parent 763 0 R +-/Next 771 0 R ++4432 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [485.09 690.953 502.027 701.857] ++/Subtype /Link ++/A << /S /GoTo /D (page.114) >> + >> endobj +-763 0 obj << +-/Title 764 0 R +-/A 761 0 R +-/Parent 759 0 R +-/First 767 0 R +-/Last 779 0 R +-/Count -4 ++4433 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [378.939 678.998 395.876 689.902] ++/Subtype /Link ++/A << /S /GoTo /D (page.139) >> + >> endobj +-759 0 obj << +-/Title 760 0 R +-/A 757 0 R +-/Parent 147 0 R +-/Prev 735 0 R +-/Next 783 0 R +-/First 763 0 R +-/Last 763 0 R +-/Count -1 ++4434 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [466.26 667.043 478.216 677.947] ++/Subtype /Link ++/A << /S /GoTo /D (page.96) >> + >> endobj +-755 0 obj << +-/Title 756 0 R +-/A 753 0 R +-/Parent 739 0 R +-/Prev 751 0 R ++4435 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [384.907 633.569 401.843 644.472] ++/Subtype /Link ++/A << /S /GoTo /D (page.101) >> + >> endobj +-751 0 obj << +-/Title 752 0 R +-/A 749 0 R +-/Parent 739 0 R +-/Prev 747 0 R +-/Next 755 0 R ++4436 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [414.795 621.613 431.731 632.517] ++/Subtype /Link ++/A << /S /GoTo /D (page.107) >> + >> endobj +-747 0 obj << +-/Title 748 0 R +-/A 745 0 R +-/Parent 739 0 R +-/Prev 743 0 R +-/Next 751 0 R ++4437 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [384.907 597.703 401.843 608.607] ++/Subtype /Link ++/A << /S /GoTo /D (page.101) >> + >> endobj +-743 0 obj << +-/Title 744 0 R +-/A 741 0 R +-/Parent 739 0 R +-/Next 747 0 R ++4438 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [384.907 573.793 401.843 584.697] ++/Subtype /Link ++/A << /S /GoTo /D (page.101) >> + >> endobj +-739 0 obj << +-/Title 740 0 R +-/A 737 0 R +-/Parent 735 0 R +-/First 743 0 R +-/Last 755 0 R +-/Count -4 ++4439 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [485.09 549.882 502.027 560.786] ++/Subtype /Link ++/A << /S /GoTo /D (page.114) >> + >> endobj +-735 0 obj << +-/Title 736 0 R +-/A 733 0 R +-/Parent 147 0 R +-/Prev 715 0 R +-/Next 759 0 R +-/First 739 0 R +-/Last 739 0 R +-/Count -1 ++4440 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [384.907 525.972 401.843 536.876] ++/Subtype /Link ++/A << /S /GoTo /D (page.101) >> + >> endobj +-731 0 obj << +-/Title 732 0 R +-/A 729 0 R +-/Parent 719 0 R +-/Prev 727 0 R ++4441 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [389.041 514.017 400.996 524.921] ++/Subtype /Link ++/A << /S /GoTo /D (page.73) >> + >> endobj +-727 0 obj << +-/Title 728 0 R +-/A 725 0 R +-/Parent 719 0 R +-/Prev 723 0 R +-/Next 731 0 R ++4442 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [366.914 492.498 378.869 503.402] ++/Subtype /Link ++/A << /S /GoTo /D (page.35) >> + >> endobj +-723 0 obj << +-/Title 724 0 R +-/A 721 0 R +-/Parent 719 0 R +-/Next 727 0 R ++4443 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [405.121 480.542 417.076 491.446] ++/Subtype /Link ++/A << /S /GoTo /D (page.61) >> + >> endobj +-719 0 obj << +-/Title 720 0 R +-/A 717 0 R +-/Parent 715 0 R +-/First 723 0 R +-/Last 731 0 R +-/Count -3 ++4444 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [424.488 468.587 436.443 479.491] ++/Subtype /Link ++/A << /S /GoTo /D (page.50) >> + >> endobj +-715 0 obj << +-/Title 716 0 R +-/A 713 0 R +-/Parent 147 0 R +-/Prev 699 0 R +-/Next 735 0 R +-/First 719 0 R +-/Last 719 0 R +-/Count -1 ++4445 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [384.907 444.677 401.843 455.581] ++/Subtype /Link ++/A << /S /GoTo /D (page.102) >> + >> endobj +-711 0 obj << +-/Title 712 0 R +-/A 709 0 R +-/Parent 703 0 R +-/Prev 707 0 R ++4446 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [450.888 432.722 462.844 443.626] ++/Subtype /Link ++/A << /S /GoTo /D (page.95) >> + >> endobj +-707 0 obj << +-/Title 708 0 R +-/A 705 0 R +-/Parent 703 0 R +-/Next 711 0 R ++4447 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [401.514 420.767 418.451 431.67] ++/Subtype /Link ++/A << /S /GoTo /D (page.140) >> + >> endobj +-703 0 obj << +-/Title 704 0 R +-/A 701 0 R +-/Parent 699 0 R +-/First 707 0 R +-/Last 711 0 R +-/Count -2 ++4448 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [384.907 396.856 401.843 407.76] ++/Subtype /Link ++/A << /S /GoTo /D (page.102) >> + >> endobj +-699 0 obj << +-/Title 700 0 R +-/A 697 0 R +-/Parent 147 0 R +-/Prev 683 0 R +-/Next 715 0 R +-/First 703 0 R +-/Last 703 0 R +-/Count -1 ++4449 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [384.907 372.946 401.843 383.85] ++/Subtype /Link ++/A << /S /GoTo /D (page.102) >> + >> endobj +-695 0 obj << +-/Title 696 0 R +-/A 693 0 R +-/Parent 687 0 R +-/Prev 691 0 R ++4450 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [431.95 339.471 448.887 350.375] ++/Subtype /Link ++/A << /S /GoTo /D (page.108) >> + >> endobj +-691 0 obj << +-/Title 692 0 R +-/A 689 0 R +-/Parent 687 0 R +-/Next 695 0 R ++4451 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [431.95 315.561 448.887 326.465] ++/Subtype /Link ++/A << /S /GoTo /D (page.108) >> + >> endobj +-687 0 obj << +-/Title 688 0 R +-/A 685 0 R +-/Parent 683 0 R +-/First 691 0 R +-/Last 695 0 R +-/Count -2 ++4452 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [384.907 291.651 401.843 302.555] ++/Subtype /Link ++/A << /S /GoTo /D (page.102) >> + >> endobj +-683 0 obj << +-/Title 684 0 R +-/A 681 0 R +-/Parent 147 0 R +-/Prev 667 0 R +-/Next 699 0 R +-/First 687 0 R +-/Last 687 0 R +-/Count -1 ++4453 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [384.907 267.74 401.843 278.644] ++/Subtype /Link ++/A << /S /GoTo /D (page.102) >> + >> endobj +-679 0 obj << +-/Title 680 0 R +-/A 677 0 R +-/Parent 671 0 R +-/Prev 675 0 R ++4454 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [384.907 243.83 401.843 254.734] ++/Subtype /Link ++/A << /S /GoTo /D (page.102) >> + >> endobj +-675 0 obj << +-/Title 676 0 R +-/A 673 0 R +-/Parent 671 0 R +-/Next 679 0 R ++4455 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [485.888 219.92 502.824 230.824] ++/Subtype /Link ++/A << /S /GoTo /D (page.112) >> + >> endobj +-671 0 obj << +-/Title 672 0 R +-/A 669 0 R +-/Parent 667 0 R +-/First 675 0 R +-/Last 679 0 R +-/Count -2 ++4456 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [485.09 186.445 502.027 197.349] ++/Subtype /Link ++/A << /S /GoTo /D (page.114) >> + >> endobj +-667 0 obj << +-/Title 668 0 R +-/A 665 0 R +-/Parent 147 0 R +-/Prev 627 0 R +-/Next 683 0 R +-/First 671 0 R +-/Last 671 0 R +-/Count -1 ++4457 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [389.2 174.49 401.155 185.394] ++/Subtype /Link ++/A << /S /GoTo /D (page.49) >> + >> endobj +-663 0 obj << +-/Title 664 0 R +-/A 661 0 R +-/Parent 631 0 R +-/Prev 659 0 R ++4458 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [485.09 141.016 502.027 151.92] ++/Subtype /Link ++/A << /S /GoTo /D (page.114) >> + >> endobj +-659 0 obj << +-/Title 660 0 R +-/A 657 0 R +-/Parent 631 0 R +-/Prev 655 0 R +-/Next 663 0 R ++4459 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [479.551 117.105 496.488 128.009] ++/Subtype /Link ++/A << /S /GoTo /D (page.110) >> + >> endobj +-655 0 obj << +-/Title 656 0 R +-/A 653 0 R +-/Parent 631 0 R +-/Prev 651 0 R +-/Next 659 0 R ++4460 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [485.09 93.195 502.027 104.099] ++/Subtype /Link ++/A << /S /GoTo /D (page.114) >> + >> endobj +-651 0 obj << +-/Title 652 0 R +-/A 649 0 R +-/Parent 631 0 R +-/Prev 647 0 R +-/Next 655 0 R ++4395 0 obj << ++/D [4393 0 R /XYZ 90 757.935 null] + >> endobj +-647 0 obj << +-/Title 648 0 R +-/A 645 0 R +-/Parent 631 0 R +-/Prev 643 0 R +-/Next 651 0 R ++4392 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] + >> endobj +-643 0 obj << +-/Title 644 0 R +-/A 641 0 R +-/Parent 631 0 R +-/Prev 639 0 R +-/Next 647 0 R ++4463 0 obj << ++/Length 1279 ++/Filter /FlateDecode ++>> ++stream ++xڵXM6Who{kihևi`ȶV\Yf;)(ؠӼpla#Q"63`팸1<[Ͽ_ξH#-Y|_ J|1&}? &Mg?h aĴ`:zq0}5g0ߗ 'y'OSB4YTtYm*Ts^/SQV 2^*QB$!~kޠ<ȿf)ѪDX=%rZ/ $+ADHjzYt܂凴z9k3wrQ>K* ++ӫڗY&sVk`&19l(&WA=Ly<>㈱b_/JKzaZd_mAF|}ȏU7UA:Z!.hq  Yˁi@~ܑBl;٤ ls(ܯ ++ Ij ++䅳򈀓shcL؊ FP[yund0'ß]OYRlL!rOW'K,A 8c.3v"%r- :ӓ]I҈S-t9dJqv0lf٘#E# &9TYiWW{;r7(AȚ^Mq * iрz])fL' ++ c)U b%p'_c8\ΤxXI9HJj1df| e9Tv\?*S.t5[!k!d>q f!>2*Dҥ.oOE-xU@AX(Y]\Uzp7x־Q{&\ ̧_B ++%βM۽dhރ{})Ah,hڴC]HFئrmZAMЂ ++`lH yH1>Jl3ςyzvLJU`)>Y0-:n{ ++j 'K#f^A9H E/܈_3Y+lv`^WɠvpU/mvʴʶht~qm}Jw >alsZrk\5w~*6CrğXza¯ݣ.;v7DԿ+hTendstream ++endobj ++4462 0 obj << ++/Type /Page ++/Contents 4463 0 R ++/Resources 4461 0 R ++/MediaBox [0 0 595.276 841.89] ++/Parent 4144 0 R ++/Annots [ 4465 0 R 4466 0 R 4467 0 R 4468 0 R 4469 0 R 4470 0 R 4471 0 R 4472 0 R 4473 0 R 4474 0 R 4475 0 R 4476 0 R 4477 0 R 4478 0 R 4479 0 R 4480 0 R 4481 0 R ] + >> endobj +-639 0 obj << +-/Title 640 0 R +-/A 637 0 R +-/Parent 631 0 R +-/Prev 635 0 R +-/Next 643 0 R ++4465 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [250.617 714.864 267.553 725.768] ++/Subtype /Link ++/A << /S /GoTo /D (page.110) >> + >> endobj +-635 0 obj << +-/Title 636 0 R +-/A 633 0 R +-/Parent 631 0 R +-/Next 639 0 R ++4466 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [256.156 690.953 273.092 701.857] ++/Subtype /Link ++/A << /S /GoTo /D (page.114) >> + >> endobj +-631 0 obj << +-/Title 632 0 R +-/A 629 0 R +-/Parent 627 0 R +-/First 635 0 R +-/Last 663 0 R +-/Count -8 ++4467 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [250.617 667.043 267.553 677.947] ++/Subtype /Link ++/A << /S /GoTo /D (page.110) >> + >> endobj +-627 0 obj << +-/Title 628 0 R +-/A 625 0 R +-/Parent 147 0 R +-/Prev 583 0 R +-/Next 667 0 R +-/First 631 0 R +-/Last 631 0 R +-/Count -1 ++4468 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [256.156 643.133 273.092 654.037] ++/Subtype /Link ++/A << /S /GoTo /D (page.114) >> + >> endobj +-623 0 obj << +-/Title 624 0 R +-/A 621 0 R +-/Parent 587 0 R +-/Prev 619 0 R ++4469 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [250.617 619.222 267.553 630.126] ++/Subtype /Link ++/A << /S /GoTo /D (page.111) >> + >> endobj +-619 0 obj << +-/Title 620 0 R +-/A 617 0 R +-/Parent 587 0 R +-/Prev 615 0 R +-/Next 623 0 R +->> endobj +-615 0 obj << +-/Title 616 0 R +-/A 613 0 R +-/Parent 587 0 R +-/Prev 611 0 R +-/Next 619 0 R ++4470 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [155.972 595.312 172.909 606.216] ++/Subtype /Link ++/A << /S /GoTo /D (page.102) >> + >> endobj +-611 0 obj << +-/Title 612 0 R +-/A 609 0 R +-/Parent 587 0 R +-/Prev 607 0 R +-/Next 615 0 R ++4471 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [128.854 561.504 145.791 570.35] ++/Subtype /Link ++/A << /S /GoTo /D (page.105) >> + >> endobj +-607 0 obj << +-/Title 608 0 R +-/A 605 0 R +-/Parent 587 0 R +-/Prev 603 0 R +-/Next 611 0 R ++4472 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [221.825 535.536 238.761 546.44] ++/Subtype /Link ++/A << /S /GoTo /D (page.109) >> + >> endobj +-603 0 obj << +-/Title 604 0 R +-/A 601 0 R +-/Parent 587 0 R +-/Prev 599 0 R +-/Next 607 0 R ++4473 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [158.184 513.618 170.139 524.522] ++/Subtype /Link ++/A << /S /GoTo /D (page.76) >> + >> endobj +-599 0 obj << +-/Title 600 0 R +-/A 597 0 R +-/Parent 587 0 R +-/Prev 595 0 R +-/Next 603 0 R ++4474 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [186.796 501.663 198.751 512.567] ++/Subtype /Link ++/A << /S /GoTo /D (page.45) >> + >> endobj +-595 0 obj << +-/Title 596 0 R +-/A 593 0 R +-/Parent 587 0 R +-/Prev 591 0 R +-/Next 599 0 R ++4475 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [163.604 489.708 175.559 500.612] ++/Subtype /Link ++/A << /S /GoTo /D (page.34) >> + >> endobj +-591 0 obj << +-/Title 592 0 R +-/A 589 0 R +-/Parent 587 0 R +-/Next 595 0 R ++4476 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [187.026 477.753 198.981 488.657] ++/Subtype /Link ++/A << /S /GoTo /D (page.36) >> + >> endobj +-587 0 obj << +-/Title 588 0 R +-/A 585 0 R +-/Parent 583 0 R +-/First 591 0 R +-/Last 623 0 R +-/Count -9 ++4477 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [164.859 465.798 176.814 476.702] ++/Subtype /Link ++/A << /S /GoTo /D (page.38) >> + >> endobj +-583 0 obj << +-/Title 584 0 R +-/A 581 0 R +-/Parent 147 0 R +-/Prev 567 0 R +-/Next 627 0 R +-/First 587 0 R +-/Last 587 0 R +-/Count -1 ++4478 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [203.015 441.887 219.952 452.791] ++/Subtype /Link ++/A << /S /GoTo /D (page.108) >> + >> endobj +-579 0 obj << +-/Title 580 0 R +-/A 577 0 R +-/Parent 571 0 R +-/Prev 575 0 R ++4479 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [155.972 417.977 172.909 428.881] ++/Subtype /Link ++/A << /S /GoTo /D (page.102) >> + >> endobj +-575 0 obj << +-/Title 576 0 R +-/A 573 0 R +-/Parent 571 0 R +-/Next 579 0 R ++4480 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [155.972 384.104 172.909 395.008] ++/Subtype /Link ++/A << /S /GoTo /D (page.103) >> + >> endobj +-571 0 obj << +-/Title 572 0 R +-/A 569 0 R +-/Parent 567 0 R +-/First 575 0 R +-/Last 579 0 R +-/Count -2 ++4481 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [185.86 350.231 202.796 361.135] ++/Subtype /Link ++/A << /S /GoTo /D (page.107) >> + >> endobj +-567 0 obj << +-/Title 568 0 R +-/A 565 0 R +-/Parent 147 0 R +-/Prev 479 0 R +-/Next 583 0 R +-/First 571 0 R +-/Last 571 0 R +-/Count -1 ++4464 0 obj << ++/D [4462 0 R /XYZ 90 757.935 null] + >> endobj +-563 0 obj << +-/Title 564 0 R +-/A 561 0 R +-/Parent 499 0 R +-/Prev 559 0 R +->> endobj +-559 0 obj << +-/Title 560 0 R +-/A 557 0 R +-/Parent 499 0 R +-/Prev 555 0 R +-/Next 563 0 R +->> endobj +-555 0 obj << +-/Title 556 0 R +-/A 553 0 R +-/Parent 499 0 R +-/Prev 551 0 R +-/Next 559 0 R ++4461 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] + >> endobj +-551 0 obj << +-/Title 552 0 R +-/A 549 0 R +-/Parent 499 0 R +-/Prev 547 0 R +-/Next 555 0 R +->> endobj +-547 0 obj << +-/Title 548 0 R +-/A 545 0 R +-/Parent 499 0 R +-/Prev 543 0 R +-/Next 551 0 R +->> endobj +-543 0 obj << +-/Title 544 0 R +-/A 541 0 R +-/Parent 499 0 R +-/Prev 539 0 R +-/Next 547 0 R +->> endobj +-539 0 obj << +-/Title 540 0 R +-/A 537 0 R +-/Parent 499 0 R +-/Prev 535 0 R +-/Next 543 0 R ++4482 0 obj << ++/Type /Encoding ++/Differences [ 0 /.notdef 1/dotaccent/fi/fl/fraction/hungarumlaut/Lslash/lslash/ogonek/ring 10/.notdef 11/breve/minus 13/.notdef 14/Zcaron/zcaron/caron/dotlessi/dotlessj/ff/ffi/ffl 22/.notdef 30/grave/quotesingle/space/exclam/quotedbl/numbersign/dollar/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/at/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/bracketleft/backslash/bracketright/asciicircum/underscore/quoteleft/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/bar/braceright/asciitilde 127/.notdef 128/Euro 129/.notdef 130/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl/circumflex/perthousand/Scaron/guilsinglleft/OE 141/.notdef 147/quotedblleft/quotedblright/bullet/endash/emdash/tilde/trademark/scaron/guilsinglright/oe 157/.notdef 159/Ydieresis 160/.notdef 161/exclamdown/cent/sterling/currency/yen/brokenbar/section/dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron/degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis] + >> endobj +-535 0 obj << +-/Title 536 0 R +-/A 533 0 R +-/Parent 499 0 R +-/Prev 531 0 R +-/Next 539 0 R +->> endobj +-531 0 obj << +-/Title 532 0 R +-/A 529 0 R +-/Parent 499 0 R +-/Prev 527 0 R +-/Next 535 0 R +->> endobj +-527 0 obj << +-/Title 528 0 R +-/A 525 0 R +-/Parent 499 0 R +-/Prev 523 0 R +-/Next 531 0 R +->> endobj +-523 0 obj << +-/Title 524 0 R +-/A 521 0 R +-/Parent 499 0 R +-/Prev 519 0 R +-/Next 527 0 R ++677 0 obj << ++/Type /Font ++/Subtype /Type1 ++/Encoding 4482 0 R ++/BaseFont /Times-BoldItalic + >> endobj +-519 0 obj << +-/Title 520 0 R +-/A 517 0 R +-/Parent 499 0 R +-/Prev 515 0 R +-/Next 523 0 R ++4483 0 obj << ++/Type /Encoding ++/Differences [ 0 /minus/periodcentered/multiply/asteriskmath/divide/diamondmath/plusminus/minusplus/circleplus/circleminus/circlemultiply/circledivide/circledot/circlecopyrt/openbullet/bullet/equivasymptotic/equivalence/reflexsubset/reflexsuperset/lessequal/greaterequal/precedesequal/followsequal/similar/approxequal/propersubset/propersuperset/lessmuch/greatermuch/precedes/follows/arrowleft/arrowright/arrowup/arrowdown/arrowboth/arrownortheast/arrowsoutheast/similarequal/arrowdblleft/arrowdblright/arrowdblup/arrowdbldown/arrowdblboth/arrownorthwest/arrowsouthwest/proportional/prime/infinity/element/owner/triangle/triangleinv/negationslash/mapsto/universal/existential/logicalnot/emptyset/Rfractur/Ifractur/latticetop/perpendicular/aleph/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/union/intersection/unionmulti/logicaland/logicalor/turnstileleft/turnstileright/floorleft/floorright/ceilingleft/ceilingright/braceleft/braceright/angbracketleft/angbracketright/bar/bardbl/arrowbothv/arrowdblbothv/backslash/wreathproduct/radical/coproduct/nabla/integral/unionsq/intersectionsq/subsetsqequal/supersetsqequal/section/dagger/daggerdbl/paragraph/club/diamond/heart/spade/arrowleft 129/.notdef 161/minus/periodcentered/multiply/asteriskmath/divide/diamondmath/plusminus/minusplus/circleplus/circleminus 171/.notdef 173/circlemultiply/circledivide/circledot/circlecopyrt/openbullet/bullet/equivasymptotic/equivalence/reflexsubset/reflexsuperset/lessequal/greaterequal/precedesequal/followsequal/similar/approxequal/propersubset/propersuperset/lessmuch/greatermuch/precedes/follows/arrowleft/spade 197/.notdef] + >> endobj +-515 0 obj << +-/Title 516 0 R +-/A 513 0 R +-/Parent 499 0 R +-/Prev 511 0 R +-/Next 519 0 R ++589 0 obj << ++/Length1 843 ++/Length2 1061 ++/Length3 532 ++/Length 1674 ++/Filter /FlateDecode ++>> ++stream ++xRkXX&XY!Y9[/֕5bEf= 2; +˥1 ++qQcBD `x"Tc;@l>=|~Ε(ȝЏ$h.C@ ++ /FC1@P T"@,! %z ++H 1at>n p60Pt'Fx@ >\KQg"Z3PHw)ߴ;[+o93mY0 :іђFVbۊMQrdN.;]e*.ܟ)u̶V4&_SGthybu{;ح _(>eӳО{QMFaf_aiL۔KvNbӃH2-tHrp ++ųW?֍]p~^2چUXNTZbڸ_zˀGS7q^*j& F?ǰ'eXK} 'k7?`yՇ&,K:j˶}_Xv6Ywy^h d&-xOi1`u;Ԃw G*C8 .ŒBuSqe{1X =j/Y``|JjhzJ&7 =o:C!4='1E}8rmka[MEtѥu񻧝N z.be̱Te/ՏX8ׂ^_BcDxB}`/9~iewx}k~fӥ/¹}?FE^O:,w!͍+xn  {Ŏ7aر#7{wc?@E ̵Ysۮ{$xxỶ9/n]{p6urkimI{H]<Ӗm>7u# |jͭ4d0͍PB~Ds_e6<ۤ*Ês%Ůl1'Y+SW= g5,Ǡ<)ٔ^-n+R?ʢ?.g9w߬XdRGbDgVq3V>`' KVBLʩgۛEM'CdMV'.ȶa<΃EvN6eN/*r2v9l}&:o&3 -N7N;5lBF> endobj +-511 0 obj << +-/Title 512 0 R +-/A 509 0 R +-/Parent 499 0 R +-/Prev 507 0 R +-/Next 515 0 R ++588 0 obj << ++/Ascent 750 ++/CapHeight 683 ++/Descent -194 ++/FontName /KDKAXG+CMSY10 ++/ItalicAngle -14 ++/StemV 85 ++/XHeight 431 ++/FontBBox [-29 -960 1116 775] ++/Flags 4 ++/CharSet (/asteriskmath/similar/arrowright/backslash) ++/FontFile 589 0 R + >> endobj +-507 0 obj << +-/Title 508 0 R +-/A 505 0 R +-/Parent 499 0 R +-/Prev 503 0 R +-/Next 511 0 R ++4484 0 obj ++[500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 778 0 0 0 0 0 0 0 0 1000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 500 ] ++endobj ++4485 0 obj << ++/Type /Encoding ++/Differences [ 0 /Gamma/Delta/Theta/Lambda/Xi/Pi/Sigma/Upsilon/Phi/Psi/Omega/alpha/beta/gamma/delta/epsilon1/zeta/eta/theta/iota/kappa/lambda/mu/nu/xi/pi/rho/sigma/tau/upsilon/phi/chi/psi/omega/epsilon/theta1/pi1/rho1/sigma1/phi1/arrowlefttophalf/arrowleftbothalf/arrowrighttophalf/arrowrightbothalf/arrowhookleft/arrowhookright/triangleright/triangleleft/zerooldstyle/oneoldstyle/twooldstyle/threeoldstyle/fouroldstyle/fiveoldstyle/sixoldstyle/sevenoldstyle/eightoldstyle/nineoldstyle/period/comma/less/slash/greater/star/partialdiff/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/flat/natural/sharp/slurbelow/slurabove/lscript/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/dotlessi/dotlessj/weierstrass/vector/tie/psi 129/.notdef 160/space/Gamma/Delta/Theta/Lambda/Xi/Pi/Sigma/Upsilon/Phi/Psi 171/.notdef 173/Omega/alpha/beta/gamma/delta/epsilon1/zeta/eta/theta/iota/kappa/lambda/mu/nu/xi/pi/rho/sigma/tau/upsilon/phi/chi/psi/tie 197/.notdef] + >> endobj +-503 0 obj << +-/Title 504 0 R +-/A 501 0 R +-/Parent 499 0 R +-/Next 507 0 R ++481 0 obj << ++/Length1 793 ++/Length2 1151 ++/Length3 532 ++/Length 1728 ++/Filter /FlateDecode ++>> ++stream ++xRiTS2j=,4#P"Ƃ so-ɽxD*"]2RaUJ- ++-DZEx!U".XWW~swinR6J K$b6 gB㰜@04DN}*p'z < ++ czIU#sB # ++9 ++$rBk ++H1z` ΀LbPl! ++lSœ$Fཅ!mT&gǔLO@0T0`d7ߐ5xV^#LroyQ``t-@A0NoI`jgń\(ht ++k[Et0 ++Pt%S:QȠ _;#(!ӧÀ'{*f&$,$)iZ3 M\O! ++:HL@:NW`ጌI-#ݛ Lg{s%[VWb4le}SB0JL iۻXNðVP71^+:f뙱֎N1M?~wrܡd$&SO M)s[ųrtCpbmhg^lIozmWg#3ko|$7mSgk}T~f^8wN<ê1s96Sݶ/%67J_ay2*`B1CҸo=nsJcѣ U:)jjpCۺVMz/f7ME}ΙO^{Hm}0Y{ 0kسE-^! [il82&qy.7~nP 5*>ٴ'Q_B?zK[^/T8L25V/iw p^7Ah.]չl'=/~.65Yk;eA.ro6#R]u'M?[eӣݮ?{mS}e9^="6=[N[1P*mmCqrbܐ9z_b란#kvoz֊E;Sv|j7[G{ôv3zXsq, h_(:Q)3^4JSB\,fW{SWԒnJ:Y]̵x-X ++]nrn6Hag%Jɛޔ,k^Vsw ++]0cO _r:mll5_#Vul|5<^q̷y?p5./y)+]2QkSbU'1`LheհnC-eʯgƜ }qsNjg?=ې%ObϖVt ouk ++H:/p5܍e |O)b΂#X&@F^,ƮUrc_hi#uzvt3}o3GW?.78vAԚtѨ$gR]N3oxy8Z7' ++(԰'0O endstream ++endobj ++482 0 obj << ++/Type /Font ++/Subtype /Type1 ++/Encoding 4485 0 R ++/FirstChar 60 ++/LastChar 62 ++/Widths 4486 0 R ++/BaseFont /QMPBBT+CMMI10 ++/FontDescriptor 480 0 R + >> endobj +-499 0 obj << +-/Title 500 0 R +-/A 497 0 R +-/Parent 479 0 R +-/Prev 487 0 R +-/First 503 0 R +-/Last 563 0 R +-/Count -16 ++480 0 obj << ++/Ascent 694 ++/CapHeight 683 ++/Descent -194 ++/FontName /QMPBBT+CMMI10 ++/ItalicAngle -14 ++/StemV 72 ++/XHeight 431 ++/FontBBox [-32 -250 1048 750] ++/Flags 4 ++/CharSet (/less/greater) ++/FontFile 481 0 R + >> endobj +-495 0 obj << +-/Title 496 0 R +-/A 493 0 R +-/Parent 487 0 R +-/Prev 491 0 R ++4486 0 obj ++[778 0 778 ] ++endobj ++478 0 obj << ++/Type /Font ++/Subtype /Type1 ++/Encoding 4482 0 R ++/BaseFont /Courier + >> endobj +-491 0 obj << +-/Title 492 0 R +-/A 489 0 R +-/Parent 487 0 R +-/Next 495 0 R ++467 0 obj << ++/Type /Font ++/Subtype /Type1 ++/Encoding 4482 0 R ++/BaseFont /Times-Italic + >> endobj +-487 0 obj << +-/Title 488 0 R +-/A 485 0 R +-/Parent 479 0 R +-/Prev 483 0 R +-/Next 499 0 R +-/First 491 0 R +-/Last 495 0 R +-/Count -2 ++362 0 obj << ++/Type /Font ++/Subtype /Type1 ++/Encoding 4482 0 R ++/BaseFont /Times-Bold + >> endobj +-483 0 obj << +-/Title 484 0 R +-/A 481 0 R +-/Parent 479 0 R +-/Next 487 0 R ++352 0 obj << ++/Type /Font ++/Subtype /Type1 ++/Encoding 4482 0 R ++/BaseFont /Times-Roman + >> endobj +-479 0 obj << +-/Title 480 0 R +-/A 477 0 R +-/Parent 147 0 R +-/Prev 435 0 R +-/Next 567 0 R +-/First 483 0 R +-/Last 499 0 R +-/Count -3 ++353 0 obj << ++/Type /Pages ++/Count 6 ++/Parent 4487 0 R ++/Kids [346 0 R 355 0 R 359 0 R 391 0 R 430 0 R 457 0 R] + >> endobj +-475 0 obj << +-/Title 476 0 R +-/A 473 0 R +-/Parent 451 0 R +-/Prev 471 0 R ++468 0 obj << ++/Type /Pages ++/Count 6 ++/Parent 4487 0 R ++/Kids [461 0 R 471 0 R 486 0 R 490 0 R 493 0 R 499 0 R] + >> endobj +-471 0 obj << +-/Title 472 0 R +-/A 469 0 R +-/Parent 451 0 R +-/Prev 467 0 R +-/Next 475 0 R ++508 0 obj << ++/Type /Pages ++/Count 6 ++/Parent 4487 0 R ++/Kids [503 0 R 513 0 R 536 0 R 549 0 R 562 0 R 568 0 R] + >> endobj +-467 0 obj << +-/Title 468 0 R +-/A 465 0 R +-/Parent 451 0 R +-/Prev 463 0 R +-/Next 471 0 R ++575 0 obj << ++/Type /Pages ++/Count 6 ++/Parent 4487 0 R ++/Kids [572 0 R 577 0 R 593 0 R 604 0 R 608 0 R 620 0 R] + >> endobj +-463 0 obj << +-/Title 464 0 R +-/A 461 0 R +-/Parent 451 0 R +-/Prev 459 0 R +-/Next 467 0 R ++637 0 obj << ++/Type /Pages ++/Count 6 ++/Parent 4487 0 R ++/Kids [629 0 R 642 0 R 653 0 R 673 0 R 679 0 R 684 0 R] + >> endobj +-459 0 obj << +-/Title 460 0 R +-/A 457 0 R +-/Parent 451 0 R +-/Prev 455 0 R +-/Next 463 0 R ++717 0 obj << ++/Type /Pages ++/Count 6 ++/Parent 4487 0 R ++/Kids [712 0 R 720 0 R 724 0 R 759 0 R 766 0 R 803 0 R] + >> endobj +-455 0 obj << +-/Title 456 0 R +-/A 453 0 R +-/Parent 451 0 R +-/Next 459 0 R ++832 0 obj << ++/Type /Pages ++/Count 6 ++/Parent 4488 0 R ++/Kids [807 0 R 844 0 R 848 0 R 858 0 R 870 0 R 910 0 R] + >> endobj +-451 0 obj << +-/Title 452 0 R +-/A 449 0 R +-/Parent 435 0 R +-/Prev 443 0 R +-/First 455 0 R +-/Last 475 0 R +-/Count -6 ++957 0 obj << ++/Type /Pages ++/Count 6 ++/Parent 4488 0 R ++/Kids [950 0 R 959 0 R 979 0 R 1000 0 R 1010 0 R 1051 0 R] + >> endobj +-447 0 obj << +-/Title 448 0 R +-/A 445 0 R +-/Parent 443 0 R ++1094 0 obj << ++/Type /Pages ++/Count 6 ++/Parent 4488 0 R ++/Kids [1074 0 R 1096 0 R 1109 0 R 1143 0 R 1151 0 R 1194 0 R] + >> endobj +-443 0 obj << +-/Title 444 0 R +-/A 441 0 R +-/Parent 435 0 R +-/Prev 439 0 R +-/Next 451 0 R +-/First 447 0 R +-/Last 447 0 R +-/Count -1 ++1235 0 obj << ++/Type /Pages ++/Count 6 ++/Parent 4488 0 R ++/Kids [1213 0 R 1237 0 R 1270 0 R 1288 0 R 1331 0 R 1344 0 R] + >> endobj +-439 0 obj << +-/Title 440 0 R +-/A 437 0 R +-/Parent 435 0 R +-/Next 443 0 R ++1421 0 obj << ++/Type /Pages ++/Count 6 ++/Parent 4488 0 R ++/Kids [1363 0 R 1444 0 R 1495 0 R 1506 0 R 1532 0 R 1568 0 R] + >> endobj +-435 0 obj << +-/Title 436 0 R +-/A 433 0 R +-/Parent 147 0 R +-/Prev 399 0 R +-/Next 479 0 R +-/First 439 0 R +-/Last 451 0 R +-/Count -3 ++1602 0 obj << ++/Type /Pages ++/Count 6 ++/Parent 4488 0 R ++/Kids [1584 0 R 1604 0 R 1671 0 R 1708 0 R 1764 0 R 1803 0 R] + >> endobj +-431 0 obj << +-/Title 432 0 R +-/A 429 0 R +-/Parent 403 0 R +-/Prev 427 0 R ++1864 0 obj << ++/Type /Pages ++/Count 6 ++/Parent 4489 0 R ++/Kids [1832 0 R 1866 0 R 1893 0 R 1929 0 R 1933 0 R 1978 0 R] + >> endobj +-427 0 obj << +-/Title 428 0 R +-/A 425 0 R +-/Parent 403 0 R +-/Prev 423 0 R +-/Next 431 0 R ++2039 0 obj << ++/Type /Pages ++/Count 6 ++/Parent 4489 0 R ++/Kids [2012 0 R 2041 0 R 2073 0 R 2085 0 R 2132 0 R 2183 0 R] + >> endobj +-423 0 obj << +-/Title 424 0 R +-/A 421 0 R +-/Parent 403 0 R +-/Prev 419 0 R +-/Next 427 0 R ++2270 0 obj << ++/Type /Pages ++/Count 6 ++/Parent 4489 0 R ++/Kids [2249 0 R 2273 0 R 2300 0 R 2328 0 R 2354 0 R 2374 0 R] + >> endobj +-419 0 obj << +-/Title 420 0 R +-/A 417 0 R +-/Parent 403 0 R +-/Prev 415 0 R +-/Next 423 0 R ++2411 0 obj << ++/Type /Pages ++/Count 6 ++/Parent 4489 0 R ++/Kids [2390 0 R 2413 0 R 2441 0 R 2476 0 R 2483 0 R 2516 0 R] + >> endobj +-415 0 obj << +-/Title 416 0 R +-/A 413 0 R +-/Parent 403 0 R +-/Prev 411 0 R +-/Next 419 0 R ++2561 0 obj << ++/Type /Pages ++/Count 6 ++/Parent 4489 0 R ++/Kids [2523 0 R 2563 0 R 2567 0 R 2581 0 R 2595 0 R 2609 0 R] + >> endobj +-411 0 obj << +-/Title 412 0 R +-/A 409 0 R +-/Parent 403 0 R +-/Prev 407 0 R +-/Next 415 0 R ++2646 0 obj << ++/Type /Pages ++/Count 6 ++/Parent 4489 0 R ++/Kids [2631 0 R 2656 0 R 2708 0 R 2730 0 R 2749 0 R 2782 0 R] + >> endobj +-407 0 obj << +-/Title 408 0 R +-/A 405 0 R +-/Parent 403 0 R +-/Next 411 0 R ++2813 0 obj << ++/Type /Pages ++/Count 6 ++/Parent 4490 0 R ++/Kids [2804 0 R 2815 0 R 2835 0 R 2855 0 R 2867 0 R 2883 0 R] + >> endobj +-403 0 obj << +-/Title 404 0 R +-/A 401 0 R +-/Parent 399 0 R +-/First 407 0 R +-/Last 431 0 R +-/Count -7 ++2924 0 obj << ++/Type /Pages ++/Count 6 ++/Parent 4490 0 R ++/Kids [2909 0 R 2926 0 R 2961 0 R 2970 0 R 2982 0 R 3027 0 R] + >> endobj +-399 0 obj << +-/Title 400 0 R +-/A 397 0 R +-/Parent 147 0 R +-/Prev 383 0 R +-/Next 435 0 R +-/First 403 0 R +-/Last 403 0 R +-/Count -1 ++3080 0 obj << ++/Type /Pages ++/Count 6 ++/Parent 4490 0 R ++/Kids [3054 0 R 3082 0 R 3086 0 R 3101 0 R 3142 0 R 3187 0 R] + >> endobj +-395 0 obj << +-/Title 396 0 R +-/A 393 0 R +-/Parent 387 0 R +-/Prev 391 0 R ++3223 0 obj << ++/Type /Pages ++/Count 6 ++/Parent 4490 0 R ++/Kids [3215 0 R 3225 0 R 3234 0 R 3247 0 R 3301 0 R 3371 0 R] + >> endobj +-391 0 obj << +-/Title 392 0 R +-/A 389 0 R +-/Parent 387 0 R +-/Next 395 0 R ++3452 0 obj << ++/Type /Pages ++/Count 6 ++/Parent 4490 0 R ++/Kids [3441 0 R 3454 0 R 3458 0 R 3474 0 R 3522 0 R 3566 0 R] + >> endobj +-387 0 obj << +-/Title 388 0 R +-/A 385 0 R +-/Parent 383 0 R +-/First 391 0 R +-/Last 395 0 R +-/Count -2 ++3651 0 obj << ++/Type /Pages ++/Count 6 ++/Parent 4490 0 R ++/Kids [3610 0 R 3653 0 R 3716 0 R 3736 0 R 3781 0 R 3790 0 R] + >> endobj +-383 0 obj << +-/Title 384 0 R +-/A 381 0 R +-/Parent 147 0 R +-/Prev 343 0 R +-/Next 399 0 R +-/First 387 0 R +-/Last 387 0 R +-/Count -1 ++3817 0 obj << ++/Type /Pages ++/Count 6 ++/Parent 4491 0 R ++/Kids [3805 0 R 3819 0 R 3828 0 R 3884 0 R 3943 0 R 4001 0 R] + >> endobj +-379 0 obj << +-/Title 380 0 R +-/A 377 0 R +-/Parent 355 0 R +-/Prev 375 0 R ++4144 0 obj << ++/Type /Pages ++/Count 6 ++/Parent 4491 0 R ++/Kids [4071 0 R 4146 0 R 4229 0 R 4312 0 R 4393 0 R 4462 0 R] + >> endobj +-375 0 obj << +-/Title 376 0 R +-/A 373 0 R +-/Parent 355 0 R +-/Prev 371 0 R +-/Next 379 0 R ++4487 0 obj << ++/Type /Pages ++/Count 36 ++/Parent 4492 0 R ++/Kids [353 0 R 468 0 R 508 0 R 575 0 R 637 0 R 717 0 R] + >> endobj +-371 0 obj << +-/Title 372 0 R +-/A 369 0 R +-/Parent 355 0 R +-/Prev 367 0 R +-/Next 375 0 R ++4488 0 obj << ++/Type /Pages ++/Count 36 ++/Parent 4492 0 R ++/Kids [832 0 R 957 0 R 1094 0 R 1235 0 R 1421 0 R 1602 0 R] + >> endobj +-367 0 obj << +-/Title 368 0 R +-/A 365 0 R +-/Parent 355 0 R +-/Prev 363 0 R +-/Next 371 0 R ++4489 0 obj << ++/Type /Pages ++/Count 36 ++/Parent 4492 0 R ++/Kids [1864 0 R 2039 0 R 2270 0 R 2411 0 R 2561 0 R 2646 0 R] + >> endobj +-363 0 obj << +-/Title 364 0 R +-/A 361 0 R +-/Parent 355 0 R +-/Prev 359 0 R +-/Next 367 0 R ++4490 0 obj << ++/Type /Pages ++/Count 36 ++/Parent 4492 0 R ++/Kids [2813 0 R 2924 0 R 3080 0 R 3223 0 R 3452 0 R 3651 0 R] + >> endobj +-359 0 obj << +-/Title 360 0 R +-/A 357 0 R +-/Parent 355 0 R +-/Next 363 0 R ++4491 0 obj << ++/Type /Pages ++/Count 12 ++/Parent 4492 0 R ++/Kids [3817 0 R 4144 0 R] + >> endobj +-355 0 obj << +-/Title 356 0 R +-/A 353 0 R +-/Parent 343 0 R +-/Prev 347 0 R +-/First 359 0 R +-/Last 379 0 R +-/Count -6 +->> endobj +-351 0 obj << +-/Title 352 0 R +-/A 349 0 R +-/Parent 347 0 R ++4492 0 obj << ++/Type /Pages ++/Count 156 ++/Kids [4487 0 R 4488 0 R 4489 0 R 4490 0 R 4491 0 R] + >> endobj +-347 0 obj << +-/Title 348 0 R +-/A 345 0 R +-/Parent 343 0 R +-/Next 355 0 R +-/First 351 0 R +-/Last 351 0 R +-/Count -1 ++4493 0 obj << ++/Type /Outlines ++/First 7 0 R ++/Last 299 0 R ++/Count 7 + >> endobj + 343 0 obj << + /Title 344 0 R + /A 341 0 R +-/Parent 147 0 R +-/Prev 319 0 R +-/Next 383 0 R +-/First 347 0 R +-/Last 355 0 R +-/Count -2 ++/Parent 299 0 R ++/Prev 339 0 R + >> endobj + 339 0 obj << + /Title 340 0 R + /A 337 0 R +-/Parent 323 0 R ++/Parent 299 0 R + /Prev 335 0 R ++/Next 343 0 R + >> endobj + 335 0 obj << + /Title 336 0 R + /A 333 0 R +-/Parent 323 0 R ++/Parent 299 0 R + /Prev 331 0 R + /Next 339 0 R + >> endobj + 331 0 obj << + /Title 332 0 R + /A 329 0 R +-/Parent 323 0 R ++/Parent 299 0 R + /Prev 327 0 R + /Next 335 0 R + >> endobj + 327 0 obj << + /Title 328 0 R + /A 325 0 R +-/Parent 323 0 R ++/Parent 299 0 R ++/Prev 323 0 R + /Next 331 0 R + >> endobj + 323 0 obj << + /Title 324 0 R + /A 321 0 R +-/Parent 319 0 R +-/First 327 0 R +-/Last 339 0 R +-/Count -4 ++/Parent 299 0 R ++/Prev 319 0 R ++/Next 327 0 R + >> endobj + 319 0 obj << + /Title 320 0 R + /A 317 0 R +-/Parent 147 0 R +-/Prev 259 0 R +-/Next 343 0 R +-/First 323 0 R +-/Last 323 0 R +-/Count -1 ++/Parent 299 0 R ++/Prev 315 0 R ++/Next 323 0 R + >> endobj + 315 0 obj << + /Title 316 0 R + /A 313 0 R +-/Parent 275 0 R ++/Parent 299 0 R + /Prev 311 0 R ++/Next 319 0 R + >> endobj + 311 0 obj << + /Title 312 0 R + /A 309 0 R +-/Parent 275 0 R ++/Parent 299 0 R + /Prev 307 0 R + /Next 315 0 R + >> endobj + 307 0 obj << + /Title 308 0 R + /A 305 0 R +-/Parent 275 0 R ++/Parent 299 0 R + /Prev 303 0 R + /Next 311 0 R + >> endobj + 303 0 obj << + /Title 304 0 R + /A 301 0 R +-/Parent 275 0 R +-/Prev 299 0 R ++/Parent 299 0 R + /Next 307 0 R + >> endobj + 299 0 obj << + /Title 300 0 R + /A 297 0 R +-/Parent 275 0 R +-/Prev 295 0 R +-/Next 303 0 R ++/Parent 4493 0 R ++/Prev 251 0 R ++/First 303 0 R ++/Last 343 0 R ++/Count -11 + >> endobj + 295 0 obj << + /Title 296 0 R + /A 293 0 R +-/Parent 275 0 R ++/Parent 251 0 R + /Prev 291 0 R +-/Next 299 0 R + >> endobj + 291 0 obj << + /Title 292 0 R + /A 289 0 R +-/Parent 275 0 R ++/Parent 251 0 R + /Prev 287 0 R + /Next 295 0 R + >> endobj + 287 0 obj << + /Title 288 0 R + /A 285 0 R +-/Parent 275 0 R ++/Parent 251 0 R + /Prev 283 0 R + /Next 291 0 R + >> endobj + 283 0 obj << + /Title 284 0 R + /A 281 0 R +-/Parent 275 0 R ++/Parent 251 0 R + /Prev 279 0 R + /Next 287 0 R + >> endobj + 279 0 obj << + /Title 280 0 R + /A 277 0 R +-/Parent 275 0 R ++/Parent 251 0 R ++/Prev 275 0 R + /Next 283 0 R + >> endobj + 275 0 obj << + /Title 276 0 R + /A 273 0 R +-/Parent 259 0 R +-/Prev 267 0 R +-/First 279 0 R +-/Last 315 0 R +-/Count -10 ++/Parent 251 0 R ++/Prev 271 0 R ++/Next 279 0 R + >> endobj + 271 0 obj << + /Title 272 0 R + /A 269 0 R +-/Parent 267 0 R ++/Parent 251 0 R ++/Prev 267 0 R ++/Next 275 0 R + >> endobj + 267 0 obj << + /Title 268 0 R + /A 265 0 R +-/Parent 259 0 R ++/Parent 251 0 R + /Prev 263 0 R +-/Next 275 0 R +-/First 271 0 R +-/Last 271 0 R +-/Count -1 ++/Next 271 0 R + >> endobj + 263 0 obj << + /Title 264 0 R + /A 261 0 R +-/Parent 259 0 R ++/Parent 251 0 R ++/Prev 259 0 R + /Next 267 0 R + >> endobj + 259 0 obj << + /Title 260 0 R + /A 257 0 R +-/Parent 147 0 R +-/Prev 235 0 R +-/Next 319 0 R +-/First 263 0 R +-/Last 275 0 R +-/Count -3 ++/Parent 251 0 R ++/Prev 255 0 R ++/Next 263 0 R + >> endobj + 255 0 obj << + /Title 256 0 R + /A 253 0 R +-/Parent 239 0 R +-/Prev 251 0 R ++/Parent 251 0 R ++/Next 259 0 R + >> endobj + 251 0 obj << + /Title 252 0 R + /A 249 0 R +-/Parent 239 0 R +-/Prev 247 0 R +-/Next 255 0 R ++/Parent 4493 0 R ++/Prev 111 0 R ++/Next 299 0 R ++/First 255 0 R ++/Last 295 0 R ++/Count -11 + >> endobj + 247 0 obj << + /Title 248 0 R + /A 245 0 R +-/Parent 239 0 R ++/Parent 111 0 R + /Prev 243 0 R +-/Next 251 0 R + >> endobj + 243 0 obj << + /Title 244 0 R + /A 241 0 R +-/Parent 239 0 R ++/Parent 111 0 R ++/Prev 239 0 R + /Next 247 0 R + >> endobj + 239 0 obj << + /Title 240 0 R + /A 237 0 R +-/Parent 235 0 R +-/First 243 0 R +-/Last 255 0 R +-/Count -4 ++/Parent 111 0 R ++/Prev 235 0 R ++/Next 243 0 R + >> endobj + 235 0 obj << + /Title 236 0 R + /A 233 0 R +-/Parent 147 0 R +-/Prev 223 0 R +-/Next 259 0 R +-/First 239 0 R +-/Last 239 0 R +-/Count -1 ++/Parent 111 0 R ++/Prev 231 0 R ++/Next 239 0 R + >> endobj + 231 0 obj << + /Title 232 0 R + /A 229 0 R +-/Parent 227 0 R ++/Parent 111 0 R ++/Prev 227 0 R ++/Next 235 0 R + >> endobj + 227 0 obj << + /Title 228 0 R + /A 225 0 R +-/Parent 223 0 R +-/First 231 0 R +-/Last 231 0 R +-/Count -1 ++/Parent 111 0 R ++/Prev 223 0 R ++/Next 231 0 R + >> endobj + 223 0 obj << + /Title 224 0 R + /A 221 0 R +-/Parent 147 0 R +-/Prev 199 0 R +-/Next 235 0 R +-/First 227 0 R +-/Last 227 0 R +-/Count -1 ++/Parent 111 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 ++/Parent 111 0 R ++/Prev 215 0 R ++/Next 223 0 R + >> endobj + 215 0 obj << + /Title 216 0 R + /A 213 0 R +-/Parent 199 0 R +-/Prev 203 0 R +-/First 219 0 R +-/Last 219 0 R +-/Count -1 ++/Parent 111 0 R ++/Prev 211 0 R ++/Next 219 0 R + >> endobj + 211 0 obj << + /Title 212 0 R + /A 209 0 R +-/Parent 203 0 R ++/Parent 111 0 R + /Prev 207 0 R ++/Next 215 0 R + >> endobj + 207 0 obj << + /Title 208 0 R + /A 205 0 R +-/Parent 203 0 R ++/Parent 111 0 R ++/Prev 203 0 R + /Next 211 0 R + >> endobj + 203 0 obj << + /Title 204 0 R + /A 201 0 R +-/Parent 199 0 R +-/Next 215 0 R +-/First 207 0 R +-/Last 211 0 R +-/Count -2 ++/Parent 111 0 R ++/Prev 199 0 R ++/Next 207 0 R + >> endobj + 199 0 obj << + /Title 200 0 R + /A 197 0 R +-/Parent 147 0 R +-/Prev 175 0 R +-/Next 223 0 R +-/First 203 0 R +-/Last 215 0 R +-/Count -2 ++/Parent 111 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 ++/Parent 111 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 ++/Parent 111 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 ++/Parent 111 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 ++/Parent 111 0 R ++/Prev 179 0 R + /Next 187 0 R + >> endobj + 179 0 obj << + /Title 180 0 R + /A 177 0 R +-/Parent 175 0 R +-/First 183 0 R +-/Last 195 0 R +-/Count -4 ++/Parent 111 0 R ++/Prev 175 0 R ++/Next 183 0 R + >> endobj + 175 0 obj << + /Title 176 0 R + /A 173 0 R +-/Parent 147 0 R +-/Prev 163 0 R +-/Next 199 0 R +-/First 179 0 R +-/Last 179 0 R +-/Count -1 ++/Parent 111 0 R ++/Prev 171 0 R ++/Next 179 0 R + >> endobj + 171 0 obj << + /Title 172 0 R + /A 169 0 R +-/Parent 167 0 R ++/Parent 111 0 R ++/Prev 167 0 R ++/Next 175 0 R + >> endobj + 167 0 obj << + /Title 168 0 R + /A 165 0 R +-/Parent 163 0 R +-/First 171 0 R +-/Last 171 0 R +-/Count -1 ++/Parent 111 0 R ++/Prev 163 0 R ++/Next 171 0 R + >> endobj + 163 0 obj << + /Title 164 0 R + /A 161 0 R +-/Parent 147 0 R +-/Prev 151 0 R +-/Next 175 0 R +-/First 167 0 R +-/Last 167 0 R +-/Count -1 ++/Parent 111 0 R ++/Prev 159 0 R ++/Next 167 0 R + >> endobj + 159 0 obj << + /Title 160 0 R + /A 157 0 R +-/Parent 155 0 R ++/Parent 111 0 R ++/Prev 155 0 R ++/Next 163 0 R + >> endobj + 155 0 obj << + /Title 156 0 R + /A 153 0 R +-/Parent 151 0 R +-/First 159 0 R +-/Last 159 0 R +-/Count -1 ++/Parent 111 0 R ++/Prev 151 0 R ++/Next 159 0 R + >> endobj + 151 0 obj << + /Title 152 0 R + /A 149 0 R +-/Parent 147 0 R +-/Next 163 0 R +-/First 155 0 R +-/Last 155 0 R +-/Count -1 ++/Parent 111 0 R ++/Prev 147 0 R ++/Next 155 0 R + >> endobj + 147 0 obj << + /Title 148 0 R + /A 145 0 R +-/Parent 4595 0 R +-/Prev 139 0 R +-/Next 1199 0 R +-/First 151 0 R +-/Last 1183 0 R +-/Count -34 ++/Parent 111 0 R ++/Prev 143 0 R ++/Next 151 0 R + >> endobj + 143 0 obj << + /Title 144 0 R + /A 141 0 R +-/Parent 139 0 R ++/Parent 111 0 R ++/Prev 139 0 R ++/Next 147 0 R + >> endobj + 139 0 obj << + /Title 140 0 R + /A 137 0 R +-/Parent 4595 0 R +-/Prev 131 0 R +-/Next 147 0 R +-/First 143 0 R +-/Last 143 0 R +-/Count -1 ++/Parent 111 0 R ++/Prev 135 0 R ++/Next 143 0 R + >> endobj + 135 0 obj << + /Title 136 0 R + /A 133 0 R +-/Parent 131 0 R ++/Parent 111 0 R ++/Prev 131 0 R ++/Next 139 0 R + >> endobj + 131 0 obj << + /Title 132 0 R + /A 129 0 R +-/Parent 4595 0 R +-/Prev 123 0 R +-/Next 139 0 R +-/First 135 0 R +-/Last 135 0 R +-/Count -1 ++/Parent 111 0 R ++/Prev 127 0 R ++/Next 135 0 R + >> endobj + 127 0 obj << + /Title 128 0 R + /A 125 0 R +-/Parent 123 0 R ++/Parent 111 0 R ++/Prev 123 0 R ++/Next 131 0 R + >> endobj + 123 0 obj << + /Title 124 0 R + /A 121 0 R +-/Parent 4595 0 R +-/Prev 103 0 R +-/Next 131 0 R +-/First 127 0 R +-/Last 127 0 R +-/Count -1 ++/Parent 111 0 R ++/Prev 119 0 R ++/Next 127 0 R + >> endobj + 119 0 obj << + /Title 120 0 R + /A 117 0 R +-/Parent 103 0 R ++/Parent 111 0 R + /Prev 115 0 R ++/Next 123 0 R + >> endobj + 115 0 obj << + /Title 116 0 R + /A 113 0 R +-/Parent 103 0 R +-/Prev 111 0 R ++/Parent 111 0 R + /Next 119 0 R + >> endobj + 111 0 obj << + /Title 112 0 R + /A 109 0 R +-/Parent 103 0 R +-/Prev 107 0 R +-/Next 115 0 R ++/Parent 4493 0 R ++/Prev 103 0 R ++/Next 251 0 R ++/First 115 0 R ++/Last 247 0 R ++/Count -34 + >> endobj + 107 0 obj << + /Title 108 0 R + /A 105 0 R + /Parent 103 0 R +-/Next 111 0 R + >> endobj + 103 0 obj << + /Title 104 0 R + /A 101 0 R +-/Parent 4595 0 R +-/Prev 91 0 R +-/Next 123 0 R ++/Parent 4493 0 R ++/Prev 95 0 R ++/Next 111 0 R + /First 107 0 R +-/Last 119 0 R +-/Count -4 ++/Last 107 0 R ++/Count -1 + >> endobj + 99 0 obj << + /Title 100 0 R + /A 97 0 R +-/Parent 91 0 R +-/Prev 95 0 R ++/Parent 95 0 R + >> endobj + 95 0 obj << + /Title 96 0 R + /A 93 0 R +-/Parent 91 0 R +-/Next 99 0 R ++/Parent 4493 0 R ++/Prev 87 0 R ++/Next 103 0 R ++/First 99 0 R ++/Last 99 0 R ++/Count -1 + >> endobj + 91 0 obj << + /Title 92 0 R + /A 89 0 R +-/Parent 4595 0 R +-/Prev 87 0 R +-/Next 103 0 R +-/First 95 0 R +-/Last 99 0 R +-/Count -2 ++/Parent 87 0 R + >> endobj + 87 0 obj << + /Title 88 0 R + /A 85 0 R +-/Parent 4595 0 R +-/Prev 83 0 R +-/Next 91 0 R ++/Parent 4493 0 R ++/Prev 7 0 R ++/Next 95 0 R ++/First 91 0 R ++/Last 91 0 R ++/Count -1 + >> endobj + 83 0 obj << + /Title 84 0 R + /A 81 0 R +-/Parent 4595 0 R ++/Parent 7 0 R + /Prev 79 0 R +-/Next 87 0 R + >> endobj + 79 0 obj << + /Title 80 0 R + /A 77 0 R +-/Parent 4595 0 R ++/Parent 7 0 R + /Prev 75 0 R + /Next 83 0 R + >> endobj + 75 0 obj << + /Title 76 0 R + /A 73 0 R +-/Parent 4595 0 R +-/Prev 51 0 R ++/Parent 7 0 R ++/Prev 71 0 R + /Next 79 0 R + >> endobj + 71 0 obj << + /Title 72 0 R + /A 69 0 R +-/Parent 51 0 R ++/Parent 7 0 R + /Prev 67 0 R ++/Next 75 0 R + >> endobj + 67 0 obj << + /Title 68 0 R + /A 65 0 R +-/Parent 51 0 R ++/Parent 7 0 R + /Prev 63 0 R + /Next 71 0 R + >> endobj + 63 0 obj << + /Title 64 0 R + /A 61 0 R +-/Parent 51 0 R ++/Parent 7 0 R + /Prev 59 0 R + /Next 67 0 R + >> endobj + 59 0 obj << + /Title 60 0 R + /A 57 0 R +-/Parent 51 0 R ++/Parent 7 0 R + /Prev 55 0 R + /Next 63 0 R + >> endobj + 55 0 obj << + /Title 56 0 R + /A 53 0 R +-/Parent 51 0 R ++/Parent 7 0 R ++/Prev 51 0 R + /Next 59 0 R + >> endobj + 51 0 obj << + /Title 52 0 R + /A 49 0 R +-/Parent 4595 0 R ++/Parent 7 0 R + /Prev 47 0 R +-/Next 75 0 R +-/First 55 0 R +-/Last 71 0 R +-/Count -5 ++/Next 55 0 R + >> endobj + 47 0 obj << + /Title 48 0 R + /A 45 0 R +-/Parent 4595 0 R +-/Prev 7 0 R ++/Parent 7 0 R ++/Prev 43 0 R + /Next 51 0 R + >> endobj + 43 0 obj << +@@ -26651,6 +27936,7 @@ + /A 41 0 R + /Parent 7 0 R + /Prev 39 0 R ++/Next 47 0 R + >> endobj + 39 0 obj << + /Title 40 0 R +@@ -26663,19 +27949,21 @@ + /Title 36 0 R + /A 33 0 R + /Parent 7 0 R +-/Prev 23 0 R ++/Prev 31 0 R + /Next 39 0 R + >> endobj + 31 0 obj << + /Title 32 0 R + /A 29 0 R +-/Parent 23 0 R ++/Parent 7 0 R + /Prev 27 0 R ++/Next 35 0 R + >> endobj + 27 0 obj << + /Title 28 0 R + /A 25 0 R +-/Parent 23 0 R ++/Parent 7 0 R ++/Prev 23 0 R + /Next 31 0 R + >> endobj + 23 0 obj << +@@ -26683,10 +27971,7 @@ + /A 21 0 R + /Parent 7 0 R + /Prev 19 0 R +-/Next 35 0 R +-/First 27 0 R +-/Last 31 0 R +-/Count -2 ++/Next 27 0 R + >> endobj + 19 0 obj << + /Title 20 0 R +@@ -26711,4645 +27996,4542 @@ + 7 0 obj << + /Title 8 0 R + /A 5 0 R +-/Parent 4595 0 R +-/Next 47 0 R ++/Parent 4493 0 R ++/Next 87 0 R + /First 11 0 R +-/Last 43 0 R +-/Count -7 ++/Last 83 0 R ++/Count -19 + >> endobj +-4596 0 obj << +-/Names [(Doc-Start) 1613 0 R (a00001) 2128 0 R (a00002) 2221 0 R (a00002_cli_hwloc_bind) 2267 0 R (a00002_cli_hwloc_calc) 2268 0 R (a00002_cli_hwloc_distrib) 2269 0 R (a00002_cli_hwloc_ps) 2274 0 R (a00002_cli_lstopo) 2266 0 R (a00003) 2222 0 R (a00004) 2223 0 R (a00005) 2132 0 R (a00006) 2224 0 R (a00007) 2225 0 R (a00007_embedding_example) 2374 0 R (a00007_embedding_m4) 2362 0 R (a00008) 2075 0 R (a00008_switchfromplpa_caching) 2384 0 R (a00008_switchfromplpa_counting) 2411 0 R (a00008_switchfromplpa_hierarchy) 2387 0 R (a00008_switchfromplpa_indexes) 2396 0 R (a00009) 2226 0 R (a00009_faq_xml) 2421 0 R (a00010) 2495 0 R (a00010_a3c68235220554308f89768f281ad1e62) 3696 0 R (a00010_a5c8f7f39193736c2187ed626940835d5) 3694 0 R (a00010_a801e8a668e28caf06c8b88e9ae5c10db) 3695 0 R (a00011) 2496 0 R (a00011_ad914eac61c77481e1b7037877bcc5579) 3703 0 R (a00012) 2497 0 R (a00012_a04d05403da37bfe17cd63b7c7dd07b1f) 3755 0 R (a00012_a08f0d0e16c619a6e653526cbee4ffea3) 3785 0 R (a00012_a0d07fb7b8935e137c94d75a3eb492ae9) 3746 0 R (a00012_a19e3d0a5951a7510fc4fc4722a9bf531) 3781 0 R (a00012_a1dc830816716213b5f797e4052487864) 3743 0 R (a00012_a61a7a80a68eaccbaaa28269e678c81a9) 3709 0 R (a00012_a67925e0f2c47f50408fbdb9bddd0790f) 3782 0 R (a00012_a68766f0b1c4d61b5bad87e3b81dacfde) 3747 0 R (a00012_a76fd3ac94401cf32dfccc3a3a8de68a5) 3758 0 R (a00012_a7b89e8c189876c0158a9282aaaf17f50) 3753 0 R (a00012_a7f2343ed476fe4942e6fffd4cade1b40) 3752 0 R (a00012_a84bd65634dbc55f4158b74443a9bd04f) 3757 0 R (a00012_a85a788017457129589318b6c39451acf) 3748 0 R (a00012_a8842d56c2975380f327ea401c5f53564) 3784 0 R (a00012_a91788a9da687beb7224cc1fd7b75208c) 3783 0 R (a00012_a9843acc28cfbba903b63ea14b137ff70) 3788 0 R (a00012_a9d82690370275d42d652eccdea5d3ee5) 3745 0 R (a00012_aaa6043eee6f55869933c1d974efd9acd) 3751 0 R (a00012_aac3f6da35c9b57599909a44ce2b716c1) 3754 0 R (a00012_abb709ec38f2970677e4e57d1d30be96d) 3742 0 R (a00012_ac38c4012127525ef74c5615c526f4c2e) 3786 0 R (a00012_ac715989f55ff5a0eb6be2969ee477ec0) 3749 0 R (a00012_acc4f0803f244867e68fe0036800be5de) 3708 0 R (a00012_accd40e29f71f19e88db62ea3df02adc8) 3744 0 R (a00012_ad59bcd73a10260a0e239be5c4b5888bb) 3787 0 R (a00012_adc494f6aed939992be1c55cca5822900) 3750 0 R (a00012_af51d08a0a79dba517c06c5afedc8d2dc) 3756 0 R (a00012_afa3c59a6dd3da8ffa48710780a1bfb34) 3780 0 R (a00013) 2498 0 R (a00013_ab5a8ae3bf490e6b1071fea53f7382836) 3811 0 R (a00013_ae4ba157cc313e2cdd9a82f1c1df7aaa6) 3818 0 R (a00014) 2499 0 R (a00014_a115dde58f40338a2d3276d59c099857d) 3822 0 R (a00014_a522efd7f5262a4493a73fa3476a041ce) 3823 0 R (a00015) 2500 0 R (a00015_ab5d01db7b26177a6b5361107cad152c3) 3832 0 R (a00015_af0619463fb5d10052b7fe3495a66d74b) 3833 0 R (a00016) 2501 0 R (a00016_a208c27f4491077d7fb9ba5db8b29cb57) 3848 0 R (a00016_a27043a3150660f44ed84916c2d0d7e0e) 3846 0 R (a00016_a68c3323d2d0a248d1b7fec7af44bebe3) 3849 0 R (a00016_a865eba7b12b986d72dbe7a2cfd97c50d) 3847 0 R (a00017) 2502 0 R (a00017_a46fba33e307909ce256624687799dd6d) 3870 0 R (a00017_a57a89a4b5f1f74fa6cfe176f1e8b0798) 3869 0 R (a00017_a77a09ddd78ee3e9ff5f532a6ac74f7eb) 3864 0 R (a00017_a80d762e532d677dff262d83cc7bb1c60) 3865 0 R (a00017_a8dd4d8531ed2eebdce1507e7d104154e) 3866 0 R (a00017_a9403d51657a4d546b3ea9553a2973a27) 3868 0 R (a00017_aa166223d1c2a6de7256ab2d8b675a87e) 3867 0 R (a00017_aae705bc447adc163ead377362c4dfe9f) 3863 0 R (a00018) 2503 0 R (a00018_ad7bb4ecf7a82f5a04fc632e9592ad3ab) 3877 0 R (a00019) 2504 0 R (a00019_a0697af2e41f2e82b8ce71e3cc13f7eac) 3908 0 R (a00019_a0a84e24a06f2fa487fe8c9605c6f68b3) 3903 0 R (a00019_a221098c339dbfab27bd2c9f5d32f123b) 3902 0 R (a00019_a36b3e388df9c6a249427cab7e3724749) 3881 0 R (a00019_a3c44c6012860bbeba8a0f4c19710858d) 3906 0 R (a00019_a3fd51e6fa5f0dd800322301b46b08559) 3882 0 R (a00019_a476c06f96b65c08b287cf2369966123b) 3909 0 R (a00019_a63b0b2e26157b472f5717ee93cc7c535) 3905 0 R (a00019_a756f44912894b176bf979a1b65f12aac) 3907 0 R (a00019_a9880cd2d605e316fc020167c49ca69ad) 3904 0 R (a00019_aafa7683871a6a760246f9b35209caec5) 3912 0 R (a00019_ab0921af6e0cd6975812a80b8e5c7435c) 3911 0 R (a00019_ae551abb27d2aa9ce008583488b845b98) 3900 0 R (a00019_ae7cdb1f1b5f0242a69f85b5a5538c764) 3901 0 R (a00019_afe608fb85eb2aa9706221ccb5fc4d415) 3910 0 R (a00020) 2505 0 R (a00020_ac6eb62ae8bc0a68dce679a7107a36194) 3927 0 R (a00020_adef2bb91f74c3e70a2a071393caf5f56) 3926 0 R (a00020_aea3fbd7653d987d81f848636c420504d) 3925 0 R (a00021_source) 2131 0 R (a00022_source) 2319 0 R (a00023_source) 2320 0 R (a00024_source) 2316 0 R (a00025_source) 2127 0 R (a00027_source) 2126 0 R (a00028_source) 2315 0 R (a00029_source) 2314 0 R (a00030_source) 2318 0 R (a00031_source) 2317 0 R (a00032) 2514 0 R (a00032_ga8f4dfb8eef138af55dd1a0fa802e5476) 2517 0 R (a00033) 2518 0 R (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) 2346 0 R (a00034) 2523 0 R (a00034_ga1f784433e9b606261f62d1134f6a3b25) 2539 0 R (a00034_ga2f5276235841ad66a79bedad16a5a10c) 2541 0 R (a00034_ga37e35730fa7e775b5bb0afe893d6d508) 2546 0 R (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) 2543 0 R (a00035) 2550 0 R (a00035_ga46323568968005137c32f6a1cd405b74) 2576 0 R (a00035_gabd7da4f4ea12b420b8ecbde458b27805) 2587 0 R (a00035_gacd37bb612667dc437d66bfb175a8dc55) 2241 0 R (a00035_gga46323568968005137c32f6a1cd405b74a2f8297ea36eba46e7596e810a67298fb) 2577 0 R (a00035_ggacd37bb612667dc437d66bfb175a8dc55a19f8a6953fa91efc76bcbcdf2d22de4d) 2586 0 R (a00035_ggacd37bb612667dc437d66bfb175a8dc55a1ac6e07775ae4324b3fe9dbd72c785ec) 2582 0 R (a00035_ggacd37bb612667dc437d66bfb175a8dc55a3aa1b842d1fd4207ebce171f95a244ec) 2579 0 R (a00035_ggacd37bb612667dc437d66bfb175a8dc55a3f4e83ffc4a259354959ae8a9eaa2a80) 2580 0 R (a00035_ggacd37bb612667dc437d66bfb175a8dc55a5269ef95be72f88465559d35c9b7ad56) 2585 0 R (a00035_ggacd37bb612667dc437d66bfb175a8dc55a56ee0b7eca88f363b75b34fdde8c9ddc) 2583 0 R (a00035_ggacd37bb612667dc437d66bfb175a8dc55aaf0964881117bdedf1a5e9332cd120dd) 2581 0 R (a00035_ggacd37bb612667dc437d66bfb175a8dc55abca6887e80cb291353b0a0c1da83f661) 2413 0 R (a00035_ggacd37bb612667dc437d66bfb175a8dc55ac793958f330bca371aa1535de8aff45f) 2584 0 R (a00036) 2592 0 R (a00036_ga79b8ab56877ef99ac59b833203391c7d) 2602 0 R (a00037) 2350 0 R (a00037_ga5c2d6f476af87005c7bd0811d4548b9f) 2347 0 R (a00037_ga6040925d3ee4bbb2647f2a321aca5f4b) 2349 0 R (a00037_ga91e2e6427b95fb7339c99dbbef996e71) 2348 0 R (a00037_gab3628b2a540a5a08e8cf724ef829e70a) 2617 0 R (a00038) 2352 0 R (a00038_ga2f6bfb6958d8b508ea1d7d5bb266432c) 2287 0 R (a00038_ga2fcb52181b586c20f001b7a999550324) 2677 0 R (a00038_ga6d11e53db143ac39c32cdb3912b71f99) 2675 0 R (a00038_ga6ddd4213d95bd1c30555b294a60efa6b) 2673 0 R (a00038_ga93efcc8a962afe1ed23393700682173f) 2286 0 R (a00038_gac2126e105f3ae708efca2e90d612625a) 2679 0 R (a00038_gada025d3ec20b4b420f8038d23d6e7bde) 2637 0 R (a00038_gae1100de0162b3c6a9db750ac14629c05) 2676 0 R (a00038_gae7e4bade144652a2b48f5eaf0309b4ec) 2678 0 R (a00038_gaec6fb00050f50cd41007f1ae580d2106) 2674 0 R (a00038_gaf2071c8621fddc53649c245d87835b47) 2672 0 R (a00038_ggada025d3ec20b4b420f8038d23d6e7bdea129b4fea1300be22bbaf0bb0958994c8) 2638 0 R (a00038_ggada025d3ec20b4b420f8038d23d6e7bdea6ecb6abc6a0bb75e81564f8bca85783b) 2639 0 R (a00039) 2351 0 R (a00039_ga017a9ba16d554326c6e3812d545d7230) 2718 0 R (a00039_ga1c9d8e608232206ce2142fe806a6835b) 2716 0 R (a00039_gad77e72a2ccf32825511818988a09e5c1) 2717 0 R (a00039_gadacd7a3d21220fbb30c3256d8b22a294) 2719 0 R (a00040) 2726 0 R (a00040_ga0131ab1051011fabfa69d7c1853e716c) 2765 0 R (a00040_ga0d109e33fc7990f62f665d336e5e5111) 2288 0 R (a00040_ga20cfe2456f4cfdd789c9aca6d2fdd69f) 2762 0 R (a00040_ga8c30b0cec55074eb3ed34e4f2a1a9937) 2763 0 R (a00040_gadd4964764ae7e49231065d58a553fd31) 2761 0 R (a00040_gaea7c64dd59467f5201ba87712710b14d) 2764 0 R (a00040_gaf4e663cf42bbe20756b849c6293ef575) 2733 0 R (a00040_ggaf4e663cf42bbe20756b849c6293ef575a0565ab92ab72cb0cec91e23003294aad) 2734 0 R (a00040_ggaf4e663cf42bbe20756b849c6293ef575ae99465995cacde6c210d5fc2e409798c) 2735 0 R (a00041) 2773 0 R (a00041_ga701f83b2cf0cb8e0acd58cd2dc1c67a2) 2398 0 R (a00041_gaedd78240b0c1108355586a268ec5a697) 2785 0 R (a00042) 2791 0 R (a00042_ga0db8286d7f3ceda8defd76e3e1e2b284) 2813 0 R (a00042_ga1f41387433f4c9e9c14b9f2e522919e4) 2816 0 R (a00042_ga3ad856e8f3487d340c82a23b8a2a0351) 2812 0 R (a00042_ga5c6a61a83f4790b421e2f62e9088446f) 2814 0 R (a00042_ga7c61920feca6fd9006d930dabfc09058) 2810 0 R (a00042_gabbfb92224c992c0e2ecef6b6e45260f2) 2815 0 R (a00042_gade722091ae392fdc79557e797a16c370) 2811 0 R (a00043) 2129 0 R (a00043_ga217dc8d373f8958cc93c154ebce1c71c) 2844 0 R (a00043_ga2d6cca51524108966752609b6e725243) 2869 0 R (a00043_ga58c49328c4213c9fbf8d80d5188d4c1e) 2870 0 R (a00043_gaa1373a002b9a0a87eb002e26c590f2da) 2868 0 R (a00043_gab52f83ab16eac465da55e16bdd30df77) 2849 0 R (a00043_gac0ef3510b4e9c1273029ecf94e8c9686) 2850 0 R (a00043_gaf4cc194d5c0d38004a21b9f03522a7e3) 2414 0 R (a00043_gga217dc8d373f8958cc93c154ebce1c71ca2e0dd0128dac6b03408c7dd170477fdc) 2845 0 R (a00043_gga217dc8d373f8958cc93c154ebce1c71ca41ce440443cc3087caed95ab60edcad6) 2848 0 R (a00043_gga217dc8d373f8958cc93c154ebce1c71ca679a7e0f0c7ee06b123565f90d98e7fa) 2847 0 R (a00043_gga217dc8d373f8958cc93c154ebce1c71caf1b6bbad00d7b1017b918e3719f4d421) 2846 0 R (a00044) 2130 0 R (a00044_ga06594edeb4728cb9e014aed924d1e74a) 2976 0 R (a00044_ga106e6fcd764d17be682faf7a5bc95720) 2977 0 R (a00044_ga22074ed072e1039f74f17f7b16e9e39d) 2973 0 R (a00044_ga221a7edc5d436300374fa16463f607e5) 3002 0 R (a00044_ga747962cbb16fd12ad6d126011c734a27) 2967 0 R (a00044_ga7b46a4ca0b2db9723ca73b0c148ccd93) 2969 0 R (a00044_ga8b6d1d90227aff8e44ef26bc1f8a8f95) 2968 0 R (a00044_ga986d9b4cc76da592c4b937c6cb7d9d56) 3003 0 R (a00044_gab00475fd98815bf4fb9aaf752030e7d2) 2903 0 R (a00044_gab07aedba1119f99130e5f0b796b7d8a5) 2970 0 R (a00044_gabaf9c13f1fa301d6895594cec52226e2) 2974 0 R (a00044_gac02ee8f7606382ea7855ae4e1656ed0f) 2978 0 R (a00044_gac5586e58cf25c3596b7d4aa31ce13259) 2979 0 R (a00044_gac63c4517e71b3f0d41b3dee3e83dc55c) 2972 0 R (a00044_gac9764f79505775d06407b40f5e4661e8) 2896 0 R (a00044_gade5e2c28ea8475a479bf2b1df36c6ccd) 2975 0 R (a00044_gaeaa00714a9c4319bda0a74ca6f8720e8) 3001 0 R (a00044_gaf10d18cd4703ec980d7440a1c23fa07f) 2971 0 R (a00044_ggab00475fd98815bf4fb9aaf752030e7d2a0335311a0ee04166df2888d52b4a42c6) 2906 0 R (a00044_ggab00475fd98815bf4fb9aaf752030e7d2a1b1b74aef138f64aff214a8cbdfe8eb4) 2904 0 R (a00044_ggab00475fd98815bf4fb9aaf752030e7d2a1dc7dd5cdcd5796893a325a524555298) 2905 0 R (a00044_ggab00475fd98815bf4fb9aaf752030e7d2aa6e49e54f52827cb143cc869cfd748af) 2907 0 R (a00044_ggab00475fd98815bf4fb9aaf752030e7d2aad6b9eaf2ee324ca58dc8f58094b9997) 2908 0 R (a00044_ggac9764f79505775d06407b40f5e4661e8a18675bb80ebc1bce5b652e9de8f3998c) 2897 0 R (a00044_ggac9764f79505775d06407b40f5e4661e8a979c7aa78dd32780858f30f47a72cca0) 2898 0 R (a00044_ggac9764f79505775d06407b40f5e4661e8ad811fa4b2a6002c4d63695a408ffde2c) 2899 0 R (a00044_ggac9764f79505775d06407b40f5e4661e8ae370075e5af016d42310f87ea5af236b) 2900 0 R (a00044_ggac9764f79505775d06407b40f5e4661e8aecdd4164d647708fbb51a00d98dbb138) 2902 0 R (a00044_ggac9764f79505775d06407b40f5e4661e8afb37480fe5f4236eb7dd4aef26f691e9) 2901 0 R (a00045) 3028 0 R (a00045_ga0ffafb4c0ae13b9a7541ca820ca34883) 2783 0 R (a00045_ga24b9cd5917fcebac6e45ae38d0a6cda4) 2784 0 R (a00046) 3042 0 R (a00046_ga20ade151cb33991b4cd960924a830764) 3086 0 R (a00046_ga38d9bd3a7566d0e6b0ab95d652557707) 3091 0 R (a00046_ga5f08ceb69375341e73563cfe2e77534e) 2399 0 R (a00046_ga61e00b83e7e0a1a946dc1bb29c49ccba) 3088 0 R (a00046_ga632edae4a651996895ebde85ea2c1264) 3084 0 R (a00046_gab7c1dce3f42ece5bfa621e87cf332418) 3087 0 R (a00046_gac574b7b06d2d937002dd538e08dbd554) 3090 0 R (a00046_gae5ef1af636849f77714e1584ba78cf9c) 3089 0 R (a00046_gafa813c4ff8d610b3e158224a56386b2f) 3085 0 R (a00047) 3104 0 R (a00047_ga20703980008f82379f98f56857611a1a) 3142 0 R (a00047_ga50a80a0021e5843d968c3b97aebaad9b) 2400 0 R (a00047_ga6807db0012369efe19b8d3dcee235493) 3143 0 R (a00047_ga72c5bc4317a4c3938e32447b769813a0) 3152 0 R (a00047_ga8af256c2572f16520f95440b884c1bd6) 3141 0 R (a00047_ga934e7ecd68b33403e0c0be779d9ed1e6) 2401 0 R (a00047_gaab04c89623662e63a48ed2cd48eb601c) 3140 0 R (a00047_gabcd5fa81a95fa5335950cae092277d5b) 3139 0 R (a00048) 3162 0 R (a00048_ga2a0de36ea0c3c70fb5f4cba0bb192582) 3175 0 R (a00048_gab56b99460194bbcb36016d36d55132a7) 3174 0 R (a00049) 3180 0 R (a00049_ga2f9a4ec15e9cfae8c21501257a51ce5b) 3195 0 R (a00049_ga5915ea30f326676b3a4cfff371ce04d1) 3196 0 R (a00050) 3199 0 R (a00050_ga75e961873d4b976ab10bc4739248c96d) 3214 0 R (a00050_gae744419648117cbd613a038074aa0627) 3213 0 R (a00051) 3215 0 R (a00051_ga26c2ac4f25b1ed293249c88e232f1bea) 3226 0 R (a00051_ga340bb7021204078c30382ea77d38bde9) 2403 0 R (a00051_ga3d32c128aa36b5c9d56f6bf9e70d0e78) 2402 0 R (a00052) 3236 0 R (a00052_ga3e772fbc4de626ed80f13d332b7d4d03) 3261 0 R (a00052_ga6178c6a9ec1dd88ec9f6a9fcdcc7d634) 3260 0 R (a00052_ga6d5c88292ad5aa062c1bebc99369c042) 3262 0 R (a00052_gaf057d7c5e3cb3df897ce527258537619) 3242 0 R (a00053) 3264 0 R (a00053_ga4497338d1cbae6f8a6d68cb14234d5d8) 3288 0 R (a00053_ga75f0ac3ac41e9915541c3ae3153a6e26) 3287 0 R (a00053_ga95f116c4c0b1ff2c6418c16341fc2e57) 3286 0 R (a00053_gad00abc77f1670049a5b2139471d0c8db) 2415 0 R (a00054) 3294 0 R (a00054_ga5d829323f8d283687be43ea8c894eb3b) 3308 0 R (a00054_gae6821ede7676dfac0515a4b7b04b0397) 3310 0 R (a00054_gaf8331b6d5e60c463f7ebe21a878561d4) 3309 0 R (a00055) 2554 0 R (a00055_ga60ecc4ae480c28b5fbd34aca4fc37daa) 3004 0 R (a00055_ga9162785e39d7c697f76f99524c4a2fb4) 3320 0 R (a00055_gaa677fd588304b5615de4ea78104adfb5) 3005 0 R (a00055_gaa7c3f39802b00a758c58e024a8119979) 3333 0 R (a00056) 3340 0 R (a00056_ga02eae57cff32b6aa55044e6609ae7d73) 3412 0 R (a00056_ga12d520387be74f849f191d7a06ac325c) 3460 0 R (a00056_ga1ba1de709ee9a7cf5cc8ad2d9a1a81d4) 3461 0 R (a00056_ga2583f44cbdb5fff2ea40efdcf3975d3f) 3454 0 R (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) 2553 0 R (a00056_ga371be6d389287d5b22a8034d61ccd7e3) 3415 0 R (a00056_ga3c44c943cb3a3e4577b32d924e4f36f2) 3413 0 R (a00056_ga3f6861045a8029ade373510ffa727d2a) 3362 0 R (a00056_ga42472a7b75ca79cae19f0611fdb849e6) 3457 0 R (a00056_ga4630aa1b7e08eac5b41be126194e84a1) 2871 0 R (a00056_ga497556af0cc34f109ae0277999c074d3) 3414 0 R (a00056_ga4a8088d62755a083ffce9d592c9e3878) 3509 0 R (a00056_ga4d5786ea9561d9ddbf90bc0ce606c549) 3459 0 R (a00056_ga4dd6a75ab63d33ef33bd626b0e489388) 3512 0 R (a00056_ga4fee4e3cea99e4a389c54a6c3f0c78ed) 3452 0 R (a00056_ga52456f7ef79d68e610cb65e3f7ffafad) 3409 0 R (a00056_ga54e89b87ba5f5c18323f16690e0e5730) 3450 0 R (a00056_ga553cd5ceb1925bfd31788e70b4a46ae8) 3404 0 R (a00056_ga56027d6b141a3da441925e6e999de1c1) 3416 0 R (a00056_ga5743af61c30758df75aec29c12444616) 3508 0 R (a00056_ga575c27953709a8cb9a047aae65157526) 3510 0 R (a00056_ga59a07ecd8e74f2d4ee4271a1dbf0e4dd) 3456 0 R (a00056_ga6c0d60db98f27276752c1e5fafcbd7d1) 3369 0 R (a00056_ga6c540b9fe63b8223b6aba46d56dd63b8) 3408 0 R (a00056_ga71b28ef0d7206e37adbb94468c03e1a9) 3407 0 R (a00056_ga7618a962685d95564564ba07e9b2199b) 3507 0 R (a00056_ga88204c1c313aa067da10241b5886a166) 3411 0 R (a00056_ga8e7035fe555ef96921bfb98e08519bc7) 3366 0 R (a00056_ga8ea10f5ebaadb8418f28f953d6106190) 3410 0 R (a00056_ga9fb6aedc30d4ef4998fa53e2403b6130) 3364 0 R (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) 2242 0 R (a00056_gaa3df92e204ffb24ceddd44d8d58f6eaa) 3406 0 R (a00056_gaa94fed35d2a598bc4a8657b6955b7bf5) 3455 0 R (a00056_gaaa4ed76211cd3694dfbea2109fc440be) 3367 0 R (a00056_gaae29e14a926c198e8f91e6e4790621e7) 3511 0 R (a00056_gab14743355fa03b36cef521cbcd2fbf64) 3368 0 R (a00056_gabc0b9f4cae56a1303c38b2380086efc2) 3453 0 R (a00056_gac1cbd1e03f9986552243761e657e1752) 3513 0 R (a00056_gac2f7675dcf1b664a832413d9990d1bcf) 3506 0 R (a00056_gacddc932644e34fc2e914caf2fdaa70ce) 3451 0 R (a00056_gad3cf87ceb58aa91656756bbb58057320) 3403 0 R (a00056_gadd3aa325f2d6a17b5aa3b3be9c740da0) 3514 0 R (a00056_gadd4479485685bda179f4b8b9b70f671e) 3365 0 R (a00056_gae0e0619f43a4af5efafb75f489c1c6ec) 3405 0 R (a00056_gae351afd7046295683112f0876cc782f1) 3458 0 R (a00056_gafcf3246db406218d4e155735b3fa6528) 3363 0 R (a00057) 3541 0 R (a00057_ga39454e6013441d32e58ef4c4fcba7e4b) 3550 0 R (a00057_ga6df504b2f5440b527be05cdad6b1655e) 3551 0 R (a00058) 3556 0 R (a00058_gaaaca5d1687053b6c3326b2c165bd6530) 3567 0 R (a00058_gaeacad897c30dbea284948374ad4b010c) 3566 0 R (a00058_gaf36a9211a21eb930f59090eb5d460b8e) 3568 0 R (a00059) 3573 0 R (a00059_ga018e57a42a780ce2ba2e35ef975d8888) 3587 0 R (a00059_ga5b51a4a96a0c3ad9f4c0da308bbf4d8f) 3590 0 R (a00059_gaf213df50d229c5d17a5a56b5d8f10b74) 3588 0 R (a00059_gafa60816dde33d69149497bcf6c7818e0) 3589 0 R (a00060) 3595 0 R (a00060_ga067ec565345a346bfd9d721cff5901ae) 3616 0 R (a00060_ga47747968f12c2674d2840dfbacce4940) 3615 0 R (a00060_ga5a1d17375cc7b65cd155330008cbdb6a) 3617 0 R (a00060_gaa2c4cb4075422a19e07c450dc7092e69) 3618 0 R (a00061) 3623 0 R (a00061_ga22862f485346ae3b2ab7d052f538fc5f) 3640 0 R (a00061_ga36feb81315de87ce11d9a5aa2b4c6e6d) 3638 0 R (a00061_gac24c9e4bb2eab3e23b2039559adc9df8) 3637 0 R (a00061_gafa4e7cc68f0f99724f8d99541d9ab3de) 3639 0 R (a00062) 3645 0 R (a00062_gae06cf330d2f0d9949feb52b146b7d136) 3650 0 R (a00063) 3651 0 R (a00063_ga2daaf1dd1a9a7f11ccbc6821374120e9) 3661 0 R (a00064) 3662 0 R (a00064_gaa8ea979ce3a9b8c70ae80bc5716a0fbe) 3667 0 R (a00065) 3668 0 R (a00065_ga2ff7763b9c2c5975f9a2e3d638351535) 3681 0 R (a00065_ga87f4746d0cad579ce4e86b98088f22a1) 3673 0 R (chapter*.1) 1627 0 R (chapter.1) 6 0 R (chapter.10) 122 0 R (chapter.11) 130 0 R (chapter.12) 138 0 R (chapter.13) 146 0 R (chapter.14) 1198 0 R (chapter.2) 46 0 R (chapter.3) 50 0 R (chapter.4) 74 0 R (chapter.5) 78 0 R (chapter.6) 82 0 R (chapter.7) 86 0 R (chapter.8) 90 0 R (chapter.9) 102 0 R (cpu_mem_bind) 2297 0 R (embed) 2361 0 R (envvar) 2279 0 R (faq) 2420 0 R (index) 2068 0 R (index_Introduction) 2070 0 R (index_bugs) 2196 0 R (index_cli_examples) 2092 0 R (index_further_read) 2207 0 R (index_history) 2199 0 R (index_installation) 2083 0 R (index_interface) 2093 0 R (index_interface_example) 2182 0 R (index_portability) 2125 0 R (interoperability) 2306 0 R (page.1) 2067 0 R (page.10) 2168 0 R (page.100) 3700 0 R (page.101) 3713 0 R (page.102) 3762 0 R (page.103) 3792 0 R (page.104) 3796 0 R (page.105) 3800 0 R (page.106) 3804 0 R (page.107) 3815 0 R (page.108) 3828 0 R (page.109) 3837 0 R (page.11) 2181 0 R (page.110) 3853 0 R (page.111) 3874 0 R (page.112) 3886 0 R (page.113) 3916 0 R (page.114) 3931 0 R (page.115) 3937 0 R (page.116) 3991 0 R (page.117) 4048 0 R (page.118) 4106 0 R (page.119) 4166 0 R (page.12) 2187 0 R (page.120) 4253 0 R (page.121) 4333 0 R (page.122) 4428 0 R (page.123) 4511 0 R (page.124) 4574 0 R (page.13) 2191 0 R (page.14) 2195 0 R (page.15) 2211 0 R (page.16) 2230 0 R (page.17) 2234 0 R (page.18) 2247 0 R (page.19) 2256 0 R (page.2) 2080 0 R (page.20) 2260 0 R (page.21) 2264 0 R (page.22) 2273 0 R (page.23) 2278 0 R (page.24) 2292 0 R (page.25) 2296 0 R (page.26) 2301 0 R (page.27) 2305 0 R (page.28) 2324 0 R (page.29) 2328 0 R (page.3) 2097 0 R (page.30) 2356 0 R (page.31) 2360 0 R (page.32) 2366 0 R (page.33) 2373 0 R (page.34) 2378 0 R (page.35) 2382 0 R (page.36) 2407 0 R (page.37) 2419 0 R (page.38) 2425 0 R (page.39) 2429 0 R (page.4) 2102 0 R (page.40) 2466 0 R (page.41) 2471 0 R (page.42) 2509 0 R (page.43) 2513 0 R (page.44) 2527 0 R (page.45) 2558 0 R (page.46) 2591 0 R (page.47) 2606 0 R (page.48) 2622 0 R (page.49) 2643 0 R (page.5) 2106 0 R (page.50) 2683 0 R (page.51) 2694 0 R (page.52) 2700 0 R (page.53) 2723 0 R (page.54) 2739 0 R (page.55) 2769 0 R (page.56) 2789 0 R (page.57) 2820 0 R (page.58) 2826 0 R (page.59) 2854 0 R (page.6) 2112 0 R (page.60) 2875 0 R (page.61) 2879 0 R (page.62) 2912 0 R (page.63) 2983 0 R (page.64) 3009 0 R (page.65) 3014 0 R (page.66) 3023 0 R (page.67) 3027 0 R (page.68) 3041 0 R (page.69) 3095 0 R (page.7) 2116 0 R (page.70) 3101 0 R (page.71) 3147 0 R (page.72) 3157 0 R (page.73) 3179 0 R (page.74) 3203 0 R (page.75) 3230 0 R (page.76) 3246 0 R (page.77) 3268 0 R (page.78) 3293 0 R (page.79) 3324 0 R (page.8) 2138 0 R (page.80) 3338 0 R (page.81) 3373 0 R (page.82) 3420 0 R (page.83) 3465 0 R (page.84) 3518 0 R (page.85) 3524 0 R (page.86) 3528 0 R (page.87) 3532 0 R (page.88) 3536 0 R (page.89) 3540 0 R (page.9) 2155 0 R (page.90) 3555 0 R (page.91) 3572 0 R (page.92) 3594 0 R (page.93) 3599 0 R (page.94) 3622 0 R (page.95) 3644 0 R (page.96) 3656 0 R (page.97) 3677 0 R (page.98) 3685 0 R (page.99) 3689 0 R (section*.10) 2608 0 R (section*.11) 2627 0 R (section*.12) 2632 0 R (section*.13) 2644 0 R (section*.14) 2701 0 R (section*.15) 2727 0 R (section*.16) 2740 0 R (section*.17) 2774 0 R (section*.18) 2792 0 R (section*.19) 2828 0 R (section*.2) 2069 0 R (section*.20) 2834 0 R (section*.21) 2880 0 R (section*.22) 2913 0 R (section*.23) 3029 0 R (section*.24) 3043 0 R (section*.25) 3105 0 R (section*.26) 3163 0 R (section*.27) 3181 0 R (section*.28) 3204 0 R (section*.29) 3216 0 R (section*.3) 2515 0 R (section*.30) 3237 0 R (section*.31) 3269 0 R (section*.32) 3295 0 R (section*.33) 3311 0 R (section*.34) 3341 0 R (section*.35) 3344 0 R (section*.36) 3347 0 R (section*.37) 3542 0 R (section*.38) 3557 0 R (section*.39) 3574 0 R (section*.4) 2519 0 R (section*.40) 3600 0 R (section*.41) 3624 0 R (section*.42) 3646 0 R (section*.43) 3657 0 R (section*.44) 3663 0 R (section*.45) 3669 0 R (section*.46) 3690 0 R (section*.47) 3701 0 R (section*.48) 3704 0 R (section*.49) 3805 0 R (section*.5) 2528 0 R (section*.50) 3808 0 R (section*.51) 3819 0 R (section*.52) 3829 0 R (section*.53) 3838 0 R (section*.54) 3840 0 R (section*.55) 3854 0 R (section*.56) 3875 0 R (section*.57) 3878 0 R (section*.58) 3917 0 R (section*.6) 2551 0 R (section*.7) 2571 0 R (section*.8) 2593 0 R (section*.9) 2598 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) 34 0 R (section.1.6) 38 0 R (section.1.7) 42 0 R (section.10.1) 126 0 R (section.11.1) 134 0 R (section.12.1) 142 0 R (section.13.1) 150 0 R (section.13.10) 382 0 R (section.13.11) 398 0 R (section.13.12) 434 0 R (section.13.13) 478 0 R (section.13.14) 566 0 R (section.13.15) 582 0 R (section.13.16) 626 0 R (section.13.17) 666 0 R (section.13.18) 682 0 R (section.13.19) 698 0 R (section.13.2) 162 0 R (section.13.20) 714 0 R (section.13.21) 734 0 R (section.13.22) 758 0 R (section.13.23) 782 0 R (section.13.24) 802 0 R (section.13.25) 830 0 R (section.13.26) 1034 0 R (section.13.27) 1050 0 R (section.13.28) 1074 0 R (section.13.29) 1098 0 R (section.13.3) 174 0 R (section.13.30) 1122 0 R (section.13.31) 1146 0 R (section.13.32) 1158 0 R (section.13.33) 1170 0 R (section.13.34) 1182 0 R (section.13.4) 198 0 R (section.13.5) 222 0 R (section.13.6) 234 0 R (section.13.7) 258 0 R (section.13.8) 318 0 R (section.13.9) 342 0 R (section.14.1) 1202 0 R (section.14.10) 1514 0 R (section.14.11) 1586 0 R (section.14.2) 1226 0 R (section.14.3) 1242 0 R (section.14.4) 1366 0 R (section.14.5) 1386 0 R (section.14.6) 1406 0 R (section.14.7) 1426 0 R (section.14.8) 1454 0 R (section.14.9) 1498 0 R (section.3.1) 54 0 R (section.3.2) 58 0 R (section.3.3) 62 0 R (section.3.4) 66 0 R (section.3.5) 70 0 R (section.8.1) 94 0 R (section.8.2) 98 0 R (section.9.1) 106 0 R (section.9.2) 110 0 R (section.9.3) 114 0 R (section.9.4) 118 0 R (subsection.1.4.1) 26 0 R (subsection.1.4.2) 30 0 R (subsection.13.1.1) 154 0 R (subsection.13.10.1) 386 0 R (subsection.13.11.1) 402 0 R (subsection.13.12.1) 438 0 R (subsection.13.12.2) 442 0 R (subsection.13.12.3) 450 0 R (subsection.13.13.1) 482 0 R (subsection.13.13.2) 486 0 R (subsection.13.13.3) 498 0 R (subsection.13.14.1) 570 0 R (subsection.13.15.1) 586 0 R (subsection.13.16.1) 630 0 R (subsection.13.17.1) 670 0 R (subsection.13.18.1) 686 0 R (subsection.13.19.1) 702 0 R (subsection.13.2.1) 166 0 R (subsection.13.20.1) 718 0 R (subsection.13.21.1) 738 0 R (subsection.13.22.1) 762 0 R (subsection.13.23.1) 786 0 R (subsection.13.24.1) 806 0 R (subsection.13.24.2) 810 0 R (subsection.13.25.1) 834 0 R (subsection.13.25.2) 838 0 R (subsection.13.25.3) 850 0 R (subsection.13.25.4) 862 0 R (subsection.13.26.1) 1038 0 R (subsection.13.27.1) 1054 0 R (subsection.13.27.2) 1058 0 R (subsection.13.28.1) 1078 0 R (subsection.13.29.1) 1102 0 R (subsection.13.3.1) 178 0 R (subsection.13.30.1) 1126 0 R (subsection.13.31.1) 1150 0 R (subsection.13.32.1) 1162 0 R (subsection.13.33.1) 1174 0 R (subsection.13.34.1) 1186 0 R (subsection.13.4.1) 202 0 R (subsection.13.4.2) 214 0 R (subsection.13.5.1) 226 0 R (subsection.13.6.1) 238 0 R (subsection.13.7.1) 262 0 R (subsection.13.7.2) 266 0 R (subsection.13.7.3) 274 0 R (subsection.13.8.1) 322 0 R (subsection.13.9.1) 346 0 R (subsection.13.9.2) 354 0 R (subsection.14.1.1) 1206 0 R (subsection.14.1.2) 1210 0 R (subsection.14.10.1) 1518 0 R (subsection.14.10.2) 1522 0 R (subsection.14.11.1) 1590 0 R (subsection.14.11.2) 1594 0 R (subsection.14.2.1) 1230 0 R (subsection.14.2.2) 1234 0 R (subsection.14.3.1) 1246 0 R (subsection.14.3.2) 1250 0 R (subsection.14.4.1) 1370 0 R (subsection.14.4.2) 1374 0 R (subsection.14.5.1) 1390 0 R (subsection.14.5.2) 1394 0 R (subsection.14.6.1) 1410 0 R (subsection.14.6.2) 1414 0 R (subsection.14.7.1) 1430 0 R (subsection.14.7.2) 1434 0 R (subsection.14.8.1) 1458 0 R (subsection.14.8.2) 1462 0 R (subsection.14.9.1) 1502 0 R (subsection.14.9.2) 1506 0 R (subsubsection.13.1.1.1) 158 0 R (subsubsection.13.10.1.1) 390 0 R (subsubsection.13.10.1.2) 394 0 R (subsubsection.13.11.1.1) 406 0 R (subsubsection.13.11.1.2) 410 0 R (subsubsection.13.11.1.3) 414 0 R (subsubsection.13.11.1.4) 418 0 R (subsubsection.13.11.1.5) 422 0 R (subsubsection.13.11.1.6) 426 0 R (subsubsection.13.11.1.7) 430 0 R (subsubsection.13.12.2.1) 446 0 R (subsubsection.13.12.3.1) 454 0 R (subsubsection.13.12.3.2) 458 0 R (subsubsection.13.12.3.3) 462 0 R (subsubsection.13.12.3.4) 466 0 R (subsubsection.13.12.3.5) 470 0 R (subsubsection.13.12.3.6) 474 0 R (subsubsection.13.13.2.1) 490 0 R (subsubsection.13.13.2.2) 494 0 R (subsubsection.13.13.3.1) 502 0 R (subsubsection.13.13.3.10) 538 0 R (subsubsection.13.13.3.11) 542 0 R (subsubsection.13.13.3.12) 546 0 R (subsubsection.13.13.3.13) 550 0 R (subsubsection.13.13.3.14) 554 0 R (subsubsection.13.13.3.15) 558 0 R (subsubsection.13.13.3.16) 562 0 R (subsubsection.13.13.3.2) 506 0 R (subsubsection.13.13.3.3) 510 0 R (subsubsection.13.13.3.4) 514 0 R (subsubsection.13.13.3.5) 518 0 R (subsubsection.13.13.3.6) 522 0 R (subsubsection.13.13.3.7) 526 0 R (subsubsection.13.13.3.8) 530 0 R (subsubsection.13.13.3.9) 534 0 R (subsubsection.13.14.1.1) 574 0 R (subsubsection.13.14.1.2) 578 0 R (subsubsection.13.15.1.1) 590 0 R (subsubsection.13.15.1.2) 594 0 R (subsubsection.13.15.1.3) 598 0 R (subsubsection.13.15.1.4) 602 0 R (subsubsection.13.15.1.5) 606 0 R (subsubsection.13.15.1.6) 610 0 R (subsubsection.13.15.1.7) 614 0 R (subsubsection.13.15.1.8) 618 0 R (subsubsection.13.15.1.9) 622 0 R (subsubsection.13.16.1.1) 634 0 R (subsubsection.13.16.1.2) 638 0 R (subsubsection.13.16.1.3) 642 0 R (subsubsection.13.16.1.4) 646 0 R (subsubsection.13.16.1.5) 650 0 R (subsubsection.13.16.1.6) 654 0 R (subsubsection.13.16.1.7) 658 0 R (subsubsection.13.16.1.8) 662 0 R (subsubsection.13.17.1.1) 674 0 R (subsubsection.13.17.1.2) 678 0 R (subsubsection.13.18.1.1) 690 0 R (subsubsection.13.18.1.2) 694 0 R (subsubsection.13.19.1.1) 706 0 R (subsubsection.13.19.1.2) 710 0 R (subsubsection.13.2.1.1) 170 0 R (subsubsection.13.20.1.1) 722 0 R (subsubsection.13.20.1.2) 726 0 R (subsubsection.13.20.1.3) 730 0 R (subsubsection.13.21.1.1) 742 0 R (subsubsection.13.21.1.2) 746 0 R (subsubsection.13.21.1.3) 750 0 R (subsubsection.13.21.1.4) 754 0 R (subsubsection.13.22.1.1) 766 0 R (subsubsection.13.22.1.2) 770 0 R (subsubsection.13.22.1.3) 774 0 R (subsubsection.13.22.1.4) 778 0 R (subsubsection.13.23.1.1) 790 0 R (subsubsection.13.23.1.2) 794 0 R (subsubsection.13.23.1.3) 798 0 R (subsubsection.13.24.2.1) 814 0 R (subsubsection.13.24.2.2) 818 0 R (subsubsection.13.24.2.3) 822 0 R (subsubsection.13.24.2.4) 826 0 R (subsubsection.13.25.2.1) 842 0 R (subsubsection.13.25.2.2) 846 0 R (subsubsection.13.25.3.1) 854 0 R (subsubsection.13.25.3.2) 858 0 R (subsubsection.13.25.4.1) 866 0 R (subsubsection.13.25.4.10) 902 0 R (subsubsection.13.25.4.11) 906 0 R (subsubsection.13.25.4.12) 910 0 R (subsubsection.13.25.4.13) 914 0 R (subsubsection.13.25.4.14) 918 0 R (subsubsection.13.25.4.15) 922 0 R (subsubsection.13.25.4.16) 926 0 R (subsubsection.13.25.4.17) 930 0 R (subsubsection.13.25.4.18) 934 0 R (subsubsection.13.25.4.19) 938 0 R (subsubsection.13.25.4.2) 870 0 R (subsubsection.13.25.4.20) 942 0 R (subsubsection.13.25.4.21) 946 0 R (subsubsection.13.25.4.22) 950 0 R (subsubsection.13.25.4.23) 954 0 R (subsubsection.13.25.4.24) 958 0 R (subsubsection.13.25.4.25) 962 0 R (subsubsection.13.25.4.26) 966 0 R (subsubsection.13.25.4.27) 970 0 R (subsubsection.13.25.4.28) 974 0 R (subsubsection.13.25.4.29) 978 0 R (subsubsection.13.25.4.3) 874 0 R (subsubsection.13.25.4.30) 982 0 R (subsubsection.13.25.4.31) 986 0 R (subsubsection.13.25.4.32) 990 0 R (subsubsection.13.25.4.33) 994 0 R (subsubsection.13.25.4.34) 998 0 R (subsubsection.13.25.4.35) 1002 0 R (subsubsection.13.25.4.36) 1006 0 R (subsubsection.13.25.4.37) 1010 0 R (subsubsection.13.25.4.38) 1014 0 R (subsubsection.13.25.4.39) 1018 0 R (subsubsection.13.25.4.4) 878 0 R (subsubsection.13.25.4.40) 1022 0 R (subsubsection.13.25.4.41) 1026 0 R (subsubsection.13.25.4.42) 1030 0 R (subsubsection.13.25.4.5) 882 0 R (subsubsection.13.25.4.6) 886 0 R (subsubsection.13.25.4.7) 890 0 R (subsubsection.13.25.4.8) 894 0 R (subsubsection.13.25.4.9) 898 0 R (subsubsection.13.26.1.1) 1042 0 R (subsubsection.13.26.1.2) 1046 0 R (subsubsection.13.27.2.1) 1062 0 R (subsubsection.13.27.2.2) 1066 0 R (subsubsection.13.27.2.3) 1070 0 R (subsubsection.13.28.1.1) 1082 0 R (subsubsection.13.28.1.2) 1086 0 R (subsubsection.13.28.1.3) 1090 0 R (subsubsection.13.28.1.4) 1094 0 R (subsubsection.13.29.1.1) 1106 0 R (subsubsection.13.29.1.2) 1110 0 R (subsubsection.13.29.1.3) 1114 0 R (subsubsection.13.29.1.4) 1118 0 R (subsubsection.13.3.1.1) 182 0 R (subsubsection.13.3.1.2) 186 0 R (subsubsection.13.3.1.3) 190 0 R (subsubsection.13.3.1.4) 194 0 R (subsubsection.13.30.1.1) 1130 0 R (subsubsection.13.30.1.2) 1134 0 R (subsubsection.13.30.1.3) 1138 0 R (subsubsection.13.30.1.4) 1142 0 R (subsubsection.13.31.1.1) 1154 0 R (subsubsection.13.32.1.1) 1166 0 R (subsubsection.13.33.1.1) 1178 0 R (subsubsection.13.34.1.1) 1190 0 R (subsubsection.13.34.1.2) 1194 0 R (subsubsection.13.4.1.1) 206 0 R (subsubsection.13.4.1.2) 210 0 R (subsubsection.13.4.2.1) 218 0 R (subsubsection.13.5.1.1) 230 0 R (subsubsection.13.6.1.1) 242 0 R (subsubsection.13.6.1.2) 246 0 R (subsubsection.13.6.1.3) 250 0 R (subsubsection.13.6.1.4) 254 0 R (subsubsection.13.7.2.1) 270 0 R (subsubsection.13.7.3.1) 278 0 R (subsubsection.13.7.3.10) 314 0 R (subsubsection.13.7.3.2) 282 0 R (subsubsection.13.7.3.3) 286 0 R (subsubsection.13.7.3.4) 290 0 R (subsubsection.13.7.3.5) 294 0 R (subsubsection.13.7.3.6) 298 0 R (subsubsection.13.7.3.7) 302 0 R (subsubsection.13.7.3.8) 306 0 R (subsubsection.13.7.3.9) 310 0 R (subsubsection.13.8.1.1) 326 0 R (subsubsection.13.8.1.2) 330 0 R (subsubsection.13.8.1.3) 334 0 R (subsubsection.13.8.1.4) 338 0 R (subsubsection.13.9.1.1) 350 0 R (subsubsection.13.9.2.1) 358 0 R (subsubsection.13.9.2.2) 362 0 R (subsubsection.13.9.2.3) 366 0 R (subsubsection.13.9.2.4) 370 0 R (subsubsection.13.9.2.5) 374 0 R (subsubsection.13.9.2.6) 378 0 R (subsubsection.14.1.2.1) 1214 0 R (subsubsection.14.1.2.2) 1218 0 R (subsubsection.14.1.2.3) 1222 0 R (subsubsection.14.10.2.1) 1526 0 R (subsubsection.14.10.2.10) 1562 0 R (subsubsection.14.10.2.11) 1566 0 R (subsubsection.14.10.2.12) 1570 0 R (subsubsection.14.10.2.13) 1574 0 R (subsubsection.14.10.2.14) 1578 0 R (subsubsection.14.10.2.15) 1582 0 R (subsubsection.14.10.2.2) 1530 0 R (subsubsection.14.10.2.3) 1534 0 R (subsubsection.14.10.2.4) 1538 0 R (subsubsection.14.10.2.5) 1542 0 R (subsubsection.14.10.2.6) 1546 0 R (subsubsection.14.10.2.7) 1550 0 R (subsubsection.14.10.2.8) 1554 0 R (subsubsection.14.10.2.9) 1558 0 R (subsubsection.14.11.2.1) 1598 0 R (subsubsection.14.11.2.2) 1602 0 R (subsubsection.14.11.2.3) 1606 0 R (subsubsection.14.2.2.1) 1238 0 R (subsubsection.14.3.2.1) 1254 0 R (subsubsection.14.3.2.10) 1290 0 R (subsubsection.14.3.2.11) 1294 0 R (subsubsection.14.3.2.12) 1298 0 R (subsubsection.14.3.2.13) 1302 0 R (subsubsection.14.3.2.14) 1306 0 R (subsubsection.14.3.2.15) 1310 0 R (subsubsection.14.3.2.16) 1314 0 R (subsubsection.14.3.2.17) 1318 0 R (subsubsection.14.3.2.18) 1322 0 R (subsubsection.14.3.2.19) 1326 0 R (subsubsection.14.3.2.2) 1258 0 R (subsubsection.14.3.2.20) 1330 0 R (subsubsection.14.3.2.21) 1334 0 R (subsubsection.14.3.2.22) 1338 0 R (subsubsection.14.3.2.23) 1342 0 R (subsubsection.14.3.2.24) 1346 0 R (subsubsection.14.3.2.25) 1350 0 R (subsubsection.14.3.2.26) 1354 0 R (subsubsection.14.3.2.27) 1358 0 R (subsubsection.14.3.2.28) 1362 0 R (subsubsection.14.3.2.3) 1262 0 R (subsubsection.14.3.2.4) 1266 0 R (subsubsection.14.3.2.5) 1270 0 R (subsubsection.14.3.2.6) 1274 0 R (subsubsection.14.3.2.7) 1278 0 R (subsubsection.14.3.2.8) 1282 0 R (subsubsection.14.3.2.9) 1286 0 R (subsubsection.14.4.2.1) 1378 0 R (subsubsection.14.4.2.2) 1382 0 R (subsubsection.14.5.2.1) 1398 0 R (subsubsection.14.5.2.2) 1402 0 R (subsubsection.14.6.2.1) 1418 0 R (subsubsection.14.6.2.2) 1422 0 R (subsubsection.14.7.2.1) 1438 0 R (subsubsection.14.7.2.2) 1442 0 R (subsubsection.14.7.2.3) 1446 0 R (subsubsection.14.7.2.4) 1450 0 R (subsubsection.14.8.2.1) 1466 0 R (subsubsection.14.8.2.2) 1470 0 R (subsubsection.14.8.2.3) 1474 0 R (subsubsection.14.8.2.4) 1478 0 R (subsubsection.14.8.2.5) 1482 0 R (subsubsection.14.8.2.6) 1486 0 R (subsubsection.14.8.2.7) 1490 0 R (subsubsection.14.8.2.8) 1494 0 R (subsubsection.14.9.2.1) 1510 0 R (switchfromplpa) 2383 0 R (termsanddefs) 2235 0 R (threadsafety) 2329 0 R (tools) 2265 0 R] +-/Limits [(Doc-Start) (tools)] ++4494 0 obj << ++/Names [(Doc-Start) 350 0 R (a00012) 791 0 R (a00012_o0) 2647 0 R (a00012_o1) 2648 0 R (a00012_o10) 2692 0 R (a00012_o11) 2693 0 R (a00012_o12) 2694 0 R (a00012_o13) 2695 0 R (a00012_o14) 2696 0 R (a00012_o15) 2697 0 R (a00012_o16) 2698 0 R (a00012_o17) 2699 0 R (a00012_o18) 2700 0 R (a00012_o19) 2701 0 R (a00012_o2) 2649 0 R (a00012_o20) 2702 0 R (a00012_o21) 2703 0 R (a00012_o22) 2704 0 R (a00012_o23) 2705 0 R (a00012_o24) 2706 0 R (a00012_o25) 2721 0 R (a00012_o26) 2727 0 R (a00012_o27) 2728 0 R (a00012_o3) 2650 0 R (a00012_o4) 2651 0 R (a00012_o5) 2652 0 R (a00012_o6) 2653 0 R (a00012_o7) 2654 0 R (a00012_o8) 2690 0 R (a00012_o9) 2691 0 R (a00013) 792 0 R (a00013_o0) 2825 0 R (a00013_o1) 2829 0 R (a00014) 793 0 R (a00014_o0) 2850 0 R (a00014_o1) 2844 0 R (a00014_o2) 2847 0 R (a00015) 794 0 R (a00015_o0) 2862 0 R (a00016) 795 0 R (a00016_o0) 2875 0 R (a00016_o1) 2878 0 R (a00017) 796 0 R (a00017_o0) 2904 0 R (a00017_o1) 2894 0 R (a00017_o2) 2901 0 R (a00017_o3) 2897 0 R (a00018) 797 0 R (a00018_o0) 2920 0 R (a00018_o1) 2917 0 R (a00019) 798 0 R (a00019_o0) 2955 0 R (a00019_o1) 2943 0 R (a00019_o2) 2952 0 R (a00019_o3) 2940 0 R (a00019_o4) 2958 0 R (a00019_o5) 2946 0 R (a00019_o6) 2959 0 R (a00019_o7) 2949 0 R (a00020) 799 0 R (a00020_o0) 2977 0 R (a00021) 800 0 R (a00021_o0) 3016 0 R (a00021_o1) 3017 0 R (a00021_o10) 3006 0 R (a00021_o11) 3022 0 R (a00021_o12) 3023 0 R (a00021_o13) 3024 0 R (a00021_o14) 3025 0 R (a00021_o2) 3018 0 R (a00021_o3) 3015 0 R (a00021_o4) 3019 0 R (a00021_o5) 3020 0 R (a00021_o6) 3021 0 R (a00021_o7) 3012 0 R (a00021_o8) 3003 0 R (a00021_o9) 3009 0 R (a00022) 801 0 R (a00022_o0) 3071 0 R (a00022_o1) 3067 0 R (a00022_o2) 3075 0 R (a00023) 833 0 R (a00024) 834 0 R (a00025) 835 0 R (a00026) 836 0 R (a00027) 837 0 R (a00028) 838 0 R (a00029) 509 0 R (a00030) 839 0 R (a00031) 840 0 R (a00032) 841 0 R (a00033) 842 0 R (a00034) 851 0 R (a00034_ga0) 855 0 R (a00035) 861 0 R (a00035_ga0) 651 0 R (a00036) 873 0 R (a00036_ga0) 896 0 R (a00036_ga1) 886 0 R (a00036_ga2) 901 0 R (a00036_ga3) 891 0 R (a00037) 913 0 R (a00037_ga0) 948 0 R (a00037_ga1) 600 0 R (a00037_ga2) 933 0 R (a00037_gga1a10) 943 0 R (a00037_gga1a11) 944 0 R (a00037_gga1a12) 945 0 R (a00037_gga1a13) 709 0 R (a00037_gga1a14) 946 0 R (a00037_gga1a15) 947 0 R (a00037_gga1a7) 940 0 R (a00037_gga1a8) 941 0 R (a00037_gga1a9) 942 0 R (a00037_gga2a16) 936 0 R (a00038) 962 0 R (a00038_ga0) 973 0 R (a00039) 669 0 R (a00039_ga0) 666 0 R (a00039_ga1) 667 0 R (a00039_ga2) 668 0 R (a00039_ga3) 992 0 R (a00040) 671 0 R (a00040_ga0) 1044 0 R (a00040_ga1) 1045 0 R (a00040_ga10) 1041 0 R (a00040_ga2) 1046 0 R (a00040_ga3) 1047 0 R (a00040_ga4) 639 0 R (a00040_ga5) 1048 0 R (a00040_ga6) 1049 0 R (a00040_ga7) 638 0 R (a00040_ga8) 1071 0 R (a00040_ga9) 1072 0 R (a00040_gga10a17) 1042 0 R (a00040_gga10a18) 1043 0 R (a00041) 670 0 R (a00041_ga0) 1128 0 R (a00041_ga1) 1132 0 R (a00041_ga2) 1136 0 R (a00041_ga3) 1141 0 R (a00042) 1154 0 R (a00042_ga0) 1191 0 R (a00042_ga1) 1192 0 R (a00042_ga2) 1183 0 R (a00042_ga3) 1187 0 R (a00042_ga4) 1190 0 R (a00042_ga5) 640 0 R (a00042_ga6) 1177 0 R (a00042_gga6a19) 1180 0 R (a00042_gga6a20) 1181 0 R (a00043) 1216 0 R (a00043_ga0) 1226 0 R (a00043_ga1) 703 0 R (a00044) 1240 0 R (a00044_ga0) 1265 0 R (a00044_ga1) 1266 0 R (a00044_ga2) 1267 0 R (a00044_ga3) 1258 0 R (a00044_ga4) 1268 0 R (a00044_ga5) 1261 0 R (a00044_ga6) 1264 0 R (a00045) 532 0 R (a00045_ga0) 710 0 R (a00045_ga1) 1324 0 R (a00045_ga2) 1325 0 R (a00045_ga3) 1326 0 R (a00045_ga4) 1327 0 R (a00045_ga5) 1328 0 R (a00045_ga6) 1319 0 R (a00045_gga6a21) 1320 0 R (a00045_gga6a22) 1321 0 R (a00045_gga6a23) 1322 0 R (a00045_gga6a24) 1323 0 R (a00046) 533 0 R (a00046_ga0) 1435 0 R (a00046_ga1) 1436 0 R (a00046_ga10) 1486 0 R (a00046_ga11) 1487 0 R (a00046_ga12) 1488 0 R (a00046_ga13) 1489 0 R (a00046_ga14) 1490 0 R (a00046_ga15) 1491 0 R (a00046_ga16) 1422 0 R (a00046_ga17) 1429 0 R (a00046_ga2) 1437 0 R (a00046_ga3) 1438 0 R (a00046_ga4) 1439 0 R (a00046_ga5) 1440 0 R (a00046_ga6) 1441 0 R (a00046_ga7) 1442 0 R (a00046_ga8) 1484 0 R (a00046_ga9) 1485 0 R (a00046_gga16a25) 1423 0 R (a00046_gga16a26) 1424 0 R (a00046_gga16a27) 1425 0 R (a00046_gga16a28) 1426 0 R (a00046_gga16a29) 1427 0 R (a00046_gga16a30) 1428 0 R (a00046_gga17a31) 1430 0 R (a00046_gga17a32) 1431 0 R (a00046_gga17a33) 1432 0 R (a00046_gga17a34) 1433 0 R (a00046_gga17a35) 1434 0 R (a00047) 1587 0 R (a00047_ga0) 1210 0 R (a00047_ga1) 1211 0 R (a00048) 1607 0 R (a00048_ga0) 1665 0 R (a00048_ga1) 1653 0 R (a00048_ga2) 1658 0 R (a00048_ga3) 1666 0 R (a00048_ga4) 704 0 R (a00048_ga5) 1667 0 R (a00048_ga6) 1668 0 R (a00048_ga7) 1664 0 R (a00048_ga8) 1669 0 R (a00049) 1711 0 R (a00049_ga0) 1753 0 R (a00049_ga1) 1758 0 R (a00049_ga2) 1759 0 R (a00049_ga3) 706 0 R (a00049_ga4) 1760 0 R (a00049_ga5) 705 0 R (a00049_ga6) 1761 0 R (a00049_ga7) 1762 0 R (a00050) 1806 0 R (a00050_ga0) 1820 0 R (a00050_ga1) 1826 0 R (a00051) 1835 0 R (a00051_ga0) 1849 0 R (a00051_ga1) 1855 0 R (a00052) 1869 0 R (a00052_ga0) 1882 0 R (a00052_ga1) 1887 0 R (a00053) 1896 0 R (a00053_ga0) 1913 0 R (a00053_ga1) 707 0 R (a00053_ga2) 708 0 R (a00054) 1936 0 R (a00054_ga0) 1972 0 R (a00054_ga1) 1967 0 R (a00054_ga2) 1962 0 R (a00054_ga3) 1957 0 R (a00055) 1981 0 R (a00055_ga0) 2000 0 R (a00055_ga1) 2007 0 R (a00055_ga2) 718 0 R (a00055_ga3) 1996 0 R (a00056) 2015 0 R (a00056_ga0) 2031 0 R (a00056_ga1) 2035 0 R (a00056_ga2) 2027 0 R (a00057) 908 0 R (a00057_ga0) 1492 0 R (a00057_ga1) 2071 0 R (a00057_ga2) 1493 0 R (a00057_ga3) 2066 0 R (a00058) 2088 0 R (a00058_ga0) 601 0 R (a00058_ga1) 907 0 R (a00058_ga10) 2129 0 R (a00058_ga11) 2130 0 R (a00058_ga12) 2167 0 R (a00058_ga13) 2168 0 R (a00058_ga14) 2169 0 R (a00058_ga15) 2170 0 R (a00058_ga16) 2171 0 R (a00058_ga17) 2172 0 R (a00058_ga18) 2173 0 R (a00058_ga19) 2174 0 R (a00058_ga2) 2121 0 R (a00058_ga20) 2175 0 R (a00058_ga21) 2176 0 R (a00058_ga22) 2177 0 R (a00058_ga23) 2178 0 R (a00058_ga24) 1329 0 R (a00058_ga25) 2179 0 R (a00058_ga26) 2180 0 R (a00058_ga27) 2181 0 R (a00058_ga28) 2233 0 R (a00058_ga29) 2234 0 R (a00058_ga3) 2122 0 R (a00058_ga30) 2235 0 R (a00058_ga31) 2236 0 R (a00058_ga32) 2237 0 R (a00058_ga33) 2238 0 R (a00058_ga34) 2239 0 R (a00058_ga35) 2240 0 R (a00058_ga36) 2241 0 R (a00058_ga37) 2242 0 R (a00058_ga38) 2243 0 R (a00058_ga39) 2244 0 R (a00058_ga4) 2123 0 R (a00058_ga40) 2245 0 R (a00058_ga41) 2246 0 R (a00058_ga42) 2247 0 R (a00058_ga43) 2271 0 R (a00058_ga44) 2119 0 R (a00058_ga45) 2120 0 R (a00058_ga5) 2124 0 R (a00058_ga6) 2125 0 R (a00058_ga7) 2126 0 R (a00058_ga8) 2127 0 R (a00058_ga9) 2128 0 R (a00059) 2393 0 R (a00059_ga0) 2407 0 R (a00059_ga1) 2403 0 R (a00060) 2416 0 R (a00060_ga0) 2433 0 R (a00060_ga1) 2436 0 R (a00060_ga2) 2429 0 R (a00061) 2444 0 R (a00061_ga0) 2466 0 R (a00061_ga1) 2474 0 R (a00061_ga2) 2462 0 R (a00061_ga3) 2470 0 R (a00062) 2486 0 R (a00062_ga0) 2506 0 R (a00062_ga1) 2514 0 R (a00062_ga2) 2502 0 R (a00062_ga3) 2510 0 R (a00063) 2526 0 R (a00063_ga0) 2549 0 R (a00063_ga1) 2557 0 R (a00063_ga2) 2545 0 R (a00063_ga3) 2553 0 R (a00064) 2570 0 R (a00064_ga0) 2576 0 R (a00065) 2584 0 R (a00065_ga0) 2590 0 R (a00066) 2598 0 R (a00066_ga0) 2604 0 R (a00067) 2612 0 R (a00067_ga0) 2622 0 R (a00067_ga1) 2626 0 R (chapter*.1) 363 0 R (chapter.1) 6 0 R (chapter.2) 86 0 R (chapter.3) 94 0 R (chapter.4) 102 0 R (chapter.5) 110 0 R (chapter.6) 250 0 R (chapter.7) 298 0 R (figure.1.1) 496 0 R (figure.1.2) 611 0 R (index) 463 0 R (index_Introduction) 465 0 R (index_bugs) 580 0 R (index_cli_examples) 483 0 R (index_cli_hwloc_bind) 624 0 R (index_cli_hwloc_calc) 625 0 R (index_cli_hwloc_distrib) 626 0 R (index_cli_hwloc_ps) 627 0 R (index_cli_lstopo) 623 0 R (index_embedding_example) 682 0 R (index_embedding_m4) 665 0 R (index_faq_xml) 716 0 R (index_further_read) 591 0 R (index_history) 583 0 R (index_installation) 475 0 R (index_interface) 484 0 R (index_interface_example) 565 0 R (index_portability) 518 0 R (index_switchfromplpa_caching) 687 0 R (index_switchfromplpa_counting) 702 0 R (index_switchfromplpa_hierarchy) 690 0 R (index_switchfromplpa_indexes) 699 0 R (page.1) 349 0 R (page.10) 551 0 R (page.100) 2732 0 R (page.101) 2751 0 R (page.102) 2784 0 R (page.103) 2806 0 R (page.104) 2817 0 R (page.105) 2837 0 R (page.106) 2857 0 R (page.107) 2869 0 R (page.108) 2885 0 R (page.109) 2911 0 R (page.11) 564 0 R (page.110) 2928 0 R (page.111) 2963 0 R (page.112) 2972 0 R (page.113) 2984 0 R (page.114) 3029 0 R (page.115) 3056 0 R (page.116) 3084 0 R (page.117) 3088 0 R (page.118) 3103 0 R (page.119) 3144 0 R (page.12) 570 0 R (page.120) 3189 0 R (page.121) 3217 0 R (page.122) 3227 0 R (page.123) 3236 0 R (page.124) 3249 0 R (page.125) 3303 0 R (page.126) 3373 0 R (page.127) 3443 0 R (page.128) 3456 0 R (page.129) 3460 0 R (page.13) 574 0 R (page.130) 3476 0 R (page.131) 3524 0 R (page.132) 3568 0 R (page.133) 3612 0 R (page.134) 3655 0 R (page.135) 3718 0 R (page.136) 3738 0 R (page.137) 3783 0 R (page.138) 3792 0 R (page.139) 3807 0 R (page.14) 579 0 R (page.140) 3821 0 R (page.141) 3830 0 R (page.142) 3886 0 R (page.143) 3945 0 R (page.144) 4003 0 R (page.145) 4073 0 R (page.146) 4148 0 R (page.147) 4231 0 R (page.148) 4314 0 R (page.149) 4395 0 R (page.15) 595 0 R (page.150) 4464 0 R (page.16) 606 0 R (page.17) 610 0 R (page.18) 622 0 R (page.19) 631 0 R (page.2) 357 0 R (page.20) 644 0 R (page.21) 655 0 R (page.22) 675 0 R (page.23) 681 0 R (page.24) 686 0 R (page.25) 714 0 R (page.26) 722 0 R (page.27) 726 0 R (page.28) 761 0 R (page.29) 768 0 R (page.3) 432 0 R (page.30) 805 0 R (page.31) 809 0 R (page.32) 846 0 R (page.33) 850 0 R (page.34) 860 0 R (page.35) 872 0 R (page.36) 912 0 R (page.37) 952 0 R (page.38) 961 0 R (page.39) 981 0 R (page.4) 459 0 R (page.40) 1002 0 R (page.41) 1012 0 R (page.42) 1053 0 R (page.43) 1076 0 R (page.44) 1098 0 R (page.45) 1111 0 R (page.46) 1145 0 R (page.47) 1153 0 R (page.48) 1196 0 R (page.49) 1215 0 R (page.5) 495 0 R (page.50) 1239 0 R (page.51) 1272 0 R (page.52) 1290 0 R (page.53) 1333 0 R (page.54) 1346 0 R (page.55) 1365 0 R (page.56) 1446 0 R (page.57) 1497 0 R (page.58) 1508 0 R (page.59) 1534 0 R (page.6) 501 0 R (page.60) 1570 0 R (page.61) 1586 0 R (page.62) 1606 0 R (page.63) 1673 0 R (page.64) 1710 0 R (page.65) 1766 0 R (page.66) 1805 0 R (page.67) 1834 0 R (page.68) 1868 0 R (page.69) 1895 0 R (page.7) 505 0 R (page.70) 1931 0 R (page.71) 1935 0 R (page.72) 1980 0 R (page.73) 2014 0 R (page.74) 2043 0 R (page.75) 2075 0 R (page.76) 2087 0 R (page.77) 2134 0 R (page.78) 2185 0 R (page.79) 2251 0 R (page.8) 515 0 R (page.80) 2275 0 R (page.81) 2302 0 R (page.82) 2330 0 R (page.83) 2356 0 R (page.84) 2376 0 R (page.85) 2392 0 R (page.86) 2415 0 R (page.87) 2443 0 R (page.88) 2478 0 R (page.89) 2485 0 R (page.9) 538 0 R (page.90) 2518 0 R (page.91) 2525 0 R (page.92) 2565 0 R (page.93) 2569 0 R (page.94) 2583 0 R (page.95) 2597 0 R (page.96) 2611 0 R (page.97) 2633 0 R (page.98) 2658 0 R (page.99) 2710 0 R (section*.10) 982 0 R (section*.11) 1013 0 R (section*.12) 1018 0 R (section*.13) 1023 0 R (section*.14) 1112 0 R (section*.15) 1155 0 R (section*.16) 1160 0 R (section*.17) 1217 0 R (section*.18) 1241 0 R (section*.19) 1291 0 R (section*.2) 464 0 R (section*.20) 1297 0 R (section*.21) 1366 0 R (section*.22) 1382 0 R (section*.23) 1588 0 R (section*.24) 1608 0 R (section*.25) 1712 0 R (section*.26) 1807 0 R (section*.27) 1836 0 R (section*.28) 1870 0 R (section*.29) 1897 0 R (section*.3) 852 0 R (section*.30) 1937 0 R (section*.31) 1982 0 R (section*.32) 2016 0 R (section*.33) 2044 0 R (section*.34) 2089 0 R (section*.35) 2092 0 R (section*.36) 2095 0 R (section*.37) 2394 0 R (section*.38) 2417 0 R (section*.39) 2445 0 R (section*.4) 862 0 R (section*.40) 2487 0 R (section*.41) 2527 0 R (section*.42) 2571 0 R (section*.43) 2585 0 R (section*.44) 2599 0 R (section*.45) 2613 0 R (section*.46) 2634 0 R (section*.47) 2818 0 R (section*.48) 2838 0 R (section*.49) 2858 0 R (section*.5) 874 0 R (section*.50) 2870 0 R (section*.51) 2886 0 R (section*.52) 2912 0 R (section*.53) 2929 0 R (section*.54) 2973 0 R (section*.55) 2985 0 R (section*.56) 3057 0 R (section*.57) 3089 0 R (section*.58) 3092 0 R (section*.59) 3095 0 R (section*.6) 914 0 R (section*.60) 3218 0 R (section*.61) 3228 0 R (section*.62) 3237 0 R (section*.63) 3250 0 R (section*.64) 3461 0 R (section*.65) 3477 0 R (section*.66) 3479 0 R (section*.67) 3494 0 R (section*.68) 3540 0 R (section*.69) 3739 0 R (section*.7) 928 0 R (section*.70) 3793 0 R (section*.71) 3808 0 R (section*.72) 3822 0 R (section*.8) 963 0 R (section*.9) 968 0 R (section.1.1) 10 0 R (section.1.10) 46 0 R (section.1.11) 50 0 R (section.1.12) 54 0 R (section.1.13) 58 0 R (section.1.14) 62 0 R (section.1.15) 66 0 R (section.1.16) 70 0 R (section.1.17) 74 0 R (section.1.18) 78 0 R (section.1.19) 82 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 (section.1.6) 30 0 R (section.1.7) 34 0 R (section.1.8) 38 0 R (section.1.9) 42 0 R (section.2.1) 90 0 R (section.3.1) 98 0 R (section.4.1) 106 0 R (section.5.1) 114 0 R (section.5.10) 150 0 R (section.5.11) 154 0 R (section.5.12) 158 0 R (section.5.13) 162 0 R (section.5.14) 166 0 R (section.5.15) 170 0 R (section.5.16) 174 0 R (section.5.17) 178 0 R (section.5.18) 182 0 R (section.5.19) 186 0 R (section.5.2) 118 0 R (section.5.20) 190 0 R (section.5.21) 194 0 R (section.5.22) 198 0 R (section.5.23) 202 0 R (section.5.24) 206 0 R (section.5.25) 210 0 R (section.5.26) 214 0 R (section.5.27) 218 0 R (section.5.28) 222 0 R (section.5.29) 226 0 R (section.5.3) 122 0 R (section.5.30) 230 0 R (section.5.31) 234 0 R (section.5.32) 238 0 R (section.5.33) 242 0 R (section.5.34) 246 0 R (section.5.4) 126 0 R (section.5.5) 130 0 R (section.5.6) 134 0 R (section.5.7) 138 0 R (section.5.8) 142 0 R (section.5.9) 146 0 R (section.6.1) 254 0 R (section.6.10) 290 0 R (section.6.11) 294 0 R (section.6.2) 258 0 R (section.6.3) 262 0 R (section.6.4) 266 0 R (section.6.5) 270 0 R (section.6.6) 274 0 R (section.6.7) 278 0 R (section.6.8) 282 0 R (section.6.9) 286 0 R (section.7.1) 302 0 R (section.7.10) 338 0 R (section.7.11) 342 0 R (section.7.2) 306 0 R (section.7.3) 310 0 R (section.7.4) 314 0 R (section.7.5) 318 0 R (section.7.6) 322 0 R (section.7.7) 326 0 R (section.7.8) 330 0 R (section.7.9) 334 0 R (subsection.1.4.1) 519 0 R (subsection.1.4.2) 566 0 R (subsection.5.1.1) 854 0 R (subsection.5.10.1) 1225 0 R (subsection.5.11.1) 1257 0 R (subsection.5.12.1) 1317 0 R (subsection.5.12.2) 1336 0 R (subsection.5.12.3) 1339 0 R (subsection.5.13.1) 1480 0 R (subsection.5.13.2) 1500 0 R (subsection.5.13.3) 1509 0 R (subsection.5.14.1) 1595 0 R (subsection.5.15.1) 1652 0 R (subsection.5.16.1) 1752 0 R (subsection.5.17.1) 1819 0 R (subsection.5.18.1) 1848 0 R (subsection.5.19.1) 1881 0 R (subsection.5.2.1) 864 0 R (subsection.5.20.1) 1912 0 R (subsection.5.21.1) 1956 0 R (subsection.5.22.1) 1995 0 R (subsection.5.23.1) 2026 0 R (subsection.5.24.1) 2060 0 R (subsection.5.24.2) 2061 0 R (subsection.5.25.1) 2255 0 R (subsection.5.25.2) 2256 0 R (subsection.5.25.3) 2260 0 R (subsection.5.25.4) 2265 0 R (subsection.5.26.1) 2402 0 R (subsection.5.27.1) 2427 0 R (subsection.5.27.2) 2428 0 R (subsection.5.28.1) 2461 0 R (subsection.5.29.1) 2501 0 R (subsection.5.3.1) 885 0 R (subsection.5.30.1) 2544 0 R (subsection.5.31.1) 2575 0 R (subsection.5.32.1) 2589 0 R (subsection.5.33.1) 2603 0 R (subsection.5.34.1) 2621 0 R (subsection.5.4.1) 932 0 R (subsection.5.4.2) 953 0 R (subsection.5.5.1) 972 0 R (subsection.5.6.1) 991 0 R (subsection.5.7.1) 1061 0 R (subsection.5.7.2) 1067 0 R (subsection.5.7.3) 1077 0 R (subsection.5.8.1) 1127 0 R (subsection.5.9.1) 1176 0 R (subsection.5.9.2) 1182 0 R (subsection.6.1.1) 2716 0 R (subsection.6.1.2) 2717 0 R (subsection.6.10.1) 3001 0 R (subsection.6.10.2) 3002 0 R (subsection.6.11.1) 3064 0 R (subsection.6.11.2) 3066 0 R (subsection.6.2.1) 2823 0 R (subsection.6.2.2) 2824 0 R (subsection.6.3.1) 2842 0 R (subsection.6.3.2) 2843 0 R (subsection.6.4.1) 2860 0 R (subsection.6.4.2) 2861 0 R (subsection.6.5.1) 2873 0 R (subsection.6.5.2) 2874 0 R (subsection.6.6.1) 2892 0 R (subsection.6.6.2) 2893 0 R (subsection.6.7.1) 2915 0 R (subsection.6.7.2) 2916 0 R (subsection.6.8.1) 2938 0 R (subsection.6.8.2) 2939 0 R (subsection.6.9.1) 2975 0 R (subsection.6.9.2) 2976 0 R (subsection.7.1.1) 3213 0 R (subsection.7.10.1) 3816 0 R (subsection.7.11.1) 3826 0 R (subsection.7.2.1) 3222 0 R (subsection.7.3.1) 3232 0 R (subsection.7.4.1) 3245 0 R (subsection.7.5.1) 3451 0 R (subsection.7.7.1) 3734 0 R (subsection.7.8.1) 3788 0 R (subsection.7.9.1) 3803 0 R (subsubsection.5.1.1.1) 856 0 R (subsubsection.5.10.1.1) 1227 0 R (subsubsection.5.10.1.2) 1230 0 R (subsubsection.5.11.1.1) 1259 0 R (subsubsection.5.11.1.2) 1262 0 R (subsubsection.5.11.1.3) 1273 0 R (subsubsection.5.11.1.4) 1275 0 R (subsubsection.5.11.1.5) 1280 0 R (subsubsection.5.11.1.6) 1282 0 R (subsubsection.5.11.1.7) 1285 0 R (subsubsection.5.12.2.1) 1337 0 R (subsubsection.5.12.3.1) 1340 0 R (subsubsection.5.12.3.2) 1347 0 R (subsubsection.5.12.3.3) 1350 0 R (subsubsection.5.12.3.4) 1353 0 R (subsubsection.5.12.3.5) 1356 0 R (subsubsection.5.12.3.6) 1359 0 R (subsubsection.5.13.2.1) 1501 0 R (subsubsection.5.13.2.2) 1503 0 R (subsubsection.5.13.3.1) 1510 0 R (subsubsection.5.13.3.10) 1551 0 R (subsubsection.5.13.3.11) 1555 0 R (subsubsection.5.13.3.12) 1559 0 R (subsubsection.5.13.3.13) 1563 0 R (subsubsection.5.13.3.14) 1571 0 R (subsubsection.5.13.3.15) 1575 0 R (subsubsection.5.13.3.16) 1579 0 R (subsubsection.5.13.3.2) 1513 0 R (subsubsection.5.13.3.3) 1518 0 R (subsubsection.5.13.3.4) 1523 0 R (subsubsection.5.13.3.5) 1527 0 R (subsubsection.5.13.3.6) 1535 0 R (subsubsection.5.13.3.7) 1539 0 R (subsubsection.5.13.3.8) 1543 0 R (subsubsection.5.13.3.9) 1547 0 R (subsubsection.5.14.1.1) 1596 0 R (subsubsection.5.14.1.2) 1599 0 R (subsubsection.5.15.1.1) 1654 0 R (subsubsection.5.15.1.2) 1659 0 R (subsubsection.5.15.1.3) 1674 0 R (subsubsection.5.15.1.4) 1679 0 R (subsubsection.5.15.1.5) 1684 0 R (subsubsection.5.15.1.6) 1688 0 R (subsubsection.5.15.1.7) 1694 0 R (subsubsection.5.15.1.8) 1699 0 R (subsubsection.5.15.1.9) 1703 0 R (subsubsection.5.16.1.1) 1754 0 R (subsubsection.5.16.1.2) 1767 0 R (subsubsection.5.16.1.3) 1771 0 R (subsubsection.5.16.1.4) 1774 0 R (subsubsection.5.16.1.5) 1778 0 R (subsubsection.5.16.1.6) 1783 0 R (subsubsection.5.16.1.7) 1791 0 R (subsubsection.5.16.1.8) 1795 0 R (subsubsection.5.17.1.1) 1821 0 R (subsubsection.5.17.1.2) 1827 0 R (subsubsection.5.18.1.1) 1850 0 R (subsubsection.5.18.1.2) 1856 0 R (subsubsection.5.19.1.1) 1883 0 R (subsubsection.5.19.1.2) 1888 0 R (subsubsection.5.2.1.1) 865 0 R (subsubsection.5.20.1.1) 1914 0 R (subsubsection.5.20.1.2) 1918 0 R (subsubsection.5.20.1.3) 1923 0 R (subsubsection.5.21.1.1) 1958 0 R (subsubsection.5.21.1.2) 1963 0 R (subsubsection.5.21.1.3) 1968 0 R (subsubsection.5.21.1.4) 1973 0 R (subsubsection.5.22.1.1) 1997 0 R (subsubsection.5.22.1.2) 2001 0 R (subsubsection.5.22.1.3) 2004 0 R (subsubsection.5.22.1.4) 2008 0 R (subsubsection.5.23.1.1) 2028 0 R (subsubsection.5.23.1.2) 2032 0 R (subsubsection.5.23.1.3) 2036 0 R (subsubsection.5.24.2.1) 2062 0 R (subsubsection.5.24.2.2) 2067 0 R (subsubsection.5.24.2.3) 2076 0 R (subsubsection.5.24.2.4) 2080 0 R (subsubsection.5.25.2.1) 2257 0 R (subsubsection.5.25.2.2) 2258 0 R (subsubsection.5.25.3.1) 2261 0 R (subsubsection.5.25.3.2) 2263 0 R (subsubsection.5.25.4.1) 2266 0 R (subsubsection.5.25.4.10) 2296 0 R (subsubsection.5.25.4.11) 2303 0 R (subsubsection.5.25.4.12) 2306 0 R (subsubsection.5.25.4.13) 2309 0 R (subsubsection.5.25.4.14) 2311 0 R (subsubsection.5.25.4.15) 2313 0 R (subsubsection.5.25.4.16) 2315 0 R (subsubsection.5.25.4.17) 2317 0 R (subsubsection.5.25.4.18) 2319 0 R (subsubsection.5.25.4.19) 2322 0 R (subsubsection.5.25.4.2) 2268 0 R (subsubsection.5.25.4.20) 2325 0 R (subsubsection.5.25.4.21) 2331 0 R (subsubsection.5.25.4.22) 2334 0 R (subsubsection.5.25.4.23) 2336 0 R (subsubsection.5.25.4.24) 2338 0 R (subsubsection.5.25.4.25) 2340 0 R (subsubsection.5.25.4.26) 2342 0 R (subsubsection.5.25.4.27) 2345 0 R (subsubsection.5.25.4.28) 2347 0 R (subsubsection.5.25.4.29) 2351 0 R (subsubsection.5.25.4.3) 2277 0 R (subsubsection.5.25.4.30) 2357 0 R (subsubsection.5.25.4.31) 2359 0 R (subsubsection.5.25.4.32) 2361 0 R (subsubsection.5.25.4.33) 2363 0 R (subsubsection.5.25.4.34) 2365 0 R (subsubsection.5.25.4.35) 2367 0 R (subsubsection.5.25.4.36) 2369 0 R (subsubsection.5.25.4.37) 2371 0 R (subsubsection.5.25.4.38) 2377 0 R (subsubsection.5.25.4.39) 2379 0 R (subsubsection.5.25.4.4) 2279 0 R (subsubsection.5.25.4.40) 2381 0 R (subsubsection.5.25.4.41) 2383 0 R (subsubsection.5.25.4.42) 2387 0 R (subsubsection.5.25.4.5) 2283 0 R (subsubsection.5.25.4.6) 2287 0 R (subsubsection.5.25.4.7) 2289 0 R (subsubsection.5.25.4.8) 2291 0 R (subsubsection.5.25.4.9) 2293 0 R (subsubsection.5.26.1.1) 2404 0 R (subsubsection.5.26.1.2) 2408 0 R (subsubsection.5.27.2.1) 2430 0 R (subsubsection.5.27.2.2) 2434 0 R (subsubsection.5.27.2.3) 2437 0 R (subsubsection.5.28.1.1) 2463 0 R (subsubsection.5.28.1.2) 2467 0 R (subsubsection.5.28.1.3) 2471 0 R (subsubsection.5.28.1.4) 2479 0 R (subsubsection.5.29.1.1) 2503 0 R (subsubsection.5.29.1.2) 2507 0 R (subsubsection.5.29.1.3) 2511 0 R (subsubsection.5.29.1.4) 2519 0 R (subsubsection.5.3.1.1) 887 0 R (subsubsection.5.3.1.2) 892 0 R (subsubsection.5.3.1.3) 897 0 R (subsubsection.5.3.1.4) 902 0 R (subsubsection.5.30.1.1) 2546 0 R (subsubsection.5.30.1.2) 2550 0 R (subsubsection.5.30.1.3) 2554 0 R (subsubsection.5.30.1.4) 2558 0 R (subsubsection.5.31.1.1) 2577 0 R (subsubsection.5.32.1.1) 2591 0 R (subsubsection.5.33.1.1) 2605 0 R (subsubsection.5.34.1.1) 2623 0 R (subsubsection.5.34.1.2) 2627 0 R (subsubsection.5.4.1.1) 934 0 R (subsubsection.5.4.1.2) 937 0 R (subsubsection.5.4.2.1) 954 0 R (subsubsection.5.5.1.1) 974 0 R (subsubsection.5.6.1.1) 993 0 R (subsubsection.5.6.1.2) 995 0 R (subsubsection.5.6.1.3) 997 0 R (subsubsection.5.6.1.4) 1003 0 R (subsubsection.5.7.2.1) 1068 0 R (subsubsection.5.7.3.1) 1078 0 R (subsubsection.5.7.3.10) 1106 0 R (subsubsection.5.7.3.2) 1081 0 R (subsubsection.5.7.3.3) 1083 0 R (subsubsection.5.7.3.4) 1086 0 R (subsubsection.5.7.3.5) 1089 0 R (subsubsection.5.7.3.6) 1091 0 R (subsubsection.5.7.3.7) 1099 0 R (subsubsection.5.7.3.8) 1102 0 R (subsubsection.5.7.3.9) 1104 0 R (subsubsection.5.8.1.1) 1129 0 R (subsubsection.5.8.1.2) 1133 0 R (subsubsection.5.8.1.3) 1137 0 R (subsubsection.5.8.1.4) 1146 0 R (subsubsection.5.9.1.1) 1178 0 R (subsubsection.5.9.2.1) 1184 0 R (subsubsection.5.9.2.2) 1188 0 R (subsubsection.5.9.2.3) 1197 0 R (subsubsection.5.9.2.4) 1200 0 R (subsubsection.5.9.2.5) 1206 0 R (subsubsection.5.9.2.6) 1208 0 R (subsubsection.6.1.2.1) 2718 0 R (subsubsection.6.1.2.10) 2754 0 R (subsubsection.6.1.2.11) 2757 0 R (subsubsection.6.1.2.12) 2760 0 R (subsubsection.6.1.2.13) 2762 0 R (subsubsection.6.1.2.14) 2765 0 R (subsubsection.6.1.2.15) 2767 0 R (subsubsection.6.1.2.16) 2770 0 R (subsubsection.6.1.2.17) 2772 0 R (subsubsection.6.1.2.18) 2775 0 R (subsubsection.6.1.2.19) 2778 0 R (subsubsection.6.1.2.2) 2722 0 R (subsubsection.6.1.2.20) 2785 0 R (subsubsection.6.1.2.21) 2788 0 R (subsubsection.6.1.2.22) 2790 0 R (subsubsection.6.1.2.23) 2792 0 R (subsubsection.6.1.2.24) 2795 0 R (subsubsection.6.1.2.25) 2798 0 R (subsubsection.6.1.2.26) 2801 0 R (subsubsection.6.1.2.27) 2807 0 R (subsubsection.6.1.2.28) 2810 0 R (subsubsection.6.1.2.3) 2725 0 R (subsubsection.6.1.2.4) 2733 0 R (subsubsection.6.1.2.5) 2736 0 R (subsubsection.6.1.2.6) 2739 0 R (subsubsection.6.1.2.7) 2742 0 R (subsubsection.6.1.2.8) 2745 0 R (subsubsection.6.1.2.9) 2752 0 R (subsubsection.6.10.2.1) 3004 0 R (subsubsection.6.10.2.10) 3040 0 R (subsubsection.6.10.2.11) 3042 0 R (subsubsection.6.10.2.12) 3044 0 R (subsubsection.6.10.2.13) 3046 0 R (subsubsection.6.10.2.14) 3048 0 R (subsubsection.6.10.2.15) 3050 0 R (subsubsection.6.10.2.2) 3007 0 R (subsubsection.6.10.2.3) 3010 0 R (subsubsection.6.10.2.4) 3013 0 R (subsubsection.6.10.2.5) 3030 0 R (subsubsection.6.10.2.6) 3032 0 R (subsubsection.6.10.2.7) 3034 0 R (subsubsection.6.10.2.8) 3036 0 R (subsubsection.6.10.2.9) 3038 0 R (subsubsection.6.11.2.1) 3068 0 R (subsubsection.6.11.2.2) 3072 0 R (subsubsection.6.11.2.3) 3076 0 R (subsubsection.6.2.2.1) 2826 0 R (subsubsection.6.2.2.2) 2830 0 R (subsubsection.6.3.2.1) 2845 0 R (subsubsection.6.3.2.2) 2848 0 R (subsubsection.6.3.2.3) 2851 0 R (subsubsection.6.4.2.1) 2863 0 R (subsubsection.6.5.2.1) 2876 0 R (subsubsection.6.5.2.2) 2879 0 R (subsubsection.6.6.2.1) 2895 0 R (subsubsection.6.6.2.2) 2898 0 R (subsubsection.6.6.2.3) 2902 0 R (subsubsection.6.6.2.4) 2905 0 R (subsubsection.6.7.2.1) 2918 0 R (subsubsection.6.7.2.2) 2921 0 R (subsubsection.6.8.2.1) 2941 0 R (subsubsection.6.8.2.2) 2944 0 R (subsubsection.6.8.2.3) 2947 0 R (subsubsection.6.8.2.4) 2950 0 R (subsubsection.6.8.2.5) 2953 0 R (subsubsection.6.8.2.6) 2956 0 R (subsubsection.6.8.2.7) 2964 0 R (subsubsection.6.8.2.8) 2966 0 R (subsubsection.6.9.2.1) 2978 0 R] ++/Limits [(Doc-Start) (subsubsection.6.9.2.1)] + >> endobj +-4597 0 obj << +-/Kids [4596 0 R] ++4495 0 obj << ++/Kids [4494 0 R] + >> endobj +-4598 0 obj << +-/Dests 4597 0 R ++4496 0 obj << ++/Dests 4495 0 R + >> endobj +-4599 0 obj << ++4497 0 obj << + /Type /Catalog +-/Pages 4594 0 R +-/Outlines 4595 0 R +-/Names 4598 0 R +-/PageMode /UseOutlines +-/OpenAction 1609 0 R +->> endobj +-4600 0 obj << +-/Author()/Title()/Subject()/Creator(LaTeX with hyperref package)/Producer(pdfeTeX-1.21a)/Keywords() +-/CreationDate (D:20101216164838-05'00') +-/PTEX.Fullbanner (This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4) kpathsea version 3.5.4) ++/Pages 4492 0 R ++/Outlines 4493 0 R ++/Names 4496 0 R ++/PageMode /UseOutlines /URI<> /ViewerPreferences<<>> ++/OpenAction 345 0 R ++/PTEX.Fullbanner (This is pdfTeX, Version 3.14159-1.10b) ++>> endobj ++4498 0 obj << ++/Author()/Title()/Subject()/Creator(LaTeX with hyperref package)/Producer(pdfTeX-1.10b)/Keywords() ++/CreationDate (D:20101221210500) + >> endobj + xref +-0 4601 ++0 4499 + 0000000001 65535 f + 0000000002 00000 f + 0000000003 00000 f + 0000000004 00000 f +-0000000000 00000 f ++0000000351 00000 f + 0000000009 00000 n +-0000190186 00000 n +-0001025560 00000 n ++0000033557 00000 n ++0000947175 00000 n + 0000000054 00000 n ++0000000090 00000 n ++0000033783 00000 n ++0000947103 00000 n ++0000000137 00000 n + 0000000168 00000 n +-0000190423 00000 n +-0001025488 00000 n +-0000000215 00000 n +-0000000302 00000 n +-0000194309 00000 n +-0001025402 00000 n +-0000000350 00000 n +-0000000437 00000 n +-0000194427 00000 n +-0001025316 00000 n +-0000000485 00000 n +-0000000575 00000 n +-0000237738 00000 n +-0001025193 00000 n +-0000000623 00000 n +-0000000758 00000 n +-0000248803 00000 n +-0001025119 00000 n +-0000000811 00000 n ++0000037602 00000 n ++0000947017 00000 n ++0000000216 00000 n ++0000000247 00000 n ++0000037715 00000 n ++0000946931 00000 n ++0000000295 00000 n ++0000000326 00000 n ++0000079072 00000 n ++0000946845 00000 n ++0000000374 00000 n ++0000000414 00000 n ++0000122081 00000 n ++0000946759 00000 n ++0000000462 00000 n ++0000000499 00000 n ++0000122194 00000 n ++0000946673 00000 n ++0000000547 00000 n ++0000000583 00000 n ++0000126016 00000 n ++0000946587 00000 n ++0000000631 00000 n ++0000000665 00000 n ++0000142823 00000 n ++0000946501 00000 n ++0000000713 00000 n ++0000000738 00000 n ++0000142941 00000 n ++0000946415 00000 n ++0000000786 00000 n ++0000000815 00000 n ++0000143058 00000 n ++0000946329 00000 n ++0000000864 00000 n + 0000000893 00000 n +-0000272328 00000 n +-0001025045 00000 n +-0000000946 00000 n +-0000001031 00000 n +-0000280189 00000 n +-0001024959 00000 n +-0000001079 00000 n +-0000001202 00000 n +-0000280307 00000 n +-0001024873 00000 n +-0000001250 00000 n +-0000001368 00000 n +-0000283242 00000 n +-0001024800 00000 n +-0000001416 00000 n +-0000001521 00000 n +-0000287456 00000 n +-0001024712 00000 n +-0000001567 00000 n +-0000001705 00000 n +-0000299498 00000 n +-0001024586 00000 n +-0000001751 00000 n +-0000001871 00000 n +-0000299682 00000 n +-0001024512 00000 n +-0000001919 00000 n +-0000001976 00000 n +-0000299806 00000 n +-0001024425 00000 n +-0000002024 00000 n +-0000002101 00000 n +-0000299930 00000 n +-0001024338 00000 n +-0000002149 00000 n +-0000002226 00000 n +-0000301170 00000 n +-0001024251 00000 n +-0000002274 00000 n +-0000002366 00000 n +-0000301294 00000 n +-0001024177 00000 n +-0000002414 00000 n +-0000002481 00000 n +-0000304527 00000 n +-0001024088 00000 n +-0000002527 00000 n +-0000002662 00000 n +-0000307521 00000 n +-0001023999 00000 n +-0000002708 00000 n +-0000002897 00000 n +-0000312218 00000 n +-0001023910 00000 n +-0000002943 00000 n +-0000003159 00000 n +-0000318898 00000 n +-0001023821 00000 n ++0000143176 00000 n ++0000946243 00000 n ++0000000942 00000 n ++0000000974 00000 n ++0000148166 00000 n ++0000946157 00000 n ++0000001023 00000 n ++0000001050 00000 n ++0000158151 00000 n ++0000946071 00000 n ++0000001099 00000 n ++0000001157 00000 n ++0000165566 00000 n ++0000945985 00000 n ++0000001206 00000 n ++0000001248 00000 n ++0000171101 00000 n ++0000945899 00000 n ++0000001297 00000 n ++0000001344 00000 n ++0000171219 00000 n ++0000945813 00000 n ++0000001393 00000 n ++0000001437 00000 n ++0000171337 00000 n ++0000945727 00000 n ++0000001486 00000 n ++0000001536 00000 n ++0000174116 00000 n ++0000945641 00000 n ++0000001585 00000 n ++0000001626 00000 n ++0000174234 00000 n ++0000945568 00000 n ++0000001675 00000 n ++0000001784 00000 n ++0000182221 00000 n ++0000945443 00000 n ++0000001830 00000 n ++0000001889 00000 n ++0000182277 00000 n ++0000945382 00000 n ++0000001937 00000 n ++0000001991 00000 n ++0000189010 00000 n ++0000945255 00000 n ++0000002037 00000 n ++0000002104 00000 n ++0000189066 00000 n ++0000945193 00000 n ++0000002152 00000 n ++0000002215 00000 n ++0000194915 00000 n ++0000945061 00000 n ++0000002262 00000 n ++0000002320 00000 n ++0000194972 00000 n ++0000944996 00000 n ++0000002369 00000 n ++0000002426 00000 n ++0000196722 00000 n ++0000944862 00000 n ++0000002473 00000 n ++0000002541 00000 n ++0000196836 00000 n ++0000944783 00000 n ++0000002590 00000 n ++0000002621 00000 n ++0000198966 00000 n ++0000944690 00000 n ++0000002670 00000 n ++0000002706 00000 n ++0000205168 00000 n ++0000944597 00000 n ++0000002755 00000 n ++0000002786 00000 n ++0000211707 00000 n ++0000944504 00000 n ++0000002835 00000 n ++0000002876 00000 n ++0000219052 00000 n ++0000944411 00000 n ++0000002925 00000 n ++0000002961 00000 n ++0000223275 00000 n ++0000944318 00000 n ++0000003010 00000 n ++0000003059 00000 n ++0000233052 00000 n ++0000944225 00000 n ++0000003108 00000 n ++0000003156 00000 n ++0000254921 00000 n ++0000944132 00000 n + 0000003205 00000 n +-0000003300 00000 n +-0000322037 00000 n +-0001023694 00000 n ++0000003248 00000 n ++0000263855 00000 n ++0000944039 00000 n ++0000003297 00000 n + 0000003346 00000 n +-0000003550 00000 n +-0000322221 00000 n +-0001023620 00000 n +-0000003598 00000 n +-0000003832 00000 n +-0000328463 00000 n +-0001023545 00000 n +-0000003880 00000 n +-0000004029 00000 n +-0000333824 00000 n +-0001023413 00000 n +-0000004076 00000 n +-0000004256 00000 n +-0000334008 00000 n +-0001023334 00000 n +-0000004305 00000 n +-0000004482 00000 n +-0000334133 00000 n +-0001023241 00000 n +-0000004531 00000 n +-0000004690 00000 n +-0000337946 00000 n +-0001023148 00000 n +-0000004739 00000 n +-0000004931 00000 n +-0000338071 00000 n +-0001023069 00000 n ++0000272793 00000 n ++0000943946 00000 n ++0000003396 00000 n ++0000003432 00000 n ++0000278905 00000 n ++0000943853 00000 n ++0000003482 00000 n ++0000003526 00000 n ++0000291448 00000 n ++0000943760 00000 n ++0000003576 00000 n ++0000003607 00000 n ++0000312643 00000 n ++0000943667 00000 n ++0000003657 00000 n ++0000003691 00000 n ++0000347431 00000 n ++0000943574 00000 n ++0000003741 00000 n ++0000003780 00000 n ++0000359564 00000 n ++0000943481 00000 n ++0000003830 00000 n ++0000003873 00000 n ++0000378414 00000 n ++0000943388 00000 n ++0000003923 00000 n ++0000003975 00000 n ++0000392228 00000 n ++0000943295 00000 n ++0000004025 00000 n ++0000004094 00000 n ++0000399008 00000 n ++0000943202 00000 n ++0000004144 00000 n ++0000004224 00000 n ++0000404043 00000 n ++0000943109 00000 n ++0000004274 00000 n ++0000004324 00000 n ++0000411843 00000 n ++0000943016 00000 n ++0000004374 00000 n ++0000004420 00000 n ++0000421656 00000 n ++0000942923 00000 n ++0000004470 00000 n ++0000004505 00000 n ++0000428081 00000 n ++0000942830 00000 n ++0000004555 00000 n ++0000004589 00000 n ++0000433207 00000 n ++0000942737 00000 n ++0000004639 00000 n ++0000004674 00000 n ++0000440357 00000 n ++0000942644 00000 n ++0000004724 00000 n ++0000004781 00000 n ++0000451284 00000 n ++0000942551 00000 n ++0000004831 00000 n ++0000004865 00000 n ++0000505160 00000 n ++0000942458 00000 n ++0000004915 00000 n + 0000004980 00000 n +-0000005121 00000 n +-0000339649 00000 n +-0001022936 00000 n +-0000005169 00000 n +-0000005333 00000 n +-0000339828 00000 n +-0001022871 00000 n +-0000005383 00000 n +-0000005906 00000 n +-0000348501 00000 n +-0001022738 00000 n +-0000005954 00000 n +-0000006045 00000 n +-0000348560 00000 n +-0001022673 00000 n +-0000006095 00000 n +-0000006158 00000 n +-0000355013 00000 n +-0001022540 00000 n +-0000006206 00000 n +-0000006340 00000 n +-0000355072 00000 n +-0001022475 00000 n +-0000006390 00000 n +-0000006496 00000 n +-0000357858 00000 n +-0001022339 00000 n +-0000006544 00000 n +-0000006675 00000 n +-0000357977 00000 n +-0001022221 00000 n +-0000006725 00000 n +-0000006811 00000 n +-0000358096 00000 n +-0001022117 00000 n +-0000006866 00000 n +-0000006997 00000 n +-0000358215 00000 n +-0001022052 00000 n +-0000007057 00000 n +-0000007176 00000 n +-0000358333 00000 n +-0001021920 00000 n +-0000007226 00000 n +-0000007337 00000 n +-0000358452 00000 n +-0001021816 00000 n +-0000007392 00000 n +-0000007528 00000 n +-0000358571 00000 n +-0001021751 00000 n +-0000007588 00000 n +-0000007702 00000 n +-0000364373 00000 n +-0001021619 00000 n +-0000007752 00000 n +-0000007838 00000 n +-0000364492 00000 n +-0001021515 00000 n +-0000007893 00000 n +-0000008029 00000 n +-0000364611 00000 n +-0001021436 00000 n +-0000008089 00000 n +-0000008226 00000 n +-0000364730 00000 n +-0001021343 00000 n +-0000008286 00000 n +-0000008428 00000 n +-0000364849 00000 n +-0001021250 00000 n +-0000008488 00000 n +-0000008592 00000 n +-0000364974 00000 n +-0001021171 00000 n +-0000008652 00000 n +-0000008761 00000 n +-0000365099 00000 n +-0001021039 00000 n +-0000008811 00000 n +-0000008950 00000 n +-0000372109 00000 n +-0001020921 00000 n +-0000009005 00000 n +-0000009189 00000 n +-0000372228 00000 n +-0001020842 00000 n +-0000009249 00000 n +-0000009391 00000 n +-0000372412 00000 n +-0001020763 00000 n +-0000009451 00000 n +-0000009568 00000 n +-0000377236 00000 n +-0001020645 00000 n +-0000009623 00000 n +-0000009764 00000 n +-0000377355 00000 n +-0001020580 00000 n +-0000009824 00000 n +-0000009953 00000 n +-0000377474 00000 n +-0001020448 00000 n +-0000010003 00000 n +-0000010114 00000 n +-0000381575 00000 n +-0001020344 00000 n +-0000010169 00000 n +-0000010305 00000 n +-0000381694 00000 n +-0001020279 00000 n +-0000010365 00000 n +-0000010454 00000 n +-0000381813 00000 n +-0001020147 00000 n +-0000010504 00000 n +-0000010686 00000 n +-0000381932 00000 n +-0001020043 00000 n +-0000010741 00000 n +-0000010882 00000 n +-0000382050 00000 n +-0001019964 00000 n +-0000010942 00000 n +-0000011076 00000 n +-0000382168 00000 n +-0001019871 00000 n +-0000011136 00000 n +-0000011280 00000 n +-0000382287 00000 n +-0001019778 00000 n +-0000011340 00000 n +-0000011469 00000 n +-0000386889 00000 n +-0001019699 00000 n +-0000011529 00000 n +-0000011658 00000 n +-0000387008 00000 n +-0001019567 00000 n +-0000011708 00000 n +-0000011882 00000 n +-0000395816 00000 n +-0001019488 00000 n +-0000011937 00000 n +-0000012068 00000 n +-0000399621 00000 n +-0001019356 00000 n +-0000012123 00000 n +-0000012307 00000 n +-0000399740 00000 n +-0001019291 00000 n +-0000012367 00000 n +-0000012514 00000 n +-0000399931 00000 n +-0001019172 00000 n +-0000012569 00000 n +-0000012710 00000 n +-0000400050 00000 n +-0001019093 00000 n +-0000012770 00000 n +-0000012937 00000 n +-0000400169 00000 n +-0001019000 00000 n +-0000012997 00000 n +-0000013240 00000 n +-0000400294 00000 n +-0001018907 00000 n +-0000013300 00000 n +-0000013467 00000 n +-0000403584 00000 n +-0001018814 00000 n +-0000013527 00000 n +-0000013775 00000 n +-0000403707 00000 n +-0001018721 00000 n +-0000013835 00000 n +-0000013992 00000 n +-0000403831 00000 n +-0001018628 00000 n +-0000014052 00000 n +-0000014214 00000 n +-0000403950 00000 n +-0001018535 00000 n +-0000014274 00000 n +-0000014421 00000 n +-0000404068 00000 n +-0001018442 00000 n +-0000014481 00000 n +-0000014658 00000 n +-0000409990 00000 n +-0001018349 00000 n +-0000014718 00000 n +-0000014865 00000 n +-0000410109 00000 n +-0001018270 00000 n +-0000014926 00000 n +-0000015103 00000 n +-0000410234 00000 n +-0001018138 00000 n +-0000015153 00000 n +-0000015302 00000 n +-0000413788 00000 n +-0001018034 00000 n +-0000015357 00000 n +-0000015498 00000 n +-0000413907 00000 n +-0001017955 00000 n +-0000015558 00000 n +-0000015720 00000 n +-0000414032 00000 n +-0001017862 00000 n +-0000015780 00000 n +-0000015972 00000 n +-0000414157 00000 n +-0001017769 00000 n +-0000016032 00000 n +-0000016293 00000 n +-0000414275 00000 n +-0001017690 00000 n +-0000016353 00000 n +-0000016614 00000 n +-0000414393 00000 n +-0001017558 00000 n +-0000016664 00000 n +-0000016846 00000 n +-0000420540 00000 n +-0001017440 00000 n +-0000016901 00000 n +-0000017085 00000 n +-0000420658 00000 n +-0001017375 00000 n +-0000017145 00000 n +-0000017295 00000 n +-0000420848 00000 n +-0001017257 00000 n +-0000017350 00000 n +-0000017491 00000 n +-0000420967 00000 n +-0001017178 00000 n +-0000017551 00000 n +-0000017688 00000 n +-0000425803 00000 n +-0001017085 00000 n +-0000017748 00000 n +-0000017913 00000 n +-0000425922 00000 n +-0001016992 00000 n +-0000017973 00000 n +-0000018133 00000 n +-0000426045 00000 n +-0001016899 00000 n +-0000018193 00000 n +-0000018330 00000 n +-0000426170 00000 n +-0001016806 00000 n +-0000018390 00000 n +-0000018547 00000 n +-0000426294 00000 n +-0001016727 00000 n +-0000018607 00000 n +-0000018784 00000 n +-0000426413 00000 n +-0001016595 00000 n +-0000018835 00000 n +-0000018946 00000 n +-0000433014 00000 n +-0001016491 00000 n +-0000019002 00000 n +-0000019143 00000 n +-0000433133 00000 n +-0001016412 00000 n +-0000019204 00000 n +-0000019354 00000 n +-0000433252 00000 n +-0001016333 00000 n +-0000019415 00000 n +-0000019560 00000 n +-0000433377 00000 n +-0001016201 00000 n +-0000019611 00000 n +-0000019762 00000 n +-0000436482 00000 n +-0001016097 00000 n +-0000019818 00000 n +-0000019959 00000 n +-0000436601 00000 n +-0001016018 00000 n +-0000020020 00000 n +-0000020172 00000 n +-0000436720 00000 n +-0001015925 00000 n +-0000020233 00000 n +-0000020395 00000 n +-0000436839 00000 n +-0001015832 00000 n +-0000020456 00000 n +-0000020629 00000 n +-0000436956 00000 n +-0001015739 00000 n +-0000020690 00000 n +-0000020814 00000 n +-0000442900 00000 n +-0001015646 00000 n +-0000020875 00000 n +-0000021035 00000 n +-0000443019 00000 n +-0001015553 00000 n +-0000021096 00000 n +-0000021248 00000 n +-0000443137 00000 n +-0001015474 00000 n +-0000021309 00000 n +-0000021451 00000 n +-0000443256 00000 n +-0001015342 00000 n +-0000021502 00000 n +-0000021588 00000 n +-0000448885 00000 n +-0001015263 00000 n +-0000021644 00000 n +-0000021775 00000 n +-0000448944 00000 n +-0001015131 00000 n +-0000021831 00000 n +-0000022015 00000 n +-0000449063 00000 n +-0001015066 00000 n +-0000022076 00000 n +-0000022218 00000 n +-0000452171 00000 n +-0001014948 00000 n +-0000022274 00000 n +-0000022415 00000 n +-0000452290 00000 n +-0001014869 00000 n +-0000022476 00000 n +-0000022595 00000 n +-0000452409 00000 n +-0001014776 00000 n +-0000022656 00000 n +-0000022803 00000 n +-0000452528 00000 n +-0001014683 00000 n +-0000022864 00000 n +-0000023021 00000 n +-0000458465 00000 n +-0001014590 00000 n +-0000023082 00000 n +-0000023201 00000 n +-0000458584 00000 n +-0001014497 00000 n +-0000023262 00000 n +-0000023409 00000 n +-0000458703 00000 n +-0001014418 00000 n +-0000023470 00000 n +-0000023627 00000 n +-0000458822 00000 n +-0001014286 00000 n +-0000023678 00000 n +-0000023779 00000 n +-0000480230 00000 n +-0001014207 00000 n +-0000023835 00000 n +-0000023966 00000 n +-0000480289 00000 n +-0001014075 00000 n +-0000024022 00000 n +-0000024206 00000 n +-0000480408 00000 n +-0001013996 00000 n +-0000024267 00000 n +-0000024409 00000 n +-0000483996 00000 n +-0001013917 00000 n +-0000024470 00000 n +-0000024617 00000 n +-0000484451 00000 n +-0001013798 00000 n +-0000024673 00000 n +-0000024814 00000 n +-0000484569 00000 n +-0001013719 00000 n +-0000024875 00000 n +-0000024961 00000 n +-0000484687 00000 n +-0001013626 00000 n +-0000025022 00000 n +-0000025151 00000 n +-0000487715 00000 n +-0001013533 00000 n +-0000025212 00000 n +-0000025384 00000 n +-0000487834 00000 n +-0001013440 00000 n +-0000025445 00000 n +-0000025526 00000 n +-0000487953 00000 n +-0001013347 00000 n +-0000025587 00000 n +-0000025734 00000 n +-0000488071 00000 n +-0001013254 00000 n +-0000025795 00000 n +-0000025985 00000 n +-0000488190 00000 n +-0001013161 00000 n +-0000026046 00000 n +-0000026165 00000 n +-0000490140 00000 n +-0001013068 00000 n +-0000026226 00000 n +-0000026388 00000 n +-0000490259 00000 n +-0001012975 00000 n +-0000026449 00000 n +-0000026596 00000 n +-0000490378 00000 n +-0001012882 00000 n +-0000026658 00000 n +-0000026848 00000 n +-0000490497 00000 n +-0001012789 00000 n +-0000026910 00000 n +-0000027057 00000 n +-0000490616 00000 n +-0001012696 00000 n +-0000027119 00000 n +-0000027309 00000 n +-0000490735 00000 n +-0001012603 00000 n +-0000027371 00000 n +-0000027490 00000 n +-0000494702 00000 n +-0001012510 00000 n +-0000027552 00000 n +-0000027714 00000 n +-0000494821 00000 n +-0001012417 00000 n +-0000027776 00000 n +-0000027923 00000 n +-0000494940 00000 n +-0001012338 00000 n +-0000027985 00000 n +-0000028175 00000 n +-0000495059 00000 n +-0001012206 00000 n +-0000028226 00000 n +-0000028355 00000 n +-0000495178 00000 n +-0001012102 00000 n +-0000028411 00000 n +-0000028552 00000 n +-0000495297 00000 n +-0001012023 00000 n +-0000028613 00000 n +-0000028801 00000 n +-0000506466 00000 n +-0001011944 00000 n +-0000028862 00000 n +-0000029050 00000 n +-0000506591 00000 n +-0001011812 00000 n +-0000029101 00000 n +-0000029250 00000 n +-0000509351 00000 n +-0001011708 00000 n +-0000029306 00000 n +-0000029447 00000 n +-0000509470 00000 n +-0001011629 00000 n +-0000029508 00000 n +-0000029706 00000 n +-0000509589 00000 n +-0001011536 00000 n +-0000029767 00000 n +-0000029960 00000 n +-0000509708 00000 n +-0001011443 00000 n +-0000030021 00000 n +-0000030206 00000 n +-0000509827 00000 n +-0001011350 00000 n +-0000030267 00000 n +-0000030404 00000 n +-0000509952 00000 n +-0001011257 00000 n +-0000030465 00000 n +-0000030643 00000 n +-0000510077 00000 n +-0001011164 00000 n +-0000030704 00000 n +-0000030877 00000 n +-0000510201 00000 n +-0001011071 00000 n +-0000030938 00000 n +-0000031124 00000 n +-0000520695 00000 n +-0001010978 00000 n +-0000031185 00000 n +-0000031312 00000 n +-0000520820 00000 n +-0001010899 00000 n +-0000031373 00000 n +-0000031528 00000 n +-0000520938 00000 n +-0001010767 00000 n +-0000031579 00000 n +-0000031782 00000 n +-0000524546 00000 n +-0001010663 00000 n +-0000031838 00000 n +-0000031979 00000 n +-0000524665 00000 n +-0001010584 00000 n +-0000032040 00000 n +-0000032291 00000 n +-0000524790 00000 n +-0001010491 00000 n +-0000032352 00000 n +-0000032575 00000 n +-0000524908 00000 n +-0001010398 00000 n +-0000032636 00000 n +-0000032877 00000 n +-0000525027 00000 n +-0001010305 00000 n +-0000032938 00000 n +-0000033174 00000 n +-0000525152 00000 n +-0001010212 00000 n +-0000033235 00000 n +-0000033489 00000 n +-0000530619 00000 n +-0001010119 00000 n +-0000033550 00000 n +-0000033799 00000 n +-0000530744 00000 n +-0001010026 00000 n +-0000033860 00000 n +-0000034086 00000 n +-0000530863 00000 n +-0001009947 00000 n +-0000034147 00000 n +-0000034368 00000 n +-0000530988 00000 n +-0001009815 00000 n +-0000034419 00000 n +-0000034716 00000 n +-0000531107 00000 n +-0001009711 00000 n +-0000034772 00000 n +-0000034913 00000 n +-0000531226 00000 n +-0001009632 00000 n +-0000034974 00000 n +-0000035169 00000 n +-0000537068 00000 n +-0001009553 00000 n +-0000035230 00000 n +-0000035415 00000 n +-0000537187 00000 n +-0001009421 00000 n +-0000035466 00000 n +-0000035827 00000 n +-0000537306 00000 n +-0001009317 00000 n +-0000035883 00000 n +-0000036024 00000 n +-0000537425 00000 n +-0001009238 00000 n +-0000036085 00000 n +-0000036349 00000 n +-0000537550 00000 n +-0001009159 00000 n +-0000036410 00000 n +-0000036669 00000 n +-0000543483 00000 n +-0001009027 00000 n +-0000036720 00000 n +-0000036904 00000 n +-0000543602 00000 n +-0001008923 00000 n +-0000036960 00000 n +-0000037101 00000 n +-0000543721 00000 n +-0001008844 00000 n +-0000037162 00000 n +-0000037357 00000 n +-0000543840 00000 n +-0001008765 00000 n +-0000037418 00000 n +-0000037636 00000 n +-0000543959 00000 n +-0001008633 00000 n +-0000037687 00000 n +-0000037851 00000 n +-0000548974 00000 n +-0001008529 00000 n +-0000037907 00000 n +-0000038048 00000 n +-0000549091 00000 n +-0001008450 00000 n +-0000038109 00000 n +-0000038256 00000 n +-0000549208 00000 n +-0001008357 00000 n +-0000038317 00000 n +-0000038528 00000 n +-0000549333 00000 n +-0001008278 00000 n +-0000038589 00000 n +-0000038767 00000 n +-0000549458 00000 n +-0001008146 00000 n +-0000038818 00000 n +-0000038924 00000 n +-0000555676 00000 n +-0001008042 00000 n +-0000038980 00000 n +-0000039121 00000 n +-0000555795 00000 n +-0001007963 00000 n +-0000039182 00000 n +-0000039349 00000 n +-0000555920 00000 n +-0001007870 00000 n +-0000039410 00000 n +-0000039620 00000 n +-0000556045 00000 n +-0001007777 00000 n +-0000039681 00000 n +-0000039792 00000 n +-0000556164 00000 n +-0001007698 00000 n +-0000039853 00000 n +-0000039969 00000 n +-0000561828 00000 n +-0001007566 00000 n +-0000040020 00000 n +-0000040121 00000 n +-0000561947 00000 n +-0001007462 00000 n +-0000040177 00000 n +-0000040318 00000 n +-0000562066 00000 n +-0001007383 00000 n +-0000040379 00000 n +-0000040584 00000 n +-0000562185 00000 n +-0001007290 00000 n +-0000040645 00000 n +-0000040855 00000 n +-0000562304 00000 n +-0001007197 00000 n +-0000040916 00000 n +-0000041116 00000 n +-0000568962 00000 n +-0001007118 00000 n +-0000041177 00000 n +-0000041387 00000 n +-0000569081 00000 n +-0001006986 00000 n +-0000041438 00000 n +-0000041544 00000 n +-0000569200 00000 n +-0001006882 00000 n +-0000041600 00000 n +-0000041741 00000 n +-0000569319 00000 n +-0001006803 00000 n +-0000041802 00000 n +-0000042012 00000 n +-0000569438 00000 n +-0001006710 00000 n +-0000042073 00000 n +-0000042288 00000 n +-0000569556 00000 n +-0001006631 00000 n +-0000042349 00000 n +-0000042564 00000 n +-0000569675 00000 n +-0001006499 00000 n +-0000042615 00000 n +-0000042840 00000 n +-0000574444 00000 n +-0001006420 00000 n +-0000042896 00000 n +-0000043027 00000 n +-0000574503 00000 n +-0001006302 00000 n +-0000043083 00000 n +-0000043224 00000 n +-0000574621 00000 n +-0001006223 00000 n +-0000043285 00000 n +-0000043447 00000 n +-0000574745 00000 n +-0001006130 00000 n +-0000043508 00000 n +-0000043708 00000 n +-0000574870 00000 n +-0001006037 00000 n +-0000043769 00000 n +-0000043921 00000 n +-0000581857 00000 n +-0001005958 00000 n +-0000043982 00000 n +-0000044172 00000 n +-0000581982 00000 n +-0001005825 00000 n +-0000044223 00000 n +-0000044327 00000 n +-0000611582 00000 n +-0001005746 00000 n +-0000044383 00000 n +-0000044514 00000 n +-0000611641 00000 n +-0001005614 00000 n +-0000044570 00000 n +-0000044701 00000 n +-0000611760 00000 n +-0001005535 00000 n +-0000044762 00000 n +-0000044929 00000 n +-0000614328 00000 n +-0001005456 00000 n +-0000044990 00000 n +-0000045147 00000 n +-0000614387 00000 n +-0001005324 00000 n +-0000045203 00000 n +-0000045339 00000 n +-0000614506 00000 n +-0001005245 00000 n +-0000045400 00000 n +-0000045504 00000 n +-0000614625 00000 n +-0001005166 00000 n +-0000045565 00000 n +-0000045702 00000 n +-0000614684 00000 n +-0001005046 00000 n +-0000045758 00000 n +-0000045899 00000 n +-0000614802 00000 n +-0001004967 00000 n +-0000045960 00000 n +-0000046089 00000 n +-0000614921 00000 n +-0001004874 00000 n +-0000046150 00000 n +-0000046274 00000 n +-0000615046 00000 n +-0001004781 00000 n +-0000046335 00000 n +-0000046487 00000 n +-0000615165 00000 n +-0001004688 00000 n +-0000046548 00000 n +-0000046662 00000 n +-0000617258 00000 n +-0001004595 00000 n +-0000046723 00000 n +-0000046852 00000 n +-0000617376 00000 n +-0001004502 00000 n +-0000046913 00000 n +-0000047052 00000 n +-0000617495 00000 n +-0001004409 00000 n +-0000047113 00000 n +-0000047227 00000 n +-0000617614 00000 n +-0001004316 00000 n +-0000047288 00000 n +-0000047435 00000 n +-0000617733 00000 n +-0001004223 00000 n +-0000047496 00000 n +-0000047630 00000 n +-0000617854 00000 n +-0001004130 00000 n +-0000047692 00000 n +-0000047859 00000 n +-0000617979 00000 n +-0001004037 00000 n +-0000047921 00000 n +-0000048040 00000 n +-0000618098 00000 n +-0001003944 00000 n +-0000048102 00000 n +-0000048216 00000 n +-0000620030 00000 n +-0001003851 00000 n +-0000048278 00000 n +-0000048397 00000 n +-0000620148 00000 n +-0001003758 00000 n +-0000048459 00000 n +-0000048583 00000 n +-0000620267 00000 n +-0001003665 00000 n +-0000048645 00000 n +-0000048764 00000 n +-0000620386 00000 n +-0001003572 00000 n +-0000048826 00000 n +-0000049001 00000 n +-0000620505 00000 n +-0001003479 00000 n +-0000049063 00000 n +-0000049215 00000 n +-0000620624 00000 n +-0001003386 00000 n +-0000049277 00000 n +-0000049426 00000 n +-0000620743 00000 n +-0001003293 00000 n +-0000049488 00000 n +-0000049622 00000 n +-0000620862 00000 n +-0001003200 00000 n +-0000049684 00000 n +-0000049813 00000 n +-0000620981 00000 n +-0001003107 00000 n +-0000049875 00000 n +-0000050024 00000 n +-0000622849 00000 n +-0001003014 00000 n +-0000050086 00000 n +-0000050210 00000 n +-0000622965 00000 n +-0001002921 00000 n +-0000050272 00000 n +-0000050401 00000 n +-0000623084 00000 n +-0001002828 00000 n +-0000050463 00000 n +-0000050582 00000 n +-0000623202 00000 n +-0001002735 00000 n +-0000050644 00000 n +-0000050763 00000 n +-0000623321 00000 n +-0001002642 00000 n +-0000050825 00000 n +-0000050939 00000 n +-0000623440 00000 n +-0001002549 00000 n +-0000051001 00000 n +-0000051120 00000 n +-0000623559 00000 n +-0001002456 00000 n +-0000051182 00000 n +-0000051291 00000 n +-0000623678 00000 n +-0001002363 00000 n +-0000051353 00000 n +-0000051467 00000 n +-0000625989 00000 n +-0001002270 00000 n +-0000051529 00000 n +-0000051699 00000 n +-0000626108 00000 n +-0001002177 00000 n +-0000051761 00000 n +-0000051908 00000 n +-0000626227 00000 n +-0001002084 00000 n +-0000051970 00000 n +-0000052109 00000 n +-0000626350 00000 n +-0001001991 00000 n +-0000052171 00000 n +-0000052310 00000 n +-0000626468 00000 n +-0001001896 00000 n +-0000052372 00000 n +-0000052502 00000 n +-0000626592 00000 n +-0001001799 00000 n +-0000052565 00000 n +-0000052748 00000 n +-0000626711 00000 n +-0001001701 00000 n +-0000052811 00000 n +-0000052994 00000 n +-0000630424 00000 n +-0001001603 00000 n +-0000053057 00000 n +-0000053230 00000 n +-0000630544 00000 n +-0001001505 00000 n +-0000053293 00000 n +-0000053459 00000 n +-0000630664 00000 n +-0001001407 00000 n +-0000053522 00000 n +-0000053665 00000 n +-0000630784 00000 n +-0001001309 00000 n +-0000053728 00000 n +-0000053858 00000 n +-0000630904 00000 n +-0001001211 00000 n +-0000053921 00000 n +-0000054036 00000 n +-0000631024 00000 n +-0001001128 00000 n +-0000054099 00000 n +-0000054219 00000 n +-0000631144 00000 n +-0001000990 00000 n +-0000054271 00000 n +-0000054540 00000 n +-0000635339 00000 n +-0001000880 00000 n +-0000054597 00000 n +-0000054739 00000 n +-0000635459 00000 n +-0001000796 00000 n +-0000054801 00000 n +-0000055035 00000 n +-0000635584 00000 n +-0001000712 00000 n +-0000055097 00000 n +-0000055321 00000 n +-0000635710 00000 n +-0001000573 00000 n +-0000055373 00000 n +-0000055495 00000 n +-0000635830 00000 n +-0001000489 00000 n +-0000055552 00000 n +-0000055684 00000 n +-0000640898 00000 n +-0001000364 00000 n +-0000055741 00000 n +-0000055883 00000 n +-0000641018 00000 n +-0001000280 00000 n +-0000055945 00000 n +-0000056121 00000 n +-0000641144 00000 n +-0001000181 00000 n +-0000056183 00000 n +-0000056369 00000 n +-0000641270 00000 n +-0001000097 00000 n +-0000056431 00000 n +-0000056607 00000 n +-0000641396 00000 n +-0000999958 00000 n +-0000056659 00000 n +-0000056999 00000 n +-0000643573 00000 n +-0000999848 00000 n +-0000057056 00000 n +-0000057198 00000 n +-0000643693 00000 n +-0000999764 00000 n +-0000057260 00000 n +-0000057494 00000 n +-0000643819 00000 n +-0000999665 00000 n +-0000057556 00000 n +-0000057780 00000 n +-0000643945 00000 n +-0000999566 00000 n +-0000057842 00000 n +-0000058081 00000 n +-0000644071 00000 n +-0000999482 00000 n +-0000058143 00000 n +-0000058372 00000 n +-0000649762 00000 n +-0000999343 00000 n +-0000058424 00000 n +-0000058698 00000 n +-0000649882 00000 n +-0000999233 00000 n +-0000058755 00000 n +-0000058897 00000 n +-0000650002 00000 n +-0000999149 00000 n +-0000058959 00000 n +-0000059198 00000 n +-0000650128 00000 n +-0000999050 00000 n +-0000059260 00000 n +-0000059489 00000 n +-0000650248 00000 n +-0000998951 00000 n +-0000059551 00000 n +-0000059795 00000 n +-0000655495 00000 n +-0000998867 00000 n +-0000059857 00000 n +-0000060091 00000 n +-0000655614 00000 n +-0000998728 00000 n +-0000060143 00000 n +-0000060435 00000 n +-0000655734 00000 n +-0000998618 00000 n +-0000060492 00000 n +-0000060634 00000 n +-0000655854 00000 n +-0000998534 00000 n +-0000060696 00000 n +-0000060940 00000 n +-0000658967 00000 n +-0000998435 00000 n +-0000061002 00000 n +-0000061236 00000 n +-0000659093 00000 n +-0000998336 00000 n +-0000061298 00000 n +-0000061547 00000 n +-0000659219 00000 n +-0000998252 00000 n +-0000061609 00000 n +-0000061848 00000 n +-0000659345 00000 n +-0000998113 00000 n +-0000061900 00000 n +-0000062111 00000 n +-0000659465 00000 n +-0000998003 00000 n +-0000062168 00000 n +-0000062310 00000 n +-0000659585 00000 n +-0000997934 00000 n +-0000062372 00000 n +-0000062553 00000 n +-0000664040 00000 n +-0000997795 00000 n +-0000062605 00000 n +-0000062821 00000 n +-0000664159 00000 n +-0000997685 00000 n +-0000062878 00000 n +-0000063020 00000 n +-0000664279 00000 n +-0000997616 00000 n +-0000063082 00000 n +-0000063273 00000 n +-0000664405 00000 n +-0000997477 00000 n +-0000063325 00000 n +-0000063507 00000 n +-0000664525 00000 n +-0000997367 00000 n +-0000063564 00000 n +-0000063706 00000 n +-0000664645 00000 n +-0000997298 00000 n +-0000063768 00000 n +-0000063944 00000 n +-0000664771 00000 n +-0000997174 00000 n +-0000063996 00000 n +-0000064201 00000 n +-0000667219 00000 n +-0000997064 00000 n +-0000064258 00000 n +-0000064400 00000 n +-0000667339 00000 n +-0000996980 00000 n +-0000064462 00000 n +-0000064666 00000 n +-0000667465 00000 n +-0000996896 00000 n +-0000064728 00000 n +-0000064947 00000 n +-0000670043 00000 n +-0000996771 00000 n +-0000064996 00000 n +-0000065171 00000 n +-0000670163 00000 n +-0000996646 00000 n +-0000065222 00000 n +-0000065540 00000 n +-0000670283 00000 n +-0000996562 00000 n +-0000065596 00000 n +-0000065728 00000 n +-0000670343 00000 n +-0000996437 00000 n +-0000065784 00000 n +-0000065911 00000 n +-0000670462 00000 n +-0000996353 00000 n +-0000065972 00000 n +-0000066026 00000 n +-0000670582 00000 n +-0000996254 00000 n +-0000066087 00000 n +-0000066156 00000 n +-0000673125 00000 n +-0000996170 00000 n +-0000066217 00000 n +-0000066266 00000 n +-0000673245 00000 n +-0000996030 00000 n +-0000066317 00000 n +-0000066635 00000 n +-0000673365 00000 n +-0000995946 00000 n +-0000066691 00000 n +-0000066823 00000 n +-0000673425 00000 n +-0000995821 00000 n +-0000066879 00000 n +-0000067006 00000 n +-0000673545 00000 n +-0000995752 00000 n +-0000067067 00000 n +-0000067121 00000 n +-0000673665 00000 n +-0000995612 00000 n +-0000067172 00000 n +-0000067340 00000 n +-0000687601 00000 n +-0000995528 00000 n +-0000067396 00000 n +-0000067528 00000 n +-0000687661 00000 n +-0000995402 00000 n +-0000067584 00000 n +-0000067711 00000 n +-0000687780 00000 n +-0000995318 00000 n +-0000067772 00000 n +-0000067874 00000 n +-0000690151 00000 n +-0000995219 00000 n +-0000067935 00000 n +-0000068042 00000 n +-0000690271 00000 n +-0000995120 00000 n +-0000068103 00000 n +-0000068157 00000 n +-0000690391 00000 n +-0000995021 00000 n +-0000068218 00000 n +-0000068267 00000 n +-0000690511 00000 n +-0000994922 00000 n +-0000068328 00000 n +-0000068397 00000 n +-0000690631 00000 n +-0000994823 00000 n +-0000068458 00000 n +-0000068565 00000 n +-0000690751 00000 n +-0000994724 00000 n +-0000068626 00000 n +-0000068738 00000 n +-0000692555 00000 n +-0000994625 00000 n +-0000068799 00000 n +-0000068858 00000 n +-0000692675 00000 n +-0000994526 00000 n +-0000068919 00000 n +-0000068973 00000 n +-0000692795 00000 n +-0000994427 00000 n +-0000069035 00000 n +-0000069122 00000 n +-0000692915 00000 n +-0000994328 00000 n +-0000069184 00000 n +-0000069238 00000 n +-0000693035 00000 n +-0000994229 00000 n +-0000069300 00000 n +-0000069387 00000 n +-0000693155 00000 n +-0000994130 00000 n +-0000069449 00000 n +-0000069531 00000 n +-0000693275 00000 n +-0000994031 00000 n +-0000069593 00000 n +-0000069690 00000 n +-0000693395 00000 n +-0000993932 00000 n +-0000069752 00000 n +-0000069811 00000 n +-0000695331 00000 n +-0000993833 00000 n +-0000069873 00000 n +-0000069922 00000 n +-0000695451 00000 n +-0000993734 00000 n +-0000069984 00000 n +-0000070071 00000 n +-0000695570 00000 n +-0000993635 00000 n +-0000070133 00000 n +-0000070225 00000 n +-0000695690 00000 n +-0000993536 00000 n +-0000070287 00000 n +-0000070351 00000 n +-0000695809 00000 n +-0000993437 00000 n +-0000070413 00000 n +-0000070510 00000 n +-0000695929 00000 n +-0000993338 00000 n +-0000070572 00000 n +-0000070644 00000 n +-0000696049 00000 n +-0000993239 00000 n +-0000070706 00000 n +-0000070778 00000 n +-0000698664 00000 n +-0000993140 00000 n +-0000070840 00000 n +-0000070899 00000 n +-0000698784 00000 n +-0000993041 00000 n +-0000070961 00000 n +-0000071048 00000 n +-0000698904 00000 n +-0000992942 00000 n +-0000071110 00000 n +-0000071202 00000 n +-0000699024 00000 n +-0000992843 00000 n +-0000071264 00000 n +-0000071356 00000 n +-0000699142 00000 n +-0000992744 00000 n +-0000071418 00000 n +-0000071467 00000 n +-0000699262 00000 n +-0000992660 00000 n +-0000071529 00000 n +-0000071598 00000 n +-0000699382 00000 n +-0000992520 00000 n +-0000071649 00000 n +-0000071853 00000 n +-0000701937 00000 n +-0000992436 00000 n +-0000071909 00000 n +-0000072041 00000 n +-0000701997 00000 n +-0000992311 00000 n +-0000072097 00000 n +-0000072224 00000 n +-0000702117 00000 n +-0000992227 00000 n +-0000072285 00000 n +-0000072339 00000 n +-0000702237 00000 n +-0000992143 00000 n +-0000072400 00000 n +-0000072454 00000 n +-0000702357 00000 n +-0000992003 00000 n +-0000072505 00000 n +-0000072714 00000 n +-0000702476 00000 n +-0000991919 00000 n +-0000072770 00000 n +-0000072902 00000 n +-0000702536 00000 n +-0000991794 00000 n +-0000072958 00000 n +-0000073085 00000 n +-0000702656 00000 n +-0000991710 00000 n +-0000073146 00000 n +-0000073195 00000 n +-0000704958 00000 n +-0000991626 00000 n +-0000073256 00000 n +-0000073310 00000 n +-0000705078 00000 n +-0000991486 00000 n +-0000073361 00000 n +-0000073745 00000 n +-0000705198 00000 n +-0000991402 00000 n +-0000073801 00000 n +-0000073933 00000 n +-0000705258 00000 n +-0000991277 00000 n +-0000073989 00000 n +-0000074116 00000 n +-0000705378 00000 n +-0000991193 00000 n +-0000074177 00000 n +-0000074231 00000 n +-0000705498 00000 n +-0000991109 00000 n +-0000074292 00000 n +-0000074341 00000 n +-0000705618 00000 n +-0000990969 00000 n +-0000074392 00000 n +-0000074611 00000 n +-0000708889 00000 n +-0000990885 00000 n +-0000074667 00000 n +-0000074799 00000 n +-0000708949 00000 n +-0000990760 00000 n +-0000074855 00000 n +-0000074982 00000 n +-0000709069 00000 n +-0000990676 00000 n +-0000075043 00000 n +-0000075135 00000 n +-0000709189 00000 n +-0000990577 00000 n +-0000075196 00000 n +-0000075278 00000 n +-0000709314 00000 n +-0000990478 00000 n +-0000075339 00000 n +-0000075444 00000 n +-0000709434 00000 n +-0000990394 00000 n +-0000075505 00000 n +-0000075597 00000 n +-0000712758 00000 n +-0000990254 00000 n +-0000075648 00000 n +-0000075927 00000 n +-0000712878 00000 n +-0000990170 00000 n +-0000075983 00000 n +-0000076115 00000 n +-0000712938 00000 n +-0000990045 00000 n +-0000076171 00000 n +-0000076298 00000 n +-0000713058 00000 n +-0000989961 00000 n +-0000076359 00000 n +-0000076474 00000 n +-0000713184 00000 n +-0000989862 00000 n +-0000076535 00000 n +-0000076670 00000 n +-0000713310 00000 n +-0000989763 00000 n +-0000076731 00000 n +-0000076876 00000 n +-0000713436 00000 n +-0000989664 00000 n +-0000076937 00000 n +-0000077062 00000 n +-0000713559 00000 n +-0000989565 00000 n +-0000077123 00000 n +-0000077238 00000 n +-0000713685 00000 n +-0000989466 00000 n +-0000077299 00000 n +-0000077434 00000 n +-0000715946 00000 n +-0000989367 00000 n +-0000077495 00000 n +-0000077640 00000 n +-0000716072 00000 n +-0000989283 00000 n +-0000077701 00000 n +-0000077826 00000 n +-0000716192 00000 n +-0000989143 00000 n +-0000077877 00000 n +-0000078166 00000 n +-0000716312 00000 n +-0000989059 00000 n +-0000078222 00000 n +-0000078354 00000 n +-0000716372 00000 n +-0000988934 00000 n +-0000078410 00000 n +-0000078537 00000 n +-0000716492 00000 n +-0000988865 00000 n +-0000078598 00000 n +-0000078637 00000 n +-0000716612 00000 n +-0000988725 00000 n +-0000078689 00000 n +-0000078968 00000 n +-0000721083 00000 n +-0000988641 00000 n +-0000079025 00000 n +-0000079157 00000 n +-0000721143 00000 n +-0000988515 00000 n +-0000079214 00000 n +-0000079341 00000 n +-0000721262 00000 n +-0000988431 00000 n +-0000079403 00000 n +-0000079500 00000 n +-0000721387 00000 n +-0000988332 00000 n +-0000079562 00000 n +-0000079654 00000 n +-0000721513 00000 n +-0000988233 00000 n +-0000079716 00000 n +-0000079838 00000 n +-0000721639 00000 n +-0000988134 00000 n +-0000079900 00000 n +-0000080015 00000 n +-0000721764 00000 n +-0000988035 00000 n +-0000080077 00000 n +-0000080192 00000 n +-0000721888 00000 n +-0000987936 00000 n +-0000080254 00000 n +-0000080389 00000 n +-0000722014 00000 n +-0000987837 00000 n +-0000080451 00000 n +-0000080596 00000 n +-0000724783 00000 n +-0000987738 00000 n +-0000080658 00000 n +-0000080780 00000 n +-0000724909 00000 n +-0000987639 00000 n +-0000080842 00000 n +-0000080949 00000 n +-0000725034 00000 n +-0000987540 00000 n +-0000081012 00000 n +-0000081129 00000 n +-0000725160 00000 n +-0000987441 00000 n +-0000081192 00000 n +-0000081309 00000 n +-0000725286 00000 n +-0000987342 00000 n +-0000081372 00000 n +-0000081487 00000 n +-0000725411 00000 n +-0000987243 00000 n +-0000081550 00000 n +-0000081665 00000 n +-0000725537 00000 n +-0000987144 00000 n +-0000081728 00000 n +-0000081863 00000 n +-0000725663 00000 n +-0000987060 00000 n +-0000081926 00000 n +-0000082071 00000 n +-0000725783 00000 n +-0000986935 00000 n +-0000082123 00000 n +-0000082359 00000 n +-0000727602 00000 n +-0000986851 00000 n +-0000082416 00000 n +-0000082548 00000 n +-0000727662 00000 n +-0000986726 00000 n +-0000082605 00000 n +-0000082732 00000 n +-0000727782 00000 n +-0000986642 00000 n +-0000082794 00000 n +-0000082858 00000 n +-0000727901 00000 n +-0000986543 00000 n +-0000082920 00000 n +-0000082994 00000 n +-0000728020 00000 n +-0000986459 00000 n +-0000083056 00000 n +-0000083120 00000 n +-0000083518 00000 n +-0000083704 00000 n +-0000083174 00000 n +-0000083644 00000 n +-0000981842 00000 n +-0000961253 00000 n +-0000981665 00000 n +-0000982919 00000 n +-0000084044 00000 n +-0000083918 00000 n +-0000083778 00000 n +-0000090167 00000 n +-0000085960 00000 n +-0000084086 00000 n +-0000960382 00000 n +-0000942361 00000 n +-0000960205 00000 n +-0000090107 00000 n +-0000086314 00000 n +-0000086469 00000 n +-0000086627 00000 n +-0000086786 00000 n +-0000086945 00000 n +-0000087104 00000 n +-0000087268 00000 n +-0000087432 00000 n +-0000087591 00000 n +-0000087750 00000 n +-0000087909 00000 n +-0000088065 00000 n +-0000088220 00000 n +-0000088378 00000 n +-0000088537 00000 n +-0000088695 00000 n +-0000088854 00000 n +-0000089012 00000 n +-0000089168 00000 n +-0000089324 00000 n +-0000089480 00000 n +-0000089636 00000 n +-0000089792 00000 n +-0000089950 00000 n +-0000098992 00000 n +-0000093010 00000 n +-0000090255 00000 n +-0000093454 00000 n +-0000093610 00000 n +-0000093769 00000 n +-0000093928 00000 n +-0000094087 00000 n +-0000094245 00000 n +-0000094402 00000 n +-0000094562 00000 n +-0000094719 00000 n +-0000094879 00000 n +-0000095036 00000 n +-0000095196 00000 n +-0000095353 00000 n +-0000095511 00000 n +-0000095676 00000 n +-0000095846 00000 n +-0000096005 00000 n +-0000096170 00000 n +-0000096340 00000 n +-0000096500 00000 n +-0000096664 00000 n +-0000096834 00000 n +-0000097002 00000 n +-0000097172 00000 n +-0000097342 00000 n +-0000097502 00000 n +-0000097667 00000 n +-0000097836 00000 n +-0000098006 00000 n +-0000098171 00000 n +-0000098341 00000 n +-0000098499 00000 n +-0000098664 00000 n +-0000098834 00000 n +-0000108301 00000 n +-0000101794 00000 n +-0000099080 00000 n +-0000102256 00000 n +-0000102421 00000 n +-0000102591 00000 n +-0000102761 00000 n +-0000102931 00000 n +-0000103101 00000 n +-0000103261 00000 n +-0000103426 00000 n +-0000103590 00000 n +-0000103760 00000 n +-0000103925 00000 n +-0000104095 00000 n +-0000104265 00000 n +-0000104435 00000 n +-0000104604 00000 n +-0000104774 00000 n +-0000104944 00000 n +-0000105114 00000 n +-0000105284 00000 n +-0000105454 00000 n +-0000105625 00000 n +-0000105784 00000 n +-0000105949 00000 n +-0000106118 00000 n +-0000106288 00000 n +-0000106458 00000 n +-0000106627 00000 n +-0000106787 00000 n +-0000106952 00000 n +-0000107122 00000 n +-0000107287 00000 n +-0000107457 00000 n +-0000107626 00000 n +-0000107796 00000 n +-0000107964 00000 n +-0000108133 00000 n +-0000117570 00000 n +-0000111042 00000 n +-0000108389 00000 n +-0000111504 00000 n +-0000111665 00000 n +-0000111831 00000 n +-0000112002 00000 n +-0000112173 00000 n +-0000112334 00000 n +-0000112500 00000 n +-0000112671 00000 n +-0000112841 00000 n +-0000113012 00000 n +-0000113182 00000 n +-0000113353 00000 n +-0000113524 00000 n +-0000113695 00000 n +-0000113856 00000 n +-0000114022 00000 n +-0000114188 00000 n +-0000114359 00000 n +-0000114524 00000 n +-0000114695 00000 n +-0000114866 00000 n +-0000115036 00000 n +-0000115207 00000 n +-0000115377 00000 n +-0000115548 00000 n +-0000115709 00000 n +-0000115875 00000 n +-0000116041 00000 n +-0000116212 00000 n +-0000116382 00000 n +-0000116548 00000 n +-0000116719 00000 n +-0000116889 00000 n +-0000117060 00000 n +-0000117230 00000 n +-0000117401 00000 n +-0000126946 00000 n +-0000120388 00000 n +-0000117658 00000 n +-0000120850 00000 n +-0000121021 00000 n +-0000121192 00000 n +-0000121363 00000 n +-0000121535 00000 n +-0000121706 00000 n +-0000121878 00000 n +-0000122050 00000 n +-0000122221 00000 n +-0000122393 00000 n +-0000122564 00000 n +-0000122725 00000 n +-0000122891 00000 n +-0000123061 00000 n +-0000123232 00000 n +-0000123393 00000 n +-0000123559 00000 n +-0000123730 00000 n +-0000123901 00000 n +-0000124072 00000 n +-0000124243 00000 n +-0000124413 00000 n +-0000124584 00000 n +-0000124754 00000 n +-0000124925 00000 n +-0000125095 00000 n +-0000125256 00000 n +-0000125422 00000 n +-0000125593 00000 n +-0000125764 00000 n +-0000125935 00000 n +-0000126106 00000 n +-0000126276 00000 n +-0000126447 00000 n +-0000126616 00000 n +-0000126787 00000 n +-0000983044 00000 n +-0000136281 00000 n +-0000129791 00000 n +-0000127034 00000 n +-0000130253 00000 n +-0000130419 00000 n +-0000130590 00000 n +-0000130761 00000 n +-0000130922 00000 n +-0000131087 00000 n +-0000131258 00000 n +-0000131429 00000 n +-0000131589 00000 n +-0000131755 00000 n +-0000131925 00000 n +-0000132096 00000 n +-0000132257 00000 n +-0000132423 00000 n +-0000132594 00000 n +-0000132764 00000 n +-0000132935 00000 n +-0000133096 00000 n +-0000133261 00000 n +-0000133432 00000 n +-0000133603 00000 n +-0000133773 00000 n +-0000133944 00000 n +-0000134104 00000 n +-0000134270 00000 n +-0000134440 00000 n +-0000134611 00000 n +-0000134782 00000 n +-0000134953 00000 n +-0000135114 00000 n +-0000135280 00000 n +-0000135451 00000 n +-0000135621 00000 n +-0000135791 00000 n +-0000135950 00000 n +-0000136116 00000 n +-0000145605 00000 n +-0000139017 00000 n +-0000136369 00000 n +-0000139479 00000 n +-0000139649 00000 n +-0000139820 00000 n +-0000139991 00000 n +-0000140162 00000 n +-0000140322 00000 n +-0000140488 00000 n +-0000140654 00000 n +-0000140824 00000 n +-0000140995 00000 n +-0000141160 00000 n +-0000141331 00000 n +-0000141502 00000 n +-0000141668 00000 n +-0000141839 00000 n +-0000142010 00000 n +-0000142181 00000 n +-0000142352 00000 n +-0000142523 00000 n +-0000142693 00000 n +-0000142863 00000 n +-0000143033 00000 n +-0000143204 00000 n +-0000143375 00000 n +-0000143547 00000 n +-0000143719 00000 n +-0000143891 00000 n +-0000144063 00000 n +-0000144235 00000 n +-0000144407 00000 n +-0000144579 00000 n +-0000144751 00000 n +-0000144922 00000 n +-0000145094 00000 n +-0000145264 00000 n +-0000145436 00000 n +-0000154971 00000 n +-0000148408 00000 n +-0000145693 00000 n +-0000148870 00000 n +-0000149042 00000 n +-0000149214 00000 n +-0000149386 00000 n +-0000149558 00000 n +-0000149730 00000 n +-0000149902 00000 n +-0000150074 00000 n +-0000150244 00000 n +-0000150416 00000 n +-0000150586 00000 n +-0000150758 00000 n +-0000150930 00000 n +-0000151101 00000 n +-0000151273 00000 n +-0000151445 00000 n +-0000151617 00000 n +-0000151789 00000 n +-0000151961 00000 n +-0000152133 00000 n +-0000152294 00000 n +-0000152459 00000 n +-0000152630 00000 n +-0000152800 00000 n +-0000152961 00000 n +-0000153127 00000 n +-0000153292 00000 n +-0000153463 00000 n +-0000153634 00000 n +-0000153805 00000 n +-0000153966 00000 n +-0000154132 00000 n +-0000154302 00000 n +-0000154472 00000 n +-0000154641 00000 n +-0000154812 00000 n +-0000164247 00000 n +-0000157795 00000 n +-0000155059 00000 n +-0000158257 00000 n +-0000158423 00000 n +-0000158594 00000 n +-0000158764 00000 n +-0000158934 00000 n +-0000159104 00000 n +-0000159265 00000 n +-0000159431 00000 n +-0000159602 00000 n +-0000159773 00000 n +-0000159944 00000 n +-0000160115 00000 n +-0000160276 00000 n +-0000160442 00000 n +-0000160613 00000 n +-0000160774 00000 n +-0000160940 00000 n +-0000161111 00000 n +-0000161272 00000 n +-0000161438 00000 n +-0000161608 00000 n +-0000161766 00000 n +-0000161931 00000 n +-0000162102 00000 n +-0000162273 00000 n +-0000162430 00000 n +-0000162590 00000 n +-0000162755 00000 n +-0000162920 00000 n +-0000163090 00000 n +-0000163260 00000 n +-0000163429 00000 n +-0000163589 00000 n +-0000163754 00000 n +-0000163919 00000 n +-0000164089 00000 n +-0000173484 00000 n +-0000166934 00000 n +-0000164335 00000 n +-0000167396 00000 n +-0000167561 00000 n +-0000167726 00000 n +-0000167896 00000 n +-0000168066 00000 n +-0000168236 00000 n +-0000168406 00000 n +-0000168576 00000 n +-0000168745 00000 n +-0000168914 00000 n +-0000169083 00000 n +-0000169253 00000 n +-0000169424 00000 n +-0000169595 00000 n +-0000169766 00000 n +-0000169937 00000 n +-0000170108 00000 n +-0000170279 00000 n +-0000170449 00000 n +-0000170620 00000 n +-0000170791 00000 n +-0000170961 00000 n +-0000171132 00000 n +-0000171303 00000 n +-0000171474 00000 n +-0000171644 00000 n +-0000171815 00000 n +-0000171986 00000 n +-0000172157 00000 n +-0000172328 00000 n +-0000172499 00000 n +-0000172658 00000 n +-0000172822 00000 n +-0000172987 00000 n +-0000173156 00000 n +-0000173326 00000 n +-0000182569 00000 n +-0000176102 00000 n +-0000173572 00000 n +-0000176564 00000 n +-0000176729 00000 n +-0000176894 00000 n +-0000177064 00000 n +-0000177234 00000 n +-0000177394 00000 n +-0000177559 00000 n +-0000177724 00000 n +-0000177893 00000 n +-0000178063 00000 n +-0000178222 00000 n +-0000178387 00000 n +-0000178552 00000 n +-0000178722 00000 n +-0000178892 00000 n +-0000179062 00000 n +-0000179232 00000 n +-0000179392 00000 n +-0000179557 00000 n +-0000179722 00000 n +-0000179892 00000 n +-0000180061 00000 n +-0000180229 00000 n +-0000180398 00000 n +-0000180568 00000 n +-0000180738 00000 n +-0000180907 00000 n +-0000181077 00000 n ++0000510440 00000 n ++0000942365 00000 n ++0000005030 00000 n ++0000005068 00000 n ++0000517537 00000 n ++0000942272 00000 n ++0000005118 00000 n ++0000005196 00000 n ++0000526094 00000 n ++0000942179 00000 n ++0000005246 00000 n ++0000005312 00000 n ++0000535020 00000 n ++0000942086 00000 n ++0000005362 00000 n ++0000005434 00000 n ++0000539027 00000 n ++0000941993 00000 n ++0000005484 00000 n ++0000005538 00000 n ++0000541866 00000 n ++0000941900 00000 n ++0000005588 00000 n ++0000005643 00000 n ++0000544721 00000 n ++0000941807 00000 n ++0000005693 00000 n ++0000005743 00000 n ++0000548950 00000 n ++0000941728 00000 n ++0000005793 00000 n ++0000005847 00000 n ++0000553017 00000 n ++0000941594 00000 n ++0000005894 00000 n ++0000005970 00000 n ++0000553133 00000 n ++0000941515 00000 n ++0000006019 00000 n ++0000006068 00000 n ++0000586109 00000 n ++0000941422 00000 n ++0000006117 00000 n ++0000006178 00000 n ++0000589353 00000 n ++0000941329 00000 n ++0000006227 00000 n ++0000006318 00000 n ++0000591779 00000 n ++0000941236 00000 n ++0000006367 00000 n ++0000006458 00000 n ++0000594379 00000 n ++0000941143 00000 n ++0000006507 00000 n ++0000006569 00000 n ++0000598784 00000 n ++0000941050 00000 n ++0000006618 00000 n ++0000006682 00000 n ++0000601961 00000 n ++0000940957 00000 n ++0000006731 00000 n ++0000006840 00000 n ++0000606582 00000 n ++0000940864 00000 n ++0000006889 00000 n ++0000006965 00000 n ++0000611168 00000 n ++0000940771 00000 n ++0000007014 00000 n ++0000007092 00000 n ++0000616696 00000 n ++0000940678 00000 n ++0000007142 00000 n ++0000007218 00000 n ++0000626419 00000 n ++0000940599 00000 n ++0000007268 00000 n ++0000007333 00000 n ++0000630597 00000 n ++0000940479 00000 n ++0000007380 00000 n ++0000007446 00000 n ++0000630713 00000 n ++0000940400 00000 n ++0000007495 00000 n ++0000007538 00000 n ++0000659022 00000 n ++0000940307 00000 n ++0000007587 00000 n ++0000007628 00000 n ++0000661241 00000 n ++0000940214 00000 n ++0000007677 00000 n ++0000007720 00000 n ++0000664349 00000 n ++0000940121 00000 n ++0000007769 00000 n ++0000007817 00000 n ++0000676087 00000 n ++0000940028 00000 n ++0000007866 00000 n ++0000007909 00000 n ++0000709306 00000 n ++0000939935 00000 n ++0000007958 00000 n ++0000008003 00000 n ++0000713237 00000 n ++0000939842 00000 n ++0000008052 00000 n ++0000008094 00000 n ++0000780737 00000 n ++0000939749 00000 n ++0000008143 00000 n ++0000008193 00000 n ++0000786331 00000 n ++0000939656 00000 n ++0000008242 00000 n ++0000008284 00000 n ++0000789461 00000 n ++0000939563 00000 n ++0000008334 00000 n ++0000008382 00000 n ++0000791722 00000 n ++0000939484 00000 n ++0000008432 00000 n ++0000008486 00000 n ++0000008900 00000 n ++0000009133 00000 n ++0000008538 00000 n ++0000009019 00000 n ++0000009076 00000 n ++0000000361 00000 f ++0000935431 00000 n ++0000935524 00000 n ++0000009519 00000 n ++0000009343 00000 n ++0000009205 00000 n ++0000009462 00000 n ++0000016055 00000 n ++0000011669 00000 n ++0000009560 00000 n ++0000000466 00000 f ++0000935339 00000 n ++0000015998 00000 n ++0000012008 00000 n ++0000012159 00000 n ++0000012312 00000 n ++0000012464 00000 n ++0000012618 00000 n ++0000012772 00000 n ++0000012926 00000 n ++0000013080 00000 n ++0000013233 00000 n ++0000013387 00000 n ++0000013540 00000 n ++0000013694 00000 n ++0000013849 00000 n ++0000014004 00000 n ++0000014159 00000 n ++0000014314 00000 n ++0000014469 00000 n ++0000014624 00000 n ++0000014779 00000 n ++0000014933 00000 n ++0000015088 00000 n ++0000015237 00000 n ++0000015390 00000 n ++0000015541 00000 n ++0000015694 00000 n ++0000015845 00000 n ++0000025148 00000 n ++0000019174 00000 n ++0000016140 00000 n ++0000019593 00000 n ++0000019744 00000 n ++0000019898 00000 n ++0000020052 00000 n ++0000020206 00000 n ++0000020360 00000 n ++0000020514 00000 n ++0000020668 00000 n ++0000020821 00000 n ++0000020975 00000 n ++0000021129 00000 n ++0000021284 00000 n ++0000021438 00000 n ++0000021593 00000 n ++0000021748 00000 n ++0000021903 00000 n ++0000022058 00000 n ++0000022212 00000 n ++0000022367 00000 n ++0000022522 00000 n ++0000022677 00000 n ++0000022830 00000 n ++0000022985 00000 n ++0000023140 00000 n ++0000023295 00000 n ++0000023450 00000 n ++0000023605 00000 n ++0000023759 00000 n ++0000023914 00000 n ++0000024069 00000 n ++0000024224 00000 n ++0000024378 00000 n ++0000024533 00000 n ++0000024688 00000 n ++0000024843 00000 n ++0000024998 00000 n ++0000031158 00000 n ++0000027254 00000 n ++0000025233 00000 n ++0000031101 00000 n ++0000027569 00000 n ++0000027723 00000 n ++0000027877 00000 n ++0000028030 00000 n ++0000028183 00000 n ++0000028337 00000 n ++0000028491 00000 n ++0000028645 00000 n ++0000028799 00000 n ++0000028953 00000 n ++0000029105 00000 n ++0000029259 00000 n ++0000029410 00000 n ++0000029564 00000 n ++0000029718 00000 n ++0000029872 00000 n ++0000030026 00000 n ++0000030179 00000 n ++0000030332 00000 n ++0000030486 00000 n ++0000030640 00000 n ++0000030793 00000 n ++0000030948 00000 n ++0000031557 00000 n ++0000031381 00000 n ++0000031243 00000 n ++0000031500 00000 n ++0000033839 00000 n ++0000033438 00000 n ++0000031598 00000 n ++0000033612 00000 n ++0000033669 00000 n ++0000033726 00000 n ++0000000477 00000 f ++0000935245 00000 n ++0000935642 00000 n ++0000038826 00000 n ++0000037771 00000 n ++0000036708 00000 n ++0000033937 00000 n ++0000036871 00000 n ++0000037032 00000 n ++0000037545 00000 n ++0000037188 00000 n ++0000000676 00000 f ++0000935156 00000 n ++0000037373 00000 n ++0000934914 00000 n ++0000932903 00000 n ++0000934751 00000 n ++0000037658 00000 n ++0000079016 00000 n ++0000051785 00000 n ++0000038707 00000 n ++0000037882 00000 n ++0000054959 00000 n ++0000053452 00000 n ++0000053333 00000 n ++0000051919 00000 n ++0000065613 00000 n ++0000054840 00000 n ++0000053550 00000 n ++0000065495 00000 n ++0000065552 00000 n ++0000066999 00000 n ++0000076673 00000 n ++0000066880 00000 n ++0000065747 00000 n ++0000076616 00000 n ++0000079126 00000 n ++0000078517 00000 n ++0000076807 00000 n ++0000078959 00000 n ++0000078664 00000 n ++0000078812 00000 n ++0000935760 00000 n ++0000713179 00000 n ++0000082024 00000 n ++0000092660 00000 n ++0000091296 00000 n ++0000081853 00000 n ++0000079224 00000 n ++0000091120 00000 n ++0000090365 00000 n ++0000090514 00000 n ++0000091177 00000 n ++0000091239 00000 n ++0000090663 00000 n ++0000090823 00000 n ++0000090971 00000 n ++0000083247 00000 n ++0000083377 00000 n ++0000083526 00000 n ++0000083547 00000 n ++0000083863 00000 n ++0000084289 00000 n ++0000084499 00000 n ++0000084520 00000 n ++0000090343 00000 n ++0000291390 00000 n ++0000312585 00000 n ++0000101395 00000 n ++0000100759 00000 n ++0000092541 00000 n ++0000091409 00000 n ++0000100702 00000 n ++0000093584 00000 n ++0000093714 00000 n ++0000093863 00000 n ++0000093884 00000 n ++0000094200 00000 n ++0000094626 00000 n ++0000094836 00000 n ++0000094857 00000 n ++0000100680 00000 n ++0000112156 00000 n ++0000101276 00000 n ++0000100872 00000 n ++0000112099 00000 n ++0000103958 00000 n ++0000104088 00000 n ++0000104237 00000 n ++0000104259 00000 n ++0000104603 00000 n ++0000105057 00000 n ++0000105267 00000 n ++0000105288 00000 n ++0000112077 00000 n ++0000114507 00000 n ++0000114212 00000 n ++0000112256 00000 n ++0000114331 00000 n ++0000114388 00000 n ++0000114450 00000 n ++0000116264 00000 n ++0000116088 00000 n ++0000114605 00000 n ++0000116207 00000 n ++0000118253 00000 n ++0000118077 00000 n ++0000116349 00000 n ++0000118196 00000 n ++0000935878 00000 n ++0000122306 00000 n ++0000120673 00000 n ++0000118351 00000 n ++0000121968 00000 n ++0000122025 00000 n ++0000120852 00000 n ++0000121049 00000 n ++0000122137 00000 n ++0000121232 00000 n ++0000121424 00000 n ++0000121608 00000 n ++0000121787 00000 n ++0000931421 00000 n ++0000929464 00000 n ++0000931258 00000 n ++0000122250 00000 n ++0000126072 00000 n ++0000125187 00000 n ++0000122417 00000 n ++0000125959 00000 n ++0000125350 00000 n ++0000125503 00000 n ++0000125655 00000 n ++0000125807 00000 n ++0000212110 00000 n ++0000475480 00000 n ++0000128696 00000 n ++0000128007 00000 n ++0000127831 00000 n ++0000126170 00000 n ++0000127950 00000 n ++0000140372 00000 n ++0000128577 00000 n ++0000128092 00000 n ++0000140255 00000 n ++0000140312 00000 n ++0000134706 00000 n ++0000134762 00000 n ++0000134842 00000 n ++0000135916 00000 n ++0000135938 00000 n ++0000136317 00000 n ++0000140233 00000 n ++0000143293 00000 n ++0000142585 00000 n ++0000140485 00000 n ++0000142704 00000 n ++0000142761 00000 n ++0000142879 00000 n ++0000142997 00000 n ++0000143114 00000 n ++0000143232 00000 n ++0000148222 00000 n ++0000147175 00000 n ++0000143378 00000 n ++0000148109 00000 n ++0000147346 00000 n ++0000147499 00000 n ++0000147651 00000 n ++0000147804 00000 n ++0000147956 00000 n ++0000935996 00000 n ++0000248552 00000 n ++0000244561 00000 n ++0000268529 00000 n ++0000153152 00000 n ++0000152002 00000 n ++0000148307 00000 n ++0000153095 00000 n ++0000152181 00000 n ++0000152333 00000 n ++0000152486 00000 n ++0000152638 00000 n ++0000152791 00000 n ++0000152943 00000 n ++0000199137 00000 n ++0000158207 00000 n ++0000156477 00000 n ++0000153250 00000 n ++0000158032 00000 n ++0000156680 00000 n ++0000156833 00000 n ++0000156986 00000 n ++0000157138 00000 n ++0000157287 00000 n ++0000157436 00000 n ++0000157584 00000 n ++0000157732 00000 n ++0000157880 00000 n ++0000158089 00000 n ++0000223673 00000 n ++0000223786 00000 n ++0000223560 00000 n ++0000223218 00000 n ++0000254863 00000 n ++0000232994 00000 n ++0000162200 00000 n ++0000162024 00000 n ++0000158331 00000 n ++0000162143 00000 n ++0000000000 00000 f ++0000927708 00000 n ++0000165622 00000 n ++0000165328 00000 n ++0000162337 00000 n ++0000165447 00000 n ++0000165504 00000 n ++0000171454 00000 n ++0000168925 00000 n ++0000165746 00000 n ++0000170982 00000 n ++0000171039 00000 n ++0000169152 00000 n ++0000169304 00000 n ++0000171157 00000 n ++0000169456 00000 n ++0000169609 00000 n ++0000169761 00000 n ++0000169914 00000 n ++0000170067 00000 n ++0000170218 00000 n ++0000170370 00000 n ++0000170522 00000 n ++0000171275 00000 n ++0000170675 00000 n ++0000170831 00000 n ++0000171393 00000 n ++0000273087 00000 n ++0000367668 00000 n ++0000387123 00000 n ++0000386878 00000 n ++0000412254 00000 n ++0000412137 00000 n ++0000215494 00000 n ++0000300156 00000 n ++0000174290 00000 n ++0000173767 00000 n ++0000171565 00000 n ++0000174059 00000 n ++0000173906 00000 n ++0000174172 00000 n ++0000936114 00000 n ++0000428493 00000 n ++0000174923 00000 n ++0000174747 00000 n ++0000174375 00000 n ++0000174866 00000 n ++0000182333 00000 n ++0000176996 00000 n ++0000174995 00000 n ++0000182164 00000 n ++0000177375 00000 n ++0000177528 00000 n ++0000177681 00000 n ++0000177835 00000 n ++0000177989 00000 n ++0000178143 00000 n ++0000178297 00000 n ++0000178451 00000 n ++0000178605 00000 n ++0000178759 00000 n ++0000178914 00000 n ++0000179069 00000 n ++0000179224 00000 n ++0000179379 00000 n ++0000179534 00000 n ++0000179688 00000 n ++0000179842 00000 n ++0000179997 00000 n ++0000180152 00000 n ++0000180307 00000 n ++0000180462 00000 n ++0000180617 00000 n ++0000180772 00000 n ++0000180927 00000 n ++0000181082 00000 n + 0000181237 00000 n +-0000181402 00000 n +-0000181567 00000 n +-0000181737 00000 n +-0000181897 00000 n +-0000182063 00000 n +-0000182228 00000 n +-0000182399 00000 n +-0000983169 00000 n +-0000187832 00000 n +-0000184294 00000 n +-0000182657 00000 n +-0000184603 00000 n +-0000184774 00000 n +-0000184945 00000 n +-0000185116 00000 n +-0000185287 00000 n +-0000185457 00000 n +-0000185626 00000 n +-0000185797 00000 n +-0000185969 00000 n +-0000186141 00000 n +-0000186313 00000 n +-0000186485 00000 n +-0000186657 00000 n +-0000186828 00000 n +-0000186988 00000 n +-0000187154 00000 n +-0000187320 00000 n +-0000187490 00000 n +-0000187661 00000 n +-0000190481 00000 n +-0000189825 00000 n +-0000187920 00000 n +-0000190126 00000 n +-0000190243 00000 n +-0000190303 00000 n +-0000190363 00000 n +-0000941498 00000 n +-0000924528 00000 n +-0000941317 00000 n +-0000189972 00000 n +-0000862884 00000 n +-0000195533 00000 n +-0000194484 00000 n +-0000193319 00000 n +-0000190583 00000 n +-0000194189 00000 n +-0000193493 00000 n +-0000193658 00000 n +-0000194249 00000 n +-0000193820 00000 n +-0000923327 00000 n +-0000902887 00000 n +-0000923152 00000 n +-0000194012 00000 n +-0000902532 00000 n +-0000900534 00000 n +-0000902367 00000 n +-0000194367 00000 n +-0000237678 00000 n +-0000208553 00000 n +-0000195407 00000 n +-0000194600 00000 n +-0000208493 00000 n +-0000211807 00000 n +-0000210229 00000 n +-0000210043 00000 n +-0000208692 00000 n +-0000210169 00000 n +-0000222404 00000 n +-0000211681 00000 n +-0000210331 00000 n +-0000222344 00000 n +-0000983294 00000 n +-0000223887 00000 n +-0000233565 00000 n +-0000223761 00000 n +-0000222543 00000 n +-0000233505 00000 n +-0000237860 00000 n +-0000236156 00000 n +-0000233704 00000 n +-0000237618 00000 n +-0000236366 00000 n +-0000236527 00000 n +-0000236685 00000 n +-0000236844 00000 n +-0000236997 00000 n +-0000237150 00000 n +-0000237303 00000 n +-0000237464 00000 n +-0000237796 00000 n +-0000862850 00000 n +-0000862816 00000 n +-0000862782 00000 n +-0000443196 00000 n +-0000458762 00000 n +-0000862748 00000 n +-0000862714 00000 n +-0000239825 00000 n +-0000250240 00000 n +-0000248861 00000 n +-0000239660 00000 n +-0000237962 00000 n +-0000248743 00000 n +-0000248275 00000 n +-0000248440 00000 n +-0000248591 00000 n +-0000241142 00000 n +-0000241273 00000 n +-0000241425 00000 n +-0000241447 00000 n +-0000241765 00000 n +-0000242193 00000 n +-0000242405 00000 n +-0000242427 00000 n +-0000248252 00000 n +-0000259108 00000 n +-0000258451 00000 n +-0000250114 00000 n +-0000248978 00000 n +-0000258391 00000 n +-0000251258 00000 n +-0000251389 00000 n +-0000251541 00000 n +-0000251563 00000 n +-0000251881 00000 n +-0000252309 00000 n +-0000252521 00000 n +-0000252543 00000 n +-0000258368 00000 n +-0000269981 00000 n +-0000258982 00000 n +-0000258568 00000 n +-0000269921 00000 n +-0000261765 00000 n +-0000261896 00000 n +-0000262048 00000 n +-0000262071 00000 n +-0000262417 00000 n +-0000262873 00000 n +-0000263085 00000 n +-0000263107 00000 n +-0000269898 00000 n +-0000272386 00000 n +-0000272076 00000 n +-0000270084 00000 n +-0000272202 00000 n +-0000272262 00000 n +-0000983419 00000 n +-0000274193 00000 n +-0000274007 00000 n +-0000272488 00000 n +-0000274133 00000 n +-0000276321 00000 n +-0000276135 00000 n +-0000274281 00000 n +-0000276261 00000 n +-0000280424 00000 n +-0000278734 00000 n +-0000276423 00000 n +-0000280069 00000 n +-0000280129 00000 n +-0000278926 00000 n +-0000279128 00000 n +-0000280247 00000 n +-0000279314 00000 n +-0000279510 00000 n +-0000279699 00000 n +-0000279883 00000 n +-0000899916 00000 n +-0000898125 00000 n +-0000899751 00000 n +-0000280365 00000 n +-0000283300 00000 n +-0000281580 00000 n +-0000280540 00000 n +-0000283182 00000 n +-0000281799 00000 n +-0000281953 00000 n +-0000282107 00000 n +-0000282261 00000 n +-0000282415 00000 n ++0000181392 00000 n ++0000181547 00000 n ++0000181702 00000 n ++0000181856 00000 n ++0000182010 00000 n ++0000183743 00000 n ++0000183066 00000 n ++0000182418 00000 n ++0000183686 00000 n ++0000183221 00000 n ++0000183376 00000 n ++0000183531 00000 n ++0000189122 00000 n ++0000185327 00000 n ++0000183828 00000 n ++0000188953 00000 n ++0000185634 00000 n ++0000185783 00000 n ++0000185937 00000 n ++0000186086 00000 n ++0000186239 00000 n ++0000186388 00000 n ++0000186541 00000 n ++0000186690 00000 n ++0000186843 00000 n ++0000186991 00000 n ++0000187143 00000 n ++0000187292 00000 n ++0000187445 00000 n ++0000187593 00000 n ++0000187746 00000 n ++0000187894 00000 n ++0000188046 00000 n ++0000188194 00000 n ++0000188347 00000 n ++0000188496 00000 n ++0000188650 00000 n ++0000188799 00000 n ++0000553075 00000 n ++0000586051 00000 n ++0000589295 00000 n ++0000591721 00000 n ++0000594321 00000 n ++0000598726 00000 n ++0000601903 00000 n ++0000606524 00000 n ++0000611110 00000 n ++0000616638 00000 n ++0000626361 00000 n ++0000189783 00000 n ++0000189607 00000 n ++0000189220 00000 n ++0000189726 00000 n ++0000195029 00000 n ++0000191230 00000 n ++0000189855 00000 n ++0000194858 00000 n ++0000191537 00000 n ++0000191686 00000 n ++0000191839 00000 n ++0000191987 00000 n ++0000192140 00000 n ++0000192289 00000 n ++0000192442 00000 n ++0000192591 00000 n ++0000192744 00000 n ++0000192892 00000 n ++0000193045 00000 n ++0000193194 00000 n ++0000193347 00000 n ++0000193495 00000 n ++0000193648 00000 n ++0000193797 00000 n ++0000193950 00000 n ++0000194099 00000 n ++0000194252 00000 n ++0000194401 00000 n ++0000194555 00000 n ++0000194704 00000 n ++0000936232 00000 n ++0000630655 00000 n ++0000658964 00000 n ++0000661183 00000 n ++0000664291 00000 n ++0000676029 00000 n ++0000709248 00000 n ++0000780679 00000 n ++0000786273 00000 n ++0000789403 00000 n ++0000791664 00000 n ++0000195671 00000 n ++0000195495 00000 n ++0000195114 00000 n ++0000195614 00000 n ++0000197121 00000 n ++0000196374 00000 n ++0000195743 00000 n ++0000196665 00000 n ++0000196779 00000 n ++0000196893 00000 n ++0000196513 00000 n ++0000196950 00000 n ++0000197007 00000 n ++0000197064 00000 n ++0000199251 00000 n ++0000198080 00000 n ++0000197219 00000 n ++0000198852 00000 n ++0000198909 00000 n ++0000199023 00000 n ++0000198243 00000 n ++0000199080 00000 n ++0000199194 00000 n ++0000198395 00000 n ++0000198546 00000 n ++0000198699 00000 n ++0000205798 00000 n ++0000201237 00000 n ++0000199362 00000 n ++0000205054 00000 n ++0000205111 00000 n ++0000205225 00000 n ++0000201552 00000 n ++0000201704 00000 n ++0000201856 00000 n ++0000202008 00000 n ++0000202161 00000 n ++0000202314 00000 n ++0000202467 00000 n ++0000202620 00000 n ++0000202772 00000 n ++0000202925 00000 n ++0000205282 00000 n ++0000205339 00000 n ++0000205396 00000 n ++0000203076 00000 n ++0000203229 00000 n ++0000203382 00000 n ++0000205453 00000 n ++0000205510 00000 n ++0000203535 00000 n ++0000203688 00000 n ++0000203841 00000 n ++0000205565 00000 n ++0000205622 00000 n ++0000203994 00000 n ++0000204144 00000 n ++0000204295 00000 n ++0000205679 00000 n ++0000205741 00000 n ++0000204448 00000 n ++0000204600 00000 n ++0000204753 00000 n ++0000204906 00000 n ++0000475597 00000 n ++0000440299 00000 n ++0000212534 00000 n ++0000208377 00000 n ++0000205896 00000 n ++0000211593 00000 n ++0000211650 00000 n ++0000211764 00000 n ++0000208660 00000 n ++0000208812 00000 n ++0000208966 00000 n ++0000209120 00000 n ++0000209275 00000 n ++0000209431 00000 n ++0000209587 00000 n ++0000209742 00000 n ++0000209898 00000 n ++0000210054 00000 n ++0000210210 00000 n ++0000210365 00000 n ++0000210518 00000 n ++0000211821 00000 n ++0000210675 00000 n ++0000210828 00000 n ++0000210981 00000 n ++0000211878 00000 n ++0000211935 00000 n ++0000211992 00000 n ++0000211134 00000 n ++0000212049 00000 n ++0000212167 00000 n ++0000211287 00000 n ++0000211440 00000 n ++0000212224 00000 n ++0000212286 00000 n ++0000212348 00000 n ++0000212410 00000 n ++0000212472 00000 n ++0000215432 00000 n ++0000215556 00000 n ++0000215618 00000 n ++0000215737 00000 n ++0000215851 00000 n ++0000214922 00000 n ++0000212645 00000 n ++0000215375 00000 n ++0000215680 00000 n ++0000215794 00000 n ++0000215069 00000 n ++0000215222 00000 n ++0000936350 00000 n ++0000219394 00000 n ++0000217237 00000 n ++0000215962 00000 n ++0000218938 00000 n ++0000218995 00000 n ++0000219109 00000 n ++0000217448 00000 n ++0000217596 00000 n ++0000217745 00000 n ++0000217894 00000 n ++0000219166 00000 n ++0000218042 00000 n ++0000218191 00000 n ++0000218344 00000 n ++0000219223 00000 n ++0000219280 00000 n ++0000219337 00000 n ++0000218493 00000 n ++0000218642 00000 n ++0000218790 00000 n ++0000223842 00000 n ++0000221259 00000 n ++0000219505 00000 n ++0000223161 00000 n ++0000223332 00000 n ++0000221478 00000 n ++0000221631 00000 n ++0000221784 00000 n ++0000221937 00000 n ++0000222090 00000 n ++0000222243 00000 n ++0000222396 00000 n ++0000222549 00000 n ++0000223389 00000 n ++0000223446 00000 n ++0000223503 00000 n ++0000222702 00000 n ++0000223616 00000 n ++0000222855 00000 n ++0000223729 00000 n ++0000223008 00000 n ++0000226040 00000 n ++0000224990 00000 n ++0000223966 00000 n ++0000225922 00000 n ++0000225981 00000 n ++0000225168 00000 n ++0000225322 00000 n ++0000225476 00000 n ++0000225625 00000 n ++0000225772 00000 n ++0000233287 00000 n ++0000228739 00000 n ++0000226138 00000 n ++0000232935 00000 n ++0000233110 00000 n ++0000229098 00000 n ++0000229248 00000 n ++0000229398 00000 n ++0000229547 00000 n ++0000233169 00000 n ++0000229697 00000 n ++0000229851 00000 n ++0000230010 00000 n ++0000230169 00000 n ++0000233228 00000 n ++0000230327 00000 n ++0000230480 00000 n ++0000230633 00000 n ++0000230785 00000 n ++0000230938 00000 n ++0000231089 00000 n ++0000231242 00000 n ++0000231395 00000 n ++0000231549 00000 n ++0000231703 00000 n ++0000231857 00000 n ++0000232011 00000 n ++0000232165 00000 n ++0000232319 00000 n ++0000232473 00000 n ++0000232627 00000 n ++0000232781 00000 n ++0000239254 00000 n ++0000239370 00000 n ++0000239434 00000 n ++0000244193 00000 n ++0000244316 00000 n ++0000244075 00000 n ++0000244439 00000 n ++0000244683 00000 n ++0000248434 00000 n ++0000239498 00000 n ++0000236670 00000 n ++0000233399 00000 n ++0000239077 00000 n ++0000236930 00000 n ++0000237084 00000 n ++0000237238 00000 n ++0000237391 00000 n ++0000237544 00000 n ++0000237694 00000 n ++0000237847 00000 n ++0000239136 00000 n ++0000238001 00000 n ++0000238155 00000 n ++0000238309 00000 n ++0000238462 00000 n ++0000238616 00000 n ++0000239195 00000 n ++0000239312 00000 n ++0000238770 00000 n ++0000238925 00000 n ++0000248669 00000 n ++0000243957 00000 n ++0000244741 00000 n ++0000242079 00000 n ++0000239623 00000 n ++0000243839 00000 n ++0000243898 00000 n ++0000244016 00000 n ++0000242304 00000 n ++0000242454 00000 n ++0000244134 00000 n ++0000242608 00000 n ++0000244257 00000 n ++0000242762 00000 n ++0000242916 00000 n ++0000244380 00000 n ++0000243070 00000 n ++0000243224 00000 n ++0000244502 00000 n ++0000243377 00000 n ++0000244624 00000 n ++0000243531 00000 n ++0000243685 00000 n ++0000936471 00000 n ++0000248787 00000 n ++0000247367 00000 n ++0000244866 00000 n ++0000248316 00000 n ++0000248375 00000 n ++0000247547 00000 n ++0000247701 00000 n ++0000248493 00000 n ++0000247854 00000 n ++0000248610 00000 n ++0000248008 00000 n ++0000248728 00000 n ++0000248162 00000 n ++0000255519 00000 n ++0000251277 00000 n ++0000248912 00000 n ++0000254804 00000 n ++0000254979 00000 n ++0000251601 00000 n ++0000251755 00000 n ++0000251908 00000 n ++0000252062 00000 n ++0000252216 00000 n ++0000252365 00000 n ++0000252519 00000 n ++0000252673 00000 n ++0000252827 00000 n ++0000252979 00000 n ++0000253127 00000 n ++0000253280 00000 n ++0000253433 00000 n ++0000253582 00000 n ++0000255038 00000 n ++0000255097 00000 n ++0000255156 00000 n ++0000253731 00000 n ++0000253885 00000 n ++0000255215 00000 n ++0000255279 00000 n ++0000254038 00000 n ++0000254192 00000 n ++0000255338 00000 n ++0000255402 00000 n ++0000254346 00000 n ++0000254496 00000 n ++0000254650 00000 n ++0000255461 00000 n ++0000257247 00000 n ++0000256514 00000 n ++0000255657 00000 n ++0000257129 00000 n ++0000257188 00000 n ++0000256676 00000 n ++0000256826 00000 n ++0000256979 00000 n ++0000264689 00000 n ++0000259856 00000 n ++0000257359 00000 n ++0000263737 00000 n ++0000263796 00000 n ++0000263913 00000 n ++0000260198 00000 n ++0000260352 00000 n ++0000260510 00000 n ++0000260668 00000 n ++0000263972 00000 n ++0000260823 00000 n ++0000260977 00000 n ++0000261131 00000 n ++0000261285 00000 n ++0000261439 00000 n ++0000261592 00000 n ++0000261744 00000 n ++0000261897 00000 n ++0000262050 00000 n ++0000262204 00000 n ++0000262358 00000 n ++0000262512 00000 n ++0000262666 00000 n ++0000262819 00000 n ++0000262972 00000 n ++0000264031 00000 n ++0000264090 00000 n ++0000264149 00000 n ++0000263126 00000 n ++0000264208 00000 n ++0000264272 00000 n ++0000264336 00000 n ++0000264395 00000 n ++0000264454 00000 n ++0000263277 00000 n ++0000263430 00000 n ++0000264513 00000 n ++0000264572 00000 n ++0000263583 00000 n ++0000264631 00000 n ++0000268406 00000 n ++0000268283 00000 n ++0000268650 00000 n ++0000266569 00000 n ++0000264814 00000 n ++0000268165 00000 n ++0000268224 00000 n ++0000266785 00000 n ++0000266935 00000 n ++0000268347 00000 n ++0000267089 00000 n ++0000267243 00000 n ++0000267397 00000 n ++0000267550 00000 n ++0000267704 00000 n ++0000268470 00000 n ++0000267857 00000 n ++0000268592 00000 n ++0000268011 00000 n ++0000347725 00000 n ++0000347607 00000 n ++0000273204 00000 n ++0000270442 00000 n ++0000268762 00000 n ++0000272675 00000 n ++0000272734 00000 n ++0000272851 00000 n ++0000270694 00000 n ++0000270842 00000 n ++0000270995 00000 n ++0000271148 00000 n ++0000271297 00000 n ++0000271451 00000 n ++0000271605 00000 n ++0000272910 00000 n ++0000272969 00000 n ++0000273028 00000 n ++0000271759 00000 n ++0000271909 00000 n ++0000273145 00000 n ++0000272063 00000 n ++0000272213 00000 n ++0000272367 00000 n ++0000272521 00000 n ++0000936596 00000 n ++0000279375 00000 n ++0000275920 00000 n ++0000273329 00000 n ++0000278787 00000 n ++0000278846 00000 n ++0000278963 00000 n ++0000276208 00000 n ++0000276361 00000 n ++0000276515 00000 n ++0000276667 00000 n ++0000276820 00000 n ++0000276974 00000 n ++0000277124 00000 n ++0000277278 00000 n ++0000277428 00000 n ++0000277581 00000 n ++0000277734 00000 n ++0000277883 00000 n ++0000278035 00000 n ++0000278184 00000 n ++0000278338 00000 n ++0000279022 00000 n ++0000279081 00000 n ++0000279140 00000 n ++0000278487 00000 n ++0000279199 00000 n ++0000279258 00000 n ++0000278637 00000 n ++0000279317 00000 n ++0000283959 00000 n ++0000283723 00000 n ++0000283841 00000 n ++0000283605 00000 n ++0000284077 00000 n ++0000281899 00000 n ++0000279513 00000 n ++0000283487 00000 n ++0000283546 00000 n ++0000282115 00000 n ++0000283664 00000 n ++0000282264 00000 n ++0000282418 00000 n + 0000282568 00000 n +-0000282721 00000 n +-0000282875 00000 n +-0000283028 00000 n +-0000862680 00000 n +-0000862646 00000 n +-0000862612 00000 n +-0000862578 00000 n +-0000862544 00000 n +-0000862510 00000 n +-0000283955 00000 n +-0000283769 00000 n +-0000283388 00000 n +-0000283895 00000 n +-0000287574 00000 n +-0000286466 00000 n +-0000284029 00000 n +-0000287396 00000 n +-0000287514 00000 n +-0000286640 00000 n +-0000286829 00000 n +-0000287018 00000 n +-0000287207 00000 n +-0000983544 00000 n +-0000372352 00000 n +-0000614446 00000 n +-0000289248 00000 n +-0000296153 00000 n +-0000289122 00000 n +-0000287676 00000 n +-0000296093 00000 n +-0000295576 00000 n +-0000295863 00000 n +-0000295911 00000 n +-0000296005 00000 n +-0000296028 00000 n +-0000296952 00000 n +-0000296766 00000 n +-0000296270 00000 n +-0000296892 00000 n +-0000297615 00000 n +-0000297429 00000 n +-0000297040 00000 n +-0000297555 00000 n +-0000300052 00000 n +-0000299312 00000 n +-0000297689 00000 n +-0000299438 00000 n +-0000299556 00000 n +-0000299616 00000 n +-0000299740 00000 n +-0000299864 00000 n +-0000299988 00000 n +-0000301351 00000 n +-0000300984 00000 n +-0000300140 00000 n +-0000301110 00000 n +-0000301228 00000 n +-0000304645 00000 n +-0000303341 00000 n +-0000301439 00000 n +-0000304467 00000 n +-0000304585 00000 n +-0000303524 00000 n +-0000303713 00000 n +-0000303902 00000 n +-0000304091 00000 n +-0000304279 00000 n +-0000983669 00000 n +-0000409930 00000 n +-0000403765 00000 n +-0000426229 00000 n +-0000305313 00000 n +-0000305127 00000 n +-0000304733 00000 n +-0000305253 00000 n +-0000307639 00000 n +-0000307335 00000 n +-0000305387 00000 n +-0000307461 00000 n +-0000307579 00000 n +-0000308306 00000 n +-0000308120 00000 n +-0000307727 00000 n +-0000308246 00000 n +-0000312336 00000 n +-0000310831 00000 n +-0000308380 00000 n +-0000312158 00000 n +-0000312276 00000 n +-0000311032 00000 n +-0000311193 00000 n +-0000311354 00000 n +-0000311515 00000 n +-0000311675 00000 n +-0000311836 00000 n +-0000311997 00000 n +-0000862476 00000 n +-0000862442 00000 n +-0000862408 00000 n +-0000862374 00000 n +-0000862340 00000 n +-0000862306 00000 n +-0000862272 00000 n +-0000313008 00000 n +-0000312822 00000 n +-0000312424 00000 n +-0000312948 00000 n +-0000319016 00000 n +-0000315913 00000 n +-0000313082 00000 n +-0000318838 00000 n +-0000318956 00000 n +-0000316186 00000 n +-0000316375 00000 n +-0000316564 00000 n +-0000316752 00000 n +-0000316941 00000 n +-0000317130 00000 n +-0000317318 00000 n +-0000317506 00000 n +-0000317693 00000 n +-0000317882 00000 n +-0000318036 00000 n +-0000318189 00000 n +-0000318343 00000 n +-0000318496 00000 n +-0000318650 00000 n +-0000983794 00000 n +-0000358511 00000 n +-0000382227 00000 n +-0000386829 00000 n +-0000382108 00000 n +-0000381753 00000 n +-0000410168 00000 n +-0000386948 00000 n +-0000319720 00000 n +-0000319534 00000 n +-0000319146 00000 n +-0000319660 00000 n +-0000322279 00000 n +-0000321851 00000 n +-0000319794 00000 n +-0000321977 00000 n +-0000322095 00000 n +-0000322155 00000 n +-0000326211 00000 n +-0000326025 00000 n +-0000322409 00000 n +-0000326151 00000 n +-0000897404 00000 n +-0000882434 00000 n +-0000897223 00000 n +-0000328521 00000 n +-0000328212 00000 n +-0000326355 00000 n +-0000328338 00000 n +-0000328398 00000 n +-0000329219 00000 n +-0000329033 00000 n +-0000328637 00000 n +-0000329159 00000 n +-0000334256 00000 n +-0000331654 00000 n +-0000329293 00000 n +-0000333764 00000 n +-0000333883 00000 n +-0000333943 00000 n +-0000331882 00000 n +-0000332071 00000 n +-0000334067 00000 n +-0000332260 00000 n +-0000332447 00000 n +-0000332635 00000 n +-0000332824 00000 n +-0000333012 00000 n +-0000333201 00000 n +-0000333388 00000 n +-0000333577 00000 n +-0000334192 00000 n +-0000983919 00000 n +-0000433192 00000 n +-0000510011 00000 n +-0000530803 00000 n +-0000525211 00000 n +-0000549267 00000 n +-0000549149 00000 n +-0000338130 00000 n +-0000336951 00000 n +-0000334372 00000 n +-0000337886 00000 n +-0000337125 00000 n +-0000337347 00000 n +-0000337508 00000 n +-0000338005 00000 n +-0000337697 00000 n +-0000372867 00000 n +-0000452587 00000 n +-0000562244 00000 n +-0000339887 00000 n +-0000339463 00000 n +-0000338232 00000 n +-0000339589 00000 n +-0000339708 00000 n +-0000339768 00000 n +-0000340557 00000 n +-0000340371 00000 n +-0000339975 00000 n +-0000340497 00000 n +-0000348619 00000 n +-0000342706 00000 n +-0000340631 00000 n +-0000348441 00000 n +-0000343141 00000 n +-0000343301 00000 n +-0000343461 00000 n +-0000343621 00000 n +-0000343781 00000 n +-0000343941 00000 n ++0000282722 00000 n ++0000283782 00000 n ++0000282876 00000 n ++0000283900 00000 n ++0000283030 00000 n ++0000283180 00000 n ++0000284018 00000 n ++0000283333 00000 n ++0000291683 00000 n ++0000287113 00000 n ++0000284202 00000 n ++0000291331 00000 n ++0000291506 00000 n ++0000287473 00000 n ++0000287627 00000 n ++0000287785 00000 n ++0000287943 00000 n ++0000288100 00000 n ++0000291565 00000 n ++0000288258 00000 n ++0000288412 00000 n ++0000288566 00000 n ++0000288720 00000 n ++0000288874 00000 n ++0000289028 00000 n ++0000289182 00000 n ++0000289335 00000 n ++0000289488 00000 n ++0000289641 00000 n ++0000289793 00000 n ++0000289946 00000 n ++0000290099 00000 n ++0000290253 00000 n ++0000290407 00000 n ++0000290561 00000 n ++0000290714 00000 n ++0000290868 00000 n ++0000291022 00000 n ++0000291624 00000 n ++0000291176 00000 n ++0000295645 00000 n ++0000295763 00000 n ++0000295827 00000 n ++0000295891 00000 n ++0000295955 00000 n ++0000296078 00000 n ++0000300271 00000 n ++0000296196 00000 n ++0000300389 00000 n ++0000300038 00000 n ++0000497080 00000 n ++0000296254 00000 n ++0000294571 00000 n ++0000291795 00000 n ++0000295527 00000 n ++0000294751 00000 n ++0000294909 00000 n ++0000295586 00000 n ++0000295704 00000 n ++0000295067 00000 n ++0000296019 00000 n ++0000296137 00000 n ++0000295220 00000 n ++0000295373 00000 n ++0000300507 00000 n ++0000298162 00000 n ++0000296366 00000 n ++0000299920 00000 n ++0000299979 00000 n ++0000298387 00000 n ++0000298541 00000 n ++0000300097 00000 n ++0000298695 00000 n ++0000298848 00000 n ++0000300213 00000 n ++0000299002 00000 n ++0000299155 00000 n ++0000300330 00000 n ++0000299307 00000 n ++0000299461 00000 n ++0000300448 00000 n ++0000299613 00000 n ++0000299767 00000 n ++0000312819 00000 n ++0000303722 00000 n ++0000300619 00000 n ++0000312526 00000 n ++0000312701 00000 n ++0000304334 00000 n ++0000304489 00000 n ++0000304647 00000 n ++0000304806 00000 n ++0000304965 00000 n ++0000305123 00000 n ++0000305281 00000 n ++0000305438 00000 n ++0000305597 00000 n ++0000305750 00000 n ++0000305908 00000 n ++0000306067 00000 n ++0000306226 00000 n ++0000306384 00000 n ++0000306543 00000 n ++0000312760 00000 n ++0000306701 00000 n ++0000306855 00000 n ++0000307009 00000 n ++0000307163 00000 n ++0000307316 00000 n ++0000307469 00000 n ++0000307622 00000 n ++0000307775 00000 n ++0000307929 00000 n ++0000308082 00000 n ++0000308235 00000 n ++0000308388 00000 n ++0000308541 00000 n ++0000308695 00000 n ++0000308848 00000 n ++0000309001 00000 n ++0000309154 00000 n ++0000309307 00000 n ++0000309461 00000 n ++0000309615 00000 n ++0000309768 00000 n ++0000309921 00000 n ++0000310074 00000 n ++0000310227 00000 n ++0000310382 00000 n ++0000310534 00000 n ++0000310687 00000 n ++0000310840 00000 n ++0000310995 00000 n ++0000311148 00000 n ++0000311301 00000 n ++0000311454 00000 n ++0000311607 00000 n ++0000311762 00000 n ++0000311915 00000 n ++0000312067 00000 n ++0000312220 00000 n ++0000312372 00000 n ++0000936721 00000 n ++0000326680 00000 n ++0000326798 00000 n ++0000326862 00000 n ++0000326926 00000 n ++0000326990 00000 n ++0000327053 00000 n ++0000327117 00000 n ++0000326242 00000 n ++0000326360 00000 n ++0000326424 00000 n ++0000326488 00000 n ++0000326552 00000 n ++0000326616 00000 n ++0000343637 00000 n ++0000340286 00000 n ++0000339697 00000 n ++0000339579 00000 n ++0000343871 00000 n ++0000343754 00000 n ++0000339933 00000 n ++0000339815 00000 n ++0000322796 00000 n ++0000316681 00000 n ++0000312944 00000 n ++0000322678 00000 n ++0000317140 00000 n ++0000317294 00000 n ++0000317448 00000 n ++0000317601 00000 n ++0000317756 00000 n ++0000317910 00000 n ++0000318064 00000 n ++0000318218 00000 n ++0000318370 00000 n ++0000318525 00000 n ++0000318678 00000 n ++0000318831 00000 n ++0000318984 00000 n ++0000319139 00000 n ++0000319294 00000 n ++0000319448 00000 n ++0000319602 00000 n ++0000319754 00000 n ++0000319908 00000 n ++0000320063 00000 n ++0000320217 00000 n ++0000320372 00000 n ++0000320526 00000 n ++0000320680 00000 n ++0000320833 00000 n ++0000320988 00000 n ++0000321142 00000 n ++0000321296 00000 n ++0000321450 00000 n ++0000321603 00000 n ++0000321758 00000 n ++0000321912 00000 n ++0000322067 00000 n ++0000322737 00000 n ++0000322220 00000 n ++0000322373 00000 n ++0000322525 00000 n ++0000340168 00000 n ++0000340050 00000 n ++0000332882 00000 n ++0000332765 00000 n ++0000332294 00000 n ++0000332530 00000 n ++0000332412 00000 n ++0000332648 00000 n ++0000440833 00000 n ++0000440592 00000 n ++0000327180 00000 n ++0000325325 00000 n ++0000322921 00000 n ++0000326124 00000 n ++0000325496 00000 n ++0000325655 00000 n ++0000326183 00000 n ++0000326301 00000 n ++0000325814 00000 n ++0000326739 00000 n ++0000325969 00000 n ++0000332940 00000 n ++0000329434 00000 n ++0000327279 00000 n ++0000332176 00000 n ++0000332235 00000 n ++0000332353 00000 n ++0000329713 00000 n ++0000329865 00000 n ++0000332471 00000 n ++0000330019 00000 n ++0000330173 00000 n ++0000330327 00000 n ++0000330481 00000 n ++0000332589 00000 n ++0000330636 00000 n ++0000330789 00000 n ++0000330942 00000 n ++0000331096 00000 n ++0000332707 00000 n ++0000331251 00000 n ++0000331405 00000 n ++0000331560 00000 n ++0000332823 00000 n ++0000331714 00000 n ++0000331867 00000 n ++0000332021 00000 n ++0000340403 00000 n ++0000335419 00000 n ++0000333065 00000 n ++0000339461 00000 n ++0000339520 00000 n ++0000335770 00000 n ++0000335922 00000 n ++0000336076 00000 n ++0000339638 00000 n ++0000336230 00000 n ++0000336383 00000 n ++0000336537 00000 n ++0000339756 00000 n ++0000336691 00000 n ++0000336845 00000 n ++0000336998 00000 n ++0000339874 00000 n ++0000337153 00000 n ++0000337305 00000 n ++0000337459 00000 n ++0000339992 00000 n ++0000337614 00000 n ++0000337768 00000 n ++0000337922 00000 n ++0000340109 00000 n ++0000338076 00000 n ++0000338230 00000 n ++0000338384 00000 n ++0000340227 00000 n ++0000338539 00000 n ++0000338691 00000 n ++0000338845 00000 n ++0000340345 00000 n ++0000338999 00000 n ++0000339153 00000 n ++0000339306 00000 n ++0000343989 00000 n ++0000341977 00000 n ++0000340528 00000 n ++0000343578 00000 n ++0000343696 00000 n ++0000342193 00000 n ++0000342346 00000 n ++0000342499 00000 n ++0000343812 00000 n ++0000342654 00000 n ++0000342807 00000 n ++0000342961 00000 n ++0000343930 00000 n ++0000343116 00000 n ++0000343269 00000 n ++0000343423 00000 n ++0000347848 00000 n ++0000345551 00000 n + 0000344101 00000 n +-0000344261 00000 n +-0000344421 00000 n +-0000344580 00000 n +-0000344741 00000 n +-0000344901 00000 n +-0000345062 00000 n +-0000345223 00000 n +-0000345384 00000 n +-0000345545 00000 n +-0000345706 00000 n +-0000345867 00000 n +-0000346028 00000 n +-0000346189 00000 n +-0000346350 00000 n +-0000346511 00000 n +-0000346672 00000 n +-0000346833 00000 n +-0000346994 00000 n +-0000347155 00000 n +-0000347316 00000 n +-0000347477 00000 n +-0000347637 00000 n +-0000347798 00000 n +-0000347959 00000 n +-0000348120 00000 n +-0000348281 00000 n +-0000349595 00000 n +-0000349227 00000 n +-0000348707 00000 n +-0000349535 00000 n +-0000349374 00000 n +-0000355131 00000 n +-0000351167 00000 n +-0000349683 00000 n +-0000354953 00000 n +-0000351503 00000 n +-0000351657 00000 n +-0000351817 00000 n +-0000351971 00000 n +-0000352130 00000 n +-0000352284 00000 n +-0000352444 00000 n +-0000352598 00000 n +-0000352758 00000 n +-0000352912 00000 n +-0000353072 00000 n +-0000353225 00000 n +-0000353385 00000 n +-0000353539 00000 n +-0000353698 00000 n +-0000353851 00000 n +-0000354011 00000 n +-0000354165 00000 n +-0000354325 00000 n +-0000354478 00000 n +-0000354638 00000 n +-0000354792 00000 n +-0000984044 00000 n +-0000670103 00000 n +-0000673185 00000 n +-0000673605 00000 n +-0000699322 00000 n +-0000702297 00000 n +-0000705018 00000 n +-0000705558 00000 n +-0000709494 00000 n +-0000716132 00000 n +-0000716552 00000 n +-0000725723 00000 n +-0000355806 00000 n +-0000355620 00000 n +-0000355233 00000 n +-0000355746 00000 n +-0000358694 00000 n +-0000356872 00000 n +-0000355880 00000 n +-0000357798 00000 n +-0000357917 00000 n +-0000358036 00000 n +-0000357046 00000 n +-0000358155 00000 n +-0000358274 00000 n +-0000358392 00000 n +-0000357235 00000 n +-0000357424 00000 n +-0000357611 00000 n +-0000358630 00000 n +-0000365218 00000 n +-0000360716 00000 n +-0000358810 00000 n +-0000364313 00000 n +-0000364432 00000 n +-0000361016 00000 n +-0000361205 00000 n +-0000361394 00000 n +-0000361580 00000 n +-0000361765 00000 n +-0000361953 00000 n +-0000362142 00000 n +-0000362331 00000 n +-0000362520 00000 n +-0000362708 00000 n +-0000364551 00000 n +-0000362896 00000 n +-0000364670 00000 n +-0000363085 00000 n +-0000364789 00000 n +-0000363274 00000 n +-0000363463 00000 n +-0000364908 00000 n +-0000363624 00000 n +-0000363813 00000 n +-0000363974 00000 n +-0000365033 00000 n +-0000365158 00000 n +-0000364128 00000 n +-0000614565 00000 n +-0000569615 00000 n +-0000372933 00000 n +-0000368119 00000 n +-0000365320 00000 n +-0000371989 00000 n +-0000368410 00000 n +-0000368632 00000 n +-0000368855 00000 n +-0000369077 00000 n +-0000369300 00000 n +-0000369522 00000 n +-0000369745 00000 n +-0000369968 00000 n +-0000370191 00000 n +-0000370413 00000 n +-0000370636 00000 n +-0000370825 00000 n +-0000372049 00000 n +-0000371048 00000 n +-0000371235 00000 n +-0000371423 00000 n +-0000371611 00000 n +-0000372168 00000 n +-0000372287 00000 n +-0000371800 00000 n +-0000372471 00000 n +-0000372537 00000 n +-0000372603 00000 n +-0000372669 00000 n +-0000372735 00000 n +-0000372801 00000 n +-0000377105 00000 n +-0000377170 00000 n +-0000377295 00000 n +-0000377653 00000 n +-0000375732 00000 n +-0000373049 00000 n +-0000377045 00000 n +-0000377414 00000 n +-0000377533 00000 n +-0000375933 00000 n +-0000376087 00000 n +-0000376241 00000 n +-0000376395 00000 n +-0000377593 00000 n +-0000376549 00000 n +-0000376703 00000 n +-0000376892 00000 n +-0000381634 00000 n +-0000382346 00000 n +-0000379633 00000 n +-0000377797 00000 n +-0000381515 00000 n +-0000379852 00000 n +-0000381872 00000 n +-0000380006 00000 n +-0000380194 00000 n +-0000380383 00000 n +-0000380571 00000 n +-0000380760 00000 n +-0000380949 00000 n +-0000381138 00000 n +-0000381327 00000 n +-0000381991 00000 n +-0000984169 00000 n +-0000387187 00000 n +-0000384403 00000 n +-0000382490 00000 n +-0000386769 00000 n +-0000384649 00000 n +-0000384837 00000 n +-0000384991 00000 n +-0000385143 00000 n +-0000387067 00000 n +-0000385297 00000 n +-0000385451 00000 n +-0000385604 00000 n +-0000385758 00000 n +-0000387127 00000 n +-0000385912 00000 n +-0000386101 00000 n +-0000386323 00000 n +-0000386546 00000 n +-0000399680 00000 n +-0000399799 00000 n +-0000399865 00000 n +-0000395875 00000 n +-0000390259 00000 n +-0000387303 00000 n +-0000395696 00000 n +-0000395756 00000 n +-0000390640 00000 n +-0000390829 00000 n +-0000391018 00000 n +-0000391207 00000 n +-0000391396 00000 n +-0000391584 00000 n +-0000391773 00000 n +-0000391962 00000 n +-0000392151 00000 n +-0000392340 00000 n +-0000392527 00000 n +-0000392715 00000 n +-0000392903 00000 n +-0000393090 00000 n +-0000393279 00000 n +-0000393468 00000 n +-0000393655 00000 n +-0000393844 00000 n +-0000394033 00000 n +-0000394222 00000 n +-0000394410 00000 n +-0000394599 00000 n +-0000394752 00000 n +-0000394941 00000 n +-0000395130 00000 n +-0000395319 00000 n +-0000395508 00000 n +-0000400228 00000 n +-0000403518 00000 n +-0000400109 00000 n +-0000403643 00000 n +-0000403890 00000 n +-0000404008 00000 n +-0000410049 00000 n +-0000399990 00000 n +-0000400353 00000 n +-0000398634 00000 n +-0000395991 00000 n +-0000399561 00000 n +-0000398808 00000 n +-0000398996 00000 n +-0000399185 00000 n +-0000399374 00000 n +-0000881991 00000 n +-0000874804 00000 n +-0000881816 00000 n +-0000404127 00000 n +-0000402924 00000 n +-0000400483 00000 n +-0000403458 00000 n +-0000403080 00000 n +-0000403269 00000 n +-0000410353 00000 n +-0000407067 00000 n +-0000404257 00000 n +-0000409870 00000 n +-0000410293 00000 n +-0000407331 00000 n +-0000407519 00000 n +-0000407708 00000 n +-0000407897 00000 n +-0000408086 00000 n +-0000408239 00000 n +-0000408428 00000 n +-0000408617 00000 n +-0000408806 00000 n +-0000408995 00000 n +-0000409149 00000 n +-0000409338 00000 n +-0000409527 00000 n +-0000409716 00000 n +-0000413847 00000 n +-0000413966 00000 n +-0000414091 00000 n +-0000414216 00000 n +-0000414512 00000 n +-0000412302 00000 n +-0000410497 00000 n +-0000413728 00000 n +-0000412494 00000 n +-0000412683 00000 n +-0000414334 00000 n +-0000414452 00000 n +-0000412871 00000 n +-0000413060 00000 n +-0000413283 00000 n +-0000413506 00000 n +-0000984294 00000 n +-0000420598 00000 n +-0000420717 00000 n +-0000420782 00000 n +-0000421084 00000 n +-0000416928 00000 n +-0000414642 00000 n +-0000420420 00000 n +-0000420480 00000 n +-0000417219 00000 n +-0000417405 00000 n +-0000417593 00000 n +-0000417781 00000 n +-0000417969 00000 n +-0000418157 00000 n +-0000874296 00000 n +-0000864807 00000 n +-0000874117 00000 n +-0000418346 00000 n +-0000418535 00000 n +-0000418724 00000 n +-0000418912 00000 n +-0000419101 00000 n +-0000419290 00000 n +-0000419478 00000 n +-0000419666 00000 n +-0000419855 00000 n +-0000420044 00000 n +-0000420233 00000 n +-0000420907 00000 n +-0000421026 00000 n +-0000426104 00000 n +-0000425979 00000 n +-0000425862 00000 n +-0000426532 00000 n +-0000423508 00000 n +-0000421228 00000 n +-0000425743 00000 n +-0000423745 00000 n +-0000423932 00000 n +-0000424121 00000 n +-0000426353 00000 n +-0000426472 00000 n +-0000424309 00000 n +-0000424462 00000 n +-0000424651 00000 n +-0000424840 00000 n +-0000424992 00000 n +-0000425180 00000 n +-0000425369 00000 n +-0000425556 00000 n +-0000506400 00000 n +-0000495237 00000 n +-0000433073 00000 n +-0000433495 00000 n +-0000429468 00000 n +-0000426690 00000 n +-0000432954 00000 n +-0000429768 00000 n +-0000433311 00000 n +-0000433435 00000 n +-0000429957 00000 n +-0000430146 00000 n +-0000430335 00000 n +-0000430524 00000 n +-0000430713 00000 n +-0000430902 00000 n +-0000431055 00000 n +-0000431244 00000 n +-0000431398 00000 n +-0000431587 00000 n +-0000431776 00000 n +-0000431964 00000 n +-0000432117 00000 n +-0000432306 00000 n +-0000432458 00000 n +-0000432647 00000 n +-0000432801 00000 n +-0000443078 00000 n +-0000437015 00000 n +-0000442959 00000 n +-0000436541 00000 n +-0000436896 00000 n +-0000436660 00000 n +-0000436779 00000 n +-0000437073 00000 n +-0000435888 00000 n +-0000433667 00000 n +-0000436422 00000 n +-0000436044 00000 n +-0000436233 00000 n +-0000443435 00000 n +-0000439598 00000 n +-0000437217 00000 n +-0000442840 00000 n +-0000439871 00000 n +-0000443315 00000 n +-0000440060 00000 n +-0000440248 00000 n +-0000440471 00000 n +-0000440694 00000 n +-0000440916 00000 n +-0000443375 00000 n +-0000441139 00000 n +-0000441328 00000 n +-0000441517 00000 n +-0000441706 00000 n +-0000441895 00000 n +-0000442084 00000 n +-0000442273 00000 n +-0000442462 00000 n +-0000442651 00000 n +-0000449003 00000 n +-0000451908 00000 n +-0000451974 00000 n +-0000452040 00000 n +-0000452106 00000 n +-0000452230 00000 n +-0000458524 00000 n +-0000449122 00000 n +-0000446246 00000 n +-0000443579 00000 n +-0000448825 00000 n +-0000446492 00000 n +-0000446681 00000 n +-0000446870 00000 n +-0000447059 00000 n +-0000447248 00000 n +-0000447436 00000 n +-0000447624 00000 n +-0000447813 00000 n +-0000448002 00000 n +-0000448190 00000 n +-0000448379 00000 n +-0000448602 00000 n +-0000984419 00000 n +-0000452349 00000 n +-0000458643 00000 n +-0000452468 00000 n +-0000626167 00000 n +-0000452645 00000 n +-0000451722 00000 n +-0000449252 00000 n +-0000451848 00000 n +-0000458941 00000 n +-0000454862 00000 n +-0000452761 00000 n +-0000458405 00000 n +-0000458881 00000 n +-0000455135 00000 n +-0000455324 00000 n +-0000455547 00000 n +-0000455770 00000 n +-0000455993 00000 n +-0000456216 00000 n +-0000456439 00000 n +-0000456662 00000 n +-0000456885 00000 n +-0000457072 00000 n +-0000457294 00000 n +-0000457516 00000 n +-0000457738 00000 n +-0000457961 00000 n +-0000458184 00000 n +-0000483936 00000 n +-0000484055 00000 n +-0000484121 00000 n +-0000484187 00000 n +-0000484253 00000 n +-0000484319 00000 n +-0000484385 00000 n +-0000480348 00000 n +-0000483606 00000 n +-0000483672 00000 n +-0000483738 00000 n +-0000483804 00000 n +-0000483870 00000 n +-0000473502 00000 n +-0000462773 00000 n +-0000459071 00000 n +-0000473382 00000 n +-0000473442 00000 n +-0000463388 00000 n +-0000463577 00000 n +-0000463766 00000 n +-0000463955 00000 n +-0000464144 00000 n +-0000464333 00000 n +-0000464522 00000 n +-0000464711 00000 n +-0000464900 00000 n +-0000465089 00000 n +-0000465278 00000 n +-0000465467 00000 n +-0000465656 00000 n +-0000465844 00000 n +-0000466032 00000 n +-0000466221 00000 n +-0000466410 00000 n +-0000466599 00000 n +-0000466788 00000 n +-0000466976 00000 n +-0000467165 00000 n +-0000467354 00000 n +-0000467543 00000 n +-0000467732 00000 n +-0000467920 00000 n +-0000468109 00000 n +-0000468297 00000 n +-0000468485 00000 n +-0000468674 00000 n +-0000468863 00000 n +-0000469051 00000 n +-0000469239 00000 n +-0000469428 00000 n +-0000469616 00000 n +-0000469804 00000 n +-0000469991 00000 n +-0000470179 00000 n +-0000470368 00000 n +-0000470557 00000 n +-0000470746 00000 n +-0000470934 00000 n +-0000471122 00000 n +-0000471311 00000 n +-0000471500 00000 n +-0000471689 00000 n +-0000471878 00000 n +-0000472067 00000 n +-0000472256 00000 n +-0000472445 00000 n +-0000472634 00000 n +-0000472823 00000 n +-0000473010 00000 n +-0000473197 00000 n +-0000490794 00000 n +-0000490675 00000 n +-0000488249 00000 n +-0000488130 00000 n +-0000494880 00000 n +-0000494761 00000 n +-0000490318 00000 n +-0000490199 00000 n +-0000490556 00000 n +-0000490437 00000 n +-0000488012 00000 n +-0000487893 00000 n +-0000484510 00000 n +-0000480467 00000 n +-0000476605 00000 n +-0000473632 00000 n +-0000480170 00000 n +-0000476896 00000 n +-0000477085 00000 n +-0000477274 00000 n +-0000477463 00000 n +-0000477652 00000 n +-0000477841 00000 n +-0000478029 00000 n +-0000478218 00000 n +-0000478407 00000 n +-0000478594 00000 n +-0000478782 00000 n +-0000478970 00000 n +-0000479159 00000 n +-0000479348 00000 n +-0000479536 00000 n +-0000479724 00000 n +-0000479947 00000 n +-0000487655 00000 n +-0000484627 00000 n +-0000487774 00000 n +-0000574804 00000 n +-0000574562 00000 n +-0000484746 00000 n +-0000483211 00000 n +-0000480611 00000 n +-0000483546 00000 n +-0000483358 00000 n +-0000488308 00000 n +-0000486665 00000 n +-0000484876 00000 n +-0000487595 00000 n +-0000486839 00000 n +-0000487028 00000 n +-0000487217 00000 n +-0000487406 00000 n +-0000984544 00000 n +-0000490852 00000 n +-0000489954 00000 n +-0000488438 00000 n +-0000490080 00000 n +-0000495356 00000 n +-0000492922 00000 n +-0000490982 00000 n +-0000494642 00000 n +-0000494999 00000 n +-0000495118 00000 n +-0000493132 00000 n +-0000493321 00000 n +-0000493510 00000 n +-0000493698 00000 n +-0000493886 00000 n +-0000494075 00000 n +-0000494264 00000 n +-0000494453 00000 n +-0000506709 00000 n +-0000498909 00000 n +-0000495514 00000 n +-0000506340 00000 n +-0000506525 00000 n +-0000506650 00000 n +-0000499407 00000 n +-0000499560 00000 n +-0000499748 00000 n +-0000499936 00000 n +-0000500088 00000 n +-0000500277 00000 n +-0000500462 00000 n +-0000500613 00000 n +-0000500767 00000 n +-0000500956 00000 n +-0000501144 00000 n +-0000501333 00000 n +-0000501487 00000 n +-0000501641 00000 n +-0000501829 00000 n +-0000502017 00000 n +-0000502171 00000 n +-0000502322 00000 n +-0000502506 00000 n +-0000502692 00000 n +-0000502881 00000 n +-0000503035 00000 n +-0000503189 00000 n +-0000503378 00000 n +-0000503566 00000 n +-0000503789 00000 n +-0000503942 00000 n +-0000504131 00000 n +-0000504320 00000 n +-0000504473 00000 n +-0000504627 00000 n +-0000504781 00000 n +-0000504970 00000 n +-0000505158 00000 n +-0000505312 00000 n +-0000505465 00000 n +-0000505654 00000 n +-0000505843 00000 n +-0000506032 00000 n +-0000506186 00000 n +-0000520635 00000 n +-0000509410 00000 n +-0000509529 00000 n +-0000509886 00000 n +-0000510136 00000 n +-0000509767 00000 n +-0000509648 00000 n +-0000520754 00000 n +-0000510260 00000 n +-0000508726 00000 n +-0000506867 00000 n +-0000509291 00000 n +-0000508882 00000 n +-0000509069 00000 n +-0000521057 00000 n +-0000513730 00000 n +-0000510390 00000 n +-0000520575 00000 n +-0000514183 00000 n +-0000514406 00000 n +-0000520879 00000 n +-0000520997 00000 n +-0000514629 00000 n +-0000514783 00000 n +-0000514972 00000 n +-0000515161 00000 n +-0000515350 00000 n +-0000515539 00000 n +-0000515728 00000 n +-0000515917 00000 n +-0000516106 00000 n +-0000516260 00000 n +-0000516414 00000 n +-0000516603 00000 n +-0000516792 00000 n +-0000516981 00000 n +-0000517170 00000 n +-0000517324 00000 n ++0000347313 00000 n ++0000347372 00000 n ++0000347489 00000 n ++0000345776 00000 n ++0000345929 00000 n ++0000346082 00000 n ++0000346235 00000 n ++0000346389 00000 n ++0000346543 00000 n ++0000347548 00000 n ++0000347666 00000 n ++0000346697 00000 n ++0000346851 00000 n ++0000347789 00000 n ++0000347005 00000 n ++0000347159 00000 n ++0000936846 00000 n ++0000360032 00000 n ++0000351271 00000 n ++0000347973 00000 n ++0000359446 00000 n ++0000359505 00000 n ++0000359622 00000 n ++0000351856 00000 n ++0000352006 00000 n ++0000352159 00000 n ++0000352313 00000 n ++0000352462 00000 n ++0000352616 00000 n ++0000352770 00000 n ++0000352920 00000 n ++0000353070 00000 n ++0000353224 00000 n ++0000353378 00000 n ++0000353532 00000 n ++0000353684 00000 n ++0000353833 00000 n ++0000353983 00000 n ++0000354137 00000 n ++0000354291 00000 n ++0000354439 00000 n ++0000354589 00000 n ++0000354743 00000 n ++0000354897 00000 n ++0000355051 00000 n ++0000355204 00000 n ++0000355354 00000 n ++0000355504 00000 n ++0000355657 00000 n ++0000355811 00000 n ++0000355969 00000 n ++0000356119 00000 n ++0000356273 00000 n ++0000356427 00000 n ++0000356577 00000 n ++0000356726 00000 n ++0000356876 00000 n ++0000357029 00000 n ++0000357183 00000 n ++0000357333 00000 n ++0000357481 00000 n ++0000357630 00000 n ++0000357784 00000 n ++0000357938 00000 n ++0000358088 00000 n ++0000358238 00000 n ++0000359681 00000 n ++0000359739 00000 n ++0000359798 00000 n ++0000358387 00000 n ++0000358537 00000 n ++0000358690 00000 n ++0000359857 00000 n ++0000359916 00000 n ++0000358838 00000 n ++0000358988 00000 n ++0000359142 00000 n ++0000359296 00000 n ++0000359974 00000 n ++0000367913 00000 n ++0000367546 00000 n ++0000367790 00000 n ++0000367428 00000 n ++0000368031 00000 n ++0000368154 00000 n ++0000362992 00000 n ++0000360157 00000 n ++0000367310 00000 n ++0000367369 00000 n ++0000363361 00000 n ++0000363511 00000 n ++0000363665 00000 n ++0000363815 00000 n ++0000367487 00000 n ++0000363965 00000 n ++0000364115 00000 n ++0000364269 00000 n ++0000364419 00000 n ++0000367610 00000 n ++0000364569 00000 n ++0000364718 00000 n ++0000364870 00000 n ++0000367731 00000 n ++0000365020 00000 n ++0000365169 00000 n ++0000365323 00000 n ++0000365477 00000 n ++0000365627 00000 n ++0000367854 00000 n ++0000365781 00000 n ++0000365929 00000 n ++0000366083 00000 n ++0000366240 00000 n ++0000367972 00000 n ++0000366397 00000 n ++0000366547 00000 n ++0000366701 00000 n ++0000368095 00000 n ++0000366858 00000 n ++0000367011 00000 n ++0000367160 00000 n ++0000378770 00000 n ++0000371382 00000 n ++0000368266 00000 n ++0000378296 00000 n ++0000378355 00000 n ++0000378472 00000 n ++0000371895 00000 n ++0000372044 00000 n ++0000372197 00000 n ++0000372350 00000 n ++0000372502 00000 n ++0000372655 00000 n ++0000372808 00000 n ++0000372961 00000 n ++0000373110 00000 n ++0000373260 00000 n ++0000373414 00000 n ++0000373568 00000 n ++0000373720 00000 n ++0000373870 00000 n ++0000374020 00000 n ++0000374174 00000 n ++0000374328 00000 n ++0000374480 00000 n ++0000374633 00000 n ++0000374782 00000 n ++0000374932 00000 n ++0000375086 00000 n ++0000375240 00000 n ++0000375394 00000 n ++0000375546 00000 n ++0000375695 00000 n ++0000375848 00000 n ++0000376001 00000 n ++0000376154 00000 n ++0000376306 00000 n ++0000376459 00000 n ++0000376612 00000 n ++0000376765 00000 n ++0000376918 00000 n ++0000377070 00000 n ++0000377224 00000 n ++0000377378 00000 n ++0000377532 00000 n ++0000377685 00000 n ++0000378530 00000 n ++0000378589 00000 n ++0000378648 00000 n ++0000377839 00000 n ++0000377989 00000 n ++0000378143 00000 n ++0000378707 00000 n ++0000386755 00000 n ++0000387000 00000 n ++0000386519 00000 n ++0000386637 00000 n ++0000387238 00000 n ++0000381744 00000 n ++0000378908 00000 n ++0000386401 00000 n ++0000386460 00000 n ++0000382131 00000 n ++0000382285 00000 n ++0000382438 00000 n ++0000386578 00000 n ++0000382588 00000 n ++0000382742 00000 n ++0000386696 00000 n ++0000382895 00000 n ++0000383049 00000 n ++0000383202 00000 n ++0000386819 00000 n ++0000383356 00000 n ++0000383504 00000 n ++0000383657 00000 n ++0000383810 00000 n ++0000386941 00000 n ++0000383960 00000 n ++0000384110 00000 n ++0000384264 00000 n ++0000384417 00000 n ++0000384571 00000 n ++0000384720 00000 n ++0000384874 00000 n ++0000387064 00000 n ++0000385027 00000 n ++0000385177 00000 n ++0000385331 00000 n ++0000387180 00000 n ++0000385484 00000 n ++0000385634 00000 n ++0000385788 00000 n ++0000385941 00000 n ++0000386095 00000 n ++0000386249 00000 n ++0000392640 00000 n ++0000389084 00000 n ++0000387363 00000 n ++0000392110 00000 n ++0000392169 00000 n ++0000392286 00000 n ++0000389381 00000 n ++0000389530 00000 n ++0000389683 00000 n ++0000389836 00000 n ++0000389989 00000 n ++0000390142 00000 n ++0000390292 00000 n ++0000390441 00000 n ++0000390593 00000 n ++0000390746 00000 n ++0000390899 00000 n ++0000392345 00000 n ++0000392404 00000 n ++0000392463 00000 n ++0000391052 00000 n ++0000391202 00000 n ++0000391356 00000 n ++0000391508 00000 n ++0000392522 00000 n ++0000392581 00000 n ++0000391657 00000 n ++0000391805 00000 n ++0000391957 00000 n ++0000399425 00000 n ++0000395221 00000 n ++0000392765 00000 n ++0000398890 00000 n ++0000398949 00000 n ++0000399066 00000 n ++0000395554 00000 n ++0000395703 00000 n ++0000395856 00000 n ++0000396009 00000 n ++0000396161 00000 n ++0000396311 00000 n ++0000396460 00000 n ++0000396613 00000 n ++0000396766 00000 n ++0000396918 00000 n ++0000397071 00000 n ++0000399125 00000 n ++0000399184 00000 n ++0000399243 00000 n ++0000397220 00000 n ++0000397369 00000 n ++0000397523 00000 n ++0000397675 00000 n ++0000399302 00000 n ++0000399366 00000 n ++0000397824 00000 n ++0000397974 00000 n ++0000398128 00000 n ++0000398281 00000 n ++0000398435 00000 n ++0000398584 00000 n ++0000398738 00000 n ++0000936971 00000 n ++0000404455 00000 n ++0000401226 00000 n ++0000399550 00000 n ++0000403925 00000 n ++0000403984 00000 n ++0000404101 00000 n ++0000401505 00000 n ++0000401654 00000 n ++0000401807 00000 n ++0000401960 00000 n ++0000402113 00000 n ++0000402266 00000 n ++0000402415 00000 n ++0000402568 00000 n ++0000402721 00000 n ++0000402870 00000 n ++0000404160 00000 n ++0000404219 00000 n ++0000404278 00000 n ++0000403019 00000 n ++0000403169 00000 n ++0000403323 00000 n ++0000404337 00000 n ++0000404396 00000 n ++0000403475 00000 n ++0000403623 00000 n ++0000403775 00000 n ++0000412376 00000 n ++0000407565 00000 n ++0000404580 00000 n ++0000411725 00000 n ++0000411784 00000 n ++0000411901 00000 n ++0000407925 00000 n ++0000408079 00000 n ++0000408233 00000 n ++0000408383 00000 n ++0000408533 00000 n ++0000408682 00000 n ++0000408832 00000 n ++0000408986 00000 n ++0000409140 00000 n ++0000409294 00000 n ++0000409448 00000 n ++0000409597 00000 n ++0000409750 00000 n ++0000409901 00000 n ++0000411960 00000 n ++0000412019 00000 n ++0000412078 00000 n ++0000410054 00000 n ++0000410207 00000 n ++0000410356 00000 n ++0000412195 00000 n ++0000410506 00000 n ++0000410656 00000 n ++0000410810 00000 n ++0000410959 00000 n ++0000412317 00000 n ++0000411113 00000 n ++0000411263 00000 n ++0000411417 00000 n ++0000411571 00000 n ++0000413481 00000 n ++0000413299 00000 n ++0000412514 00000 n ++0000413422 00000 n ++0000422311 00000 n ++0000416556 00000 n ++0000413580 00000 n ++0000421538 00000 n ++0000421597 00000 n ++0000421714 00000 n ++0000416961 00000 n ++0000417114 00000 n ++0000417266 00000 n ++0000417414 00000 n ++0000417567 00000 n ++0000417720 00000 n ++0000417873 00000 n ++0000418022 00000 n ++0000418175 00000 n ++0000418328 00000 n ++0000418481 00000 n ++0000418634 00000 n ++0000418787 00000 n ++0000418942 00000 n ++0000419093 00000 n ++0000419239 00000 n ++0000419391 00000 n ++0000419544 00000 n ++0000421773 00000 n ++0000421832 00000 n ++0000421890 00000 n ++0000419699 00000 n ++0000419852 00000 n ++0000420005 00000 n ++0000421948 00000 n ++0000422011 00000 n ++0000420160 00000 n ++0000420314 00000 n ++0000420468 00000 n ++0000422070 00000 n ++0000422134 00000 n ++0000420623 00000 n ++0000420777 00000 n ++0000420927 00000 n ++0000422193 00000 n ++0000422252 00000 n ++0000421081 00000 n ++0000421235 00000 n ++0000421385 00000 n ++0000428728 00000 n ++0000424577 00000 n ++0000422449 00000 n ++0000427963 00000 n ++0000428022 00000 n ++0000428139 00000 n ++0000424892 00000 n ++0000425045 00000 n ++0000425198 00000 n ++0000425351 00000 n ++0000425505 00000 n ++0000425659 00000 n ++0000425813 00000 n ++0000425967 00000 n ++0000426121 00000 n ++0000426275 00000 n ++0000426429 00000 n ++0000426583 00000 n ++0000428198 00000 n ++0000428257 00000 n ++0000428316 00000 n ++0000426737 00000 n ++0000426891 00000 n ++0000428375 00000 n ++0000428434 00000 n ++0000427043 00000 n ++0000427195 00000 n ++0000428551 00000 n ++0000427348 00000 n ++0000427501 00000 n ++0000428610 00000 n ++0000428669 00000 n ++0000427655 00000 n ++0000427809 00000 n ++0000433737 00000 n ++0000430517 00000 n ++0000428853 00000 n ++0000433089 00000 n ++0000433148 00000 n ++0000433265 00000 n ++0000430787 00000 n ++0000430940 00000 n ++0000431093 00000 n ++0000431246 00000 n ++0000431400 00000 n ++0000431554 00000 n ++0000431708 00000 n ++0000431862 00000 n ++0000432015 00000 n ++0000433324 00000 n ++0000433383 00000 n ++0000433442 00000 n ++0000432169 00000 n ++0000432323 00000 n ++0000433501 00000 n ++0000433560 00000 n ++0000432477 00000 n ++0000432629 00000 n ++0000433619 00000 n ++0000433678 00000 n ++0000432782 00000 n ++0000432935 00000 n ++0000937096 00000 n ++0000440896 00000 n ++0000436694 00000 n ++0000433862 00000 n ++0000440240 00000 n ++0000440415 00000 n ++0000437018 00000 n ++0000437172 00000 n ++0000437326 00000 n ++0000437480 00000 n ++0000437633 00000 n ++0000437786 00000 n ++0000437939 00000 n ++0000438092 00000 n ++0000438245 00000 n ++0000438399 00000 n ++0000438551 00000 n ++0000438704 00000 n ++0000438857 00000 n ++0000439011 00000 n ++0000439165 00000 n ++0000440474 00000 n ++0000440533 00000 n ++0000440651 00000 n ++0000439318 00000 n ++0000439472 00000 n ++0000439626 00000 n ++0000440710 00000 n ++0000440774 00000 n ++0000439779 00000 n ++0000439933 00000 n ++0000440086 00000 n ++0000443754 00000 n ++0000443877 00000 n ++0000442525 00000 n ++0000441034 00000 n ++0000443636 00000 n ++0000443695 00000 n ++0000442714 00000 n ++0000442868 00000 n ++0000443022 00000 n ++0000443818 00000 n ++0000443176 00000 n ++0000443329 00000 n ++0000443482 00000 n ++0000451519 00000 n ++0000446636 00000 n ++0000444002 00000 n ++0000451166 00000 n ++0000451225 00000 n ++0000451342 00000 n ++0000447014 00000 n ++0000447169 00000 n ++0000451401 00000 n ++0000447324 00000 n ++0000447478 00000 n ++0000451460 00000 n ++0000447632 00000 n ++0000447785 00000 n ++0000447939 00000 n ++0000448091 00000 n ++0000448244 00000 n ++0000448398 00000 n ++0000448552 00000 n ++0000448705 00000 n ++0000448859 00000 n ++0000449013 00000 n ++0000449167 00000 n ++0000449321 00000 n ++0000449475 00000 n ++0000449628 00000 n ++0000449781 00000 n ++0000449935 00000 n ++0000450089 00000 n ++0000450243 00000 n ++0000450397 00000 n ++0000450552 00000 n ++0000450706 00000 n ++0000450859 00000 n ++0000451013 00000 n ++0000475181 00000 n ++0000475299 00000 n ++0000475889 00000 n ++0000480964 00000 n ++0000487029 00000 n ++0000486677 00000 n ++0000481916 00000 n ++0000497198 00000 n ++0000481322 00000 n ++0000497321 00000 n ++0000497562 00000 n ++0000497439 00000 n ++0000460206 00000 n ++0000454788 00000 n ++0000451644 00000 n ++0000460147 00000 n ++0000455211 00000 n ++0000455366 00000 n ++0000455520 00000 n ++0000455674 00000 n ++0000455828 00000 n ++0000455983 00000 n ++0000456137 00000 n ++0000456292 00000 n ++0000456446 00000 n ++0000456600 00000 n ++0000456754 00000 n ++0000456909 00000 n ++0000457063 00000 n ++0000457217 00000 n ++0000457371 00000 n ++0000457526 00000 n ++0000457680 00000 n ++0000457835 00000 n ++0000457989 00000 n ++0000458144 00000 n ++0000458298 00000 n ++0000458453 00000 n ++0000458606 00000 n ++0000458761 00000 n ++0000458915 00000 n ++0000459069 00000 n ++0000459223 00000 n ++0000459377 00000 n ++0000459531 00000 n ++0000459685 00000 n ++0000459839 00000 n ++0000459994 00000 n ++0000497679 00000 n ++0000501091 00000 n ++0000486794 00000 n ++0000492713 00000 n ++0000475771 00000 n ++0000487264 00000 n ++0000487147 00000 n ++0000492949 00000 n ++0000496962 00000 n ++0000493067 00000 n ++0000481440 00000 n ++0000481558 00000 n ++0000500737 00000 n ++0000497801 00000 n ++0000492123 00000 n ++0000471418 00000 n ++0000463566 00000 n ++0000460331 00000 n ++0000471359 00000 n ++0000464124 00000 n ++0000464279 00000 n ++0000464433 00000 n ++0000464588 00000 n ++0000464741 00000 n ++0000464896 00000 n ++0000465050 00000 n ++0000465205 00000 n ++0000465359 00000 n ++0000465514 00000 n ++0000465668 00000 n ++0000465823 00000 n ++0000465977 00000 n ++0000466131 00000 n ++0000466284 00000 n ++0000466436 00000 n ++0000466589 00000 n ++0000466741 00000 n ++0000466896 00000 n ++0000467049 00000 n ++0000467203 00000 n ++0000467357 00000 n ++0000467509 00000 n ++0000467664 00000 n ++0000467818 00000 n ++0000467972 00000 n ++0000468126 00000 n ++0000468277 00000 n ++0000468432 00000 n ++0000468586 00000 n ++0000468740 00000 n ++0000468894 00000 n ++0000469046 00000 n ++0000469201 00000 n ++0000469355 00000 n ++0000469509 00000 n ++0000469664 00000 n ++0000469818 00000 n ++0000469972 00000 n ++0000470127 00000 n ++0000470281 00000 n ++0000470435 00000 n ++0000470590 00000 n ++0000470743 00000 n ++0000470897 00000 n ++0000471051 00000 n ++0000471205 00000 n ++0000492241 00000 n ++0000487616 00000 n ++0000486911 00000 n ++0000492477 00000 n ++0000492359 00000 n ++0000500855 00000 n ++0000492831 00000 n ++0000481087 00000 n ++0000481204 00000 n ++0000500973 00000 n ++0000492595 00000 n ++0000487381 00000 n ++0000487734 00000 n ++0000487498 00000 n ++0000481794 00000 n ++0000476007 00000 n ++0000473565 00000 n ++0000471530 00000 n ++0000475004 00000 n ++0000473772 00000 n ++0000473927 00000 n ++0000474081 00000 n ++0000475063 00000 n ++0000475122 00000 n ++0000475240 00000 n ++0000475363 00000 n ++0000474235 00000 n ++0000475422 00000 n ++0000475538 00000 n ++0000474390 00000 n ++0000475654 00000 n ++0000474543 00000 n ++0000475712 00000 n ++0000475830 00000 n ++0000474697 00000 n ++0000475948 00000 n ++0000474851 00000 n ++0000937221 00000 n ++0000481676 00000 n ++0000481979 00000 n ++0000478329 00000 n ++0000476145 00000 n ++0000480905 00000 n ++0000478599 00000 n ++0000481028 00000 n ++0000478753 00000 n ++0000481146 00000 n ++0000478906 00000 n ++0000479060 00000 n ++0000479214 00000 n ++0000481263 00000 n ++0000479368 00000 n ++0000479521 00000 n ++0000479675 00000 n ++0000481381 00000 n ++0000479828 00000 n ++0000481499 00000 n ++0000479982 00000 n ++0000481617 00000 n ++0000480136 00000 n ++0000481735 00000 n ++0000480290 00000 n ++0000480444 00000 n ++0000481857 00000 n ++0000480598 00000 n ++0000480751 00000 n ++0000487792 00000 n ++0000484154 00000 n ++0000482104 00000 n ++0000486559 00000 n ++0000486618 00000 n ++0000484415 00000 n ++0000484569 00000 n ++0000486736 00000 n ++0000484719 00000 n ++0000484873 00000 n ++0000486853 00000 n ++0000485026 00000 n ++0000486970 00000 n ++0000485179 00000 n ++0000487088 00000 n ++0000485333 00000 n ++0000487206 00000 n ++0000485486 00000 n ++0000487322 00000 n ++0000485640 00000 n ++0000487439 00000 n ++0000485793 00000 n ++0000485947 00000 n ++0000487557 00000 n ++0000486100 00000 n ++0000486254 00000 n ++0000487675 00000 n ++0000486407 00000 n ++0000493125 00000 n ++0000489763 00000 n ++0000487904 00000 n ++0000492005 00000 n ++0000492064 00000 n ++0000490015 00000 n ++0000490169 00000 n ++0000492182 00000 n ++0000490323 00000 n ++0000492300 00000 n ++0000490476 00000 n ++0000492418 00000 n ++0000490630 00000 n ++0000492536 00000 n ++0000490780 00000 n ++0000492654 00000 n ++0000490932 00000 n ++0000491085 00000 n ++0000492772 00000 n ++0000491239 00000 n ++0000492890 00000 n ++0000491391 00000 n ++0000491544 00000 n ++0000491697 00000 n ++0000493008 00000 n ++0000491851 00000 n ++0000497859 00000 n ++0000495408 00000 n ++0000493237 00000 n ++0000496844 00000 n ++0000496903 00000 n ++0000495615 00000 n ++0000497021 00000 n ++0000495769 00000 n ++0000497139 00000 n ++0000495923 00000 n ++0000497262 00000 n ++0000496075 00000 n ++0000497380 00000 n ++0000496228 00000 n ++0000497503 00000 n ++0000496382 00000 n ++0000497621 00000 n ++0000496536 00000 n ++0000497742 00000 n ++0000496690 00000 n ++0000501209 00000 n ++0000499347 00000 n ++0000497984 00000 n ++0000500619 00000 n ++0000500678 00000 n ++0000499545 00000 n ++0000500796 00000 n ++0000499699 00000 n ++0000500914 00000 n ++0000499851 00000 n ++0000501032 00000 n ++0000500004 00000 n ++0000500158 00000 n ++0000500312 00000 n ++0000501150 00000 n ++0000500465 00000 n ++0000505577 00000 n ++0000503124 00000 n ++0000501321 00000 n ++0000505042 00000 n ++0000505101 00000 n ++0000505218 00000 n ++0000503358 00000 n ++0000503511 00000 n ++0000503664 00000 n ++0000503817 00000 n ++0000503970 00000 n ++0000504123 00000 n ++0000504276 00000 n ++0000505277 00000 n ++0000505336 00000 n ++0000505395 00000 n ++0000504429 00000 n ++0000504582 00000 n ++0000505454 00000 n ++0000505518 00000 n ++0000504735 00000 n ++0000504889 00000 n ++0000937346 00000 n ++0000511039 00000 n ++0000507913 00000 n ++0000505715 00000 n ++0000510322 00000 n ++0000510381 00000 n ++0000510498 00000 n ++0000508174 00000 n ++0000508327 00000 n ++0000508480 00000 n ++0000508634 00000 n ++0000508788 00000 n ++0000508942 00000 n ++0000509093 00000 n ++0000509247 00000 n ++0000509399 00000 n ++0000510557 00000 n ++0000510616 00000 n ++0000510675 00000 n ++0000510734 00000 n ++0000509553 00000 n ++0000509707 00000 n ++0000510793 00000 n ++0000510857 00000 n ++0000509861 00000 n ++0000510916 00000 n ++0000510980 00000 n ++0000510015 00000 n ++0000510169 00000 n ++0000518077 00000 n ++0000513869 00000 n ++0000511177 00000 n ++0000517419 00000 n + 0000517478 00000 n +-0000517667 00000 n +-0000517856 00000 n +-0000518045 00000 n +-0000518234 00000 n +-0000518388 00000 n +-0000518541 00000 n +-0000518729 00000 n +-0000518917 00000 n +-0000519106 00000 n +-0000519259 00000 n +-0000519447 00000 n +-0000519635 00000 n +-0000519824 00000 n +-0000520013 00000 n +-0000520202 00000 n +-0000520388 00000 n +-0000524605 00000 n +-0000524724 00000 n +-0000525086 00000 n +-0000530678 00000 n +-0000524849 00000 n +-0000525275 00000 n +-0000523557 00000 n +-0000521229 00000 n +-0000524486 00000 n +-0000523731 00000 n +-0000523920 00000 n +-0000524108 00000 n +-0000524297 00000 n +-0000524967 00000 n +-0000984669 00000 n +-0000531343 00000 n +-0000527800 00000 n +-0000525447 00000 n +-0000530559 00000 n +-0000528064 00000 n +-0000528249 00000 n +-0000528437 00000 n +-0000528624 00000 n +-0000530922 00000 n +-0000531047 00000 n +-0000528812 00000 n +-0000528966 00000 n +-0000529155 00000 n +-0000529343 00000 n +-0000529532 00000 n +-0000529686 00000 n +-0000529839 00000 n +-0000529993 00000 n +-0000530182 00000 n +-0000530370 00000 n +-0000531166 00000 n +-0000531285 00000 n +-0000537673 00000 n +-0000534046 00000 n +-0000531501 00000 n +-0000537008 00000 n +-0000537127 00000 n +-0000537246 00000 n +-0000534319 00000 n +-0000534473 00000 n +-0000534662 00000 n +-0000534851 00000 n +-0000535040 00000 n +-0000535229 00000 n +-0000535383 00000 n +-0000535536 00000 n +-0000535724 00000 n +-0000535912 00000 n +-0000536101 00000 n +-0000536290 00000 n +-0000536479 00000 n +-0000537365 00000 n +-0000537484 00000 n +-0000536633 00000 n +-0000536822 00000 n +-0000537609 00000 n +-0000544077 00000 n +-0000540137 00000 n +-0000537831 00000 n +-0000543423 00000 n +-0000543542 00000 n +-0000540428 00000 n +-0000540581 00000 n +-0000540769 00000 n +-0000540957 00000 n +-0000541146 00000 n +-0000541299 00000 n +-0000541486 00000 n +-0000541674 00000 n +-0000543661 00000 n +-0000543780 00000 n +-0000543899 00000 n +-0000544017 00000 n +-0000541828 00000 n +-0000542017 00000 n +-0000542206 00000 n +-0000542360 00000 n +-0000542514 00000 n +-0000542668 00000 n +-0000542857 00000 n +-0000543045 00000 n +-0000543234 00000 n +-0000549032 00000 n +-0000549576 00000 n +-0000547068 00000 n +-0000544249 00000 n +-0000548914 00000 n +-0000547287 00000 n +-0000547441 00000 n +-0000547630 00000 n +-0000547818 00000 n +-0000548007 00000 n +-0000549392 00000 n +-0000549517 00000 n +-0000548196 00000 n +-0000548385 00000 n +-0000548574 00000 n +-0000548727 00000 n +-0000556104 00000 n +-0000556287 00000 n +-0000552744 00000 n +-0000549734 00000 n +-0000555616 00000 n +-0000553008 00000 n +-0000553197 00000 n +-0000553386 00000 n +-0000553540 00000 n +-0000553729 00000 n +-0000553918 00000 n +-0000554105 00000 n +-0000554294 00000 n +-0000554483 00000 n +-0000554672 00000 n +-0000554861 00000 n +-0000555050 00000 n +-0000555239 00000 n +-0000555735 00000 n +-0000555854 00000 n +-0000555979 00000 n +-0000555428 00000 n +-0000556223 00000 n +-0000562421 00000 n +-0000558470 00000 n +-0000556459 00000 n +-0000561768 00000 n +-0000561887 00000 n +-0000558752 00000 n +-0000558941 00000 n +-0000559130 00000 n +-0000559318 00000 n +-0000559507 00000 n +-0000559695 00000 n +-0000559883 00000 n +-0000560072 00000 n +-0000560260 00000 n +-0000560448 00000 n +-0000560636 00000 n +-0000560824 00000 n +-0000561012 00000 n +-0000561201 00000 n +-0000561390 00000 n +-0000561579 00000 n +-0000562006 00000 n +-0000562125 00000 n +-0000562363 00000 n +-0000984794 00000 n +-0000569793 00000 n +-0000564815 00000 n +-0000562551 00000 n +-0000568902 00000 n +-0000569021 00000 n +-0000569140 00000 n +-0000565133 00000 n +-0000565322 00000 n +-0000565511 00000 n +-0000565700 00000 n +-0000565888 00000 n +-0000566076 00000 n +-0000566264 00000 n +-0000566453 00000 n +-0000566642 00000 n +-0000566831 00000 n +-0000567020 00000 n +-0000567207 00000 n +-0000569259 00000 n +-0000569378 00000 n +-0000569496 00000 n +-0000569734 00000 n +-0000567395 00000 n +-0000567583 00000 n +-0000567772 00000 n +-0000567961 00000 n +-0000568150 00000 n +-0000568339 00000 n +-0000568528 00000 n +-0000568715 00000 n +-0000574929 00000 n +-0000574993 00000 n +-0000572466 00000 n +-0000569937 00000 n +-0000574384 00000 n +-0000572685 00000 n +-0000572874 00000 n +-0000573063 00000 n +-0000573252 00000 n +-0000573441 00000 n +-0000573630 00000 n +-0000573819 00000 n +-0000574008 00000 n +-0000574679 00000 n +-0000574197 00000 n +-0000582221 00000 n +-0000577911 00000 n +-0000575151 00000 n +-0000581797 00000 n +-0000578220 00000 n +-0000581916 00000 n +-0000582041 00000 n +-0000578407 00000 n +-0000578596 00000 n +-0000582101 00000 n +-0000578785 00000 n +-0000578974 00000 n +-0000582161 00000 n +-0000579163 00000 n +-0000579350 00000 n +-0000579539 00000 n +-0000579728 00000 n +-0000579917 00000 n +-0000580106 00000 n +-0000580295 00000 n +-0000580481 00000 n +-0000580667 00000 n +-0000580853 00000 n +-0000581042 00000 n +-0000581231 00000 n +-0000581419 00000 n +-0000581608 00000 n +-0000611700 00000 n +-0000614262 00000 n +-0000614861 00000 n +-0000614980 00000 n +-0000620207 00000 n +-0000618038 00000 n +-0000617913 00000 n +-0000626285 00000 n +-0000591493 00000 n +-0000585566 00000 n +-0000582379 00000 n +-0000591433 00000 n +-0000585965 00000 n +-0000586153 00000 n +-0000586342 00000 n +-0000586530 00000 n +-0000586717 00000 n +-0000586906 00000 n +-0000587094 00000 n +-0000587283 00000 n +-0000587472 00000 n +-0000587661 00000 n +-0000587850 00000 n +-0000588039 00000 n +-0000588228 00000 n +-0000588417 00000 n +-0000588606 00000 n +-0000588795 00000 n +-0000588984 00000 n +-0000589173 00000 n +-0000589361 00000 n +-0000589549 00000 n +-0000589737 00000 n +-0000589926 00000 n +-0000590114 00000 n +-0000590303 00000 n +-0000590492 00000 n +-0000590681 00000 n +-0000590869 00000 n +-0000591058 00000 n +-0000591245 00000 n +-0000617317 00000 n +-0000626409 00000 n +-0000626652 00000 n +-0000626527 00000 n ++0000517595 00000 n ++0000514193 00000 n ++0000514346 00000 n ++0000514499 00000 n ++0000514652 00000 n ++0000514805 00000 n ++0000514959 00000 n ++0000515113 00000 n ++0000515267 00000 n ++0000515420 00000 n ++0000515574 00000 n ++0000515728 00000 n ++0000515882 00000 n ++0000516036 00000 n ++0000516190 00000 n ++0000516344 00000 n ++0000517654 00000 n ++0000517713 00000 n ++0000517772 00000 n ++0000516497 00000 n ++0000516650 00000 n ++0000517831 00000 n ++0000517895 00000 n ++0000516804 00000 n ++0000516958 00000 n ++0000517954 00000 n ++0000518018 00000 n ++0000517111 00000 n ++0000517265 00000 n ++0000520098 00000 n ++0000520220 00000 n ++0000519578 00000 n ++0000518215 00000 n ++0000520039 00000 n ++0000520162 00000 n ++0000519731 00000 n ++0000519885 00000 n ++0000526691 00000 n ++0000522755 00000 n ++0000520345 00000 n ++0000525976 00000 n ++0000526035 00000 n ++0000526152 00000 n ++0000523061 00000 n ++0000523214 00000 n ++0000523368 00000 n ++0000523520 00000 n ++0000523672 00000 n ++0000523826 00000 n ++0000523979 00000 n ++0000524133 00000 n ++0000524285 00000 n ++0000524439 00000 n ++0000524593 00000 n ++0000524747 00000 n ++0000524901 00000 n ++0000526211 00000 n ++0000526270 00000 n ++0000526329 00000 n ++0000525054 00000 n ++0000525208 00000 n ++0000526388 00000 n ++0000526451 00000 n ++0000525361 00000 n ++0000525515 00000 n ++0000526510 00000 n ++0000526569 00000 n ++0000525668 00000 n ++0000525822 00000 n ++0000526628 00000 n ++0000528376 00000 n ++0000527797 00000 n ++0000526829 00000 n ++0000528258 00000 n ++0000528317 00000 n ++0000527950 00000 n ++0000528104 00000 n ++0000535683 00000 n ++0000530870 00000 n ++0000528501 00000 n ++0000534902 00000 n ++0000534961 00000 n ++0000535078 00000 n ++0000531221 00000 n ++0000531375 00000 n ++0000531529 00000 n ++0000531683 00000 n ++0000531836 00000 n ++0000531989 00000 n ++0000532143 00000 n ++0000532297 00000 n ++0000532450 00000 n ++0000532603 00000 n ++0000532757 00000 n ++0000532911 00000 n ++0000533064 00000 n ++0000533218 00000 n ++0000533370 00000 n ++0000533524 00000 n ++0000535137 00000 n ++0000535196 00000 n ++0000535255 00000 n ++0000533677 00000 n ++0000533830 00000 n ++0000535314 00000 n ++0000535378 00000 n ++0000533984 00000 n ++0000534137 00000 n ++0000535437 00000 n ++0000535501 00000 n ++0000534289 00000 n ++0000534443 00000 n ++0000535560 00000 n ++0000535624 00000 n ++0000534597 00000 n ++0000534748 00000 n ++0000937471 00000 n ++0000536512 00000 n ++0000536330 00000 n ++0000535821 00000 n ++0000536453 00000 n ++0000539320 00000 n ++0000537964 00000 n ++0000536598 00000 n ++0000538909 00000 n ++0000538968 00000 n ++0000539085 00000 n ++0000538144 00000 n ++0000538297 00000 n ++0000538450 00000 n ++0000539144 00000 n ++0000539202 00000 n ++0000539261 00000 n ++0000538603 00000 n ++0000538756 00000 n ++0000542159 00000 n ++0000540802 00000 n ++0000539445 00000 n ++0000541748 00000 n ++0000541807 00000 n ++0000541924 00000 n ++0000540982 00000 n ++0000541135 00000 n ++0000541288 00000 n ++0000541983 00000 n ++0000542041 00000 n ++0000542100 00000 n ++0000541441 00000 n ++0000541595 00000 n ++0000545014 00000 n ++0000543657 00000 n ++0000542284 00000 n ++0000544603 00000 n ++0000544662 00000 n ++0000544779 00000 n ++0000543837 00000 n ++0000543990 00000 n ++0000544143 00000 n ++0000544838 00000 n ++0000544896 00000 n ++0000544955 00000 n ++0000544296 00000 n ++0000544450 00000 n ++0000549367 00000 n ++0000546915 00000 n ++0000545152 00000 n ++0000548832 00000 n ++0000548891 00000 n ++0000549008 00000 n ++0000547149 00000 n ++0000547302 00000 n ++0000547455 00000 n ++0000547608 00000 n ++0000547761 00000 n ++0000547914 00000 n ++0000548065 00000 n ++0000549067 00000 n ++0000549126 00000 n ++0000549185 00000 n ++0000548219 00000 n ++0000548373 00000 n ++0000549244 00000 n ++0000549308 00000 n ++0000548526 00000 n ++0000548679 00000 n ++0000553250 00000 n ++0000551054 00000 n ++0000549492 00000 n ++0000552958 00000 n ++0000553191 00000 n ++0000551288 00000 n ++0000551441 00000 n ++0000551594 00000 n ++0000551747 00000 n ++0000551899 00000 n ++0000552047 00000 n ++0000552199 00000 n ++0000552347 00000 n ++0000552499 00000 n ++0000552652 00000 n ++0000552805 00000 n ++0000937596 00000 n ++0000581091 00000 n ++0000580384 00000 n ++0000575727 00000 n ++0000575609 00000 n ++0000565309 00000 n ++0000570135 00000 n ++0000575491 00000 n ++0000580502 00000 n ++0000560888 00000 n ++0000555700 00000 n ++0000553388 00000 n ++0000560829 00000 n ++0000556114 00000 n ++0000556263 00000 n ++0000556416 00000 n ++0000556565 00000 n ++0000556718 00000 n ++0000556866 00000 n ++0000557019 00000 n ++0000557172 00000 n ++0000557321 00000 n ++0000557475 00000 n ++0000557624 00000 n ++0000557778 00000 n ++0000557931 00000 n ++0000558079 00000 n ++0000558232 00000 n ++0000558380 00000 n ++0000558533 00000 n ++0000558682 00000 n ++0000558836 00000 n ++0000558990 00000 n ++0000559143 00000 n ++0000559297 00000 n ++0000559450 00000 n ++0000559604 00000 n ++0000559757 00000 n ++0000559910 00000 n ++0000560063 00000 n ++0000560217 00000 n ++0000560370 00000 n ++0000560524 00000 n ++0000560676 00000 n ++0000575844 00000 n ++0000580737 00000 n ++0000580619 00000 n ++0000580973 00000 n ++0000575961 00000 n ++0000580855 00000 n ++0000565191 00000 n ++0000569660 00000 n ++0000575022 00000 n ++0000575373 00000 n ++0000582997 00000 n ++0000570019 00000 n ++0000569778 00000 n ++0000580266 00000 n ++0000564955 00000 n ++0000576079 00000 n ++0000569901 00000 n ++0000565367 00000 n ++0000563027 00000 n ++0000561013 00000 n ++0000564778 00000 n ++0000563252 00000 n ++0000563404 00000 n ++0000563557 00000 n ++0000563705 00000 n ++0000563857 00000 n ++0000564837 00000 n ++0000564896 00000 n ++0000565014 00000 n ++0000564010 00000 n ++0000564164 00000 n ++0000565073 00000 n ++0000565132 00000 n ++0000564318 00000 n ++0000564472 00000 n ++0000565250 00000 n ++0000564625 00000 n ++0000575139 00000 n ++0000575257 00000 n ++0000570193 00000 n ++0000567793 00000 n ++0000565492 00000 n ++0000569542 00000 n ++0000569601 00000 n ++0000568018 00000 n ++0000568168 00000 n ++0000569719 00000 n ++0000568321 00000 n ++0000568471 00000 n ++0000569842 00000 n ++0000568623 00000 n ++0000568777 00000 n ++0000569960 00000 n ++0000568931 00000 n ++0000569084 00000 n ++0000570076 00000 n ++0000569235 00000 n ++0000569389 00000 n ++0000576197 00000 n ++0000571884 00000 n ++0000570305 00000 n ++0000574904 00000 n ++0000574963 00000 n ++0000572181 00000 n ++0000575081 00000 n ++0000572333 00000 n ++0000572482 00000 n ++0000575198 00000 n ++0000572634 00000 n ++0000572784 00000 n ++0000575316 00000 n ++0000572938 00000 n ++0000575432 00000 n ++0000573092 00000 n ++0000573241 00000 n ++0000575550 00000 n ++0000573394 00000 n ++0000575668 00000 n ++0000573547 00000 n ++0000573696 00000 n ++0000575785 00000 n ++0000573848 00000 n ++0000575902 00000 n ++0000573999 00000 n ++0000574147 00000 n ++0000576020 00000 n ++0000574298 00000 n ++0000574446 00000 n ++0000576138 00000 n ++0000574598 00000 n ++0000574751 00000 n ++0000581149 00000 n ++0000578305 00000 n ++0000576296 00000 n ++0000580207 00000 n ++0000580325 00000 n ++0000578539 00000 n ++0000578693 00000 n ++0000580443 00000 n ++0000578846 00000 n ++0000580560 00000 n ++0000578999 00000 n ++0000580678 00000 n ++0000579152 00000 n ++0000579301 00000 n ++0000580796 00000 n ++0000579454 00000 n ++0000579601 00000 n ++0000580914 00000 n ++0000579751 00000 n ++0000579900 00000 n ++0000581032 00000 n ++0000580053 00000 n ++0000583115 00000 n ++0000582099 00000 n ++0000581261 00000 n ++0000582879 00000 n ++0000582938 00000 n ++0000582270 00000 n ++0000582424 00000 n ++0000583056 00000 n ++0000582577 00000 n ++0000582730 00000 n ++0000937721 00000 n ++0000586580 00000 n ++0000584420 00000 n ++0000583227 00000 n ++0000585992 00000 n ++0000586167 00000 n ++0000584636 00000 n ++0000584784 00000 n ++0000584937 00000 n ++0000585086 00000 n ++0000586226 00000 n ++0000586285 00000 n ++0000586344 00000 n ++0000586403 00000 n ++0000585239 00000 n ++0000585388 00000 n ++0000586462 00000 n ++0000586521 00000 n ++0000585540 00000 n ++0000585690 00000 n ++0000585843 00000 n ++0000589941 00000 n ++0000587975 00000 n ++0000586705 00000 n ++0000589236 00000 n ++0000589411 00000 n ++0000588173 00000 n ++0000588324 00000 n ++0000588477 00000 n ++0000589470 00000 n ++0000589529 00000 n ++0000589588 00000 n ++0000589647 00000 n ++0000588630 00000 n ++0000589706 00000 n ++0000589764 00000 n ++0000588782 00000 n ++0000589823 00000 n ++0000589882 00000 n ++0000588934 00000 n ++0000589087 00000 n ++0000592132 00000 n ++0000591047 00000 n ++0000590066 00000 n ++0000591662 00000 n ++0000591837 00000 n ++0000591209 00000 n ++0000591896 00000 n ++0000591955 00000 n ++0000592014 00000 n ++0000592073 00000 n ++0000591362 00000 n ++0000591514 00000 n ++0000594850 00000 n ++0000593324 00000 n ++0000592257 00000 n ++0000594262 00000 n ++0000594437 00000 n ++0000593504 00000 n ++0000593656 00000 n ++0000594496 00000 n ++0000594555 00000 n ++0000594614 00000 n ++0000594673 00000 n ++0000593808 00000 n ++0000594732 00000 n ++0000594791 00000 n ++0000593960 00000 n ++0000594113 00000 n ++0000599491 00000 n ++0000596770 00000 n ++0000594988 00000 n ++0000598667 00000 n ++0000598842 00000 n ++0000597004 00000 n ++0000597157 00000 n ++0000597310 00000 n ++0000597463 00000 n ++0000597610 00000 n ++0000598900 00000 n ++0000598959 00000 n ++0000599018 00000 n ++0000599076 00000 n ++0000597761 00000 n ++0000599134 00000 n ++0000599193 00000 n ++0000597913 00000 n ++0000598062 00000 n ++0000599252 00000 n ++0000599314 00000 n ++0000598215 00000 n ++0000599373 00000 n ++0000599432 00000 n ++0000598366 00000 n ++0000598518 00000 n ++0000602430 00000 n ++0000600908 00000 n ++0000599629 00000 n ++0000601844 00000 n ++0000602019 00000 n ++0000601088 00000 n ++0000601238 00000 n ++0000602078 00000 n ++0000602135 00000 n ++0000602194 00000 n ++0000602253 00000 n ++0000601391 00000 n ++0000602312 00000 n ++0000602371 00000 n ++0000601544 00000 n ++0000601695 00000 n ++0000937846 00000 n ++0000607610 00000 n ++0000604069 00000 n ++0000602555 00000 n ++0000606465 00000 n ++0000606640 00000 n ++0000604330 00000 n ++0000604483 00000 n ++0000604635 00000 n ++0000604788 00000 n ++0000604941 00000 n ++0000605093 00000 n ++0000605245 00000 n ++0000605398 00000 n ++0000606699 00000 n ++0000606758 00000 n ++0000606817 00000 n ++0000606876 00000 n ++0000605551 00000 n ++0000606935 00000 n ++0000606999 00000 n ++0000605704 00000 n ++0000607058 00000 n ++0000607122 00000 n ++0000605857 00000 n ++0000607181 00000 n ++0000607245 00000 n ++0000606009 00000 n ++0000607302 00000 n ++0000607365 00000 n ++0000606162 00000 n ++0000607424 00000 n ++0000607488 00000 n ++0000606315 00000 n ++0000607547 00000 n ++0000609203 00000 n ++0000609326 00000 n ++0000608469 00000 n ++0000607722 00000 n ++0000609085 00000 n ++0000609144 00000 n ++0000608631 00000 n ++0000609267 00000 n ++0000608784 00000 n ++0000608936 00000 n ++0000611521 00000 n ++0000610435 00000 n ++0000609412 00000 n ++0000611051 00000 n ++0000611226 00000 n ++0000610597 00000 n ++0000611285 00000 n ++0000611344 00000 n ++0000611403 00000 n ++0000611462 00000 n ++0000610750 00000 n ++0000610903 00000 n ++0000617477 00000 n ++0000613373 00000 n ++0000611646 00000 n ++0000616579 00000 n ++0000616754 00000 n ++0000613679 00000 n ++0000613832 00000 n ++0000613985 00000 n ++0000614138 00000 n ++0000614291 00000 n ++0000614443 00000 n ++0000614596 00000 n ++0000614749 00000 n ++0000614901 00000 n ++0000615054 00000 n ++0000615207 00000 n ++0000615361 00000 n ++0000615515 00000 n ++0000615669 00000 n ++0000615823 00000 n ++0000616813 00000 n ++0000616871 00000 n ++0000616930 00000 n ++0000616989 00000 n ++0000615975 00000 n ++0000617048 00000 n ++0000617111 00000 n ++0000616126 00000 n ++0000617169 00000 n ++0000617233 00000 n ++0000616277 00000 n ++0000617291 00000 n ++0000617355 00000 n ++0000616428 00000 n ++0000617414 00000 n ++0000622093 00000 n ++0000621110 00000 n ++0000621970 00000 n ++0000622216 00000 n ++0000621232 00000 n ++0000621847 00000 n ++0000621355 00000 n ++0000621724 00000 n ++0000621601 00000 n ++0000621478 00000 n ++0000622339 00000 n ++0000618926 00000 n ++0000617589 00000 n ++0000620992 00000 n ++0000621051 00000 n ++0000619169 00000 n ++0000621174 00000 n ++0000619320 00000 n ++0000621296 00000 n ++0000619471 00000 n ++0000621419 00000 n ++0000619622 00000 n ++0000621542 00000 n ++0000619774 00000 n ++0000621665 00000 n ++0000619926 00000 n ++0000621788 00000 n ++0000620080 00000 n ++0000621911 00000 n ++0000620234 00000 n ++0000622034 00000 n ++0000620387 00000 n ++0000622157 00000 n ++0000620539 00000 n ++0000622280 00000 n ++0000620691 00000 n ++0000620843 00000 n ++0000627007 00000 n ++0000623926 00000 n ++0000622425 00000 n ++0000626302 00000 n ++0000626477 00000 n ++0000624187 00000 n ++0000624336 00000 n ++0000624489 00000 n ++0000624638 00000 n ++0000624790 00000 n ++0000624939 00000 n ++0000626536 00000 n ++0000625091 00000 n ++0000626594 00000 n ++0000626653 00000 n ++0000626712 00000 n ++0000625245 00000 n ++0000625395 00000 n + 0000626771 00000 n +-0000630964 00000 n +-0000618157 00000 n +-0000623380 00000 n +-0000614742 00000 n +-0000620445 00000 n +-0000620326 00000 n +-0000623618 00000 n +-0000626048 00000 n +-0000623737 00000 n +-0000600686 00000 n +-0000594766 00000 n +-0000591623 00000 n +-0000600626 00000 n +-0000595165 00000 n +-0000595354 00000 n +-0000595543 00000 n +-0000595731 00000 n +-0000595917 00000 n +-0000596106 00000 n +-0000596295 00000 n +-0000596482 00000 n +-0000596669 00000 n +-0000596858 00000 n +-0000597047 00000 n +-0000597236 00000 n +-0000597425 00000 n +-0000597614 00000 n +-0000597803 00000 n +-0000597992 00000 n +-0000598181 00000 n +-0000598367 00000 n +-0000598556 00000 n +-0000598744 00000 n +-0000598933 00000 n +-0000599122 00000 n +-0000599311 00000 n +-0000599499 00000 n +-0000599688 00000 n +-0000599875 00000 n +-0000600062 00000 n +-0000600249 00000 n +-0000600438 00000 n +-0000617435 00000 n +-0000617554 00000 n +-0000630604 00000 n +-0000630484 00000 n +-0000621040 00000 n +-0000622908 00000 n +-0000620802 00000 n +-0000620089 00000 n +-0000623142 00000 n +-0000623024 00000 n +-0000630724 00000 n +-0000623499 00000 n +-0000611819 00000 n +-0000603670 00000 n +-0000600802 00000 n +-0000611522 00000 n +-0000604159 00000 n +-0000604348 00000 n +-0000604537 00000 n +-0000604726 00000 n +-0000604915 00000 n +-0000605103 00000 n +-0000605292 00000 n +-0000605481 00000 n +-0000605670 00000 n +-0000605859 00000 n +-0000606047 00000 n +-0000606236 00000 n +-0000606425 00000 n +-0000606614 00000 n +-0000606803 00000 n +-0000606991 00000 n +-0000607179 00000 n +-0000607368 00000 n +-0000607557 00000 n +-0000607745 00000 n +-0000607934 00000 n +-0000608123 00000 n +-0000608312 00000 n +-0000608501 00000 n +-0000608690 00000 n +-0000608879 00000 n +-0000609068 00000 n +-0000609257 00000 n +-0000609446 00000 n +-0000609634 00000 n +-0000609823 00000 n +-0000610012 00000 n +-0000610201 00000 n +-0000610390 00000 n +-0000610579 00000 n +-0000610767 00000 n +-0000610955 00000 n +-0000611144 00000 n +-0000611333 00000 n +-0000984919 00000 n +-0000615105 00000 n +-0000615224 00000 n +-0000630844 00000 n +-0000623261 00000 n +-0000620564 00000 n +-0000620921 00000 n +-0000620683 00000 n +-0000617789 00000 n +-0000617673 00000 n +-0000615283 00000 n +-0000613668 00000 n +-0000611963 00000 n +-0000614202 00000 n +-0000613824 00000 n +-0000614013 00000 n +-0000618216 00000 n +-0000617072 00000 n +-0000615413 00000 n +-0000617198 00000 n +-0000621099 00000 n +-0000619844 00000 n +-0000618346 00000 n +-0000619970 00000 n +-0000623796 00000 n +-0000622663 00000 n +-0000621215 00000 n +-0000622789 00000 n +-0000626833 00000 n +-0000625803 00000 n +-0000623912 00000 n +-0000625929 00000 n +-0000631264 00000 n +-0000629044 00000 n +-0000626963 00000 n +-0000630364 00000 n +-0000631084 00000 n +-0000631204 00000 n +-0000629236 00000 n +-0000629423 00000 n +-0000629609 00000 n +-0000629798 00000 n +-0000629987 00000 n +-0000630176 00000 n +-0000985044 00000 n +-0000635519 00000 n +-0000635399 00000 n +-0000635890 00000 n +-0000633562 00000 n +-0000631422 00000 n +-0000635279 00000 n +-0000635644 00000 n +-0000635770 00000 n +-0000633772 00000 n +-0000633959 00000 n +-0000634146 00000 n +-0000634334 00000 n +-0000634523 00000 n +-0000634712 00000 n +-0000634901 00000 n +-0000635090 00000 n +-0000641078 00000 n +-0000641204 00000 n +-0000640958 00000 n +-0000641515 00000 n +-0000638326 00000 n +-0000636062 00000 n +-0000640838 00000 n +-0000641330 00000 n +-0000641455 00000 n +-0000638572 00000 n +-0000638761 00000 n +-0000638950 00000 n +-0000639137 00000 n +-0000639326 00000 n +-0000639515 00000 n +-0000639704 00000 n +-0000639893 00000 n +-0000640082 00000 n +-0000640271 00000 n +-0000640460 00000 n +-0000640649 00000 n +-0000643753 00000 n +-0000644005 00000 n +-0000643633 00000 n +-0000643879 00000 n +-0000644195 00000 n +-0000643387 00000 n +-0000641673 00000 n +-0000643513 00000 n +-0000644131 00000 n +-0000650307 00000 n +-0000646794 00000 n +-0000644339 00000 n +-0000649702 00000 n +-0000649822 00000 n +-0000647058 00000 n +-0000647247 00000 n +-0000647436 00000 n +-0000647625 00000 n +-0000647814 00000 n +-0000648002 00000 n +-0000648191 00000 n +-0000648380 00000 n +-0000648569 00000 n +-0000648758 00000 n +-0000648947 00000 n +-0000649136 00000 n +-0000649325 00000 n +-0000649514 00000 n +-0000649942 00000 n +-0000650062 00000 n +-0000650188 00000 n +-0000655429 00000 n +-0000655978 00000 n +-0000652860 00000 n +-0000650479 00000 n +-0000655369 00000 n +-0000655555 00000 n +-0000655674 00000 n +-0000653106 00000 n +-0000653295 00000 n +-0000653484 00000 n +-0000653673 00000 n +-0000653862 00000 n +-0000654049 00000 n +-0000654238 00000 n +-0000654427 00000 n +-0000654616 00000 n +-0000654804 00000 n +-0000654993 00000 n +-0000655181 00000 n +-0000655794 00000 n +-0000655914 00000 n +-0000659153 00000 n +-0000659027 00000 n +-0000659709 00000 n +-0000658177 00000 n +-0000656150 00000 n +-0000658907 00000 n +-0000659279 00000 n +-0000659405 00000 n +-0000658342 00000 n +-0000658531 00000 n +-0000658719 00000 n +-0000659525 00000 n +-0000659645 00000 n +-0000985169 00000 n +-0000664891 00000 n +-0000662067 00000 n +-0000659881 00000 n +-0000663980 00000 n +-0000664100 00000 n +-0000662286 00000 n +-0000662475 00000 n +-0000662663 00000 n +-0000664219 00000 n +-0000664339 00000 n +-0000664465 00000 n +-0000662852 00000 n +-0000663039 00000 n +-0000663226 00000 n +-0000664585 00000 n +-0000664705 00000 n +-0000664831 00000 n +-0000663415 00000 n +-0000663603 00000 n +-0000663791 00000 n +-0000667279 00000 n +-0000667525 00000 n +-0000666429 00000 n +-0000665063 00000 n +-0000667159 00000 n +-0000666594 00000 n +-0000666782 00000 n +-0000666971 00000 n +-0000667399 00000 n +-0000668255 00000 n +-0000668069 00000 n +-0000667683 00000 n +-0000668195 00000 n +-0000670701 00000 n +-0000669254 00000 n +-0000668329 00000 n +-0000669983 00000 n +-0000670223 00000 n +-0000669419 00000 n +-0000669607 00000 n +-0000669795 00000 n +-0000670402 00000 n +-0000670522 00000 n +-0000670642 00000 n +-0000673785 00000 n +-0000672142 00000 n +-0000670831 00000 n +-0000673065 00000 n +-0000673305 00000 n +-0000672316 00000 n +-0000673485 00000 n +-0000673725 00000 n +-0000672504 00000 n +-0000672691 00000 n +-0000672877 00000 n +-0000699084 00000 n +-0000695869 00000 n +-0000681760 00000 n +-0000676594 00000 n +-0000673915 00000 n +-0000681700 00000 n +-0000676975 00000 n +-0000677163 00000 n +-0000677317 00000 n +-0000677505 00000 n +-0000677659 00000 n +-0000677847 00000 n +-0000678035 00000 n +-0000678222 00000 n +-0000678410 00000 n +-0000678564 00000 n +-0000678752 00000 n +-0000678904 00000 n +-0000679090 00000 n +-0000679244 00000 n +-0000679432 00000 n +-0000679619 00000 n +-0000679773 00000 n +-0000679959 00000 n +-0000680113 00000 n +-0000680301 00000 n +-0000680489 00000 n +-0000680643 00000 n +-0000680831 00000 n +-0000680984 00000 n +-0000681171 00000 n +-0000681325 00000 n +-0000681513 00000 n +-0000985294 00000 n +-0000693455 00000 n +-0000693335 00000 n +-0000690331 00000 n +-0000692615 00000 n +-0000693215 00000 n +-0000695989 00000 n +-0000695391 00000 n +-0000698724 00000 n +-0000696108 00000 n +-0000698964 00000 n +-0000695510 00000 n +-0000698844 00000 n +-0000690211 00000 n +-0000690451 00000 n +-0000692735 00000 n +-0000693095 00000 n +-0000699202 00000 n +-0000687897 00000 n +-0000684084 00000 n +-0000681890 00000 n +-0000687541 00000 n +-0000684375 00000 n +-0000684564 00000 n +-0000684752 00000 n +-0000684940 00000 n +-0000685127 00000 n +-0000685316 00000 n +-0000685504 00000 n +-0000685693 00000 n +-0000685881 00000 n +-0000686070 00000 n +-0000686258 00000 n +-0000686447 00000 n +-0000686635 00000 n +-0000686824 00000 n +-0000687012 00000 n +-0000687166 00000 n +-0000687354 00000 n +-0000687721 00000 n +-0000687839 00000 n +-0000692495 00000 n +-0000690571 00000 n ++0000626830 00000 n ++0000625548 00000 n ++0000625698 00000 n ++0000626889 00000 n ++0000626948 00000 n ++0000625851 00000 n ++0000626001 00000 n ++0000626153 00000 n ++0000937971 00000 n ++0000627707 00000 n ++0000627525 00000 n ++0000627132 00000 n ++0000627648 00000 n ++0000630948 00000 n ++0000629099 00000 n ++0000627780 00000 n ++0000630538 00000 n ++0000630771 00000 n ++0000629306 00000 n ++0000629461 00000 n ++0000630830 00000 n ++0000629616 00000 n ++0000629770 00000 n ++0000630889 00000 n ++0000629924 00000 n ++0000630077 00000 n ++0000630231 00000 n ++0000630384 00000 n ++0000640578 00000 n ++0000634356 00000 n ++0000631086 00000 n ++0000640519 00000 n ++0000634824 00000 n ++0000634978 00000 n ++0000635132 00000 n ++0000635285 00000 n ++0000635439 00000 n ++0000635593 00000 n ++0000635746 00000 n ++0000635899 00000 n ++0000636052 00000 n ++0000636205 00000 n ++0000636358 00000 n ++0000636512 00000 n ++0000636666 00000 n ++0000636820 00000 n ++0000636974 00000 n ++0000637129 00000 n ++0000637283 00000 n ++0000637436 00000 n ++0000637591 00000 n ++0000637745 00000 n ++0000637900 00000 n ++0000638054 00000 n ++0000638208 00000 n ++0000638362 00000 n ++0000638517 00000 n ++0000638671 00000 n ++0000638825 00000 n ++0000638978 00000 n ++0000639132 00000 n ++0000639286 00000 n ++0000639441 00000 n ++0000639595 00000 n ++0000639749 00000 n ++0000639903 00000 n ++0000640058 00000 n ++0000640212 00000 n ++0000640366 00000 n ++0000650841 00000 n ++0000643974 00000 n ++0000640703 00000 n ++0000650782 00000 n ++0000644478 00000 n ++0000644633 00000 n ++0000644787 00000 n ++0000644942 00000 n ++0000645095 00000 n ++0000645249 00000 n ++0000645402 00000 n ++0000645555 00000 n ++0000645708 00000 n ++0000645862 00000 n ++0000646016 00000 n ++0000646170 00000 n ++0000646324 00000 n ++0000646479 00000 n ++0000646632 00000 n ++0000646787 00000 n ++0000646941 00000 n ++0000647096 00000 n ++0000647249 00000 n ++0000647404 00000 n ++0000647558 00000 n ++0000647712 00000 n ++0000647865 00000 n ++0000648020 00000 n ++0000648174 00000 n ++0000648329 00000 n ++0000648483 00000 n ++0000648638 00000 n ++0000648792 00000 n ++0000648945 00000 n ++0000649099 00000 n ++0000649251 00000 n ++0000649406 00000 n ++0000649559 00000 n ++0000649713 00000 n ++0000649867 00000 n ++0000650018 00000 n ++0000650172 00000 n ++0000650325 00000 n ++0000650478 00000 n ++0000650631 00000 n ++0000657010 00000 n ++0000653008 00000 n ++0000650953 00000 n ++0000656892 00000 n ++0000653350 00000 n ++0000653505 00000 n ++0000653659 00000 n ++0000653813 00000 n ++0000653967 00000 n ++0000654119 00000 n ++0000654274 00000 n ++0000654428 00000 n ++0000654582 00000 n ++0000654737 00000 n ++0000654891 00000 n ++0000655045 00000 n ++0000655199 00000 n ++0000655352 00000 n ++0000655505 00000 n ++0000655660 00000 n ++0000655813 00000 n ++0000655967 00000 n ++0000656121 00000 n ++0000656275 00000 n ++0000656429 00000 n ++0000656584 00000 n ++0000656738 00000 n ++0000656951 00000 n ++0000659198 00000 n ++0000658282 00000 n ++0000657122 00000 n ++0000658905 00000 n ++0000659080 00000 n ++0000658444 00000 n ++0000658598 00000 n ++0000658752 00000 n ++0000659139 00000 n ++0000938096 00000 n ++0000661417 00000 n ++0000660500 00000 n ++0000659323 00000 n ++0000661124 00000 n ++0000661299 00000 n ++0000660662 00000 n ++0000660816 00000 n ++0000660970 00000 n ++0000661358 00000 n ++0000664525 00000 n ++0000662957 00000 n ++0000661542 00000 n ++0000664232 00000 n ++0000664407 00000 n ++0000663155 00000 n ++0000663309 00000 n ++0000663463 00000 n ++0000663617 00000 n ++0000663770 00000 n ++0000663924 00000 n ++0000664078 00000 n ++0000664466 00000 n ++0000676204 00000 n ++0000667940 00000 n ++0000664663 00000 n ++0000675970 00000 n ++0000676145 00000 n ++0000668516 00000 n ++0000668670 00000 n ++0000668824 00000 n ++0000668978 00000 n ++0000669132 00000 n ++0000669286 00000 n ++0000669440 00000 n ++0000669590 00000 n ++0000669743 00000 n ++0000669897 00000 n ++0000670046 00000 n ++0000670200 00000 n ++0000670354 00000 n ++0000670504 00000 n ++0000670654 00000 n ++0000670808 00000 n ++0000670962 00000 n ++0000671116 00000 n ++0000671269 00000 n ++0000671419 00000 n ++0000671569 00000 n ++0000671723 00000 n ++0000671877 00000 n ++0000672025 00000 n ++0000672175 00000 n ++0000672329 00000 n ++0000672483 00000 n ++0000672637 00000 n ++0000672790 00000 n ++0000672940 00000 n ++0000673090 00000 n ++0000673243 00000 n ++0000673397 00000 n ++0000673554 00000 n ++0000673704 00000 n ++0000673858 00000 n ++0000674012 00000 n ++0000674162 00000 n ++0000674311 00000 n ++0000674460 00000 n ++0000674612 00000 n ++0000674765 00000 n ++0000674914 00000 n ++0000675063 00000 n ++0000675213 00000 n ++0000675367 00000 n ++0000675521 00000 n ++0000675671 00000 n ++0000675821 00000 n ++0000690760 00000 n ++0000679912 00000 n ++0000676329 00000 n ++0000690701 00000 n ++0000680641 00000 n ++0000680791 00000 n ++0000680945 00000 n ++0000681099 00000 n ++0000681251 00000 n ++0000681405 00000 n ++0000681559 00000 n ++0000681713 00000 n ++0000681862 00000 n ++0000682012 00000 n ++0000682166 00000 n ++0000682320 00000 n ++0000682472 00000 n ++0000682622 00000 n ++0000682772 00000 n ++0000682926 00000 n ++0000683080 00000 n ++0000683232 00000 n ++0000683385 00000 n ++0000683534 00000 n ++0000683684 00000 n ++0000683838 00000 n ++0000683992 00000 n ++0000684146 00000 n ++0000684298 00000 n ++0000684448 00000 n ++0000684602 00000 n ++0000684756 00000 n ++0000684910 00000 n ++0000685062 00000 n ++0000685215 00000 n ++0000685369 00000 n ++0000685523 00000 n ++0000685677 00000 n ++0000685829 00000 n ++0000685982 00000 n ++0000686135 00000 n ++0000686288 00000 n ++0000686441 00000 n ++0000686595 00000 n ++0000686744 00000 n ++0000686897 00000 n ++0000687050 00000 n ++0000687203 00000 n ++0000687356 00000 n ++0000687506 00000 n ++0000687656 00000 n ++0000687809 00000 n ++0000687963 00000 n ++0000688117 00000 n ++0000688269 00000 n ++0000688419 00000 n ++0000688573 00000 n ++0000688727 00000 n ++0000688878 00000 n ++0000689027 00000 n ++0000689177 00000 n ++0000689331 00000 n ++0000689485 00000 n ++0000689636 00000 n ++0000689788 00000 n ++0000689936 00000 n ++0000690086 00000 n ++0000690240 00000 n ++0000690394 00000 n ++0000690548 00000 n ++0000705899 00000 n ++0000695020 00000 n ++0000690885 00000 n ++0000705840 00000 n + 0000695749 00000 n +-0000695630 00000 n +-0000690691 00000 n +-0000692855 00000 n +-0000692975 00000 n +-0000690811 00000 n +-0000689965 00000 n +-0000688027 00000 n +-0000690091 00000 n +-0000693514 00000 n +-0000692309 00000 n +-0000690927 00000 n +-0000692435 00000 n +-0000696167 00000 n +-0000695145 00000 n +-0000693616 00000 n +-0000695271 00000 n +-0000699562 00000 n +-0000697780 00000 n +-0000696283 00000 n +-0000698604 00000 n +-0000699442 00000 n +-0000697954 00000 n +-0000698108 00000 n +-0000699502 00000 n +-0000698262 00000 n +-0000698416 00000 n +-0000702057 00000 n +-0000702775 00000 n +-0000700986 00000 n +-0000699706 00000 n +-0000701877 00000 n +-0000701160 00000 n +-0000701314 00000 n +-0000702177 00000 n +-0000702416 00000 n +-0000701502 00000 n +-0000701690 00000 n +-0000702596 00000 n +-0000702716 00000 n +-0000985419 00000 n +-0000705677 00000 n +-0000704366 00000 n +-0000702919 00000 n +-0000704898 00000 n +-0000705138 00000 n +-0000704522 00000 n +-0000704710 00000 n +-0000705318 00000 n +-0000705438 00000 n +-0000709553 00000 n +-0000707459 00000 n +-0000705821 00000 n +-0000708709 00000 n +-0000708769 00000 n +-0000707651 00000 n +-0000708829 00000 n +-0000707805 00000 n +-0000707993 00000 n +-0000708181 00000 n +-0000708369 00000 n +-0000708523 00000 n +-0000709009 00000 n +-0000709129 00000 n +-0000709249 00000 n +-0000709374 00000 n +-0000713809 00000 n +-0000710993 00000 n +-0000709697 00000 n +-0000712698 00000 n +-0000712818 00000 n +-0000711203 00000 n +-0000711390 00000 n +-0000711577 00000 n +-0000711764 00000 n +-0000711951 00000 n +-0000712137 00000 n +-0000712324 00000 n +-0000712511 00000 n +-0000712998 00000 n +-0000713118 00000 n +-0000713244 00000 n +-0000713370 00000 n +-0000713493 00000 n +-0000713619 00000 n +-0000713745 00000 n +-0000716006 00000 n +-0000716732 00000 n +-0000715162 00000 n +-0000713925 00000 n +-0000715886 00000 n +-0000716252 00000 n +-0000715327 00000 n +-0000716432 00000 n +-0000716672 00000 n +-0000715514 00000 n +-0000715701 00000 n +-0000725471 00000 n +-0000721822 00000 n +-0000722138 00000 n +-0000718341 00000 n +-0000716862 00000 n +-0000721023 00000 n +-0000718596 00000 n +-0000718783 00000 n +-0000718970 00000 n +-0000719155 00000 n +-0000719342 00000 n +-0000719529 00000 n +-0000719715 00000 n +-0000719902 00000 n +-0000720089 00000 n +-0000720276 00000 n +-0000720463 00000 n +-0000720649 00000 n +-0000720836 00000 n +-0000721203 00000 n +-0000721321 00000 n +-0000721447 00000 n +-0000721573 00000 n +-0000721699 00000 n +-0000721948 00000 n +-0000722074 00000 n +-0000725346 00000 n +-0000725597 00000 n +-0000725220 00000 n +-0000725094 00000 n +-0000724969 00000 n +-0000724843 00000 n +-0000725902 00000 n +-0000723510 00000 n +-0000722226 00000 n +-0000724723 00000 n +-0000725842 00000 n +-0000723702 00000 n +-0000723856 00000 n +-0000724043 00000 n +-0000724196 00000 n +-0000724383 00000 n +-0000724536 00000 n +-0000985544 00000 n +-0000727842 00000 n +-0000727722 00000 n +-0000727960 00000 n +-0000728080 00000 n +-0000727010 00000 n +-0000726032 00000 n +-0000727542 00000 n +-0000727166 00000 n +-0000727355 00000 n +-0000739702 00000 n +-0000731294 00000 n +-0000728182 00000 n +-0000739642 00000 n +-0000731882 00000 n +-0000732037 00000 n +-0000732193 00000 n +-0000732349 00000 n +-0000732504 00000 n +-0000732659 00000 n +-0000732815 00000 n +-0000732970 00000 n +-0000733125 00000 n +-0000733280 00000 n +-0000733435 00000 n +-0000733591 00000 n +-0000733745 00000 n +-0000733901 00000 n +-0000734057 00000 n +-0000734213 00000 n +-0000734368 00000 n +-0000734523 00000 n +-0000734678 00000 n +-0000734833 00000 n +-0000734989 00000 n +-0000735145 00000 n +-0000735299 00000 n +-0000735454 00000 n +-0000735609 00000 n +-0000735763 00000 n +-0000735919 00000 n +-0000736072 00000 n +-0000736227 00000 n +-0000736383 00000 n +-0000736537 00000 n +-0000736692 00000 n +-0000736847 00000 n +-0000737003 00000 n +-0000737159 00000 n +-0000737314 00000 n +-0000737470 00000 n +-0000737625 00000 n +-0000737781 00000 n +-0000737937 00000 n +-0000738091 00000 n +-0000738247 00000 n +-0000738403 00000 n +-0000738558 00000 n +-0000738714 00000 n +-0000738869 00000 n +-0000739024 00000 n +-0000739179 00000 n +-0000739334 00000 n +-0000739489 00000 n +-0000751350 00000 n +-0000742482 00000 n +-0000739790 00000 n +-0000751290 00000 n +-0000743097 00000 n +-0000743252 00000 n +-0000743407 00000 n +-0000743559 00000 n +-0000743713 00000 n +-0000743867 00000 n +-0000744020 00000 n +-0000744174 00000 n +-0000744328 00000 n +-0000744481 00000 n +-0000744635 00000 n +-0000744789 00000 n +-0000744941 00000 n +-0000745095 00000 n +-0000745250 00000 n +-0000745404 00000 n +-0000745559 00000 n +-0000745714 00000 n +-0000745868 00000 n +-0000746023 00000 n +-0000746178 00000 n +-0000746332 00000 n +-0000746487 00000 n +-0000746642 00000 n +-0000746797 00000 n +-0000746952 00000 n +-0000747107 00000 n +-0000747262 00000 n +-0000747417 00000 n +-0000747572 00000 n +-0000747727 00000 n +-0000747881 00000 n +-0000748035 00000 n +-0000748190 00000 n +-0000748345 00000 n +-0000748500 00000 n +-0000748655 00000 n +-0000748810 00000 n +-0000748965 00000 n +-0000749120 00000 n +-0000749275 00000 n +-0000749430 00000 n +-0000749585 00000 n +-0000749740 00000 n +-0000749895 00000 n +-0000750050 00000 n +-0000750205 00000 n +-0000750360 00000 n +-0000750515 00000 n +-0000750670 00000 n +-0000750825 00000 n +-0000750980 00000 n +-0000751135 00000 n +-0000763130 00000 n +-0000754082 00000 n +-0000751438 00000 n +-0000763070 00000 n +-0000754706 00000 n +-0000754861 00000 n +-0000755016 00000 n +-0000755171 00000 n +-0000755326 00000 n +-0000755481 00000 n +-0000755636 00000 n +-0000755791 00000 n +-0000755946 00000 n +-0000756101 00000 n +-0000756256 00000 n +-0000756411 00000 n +-0000756566 00000 n +-0000756721 00000 n +-0000756876 00000 n +-0000757031 00000 n +-0000757186 00000 n +-0000757341 00000 n +-0000757496 00000 n +-0000757651 00000 n +-0000757806 00000 n +-0000757961 00000 n +-0000758116 00000 n +-0000758271 00000 n +-0000758426 00000 n +-0000758581 00000 n +-0000758736 00000 n +-0000758891 00000 n +-0000759046 00000 n +-0000759201 00000 n +-0000759356 00000 n +-0000759511 00000 n +-0000759666 00000 n +-0000759821 00000 n +-0000759976 00000 n +-0000760131 00000 n +-0000760286 00000 n +-0000760441 00000 n +-0000760596 00000 n +-0000760751 00000 n +-0000760906 00000 n +-0000761061 00000 n +-0000761216 00000 n +-0000761371 00000 n +-0000761526 00000 n +-0000761680 00000 n +-0000761834 00000 n +-0000761988 00000 n +-0000762142 00000 n +-0000762297 00000 n +-0000762451 00000 n +-0000762605 00000 n +-0000762760 00000 n +-0000762915 00000 n +-0000775571 00000 n +-0000766194 00000 n +-0000763218 00000 n +-0000775511 00000 n +-0000766836 00000 n +-0000766991 00000 n +-0000767146 00000 n +-0000767301 00000 n +-0000767456 00000 n +-0000767611 00000 n +-0000767766 00000 n +-0000767921 00000 n +-0000768075 00000 n +-0000768229 00000 n +-0000768384 00000 n +-0000768539 00000 n +-0000768694 00000 n +-0000768849 00000 n +-0000769004 00000 n +-0000769159 00000 n +-0000769314 00000 n +-0000769468 00000 n +-0000769622 00000 n +-0000769777 00000 n +-0000769932 00000 n +-0000770087 00000 n +-0000770242 00000 n +-0000770397 00000 n +-0000770552 00000 n +-0000770707 00000 n +-0000770862 00000 n +-0000771017 00000 n +-0000771172 00000 n +-0000771327 00000 n +-0000771482 00000 n +-0000771636 00000 n +-0000771790 00000 n +-0000771945 00000 n +-0000772100 00000 n +-0000772255 00000 n +-0000772410 00000 n +-0000772565 00000 n +-0000772720 00000 n +-0000772875 00000 n +-0000773030 00000 n +-0000773185 00000 n +-0000773340 00000 n +-0000773495 00000 n +-0000773650 00000 n +-0000773805 00000 n +-0000773960 00000 n +-0000774115 00000 n +-0000774270 00000 n +-0000774425 00000 n +-0000774580 00000 n +-0000774735 00000 n +-0000774890 00000 n +-0000775045 00000 n +-0000775201 00000 n +-0000775356 00000 n +-0000793466 00000 n +-0000779804 00000 n +-0000775659 00000 n +-0000793406 00000 n +-0000780680 00000 n +-0000780835 00000 n +-0000780990 00000 n +-0000781145 00000 n +-0000781301 00000 n +-0000781457 00000 n +-0000781610 00000 n +-0000781766 00000 n +-0000781920 00000 n +-0000782076 00000 n +-0000782230 00000 n +-0000782386 00000 n +-0000782540 00000 n +-0000782695 00000 n ++0000695899 00000 n ++0000696053 00000 n ++0000696207 00000 n ++0000696357 00000 n ++0000696506 00000 n ++0000696660 00000 n ++0000696814 00000 n ++0000696964 00000 n ++0000697114 00000 n ++0000697263 00000 n ++0000697413 00000 n ++0000697567 00000 n ++0000697721 00000 n ++0000697875 00000 n ++0000698029 00000 n ++0000698178 00000 n ++0000698331 00000 n ++0000698482 00000 n ++0000698635 00000 n ++0000698788 00000 n ++0000698940 00000 n ++0000699088 00000 n ++0000699241 00000 n ++0000699395 00000 n ++0000699549 00000 n ++0000699699 00000 n ++0000699853 00000 n ++0000700006 00000 n ++0000700160 00000 n ++0000700314 00000 n ++0000700467 00000 n ++0000700622 00000 n ++0000700775 00000 n ++0000700923 00000 n ++0000701077 00000 n ++0000701230 00000 n ++0000701385 00000 n ++0000701539 00000 n ++0000701693 00000 n ++0000701847 00000 n ++0000702001 00000 n ++0000702155 00000 n ++0000702309 00000 n ++0000702463 00000 n ++0000702617 00000 n ++0000702771 00000 n ++0000702925 00000 n ++0000703079 00000 n ++0000703233 00000 n ++0000703387 00000 n ++0000703541 00000 n ++0000703695 00000 n ++0000703849 00000 n ++0000704003 00000 n ++0000704157 00000 n ++0000704311 00000 n ++0000704464 00000 n ++0000704618 00000 n ++0000704771 00000 n ++0000704924 00000 n ++0000705077 00000 n ++0000705230 00000 n ++0000705383 00000 n ++0000705536 00000 n ++0000705688 00000 n ++0000708530 00000 n ++0000707140 00000 n ++0000706024 00000 n ++0000708412 00000 n ++0000707338 00000 n ++0000707492 00000 n ++0000707644 00000 n ++0000707797 00000 n ++0000707950 00000 n ++0000708104 00000 n ++0000708258 00000 n ++0000708471 00000 n ++0000938221 00000 n ++0000709364 00000 n ++0000709066 00000 n ++0000708642 00000 n ++0000709189 00000 n ++0000713354 00000 n ++0000711239 00000 n ++0000709437 00000 n ++0000713120 00000 n ++0000713295 00000 n ++0000711473 00000 n ++0000711623 00000 n ++0000711773 00000 n ++0000711923 00000 n ++0000712073 00000 n ++0000712223 00000 n ++0000712372 00000 n ++0000712521 00000 n ++0000712671 00000 n ++0000712821 00000 n ++0000712971 00000 n ++0000723481 00000 n ++0000716387 00000 n ++0000713479 00000 n ++0000723245 00000 n ++0000723304 00000 n ++0000716891 00000 n ++0000723363 00000 n ++0000717044 00000 n ++0000717198 00000 n ++0000717352 00000 n ++0000717506 00000 n ++0000717658 00000 n ++0000717811 00000 n ++0000717965 00000 n ++0000718119 00000 n ++0000718273 00000 n ++0000718426 00000 n ++0000718580 00000 n ++0000718732 00000 n ++0000718878 00000 n ++0000719028 00000 n ++0000723422 00000 n ++0000719178 00000 n ++0000719331 00000 n ++0000719487 00000 n ++0000719643 00000 n ++0000719800 00000 n ++0000719958 00000 n ++0000720115 00000 n ++0000720272 00000 n ++0000720430 00000 n ++0000720588 00000 n ++0000720746 00000 n ++0000720902 00000 n ++0000721056 00000 n ++0000721214 00000 n ++0000721366 00000 n ++0000721523 00000 n ++0000721680 00000 n ++0000721838 00000 n ++0000721992 00000 n ++0000722150 00000 n ++0000722308 00000 n ++0000722465 00000 n ++0000722618 00000 n ++0000722775 00000 n ++0000722932 00000 n ++0000723088 00000 n ++0000733276 00000 n ++0000726626 00000 n ++0000723593 00000 n ++0000733158 00000 n ++0000727112 00000 n ++0000727267 00000 n ++0000727425 00000 n ++0000727584 00000 n ++0000727743 00000 n ++0000727900 00000 n ++0000728057 00000 n ++0000728214 00000 n ++0000728373 00000 n ++0000728527 00000 n ++0000728681 00000 n ++0000728836 00000 n ++0000728991 00000 n ++0000729149 00000 n ++0000729308 00000 n ++0000733217 00000 n ++0000729466 00000 n ++0000729620 00000 n ++0000729774 00000 n ++0000729928 00000 n ++0000730082 00000 n ++0000730236 00000 n ++0000730390 00000 n ++0000730544 00000 n ++0000730698 00000 n ++0000730852 00000 n ++0000731006 00000 n ++0000731160 00000 n ++0000731314 00000 n ++0000731468 00000 n ++0000731621 00000 n ++0000731775 00000 n ++0000731927 00000 n ++0000732081 00000 n ++0000732234 00000 n ++0000732388 00000 n ++0000732542 00000 n ++0000732696 00000 n ++0000732850 00000 n ++0000733004 00000 n ++0000743292 00000 n ++0000736614 00000 n ++0000733388 00000 n ++0000743233 00000 n ++0000737109 00000 n ++0000737263 00000 n ++0000737417 00000 n ++0000737571 00000 n ++0000737725 00000 n ++0000737879 00000 n ++0000738033 00000 n ++0000738187 00000 n ++0000738341 00000 n ++0000738491 00000 n ++0000738644 00000 n ++0000738798 00000 n ++0000738952 00000 n ++0000739105 00000 n ++0000739259 00000 n ++0000739413 00000 n ++0000739562 00000 n ++0000739716 00000 n ++0000739870 00000 n ++0000740024 00000 n ++0000740175 00000 n ++0000740323 00000 n ++0000740476 00000 n ++0000740629 00000 n ++0000740778 00000 n ++0000740927 00000 n ++0000741081 00000 n ++0000741235 00000 n ++0000741389 00000 n ++0000741543 00000 n ++0000741696 00000 n ++0000741849 00000 n ++0000742003 00000 n ++0000742157 00000 n ++0000742311 00000 n ++0000742465 00000 n ++0000742619 00000 n ++0000742773 00000 n ++0000742926 00000 n ++0000743079 00000 n ++0000753059 00000 n ++0000746717 00000 n ++0000743417 00000 n ++0000753000 00000 n ++0000747194 00000 n ++0000747343 00000 n ++0000747497 00000 n ++0000747651 00000 n ++0000747800 00000 n ++0000747954 00000 n ++0000748108 00000 n ++0000748262 00000 n ++0000748414 00000 n ++0000748567 00000 n ++0000748720 00000 n ++0000748874 00000 n ++0000749028 00000 n ++0000749178 00000 n ++0000749332 00000 n ++0000749482 00000 n ++0000749635 00000 n ++0000749788 00000 n ++0000749937 00000 n ++0000750089 00000 n ++0000750238 00000 n ++0000750392 00000 n ++0000750541 00000 n ++0000750695 00000 n ++0000750849 00000 n ++0000751003 00000 n ++0000751157 00000 n ++0000751311 00000 n ++0000751465 00000 n ++0000751618 00000 n ++0000751771 00000 n ++0000751924 00000 n ++0000752077 00000 n ++0000752231 00000 n ++0000752385 00000 n ++0000752539 00000 n ++0000752693 00000 n ++0000752847 00000 n ++0000938346 00000 n ++0000766490 00000 n ++0000756692 00000 n ++0000753184 00000 n ++0000766431 00000 n ++0000757358 00000 n ++0000757512 00000 n ++0000757666 00000 n ++0000757820 00000 n ++0000757974 00000 n ++0000758128 00000 n ++0000758282 00000 n ++0000758435 00000 n ++0000758589 00000 n ++0000758743 00000 n ++0000758897 00000 n ++0000759052 00000 n ++0000759205 00000 n ++0000759359 00000 n ++0000759513 00000 n ++0000759667 00000 n ++0000759822 00000 n ++0000759975 00000 n ++0000760129 00000 n ++0000760283 00000 n ++0000760437 00000 n ++0000760592 00000 n ++0000760746 00000 n ++0000760900 00000 n ++0000761054 00000 n ++0000761208 00000 n ++0000761361 00000 n ++0000761516 00000 n ++0000761669 00000 n ++0000761823 00000 n ++0000761977 00000 n ++0000762132 00000 n ++0000762285 00000 n ++0000762438 00000 n ++0000762591 00000 n ++0000762744 00000 n ++0000762899 00000 n ++0000763052 00000 n ++0000763204 00000 n ++0000763357 00000 n ++0000763510 00000 n ++0000763665 00000 n ++0000763819 00000 n ++0000763973 00000 n ++0000764125 00000 n ++0000764279 00000 n ++0000764433 00000 n ++0000764587 00000 n ++0000764741 00000 n ++0000764892 00000 n ++0000765046 00000 n ++0000765200 00000 n ++0000765354 00000 n ++0000765506 00000 n ++0000765660 00000 n ++0000765815 00000 n ++0000765969 00000 n ++0000766123 00000 n ++0000766276 00000 n ++0000770951 00000 n ++0000768251 00000 n ++0000766615 00000 n ++0000770833 00000 n ++0000768521 00000 n ++0000768676 00000 n ++0000768830 00000 n ++0000768985 00000 n ++0000769139 00000 n ++0000769293 00000 n ++0000769446 00000 n ++0000769601 00000 n ++0000769755 00000 n ++0000769909 00000 n ++0000770063 00000 n ++0000770216 00000 n ++0000770371 00000 n ++0000770525 00000 n ++0000770680 00000 n ++0000770892 00000 n ++0000780854 00000 n ++0000773992 00000 n ++0000771076 00000 n ++0000780620 00000 n ++0000780795 00000 n ++0000774487 00000 n ++0000774641 00000 n ++0000774795 00000 n ++0000774949 00000 n ++0000775102 00000 n ++0000775256 00000 n ++0000775410 00000 n ++0000775564 00000 n ++0000775717 00000 n ++0000775871 00000 n ++0000776025 00000 n ++0000776179 00000 n ++0000776333 00000 n ++0000776487 00000 n ++0000776641 00000 n ++0000776793 00000 n ++0000776945 00000 n ++0000777098 00000 n ++0000777250 00000 n ++0000777402 00000 n ++0000777556 00000 n ++0000777709 00000 n ++0000777863 00000 n ++0000778015 00000 n ++0000778169 00000 n ++0000778323 00000 n ++0000778477 00000 n ++0000778631 00000 n ++0000778784 00000 n ++0000778938 00000 n ++0000779092 00000 n ++0000779246 00000 n ++0000779399 00000 n ++0000779551 00000 n ++0000779704 00000 n ++0000779857 00000 n ++0000780010 00000 n ++0000780162 00000 n ++0000780315 00000 n ++0000780468 00000 n ++0000782968 00000 n ++0000782066 00000 n ++0000780992 00000 n + 0000782850 00000 n +-0000783004 00000 n +-0000783160 00000 n +-0000783316 00000 n +-0000783471 00000 n +-0000783627 00000 n +-0000783782 00000 n +-0000783938 00000 n +-0000784094 00000 n +-0000784250 00000 n +-0000784403 00000 n +-0000784559 00000 n +-0000784715 00000 n +-0000784870 00000 n +-0000785026 00000 n +-0000785182 00000 n +-0000785338 00000 n +-0000785493 00000 n +-0000785648 00000 n +-0000785803 00000 n +-0000785958 00000 n +-0000786113 00000 n +-0000786269 00000 n +-0000786424 00000 n +-0000786579 00000 n +-0000786734 00000 n +-0000786890 00000 n +-0000787046 00000 n +-0000787201 00000 n +-0000787357 00000 n +-0000787512 00000 n +-0000787668 00000 n +-0000787824 00000 n +-0000787978 00000 n +-0000788134 00000 n +-0000788289 00000 n +-0000788445 00000 n +-0000788600 00000 n +-0000788755 00000 n +-0000788910 00000 n +-0000789065 00000 n +-0000789220 00000 n +-0000789375 00000 n +-0000789530 00000 n +-0000789685 00000 n +-0000789840 00000 n +-0000789995 00000 n +-0000790150 00000 n +-0000790305 00000 n +-0000790460 00000 n +-0000790615 00000 n +-0000790770 00000 n +-0000790925 00000 n +-0000791081 00000 n +-0000791237 00000 n +-0000791392 00000 n +-0000791546 00000 n +-0000791702 00000 n +-0000791857 00000 n +-0000792013 00000 n +-0000792168 00000 n +-0000792323 00000 n +-0000792478 00000 n +-0000792634 00000 n +-0000792790 00000 n +-0000792944 00000 n +-0000793099 00000 n +-0000793253 00000 n +-0000985669 00000 n +-0000810216 00000 n +-0000797566 00000 n +-0000793554 00000 n +-0000810156 00000 n +-0000798388 00000 n +-0000798543 00000 n +-0000798698 00000 n +-0000798851 00000 n +-0000799006 00000 n +-0000799161 00000 n +-0000799315 00000 n +-0000799470 00000 n +-0000799625 00000 n +-0000799779 00000 n +-0000799934 00000 n +-0000800089 00000 n +-0000800242 00000 n +-0000800397 00000 n +-0000800552 00000 n +-0000800706 00000 n +-0000800861 00000 n +-0000801017 00000 n +-0000801173 00000 n +-0000801329 00000 n +-0000801484 00000 n +-0000801640 00000 n +-0000801796 00000 n +-0000801952 00000 n +-0000802108 00000 n +-0000802264 00000 n +-0000802418 00000 n +-0000802574 00000 n +-0000802730 00000 n +-0000802886 00000 n +-0000803042 00000 n +-0000803198 00000 n +-0000803354 00000 n +-0000803509 00000 n +-0000803664 00000 n +-0000803817 00000 n +-0000803971 00000 n +-0000804125 00000 n +-0000804277 00000 n +-0000804433 00000 n +-0000804589 00000 n +-0000804745 00000 n +-0000804901 00000 n +-0000805055 00000 n +-0000805210 00000 n +-0000805365 00000 n +-0000805519 00000 n +-0000805673 00000 n +-0000805827 00000 n +-0000805982 00000 n +-0000806136 00000 n +-0000806291 00000 n +-0000806446 00000 n +-0000806601 00000 n +-0000806755 00000 n +-0000806910 00000 n +-0000807064 00000 n +-0000807219 00000 n +-0000807373 00000 n +-0000807528 00000 n +-0000807683 00000 n +-0000807838 00000 n +-0000807993 00000 n +-0000808148 00000 n +-0000808303 00000 n +-0000808458 00000 n +-0000808613 00000 n +-0000808767 00000 n +-0000808922 00000 n +-0000809077 00000 n +-0000809231 00000 n +-0000809385 00000 n +-0000809540 00000 n +-0000809695 00000 n +-0000809850 00000 n +-0000810005 00000 n +-0000830081 00000 n +-0000814995 00000 n +-0000810304 00000 n +-0000830021 00000 n +-0000815952 00000 n +-0000816107 00000 n +-0000816262 00000 n +-0000816417 00000 n +-0000816572 00000 n +-0000816726 00000 n +-0000816879 00000 n +-0000817034 00000 n +-0000817188 00000 n +-0000817343 00000 n +-0000817498 00000 n +-0000817652 00000 n +-0000817805 00000 n +-0000817960 00000 n +-0000818114 00000 n +-0000818269 00000 n +-0000818424 00000 n +-0000818579 00000 n +-0000818732 00000 n +-0000818885 00000 n +-0000819040 00000 n +-0000819195 00000 n +-0000819350 00000 n +-0000819504 00000 n +-0000819657 00000 n +-0000819812 00000 n +-0000819967 00000 n +-0000820122 00000 n +-0000820277 00000 n +-0000820432 00000 n +-0000820586 00000 n +-0000820741 00000 n +-0000820896 00000 n +-0000821051 00000 n +-0000821205 00000 n +-0000821360 00000 n ++0000782237 00000 n ++0000782391 00000 n ++0000782543 00000 n ++0000782697 00000 n ++0000782909 00000 n ++0000786507 00000 n ++0000784615 00000 n ++0000783093 00000 n ++0000786214 00000 n ++0000786389 00000 n ++0000784831 00000 n ++0000784985 00000 n ++0000785139 00000 n ++0000785293 00000 n ++0000785447 00000 n ++0000785601 00000 n ++0000785754 00000 n ++0000785908 00000 n ++0000786060 00000 n ++0000786448 00000 n ++0000789637 00000 n ++0000788071 00000 n ++0000786645 00000 n ++0000789344 00000 n ++0000789519 00000 n ++0000788269 00000 n ++0000788423 00000 n ++0000788577 00000 n ++0000788731 00000 n ++0000788884 00000 n ++0000789038 00000 n ++0000789190 00000 n ++0000789578 00000 n ++0000938471 00000 n ++0000791898 00000 n ++0000790982 00000 n ++0000789762 00000 n ++0000791605 00000 n ++0000791780 00000 n ++0000791144 00000 n ++0000791298 00000 n ++0000791452 00000 n ++0000791839 00000 n ++0000803616 00000 n ++0000795101 00000 n ++0000792036 00000 n ++0000803557 00000 n ++0000795704 00000 n ++0000795853 00000 n ++0000796005 00000 n ++0000796156 00000 n ++0000796307 00000 n ++0000796458 00000 n ++0000796609 00000 n ++0000796760 00000 n ++0000796911 00000 n ++0000797063 00000 n ++0000797212 00000 n ++0000797364 00000 n ++0000797516 00000 n ++0000797666 00000 n ++0000797818 00000 n ++0000797970 00000 n ++0000798122 00000 n ++0000798273 00000 n ++0000798424 00000 n ++0000798576 00000 n ++0000798727 00000 n ++0000798879 00000 n ++0000799031 00000 n ++0000799181 00000 n ++0000799332 00000 n ++0000799483 00000 n ++0000799631 00000 n ++0000799783 00000 n ++0000799933 00000 n ++0000800084 00000 n ++0000800235 00000 n ++0000800387 00000 n ++0000800539 00000 n ++0000800689 00000 n ++0000800839 00000 n ++0000800990 00000 n ++0000801142 00000 n ++0000801293 00000 n ++0000801443 00000 n ++0000801594 00000 n ++0000801746 00000 n ++0000801897 00000 n ++0000802048 00000 n ++0000802198 00000 n ++0000802350 00000 n ++0000802501 00000 n ++0000802653 00000 n ++0000802805 00000 n ++0000802957 00000 n ++0000803108 00000 n ++0000803258 00000 n ++0000803407 00000 n ++0000815181 00000 n ++0000806199 00000 n ++0000803702 00000 n ++0000815122 00000 n ++0000806829 00000 n ++0000806980 00000 n ++0000807132 00000 n ++0000807284 00000 n ++0000807435 00000 n ++0000807586 00000 n ++0000807737 00000 n ++0000807888 00000 n ++0000808039 00000 n ++0000808190 00000 n ++0000808341 00000 n ++0000808492 00000 n ++0000808642 00000 n ++0000808792 00000 n ++0000808942 00000 n ++0000809093 00000 n ++0000809244 00000 n ++0000809395 00000 n ++0000809546 00000 n ++0000809697 00000 n ++0000809848 00000 n ++0000809999 00000 n ++0000810150 00000 n ++0000810301 00000 n ++0000810451 00000 n ++0000810601 00000 n ++0000810751 00000 n ++0000810902 00000 n ++0000811052 00000 n ++0000811203 00000 n ++0000811354 00000 n ++0000811505 00000 n ++0000811656 00000 n ++0000811807 00000 n ++0000811958 00000 n ++0000812109 00000 n ++0000812260 00000 n ++0000812411 00000 n ++0000812562 00000 n ++0000812712 00000 n ++0000812862 00000 n ++0000813012 00000 n ++0000813163 00000 n ++0000813314 00000 n ++0000813465 00000 n ++0000813616 00000 n ++0000813767 00000 n ++0000813918 00000 n ++0000814069 00000 n ++0000814220 00000 n ++0000814371 00000 n ++0000814521 00000 n ++0000814671 00000 n ++0000814821 00000 n ++0000814972 00000 n ++0000826994 00000 n ++0000818187 00000 n ++0000815267 00000 n ++0000826935 00000 n ++0000818808 00000 n ++0000818959 00000 n ++0000819110 00000 n ++0000819261 00000 n ++0000819412 00000 n ++0000819562 00000 n ++0000819712 00000 n ++0000819862 00000 n ++0000820012 00000 n ++0000820162 00000 n ++0000820311 00000 n ++0000820461 00000 n ++0000820611 00000 n ++0000820761 00000 n ++0000820912 00000 n ++0000821063 00000 n ++0000821214 00000 n ++0000821363 00000 n + 0000821514 00000 n +-0000821669 00000 n +-0000821824 00000 n +-0000821979 00000 n +-0000822134 00000 n +-0000822289 00000 n +-0000822442 00000 n +-0000822596 00000 n +-0000822751 00000 n +-0000822906 00000 n +-0000823061 00000 n +-0000823216 00000 n +-0000823371 00000 n +-0000823526 00000 n +-0000823681 00000 n +-0000823834 00000 n +-0000823988 00000 n +-0000824143 00000 n +-0000824298 00000 n +-0000824453 00000 n +-0000824605 00000 n +-0000824760 00000 n +-0000824915 00000 n +-0000825070 00000 n +-0000825225 00000 n +-0000825380 00000 n +-0000825535 00000 n +-0000825690 00000 n +-0000825845 00000 n +-0000826000 00000 n +-0000826155 00000 n +-0000826309 00000 n +-0000826464 00000 n +-0000826619 00000 n +-0000826773 00000 n +-0000826928 00000 n +-0000827081 00000 n +-0000827236 00000 n +-0000827391 00000 n +-0000827545 00000 n +-0000827700 00000 n +-0000827855 00000 n +-0000828010 00000 n +-0000828165 00000 n +-0000828320 00000 n +-0000828474 00000 n +-0000828629 00000 n +-0000828784 00000 n +-0000828939 00000 n +-0000829093 00000 n +-0000829248 00000 n +-0000829403 00000 n +-0000829558 00000 n +-0000829713 00000 n +-0000829868 00000 n +-0000847415 00000 n +-0000834291 00000 n +-0000830169 00000 n +-0000847355 00000 n +-0000835140 00000 n +-0000835295 00000 n +-0000835450 00000 n +-0000835604 00000 n +-0000835758 00000 n +-0000835911 00000 n +-0000836066 00000 n +-0000836220 00000 n +-0000836373 00000 n +-0000836528 00000 n +-0000836683 00000 n +-0000836838 00000 n +-0000836993 00000 n +-0000837147 00000 n +-0000837302 00000 n +-0000837457 00000 n +-0000837612 00000 n +-0000837767 00000 n +-0000837922 00000 n +-0000838076 00000 n +-0000838231 00000 n +-0000838386 00000 n +-0000838541 00000 n +-0000838695 00000 n +-0000838850 00000 n +-0000839005 00000 n +-0000839160 00000 n +-0000839315 00000 n +-0000839469 00000 n +-0000839624 00000 n +-0000839779 00000 n +-0000839934 00000 n +-0000840089 00000 n +-0000840242 00000 n +-0000840397 00000 n +-0000840551 00000 n +-0000840706 00000 n +-0000840861 00000 n +-0000841015 00000 n +-0000841170 00000 n +-0000841324 00000 n +-0000841478 00000 n +-0000841633 00000 n +-0000841788 00000 n +-0000841943 00000 n +-0000842098 00000 n +-0000842253 00000 n +-0000842408 00000 n +-0000842563 00000 n +-0000842718 00000 n +-0000842872 00000 n +-0000843027 00000 n +-0000843182 00000 n +-0000843337 00000 n +-0000843492 00000 n +-0000843645 00000 n +-0000843800 00000 n +-0000843955 00000 n +-0000844110 00000 n +-0000844265 00000 n +-0000844420 00000 n +-0000844574 00000 n +-0000844729 00000 n +-0000844884 00000 n +-0000845039 00000 n +-0000845194 00000 n +-0000845349 00000 n +-0000845503 00000 n +-0000845658 00000 n +-0000845813 00000 n +-0000845968 00000 n ++0000821665 00000 n ++0000821816 00000 n ++0000821967 00000 n ++0000822118 00000 n ++0000822268 00000 n ++0000822417 00000 n ++0000822567 00000 n ++0000822718 00000 n ++0000822868 00000 n ++0000823019 00000 n ++0000823170 00000 n ++0000823321 00000 n ++0000823472 00000 n ++0000823623 00000 n ++0000823774 00000 n ++0000823925 00000 n ++0000824076 00000 n ++0000824226 00000 n ++0000824377 00000 n ++0000824527 00000 n ++0000824677 00000 n ++0000824827 00000 n ++0000824978 00000 n ++0000825129 00000 n ++0000825280 00000 n ++0000825431 00000 n ++0000825582 00000 n ++0000825733 00000 n ++0000825884 00000 n ++0000826035 00000 n ++0000826185 00000 n ++0000826334 00000 n ++0000826484 00000 n ++0000826634 00000 n ++0000826785 00000 n ++0000841294 00000 n ++0000830549 00000 n ++0000827080 00000 n ++0000841235 00000 n ++0000831278 00000 n ++0000831429 00000 n ++0000831580 00000 n ++0000831730 00000 n ++0000831880 00000 n ++0000832030 00000 n ++0000832180 00000 n ++0000832331 00000 n ++0000832482 00000 n ++0000832633 00000 n ++0000832784 00000 n ++0000832934 00000 n ++0000833083 00000 n ++0000833233 00000 n ++0000833384 00000 n ++0000833535 00000 n ++0000833686 00000 n ++0000833837 00000 n ++0000833988 00000 n ++0000834139 00000 n ++0000834290 00000 n ++0000834441 00000 n ++0000834592 00000 n ++0000834742 00000 n ++0000834892 00000 n ++0000835042 00000 n ++0000835193 00000 n ++0000835343 00000 n ++0000835494 00000 n ++0000835645 00000 n ++0000835796 00000 n ++0000835947 00000 n ++0000836098 00000 n ++0000836249 00000 n ++0000836400 00000 n ++0000836551 00000 n ++0000836702 00000 n ++0000836853 00000 n ++0000837003 00000 n ++0000837153 00000 n ++0000837303 00000 n ++0000837454 00000 n ++0000837605 00000 n ++0000837756 00000 n ++0000837907 00000 n ++0000838058 00000 n ++0000838209 00000 n ++0000838358 00000 n ++0000838510 00000 n ++0000838662 00000 n ++0000838814 00000 n ++0000838966 00000 n ++0000839118 00000 n ++0000839270 00000 n ++0000839421 00000 n ++0000839573 00000 n ++0000839725 00000 n ++0000839877 00000 n ++0000840027 00000 n ++0000840178 00000 n ++0000840329 00000 n ++0000840480 00000 n ++0000840630 00000 n ++0000840781 00000 n ++0000840932 00000 n ++0000841084 00000 n ++0000856305 00000 n ++0000844902 00000 n ++0000841380 00000 n ++0000856246 00000 n ++0000845667 00000 n ++0000845819 00000 n ++0000845970 00000 n + 0000846122 00000 n +-0000846277 00000 n +-0000846432 00000 n +-0000846585 00000 n +-0000846739 00000 n +-0000846893 00000 n +-0000847048 00000 n +-0000847202 00000 n +-0000860816 00000 n +-0000850929 00000 n +-0000847503 00000 n +-0000860756 00000 n +-0000851598 00000 n +-0000851752 00000 n +-0000851907 00000 n +-0000852060 00000 n +-0000852215 00000 n +-0000852370 00000 n +-0000852524 00000 n +-0000852679 00000 n +-0000852835 00000 n +-0000852991 00000 n +-0000853145 00000 n +-0000853301 00000 n +-0000853456 00000 n +-0000853609 00000 n +-0000853765 00000 n +-0000853921 00000 n +-0000854077 00000 n +-0000854233 00000 n +-0000854388 00000 n +-0000854543 00000 n +-0000854697 00000 n +-0000854853 00000 n +-0000855007 00000 n +-0000855163 00000 n +-0000855319 00000 n +-0000855475 00000 n +-0000855631 00000 n +-0000855786 00000 n +-0000855941 00000 n +-0000856095 00000 n +-0000856250 00000 n +-0000856406 00000 n +-0000856561 00000 n +-0000856717 00000 n +-0000856873 00000 n +-0000857028 00000 n +-0000857184 00000 n +-0000857340 00000 n +-0000857495 00000 n +-0000857651 00000 n +-0000857807 00000 n +-0000857963 00000 n +-0000858118 00000 n +-0000858274 00000 n +-0000858430 00000 n +-0000858585 00000 n +-0000858741 00000 n +-0000858897 00000 n +-0000859052 00000 n +-0000859208 00000 n +-0000859364 00000 n +-0000859520 00000 n +-0000859675 00000 n +-0000859831 00000 n +-0000859984 00000 n +-0000860139 00000 n +-0000860293 00000 n +-0000860447 00000 n +-0000860602 00000 n +-0000862184 00000 n +-0000861493 00000 n +-0000860904 00000 n +-0000862124 00000 n +-0000861658 00000 n +-0000861814 00000 n +-0000861970 00000 n +-0000862918 00000 n +-0000874579 00000 n +-0000882245 00000 n +-0000897752 00000 n +-0000900394 00000 n +-0000900151 00000 n +-0000902779 00000 n +-0000902748 00000 n +-0000923931 00000 n +-0000941962 00000 n +-0000960843 00000 n +-0000982428 00000 n +-0000985794 00000 n +-0000985920 00000 n +-0000986046 00000 n +-0000986172 00000 n +-0000986289 00000 n +-0000986381 00000 n +-0001025670 00000 n +-0001059709 00000 n +-0001059750 00000 n +-0001059790 00000 n +-0001059925 00000 n ++0000846274 00000 n ++0000846426 00000 n ++0000846577 00000 n ++0000846729 00000 n ++0000846881 00000 n ++0000847032 00000 n ++0000847184 00000 n ++0000847336 00000 n ++0000847488 00000 n ++0000847640 00000 n ++0000847789 00000 n ++0000847941 00000 n ++0000848092 00000 n ++0000848243 00000 n ++0000848393 00000 n ++0000848543 00000 n ++0000848693 00000 n ++0000848845 00000 n ++0000848997 00000 n ++0000849148 00000 n ++0000849299 00000 n ++0000849450 00000 n ++0000849601 00000 n ++0000849751 00000 n ++0000849903 00000 n ++0000850055 00000 n ++0000850206 00000 n ++0000850358 00000 n ++0000850510 00000 n ++0000850662 00000 n ++0000850813 00000 n ++0000850963 00000 n ++0000851113 00000 n ++0000851263 00000 n ++0000851414 00000 n ++0000851564 00000 n ++0000851715 00000 n ++0000851866 00000 n ++0000852017 00000 n ++0000852168 00000 n ++0000852319 00000 n ++0000852470 00000 n ++0000852621 00000 n ++0000852771 00000 n ++0000852922 00000 n ++0000853073 00000 n ++0000853222 00000 n ++0000853372 00000 n ++0000853522 00000 n ++0000853672 00000 n ++0000853823 00000 n ++0000853975 00000 n ++0000854127 00000 n ++0000854278 00000 n ++0000854429 00000 n ++0000854581 00000 n ++0000854733 00000 n ++0000854885 00000 n ++0000855037 00000 n ++0000855189 00000 n ++0000855340 00000 n ++0000855492 00000 n ++0000855644 00000 n ++0000855795 00000 n ++0000855946 00000 n ++0000856096 00000 n ++0000938596 00000 n ++0000873053 00000 n ++0000860241 00000 n ++0000856391 00000 n ++0000872994 00000 n ++0000861087 00000 n ++0000861238 00000 n ++0000861388 00000 n ++0000861539 00000 n ++0000861689 00000 n ++0000861840 00000 n ++0000861991 00000 n ++0000862141 00000 n ++0000862291 00000 n ++0000862440 00000 n ++0000862590 00000 n ++0000862741 00000 n ++0000862892 00000 n ++0000863043 00000 n ++0000863194 00000 n ++0000863345 00000 n ++0000863496 00000 n ++0000863647 00000 n ++0000863798 00000 n ++0000863950 00000 n ++0000864101 00000 n ++0000864252 00000 n ++0000864403 00000 n ++0000864554 00000 n ++0000864706 00000 n ++0000864858 00000 n ++0000865010 00000 n ++0000865160 00000 n ++0000865312 00000 n ++0000865462 00000 n ++0000865614 00000 n ++0000865765 00000 n ++0000865916 00000 n ++0000866067 00000 n ++0000866219 00000 n ++0000866369 00000 n ++0000866520 00000 n ++0000866671 00000 n ++0000866822 00000 n ++0000866973 00000 n ++0000867124 00000 n ++0000867276 00000 n ++0000867428 00000 n ++0000867580 00000 n ++0000867731 00000 n ++0000867880 00000 n ++0000868030 00000 n ++0000868180 00000 n ++0000868331 00000 n ++0000868482 00000 n ++0000868633 00000 n ++0000868783 00000 n ++0000868934 00000 n ++0000869085 00000 n ++0000869235 00000 n ++0000869386 00000 n ++0000869537 00000 n ++0000869687 00000 n ++0000869838 00000 n ++0000869989 00000 n ++0000870138 00000 n ++0000870289 00000 n ++0000870439 00000 n ++0000870590 00000 n ++0000870741 00000 n ++0000870892 00000 n ++0000871043 00000 n ++0000871194 00000 n ++0000871344 00000 n ++0000871494 00000 n ++0000871645 00000 n ++0000871794 00000 n ++0000871945 00000 n ++0000872093 00000 n ++0000872244 00000 n ++0000872393 00000 n ++0000872543 00000 n ++0000872694 00000 n ++0000872844 00000 n ++0000890194 00000 n ++0000877404 00000 n ++0000873139 00000 n ++0000890135 00000 n ++0000878250 00000 n ++0000878401 00000 n ++0000878552 00000 n ++0000878703 00000 n ++0000878854 00000 n ++0000879005 00000 n ++0000879156 00000 n ++0000879307 00000 n ++0000879458 00000 n ++0000879608 00000 n ++0000879759 00000 n ++0000879910 00000 n ++0000880061 00000 n ++0000880211 00000 n ++0000880362 00000 n ++0000880512 00000 n ++0000880663 00000 n ++0000880812 00000 n ++0000880963 00000 n ++0000881114 00000 n ++0000881264 00000 n ++0000881414 00000 n ++0000881564 00000 n ++0000881714 00000 n ++0000881865 00000 n ++0000882015 00000 n ++0000882165 00000 n ++0000882316 00000 n ++0000882465 00000 n ++0000882615 00000 n ++0000882766 00000 n ++0000882917 00000 n ++0000883068 00000 n ++0000883219 00000 n ++0000883369 00000 n ++0000883520 00000 n ++0000883670 00000 n ++0000883821 00000 n ++0000883971 00000 n ++0000884122 00000 n ++0000884271 00000 n ++0000884421 00000 n ++0000884570 00000 n ++0000884720 00000 n ++0000884870 00000 n ++0000885020 00000 n ++0000885171 00000 n ++0000885322 00000 n ++0000885473 00000 n ++0000885624 00000 n ++0000885775 00000 n ++0000885926 00000 n ++0000886076 00000 n ++0000886227 00000 n ++0000886378 00000 n ++0000886528 00000 n ++0000886676 00000 n ++0000886827 00000 n ++0000886977 00000 n ++0000887128 00000 n ++0000887278 00000 n ++0000887429 00000 n ++0000887578 00000 n ++0000887729 00000 n ++0000887880 00000 n ++0000888031 00000 n ++0000888182 00000 n ++0000888332 00000 n ++0000888483 00000 n ++0000888633 00000 n ++0000888783 00000 n ++0000888934 00000 n ++0000889085 00000 n ++0000889236 00000 n ++0000889386 00000 n ++0000889536 00000 n ++0000889686 00000 n ++0000889835 00000 n ++0000889985 00000 n ++0000907092 00000 n ++0000894611 00000 n ++0000890280 00000 n ++0000907033 00000 n ++0000895439 00000 n ++0000895590 00000 n ++0000895740 00000 n ++0000895890 00000 n ++0000896041 00000 n ++0000896192 00000 n ++0000896343 00000 n ++0000896494 00000 n ++0000896645 00000 n ++0000896795 00000 n ++0000896945 00000 n ++0000897095 00000 n ++0000897246 00000 n ++0000897396 00000 n ++0000897547 00000 n ++0000897698 00000 n ++0000897849 00000 n ++0000898000 00000 n ++0000898151 00000 n ++0000898301 00000 n ++0000898452 00000 n ++0000898601 00000 n ++0000898752 00000 n ++0000898902 00000 n ++0000899052 00000 n ++0000899203 00000 n ++0000899354 00000 n ++0000899505 00000 n ++0000899655 00000 n ++0000899806 00000 n ++0000899957 00000 n ++0000900107 00000 n ++0000900256 00000 n ++0000900407 00000 n ++0000900558 00000 n ++0000900709 00000 n ++0000900860 00000 n ++0000901010 00000 n ++0000901161 00000 n ++0000901312 00000 n ++0000901462 00000 n ++0000901613 00000 n ++0000901763 00000 n ++0000901914 00000 n ++0000902064 00000 n ++0000902215 00000 n ++0000902365 00000 n ++0000902516 00000 n ++0000902666 00000 n ++0000902817 00000 n ++0000902968 00000 n ++0000903119 00000 n ++0000903270 00000 n ++0000903419 00000 n ++0000903570 00000 n ++0000903721 00000 n ++0000903872 00000 n ++0000904023 00000 n ++0000904174 00000 n ++0000904325 00000 n ++0000904475 00000 n ++0000904626 00000 n ++0000904777 00000 n ++0000904928 00000 n ++0000905078 00000 n ++0000905228 00000 n ++0000905379 00000 n ++0000905529 00000 n ++0000905680 00000 n ++0000905831 00000 n ++0000905981 00000 n ++0000906132 00000 n ++0000906282 00000 n ++0000906432 00000 n ++0000906582 00000 n ++0000906732 00000 n ++0000906883 00000 n ++0000921441 00000 n ++0000910847 00000 n ++0000907178 00000 n ++0000921382 00000 n ++0000911567 00000 n ++0000911718 00000 n ++0000911867 00000 n ++0000912018 00000 n ++0000912169 00000 n ++0000912320 00000 n ++0000912470 00000 n ++0000912621 00000 n ++0000912772 00000 n ++0000912922 00000 n ++0000913073 00000 n ++0000913224 00000 n ++0000913375 00000 n ++0000913526 00000 n ++0000913676 00000 n ++0000913826 00000 n ++0000913976 00000 n ++0000914126 00000 n ++0000914276 00000 n ++0000914427 00000 n ++0000914577 00000 n ++0000914728 00000 n ++0000914879 00000 n ++0000915029 00000 n ++0000915181 00000 n ++0000915333 00000 n ++0000915485 00000 n ++0000915637 00000 n ++0000915788 00000 n ++0000915939 00000 n ++0000916090 00000 n ++0000916241 00000 n ++0000916393 00000 n ++0000916545 00000 n ++0000916697 00000 n ++0000916849 00000 n ++0000917000 00000 n ++0000917151 00000 n ++0000917303 00000 n ++0000917453 00000 n ++0000917605 00000 n ++0000917757 00000 n ++0000917909 00000 n ++0000918061 00000 n ++0000918212 00000 n ++0000918364 00000 n ++0000918515 00000 n ++0000918666 00000 n ++0000918817 00000 n ++0000918968 00000 n ++0000919120 00000 n ++0000919271 00000 n ++0000919422 00000 n ++0000919573 00000 n ++0000919724 00000 n ++0000919875 00000 n ++0000920026 00000 n ++0000920178 00000 n ++0000920329 00000 n ++0000920480 00000 n ++0000920631 00000 n ++0000920782 00000 n ++0000920930 00000 n ++0000921080 00000 n ++0000921232 00000 n ++0000925810 00000 n ++0000922887 00000 n ++0000921527 00000 n ++0000925751 00000 n ++0000923175 00000 n ++0000923327 00000 n ++0000923479 00000 n ++0000923631 00000 n ++0000923783 00000 n ++0000923935 00000 n ++0000924087 00000 n ++0000924238 00000 n ++0000924389 00000 n ++0000924540 00000 n ++0000924691 00000 n ++0000924842 00000 n ++0000924993 00000 n ++0000925144 00000 n ++0000925296 00000 n ++0000925448 00000 n ++0000925600 00000 n ++0000925896 00000 n ++0000927806 00000 n ++0000931661 00000 n ++0000931907 00000 n ++0000935125 00000 n ++0000938721 00000 n ++0000938841 00000 n ++0000938965 00000 n ++0000939091 00000 n ++0000939217 00000 n ++0000939307 00000 n ++0000939408 00000 n ++0000947286 00000 n ++0000972416 00000 n ++0000972457 00000 n ++0000972497 00000 n ++0000972728 00000 n + trailer + << +-/Size 4601 +-/Root 4599 0 R +-/Info 4600 0 R +-/ID [<74901898AD51E59CC3F72DB00134BCF3> <74901898AD51E59CC3F72DB00134BCF3>] ++/Size 4499 ++/Root 4497 0 R ++/Info 4498 0 R + >> + startxref +-1060189 ++972884 + %%EOF +diff -uNr hwloc-1.1/doc/doxygen-doc/hwloc-letter.pdf hwloc-1.1rc6r2967_final/doc/doxygen-doc/hwloc-letter.pdf +--- hwloc-1.1/doc/doxygen-doc/hwloc-letter.pdf 2010-12-16 22:48:33.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/hwloc-letter.pdf 2010-12-31 23:48:22.348883212 +0100 +@@ -3,27728 +3,28710 @@ + << /S /GoTo /D (chapter.1) >> + endobj + 8 0 obj +-(\376\377\000H\000a\000r\000d\000w\000a\000r\000e\000\040\000L\000o\000c\000a\000l\000i\000t\000y) ++(Hardware Locality ) + 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) ++(Introduction) + endobj + 13 0 obj + << /S /GoTo /D (section.1.2) >> + endobj + 16 0 obj +-(\376\377\000I\000n\000s\000t\000a\000l\000l\000a\000t\000i\000o\000n) ++(Installation) + endobj + 17 0 obj + << /S /GoTo /D (section.1.3) >> + endobj + 20 0 obj +-(\376\377\000C\000L\000I\000\040\000E\000x\000a\000m\000p\000l\000e\000s) ++(CLI Examples) + endobj + 21 0 obj + << /S /GoTo /D (section.1.4) >> + endobj + 24 0 obj +-(\376\377\000P\000r\000o\000g\000r\000a\000m\000m\000i\000n\000g\000\040\000I\000n\000t\000e\000r\000f\000a\000c\000e) ++(Programming Interface) + endobj + 25 0 obj +-<< /S /GoTo /D (subsection.1.4.1) >> ++<< /S /GoTo /D (section.1.5) >> + endobj + 28 0 obj +-(\376\377\000P\000o\000r\000t\000a\000b\000i\000l\000i\000t\000y) ++(Questions and Bugs) + endobj + 29 0 obj +-<< /S /GoTo /D (subsection.1.4.2) >> ++<< /S /GoTo /D (section.1.6) >> + endobj + 32 0 obj +-(\376\377\000A\000P\000I\000\040\000E\000x\000a\000m\000p\000l\000e) ++(History / Credits) + endobj + 33 0 obj +-<< /S /GoTo /D (section.1.5) >> ++<< /S /GoTo /D (section.1.7) >> + endobj + 36 0 obj +-(\376\377\000Q\000u\000e\000s\000t\000i\000o\000n\000s\000\040\000a\000n\000d\000\040\000B\000u\000g\000s) ++(Further Reading) + endobj + 37 0 obj +-<< /S /GoTo /D (section.1.6) >> ++<< /S /GoTo /D (section.1.8) >> + endobj + 40 0 obj +-(\376\377\000H\000i\000s\000t\000o\000r\000y\000\040\000/\000\040\000C\000r\000e\000d\000i\000t\000s) ++(lstopo) + endobj + 41 0 obj +-<< /S /GoTo /D (section.1.7) >> ++<< /S /GoTo /D (section.1.9) >> + endobj + 44 0 obj +-(\376\377\000F\000u\000r\000t\000h\000e\000r\000\040\000R\000e\000a\000d\000i\000n\000g) ++(hwloc-bind) + endobj + 45 0 obj +-<< /S /GoTo /D (chapter.2) >> ++<< /S /GoTo /D (section.1.10) >> + endobj + 48 0 obj +-(\376\377\000T\000e\000r\000m\000s\000\040\000a\000n\000d\000\040\000D\000e\000f\000i\000n\000i\000t\000i\000o\000n\000s) ++(hwloc-calc) + endobj + 49 0 obj +-<< /S /GoTo /D (chapter.3) >> ++<< /S /GoTo /D (section.1.11) >> + endobj + 52 0 obj +-(\376\377\000C\000o\000m\000m\000a\000n\000d\000-\000l\000i\000n\000e\000\040\000t\000o\000o\000l\000s) ++(hwloc-distrib) + endobj + 53 0 obj +-<< /S /GoTo /D (section.3.1) >> ++<< /S /GoTo /D (section.1.12) >> + endobj + 56 0 obj +-(\376\377\000l\000s\000t\000o\000p\000o) ++(hwloc-ps) + endobj + 57 0 obj +-<< /S /GoTo /D (section.3.2) >> ++<< /S /GoTo /D (section.1.13) >> + endobj + 60 0 obj +-(\376\377\000h\000w\000l\000o\000c\000-\000b\000i\000n\000d) ++(Using hwloc's M4 Embedding Capabilities) + endobj + 61 0 obj +-<< /S /GoTo /D (section.3.3) >> ++<< /S /GoTo /D (section.1.14) >> + endobj + 64 0 obj +-(\376\377\000h\000w\000l\000o\000c\000-\000c\000a\000l\000c) ++(Example Embedding hwloc) + endobj + 65 0 obj +-<< /S /GoTo /D (section.3.4) >> ++<< /S /GoTo /D (section.1.15) >> + endobj + 68 0 obj +-(\376\377\000h\000w\000l\000o\000c\000-\000d\000i\000s\000t\000r\000i\000b) ++(Topology Context vs. Caching) + endobj + 69 0 obj +-<< /S /GoTo /D (section.3.5) >> ++<< /S /GoTo /D (section.1.16) >> + endobj + 72 0 obj +-(\376\377\000h\000w\000l\000o\000c\000-\000p\000s) ++(Hierarchy vs. Core@Socket) + endobj + 73 0 obj +-<< /S /GoTo /D (chapter.4) >> ++<< /S /GoTo /D (section.1.17) >> + endobj + 76 0 obj +-(\376\377\000E\000n\000v\000i\000r\000o\000n\000m\000e\000n\000t\000\040\000v\000a\000r\000i\000a\000b\000l\000e\000s) ++(Logical vs. Physical/OS Indexes) + endobj + 77 0 obj +-<< /S /GoTo /D (chapter.5) >> ++<< /S /GoTo /D (section.1.18) >> + endobj + 80 0 obj +-(\376\377\000C\000P\000U\000\040\000B\000i\000n\000d\000i\000n\000g\000\040\000a\000n\000d\000\040\000M\000e\000m\000o\000r\000y\000\040\000B\000i\000n\000d\000i\000n\000g) ++(Counting Specification) + endobj + 81 0 obj +-<< /S /GoTo /D (chapter.6) >> ++<< /S /GoTo /D (section.1.19) >> + endobj + 84 0 obj +-(\376\377\000I\000n\000t\000e\000r\000o\000p\000e\000r\000a\000b\000i\000l\000i\000t\000y\000\040\000w\000i\000t\000h\000\040\000o\000t\000h\000e\000r\000\040\000s\000o\000f\000t\000w\000a\000r\000e) ++(I do not want hwloc to rediscover my enormous machine topology everytime I rerun a process) + endobj + 85 0 obj +-<< /S /GoTo /D (chapter.7) >> ++<< /S /GoTo /D (chapter.2) >> + endobj + 88 0 obj +-(\376\377\000T\000h\000r\000e\000a\000d\000\040\000s\000a\000f\000e\000t\000y) ++(Hardware Locality \(hwloc\) Module Index) + endobj + 89 0 obj +-<< /S /GoTo /D (chapter.8) >> ++<< /S /GoTo /D (section.2.1) >> + endobj + 92 0 obj +-(\376\377\000E\000m\000b\000e\000d\000d\000i\000n\000g\000\040\000h\000w\000l\000o\000c\000\040\000i\000n\000\040\000o\000t\000h\000e\000r\000\040\000s\000o\000f\000t\000w\000a\000r\000e) ++(Hardware Locality \(hwloc\) Modules) + endobj + 93 0 obj +-<< /S /GoTo /D (section.8.1) >> ++<< /S /GoTo /D (chapter.3) >> + endobj + 96 0 obj +-(\376\377\000U\000s\000i\000n\000g\000\040\000h\000w\000l\000o\000c\000'\000s\000\040\000M\0004\000\040\000E\000m\000b\000e\000d\000d\000i\000n\000g\000\040\000C\000a\000p\000a\000b\000i\000l\000i\000t\000i\000e\000s) ++(Hardware Locality \(hwloc\) Data Structure Index) + endobj + 97 0 obj +-<< /S /GoTo /D (section.8.2) >> ++<< /S /GoTo /D (section.3.1) >> + endobj + 100 0 obj +-(\376\377\000E\000x\000a\000m\000p\000l\000e\000\040\000E\000m\000b\000e\000d\000d\000i\000n\000g\000\040\000h\000w\000l\000o\000c) ++(Hardware Locality \(hwloc\) Data Structures) + endobj + 101 0 obj +-<< /S /GoTo /D (chapter.9) >> ++<< /S /GoTo /D (chapter.4) >> + endobj + 104 0 obj +-(\376\377\000S\000w\000i\000t\000c\000h\000i\000n\000g\000\040\000f\000r\000o\000m\000\040\000P\000L\000P\000A\000\040\000t\000o\000\040\000h\000w\000l\000o\000c) ++(Hardware Locality \(hwloc\) File Index) + endobj + 105 0 obj +-<< /S /GoTo /D (section.9.1) >> ++<< /S /GoTo /D (section.4.1) >> + endobj + 108 0 obj +-(\376\377\000T\000o\000p\000o\000l\000o\000g\000y\000\040\000C\000o\000n\000t\000e\000x\000t\000\040\000v\000s\000.\000\040\000C\000a\000c\000h\000i\000n\000g) ++(Hardware Locality \(hwloc\) File List) + endobj + 109 0 obj +-<< /S /GoTo /D (section.9.2) >> ++<< /S /GoTo /D (chapter.5) >> + endobj + 112 0 obj +-(\376\377\000H\000i\000e\000r\000a\000r\000c\000h\000y\000\040\000v\000s\000.\000\040\000C\000o\000r\000e\000@\000S\000o\000c\000k\000e\000t) ++(Hardware Locality \(hwloc\) Module Documentation) + endobj + 113 0 obj +-<< /S /GoTo /D (section.9.3) >> ++<< /S /GoTo /D (section.5.1) >> + endobj + 116 0 obj +-(\376\377\000L\000o\000g\000i\000c\000a\000l\000\040\000v\000s\000.\000\040\000P\000h\000y\000s\000i\000c\000a\000l\000/\000O\000S\000\040\000I\000n\000d\000e\000x\000e\000s) ++(API version) + endobj + 117 0 obj +-<< /S /GoTo /D (section.9.4) >> ++<< /S /GoTo /D (section.5.2) >> + endobj + 120 0 obj +-(\376\377\000C\000o\000u\000n\000t\000i\000n\000g\000\040\000S\000p\000e\000c\000i\000f\000i\000c\000a\000t\000i\000o\000n) ++(Topology context) + endobj + 121 0 obj +-<< /S /GoTo /D (chapter.10) >> ++<< /S /GoTo /D (section.5.3) >> + endobj + 124 0 obj +-(\376\377\000F\000r\000e\000q\000u\000e\000n\000t\000l\000y\000\040\000A\000s\000k\000e\000d\000\040\000Q\000u\000e\000s\000t\000i\000o\000n\000s) ++(Object sets) + endobj + 125 0 obj +-<< /S /GoTo /D (section.10.1) >> ++<< /S /GoTo /D (section.5.4) >> + endobj + 128 0 obj +-(\376\377\000I\000\040\000d\000o\000\040\000n\000o\000t\000\040\000w\000a\000n\000t\000\040\000h\000w\000l\000o\000c\000\040\000t\000o\000\040\000r\000e\000d\000i\000s\000c\000o\000v\000e\000r\000\040\000m\000y\000\040\000e\000n\000o\000r\000m\000o\000u\000s\000\040\000m\000a\000c\000h\000i\000n\000e\000\040\000t\000o\000p\000o\000l\000o\000g\000y\000\040\000e\000v\000e\000r\000y\000t\000i\000m\000e\000\040\000I\000\040\000r\000e\000r\000u\000n\000\040\000a\000\040\000p\000r\000o\000c\000e\000s\000s) ++(Topology Object Types) + endobj + 129 0 obj +-<< /S /GoTo /D (chapter.11) >> ++<< /S /GoTo /D (section.5.5) >> + endobj + 132 0 obj +-(\376\377\000M\000o\000d\000u\000l\000e\000\040\000I\000n\000d\000e\000x) ++(Topology Objects) + endobj + 133 0 obj +-<< /S /GoTo /D (section.11.1) >> ++<< /S /GoTo /D (section.5.6) >> + endobj + 136 0 obj +-(\376\377\000M\000o\000d\000u\000l\000e\000s) ++(Create and Destroy Topologies) + endobj + 137 0 obj +-<< /S /GoTo /D (chapter.12) >> ++<< /S /GoTo /D (section.5.7) >> + endobj + 140 0 obj +-(\376\377\000D\000a\000t\000a\000\040\000S\000t\000r\000u\000c\000t\000u\000r\000e\000\040\000I\000n\000d\000e\000x) ++(Configure Topology Detection) + endobj + 141 0 obj +-<< /S /GoTo /D (section.12.1) >> ++<< /S /GoTo /D (section.5.8) >> + endobj + 144 0 obj +-(\376\377\000D\000a\000t\000a\000\040\000S\000t\000r\000u\000c\000t\000u\000r\000e\000s) ++(Tinker with topologies.) + endobj + 145 0 obj +-<< /S /GoTo /D (chapter.13) >> ++<< /S /GoTo /D (section.5.9) >> + endobj + 148 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) ++(Get some Topology Information) + endobj + 149 0 obj +-<< /S /GoTo /D (section.13.1) >> ++<< /S /GoTo /D (section.5.10) >> + endobj + 152 0 obj +-(\376\377\000A\000P\000I\000\040\000v\000e\000r\000s\000i\000o\000n) ++(Retrieve Objects) + endobj + 153 0 obj +-<< /S /GoTo /D (subsection.13.1.1) >> ++<< /S /GoTo /D (section.5.11) >> + endobj + 156 0 obj +-(\376\377\000D\000e\000f\000i\000n\000e\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n) ++(Object/String Conversion) + endobj + 157 0 obj +-<< /S /GoTo /D (subsubsection.13.1.1.1) >> ++<< /S /GoTo /D (section.5.12) >> + endobj + 160 0 obj +-(\376\377\000H\000W\000L\000O\000C\000\137\000A\000P\000I\000\137\000V\000E\000R\000S\000I\000O\000N) ++(CPU binding) + endobj + 161 0 obj +-<< /S /GoTo /D (section.13.2) >> ++<< /S /GoTo /D (section.5.13) >> + endobj + 164 0 obj +-(\376\377\000T\000o\000p\000o\000l\000o\000g\000y\000\040\000c\000o\000n\000t\000e\000x\000t) ++(Memory binding) + endobj + 165 0 obj +-<< /S /GoTo /D (subsection.13.2.1) >> ++<< /S /GoTo /D (section.5.14) >> + endobj + 168 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) ++(Object Type Helpers) + endobj + 169 0 obj +-<< /S /GoTo /D (subsubsection.13.2.1.1) >> ++<< /S /GoTo /D (section.5.15) >> + endobj + 172 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000t) ++(Basic Traversal Helpers) + endobj + 173 0 obj +-<< /S /GoTo /D (section.13.3) >> ++<< /S /GoTo /D (section.5.16) >> + endobj + 176 0 obj +-(\376\377\000O\000b\000j\000e\000c\000t\000\040\000s\000e\000t\000s) ++(Finding Objects Inside a CPU set) + endobj + 177 0 obj +-<< /S /GoTo /D (subsection.13.3.1) >> ++<< /S /GoTo /D (section.5.17) >> + endobj + 180 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) ++(Finding a single Object covering at least CPU set) + endobj + 181 0 obj +-<< /S /GoTo /D (subsubsection.13.3.1.1) >> ++<< /S /GoTo /D (section.5.18) >> + endobj + 184 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000c\000o\000n\000s\000t\000\137\000c\000p\000u\000s\000e\000t\000\137\000t) ++(Finding a set of similar Objects covering at least a CPU set) + endobj + 185 0 obj +-<< /S /GoTo /D (subsubsection.13.3.1.2) >> ++<< /S /GoTo /D (section.5.19) >> + endobj + 188 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000c\000o\000n\000s\000t\000\137\000n\000o\000d\000e\000s\000e\000t\000\137\000t) ++(Cache-specific Finding Helpers) + endobj + 189 0 obj +-<< /S /GoTo /D (subsubsection.13.3.1.3) >> ++<< /S /GoTo /D (section.5.20) >> + endobj + 192 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000c\000p\000u\000s\000e\000t\000\137\000t) ++(Advanced Traversal Helpers) + endobj + 193 0 obj +-<< /S /GoTo /D (subsubsection.13.3.1.4) >> ++<< /S /GoTo /D (section.5.21) >> + endobj + 196 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000n\000o\000d\000e\000s\000e\000t\000\137\000t) ++(Binding Helpers) + endobj + 197 0 obj +-<< /S /GoTo /D (section.13.4) >> ++<< /S /GoTo /D (section.5.22) >> + endobj + 200 0 obj +-(\376\377\000T\000o\000p\000o\000l\000o\000g\000y\000\040\000O\000b\000j\000e\000c\000t\000\040\000T\000y\000p\000e\000s) ++(Cpuset Helpers) + endobj + 201 0 obj +-<< /S /GoTo /D (subsection.13.4.1) >> ++<< /S /GoTo /D (section.5.23) >> + endobj + 204 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) ++(Nodeset Helpers) + endobj + 205 0 obj +-<< /S /GoTo /D (subsubsection.13.4.1.1) >> ++<< /S /GoTo /D (section.5.24) >> + endobj + 208 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000c\000o\000m\000p\000a\000r\000e\000\137\000t\000y\000p\000e\000s\000\137\000e) ++(Conversion between cpuset and nodeset) + endobj + 209 0 obj +-<< /S /GoTo /D (subsubsection.13.4.1.2) >> ++<< /S /GoTo /D (section.5.25) >> + endobj + 212 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000o\000b\000j\000\137\000t\000y\000p\000e\000\137\000t) ++(The bitmap API) + endobj + 213 0 obj +-<< /S /GoTo /D (subsection.13.4.2) >> ++<< /S /GoTo /D (section.5.26) >> + 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) ++(Helpers for manipulating glibc sched affinity) + endobj + 217 0 obj +-<< /S /GoTo /D (subsubsection.13.4.2.1) >> ++<< /S /GoTo /D (section.5.27) >> + endobj + 220 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000c\000o\000m\000p\000a\000r\000e\000\137\000t\000y\000p\000e\000s) ++(Linux-only helpers) + endobj + 221 0 obj +-<< /S /GoTo /D (section.13.5) >> ++<< /S /GoTo /D (section.5.28) >> + endobj + 224 0 obj +-(\376\377\000T\000o\000p\000o\000l\000o\000g\000y\000\040\000O\000b\000j\000e\000c\000t\000s) ++(Helpers for manipulating Linux libnuma unsigned long masks) + endobj + 225 0 obj +-<< /S /GoTo /D (subsection.13.5.1) >> ++<< /S /GoTo /D (section.5.29) >> + endobj + 228 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) ++(Helpers for manipulating Linux libnuma bitmask) + endobj + 229 0 obj +-<< /S /GoTo /D (subsubsection.13.5.1.1) >> ++<< /S /GoTo /D (section.5.30) >> + endobj + 232 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000o\000b\000j\000\137\000t) ++(Helpers for manipulating Linux libnuma nodemask\137t) + endobj + 233 0 obj +-<< /S /GoTo /D (section.13.6) >> ++<< /S /GoTo /D (section.5.31) >> + endobj + 236 0 obj +-(\376\377\000C\000r\000e\000a\000t\000e\000\040\000a\000n\000d\000\040\000D\000e\000s\000t\000r\000o\000y\000\040\000T\000o\000p\000o\000l\000o\000g\000i\000e\000s) ++(CUDA Driver API Specific Functions) + endobj + 237 0 obj +-<< /S /GoTo /D (subsection.13.6.1) >> ++<< /S /GoTo /D (section.5.32) >> + endobj + 240 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) ++(CUDA Runtime API Specific Functions) + endobj + 241 0 obj +-<< /S /GoTo /D (subsubsection.13.6.1.1) >> ++<< /S /GoTo /D (section.5.33) >> + endobj + 244 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000c\000h\000e\000c\000k) ++(OpenFabrics-Specific Functions) + endobj + 245 0 obj +-<< /S /GoTo /D (subsubsection.13.6.1.2) >> ++<< /S /GoTo /D (section.5.34) >> + endobj + 248 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000d\000e\000s\000t\000r\000o\000y) ++(Myrinet Express-Specific Functions) + endobj + 249 0 obj +-<< /S /GoTo /D (subsubsection.13.6.1.3) >> ++<< /S /GoTo /D (chapter.6) >> + endobj + 252 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000i\000n\000i\000t) ++(Hardware Locality \(hwloc\) Data Structure Documentation) + endobj + 253 0 obj +-<< /S /GoTo /D (subsubsection.13.6.1.4) >> ++<< /S /GoTo /D (section.6.1) >> + endobj + 256 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000l\000o\000a\000d) ++(hwloc\137obj Struct Reference) + endobj + 257 0 obj +-<< /S /GoTo /D (section.13.7) >> ++<< /S /GoTo /D (section.6.2) >> + endobj + 260 0 obj +-(\376\377\000C\000o\000n\000f\000i\000g\000u\000r\000e\000\040\000T\000o\000p\000o\000l\000o\000g\000y\000\040\000D\000e\000t\000e\000c\000t\000i\000o\000n) ++(hwloc\137obj\137attr\137u Union Reference) + endobj + 261 0 obj +-<< /S /GoTo /D (subsection.13.7.1) >> ++<< /S /GoTo /D (section.6.3) >> + endobj + 264 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) ++(hwloc\137obj\137attr\137u::hwloc\137cache\137attr\137s Struct Reference) + endobj + 265 0 obj +-<< /S /GoTo /D (subsection.13.7.2) >> ++<< /S /GoTo /D (section.6.4) >> + endobj + 268 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) ++(hwloc\137obj\137attr\137u::hwloc\137group\137attr\137s Struct Reference) + endobj + 269 0 obj +-<< /S /GoTo /D (subsubsection.13.7.2.1) >> ++<< /S /GoTo /D (section.6.5) >> + endobj + 272 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000f\000l\000a\000g\000s\000\137\000e) ++(hwloc\137obj\137info\137s Struct Reference) + endobj + 273 0 obj +-<< /S /GoTo /D (subsection.13.7.3) >> ++<< /S /GoTo /D (section.6.6) >> + endobj + 276 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) ++(hwloc\137obj\137memory\137s Struct Reference) + endobj + 277 0 obj +-<< /S /GoTo /D (subsubsection.13.7.3.1) >> ++<< /S /GoTo /D (section.6.7) >> + endobj + 280 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000g\000e\000t\000\137\000s\000u\000p\000p\000o\000r\000t) ++(hwloc\137obj\137memory\137s::hwloc\137obj\137memory\137page\137type\137s Struct Reference) + endobj + 281 0 obj +-<< /S /GoTo /D (subsubsection.13.7.3.2) >> ++<< /S /GoTo /D (section.6.8) >> + endobj + 284 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000i\000g\000n\000o\000r\000e\000\137\000a\000l\000l\000\137\000k\000e\000e\000p\000\137\000s\000t\000r\000u\000c\000t\000u\000r\000e) ++(hwloc\137topology\137cpubind\137support Struct Reference) + endobj + 285 0 obj +-<< /S /GoTo /D (subsubsection.13.7.3.3) >> ++<< /S /GoTo /D (section.6.9) >> + endobj + 288 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000i\000g\000n\000o\000r\000e\000\137\000t\000y\000p\000e) ++(hwloc\137topology\137discovery\137support Struct Reference) + endobj + 289 0 obj +-<< /S /GoTo /D (subsubsection.13.7.3.4) >> ++<< /S /GoTo /D (section.6.10) >> + endobj + 292 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000i\000g\000n\000o\000r\000e\000\137\000t\000y\000p\000e\000\137\000k\000e\000e\000p\000\137\000s\000t\000r\000u\000c\000t\000u\000r\000e) ++(hwloc\137topology\137membind\137support Struct Reference) + endobj + 293 0 obj +-<< /S /GoTo /D (subsubsection.13.7.3.5) >> ++<< /S /GoTo /D (section.6.11) >> + endobj + 296 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000s\000e\000t\000\137\000f\000l\000a\000g\000s) ++(hwloc\137topology\137support Struct Reference) + endobj + 297 0 obj +-<< /S /GoTo /D (subsubsection.13.7.3.6) >> ++<< /S /GoTo /D (chapter.7) >> + endobj + 300 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000s\000e\000t\000\137\000f\000s\000r\000o\000o\000t) ++(Hardware Locality \(hwloc\) File Documentation) + endobj + 301 0 obj +-<< /S /GoTo /D (subsubsection.13.7.3.7) >> ++<< /S /GoTo /D (section.7.1) >> + endobj + 304 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000s\000e\000t\000\137\000p\000i\000d) ++(bitmap.h File Reference) + endobj + 305 0 obj +-<< /S /GoTo /D (subsubsection.13.7.3.8) >> ++<< /S /GoTo /D (section.7.2) >> + endobj + 308 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000s\000e\000t\000\137\000s\000y\000n\000t\000h\000e\000t\000i\000c) ++(cuda.h File Reference) + endobj + 309 0 obj +-<< /S /GoTo /D (subsubsection.13.7.3.9) >> ++<< /S /GoTo /D (section.7.3) >> + endobj + 312 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000s\000e\000t\000\137\000x\000m\000l) ++(cudart.h File Reference) + endobj + 313 0 obj +-<< /S /GoTo /D (subsubsection.13.7.3.10) >> ++<< /S /GoTo /D (section.7.4) >> + endobj + 316 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000s\000e\000t\000\137\000x\000m\000l\000b\000u\000f\000f\000e\000r) ++(glibc-sched.h File Reference) + endobj + 317 0 obj +-<< /S /GoTo /D (section.13.8) >> ++<< /S /GoTo /D (section.7.5) >> + endobj + 320 0 obj +-(\376\377\000T\000i\000n\000k\000e\000r\000\040\000w\000i\000t\000h\000\040\000t\000o\000p\000o\000l\000o\000g\000i\000e\000s\000.) ++(helper.h File Reference) + endobj + 321 0 obj +-<< /S /GoTo /D (subsection.13.8.1) >> ++<< /S /GoTo /D (section.7.6) >> + endobj + 324 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) ++(hwloc.doxy File Reference) + endobj + 325 0 obj +-<< /S /GoTo /D (subsubsection.13.8.1.1) >> ++<< /S /GoTo /D (section.7.7) >> + endobj + 328 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000e\000x\000p\000o\000r\000t\000\137\000x\000m\000l) ++(hwloc.h File Reference) + endobj + 329 0 obj +-<< /S /GoTo /D (subsubsection.13.8.1.2) >> ++<< /S /GoTo /D (section.7.8) >> + endobj + 332 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000e\000x\000p\000o\000r\000t\000\137\000x\000m\000l\000b\000u\000f\000f\000e\000r) ++(linux-libnuma.h File Reference) + endobj + 333 0 obj +-<< /S /GoTo /D (subsubsection.13.8.1.3) >> ++<< /S /GoTo /D (section.7.9) >> + endobj + 336 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000i\000n\000s\000e\000r\000t\000\137\000m\000i\000s\000c\000\137\000o\000b\000j\000e\000c\000t\000\137\000b\000y\000\137\000c\000p\000u\000s\000e\000t) ++(linux.h File Reference) + endobj + 337 0 obj +-<< /S /GoTo /D (subsubsection.13.8.1.4) >> ++<< /S /GoTo /D (section.7.10) >> + endobj + 340 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000i\000n\000s\000e\000r\000t\000\137\000m\000i\000s\000c\000\137\000o\000b\000j\000e\000c\000t\000\137\000b\000y\000\137\000p\000a\000r\000e\000n\000t) ++(myriexpress.h File Reference) + endobj + 341 0 obj +-<< /S /GoTo /D (section.13.9) >> ++<< /S /GoTo /D (section.7.11) >> + endobj + 344 0 obj +-(\376\377\000G\000e\000t\000\040\000s\000o\000m\000e\000\040\000T\000o\000p\000o\000l\000o\000g\000y\000\040\000I\000n\000f\000o\000r\000m\000a\000t\000i\000o\000n) ++(openfabrics-verbs.h File Reference) + endobj + 345 0 obj +-<< /S /GoTo /D (subsection.13.9.1) >> +-endobj +-348 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 +-349 0 obj +-<< /S /GoTo /D (subsubsection.13.9.1.1) >> +-endobj +-352 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000t\000y\000p\000e\000\137\000d\000e\000p\000t\000h\000\137\000e) +-endobj +-353 0 obj +-<< /S /GoTo /D (subsection.13.9.2) >> +-endobj +-356 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 +-357 0 obj +-<< /S /GoTo /D (subsubsection.13.9.2.1) >> +-endobj +-360 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000d\000e\000p\000t\000h\000\137\000t\000y\000p\000e) +-endobj +-361 0 obj +-<< /S /GoTo /D (subsubsection.13.9.2.2) >> +-endobj +-364 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000n\000b\000o\000b\000j\000s\000\137\000b\000y\000\137\000d\000e\000p\000t\000h) +-endobj +-365 0 obj +-<< /S /GoTo /D (subsubsection.13.9.2.3) >> +-endobj +-368 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000n\000b\000o\000b\000j\000s\000\137\000b\000y\000\137\000t\000y\000p\000e) +-endobj +-369 0 obj +-<< /S /GoTo /D (subsubsection.13.9.2.4) >> +-endobj +-372 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000t\000y\000p\000e\000\137\000d\000e\000p\000t\000h) +-endobj +-373 0 obj +-<< /S /GoTo /D (subsubsection.13.9.2.5) >> +-endobj +-376 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000g\000e\000t\000\137\000d\000e\000p\000t\000h) +-endobj +-377 0 obj +-<< /S /GoTo /D (subsubsection.13.9.2.6) >> +-endobj +-380 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000i\000s\000\137\000t\000h\000i\000s\000s\000y\000s\000t\000e\000m) +-endobj +-381 0 obj +-<< /S /GoTo /D (section.13.10) >> +-endobj +-384 0 obj +-(\376\377\000R\000e\000t\000r\000i\000e\000v\000e\000\040\000O\000b\000j\000e\000c\000t\000s) +-endobj +-385 0 obj +-<< /S /GoTo /D (subsection.13.10.1) >> +-endobj +-388 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 +-389 0 obj +-<< /S /GoTo /D (subsubsection.13.10.1.1) >> +-endobj +-392 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000o\000b\000j\000\137\000b\000y\000\137\000d\000e\000p\000t\000h) +-endobj +-393 0 obj +-<< /S /GoTo /D (subsubsection.13.10.1.2) >> +-endobj +-396 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000o\000b\000j\000\137\000b\000y\000\137\000t\000y\000p\000e) +-endobj +-397 0 obj +-<< /S /GoTo /D (section.13.11) >> +-endobj +-400 0 obj +-(\376\377\000O\000b\000j\000e\000c\000t\000/\000S\000t\000r\000i\000n\000g\000\040\000C\000o\000n\000v\000e\000r\000s\000i\000o\000n) +-endobj +-401 0 obj +-<< /S /GoTo /D (subsection.13.11.1) >> +-endobj +-404 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 +-405 0 obj +-<< /S /GoTo /D (subsubsection.13.11.1.1) >> +-endobj +-408 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000o\000b\000j\000\137\000a\000t\000t\000r\000\137\000s\000n\000p\000r\000i\000n\000t\000f) +-endobj +-409 0 obj +-<< /S /GoTo /D (subsubsection.13.11.1.2) >> +-endobj +-412 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000o\000b\000j\000\137\000c\000p\000u\000s\000e\000t\000\137\000s\000n\000p\000r\000i\000n\000t\000f) +-endobj +-413 0 obj +-<< /S /GoTo /D (subsubsection.13.11.1.3) >> +-endobj +-416 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000o\000b\000j\000\137\000g\000e\000t\000\137\000i\000n\000f\000o\000\137\000b\000y\000\137\000n\000a\000m\000e) +-endobj +-417 0 obj +-<< /S /GoTo /D (subsubsection.13.11.1.4) >> +-endobj +-420 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000o\000b\000j\000\137\000s\000n\000p\000r\000i\000n\000t\000f) +-endobj +-421 0 obj +-<< /S /GoTo /D (subsubsection.13.11.1.5) >> +-endobj +-424 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000o\000b\000j\000\137\000t\000y\000p\000e\000\137\000o\000f\000\137\000s\000t\000r\000i\000n\000g) +-endobj +-425 0 obj +-<< /S /GoTo /D (subsubsection.13.11.1.6) >> +-endobj +-428 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000o\000b\000j\000\137\000t\000y\000p\000e\000\137\000s\000n\000p\000r\000i\000n\000t\000f) +-endobj +-429 0 obj +-<< /S /GoTo /D (subsubsection.13.11.1.7) >> +-endobj +-432 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000o\000b\000j\000\137\000t\000y\000p\000e\000\137\000s\000t\000r\000i\000n\000g) +-endobj +-433 0 obj +-<< /S /GoTo /D (section.13.12) >> ++<< /S /GoTo /D [346 0 R /Fit ] >> + endobj +-436 0 obj +-(\376\377\000C\000P\000U\000\040\000b\000i\000n\000d\000i\000n\000g) +-endobj +-437 0 obj +-<< /S /GoTo /D (subsection.13.12.1) >> +-endobj +-440 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 +-441 0 obj +-<< /S /GoTo /D (subsection.13.12.2) >> +-endobj +-444 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 +-445 0 obj +-<< /S /GoTo /D (subsubsection.13.12.2.1) >> +-endobj +-448 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000c\000p\000u\000b\000i\000n\000d\000\137\000f\000l\000a\000g\000s\000\137\000t) +-endobj +-449 0 obj +-<< /S /GoTo /D (subsection.13.12.3) >> +-endobj +-452 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 +-453 0 obj +-<< /S /GoTo /D (subsubsection.13.12.3.1) >> +-endobj +-456 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000c\000p\000u\000b\000i\000n\000d) +-endobj +-457 0 obj +-<< /S /GoTo /D (subsubsection.13.12.3.2) >> +-endobj +-460 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000p\000r\000o\000c\000\137\000c\000p\000u\000b\000i\000n\000d) +-endobj +-461 0 obj +-<< /S /GoTo /D (subsubsection.13.12.3.3) >> +-endobj +-464 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000t\000h\000r\000e\000a\000d\000\137\000c\000p\000u\000b\000i\000n\000d) +-endobj +-465 0 obj +-<< /S /GoTo /D (subsubsection.13.12.3.4) >> +-endobj +-468 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000s\000e\000t\000\137\000c\000p\000u\000b\000i\000n\000d) +-endobj +-469 0 obj +-<< /S /GoTo /D (subsubsection.13.12.3.5) >> +-endobj +-472 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000s\000e\000t\000\137\000p\000r\000o\000c\000\137\000c\000p\000u\000b\000i\000n\000d) +-endobj +-473 0 obj +-<< /S /GoTo /D (subsubsection.13.12.3.6) >> +-endobj +-476 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000s\000e\000t\000\137\000t\000h\000r\000e\000a\000d\000\137\000c\000p\000u\000b\000i\000n\000d) +-endobj +-477 0 obj +-<< /S /GoTo /D (section.13.13) >> +-endobj +-480 0 obj +-(\376\377\000M\000e\000m\000o\000r\000y\000\040\000b\000i\000n\000d\000i\000n\000g) +-endobj +-481 0 obj +-<< /S /GoTo /D (subsection.13.13.1) >> +-endobj +-484 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 +-485 0 obj +-<< /S /GoTo /D (subsection.13.13.2) >> +-endobj +-488 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 +-489 0 obj +-<< /S /GoTo /D (subsubsection.13.13.2.1) >> +-endobj +-492 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000m\000e\000m\000b\000i\000n\000d\000\137\000f\000l\000a\000g\000s\000\137\000t) +-endobj +-493 0 obj +-<< /S /GoTo /D (subsubsection.13.13.2.2) >> +-endobj +-496 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000m\000e\000m\000b\000i\000n\000d\000\137\000p\000o\000l\000i\000c\000y\000\137\000t) +-endobj +-497 0 obj +-<< /S /GoTo /D (subsection.13.13.3) >> +-endobj +-500 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 +-501 0 obj +-<< /S /GoTo /D (subsubsection.13.13.3.1) >> +-endobj +-504 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000a\000l\000l\000o\000c) +-endobj +-505 0 obj +-<< /S /GoTo /D (subsubsection.13.13.3.2) >> +-endobj +-508 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000a\000l\000l\000o\000c\000\137\000m\000e\000m\000b\000i\000n\000d) +-endobj +-509 0 obj +-<< /S /GoTo /D (subsubsection.13.13.3.3) >> +-endobj +-512 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000a\000l\000l\000o\000c\000\137\000m\000e\000m\000b\000i\000n\000d\000\137\000n\000o\000d\000e\000s\000e\000t) +-endobj +-513 0 obj +-<< /S /GoTo /D (subsubsection.13.13.3.4) >> +-endobj +-516 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000f\000r\000e\000e) +-endobj +-517 0 obj +-<< /S /GoTo /D (subsubsection.13.13.3.5) >> +-endobj +-520 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000a\000r\000e\000a\000\137\000m\000e\000m\000b\000i\000n\000d) +-endobj +-521 0 obj +-<< /S /GoTo /D (subsubsection.13.13.3.6) >> +-endobj +-524 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000a\000r\000e\000a\000\137\000m\000e\000m\000b\000i\000n\000d\000\137\000n\000o\000d\000e\000s\000e\000t) +-endobj +-525 0 obj +-<< /S /GoTo /D (subsubsection.13.13.3.7) >> ++348 0 obj << ++/Length 288 ++/Filter /FlateDecode ++>> ++stream ++xڍQMO0 WjlɎh0zRijؿ؄Cg!Ew@\3A&FG2S9O/2rFE#LnƩr+$%<93c Z|?}-OOq U[;ɡ^y&99nw<Gg8T'봋 4ق%cS236=,nױBzAH8Mntϫ o tendstream + endobj +-528 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000m\000e\000m\000b\000i\000n\000d) ++346 0 obj << ++/Type /Page ++/Contents 348 0 R ++/Resources 347 0 R ++/MediaBox [0 0 612 792] ++/Parent 353 0 R ++>> endobj ++349 0 obj << ++/D [346 0 R /XYZ 106.869 686.127 null] ++>> endobj ++350 0 obj << ++/D [346 0 R /XYZ 106.869 668.127 null] ++>> endobj ++347 0 obj << ++/Font << /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++356 0 obj << ++/Length 67 ++/Filter /FlateDecode ++>> ++stream ++x3T0BCC3=33s3 3=C#s\.t;!TER&kjighbF 9mendstream + endobj +-529 0 obj +-<< /S /GoTo /D (subsubsection.13.13.3.8) >> ++355 0 obj << ++/Type /Page ++/Contents 356 0 R ++/Resources 354 0 R ++/MediaBox [0 0 612 792] ++/Parent 353 0 R ++>> endobj ++357 0 obj << ++/D [355 0 R /XYZ 160.667 686.127 null] ++>> endobj ++354 0 obj << ++/ProcSet [ /PDF ] ++>> endobj ++360 0 obj << ++/Length 1762 ++/Filter /FlateDecode ++>> ++stream ++xKoF:hǭ4)4 SLT Jo%wZSH ++AH<.G"%DRKDv.0ΐ"OHh3K#ʑ*z"ext+̏ez,O~xqZl!\VCy]ƷAFZQ9&+{ǯ6vEDuS՚ ++ɓ>+°(~TA"s. Rk^ɝWK@`$>E='eG`U78ctZL^57F/44C1~k ++#MT֤Gm:~3I6HTwty BCW/. ]@BCU]tq ++5.|6}zlz&v-]œl, oY@BCUY!Yd1bM*,qdqOֻ"!;a6WǛ$abD=cμ NKaP ߅EI40+sޖ(b5J`a$l`ѥ<]/Eyf[F=AJ{*'hxLͧCj>]yWK땰 =Q{[nOQx5s%jI$C Hjhm!oKi㶃b8ڌ>OיF,HJg{b4p~6x&up pޖEm7iCRls•lxgMOdznY-m8#odHUM̖ɕH5`T18HCXyP@oQ mi!hxCU"Y.$&/_??= U\KA﹟(ENXe Y$ 4x[PA ++7rw켫:U> endobj ++364 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [105.873 500.481 206.047 511.36] ++/Subtype /Link ++/A << /S /GoTo /D (chapter.1) >> ++>> endobj ++365 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [120.817 484.408 194.978 493.255] ++/Subtype /Link ++/A << /S /GoTo /D (section.1.1) >> ++>> endobj ++366 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [120.817 466.412 190.555 475.259] ++/Subtype /Link ++/A << /S /GoTo /D (section.1.2) >> ++>> endobj ++367 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [120.817 446.359 203.556 457.263] ++/Subtype /Link ++/A << /S /GoTo /D (section.1.3) >> ++>> endobj ++368 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [120.817 428.364 238.305 439.268] ++/Subtype /Link ++/A << /S /GoTo /D (section.1.4) >> ++>> endobj ++369 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [120.817 410.368 225.424 421.272] ++/Subtype /Link ++/A << /S /GoTo /D (section.1.5) >> ++>> endobj ++370 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [120.817 392.372 212.143 403.276] ++/Subtype /Link ++/A << /S /GoTo /D (section.1.6) >> ++>> endobj ++371 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [120.817 374.376 210.749 385.28] ++/Subtype /Link ++/A << /S /GoTo /D (section.1.7) >> ++>> endobj ++372 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [120.817 356.381 170.082 367.285] ++/Subtype /Link ++/A << /S /GoTo /D (section.1.8) >> ++>> endobj ++373 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [120.817 340.323 191.103 349.289] ++/Subtype /Link ++/A << /S /GoTo /D (section.1.9) >> ++>> endobj ++374 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [120.817 322.447 189.429 331.293] ++/Subtype /Link ++/A << /S /GoTo /D (section.1.10) >> ++>> endobj ++375 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [120.817 304.451 198.854 313.297] ++/Subtype /Link ++/A << /S /GoTo /D (section.1.11) >> ++>> endobj ++376 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [120.817 284.398 182.246 295.302] ++/Subtype /Link ++/A << /S /GoTo /D (section.1.12) >> ++>> endobj ++377 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [120.817 266.402 317.856 277.306] ++/Subtype /Link ++/A << /S /GoTo /D (section.1.13) >> ++>> endobj ++378 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [120.817 248.406 256.408 259.31] ++/Subtype /Link ++/A << /S /GoTo /D (section.1.14) >> ++>> endobj ++379 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [120.817 230.411 267.695 241.315] ++/Subtype /Link ++/A << /S /GoTo /D (section.1.15) >> ++>> endobj ++380 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [120.817 212.415 257.992 223.319] ++/Subtype /Link ++/A << /S /GoTo /D (section.1.16) >> ++>> endobj ++381 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [120.817 194.419 275.476 205.323] ++/Subtype /Link ++/A << /S /GoTo /D (section.1.17) >> ++>> endobj ++382 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [120.817 176.423 237.329 187.327] ++/Subtype /Link ++/A << /S /GoTo /D (section.1.18) >> ++>> endobj ++383 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [120.817 158.428 451.577 169.332] ++/Subtype /Link ++/A << /S /GoTo /D (section.1.19) >> ++>> endobj ++384 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [105.873 146.472 244.761 157.376] ++/Subtype /Link ++/A << /S /GoTo /D (section.1.19) >> ++>> endobj ++385 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [105.873 117.163 299.585 128.042] ++/Subtype /Link ++/A << /S /GoTo /D (chapter.2) >> ++>> endobj ++363 0 obj << ++/D [359 0 R /XYZ 106.869 532.646 null] ++>> endobj ++358 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++388 0 obj << ++/Length 2374 ++/Filter /FlateDecode ++>> ++stream ++xݜ]w6+x)]75II#1:; ȥ7=ONN${3z ɰ1My Mϳ.WoΘ796ыo^"3h]|2$g2Xl缐/^\xE;v)Ern=AƏgSdfLvu&=pv0;OMy"xAr]dnpiͶ: #%$imPBKz\QGsd4HQ' p DDLT'iSŒ*ަg%Srd^^-٢<͇fux[W_FHHER;ԝ6ֱ;j!OdNqÈ:&mPuN[#uOPHT: jJ6ff.\Ps'oxR'x (jb?t6v?< U@ V:2L&8*dSSڞD[3RhEB&\s6Zs}\ХB<B<0ƃ(E"&r6RfdEJ܁<rYPP_X6I!(ůq\:[vh:٠M<)Đu!d#'lkĥ` c07ݥ DjdM;v۠%\=z ++#$FH85%KhaĠ '06#0z˿<7%i6)J ++(kAepM 7'Y]Ic p-d n.hpyppΗw,dbs6c<($TÁ$QtV+^@V@7~۽^Þ7«$D4/op,aEO֓*',6Álpdn&OPSs'oyRa ++8 ؗKPgh8Tch|JG@ U6}Y6J;^wfZf_E(~2*LL0y}ܽaETvzbǙxp p<_]v7V|Ҧ:w9/I9᪈KZpG"?LCH-y0&N3!IY ++\m>0tDKP ++My)#,7›`Ka g-7Ár9@YSX_:A7IfwlܭbX0Ff۠R˳:I}GH: j8JxHA9tA`9-fu:&famP)ZG,Y7u`!Ԁl`Q9^OVR_ߴeN ++,UDhFA`EJ7XH: 36 7$Xig,+A`ER7XH: jIl3Qi'Gr=*L7ծڗPջP ϋU,-*Q{}ɖs?vϪ>y\crwYRq^D!UIendstream + endobj +-533 0 obj +-<< /S /GoTo /D (subsubsection.13.13.3.9) >> +-endobj +-536 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000p\000r\000o\000c\000\137\000m\000e\000m\000b\000i\000n\000d) +-endobj +-537 0 obj +-<< /S /GoTo /D (subsubsection.13.13.3.10) >> +-endobj +-540 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000p\000r\000o\000c\000\137\000m\000e\000m\000b\000i\000n\000d\000\137\000n\000o\000d\000e\000s\000e\000t) +-endobj +-541 0 obj +-<< /S /GoTo /D (subsubsection.13.13.3.11) >> +-endobj +-544 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000s\000e\000t\000\137\000a\000r\000e\000a\000\137\000m\000e\000m\000b\000i\000n\000d) +-endobj +-545 0 obj +-<< /S /GoTo /D (subsubsection.13.13.3.12) >> +-endobj +-548 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000s\000e\000t\000\137\000a\000r\000e\000a\000\137\000m\000e\000m\000b\000i\000n\000d\000\137\000n\000o\000d\000e\000s\000e\000t) +-endobj +-549 0 obj +-<< /S /GoTo /D (subsubsection.13.13.3.13) >> +-endobj +-552 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000s\000e\000t\000\137\000m\000e\000m\000b\000i\000n\000d) +-endobj +-553 0 obj +-<< /S /GoTo /D (subsubsection.13.13.3.14) >> +-endobj +-556 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000s\000e\000t\000\137\000m\000e\000m\000b\000i\000n\000d\000\137\000n\000o\000d\000e\000s\000e\000t) +-endobj +-557 0 obj +-<< /S /GoTo /D (subsubsection.13.13.3.15) >> +-endobj +-560 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000s\000e\000t\000\137\000p\000r\000o\000c\000\137\000m\000e\000m\000b\000i\000n\000d) +-endobj +-561 0 obj +-<< /S /GoTo /D (subsubsection.13.13.3.16) >> +-endobj +-564 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000s\000e\000t\000\137\000p\000r\000o\000c\000\137\000m\000e\000m\000b\000i\000n\000d\000\137\000n\000o\000d\000e\000s\000e\000t) +-endobj +-565 0 obj +-<< /S /GoTo /D (section.13.14) >> +-endobj +-568 0 obj +-(\376\377\000O\000b\000j\000e\000c\000t\000\040\000T\000y\000p\000e\000\040\000H\000e\000l\000p\000e\000r\000s) +-endobj +-569 0 obj +-<< /S /GoTo /D (subsection.13.14.1) >> +-endobj +-572 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 +-573 0 obj +-<< /S /GoTo /D (subsubsection.13.14.1.1) >> +-endobj +-576 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000t\000y\000p\000e\000\137\000o\000r\000\137\000a\000b\000o\000v\000e\000\137\000d\000e\000p\000t\000h) +-endobj +-577 0 obj +-<< /S /GoTo /D (subsubsection.13.14.1.2) >> +-endobj +-580 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000t\000y\000p\000e\000\137\000o\000r\000\137\000b\000e\000l\000o\000w\000\137\000d\000e\000p\000t\000h) +-endobj +-581 0 obj +-<< /S /GoTo /D (section.13.15) >> +-endobj +-584 0 obj +-(\376\377\000B\000a\000s\000i\000c\000\040\000T\000r\000a\000v\000e\000r\000s\000a\000l\000\040\000H\000e\000l\000p\000e\000r\000s) +-endobj +-585 0 obj +-<< /S /GoTo /D (subsection.13.15.1) >> +-endobj +-588 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 +-589 0 obj +-<< /S /GoTo /D (subsubsection.13.15.1.1) >> +-endobj +-592 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000a\000n\000c\000e\000s\000t\000o\000r\000\137\000o\000b\000j\000\137\000b\000y\000\137\000d\000e\000p\000t\000h) +-endobj +-593 0 obj +-<< /S /GoTo /D (subsubsection.13.15.1.2) >> +-endobj +-596 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000a\000n\000c\000e\000s\000t\000o\000r\000\137\000o\000b\000j\000\137\000b\000y\000\137\000t\000y\000p\000e) +-endobj +-597 0 obj +-<< /S /GoTo /D (subsubsection.13.15.1.3) >> +-endobj +-600 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000c\000o\000m\000m\000o\000n\000\137\000a\000n\000c\000e\000s\000t\000o\000r\000\137\000o\000b\000j) +-endobj +-601 0 obj +-<< /S /GoTo /D (subsubsection.13.15.1.4) >> +-endobj +-604 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000n\000e\000x\000t\000\137\000c\000h\000i\000l\000d) +-endobj +-605 0 obj +-<< /S /GoTo /D (subsubsection.13.15.1.5) >> +-endobj +-608 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000n\000e\000x\000t\000\137\000o\000b\000j\000\137\000b\000y\000\137\000d\000e\000p\000t\000h) +-endobj +-609 0 obj +-<< /S /GoTo /D (subsubsection.13.15.1.6) >> +-endobj +-612 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000n\000e\000x\000t\000\137\000o\000b\000j\000\137\000b\000y\000\137\000t\000y\000p\000e) +-endobj +-613 0 obj +-<< /S /GoTo /D (subsubsection.13.15.1.7) >> +-endobj +-616 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000p\000u\000\137\000o\000b\000j\000\137\000b\000y\000\137\000o\000s\000\137\000i\000n\000d\000e\000x) +-endobj +-617 0 obj +-<< /S /GoTo /D (subsubsection.13.15.1.8) >> +-endobj +-620 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000r\000o\000o\000t\000\137\000o\000b\000j) +-endobj +-621 0 obj +-<< /S /GoTo /D (subsubsection.13.15.1.9) >> +-endobj +-624 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000o\000b\000j\000\137\000i\000s\000\137\000i\000n\000\137\000s\000u\000b\000t\000r\000e\000e) +-endobj +-625 0 obj +-<< /S /GoTo /D (section.13.16) >> +-endobj +-628 0 obj +-(\376\377\000F\000i\000n\000d\000i\000n\000g\000\040\000O\000b\000j\000e\000c\000t\000s\000\040\000I\000n\000s\000i\000d\000e\000\040\000a\000\040\000C\000P\000U\000\040\000s\000e\000t) +-endobj +-629 0 obj +-<< /S /GoTo /D (subsection.13.16.1) >> +-endobj +-632 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 +-633 0 obj +-<< /S /GoTo /D (subsubsection.13.16.1.1) >> +-endobj +-636 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000f\000i\000r\000s\000t\000\137\000l\000a\000r\000g\000e\000s\000t\000\137\000o\000b\000j\000\137\000i\000n\000s\000i\000d\000e\000\137\000c\000p\000u\000s\000e\000t) +-endobj +-637 0 obj +-<< /S /GoTo /D (subsubsection.13.16.1.2) >> +-endobj +-640 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000l\000a\000r\000g\000e\000s\000t\000\137\000o\000b\000j\000s\000\137\000i\000n\000s\000i\000d\000e\000\137\000c\000p\000u\000s\000e\000t) +-endobj +-641 0 obj +-<< /S /GoTo /D (subsubsection.13.16.1.3) >> +-endobj +-644 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000n\000b\000o\000b\000j\000s\000\137\000i\000n\000s\000i\000d\000e\000\137\000c\000p\000u\000s\000e\000t\000\137\000b\000y\000\137\000d\000e\000p\000t\000h) +-endobj +-645 0 obj +-<< /S /GoTo /D (subsubsection.13.16.1.4) >> +-endobj +-648 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000n\000b\000o\000b\000j\000s\000\137\000i\000n\000s\000i\000d\000e\000\137\000c\000p\000u\000s\000e\000t\000\137\000b\000y\000\137\000t\000y\000p\000e) +-endobj +-649 0 obj +-<< /S /GoTo /D (subsubsection.13.16.1.5) >> +-endobj +-652 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000n\000e\000x\000t\000\137\000o\000b\000j\000\137\000i\000n\000s\000i\000d\000e\000\137\000c\000p\000u\000s\000e\000t\000\137\000b\000y\000\137\000d\000e\000p\000t\000h) +-endobj +-653 0 obj +-<< /S /GoTo /D (subsubsection.13.16.1.6) >> +-endobj +-656 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000n\000e\000x\000t\000\137\000o\000b\000j\000\137\000i\000n\000s\000i\000d\000e\000\137\000c\000p\000u\000s\000e\000t\000\137\000b\000y\000\137\000t\000y\000p\000e) +-endobj +-657 0 obj +-<< /S /GoTo /D (subsubsection.13.16.1.7) >> +-endobj +-660 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000o\000b\000j\000\137\000i\000n\000s\000i\000d\000e\000\137\000c\000p\000u\000s\000e\000t\000\137\000b\000y\000\137\000d\000e\000p\000t\000h) +-endobj +-661 0 obj +-<< /S /GoTo /D (subsubsection.13.16.1.8) >> +-endobj +-664 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000o\000b\000j\000\137\000i\000n\000s\000i\000d\000e\000\137\000c\000p\000u\000s\000e\000t\000\137\000b\000y\000\137\000t\000y\000p\000e) +-endobj +-665 0 obj +-<< /S /GoTo /D (section.13.17) >> +-endobj +-668 0 obj +-(\376\377\000F\000i\000n\000d\000i\000n\000g\000\040\000a\000\040\000s\000i\000n\000g\000l\000e\000\040\000O\000b\000j\000e\000c\000t\000\040\000c\000o\000v\000e\000r\000i\000n\000g\000\040\000a\000t\000\040\000l\000e\000a\000s\000t\000\040\000C\000P\000U\000\040\000s\000e\000t) +-endobj +-669 0 obj +-<< /S /GoTo /D (subsection.13.17.1) >> +-endobj +-672 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 +-673 0 obj +-<< /S /GoTo /D (subsubsection.13.17.1.1) >> +-endobj +-676 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000c\000h\000i\000l\000d\000\137\000c\000o\000v\000e\000r\000i\000n\000g\000\137\000c\000p\000u\000s\000e\000t) +-endobj +-677 0 obj +-<< /S /GoTo /D (subsubsection.13.17.1.2) >> +-endobj +-680 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000o\000b\000j\000\137\000c\000o\000v\000e\000r\000i\000n\000g\000\137\000c\000p\000u\000s\000e\000t) +-endobj +-681 0 obj +-<< /S /GoTo /D (section.13.18) >> +-endobj +-684 0 obj +-(\376\377\000F\000i\000n\000d\000i\000n\000g\000\040\000a\000\040\000s\000e\000t\000\040\000o\000f\000\040\000s\000i\000m\000i\000l\000a\000r\000\040\000O\000b\000j\000e\000c\000t\000s\000\040\000c\000o\000v\000e\000r\000i\000n\000g\000\040\000a\000t\000\040\000l\000e\000a\000s\000t\000\040\000a\000\040\000C\000P\000U\000\040\000s\000e\000t) +-endobj +-685 0 obj +-<< /S /GoTo /D (subsection.13.18.1) >> +-endobj +-688 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 +-689 0 obj +-<< /S /GoTo /D (subsubsection.13.18.1.1) >> +-endobj +-692 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000n\000e\000x\000t\000\137\000o\000b\000j\000\137\000c\000o\000v\000e\000r\000i\000n\000g\000\137\000c\000p\000u\000s\000e\000t\000\137\000b\000y\000\137\000d\000e\000p\000t\000h) +-endobj +-693 0 obj +-<< /S /GoTo /D (subsubsection.13.18.1.2) >> +-endobj +-696 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000n\000e\000x\000t\000\137\000o\000b\000j\000\137\000c\000o\000v\000e\000r\000i\000n\000g\000\137\000c\000p\000u\000s\000e\000t\000\137\000b\000y\000\137\000t\000y\000p\000e) +-endobj +-697 0 obj +-<< /S /GoTo /D (section.13.19) >> +-endobj +-700 0 obj +-(\376\377\000C\000a\000c\000h\000e\000-\000s\000p\000e\000c\000i\000f\000i\000c\000\040\000F\000i\000n\000d\000i\000n\000g\000\040\000H\000e\000l\000p\000e\000r\000s) +-endobj +-701 0 obj +-<< /S /GoTo /D (subsection.13.19.1) >> +-endobj +-704 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 +-705 0 obj +-<< /S /GoTo /D (subsubsection.13.19.1.1) >> +-endobj +-708 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000c\000a\000c\000h\000e\000\137\000c\000o\000v\000e\000r\000i\000n\000g\000\137\000c\000p\000u\000s\000e\000t) +-endobj +-709 0 obj +-<< /S /GoTo /D (subsubsection.13.19.1.2) >> +-endobj +-712 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000s\000h\000a\000r\000e\000d\000\137\000c\000a\000c\000h\000e\000\137\000c\000o\000v\000e\000r\000i\000n\000g\000\137\000o\000b\000j) +-endobj +-713 0 obj +-<< /S /GoTo /D (section.13.20) >> +-endobj +-716 0 obj +-(\376\377\000A\000d\000v\000a\000n\000c\000e\000d\000\040\000T\000r\000a\000v\000e\000r\000s\000a\000l\000\040\000H\000e\000l\000p\000e\000r\000s) +-endobj +-717 0 obj +-<< /S /GoTo /D (subsection.13.20.1) >> +-endobj +-720 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 +-721 0 obj +-<< /S /GoTo /D (subsubsection.13.20.1.1) >> +-endobj +-724 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000c\000l\000o\000s\000e\000s\000t\000\137\000o\000b\000j\000s) +-endobj +-725 0 obj +-<< /S /GoTo /D (subsubsection.13.20.1.2) >> +-endobj +-728 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000o\000b\000j\000\137\000b\000e\000l\000o\000w\000\137\000a\000r\000r\000a\000y\000\137\000b\000y\000\137\000t\000y\000p\000e) +-endobj +-729 0 obj +-<< /S /GoTo /D (subsubsection.13.20.1.3) >> +-endobj +-732 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000g\000e\000t\000\137\000o\000b\000j\000\137\000b\000e\000l\000o\000w\000\137\000b\000y\000\137\000t\000y\000p\000e) +-endobj +-733 0 obj +-<< /S /GoTo /D (section.13.21) >> +-endobj +-736 0 obj +-(\376\377\000B\000i\000n\000d\000i\000n\000g\000\040\000H\000e\000l\000p\000e\000r\000s) +-endobj +-737 0 obj +-<< /S /GoTo /D (subsection.13.21.1) >> +-endobj +-740 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 +-741 0 obj +-<< /S /GoTo /D (subsubsection.13.21.1.1) >> +-endobj +-744 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000a\000l\000l\000o\000c\000\137\000m\000e\000m\000b\000i\000n\000d\000\137\000p\000o\000l\000i\000c\000y) +-endobj +-745 0 obj +-<< /S /GoTo /D (subsubsection.13.21.1.2) >> +-endobj +-748 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000a\000l\000l\000o\000c\000\137\000m\000e\000m\000b\000i\000n\000d\000\137\000p\000o\000l\000i\000c\000y\000\137\000n\000o\000d\000e\000s\000e\000t) +-endobj +-749 0 obj +-<< /S /GoTo /D (subsubsection.13.21.1.3) >> +-endobj +-752 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000d\000i\000s\000t\000r\000i\000b\000u\000t\000e) +-endobj +-753 0 obj +-<< /S /GoTo /D (subsubsection.13.21.1.4) >> +-endobj +-756 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000d\000i\000s\000t\000r\000i\000b\000u\000t\000e\000v) +-endobj +-757 0 obj +-<< /S /GoTo /D (section.13.22) >> +-endobj +-760 0 obj +-(\376\377\000C\000p\000u\000s\000e\000t\000\040\000H\000e\000l\000p\000e\000r\000s) +-endobj +-761 0 obj +-<< /S /GoTo /D (subsection.13.22.1) >> +-endobj +-764 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 +-765 0 obj +-<< /S /GoTo /D (subsubsection.13.22.1.1) >> +-endobj +-768 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000g\000e\000t\000\137\000a\000l\000l\000o\000w\000e\000d\000\137\000c\000p\000u\000s\000e\000t) +-endobj +-769 0 obj +-<< /S /GoTo /D (subsubsection.13.22.1.2) >> +-endobj +-772 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000g\000e\000t\000\137\000c\000o\000m\000p\000l\000e\000t\000e\000\137\000c\000p\000u\000s\000e\000t) +-endobj +-773 0 obj +-<< /S /GoTo /D (subsubsection.13.22.1.3) >> +-endobj +-776 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000g\000e\000t\000\137\000o\000n\000l\000i\000n\000e\000\137\000c\000p\000u\000s\000e\000t) +-endobj +-777 0 obj +-<< /S /GoTo /D (subsubsection.13.22.1.4) >> +-endobj +-780 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000g\000e\000t\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000c\000p\000u\000s\000e\000t) +-endobj +-781 0 obj +-<< /S /GoTo /D (section.13.23) >> +-endobj +-784 0 obj +-(\376\377\000N\000o\000d\000e\000s\000e\000t\000\040\000H\000e\000l\000p\000e\000r\000s) +-endobj +-785 0 obj +-<< /S /GoTo /D (subsection.13.23.1) >> +-endobj +-788 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 +-789 0 obj +-<< /S /GoTo /D (subsubsection.13.23.1.1) >> +-endobj +-792 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000g\000e\000t\000\137\000a\000l\000l\000o\000w\000e\000d\000\137\000n\000o\000d\000e\000s\000e\000t) +-endobj +-793 0 obj +-<< /S /GoTo /D (subsubsection.13.23.1.2) >> +-endobj +-796 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000g\000e\000t\000\137\000c\000o\000m\000p\000l\000e\000t\000e\000\137\000n\000o\000d\000e\000s\000e\000t) +-endobj +-797 0 obj +-<< /S /GoTo /D (subsubsection.13.23.1.3) >> +-endobj +-800 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000g\000e\000t\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000n\000o\000d\000e\000s\000e\000t) +-endobj +-801 0 obj +-<< /S /GoTo /D (section.13.24) >> +-endobj +-804 0 obj +-(\376\377\000C\000o\000n\000v\000e\000r\000s\000i\000o\000n\000\040\000b\000e\000t\000w\000e\000e\000n\000\040\000c\000p\000u\000s\000e\000t\000\040\000a\000n\000d\000\040\000n\000o\000d\000e\000s\000e\000t) +-endobj +-805 0 obj +-<< /S /GoTo /D (subsection.13.24.1) >> +-endobj +-808 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 +-809 0 obj +-<< /S /GoTo /D (subsection.13.24.2) >> +-endobj +-812 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 +-813 0 obj +-<< /S /GoTo /D (subsubsection.13.24.2.1) >> +-endobj +-816 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000c\000p\000u\000s\000e\000t\000\137\000f\000r\000o\000m\000\137\000n\000o\000d\000e\000s\000e\000t) +-endobj +-817 0 obj +-<< /S /GoTo /D (subsubsection.13.24.2.2) >> +-endobj +-820 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000c\000p\000u\000s\000e\000t\000\137\000f\000r\000o\000m\000\137\000n\000o\000d\000e\000s\000e\000t\000\137\000s\000t\000r\000i\000c\000t) +-endobj +-821 0 obj +-<< /S /GoTo /D (subsubsection.13.24.2.3) >> +-endobj +-824 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000c\000p\000u\000s\000e\000t\000\137\000t\000o\000\137\000n\000o\000d\000e\000s\000e\000t) +-endobj +-825 0 obj +-<< /S /GoTo /D (subsubsection.13.24.2.4) >> +-endobj +-828 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000c\000p\000u\000s\000e\000t\000\137\000t\000o\000\137\000n\000o\000d\000e\000s\000e\000t\000\137\000s\000t\000r\000i\000c\000t) +-endobj +-829 0 obj +-<< /S /GoTo /D (section.13.25) >> +-endobj +-832 0 obj +-(\376\377\000T\000h\000e\000\040\000b\000i\000t\000m\000a\000p\000\040\000A\000P\000I) +-endobj +-833 0 obj +-<< /S /GoTo /D (subsection.13.25.1) >> +-endobj +-836 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 +-837 0 obj +-<< /S /GoTo /D (subsection.13.25.2) >> +-endobj +-840 0 obj +-(\376\377\000D\000e\000f\000i\000n\000e\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n) +-endobj +-841 0 obj +-<< /S /GoTo /D (subsubsection.13.25.2.1) >> +-endobj +-844 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000f\000o\000r\000e\000a\000c\000h\000\137\000b\000e\000g\000i\000n) +-endobj +-845 0 obj +-<< /S /GoTo /D (subsubsection.13.25.2.2) >> +-endobj +-848 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000f\000o\000r\000e\000a\000c\000h\000\137\000e\000n\000d) +-endobj +-849 0 obj +-<< /S /GoTo /D (subsection.13.25.3) >> +-endobj +-852 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 +-853 0 obj +-<< /S /GoTo /D (subsubsection.13.25.3.1) >> +-endobj +-856 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000t) +-endobj +-857 0 obj +-<< /S /GoTo /D (subsubsection.13.25.3.2) >> +-endobj +-860 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000c\000o\000n\000s\000t\000\137\000b\000i\000t\000m\000a\000p\000\137\000t) +-endobj +-861 0 obj +-<< /S /GoTo /D (subsection.13.25.4) >> +-endobj +-864 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 +-865 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.1) >> +-endobj +-868 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000a\000l\000l\000b\000u\000t) +-endobj +-869 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.2) >> +-endobj +-872 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000a\000l\000l\000o\000c) +-endobj +-873 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.3) >> +-endobj +-876 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000a\000l\000l\000o\000c\000\137\000f\000u\000l\000l) +-endobj +-877 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.4) >> +-endobj +-880 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000a\000n\000d) +-endobj +-881 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.5) >> +-endobj +-884 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000a\000n\000d\000n\000o\000t) +-endobj +-885 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.6) >> +-endobj +-888 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000a\000s\000p\000r\000i\000n\000t\000f) +-endobj +-889 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.7) >> +-endobj +-892 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000c\000l\000r) +-endobj +-893 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.8) >> +-endobj +-896 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000c\000l\000r\000\137\000r\000a\000n\000g\000e) +-endobj +-897 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.9) >> +-endobj +-900 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000c\000o\000m\000p\000a\000r\000e) +-endobj +-901 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.10) >> +-endobj +-904 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000c\000o\000m\000p\000a\000r\000e\000\137\000f\000i\000r\000s\000t) +-endobj +-905 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.11) >> +-endobj +-908 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000c\000o\000p\000y) +-endobj +-909 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.12) >> +-endobj +-912 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000d\000u\000p) +-endobj +-913 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.13) >> +-endobj +-916 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000f\000i\000l\000l) +-endobj +-917 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.14) >> +-endobj +-920 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000f\000i\000r\000s\000t) +-endobj +-921 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.15) >> +-endobj +-924 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000f\000r\000e\000e) +-endobj +-925 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.16) >> +-endobj +-928 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000f\000r\000o\000m\000\137\000i\000t\000h\000\137\000u\000l\000o\000n\000g) +-endobj +-929 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.17) >> +-endobj +-932 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000f\000r\000o\000m\000\137\000u\000l\000o\000n\000g) +-endobj +-933 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.18) >> +-endobj +-936 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000i\000n\000t\000e\000r\000s\000e\000c\000t\000s) +-endobj +-937 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.19) >> +-endobj +-940 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000i\000s\000e\000q\000u\000a\000l) +-endobj +-941 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.20) >> +-endobj +-944 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000i\000s\000f\000u\000l\000l) +-endobj +-945 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.21) >> +-endobj +-948 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000i\000s\000i\000n\000c\000l\000u\000d\000e\000d) +-endobj +-949 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.22) >> +-endobj +-952 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000i\000s\000s\000e\000t) +-endobj +-953 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.23) >> +-endobj +-956 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000i\000s\000z\000e\000r\000o) +-endobj +-957 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.24) >> +-endobj +-960 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000l\000a\000s\000t) +-endobj +-961 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.25) >> +-endobj +-964 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000n\000e\000x\000t) +-endobj +-965 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.26) >> +-endobj +-968 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000n\000o\000t) +-endobj +-969 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.27) >> +-endobj +-972 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000o\000n\000l\000y) +-endobj +-973 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.28) >> +-endobj +-976 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000o\000r) +-endobj +-977 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.29) >> +-endobj +-980 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000s\000e\000t) +-endobj +-981 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.30) >> +-endobj +-984 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000s\000e\000t\000\137\000i\000t\000h\000\137\000u\000l\000o\000n\000g) +-endobj +-985 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.31) >> +-endobj +-988 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000s\000e\000t\000\137\000r\000a\000n\000g\000e) +-endobj +-989 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.32) >> +-endobj +-992 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000s\000i\000n\000g\000l\000i\000f\000y) +-endobj +-993 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.33) >> +-endobj +-996 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000s\000n\000p\000r\000i\000n\000t\000f) +-endobj +-997 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.34) >> +-endobj +-1000 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000s\000s\000c\000a\000n\000f) +-endobj +-1001 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.35) >> +-endobj +-1004 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000t\000a\000s\000k\000s\000e\000t\000\137\000a\000s\000p\000r\000i\000n\000t\000f) +-endobj +-1005 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.36) >> +-endobj +-1008 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000t\000a\000s\000k\000s\000e\000t\000\137\000s\000n\000p\000r\000i\000n\000t\000f) +-endobj +-1009 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.37) >> +-endobj +-1012 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000t\000a\000s\000k\000s\000e\000t\000\137\000s\000s\000c\000a\000n\000f) +-endobj +-1013 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.38) >> +-endobj +-1016 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000t\000o\000\137\000i\000t\000h\000\137\000u\000l\000o\000n\000g) +-endobj +-1017 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.39) >> +-endobj +-1020 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000t\000o\000\137\000u\000l\000o\000n\000g) +-endobj +-1021 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.40) >> +-endobj +-1024 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000w\000e\000i\000g\000h\000t) +-endobj +-1025 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.41) >> +-endobj +-1028 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000x\000o\000r) +-endobj +-1029 0 obj +-<< /S /GoTo /D (subsubsection.13.25.4.42) >> +-endobj +-1032 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000b\000i\000t\000m\000a\000p\000\137\000z\000e\000r\000o) +-endobj +-1033 0 obj +-<< /S /GoTo /D (section.13.26) >> +-endobj +-1036 0 obj +-(\376\377\000H\000e\000l\000p\000e\000r\000s\000\040\000f\000o\000r\000\040\000m\000a\000n\000i\000p\000u\000l\000a\000t\000i\000n\000g\000\040\000g\000l\000i\000b\000c\000\040\000s\000c\000h\000e\000d\000\040\000a\000f\000f\000i\000n\000i\000t\000y) +-endobj +-1037 0 obj +-<< /S /GoTo /D (subsection.13.26.1) >> +-endobj +-1040 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 +-1041 0 obj +-<< /S /GoTo /D (subsubsection.13.26.1.1) >> +-endobj +-1044 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000c\000p\000u\000s\000e\000t\000\137\000f\000r\000o\000m\000\137\000g\000l\000i\000b\000c\000\137\000s\000c\000h\000e\000d\000\137\000a\000f\000f\000i\000n\000i\000t\000y) +-endobj +-1045 0 obj +-<< /S /GoTo /D (subsubsection.13.26.1.2) >> +-endobj +-1048 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000c\000p\000u\000s\000e\000t\000\137\000t\000o\000\137\000g\000l\000i\000b\000c\000\137\000s\000c\000h\000e\000d\000\137\000a\000f\000f\000i\000n\000i\000t\000y) +-endobj +-1049 0 obj +-<< /S /GoTo /D (section.13.27) >> +-endobj +-1052 0 obj +-(\376\377\000L\000i\000n\000u\000x\000-\000o\000n\000l\000y\000\040\000h\000e\000l\000p\000e\000r\000s) +-endobj +-1053 0 obj +-<< /S /GoTo /D (subsection.13.27.1) >> +-endobj +-1056 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 +-1057 0 obj +-<< /S /GoTo /D (subsection.13.27.2) >> +-endobj +-1060 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 +-1061 0 obj +-<< /S /GoTo /D (subsubsection.13.27.2.1) >> +-endobj +-1064 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000l\000i\000n\000u\000x\000\137\000g\000e\000t\000\137\000t\000i\000d\000\137\000c\000p\000u\000b\000i\000n\000d) +-endobj +-1065 0 obj +-<< /S /GoTo /D (subsubsection.13.27.2.2) >> +-endobj +-1068 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000l\000i\000n\000u\000x\000\137\000p\000a\000r\000s\000e\000\137\000c\000p\000u\000m\000a\000p\000\137\000f\000i\000l\000e) +-endobj +-1069 0 obj +-<< /S /GoTo /D (subsubsection.13.27.2.3) >> +-endobj +-1072 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000l\000i\000n\000u\000x\000\137\000s\000e\000t\000\137\000t\000i\000d\000\137\000c\000p\000u\000b\000i\000n\000d) +-endobj +-1073 0 obj +-<< /S /GoTo /D (section.13.28) >> +-endobj +-1076 0 obj +-(\376\377\000H\000e\000l\000p\000e\000r\000s\000\040\000f\000o\000r\000\040\000m\000a\000n\000i\000p\000u\000l\000a\000t\000i\000n\000g\000\040\000L\000i\000n\000u\000x\000\040\000l\000i\000b\000n\000u\000m\000a\000\040\000u\000n\000s\000i\000g\000n\000e\000d\000\040\000l\000o\000n\000g\000\040\000m\000a\000s\000k\000s) +-endobj +-1077 0 obj +-<< /S /GoTo /D (subsection.13.28.1) >> +-endobj +-1080 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 +-1081 0 obj +-<< /S /GoTo /D (subsubsection.13.28.1.1) >> +-endobj +-1084 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000c\000p\000u\000s\000e\000t\000\137\000f\000r\000o\000m\000\137\000l\000i\000n\000u\000x\000\137\000l\000i\000b\000n\000u\000m\000a\000\137\000u\000l\000o\000n\000g\000s) +-endobj +-1085 0 obj +-<< /S /GoTo /D (subsubsection.13.28.1.2) >> +-endobj +-1088 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000c\000p\000u\000s\000e\000t\000\137\000t\000o\000\137\000l\000i\000n\000u\000x\000\137\000l\000i\000b\000n\000u\000m\000a\000\137\000u\000l\000o\000n\000g\000s) +-endobj +-1089 0 obj +-<< /S /GoTo /D (subsubsection.13.28.1.3) >> +-endobj +-1092 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000n\000o\000d\000e\000s\000e\000t\000\137\000f\000r\000o\000m\000\137\000l\000i\000n\000u\000x\000\137\000l\000i\000b\000n\000u\000m\000a\000\137\000u\000l\000o\000n\000g\000s) +-endobj +-1093 0 obj +-<< /S /GoTo /D (subsubsection.13.28.1.4) >> +-endobj +-1096 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000n\000o\000d\000e\000s\000e\000t\000\137\000t\000o\000\137\000l\000i\000n\000u\000x\000\137\000l\000i\000b\000n\000u\000m\000a\000\137\000u\000l\000o\000n\000g\000s) +-endobj +-1097 0 obj +-<< /S /GoTo /D (section.13.29) >> +-endobj +-1100 0 obj +-(\376\377\000H\000e\000l\000p\000e\000r\000s\000\040\000f\000o\000r\000\040\000m\000a\000n\000i\000p\000u\000l\000a\000t\000i\000n\000g\000\040\000L\000i\000n\000u\000x\000\040\000l\000i\000b\000n\000u\000m\000a\000\040\000b\000i\000t\000m\000a\000s\000k) +-endobj +-1101 0 obj +-<< /S /GoTo /D (subsection.13.29.1) >> +-endobj +-1104 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 +-1105 0 obj +-<< /S /GoTo /D (subsubsection.13.29.1.1) >> +-endobj +-1108 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000c\000p\000u\000s\000e\000t\000\137\000f\000r\000o\000m\000\137\000l\000i\000n\000u\000x\000\137\000l\000i\000b\000n\000u\000m\000a\000\137\000b\000i\000t\000m\000a\000s\000k) +-endobj +-1109 0 obj +-<< /S /GoTo /D (subsubsection.13.29.1.2) >> +-endobj +-1112 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000c\000p\000u\000s\000e\000t\000\137\000t\000o\000\137\000l\000i\000n\000u\000x\000\137\000l\000i\000b\000n\000u\000m\000a\000\137\000b\000i\000t\000m\000a\000s\000k) +-endobj +-1113 0 obj +-<< /S /GoTo /D (subsubsection.13.29.1.3) >> +-endobj +-1116 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000n\000o\000d\000e\000s\000e\000t\000\137\000f\000r\000o\000m\000\137\000l\000i\000n\000u\000x\000\137\000l\000i\000b\000n\000u\000m\000a\000\137\000b\000i\000t\000m\000a\000s\000k) +-endobj +-1117 0 obj +-<< /S /GoTo /D (subsubsection.13.29.1.4) >> +-endobj +-1120 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000n\000o\000d\000e\000s\000e\000t\000\137\000t\000o\000\137\000l\000i\000n\000u\000x\000\137\000l\000i\000b\000n\000u\000m\000a\000\137\000b\000i\000t\000m\000a\000s\000k) +-endobj +-1121 0 obj +-<< /S /GoTo /D (section.13.30) >> +-endobj +-1124 0 obj +-(\376\377\000H\000e\000l\000p\000e\000r\000s\000\040\000f\000o\000r\000\040\000m\000a\000n\000i\000p\000u\000l\000a\000t\000i\000n\000g\000\040\000L\000i\000n\000u\000x\000\040\000l\000i\000b\000n\000u\000m\000a\000\040\000n\000o\000d\000e\000m\000a\000s\000k\000\137\000t) +-endobj +-1125 0 obj +-<< /S /GoTo /D (subsection.13.30.1) >> +-endobj +-1128 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 +-1129 0 obj +-<< /S /GoTo /D (subsubsection.13.30.1.1) >> +-endobj +-1132 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000c\000p\000u\000s\000e\000t\000\137\000f\000r\000o\000m\000\137\000l\000i\000n\000u\000x\000\137\000l\000i\000b\000n\000u\000m\000a\000\137\000n\000o\000d\000e\000m\000a\000s\000k) +-endobj +-1133 0 obj +-<< /S /GoTo /D (subsubsection.13.30.1.2) >> +-endobj +-1136 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000c\000p\000u\000s\000e\000t\000\137\000t\000o\000\137\000l\000i\000n\000u\000x\000\137\000l\000i\000b\000n\000u\000m\000a\000\137\000n\000o\000d\000e\000m\000a\000s\000k) +-endobj +-1137 0 obj +-<< /S /GoTo /D (subsubsection.13.30.1.3) >> +-endobj +-1140 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000n\000o\000d\000e\000s\000e\000t\000\137\000f\000r\000o\000m\000\137\000l\000i\000n\000u\000x\000\137\000l\000i\000b\000n\000u\000m\000a\000\137\000n\000o\000d\000e\000m\000a\000s\000k) +-endobj +-1141 0 obj +-<< /S /GoTo /D (subsubsection.13.30.1.4) >> +-endobj +-1144 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000n\000o\000d\000e\000s\000e\000t\000\137\000t\000o\000\137\000l\000i\000n\000u\000x\000\137\000l\000i\000b\000n\000u\000m\000a\000\137\000n\000o\000d\000e\000m\000a\000s\000k) +-endobj +-1145 0 obj +-<< /S /GoTo /D (section.13.31) >> +-endobj +-1148 0 obj +-(\376\377\000C\000U\000D\000A\000\040\000D\000r\000i\000v\000e\000r\000\040\000A\000P\000I\000\040\000S\000p\000e\000c\000i\000f\000i\000c\000\040\000F\000u\000n\000c\000t\000i\000o\000n\000s) +-endobj +-1149 0 obj +-<< /S /GoTo /D (subsection.13.31.1) >> +-endobj +-1152 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 +-1153 0 obj +-<< /S /GoTo /D (subsubsection.13.31.1.1) >> +-endobj +-1156 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000c\000u\000d\000a\000\137\000g\000e\000t\000\137\000d\000e\000v\000i\000c\000e\000\137\000c\000p\000u\000s\000e\000t) +-endobj +-1157 0 obj +-<< /S /GoTo /D (section.13.32) >> +-endobj +-1160 0 obj +-(\376\377\000C\000U\000D\000A\000\040\000R\000u\000n\000t\000i\000m\000e\000\040\000A\000P\000I\000\040\000S\000p\000e\000c\000i\000f\000i\000c\000\040\000F\000u\000n\000c\000t\000i\000o\000n\000s) +-endobj +-1161 0 obj +-<< /S /GoTo /D (subsection.13.32.1) >> +-endobj +-1164 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 +-1165 0 obj +-<< /S /GoTo /D (subsubsection.13.32.1.1) >> +-endobj +-1168 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000c\000u\000d\000a\000r\000t\000\137\000g\000e\000t\000\137\000d\000e\000v\000i\000c\000e\000\137\000c\000p\000u\000s\000e\000t) +-endobj +-1169 0 obj +-<< /S /GoTo /D (section.13.33) >> +-endobj +-1172 0 obj +-(\376\377\000O\000p\000e\000n\000F\000a\000b\000r\000i\000c\000s\000-\000S\000p\000e\000c\000i\000f\000i\000c\000\040\000F\000u\000n\000c\000t\000i\000o\000n\000s) +-endobj +-1173 0 obj +-<< /S /GoTo /D (subsection.13.33.1) >> +-endobj +-1176 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 +-1177 0 obj +-<< /S /GoTo /D (subsubsection.13.33.1.1) >> +-endobj +-1180 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000i\000b\000v\000\137\000g\000e\000t\000\137\000d\000e\000v\000i\000c\000e\000\137\000c\000p\000u\000s\000e\000t) +-endobj +-1181 0 obj +-<< /S /GoTo /D (section.13.34) >> +-endobj +-1184 0 obj +-(\376\377\000M\000y\000r\000i\000n\000e\000t\000\040\000E\000x\000p\000r\000e\000s\000s\000-\000S\000p\000e\000c\000i\000f\000i\000c\000\040\000F\000u\000n\000c\000t\000i\000o\000n\000s) +-endobj +-1185 0 obj +-<< /S /GoTo /D (subsection.13.34.1) >> +-endobj +-1188 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 +-1189 0 obj +-<< /S /GoTo /D (subsubsection.13.34.1.1) >> +-endobj +-1192 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000m\000x\000\137\000b\000o\000a\000r\000d\000\137\000g\000e\000t\000\137\000d\000e\000v\000i\000c\000e\000\137\000c\000p\000u\000s\000e\000t) +-endobj +-1193 0 obj +-<< /S /GoTo /D (subsubsection.13.34.1.2) >> +-endobj +-1196 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000m\000x\000\137\000e\000n\000d\000p\000o\000i\000n\000t\000\137\000g\000e\000t\000\137\000d\000e\000v\000i\000c\000e\000\137\000c\000p\000u\000s\000e\000t) +-endobj +-1197 0 obj +-<< /S /GoTo /D (chapter.14) >> +-endobj +-1200 0 obj +-(\376\377\000D\000a\000t\000a\000\040\000S\000t\000r\000u\000c\000t\000u\000r\000e\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n) +-endobj +-1201 0 obj +-<< /S /GoTo /D (section.14.1) >> +-endobj +-1204 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000o\000b\000j\000\137\000a\000t\000t\000r\000\137\000u\000:\000:\000h\000w\000l\000o\000c\000\137\000c\000a\000c\000h\000e\000\137\000a\000t\000t\000r\000\137\000s\000\040\000S\000t\000r\000u\000c\000t\000\040\000R\000e\000f\000e\000r\000e\000n\000c\000e) +-endobj +-1205 0 obj +-<< /S /GoTo /D (subsection.14.1.1) >> +-endobj +-1208 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 +-1209 0 obj +-<< /S /GoTo /D (subsection.14.1.2) >> +-endobj +-1212 0 obj +-(\376\377\000F\000i\000e\000l\000d\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n) +-endobj +-1213 0 obj +-<< /S /GoTo /D (subsubsection.14.1.2.1) >> +-endobj +-1216 0 obj +-(\376\377\000d\000e\000p\000t\000h) +-endobj +-1217 0 obj +-<< /S /GoTo /D (subsubsection.14.1.2.2) >> +-endobj +-1220 0 obj +-(\376\377\000l\000i\000n\000e\000s\000i\000z\000e) +-endobj +-1221 0 obj +-<< /S /GoTo /D (subsubsection.14.1.2.3) >> +-endobj +-1224 0 obj +-(\376\377\000s\000i\000z\000e) +-endobj +-1225 0 obj +-<< /S /GoTo /D (section.14.2) >> +-endobj +-1228 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000o\000b\000j\000\137\000a\000t\000t\000r\000\137\000u\000:\000:\000h\000w\000l\000o\000c\000\137\000g\000r\000o\000u\000p\000\137\000a\000t\000t\000r\000\137\000s\000\040\000S\000t\000r\000u\000c\000t\000\040\000R\000e\000f\000e\000r\000e\000n\000c\000e) +-endobj +-1229 0 obj +-<< /S /GoTo /D (subsection.14.2.1) >> +-endobj +-1232 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 +-1233 0 obj +-<< /S /GoTo /D (subsection.14.2.2) >> +-endobj +-1236 0 obj +-(\376\377\000F\000i\000e\000l\000d\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n) +-endobj +-1237 0 obj +-<< /S /GoTo /D (subsubsection.14.2.2.1) >> +-endobj +-1240 0 obj +-(\376\377\000d\000e\000p\000t\000h) +-endobj +-1241 0 obj +-<< /S /GoTo /D (section.14.3) >> +-endobj +-1244 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000o\000b\000j\000\040\000S\000t\000r\000u\000c\000t\000\040\000R\000e\000f\000e\000r\000e\000n\000c\000e) +-endobj +-1245 0 obj +-<< /S /GoTo /D (subsection.14.3.1) >> +-endobj +-1248 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 +-1249 0 obj +-<< /S /GoTo /D (subsection.14.3.2) >> +-endobj +-1252 0 obj +-(\376\377\000F\000i\000e\000l\000d\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n) +-endobj +-1253 0 obj +-<< /S /GoTo /D (subsubsection.14.3.2.1) >> +-endobj +-1256 0 obj +-(\376\377\000a\000l\000l\000o\000w\000e\000d\000\137\000c\000p\000u\000s\000e\000t) +-endobj +-1257 0 obj +-<< /S /GoTo /D (subsubsection.14.3.2.2) >> +-endobj +-1260 0 obj +-(\376\377\000a\000l\000l\000o\000w\000e\000d\000\137\000n\000o\000d\000e\000s\000e\000t) +-endobj +-1261 0 obj +-<< /S /GoTo /D (subsubsection.14.3.2.3) >> +-endobj +-1264 0 obj +-(\376\377\000a\000r\000i\000t\000y) +-endobj +-1265 0 obj +-<< /S /GoTo /D (subsubsection.14.3.2.4) >> +-endobj +-1268 0 obj +-(\376\377\000a\000t\000t\000r) +-endobj +-1269 0 obj +-<< /S /GoTo /D (subsubsection.14.3.2.5) >> +-endobj +-1272 0 obj +-(\376\377\000c\000h\000i\000l\000d\000r\000e\000n) +-endobj +-1273 0 obj +-<< /S /GoTo /D (subsubsection.14.3.2.6) >> +-endobj +-1276 0 obj +-(\376\377\000c\000o\000m\000p\000l\000e\000t\000e\000\137\000c\000p\000u\000s\000e\000t) +-endobj +-1277 0 obj +-<< /S /GoTo /D (subsubsection.14.3.2.7) >> +-endobj +-1280 0 obj +-(\376\377\000c\000o\000m\000p\000l\000e\000t\000e\000\137\000n\000o\000d\000e\000s\000e\000t) +-endobj +-1281 0 obj +-<< /S /GoTo /D (subsubsection.14.3.2.8) >> +-endobj +-1284 0 obj +-(\376\377\000c\000p\000u\000s\000e\000t) +-endobj +-1285 0 obj +-<< /S /GoTo /D (subsubsection.14.3.2.9) >> +-endobj +-1288 0 obj +-(\376\377\000d\000e\000p\000t\000h) +-endobj +-1289 0 obj +-<< /S /GoTo /D (subsubsection.14.3.2.10) >> +-endobj +-1292 0 obj +-(\376\377\000f\000i\000r\000s\000t\000\137\000c\000h\000i\000l\000d) +-endobj +-1293 0 obj +-<< /S /GoTo /D (subsubsection.14.3.2.11) >> +-endobj +-1296 0 obj +-(\376\377\000i\000n\000f\000o\000s) +-endobj +-1297 0 obj +-<< /S /GoTo /D (subsubsection.14.3.2.12) >> +-endobj +-1300 0 obj +-(\376\377\000i\000n\000f\000o\000s\000\137\000c\000o\000u\000n\000t) +-endobj +-1301 0 obj +-<< /S /GoTo /D (subsubsection.14.3.2.13) >> +-endobj +-1304 0 obj +-(\376\377\000l\000a\000s\000t\000\137\000c\000h\000i\000l\000d) +-endobj +-1305 0 obj +-<< /S /GoTo /D (subsubsection.14.3.2.14) >> +-endobj +-1308 0 obj +-(\376\377\000l\000o\000g\000i\000c\000a\000l\000\137\000i\000n\000d\000e\000x) +-endobj +-1309 0 obj +-<< /S /GoTo /D (subsubsection.14.3.2.15) >> +-endobj +-1312 0 obj +-(\376\377\000m\000e\000m\000o\000r\000y) +-endobj +-1313 0 obj +-<< /S /GoTo /D (subsubsection.14.3.2.16) >> +-endobj +-1316 0 obj +-(\376\377\000n\000a\000m\000e) +-endobj +-1317 0 obj +-<< /S /GoTo /D (subsubsection.14.3.2.17) >> +-endobj +-1320 0 obj +-(\376\377\000n\000e\000x\000t\000\137\000c\000o\000u\000s\000i\000n) +-endobj +-1321 0 obj +-<< /S /GoTo /D (subsubsection.14.3.2.18) >> +-endobj +-1324 0 obj +-(\376\377\000n\000e\000x\000t\000\137\000s\000i\000b\000l\000i\000n\000g) +-endobj +-1325 0 obj +-<< /S /GoTo /D (subsubsection.14.3.2.19) >> +-endobj +-1328 0 obj +-(\376\377\000n\000o\000d\000e\000s\000e\000t) +-endobj +-1329 0 obj +-<< /S /GoTo /D (subsubsection.14.3.2.20) >> +-endobj +-1332 0 obj +-(\376\377\000o\000n\000l\000i\000n\000e\000\137\000c\000p\000u\000s\000e\000t) +-endobj +-1333 0 obj +-<< /S /GoTo /D (subsubsection.14.3.2.21) >> +-endobj +-1336 0 obj +-(\376\377\000o\000s\000\137\000i\000n\000d\000e\000x) +-endobj +-1337 0 obj +-<< /S /GoTo /D (subsubsection.14.3.2.22) >> +-endobj +-1340 0 obj +-(\376\377\000o\000s\000\137\000l\000e\000v\000e\000l) +-endobj +-1341 0 obj +-<< /S /GoTo /D (subsubsection.14.3.2.23) >> +-endobj +-1344 0 obj +-(\376\377\000p\000a\000r\000e\000n\000t) +-endobj +-1345 0 obj +-<< /S /GoTo /D (subsubsection.14.3.2.24) >> +-endobj +-1348 0 obj +-(\376\377\000p\000r\000e\000v\000\137\000c\000o\000u\000s\000i\000n) +-endobj +-1349 0 obj +-<< /S /GoTo /D (subsubsection.14.3.2.25) >> +-endobj +-1352 0 obj +-(\376\377\000p\000r\000e\000v\000\137\000s\000i\000b\000l\000i\000n\000g) +-endobj +-1353 0 obj +-<< /S /GoTo /D (subsubsection.14.3.2.26) >> +-endobj +-1356 0 obj +-(\376\377\000s\000i\000b\000l\000i\000n\000g\000\137\000r\000a\000n\000k) +-endobj +-1357 0 obj +-<< /S /GoTo /D (subsubsection.14.3.2.27) >> +-endobj +-1360 0 obj +-(\376\377\000t\000y\000p\000e) +-endobj +-1361 0 obj +-<< /S /GoTo /D (subsubsection.14.3.2.28) >> +-endobj +-1364 0 obj +-(\376\377\000u\000s\000e\000r\000d\000a\000t\000a) +-endobj +-1365 0 obj +-<< /S /GoTo /D (section.14.4) >> +-endobj +-1368 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000o\000b\000j\000\137\000a\000t\000t\000r\000\137\000u\000\040\000U\000n\000i\000o\000n\000\040\000R\000e\000f\000e\000r\000e\000n\000c\000e) +-endobj +-1369 0 obj +-<< /S /GoTo /D (subsection.14.4.1) >> +-endobj +-1372 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 +-1373 0 obj +-<< /S /GoTo /D (subsection.14.4.2) >> +-endobj +-1376 0 obj +-(\376\377\000F\000i\000e\000l\000d\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n) +-endobj +-1377 0 obj +-<< /S /GoTo /D (subsubsection.14.4.2.1) >> +-endobj +-1380 0 obj +-(\376\377\000c\000a\000c\000h\000e) +-endobj +-1381 0 obj +-<< /S /GoTo /D (subsubsection.14.4.2.2) >> +-endobj +-1384 0 obj +-(\376\377\000g\000r\000o\000u\000p) +-endobj +-1385 0 obj +-<< /S /GoTo /D (section.14.5) >> +-endobj +-1388 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000o\000b\000j\000\137\000i\000n\000f\000o\000\137\000s\000\040\000S\000t\000r\000u\000c\000t\000\040\000R\000e\000f\000e\000r\000e\000n\000c\000e) +-endobj +-1389 0 obj +-<< /S /GoTo /D (subsection.14.5.1) >> +-endobj +-1392 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 +-1393 0 obj +-<< /S /GoTo /D (subsection.14.5.2) >> +-endobj +-1396 0 obj +-(\376\377\000F\000i\000e\000l\000d\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n) +-endobj +-1397 0 obj +-<< /S /GoTo /D (subsubsection.14.5.2.1) >> +-endobj +-1400 0 obj +-(\376\377\000n\000a\000m\000e) +-endobj +-1401 0 obj +-<< /S /GoTo /D (subsubsection.14.5.2.2) >> +-endobj +-1404 0 obj +-(\376\377\000v\000a\000l\000u\000e) +-endobj +-1405 0 obj +-<< /S /GoTo /D (section.14.6) >> +-endobj +-1408 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000o\000b\000j\000\137\000m\000e\000m\000o\000r\000y\000\137\000s\000:\000:\000h\000w\000l\000o\000c\000\137\000o\000b\000j\000\137\000m\000e\000m\000o\000r\000y\000\137\000p\000a\000g\000e\000\137\000t\000y\000p\000e\000\137\000s\000\040\000S\000t\000r\000u\000c\000t\000\040\000R\000e\000f\000e\000r\000e\000n\000c\000e) +-endobj +-1409 0 obj +-<< /S /GoTo /D (subsection.14.6.1) >> +-endobj +-1412 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 +-1413 0 obj +-<< /S /GoTo /D (subsection.14.6.2) >> +-endobj +-1416 0 obj +-(\376\377\000F\000i\000e\000l\000d\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n) +-endobj +-1417 0 obj +-<< /S /GoTo /D (subsubsection.14.6.2.1) >> +-endobj +-1420 0 obj +-(\376\377\000c\000o\000u\000n\000t) +-endobj +-1421 0 obj +-<< /S /GoTo /D (subsubsection.14.6.2.2) >> +-endobj +-1424 0 obj +-(\376\377\000s\000i\000z\000e) +-endobj +-1425 0 obj +-<< /S /GoTo /D (section.14.7) >> +-endobj +-1428 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000o\000b\000j\000\137\000m\000e\000m\000o\000r\000y\000\137\000s\000\040\000S\000t\000r\000u\000c\000t\000\040\000R\000e\000f\000e\000r\000e\000n\000c\000e) +-endobj +-1429 0 obj +-<< /S /GoTo /D (subsection.14.7.1) >> +-endobj +-1432 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 +-1433 0 obj +-<< /S /GoTo /D (subsection.14.7.2) >> +-endobj +-1436 0 obj +-(\376\377\000F\000i\000e\000l\000d\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n) +-endobj +-1437 0 obj +-<< /S /GoTo /D (subsubsection.14.7.2.1) >> +-endobj +-1440 0 obj +-(\376\377\000l\000o\000c\000a\000l\000\137\000m\000e\000m\000o\000r\000y) +-endobj +-1441 0 obj +-<< /S /GoTo /D (subsubsection.14.7.2.2) >> +-endobj +-1444 0 obj +-(\376\377\000p\000a\000g\000e\000\137\000t\000y\000p\000e\000s) +-endobj +-1445 0 obj +-<< /S /GoTo /D (subsubsection.14.7.2.3) >> +-endobj +-1448 0 obj +-(\376\377\000p\000a\000g\000e\000\137\000t\000y\000p\000e\000s\000\137\000l\000e\000n) +-endobj +-1449 0 obj +-<< /S /GoTo /D (subsubsection.14.7.2.4) >> +-endobj +-1452 0 obj +-(\376\377\000t\000o\000t\000a\000l\000\137\000m\000e\000m\000o\000r\000y) +-endobj +-1453 0 obj +-<< /S /GoTo /D (section.14.8) >> +-endobj +-1456 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000c\000p\000u\000b\000i\000n\000d\000\137\000s\000u\000p\000p\000o\000r\000t\000\040\000S\000t\000r\000u\000c\000t\000\040\000R\000e\000f\000e\000r\000e\000n\000c\000e) +-endobj +-1457 0 obj +-<< /S /GoTo /D (subsection.14.8.1) >> +-endobj +-1460 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 +-1461 0 obj +-<< /S /GoTo /D (subsection.14.8.2) >> ++387 0 obj << ++/Type /Page ++/Contents 388 0 R ++/Resources 386 0 R ++/MediaBox [0 0 612 792] ++/Parent 353 0 R ++/Annots [ 389 0 R 390 0 R 391 0 R 392 0 R 393 0 R 394 0 R 395 0 R 396 0 R 397 0 R 398 0 R 399 0 R 400 0 R 401 0 R 402 0 R 403 0 R 404 0 R 405 0 R 406 0 R 407 0 R 408 0 R 409 0 R 410 0 R 411 0 R 412 0 R 413 0 R 414 0 R 415 0 R 416 0 R 417 0 R ] ++>> endobj ++389 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [174.615 655.011 345.224 665.915] ++/Subtype /Link ++/A << /S /GoTo /D (section.2.1) >> ++>> endobj ++390 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [159.671 625.732 384.457 636.611] ++/Subtype /Link ++/A << /S /GoTo /D (chapter.3) >> ++>> endobj ++391 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [174.615 607.608 372.053 618.512] ++/Subtype /Link ++/A << /S /GoTo /D (section.3.1) >> ++>> endobj ++392 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [159.671 578.329 336.776 589.208] ++/Subtype /Link ++/A << /S /GoTo /D (chapter.4) >> ++>> endobj ++393 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [174.615 560.205 343.849 571.109] ++/Subtype /Link ++/A << /S /GoTo /D (section.4.1) >> ++>> endobj ++394 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [159.671 530.926 394.329 541.805] ++/Subtype /Link ++/A << /S /GoTo /D (chapter.5) >> ++>> endobj ++395 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [174.615 514.739 247.243 523.706] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.1) >> ++>> endobj ++396 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [174.615 494.812 269.14 505.716] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.2) >> ++>> endobj ++397 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [174.615 476.822 243.516 487.726] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.3) >> ++>> endobj ++398 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [174.615 458.833 292.562 469.737] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.4) >> ++>> endobj ++399 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [174.615 440.843 270.396 451.747] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.5) >> ++>> endobj ++400 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [174.615 422.853 322.858 433.757] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.6) >> ++>> endobj ++401 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [174.615 404.864 321.035 415.768] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.7) >> ++>> endobj ++402 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [174.615 386.874 292.333 397.778] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.8) >> ++>> endobj ++403 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [174.615 368.884 327.949 379.788] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.9) >> ++>> endobj ++404 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [174.615 350.895 265.802 361.799] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.10) >> ++>> endobj ++405 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [174.615 332.905 301.09 343.809] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.11) >> ++>> endobj ++406 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [174.615 314.915 251.835 325.819] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.12) >> ++>> endobj ++407 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [174.615 296.926 266.769 307.83] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.13) >> ++>> endobj ++408 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [174.615 278.936 281.723 289.84] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.14) >> ++>> endobj ++409 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [174.615 260.946 294.544 271.85] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.15) >> ++>> endobj ++410 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [174.615 242.957 332.631 253.861] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.16) >> ++>> endobj ++411 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [174.615 224.967 395.694 235.871] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.17) >> ++>> endobj ++412 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [174.615 206.977 434.707 217.881] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.18) >> ++>> endobj ++413 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [174.615 188.988 325.139 199.892] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.19) >> ++>> endobj ++414 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [174.615 170.998 312.547 181.902] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.20) >> ++>> endobj ++415 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [174.615 153.008 265.105 163.912] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.21) >> ++>> endobj ++416 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [174.615 135.019 260.672 145.923] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.22) >> ++>> endobj ++417 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [174.615 117.029 265.643 127.933] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.23) >> ++>> endobj ++386 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++420 0 obj << ++/Length 2470 ++/Filter /FlateDecode ++>> ++stream ++x՛[w6)(=;MnOMܧGiLiu~$A٬'e g"6HFDJL*ͳnWߟohlѷgxOU,;('<;m/?|A|Vޝw&PNmg+3V'#uvw83~}?mcw\aT\ق~&B)A0P89NǽQccBd4T?(ۄ!0꘷2iO .l!:.j.xjo5%a!kj5r; ҥy ++p$u'A4EX=V"0OƦ_{3ឦGqT' ++ܬ֍#=񉂷uQC}]g)PTڑE%n(Pw+4ɹi ++8ju$oL"HOիx'nZAM"~mO,iwxQFA#D9PW[]% *J@TJ#""Q6澤΢N'{:PH< w6>*躧5]C7IݶAM(D޿Omυ=qbdm@mm1 ++bD Jܐ)uuXD~n`3ޏe=MMq˿-}?Ύ&Q7w?:ϛ7?> endobj ++422 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [120.817 655.011 304.547 665.915] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.24) >> ++>> endobj ++423 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [120.817 637.036 209.922 647.94] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.25) >> ++>> endobj ++424 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [120.817 619.061 324.501 629.965] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.26) >> ++>> endobj ++425 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [120.817 601.087 221.818 611.99] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.27) >> ++>> endobj ++426 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [120.817 583.112 393.392 594.016] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.28) >> ++>> endobj ++427 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [120.817 565.137 341.368 576.041] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.29) >> ++>> endobj ++428 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [120.817 547.162 357.966 558.066] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.30) >> ++>> endobj ++429 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [120.817 529.187 296.567 540.091] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.31) >> ++>> endobj ++430 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [120.817 511.212 305.284 522.116] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.32) >> ++>> endobj ++431 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [120.817 493.237 273.692 504.141] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.33) >> ++>> endobj ++432 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [120.817 475.262 289.064 486.166] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.34) >> ++>> endobj ++433 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [105.873 446.057 371.604 456.936] ++/Subtype /Link ++/A << /S /GoTo /D (chapter.6) >> ++>> endobj ++434 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [120.817 427.947 256.945 438.851] ++/Subtype /Link ++/A << /S /GoTo /D (section.6.1) >> ++>> endobj ++435 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [120.817 409.972 286.275 420.876] ++/Subtype /Link ++/A << /S /GoTo /D (section.6.2) >> ++>> endobj ++436 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [120.817 391.998 369.831 402.901] ++/Subtype /Link ++/A << /S /GoTo /D (section.6.3) >> ++>> endobj ++437 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [120.817 374.023 370.399 384.927] ++/Subtype /Link ++/A << /S /GoTo /D (section.6.4) >> ++>> endobj ++438 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [120.817 356.048 286.833 366.952] ++/Subtype /Link ++/A << /S /GoTo /D (section.6.5) >> ++>> endobj ++439 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [120.817 338.073 303.988 348.977] ++/Subtype /Link ++/A << /S /GoTo /D (section.6.6) >> ++>> endobj ++440 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [120.817 320.098 451.577 331.002] ++/Subtype /Link ++/A << /S /GoTo /D (section.6.7) >> ++>> endobj ++441 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [105.873 310.2 171.716 319.047] ++/Subtype /Link ++/A << /S /GoTo /D (section.6.7) >> ++>> endobj ++442 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [120.817 290.168 351.59 301.072] ++/Subtype /Link ++/A << /S /GoTo /D (section.6.8) >> ++>> endobj ++443 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [120.817 272.193 357.926 283.097] ++/Subtype /Link ++/A << /S /GoTo /D (section.6.9) >> ++>> endobj ++444 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [120.817 254.218 357.129 265.122] ++/Subtype /Link ++/A << /S /GoTo /D (section.6.10) >> ++>> endobj ++445 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [120.817 236.243 314.509 247.147] ++/Subtype /Link ++/A << /S /GoTo /D (section.6.11) >> ++>> endobj ++446 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [105.873 207.038 323.923 217.917] ++/Subtype /Link ++/A << /S /GoTo /D (chapter.7) >> ++>> endobj ++447 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [120.817 188.928 241.732 199.832] ++/Subtype /Link ++/A << /S /GoTo /D (section.7.1) >> ++>> endobj ++448 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [120.817 173.011 232.866 181.857] ++/Subtype /Link ++/A << /S /GoTo /D (section.7.2) >> ++>> endobj ++449 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [120.817 155.036 238.953 163.882] ++/Subtype /Link ++/A << /S /GoTo /D (section.7.3) >> ++>> endobj ++450 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [120.817 135.004 259.984 145.907] ++/Subtype /Link ++/A << /S /GoTo /D (section.7.4) >> ++>> endobj ++451 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [120.817 117.029 238.405 127.933] ++/Subtype /Link ++/A << /S /GoTo /D (section.7.5) >> ++>> endobj ++421 0 obj << ++/D [419 0 R /XYZ 106.869 686.127 null] ++>> endobj ++418 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++454 0 obj << ++/Length 800 ++/Filter /FlateDecode ++>> ++stream ++x՗n0z ++XKm"(R4-*wdRLh$3??H(`4RFa4,.a(^7#\$A[Q1XSy:(IﳜIIqpReqrPI}oLA|'q-zތ3Q;ߋ ++I,'f:ɺ9/Rv(lI Qؒ^ "lWÖ8B^2|u/r`)`'bsؙ|fȡJn2|_-(DMH@pTD#LqrƑcI1sFl?^MY>Ny7-PoP*Td[%l1pY>U22}ʛ ZЎX:ӿk9rF0ni?3@!B(jiXyG:jV,Fj>kj<pcshsd6fl7E!n"Djrܘ 71oI-D!ݑ=RHVGJ̕DVlV.\趜:+w-2;O~9q76="$On|,c2]W먚>Ozԇ[R n|ڇ%ɀ񾊎 ?endstream + endobj +-1465 0 obj +-<< /S /GoTo /D (subsubsection.14.8.2.1) >> ++453 0 obj << ++/Type /Page ++/Contents 454 0 R ++/Resources 452 0 R ++/MediaBox [0 0 612 792] ++/Parent 353 0 R ++/Annots [ 456 0 R 457 0 R 458 0 R 459 0 R 460 0 R 461 0 R ] ++>> endobj ++456 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [174.615 655.011 307.147 665.915] ++/Subtype /Link ++/A << /S /GoTo /D (section.7.6) >> ++>> endobj ++457 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [174.615 639.444 292.203 648.291] ++/Subtype /Link ++/A << /S /GoTo /D (section.7.7) >> ++>> endobj ++458 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [174.615 621.82 324.312 630.666] ++/Subtype /Link ++/A << /S /GoTo /D (section.7.8) >> ++>> endobj ++459 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [174.615 604.076 288.338 613.042] ++/Subtype /Link ++/A << /S /GoTo /D (section.7.9) >> ++>> endobj ++460 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [174.615 584.514 316.402 595.418] ++/Subtype /Link ++/A << /S /GoTo /D (section.7.10) >> ++>> endobj ++461 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [174.615 566.889 338.977 577.793] ++/Subtype /Link ++/A << /S /GoTo /D (section.7.11) >> ++>> endobj ++455 0 obj << ++/D [453 0 R /XYZ 160.667 686.127 null] ++>> endobj ++452 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++464 0 obj << ++/Length 1497 ++/Filter /FlateDecode ++>> ++stream ++xڍr6DD 7ss2m6N5{jzHHD.Xq;1}cb؊%e\ͪ˘ժ=^%~b$˳bxEjiJ,}WzIJLy\2%MQy:|֬fu$n8K^fq^d}NHOYoH K1 ޓC:-@6ڀZY7C)|h>!peybް$I:MPzfj< iAvɪ:'*;2Ըf]AZ:s ;aC NC#  aqS_,@@7 P(k^<2s>y{M8ɋ4<:0|˜EΆݒmNwZ j`$ʹ,- ++:2̓"Q$R=MyL,{vikl@LҪkRt|zn$wXf WGQ^`\优< {jO1 ?,Zp6*--!Z( {r*Xn#pMEB&]v m0 O Y͕AU˰cr܈7yO ++75'M ,A{Kd7y@IqM{@ 0Tup|s}*Zq΅E%FI?6= _Jwb#OxCA*E]TCE"y8,`93xsAX'`'Q;k +OszԳ_E#Bp8d`D#ND?(QVJ qx{~?af> endobj ++6 0 obj << ++/D [463 0 R /XYZ 106.869 668.127 null] ++>> endobj ++465 0 obj << ++/D [463 0 R /XYZ 106.869 477.411 null] ++>> endobj ++466 0 obj << ++/D [463 0 R /XYZ 106.869 427.37 null] ++>> endobj ++467 0 obj << ++/D [463 0 R /XYZ 106.869 427.37 null] ++>> endobj ++10 0 obj << ++/D [463 0 R /XYZ 106.869 427.37 null] ++>> endobj ++462 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 469 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++473 0 obj << ++/Length 2411 ++/Filter /FlateDecode ++>> ++stream ++xڥYێ6} -ާI:=d2ӛH ˴n﷊Eڒ/Z$UdU"i>sx0fa2Fsfxk^n,Fͺ䞑H93 A3GQĸΌ Bg o6X\V?R鷫xzrtuMRh(|H]^B 2&nOh;x=8} ++yV+j䝤ƗXiU'!Ϲm -YTA؉]BkRkRkん872 }xïeBa27aRxaJagՠ8 B]27]RxpqJqqP+C ++HKAkz'|BNwXNl=>tU ++qJP׋X!# YP|nįi{ ~F%Ѳ?<?|M˦8KpRq)FfZ{1HLiG-YzL}Ox ++GP$V _[ͽV4ZZ&*kڲ|%g) 0 r/Kbi:RɬDUި$A!!@,IzaE!TKdjd#NKR_bNȠu^] ~yW =?ĴS^ ++Mj,\ RC* MRٓBMl!)%֪gp8jK&{(RvϹQFqtI<>Q0qd%LsGk(MPTQFN}Mp4dQʁՊY˷i<-iy{0AۥE]/ݎ&guY2ͅuqjē12gf 9]H@8KzpEP]} ++g~ʏ\K]`BETRv*"qs[K#O]XJ/mDӧzDDq3I}T/ñaV:ߙ{,*hy{0 ++'NQ> ++472 0 obj << ++/Type /Page ++/Contents 473 0 R ++/Resources 471 0 R ++/MediaBox [0 0 612 792] ++/Parent 470 0 R ++/Annots [ 474 0 R 475 0 R 477 0 R 480 0 R ] ++>> endobj ++474 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [236.825 393.642 296.225 404.546] ++/Subtype /Link ++/A << /S /GoTo /D (index_cli_examples) >> ++>> endobj ++475 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [303.681 340.152 398.046 351.056] ++/Subtype /Link ++/A << /S /GoTo /D (index_interface) >> ++>> endobj ++477 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[0 1 1] ++/Rect [191.026 237.645 426.144 248.175] ++/Subtype/Link/A<> ++>> endobj ++480 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[0 1 1] ++/Rect [162.989 213.361 308.443 224.265] ++/Subtype/Link/A<> ++>> endobj ++476 0 obj << ++/D [472 0 R /XYZ 160.667 305.283 null] ++>> endobj ++14 0 obj << ++/D [472 0 R /XYZ 160.667 289.805 null] ++>> endobj ++471 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 479 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++486 0 obj << ++/Length 1123 ++/Filter /FlateDecode ++>> ++stream ++xڝVmo6_!FCR[ؚ&Me~e*DɿQGN `uq߽WN98vW kL}ƱBqq U4+iڜ"IFFoP02Tڮ˪3 J ++atWƙʂ]ؘq/d4x[wުV-f/8V=v!DU]K4hziۙR)9j'0XdO<2!ev;eR"o7XB+EDq9F.*Ai&bmug7. 8@˝zJ>!rZ@HX8cb=>^P7aÙ{w,kT޷uMUP^ӣF `%?'!$C( ++-KVou,2 AϷk] 4^1y`c j|PұrDc?7Xe}6u6/kS8ۓendstream + endobj +-1472 0 obj +-(\376\377\000g\000e\000t\000\137\000t\000h\000i\000s\000p\000r\000o\000c\000\137\000c\000p\000u\000b\000i\000n\000d) ++485 0 obj << ++/Type /Page ++/Contents 486 0 R ++/Resources 484 0 R ++/MediaBox [0 0 612 792] ++/Parent 470 0 R ++>> endobj ++481 0 obj << ++/D [485 0 R /XYZ 106.869 343.949 null] ++>> endobj ++18 0 obj << ++/D [485 0 R /XYZ 106.869 205.974 null] ++>> endobj ++484 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F11 489 0 R /F44 479 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++492 0 obj << ++/Length 686 ++/Filter /FlateDecode ++>> ++stream ++xڥ]O0+,qDS}\26$"kTkm>dSv^}rc bTDQ1.F̫dьIp'DS74$mшK^,>EIqi28nX/%i̵)cdfb :!Ϧ(hM@a_7v17Fa@A'3A*Ujhq`5"zYn =bmKR> ++491 0 obj << ++/Type /Page ++/Contents 492 0 R ++/Resources 490 0 R ++/MediaBox [0 0 612 792] ++/Parent 470 0 R ++>> endobj ++483 0 obj << ++/Type /XObject ++/Subtype /Image ++/Width 450 ++/Height 570 ++/BitsPerComponent 8 ++/ColorSpace /DeviceRGB ++/Length 12782 ++/Filter /FlateDecode ++>> ++stream ++x{LwiuAQETl=kTux#kllS/T֬]t,KQkonZ؋_11+ra9@ù9sfDN!d@1!+%,J!XB(!`QB!XB(!`QBB(!΢8B!mQܶm[M3 !XTL8k֬.YokkKJJ¢D}7e`ƍZ7ztgѕΝ2e, ><00P~;c __߸/!Eg}VnGFƍfwƍI&m߾;vxё#GF3>gܸq۷o,b{@꽼ƎsNGK,|)S/299W cQea6#Fضmw}WWW /ؚXY㏻v풯hG)++[r2VN^NL cQe^,cr~СFur޲eD'N!eYTTyS*7ФGb٣i&(Μ9#+4ÛEI,E{Lmm/|2 ++u„ f@򝘘(}-W_}7WV*--[e˖ .Tߋ:$EI,E{:n8p2//OZǨJ\ӵF%$ 3d +2tAYf?Cqqk_RkɒѻEޔ q'zB(X$X,J(!X$%X,J & %,J%0E %ā5LPJKKmaQ$arʑ C:!O7W0IŤ5/! ++&2 Ģ$b(`QE!`QX`QB(X$X,J(,J`,Jk[}ҥQ8aQIHYYY||oRRRMM}eeeiG222#ܼys֬Y~~~uٳg߹sGF:;;e0מ@ccl Jd"e[ [&-bŊW>zhڏ.\x?Ϟ=aZZZd&#UUU?VFl2~/vuuiOVp ++G& @lhh'7(L}YT`vСI&i(Bfbbɓ'#)wYʺ2"rȑ2)f'w䦦&RUCBB - ++DwU^FqiOGGvڜ1Ymed23fذa+#2n:t˕KKK-O@"q0 - ++0{QIhz+/ȈT7...mׯϘ1CgΜyƍe=+WDEEeffjw -,,T6rC>gґE(mmml]9ϋ$]wrI$]aQŢLWXb銞a2 tEa2 Ea(bQz+, ++Xa2 tEad`u0/&LlIID+k,J0&L,!5%!LB,`QE `QE B,`QE baEM&Iii)]Yߕ5gtm;Nc4jI~ ++B,g¢KWX&(@WX&(X& ++B,g¢KW XY+, ++XYX, ++tE!3]aQXzI,[ۗ.]jrpW"mgt7zxxX(x߾}YYYmٙ驌666;6EEE[n;9te3]ݢ}/\̙3me˖_xKimmLA}}vP& @lhhXgClppz,22ӽ{&''755Bll2JĺmW Xq6^nݰad:˕OKKK{|T]X튞aZ$ײǏrȑʧ!]A]3LbWIKK[[[e)~o9 {9[r&Т88;;oݺe4>_P9rJTTTffvBe,]|?cQz+YѕS(Lwn+(LX,JtE!&(@WX&(X& ++B,g¢E&(@WX&hJJJ&Njj*] VW0 brĖN4)((+뻲Ƣ arbXcQB$,J%X,J%X,J(,J%X,J & [d2m ҕ]YcQzI0i߶KHHH#IJJ ++&aR_LZC|;*] VW0 bb!$]aQŢ Xb ++$e ++$XŢ0IWXb(=XIĢ]aQĢbQI, ++X ++B,3LEkkkxp0Yxzz1}]G?ݻ?8p駟/-KYwrbەIԗEe;wJ9ũς,kjjl2|pGr?x/2s=zT:+.mQI}YtԨQҌx~~~TT,e^|EzAA\d].X|A{侀 Kȸl`2dEfS:+(L¤,*=KcRoyaYʺҕɉ'd=>>>==رc=>;CWTTL:UVdY^^ fH"+rX///''ֱ]Ea&uw/gϞgȑ#"!JW|ɈzIR ٚ5kd< @_}vV0 z/*&痆Uƍ~zLK){,^877WЂ ٳgdA9+z/ ++0#*=z,[eg¢ Xb ++$e $LbQŢ0IWXb(=$X¢0E¢0E!b(LX,J0E!ba&(@WX&MgAgbccAmUV?`0(#7oޜ5k,e]ڡ+%qڡgX׻Eٕ3Xbe^QQYKʕ+/\pԩ5k(#˗/hiiuWgφEsIˮ%7hUUfAWnnEd\6s玬ltJkMbbiϮgQu%ˀzjW^Ţ}<DGGL'}"%9sdESeNYv'uvڜAOٕ,j~zkƌXkY Ce]Vڟ,/d;v@WiWJ6EЕѣGX W7>쎬̝;?{I֯____ܹիW˖-Sߋʺ;] p-zvUڢM6=3X4o޼aݙ?k9 ӧOomm=qℜ:xuy̙3oܸbnWX>=&{JnhEΗ/_Ƣz?I¢E&(B,L$e ++$XŢ0IWXb(=XIĢKWX&(X&a>]hQTT.9s؂XE陮e  thLIIte3]DOO0 X¢0EŢ0 Xb(LX,J0E!(LbQfb(LbQX, ++tE!3LbQXI,,I, ++EaߣxyyƖfg/%V:|[[`PFL&SttwTTX;te/8p !!7)),jcbbfϞ}|"&㝍I+ς^JV\y…SNYF>|Ç?~\UU_Jں+˃,Yŋ---w6݅-j랃F+V1)]zѣG ĢjfAWnnEd|ҤIbVx.@ 622ҭ,jeLarȑ09&t!ӍE{{yVDKr9sȊ,ݻ ~Wr;*R]v]v۷o'''˝[=ۮg`̘1Æ [vL>)Fqi,mϐ!C>|СClǎ2>oӮzܥaرEEEn% naI(O111X>JqƇݑsg/ϝ;zjuP.Xk#vpe׮]ǎsۧ箮K.%$$L>r]CBBh}655͛7oXwϟڵ~Ŗ'N~Y.ƍ;t萋;]Y2Q1͢944t͝0DLٳ',,oڴiuuuXT_g^& ++B,gĢ 0 XY+, ++Xb!$]aQŢLWXb!&aB,]aQĢbQIY4%%%Ӆj;b>gґEsrr\.2 cQz+}Yb te3]aQXI, ++$e $LbQŢ0IKXb(=$X¢0E bQĢ vɯ>K'9rL0ٷE !ьE !B%,J!XB%,J!ӧ3 {a_SLd!aI~᷑t"X,J%X,J(,J%X,J & %,J%0E %IE%L q*$qE ++ ++}||ƍ}" <5v؝;wj?ZdIuu˗L|ᇱrb&L(**2DEE$5ˈ#mwս &V?]j?Zx#GV\79z_mL\ۢN/oݱcLbQ5rOOO?tPcc:XYY9~xoooY~2"ˉ'ʈBqPPPffǧN<//ONƢJjkk_~I& 2(S°,Zdo ?*{<(<'|"4f̘>HofΜ)+믵444>7))FѾ}#n޼9k,???YʺTWWٳܹ##KXXkOQ6S%MDDDQQ֭[- ++D]bիW=z@G .466􌈈(**R6غu+XJ]dŋ[ZZvh…gΜm˗˗eۡΞ=j6 2NeAN+zI]0igb\z522R;vܹ#+4>P2#'O޽{Bll2T=ä.toߖf***>>>%Ɋl֮]QVKKKD&*++շ:rNH,]3L:9'Vǎ,00Zfv(OOOM#S\JJJ%|ݧ+zIgڵK>v}WYl^E>{|YP߫ȗvwPtE0 &mMEgggg̘!3gμqF߇ߕ+W233;*dee9te3]ȢO6~6EaKv ]Ea(bQz+, ++tE0E¢0EŢ0IWXb(=X,J0E¢0ESRR2IwRSSjI&uIAA]Yߕ5gt&[&!`QB(`QB(`QE!`QB(`Q0I\آ&iѤ3L:Ik`H'1t5X]$LI~FBtE!3]aQ+, ++XY+, ++XYX, ++tE!3]aQ+zI,,I,,@,I¢E陮(B,=$-K.EErX9+]3LE=<<,GXno߾6 TOcbbe"e[XE陮n>.\x̙6۲e/^եV^;(SVSS 644uG,]3LI!688mYUUe޽{vQf!66Vlnn q%bݶ+zI,ǸOGGGoy{{[nذa2ʧ=>qVVVolDvE0E|- ++ ++kǏe9rHSyTII. yw&߫IR?mll Ϸ֭ApW nhQmzQS\\ێn2r/Wj]r%***33SchhhaaAVV.JW(=ӕ,Dikkgʩ~^&銿dЕKZ& ++B,g¢KW XY+, ++XYX, ++tE!3]aQŢ XY+, ++X4%%%t'55+I}19`bKJJ^'Е]YcQzI09`b E(!ab %,J%,J%Xb %,J% ą-j26MJKK(=äCo%$$$%%`u0/&!VIҝW_}+I}1 Ea(bQzI, ++tEa2 tEaB,bQ+, ++X ++B,$LbQf(LbQfb(L$X,JtE!b&ʢoFxxOXXbGw<==~ǏOHHPF8O˗;9qy$Lˢ{\\Ν;TgA555[l>|#9}^zIy =*KYwrbەv׶(L¤,:j(irYxY˥Ed\60L"K)sBbەX&aR_1q)7<|,e]Jĉ~ر̈wQ+**N*+,//We3y$9خǢ0 ݳgOsYu+udD$IXl͚52r{QI} K*ƍ[~LZ\˔ie/^+_hٳwPؕ[IԑE=Gҭ2'W7O?{???V ?m۶˗eee'߿_uTWr=$Lˢ~6O/g¢E&(I,,@,IĢEa`QŢ Xb ++$e ++$XŢ0IW`?UKnn-+XJ_2 ./] VW0 bvqd=Fڰte3]aQXzI, ++tEa2 Ea&(bQ+, ++XaB,]aQĢ]aQĢ X& ++B,gĢ 0 XY+, ++XԦ3^^^6KɪUΟ?f0$$$&%%X;tٙiy(7z.++th ς^JV\y…SNYFYdŋ[ZZvmuW[l?~vyŊW^}kJ͗_~? 1 UUU^%FFFJnL>~СC&M]`,Attdz'^ϙ3GVdy=.oNNNk <=ٮ+oou 6LtjO6eR~ĈO__ TeeСBc壆cM={$Y9ҝEmͤDy_Jz9,Y6n;2w%Y~}}}zjup׮]ǎCЕURQk׮{X!!!0GWSNFGD4o޼aݙ?k9 ӧO8qBNkzt b[n U]]Em={MVWWbܮ$)))}uy`Q+, ++XaB,$LbQf(LbQX, ++tE!3]aQXI, ++tEa2 Ea&cEEEE=B3g-+XJ_]``HwƔ[KW(=O<=0{Q+, ++XYX, ++0E!$]aQŢ Xb ++$e $XŢ0IWXb(=$XIĢ]aQĢ X&=zWlllyy:hMRjժϷ ڃܼys֬Y~~~u됮dddoEsod]9%VAAA˽\… NZfMoY|XKK,uD={644ԭ,ꐞ{I˃ %7hUUfAWnnEzhܿΜ9"{vٱSV:::udϮ֮]3?.DoϞkQGu?[3f=b3dȐ*2tey!۱cG^]yzz5EܳEҕѣGXrJqƇݑsן;wn}l2X[w5?.fQOW͛6mzgh}655͛7oXwϟڵ~[[[O8!'5NF_.r9s7tM¢鹏aǮWt}e,y`Q+, ++XaB,$LbQf(LbQX, ++tE!3]aQXI, ++tEa2 Ea&fєLJjj툥+XJGIs\؂XE陮eQw5ҕ},JtE!ba&(, ++XYX, ++0E!$-aQŢ Xb ++$%Eaɓ'J`u0/&LlIID+k,J0&L,!5%!LB,`QE `QE B,`QE baݢa!vhI/&.ȑ#0Id%F3%,J!XB(!`QB!XB(!8ESRR2 ! (endstream + endobj +-1476 0 obj +-(\376\377\000g\000e\000t\000\137\000t\000h\000i\000s\000t\000h\000r\000e\000a\000d\000\137\000c\000p\000u\000b\000i\000n\000d) ++490 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 479 0 R >> ++/XObject << /Im1 483 0 R >> ++/ProcSet [ /PDF /Text /ImageC ] ++>> endobj ++495 0 obj << ++/Length 1275 ++/Filter /FlateDecode ++>> ++stream ++xXms6_Aɇ H 2qnr53ӛŦ$DZ/֙ ]h5g/j3@L bׇ݀h lڤ"U?~_ .h624m9 = ִ<d3( qV`8lC`.nX+?6. "x[ ۸ƥS)yRJ+.YC崖&FM$ N.w.X՚-jz믃kqWJ+WCl/pӳ$ tazxcZ."ƘGc, blB66OL_Ҭ`b:/Lɱ?.m9rɲK*4r0̋3Ncw9jB`LJ߳`I@̢tq]#J<)#v10- Fc9}V*H6RPB%(UV(Afq*gf|h@r&`1]lqQ;Aa@lg5v`)k5[JJDyi0{,aY_6"sR"ۓvpT)ؔl7+Ǐ)츈>OS1F*)W|*)_lu CIӧ^-xɴrf>ELEj!qEۄ$ޱ04YhV9gÜ 4eyXSNպY8Ϊfm ++y b 54Res&WRdՁ3pUmc ~ūNq_w;(J)S*z__vJl6ƚTAU#UUB{Pd-QӍl!4o/؄l,!ވɦ0ز`^FpVPBwo;w;߮qy4ø6c~ܲU]Hdv}~ͯ{Ù!Z5f_Xi,K j8ƜdÁ#9^OU53YanB"[J_se e5]V"/0=-F8]S}j^xendstream + endobj +-1477 0 obj +-<< /S /GoTo /D (subsubsection.14.8.2.4) >> ++494 0 obj << ++/Type /Page ++/Contents 495 0 R ++/Resources 493 0 R ++/MediaBox [0 0 612 792] ++/Parent 470 0 R ++>> endobj ++496 0 obj << ++/D [494 0 R /XYZ 106.869 686.127 null] ++>> endobj ++493 0 obj << ++/Font << /F28 362 0 R /F44 479 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++500 0 obj << ++/Length 742 ++/Filter /FlateDecode ++>> ++stream ++xڽUmo0_)g;O0^4}Ӕ^[p㐤tsӷ;QK}* 2e"1eM<aG;AkN/k +++@ ++ǔE CĄGOrUzKU6)f\zd N@&rqaYFA|XQ1$е[`( fui?w \Eꧠ$.+\ˬ2bۤjnc 5.$<Ȇ 37yZ5;#b&+eܞq>tiXh ɩvZpߘR]l* 0(o'2mO"w~X0FΜ{H: /'4SV<Ήj_ ]n·:[(./0endstream + endobj +-1480 0 obj +-(\376\377\000g\000e\000t\000\137\000t\000h\000r\000e\000a\000d\000\137\000c\000p\000u\000b\000i\000n\000d) ++499 0 obj << ++/Type /Page ++/Contents 500 0 R ++/Resources 498 0 R ++/MediaBox [0 0 612 792] ++/Parent 470 0 R ++>> endobj ++501 0 obj << ++/D [499 0 R /XYZ 160.667 686.127 null] ++>> endobj ++498 0 obj << ++/Font << /F28 362 0 R /F44 479 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++504 0 obj << ++/Length 975 ++/Filter /FlateDecode ++>> ++stream ++xڥWQo6~ׯ҇h(eE4i;AX,5'~Ge[' LRw:~}$>@%Ie" ؟.<ߢ6>a{y_%#H?} D wgq%#ʃxu{7l #H̔3ѣ$R9%"~ֹw Rk\TΜݾY$蕍QẜM|a:uD+<ߖ>bg|ӝɆ~]x@@/nbG})`(`(`=v&l_ @ @NonZbn@@3nN @'zЉ6:1*;@ ((=v& {mtqn +i)b5d0oWf\ʌʌwSѧ8}5&vv-<\ҎT_3ƂZWi:i1Er6JX"maÌk2.6݂ub{h[rW,NHrg'709yG_8Q t5jǦ5n('w>$ :0&K]*]V?)\wv O)?{qާ50Hmq9Ms0_ާZpg:/nu'(Sendstream + endobj +-1481 0 obj +-<< /S /GoTo /D (subsubsection.14.8.2.5) >> ++503 0 obj << ++/Type /Page ++/Contents 504 0 R ++/Resources 502 0 R ++/MediaBox [0 0 612 792] ++/Parent 507 0 R ++>> endobj ++497 0 obj << ++/Type /XObject ++/Subtype /Image ++/Width 970 ++/Height 290 ++/BitsPerComponent 8 ++/ColorSpace /DeviceRGB ++/Length 10359 ++/Filter /FlateDecode ++>> ++stream ++x{tU P&wePyjA>*SNV;j)wT(@Qn"؋VjUUZYgSr99'6;wds1bduk :Hk@k5 ]5 ]kI$_x ٳgy@0g']G~衇2[j!KW1cFdɒ2dqdҥ>o߾S#s1 ,ȼ[n .LN>=4Z=zcb9]O0a֭^oܹ3vȹ瞻m۶]v͝;}q?Q`W^y墋.~1#n:=e˖8?h+X|y엗_wuٙ9p.]V\|Z\\>&?ڴiI8K#G,--ׯ߯~СC?8ȧ~# <8`ݻG/,o߾>cǎL@;vx2d[oU'ґW7mԳg؏{mE<;ܹsի|ŊُO>'AdZ/n3c{g~Nua&F֭[-dύ}̶xb&Pg!}Ie˖=zdnꫯVzFk޽{_NzF&jjݺuuW\2dH]W:O6 '0d!I&~4ϙ3'ڵk32e){޽Z:su}ht]osg}vEEEK;axر׳HYh̙3yuܹe˖7n=R>ºtRRR2p'JԩSDf̘=Ch:޽]@k5 ]5hzӀbӦM|>t<ϥ9]FR|V*>]T^ԤNR|V*>]JY)>+%]+ez+>+gkLog%]+ez+g,]+YY)>+%]+ez+>YY)Z)[)>+g%]U/Z5'*uOoggT|ȶǙO:/WjI'$Tn}W{n暆|V|VJg+ӛϊJY)ZV|RҵRR|V|泒ٮLokv>+>+gkLog>+>YIJJYJf2R|V|Mog>+>+%]+ez+>YJkۓ$iO?>x2g>|3\:{挪U-wݙ9~wȇ?./<mOТE=z<8yGMN޲4๷M瞞ݏ...qѱ,/f=Nw#GjO^Cҳu[g\;9^\KjY>}W}KKJ0g sUyޝwՋu4?_G_0*8}}lYWsk6Cs~f-G>{{9ӳSNٰby#W~мymZٮ]|4}ijΪ5(#/|5>yiO]>>G+3s/ݗ_e>7tg,A-m-.f>/ؿ8_>o\c)).퓫~Gqax_uö_a2OϞk~ZúSwCR8Hb[K# + +qAVk{<=>>\khQMwhߞ|5|Gϙoݺt3l|9"ٳ9nwkis6 2$*Oe>tKwj>|]Lr;/nmj`?/G҇ +fK2\5+[?踊s9[9>9}N7mڬ2>7t{׮ͬa-[t?v;Ǐ?#/mYͶ7qK§k9§#}az!9Sk븸&^k\K]=ZݍUKשkI>ϵ03 s%|!ws3O/Fxbq-v5lAq-RKC'W3Ϟ0!skt>&Zէ׭߷o,k'?X*ٞ*^\{ky|ۏƷe,x>|>_~%=8wWʱ|n:56/Nku'׿:f3*Rk5?BZ 7\Y}PD|el;f ._hҷ9_S8|؋=Cz{]柮%aqqqn̞]4sc^5)!֢-_w\Ýucܘ>g~g>wN~Tǎ-KKE|qlu3_{O3g>|U!ggkLog%]]JY)>+>K׊|V|agkLog>+>YIJJYϊҵ2Mog>+>+U`oGq5J5Z-+kggT}>d-T#=4R|V^|>dەjjUR3ەRҵRR|VJVVϊ|VҵRR|Vϊҵb;RҵR32R|V_eUS~R\|V|VJՋuIz9ЈtI ?| @#r543 lg3 ]7g3gHl 3,]|>5`z| 0>|tv>5nz|0g>|tݠ'IbYQ0ӛ3gHe{yyyKJJzym՗> 9@-zq}es}G_}աCGzÇ6Ydz0]wշoxa Xp!O>qzt]m[ny7nxg4}̙7Csի,YrGN?xb,2g?s!|iY&^X+=|;:_/ҝwg^lKɓ'?#۷o\r1S\\۟q${lIMq׾}iӦ[nذa?dQ| 7$UH n;e>K|.<$]t wgώoذ|GEez7xcԴ~{ 2?իWO9sf|}sOoQFNl}`[l9̙>۴il2H ֬Y4K/N&ؾƕcy|25/lLgצw,]|~ֵkYfυ1;Cwx'2o`~n;s-9`JגڵK/  ג_OK/]xq\N81sp„ cEw^,]|:uj s|%7t}woߞ'um{={v!|߿ʕ+Qq}ԪU:*QFva.VZU{TU?W^yeѢEַ2_V{s wsms<};Fttaz| >K`;g0g>|t g>5Lo>l7g>πt g>Cf;Logl3 tlٲkŋF|3g>9:^Ո#&eeezU_F|3g>9麆377zU_F|3|tv|F|5+zez|3g ++Fzg>|vHgvӛ|3 >KVPLo>g>Yf;MokW|^|v>ֈ|3kg>|F| Mo>g>Ynٳħ/v ++czYg>υsmOґK8tȐ!ׯЃ>8cƌS2}Gݲe~ 3Ol߾O>gΜ[n .L0}x9]Fzg>|sSK{mv5wgh„ [n=?t^p;3<өSJ+aÆXM6eܷo_{֭Ӄ[lФloʣg3g>7C|ݻgС|{JK9UAx?xJMWo߾>cǎMf۫<|+>|s3 FWWX}d޽{z-)..T&M5kVc#XxqӦ\2=gϞxMfث|+>|sپe˖=zdnQv^U:UQQQEz[ƅOEEE߿ӦM{nגͳW5W|3s}Μ9Rk׮8qbޞدTپ}{׮]ު+'>uS*7|3 }έU/XO2^h̙3?#G,--5j[oU_W^ӦM~bN,X>`ƌ97z5+>|3'w'`Ozg>|.TI;^|3lgg>W5nz|3k+W7|3,]7g>gl3lgkW53g>[#>KV7g>|1cLƍWի\Mokg>Yg>0]WTT\,F|3g>9hr5>|k3g@Lo3!]7gϐӛ3g@Mo3 ]7gϐ3geˮA/֫*W|O#FU}*WӮ53W|3sk8ss#:Wի\Mokg>Yg>Klg;gkg>[#ٮW7g>| MokW|3gl7l|+l7g>tm^|3kFzg>gl3lg>Cf^|3gkg ++^|3i={;&ho6N^Hv ++czYg>υsmOꑔ~g̘۷oܹsQQQ`揙۷gٙdzupӧO7qOokW|3g>7t] &lݺ5ݿ曏9m۶߿?gySNVpÆ |6m>_u-[f۫<|+>|s39_lСw}ժUݵkנAx?xJgNWo߾>cǎd{a07|3\>%%%{M?υs>^Ko>>yq$'֠nݺ5.|****y6mݻws,^Fg>|s!A]pv}Ylce}n}]{UW0soO*^}}|3g>|έU/j*ɰhѢ3gNYYYiii\<5`kڴiԩӂ ̘1#/ ^5m|3|yݻw{I*S^|3 gwR#N2W|3f3nz|Fzg>tv|3gkg ++g3g>Klg >zg>Yf;g>[#>tv2g>ֈҵdg|3}̘1pqU}*W|+>9L#r{r5g|m\Mogl3 |3gH׀ |3k3 v|3 H׀ |3k |ntlٲkŋF|3g>9/ Wի\Oֈ|^|mWpeU}*W|+>5g>Hkg>|3k+vg>Yf;Mokg>[#3Jf;Mo>|3,][A2W|3gl7^zg>Yf;g>[#>ϐٮW7g>Yl7W|3gl7l|sޥ 6ۿ[׮]KJJ:wOc9oܹs׭[7pҥK;Ա&n{n{|g>|3du<_~w_4vѢEƍ ++v7|s6m?'O~rm}SN9%^5kbM*)7g>|sLGuTt{キW^űM|YgeT엗5NEwQ ++N:5q T!-[;M3g>|n:(]x,W\c6>|c'O^viӺuVo:w?s|ŊÆ ._<=۰aCi[hmmLo>|3y]իWN,b}άu\b}rT8+x֭Z22g>|3عbuٳW_}}yVz}.qŪs9zk|g~_M3g>|Η ҥKIIIlc]gώEL{+6lX˖-҃-ǀ֭[w-K,I:cz&n{n{u;Lo>|3gwx0^|3,]3l|+l7g>ֈҵ+ӛzg>|v|+>5g>Hkg>|3k+vӛϺg>|vHgt}]w]Vpz a^5m|+>ϹM71b濯^WFzUh>'$i@ ^{#ѫ]FzUP>'_ ++~ԐiDkZi|(]Kҵ^I҈^I|t-]Kt-]+H|+ZkZFiYJkZFg>Kҵt-1t-tg>Kҵt-]Kҵ҈4bJJkZFg>Kz%]Kz%]K#҈tg>Kҵt-1Jҵz%]YkZkZFkgZ+Z:]miѢE߾}/_9X1yVʥ^޽{Ĉ鑷~{-[moi^eDF-]tC Y~=kՒ%Kz$}dyJͳҺ4IOI2Wn^e#]BbL_þ}^}o|Sg̛7/fKL͛7gFӔ)SyW=UFU~t]acgϞ+Vo߾a>+/~|+2=rصkWlui^$HYs=w۶mܹs+=ϕzu;w|衇ڵkCHݓ$+_>+$y2I:Lt*tнJΉ1%%%gq|PXY) :o_/wqEEEyFU#G|u}]j!|~֭Z!{/vb[iz%]w/է~# <χWRb~֭~O]I2(I(tp ++Z'HIt]8~CHϺꪫi1apgH#*C N:I ޽{/[p?cǎ~xؾ}bg޽t/k>|Ŋ|W۶myf>d_C$cNJY&rgH*?%Iuvرcgt<vڥ#fΝ;#fW5"O i^=puv'|NVjݾ;x,e!A{%]mٲG .h>wӇχJuX|~촪ݳYNjvUv&It}?ħ~/})ݏ]vYUjw|0~c}g ګC;رcO;_jꫯ޴is=o~3spĉcHJnk4gΜ:]63z5iҤر#%1MdO|vϊ:I6%sIZ|O ѫ$t]O1ԩStYn]m̚5,ܹs3+**"Wl2ӟ ++,]oO>9 ioƩzwؓN:> e9rdiiQzK#۫/䔮e~窽7o^Ν; 'qF>Kb|#INMדN'%g :Ii6~{@hUأGk<5k>Z&Ƨ~:fرcO9'ݻwqiX^1t-]Kҵt-]K#҈4b,]Kz%]Kҵt-H#|3%FZJFJ3kZkwXiD^Iҵt-]Kҵ4"H#ֈ|J*O1cƍk8OokWsL+אiDkZn"z֬Y}!l׫?^zg>9麹QOokW|^|nz|gvӛ|3l,][A2W|3gl7g|v>ֈ|Fz%]]Lo>|3,][AHg>u~_xzU_F|3|suEEȢ\ޫ\Mokg>|3s W3gY >|k >5`z| 0 >|k >5`z| 0>|(]1)++kg3Pwyˮ;+uO5 1vZez+gTvez+gt23ttggtggkLot]_5'*5ʭ5|tƍb|>t Ht Ht @k@m3f4ufܸqm$endstream + endobj +-1484 0 obj +-(\376\377\000s\000e\000t\000\137\000p\000r\000o\000c\000\137\000c\000p\000u\000b\000i\000n\000d) ++505 0 obj << ++/D [503 0 R /XYZ 106.869 686.127 null] ++>> endobj ++506 0 obj << ++/D [503 0 R /XYZ 287.975 367.169 null] ++>> endobj ++502 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 479 0 R >> ++/XObject << /Im2 497 0 R >> ++/ProcSet [ /PDF /Text /ImageC ] ++>> endobj ++511 0 obj << ++/Length 976 ++/Filter /FlateDecode ++>> ++stream ++xW]o6}ׯP$+$kQ,i0ɢku_?Jl+u0ACJL`Èd!Cf<5^Pc8 M8# (hQF&'P{mQc7GYZOhp늢eOLTno |+87O|~f 7gU]ۣ ?# Z!wwW0 9|Xv8mkd"^{Ua]HY8y_". XQ2Qq=TqK}er%~gL!7O459y%t|',_Dݾў.Te!Mo>ClT0$a5ǚ=Eb\ ?j%5e^fkO{y;S.9$e+>l~`8&'u^Yyub*P g2ϒ>v1^%C-SKT ++4R B/^[!<G8#<G/q8%\ci$As41+&J paamHCX'ethyõ8pRkF.x+>Z} &,Y_"g^wx-/\W'R^ZN. ++D4&^7\WgCUq޶Sc^پu.72,YSDҦ:އ_X4Qendstream + endobj +-1485 0 obj +-<< /S /GoTo /D (subsubsection.14.8.2.6) >> ++510 0 obj << ++/Type /Page ++/Contents 511 0 R ++/Resources 509 0 R ++/MediaBox [0 0 612 792] ++/Parent 507 0 R ++>> endobj ++512 0 obj << ++/D [510 0 R /XYZ 160.667 686.127 null] ++>> endobj ++509 0 obj << ++/Font << /F28 362 0 R /F44 479 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++515 0 obj << ++/Length 1068 ++/Filter /FlateDecode ++>> ++stream ++xڥWmS8_s?3w6ZY-йJ=ҙ: HX@__Rb@v}VZ`! B-2p`&dݨw%ք :{oqhq3\ q/b x~9Ggs&DԈ8esUkVSh+ f])R~ *hr@-N|/և S  =%D&~R4НY41=9ϧ\ǩ]"3=w-6a0S,3=xX^.Nap8^|Y]e7Wy\,oD'ȣa?4WIendstream + endobj +-1488 0 obj +-(\376\377\000s\000e\000t\000\137\000t\000h\000i\000s\000p\000r\000o\000c\000\137\000c\000p\000u\000b\000i\000n\000d) ++514 0 obj << ++/Type /Page ++/Contents 515 0 R ++/Resources 513 0 R ++/MediaBox [0 0 612 792] ++/Parent 507 0 R ++>> endobj ++508 0 obj << ++/Type /XObject ++/Subtype /Image ++/Width 430 ++/Height 430 ++/BitsPerComponent 8 ++/ColorSpace /DeviceRGB ++/Length 9440 ++/Filter /FlateDecode ++>> ++stream ++xmLgއyWK@yQ[A[vۊJ15m-fk"XPң9P[FTV]]T>?drj>Lƛ9k~极j||| ++@d2/?>?hBhBhBhBhBhBhBhBhBhB6[#>|;YOhnl޽l6{޳eϞ=W߿edӦMޣFڽ{~_,44@ n޼YOhnlƌ<^n¹s?~aݸqӧ ++ߧO.#rŋ{IOcǎIMm-_\fuE&ZC?:uj„ jYo8p`@@=lٳӦMYȑ# <֭[k°*W~ܹղjh5x͠ @vۄ?)Sd%˗/[["""d}ܸq۶mkmmݾ}۷kjj oBgyf׮]bbbwÚPZwժU JTumo(QVuIMؓ'?OO.n PT +=?R000PRT*tyۍՊvTTsBx&?)+UNXjP&VsBɓ'˜Pߢ]'LNN{,3e$--m֬YR23:mB=4aӑw}w`R>jɓM(JZhX(,,̴z6zd^UWWˈСCeTdopp匌 ~v @:oVǛ& hB& hB6ѣG\kB 08SNgڵ4!Є4!Є4!Є4!Є4!Є4!Є4!Є4!Є4!Є4!ЄN؄nnn\p&4111^^^۶m ԿVsNϟ??a5_N4[NhB5-[Ν;/ڻ e?4o޼%K?rrbu@گ e*RZZܬ VVV5Sr̘12L- ++ ++&N&sikM;٠*"Km†^{mܸq29T򼜚*(K)C;HՓ{ff|O>nGi_eE'OTُ?S$ЄjS/igʊj!Y9sFi2Ӷצs]?wZzҘ@o6K/ta}T#GܰaT6'=z՜l6رceNJɯ'M(,]brܹsNhB5`DDLd/e(\YY|OjȐ!Ґҥ`ۯ_?-ŋ{B[Ə/Q&7& & & & & & & & &Sx,, ̕PL&r+5a+0JhB \ф@ &rEM&M4!+hB W4!Є@hB \ф@r&loo?4G 'kBrEބnnnV#%%%qqq/ٳ'##C?ʕ+3f񑥬Huu#dd̙ׯ_.!!!V֟@ssl&44@myf9d&$W`&LJJ:};w_;wǵ?8q"88X;… dGY&''Z[[eh"ٸqQ<П@CCĵI?(o???5x19d&$W`&ԸtRXX~Dx-.;vÇ#H Z*겔޽{W 9[]&MtERV7o ++ ++"NmBrFlk׮I***^^^S+WC2&+ >|+#2j*薗}}}-Y)aR{mBrE ԄHޭ^hH@@ս[Zs˾d$7墢"'yMHȕ077WY[[k#,X@{#jPRw̙X9Ucrr\#؄u~tܸqA:aaa v4iŋBttyfPP+%W•6׽{G]&+**ә+++rpWJ,p3'T3sxkp̓Dfr)**:dwݸ\=ʕ+oܸ!Wa߾}J`nn\Z4776,''*h(.>W•7NG4 ++ 333z~~~HHɓmwliivpBdddzz~ݻw 222 3>\ ++W.لD[[+\᪏7pe\W4!pEX\ ++W4!pEX\ ++W4!pEX\ ++W4!pM$&& ++WrfWvj¢7Alp圮ׄF& hB& hB5aYYZaXp+\9+vA\\p+gve&O? ,[ W•3 I,p+ ++W I,p+ ++W I,p+ ++W I,p+ ++W I,p+ ++W I,p+6aCC[o5l0// c:pwwcnذA^x!//.66V<Ѳu'Oc]!*555,,L>:***33W]Z~}hhr`#Gܹs),,LLL| 78P%9m۶W^yE̚5Ku'Oc]wq&t+ɔ/ZfƸr5{lRSS&2dɉ\#_{fȺt>N¦M <7d\6(++Y:bXM  ++ ++Ujkklg1f;.N/_~Y*?MСC"ej\6^QQ1qDYeyy@VNXǺ2V:RkɼW]Rر/ 9ӫ#fY !JvdDnUmoF+VqkN@W:UvvúupՓ\CrsֿXzߏH]NQ2o޼[͙3G9sP֝}]=]Y橧U^}>LgPJ^^^-U.zGcO? 훙]ѣGmٲe…`qqz1f̘{g|r0\uWsoGKfee&;{_• I,p+ ++W I,p+ ++W I,p+ ++W I,p+ ++WrHرc˱uV{$WU/rHYǧ&^\ ++WQMőذ_bq+\MHbq+\ф$WMHbq+\ф$WMHbq+\ф$WMHbq+\ф$WMHbq+\ф$WMHbq+\9mJ#::\ڦ'{).]7ߴǫ+W̘1Gn+Ejjqpe媤$66;..W]*$$ M(_۽K,o9b ++5pB9;wRЉ+ĉ.ЄvtiU^^ƸrqQF0'*TUU=UuV7d\6~5k?W}=vX9iBҸtRXXp%~d3{23*++{ԙ~/_}geEdr.+tZreVVV+ŵk&M$"\uJVZ5`DGia~uY߿Om߾]\iNhWW5N3\Y;^PPg;rРA4aM֭[ҁ̞='{ Wnjj:u믿 .X@{O(.U{J,ӹ>`jpȑ6l愣G怀5;v U)=W_ KZ,^.XM;6`DDLd/e(\YY|OjȐ!Ґҥ`ۯ_?-ŋ{B[Ə+߬&&&&&&&&MXVV౰X, ++z3WkB9r||| ++#b2~ׄ] @( &rEM&M4!+hB W4!Є@hB \ф@ &rEMʩ}(-'@\ rxYz{{뿴gϞ Hjjv+W̘1G.##F3g^~]F߿/XYͲqvvdЂ͛!\ћ0))w iܹǏxĉ` .e,#jmmEddƍF?x@ צ&[ecA\PҥKaaaI[Ժ$sر֎ V7hYRz]Y4HF䀲nuv4iŋJ%6::Z ޼y3((8  ]&)zyyݻwO\2++Kɘ6RVV6|ƲUdD[^^vX,VgJm: 2PBxx"{z!!#Vnj9v7W5n.ʓܔJt&**{k4!"Wj\IfmmVs`}AIݙ3gbccTs|{ssarrrlϑ}q\7-jE۸033a矧M&ӧO|vഴ4sU$Yn/\?wj ~g&$W`&|$/K7!Xr4!Xr4!Xr4!Xr4!Xr4!Xr4!Xr4!XrFl„tG$11\ANMXTT&ca6fׄF& hB& hB5aYYZaXp+\9+v)Ёdp̮[p+\ф$WMHbq+\ф$WMHbq+\ф$WMHbq+\ф$WMHbq+\ф$WMHbq+\ ϟoErX9+%W•vDa={222zqqqLLw\\\}}G4771";;[;{hhhAA`rp'O,pӄ]ϝ;j}ѢE.]}޽{d$))w  I˕Sǎ.`<֭[qꄅڵkҤI/^: ++j͛AAAX\ ++Wڄ^^^ݳ=zTvhPZ,Ng2~])ΜPeMõ7rˍ>>'OnllݱE… ͂wޭ60p+\d>mmmp>ބW•q]ф$WMHbq+\ф$WMHbq+\ф$WMHbq+\ф$W6aBBB:t+\ʙ]٩ fW•s_& hB& ׄeeekAbp圮&CqqqٕP>0tl2\ ++W&$hB+\&$hB+\&$hB+\&$hB+\&$hB+\&$؄ oְaüBBBd'u]a^xᅼX5RRROGR֝>>ofvF]WWe˖ j]ǘ1ck9Uopյj\=o -՚g} ++WN&$hB+\&$hB+\&$hB+\&$hB+\!Mcǎe.֭[X\ ++W!M(gBL{q+\9+G5aG6"b~peoW4!pEX\ ++W4!pEX\ ++W4!pEX\ ++W4!pEX\ ++W4!pEX\ ++W4!pM)UrmjXt7| Klozr].視8&&;..W=U@@MUe{{{EEE```ϯ^%K|GYbE1bbwG\-ZҥKo޻wc=(|_i.BUUc\^[nu%~d?aΜ9mnsZZZ:n8\uJ\? GEE=\믿>쳲"_~愽o=m4\uJmQ\u/B&Ҽ'~dE~ZZZԺ߿'{ތozs^p%C7uGn]I7:u&Uc֭k@VfϞݓիW755_=puwygUV\y i}\9rd2G ++/^|tO= ++SN{CvrÕLU~~~HHɓqՅ+!!!a4k} ++WvEX\ ++W4!pEX\ ++W4!pEX\ ++W4!pEX\ ++W4!p&LHHHw!X\ ++Wv&Jv9Z#zC$p hB+\&$hB+\&$hB+\&$hB+\~M8~e)Sp+\9+;5aQQћl6 ++WrNWkB@Є4!M@Є4!6a||Zc2 S\kBM@Є4!M@Є҄ }V+endstream + endobj +-1489 0 obj +-<< /S /GoTo /D (subsubsection.14.8.2.7) >> ++516 0 obj << ++/D [514 0 R /XYZ 106.869 686.127 null] ++>> endobj ++513 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 479 0 R >> ++/XObject << /Im3 508 0 R >> ++/ProcSet [ /PDF /Text /ImageC ] ++>> endobj ++519 0 obj << ++/Length 1841 ++/Filter /FlateDecode ++>> ++stream ++xXK6W{KJAR ;Hm㜒`AKF\I^;áut49,9΋3ߌ%9 h!^4NW#>^ѫ,n~._z8aI菧󞠄E"OOד"ת&B:[UODhs]"ow/ӷӽ;YE^}vę-9I2^ч{at)$%8bIyPU}&N@L߂En ++G>>>I‡7a/fa%|oD֑? L'2a/[GFG(^~[>Tȑ7}/ujhSM3Z/upݞvyUQ-v({bHz= ++c@<+3TZVyMzRmyw93rKgЙ&Oi:R;7O:*/Ԭݍ% <34AӔ3|(_n*eˡv<9: q޴n]93uC+&©u!^I]i]mZ/;jz̃KH EL10v5; ++]+TvzSV>qʌZu3v۳j]"C˗J7+KyeaE޵KTjA=@c&^Vjun"ϥV3)ajY:caNUkCqgԡTC%ה%P2kA,$4bWs|9X)qiզhUQU_-&*)DJbd>s)idk#kѤ_a g4Š!T[TUFehE0:)80 ++6,eҫQOVajނto5:mJ'0|+5Ec4T)hV3\BqgbbAH|VUA!JI7rKt~X{g&Xn~he!C3dy+%n̚cl;8UfP`-C8g$)zC($$`]a<$8LH-.i,GAlD.;ti\SmYn~6')1U+`ȖDo*7…| ؁H +$@ќB4}}Pc~\DVM,pf0Nx\vf;d0ePpU^xQ]Үą4x^^rJmk#mW쯤Q 44~zi@L(Vm(3TKV3Uyq̪Bn/I$px'd&O!K8;N%dh%xI9sG> endobj ++521 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [298.01 307.078 331.823 317.982] ++/Subtype /Link ++/A << /S /GoTo /D (a00029) >> ++>> endobj ++522 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [345.698 283.168 379.511 294.071] ++/Subtype /Link ++/A << /S /GoTo /D (a00029) >> ++>> endobj ++523 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [309.848 200.098 364.005 211.002] ++/Subtype /Link ++/A << /S /GoTo /D (a00045) >> ++>> endobj ++524 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [381.081 200.098 450.172 211.002] ++/Subtype /Link ++/A << /S /GoTo /D (a00046) >> ++>> endobj ++520 0 obj << ++/D [518 0 R /XYZ 160.667 686.127 null] ++>> endobj ++482 0 obj << ++/D [518 0 R /XYZ 160.667 373.223 null] ++>> endobj ++22 0 obj << ++/D [518 0 R /XYZ 160.667 363.134 null] ++>> endobj ++517 0 obj << ++/Font << /F28 362 0 R /F44 479 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++532 0 obj << ++/Length 1957 ++/Filter /FlateDecode ++>> ++stream ++xڥkoF0 a߶6]:4mdl c#ϖl'0x<o,#HQDq$;r9u"dfif_۷*vDX%b.g}q3zc3[o,jCwUuҰq,])MǫOLC1W ^7@& $N9n.&OOGf=*n*t-,D|.QH͆)~/ )Dy^G}O]s9l ?>㬦Xo?g?UJ6za1Ռ"P򖠣 ++t ++B[tp7TYp_Glpݖ`FQ2RcsW@O ݶibv[TdLX d(1Pj*]uHX#q{s . M{H))ROK[ghW~3L3k*ꍎB|_]{žh-U05M!FpX@Z5RY w2/wJL@\s)6S|\8HXO6]_ k#"?rK]́[k^"hWƏ~IP\x:v&XwPg g"q@ZO71[k=r>`X˰dm A04-™}-=(Fg_fScˊP=l@K+[$ŋHqDBe5}#S@z̏"|ԒB`4(Si˥ZuTaܦQEFK0>w6z l}iL|TiG9jti~sղ0unSSCQf,*Ga&6YM%; uR2<)GQETF ]^@fE6ؗڀr9ciFa0tH0Jc1ΟL]i0o5|!^`j _TҼx ++bQ CgM)p* #B0H E$2Ӵ-Y@z Uڷ>ᰵ`ˌ@mE+$}a]7]Ht6sFj ה0v7M ̐0?hqer0# {g>cUZ[`Ϯ׎`E{zX6t^=W?a99)3!l~1Gq 7tv ?[;RV*Û kxZr8Wdxٲ}nI X^KeQ~e ̓r+R$y0# fUW6ޭ S=^W+Oz1pzO4 kpHnf?Ⓑ/> ++531 0 obj << ++/Type /Page ++/Contents 532 0 R ++/Resources 530 0 R ++/MediaBox [0 0 612 792] ++/Parent 507 0 R ++/Annots [ 536 0 R 537 0 R 538 0 R ] ++>> endobj ++528 0 obj << ++/Type /XObject ++/Subtype /Form ++/FormType 1 ++/PTEX.FileName (./ppc64-with-smt.pdf) ++/PTEX.PageNumber 1 ++/PTEX.InfoDict 539 0 R ++/Matrix [1 0 0 1 0 0] ++/BBox [0 0 1150 430] ++/Resources << ++/ExtGState << ++/a0 << ++/CA 1 ++/ca 1 ++>> ++>>/Font << /f-0-0 540 0 R>> ++>> ++/Length 541 0 R ++/Filter /FlateDecode ++>> ++stream ++xj1Fv@)ht᱓@~UāˑSKwgy|~6.=qF=ק:;>bvM BR(5IRTREj/JR7Rwݧ]yHJs2qLڈ^H6Vڹ)Omݖ1 ,4ͱ׋:uXT寮;q8KUnNGj ۘw:t<}-3Fo6:8V(L.iaodT(.ajHqÄq7 4ͥ` igݓ|VW> 's}2OY]lz ++:yn d#S ұPЀ-\. Hš 27!գ!574 /H57@dȘ]kn`H dݓ|*^> 'cT|2Osiۧ`lSs:O:?,ksnޗ35> + endobj +-1497 0 obj +-<< /S /GoTo /D (section.14.9) >> ++540 0 obj ++<< ++/Type /Font ++/Subtype /Type0 ++/BaseFont /BitstreamVeraSans ++/Encoding /Identity-H ++/DescendantFonts [ 542 0 R] ++/ToUnicode 543 0 R ++>> + endobj +-1500 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000d\000i\000s\000c\000o\000v\000e\000r\000y\000\137\000s\000u\000p\000p\000o\000r\000t\000\040\000S\000t\000r\000u\000c\000t\000\040\000R\000e\000f\000e\000r\000e\000n\000c\000e) ++541 0 obj ++899 + endobj +-1501 0 obj +-<< /S /GoTo /D (subsection.14.9.1) >> ++542 0 obj ++<< ++/Type /Font ++/Subtype /CIDFontType2 ++/BaseFont /BitstreamVeraSans ++/CIDSystemInfo << ++/Registry (Adobe) ++/Ordering (Identity) ++/Supplement 0 ++>> ++/FontDescriptor 544 0 R ++/W [ 0 [ 600 862 612 549 633 277 633 615 317 390 636 636 636 774 686 390 748 731 684 611 634 837 636 603 636 636 636 636 636 636]] ++>> + endobj +-1504 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) ++543 0 obj ++<< ++/Length 545 0 R ++/Filter /FlateDecode ++>> ++stream ++x]Mk09nƏ ++"C?d ++5yPxLf3ynRngJèeYuԑHIr rLv[V=QUQ6ntxRsoV_ڛ1?<^)μvS쓏r]_fR-Yb:ɶWĭ:b%A~wև $=N2Pzt1 *@T),A)HBu> g`E/G=PAKQ]/_~Yȃ_(A? g}!oֺ#'bQ}jl, ++endstream + endobj +-1505 0 obj +-<< /S /GoTo /D (subsection.14.9.2) >> ++544 0 obj ++<< ++/Type /FontDescriptor ++/FontName /BitstreamVeraSans ++/Flags 4 ++/FontBBox [ -183 -235 1287 928] ++/ItalicAngle 0 ++/Ascent 928 ++/Descent -235 ++/CapHeight 928 ++/StemV 80 ++/StemH 80 ++/FontFile2 546 0 R ++>> + endobj +-1508 0 obj +-(\376\377\000F\000i\000e\000l\000d\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n) ++545 0 obj ++349 + endobj +-1509 0 obj +-<< /S /GoTo /D (subsubsection.14.9.2.1) >> ++546 0 obj ++<< ++/Length 547 0 R ++/Filter /FlateDecode ++/Length1 7684 ++>> ++stream ++xX{\UU_k9<@*fz"5S3J3(,D{8bdf耚`ό!r q|fČ:6嘉bEF F3?:gn%H1{r||G. d`SBhg^٭i$$^6yG#L'!&DDLEɂBޠ4Vgdz$8&٦Dd "7YISe+Jn5մغ| ) )8d!AH}rgH O ByXX"/1Ej;8up{Zn~1] Ut#8Iݯ~%NqT;ME5FvSHbN"KFv_r8#z`Q|%ރz7f=yz]P2l_%${ɾdr`L}A06+&˓ebŔzJRUDOIr<9_?ߓ=b_?2fXOM|ĥ[h\lBzTzZB\$)‘{YP_?M]7ںgyBj^3kqMcVT6`@Mbb' +&%th)1/74(bC)JX(kgK ++q1,]*:XCDJ8Nܜɓogmx.Ebޤ͗jj6:,v$D̕N҂.PԢԛdocg)7ThlSlҺ'h1rII̭_joCCvv=*lٺήRѵeF*v p]59,0sx[ ++ن[A}>GGBθcsn$??׏9?9_z_<s꾊ED`{ ++ 53N=t"4deꪵ$U>~KzӋ !ˈ#3Bbe뼒;TsZlFmq#=0QWXz U;Ν5bkո8Nd2[T4D&11ӺMYk9*E P; ++RѣjhWmk'?212F ] `ʃ6E~I|]E"(1'/H ++w/!%%QK= ++wIL?,d± te{_+y/z:F?7jjja3:\;eO6! 0J=4k$wȷ&R*wp >^Á7.m-7ZڬWkpN@ơ>Oo\H:?6!1]gRW[IS#]FG-=9,dşW$'-)b3!3X<yjoh}l5w+F3{]El+~x<@;Ab懎(G ++ƹHA_e[L ozNX'nWSE בb5:ǓD:j;ar-7 ++bkGª]f5tׅҲeB1繹b{ŸD^7&"c~D /^ۜAlKOv"ETU-]*a_^ﶶ~aX*AO=2/*(L](De-QmzԖ9[ZKJmFUc%c姄?AQЗkͪ`G@=(LTC ++ #I^NI@XjVDD ƍ=:\-'OpI 02@I9a2 pЩBi&%H_s|E])].^CGJSi!N8̯ ^xEpy3K u$"XY^IK 6`Gma9:R+ϷBR(E"}Xh*2YŠEJ-jw)?Q3)j2`7ݻoTO^{{9AhèX}]Q h`rK=]" w+6U(rx=@ʩXm(fh}H~[ uիY58 <϶=(ctljmm¦څ@`Gy$'8(HJe1F\f4TwtTݦX-f#)?9Q0fD^Mkqv&F i`,Th&ʷ=@GB33Ҝ}*:(V>}[ϟ[ԶN@~b+UL!&B62Upy&譐6lyM?ܼzśؚ4x/1]@_+UT._q F*+/Y :|T[/:zuQSwR}viuiݗ?Y\ŝIy0oL7!:5[҉&sګjD9dOcjT Y+ԆFҗ%Sd>y4$$L'L<:˨'!UU( qt~X24w!sGlE?bȼ`%+%֘YWYl.wz"nbJMa樛.oGC̛&5|uX7;iPM'*Яj dj0.s¥;|5dZ[.bn7:XAԶhml ++:HmYlbMF#dz^3W ;oݺO8έa=s2in?}ۡC۶'oe󯿼ʿ@ٯ=;I`$S@"p)d$ƞEWD#YȽ MQ,e3JV4ѮRޅaJbD4=U1.bG ++DbV)Oܑivƻ ++H adDRWj=x$ ++=r*<\S8b / evZj.kIe.ūw~sl%k,YZ)tƒ S|uo9vq/dG׮}TqN~ɒf1T>Ej.ZB\!.1DV{Cv6kAz*5፮QG4za6@ @nkHO#=XMa.M42OMjU[ʄMt-Dy+LmSa_^Qnxux ++|oQ"n&Vr~=H8*#Q yB°*(l' zI\$ ++(zC^>q.:Ñ ߷n4,YJMGRq@nd?>#~j("NbLb#TΦ2]uKER@ ++Q\f!WpD*NR8R$ ++)L617-,Zw.%ɫ ++czj"ߓ0Y(„HSf`SBw g絣ʓN^rqm֐9 \.=XR! ).@գP}0_̡5s1G~_x=#͗t@Kի1Y'yzMH'OY!GH&$_ign/t=iQ:'^X#R2|Z!pOnmEg}$ּWݝ5ܧ2w-tb wR~㳦jF9plT&ulWp̕-x_xE\ljleTuKBt0]BЫBPjфH[PV: ҫ(K/tSt:sOz|s:[} 9l;(} ?RjqTC{~N5U5uχLhp5LbWol?.wgO9\L9B5|cu|t_,f,p?rh<Mx?Ns8La'n84r88cr#~0C*P` 99s s).d@P]sx8šo9˅7-ۛ ohkvsevl)r!a+-Ml &ش6 VrXWmf8T ++'UU56XJ*٪CXMUdCEPMVr(/9 WWˍlJs#Ue ++a-D9qvz"k\(dx/Z` ^0<w@A<s; ɞOqfb'  3A6G8ﵲxqv'X3aL5Q: 9Frqp6~ vf!!6 !ndn4!epdFlF_X@RKʅ}loNH @B `xqb~moxO.ĘtsLpa!2"0RqR lx*`]a``633m ++#tx)D("ʭL ++VҤm/qΑ ++endstream + endobj +-1512 0 obj +-(\376\377\000p\000u) ++547 0 obj ++5732 + endobj +-1513 0 obj +-<< /S /GoTo /D (section.14.10) >> ++536 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [159.151 474.612 219.383 485.516] ++/Subtype /Link ++/A << /S /GoTo /D (index_cli_examples) >> ++>> endobj ++537 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [105.873 325.481 160.219 336.385] ++/Subtype /Link ++/A << /S /GoTo /D (a00045) >> ++>> endobj ++538 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [177.674 325.481 246.954 336.385] ++/Subtype /Link ++/A << /S /GoTo /D (a00046) >> ++>> endobj ++533 0 obj << ++/D [531 0 R /XYZ 106.869 686.127 null] ++>> endobj ++534 0 obj << ++/D [531 0 R /XYZ 138.68 610.344 null] ++>> endobj ++535 0 obj << ++/D [531 0 R /XYZ 106.869 532.288 null] ++>> endobj ++530 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> ++/XObject << /Im4 528 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++551 0 obj << ++/Length 1080 ++/Filter /FlateDecode ++>> ++stream ++xڥVKs6Wp 4H[[yL*c@Q) 0$YXP+ьaǷ "HyYi$dTXz;^%t3ߗdQPe" Ly(Hsؾ"g}Ua}adKE,ߏ?}kM薟[*hzM*q ++IRl |Z' m&e*@@ ̀2kBC ){iCkWj,-xE/n/]{%r- yDdﴩ4sA=RfdTUq{+X;Re^5끖pcP9 j aNl˭kB+-)vxm9QHit+ ++\B[jyU !W,ݓkZ>]/8Vɹ9W؞Cpߏ~, u^:Rk]-mpxz1ī.L a-OGؑ|y>p:03oB _ B뮕m-^6y{݁Y¯k.mvAs #)u/$>fBLF74'Ft}8C'hN ++3lQ5$7usG9x8 $ՙ5 4wwk ,I1l*c Eөw%#`J5yYSnVWH1BwQ/ŵã(=GW$ɫ4*]Tj ++ y v;]n;OȃH1~~7k/=ؗFR 8+P/{Iendstream + endobj +-1516 0 obj +-(\376\377\000h\000w\000l\000o\000c\000\137\000t\000o\000p\000o\000l\000o\000g\000y\000\137\000m\000e\000m\000b\000i\000n\000d\000\137\000s\000u\000p\000p\000o\000r\000t\000\040\000S\000t\000r\000u\000c\000t\000\040\000R\000e\000f\000e\000r\000e\000n\000c\000e) ++550 0 obj << ++/Type /Page ++/Contents 551 0 R ++/Resources 549 0 R ++/MediaBox [0 0 612 792] ++/Parent 507 0 R ++>> endobj ++529 0 obj << ++/Type /XObject ++/Subtype /Form ++/FormType 1 ++/PTEX.FileName (./ppc64-without-smt.pdf) ++/PTEX.PageNumber 1 ++/PTEX.InfoDict 553 0 R ++/Matrix [1 0 0 1 0 0] ++/BBox [0 0 590 430] ++/Resources << ++/ExtGState << ++/a0 << ++/CA 1 ++/ca 1 ++>> ++>>/Font << /f-0-0 554 0 R>> ++>> ++/Length 555 0 R ++/Filter /FlateDecode ++>> ++stream ++xMk@wBR(Т[@$Ψ@fy`IُާfOe Ǐ/r\|x~r% L|TmcF{9lh#7xn%DIb'%DKL"q/q4>ǁŇU)dI! %?m ٧$-Jw}ƛ\)Ivi52+Z ++Z(K;+z>^/Z(ӖK$΍qp7YK;(n)9VQ<ޤI &'&.8WrvZD.=sDRM1kFRmԁFa#uF>H^WPEjL 2w!C:LH2U3҃lẄ́!LH{09w/6,4-<ퟟ ++M̳뫓m  ߨBG{aFhW]oװoӷj"|ÆO>1] ++endstream + endobj +-1517 0 obj +-<< /S /GoTo /D (subsection.14.10.1) >> ++553 0 obj ++<< ++/Creator (cairo 1.8.10 \(http://cairographics.org\)) ++/Producer (cairo 1.8.10 \(http://cairographics.org\)) ++>> + endobj +-1520 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) ++554 0 obj ++<< ++/Type /Font ++/Subtype /Type0 ++/BaseFont /BitstreamVeraSans ++/Encoding /Identity-H ++/DescendantFonts [ 556 0 R] ++/ToUnicode 557 0 R ++>> + endobj +-1521 0 obj +-<< /S /GoTo /D (subsection.14.10.2) >> ++555 0 obj ++598 + endobj +-1524 0 obj +-(\376\377\000F\000i\000e\000l\000d\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n) ++556 0 obj ++<< ++/Type /Font ++/Subtype /CIDFontType2 ++/BaseFont /BitstreamVeraSans ++/CIDSystemInfo << ++/Registry (Adobe) ++/Ordering (Identity) ++/Supplement 0 ++>> ++/FontDescriptor 558 0 R ++/W [ 0 [ 600 862 612 549 633 277 633 615 317 390 636 636 636 774 686 390 748 731 684 611 634 837 636 603 636 636 636 636 636 636]] ++>> + endobj +-1525 0 obj +-<< /S /GoTo /D (subsubsection.14.10.2.1) >> ++557 0 obj ++<< ++/Length 559 0 R ++/Filter /FlateDecode ++>> ++stream ++x]Mk09nƏ ++"C?d ++5yPxLf3ynRngJèeYuԑHIr rLv[V=QUQ6ntxRsoV_ڛ1?<^)μvS쓏r]_fR-Yb:ɶWĭ:b%A~wև $=N2Pzt1 *@T),A)HBu> g`E/G=PAKQ]/_~Yȃ_(A? g}!oֺ#'bQ}jl, ++endstream + endobj +-1528 0 obj +-(\376\377\000a\000l\000l\000o\000c\000\137\000m\000e\000m\000b\000i\000n\000d) ++558 0 obj ++<< ++/Type /FontDescriptor ++/FontName /BitstreamVeraSans ++/Flags 4 ++/FontBBox [ -183 -235 1287 928] ++/ItalicAngle 0 ++/Ascent 928 ++/Descent -235 ++/CapHeight 928 ++/StemV 80 ++/StemH 80 ++/FontFile2 560 0 R ++>> + endobj +-1529 0 obj +-<< /S /GoTo /D (subsubsection.14.10.2.2) >> ++559 0 obj ++349 + endobj +-1532 0 obj +-(\376\377\000b\000i\000n\000d\000\137\000m\000e\000m\000b\000i\000n\000d) ++560 0 obj ++<< ++/Length 561 0 R ++/Filter /FlateDecode ++/Length1 7684 ++>> ++stream ++xX{\UU_k9<@*fz"5S3J3(,D{8bdf耚`ό!r q|fČ:6嘉bEF F3?:gn%H1{r||G. d`SBhg^٭i$$^6yG#L'!&DDLEɂBޠ4Vgdz$8&٦Dd "7YISe+Jn5մغ| ) )8d!AH}rgH O ByXX"/1Ej;8up{Zn~1] Ut#8Iݯ~%NqT;ME5FvSHbN"KFv_r8#z`Q|%ރz7f=yz]P2l_%${ɾdr`L}A06+&˓ebŔzJRUDOIr<9_?ߓ=b_?2fXOM|ĥ[h\lBzTzZB\$)‘{YP_?M]7ںgyBj^3kqMcVT6`@Mbb' +&%th)1/74(bC)JX(kgK ++q1,]*:XCDJ8Nܜɓogmx.Ebޤ͗jj6:,v$D̕N҂.PԢԛdocg)7ThlSlҺ'h1rII̭_joCCvv=*lٺήRѵeF*v p]59,0sx[ ++ن[A}>GGBθcsn$??׏9?9_z_<s꾊ED`{ ++ 53N=t"4deꪵ$U>~KzӋ !ˈ#3Bbe뼒;TsZlFmq#=0QWXz U;Ν5bkո8Nd2[T4D&11ӺMYk9*E P; ++RѣjhWmk'?212F ] `ʃ6E~I|]E"(1'/H ++w/!%%QK= ++wIL?,d± te{_+y/z:F?7jjja3:\;eO6! 0J=4k$wȷ&R*wp >^Á7.m-7ZڬWkpN@ơ>Oo\H:?6!1]gRW[IS#]FG-=9,dşW$'-)b3!3X<yjoh}l5w+F3{]El+~x<@;Ab懎(G ++ƹHA_e[L ozNX'nWSE בb5:ǓD:j;ar-7 ++bkGª]f5tׅҲeB1繹b{ŸD^7&"c~D /^ۜAlKOv"ETU-]*a_^ﶶ~aX*AO=2/*(L](De-QmzԖ9[ZKJmFUc%c姄?AQЗkͪ`G@=(LTC ++ #I^NI@XjVDD ƍ=:\-'OpI 02@I9a2 pЩBi&%H_s|E])].^CGJSi!N8̯ ^xEpy3K u$"XY^IK 6`Gma9:R+ϷBR(E"}Xh*2YŠEJ-jw)?Q3)j2`7ݻoTO^{{9AhèX}]Q h`rK=]" w+6U(rx=@ʩXm(fh}H~[ uիY58 <϶=(ctljmm¦څ@`Gy$'8(HJe1F\f4TwtTݦX-f#)?9Q0fD^Mkqv&F i`,Th&ʷ=@GB33Ҝ}*:(V>}[ϟ[ԶN@~b+UL!&B62Upy&譐6lyM?ܼzśؚ4x/1]@_+UT._q F*+/Y :|T[/:zuQSwR}viuiݗ?Y\ŝIy0oL7!:5[҉&sګjD9dOcjT Y+ԆFҗ%Sd>y4$$L'L<:˨'!UU( qt~X24w!sGlE?bȼ`%+%֘YWYl.wz"nbJMa樛.oGC̛&5|uX7;iPM'*Яj dj0.s¥;|5dZ[.bn7:XAԶhml ++:HmYlbMF#dz^3W ;oݺO8έa=s2in?}ۡC۶'oe󯿼ʿ@ٯ=;I`$S@"p)d$ƞEWD#YȽ MQ,e3JV4ѮRޅaJbD4=U1.bG ++DbV)Oܑivƻ ++H adDRWj=x$ ++=r*<\S8b / evZj.kIe.ūw~sl%k,YZ)tƒ S|uo9vq/dG׮}TqN~ɒf1T>Ej.ZB\!.1DV{Cv6kAz*5፮QG4za6@ @nkHO#=XMa.M42OMjU[ʄMt-Dy+LmSa_^Qnxux ++|oQ"n&Vr~=H8*#Q yB°*(l' zI\$ ++(zC^>q.:Ñ ߷n4,YJMGRq@nd?>#~j("NbLb#TΦ2]uKER@ ++Q\f!WpD*NR8R$ ++)L617-,Zw.%ɫ ++czj"ߓ0Y(„HSf`SBw g絣ʓN^rqm֐9 \.=XR! ).@գP}0_̡5s1G~_x=#͗t@Kի1Y'yzMH'OY!GH&$_ign/t=iQ:'^X#R2|Z!pOnmEg}$ּWݝ5ܧ2w-tb wR~㳦jF9plT&ulWp̕-x_xE\ljleTuKBt0]BЫBPjфH[PV: ҫ(K/tSt:sOz|s:[} 9l;(} ?RjqTC{~N5U5uχLhp5LbWol?.wgO9\L9B5|cu|t_,f,p?rh<Mx?Ns8La'n84r88cr#~0C*P` 99s s).d@P]sx8šo9˅7-ۛ ohkvsevl)r!a+-Ml &ش6 VrXWmf8T ++'UU56XJ*٪CXMUdCEPMVr(/9 WWˍlJs#Ue ++a-D9qvz"k\(dx/Z` ^0<w@A<s; ɞOqfb'  3A6G8ﵲxqv'X3aL5Q: 9Frqp6~ vf!!6 !ndn4!epdFlF_X@RKʅ}loNH @B `xqb~moxO.ĘtsLpa!2"0RqR lx*`]a``633m ++#tx)D("ʭL ++VҤm/qΑ ++endstream + endobj +-1533 0 obj +-<< /S /GoTo /D (subsubsection.14.10.2.3) >> ++561 0 obj ++5732 + endobj +-1536 0 obj +-(\376\377\000f\000i\000r\000s\000t\000t\000o\000u\000c\000h\000\137\000m\000e\000m\000b\000i\000n\000d) ++552 0 obj << ++/D [550 0 R /XYZ 160.667 686.127 null] ++>> endobj ++549 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> ++/XObject << /Im5 529 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++564 0 obj << ++/Length 536 ++/Filter /FlateDecode ++>> ++stream ++xڥSMs0+t@rkmL:L8t&AQmS~]VMI ++)(]SJ4DI3ˑ "Q $ $ #)~Bȱv;QFʚ!_Sqj}&$c5~ ^^)Z)JbŔ$a9x:cڏgwIdY6&]qtr,-m<',fgABIJQ ++?CXUU]obދh9ûCK@w>L;7> ++՝jm[4{PO;8%t)x2tV{K٩PThA-@ Gq!Cc9JStCiyDki)ͿL$Dpm7)HM ䷗%0 㤽SQkrt"  Uz`>oirɢ@=ڸ/_dvDW".e7Gr:j ++-q?L8%<"/Eg Mendstream + endobj +-1537 0 obj +-<< /S /GoTo /D (subsubsection.14.10.2.4) >> ++563 0 obj << ++/Type /Page ++/Contents 564 0 R ++/Resources 562 0 R ++/MediaBox [0 0 612 792] ++/Parent 566 0 R ++>> endobj ++548 0 obj << ++/Type /XObject ++/Subtype /Form ++/FormType 1 ++/PTEX.FileName (./ppc64-full-with-smt.pdf) ++/PTEX.PageNumber 1 ++/PTEX.InfoDict 567 0 R ++/Matrix [1 0 0 1 0 0] ++/BBox [0 0 910 1350] ++/Resources << ++/ExtGState << ++/a0 << ++/CA 1 ++/ca 1 ++>> ++>>/Font << /f-0-0 568 0 R>> ++>> ++/Length 569 0 R ++/Filter /FlateDecode ++>> ++stream ++xAo6+hDQE=jkKJw,9Ҽ8|'ۗS}w/o~vC]Nw_}7ҫoOƁ>=?Ys:}|oǗ}K;gWa;Q=Oe'-'+eڜEOV cg=^Żk_ܞOdм ݳ5m3e{ר^@t,WS0tC%Xb9"h&#t3)~!ِ2!]a݆?D ++ŻI8~7?^,M޴\ItiN'%_ 6*hjJ.\uT& T-, jF:E Izb]b=c!cy"sT&D]'Djͳ n^*6<ΐ(ΐ}gq28v먰\7d5Xf[v ++ځW u{^k0s3w&D]'D̕6y}ϳ? 4ϳy:[#s<{ ++zΣssޔ^a-rb ^b}i5B5D~ 4c,&uRuRZUΈH< UtooޙC TAp}@@% :?ʩ ++endstream + endobj +-1540 0 obj +-(\376\377\000g\000e\000t\000\137\000a\000r\000e\000a\000\137\000m\000e\000m\000b\000i\000n\000d) ++567 0 obj ++<< ++/Creator (cairo 1.8.10 \(http://cairographics.org\)) ++/Producer (cairo 1.8.10 \(http://cairographics.org\)) ++>> + endobj +-1541 0 obj +-<< /S /GoTo /D (subsubsection.14.10.2.5) >> ++568 0 obj ++<< ++/Type /Font ++/Subtype /Type0 ++/BaseFont /BitstreamVeraSans ++/Encoding /Identity-H ++/DescendantFonts [ 570 0 R] ++/ToUnicode 571 0 R ++>> + endobj +-1544 0 obj +-(\376\377\000g\000e\000t\000\137\000p\000r\000o\000c\000\137\000m\000e\000m\000b\000i\000n\000d) ++569 0 obj ++2234 + endobj +-1545 0 obj +-<< /S /GoTo /D (subsubsection.14.10.2.6) >> ++570 0 obj ++<< ++/Type /Font ++/Subtype /CIDFontType2 ++/BaseFont /BitstreamVeraSans ++/CIDSystemInfo << ++/Registry (Adobe) ++/Ordering (Identity) ++/Supplement 0 ++>> ++/FontDescriptor 572 0 R ++/W [ 0 [ 600 862 612 549 633 277 633 615 317 390 636 636 636 774 686 390 748 731 684 611 634 837 636 634 579 392 557 636 636 636 655 698 411 603 636 636 636]] ++>> + endobj +-1548 0 obj +-(\376\377\000g\000e\000t\000\137\000t\000h\000i\000s\000p\000r\000o\000c\000\137\000m\000e\000m\000b\000i\000n\000d) ++571 0 obj ++<< ++/Length 573 0 R ++/Filter /FlateDecode ++>> ++stream ++x]j0>Eb$̀eE/49N%:y)TP<9O|v*w?VzZ7$: .JLivNҐܖƳ매DoN=&B[򃻈SWuh$,ka^I1yw!>]H;yI#2|.TYjQr_\Hzx\Y:TJiP: ++TC$ Fܯ)qw9 51,~fO_b?~~Wv ++rb?O ?]؏k/G?=a2? [?oq1x}Xqmyx&-і ++endstream + endobj +-1549 0 obj +-<< /S /GoTo /D (subsubsection.14.10.2.7) >> ++572 0 obj ++<< ++/Type /FontDescriptor ++/FontName /BitstreamVeraSans ++/Flags 4 ++/FontBBox [ -183 -235 1287 928] ++/ItalicAngle 0 ++/Ascent 928 ++/Descent -235 ++/CapHeight 928 ++/StemV 80 ++/StemH 80 ++/FontFile2 574 0 R ++>> + endobj +-1552 0 obj +-(\376\377\000g\000e\000t\000\137\000t\000h\000i\000s\000t\000h\000r\000e\000a\000d\000\137\000m\000e\000m\000b\000i\000n\000d) ++573 0 obj ++377 + endobj +-1553 0 obj +-<< /S /GoTo /D (subsubsection.14.10.2.8) >> ++574 0 obj ++<< ++/Length 575 0 R ++/Filter /FlateDecode ++/Length1 8976 ++>> ++stream ++xx}\UUg}}˽^D|A59Zh/#Fj ǒ53ԔqRiSQlBas~>{؜s9^뻾kJ1B$ri쇽˞Rt !Np;v+v~cxӦLʾsG`_4x7mK/pwz~ /7b椗s,ܾwxiD 9\a;PZDL="ݣ:V {ͅzBcrS>ŗ#0]^08jh9m) |yPX,/6DjPXt=i?_DWAd|OO}JBc{v izVע2Q mWŮb> $8p.U["!wul2D!¬G?Иd:ih=yzKP2lɁ%G%{ɾ ' D|̨LO73:ӗ4S-.-YLhJt 1 ˓͊zrѹBO011ĦYhlL|ZT_ZINOSS„.fuUՀ#ֶޣ[riRs'}y qD=9>1[n$$mWm$.RD"2C"V"e ԧWFwnY0BjWPXG7D_J4ܔɓdn \Embޤg^MJGS >D!bd'g z*[*z1;YʝFE4*6t,#ȁf'1j?IaGs-h-쭛dV}c|>Ϋ^R"'GFu"kL[Q{>gs}h:#*Yz}CI/8@Oך8/YTEu]N\$7GT_[oSVm#mUnC9td` F!4(e[RTO:t01źu] ,:KҏC; Z"k!-85s/;MlB*a粊j0ᙣz׹ M 4>/֬?oj{!_3y""A[2DB ?E5~D,$,vҫ8ێ@{$8x!_x`yٺ:^iq232<AQE2 u^ K5-zˊP9.cr6@(SX?U9|o)g谖{ļUC-.qaNDHD&1qu$(Aw(k fcǴ$MDvM6F?;|}(ef(ut1l ++*v"bb\iNd%bR\صsnGuI%:,\eD]:& coPgΞ={>3?6|#HqQv;lDC;t"nj({CsPVrƖJ+ܡNw| v^JDs=Mu;4w׼CfDa}gwRtO$㩇:/&>!Msx1_BYP7&1әGOUwl7F}1:5/~#ղ]rDGr;ymW ++9d s2pl[}2KnG n4Z=joie/`"H+4"aK7'`ï6>PyVn ++~hj-4}ΤoYsG? *1>tD!@eEW1P;9m}*`*- }6}pǼ:>ھiv~&+-]Ǎ\l'ozC8zxʥB?ٹ|=Ov݁2Ko DVqE:οp%45 rl-!)=r}*+(V!&lڶ﷞zk͚ݻ׬y  ++ٸ;{Dux  TH("dzXiCCvE#^lRii-Dž~ZkRPbFh2bi{u(|F MlZ ZOkb88MqӃSio)ڟoʿu?AFtz,P'-|R|O&YAzKUEHT;nW>A~+6nڄ6ݣz~=~Y&??v4ANjx1|LW*T ~f`1 ++Gdzıվ.L:`drZN{L'jB1joղoYO>(--* Ig0ށ.[5t( ++] $$!GrnP 62I0"uKidRq9[%^o .4]I? LSZ|ZۺOxTdoNi+Ķ^D}{}6cmaxq`ض,jүRSmcsA{5Fb~_PTr|K}Qݶb/i .Ys!'yRxψ?`"%4J'˙r!VkLiTj,l-g@5s3Q25'P%hœ~]r0v$4.i 5"H:dN׈FHaz<9XJYR7_H\<՝n-WlKnY cacE826+{8b,a+ G#awu}q<:>uS؎ؾa$ō-TzvO;?=ҧ_{zUڈ-[aVS3y|{i?ڶ:N:ŅJ\d"0)i ǔWM1zWS ++'ZZRK ++gXj%y#ek ++TMvoÄ%Fv}+_Lo[-I]#6@مx~0N;=ہN#{L!B*D TX']/!=* a ++s-XnA 8 Z)3dCrxYNY&'8bdCHj|.c48~ߞɴg3>u4ׄ[]#ƍk7U$| )Zd0"%$ʚ2;6VD 6Md$ko7krV4/bID}WWhXKc@KA[geS\g#G4.JVMenM N-~lxm SKߘ8 V޹s];ťmK޽Zdڵ ++'*+6W,ܹ +++cN|yƗ%'餗/~ !Y PܓXף6OڬWF#^ 󴅄`-`v0ąFeM#U|LtgcOP$KBWۅ7I-A1T%K&;t49&D"OUbxijbGSavaˀ K%G7 ++GA\\YD~-)!;H>bH/<=YR,|~nQCt #o( %iUK~$K`P*[gq|CQB8dteuD ++pdT%XE. m֒ 9l.cPRn"% ++uCꑯ~]'f=1K>jsBrl$+ԗ.(4q<~A^Z2 'H% +++b?ȍeԹ~$gaI$9-5Zh~Xc?WV9z?o]֖9Vtq{?uEr.3Fou:`f8`h4v1ai<80A 5lb ++O)p~p?|oʡ_{pnCc3| M18\OkصrG+f.så.8|e./s_b!]x- ]<]g89-j=389\n85>pq/G9|)P]g><̪8|xp<0|X(h~8r>/޵wlo6B 9a6a6 ۞,5JpؼɄUl2 N16TX'TXMa}Pn2TVZغNWJWfVgBu?+%u?rE7Ênð|-2VQ Eh"?,UUK+l ++,PȡC sXdCh+sxL0s8 yb3n\8o}@6cL0m!LśS8dsxd@V3L0xrxø67aNi0P$L#acV6,2Ǭ0 rRaGfx8~!!kfm! }8dpz7Ct+e4#KBzz )=,C#$w7d3t7Bz ++]%:YR6tN~HA?0$!od!7BX1!C=}6o3xPO6Dtsp5C@p⍓CD690'889r 6 ++ B )9mS9td;H C= !ʄ@@8*tMG_ E/ ++endstream + endobj +-1556 0 obj +-(\376\377\000i\000n\000t\000e\000r\000l\000e\000a\000v\000e\000\137\000m\000e\000m\000b\000i\000n\000d) ++575 0 obj ++6698 + endobj +-1557 0 obj +-<< /S /GoTo /D (subsubsection.14.10.2.9) >> ++565 0 obj << ++/D [563 0 R /XYZ 106.869 686.127 null] ++>> endobj ++562 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> ++/XObject << /Im6 548 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++578 0 obj << ++/Length 1548 ++/Filter /FlateDecode ++>> ++stream ++xڭko6Ff+ЦlM>5A@KM5QN Q+X w$9, 49M~ ++С]c%AGlĿpĿd#ݦEO(SҚ@ R %qa5!]Pu٨agvjTV4qؕ-4_~}֛J`q1?KHRp'˒ ^Nf:;U+6Ӑ(d'UrH:s"M#w B{Jk-ڎPTlccD)*Qw`&؆ ++)0,.K(b$k D W"Ỿ+U'1xJ 49؇нlc#.D֮*[զ$Ta\z{h1c ++R&Tզ,V-,sۖ./Ɗ^Y ]m& k1>#QJ^!v "5UGv¶7ģRBkO ++&Z_hAɓ'Rw}twBԶl{}boˌ^5G0if~SA:@Ҩ Z/pD]F$Ig0Èp$A+r|$9b`ci!g 8#]|-k)`,Z2殙HkZ 1~*3{@9ta Qcp@XU&}95?8ć#ljgp6l:<-7`6gT;3? u??zi D)U+؟#8%{[wVWвwAyaB?WC9ɿsY[D=kosϤu'*}bq4#R[Xu_k=응 ͳas? )Odf{:z/=`m[ ++E" ~h'ZNNڊUK FY 3X?م ++7j[g,)kT[dJE2$gίOc\:(O #t],sk=Od4d4m=9P짇);zz+u)<6geJ6Z-g@d{ereY^ M3;vxC=^dq[S&,miRSedݪGRY*<B\[QZ[IC?A?#RiClzv? ++N{Qf+0K=)YTNᘎ,Uk :^Ԣ'*^Lw7"' dEH" %m.om/ڥ7 ++.BڿC7@> endobj ++579 0 obj << ++/D [577 0 R /XYZ 160.667 686.127 null] ++>> endobj ++580 0 obj << ++/D [577 0 R /XYZ 336.755 580.764 null] ++>> endobj ++581 0 obj << ++/D [577 0 R /XYZ 160.667 562.509 null] ++>> endobj ++576 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 479 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++584 0 obj << ++/Length 1281 ++/Filter /FlateDecode ++>> ++stream ++xX[o6~RtӘeIaͥiZ$! %"$"iQ\sxHh-h C|;5So:P-5}csxVB`EPеCw<{`e N[Zlb̻0`zOE4ڰz`脂l+R^tl0k6ah;wCO;7_7Ī9MQ׳4t]kaぐo K%{}߶)QeD6%A)KMlR6]П{%يSM#A?ށ/6[ɔ ++EjQFQbYF .ݘ .3T p^i5 ח2KlMrw9!TJ~5-f qNj.b tij&ZJ)J*i&gmrų M7mƜ82!I] 8Ϲs{7X?VWH(|VO_ j:YE݃Z8R6GYd^S<ɘ^?cW[~QPB -:/IIX["W]}"cebᨮlB~@ϕKQsŋe8 ,2B`'P#LiG8pށ ++VeHM5"X'|4^7æ3!4u#M4M.rVV ޜ*>9?1,lR43PGp.M$1iە&SçoiזGGa,R1Cs uJ\0В$;$XY8gU5 T:tG FI U +}F5a}]s_4#ᢴԖr>5.r"1]U#ˋxgr8}u> ++583 0 obj << ++/Type /Page ++/Contents 584 0 R ++/Resources 582 0 R ++/MediaBox [0 0 612 792] ++/Parent 566 0 R ++>> endobj ++585 0 obj << ++/D [583 0 R /XYZ 106.869 686.127 null] ++>> endobj ++582 0 obj << ++/Font << /F28 362 0 R /F44 479 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++588 0 obj << ++/Length 1247 ++/Filter /FlateDecode ++>> ++stream ++xڽWO6޿"Bb⼇HPĸ6fJ,qn}vlI ++ۨ*AmG]@Qf, ++UҨ5JwxL5FpL¯ChT݂9 ps;Dl]YGd3>\N+^ptwM )ہ U\0 z)akɌ ++?%p|8s ++\Xؖ \QMฺzc|ښ6<8U_h5Y8|_ &Ex9t7ݏ[ˣX(`eցdrAxq]@j ++Ӯ3 )(lo. nSXBK;uzP`Dj:gfQBL=jw/"# 4&/@ &4z׿ N~G|nV6Uq ;n/Xܝ+G*%`DTܙZyXՁ1iL)UFUSELʬizu@-R;+tY%5Y2 ++V8i(yU:- };2G#5kD|;rl\ir~B){5o4Tc =+fifi-Ke9$̱Q>ux(Y=r8ae \Ӫ*eI+ x4Ue^qXz,c2N[c9j:+dada[@.Cŋ{;v+ʣ6*"Of[wo070b*V@d+ ++ge}T|~t&Ki({?儽jwBR^eCuhV~eOTzy‘01z;ZY O'жV=:,4=M{X5e#0Q2!șGq2Zh':f[Ҡgn/XQ#8|p غ/JU*J6endstream + endobj +-1564 0 obj +-(\376\377\000n\000e\000x\000t\000t\000o\000u\000c\000h\000\137\000m\000e\000m\000b\000i\000n\000d) ++587 0 obj << ++/Type /Page ++/Contents 588 0 R ++/Resources 586 0 R ++/MediaBox [0 0 612 792] ++/Parent 566 0 R ++>> endobj ++589 0 obj << ++/D [587 0 R /XYZ 160.667 686.127 null] ++>> endobj ++586 0 obj << ++/Font << /F28 362 0 R /F44 479 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++592 0 obj << ++/Length 1329 ++/Filter /FlateDecode ++>> ++stream ++xڥWYo6~}#:S@N9]/YLp%: w#: &9̈ ?jP'~Flc[=X 1] {WNhD$1j"PN}lcէYΪ8běBj'4 ImrjUz_Pl¢X&4\֩ZgO^{Rjg/F@q`7|/$G7}˷mg櫬LF3.F3GbOgrQfl~v8T  ++b'@hEU&L<dT^slY(єטB7P-"75.ARvx-r;y".NNg#4*=.bYuQ7t IhKsQ})@JPoҁGX)6 #S|G7GA,p3Ǣ[b7ń31=eh; ++qO\p"f X|԰҃ZtV;ώGF21kفsXh:Msz\>Յ o]7"h׌ltEw$_ei[+F5OC߂q[l߫,rIrKU־;n;}ap^Npz~Kg> ++591 0 obj << ++/Type /Page ++/Contents 592 0 R ++/Resources 590 0 R ++/MediaBox [0 0 612 792] ++/Parent 566 0 R ++>> endobj ++593 0 obj << ++/D [591 0 R /XYZ 106.869 686.127 null] ++>> endobj ++590 0 obj << ++/Font << /F28 362 0 R /F44 479 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++596 0 obj << ++/Length 2155 ++/Filter /FlateDecode ++>> ++stream ++xڥX[6~_"u[ݴMi:86~%c 3"YBdn~,d#ۇ;2q( gL 0~M>\Aキk]aO7|8xDe_7r0_Y: e&T淣2S3ZuͿEd,YxG1ywoZ>[d"h7mWغ%tqoZVNHu`sۗ9Vfcfs3Wc̫tQGevR,xq,fQ .M~ ԿƁLтQ Oۮ۽Y.;S/]!lY\zUK4]n]vwnl"Mg8\8\UY,(L]8XI1;t-'O2&aQ3A(:Os{@}* ?z TOC2T-`~XuM-2I3\4F\9:2D+ʫ9薞ȼh1LiZb ++ q4f;[ 0x 9؞JEm^h$mxGWMѢnR5]ACﭷ‘EKOWio # ++U:bl ++ 1Qi1];u4lsw` ++MW2v&S]É)?*g>,#, /@s1e6#mkqpJcrbTHg&lo8H=FI#\5b#bЃ.^ib}.Wk3q{_+sMIyJ2t0dRwXv:)ܺvjmy]cW4pvW,eќ%q148̒R`a] N@MD8Zx6N3YK/ VXT $X.פmNc¹er']J t.` "^&s/wix@Cba$~LCl6lVmS2$GbSk .yqZ ++G@[Pc~l(`ڬewŃvLyâԙ9ܘ X:w`̭Ųs@oA2X{ 8jcjS4UnAhjkuaԬ|%IfEFm!sWTFl1[rdE ++E-4S5C GDOA(zqjR):qĐ{[mڴ-f}D1f&r~oѷ3S tȝDEau.wN_2&杷,rnҤK9BHx[2֬ue0[` |Ɠ|PI% X$`afܗz&mPs/8K͙rR" ++$apb'k2-vᲷJK_whxqaYd`-[<7B^3_>ܽE2>Pe <6EW{N&DRv:!H乥"b)T8<XܚI.L՜r!ԟnqa~w/s7^Ӟ{2ahO >[nnv;{QUS G|'#8dvxD$as ++6PXp8$s}v7TxSY4NL+J&`!A5 H%g6\f#qr2bYFg HkR9J<+v[r ڢ=-ؠN $tŞC*7tmو/A+9}K{7plCW|{Jrn=pwNL}n%ZX7Zu R)5g Ơ?{=Y|oGrm ++OC{܍\hO}o6>?endstream + endobj +-1568 0 obj +-(\376\377\000r\000e\000p\000l\000i\000c\000a\000t\000e\000\137\000m\000e\000m\000b\000i\000n\000d) ++595 0 obj << ++/Type /Page ++/Contents 596 0 R ++/Resources 594 0 R ++/MediaBox [0 0 612 792] ++/Parent 566 0 R ++/Annots [ 599 0 R 600 0 R 602 0 R 603 0 R 604 0 R 605 0 R ] ++>> endobj ++599 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[0 1 1] ++/Rect [162.989 536.189 457.883 546.719] ++/Subtype/Link/A<> ++>> endobj ++600 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[0 1 1] ++/Rect [162.989 512.279 380.174 522.809] ++/Subtype/Link/A<> ++>> endobj ++602 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[0 1 1] ++/Rect [162.989 300.051 433.973 310.581] ++/Subtype/Link/A<> ++>> endobj ++603 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[0 1 1] ++/Rect [162.989 275.767 392.129 286.671] ++/Subtype/Link/A<> ++>> endobj ++604 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[0 1 1] ++/Rect [162.989 222.277 362.242 233.181] ++/Subtype/Link/A<> ++>> endobj ++605 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[0 1 1] ++/Rect [162.989 210.322 369.99 221.226] ++/Subtype/Link/A<> ++>> endobj ++597 0 obj << ++/D [595 0 R /XYZ 160.667 686.127 null] ++>> endobj ++598 0 obj << ++/D [595 0 R /XYZ 160.667 608.215 null] ++>> endobj ++26 0 obj << ++/D [595 0 R /XYZ 160.667 601.888 null] ++>> endobj ++601 0 obj << ++/D [595 0 R /XYZ 160.667 382.011 null] ++>> endobj ++30 0 obj << ++/D [595 0 R /XYZ 160.667 364.525 null] ++>> endobj ++609 0 obj << ++/D [595 0 R /XYZ 160.667 187.408 null] ++>> endobj ++34 0 obj << ++/D [595 0 R /XYZ 160.667 169.922 null] ++>> endobj ++594 0 obj << ++/Font << /F28 362 0 R /F44 479 0 R /F22 352 0 R /F14 608 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++612 0 obj << ++/Length 2406 ++/Filter /FlateDecode ++>> ++stream ++xڭZM6ϯО|+^g7'drSSDhKLRϿnAH6@nnp,VKt%2^| C?lfま{|LV)K#z?4U Ii0<3< UuvQ$,KMHE v.t.zry_kY=k@dW4,:k:k| .קs~~~8eZ iO 9S`QIK^gTކ GLj!X<3'{дYts`Ag0?oC+9b!xi 9E`R㡮Η%s+k0|3| ւg Uf)&KcOm=\kj=fk mdTUw"8VM7Sc1n4[Iv8%LZEUɓ%I8@u2~w$nIŒM[cjj޴T: >a1ꀿipI@r;Լ6m~ ++b;_zS9a2;&o~GGTl~-ed(1xGD1]
j_/yCy aij/jglww89pQl`f[4|c&3~=ڞ kƧjiCӚB >OM(xd8@SIĪW3adpO- Y",wJ ~NsN'kl@R_~@5Ѓs6QAJ){q_+xmў@8LK҉*a6h|G cN%|Ši4m}ݵP1G\pƶlaim9k>5D6}}N~ERq|42%#B/Қ*r:? U#ulj6>K(9(;T%׏EyOۆ{#FkZ=d2 كՓ0Og3d 3<غ$Xp[peAbn?a #"AжN SBQ_VKE:88j.|%I\*ņGN☈8̉#4{q<َnx:&jRBɬ1 {q ++BVd0.Z#r;eSR|:\'Q̛NTz`IJlQ;K3_g>wRmN,T<$g Y*ļIŒM* Mj@.0(MBHml# ilհ ȽᆶU3|:3G\ ש5V^abc>[aj2urmJz!JEJDszѲ ++CVAa՘w(& ZICo> ++611 0 obj << ++/Type /Page ++/Contents 612 0 R ++/Resources 610 0 R ++/MediaBox [0 0 612 792] ++/Parent 620 0 R ++/Annots [ 614 0 R 615 0 R 616 0 R 617 0 R 618 0 R 619 0 R ] ++>> endobj ++614 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [399.223 414.059 451.577 424.963] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_ga1) >> ++>> endobj ++615 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [130.78 402.104 157.678 413.008] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_ga1) >> ++>> endobj ++616 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [416.937 342.698 451.577 353.602] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga0) >> ++>> endobj ++617 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [130.78 330.743 168.199 341.647] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga0) >> ++>> endobj ++618 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [312.136 275.199 378.885 286.103] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga0) >> ++>> endobj ++619 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [145.444 219.654 212.193 230.558] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga0) >> ++>> endobj ++613 0 obj << ++/D [611 0 R /XYZ 106.869 686.127 null] ++>> endobj ++610 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 469 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++626 0 obj << ++/Length 1951 ++/Filter /FlateDecode ++>> ++stream ++xڥXے}#UBpy˱75]Db$)Ӎ%RNjHMt4@bO,DY$K=~|d5جFF?=2[,Oe4QROHJBƕKG-EYma?.ᇧ\1Ke|;_O<[;g"8]?<>4}um}Jg,b%S1qDclj]W͆ܮc\1J/FslsRqE< xg ).}x{VK[jmR+fxomz6Kd@-)g4` *}{*rcSZ ->eth?>RoU(ˑS"`'?Xh(Y΋,̾F-I!X>NJ;4%Ta;z) C_\d &>w?fD3e?2=tCJ˪^U&`W8^mb:g0\~ `gXlG\0Qpoo3$&NOc˅ͿE܎]P6}mA( ӻ1 6[0N7 Q<)f,[gzOhJLcva6Lb1=M9?&a!<2 v0ΣkOB ƭw\&q Hb2lzGn/'Slt{tr&doRc/O'dm2'H})a8kwq^\ۿa*MX&v2@౺~acc%KRD @kbE(' b%%Յ~ -AKA7*&@1ݭ:lfuȶ"c^һaA*3xjr9ޏTp3l0ON0s^3t4^"y*YǓ ;5lq-QPAvG*I=`wazYEK[# jn_ 8he zHǗuP*\mWE,u!ךG0`{6zM;}u ++8f 0tΚrzj>i؋~%2FHrS2I6![,Wep++qfG{|zO^AȄXĩ`oma<ԨGellO؎B"8àϴ4ؙ&V@D= ++C򀵌"|;PWj~`P:<J`=t^TWAc \ୌ#3R)պ};}\{h`#uzzٷM \AEdQ)=C<{Qjh,hxaӅ:M^ljBW5 ̓}l)^V ++bkB$ d cS?9(nB*=m.jyV/4[-.uMAS" .]~#Aaգ$~<*8hy=&,O5cx#8C<9@`@p)w\uYmv bsDHZd%1PH aendstream + endobj +-1572 0 obj +-(\376\377\000s\000e\000t\000\137\000a\000r\000e\000a\000\137\000m\000e\000m\000b\000i\000n\000d) ++625 0 obj << ++/Type /Page ++/Contents 626 0 R ++/Resources 624 0 R ++/MediaBox [0 0 612 792] ++/Parent 620 0 R ++>> endobj ++627 0 obj << ++/D [625 0 R /XYZ 160.667 686.127 null] ++>> endobj ++624 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++630 0 obj << ++/Length 422 ++/Filter /FlateDecode ++>> ++stream ++xڥR0+|4fgm= ++tB< 2YN ++1ddQ=+> ++629 0 obj << ++/Type /Page ++/Contents 630 0 R ++/Resources 628 0 R ++/MediaBox [0 0 612 792] ++/Parent 620 0 R ++>> endobj ++623 0 obj << ++/Type /XObject ++/Subtype /Form ++/FormType 1 ++/PTEX.FileName (./diagram.pdf) ++/PTEX.PageNumber 1 ++/PTEX.InfoDict 633 0 R ++/Matrix [1 0 0 1 0 0] ++/BBox [0 0 670 688] ++/Resources << ++/ProcSet [ /PDF /Text ] ++/ExtGState << ++/R4 634 0 R ++>>/Font << /R10 635 0 R >> ++>> ++/Length 636 0 R ++/Filter /FlateDecode ++>> ++stream ++x]ͯ$qbn NɃ.1_ !'i镴8*U&9=;3:Wb$<ӌ_֧_ïOvZ_OIY&ONEל'mc'唚99j)g@ZܤS7(:,m PlO 0Yw"ug_)ZP q,";aR߈+=<Z夒韗o@̤Oo#qCpz>}O/~7QR1A O?><w?{9O?w~siO7oO>enA]ƽ$8 ++"Yk`-inӒ ՚USiD*ڶ0L:e%(r 2%Q6Z> ++dU f0zvi.~xʬ* 3Wx{z髟?ngX黗ߟaguʋ$U(X'ϰM&.FsnD5?ܔFR4ϋ٢lE3(|iaS TaK`;/_ L{D7Ւ}~ݴtYei/rhQNϧ?9zo 0'[Lr&D59 Zb@7HF^MTϰYtLA|"Dap"Ii랳Bjpo20`[iCY$mnDja^ ++* P[&k՛;" l剴̩'jA=ƽcWtmIYoq Y(e-VŤ &XQW4ESE3jA]ƝCgt*<_ՙ) ,pnx<Q 1@G> Vc#.mvkk~Zuq/#\eD+`5%B,h$P ++$u/m3]gQ$ S+IBF)l{fw&Vy&3]wgQ$ѡCfңy,ksSvJh.]+ jw ++- 4w5ĶW̥0* ++s ^ 7=sT^GK#@TU,*"H0 F/5`S"2L3D(7Hw,HH1(”U$ٹdٹY%|D*Ew?}|iDηW"ɻ U Bk*JP(.޶8W-(Vz[ wq/.2o+ԷRYxKw&'8狮&;HɪPU4nPTRwku݅pTE" T_EȸEV TUIA踤*(] F%\"ыRET wq/2"= ++Hi↾\I)lEUqD$F3]gQEbWղqD'Q+335?I-øL: ++*җIQ])lEobzd"21G-öu<¼3QĂsE)_͕Y:YDjLsK{ag'с!*6Ye:/4J-qG$&&v6mʴ@ļslL¸cx/Ϙ,E>xLAiNJ/E&`҄zC򜙾H`gˍcU!.G3 5UD%JCpOpSK&: ++^"|qg@Cj(Қ94z\m0!NFD=2, 6Fp@x/ټEZ Z΢/*8m`e37zmگ'] uĶdyQz*a6=R_2eQ :6CQ?5(W֐+[!zvulA獬w`v Ft`x`LyT$ SsY畚ux \+VsNecr7\K@ɦ*DarԌcrL)GM\čO+;K,m?|L{Rd'Lq!s!Fn8ra2Ժ.j3%pHNᄅ!'BXr]ϹEC}ݯOZѫt2ne$٦s`XZTR3!nb ++ʥX*}OŀՠbBfPU- ++!Ȇ[uķd[|:֜* ZvL@%嬠CX0M rdyOK2PV"NPcxR1I.(dI;0خ ++NzXcRm ++̵s$C IV]d܋ˢI>zx}k%\Uuʄtk\Cax\k%rs$kت UvQUfhU}GHf|d?P8+rɺab#d ۅ]QUS9T-@6B̗+ƳKJA(hA!NNUD:P?;*P Y||KUWVni0hAp(mXq9U AZbqh.eI,L0fPga8zP];:Q[9yty@G(q8/c7IPeDdvlC QR6A/q*C.X:x@LŷM#3I>6TRpB\Тbz`ʈ=v7byLuȸe@oZ!VKHLgߎEֳ@znAp(ۚA78%_J w=39mc `}{YD]{ZQǀ޸cGʞxv=3Ѧ-q_d= Tt1׊݈q{]5[ٳW0UK{~q;&H :d ׊lx9&oVC!͖"3Qtg:I9)|0%qC!Mp' ++_32nssIy|S}W#@.(/szVMO=Pۛ+\x}7g;+CR:}ПaiφU7M*2cTwdsad#YCyBڥ;c]<xzz2~mc+`Cr6@ՍЂtqZCmu|r5YVruByxSw ++[silVjbVeigNuk*#`1ZҦӟr&IKnMo7b;Fhv ߎ4:XݢirlUVy4[/l;=Kr6.:!mJBgrӅHqEuha‚{eB%![&M웧-endstream + endobj +-1576 0 obj +-(\376\377\000s\000e\000t\000\137\000p\000r\000o\000c\000\137\000m\000e\000m\000b\000i\000n\000d) ++633 0 obj ++<< ++/Producer (GNU Ghostscript 7.07) ++>> + endobj +-1577 0 obj +-<< /S /GoTo /D (subsubsection.14.10.2.14) >> ++634 0 obj ++<< ++/Type /ExtGState ++/Name /R4 ++/TR /Identity ++/OPM 1 ++/SM 0.02 ++>> + endobj +-1580 0 obj +-(\376\377\000s\000e\000t\000\137\000t\000h\000i\000s\000p\000r\000o\000c\000\137\000m\000e\000m\000b\000i\000n\000d) ++635 0 obj ++<< ++/Subtype /Type1 ++/BaseFont /WHCDFZ#2BTimes-Roman-iso ++/Type /Font ++/Name /R10 ++/FontDescriptor 637 0 R ++/FirstChar 32 ++/LastChar 255 ++/Widths [ 250 333 408 500 500 833 778 333 333 333 500 564 250 564 250 278 500 500 500 500 500 500 500 500 500 500 278 278 564 564 564 444 921 722 662 667 718 611 556 722 715 329 389 700 611 883 722 722 552 722 662 556 611 722 722 944 722 722 611 333 278 333 469 500 333 444 500 444 500 444 333 500 500 278 278 500 278 778 500 500 500 500 344 389 278 500 500 722 500 500 444 480 200 480 541 1000 333 333 333 333 333 333 333 333 333 333 333 333 333 1000 1000 1000 278 1000 1000 1000 1000 1000 1000 1000 722 889 1000 1000 1000 1000 1000 1000 250 333 500 500 500 500 200 500 333 760 276 500 564 333 760 333 400 564 300 300 333 500 453 250 333 300 310 500 750 750 750 444 722 722 722 722 722 722 889 667 611 611 611 611 333 333 333 333 722 722 722 722 722 722 722 564 722 722 722 722 722 722 556 500 444 444 444 444 444 444 667 444 444 444 444 444 278 278 278 278 500 500 500 500 500 500 500 564 500 500 500 500 500 500 500 500] ++>> + endobj +-1581 0 obj +-<< /S /GoTo /D (subsubsection.14.10.2.15) >> ++636 0 obj ++5681 + endobj +-1584 0 obj +-(\376\377\000s\000e\000t\000\137\000t\000h\000i\000s\000t\000h\000r\000e\000a\000d\000\137\000m\000e\000m\000b\000i\000n\000d) ++637 0 obj ++<< ++/Type /FontDescriptor ++/FontName /WHCDFZ#2BTimes-Roman-iso ++/FontBBox [ -168 -281 1031 1098] ++/Flags 4 ++/Ascent 1098 ++/CapHeight 1098 ++/Descent -281 ++/ItalicAngle 0 ++/StemV 154 ++/MissingWidth 1000 ++/CharSet (/space/minus/period/zero/one/two/three/four/equal/C/M/P/S/U/bracketleft/bracketright/underscore/a/b/c/d/e/f/g/h/i/k/l/n/o/p/r/s/t/u/v/x/y) ++/FontFile3 638 0 R ++>> + endobj +-1585 0 obj +-<< /S /GoTo /D (section.14.11) >> ++638 0 obj ++<< ++/Subtype /Type1C ++/Filter /FlateDecode ++/Length 639 0 R ++>> ++stream ++xeWiXS1${[[i*6mz*zlV-2 R@ !! IH´B00CDDEXVtVi=mO^ k`0E3vUX*Z.&V䞥5&װ淼BrKtE`_ +++4bQjY?Y(8A0K, *D ++eٛAnD|D hYda',*I"LK ++\%x3/6 )L[,E,gkId~P$&% =RqvF_,}bae ++!pH)I+f\+ORSB3EY*$)p ~M-a5c`X, `l)va},ۍ>6`QX4b l3.ۆ-x/2 a^cc|{y,3ykW/`=fg[rbӹz;>G/x/~ǻoCO!(3A(DvX,T ++k]jr(%\a=Y`"6Ug71"qA39zB~<ǡ-Vg3Go5[NwMuK.ryƵi<ͬ'_Tثm5@tWb p`!C.`4>Zęvn>%!$Oٔc p@ %=xqKiFl̥O 5&Y= b#NQV8{B?z04T+FM p;[.{P-:̏I5yro{ &1s&g6C"7ApSA4Qq81[J咥,*6u+qX q&2mJ+pT6;Ϊc]3u=d"zţ-D 7EkS/˫(և%ܛt!ǯyrM\z8h$הC"s)>y /(Ӧhx*8Ze:̧q[Qs ++_Cשn@s. 7dԨ3M2 "B ̝/?:s(3V?F 9 G*mUԐ:">Bdo䎽5@́5o Ă4n- nD4'G|I?hIՑ;%o^ڀݤnjHYEƩ9 ++6h1JhQA#͖Wh>n#BЋ;[y ?[KR"\rЩ;gRŌt(|HF| p&@8$.j-WtmԓŷDC Ň+!xF㻗6ʣ85^+.wn |#M+(!]Pz"ؗ[LF^}Fƶ{d5u  A.9]xXw t>hB#hhNg(1>@hYP \CW:=G6t)}1W ݁Fi^l Ty>r8В pVAO~;4\̩WjMSvb,=` e׺"DWEUW:hw5tIX4s 6v{!ܔ=D;RF2{WPT;~jEykt s4 M5j ՄhEZ{  5an8~QUP]U%;4;K*(]0=mz7AYfs-_YC(lk2kXX9:,G?q.wJyLDR'}JnieUx>C78U]\o)))Lre~"G_JT7d.?(8[sxD.d;JkiY]@L]ts"®u>uW/9}ڬCO8z1!bqe !9'[hRxņLsD.Wafe6;qҜȟMa5?LK\xXA}y#+iR,9Q]b,|I[hX-PEb{1u7~^^*SkR7E S/3}:eGFt4֖:mUmNA&NL.|wnΖ[{Z{d|#:y2Ɉ]m4j,LKLDHЦR%$Mc+pp*\Y19|bx^*ʶ5ֹ ++,ú`wu䧔-뗒q~t /.>x>l.isIfMp ++Fz*'z-~1eA^JA ++Dr(ݧEu:'r|_=V;qO4՜PPBn]HG )r LŦBӛT2Te+*ڇ89ÇSK75Wj[ ++M*tE/;~=U8z p1N33L}Gj *Z苊<ն# rQ~{aiQi[i[Ϸx9:$s쒦juS=\WY])-.*Q>VRSz0zxa 3rfL ++=f?C1IDrYmմ7JXAPm4+,\"ndClb\ /p]S󕃎[k>ũѻqwcѪS0E䀤 _eU@Np||Q+(Ŗ^2F=D޴Ew۸.j-җb0(3%V&Ooj uNG] y}~Ql*PzdI+2.7;+.g3>Z%(Z0SMq}e3[8I:PWQ ++[8OoҾB~ZDj^ױ{[('0öz>;f:%MR8or3>~>fK9f.SGx6\ϓYz43C"= 31[{9O 9h$mJjX ;q4l%8 '/FJGE-epO~QH oRO"#d<{Dctj}-)++mt4Ѥmҥ=:͜%Рqmp U^A |3kMb?> ++631 0 obj << ++/D [629 0 R /XYZ 106.869 686.127 null] ++>> endobj ++632 0 obj << ++/D [629 0 R /XYZ 287.975 -30.83 null] ++>> endobj ++628 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> ++/XObject << /Im7 623 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++642 0 obj << ++/Length 1871 ++/Filter /FlateDecode ++>> ++stream ++xڥX[4~tܚABbypS %N8379Y@B}g\\*<߭"U[W*Z`J lgL?>*.eX8T;qƙJk6* tQE`p> ++J7pě,%ߢvIYBUv dܬ~Z8 xͻˢ4Lv}}Yflَ]7<Zg~ T{QFS a޺;_.soe(킦+ɹ`V2؊!U;L6H8 ++ݳ7*I{5]F~aVw-)hqNM@4Ѡz8xLMym[w'47qJA-wfg"{Պm/;5`6." #)r;|cwVck:Qb;o ++@'FT>O,K$6 o gVW{|vzGFF׀q??[B OpjEAlUN7؋Y{\ipmcP]Eq2zݜZqPQXS xq E̡vF_rPqIKG,x'^ y{ZāHŎ3ӭ2^ƗIE g ++o!;᝔LxV2(C>k n$JT ?jSD޾5Ƃz=B.'e;JHMS V1#1`X`N{չvߣ ':-X.#H$;Dc78zm098@@(=z+ +Ɏ!~t$7:)JK>V#,sѡPNJT%\c]ʙ.OyxGCaHu eJ2{(Yif0]H9&T9#CvGj4S'47< gY%_ACyݦϖ|QBb[>,B0S ++7ջj$:㬸U1e{#`CVTCṃJ pg!>%6E6"(␯iv'7~Ź{ 7R8o Obt̶w/ܪ2 U˂+P"&RSr=ԄG!E (oV3cp<3q/=S.')s&q2R rI a^?\>lۋ䄩"nAZΦ@qU__"YY*s@%Y"@,Gqi .{ʎ&/gUd*)ɳvb}:di 51%8$.l0IJc!~ӄ)yn'>ל` :>PKH@qOʼn = QLÈSn<ľ.cX}=}'|m(\ ++Lz~9}L;Z>c\"* 7NI#zJ>K.8;r6g3r2h!zCiXj?RO Jrb),L+>|-w/2Fq+#H?ODF19Gn+QCגYvu`=wOKD gendstream + endobj +-1592 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) ++641 0 obj << ++/Type /Page ++/Contents 642 0 R ++/Resources 640 0 R ++/MediaBox [0 0 612 792] ++/Parent 620 0 R ++>> endobj ++643 0 obj << ++/D [641 0 R /XYZ 160.667 686.127 null] ++>> endobj ++644 0 obj << ++/D [641 0 R /XYZ 344.785 587.05 null] ++>> endobj ++38 0 obj << ++/D [641 0 R /XYZ 160.667 561.615 null] ++>> endobj ++645 0 obj << ++/D [641 0 R /XYZ 194.151 433.317 null] ++>> endobj ++42 0 obj << ++/D [641 0 R /XYZ 160.667 407.882 null] ++>> endobj ++646 0 obj << ++/D [641 0 R /XYZ 432.794 315.45 null] ++>> endobj ++46 0 obj << ++/D [641 0 R /XYZ 160.667 290.015 null] ++>> endobj ++647 0 obj << ++/D [641 0 R /XYZ 447.459 120.182 null] ++>> endobj ++640 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++650 0 obj << ++/Length 2543 ++/Filter /FlateDecode ++>> ++stream ++xڥY[۶~?BԌEd:yqbuLI2g( ++:b/'XV}v &%X~ɕ\IX%++Wz*+^p'dcm6#7ۻxWèčdq+z9:kbs<ǻPC'y /N~N W&ɪF.~lx_]X ++7Kؕj<1)|f0"V/vΣtvfJVw$zLQNv-zlSNMB_出)35툞pN8kꖇ}Gwt04iv+"#mAPcBZ]՗;v:>:m[w l>[; l附߷*jNyw$"x]^:]O4}Ee4)`byC6.L.|o<晬gl40i2B%U% hv9)"&7I˻g>.EƤsBplaVdaAOkObxasRb&)QMBT)꨺1M;}Z8%b# ޜ^bۃAѽe&&5^}+R&Sl wu_j˴ CE9y% M X[;hIz^ƍ\AA]}6[M]tRE ++^hk:QPsKn>jN&$IMjIN]_ikvL~BfAuQzM?q ++l\Y[bMsO}/L^,=U WG[(h?RRa\)y ȴ*Nb׃x`w#,.dEᒌXE BZY Xn$W"/'})#J  ++w`>V@3 1<8 gh֛g]@Cs5|y/Q7ce Gť@mRbvW+ZJ O>]ؙzfP0HN ++ٜDjC7'^^k/'=;*[  z7Gy'N1Dix$C qUzQ2 @ ++Ox X[3'H[Dz( |!eIZ՜JZD2 hjđ矈%-w/D ++IC'rKIx*!3#IA[]H[d@ WAFȀ# hm"<<:,B1BJ ++66%QI筢Ԭ4ЍdM /::ZyIo ++<& *) ٌ5R#}VQh/N@w)S6 P}Յ(M1ʄNPly(W)66FM#BJ1:Չj|h"Y aL6^ܸ*@5g``p{^}‡yJ$=8 K]B7O׮( Cn`.-WYצhZ Ρ?|?,2~a2s!oUŖ 4]iL8P8a15|Ҝ%)!D{ޕ Ab_pC4곴"<>, :Nk C5n:j Z^bq8{Sj)t7)3{ZJS4nܟr ++@HjuǦ:>;aYHvxNuF'|R*`|5>m}Ԝ q>{ޝkC4å_}_=?8g2:Cendstream + endobj +-1593 0 obj +-<< /S /GoTo /D (subsection.14.11.2) >> ++649 0 obj << ++/Type /Page ++/Contents 650 0 R ++/Resources 648 0 R ++/MediaBox [0 0 612 792] ++/Parent 620 0 R ++/Annots [ 653 0 R 654 0 R 655 0 R 656 0 R 657 0 R ] ++>> endobj ++653 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [168.005 412.541 277.922 423.445] ++/Subtype /Link ++/A << /S /GoTo /D (a00040_ga7) >> ++>> endobj ++654 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [175.582 320.548 293.24 331.452] ++/Subtype /Link ++/A << /S /GoTo /D (a00040_ga4) >> ++>> endobj ++655 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [224.98 308.593 357.043 319.497] ++/Subtype /Link ++/A << /S /GoTo /D (a00042_ga5) >> ++>> endobj ++656 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [364.902 240.51 451.577 251.523] ++/Subtype /Link ++/A << /S /GoTo /D (a00042_ga5) >> ++>> endobj ++657 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [130.78 228.555 181.479 239.459] ++/Subtype /Link ++/A << /S /GoTo /D (a00042_ga5) >> ++>> endobj ++651 0 obj << ++/D [649 0 R /XYZ 106.869 686.127 null] ++>> endobj ++50 0 obj << ++/D [649 0 R /XYZ 106.869 668.127 null] ++>> endobj ++652 0 obj << ++/D [649 0 R /XYZ 207.58 594.287 null] ++>> endobj ++54 0 obj << ++/D [649 0 R /XYZ 106.869 578.118 null] ++>> endobj ++648 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++663 0 obj << ++/Length 2821 ++/Filter /FlateDecode ++>> ++stream ++xڥ]۸}Z'I.9$٢Bh[YrE6|Ql Cr8o"?Pizfb{ {Nɒ]r}0[~FǝC(*^3Ե(?R.OEWBm74۾j#öU?.g?cۑ6+=8"M!L33xP3lvˎ\5CnxE-j7/TxYf\Y;"6u'tj]i~D!C$\eK> g>i"Np fΈ׌̡#/n-7byѺ4 - qÿ>={L#ēOI:^~ؼuޮk FnA$I'PmPۡ.y芬?M艀#'%Yu6RtF"[Nre<8وC ++ctɓ4ȢQLrZޜ>Ga¢\ly^ydDI1&RyvL[g6*a:2' (vSx {닕0<{X_I♉G˷S0WUgA.͙ۧ(C3ƿ4$*y54 ++Aû6ay$ :ny6}ֲ50&[$aBo1Rq9dy;l㒪y9/*21gR p ++t^(NV(:Ύ|xKQ!rX1E/2.X`@Øjǿ=XFrn^cy;S){d ++Fڮp Ԗ&8q)^x̷GhZE uX/VQ%vNNDɀX ++wCpڰVTYab ++f˖g#dc;C ؓ":]F ++K:?#hLl9q~VٷbQuy}O ^'yo01%蕇]"א?bbT!˞5a&!QZ޴Zw@n97d o閱d)PԹW ++ []eu$|GiIΥ>z&ْWb&UyyᨰQu\K)ĞLfv z=(o(VQ31gd ++Ox[TRek͖8Q`}K* pIHi=5O`UhOA^O 1IŠ"y!%O2 ++HQ_JQ#唠펨I2SFKVR~\=uM c ++icÅk˃dlƹX ;םm R5PݴbSQ}`9:RӮ陞j{ڷk2T ++UgxN4E7-6)c;MS9[g&H$o&XY#G*`jŢV: 5cSR@o~7PQu?QvDUϿ!DSMśc2t/] ޽߈3!+gLqI5a`)$xQxA `&=ltRC>p7 \~&\^[ nR' #M⮲uO)/ _*i {h;j#9BUU?.'țjX5v<|+Q>?=?$-NaՄ{G(( CܰIXwe0)A3PYEܲ,evpȰ4 'dD u~3۠`KNSk.`$J^]]joļ8\겲<7ߣOtp#Y9^Hf f.t b.}{''V K$jd̗38s2 fWl;%Zg҉ή2C饅!L{Ƌ=c0f-kqHiHv3*!=M_o9Y^R<A3VmҊv}y1, 䱟gjNUW1 {&/J/Ǡ%A1L"*G{B|>Q d5ld}>+RV]endstream + endobj +-1596 0 obj +-(\376\377\000F\000i\000e\000l\000d\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n) ++662 0 obj << ++/Type /Page ++/Contents 663 0 R ++/Resources 661 0 R ++/MediaBox [0 0 612 792] ++/Parent 620 0 R ++>> endobj ++664 0 obj << ++/D [662 0 R /XYZ 160.667 686.127 null] ++>> endobj ++661 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++667 0 obj << ++/Length 3160 ++/Filter /FlateDecode ++>> ++stream ++xڥZY6~_᷵#^:-&M: ev[Yr$9=ί:H[`1,XE:ȖɅb"Nc!U(xex?>yE&X/e"fy){V6Z^X:%KeW>~Y{+?~5ZlA"tH,[ H~ÿΓ]kk&qHmS!csݞ>~W>j%X.3{x5$"1z$6MJ|[ulYIܺ)ESLɮJ}qsa-Ƃ *Ef- aֹe^oYwWD*ޟٲ[/;f 7eOdYg2ޑHSsd;76unߴAmY?3X=Kݗ @M^54pbmR, my\b&Q+Ku_KK'ff$r]s[A抖JF*m}Y;uj|g>He:2ؠifL ?K 6c(B+\o ,"?˛)8*m~tσߣ- O+EߛnK&xW3e,ϪF0* 7a4IͲ] `qf0{$=e %oSJ\?jZaC?T֠Z#E^mĜIUy.=Q+RfzrlC{Y72` %σ|sjH ++Ԇ̔LW̕bJH TaZЀbMFE ++|lHZlBHB./ `# P* x<2@gd G΄mΟ ++z6'vޥ}$[Y$}']xnȳVջ>Aw+8KΓX$YrWgIH$I?qK O#"4ѶquT#&GF8/7\vnl>Ǻ/;#?1GuIe=0e9 HH1"wH{DB ;w?h d& tB}\eji]pGEsdv!7T' S4šrNtʒlٟD1FŨUvvu6[n=m{$jp ++8"|HzGñ{g`:JFzb|kXd!iL]U>z2`WW|S쑓[7t>!)m@cީJn$e_m];n|2B߻C>!VNl qZF2S8Ar%5P`af"(|A:Nq-xHB ɠ:o%}@ESx(%[HIkB|84m?S@7A~_Y Iap >Dʈ,Ram]'H9+),YikJCqן,r]Ti9@c ++^eJJ?% ӡLݬT2 2I 5Uu" ++8utO[M.$[O2P@KRf~g=z>)oM<~jhVӻsW8lHM<,oc9%1pǽB1.R"KW!ޛ5]p /wɧ&Hk6K?tT\<;? }2ţ#Wp=(+%.Zϓɔa1+g /9:rp @_;q ]"c3Ufjop@$Nb"CIĶO޼7e=q"lнH,gҳBP*oȌTY $lm^D1_3 ++oR ++rz>3t r|Za،760**ϳ0AfDˮ|3C7N/R8ft_ %_6x_ܰM#c;A\p:%^V>^h.چ*pv*Brm"_ .{=`ɔ\,$FjL+\'#sISh>f!,Lpݼc]r"LyєmSA0>Lˁs4?oۊQE0;ŮmE+N;oHcV[4;?0r0s[F)-{8'XHC7HȻ[oM>x 9HEXWz$PUB _,M|)jK7]Sxg̸N< {T4!f045>?2rb׫A@4y̿0iRւ nmCٌNCN"-r33ADzuxP[#94N_l8  r;|BY>BF IZ )?JR՘ޘx•c PIHY[6\X|*ߪ.KmC)z{J(@W.L7o=y~)h9 }pdj ++iEeTb"]Qۘ @>t|Zpzv` [endstream + endobj +-1597 0 obj +-<< /S /GoTo /D (subsubsection.14.11.2.1) >> ++666 0 obj << ++/Type /Page ++/Contents 667 0 R ++/Resources 665 0 R ++/MediaBox [0 0 612 792] ++/Parent 682 0 R ++/Annots [ 669 0 R 670 0 R 671 0 R 672 0 R 673 0 R 674 0 R 675 0 R 676 0 R 677 0 R 678 0 R 679 0 R 680 0 R 681 0 R ] ++>> endobj ++669 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [233.01 324.194 307.51 335.098] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++670 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [121.07 300.284 195.57 311.188] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++671 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [416.937 288.329 451.577 299.233] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++672 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [105.873 276.373 151.043 287.277] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++673 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [281.463 264.418 355.963 275.322] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++674 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [105.873 222.884 180.373 233.787] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++675 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [164.109 181.349 238.609 192.253] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++676 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [219.984 141.532 347.506 151.953] ++/Subtype /Link ++/A << /S /GoTo /D (a00039_ga0) >> ++>> endobj ++677 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [357.468 141.532 451.577 151.953] ++/Subtype /Link ++/A << /S /GoTo /D (a00039_ga1) >> ++>> endobj ++678 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [130.78 129.357 222.436 139.888] ++/Subtype /Link ++/A << /S /GoTo /D (a00039_ga1) >> ++>> endobj ++679 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [232.399 129.357 377.853 139.888] ++/Subtype /Link ++/A << /S /GoTo /D (a00039_ga2) >> ++>> endobj ++680 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [423.582 129.357 451.577 139.888] ++/Subtype /Link ++/A << /S /GoTo /D (a00039) >> ++>> endobj ++681 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [130.78 117.029 229.131 127.933] ++/Subtype /Link ++/A << /S /GoTo /D (a00039) >> ++>> endobj ++668 0 obj << ++/D [666 0 R /XYZ 106.869 686.127 null] ++>> endobj ++665 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 469 0 R /F44 479 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++690 0 obj << ++/Length 2587 ++/Filter /FlateDecode ++>> ++stream ++xڥYm6>"XP=~>CQc+o;)R;%)|D1ƅ?oEE&J"M~zp71mx ?MQyOJwˏzBX?fmB%k^bI֧&ϪR]ϻ3j -7s=7٩h͝$9A2 6): Ja;BL/6jVbXZva>ƐHXΉ/st}~CpR: .114|k?僭%eptAg?u>z ++ŽLyp:U% L)'I+%nP=5Gχ!XGᤉ߲+T " uL/p?`LjVمMH'k}7KУ I` Hy' TvS oљXVպYff^4NFF"kظRxB k]W"Bn[\AaH+@u\N$-w"'Uv%f8yRk)#j+\I8 Z,:ވs51}K.DCd>NE\xfz\Bpy7s'p=dQM}R~:QZH{^WA{b2gxO<-.JeUmkGk9޾$`۲ƌ6&28Sso N[Hx |s`HQsp6";:q-zXEz68OuN>;4a)Bm55u !/+7 ]= 5($0W ++<3q·L4{G<`~lPk: 7Y64!RpV0z5?j+ʫ\ SbrwQ,^/Xl/JrMNxiܻlR*-?(~o,'~P>:AeЀd-9̵˛~ڦxIa}|ߺmp\jO-lr.9ʙV&/Fendstream + endobj +-1600 0 obj +-(\376\377\000c\000p\000u\000b\000i\000n\000d) ++689 0 obj << ++/Type /Page ++/Contents 690 0 R ++/Resources 688 0 R ++/MediaBox [0 0 612 792] ++/Parent 682 0 R ++/Annots [ 692 0 R 693 0 R 694 0 R ] ++>> endobj ++692 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [276.916 584.801 378.279 595.705] ++/Subtype /Link ++/A << /S /GoTo /D (a00041) >> ++>> endobj ++693 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [204.486 502.635 330.747 513.539] ++/Subtype /Link ++/A << /S /GoTo /D (a00040) >> ++>> endobj ++694 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [195.991 479.318 323.513 489.629] ++/Subtype /Link ++/A << /S /GoTo /D (a00039_ga1) >> ++>> endobj ++691 0 obj << ++/D [689 0 R /XYZ 160.667 686.127 null] ++>> endobj ++695 0 obj << ++/D [689 0 R /XYZ 444.67 120.182 null] ++>> endobj ++688 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 479 0 R /F14 608 0 R /F40 469 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++700 0 obj << ++/Length 2773 ++/Filter /FlateDecode ++>> ++stream ++xڥio`(Dkry盯$~pb7>@I+ ETC(b3s c* ++Qh=Gk@}бveoyV])M^CX`%ڪ70͖B B1byw}2M[LҠ2`1gxck}G0JP>CjSF1P/yƼc)7 V2bHkQ\bVr|@L  N@0=",]oiM,5%ϛֵۤ8@^K6ޟc`p2);d̳$˘̂l[8d/C|9\qf uSqE!*-}%B!7^.ǏB~ס}PKߝ%tt 4yǢ ++Qd`[u9KKµ*.l9p-͉pq\- ڱà58 N[@/] ++UPF^∙`9Y@@,(^JI(~o鰩h/jA|,nRМ6uW*-V"~cwurGU ZH%Ϩ(ں0~Br{Pf&eŘz0AasO dA(}j> F7C![%+adi%4 jC@\>./n>Ě; ++&@sb8@_ƓG6`e K("9mIP.֤lfBH8RXhl. eT#b @Ha>_XiCn!l4R&4l@ʢ(QEZI!^j_١? X!4ĈH\3pVN""/I4sȣ .5X>^{ljG F`Jxha,a\՜`/6JȰ%Cò jsrG]//|RȈD P)E.؀t96%s5Y2U&[  F^썰/X*0GbHiqxyP 00 Tv\&ǔ2yF6zʒ3kRTB݆:)|,^HpPLJdM'i޾ L6!Z[Ehfi! dR9Do?b%YNn`Y~Wx8@QR E=rz^g˦ -|#O[|qw;z柌$)eyۿt] 徒\x/z:kh.^B9uܸi^zÆHa^aaat Ǜ۫d:Hοp Wخ7W%6gV[!8p|Xq zSwV^&@!t`(R:ŕv{{tvlCI㱟Hĵ غŷŴ~>e為*~?MRKڱ:7b9endstream + endobj +-1601 0 obj +-<< /S /GoTo /D (subsubsection.14.11.2.2) >> ++699 0 obj << ++/Type /Page ++/Contents 700 0 R ++/Resources 698 0 R ++/MediaBox [0 0 612 792] ++/Parent 682 0 R ++>> endobj ++701 0 obj << ++/D [699 0 R /XYZ 106.869 686.127 null] ++>> endobj ++58 0 obj << ++/D [699 0 R /XYZ 106.869 668.127 null] ++>> endobj ++698 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 469 0 R /F14 608 0 R /F44 479 0 R /F49 703 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++706 0 obj << ++/Length 2578 ++/Filter /FlateDecode ++>> ++stream ++xڥkoF/G'VR)h(r%J*qtfvf)ʢyJ,#[#?Madc0F0DLzD7o(2#-7=FwL7p<=Oqgw> ܑ|mmY#c {+k9FP2ayV*2D}9+Æn5A9&B)ލe|yx_-1Oc2x2. ++ __ ++v~oރ{  *XC4}f ++XMYK>gwpM/$tluԉ-l3ى(B%aFF ++"k9s! >#-@;Hsk*<[+y|(׼ KhF+-p$^:x]k;FJ]lZ97dr7,Zq_Qћ\ގ'adqs0DdRSJB*eo&.7W1<;`x ++):B̙9kvEqo{*]ͦ-58bA2yJ  ++ZG%^I܌ MȘ r=8w ++4)}$+B$q-TqQ1odpno#cG4u}X,g ++5烙V6;L`C 2B>.Ɠ}ʊI7=-pHV%W܇)y>K\1ev:"kxEMCY:g:(ryj1 ' A/E.8"[Vjs[WM ~Bʤ<#MR>D[ʱjk剰'l(?D@@hKH[אr((2s P֌)JB#7}nI׻JV[٩ط=_o)\P)A U[PI"zPw|@CN +@Җ`R-.R@)v$ؒ:Nx& O#SӺ$b<cH4YQ7UF Gw#[9$͛s[؉ ++nC}ɂ&Q<űZf]Ց%S`^|^{ꆺ_ݐ+p~u?[aj|xl\@cKI`$8ʚ ++!n$k񊮟btAۺ󲐷 6ϗKefJ=CD #e5J4wIwVmCL*dԑf+k}y` ;|#z=5=nߐTy?_M?At|C{;h+7 \>95PP6 N:TE2P [h6>&Ѳ%"; a/tC=I?p= $ڶnVc060ȀJR|Pw`\fSABi8GmiMK ]zjմ{tsl(2+Zu96S0Rn_w@jT!láUA!VIO"d}B{:c?4%}{U5]8FUVKИkP@:.CU%SKwOeLܐHd5x4hP:GDu.q\q? \ ~φY (`f ̑j0Ҁg{Z7;o# @[S/&I >RXaIǶL(-vиE).Z'm99B2Pɪ*@D^~˴,Oh n!!_XD_K~ ++rpwڂ{^=5]7T 3b~3 ++;{F!((ݐb:l5Sq! ++Di1,J߸Ԁc;5ʐNM)VwӧqE lI4,ϻ,ѰY%9Z $P[nׄ!ܶp ~բ7Vw2}Y=- D92!G.y{ڵiT3,Ò=Mg0't&Q~RT),}Yb14k ,u$".17+-vw^~kp+k95LJE ++Lߦg) b ++]١u$Ϝ=uqBkqJB䂐N4$zm:D[7gtQV7@cz_G-o'Grpg2~ @ c&9fPgٙdj^v }w%(AC7+A 9@髷zu 7 CXܳ|3._{{ZY*n!B_CP`2!rz,aqX´O0~dR-xvBvRХJ M9endstream + endobj +-1604 0 obj +-(\376\377\000d\000i\000s\000c\000o\000v\000e\000r\000y) ++705 0 obj << ++/Type /Page ++/Contents 706 0 R ++/Resources 704 0 R ++/MediaBox [0 0 612 792] ++/Parent 682 0 R ++>> endobj ++707 0 obj << ++/D [705 0 R /XYZ 160.667 686.127 null] ++>> endobj ++708 0 obj << ++/D [705 0 R /XYZ 347.565 120.182 null] ++>> endobj ++704 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F14 608 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++711 0 obj << ++/Length 2205 ++/Filter /FlateDecode ++>> ++stream ++xڥXmoH_atXX+YNY$\-YJHJ䐲ps8|HLpB; ++Ip瓴WD5Iq8{̨V,h);Ŷ,[tzXxK3M* t*Z~~U+ 4lɯ$r|vR%M=ӄMbv9_C؏WW^-ׯon&##OT~v~vAoNpq}vq~~q~u8?`_/^JBY$MfBٙTA&d%L*-eԖ2Rfc܍O F~6,2ek×iR%UޠV Ꚃ:GydgjV7I=b:_zƸXә̭jHAbTS7d "q\&s݀eEeM!q ˤ Gjx(:{cV#g}kո ++ƾ8,RD ++Z)"1pO#PeMH{Sw4wu# |QAk4 N-vg;jLK5)s;tWVІn5}m7W7صot٨vmWov M%$Hmĩd ++<؇1NVw.Kn}Q%If[w7Lf ++ᾂޫj -/+t٦K,>lVwi4hRZ;;UCM=4Q,[P AC.D$`w&e̙_MRiVwWOP%hc`&%2b ʂɾePj[N \L Pܯ#D)oq [5 ˗8>a|&'Eޠ/qwH}D.`2#b$KFAT:_U^ ^n$!Q1zY[MYobA2tmoxAEk&B tF٥y]4JZ׶^~V/fU fG̮ILvnRz7OO?~(+JU5I, Zaz,L N7G{MviU q f^ NH_,bh"y7`x#u*/ 9 aB~s;aq-m"KYt P:_Jis ++/Tk>X! 1d}z7sTj*Ky"OTNZy?RPp5p>f0_jv#R&+kb8+8pnﯶn Q`ƄOrj0c<&^p% ++*6mQA᥽b\E<->l$Y}m<Ma}=|o 30){k[1%Kx> ++710 0 obj << ++/Type /Page ++/Contents 711 0 R ++/Resources 709 0 R ++/MediaBox [0 0 612 792] ++/Parent 682 0 R ++>> endobj ++712 0 obj << ++/D [710 0 R /XYZ 106.869 686.127 null] ++>> endobj ++62 0 obj << ++/D [710 0 R /XYZ 106.869 668.127 null] ++>> endobj ++713 0 obj << ++/D [710 0 R /XYZ 334.085 120.182 null] ++>> endobj ++709 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 479 0 R /F14 608 0 R /F40 469 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++716 0 obj << ++/Length 2801 ++/Filter /FlateDecode ++>> ++stream ++xڥYYܶ~_1p4S";R,%ZWlfqHW_ntnUJh6}|hN}[`\ ~Lri7w.#_?OEv }Azuqg=^yz_&q~?8@FwRݝc(=رE.wU?f&w<ǵUmO腶 DZʪӕN]YkK69+Nxd@ ++tvڎ i_+؄.'$zÄnK( Y9b)vsܔɁ^zz;/Xnh@%'ϟ9g.OHD A^&94+9w6FA_0`TL3*v0+PMk3MB[bd}))%牘#^L`{@i=K ++%vE!,+**`P@nh9r $KE] :*jk<D$)^=C @ʨ5?:N7~2YE|8`zt lō 3boJFKxjhrp)xp0Z.pZìU41+&ʣc9֌Ǟ\σ9<ʼ :,G<:x}@y ++o\47%Y2BI |@rn5s"IƿqޔD2 IK\ojr#eGN4 `חP8jBe 0Ҭ 0gWQ. }jc ++P'f/G~'- m%vxO[otp CLGCV4Yk`fbMۀm04y 9L։<;KMOcP^lX힮٘KsLUslsTNOsS%#]2rleQB J`o'ڒHҬ4i|~9J4Q%&oh1.LՑ2UF򧁈i^ Dؕc|6y ։ qUM @_ ++T_Cj56>iqԇɠS `45M[0C@f dT?:x3x6t7%s1mlMGo{["ƃ ˆke㌍+72 C&ySOa5Wýׇ}&8$PkjK桧D4Ac]Wct5bC$6]a8\R }BX QVnpޙĄh/p:gsΓ֝/I*ltTM[ ChL@ \.W~]T!7gDho)<[+✁8A\7 `5ofܷGUm3pPp!A6TL 3dR8gn"cAD.du D1<%FU{7?!*C|ݕwU=8<ύJ\9W2¢Je`L ++a0M 8ЊysΎ: ++O.dj+1JOt_*]}s+-ut@ӤiX͐׷"$K'= ÛwY_8ۋ¹'XX74dZ`*TIJOG\",̬^U="!8Pd/2,f/#\!Nh2 6?yZFfZx&9yjP``"~;c À옲3MN*h+|nci_tZ~,.RKJS&"DEn&coUKTTifz ++ q. 4+I ?Ѹk40J)(E3-cs(}"i;HQk oZh)c .kNǍVLG湛v35D!0N֎B;b8: ++C)f #׎BD |> endobj ++718 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [316.127 585.452 407.783 596.356] ++/Subtype /Link ++/A << /S /GoTo /D (a00039_ga0) >> ++>> endobj ++719 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [430.327 585.452 505.375 596.356] ++/Subtype /Link ++/A << /S /GoTo /D (a00039_ga2) >> ++>> endobj ++720 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [159.671 573.496 197.529 584.4] ++/Subtype /Link ++/A << /S /GoTo /D (a00039_ga2) >> ++>> endobj ++722 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [159.671 452.242 264.597 463.146] ++/Subtype /Link ++/A << /S /GoTo /D (a00043_ga1) >> ++>> endobj ++723 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [453.579 452.242 505.375 463.146] ++/Subtype /Link ++/A << /S /GoTo /D (a00048_ga4) >> ++>> endobj ++724 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [159.671 440.287 240.099 451.191] ++/Subtype /Link ++/A << /S /GoTo /D (a00048_ga4) >> ++>> endobj ++725 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [470.735 440.287 505.375 451.191] ++/Subtype /Link ++/A << /S /GoTo /D (a00049_ga5) >> ++>> endobj ++726 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [159.671 428.332 294.484 439.236] ++/Subtype /Link ++/A << /S /GoTo /D (a00049_ga5) >> ++>> endobj ++727 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [305.772 428.332 491.903 439.236] ++/Subtype /Link ++/A << /S /GoTo /D (a00049_ga3) >> ++>> endobj ++728 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [453.579 410.708 505.375 421.612] ++/Subtype /Link ++/A << /S /GoTo /D (a00053_ga1) >> ++>> endobj ++729 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [159.671 398.752 247.192 409.656] ++/Subtype /Link ++/A << /S /GoTo /D (a00053_ga1) >> ++>> endobj ++730 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [261.798 398.752 421.249 409.656] ++/Subtype /Link ++/A << /S /GoTo /D (a00053_ga2) >> ++>> endobj ++732 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [159.671 182.474 238.595 193.378] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_gga1a13) >> ++>> endobj ++717 0 obj << ++/D [715 0 R /XYZ 160.667 686.127 null] ++>> endobj ++66 0 obj << ++/D [715 0 R /XYZ 160.667 668.127 null] ++>> endobj ++721 0 obj << ++/D [715 0 R /XYZ 410 576.65 null] ++>> endobj ++70 0 obj << ++/D [715 0 R /XYZ 160.667 558.355 null] ++>> endobj ++731 0 obj << ++/D [715 0 R /XYZ 426.06 401.906 null] ++>> endobj ++74 0 obj << ++/D [715 0 R /XYZ 160.667 383.611 null] ++>> endobj ++714 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 479 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++742 0 obj << ++/Length 2355 ++/Filter /FlateDecode ++>> ++stream ++xڥX[۶~_GRw-'m[4=كh@N$e]΍U҇b59gs(RWZ%~$K|S=,xex63<ܽ|dϓp8V=l b彶c;TgP*(-uB/?~a:"4 ǃZ@˟c<_5waZ݇_'a5ܵdh+? 3_'lM9zp0A3S<z4ř[YݍǺ $^cw䔉Pf[ UoDTЃ`Fk?cvafBx0LˣcQ}A'$J@D\ߙ;f̟"Qc2\CI}B@\\@'WZL~C v}<^G~%o )A^+Oqfj y~+$:G8O%Ѓ`h`:^+$22Tg&.rf! 2]g Y3U 氋$-M[k.8^yj[6r:ʖu ++7v}Ůڪz.ig*Q~jMՂ5C] <8aR?=I-bE;má3ŎWis}KۙMyJkIQ.apI !ya(C`h:3 BP)O 6ij CWjjf:#knS2zJ0 AV.?"K^Z tz0̵,SEOՎkA>Wpj]H`gbT\[Hc~ކi {7qca_EzesU{8V?P0FA(s_@ Ў#u爛< xZP$Bvq׊LL$~ u8;:HL~B$DCіXE- $L=DM-D.%L ++Y#X/PL8 ++PdD9Z fXjeLi}#s9P6eNG{t _܆`0g +#fݮۨއ<l~ͳy&3@P[GPj%(B| b÷ ^CLmzOȣx?<|<,^q8< ++3 k{9ʰ"{I-Q PߒW”p8`הsH`G"8Am\t7R Ŵ^|WP)7{/?}ͻu"lC6HU@-D&e=r~+Dt$1Ҙru{)zhow&?&WO]/Q{Fk9NzѤמ78FAqҌNo/VD:{G[G $89^,< WO`5%TUCjT-x}[#IP17xliH1-b'L̽4=[̽e80;o|л+LJYW}S Ca[4c8o{^ṵKoKr|#?8VutZE>>'~F󏲢 :Gbl:Xx{j@T]Li##E0810T cV|{~ο@?endstream + endobj +-1609 0 obj +-<< /S /GoTo /D [1610 0 R /Fit ] >> ++741 0 obj << ++/Type /Page ++/Contents 742 0 R ++/Resources 740 0 R ++/MediaBox [0 0 612 792] ++/Parent 749 0 R ++/Annots [ 744 0 R 746 0 R 747 0 R ] ++>> endobj ++744 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [227.615 643.056 313.721 653.96] ++/Subtype /Link ++/A << /S /GoTo /D (a00045_ga0) >> ++>> endobj ++746 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [376.528 462.562 451.577 473.466] ++/Subtype /Link ++/A << /S /GoTo /D (a00055_ga2) >> ++>> endobj ++747 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [105.873 450.607 186.998 461.51] ++/Subtype /Link ++/A << /S /GoTo /D (a00055_ga2) >> ++>> endobj ++743 0 obj << ++/D [741 0 R /XYZ 106.869 686.127 null] ++>> endobj ++745 0 obj << ++/D [741 0 R /XYZ 362.259 646.209 null] ++>> endobj ++78 0 obj << ++/D [741 0 R /XYZ 106.869 628.361 null] ++>> endobj ++748 0 obj << ++/D [741 0 R /XYZ 235.336 424.18 null] ++>> endobj ++82 0 obj << ++/D [741 0 R /XYZ 106.869 406.332 null] ++>> endobj ++740 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++754 0 obj << ++/Length 301 ++/Filter /FlateDecode ++>> ++stream ++xڥQ=o0+nwJXR.UQ4 5J58U|{wC@s)IR)[ ++tGiWWL@^-V"QOE[ +ZAȟ|bC~f2UK* 7g(Ϡ 1JLH7약ŚkL߀H'Iƍ0(%7IB8OIe΂7gt2rVU;^i]@pOL3$J(˛6&⣻9eoh4e}iv6(ԩT\Y tendstream + endobj +-1612 0 obj << +-/Length 271 ++753 0 obj << ++/Type /Page ++/Contents 754 0 R ++/Resources 752 0 R ++/MediaBox [0 0 612 792] ++/Parent 749 0 R ++>> endobj ++755 0 obj << ++/D [753 0 R /XYZ 160.667 686.127 null] ++>> endobj ++752 0 obj << ++/Font << /F28 362 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++758 0 obj << ++/Length 1476 + /Filter /FlateDecode + >> + stream +-xڍQMO0 WjlCcoaCT {Ҧ$8ggǤ0R @TVڦڦE#Պm(@0,?i 8m;/Y˪~Ql=WwfN%bqu߷x NMO]ԘdR#0LWUR2HjA#eM<ġ9.[2zjz`$f+JNo_();mAP@pqE\F}9B (~pNLd󁃗0lq}ŠgݖwX`o fsؘ_*Glls$ffY}2xi,,YݯݝWUQ@(wQ9٨| _ˆܹ@8@ZI ++Ǝjzg_Kw{{\k{Ѿ/_RRҌ#ìemCEHo(>jQvW7|^ 8/T/OڠqO+ߵGsOW\aT LR ++DiR" ++޻fܸdlB4鰣ы8k=1:Bt<0 *I:/*~.i^Q$R6,Zyg.%C|̧wjsN~ʍB"! AbHOaAF٤~3K/(2 xjh7 ++kA?I.}wY)"D/(&El)&B:=—^vHh[$ʵ}t v3H(0 ѕH($3TfG իh׮Dȯ^Q$$]kEt?Eu@RIVgsNc]k-]4\7Q9+ݧ!âIP(2&)!}&ձ`IR]HsLԳ7lW{WhW!8%^{-F%9!$9,Ɵ#.$پ1ry[wwղnTO yFe>d>?8<}٘/­>]rVo$'BBhߵA!OSgcZNo-$FByߵa#E?A0Pl83A&3FWp }Zx[ OR60H:=ŸUu%FByߵap?Pigro/endstream + endobj +-1610 0 obj << ++757 0 obj << + /Type /Page +-/Contents 1612 0 R +-/Resources 1611 0 R ++/Contents 758 0 R ++/Resources 756 0 R + /MediaBox [0 0 612 792] +-/Parent 1617 0 R ++/Parent 749 0 R ++/Annots [ 760 0 R 761 0 R 762 0 R 763 0 R 764 0 R 765 0 R 766 0 R 767 0 R 768 0 R 769 0 R 770 0 R 771 0 R 772 0 R 773 0 R 774 0 R 775 0 R 776 0 R 777 0 R 778 0 R 779 0 R 780 0 R 781 0 R 782 0 R ] + >> endobj +-1613 0 obj << +-/D [1610 0 R /XYZ 106.8692 668.127 null] ++760 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [439.621 382.138 451.577 391.104] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.1) >> + >> endobj +-1611 0 obj << +-/Font << /F22 1616 0 R >> ++761 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [439.621 370.295 451.577 379.142] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.2) >> ++>> endobj ++762 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [439.621 358.432 451.577 367.179] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.3) >> ++>> endobj ++763 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [439.621 346.37 451.577 355.217] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.4) >> ++>> endobj ++764 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [439.621 334.408 451.577 343.255] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.5) >> ++>> endobj ++765 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [439.621 322.446 451.577 331.292] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.6) >> ++>> endobj ++766 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [439.621 310.364 451.577 319.33] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.7) >> ++>> endobj ++767 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [439.621 298.521 451.577 307.368] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.8) >> ++>> endobj ++768 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [439.621 286.559 451.577 295.405] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.9) >> ++>> endobj ++769 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [439.621 274.596 451.577 283.443] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.10) >> ++>> endobj ++770 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [439.621 262.634 451.577 271.481] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.11) >> ++>> endobj ++771 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [439.621 250.672 451.577 259.518] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.12) >> ++>> endobj ++772 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [439.621 238.709 451.577 247.556] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.13) >> ++>> endobj ++773 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [439.621 226.747 451.577 235.594] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.14) >> ++>> endobj ++774 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [439.621 214.785 451.577 223.362] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.15) >> ++>> endobj ++775 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [439.621 202.822 451.577 211.669] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.16) >> ++>> endobj ++776 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [439.621 190.86 451.577 199.707] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.17) >> ++>> endobj ++777 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [439.621 178.898 451.577 187.744] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.18) >> ++>> endobj ++778 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [439.621 166.935 451.577 175.782] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.19) >> ++>> endobj ++779 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [439.621 154.973 451.577 163.82] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.20) >> ++>> endobj ++780 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [439.621 143.011 451.577 151.857] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.21) >> ++>> endobj ++781 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [439.621 130.929 451.577 139.895] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.22) >> ++>> endobj ++782 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [439.621 118.966 451.577 127.933] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.23) >> ++>> endobj ++759 0 obj << ++/D [757 0 R /XYZ 106.869 686.127 null] ++>> endobj ++86 0 obj << ++/D [757 0 R /XYZ 106.869 668.127 null] ++>> endobj ++90 0 obj << ++/D [757 0 R /XYZ 106.869 452.257 null] ++>> endobj ++756 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-1620 0 obj << +-/Length 69 ++785 0 obj << ++/Length 1036 + /Filter /FlateDecode + >> + stream +-x3T0BCC3=33sS3 3=C#s\.t;!T!EV.kjighbjF!gendstream ++x՘Ms6<&[Zg&)t( ++9@c IJL}~Տ^zș,keו%|'HQ 4X"2xmEh!%fpq'qom'zWoM9j#7ދ@ #7z%o<[= þ}O 8`[6B ++c@6p!E~mc-W/F2YR=X㭔n˃<ڱUmXY=`A|P!YP.Ơ:w-9F6r ++ A ++H("Ir'lLvZ@}g8+A'%Ȉ]U `!`v$8+u)qvU/f+A;;$7ҕ:LWXUUo dOѠ-Qղh ,1X(xn4# ++PJ4MJmJ),)tAOg3\`t1P.RҭKBׯ'[bܬoY-:1/91f&tUcp-^[KBuL*BCT{#Ϥ7qf&Y7X:Q6띄rDkr` q0Gl_R(R,W7{r=֥[Oi2[P$#v][uo0|b;ߕuMP }M&l{#7{٘Kuiv.| WS+I3co}DҮk}}`$HU}an_C==c-hu_]uIw ++um\[s BjV3_P "T-T!{]/Jp!]|3F "BGԝ߂ݣ~+$iendstream + endobj +-1619 0 obj << ++784 0 obj << + /Type /Page +-/Contents 1620 0 R +-/Resources 1618 0 R ++/Contents 785 0 R ++/Resources 783 0 R + /MediaBox [0 0 612 792] +-/Parent 1617 0 R ++/Parent 749 0 R ++/Annots [ 787 0 R 788 0 R 789 0 R 790 0 R 791 0 R 792 0 R 793 0 R 794 0 R 795 0 R 796 0 R 797 0 R ] + >> endobj +-1618 0 obj << +-/ProcSet [ /PDF ] ++787 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [493.42 656.949 505.375 665.915] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.24) >> + >> endobj +-1623 0 obj << +-/Length 1525 ++788 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [493.42 644.994 505.375 653.96] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.25) >> ++>> endobj ++789 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [488.438 633.158 505.375 642.005] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.26) >> ++>> endobj ++790 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [488.438 621.203 505.375 630.05] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.27) >> ++>> endobj ++791 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [488.438 609.128 505.375 618.095] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.28) >> ++>> endobj ++792 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [488.438 597.392 505.375 606.139] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.29) >> ++>> endobj ++793 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [488.438 585.338 505.375 594.184] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.30) >> ++>> endobj ++794 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [488.438 573.382 505.375 582.229] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.31) >> ++>> endobj ++795 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [488.438 561.427 505.375 570.274] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.32) >> ++>> endobj ++796 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [488.438 549.472 505.375 558.319] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.33) >> ++>> endobj ++797 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [488.438 537.517 505.375 546.364] ++/Subtype /Link ++/A << /S /GoTo /D (section.5.34) >> ++>> endobj ++786 0 obj << ++/D [784 0 R /XYZ 160.667 686.127 null] ++>> endobj ++783 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++800 0 obj << ++/Length 1517 + /Filter /FlateDecode + >> + stream +-xKoF\J MX6nҤH7pWm8$Ѡp!QUep;d`44Z"BU~ 43i9 Yx{=HiE/RBQ b<,}?Ih[Ui>{.zʿ0H*.qA0ƋyYKrE^|<{"!`Q>*s1cc\(A0qb"_%-d c]mDz CFS24ʡW0Gk%ć(F@4E'J5 SэdT#%Us Ań:9VjB,rGp̷|9mC%B*Gw򚐋xB.b0V!G.VE4rNfcr>ږ|--߯iq;&#nͫ-މhxXMxlX xcI:wcvRlQYESaC2dHōQXiH0'bGjb1HE1XAga(@tC]QH箪C9^%Ie'r/gJ \[H=Nթ7bv2AX/sюdب& MtNCDL>s5`E3:(ga'COHsٰYD7\ҕ7pF9y^ɐ1J8 6rzX4*hThMTŪ^D8Md5١<q[2< •7٩ƠkaƮtHq .-]q2ŝYT-p|,-U%ՙ_jb٩NXpp[灋UWe q8eg/ ]n<\1ݗv _yuSAbf!/1 նwgǪN(悏dJX#XlVH +-Z;IDT/k#07>UinC7WJyPI,5ԹنMwh՗OTHIr7,m^=гMZg~M*Ý|*b1zEc GKAztL#^fcv>p҈3j2NfO6^,Mhh-{|X أ)E='{ؙC`m!=S%N'X|oRŪ^E:śYĀ7V"s&@sCxuԃ/j8Z +-X՗KKCۮ^ָݶ~[~ɪ>2z;HMS䗞||ժݘ͕ +-q~B/~[/b0ǩqZNp{JwK|ZK=XZNԗ]Zs󖥧v?pǯUu:x;T_7,K N}ͷMO? Gyu0Xnendstream ++xZnF}W/yK&maE<5@K6jR"ŋ4Plr9;sv,F5%j¸IW4Y£7W,)axp*%&ӆon~m)Z$7w(bJnu)W4?n~ $1`'L"ro}V.&Lrl~<{XU;b,4}UFok[UnնꇧEDHahA ++0njRMG\H"6 Ɵ1DV_Tb>?a骺7*=ͼ\Uy)8'aN43r2cJL>Mjެ&^fݬ|_pvij# Ϻ8g# :tyL}^)K(ϢM^-l%##9tXbX,(~d56c,Yv= ݇IčL DXN":Ε.22Cׁ+%h9D6WVOwE_xpt ++~XBsƭP݊"0Uݺ);#IÝuFnpOr'!R>$˲̀~Xkjv&Exep >.lQCfL4YwOEfi 4GGkL9D4GBO#.{n 1+FA6Ab@.({|}1Nʾ˾>bٮEYuH4tN5dKTlܶ"]{eh+ Fi\ (.?"/k)Om7kA bZwB ZCZpI-(F=hӣj3//cIВPFȮ0(.(iS-\ ajatPת1.,RM}װ*IEOKj5hӣ D蹵I#P(51ƶ4,j%(> [D!6TXΑSE~|0 :\~ISXwGmZ4wymF!p7!jy*&aM}|0ykOcV#JĀLaI42CT}e``~Rendstream + endobj +-1622 0 obj << ++799 0 obj << + /Type /Page +-/Contents 1623 0 R +-/Resources 1621 0 R ++/Contents 800 0 R ++/Resources 798 0 R + /MediaBox [0 0 612 792] +-/Parent 1617 0 R +-/Annots [ 1628 0 R 1629 0 R 1630 0 R 1631 0 R 1632 0 R 1633 0 R 1634 0 R 1635 0 R 1636 0 R 1637 0 R 1638 0 R 1639 0 R 1640 0 R 1641 0 R 1642 0 R 1643 0 R 1644 0 R 1645 0 R 1646 0 R 1647 0 R ] ++/Parent 749 0 R ++/Annots [ 802 0 R 803 0 R 804 0 R 805 0 R 806 0 R 807 0 R 808 0 R 809 0 R 810 0 R 811 0 R 812 0 R 813 0 R 814 0 R 815 0 R 816 0 R 817 0 R 818 0 R 819 0 R 820 0 R 821 0 R 822 0 R 823 0 R ] + >> endobj +-1628 0 obj << ++802 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [105.873 502.2812 203.5561 513.1603] ++/Rect [120.046 380.239 164.101 391.143] + /Subtype /Link +-/A << /S /GoTo /D (chapter.1) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1629 0 obj << ++803 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [120.8169 486.5683 194.9784 495.415] ++/Rect [434.64 382.177 451.577 391.143] + /Subtype /Link +-/A << /S /GoTo /D (section.1.1) >> ++/A << /S /GoTo /D (section.6.1) >> + >> endobj +-1630 0 obj << ++804 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [120.8169 468.9326 190.5546 477.7793] ++/Rect [120.046 368.284 192.325 379.188] + /Subtype /Link +-/A << /S /GoTo /D (section.1.2) >> ++/A << /S /GoTo /D (a00013) >> + >> endobj +-1631 0 obj << ++805 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [120.8169 449.2397 203.5561 460.1436] ++/Rect [434.64 370.342 451.577 379.188] + /Subtype /Link +-/A << /S /GoTo /D (section.1.3) >> ++/A << /S /GoTo /D (section.6.2) >> + >> endobj +-1632 0 obj << ++806 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [120.8169 431.604 238.3054 442.5079] ++/Rect [120.046 356.329 276.986 367.233] + /Subtype /Link +-/A << /S /GoTo /D (section.1.4) >> ++/A << /S /GoTo /D (a00014) >> + >> endobj +-1633 0 obj << ++807 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [143.731 413.9683 219.6755 424.8722] ++/Rect [434.64 358.386 451.577 367.233] + /Subtype /Link +-/A << /S /GoTo /D (subsection.1.4.1) >> ++/A << /S /GoTo /D (section.6.3) >> + >> endobj +-1634 0 obj << ++808 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [143.731 396.3326 231.5612 407.2365] ++/Rect [120.046 344.374 277.554 355.278] + /Subtype /Link +-/A << /S /GoTo /D (subsection.1.4.2) >> ++/A << /S /GoTo /D (a00015) >> + >> endobj +-1635 0 obj << ++809 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [120.8169 378.6969 225.4239 389.6008] ++/Rect [434.64 346.312 451.577 355.278] + /Subtype /Link +-/A << /S /GoTo /D (section.1.5) >> ++/A << /S /GoTo /D (section.6.4) >> + >> endobj +-1636 0 obj << ++810 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [120.8169 361.0612 212.1435 371.9651] ++/Rect [120.046 332.419 193.988 343.323] + /Subtype /Link +-/A << /S /GoTo /D (section.1.6) >> ++/A << /S /GoTo /D (a00016) >> + >> endobj +-1637 0 obj << ++811 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [120.8169 343.4255 210.7491 354.3294] ++/Rect [434.64 334.476 451.577 343.323] + /Subtype /Link +-/A << /S /GoTo /D (section.1.7) >> ++/A << /S /GoTo /D (section.6.5) >> + >> endobj +-1638 0 obj << ++812 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [105.873 317.8192 216.5469 326.7954] ++/Rect [120.046 320.464 211.144 331.368] + /Subtype /Link +-/A << /S /GoTo /D (chapter.2) >> ++/A << /S /GoTo /D (a00017) >> + >> endobj +-1639 0 obj << ++813 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [105.873 290.1755 208.8758 299.1517] ++/Rect [434.64 322.521 451.577 331.368] + /Subtype /Link +-/A << /S /GoTo /D (chapter.3) >> ++/A << /S /GoTo /D (section.6.6) >> + >> endobj +-1640 0 obj << ++814 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [120.8169 270.5025 170.0819 281.4064] ++/Rect [120.046 308.508 351.715 319.412] + /Subtype /Link +-/A << /S /GoTo /D (section.3.1) >> ++/A << /S /GoTo /D (a00018) >> + >> endobj +-1641 0 obj << ++815 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [434.64 286.655 451.577 295.502] ++/Subtype /Link ++/A << /S /GoTo /D (section.6.7) >> ++>> endobj ++816 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [120.046 272.643 258.745 283.547] ++/Subtype /Link ++/A << /S /GoTo /D (a00019) >> ++>> endobj ++817 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [120.8169 254.9241 191.1031 263.7707] ++/Rect [434.64 262.745 451.577 271.592] + /Subtype /Link +-/A << /S /GoTo /D (section.3.2) >> ++/A << /S /GoTo /D (section.6.8) >> + >> endobj +-1642 0 obj << ++818 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [120.8169 237.2884 189.4292 246.135] ++/Rect [120.046 248.733 265.081 259.637] + /Subtype /Link +-/A << /S /GoTo /D (section.3.3) >> ++/A << /S /GoTo /D (a00020) >> + >> endobj +-1643 0 obj << ++819 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [120.8169 219.6527 198.8536 228.4993] ++/Rect [434.64 238.835 451.577 247.681] + /Subtype /Link +-/A << /S /GoTo /D (section.3.4) >> ++/A << /S /GoTo /D (section.6.9) >> + >> endobj +-1644 0 obj << ++820 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [120.8169 199.9597 182.2463 210.8636] ++/Rect [120.046 224.822 264.284 235.726] + /Subtype /Link +-/A << /S /GoTo /D (section.3.5) >> ++/A << /S /GoTo /D (a00021) >> + >> endobj +-1645 0 obj << ++821 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [105.873 174.3534 219.8247 183.3296] ++/Rect [434.64 214.924 451.577 223.771] + /Subtype /Link +-/A << /S /GoTo /D (chapter.4) >> ++/A << /S /GoTo /D (section.6.10) >> + >> endobj +-1646 0 obj << ++822 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [105.873 144.8068 273.3834 155.6859] ++/Rect [120.046 200.912 221.664 211.816] + /Subtype /Link +-/A << /S /GoTo /D (chapter.5) >> ++/A << /S /GoTo /D (a00022) >> + >> endobj +-1647 0 obj << ++823 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [105.873 117.1632 276.0133 128.0423] ++/Rect [434.64 191.014 451.577 199.861] + /Subtype /Link +-/A << /S /GoTo /D (chapter.6) >> ++/A << /S /GoTo /D (section.6.11) >> + >> endobj +-1627 0 obj << +-/D [1622 0 R /XYZ 106.8692 532.6462 null] ++801 0 obj << ++/D [799 0 R /XYZ 106.869 686.127 null] + >> endobj +-1621 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> ++94 0 obj << ++/D [799 0 R /XYZ 106.869 668.127 null] ++>> endobj ++98 0 obj << ++/D [799 0 R /XYZ 106.869 452.257 null] ++>> endobj ++798 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 479 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-1650 0 obj << +-/Length 2318 ++837 0 obj << ++/Length 324 + /Filter /FlateDecode + >> + stream +-x[]s6}JBѧͦnNwxkD_HULv2Y!pH@+aQ,gտ}sfւfWg_|eW7a[ +-DOj:ÒR2y}ίX2g?&D飏 H)\%˳&_SǢj13,l uU` NiN32 A'Ww)rԲ08oi( &yvEТ2":|!ERx_:Er=W jc?:qn%':BW݁2;BʄD 8B:4RP$YxE6dD:soS&;{{j?¾??WE }ѮP;ʐ'BIq;ΘڟcNwRᴨL8qkWp<#"@pxIюae¬cssCO@Q =0`>j䩤rĭ5=])H)N܌3 K^ܵ&ir޿}?t~ѸQ"$3b4p 9q0s3*$ߍ8F6s_Mh}us)b=N Q*AԣDP¦"2|_PL dqkbZ;Sr0k+޿]vq7emjߩR֑BzH ˣ2<렉e%:ĭ\T㧙L]IvaUĹmuZz߸lg~f972`ar|g4MA٧mż^Uh- T}kaPJ5 }jyztJqWgsm'0A+vs}])|/wijL/L\9Tgfȓ3Q'ZZu( NHB:(3)ۨ!&fn.'V7m\5~k_?rSm~gf[&Nnbf)0 +-Q^<3^ݢؖ۽ۏm(w#WSOlM꣄CBH́ Lh I3FJ c$U[x1R~Bƀfg\f$ +r7F4c/={ٍu N =Hti#BxB"-0+O Vx4t@'2$0@G)iQƝdFu +-"w5Vvn?1:uuE +-a/(íS0FIͶ< +-OHM32P>H0\ 8E}F.Iƭ T0%27=1+Wbs5r}v[9ʐ I[XIBG(laV? +-_wSQ7ݍ)B_/܆xTfH i_@&edZƸqcc2٫YHFG55Lxٟn ,n-T-́TꖇyX\7G.E豠 QsN*:O:,Y@Lɲ(8Ǘfo_wo2ʠf!l/TsH*!XrI*|r9C +-=rœG-gS.3wE(L"fd=P62@ [&V3n-d'7#`9ER z<,n30퀁2H<O%*W9N94;\ ++?1L}ۢU4S'Ȯw2esD˾#ZQIk:?c}[Ys8}}J-F~~ϚNendstream + endobj +-1649 0 obj << ++836 0 obj << + /Type /Page +-/Contents 1650 0 R +-/Resources 1648 0 R ++/Contents 837 0 R ++/Resources 835 0 R + /MediaBox [0 0 612 792] +-/Parent 1617 0 R +-/Annots [ 1651 0 R 1652 0 R 1653 0 R 1654 0 R 1655 0 R 1656 0 R 1657 0 R 1658 0 R 1659 0 R 1660 0 R 1661 0 R 1662 0 R 1663 0 R 1664 0 R 1665 0 R 1666 0 R 1667 0 R 1668 0 R 1669 0 R 1670 0 R 1671 0 R 1672 0 R 1673 0 R 1674 0 R 1675 0 R 1676 0 R 1677 0 R 1678 0 R ] ++/Parent 749 0 R + >> endobj +-1651 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [159.6712 655.1457 235.3669 666.0249] +-/Subtype /Link +-/A << /S /GoTo /D (chapter.7) >> ++838 0 obj << ++/D [836 0 R /XYZ 160.667 686.127 null] + >> endobj +-1652 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [159.6712 626.7569 328.0782 637.636] +-/Subtype /Link +-/A << /S /GoTo /D (chapter.8) >> ++835 0 obj << ++/Font << /F28 362 0 R >> ++/ProcSet [ /PDF /Text ] + >> endobj +-1653 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [174.6152 608.8377 371.6545 619.7417] +-/Subtype /Link +-/A << /S /GoTo /D (section.8.1) >> ++841 0 obj << ++/Length 1497 ++/Filter /FlateDecode ++>> ++stream ++xZnF+x[2Kf$8$Y-dPTTԤe&&{ե?0.VM !DHA wT(=?]^|ۄSH.[/bJ.WެwUVSL%LX'$UHkE35_sfgYi\y5I]% Xx>/2o[Xkkk7$RO-T$`QJw#.'tH1+u.\(jfpsUWnYwU~Q\l 8'aN?f8XdT/#T$ ހ_]ܑQ ++b!v>dڥD[6p=]]o]}6Ế/O]V\dXfd*`\I ++E4)-G?W3krMcE)dL2K<Èfx,Eveҳvb]J(=L\z}^,-"aݪ,kroYo~;@p\E)YǨtITXCӁJzJ&J՛$Pb5 6F{"E,`®et@&d( ]e <@&o& zd/M߆}UJ]>!`I^l="EMb̘bSD21>"Z:[Ed$ Q%!f3LɁ灒 J+*Ɉ,Y$E%0( uBaXg/Z>)+1P **4gqV =]+ݴq &hŎi%96~D+xf–,p%Ȧ0ӎa^*=^*u ++?rޢ8jMr1i=vۚm7%;xh:Ѝ0{h1TO<_X $=!fڭe)UFN隮J5&Ŧ銘gnbNĊ98lÖپ='tbM18'KHQEϤ76vBa%qe+b}[CBȺB`+ N(o~XARsGӃاۗpU`᝴vy@c{m U/w)\?"0I8VL 3s ł ++RW|<  ++f${fH9({}ͩttł hb2endstream ++endobj ++840 0 obj << ++/Type /Page ++/Contents 841 0 R ++/Resources 839 0 R ++/MediaBox [0 0 612 792] ++/Parent 865 0 R ++/Annots [ 843 0 R 844 0 R 845 0 R 846 0 R 847 0 R 848 0 R 849 0 R 850 0 R 851 0 R 852 0 R 853 0 R 854 0 R 855 0 R 856 0 R 857 0 R 858 0 R 859 0 R 860 0 R 861 0 R 862 0 R 863 0 R 864 0 R ] + >> endobj +-1654 0 obj << ++843 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [174.6152 591.053 310.2059 601.957] ++/Rect [120.046 380.239 157.187 391.143] + /Subtype /Link +-/A << /S /GoTo /D (section.8.2) >> ++/A << /S /GoTo /D (a00023) >> + >> endobj +-1655 0 obj << ++844 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [159.6712 562.7987 307.9641 573.6778] ++/Rect [434.64 382.396 451.577 391.143] + /Subtype /Link +-/A << /S /GoTo /D (chapter.9) >> ++/A << /S /GoTo /D (section.7.1) >> + >> endobj +-1656 0 obj << ++845 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [174.6152 544.8795 321.4937 555.7834] ++/Rect [120.046 368.284 148.32 379.188] + /Subtype /Link +-/A << /S /GoTo /D (section.9.1) >> ++/A << /S /GoTo /D (a00024) >> + >> endobj +-1657 0 obj << ++846 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [174.6152 527.0948 311.7898 537.9987] ++/Rect [434.64 370.342 451.577 379.188] + /Subtype /Link +-/A << /S /GoTo /D (section.9.2) >> ++/A << /S /GoTo /D (section.7.2) >> + >> endobj +-1658 0 obj << ++847 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [174.6152 509.31 329.2741 520.214] ++/Rect [120.046 356.329 154.407 367.233] + /Subtype /Link +-/A << /S /GoTo /D (section.9.3) >> ++/A << /S /GoTo /D (a00025) >> + >> endobj +-1659 0 obj << ++848 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [174.6152 491.5253 291.1273 502.4292] ++/Rect [434.64 346.431 451.577 355.278] + /Subtype /Link +-/A << /S /GoTo /D (section.9.4) >> ++/A << /S /GoTo /D (section.7.3) >> + >> endobj +-1660 0 obj << ++849 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [159.6712 463.2709 296.9948 474.1501] ++/Rect [120.046 332.419 175.438 343.323] + /Subtype /Link +-/A << /S /GoTo /D (chapter.10) >> ++/A << /S /GoTo /D (a00026) >> + >> endobj +-1661 0 obj << ++850 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [174.6152 445.3518 505.3748 456.2557] ++/Rect [434.64 322.521 451.577 331.368] + /Subtype /Link +-/A << /S /GoTo /D (section.10.1) >> ++/A << /S /GoTo /D (section.7.4) >> + >> endobj +-1662 0 obj << ++851 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [159.6712 433.3966 298.5593 444.3005] ++/Rect [120.046 308.508 153.859 319.412] + /Subtype /Link +-/A << /S /GoTo /D (section.10.1) >> ++/A << /S /GoTo /D (a00027) >> + >> endobj +-1663 0 obj << ++852 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [159.6712 407.0451 236.1139 416.0214] ++/Rect [434.64 310.446 451.577 319.412] + /Subtype /Link +-/A << /S /GoTo /D (chapter.11) >> ++/A << /S /GoTo /D (section.7.5) >> + >> endobj +-1664 0 obj << ++853 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [174.6152 389.2803 234.3907 398.127] ++/Rect [120.046 296.553 168.803 307.457] + /Subtype /Link +-/A << /S /GoTo /D (section.11.1) >> ++/A << /S /GoTo /D (a00028) >> + >> endobj +-1665 0 obj << ++854 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [159.6712 360.8716 267.1872 369.8478] ++/Rect [434.64 298.611 451.577 307.457] + /Subtype /Link +-/A << /S /GoTo /D (chapter.12) >> ++/A << /S /GoTo /D (section.7.6) >> + >> endobj +-1666 0 obj << ++855 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [174.6152 343.1068 261.2196 351.9535] ++/Rect [120.046 284.972 153.859 295.502] + /Subtype /Link +-/A << /S /GoTo /D (section.12.1) >> ++/A << /S /GoTo /D (a00029) >> + >> endobj +-1667 0 obj << ++856 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [159.6712 314.6981 277.0601 323.6743] ++/Rect [434.64 286.655 451.577 295.502] + /Subtype /Link +-/A << /S /GoTo /D (chapter.13) >> ++/A << /S /GoTo /D (section.7.7) >> + >> endobj +-1668 0 obj << ++857 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [174.6152 296.9333 247.2425 305.7799] ++/Rect [120.046 272.643 185.968 283.547] + /Subtype /Link +-/A << /S /GoTo /D (section.13.1) >> ++/A << /S /GoTo /D (a00030) >> + >> endobj +-1669 0 obj << ++858 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [197.5293 279.1486 321.8821 287.9952] ++/Rect [434.64 262.745 451.577 271.592] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.1.1) >> ++/A << /S /GoTo /D (section.7.8) >> + >> endobj +-1670 0 obj << ++859 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 260.2828 377.9521 270.2105] ++/Rect [120.046 248.733 149.994 259.637] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.1.1.1) >> ++/A << /S /GoTo /D (a00031) >> + >> endobj +-1671 0 obj << ++860 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [174.6152 241.5218 269.1405 252.4257] ++/Rect [434.64 250.79 451.577 259.637] + /Subtype /Link +-/A << /S /GoTo /D (section.13.2) >> ++/A << /S /GoTo /D (section.7.9) >> + >> endobj +-1672 0 obj << ++861 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [197.5293 223.7371 327.7203 234.641] ++/Rect [120.046 236.777 178.058 247.681] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.2.1) >> ++/A << /S /GoTo /D (a00032) >> + >> endobj +-1673 0 obj << ++862 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 205.9523 344.7567 216.8563] ++/Rect [434.64 226.88 451.577 235.726] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.2.1.1) >> ++/A << /S /GoTo /D (section.7.10) >> + >> endobj +-1674 0 obj << ++863 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [174.6152 188.1676 243.5161 199.0716] ++/Rect [120.046 212.867 200.633 223.771] + /Subtype /Link +-/A << /S /GoTo /D (section.13.3) >> ++/A << /S /GoTo /D (a00033) >> + >> endobj +-1675 0 obj << ++864 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [197.5293 170.3829 327.7203 181.2868] ++/Rect [434.64 202.969 451.577 211.816] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.3.1) >> ++/A << /S /GoTo /D (section.7.11) >> + >> endobj +-1676 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 152.5982 360.7962 163.5021] +-/Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.3.1.1) >> ++842 0 obj << ++/D [840 0 R /XYZ 106.869 686.127 null] + >> endobj +-1677 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 135.7897 365.7775 145.7174] +-/Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.3.1.2) >> ++102 0 obj << ++/D [840 0 R /XYZ 106.869 668.127 null] + >> endobj +-1678 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 117.0287 334.784 127.9327] +-/Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.3.1.3) >> ++106 0 obj << ++/D [840 0 R /XYZ 106.869 452.257 null] + >> endobj +-1648 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> ++839 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-1681 0 obj << +-/Length 2342 ++878 0 obj << ++/Length 313 + /Filter /FlateDecode + >> + stream +-x՜Ks6L`%3&fsG/j7d*; NRS"]EuVV%<3N֋r8AʽQ`Q\\3e*WgփRWUuܗC,ʜ FhYJZƵ:u| h>7 +-,) 0JQۘd`o c4ײF1H4V ‚3{s5|4Ia/.,sKdnWHgX05+ !-6Lx oI9h7|-5oVάG)5YlZen-P@S˽QTz7DFIfDCZ* -0/Qp9ۭ!JFQqᆢO` XMLÆE=xŞKxt]Q/ɂ47Vsh/ÃeA3Ͻ5ix>~t6X~%ajv,ֱ_0J."I:Oļ|ro3h+֚s{n=rYS>Lĕkf/n渍r1Vk5fXP; :7 +-,,ٕL[ׂdɬ㪫da0&҆RH{`rso9x]tp82֙ ءv/VgZ]p#~*T] ,-VBz_ƕ'w6@B"5j$XK M7Vt7,+ :If5Jf9g50HlQ E"% @̽5|i>&n%3c[-986GkE: *z*ro( vYKkj i_fs&ڥ/.".g}t9ȽQ@aQ2)Mɬr".Ͷ~0 L) \Y̬Ca@:"3M^Y)ÔӞ3Kɿ0PY\kjZ/ M+FqE}Ŧ&BMMgփ2rw1L k +-r֊Pc] ,-Vs3^¡/uc roXW\1b3 h]"P%Zr5@[(IKȼ5k!wgՌk]mKM[ td""ma"|roXtd a'}WUSƁhiJE&E/KHOH z &Ixج +-ӺG +-+BW:(d@ʽQP`Q_r {u*7lЃoذ|Fб'+wgk驻:>S+_i g c_z&~&u{jphq|cwM~ +-endstream ++xڥQ=o0+/&8wik4΁Vq |N@(|5y%/b)'iuKE( ++ZQ.#VxOKcz-|ߚC]hm{>;%L@b@"@Hhɥa6h<|Rp\淇&nﷸ M}endstream + endobj +-1680 0 obj << ++877 0 obj << + /Type /Page +-/Contents 1681 0 R +-/Resources 1679 0 R ++/Contents 878 0 R ++/Resources 876 0 R + /MediaBox [0 0 612 792] +-/Parent 1617 0 R +-/Annots [ 1682 0 R 1683 0 R 1684 0 R 1685 0 R 1686 0 R 1687 0 R 1688 0 R 1689 0 R 1690 0 R 1691 0 R 1692 0 R 1693 0 R 1694 0 R 1695 0 R 1696 0 R 1697 0 R 1698 0 R 1699 0 R 1700 0 R 1701 0 R 1702 0 R 1703 0 R 1704 0 R 1705 0 R 1706 0 R 1707 0 R 1708 0 R 1709 0 R 1710 0 R 1711 0 R 1712 0 R ] ++/Parent 865 0 R + >> endobj +-1682 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 655.9875 285.9671 665.9152] +-/Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.3.1.4) >> ++879 0 obj << ++/D [877 0 R /XYZ 160.667 686.127 null] + >> endobj +-1683 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [120.8169 637.0785 238.7641 647.9825] +-/Subtype /Link +-/A << /S /GoTo /D (section.13.4) >> ++876 0 obj << ++/Font << /F28 362 0 R >> ++/ProcSet [ /PDF /Text ] + >> endobj +-1684 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [143.731 619.1458 315.157 630.0497] +-/Subtype /Link +-/A << /S /GoTo /D (subsection.13.4.1) >> ++882 0 obj << ++/Length 556 ++/Filter /FlateDecode ++>> ++stream ++xڝˎ0} ++KlE>Kh`PQHBԦ;vdZeѸb$>HJ% S$_O(Yح Э.l&\P$=WLFAʔ̾w(%Ȭ]-u&h$⯳>Q\F&1bQny~5.mn_9:f@kxUun::rH t.)ыSo3F -0ӄ_sJ٦;f֥ML$\pIz"bF,"dR91qdhK)gE8զR9"(?lzՃçӻǏՌҙ78eCs΁v$Gѧ^Ƚ&=qChKozMgMQY;﷘P ++uUiS[)F;M7V`\V=zf{=px擸CNՍ ++J5jDzvƻO7=ōөbھjv6i cjj.KȢ`4>Ofendstream ++endobj ++881 0 obj << ++/Type /Page ++/Contents 882 0 R ++/Resources 880 0 R ++/MediaBox [0 0 612 792] ++/Parent 865 0 R ++/Annots [ 886 0 R ] + >> endobj +-1685 0 obj << ++886 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 601.213 317.4986 612.117] ++/Rect [162.6 374.183 270.296 384.11] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.4.1.1) >> ++/A << /S /GoTo /D (a00034_ga0) >> + >> endobj +-1686 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 583.2803 290.4005 594.1842] +-/Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.4.1.2) >> ++883 0 obj << ++/D [881 0 R /XYZ 106.869 686.127 null] + >> endobj +-1687 0 obj << ++110 0 obj << ++/D [881 0 R /XYZ 106.869 668.127 null] ++>> endobj ++884 0 obj << ++/D [881 0 R /XYZ 106.869 452.257 null] ++>> endobj ++114 0 obj << ++/D [881 0 R /XYZ 106.869 452.257 null] ++>> endobj ++885 0 obj << ++/D [881 0 R /XYZ 106.869 392.156 null] ++>> endobj ++887 0 obj << ++/D [881 0 R /XYZ 106.869 335.886 null] ++>> endobj ++888 0 obj << ++/D [881 0 R /XYZ 106.869 309.401 null] ++>> endobj ++889 0 obj << ++/D [881 0 R /XYZ 106.869 309.401 null] ++>> endobj ++880 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 469 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++892 0 obj << ++/Length 799 ++/Filter /FlateDecode ++>> ++stream ++xڥVn0+xfo1Ǣm=- V4EY[P`=F%14P ѹ2I,uj$b&-i ωV 2}j0ITB6aLK~mS~Xل+Hzƒ;P_s`r[O|RḽMv?I>OGn==&*lNx YK^!2e:hwN@RaIQ) ++Q(GY fk.r7"1jL8|ifdzx-ӟBʰ %={*1nwAb> endobj ++896 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [143.731 567.4048 276.9505 576.2515] ++/Rect [291.666 602.418 366.166 613.322] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.4.2) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1688 0 obj << ++899 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 547.4148 308.0939 558.3187] ++/Rect [332.343 518.113 409.054 528.993] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.4.2.1) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1689 0 obj << ++900 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [120.8169 529.482 216.5973 540.386] ++/Rect [246.873 476.005 338.529 486.909] + /Subtype /Link +-/A << /S /GoTo /D (section.13.5) >> ++/A << /S /GoTo /D (a00039_ga0) >> + >> endobj +-1690 0 obj << ++901 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [143.731 511.5493 273.922 522.4532] ++/Rect [396.67 476.005 492.191 486.909] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.5.1) >> ++/A << /S /GoTo /D (a00039_ga1) >> + >> endobj +-1691 0 obj << ++893 0 obj << ++/D [891 0 R /XYZ 160.667 686.127 null] ++>> endobj ++894 0 obj << ++/D [891 0 R /XYZ 160.667 668.127 null] ++>> endobj ++118 0 obj << ++/D [891 0 R /XYZ 160.667 668.127 null] ++>> endobj ++895 0 obj << ++/D [891 0 R /XYZ 160.667 619.085 null] ++>> endobj ++897 0 obj << ++/D [891 0 R /XYZ 160.667 565.098 null] ++>> endobj ++683 0 obj << ++/D [891 0 R /XYZ 160.667 536.33 null] ++>> endobj ++898 0 obj << ++/D [891 0 R /XYZ 160.667 536.33 null] ++>> endobj ++890 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F14 608 0 R /F40 469 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++904 0 obj << ++/Length 1646 ++/Filter /FlateDecode ++>> ++stream ++xYMs6WHDniӦɴM($%V]IG C3&D>>vdHFDԙ,$"Teg7̈́8cfů4ҒeFl Ħ3*pry}yCK1,sN_&kgg3)'lM0b:Lgwjcg歾q(z{F8b\6& ++Dd5qOߠGAZcg3ܨ̧rU^B LdI`:(C ! JH;tCFR`{)9"7};i-]v>lmHc8E\C#MB&izԥ顧TEjTy!ݞ93h'EM B@ildSⶱ^8m/2-+tW>T-zs]Su#Xqӣ@ 9:!"'U1C lUtT:P][&C\{#MXF{dX|B!XzPeL̨A$Q ++I:#ȡBBeI*anlS_03#iOC'ٴMH[0VZ79BҎf߸YR8}Sɏ0>J;;p8}L_VUS=دܥU Nn3hgԓ F=L!QDBx4x K!)>B>jtAa AߢχXs(u*VSLm]O0N?~[V&p))rWx@bь+G~) Ի>Fendstream ++endobj ++903 0 obj << ++/Type /Page ++/Contents 904 0 R ++/Resources 902 0 R ++/MediaBox [0 0 612 792] ++/Parent 865 0 R ++/Annots [ 908 0 R 909 0 R 910 0 R 911 0 R 912 0 R 913 0 R 914 0 R 915 0 R 916 0 R 917 0 R 921 0 R 922 0 R 923 0 R 926 0 R 927 0 R 928 0 R 931 0 R 932 0 R 933 0 R 936 0 R 937 0 R 938 0 R ] ++>> endobj ++908 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 493.6165 268.2637 504.5204] ++/Rect [163.148 601.632 229.897 612.536] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.5.1.1) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-1692 0 obj << ++909 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [120.8169 475.6838 269.0599 486.5877] ++/Rect [230.395 601.632 294.922 612.536] + /Subtype /Link +-/A << /S /GoTo /D (section.13.6) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-1693 0 obj << ++910 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [143.731 459.8083 276.9505 468.6549] ++/Rect [163.148 561.951 255.909 572.855] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.6.1) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-1694 0 obj << ++911 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 439.8183 311.4216 450.7222] ++/Rect [256.407 561.951 346.947 572.855] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.6.1.1) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-1695 0 obj << ++912 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 421.8855 317.419 432.7894] ++/Rect [209.206 546.917 266.986 556.822] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.6.1.2) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-1696 0 obj << ++913 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 403.9528 301.4788 414.8567] ++/Rect [163.148 522.269 229.897 533.173] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.6.1.3) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-1697 0 obj << ++914 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 386.02 305.3444 396.9239] ++/Rect [230.395 522.269 299.904 533.173] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.6.1.4) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-1698 0 obj << ++915 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [120.8169 368.0872 267.2371 378.9912] ++/Rect [163.148 471.629 255.909 482.533] + /Subtype /Link +-/A << /S /GoTo /D (section.13.7) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-1699 0 obj << ++916 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [143.731 350.1545 260.3326 361.0584] ++/Rect [256.407 471.629 351.928 482.533] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.7.1) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-1700 0 obj << ++917 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [143.731 332.2217 315.157 343.1257] ++/Rect [209.206 456.595 271.469 466.5] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.7.2) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-1701 0 obj << ++921 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 314.289 316.4128 325.1929] ++/Rect [177.265 385.794 275.007 396.673] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.7.2.1) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-1702 0 obj << ++922 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [143.731 298.4135 276.9505 307.2602] ++/Rect [275.506 385.794 369.921 396.673] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.7.3) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-1703 0 obj << ++923 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 278.4235 335.2321 289.3274] ++/Rect [178.928 361.124 243.456 372.028] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.7.3.1) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-1704 0 obj << ++926 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 260.4907 392.1181 271.3947] ++/Rect [177.265 328.134 275.007 339.013] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.7.3.2) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-1705 0 obj << ++927 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 242.558 335.7801 253.4619] ++/Rect [275.506 328.134 374.902 339.013] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.7.3.3) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-1706 0 obj << ++928 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 224.6252 399.3112 235.5292] ++/Rect [178.928 304.44 248.437 314.368] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.7.3.4) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-1707 0 obj << ++931 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 206.6925 323.0577 217.5964] ++/Rect [177.265 270.473 247.889 281.352] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.7.3.5) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-1708 0 obj << ++932 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 188.7597 327.481 199.6637] ++/Rect [248.388 270.473 315.685 281.352] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.7.3.6) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-1709 0 obj << ++933 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 170.827 316.9706 181.7309] ++/Rect [365.24 228.179 431.989 239.083] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.7.3.7) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-1710 0 obj << ++936 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 152.8942 340.213 163.7982] ++/Rect [177.265 183.233 247.889 194.112] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.7.3.8) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-1711 0 obj << ++937 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 134.9615 319.7401 145.8654] ++/Rect [248.388 183.233 320.666 194.112] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.7.3.9) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-1712 0 obj << ++938 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 117.0287 343.6304 127.9327] ++/Rect [365.24 128.984 431.989 139.888] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.7.3.10) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-1679 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> ++905 0 obj << ++/D [903 0 R /XYZ 106.869 686.127 null] ++>> endobj ++906 0 obj << ++/D [903 0 R /XYZ 106.869 668.127 null] ++>> endobj ++122 0 obj << ++/D [903 0 R /XYZ 106.869 668.127 null] ++>> endobj ++907 0 obj << ++/D [903 0 R /XYZ 106.869 618.712 null] ++>> endobj ++918 0 obj << ++/D [903 0 R /XYZ 106.869 432.965 null] ++>> endobj ++919 0 obj << ++/D [903 0 R /XYZ 106.869 404.01 null] ++>> endobj ++920 0 obj << ++/D [903 0 R /XYZ 106.869 404.01 null] ++>> endobj ++924 0 obj << ++/D [903 0 R /XYZ 106.869 362.121 null] ++>> endobj ++925 0 obj << ++/D [903 0 R /XYZ 106.869 346.62 null] ++>> endobj ++929 0 obj << ++/D [903 0 R /XYZ 106.869 305.436 null] ++>> endobj ++930 0 obj << ++/D [903 0 R /XYZ 106.869 289.936 null] ++>> endobj ++934 0 obj << ++/D [903 0 R /XYZ 178.032 219.377 null] ++>> endobj ++935 0 obj << ++/D [903 0 R /XYZ 106.869 201.719 null] ++>> endobj ++902 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 469 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-1715 0 obj << +-/Length 2393 ++942 0 obj << ++/Length 620 + /Filter /FlateDecode + >> + stream +-x\Ms#W̑<70>zĕrr\,IL$R!)ǵ6oFIQOrf3 /nkD9Os/JVZikhdNկ\sw?t.~<{|7~WЏg2<)(KYܟ)!g>#oLIϜutM5*iAL8ì13a>BTt1|v1Wf'څ>ͣa{YW{v'Y +-PMY:f},pk$9L SI("9Sz5\3nyt1|ֶy毛~ѳ4, Z65z=oC#jB#ϭQjB?"ga58"$X'~PzΙ1CY "*'C3}U`Qajq`^o "\*biPCz8܆~T.8šAEtsDɼ}Z#, 4%4Sg +- 0[R3KZg +-'2SGo5hG^'/"y"ҢJ |i֏{ UhgxSiQ6/z @˭QNׅ3$Ѕ<2G0R+dh]@sE0KsAnu oDwP@j\LR@[ALyǔPe X @h 5J'-.>B +-@7(Y.F:}y nC]Uj 3*ǁEĎd22@ɭQ2N^’̄SDP@vx_nPgR1[MRP9Cb /]|Q|'1IyXjqa^'HQLqG;, /Zāt jy>_7z.O@M~H5endstream ++xڥTr +8JUY-O\qo*4UEQ >KJ =M3QD%R&HSZ_ńY.YV2FǃD ++'eqr-(\ǬhB`uUeD~~A6cs3nVCu>Y_&zX3=,A& 8V)͜`dž)q_dCn%Q8NQQD;Q~l1(ʦ( ⰆZ[C{@nYvX=XY/o߸l.YI~0ntd#VB옖]n ++gҳagjp7$*|5=aꎶ[ߐMhpIj ++ևSFsι ++tǡ.ȻӖquQ ]Y37*Iʑ/d۵|;|`أϭtxg|I:ξ#m6+sұX'KTOX_UhJ/ELB*}R~Ի$V 8b"c _Cm;˓pv)S;M+¯D#B^}+4N?/vjk8kSG:jendstream + endobj +-1714 0 obj << ++941 0 obj << + /Type /Page +-/Contents 1715 0 R +-/Resources 1713 0 R ++/Contents 942 0 R ++/Resources 940 0 R + /MediaBox [0 0 612 792] +-/Parent 1617 0 R +-/Annots [ 1716 0 R 1717 0 R 1718 0 R 1719 0 R 1720 0 R 1721 0 R 1722 0 R 1723 0 R 1724 0 R 1725 0 R 1726 0 R 1727 0 R 1728 0 R 1729 0 R 1730 0 R 1731 0 R 1732 0 R 1733 0 R 1734 0 R 1735 0 R 1736 0 R 1737 0 R 1738 0 R 1739 0 R 1740 0 R 1741 0 R 1742 0 R 1743 0 R 1744 0 R 1745 0 R 1746 0 R ] ++/Parent 865 0 R ++/Annots [ 944 0 R ] + >> endobj +-1716 0 obj << ++944 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [174.6152 655.0113 292.3328 665.9152] ++/Rect [195.088 613.477 355.904 624.381] + /Subtype /Link +-/A << /S /GoTo /D (section.13.8) >> ++/A << /S /GoTo /D (a00057) >> + >> endobj +-1717 0 obj << ++943 0 obj << ++/D [941 0 R /XYZ 160.667 686.127 null] ++>> endobj ++940 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++948 0 obj << ++/Length 1969 ++/Filter /FlateDecode ++>> ++stream ++xڥYr6}WoLN"o$NmLm+IWN 8 <ܳ c'}%JT"B졇wUXaFЋIח4+$On+JO_ ++< Ųۙ;7߳=M`ɛx ]*_/paT1FDCqj{]~ ;dfQ`G2QN4WJEJ('8!#(IG B!'VwqY8uMZzSW1v;L2R=F:Q-zTa4O.N/^|5oIQ7buAYc$qޚH 9>;uaQ&A]P b}[~~q0aB51}1IPʒ}bj}qvn*95Qr UlW/OEHl[dy0c ++(Do--zO[uqn[`Xt29^Bbiz`(ց-ZCtvK7"EavBIC*{f}{s?ݘ3 7J/= GBqj6]{X[u `=]SquuVB~S;ZtZ-6_6Aq$ KDqrD*bevreҫW>o]̀+L(czŸli]1.ʅ,qkey 5_B8 endstream ++endobj ++947 0 obj << ++/Type /Page ++/Contents 948 0 R ++/Resources 946 0 R ++/MediaBox [0 0 612 792] ++/Parent 977 0 R ++/Annots [ 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 965 0 R 966 0 R 967 0 R 971 0 R 974 0 R 975 0 R ] ++>> endobj ++952 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [197.5293 639.0162 330.7487 647.9825] ++/Rect [155.407 602.498 229.349 613.402] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.8.1) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-1718 0 obj << ++953 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 619.1458 387.7752 630.0497] ++/Rect [130.78 587.356 236.273 597.543] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.8.1.1) >> ++/A << /S /GoTo /D (a00037_gga1a7) >> + >> endobj +-1719 0 obj << ++954 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 601.213 411.6654 612.117] ++/Rect [239.612 587.356 351.89 597.543] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.8.1.2) >> ++/A << /S /GoTo /D (a00037_gga1a8) >> + >> endobj +-1720 0 obj << ++955 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 583.2803 462.6333 594.1842] ++/Rect [355.228 587.356 449.086 597.543] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.8.1.3) >> ++/A << /S /GoTo /D (a00037_gga1a9) >> + >> endobj +-1721 0 obj << ++956 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 565.3475 462.0755 576.2515] ++/Rect [130.78 575.401 235.715 585.587] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.8.1.4) >> ++/A << /S /GoTo /D (a00037_gga1a10) >> + >> endobj +-1722 0 obj << ++957 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [174.6152 547.4148 327.9492 558.3187] ++/Rect [130.78 559.541 230.336 569.728] + /Subtype /Link +-/A << /S /GoTo /D (section.13.9) >> ++/A << /S /GoTo /D (a00037_gga1a11) >> + >> endobj +-1723 0 obj << ++958 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [197.5293 529.482 368.9553 540.386] ++/Rect [253.868 559.541 346.63 569.728] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.9.1) >> ++/A << /S /GoTo /D (a00037_gga1a12) >> + >> endobj +-1724 0 obj << ++959 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 511.5493 372.4128 522.4532] ++/Rect [370.162 559.541 449.086 569.728] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.9.1.1) >> ++/A << /S /GoTo /D (a00037_gga1a13) >> + >> endobj +-1725 0 obj << ++960 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [197.5293 495.5542 330.7487 504.5204] ++/Rect [130.78 547.586 230.336 557.772] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.9.2) >> ++/A << /S /GoTo /D (a00037_gga1a14) >> + >> endobj +-1726 0 obj << ++961 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 475.6838 363.0081 486.5877] ++/Rect [130.78 531.382 221.329 541.912] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.9.2.1) >> ++/A << /S /GoTo /D (a00037_gga1a15) >> + >> endobj +-1727 0 obj << ++962 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 457.751 387.3667 468.6549] ++/Rect [155.407 492.315 256.447 503.219] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.9.2.2) >> ++/A << /S /GoTo /D (a00037_ga2) >> + >> endobj +-1728 0 obj << ++963 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 439.8183 382.3854 450.7222] ++/Rect [264.218 492.315 399.032 503.219] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.9.2.3) >> ++/A << /S /GoTo /D (a00037_gga2a16) >> + >> endobj +-1729 0 obj << ++965 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 421.8855 363.0081 432.7894] ++/Rect [143.669 435.615 235.304 446.519] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.9.2.4) >> ++/A << /S /GoTo /D (a00037_ga0) >> + >> endobj +-1730 0 obj << ++966 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 403.9528 381.2795 414.8567] ++/Rect [238.998 435.615 312.94 446.519] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.9.2.5) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-1731 0 obj << ++967 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 386.02 395.6848 396.9239] ++/Rect [340.337 435.615 414.279 446.519] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.9.2.6) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-1732 0 obj << ++971 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [174.6152 368.0872 265.8024 378.9912] ++/Rect [169.524 351.463 274.818 362.343] + /Subtype /Link +-/A << /S /GoTo /D (section.13.10) >> ++/A << /S /GoTo /D (a00037_ga2) >> + >> endobj +-1733 0 obj << ++974 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [197.5293 352.2118 330.7487 361.0584] ++/Rect [169.524 263.593 246.784 274.472] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.10.1) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-1734 0 obj << ++975 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 332.2217 373.5287 343.1257] ++/Rect [353.306 189.952 451.577 200.856] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.10.1.1) >> ++/A << /S /GoTo /D (a00037_ga0) >> + >> endobj +-1735 0 obj << ++949 0 obj << ++/D [947 0 R /XYZ 106.869 686.127 null] ++>> endobj ++950 0 obj << ++/D [947 0 R /XYZ 106.869 668.127 null] ++>> endobj ++126 0 obj << ++/D [947 0 R /XYZ 106.869 668.127 null] ++>> endobj ++951 0 obj << ++/D [947 0 R /XYZ 106.869 621.368 null] ++>> endobj ++964 0 obj << ++/D [947 0 R /XYZ 106.869 454.485 null] ++>> endobj ++968 0 obj << ++/D [947 0 R /XYZ 106.869 398.448 null] ++>> endobj ++969 0 obj << ++/D [947 0 R /XYZ 106.869 369.68 null] ++>> endobj ++970 0 obj << ++/D [947 0 R /XYZ 106.869 369.68 null] ++>> endobj ++972 0 obj << ++/D [947 0 R /XYZ 124.583 320.25 null] ++>> endobj ++621 0 obj << ++/D [947 0 R /XYZ 106.869 296.577 null] ++>> endobj ++973 0 obj << ++/D [947 0 R /XYZ 106.869 282.079 null] ++>> endobj ++976 0 obj << ++/D [947 0 R /XYZ 124.583 146.004 null] ++>> endobj ++946 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 469 0 R /F49 703 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++988 0 obj << ++/Length 2432 ++/Filter /FlateDecode ++>> ++stream ++xڥYYo8~ϯ@+:'I_d Pdֶ-ytL&뷊UaٞbEV+Eə r&WA8 @H݅;[ $r@T4Eb5(f// T˹פwelt7L!i\[.vMe1mfщ P(Ζp/q4{+dv f4f(Z"٥ ++ G 6?B`\jfiOzw|w>}vsx\{O3ɄR=jj6I7y d ++446Pho:i kZpi]Y<_l`6478"דi{8|YƖfz+(*0WxQ8Ek۷@[M 쒷^ԛƾ\͕mX\08kHNoi?M0`gZ  ӁO껱#_ >պGgX}sGtj&v⺡B]E^u%kq$f2} <.쭬2t-{gLS ++:d.2IB+KޘedԮf2KFmM `KYM*GtȚO\e6ahN 8k ic -||{st̑9LqЍ̞A \Gu,K-n6u7-A202WxiFY Oa`Ԕ@LYfVo`nA9#: e! ;Y$w uVDpVB<`dOTK$Ej2xh0w"/kHr ^cBW1Is2;!-*Z b0eQ}8xj]F0]vjǽ#2K4ηIՒ<.*7=2'c>- ,5_eNgxLC\β9LV]MզMAz9 4eǫi6YƖfz\7b}i&EV1_k Ÿq`x* 'U6hryk0Ni6,0 qE LAm Mc@D-D:qpW6h6Iq.[b1qpv|_xBͱwmYew ]$R.z9-d{Ϙ38썽<7@͔ (L0|aQpKD?s3#J8|a h(|#K9TAư7Ҽ;ȓPnXn#x1FwKsÜ ++g jZB0bCpvӛ}b.|[gn>PCpB?AYCendstream ++endobj ++987 0 obj << ++/Type /Page ++/Contents 988 0 R ++/Resources 986 0 R ++/MediaBox [0 0 612 792] ++/Parent 977 0 R ++/Annots [ 992 0 R 993 0 R ] ++>> endobj ++992 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 314.289 368.5474 325.1929] ++/Rect [313.657 254.979 390.917 265.868] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.10.1.2) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-1736 0 obj << ++993 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [174.6152 296.3562 301.0899 307.2602] ++/Rect [418.21 254.979 495.47 265.868] + /Subtype /Link +-/A << /S /GoTo /D (section.13.11) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-1737 0 obj << ++989 0 obj << ++/D [987 0 R /XYZ 160.667 686.127 null] ++>> endobj ++978 0 obj << ++/D [987 0 R /XYZ 178.381 658.164 null] ++>> endobj ++979 0 obj << ++/D [987 0 R /XYZ 178.381 615.62 null] ++>> endobj ++980 0 obj << ++/D [987 0 R /XYZ 178.381 585.03 null] ++>> endobj ++981 0 obj << ++/D [987 0 R /XYZ 178.381 554.441 null] ++>> endobj ++982 0 obj << ++/D [987 0 R /XYZ 178.381 523.851 null] ++>> endobj ++739 0 obj << ++/D [987 0 R /XYZ 178.381 493.261 null] ++>> endobj ++983 0 obj << ++/D [987 0 R /XYZ 178.381 424.58 null] ++>> endobj ++984 0 obj << ++/D [987 0 R /XYZ 178.381 343.943 null] ++>> endobj ++990 0 obj << ++/D [987 0 R /XYZ 160.667 302.084 null] ++>> endobj ++985 0 obj << ++/D [987 0 R /XYZ 160.667 275.488 null] ++>> endobj ++991 0 obj << ++/D [987 0 R /XYZ 160.667 275.488 null] ++>> endobj ++986 0 obj << ++/Font << /F28 362 0 R /F49 703 0 R /F22 352 0 R /F44 479 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++996 0 obj << ++/Length 620 ++/Filter /FlateDecode ++>> ++stream ++xڥTo ~_G,-4*rxSW%ɢ"z)cE$cqQAy2J#ERbWGngOt1'ەŏ.b},j`+gqt ڌR2x4 M-zvv;qs*U*@$L7A[ej:tcl+}A\숗fކMo=TE]֦DG{[>aZ[Yrl]|Z8:1maJ7L(̳K\n۰gi\m+ESε!^) ++`HM d9Lk:LO?Ya.MȂǀJO:\Jo6K 'C,ȍ-up7-gaα xF?lMendstream ++endobj ++995 0 obj << ++/Type /Page ++/Contents 996 0 R ++/Resources 994 0 R ++/MediaBox [0 0 612 792] ++/Parent 977 0 R ++>> endobj ++997 0 obj << ++/D [995 0 R /XYZ 106.869 686.127 null] ++>> endobj ++994 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++1000 0 obj << ++/Length 1217 ++/Filter /FlateDecode ++>> ++stream ++xڭXMs6WHDzJ6L;6,Q2JT],D$Hq)7$O.,)$:ׄq3<«3!w@?,fEt,1L&TlΘ:ey\gLc\rm3V/;_ϻr_Xr}yrujYmCyaӢ @í ٧4YCFf'fm ) R>hw<u(J"ZrTEe|*w/_UurLXM ǻe:Wչ.i(T Tg;k aT7D.;@0DY z .w2<]rKrF ,t/gG|r/~Pln-]͝3"/X)!jC8L$Hk& imuR) UM'" ++=qEJk:uQL5"Tл+(v&ާ\4Wpl$B;cq5DХMNuiXihZoL@/W˅  WV'cA]G`=¸C-xĐ3B³p^17l~^Xm([q4j, ++W 9ꫀUkWUW[tMye9aᙻ-g򖄞GD0}oH#Ub^/ bu){]lFwdj•d Lzl< Ov:ˡ) 05ShTO/P@J%s TajU5'ҪȔ5aQƳpɐ,k_5e[{O-`mS=T1)wNgt%RFS,&.`pSUfUNG˪Ϣ5Ѧk;m3p)K$aEhSƣO%t~(=f}!`Y0nK8фS=Oc|xí!Rhk20xn̲ќ(G;A}J/.t/=SWBί(02힫j5&sW~_*x?/7Zp]W> endobj ++1004 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [197.5293 280.4808 330.7487 289.3274] ++/Rect [209.205 602.418 300.303 613.322] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.11.1) >> ++/A << /S /GoTo /D (a00017) >> + >> endobj +-1738 0 obj << ++1005 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 260.4907 368.547 271.3947] ++/Rect [209.205 563.564 253.26 574.468] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.11.1.1) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1739 0 obj << ++1006 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 242.558 380.7213 253.4619] ++/Rect [209.763 524.71 282.042 535.613] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.11.1.2) >> ++/A << /S /GoTo /D (a00013) >> + >> endobj +-1740 0 obj << ++1007 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 224.6252 394.0017 235.5292] ++/Rect [209.205 485.855 283.147 496.759] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.11.1.3) >> ++/A << /S /GoTo /D (a00016) >> + >> endobj +-1741 0 obj << ++1009 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 206.6925 350.2858 217.5964] ++/Rect [216.946 403.1 261.001 414.004] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.11.1.4) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1742 0 obj << ++1010 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 188.7597 377.4039 199.6637] ++/Rect [268.971 403.1 320.776 414.004] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.11.1.5) >> ++/A << /S /GoTo /D (a00038_ga0) >> + >> endobj +-1743 0 obj << ++1011 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 170.827 372.4226 181.7309] ++/Rect [351.545 388.479 390.901 398.385] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.11.1.6) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1744 0 obj << ++1015 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 152.8942 364.1238 163.7982] ++/Rect [258.45 318.795 304.168 329.675] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.11.1.7) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1745 0 obj << ++1016 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [174.6152 134.9615 251.8353 145.8654] ++/Rect [309.648 318.795 363.665 329.675] + /Subtype /Link +-/A << /S /GoTo /D (section.13.12) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1746 0 obj << ++1017 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [197.5293 117.0287 314.1309 127.9327] ++/Rect [328.178 294.312 372.232 305.216] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.12.1) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1713 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> ++1001 0 obj << ++/D [999 0 R /XYZ 160.667 686.127 null] ++>> endobj ++1002 0 obj << ++/D [999 0 R /XYZ 160.667 668.127 null] ++>> endobj ++130 0 obj << ++/D [999 0 R /XYZ 160.667 668.127 null] ++>> endobj ++1003 0 obj << ++/D [999 0 R /XYZ 160.667 621.368 null] ++>> endobj ++1008 0 obj << ++/D [999 0 R /XYZ 160.667 419.767 null] ++>> endobj ++1012 0 obj << ++/D [999 0 R /XYZ 160.667 365.78 null] ++>> endobj ++1013 0 obj << ++/D [999 0 R /XYZ 160.667 337.012 null] ++>> endobj ++1014 0 obj << ++/D [999 0 R /XYZ 160.667 337.012 null] ++>> endobj ++998 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 469 0 R /F14 608 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-1749 0 obj << +-/Length 2215 ++1020 0 obj << ++/Length 1693 + /Filter /FlateDecode + >> + stream +-x՜r#5si_X, Eq( w@mǛMU'˒-k{ލE/RKD5S^DG/v"+wkY4G.&_|cӊk\Z/^1/^|lm鿳.~˜:.??%xa"i)T ۉR(r3}k}PQF:i:*؊omzox sEAx.˺APMh)nWb~웻%| Q`umIŘ5* +-T[«ULYu,N +-d6@R ϐ\m!% "lno^_SJzxXc!5N78q;;+TY :9iQ>|0ml#Trx˅N' W1tTB+\U9BEGWi^q+J!vjV iZdu Ix2.= <"du4rhc< wzJ371f4d́@ֳǁ@f=~pq)#0Ƿr [ +-9k fN9_Z{fB d!u4* $t} IIj߰` +- ^x Uzz9Y$ƒ,AǵYpxF^ypA8Ѻzǁzj "p6V&7z˨}[{fB d!u4zA}0 ZpߎuIeӍiwL&z}UmJ78SrR14 ^cF4zh hdփ;w"6D̝H/߉lOݝ7겿Y=,77"xkcp _80aDCmLjzu4:vSYOX&X,_ufZջgEzc&߆f>r:88t?~A@ ]lVDë,48QW1Y0vzd=u4*+n[dYq{[5I44ǟr~iu)'t@<;dp8dhlU'P-!(hTApEa(Kmnpb6[z{. +-du4* uߐ`H2@;hk`'4ߪc 3T!:@8G'HJ(=A+|z^= 򊦜ZG㦜zlE r=hipƁ^˧yYOÁz +-L\7ea|ӍV^L+@O9u?:v蔓Y_Tnue<Ɋ)7S>z*mlTЫOi˹6"DxE8<'[idYc|DpI֟\*@ 8'0`"lq $Y;`>t/8ab&0v%@SGpch)TTld: V58ab &SNyESNzm|J aR> .!?T*}ݍSoE{պ{2=ě|.=ջ}DmWK>{3nz}bs=~8n~NS:>PO鑝VOa endstream ++xڭYɒ6+U!$vʕC\DUP  H树ԯHK)PUlG/AV ++@׋^P]d$+C)‹M)\/%eTMk:_gx8헤цo_@7oq%Z`Č.1q{X~k( ++\`$`G( ++B#"(o  #%ŊB3KZo/c}2&ہڕ !͐eRRyB2ι$|#UguyIpܾy|'*I~ 8X1$)tM,=Y7,$+nIaCy93WMEx>AHZa"{@QUm<۪ d,N'iIpy=րrANj{`[[,A=fJ́q5g CŒ#i5g{&JpRq$uve#HA-+ĵpM2|=&KΠ@y/6+Ta3ځǥ0ց^usRYrPɄRm!IWL*Qj+5 lw> $&C{&vg&MGS6(xL *%gLϒ-QɶaM/\u8?-*r)QE%t DN:K39Pc"/{v ]d\iA=Ì'g.݁ıybf T]d 戙kn9cu+IS품JsٱP5W8a.m7V9sY6foq`7!7i/#?߲dy{}`:3!vVblD<f S܂W:U*A5D>􋹅$W9ӐBmӃI:A`ҴAΗd"OUZ uOgGY{6bߟN6}% Mw&>ٰ2 'q؟ wt!"9,&ݟ{ } ++RicUҪY [5(&i79oP ++6E#;O8*왜K8-Ѝ0&!i!co^*<Ӵp8 Ntϴ 3 ++x0DžaH3Gم{a& fHDa>II! q_C ED!N^8*2왜EF칩O]x'EL]5J.OjSg(u8>D30W#0*WcU#Q qz\}”x1z4 <HH䝂S|`& LV]ԑW^yWW(yM? 57e c(7\wOH4RnO4bי4oӁ:%qxncnEt< 3:7 ~)7`y`㜱|Yթ˳_PsQsOJ3̟ a&aTPU%誚}ٖsZ_諸Omίlpendstream + endobj +-1748 0 obj << ++1019 0 obj << + /Type /Page +-/Contents 1749 0 R +-/Resources 1747 0 R ++/Contents 1020 0 R ++/Resources 1018 0 R + /MediaBox [0 0 612 792] +-/Parent 1781 0 R +-/Annots [ 1750 0 R 1751 0 R 1752 0 R 1753 0 R 1754 0 R 1755 0 R 1756 0 R 1757 0 R 1758 0 R 1759 0 R 1760 0 R 1761 0 R 1762 0 R 1763 0 R 1764 0 R 1765 0 R 1766 0 R 1767 0 R 1768 0 R 1769 0 R 1770 0 R 1771 0 R 1772 0 R 1773 0 R 1774 0 R 1775 0 R 1776 0 R 1777 0 R 1778 0 R 1779 0 R 1780 0 R ] ++/Parent 977 0 R ++/Annots [ 1023 0 R 1024 0 R 1025 0 R 1026 0 R 1027 0 R 1028 0 R 1029 0 R 1030 0 R 1034 0 R 1036 0 R 1038 0 R ] + >> endobj +-1750 0 obj << ++1023 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [143.731 655.0113 315.157 665.9152] ++/Rect [143.791 603.179 228.811 614.083] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.12.2) >> ++/A << /S /GoTo /D (a00039_ga0) >> + >> endobj +-1751 0 obj << ++1024 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 637.0785 311.4315 647.9825] ++/Rect [232.627 603.179 307.127 614.083] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.12.2.1) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1752 0 obj << ++1025 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [143.731 621.0835 276.9505 630.0497] ++/Rect [143.791 565.848 232.677 576.752] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.12.3) >> ++/A << /S /GoTo /D (a00039_ga1) >> + >> endobj +-1753 0 obj << ++1026 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 601.213 297.0357 612.117] ++/Rect [236.492 565.848 310.992 576.752] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.12.3.1) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1754 0 obj << ++1027 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 583.2803 319.7205 594.1842] ++/Rect [150.785 528.516 251.745 539.42] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.12.3.2) >> ++/A << /S /GoTo /D (a00039_ga2) >> + >> endobj +-1755 0 obj << ++1028 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 565.3475 326.9133 576.2515] ++/Rect [255.561 528.516 330.061 539.42] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.12.3.3) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1756 0 obj << ++1029 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 547.4148 295.9297 558.3187] ++/Rect [150.785 491.185 245.748 502.089] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.12.3.4) >> ++/A << /S /GoTo /D (a00039_ga3) >> + >> endobj +-1757 0 obj << ++1030 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 529.482 318.6145 540.386] ++/Rect [249.563 491.185 324.064 502.089] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.12.3.5) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1758 0 obj << ++1034 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 511.5493 325.8074 522.4532] ++/Rect [267.944 408.317 344.656 419.206] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.12.3.6) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1759 0 obj << ++1036 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [120.8169 493.6165 212.9709 504.5204] ++/Rect [274.958 312.505 351.67 323.394] + /Subtype /Link +-/A << /S /GoTo /D (section.13.13) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1760 0 obj << ++1038 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [143.731 475.6838 260.3326 486.5877] ++/Rect [251.446 216.693 328.158 227.582] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.13.1) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1761 0 obj << ++1021 0 obj << ++/D [1019 0 R /XYZ 106.869 686.127 null] ++>> endobj ++687 0 obj << ++/D [1019 0 R /XYZ 106.869 668.127 null] ++>> endobj ++134 0 obj << ++/D [1019 0 R /XYZ 106.869 668.127 null] ++>> endobj ++1022 0 obj << ++/D [1019 0 R /XYZ 106.869 621.368 null] ++>> endobj ++1031 0 obj << ++/D [1019 0 R /XYZ 106.869 455.311 null] ++>> endobj ++1032 0 obj << ++/D [1019 0 R /XYZ 106.869 428.826 null] ++>> endobj ++1033 0 obj << ++/D [1019 0 R /XYZ 106.869 428.826 null] ++>> endobj ++686 0 obj << ++/D [1019 0 R /XYZ 106.869 344.886 null] ++>> endobj ++1035 0 obj << ++/D [1019 0 R /XYZ 106.869 331.001 null] ++>> endobj ++684 0 obj << ++/D [1019 0 R /XYZ 106.869 249.074 null] ++>> endobj ++1037 0 obj << ++/D [1019 0 R /XYZ 106.869 235.189 null] ++>> endobj ++685 0 obj << ++/D [1019 0 R /XYZ 106.869 120.182 null] ++>> endobj ++1018 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F14 608 0 R /F40 469 0 R /F49 703 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++1041 0 obj << ++/Length 977 ++/Filter /FlateDecode ++>> ++stream ++xڥVˎ6+%)"gQm&%@#+Yl^5 ++/,>xIG"0" 4;a8H1zBJ$ R‚sd"ɚCDx5aŔWgU؉/ss v7}+\]֕?4o8J2$}D1"J]`Jܸ}y=̮ZcTGQD ++GG 1W*mcҕ>^+`A];4 !>zt,l bk .TDq4 7 +#HjM]iVQB9>ف~!; ټ辿BDCc :'͍'91݅ky^+;thD5aQmaF0Ek> Z}G )i_(N%=N]km\(`\#ej(^0"BM2Tʆ%ʊh OHѰgJf> endobj ++1044 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [143.731 457.751 315.157 468.6549] ++/Rect [309.12 655.136 385.832 666.025] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.13.2) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1762 0 obj << ++1045 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 439.8183 316.9705 450.7222] ++/Rect [350.513 613.038 442.168 623.942] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.13.2.1) >> ++/A << /S /GoTo /D (a00039_ga0) >> + >> endobj +-1763 0 obj << ++1046 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 421.8855 322.9083 432.7894] ++/Rect [159.671 601.083 284.153 611.987] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.13.2.2) >> ++/A << /S /GoTo /D (a00040) >> + >> endobj +-1764 0 obj << ++1047 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [143.731 406.01 276.9505 414.8567] ++/Rect [177.385 477.032 279.551 500.001] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.13.3) >> ++/A << /S /GoTo /D (a00040) >> + >> endobj +-1765 0 obj << ++1042 0 obj << ++/D [1040 0 R /XYZ 160.667 686.127 null] ++>> endobj ++1043 0 obj << ++/D [1040 0 R /XYZ 160.667 668.127 null] ++>> endobj ++1039 0 obj << ++/Font << /F28 362 0 R /F49 703 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++1050 0 obj << ++/Length 1967 ++/Filter /FlateDecode ++>> ++stream ++xڭZ]7}WA*=[hMTQD$׌ 63sg"e9{}| Rdžjk;Թ&z@Kt ++)aB ++׃`k[MKEgUNg7}2J9: ?PЏfYvw(;frA͏ qj\cN18`(&].=UL8YHG뺜O~¦n^ʾtw{s㔻[KxQ")7@"!6O*F)I9P R*bKz6b4[*,|,3lU V}s|,Aٶz!HFJej:aӀ9PgRZ5݀n](nLk7.J~A[A0YYbL^ e'Xi S/ĎÒWk;$+@qZ\)S,DalD!٘d1 .dA7&5O,Yf!2k[vn_%KQvɢ^1!.ل[(YɆI<)|B׊Y{?Jcnf `h ++c:T[m ++un{B, |lÏ]rPXQ-Ǜb;s}uk,\f;zԪR?JԏzDŽdZ#Ԕp#Rv{4N}A--wӢ~0$0 8&**?56h0=h,}t`///.>u$inV./OnpPaoZJE⛫k3g4X %v fuQ\g[)YL*pkG_M'Ϟ_5WCP/fj :.+Io3 ! ϙ"pLC/}'vGބKc=|2L14qYp.gVF{zpn`aPnSJ@1 # 6C`/,ƙB6j)twSw` ct+V*Z7aM1=+iȆ ++&B@t.Ѽ%JXBhGZխUR_{0:}H)}N;9Lcs@Q"`߸"so%kArI+ĢX&z M>*4|7_nWn?# nhYpJڄp{9ݳ.AcmD 0(;Gܨ#lD, n f $ZA&85tLa$;Ӑ; l+N z pb^rs[ `` ?͎Yw>oþUd.`:)1°#~)+4|؇aL ++RA~>dVγ_: k 9tvg nv`b46dVRbyBd On7 ++I/_x?f|WX(]z3AΈ+iޒ„Yx"c02yJGkd|2e%yU6/7ѳ9Ex,g^,}@%;ʨdU~ y6.~6(jFу:< T~[Z_=3qaendstream ++endobj ++1049 0 obj << ++/Type /Page ++/Contents 1050 0 R ++/Resources 1048 0 R ++/MediaBox [0 0 612 792] ++/Parent 1074 0 R ++/Annots [ 1053 0 R 1054 0 R 1055 0 R 1056 0 R 1058 0 R 1059 0 R 1060 0 R 1061 0 R 1063 0 R 1064 0 R 1065 0 R 1066 0 R 1067 0 R 1068 0 R 1069 0 R 1070 0 R 1071 0 R 1072 0 R 1073 0 R ] ++>> endobj ++1053 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 386.9963 267.1477 396.9239] ++/Rect [155.407 601.399 300.442 612.303] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.13.3.1) >> ++/A << /S /GoTo /D (a00020) >> + >> endobj +-1766 0 obj << ++1054 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 369.0635 309.7675 378.9912] ++/Rect [155.407 561.473 294.106 572.377] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.13.3.2) >> ++/A << /S /GoTo /D (a00019) >> + >> endobj +-1767 0 obj << ++1055 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 351.1308 345.1844 361.0584] ++/Rect [155.407 521.546 299.645 532.45] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.13.3.3) >> ++/A << /S /GoTo /D (a00021) >> + >> endobj +-1768 0 obj << ++1056 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 333.198 263.2624 343.1257] ++/Rect [155.407 481.619 257.025 492.523] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.13.3.4) >> ++/A << /S /GoTo /D (a00022) >> + >> endobj +-1769 0 obj << ++1058 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 314.289 324.1436 325.1929] ++/Rect [159.276 396.344 259.231 407.248] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.13.3.5) >> ++/A << /S /GoTo /D (a00040_ga10) >> + >> endobj +-1770 0 obj << ++1059 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 296.3562 359.5604 307.2602] ++/Rect [274.74 396.344 451.577 407.248] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.13.3.6) >> ++/A << /S /GoTo /D (a00040_gga10a17) >> + >> endobj +-1771 0 obj << ++1060 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 278.4235 302.5747 289.3274] ++/Rect [130.78 384.762 172.074 395.293] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.13.3.7) >> ++/A << /S /GoTo /D (a00040_gga10a17) >> + >> endobj +-1772 0 obj << ++1061 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 260.4907 337.9915 271.3947] ++/Rect [175.063 384.762 382.913 395.293] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.13.3.8) >> ++/A << /S /GoTo /D (a00040_gga10a18) >> + >> endobj +-1773 0 obj << ++1063 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 242.558 325.2595 253.4619] ++/Rect [147.917 299.114 267.239 310.017] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.13.3.9) >> ++/A << /S /GoTo /D (a00040_ga0) >> + >> endobj +-1774 0 obj << ++1064 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 224.6252 360.6763 235.5292] ++/Rect [275.18 299.114 349.68 310.017] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.13.3.10) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1775 0 obj << ++1065 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 207.6687 323.0376 217.5964] ++/Rect [399.223 299.114 451.577 310.017] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.13.3.11) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-1776 0 obj << ++1066 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 189.736 358.4545 199.6637] ++/Rect [130.78 287.158 157.678 298.062] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.13.3.12) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-1777 0 obj << ++1067 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 171.8032 301.4687 181.7309] ++/Rect [146.076 247.232 328.929 258.136] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.13.3.13) >> ++/A << /S /GoTo /D (a00040_ga1) >> + >> endobj +-1778 0 obj << ++1068 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 153.8705 336.8856 163.7982] ++/Rect [335.03 247.232 409.53 258.136] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.13.3.14) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1779 0 obj << ++1069 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 134.9615 324.1535 145.8654] ++/Rect [130.78 235.276 204.722 246.18] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.13.3.15) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-1780 0 obj << ++1070 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 117.0287 359.5704 127.9327] ++/Rect [143.791 195.35 319.45 206.254] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.13.3.16) >> ++/A << /S /GoTo /D (a00040_ga2) >> + >> endobj +-1747 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> ++1071 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [323.266 195.35 397.766 206.254] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++1072 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [148.446 155.423 255.045 166.327] ++/Subtype /Link ++/A << /S /GoTo /D (a00040_ga3) >> ++>> endobj ++1073 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [263.516 155.423 338.016 166.327] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++1051 0 obj << ++/D [1049 0 R /XYZ 106.869 686.127 null] ++>> endobj ++697 0 obj << ++/D [1049 0 R /XYZ 106.869 668.127 null] ++>> endobj ++138 0 obj << ++/D [1049 0 R /XYZ 106.869 668.127 null] ++>> endobj ++1052 0 obj << ++/D [1049 0 R /XYZ 106.869 620.885 null] ++>> endobj ++1057 0 obj << ++/D [1049 0 R /XYZ 106.869 415.83 null] ++>> endobj ++1062 0 obj << ++/D [1049 0 R /XYZ 106.869 318.6 null] ++>> endobj ++1048 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 469 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-1784 0 obj << +-/Length 2358 ++1084 0 obj << ++/Length 2579 + /Filter /FlateDecode + >> + stream +-x\]sD}ca?xQ[.'\kʱ%~[4yn_/:N3QpOrf3 gA7II_4W`N(xW7K)ۯf_7U~g* Dx);OŔw?:ԕ9tuǨ{&*8ì*τպ[.Cêe }}cw, +-婬\?HaYlpEVׇ*ho頙&k5ʳUkiU5S[y*t<3X9Jq1, ,ӻnjyc|~,7V= 銴ilJ}lo]:Xtlt)`WqvLJ:R2|4a1*QNjq]v7_m_9/pݵ~mSsP r;qY6)l +-6*_W\}$ྉ" vܧ/=ǜeǪv伽.M+Eֲo~l2WŵͮkܫŌH1n28f \{P&]Nmَj jCN6)+)â^cRҢIE֥uH&GHK枠")^s]Zu8g^YoBOfTعo#BrjIÆNc7AOCϲQN,pM +-RrfORF*8o\:u vVu 'Q ܩ [lVEn "<` _4=#cβQcU'h wNÉoR)0-+ O &cZZvh:&l:/ 1 eڨT!UGu=XU+cTYsQ0Z5bIĀgĀ.avu* 1̎aq桞-OnSؗL+ +-ҾHmQ8z~GNVxy䨬:6\SUuZZ:޺t頝َQN6/(#KJO\z1i|zi EI]HUmZ;ƽw}iFu4〲lX.gi…ĨlR}BWjE +-!_6@dB>?eO:qtY6l= pC $bTJv6?҆\"MT͌=EH:^q$Y6WM,Cۻ@LbTʫ>N3A)Z(gDN۵8.(FVk#Y$Q)̽ Q85mJlZQ8,ۑV=N+VuY7FOuxm܃{Eґ#ɲQbUY8ʎmRr'lU/wգ޴|mRUf +-QʲQcU_s:tۨbŃVVO*!]Z}47Q4@G˲QǜeǪ3Q3uİV~u{ؾom㪚O 6"g{5W`2pj4?u)wCy\~xnW6W}̡\o\ez_涹}WW>b:_ ?Boݽ܌~@ԕendstream ++xڵZm6ef~&iR$(]zhVml'~͈-6r3JlA[0aƣEvx-<bV=ߞ޼"!I(ODL..W2 >zTKr >UY/,hzOu_epj}*;Mۢ*=bE"z/XÌ~yD$)aI8<)Rf]g|5Xsq*&xqQD s5_LJĢ'k` ++A*¢lGH\}ėfkDr?ձWsϛ=DF;Z!#1w)d0)tEP튜pxqDJΛ.v" P?*4AioCr_8UD%@D)L*4o$I1z?v0!Ab$slB;7HІ`$#+ i%]nو}jMP*b}Kb˒TuiọgMDzMC<#vʢKN ++|Bce'N=YUhةp0vy ~3t,Ccx[A9,w=EMuNހo(vKIy'm1~1#Q=f!3I:(@Xm2Er

%)7`nU | ++-AN$\fsĢ"g9P‚sU Er>BD;`~靶xUKK⨾RUD3\BIi꘎$8xW%!چ%$Xk>YӬ*>$ѝs=6N:$1LT0#,ʾ#sGzyīH_ @G<9#A'o1^ =d5Q9{y_ġx68(Gy@B:5t61")!XM>ag bO+!@߭Kv`nU<| ++-yΐ"Cw%M^+b BZ\a~"8%坶xKv#$lܵܭC$?!P] HtEiMC8"bf % ?t#rC~;Yw5l<5M|{9J|HZ]?Y-ɚ0Ba}/S6f4B\f^;"tଟlj|yT-{ld/2TFxߠW="{Yꇝw~ǨQ]1^S$ 1!tƋ.$TY$,/?A5EpxdF1^t7:Uyax9Y]*“OEy6zm/=҇txˍ%#&8ar[o!ZV\;;X Ǯa/c0^kJ7C5]Gw ++2.M̆ z՘ҍA.ubVMfG]S~iG-]؝21Y| ++3U>qL䊜š '0&*vxm ++Bm>1PFA"mxQItr9p5 9/:mY5~Z&<+67EgTwٙ b쌾|.r ++~;oE(psxendstream + endobj +-1783 0 obj << ++1083 0 obj << + /Type /Page +-/Contents 1784 0 R +-/Resources 1782 0 R ++/Contents 1084 0 R ++/Resources 1082 0 R + /MediaBox [0 0 612 792] +-/Parent 1781 0 R +-/Annots [ 1785 0 R 1786 0 R 1787 0 R 1788 0 R 1789 0 R 1790 0 R 1791 0 R 1792 0 R 1793 0 R 1794 0 R 1795 0 R 1796 0 R 1797 0 R 1798 0 R 1799 0 R 1800 0 R 1801 0 R 1802 0 R 1803 0 R 1804 0 R 1805 0 R 1806 0 R 1807 0 R 1808 0 R 1809 0 R 1810 0 R 1811 0 R 1812 0 R 1813 0 R 1814 0 R 1815 0 R ] +->> endobj +-1785 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [174.6152 655.0113 281.7228 665.9152] +-/Subtype /Link +-/A << /S /GoTo /D (section.13.14) >> ++/Parent 1074 0 R ++/Annots [ 1086 0 R 1087 0 R 1088 0 R 1089 0 R 1090 0 R 1091 0 R 1092 0 R 1093 0 R 1094 0 R 1095 0 R 1096 0 R 1097 0 R 1098 0 R 1099 0 R 1101 0 R 1102 0 R 1103 0 R 1104 0 R 1105 0 R 1106 0 R ] + >> endobj +-1786 0 obj << ++1086 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [197.5293 639.1358 330.7487 647.9825] ++/Rect [198.448 655.011 309.471 665.915] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.14.1) >> ++/A << /S /GoTo /D (a00040_ga4) >> + >> endobj +-1787 0 obj << ++1087 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 619.1458 404.7615 630.0497] ++/Rect [314.146 655.011 388.647 665.915] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.14.1.1) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1788 0 obj << ++1088 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 601.213 405.369 612.117] ++/Rect [198.872 595.932 299.384 606.836] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.14.1.2) >> ++/A << /S /GoTo /D (a00040_ga5) >> + >> endobj +-1789 0 obj << ++1089 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [174.6152 583.2803 294.5443 594.1842] ++/Rect [304.483 595.932 378.984 606.836] + /Subtype /Link +-/A << /S /GoTo /D (section.13.15) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1790 0 obj << ++1090 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [197.5293 567.4048 330.7487 576.2515] ++/Rect [199.927 536.852 323.682 547.756] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.15.1) >> ++/A << /S /GoTo /D (a00040_ga6) >> + >> endobj +-1791 0 obj << ++1091 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 547.4148 411.7051 558.3187] ++/Rect [329.836 536.852 404.336 547.756] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.15.1.1) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1792 0 obj << ++1092 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 529.482 406.7238 540.386] ++/Rect [199.687 477.772 302.969 488.676] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.15.1.2) >> ++/A << /S /GoTo /D (a00040_ga7) >> + >> endobj +-1793 0 obj << ++1093 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 511.5493 409.4933 522.4532] ++/Rect [308.883 477.772 383.383 488.676] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.15.1.3) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1794 0 obj << ++1094 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 493.6165 360.6469 504.5204] ++/Rect [199.276 418.693 326.448 429.597] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.15.1.4) >> ++/A << /S /GoTo /D (a00040_ga8) >> + >> endobj +-1795 0 obj << ++1095 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 475.6838 395.5162 486.5877] ++/Rect [331.952 418.693 406.452 429.597] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.15.1.5) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1796 0 obj << ++1096 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 457.751 390.5349 468.6549] ++/Rect [235.059 359.613 336.677 370.517] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.15.1.6) >> ++/A << /S /GoTo /D (a00022) >> + >> endobj +-1797 0 obj << ++1097 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 439.8183 402.1613 450.7222] ++/Rect [346.979 359.613 465.753 370.517] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.15.1.7) >> ++/A << /S /GoTo /D (a00040_ga9) >> + >> endobj +-1798 0 obj << ++1098 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 421.8855 352.4976 432.7894] ++/Rect [470.735 359.613 505.375 370.517] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.15.1.8) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1799 0 obj << ++1099 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 403.9528 372.4225 414.8567] ++/Rect [184.578 347.658 229.748 358.562] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.15.1.9) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1800 0 obj << ++1101 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [174.6152 386.02 332.6311 396.9239] ++/Rect [361.015 247.919 452.671 258.823] + /Subtype /Link +-/A << /S /GoTo /D (section.13.16) >> ++/A << /S /GoTo /D (a00039_ga0) >> + >> endobj +-1801 0 obj << ++1102 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [197.5293 370.1445 330.7487 378.9912] ++/Rect [470.735 247.919 505.375 258.823] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.16.1) >> ++/A << /S /GoTo /D (a00039_ga1) >> + >> endobj +-1802 0 obj << ++1103 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 350.1545 442.5287 361.0584] ++/Rect [159.671 235.964 225.863 246.868] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.16.1.1) >> ++/A << /S /GoTo /D (a00039_ga1) >> + >> endobj +-1803 0 obj << ++1104 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 332.2217 425.9212 343.1257] ++/Rect [354.045 152.894 463.962 163.798] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.16.1.2) >> ++/A << /S /GoTo /D (a00040_ga7) >> + >> endobj +-1804 0 obj << ++1105 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 314.289 446.5839 325.1929] ++/Rect [240.386 128.984 358.043 139.888] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.16.1.3) >> ++/A << /S /GoTo /D (a00040_ga4) >> + >> endobj +-1805 0 obj << ++1106 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 296.3562 441.6026 307.2602] ++/Rect [335.391 117.029 467.454 127.933] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.16.1.4) >> ++/A << /S /GoTo /D (a00042_ga5) >> + >> endobj +-1806 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 278.4235 454.7334 289.3274] +-/Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.16.1.5) >> ++1085 0 obj << ++/D [1083 0 R /XYZ 160.667 686.127 null] + >> endobj +-1807 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 260.4907 449.7521 271.3947] +-/Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.16.1.6) >> ++1100 0 obj << ++/D [1083 0 R /XYZ 160.667 296.899 null] + >> endobj +-1808 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 242.558 432.7459 253.4619] +-/Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.16.1.7) >> ++1082 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F14 608 0 R /F40 469 0 R >> ++/ProcSet [ /PDF /Text ] + >> endobj +-1809 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 224.6252 427.7646 235.5292] +-/Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.16.1.8) >> ++1113 0 obj << ++/Length 2101 ++/Filter /FlateDecode ++>> ++stream ++xڭXYoF~ׯУz9oى=3 jKPc<[M. fŒßX ++(A0!ez^>}\˲q<?h8PcOPB-V> ՇsylVXKgZ^7:mXz#b+_v\w2FmZ_@8Z>͙y<* /]N`NGL附cpW7E{Udx0:|譞/ 1y%p1_DWLX$O ++Ae dЩp:Z%M{jܡ@鮱ہyUrwz*3Lu3CcT6= ¦BZ놈pR_}kDzB290<@,xTa1[KSo G҇zJ{c@49c'wsėƒpbUuƂP6f(Z`2/$ fϢP-@1QLl~~?QD,bNBw!㨐A>|wa,xn[|q3Ow7_7?Nq&z(3ogeƓު9i$ө5uL(@b(\]ٱ袦ҵbm$?f V8n8p-= ++ T7 ++E9KVAUrd˳&IW:du4G7Y NY}v+uaH5h#U|ChBBq\#TRtD\T%.\VD1j޷9!&-'"Ȍ`1aQ^$ vcz1[4m?}~x!I?|U13QlJ) [0VRs4p<J@@n$~v_3Dgf?Aᢢ}uO,=YҲ%]EQ8S{7lc\Qy]|n[J7mU- J<0Uk6Йb|ڂȂK]5o qa(pqy CPHS)G- Xx@X`0W ++*l쳦gQ2) ~-f y/LJ|0Y'E)@~ǶH mZHsoSxSHX&GαNQ<;}(' a˱зn;ĉ{L{OzϗƞNbg[7.bt`m.ZUP :s޺d!{{_7.~姤:=.a+=\yĤz/=u1P?m endstream ++endobj ++1112 0 obj << ++/Type /Page ++/Contents 1113 0 R ++/Resources 1111 0 R ++/MediaBox [0 0 612 792] ++/Parent 1074 0 R ++/Annots [ 1117 0 R 1118 0 R 1121 0 R 1122 0 R 1124 0 R ] + >> endobj +-1810 0 obj << ++1117 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [174.6152 206.6925 395.694 217.5964] ++/Rect [169.524 629.627 271.7 640.506] + /Subtype /Link +-/A << /S /GoTo /D (section.13.17) >> ++/A << /S /GoTo /D (a00040_ga10) >> + >> endobj +-1811 0 obj << ++1118 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [197.5293 190.817 330.7487 199.6637] ++/Rect [205.379 586.35 318.613 597.254] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.17.1) >> ++/A << /S /GoTo /D (a00040_ga3) >> + >> endobj +-1812 0 obj << ++1121 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 170.827 408.6366 181.7309] ++/Rect [198.267 259.732 304.876 270.611] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.17.1.1) >> ++/A << /S /GoTo /D (a00022) >> + >> endobj +-1813 0 obj << ++1122 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 152.8942 401.4438 163.7982] ++/Rect [146.55 247.767 223.262 258.656] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.17.1.2) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1814 0 obj << ++1124 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [174.6152 134.9615 434.7069 145.8654] ++/Rect [349.194 184.216 425.905 195.096] + /Subtype /Link +-/A << /S /GoTo /D (section.13.18) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1815 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [197.5293 119.086 330.7487 127.9327] +-/Subtype /Link +-/A << /S /GoTo /D (subsection.13.18.1) >> ++1114 0 obj << ++/D [1112 0 R /XYZ 106.869 686.127 null] + >> endobj +-1782 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> ++1115 0 obj << ++/D [1112 0 R /XYZ 106.869 668.127 null] ++>> endobj ++1075 0 obj << ++/D [1112 0 R /XYZ 106.869 647.843 null] ++>> endobj ++1116 0 obj << ++/D [1112 0 R /XYZ 106.869 647.843 null] ++>> endobj ++1076 0 obj << ++/D [1112 0 R /XYZ 124.583 551.292 null] ++>> endobj ++1077 0 obj << ++/D [1112 0 R /XYZ 124.583 481.641 null] ++>> endobj ++1119 0 obj << ++/D [1112 0 R /XYZ 106.869 305.729 null] ++>> endobj ++1110 0 obj << ++/D [1112 0 R /XYZ 106.869 280.231 null] ++>> endobj ++1120 0 obj << ++/D [1112 0 R /XYZ 106.869 280.231 null] ++>> endobj ++1080 0 obj << ++/D [1112 0 R /XYZ 106.869 223.12 null] ++>> endobj ++1123 0 obj << ++/D [1112 0 R /XYZ 106.869 202.703 null] ++>> endobj ++1078 0 obj << ++/D [1112 0 R /XYZ 301.438 120.182 null] ++>> endobj ++1111 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F49 703 0 R /F14 608 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-1818 0 obj << +-/Length 2356 ++1127 0 obj << ++/Length 2244 + /Filter /FlateDecode + >> + stream +-x\]o}ϯc^~v[[6om8p\4,ңP u6s]tq)]ryg\9Mg?ʫEdg*gD3UL"DzfurHCÒN"~-,ܹX㙰Z a.Ú:D|ť2y_ֻu}!Ms_]oOtrvwKg6x_AJH3`E?}pNcP9:E&EVÙ\YҊ(6}TR&VNvPQ LM(>U>,-0J0NF)e2gH +-;Ja)IdaD˰phtl~W_>>/yg?.׋(w>tZ v(gp|-cNX(;aYUGި7_/ x5S֊7%\e75 e;6zO2,fP7K{N:ȁuБZq5kݔVj#2 xl#ͅily=2e,3A +-R('EBLUL2_{A{k:0ֳ8\0}g<Ͷb(wܩ +-(O(r>YۣHhhQ^5͍i[#:%o//9bV\](s]H~84R:Z&^Z_X:(aY_u"͝QYeN$òӉH's˝H۩[9:2Zk?nޓW#V=LC t"cnz+jp$% ,1b'% =&>ÿzңԁPe4h&wrDaRzAL *4qBdL }F'مpX•ZÅqaY'8h[3,=m+L8ܶu#/Q=MKød`;ujoaZΛKZd .0s9 xX uzr wLpC6,  fQ6d0p֡G(jc(26u|W>0 0v=],wMst+zR5R +-+P-=^>S]! 9Q|uP. / |0]цMӡn2܂kr u('Ò[ƀmƧ鑝!-Pwo|+Q~òN(er v{&E6>8q;u`#AG^Fk#ƭ{r#_Td#`;n[K{`a]^}ֲf"'{2XSq$PeYFDzNoed͞je2 *.GoV;.[YE̛c(;(+JYj52 *FެW&0*yfCKb2\hXwLX3uaPp=*x~06y\ù`ݡ IEiPWFkJEÐ?02,)Ƨ$zoko+jE0[-0Z2e8,-9V2,=[ bԭXy^ma6$w޸=YƖ`٢ ==6JFeރ XA2 ŨԖI0`|L +-o,ߥ11ΫjF5FNѢyԡAAgjl$ރy28c2(2%4ZɷcNmf% ;pKy^os]w{nHsWn*kP}%~K?:4the4?xA'vBy&6Dטa>kPfU‡q]> &0,5yE0˟G1Gm>:u(Q6²N[-w/Gp۾*"%yz=Z4P?i>endstream ++xڥY[6~_:@Zy۶{&E(Ι/#ۙɴcEH"?6EGgTFDd&SIh̊]4{wԒ&]}.Ng$-$ϖCJ%̩fN@XD}]rNl&~D{ ޜ8T]YW_.{5/ ++*ϿF ]DXΞ`e 4?=3̮kF',^i1 ++I# ,giPV-}UW}x^UmMEUw>*CEVGKSQD1KT|a7VSPD8.yL vRQXS #R8nQNG,/׿雚&N31TcdG3&N}R1cb*5vdH IH/ۈ[^'L4uH"c>'a~j7fv3vʬ?X_Te4R,wߺ V wŷV?s'%ZϪƃpq#@}b̊ ++pLae+U7n.z*vok|=DP%_Iʪvp4=UFF}Q(ڴd n^$$3 H@2>FRU5;.EyOC|c)@@,D$eT&ie8#f5((##8p6 ++"yJnT*:J|ڕMZ3 j;ngGMbYAAuG{ځPDZnZ!d^Pj< pGGxh6h⢅LvWv~-۩bW7 LjsmW5j65uy3 b}Jarq߸*K'h?¡Vu_lZCr!lqRR|JF1b%-D_ H@D|! -<~l@NuHHt8:WN'xZ< ++Ϫ uܽqROĴnX_:ye5YY+M>n~r xގb36$@l $|魶.R] d\ ++Kz0|]Dt$ ͋±Ra7sYtSmu^W ++pڔB)PUkAA~P({T'YJ-MchR )7w+<v#L~4~˫GYU؞NTS{I^`~lѰƄv0fl*pUB'8>ki7]&{  Ȧ}{6?՞ԭ~J(ix(]Vn6)'|Z4"i'-B$䄊[=rJ Y^AIJ]@knu@vQ:k`wEH (RYaɛ= X/2-MMH< As;pP>%&5,OSLyIJXJ{6(!rk7![0aeIĝ:/->C L ˍ$pė ]]nIv%tz 񧎫_3aN)TפYn1öD8ςhfНa{TEcwpr8}m^Qoj~ջ-߯>>>><obPB{x[V5nS̡LɌM_Zs6ٟЁzc~{]?O,,(K%11ɱܘM #fHՔ#Ҕ Ycc4/ ++QD$Y8{X{7'%ViCw("N$M-l벨ܼXh/8Rɵ%XdZrG 9Ͼ\IA)|~$KpL ++ ཪTw er}fR=D`WD#k~Ț~z>oy~T[KԤJendstream + endobj +-1817 0 obj << ++1126 0 obj << + /Type /Page +-/Contents 1818 0 R +-/Resources 1816 0 R ++/Contents 1127 0 R ++/Resources 1125 0 R + /MediaBox [0 0 612 792] +-/Parent 1781 0 R +-/Annots [ 1819 0 R 1820 0 R 1821 0 R 1822 0 R 1823 0 R 1824 0 R 1825 0 R 1826 0 R 1827 0 R 1828 0 R 1829 0 R 1830 0 R 1831 0 R 1832 0 R 1833 0 R 1834 0 R 1835 0 R 1836 0 R 1837 0 R 1838 0 R 1839 0 R 1840 0 R 1841 0 R 1842 0 R 1843 0 R 1844 0 R 1845 0 R 1846 0 R 1847 0 R 1848 0 R 1849 0 R ] ++/Parent 1074 0 R ++/Annots [ 1130 0 R 1131 0 R 1133 0 R 1134 0 R 1136 0 R 1138 0 R 1139 0 R 1141 0 R ] + >> endobj +-1819 0 obj << ++1130 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 655.0113 411.6951 665.9152] ++/Rect [342.48 655.136 419.192 666.025] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.18.1.1) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1820 0 obj << ++1131 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 637.0785 406.7138 647.9825] ++/Rect [197.031 643.181 274.291 654.07] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.18.1.2) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-1821 0 obj << ++1133 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [120.8169 619.1458 271.3411 630.0497] ++/Rect [410.496 545.769 487.207 556.649] + /Subtype /Link +-/A << /S /GoTo /D (section.13.19) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1822 0 obj << ++1134 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [143.731 603.1507 276.9505 612.117] ++/Rect [236.881 533.804 314.141 544.693] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.19.1) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-1823 0 obj << ++1136 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 583.2803 357.5881 594.1842] ++/Rect [326.839 436.383 403.551 447.272] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.19.1.1) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1824 0 obj << ++1138 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 565.3475 375.8496 576.2515] ++/Rect [332.865 350.917 409.577 361.806] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.19.1.2) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1825 0 obj << ++1139 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [120.8169 547.4148 258.7488 558.3187] ++/Rect [206.704 260.999 338.768 271.903] + /Subtype /Link +-/A << /S /GoTo /D (section.13.20) >> ++/A << /S /GoTo /D (a00042_ga5) >> + >> endobj +-1826 0 obj << ++1141 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [143.731 531.5393 276.9505 540.386] ++/Rect [322.323 153.458 399.034 164.347] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.20.1) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1827 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 511.5493 313.6428 522.4532] +-/Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.20.1.1) >> ++1128 0 obj << ++/D [1126 0 R /XYZ 160.667 686.127 null] + >> endobj +-1828 0 obj << ++1129 0 obj << ++/D [1126 0 R /XYZ 160.667 668.127 null] ++>> endobj ++1079 0 obj << ++/D [1126 0 R /XYZ 237.349 580.325 null] ++>> endobj ++1132 0 obj << ++/D [1126 0 R /XYZ 160.667 566.313 null] ++>> endobj ++1081 0 obj << ++/D [1126 0 R /XYZ 395.525 470.949 null] ++>> endobj ++1135 0 obj << ++/D [1126 0 R /XYZ 160.667 454.879 null] ++>> endobj ++659 0 obj << ++/D [1126 0 R /XYZ 499.036 385.483 null] ++>> endobj ++1137 0 obj << ++/D [1126 0 R /XYZ 160.667 369.413 null] ++>> endobj ++1107 0 obj << ++/D [1126 0 R /XYZ 160.667 185.867 null] ++>> endobj ++1140 0 obj << ++/D [1126 0 R /XYZ 160.667 171.954 null] ++>> endobj ++1125 0 obj << ++/Font << /F28 362 0 R /F49 703 0 R /F22 352 0 R /F14 608 0 R /F44 479 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++1144 0 obj << ++/Length 2127 ++/Filter /FlateDecode ++>> ++stream ++xXo6_GXD}kُ"ݴ^,ѱne'ɛ%KAppGE|%^DIĸ*X<Ї+D^ }{,4QXmF isXzK_{WWx84Kx^HLgXr>"=.^xu9iFk}" ++X#Z/vW $˫_Nc8k{Ō*a<"o0J7oԙi[Ӓ.=6]34P40zliN!vuvi-*ڴ)K`TAslx鈰oZgrb-}p#rYr=ꌄ}, ]AGt nzG`OvhqgXE;0zH3EJ&ƁI:{'/lI:~߹ܾp@ύQ"HQgI˼h427ͮ "^W㯂[e[t=푓Nؘ0 d7(AEb_HBꁛV5Lj,:2"p$$)b$㏄fbI.b3o/4r͢\jP]aS@cʋ+ ,i $ i>~kiҫR(K8]ECeq7i,8O8C1ݡ('3Kxiz*Lu|{ѽǃNtI;u/-9?L ++R\yl/5%ЛD''w]ȷ ++R+2q!8(.ԣ^_3;7#b@ᘘqͽ̋8`2'ʩ]SdEYьb3a%7TwLF|jhoT,mBB2b2Qn!$.4|b0>7mD\SzPKM`Z L[JץlJڇ ++*1:f@|Hlo9d-i<[A,HOmNnmWC"h)xzDҜP"ڻF5Iվ1Z98=R92eh$ PM#1sXGK(꠸}}ѝ0''UW(«Sse4m EY&C@ޖ%knjͶEq}VKYV7~h!-{´of ]#>Q_uX[=ȉ8և3)HGbdƉX&h ++/Oy݄J0 ++9e?s_aop~twւk'ȯP-/zx m[<{qG1:*4 ;'+fj 9?yW:Ti#U{kjsȚL&o<9$rx1E}sn-ӓ^WGmPm ߪ}> endobj ++1146 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 493.6165 369.2742 504.5204] ++/Rect [160.46 631.101 267.607 642.005] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.20.1.2) >> ++/A << /S /GoTo /D (a00040_ga5) >> + >> endobj +-1829 0 obj << ++1148 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 475.6838 343.8299 486.5877] ++/Rect [292.131 492.853 368.843 503.742] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.20.1.3) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1830 0 obj << ++1150 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [120.8169 457.751 211.3069 468.6549] ++/Rect [269.917 287.672 346.629 298.561] + /Subtype /Link +-/A << /S /GoTo /D (section.13.21) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1831 0 obj << ++1145 0 obj << ++/D [1143 0 R /XYZ 106.869 686.127 null] ++>> endobj ++1108 0 obj << ++/D [1143 0 R /XYZ 106.869 532.601 null] ++>> endobj ++1147 0 obj << ++/D [1143 0 R /XYZ 106.869 513.407 null] ++>> endobj ++658 0 obj << ++/D [1143 0 R /XYZ 106.869 327.42 null] ++>> endobj ++1149 0 obj << ++/D [1143 0 R /XYZ 106.869 308.226 null] ++>> endobj ++1109 0 obj << ++/D [1143 0 R /XYZ 106.869 120.182 null] ++>> endobj ++1142 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F49 703 0 R /F14 608 0 R /F44 479 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++1153 0 obj << ++/Length 738 ++/Filter /FlateDecode ++>> ++stream ++xڥU[o0~Wp}qZ۩jaR[U8 uٯ1 ]7iws1 1HH$FR$"4 :n $EpqMP!%YXOJ H8!Dr}̻ULDw1"'T-IG,j 0}u߮h}>˶by PJ=xx ++" 0b* _ƈ( /~ZR戥"2yIA)b`H $*7ܷڪwYW˘h^ș(b25!>O{t2τSgsa$R~*,ks)=qnfwe18j"! ++-$*22D).'HAfhJ ++%pD/T]Hm>?nNM;cNF3f]KϹpq>FBpPp̀@|;k,^Ys,°Ʈruvæ"["o!h(!)6Mo SfU6붫^v18c36Y03M;W`(4UdYY66 ʛ僐e$C'Zfo_+uLSЉ;8U_9ׄ=*&)'TB!CL ++/f(ntL1s+E kP⟗_ ++V،_c Em]/)=%< agW+) Gendstream ++endobj ++1152 0 obj << ++/Type /Page ++/Contents 1153 0 R ++/Resources 1151 0 R ++/MediaBox [0 0 612 792] ++/Parent 1074 0 R ++/Annots [ 1156 0 R ] ++>> endobj ++1156 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [143.731 441.7559 276.9505 450.7222] ++/Rect [354.859 655.136 431.571 666.025] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.21.1) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1832 0 obj << ++1154 0 obj << ++/D [1152 0 R /XYZ 160.667 686.127 null] ++>> endobj ++1155 0 obj << ++/D [1152 0 R /XYZ 160.667 668.127 null] ++>> endobj ++1151 0 obj << ++/Font << /F28 362 0 R /F49 703 0 R /F14 608 0 R /F22 352 0 R /F44 479 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++1159 0 obj << ++/Length 1897 ++/Filter /FlateDecode ++>> ++stream ++xڽZɎ7+t4}-İu3Re2OIv(Smz,L)iiRKD{ڞ7nu>>wmJ 1x;yh 6= O` F1"LBZX~g.0e2YhDd3KWdV2 ިJauC1F"M~"FGbXׂ?(nHW1yR2QϜq(">8{ozΫo7OoM9'bx:|6QE@L u K#( 2 t^uKdOm3;`ʙHa(j@ leB*:[m'W,@0( {맊!f"mՇy&4@"Dc/{a\y̒( U\ 6e ++1 'V˃{;S4,+c$tYQideH$0HpDpH+O2ȭ5|7bvW:ٰL2XRVbveLzDu**JQ:s~L^V(U"m ("k ++imm[ev o4E= *,L W5aUPX rmx_qƑ2Llp$Fx+*嵀HV[a8FZ*rv[e(A[G1Em5 l%~N6XvI0 >3ewID=!i cTdj]5Ja$ ++I@HI`獠.sO*bY^ţ6E6gE$!`@#YbS깼/{Ő0lCyXsau|<`넧'r>"vrƑtayzQznd}-= ++Yu =, gXum<3&5x3s+Sߊ}#܀cX-r$T {J6^_ʘoL ~p+GAV6W^"p=ǓZ0Dď>aϖGaYd@̐FL%J y}׾`7q XG[1GG3n+5eF =ҤS&k6aM.m(K1$&_Fph;e[,h:[14Ir8\@s28YYU6$u/6dp)usY??xt2.rHh2ϣޥÖȞ̳]2DߖB1ɡ`IjT'&kJ[5u7EQӪĕ-qJ\ x3?bޡňpmjyt;yU-3: t'nX/.B'ge6aJZ鈈c l'x:J!@" NmQ.ִ ]~jn'gcDU6ؗ:4*jvzg{\J^> endobj ++1162 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 421.8855 339.5058 432.7894] ++/Rect [154.982 593.796 272.501 604.7] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.21.1.1) >> ++/A << /S /GoTo /D (a00041_ga0) >> + >> endobj +-1833 0 obj << ++1163 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 403.9528 374.9227 414.8567] ++/Rect [280.515 593.796 355.015 604.7] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.21.1.2) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1834 0 obj << ++1164 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 386.9963 285.2197 396.9239] ++/Rect [155.883 533.911 297.292 544.815] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.21.1.3) >> ++/A << /S /GoTo /D (a00041_ga1) >> + >> endobj +-1835 0 obj << ++1165 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 369.0635 289.952 378.9912] ++/Rect [306.207 533.911 380.707 544.815] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.21.1.4) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1836 0 obj << ++1166 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [120.8169 350.1545 206.8735 361.0584] ++/Rect [130.78 474.025 182.585 484.929] + /Subtype /Link +-/A << /S /GoTo /D (section.13.22) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1837 0 obj << ++1167 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [143.731 334.1594 276.9505 343.1257] ++/Rect [201.914 474.025 394.29 484.929] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.22.1) >> ++/A << /S /GoTo /D (a00041_ga2) >> + >> endobj +-1838 0 obj << ++1168 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 314.289 367.0723 325.1929] ++/Rect [416.937 474.025 451.577 484.929] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.22.1.1) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1839 0 obj << ++1169 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 296.3562 372.3025 307.2602] ++/Rect [130.78 462.07 175.95 472.974] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.22.1.2) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1840 0 obj << ++1170 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 278.4235 360.6863 289.3274] ++/Rect [216.209 462.07 306.748 472.974] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.22.1.3) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-1841 0 obj << ++1171 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 260.4907 371.2069 271.3947] ++/Rect [130.78 414.14 182.585 425.044] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.22.1.4) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1842 0 obj << ++1172 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [120.8169 242.558 211.8448 253.4619] ++/Rect [202.193 414.14 394.011 425.044] + /Subtype /Link +-/A << /S /GoTo /D (section.13.23) >> ++/A << /S /GoTo /D (a00041_ga3) >> + >> endobj +-1843 0 obj << ++1173 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [143.731 226.5629 276.9505 235.5292] ++/Rect [416.937 414.14 451.577 425.044] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.23.1) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1844 0 obj << ++1174 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 206.6925 372.0536 217.5964] ++/Rect [130.78 402.185 175.95 413.088] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.23.1.1) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1845 0 obj << ++1175 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 188.7597 377.2838 199.6637] ++/Rect [216.209 402.185 268.014 413.088] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.23.1.2) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1846 0 obj << ++1179 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 170.827 376.1882 181.7309] ++/Rect [292.835 301.079 369.547 311.968] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.23.1.3) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1847 0 obj << ++1180 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [120.8169 152.8942 304.5467 163.7982] ++/Rect [255.57 244.984 365.487 255.888] + /Subtype /Link +-/A << /S /GoTo /D (section.13.24) >> ++/A << /S /GoTo /D (a00040_ga7) >> + >> endobj +-1848 0 obj << ++1183 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [143.731 134.9615 260.3326 145.8654] ++/Rect [319.15 202.703 395.862 213.593] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.24.1) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1849 0 obj << ++1184 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [143.731 118.9664 276.9505 127.9327] ++/Rect [302.424 117.029 436.231 127.933] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.24.2) >> ++/A << /S /GoTo /D (a00040_ga8) >> + >> endobj +-1816 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> ++1160 0 obj << ++/D [1158 0 R /XYZ 106.869 686.127 null] ++>> endobj ++696 0 obj << ++/D [1158 0 R /XYZ 106.869 668.127 null] ++>> endobj ++142 0 obj << ++/D [1158 0 R /XYZ 106.869 668.127 null] ++>> endobj ++1161 0 obj << ++/D [1158 0 R /XYZ 106.869 617.284 null] ++>> endobj ++1176 0 obj << ++/D [1158 0 R /XYZ 106.869 350.116 null] ++>> endobj ++1177 0 obj << ++/D [1158 0 R /XYZ 106.869 321.589 null] ++>> endobj ++1178 0 obj << ++/D [1158 0 R /XYZ 106.869 321.589 null] ++>> endobj ++1181 0 obj << ++/D [1158 0 R /XYZ 370.07 248.137 null] ++>> endobj ++1182 0 obj << ++/D [1158 0 R /XYZ 106.869 221.2 null] ++>> endobj ++1185 0 obj << ++/D [1158 0 R /XYZ 440.814 120.182 null] ++>> endobj ++1157 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F14 608 0 R /F40 469 0 R /F49 703 0 R /F44 479 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-1852 0 obj << +-/Length 2282 ++1190 0 obj << ++/Length 1103 + /Filter /FlateDecode + >> + stream +-x՜r*GggvԒ@Ah]M_RC +/UYM#Q%*a9֙z˄t~«'\ +z>;@[9o^ϮL?>a|0'iwZ0LO g"YOVыO6_&Lt,wNWix&֧u`z٠jA(&5L̮ӻOjzxz~]˥QqE<,AEffWۋ t x dKk""ί%@s& +- zg{UA2*"B\4ϰh=ǃͬQ{y}{.=UpUayMcUD`L_K[`/ykC0h3/A9N"ƽ>9}<zIϜuⵥ@8ìq2qJiRnoU8ׇC2 iekUDTҺiTٷsС w_:s:ԫqV3Gό4q~IA60 2.Ӈ\o떷j~8w۬?J[DzUD[#F3aGl\t\}:pN|+ h5 +- ؈\*V $Aίġp2Vҩw,Kp&[8@ol?Ʊ2Pc ;~2y>}~WLt[(N)ø> B[qO|P֎YxPvye=^D:U{I~lVqD^ue^t,1>v$K[#A܎r&AAI/ģ4*"*e54K f[#@ut/O/;vu4i>hN ݧS9`Mb6F*@F"RNrL`i&дrk-<"I)zdXmyQle]H""R:>6EHwfEsHF0 b%Ƞ2#r{[c'gx]ASqg׻sO'F]08K +-J0x3jU *i : |hEDHI$N"h4 vtA $1i ]4atW"GPE.4 x5 +-*"?BUu)t4*"0 KЁ&[#܎/21 [cwXO68P^ +-z-DܩOP%}BY#ws;~U6dݙ/Lz%*pBTD`Ido\Dh"5!y5Dsc:<gZ_A˙SaW3ާ#`trk$ "{᪹۟ <IܿzBfL?X6Wa"K&"L_o( p~Jn>-]r|2nfLw?,Rڭ}7n| > ޞ]>i֫endstream ++xW˲8^Xk2YL.IQ`S`3`%Cmes}tcÏDDb$d**3m73 $b44ҒEA b!r"X7s"qN8'T*[9} 2js9*;^EU?-^/ZW) g>h3z;È4z1FDh?cSw`?ٷD#Vc)&sB!=: &{ZY!,eAo3WHAa޺:Tj{Y)?}q2P/yV/חev8H",(AZ&)1XߡA'|T0 )5̶C/ s$W) ++>e8Jω -ƣ'釼JUv 8*b'Iy8a@ϵjzr]I$qC45/Aj_)_1CB5CNm}>B"E ښ t A ++-=ll[6vT5{Ŏ]s ++l()bl$ 4di\s ++޸L]ӧbun1_ެʍ}nf(V0}Stn[b˖Y6+E_ApzgЄY)]Sّʽnסt ,s3r.IV ++ЁؘwSD ++ u$ -Eh$SMw4A z $_svZ:l#@H`HO䣞hS4t=1y'Buy"`O#iG-*j-ྙH^[ 7mc;4nb?y&_^m z&p$DZqk1)<37yIkA9}A0w Fhot=s!6Yy(Wܲendstream + endobj +-1851 0 obj << ++1189 0 obj << + /Type /Page +-/Contents 1852 0 R +-/Resources 1850 0 R ++/Contents 1190 0 R ++/Resources 1188 0 R + /MediaBox [0 0 612 792] +-/Parent 1781 0 R +-/Annots [ 1853 0 R 1854 0 R 1855 0 R 1856 0 R 1857 0 R 1858 0 R 1859 0 R 1860 0 R 1861 0 R 1862 0 R 1863 0 R 1864 0 R 1865 0 R 1866 0 R 1867 0 R 1868 0 R 1869 0 R 1870 0 R 1871 0 R 1872 0 R 1873 0 R 1874 0 R 1875 0 R 1876 0 R 1877 0 R 1878 0 R 1879 0 R 1880 0 R 1881 0 R 1882 0 R 1883 0 R ] ++/Parent 1186 0 R ++/Annots [ 1193 0 R 1194 0 R 1195 0 R 1197 0 R 1198 0 R 1199 0 R ] + >> endobj +-1853 0 obj << ++1193 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 655.0113 386.7985 665.9152] ++/Rect [200.045 655.146 254.062 666.025] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.24.2.1) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1854 0 obj << ++1194 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 637.0785 411.7046 647.9825] ++/Rect [200.349 643.181 277.06 654.07] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.24.2.2) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1855 0 obj << ++1195 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 619.1458 375.1822 630.0497] ++/Rect [317.6 643.181 412.015 654.07] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.24.2.3) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-1856 0 obj << ++1197 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 601.213 400.0882 612.117] ++/Rect [200.035 479.921 254.052 490.8] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.24.2.4) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1857 0 obj << ++1198 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [174.6152 583.2803 263.7205 594.1842] ++/Rect [200.349 467.956 277.06 478.845] + /Subtype /Link +-/A << /S /GoTo /D (section.13.25) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1858 0 obj << ++1199 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [197.5293 565.3475 314.1309 576.2515] ++/Rect [317.409 467.956 371.426 478.845] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.25.1) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1859 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [197.5293 549.3524 321.8821 558.3187] +-/Subtype /Link +-/A << /S /GoTo /D (subsection.13.25.2) >> ++1191 0 obj << ++/D [1189 0 R /XYZ 160.667 686.127 null] + >> endobj +-1860 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 529.482 391.0726 540.386] +-/Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.2.1) >> ++1192 0 obj << ++/D [1189 0 R /XYZ 160.667 668.127 null] + >> endobj +-1861 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 511.5493 383.4711 522.4532] +-/Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.2.2) >> ++1187 0 obj << ++/D [1189 0 R /XYZ 160.667 512.977 null] ++>> endobj ++1196 0 obj << ++/D [1189 0 R /XYZ 160.667 498.407 null] ++>> endobj ++1188 0 obj << ++/Font << /F28 362 0 R /F49 703 0 R /F14 608 0 R /F22 352 0 R /F44 479 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++1202 0 obj << ++/Length 2148 ++/Filter /FlateDecode ++>> ++stream ++xڭZmo_P|_ ++k^}8׃uDcomewCDI[z";nsoeڶ>ulT7\aĴZO+E߇?Vou̯"FBMpĸ " "CЌFmIB0(`_sDCC<7f2xZC_!"M0iBFPQȀ%C<8?8O}jNSL/~PֻS+?Տr _ ++M `%p#6U ¡{tw`_v~ڽ}P7s&_n^qNg$=1a4.G 27i10kS>\_EP[,p3T 8 =0 ++(H*:=IM!dZz&x̜&$ &$ XލH PHNBxn8t~`Ӆ x#6rЈ4I:A@0Xq ++ԛ9mh3āC(l!$1In&-jTï`[Lnz ++ܱ<%֠q]G!9+ wodRGW@SB"Ifb**c*g+^IBW}8J8B|w4dO1I(,a ++^$5[8vNSL.yHGE$L ++cs)ƍ+YPKi&C1y7,ʦEx;nU8fQatd tM4Q E#Ӱ7)R 2끣1~>C1+~F@ێU %H QU9*6%E Ґ#l%/K%*Ű) Z|;J =Hz1#.j>(v DyÍatM*#tlqeq$ohpB{/NA̰(hncP{]f壁^+@ATv:p\v&.;MUӌA}%)"3ьNg)ފ؜[0 ++;0 NrC8~>Dd!)̖\fL)Ȳ{p70H5d٬S#33A״

A OlzqbBE ++Z3|\v\:v}Ϳn%I͹RI9يkdidp򌋃!_ˢP]vcu\dK!JY2 ++fs°OcRbQ g_#.{wzY|{c^̷sM$ם5:l SKx|u},eHXYa9s0 {3Ǧ"@ ++V;&n(jD#MRēaG@0KP9877e2Sog1 yP}WnNN2{Ce^lhG S4.]yci;sĨ#CCPwڈwx&r~H[v'I_d0홑bjȝ66AkU\څ46l.{gqR`cL൙a^%9lwW$Ҧa:cDaf^R˽@ osaa_=ߙ=iv:>oUV"54,W_}y(}ky^endstream ++endobj ++1201 0 obj << ++/Type /Page ++/Contents 1202 0 R ++/Resources 1200 0 R ++/MediaBox [0 0 612 792] ++/Parent 1186 0 R ++/Annots [ 1206 0 R 1207 0 R 1208 0 R 1210 0 R 1211 0 R 1212 0 R 1213 0 R 1214 0 R 1215 0 R 1216 0 R 1217 0 R 1218 0 R 1219 0 R 1220 0 R 1221 0 R 1222 0 R 1223 0 R 1224 0 R 1225 0 R 1226 0 R 1230 0 R ] + >> endobj +-1862 0 obj << ++1206 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [197.5293 493.6165 327.7203 504.5204] ++/Rect [162.431 601.153 264.587 612.057] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.25.3) >> ++/A << /S /GoTo /D (a00042_ga6) >> + >> endobj +-1863 0 obj << ++1207 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 475.6838 337.0056 486.5877] ++/Rect [286.407 601.153 449.086 612.057] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.3.1) >> ++/A << /S /GoTo /D (a00042_gga6a19) >> + >> endobj +-1864 0 obj << ++1208 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 457.751 363.0178 468.6549] ++/Rect [130.78 589.572 289.583 600.102] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.3.2) >> ++/A << /S /GoTo /D (a00042_gga6a20) >> + >> endobj +-1865 0 obj << ++1210 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [197.5293 441.8755 330.7487 450.7222] ++/Rect [169.245 529.883 280.268 540.787] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.25.4) >> ++/A << /S /GoTo /D (a00042_ga0) >> + >> endobj +-1866 0 obj << ++1211 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 421.8855 356.7314 432.7894] ++/Rect [284.084 529.883 358.584 540.787] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.1) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1867 0 obj << ++1212 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 403.9528 353.6031 414.8567] ++/Rect [148.96 489.698 241.711 500.602] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.2) >> ++/A << /S /GoTo /D (a00042_ga1) >> + >> endobj +-1868 0 obj << ++1213 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 386.02 372.4223 396.9239] ++/Rect [250.696 489.698 325.197 500.602] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.3) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1869 0 obj << ++1214 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 368.0872 348.6221 378.9912] ++/Rect [377.086 489.698 451.577 500.602] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.4) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-1870 0 obj << ++1215 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 350.1545 361.3542 361.0584] ++/Rect [130.78 477.743 135.542 488.647] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.5) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-1871 0 obj << ++1216 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 332.2217 364.6715 343.1257] ++/Rect [130.78 437.557 204.722 448.461] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.6) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-1872 0 obj << ++1217 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 314.289 344.7465 325.1929] ++/Rect [209.869 437.557 302.62 448.461] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.7) >> ++/A << /S /GoTo /D (a00042_ga2) >> + >> endobj +-1873 0 obj << ++1218 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 296.3562 371.8547 307.2602] ++/Rect [311.085 437.557 385.585 448.461] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.8) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1874 0 obj << ++1219 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 278.4235 368.5371 289.3274] ++/Rect [171.287 385.416 288.397 396.32] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.9) >> ++/A << /S /GoTo /D (a00042_ga3) >> + >> endobj +-1875 0 obj << ++1220 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 260.4907 389.02 271.3947] ++/Rect [294.255 385.416 368.755 396.32] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.10) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1876 0 obj << ++1221 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 242.558 353.5038 253.4619] ++/Rect [168.786 333.276 280.915 344.18] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.11) >> ++/A << /S /GoTo /D (a00042_ga4) >> + >> endobj +-1877 0 obj << ++1222 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 224.6252 349.1801 235.5292] ++/Rect [284.635 333.276 359.135 344.18] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.12) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1878 0 obj << ++1223 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 206.6925 345.3143 217.5964] ++/Rect [399.223 333.276 451.577 344.18] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.13) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-1879 0 obj << ++1224 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 188.7597 349.7376 199.6637] ++/Rect [130.78 321.321 157.678 332.225] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.14) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-1880 0 obj << ++1225 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 170.827 349.7178 181.7309] ++/Rect [143.791 281.135 269.219 292.039] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.15) >> ++/A << /S /GoTo /D (a00042_ga5) >> + >> endobj +-1881 0 obj << ++1226 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 152.8942 396.781 163.7982] ++/Rect [273.034 281.135 347.535 292.039] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.16) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1882 0 obj << ++1230 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 134.9615 381.2794 145.8654] ++/Rect [169.524 194.368 276.113 205.247] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.17) >> ++/A << /S /GoTo /D (a00042_ga6) >> + >> endobj +-1883 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 117.0287 371.8642 127.9327] +-/Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.18) >> ++1203 0 obj << ++/D [1201 0 R /XYZ 106.869 686.127 null] + >> endobj +-1850 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> ++1204 0 obj << ++/D [1201 0 R /XYZ 106.869 668.127 null] ++>> endobj ++146 0 obj << ++/D [1201 0 R /XYZ 106.869 668.127 null] ++>> endobj ++1205 0 obj << ++/D [1201 0 R /XYZ 106.869 620.769 null] ++>> endobj ++1209 0 obj << ++/D [1201 0 R /XYZ 106.869 549.499 null] ++>> endobj ++1227 0 obj << ++/D [1201 0 R /XYZ 106.869 241.652 null] ++>> endobj ++1228 0 obj << ++/D [1201 0 R /XYZ 106.869 212.584 null] ++>> endobj ++1229 0 obj << ++/D [1201 0 R /XYZ 106.869 212.584 null] ++>> endobj ++1231 0 obj << ++/D [1201 0 R /XYZ 124.583 162.855 null] ++>> endobj ++1232 0 obj << ++/D [1201 0 R /XYZ 124.583 134.294 null] ++>> endobj ++1200 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 469 0 R /F44 479 0 R /F49 703 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-1886 0 obj << +-/Length 2285 ++1240 0 obj << ++/Length 1787 + /Filter /FlateDecode + >> + stream +-x՜Ks#5sLzKGXEQP@n@pGmO3#,;TqK?ZǢGT[m-+-UsߎDgs՗ף/Ym9.Jz)G__Gu9Mo6~ęՏD,GJC|<{i)+]9쬚V/pe;Fx&apzh PLKarray?ӿ(FU0^F"d)!H5+:HM+ìO-Zv#Upf<'Ft`МI%,Fovq!SjUpyJqlxk^ ,I@d$B !YB(2[LmV=dS`ȼzV2%-Z({ |h>7, %kY,n0)WΊPU ,IdÄK+E5,D{ZFxVh5Z#BSi$΀ +-4=xj7 +-4ag!_ӈf :b>^FxUFgEhu:RM_5(L\&h7tcSf &&d1 . 5TF"tu Hu#X4:%Cu ,aYL8IJ%_%rZJqJ!^IfKEQҚ!.d*fxj"MrtIH:СLoIgkf @*c;4 g[b I] AsC{ x8$3,ՌtfgcF7kwR.!4(Ώ,W@ kXjv$AJ/Rr3`5>4p Y{z'TכXZ +-4IN* +-'j%3t]YT@]oJM+RaS^+Sf z2^L4 +-+TΊP՞'ΠDSs{@ &5:hpQ8 +-݌6]x}jh +-uJ{MRucsocaO Fzh̿=>GW +-+0n?P>r09XArY2~Ga ΊP7Z h7, e R7K0(Tn)pY:+B[s +-aWn D h"7,|Dj YB]d́[o*]qzFMkOV ;BH/ZQf +-]88?l eԶ +-ΊPn Ig@S\H.'T Պj YEHpIO"$} +-(AsͽC$so$XP7NHh>:)cc=Goz>l3LMOJ?B=x/fOx3 |a>\Oݥ4s.M~-Cu]A;+"x/$mHav^X_%{|XwE0Nllhxlxw8jejegEhke)Dۛ-G/df{kq|h #jj!&x|T\&On|՚]!*:+#kV\[Hx=iQ]uިFoEDJϩV$ٖ1N0TuoEU3G)G)GGepw:f]wl}}2s8{!WYWYh5'G,ji~bocwX-wڿuqo~xuSRi{d?.~M^endstream ++xYɒ6+x Ue" xx[.WqpFt4䄢t H>v7ݯ0HD$FRTF nի $`lK"d%Hh 5M\ƯzJD|D4ǿ6~po ++=\\o^yYLL^f6Rmw 07V=1"ZGXJvaA{G#՘S戥z) -D+B!p ++҈c0}_8Z4b黁bHE$n^T75NZEv~T i׌ T!򛬞zcMJ@}S`BI"ܖ7CpCI@9׍r.$҄vàa)a {bރ5D>Pվ7Ev:`u%XP0al:m &A+A,-}Vb¿< __Uq]Q[d+Ɉ-{FJ)A6AfGB4EIZ!/ ++dJ"!jfm=(NZPikn)rc&PssG\uu)J0|Wa$#bٷ2É4M$&n|Hb /\;hK4s9I >ȋr!%]3911ȔW )/N}yTL,e^gwk|icSDB~j4&H/y c"0Hz:xByĩD)gCա|$T"/ ++U&kF?T=f;3n+LvP+PFp3 Aٸ+N! ++۶a8H_s-Ihkq1ZA^uCy3X^Pq/K5 N8(*o6iAR`?j5#j>dԪvef5¡잸W]VvMFA8n@]kbve$XߡC3Iܡ`7%к#{AIZnPFvc/H!ӮG}Rq_丧KӶCk+C Wq}AG*EV=S|e ++aUaUCw*$R wDzvI > 芼l m!18Irw򻫫|U ݡ^XԨ"HN*ϗûM Pv\uLlhΛ#n%бo͑Vdl0Hc͟sXKSn_Ĥ8fΦp܀p}S&؍ np⿅C8wp QGC?Xendstream + endobj +-1885 0 obj << ++1239 0 obj << + /Type /Page +-/Contents 1886 0 R +-/Resources 1884 0 R ++/Contents 1240 0 R ++/Resources 1238 0 R + /MediaBox [0 0 612 792] +-/Parent 1781 0 R +-/Annots [ 1887 0 R 1888 0 R 1889 0 R 1890 0 R 1891 0 R 1892 0 R 1893 0 R 1894 0 R 1895 0 R 1896 0 R 1897 0 R 1898 0 R 1899 0 R 1900 0 R 1901 0 R 1902 0 R 1903 0 R 1904 0 R 1905 0 R 1906 0 R 1907 0 R 1908 0 R 1909 0 R 1910 0 R 1911 0 R 1912 0 R 1913 0 R 1914 0 R 1915 0 R 1916 0 R 1917 0 R ] ++/Parent 1186 0 R ++/Annots [ 1244 0 R 1245 0 R 1247 0 R 1249 0 R 1250 0 R 1252 0 R 1253 0 R 1254 0 R 1255 0 R 1256 0 R 1258 0 R ] + >> endobj +-1887 0 obj << ++1244 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 655.0113 308.6616 665.9152] ++/Rect [199.628 629.64 276.888 640.529] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.19) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-1888 0 obj << ++1245 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 637.0785 300.9206 647.9825] ++/Rect [378.6 629.64 455.312 640.529] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.20) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1889 0 obj << ++1247 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 619.1458 321.3937 630.0497] ++/Rect [367.906 499.054 444.617 509.943] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.21) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1890 0 obj << ++1249 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 601.213 298.1509 612.117] ++/Rect [359.308 423.676 436.02 434.565] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.22) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1891 0 obj << ++1250 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 583.2803 304.2283 594.1842] ++/Rect [197.031 411.721 274.291 422.61] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.23) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-1892 0 obj << ++1252 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 565.3475 294.2756 576.2515] ++/Rect [316.89 318.72 393.602 329.609] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.24) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1893 0 obj << ++1253 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 547.4148 297.444 558.3187] ++/Rect [197.031 306.765 274.291 317.654] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.25) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-1894 0 obj << ++1254 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 529.482 293.17 540.386] ++/Rect [389.082 221.985 505.375 232.889] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.26) >> ++/A << /S /GoTo /D (a00047_ga0) >> + >> endobj +-1895 0 obj << ++1255 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 511.5493 298.1513 522.4532] ++/Rect [159.671 210.03 190.436 220.934] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.27) >> ++/A << /S /GoTo /D (a00047_ga0) >> + >> endobj +-1896 0 obj << ++1256 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 493.6165 288.7367 504.5204] ++/Rect [207.81 210.03 348.95 220.934] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.28) >> ++/A << /S /GoTo /D (a00047_ga1) >> + >> endobj +-1897 0 obj << ++1258 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 475.6838 291.5061 486.5877] ++/Rect [360.58 172.238 437.292 183.117] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.29) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1898 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 457.751 334.6838 468.6549] +-/Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.30) >> ++1241 0 obj << ++/D [1239 0 R /XYZ 160.667 686.127 null] + >> endobj +-1899 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 439.8183 318.6142 450.7222] +-/Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.31) >> ++1242 0 obj << ++/D [1239 0 R /XYZ 160.667 668.127 null] + >> endobj +-1900 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 421.8855 310.8832 432.7894] +-/Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.32) >> ++1235 0 obj << ++/D [1239 0 R /XYZ 160.667 650.15 null] + >> endobj +-1901 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 403.9528 311.4312 414.8567] +-/Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.33) >> ++1243 0 obj << ++/D [1239 0 R /XYZ 160.667 650.15 null] + >> endobj +-1902 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 386.02 305.3341 396.9239] +-/Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.34) >> ++1236 0 obj << ++/D [1239 0 R /XYZ 160.667 537.852 null] + >> endobj +-1903 0 obj << ++1246 0 obj << ++/D [1239 0 R /XYZ 160.667 517.55 null] ++>> endobj ++1237 0 obj << ++/D [1239 0 R /XYZ 160.667 462.475 null] ++>> endobj ++1248 0 obj << ++/D [1239 0 R /XYZ 160.667 442.173 null] ++>> endobj ++1234 0 obj << ++/D [1239 0 R /XYZ 258.938 359.675 null] ++>> endobj ++1251 0 obj << ++/D [1239 0 R /XYZ 160.667 337.216 null] ++>> endobj ++1233 0 obj << ++/D [1239 0 R /XYZ 353.533 213.183 null] ++>> endobj ++1257 0 obj << ++/D [1239 0 R /XYZ 160.667 190.724 null] ++>> endobj ++660 0 obj << ++/D [1239 0 R /XYZ 389.288 120.182 null] ++>> endobj ++1238 0 obj << ++/Font << /F28 362 0 R /F49 703 0 R /F22 352 0 R /F44 479 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++1263 0 obj << ++/Length 703 ++/Filter /FlateDecode ++>> ++stream ++xڥU]o0}Wp/ݪa]&uUň"܁4~66!Y7is>(Fe/⢊`K7 ++dЇetqE,$^'$X /W 20ɍ2~J28/z7sN1KtS)JL4Cb0>.oAKW㕕A@v 2"B|}5A?@|0`m..<ﷺx2!>mQ ƒIiu & '{t6Ȟtg\pΎe,1o7)jMS5`, ++=(0ì(@Rr8V> endobj ++1266 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 368.0872 342.9723 378.9912] ++/Rect [292.95 655.136 369.662 666.025] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.35) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1904 0 obj << ++1264 0 obj << ++/D [1262 0 R /XYZ 106.869 686.127 null] ++>> endobj ++1265 0 obj << ++/D [1262 0 R /XYZ 106.869 668.127 null] ++>> endobj ++1261 0 obj << ++/Font << /F28 362 0 R /F49 703 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++1269 0 obj << ++/Length 1665 ++/Filter /FlateDecode ++>> ++stream ++xYKs6WHX( sIIiꞜLF(Y,][ !(b$G2"1ReP-g8OofB3@ξyMˬBdT!Exv%.H.UAD8bN5n[=ϻf Y=,fXEm۷o{3hsvg+8F*gƈTU8c~~ 3טS戩j)~2(8@Dcö֎ ع=qUBhq8S8ӂ^?Nj E&zTX Z?P*"%Fb)U~7{ߪR VYoU5ϟڡq J6N06iei,&6mSyOK0qa*fq*VX!,B}n磷͗flNqh8%Ht:LR7*R7ԫ̟f_NIK$$/.47 {tmzHiP!%˄*T?@\q:98J8 ++ؓ^ HEޙ>X0Ӭtas_!=UOrM+@!XPp7FtšXpj_D%dK ++MxH|f5,˘J!K~`Vx)G귅 ++| ++* -&U@2˅D3=HYN=t\)jc`1i%C%#z3['^ NZ5y3@2 eS.qHyP[0La*'60, \6D1i"ȫ,XIa:D}Pؐ<aR3шJrwq(IV_%]`IeS, 9O!GIͣtc%l8@_nfL"[ލXN9. ++sUo`.bgn98`|דײքw?= WqG愅wD-ѨYW}r۹z1?\VF^/ac:48܃+@d6`׭Uv@7Nv1jQ~U,fo h|Cec( Z;W`ƁX[  ~S![%涨h^KsA|+7K諵.& A&6Ӧ^ظ7(Kendstream ++endobj ++1268 0 obj << ++/Type /Page ++/Contents 1269 0 R ++/Resources 1267 0 R ++/MediaBox [0 0 612 792] ++/Parent 1186 0 R ++/Annots [ 1273 0 R 1274 0 R 1275 0 R 1276 0 R 1277 0 R 1278 0 R 1279 0 R 1283 0 R 1284 0 R 1286 0 R 1287 0 R 1288 0 R 1289 0 R 1290 0 R ] ++>> endobj ++1273 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 350.1545 343.5303 361.0584] ++/Rect [184.578 602.418 236.383 613.322] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.36) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1905 0 obj << ++1274 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 332.2217 337.4332 343.1257] ++/Rect [238.924 602.418 342.196 613.322] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.37) >> ++/A << /S /GoTo /D (a00043_ga0) >> + >> endobj +-1906 0 obj << ++1275 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 314.289 331.3664 325.1929] ++/Rect [348.053 602.418 422.554 613.322] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.38) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1907 0 obj << ++1276 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 296.3562 315.8648 307.2602] ++/Rect [216.498 551.609 268.304 562.513] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.39) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1908 0 obj << ++1277 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 278.4235 307.5558 289.3274] ++/Rect [275.537 551.609 373.828 562.513] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.40) >> ++/A << /S /GoTo /D (a00043_ga1) >> + >> endobj +-1909 0 obj << ++1278 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 260.4907 293.718 271.3947] ++/Rect [384.379 551.609 458.879 562.513] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.41) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1910 0 obj << ++1279 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 242.558 297.5834 253.4619] ++/Rect [184.578 539.653 258.52 550.557] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.25.4.42) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-1911 0 obj << ++1283 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [120.8169 224.6252 324.5011 235.5292] ++/Rect [204.682 455.339 258.699 466.228] + /Subtype /Link +-/A << /S /GoTo /D (section.13.26) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1912 0 obj << ++1284 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [143.731 208.7498 276.9505 217.5964] ++/Rect [371.635 455.339 448.347 466.228] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.26.1) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1913 0 obj << ++1286 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 188.7597 383.6697 199.6637] ++/Rect [228.313 386.84 282.33 397.729] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.26.1.1) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1914 0 obj << ++1287 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 170.827 372.0533 181.7309] ++/Rect [388.81 386.84 465.522 397.729] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.26.1.2) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1915 0 obj << ++1288 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [120.8169 152.8942 221.8176 163.7982] ++/Rect [202.012 374.885 279.272 385.774] + /Subtype /Link +-/A << /S /GoTo /D (section.13.27) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-1916 0 obj << ++1289 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [143.731 134.9615 260.3326 145.8654] ++/Rect [435.866 320.832 505.375 331.735] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.27.1) >> ++/A << /S /GoTo /D (a00043_ga0) >> + >> endobj +-1917 0 obj << ++1290 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [143.731 119.086 276.9505 127.9327] ++/Rect [159.671 308.876 205.38 319.78] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.27.2) >> ++/A << /S /GoTo /D (a00043_ga0) >> + >> endobj +-1884 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> ++1270 0 obj << ++/D [1268 0 R /XYZ 160.667 686.127 null] ++>> endobj ++1271 0 obj << ++/D [1268 0 R /XYZ 160.667 668.127 null] ++>> endobj ++150 0 obj << ++/D [1268 0 R /XYZ 160.667 668.127 null] ++>> endobj ++1272 0 obj << ++/D [1268 0 R /XYZ 160.667 621.368 null] ++>> endobj ++1280 0 obj << ++/D [1268 0 R /XYZ 160.667 502.333 null] ++>> endobj ++1281 0 obj << ++/D [1268 0 R /XYZ 160.667 475.848 null] ++>> endobj ++1282 0 obj << ++/D [1268 0 R /XYZ 160.667 475.848 null] ++>> endobj ++733 0 obj << ++/D [1268 0 R /XYZ 160.667 419.906 null] ++>> endobj ++1285 0 obj << ++/D [1268 0 R /XYZ 160.667 405.336 null] ++>> endobj ++1267 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 469 0 R /F44 479 0 R /F49 703 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-1920 0 obj << +-/Length 2308 ++1293 0 obj << ++/Length 2372 + /Filter /FlateDecode + >> + stream +-x\Ks6WhM l2l*xOI%KG䕥̿ ` iړRzAQ# +-BXά-MaeBoDcs.տξx+]ᙷW/J‹?^\J?矮t⏫\%cҙgUgʇW?' eq +-!h_;{w{PRT̗yxTpn_L`ncj-К%BD2qq ?vy}>^Vzu|8ܬ7Q8I<)de`;OZAUN#C֗opݏeDf{#E.tEi"Z1 3%V..wC{ 1?9g"RF3caj$Fj aΨ@xnj4 #Vj_%daܯo}//=2஀AdXؔ2c{zuͼy֎valPtdhmԋC5!0( YAb'c=_0d(i2᜹mQ@8.v@e<:0 S}|rY@۶6"pj+ûajL(#y# ߮d 1:bzJcE+:s:zq@^9N/$_NTEdLQ}܂njlZy,bG0l6Fi ;{|Weh+b|OfI/aPd|DZw4s4[5,9@(-#, a`hiAL) +-y#)ΞR&&d)4z4v@cELnUI+$F򊅝U}8 'dy:RksBT[L^t%JE"C:us(v|.`ԕdr*B l aΫfV=TumnY?o;=S6f VDʄ gp:S$PdTs'zJՊ ̒^2àDcK}ۉOh@;h湷Z;z\;XcԦ-ΓZo^Ub^VHW_)`+a>K$Cϼ@Wl׾R.Qk֊@4_݅p!<֊f·w{O`H:.O}䍥Okbֵ9yvFxՇd~Z<<}B0E+cHgcǜ'0g(ѰA"qkd򯎝j6z7rzxG??VcELUī9y֑s@XuI}̒^ҁ`P:@l,s4, wMDM=PZDj#bZ?%, 4)t#əpQ5kŠO&p}!o>>$-VƊyb=J +-{#/q a&k [O/=>D'tkCPt(a{'{Ŀ6no6?M' [ٴ|ݗM`7z|حb1]w.wc Ds}~t[mFWM,D׿endstream ++xڭZKs6W(Us$l*oٔifeKmrOݍ~|I6Ȇ`4%"TmWx~"}껟d$\G Ro ++DnOz<6]voޖXȶ[X(d/WHQcmF |ƈyb!?]~^ԚH%ɚFDk&[tedbfOp ++:sR14| ++*L:mޢۑo=2*<a roP(*IKVJ "ήg$FZ-o"d8VwקJ_ztc$+{<#_Y7ͻ!W!iPеs3tSr٧DC;a";L,*xэGg":wTWw=})N'(3͡!qPx!L>Yo:v|^ ]}p'+,Ek{ah<4lmVZQ?BrJLz=f7c9@X/#9:.mx?M79tЗض]nu_{$|cV9Y*GZVI$ yMp1թ}_5N̈́1Bk/;^sDx2y7yo*m$zٻ>P`&س }?pP8ٮujO__jtɽ9v Cendstream + endobj +-1919 0 obj << ++1292 0 obj << + /Type /Page +-/Contents 1920 0 R +-/Resources 1918 0 R ++/Contents 1293 0 R ++/Resources 1291 0 R + /MediaBox [0 0 612 792] +-/Parent 1781 0 R +-/Annots [ 1921 0 R 1922 0 R 1923 0 R 1924 0 R 1925 0 R 1926 0 R 1927 0 R 1928 0 R 1929 0 R 1930 0 R 1931 0 R 1932 0 R 1933 0 R 1934 0 R 1935 0 R 1936 0 R 1937 0 R 1938 0 R 1939 0 R 1940 0 R 1941 0 R 1942 0 R 1943 0 R 1944 0 R 1945 0 R 1946 0 R 1947 0 R 1948 0 R 1949 0 R 1950 0 R 1951 0 R ] ++/Parent 1318 0 R ++/Annots [ 1297 0 R 1298 0 R 1299 0 R 1300 0 R 1301 0 R 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 1316 0 R ] + >> endobj +-1921 0 obj << ++1297 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 655.0113 391.7999 665.9152] ++/Rect [181.409 603.347 275.276 614.251] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.27.2.1) >> ++/A << /S /GoTo /D (a00044_ga0) >> + >> endobj +-1922 0 obj << ++1298 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 637.0785 402.3003 647.9825] ++/Rect [279.092 603.347 353.034 614.251] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.27.2.2) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-1923 0 obj << ++1299 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 619.1458 390.6939 630.0497] ++/Rect [130.78 566.35 204.722 577.254] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.27.2.3) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-1924 0 obj << ++1300 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [174.6152 601.213 447.1906 612.117] ++/Rect [205.22 566.35 312.367 577.254] + /Subtype /Link +-/A << /S /GoTo /D (section.13.28) >> ++/A << /S /GoTo /D (a00044_ga1) >> + >> endobj +-1925 0 obj << ++1301 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [197.5293 585.218 330.7487 594.1842] ++/Rect [144.218 529.353 246.384 540.257] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.28.1) >> ++/A << /S /GoTo /D (a00044_ga2) >> + >> endobj +-1926 0 obj << ++1302 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 565.3475 446.0359 576.2515] ++/Rect [381.631 529.353 433.436 540.257] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.28.1.1) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1927 0 obj << ++1303 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 547.4148 434.4195 558.3187] ++/Rect [144.674 480.401 242.964 491.305] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.28.1.2) >> ++/A << /S /GoTo /D (a00044_ga3) >> + >> endobj +-1928 0 obj << ++1304 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 529.482 451.0172 540.386] ++/Rect [381.175 480.401 432.98 491.305] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.28.1.3) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1929 0 obj << ++1305 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 511.5493 439.4009 522.4532] ++/Rect [146.489 431.449 226.518 442.353] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.28.1.4) >> ++/A << /S /GoTo /D (a00044_ga4) >> + >> endobj +-1930 0 obj << ++1306 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [174.6152 493.6165 395.166 504.5204] ++/Rect [376.528 431.449 451.577 442.353] + /Subtype /Link +-/A << /S /GoTo /D (section.13.29) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1931 0 obj << ++1307 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [197.5293 477.6214 330.7487 486.5877] ++/Rect [130.78 419.494 135.542 430.398] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.29.1) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1932 0 obj << ++1308 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 457.751 451.0169 468.6549] ++/Rect [175.801 419.494 227.606 430.398] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.29.1.1) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1933 0 obj << ++1309 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 439.8183 439.4006 450.7222] ++/Rect [144.46 382.497 254.925 393.401] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.29.1.2) >> ++/A << /S /GoTo /D (a00044_ga5) >> + >> endobj +-1934 0 obj << ++1310 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 422.8618 455.9983 432.7894] ++/Rect [130.78 370.542 182.585 381.446] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.29.1.3) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1935 0 obj << ++1311 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 404.929 444.3819 414.8567] ++/Rect [194.769 333.545 318.515 344.449] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.29.1.4) >> ++/A << /S /GoTo /D (a00044_ga6) >> + >> endobj +-1936 0 obj << ++1312 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [174.6152 386.02 411.7638 396.9239] ++/Rect [326.229 333.545 378.034 344.449] + /Subtype /Link +-/A << /S /GoTo /D (section.13.30) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1937 0 obj << ++1316 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [197.5293 370.1445 330.7487 378.9912] ++/Rect [148.214 227.085 202.231 237.974] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.30.1) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1938 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 350.1545 459.8639 361.0584] +-/Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.30.1.1) >> ++1294 0 obj << ++/D [1292 0 R /XYZ 106.869 686.127 null] + >> endobj +-1939 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 332.2217 448.2476 343.1257] +-/Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.30.1.2) >> ++1295 0 obj << ++/D [1292 0 R /XYZ 106.869 668.127 null] + >> endobj +-1940 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 315.2652 464.8452 325.1929] +-/Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.30.1.3) >> ++154 0 obj << ++/D [1292 0 R /XYZ 106.869 668.127 null] + >> endobj +-1941 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 297.3325 453.2289 307.2602] +-/Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.30.1.4) >> ++1296 0 obj << ++/D [1292 0 R /XYZ 106.869 621.368 null] + >> endobj +-1942 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [174.6152 278.4235 350.3649 289.3274] +-/Subtype /Link +-/A << /S /GoTo /D (section.13.31) >> ++1313 0 obj << ++/D [1292 0 R /XYZ 106.869 286.035 null] + >> endobj +-1943 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [197.5293 262.548 330.7487 271.3947] +-/Subtype /Link +-/A << /S /GoTo /D (subsection.13.31.1) >> ++1314 0 obj << ++/D [1292 0 R /XYZ 106.869 259.55 null] + >> endobj +-1944 0 obj << ++1315 0 obj << ++/D [1292 0 R /XYZ 106.869 259.55 null] ++>> endobj ++1317 0 obj << ++/D [1292 0 R /XYZ 106.869 120.182 null] ++>> endobj ++1291 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F14 608 0 R /F40 469 0 R /F49 703 0 R /F44 479 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++1326 0 obj << ++/Length 2207 ++/Filter /FlateDecode ++>> ++stream ++xڭYo~_a/67}<\öO{@XWGJ%y_ߡHJ()>xf4`#"1RmPo8B?޼H&Adc(AVݞoi}}N|o?UYz.vd۾bO* bo:\N*~mB |?B{#SĹ_1fV&tD'aOi"k$OI^b]#A;pNmS)#H+mש$$"D0I ѪU$ ++ٓUeN@Z'HRDqb|Q?8{} Tqa8Ǘ6`l^&qGvlZ8Qp DukEhpnP` qP4ܺLѕ~{rEn?6|(JRoy6(2ZnֈZ2@(e9%1F>6V6" ++*il' "GF tT( }Ǵ4] @Y׍.if`N.6/-+ѢΗC`㏂|󩌏ߤ l2YFf ++%BdEib;Z.$Hס*oh[ݿޕ#2щ\xx`SoМ({00/ ksd# ++r,D~hTWRړ) Q^=LɄGX{`ESkcBm4  RiI|gG뜵YSKXL˃ vS:or~z5Y֡-Z60$UڦFGOYQ }l\##~)&9x\ U8p2sE?%X Qm0è^ePFBZ6eM! 3S-x̚&*k\=HnL2DÀP Uhܛc82Y `\/ʷ%$] Y S >2XJi =P/WB!uܤLBl,3޾]3R=^ F},^Gpr};tv]}=i44j:AnN})MST^(JjT57|K5 B>,G<Y`HlL{YBXweԬ2[v3 :<,î Fdys{JgUPW6se dE #jB@dt1w RP=ifϽKZg lZߋe,>ZHhܾsΘ)/N>iSsW^P`&eE(w2ۅ_﮼۽u_^荮8Sendstream ++endobj ++1325 0 obj << ++/Type /Page ++/Contents 1326 0 R ++/Resources 1324 0 R ++/MediaBox [0 0 612 792] ++/Parent 1318 0 R ++/Annots [ 1329 0 R 1331 0 R 1333 0 R 1334 0 R 1335 0 R 1336 0 R 1337 0 R 1339 0 R ] ++>> endobj ++1329 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 242.558 398.7138 253.4619] ++/Rect [249.892 643.181 303.909 654.07] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.31.1.1) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1945 0 obj << ++1331 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [174.6152 224.6252 359.0819 235.5292] ++/Rect [387.302 548.275 441.319 559.164] + /Subtype /Link +-/A << /S /GoTo /D (section.13.32) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1946 0 obj << ++1333 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [197.5293 208.7498 330.7487 217.5964] ++/Rect [202.012 429.458 278.724 440.348] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.32.1) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1947 0 obj << ++1334 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 188.7597 404.8008 199.6637] ++/Rect [319.735 429.458 373.752 440.348] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.32.1.1) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1948 0 obj << ++1335 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [174.6152 170.827 327.4906 181.7309] ++/Rect [328.014 359.648 436.815 382.616] + /Subtype /Link +-/A << /S /GoTo /D (section.13.33) >> ++/A << /S /GoTo /D (a00044_ga2) >> + >> endobj +-1949 0 obj << ++1336 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [197.5293 154.9515 330.7487 163.7982] ++/Rect [453.021 359.648 505.375 382.616] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.33.1) >> ++/A << /S /GoTo /D (a00044_ga3) >> + >> endobj +-1950 0 obj << ++1337 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 134.9615 392.4872 145.8654] ++/Rect [177.385 347.693 235.267 358.597] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.33.1.1) >> ++/A << /S /GoTo /D (a00044_ga3) >> + >> endobj +-1951 0 obj << ++1339 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [174.6152 117.0287 342.8626 127.9327] ++/Rect [204.503 182.781 281.763 193.67] + /Subtype /Link +-/A << /S /GoTo /D (section.13.34) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-1918 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> ++1327 0 obj << ++/D [1325 0 R /XYZ 160.667 686.127 null] ++>> endobj ++1328 0 obj << ++/D [1325 0 R /XYZ 160.667 668.127 null] ++>> endobj ++1323 0 obj << ++/D [1325 0 R /XYZ 160.667 580.247 null] ++>> endobj ++1330 0 obj << ++/D [1325 0 R /XYZ 160.667 566.437 null] ++>> endobj ++1322 0 obj << ++/D [1325 0 R /XYZ 160.667 473.72 null] ++>> endobj ++1332 0 obj << ++/D [1325 0 R /XYZ 160.667 459.91 null] ++>> endobj ++1320 0 obj << ++/D [1325 0 R /XYZ 160.667 217.145 null] ++>> endobj ++1338 0 obj << ++/D [1325 0 R /XYZ 160.667 203.335 null] ++>> endobj ++1321 0 obj << ++/D [1325 0 R /XYZ 160.667 120.182 null] ++>> endobj ++1324 0 obj << ++/Font << /F28 362 0 R /F14 608 0 R /F49 703 0 R /F22 352 0 R /F44 479 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-1954 0 obj << +-/Length 2191 ++1342 0 obj << ++/Length 1086 + /Filter /FlateDecode + >> + stream +-xݜMsF8JNqRlm[b$,q" +-\3 ACv˰"t 5{ygJYjٖ(W"?7(BI[iP )!Fb5;#F]XH6ٔsfX+\.Su]E"ԇ<[C?Oj̈אJY +-1#Y]F +-,^Du粻(BEI6+%C% +-u%Fbd,@-SH5"bG&6P!eljkr&$(ԣ(ܣ<ڬ9ijJK.mc-+@I|u{,\YrQ*`<ZY8ihZ9uL_r%.,a5`>Pl$FX1S>Pua K. uA]E!FR??izّ!-oAadH6W4*D6SXːzR|F"qlzF +-=n(Bȳ5TTN)ژNaUӫ$"R%m 0|>N$yfcTOVP),a4J "U,0Ey6"URy6:iG>3OHð<^롦K e@ <I dZD;j0ZdNn.p @NtQ(uv9F:=.X,KpiM)_? +-ki6q0jNAIG (I(0nQCNgNi!"T +-ԣ(ܣ<>4ӁIgT2 Pv3/`#6P-B. FhU5AۢؖչGjF߁[N1T)/x }Dqw:20Ε gTli&#eX5 +-@g#A[KݚHa"2>mh aj KaԜ%ܜ<>&Qr:(Lap7syx8/]<aC#qEI[=!F?c6La놛c>9\l`d*jTu|Sf` 5'FtgJxj0A$`iwyd)8_fFeQN'j.@ j@}:539 5f<Km[zQn;g" @F$kV4Lr>Z(ؾe|+Wp̈́ +-a7rf?򰬺8pswX5/m~K^[͑Wڿy?4oyCa#)#$"4GG~C<$0iayxGU,@eGX B ++fSהѽ?cӴeOXd*,i;V1(WV 1"ZG ++!~}|>g.0?nY(DeDLRB˪-ing_]<ջoO˳yjg ;w~~xMY4G\(1s"$DŦ!!eںX uܖ{("|(΂Tny\#J"%X| i^8]/y6&绳q R!I]+b(˃z/X|hJFR"979p2g6@LXR >5h),y*3Jvȯqֽ'os8*%xkqrܿ)k@eǦܛ֮LR*I/He,@dOtjjW;$&'ubck+u 5A7^᚟zkʮۄ;-ʪ8_nr;SG?GS ^;^o\qSו;``Hi>;`4"FkmizENN:HQUS ++):2ij6o\Y ++ sf02䝪V20䳹z8Yt1@5Ccf?}mm{W6y t?%`.k5_{S& ֞mi|-G ++짘~Λ5[nc~\v/{9MMIt_endstream + endobj +-1953 0 obj << ++1341 0 obj << + /Type /Page +-/Contents 1954 0 R +-/Resources 1952 0 R ++/Contents 1342 0 R ++/Resources 1340 0 R + /MediaBox [0 0 612 792] +-/Parent 1985 0 R +-/Annots [ 1955 0 R 1956 0 R 1957 0 R 1958 0 R 1959 0 R 1960 0 R 1961 0 R 1962 0 R 1963 0 R 1964 0 R 1965 0 R 1966 0 R 1967 0 R 1968 0 R 1969 0 R 1970 0 R 1971 0 R 1972 0 R 1973 0 R 1974 0 R 1975 0 R 1976 0 R 1977 0 R 1978 0 R 1979 0 R 1980 0 R 1981 0 R 1982 0 R 1983 0 R 1984 0 R ] ++/Parent 1318 0 R ++/Annots [ 1345 0 R 1346 0 R 1348 0 R ] + >> endobj +-1955 0 obj << ++1345 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [143.731 657.0686 276.9505 665.9152] ++/Rect [148.214 643.181 202.231 654.07] + /Subtype /Link +-/A << /S /GoTo /D (subsection.13.34.1) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1956 0 obj << ++1346 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 636.8744 366.5045 647.7783] ++/Rect [165.523 601.083 266.025 611.987] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.34.1.1) >> ++/A << /S /GoTo /D (a00044_ga0) >> + >> endobj +-1957 0 obj << ++1348 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 618.7375 378.6886 629.6414] ++/Rect [304.835 497.535 382.095 508.424] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.13.34.1.2) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-1958 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [105.873 590.6252 254.3352 599.6014] +-/Subtype /Link +-/A << /S /GoTo /D (chapter.14) >> ++1343 0 obj << ++/D [1341 0 R /XYZ 106.869 686.127 null] + >> endobj +-1959 0 obj << ++1344 0 obj << ++/D [1341 0 R /XYZ 106.869 668.127 null] ++>> endobj ++1319 0 obj << ++/D [1341 0 R /XYZ 106.869 532.659 null] ++>> endobj ++1347 0 obj << ++/D [1341 0 R /XYZ 106.869 518.089 null] ++>> endobj ++1340 0 obj << ++/Font << /F28 362 0 R /F14 608 0 R /F49 703 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++1351 0 obj << ++/Length 2306 ++/Filter /FlateDecode ++>> ++stream ++xZMs8WHUE|&L25dcma2RdZV,i%z G h_w ؔiJΧЄ|znEe6&g@sA p?&9yk(0φ,gUDz NCri3N21q\{ħu@]ɎgJr}hz (\E{\Ɋ혴o7PvuLÛk77]}: HאuUde nYt^hx鰚̼e`N8-i:lqގ~Q,>{ ++0]C()Tb\GEۇ-7BdB: F#3o@f,zj Ū&DT}Qvy [3J:-ѭ\qYΏǙT~UN?,3g.^:9c4[Ș ++fi~6{^ Ò8?=V)MNd!5]#5%kdp-JvNƙ;&%TVa+$J4Ayubv&Plv~h ++TU!(~Q,3z(AJ ?q:&[̬zmR n 4 1?r:l[+.cџE ˏ̡ϓԧX^P;z:: ^t_h)lnȰ]eV˃5H)4$CڮîEi"I"i*$ Rà]PT-DQ1 -E41۸X56̩50 ++V.$1D"5fLR%ZYD9TJL@@>tMFamhhN°Vѹ4ԻE;Uip t\ER\V*!ej\(7a`Bqy Kֲ5.o(6ᠼs!(sd0Õ#NhauAtMKPgLR:h4s='Ybkm?N~!]4v=oKcR;J4q2XbPN ]W> ++ &IyH>.z}qh`ڼy@_S ++nבom)Ĉ塀IsQs[#C.#>Ts-eKk ++0 VSMcDӢhc2Mt%{N N]ŕ"{,]-q4]txMz3<{jQm[-ն˭DfPtѓ},3.I^ຜTmҥRR 'R0ek\*QB_m *:Cg`76øRjBFc ++V(#JY}@JI/18ykKB{ǢyV!bi_Z)]e >^v+c*@P|hr`@D̀lR[{~ ++!G ++Y}KHA!pBt# "])ṫ ++EqzYzkB {ڂ+/(*hc2Mya03$#򊢯B <]yx]zLz91֦bԮMm2w v\q=[TLqeNRK*giaHrrWelK\qs'v䉴g;6'.aaYyuV{Znr.='vlj-p'JPه)$5aPOx~<ܝ|feM^/ut8#\fӽٹW V}|zP8b_Il`~mo=ne-|))ͽEߗz:{t,hw(me==y.?\)-;b$1Z ++7}_ҵiSAVۮKWXd3Nv$jyg=]p>G%QwU?i  #zY#n?)Vendstream ++endobj ++1350 0 obj << ++/Type /Page ++/Contents 1351 0 R ++/Resources 1349 0 R ++/MediaBox [0 0 612 792] ++/Parent 1318 0 R ++/Annots [ 1354 0 R 1355 0 R 1356 0 R 1357 0 R 1358 0 R 1359 0 R 1360 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 1370 0 R 1371 0 R 1372 0 R 1373 0 R 1374 0 R 1375 0 R 1376 0 R 1377 0 R 1378 0 R 1379 0 R 1381 0 R ] ++>> endobj ++1354 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [120.8169 570.451 369.8306 581.3549] ++/Rect [211.363 602.009 306.336 612.913] + /Subtype /Link +-/A << /S /GoTo /D (section.14.1) >> ++/A << /S /GoTo /D (a00045_ga6) >> + >> endobj +-1960 0 obj << ++1355 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [143.731 552.3141 260.3326 563.218] ++/Rect [318.422 602.009 453.414 612.913] + /Subtype /Link +-/A << /S /GoTo /D (subsection.14.1.1) >> ++/A << /S /GoTo /D (a00045_gga6a21) >> + >> endobj +-1961 0 obj << ++1356 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [143.731 536.2345 262.0065 545.0811] ++/Rect [458.561 602.009 505.375 612.913] + /Subtype /Link +-/A << /S /GoTo /D (subsection.14.1.2) >> ++/A << /S /GoTo /D (a00045_gga6a22) >> + >> endobj +-1962 0 obj << ++1357 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 516.0403 240.5877 526.9442] ++/Rect [184.578 590.771 275.676 600.958] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.1.2.1) >> ++/A << /S /GoTo /D (a00045_gga6a22) >> + >> endobj +-1963 0 obj << ++1358 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 499.9607 248.8861 508.8073] ++/Rect [279.502 590.771 406.027 600.958] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.1.2.2) >> ++/A << /S /GoTo /D (a00045_gga6a23) >> + >> endobj +-1964 0 obj << ++1359 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 481.8238 233.9424 490.6705] ++/Rect [409.854 590.771 505.375 600.958] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.1.2.3) >> ++/A << /S /GoTo /D (a00045_gga6a24) >> + >> endobj +-1965 0 obj << ++1360 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [120.8169 461.6296 370.3987 472.5336] ++/Rect [184.578 578.472 249.105 589.003] + /Subtype /Link +-/A << /S /GoTo /D (section.14.2) >> ++/A << /S /GoTo /D (a00045_gga6a24) >> + >> endobj +-1966 0 obj << ++1362 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [143.731 443.4927 260.3326 454.3967] ++/Rect [198.189 494.331 277.66 505.235] + /Subtype /Link +-/A << /S /GoTo /D (subsection.14.2.1) >> ++/A << /S /GoTo /D (a00045_ga0) >> + >> endobj +-1967 0 obj << ++1363 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [143.731 427.4131 262.0065 436.2598] ++/Rect [282.076 494.331 356.576 505.235] + /Subtype /Link +-/A << /S /GoTo /D (subsection.14.2.2) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1968 0 obj << ++1364 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 407.2189 240.5877 418.1229] ++/Rect [398.186 494.331 488.725 505.235] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.2.2.1) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-1969 0 obj << ++1365 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [120.8169 389.0821 256.9453 399.986] ++/Rect [199.904 443.091 280.481 453.995] + /Subtype /Link +-/A << /S /GoTo /D (section.14.3) >> ++/A << /S /GoTo /D (a00045_ga1) >> + >> endobj +-1970 0 obj << ++1366 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [143.731 370.9452 260.3326 381.8491] ++/Rect [286.611 443.091 361.111 453.995] + /Subtype /Link +-/A << /S /GoTo /D (subsection.14.3.1) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1971 0 obj << ++1367 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [143.731 354.8656 262.0065 363.7122] ++/Rect [406.579 443.091 471.106 453.995] + /Subtype /Link +-/A << /S /GoTo /D (subsection.14.3.2) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-1972 0 obj << ++1368 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 334.6714 280.1787 345.5753] ++/Rect [200.929 391.851 303.085 402.755] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.3.2.1) >> ++/A << /S /GoTo /D (a00045_ga2) >> + >> endobj +-1973 0 obj << ++1369 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 317.5108 285.16 327.4384] ++/Rect [310.241 391.851 384.741 402.755] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.3.2.2) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1974 0 obj << ++1370 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 298.3976 236.7121 309.3015] ++/Rect [184.578 379.896 275.117 390.8] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.3.2.3) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-1975 0 obj << ++1371 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 282.318 231.7308 291.1647] ++/Rect [200.718 340.611 303.981 351.515] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.3.2.4) >> ++/A << /S /GoTo /D (a00045_ga3) >> + >> endobj +-1976 0 obj << ++1372 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 264.1811 251.0981 273.0278] ++/Rect [310.926 340.611 385.426 351.515] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.3.2.5) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1977 0 obj << ++1373 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 243.987 285.4089 254.8909] ++/Rect [184.578 328.656 249.105 339.56] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.3.2.6) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-1978 0 obj << ++1374 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 225.8501 290.3903 236.754] ++/Rect [197.663 289.371 307.012 300.274] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.3.2.7) >> ++/A << /S /GoTo /D (a00045_ga4) >> + >> endobj +-1979 0 obj << ++1375 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 207.7132 243.9051 218.6171] ++/Rect [310.903 289.371 385.403 300.274] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.3.2.8) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1980 0 obj << ++1376 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 189.5763 240.5877 200.4802] ++/Rect [184.578 277.415 275.117 288.319] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.3.2.9) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-1981 0 obj << ++1377 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 172.4157 258.8587 182.3433] ++/Rect [197.44 238.13 307.895 249.034] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.3.2.10) >> ++/A << /S /GoTo /D (a00045_ga5) >> + >> endobj +-1982 0 obj << ++1378 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 155.3598 238.3759 164.2064] ++/Rect [311.562 238.13 386.062 249.034] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.3.2.11) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1983 0 obj << ++1379 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 136.1419 265.494 146.0695] ++/Rect [184.578 226.175 249.105 237.079] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.3.2.12) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-1984 0 obj << ++1381 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 118.005 257.1949 127.9327] ++/Rect [255.972 140.939 357.032 151.843] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.3.2.13) >> ++/A << /S /GoTo /D (a00058_ga24) >> + >> endobj +-1952 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> ++1352 0 obj << ++/D [1350 0 R /XYZ 160.667 686.127 null] ++>> endobj ++526 0 obj << ++/D [1350 0 R /XYZ 160.667 668.127 null] ++>> endobj ++158 0 obj << ++/D [1350 0 R /XYZ 160.667 668.127 null] ++>> endobj ++1353 0 obj << ++/D [1350 0 R /XYZ 160.667 621.174 null] ++>> endobj ++1361 0 obj << ++/D [1350 0 R /XYZ 160.667 513.497 null] ++>> endobj ++1380 0 obj << ++/D [1350 0 R /XYZ 160.667 188.155 null] ++>> endobj ++1349 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 469 0 R /F44 479 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-1988 0 obj << +-/Length 2191 ++1395 0 obj << ++/Length 2026 + /Filter /FlateDecode + >> + stream +-xݜr| +-ʵ/}pi<`Sh5mL.bfjpX胸+U@ST<YLeeBj4c|4wYtTU`J[sB~ZI_~8>'4Io+g_p&BLi^YCwOtG Nc'gG5 !ɲL1ɄS߬b=_m[an\DIÔ +-daI)ø.F##mlpig`Ty`##/`iD/5=qU L6pW=;irrHORB1nU!Z׷PTV< +-\T3F$10BQF#1Ҏt,MldH=/vP-: +-&Xw*GnyzF&U93WF1 9˜3>OVA]];!sc3 .O*PZf Mlte4,xlgVYbUs <š +-\T t4nnHnApĶNVAnmngɌ`S4t*Mf33h$3Xݲ)d:$?><"KIDXH!_**S"Ž9'F;Y 궒z8,j_ A|5V$AQFkٱAY'^ pY!9By˸Wv.:|bsl"9>?a7?6}ske1C)wNU@9"|*-}U! ‡\F+>~=_ PHӸ-.@L%ͷaZ-/n|h*VZ*: JSƚΚ7ߘIMDhFhh$Fhc\ +-$W:1]a1L`:L5-::H{!V=Yu|dgX~'ڑ|pxðSQ.R?ݳ1- -N =&A8@Y@-H)jB u*E +-@Š@BSFkArAҎoe0,v^hC\6ث|ߞvU 6sݳVBG|r/Z:Ǥvh,37;IChFhh$Fh&xFI1_ÄH:S}M""e4",Hj?ȉ QѻatyDz.)d4Gt0QRb}ɜ:braVH-} b'Yl 6߿{Wx͕y[fq|-,71k;2,^ɜrW8M;( ڴ8a9^2Z9vB@B,Q>~!3" XnzƦVZ2ZtsS,Qe.`Bd!:S}M""e4",.jY<&hV!НE7O*Ejz6VZ2 zLF ⎹ u+?Y>pSLk.&  Q Ki$g|c~a[6?"?{?b#ʟH0m^u/S-Jw:Nk>h~9+wڿ}Ynw?-v} +-Sy\W߹᧕J| ڗ>Szsi;endstream ++xڥX[s۶~ׯ#5!x[44vj=v<4Il%%.x%93zX.^9u' E&0T4OHf[yf9yOt JD$rly'"b$w`ݭH%__w+P+$ ++$=Px7YL~lukչy~,D's Dy0Ble"BWN{;2xGQ"V(=~k*i("r&Kđv2k5!l&UqZo`HV:]ّn2bKnPVV#pF8H\?vȚ,j#=(v撦sts ++Q ]UE9uCD w_-Vp7pk'\xXΟv& g-/UA:-op|LH.?IG2V-7dχVF292O.ei77pS4A>nY쎔 ˙ ++Ͱ,tA0 ++ zz gxaI7DJR 22lBh;F XjR29U NK6ez6=V4|/++O!&I!ih" fxa%ߛ.1ʵ/~|=/<~% y^pGi1_&'zFYA8~v.nߋE;=L<&bp-C{6PUj8a&1%=T5aL9rHti!S JD;_L۞0 |vojJܖش.xt7ڶWئ3rƜYDz_Vǁ0ޣ>8D$ θPmgq=ﱏ,~*N1J=HR(F6|?~BTQ`%R;됖gc!`^ 7wt!҆*t9|Pf^4@9b`spy/%k<(b=ﱏDdS9>^ hs ++3uP[‹ڽ]<:&a4ju~.fS>môVUEAq;Kaga\zg;+M}9$nL7Mӭ-1fƊhr a ++8Ѧ>5$Vy[ ȉ9%,^?*ϸ@N:`. ?-"Fk.'g8LvDe X5ә\, +++Et* "xuG[G;)wV`Wcl!0.(ͅ W> endobj +-1989 0 obj << ++1397 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 655.0113 326.3358 665.9152] ++/Rect [404.762 399.825 451.577 410.729] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.3.2.14) >> ++/A << /S /GoTo /D (a00045_gga6a24) >> + >> endobj +-1990 0 obj << ++1398 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 636.8724 305.4543 647.7763] ++/Rect [123.586 388.847 236.821 398.774] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.3.2.15) >> ++/A << /S /GoTo /D (a00045_gga6a24) >> + >> endobj +-1991 0 obj << ++1401 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 620.7908 293.828 629.6375] ++/Rect [174.505 329.706 273.932 340.585] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.3.2.16) >> ++/A << /S /GoTo /D (a00045_ga6) >> + >> endobj +-1992 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 601.5709 320.2488 611.4986] +-/Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.3.2.17) >> ++1396 0 obj << ++/D [1394 0 R /XYZ 106.869 686.127 null] + >> endobj +-1993 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 582.4558 321.3644 593.3597] +-/Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.3.2.18) >> ++1399 0 obj << ++/D [1394 0 R /XYZ 106.869 375.51 null] + >> endobj +-1994 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 566.2546 302.6847 575.2208] +-/Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.3.2.19) >> ++1382 0 obj << ++/D [1394 0 R /XYZ 106.869 347.922 null] + >> endobj +-1995 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 546.178 327.591 557.082] +-/Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.3.2.20) >> ++1400 0 obj << ++/D [1394 0 R /XYZ 106.869 347.922 null] + >> endobj +-1996 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 529.0154 308.0746 538.9431] +-/Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.3.2.21) >> ++1383 0 obj << ++/D [1394 0 R /XYZ 124.583 188.601 null] + >> endobj +-1997 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 510.8765 305.0558 520.8042] +-/Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.3.2.22) >> ++1384 0 obj << ++/D [1394 0 R /XYZ 124.583 161.233 null] + >> endobj +-1998 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 491.7614 297.1455 502.6653] +-/Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.3.2.23) >> ++1385 0 obj << ++/D [1394 0 R /XYZ 124.583 145.821 null] + >> endobj +-1999 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 473.6225 320.6971 484.5265] +-/Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.3.2.24) >> ++1393 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 479 0 R /F49 703 0 R >> ++/ProcSet [ /PDF /Text ] + >> endobj +-2000 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 455.4836 321.8127 466.3876] +-/Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.3.2.25) >> ++1404 0 obj << ++/Length 2271 ++/Filter /FlateDecode ++>> ++stream ++xYKsFWHU:kn$5cNMm%)MQk$R+R߯_|p7@ČODYų(,^#~ey.Q&ݭ:R =[D|!Dc_Ey)"hiSX"}㿬öڬ-j/WwG3O,1gK/4=a͙HBiKo.n/yFgrFOM9%䚩8p<9Er$GavmF`Y4xbI[,UDYܖH}/Ye4<ȞQB8me#e,GlȪv:k/ZKdv/wP[Tn6fU1acCYR~hD>QCHx%;>{oyG!):+<]׍˝lsɃ\и{*5iɬڸ'-2 HJ1/dz0ᕦLq9D´V u[jB1Ygc4^'J7ECHv)NXM ++>e%fD(vuȁ|0A1hܦ}m/ͦ6d%emY0NՕ&l: ++ա 5Kx-ݮ<&,\ɳ2 ++*b#EujU}YSJ>6zEm-b >`!4GՉJS'8 ͏q;#g5Vk-;3!/hM6I Sd60zBW a!S\W5-au{xp [y+ :eTH. 13 ra&NG[$ {_~@Exn$Z@ub# \.zAOz8gg8PpB5 ##`:1߂!V}#xFq=0^DHtO)9F2IYǩׇ"_LPQzF f3R݃gP=<ӿ"J4>x9蝵c | 3pMr>DO"0/|.q<aLj>yDw61{)v"bNGdup$i$CU~sJb:H){9c:'peM&-iNkNRXM]W..gnġsǹj,a_mNIܽtjI751pT{3is+MOfSphn[WliE'"׺^tm` M}@Jόap<#>j(DSR Lc q:QeX8Ydk,> endobj +-2001 0 obj << ++1408 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 437.3448 322.0618 448.2487] ++/Rect [307.331 369.126 384.043 380.015] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.3.2.26) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2002 0 obj << ++1409 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 419.2059 289.4046 430.1098] ++/Rect [424.708 369.126 492.005 380.015] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.3.2.27) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-2003 0 obj << ++1411 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 403.1243 305.4442 411.971] ++/Rect [331.173 298.432 407.885 309.321] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.3.2.28) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2004 0 obj << ++1412 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [174.6152 382.9281 340.0735 393.8321] ++/Rect [219.726 286.477 287.023 297.366] + /Subtype /Link +-/A << /S /GoTo /D (section.14.4) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-2005 0 obj << ++1414 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [197.5293 364.7893 314.1309 375.6932] ++/Rect [341.417 153.823 418.129 164.712] + /Subtype /Link +-/A << /S /GoTo /D (subsection.14.4.1) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2006 0 obj << ++1415 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [197.5293 348.7077 315.8048 357.5543] ++/Rect [286.236 141.868 353.533 152.757] + /Subtype /Link +-/A << /S /GoTo /D (subsection.14.4.2) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-2007 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 330.5688 294.9239 339.4155] +-/Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.4.2.1) >> ++1405 0 obj << ++/D [1403 0 R /XYZ 160.667 686.127 null] + >> endobj +-2008 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 310.3726 295.4919 321.2766] +-/Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.4.2.2) >> ++1386 0 obj << ++/D [1403 0 R /XYZ 178.381 495.06 null] + >> endobj +-2009 0 obj << ++1406 0 obj << ++/D [1403 0 R /XYZ 160.667 414.329 null] ++>> endobj ++1387 0 obj << ++/D [1403 0 R /XYZ 160.667 389.635 null] ++>> endobj ++1407 0 obj << ++/D [1403 0 R /XYZ 160.667 389.635 null] ++>> endobj ++1389 0 obj << ++/D [1403 0 R /XYZ 160.667 333.328 null] ++>> endobj ++1410 0 obj << ++/D [1403 0 R /XYZ 160.667 316.929 null] ++>> endobj ++1391 0 obj << ++/D [1403 0 R /XYZ 160.667 189.311 null] ++>> endobj ++1413 0 obj << ++/D [1403 0 R /XYZ 160.667 172.912 null] ++>> endobj ++1402 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F49 703 0 R /F44 479 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++1418 0 obj << ++/Length 1480 ++/Filter /FlateDecode ++>> ++stream ++xX]o6}У T,?%2oM6+KuC[8ɓ)"c{/Ϲ 0H@pdXƈ$=pw#b!Qt-B*fYH`: ++@#*px73kϗB(8OuJҶ}98~S2x1FDq8?nFnkƸD0D?ARJ?WacɄqLՏ`Ex$ ++ŘbE-R"HH]H[z(f} ++̓p6ו~<&a;Sɗ,!qJ0zo.'λj9"gLDgBO0e]gBj-3Ɛ;~<+@]CDJQAG`Y4ly#4Ͼ9 ++8+M``ڲK-J#ԞRE[MYf=pe뵹)Js59@~|{H TjR Ct%uOkWG i 8v:k_gզԻ;}=`መ=-{32/PG$>8S ]+KZ6Z{ެVEY/<EȮ}fxԓGsj9"/!BQW8ލƇ԰AG?½%f~']Wo1懦Pr?S eAO4lkMSa!CA%HrzP!e`CbvS:pÿ^}{r`!m 1jgG2=~=S뉦p7zoWVzq}j.s&T]um1vt -,:,JL bёQS\u,(K sBuOׯcݞ0BM\h0( Tbፍ +++a8RʄEGDocņQxGφxtA%yqxԊ*n#jְ5Z8jCN:6{-6rYЛ^KC>GJ VeDۯ?;_sMN5:~YVM5+nl& (i'f0ft|;H˹Sj޼*~(fòz6-ub2c&ŷEAR^bendstream ++endobj ++1417 0 obj << ++/Type /Page ++/Contents 1418 0 R ++/Resources 1416 0 R ++/MediaBox [0 0 612 792] ++/Parent 1429 0 R ++/Annots [ 1421 0 R 1422 0 R 1424 0 R 1425 0 R 1427 0 R 1428 0 R ] ++>> endobj ++1421 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [174.6152 292.2338 340.6313 303.1377] ++/Rect [254.523 580.211 331.235 591.1] + /Subtype /Link +-/A << /S /GoTo /D (section.14.5) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2010 0 obj << ++1422 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [197.5293 274.0949 314.1309 284.9988] ++/Rect [148.214 568.256 242.629 579.145] + /Subtype /Link +-/A << /S /GoTo /D (subsection.14.5.1) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2011 0 obj << ++1424 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [197.5293 258.0133 315.8048 266.8599] ++/Rect [276.302 452.19 353.014 463.079] + /Subtype /Link +-/A << /S /GoTo /D (subsection.14.5.2) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2012 0 obj << ++1425 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 239.8744 293.828 248.7211] ++/Rect [165.928 440.235 260.343 451.124] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.5.2.1) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2013 0 obj << ++1427 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 221.7356 293.5789 230.5822] ++/Rect [286.547 312.214 363.259 323.103] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.5.2.2) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2014 0 obj << ++1428 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [174.6152 201.5394 505.3748 212.4433] ++/Rect [232.438 300.259 326.853 311.148] + /Subtype /Link +-/A << /S /GoTo /D (section.14.6) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2015 0 obj << ++1419 0 obj << ++/D [1417 0 R /XYZ 106.869 686.127 null] ++>> endobj ++750 0 obj << ++/D [1417 0 R /XYZ 106.869 613.871 null] ++>> endobj ++1420 0 obj << ++/D [1417 0 R /XYZ 106.869 599.3 null] ++>> endobj ++1388 0 obj << ++/D [1417 0 R /XYZ 106.869 485.257 null] ++>> endobj ++1423 0 obj << ++/D [1417 0 R /XYZ 106.869 470.686 null] ++>> endobj ++1390 0 obj << ++/D [1417 0 R /XYZ 106.869 345.873 null] ++>> endobj ++1426 0 obj << ++/D [1417 0 R /XYZ 106.869 331.303 null] ++>> endobj ++1416 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 479 0 R /F49 703 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++1432 0 obj << ++/Length 2466 ++/Filter /FlateDecode ++>> ++stream ++xڵ[mo8_6p]~ۦnE.q.Hl/8DZ$%m~2p3CIlB0MDM&:WoOf^-O%VȐ%SmfsƴwWSoW3l߭noflzxj>Jn_Vwp~YtXlP9kO'k&fDH2ߎƚ(*loP|%ue"L@\(v{?_o7ۍVc3B'sN*[b 1!x(SV d5(UEGC+Ch(|/pB !k FrF <%t_7qQ4Jt$[߹\noVn>]r$[Cj `rxn()I >-vqŇWg__^UrL3+N TSy<s%3\KJ*b0J9O˥۶>}9}(#l91Y8FN /cpu横RG{ JO:D 3r=rq~qƄ}%$*4:s@^^νtp촉ce'BpRYzOA} V%T1h73ٍ?ⷅ¨\ȊTog(1Q+ takNI'8Ă?:s}IK-ONH-ΈPv--&剢`J< $U.OP+OMv˓COmB ~>(F9K}('2"EEb~^?_?$xunEƜ*ڕT.09 Sm ;;wcX1Ls|K*L'"; !3`p9w>$3O3fJwB>ZKUC;?!7\mrGgiw4  H7Ӥޛݦnқ ++Vԣ[Ԏq4~YgRMwC]3m?qWl?oΨ0$8\U} ڠJ%+7#B9Džc F&"Ki(snWh:~I4ظgB@ 0 ;pNMRE!(N/\["ϑhԇd-G7pw+LJhXAZCGbIaDkȱ5tCYiрQ3u[AL ++Ut`-JϜϛ\_{a3-'FGw8zHwq4^v4.;2`d'UNL+;>Mi(sn]hY Ahs$}M]~1n6%& 9A Z6Ÿ4Cf @ YΆkhgaMlL ±`n8I%5*6NZlY3>-D}0 >at k2&{էʠ`@6=05vSg&5=;s<=ŝP[{ @@>&ix떳4٤+5Ǖ܃1קSS17b]yFYW ++`MQa0/+{',- ؼDKNlr= `=RVYUPB?cQ7,CeMGih!7n$'24z#=Cc56K@4N@i.A%5N5=muRue\_˘˞s'h_)0eRG#xo}{2-ؕΝ>m{:҄G#8}fy$]"4Ap]VR%n[kp-adzQuTE09ӉeE4.:)?߁X"PqWv۾4Ӊ5H(2yCvQmZغw0i\3˧m,QFf2O?7e@6/ oޒf-=Gdendstream ++endobj ++1431 0 obj << ++/Type /Page ++/Contents 1432 0 R ++/Resources 1430 0 R ++/MediaBox [0 0 612 792] ++/Parent 1429 0 R ++/Annots [ 1435 0 R 1436 0 R 1437 0 R 1438 0 R 1439 0 R 1440 0 R 1441 0 R 1442 0 R 1443 0 R 1444 0 R 1445 0 R 1446 0 R 1447 0 R 1449 0 R 1450 0 R 1451 0 R 1452 0 R 1453 0 R 1454 0 R 1455 0 R 1456 0 R 1457 0 R 1458 0 R 1459 0 R 1460 0 R 1461 0 R 1462 0 R 1463 0 R 1464 0 R 1465 0 R 1466 0 R 1467 0 R 1468 0 R 1469 0 R 1470 0 R 1471 0 R ] ++>> endobj ++1435 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [159.6712 191.6415 225.5141 200.4882] ++/Rect [209.205 601.442 315.655 612.345] + /Subtype /Link +-/A << /S /GoTo /D (section.14.6) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-2016 0 obj << ++1436 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [197.5293 171.4454 314.1309 182.3493] ++/Rect [184.578 585.705 324.383 595.891] + /Subtype /Link +-/A << /S /GoTo /D (subsection.14.6.1) >> ++/A << /S /GoTo /D (a00046_gga16a25) >> + >> endobj +-2017 0 obj << ++1437 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [197.5293 155.3638 315.8048 164.2104] ++/Rect [344.997 585.705 502.884 595.891] + /Subtype /Link +-/A << /S /GoTo /D (subsection.14.6.2) >> ++/A << /S /GoTo /D (a00046_gga16a26) >> + >> endobj +-2018 0 obj << ++1438 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 137.2249 294.386 146.0715] ++/Rect [184.578 573.749 305.553 583.936] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.6.2.1) >> ++/A << /S /GoTo /D (a00046_gga16a27) >> + >> endobj +-2019 0 obj << ++1439 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 119.086 287.7407 127.9327] ++/Rect [308.542 573.749 465.802 583.936] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.6.2.2) >> +->> endobj +-1986 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-2022 0 obj << +-/Length 2210 +-/Filter /FlateDecode +->> +-stream +-x՜MSF:|(d?RTRrKRh)ӲQ65U QH +- Tї C] +->v:Y!7狯XpRe_O?;={wz>}AG$sﲸ;/0%>B]k R+7wSHNetxO4}pQ(o뒬i"9'O?lV\V=4^WVu/ՇjWݭ2R (,W1VRB} +-0)Ii8፷tiIŔGt:)\Xr8V,|uRhVz]uzMz.[.^Uz[7wOЮxjbi䱱##y0FT'c%|?zYHYW7=CmuW/')JH%u*@(("Gc)"(~j2)0ޫ$0j֣ky]2xRFU4;FG%Gnr YyŅnl\ |d]^U㶺WL4VҐ}СGС?{q> +-s2yM_B 2MTf%*BGcI;=&#!RlKJkYS4*M&BUp!+ϣFƅJ;lyMJog4q|'YKězl/VۇˋvF4~2{c8]POl>"(ψs%lk 5diHw)2jb^BaD!bD-=H%wPd ;laӾE#_/"EthEtgO36D禙NV"UU_lwp.N@fc^ueAj jEXHχKQJ$D{ +-#TN7`v*U{`dJC\X.p\2ąsQ_A2؏,pœ^2 +-Ac__ +-,DYVBJ;j'QJ!*," t5*Sx+=Մ*AGc {;ՐA(ؑ!>\=;r8F[T#Gb #vt|#U+5BBx"b`Tp#G!H ?rU8 {9F <vaJnH2Es11rEBLeX&V8# d'lY '8:8\K"dy4*##xFL9Orr}ڜ*wW_<70ދReMw*h~F?W52AhI?9=M8#qOKǧ#c/ˆCHƈJ;~:%w/'FsqB(zQ}(G(?{inӻ&CCU{Um0QٱDfNTNdh,NT󎆁[;IdӦmu;/ /)gblSg H X͝ru0^@h=k)1v6\P}@}ȣQi9p!cN/8-G~A946`,> >Xϟs29!>˛]&͔M?dۨ?!ۑ%*BGcI;=WJJs [RSAP癰ߩ;)ۑ#_Y^h/L,(EIy1-/IwuyX]"8)pblS#B*!BGc!{;Isd"jwٵ|]6w3?.w*T?4:ۏ~Nվxc~_j?+endstream +-endobj +-2021 0 obj << +-/Type /Page +-/Contents 2022 0 R +-/Resources 2020 0 R +-/MediaBox [0 0 612 792] +-/Parent 1985 0 R +-/Annots [ 2023 0 R 2024 0 R 2025 0 R 2026 0 R 2027 0 R 2028 0 R 2029 0 R 2030 0 R 2031 0 R 2032 0 R 2033 0 R 2034 0 R 2035 0 R 2036 0 R 2037 0 R 2038 0 R 2039 0 R 2040 0 R 2041 0 R 2042 0 R 2043 0 R 2044 0 R 2045 0 R 2046 0 R 2047 0 R 2048 0 R 2049 0 R 2050 0 R 2051 0 R 2052 0 R 2053 0 R ] ++/A << /S /GoTo /D (a00046_gga16a28) >> + >> endobj +-2023 0 obj << ++1440 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [120.8169 655.0113 303.9885 665.9152] ++/Rect [184.578 557.295 333.787 567.482] + /Subtype /Link +-/A << /S /GoTo /D (section.14.7) >> ++/A << /S /GoTo /D (a00046_gga16a29) >> + >> endobj +-2024 0 obj << ++1441 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [143.731 637.0785 260.3326 647.9825] ++/Rect [348.056 557.295 505.375 567.482] + /Subtype /Link +-/A << /S /GoTo /D (subsection.14.7.1) >> ++/A << /S /GoTo /D (a00046_gga16a30) >> + >> endobj +-2025 0 obj << ++1442 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [143.731 621.0835 262.0065 630.0497] ++/Rect [209.205 504.74 309.717 515.644] + /Subtype /Link +-/A << /S /GoTo /D (subsection.14.7.2) >> ++/A << /S /GoTo /D (a00046_ga17) >> + >> endobj +-2026 0 obj << ++1443 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 601.213 276.0044 612.117] ++/Rect [184.578 489.003 323.994 499.19] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.7.2.1) >> ++/A << /S /GoTo /D (a00046_gga17a31) >> + >> endobj +-2027 0 obj << ++1444 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 583.2803 263.2724 594.1842] ++/Rect [365.859 489.003 502.884 499.19] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.7.2.2) >> ++/A << /S /GoTo /D (a00046_gga17a32) >> + >> endobj +-2028 0 obj << ++1445 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 565.3475 280.4279 576.2515] ++/Rect [184.578 477.048 315.526 487.235] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.7.2.3) >> ++/A << /S /GoTo /D (a00046_gga17a33) >> + >> endobj +-2029 0 obj << ++1446 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 547.4148 274.3505 558.3187] ++/Rect [318.515 477.048 459.415 487.235] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.7.2.4) >> ++/A << /S /GoTo /D (a00046_gga17a34) >> + >> endobj +-2030 0 obj << ++1447 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [120.8169 529.482 351.5899 540.386] ++/Rect [184.578 460.25 339.317 470.781] + /Subtype /Link +-/A << /S /GoTo /D (section.14.8) >> ++/A << /S /GoTo /D (a00046_gga17a35) >> + >> endobj +-2031 0 obj << ++1449 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [143.731 511.5493 260.3326 522.4532] ++/Rect [199.502 374.706 319.929 385.61] + /Subtype /Link +-/A << /S /GoTo /D (subsection.14.8.1) >> ++/A << /S /GoTo /D (a00046_ga0) >> + >> endobj +-2032 0 obj << ++1450 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [143.731 495.6738 262.0065 504.5204] ++/Rect [325.659 374.706 400.159 385.61] + /Subtype /Link +-/A << /S /GoTo /D (subsection.14.8.2) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2033 0 obj << ++1451 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 475.6838 290.3907 486.5877] ++/Rect [444.723 374.706 505.375 385.61] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.8.2.1) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-2034 0 obj << ++1452 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 457.751 304.7864 468.6549] ++/Rect [184.578 362.751 224.757 373.655] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.8.2.2) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-2035 0 obj << ++1453 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 439.8183 311.9792 450.7222] ++/Rect [260.672 362.751 367.122 373.655] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.8.2.3) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-2036 0 obj << ++1454 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 421.8855 297.5835 432.7894] ++/Rect [200.674 322.868 285.685 333.772] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.8.2.4) >> ++/A << /S /GoTo /D (a00046_ga1) >> + >> endobj +-2037 0 obj << ++1455 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 403.9528 289.2847 414.8567] ++/Rect [292.586 322.868 367.086 333.772] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.8.2.5) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2038 0 obj << ++1456 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 386.02 303.6804 396.9239] ++/Rect [414.287 322.868 505.375 333.772] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.8.2.6) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2039 0 obj << ++1457 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 368.0872 310.8733 378.9912] ++/Rect [184.578 310.913 189.34 321.817] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.8.2.7) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2040 0 obj << ++1458 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 350.1545 296.4776 361.0584] ++/Rect [220.274 310.913 326.724 321.817] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.8.2.8) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-2041 0 obj << ++1459 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [120.8169 332.2217 357.9261 343.1257] ++/Rect [205.363 271.031 326.896 281.935] + /Subtype /Link +-/A << /S /GoTo /D (section.14.9) >> ++/A << /S /GoTo /D (a00046_ga2) >> + >> endobj +-2042 0 obj << ++1460 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [143.731 314.289 260.3326 325.1929] ++/Rect [338.485 271.031 412.985 281.935] + /Subtype /Link +-/A << /S /GoTo /D (subsection.14.9.1) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2043 0 obj << ++1461 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [143.731 298.2939 262.0065 307.2602] ++/Rect [470.735 271.031 505.375 281.935] + /Subtype /Link +-/A << /S /GoTo /D (subsection.14.9.2) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-2044 0 obj << ++1462 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 278.4235 228.4135 289.3274] ++/Rect [184.578 259.076 224.757 269.98] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.9.2.1) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-2045 0 obj << ++1463 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [120.8169 260.4907 357.1289 271.3947] ++/Rect [260.672 259.076 367.122 269.98] + /Subtype /Link +-/A << /S /GoTo /D (section.14.10) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-2046 0 obj << ++1464 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [143.731 242.558 260.3326 253.4619] ++/Rect [199.138 219.194 285.254 230.097] + /Subtype /Link +-/A << /S /GoTo /D (subsection.14.10.1) >> ++/A << /S /GoTo /D (a00046_ga3) >> + >> endobj +-2047 0 obj << ++1465 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [143.731 226.6825 262.0065 235.5292] ++/Rect [290.619 219.194 365.119 230.097] + /Subtype /Link +-/A << /S /GoTo /D (subsection.14.10.2) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2048 0 obj << ++1466 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 207.6687 280.4377 217.5964] ++/Rect [408.863 219.194 473.39 230.097] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.10.2.1) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-2049 0 obj << ++1467 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 189.736 278.7841 199.6637] ++/Rect [184.578 207.238 291.028 218.142] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.10.2.2) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-2050 0 obj << ++1468 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 171.8032 298.709 181.7309] ++/Rect [200.285 167.356 343.397 178.26] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.10.2.3) >> ++/A << /S /GoTo /D (a00046_ga4) >> + >> endobj +-2051 0 obj << ++1469 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 152.8942 294.8137 163.7982] ++/Rect [349.909 167.356 424.409 178.26] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.10.2.4) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2052 0 obj << ++1470 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 134.9615 295.9297 145.8654] ++/Rect [225.306 155.401 320.827 166.305] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.10.2.5) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-2053 0 obj << ++1471 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.6115 117.0287 310.3254 127.9327] ++/Rect [356.782 155.401 463.232 166.305] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.10.2.6) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-2020 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> ++1433 0 obj << ++/D [1431 0 R /XYZ 160.667 686.127 null] ++>> endobj ++527 0 obj << ++/D [1431 0 R /XYZ 160.667 668.127 null] ++>> endobj ++162 0 obj << ++/D [1431 0 R /XYZ 160.667 668.127 null] ++>> endobj ++1434 0 obj << ++/D [1431 0 R /XYZ 160.667 620.905 null] ++>> endobj ++1448 0 obj << ++/D [1431 0 R /XYZ 160.667 394.17 null] ++>> endobj ++1430 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 469 0 R /F44 479 0 R /F14 608 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-2056 0 obj << +-/Length 1368 ++1492 0 obj << ++/Length 2959 + /Filter /FlateDecode + >> + stream +-x՚rF| +-'/>&^RSxs\*(Tq FۧAl QrD7? f`?1MFEj¸Fka*ͼ͑F8uñ1L՗tٜ#?-}Z̾.>N-$ÊnUɗ4ZJ!$b>LhBƍ ΀8* 9kٺ}zA l[Q+jY*:$apbfst}gruM/€{NyhT_8b%"# )Ө,yZE%Ҷ00C4UπARB( -AHwym'LMQ|j (+ \Klr/)svgǸ:%Y>+b;I0Jcݗd[Vˊ~+n²*lT%HiqVj]#kX!@ >MeIV%o8Ky`*,V ⟣qۇ~ G_"Q-k9%GdSCd/1y*0Tc-FhA|i/HXHiTb<*bqpCgRƉrJt\%6!z|@xяǗE&ߨ0=g>b}'{s䈶ER,aO#_;Gv9|$$͘F9/B#(jaQD3 SFZzWIo;тxLh"%\S0t{ +-= 74\2~ +-.$βr!%O +-M+gH݌>+V8fNoxIݟTӒXyS=Nv @mWnRM՜ JOb=#mjVn[?^E.}w}rqi=1arsS+:~8)vo)E w?WF7{+JL snt%Nx?ߌM?4q3 i9'!j7C+j6>qjؚ N(1Fg4o_)s@̅Iy>Sgt+>ハ QѦ5h09||<M\-fbBTHժ)a-K{f'-,9bIM8ukл^Oˀsw<=Y2 H])S#`P8B JI?Q.]#g/LNK&nT'ֆ4!/&sc"뱯ïXDl^$BmwDJK;?c?>f-''8'$w*@3s"3kE+3\fU&[aq' ~i|ac̅its8a)-ANB¨P1h_Mk0IT锘m0;Q.T[2Za%L#e/M)ESI43s#"B̪̍s{)J7N\Zv !,HU"zAsFINGNĬNb.:(aX)(8sa2?=iof:o!bPoqXn8Ʃ M ++%1P qG J.`mwJ^hk͟[N~\Niq gb+~kri=yXk:% .g0Y V[/݂u,A=3K=}["/Leu_ 0%0֕0P| ]D$B6KU5=Q-^ΏY9eRsFMSe״B}Z-toCآMl@#+iaGςjA8of=@G! b4xgF7J.H|iI1Gu535sҼJF]T8fp0ikcK NJ/ #\J:JA3*G4^<70 BĠnHg(27f"&N 1B{t(nV5އ%રE;mA{e+2a.vwWa{ARJ'ϣqd~uxlwxH+8D ꍿ/S偯tx@D4N]l xV\hKDukM&Sfa3%MK߷x\\]nK^Ĭ)^bx(aP^8V#^09-G{@&@PV(aI dQ Nn-Phᰈ(g%I8o/:̊X"; ++MI8ofGIl1 RN]]obzFėx5c#j:̗٧nF ˯ԃ{ ++h0ysvh"uÿ7ix9ᵲ'jr_>_}ߪ_df kw!DRMĬMb.8(a\ !.9\H/B5zXPĠ\᝙lJV`I8^McCظ#% ++ybe(9V1*:V\W ~ `CNB.- A ++1͂8dȋ#e/MEa Aex>&F.Fse"{n&9`PY~Z*\qxHa. Q ~&78l> endobj +-2057 0 obj << ++1494 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 655.0113 371.3165 665.9152] ++/Rect [146.076 655.011 253.771 665.915] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.10.2.7) >> ++/A << /S /GoTo /D (a00046_ga5) >> + >> endobj +-2058 0 obj << ++1495 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 638.3632 353.8025 648.2908] ++/Rect [259.872 655.011 334.372 665.915] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.10.2.8) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2059 0 obj << ++1496 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 619.7625 345.3043 630.6665] ++/Rect [130.78 643.056 221.319 653.96] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.10.2.9) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2060 0 obj << ++1497 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 603.1144 354.0119 613.0421] ++/Rect [252.253 643.056 358.703 653.96] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.10.2.10) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-2061 0 obj << ++1498 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 584.5138 349.1697 595.4177] ++/Rect [146.227 603.468 290.445 614.372] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.10.2.11) >> ++/A << /S /GoTo /D (a00046_ga6) >> + >> endobj +-2062 0 obj << ++1499 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 567.8657 347.506 577.7934] ++/Rect [296.696 603.468 371.197 614.372] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.10.2.12) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2063 0 obj << ++1500 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 549.2651 348.622 560.169] ++/Rect [178.518 591.513 248.026 602.417] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.10.2.13) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-2064 0 obj << ++1501 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 531.6407 363.0177 542.5446] ++/Rect [290.992 591.513 397.442 602.417] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.10.2.14) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-2065 0 obj << ++1502 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 514.9926 370.2105 524.9203] ++/Rect [145.865 539.969 254.666 550.873] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.10.2.15) >> ++/A << /S /GoTo /D (a00046_ga7) >> + >> endobj +-2066 0 obj << ++1503 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [174.6152 496.392 368.3074 507.2959] ++/Rect [260.556 539.969 335.057 550.873] + /Subtype /Link +-/A << /S /GoTo /D (section.14.11) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2067 0 obj << ++1504 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [197.5293 478.7676 314.1309 489.6715] ++/Rect [130.78 528.014 195.307 538.918] + /Subtype /Link +-/A << /S /GoTo /D (subsection.14.11.1) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-2068 0 obj << ++1505 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [197.5293 463.2005 315.8048 472.0472] ++/Rect [226.241 528.014 332.691 538.918] + /Subtype /Link +-/A << /S /GoTo /D (subsection.14.11.2) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-2069 0 obj << ++1506 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 443.5189 304.3486 454.4228] ++/Rect [144.588 488.425 286.584 499.329] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.11.2.1) >> ++/A << /S /GoTo /D (a00046_ga8) >> + >> endobj +-2070 0 obj << ++1507 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 425.8945 310.6848 436.7984] ++/Rect [291.197 488.425 365.697 499.329] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.11.2.2) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2071 0 obj << ++1508 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.4097 410.3274 309.8876 419.1741] ++/Rect [208.366 476.47 303.887 487.374] + /Subtype /Link +-/A << /S /GoTo /D (subsubsection.14.11.2.3) >> +->> endobj +-2054 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-2074 0 obj << +-/Length 1573 +-/Filter /FlateDecode +->> +-stream +-xڍr6D΄ ܜL۸]M잚 Pﻋ)JQg,`7*?bQiWigpv9Xa^/`DaG*XxxWx)OVۣ$,KQ$',E IBsb(g${"OMmgLHơH yMIxr3^-ת'5|Uqdea1v_AzGrml/M&Xgec!EwKW#JO",R<T>58˽ouYZM*3Vnַt0zcd:^с\7 #xw $د> `3b /FTk| oPN c'R9Gw HuLV-Ur?#IE $ $]UPu!nl&"Z" /wCay Pȟj v it,C^,n<3{PܷAG_@A-Ot 鬪@bEY%hމ!S|9QrvmZ6.9# J0 ?yuMԻ&4p DzeiO5(tU'T;0mv* K}ۦRD~fx"hj7&GU1!rL"Pw8>?W\u'YzEglɏ%T +-AٙqnO`@vRD;Gye(a6<;C:;ș :Ołqe8|^S$LcXlOj<B[0K4*Z3 ȍʹ@n[p΀p΀_댗'.̦Duh%'so_,ETGo3qLd{mվ9~ZDq4vtq+qf ۯa`Pwk +-> >=7g+(B=`:I%;9=r b"{=)^{LIXY>a}1endstream +-endobj +-2073 0 obj << +-/Type /Page +-/Contents 2074 0 R +-/Resources 2072 0 R +-/MediaBox [0 0 612 792] +-/Parent 1985 0 R +-/Annots [ 2082 0 R ] ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-2082 0 obj << ++1509 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [285.0499 208.5213 413.7776 219.4252] ++/Rect [344.579 476.47 451.577 487.374] + /Subtype /Link +-/A << /S /GoTo /D (a00008) >> +->> endobj +-2075 0 obj << +-/D [2073 0 R /XYZ 106.8692 686.127 null] +->> endobj +-6 0 obj << +-/D [2073 0 R /XYZ 106.8692 668.127 null] +->> endobj +-2076 0 obj << +-/D [2073 0 R /XYZ 106.8692 477.4107 null] +->> endobj +-2077 0 obj << +-/D [2073 0 R /XYZ 106.8692 427.3697 null] +->> endobj +-2078 0 obj << +-/D [2073 0 R /XYZ 106.8692 427.3697 null] ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-10 0 obj << +-/D [2073 0 R /XYZ 106.8692 427.3697 null] +->> endobj +-2072 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F40 2081 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-2086 0 obj << +-/Length 2413 +-/Filter /FlateDecode +->> +-stream +-xڥYs6_5SHd)mԽ4\g>P$Jq.ws [LiOes.0"nnlbqʃE0K'Yx?z,$,j8,x懇Y[=gA,} Μ)|BKX+O#M&nC8bn%Q"Ð,V e$UJh[W$N" +-)SB /f FТ -bfiOS;gQ-t)AZVĜ`4F`lTģ;!2 +-#^5NÉ1GaT +-dƷ&z]pnj?:p|:S58? RI(bٱD-< ^Z@Fn 2 l)\0ys8̔ L]9`Mw-r@ˮ ah$gG1i(q0!4N.PK"29nZkݬ.P׀+97yfgtZQmT5 Yt"c5XD1^6MaґC( N EmKMJw)AuՂacFJӏ SKDlZaؿ}zz +-; +-~{ (r=3I⌟yKչhGfF@UίS4=k>",<::)CNFjJ*yJ:r+iiJ+`Ch81 {TG yA9va fq58iP rO6aT^ICgk;v:=S9G#9flKtWߔ*1JP,\\ͰG=}}jH>J ї~Wzh&jld7Th[|_ڰ#Ȃws7d N7jWfd}O.E#{ RQe ox>`B^::΅Zz]+Q5 6 1ġ]/KfAw:5Xur'Kz1@v ~N$I AXu~ԾKn]rO9i"C}NߗTZh˄=0`Џ! |y89Vm1Vڽå> endobj +-2088 0 obj << ++1510 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [236.8251 393.6423 296.2249 404.5463] ++/Rect [130.78 464.515 135.542 475.419] + /Subtype /Link +-/A << /S /GoTo /D (index_cli_examples) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-2089 0 obj << ++1511 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [303.6807 340.1525 398.0462 351.0564] ++/Rect [145.764 424.927 252.344 435.831] + /Subtype /Link +-/A << /S /GoTo /D (index_interface) >> ++/A << /S /GoTo /D (a00046_ga9) >> + >> endobj +-2091 0 obj << ++1512 0 obj << + /Type /Annot +-/Border[0 0 0]/H/I/C[0 1 1] +-/Rect [191.0262 237.6448 426.1445 248.1751] +-/Subtype/Link/A<> ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [258.133 424.927 332.633 435.831] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2095 0 obj << ++1513 0 obj << + /Type /Annot +-/Border[0 0 0]/H/I/C[0 1 1] +-/Rect [162.9888 213.3608 308.4433 224.2648] +-/Subtype/Link/A<> +->> endobj +-2087 0 obj << +-/D [2085 0 R /XYZ 160.6675 686.127 null] +->> endobj +-2090 0 obj << +-/D [2085 0 R /XYZ 160.6675 305.2832 null] +->> endobj +-14 0 obj << +-/D [2085 0 R /XYZ 160.6675 289.8051 null] +->> endobj +-2084 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F44 2094 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-2101 0 obj << +-/Length 1127 +-/Filter /FlateDecode +->> +-stream +-xڥVmo6_!&CR%耭iY!0Z-eN/RU6 #y<=|N$# Ӏ enVijR|zuGQw8Iۏ!AI onI4=X0>?ޮ O e(Ef[ +-&*IiEW&Ovѥ0 Bt1̬@ ^I8TbpoFK}ؙ@/߁xcrva(kX +-g_"C`:'|Lqq: Z% ืy:u;5 Cr e> endobj +-2102 0 obj << +-/D [2100 0 R /XYZ 106.8692 686.127 null] +->> endobj +-2096 0 obj << +-/D [2100 0 R /XYZ 106.8692 343.9491 null] +->> endobj +-18 0 obj << +-/D [2100 0 R /XYZ 106.8692 205.9741 null] ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [176.296 412.972 266.836 423.875] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2099 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F11 2105 0 R /F44 2094 0 R >> +-/ProcSet [ /PDF /Text ] ++1514 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [300.397 412.972 406.847 423.875] ++/Subtype /Link ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-2109 0 obj << +-/Length 663 +-/Filter /FlateDecode +->> +-stream +-xڥ]O0+,qTSGl.uqVk$mHTO^}r bTDLd1rFPk[0POF"0 p^b0D|:?tl}ţl.f|}o7 I~;y(7.&1Hm ,r2[.mոPPxwkRFp\J2Ld6K '۞\B8pv( %DŽru@wŮz>@®*_z<_Ջ:]T,_/%u g2٨%II4mmdt2XI]AJ= JrU6iJ?:`}=>`F}y)Gز zYc hӪ,;7Z]q9r[ك=趇yE=ww( S̰3f&:Pn^Y=ﶧN{IS$m%!z0=nf:L{eMdro7jm]9 ODSFFŵoT(95wtNiausx'vR @UWt6#׷,&Ẹ=,Iև~ԷNǧ;zU3VmX+(endstream +-endobj +-2108 0 obj << +-/Type /Page +-/Contents 2109 0 R +-/Resources 2107 0 R +-/MediaBox [0 0 612 792] +-/Parent 2106 0 R ++1515 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [144.377 361.428 287.48 372.332] ++/Subtype /Link ++/A << /S /GoTo /D (a00046_ga10) >> + >> endobj +-2098 0 obj << +-/Type /XObject +-/Subtype /Image +-/Width 450 +-/Height 570 +-/BitsPerComponent 8 +-/ColorSpace /DeviceRGB +-/Length 12782 +-/Filter /FlateDecode +->> +-stream +-x{LwiuAQETl=kTux#kllS/T֬]t,KQkonZ؋_11+ra9@ù9sfDN!d@1!+%,J!XB(!`QB!XB(!`QBB(!΢8B!mQܶm[M3 !XTL8k֬.YokkKJJ¢D}7e`ƍZ7ztgѕΝ2e, ><00P~;c __߸/!Eg}VnGFƍfwƍI&m߾;vxё#GF3>gܸq۷o,b{@꽼ƎsNGK,|)S/299W cQea6#Fضmw}WWW /ؚXY㏻v풯hG)++[r2VN^NL cQe^,cr~СFur޲eD'N!eYTTyS*7ФGb٣i&(Μ9#+4ÛEI,E{Lmm/|2 +-u„ f@򝘘(}-W_}7WV*--[e˖ .Tߋ:$EI,E{:n8p2//OZǨJ\ӵF%$ 3d +2tAYf?Cqqk_RkɒѻEޔ q'zB(X$X,J(!X$%X,J & %,J%0E %ā5LPJKKmaQ$arʑ C:!O7W0IŤ5/! +-&2 Ģ$b(`QE!`QX`QB(X$X,J(,J`,Jk[}ҥQ8aQIHYYY||oRRRMM}eeeiG222#ܼys֬Y~~~uٳg߹sGF:;;e0מ@ccl Jd"e[ [&-bŊW>zhڏ.\x?Ϟ=aZZZd&#UUU?VFl2~/vuuiOVp +-G& @lhh'7(L}YT`vСI&i(Bfbbɓ'#)wYʺ2"rȑ2)f'w䦦&RUCBB - +-DwU^FqiOGGvڜ1Ymed23fذa+#2n:t˕KKK-O@"q0 - +-0{QIhz+/ȈT7...mׯϘ1CgΜyƍe=+WDEEeffjw -,,T6rC>gґE(mmml]9ϋ$]wrI$]aQŢLWXb銞a2 tEa2 Ea(bQz+, +-Xa2 tEad`u0/&LlIID+k,J0&L,!5%!LB,`QE `QE B,`QE baEM&Iii)]Yߕ5gtm;Nc4jI~ +-B,g¢KWX&(@WX&(X& +-B,g¢KW XY+, +-XYX, +-tE!3]aQXzI,[ۗ.]jrpW"mgt7zxxX(x߾}YYYmٙ驌666;6EEE[n;9te3]ݢ}/\̙3me˖_xKimmLA}}vP& @lhhXgClppz,22ӽ{&''755Bll2JĺmW Xq6^nݰad:˕OKKK{|T]X튞aZ$ײǏrȑʧ!]A]3LbWIKK[[[e)~o9 {9[r&Т88;;oݺe4>_P9rJTTTffvBe,]|?cQz+YѕS(Lwn+(LX,JtE!&(@WX&(X& +-B,g¢E&(@WX&hJJJ&Njj*] VW0 brĖN4)((+뻲Ƣ arbXcQB$,J%X,J%X,J(,J%X,J & [d2m ҕ]YcQzI0i߶KHHH#IJJ +-&aR_LZC|;*] VW0 bb!$]aQŢ Xb +-$e +-$XŢ0IWXb(=XIĢ]aQĢbQI, +-X +-B,3LEkkkxp0Yxzz1}]G?ݻ?8p駟/-KYwrbەIԗEe;wJ9ũς,kjjl2|pGr?x/2s=zT:+.mQI}YtԨQҌx~~~TT,e^|EzAA\d].X|A{侀 Kȸl`2dEfS:+(L¤,*=KcRoyaYʺҕɉ'd=>>>==رc=>;CWTTL:UVdY^^ fH"+rX///''ֱ]Ea&uw/gϞgȑ#"!JW|ɈzIR ٚ5kd< @_}vV0 z/*&痆Uƍ~zLK){,^877WЂ ٳgdA9+z/ +-0#*=z,[eg¢ Xb +-$e $LbQŢ0IWXb(=$X¢0E¢0E!b(LX,J0E!ba&(@WX&MgAgbccAmUV?`0(#7oޜ5k,e]ڡ+%qڡgX׻Eٕ3Xbe^QQYKʕ+/\pԩ5k(#˗/hiiuWgφEsIˮ%7hUUfAWnnEd\6s玬ltJkMbbiϮgQu%ˀzjW^Ţ}<DGGL'}"%9sdESeNYv'uvڜAOٕ,j~zkƌXkY Ce]Vڟ,/d;v@WiWJ6EЕѣGX W7>쎬̝;?{I֯____ܹիW˖-Sߋʺ;] p-zvUڢM6=3X4o޼aݙ?k9 ӧOomm=qℜ:xuy̙3oܸbnWX>=&{JnhEΗ/_Ƣz?I¢E&(B,L$e +-$XŢ0IWXb(=XIĢKWX&(X&a>]hQTT.9s؂XE陮e  thLIIte3]DOO0 X¢0EŢ0 Xb(LX,J0E!(LbQfb(LbQX, +-tE!3LbQXI,,I, +-EaߣxyyƖfg/%V:|[[`PFL&SttwTTX;te/8p !!7)),jcbbfϞ}|"&㝍I+ς^JV\y…SNYF>|Ç?~\UU_Jں+˃,Yŋ---w6݅-j랃F+V1)]zѣG ĢjfAWnnEd|ҤIbVx.@ 622ҭ,jeLarȑ09&t!ӍE{{yVDKr9sȊ,ݻ ~Wr;*R]v]v۷o'''˝[=ۮg`̘1Æ [vL>)Fqi,mϐ!C>|СClǎ2>oӮzܥaرEEEn% naI(O111X>JqƇݑsg/ϝ;zjuP.Xk#vpe׮]ǎsۧ箮K.%$$L>r]CBBh}655͛7oXwϟڵ~Ŗ'N~Y.ƍ;t萋;]Y2Q1͢944t͝0DLٳ',,oڴiuuuXT_g^& +-B,gĢ 0 XY+, +-Xb!$]aQŢLWXb!&aB,]aQĢbQIY4%%%Ӆj;b>gґEsrr\.2 cQz+}Yb te3]aQXI, +-$e $LbQŢ0IKXb(=$X¢0E bQĢ vɯ>K'9rL0ٷE !ьE !B%,J!XB%,J!ӧ3 {a_SLd!aI~᷑t"X,J%X,J(,J%X,J & %,J%0E %IE%L q*$qE +- +-}||ƍ}" <5v؝;wj?ZdIuu˗L|ᇱrb&L(**2DEE$5ˈ#mwս &V?]j?Zx#GV\79z_mL\ۢN/oݱcLbQ5rOOO?tPcc:XYY9~xoooY~2"ˉ'ʈBqPPPffǧN<//ONƢJjkk_~I& 2(S°,Zdo ?*{<(<'|"4f̘>HofΜ)+믵444>7))FѾ}#n޼9k,???YʺTWWٳܹ##KXXkOQ6S%MDDDQQ֭[- +-D]bիW=z@G .466􌈈(**R6غu+XJ]dŋ[ZZvh…gΜm˗˗eۡΞ=j6 2NeAN+zI]0igb\z522R;vܹ#+4>P2#'O޽{Bll2T=ä.toߖf***>>>%Ɋl֮]QVKKKD&*++շ:rNH,]3L:9'Vǎ,00Zfv(OOOM#S\JJJ%|ݧ+zIgڵK>v}WYl^E>{|YP߫ȗvwPtE0 &mMEgggg̘!3gμqF߇ߕ+W233;*dee9te3]ȢO6~6EaKv ]Ea(bQz+, +-tE0E¢0EŢ0IWXb(=X,J0E¢0ESRR2IwRSSjI&uIAA]Yߕ5gt&[&!`QB(`QB(`QE!`QB(`Q0I\آ&iѤ3L:Ik`H'1t5X]$LI~FBtE!3]aQ+, +-XY+, +-XYX, +-tE!3]aQ+zI,,I,,@,I¢E陮(B,=$-K.EErX9+]3LE=<<,GXno߾6 TOcbbe"e[XE陮n>.\x̙6۲e/^եV^;(SVSS 644uG,]3LI!688mYUUe޽{vQf!66Vlnn q%bݶ+zI,ǸOGGGoy{{[nذa2ʧ=>qVVVolDvE0E|- +- +-kǏe9rHSyTII. yw&߫IR?mll Ϸ֭ApW nhQmzQS\\ێn2r/Wj]r%***33SchhhaaAVV.JW(=ӕ,Dikkgʩ~^&銿dЕKZ& +-B,g¢KW XY+, +-XYX, +-tE!3]aQŢ XY+, +-X4%%%t'55+I}19`bKJJ^'Е]YcQzI09`b E(!ab %,J%,J%Xb %,J% ą-j26MJKK(=äCo%$$$%%`u0/&!VIҝW_}+I}1 Ea(bQzI, +-tEa2 tEaB,bQ+, +-X +-B,$LbQf(LbQfb(L$X,JtE!b&ʢoFxxOXXbGw<==~ǏOHHPF8O˗;9qy$Lˢ{\\Ν;TgA555[l>|#9}^zIy =*KYwrbەv׶(L¤,:j(irYxY˥Ed\60L"K)sBbەX&aR_1q)7<|,e]Jĉ~ر̈wQ+**N*+,//We3y$9خǢ0 ݳgOsYu+udD$IXl͚52r{QI} K*ƍ[~LZ\˔ie/^+_hٳwPؕ[IԑE=Gҭ2'W7O?{???V ?m۶˗eee'߿_uTWr=$Lˢ~6O/g¢E&(I,,@,IĢEa`QŢ Xb +-$e +-$XŢ0IW`?UKnn-+XJ_2 ./] VW0 bvqd=Fڰte3]aQXzI, +-tEa2 Ea&(bQ+, +-XaB,]aQĢ]aQĢ X& +-B,gĢ 0 XY+, +-XԦ3^^^6KɪUΟ?f0$$$&%%X;tٙiy(7z.++th ς^JV\y…SNYFYdŋ[ZZvmuW[l?~vyŊW^}kJ͗_~? 1 UUU^%FFFJnL>~СC&M]`,Attdz'^ϙ3GVdy=.oNNNk <=ٮ+oou 6LtjO6eR~ĈO__ TeeСBc壆cM={$Y9ҝEmͤDy_Jz9,Y6n;2w%Y~}}}zjup׮]ǎCЕURQk׮{X!!!0GWSNFGD4o޼aݙ?k9 ӧO8qBNkzt b[n U]]Em={MVWWbܮ$)))}uy`Q+, +-XaB,$LbQf(LbQX, +-tE!3]aQXI, +-tEa2 Ea&cEEEE=B3g-+XJ_]``HwƔ[KW(=O<=0{Q+, +-XYX, +-0E!$]aQŢ Xb +-$e $XŢ0IWXb(=$XIĢ]aQĢ X&=zWlllyy:hMRjժϷ ڃܼys֬Y~~~u됮dddoEsod]9%VAAA˽\… NZfMoY|XKK,uD={644ԭ,ꐞ{I˃ %7hUUfAWnnEzhܿΜ9"{vٱSV:::udϮ֮]3?.DoϞkQGu?[3f=b3dȐ*2tey!۱cG^]yzz5EܳEҕѣGXrJqƇݑsן;wn}l2X[w5?.fQOW͛6mzgh}655͛7oXwϟڵ~[[[O8!'5NF_.r9s7tM¢鹏aǮWt}e,y`Q+, +-XaB,$LbQf(LbQX, +-tE!3]aQXI, +-tEa2 Ea&fєLJjj툥+XJGIs\؂XE陮eQw5ҕ},JtE!ba&(, +-XYX, +-0E!$-aQŢ Xb +-$%Eaɓ'J`u0/&LlIID+k,J0&L,!5%!LB,`QE `QE B,`QE baݢa!vhI/&.ȑ#0Id%F3%,J!XB(!`QB!XB(!8ESRR2 ! (endstream +-endobj +-2110 0 obj << +-/D [2108 0 R /XYZ 160.6675 686.127 null] ++1516 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [291.882 361.428 366.382 372.332] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2107 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F44 2094 0 R >> +-/XObject << /Im1 2098 0 R >> +-/ProcSet [ /PDF /Text /ImageC ] ++1517 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [203.37 349.473 272.879 360.377] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-2113 0 obj << +-/Length 1240 +-/Filter /FlateDecode +->> +-stream +-xXmo6_)&cneh CX[,;,'ra1=/'E]#O\p:;wo:JQgSӗx0zoc!hiy"1>vNF G`z/Q7vC}@9YŸ$´ ːans|&er&ᝆy~sF1t5@;.w]}nm>D!݅ +-?˼S٧wڥ|کxTf|mqK!p.o :EiIqf+=lXvv>!le in2/sF1J'Fĩ,}Ȭtdy!E۫L}ad|RYcgG*\Ί(vYLG3C"~B];AbD&mS#fL$^<q:IikT›giT$e0 X|=db(x.J{^41M>`< bG2$B8oZ-tol_Zx_o2[*XA4T3.G}azْ?v4zw~blr5WL̴MB'#Oerۚ:TWɰ\3n2^'Z&ע8@BпE b]7TOuʌ9݄B,_ 2T6eT{ r^f4WYam`Xͭ*N’oJ\v'm'l)55 㛄gF/q*WWFvCz6dms=2h9u1фo0?;jo{o0z$>$[{l5֏.mH1g4)Iv7)qVبV472p˕TYTK8i`naTI\q@ ӵWU -zb#k@ŋ| (*ձ]MCkQ,endstream +-endobj +-2112 0 obj << +-/Type /Page +-/Contents 2113 0 R +-/Resources 2111 0 R +-/MediaBox [0 0 612 792] +-/Parent 2106 0 R ++1518 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [310.359 349.473 416.809 360.377] ++/Subtype /Link ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-2114 0 obj << +-/D [2112 0 R /XYZ 106.8692 686.127 null] ++1519 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [145.587 297.929 253.273 308.833] ++/Subtype /Link ++/A << /S /GoTo /D (a00046_ga11) >> + >> endobj +-2111 0 obj << +-/Font << /F28 1626 0 R /F44 2094 0 R /F22 1616 0 R >> +-/ProcSet [ /PDF /Text ] ++1520 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [258.885 297.929 333.385 308.833] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2118 0 obj << +-/Length 1212 +-/Filter /FlateDecode +->> +-stream +-xڽXkoF_Aj6lnVIJUDIL3wfJɪ%3;s9w^C< _d$7wsG#RQаzu>F^bIw~+F!a08q@E ]D2?֓$Kic3B v #=t0"qLq FSec.m*0G,S{!CL UJC$t"BDœ:E +-u9YW8>{@bUֹAĠnvo5)>ʧ0o%Cƃ[qgS A=AƃidL.}GBإ p t1SK[WU\'KW6Xzk/BgfcmyO{@ Aʧ|0\sL +-7A6MPK;'/NG#(;ahH$7nE(( +-ƹ]B>rƙm\,( +-j2 A9tee\Wź8g 42Ż5HpƭUmۡ1S}j]m)!XF0_9 +-V +-PԐ3?IѵӼ\Lr(֕z9*2+h7£OVefhn?+m!9viՉHO.{r{CӖ [[fZ/c.gN/ڹ*xd<2GH 8JK(((22h  :&<6(JDGw\xoxb<O4AQ ((22dR8^8^/l +x^oVZ/s((7]Fk:qC&n~r\,;w{iwMIwfR?i^-U~oOf:U%"ʕPo\`1Wl=Q!UuՄkG,-6EV̡#/>y៻ `y/":a-XC1[TF#ebKw[Q4gkx&AR8h\ +-cԨyb{3=qjZN?~)"MLendstream +-endobj +-2117 0 obj << +-/Type /Page +-/Contents 2118 0 R +-/Resources 2116 0 R +-/MediaBox [0 0 612 792] +-/Parent 2106 0 R ++1521 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [172.686 285.974 237.213 296.878] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-2115 0 obj << +-/Type /XObject +-/Subtype /Image +-/Width 970 +-/Height 290 +-/BitsPerComponent 8 +-/ColorSpace /DeviceRGB +-/Length 10359 +-/Filter /FlateDecode +->> +-stream +-x{tU P&wePyjA>*SNV;j)wT(@Qn"؋VjUUZYgSr99'6;wds1bduk :Hk@k5 ]5 ]kI$_x ٳgy@0g']G~衇2[j!KW1cFdɒ2dqdҥ>o߾S#s1 ,ȼ[n .LN>=4Z=zcb9]O0a֭^oܹ3vȹ瞻m۶]v͝;}q?Q`W^y墋.~1#n:=e˖8?h+X|y엗_wuٙ9p.]V\|Z\\>&?ڴiI8K#G,--ׯ߯~СC?8ȧ~# <8`ݻG/,o߾>cǎL@;vx2d[oU'ґW7mԳg؏{mE<;ܹsի|ŊُO>'AdZ/n3c{g~Nua&F֭[-dύ}̶xb&Pg!}Ie˖=zdnꫯVzFk޽{_NzF&jjݺuuW\2dH]W:O6 '0d!I&~4ϙ3'ڵk32e){޽Z:su}ht]osg}vEEEK;axر׳HYh̙3yuܹe˖7n=R>ºtRRR2p'JԩSDf̘=Ch:޽]@k5 ]5hzӀbӦM|>t<ϥ9]FR|V*>]T^ԤNR|V*>]JY)>+%]+ez+>+gkLog%]+ez+g,]+YY)>+%]+ez+>YY)Z)[)>+g%]U/Z5'*uOoggT|ȶǙO:/WjI'$Tn}W{n暆|V|VJg+ӛϊJY)ZV|RҵRR|V|泒ٮLokv>+>+gkLog>+>YIJJYJf2R|V|Mog>+>+%]+ez+>YJkۓ$iO?>x2g>|3\:{挪U-wݙ9~wȇ?./<mOТE=z<8yGMN޲4๷M瞞ݏ...qѱ,/f=Nw#GjO^Cҳu[g\;9^\KjY>}W}KKJ0g sUyޝwՋu4?_G_0*8}}lYWsk6Cs~f-G>{{9ӳSNٰby#W~мymZٮ]|4}ijΪ5(#/|5>yiO]>>G+3s/ݗ_e>7tg,A-m-.f>/ؿ8_>o\c)).퓫~Gqax_uö_a2OϞk~ZúSwCR8Hb[K# + +qAVk{<=>>\khQMwhߞ|5|Gϙoݺt3l|9"ٳ9nwkis6 2$*Oe>tKwj>|]Lr;/nmj`?/G҇ +fK2\5+[?踊s9[9>9}N7mڬ2>7t{׮ͬa-[t?v;Ǐ?#/mYͶ7qK§k9§#}az!9Sk븸&^k\K]=ZݍUKשkI>ϵ03 s%|!ws3O/Fxbq-v5lAq-RKC'W3Ϟ0!skt>&Zէ׭߷o,k'?X*ٞ*^\{ky|ۏƷe,x>|>_~%=8wWʱ|n:56/Nku'׿:f3*Rk5?BZ 7\Y}PD|el;f ._hҷ9_S8|؋=Cz{]柮%aqqqn̞]4sc^5)!֢-_w\Ýucܘ>g~g>wN~Tǎ-KKE|qlu3_{O3g>|U!ggkLog%]]JY)>+>K׊|V|agkLog>+>YIJJYϊҵ2Mog>+>+U`oGq5J5Z-+kggT}>d-T#=4R|V^|>dەjjUR3ەRҵRR|VJVVϊ|VҵRR|Vϊҵb;RҵR32R|V_eUS~R\|V|VJՋuIz9ЈtI ?| @#r543 lg3 ]7g3gHl 3,]|>5`z| 0>|tv>5nz|0g>|tݠ'IbYQ0ӛ3gHe{yyyKJJzym՗> 9@-zq}es}G_}աCGzÇ6Ydz0]wշoxa Xp!O>qzt]m[ny7nxg4}̙7Csի,YrGN?xb,2g?s!|iY&^X+=|;:_/ҝwg^lKɓ'?#۷o\r1S\\۟q${lIMq׾}iӦ[nذa?dQ| 7$UH n;e>K|.<$]t wgώoذ|GEez7xcԴ~{ 2?իWO9sf|}sOoQFNl}`[l9̙>۴il2H ֬Y4K/N&ؾƕcy|25/lLgצw,]|~ֵkYfυ1;Cwx'2o`~n;s-9`JגڵK/  ג_OK/]xq\N81sp„ cEw^,]|:uj s|%7t}woߞ'um{={v!|߿ʕ+Qq}ԪU:*QFva.VZU{TU?W^yeѢEַ2_V{s wsms<};Fttaz| >K`;g0g>|t g>5Lo>l7g>πt g>Cf;Logl3 tlٲkŋF|3g>9:^Ո#&eeezU_F|3g>9麆377zU_F|3|tv|F|5+zez|3g +-Fzg>|vHgvӛ|3 >KVPLo>g>Yf;MokW|^|v>ֈ|3kg>|F| Mo>g>Ynٳħ/v +-czYg>υsmOґK8tȐ!ׯЃ>8cƌS2}Gݲe~ 3Ol߾O>gΜ[n .L0}x9]Fzg>|sSK{mv5wgh„ [n=?t^p;3<өSJ+aÆXM6eܷo_{֭Ӄ[lФloʣg3g>7C|ݻgС|{JK9UAx?xJMWo߾>cǎMf۫<|+>|s3 FWWX}d޽{z-)..T&M5kVc#XxqӦ\2=gϞxMfث|+>|sپe˖=zdnQv^U:UQQQEz[ƅOEEE߿ӦM{nגͳW5W|3s}Μ9Rk׮8qbޞدTپ}{׮]ު+'>uS*7|3 }έU/XO2^h̙3?#G,--5j[oU_W^ӦM~bN,X>`ƌ97z5+>|3'w'`Ozg>|.TI;^|3lgg>W5nz|3k+W7|3,]7g>gl3lgkW53g>[#>KV7g>|1cLƍWի\Mokg>Yg>0]WTT\,F|3g>9hr5>|k3g@Lo3!]7gϐӛ3g@Mo3 ]7gϐ3geˮA/֫*W|O#FU}*WӮ53W|3sk8ss#:Wի\Mokg>Yg>Klg;gkg>[#ٮW7g>| MokW|3gl7l|+l7g>tm^|3kFzg>gl3lg>Cf^|3gkg +-^|3i={;&ho6N^Hv +-czYg>υsmOꑔ~g̘۷oܹsQQQ`揙۷gٙdzupӧO7qOokW|3g>7t] &lݺ5ݿ曏9m۶߿?gySNVpÆ |6m>_u-[f۫<|+>|s39_lСw}ժUݵkנAx?xJgNWo߾>cǎd{a07|3\>%%%{M?υs>^Ko>>yq$'֠nݺ5.|****y6mݻws,^Fg>|s!A]pv}Ylce}n}]{UW0soO*^}}|3g>|έU/j*ɰhѢ3gNYYYiii\<5`kڴiԩӂ ̘1#/ ^5m|3|yݻw{I*S^|3 gwR#N2W|3f3nz|Fzg>tv|3gkg +-g3g>Klg >zg>Yf;g>[#>tv2g>ֈҵdg|3}̘1pqU}*W|+>9L#r{r5g|m\Mogl3 |3gH׀ |3k3 v|3 H׀ |3k |ntlٲkŋF|3g>9/ Wի\Oֈ|^|mWpeU}*W|+>5g>Hkg>|3k+vg>Yf;Mokg>[#3Jf;Mo>|3,][A2W|3gl7^zg>Yf;g>[#>ϐٮW7g>Yl7W|3gl7l|sޥ 6ۿ[׮]KJJ:wOc9oܹs׭[7pҥK;Ա&n{n{|g>|3du<_~w_4vѢEƍ +-v7|s6m?'O~rm}SN9%^5kbM*)7g>|sLGuTt{キW^űM|YgeT엗5NEwQ +-N:5q T!-[;M3g>|n:(]x,W\c6>|c'O^viӺuVo:w?s|ŊÆ ._<=۰aCi[hmmLo>|3y]իWN,b}άu\b}rT8+x֭Z22g>|3عbuٳW_}}yVz}.qŪs9zk|g~_M3g>|Η ҥKIIIlc]gώEL{+6lX˖-҃-ǀ֭[w-K,I:cz&n{n{u;Lo>|3gwx0^|3,]3l|+l7g>ֈҵ+ӛzg>|v|+>5g>Hkg>|3k+vӛϺg>|vHgt}]w]Vpz a^5m|+>ϹM71b濯^WFzUh>'$i@ ^{#ѫ]FzUP>'_ +-~ԐiDkZi|(]Kҵ^I҈^I|t-]Kt-]+H|+ZkZFiYJkZFg>Kҵt-1t-tg>Kҵt-]Kҵ҈4bJJkZFg>Kz%]Kz%]K#҈tg>Kҵt-1Jҵz%]YkZkZFkgZ+Z:]miѢE߾}/_9X1yVʥ^޽{Ĉ鑷~{-[moi^eDF-]tC Y~=kՒ%Kz$}dyJͳҺ4IOI2Wn^e#]BbL_þ}^}o|Sg̛7/fKL͛7gFӔ)SyW=UFU~t]acgϞ+Vo߾a>+/~|+2=rصkWlui^$HYs=w۶mܹs+=ϕzu;w|衇ڵkCHݓ$+_>+$y2I:Lt*tнJΉ1%%%gq|PXY) :o_/wqEEEyFU#G|u}]j!|~֭Z!{/vb[iz%]w/է~# <χWRb~֭~O]I2(I(tp +-Z'HIt]8~CHϺꪫi1apgH#*C N:I ޽{/[p?cǎ~xؾ}bg޽t/k>|Ŋ|W۶myf>d_C$cNJY&rgH*?%Iuvرcgt<vڥ#fΝ;#fW5"O i^=puv'|NVjݾ;x,e!A{%]mٲG .h>wӇχJuX|~촪ݳYNjvUv&It}?ħ~/})ݏ]vYUjw|0~c}g ګC;رcO;_jꫯ޴is=o~3spĉcHJnk4gΜ:]63z5iҤر#%1MdO|vϊ:I6%sIZ|O ѫ$t]O1ԩStYn]m̚5,ܹs3+**"Wl2ӟ +-,]oO>9 ioƩzwؓN:> e9rdiiQzK#۫/䔮e~窽7o^Ν; 'qF>Kb|#INMדN'%g :Ii6~{@hUأGk<5k>Z&Ƨ~:fرcO9'ݻwqiX^1t-]Kҵt-]K#҈4b,]Kz%]Kҵt-H#|3%FZJFJ3kZkwXiD^Iҵt-]Kҵ4"H#ֈ|J*O1cƍk8OokWsL+אiDkZn"z֬Y}!l׫?^zg>9麹QOokW|^|nz|gvӛ|3l,][A2W|3gl7g|v>ֈ|Fz%]]Lo>|3,][AHg>u~_xzU_F|3|suEEȢ\ޫ\Mokg>|3s W3gY >|k >5`z| 0 >|k >5`z| 0>|(]1)++kg3Pwyˮ;+uO5 1vZez+gTvez+gt23ttggtggkLot]_5'*5ʭ5|tƍb|>t Ht Ht @k@m3f4ufܸqm$endstream +-endobj +-2119 0 obj << +-/D [2117 0 R /XYZ 160.6675 686.127 null] ++1522 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [267.165 285.974 373.614 296.878] ++/Subtype /Link ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-2116 0 obj << +-/Font << /F28 1626 0 R /F44 2094 0 R /F22 1616 0 R >> +-/XObject << /Im2 2115 0 R >> +-/ProcSet [ /PDF /Text /ImageC ] ++1523 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [158.257 246.386 208.946 257.29] ++/Subtype /Link ++/A << /S /GoTo /D (a00046_ga12) >> + >> endobj +-2123 0 obj << +-/Length 975 +-/Filter /FlateDecode +->> +-stream +-xWQsF~ׯPxfT$4;H'h0%R, ,Ǟ;v=`K]³,$ڝཷ|̍z9zc]x6Gq2bMɇ_qY,86=es6$ı\^vC\%KPz&٘;oȭeh6mʺMmyuI.؆4dv+X*w+yҁzJ +-t20.GoLxKA5=Ǔէ3dGë\tyhԑG`VC]A^Y8ijj>孌 wSQ7sxE͍Q&KʵUTH.mA?1xhs~ w*l_"թD h|,4T]P'mˬe*]P'(Ɛ.TZk6gD < cD-Zł2i C_F.}uTVG{Sx\Qx8q-/VPGM<&u>3wo+=ll£؄gc]@˝rOkJbY}8-s! <4*;US] 0Bjw<I/ݩ^U61IwhM4B !%R}踹 gx 6}}9~U\|[,KUEA9eҼS?Ozv +-J_…oŇQѢҖ獶#:x=F<X[Jq xz3㛌k4[Wm +-^Tf~atShDEZ3ov3}ཥU~(j|}K֩Z'2'S]j7{"endstream +-endobj +-2122 0 obj << +-/Type /Page +-/Contents 2123 0 R +-/Resources 2121 0 R +-/MediaBox [0 0 612 792] +-/Parent 2106 0 R ++1524 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [212.762 246.386 287.262 257.29] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2124 0 obj << +-/D [2122 0 R /XYZ 106.8692 686.127 null] ++1525 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [159.418 206.797 288.144 217.701] ++/Subtype /Link ++/A << /S /GoTo /D (a00046_ga13) >> + >> endobj +-2121 0 obj << +-/Font << /F28 1626 0 R /F44 2094 0 R /F22 1616 0 R >> ++1526 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [292.54 206.797 367.04 217.701] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++1527 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [130.78 194.842 226.3 205.746] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga3) >> ++>> endobj ++1528 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [262.215 194.842 368.665 205.746] ++/Subtype /Link ++/A << /S /GoTo /D (a00046_ga16) >> ++>> endobj ++1529 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [159.299 155.254 252.608 166.158] ++/Subtype /Link ++/A << /S /GoTo /D (a00046_ga14) >> ++>> endobj ++1530 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [256.944 155.254 331.445 166.158] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++1531 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [416.937 155.254 451.577 166.158] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga1) >> ++>> endobj ++1532 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [130.78 143.299 191.989 154.203] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga1) >> ++>> endobj ++1533 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [222.923 143.299 329.373 154.203] ++/Subtype /Link ++/A << /S /GoTo /D (a00046_ga16) >> ++>> endobj ++1493 0 obj << ++/D [1491 0 R /XYZ 106.869 686.127 null] ++>> endobj ++1490 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 469 0 R /F44 479 0 R /F14 608 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-2127 0 obj << +-/Length 1037 ++1546 0 obj << ++/Length 2378 + /Filter /FlateDecode + >> + stream +-xڥWQs8~ӳ" IL5N\P_'vI0NAbo[yW d!c.®hMջ*tRf9z=07u_QK18ӰhO{ +--ݑ h{_:g +-{Tc~| +-PEÕ^=@8Vq*%QrY{6Z1b`j}W6!r>8*W% ^/NjR@:uHq0{>nSZj;'?"[.[\L"q'G, j`IBdy;ljOĤOA9Nя"y/voa<\Kuu܉$$MN76:c#}"ZUV9ƞWh~r[Iɠ\&*z~Qc5`]DqʹbSbk].>J=ޗ:;C=#CvgX8mdp >Tb}&jwy @d뫈.xa>$t"f.f(A̬"XJwyq][aV5(gF[>-WCZOEV5zZlendstream ++xڥYYs8~#U!+o33Ğ=jfEK]ԐT<_hHѩ_wC|ga8d\DƟmO7ܒ,͢Crt%,j\E|yB\yཤǞ/D{Uܫϴ}tyYXrsllX$Tϛgk$g[e5$D*i:Qx)\*RW"_MC~kmz+k]yHI(7{)x N;2KZj.')]2J۳qpwG{L;[՛]nB@ޱx+cŕRy4LPZ)W5bUֻR ++̗~vQ(D-1>jK]`:K8NsͰn(WnFf[RotfW ˅k'QYUFs:q)oF‰bl .y<6;Ĕ; `<`*h]_OP_e3Чz umG?wxt{ᇯ 뮅b&sz.[ Ed8 J+\p/4YuJ}G0fDNHutBg"}W4r:ALQBtD=EQzS1W8٢(+m4v_ ++xj]+)|,nx||8嗏Š 'AϏhTΑ Hc f|+=]/2 :duN{[81Ϙ ++.Lie2PBu ++cb / Ѧ_i@h[t@ vE=5' DPV~c_GpjpY)w0Ӻ&sZ` 1[k"  ++Z1ȫlZTP bQ<`j,uu>b9PJk0 (Ki2ŷSe^cqU$j/Za[gB)eMh]_T,ɔ2 ++!E]F:8bP}َxRjMY. |n~vG2C }Jwz]m57Z1)ZVѠ@MĶe~[rT89vug77\4+Z(s:j+AͽZzKh:e#5HP@@w n~ 'LB$Îd\oC)/%붫ÈJL#N* $IL#HAG>nг}ul8GzhHiZbsuWApp⪖身bEf=<8T'/ Ygq$v-9 >=>%!Oy {6/Iz<JN(]wŠykɠB66t`E8{9zm)`}qpo:صzf0~,kb\- JBD0pʠq?A_-';9+ջ@ڙ}ץ6&O7>]<%#.38endstream + endobj +-2126 0 obj << ++1545 0 obj << + /Type /Page +-/Contents 2127 0 R +-/Resources 2125 0 R ++/Contents 1546 0 R ++/Resources 1544 0 R + /MediaBox [0 0 612 792] +-/Parent 2106 0 R ++/Parent 1429 0 R ++/Annots [ 1548 0 R 1549 0 R 1550 0 R 1551 0 R 1553 0 R 1554 0 R 1555 0 R 1556 0 R 1559 0 R ] + >> endobj +-2120 0 obj << +-/Type /XObject +-/Subtype /Image +-/Width 430 +-/Height 430 +-/BitsPerComponent 8 +-/ColorSpace /DeviceRGB +-/Length 9440 +-/Filter /FlateDecode +->> +-stream +-xmLgއyWK@yQ[A[vۊJ15m-fk"XPң9P[FTV]]T>?drj>Lƛ9k~极j||| +-@d2/?>?hBhBhBhBhBhBhBhBhBhB6[#>|;YOhnl޽l6{޳eϞ=W߿edӦMޣFڽ{~_,44@ n޼YOhnlƌ<^n¹s?~aݸqӧ +-ߧO.#rŋ{IOcǎIMm-_\fuE&ZC?:uj„ jYo8p`@@=lٳӦMYȑ# <֭[k°*W~ܹղjh5x͠ @vۄ?)Sd%˗/[["""d}ܸq۶mkmmݾ}۷kjj oBgyf׮]bbbwÚPZwժU JTumo(QVuIMؓ'?OO.n PT +=?R000PRT*tyۍՊvTTsBx&?)+UNXjP&VsBɓ'˜Pߢ]'LNN{,3e$--m֬YR23:mB=4aӑw}w`R>jɓM(JZhX(,,̴z6zd^UWWˈСCeTdopp匌 ~v @:oVǛ& hB& hB6ѣG\kB 08SNgڵ4!Є4!Є4!Є4!Є4!Є4!Є4!Є4!Є4!Є4!ЄN؄nnn\p&4111^^^۶m ԿVsNϟ??a5_N4[NhB5-[Ν;/ڻ e?4o޼%K?rrbu@گ e*RZZܬ VVV5Sr̘12L- +- +-&N&sikM;٠*"Km†^{mܸq29T򼜚*(K)C;HՓ{ff|O>nGi_eE'OTُ?S$ЄjS/igʊj!Y9sFi2Ӷצs]?wZzҘ@o6K/ta}T#GܰaT6'=z՜l6رceNJɯ'M(,]brܹsNhB5`DDLd/e(\YY|OjȐ!Ґҥ`ۯ_?-ŋ{B[Ə/Q&7& & & & & & & & &Sx,, ̕PL&r+5a+0JhB \ф@ &rEM&M4!+hB W4!Є@hB \ф@r&loo?4G 'kBrEބnnnV#%%%qqq/ٳ'##C?ʕ+3f񑥬Huu#dd̙ׯ_.!!!V֟@ssl&44@myf9d&$W`&LJJ:};w_;wǵ?8q"88X;… dGY&''Z[[eh"ٸqQ<П@CCĵI?(o???5x19d&$W`&ԸtRXX~Dx-.;vÇ#H Z*겔޽{W 9[]&MtERV7o +- +-"NmBrFlk׮I***^^^S+WC2&+ >|+#2j*薗}}}-Y)aR{mBrE ԄHޭ^hH@@ս[Zs˾d$7墢"'yMHȕ077WY[[k#,X@{#jPRw̙X9Ucrr\#؄u~tܸqA:aaa v4iŋBttyfPP+%W•6׽{G]&+**ә+++rpWJ,p3'T3sxkp̓Dfr)**:dwݸ\=ʕ+oܸ!Wa߾}J`nn\Z4776,''*h(.>W•7NG4 +- 333z~~~HHɓmwliivpBdddzz~ݻw 222 3>\ +-W.لD[[+\᪏7pe\W4!pEX\ +-W4!pEX\ +-W4!pEX\ +-W4!pM$&& +-WrfWvj¢7Alp圮ׄF& hB& hB5aYYZaXp+\9+vA\\p+gve&O? ,[ W•3 I,p+ +-W I,p+ +-W I,p+ +-W I,p+ +-W I,p+ +-W I,p+6aCC[o5l0// c:pwwcnذA^x!//.66V<Ѳu'Oc]!*555,,L>:***33W]Z~}hhr`#Gܹs),,LLL| 78P%9m۶W^yE̚5Ku'Oc]wq&t+ɔ/ZfƸr5{lRSS&2dɉ\#_{fȺt>N¦M <7d\6(++Y:bXM  +- +-Ujkklg1f;.N/_~Y*?MСC"ej\6^QQ1qDYeyy@VNXǺ2V:RkɼW]Rر/ 9ӫ#fY !JvdDnUmoF+VqkN@W:UvvúupՓ\CrsֿXzߏH]NQ2o޼[͙3G9sP֝}]=]Y橧U^}>LgPJ^^^-U.zGcO? 훙]ѣGmٲe…`qqz1f̘{g|r0\uWsoGKfee&;{_• I,p+ +-W I,p+ +-W I,p+ +-W I,p+ +-WrHرc˱uV{$WU/rHYǧ&^\ +-WQMőذ_bq+\MHbq+\ф$WMHbq+\ф$WMHbq+\ф$WMHbq+\ф$WMHbq+\ф$WMHbq+\9mJ#::\ڦ'{).]7ߴǫ+W̘1Gn+Ejjqpe媤$66;..W]*$$ M(_۽K,o9b +-5pB9;wRЉ+ĉ.ЄvtiU^^ƸrqQF0'*TUU=UuV7d\6~5k?W}=vX9iBҸtRXXp%~d3{23*++{ԙ~/_}geEdr.+tZreVVV+ŵk&M$"\uJVZ5`DGia~uY߿Om߾]\iNhWW5N3\Y;^PPg;rРA4aM֭[ҁ̞='{ Wnjj:u믿 .X@{O(.U{J,ӹ>`jpȑ6l愣G怀5;v U)=W_ KZ,^.XM;6`DDLd/e(\YY|OjȐ!Ґҥ`ۯ_?-ŋ{B[Ə+߬&&&&&&&&MXVV౰X, +-z3WkB9r||| +-#b2~ׄ] @( &rEM&M4!+hB W4!Є@hB \ф@ &rEMʩ}(-'@\ rxYz{{뿴gϞ Hjjv+W̘1G.##F3g^~]F߿/XYͲqvvdЂ͛!\ћ0))w iܹǏxĉ` .e,#jmmEddƍF?x@ צ&[ecA\PҥKaaaI[Ժ$sر֎ V7hYRz]Y4HF䀲nuv4iŋJ%6::Z ޼y3((8  ]&)zyyݻwO\2++Kɘ6RVV6|ƲUdD[^^vX,VgJm: 2PBxx"{z!!#Vnj9v7W5n.ʓܔJt&**{k4!"Wj\IfmmVs`}AIݙ3gbccTs|{ssarrrlϑ}q\7-jE۸033a矧M&ӧO|vഴ4sU$Yn/\?wj ~g&$W`&|$/K7!Xr4!Xr4!Xr4!Xr4!Xr4!Xr4!Xr4!XrFl„tG$11\ANMXTT&ca6fׄF& hB& hB5aYYZaXp+\9+v)Ёdp̮[p+\ф$WMHbq+\ф$WMHbq+\ф$WMHbq+\ф$WMHbq+\ф$WMHbq+\ ϟoErX9+%W•vDa={222zqqqLLw\\\}}G4771";;[;{hhhAA`rp'O,pӄ]ϝ;j}ѢE.]}޽{d$))w  I˕Sǎ.`<֭[qꄅڵkҤI/^: +-j͛AAAX\ +-Wڄ^^^ݳ=zTvhPZ,Ng2~])ΜPeMõ7rˍ>>'OnllݱE… ͂wޭ60p+\d>mmmp>ބW•q]ф$WMHbq+\ф$WMHbq+\ф$WMHbq+\ф$W6aBBB:t+\ʙ]٩ fW•s_& hB& ׄeeekAbp圮&CqqqٕP>0tl2\ +-W&$hB+\&$hB+\&$hB+\&$hB+\&$hB+\&$؄ oְaüBBBd'u]a^xᅼX5RRROGR֝>>ofvF]WWe˖ j]ǘ1ck9Uopյj\=o -՚g} +-WN&$hB+\&$hB+\&$hB+\&$hB+\!Mcǎe.֭[X\ +-W!M(gBL{q+\9+G5aG6"b~peoW4!pEX\ +-W4!pEX\ +-W4!pEX\ +-W4!pEX\ +-W4!pEX\ +-W4!pM)UrmjXt7| Klozr].視8&&;..W=U@@MUe{{{EEE```ϯ^%K|GYbE1bbwG\-ZҥKo޻wc=(|_i.BUUc\^[nu%~d?aΜ9mnsZZZ:n8\uJ\? GEE=\믿>쳲"_~愽o=m4\uJmQ\u/B&Ҽ'~dE~ZZZԺ߿'{ތozs^p%C7uGn]I7:u&Uc֭k@VfϞݓիW755_=puwygUV\y i}\9rd2G +-/^|tO= +-SN{CvrÕLU~~~HHɓqՅ+!!!a4k} +-WvEX\ +-W4!pEX\ +-W4!pEX\ +-W4!pEX\ +-W4!p&LHHHw!X\ +-Wv&Jv9Z#zC$p hB+\&$hB+\&$hB+\&$hB+\~M8~e)Sp+\9+;5aQQћl6 +-WrNWkB@Є4!M@Є4!6a||Zc2 S\kBM@Є4!M@Є҄ }V+endstream ++1548 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [197.589 655.011 244.393 665.915] ++/Subtype /Link ++/A << /S /GoTo /D (a00046_ga15) >> ++>> endobj ++1549 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [248.209 655.011 322.709 665.915] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++1550 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [315.205 640.93 367.005 650.836] ++/Subtype /Link ++/A << /S /GoTo /D (a00046_ga12) >> ++>> endobj ++1551 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [377.467 640.93 466.621 650.836] ++/Subtype /Link ++/A << /S /GoTo /D (a00046_ga14) >> ++>> endobj ++1553 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [270.465 345.677 375.39 356.581] ++/Subtype /Link ++/A << /S /GoTo /D (a00057_ga0) >> ++>> endobj ++1554 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [386.342 345.677 502.884 356.581] ++/Subtype /Link ++/A << /S /GoTo /D (a00057_ga2) >> ++>> endobj ++1555 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [458.561 310.772 505.375 333.741] ++/Subtype /Link ++/A << /S /GoTo /D (a00046_gga17a35) >> ++>> endobj ++1556 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [177.385 299.793 290.619 309.721] ++/Subtype /Link ++/A << /S /GoTo /D (a00046_gga17a35) >> ++>> endobj ++1559 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [228.304 240.901 333.249 251.78] ++/Subtype /Link ++/A << /S /GoTo /D (a00046_ga17) >> ++>> endobj ++1547 0 obj << ++/D [1545 0 R /XYZ 160.667 686.127 null] ++>> endobj ++1552 0 obj << ++/D [1545 0 R /XYZ 160.667 618.717 null] ++>> endobj ++1557 0 obj << ++/D [1545 0 R /XYZ 160.667 286.705 null] ++>> endobj ++1479 0 obj << ++/D [1545 0 R /XYZ 160.667 259.117 null] ++>> endobj ++1558 0 obj << ++/D [1545 0 R /XYZ 160.667 259.117 null] ++>> endobj ++1480 0 obj << ++/D [1545 0 R /XYZ 178.381 132.137 null] ++>> endobj ++1544 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F14 608 0 R /F40 469 0 R /F44 479 0 R /F49 703 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++1565 0 obj << ++/Length 2241 ++/Filter /FlateDecode ++>> ++stream ++xڥY[sH~#z c+{f\DjIHF[[)9tsNM(cF%Id:$ǓN6"3'3~Z\O&)I,B)Y8Y~ "t#|Uz3bA̦/~/NKE$)nd|EH+St=ﮞzZ}o }1| BR")(!L'ԃ8o^οtp4[iyϪC˗Sh*uYV屪TѸJe+\w$Ó$|CIHozʥk3Q ++U֭8V^>NCm „uSK}<ܛ;(<|&ffaf@X,ga ;7yYzw;s2dks5{t" _Ӡ(؊-a ++pZ[rǚи5Lߚ_>?1Q,=2) H94(5TYcQ@us1%>gMQ@\Mh>ADU8 wQJk4&m2:lV̴,=Q'p2}'xxWP\ Ij88 ~L9 b=QVKI.2Q6@b\m}x)+sjx F<8 L_QuڰFneٮ.w̜q"|x8@f^`|woIJRPJLgC ʂLi/׍+'\f|۩y.̇!WEaQ@M@UcWpi>wQ&>1Tfe_!([cmlFFinlf|{ 3i ĂZBۺ@$% #Ihd.>6VTVzْBT^4z{iƲTG,Sv(0ɎNE M IQ+xtX+Ҋl҉;G( ++M'&9BSՍvp<YL|ZQF$q;Ff ;IZsp>Ue-/DZ9x+ ++]CL|Vh~+Ӈi3@'ErQ'S=AgiG'eh|#> endobj +-2125 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F44 2094 0 R >> +-/XObject << /Im3 2120 0 R >> +-/ProcSet [ /PDF /Text /ImageC ] ++1568 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [174.505 453.038 285.538 463.917] ++/Subtype /Link ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-2131 0 obj << +-/Length 2039 ++1571 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [231.969 171.114 308.681 182.003] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++1566 0 obj << ++/D [1564 0 R /XYZ 106.869 686.127 null] ++>> endobj ++1481 0 obj << ++/D [1564 0 R /XYZ 124.583 658.164 null] ++>> endobj ++1482 0 obj << ++/D [1564 0 R /XYZ 124.583 630.198 null] ++>> endobj ++1483 0 obj << ++/D [1564 0 R /XYZ 124.583 602.232 null] ++>> endobj ++1484 0 obj << ++/D [1564 0 R /XYZ 124.583 560.283 null] ++>> endobj ++1472 0 obj << ++/D [1564 0 R /XYZ 106.869 486.254 null] ++>> endobj ++1567 0 obj << ++/D [1564 0 R /XYZ 106.869 471.525 null] ++>> endobj ++1473 0 obj << ++/D [1564 0 R /XYZ 124.583 360.745 null] ++>> endobj ++1474 0 obj << ++/D [1564 0 R /XYZ 124.583 332.779 null] ++>> endobj ++1475 0 obj << ++/D [1564 0 R /XYZ 124.583 304.813 null] ++>> endobj ++1476 0 obj << ++/D [1564 0 R /XYZ 124.583 288.802 null] ++>> endobj ++1477 0 obj << ++/D [1564 0 R /XYZ 124.583 260.836 null] ++>> endobj ++1478 0 obj << ++/D [1564 0 R /XYZ 124.583 244.825 null] ++>> endobj ++1569 0 obj << ++/D [1564 0 R /XYZ 106.869 215.983 null] ++>> endobj ++1541 0 obj << ++/D [1564 0 R /XYZ 106.869 191.623 null] ++>> endobj ++1570 0 obj << ++/D [1564 0 R /XYZ 106.869 191.623 null] ++>> endobj ++1563 0 obj << ++/Font << /F28 362 0 R /F49 703 0 R /F22 352 0 R /F14 608 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++1574 0 obj << ++/Length 1950 + /Filter /FlateDecode + >> + stream +-xYݓ۶B'j 3i.3dn( :HNł4I'7Mg\ `v'_,7,1\0!zݕ׸ߟS5}ū5A)Dc(P>mJ1c>f0>gH&KsɋSygm(B+|5 *ߐ/e+%/[i}WJZ?J}ǜ_% I)k54(wc~"%muF()#̃dJH`KM &;+jv> VYm_ +-P_yCl)y:"[r9횤L,")H&GSQ D3.11zKGIãJ,aƖmLƬh? MNB|Buul1h[> c#u%X5mN48 F & ]l|EXYW~v2s6J N.řg3J}!"7zae=ׅ1>:-wJTjұk.a8V!ifW YTDUk| 㚧 OHrs)803[nvKA&MTML=q]@I%ůL%w$ +-H]y xpq_d!VccYkuTnIDDo .]X4:!uc:H`mi7]CQYەyѸ4iHgU +-W|8h9.87̥\ݻqASL +-Dd5A3Mp O:ƀatvCDS_p&v?lTC;t\`I Qo 6OvÄڲ?dl ]<b̴-wS퐀B^<80M~({꣌&X. 8F +ÔĸtgO*zK6QHXG-X$Oy#*l\ǂcj4Vu)[E>O4ÎD{x0KuOy]7<򭵴s&B3/EA7D\LwE#U;סTۖ^"=/u.&ϊUq!P2Pb`Ub|_7Fի(85Mo&OXs,i\.e7&fF1D͏DG`\ 6?9_P ؆FS[Z_P\S VgmkfzUEU[ZУcRH-h_TǺKxmV賟o6G[Hb/f؁\Ŗ 5ʰ4U*T;[=?~w$֮px7J)\M"_`9eEޘ?BW|btw(v?Q͘ߕendstream ++xZ[o6~У  k.h ñ@bu,;I%iҧs9E)HJUR"BUb L=fF?>e]4RՇ)!n5!b|MH9&S*zLȸ>b/o% ^\9zys]mEOW{RT#}xjeq cqj~AG T_P/ DN1q.'4RD%ܛ%*xJT mK~T+󺺮wnf̔uU}i.&3g#͍!ޅ!u]Ɓ6e@mt X"D6zUd#-)q?e%J8C E=kBެӰdOKH V>bR ++IºN|5SL4)a I =6%= IwEԟz}7o Q26#IsN 1{iGDI*k`,$tثjJ#)Pu\!u!4,9Dڣ5^7a>{囧w/o}s>+1Y:|3a4O~CW{lجvm,֭Tۋz4|j]3ȵ$B$$ @I%$WaVMD[Oy̷!a΁ȇ\0+4r(Br 9%Va9 ^úiL!4QjT ++$QylrzyM 1;5(2R~2M4f"!r+D(iOcGd:I6-fb "> 0[FZAXB-6tZ|<:A樦 ++U6@ gL3$|s49ĺ 3FRRF0B(=)'2!$֝b ^JΎB+k!̸DiaVˉҞ17-_A R\ٛ,ُ¬:}o ++#œ]cXaN}WBnXmyB$liAd NؔBNaoHB)'ttƤx1 uST-V]O,wDzTN8ЄFmlsXwB \GCOx]к39^Ɩd1e+P_rD=:#r`6XwBB+hhPJ0,;a'w0PS#~4= =gȓ6Õэ$ʣ$1<,V(aJ%(`N$WtDcvdĿM4<P?`&%fv'Nߘ@L2ߘK[62{B/!qendstream + endobj +-2130 0 obj << ++1573 0 obj << + /Type /Page +-/Contents 2131 0 R +-/Resources 2129 0 R ++/Contents 1574 0 R ++/Resources 1572 0 R + /MediaBox [0 0 612 792] +-/Parent 2141 0 R +-/Annots [ 2133 0 R 2134 0 R 2135 0 R 2136 0 R 2137 0 R 2138 0 R 2139 0 R 2140 0 R ] ++/Parent 1429 0 R ++/Annots [ 1576 0 R 1578 0 R 1579 0 R 1580 0 R 1581 0 R 1583 0 R 1584 0 R 1585 0 R 1586 0 R 1588 0 R 1589 0 R 1590 0 R 1592 0 R 1593 0 R 1594 0 R ] + >> endobj +-2133 0 obj << ++1576 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [244.2114 319.033 278.0244 329.937] ++/Rect [353.632 646.155 407.071 669.123] + /Subtype /Link +-/A << /S /GoTo /D (a00027_source) >> ++/A << /S /GoTo /D (a00046_ga15) >> + >> endobj +-2134 0 obj << ++1578 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [291.8997 295.1227 325.7128 306.0266] ++/Rect [331.562 607.304 408.274 618.193] + /Subtype /Link +-/A << /S /GoTo /D (a00027_source) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2135 0 obj << ++1579 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [255.0546 283.1675 315.9856 294.0715] ++/Rect [202.012 595.348 296.427 606.237] + /Subtype /Link +-/A << /S /GoTo /D (a00025_source) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2136 0 obj << ++1580 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [319.2354 253.588 410.6811 264.4919] ++/Rect [328.439 595.348 439.472 606.237] + /Subtype /Link +-/A << /S /GoTo /D (a00001) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-2137 0 obj << ++1581 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [256.05 212.0533 310.2066 222.9572] ++/Rect [353.632 453.238 407.071 476.207] + /Subtype /Link +-/A << /S /GoTo /D (a00043) >> ++/A << /S /GoTo /D (a00046_ga15) >> + >> endobj +-2138 0 obj << ++1583 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [327.2831 212.0533 396.3738 222.9572] ++/Rect [368.862 414.387 445.574 425.276] + /Subtype /Link +-/A << /S /GoTo /D (a00044) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2139 0 obj << ++1584 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [290.0602 200.0981 354.3186 211.0021] ++/Rect [246.289 402.442 345.685 413.321] + /Subtype /Link +-/A << /S /GoTo /D (a00021_source) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-2140 0 obj << ++1585 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [262.8293 170.5186 406.7164 181.4225] ++/Rect [382.441 402.442 493.473 413.321] + /Subtype /Link +-/A << /S /GoTo /D (a00005) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-2132 0 obj << +-/D [2130 0 R /XYZ 106.8692 686.127 null] ++1586 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [353.632 260.322 407.071 283.291] ++/Subtype /Link ++/A << /S /GoTo /D (a00046_ga15) >> + >> endobj +-2097 0 obj << +-/D [2130 0 R /XYZ 106.8692 379.8886 null] ++1588 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [270.724 221.471 347.436 232.36] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-22 0 obj << +-/D [2130 0 R /XYZ 106.8692 373.1203 null] ++1589 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [289.991 196.997 347.316 207.901] ++/Subtype /Link ++/A << /S /GoTo /D (a00046_ga12) >> + >> endobj +-2129 0 obj << +-/Font << /F28 1626 0 R /F44 2094 0 R /F22 1616 0 R >> ++1590 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [358.603 196.997 458.547 207.901] ++/Subtype /Link ++/A << /S /GoTo /D (a00046_ga14) >> ++>> endobj ++1592 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [336.039 165.413 412.751 176.302] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++1593 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [270.437 153.457 337.734 164.347] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga0) >> ++>> endobj ++1594 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [369.63 153.457 480.663 164.347] ++/Subtype /Link ++/A << /S /GoTo /D (a00046_ga16) >> ++>> endobj ++1575 0 obj << ++/D [1573 0 R /XYZ 160.667 686.127 null] ++>> endobj ++1543 0 obj << ++/D [1573 0 R /XYZ 160.667 639.885 null] ++>> endobj ++1577 0 obj << ++/D [1573 0 R /XYZ 160.667 625.8 null] ++>> endobj ++1542 0 obj << ++/D [1573 0 R /XYZ 160.667 446.968 null] ++>> endobj ++1582 0 obj << ++/D [1573 0 R /XYZ 160.667 432.883 null] ++>> endobj ++1560 0 obj << ++/D [1573 0 R /XYZ 160.667 254.052 null] ++>> endobj ++1587 0 obj << ++/D [1573 0 R /XYZ 160.667 239.967 null] ++>> endobj ++1540 0 obj << ++/D [1573 0 R /XYZ 160.667 197.994 null] ++>> endobj ++1591 0 obj << ++/D [1573 0 R /XYZ 160.667 183.909 null] ++>> endobj ++1539 0 obj << ++/D [1573 0 R /XYZ 160.667 118.025 null] ++>> endobj ++1572 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F14 608 0 R /F49 703 0 R /F44 479 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-2153 0 obj << +-/Length 1918 ++1597 0 obj << ++/Length 1931 + /Filter /FlateDecode + >> + stream +-xڥ]o8="8hTIn k׭aۃ+1dHQv$k +-TII&1'",BD2 nv",ϼgYLh8tPL:wc߹Jt:OLDBT$ϚupB|'1`Lıse!:L>|PScn1xrpB l +-sx: bߗFR| +-p6A! 6MRķKq&B{"fe$y,|nڛD#!.-SgVP>l +-t(c +-;]T]]g947ڮJNz|Ӿ )Cz qpo9SADD< F(M;ZI@j쒍"B߸2Uq8r);|llGӞFnX!<ܹEWUIYMq/A+ V3 բmVV)\{7H.)7 {P{QWޑ IU}$N(9/=sB݆BpLp4ڧZ6Ijn3vMhg"8љWLqΩ(@dqDg]Ւ~j)"WF9O[6!;oU؃RnaƵ^,qw ; Uҋ AŸrf!l~H[›&&OJ'jfHaJr F0#uvs(:<:w׋Ҭ~|Hxr"#Ц>/LC72ǯP(Z*14謱ضV+D@+ \xхu14E1,s`fm?endstream ++xZێ6}W*wy zAE" u Zm~}"i"[n>l 3HK.ЪXMp^LSWoHKV\4/o6+뻦d߯7f8|ZٻWGSUTwL޼b{9iU|k݄q>|;y=`ox\`$ <1$g%a7Yi.>|m׫z=ogDML;3Mwg"L^;p&t6>AKT8$ky:׈Br(֝gxL]qC UT3zio;(bcfaRrrΉB$wktoXb`-M.La>-3eϧ81ycWn=S(-Q;L;Jt)"17}/qw.3s63CUƳӠVOKe-1yL< &e8B(NXD8P:m[o܇m,.r}IHmf%}Q51M&1;X)l;f l܎R zINÜB5f 9.xNrQ$W8HIa2U ,#%9G \ĩU)!#$ZQ i;L: iUE((Ѐtd^a>BJ X|5YTv#UTB: ++@lVzbEsGOT.$ FnPZt{jlrT sFU:ŪD 4t~Z52WE΍s#GZ⹃#]>8BFJa롹w2s dII*DH@ 2h"|X32:]qLbGP%kd!D4q_5[,iS[{MF5<@t.kjݴZϨ0=-R,X2E`| ++b)؉#, @=ҝf$s 7cӐPzdCqIl>UݶM_j?w׮n/k?k?q?!nv_w a}a={yeD!D犋ԛ](^4xwW!Dǽr|*#> endobj +-2149 0 obj << +-/Type /XObject +-/Subtype /Form +-/FormType 1 +-/PTEX.FileName (./ppc64-with-smt.pdf) +-/PTEX.PageNumber 1 +-/PTEX.InfoDict 2159 0 R +-/Matrix [1.00000000 0.00000000 0.00000000 1.00000000 0.00000000 0.00000000] +-/BBox [0.00000000 0.00000000 1150.00000000 430.00000000] +-/Resources << +-/ExtGState << +-/a0 << +-/CA 1 +-/ca 1 +->> +->>/Font << /f-0-0 2160 0 R>> +->> +-/Length 2161 0 R +-/Filter /FlateDecode +->> +-stream +-xj1Fv@)ht᱓@~UāˑSKwgy|~6.=qF=ק:;>bvM BR(5IRTREj/JR7Rwݧ]yHJs2qLڈ^H6Vڹ)Omݖ1 ,4ͱ׋:uXT寮;q8KUnNGj ۘw:t<}-3Fo6:8V(L.iaodT(.ajHqÄq7 4ͥ` igݓ|VW> 's}2OY]lz +-:yn d#S ұPЀ-\. Hš 27!գ!574 /H57@dȘ]kn`H dݓ|*^> 'cT|2Osiۧ`lSs:O:?,ksnޗ35> +-endobj +-2160 0 obj +-<< +-/Type /Font +-/Subtype /Type0 +-/BaseFont /BitstreamVeraSans +-/Encoding /Identity-H +-/DescendantFonts [ 2162 0 R] +-/ToUnicode 2163 0 R +->> +-endobj +-2161 0 obj +-899 +-endobj +-2162 0 obj +-<< +-/Type /Font +-/Subtype /CIDFontType2 +-/BaseFont /BitstreamVeraSans +-/CIDSystemInfo << +-/Registry (Adobe) +-/Ordering (Identity) +-/Supplement 0 +->> +-/FontDescriptor 2164 0 R +-/W [ 0 [ 600 862 612 549 633 277 633 615 317 390 636 636 636 774 686 390 748 731 684 611 634 837 636 603 636 636 636 636 636 636]] +->> +-endobj +-2163 0 obj +-<< +-/Length 2165 0 R +-/Filter /FlateDecode +->> +-stream +-x]Mk09nƏ +-"C?d +-5yPxLf3ynRngJèeYuԑHIr rLv[V=QUQ6ntxRsoV_ڛ1?<^)μvS쓏r]_fR-Yb:ɶWĭ:b%A~wև $=N2Pzt1 *@T),A)HBu> g`E/G=PAKQ]/_~Yȃ_(A? g}!oֺ#'bQ}jl, +-endstream +-endobj +-2164 0 obj +-<< +-/Type /FontDescriptor +-/FontName /BitstreamVeraSans +-/Flags 4 +-/FontBBox [ -183 -235 1287 928] +-/ItalicAngle 0 +-/Ascent 928 +-/Descent -235 +-/CapHeight 928 +-/StemV 80 +-/StemH 80 +-/FontFile2 2166 0 R +->> +-endobj +-2165 0 obj +-349 +-endobj +-2166 0 obj +-<< +-/Length 2167 0 R +-/Filter /FlateDecode +-/Length1 7684 +->> +-stream +-xX{\UU_k9<@*fz"5S3J3(,D{8bdf耚`ό!r q|fČ:6嘉bEF F3?:gn%H1{r||G. d`SBhg^٭i$$^6yG#L'!&DDLEɂBޠ4Vgdz$8&٦Dd "7YISe+Jn5մغ| ) )8d!AH}rgH O ByXX"/1Ej;8up{Zn~1] Ut#8Iݯ~%NqT;ME5FvSHbN"KFv_r8#z`Q|%ރz7f=yz]P2l_%${ɾdr`L}A06+&˓ebŔzJRUDOIr<9_?ߓ=b_?2fXOM|ĥ[h\lBzTzZB\$)‘{YP_?M]7ںgyBj^3kqMcVT6`@Mbb' +&%th)1/74(bC)JX(kgK +-q1,]*:XCDJ8Nܜɓogmx.Ebޤ͗jj6:,v$D̕N҂.PԢԛdocg)7ThlSlҺ'h1rII̭_joCCvv=*lٺήRѵeF*v p]59,0sx[ +-ن[A}>GGBθcsn$??׏9?9_z_<s꾊ED`{ +- 53N=t"4deꪵ$U>~KzӋ !ˈ#3Bbe뼒;TsZlFmq#=0QWXz U;Ν5bkո8Nd2[T4D&11ӺMYk9*E P; +-RѣjhWmk'?212F ] `ʃ6E~I|]E"(1'/H +-w/!%%QK= +-wIL?,d± te{_+y/z:F?7jjja3:\;eO6! 0J=4k$wȷ&R*wp >^Á7.m-7ZڬWkpN@ơ>Oo\H:?6!1]gRW[IS#]FG-=9,dşW$'-)b3!3X<yjoh}l5w+F3{]El+~x<@;Ab懎(G +-ƹHA_e[L ozNX'nWSE בb5:ǓD:j;ar-7 +-bkGª]f5tׅҲeB1繹b{ŸD^7&"c~D /^ۜAlKOv"ETU-]*a_^ﶶ~aX*AO=2/*(L](De-QmzԖ9[ZKJmFUc%c姄?AQЗkͪ`G@=(LTC +- #I^NI@XjVDD ƍ=:\-'OpI 02@I9a2 pЩBi&%H_s|E])].^CGJSi!N8̯ ^xEpy3K u$"XY^IK 6`Gma9:R+ϷBR(E"}Xh*2YŠEJ-jw)?Q3)j2`7ݻoTO^{{9AhèX}]Q h`rK=]" w+6U(rx=@ʩXm(fh}H~[ uիY58 <϶=(ctljmm¦څ@`Gy$'8(HJe1F\f4TwtTݦX-f#)?9Q0fD^Mkqv&F i`,Th&ʷ=@GB33Ҝ}*:(V>}[ϟ[ԶN@~b+UL!&B62Upy&譐6lyM?ܼzśؚ4x/1]@_+UT._q F*+/Y :|T[/:zuQSwR}viuiݗ?Y\ŝIy0oL7!:5[҉&sګjD9dOcjT Y+ԆFҗ%Sd>y4$$L'L<:˨'!UU( qt~X24w!sGlE?bȼ`%+%֘YWYl.wz"nbJMa樛.oGC̛&5|uX7;iPM'*Яj dj0.s¥;|5dZ[.bn7:XAԶhml +-:HmYlbMF#dz^3W ;oݺO8έa=s2in?}ۡC۶'oe󯿼ʿ@ٯ=;I`$S@"p)d$ƞEWD#YȽ MQ,e3JV4ѮRޅaJbD4=U1.bG +-DbV)Oܑivƻ +-H adDRWj=x$ +-=r*<\S8b / evZj.kIe.ūw~sl%k,YZ)tƒ S|uo9vq/dG׮}TqN~ɒf1T>Ej.ZB\!.1DV{Cv6kAz*5፮QG4za6@ @nkHO#=XMa.M42OMjU[ʄMt-Dy+LmSa_^Qnxux +-|oQ"n&Vr~=H8*#Q yB°*(l' zI\$ +-(zC^>q.:Ñ ߷n4,YJMGRq@nd?>#~j("NbLb#TΦ2]uKER@ +-Q\f!WpD*NR8R$ +-)L617-,Zw.%ɫ +-czj"ߓ0Y(„HSf`SBw g絣ʓN^rqm֐9 \.=XR! ).@գP}0_̡5s1G~_x=#͗t@Kի1Y'yzMH'OY!GH&$_ign/t=iQ:'^X#R2|Z!pOnmEg}$ּWݝ5ܧ2w-tb wR~㳦jF9plT&ulWp̕-x_xE\ljleTuKBt0]BЫBPjфH[PV: ҫ(K/tSt:sOz|s:[} 9l;(} ?RjqTC{~N5U5uχLhp5LbWol?.wgO9\L9B5|cu|t_,f,p?rh<Mx?Ns8La'n84r88cr#~0C*P` 99s s).d@P]sx8šo9˅7-ۛ ohkvsevl)r!a+-Ml &ش6 VrXWmf8T +-'UU56XJ*٪CXMUdCEPMVr(/9 WWˍlJs#Ue +-a-D9qvz"k\(dx/Z` ^0<w@A<s; ɞOqfb'  3A6G8ﵲxqv'X3aL5Q: 9Frqp6~ vf!!6 !ndn4!epdFlF_X@RKʅ}loNH @B `xqb~moxO.ĘtsLpa!2"0RqR lx*`]a``633m +-#tx)D("ʭL +-VҤm/qΑ +-endstream +-endobj +-2167 0 obj +-5732 +-endobj +-2156 0 obj << ++1600 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [321.024 655.146 397.736 666.025] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++1601 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [311.217 643.181 383.496 654.07] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga2) >> ++>> endobj ++1602 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [148.214 631.225 259.247 642.115] ++/Subtype /Link ++/A << /S /GoTo /D (a00046_ga16) >> ++>> endobj ++1604 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [258.887 566.767 335.598 577.657] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++1605 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [376.14 566.767 443.437 577.657] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga0) >> ++>> endobj ++1606 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [179.208 554.812 290.24 565.701] ++/Subtype /Link ++/A << /S /GoTo /D (a00046_ga16) >> ++>> endobj ++1608 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [296.903 490.354 373.614 501.243] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++1609 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [148.214 478.399 220.492 489.288] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga2) >> ++>> endobj ++1610 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [256.965 478.399 367.998 489.288] ++/Subtype /Link ++/A << /S /GoTo /D (a00046_ga16) >> ++>> endobj ++1612 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [212.9491 486.5671 273.1816 497.471] ++/Rect [284.383 413.941 361.095 424.83] + /Subtype /Link +-/A << /S /GoTo /D (index_cli_examples) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2157 0 obj << ++1613 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [159.6712 337.4359 214.0172 348.3398] ++/Rect [220.763 401.986 288.06 412.875] + /Subtype /Link +-/A << /S /GoTo /D (a00043) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-2158 0 obj << ++1614 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [231.4722 337.4359 300.7521 348.3398] ++/Rect [319.861 401.986 430.894 412.875] + /Subtype /Link +-/A << /S /GoTo /D (a00044) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-2154 0 obj << +-/D [2152 0 R /XYZ 160.6675 686.127 null] ++1616 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [325.168 325.573 401.88 336.462] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2155 0 obj << +-/D [2152 0 R /XYZ 192.4779 610.3437 null] ++1617 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [225.578 313.618 297.856 324.507] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-26 0 obj << +-/D [2152 0 R /XYZ 160.6675 542.2507 null] ++1618 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [334.473 313.618 445.506 324.507] ++/Subtype /Link ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-2151 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> +-/XObject << /Im4 2149 0 R >> ++1620 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [287.6 237.204 364.312 248.093] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++1621 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [277.081 225.249 371.496 236.138] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga1) >> ++>> endobj ++1622 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [153.196 213.294 264.228 224.183] ++/Subtype /Link ++/A << /S /GoTo /D (a00046_ga16) >> ++>> endobj ++1598 0 obj << ++/D [1596 0 R /XYZ 106.869 686.127 null] ++>> endobj ++1599 0 obj << ++/D [1596 0 R /XYZ 106.869 668.127 null] ++>> endobj ++1488 0 obj << ++/D [1596 0 R /XYZ 106.869 606.429 null] ++>> endobj ++1603 0 obj << ++/D [1596 0 R /XYZ 106.869 585.264 null] ++>> endobj ++1487 0 obj << ++/D [1596 0 R /XYZ 106.869 530.016 null] ++>> endobj ++1607 0 obj << ++/D [1596 0 R /XYZ 106.869 508.85 null] ++>> endobj ++1536 0 obj << ++/D [1596 0 R /XYZ 106.869 453.603 null] ++>> endobj ++1611 0 obj << ++/D [1596 0 R /XYZ 106.869 432.437 null] ++>> endobj ++1535 0 obj << ++/D [1596 0 R /XYZ 106.869 365.234 null] ++>> endobj ++1615 0 obj << ++/D [1596 0 R /XYZ 106.869 344.069 null] ++>> endobj ++1538 0 obj << ++/D [1596 0 R /XYZ 106.869 276.866 null] ++>> endobj ++1619 0 obj << ++/D [1596 0 R /XYZ 106.869 255.7 null] ++>> endobj ++1537 0 obj << ++/D [1596 0 R /XYZ 106.869 120.182 null] ++>> endobj ++1595 0 obj << ++/Font << /F28 362 0 R /F49 703 0 R /F14 608 0 R /F22 352 0 R /F44 479 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-2171 0 obj << +-/Length 1065 ++1626 0 obj << ++/Length 1647 + /Filter /FlateDecode + >> + stream +-xڥVKs6Wp 5IPom1IꌕSEB$TebAZnS3b]?p2/ y̓MPu+v=&ADE\IlױxSPBg(,|k.Cse5@zTv_V +-\$|}avNVěD +-c; jÊi3,X @v4K'MzZ}C^YҦgL2@T\Ltk5y{N2_&ι|3Y32f)t~6cp<#Isk*n/(ee\Wo;&Ӗfu3V:J\|D7TjE\v}``q!D⪆R:rau,A/hZ맟HMl.9FVm3^ֹ4,n{,/FRHMU$ lkہ01 Ơo!AەRz8.`p>%ƵHh&jod=f *czH5̰M ʕϹSmT\% =r{t&S S$lJu|P{UZ6Ĩ:ITH$|8=1$m9w\y'- \S}t%c}X xU\=>gd.è:<p\ ņ ӎ']TfOߣA+{e2>U=%].{O,ᩇǣt}z&ȟk8jՒendstream ++xY]o6}У L?XPkaC[bɓeߥH٤(JaP!t{tty/I2 ?$##)U&DpG/fCWo:3H]ϮVo/rB$jA~, ++<.܍Xu^zۖay#57p7z9È5FĘl;cSr=!Q)3QЊ"a6T:EpEZ^oAr~SzU3:ߟ)8j9^=8 ހxwm~>9p&&$9B L kraD¾ϳjА!GE]\Y\}Ԫ_e n͂ ++;gżϢLfTKˈdRl؟Gk))9*|I5uQiejdxYR>.[V&NdT(`fdd5t8'zuF0ŀGĠAr@7ݠ/'O:Nj+auO`އUC6ea44& R. -@32bX Ih H1n aN&ӡGK ++aFj$(L4Y` 1:|Q̑!LE5J[V:kY@c۠˖5YVt:W˚nY^M $]%j7슠 ȠgA fhلdy,@ᐓln~$xX%9vG?θSUn|i-?6Go>R(Gzhg0Bw`@u܌[e:kDH1haU&A|ʡL+*=`Hy']k7£}H T6Y!'cUzQVe ++Fja;- wAI OaՍ6Mb3=/9,~.#6oHcendstream + endobj +-2170 0 obj << ++1625 0 obj << + /Type /Page +-/Contents 2171 0 R +-/Resources 2169 0 R ++/Contents 1626 0 R ++/Resources 1624 0 R + /MediaBox [0 0 612 792] +-/Parent 2141 0 R ++/Parent 1623 0 R ++/Annots [ 1629 0 R 1630 0 R 1631 0 R 1633 0 R 1634 0 R 1635 0 R 1637 0 R 1638 0 R 1639 0 R 1641 0 R 1642 0 R 1643 0 R ] + >> endobj +-2150 0 obj << +-/Type /XObject +-/Subtype /Form +-/FormType 1 +-/PTEX.FileName (./ppc64-without-smt.pdf) +-/PTEX.PageNumber 1 +-/PTEX.InfoDict 2173 0 R +-/Matrix [1.00000000 0.00000000 0.00000000 1.00000000 0.00000000 0.00000000] +-/BBox [0.00000000 0.00000000 590.00000000 430.00000000] +-/Resources << +-/ExtGState << +-/a0 << +-/CA 1 +-/ca 1 +->> +->>/Font << /f-0-0 2174 0 R>> +->> +-/Length 2175 0 R +-/Filter /FlateDecode +->> +-stream +-xMk@wBR(Т[@$Ψ@fy`IُާfOe Ǐ/r\|x~r% L|TmcF{9lh#7xn%DIb'%DKL"q/q4>ǁŇU)dI! %?m ٧$-Jw}ƛ\)Ivi52+Z +-Z(K;+z>^/Z(ӖK$΍qp7YK;(n)9VQ<ޤI &'&.8WrvZD.=sDRM1kFRmԁFa#uF>H^WPEjL 2w!C:LH2U3҃lẄ́!LH{09w/6,4-<ퟟ +-M̳뫓m  ߨBG{aFhW]oװoӷj"|ÆO>1] +-endstream +-endobj +-2173 0 obj +-<< +-/Creator (cairo 1.8.10 \(http://cairographics.org\)) +-/Producer (cairo 1.8.10 \(http://cairographics.org\)) +->> +-endobj +-2174 0 obj +-<< +-/Type /Font +-/Subtype /Type0 +-/BaseFont /BitstreamVeraSans +-/Encoding /Identity-H +-/DescendantFonts [ 2176 0 R] +-/ToUnicode 2177 0 R +->> +-endobj +-2175 0 obj +-598 +-endobj +-2176 0 obj +-<< +-/Type /Font +-/Subtype /CIDFontType2 +-/BaseFont /BitstreamVeraSans +-/CIDSystemInfo << +-/Registry (Adobe) +-/Ordering (Identity) +-/Supplement 0 +->> +-/FontDescriptor 2178 0 R +-/W [ 0 [ 600 862 612 549 633 277 633 615 317 390 636 636 636 774 686 390 748 731 684 611 634 837 636 603 636 636 636 636 636 636]] +->> +-endobj +-2177 0 obj +-<< +-/Length 2179 0 R +-/Filter /FlateDecode +->> +-stream +-x]Mk09nƏ +-"C?d +-5yPxLf3ynRngJèeYuԑHIr rLv[V=QUQ6ntxRsoV_ڛ1?<^)μvS쓏r]_fR-Yb:ɶWĭ:b%A~wև $=N2Pzt1 *@T),A)HBu> g`E/G=PAKQ]/_~Yȃ_(A? g}!oֺ#'bQ}jl, +-endstream +-endobj +-2178 0 obj +-<< +-/Type /FontDescriptor +-/FontName /BitstreamVeraSans +-/Flags 4 +-/FontBBox [ -183 -235 1287 928] +-/ItalicAngle 0 +-/Ascent 928 +-/Descent -235 +-/CapHeight 928 +-/StemV 80 +-/StemH 80 +-/FontFile2 2180 0 R +->> +-endobj +-2179 0 obj +-349 +-endobj +-2180 0 obj +-<< +-/Length 2181 0 R ++1629 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [377.353 655.136 454.065 666.025] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++1630 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [330.247 643.48 429.643 654.07] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga3) >> ++>> endobj ++1631 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [206.994 631.225 318.026 642.115] ++/Subtype /Link ++/A << /S /GoTo /D (a00046_ga16) >> ++>> endobj ++1633 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [318.503 512.909 395.215 523.798] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++1634 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [206.994 500.953 301.409 511.842] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga1) >> ++>> endobj ++1635 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [333.308 500.953 444.34 511.842] ++/Subtype /Link ++/A << /S /GoTo /D (a00046_ga16) >> ++>> endobj ++1637 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [354.459 370.681 431.17 381.57] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++1638 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [206.994 358.726 306.39 369.615] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga3) >> ++>> endobj ++1639 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [343.045 358.726 454.077 369.615] ++/Subtype /Link ++/A << /S /GoTo /D (a00046_ga16) >> ++>> endobj ++1641 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [343.176 228.464 419.888 239.343] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++1642 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [321.228 216.499 415.642 227.388] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga1) >> ++>> endobj ++1643 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [206.994 204.544 318.026 215.433] ++/Subtype /Link ++/A << /S /GoTo /D (a00046_ga16) >> ++>> endobj ++1627 0 obj << ++/D [1625 0 R /XYZ 160.667 686.127 null] ++>> endobj ++1628 0 obj << ++/D [1625 0 R /XYZ 160.667 668.127 null] ++>> endobj ++1486 0 obj << ++/D [1625 0 R /XYZ 160.667 546.864 null] ++>> endobj ++1632 0 obj << ++/D [1625 0 R /XYZ 160.667 531.405 null] ++>> endobj ++1485 0 obj << ++/D [1625 0 R /XYZ 160.667 404.636 null] ++>> endobj ++1636 0 obj << ++/D [1625 0 R /XYZ 160.667 389.177 null] ++>> endobj ++1534 0 obj << ++/D [1625 0 R /XYZ 160.667 262.409 null] ++>> endobj ++1640 0 obj << ++/D [1625 0 R /XYZ 160.667 246.95 null] ++>> endobj ++1489 0 obj << ++/D [1625 0 R /XYZ 160.667 120.182 null] ++>> endobj ++1624 0 obj << ++/Font << /F28 362 0 R /F49 703 0 R /F14 608 0 R /F22 352 0 R /F44 479 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++1646 0 obj << ++/Length 836 + /Filter /FlateDecode +-/Length1 7684 + >> + stream +-xX{\UU_k9<@*fz"5S3J3(,D{8bdf耚`ό!r q|fČ:6嘉bEF F3?:gn%H1{r||G. d`SBhg^٭i$$^6yG#L'!&DDLEɂBޠ4Vgdz$8&٦Dd "7YISe+Jn5մغ| ) )8d!AH}rgH O ByXX"/1Ej;8up{Zn~1] Ut#8Iݯ~%NqT;ME5FvSHbN"KFv_r8#z`Q|%ރz7f=yz]P2l_%${ɾdr`L}A06+&˓ebŔzJRUDOIr<9_?ߓ=b_?2fXOM|ĥ[h\lBzTzZB\$)‘{YP_?M]7ںgyBj^3kqMcVT6`@Mbb' +&%th)1/74(bC)JX(kgK +-q1,]*:XCDJ8Nܜɓogmx.Ebޤ͗jj6:,v$D̕N҂.PԢԛdocg)7ThlSlҺ'h1rII̭_joCCvv=*lٺήRѵeF*v p]59,0sx[ +-ن[A}>GGBθcsn$??׏9?9_z_<s꾊ED`{ +- 53N=t"4deꪵ$U>~KzӋ !ˈ#3Bbe뼒;TsZlFmq#=0QWXz U;Ν5bkո8Nd2[T4D&11ӺMYk9*E P; +-RѣjhWmk'?212F ] `ʃ6E~I|]E"(1'/H +-w/!%%QK= +-wIL?,d± te{_+y/z:F?7jjja3:\;eO6! 0J=4k$wȷ&R*wp >^Á7.m-7ZڬWkpN@ơ>Oo\H:?6!1]gRW[IS#]FG-=9,dşW$'-)b3!3X<yjoh}l5w+F3{]El+~x<@;Ab懎(G +-ƹHA_e[L ozNX'nWSE בb5:ǓD:j;ar-7 +-bkGª]f5tׅҲeB1繹b{ŸD^7&"c~D /^ۜAlKOv"ETU-]*a_^ﶶ~aX*AO=2/*(L](De-QmzԖ9[ZKJmFUc%c姄?AQЗkͪ`G@=(LTC +- #I^NI@XjVDD ƍ=:\-'OpI 02@I9a2 pЩBi&%H_s|E])].^CGJSi!N8̯ ^xEpy3K u$"XY^IK 6`Gma9:R+ϷBR(E"}Xh*2YŠEJ-jw)?Q3)j2`7ݻoTO^{{9AhèX}]Q h`rK=]" w+6U(rx=@ʩXm(fh}H~[ uիY58 <϶=(ctljmm¦څ@`Gy$'8(HJe1F\f4TwtTݦX-f#)?9Q0fD^Mkqv&F i`,Th&ʷ=@GB33Ҝ}*:(V>}[ϟ[ԶN@~b+UL!&B62Upy&譐6lyM?ܼzśؚ4x/1]@_+UT._q F*+/Y :|T[/:zuQSwR}viuiݗ?Y\ŝIy0oL7!:5[҉&sګjD9dOcjT Y+ԆFҗ%Sd>y4$$L'L<:˨'!UU( qt~X24w!sGlE?bȼ`%+%֘YWYl.wz"nbJMa樛.oGC̛&5|uX7;iPM'*Яj dj0.s¥;|5dZ[.bn7:XAԶhml +-:HmYlbMF#dz^3W ;oݺO8έa=s2in?}ۡC۶'oe󯿼ʿ@ٯ=;I`$S@"p)d$ƞEWD#YȽ MQ,e3JV4ѮRޅaJbD4=U1.bG +-DbV)Oܑivƻ +-H adDRWj=x$ +-=r*<\S8b / evZj.kIe.ūw~sl%k,YZ)tƒ S|uo9vq/dG׮}TqN~ɒf1T>Ej.ZB\!.1DV{Cv6kAz*5፮QG4za6@ @nkHO#=XMa.M42OMjU[ʄMt-Dy+LmSa_^Qnxux +-|oQ"n&Vr~=H8*#Q yB°*(l' zI\$ +-(zC^>q.:Ñ ߷n4,YJMGRq@nd?>#~j("NbLb#TΦ2]uKER@ +-Q\f!WpD*NR8R$ +-)L617-,Zw.%ɫ +-czj"ߓ0Y(„HSf`SBw g絣ʓN^rqm֐9 \.=XR! ).@գP}0_̡5s1G~_x=#͗t@Kի1Y'yzMH'OY!GH&$_ign/t=iQ:'^X#R2|Z!pOnmEg}$ּWݝ5ܧ2w-tb wR~㳦jF9plT&ulWp̕-x_xE\ljleTuKBt0]BЫBPjфH[PV: ҫ(K/tSt:sOz|s:[} 9l;(} ?RjqTC{~N5U5uχLhp5LbWol?.wgO9\L9B5|cu|t_,f,p?rh<Mx?Ns8La'n84r88cr#~0C*P` 99s s).d@P]sx8šo9˅7-ۛ ohkvsevl)r!a+-Ml &ش6 VrXWmf8T +-'UU56XJ*٪CXMUdCEPMVr(/9 WWˍlJs#Ue +-a-D9qvz"k\(dx/Z` ^0<w@A<s; ɞOqfb'  3A6G8ﵲxqv'X3aL5Q: 9Frqp6~ vf!!6 !ndn4!epdFlF_X@RKʅ}loNH @B `xqb~moxO.ĘtsLpa!2"0RqR lx*`]a``633m +-#tx)D("ʭL +-VҤm/qΑ +-endstream +-endobj +-2181 0 obj +-5732 ++xڥV[o0~W|cծSFӦRH d@6״4!68;BC!.C.8@8 }í>$ @;,B $'b30$AhXD 'ڗճ]:/zC QepH4~7w0\knDI!@RP}"Xf:e01Doh@=O>^_$:;HRbN&2_חph&Vp(FM֤t#og_s ++d֛lUt@,c[R QqAPw:Ȕg#c$PVFQM,bGۙ# s_0"hWS> endobj ++1649 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [325.321 655.146 402.033 666.025] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2169 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> +-/XObject << /Im5 2150 0 R >> ++1650 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [267.078 643.181 366.475 654.07] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga3) >> ++>> endobj ++1651 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [153.196 631.225 264.228 642.115] ++/Subtype /Link ++/A << /S /GoTo /D (a00046_ga16) >> ++>> endobj ++1647 0 obj << ++/D [1645 0 R /XYZ 106.869 686.127 null] ++>> endobj ++1648 0 obj << ++/D [1645 0 R /XYZ 106.869 668.127 null] ++>> endobj ++1644 0 obj << ++/Font << /F28 362 0 R /F49 703 0 R /F22 352 0 R /F44 479 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-2184 0 obj << +-/Length 436 ++1654 0 obj << ++/Length 1417 + /Filter /FlateDecode + >> + stream +-xڥRMo0Wπrkm(C4ńnkVT=Tyy~3@LJ%Ԓ*Z 8i(#jj(i2LA1ѧbѱbБqݻwkߑ묚` +-'N+;YjE.= ep4|4$0HTpÌ8kTG1%VO)£nbIrqD_6yXRg jS bvm/_,]<>~]Uahlgv #1"q}1 R⾟f{4K1&-.YA"ʬD8cQxhm&4XY~LNقB]ws|h)Ѵxh@LěY1˥Os ++iNE=gl]w ++Q)F5ι4νۅ:u$7@>X^S' {bk[09A[a5),RL΍Z,J#h賻thKG\[zr*{礸䀛RT^fOd۹9hLRP &!0?9 bdI$˭9^ 7P&za72hL ++J!`)H: ++J0(G zP RQPx4~Ln3f%1M׌dPIu3!VW&fëonJB kF{VΧSZ>\N*Va ry-VRl+k0+r ,A^b̧eVoեzbrMj|qo\:SLe ++R@6A+F&z;I` fm.XI5C,6 ++ \3b0#% ĩIĀBwM 8sCELEYxkGVrw6ռ}pJ- Z 5DzV=.8 ++IMq/.+ąY`1IR͸|f9ٱ24+dz)sa6I:{}IwI~ӽ&[hJ%8e1=4?=-ƉMfl315Qw eiM C*[iE$n.2ݩ'pѨɩ\d!mF8oQˆ# ++@>Fy a `t{tԽ`?8 ++Ƨ ⶗|%}|u|;9u%"'xy6B&R!>$MM<>xGvP%s0.}}G#GWߌ{'vM+}endstream + endobj +-2183 0 obj << ++1653 0 obj << + /Type /Page +-/Contents 2184 0 R +-/Resources 2182 0 R ++/Contents 1654 0 R ++/Resources 1652 0 R + /MediaBox [0 0 612 792] +-/Parent 2141 0 R ++/Parent 1623 0 R ++/Annots [ 1658 0 R 1659 0 R 1660 0 R 1661 0 R 1662 0 R 1663 0 R 1666 0 R 1667 0 R 1669 0 R 1670 0 R ] + >> endobj +-2168 0 obj << +-/Type /XObject +-/Subtype /Form +-/FormType 1 +-/PTEX.FileName (./ppc64-full-with-smt.pdf) +-/PTEX.PageNumber 1 +-/PTEX.InfoDict 2186 0 R +-/Matrix [1.00000000 0.00000000 0.00000000 1.00000000 0.00000000 0.00000000] +-/BBox [0.00000000 0.00000000 910.00000000 1350.00000000] +-/Resources << +-/ExtGState << +-/a0 << +-/CA 1 +-/ca 1 +->> +->>/Font << /f-0-0 2187 0 R>> +->> +-/Length 2188 0 R +-/Filter /FlateDecode +->> +-stream +-xAo6+hDQE=jkKJw,9Ҽ8|'ۗS}w/o~vC]Nw_}7ҫoOƁ>=?Ys:}|oǗ}K;gWa;Q=Oe'-'+eڜEOV cg=^Żk_ܞOdм ݳ5m3e{ר^@t,WS0tC%Xb9"h&#t3)~!ِ2!]a݆?D +-ŻI8~7?^,M޴\ItiN'%_ 6*hjJ.\uT& T-, jF:E Izb]b=c!cy"sT&D]'Djͳ n^*6<ΐ(ΐ}gq28v먰\7d5Xf[v +-ځW u{^k0s3w&D]'D̕6y}ϳ? 4ϳy:[#s<{ +-zΣssޔ^a-rb ^b}i5B5D~ 4c,&uRuRZUΈH< UtooޙC TAp}@@% :?ʩ +-endstream +-endobj +-2186 0 obj +-<< +-/Creator (cairo 1.8.10 \(http://cairographics.org\)) +-/Producer (cairo 1.8.10 \(http://cairographics.org\)) +->> +-endobj +-2187 0 obj +-<< +-/Type /Font +-/Subtype /Type0 +-/BaseFont /BitstreamVeraSans +-/Encoding /Identity-H +-/DescendantFonts [ 2189 0 R] +-/ToUnicode 2190 0 R +->> +-endobj +-2188 0 obj +-2234 +-endobj +-2189 0 obj +-<< +-/Type /Font +-/Subtype /CIDFontType2 +-/BaseFont /BitstreamVeraSans +-/CIDSystemInfo << +-/Registry (Adobe) +-/Ordering (Identity) +-/Supplement 0 +->> +-/FontDescriptor 2191 0 R +-/W [ 0 [ 600 862 612 549 633 277 633 615 317 390 636 636 636 774 686 390 748 731 684 611 634 837 636 634 579 392 557 636 636 636 655 698 411 603 636 636 636]] +->> +-endobj +-2190 0 obj +-<< +-/Length 2192 0 R +-/Filter /FlateDecode +->> +-stream +-x]j0>Eb$̀eE/49N%:y)TP<9O|v*w?VzZ7$: .JLivNҐܖƳ매DoN=&B[򃻈SWuh$,ka^I1yw!>]H;yI#2|.TYjQr_\Hzx\Y:TJiP: +-TC$ Fܯ)qw9 51,~fO_b?~~Wv +-rb?O ?]؏k/G?=a2? [?oq1x}Xqmyx&-і +-endstream +-endobj +-2191 0 obj +-<< +-/Type /FontDescriptor +-/FontName /BitstreamVeraSans +-/Flags 4 +-/FontBBox [ -183 -235 1287 928] +-/ItalicAngle 0 +-/Ascent 928 +-/Descent -235 +-/CapHeight 928 +-/StemV 80 +-/StemH 80 +-/FontFile2 2193 0 R +->> +-endobj +-2192 0 obj +-377 +-endobj +-2193 0 obj +-<< +-/Length 2194 0 R ++1658 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [237.48 602.418 372.592 613.322] ++/Subtype /Link ++/A << /S /GoTo /D (a00047_ga0) >> ++>> endobj ++1659 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [383.761 602.418 458.261 613.322] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++1660 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [184.578 590.463 258.52 601.367] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_ga1) >> ++>> endobj ++1661 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [237.784 551.609 372.289 562.513] ++/Subtype /Link ++/A << /S /GoTo /D (a00047_ga1) >> ++>> endobj ++1662 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [383.609 551.609 458.109 562.513] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++1663 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [184.578 539.653 258.52 550.557] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_ga1) >> ++>> endobj ++1666 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [387.545 455.339 464.257 466.228] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++1667 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [202.012 443.384 279.272 454.273] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_ga1) >> ++>> endobj ++1669 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [387.641 357.26 464.353 368.149] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++1670 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [202.012 345.305 279.272 356.194] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_ga1) >> ++>> endobj ++1655 0 obj << ++/D [1653 0 R /XYZ 160.667 686.127 null] ++>> endobj ++1656 0 obj << ++/D [1653 0 R /XYZ 160.667 668.127 null] ++>> endobj ++166 0 obj << ++/D [1653 0 R /XYZ 160.667 668.127 null] ++>> endobj ++1657 0 obj << ++/D [1653 0 R /XYZ 160.667 621.368 null] ++>> endobj ++1664 0 obj << ++/D [1653 0 R /XYZ 160.667 502.333 null] ++>> endobj ++1260 0 obj << ++/D [1653 0 R /XYZ 160.667 475.848 null] ++>> endobj ++1665 0 obj << ++/D [1653 0 R /XYZ 160.667 475.848 null] ++>> endobj ++1259 0 obj << ++/D [1653 0 R /XYZ 421.038 392.484 null] ++>> endobj ++1668 0 obj << ++/D [1653 0 R /XYZ 160.667 375.756 null] ++>> endobj ++1652 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 469 0 R /F44 479 0 R /F49 703 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++1673 0 obj << ++/Length 2659 + /Filter /FlateDecode +-/Length1 8976 + >> + stream +-xx}\UUg}}˽^D|A59Zh/#Fj ǒ53ԔqRiSQlBas~>{؜s9^뻾kJ1B$ri쇽˞Rt !Np;v+v~cxӦLʾsG`_4x7mK/pwz~ /7b椗s,ܾwxiD 9\a;PZDL="ݣ:V {ͅzBcrS>ŗ#0]^08jh9m) |yPX,/6DjPXt=i?_DWAd|OO}JBc{v izVע2Q mWŮb> $8p.U["!wul2D!¬G?Иd:ih=yzKP2lɁ%G%{ɾ ' D|̨LO73:ӗ4S-.-YLhJt 1 ˓͊zrѹBO011ĦYhlL|ZT_ZINOSS„.fuUՀ#ֶޣ[riRs'}y qD=9>1[n$$mWm$.RD"2C"V"e ԧWFwnY0BjWPXG7D_J4ܔɓdn \Embޤg^MJGS >D!bd'g z*[*z1;YʝFE4*6t,#ȁf'1j?IaGs-h-쭛dV}c|>Ϋ^R"'GFu"kL[Q{>gs}h:#*Yz}CI/8@Oך8/YTEu]N\$7GT_[oSVm#mUnC9td` F!4(e[RTO:t01źu] ,:KҏC; Z"k!-85s/;MlB*a粊j0ᙣz׹ M 4>/֬?oj{!_3y""A[2DB ?E5~D,$,vҫ8ێ@{$8x!_x`yٺ:^iq232<AQE2 u^ K5-zˊP9.cr6@(SX?U9|o)g谖{ļUC-.qaNDHD&1qu$(Aw(k fcǴ$MDvM6F?;|}(ef(ut1l +-*v"bb\iNd%bR\صsnGuI%:,\eD]:& coPgΞ={>3?6|#HqQv;lDC;t"nj({CsPVrƖJ+ܡNw| v^JDs=Mu;4w׼CfDa}gwRtO$㩇:/&>!Msx1_BYP7&1әGOUwl7F}1:5/~#ղ]rDGr;ymW +-9d s2pl[}2KnG n4Z=joie/`"H+4"aK7'`ï6>PyVn +-~hj-4}ΤoYsG? *1>tD!@eEW1P;9m}*`*- }6}pǼ:>ھiv~&+-]Ǎ\l'ozC8zxʥB?ٹ|=Ov݁2Ko DVqE:οp%45 rl-!)=r}*+(V!&lڶ﷞zk͚ݻ׬y  +-ٸ;{Dux  TH("dzXiCCvE#^lRii-Dž~ZkRPbFh2bi{u(|F MlZ ZOkb88MqӃSio)ڟoʿu?AFtz,P'-|R|O&YAzKUEHT;nW>A~+6nڄ6ݣz~=~Y&??v4ANjx1|LW*T ~f`1 +-Gdzıվ.L:`drZN{L'jB1joղoYO>(--* Ig0ށ.[5t( +-] $$!GrnP 62I0"uKidRq9[%^o .4]I? LSZ|ZۺOxTdoNi+Ķ^D}{}6cmaxq`ض,jүRSmcsA{5Fb~_PTr|K}Qݶb/i .Ys!'yRxψ?`"%4J'˙r!VkLiTj,l-g@5s3Q25'P%hœ~]r0v$4.i 5"H:dN׈FHaz<9XJYR7_H\<՝n-WlKnY cacE826+{8b,a+ G#awu}q<:>uS؎ؾa$ō-TzvO;?=ҧ_{zUڈ-[aVS3y|{i?ڶ:N:ŅJ\d"0)i ǔWM1zWS +-'ZZRK +-gXj%y#ek +-TMvoÄ%Fv}+_Lo[-I]#6@مx~0N;=ہN#{L!B*D TX']/!=* a +-s-XnA 8 Z)3dCrxYNY&'8bdCHj|.c48~ߞɴg3>u4ׄ[]#ƍk7U$| )Zd0"%$ʚ2;6VD 6Md$ko7krV4/bID}WWhXKc@KA[geS\g#G4.JVMenM N-~lxm SKߘ8 V޹s];ťmK޽Zdڵ +-'*+6W,ܹ +-+cN|yƗ%'餗/~ !Y PܓXף6OڬWF#^ 󴅄`-`v0ąFeM#U|LtgcOP$KBWۅ7I-A1T%K&;t49&D"OUbxijbGSavaˀ K%G7 +-GA\\YD~-)!;H>bH/<=YR,|~nQCt #o( %iUK~$K`P*[gq|CQB8dteuD +-pdT%XE. m֒ 9l.cPRn"% +-uCꑯ~]'f=1K>jsBrl$+ԗ.(4q<~A^Z2 'H% +-+b?ȍeԹ~$gaI$9-5Zh~Xc?WV9z?o]֖9Vtq{?uEr.3Fou:`f8`h4v1ai<80A 5lb +-O)p~p?|oʡ_{pnCc3| M18\OkصrG+f.så.8|e./s_b!]x- ]<]g89-j=389\n85>pq/G9|)P]g><̪8|xp<0|X(h~8r>/޵wlo6B 9a6a6 ۞,5JpؼɄUl2 N16TX'TXMa}Pn2TVZغNWJWfVgBu?+%u?rE7Ênð|-2VQ Eh"?,UUK+l +-,PȡC sXdCh+sxL0s8 yb3n\8o}@6cL0m!LśS8dsxd@V3L0xrxø67aNi0P$L#acV6,2Ǭ0 rRaGfx8~!!kfm! }8dpz7Ct+e4#KBzz )=,C#$w7d3t7Bz +-]%:YR6tN~HA?0$!od!7BX1!C=}6o3xPO6Dtsp5C@p⍓CD690'889r 6 +- B )9mS9td;H C= !ʄ@@8*tMG_ E/ +-endstream +-endobj +-2194 0 obj +-6698 ++x[]}_G X~M6ݢIXkkjcrԐÙK6]q{琜[QVjb[i ftCW7,@M@ono=+GI G ۇ_֊0rEo~ |z-aB1nH'_~ %gxM snFHٰp]+\*JI" ++W0(o+z8|x ++q9.yPJaAC9<F.ȳʹ*&)0`pB+(?b9?OBz. 8\Ac$V4' <7N*hnT]Χ'YO1KJs_SDQ ++urrz:N_ˡ 1(0egD ++RHg&Ā&>IWD*⠉"'swy9|‹Z]%Ru{9oYw݆5Y0ī0s0bƥF)JMԤ&,5(apAj$rYj'I GfШAl`h{!IJ2;/6]|9TݰCtXNBI$3HE 0zK1#>XBhP!['R?aabȤg ax7EI/TVi&I&!k-(\Ig0y(N P#x/q,q$As]uR&q-,h&@RjKeqI #,ă ++s 댩Wsʡ15Hb-;JfXJ4DYk`:X]iwU,Uu&a+EPۂ_>LH714! q4YWpP!hzI Aɥo|.[8z|^6F_(Wž"&CN:Zb&&Y%-rrOYi+qIȪ[BNJ͛ C,*ٍ / :H"*Y-7QBEt:$2AɃ܅g-Hh@o m4B0(_pM`#h,ɷ?_QP X3kgE]aAR*0" )ܫ)97h+P%'% J. ?DDIȆ"`h΋,[e[᡼t,:8`7Y ]6MDӐMSt|z#̝ x"arK^2׶Lqe mc_ߟnY$9'k@쓐*$IƊ  xё#ftdt˱aV=Wru q0JB*wUJ#lp@!5sm&Sq[y[ٝ>}: [+{.:J&#-n;(qIȶ-hMBtTs7M60 ++UyřրAyLNefδ48sz08eӶ9f,oE[ }ޠ k0q̹3X%wŻ׏/1X|i^͘JSԌ)lL(a00Vhp/OƳ}w//ߘĮDĠ9p +1?L$ndc]C6-0eh sݸ|](w? d/ADYLCV/? 󎧤G_u)Oɴ$JUOLmpE8Hap/X0'|Ng;v:w]agoV2:# ǒniw_ҫo?-4| r93endstream + endobj +-2185 0 obj << +-/D [2183 0 R /XYZ 160.6675 686.127 null] ++1672 0 obj << ++/Type /Page ++/Contents 1673 0 R ++/Resources 1671 0 R ++/MediaBox [0 0 612 792] ++/Parent 1623 0 R ++/Annots [ 1677 0 R 1678 0 R 1679 0 R 1680 0 R 1681 0 R 1682 0 R 1683 0 R 1684 0 R 1685 0 R 1686 0 R 1687 0 R 1688 0 R 1689 0 R 1690 0 R 1691 0 R 1692 0 R 1693 0 R 1694 0 R 1695 0 R 1696 0 R 1697 0 R 1698 0 R 1699 0 R 1700 0 R 1701 0 R 1702 0 R 1703 0 R 1704 0 R 1705 0 R 1706 0 R 1707 0 R 1708 0 R 1709 0 R 1710 0 R 1711 0 R 1712 0 R 1713 0 R 1714 0 R 1715 0 R 1716 0 R ] ++>> endobj ++1677 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [155.965 597.089 207.77 607.993] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> ++>> endobj ++1678 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [208.268 597.089 290.509 607.993] ++/Subtype /Link ++/A << /S /GoTo /D (a00048_ga0) >> ++>> endobj ++1679 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [294.325 597.089 368.825 607.993] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++1680 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [163.813 552.625 215.618 563.529] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> ++>> endobj ++1681 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [223.964 552.625 365.413 563.529] ++/Subtype /Link ++/A << /S /GoTo /D (a00048_ga1) >> ++>> endobj ++1682 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [377.076 552.625 451.577 563.529] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2182 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> +-/XObject << /Im6 2168 0 R >> +-/ProcSet [ /PDF /Text ] ++1683 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [239.262 540.67 291.067 551.574] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2197 0 obj << +-/Length 1620 +-/Filter /FlateDecode +->> +-stream +-xڵko6*@>5#Ѷ6ID97G9R4 {GS|Y&QM$rOj¦K}p+3 {RߟL^iꦑMO}]s`6B738jو*%V6 I@yxg''Nv{jC769`|8a$|S㚭cA!sÄ#A{Aˣ 0A/TEܹ2/m#+YnF.6%!V-mį3FԸnZou[ZRYm6Yi} r.ZIs 9w0* |;,qޣ!E#u)8kiYJ]?٩\9aLJvZR-(t%V -e`6X$&BSMMQ{rM`ͥd =X3vwb77y^`EDYbgJ;+d(xKֲiX˙cKd CN ;{2Wh~4Dj4B8Re A8T*'dz](6"x@%!hkaU-ˋ|l9ʺ-_ +)sEdQ"N0|tDAƻ9I;s33 +-V? 9!ֵL<M먙87i y҂6NpϕXPh#)5 +-MO~FS趛FڎXB8ǧ&]ؙZa?pp89oh;ʠ?}a>ǏeLtHҕD,d yJ:7B20[(潑E) \XJdtĚ!pՐ,u2 y sXa# jTg +-xWrE뚻 $oב5 Wi1kv'>4nx . 1o #u${-l&{nn~O5CfW){;ysqFя?y?WZx~'jr)6_Bg[JۘkODQ-,JR ?vToxM=:suVnrSEz=p-MSᘤn⩒xrD{fתȻSFVDpٝbߛKuKp^r7ڊrݮj9*N=@@`$-ZZtFkOzm]M@{,P|̹[k{ϩ|I4roD\s?;+`Jy۩ vzpf}/{`SmqkcxA("~Su?+.{E {Bca im<' ~\TpwL~gײc"O.,σ|@yxGhvQO!.B"xyQ}lߔ|VfVE*H^y)a |ٚ= ?/ |}ž?)x;iݲު/%> + >> endobj +-2198 0 obj << +-/D [2196 0 R /XYZ 106.8692 686.127 null] ++1685 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [209.385 496.206 345.853 507.11] ++/Subtype /Link ++/A << /S /GoTo /D (a00048_ga2) >> + >> endobj +-2199 0 obj << +-/D [2196 0 R /XYZ 282.9572 568.809 null] ++1686 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [350.227 496.206 424.727 507.11] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-30 0 obj << +-/D [2196 0 R /XYZ 106.8692 551.888 null] ++1687 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [153.196 484.251 227.138 495.155] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-2195 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F44 2094 0 R >> +-/ProcSet [ /PDF /Text ] ++1688 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [249.773 484.251 301.578 495.155] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2202 0 obj << +-/Length 1373 +-/Filter /FlateDecode +->> +-stream +-xX[o6~2tטut}XsiIh0Ȣ'u}"%S,uV$y0yHw.<$t&:"ı5 G g=]ڻ{{ubC6=de ۧ?0Hb5ZF\_u-z:2=.a#y6뙖 1(I[RY-?-d:.ijYgռ-۔-V9x~UFVR/uwt?p=-*=l(F3@?aN7 @ȻiЩm{,zrAaLlP Ax$pQ4]xgM޳Vw4SW,_?] kX({`xb6v7|g9q[(t#jBMXGXsGendstream +-endobj +-2201 0 obj << +-/Type /Page +-/Contents 2202 0 R +-/Resources 2200 0 R +-/MediaBox [0 0 612 792] +-/Parent 2141 0 R ++1689 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [155.958 439.787 207.763 450.691] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2203 0 obj << +-/D [2201 0 R /XYZ 160.6675 686.127 null] ++1690 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [208.254 439.787 333.514 450.691] ++/Subtype /Link ++/A << /S /GoTo /D (a00048_ga3) >> + >> endobj +-2200 0 obj << +-/Font << /F28 1626 0 R /F44 2094 0 R >> +-/ProcSet [ /PDF /Text ] ++1691 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [337.323 439.787 411.823 450.691] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2206 0 obj << +-/Length 1403 +-/Filter /FlateDecode +->> +-stream +-xio6[ )QW,KlqmamEOboߓHe'^QD'mmڞѶ]i&-އQ8S:/ !6vwX! >oDw:onQO&a<_c?`J\&U[cV篸W-LOs2 "!Q{AmRZY.6 $Wqakxi7{k[N">荘N?ٔeOyG=wiw{@Јdh#&iXdUE`.v0ִ$U<=><Taһ["1Ca=z*WvL0L- .2,C<~׬5?BM>`i_u 3X~׀#z 1i'%nrr}i} ؠe8tLQv<ë0Pn [41C/ ZsXi̴DJ&L9\GBK'~1NHZ+.lps'giбls./[B[?\TGB)*['>S/\YOo8/2MA* 䘤Ⱘl ]h9|.JnI'EReBVbM|źz{tLR-ƾ梂sÙtH> + >> endobj +-2207 0 obj << +-/D [2205 0 R /XYZ 106.8692 686.127 null] ++1693 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [157.203 383.368 209.008 394.272] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2204 0 obj << +-/Font << /F28 1626 0 R /F44 2094 0 R >> +-/ProcSet [ /PDF /Text ] ++1694 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [210.745 383.368 331.023 394.272] ++/Subtype /Link ++/A << /S /GoTo /D (a00048_ga4) >> + >> endobj +-2211 0 obj << +-/Length 1353 +-/Filter /FlateDecode +->> +-stream +-xWmo6_a` wC%f؀NIӭ)- Yflzq%﨣VR+00s;lHdžLP"D E$apkf0Zљ %Û[[$!@w^e༌و:F,rSL,m677[^h? L|5K&7砙 ~ߊV[>_FbWDʈHgCGDH)[__#WPbd LIY4M,ry^^\b6J ?hu=L*lR3UGo t3g/24x2>={Hw}hm"[xtey*RiW*> $.(c/;zr|F.Ul?j ԢUT-z 4,Tw&3To TLg5# v\β*u%"À( G/?ݤ,ny*bQ*-SɪBMi*آADR4Sbb,->u`[MgDת@)5 LQVFƲ8_f:=+I!SUfHi: Ui@$e&qEݱFI3#ýP{me{N๠$Us~xA }H(oC6w ~qv-&Ϧ/=ц[MMn3Ik{0&q +-&I,Cˌr=F:UܵN*C'PN8Bx n>24hj$. +-} U^d}ج5wI;Ř𝔕nz&j21gZ%^XBKo7L +-q5;= CMU6CScD]YMzS|qj`MmB?ZyH"V 0m`G IaDx2=ų;=L֤L}Q9Z?Y.jP8^abGW'v أ,z YhO[h&{2TСX0ֳa,T޼;4<0 #SEEUp 77IUc.6x'uogʞmPݞE+Y(=rz_'2b~߻:&>k[;q=G›H߻Jp +-ز/w7N* !(؏=iN }BŒ~a]SZ,˯* %, endstream +-endobj +-2210 0 obj << +-/Type /Page +-/Contents 2211 0 R +-/Resources 2209 0 R +-/MediaBox [0 0 612 792] +-/Parent 2208 0 R ++1695 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [336.077 383.368 410.577 394.272] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2212 0 obj << +-/D [2210 0 R /XYZ 160.6675 686.127 null] ++1696 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [130.78 371.413 204.722 382.317] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-2209 0 obj << +-/Font << /F28 1626 0 R /F44 2094 0 R /F22 1616 0 R >> +-/ProcSet [ /PDF /Text ] ++1697 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [227.357 371.413 279.162 382.317] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2215 0 obj << +-/Length 2119 +-/Filter /FlateDecode +->> +-stream +-xڥX_6Oi g"%Q[mAh[Yt'}%ٷ^gg  ~J,81K4XID_`;dAI?ݭ E8O۱)! - /nT *'!KFZݿGJ#$½8)pO0L y9ݯw *Gv#gQpXG"*ZQD sxMxN/eaFv?_vο1i,%~0pJذ$J~ꕝ)Xȅ󅉝 +-~̹ט#?AzN^W8oA!a9$f< +-/ +-^HɂD}Ղ ֺERp5\/K;dEYT;7*g݅`ivwtUgEEaREO8J~?^(O4 =YN3G]cL[mUE{^j*͆ǹ!'I83xؽԵ|9G "0Y R1$ hqOX>X[1QE,P'_rl +-d*kDD͏9G>+mB%d L hZ4w!Y65Sx}]IH5D3Nʅ|oڽe;4P|f?dq G 5=xnKN/l5m_'wn4Ppq؂L1KL&{y +-;Ӿ#!Bp{Λ0y4Kqʨ&;ףgpd bCYk7t`["gvendstream +-endobj +-2214 0 obj << +-/Type /Page +-/Contents 2215 0 R +-/Resources 2213 0 R +-/MediaBox [0 0 612 792] +-/Parent 2208 0 R +-/Annots [ 2218 0 R 2219 0 R 2221 0 R 2222 0 R 2223 0 R 2224 0 R ] ++1698 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [157.664 326.949 209.469 337.853] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2218 0 obj << ++1699 0 obj << + /Type /Annot +-/Border[0 0 0]/H/I/C[0 1 1] +-/Rect [109.1905 496.7654 404.0846 507.2957] +-/Subtype/Link/A<> ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [211.667 326.949 343.571 337.853] ++/Subtype /Link ++/A << /S /GoTo /D (a00048_ga5) >> + >> endobj +-2219 0 obj << ++1700 0 obj << + /Type /Annot +-/Border[0 0 0]/H/I/C[0 1 1] +-/Rect [109.1905 472.8551 326.3761 483.3854] +-/Subtype/Link/A<> ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [349.086 326.949 423.586 337.853] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2221 0 obj << ++1701 0 obj << + /Type /Annot +-/Border[0 0 0]/H/I/C[0 1 1] +-/Rect [109.1905 230.668 380.1743 241.1984] +-/Subtype/Link/A<> ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [238.839 297.568 309.065 307.473] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_gga1a13) >> + >> endobj +-2222 0 obj << ++1702 0 obj << + /Type /Annot +-/Border[0 0 0]/H/I/C[0 1 1] +-/Rect [109.1905 206.3841 338.3312 217.288] +-/Subtype/Link/A<> ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [155.373 270.53 207.178 281.434] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2223 0 obj << ++1703 0 obj << + /Type /Annot +-/Border[0 0 0]/H/I/C[0 1 1] +-/Rect [109.1905 152.8942 308.4433 163.7982] +-/Subtype/Link/A<> ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [207.084 270.53 297.474 281.434] ++/Subtype /Link ++/A << /S /GoTo /D (a00048_ga6) >> + >> endobj +-2224 0 obj << ++1704 0 obj << + /Type /Annot +-/Border[0 0 0]/H/I/C[0 1 1] +-/Rect [109.1905 140.9391 316.192 151.843] +-/Subtype/Link/A<> ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [300.698 270.53 375.198 281.434] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2216 0 obj << +-/D [2214 0 R /XYZ 106.8692 686.127 null] ++1705 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [416.937 270.53 451.577 281.434] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2217 0 obj << +-/D [2214 0 R /XYZ 106.8692 581.9905 null] ++1706 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [130.78 258.575 153.255 269.479] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-34 0 obj << +-/D [2214 0 R /XYZ 106.8692 567.3418 null] ++1707 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [183.631 258.575 235.436 269.479] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2220 0 obj << +-/D [2214 0 R /XYZ 106.8692 342.5876 null] ++1708 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [155.831 214.111 207.636 225.015] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-38 0 obj << +-/D [2214 0 R /XYZ 106.8692 300.1356 null] ++1709 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [208.001 214.111 347.237 225.015] ++/Subtype /Link ++/A << /S /GoTo /D (a00048_ga7) >> + >> endobj +-2228 0 obj << +-/D [2214 0 R /XYZ 106.8692 118.025 null] ++1710 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [350.919 214.111 425.419 225.015] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2213 0 obj << +-/Font << /F28 1626 0 R /F44 2094 0 R /F22 1616 0 R /F14 2227 0 R >> ++1711 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [153.196 202.156 205.001 213.059] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> ++>> endobj ++1712 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [228.194 202.156 279.999 213.059] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> ++>> endobj ++1713 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [171.189 157.692 273.355 168.596] ++/Subtype /Link ++/A << /S /GoTo /D (a00048_ga8) >> ++>> endobj ++1714 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [278.277 157.692 352.777 168.596] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++1715 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [399.771 157.692 451.577 168.596] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> ++>> endobj ++1716 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [148.493 145.736 200.298 156.64] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> ++>> endobj ++1674 0 obj << ++/D [1672 0 R /XYZ 106.869 686.127 null] ++>> endobj ++1675 0 obj << ++/D [1672 0 R /XYZ 106.869 668.127 null] ++>> endobj ++170 0 obj << ++/D [1672 0 R /XYZ 106.869 668.127 null] ++>> endobj ++1676 0 obj << ++/D [1672 0 R /XYZ 106.869 618.844 null] ++>> endobj ++1671 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 469 0 R /F44 479 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-2231 0 obj << +-/Length 998 ++1727 0 obj << ++/Length 2084 + /Filter /FlateDecode + >> + stream +-xڥI<fOejpb8xąm5J&XR9D:-aHT"Z"BU,f8z73Ggr1 #/a0̩`Foj*!:24VۿU`dָ +- dN0׶blUV>4!1ќ*dP--\M-VWV.HrPϬWGB ֈT\m+{iBvuW܏~;gɨ0'R^f>~pi@3Ąݫj輱%=ab-}"a9ϩW8z[,p{`@~`c{NWendstream ++x՚nˢiN([Nef{Q"mL)"ۿZI~ެX~ZWD/UK^9lֻ,߱v \7;y~W?-:y.@ E-Ż;i3c *%nů`gU2E`2ESAF1" x~3Mcq*9 "mK] #l ` wN6)nyiH[hׇ\Y"lH\AbB2f ++yztO8۲{m9M iZV*QH ++J5eS AB?mcSw 8wapvAPsU66& i?Ba6P+lj^l`u2{sxx8O&v-7.Na2\5AvT%dWQيayfZ*Ґ݅iRjw5YސM zH ++p9k%gZUKҐS-ִjT-Yք K.ZtHīxMgz"M>-[RXW3]N_'n|'A ++W2J_T=+`4Kj)>Jﷻ<^$$&Y6xq$F ++yDME ++ cut8R1"ЈgǾaPz+V8!.ǾS1!~͛ +Sf ڪ@^dtr94dTA| ++ky5QH{´?lNWWKCbh]k0RAsv֙G*X=N/:Oa6M̏N|LBN6HTȸN午(R VȦHg 4H|2q\_ DCT -$Ƚhf(Tسr44VL pTAVS 4?OySDruक़kWWKKCB9Й&kxMr%R¼icSsm ϛ- 9縙=N%K1ͰFșxu՗4Ԅ: (b^K"xN#}1}w\;W+wYn3^P~7Wb92Id>G>ucqN!endstream + endobj +-2230 0 obj << ++1726 0 obj << + /Type /Page +-/Contents 2231 0 R +-/Resources 2229 0 R ++/Contents 1727 0 R ++/Resources 1725 0 R + /MediaBox [0 0 612 792] +-/Parent 2208 0 R +-/Annots [ 2233 0 R 2234 0 R 2235 0 R 2236 0 R 2237 0 R 2238 0 R 2239 0 R 2240 0 R 2241 0 R ] ++/Parent 1623 0 R ++/Annots [ 1731 0 R 1732 0 R 1733 0 R 1735 0 R 1736 0 R 1737 0 R 1738 0 R 1740 0 R 1741 0 R 1742 0 R 1743 0 R 1745 0 R 1746 0 R 1747 0 R 1748 0 R 1750 0 R 1751 0 R 1752 0 R 1754 0 R 1755 0 R 1756 0 R 1757 0 R 1758 0 R 1759 0 R ] ++>> endobj ++1731 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [229.071 630.103 283.088 640.982] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2233 0 obj << ++1732 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 601.5459 274.9779 610.3925] ++/Rect [205.33 618.138 282.042 629.027] + /Subtype /Link +-/A << /S /GoTo /D (a00001) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2234 0 obj << ++1733 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 581.6206 268.2132 590.4673] ++/Rect [396.974 618.138 450.991 629.027] + /Subtype /Link +-/A << /S /GoTo /D (a00002) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2235 0 obj << ++1735 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 561.6953 276.4026 570.542] ++/Rect [229.134 545.489 283.151 556.369] + /Subtype /Link +-/A << /S /GoTo /D (a00003) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2236 0 obj << ++1736 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 539.7128 328.8258 550.6167] ++/Rect [205.33 533.524 282.042 544.413] + /Subtype /Link +-/A << /S /GoTo /D (a00004) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2237 0 obj << ++1737 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 519.7875 328.4068 530.6914] ++/Rect [326.767 533.524 404.027 544.413] + /Subtype /Link +-/A << /S /GoTo /D (a00005) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-2238 0 obj << ++1738 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 499.8622 241.0655 510.7661] ++/Rect [426.258 533.524 480.275 544.413] + /Subtype /Link +-/A << /S /GoTo /D (a00006) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2239 0 obj << ++1740 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 479.9369 329.2441 490.8409] ++/Rect [229.105 460.876 283.122 471.755] + /Subtype /Link +-/A << /S /GoTo /D (a00007) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2240 0 obj << ++1741 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 460.0116 311.8495 470.9156] ++/Rect [205.33 448.91 282.042 459.8] + /Subtype /Link +-/A << /S /GoTo /D (a00008) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2241 0 obj << ++1742 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 440.0864 299.9242 450.9903] ++/Rect [327.317 448.91 381.334 459.8] + /Subtype /Link +-/A << /S /GoTo /D (a00009) >> +->> endobj +-2232 0 obj << +-/D [2230 0 R /XYZ 160.6675 686.127 null] +->> endobj +-42 0 obj << +-/D [2230 0 R /XYZ 160.6675 668.127 null] +->> endobj +-2229 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-2250 0 obj << +-/Length 1950 +-/Filter /FlateDecode +->> +-stream +-xڵYے}߯Л* Ɲ]I^W<~][D*$>ݸPڪ.@sa +-؆QM|&n>AX)HVzwRQ d}=7N\m^nK<'yi[PO?N N)" gUwߪ)M=m<4(#v#$ō7b\'(0e#~Y>]N1neр~O۝&R?Y[E7-ák"/w}USx<$M&:bDZ3i8+8$0 }*{4o|c[bU#Y7a*Xfv0R™U8&x՝ vu;C7L>)o>[x&*RRbi/_Ma HYrE+WTuR s",ڧI?2]i6~x }}ۅh_Cg5B m+Uye\Dhj|}vmZX?e!3 LxBCpzpnASE.B (a桓޺)=v"Qhs$sr;[p;.[(ʵk3٩e4sj +-GS=evFԊvC6|Z0jλe.A +d +-{ĥCK~vrm3Ɛri"2+DԂ5`琏%I-A? U <dd.< 08!ćo=Wet@mu~-sv,]Bn~ct?œA퇶{x&OG.Q v$a2R;c/_Jq<?޼6+/u}x ˎ犯)쑣#q(^F[IV[`f*56,| ?!l@gS<קc0`Y)Q.*ݛLc> + >> endobj +-2253 0 obj << ++1743 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [399.2233 449.7098 451.5766 460.6137] ++/Rect [405.062 448.91 459.079 459.8] + /Subtype /Link +-/A << /S /GoTo /D (a00035_gacd37bb612667dc437d66bfb175a8dc55) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2254 0 obj << ++1745 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 437.7546 157.6785 448.6585] ++/Rect [228.355 376.262 282.372 387.141] + /Subtype /Link +-/A << /S /GoTo /D (a00035_gacd37bb612667dc437d66bfb175a8dc55) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2255 0 obj << ++1746 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [416.9367 375.53 451.5766 386.4339] ++/Rect [380.636 376.262 457.348 387.141] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2256 0 obj << ++1747 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 363.5748 168.1988 374.4787] ++/Rect [202.012 364.297 256.029 375.186] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2257 0 obj << ++1748 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [312.1363 306.1515 378.8853 317.0554] ++/Rect [288.079 364.297 342.096 375.186] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2258 0 obj << ++1750 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [145.4445 248.7281 212.1935 259.6321] ++/Rect [228.421 285.979 282.438 296.858] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> +->> endobj +-2251 0 obj << +-/D [2249 0 R /XYZ 106.8692 686.127 null] +->> endobj +-46 0 obj << +-/D [2249 0 R /XYZ 106.8692 668.127 null] +->> endobj +-2252 0 obj << +-/D [2249 0 R /XYZ 106.8692 482.1451 null] +->> endobj +-2248 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F40 2081 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-2264 0 obj << +-/Length 1909 +-/Filter /FlateDecode +->> +-stream +-xڥXn6}WQ*/.v{٢HdʢKɛ;áVEX_qe!ɲ/r }?,YNWߋtY,x,Lc1lxpDbAޔNbL4UW]}ihR&"Uߋٲ?-X(3>AJ۵Tpoߚcۣ{ "dv5c Sb +-p,zdD'aoϜxzDa*٭][e]_@S<0%xȥSw^ K8VFnBֻӿجV/R?_$& l:m6IL"M1Jeg+R^QG{yh=S=uAuwXwluG?s4uMt<`a3 +-?Ժ#.{n7Ugs{Z*@En< .A;iקL}N Li +-ݮ^6zxdߪ±ەpw./ y¢ ^3 O/*,nnJ(ԯ\ thCeGkgXw\'% +-wv%ʃ:U^pbA1Uph +-b,$ !d/$V<8a%mD^KX +-%𤸖< wdVty%D*;jc;,峟03U?>Ir?|,)M0 *r"i߫~wGcu~-2:ӿ-Ն{Γ6$(sD/hw"< +-v'4 ?V8T0endstream +-endobj +-2263 0 obj << +-/Type /Page +-/Contents 2264 0 R +-/Resources 2262 0 R +-/MediaBox [0 0 612 792] +-/Parent 2208 0 R +->> endobj +-2265 0 obj << +-/D [2263 0 R /XYZ 160.6675 686.127 null] +->> endobj +-2262 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-2268 0 obj << +-/Length 470 +-/Filter /FlateDecode +->> +-stream +-xڥRn0^T_c;h4Q6 +-YY0Pnd66DU}:׀y,HHh&v (^nHa%@1F45N!19dlqJ%^J> 8Q{2  *:^bIJ0C&l­i9;mi.YҎ!bhщG&(Nx}lJo+';=V5r*"z*ዱ$3@}]3ꮬ"3ؕg{\z5uW}sÜ ͪ1ViéESNbVփfjLXe[ÇG<aJt^bh@ D;<%>x;ptʦp k(흭=KK)#'6ǭdz~NkCvWGZ7]Uendstream +-endobj +-2267 0 obj << +-/Type /Page +-/Contents 2268 0 R +-/Resources 2266 0 R +-/MediaBox [0 0 612 792] +-/Parent 2270 0 R +->> endobj +-2261 0 obj << +-/Type /XObject +-/Subtype /Form +-/FormType 1 +-/PTEX.FileName (./diagram.pdf) +-/PTEX.PageNumber 1 +-/PTEX.InfoDict 2271 0 R +-/Matrix [1.00000000 0.00000000 0.00000000 1.00000000 0.00000000 0.00000000] +-/BBox [0.00000000 0.00000000 671.00000000 688.00000000] +-/Resources << +-/ProcSet [ /PDF /Text ] +-/ExtGState << +-/R7 2272 0 R +->>/Font << /R8 2273 0 R >> +->> +-/Length 2274 0 R +-/Filter /FlateDecode +->> +-stream +-x][$q~_1oN +-`[kA0j]kq*ui=ڙi UbUx'swr~)[7O_^Aljϯ?20 +-qZ9zw_>~_}u_ 9`9U]\NƯa2>]ğ6-S|~ +-)(_ig}X'đO֦8y)q9Y<#E;ߕ)Шu +-N4]ĕO?nvIL05+0s?|Bݷ'ӯ^gˇ7o__}3'>৷yyͷ_s-O ) ^Nq1Oh_|Q< +-"ˊ%'uY +-6 ۖ!?O-BuFU5 gԋG0RX>O ӺLa7 pi׹桔"(n[Wmn;ֿTFmDgҋFlAGBM7AZ~|O֡ԬУO0wuUl Z-)E.o/a'hCg (7O ]er)n ͥPi;?o?jn~%^fyJlgP8wHDA3E1ˈ0J +-.9АO5 C &#c1x ޿$~yg< eöSA)#u M( +-hL kfӰRݚN0tu_keFxZ2Sv-~hH]FxmEꮡ7$[j]A\n{`F3ES~(R_oA Ī VLxaZ\,3Qjˋ;bVXr k$.^<="ura &c BF& &)e-/7ifpgҋQ\Ч:s!ݖfvnw.Qfv8%O\&*hG+Fj Ԟ" XIQ@|Z^̈́%OByf^&gszƌSl:ҷ_BB!+W$_hRۈ+}FRFcG,{>{aI)9,t(ߘ)9\P$$B+M)\8ys"")߅鳴 +-vN4i)}>4p$%H6U< uT KRϣqf#8BAHO{L]|5E2It4|aBۄfB^`[)YP1 ֢ cA/[Vh\yYVT4&ˀC*+ @!QAϫC^CZeD] @kQu +o*Qw1[} AR7iz8Z!Xn$$eU 9GӝU~Hؐ *! IHFv,:)#45϶\ooYIFp/:13F=Q~K#67m62u劓AnRu*7%0Wه +- ^il,ԗe%r)|d(kǤe>ԍG)YZs,n瀕@E@d9'-{KYV Cי&! 1Ҳ-1!nK]FQ Rv: T[<:Mww C2n$lϤecHݔڽs}ŗ-Tv)AgJ>@B`JBw,zB,k' <Ďy/xwdoJ۴F:XмM!^|៏ 1"B c#L^z/HO> ΀N]ϧq["ܚBR>?#t_"7Qv>z뙛w"eA0TZ5U^W  +- +-*E~)e<(]}nL(kFH"5ܪ8nUie4Ta#Hn QOяGwdR_CN5JH=vmÓEg@g ҲY1nJ#NEw `8G½;B ^4TS +-r/fG tn[4>e-.~ƠpB1%Wd偰=^m^9MCz]H,] €ͤ%K}Tu-LzA:zv! G7[1$y%fp8}l'-/k**Va{& -ۼ1~ y̸`U2V .;BpWEYRYz lϤcG="uۙS[q4S1DGfe'-/k**Va{& -|Rk>NK\,外/ք0z9Sb)!rTr h%Q*K)ѕ +-*M`X*H6N7K1iE%"|_pRnI/ѥ[ͷx+n2RoV|#reLWtM0!")ߤkn/Z":'ioT͉-E$NNoߕd RD4UtD (RbSI'5@.N7Rlг̲MiRȼ:9vry)9*峟aR%ѕv*{^<A {2l9^2l6C4H5FJj(+[^]^GLzAZ*~n؞)VM_Fǽ^׏ѹ'e=:BJ*k4Z3i٪QRһRһ#db$-.Ms卦LzA:*~=ٵ.#lÔeRUW]k]@؞I/HVe׏'%!%W+i9uh+o4=g ұUɭwaspZ LzAZ*~έ,ʳ-"5!D^oy6si~6z7]F62?MήBBHvIm#g#(]ּH1QeH^*a~*9 dUBܪeUF(JNiy!+ +-DEj_H #5~ɤRLzɄV%#td^%CGmg5v|E9D X& !щ&52j˰S|B WyJzJj]AUkf.V6Ou˨S?ѼYyᇩoWI]!`7A.{]#Ittӱz^^nVj]A|1Wf6?1푬2OZ}OS( '8\Q'5߳RψYjG|yJ=dG'uYe67g,\[Ps !sJW~kZD]~,l^l"!Bo>lOA-OI_d)ͩ}4bjW#lZ3X~]me3ne" Oiq<??ل KOfva5l:⛑==-2`$;?P }N~SИu de|Gܚi~3%Wo˿fp#06sb76UKT$4F:!Ph5?> +-endobj +-2272 0 obj +-<< +-/Type /ExtGState +-/OPM 1 +->> +-endobj +-2273 0 obj +-<< +-/BaseFont /Times-Roman +-/Type /Font +-/Encoding 2275 0 R +-/Subtype /Type1 +->> +-endobj +-2274 0 obj +-5905 +-endobj +-2275 0 obj +-<< +-/Type /Encoding +-/Differences [ 45/minus] +->> +-endobj +-2269 0 obj << +-/D [2267 0 R /XYZ 106.8692 686.127 null] +->> endobj +-2266 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> +-/XObject << /Im7 2261 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-2278 0 obj << +-/Length 319 +-/Filter /FlateDecode +->> +-stream +-xڥQn0+|Lqw׏+Z*K܀C(_!J+nޙcA1jǀBnzQ6P=,w2Xk9 d=KҌ8LQ>c0sj6ME1eOE|PT>d:L:e 1Jo̖ {yzo^i6dGsi1 +- yl˥={LZ +-Hs.O|~M*hMpcFʎELI'mK)Xv)Gphm[#qM7SdnMWendstream +-endobj +-2277 0 obj << +-/Type /Page +-/Contents 2278 0 R +-/Resources 2276 0 R +-/MediaBox [0 0 612 792] +-/Parent 2270 0 R +->> endobj +-2279 0 obj << +-/D [2277 0 R /XYZ 160.6675 686.127 null] +->> endobj +-2276 0 obj << +-/Font << /F28 1626 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-2282 0 obj << +-/Length 1087 +-/Filter /FlateDecode +->> +-stream +-xڍVϯ6 "9@Zmumavab+V2$G^lC&)RH~"w)Nh6UM%dV)]`dE-%VEI?~Ț]|?kQe;&jY&W%ƥCY8`&MQsdkE[eX.x}l?@6IgGQ,gdTY^נ'oY|AU;򘝽85fLy/Du|"y}ũV;JZݸq7&%+7ĆQ2D em5G),&/vZJ +-˛猷y%x?@ JDxZ:f&~֝;үq,[.WR} :ih⶷)02 +-`Ǹgz÷[X@LĖzg[*%wl17[N&nBl6ˏIذ0F ȒkA6Fث1;3$Ñkp&>+ 4>0~ok{)(#dw'.BzzmB,(µendstream +-endobj +-2281 0 obj << +-/Type /Page +-/Contents 2282 0 R +-/Resources 2280 0 R +-/MediaBox [0 0 612 792] +-/Parent 2270 0 R +->> endobj +-2283 0 obj << +-/D [2281 0 R /XYZ 106.8692 686.127 null] +->> endobj +-50 0 obj << +-/D [2281 0 R /XYZ 106.8692 668.127 null] +->> endobj +-2284 0 obj << +-/D [2281 0 R /XYZ 106.8692 482.1451 null] +->> endobj +-2285 0 obj << +-/D [2281 0 R /XYZ 290.9867 440.9077 null] +->> endobj +-54 0 obj << +-/D [2281 0 R /XYZ 106.8692 395.0041 null] +->> endobj +-2286 0 obj << +-/D [2281 0 R /XYZ 140.3531 262.612 null] +->> endobj +-58 0 obj << +-/D [2281 0 R /XYZ 106.8692 216.7084 null] +->> endobj +-2287 0 obj << +-/D [2281 0 R /XYZ 378.9962 120.1818 null] +->> endobj +-2280 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-2290 0 obj << +-/Length 1320 +-/Filter /FlateDecode +->> +-stream +-xڥVM6 Wo`9V4_)l⿘>Yd͖[ALB&gBa3Y2 N!t-^مܪ hD^K.́DNqļS Hv . +-IsG4mK49}8ؑ`ϪUKw'VI\TeLU3Z%^E{HcS/^ju¸ dv@e*$X\[>B\0QGwʱ)[֥$Y#d!Cg@7D60:F7w2~G"[<kDfj2j\eSaB p,-9GTB` if30ш11`%ש8> endobj +-2291 0 obj << +-/D [2289 0 R /XYZ 160.6675 686.127 null] +->> endobj +-62 0 obj << +-/D [2289 0 R /XYZ 160.6675 668.127 null] +->> endobj +-2292 0 obj << +-/D [2289 0 R /XYZ 447.4589 511.2938 null] +->> endobj +-66 0 obj << +-/D [2289 0 R /XYZ 160.6675 493.4459 null] +->> endobj +-2293 0 obj << +-/D [2289 0 R /XYZ 261.3786 408.1996 null] ++/A << /S /GoTo /D (a00012) >> + >> endobj +-70 0 obj << +-/D [2289 0 R /XYZ 160.6675 392.4089 null] ++1751 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [418.472 285.979 495.184 296.858] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2288 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> +-/ProcSet [ /PDF /Text ] ++1752 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [310.236 274.013 364.253 284.903] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2296 0 obj << +-/Length 1930 +-/Filter /FlateDecode +->> +-stream +-xڕXn}G50yEa_N0 $j2HS"ukN`*b]!%vN4ԦLH+?6*Qq9Ӗ]<[/7IT46k9nKͣdo4/a.֚%V҄O>U6jDzh{Br,iXǰ$[p.<{KjLԞhd&-h{!}I;mݓ1 KSÂy ?rjK=W 2 ;_f]3aLYk]"5FgYH1?~?n|37q.XF1nSՆSJcZ/*SPb,EhBc'ia2'eSvO̻BQJB gR=S٢OF2eRRYTeSaDc*ϋEX򩣒KS_ ǧ Qjܶ(>⌢}RvpK+FQKˠu ܴkb@.#- vOeQap Q ?}dџK}$QʁAj/DAրG¡gevJ6?b9 媧gW &]c/>3<_||mU6ymfoh6_G߾aUsC/9O[xɵMvvJqU-Ɋ3°(crU?7 +-@n,i}5Jnru4%Gb$H4ăm~Eg&acWn7ײ4iM;^)mՉ]zdΨ'Fs!ӟoU) lՉ,pcW7: !p_AqFOj ߎ 9,VAiə΃g|”Yq"A WF-n@> /GGӑ$*Z =zB#%_3t.\Er2XWUX](/hwÝ9A$eV$l\endstream +-endobj +-2295 0 obj << +-/Type /Page +-/Contents 2296 0 R +-/Resources 2294 0 R +-/MediaBox [0 0 612 792] +-/Parent 2270 0 R +-/Annots [ 2299 0 R 2300 0 R 2301 0 R 2302 0 R 2303 0 R ] ++1754 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [228.483 195.695 282.5 206.575] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2299 0 obj << ++1755 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [168.0047 410.1676 277.9216 421.0715] ++/Rect [412.562 195.695 489.274 206.575] + /Subtype /Link +-/A << /S /GoTo /D (a00038_ga93efcc8a962afe1ed23393700682173f) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2300 0 obj << ++1756 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.5819 318.5113 293.2396 329.4153] ++/Rect [241.863 183.73 319.122 194.619] + /Subtype /Link +-/A << /S /GoTo /D (a00038_ga2f6bfb6958d8b508ea1d7d5bb266432c) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-2301 0 obj << ++1757 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [224.98 306.5561 357.0432 317.4601] ++/Rect [341.199 183.73 395.216 194.619] + /Subtype /Link +-/A << /S /GoTo /D (a00040_ga0d109e33fc7990f62f665d336e5e5111) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2302 0 obj << ++1758 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [364.9023 238.8102 451.5766 249.8238] ++/Rect [398.935 128.984 505.375 139.888] + /Subtype /Link +-/A << /S /GoTo /D (a00040_ga0d109e33fc7990f62f665d336e5e5111) >> ++/A << /S /GoTo /D (a00048_ga3) >> + >> endobj +-2303 0 obj << ++1759 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 226.855 181.4786 237.759] ++/Rect [159.671 117.029 190.436 127.933] + /Subtype /Link +-/A << /S /GoTo /D (a00040_ga0d109e33fc7990f62f665d336e5e5111) >> ++/A << /S /GoTo /D (a00048_ga3) >> + >> endobj +-2297 0 obj << +-/D [2295 0 R /XYZ 106.8692 686.127 null] ++1728 0 obj << ++/D [1726 0 R /XYZ 160.667 686.127 null] + >> endobj +-74 0 obj << +-/D [2295 0 R /XYZ 106.8692 668.127 null] ++1729 0 obj << ++/D [1726 0 R /XYZ 160.667 668.127 null] + >> endobj +-2298 0 obj << +-/D [2295 0 R /XYZ 106.8692 482.1451 null] ++1718 0 obj << ++/D [1726 0 R /XYZ 160.667 650.603 null] + >> endobj +-2294 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> +-/ProcSet [ /PDF /Text ] ++1730 0 obj << ++/D [1726 0 R /XYZ 160.667 650.603 null] + >> endobj +-2309 0 obj << +-/Length 322 +-/Filter /FlateDecode +->> +-stream +-xڥQn0!fTKl!$!DMi)_! +-[s|ǀyT϶IwJ8)n_r#SBKsU49 }iˢ){ou[Pq;i $endstream +-endobj +-2308 0 obj << +-/Type /Page +-/Contents 2309 0 R +-/Resources 2307 0 R +-/MediaBox [0 0 612 792] +-/Parent 2270 0 R ++1719 0 obj << ++/D [1726 0 R /XYZ 160.667 582.012 null] + >> endobj +-2310 0 obj << +-/D [2308 0 R /XYZ 160.6675 686.127 null] ++1734 0 obj << ++/D [1726 0 R /XYZ 160.667 563.976 null] + >> endobj +-2307 0 obj << +-/Font << /F28 1626 0 R >> +-/ProcSet [ /PDF /Text ] ++1723 0 obj << ++/D [1726 0 R /XYZ 160.667 497.399 null] + >> endobj +-2313 0 obj << +-/Length 1722 +-/Filter /FlateDecode +->> +-stream +-xڍ]6~Egۯwko@o6+G^1p(7Mb#<,*eԧhs$iBrewfQQy<_1.7qym^׫"K7/S+F]EAg:EY<mvYe~#-AxA>x0²,*{ +-< EOjK(x&Dh bLFj"^hA"gD{`(igo.so}uM=A'Q'PGhQq{ei9MZyR"G)k=!m/؎zK # pB> vY$ۭhS<:n( :CRD"%c[Dy~F6D}p0( oytpyZ{ě^k-hV= -FKyڊĐYYOUqR=[gŒ>+ !8ɤMENj8I4Sbq3F4FtS\ TbĔ<ҙ|hYb39˥d!ғ $,%Pkޭ 6}۴3F5mM.rteXn8߻^nBQ5y+O&̉ +-Kl)…iWQdG@0@+QHsF=Ik.H'0aiNU̬0Ioj|նc}YAk"n"iLQ8,%2? +-E7]j__Hj#j<lg:IJ&^ޙ.Xӡvڙϓ}otH|[ʊ}W {U!E$~ MtLDO@HU:/srADAbl,`RJ2٫aaj)Xཞֹx@YX?)*/(], aTWGFju#Lp}Y +-yfihמ4ʤ12 \.Qx}J<_O/nCrN6$9ڐ+ͳ37o&OlxFSaU/as +-0endstream +-endobj +-2312 0 obj << +-/Type /Page +-/Contents 2313 0 R +-/Resources 2311 0 R +-/MediaBox [0 0 612 792] +-/Parent 2316 0 R ++1739 0 obj << ++/D [1726 0 R /XYZ 160.667 479.362 null] + >> endobj +-2314 0 obj << +-/D [2312 0 R /XYZ 106.8692 686.127 null] ++1722 0 obj << ++/D [1726 0 R /XYZ 160.667 412.785 null] + >> endobj +-78 0 obj << +-/D [2312 0 R /XYZ 106.8692 668.127 null] ++1744 0 obj << ++/D [1726 0 R /XYZ 160.667 394.748 null] + >> endobj +-2315 0 obj << +-/D [2312 0 R /XYZ 106.8692 447.5228 null] ++1720 0 obj << ++/D [1726 0 R /XYZ 318.664 324.658 null] + >> endobj +-2311 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> +-/ProcSet [ /PDF /Text ] ++1749 0 obj << ++/D [1726 0 R /XYZ 160.667 305.057 null] + >> endobj +-2319 0 obj << +-/Length 593 +-/Filter /FlateDecode +->> +-stream +-xڥTQo0~ϯȣ#sb@QTDJf+KQT)w|3A Q)"JR"oq.)'=%e2^n +- p2%ɻߒ Fm|2_3婓 .#+l>b4+=`((3˩luz`9J^/my) Iȳnjm-H}h]jpAC[{]sS}@xB+og5*ڹ)j"Bտo]Y!ILڴ;}Cݔuuo&UlYk5a> g$Vo,3 񊠿>]" b6U2+~cPW>˺)sg6 ZfwF}pk)?&alQ'tz>L3 SP_ o4H!fA~nHZ,2熋9+vg``SpnLr\!h? >t"]f'4nϗ-ӿzz. UV;endstream +-endobj +-2318 0 obj << +-/Type /Page +-/Contents 2319 0 R +-/Resources 2317 0 R +-/MediaBox [0 0 612 792] +-/Parent 2316 0 R ++734 0 obj << ++/D [1726 0 R /XYZ 389.777 234.375 null] + >> endobj +-2320 0 obj << +-/D [2318 0 R /XYZ 160.6675 686.127 null] ++1753 0 obj << ++/D [1726 0 R /XYZ 160.667 214.182 null] + >> endobj +-2317 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> ++1721 0 obj << ++/D [1726 0 R /XYZ 195.018 120.182 null] ++>> endobj ++1725 0 obj << ++/Font << /F28 362 0 R /F49 703 0 R /F44 479 0 R /F22 352 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-2323 0 obj << +-/Length 1841 ++1762 0 obj << ++/Length 1633 + /Filter /FlateDecode + >> + stream +-xڍXm6~bO6`@ԦIQZUj +n;1,~f̋mB EoD&M 709(1.qIF7l@lnG%iion˿ו<< =gZi2\n$ ӂ k;]Dt_Q+p1σ,Ksشw˕;o \ GA&V3󪇺-zݖ'ޝ M޸ hhvՊ4¾۲Гz c"u4gz]״h/O4V-[x֝;Y{UiX' #mПÐ#(ڎMt0R]'; uJF5}n/) +-0 }w7֏xRuʟ]y4+>٠2u+Ѧv6xgwPq X(|n:FYVݫ!ɦ?WqdW|j +-m a5DM.4=Q{MT%uT,ph:Ƹwk*s24SK +-;rH^xVh?vBrnޫ>QlealsuQL/f gd$9[!sDN;2sʒ#Oq4}wC&{mq$;@B_A[t%[9pƂV$TF]F{@ x}^tSRQ\S6%y 7MFn :QFzZOu E\-!ǵ.rvL*,d#HI3JS!yF1ncпS?R0xyn d,&tn귉<%yi)`oUjLbnQ)" ~9(D 7N'lCe;5 ̼nQ P ]A` {{ +--|2`owB&bNͷp=@\zلEMj 4V8SȆTB JዓX'xs@e ,r"WF$|aΟاbkӇS',oBfzhgX, xKgLf{ힲP\3[7(=I:2oW$huy l^X7+fÓ +-Buj /ٲSg$}̀]+\ kHBß䝞;zE5Xbendstream ++xڭXY6~У D,/[s4 ME\ ++[r%M u|͐$#)#"TF G[xnF<$i1IzUFZhH-6_tǯVUvq4gNpljspC#o)%)T[C} Xa*zk~8k~zvyg[8O1JՍN"nD0|fTE/a <: C[z"-Ob,Z} (<ٵ32/<ݚzy86OˢZfl.?qV1IFI"/š9C =3P.AQ .źj:{&p{W67Ez![t\١PRF= \N$I-kUlK!A3 wbcWѸ Y<e@ ETHP0A\v N.hƞ@k?^~~aW~ xȤVM >eC򸄀CC-JE;0Ia)ɢTCvZmڼh$ L5zPc0*vd5.HJ*1(h$7fleo3޳x_TEi.E7N޿%@HKGNƴCuo S">CQ4O$-Qx6WC"RaD^+ iׄ^[̤buWqV9o4NgJzOGU==r$=DTP ,˷KFeZծ ++w6*_H(Ɔ!<ăVS.CYMUeM9 ++;<?09ce%شy hX2uK6̿[{03VsVm74\e{=d)KAödPZ)32lF E'|t E0ML63N6v)DEQ[#"h,[Ѣ'ꋼeaCnIp`Pz9T~D3>|@eP̴C#JF3J[ԥ1\D yoQӋ-0nC '@)Ārxj)IvϞ.}w?TVѤkK"maL;. endstream + endobj +-2322 0 obj << ++1761 0 obj << + /Type /Page +-/Contents 2323 0 R +-/Resources 2321 0 R ++/Contents 1762 0 R ++/Resources 1760 0 R + /MediaBox [0 0 612 792] +-/Parent 2316 0 R +-/Annots [ 2326 0 R 2327 0 R 2328 0 R 2329 0 R 2330 0 R ] ++/Parent 1777 0 R ++/Annots [ 1765 0 R 1766 0 R 1767 0 R 1768 0 R 1770 0 R 1771 0 R 1772 0 R 1774 0 R 1775 0 R 1776 0 R ] + >> endobj +-2326 0 obj << ++1765 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [208.9154 303.436 265.9809 314.4495] ++/Rect [174.566 655.146 228.583 666.025] + /Subtype /Link +-/A << /S /GoTo /D (a00029_source) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2327 0 obj << ++1766 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [176.7464 259.823 269.7866 270.8365] ++/Rect [370.053 655.146 446.765 666.025] + /Subtype /Link +-/A << /S /GoTo /D (a00028_source) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2328 0 obj << ++1767 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [136.5973 216.2099 219.1071 227.2235] ++/Rect [211.297 618.707 290.22 629.611] + /Subtype /Link +-/A << /S /GoTo /D (a00024_source) >> ++/A << /S /GoTo /D (a00037_gga1a13) >> + >> endobj +-2329 0 obj << ++1768 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [195.3962 184.5521 303.1014 195.5656] ++/Rect [223.715 569.148 302.638 580.051] + /Subtype /Link +-/A << /S /GoTo /D (a00031_source) >> ++/A << /S /GoTo /D (a00037_gga1a13) >> + >> endobj +-2330 0 obj << ++1770 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.2782 140.9391 269.4081 151.9526] ++/Rect [174.671 503.204 228.688 514.093] + /Subtype /Link +-/A << /S /GoTo /D (a00030_source) >> +->> endobj +-2324 0 obj << +-/D [2322 0 R /XYZ 106.8692 686.127 null] +->> endobj +-82 0 obj << +-/D [2322 0 R /XYZ 106.8692 668.127 null] ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2325 0 obj << +-/D [2322 0 R /XYZ 106.8692 452.2572 null] ++1771 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [319.241 503.204 395.953 514.093] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2321 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> +-/ProcSet [ /PDF /Text ] ++1772 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [187.359 449.151 299.638 460.055] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_gga1a8) >> + >> endobj +-2338 0 obj << +-/Length 1065 +-/Filter /FlateDecode +->> +-stream +-xڥVr6+x+9SHDniԸδ4{IsEH"T~}XP&e>ttb}x]E~,b) RƋh_h s 0NP?7y)$j3Ke?MRV2>aelIOݡe0ƞ*@'_V?Δ&)x)Шd +-'P”~blׄH(\B\$Lkz0ׯ-ޢI&⷗%Be4 p#'d9~ym4a3ADq-=flw֬oǺ"g,˒BYgk$\r˰a]g+;%ȊE Ψ9* tW=:Iƍ+YyfJF%\)|4#/&"'a"u '7>;5"}Mh\@4g2~֙[uk= U7w=: xtNm@;]1ۏ@鲇e*YN2H׊y{G#JAk߃it=֘Y/S;PUNH8s +-3?\sӎ\ +-$׀SSk6xh`=+YV鶀 +-W%,VVx d 6~Cg౯F m;كn6.7םpa<6^ +-0ݙхz@'EW_lu:4}@>TWiFygpxe9d'ܪAg=Dj6 fTnqorf=lum:MB*' A:CA'UX7*0xTƿ/{eL fZT`“x8>2^$ij%n1ݸ ~r:&|~P(y&OɃќ|w?rNAR2_N=o W8 fB7kDl+gzSKqKY.+JyMCendstream +-endobj +-2337 0 obj << +-/Type /Page +-/Contents 2338 0 R +-/Resources 2336 0 R +-/MediaBox [0 0 612 792] +-/Parent 2316 0 R +-/Annots [ 2340 0 R 2341 0 R ] ++1774 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [300.37 405.136 377.082 416.015] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2340 0 obj << ++1775 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [234.5799 655.0113 289.9717 666.0249] ++/Rect [148.214 393.171 202.231 404.06] + /Subtype /Link +-/A << /S /GoTo /D (a00022_source) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2341 0 obj << ++1776 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [316.9198 655.0113 378.3987 666.0249] ++/Rect [220.443 393.171 274.46 404.06] + /Subtype /Link +-/A << /S /GoTo /D (a00023_source) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2339 0 obj << +-/D [2337 0 R /XYZ 160.6675 686.127 null] ++1763 0 obj << ++/D [1761 0 R /XYZ 106.869 686.127 null] + >> endobj +-2336 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> ++1764 0 obj << ++/D [1761 0 R /XYZ 106.869 668.127 null] ++>> endobj ++1717 0 obj << ++/D [1761 0 R /XYZ 106.869 536.271 null] ++>> endobj ++1769 0 obj << ++/D [1761 0 R /XYZ 106.869 521.701 null] ++>> endobj ++1724 0 obj << ++/D [1761 0 R /XYZ 424.604 440.349 null] ++>> endobj ++1773 0 obj << ++/D [1761 0 R /XYZ 106.869 423.622 null] ++>> endobj ++1760 0 obj << ++/Font << /F28 362 0 R /F49 703 0 R /F44 479 0 R /F22 352 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-2346 0 obj << +-/Length 2330 ++1780 0 obj << ++/Length 2588 + /Filter /FlateDecode + >> + stream +-xڍYY~_GqK-&}4lP۴GgT(YWbTXW]')R+vi2.P}Ivgxp Y"wD_v"ai*x6ڻv Df9Lf8KvLe\="L\2t8g2s+I5Qt=uE%U^ֿ&(KZ>'ޮooֺ>.@\EGutƃ3Q"n >YWuۼ(GeTB;\jF$]\y (9gB*$)-'’cq=_&.kk\9_6 m0~`J\KG^Vn`A޵mzw苦fH&sN*!ltjZ"ļ.l;`!i؃usuw y}Us,N`y/tt@-TB$E ~?X{e-3V1m3m` 2)w+`k\tEu+Akn]$! V{du,0#,!Hkq ) Ovy6 Ryߋ(NuPNX2K< +- WaFqì2kz=ݸ@l2AK٩D/le)rmLKem~2}eX`Ia)E}Ƈ4j6Gl}Cl p =l8፥ KJdXJ!vLMH \^p9C`Jgv'dIf=odO%!@*40}ĺCC*iSnm ސk|-CaPa&ϵ&o@S@ڂyTM fQ&!9OyHP=iWDzw&up*~(Ȱj; Շ!#>kHkޅPk!*2$褻.AnuӇTj@q, ƭ_Tz3If mgz^dõ)j; A9M+CI 18ֱ3rQ);WKBm4)ſFf^#:P,ÔF?7c%F57 UC|]ݡ@ϭh]U|R~vυRl픦Q .#|"#<(3D˝]Iq6< +- _kDƹs`. CsQ& Tt-|HCBYTR2NS 9ob? W 9pS +-#oxC:|~jyXut Pdk)rhOД Z@āLE>,s-cs\OYKCuyT +-ZcU)D,{,LIVWol[[J4LZ-^ ?{Jp<؛1pyt}lkѼ"|f\#_-UUYF'JRu" O}J@}b^@eY`O4EQ׹}6BfF@42 ;&jO%7FA +-5 Xk< *Xkڭg*1p7h׷+xUD= CB12hnG' Hq.3(!UiN遭맨{? L뇳ж‘L 5azZ#qSO]:zރ,gYs{~Ƿi)Ӏ1i!} cK^ǣ_Q& Q'g0J,ҨDHSV& z<X6 4KF}w`1'1 !^=tUxqoVb/xh<1{g H<~+:?_6 M'xd FFa-ǿ87py˽SynexIn)/&`fendstream ++x[r}W2>&d+$iȱ-t(ʖ> 0{Ux9h4t ł?3c8Ä_W?^Y%*}u-<W3CYW__0,zs\ ++|sn\˿7K<|_ ~>_?=4q]z_:7hfN_b+3n_s&_<\TwgN.5G"+eh0h|q/nw]?okvM\M}[*ց/V {"y[(=NI{<z3P6mLp ++BǙ@F M*SJ)%cp?gLR S^o>` ++$b tx3S̺$лxsyx<^߷'pN9v3*_ҚqCo[)嶅s> !{E%4M3y*՘!߽tjWLDohHf;U* 崗F/ߌeP2OgMD>LcƪqY1 h0RT "#WGS,4!e\8#-taO̊/2%٣@) ?bJCͥb .|֤ݾOf m?a_6CTER9l*X0iH B3BqG@ [3v7HRd%I`Yb{zۊXNV,hSH)Њ ܹ<#e"bi9uSIFM%I.rfhvտfg=!( V ]LBhQz\Q"f\Y& 1ȒpZH"i[Zr xPhf@X!1D,<\ߤ?{yTFN:q zLJPݧ ͥ%&D9)1"kIB|7E 3'Fi5" 3 Qc_PN&&lx(jO%0f"|H;^:yri>? grt.$E3IݦuBRLΨIŠz&@#3db&QXULL}虬IPx* C:&Ȩ.8(\>aB\2tt`OJBNMta ++Fwj ~E/? ++ˌ*̰0tOVVFF+&YKH.Wƴox].'=D{E4bfElQ0%ZF8%PBhorVDnX̫ >"h]_>6 ++% ['yP"Zig{&_`E4eм0ےд="j!'7p`lU(BX+מ$ud0i:*8K;ahpdHfX8zᯘ; %4av͹7$2d0_#:^ vsCf[иշ@8 M 3"d[0wF8"4JJEh$yl Z40bC0mAsCP9kq$un% B @`{4ud4 Q&,n`脟O݂Wg}` `KBs|ṛo07SPW`KN;i툘1j)M<11&=X1ҹXtb*5GzǼXk9 39i! i 4$4E}#x*jъ9^1b7 4tnDs0rrIrzt)H̎  [4u䤩Ti<پJQ Av|DYe{мA8dΔ&}蛬WP$!@0 ++RZV=iɪa{t^wJH&dvQcZpr(zJp3&WfDn2!􈇕j-LxaW "p̪aRی0-7u~X*.ZM7ٻz=sFqi'&*BTEbK."TERL~TE2iѶ~JrU×LV+S@r(…dUAϰ=a==6ϭݨP$| 76&"5 3W3[5$'1'L5Z ;$ᎈ*آI/&_@'X!Rw܊뜫 GB&ȴ"U' MƖ'4xc*&ɲb\ߐ3ѫ >Lڲ-=0t$bhpGʥ'47Y3} JD/;ahrgNJJD錝zQ3co`n\ WcЈтq{E{W M9Tmݖ >>k7} ե˧fݾ"4w\prD&޾%>58" zڍendstream + endobj +-2345 0 obj << ++1779 0 obj << + /Type /Page +-/Contents 2346 0 R +-/Resources 2344 0 R ++/Contents 1780 0 R ++/Resources 1778 0 R + /MediaBox [0 0 612 792] +-/Parent 2316 0 R +-/Annots [ 2349 0 R 2350 0 R 2351 0 R 2352 0 R 2353 0 R 2354 0 R 2355 0 R 2356 0 R 2357 0 R 2358 0 R 2359 0 R 2360 0 R 2361 0 R 2362 0 R ] ++/Parent 1777 0 R ++/Annots [ 1784 0 R 1785 0 R 1786 0 R 1787 0 R 1788 0 R 1789 0 R 1790 0 R 1791 0 R 1792 0 R 1793 0 R 1794 0 R 1795 0 R 1796 0 R 1797 0 R 1798 0 R 1799 0 R 1800 0 R 1801 0 R 1802 0 R 1803 0 R 1804 0 R 1805 0 R 1806 0 R 1807 0 R 1808 0 R 1809 0 R 1810 0 R 1811 0 R 1812 0 R 1813 0 R 1814 0 R 1815 0 R 1816 0 R 1817 0 R 1818 0 R 1819 0 R 1820 0 R 1821 0 R 1822 0 R 1823 0 R ] + >> endobj +-2349 0 obj << ++1784 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [233.0103 449.7098 307.5104 460.6137] ++/Rect [220.623 594.778 272.429 605.682] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2350 0 obj << ++1785 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [121.0702 425.7994 195.5703 436.7034] ++/Rect [283.787 594.778 456.059 605.682] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00049_ga0) >> + >> endobj +-2351 0 obj << ++1786 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [416.9367 413.8443 451.5766 424.7482] ++/Rect [470.735 594.778 505.375 605.682] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2352 0 obj << ++1787 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [105.873 401.8891 151.0433 412.793] ++/Rect [184.578 582.823 229.748 593.727] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2353 0 obj << ++1788 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [281.4626 389.9339 355.9627 400.8379] ++/Rect [270.007 582.823 360.547 593.727] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2354 0 obj << ++1789 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [105.873 348.3992 180.3731 359.3032] ++/Rect [197.301 535.927 352.966 546.831] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00049_ga1) >> + >> endobj +-2355 0 obj << ++1790 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [164.109 306.8645 238.6091 317.7685] ++/Rect [356.494 535.927 430.994 546.831] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2356 0 obj << ++1791 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [219.984 267.1687 347.5058 277.5596] ++/Rect [470.735 535.927 505.375 546.831] + /Subtype /Link +-/A << /S /GoTo /D (a00037_ga5c2d6f476af87005c7bd0811d4548b9f) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2357 0 obj << ++1792 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [357.4684 267.1687 451.5766 277.5596] ++/Rect [184.578 523.972 245.788 534.876] + /Subtype /Link +-/A << /S /GoTo /D (a00037_ga91e2e6427b95fb7339c99dbbef996e71) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2358 0 obj << ++1793 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 254.9644 222.4359 265.4948] ++/Rect [262.335 523.972 314.141 534.876] + /Subtype /Link +-/A << /S /GoTo /D (a00037_ga91e2e6427b95fb7339c99dbbef996e71) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2359 0 obj << ++1794 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [232.3985 254.9644 377.8531 265.4948] ++/Rect [216.555 477.075 268.36 487.979] + /Subtype /Link +-/A << /S /GoTo /D (a00037_ga6040925d3ee4bbb2647f2a321aca5f4b) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2360 0 obj << ++1795 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [423.582 254.9644 451.5766 265.4948] ++/Rect [275.651 477.075 460.127 487.979] + /Subtype /Link +-/A << /S /GoTo /D (a00037) >> ++/A << /S /GoTo /D (a00049_ga2) >> + >> endobj +-2361 0 obj << ++1796 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 242.6357 229.1308 253.5396] ++/Rect [470.735 477.075 505.375 487.979] + /Subtype /Link +-/A << /S /GoTo /D (a00037) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2362 0 obj << ++1797 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [223.1175 157.3968 324.4809 168.3008] ++/Rect [184.578 465.12 229.748 476.024] + /Subtype /Link +-/A << /S /GoTo /D (a00039) >> +->> endobj +-2347 0 obj << +-/D [2345 0 R /XYZ 106.8692 686.127 null] +->> endobj +-86 0 obj << +-/D [2345 0 R /XYZ 106.8692 668.127 null] ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2348 0 obj << +-/D [2345 0 R /XYZ 106.8692 477.4107 null] +->> endobj +-2344 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F40 2081 0 R /F44 2094 0 R /F14 2227 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-2371 0 obj << +-/Length 1002 +-/Filter /FlateDecode +->> +-stream +-xڥVˮ6+[dko ( +-. Ymb"Qu>+[Ђp̋$0|$##) I%EV=opv0[~o޼*HK*qK0֟rF;ZHLPn??n~Z*طͧ8 FL4{0"!}VX [(0GPt#' +-yٯk8Mo3[*K4ʮ2Cc h!d +-QO|pOCx\AAڔ&e/7,k$@tPmQEy4q+xJZgᶃq N =GL( ~ZN~t55EB-%U:x'xM~N)t/TMaܟdCd)&x-qvpCPo+_C֋i~J/0endstream +-endobj +-2370 0 obj << +-/Type /Page +-/Contents 2371 0 R +-/Resources 2369 0 R +-/MediaBox [0 0 612 792] +-/Parent 2316 0 R +-/Annots [ 2373 0 R 2374 0 R ] +->> endobj +-2373 0 obj << ++1798 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [204.4856 623.1308 330.7466 634.0348] ++/Rect [273.638 465.12 364.177 476.024] + /Subtype /Link +-/A << /S /GoTo /D (a00038) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2374 0 obj << ++1799 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [195.991 599.8432 323.5127 610.1244] ++/Rect [453.57 465.12 505.375 476.024] + /Subtype /Link +-/A << /S /GoTo /D (a00037_ga91e2e6427b95fb7339c99dbbef996e71) >> +->> endobj +-2372 0 obj << +-/D [2370 0 R /XYZ 160.6675 686.127 null] +->> endobj +-2369 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F44 2094 0 R /F14 2227 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-2378 0 obj << +-/Length 1297 +-/Filter /FlateDecode +->> +-stream +-xڍWߏ6 ~"(j$[,0Jce#EqZ_RAD'"V~b%x²$$K< Kn+TƣU8$gI"j;RiTūMWP֡T<o~s1KT9 +-bq&qntԘĺKxT,>Zd*gy"QT9%QP- [ *]m4-[CcݖP1*NcAw .A|,~+r?*v- +-iOTtxp-U6hhP-OޙN_~t_ݽG< Б4G8PnǢ!?@FxJRpݑcTEu}mZZ0;]Yfhm7 +-kS`Ӣpyi9u:xM)KS]>WڽP]T7nf%S"p$b¹U{2bpEIJ_4 -_uA8HOg._FHH&8]ChTUgbuS-`Tr8jxֽJB[RQ$o@5Wդv~'nTc/ +-6_:u˄ChI| ˙5,GX^{ ˹,7Rw> +-/9S HSo])c) +-RE^r3ZH3Fcax3(T\'o G.g,Ka +-2'zЃ$r*x,v~{E* G>~x, S˾<GkԻ[ti"(MfĦDK` C/%A,Rd)dR4\x^;tKDJ ē#4?ÄCBŅ0-p*D2cˤHcL L#E!@/y9u_@ w'şk+h\<hqP Jԇzkip$[qYe9H_Cd΀Wc@wEGYː.q( +-"|~Q=r.eW,2]H?_u#x۩HfZ)bN~wr)?޵q{V7D +-{13Jendstream +-endobj +-2377 0 obj << +-/Type /Page +-/Contents 2378 0 R +-/Resources 2376 0 R +-/MediaBox [0 0 612 792] +-/Parent 2382 0 R +->> endobj +-2379 0 obj << +-/D [2377 0 R /XYZ 106.8692 686.127 null] ++/A << /S /GoTo /D (a00012) >> + >> endobj +-90 0 obj << +-/D [2377 0 R /XYZ 106.8692 668.127 null] ++1800 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [218.215 406.269 270.021 417.173] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2380 0 obj << +-/D [2377 0 R /XYZ 106.8692 452.2572 null] ++1801 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [278.971 406.269 458.467 417.173] ++/Subtype /Link ++/A << /S /GoTo /D (a00049_ga3) >> + >> endobj +-2381 0 obj << +-/D [2377 0 R /XYZ 390.8714 120.1818 null] ++1802 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [470.735 406.269 505.375 417.173] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2376 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F44 2094 0 R /F14 2227 0 R >> +-/ProcSet [ /PDF /Text ] ++1803 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [184.578 394.314 229.748 405.218] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2385 0 obj << +-/Length 2730 +-/Filter /FlateDecode +->> +-stream +-xڥY[o:~ϯVbU[rkOҦ8t CD[Y;7ɲ53$ù|#Sԩ +-=7 4CW4[x{wDf MRou|IjVFT: .y8s*a^jlæZi=Qc'_g\znWt y~gx\$t}R''piϸ~fP3޷C*4C0yCoNiV&]EAkz`yt#7񃈶>Qc)gSWY/yeYږ"'-kě%Up I;LQ Zn7cO~)*~pK- g,ܽns_]3p +-Z\ךּ D@?{}|,CR&rS|ƀTM_@Ƨ"i L lI85{1A1#m7ut!F`f-3x2.x v(GDW +-i#xЕP"5"pUiI:_p:V$SmsM4c6pզ[_:b&l|ݙ)Eq +-#0%(\E e9Srǧ B7%i{qI'm$ 3T=*+Vn\C'*W8[PC9s[J2ڧ066MK%,slw-~{1;@KOBh; }-0o3 w˜\VhɽR6Q&$ Nt?\\| I4wLmX +-!l&HR-)Y\ogw ?M{ sD,u LM˼W?$QvϲBu+r292I`DʜUE(yH.lpTO<~6kǾg"| 03Ǐyt#`p0e iKZ墨(,$ʫc[;I(%sF1H{wXd@eTī$FFgc\2XDwxx=a4{%D-+M"ٿ*߄@ٿbmgځ !LҢ^)SN/+.5'suy8wя#}!}" " +-iug?bayh +- W2ZwE0?o & EJwtI%'Tщ*6n"eȍN'{GyƹiY\2]Gpeڻ*JQ~bߺfSrCw1%}E`?sׂn:W P1|SЈ7τvw󏟮XJ0Pi'L}+FF Y8/G3wjΤ~0lu={_Iua?!*Vo/^m5{/V7WsxM?p^<ߌ Β BeHQ#&]q,x* gmxUf7'~L!VhwteafO[\Y (S{(oLF' .@q1o_vvº~<Ьok#fngendstream +-endobj +-2384 0 obj << +-/Type /Page +-/Contents 2385 0 R +-/Resources 2383 0 R +-/MediaBox [0 0 612 792] +-/Parent 2382 0 R ++1804 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [283.18 394.314 373.72 405.218] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2386 0 obj << +-/D [2384 0 R /XYZ 160.6675 686.127 null] ++1805 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [403.441 394.314 477.383 405.218] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-94 0 obj << +-/D [2384 0 R /XYZ 160.6675 668.127 null] ++1806 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [184.578 382.358 236.383 393.262] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2383 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F40 2081 0 R /F14 2227 0 R /F44 2094 0 R /F50 2389 0 R >> +-/ProcSet [ /PDF /Text ] ++1807 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [210.597 335.462 262.403 346.366] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2392 0 obj << +-/Length 2579 +-/Filter /FlateDecode +->> +-stream +-xڥko6{~E/'kw$E[Djec_3"'Jr@  ISĩpB;4C[i;qNa`iO4P}\Ƨnx y%v$<@Y-&S7p >*ċ7>ZyOwuQm!Pxq[^0cdؑ('p/'%} PN<0dq`V/ӊ8v;ވVܡVNrXN:u~=MI58("L|Spl adǎadxDu!NbXF4kQ묄& -~Z]̿#O]ڱp㣷[P)2TxB=a%}T% hiPߎUkm[L Oఄ1zde4VFF`I~)" 8olă](|-# (75Tok"hުů7׫>]J(B}|L8Y`U[i^bPZ;aSf,J8{f/V{K T9ݺ,2B6ZLP[P޳XdZ\nӖMWe{Ĉ?("N%" CB-fU#2ѲJ!5+JN|$h{Y/Oc.iՔ)#rneY4HƟ_,g7?)4kZ8yr9 !]Fv;Y$kMT +-U3ƃh ) +-gtVss<"Kj4J|?ZE {4źd*vGKRԨM{̋r[3.*}>=1 S'Lu8!\ʢa1k3ǕR)'YD&ĭ(F p?ɶpYs@ҍe" #onޡZ-) )̰R4~*+f<| +-DkR ¶[nsB@`}Qwk2H*.dlNX.g"@:u*!YyUhɶiuORbE?>zFJAEq-Eմ](QK[YWiIltxp_9l>w]{ {pD=leED"- ͺN}(_d:\}Qdߞ}}c_SvU )q[^]s41 b- +-m-5 oժ!B[.ɞg#X4͔gM g}X. [bC,v{E!9vKc`RҫHnS紬eq_г/o}Kop{yNN ʏ0Δ#dØPDĐjO& +-_3LUNO)&s +-λVR2 .^p3?1Dh8XnDAgMBt:;L WbqΛV-1s'{ +-\ ,3oqnhSAjC ]je,t S#t;~ X`xA@ ׂ>M'F z .8'Kw"EGVn k.i5~ +-ksāCy.YqVde]!G qUPއMF.cuAf'N =r00" UgRkbd,#v-H;@di l8:/6ggK"@gyٖ>kwWԒ{o7ݚ0W4b~;8 ?z{}ac#bƷv1 iFTV;"t]=s-vϮ4>M{ta +-{V(gG97-ߜ{iIƘb}UVo0&n̝ftm f! ʓtNjuq̍i`?-)$:4#!T"|$6CkX6|G0)& ':`ۇxt9:ˍM%u"7ptGTH"|eXmgEL~A|QH~_w 00p 'G?7@%9յh ppW2Tԟ)iDendstream +-endobj +-2391 0 obj << +-/Type /Page +-/Contents 2392 0 R +-/Resources 2390 0 R +-/MediaBox [0 0 612 792] +-/Parent 2382 0 R ++1808 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [263.735 335.462 426.225 346.366] ++/Subtype /Link ++/A << /S /GoTo /D (a00049_ga4) >> + >> endobj +-2393 0 obj << +-/D [2391 0 R /XYZ 106.8692 686.127 null] ++1809 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [430.875 335.462 505.375 346.366] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2394 0 obj << +-/D [2391 0 R /XYZ 293.7668 120.1818 null] ++1810 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [224.339 323.507 314.878 334.411] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2390 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F14 2227 0 R >> +-/ProcSet [ /PDF /Text ] ++1811 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [212.075 276.611 263.881 287.515] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2397 0 obj << +-/Length 1312 +-/Filter /FlateDecode +->> +-stream +-xڥWmo8 _tjɖ_݀If;tEJce4{Nm=AIQCRq߁cAо/{Nd=ltFniNz$G(ߟ۶"`ɽ$rƓ$6d"dUT ^hjÊ->x|'C( +-HH?_{N??FA8Hs=¸dɖT킁:r.4D\W"XniU:z cUɳAP KO# xmUj!{{6j2WۇEYt`D4+XѪ +-k"UW ew B{Wq)|ƏyVcUxo(SJ˭U}n*'$5\'>O3R=s#:LL GDzT#sxvlx5^_ /:"Lټ|:zš·?t<Gӫp4>6vUX N{Gd_72^sŚҜ= n.%7YO˽jM)RԢC VT$ovmd.їq#t4fwGF\[Z{v7L>t5_%6=UU2m*E-|3=t;V Zmr_~Կ7SƺQb%~qNLS,+we7CiVag涽\Dy\J14hxCC=.Z emZ5g&DUV[A@U!6%ǏFC9*mkcC=h冕Z-'egF exF )kB^+ Lq9CQ]sMTR0aiB#WOJ[M@ +-#VomY d~KUaضflWi=Rx]Aco}`ױ30ʹPE 7Rϒb7,+qSsNDz7,̧V$sF( |ԠkD#?}XX-&endstream +-endobj +-2396 0 obj << +-/Type /Page +-/Contents 2397 0 R +-/Resources 2395 0 R +-/MediaBox [0 0 612 792] +-/Parent 2382 0 R ++1812 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [266.691 276.611 424.199 287.515] ++/Subtype /Link ++/A << /S /GoTo /D (a00049_ga5) >> + >> endobj +-2398 0 obj << +-/D [2396 0 R /XYZ 160.6675 686.127 null] ++1813 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [430.327 276.611 505.375 287.515] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-98 0 obj << +-/D [2396 0 R /XYZ 160.6675 668.127 null] ++1814 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [184.578 264.656 189.34 275.559] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2395 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F44 2094 0 R /F14 2227 0 R >> +-/ProcSet [ /PDF /Text ] ++1815 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [229.599 264.656 320.138 275.559] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2401 0 obj << +-/Length 1775 +-/Filter /FlateDecode +->> +-stream +-xڍXY6~_@Jɒ4p_)diGϴn4zۻm"{-ce /o2<%'L&2s﫾ùM\:Qw+HQXmD:VWxʞhˑK"Diii/05崍 /tQ2S؝+ +-Lɣ9ma8V=0/CQ"G}UTiţ;tv2\TfjR~ž_@2T3. FX u}qroJMNGt~iyŶ^Jk +-l_qNoHN`s)oIJ$~C^UU@o#|i*kz +-X|GD 3+o! z]H^qInEh"o i%J.h*H3siwP3%Dr:Lmb<rԑ v;y"'QDlAc5ھ6^I͋`DQ?!DII/g;>]*y|UٙaN2)`!\ܲvzGNG€l} D/%> 1AyND8CiWt'n$a}G !Ax521Tq!UW)T|,M kD/ofSczAA̹:D0]jD ļ>dQ-$@@UO47ss4]A%ʏk3 +-Ds?kk} -+f=?jyV` J0i<(SzTc~ufM~{X +-Tk j/:\ +-bǷp +-3:[v~sݏcb#8=՞?ϥinKX|.wyqtG} &,! YݼަU/+u|tu,cZcjJ٩ͫc(,%n [ٴj\\H*;r&[D2T:;Mn-w,Uɒ&uT)J=ltK}}3[߿*h$_35\Y?qE7Rm-NNE-GK7nM +-]=a)Ɲ `eMS; ==K||{O5G9+I7IH~8endstream +-endobj +-2400 0 obj << +-/Type /Page +-/Contents 2401 0 R +-/Resources 2399 0 R +-/MediaBox [0 0 612 792] +-/Parent 2382 0 R +-/Annots [ 2405 0 R 2406 0 R 2407 0 R ] ++1816 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [336.686 264.656 410.628 275.559] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-2405 0 obj << ++1817 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [262.3291 209.112 353.9845 220.016] ++/Rect [249.897 217.759 426.225 228.663] + /Subtype /Link +-/A << /S /GoTo /D (a00037_ga5c2d6f476af87005c7bd0811d4548b9f) >> ++/A << /S /GoTo /D (a00049_ga6) >> + >> endobj +-2406 0 obj << ++1818 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [376.5285 209.112 451.5766 220.016] ++/Rect [430.875 217.759 505.375 228.663] + /Subtype /Link +-/A << /S /GoTo /D (a00037_ga6040925d3ee4bbb2647f2a321aca5f4b) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2407 0 obj << ++1819 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [105.873 197.1569 143.7306 208.0608] ++/Rect [224.339 205.804 314.878 216.708] + /Subtype /Link +-/A << /S /GoTo /D (a00037_ga6040925d3ee4bbb2647f2a321aca5f4b) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2402 0 obj << +-/D [2400 0 R /XYZ 106.8692 686.127 null] ++1820 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [226.098 158.908 397.444 169.812] ++/Subtype /Link ++/A << /S /GoTo /D (a00049_ga7) >> + >> endobj +-102 0 obj << +-/D [2400 0 R /XYZ 106.8692 668.127 null] ++1821 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [402.922 158.908 477.422 169.812] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2403 0 obj << +-/D [2400 0 R /XYZ 106.8692 477.4107 null] ++1822 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [203.856 146.953 294.395 157.857] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2404 0 obj << +-/D [2400 0 R /XYZ 334.085 321.9728 null] ++1823 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [310.943 146.953 384.885 157.857] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-106 0 obj << +-/D [2400 0 R /XYZ 106.8692 303.338 null] ++1781 0 obj << ++/D [1779 0 R /XYZ 160.667 686.127 null] + >> endobj +-2408 0 obj << +-/D [2400 0 R /XYZ 356.2016 200.3099 null] ++1782 0 obj << ++/D [1779 0 R /XYZ 160.667 668.127 null] + >> endobj +-110 0 obj << +-/D [2400 0 R /XYZ 106.8692 181.6751 null] ++174 0 obj << ++/D [1779 0 R /XYZ 160.667 668.127 null] + >> endobj +-2399 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F40 2081 0 R /F44 2094 0 R >> ++1783 0 obj << ++/D [1779 0 R /XYZ 160.667 617.749 null] ++>> endobj ++1778 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 469 0 R /F44 479 0 R /F14 608 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-2411 0 obj << +-/Length 2851 ++1832 0 obj << ++/Length 2111 + /Filter /FlateDecode + >> + stream +-xڥ]8}~k쪘H&{I*u=nMa\0xdcٺ*#ZV[\ u.t=Gl'[N2z@Z<ܽŏh_/ƴ/ +-K־P2\~~.lWT[bԬdv~˟譭{.lÇ< ȏCd篻p'<^'_T'){Hy_Ѭ[:'Pb=#V +-aIN +-u3CV9 l[7wA1*O6Ш~'&3C kyV1ցKʴ5w"O|9unW0Vɲh VXzjkM`1plJi-S4=uUulhc/4S͖q=o/)GC9zܚqs|l:NO|<-DY+xCݴ)d56]hl;`SHb?2sBR 3GK4`@t݇61q 'Eo;G4֞w3uÓΨOFϕeIq)s)s(ԓ2b9*̮1AyVFV]HLxԚ]-s"턅PL^Ʊ0AP2ڗP5)4יa1؟0 ~ CFr(/ɡ,MfM3FnF+)3=I=3 4V[ w XF;GnH0s!^*@0; W +-=>~z͇. r錍f^\Qm~ +-8Eӛ'JM,mLC1E] .QTőu E[śXQ*v-yȩµא~"shN(=(8!N,@aœeTe +-4$*(rm}OC`<S 4lbF$1r޲3izu#DgmPx槛ȳ{ȡ̮LE 0=ʩ6 +-x)fuפ[~''?p8Ӄ$Yb\:g&H}vfkyۚ4GrHB# ֜v ~6\JMO_HC~ ;w=>֠=ZXSTWjx4endstream ++xڽZKs6W(Uxcv6٤*uN)-ѲR2xxIjF5HGKeZ"Bz#]"w7~O:CdHPç@DnwTp*?}sq?ӡ16_~wKlwD1,6l?MkVP E3cW>f ++# 1"Y~\12ϫ~mu3O9 !("q0 <0?0VlĚkDFgw@"`E.)l+1O+(70+Fx qs-=L^Urg!1IO ^Y IEΰHF(Pt=鑀%QeZ.({Ħ iJePJ8}) g-a2 9̢`$Vl'6Koί>jp ++횞tjpe3\#]%-x ٘T@oϏwFKU sLܔ,C L0LcPFb/qlxaZ 16P(se!wâu{z{([!('F ꥍZڨ[ČkZ_QS$QFMpoz7}ojԀ#L'`&c5 d96`II A)jdvN!ȣFk-׳؃wzȋSh1WԆ>+E8Iﰇ[*[Y3գw|_{"b.YjJ?z$BE3K)Bk"{w$*n I0m8yn1:+25 !NIp 3>I9HHb$$8 :gg!I~4sQrSVWuMp> endobj +-2413 0 obj << ++1836 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [159.6712 625.4317 264.597 636.3357] ++/Rect [174.942 630.462 228.959 641.341] + /Subtype /Link +-/A << /S /GoTo /D (a00041_ga701f83b2cf0cb8e0acd58cd2dc1c67a2) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2414 0 obj << ++1837 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [453.5795 625.4317 505.3748 636.3357] ++/Rect [151.532 618.497 228.244 629.386] + /Subtype /Link +-/A << /S /GoTo /D (a00046_ga5f08ceb69375341e73563cfe2e77534e) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2415 0 obj << ++1838 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [159.6712 613.4766 240.0992 624.3805] ++/Rect [268.592 618.497 363.007 629.386] + /Subtype /Link +-/A << /S /GoTo /D (a00046_ga5f08ceb69375341e73563cfe2e77534e) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2416 0 obj << ++1840 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [470.735 613.4766 505.3748 624.3805] ++/Rect [331.689 480.564 408.4 491.453] + /Subtype /Link +-/A << /S /GoTo /D (a00047_ga50a80a0021e5843d968c3b97aebaad9b) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2417 0 obj << ++1841 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [159.6712 601.5214 294.4844 612.4253] ++/Rect [148.214 468.608 242.629 479.497] + /Subtype /Link +-/A << /S /GoTo /D (a00047_ga50a80a0021e5843d968c3b97aebaad9b) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2418 0 obj << ++1842 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [305.7721 601.5214 491.9026 612.4253] ++/Rect [259.177 468.608 313.194 479.497] + /Subtype /Link +-/A << /S /GoTo /D (a00047_ga934e7ecd68b33403e0c0be779d9ed1e6) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2419 0 obj << ++1844 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [453.5795 583.897 505.3748 594.801] ++/Rect [151.532 348.3 228.244 359.189] + /Subtype /Link +-/A << /S /GoTo /D (a00051_ga3d32c128aa36b5c9d56f6bf9e70d0e78) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2420 0 obj << ++1845 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [159.6712 571.9419 247.1925 582.8458] ++/Rect [268.666 348.3 363.081 359.189] + /Subtype /Link +-/A << /S /GoTo /D (a00051_ga3d32c128aa36b5c9d56f6bf9e70d0e78) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2421 0 obj << ++1847 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [261.7976 571.9419 421.2485 582.8458] ++/Rect [371.665 277.801 448.377 288.68] + /Subtype /Link +-/A << /S /GoTo /D (a00051_ga340bb7021204078c30382ea77d38bde9) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2423 0 obj << ++1848 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [159.6712 353.6059 238.5948 364.5098] ++/Rect [188.73 265.836 283.145 276.725] + /Subtype /Link +-/A << /S /GoTo /D (a00035_ggacd37bb612667dc437d66bfb175a8dc55abca6887e80cb291353b0a0c1da83f661) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2424 0 obj << ++1849 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [441.1165 276.2057 505.3748 287.1096] ++/Rect [300.89 265.836 378.15 276.725] + /Subtype /Link +-/A << /S /GoTo /D (a00021_source) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-2425 0 obj << ++1851 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [281.4134 264.2505 367.5197 275.1544] ++/Rect [174.815 165.758 228.832 176.637] + /Subtype /Link +-/A << /S /GoTo /D (a00043_gaf4cc194d5c0d38004a21b9f03522a7e3) >> +->> endobj +-2412 0 obj << +-/D [2410 0 R /XYZ 160.6675 686.127 null] +->> endobj +-2422 0 obj << +-/D [2410 0 R /XYZ 426.0605 575.095 null] +->> endobj +-114 0 obj << +-/D [2410 0 R /XYZ 160.6675 555.0863 null] +->> endobj +-2426 0 obj << +-/D [2410 0 R /XYZ 416.0574 267.4036 null] +->> endobj +-118 0 obj << +-/D [2410 0 R /XYZ 160.6675 247.3949 null] +->> endobj +-2409 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F44 2094 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-2437 0 obj << +-/Length 723 +-/Filter /FlateDecode +->> +-stream +-xڥTKs0W`!ɖ,H v2$ +-Bgpd2޷v}Ïs$1Z.t 6(YGo?PK$9|=%QA2YJN5u^U#ƴ*M[ I&gO(*C>+zx +-R0$H`D$X, BIG_O!GZ:Us0bg5ɚ@繫n׺۹,x|2P!٪SNK~+[Iau^UMqXz5e]UW6޳ze2TZgG j/gVϻ$s$ɧpP:`sD7#Yd=ߪnqc +-][ηOܨ/\\Q鹵.e>ND]s+ͳTtDˠ7p /`= X&endstream +-endobj +-2436 0 obj << +-/Type /Page +-/Contents 2437 0 R +-/Resources 2435 0 R +-/MediaBox [0 0 612 792] +-/Parent 2441 0 R +-/Annots [ 2439 0 R 2440 0 R ] ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2439 0 obj << ++1852 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [376.5285 631.1009 451.5766 642.0049] ++/Rect [151.532 153.793 228.244 164.682] + /Subtype /Link +-/A << /S /GoTo /D (a00053_gad00abc77f1670049a5b2139471d0c8db) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2440 0 obj << ++1853 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [105.873 619.1458 186.9979 630.0497] ++/Rect [268.685 153.793 363.1 164.682] + /Subtype /Link +-/A << /S /GoTo /D (a00053_gad00abc77f1670049a5b2139471d0c8db) >> +->> endobj +-2438 0 obj << +-/D [2436 0 R /XYZ 106.8692 686.127 null] ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2435 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> +-/ProcSet [ /PDF /Text ] ++1854 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [148.214 141.837 202.231 152.726] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2445 0 obj << +-/Length 328 +-/Filter /FlateDecode +->> +-stream +-xڥQn0+|έUTQ-́yH *.x))j`ZE ٌu'SJ^95M3(+ڲ>U+42 P9 ܘ)\EukO.<;s@7hZwe7O_'Fendstream +-endobj +-2444 0 obj << +-/Type /Page +-/Contents 2445 0 R +-/Resources 2443 0 R +-/MediaBox [0 0 612 792] +-/Parent 2441 0 R ++1833 0 obj << ++/D [1831 0 R /XYZ 106.869 686.127 null] + >> endobj +-2446 0 obj << +-/D [2444 0 R /XYZ 160.6675 686.127 null] ++1834 0 obj << ++/D [1831 0 R /XYZ 106.869 668.127 null] + >> endobj +-2443 0 obj << +-/Font << /F28 1626 0 R >> +-/ProcSet [ /PDF /Text ] ++1824 0 obj << ++/D [1831 0 R /XYZ 106.869 650.961 null] + >> endobj +-2449 0 obj << +-/Length 1183 +-/Filter /FlateDecode +->> +-stream +-xڍV&WhKin7dH-%R6h7FkvSEٍ(,)c +|_}‹yɛG+xUs -ns2:BY3 +-*@0.]i.M,NQQ"l(vRXfuz?d*-S҇yү>8ꎎ r{4P:|Q[g}[ 4hڛaSAzUt2`gj-N Pm&(DLÒc@K.yq +-  3f鬬)J =(hh`rX +-T%K_> endobj +-2456 0 obj << +-/D [2454 0 R /XYZ 160.6675 686.127 null] ++1850 0 obj << ++/D [1831 0 R /XYZ 106.869 184.244 null] + >> endobj +-2453 0 obj << +-/Font << /F28 1626 0 R >> ++1830 0 obj << ++/Font << /F28 362 0 R /F49 703 0 R /F44 479 0 R /F22 352 0 R /F14 608 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-2459 0 obj << +-/Length 1544 ++1857 0 obj << ++/Length 1715 + /Filter /FlateDecode + >> + stream +-xKs6:Z!x?zkљ==0bD< NF \\۫]wcn/6oz!@)fa#!$2`FdF̸@"a 5lgk?v^ z9J Hȴ&MHoWؿ*8( qcͩXsʾ'lTxlnk} ֲr/PQ _`(G!U I$4]`țo2AM%^\>*!;Rrd%'LfB9:wpƁ=Q$[ TE,EL<34O2Iaȋ5S4fc7]>Aj)]gAb4)A) cRRbZ"ś9R~vghR~!N +-waBqLJ@ JxYDu&2>޵W>ٹ +-NVؿC'S$DD\ Sf0ھkK0L}x"#nߪ08&b,fof;Fc-TKiC);R!c 1Rox7T6sz;W^BF;_%ǔ Hi3r%[BەE)ރɨۡÇID0)8dRB oߟv.@qd[pcRtB%r:۾{;:44̓zɩyw o!$ļniu3WsPTlt8G<Ǥe1VJ1x3ہ hbκJ?:HE;m'򛞉j$+s,WqLfT ^ěEt8?:޶\66t)Qww+1O@q@d; 08&2@)&o6>9gv7'3L= 9AVؿ scRU+W;8D])򈎾 +-A4d8ǔyICAć7s9Wm]՗ +-HC;>ecR`bBfnBL]R8w iqLJ VL9=vJH @utD)`SPk֞Y %MP0GP8jxcR?)ͺCS֢ǏZwoAm={<2JwL (㘔 )JG.{3wLN]ڵwNK,(BQ43mLJƌo M74Yl@2.&Gq骼P0c'2 ++򂴬&mUs}5o8X%Rߴ> [~@ ++:}.g,FwQ-Ɖ75s`cңFo9B>/V E।GV2CQov ++ĥE5덡tvxHp@ $#srey}.sfN0P:[~@Bۭ=®0ҦH@兓tmv VVTL"!SB_D<9Ǚ`ALGxHEd"kг/&NA@R t~#3n:ڷkva: cJ̘xjG)?˘SSˍskJ;cbPDl(6]IpxQ|8ySH: %[[CV* BaO5ЭR9b7ӆg)R#`vni_?+Aq)¯ Hˁoѡ2^,@V E'q#ek`2_5%9&5C~dAf ~v2:Rh ewt2uft`H|I`CZ쐸&Wxgo2eO%bi|.(Wa iF®#G#A:A3> endstream + endobj +-2458 0 obj << ++1856 0 obj << + /Type /Page +-/Contents 2459 0 R +-/Resources 2457 0 R ++/Contents 1857 0 R ++/Resources 1855 0 R + /MediaBox [0 0 612 792] +-/Parent 2441 0 R +-/Annots [ 2461 0 R 2462 0 R 2463 0 R 2464 0 R 2465 0 R 2466 0 R 2467 0 R 2468 0 R 2469 0 R 2470 0 R 2471 0 R 2472 0 R 2473 0 R 2474 0 R 2475 0 R 2476 0 R 2477 0 R 2478 0 R 2479 0 R 2480 0 R 2481 0 R 2482 0 R 2483 0 R 2484 0 R 2485 0 R ] ++/Parent 1777 0 R ++/Annots [ 1860 0 R 1861 0 R 1862 0 R 1863 0 R 1864 0 R 1865 0 R 1867 0 R 1868 0 R 1869 0 R 1871 0 R 1872 0 R 1873 0 R 1874 0 R 1875 0 R ] + >> endobj +-2461 0 obj << ++1860 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [439.6214 411.0334 451.5766 419.8801] ++/Rect [228.676 599.041 282.693 609.92] + /Subtype /Link +-/A << /S /GoTo /D (section.13.1) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2462 0 obj << ++1861 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [439.6214 398.8689 451.5766 407.7156] ++/Rect [205.33 587.076 282.042 597.965] + /Subtype /Link +-/A << /S /GoTo /D (section.13.2) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2463 0 obj << ++1862 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [439.6214 386.7045 451.5766 395.5511] ++/Rect [324.054 587.076 418.469 597.965] + /Subtype /Link +-/A << /S /GoTo /D (section.13.3) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2464 0 obj << ++1863 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [439.6214 374.4204 451.5766 383.3866] ++/Rect [202.012 575.12 279.272 586.01] + /Subtype /Link +-/A << /S /GoTo /D (section.13.4) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-2465 0 obj << ++1864 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [439.6214 362.3755 451.5766 371.2222] ++/Rect [301.349 575.12 355.366 586.01] + /Subtype /Link +-/A << /S /GoTo /D (section.13.5) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2466 0 obj << ++1865 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [439.6214 350.211 451.5766 359.0577] ++/Rect [169.913 521.067 361.025 531.971] + /Subtype /Link +-/A << /S /GoTo /D (section.13.6) >> ++/A << /S /GoTo /D (a00049_ga2) >> + >> endobj +-2467 0 obj << ++1867 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [439.6214 338.0466 451.5766 346.8932] ++/Rect [228.853 489.007 282.87 499.886] + /Subtype /Link +-/A << /S /GoTo /D (section.13.7) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2468 0 obj << ++1868 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [439.6214 325.7625 451.5766 334.7287] ++/Rect [205.33 477.042 282.042 487.931] + /Subtype /Link +-/A << /S /GoTo /D (section.13.8) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2469 0 obj << ++1869 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [439.6214 313.7176 451.5766 322.5643] ++/Rect [322.483 477.042 416.898 487.931] + /Subtype /Link +-/A << /S /GoTo /D (section.13.9) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2470 0 obj << ++1871 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [439.6214 301.5531 451.5766 310.3998] ++/Rect [228.916 408.553 282.933 419.432] + /Subtype /Link +-/A << /S /GoTo /D (section.13.10) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2471 0 obj << ++1872 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [439.6214 289.3887 451.5766 298.2353] ++/Rect [205.33 396.588 282.042 407.477] + /Subtype /Link +-/A << /S /GoTo /D (section.13.11) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2472 0 obj << ++1873 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [439.6214 277.2242 451.5766 286.0708] ++/Rect [324.054 396.588 418.469 407.477] + /Subtype /Link +-/A << /S /GoTo /D (section.13.12) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2473 0 obj << ++1874 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [439.6214 265.0597 451.5766 273.9064] ++/Rect [202.012 384.633 279.272 395.522] + /Subtype /Link +-/A << /S /GoTo /D (section.13.13) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-2474 0 obj << ++1875 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [439.6214 252.8952 451.5766 261.7419] ++/Rect [169.913 330.58 339.037 341.483] + /Subtype /Link +-/A << /S /GoTo /D (section.13.14) >> ++/A << /S /GoTo /D (a00049_ga4) >> + >> endobj +-2475 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [439.6214 240.6112 451.5766 249.5774] +-/Subtype /Link +-/A << /S /GoTo /D (section.13.15) >> ++1858 0 obj << ++/D [1856 0 R /XYZ 160.667 686.127 null] + >> endobj +-2476 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [439.6214 228.5663 451.5766 237.4129] +-/Subtype /Link +-/A << /S /GoTo /D (section.13.16) >> ++736 0 obj << ++/D [1856 0 R /XYZ 194.421 634.254 null] + >> endobj +-2477 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [439.6214 216.4018 451.5766 225.2485] +-/Subtype /Link +-/A << /S /GoTo /D (section.13.17) >> ++1859 0 obj << ++/D [1856 0 R /XYZ 160.667 619.475 null] + >> endobj +-2478 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [439.6214 204.2373 451.5766 213.084] +-/Subtype /Link +-/A << /S /GoTo /D (section.13.18) >> ++1827 0 obj << ++/D [1856 0 R /XYZ 365.607 524.22 null] + >> endobj +-2479 0 obj << ++1866 0 obj << ++/D [1856 0 R /XYZ 160.667 507.493 null] ++>> endobj ++735 0 obj << ++/D [1856 0 R /XYZ 160.667 441.609 null] ++>> endobj ++1870 0 obj << ++/D [1856 0 R /XYZ 160.667 427.039 null] ++>> endobj ++1855 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 479 0 R /F49 703 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++1878 0 obj << ++/Length 1679 ++/Filter /FlateDecode ++>> ++stream ++xڭYr6}WQ)Q/~lӤ:OǣЌ,]7HAe2`q""X"-M%DyX>z RL~Z #Yu1 ++d"} ++|ޮw{9]StpͲ]O_]Zx ++z/WO x[ 3\cD3,Zy v~k,.0z+2!KhDdL ؂c 8r%d%᪦-Ӷֻ,X D@ ea} dMRSNRJ& zf)B4`o]N>i?ovçnX ++^i' N' iכf¶pmv<>.Ȳjg\ MXqX1g ,,\]N=yb=6q0Y)&綛ӍgmFK˜C CAno20 I"'{١>i9 FwMԜ"LZʀ)@{(5I1w* ̼. )e?Ar3R T4N;[G>=Ǖίq1M{[j:XHK]8/(k!qi`Y"fe"X106[@IZ42(yc+&'#вyx,9fB!g p-0YcH>DS:39{^ cbzf(pwb>(fwA0pB¾`3gˢ-D@]6- B|-ċ3)1i h c?)b);X˓E)|1˷~յAwuaqK/aG?WW2zٺf׬6?ѷrߋK}>|mȜyendstream ++endobj ++1877 0 obj << ++/Type /Page ++/Contents 1878 0 R ++/Resources 1876 0 R ++/MediaBox [0 0 612 792] ++/Parent 1777 0 R ++/Annots [ 1882 0 R 1883 0 R 1884 0 R 1885 0 R 1886 0 R 1887 0 R 1888 0 R 1889 0 R 1890 0 R 1894 0 R 1895 0 R 1896 0 R 1897 0 R 1900 0 R 1901 0 R 1902 0 R ] ++>> endobj ++1882 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [439.6214 192.0729 451.5766 200.9195] ++/Rect [156.045 602.418 207.85 613.322] + /Subtype /Link +-/A << /S /GoTo /D (section.13.19) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2480 0 obj << ++1883 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [439.6214 179.9084 451.5766 188.755] ++/Rect [208.429 602.418 346.809 613.322] + /Subtype /Link +-/A << /S /GoTo /D (section.13.20) >> ++/A << /S /GoTo /D (a00050_ga0) >> + >> endobj +-2481 0 obj << ++1884 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [439.6214 167.6243 451.5766 176.5906] ++/Rect [350.705 602.418 425.205 613.322] + /Subtype /Link +-/A << /S /GoTo /D (section.13.21) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2482 0 obj << ++1885 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [439.6214 155.4598 451.5766 164.4261] ++/Rect [153.196 590.463 243.735 601.367] + /Subtype /Link +-/A << /S /GoTo /D (section.13.22) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2483 0 obj << ++1886 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [439.6214 143.2953 451.5766 152.2616] ++/Rect [260.283 590.463 312.088 601.367] + /Subtype /Link +-/A << /S /GoTo /D (section.13.23) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2484 0 obj << ++1887 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [439.6214 131.1309 451.5766 140.0971] ++/Rect [157.843 551.609 209.649 562.513] + /Subtype /Link +-/A << /S /GoTo /D (section.13.24) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2485 0 obj << ++1888 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [439.6214 118.9664 451.5766 127.9327] ++/Rect [212.025 551.609 343.213 562.513] + /Subtype /Link +-/A << /S /GoTo /D (section.13.25) >> +->> endobj +-2460 0 obj << +-/D [2458 0 R /XYZ 106.8692 686.127 null] +->> endobj +-130 0 obj << +-/D [2458 0 R /XYZ 106.8692 668.127 null] +->> endobj +-134 0 obj << +-/D [2458 0 R /XYZ 106.8692 482.1451 null] +->> endobj +-2457 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-2488 0 obj << +-/Length 898 +-/Filter /FlateDecode +->> +-stream +-xXKs0W,~p+v% +-øzp$H ^~ߗJȇ|!\0KdAfPanŠիK_17U_ +-DjDib˦463Ggz_ޛE ,}+&sꝙ@#!T'eѦIn%`LQ3nr0 $@Gp"AP[3 i.|鐹r7G:Yh[ xM X' $@2py(5Jr +-K3ges=x[<Oa"d[ @(A9P>Ef6DLR!Ñ{TNnDn٫n֮G6Ր:QMztYWҬGV{j>7.\jצ(zhEϢcT}f :YY^h弒0;QЎ`;퍁L B4:Ɩo m+#G6n'1}͔D~쭙ё8Ol[3@l}8sOx؎OzJ2m4Sɧ yt[AZ>Ƒ}۷fuy\* A?/ +-* gݿmDc {r*dakf3x-uLa[0atZڅ^1`颰{/x٩vG٪GH ʚ^)4ET SHƓ%h@vUꐉ8PH,f((P6q_u|.鯋TĪSmRQ>5.$G"Dξ@olbذY[Y( "Qendstream +-endobj +-2487 0 obj << +-/Type /Page +-/Contents 2488 0 R +-/Resources 2486 0 R +-/MediaBox [0 0 612 792] +-/Parent 2441 0 R +-/Annots [ 2490 0 R 2491 0 R 2492 0 R 2493 0 R 2494 0 R 2495 0 R 2496 0 R 2497 0 R 2498 0 R ] ++/A << /S /GoTo /D (a00050_ga1) >> + >> endobj +-2490 0 obj << ++1889 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [488.4384 657.0686 505.3748 665.9152] ++/Rect [348.907 551.609 423.407 562.513] + /Subtype /Link +-/A << /S /GoTo /D (section.13.26) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2491 0 obj << ++1890 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [488.4384 645.1134 505.3748 653.96] ++/Rect [150.057 539.653 240.597 550.557] + /Subtype /Link +-/A << /S /GoTo /D (section.13.27) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2492 0 obj << ++1894 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [488.4384 633.1582 505.3748 642.0049] ++/Rect [175.326 455.349 229.343 466.228] + /Subtype /Link +-/A << /S /GoTo /D (section.13.28) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2493 0 obj << ++1895 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [488.4384 621.2031 505.3748 630.0497] ++/Rect [151.532 443.394 228.244 454.273] + /Subtype /Link +-/A << /S /GoTo /D (section.13.29) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2494 0 obj << ++1896 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [488.4384 609.3474 505.3748 618.0945] ++/Rect [273.195 443.394 367.61 454.273] + /Subtype /Link +-/A << /S /GoTo /D (section.13.30) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2495 0 obj << ++1897 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [488.4384 597.2927 505.3748 606.1394] ++/Rect [384.468 443.394 438.485 454.273] + /Subtype /Link +-/A << /S /GoTo /D (section.13.31) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2496 0 obj << ++1900 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [488.4384 585.4371 505.3748 594.1842] ++/Rect [174.568 327.328 228.585 338.207] + /Subtype /Link +-/A << /S /GoTo /D (section.13.32) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2497 0 obj << ++1901 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [488.4384 573.3824 505.3748 582.229] ++/Rect [369.831 327.328 446.543 338.207] + /Subtype /Link +-/A << /S /GoTo /D (section.13.33) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2498 0 obj << ++1902 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [488.4384 561.4272 505.3748 570.2739] ++/Rect [188.064 315.363 282.479 326.252] + /Subtype /Link +-/A << /S /GoTo /D (section.13.34) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2489 0 obj << +-/D [2487 0 R /XYZ 160.6675 686.127 null] ++1879 0 obj << ++/D [1877 0 R /XYZ 106.869 686.127 null] + >> endobj +-2486 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> ++1880 0 obj << ++/D [1877 0 R /XYZ 106.869 668.127 null] ++>> endobj ++178 0 obj << ++/D [1877 0 R /XYZ 106.869 668.127 null] ++>> endobj ++1881 0 obj << ++/D [1877 0 R /XYZ 106.869 621.368 null] ++>> endobj ++1891 0 obj << ++/D [1877 0 R /XYZ 106.869 502.333 null] ++>> endobj ++1892 0 obj << ++/D [1877 0 R /XYZ 106.869 475.848 null] ++>> endobj ++1893 0 obj << ++/D [1877 0 R /XYZ 106.869 475.848 null] ++>> endobj ++1898 0 obj << ++/D [1877 0 R /XYZ 106.869 360.384 null] ++>> endobj ++1899 0 obj << ++/D [1877 0 R /XYZ 106.869 345.814 null] ++>> endobj ++1876 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 469 0 R /F44 479 0 R /F49 703 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-2501 0 obj << +-/Length 1487 ++1905 0 obj << ++/Length 2428 + /Filter /FlateDecode + >> + stream +-xZ]o6}ϯУ ?uk؆-}ZqE.~LY[H9RXFejb㙶0n m0ޙT(KE6||wu+n3N\eW1%?'/rULg\ ӿ~%10HRDZG|(/}1evM?=ܬi0IԼv +- ߮3Gv qBɏv.ʻ񺫽㦼Wfu[vb-7g 18'\& Rz `r%zmB/ȎqF ӌ#5fr_/ʲ//}r[QYg7kFpqc)*1vrRqjYos=t/ÂLg +-BKZ&D7ti#N),T0Ժ^N┱Y|ɨmXɻk V#ImHE_SU0. +-:  +-Tz?Br +-| +-_޾y8rxFhs?޷T5œ/n9 'qfkWMSH:)%NA)~H%`E!! ,37zHfd9f2J4:wjgz-o8=C9ehYbb Nvym^vcg꒵65T#YT_Ǒ]]$c)1T_V%@VoHElA+hذ;*EJ4E\[3))(;39Z8g>v*y]~]%"ʴ8@ pXendstream ++xZے6}#Ue!^M{NlpJ4.v(r?lʢ3FHVLSY\jxCW!D?|竂Zn ++b\޽r0VLe_YpE7,;?諸-.cu8]}X毷W1N{Ì~D )aEzRSosv0_ S';QQ9A (rąRvN,;Ugwn5|rl5g_u㰬9 `DAXOC ++__\hU`JY7O81r@hS)(!v kj`0D"mc2Ȏa;T} ꚴ?]Nm>>ΟsLMs"Ywm/4._@MFh݆8O~xY^Jb.FC04\9It;PlvUj`HL@v-OgG} ydcg9K!`mUX|Hų{8Twxd *RI^N:rѤђQnl.S՚jWa $-auMmKaQaa M;5:چQ=ß?Reڸ|[c2>rHsR^=%ѐ;@%L ,s6C\4Ez,E^JPd`HE"E:txYTD'&mP (Ҁ{ ++9 [DFYDQI~ccFuކ{Sva6 eͩ +Qf+٣7|$CUBw< vrPc#A6а xr=޹}G7T=zZ%FvSxSM5eFR=dDٙj ++ς{7vc~(֝SCYHi88TW˛7#CH$α:_C+wD9lk?",7l؍۰b +lG5ڥ­o>ЛڊHҹ- ++$/XO_6)t6KZ*HJ/:}/;y*O'wEpW_NN}KfB['%WYj/a9j+\2:C(9_{ѼJAVj wt_RڱG'׸:?J#Efћ>!(2plǃ1Ef:iL1/PddŊ眨| 'D>L[z-U˂Ⱪt[ O%@Rayl}LFsT0EI0K?ɱƺF?WgZiLUA/lN39;Դ053 ++@I ++0U] Q82-6bB*Db¡7|;W?lV*3 +"x_yL]IAn6`U8C2FGSXbZ}9}s%P;CCw.}_]<Ag{*W{CdPںFxsx(Cuzd(endstream + endobj +-2500 0 obj << ++1904 0 obj << + /Type /Page +-/Contents 2501 0 R +-/Resources 2499 0 R ++/Contents 1905 0 R ++/Resources 1903 0 R + /MediaBox [0 0 612 792] +-/Parent 2525 0 R +-/Annots [ 2503 0 R 2504 0 R 2505 0 R 2506 0 R 2507 0 R 2508 0 R 2509 0 R 2510 0 R 2511 0 R 2512 0 R 2513 0 R 2514 0 R 2515 0 R 2516 0 R 2517 0 R 2518 0 R 2519 0 R 2520 0 R 2521 0 R 2522 0 R 2523 0 R 2524 0 R ] ++/Parent 1777 0 R ++/Annots [ 1909 0 R 1910 0 R 1911 0 R 1912 0 R 1913 0 R 1914 0 R 1915 0 R 1916 0 R 1917 0 R 1918 0 R 1919 0 R 1920 0 R 1921 0 R 1922 0 R 1926 0 R 1927 0 R 1928 0 R 1929 0 R 1932 0 R 1933 0 R 1934 0 R 1935 0 R 1936 0 R 1937 0 R ] + >> endobj +-2503 0 obj << ++1909 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [120.0462 410.1273 276.986 421.0313] ++/Rect [212.968 584.485 264.774 595.389] + /Subtype /Link +-/A << /S /GoTo /D (a00010) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2504 0 obj << ++1910 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [434.6401 412.1846 451.5766 421.0313] ++/Rect [268.477 584.485 463.714 595.389] + /Subtype /Link +-/A << /S /GoTo /D (section.14.1) >> ++/A << /S /GoTo /D (a00051_ga0) >> + >> endobj +-2505 0 obj << ++1911 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [120.0462 398.1722 277.554 409.0761] ++/Rect [470.735 584.485 505.375 595.389] + /Subtype /Link +-/A << /S /GoTo /D (a00011) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2506 0 obj << ++1912 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [434.6401 400.2294 451.5766 409.0761] ++/Rect [184.578 572.53 229.748 583.434] + /Subtype /Link +-/A << /S /GoTo /D (section.14.2) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2507 0 obj << ++1913 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [120.0462 386.217 164.1007 397.1209] ++/Rect [273.638 572.53 364.177 583.434] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2508 0 obj << ++1914 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [434.6401 388.1547 451.5766 397.1209] ++/Rect [453.57 572.53 505.375 583.434] + /Subtype /Link +-/A << /S /GoTo /D (section.14.3) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2509 0 obj << ++1915 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [120.0462 374.2618 192.3245 385.1658] ++/Rect [214.629 521.721 266.434 532.625] + /Subtype /Link +-/A << /S /GoTo /D (a00013) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2510 0 obj << ++1916 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [434.6401 376.3191 451.5766 385.1658] ++/Rect [271.798 521.721 462.054 532.625] + /Subtype /Link +-/A << /S /GoTo /D (section.14.4) >> ++/A << /S /GoTo /D (a00051_ga1) >> + >> endobj +-2511 0 obj << ++1917 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [120.0462 362.3066 193.9883 373.2106] ++/Rect [470.735 521.721 505.375 532.625] + /Subtype /Link +-/A << /S /GoTo /D (a00014) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2512 0 obj << ++1918 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [434.6401 364.3639 451.5766 373.2106] ++/Rect [184.578 509.766 229.748 520.669] + /Subtype /Link +-/A << /S /GoTo /D (section.14.5) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2513 0 obj << ++1919 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [120.0462 350.3515 351.7155 361.2554] ++/Rect [269.028 509.766 359.568 520.669] + /Subtype /Link +-/A << /S /GoTo /D (a00015) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2514 0 obj << ++1920 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [434.6401 328.4984 451.5766 337.3451] ++/Rect [375.137 509.766 449.079 520.669] + /Subtype /Link +-/A << /S /GoTo /D (section.14.6) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-2515 0 obj << ++1921 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [120.0462 314.486 211.1438 325.3899] ++/Rect [470.735 509.766 505.375 520.669] + /Subtype /Link +-/A << /S /GoTo /D (a00016) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2516 0 obj << ++1922 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [434.6401 316.5433 451.5766 325.3899] ++/Rect [184.578 497.81 207.053 508.714] + /Subtype /Link +-/A << /S /GoTo /D (section.14.7) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2517 0 obj << ++1926 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [120.0462 302.5308 258.7452 313.4347] ++/Rect [228.495 413.506 282.512 424.385] + /Subtype /Link +-/A << /S /GoTo /D (a00017) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2518 0 obj << ++1927 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [434.6401 292.6329 451.5766 301.4796] ++/Rect [205.33 401.541 282.042 412.43] + /Subtype /Link +-/A << /S /GoTo /D (section.14.8) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2519 0 obj << ++1928 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [120.0462 278.6205 265.0815 289.5244] ++/Rect [322.483 401.541 416.898 412.43] + /Subtype /Link +-/A << /S /GoTo /D (a00018) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2520 0 obj << ++1929 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [434.6401 268.7226 451.5766 277.5692] ++/Rect [202.012 389.585 256.029 400.474] + /Subtype /Link +-/A << /S /GoTo /D (section.14.9) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2521 0 obj << ++1932 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [120.0462 254.7101 264.2842 265.6141] ++/Rect [228.558 291.517 282.575 302.396] + /Subtype /Link +-/A << /S /GoTo /D (a00019) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2522 0 obj << ++1933 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [434.6401 244.8123 451.5766 253.6589] ++/Rect [205.33 279.552 282.042 290.441] + /Subtype /Link +-/A << /S /GoTo /D (section.14.10) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2523 0 obj << ++1934 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [120.0462 230.7998 221.6645 241.7037] ++/Rect [324.054 279.552 418.469 290.441] + /Subtype /Link +-/A << /S /GoTo /D (a00020) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2524 0 obj << ++1935 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [434.6401 220.9019 451.5766 229.7486] ++/Rect [202.012 267.597 279.272 278.486] + /Subtype /Link +-/A << /S /GoTo /D (section.14.11) >> +->> endobj +-2502 0 obj << +-/D [2500 0 R /XYZ 106.8692 686.127 null] +->> endobj +-138 0 obj << +-/D [2500 0 R /XYZ 106.8692 668.127 null] +->> endobj +-142 0 obj << +-/D [2500 0 R /XYZ 106.8692 482.1451 null] +->> endobj +-2499 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F44 2094 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-2539 0 obj << +-/Length 316 +-/Filter /FlateDecode +->> +-stream +-xڥQ=o0+<&C;fҢ.(CCVl{|HQ:WT͐krEǒ<z)m1]3TܨsoXm3LX| tG; ْ9yKF{LYd(G:L7%f6,0WYYԵ6rN H36DCRM*9T޺~ }a}^SEw<]o'r"Y_endstream +-endobj +-2538 0 obj << +-/Type /Page +-/Contents 2539 0 R +-/Resources 2537 0 R +-/MediaBox [0 0 612 792] +-/Parent 2525 0 R +->> endobj +-2540 0 obj << +-/D [2538 0 R /XYZ 160.6675 686.127 null] +->> endobj +-2537 0 obj << +-/Font << /F28 1626 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-2543 0 obj << +-/Length 727 +-/Filter /FlateDecode +->> +-stream +-xڥVMo@WXb-P EvKi\%m=vą*yo<tu6;_\O)KM Q=%# ZjE,W$ ( \CE:WQ\i4ϫɘQ6O婢e ey|XeQyN%F1Ńt[%MmB d/Ѣ|s fЛQggeCu25Q( [xojT\M+7@>:}Oe([c -$Nn& 0Nf7k6a#Fp15{yyRmEynPDUI)C÷vQmGN2 }6Y#N\((a?^ +-Nr#لX7^#i{̏ e0`2 I( %endstream +-endobj +-2542 0 obj << +-/Type /Page +-/Contents 2543 0 R +-/Resources 2541 0 R +-/MediaBox [0 0 612 792] +-/Parent 2525 0 R +-/Annots [ 2547 0 R 2551 0 R ] ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-2547 0 obj << ++1936 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [162.6001 393.9788 270.2956 403.9064] ++/Rect [301.349 267.597 355.366 278.486] + /Subtype /Link +-/A << /S /GoTo /D (a00032_ga8f4dfb8eef138af55dd1a0fa802e5476) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2551 0 obj << ++1937 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [262.4946 148.2431 336.9947 159.147] ++/Rect [204.393 172.009 406.265 182.913] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> +->> endobj +-2544 0 obj << +-/D [2542 0 R /XYZ 106.8692 686.127 null] +->> endobj +-146 0 obj << +-/D [2542 0 R /XYZ 106.8692 668.127 null] ++/A << /S /GoTo /D (a00051_ga0) >> + >> endobj +-2545 0 obj << +-/D [2542 0 R /XYZ 106.8692 482.1451 null] ++1906 0 obj << ++/D [1904 0 R /XYZ 160.667 686.127 null] + >> endobj +-150 0 obj << +-/D [2542 0 R /XYZ 106.8692 482.1451 null] ++1907 0 obj << ++/D [1904 0 R /XYZ 160.667 668.127 null] + >> endobj +-2546 0 obj << +-/D [2542 0 R /XYZ 106.8692 417.2639 null] ++182 0 obj << ++/D [1904 0 R /XYZ 160.667 668.127 null] + >> endobj +-154 0 obj << +-/D [2542 0 R /XYZ 106.8692 338.4202 null] ++1908 0 obj << ++/D [1904 0 R /XYZ 160.667 603.435 null] + >> endobj +-2548 0 obj << +-/D [2542 0 R /XYZ 106.8692 309.545 null] ++1923 0 obj << ++/D [1904 0 R /XYZ 160.667 460.49 null] + >> endobj +-158 0 obj << +-/D [2542 0 R /XYZ 106.8692 309.545 null] ++1924 0 obj << ++/D [1904 0 R /XYZ 160.667 434.005 null] + >> endobj +-2549 0 obj << +-/D [2542 0 R /XYZ 106.8692 263.168 null] ++1925 0 obj << ++/D [1904 0 R /XYZ 160.667 434.005 null] + >> endobj +-162 0 obj << +-/D [2542 0 R /XYZ 106.8692 235.5261 null] ++1930 0 obj << ++/D [1904 0 R /XYZ 422.234 326.73 null] + >> endobj +-2550 0 obj << +-/D [2542 0 R /XYZ 106.8692 170.221 null] ++1931 0 obj << ++/D [1904 0 R /XYZ 160.667 310.003 null] + >> endobj +-2541 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F40 2081 0 R /F14 2227 0 R >> ++1903 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 469 0 R /F44 479 0 R /F49 703 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-2554 0 obj << +-/Length 1659 ++1940 0 obj << ++/Length 1579 + /Filter /FlateDecode + >> + stream +-xڵYYF~Уo"P!`uʶ6km-ίO43% XGzZ-aK2"1RLjUz?5{1#NfԏRd$K E\|ȹ/(D38Tj[柖f,H@ja3 g@j3pN0"l?cQBϠ2[?:L9bJeN$ QD 1Ηsm);-(XRDʂ*VuUs|+ןܕקF/qLCc ޏ +-qEH[ʉH|ABRI rq*D_+dex:5O4W.3m]öf +-iix& Aw_Qd"o"uG,0#]T)$emT, BXG,jNq~Ub,%CA6+WXztSp͙ʋz]76us*;&ooNzk޼ĦekqD=c4r&Z=i#l ÑZ N1xn`pl7K< 7Fy8VI`Z6.Uд/ Z+Kd6*U9TpMՍIlDFU#{IјBM|'1-Pn|),QRyJ>M Gu+Q#X(&hnmܞo=D{9&&#-=߸=}yw" ОkS~Tc1n(=)bI~ +-'޲x`n Q0wpPvz`b6.jA^RO)GTӥJ@knh$HԠ2XSؠq;q֡L֥ 3HPɎ‰/bb՚n> +-;HR)=myU<^eP f6sDš6V?plű'b.\ @V/@6,["Kb \zHfr3D:OK0„Ss`fC{Z 9]R=_=~q,SoWaUF pL_DSK=o3t^(a^k`㊭a(FԄoDL; =?4.@9iXKCrR }m :؞!T) +-zB[ePL =*Eq(V,{w;nl~[3QӜ}SX}ncjD%{[x6՟tru>?L۝endstream ++xڭY[o6~У T>n];ŀuSZ:;f;HԅҺ@#Kwnx( ?,&Z"BUV>pGVA ++)Џ7Rd$n Rg7\ b8iSW*0e{w_$.Z?߼_|ӹr%HQckug[ ++#ft Mb7}>~_> pĸN0^ mmdqVP0ܳV>z:^&ӂ ++jA)C ΐeDT"eDa҄ dD?j@)92Giw1$w4yϤ%>ʻӗ?jNM0\e;("w+m[ݕ57_u~+`] be$Y0I:@))p|:=C>=˰dn.!IdCIRͪLu_iV.Їk%(Bm+eZf-31ɶ"QHÁǪ~:ۘbP; 5J;̀8J$\hĿ00sK&xaSe.t,6m{dcEnx|TC d@Dȶ$yl8 y&:Fe*AA#2f 7jwn71)r!J-LG虜Fa=f)3q#z5 ++EL(s3TwR{9u:)TdXZ|ФMqX|^|c147=*_W[Ay4¹@iX7Y?TJט}W_T䧳as2>;eN氯_| ++,f Ļa:6xendstream + endobj +-2553 0 obj << ++1939 0 obj << + /Type /Page +-/Contents 2554 0 R +-/Resources 2552 0 R ++/Contents 1940 0 R ++/Resources 1938 0 R + /MediaBox [0 0 612 792] +-/Parent 2525 0 R +-/Annots [ 2556 0 R 2557 0 R 2560 0 R 2561 0 R 2562 0 R 2563 0 R 2564 0 R 2565 0 R 2566 0 R 2567 0 R 2568 0 R 2569 0 R 2571 0 R 2573 0 R 2575 0 R 2576 0 R ] +->> endobj +-2556 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [246.8731 588.6539 338.5286 599.5578] +-/Subtype /Link +-/A << /S /GoTo /D (a00037_ga5c2d6f476af87005c7bd0811d4548b9f) >> ++/Parent 1964 0 R ++/Annots [ 1944 0 R 1945 0 R 1946 0 R 1947 0 R 1948 0 R 1949 0 R 1950 0 R 1951 0 R 1952 0 R 1956 0 R 1957 0 R 1958 0 R 1961 0 R 1962 0 R 1963 0 R ] + >> endobj +-2557 0 obj << ++1944 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [396.67 588.6539 492.1911 599.5578] ++/Rect [163.919 602.418 215.724 613.322] + /Subtype /Link +-/A << /S /GoTo /D (a00037_ga91e2e6427b95fb7339c99dbbef996e71) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2560 0 obj << ++1945 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [216.9462 496.6072 283.6952 507.5111] ++/Rect [224.177 602.418 365.307 613.322] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++/A << /S /GoTo /D (a00052_ga0) >> + >> endobj +-2561 0 obj << ++1946 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [284.1934 496.6072 348.7207 507.5111] ++/Rect [377.076 602.418 451.577 613.322] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2562 0 obj << ++1947 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [216.9462 457.6755 309.7074 468.5795] ++/Rect [170.54 590.463 261.08 601.367] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2563 0 obj << ++1948 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [310.2055 457.6755 400.7451 468.5795] ++/Rect [157.649 551.609 209.455 562.513] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2564 0 obj << ++1949 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [263.0038 443.0161 320.7845 452.9214] ++/Rect [211.637 551.609 371.028 562.513] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> ++/A << /S /GoTo /D (a00052_ga1) >> + >> endobj +-2565 0 obj << ++1950 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [216.9462 418.7439 283.6952 429.6479] ++/Rect [376.528 551.609 451.577 562.513] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2566 0 obj << ++1951 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [284.1934 418.7439 353.7021 429.6479] ++/Rect [130.78 539.653 135.542 550.557] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga37e35730fa7e775b5bb0afe893d6d508) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2567 0 obj << ++1952 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [216.9462 368.8534 309.7074 379.7573] ++/Rect [178.939 539.653 230.744 550.557] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2568 0 obj << ++1956 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [310.2055 368.8534 405.7264 379.7573] ++/Rect [175.297 455.349 229.314 466.228] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga2f5276235841ad66a79bedad16a5a10c) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2569 0 obj << ++1957 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [263.0038 354.194 325.2677 364.0992] ++/Rect [151.532 443.384 228.244 454.273] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga37e35730fa7e775b5bb0afe893d6d508) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2571 0 obj << ++1958 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [232.7267 259.9046 297.2541 270.8086] ++/Rect [268.592 443.384 363.007 454.273] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2573 0 obj << ++1961 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [232.7267 204.2327 302.2354 214.1604] ++/Rect [175.088 339.283 229.105 350.162] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga37e35730fa7e775b5bb0afe893d6d508) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2575 0 obj << ++1962 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [419.0385 128.9839 485.7875 139.8878] ++/Rect [151.532 327.318 228.244 338.207] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2576 0 obj << ++1963 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [159.6712 117.0287 223.9296 127.9327] ++/Rect [272.746 327.318 326.763 338.207] + /Subtype /Link +-/A << /S /GoTo /D (a00021_source) >> +->> endobj +-2555 0 obj << +-/D [2553 0 R /XYZ 160.6675 686.127 null] +->> endobj +-166 0 obj << +-/D [2553 0 R /XYZ 160.6675 668.127 null] +->> endobj +-2363 0 obj << +-/D [2553 0 R /XYZ 160.6675 648.9954 null] +->> endobj +-170 0 obj << +-/D [2553 0 R /XYZ 160.6675 648.9954 null] +->> endobj +-2558 0 obj << +-/D [2553 0 R /XYZ 499.8623 591.807 null] +->> endobj +-174 0 obj << +-/D [2553 0 R /XYZ 160.6675 573.872 null] ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2559 0 obj << +-/D [2553 0 R /XYZ 160.6675 513.3123 null] ++1941 0 obj << ++/D [1939 0 R /XYZ 106.869 686.127 null] + >> endobj +-178 0 obj << +-/D [2553 0 R /XYZ 160.6675 331.4077 null] ++1942 0 obj << ++/D [1939 0 R /XYZ 106.869 668.127 null] + >> endobj +-2570 0 obj << +-/D [2553 0 R /XYZ 160.6675 302.6217 null] ++186 0 obj << ++/D [1939 0 R /XYZ 106.869 668.127 null] + >> endobj +-182 0 obj << +-/D [2553 0 R /XYZ 160.6675 302.6217 null] ++1943 0 obj << ++/D [1939 0 R /XYZ 106.869 621.368 null] + >> endobj +-2572 0 obj << +-/D [2553 0 R /XYZ 160.6675 260.9009 null] ++1953 0 obj << ++/D [1939 0 R /XYZ 106.869 502.333 null] + >> endobj +-186 0 obj << +-/D [2553 0 R /XYZ 160.6675 246.2436 null] ++1954 0 obj << ++/D [1939 0 R /XYZ 106.869 475.848 null] + >> endobj +-2574 0 obj << +-/D [2553 0 R /XYZ 160.6675 205.229 null] ++1955 0 obj << ++/D [1939 0 R /XYZ 106.869 475.848 null] + >> endobj +-190 0 obj << +-/D [2553 0 R /XYZ 160.6675 190.5717 null] ++1959 0 obj << ++/D [1939 0 R /XYZ 106.869 374.287 null] + >> endobj +-2577 0 obj << +-/D [2553 0 R /XYZ 231.8299 120.1818 null] ++1960 0 obj << ++/D [1939 0 R /XYZ 106.869 359.717 null] + >> endobj +-2552 0 obj << +-/Font << /F28 1626 0 R /F14 2227 0 R /F22 1616 0 R /F40 2081 0 R >> ++1938 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 469 0 R /F44 479 0 R /F49 703 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-2581 0 obj << +-/Length 2127 ++1967 0 obj << ++/Length 2629 + /Filter /FlateDecode + >> + stream +-xڥZYo~ϯ ,w&,Nr-0hrSbIE_Z>l$ 0#%RRӁT+~?"5T ㏫Ńpn0"+!?Y]=\'=>  +-ɹ>CĘ` +-f()?dӗIU)Ů!К<Q̌0Wമu=Xg |2 cB>ة.70/ء͑| 2[ObVyWU"C/=z]VU=N2mcR"ʤHBX1Os_sXXx7Z\8Hk֢[J#q xWgCPh2aSIrF@aGDҜȗM@hk.bn|\ͲgwU^,y;!flX+I^/q˫#掹rQlMlPbdjow0#\؆׳wcQpy I(`z"K^ylʆcv +-jC0jm(~W"ei=n20]͸9 9%">;ܭ-_8qCkVTEn/{grlӞ0AChoH@%8 ij9AY@;B2+fX /pͶ+o7uV`|op갎F\s"K%5 sz wWH1-S ""U~&.S*7%Pf LI OaF?^On0yqCd&( e|iI.t6' +-QYi0A@%x:]Z!rvt{s TA,'o,GAm@_xX+ +-n?QaepMK7!D< &v0Fi"eCJЈuA +-RmY>N\ ɘ7@@%ҺSA=PHnw&AXZ" +-TK]Ú{o(h:4bi +W9,.Bm@L;;TlOBY=Mendstream ++xڵZMsWHU|ۦ&YfhE4&)hn0IYr}Gx ql_oo򑪕FZC HBeKޯ(^vMTQ7TͶ֤8_O/f gs;f{~k믷v0b@%|W_o0bZ^#qyͿa]oM9E`X'BWB+Q ~?_\Tm}ox.yVk*Qv>YBh {Fakz Z .{]`92ZP* ++#Y^žG ++χnxR;Vj)PYcF}ӷwrFR"(ֱ$(G,\G/E^~j;y|vJKvr {k)wc͜)ĕw#n s]j ^ޮݾKO=p|_GoY%S&Selh2V"UHwsVFApdS9OkO)cA"Sl%JiMJa6k>^kAeE[;g5X}]1 ~y ++)]O܊+5 -\BtC"/N(@' !H4fuB^& ++6T?LAIeUdxtt$5\:~F,1t:٫EC9pU.rzxQ4&#S0jMH]P{磳IeQ֏;2݅Zon .|U )(U*qg) wa^(f(5ʧt}PTi6$dӇwC2Ο1`w:&A4.fNBǾ@ň4Ș&om \"4uI#c>sRHTi"<"6" I?<#SRfHĔ ++7|E^S`>2cm(Ő#޷s MR y$8-*}s=:ȫD,bHUBRT.2dYci=`Jb}ȠczZ7/pTQ#P/sg׉)Mam%|F^⦛Inv[>m ++X\LL0Tj(DC^{&s+~2Inj+b0YƂ3 ++iŒ&/ds7Qk=q>wz,lD"H 3!{>i@?>ނAƩ. ̬T_{}m 7α'SeNVmUis ӽuG5/kKG9S4 7/d}:{S\mY8iu}r$i{2:;J>2q_G[;[w{ "ZzllnלМ!}48>\lmb96(Z<[f3 n{S"N ewz" 8Iqh!8,oZwmcͽ̦s"FEo=sh>'vD 1k'}]kZ^P`&^=j\py!}2.pإԥWendstream + endobj +-2580 0 obj << ++1966 0 obj << + /Type /Page +-/Contents 2581 0 R +-/Resources 2579 0 R ++/Contents 1967 0 R ++/Resources 1965 0 R + /MediaBox [0 0 612 792] +-/Parent 2525 0 R +-/Annots [ 2583 0 R 2584 0 R 2585 0 R 2588 0 R 2589 0 R 2590 0 R 2591 0 R 2592 0 R 2593 0 R 2594 0 R 2595 0 R 2596 0 R 2597 0 R 2598 0 R 2599 0 R 2601 0 R 2602 0 R 2603 0 R ] ++/Parent 1964 0 R ++/Annots [ 1971 0 R 1972 0 R 1973 0 R 1974 0 R 1975 0 R 1976 0 R 1977 0 R 1978 0 R 1979 0 R 1980 0 R 1981 0 R 1982 0 R 1983 0 R 1984 0 R 1988 0 R 1989 0 R 1990 0 R 1992 0 R 1993 0 R 1994 0 R 1995 0 R ] + >> endobj +-2583 0 obj << ++1971 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [365.2402 601.0826 431.9892 611.9866] ++/Rect [222.662 602.714 319.846 613.618] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++/A << /S /GoTo /D (a00053_ga0) >> + >> endobj +-2584 0 obj << ++1972 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [105.873 589.1275 170.1313 600.0314] ++/Rect [323.281 602.714 397.781 613.618] + /Subtype /Link +-/A << /S /GoTo /D (a00021_source) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2585 0 obj << ++1973 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [141.2897 529.9684 302.1054 540.8723] ++/Rect [437.353 602.714 489.159 613.618] + /Subtype /Link +-/A << /S /GoTo /D (a00055) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2588 0 obj << ++1974 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [155.4071 438.9513 229.3492 449.8552] ++/Rect [184.578 590.759 236.383 601.663] + /Subtype /Link +-/A << /S /GoTo /D (a00035_gacd37bb612667dc437d66bfb175a8dc55) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2589 0 obj << ++1975 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 424.1858 236.2733 434.3725] ++/Rect [209.228 552.498 261.033 563.402] + /Subtype /Link +-/A << /S /GoTo /D (a00035_ggacd37bb612667dc437d66bfb175a8dc55a3aa1b842d1fd4207ebce171f95a244ec) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2590 0 obj << ++1976 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [239.6117 424.1858 351.89 434.3725] ++/Rect [260.997 552.498 388.368 563.402] + /Subtype /Link +-/A << /S /GoTo /D (a00035_ggacd37bb612667dc437d66bfb175a8dc55a3f4e83ffc4a259354959ae8a9eaa2a80) >> ++/A << /S /GoTo /D (a00053_ga1) >> + >> endobj +-2591 0 obj << ++1977 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [355.2284 424.1858 449.0859 434.3725] ++/Rect [391.649 552.498 466.149 563.402] + /Subtype /Link +-/A << /S /GoTo /D (a00035_ggacd37bb612667dc437d66bfb175a8dc55aaf0964881117bdedf1a5e9332cd120dd) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2592 0 obj << ++1978 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 412.2307 235.7154 422.4173] ++/Rect [184.578 540.543 258.52 551.446] + /Subtype /Link +-/A << /S /GoTo /D (a00035_ggacd37bb612667dc437d66bfb175a8dc55a1ac6e07775ae4324b3fe9dbd72c785ec) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-2593 0 obj << ++1979 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 396.7479 230.3357 406.9346] ++/Rect [359.665 540.543 433.607 551.446] + /Subtype /Link +-/A << /S /GoTo /D (a00035_ggacd37bb612667dc437d66bfb175a8dc55a56ee0b7eca88f363b75b34fdde8c9ddc) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-2594 0 obj << ++1980 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [253.8683 396.7479 346.6298 406.9346] ++/Rect [213.639 490.326 265.445 501.23] + /Subtype /Link +-/A << /S /GoTo /D (a00035_ggacd37bb612667dc437d66bfb175a8dc55ac793958f330bca371aa1535de8aff45f) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2595 0 obj << ++1981 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [370.1624 396.7479 449.0859 406.9346] ++/Rect [269.819 490.326 422.635 501.23] + /Subtype /Link +-/A << /S /GoTo /D (a00035_ggacd37bb612667dc437d66bfb175a8dc55abca6887e80cb291353b0a0c1da83f661) >> ++/A << /S /GoTo /D (a00053_ga2) >> + >> endobj +-2596 0 obj << ++1982 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 384.7927 230.3357 394.9794] ++/Rect [430.327 490.326 505.375 501.23] + /Subtype /Link +-/A << /S /GoTo /D (a00035_ggacd37bb612667dc437d66bfb175a8dc55a5269ef95be72f88465559d35c9b7ad56) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2597 0 obj << ++1983 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 368.9663 221.3293 379.4966] ++/Rect [184.578 478.371 189.34 489.275] + /Subtype /Link +-/A << /S /GoTo /D (a00035_ggacd37bb612667dc437d66bfb175a8dc55a19f8a6953fa91efc76bcbcdf2d22de4d) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2598 0 obj << ++1984 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [155.4071 330.6533 256.4473 341.5572] ++/Rect [255.492 478.371 329.434 489.275] + /Subtype /Link +-/A << /S /GoTo /D (a00035_ga46323568968005137c32f6a1cd405b74) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-2599 0 obj << ++1988 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [264.2181 330.6533 399.0319 341.5572] ++/Rect [350.169 394.619 426.881 405.508] + /Subtype /Link +-/A << /S /GoTo /D (a00035_gga46323568968005137c32f6a1cd405b74a2f8297ea36eba46e7596e810a67298fb) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2601 0 obj << ++1989 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [202.012 382.664 256.029 393.553] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> ++>> endobj ++1990 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [246.3345 274.6703 337.97 285.5742] ++/Rect [273.683 382.664 327.7 393.553] + /Subtype /Link +-/A << /S /GoTo /D (a00035_gabd7da4f4ea12b420b8ecbde458b27805) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2602 0 obj << ++1992 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [346.151 274.6703 420.0931 285.5742] ++/Rect [228.952 254.161 282.969 265.04] + /Subtype /Link +-/A << /S /GoTo /D (a00035_gacd37bb612667dc437d66bfb175a8dc55) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2603 0 obj << ++1993 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 262.7151 204.7217 273.6191] ++/Rect [205.33 242.196 282.042 253.085] + /Subtype /Link +-/A << /S /GoTo /D (a00035_gacd37bb612667dc437d66bfb175a8dc55) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2582 0 obj << +-/D [2580 0 R /XYZ 106.8692 686.127 null] ++1994 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [351.036 242.196 428.296 253.085] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-194 0 obj << +-/D [2580 0 R /XYZ 106.8692 668.127 null] ++1995 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [286.793 188.143 420.8 199.047] ++/Subtype /Link ++/A << /S /GoTo /D (a00053_ga1) >> + >> endobj +-2586 0 obj << +-/D [2580 0 R /XYZ 309.7766 533.1215 null] ++1968 0 obj << ++/D [1966 0 R /XYZ 160.667 686.127 null] + >> endobj +-198 0 obj << +-/D [2580 0 R /XYZ 106.8692 515.6853 null] ++1969 0 obj << ++/D [1966 0 R /XYZ 160.667 668.127 null] + >> endobj +-2587 0 obj << +-/D [2580 0 R /XYZ 106.8692 457.4438 null] ++190 0 obj << ++/D [1966 0 R /XYZ 160.667 668.127 null] + >> endobj +-2600 0 obj << +-/D [2580 0 R /XYZ 106.8692 293.1628 null] ++1970 0 obj << ++/D [1966 0 R /XYZ 160.667 621.368 null] + >> endobj +-202 0 obj << +-/D [2580 0 R /XYZ 106.8692 226.2642 null] ++1985 0 obj << ++/D [1966 0 R /XYZ 160.667 441.614 null] + >> endobj +-2604 0 obj << +-/D [2580 0 R /XYZ 106.8692 197.4957 null] ++1986 0 obj << ++/D [1966 0 R /XYZ 160.667 415.129 null] + >> endobj +-206 0 obj << +-/D [2580 0 R /XYZ 106.8692 197.4957 null] ++1987 0 obj << ++/D [1966 0 R /XYZ 160.667 415.129 null] + >> endobj +-2605 0 obj << +-/D [2580 0 R /XYZ 124.5827 141.9692 null] ++738 0 obj << ++/D [1966 0 R /XYZ 160.667 286.951 null] + >> endobj +-2259 0 obj << +-/D [2580 0 R /XYZ 106.8692 120.1818 null] ++1991 0 obj << ++/D [1966 0 R /XYZ 160.667 272.647 null] + >> endobj +-2579 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F40 2081 0 R /F50 2389 0 R >> ++1965 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F14 608 0 R /F40 469 0 R /F49 703 0 R /F44 479 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-2618 0 obj << +-/Length 2390 ++1998 0 obj << ++/Length 1224 + /Filter /FlateDecode + >> + stream +-xڥYms6_FD(oNԎؙMP$I],HLMXb.@b៘0ILhm/ds.әJO?}$aI(ӲV"pLJDޝY7ܻ2~:sSL|rq,Hrp&DNdsxkdg>z5AD}M3ә{oM/=_N?'3X9-4YgmvfcVN:Kg5D.8/'A 8g5몝x aa$$!¹z`7!Ixnun7"2әH05 Jyd3Byr%}ffZ̲K7{ҊSz/Fe:/6*, r{\z%E,ΔJ% _͞ +-ߏOwǾ8bgBjEH<᷵n+UU=W *e>lJTXc:/lJ 65 l MIkXdXAե5I$iA76m>M5O92SxTT?&n|>>Ѐ|uTNB~A,ZH&[TA|vFrU݇ixo^+QPZCGzsj#w  3?晍>Gi6b)I}=f+ l:AgcG+ )6iVoM䗼^(nYR&+m;Hn_E9:jc5j}_ Ap{j =wX8Qσ!kf"a_ 2Xp.FyZ=FMqγ5FW}cԕ"/!;6A#Iht*9njc5jG7;=th2j9;#ۭLHWNXqe }ĩ~M:-s}a 5l%B.\ YBf`Q#voΔ,UU{ZcZЍݸJӠ\/]nV6 GuרۉI%ZCBY)iش$m{w~}4j ~QW/  +-7s=3G_*TFM`T"=QQ}K^Gb~5߇%6 +-=AO[!#dН_"d CtC@] w7YSm>cGTC ] n8#>R{r6_@v,[<ȥyAr 0Egti[Jf=L^;`L>K։KȐ@Z >[]ؙ@i92'~jUڧWN-Į; WR-c96LRt2]5 =RVs. +-W+8$+b@c'¶)l#p:tTUah_5=1K7m];B{t(VuBm}΄y]oԎN7CT,ŸЃ~G1TR}*ӛMZhCM6ߗۭ/lI-,%w<L{ +- rsڧ0R lAyzv lz@l(} +-~qF'OK$Ű3 d!jp3W;yZ }u}yp}IQ TĞ%-$ В!oO:5%uW>tY&#kJPMZ6dAȥrD^o@< of%H^]zܜvhM`ٛ> uEIWL/ES#L=ZDɃWvw^7ФڝotFҧ7*~/W$XM|NmfJgaل8הu7O~θendstream ++xڥWr6}W1Q\I"oil'MxOCSF&]F+xƄH@pXq#B \` SB"<Я/4 $1 VϑD j} ++D2?YkcY-6ْPOMԧb$ʲdi]}^\ PBwqs5yi1FDq8[\/[spHg3 0p$"'aYbLa1M< Sa聟8}:83_8fP \0 {AR4Vo,$^螛غ `мn;5}ՎwYL[ߵ:37Ƙ6}T@>*^ Z!ʪ-(Uǘ",шhͿ0yT`F^d|cÔ1J)?IL;.% l[u#}v6 $B*~"yJk+8k+;EYcFDiG5 R+R`T!7֓ʪv)T"A׿\Ph͞P0'0(jg?e@d5Ku&Vb /Ihtwendstream + endobj +-2617 0 obj << ++1997 0 obj << + /Type /Page +-/Contents 2618 0 R +-/Resources 2616 0 R ++/Contents 1998 0 R ++/Resources 1996 0 R + /MediaBox [0 0 612 792] +-/Parent 2525 0 R +-/Annots [ 2620 0 R ] ++/Parent 1964 0 R ++/Annots [ 2001 0 R 2002 0 R 2003 0 R 2004 0 R ] + >> endobj +-2620 0 obj << ++2001 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [407.1042 573.0499 505.3748 583.9538] ++/Rect [174.618 599.041 228.635 609.92] + /Subtype /Link +-/A << /S /GoTo /D (a00035_gabd7da4f4ea12b420b8ecbde458b27805) >> +->> endobj +-2619 0 obj << +-/D [2617 0 R /XYZ 160.6675 686.127 null] +->> endobj +-210 0 obj << +-/D [2617 0 R /XYZ 160.6675 668.127 null] +->> endobj +-2607 0 obj << +-/D [2617 0 R /XYZ 178.381 521.0993 null] +->> endobj +-2608 0 obj << +-/D [2617 0 R /XYZ 178.381 480.2458 null] +->> endobj +-2609 0 obj << +-/D [2617 0 R /XYZ 178.381 451.3475 null] +->> endobj +-2610 0 obj << +-/D [2617 0 R /XYZ 178.381 422.4491 null] +->> endobj +-2611 0 obj << +-/D [2617 0 R /XYZ 178.381 393.5508 null] +->> endobj +-2612 0 obj << +-/D [2617 0 R /XYZ 178.381 376.6076 null] ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2433 0 obj << +-/D [2617 0 R /XYZ 178.381 347.7093 null] ++2002 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [365.109 599.041 441.82 609.92] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2613 0 obj << +-/D [2617 0 R /XYZ 178.381 294.9007 null] ++2003 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [188.295 587.076 265.555 597.965] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-2614 0 obj << +-/D [2617 0 R /XYZ 178.381 230.1368 null] ++2004 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [356.834 587.076 434.094 597.965] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-214 0 obj << +-/D [2617 0 R /XYZ 160.6675 199.1979 null] ++1999 0 obj << ++/D [1997 0 R /XYZ 106.869 686.127 null] + >> endobj +-2615 0 obj << +-/D [2617 0 R /XYZ 160.6675 174.4184 null] ++737 0 obj << ++/D [1997 0 R /XYZ 131.816 634.254 null] + >> endobj +-218 0 obj << +-/D [2617 0 R /XYZ 160.6675 174.4184 null] ++2000 0 obj << ++/D [1997 0 R /XYZ 106.869 619.584 null] + >> endobj +-2616 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F50 2389 0 R >> ++1996 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F49 703 0 R /F44 479 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-2623 0 obj << +-/Length 1942 ++2007 0 obj << ++/Length 2450 + /Filter /FlateDecode + >> + stream +-xڵYm6_o3SK_2$M/43 W+$888Ht!ٕ.2Yc5iiZjUnE̶^AFRu׈0$6[*pt14*nCqs=I] ǒGl~|z~AT +-կu +-vXa FĀq8xBڞՏh3ua.0 B#"9ohosѨC!:}׵uO%6.m{0 9KQPҿ#1>!`z8MTJܚ[Bz SY”< lմ8J?OE+JqSڸmY[ D!93~шahx61 +-[Y*[0 -!aN@^r8v +-M֘F`hp{D5Ш1H1> +-NB6[@t/m@SJv<f˰~9fȖQRf=A^T |mT o3W,hDH4x pDŽIMc +-[oHzq~/o_{/,R@{W]3ؓ7SٛwKp6G9 iqonuZߥpM\Nklʎqrod? i3n%݄*?Ѷh'H0 #)q4۩u]-VQVn388ʬlc#0m{RSP ]@ΒWEmG mƠD9-HWd}՛w~pO9mgz.QEs!hs ]GeBuW0̃(ԖOmXd r-"l8׆>.a/]#>TouLHXىͩq/ 30a\ojjm?Uu؊b5qش?vN1XUEpHQzM8b\&6DJ +-իs\5aqJ6T'Dzc#*XHbSA6g{5F|6\.RKR qcF &ȼ/0l +-|5X/UUO`'DIIJ#R cixa rs 2܀#sMΕ8CHE`k&4@㿶1`qg\]0Vl=s]bc9oH#3RPx,("s6}1BD"DD]awH,jU 뀡4|Rhx1wba"X(= {:Ϲ^9۱(hh)]/*Y le}[d<;'׃rr2۾as{/x2;KE$1-@t9$h?!US(NIL?B!|WGC/&>}gs[us?pq?ƅ I1mPޢPoL_w/$>duekZ1\Մխ?LeVVendstream ++xZK "fwHI6;hm[[1_HJ|HwmSXJYaGVDb$eJ"Bp [#U+dρ *Wk6[B$wÆyCԺlvݩِ+b[wn{t/y j>cD^>0R⾟AFWdP\2PGE ++=4zs}z㗕BH-/M.sZ"MDy-5kYU`92ZTd ++FBB)+56ia/]sH p`..4)th.slL] `VbZ1E+4^Bweűk֝5A1h9<vRXܫHjB; 1r9.HwB6QJ3W B VFAGŤF*֗ |k/ͱO~ɢH6iWBhx;- C]DQ8gi9H7! iC!6}!J6뭽:DXj~HxG^-r;B{w8^A L+/C\z8oa ++AcHԦZ^G݆l]_ڭg߽@eZ ֈcNa&x_ʁ"e_1L9a9nUฒBqBq\A? ++gESREXxLCo83V;]wXFMe.90eJA"ez{ %z3TS ɯX@^vs ++^٣|~92Qݺ!ЈmTEHL L?BAaeIP.K ++ ++@ #~񌺩 ++vt!W H_(]489d_a{ ,d;԰Yp,cVq Vx& ++-Dy2_jzAs,ZkZe\SVnR@yvkeaK[0\%K R֧0U#+MVd>AȠP}jmLP%4%)Z@C΋@%xtY}"r +k! ++S4Q$ ++c Sr^#-vKaZ#B]B<gSzvW_W ٝ]WߵIllB# $ob}ݭ£J-eey.+*t\*\F+ Z F>%b A.ښ,4@bh,1LRԔ&՝AűȻLߴs$L ts$eL@V IKA d)]z|ID5ckp&Ȕv!HdL}{tQ{*wRѤ)̵f}px{x 85K#vxXqUq 9B41T8kMPV~$h8LC"䏉)X|aH$ #a%)Z knŧ61Й 2yWٖ0!1AɔC=(aAu; HIT"I\2k56M>@O'/>b'gYc/i 0f"TN0 Sy_X<D ??g8DCTbC1aWSBHiIѵ32Y uT5d"5bU5,y_SGdEUU?F# ]`F (>@Fuy|i1ymNޮkg%gK~lsv ΢Iv1\&;vv rb]X`st謦lAG$)CLEoxSwV$^vLf>K2 ++3FQ6,[S?S"[C,aq'Qq1rD)lqm㓈e<@&xbL LD8l؄"Gr1chd4~6Wl48={#usyce#{ {}I51b+z8vw[ tٵb~ΆT5ڌ6rK6Ѳ>|/x']noo$~>o .ZWܩ~{)%i(ۼh*3xSg0'FͿYJ0N0  _-ޏu3=endstream + endobj +-2622 0 obj << ++2006 0 obj << + /Type /Page +-/Contents 2623 0 R +-/Resources 2621 0 R ++/Contents 2007 0 R ++/Resources 2005 0 R + /MediaBox [0 0 612 792] +-/Parent 2635 0 R +-/Annots [ 2627 0 R 2628 0 R 2629 0 R 2630 0 R 2632 0 R 2633 0 R 2634 0 R ] ++/Parent 1964 0 R ++/Annots [ 2011 0 R 2012 0 R 2013 0 R 2014 0 R 2015 0 R 2016 0 R 2017 0 R 2018 0 R 2019 0 R 2020 0 R 2021 0 R 2022 0 R 2023 0 R 2024 0 R 2025 0 R 2026 0 R 2030 0 R 2031 0 R 2032 0 R 2035 0 R 2036 0 R 2037 0 R ] + >> endobj +-2627 0 obj << ++2011 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [155.4068 381.1074 246.5045 392.0113] ++/Rect [231.599 593.762 305.092 604.666] + /Subtype /Link +-/A << /S /GoTo /D (a00016) >> ++/A << /S /GoTo /D (a00054_ga0) >> + >> endobj +-2628 0 obj << ++2012 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [155.4068 335.6107 199.4613 346.5146] ++/Rect [309.823 593.762 384.323 604.666] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2629 0 obj << ++2013 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [155.9651 290.114 228.2434 301.0179] ++/Rect [426.642 593.762 478.447 604.666] + /Subtype /Link +-/A << /S /GoTo /D (a00013) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2630 0 obj << ++2014 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [155.4068 244.6173 229.349 255.5213] ++/Rect [257.912 581.807 322.44 592.711] + /Subtype /Link +-/A << /S /GoTo /D (a00014) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-2632 0 obj << ++2015 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [187.7752 146.2528 231.8297 157.1567] ++/Rect [234.707 533.841 303.468 544.745] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00054_ga1) >> + >> endobj +-2633 0 obj << ++2016 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [239.7998 146.2528 291.6051 157.1567] ++/Rect [309.754 533.841 384.254 544.745] + /Subtype /Link +-/A << /S /GoTo /D (a00036_ga79b8ab56877ef99ac59b833203391c7d) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2634 0 obj << ++2017 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [297.7472 128.3108 337.1023 138.2161] ++/Rect [430.069 533.841 481.874 544.745] + /Subtype /Link + /A << /S /GoTo /D (a00012) >> + >> endobj +-2624 0 obj << +-/D [2622 0 R /XYZ 106.8692 686.127 null] +->> endobj +-2625 0 obj << +-/D [2622 0 R /XYZ 106.8692 472.8283 null] +->> endobj +-222 0 obj << +-/D [2622 0 R /XYZ 106.8692 464.6089 null] +->> endobj +-2626 0 obj << +-/D [2622 0 R /XYZ 106.8692 403.3785 null] ++2018 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [184.578 521.886 249.105 532.79] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-2631 0 obj << +-/D [2622 0 R /XYZ 106.8692 166.2404 null] ++2019 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [240.278 504.379 398.742 515.283] ++/Subtype /Link ++/A << /S /GoTo /D (a00054_ga2) >> + >> endobj +-2621 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F44 2094 0 R /F40 2081 0 R /F14 2227 0 R >> +-/ProcSet [ /PDF /Text ] ++2020 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [403.571 504.379 478.071 515.283] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2639 0 obj << +-/Length 1628 +-/Filter /FlateDecode +->> +-stream +-xڵYMs6WH`8_IiҌG[L A"Ը,QO +-`+0=_ +-?{5w<@=[ΞdfnUL͗_Xhxq1l3.@gTwfϫ(ö*of/] $57͌n7|C X73.8&WvߺWc˔T.X)YPBN$El"-6ŗԎsm[&X;CۮZ_VlB!4FZBA)$F]Z( 9HEs.pAf/@fE-uOͻUږb"gjbh}j!.zx.EAa؛>~<(ye&]kK+T-%7ƶD_# +-bC[UiV`1g}sa,n]u-=IYjH\;ޝܝ457!l\ КEvZQ^Űy:GH-o|w/.V ;$;2!`5 Cӽm&ӡ43DJ.Mr FùuTaHF%{&?wN)64_b]D=[Dr7ʹQ[A!:7Izo9r?ﰈvm1^ͮZXWh Frz ĄKPwPTpZȄt'$+7 1aoӧrrtqUgc`6*Ac QÞD N`Bt$as7'F6>ߏxp20]`#(>ANxfl1 q2 ԕRMWC88U!:{2;Rt5 i"΁a"A)0G~(7rLe:+7NcwѽAtÄ'&;L/aW˷L8LO0Ǎu:\CMWC%x8Q +-fЙp7cV' -0.t:T oagy u> "L8G9Nec􇒵:̿5ת20ؑ͜ 03ܠMXxZSDut??Q +-Fc7kLfqɅ7C \+#B[b$ݴpi ?< |JC=cY݆՚\ۃKKƊ0f~_H}EOabʶC"ZAImPA@~Am-ɉ쁕,MG?#_7/@5<)mLfU~jmޛoj=t +-uPQwWEyrx)?H6Oendstream +-endobj +-2638 0 obj << +-/Type /Page +-/Contents 2639 0 R +-/Resources 2637 0 R +-/MediaBox [0 0 612 792] +-/Parent 2635 0 R +-/Annots [ 2641 0 R 2643 0 R 2644 0 R 2645 0 R 2646 0 R 2647 0 R 2648 0 R 2649 0 R 2650 0 R ] ++2021 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [247.887 492.424 343.408 503.328] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-2641 0 obj << ++2022 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [328.1778 606.2242 372.2322 617.1281] ++/Rect [380.058 492.424 486.508 503.328] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-2643 0 obj << ++2023 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [325.1556 513.9283 410.176 524.8322] ++/Rect [237.853 432.503 360.901 443.407] + /Subtype /Link +-/A << /S /GoTo /D (a00037_ga5c2d6f476af87005c7bd0811d4548b9f) >> ++/A << /S /GoTo /D (a00054_ga3) >> + >> endobj +-2644 0 obj << ++2024 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [430.8747 513.9283 505.3748 524.8322] ++/Rect [364.921 432.503 439.421 443.407] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2645 0 obj << ++2025 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [290.2983 462.9214 379.1844 473.8253] ++/Rect [201.651 420.547 292.19 431.451] + /Subtype /Link +-/A << /S /GoTo /D (a00037_ga91e2e6427b95fb7339c99dbbef996e71) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2646 0 obj << ++2026 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [382.4462 462.9214 456.9463 473.8253] ++/Rect [322.937 420.547 429.387 431.451] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-2647 0 obj << ++2030 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [299.1037 423.8696 400.0643 434.7736] ++/Rect [385.516 319.376 462.228 330.266] + /Subtype /Link +-/A << /S /GoTo /D (a00037_ga6040925d3ee4bbb2647f2a321aca5f4b) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2648 0 obj << ++2031 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [404.2318 423.8696 478.7319 434.7736] ++/Rect [246.515 307.421 340.93 318.31] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2649 0 obj << ++2032 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [302.1016 372.8627 397.0649 383.7667] ++/Rect [372.929 307.421 483.962 318.31] + /Subtype /Link +-/A << /S /GoTo /D (a00037_gab3628b2a540a5a08e8cf724ef829e70a) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-2650 0 obj << ++2035 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [402.7321 372.8627 477.2322 383.7667] ++/Rect [422.682 209.007 499.394 219.887] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2640 0 obj << +-/D [2638 0 R /XYZ 160.6675 686.127 null] ++2036 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [288.822 197.042 388.218 207.931] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-226 0 obj << +-/D [2638 0 R /XYZ 160.6675 668.127 null] ++2037 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [202.012 185.087 313.045 195.976] ++/Subtype /Link ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-2636 0 obj << +-/D [2638 0 R /XYZ 160.6675 648.9683 null] ++2008 0 obj << ++/D [2006 0 R /XYZ 160.667 686.127 null] + >> endobj +-230 0 obj << +-/D [2638 0 R /XYZ 160.6675 648.9683 null] ++2009 0 obj << ++/D [2006 0 R /XYZ 160.667 668.127 null] + >> endobj +-2367 0 obj << +-/D [2638 0 R /XYZ 160.6675 607.2205 null] ++194 0 obj << ++/D [2006 0 R /XYZ 160.667 668.127 null] + >> endobj +-234 0 obj << +-/D [2638 0 R /XYZ 160.6675 591.3072 null] ++2010 0 obj << ++/D [2006 0 R /XYZ 160.667 617.268 null] + >> endobj +-2642 0 obj << +-/D [2638 0 R /XYZ 160.6675 532.9769 null] ++2027 0 obj << ++/D [2006 0 R /XYZ 160.667 368.421 null] + >> endobj +-238 0 obj << +-/D [2638 0 R /XYZ 160.6675 323.2666 null] ++2028 0 obj << ++/D [2006 0 R /XYZ 160.667 339.886 null] + >> endobj +-2651 0 obj << +-/D [2638 0 R /XYZ 160.6675 296.7372 null] ++2029 0 obj << ++/D [2006 0 R /XYZ 160.667 339.886 null] + >> endobj +-242 0 obj << +-/D [2638 0 R /XYZ 160.6675 296.7372 null] ++2033 0 obj << ++/D [2006 0 R /XYZ 483.175 254.471 null] + >> endobj +-2366 0 obj << +-/D [2638 0 R /XYZ 160.6675 186.7905 null] ++2034 0 obj << ++/D [2006 0 R /XYZ 160.667 227.494 null] + >> endobj +-246 0 obj << +-/D [2638 0 R /XYZ 160.6675 171.9981 null] ++2038 0 obj << ++/D [2006 0 R /XYZ 268.89 120.182 null] + >> endobj +-2637 0 obj << +-/Font << /F28 1626 0 R /F14 2227 0 R /F22 1616 0 R /F40 2081 0 R /F50 2389 0 R >> ++2005 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F14 608 0 R /F40 469 0 R /F44 479 0 R /F49 703 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-2654 0 obj << +-/Length 1506 ++2042 0 obj << ++/Length 1023 + /Filter /FlateDecode + >> + stream +-xڥXmoH_X:K]7U]t*":n/FU؆gf15iiZjU~{vE:̶m=˫o^d$뫯Z):" ͖ +-]gXnШx(*ӤΊ|%Z) r~ȳ$ZX[]~3p~`D W'w尺\/m F`"C$a `M +-%Vl-%AT- Q\@BYMM 𵿲s`COwr$4DYOj . +-pPo[rΪ6.IAEyZκ9"x+&\D`r1.q]ܼz} _Ltx(g&˳E|o ux?FRi X XbKF)acd9Gٯ+HIj q} 8tRp{5إaIjC͗`R?S c78CY7c%,FS1?ORE Bgir)M~) 5\Us(?rZ/OP{5[l 1IҪ%ûiYF4( +-EA9S 2RCH1*f0'+t"# tIU`GԩJ/a7ʳ8a$0# X$R`[~q 4{l^سӐgzHx:a?5'N$ӁgNV]SmmBVWAF/1||\?[[#7={k(z(v(.`ª2uPTav:^ u6Gꁆc aX<=*"nwRxoYٯlҋW;/[|ݰ{YǤfLc :|X( 1ifRTLR C; vjɮc%n|q|:u.ª7/-nCQӑ C>ϏnOPTx,ԯwem ;i~±+/~AMǓ=:fcK8cM6vۅߟDhc\ۺendstream ++xڭWr6}W𑚩ci2՛"-3I$v.Eu?F{jSvۤU۷vlL9 3(o$E3aIJ_)UfF8S=| 5ABYM<&T,H >l]Um(U>%MPZxs^^a(E6/&oCQǶ!bL BS U5H#&­*c sشBBAyeSl< +C6 "/bwda p8 u4#=(ͨ6mi N.؛DM|M{ӒS{=Gam7`.:T] #4ʝ$+2`nN2<& \qoM4iD^yqzc"M\ j˷Hnh#N¾ ZN3: LaT&3PQ^DÅOsWNjb"r56n9p5'NOYu.#Iv&&)D2ɛܸSfH5卾hn OId p6j04`O w[=(f_?]V ++ >hg7J jW-B{4-S]ovX=kr]+,ʦl ++o㘫2?Z8u80zHTvlN=݂E09(0 \226\)^];#FNrwG(%*WC:j5T0jTYJ~eqO(?ԓBendstream + endobj +-2653 0 obj << ++2041 0 obj << + /Type /Page +-/Contents 2654 0 R +-/Resources 2652 0 R ++/Contents 2042 0 R ++/Resources 2040 0 R + /MediaBox [0 0 612 792] +-/Parent 2635 0 R +-/Annots [ 2656 0 R 2657 0 R 2658 0 R 2660 0 R ] ++/Parent 1964 0 R ++/Annots [ 2045 0 R 2046 0 R 2047 0 R 2049 0 R 2050 0 R 2051 0 R ] + >> endobj +-2656 0 obj << ++2045 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [296.7146 378.134 388.37 389.038] ++/Rect [272.437 655.136 349.149 666.025] + /Subtype /Link +-/A << /S /GoTo /D (a00037_ga5c2d6f476af87005c7bd0811d4548b9f) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2657 0 obj << ++2046 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [105.873 366.1789 230.3543 377.0828] ++/Rect [389.684 655.136 443.701 666.025] + /Subtype /Link +-/A << /S /GoTo /D (a00038) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2658 0 obj << ++2047 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [123.5864 223.8553 247.0925 252.9211] ++/Rect [169.803 643.181 237.1 654.07] + /Subtype /Link +-/A << /S /GoTo /D (a00038) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-2660 0 obj << ++2049 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [155.4068 131.9714 300.4421 142.8754] ++/Rect [277.124 618.831 353.836 629.721] + /Subtype /Link +-/A << /S /GoTo /D (a00018) >> +->> endobj +-2655 0 obj << +-/D [2653 0 R /XYZ 106.8692 686.127 null] +->> endobj +-2364 0 obj << +-/D [2653 0 R /XYZ 106.8692 631.0973 null] ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-250 0 obj << +-/D [2653 0 R /XYZ 106.8692 616.5281 null] ++2050 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [394.262 618.831 448.279 629.721] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2365 0 obj << +-/D [2653 0 R /XYZ 106.8692 465.9698 null] ++2051 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [259.429 606.876 326.726 617.765] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-254 0 obj << +-/D [2653 0 R /XYZ 106.8692 451.4006 null] ++2043 0 obj << ++/D [2041 0 R /XYZ 106.869 686.127 null] + >> endobj +-2375 0 obj << +-/D [2653 0 R /XYZ 106.8692 214.8951 null] ++2044 0 obj << ++/D [2041 0 R /XYZ 106.869 668.127 null] + >> endobj +-258 0 obj << +-/D [2653 0 R /XYZ 106.8692 209.1616 null] ++2039 0 obj << ++/D [2041 0 R /XYZ 106.869 637.452 null] + >> endobj +-2659 0 obj << +-/D [2653 0 R /XYZ 106.8692 150.9201 null] ++2048 0 obj << ++/D [2041 0 R /XYZ 106.869 637.452 null] + >> endobj +-2652 0 obj << +-/Font << /F28 1626 0 R /F50 2389 0 R /F22 1616 0 R /F14 2227 0 R /F44 2094 0 R /F40 2081 0 R >> ++2040 0 obj << ++/Font << /F28 362 0 R /F49 703 0 R /F14 608 0 R /F44 479 0 R /F22 352 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-2663 0 obj << +-/Length 2295 ++2054 0 obj << ++/Length 1907 + /Filter /FlateDecode + >> + stream +-xڵZko_oW*GݛI +-Nk_E[Z]= +-E.i.E*PJ:9I!dH$FR*1Z"Bp-׋ٔ1a2xH@3&#%%}x8jU@ WlPv<׫٘.Eo0l?V֯v^y(i#U8^@nijP50߯X 広=0_\0z??E.o[5y] QX3uua:Ju巀qtCDH UI""aFM: `vSh@x|}Ϯu۷1ѣۏ7~^{7WӉ%;#1Lj[_ЛJʑVP3\DaIͣ&!,2=k7}xB Y]}޿p gNƣ28ӰDNl9)t\/DB=,˦uiv; WWS)wF35jsP%L"PyZV`?d>%dò2e>|o]$]xvcг+Ya[$t%䟂5PGMBXm9g 'e +-B&aQYZB]r;,C\!n{}<RP`0%Ci^B]be!e׽6 5 EDw'eؓOX!  VdI,sz?)ŌT(xTM(;Rywg`'y[|_XaգX3W< Qvў34'k]/GwkĞ :BH،׿%D^e(4_'E-])ƥH"PIHQϐ=!EmYkKh {+b);5n gt힥D1t*a0{%(gm)n ~ڸ]i\f)X:ը6Gd4'nż 3OI#B+v&aۧm]Vxb;sv ۔5dvD秢d~7(#^塶G7.K(|6zKgҩi:S!X 摼 iF='ts\EmwxP0ӦWL9 ]%7&4=~b:ZY`𗋨1*F e"aBLxѠja N_Xّ+1u+:4?.+O[j SPBgۅ݄~h'7|ZNUZẸm_b};-8endstream ++xZKs6W(D(rl$ͤ6uNI#SYtE}@/n`ow$HL$"4MNћqlW^Sh%KnA'WOk7[B$뷻~C!joT"g,cK?(C~vա8m\[x՘ PJ1է/8Îޭ0bZ%_#ubW~kg4sT:#.;^ ++#jD)c~x)nm~|ϥٖBɖa唙)FgBق4e"e#hL(T ++&B&RQx8k]!>=:/(s:'WYo ++v/&V231񠡕UX;2+@ʝ}CNǂ1QT  ++S2Ӥ3<:'uhN ++p'? \BB )Rx m#r ++mBH&1s**t N3VpUeAGE.g,CX%,`?Zalsf,ayL"ND,d c{"cFtmAӌuŌRpi:,cc ++z ++2X*\X$MK$Lr$n 0+zh<&jO0Gb|]1=3|Kʡr+94W+LϘz,ms(Poy Soo^@SF)43FkE(zWj0զ61 ++_m:*#Ƣ"Wx*bO-6Gj; 7|C0p'jcF5%'LXYTD~5GTx @%cj$Iɒ1ccy15Ȫl4gpQes;'7#saLt 4Q7 %11^>8\\7\EהS=&j'R0, CIrM )49969b:yό>IfUܫ䬂v{p40T T;8IAq 9#;a+K*00"m ++)\6>l`Oai`ֈ΄Wgpݷ;Eqkʮ!,e\>U6[ u&C>6\ws^^~upڵ?/ ?[󳱹^M*_ػ_>ozl"q !T<h:8AX_*|T @H=h2͚Ƚ]7\t}*y ++'nr#UޮK~lӝNwMq<߿/6XčA TKjw8uƘ~hF5#30r$줈w@ ++d0,E`\0tLt@`:lht1ma1i3__X gO۟]6RV m@Fv oWc6b$ m杂K[UK6O<'m;fLm_Xچm1kƄ4ްd&#-ґ1F7#v`3+ wng5sj5֮;Ff\cZЎkf46 mغ3ͽkMw"G|sDx'$)Ơ:clJ`V?6/</1)۫[z2*4s_tD>y=像8WC 0endstream + endobj +-2662 0 obj << ++2053 0 obj << + /Type /Page +-/Contents 2663 0 R +-/Resources 2661 0 R ++/Contents 2054 0 R ++/Resources 2052 0 R + /MediaBox [0 0 612 792] +-/Parent 2635 0 R +-/Annots [ 2665 0 R 2666 0 R 2667 0 R 2669 0 R 2670 0 R 2671 0 R 2672 0 R 2674 0 R 2675 0 R 2676 0 R 2677 0 R 2678 0 R 2679 0 R 2680 0 R 2681 0 R 2682 0 R 2683 0 R 2684 0 R 2685 0 R 2686 0 R 2687 0 R 2688 0 R 2689 0 R ] ++/Parent 1964 0 R ++/Annots [ 2058 0 R 2059 0 R 2060 0 R 2061 0 R 2062 0 R 2063 0 R 2064 0 R 2065 0 R 2066 0 R 2067 0 R 2068 0 R 2069 0 R 2070 0 R 2071 0 R 2072 0 R 2073 0 R 2077 0 R 2078 0 R 2081 0 R 2082 0 R 2084 0 R 2085 0 R ] + >> endobj +-2665 0 obj << ++2058 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [209.2051 641.9019 347.9041 652.8058] ++/Rect [213.188 602.679 303.727 613.583] + /Subtype /Link +-/A << /S /GoTo /D (a00017) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2666 0 obj << ++2059 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [209.2051 602.7316 353.4431 613.6355] ++/Rect [307.65 602.679 463.495 613.583] + /Subtype /Link +-/A << /S /GoTo /D (a00019) >> ++/A << /S /GoTo /D (a00055_ga0) >> + >> endobj +-2667 0 obj << ++2060 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [209.2051 563.5613 310.8233 574.4653] ++/Rect [470.735 602.679 505.375 613.583] + /Subtype /Link +-/A << /S /GoTo /D (a00020) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2669 0 obj << ++2061 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [213.0747 480.0638 313.0292 490.9677] ++/Rect [184.578 590.724 229.748 601.628] + /Subtype /Link +-/A << /S /GoTo /D (a00038_gada025d3ec20b4b420f8038d23d6e7bde) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2670 0 obj << ++2062 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [328.5386 480.0638 505.3748 490.9677] ++/Rect [213.553 578.034 304.093 588.938] + /Subtype /Link +-/A << /S /GoTo /D (a00038_ggada025d3ec20b4b420f8038d23d6e7bdea129b4fea1300be22bbaf0bb0958994c8) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2671 0 obj << ++2063 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 468.4822 225.8727 479.0125] ++/Rect [308.381 578.034 463.129 588.938] + /Subtype /Link +-/A << /S /GoTo /D (a00038_ggada025d3ec20b4b420f8038d23d6e7bdea129b4fea1300be22bbaf0bb0958994c8) >> ++/A << /S /GoTo /D (a00055_ga1) >> + >> endobj +-2672 0 obj << ++2064 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [228.8615 468.4822 436.7111 479.0125] ++/Rect [470.735 578.034 505.375 588.938] + /Subtype /Link +-/A << /S /GoTo /D (a00038_ggada025d3ec20b4b420f8038d23d6e7bdea6ecb6abc6a0bb75e81564f8bca85783b) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2674 0 obj << ++2065 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [301.9266 384.6111 421.2484 395.515] ++/Rect [184.578 566.079 229.748 576.983] + /Subtype /Link +-/A << /S /GoTo /D (a00038_gaf2071c8621fddc53649c245d87835b47) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2675 0 obj << ++2066 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [430.3267 384.6111 505.3748 395.515] ++/Rect [217.06 553.389 307.599 564.292] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2676 0 obj << ++2067 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 372.6559 189.3399 383.5598] ++/Rect [315.394 553.389 459.622 564.292] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00055_ga2) >> + >> endobj +-2677 0 obj << ++2068 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.5988 372.6559 303.541 383.5598] ++/Rect [470.735 553.389 505.375 564.292] + /Subtype /Link +-/A << /S /GoTo /D (a00035_gacd37bb612667dc437d66bfb175a8dc55) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2678 0 obj << ++2069 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [322.522 333.4856 505.3748 344.3896] ++/Rect [184.578 541.433 229.748 552.337] + /Subtype /Link +-/A << /S /GoTo /D (a00038_ga6ddd4213d95bd1c30555b294a60efa6b) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2679 0 obj << ++2070 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [187.8954 321.5305 262.3955 332.4344] ++/Rect [214.931 503.102 305.471 514.005] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2680 0 obj << ++2071 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [302.6544 321.5305 376.5965 332.4344] ++/Rect [311.137 503.102 461.751 514.005] + /Subtype /Link +-/A << /S /GoTo /D (a00035_gacd37bb612667dc437d66bfb175a8dc55) >> ++/A << /S /GoTo /D (a00055_ga3) >> + >> endobj +-2681 0 obj << ++2072 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [291.3085 282.3602 466.9683 293.2641] ++/Rect [470.735 503.102 505.375 514.005] + /Subtype /Link +-/A << /S /GoTo /D (a00038_gaec6fb00050f50cd41007f1ae580d2106) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2682 0 obj << ++2073 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [470.735 282.3602 505.3748 293.2641] ++/Rect [184.578 491.146 229.748 502.05] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2683 0 obj << ++2077 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 270.405 229.7482 281.309] ++/Rect [228.586 407.338 323.001 418.217] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2684 0 obj << ++2078 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [292.7872 231.2348 399.3865 242.1387] ++/Rect [205.33 395.373 282.042 406.262] + /Subtype /Link +-/A << /S /GoTo /D (a00038_ga6d11e53db143ac39c32cdb3912b71f99) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2685 0 obj << ++2081 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [403.8929 231.2348 478.393 242.1387] ++/Rect [228.528 235.968 322.943 246.847] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2686 0 obj << ++2082 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [295.8349 180.1093 406.8576 191.0133] ++/Rect [205.33 224.003 282.042 234.892] + /Subtype /Link +-/A << /S /GoTo /D (a00038_ga2f6bfb6958d8b508ea1d7d5bb266432c) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2687 0 obj << ++2084 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [412.8886 180.1093 487.3887 191.0133] ++/Rect [228.653 199.664 323.068 210.543] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2688 0 obj << ++2085 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [301.0888 128.9839 401.6011 139.8878] ++/Rect [205.33 187.698 282.042 198.588] + /Subtype /Link +-/A << /S /GoTo /D (a00038_gae1100de0162b3c6a9db750ac14629c05) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2689 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [410.2603 128.9839 484.7604 139.8878] +-/Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++2055 0 obj << ++/D [2053 0 R /XYZ 160.667 686.127 null] + >> endobj +-2664 0 obj << +-/D [2662 0 R /XYZ 160.6675 686.127 null] ++2056 0 obj << ++/D [2053 0 R /XYZ 160.667 668.127 null] + >> endobj +-2668 0 obj << +-/D [2662 0 R /XYZ 160.6675 499.1717 null] ++198 0 obj << ++/D [2053 0 R /XYZ 160.667 668.127 null] + >> endobj +-2673 0 obj << +-/D [2662 0 R /XYZ 160.6675 403.719 null] ++2057 0 obj << ++/D [2053 0 R /XYZ 160.667 621.368 null] + >> endobj +-2661 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F40 2081 0 R /F14 2227 0 R >> ++2074 0 obj << ++/D [2053 0 R /XYZ 160.667 454.323 null] ++>> endobj ++2075 0 obj << ++/D [2053 0 R /XYZ 160.667 427.838 null] ++>> endobj ++2076 0 obj << ++/D [2053 0 R /XYZ 160.667 427.838 null] ++>> endobj ++2079 0 obj << ++/D [2053 0 R /XYZ 160.667 268.789 null] ++>> endobj ++2080 0 obj << ++/D [2053 0 R /XYZ 160.667 254.454 null] ++>> endobj ++751 0 obj << ++/D [2053 0 R /XYZ 160.667 218.274 null] ++>> endobj ++2083 0 obj << ++/D [2053 0 R /XYZ 160.667 218.274 null] ++>> endobj ++2052 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 469 0 R /F49 703 0 R /F44 479 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-2700 0 obj << +-/Length 2498 ++2089 0 obj << ++/Length 704 + /Filter /FlateDecode + >> + stream +-xZmo8_2PsNj?^lȢ{M"Plr4oFdYJr(pp8p[Pjbuj¸YWtY5B?~vPs߶u0?&Y,R;Kf5/CdO!۽q$K+f1R˿ofRp.6+JDJH@[WwWlTzcv\%Ŋ!I(QKJ +-#K*K1 }0M) e>JwKFk=`~>%P@YGM +-kKHPBKC8U-@Vk1|DŽ8;o;DPZO·NeBmyky#(۝n?p`Jc$-P SπEPC~(}P=qP%Ki#5R3xD[p^C(igXd?쨘B#5AJNe]yXᬰFJ1*]E'Z\:K ߻G9ɶB +-BOb$v2ob'Oİ21PP1i6`Ж)6u=<ѝ{{JYMJ8C#gXayye5 \\fZ~PVv< xEy23mFjPX!zHF iEڢE:>D0iFj(u1<4FQ\.|Ɖo3𖧨OrR 0&.kFer<up o56k+x絖)^}^cPzfkHlπkKNvUaĉ`Ic5R3 sJ&]ڬⵖigad8mFjCu0em=Ǒƀr$ Ђ2l Flٯj9 cctMle +-o#0vzeS*-İ'[yU`N 6bV83ּڙwPkOCjUFPHv\Z~Pn崅!N ʼnQPtwsxJ[43Om[eP/`,!kPIx.Ԫ-6Np08z.<1Dػ^4V#?5'޻t +- .e^9F[ck1%~go"MP-0&̾i-uk `scMVQr;bKlY~| G)`=TEËxkh8NA- bLp.}$MJ 17D[Z~ZjMNn 3Yk= Z.}6:d撥bl)3{U[j $2cW/16> VQ*q]^)ηY~7V +-#rsAK32֡-ѳBoϿ(_]}pӸ^u\W|VgAU*5s£kތ@ w.qxeWW\hpBsc'i\Fyt*yu4 =ʾcg Gu'n>kNPdh9fw rguoIԓg1NK'Fy~m=kVŻ{:${?W^B0ҵ {N|[t!|TwqYVv*ON];8_Ⱦ)$\@,Yu&1'ؿͳ\CUC}Sym`38ل\pcZo,'˯迯%%^4 Zj؁p<)C<ˆ [Y7w_p7?\qW>ƕתy_ NVNSnb{nm̟f/P 2Z6'q/k/˪`V_[LgLGәu֞|O&mR%L@ +-3痵=`1z/P7ECZjP[㚣MhYOxl˗}rQI|WaahW5*Sbp^#S]4iSFt|S}Ѻ̀Z&Ujۜ՟ne^vRU휅`1J)endstream ++xڥUMo0+8cl[6UTUj-"J|(16,lCcyx>PIR|J,ܺA @2g(̑" p?+A #&hq?t]u+!>eǀ'W$Lp֣$V6%<Ƙw}?:;SHސH(W$&/%fPoMVE$la,"Dёm5JK!hu?8Ժ ŔwFJq ^]ϫ)~:ץ]P~;tB'F3Mk[F "^(!GW h=йhӍ^q7vl|W[;^Yh!J ++))Ω,iK(yr@웪74)P`,)$.O*J:X) kXR2YFjfEbk-cW0`!n]w}ڣDp;E 5S /J;2uZymfb^.`(Qz6]il ϑeإ64/$j^?X1¶}a륞\Plkendstream + endobj +-2699 0 obj << ++2088 0 obj << + /Type /Page +-/Contents 2700 0 R +-/Resources 2698 0 R ++/Contents 2089 0 R ++/Resources 2087 0 R + /MediaBox [0 0 612 792] +-/Parent 2635 0 R +-/Annots [ 2702 0 R 2703 0 R 2704 0 R 2705 0 R 2706 0 R 2707 0 R 2708 0 R 2709 0 R 2710 0 R 2711 0 R 2712 0 R 2713 0 R 2714 0 R 2715 0 R 2716 0 R 2717 0 R 2718 0 R ] ++/Parent 2094 0 R ++/Annots [ 2092 0 R 2093 0 R ] + >> endobj +-2702 0 obj << ++2092 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [238.1623 629.8852 361.917 640.7891] ++/Rect [174.747 592.177 269.162 603.056] + /Subtype /Link +-/A << /S /GoTo /D (a00038_ga2fcb52181b586c20f001b7a999550324) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2703 0 obj << ++2093 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [366.0098 629.8852 440.5099 640.7891] ++/Rect [151.532 580.211 228.244 591.1] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2704 0 obj << ++2090 0 obj << ++/D [2088 0 R /XYZ 106.869 686.127 null] ++>> endobj ++2086 0 obj << ++/D [2088 0 R /XYZ 106.869 625.233 null] ++>> endobj ++2091 0 obj << ++/D [2088 0 R /XYZ 106.869 610.663 null] ++>> endobj ++2087 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F49 703 0 R /F44 479 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++2097 0 obj << ++/Length 1615 ++/Filter /FlateDecode ++>> ++stream ++xڵYێ6}WQ*wQy,$ Mݧ$XhmYrERwQZ>.sF3sfHH@$FRƁTp݆XH0Qn[%ń×0ۈe>=D/yKTm#*pܧqKf.|?[ysJcYl>l~5nD;7>l0b ++^#$i8O=7l~o{40 ++8 ++[\"@Q2 8TKV{X!(B[AD!pM\f#1Ye 2nN.,C+bD0 ZP{Gx,c ))Hq~rMj0I0] =>gpwa%n:ͪ|.v^sUy>KIisK\*I?mZ#˜Ish?dHC,@BBBT*DNah\L YcK[7 ++ f;Y:̒fN^B.f!&мz|hU7HVH6{ٓ9¹G\po뒓lL<]F^ʵ'q 4/YY-Y $ۂ%k16:v$KăgH֠C,LJ9Բfax!F4v4RXf;Pl9±fa^5햊OG=0MZXa+dۂek1)m%zb,&:ؚ@Y'qcOӿsKy]PD׆9 ++Asnt!FOp]+{anp[TGwz#t4flS8lHB۰+&׷ *|a0lƒqG #@G0ޛlSqv-:~QE79KK(Xю q؇%`ކ F&` _.t߬No 9ӶU{ BD ԏ ++vsV]Hqy3 q?m ++1E3uq&/!\I8e|37 H8CۥNhߊ6//]yշֺ;cKMִ0f4K sӟ?#/|ZRނSᒭOegs=dʵh]e7kz>3R_:/͜BHI#\knн%?ţqyH96S=~>'0OB+{ũ*mUWVHjimYgݤo[)B4nAe)iTwGIԪG&s5GEϑ=1Mfqz) < ++LځׁYSSSi1X$RO:;9"F$u`3)3fXrsƭ>vۄWe*ۛJ7̞aу0Øm=foa8zAk1endstream ++endobj ++2096 0 obj << ++/Type /Page ++/Contents 2097 0 R ++/Resources 2095 0 R ++/MediaBox [0 0 612 792] ++/Parent 2094 0 R ++/Annots [ 2101 0 R 2102 0 R 2103 0 R 2104 0 R 2105 0 R 2106 0 R 2107 0 R 2108 0 R 2109 0 R 2110 0 R 2111 0 R 2112 0 R 2116 0 R 2117 0 R 2120 0 R 2121 0 R 2124 0 R 2125 0 R ] ++>> endobj ++2101 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [245.9061 576.6443 349.1879 587.5482] ++/Rect [209.867 602.418 305.388 613.322] + /Subtype /Link +-/A << /S /GoTo /D (a00038_ga93efcc8a962afe1ed23393700682173f) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-2705 0 obj << ++2102 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [357.1546 576.6443 431.6547 587.5482] ++/Rect [305.99 602.418 466.815 613.322] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00056_ga0) >> + >> endobj +-2706 0 obj << ++2103 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [236.4535 523.4034 363.6255 534.3073] ++/Rect [470.735 602.418 505.375 613.322] + /Subtype /Link +-/A << /S /GoTo /D (a00038_gae7e4bade144652a2b48f5eaf0309b4ec) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2707 0 obj << ++2104 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [366.8641 523.4034 441.3642 534.3073] ++/Rect [184.578 590.463 229.748 601.367] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2708 0 obj << ++2105 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [249.5045 470.1625 351.1227 481.0664] ++/Rect [210.232 577.512 305.753 588.415] + /Subtype /Link +-/A << /S /GoTo /D (a00020) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-2709 0 obj << ++2106 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [359.373 470.1625 451.5766 481.0664] ++/Rect [306.72 577.512 466.45 588.415] + /Subtype /Link +-/A << /S /GoTo /D (a00038_gac2126e105f3ae708efca2e90d612625a) >> ++/A << /S /GoTo /D (a00056_ga1) >> + >> endobj +-2710 0 obj << ++2107 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 458.2073 162.6598 469.1112] ++/Rect [470.735 577.512 505.375 588.415] + /Subtype /Link +-/A << /S /GoTo /D (a00038_gac2126e105f3ae708efca2e90d612625a) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2711 0 obj << ++2108 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [166.4754 458.2073 240.9756 469.1112] ++/Rect [184.578 565.556 229.748 576.46] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2712 0 obj << ++2109 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [307.2172 369.27 398.8727 380.1739] ++/Rect [211.61 552.605 307.131 563.509] + /Subtype /Link +-/A << /S /GoTo /D (a00037_ga5c2d6f476af87005c7bd0811d4548b9f) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-2713 0 obj << ++2110 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [416.9367 369.27 451.5766 380.1739] ++/Rect [309.477 552.605 465.072 563.509] + /Subtype /Link +-/A << /S /GoTo /D (a00037_ga91e2e6427b95fb7339c99dbbef996e71) >> ++/A << /S /GoTo /D (a00056_ga2) >> + >> endobj +-2714 0 obj << ++2111 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [105.873 357.3148 172.0643 368.2187] ++/Rect [470.735 552.605 505.375 563.509] + /Subtype /Link +-/A << /S /GoTo /D (a00037_ga91e2e6427b95fb7339c99dbbef996e71) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2715 0 obj << ++2112 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [300.2472 274.2454 410.164 285.1493] ++/Rect [184.578 540.65 229.748 551.554] + /Subtype /Link +-/A << /S /GoTo /D (a00038_ga93efcc8a962afe1ed23393700682173f) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2716 0 obj << ++2116 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [186.5874 250.3351 304.2451 261.239] ++/Rect [228.483 456.345 327.879 467.224] + /Subtype /Link +-/A << /S /GoTo /D (a00038_ga2f6bfb6958d8b508ea1d7d5bb266432c) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-2717 0 obj << ++2117 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [281.5925 238.3799 413.6558 249.2838] ++/Rect [205.33 444.38 282.042 455.269] + /Subtype /Link +-/A << /S /GoTo /D (a00040_ga0d109e33fc7990f62f665d336e5e5111) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2718 0 obj << ++2120 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [205.379 134.0406 318.6134 144.9445] ++/Rect [228.425 280.822 327.821 291.701] + /Subtype /Link +-/A << /S /GoTo /D (a00038_ga6d11e53db143ac39c32cdb3912b71f99) >> +->> endobj +-2701 0 obj << +-/D [2699 0 R /XYZ 106.8692 686.127 null] +->> endobj +-262 0 obj << +-/D [2699 0 R /XYZ 106.8692 416.9361 null] +->> endobj +-266 0 obj << +-/D [2699 0 R /XYZ 106.8692 222.0705 null] +->> endobj +-2690 0 obj << +-/D [2699 0 R /XYZ 106.8692 194.9117 null] +->> endobj +-270 0 obj << +-/D [2699 0 R /XYZ 106.8692 194.9117 null] +->> endobj +-2698 0 obj << +-/Font << /F28 1626 0 R /F40 2081 0 R /F22 1616 0 R /F14 2227 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-2724 0 obj << +-/Length 2069 +-/Filter /FlateDecode +->> +-stream +-xڥ]s6ݿBL@$&3NϺur MTWvMJTڹ=hX. ?3cЉfBƋ|Ows%j Z~^_L)KԋWb(\0q.:겮ǫ pHX& +-q+_+ϰL\(Bxꗁhf%L2Z"Ryc( <5Tt,Bk=unn^:AT/|s5<H8Kb1jfIpͻ۟7_^o__:1L#ƥUŎh@rh8T3yDA5y[ cۙ+T &,!,UJZSU7@8hLkKa#EldUA#n܉t]Y=lR n2Тqvk7i_:ҁA.ߗB"qʧ:>P&iPm3r:"b_Ve٘Y*0CCievYWL۲$͡˵/`z=-Rt0t7pݶnZa-HpUd5"K LA\jjnTDّWU&dLAN=$֘5Ub}߬YP~@uIn)8*Sh_͹9A՚)|nE, tj,3^J ea +-]Cz1C2:Бe 3!BmE0ȱ4]otp 1]TL92%Ȕޔ3%)Ր ްz'L&T̐ܺuUwj1j&/!eN{kR?=O:5Ak +-7Ye"4I࡬ +-MǾ]c=(I=Լ#r[l8 -KK"ȥ%4En$ A >ÖT5Ȓm;ϸ]1\l]!йBo޷Ad2X} B%:yb O|O0"™i@M)/%bmG ۵5A~]7wղ"_l7Gl33(x YEzgA ƷѪG:m) k #ac +-s,x!aUSHKۤˊҗ3W(@;-oemJcvu6<]֙Jmi{RxtR|ϥKWˆsNg?aiA#vKC, Y\ -pQr2-d(#NL8^o~Y _vRCt$ID#I2VL<( '}2L{"t $c0VR͆ N1PNt| ~H2J8v+D +-刾@_dtPrԷN(l`{J!e_8Zn d7氡i<6y,t>g>:D4M#gS <T`"~*z{g45i@m$YüTiE%"Hĺp]HD80ۅ:pJztnmkDq%&s[Gh+2y,C֕l7oox6 +-^{m<^ֿq +-/uxhfX@%| +-p(VsR0'_Ԋ%T_߹D0y(o{B1Ot^*i`ꮫݨ^'珛=fB5Rn>{+qB#|2$5\ i4.Rc4Y$qijĮ+v:{ 9H8vv5E.~r&bƛJ_#G_T&_T5~؀U!K#T +-᮶n19Bӿ{(y-S7]1}9z59sbokxuEMbG?:y|2g_r.=g!:endstream +-endobj +-2723 0 obj << +-/Type /Page +-/Contents 2724 0 R +-/Resources 2722 0 R +-/MediaBox [0 0 612 792] +-/Parent 2635 0 R +->> endobj +-2725 0 obj << +-/D [2723 0 R /XYZ 160.6675 686.127 null] +->> endobj +-2691 0 obj << +-/D [2723 0 R /XYZ 178.381 643.2106 null] +->> endobj +-2692 0 obj << +-/D [2723 0 R /XYZ 178.381 580.3712 null] +->> endobj +-274 0 obj << +-/D [2723 0 R /XYZ 160.6675 417.5332 null] +->> endobj +-2721 0 obj << +-/D [2723 0 R /XYZ 160.6675 393.205 null] +->> endobj +-278 0 obj << +-/D [2723 0 R /XYZ 160.6675 393.205 null] +->> endobj +-2695 0 obj << +-/D [2723 0 R /XYZ 160.6675 325.3078 null] +->> endobj +-282 0 obj << +-/D [2723 0 R /XYZ 160.6675 311.1521 null] +->> endobj +-2693 0 obj << +-/D [2723 0 R /XYZ 355.2358 229.8008 null] +->> endobj +-286 0 obj << +-/D [2723 0 R /XYZ 160.6675 213.4883 null] +->> endobj +-2694 0 obj << +-/D [2723 0 R /XYZ 237.3492 120.1818 null] +->> endobj +-2722 0 obj << +-/Font << /F28 1626 0 R /F50 2389 0 R /F22 1616 0 R /F14 2227 0 R /F54 2728 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-2731 0 obj << +-/Length 2081 +-/Filter /FlateDecode +->> +-stream +-xڥ]s6=o'T\Q")ind?&w۸si;Ec@(n2C  >gTTYf;' +-TWonl\j y, ׿XE~M0w,BU=Խb\#ZQ/HF=B-Aq{^\e5)S^ŃbCvӘ=A>VX_]'*rqvƊk\6K +-ȣ +-Iƒ Lo=Qh`Fۭ9~[ȉ8;MpvU}p vޝB!p(S桂XnXtnE0]g!uwwV"̾8]w2[89L0 Ċlu-~1_)d(Rj`~ǺQ{P E./st!K38ﵻŗyqz35pg'uV2 מ{/+.,X918c 6'jOS/z9d g۴`H ՊTz Tdܮ4{+Bq:ԭ; s1tg,9xCSYqT 3D`9Pt tvtN{{a{j;'TcXȯڕLGȠ}yҕ"tSiSn@Y`L948nZ-5ėIO~⹢!I79֝-E@d(T7Okk!Ɓ3t7m\SU L"< gLEUtyE3H%QIQTΪ1^f_Q3E +-/aK宄!PZCP#n[=hW+(d(i܎ck%M!ΎZ"^B $Iβޯ>|8XS@ޗ$7=㨋}}HJD}cW+ +-ȩKRʱ΋I ŠJ_OAo+qfy>\(+@&_,:Js~jhT&%qboZ _+;=[ -$Βa= 3F@ІEu*Aai эHqX h*j vGml:utj+ܨ*L68Mp'ŻѬNPPRC v0gy=/up#8LN%1)kngBdƓfO' +-%׉błSx7 {?'V9GtFRT܃* a`EG жsT4mS4M\7#`( fҳ7 [ݸ]5wDbʎh?ޕy$TS6zORaZ7EsqMr{%\ocފm;3̇Y=7;N`z"MW|;=Ҽ14kn> + >> endobj +-2733 0 obj << ++2121 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [152.9061 336.7406 284.9693 347.6446] ++/Rect [205.33 268.857 282.042 279.746] + /Subtype /Link +-/A << /S /GoTo /D (a00040_ga0d109e33fc7990f62f665d336e5e5111) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2734 0 obj << ++2124 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [160.4601 128.9839 267.6074 139.8878] ++/Rect [228.442 244.517 327.838 255.397] + /Subtype /Link +-/A << /S /GoTo /D (a00038_gae1100de0162b3c6a9db750ac14629c05) >> +->> endobj +-2732 0 obj << +-/D [2730 0 R /XYZ 106.8692 686.127 null] +->> endobj +-290 0 obj << +-/D [2730 0 R /XYZ 106.8692 668.127 null] +->> endobj +-2696 0 obj << +-/D [2730 0 R /XYZ 341.7267 567.7234 null] +->> endobj +-294 0 obj << +-/D [2730 0 R /XYZ 106.8692 547.7619 null] +->> endobj +-2305 0 obj << +-/D [2730 0 R /XYZ 445.2375 477.7189 null] ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-298 0 obj << +-/D [2730 0 R /XYZ 106.8692 457.7575 null] ++2125 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [205.33 232.552 282.042 243.441] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2697 0 obj << +-/D [2730 0 R /XYZ 106.8692 243.895 null] ++2098 0 obj << ++/D [2096 0 R /XYZ 160.667 686.127 null] + >> endobj +-302 0 obj << +-/D [2730 0 R /XYZ 106.8692 226.0904 null] ++2099 0 obj << ++/D [2096 0 R /XYZ 160.667 668.127 null] + >> endobj +-2729 0 obj << +-/Font << /F28 1626 0 R /F50 2389 0 R /F22 1616 0 R /F14 2227 0 R /F44 2094 0 R >> +-/ProcSet [ /PDF /Text ] ++202 0 obj << ++/D [2096 0 R /XYZ 160.667 668.127 null] + >> endobj +-2738 0 obj << +-/Length 1871 +-/Filter /FlateDecode +->> +-stream +-xXo6_G5"%o[~ i!b YcmIrSeGN 0x<(>eS2? #5 " wn1捈סP#1Sl.#C 3żUߚMڼ*g-\-XyN~M3  {0k-I 8RLn'?"v5r:ϸ 4ˬ…(u6{9R*i[s)zkdDuZ uYq +-1- Zp-Hsq&m*/nW՝M~-k3>8)}"r3Ƽw?]߼Zzu}+8}Jo78Rxi$qW $tcmNEeo0w,UYhT[({&)s&EA>馪'JEkiXUVu;oI'B=7͋ [ʡ[`=Kf&A9DQ>4ݙ4_;mUsk-1O`k$iOCG #-n'?o';N\xGn,Lqdm$$$}e,faWW9όc1۝Mkցb&l8WpނJ5cQ4sY Y_d CQ/ۂ,^(P$M?b8sa @q6v{#؏ a#&e y7_%ɾEHFAep2 a|Ӗ#x-UGv6AnM:QPsg0]W%`G,3'P('joC@YXKQm}d%Q1@ʸrC)Qh{E[ b~XWFw4I"np tV\ͅd~ʧCGP1>5çcռW`IbA*18lZ0I[Bm;K~s;]FADpo0`(G ,z7?\߼|s-r-<<Wе?}ڹ}ujSw44}Ed6e}]R-{123uqBa_,Mk_~^ +-^ +-_Kjk~DN,z9Y5ȩ$ =@G,[l :uH{!.x/3"PH$?{Be,lL\m7w]]?&qKU_HEPCc*gcj(-+h@8jeSD-6ڸ <0+R/LJ>N%uE>#uѾv&O_wG\ 83Jendstream +-endobj +-2737 0 obj << +-/Type /Page +-/Contents 2738 0 R +-/Resources 2736 0 R +-/MediaBox [0 0 612 792] +-/Parent 2735 0 R ++2100 0 obj << ++/D [2096 0 R /XYZ 160.667 621.368 null] + >> endobj +-2739 0 obj << +-/D [2737 0 R /XYZ 160.6675 686.127 null] ++2113 0 obj << ++/D [2096 0 R /XYZ 160.667 503.33 null] + >> endobj +-2719 0 obj << +-/D [2737 0 R /XYZ 160.6675 602.0284 null] ++2114 0 obj << ++/D [2096 0 R /XYZ 160.667 476.845 null] + >> endobj +-306 0 obj << +-/D [2737 0 R /XYZ 160.6675 588.3123 null] ++2115 0 obj << ++/D [2096 0 R /XYZ 160.667 476.845 null] + >> endobj +-2304 0 obj << +-/D [2737 0 R /XYZ 160.6675 400.8553 null] ++2118 0 obj << ++/D [2096 0 R /XYZ 160.667 313.878 null] + >> endobj +-310 0 obj << +-/D [2737 0 R /XYZ 160.6675 387.1392 null] ++2119 0 obj << ++/D [2096 0 R /XYZ 160.667 299.308 null] + >> endobj +-2720 0 obj << +-/D [2737 0 R /XYZ 160.6675 197.6249 null] ++2122 0 obj << ++/D [2096 0 R /XYZ 160.667 263.128 null] + >> endobj +-314 0 obj << +-/D [2737 0 R /XYZ 160.6675 183.9088 null] ++2123 0 obj << ++/D [2096 0 R /XYZ 160.667 263.128 null] + >> endobj +-2736 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F50 2389 0 R /F14 2227 0 R /F44 2094 0 R >> ++2095 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 469 0 R /F49 703 0 R /F44 479 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-2742 0 obj << +-/Length 2124 ++2128 0 obj << ++/Length 2307 + /Filter /FlateDecode + >> + stream +-xZms6 _|gmmӮ^[V8kJLI6vIG  c0QQ/v#:^B@ѓ fƖXrDLJLgLds +-tg6uyuom~>Dף5$5zn',JF\plGF*O $%Pq:@J/ǵ{]N|(6U~͏|_>X]%ʋ߾q0MaCy{=etr29Yy7w$4Ώ΅O. 'Ӗqo]߯B:#e2_9!+J +-m%EJY(մ)уRVb0c ŜLq P%qVk/B;[@,7T$l'jUr?0&;F" +-9l %r ZK07?=zٛw?x6)*00Ͳ IF0UpSŇau:XO|qs*s6?>m\\aT ZF5k cTk"Yh3jֈ3fe22|(i&A\)0"2RP,C1IYaSʔ[`0b@)p ր#\[$V\ 覉@XSY.b/ XŨE(< g{v+,L9l/w'9wO6c^^zm8'op.py+u4C5ORՌ{y}vk  @~ +-J&MP?y$y P#asTbls"&@csœ[ZOl,fu]ZCHXmx<,DҮZ̤ :e=|V\b@Po"fsHsgrd$N%Bgc8k#߾HOۇ|a4?f]{?c +-؏\b*}j2b((sG@D6ؓil¾ʣ*~j)|KuzlQ^*3 +-?y*Sf˻b!*l^b\W̫+Vo>?ܔ XK[a alendstream ++xڵZMW(U|[bǎ]vf+GXıHY)B\g]s<4R/vWQPW_U5ǫ_s]e{hE.zMVEc/Ξ]QK,W?=|Ca[ EOx|lysqAw}X{SgyV>Hd7A8b\F"232 ȁuI¸ gumn=-̑Δ ;FL9e3dR1rH%RZ:L!#H)9,OT7"MWU1$i?8a$$6h_cS=Bf`\xL2)bjdGqTաzy{IXZ&1ILq {k)V9QH363ahOx3Hb2@F%1Қ-L+,KA6=f\!qozDGS03q&Rcc2t\z c2ad)BRDx,v[/3po ݋go`O:Z/OMA~Dojpv(WG>tohAIr1@(P&35N }0FR9Y\1DTzv`TRv6}v{8Ȧnj S*fm@h"ӋcxW'F{3}d3EljN|I}%CR}F6a^U1%mctH:tm"t4Zq%aX&S}HtDgP\8IxSd"OG̈́PP"Q"(](!Nvi M:28i"2RTW=bIױ̤@p=$xH(s8VL0&! U3ރ/kyOLqk} @} hPuQoyu?^m<싳Br\'\HH185嶶wmbS樽.Պ+^=!xjM:Y#2'o@sUHR|aór]2o F|*fAAX>sUCv"HB aBϵ<Jw^='XꑇNJF7ɕSuj%}W^u!<;B ]Y5GϷ%?CiѮgsT-;Rr`"h`d"B^2cwMvz̿+̪ԗ%USuSvB 雖#Aґ`S4MѠѩTr}(j $["Bnn)E. l)!sM}+?=f:b(f:o[kaQm]V$!׈}=ah=Alp0$PD! ÌJ ++u0SIH-=3+L|cL$ L(O->X} m ++PBFcmX@w`(3%,bG#7 ~S3Mg nYa@浍N=:ܵL`wak%-X=uy>_o0|M ++8Fb;mPmigؤc<{> (ܙd3.jr-@Bd!X4)oi$w.ũ8﷾g>5]] ++J=sW`{lfIy]懲y![iWgokRFoxzendstream + endobj +-2741 0 obj << ++2127 0 obj << + /Type /Page +-/Contents 2742 0 R +-/Resources 2740 0 R ++/Contents 2128 0 R ++/Resources 2126 0 R + /MediaBox [0 0 612 792] +-/Parent 2735 0 R +-/Annots [ 2745 0 R 2746 0 R 2747 0 R 2748 0 R 2749 0 R 2750 0 R 2751 0 R 2752 0 R 2753 0 R 2754 0 R 2755 0 R 2756 0 R 2757 0 R 2758 0 R 2759 0 R 2760 0 R 2762 0 R 2764 0 R ] ++/Parent 2094 0 R ++/Annots [ 2131 0 R 2132 0 R 2133 0 R 2134 0 R 2135 0 R 2136 0 R 2137 0 R 2138 0 R 2139 0 R 2140 0 R 2141 0 R 2142 0 R 2143 0 R 2144 0 R 2145 0 R 2146 0 R 2150 0 R 2151 0 R 2152 0 R ] + >> endobj +-2745 0 obj << ++2131 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [251.6624 550.2589 369.1809 561.1628] ++/Rect [182.624 601.753 287.549 612.657] + /Subtype /Link +-/A << /S /GoTo /D (a00039_ga1c9d8e608232206ce2142fe806a6835b) >> ++/A << /S /GoTo /D (a00057_ga0) >> + >> endobj +-2746 0 obj << ++2132 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [376.5285 550.2589 451.5766 561.1628] ++/Rect [294.692 601.753 369.192 612.657] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2747 0 obj << ++2133 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 538.3037 135.5416 549.2077] ++/Rect [416.937 601.753 451.577 612.657] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2748 0 obj << ++2134 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [262.6725 499.0104 404.0813 509.9143] ++/Rect [130.78 589.797 191.989 600.701] + /Subtype /Link +-/A << /S /GoTo /D (a00039_gad77e72a2ccf32825511818988a09e5c1) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2749 0 obj << ++2135 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [416.9367 499.0104 451.5766 509.9143] ++/Rect [222.923 589.797 292.432 600.701] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-2750 0 obj << ++2136 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 487.0552 175.9499 497.9592] ++/Rect [178.306 550.243 308.138 561.146] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00057_ga1) >> + >> endobj +-2751 0 obj << ++2137 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [226.8141 447.7619 278.6194 458.6659] ++/Rect [130.78 538.287 221.319 549.191] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2752 0 obj << ++2138 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [281.3366 447.7619 451.5766 458.6659] ++/Rect [252.253 538.287 321.762 549.191] + /Subtype /Link +-/A << /S /GoTo /D (a00039_ga017a9ba16d554326c6e3812d545d7230) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-2753 0 obj << ++2139 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 435.8067 158.2264 446.7107] ++/Rect [178.198 498.732 294.74 509.636] + /Subtype /Link +-/A << /S /GoTo /D (a00039_ga017a9ba16d554326c6e3812d545d7230) >> ++/A << /S /GoTo /D (a00057_ga2) >> + >> endobj +-2754 0 obj << ++2140 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [163.6794 435.8067 238.1795 446.7107] ++/Rect [299.67 498.732 374.17 509.636] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2755 0 obj << ++2141 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [282.1224 435.8067 372.662 446.7107] ++/Rect [416.937 498.732 451.577 509.636] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-2756 0 obj << ++2142 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [226.8141 384.5583 278.6194 395.4622] ++/Rect [130.78 486.777 165.977 497.681] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-2757 0 obj << ++2143 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [281.3366 384.5583 451.5766 395.4622] ++/Rect [196.911 486.777 292.432 497.681] + /Subtype /Link +-/A << /S /GoTo /D (a00039_gadacd7a3d21220fbb30c3256d8b22a294) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-2758 0 obj << ++2144 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 372.6031 157.6685 383.507] ++/Rect [195.453 447.222 336.901 458.126] + /Subtype /Link +-/A << /S /GoTo /D (a00039_gadacd7a3d21220fbb30c3256d8b22a294) >> ++/A << /S /GoTo /D (a00057_ga3) >> + >> endobj +-2759 0 obj << ++2145 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [161.4842 372.6031 235.9843 383.507] ++/Rect [175.522 435.267 240.049 446.171] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-2760 0 obj << ++2146 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [276.2432 372.6031 328.0485 383.507] ++/Rect [270.983 435.267 366.504 446.171] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-2762 0 obj << ++2150 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [255.5702 233.3243 365.487 244.2282] ++/Rect [321.323 183.195 398.035 194.084] + /Subtype /Link +-/A << /S /GoTo /D (a00038_ga93efcc8a962afe1ed23393700682173f) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2764 0 obj << ++2151 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [302.4242 117.0287 436.2313 127.9327] ++/Rect [148.214 171.239 215.511 182.129] + /Subtype /Link +-/A << /S /GoTo /D (a00038_gae7e4bade144652a2b48f5eaf0309b4ec) >> +->> endobj +-2743 0 obj << +-/D [2741 0 R /XYZ 106.8692 686.127 null] ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-2368 0 obj << +-/D [2741 0 R /XYZ 178.7992 646.2092 null] ++2152 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [247.003 171.239 346.399 182.129] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-318 0 obj << +-/D [2741 0 R /XYZ 106.8692 627.8674 null] ++2129 0 obj << ++/D [2127 0 R /XYZ 106.869 686.127 null] + >> endobj +-2744 0 obj << +-/D [2741 0 R /XYZ 106.8692 569.4283 null] ++945 0 obj << ++/D [2127 0 R /XYZ 106.869 668.127 null] + >> endobj +-322 0 obj << +-/D [2741 0 R /XYZ 106.8692 334.5696 null] ++206 0 obj << ++/D [2127 0 R /XYZ 106.869 668.127 null] + >> endobj +-2761 0 obj << +-/D [2741 0 R /XYZ 106.8692 307.9858 null] ++2130 0 obj << ++/D [2127 0 R /XYZ 106.869 621.053 null] + >> endobj +-326 0 obj << +-/D [2741 0 R /XYZ 106.8692 307.9858 null] ++2147 0 obj << ++/D [2127 0 R /XYZ 106.869 396.809 null] + >> endobj +-2763 0 obj << +-/D [2741 0 R /XYZ 370.0698 236.4774 null] ++2148 0 obj << ++/D [2127 0 R /XYZ 106.869 230.247 null] + >> endobj +-330 0 obj << +-/D [2741 0 R /XYZ 106.8692 219.2563 null] ++1562 0 obj << ++/D [2127 0 R /XYZ 106.869 203.704 null] + >> endobj +-2765 0 obj << +-/D [2741 0 R /XYZ 440.8141 120.1818 null] ++2149 0 obj << ++/D [2127 0 R /XYZ 106.869 203.704 null] + >> endobj +-2740 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F44 2094 0 R /F14 2227 0 R /F40 2081 0 R /F50 2389 0 R >> ++2126 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 469 0 R /F14 608 0 R /F49 703 0 R /F44 479 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-2769 0 obj << +-/Length 1674 ++2157 0 obj << ++/Length 1853 + /Filter /FlateDecode + >> + stream +-xYnF}WKR$n (@%ZR!D5{p(n"զC rxޡ?2$#)J-j83.@sIpr[e" ..>GƔq7ⰉLY:?I6i2:y=KRT xv1W#b  gpe300Ym S`0FDr$ b1G/?]>p}y1K7|2tnt]6[ӱɐSPy<`XԭfWBjB!nk1`GLE<1ZܗG UL1C'y{ؽ͵b `ŏQ z\$<@iZ(x) cل$p7Us3tOG'=//}&16GʰMb0`ٚФ6M*PCmG?eQb D"iHddht;\yZJP[[F +-QP+} sLCI ɺ kK +-hͭYJEï]=~/ BPVCujt~2Ǽ/1(= v6.muN eԠ@0aPUp ֙(}v{|} Ƿ?}7b"L`V;OӚُ`Qay2|\wejśWvO^]_]6ʫ͆q4Idh6^X[utd-"D{n):DHBDzbU6DJC_/9YQ\Ѫ:+RY*P=\8H&jձSm/ȹ>u-Ț2Lʹ04zxsrsp `7#CO]fߎKJ go`xO\㡆P `6b)F_~̹[c7z>'lg+q\}ΏI{t:hV_q;+Zv Ԉ>1QZt4%EN+9 nŶ8=x7SMCMi)@$cūhQfb3sP{׭<\2펿uW==D=֔j}plM-kM-[B*9|#hQ@&BaH!3~Y]Bx=b `Yqzde7b?;!D<D_q'|O^v +(*^gҮ%W*|%x/֖ endstream ++xYm8_G"~]thBv11ͦtZi1f?yfXDELSuLh]\0ILxxg!Fj,dHdt~LRǯvd*>eqL/*%{7*zs z۬Ԭۢlǫ73(rc{#ְ7 Jɢ)aDۅ,ex_-Z1,(J"Rs~ve;|g&>UE*)C+2XqBU؅V]9PȈ eU9U +++ۢw(UU{:ǁF;'j6mMn'V=xDp(kkwpb۴xƟz=< n!p&%ñ8p(qYWe]8+,G3{p=~ua'v][:mE~/涩{g q ++xD(y˅dڠؓ'0$"qg(g^: g9]M ܚc#&1efCD@u6R=rLMӸ( /}.Mߙ#eJ>9  ÃZO %ħG$<Q|w3Wdxφҩ*-m"5w_߽CAYwH9&RixsjU+;XB`ZPbL7܎,kh6PK9{,P: g?]rjHJ3RBĞiԡY+ Y+׈ƺ)ź) 4FSȯndzWQB' wnlQOF=*O`䫛|ɽ嫮ʖ?myأ??'/i8gsfA3l}hsC zaݾ1j_K&4 ^:Ix]б6\L~ptYt='SEJFP#ߜy HfG@|y'KN3CbcS&x!>ܤ5|c1L]>t#:f^a p? 9 h3{2/J}w&LLrգ,,42$ _h{NWˁ%rN`<^r%>Uҹߎh6K>^r';*@3O4A?`. Wag$"9|Y踄mV7.uHlJr]}*W'j/ɉzahu ++LT7MU<;rzٷ)"W5liv< Djo~(wX+Gie7&~\m7Bl\}>>}>$}>] BL}>54hg"Y&Qa "g5 l^ڗ:ǎF7,U:n!)*츽̥y߾yR{l4̀Q-}=2~ gљ.yA9`0u;V͙q< 挟j" ++J-ioP: df[Crl4P Ӆ&m k-*}m,#߹app)W ++B)RW ++&zA\ټjiif N٠;m5zˈ ;}N< l(+0* #ĤEVˢ.ڼuC;Zgb3*)wQV4+̙O0痻b Cmendstream + endobj +-2768 0 obj << ++2156 0 obj << + /Type /Page +-/Contents 2769 0 R +-/Resources 2767 0 R ++/Contents 2157 0 R ++/Resources 2155 0 R + /MediaBox [0 0 612 792] +-/Parent 2735 0 R +-/Annots [ 2773 0 R 2774 0 R 2775 0 R 2777 0 R 2778 0 R 2779 0 R 2780 0 R 2781 0 R ] ++/Parent 2094 0 R ++/Annots [ 2160 0 R 2161 0 R 2162 0 R 2164 0 R 2165 0 R 2166 0 R 2168 0 R 2169 0 R 2170 0 R ] + >> endobj +-2773 0 obj << ++2160 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [216.2296 247.5291 318.3857 258.433] ++/Rect [249.807 599.031 317.104 609.92] + /Subtype /Link +-/A << /S /GoTo /D (a00040_gaf4e663cf42bbe20756b849c6293ef575) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-2774 0 obj << ++2161 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [340.2049 247.5291 502.8842 258.433] ++/Rect [349.067 599.031 448.464 609.92] + /Subtype /Link +-/A << /S /GoTo /D (a00040_ggaf4e663cf42bbe20756b849c6293ef575a0565ab92ab72cb0cec91e23003294aad) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-2775 0 obj << ++2162 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 235.9475 343.3816 246.4779] ++/Rect [271.498 544.978 388.04 555.882] + /Subtype /Link +-/A << /S /GoTo /D (a00040_ggaf4e663cf42bbe20756b849c6293ef575ae99465995cacde6c210d5fc2e409798c) >> ++/A << /S /GoTo /D (a00057_ga2) >> + >> endobj +-2777 0 obj << ++2164 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [316.311 179.2438 427.3339 190.1478] ++/Rect [362.959 488.997 439.671 499.886] + /Subtype /Link +-/A << /S /GoTo /D (a00040_ga8c30b0cec55074eb3ed34e4f2a1a9937) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2778 0 obj << ++2165 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [430.8747 179.2438 505.3748 190.1478] ++/Rect [202.012 477.042 296.427 487.931] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2779 0 obj << ++2166 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [292.9763 128.9839 385.7277 139.8878] ++/Rect [327.919 477.042 400.197 487.931] + /Subtype /Link +-/A << /S /GoTo /D (a00040_gaea7c64dd59467f5201ba87712710b14d) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-2780 0 obj << ++2168 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [390.3287 128.9839 464.8288 139.8878] ++/Rect [249.807 337.429 344.222 348.318] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-2781 0 obj << ++2169 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 117.0287 258.52 127.9327] ++/Rect [376.185 337.429 448.464 348.318] + /Subtype /Link +-/A << /S /GoTo /D (a00035_gacd37bb612667dc437d66bfb175a8dc55) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-2770 0 obj << +-/D [2768 0 R /XYZ 160.6675 686.127 null] ++2170 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [264.575 283.376 369.5 294.28] ++/Subtype /Link ++/A << /S /GoTo /D (a00057_ga0) >> + >> endobj +-334 0 obj << +-/D [2768 0 R /XYZ 160.6675 668.127 null] ++2158 0 obj << ++/D [2156 0 R /XYZ 160.667 686.127 null] + >> endobj +-2766 0 obj << +-/D [2768 0 R /XYZ 160.6675 509.6278 null] ++2154 0 obj << ++/D [2156 0 R /XYZ 275.007 646.209 null] + >> endobj +-338 0 obj << +-/D [2768 0 R /XYZ 160.6675 495.3048 null] ++2159 0 obj << ++/D [2156 0 R /XYZ 160.667 629.482 null] + >> endobj +-2771 0 obj << +-/D [2768 0 R /XYZ 160.6675 331.3007 null] ++1561 0 obj << ++/D [2156 0 R /XYZ 427.734 524.22 null] + >> endobj +-342 0 obj << +-/D [2768 0 R /XYZ 160.6675 324.4457 null] ++2163 0 obj << ++/D [2156 0 R /XYZ 160.667 507.493 null] + >> endobj +-2772 0 obj << +-/D [2768 0 R /XYZ 160.6675 266.2043 null] ++2153 0 obj << ++/D [2156 0 R /XYZ 405.427 384.607 null] + >> endobj +-2776 0 obj << +-/D [2768 0 R /XYZ 160.6675 197.919 null] ++2167 0 obj << ++/D [2156 0 R /XYZ 160.667 367.88 null] + >> endobj +-2767 0 obj << +-/Font << /F28 1626 0 R /F50 2389 0 R /F14 2227 0 R /F22 1616 0 R /F44 2094 0 R /F40 2081 0 R >> ++2155 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 479 0 R /F14 608 0 R /F49 703 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-2789 0 obj << +-/Length 1907 ++2173 0 obj << ++/Length 2131 + /Filter /FlateDecode + >> + stream +-xڽr6f*Cn:9uDL'hlٱIW H ,EP6! 2BPV.&QdcI1DUP֓J!9[ GK1ɑ.ۥYr HM(HVwd*!a+"ykS01Z62q{VX65 3D+ Z75iC”pZp~R +-?6W7>Nl7ѻ^7b=OoVN~=y?H}>0V[Gūz c$VLov#O2w5rl~OkU0B"xNBDQ +-pnԸC^u?}W=ގUএQEZ$mv  &Ƀ5i `ydYA6vN?z_e=V~$ԃS(-σ^=~w")ڌFJ$eurք8WvZf9:)R4AK/Ăj Ve酱|1SnKlL\T&=:Xp׼eü'"j}R Cc;zpU=n 4H4˷1Z*_dyZ h=5@hYI& +-;x;J0l3dPܔ6]^'ݡƦ/L*$kHb+Ϲ~N7+|Flk9_q>Nʳ(A/dj~}LPOX1uJendstream ++xڭZ]o6}0@[dԭ5ompdve~"iQyAb[4RcSF51Nфb-`א , `tGYӥDT ,_ȸy9/t-`uWB庼ɮHXN%D QuI: H|~[z-F{PX Upd h]=RA ++H3 0ՑԖdT|_?E1+߱Ne2",Cw {`P->K |`7RROJ}arb$、vy4NdÁ:< ++3b\RI @7괁r)`&e&bq(5*ҨpEbV%8tvD|@|o7]tؤE uFw& ڐl Ըf8@\/]Sj9zSտ)Q)+{2))0hl}/"FR ߷R/R _M뛇*4A  l$p 3 ++bW>eB 2o"PqzN`]-h}d7y({Y-n#]=P_ȼ#zs䰶8:&u-{Z-@8&,Y#nJB %S ++qZ<y &ŏL#f։\Ш(j _e[?GLP^Jb."ua jO%q003$NȣqwBfG !6vrKD/BAk"`AlGoq`NZeHz;sn?V72 AY[jONǼAc tzv!\fP[6u*q8Ԧ)ɞA=[@ĠA\U3P㒏mc'hw)2huXL 4A̭P!F^$ h\80/_Qw^O!2CM}[!.׏[He*k YO&G6b6Xa!LBϟ]w5q=y9Vrӓ:IChF5kGuu<9wzt8anzy78{e8ˈlܰG4tdWb)E[\p*pę"]aq'v-ң0g0bk.vs:P89rmӝ1e񓣈TèË!a?D1<1?|[1 +-LQxX7"jY! +-aN1CV}jm3KؤQӑz NmZ1u/?7*do L}3,r F Nksnc?h'pVs<y$tɈw[\<"IYd򩀠V6Ek`Llwf0`OyʣT97Ե ij\i=P +-i퀨݄ *,aDz H=&endstream ++x[Mϯ-R㛀oI+ٮ)ęe!'f_ P\rHa(~H6LSuFƳnwwC@7KȐ%O[w{ƴۿ㎩cf[\C~*wl{}3US}}vև䗲v}?ɸuO<a#S¬ݼ )`>xCo;7ݯ"&J͞gm"4a3Nb 1p&1Q30D&`\\MBa(QVl"[SB !*²L!!;q~3L:vf<Dâsvx1gʭfe1bhκ&%¦%c/aɷCR9$5/*6$s,&aHp1cЏMNi2i)Q7.gu^\҂XAbP>ؔBľbӉ1Nm y ҒRJCTlk4c5$5TN6-|_׍Up8՟vؙ+ +++D+: [Su$%M8gf$@5ˋYVZPB/M14 H g]A_;Hn#);dZ=g\$%tn#%FL}HjӢ)oGDDu>6)WC$wO7㱷=PúHo֝mI W[~`A?"EIWB?69#%u"j `1XN\AgeSvߣ&WȈE\^ J- e?,#r95¦ecFU%eRD"1x~p*t_ZqANR$SvnJ+$(^Pb¤@ܖ4QҏMN2\@+f3LPJiA%u/j@e:ғ̈m6Xc}ɛ_nuzaz0Nqy{5FgAT+Ogb˜H 92Y8)[YÅ)\k/i5&YM ++\fI"[iC ńKMڀtI& g!Q'w\ Z||@=4n=y0(u<`(vvtMjS19, =XLP}i^hf,F.ө7+{0\0> endobj +-2813 0 obj << ++2213 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [389.0818 368.3332 505.3748 379.2371] ++/Rect [197.49 642.06 286.365 652.964] + /Subtype /Link +-/A << /S /GoTo /D (a00045_ga0ffafb4c0ae13b9a7541ca820ca34883) >> ++/A << /S /GoTo /D (a00058_ga9) >> + >> endobj +-2814 0 obj << ++2214 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [159.6712 356.378 190.4356 367.2819] ++/Rect [290.082 642.06 356.831 652.964] + /Subtype /Link +-/A << /S /GoTo /D (a00045_ga0ffafb4c0ae13b9a7541ca820ca34883) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2815 0 obj << ++2215 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [207.8104 356.378 348.9504 367.2819] ++/Rect [199.456 603.206 326.528 614.11] + /Subtype /Link +-/A << /S /GoTo /D (a00045_ga24b9cd5917fcebac6e45ae38d0a6cda4) >> +->> endobj +-2812 0 obj << +-/D [2810 0 R /XYZ 160.6675 686.127 null] +->> endobj +-362 0 obj << +-/D [2810 0 R /XYZ 160.6675 668.127 null] +->> endobj +-2808 0 obj << +-/D [2810 0 R /XYZ 160.6675 618.7277 null] +->> endobj +-366 0 obj << +-/D [2810 0 R /XYZ 160.6675 599.2797 null] +->> endobj +-2786 0 obj << +-/D [2810 0 R /XYZ 258.9379 504.9976 null] +->> endobj +-370 0 obj << +-/D [2810 0 R /XYZ 160.6675 483.3927 null] +->> endobj +-2785 0 obj << +-/D [2810 0 R /XYZ 353.5332 359.5311 null] +->> endobj +-374 0 obj << +-/D [2810 0 R /XYZ 160.6675 337.9262 null] +->> endobj +-2306 0 obj << +-/D [2810 0 R /XYZ 389.2881 267.5545 null] +->> endobj +-378 0 obj << +-/D [2810 0 R /XYZ 160.6675 245.9496 null] ++/A << /S /GoTo /D (a00058_ga10) >> + >> endobj +-2816 0 obj << +-/D [2810 0 R /XYZ 160.6675 106.9673 null] ++2216 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [470.735 603.206 505.375 614.11] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2809 0 obj << +-/Font << /F28 1626 0 R /F50 2389 0 R /F22 1616 0 R /F44 2094 0 R /F54 2728 0 R >> +-/ProcSet [ /PDF /Text ] ++2217 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [184.578 591.25 248.009 602.154] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2821 0 obj << +-/Length 2062 +-/Filter /FlateDecode +->> +-stream +-xZnG}WN/y\I6rE$f)!G{zzs!dQݺTUlFjgj¸}j27W_1L bVm`jׂy|G.O us-n~z{gr1*ϫlcD8<0ӕ60]DfVT(KEL!5o,aZmF6d)U%G\啬r{؟#CBLqA5:\urMj\iM(\Co\훶z.4QȰztzC?e +-̌) &LtXe픉5(+3^n7m0a%иRMTY7gU :[p薨$T0a,P:V1=.K +-2Q,;-+"N:vV]=`wX3^@zr80_կ}̨t6z5ZFtS`|J}K9B݅sC 4nB hN:"4 >aG[j@Óg@aUhjG; Qs>U21!#C~ڢ*nIESB5 jdD1ވ!)^LF TyzNFXŭ*8aT}£ίd~s,v̡V 82L"8t6>@zT# L ;(54ѩdbQlE}Rya8[DmRPApry0cu5YSc ՆukILu:{&ΆXJt'ڇ1иZE,L`N8} JW % fE9 tҼ⋥`.dR {IF3'ၲ2{JٚZ,E*c>SoF1b9?%Z/ _m jǨ+ Z%h^߾f|"yM +-`{{Zyy X?T&6UjyXj8cޮ'4P͋jew*U$DRΛH+=Ţ8FU椗 VMJcx^v=?43[Sx c،ĉ姆/s|8ٖڥM1-~mS[Y]#D+Z氾5-{euՅ|/p;! ?S> ~SKn:\f$eƸt17^f4'>!|15LG$;{L x-'i 3D4τ0DE9h!D/ EOZЖ{~g 9!&ߐeC~j5U.cdMQ%$I:>V}mxwd+U2ؐE$eFxh\iJLoe\\63IґzIpg8N8sː}np?@xJ%ٱsKqCdS,`[p.F/XkgY9_'\uI&d1Iud?ajl6Lljc7 +-"Ap}A~T) +FK\ac{(#ƻҫX7LWN`i.X<o ۲fuU3%޴}~y(5:endstream +-endobj +-2820 0 obj << +-/Type /Page +-/Contents 2821 0 R +-/Resources 2819 0 R +-/MediaBox [0 0 612 792] +-/Parent 2842 0 R +-/Annots [ 2824 0 R 2825 0 R 2826 0 R 2827 0 R 2828 0 R 2829 0 R 2830 0 R 2831 0 R 2832 0 R 2834 0 R 2835 0 R 2838 0 R 2839 0 R 2840 0 R 2841 0 R ] ++2218 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [205.864 552.396 332.378 563.3] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga11) >> + >> endobj +-2824 0 obj << ++2219 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [235.5726 602.4799 287.3779 613.3838] ++/Rect [412.614 552.396 505.375 563.3] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2825 0 obj << ++2220 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [298.8625 602.4799 402.1346 613.3838] ++/Rect [198.436 501.587 319.411 512.491] + /Subtype /Link +-/A << /S /GoTo /D (a00041_gaedd78240b0c1108355586a268ec5a697) >> ++/A << /S /GoTo /D (a00058_ga12) >> + >> endobj +-2826 0 obj << ++2221 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [416.9367 602.4799 451.5766 613.3838] ++/Rect [324.073 501.587 390.822 512.491] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2827 0 obj << ++2222 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 590.5247 175.9499 601.4287] ++/Rect [204.583 450.777 285.708 461.681] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga13) >> + >> endobj +-2828 0 obj << ++2223 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [218.0626 551.794 269.8679 562.698] ++/Rect [289.523 450.777 356.272 461.681] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2829 0 obj << ++2224 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [367.1238 551.794 451.5766 562.698] ++/Rect [204.583 411.923 279.64 422.827] + /Subtype /Link +-/A << /S /GoTo /D (a00041_ga701f83b2cf0cb8e0acd58cd2dc1c67a2) >> ++/A << /S /GoTo /D (a00058_ga14) >> + >> endobj +-2830 0 obj << ++2225 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 539.8389 149.9276 550.7428] ++/Rect [283.456 411.923 350.205 422.827] + /Subtype /Link +-/A << /S /GoTo /D (a00041_ga701f83b2cf0cb8e0acd58cd2dc1c67a2) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2831 0 obj << ++2226 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [153.7433 539.8389 228.2434 550.7428] ++/Rect [204.583 362.11 286.276 373.014] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga15) >> + >> endobj +-2832 0 obj << ++2227 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [268.5023 539.8389 342.4444 550.7428] ++/Rect [290.091 362.11 356.84 373.014] + /Subtype /Link +-/A << /S /GoTo /D (a00035_gacd37bb612667dc437d66bfb175a8dc55) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2834 0 obj << ++2228 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [382.0678 309.2348 451.5766 320.1387] ++/Rect [204.583 323.255 291.058 334.159] + /Subtype /Link +-/A << /S /GoTo /D (a00041_gaedd78240b0c1108355586a268ec5a697) >> ++/A << /S /GoTo /D (a00058_ga16) >> + >> endobj +-2835 0 obj << ++2229 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [105.873 297.2796 151.5813 308.1835] ++/Rect [294.873 323.255 361.622 334.159] + /Subtype /Link +-/A << /S /GoTo /D (a00041_gaedd78240b0c1108355586a268ec5a697) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2838 0 obj << ++2230 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [279.0065 205.5108 372.8737 216.4147] ++/Rect [209.893 284.401 320.916 295.305] + /Subtype /Link +-/A << /S /GoTo /D (a00042_ga7c61920feca6fd9006d930dabfc09058) >> ++/A << /S /GoTo /D (a00058_ga17) >> + >> endobj +-2839 0 obj << ++2231 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [377.6345 205.5108 451.5766 216.4147] ++/Rect [330.041 284.401 396.79 295.305] + /Subtype /Link +-/A << /S /GoTo /D (a00035_gacd37bb612667dc437d66bfb175a8dc55) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2840 0 obj << ++2232 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [224.3262 154.825 298.2683 165.7289] ++/Rect [205.976 233.592 332.501 244.496] + /Subtype /Link +-/A << /S /GoTo /D (a00035_gacd37bb612667dc437d66bfb175a8dc55) >> ++/A << /S /GoTo /D (a00058_ga18) >> + >> endobj +-2841 0 obj << ++2233 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [298.4956 154.825 405.6429 165.7289] ++/Rect [337.71 233.592 404.459 244.496] + /Subtype /Link +-/A << /S /GoTo /D (a00042_gade722091ae392fdc79557e797a16c370) >> +->> endobj +-2822 0 obj << +-/D [2820 0 R /XYZ 106.8692 686.127 null] ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-382 0 obj << +-/D [2820 0 R /XYZ 106.8692 668.127 null] +->> endobj +-2823 0 obj << +-/D [2820 0 R /XYZ 106.8692 621.368 null] +->> endobj +-386 0 obj << +-/D [2820 0 R /XYZ 106.8692 502.6362 null] +->> endobj +-2833 0 obj << +-/D [2820 0 R /XYZ 106.8692 476.1512 null] +->> endobj +-390 0 obj << +-/D [2820 0 R /XYZ 106.8692 476.1512 null] +->> endobj +-2427 0 obj << +-/D [2820 0 R /XYZ 106.8692 420.2091 null] ++2234 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [204.583 182.782 279.63 193.686] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga19) >> + >> endobj +-394 0 obj << +-/D [2820 0 R /XYZ 106.8692 405.6944 null] ++2235 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [283.446 182.782 350.195 193.686] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2836 0 obj << +-/D [2820 0 R /XYZ 159.2525 300.4327 null] ++2236 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [206.769 143.928 308.925 154.832] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga20) >> + >> endobj +-398 0 obj << +-/D [2820 0 R /XYZ 106.8692 282.6404 null] ++2237 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [314.926 143.928 381.675 154.832] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2837 0 obj << +-/D [2820 0 R /XYZ 106.8692 224.3989 null] ++2212 0 obj << ++/D [2210 0 R /XYZ 160.667 686.127 null] + >> endobj +-2819 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F40 2081 0 R /F56 2793 0 R /F50 2389 0 R /F44 2094 0 R /F54 2728 0 R /F14 2227 0 R >> ++2209 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F14 608 0 R /F40 469 0 R /F44 479 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-2847 0 obj << +-/Length 2310 ++2252 0 obj << ++/Length 2600 + /Filter /FlateDecode + >> + stream +-xZKsFWHVy?ruRNaU!RA$1K +-ZV~`0`۴7[:ݍi0IJjU^.H'BY ˋo^d$PA08yZMF'jcusKPMr/{"#fCW30J?xwK2:LF{D0FDr~ "XU/foJq5F@(Cc^*eb&'CO}_dlbW1HL#W5pO85kW۫:5t;fZO/pc2q^_!<]"! +N3'4Ԋ&^=Y]zm i.9 #meDyUaWq՜_# .*.ŰYxD~Fzr Rȑ8'^*aAD0|h wq+=x!b]աQ%Aij8ذIDIǓef8RRǁcW<*+vd=~&swm;Ue'S=VjCdw;<mT;yE~_{`4J0ΌPD))liu +-XKظln +-)ld -+ \^>X2_O/pc1{ulTHPͿ86!62J-nȺG oǑw!`9K\&o)n4dz|QveXjҋ%i*T@S vG4MqIL"M z}<f[[LSp\3V\s&0]7;=.O \sGԐKR:WdA,\"rt m(X@^liGj{JfhSp[GfR^, %\ۃeh`_ lawIvv~W Lj(j81]=b imgOD`wXw˻򶺺~["#[29Mi݀Z)B +-NC'eGVaEIhdvļ|ʃQ;Pɠ4 K5SmMZ9eU۾(h^Դ2dqCh$Q7|iyy6U?8u6-Jx=\Uwb VX&L襲Pla$ A7~`)cgPZ&{ X#hMY9GYЙ3aD\v͌ f@k{kA(d{@Ӆ`|Cm['#YZ`}Ð wEYcי[w@O17\CMǔ =|7rnwmvh癱k?<<SZNLdendstream ++x[KsW$U$l!efEG4HhbvTL ?n?6[QVvU0W ]=íomo[Sd"\mn뻗xR)z7X{{hno~a?P"Y5%FH֔DIƣ3&#IE7}x2.f0.d?s006m*5&P0u~p>U#R%T,%u7cL8yߟv}UܿOး0BZ#Uv<ujrz8r-R i`*oK|,3[7"pYƈU~fƚ/'bIg2M汷Hҕf9+R6`ܐ~,_],{0| #c۷Kd{}zJlDWEv"$Q{xwۧDZb<Q Z?6_ ++J%ppyC ń ++XRRDZ4N?09< {f$ ++JPd8䲮q@)p= LB$ԝzĴI>;%ҦRʠt\")|JG ++04N=0QʅyZs@q$Y?ձ %|3Ry["2;?-c'"S6AJyV=Oc#@C&a@LD:Z扯VQTb1bB # b.C1iF9L7|y_=}EBAG%D -IħLAshz`2C0ڠ^ J-`"]g-)&=B3=xV|u"Y+7r=ttn7 断gDAR0vPi(CEC44/Wmz7pJr+H S42e Fρ^$ax*L&{w㥞 #t`¸[:f3,S#zFx鸑@9!C׸t78VA^  ++R\fJΌ n;3R2ھJrCxOWY3a03JU9 ="5-6tDBEBte*3SLꎤ8*P1.n%ΚK*F{ ++*.WzTy̬T[.X/9ֵgJR)q2Hh "PPyB Bń;)߼$y4<09DX28Kql 3c>48K1̮J 02d2_>y$'JNQmY^2 9N+N$W/-\N_#|zUJK|0B# be <09!.)ϧdW.VRi'ե BLz:5.igb :-)D:Mp}Kt2҃ecddʐKcL4\POzYLaHK/#1ɉz%nA0LġP4N=0@}t 2.rs@*L^G٤yN}Y m6j}w?`?5(o9QQL)?_&a :EpCuj2[!vʘm<܋!R7/} @i׷UE΄/!} wFrmuO-2kyŕvn6eIEm!݈1݈2tcƱyp"꺇5KC=)(c2]d~4zFGZgHUj ++5Ddc ʱUi5Y}+/έG: hhNdw< kmDB hWHfI"[Zz- -Jei~;UPR00(BFyI%*~{qb0zf x٦"\6|E#xVkf^l[l9WR0#ދM^,Dg Q -DφiDD!mjp$eRO7EÓOv8`BqX2ׇq XV٘=Cnd!lIdAʂoO/:`0o4u0L2>\3vT^u{=o^;оAn2h4dVt~uV|O(#q2;?@`п/y[iIy)ܵRe\{ݟG7 OgKN?gA$AAN?5Ea0Hendstream + endobj +-2846 0 obj << ++2251 0 obj << + /Type /Page +-/Contents 2847 0 R +-/Resources 2845 0 R ++/Contents 2252 0 R ++/Resources 2250 0 R + /MediaBox [0 0 612 792] +-/Parent 2842 0 R +-/Annots [ 2849 0 R 2850 0 R 2851 0 R 2852 0 R 2853 0 R 2854 0 R 2855 0 R 2856 0 R 2857 0 R 2858 0 R 2859 0 R 2860 0 R ] ++/Parent 2280 0 R ++/Annots [ 2254 0 R 2255 0 R 2256 0 R 2257 0 R 2258 0 R 2259 0 R 2260 0 R 2261 0 R 2262 0 R 2263 0 R 2264 0 R 2265 0 R 2266 0 R 2267 0 R 2268 0 R 2269 0 R 2270 0 R 2271 0 R 2272 0 R 2273 0 R 2274 0 R 2275 0 R 2276 0 R 2277 0 R 2278 0 R 2279 0 R ] + >> endobj +-2849 0 obj << ++2254 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [298.614 655.0113 400.78 665.9152] ++/Rect [153.455 642.175 271.68 653.079] + /Subtype /Link +-/A << /S /GoTo /D (a00042_ga3ad856e8f3487d340c82a23b8a2a0351) >> ++/A << /S /GoTo /D (a00058_ga21) >> + >> endobj +-2850 0 obj << ++2255 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [258.4597 643.0561 310.265 653.96] ++/Rect [278.166 642.175 344.915 653.079] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2851 0 obj << ++2256 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [300.5513 605.6577 398.8417 616.5617] ++/Rect [150.785 591.595 225.274 602.499] + /Subtype /Link +-/A << /S /GoTo /D (a00042_ga0db8286d7f3ceda8defd76e3e1e2b284) >> ++/A << /S /GoTo /D (a00058_ga22) >> + >> endobj +-2852 0 obj << ++2257 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [260.4554 593.7026 312.2607 604.6065] ++/Rect [229.09 591.595 295.839 602.499] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2853 0 obj << ++2258 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [294.9572 544.349 374.9864 555.2529] ++/Rect [153.056 552.971 254.654 563.875] + /Subtype /Link +-/A << /S /GoTo /D (a00042_ga5c6a61a83f4790b421e2f62e9088446f) >> ++/A << /S /GoTo /D (a00058_ga23) >> + >> endobj +-2854 0 obj << ++2259 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [230.072 532.3938 304.5721 543.2978] ++/Rect [260.742 552.971 327.491 563.875] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2855 0 obj << ++2260 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [344.1191 532.3938 395.9245 543.2978] ++/Rect [150.785 502.391 245.209 513.295] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00058_ga24) >> + >> endobj +-2856 0 obj << ++2261 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [294.4656 483.0403 404.9303 493.9442] ++/Rect [249.025 502.391 315.774 513.295] + /Subtype /Link +-/A << /S /GoTo /D (a00042_gabbfb92224c992c0e2ecef6b6e45260f2) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2857 0 obj << ++2262 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [317.2785 471.0851 369.0838 481.9891] ++/Rect [189.449 463.767 288.856 474.671] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00058_ga25) >> + >> endobj +-2858 0 obj << ++2263 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [399.8911 433.6868 505.3748 444.5907] ++/Rect [292.671 463.767 385.432 474.671] + /Subtype /Link +-/A << /S /GoTo /D (a00042_ga1f41387433f4c9e9c14b9f2e522919e4) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2859 0 obj << ++2264 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 421.7316 208.1492 432.6355] ++/Rect [190.293 425.143 305.201 436.046] + /Subtype /Link +-/A << /S /GoTo /D (a00042_ga1f41387433f4c9e9c14b9f2e522919e4) >> ++/A << /S /GoTo /D (a00058_ga26) >> + >> endobj +-2860 0 obj << ++2265 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [211.9649 421.7316 263.7702 432.6355] ++/Rect [309.438 425.143 402.2 436.046] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> +->> endobj +-2848 0 obj << +-/D [2846 0 R /XYZ 160.6675 686.127 null] +->> endobj +-402 0 obj << +-/D [2846 0 R /XYZ 160.6675 385.7946 null] +->> endobj +-2861 0 obj << +-/D [2846 0 R /XYZ 160.6675 359.3096 null] +->> endobj +-406 0 obj << +-/D [2846 0 R /XYZ 160.6675 359.3096 null] ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2862 0 obj << +-/D [2846 0 R /XYZ 160.6675 199.8812 null] ++2266 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [143.791 374.563 225.483 385.467] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga27) >> + >> endobj +-410 0 obj << +-/D [2846 0 R /XYZ 160.6675 185.9661 null] ++2267 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [229.299 374.563 322.06 385.467] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2845 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F14 2227 0 R /F40 2081 0 R /F50 2389 0 R /F44 2094 0 R >> +-/ProcSet [ /PDF /Text ] ++2268 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [143.791 335.939 231.56 346.843] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga28) >> + >> endobj +-2868 0 obj << +-/Length 1962 +-/Filter /FlateDecode +->> +-stream +-xڥYY~0hsx̱E#LbfZmmܒ#}ק(jA0XU:b%dIDJjJ"Be=|yAͺ#ZzFZRyia՚ +-}}3KwM{,VGO+sx]ScIq}G@1U¨x]`4> FDqW?;WS36"HX']$RJOF߲\zrhĄ/l=U@:K ȌC"zyL +-ɫ}KI ƾ?gUf`ʛ&+XlK^sxsp]~Hc"Nf+,i{,q9T+ci|(wb+Q$M֌h9<tǼ욱@@K"41'N?0fjG' $Êd2I1(:}ß}րv;r)֞5j-Q7V%k8J9,Ɗ1Hxbd DVbH q,q,^D8߭/"f  +-]TaX$K ovlͯJ/IIb$*-*OeOFxr<א$.Kph"udF Bbhy;p%:po~|?  m 2^ JZ6%dz#F$ƒB!E`$ x,fgcݖP3d} bP} bPnz6< [ғXq%0EƐyzuuGJTe `MuGbf^YYp: #P +-SOm .߹Lfv;rpd]e6y8:ܕ<>2PM Jcl9c,@M6 v8l:2#C=!Ds6mL46@I&}HLLd++܍ |[4a&\Gz:4CS`evTW4jkjH*-k)ߡIֶ 4La֚*)[2裴3uSdpjcf+@gmrۘa^@]wQY!=t:y?|ذ\Z涪/XHDQl%?a-=7ص}Q #;,W)GP|+z2ѕ|e98 m۬Nd,;CfՂT+SXU3 +-3uF5u`ɸ,9OCkІoo@N4(^)Pe57r,}V硁{|-2=;\CY5b2=Z0ą {t6%p8 ?DtŠo! W}(M+: TTPg0Zi񡵥$66aFYhzSN5c5Nzt0}plyBy$_Rqθ;ؚPAL+Il5R#'»e*<ؠtd$/ WwOH\.HkHtcΥk WMh>YU! 5BC25˨KjnSwwΝF| W^iPT +-ź!H3ֻ(I+n +-хUh>5!6p +-ޟw 8L̈_+v=r.` ( !8rڍ}ωcgVc(?x̹~Ίl>e} RL_v^%Wω{mWoKh6 |k]zp>/ P),d*Eendstream +-endobj +-2867 0 obj << +-/Type /Page +-/Contents 2868 0 R +-/Resources 2866 0 R +-/MediaBox [0 0 612 792] +-/Parent 2842 0 R +-/Annots [ 2870 0 R 2871 0 R 2872 0 R ] ++2269 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [235.376 335.939 328.137 346.843] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2870 0 obj << ++2270 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [274.2158 380.799 383.0168 409.8648] ++/Rect [143.791 297.314 228.253 308.218] + /Subtype /Link +-/A << /S /GoTo /D (a00042_ga3ad856e8f3487d340c82a23b8a2a0351) >> ++/A << /S /GoTo /D (a00058_ga29) >> + >> endobj +-2871 0 obj << ++2271 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [399.2233 380.799 451.5766 409.8648] ++/Rect [232.068 297.314 324.83 308.218] + /Subtype /Link +-/A << /S /GoTo /D (a00042_ga0db8286d7f3ceda8defd76e3e1e2b284) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2872 0 obj << ++2272 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [123.5864 368.8438 181.4686 379.7478] ++/Rect [143.791 258.69 223.272 269.594] + /Subtype /Link +-/A << /S /GoTo /D (a00042_ga0db8286d7f3ceda8defd76e3e1e2b284) >> ++/A << /S /GoTo /D (a00058_ga30) >> + >> endobj +-2869 0 obj << +-/D [2867 0 R /XYZ 106.8692 686.127 null] ++2273 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [227.087 258.69 319.848 269.594] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2865 0 obj << +-/D [2867 0 R /XYZ 106.8692 635.5584 null] ++2274 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [143.791 220.065 224.776 230.969] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga31) >> + >> endobj +-414 0 obj << +-/D [2867 0 R /XYZ 106.8692 621.8523 null] ++2275 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [228.592 220.065 321.353 230.969] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2864 0 obj << +-/D [2867 0 R /XYZ 106.8692 512.2406 null] ++2276 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [143.791 181.441 221.608 192.345] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga32) >> + >> endobj +-418 0 obj << +-/D [2867 0 R /XYZ 106.8692 498.5345 null] ++2277 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [225.423 181.441 318.185 192.345] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2844 0 obj << +-/D [2867 0 R /XYZ 106.8692 233.9356 null] ++2278 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [143.791 142.817 234.888 153.721] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga33) >> + >> endobj +-422 0 obj << +-/D [2867 0 R /XYZ 106.8692 220.2295 null] ++2279 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [238.704 142.817 331.465 153.721] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2863 0 obj << +-/D [2867 0 R /XYZ 106.8692 120.1818 null] ++2253 0 obj << ++/D [2251 0 R /XYZ 106.869 686.127 null] + >> endobj +-2866 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F14 2227 0 R /F50 2389 0 R /F54 2728 0 R /F44 2094 0 R >> ++2250 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 469 0 R /F44 479 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-2875 0 obj << +-/Length 2261 ++2295 0 obj << ++/Length 2486 + /Filter /FlateDecode + >> + stream +-xڵZKsWHVy?[ڑawEȔ( O3 Ya lh: lv_O̤UFJDV` +-Em~Wn' +-4h{?64i20QHeN:ea9*:wZspuUwsg*kms^u95vZojz) ES5mZİBIE@| :6}Ob@F&{ԀpirV|ac D%պra +-w_2sa^]UI7yQ9._?6MkH,/9*(a>oQmNzQ: |݉S pOqEV@ !PY!|9E7%u@-)}|.+P7XO2>K騋kA\ +-ӎ!r@\{r3k J] h 8tEn7;6) +-ϋXɐwȖD5hsHl_3u˴?31Hbfx'ÆR!v/t=pL,L^hқ{Pb'cu|'zػm ,cF{"0 RmSӯz&CZX rٷ˫Y\vv0/sWjܣ/ C3v;_>"Xq(Cg |!NрZİIDfy)=x|y;5H̰wC@%KUL7|J}On >d@Јv]׫;8hAgZİ>Jt +-U feuz GJDq<`0HqŎA9bn圩 54w@sXʍx|UP\^OzbSsE;TKVqb'@~oLkǔF>|-PG=P)#4Hjc&I rnlq*a6.h:i)| )4)o"jZ;;,ؠQ iaۜ2]ƍc$DINg(H ~b#`6q܌u(%{t݌H?=WOf0]H'Cp0'E 8Qfc}c )4}G{\oȊXo?E)]Fsa%f32H1}C+v'-=ai H߱ 71ixHXk8nwLnSY y }#oiFc#`ڟn"FX( 0XfU"aJ$X5 aՄ.rFXBxA&:=>aT_n)~.Ozkd=α P+ ){zN]gQ} B@lԳaO Ю{W,}6CҀChRx3s{j&}۵O lӲGDcs91nW}BB@{8~߀ +--H܄B~Cqc_!)3 o?C@0(UTLM +-Uܾ:&[DO4/P_?ʍ/+wK^=:o^n~o~7zendstream ++x[n9}WQF\^lrfo&[-e$yInD ,u9EvK,8 a83[k/W߈YG:7v3jq> X'`qZfJǻJf/{ޮy _᣿^חtwwo9Ku$gx~L99-^n(T79;jnP4L[eA`B8]cd6]X&ca nz23"5% Rwk%r}J!6 {䣀omO/wp|6dCS[ɔ@ܜ[ ++urRiҜU!f]~7N1g`8x)~; ++cR,T|3][aI(]}DxyLk3 *Oe2 ,Je %hOEz:M_Cǀϳ0(g?,xZTZa죐+ᷓ"Oe|L@܁_6I3e͋в Y[p1͊gDf"sp |۬/3)U5J*e ++owtk>uJl dj`fۊm%ʶER'#ENJ<<+=bhrlgOgk;+yȖUuĐ~eN=dkMSB~&8K1dq&PDNMT//MTJiE%7Qiuvq%آsEgq_=ú&J@ zv>lGSK,Ž(¸B²yI ;$8DgP^#&ry;2EрPu[CR{t;-hzݎ8*=@Hz0~s\J|xx~CFE32 ?~c&?pGwS$VYFI )v7..@o$8DI0ḹ?gQf#Aw]a.uGt:|2+M0dK-hMB_p"w7rةs/(r\d}̞;i{Mj`r1v$^мOZ'ͻPpk_+mQQ_v{Iu SUK,BQ)¨ ᬢzO9d*q~}V>6؈iWM_/ز>m@`%^kԚ cs˜l"~ 6(c_q~Npq B[jqWWR/&rck>ǯٕ U$Coś[endstream + endobj +-2874 0 obj << ++2294 0 obj << + /Type /Page +-/Contents 2875 0 R +-/Resources 2873 0 R ++/Contents 2295 0 R ++/Resources 2293 0 R + /MediaBox [0 0 612 792] +-/Parent 2842 0 R +-/Annots [ 2877 0 R 2879 0 R 2880 0 R 2881 0 R 2882 0 R 2883 0 R 2884 0 R 2885 0 R 2887 0 R 2888 0 R 2889 0 R 2890 0 R 2891 0 R 2892 0 R 2893 0 R 2894 0 R 2895 0 R ] ++/Parent 2280 0 R ++/Annots [ 2297 0 R 2298 0 R 2299 0 R 2300 0 R 2301 0 R 2302 0 R 2303 0 R 2304 0 R 2305 0 R 2306 0 R 2307 0 R 2308 0 R 2309 0 R 2310 0 R 2311 0 R 2312 0 R 2313 0 R 2314 0 R 2315 0 R 2316 0 R 2317 0 R 2318 0 R 2319 0 R 2320 0 R 2321 0 R 2322 0 R 2323 0 R 2324 0 R 2325 0 R 2326 0 R 2327 0 R 2328 0 R 2329 0 R 2330 0 R 2331 0 R 2332 0 R 2333 0 R 2334 0 R 2335 0 R ] + >> endobj +-2877 0 obj << ++2297 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [219.3215 601.0826 319.8237 611.9866] ++/Rect [206.574 640.516 278.852 651.42] + /Subtype /Link +-/A << /S /GoTo /D (a00042_ga7c61920feca6fd9006d930dabfc09058) >> ++/A << /S /GoTo /D (a00058_ga34) >> + >> endobj +-2879 0 obj << ++2298 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [211.3628 363.1527 306.3359 374.0567] ++/Rect [284.659 640.516 351.408 651.42] + /Subtype /Link +-/A << /S /GoTo /D (a00043_ga217dc8d373f8958cc93c154ebce1c71c) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2880 0 obj << ++2299 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [318.4215 363.1527 453.4144 374.0567] ++/Rect [372.984 640.516 465.745 651.42] + /Subtype /Link +-/A << /S /GoTo /D (a00043_gga217dc8d373f8958cc93c154ebce1c71ca2e0dd0128dac6b03408c7dd170477fdc) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2881 0 obj << ++2300 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [458.5607 363.1527 505.3748 374.0567] ++/Rect [184.578 628.56 277.339 639.464] + /Subtype /Link +-/A << /S /GoTo /D (a00043_gga217dc8d373f8958cc93c154ebce1c71caf1b6bbad00d7b1017b918e3719f4d421) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2882 0 obj << ++2301 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 351.9149 275.6757 362.1015] ++/Rect [205.415 586.618 283.78 597.522] + /Subtype /Link +-/A << /S /GoTo /D (a00043_gga217dc8d373f8958cc93c154ebce1c71caf1b6bbad00d7b1017b918e3719f4d421) >> ++/A << /S /GoTo /D (a00058_ga35) >> + >> endobj +-2883 0 obj << ++2302 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [279.5023 351.9149 406.027 362.1015] ++/Rect [288.427 586.618 355.176 597.522] + /Subtype /Link +-/A << /S /GoTo /D (a00043_gga217dc8d373f8958cc93c154ebce1c71ca679a7e0f0c7ee06b123565f90d98e7fa) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2884 0 obj << ++2303 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [409.8537 351.9149 505.3748 362.1015] ++/Rect [374.143 586.618 466.905 597.522] + /Subtype /Link +-/A << /S /GoTo /D (a00043_gga217dc8d373f8958cc93c154ebce1c71ca41ce440443cc3087caed95ab60edcad6) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2885 0 obj << ++2304 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 339.616 249.1054 350.1463] ++/Rect [184.578 574.663 277.339 585.567] + /Subtype /Link +-/A << /S /GoTo /D (a00043_gga217dc8d373f8958cc93c154ebce1c71ca41ce440443cc3087caed95ab60edcad6) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2887 0 obj << ++2305 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [299.6147 256.4941 379.086 267.398] ++/Rect [211.471 532.72 302.568 543.624] + /Subtype /Link +-/A << /S /GoTo /D (a00043_gaf4cc194d5c0d38004a21b9f03522a7e3) >> ++/A << /S /GoTo /D (a00058_ga36) >> + >> endobj +-2888 0 obj << ++2306 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [387.0078 256.4941 461.5079 267.398] ++/Rect [313.272 532.72 380.021 543.624] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2889 0 obj << ++2307 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 244.5389 275.1174 255.4429] ++/Rect [412.614 532.72 505.375 543.624] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2890 0 obj << ++2308 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [299.0618 205.6893 379.6391 216.5932] ++/Rect [222.216 520.765 314.978 531.669] + /Subtype /Link +-/A << /S /GoTo /D (a00043_gab52f83ab16eac465da55e16bdd30df77) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2891 0 obj << ++2309 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [387.2844 205.6893 461.7845 216.5932] ++/Rect [205.625 467.863 282.885 478.767] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga37) >> + >> endobj +-2892 0 obj << ++2310 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 193.7341 249.1053 204.638] ++/Rect [287.743 467.863 354.492 478.767] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2893 0 obj << ++2311 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [295.0082 154.8844 397.1644 165.7884] ++/Rect [373.933 467.863 466.694 478.767] + /Subtype /Link +-/A << /S /GoTo /D (a00043_gac0ef3510b4e9c1273029ecf94e8c9686) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2894 0 obj << ++2312 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [402.7818 154.8844 477.2819 165.7884] ++/Rect [184.578 455.908 277.339 466.812] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2895 0 obj << ++2313 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [273.8726 142.9293 364.4122 153.8332] ++/Rect [204.583 413.965 281.294 424.869] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> +->> endobj +-2876 0 obj << +-/D [2874 0 R /XYZ 160.6675 686.127 null] ++/A << /S /GoTo /D (a00058_ga38) >> + >> endobj +-426 0 obj << +-/D [2874 0 R /XYZ 160.6675 668.127 null] ++2314 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [285.11 413.965 351.859 424.869] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2843 0 obj << +-/D [2874 0 R /XYZ 160.6675 526.585 null] ++2315 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [368.955 413.965 461.716 424.869] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-430 0 obj << +-/D [2874 0 R /XYZ 160.6675 512.0168 null] ++2316 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [200.133 372.022 301.741 382.926] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga39) >> + >> endobj +-2145 0 obj << +-/D [2874 0 R /XYZ 160.6675 456.0308 null] ++2317 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [308.101 372.022 400.862 382.926] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-434 0 obj << +-/D [2874 0 R /XYZ 160.6675 440.3418 null] ++2318 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [444.723 372.022 505.375 382.926] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2878 0 obj << +-/D [2874 0 R /XYZ 160.6675 382.1004 null] ++2319 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [184.578 360.067 221.997 370.971] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2886 0 obj << +-/D [2874 0 R /XYZ 160.6675 275.4417 null] ++2320 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [202.215 318.125 307.15 329.029] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga40) >> + >> endobj +-2873 0 obj << +-/Font << /F28 1626 0 R /F14 2227 0 R /F50 2389 0 R /F22 1616 0 R /F40 2081 0 R /F56 2793 0 R >> +-/ProcSet [ /PDF /Text ] ++2321 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [315.591 318.125 408.353 329.029] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2905 0 obj << +-/Length 2374 +-/Filter /FlateDecode +->> +-stream +-xڵZ[s۶~У4!Dߚmɥve`$$B&Q-b6MHi>0O+:Yﯘkмzsw;L4&wM]L)l'%Lr{%i #۫*oC 1seC%ERG̹-G$RM +-ؼ8V=۟n撊ipH옂0Ə׋F6~e}b$$' ;I9Y%\E{ƏY{DMz=c:> $Rv9 Th:FR"Y\; gr)$H8@8QTBDC;$JulFYTHu=[V LW%$T0lHYaF +-ARL0Ú+$wH +-R-5;N~o8aq(&j:V3”%w*jˊj'pAPIVCNa }ЀL 92Gޠ1cd`7g<ȼ9oCu#^$$b4r:~Ĩc[&]s!;F"dB$ak_= p3j=$@!jԈ GFou7/CLR( +-tJ%hT9 +-绲:i5hrO +-.l𕜮JK8 04 2 =]p5/2p5L  v.fvRv8i}1P5m/ƚP/( *MxeP*UPF+CS02o y{Sk`#F);5b VXIJ1zƏY{iiPWPFlKCˆ4HI" ^Z3!.h +-ɡmI144e=/*  +-C?[?I GȳRBJp)^䙆pGUuJ&T̀)^*6WkS.l_ePZA +-t6*'ӬtceK#N\M/x)S02 ia{L$WKM49łr|۴.EԈA"@2dTS?85].Pm8q6טdMָu84cBbre}. ) W/38VEZ /#~h +-8)EE` O_: SvyvRyNKan$ PМ$">u5Q&lnXMd@vEc^޴ШGɑij`voE2Qk== -у w{Ǹ_bZF>r7<0%ͦj'S->瞎ad_+sÔFGƇnT-DVf"霹 +-Sr>Y[P0EHѭP7?v($֖쨚f-ݯs+,dy8 +-HA6vw_{+)ƴ_ +-h Nt /.Q/lWƒbAn5de @p[*A29SxSq7#iHq٢I:|qJ_>|]4XgƣJ.UnsX(u2Hx ^Y: X?2ҩ{v6`{u"N ux_;CMk1Aשa32 'XT]6Q@32{W{| P6r%A)([WeyaPy fipy?ufH7?|{ͷ:{ ?-mLc6Uteg*&z7aK:`f%uIO;Xk%YBmG y~x*.}m4x==+d2Oҵx*п& +-jF*쿣 6C͟4I]<oq^ ݈*@o6/[U;#4ؽp7?=^t+&j(On>ԿPxTŜSvOP'VA@e^QIl5pE:jIt¤? 3ػ!eN`0L=x}.-,O)d*d)מ/W_+ET hendstream +-endobj +-2904 0 obj << +-/Type /Page +-/Contents 2905 0 R +-/Resources 2903 0 R +-/MediaBox [0 0 612 792] +-/Parent 2842 0 R +-/Annots [ 2907 0 R 2908 0 R 2909 0 R 2910 0 R 2911 0 R 2912 0 R 2913 0 R 2914 0 R 2915 0 R 2916 0 R 2917 0 R 2918 0 R ] ++2322 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [470.735 318.125 505.375 329.029] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2907 0 obj << ++2323 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [240.6571 655.0113 343.9193 665.9152] ++/Rect [184.578 306.169 248.009 317.073] + /Subtype /Link +-/A << /S /GoTo /D (a00043_gaa1373a002b9a0a87eb002e26c590f2da) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2908 0 obj << ++2324 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [349.2601 655.0113 423.7602 665.9152] ++/Rect [202.346 264.227 294.549 275.131] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga41) >> + >> endobj +-2909 0 obj << ++2325 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [220.0743 643.0561 284.6017 653.96] ++/Rect [303.122 264.227 395.883 275.131] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2910 0 obj << ++2326 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [237.6144 604.2566 346.9635 615.1605] ++/Rect [444.723 264.227 505.375 275.131] + /Subtype /Link +-/A << /S /GoTo /D (a00043_ga2d6cca51524108966752609b6e725243) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2911 0 obj << ++2327 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [350.7822 604.2566 425.2823 615.1605] ++/Rect [184.578 252.272 221.997 263.175] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2912 0 obj << ++2328 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [230.0267 592.3014 320.5663 603.2053] ++/Rect [202.217 210.329 320.98 221.233] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00058_ga42) >> + >> endobj +-2913 0 obj << ++2329 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [237.0613 553.5018 347.5163 564.4058] ++/Rect [329.424 210.329 422.185 221.233] + /Subtype /Link +-/A << /S /GoTo /D (a00043_ga58c49328c4213c9fbf8d80d5188d4c1e) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2914 0 obj << ++2330 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [351.0587 553.5018 425.5588 564.4058] ++/Rect [470.735 210.329 505.375 221.233] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2915 0 obj << ++2331 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [230.0267 541.5467 294.5541 552.4506] ++/Rect [184.578 198.374 248.009 209.278] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2916 0 obj << ++2332 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [202.1739 457.1595 303.2338 468.0634] ++/Rect [200.916 156.431 299.196 167.335] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga4630aa1b7e08eac5b41be126194e84a1) >> ++/A << /S /GoTo /D (a00058_ga43) >> + >> endobj +-2917 0 obj << ++2333 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [404.7624 130.1645 451.5766 141.0684] ++/Rect [306.339 156.431 399.1 167.335] + /Subtype /Link +-/A << /S /GoTo /D (a00043_gga217dc8d373f8958cc93c154ebce1c71ca41ce440443cc3087caed95ab60edcad6) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2918 0 obj << ++2334 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [123.5864 119.1855 236.821 129.1132] ++/Rect [444.723 156.431 505.375 167.335] + /Subtype /Link +-/A << /S /GoTo /D (a00043_gga217dc8d373f8958cc93c154ebce1c71ca41ce440443cc3087caed95ab60edcad6) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2906 0 obj << +-/D [2904 0 R /XYZ 106.8692 686.127 null] ++2335 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [184.578 144.476 221.997 155.38] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-438 0 obj << +-/D [2904 0 R /XYZ 106.8692 504.2786 null] ++2296 0 obj << ++/D [2294 0 R /XYZ 160.667 686.127 null] + >> endobj +-2903 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F40 2081 0 R /F56 2793 0 R /F44 2094 0 R >> ++2293 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 469 0 R /F44 479 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-2925 0 obj << +-/Length 2125 ++2348 0 obj << ++/Length 1578 + /Filter /FlateDecode + >> + stream +-xڥX[o۸~ϯ *Iis]lڋEL,T.ߟ-;br8͐|/x "p7l +-kpóV#ͻhq e,+vCqD˕|:_m+I|ҮPeYU.zs7 n("}_l~a8=ؔsKo7EVsǔw0 +-fɹK)甑|3ƜW7wK?1%[`,F$hwȫ)wY}/c^ծQFv[o QvfWy.t@:4XἨjj˪\Z+&]fi{+UZml +-XNIkXu@5_?YnJBzdX#Zf Cnr&BɈjپokf'#׋ l{bش0j=ZX0T/Xl:Ny[]1p3Xܩ-8K!XQGRQ<|z}C}_Ox&=׌Mn@ʩ2wzM`Fa64~6`NOUd`ESj8)z6-,Xq/;Q= +-u>;B=ә'.AFh0^&τmЕf]e;7z͙>d]W2k15]TN!祪i` ʩ9ꪠU7<]wlŽ`e9ܾBM=v +-Z1&{-VF%aљ*s$] +-϶T(v +-,x8PX*ZEDRV0ޙP"6eV5ͪC#Ts 'FRnqQER0}" +-"Z >asYێV /TR64lw ~NSK; 1v'姶cM;;7-rV&!4 }Ze2"6HGRVTA m[ `Q ?K4Z&WObN,]C Hxp,j6ScNL4aŮG@ is;eq l'W6x@(d8 e>WEG1 CxD(~ZVvYJj.HbJJ-{J?k{ Ote$%"+3@N4Ef:}'ҕp3Yte}&!5]:dܘAhyP <}7t6tS#t9f7 Ԭm,14Ni @a`FZ" NԷ+ U&z:r]. _ZD.T{}ޚp?rĬX P3c+X tYzoc},8w z6V;g= 81h|H~HШ7:1ەg;Y]ы\L<TOUC?1y ҏ" Z4- H=W4Lj$;&y!3cߝl:?yU*kAQ5;p0.4'^iǢJnb7܇\Zk@,l%H+_ VWmch<8`ڹ.zf=U*sIZi2a?/3~RvWsނ}]rCB ++ ƛy 0eJd2 10K-]^Nd.M~FPA>@bO&a'Jifh lcUuHʺ5]l*(p6A0n*'c jU8GheCB!3 ++4xZbBRu S]<5FnX]LM ++4n^pN [-iZUgyQZ -[ʾGٴNMW7pm /\|յf_tX>*Cpr8Xmv 3{7E%D>D+sN팫1Ǥ5+Y`7 oǐ4YWzoұg oɬɬbt59sD_0"V(1wyJ%fkʘ͖%۶:Sݚ!Ɉv:–}NE{U[h=bN%r!kYSq֌5e)~I-mHe ~2kFYtKH(^B 8 {f22h1=t{"Z4h"P9$4Gj>'ElA?:lF(F cʵToz,yk>Q! DQ]2:L5ڹuBcɰFfN#D\C0y!VNxKRi8T;ՀqPIT\::,FQm ++liUn.L\ ZT'_3+hm5ՏJ7@F,LBl'vȥh ,$&$ ++7,>ڄg`hXY8}^dDhݥLMc2 tV \]B?U(v>φM5Y1If > w1>VbZoVfvt 3@GcenF7g ay6PIKr"G_z\f#W#WdHlO1 ++,-dROsdjސLz>r~.%(_I7 aYee'l,(q[rf0v0#53`?V鞷׾t⿫9 2sw Uendstream + endobj +-2924 0 obj << ++2347 0 obj << + /Type /Page +-/Contents 2925 0 R +-/Resources 2923 0 R ++/Contents 2348 0 R ++/Resources 2346 0 R + /MediaBox [0 0 612 792] +-/Parent 2842 0 R +->> endobj +-2926 0 obj << +-/D [2924 0 R /XYZ 160.6675 686.127 null] ++/Parent 2280 0 R ++/Annots [ 2354 0 R 2357 0 R 2359 0 R 2362 0 R ] + >> endobj +-442 0 obj << +-/D [2924 0 R /XYZ 160.6675 668.127 null] ++2354 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [123.586 328.39 244.402 351.358] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga44) >> + >> endobj +-2896 0 obj << +-/D [2924 0 R /XYZ 160.6675 647.2213 null] ++2357 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [286.295 261.491 356.92 272.371] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-446 0 obj << +-/D [2924 0 R /XYZ 160.6675 647.2213 null] ++2359 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [310.922 196.451 408.665 207.33] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2897 0 obj << +-/D [2924 0 R /XYZ 178.381 459.3334 null] ++2362 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [267.207 142.918 337.831 153.807] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2898 0 obj << +-/D [2924 0 R /XYZ 178.381 427.457 null] ++2349 0 obj << ++/D [2347 0 R /XYZ 106.869 686.127 null] + >> endobj +-2899 0 obj << +-/D [2924 0 R /XYZ 178.381 407.5357 null] ++2350 0 obj << ++/D [2347 0 R /XYZ 106.869 668.127 null] + >> endobj +-2900 0 obj << +-/D [2924 0 R /XYZ 178.381 182.1145 null] ++2351 0 obj << ++/D [2347 0 R /XYZ 106.869 579.012 null] + >> endobj +-2923 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F50 2389 0 R >> +-/ProcSet [ /PDF /Text ] ++2200 0 obj << ++/D [2347 0 R /XYZ 106.869 553.268 null] + >> endobj +-2929 0 obj << +-/Length 1276 +-/Filter /FlateDecode +->> +-stream +-x՘[o6)(5om6+$KuC[-;ɓ;%iiaDQ#-#}%оӇ/5V4To'Q7H*?A0}7C*ptvkLgtao84/5 %ZX>}C#fn0"=%Yn{CzOWC #1 .dݕ +-|R/wtZ.ԭxM7IZUvw?ʼn?"`/F㳋 )yLK*-nX׺矱:[eسbCJ7Sѫ9he0yvV` +-$dCaTT1FcZ"ID1E`,(zQO4 F}RM7y:ϦIQ,w>OY'Q8L F 넘1ÅQx]5܍#"s4 +-[W #ZeV&{f$&F0Y#XhXd+Iea,,u.z,(^=QEo.Gk)|@Eu[XtC2؎:wS2}X۟/GwQ2qY7u2A Z|X!0saMj OX#EwbhFXM3B=:-@OL8g7(gMafθDZjz +-k@K?ZcD֭/O TcK9Mf[ Ru2e%AU`u:xxpl.l.jml|{bAB2W6~,.wE,.8#?p?~Ң<LNvry%~y̺^fm^մ*u(j[WLg7yL0'%y.,-Oփ|je87>.{J<\h7c|yuG]&{ze2 a晓}4:{iLI +-i?__ ږBˆ}`le*JjmieS-M"J1Mk_S涨> endobj +-2930 0 obj << +-/D [2928 0 R /XYZ 106.8692 686.127 null] ++2201 0 obj << ++/D [2347 0 R /XYZ 394.308 438.908 null] + >> endobj +-450 0 obj << +-/D [2928 0 R /XYZ 106.8692 668.127 null] ++2353 0 obj << ++/D [2347 0 R /XYZ 106.869 415.1 null] + >> endobj +-2901 0 obj << +-/D [2928 0 R /XYZ 106.8692 650.6713 null] ++2355 0 obj << ++/D [2347 0 R /XYZ 106.869 307.735 null] + >> endobj +-454 0 obj << +-/D [2928 0 R /XYZ 106.8692 650.6713 null] ++622 0 obj << ++/D [2347 0 R /XYZ 106.869 279.708 null] + >> endobj +-2919 0 obj << +-/D [2928 0 R /XYZ 106.8692 594.1043 null] ++2356 0 obj << ++/D [2347 0 R /XYZ 106.869 279.708 null] + >> endobj +-458 0 obj << +-/D [2928 0 R /XYZ 106.8692 576.4093 null] ++939 0 obj << ++/D [2347 0 R /XYZ 106.869 236.588 null] + >> endobj +-2921 0 obj << +-/D [2928 0 R /XYZ 106.8692 428.7827 null] ++2358 0 obj << ++/D [2347 0 R /XYZ 106.869 214.937 null] + >> endobj +-462 0 obj << +-/D [2928 0 R /XYZ 106.8692 411.0877 null] ++2360 0 obj << ++/D [2347 0 R /XYZ 106.869 189.307 null] + >> endobj +-2434 0 obj << +-/D [2928 0 R /XYZ 106.8692 262.8384 null] ++2245 0 obj << ++/D [2347 0 R /XYZ 106.869 163.428 null] + >> endobj +-466 0 obj << +-/D [2928 0 R /XYZ 106.8692 245.1435 null] ++2361 0 obj << ++/D [2347 0 R /XYZ 106.869 163.428 null] + >> endobj +-2902 0 obj << +-/D [2928 0 R /XYZ 106.8692 120.1818 null] ++2202 0 obj << ++/D [2347 0 R /XYZ 106.869 118.025 null] + >> endobj +-2927 0 obj << +-/Font << /F28 1626 0 R /F50 2389 0 R /F22 1616 0 R /F44 2094 0 R >> ++2346 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 479 0 R /F14 608 0 R /F49 703 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-2934 0 obj << +-/Length 1857 ++2365 0 obj << ++/Length 1834 + /Filter /FlateDecode + >> + stream +-xYn7}WqD wͱ؁o@$+,ɵ:Fpw7v70PÙpxxHAAQ}eUCR0 cfXT|We/g_"MC|3{㓤fwr|ƙÂ!I430=Jŷ@ X7o׸i]7%k:wSJD@)N>]nF!g<D0}x\w}& VJJZ6vo%-Ĩq/C\GotGjG'ZR30LfݹnnYΙ(u.)(K]̆AEqWJd ]'!RxTÌ/>4WғηLjnA'M,81b.gb9`2k2rY£EX( hp"Lf7jvjQ5~˝4ȍUd^qpקgrp?mW7,X4I&.N.Ffk|pC7۸0<bWI ^}zzqt;>53Ib٥2/οYV:a0|ʔ*c-VLeх$1JSI'I(GL,cʽP)څ)-NJCMWxKu +-R1#r sҎۑ9q M>p=e܍N#ab0w5(qF)g?eLށ1M+c +-́X͌Y50&FE06#mafR'Cctׇx4f ({yx,6{W|},յ3wy8y5k=ޅ5M@I`$˘cMJ +-k1㋯l^|_\9JaH{>Z~vFuCePՕ JD*mn-& DZ ٯG͂~_Z +-}z\B%n>cV[\_SWrTc!bA-pd(Vc;4 !ݒ ?,6h ˧<~G@hd +USQ-A\PoB"q5'}`7xÓjdB"ӑZ զ#J\@qٽD +- Jtr$S j"V_H阄 j7Lxt}6:jhB T7#CZk) +-(4h* +- q=:;=tD 3-T#GZC +-]ӑvt\hbL1WAia$KPf$ĭm!j|+V.B}(c-B̏N%3n}q c.#Pw8DU9*m'JZT`j뇷QAvPPvCnKk5D3&5&#CQK3 P8xg",6h  g~q'ZrXpJQ-YP)d9}`7EzO05!Lq֚FPHRA(4h*  p3>=m,$9Ej#V_ :g[W98?pOiݜ Lh "{A4ը#IpmA:)Eu3~a9UP +-eP4 2X6הh/Q+QQr簠zoEzDL Ts/+PaJw;&]Du)v>Mn@%W\Nw&Own±e[jlM&6 3g$cGDb$K-j>|ΈSD_g?F #~ 2H>|\!f$bjD/eA^׫~I7,ˡ^ q7ǿקcYv_WOfޟX Z'<0bF_#b8c?ffot~59bLЈH@Ѿk0$`;CH}@o#0D^liLS{z0VY+( ++)9.*& v0ܐj*aD0 #1aqUuGSd2kȉqQFj, Ŏ ++Tfe*?aH> oGPSS^)1Ibڄ =y=#'G9(@BuO3 )91vs#cy`<1u";7IgGH^\!Mj1Qkӌ,:rj|-BAzG2`lI/[ɒq8$&q EDtcfL)Nyn*j^i PMح"y99sϔ~^yLfP`Qޡ2H(dՇqߦKx \6',V~Er.V՝ ++ ++WWTD;T>S1TdJv**=5@2mx>Z筗2Eim[Vax8Ym6%cvgX 6\S0JcbPB' Et\%+@.SXQEϓ'rBT+o<&S1”%'+SU&gE( X١\ 7j).$cm qׁ ++dߌ8?x׀8 Ѥ> endobj +-2937 0 obj << ++2368 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [209.2053 284.3214 315.6553 295.2254] ++/Rect [204.503 655.146 275.128 666.025] + /Subtype /Link +-/A << /S /GoTo /D (a00044_gac9764f79505775d06407b40f5e4661e8) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2938 0 obj << ++2369 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 268.6829 324.3829 278.8695] ++/Rect [377.702 565.191 463.798 576.095] + /Subtype /Link +-/A << /S /GoTo /D (a00044_ggac9764f79505775d06407b40f5e4661e8a18675bb80ebc1bce5b652e9de8f3998c) >> ++/A << /S /GoTo /D (a00058_ga4) >> + >> endobj +-2939 0 obj << ++2371 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [344.9973 268.6829 502.8842 278.8695] ++/Rect [204.503 532.948 275.128 543.828] + /Subtype /Link +-/A << /S /GoTo /D (a00044_ggac9764f79505775d06407b40f5e4661e8a979c7aa78dd32780858f30f47a72cca0) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2940 0 obj << ++2373 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 256.7277 305.5534 266.9144] ++/Rect [312.558 476.186 383.182 487.065] + /Subtype /Link +-/A << /S /GoTo /D (a00044_ggac9764f79505775d06407b40f5e4661e8ad811fa4b2a6002c4d63695a408ffde2c) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2941 0 obj << ++2374 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [308.5422 256.7277 465.8016 266.9144] ++/Rect [400.993 476.186 498.736 487.065] + /Subtype /Link +-/A << /S /GoTo /D (a00044_ggac9764f79505775d06407b40f5e4661e8ae370075e5af016d42310f87ea5af236b) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2942 0 obj << ++2375 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 240.3719 333.7874 250.5586] ++/Rect [240.209 464.221 337.951 475.11] + /Subtype /Link +-/A << /S /GoTo /D (a00044_ggac9764f79505775d06407b40f5e4661e8afb37480fe5f4236eb7dd4aef26f691e9) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2943 0 obj << ++2377 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [348.0556 240.3719 505.3748 250.5586] ++/Rect [328.96 407.468 399.585 418.347] + /Subtype /Link +-/A << /S /GoTo /D (a00044_ggac9764f79505775d06407b40f5e4661e8aecdd4164d647708fbb51a00d98dbb138) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2944 0 obj << ++2378 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [209.2053 188.014 309.7175 198.9179] ++/Rect [202.012 395.503 299.755 406.392] + /Subtype /Link +-/A << /S /GoTo /D (a00044_gab00475fd98815bf4fb9aaf752030e7d2) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2945 0 obj << ++2379 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 172.3754 323.9941 182.5621] ++/Rect [338.45 395.503 436.192 406.392] + /Subtype /Link +-/A << /S /GoTo /D (a00044_ggab00475fd98815bf4fb9aaf752030e7d2a1b1b74aef138f64aff214a8cbdfe8eb4) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2946 0 obj << ++2381 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [365.8588 172.3754 502.8842 182.5621] ++/Rect [380.113 326.785 477.856 337.674] + /Subtype /Link +-/A << /S /GoTo /D (a00044_ggab00475fd98815bf4fb9aaf752030e7d2a1dc7dd5cdcd5796893a325a524555298) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2947 0 obj << ++2383 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 160.4203 315.5259 170.6069] ++/Rect [307.904 210.257 378.529 221.146] + /Subtype /Link +-/A << /S /GoTo /D (a00044_ggab00475fd98815bf4fb9aaf752030e7d2a0335311a0ee04166df2888d52b4a42c6) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2948 0 obj << ++2385 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [318.5147 160.4203 459.4154 170.6069] ++/Rect [337.942 153.494 408.566 164.383] + /Subtype /Link +-/A << /S /GoTo /D (a00044_ggab00475fd98815bf4fb9aaf752030e7d2aa6e49e54f52827cb143cc869cfd748af) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2949 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 143.7208 339.3166 154.2511] +-/Subtype /Link +-/A << /S /GoTo /D (a00044_ggab00475fd98815bf4fb9aaf752030e7d2aad6b9eaf2ee324ca58dc8f58094b9997) >> ++2366 0 obj << ++/D [2364 0 R /XYZ 160.667 686.127 null] + >> endobj +-2935 0 obj << +-/D [2933 0 R /XYZ 160.6675 686.127 null] ++2367 0 obj << ++/D [2364 0 R /XYZ 160.667 668.127 null] + >> endobj +-470 0 obj << +-/D [2933 0 R /XYZ 160.6675 668.127 null] ++2203 0 obj << ++/D [2364 0 R /XYZ 468.381 568.344 null] + >> endobj +-2920 0 obj << +-/D [2933 0 R /XYZ 160.6675 529.3626 null] ++2370 0 obj << ++/D [2364 0 R /XYZ 160.667 551.435 null] + >> endobj +-474 0 obj << +-/D [2933 0 R /XYZ 160.6675 513.8572 null] ++2337 0 obj << ++/D [2364 0 R /XYZ 160.667 509.425 null] + >> endobj +-2146 0 obj << +-/D [2933 0 R /XYZ 160.6675 368.9653 null] ++2372 0 obj << ++/D [2364 0 R /XYZ 160.667 494.672 null] + >> endobj +-478 0 obj << +-/D [2933 0 R /XYZ 160.6675 362.9251 null] ++2338 0 obj << ++/D [2364 0 R /XYZ 160.667 440.707 null] + >> endobj +-2936 0 obj << +-/D [2933 0 R /XYZ 160.6675 303.6869 null] ++2376 0 obj << ++/D [2364 0 R /XYZ 160.667 425.954 null] + >> endobj +-2932 0 obj << +-/Font << /F28 1626 0 R /F50 2389 0 R /F22 1616 0 R /F44 2094 0 R /F40 2081 0 R >> ++2208 0 obj << ++/D [2364 0 R /XYZ 160.667 361.981 null] ++>> endobj ++2380 0 obj << ++/D [2364 0 R /XYZ 160.667 347.229 null] ++>> endobj ++2282 0 obj << ++/D [2364 0 R /XYZ 160.667 243.172 null] ++>> endobj ++2382 0 obj << ++/D [2364 0 R /XYZ 160.667 228.419 null] ++>> endobj ++2283 0 obj << ++/D [2364 0 R /XYZ 160.667 186.743 null] ++>> endobj ++2384 0 obj << ++/D [2364 0 R /XYZ 160.667 171.99 null] ++>> endobj ++2345 0 obj << ++/D [2364 0 R /XYZ 160.667 118.025 null] ++>> endobj ++2363 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F49 703 0 R /F44 479 0 R /F14 608 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-2965 0 obj << +-/Length 2773 ++2388 0 obj << ++/Length 1769 + /Filter /FlateDecode + >> + stream +-x\n#7}WQ" ,10I`xlmmudwzz~.D-Grrt%?bT_i fu}FWwgD&A}{q[nW84# x5 Wtne|[x",UkE̚DSp|~ng~'03!df,dzƐɻG[*%RѼVƈS,aZb~z~=<_PD9-B'1;O+)O351N*$o@ay#(W~ǛW#ᩤ¥%[Poo%"!U|>]o}g|lyIKh9T_B# -CCfi9"ePƝrl|ahI %=UDI%W0(6)Չ,nn6$=P;jUEuA`VQNQ:eݛ KׯID!D2r"U9SD +-NZ&9bDF»҂͔?(0RquV. L`+`(4(3M +-7Siz$]YxOˡ`sұ)'-udyi?f ?ϥZ﮷ ~Oۻ߷גJ J8̓636s8[]6-ab=AU0(W F" #1[ +--P)\A# ZE~qER{b@za?iIR M-Hadc^ +-Ϩ:/ +-z0&4ʂF)S-*D8AGP8Ru\rOp+q>j@h-M;*.=9pEʎP6) njUf~>pa$]}6Ӭ^TG.G _'|vPӧ)-nA# 4`Gfy+Uj#*?p͹tn8Vu|CtU֙~" +-ab>$*bp7Cb +-kYEFx)Z*Ns"WIym^"aY]p[W QM9}YPE]ؙGjaU46)p$a;d;Ҁ=Fi"=B0!0,fB i?o4oe3ua<Ruym9M7'&k +-.VZ2."D!Όs'4fFnqAR :`lQ3I ,n2"e/ +-~zA;s.S\ eԮ 7/9+ g۸RX- m +-Qn۶Lctt3'a_~2T[-f +-f>4lI% +-.ݓWn?} ku(Qyt’Dǀ/~2 JTLSvE7`Gww7fO' آpƒf`Gz@!lkD0-clQߎLc6ս+UFۣNB#jsQ wN&iA-ZO W2&ON |#7܍~=9l +-ƆFyp%8E2q}tx_nfFYϝ'endstream ++xYKs6WVjD&[4I3=oI#KŎL"Wh$ ?.R,F51&hx4y[C_n?&j,əLn6_REZf\f[]>nBR%SFo7/jܢ_d~\P"IaM 6y\)@3׻_/†{kRQ̕gT0=HbVe™Lϻz}w~ܯKfREg"Lx{t'6Eζu]5pێM9%ƌLL v0@" ++A8S Q?NBBZh w<8  7\ױ#xD{.s"Uީ<;svp蠿vqe_J9lT(3 !=jUmr$HGr9OMY=8mQr[>lue)L4DVuO++|`ܺJd =[q_v9 ++6bPl^r>;C gU | ++3bhyDj H3Z{2eL731 k*2d&!4u3<(Kuc_-dmQb b0JHjw(Vc]]wj!5}Rc!R@%Vg203ɧJmx"`brr,ԫX\`/2b\!\\H9!`4T,ʹO] dVPk;UtcD?5~*iu[=Ιr&1Yd.5B3ׁ tAEq% L @wJ£P}iYHez؈q]0RT&0Ia`+;dL4MZlNEECgX~צ~ {ܦNl>xSqM|{jl|azVKƬ ++F^=MJn10wSqL؅H}E#: qzD<2fE3ND*ql0b2!=Ũp' oE: m *O7cfALD& @3UAO.Dhxy3Q,4b*/x$ ++MAYAXV(}\ ߂C 3ytrgROC8:aѨsCg|fE^3Y V3Qp5ו|3*!80^7`s i4eE&ZVM,[4}Qa~=O,-O{k|C%S'V &38rQS[oEubR?NPendstream + endobj +-2964 0 obj << ++2387 0 obj << + /Type /Page +-/Contents 2965 0 R +-/Resources 2963 0 R ++/Contents 2388 0 R ++/Resources 2386 0 R + /MediaBox [0 0 612 792] +-/Parent 2931 0 R +-/Annots [ 2968 0 R 2969 0 R 2970 0 R 2971 0 R 2972 0 R 2973 0 R 2974 0 R 2975 0 R 2976 0 R 2977 0 R 2978 0 R 2979 0 R 2980 0 R 2981 0 R 2982 0 R 2983 0 R 2984 0 R 2985 0 R 2986 0 R 2987 0 R 2988 0 R 2989 0 R 2990 0 R 2991 0 R 2992 0 R 2993 0 R 2994 0 R 2995 0 R 2996 0 R 2997 0 R 2998 0 R 2999 0 R 3000 0 R 3001 0 R 3002 0 R 3003 0 R 3004 0 R 3005 0 R 3006 0 R 3007 0 R 3008 0 R 3009 0 R 3010 0 R ] ++/Parent 2280 0 R ++/Annots [ 2391 0 R 2392 0 R 2394 0 R 2395 0 R 2397 0 R 2398 0 R 2400 0 R 2401 0 R 2403 0 R 2405 0 R 2407 0 R ] + >> endobj +-2968 0 obj << ++2391 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [247.3915 632.4432 367.8187 643.3471] ++/Rect [274.135 655.136 371.877 666.025] + /Subtype /Link +-/A << /S /GoTo /D (a00044_ga747962cbb16fd12ad6d126011c734a27) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2969 0 obj << ++2392 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [376.5285 632.4432 451.5766 643.3471] ++/Rect [148.214 643.181 245.957 654.07] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2970 0 obj << ++2394 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 620.488 135.5416 631.3919] ++/Rect [300.43 554.333 398.172 565.222] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2971 0 obj << ++2395 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [179.4003 620.488 274.9212 631.3919] ++/Rect [153.196 542.378 250.938 553.267] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga2f5276235841ad66a79bedad16a5a10c) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2972 0 obj << ++2397 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [314.4359 620.488 420.8859 631.3919] ++/Rect [266.589 453.541 337.213 464.42] + /Subtype /Link +-/A << /S /GoTo /D (a00044_gac9764f79505775d06407b40f5e4661e8) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2973 0 obj << ++2398 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [243.0476 569.8722 328.0579 580.7762] ++/Rect [353.834 453.541 451.577 464.42] + /Subtype /Link +-/A << /S /GoTo /D (a00044_ga8b6d1d90227aff8e44ef26bc1f8a8f95) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2974 0 obj << ++2400 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [334.5947 569.8722 409.0948 580.7762] ++/Rect [155.686 382.308 226.311 393.197] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2975 0 obj << ++2401 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 557.9171 221.3192 568.821] ++/Rect [314.549 382.308 412.292 393.197] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2976 0 obj << ++2403 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [252.2528 557.9171 358.7028 568.821] ++/Rect [258.549 323.04 329.174 333.93] + /Subtype /Link +-/A << /S /GoTo /D (a00044_gac9764f79505775d06407b40f5e4661e8) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2977 0 obj << ++2405 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [246.6543 519.2565 368.1875 530.1604] ++/Rect [258.081 251.818 355.824 262.707] + /Subtype /Link +-/A << /S /GoTo /D (a00044_ga7b46a4ca0b2db9723ca73b0c148ccd93) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2978 0 obj << ++2407 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [376.5285 519.2565 451.5766 530.1604] ++/Rect [263.88 141.956 334.504 152.845] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2979 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 507.3013 135.5416 518.2053] +-/Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++2389 0 obj << ++/D [2387 0 R /XYZ 106.869 686.127 null] + >> endobj +-2980 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [181.407 507.3013 250.9157 518.2053] +-/Subtype /Link +-/A << /S /GoTo /D (a00034_ga37e35730fa7e775b5bb0afe893d6d508) >> ++2390 0 obj << ++/D [2387 0 R /XYZ 106.869 668.127 null] + >> endobj +-2981 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [292.4371 507.3013 398.887 518.2053] +-/Subtype /Link +-/A << /S /GoTo /D (a00044_gac9764f79505775d06407b40f5e4661e8) >> ++2344 0 obj << ++/D [2387 0 R /XYZ 132.931 591.827 null] + >> endobj +-2982 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [242.4948 456.6856 328.6111 467.5895] +-/Subtype /Link +-/A << /S /GoTo /D (a00044_gab07aedba1119f99130e5f0b796b7d8a5) >> ++2393 0 obj << ++/D [2387 0 R /XYZ 106.869 572.83 null] + >> endobj +-2983 0 obj << ++2206 0 obj << ++/D [2387 0 R /XYZ 147.168 491.024 null] ++>> endobj ++2396 0 obj << ++/D [2387 0 R /XYZ 106.869 472.027 null] ++>> endobj ++2205 0 obj << ++/D [2387 0 R /XYZ 106.869 417.645 null] ++>> endobj ++2399 0 obj << ++/D [2387 0 R /XYZ 106.869 400.804 null] ++>> endobj ++2243 0 obj << ++/D [2387 0 R /XYZ 106.869 358.377 null] ++>> endobj ++2402 0 obj << ++/D [2387 0 R /XYZ 106.869 341.537 null] ++>> endobj ++2289 0 obj << ++/D [2387 0 R /XYZ 106.869 287.528 null] ++>> endobj ++2404 0 obj << ++/D [2387 0 R /XYZ 106.869 270.687 null] ++>> endobj ++2204 0 obj << ++/D [2387 0 R /XYZ 106.869 179.35 null] ++>> endobj ++2406 0 obj << ++/D [2387 0 R /XYZ 106.869 162.51 null] ++>> endobj ++2247 0 obj << ++/D [2387 0 R /XYZ 106.869 118.025 null] ++>> endobj ++2386 0 obj << ++/Font << /F28 362 0 R /F49 703 0 R /F22 352 0 R /F44 479 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++2410 0 obj << ++/Length 1677 ++/Filter /FlateDecode ++>> ++stream ++xYK6Wh#ǾRޒ`]nCHQfQZpCdHF$FRLjUf=z <}x3ՙAF.0d"<پ_LW9!/vEi}\,V9xkYYX]}[=<:)z&gbA uD'&r=u!Qc )IbƙQKDaȴ?TĀrD嬛D,C߰ZEq<4v0Ȅ؁pl+Mu8#E&#Y<,"1?t4! ++kG ++Aw 0(0y<@'y!qxH= 8K"%Ҥl1f8ՎOEPCVH(QpY"V2C't&C:b,LK<#c.Oys/Y Q:VdyOy39xz %YA& ^Ah06qXˉ03|%8}||܃5Yc-gNd>ո^d&Y# (\)|xwf2 JH gSlCd "H8>==b"jTRꗯf-Muv.%T ++C?7 ٔ4%"(Jfw6{%aoVa:,9tvI~J09L@2)` ++L&f ++w&-+;p wt~,W[ ++'*{I>%3QUw~FXd'EP{D'ՠi-V ++6T@DOC|@cɉM(>9=& r;pMyIMϽlnMmjN!%xUQ*-QA7'~h_?_= O1C]^(ܦ.H ö8A=' oC$":#iC=^Yc_B6ſiCcby 4*l.8a]G|@bM"Nz$0I񱻆uRD NBW?@xԅ?KUҮ6fDOB{| ]mެC`onĭ=Ùqm067š8)Y> endobj ++2413 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [334.8712 456.6856 409.3713 467.5895] ++/Rect [368.543 655.136 439.168 666.025] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2984 0 obj << ++2415 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 444.7304 195.307 455.6343] ++/Rect [351.201 586.452 421.825 597.341] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2985 0 obj << ++2417 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [226.2407 444.7304 332.6906 455.6343] ++/Rect [336.154 517.769 433.896 528.658] + /Subtype /Link +-/A << /S /GoTo /D (a00044_gac9764f79505775d06407b40f5e4661e8) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2986 0 obj << ++2418 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [259.2051 406.0698 402.3172 416.9738] ++/Rect [206.994 505.814 304.736 516.703] + /Subtype /Link +-/A << /S /GoTo /D (a00044_gaf10d18cd4703ec980d7440a1c23fa07f) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2987 0 obj << ++2420 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [416.9367 406.0698 451.5766 416.9738] ++/Rect [325.981 449.085 423.724 459.974] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2988 0 obj << ++2421 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 394.1147 175.9499 405.0186] ++/Rect [206.994 437.13 304.736 448.019] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2989 0 obj << ++2423 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [314.3819 394.1147 409.9028 405.0186] ++/Rect [315.764 380.402 413.507 391.291] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga2f5276235841ad66a79bedad16a5a10c) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2990 0 obj << ++2425 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 382.1595 237.2296 393.0634] ++/Rect [338.431 323.673 436.174 334.562] + /Subtype /Link +-/A << /S /GoTo /D (a00044_gac9764f79505775d06407b40f5e4661e8) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2991 0 obj << ++2426 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [238.4412 343.4989 346.1363 354.4028] ++/Rect [206.994 311.718 304.736 322.607] + /Subtype /Link +-/A << /S /GoTo /D (a00044_gac63c4517e71b3f0d41b3dee3e83dc55c) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2992 0 obj << ++2428 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [350.3687 343.4989 424.8688 354.4028] ++/Rect [312.985 254.99 410.728 265.879] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2993 0 obj << ++2430 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [222.2529 331.5437 312.7925 342.4477] ++/Rect [319.441 198.261 417.183 209.151] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2994 0 obj << ++2432 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [345.1266 331.5437 451.5766 342.4477] ++/Rect [309.668 141.533 407.41 152.422] + /Subtype /Link +-/A << /S /GoTo /D (a00044_gac9764f79505775d06407b40f5e4661e8) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2995 0 obj << ++2411 0 obj << ++/D [2409 0 R /XYZ 160.667 686.127 null] ++>> endobj ++2412 0 obj << ++/D [2409 0 R /XYZ 160.667 668.127 null] ++>> endobj ++2246 0 obj << ++/D [2409 0 R /XYZ 160.667 619.673 null] ++>> endobj ++2414 0 obj << ++/D [2409 0 R /XYZ 160.667 604.948 null] ++>> endobj ++2341 0 obj << ++/D [2409 0 R /XYZ 160.667 550.989 null] ++>> endobj ++2416 0 obj << ++/D [2409 0 R /XYZ 160.667 536.265 null] ++>> endobj ++2343 0 obj << ++/D [2409 0 R /XYZ 160.667 482.305 null] ++>> endobj ++2419 0 obj << ++/D [2409 0 R /XYZ 160.667 467.581 null] ++>> endobj ++2288 0 obj << ++/D [2409 0 R /XYZ 160.667 413.622 null] ++>> endobj ++2422 0 obj << ++/D [2409 0 R /XYZ 160.667 398.898 null] ++>> endobj ++2342 0 obj << ++/D [2409 0 R /XYZ 160.667 356.894 null] ++>> endobj ++2424 0 obj << ++/D [2409 0 R /XYZ 160.667 342.169 null] ++>> endobj ++2286 0 obj << ++/D [2409 0 R /XYZ 160.667 288.21 null] ++>> endobj ++2427 0 obj << ++/D [2409 0 R /XYZ 160.667 273.486 null] ++>> endobj ++2287 0 obj << ++/D [2409 0 R /XYZ 160.667 231.482 null] ++>> endobj ++2429 0 obj << ++/D [2409 0 R /XYZ 160.667 216.758 null] ++>> endobj ++2291 0 obj << ++/D [2409 0 R /XYZ 160.667 174.753 null] ++>> endobj ++2431 0 obj << ++/D [2409 0 R /XYZ 160.667 160.029 null] ++>> endobj ++2408 0 obj << ++/Font << /F28 362 0 R /F49 703 0 R /F22 352 0 R /F44 479 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++2435 0 obj << ++/Length 1706 ++/Filter /FlateDecode ++>> ++stream ++xYێ6}W*K&M~Kckm;)eYh +33Cd`4~5|fB<$o1yn>3d>0d"m]'X)lqvz~v{1(:k#V F1"d <1lUC24.-1WA bX_I@ZLJO"yNb$ l=&uLǔ#ِu[V\6'{ WwSr358\ж1-uʉj(s+{ ++ _a `IqW-xj>&Xn&HcIl]&G rڢ,fפ EcUwCaB"!:t1I\`@RXOxWe []D%]ʡC9`5ܲ P|N ­a<|S V9B5é9tܩX^85#)9aaE|4Q.xv C7ė&%[ r8 6j A$9tUTQ1r :nE%q#*-}7&6,uy^H@>(veMhT_3(P4\o͈M^4Z0q]uP\P{*"Y*'G&E&krrnER L3(R>wJO/ 31] s4lQc] ++k|թ'@V.접FCQ$e)aY+R5q}qW&$7ҡS1U  (*&qWIDGQb{8@#UjSa"3iǐnl|t8vO!mʋl;5 U>\HS7\)Qu/MuCSTnjpgЈ@0aPxЎ 6E<PI\G m{k,iy\RZ`R& 0n(5-f05m߰;HC5fI55t.-:tbP viz\#J$2JDC(APsiPmY[JEv;l/ÒYIt'"3򱨇2F6TJu{my`&Lj݀HDaq[Q[fe+@LX⡎g Br8ַ;(C=q9 7%Y;tswUA` bNB=8i `r" ++LIC؇)$> endobj ++2438 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [258.468 280.928 402.686 291.8319] ++/Rect [259.808 601.555 357.551 612.444] + /Subtype /Link +-/A << /S /GoTo /D (a00044_ga22074ed072e1039f74f17f7b16e9e39d) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2996 0 obj << ++2440 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [416.9367 280.928 451.5766 291.8319] ++/Rect [261.436 481.599 332.061 492.478] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2997 0 obj << ++2441 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 268.9728 175.9499 279.8768] ++/Rect [349.81 481.599 447.553 492.478] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2998 0 obj << ++2443 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [303.0839 268.9728 372.5926 279.8768] ++/Rect [265.742 411.242 336.367 422.131] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga37e35730fa7e775b5bb0afe893d6d508) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2999 0 obj << ++2445 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [416.9367 268.9728 451.5766 279.8768] ++/Rect [257.136 352.86 327.761 363.739] + /Subtype /Link +-/A << /S /GoTo /D (a00044_gac9764f79505775d06407b40f5e4661e8) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-3000 0 obj << ++2446 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 257.0177 207.8997 267.9216] ++/Rect [345.609 352.86 443.352 363.739] + /Subtype /Link +-/A << /S /GoTo /D (a00044_gac9764f79505775d06407b40f5e4661e8) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3001 0 obj << ++2447 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [237.8883 218.3571 346.6895 229.261] ++/Rect [191.392 340.895 289.135 351.784] + /Subtype /Link +-/A << /S /GoTo /D (a00044_gabaf9c13f1fa301d6895594cec52226e2) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3002 0 obj << ++2449 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [350.6452 218.3571 425.1453 229.261] ++/Rect [259.087 282.504 329.712 293.393] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-3003 0 obj << ++2451 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [237.7528 206.4019 302.2802 217.3058] ++/Rect [304.563 224.112 375.188 235.001] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-3004 0 obj << ++2453 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [344.5786 206.4019 451.5766 217.3058] ++/Rect [288.975 153.765 359.6 164.654] + /Subtype /Link +-/A << /S /GoTo /D (a00044_gac9764f79505775d06407b40f5e4661e8) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-3005 0 obj << ++2436 0 obj << ++/D [2434 0 R /XYZ 106.869 686.127 null] ++>> endobj ++2290 0 obj << ++/D [2434 0 R /XYZ 106.869 636.162 null] ++>> endobj ++2437 0 obj << ++/D [2434 0 R /XYZ 106.869 620.052 null] ++>> endobj ++2340 0 obj << ++/D [2434 0 R /XYZ 106.869 516.195 null] ++>> endobj ++2439 0 obj << ++/D [2434 0 R /XYZ 106.869 500.085 null] ++>> endobj ++2244 0 obj << ++/D [2434 0 R /XYZ 106.869 445.848 null] ++>> endobj ++2442 0 obj << ++/D [2434 0 R /XYZ 106.869 429.738 null] ++>> endobj ++2336 0 obj << ++/D [2434 0 R /XYZ 106.869 387.457 null] ++>> endobj ++2444 0 obj << ++/D [2434 0 R /XYZ 106.869 371.347 null] ++>> endobj ++2248 0 obj << ++/D [2434 0 R /XYZ 106.869 317.11 null] ++>> endobj ++2448 0 obj << ++/D [2434 0 R /XYZ 106.869 301 null] ++>> endobj ++2281 0 obj << ++/D [2434 0 R /XYZ 106.869 258.718 null] ++>> endobj ++2450 0 obj << ++/D [2434 0 R /XYZ 106.869 242.608 null] ++>> endobj ++2249 0 obj << ++/D [2434 0 R /XYZ 106.869 188.372 null] ++>> endobj ++2452 0 obj << ++/D [2434 0 R /XYZ 106.869 172.262 null] ++>> endobj ++1392 0 obj << ++/D [2434 0 R /XYZ 106.869 118.025 null] ++>> endobj ++2433 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F49 703 0 R /F44 479 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++2457 0 obj << ++/Length 1718 ++/Filter /FlateDecode ++>> ++stream ++xXێ6}WbWIR &4Xhe+T\]l3")]/( q3dK ++?d%A.( 䰠= ^0g6ѷo~R7&!ra`S\nLNqfʬ7\/Eg隭GU 4z[l_$u\E|fm9EB1?>fAmJBH2->,~&c|iˊP_ج(o9Unݧ!>U4g鮗Y7=I)1A`8Iє eL\K}v-1\[r&&G1քM6<*$ Zӟ\9ڜQa|k_šY?IL=D9XL/RHΈ8d 6$6ocB}65뿇UmRY?ĵoͱ,SUw[ gyRr3!UKNp 9_ٕdK֡|#&׆ Limq;" I$gV9qiz\lJvnNI$vTLK#,,Uu& c31YZoEefP8j0#iqM;iNCĨTHT3'2*IWEnXQ3x@lIfO3 2|u'ҕqP]LiմCF˺FDxڔ/ǽSֵ<w/ @QtGdr0+291ͦg4=M&AMBDMܔW7ǰCi`mb(foN-*oR <]qu2 8]+Y,e'0E^! ++ܭh Ńyo $k(g؃eʌ"<,fڧEe5C#P-PG=#C8فY9 l%5 ++甒̧Ji4JIhx tl&|%L \_DZZҵɚ?6 ++W8xO˙p馻ľTN}̰y֡η5Yq\+°wH<)HqNH5UÉzSZ? V5pRPBBh[BBD#a{W^ e1Y ++{CgV,Dx2Eψ)2R/oB12{#}`nPړ Q6|h'A7p$yV9S`Ȩz\ ++r˂ɾW{m /7ya Pcs%w_Hܴ[zNׂ*_"jq8#JMm>mUK+1H쎝.cQU}BB|QY7k#*uhӇ~CwʝN<؊E ++{O g䛳̧m4] T ]fzpC \_W6C^a|![]:sT {ՋUMpbQICPg#W`0&7X/\Jnךn\9*opoQG ++k~ؚML.m4 endstream ++endobj ++2456 0 obj << ++/Type /Page ++/Contents 2457 0 R ++/Resources 2455 0 R ++/MediaBox [0 0 612 792] ++/Parent 2454 0 R ++/Annots [ 2460 0 R 2462 0 R 2464 0 R 2466 0 R 2468 0 R 2470 0 R ] ++>> endobj ++2460 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 194.4467 135.5416 205.3507] ++/Rect [332.273 655.136 402.897 666.025] + /Subtype /Link +-/A << /S /GoTo /D (a00044_gac9764f79505775d06407b40f5e4661e8) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-3006 0 obj << ++2462 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [259.949 156.1598 401.9451 166.6901] ++/Rect [206.994 554.316 304.736 565.205] + /Subtype /Link +-/A << /S /GoTo /D (a00044_gade5e2c28ea8475a479bf2b1df36c6ccd) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3007 0 obj << ++2464 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [416.9367 156.1598 451.5766 166.6901] ++/Rect [321.754 414.839 392.379 425.728] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-3008 0 obj << ++2466 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 143.831 175.9499 154.7349] ++/Rect [206.994 314.019 304.736 324.908] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3009 0 obj << ++2468 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [356.0557 143.831 451.5766 154.7349] ++/Rect [206.994 242.779 304.736 253.668] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga2f5276235841ad66a79bedad16a5a10c) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3010 0 obj << ++2470 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [166.1965 131.8758 272.6464 142.7798] ++/Rect [355.047 153.914 425.672 164.803] + /Subtype /Link +-/A << /S /GoTo /D (a00044_gac9764f79505775d06407b40f5e4661e8) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-2966 0 obj << +-/D [2964 0 R /XYZ 106.8692 686.127 null] ++2458 0 obj << ++/D [2456 0 R /XYZ 160.667 686.127 null] + >> endobj +-2967 0 obj << +-/D [2964 0 R /XYZ 106.8692 651.2962 null] ++2459 0 obj << ++/D [2456 0 R /XYZ 160.667 668.127 null] + >> endobj +-2963 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F40 2081 0 R /F56 2793 0 R /F14 2227 0 R >> ++2207 0 obj << ++/D [2456 0 R /XYZ 372.411 603.779 null] ++>> endobj ++2461 0 obj << ++/D [2456 0 R /XYZ 160.667 584.767 null] ++>> endobj ++2238 0 obj << ++/D [2456 0 R /XYZ 160.667 449.856 null] ++>> endobj ++2463 0 obj << ++/D [2456 0 R /XYZ 160.667 433.001 null] ++>> endobj ++2240 0 obj << ++/D [2456 0 R /XYZ 288.008 363.482 null] ++>> endobj ++2465 0 obj << ++/D [2456 0 R /XYZ 160.667 344.47 null] ++>> endobj ++2239 0 obj << ++/D [2456 0 R /XYZ 160.667 290.085 null] ++>> endobj ++2467 0 obj << ++/D [2456 0 R /XYZ 160.667 273.23 null] ++>> endobj ++2241 0 obj << ++/D [2456 0 R /XYZ 337.931 191.422 null] ++>> endobj ++2469 0 obj << ++/D [2456 0 R /XYZ 160.667 172.41 null] ++>> endobj ++2285 0 obj << ++/D [2456 0 R /XYZ 160.667 118.025 null] ++>> endobj ++2455 0 obj << ++/Font << /F28 362 0 R /F49 703 0 R /F22 352 0 R /F44 479 0 R /F14 608 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-3022 0 obj << +-/Length 2894 ++2473 0 obj << ++/Length 1330 + /Filter /FlateDecode + >> + stream +-xڽ[ms6_Li&w:Y٢KM}$$еsNKw.,,0CDb$ %"T-vwgxq׾?#fAݧ^d$Oס-ap祢5eOm |[Ca˧?y!_ +-x3p 1.gwdp5J$#ڇDIQak~M(D\8@kǓT +-,lix+DOb8RPo֡7 %oʶ,l=lH˻N|!eW2v(cwXlqnj}A Q֔uh<*vt2HbEZhPyF=,+ҡHg:4aTlts %ɩbZ@>0R#NOL]eLf 4*jD DֶvΡ!,R Z轫w`'ל\C/85ʵu5:Q>uLvr5R!̡t%£2lpABմ Ҝ `} f3"GPS6|46s-eLgvh"!f_O=\70Rql1eVH +- ueMK,r`ye 9׿=߱2CV>SՈJr3vO sllHǣ2LYsFG>,ݹg)aG8\D *cg11 b[uxCD'v3M:2cs 3%d~<>Cbjw.g8F&)ʠGFD'Pjj='kh#աT{WSh,EBs~uNsaGm:aY &t:dTqqȨJT3b}<:|n_ a5d&|s/ Bq&92yn>`lwC5(xTz]>0;3'miŰL LӡD9Mm]rB +- 3N`. 5/Wa,_a +-+LwFeĀGK #vOayQɯA&pGe8f_0؝1c-N:߯兰ZmH=870܄)3v{b(?$#Q" Zj?3}BeXL\~Ү&m5͉ͦu]/m{]_2 Hk M$f(`,XrfAe^lɍY%[akD3̆2dvwi TYluS'T6b0Eʐr؝XQ,ݹr +-W:Vrd*Gu}EUk +- :t7uxC>OڄA!01'Cex@ؐ Uu(sy,ᨻ >^Miw0LU{ eK'ޙP3M +-ׇ؎ O=S^9U+\۫fO=$5# ?ޞ&vg\W !1m\\m;pppTjcpi8w>ݻcGy}^nZI凿m?+hpc%ncx}?+ u9"|P6nU0d8Y{7]{@dh|7Դ]Xmue_/0W"}t}f7#/~)&Z`MƧendstream ++xڥXˎ6+db~̮mҴAmE4hlǨ-Me3Rlh0 S{}X$G2%dRKDʖְ~FI1ٷ?Rd$#b)yAO[-aORؠ>} ++~aČ^`1&goGg=Cr7QhD錈#zY ++NOۦ^˶Yǟk7d'8&#F3 E`"vi-z9/™b#(1&Mb𲀐cT#88F8C\ LxC ++nm[Г!G tw~h9?s"F ++@^#~PtO𰯼q&IM2NI 08&ծR ++`Knڕ }C ^akRT! RkJE`*=ry)cFPb{0B?M%!oSQefM66 L"7yܒJw0<?%S!餜)VP9#QM*&\fg*"0OTUL ++M%R`U$\YRt{>t CNӣ]y~㞬ZG8tdVAMT!h\>vlSx3f?,;*jHlX(q B,3(`Zg+>3Z9"0;Vf%=CK(I\m ++͎lcq kI®+GϰqꙜnDD 5a>-b6צɧ[R3BŵE`wg3$ kG 6IQf37tkH(%:U13FR다.onŠ<.S3\fh0as2=uD 6 j0#+^\S %FMᏦ S}|AbT'spɆP֫xngǻItveB9\SU!s> endobj +-3024 0 obj << ++2476 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [292.7972 642.4952 399.3765 653.3991] ++/Rect [342.446 655.146 440.189 666.025] + /Subtype /Link +-/A << /S /GoTo /D (a00044_ga06594edeb4728cb9e014aed924d1e74a) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3025 0 obj << ++2478 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [403.8879 642.4952 478.388 653.3991] ++/Rect [326.511 586.647 424.253 597.526] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3026 0 obj << ++2480 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [341.3309 630.54 431.8705 641.444] ++/Rect [269.15 518.138 366.892 529.027] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3027 0 obj << ++2482 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [470.735 630.54 505.3748 641.444] ++/Rect [261.968 402.082 332.593 412.961] + /Subtype /Link +-/A << /S /GoTo /D (a00044_gac9764f79505775d06407b40f5e4661e8) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-3028 0 obj << ++2483 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 618.5849 261.698 629.4888] ++/Rect [350.329 402.082 448.072 412.961] + /Subtype /Link +-/A << /S /GoTo /D (a00044_gac9764f79505775d06407b40f5e4661e8) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3029 0 obj << ++2484 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [313.0101 580.6013 456.1121 591.5052] ++/Rect [191.392 390.117 289.135 401.006] + /Subtype /Link +-/A << /S /GoTo /D (a00044_ga106e6fcd764d17be682faf7a5bc95720) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3030 0 obj << ++2486 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [470.735 580.6013 505.3748 591.5052] ++/Rect [265.543 333.573 336.168 344.462] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-3031 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 568.6461 229.7482 579.5501] +-/Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++2474 0 obj << ++/D [2472 0 R /XYZ 106.869 686.127 null] + >> endobj +-3032 0 obj << ++2475 0 obj << ++/D [2472 0 R /XYZ 106.869 668.127 null] ++>> endobj ++2284 0 obj << ++/D [2472 0 R /XYZ 106.869 619.703 null] ++>> endobj ++2477 0 obj << ++/D [2472 0 R /XYZ 106.869 605.133 null] ++>> endobj ++2292 0 obj << ++/D [2472 0 R /XYZ 106.869 551.204 null] ++>> endobj ++2479 0 obj << ++/D [2472 0 R /XYZ 106.869 536.634 null] ++>> endobj ++2339 0 obj << ++/D [2472 0 R /XYZ 106.869 435.138 null] ++>> endobj ++2481 0 obj << ++/D [2472 0 R /XYZ 106.869 420.568 null] ++>> endobj ++2242 0 obj << ++/D [2472 0 R /XYZ 106.869 366.639 null] ++>> endobj ++2485 0 obj << ++/D [2472 0 R /XYZ 106.869 352.069 null] ++>> endobj ++2471 0 obj << ++/Font << /F28 362 0 R /F49 703 0 R /F22 352 0 R /F44 479 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++2489 0 obj << ++/Length 1819 ++/Filter /FlateDecode ++>> ++stream ++xYK6Wh1#6m)rOI`hmQrP%J%ɡ=DgÙP$G"1R%RKDJ6N`"K/ ^^:1HE)“Ü`XBK z-Tb7 x nb{koyʴŧwoW)j>| #ft cq=2Qh~59b Ftaڸ`);T̋{٧9C۸1ۺ#Be,a ۳:6;ܺG+4/3 15B/=a JY<ypYG{Å* /3jK4ohܛu"IJsH9/ įf l#JQQHו^̨T@" úq@ך sYY0aѤ@U|` ++lW?@fPIE%Dlr 95@C\538kP?ZՑl 7yJ6)P2`ܖ  B4B;܅iD] ++2 Bp$/3 0jW^`f*'=E_e b2C1 Z#عyQߘHsݒ!f0:/=a&fu{Q\B10`k9 ++$b )x=)"JYn>i‰`<2I p$F}Qƀ1ƠO c|Q4gn&D"mQjei)T R4˸ұuF۠@$5zPȔ ++E-qSXo3& ++K/ `t7Vˌ ++*s8ڒJc:NL0^- c/z*1BHuOhLdUV-75ԗ-A ++U09uMr3 ++);pD :r7"FzaTB Cc+Z&Vhb7A#-ͧ4n&- Cealk6g_%f(ëzf;A2Om$=e1sv/ϫk LKV셏Ցl.(:Q>-rV)2@V$}vt.]cJ%ǝm\omH/cqsQŋr^{qoq!N퇮r}S?`T!6iC/n,͗aOBgd a'|lg?1 sb:`@ZH >`2&p]/DFM{bX"eLŇ )'7^ƆAJY)iLQe. Lq횯z80'F%C7C16~7t";NT;;a'a[f"F!ro pq^&5ڋ; &wƮmvȎ|oZ:?OY]0%X J~քtl|ּC}_ 1endstream ++endobj ++2488 0 obj << ++/Type /Page ++/Contents 2489 0 R ++/Resources 2487 0 R ++/MediaBox [0 0 612 792] ++/Parent 2454 0 R ++/Annots [ 2493 0 R 2494 0 R 2495 0 R 2496 0 R 2497 0 R 2498 0 R 2502 0 R 2503 0 R 2506 0 R 2507 0 R ] ++>> endobj ++2493 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [398.5339 568.6461 468.0426 579.5501] ++/Rect [225.09 602.418 380.685 613.322] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga37e35730fa7e775b5bb0afe893d6d508) >> ++/A << /S /GoTo /D (a00059_ga0) >> + >> endobj +-3033 0 obj << ++2494 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 556.691 291.0278 567.5949] ++/Rect [385.659 602.418 460.159 613.322] + /Subtype /Link +-/A << /S /GoTo /D (a00044_gac9764f79505775d06407b40f5e4661e8) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3034 0 obj << ++2495 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [292.2444 518.7074 399.9296 529.6113] ++/Rect [184.578 590.463 275.117 601.367] + /Subtype /Link +-/A << /S /GoTo /D (a00044_gac02ee8f7606382ea7855ae4e1656ed0f) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-3035 0 obj << ++2496 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [404.1644 518.7074 478.6645 529.6113] ++/Rect [222.352 551.609 389.563 562.513] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00059_ga1) >> + >> endobj +-3036 0 obj << ++2497 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [328.8752 506.7522 393.4026 517.6562] ++/Rect [393.168 551.609 467.668 562.513] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3037 0 obj << ++2498 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [428.1152 506.7522 505.3748 517.6562] ++/Rect [189.559 539.653 254.087 550.557] + /Subtype /Link +-/A << /S /GoTo /D (a00044_gac9764f79505775d06407b40f5e4661e8) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-3038 0 obj << ++2502 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 494.7971 219.0782 505.701] ++/Rect [420.983 455.349 497.694 466.228] + /Subtype /Link +-/A << /S /GoTo /D (a00044_gac9764f79505775d06407b40f5e4661e8) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3039 0 obj << ++2503 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [308.2736 456.8135 358.963 467.7174] ++/Rect [246.26 443.394 313.557 454.273] + /Subtype /Link +-/A << /S /GoTo /D (a00044_gac5586e58cf25c3596b7d4aa31ce13259) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-3040 0 obj << ++2506 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [363.5794 456.8135 438.0795 467.7174] ++/Rect [408.824 315.736 485.536 326.615] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3041 0 obj << ++2507 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [330.1111 407.2483 458.8371 417.7787] ++/Rect [246.208 303.78 340.623 314.66] + /Subtype /Link +-/A << /S /GoTo /D (a00044_gaeaa00714a9c4319bda0a74ca6f8720e8) >> ++/A << /S /GoTo /D (a00036_ga1) >> ++>> endobj ++2490 0 obj << ++/D [2488 0 R /XYZ 160.667 686.127 null] ++>> endobj ++2491 0 obj << ++/D [2488 0 R /XYZ 160.667 668.127 null] ++>> endobj ++214 0 obj << ++/D [2488 0 R /XYZ 160.667 668.127 null] ++>> endobj ++2492 0 obj << ++/D [2488 0 R /XYZ 160.667 621.368 null] ++>> endobj ++2499 0 obj << ++/D [2488 0 R /XYZ 160.667 502.333 null] ++>> endobj ++2500 0 obj << ++/D [2488 0 R /XYZ 160.667 475.848 null] ++>> endobj ++2501 0 obj << ++/D [2488 0 R /XYZ 160.667 475.848 null] ++>> endobj ++2504 0 obj << ++/D [2488 0 R /XYZ 272.188 350.949 null] ++>> endobj ++2505 0 obj << ++/D [2488 0 R /XYZ 160.667 335.198 null] + >> endobj +-3042 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [470.735 407.2483 505.3748 417.7787] +-/Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++2487 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F14 608 0 R /F40 469 0 R /F44 479 0 R /F49 703 0 R >> ++/ProcSet [ /PDF /Text ] + >> endobj +-3043 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 394.9196 229.7482 405.8235] +-/Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++2510 0 obj << ++/Length 2080 ++/Filter /FlateDecode ++>> ++stream ++xڭYێ6}WQ,ǴM/H^OIPl]KNߡHJ.b:;3Ό?$8EYi"Br=aA,d0kq-R)[> yS31"J-3PLqVXNHd[$1{"G&agFAJ-/ dFěiSS5Qt c92p ++ZS* ++iqW2 zs$3/{lq=Zy:yתx\niEc7J2E0QsQz 槷ߛ\pLxƎ'#?gZ CGy4iRnu|,O ++aE=0Q;4pC f{\) ++ןZj}` lNQu=YYeqٶm`nԐ/ /N >t?5sendstream ++endobj ++2509 0 obj << ++/Type /Page ++/Contents 2510 0 R ++/Resources 2508 0 R ++/MediaBox [0 0 612 792] ++/Parent 2454 0 R ++/Annots [ 2514 0 R 2515 0 R 2516 0 R 2517 0 R 2518 0 R 2519 0 R 2520 0 R 2521 0 R 2526 0 R 2527 0 R 2530 0 R 2533 0 R 2534 0 R ] + >> endobj +-3044 0 obj << ++2514 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [330.498 394.9196 426.0188 405.8235] ++/Rect [143.791 601.546 275.834 612.45] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga2f5276235841ad66a79bedad16a5a10c) >> ++/A << /S /GoTo /D (a00060_ga0) >> + >> endobj +-3045 0 obj << ++2515 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [470.735 394.9196 505.3748 405.8235] ++/Rect [325.866 601.546 390.394 612.45] + /Subtype /Link +-/A << /S /GoTo /D (a00044_gac9764f79505775d06407b40f5e4661e8) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-3046 0 obj << ++2516 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 382.9644 261.698 393.8683] ++/Rect [149.657 561.773 270.094 572.677] + /Subtype /Link +-/A << /S /GoTo /D (a00044_gac9764f79505775d06407b40f5e4661e8) >> ++/A << /S /GoTo /D (a00060_ga1) >> + >> endobj +-3047 0 obj << ++2517 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [306.8241 344.9808 400.1333 355.8848] ++/Rect [279.776 561.773 354.276 572.677] + /Subtype /Link +-/A << /S /GoTo /D (a00044_ga221a7edc5d436300374fa16463f607e5) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3048 0 obj << ++2518 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [404.2663 344.9808 478.7664 355.8848] ++/Rect [130.78 549.818 221.319 560.722] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-3049 0 obj << ++2519 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [247.5825 333.0257 338.122 343.9296] ++/Rect [149.446 510.045 270.989 520.949] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00060_ga2) >> + >> endobj +-3050 0 obj << ++2520 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [369.5946 333.0257 476.0445 343.9296] ++/Rect [280.46 510.045 354.96 520.949] + /Subtype /Link +-/A << /S /GoTo /D (a00044_gac9764f79505775d06407b40f5e4661e8) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3051 0 obj << ++2521 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [291.9871 283.0869 338.7912 293.9909] ++/Rect [130.78 498.09 195.307 508.994] + /Subtype /Link +-/A << /S /GoTo /D (a00044_ga986d9b4cc76da592c4b937c6cb7d9d56) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-3052 0 obj << ++2526 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [342.8973 283.0869 417.3974 293.9909] ++/Rect [296.719 340.345 373.431 351.234] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3053 0 obj << ++2527 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [315.2053 256.9464 367.0055 266.8516] ++/Rect [163.716 328.4 231.013 339.279] + /Subtype /Link +-/A << /S /GoTo /D (a00044_gac5586e58cf25c3596b7d4aa31ce13259) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-3054 0 obj << ++2530 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [377.4672 256.9464 466.6211 266.8516] ++/Rect [358.284 241.027 425.581 251.916] + /Subtype /Link +-/A << /S /GoTo /D (a00044_ga221a7edc5d436300374fa16463f607e5) >> +->> endobj +-3023 0 obj << +-/D [3021 0 R /XYZ 160.6675 686.127 null] +->> endobj +-482 0 obj << +-/D [3021 0 R /XYZ 160.6675 234.6389 null] +->> endobj +-3020 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F14 2227 0 R /F40 2081 0 R /F56 2793 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-3064 0 obj << +-/Length 2155 +-/Filter /FlateDecode +->> +-stream +-xڥko8{E>&D_;ӝŴk3MĸfsHQrC(")RĈß 8L(C&d4ohs_6DO,Q’Pٲ+aP\6 5ʀͶ(g"W0P1Ƒ1aHmq X$y|L%=3Ni?Y^uYsuf^Pkt<UP2eoƦ"z4UfAqK4eiՎ_&7١A@hiTgqBYc6יq6&bIą N\Q)oocmWlwXaw!*_ߟ?=><營|9LuωS͢X2f<Th|6qa5 M4H딠b/: UvrPN4C*'Hu8rx1pӁPe'a0ư(i2uYng}j^*.Kisd,Tϓof41jyQб!nB +-0'#!d:X>[S,[k O.iY]͒`2hz9%3 g( &)eS؈ Ӊ+_bӯ?h &ʉǫ0ȉO? j y08M9.y#>ZD.[MZה4iQmpo($;j"tS/;On⌃lJaFBܾBRDo2"`B!P*W楕Di{ |›.{JyCuC%%KDS©/U)h()[|X1'uc4T7rCeʪ#ᅦW6ٹ+`qF:XOEmbEWb=Hj蓠=jP3W@)+#jl['N i鑀ixD cf^W({<p @QG}_ |T(BULDa7 {@h6xTj` %,;ߨ6T6&ZU .µ9-glȡEzȡiM})$s1łj N ;p p'Ft0};*]UoެG*ߎWCFyvf!O:m|K+dFEw\=b.o6c`R1.9CgyC RbPl}==gT,s^6 !#nMvt2.+/ʏ-xNKxǒ =R-tS¯/آ<zx}$0aR$I3&tf2Tv!L۵&=rʝ.!0Z2 a$Vv0&M{8ֻCo.;Ksiyɮ9ɓ 4p?LaȠ^ uNx$z:o{pHp>WQ4atRqD>B l"V!)0E`ߥt3khIPλG-z^z_WBCța"l;d^Ex]jJ7(CG{HY&]n&4.rڋ[4x]hhM;ݗd5H+L~ǃ L'.cFE \C)inuiQ`w.(ծpqv +-ua +-}A +Mm-^.$hcg1& -h!fBw~mRq~B}1q6Z޻ BJ.|GQfK< C@n.ꣿ^N_>赫sA?y1Gendstream +-endobj +-3063 0 obj << +-/Type /Page +-/Contents 3064 0 R +-/Resources 3062 0 R +-/MediaBox [0 0 612 792] +-/Parent 2931 0 R +-/Annots [ 3066 0 R 3067 0 R 3068 0 R 3069 0 R ] ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-3066 0 obj << ++2533 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [216.6663 511.9635 321.5918 522.8674] ++/Rect [295.028 153.664 371.74 164.553] + /Subtype /Link +-/A << /S /GoTo /D (a00055_ga60ecc4ae480c28b5fbd34aca4fc37daa) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3067 0 obj << ++2534 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [332.544 511.9635 449.0859 522.8674] ++/Rect [148.214 141.719 242.629 152.598] + /Subtype /Link +-/A << /S /GoTo /D (a00055_gaa677fd588304b5615de4ea78104adfb5) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-3068 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [404.7624 467.7576 451.5766 496.8234] +-/Subtype /Link +-/A << /S /GoTo /D (a00044_ggab00475fd98815bf4fb9aaf752030e7d2aad6b9eaf2ee324ca58dc8f58094b9997) >> ++2511 0 obj << ++/D [2509 0 R /XYZ 106.869 686.127 null] + >> endobj +-3069 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [123.5864 456.7786 236.821 466.7063] +-/Subtype /Link +-/A << /S /GoTo /D (a00044_ggab00475fd98815bf4fb9aaf752030e7d2aad6b9eaf2ee324ca58dc8f58094b9997) >> ++2512 0 obj << ++/D [2509 0 R /XYZ 106.869 668.127 null] + >> endobj +-3065 0 obj << +-/D [3063 0 R /XYZ 106.8692 686.127 null] ++218 0 obj << ++/D [2509 0 R /XYZ 106.869 668.127 null] + >> endobj +-486 0 obj << +-/D [3063 0 R /XYZ 106.8692 442.4478 null] ++2513 0 obj << ++/D [2509 0 R /XYZ 106.869 620.955 null] + >> endobj +-2957 0 obj << +-/D [3063 0 R /XYZ 106.8692 414.7085 null] ++2522 0 obj << ++/D [2509 0 R /XYZ 106.869 459.278 null] + >> endobj +-490 0 obj << +-/D [3063 0 R /XYZ 106.8692 414.7085 null] ++2523 0 obj << ++/D [2509 0 R /XYZ 106.869 385.39 null] + >> endobj +-2958 0 obj << +-/D [3063 0 R /XYZ 124.5827 268.9743 null] ++2524 0 obj << ++/D [2509 0 R /XYZ 106.869 360.855 null] + >> endobj +-2959 0 obj << +-/D [3063 0 R /XYZ 124.5827 240.7426 null] ++2525 0 obj << ++/D [2509 0 R /XYZ 106.869 360.855 null] + >> endobj +-2960 0 obj << +-/D [3063 0 R /XYZ 124.5827 212.5108 null] ++2528 0 obj << ++/D [2509 0 R /XYZ 164.742 277.284 null] + >> endobj +-2961 0 obj << +-/D [3063 0 R /XYZ 124.5827 184.2791 null] ++2529 0 obj << ++/D [2509 0 R /XYZ 106.869 259.523 null] + >> endobj +-2962 0 obj << +-/D [3063 0 R /XYZ 124.5827 144.0921 null] ++2531 0 obj << ++/D [2509 0 R /XYZ 273.214 189.921 null] + >> endobj +-3062 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F44 2094 0 R /F50 2389 0 R >> ++2532 0 obj << ++/D [2509 0 R /XYZ 106.869 172.16 null] ++>> endobj ++2508 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F14 608 0 R /F40 469 0 R /F44 479 0 R /F49 703 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-3074 0 obj << +-/Length 1920 ++2537 0 obj << ++/Length 440 + /Filter /FlateDecode + >> + stream +-xڵX[s۶~ׯ#5B\Qt;Vixh 8H>,tA`X| 2GD`$s"T7`q2Fhّn=SWW$aй9bIYHd9V oMuiI.~]0[ ;8Tq3ﳟ-X #A3`DΏ32sݨ֟-12igcD#+DD|\PTb(' Ŀoe;[1]sr81mApm@ld֎VE>tcus4@ZsZlȪ(BLKIC6um>[cAxs)jPw:ٓ#4qG;~wp=Bgt62}qQo@ $F#6wƚ 6mN#54 g?L1%[)ěՏS<$li3G4r P@giʬmdJiǓ5qE(,\K.o| Iz׍5!EIK?啂,;ˬ*D2/+P@[AH+ehDhkldNvU x䒸2(5A/]owJzwz]{|@S]m++D0ʕDB!:-^yK{HMA{m Y&tq!"9q4B<7:, ^]bE%J[Фdkw ++N~>T!D;Su4kPp13Wwu7z*i> endobj +-3076 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [353.6321 204.9525 407.0712 234.0183] +-/Subtype /Link +-/A << /S /GoTo /D (a00044_ga986d9b4cc76da592c4b937c6cb7d9d56) >> +->> endobj +-3075 0 obj << +-/D [3073 0 R /XYZ 160.6675 686.127 null] +->> endobj +-2950 0 obj << +-/D [3073 0 R /XYZ 160.6675 624.2473 null] +->> endobj +-494 0 obj << +-/D [3073 0 R /XYZ 160.6675 610.0573 null] +->> endobj +-2951 0 obj << +-/D [3073 0 R /XYZ 178.381 494.9732 null] +->> endobj +-2952 0 obj << +-/D [3073 0 R /XYZ 178.381 467.9229 null] +->> endobj +-2953 0 obj << +-/D [3073 0 R /XYZ 178.381 440.8726 null] +->> endobj +-2954 0 obj << +-/D [3073 0 R /XYZ 178.381 425.7774 null] +->> endobj +-2955 0 obj << +-/D [3073 0 R /XYZ 178.381 398.7271 null] +->> endobj +-2956 0 obj << +-/D [3073 0 R /XYZ 178.381 383.632 null] +->> endobj +-498 0 obj << +-/D [3073 0 R /XYZ 160.6675 355.33 null] +->> endobj +-3058 0 obj << +-/D [3073 0 R /XYZ 160.6675 331.0018 null] ++/Parent 2454 0 R + >> endobj +-502 0 obj << +-/D [3073 0 R /XYZ 160.6675 331.0018 null] +->> endobj +-3060 0 obj << +-/D [3073 0 R /XYZ 160.6675 198.0988 null] +->> endobj +-506 0 obj << +-/D [3073 0 R /XYZ 160.6675 183.9088 null] ++2538 0 obj << ++/D [2536 0 R /XYZ 160.667 686.127 null] + >> endobj +-3072 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F50 2389 0 R /F14 2227 0 R /F44 2094 0 R >> ++2535 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-3079 0 obj << +-/Length 1485 ++2541 0 obj << ++/Length 2159 + /Filter /FlateDecode + >> + stream +-xXYoF~ׯУ۽5r!G ="Ѳt):;KҤx)iQah;{!RcSF5񩶚0n n4QEը.'?v\OWu^&`saabqEgo4{ϻdK ,U3柖&e%MíBO>| jBp{07!HfO.&?U,k.[i$9qL0bqA>(bjpywٜYrhєim[zI!ץsIpUd(>bH:׸b8˒4l<,4-޾"8,V|&pw{IZp8ަYo*ل~wv`CRܫf˷/ϖ!Q/nwsf_oq2%-Ua.]ȋů狟Gh.ć*& Nlᓷ YE)e3Nc?ф +-no>\A5.($safuЮTagɔ;t[I.^jްu&u ā (^#,tCNMvv cPJ>FbevI'C %_9"P.Q6Gk 8, +-Ho60ൃy "M[ey:!Ko6 +-JUY:􂳤a8YrOd\`tcÂq zc[yj(^\`$pIDE0Ft0slh|-sc4B2ҌZss -qrbQ-So/};( ,_J J2p*2VT Ry^&oL Lx4m!Xjpzc/tދJŇO\5voR}k }{1I쥂AeOq1OS,#HONU^N]yqNIb;X]Kz+PAR YS7xQz`5mQt]Ǯtbd@E3 ++-Xo ++A<ıF ^K3bVPA>pMƹ@H*gS&xY]Uh>kWTͧO7Yp~LR0 /* @k>TnPNk"V峻<>rj<9ԷN D{4_$W# S1A1WȩRқH_*]i G2VER_$eP`*$1> VO43W2Ӛicen`!M$tލ#!Dš, uHudŨ̈ өY,ΐs̳jB(9Y}`)pқH|)HUG{h$^&krj>}^,= -\i=`X:9cF\`c{`yX C¡~d2Hg*ܾi_䧲[D{v9x9TuS[J[%2NdvX䶃N3&*iS 1N:>A(5MDׁs0R(Wk'3\Ðxz,0nSTaX636A:>0LFƼT$L|)Aq-N.޻ ,)a7gB\wo/t["i k;xXwgiw~X $}8@hR_E66D*X׮Mmi՞ 1D*?7I344$ͼ~a?Cٸѧ~Fwʇ?MʙtL$j)w9ݡ2>.̯{WBB&\bg723gv-T2sy`9wRz2)msh||l<`x_KPIw|-\Miȴ oʏkW#+D4ZAKVE={ Ly4^{d4k` ڲYf %;t &RU[U9t(fΘ }_թl脆fMAk̿_a><=2Tz ++mbrdAɢ[<ϡR?i endstream + endobj +-3078 0 obj << ++2540 0 obj << + /Type /Page +-/Contents 3079 0 R +-/Resources 3077 0 R ++/Contents 2541 0 R ++/Resources 2539 0 R + /MediaBox [0 0 612 792] +-/Parent 3085 0 R +-/Annots [ 3081 0 R 3082 0 R 3083 0 R 3084 0 R ] ++/Parent 2563 0 R ++/Annots [ 2545 0 R 2546 0 R 2547 0 R 2548 0 R 2549 0 R 2550 0 R 2551 0 R 2552 0 R 2553 0 R 2554 0 R 2555 0 R 2556 0 R 2560 0 R 2561 0 R ] + >> endobj +-3081 0 obj << ++2545 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [299.8338 554.8265 353.273 583.8923] ++/Rect [169.156 574.49 333.319 585.394] + /Subtype /Link +-/A << /S /GoTo /D (a00044_ga986d9b4cc76da592c4b937c6cb7d9d56) >> ++/A << /S /GoTo /D (a00061_ga0) >> + >> endobj +-3082 0 obj << ++2546 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [299.8338 313.9541 353.273 343.0199] ++/Rect [337.225 574.49 411.725 585.394] + /Subtype /Link +-/A << /S /GoTo /D (a00044_ga986d9b4cc76da592c4b937c6cb7d9d56) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3083 0 obj << ++2547 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [236.1929 219.6332 293.5173 230.5372] ++/Rect [130.78 562.534 221.319 573.438] + /Subtype /Link +-/A << /S /GoTo /D (a00044_gac5586e58cf25c3596b7d4aa31ce13259) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-3084 0 obj << ++2548 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [304.8049 219.6332 404.7492 230.5372] ++/Rect [173.401 513.158 342.545 524.062] + /Subtype /Link +-/A << /S /GoTo /D (a00044_ga221a7edc5d436300374fa16463f607e5) >> +->> endobj +-3080 0 obj << +-/D [3078 0 R /XYZ 106.8692 686.127 null] +->> endobj +-3059 0 obj << +-/D [3078 0 R /XYZ 106.8692 540.1961 null] +->> endobj +-510 0 obj << +-/D [3078 0 R /XYZ 106.8692 517.1297 null] +->> endobj +-3061 0 obj << +-/D [3078 0 R /XYZ 106.8692 299.3237 null] +->> endobj +-514 0 obj << +-/D [3078 0 R /XYZ 106.8692 276.2573 null] +->> endobj +-3057 0 obj << +-/D [3078 0 R /XYZ 106.8692 220.6295 null] ++/A << /S /GoTo /D (a00061_ga1) >> + >> endobj +-518 0 obj << +-/D [3078 0 R /XYZ 106.8692 197.5632 null] +->> endobj +-3056 0 obj << +-/D [3078 0 R /XYZ 106.8692 118.025 null] +->> endobj +-3077 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F14 2227 0 R /F50 2389 0 R /F44 2094 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-3088 0 obj << +-/Length 1406 +-/Filter /FlateDecode +->> +-stream +-xXmo6_603<EnKʊ#U2hSDc6+ᾘq5cBۼڵ$ +-x^27XS\$:S qH4pi윺@a?J=7cA6tH\X[ &\XM\8okOxtKߺqHWץےtpt&^dJp;#o RdW3`;}swp=]1 kXKF]/V\PqAHq"y +-l6nAa wa8(՟mcF?Ycu8N1*Cam9dr#3$ s=c04afcB()TvqHWYd^$(jIAz 7:56p/kxE~exuVaePCQr[} bPMoRj.Al(;%pຏufkp҇+aȯFŕJLP^dJ({B^4 D)6L!ڪp CΡE]^n*>X^cȰR{m"wg> endobj +-3089 0 obj << +-/D [3087 0 R /XYZ 160.6675 686.127 null] +->> endobj +-522 0 obj << +-/D [3087 0 R /XYZ 160.6675 668.127 null] +->> endobj +-3014 0 obj << +-/D [3087 0 R /XYZ 160.6675 595.7929 null] +->> endobj +-526 0 obj << +-/D [3087 0 R /XYZ 160.6675 581.4854 null] +->> endobj +-3013 0 obj << +-/D [3087 0 R /XYZ 160.6675 515.6016 null] +->> endobj +-530 0 obj << +-/D [3087 0 R /XYZ 160.6675 501.2941 null] +->> endobj +-3018 0 obj << +-/D [3087 0 R /XYZ 160.6675 435.4102 null] ++2549 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [348.573 513.158 423.073 524.062] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-534 0 obj << +-/D [3087 0 R /XYZ 160.6675 421.1027 null] ++2550 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [153.646 501.203 249.167 512.107] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-3017 0 obj << +-/D [3087 0 R /XYZ 160.6675 355.2189 null] ++2551 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [170.083 439.872 345.862 450.775] ++/Subtype /Link ++/A << /S /GoTo /D (a00061_ga2) >> + >> endobj +-538 0 obj << +-/D [3087 0 R /XYZ 160.6675 340.9114 null] ++2552 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [350.232 439.872 424.732 450.775] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3055 0 obj << +-/D [3087 0 R /XYZ 160.6675 275.0276 null] ++2553 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [150.924 427.916 215.451 438.82] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-542 0 obj << +-/D [3087 0 R /XYZ 160.6675 260.7201 null] ++2554 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [184.659 366.585 365.419 377.489] ++/Subtype /Link ++/A << /S /GoTo /D (a00061_ga3) >> + >> endobj +-3019 0 obj << +-/D [3087 0 R /XYZ 160.6675 120.1818 null] ++2555 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [377.076 366.585 451.577 377.489] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3086 0 obj << +-/Font << /F28 1626 0 R /F50 2389 0 R /F14 2227 0 R /F22 1616 0 R /F44 2094 0 R >> +-/ProcSet [ /PDF /Text ] ++2556 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [171.148 354.63 240.657 365.534] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-3092 0 obj << +-/Length 1267 +-/Filter /FlateDecode +->> +-stream +-xn85ᙽl-vwma%4},Ŕ4Eۋ"@LS8Χ`H@1ʲ2d9^{54IKrpt^^ײDp|N`kՅfHܖec*$]wU\E0L(| +-"8ckPSq#_T짙C[aЬ-맙hn8oٮ(Ù]>Yxg 4(*6ZcVS8%J.o& ;Ic^ؙQ듎S0eHyXjk̘ĀQ-GGZ@SP&{PƁyeg s) Bv@PPLTirmm(W.j잱,F@&nA`[9ߏΖ -4ɹvQn֪-}jk0@%_>Atނ*d{p+Wi3N ]^I((z0/߮\)^ʹ;w]=/M _QBktR{|mo$endstream +-endobj +-3091 0 obj << +-/Type /Page +-/Contents 3092 0 R +-/Resources 3090 0 R +-/MediaBox [0 0 612 792] +-/Parent 3085 0 R ++2560 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [151.532 226.939 228.244 237.828] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3093 0 obj << +-/D [3091 0 R /XYZ 106.8692 686.127 null] ++2561 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [269.026 226.939 336.323 237.828] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-546 0 obj << +-/D [3091 0 R /XYZ 106.8692 668.127 null] ++2542 0 obj << ++/D [2540 0 R /XYZ 106.869 686.127 null] + >> endobj +-3012 0 obj << +-/D [3091 0 R /XYZ 106.8692 536.7845 null] ++2543 0 obj << ++/D [2540 0 R /XYZ 106.869 668.127 null] + >> endobj +-550 0 obj << +-/D [3091 0 R /XYZ 106.8692 522.8092 null] ++222 0 obj << ++/D [2540 0 R /XYZ 106.869 668.127 null] + >> endobj +-3011 0 obj << +-/D [3091 0 R /XYZ 106.8692 397.9169 null] ++2544 0 obj << ++/D [2540 0 R /XYZ 106.869 598.701 null] + >> endobj +-554 0 obj << +-/D [3091 0 R /XYZ 106.8692 383.9416 null] ++2557 0 obj << ++/D [2540 0 R /XYZ 106.869 288.256 null] + >> endobj +-3016 0 obj << +-/D [3091 0 R /XYZ 106.8692 259.0494 null] ++2558 0 obj << ++/D [2540 0 R /XYZ 106.869 259.404 null] + >> endobj +-558 0 obj << +-/D [3091 0 R /XYZ 106.8692 245.074 null] ++2559 0 obj << ++/D [2540 0 R /XYZ 106.869 259.404 null] + >> endobj +-3015 0 obj << +-/D [3091 0 R /XYZ 106.8692 120.1818 null] ++2562 0 obj << ++/D [2540 0 R /XYZ 189.359 120.182 null] + >> endobj +-3090 0 obj << +-/Font << /F28 1626 0 R /F50 2389 0 R /F14 2227 0 R /F22 1616 0 R /F44 2094 0 R >> ++2539 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F14 608 0 R /F40 469 0 R /F44 479 0 R /F49 703 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-3096 0 obj << +-/Length 1805 ++2568 0 obj << ++/Length 1843 + /Filter /FlateDecode + >> + stream +-xY[V~ϯHphiU/eo(kv};v]m@OfK2&#)K-j +-޽@3 d$㋫&/ap(=RƉJ~*u +-N^MW*+狷Z`@ja5F-|C7#%$G_k}#5FDrIL 8y/f/^;Z$+@umj)'D'&2˗XΚe,(bpAF}OR*6źXw! btTSn9@oe/gDZc8%Jn_s^A0EB3>ALkjFu;g~m rDxdW"!Jpfն)$Ѧds?tZe*"4GXۭv(;\:=F>}޸ш38jGeN,8ҌD#O6zrR$n0!vVWG|Di43ҧ6SZyͼ<Ձ 6(p6ҥ N*˳ߎ`(Wb/A_«Cl(PA K Pa[H9pd%u0cX"X3kq g1W0FRѷ1)` +-,z]g?DAvѴѮR^o:a^(t! F$rMoob([ZҦDZp+kUHΒ5V7kgN?8ݎN*?DY<ٔ6[H7AYv2-w~y*82tO{O,E[+oS}˜0b^]֢|rp!a5a̛{]vmNd(FeNDsΪ+waY `I8]=_ri ++Bj +*jQi$Gg}P\r$^o%>M78VN 31I8CpM(F.c-ں`9a-‰aD݌Ĝ oA,2FRVp$1<1}(M6-1"ׁi,  9bZ+Fl ++VI1f%3nnPoV[o-"!Bi/Un}L']N#PF liK9Ą <D̜n9f70Fזpg?Vntvn@.ی@e K P3Tؒ*R^>݅NHimKy,"Hc ++~:VZ ++sy1RS ++ܟ\a! w(3 ^o/#f6 9Gl Dܔb̍v'&*̚ѶS9+Mw1[wi|k<3l"܁q=UKW^5-܃hcx B!Rn;G{t]nS+ S|՟Xd&O=liŐS1E]zHYJkZNO \E@K >'B ٍ1)V2hc4K[C[FQ 3PޡHgEG2$BA 5AkK6 {;$GF=d.zF@:ZG9:6Fg+،^8D{sq+qjԏ#Wpq% ,2H_QM*Pkpl&$%k>ʋpcStF`6yv tJ&~TkWUA:PO)͛Pvn뭫97|li7>ƗvӡWh;UXl``=t D1_I`ٯ)6*cNYO.Qx5׌,ңLJC!>5[ֈ!T.Ak FL?5"+XXֈGZ#%_bLu˿ @ !\_M&\sw?Rc#?tTt)ƹI%;b>OwD ⣺#g*XȬEwOV /*%̵J蔨gN 7)]'I6NSz$A"/4HԙW,> endobj +-3100 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [389.0818 450.1149 505.3748 461.0188] +-/Subtype /Link +-/A << /S /GoTo /D (a00045_ga0ffafb4c0ae13b9a7541ca820ca34883) >> +->> endobj +-3101 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 438.1597 208.7072 449.0637] +-/Subtype /Link +-/A << /S /GoTo /D (a00045_ga0ffafb4c0ae13b9a7541ca820ca34883) >> ++/Parent 2563 0 R ++/Annots [ 2571 0 R 2572 0 R 2574 0 R 2575 0 R 2577 0 R 2578 0 R ] + >> endobj +-3102 0 obj << ++2571 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [212.5229 438.1597 287.023 449.0637] ++/Rect [418.51 655.146 495.222 666.025] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3103 0 obj << ++2572 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [327.2819 438.1597 401.224 449.0637] ++/Rect [241.886 643.181 336.301 654.07] + /Subtype /Link +-/A << /S /GoTo /D (a00035_gacd37bb612667dc437d66bfb175a8dc55) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-3104 0 obj << ++2574 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [389.6892 400.1347 505.3748 411.0387] ++/Rect [205.33 479.657 282.042 490.546] + /Subtype /Link +-/A << /S /GoTo /D (a00045_ga24b9cd5917fcebac6e45ae38d0a6cda4) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3105 0 obj << ++2575 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 388.1796 208.7072 399.0835] ++/Rect [322.601 479.657 394.879 490.546] + /Subtype /Link +-/A << /S /GoTo /D (a00045_ga24b9cd5917fcebac6e45ae38d0a6cda4) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-3106 0 obj << ++2577 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [212.5229 388.1796 287.023 399.0835] ++/Rect [423.339 340.054 500.051 350.933] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3107 0 obj << ++2578 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [327.2819 388.1796 401.224 399.0835] ++/Rect [242.265 328.089 341.662 338.978] + /Subtype /Link +-/A << /S /GoTo /D (a00035_gacd37bb612667dc437d66bfb175a8dc55) >> +->> endobj +-3097 0 obj << +-/D [3095 0 R /XYZ 160.6675 686.127 null] ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-562 0 obj << +-/D [3095 0 R /XYZ 160.6675 668.127 null] +->> endobj +-3098 0 obj << +-/D [3095 0 R /XYZ 160.6675 534.3202 null] +->> endobj +-566 0 obj << +-/D [3095 0 R /XYZ 160.6675 526.8917 null] +->> endobj +-3099 0 obj << +-/D [3095 0 R /XYZ 160.6675 468.6502 null] +->> endobj +-570 0 obj << +-/D [3095 0 R /XYZ 160.6675 351.6473 null] ++2569 0 obj << ++/D [2567 0 R /XYZ 160.667 686.127 null] + >> endobj +-2818 0 obj << +-/D [3095 0 R /XYZ 160.6675 325.1623 null] ++2570 0 obj << ++/D [2567 0 R /XYZ 160.667 668.127 null] + >> endobj +-574 0 obj << +-/D [3095 0 R /XYZ 160.6675 325.1623 null] ++2565 0 obj << ++/D [2567 0 R /XYZ 205.529 526.836 null] + >> endobj +-2817 0 obj << +-/D [3095 0 R /XYZ 421.0384 229.8423 null] ++2573 0 obj << ++/D [2567 0 R /XYZ 160.667 510.108 null] + >> endobj +-578 0 obj << +-/D [3095 0 R /XYZ 160.6675 213.4883 null] ++2564 0 obj << ++/D [2567 0 R /XYZ 243.157 375.267 null] + >> endobj +-3108 0 obj << +-/D [3095 0 R /XYZ 431.5988 120.1818 null] ++2576 0 obj << ++/D [2567 0 R /XYZ 160.667 358.54 null] + >> endobj +-3094 0 obj << +-/Font << /F28 1626 0 R /F50 2389 0 R /F22 1616 0 R /F44 2094 0 R /F40 2081 0 R /F56 2793 0 R /F54 2728 0 R >> ++2566 0 obj << ++/Font << /F28 362 0 R /F49 703 0 R /F14 608 0 R /F44 479 0 R /F22 352 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-3111 0 obj << +-/Length 2972 ++2581 0 obj << ++/Length 2170 + /Filter /FlateDecode + >> + stream +-x\n6}Wc70l2d7>dck]|0&ە#Nsr0f0rEow7ˍoF]so z.#ď"[_pApgxC st!NO/yh2TDY*&$R< L(}i{8:twnygM;#Eq..DP-?)8Nq*1Fc{v3t}ujmz^7cFS?6g9 n^VXz6j ~kN%߆|X\q~mE@y.[*r״Wád-/ pf)UBa i%ɧͻm{n Sk2틯P/ 2Jr)LSj=FMd%jo\ߐPraFY.O+bIJN'0N/ϫRQKnZH/Z`=mڏDJb$L~O_a mFXHhk.sA WN+h#V$`A91ԯ?Z\o|y13O~0zg`qwon "e8Crp-ڝ6D(bS #"YP{.Kb:b9PZ{PBKdjL hzpLP9 I5]J(e@ijߠ34g@MJKմ"fBM夦u^3Դ}~(Ǔ9 Kks2MaSr*L^Fn+}nG.jhRk$P/pS8)*q\Q/,\nk7~l`L5ԈM (əf9M9_@:XbIm2e(̻D+=V%HT Ja*tw:q ~e# -D +-' h`x u1+~C ˪}3L.TiGxvѕj椨Ema(FʾHI/nK[n% 6(d@|ͣ A8!\GVO A Kyf:V%`&@M⨝Vڦ8YZ>,ifZ3VW!YE&ᆰz" +-q/mbrP;Au ,j:ՃU +-VTY_R1u7{.T8k-/X"/Kj"/ / /iL^ GlpUEOJըGuFC9)u$fD!䳨". - dE@EnDX).E;n:"0?yR]Yᓦ88FTpLu{*A .Z\ @aε&כE:*Jڨhi}۞ӝcXjZ5 RZ`M" `MK~~&1-j*Fl*f#JaK,SKDa #Jy8eKn.O]tp pa8o{/ K~Z-)lb~Y(mʀG .Րc4c DCj͔TOйp.jR`󉽖2LH7_)<µ빾?꧷?\_pKmD!nrB юʰُ =jT8\O䯪ge *gYjgߠgߠgJptoVcGXV}Ge-&`R3DQF.&Hf9 +-S:p왐 ݑ6,GNFYHFZ;{pK1wN8)ljB=ew=nUՀGxvmG5)dϋcoˆQà[1xDaߓ|!1(Ľqƌ`QȡcZs*FSeQo|:򩨢K#BP-8ô0p-L ִ7ja:9uJKOTs:u2_qZgaXNuJ/8ss鰿J%i|&FjZIK:e'_jk0u+e v+O gv)D`BcP(0'R (̽lj|SUTc$[G(vT4\vD^Z9#˜SRO-k(O۷!lr= g}nG|^ss+ fs+jwj݈߰d3*qgj~`RQ"/y8B/z|zfj O- 2q_y:.uḌܳqU;x@UPVЗ)oZcY"βGz_k gKPHg9/>cox4?M[*9YiFi {.Pu~@%6j`@ ]䆏nmF]ef#nwG3*$GPӈMljIU+矰C30Lx_Hj`&? D_+'_^7xƻCIqm3shi_Cﮏ~G3T&̮ps}kw>wK_}{|g(\@Hendstream ++xŚYo6+h5طE=ҧ"&rbԖSGnߡHJJE,+pYc#k%ҬP;Պx]EBެ>AF>Rd"|}sv#5xuy|*/~K|q_NEuxPmP]tz*ܗT<}wꋛ 5Wo= F \cDYV3pϫ[e"FBpĸL"#4"2 xahdzGa5嵺y2nX CfqcQPA5+b`JZ"Yk dlPU 1ru V(6_1f}_))6id˃):)v_ۻsYۣ[7Pm~ ++)Arq "98$"5,Q0,A8o7QEbgMC4mU `Y6|Uܦ̀#eBzCQVPʝ4Oܕ2gB"|!"'ԿGhXe%yB{YBw2 B qxJ ++y7z*r>uV2, uTϭ12VlaDTeiMgna_$'8Eg*Q $E#\OU7C.UԉLִ]slo`[! ++T: ++=N19tXe䎄'dF=}P$8IǰՋuEel_!LbC 9tFO?#]X % XׂS7Hb;Cu'rEX<:Dgd~YSźX =c:U9PCe*̤LݛrPrfK"%-*u_^f`5wa-3hx0b,MƦre yXPr 2041wXѐ>e@Cd؎ ++qEpm0q8m@9)q"om-޽VO,qITn,e0A;>xUcp^cD铓^D@v˘0J t$y0?y=S5: k qV6'띑d9SfORG2č)')Q,51. zilt66}I ++`%l|$q`,\ 2xd1!3_׾{ݒGQE;'1XR_GF}k%P2լaw}$|s|z6w狿M_CZF%_]5sw#P8}rJSNwDvG)tdgz~30K lH֬M|4 jJiy9 IG[&7mGԝj ;dߋ;cUYnTas5tsuy+7oW..v^focuqbx<>vkP5l|}(a8U!>endstream + endobj +-3110 0 obj << ++2580 0 obj << + /Type /Page +-/Contents 3111 0 R +-/Resources 3109 0 R ++/Contents 2581 0 R ++/Resources 2579 0 R + /MediaBox [0 0 612 792] +-/Parent 3085 0 R +-/Annots [ 3114 0 R 3115 0 R 3116 0 R 3117 0 R 3118 0 R 3119 0 R 3120 0 R 3121 0 R 3122 0 R 3123 0 R 3124 0 R 3125 0 R 3126 0 R 3127 0 R 3128 0 R 3129 0 R 3130 0 R 3131 0 R 3132 0 R 3133 0 R 3134 0 R 3135 0 R 3136 0 R 3137 0 R 3138 0 R 3139 0 R 3140 0 R 3141 0 R 3142 0 R 3143 0 R 3144 0 R 3145 0 R 3146 0 R 3147 0 R 3148 0 R 3149 0 R 3150 0 R 3151 0 R 3152 0 R 3153 0 R 3154 0 R 3155 0 R 3156 0 R 3157 0 R 3158 0 R 3159 0 R ] ++/Parent 2563 0 R ++/Annots [ 2585 0 R 2586 0 R 2587 0 R 2588 0 R 2589 0 R 2590 0 R 2591 0 R 2592 0 R 2593 0 R 2594 0 R 2595 0 R 2596 0 R 2597 0 R 2598 0 R 2599 0 R 2603 0 R 2604 0 R 2607 0 R 2608 0 R ] + >> endobj +-3114 0 obj << ++2585 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [219.1685 602.7939 270.9738 613.6979] ++/Rect [239.603 602.756 408.747 613.66] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00062_ga0) >> + >> endobj +-3115 0 obj << ++2586 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [369.3356 602.7939 451.5766 613.6979] ++/Rect [416.937 602.756 451.577 613.66] + /Subtype /Link +-/A << /S /GoTo /D (a00046_ga632edae4a651996895ebde85ea2c1264) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3116 0 obj << ++2587 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [134.0971 590.8388 208.5972 601.7427] ++/Rect [130.78 590.801 175.95 601.705] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3117 0 obj << ++2588 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [234.3913 552.7361 286.1966 563.6401] ++/Rect [216.209 590.801 306.748 601.705] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-3118 0 obj << ++2589 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [399.7812 552.7361 451.5766 563.6401] ++/Rect [235.618 552.997 409.743 563.528] + /Subtype /Link +-/A << /S /GoTo /D (a00046_gafa813c4ff8d610b3e158224a56386b2f) >> ++/A << /S /GoTo /D (a00062_ga1) >> + >> endobj +-3119 0 obj << ++2590 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 540.781 225.7428 551.6849] ++/Rect [416.937 552.997 451.577 563.528] + /Subtype /Link +-/A << /S /GoTo /D (a00046_gafa813c4ff8d610b3e158224a56386b2f) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3120 0 obj << ++2591 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.2637 540.781 303.7638 551.6849] ++/Rect [130.78 540.668 175.95 551.572] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3121 0 obj << ++2592 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [196.3632 528.8258 248.1686 539.7297] ++/Rect [216.209 540.668 311.73 551.572] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-3122 0 obj << ++2593 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [234.3913 490.7232 286.1966 501.6271] ++/Rect [184.659 502.491 365.419 513.395] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00062_ga2) >> + >> endobj +-3123 0 obj << ++2594 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [399.7812 490.7232 451.5766 501.6271] ++/Rect [377.076 502.491 451.577 513.395] + /Subtype /Link +-/A << /S /GoTo /D (a00046_ga20ade151cb33991b4cd960924a830764) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3124 0 obj << ++2595 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 478.768 220.7615 489.672] ++/Rect [170.54 490.536 235.068 501.44] + /Subtype /Link +-/A << /S /GoTo /D (a00046_ga20ade151cb33991b4cd960924a830764) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-3125 0 obj << ++2596 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [225.9428 478.768 300.4429 489.672] ++/Rect [180.973 452.358 366.714 463.262] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00062_ga3) >> + >> endobj +-3126 0 obj << ++2597 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 466.8129 204.7217 477.7168] ++/Rect [376.528 452.358 451.577 463.262] + /Subtype /Link +-/A << /S /GoTo /D (a00035_gacd37bb612667dc437d66bfb175a8dc55) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3127 0 obj << ++2598 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [227.3567 466.8129 279.162 477.7168] ++/Rect [130.78 440.403 135.542 451.307] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3128 0 obj << ++2599 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [227.1683 428.7102 278.9736 439.6142] ++/Rect [175.801 440.403 245.309 451.307] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-3129 0 obj << ++2603 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [283.6666 428.7102 408.9262 439.6142] ++/Rect [151.532 344.776 228.244 355.665] + /Subtype /Link +-/A << /S /GoTo /D (a00046_gab7c1dce3f42ece5bfa621e87cf332418) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3130 0 obj << ++2604 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [416.9367 428.7102 451.5766 439.6142] ++/Rect [269.325 344.776 336.622 355.665] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-3131 0 obj << ++2607 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 416.7551 175.9499 427.659] ++/Rect [151.532 235.047 228.244 245.936] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3132 0 obj << ++2608 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [281.7924 416.7551 333.5977 427.659] ++/Rect [268.592 235.047 363.007 245.936] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-3133 0 obj << ++2582 0 obj << ++/D [2580 0 R /XYZ 106.869 686.127 null] ++>> endobj ++2583 0 obj << ++/D [2580 0 R /XYZ 106.869 668.127 null] ++>> endobj ++226 0 obj << ++/D [2580 0 R /XYZ 106.869 668.127 null] ++>> endobj ++2584 0 obj << ++/D [2580 0 R /XYZ 106.869 621.368 null] ++>> endobj ++2600 0 obj << ++/D [2580 0 R /XYZ 106.869 403.726 null] ++>> endobj ++2601 0 obj << ++/D [2580 0 R /XYZ 106.869 377.241 null] ++>> endobj ++2602 0 obj << ++/D [2580 0 R /XYZ 106.869 377.241 null] ++>> endobj ++2605 0 obj << ++/D [2580 0 R /XYZ 202.37 281.921 null] ++>> endobj ++2606 0 obj << ++/D [2580 0 R /XYZ 106.869 265.498 null] ++>> endobj ++2609 0 obj << ++/D [2580 0 R /XYZ 106.869 120.182 null] ++>> endobj ++2579 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F14 608 0 R /F40 469 0 R /F44 479 0 R /F49 703 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++2613 0 obj << ++/Length 1180 ++/Filter /FlateDecode ++>> ++stream ++xڥWێF }WQpn[zI)}. ٖ/-me}8qR,yHP%JE{ ,:F?.goޱ8D+,wGD 1`9%)|$ 78SI/|>79ʤn'`Qp)}K4Ʋo4b{ep[kёJ`L,-ڬrW\[t|ArwE1no7Vկt0 nLݬAendstream ++endobj ++2612 0 obj << ++/Type /Page ++/Contents 2613 0 R ++/Resources 2611 0 R ++/MediaBox [0 0 612 792] ++/Parent 2563 0 R ++/Annots [ 2616 0 R 2617 0 R 2619 0 R 2620 0 R ] ++>> endobj ++2616 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.6589 378.6524 281.4643 389.5564] ++/Rect [205.33 643.181 282.042 654.07] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3134 0 obj << ++2617 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [287.4026 378.6524 407.6809 389.5564] ++/Rect [322.9 643.181 395.178 654.07] + /Subtype /Link +-/A << /S /GoTo /D (a00046_ga5f08ceb69375341e73563cfe2e77534e) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-3135 0 obj << ++2619 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [416.9367 378.6524 451.5766 389.5564] ++/Rect [205.33 533.147 282.042 544.036] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3136 0 obj << ++2620 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 366.6973 175.9499 377.6012] ++/Rect [323.463 533.147 422.86 544.036] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-3137 0 obj << ++2614 0 obj << ++/D [2612 0 R /XYZ 160.667 686.127 null] ++>> endobj ++2615 0 obj << ++/D [2612 0 R /XYZ 160.667 668.127 null] ++>> endobj ++2610 0 obj << ++/D [2612 0 R /XYZ 256.168 580.325 null] ++>> endobj ++2618 0 obj << ++/D [2612 0 R /XYZ 160.667 563.598 null] ++>> endobj ++2611 0 obj << ++/Font << /F28 362 0 R /F49 703 0 R /F14 608 0 R /F44 479 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++2623 0 obj << ++/Length 1979 ++/Filter /FlateDecode ++>> ++stream ++x͚[o6)h5o[(a+7qRc9|DB)kRYCdY,f)Dqx&h6臋w/^d$[^D _^\[ zC^v{fMŪ<m;վXխf_?Cq>n݇^V&a?^4x/g1#b`>,~_4> ++ =2 Ј88(:ن>8>^S? ,A\P/ (`p^d^mTڗXXfH*OHAD z?(=T"eDޠ 2< þعU϶o+ڶN^[W4iP^]^ݝweU^_^Ǹh66Aq8\&CMf$;MʻP>\ƅS~M8`muSO 5a #& <Rr P2+^\4 ++̪ɘ+&$u:@9EؐgI5W͗581>0Ï&^#}p!8& vq`؁N ++nbݩrC.]@]78o[kB}?\|(28A)3ڀpN6`x]`aFQelTC'(5oP>g0P>2(Ak%Pl{|zuދN̵hKdb#%D:CWf.069 :]@ ~"xӪ v!$D0Xđ.Ľ$gJHMah ԥ,GQ~m38,0!Ϲ0Wv#<)GmgŤ|t\ C*e&0ߊ95A[A&6y=aM601Olel$gݿV; ++|/6?{7 ++I1 }Vs{Eyo " "w={^^ַAFLE4-3"jyM**=O-9E|P S@ M$fuڂR(W)5=$i%ғh 0>/6AMJ1KF&ha0kLt\]n"ܼѨ[4Jȷ:n=,YZHN)LT58ڤss}0"v`LFFv)?f aayz|QܾSˆ6K-9t16<[J@pqpV7 8 qnع`:ܹ)OpTomBg,Zߩ>n+'-wZ6,[-?۞6!wG]OKԥS.,[C䣼 6qc]=*J534^L'L< Nd$Gā(dž9 `䴛t g8ggz{=A@X} ؄]FXĀ0BfEC?s1n30o0DHe+jo'E;crWN^A|/ֆ~[|糑S̟ ++?a~j{ii[W-nVoJ}4v9YavWendstream ++endobj ++2622 0 obj << ++/Type /Page ++/Contents 2623 0 R ++/Resources 2621 0 R ++/MediaBox [0 0 612 792] ++/Parent 2563 0 R ++/Annots [ 2627 0 R 2628 0 R 2629 0 R 2630 0 R 2631 0 R 2632 0 R 2633 0 R 2634 0 R 2635 0 R 2636 0 R 2637 0 R 2638 0 R 2639 0 R 2640 0 R 2644 0 R 2645 0 R 2648 0 R 2649 0 R ] ++>> endobj ++2627 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [216.2088 366.6973 290.1509 377.6012] ++/Rect [168.977 580.523 346.968 591.427] + /Subtype /Link +-/A << /S /GoTo /D (a00035_gacd37bb612667dc437d66bfb175a8dc55) >> ++/A << /S /GoTo /D (a00063_ga0) >> + >> endobj +-3138 0 obj << ++2628 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [312.7859 366.6973 364.5912 377.6012] ++/Rect [350.785 580.523 425.285 591.427] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3139 0 obj << ++2629 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [218.0626 328.5946 269.8679 339.4986] ++/Rect [150.057 568.568 240.597 579.472] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-3140 0 obj << ++2630 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [367.1238 328.5946 451.5766 339.4986] ++/Rect [183.184 525.542 366.157 536.446] + /Subtype /Link +-/A << /S /GoTo /D (a00046_ga61e00b83e7e0a1a946dc1bb29c49ccba) >> ++/A << /S /GoTo /D (a00063_ga1) >> + >> endobj +-3141 0 obj << ++2631 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 316.6395 183.5416 327.5434] ++/Rect [377.076 525.542 451.577 536.446] + /Subtype /Link +-/A << /S /GoTo /D (a00046_ga61e00b83e7e0a1a946dc1bb29c49ccba) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3142 0 obj << ++2632 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [187.3572 316.6395 261.8573 327.5434] ++/Rect [170.54 513.587 266.061 524.491] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-3143 0 obj << ++2633 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [238.8386 302.3946 309.0649 312.2998] ++/Rect [178.396 470.562 368.003 481.466] + /Subtype /Link +-/A << /S /GoTo /D (a00035_ggacd37bb612667dc437d66bfb175a8dc55abca6887e80cb291353b0a0c1da83f661) >> ++/A << /S /GoTo /D (a00063_ga2) >> + >> endobj +-3144 0 obj << ++2634 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [224.3988 278.5368 276.2041 289.4408] ++/Rect [376.528 470.562 451.577 481.466] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3145 0 obj << ++2635 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [279.5124 278.5368 369.9027 289.4408] ++/Rect [130.78 458.607 135.542 469.511] + /Subtype /Link +-/A << /S /GoTo /D (a00046_gae5ef1af636849f77714e1584ba78cf9c) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3146 0 obj << ++2636 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [376.5285 278.5368 451.5766 289.4408] ++/Rect [175.801 458.607 240.328 469.511] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-3147 0 obj << ++2637 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 266.5817 135.5416 277.4856] ++/Rect [175.075 415.581 369.663 426.485] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00063_ga3) >> + >> endobj +-3148 0 obj << ++2638 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [284.4196 266.5817 336.2249 277.4856] ++/Rect [376.528 415.581 451.577 426.485] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3149 0 obj << ++2639 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [366.5863 266.5817 418.3916 277.4856] ++/Rect [130.78 403.626 135.542 414.53] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++2640 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [175.801 403.626 245.309 414.53] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga2) >> ++>> endobj ++2644 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [151.532 299.64 228.244 310.529] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++2645 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [268.729 299.64 336.026 310.529] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga0) >> ++>> endobj ++2648 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [151.532 183.975 228.244 194.865] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++2649 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [268.674 183.975 363.089 194.865] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga1) >> ++>> endobj ++2624 0 obj << ++/D [2622 0 R /XYZ 106.869 686.127 null] ++>> endobj ++2625 0 obj << ++/D [2622 0 R /XYZ 106.869 668.127 null] ++>> endobj ++230 0 obj << ++/D [2622 0 R /XYZ 106.869 668.127 null] ++>> endobj ++2626 0 obj << ++/D [2622 0 R /XYZ 106.869 601.558 null] ++>> endobj ++2641 0 obj << ++/D [2622 0 R /XYZ 106.869 359.528 null] ++>> endobj ++2642 0 obj << ++/D [2622 0 R /XYZ 106.869 332.105 null] ++>> endobj ++2643 0 obj << ++/D [2622 0 R /XYZ 106.869 332.105 null] ++>> endobj ++2646 0 obj << ++/D [2622 0 R /XYZ 253.01 235.846 null] ++>> endobj ++2647 0 obj << ++/D [2622 0 R /XYZ 106.869 214.427 null] ++>> endobj ++2650 0 obj << ++/D [2622 0 R /XYZ 248.029 120.182 null] ++>> endobj ++2621 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F14 608 0 R /F40 469 0 R /F44 479 0 R /F49 703 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++2654 0 obj << ++/Length 996 ++/Filter /FlateDecode ++>> ++stream ++xWˎ6+])@[w5[ũ,wHZ/EM1H$1?*Z"BU>D8E,z7Sd$^ rs2!6)sVD'y'?uVSg7 \5 l7鐗uVm/?E< R4Yx%}0bF0ƈ"J}| *sĔQN0"`}YKf\A׫m= ++j_Cy:d-o9ESX/-WX'%bTƒKDq5G+3=qȆڕP'[yUOa>JcqLȹk 2  0UƑ77HPr6=8dMXމ4@XJ00Dܞ2.>dږ ++kAlV>%`0R>S+<̋$ p %MXH-P@r;p?wʫ/w3LmKVz =b6BBno;67Ґ!x[L:Mȭ # 8 B:3Z> l[Nuv␝Jr7q:0۹G{Ӷ؋- 04v$~jn*k~NkɎZ=O')2Hh*•?Si^##S`eؿł;D[ыx xL>b؇}Wy1m6㐝6ѽȜB?i:+P ++!- yG}}`m;k x#Aĕo~#aW^auՇUk w :Ɂe߀ae|Sa&׺ Dߝ\|>Fk,/EHc^UV7J/_2549Hw&%;LmS*[ ++MB3砇s8}='G?aendstream ++endobj ++2653 0 obj << ++/Type /Page ++/Contents 2654 0 R ++/Resources 2652 0 R ++/MediaBox [0 0 612 792] ++/Parent 2563 0 R ++/Annots [ 2657 0 R 2658 0 R 2660 0 R 2661 0 R ] + >> endobj +-3150 0 obj << ++2657 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [234.3913 228.479 286.1966 239.383] ++/Rect [205.33 643.181 282.042 654.07] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3151 0 obj << ++2658 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [399.7812 228.479 451.5766 239.383] ++/Rect [323.525 643.181 395.803 654.07] + /Subtype /Link +-/A << /S /GoTo /D (a00046_gac574b7b06d2d937002dd538e08dbd554) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-3152 0 obj << ++2660 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 216.5239 223.531 227.4278] ++/Rect [205.33 533.147 282.042 544.036] + /Subtype /Link +-/A << /S /GoTo /D (a00046_gac574b7b06d2d937002dd538e08dbd554) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3153 0 obj << ++2661 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [227.7891 216.5239 302.2892 227.4278] ++/Rect [323.482 533.147 422.879 544.036] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-3154 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 204.5687 182.5849 215.4726] +-/Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++2655 0 obj << ++/D [2653 0 R /XYZ 160.667 686.127 null] + >> endobj +-3155 0 obj << ++2656 0 obj << ++/D [2653 0 R /XYZ 160.667 668.127 null] ++>> endobj ++2651 0 obj << ++/D [2653 0 R /XYZ 306.808 580.325 null] ++>> endobj ++2659 0 obj << ++/D [2653 0 R /XYZ 160.667 563.598 null] ++>> endobj ++2652 0 obj << ++/Font << /F28 362 0 R /F49 703 0 R /F14 608 0 R /F44 479 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++2664 0 obj << ++/Length 1359 ++/Filter /FlateDecode ++>> ++stream ++xڥWߓ6~_#UASkf6SXcEݴs3g!>V]XDEjk\ƳܭhWoWC _֫<2hCdLFX+trO7]0ss>Pn͡)m$e13w_(OɸY}J l݊aƔ0cJH2\>8;Ur"%*&zÜ0J[R48+Rso0'm GC dF]w1 ++FLVM]56Ij7gG_$FqPmy[;nlU*m?, s5A)r3?CA%s}f*&&O}[žE syƦ$TfHtk` \p~ǃ{`aR)# 6<: K& J%y񘫮҄Z#-$THe9>/\cM[(Na v320@_fU{~r[i\}Hdˋ.Y{0P׏eY+Z.0R!B1xM ++ ++a䇙T̞s,n+XxTzKO[vqj(G`Af;GKrFᅁ,/lj˲ɣLM>G$ely 1WKF :?fᅗ$3IB:# L "fW@a 9ん<ב9": -|azlxqnlxqp-|ŧy#S!,в:fS5[7k sB0ƍ\+n`jc:;ƍ?pa,ںYk24^WH w'C0 m.ݾ(c8f E;Qwx8x_5?-lO`w_YFNx NQ}!`'G.F_l)piO? [9wML&Jq׿]r7ubx|9ΦߗTT?QFA?+ RzǞ<[PjREuTQƩ2qkEst +_endstream ++endobj ++2663 0 obj << ++/Type /Page ++/Contents 2664 0 R ++/Resources 2662 0 R ++/MediaBox [0 0 612 792] ++/Parent 2676 0 R ++/Annots [ 2668 0 R 2669 0 R 2670 0 R 2674 0 R 2675 0 R ] ++>> endobj ++2668 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [205.7778 204.5687 257.5832 215.4726] ++/Rect [170.217 602.418 298.674 613.322] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00064_ga0) >> + >> endobj +-3156 0 obj << ++2669 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [349.4107 166.4661 451.5766 177.37] ++/Rect [303.11 602.418 377.61 613.322] + /Subtype /Link +-/A << /S /GoTo /D (a00046_ga38d9bd3a7566d0e6b0ab95d652557707) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3157 0 obj << ++2670 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [134.0971 154.5109 208.5972 165.4149] ++/Rect [190.007 590.463 254.534 601.367] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-3158 0 obj << ++2674 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [376.279 154.5109 428.0843 165.4149] ++/Rect [326.151 506.158 402.863 517.037] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3159 0 obj << ++2675 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 142.5557 182.5849 153.4597] ++/Rect [231.89 494.203 299.187 505.082] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-3112 0 obj << +-/D [3110 0 R /XYZ 106.8692 686.127 null] ++2665 0 obj << ++/D [2663 0 R /XYZ 106.869 686.127 null] + >> endobj +-582 0 obj << +-/D [3110 0 R /XYZ 106.8692 668.127 null] ++2666 0 obj << ++/D [2663 0 R /XYZ 106.869 668.127 null] + >> endobj +-3113 0 obj << +-/D [3110 0 R /XYZ 106.8692 621.368 null] ++234 0 obj << ++/D [2663 0 R /XYZ 106.869 668.127 null] + >> endobj +-3109 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F40 2081 0 R /F56 2793 0 R >> ++2667 0 obj << ++/D [2663 0 R /XYZ 106.869 621.368 null] ++>> endobj ++2671 0 obj << ++/D [2663 0 R /XYZ 106.869 553.143 null] ++>> endobj ++2672 0 obj << ++/D [2663 0 R /XYZ 106.869 526.658 null] ++>> endobj ++2673 0 obj << ++/D [2663 0 R /XYZ 106.869 526.658 null] ++>> endobj ++2662 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 469 0 R /F44 479 0 R /F49 703 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-3170 0 obj << +-/Length 1159 ++2679 0 obj << ++/Length 1355 + /Filter /FlateDecode + >> + stream +-xXMo6Whk3c@[ Vl&;%EYl"Q!g3!hδ6*V3@ͷ-6hܱ~21QG/ \-QH0_EMI>i2z|8i8R̠Uzx}p&> gFہhF6?.;_0La0T`4C̫eGc4 jˉXtzޤ:٬؏iN9<[?^ 0Ν&?"ٯI,TVԆCgV +-SuxR$ےUhaKoCڑQS m1kX cq(jYQcR#?[hE-4ڝ"6FeS,%CZYe-S"4;H70y]r>S0\bZh(="xDyݦI)`۳ ѶtVw Ar(FrÐF <_9eYNyݱ-!da«< UZ._|fTp .^{Tg!H`So*5!L"/IPH%^ FΕmwY% Fm9;4dhР/5ڪrV0Zaks_AʜktXw{ ?.6w~Y(lq;ז)S6;;PvGݜqiƍ$ J $3 T"3* $rxuR 7[m7eƵ?+mWXPSG`m)SknNYI,IBCJu %to`i'uW?I>~*ꛊx@ȁ7#}ο=P ,[}K:?4%RgEj\5P{HW8endstream ++xڥWK6W(ko)MA ++s],T ++%WP$e= ++DyoH`HHDhdqEˬBlV?}I, 6ې !\6""|J$TsE=ۉ;,SQe0 vj{**;t٦m^Mbnq>0b* `Q*8g*qշ՟2FZVjV,q9JH6-1 ++y﾿6?X~uaL3éLI5G˜‘14*, ~1"X;J`Pl٠Y65>2E^QvjRcf;/SƋi^[Qg!;OƄ@żxEb6>(AI̅^6f ++Bq͹iq;hQb N [@ϽNG*z="{]^8r\" J᝱_:55P Ok}?LL(+o?{={<I\endstream + endobj +-3169 0 obj << ++2678 0 obj << + /Type /Page +-/Contents 3170 0 R +-/Resources 3168 0 R ++/Contents 2679 0 R ++/Resources 2677 0 R + /MediaBox [0 0 612 792] +-/Parent 3085 0 R +->> endobj +-3171 0 obj << +-/D [3169 0 R /XYZ 160.6675 686.127 null] ++/Parent 2676 0 R ++/Annots [ 2683 0 R 2684 0 R 2685 0 R 2689 0 R 2690 0 R ] + >> endobj +-586 0 obj << +-/D [3169 0 R /XYZ 160.6675 668.127 null] ++2683 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [222.368 602.418 356.912 613.322] ++/Subtype /Link ++/A << /S /GoTo /D (a00065_ga0) >> + >> endobj +-3161 0 obj << +-/D [3169 0 R /XYZ 160.6675 648.51 null] ++2684 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [360.524 602.418 435.024 613.322] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-590 0 obj << +-/D [3169 0 R /XYZ 160.6675 648.51 null] ++2685 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [206.157 590.463 270.684 601.367] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-3162 0 obj << +-/D [3169 0 R /XYZ 160.6675 565.8713 null] ++2689 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [387.608 506.158 464.32 517.037] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-594 0 obj << +-/D [3169 0 R /XYZ 160.6675 537.3696 null] ++2690 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [251.536 494.203 318.833 505.082] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-3166 0 obj << +-/D [3169 0 R /XYZ 160.6675 456.7443 null] ++2680 0 obj << ++/D [2678 0 R /XYZ 160.667 686.127 null] + >> endobj +-598 0 obj << +-/D [3169 0 R /XYZ 160.6675 428.2426 null] ++2681 0 obj << ++/D [2678 0 R /XYZ 160.667 668.127 null] + >> endobj +-3165 0 obj << +-/D [3169 0 R /XYZ 160.6675 347.6174 null] ++238 0 obj << ++/D [2678 0 R /XYZ 160.667 668.127 null] + >> endobj +-602 0 obj << +-/D [3169 0 R /XYZ 160.6675 319.1156 null] ++2682 0 obj << ++/D [2678 0 R /XYZ 160.667 621.368 null] + >> endobj +-3163 0 obj << +-/D [3169 0 R /XYZ 318.6637 234.978 null] ++2686 0 obj << ++/D [2678 0 R /XYZ 160.667 553.143 null] + >> endobj +-606 0 obj << +-/D [3169 0 R /XYZ 160.6675 204.9421 null] ++2687 0 obj << ++/D [2678 0 R /XYZ 160.667 526.658 null] + >> endobj +-2428 0 obj << +-/D [3169 0 R /XYZ 389.7766 120.1818 null] ++2688 0 obj << ++/D [2678 0 R /XYZ 160.667 526.658 null] + >> endobj +-3168 0 obj << +-/Font << /F28 1626 0 R /F50 2389 0 R /F54 2728 0 R /F22 1616 0 R /F44 2094 0 R >> ++2677 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 469 0 R /F44 479 0 R /F49 703 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-3174 0 obj << +-/Length 1861 ++2693 0 obj << ++/Length 1321 + /Filter /FlateDecode + >> + stream +-xڽXK6 W(D ߤrkL3=$l^^# >dz;t|0@9, K-jH;|9{yI|J" /aELUBLTD?G҃0#|֌F,-^-;{zzRT k߳/| ƿa^F$Ϋ l"f~Df)/pИ= B#"9"H.GUFجH)L7*77Y߮cX l5 +-1 +-ĄDuq,YΧ٭1nA˺`*zqUY '^bZ6%r$INNH)Up z,͏)I "A$ACѾnm9#RRPd+8R"n̦=Eo$&L %E.b5 +)$)gnnBK0%auwD*jZ +-:p|YKYg0ˀcZVv4I<3,oZ`E@juv<rQzj^9֗Hm;Iw"2'DYB[OLXܑg D+io`& tW`+h8%BI`xpS>|dx|*.=i..f r ,=L ܅+}*˻T#b6k:jT Ǖ҆ I:l8jj:6ȜֵǦujQɚ׏})W#Q-k*f;J2ѝ҉ZAj.c!0G %'aLuqi,ʵ^V}>Z3JؒQ.t\4)Pupc#Y2}}bկhR^p80g \qm]H+ 凢>9C[[$8{Xm5jջjqyAXWm5 ,vpTa.?2Ar p-yQuഌEe+j/GS)}8'U=OXaVӑ h(gz<)yk-iVv횔N Vju>Rr\6>UQh fi[*9~KkDҼcVÅ'˱,6sF텮]GT. +-J-2ۚ0)lf +۰w]M:,ݙ4ɒ4l)05dTgQfo#N݃(8z\Oݗ]Ŗ*Hp؂Ud184u.@21(EF盧dc)Mܐ8<_0QN_l>x &ڶbdҸ\g hCCBzdwV,@Φ08.µ4YQ-3H]|SgEHƜtam6-46.?۪6W6;KTvN=5'y 9ӟ-0dWU}RK&Ow#6m=j o-z^>CD>@]Ð+Co9*&4 ÃH%s-PN=Te"2 H) ] +-A/ {W/ p@">lՙbi2L0Y#ŬPIj8\,,!S_3BeuBNȁ(j[VE ++8Vd vB/<֋mߗ 8ޯ [ůe^SS]&' A|K[鿧bڶ3k@a53jm+pKn;ojO> endobj +-3176 0 obj << ++2697 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [345.1363 573.7548 451.5766 584.6587] ++/Rect [173.625 602.418 295.855 613.322] + /Subtype /Link +-/A << /S /GoTo /D (a00046_gab7c1dce3f42ece5bfa621e87cf332418) >> ++/A << /S /GoTo /D (a00066_ga0) >> + >> endobj +-3177 0 obj << ++2698 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [105.873 561.7996 136.6374 572.7036] ++/Rect [301.996 602.418 376.496 613.322] + /Subtype /Link +-/A << /S /GoTo /D (a00046_gab7c1dce3f42ece5bfa621e87cf332418) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3178 0 obj << ++2699 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [211.2965 460.8403 290.2201 471.7442] ++/Rect [207.79 590.463 272.318 601.367] + /Subtype /Link +-/A << /S /GoTo /D (a00035_ggacd37bb612667dc437d66bfb175a8dc55abca6887e80cb291353b0a0c1da83f661) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-3179 0 obj << ++2703 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [223.7147 393.7918 302.6382 404.6958] ++/Rect [319.03 506.158 395.741 517.037] + /Subtype /Link +-/A << /S /GoTo /D (a00035_ggacd37bb612667dc437d66bfb175a8dc55abca6887e80cb291353b0a0c1da83f661) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3180 0 obj << ++2704 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [187.3594 241.8984 299.6377 252.8024] ++/Rect [256.657 494.203 323.954 505.082] + /Subtype /Link +-/A << /S /GoTo /D (a00035_ggacd37bb612667dc437d66bfb175a8dc55a3f4e83ffc4a259354959ae8a9eaa2a80) >> +->> endobj +-3175 0 obj << +-/D [3173 0 R /XYZ 106.8692 686.127 null] +->> endobj +-610 0 obj << +-/D [3173 0 R /XYZ 106.8692 668.127 null] ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-3164 0 obj << +-/D [3173 0 R /XYZ 141.2201 564.9527 null] ++2694 0 obj << ++/D [2692 0 R /XYZ 106.869 686.127 null] + >> endobj +-614 0 obj << +-/D [3173 0 R /XYZ 106.8692 531.1378 null] ++2695 0 obj << ++/D [2692 0 R /XYZ 106.869 668.127 null] + >> endobj +-3160 0 obj << +-/D [3173 0 R /XYZ 106.8692 349.5233 null] ++242 0 obj << ++/D [2692 0 R /XYZ 106.869 668.127 null] + >> endobj +-618 0 obj << +-/D [3173 0 R /XYZ 106.8692 317.8652 null] ++2696 0 obj << ++/D [2692 0 R /XYZ 106.869 621.368 null] + >> endobj +-3167 0 obj << +-/D [3173 0 R /XYZ 424.6044 233.0963 null] ++2700 0 obj << ++/D [2692 0 R /XYZ 106.869 553.143 null] + >> endobj +-622 0 obj << +-/D [3173 0 R /XYZ 106.8692 199.2815 null] ++2701 0 obj << ++/D [2692 0 R /XYZ 106.869 526.658 null] + >> endobj +-3181 0 obj << +-/D [3173 0 R /XYZ 106.8692 118.025 null] ++2702 0 obj << ++/D [2692 0 R /XYZ 106.869 526.658 null] + >> endobj +-3172 0 obj << +-/Font << /F28 1626 0 R /F50 2389 0 R /F54 2728 0 R /F22 1616 0 R /F44 2094 0 R >> ++2691 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F14 608 0 R /F40 469 0 R /F44 479 0 R /F49 703 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-3185 0 obj << +-/Length 2803 ++2707 0 obj << ++/Length 1752 + /Filter /FlateDecode + >> + stream +-x[rF}W2'sq;ٔMIJ%̔Lj)Ҷ~{`iXSaAcOw` +-؂iJ6j&]w_Uۋo^spioߥ1LoK/W\HfoNw?^z&1*?A`%O%9p!#w^3L:vJ"գ;y~ϓ |bn6͟vj>{zQ^OLO$Mμ hUut,)WvA:wA‴E!\ bs9RzJpDosy.$DŽYcU8ݭNj~cݾ9(9j@ Z DPgIc i>V)l$ F404ᜬ/T/5ѳ9;Ö֔c@ǥO3) p;:nn "c0Tp;9g2]CrDdC5 +-v}lWR|}xן +-i[$PR5.*m/>VjU.?_wY5GL9ĔrX=JhDC45XSooXgT=6y0^CX' mЏRX \(Xh $#n}S#c>TRФMu|?65~4r +-j=.y-hF 36Up& Ns;}eз;~S†*!04Q(;bn4"a2;W%m(G$ y\`|3$$oa +-IEsZ*A)YPPh#_,4?ǢrK鈥B!ݩvGKu<ޑF?&~8JQM`!5-j{R3ON/RX(~~H +-u#" |b$eqϤ~̢cZ kݱB^C.oJav).\NV#q#$q?>W3fs/_J#;Mm~|629-YDJ8Dx f)BHP40ֵK Av3lłD#!`A2gӵn eD:W'J1fW'辫NR0O$5QN" I7/NΆ@kH&С&KT?&&Bi & [ pzl +-Eg?sD^#}x=r:VW ,~o5sݼYu#Onmo?(ƇAAHMܿ U +-@:kc;c0;JVK9-/ FMX%If"*CRXFIX&DZVꄝcM^lQ6%nEVy<k9(nP߄+xMmWx!j `% +-ԳK6w8)"Jvj و ٙ'Hvfdy ΕbX:.d K'e^CJL(,1XN1JaJIŶN-{Y1Jr" +- %Aq(6 C#1*LXrH" +-!03grc#.KA槠;`s\T2gp?qhOB83Ma? +-IM{RATtR 4(43-{ +-M]`x,U eq~ H})b0õ0TMgmRsJi x,P7JQ(-R)H!DΏFcDVw :r4Z B!vb'Ȥ&*~4LPE`f,s`{. `!+YfPOuIa0a:L}ed Dw>=C5 Z]پ5}OKպ_sh8r?oׇS2UwcxOz֛>tdx[& +-'9endstream ++xڥێ66MRMO`Xc+m}}"),9)bepH~$G2"1ReRKDw mxI4E$f+3d͗ȐA!վ\?KjYP_j]^|}5kx ۦH=f`WyDxͤk&ܰ+)r=Cl ++$geb{MGla0۾9&۾HmƈlUu+hm=o4NP 0m=]I13spq]FЕ:%tw @B~ᜓl'  uu-lۇ281q8hϹBuE$&‘2H^}y97Ѣ0Pq&, ِ]-DyTM+P^_Z`FBͯfE$do ++Ii}yu fXk2$-]ֱD'o)f[3(xwTI٬,h5,2]q՗尃 k: u3&)4@+z]YEpO -tl[UuQ'v1ﷵ#Ș*׆ܞdVe&=l;$.)pUD3DJ}u<^zv ^>Q2 ++>c%gk=_,1lD" g9zqqV9 ++P)2آ12S; ~똑naؔ[[ X6!șB۫H>x%"B.-r;ޒP"'[+tbƩb#2'N|fQQm90O[Da&q֊/J$`aAs6 !ku/dȄ} ++$,tm࠮G/80tHϷ$*N“[z x)B0n~u 0Y¯$s'L{b'C#Ç/!K{I1d◐Ot$){endstream + endobj +-3184 0 obj << ++2706 0 obj << + /Type /Page +-/Contents 3185 0 R +-/Resources 3183 0 R ++/Contents 2707 0 R ++/Resources 2705 0 R + /MediaBox [0 0 612 792] +-/Parent 3182 0 R +-/Annots [ 3188 0 R 3189 0 R 3190 0 R 3191 0 R 3192 0 R 3193 0 R 3194 0 R 3195 0 R 3196 0 R 3197 0 R 3198 0 R 3199 0 R 3200 0 R 3201 0 R 3202 0 R 3203 0 R 3204 0 R 3205 0 R 3206 0 R 3207 0 R 3208 0 R 3209 0 R 3210 0 R 3211 0 R 3212 0 R 3213 0 R 3214 0 R 3215 0 R 3216 0 R 3217 0 R 3218 0 R 3219 0 R 3220 0 R 3221 0 R 3222 0 R 3223 0 R 3224 0 R 3225 0 R 3226 0 R 3227 0 R 3228 0 R 3229 0 R 3230 0 R ] ++/Parent 2676 0 R ++/Annots [ 2711 0 R 2712 0 R 2713 0 R 2714 0 R 2715 0 R 2716 0 R 2720 0 R 2721 0 R 2724 0 R 2725 0 R ] + >> endobj +-3188 0 obj << ++2711 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [278.0585 601.4986 329.8638 612.4025] ++/Rect [222.235 602.418 372.282 613.322] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00067_ga0) >> + >> endobj +-3189 0 obj << ++2712 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [333.1028 601.4986 505.3748 612.4025] ++/Rect [375.828 602.418 450.328 613.322] + /Subtype /Link +-/A << /S /GoTo /D (a00047_gabcd5fa81a95fa5335950cae092277d5b) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3190 0 obj << ++2713 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [187.8954 589.5434 262.3955 600.4474] ++/Rect [225.813 590.463 290.34 601.367] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-3191 0 obj << ++2714 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [302.6544 589.5434 393.194 600.4474] ++/Rect [223.921 551.609 386.151 562.513] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00067_ga1) >> + >> endobj +-3192 0 obj << ++2715 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [304.6365 549.7212 460.301 560.6251] ++/Rect [390.54 551.609 465.041 562.513] + /Subtype /Link +-/A << /S /GoTo /D (a00047_gaab04c89623662e63a48ed2cd48eb601c) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3193 0 obj << ++2716 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [470.735 549.7212 505.3748 560.6251] ++/Rect [287.252 539.653 351.779 550.557] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-3194 0 obj << ++2720 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 537.766 229.7482 548.67] ++/Rect [403.832 444.39 480.544 455.269] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3195 0 obj << ++2721 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [270.8437 537.766 361.3833 548.67] ++/Rect [295.292 432.425 362.589 443.314] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-3196 0 obj << ++2724 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [378.7676 537.766 430.5729 548.67] ++/Rect [415.642 346.311 492.354 357.19] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3197 0 obj << ++2725 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [282.4682 485.9887 334.2735 496.8926] ++/Rect [349.528 334.346 416.825 345.235] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-3198 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [339.7174 485.9887 505.3748 496.8926] +-/Subtype /Link +-/A << /S /GoTo /D (a00047_ga8af256c2572f16520f95440b884c1bd6) >> ++2708 0 obj << ++/D [2706 0 R /XYZ 160.667 686.127 null] + >> endobj +-3199 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 474.0335 208.7072 484.9374] +-/Subtype /Link +-/A << /S /GoTo /D (a00047_ga8af256c2572f16520f95440b884c1bd6) >> ++2709 0 obj << ++/D [2706 0 R /XYZ 160.667 668.127 null] + >> endobj +-3200 0 obj << ++246 0 obj << ++/D [2706 0 R /XYZ 160.667 668.127 null] ++>> endobj ++2710 0 obj << ++/D [2706 0 R /XYZ 160.667 621.368 null] ++>> endobj ++2717 0 obj << ++/D [2706 0 R /XYZ 160.667 491.375 null] ++>> endobj ++2718 0 obj << ++/D [2706 0 R /XYZ 160.667 464.889 null] ++>> endobj ++2719 0 obj << ++/D [2706 0 R /XYZ 160.667 464.889 null] ++>> endobj ++2722 0 obj << ++/D [2706 0 R /XYZ 299.615 381.525 null] ++>> endobj ++2723 0 obj << ++/D [2706 0 R /XYZ 160.667 364.798 null] ++>> endobj ++2705 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 469 0 R /F44 479 0 R /F49 703 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++2728 0 obj << ++/Length 1186 ++/Filter /FlateDecode ++>> ++stream ++xڭXMo6WE*.IEmQ-) EVbdҦME6`,OofH4Z"BUnp?rCq1.pQqyHJ-N,B)6پ-EBo!V!%B i5k "⧬Y:϶e{mgmfbh4EZ>ڧCnWTm֖uuC8b\:9!.X"!'\06X< F)JmV$R&G~f~t "o ($QHRއmv԰'-M5 i&4'HsPߟSFP*@bi0R~CE|(`yy2`F%𐋞0K(pc} ++d(B]"DAF~b-gT9U{B ++YT4"+7Jf _5QehpǤ8> endobj ++2731 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [213.4337 474.0335 287.9338 484.9374] ++/Rect [130.78 323.808 204.722 334.712] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-3201 0 obj << ++2732 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [330.242 474.0335 420.7816 484.9374] ++/Rect [205.22 323.808 224.368 334.712] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00012_o0) >> + >> endobj +-3202 0 obj << ++2733 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 462.0783 236.3832 472.9823] ++/Rect [169.245 285.397 207.063 296.301] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00012_o1) >> + >> endobj +-3203 0 obj << ++2734 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [273.2429 422.2561 325.0482 433.16] ++/Rect [157.888 249.043 181.459 257.889] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00012_o2) >> + >> endobj +-3204 0 obj << ++2735 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [325.8794 422.2561 505.3748 433.16] ++/Rect [130.78 208.574 221.877 219.478] + /Subtype /Link +-/A << /S /GoTo /D (a00047_ga934e7ecd68b33403e0c0be779d9ed1e6) >> ++/A << /S /GoTo /D (a00017) >> + >> endobj +-3205 0 obj << ++2736 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [187.8954 410.3009 262.3955 421.2049] ++/Rect [222.375 208.574 257.573 219.478] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00012_o3) >> + >> endobj +-3206 0 obj << ++2737 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [302.48 410.3009 393.0195 421.2049] ++/Rect [130.78 170.163 203.058 181.067] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00013) >> + >> endobj +-3207 0 obj << ++2738 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [409.3928 410.3009 483.3349 421.2049] ++/Rect [211.028 170.163 226.3 181.067] + /Subtype /Link +-/A << /S /GoTo /D (a00035_gacd37bb612667dc437d66bfb175a8dc55) >> ++/A << /S /GoTo /D (a00012_o4) >> + >> endobj +-3208 0 obj << ++2739 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 398.3458 236.3832 409.2497] ++/Rect [169.245 131.751 193.374 142.655] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00012_o5) >> + >> endobj +-3209 0 obj << ++2729 0 obj << ++/D [2727 0 R /XYZ 106.869 686.127 null] ++>> endobj ++250 0 obj << ++/D [2727 0 R /XYZ 106.869 668.127 null] ++>> endobj ++824 0 obj << ++/D [2727 0 R /XYZ 106.869 452.257 null] ++>> endobj ++254 0 obj << ++/D [2727 0 R /XYZ 106.869 452.257 null] ++>> endobj ++2730 0 obj << ++/D [2727 0 R /XYZ 106.869 342.536 null] ++>> endobj ++2726 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 479 0 R /F11 489 0 R /F40 469 0 R /F14 608 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++2748 0 obj << ++/Length 2127 ++/Filter /FlateDecode ++>> ++stream ++xڭZr}W%Tľ%nrivEKYYt(^קA&HM2iOi4@l4%Z5a,WtqUY%F<_XbX\KYb\\od*d?fTR4Kgr>b[vɲz -yZOCkw˯?_ wHíC/_b)|E)a.9 cU\%bMW氢00Y1Ax.f.%s'E7EqEsuPe"u0AݾەqP%r Nc4ȡ*M۔_09PVSJp7z3$wEhpJdAlПn:pxr[[w%;zonΊl]?m76|?>qu*v~vU Jlj4{y\p?^@]@W~YzjjŔ$)')'54`PNpB7 hn0p5|70gRb$*c%e` 9&h`YJKFjSn<_NfG ++G|+֍Pjw-)^* =DRR^p^Y^%yMPR]o}U9 ++CZA; jA8( N &X ];´7p5KA3:?iQ­"Lq0וtChc$yN\C68,{_C'4G#~GtNL_Xfд g4XF-Él6Ka2Ta_KH.sTfN3 ++F)Y zS%rb{tpȉ VK" ;jԍ9N`ܧ۲׎x8Y4E"n]QW%Q#Q̮ ++F)ٮ@8걮:tգh:Ĝ7FS9x<:"i&nW:`%!#l(zLBA+b͕*FY]*"A5ih.FQ"2m OXc!4oMǪcm)5h-3' "5~mHոGO1[7@qfݳřEm:(`781~j{pXcݫ 452V6'rA(x7q |?  Y9Po6~pB;Ra;J*H*"B{[]7fޅ:#9촷[њG|ƁZwoa25sц]EǺڵ0U3Ʋ ˪* [$,Pa6 +o@B"l_.~- {ʀO,ͬz_t UKʷ#Զ9|:"sb>k|9DIͣ:yݱ4icRzBdyo&ݐJJMCUtXdTR]/-Ϟ⋑_p~GwJ;͝waoiZ-6ow cc ++I=:@endstream ++endobj ++2747 0 obj << ++/Type /Page ++/Contents 2748 0 R ++/Resources 2746 0 R ++/MediaBox [0 0 612 792] ++/Parent 2676 0 R ++/Annots [ 2750 0 R 2751 0 R 2752 0 R 2753 0 R 2754 0 R 2755 0 R 2756 0 R 2757 0 R 2758 0 R 2759 0 R 2760 0 R 2761 0 R 2762 0 R 2763 0 R 2764 0 R 2765 0 R 2766 0 R 2767 0 R 2768 0 R 2769 0 R 2770 0 R 2771 0 R 2772 0 R ] ++>> endobj ++2750 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [279.3328 358.5235 331.1382 369.4275] ++/Rect [223.043 641.728 279.123 652.632] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00012_o6) >> + >> endobj +-3210 0 obj << ++2751 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [435.866 358.5235 505.3748 369.4275] ++/Rect [213.081 591.25 247.88 602.154] + /Subtype /Link +-/A << /S /GoTo /D (a00047_ga20703980008f82379f98f56857611a1a) >> ++/A << /S /GoTo /D (a00012_o7) >> + >> endobj +-3211 0 obj << ++2752 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 346.5684 282.8684 357.4723] ++/Rect [184.578 551.732 228.632 562.636] + /Subtype /Link +-/A << /S /GoTo /D (a00047_ga20703980008f82379f98f56857611a1a) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3212 0 obj << ++2753 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [290.6361 346.5684 365.1362 357.4723] ++/Rect [236.602 551.732 286.595 562.636] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00012_o8) >> + >> endobj +-3213 0 obj << ++2754 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [414.2873 346.5684 505.3748 357.4723] ++/Rect [184.578 512.213 228.632 523.117] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3214 0 obj << ++2755 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 334.6132 189.3399 345.5171] ++/Rect [236.602 512.213 287.043 523.117] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00012_o9) >> + >> endobj +-3215 0 obj << ++2756 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [279.3328 294.791 331.1382 305.6949] ++/Rect [184.578 472.695 228.632 483.599] + /Subtype /Link + /A << /S /GoTo /D (a00012) >> + >> endobj +-3216 0 obj << ++2757 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [435.866 294.791 505.3748 305.6949] ++/Rect [236.602 472.695 263.491 483.599] + /Subtype /Link +-/A << /S /GoTo /D (a00047_ga50a80a0021e5843d968c3b97aebaad9b) >> ++/A << /S /GoTo /D (a00012_o10) >> + >> endobj +-3217 0 obj << ++2758 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 282.8358 277.8871 293.7398] ++/Rect [223.043 433.177 274.849 444.081] + /Subtype /Link +-/A << /S /GoTo /D (a00047_ga50a80a0021e5843d968c3b97aebaad9b) >> ++/A << /S /GoTo /D (a00012_o11) >> + >> endobj +-3218 0 obj << ++2759 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [282.2495 282.8358 356.7497 293.7398] ++/Rect [184.578 393.658 228.632 404.562] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3219 0 obj << ++2760 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [398.2389 282.8358 488.7785 293.7398] ++/Rect [236.602 393.658 287.71 404.562] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00012_o12) >> + >> endobj +-3220 0 obj << ++2761 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 270.8807 258.52 281.7846] ++/Rect [184.578 354.14 228.632 365.044] + /Subtype /Link +-/A << /S /GoTo /D (a00035_gacd37bb612667dc437d66bfb175a8dc55) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3221 0 obj << ++2762 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [422.028 231.0584 505.3748 241.9624] ++/Rect [236.602 354.14 288.159 365.044] + /Subtype /Link +-/A << /S /GoTo /D (a00047_ga6807db0012369efe19b8d3dcee235493) >> ++/A << /S /GoTo /D (a00012_o13) >> + >> endobj +-3222 0 obj << ++2763 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 219.1033 282.8684 230.0072] ++/Rect [223.043 314.621 243.297 325.525] + /Subtype /Link +-/A << /S /GoTo /D (a00047_ga6807db0012369efe19b8d3dcee235493) >> ++/A << /S /GoTo /D (a00012_o14) >> + >> endobj +-3223 0 obj << ++2764 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [290.6361 219.1033 365.1362 230.0072] ++/Rect [184.578 275.103 228.632 286.007] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3224 0 obj << ++2765 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [414.2873 219.1033 505.3748 230.0072] ++/Rect [241.584 275.103 276.224 286.007] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00012_o15) >> + >> endobj +-3225 0 obj << ++2766 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 207.1481 189.3399 218.052] ++/Rect [184.578 235.584 228.632 246.488] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3226 0 obj << ++2767 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [393.2463 167.3259 505.3748 178.2298] ++/Rect [236.602 235.584 279.003 246.488] + /Subtype /Link +-/A << /S /GoTo /D (a00047_ga72c5bc4317a4c3938e32447b769813a0) >> ++/A << /S /GoTo /D (a00012_o16) >> + >> endobj +-3227 0 obj << ++2768 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 155.3707 249.1054 166.2746] ++/Rect [184.578 196.066 228.632 206.97] + /Subtype /Link +-/A << /S /GoTo /D (a00047_ga72c5bc4317a4c3938e32447b769813a0) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3228 0 obj << ++2769 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [260.24 155.3707 334.7401 166.2746] ++/Rect [236.602 196.066 277.339 206.97] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00012_o17) >> + >> endobj +-3229 0 obj << ++2770 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [391.4667 155.3707 482.0063 166.2746] ++/Rect [212.055 158.605 247.242 167.451] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00012_o18) >> + >> endobj +-3230 0 obj << ++2771 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 143.4155 258.52 154.3195] ++/Rect [184.578 117.029 249.105 127.933] + /Subtype /Link +-/A << /S /GoTo /D (a00035_gacd37bb612667dc437d66bfb175a8dc55) >> +->> endobj +-3186 0 obj << +-/D [3184 0 R /XYZ 160.6675 686.127 null] +->> endobj +-626 0 obj << +-/D [3184 0 R /XYZ 160.6675 668.127 null] +->> endobj +-3187 0 obj << +-/D [3184 0 R /XYZ 160.6675 620.9325 null] +->> endobj +-3183 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F40 2081 0 R /F56 2793 0 R /F14 2227 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-3239 0 obj << +-/Length 1590 +-/Filter /FlateDecode +->> +-stream +-xڵXY6~ ,#Hlч$0dYk+J[YC4ek׻M +-?Fs7C),NP5o&xwo&$,""jkI:e" 6ןg!" *uYz>y].:/~/vE7_i6z~*HQ-jO>5~3{7GHSM>M~,1pИzdC nD*+:ʦ־lMQwkO@IvX)9[.wU/˺*k\%f~Y}[volncesg֖par:^-۽ | <_j箹mfsyӌQ(XesfFlt=755 b U'k%F ` yJD']5ph% !{\!sv+.گuthSΩ3'bVw!6N9ZA:qGjQ0ӠWheq$$GZdc!Vl +-م$>(}k wg >0[ \J( I ҹ ņ<|nRY P1^7XQD\ms'MiaWᱱ:dUԵ.c w[a_7Q`مŦJ*5ʾ5 ]\͉:~~A&W/>| Ҩ#`ny~BhefX< im3SZL4R)g-IkALNMX`L0ضG"W:Lg@b7iI471>&zؕ͆K.t?O >fxagyWSۓ:dCvdw  =C<=,=vs( :PY9MB7Tk/0?q[9iNvoqYeS1pyVQd'8'snpv!:‰{PJ)jQ!9P/p?K% JISZF\KP=a;>?-N \g>FSk; iї4G["<ą1`vl&ɀvr^dz5R/ +-LZ @%o-V s=9| (D~^#E2pf{ +- Uwwzn:NO&G/x`Rw W[a &<f8y9}#FPD[ m2kJpRU#XBV|NUBZ3C)ϦA.ǫ !%]cDJθ1|oH!j/$#G9vV~A/j7wEu'@pԄcJm֮mHnCgUìա.~[[ݯMendstream +-endobj +-3238 0 obj << +-/Type /Page +-/Contents 3239 0 R +-/Resources 3237 0 R +-/MediaBox [0 0 612 792] +-/Parent 3182 0 R +->> endobj +-3240 0 obj << +-/D [3238 0 R /XYZ 106.8692 686.127 null] +->> endobj +-630 0 obj << +-/D [3238 0 R /XYZ 106.8692 668.127 null] +->> endobj +-3231 0 obj << +-/D [3238 0 R /XYZ 106.8692 649.9292 null] +->> endobj +-634 0 obj << +-/D [3238 0 R /XYZ 106.8692 649.9292 null] +->> endobj +-3232 0 obj << +-/D [3238 0 R /XYZ 442.1179 490.4642 null] +->> endobj +-638 0 obj << +-/D [3238 0 R /XYZ 106.8692 466.9017 null] +->> endobj +-3235 0 obj << +-/D [3238 0 R /XYZ 106.8692 336.8729 null] +->> endobj +-642 0 obj << +-/D [3238 0 R /XYZ 106.8692 315.4672 null] ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-3236 0 obj << +-/D [3238 0 R /XYZ 106.8692 248.2163 null] +->> endobj +-646 0 obj << +-/D [3238 0 R /XYZ 106.8692 226.8106 null] ++2772 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [249.603 117.029 277.05 127.933] ++/Subtype /Link ++/A << /S /GoTo /D (a00012_o19) >> + >> endobj +-3233 0 obj << +-/D [3238 0 R /XYZ 374.3234 120.1818 null] ++2749 0 obj << ++/D [2747 0 R /XYZ 160.667 686.127 null] + >> endobj +-3237 0 obj << +-/Font << /F28 1626 0 R /F50 2389 0 R /F54 2728 0 R /F22 1616 0 R /F44 2094 0 R /F14 2227 0 R >> ++2746 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 469 0 R /F14 608 0 R /F44 479 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-3243 0 obj << +-/Length 1918 ++2789 0 obj << ++/Length 1860 + /Filter /FlateDecode + >> + stream +-xYr8}W葪 +-4^2;-<%)-67 (mMR)ΦR`ї,)%(Jr"rmAJ{RZ~Z^uYSb*e\NZoew&7oydMQW/W I/O_r޽[P-~JZQR.g}uj +-µQoSJv(mm&Yラf]TeQh ۼYWC>)CשRh+%knvq5 |RaTԻo*zVn*8)+W^|y(0AաYWlrQ0tŧL!RPL1UP)ymq,eSRJenO(d(#B6M '__66:EnJűF港|4wkx@&Mp Z+b궘~&w*Myb[E/0 #BYTt23,F*5\kX諟o&lXb* (j}|~J -vGzJ}H gS?S̸g3\f8If+ !L&WqK]b{#+Arp%p𫾐>_>G1{?NL(BAǪ?^avvp__7Ylke*6& @~/&e8g4BtEG8E%(]2o6p^8oab„To\V;pbSjp; +-kǺ2 c *QA3rƍpo4rXV_f%ߎeS$a{#˛h1kjڧ& [ ;70|GVm2o]x, +-3uCF1>lD17הXj+e6|xڗz֧ R#@(D_l2G'5究fq[P4cw +-L?)<| }m8p 3<iE\>sK$aj0*_>5g T=:-=]=I(0;\m3Ae-qʷ.n$b#beZm. :js 11p}Q j쪧Zr5T2qghgù}hyiQY.M%4i8q$i+/q}4yeobS(5ީy#5w‹8"u{nmdOx`x]̳C-4uo~q#cq]g?B f>Ŧ Pi臀ub1Y6ٍRsv< ڍWP;#oVDa?lw3~8[ +-9Nj<Pϲf1HFqT7wE sONUb`2*=<!JNO *:sGZ5nCH}'\X"1pcձ¼l_lXd`͕(_xssGjR3~WO~D>;k6K#ypwz*-fI͘ضVQvHfjw{ݞ088(dW@ 7 Wg< Oy&:֫c: P/@a0nM&[g߳pkWH9i3F]~?<'w?UO?N6endstream ++xڭ]o6+|79~`ݺv(akҫN4Ȓ'M_Ciˢ&9!IȔ`R!"d&xzM5;gǷ4J$,$JH#͉iJf_nO~(Rw .@ FLG(cD&,fzw_~Xmtl.1 ++wQ)-:IhǍqD^3XydCa*o7VD1My ++WIO 9zSoȩ7!өL)j(|u`d#}O>AI"NF*_nT{1@!"$8 //WR*٠RER>X)6')\CŞ3)w!!ybO^VS=()␥$wbPycpGQ6g{rgL%LX `Y6'Y\C˞*rU/QIC5̧R m,,Œ"JҐ0*aҼ a0D HmqV:h* Xbsbu$1$ٜ"ܫ뙄UY#_ՙ^HxH3) 4pNb$ X@ 0&c4~qx #*ˑ.w lmN$T9=U<.R{=~13dqX$ fFEQcJio'8"6p$ٜ"ثUY#_Uv[Tv3.plاS@zg٠AHZ}XnZvY;KDU(XFYgk¶ʻ(}jQ"k dE\%Z-v6󜒎9 NJ%/)dlXg><9 -E|Ǯ }oP34 ++V8&4vlJhC$M蹍)3#Q/cd6\sۂ^ 0!rRW[fBأ'} z11 UP5|^k'wE+%@j'_u٘ЋS> endobj +-3245 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [169.9127 453.2091 361.0245 464.113] +-/Subtype /Link +-/A << /S /GoTo /D (a00047_ga8af256c2572f16520f95440b884c1bd6) >> +->> endobj +-3246 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [169.9127 235.4264 339.0371 246.3303] +-/Subtype /Link +-/A << /S /GoTo /D (a00047_ga20703980008f82379f98f56857611a1a) >> ++/Parent 2812 0 R ++/Annots [ 2791 0 R 2792 0 R 2793 0 R 2794 0 R 2795 0 R 2796 0 R 2797 0 R 2798 0 R 2799 0 R 2800 0 R 2801 0 R 2802 0 R 2803 0 R 2804 0 R 2805 0 R 2810 0 R 2811 0 R ] + >> endobj +-3249 0 obj << ++2791 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [275.7364 140.9391 327.5417 151.843] ++/Rect [130.78 630.934 195.307 641.838] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-3250 0 obj << ++2792 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [428.6732 140.9391 505.3748 151.843] ++/Rect [195.805 630.934 264.756 641.838] + /Subtype /Link +-/A << /S /GoTo /D (a00048_gab56b99460194bbcb36016d36d55132a7) >> ++/A << /S /GoTo /D (a00012_o20) >> + >> endobj +-3251 0 obj << ++2793 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 128.9839 251.5663 139.8878] ++/Rect [130.78 591.745 195.307 602.649] + /Subtype /Link +-/A << /S /GoTo /D (a00048_gab56b99460194bbcb36016d36d55132a7) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-3252 0 obj << ++2794 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [264.4121 128.9839 338.9122 139.8878] ++/Rect [195.805 591.745 253.14 602.649] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00012_o21) >> + >> endobj +-3253 0 obj << ++2795 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 117.0287 275.1174 127.9327] ++/Rect [130.78 552.556 195.307 563.46] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-3254 0 obj << ++2796 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [291.6651 117.0287 343.4704 127.9327] ++/Rect [195.805 552.556 259.525 563.46] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> +->> endobj +-3244 0 obj << +-/D [3242 0 R /XYZ 160.6675 686.127 null] +->> endobj +-650 0 obj << +-/D [3242 0 R /XYZ 160.6675 668.127 null] +->> endobj +-2430 0 obj << +-/D [3242 0 R /XYZ 194.4208 568.0882 null] +->> endobj +-654 0 obj << +-/D [3242 0 R /XYZ 160.6675 551.9532 null] +->> endobj +-3234 0 obj << +-/D [3242 0 R /XYZ 365.6073 456.3622 null] +->> endobj +-658 0 obj << +-/D [3242 0 R /XYZ 160.6675 438.2248 null] +->> endobj +-2429 0 obj << +-/D [3242 0 R /XYZ 160.6675 360.1038 null] +->> endobj +-662 0 obj << +-/D [3242 0 R /XYZ 160.6675 344.1232 null] +->> endobj +-3247 0 obj << +-/D [3242 0 R /XYZ 346.7083 238.5795 null] +->> endobj +-666 0 obj << +-/D [3242 0 R /XYZ 160.6675 219.3213 null] +->> endobj +-3248 0 obj << +-/D [3242 0 R /XYZ 160.6675 160.5158 null] +->> endobj +-3241 0 obj << +-/Font << /F28 1626 0 R /F50 2389 0 R /F54 2728 0 R /F22 1616 0 R /F44 2094 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-3258 0 obj << +-/Length 1796 +-/Filter /FlateDecode +->> +-stream +-xڵYے8}+U%{IvSd'O)H͂d~[%,Xd3[`qnn5$$K~5|fBLAi k2Ԗe" WSѳ +-<}W|]?,??~[>gT?,/xӼ2Z:1bw~s-RT &qO` >Fr?a q+_?ַիC.eT"MRUoD$2Lr<M (B#"9Q8j2ܐlT8f[wtapB)TXN +-탌b7ԋ3Xo 62 b) a  1da)'DX.^e)%tT.r[|y6mk ưXc:]/U[R<|=CDp@[<*^SD!&zEY32Ǟ[fCXՓz:++ا j iG2B +-jϞD'j/f wQ!p9Tچ d1J/ҪB)ʘ r/~+C+OC %J{b6(6hϤQ1};<>bJ_"?MZ]±@Zq8P +-5bJ +-P A5Rd-˚%`emWfAOM ێk 2;XFv {3ť[GpEFG2"61 XQݠ@vgк2N ,vL5ç"@4\ôL`H8TL+smcf/k9 юY~-Y3.yi*b5Ѵڋ{( y{(.~gP(ƃgĶD +-fosGfp/p8̔gGXs=t͹0e_ v+~EM&k YW6Z}W,-wՓ8U\-=<קu /wendstream +-endobj +-3257 0 obj << +-/Type /Page +-/Contents 3258 0 R +-/Resources 3256 0 R +-/MediaBox [0 0 612 792] +-/Parent 3182 0 R +-/Annots [ 3260 0 R 3261 0 R 3262 0 R 3263 0 R 3264 0 R 3268 0 R 3269 0 R 3270 0 R 3271 0 R 3272 0 R 3273 0 R ] ++/A << /S /GoTo /D (a00012_o22) >> + >> endobj +-3260 0 obj << ++2797 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [225.5346 629.9574 277.3399 640.8614] ++/Rect [130.78 514.344 200.288 524.272] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-3261 0 obj << ++2798 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [382.0678 629.9574 451.5766 640.8614] ++/Rect [200.786 514.344 233.214 524.272] + /Subtype /Link +-/A << /S /GoTo /D (a00048_ga2a0de36ea0c3c70fb5f4cba0bb192582) >> ++/A << /S /GoTo /D (a00012_o23) >> + >> endobj +-3262 0 obj << ++2799 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 618.0023 197.768 628.9062] ++/Rect [130.78 474.179 200.288 485.083] + /Subtype /Link +-/A << /S /GoTo /D (a00048_ga2a0de36ea0c3c70fb5f4cba0bb192582) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-3263 0 obj << ++2800 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [201.5836 618.0023 276.0838 628.9062] ++/Rect [200.786 474.179 274.718 485.083] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00012_o24) >> + >> endobj +-3264 0 obj << ++2801 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [316.3427 618.0023 406.8822 628.9062] ++/Rect [130.78 435.966 200.288 445.894] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-3268 0 obj << ++2802 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [221.4966 167.9854 273.3019 178.8894] ++/Rect [200.786 435.966 269.488 445.894] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00012_o25) >> + >> endobj +-3269 0 obj << ++2803 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [275.1591 167.9854 451.5766 178.8894] ++/Rect [130.78 395.802 204.722 406.705] + /Subtype /Link +-/A << /S /GoTo /D (a00049_ga2f9a4ec15e9cfae8c21501257a51ce5b) >> ++/A << /S /GoTo /D (a00016) >> + >> endobj +-3270 0 obj << ++2804 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 156.0303 154.909 166.9342] ++/Rect [212.692 395.802 234.609 406.705] + /Subtype /Link +-/A << /S /GoTo /D (a00049_ga2f9a4ec15e9cfae8c21501257a51ce5b) >> ++/A << /S /GoTo /D (a00012_o26) >> + >> endobj +-3271 0 obj << ++2805 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [159.6354 156.0303 234.1355 166.9342] ++/Rect [169.245 356.613 218.281 367.517] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00012_o27) >> + >> endobj +-3272 0 obj << ++2810 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [276.4437 156.0303 366.9833 166.9342] ++/Rect [143.233 195.077 210.53 205.956] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-3273 0 obj << ++2811 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 144.0751 182.5849 154.979] ++/Rect [211.028 195.077 328.038 205.956] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> +->> endobj +-3259 0 obj << +-/D [3257 0 R /XYZ 106.8692 686.127 null] +->> endobj +-670 0 obj << +-/D [3257 0 R /XYZ 106.8692 576.9657 null] +->> endobj +-3255 0 obj << +-/D [3257 0 R /XYZ 106.8692 549.9661 null] +->> endobj +-674 0 obj << +-/D [3257 0 R /XYZ 106.8692 549.9661 null] ++/A << /S /GoTo /D (a00012_o22) >> + >> endobj +-3265 0 obj << +-/D [3257 0 R /XYZ 106.8692 412.5045 null] ++2790 0 obj << ++/D [2788 0 R /XYZ 106.869 686.127 null] + >> endobj +-678 0 obj << +-/D [3257 0 R /XYZ 106.8692 395.3613 null] ++2806 0 obj << ++/D [2788 0 R /XYZ 106.869 318.749 null] + >> endobj +-3266 0 obj << +-/D [3257 0 R /XYZ 106.8692 271.8683 null] ++2807 0 obj << ++/D [2788 0 R /XYZ 106.869 239.98 null] + >> endobj +-682 0 obj << +-/D [3257 0 R /XYZ 106.8692 265.2823 null] ++2808 0 obj << ++/D [2788 0 R /XYZ 106.869 215.577 null] + >> endobj +-3267 0 obj << +-/D [3257 0 R /XYZ 106.8692 188.0789 null] ++2809 0 obj << ++/D [2788 0 R /XYZ 106.869 215.577 null] + >> endobj +-3256 0 obj << +-/Font << /F28 1626 0 R /F40 2081 0 R /F56 2793 0 R /F22 1616 0 R /F50 2389 0 R /F54 2728 0 R /F44 2094 0 R >> ++2787 0 obj << ++/Font << /F28 362 0 R /F40 469 0 R /F22 352 0 R /F14 608 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-3277 0 obj << +-/Length 2474 ++2822 0 obj << ++/Length 1885 + /Filter /FlateDecode + >> + stream +-xZr7}W2/yLΥ[qFHbBqrhG3p@Yl`> lF1MFʹՄq3[>]yEZ$R\}ۙ#Ns=Ou9b .$3W㦄'EUSz]m?th0QV?`i9I5IT4$AZ6kaF,!rŵ}P?WLJvP<6rYtHQ7eq/^SJ'8a2>OZ.x)ᔗ!ؔD_DE"$ 2 +-3640 ˦oz-肴Upm]Nd7B)&,JEgі;!z.svUj )ZZ[HGVvzTM~"ӒAoA82 (u*-Qro=jDDg !:cm驄A +-ӃZqD!D[Bd: pg60>xm=Fz=i D)|#"u (!II&([}=y:bO(i\݂M8ZFXVݘF製Лپ{,vWo*X]!}R&Y$,۷~UQ$V ˦+^`:^k A#9!2?'н(cxLi(7]cysn]cc=}OK"4v}]LcX le"l#Dl 6Z#$!9c/e3@v"Zzf@f=Ijb:#+ +-o< Iz@|1.\&ܗ 3%Ȭ =7gCj_G-$/GAZ/A=k|,<|Vj}:nnӼ5mwhs4P&5w|X]:9w*9 6Ddc8,62^<Mo z<߸+ǀ )",('T//v~)unvH05s|1He KiX~ 1g.uKC?;q %K޽әJ0 +-M(:0}da\(zՓrUΈB $" sЪP{TĽCCXߗu]lHUl4 +-Ga&8qԈ ndfYخbOAS9BXiG:CdQ,Kd " DֱOtTvsD3zD&M%Je'0c%<&RD .}D="kn@gj *gL";szrB'eg [M蚝nP>"N榝2D/:"-2g츅Zz3,!}%|20EErwwU~ ` R\?a1z{0^b1)6?6d Uo~o/Dcg6գ+YUWf/WGO(&<-(Hc$f ul쏣2)P04aD@&(4aϣ#"WyOkOIHZPQm4?$\eguMG0{*ۦՆCDRdݥu®UjTTMm}(Ny* @0|G>, (E11^O H7W7]c/H`04D/;Hb1^v ++ҲK/<CrH%] q@7 6A*cK?7T; ++G8p]q5 `k@%'hQ9UTk d.h5VU 8öȶZ .-0z4/rIҖ\m:{PMpmsўmko`a-USl*}y?`PiHG  O$w#>R9N,ƹsy8D.8BD=YNU׼@Q JN0#U!1 m() w1`N۶^w.Pt膃q^+ƿ~gm/{rظEL؉.oȸ'/:ik<+ Qq$@nޥcX2uU͍WIm^}YGS Ԧcсkt怢'||h8ߨ&%}(& $z-X46?ql>Rc>Ew0 ++[;]')<:I'bD 2S) ++_.0,Yԥ/#Fꫯi+%2cKSrѹF%l#?HYS|}w ++'>6* ++@r=+产#v80A KzVucA$d?Y'ӋδUY ++i4|-24Pco*a,]3Kͨ0ibiTzfN ++& 櫏OxLoҰYW6b|Lõ2 {QzȮX3G@*勮=\'z%PYП`vJM6۴=F7YurcAw]}z%ۛ_֯n/|޼\}[|j2lDT\`f-Cbh!ywk>VUnOHNM KPu]ƌ@$,Ү#=݋0!3 &%9,4oa[5ݹC~l/f^nSlۈF씲iIegQVTm0cO'ty#O5oͱ6ѼY_y@~}1E=x "DuFWN_D׏2! 570ʧWa`|l*0;}`\n?\7niJ&N& &g5endstream + endobj +-3276 0 obj << ++2821 0 obj << + /Type /Page +-/Contents 3277 0 R +-/Resources 3275 0 R ++/Contents 2822 0 R ++/Resources 2820 0 R + /MediaBox [0 0 612 792] +-/Parent 3182 0 R +-/Annots [ 3279 0 R 3280 0 R 3281 0 R 3282 0 R 3283 0 R 3284 0 R 3285 0 R 3287 0 R 3290 0 R 3291 0 R 3292 0 R 3293 0 R 3294 0 R 3295 0 R 3296 0 R 3297 0 R 3298 0 R 3299 0 R ] +->> endobj +-3279 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [275.2949 655.0113 327.1002 665.9152] +-/Subtype /Link +-/A << /S /GoTo /D (a00012) >> +->> endobj +-3280 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [328.9574 655.0113 505.3748 665.9152] +-/Subtype /Link +-/A << /S /GoTo /D (a00049_ga5915ea30f326676b3a4cfff371ce04d1) >> +->> endobj +-3281 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 643.0561 203.7259 653.96] +-/Subtype /Link +-/A << /S /GoTo /D (a00049_ga5915ea30f326676b3a4cfff371ce04d1) >> +->> endobj +-3282 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [207.9133 643.0561 282.4135 653.96] +-/Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> +->> endobj +-3283 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [323.5089 643.0561 414.0485 653.96] +-/Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> +->> endobj +-3284 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [431.4327 643.0561 505.3748 653.96] +-/Subtype /Link +-/A << /S /GoTo /D (a00035_gacd37bb612667dc437d66bfb175a8dc55) >> +->> endobj +-3285 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [206.7147 631.1009 258.52 642.0049] +-/Subtype /Link +-/A << /S /GoTo /D (a00012) >> +->> endobj +-3287 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [204.393 306.8405 406.2648 317.7444] +-/Subtype /Link +-/A << /S /GoTo /D (a00049_ga2f9a4ec15e9cfae8c21501257a51ce5b) >> ++/Parent 2812 0 R ++/Annots [ 2825 0 R 2826 0 R 2828 0 R 2830 0 R 2831 0 R 2833 0 R 2834 0 R 2836 0 R 2837 0 R ] + >> endobj +-3290 0 obj << ++2825 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [274.3616 216.0001 326.1669 226.904] ++/Rect [197.031 606.939 269.309 617.819] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-3291 0 obj << ++2826 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [425.9234 216.0001 505.3748 226.904] ++/Rect [269.808 606.939 391.799 617.819] + /Subtype /Link +-/A << /S /GoTo /D (a00050_gae744419648117cbd613a038074aa0627) >> ++/A << /S /GoTo /D (a00012_o25) >> + >> endobj +-3292 0 obj << ++2828 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 204.0449 251.5663 214.9488] ++/Rect [237.728 437.893 310.554 448.772] + /Subtype /Link +-/A << /S /GoTo /D (a00050_gae744419648117cbd613a038074aa0627) >> ++/A << /S /GoTo /D (a00012_o14) >> + >> endobj +-3293 0 obj << ++2830 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [255.3819 204.0449 329.882 214.9488] ++/Rect [223.89 381.778 301.15 392.657] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00013) >> + >> endobj +-3294 0 obj << ++2831 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [370.1409 204.0449 460.6805 214.9488] ++/Rect [306.629 381.778 375.022 392.657] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00012_o4) >> + >> endobj +-3295 0 obj << ++2833 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [272.6978 166.2915 324.5031 177.1954] ++/Rect [224.418 325.662 270.136 336.541] + /Subtype /Link + /A << /S /GoTo /D (a00012) >> + >> endobj +-3296 0 obj << ++2834 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [422.5959 166.2915 505.3748 177.1954] ++/Rect [280.597 325.662 368.198 336.541] + /Subtype /Link +-/A << /S /GoTo /D (a00050_ga75e961873d4b976ab10bc4739248c96d) >> ++/A << /S /GoTo /D (a00012_o15) >> + >> endobj +-3297 0 obj << ++2836 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 154.3363 266.5002 165.2402] ++/Rect [197.031 251.922 264.328 262.801] + /Subtype /Link +-/A << /S /GoTo /D (a00050_ga75e961873d4b976ab10bc4739248c96d) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-3298 0 obj << ++2837 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [274.368 154.3363 348.8682 165.2402] ++/Rect [264.826 251.922 387.455 262.801] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00012_o20) >> + >> endobj +-3299 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 142.3811 236.3832 153.2851] +-/Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++2823 0 obj << ++/D [2821 0 R /XYZ 160.667 686.127 null] + >> endobj +-3278 0 obj << +-/D [3276 0 R /XYZ 160.6675 686.127 null] ++2817 0 obj << ++/D [2821 0 R /XYZ 160.667 639.568 null] + >> endobj +-686 0 obj << +-/D [3276 0 R /XYZ 160.6675 594.8267 null] ++2824 0 obj << ++/D [2821 0 R /XYZ 160.667 625.426 null] + >> endobj +-3274 0 obj << +-/D [3276 0 R /XYZ 160.6675 568.3417 null] ++2781 0 obj << ++/D [2821 0 R /XYZ 160.667 470.521 null] + >> endobj +-690 0 obj << +-/D [3276 0 R /XYZ 160.6675 568.3417 null] ++2827 0 obj << ++/D [2821 0 R /XYZ 160.667 456.379 null] + >> endobj +-3286 0 obj << +-/D [3276 0 R /XYZ 422.2343 461.0665 null] ++2744 0 obj << ++/D [2821 0 R /XYZ 160.667 416.463 null] + >> endobj +-694 0 obj << +-/D [3276 0 R /XYZ 160.6675 444.8348 null] ++2829 0 obj << ++/D [2821 0 R /XYZ 160.667 402.321 null] + >> endobj +-3288 0 obj << +-/D [3276 0 R /XYZ 473.4125 309.9935 null] ++2782 0 obj << ++/D [2821 0 R /XYZ 160.667 358.29 null] + >> endobj +-698 0 obj << +-/D [3276 0 R /XYZ 160.6675 292.641 null] ++2832 0 obj << ++/D [2821 0 R /XYZ 160.667 344.148 null] + >> endobj +-3289 0 obj << +-/D [3276 0 R /XYZ 160.6675 234.3995 null] ++2813 0 obj << ++/D [2821 0 R /XYZ 195.526 286.707 null] + >> endobj +-3275 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F40 2081 0 R /F56 2793 0 R /F50 2389 0 R /F54 2728 0 R /F44 2094 0 R >> ++2835 0 obj << ++/D [2821 0 R /XYZ 160.667 270.408 null] ++>> endobj ++2816 0 obj << ++/D [2821 0 R /XYZ 160.667 120.182 null] ++>> endobj ++2820 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 479 0 R /F14 608 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-3304 0 obj << +-/Length 2030 ++2840 0 obj << ++/Length 1836 + /Filter /FlateDecode + >> + stream +-xZr6}WQ Q/yk\&%qIFCKL"I@IL'Cb cGKs%"T73<{og$tP\~zC #_|e" 7! xےEM3rT|OT,[پLwͭw~.5 _.^_x:RT ?O_|kx?Èț \#čfg);wGǂFBc6 Bɹ10Ƌ7wyb}wUZj{r 2apZ]jy֌5#߫ +-AiUKwU/^dց9WQ4 #橫ZuZvW]Y#ܴUm+zwVHD\3 KvH@O|"/֕QcF!jmYDb`-wAiJD ×v6(Qm$x[ +-Κ}َAn/!u&hl^\"Q0ꢁGEJN!`l.BXiUU6"/!%&IxK}0B7IaY@MK.ʠS&auP*v! 5dĮC2&^^:WDJUC;=wU q#~ f ]Qf # +-äBB3 8S1*ruj$<>AC,|Ojff9Ġx9V +-'.!Ja`(E#4cXy|̕#d/t (b20$0^׃w#)"T(n†f 4=`PäU1ѐ"k'y!S֯"8l:e%'>oY3ꘪS,M]Yգ9hD:d_!)g !6p6/(Xs"âםp"vv5`9^k8o)͓ayr$4d3 d>’x556.&! ^fP6Wp@z *n+Ofxn9T҅601@@AKUq2tyGH*DfQT1YB>LjfU=tZ8<>p^QAJ0$P EÁbhPr +-R%@sQ!lcao7d(G\ٽfX9|}`$4ۿ8ŬM?*vî2}ѐ[ D'1At@g PArb{k۠ŴK-f|Lٓ`8-!++\=[  {("jâj;uj 5zsk8j`2,51@`Qj`ګOV~>h1 DAP:T҅$P<&{.Gd.yO@YCCE|` $H`gAc6KGc1pEO_X}K5ucnICT(8sǼcĕ(Y@(OJC qfV ++SxVgą!Z$@Ӈ/aBsW:Ži%؊g9qJ\W4Jբ(uzw"Q kT3`.o3 ++1fD:uVp_^HqVg4"UM'xWYRǪeJ=rv[t ++fa_%$F0 /endstream + endobj +-3303 0 obj << ++2839 0 obj << + /Type /Page +-/Contents 3304 0 R +-/Resources 3302 0 R ++/Contents 2840 0 R ++/Resources 2838 0 R + /MediaBox [0 0 612 792] +-/Parent 3325 0 R +-/Annots [ 3308 0 R 3309 0 R 3310 0 R 3311 0 R 3312 0 R 3313 0 R 3314 0 R 3315 0 R 3316 0 R 3317 0 R 3318 0 R 3319 0 R 3320 0 R 3321 0 R 3322 0 R 3323 0 R 3324 0 R ] ++/Parent 2812 0 R ++/Annots [ 2843 0 R 2844 0 R 2846 0 R 2847 0 R 2849 0 R 2851 0 R 2852 0 R 2854 0 R 2855 0 R ] + >> endobj +-3308 0 obj << ++2843 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [271.3718 298.2627 368.5562 309.1667] ++/Rect [143.233 655.146 215.511 666.025] + /Subtype /Link +-/A << /S /GoTo /D (a00051_ga26c2ac4f25b1ed293249c88e232f1bea) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-3309 0 obj << ++2844 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [376.5285 298.2627 451.5766 309.1667] ++/Rect [216.009 655.146 343.619 666.025] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00012_o24) >> + >> endobj +-3310 0 obj << ++2846 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 286.3076 135.5416 297.2115] ++/Rect [143.233 451.705 210.53 462.584] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-3311 0 obj << ++2847 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [181.7769 286.3076 233.5823 297.2115] ++/Rect [211.028 451.705 290.499 462.584] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00012_o19) >> + >> endobj +-3312 0 obj << ++2849 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [256.6543 286.3076 308.4596 297.2115] ++/Rect [183.93 259.627 260.641 270.506] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00012_o5) >> + >> endobj +-3313 0 obj << ++2851 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [225.5346 233.1415 277.3399 244.0454] ++/Rect [175.601 200.763 221.319 211.642] + /Subtype /Link + /A << /S /GoTo /D (a00012) >> + >> endobj +-3314 0 obj << ++2852 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [382.0678 233.1415 451.5766 244.0454] ++/Rect [226.799 200.763 322.329 211.642] + /Subtype /Link +-/A << /S /GoTo /D (a00051_ga3d32c128aa36b5c9d56f6bf9e70d0e78) >> ++/A << /S /GoTo /D (a00012_o16) >> + >> endobj +-3315 0 obj << ++2854 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 221.1863 193.9524 232.0902] ++/Rect [175.601 141.899 251.516 152.778] + /Subtype /Link +-/A << /S /GoTo /D (a00051_ga3d32c128aa36b5c9d56f6bf9e70d0e78) >> ++/A << /S /GoTo /D (a00016) >> + >> endobj +-3316 0 obj << ++2855 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [197.6645 221.1863 272.1646 232.0902] ++/Rect [256.995 141.899 329.582 152.778] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00012_o26) >> + >> endobj +-3317 0 obj << ++2841 0 obj << ++/D [2839 0 R /XYZ 106.869 686.127 null] ++>> endobj ++2842 0 obj << ++/D [2839 0 R /XYZ 106.869 668.127 null] ++>> endobj ++2786 0 obj << ++/D [2839 0 R /XYZ 106.869 486.695 null] ++>> endobj ++2845 0 obj << ++/D [2839 0 R /XYZ 106.869 470.191 null] ++>> endobj ++2745 0 obj << ++/D [2839 0 R /XYZ 106.869 294.617 null] ++>> endobj ++2848 0 obj << ++/D [2839 0 R /XYZ 106.869 278.113 null] ++>> endobj ++2783 0 obj << ++/D [2839 0 R /XYZ 106.869 235.753 null] ++>> endobj ++2850 0 obj << ++/D [2839 0 R /XYZ 106.869 219.249 null] ++>> endobj ++2818 0 obj << ++/D [2839 0 R /XYZ 106.869 178.946 null] ++>> endobj ++2853 0 obj << ++/D [2839 0 R /XYZ 106.869 162.442 null] ++>> endobj ++2819 0 obj << ++/D [2839 0 R /XYZ 106.869 118.025 null] ++>> endobj ++2838 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 479 0 R /F14 608 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++2858 0 obj << ++/Length 1663 ++/Filter /FlateDecode ++>> ++stream ++xڥX]o6}02 9%1oݒ&z[<E[Zm)9ߥHڒ(;چ1E^{AȘA8Wt;"dbl& fh1G!dzgPߝD]\,]œ}\$r; ;yo꠾`K<2QqCUj:Ov[Uqufv}BPHDW<^ah2Fv@'{3zvLѱ>B>%!(QNeeIJ;*ص XO @şWWiRlIKc@|cb/#@~tRJC8 Auf3g/(#cŭ\[O:Cv8⭰=3FMñ) ++B{Zx)ʤH3g2MA1`#7ɻ^vK; ;Cv$ʗ" /1cwW$r4LPM'yAiaj?+^A5^԰ ui!UMlEA/^zDC=)᤯NV ha>C^Y[O6͝!O4g9d`Qmuo/;b/F6@Ғ\%cc[D6/ T(R`Ԑ'ɀY0ᴜfR=%և cVxAZt  2_Y4dY|eaN>RqbS0#vuWSCϱzq_ċiғ";)< |J @|Tez\/tڅ#C)CҔ˥i`?:K/Tn&qTo|2d&C^Uk0zYsD|}*z Ts^7jWdruZ.]+^߁}~Gӟ37uz?4{s;x7^of7UOX/ؿJ:ZRJre"|yceLqPLx4i@$5,x)ĩE1{>QヌG.p<[o,yAR #(ڜg.μ͊D(1WؿbkGF顸ފ&C_χy֦fendstream ++endobj ++2857 0 obj << ++/Type /Page ++/Contents 2858 0 R ++/Resources 2856 0 R ++/MediaBox [0 0 612 792] ++/Parent 2812 0 R ++/Annots [ 2861 0 R 2863 0 R 2864 0 R 2866 0 R 2868 0 R 2869 0 R 2871 0 R 2873 0 R 2874 0 R 2876 0 R 2877 0 R 2879 0 R 2880 0 R ] ++>> endobj ++2861 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [312.2372 221.1863 386.1793 232.0902] ++/Rect [242.709 655.146 344.078 666.025] + /Subtype /Link +-/A << /S /GoTo /D (a00035_gacd37bb612667dc437d66bfb175a8dc55) >> ++/A << /S /GoTo /D (a00012_o27) >> + >> endobj +-3318 0 obj << ++2863 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [153.4744 209.2311 227.4165 220.1351] ++/Rect [229.399 597.879 275.118 608.759] + /Subtype /Link +-/A << /S /GoTo /D (a00035_gacd37bb612667dc437d66bfb175a8dc55) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3319 0 obj << ++2864 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [225.5346 168.0202 277.3399 178.9242] ++/Rect [280.597 597.879 373.916 608.759] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00012_o17) >> + >> endobj +-3320 0 obj << ++2866 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [382.0678 168.0202 451.5766 178.9242] ++/Rect [242.709 540.613 350.972 551.492] + /Subtype /Link +-/A << /S /GoTo /D (a00051_ga340bb7021204078c30382ea77d38bde9) >> ++/A << /S /GoTo /D (a00012_o6) >> + >> endobj +-3321 0 obj << ++2868 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 156.0651 219.3967 166.969] ++/Rect [229.399 471.392 324.363 482.271] + /Subtype /Link +-/A << /S /GoTo /D (a00051_ga340bb7021204078c30382ea77d38bde9) >> ++/A << /S /GoTo /D (a00017) >> + >> endobj +-3322 0 obj << ++2869 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [225.6164 156.0651 300.1166 166.969] ++/Rect [324.861 471.392 412.621 482.271] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00012_o3) >> + >> endobj +-3323 0 obj << ++2871 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [377.0864 156.0651 451.5766 166.969] ++/Rect [228.852 414.125 304.448 425.004] + /Subtype /Link +-/A << /S /GoTo /D (a00035_gacd37bb612667dc437d66bfb175a8dc55) >> ++/A << /S /GoTo /D (a00012_o2) >> + >> endobj +-3324 0 obj << ++2873 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 144.1099 135.5416 155.0138] ++/Rect [229.399 356.859 275.118 367.738] + /Subtype /Link +-/A << /S /GoTo /D (a00035_gacd37bb612667dc437d66bfb175a8dc55) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3305 0 obj << +-/D [3303 0 R /XYZ 106.8692 686.127 null] ++2874 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [280.597 356.859 383.321 367.738] ++/Subtype /Link ++/A << /S /GoTo /D (a00012_o8) >> + >> endobj +-702 0 obj << +-/D [3303 0 R /XYZ 106.8692 668.127 null] ++2876 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [229.399 299.593 275.118 310.472] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3300 0 obj << +-/D [3303 0 R /XYZ 106.8692 650.766 null] ++2877 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [280.597 299.593 384.436 310.472] ++/Subtype /Link ++/A << /S /GoTo /D (a00012_o12) >> + >> endobj +-706 0 obj << +-/D [3303 0 R /XYZ 106.8692 650.766 null] ++2879 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [202.012 242.326 274.291 253.206] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-3301 0 obj << +-/D [3303 0 R /XYZ 106.8692 527.142 null] ++2880 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [274.789 242.326 359.241 253.206] ++/Subtype /Link ++/A << /S /GoTo /D (a00012_o23) >> + >> endobj +-710 0 obj << +-/D [3303 0 R /XYZ 106.8692 509.9205 null] ++2859 0 obj << ++/D [2857 0 R /XYZ 160.667 686.127 null] + >> endobj +-3306 0 obj << +-/D [3303 0 R /XYZ 106.8692 386.3075 null] ++2860 0 obj << ++/D [2857 0 R /XYZ 160.667 668.127 null] + >> endobj +-714 0 obj << +-/D [3303 0 R /XYZ 106.8692 379.6953 null] ++2784 0 obj << ++/D [2857 0 R /XYZ 160.667 631.538 null] + >> endobj +-3307 0 obj << +-/D [3303 0 R /XYZ 106.8692 318.391 null] ++2862 0 obj << ++/D [2857 0 R /XYZ 160.667 616.366 null] + >> endobj +-3302 0 obj << +-/Font << /F28 1626 0 R /F50 2389 0 R /F54 2728 0 R /F22 1616 0 R /F44 2094 0 R /F14 2227 0 R /F40 2081 0 R >> +-/ProcSet [ /PDF /Text ] ++2773 0 obj << ++/D [2857 0 R /XYZ 160.667 576.329 null] + >> endobj +-3329 0 obj << +-/Length 2080 +-/Filter /FlateDecode +->> +-stream +-xڽYIsFWV=/e$98񌭩98.A$be Ȗd*)~C0ȌHTb&DY}wAb Z~{7T 2ØA0i=_PƉ~jήb->﫦v8pH E'<~}1t`ęŇ ,GnkJM9bJˤ #)4"s'agouTKk{d9<[P4Ulj`޾Z^\ϛaZ}qU/Mӕ]l~j@+C5I )G =ଐ襁$4?X@mv&;:0&r_cٱ;z:|[#YW@0X| (n|؞.akyAe4)>E08ڽ~P%\Ѓ`Km泟t,ٗw'?Cc\' sC':4A uz!` .qQ}i Ǫ_W ;{kCǤG]l0LVP.J{X}9Y;dayM D?qs>.ջq=S^ 'KWbq7 h bU芦 =!J v%vvMpʞMynK` -Ĥd]I^5]6˄pN .3'z:b9$Z;.̨Kp/6IvD;K?}j$''.az|L|, L9|_B`0 L +-mp6t GL\ᣠ=ЍuK)l42i$*A,  @U&xB8iRq{ +-'^`/j ЇK#|8|%x{/c|ǀo߈πgaԄ:.2ddޏ+~OD,H1Ii>kcEpri9\>]F4G=b 6O}قK?' GvŴ>NRYS|羐Fvgjۃ5W9X 1m}-?śi9Ӫ> endobj +-3331 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [286.7932 396.0701 420.7998 406.9741] +-/Subtype /Link +-/A << /S /GoTo /D (a00051_ga3d32c128aa36b5c9d56f6bf9e70d0e78) >> ++2743 0 obj << ++/D [2857 0 R /XYZ 160.667 507.108 null] + >> endobj +-3330 0 obj << +-/D [3328 0 R /XYZ 160.6675 686.127 null] ++2867 0 obj << ++/D [2857 0 R /XYZ 160.667 491.935 null] + >> endobj +-718 0 obj << +-/D [3328 0 R /XYZ 160.6675 668.127 null] ++2742 0 obj << ++/D [2857 0 R /XYZ 160.667 447.784 null] + >> endobj +-3326 0 obj << +-/D [3328 0 R /XYZ 160.6675 650.8181 null] ++2870 0 obj << ++/D [2857 0 R /XYZ 160.667 432.612 null] + >> endobj +-722 0 obj << +-/D [3328 0 R /XYZ 160.6675 650.8181 null] ++2775 0 obj << ++/D [2857 0 R /XYZ 160.667 390.518 null] + >> endobj +-2432 0 obj << +-/D [3328 0 R /XYZ 160.6675 498.0138 null] ++2872 0 obj << ++/D [2857 0 R /XYZ 160.667 375.345 null] + >> endobj +-726 0 obj << +-/D [3328 0 R /XYZ 160.6675 481.0527 null] ++2779 0 obj << ++/D [2857 0 R /XYZ 160.667 333.251 null] + >> endobj +-2431 0 obj << +-/D [3328 0 R /XYZ 185.6139 286.5743 null] ++2875 0 obj << ++/D [2857 0 R /XYZ 160.667 318.079 null] + >> endobj +-730 0 obj << +-/D [3328 0 R /XYZ 160.6675 269.5136 null] ++2815 0 obj << ++/D [2857 0 R /XYZ 160.667 275.985 null] + >> endobj +-3332 0 obj << +-/D [3328 0 R /XYZ 330.5687 120.1818 null] ++2878 0 obj << ++/D [2857 0 R /XYZ 160.667 260.813 null] + >> endobj +-3327 0 obj << +-/Font << /F28 1626 0 R /F50 2389 0 R /F14 2227 0 R /F22 1616 0 R /F44 2094 0 R /F54 2728 0 R >> ++2856 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F14 608 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-3335 0 obj << +-/Length 2329 ++2883 0 obj << ++/Length 1590 + /Filter /FlateDecode + >> + stream +-xZK6W ߏd m2hxl[ k3[H($U*WE1#k%е^O+dAhI}GIS E oCpX[`:[bn>ׄֈJN +-bp=@Eđt yyc#ce6d4a`ʜ۶{\cSMd]&E# EpzT4k૗ +-Ad Aˇю[K\h^pmkLaFp.0):PEk $LY/\!Df)VHR Pwet@su]>si Q^gSpB +-[\Ė@""%CI!84Ŧ@A@ɑ%ˢg]OJ %۱yJ j(ꝥ S(ZV*AP+e٘F|w$|ɃXj\]B*xÝlL P6 Kf#ll+X#ӦKKfF \-)i1AjMӑKlS6>&;:Oآ([c/VE70^9Cq1'zi+s1d3d,@/ezmLS*Ȉ |8/E9Hw)nA2.0(\L 7AA{2-vTV;hau b&=jw(Ty11j5s,JUYih'"NJОq"pR5&/ ~ bUA'Aj%5$$(֌=NM>TBMYz*v]\g*-dJ$qß\P84&7(SHS9!uԳЌp@75'Ӛh1=&bnI>ϵs/{׵Sa-ST +-EyXa FVh +-+RMa +-B$%XЈa%NKG!J:[= T \"h1/‹T fv;>9b؈w(ҵoOY_=|nݯƗr7# 5L{,{Щ8a/a3kgnwF~܊Ã9V ^v \ي[hGK*{3)Y=>ڿA6(\__s4MZ57~{a +-'.@Wv?UMu9Ʃ|u5h.RLoqcϻ $J;ݛol3_c̶bщendstream ++xX]6}x&(ڷit4M6OIfM}a֝>uvf-׹GW(@F^[aoKVĊL0v%=ۇFEy'>UzWe?!mzPľ*5: RıO(_mɐ ++"*>}^6(cnl!X}Xy켦ߚsqx<5LjLpݪZ!3~YTc&%6/3IQLծf2EXeUn"!*m~M%cg0d yIgjmP2RɇCQ 7gq ؖL0Gqz(SmժG#H`ʸ 6rZg)y粲{nr=}]vOw_<4*3lZd&bD] E;aQ#*LXt2YMh;8IH8-1˦Qpch[/psST1XRX-X"3GF[qG3 YgED=R4Ut@j5B2sW4p0B jv*65Y蘇f SIkf 1R?G ++HF~V'kG#t<*OʓgQJAI>3KfoݫY0U1SL0ie3se~r2ڙQvP$e޴u PYYŁn[i 'hr t&Y$;z&54h^FСa7 q~FcT@?EV88Ko8;E(rd$[|g},5e.P^g^sDkDaHG1 R|*V88KoF<* #s"3ؿx1E`boϋC4R2/7@H͵ ++I@\F^Hu~2?F68 Ϥg(;N.(4jJLAo;Dq*'{'M OmA5t]>;; ++lrwJppp:Xؖ7oܮ_ ++&}oWW=7GaB,cd. T!U+Q8^*$_TZx'D.9> endobj +-3338 0 obj << ++2886 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [251.5172 597.0662 325.0108 607.9701] ++/Rect [148.214 567.242 215.511 578.121] + /Subtype /Link +-/A << /S /GoTo /D (a00052_gaf057d7c5e3cb3df897ce527258537619) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-3339 0 obj << ++2887 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [333.0711 597.0662 407.5712 607.9701] ++/Rect [216.009 567.242 326.484 578.121] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00012_o21) >> + >> endobj +-3340 0 obj << ++2889 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 585.111 182.5849 596.0149] ++/Rect [188.911 423.461 278.355 434.34] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00012_o1) >> + >> endobj +-3341 0 obj << ++2891 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [284.9316 585.111 349.459 596.0149] ++/Rect [177.833 367.072 263.142 377.951] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> ++/A << /S /GoTo /D (a00012_o7) >> + >> endobj +-3342 0 obj << ++2893 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [254.3566 528.6679 323.1179 539.5718] ++/Rect [175.601 310.682 221.319 321.561] + /Subtype /Link +-/A << /S /GoTo /D (a00052_ga6d5c88292ad5aa062c1bebc99369c042) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3343 0 obj << ++2894 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [332.1246 528.6679 406.6248 539.5718] ++/Rect [226.799 310.682 307.197 321.561] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00012_o10) >> + >> endobj +-3344 0 obj << ++2896 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 516.7127 182.5849 527.6166] ++/Rect [175.601 254.292 221.319 265.171] + /Subtype /Link + /A << /S /GoTo /D (a00012) >> + >> endobj +-3345 0 obj << ++2897 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [204.114 516.7127 268.6414 527.6166] ++/Rect [226.799 254.292 330.3 265.171] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> ++/A << /S /GoTo /D (a00012_o9) >> + >> endobj +-3346 0 obj << ++2899 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [252.9765 500.9444 411.4408 511.8483] ++/Rect [175.601 197.902 221.319 208.781] + /Subtype /Link +-/A << /S /GoTo /D (a00052_ga3e772fbc4de626ed80f13d332b7d4d03) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3347 0 obj << ++2900 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [416.9367 500.9444 451.5766 511.8483] ++/Rect [226.799 197.902 331.415 208.781] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00012_o13) >> + >> endobj +-3348 0 obj << ++2902 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 488.9892 175.9499 499.8932] ++/Rect [188.911 141.512 294.972 152.391] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00012_o11) >> + >> endobj +-3349 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [276.6997 488.9892 372.2206 499.8932] +-/Subtype /Link +-/A << /S /GoTo /D (a00034_ga2f5276235841ad66a79bedad16a5a10c) >> ++2884 0 obj << ++/D [2882 0 R /XYZ 106.869 686.127 null] + >> endobj +-3350 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [416.9367 488.9892 451.5766 499.8932] +-/Subtype /Link +-/A << /S /GoTo /D (a00044_gac9764f79505775d06407b40f5e4661e8) >> ++2814 0 obj << ++/D [2882 0 R /XYZ 106.869 600.144 null] ++>> endobj ++2885 0 obj << ++/D [2882 0 R /XYZ 106.869 585.728 null] ++>> endobj ++2741 0 obj << ++/D [2882 0 R /XYZ 106.869 456.364 null] ++>> endobj ++2888 0 obj << ++/D [2882 0 R /XYZ 106.869 441.947 null] ++>> endobj ++2774 0 obj << ++/D [2882 0 R /XYZ 106.869 399.974 null] ++>> endobj ++2890 0 obj << ++/D [2882 0 R /XYZ 106.869 385.558 null] ++>> endobj ++2777 0 obj << ++/D [2882 0 R /XYZ 106.869 343.584 null] ++>> endobj ++2892 0 obj << ++/D [2882 0 R /XYZ 106.869 329.168 null] ++>> endobj ++2776 0 obj << ++/D [2882 0 R /XYZ 106.869 287.194 null] ++>> endobj ++2895 0 obj << ++/D [2882 0 R /XYZ 106.869 272.778 null] ++>> endobj ++2780 0 obj << ++/D [2882 0 R /XYZ 106.869 230.805 null] ++>> endobj ++2898 0 obj << ++/D [2882 0 R /XYZ 106.869 216.388 null] ++>> endobj ++2778 0 obj << ++/D [2882 0 R /XYZ 106.869 174.415 null] ++>> endobj ++2901 0 obj << ++/D [2882 0 R /XYZ 106.869 159.999 null] + >> endobj +-3351 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 477.0341 207.8997 487.938] +-/Subtype /Link +-/A << /S /GoTo /D (a00044_gac9764f79505775d06407b40f5e4661e8) >> ++2740 0 obj << ++/D [2882 0 R /XYZ 106.869 118.025 null] + >> endobj +-3352 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [248.9834 432.5461 372.0308 443.45] +-/Subtype /Link +-/A << /S /GoTo /D (a00052_ga6178c6a9ec1dd88ec9f6a9fcdcc7d634) >> ++2881 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 479 0 R /F14 608 0 R >> ++/ProcSet [ /PDF /Text ] + >> endobj +-3353 0 obj << ++2905 0 obj << ++/Length 787 ++/Filter /FlateDecode ++>> ++stream ++xڥUo0~mlmi&meOmU$TI(Y;c#K&M1|G}"eK% e=ڣ$jm{)_-;4Ih짳2F ++X|V`?B<̦>ط{ܯBݽS]Vl7.M~>GܯI6xw05x:u+ztf1ߞ:ŒD#KB*-KhMa?NѶ j>T g:C&> endobj ++2908 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [376.5285 432.5461 451.5766 443.45] ++/Rect [202.012 655.146 279.272 666.025] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-3354 0 obj << ++2909 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 420.5909 135.5416 431.4949] ++/Rect [279.77 655.146 350.385 666.025] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00012_o0) >> + >> endobj +-3355 0 obj << ++2911 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [221.9987 420.5909 312.5382 431.4949] ++/Rect [227.656 598.602 317.09 609.481] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00012_o18) >> + >> endobj +-3356 0 obj << ++2912 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [345.1266 420.5909 451.5766 431.4949] ++/Rect [184.578 532.957 218.391 541.803] + /Subtype /Link +-/A << /S /GoTo /D (a00044_gac9764f79505775d06407b40f5e4661e8) >> +->> endobj +-3336 0 obj << +-/D [3334 0 R /XYZ 106.8692 686.127 null] +->> endobj +-734 0 obj << +-/D [3334 0 R /XYZ 106.8692 668.127 null] +->> endobj +-3337 0 obj << +-/D [3334 0 R /XYZ 106.8692 618.8329 null] +->> endobj +-738 0 obj << +-/D [3334 0 R /XYZ 106.8692 362.161 null] +->> endobj +-3357 0 obj << +-/D [3334 0 R /XYZ 106.8692 334.4084 null] ++/A << /S /GoTo /D (a00029) >> + >> endobj +-742 0 obj << +-/D [3334 0 R /XYZ 106.8692 334.4084 null] ++2906 0 obj << ++/D [2904 0 R /XYZ 160.667 686.127 null] + >> endobj +-3358 0 obj << +-/D [3334 0 R /XYZ 429.3766 249.7761 null] ++2907 0 obj << ++/D [2904 0 R /XYZ 160.667 668.127 null] + >> endobj +-746 0 obj << +-/D [3334 0 R /XYZ 106.8692 226.7111 null] ++2785 0 obj << ++/D [2904 0 R /XYZ 160.667 631.658 null] + >> endobj +-3359 0 obj << +-/D [3334 0 R /XYZ 215.0922 120.1818 null] ++2910 0 obj << ++/D [2904 0 R /XYZ 160.667 617.088 null] + >> endobj +-3333 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F14 2227 0 R /F40 2081 0 R /F56 2793 0 R /F50 2389 0 R /F54 2728 0 R /F44 2094 0 R >> ++2903 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F14 608 0 R /F44 479 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-3363 0 obj << +-/Length 2255 ++2915 0 obj << ++/Length 1110 + /Filter /FlateDecode + >> + stream +-xZ[o~# D_&MҠ)zq'-STE}gDP0pfv.̬DVȊHTb%DfW/;i:?P2H*W1/a|lOUwg7Ӿ+wFRT +_w>#f`n0"qB +2NmS`m +-&aD_qڭm`Jgת?<`|~9tg=&3ΦjA!`0$ +-=ћ?MXRuXvk}m +-_/w+%pY(ݡWաY GS]J3r5 /}>T'n;~;gS{e+hhc@<;o(a~?ա8#`%Җzc:۶E!b!JA/ȭ0_u#03\lhH +-;9݃ Tl*a4ddvgqgbgp/*p6QItt:6ܞb.3e;̼gbD[pfVKǙ9D83Lj3̬^|?3M+(C hexTl +-Ȯ sTu  f`T`y+ TK:(:0 3 F1@WO'L3I(0)iGf4hfb؏akwH?م)mec[5FlWd@;" gpuAnDp5\qu>#1jpF:%ߏj^U^mB>J71A# =bLL4{[g=$b +-jI9(Iu \tXk Kk}Rl`O6+^"PmUL. +0ф{1eT;_Hw Pm:6tpGAٽo÷~-?o/_ Df/ۨendstream ++xڭWMo6WE:HEn(Ptv"+2JLE64Eɧ7730 LG2*8aRj;"tƢսgH#IxZ3D ++ovuq[}۶=z/? &!*.E$2[eajsr$ڐg #UkÂq[s0v:3O :;lPd^㫢Cx<=G)H3kYcˢ1-͟IuP[jy@IG&DM~Wqm]C:@bpajG"ɵ=D۩N̢~AB RQm*w%24,\Կ(5 0S,3Xj`q]_\!pj1/yo䗚_U A:TB1Q.VaZ̬rOު+\%nr% + w vS2i0\МT.6-k1&P.za܉l(2yxSy+=P4ckg~ã9cAM˪.=^jKL $_fY,b!M\Yt7&0"K>f_ ++1D&(LPBh0Stz]i!!Wr*.HAsO:aT`R_-0,fu\Œ)x]zp*ym= @a5s25u)3zm+Z-dIdmX;zcm[q_!iO qn6lu~pOnW'TO~ory>M xVdeA>+eD,cH, a !"8RoM #>?3e{Z}:ԳJ4VK̗_`+"# 'fmOyŚǿEg'1ھ{vsgnlo%endstream + endobj +-3362 0 obj << ++2914 0 obj << + /Type /Page +-/Contents 3363 0 R +-/Resources 3361 0 R ++/Contents 2915 0 R ++/Resources 2913 0 R + /MediaBox [0 0 612 792] +-/Parent 3325 0 R +-/Annots [ 3365 0 R 3368 0 R 3369 0 R 3370 0 R 3371 0 R 3372 0 R 3373 0 R 3374 0 R 3375 0 R 3376 0 R 3377 0 R 3378 0 R 3379 0 R 3380 0 R 3381 0 R 3382 0 R 3383 0 R ] ++/Parent 2933 0 R ++/Annots [ 2918 0 R 2919 0 R 2920 0 R 2921 0 R 2926 0 R 2927 0 R 2930 0 R 2931 0 R 2932 0 R ] + >> endobj +-3365 0 obj << ++2918 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [333.8469 435.5853 434.9067 446.4892] ++/Rect [130.78 552.599 287.719 563.503] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga4630aa1b7e08eac5b41be126194e84a1) >> ++/A << /S /GoTo /D (a00014) >> + >> endobj +-3368 0 obj << ++2919 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [277.4002 281.004 367.9398 291.9079] ++/Rect [288.218 552.599 312.885 563.503] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00013_o0) >> + >> endobj +-3369 0 obj << ++2920 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [470.735 281.004 505.3748 291.9079] ++/Rect [130.78 513.745 288.287 524.649] + /Subtype /Link +-/A << /S /GoTo /D (a00053_ga75f0ac3ac41e9915541c3ae3153a6e26) >> ++/A << /S /GoTo /D (a00015) >> + >> endobj +-3370 0 obj << ++2921 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 269.0488 311.0922 279.9528] ++/Rect [288.786 513.745 314.021 524.649] + /Subtype /Link +-/A << /S /GoTo /D (a00053_ga75f0ac3ac41e9915541c3ae3153a6e26) >> ++/A << /S /GoTo /D (a00013_o1) >> + >> endobj +-3371 0 obj << ++2926 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [314.9079 269.0488 389.408 279.9528] ++/Rect [170.62 370.904 338.07 381.783] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00014) >> + >> endobj +-3372 0 obj << ++2927 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [277.4002 250.9985 367.9398 261.9024] ++/Rect [338.569 370.904 446.254 381.783] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00013_o0) >> + >> endobj +-3373 0 obj << ++2930 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [470.735 250.9985 505.3748 261.9024] ++/Rect [170.62 314.36 339.565 325.239] + /Subtype /Link +-/A << /S /GoTo /D (a00053_ga4497338d1cbae6f8a6d68cb14234d5d8) >> ++/A << /S /GoTo /D (a00015) >> + >> endobj +-3374 0 obj << ++2931 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 239.0433 309.9966 249.9472] ++/Rect [340.063 314.36 449.243 325.239] + /Subtype /Link +-/A << /S /GoTo /D (a00053_ga4497338d1cbae6f8a6d68cb14234d5d8) >> ++/A << /S /GoTo /D (a00013_o1) >> + >> endobj +-3375 0 obj << ++2932 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [313.8123 239.0433 388.3124 249.9472] ++/Rect [130.78 248.715 164.593 257.561] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00029) >> + >> endobj +-3376 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [277.4002 220.993 367.9398 231.8969] +-/Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++2916 0 obj << ++/D [2914 0 R /XYZ 106.869 686.127 null] + >> endobj +-3377 0 obj << ++825 0 obj << ++/D [2914 0 R /XYZ 106.869 668.127 null] ++>> endobj ++258 0 obj << ++/D [2914 0 R /XYZ 106.869 668.127 null] ++>> endobj ++2917 0 obj << ++/D [2914 0 R /XYZ 106.869 571.549 null] ++>> endobj ++2922 0 obj << ++/D [2914 0 R /XYZ 106.869 476.425 null] ++>> endobj ++2923 0 obj << ++/D [2914 0 R /XYZ 106.869 415.732 null] ++>> endobj ++2924 0 obj << ++/D [2914 0 R /XYZ 106.869 391.403 null] ++>> endobj ++2925 0 obj << ++/D [2914 0 R /XYZ 106.869 391.403 null] ++>> endobj ++2928 0 obj << ++/D [2914 0 R /XYZ 106.869 347.416 null] ++>> endobj ++2929 0 obj << ++/D [2914 0 R /XYZ 106.869 332.846 null] ++>> endobj ++2913 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 479 0 R /F11 489 0 R /F40 469 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++2936 0 obj << ++/Length 1257 ++/Filter /FlateDecode ++>> ++stream ++xڥX]6}ϯ@ <8*VJUwe3a!ӄh:{mLFHq||} 0HT$"TEGO8H1ijEiɢcǐFh%iX6 ,. ++׻~]B}cbެևS^n鹨u]U9"&_h)~Z`t#u`A-n3ٷX#(Kq٣IdHKD,I 8I0qd1?I>bQQH3.,]U^CSz<5x3Kw÷x3_ !8>TY˜-&Im~?U;m\@p@*POC; ++) h;4 %٥ h$1H5>nsR` ++eDFd2Q ++,[Cb0Hhv0awxᩬjK\|'Ace)E ++$ʻ!/qfheJqiWaBƄvkBkDWXiNmׇ7/ޔYHaC*iXM\EPM3i5:5ucT8¼3t~a/vCU2̚9 S45mBOJ@\1%^@dF@0 0: ++( pN@] ++80h|ʪ-I#u!Hr> qr[&P+c[G9;cf88ƭơYAĵ+7E.w0+|X"# 2jh3.&2"k߷klMʔeQEf C}4v< P6hML45 ++pl7v tY=3b9u! ڎጙld_{ffamv!tB{ibZ8p1X\D0x&cAH!h@ Xm2}K khwm`&ة(KQ8]Qd/YB\J%50 ++endstream ++endobj ++2935 0 obj << ++/Type /Page ++/Contents 2936 0 R ++/Resources 2934 0 R ++/MediaBox [0 0 612 792] ++/Parent 2933 0 R ++/Annots [ 2939 0 R 2940 0 R 2941 0 R 2946 0 R 2949 0 R 2952 0 R 2953 0 R ] ++>> endobj ++2939 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [470.735 220.993 505.3748 231.8969] ++/Rect [220.284 535.643 237.768 545.57] + /Subtype /Link +-/A << /S /GoTo /D (a00053_gad00abc77f1670049a5b2139471d0c8db) >> ++/A << /S /GoTo /D (a00014_o0) >> + >> endobj +-3378 0 obj << ++2940 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 209.0378 299.476 219.9417] ++/Rect [223.043 495.812 247.173 506.716] + /Subtype /Link +-/A << /S /GoTo /D (a00053_gad00abc77f1670049a5b2139471d0c8db) >> ++/A << /S /GoTo /D (a00014_o1) >> + >> endobj +-3379 0 obj << ++2941 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [303.2917 209.0378 377.7918 219.9417] ++/Rect [223.043 456.958 255.471 467.862] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00014_o2) >> + >> endobj +-3380 0 obj << ++2946 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [277.4002 159.9857 367.9398 170.8896] ++/Rect [237.728 314.117 436.172 324.996] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00014_o1) >> + >> endobj +-3381 0 obj << ++2949 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [470.735 159.9857 505.3748 170.8896] ++/Rect [237.728 257.573 442.807 268.452] + /Subtype /Link +-/A << /S /GoTo /D (a00053_ga95f116c4c0b1ff2c6418c16341fc2e57) >> ++/A << /S /GoTo /D (a00014_o2) >> + >> endobj +-3382 0 obj << ++2952 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 148.0305 305.862 158.9344] ++/Rect [234.949 201.029 424.526 211.908] + /Subtype /Link +-/A << /S /GoTo /D (a00053_ga95f116c4c0b1ff2c6418c16341fc2e57) >> ++/A << /S /GoTo /D (a00014_o0) >> + >> endobj +-3383 0 obj << ++2953 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [309.6776 148.0305 384.1777 158.9344] ++/Rect [184.578 135.384 218.391 144.231] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> +->> endobj +-3364 0 obj << +-/D [3362 0 R /XYZ 160.6675 686.127 null] ++/A << /S /GoTo /D (a00029) >> + >> endobj +-750 0 obj << +-/D [3362 0 R /XYZ 160.6675 668.127 null] +->> endobj +-3360 0 obj << +-/D [3362 0 R /XYZ 160.6675 623.2124 null] +->> endobj +-754 0 obj << +-/D [3362 0 R /XYZ 160.6675 623.2124 null] +->> endobj +-3366 0 obj << +-/D [3362 0 R /XYZ 160.6675 397.2037 null] +->> endobj +-758 0 obj << +-/D [3362 0 R /XYZ 160.6675 370.0401 null] +->> endobj +-3367 0 obj << +-/D [3362 0 R /XYZ 160.6675 305.0529 null] ++2937 0 obj << ++/D [2935 0 R /XYZ 160.667 686.127 null] + >> endobj +-3361 0 obj << +-/Font << /F28 1626 0 R /F50 2389 0 R /F14 2227 0 R /F54 2728 0 R /F22 1616 0 R /F44 2094 0 R /F40 2081 0 R >> +-/ProcSet [ /PDF /Text ] ++826 0 obj << ++/D [2935 0 R /XYZ 160.667 668.127 null] + >> endobj +-3389 0 obj << +-/Length 1142 +-/Filter /FlateDecode +->> +-stream +-xWK6W(1KTz#iEЇs, [dɵn3)ڕ. +-"L( V)VXe 6aNgfLG)IS18 +-1pt$8uyqȏ5N$Na08i$I韓'O8RO?&yju,V!)XH*%+5%9XSL̚]UڈvͲaGKRľ)/ۧؕdUY7Kj/[M&_tD"!1f>BmyZSv$_endstream +-endobj +-3388 0 obj << +-/Type /Page +-/Contents 3389 0 R +-/Resources 3387 0 R +-/MediaBox [0 0 612 792] +-/Parent 3325 0 R ++262 0 obj << ++/D [2935 0 R /XYZ 160.667 668.127 null] + >> endobj +-3390 0 obj << +-/D [3388 0 R /XYZ 106.8692 686.127 null] ++2938 0 obj << ++/D [2935 0 R /XYZ 160.667 553.616 null] + >> endobj +-762 0 obj << +-/D [3388 0 R /XYZ 106.8692 668.127 null] ++2942 0 obj << ++/D [2935 0 R /XYZ 160.667 419.638 null] + >> endobj +-3386 0 obj << +-/D [3388 0 R /XYZ 106.8692 647.9837 null] ++2943 0 obj << ++/D [2935 0 R /XYZ 160.667 358.945 null] + >> endobj +-766 0 obj << +-/D [3388 0 R /XYZ 106.8692 647.9837 null] ++2944 0 obj << ++/D [2935 0 R /XYZ 160.667 334.616 null] + >> endobj +-3384 0 obj << +-/D [3388 0 R /XYZ 106.8692 424.4288 null] ++2945 0 obj << ++/D [2935 0 R /XYZ 160.667 334.616 null] + >> endobj +-770 0 obj << +-/D [3388 0 R /XYZ 106.8692 393.2953 null] ++2947 0 obj << ++/D [2935 0 R /XYZ 160.667 290.629 null] + >> endobj +-2442 0 obj << +-/D [3388 0 R /XYZ 106.8692 342.8191 null] ++2948 0 obj << ++/D [2935 0 R /XYZ 160.667 276.059 null] + >> endobj +-774 0 obj << +-/D [3388 0 R /XYZ 106.8692 342.8191 null] ++2950 0 obj << ++/D [2935 0 R /XYZ 160.667 234.086 null] + >> endobj +-3385 0 obj << +-/D [3388 0 R /XYZ 106.8692 120.1818 null] ++2951 0 obj << ++/D [2935 0 R /XYZ 160.667 219.515 null] + >> endobj +-3387 0 obj << +-/Font << /F28 1626 0 R /F50 2389 0 R /F54 2728 0 R /F22 1616 0 R >> ++2934 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 479 0 R /F11 489 0 R /F40 469 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-3393 0 obj << +-/Length 1535 ++2956 0 obj << ++/Length 918 + /Filter /FlateDecode + >> + stream +-xڭYn6}WQj.hwE)]$l˵yHg/!S dJ$FR*1Dj7xyB0#߀ #'M!-Tiyņ*4l̫|MxE:y]9||L)1g(F0ք6V_+@\a(Gx*}*"ⴥ*wm}4[$a ɑ`[#j:bIRښK1s!F-vhb; +-z0c0` )4\K`IaBaB37 +-͈ 4 &fWB3L$ +-M;B3̫mwThh[hbWh`͉#%z4; KfٍhWe@t6LzPD^J ܦ0"ͤS6060~k&iEayCa( ZaR"Q( lem9"{+ֽ"5ayrS~HQlepm&q`jM]Làր:TP :<݂`M<5aq<́V40]in kqO63bVΉpk>2,ϱl8ܑ\8'cqzt +-^ +-/>5o!v 2z j"-" y#Dݔv +-:7wؓDW>3m ᙝyU>F̋]+&(:]NUC&exۘ9]>ڽc\x/"4h7_&q;׺=h`_>881)l lH$an_x_VE35e>ؘ ZMΏ{ݷ5MfUvʓz]_9ϮԟE'H|pݻW/)wUx)KcX#}ݚѷZ $R~ 6,pd 5+'s{* >/T=~)&8|G]2L]צޖ~Yw&|ZfcM%_^%~GXendstream ++xڥVێF}W bEMvUhw1mbcMS}`3V~0ЇSOUC ?,&Z"BUR>p+!yG7Qd$K6Q f%g98=#i6称t ++/|sمOvg=Kjo?6 5?/p>0bF'p1&y\1΀)޺& ++ }Ur"Јȑ(UPy*'IOET >H+@!z٤SLɖWiD77`Q=dgدΞP%2$ 5T @'@WP{/8 ++)nWA8A5 du`^wWtE]eSH #PȄBn@.WJ,!XN1 AJITv;K0Lv#z9.>uYnCSz`wdȀ/F+p#G)J 8N4 ]O[مh9.\hc!pN#17W8 #vEU6zZwTSW5yoCR7xv-f42Mi5bDL"c ݴ2aCl>?^& Cxi++9=:??t7 Ffa6 G ݡk]13"ѶE;p6XMFE\s\m׷&,Ӈ¼Z# cޚ ]a8aYEИ #+rl#a0$'RاErdRIdZ7&34=~bCI|-XG9hG[rՔE]u/Eϣ_E_l]endstream + endobj +-3392 0 obj << ++2955 0 obj << + /Type /Page +-/Contents 3393 0 R +-/Resources 3391 0 R ++/Contents 2956 0 R ++/Resources 2954 0 R + /MediaBox [0 0 612 792] +-/Parent 3325 0 R +-/Annots [ 3397 0 R 3398 0 R 3399 0 R 3400 0 R 3401 0 R 3402 0 R 3403 0 R 3404 0 R 3405 0 R 3406 0 R 3407 0 R 3408 0 R ] ++/Parent 2933 0 R ++/Annots [ 2959 0 R 2964 0 R 2965 0 R ] + >> endobj +-3397 0 obj << ++2959 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [274.9095 527.3367 370.4304 538.2407] ++/Rect [169.245 534.666 193.374 545.57] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga2f5276235841ad66a79bedad16a5a10c) >> ++/A << /S /GoTo /D (a00015_o0) >> + >> endobj +-3398 0 obj << ++2964 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [470.735 527.3367 505.3748 538.2407] ++/Rect [183.93 391.825 383.868 402.704] + /Subtype /Link +-/A << /S /GoTo /D (a00054_gaf8331b6d5e60c463f7ebe21a878561d4) >> ++/A << /S /GoTo /D (a00015_o0) >> + >> endobj +-3399 0 obj << ++2965 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 515.3816 316.0735 526.2855] ++/Rect [130.78 326.18 164.593 335.027] + /Subtype /Link +-/A << /S /GoTo /D (a00054_gaf8331b6d5e60c463f7ebe21a878561d4) >> ++/A << /S /GoTo /D (a00029) >> + >> endobj +-3400 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [319.8892 515.3816 394.3893 526.2855] +-/Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++2957 0 obj << ++/D [2955 0 R /XYZ 106.869 686.127 null] + >> endobj +-3401 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [274.9095 493.5601 370.4304 504.464] +-/Subtype /Link +-/A << /S /GoTo /D (a00034_ga2f5276235841ad66a79bedad16a5a10c) >> ++827 0 obj << ++/D [2955 0 R /XYZ 106.869 668.127 null] + >> endobj +-3402 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [470.735 493.5601 505.3748 504.464] +-/Subtype /Link +-/A << /S /GoTo /D (a00054_gae6821ede7676dfac0515a4b7b04b0397) >> ++266 0 obj << ++/D [2955 0 R /XYZ 106.869 668.127 null] + >> endobj +-3403 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 481.6049 314.9779 492.5089] +-/Subtype /Link +-/A << /S /GoTo /D (a00054_gae6821ede7676dfac0515a4b7b04b0397) >> ++2958 0 obj << ++/D [2955 0 R /XYZ 106.869 553.616 null] + >> endobj +-3404 0 obj << ++2960 0 obj << ++/D [2955 0 R /XYZ 106.869 497.346 null] ++>> endobj ++2961 0 obj << ++/D [2955 0 R /XYZ 106.869 436.653 null] ++>> endobj ++2962 0 obj << ++/D [2955 0 R /XYZ 106.869 412.325 null] ++>> endobj ++2963 0 obj << ++/D [2955 0 R /XYZ 106.869 412.325 null] ++>> endobj ++2954 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 479 0 R /F11 489 0 R /F40 469 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++2968 0 obj << ++/Length 1035 ++/Filter /FlateDecode ++>> ++stream ++xڭWMo6W:KQP@]6@ j;nER,YNEǙD,QZ`YRl'4yO'!E_1bO(!d<Nә,))ߧe:cN^=t}R>.?a,8]]6.0u>3$cƲg M8J )c WO`Kܨ!$gfP%OBudr2)"PJ8x>lviO=,WSaWv֘W&3eǯeAkQ a+F9ZD P~H&̄AgbTȨ(t.x)󵵖ZqG @xej^BM4|<nj'DwLtk&NH^0Dq啻_rbҬ~?yLj]@ iSmKk!"ADr ++ ++'(TM4Rs;`cw6iHb!s%3CsnQd 7<h=17=u5⩱SQT awҦ~.ƢF5AcM_Em򘮱^#chDضU0xKU<䛪\VX>ߡ[mAf%tNiO+{$Y9D}؍8ь17b<nV8E޹2dۼ.|>T8ӸFKbOOFu@5#sԈHa?)Ϟfު~]aK ++t ++X ).-e@ff8\PsweOz?= aoO燰uWz!`UՖi{ ++cʪr~8nttK̭.5밶 ]jŬeUc1SR<p~m8D2 ٍ%db^vjZMSA?b.@y+o^ks/e?Hot03endstream ++endobj ++2967 0 obj << ++/Type /Page ++/Contents 2968 0 R ++/Resources 2966 0 R ++/MediaBox [0 0 612 792] ++/Parent 2933 0 R ++/Annots [ 2971 0 R 2972 0 R 2977 0 R 2980 0 R 2981 0 R ] ++>> endobj ++2971 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [318.7936 481.6049 393.2937 492.5089] ++/Rect [211.686 554.656 235.257 563.503] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00016_o0) >> + >> endobj +-3405 0 obj << ++2972 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [274.9095 459.7834 370.4304 470.6874] ++/Rect [211.686 515.802 235.008 524.649] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga2f5276235841ad66a79bedad16a5a10c) >> ++/A << /S /GoTo /D (a00016_o1) >> + >> endobj +-3406 0 obj << ++2977 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [470.735 459.7834 505.3748 470.6874] ++/Rect [223.87 370.904 329.663 381.783] + /Subtype /Link +-/A << /S /GoTo /D (a00054_ga5d829323f8d283687be43ea8c894eb3b) >> ++/A << /S /GoTo /D (a00016_o0) >> + >> endobj +-3407 0 obj << ++2980 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 447.8283 310.8433 458.7322] ++/Rect [223.87 314.36 329.015 325.239] + /Subtype /Link +-/A << /S /GoTo /D (a00054_ga5d829323f8d283687be43ea8c894eb3b) >> ++/A << /S /GoTo /D (a00016_o1) >> + >> endobj +-3408 0 obj << ++2981 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [314.6589 447.8283 389.159 458.7322] ++/Rect [184.578 248.715 218.391 257.561] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00029) >> + >> endobj +-3394 0 obj << +-/D [3392 0 R /XYZ 160.6675 686.127 null] ++2969 0 obj << ++/D [2967 0 R /XYZ 160.667 686.127 null] + >> endobj +-778 0 obj << +-/D [3392 0 R /XYZ 160.6675 668.127 null] ++828 0 obj << ++/D [2967 0 R /XYZ 160.667 668.127 null] + >> endobj +-3395 0 obj << +-/D [3392 0 R /XYZ 160.6675 622.4769 null] ++270 0 obj << ++/D [2967 0 R /XYZ 160.667 668.127 null] + >> endobj +-782 0 obj << +-/D [3392 0 R /XYZ 160.6675 622.4769 null] ++2970 0 obj << ++/D [2967 0 R /XYZ 160.667 571.549 null] + >> endobj +-3396 0 obj << +-/D [3392 0 R /XYZ 160.6675 555.1567 null] ++2973 0 obj << ++/D [2967 0 R /XYZ 160.667 476.425 null] + >> endobj +-786 0 obj << +-/D [3392 0 R /XYZ 160.6675 381.6806 null] ++2974 0 obj << ++/D [2967 0 R /XYZ 160.667 415.732 null] + >> endobj +-3409 0 obj << +-/D [3392 0 R /XYZ 160.6675 351.2042 null] ++2975 0 obj << ++/D [2967 0 R /XYZ 160.667 391.403 null] + >> endobj +-790 0 obj << +-/D [3392 0 R /XYZ 160.6675 351.2042 null] ++2976 0 obj << ++/D [2967 0 R /XYZ 160.667 391.403 null] + >> endobj +-3410 0 obj << +-/D [3392 0 R /XYZ 160.6675 120.1818 null] ++2978 0 obj << ++/D [2967 0 R /XYZ 160.667 349.474 null] + >> endobj +-3391 0 obj << +-/Font << /F28 1626 0 R /F50 2389 0 R /F54 2728 0 R /F22 1616 0 R /F40 2081 0 R >> +-/ProcSet [ /PDF /Text ] ++2979 0 obj << ++/D [2967 0 R /XYZ 160.667 334.903 null] + >> endobj +-3414 0 obj << +-/Length 2155 ++2966 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 479 0 R /F11 489 0 R /F14 608 0 R /F40 469 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++2984 0 obj << ++/Length 1558 + /Filter /FlateDecode + >> + stream +-xZے}W葪Z[:JR+-GTȉHy<qxde< 5> Ad, (.e.j=->~A:#|R#-\><ž4RAsF|gO+k,ײt/ۗKSvweJ8ic4@@~X`4 FDi8ѧ])fH͌f"´0Yak&̲fzCu]m Ɂk0"b3iD +yqIK%Rĸ*5.Pq}3"FÄ!8nr$`3#>rv}!7ѢƠHJM V ( 2'd@X +-[{)#I`L͓ .[{ݥ)>`L"0 +-i,`*د=M}rxh@WJࠜ" cȠ"A`1{%*D ^7#K4djx"fd"lZ*GeI +-` +-S?ڇ -{&Ͽ:^ۢ)t a2iNL7KVd9[29nЭx\[nBރv{9Ƒ4PmOi$9҂U&T  FIOC}+g$q`_ b抬US@L@PO-_&f^iB!x⊱>(S F~&hF XD>PK"s;0}}i#q8T<`Lw˃Jȃ)ʩȌ<<g!1޸Ar9\E9lmF}H!*&,X%0+:XRPIru/>`w`u vy>ХQTA4 .x7;%t +-Vl*YR@ M>xqm1uay.U9甲>3 JKCO퓍2β@UrcB!),1#`lNfiec{Ɇq@ZW?@#JI7KKWpN 륋to =l39ʱYu9"& V L,!u|b058H$ֿ$Max0`ꃷJ!3)II (|u/ >bn}'Y2fF8`ܥp8gRǜ:xj\=P1U:!!'DDz-)Dzٞ/h")þ<!>Ȭ}57YmmSQAoS}p%2X?n-g:'.\|)]aL^Q͍Ks*{Н-~Bg(6@r9d졔~gTl4b evOT엺fv@",+LOaFDLmnX&7(afd.SYJ"]튳s_({;ia8`X\ta]KShө8nƙ<C40^OeQ5#nA- Џ. 닯y_Jb1qb(DrҮPPm{)x0Dtd%^lאY7gTvacvk=5{_B:0<6/~5YP/R__Uc 5C0>PГ)l(P S&ҩ2P,8*0|댼,lDqf5K ++d 3kTgV8"[GJ5%L@W0.]ѿ"EclN7󺫽+ޭ^Lf@u%u`p,29+g"j48-qEZt,;9ݞ)/cm9 :+q4"@g.G=qDTzJ/aۮ' ++Vz,D(ӱ҃1TU})4=qhDF0KѦkWjLlMb@nzzNI~F:jx|FSb8 븘f"(eV|XyX[A <Ԩ0+ ++99Iuxg5#zFyx/"| jbFӾp=)96_Zj57/=K8T8͈UNt]y-XՃYM)CZ*kXd> endobj +-3417 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [240.7398 493.8534 345.6654 504.7574] +-/Subtype /Link +-/A << /S /GoTo /D (a00055_ga60ecc4ae480c28b5fbd34aca4fc37daa) >> ++/Parent 2933 0 R ++/Annots [ 2987 0 R 2988 0 R 2989 0 R 2990 0 R 2991 0 R 2996 0 R 2999 0 R 3000 0 R 3003 0 R ] + >> endobj +-3418 0 obj << ++2987 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [350.1332 493.8534 424.6333 504.7574] ++/Rect [166.485 550.929 224.378 561.833] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00017_o0) >> + >> endobj +-3419 0 obj << ++2988 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [150.0574 481.8982 240.597 492.8022] ++/Rect [166.485 511.27 226.031 522.173] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00017_o1) >> + >> endobj +-3420 0 obj << ++2989 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [271.5306 481.8982 341.0394 492.8022] ++/Rect [169.245 471.61 233.215 482.514] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga37e35730fa7e775b5bb0afe893d6d508) >> ++/A << /S /GoTo /D (a00017_o2) >> + >> endobj +-3421 0 obj << ++2990 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [250.7107 438.7095 380.5423 449.6134] ++/Rect [130.78 431.951 362.449 442.855] + /Subtype /Link +-/A << /S /GoTo /D (a00055_ga9162785e39d7c697f76f99524c4a2fb4) >> ++/A << /S /GoTo /D (a00018) >> + >> endobj +-3422 0 obj << ++2991 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [213.4393 426.7543 303.9789 437.6582] ++/Rect [370.419 431.951 417.233 442.855] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00017_o3) >> + >> endobj +-3423 0 obj << ++2996 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [334.9126 426.7543 404.4213 437.6582] ++/Rect [181.15 286.534 343.062 297.413] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga37e35730fa7e775b5bb0afe893d6d508) >> ++/A << /S /GoTo /D (a00017_o1) >> + >> endobj +-3424 0 obj << ++2999 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [251.824 383.5655 368.366 394.4695] ++/Rect [170.937 228.904 413.656 239.783] + /Subtype /Link +-/A << /S /GoTo /D (a00055_gaa677fd588304b5615de4ea78104adfb5) >> ++/A << /S /GoTo /D (a00018) >> + >> endobj +-3425 0 obj << ++3000 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [376.5285 383.5655 451.5766 394.4695] ++/Rect [143.233 216.948 291.874 227.827] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00017_o3) >> + >> endobj +-3426 0 obj << ++3003 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 371.6104 135.5416 382.5143] ++/Rect [183.93 141.693 350.285 152.573] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00017_o2) >> + >> endobj +-3427 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [175.8006 371.6104 240.3279 382.5143] +-/Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> ++2985 0 obj << ++/D [2983 0 R /XYZ 106.869 686.127 null] + >> endobj +-3428 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [271.2616 371.6104 366.7825 382.5143] +-/Subtype /Link +-/A << /S /GoTo /D (a00034_ga2f5276235841ad66a79bedad16a5a10c) >> ++829 0 obj << ++/D [2983 0 R /XYZ 106.869 668.127 null] + >> endobj +-3429 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [243.7409 328.4216 385.1889 339.3255] +-/Subtype /Link +-/A << /S /GoTo /D (a00055_gaa7c3f39802b00a758c58e024a8119979) >> ++274 0 obj << ++/D [2983 0 R /XYZ 106.869 668.127 null] + >> endobj +-3430 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [213.4393 316.4664 277.9667 327.3703] +-/Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> ++2986 0 obj << ++/D [2983 0 R /XYZ 106.869 570.281 null] + >> endobj +-3431 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [308.9004 316.4664 404.4213 327.3703] +-/Subtype /Link +-/A << /S /GoTo /D (a00034_ga2f5276235841ad66a79bedad16a5a10c) >> ++2992 0 obj << ++/D [2983 0 R /XYZ 106.869 393.323 null] + >> endobj +-3415 0 obj << +-/D [3413 0 R /XYZ 106.8692 686.127 null] ++2993 0 obj << ++/D [2983 0 R /XYZ 106.869 331.543 null] + >> endobj +-794 0 obj << +-/D [3413 0 R /XYZ 106.8692 668.127 null] ++2994 0 obj << ++/D [2983 0 R /XYZ 106.869 307.034 null] + >> endobj +-3411 0 obj << +-/D [3413 0 R /XYZ 106.8692 624.8206 null] ++2995 0 obj << ++/D [2983 0 R /XYZ 106.869 307.034 null] + >> endobj +-798 0 obj << +-/D [3413 0 R /XYZ 106.8692 624.8206 null] ++2997 0 obj << ++/D [2983 0 R /XYZ 106.869 262.866 null] + >> endobj +-2606 0 obj << +-/D [3413 0 R /XYZ 106.8692 576.2584 null] ++2998 0 obj << ++/D [2983 0 R /XYZ 106.869 247.39 null] + >> endobj +-802 0 obj << +-/D [3413 0 R /XYZ 106.8692 576.2584 null] ++3001 0 obj << ++/D [2983 0 R /XYZ 447.493 177.812 null] + >> endobj +-3416 0 obj << +-/D [3413 0 R /XYZ 106.8692 514.9706 null] ++3002 0 obj << ++/D [2983 0 R /XYZ 106.869 160.18 null] + >> endobj +-806 0 obj << +-/D [3413 0 R /XYZ 106.8692 272.1028 null] ++3004 0 obj << ++/D [2983 0 R /XYZ 106.869 118.025 null] + >> endobj +-3412 0 obj << +-/Font << /F28 1626 0 R /F50 2389 0 R /F54 2728 0 R /F22 1616 0 R /F40 2081 0 R /F14 2227 0 R >> ++2982 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 479 0 R /F11 489 0 R /F40 469 0 R /F14 608 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-3437 0 obj << +-/Length 1729 ++3007 0 obj << ++/Length 612 + /Filter /FlateDecode + >> + stream +-xYYoF~ׯ#D۽isw$PKQQ;{Z4 Z0`.9J̥P5_gx~ ^HYvLˈ뻫7ϩd$m, E7oK8QOXdp'p}>I*^~6 v?go{=È#b g3ؔR։W)0GLi9yLB)4"swN.c4 )fF„d` vʋ=3D$D;"[2&O!:4 e.Ќsv2`b^gŭØEq +-j$B;=[( 29X7ZZ@6:O!z|C^npcpfQeh#tDl9Eա -];۟B0D8嗂:EKPR @adg>`9ͮ:6wa|)b$A$.l:Gie TaFT!.4{guhfڶ6ZL+9SM_2ciV@*e*fSeeH>TJ6%gxגk/&tŹ]T{PWp>K?SnNt-^J!mX?Gcgm05v: N_XYs˶W_+(G56Ӕif8Vu:4/h#&JhшIuRhXѩ3܇J "x+/[-_c콐z.Ey<_=WjcZtzx\!qqw +-` +-`zj15WpWpo^Ѽ2D5d9Ahz;Q;7hgVAČ$ Q"~|S*%D+yU _}WU袐` cH(BJZe0;P; Pr=XZnhC].i_}B6w=t& +-]H`2= Nah`X=48yDadžstFNBO9"A0X0d8=kem"+:m:~`×lD+Ls<)5?eZoNE*Ə:-+v$rmyu6}O0_tendstream ++xڥTM0+|Xmժv"$C%Nf+U9d=o ? U*&*QxLcd[XH09>} T+A"McHZ x&/.H2d.ǯW&zWw90>d&gos^ۦlMf 'Kz}b$iH%>y ++ƌ֤D$:{~/8ORIXJ2FU(1o֨hn.BRa_Y '+2Wd|-~͛|3dóإKfBK*:gv!\7& | a!-_v{SnNqf]m0W0|]E_t SGEҵ5[qfҲaAV..LhVe[)me5x..(Ure2^-5R;]ifsy0Ž&`?8MYIWT8FCֺa1qp@t6XxAIGϭ [7| 8fR/̺hpi-?ѻػ)gֽ <[Dҿ~uTendstream + endobj +-3436 0 obj << ++3006 0 obj << + /Type /Page +-/Contents 3437 0 R +-/Resources 3435 0 R ++/Contents 3007 0 R ++/Resources 3005 0 R + /MediaBox [0 0 612 792] +-/Parent 3432 0 R +-/Annots [ 3439 0 R 3440 0 R ] ++/Parent 2933 0 R ++/Annots [ 3010 0 R 3011 0 R ] + >> endobj +-3439 0 obj << ++3010 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [271.498 424.2991 388.0399 435.2031] ++/Rect [234.949 655.146 396.302 666.025] + /Subtype /Link +-/A << /S /GoTo /D (a00055_gaa677fd588304b5615de4ea78104adfb5) >> ++/A << /S /GoTo /D (a00017_o0) >> + >> endobj +-3440 0 obj << ++3011 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [264.5749 140.9391 369.5005 151.843] ++/Rect [184.578 589.501 218.391 598.347] + /Subtype /Link +-/A << /S /GoTo /D (a00055_ga60ecc4ae480c28b5fbd34aca4fc37daa) >> +->> endobj +-3438 0 obj << +-/D [3436 0 R /XYZ 160.6675 686.127 null] +->> endobj +-810 0 obj << +-/D [3436 0 R /XYZ 160.6675 668.127 null] +->> endobj +-3071 0 obj << +-/D [3436 0 R /XYZ 160.6675 650.4793 null] +->> endobj +-814 0 obj << +-/D [3436 0 R /XYZ 160.6675 650.4793 null] +->> endobj +-3434 0 obj << +-/D [3436 0 R /XYZ 275.0074 530.4321 null] +->> endobj +-818 0 obj << +-/D [3436 0 R /XYZ 160.6675 509.6205 null] +->> endobj +-3070 0 obj << +-/D [3436 0 R /XYZ 427.7337 403.5419 null] +->> endobj +-822 0 obj << +-/D [3436 0 R /XYZ 160.6675 382.7302 null] +->> endobj +-3433 0 obj << +-/D [3436 0 R /XYZ 405.4269 247.0721 null] ++/A << /S /GoTo /D (a00029) >> + >> endobj +-826 0 obj << +-/D [3436 0 R /XYZ 160.6675 226.2604 null] ++3008 0 obj << ++/D [3006 0 R /XYZ 160.667 686.127 null] + >> endobj +-3441 0 obj << +-/D [3436 0 R /XYZ 412.5609 120.1818 null] ++3009 0 obj << ++/D [3006 0 R /XYZ 160.667 668.127 null] + >> endobj +-3435 0 obj << +-/Font << /F28 1626 0 R /F50 2389 0 R /F54 2728 0 R /F22 1616 0 R /F44 2094 0 R /F14 2227 0 R >> ++3005 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-3444 0 obj << +-/Length 2243 ++3014 0 obj << ++/Length 1239 + /Filter /FlateDecode + >> + stream +-xڽZM#Wbaݵc8r A+HԓקlRf7<Fj=U=,NP5]?M>aBZ"껻_zjTNc[)a +-<{܋Oiutoc!fFi.L +-_~ i33@>Mgd78g0}|uh\`$4f&1.iwB#"9GL0 dhB4c11Fxi"'2İksA%R_*e)%L_6!a$9Z̿b_ص4?륛T֏O՜vF5EVZ>0U`Zk& ݼ<"qaSa0!*D"ä׃1pQzm4<9j e#2ܐ+.4bvpouu[{tw(B0UJQ fmǸFUڴ04e`SAa` +-s@)'9BJD)XAr2#9Y%[\+HJo)4<*pIy%"ȩ,'{rC#xڜӕ{#}Wqp[.iLP./.D`[9ku7W|r6XcSYQ+ +-‹aXQxyAx^xs}z^uG +-g lȗ%2܉;Q|a(Du jQ$r,tqƒ`v+.O+ӜYutվZRv8~n;aEi6Wk X\W/\6҈~<`N?yA??I?\PRs=" \LDvByct`C#VtİB +-B /o޿o`m fz Wv˙< qFcpb<&ޫ|d)9gt嚵栝1c58kn߾X/[w_ EB.x +-2{sfVxr'PՓ; fH{{l0 ~}rME2" i[|Yj7I^ҦMQ@0I0ޛ< +-+l E^,BB/ +- h%9oM0]/[?hV\A:eJE${" (ɶX5|Zgi"bȔBniu XMLnF~)d60 t UCUv_ kWlJ)A\(wA> SW?, {T\ +-@i~gK3?FB#I-<(x:CcNq < Ơ-׏wOcC[;Su^0M,Y{Y_l/I2&ZAP(aY<~a`$vуFª%?eiQvB\H9wu) Ȗ^ҊE_KzVv?TtɃwcwŻj^SL5_SΩ+WMӟ&z&qw[by3ϧwBendstream ++xXێF}W Kq+hF<,3" ƚ8_j0\T9}K$!alin@_pm[`Ča1&8,g.߳}j.0znjЈ3IjVv*HQ0ZF[5'k?etqOB2tѸEvy<&oQp@oàqLIAbxAF:(h]EU&MiX&fw; ++X,GJ6 dj*Ar-w<  5EF72Ed0PmlE8zۃw|ђpo%'4̓V_D|akPcsKC_Pf_qq·:%ѳP2q JfEu| cZF[SSCAD8)3’2qT*(3݊owIYs%LUZvfmC$[GqzJqV : @va֫pdᲝK(1W^5Qe\Hpg!d;dXU}`B+\F%FtC_@\֫h~..?`06p^yz|6(GA!Ɛ?,ce;3Ǣd7}y )IQ[<4XR>PKdzjb /:N;i5B2]ߐvFݨ:$!a,bc`8q7+lt΍ wiavoohYfH݂sZ0 UdHٙ9rpv4f(/{דzwС_5]&endstream + endobj +-3443 0 obj << ++3013 0 obj << + /Type /Page +-/Contents 3444 0 R +-/Resources 3442 0 R ++/Contents 3014 0 R ++/Resources 3012 0 R + /MediaBox [0 0 612 792] +-/Parent 3432 0 R +-/Annots [ 3447 0 R 3448 0 R 3450 0 R 3451 0 R 3453 0 R 3454 0 R 3455 0 R 3456 0 R 3457 0 R 3458 0 R 3459 0 R 3460 0 R 3461 0 R 3462 0 R 3463 0 R 3464 0 R 3465 0 R 3466 0 R 3467 0 R 3468 0 R ] ++/Parent 3029 0 R ++/Annots [ 3017 0 R 3018 0 R 3023 0 R 3024 0 R 3027 0 R 3028 0 R ] + >> endobj +-3447 0 obj << ++3017 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [162.6001 602.1783 283.4161 613.0822] ++/Rect [166.485 535.643 183.969 545.57] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga3f6861045a8029ade373510ffa727d2a) >> ++/A << /S /GoTo /D (a00018_o0) >> + >> endobj +-3448 0 obj << ++3018 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [162.6001 563.0715 275.8146 573.9754] ++/Rect [166.485 496.788 190.615 506.716] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gafcf3246db406218d4e155735b3fa6528) >> ++/A << /S /GoTo /D (a00018_o1) >> + >> endobj +-3450 0 obj << ++3023 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [263.6002 479.7232 330.3492 490.6271] ++/Rect [181.445 335.347 451.577 346.226] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++/A << /S /GoTo /D (a00018_o1) >> + >> endobj +-3451 0 obj << ++3024 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [263.6002 440.6165 356.3614 451.5204] ++/Rect [143.233 325.294 179.536 333.867] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00018_o1) >> + >> endobj +-3453 0 obj << ++3027 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [225.7576 383.2972 292.5066 394.2012] ++/Rect [181.15 266.848 445.995 277.727] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++/A << /S /GoTo /D (a00018_o0) >> + >> endobj +-3454 0 obj << ++3028 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [294.1663 383.2972 377.5129 394.2012] ++/Rect [130.78 201.203 164.593 210.049] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga9fb6aedc30d4ef4998fa53e2403b6130) >> ++/A << /S /GoTo /D (a00029) >> + >> endobj +-3455 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [228.3833 332.2353 295.1323 343.1392] +-/Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++3015 0 obj << ++/D [3013 0 R /XYZ 106.869 686.127 null] + >> endobj +-3456 0 obj << ++830 0 obj << ++/D [3013 0 R /XYZ 106.869 668.127 null] ++>> endobj ++278 0 obj << ++/D [3013 0 R /XYZ 106.869 668.127 null] ++>> endobj ++3016 0 obj << ++/D [3013 0 R /XYZ 106.869 553.616 null] ++>> endobj ++3019 0 obj << ++/D [3013 0 R /XYZ 106.869 458.492 null] ++>> endobj ++3020 0 obj << ++/D [3013 0 R /XYZ 106.869 380.174 null] ++>> endobj ++3021 0 obj << ++/D [3013 0 R /XYZ 106.869 355.846 null] ++>> endobj ++3022 0 obj << ++/D [3013 0 R /XYZ 106.869 355.846 null] ++>> endobj ++3025 0 obj << ++/D [3013 0 R /XYZ 106.869 299.904 null] ++>> endobj ++3026 0 obj << ++/D [3013 0 R /XYZ 106.869 285.334 null] ++>> endobj ++3012 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 479 0 R /F11 489 0 R /F40 469 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++3032 0 obj << ++/Length 1427 ++/Filter /FlateDecode ++>> ++stream ++xřKo6zf~EE-=iwxe6ة,7ͷH$%J)y[Rp~| i`# I%"T% 'hz7#NE i9 #Y| ++ OO)a|ИU9i>_P_j+g,u?'1gb{*WcY?fP0|?yF$٧/8YC0bF'1&y1 tc&[$0GLY"e'MB#"m$cX_1{9֏˱( CKClS^̙JUF" ++Fk!˫6^I5Xʇjsi]秬؁}_AW{ZԺ41V/O>۝;5"E6"ۈp!۟.r@`805DۡN/YՏ.=@ #D#Y-lG.߯Oƛ` ++вT ++Dvt6,CϔC0,ia;χns׶&n=)!캯S|h }U |KS͈~( Ʊb$QAviFٴ"lb= lBDl'O Ehf>> endobj ++3035 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [299.4203 332.2353 401.586 343.1392] ++/Rect [242.68 534.01 329.902 544.914] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gadd4479485685bda179f4b8b9b70f671e) >> ++/A << /S /GoTo /D (a00019_o0) >> + >> endobj +-3457 0 obj << ++3036 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [244.6022 281.1734 324.0634 292.0773] ++/Rect [242.68 520.9 331.008 531.804] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga8e7035fe555ef96921bfb98e08519bc7) >> ++/A << /S /GoTo /D (a00019_o1) >> + >> endobj +-3458 0 obj << ++3037 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [327.879 281.1734 394.628 292.0773] ++/Rect [242.68 507.791 315.506 518.695] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++/A << /S /GoTo /D (a00019_o2) >> + >> endobj +-3459 0 obj << ++3038 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [230.0406 242.0666 296.7896 252.9706] ++/Rect [242.68 494.681 316.612 505.585] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++/A << /S /GoTo /D (a00019_o3) >> + >> endobj +-3460 0 obj << ++3039 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [302.7366 242.0666 381.6601 252.9706] ++/Rect [242.68 481.572 337.094 492.476] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaaa4ed76211cd3694dfbea2109fc440be) >> ++/A << /S /GoTo /D (a00019_o4) >> + >> endobj +-3461 0 obj << ++3040 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [390.9246 242.0666 451.5766 252.9706] ++/Rect [242.68 468.462 338.2 479.366] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00019_o5) >> + >> endobj +-3462 0 obj << ++3041 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 230.1115 168.1988 241.0154] ++/Rect [242.68 455.353 322.699 466.257] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00019_o6) >> + >> endobj +-3463 0 obj << ++3042 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [245.1418 180.0458 328.389 190.9497] ++/Rect [242.68 442.243 323.805 453.147] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gab14743355fa03b36cef521cbcd2fbf64) >> ++/A << /S /GoTo /D (a00019_o7) >> + >> endobj +-3464 0 obj << ++3047 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [332.4746 180.0458 399.2236 190.9497] ++/Rect [259.586 324.451 489.462 335.33] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++/A << /S /GoTo /D (a00019_o3) >> + >> endobj +-3465 0 obj << ++3050 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [416.9367 180.0458 451.5766 190.9497] ++/Rect [259.586 267.48 504.963 278.359] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00019_o1) >> + >> endobj +-3466 0 obj << ++3053 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 168.0906 194.211 178.9946] ++/Rect [260.063 210.509 505.375 221.388] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00019_o5) >> + >> endobj +-3467 0 obj << ++3054 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [239.0276 128.9839 334.0004 139.8878] ++/Rect [197.031 198.554 233.912 209.433] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga6c0d60db98f27276752c1e5fafcbd7d1) >> ++/A << /S /GoTo /D (a00019_o5) >> + >> endobj +-3468 0 obj << ++3057 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [186.2013 117.0287 278.9625 127.9327] ++/Rect [259.586 141.583 498.318 152.463] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00019_o7) >> + >> endobj +-3445 0 obj << +-/D [3443 0 R /XYZ 106.8692 686.127 null] ++3033 0 obj << ++/D [3031 0 R /XYZ 160.667 686.127 null] + >> endobj +-830 0 obj << +-/D [3443 0 R /XYZ 106.8692 668.127 null] ++831 0 obj << ++/D [3031 0 R /XYZ 160.667 668.127 null] + >> endobj +-3446 0 obj << +-/D [3443 0 R /XYZ 106.8692 621.2544 null] ++282 0 obj << ++/D [3031 0 R /XYZ 160.667 668.127 null] + >> endobj +-3449 0 obj << +-/D [3443 0 R /XYZ 106.8692 496.5159 null] ++3034 0 obj << ++/D [3031 0 R /XYZ 160.667 553.118 null] + >> endobj +-3452 0 obj << +-/D [3443 0 R /XYZ 106.8692 402.3734 null] ++3043 0 obj << ++/D [3031 0 R /XYZ 160.667 428.313 null] + >> endobj +-3442 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F40 2081 0 R /F56 2793 0 R /F14 2227 0 R >> +-/ProcSet [ /PDF /Text ] ++3044 0 obj << ++/D [3031 0 R /XYZ 160.667 369.35 null] + >> endobj +-3479 0 obj << +-/Length 2580 +-/Filter /FlateDecode +->> +-stream +-xڵm6𻳁C_^(r/b]]֞67D%Rk3!ӌ(dA$FR*Z"Bbxpi^Tp[I]h E|uijM'jj/cq7uYV00$ZXwAt?` |o0" >߼ٛ 6_;MF%+ړQ ^fpD g72 lp_}nSi|,r@B 2Ś0D5g JcOñpfT~TDqky:Q)L89w~}ݛj̈́\z~'EVmD/j{ێ\ a g,/JG F }oF 0>Z!f+n^NwO9Xb̴zy"né]8``ng4AFV%> 1Dx+Sܫ֡ld)qv 'K$ V&0`ӾYZ˗򿩋]iV Ȉ:s2,B \e:^E!" Vۍu:m7XJYgRD dPbNLMg#ڍPǰHIWe"k!_tΡN@%C<1H2I#޶~,OL(Q&82O+ D:YL"cT{UWL-SǽgINp$zz3Ҧ%90ק#9t `2NG%AN *casTԷxeǡgU8ev($>}WT)̰ݫnE#mqE +-"%2 +-#r #SHg +-a@Ee`㊩~3JBYL\DN6$lc>=n㦞F7)Ũq*ItN]`.SiT23N9fGr<QduqS+1SXd~( EK(Ҝm^eyUĶ'lfz E\L*,dh OPtv:u{0(HWe-Sa"C +-*LKHHldoW\,Kдi@Ypĕ"쥬Z:ʏ(aWEgS"v4I\.˻HPoU[l o[s{ X-ڶ_桹a뮀Ǘ~χͧM@vԦih_fdheY4u4Q4df!jOb +-s\ZRNW傀@*2Z[i{vgQܤsUh| +-]6Afq*QKR +-RyI=HPˮV549ryc˔}RV܆-eУ\-z 5z^G[`0_oT),rOkbn}X5qt* +- +-Q6 ep5 Eٝ8L2p(wش Gvk`<He,A>^#h}}8q#6^}Wh$2:/˂.4]Ư]o`I M ^N --cx^B7EYL(~/?:8%"d{ sg +-iR%<B5ҼzܜH@Ȕ-45{EJ>9`s;ZdVi@RrD q ơʴ㵋7(",LSv6Zҩy6I-H;y:8ag #"HȋұpT5 0y5(\s ԁ:¹k2Yԩ֡ld@9AxA\s+tD!0bMwX-@= $*sT/F_~xx~TVt[D)&}-R==9xkzٕ|f_fNf^4l)a7Aendstream +-endobj +-3478 0 obj << +-/Type /Page +-/Contents 3479 0 R +-/Resources 3477 0 R +-/MediaBox [0 0 612 792] +-/Parent 3432 0 R +-/Annots [ 3481 0 R 3482 0 R 3483 0 R 3484 0 R 3485 0 R 3486 0 R 3487 0 R 3488 0 R 3489 0 R 3490 0 R 3491 0 R 3492 0 R 3493 0 R 3494 0 R 3495 0 R 3496 0 R 3497 0 R 3498 0 R 3499 0 R 3500 0 R 3501 0 R 3502 0 R 3503 0 R 3504 0 R 3505 0 R ] ++3045 0 obj << ++/D [3031 0 R /XYZ 160.667 344.951 null] + >> endobj +-3481 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [293.5246 630.7689 387.9395 641.6728] +-/Subtype /Link +-/A << /S /GoTo /D (a00056_gad3cf87ceb58aa91656756bbb58057320) >> ++3046 0 obj << ++/D [3031 0 R /XYZ 160.667 344.951 null] + >> endobj +-3482 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [444.7228 630.7689 505.3748 641.6728] +-/Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++3048 0 obj << ++/D [3031 0 R /XYZ 395.794 303.049 null] + >> endobj +-3483 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 618.8137 221.9971 629.7176] +-/Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++3049 0 obj << ++/D [3031 0 R /XYZ 160.667 285.966 null] + >> endobj +-3484 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [290.7185 579.2952 379.5942 590.1992] +-/Subtype /Link +-/A << /S /GoTo /D (a00056_ga553cd5ceb1925bfd31788e70b4a46ae8) >> ++3051 0 obj << ++/D [3031 0 R /XYZ 410.02 246.078 null] + >> endobj +-3485 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [383.0661 579.2952 449.8151 590.1992] +-/Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++3052 0 obj << ++/D [3031 0 R /XYZ 160.667 228.996 null] + >> endobj +-3486 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [298.3351 527.8216 425.407 538.7255] +-/Subtype /Link +-/A << /S /GoTo /D (a00056_gae0e0619f43a4af5efafb75f489c1c6ec) >> ++3055 0 obj << ++/D [3031 0 R /XYZ 398.404 177.153 null] + >> endobj +-3487 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [288.2181 515.8664 380.9793 526.7703] +-/Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++3056 0 obj << ++/D [3031 0 R /XYZ 160.667 160.07 null] + >> endobj +-3488 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [291.1877 476.3479 417.7016 487.2519] +-/Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3df92e204ffb24ceddd44d8d58f6eaa) >> ++3058 0 obj << ++/D [3031 0 R /XYZ 384.177 120.182 null] ++>> endobj ++3030 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 479 0 R /F11 489 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++3064 0 obj << ++/Length 840 ++/Filter /FlateDecode ++>> ++stream ++xڥMs0 ++p@ ++ !3iķ$q`Ÿ}K`0Ɖ¼YϮ,p) 4"q(0&+s|&hΗo,vQQg@H8}?`z}I7:$ޗtm6(,v]?e!u{ ++m|7N ++"r^ިb%=)ܕ}ΝggK"&5 kI[ouLŴ8Oa &K[SUZ󐕭F۬l PinyAy嬦](cGwr=7BYΗ>ovjS$ns˭)KI@: B-ݎ|I>jnU.qE(q|j>/ R&\d=hɮ(uy…#.%.\*凸:h/ꆼktʅ9$bCBfPT v G-0J)+(;;6k&E1y踌g%Zs5G :~{#g4}8q߼SxU{⚜,H}Ch\Ou[aL˥gh•EEyΊiYzuc3J`J)˳S<闕$qJa`Ɖpʢ떬e؎dsPѵW N*k(n QSrs`FDInbeU퉺ƾbv}sDHSNݓߧEZ~jQ?t2͗n.AŅn_?l@ˠ͠Uοendstream ++endobj ++3063 0 obj << ++/Type /Page ++/Contents 3064 0 R ++/Resources 3062 0 R ++/MediaBox [0 0 612 792] ++/Parent 3029 0 R ++/Annots [ 3067 0 R 3069 0 R 3071 0 R 3072 0 R 3074 0 R 3075 0 R ] + >> endobj +-3489 0 obj << ++3067 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [470.735 476.3479 505.3748 487.2519] ++/Rect [205.788 655.146 434.557 666.025] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00019_o2) >> + >> endobj +-3490 0 obj << ++3069 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 464.3928 248.0092 475.2967] ++/Rect [205.788 598.602 450.059 609.481] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00019_o0) >> + >> endobj +-3491 0 obj << ++3071 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [306.3565 424.8743 427.3314 435.7782] ++/Rect [206.288 542.058 451.577 552.937] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga71b28ef0d7206e37adbb94468c03e1a9) >> ++/A << /S /GoTo /D (a00019_o4) >> + >> endobj +-3492 0 obj << ++3072 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [438.6258 424.8743 505.3748 435.7782] ++/Rect [143.233 530.103 180.114 540.982] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++/A << /S /GoTo /D (a00019_o4) >> + >> endobj +-3493 0 obj << ++3074 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [298.4004 373.4007 379.5254 384.3046] ++/Rect [205.788 473.559 443.414 484.438] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga6c540b9fe63b8223b6aba46d56dd63b8) >> ++/A << /S /GoTo /D (a00019_o6) >> + >> endobj +-3494 0 obj << ++3075 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [383.3411 373.4007 450.0901 384.3046] ++/Rect [130.78 407.914 164.593 416.761] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++/A << /S /GoTo /D (a00029) >> + >> endobj +-3495 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [298.4004 333.8822 373.4581 344.7861] +-/Subtype /Link +-/A << /S /GoTo /D (a00056_ga52456f7ef79d68e610cb65e3f7ffafad) >> ++3065 0 obj << ++/D [3063 0 R /XYZ 106.869 686.127 null] + >> endobj +-3496 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [377.2737 333.8822 444.0227 344.7861] +-/Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++3066 0 obj << ++/D [3063 0 R /XYZ 106.869 668.127 null] + >> endobj +-3497 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [300.7954 283.4048 382.4884 294.3087] +-/Subtype /Link +-/A << /S /GoTo /D (a00056_ga8ea10f5ebaadb8418f28f953d6106190) >> ++3059 0 obj << ++/D [3063 0 R /XYZ 285.827 633.815 null] + >> endobj +-3498 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [387.5021 283.4048 454.2511 294.3087] +-/Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++3068 0 obj << ++/D [3063 0 R /XYZ 106.869 617.088 null] + >> endobj +-3499 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [298.9743 231.9312 385.4491 242.8351] +-/Subtype /Link +-/A << /S /GoTo /D (a00056_ga88204c1c313aa067da10241b5886a166) >> ++3060 0 obj << ++/D [3063 0 R /XYZ 300.053 577.271 null] + >> endobj +-3500 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [389.5519 231.9312 456.3009 242.8351] +-/Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++3070 0 obj << ++/D [3063 0 R /XYZ 106.869 560.544 null] + >> endobj +-3501 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [315.3222 180.4575 426.345 191.3615] +-/Subtype /Link +-/A << /S /GoTo /D (a00056_ga02eae57cff32b6aa55044e6609ae7d73) >> ++3061 0 obj << ++/D [3063 0 R /XYZ 288.437 508.773 null] + >> endobj +-3502 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [438.6258 180.4575 505.3748 191.3615] +-/Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++3073 0 obj << ++/D [3063 0 R /XYZ 106.869 492.045 null] + >> endobj +-3503 0 obj << ++3062 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++3078 0 obj << ++/Length 985 ++/Filter /FlateDecode ++>> ++stream ++xVˎ6+t#-0.hw IUȖ+˝R$ekd `cs}DHD$FRHjUQ_h GC~]/~:2H7 RGsLLS6yBD6 q,uVevXs`M6uOms:;Ce}H?,~[/RX.>Q.~X`Ča1&/g@}̝5)J$4"$IcuǺ/yy?Q4/X7mzAc)xieEr! ++F;+!+-ZU=95Syغ} ++H+ N@DHH,fS7nJkp0"FN-SUs8!@nzBk)vK8A~Px b!:ft0h/Yy_U~{)/% >D)D/(#aؼA7"<NPlE|eByH%A"=KJKx$LX2V!JV'q+aCl=ˇ-/v*|~ƗD( (-"G(;zf'Qw>C ++r"[iYuz8\؆a-dz+c<.uw|CIBӈu7J£d^_7vbVT#lX^RLg ++#n*k1(~F8Cps>9l*gP4i"iM]UuB1{1խ)`RheS`9)0czt S` Y  X bN !AIbk ƉHNF7BGք@L8oǩlË܂|%a} ++yy y<~z Hkã{1+wendstream ++endobj ++3077 0 obj << ++/Type /Page ++/Contents 3078 0 R ++/Resources 3076 0 R ++/MediaBox [0 0 612 792] ++/Parent 3029 0 R ++/Annots [ 3081 0 R 3086 0 R 3087 0 R ] ++>> endobj ++3081 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [304.6243 128.9839 431.1487 139.8878] ++/Rect [242.68 534.666 254.635 545.57] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga3c44c943cb3a3e4577b32d924e4f36f2) >> ++/A << /S /GoTo /D (a00020_o0) >> + >> endobj +-3504 0 obj << ++3086 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [438.0778 128.9839 505.3748 139.8878] ++/Rect [259.586 391.825 429.089 402.704] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++/A << /S /GoTo /D (a00020_o0) >> + >> endobj +-3505 0 obj << ++3087 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 117.0287 189.3399 127.9327] ++/Rect [184.578 326.18 218.391 335.027] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++/A << /S /GoTo /D (a00029) >> + >> endobj +-3480 0 obj << +-/D [3478 0 R /XYZ 160.6675 686.127 null] ++3079 0 obj << ++/D [3077 0 R /XYZ 160.667 686.127 null] + >> endobj +-3477 0 obj << +-/Font << /F28 1626 0 R /F40 2081 0 R /F22 1616 0 R /F14 2227 0 R /F56 2793 0 R >> ++832 0 obj << ++/D [3077 0 R /XYZ 160.667 668.127 null] ++>> endobj ++286 0 obj << ++/D [3077 0 R /XYZ 160.667 668.127 null] ++>> endobj ++3080 0 obj << ++/D [3077 0 R /XYZ 160.667 553.616 null] ++>> endobj ++3082 0 obj << ++/D [3077 0 R /XYZ 160.667 497.346 null] ++>> endobj ++3083 0 obj << ++/D [3077 0 R /XYZ 160.667 436.653 null] ++>> endobj ++3084 0 obj << ++/D [3077 0 R /XYZ 160.667 412.325 null] ++>> endobj ++3085 0 obj << ++/D [3077 0 R /XYZ 160.667 412.325 null] ++>> endobj ++3076 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 479 0 R /F11 489 0 R /F40 469 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-3519 0 obj << +-/Length 2540 ++3090 0 obj << ++/Length 1582 + /Filter /FlateDecode + >> + stream +-x͛sWQ9!#o%iz3MsC6mk*K$׹]D =-}\P&jbm5aLn/5y[\^|=Gzry׶a>uj6N/z\}?(aB +-pXdudé \%dM}u -82ILc e9tb;8L*c(9\ퟟ:|ҭ3#ImYǁDqv&tX~^kYgFݿ2N8TS׈wb1-F̘3DsCml|$"\*hi\:} GOB3lr^ AD8,$rMj6 *̯`e~秿?|?Kgq:,o@aH֋o4"z$Ԯe l?yTƉrv +-ASoT/*f!I8M4 AP!H +-KYs׍n6W>[ /ƈSmZ,o!ylx1j1Vȩp5-%r G Bߺ 2$kB@a 76pre)b6gQFPeZ4F;:2 Y3G"KPv]d1ù +-PAp򓅙pg6rl L2*$)Lnf5ì%ZׅX蹮fLMwZ)"jw6 +-<ݮ$Vx)4Ŋr@pAd 9Y(OKERoOga 2-%|F|ied/B!XˑYv.Wϡ@y/')``v Nzr_XFԣ&ŘpYX{=`*=ռ-"IuŔwMȷeR8ӖL_/jqSj}Cӕs`Im2í 0Q%B}p ](C6X+7WEm6B)=Yj7jkBbm6w7(]f\MBc$vuBchDcK~ vZݓWjp ^mxe5/73Cwp;'ƕZ0ko4Xpӂ gZ`ieim} *60 xAD1mbCvi/[sf":na, b݉qq{rCYk(A/ún(*7m埸al" =(C6X`(707ٳPwx +- mHdݴ^W˻/iҤB8#xohr05cSXPiDdH<;ԾڂXi^D{ALiU5M{'K6FaHLb|$AKdkNK@"$p"͕TtyrtBin[CuR lZ-P4EQ9 +-+*DwlrHrPpjG&!}$lֻ} +-BMhWhHA5o237c;z:髫:~]^{&<﫫m5:R[~Z6JP 2z7>)|%z8؎cok(!Sf^@ȝ#f D>r mk(C 6X@$70IUkh_YH:Ea0%1C_ }C1aQ#R7:2AY="ҿ v5Kq`W`Bc&sP۲̤QaN΂(WPj6 +-Af6iJU&~{vvΖ;~#;~kՅr*n$N#!%VR.w #)y*$C#WQr.pch}_t2.ƒ +-#v8 )ȫH 18md".gO] +- &NS_|&9 bo ZeF +-¶}Bh +-*/i]/FDvnIDPH'yoPMz44[d"FO +-MX薉ނ +-p*[2S!T} FSh8ZNgZL)a8=ViQDႵ-f%1RIkC1PI7*QY= BS4$ʚNg v`'(.I,˾CA!&g"z3,F$;E1D/j]mPYng>`SF'J-wWM[He1;m?mn%0uQ|aǗj=xɤ1Fendstream ++xŚMoFzQh&EKߒ`$Z&@K.E5W4\"Sx.fs ++؜QMvsm5a3:WġB* ++zs?sG(#r]<}/z/ׇ[,p|yWuk1̫%|Η+8]0a_?~?U*bkj{+o` fgy&\>:%k~RQU+$B3/%L^0Jo;!);9!)NX5 G'x:xd"we=toú*@z}1+k cS). [j ]URUѶrU[On]7z@m/y 1[GeɈG-T8Z2D2ƽʻ"/7[]YgF1Ԟ5_8W\ ++1 |g><voBZ{.|Qm}Ǹ2Hr.z; 1([JԸcҎLi ++Einjs!x0''O2HMuHbxƺB0njs!x0''O2HE5#&(DXi-F&Čr& ++z2`:3q2h!qp2q4%ҚD4aEB`M$8M,+d2^r*6g5C,P/`ar|s83ʧυHpX>V e/,'H*; BaP$8P,+d24Plnm0!q) рL3υHpX> V e l$nB!0,m'-8Jnjs!d0@&@&O 2H%Pd%nĹԎ?Q.}. &D \B)ۑSʫC]맛x MNhZf8gSh"t28M˱B g %OaQ8|(> D" Hb&X!M!ŮΫ2ϖ.Y2o #~hINcF!H` N'@ ++l ++Xgum ͶD64YB(> l" lb6X!M!c #@1&H>Q<}.&D xB)Bm6'NԄs@6 B;揋uVK]w'>Dws68zvag+~L9Y4*{9*%93~xAػ/;)OgPNĻ;t/ 2>8~yۼ~!Q{O=q9[hP[!ߐ[ĄdBL*ŒI%$b a{|fyWpcP5@ܟ˾)X7K+HMbc δo*¨$L32/|7s x~☇im]p~QyD_<.Z菬4V}Ϻn'eQ{PE[ps{ Ώmݝ_/ˮkendstream + endobj +-3518 0 obj << ++3089 0 obj << + /Type /Page +-/Contents 3519 0 R +-/Resources 3517 0 R ++/Contents 3090 0 R ++/Resources 3088 0 R + /MediaBox [0 0 612 792] +-/Parent 3432 0 R +-/Annots [ 3521 0 R 3522 0 R 3523 0 R 3524 0 R 3525 0 R 3526 0 R 3527 0 R 3528 0 R 3529 0 R 3530 0 R 3531 0 R 3532 0 R 3533 0 R 3534 0 R 3535 0 R 3536 0 R 3537 0 R 3538 0 R 3539 0 R 3540 0 R 3541 0 R 3542 0 R 3543 0 R 3544 0 R 3545 0 R ] ++/Parent 3029 0 R ++/Annots [ 3093 0 R 3094 0 R 3095 0 R 3096 0 R 3097 0 R 3098 0 R 3099 0 R 3100 0 R 3101 0 R 3102 0 R 3103 0 R 3104 0 R 3105 0 R 3106 0 R 3107 0 R 3112 0 R 3115 0 R ] + >> endobj +-3521 0 obj << ++3093 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [249.5279 630.8163 324.5756 641.7202] ++/Rect [188.881 528.705 281.642 539.609] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga497556af0cc34f109ae0277999c074d3) >> ++/A << /S /GoTo /D (a00021_o0) >> + >> endobj +-3522 0 obj << ++3094 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [330.8554 630.8163 397.6044 641.7202] ++/Rect [188.881 514.317 282.748 525.221] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++/A << /S /GoTo /D (a00021_o1) >> + >> endobj +-3523 0 obj << ++3095 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [245.4003 579.4375 347.5562 590.3415] ++/Rect [188.881 499.93 267.247 510.834] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga371be6d389287d5b22a8034d61ccd7e3) >> ++/A << /S /GoTo /D (a00021_o2) >> + >> endobj +-3524 0 obj << ++3096 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [351.7711 579.4375 418.5201 590.3415] ++/Rect [188.881 485.542 268.353 496.446] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++/A << /S /GoTo /D (a00021_o3) >> + >> endobj +-3525 0 obj << ++3097 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [256.3577 528.0588 374.5832 538.9627] ++/Rect [188.881 471.154 288.835 482.058] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga56027d6b141a3da441925e6e999de1c1) >> ++/A << /S /GoTo /D (a00021_o4) >> + >> endobj +-3526 0 obj << ++3098 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [384.2796 528.0588 451.5766 538.9627] ++/Rect [188.881 456.766 289.941 467.67] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++/A << /S /GoTo /D (a00021_o5) >> + >> endobj +-3527 0 obj << ++3099 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 516.1036 135.5416 527.0075] ++/Rect [188.881 442.378 266.131 453.282] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++/A << /S /GoTo /D (a00021_o6) >> + >> endobj +-3528 0 obj << ++3100 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [249.7403 476.68 324.2302 487.584] ++/Rect [188.881 427.99 267.237 438.894] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga54e89b87ba5f5c18323f16690e0e5730) >> ++/A << /S /GoTo /D (a00021_o7) >> + >> endobj +-3529 0 obj << ++3101 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [330.6163 476.68 397.3653 487.584] ++/Rect [188.881 413.602 252.861 424.506] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++/A << /S /GoTo /D (a00021_o8) >> + >> endobj +-3530 0 obj << ++3102 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [245.6792 425.3013 347.2772 436.2052] ++/Rect [188.881 399.215 271.132 410.119] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gacddc932644e34fc2e914caf2fdaa70ce) >> ++/A << /S /GoTo /D (a00021_o9) >> + >> endobj +-3531 0 obj << ++3103 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [351.6317 425.3013 418.3807 436.2052] ++/Rect [188.881 384.827 251.207 395.731] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++/A << /S /GoTo /D (a00021_o10) >> + >> endobj +-3532 0 obj << ++3104 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [244.2366 373.9225 338.6614 384.8264] ++/Rect [188.881 370.439 272.427 381.343] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga4630aa1b7e08eac5b41be126194e84a1) >> ++/A << /S /GoTo /D (a00021_o11) >> + >> endobj +-3533 0 obj << ++3105 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [342.2944 373.9225 409.0434 384.8264] ++/Rect [188.881 356.051 267.794 366.955] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++/A << /S /GoTo /D (a00021_o12) >> + >> endobj +-3534 0 obj << ++3106 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [286.5933 334.4989 385.9997 345.4029] ++/Rect [188.881 341.663 272.637 352.567] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga4fee4e3cea99e4a389c54a6c3f0c78ed) >> ++/A << /S /GoTo /D (a00021_o13) >> + >> endobj +-3535 0 obj << ++3107 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [390.9246 334.4989 451.5766 345.4029] ++/Rect [188.881 327.275 263.929 338.179] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00021_o14) >> + >> endobj +-3536 0 obj << ++3112 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 322.5438 168.1988 333.4477] ++/Rect [210.769 202.581 434.717 213.46] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00021_o8) >> + >> endobj +-3537 0 obj << ++3115 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [294.4755 283.1202 409.3836 294.0241] ++/Rect [210.769 142.159 434.179 153.038] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gabc0b9f4cae56a1303c38b2380086efc2) >> ++/A << /S /GoTo /D (a00021_o10) >> + >> endobj +-3538 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [416.9367 283.1202 451.5766 294.0241] +-/Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++3091 0 obj << ++/D [3089 0 R /XYZ 106.869 686.127 null] + >> endobj +-3539 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 271.165 194.211 282.0689] +-/Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++833 0 obj << ++/D [3089 0 R /XYZ 106.869 668.127 null] + >> endobj +-3540 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [239.1287 231.7414 320.8213 242.6453] +-/Subtype /Link +-/A << /S /GoTo /D (a00056_ga2583f44cbdb5fff2ea40efdcf3975d3f) >> ++290 0 obj << ++/D [3089 0 R /XYZ 106.869 668.127 null] + >> endobj +-3541 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [325.3976 231.7414 418.1588 242.6453] +-/Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++3092 0 obj << ++/D [3089 0 R /XYZ 106.869 549.092 null] + >> endobj +-3542 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [257.3527 180.3626 345.1226 191.2666] +-/Subtype /Link +-/A << /S /GoTo /D (a00056_gaa94fed35d2a598bc4a8657b6955b7bf5) >> ++3108 0 obj << ++/D [3089 0 R /XYZ 106.869 310.469 null] + >> endobj +-3543 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [358.8154 180.3626 451.5766 191.2666] +-/Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++3109 0 obj << ++/D [3089 0 R /XYZ 106.869 248.055 null] + >> endobj +-3544 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [237.3308 128.9839 321.793 139.8878] +-/Subtype /Link +-/A << /S /GoTo /D (a00056_ga59a07ecd8e74f2d4ee4271a1dbf0e4dd) >> ++3110 0 obj << ++/D [3089 0 R /XYZ 106.869 223.08 null] + >> endobj +-3545 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [325.47 128.9839 418.2312 139.8878] +-/Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++3111 0 obj << ++/D [3089 0 R /XYZ 106.869 223.08 null] + >> endobj +-3520 0 obj << +-/D [3518 0 R /XYZ 106.8692 686.127 null] ++3113 0 obj << ++/D [3089 0 R /XYZ 294.514 180.604 null] + >> endobj +-3517 0 obj << +-/Font << /F28 1626 0 R /F40 2081 0 R /F56 2793 0 R /F22 1616 0 R >> ++3114 0 obj << ++/D [3089 0 R /XYZ 106.869 160.645 null] ++>> endobj ++3116 0 obj << ++/D [3089 0 R /XYZ 209.992 120.182 null] ++>> endobj ++3088 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 479 0 R /F11 489 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-3558 0 obj << +-/Length 2740 ++3131 0 obj << ++/Length 1082 + /Filter /FlateDecode + >> + stream +-x\o6'X~n[{57Qg;HSQ~vg{3T12zRي 0 >ǿ}!Z,f W_v☫\ݥ3B⇷NTL}ZN뛧zW?^ @ů-3g|Ùp&RIL*DdybiPbNV_V)f +- -RRO,ԾR Dեi5z~wya{u;]%bu}I(u [l7ǏzW/4K-1̂Pa `v>,j!\q Mtna~q˙vCӀyހVFn߾{{{9.V>mQ zT6- 'Hq= ׿qmH2JW.ND< [y1.B8Pj ʠ*<12DAh&.&7C츸O(/E3!|,>\>O T$S晾E@ndD5/RiЯ9]e=.W j5n_ۄ gHIƺv\ݴX;i+uu0RҀu#uMc~;um'Hq3u[՗BO?țdP9:E c{2$oXoyd)"bpvr!`]d~Ͳ +-mO+׷)% dڧ5(J ڗ(h_׾U#tG+j}Y [Mvt]h4F`J i !r* ,VN$F+gQ9Ӽ}f`X95SʈrxT7S|)(LD$|S`S*8%M!dU.CD4bSqPs*y욆( c >_4Lj=܂,0E)hiyuMpC&9F=.'Xq3E{9!ܮ\3pEP3dz2iJHT"IceMser%"j6щOi +-zI/jvWͻ]oæAʐ)B΂aKF|׼o.w8𴷾#u֩ f]T)lo@HMl;~+g7.$"rKH_ϧ5AΧFjD X|p_Oa8mr3 0R)OflͶm.= +-/DAeyE)[#7ru,FS G: ~zhmdT^MMբf)l`9,ъCp; OwTE +-jI7O +-HB "F=<4V}{c^$,z(Xp=@05wtuCUA}$j#x` uUAoxݚS~}ӼU/p'( )rtW*ons, ~}3_.v_wa7׫2HoZendstream ++xڭMFс|3Gc'$Uu]*fU(ew}z@rWMw?LwHC"128H dpゴDjd3QLx| SHa%fIDTKBe]}ovK)N:7LO{SIU#b.|Bi<9FD``뤽->/{4p˒X̒PH%PcD[Fccf*[ثri7Uթ#O>I(u]]f=/6 eU?<|ŘVǺ.OvY?1 Q!H Xj:r $ñj> endobj +-3560 0 obj << ++3134 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [293.6192 631.2504 373.1002 642.1543] ++/Rect [265.247 655.146 505.375 666.025] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga42472a7b75ca79cae19f0611fdb849e6) >> ++/A << /S /GoTo /D (a00021_o9) >> + >> endobj +-3561 0 obj << ++3135 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [378.0228 631.2504 470.7839 642.1543] ++/Rect [202.012 645.093 244.413 654.07] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00021_o9) >> + >> endobj +-3562 0 obj << ++3137 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [293.2804 580.7398 374.266 591.6437] ++/Rect [264.567 578.547 504.924 589.426] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gae351afd7046295683112f0876cc782f1) >> ++/A << /S /GoTo /D (a00021_o7) >> + >> endobj +-3563 0 obj << ++3139 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [379.0191 580.7398 471.7803 591.6437] ++/Rect [264.46 513.903 505.375 524.782] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00021_o3) >> + >> endobj +-3564 0 obj << ++3141 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [294.4509 530.2292 372.2681 541.1331] ++/Rect [265.011 449.259 505.375 460.138] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga4d5786ea9561d9ddbf90bc0ce606c549) >> ++/A << /S /GoTo /D (a00021_o1) >> + >> endobj +-3565 0 obj << ++3142 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [377.6067 530.2292 470.3679 541.1331] ++/Rect [202.012 439.206 244.413 448.183] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00021_o1) >> + >> endobj +-3566 0 obj << ++3144 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [308.9329 479.7186 400.0304 490.6226] ++/Rect [264.828 372.66 505.375 383.539] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga12d520387be74f849f191d7a06ac325c) >> ++/A << /S /GoTo /D (a00021_o5) >> + >> endobj +-3567 0 obj << ++3145 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [412.6137 479.7186 505.3748 490.6226] ++/Rect [202.012 362.607 244.413 371.584] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00021_o5) >> + >> endobj +-3568 0 obj << ++3147 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [303.1212 418.2491 375.3995 429.1531] ++/Rect [265.232 296.06 505.375 306.94] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga1ba1de709ee9a7cf5cc8ad2d9a1a81d4) >> ++/A << /S /GoTo /D (a00021_o11) >> + >> endobj +-3569 0 obj << ++3148 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [381.5768 418.2491 448.3258 429.1531] ++/Rect [202.012 286.008 244.413 294.984] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++/A << /S /GoTo /D (a00021_o11) >> + >> endobj +-3570 0 obj << ++3150 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [470.735 418.2491 505.3748 429.1531] ++/Rect [264.567 219.461 501.785 230.34] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00021_o14) >> + >> endobj +-3571 0 obj << ++3152 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 406.294 248.0092 417.1979] ++/Rect [270.103 154.817 505.375 165.697] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00021_o13) >> + >> endobj +-3572 0 obj << ++3153 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [286.1458 406.294 378.907 417.1979] ++/Rect [206.994 144.765 249.394 153.741] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00021_o13) >> + >> endobj +-3573 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [300.803 367.7385 379.1685 378.6425] +-/Subtype /Link +-/A << /S /GoTo /D (a00056_gac2f7675dcf1b664a832413d9990d1bcf) >> ++3132 0 obj << ++/D [3130 0 R /XYZ 160.667 686.127 null] + >> endobj +-3574 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [384.186 367.7385 450.935 378.6425] +-/Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++3133 0 obj << ++/D [3130 0 R /XYZ 160.667 668.127 null] + >> endobj +-3575 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [470.735 367.7385 505.3748 378.6425] +-/Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++3124 0 obj << ++/D [3130 0 R /XYZ 288.138 620.51 null] ++>> endobj ++3136 0 obj << ++/D [3130 0 R /XYZ 160.667 597.033 null] ++>> endobj ++3120 0 obj << ++/D [3130 0 R /XYZ 391.36 555.866 null] ++>> endobj ++3138 0 obj << ++/D [3130 0 R /XYZ 160.667 532.389 null] ++>> endobj ++3118 0 obj << ++/D [3130 0 R /XYZ 395.794 491.222 null] ++>> endobj ++3140 0 obj << ++/D [3130 0 R /XYZ 160.667 467.745 null] ++>> endobj ++3122 0 obj << ++/D [3130 0 R /XYZ 410.02 414.623 null] ++>> endobj ++3143 0 obj << ++/D [3130 0 R /XYZ 160.667 391.146 null] ++>> endobj ++3125 0 obj << ++/D [3130 0 R /XYZ 398.404 338.024 null] ++>> endobj ++3146 0 obj << ++/D [3130 0 R /XYZ 160.667 314.547 null] ++>> endobj ++3128 0 obj << ++/D [3130 0 R /XYZ 283.894 261.425 null] ++>> endobj ++3149 0 obj << ++/D [3130 0 R /XYZ 160.667 237.948 null] ++>> endobj ++3127 0 obj << ++/D [3130 0 R /XYZ 278.325 196.781 null] ++>> endobj ++3151 0 obj << ++/D [3130 0 R /XYZ 160.667 173.304 null] ++>> endobj ++3126 0 obj << ++/D [3130 0 R /XYZ 330.32 120.182 null] ++>> endobj ++3129 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++3156 0 obj << ++/Length 945 ++/Filter /FlateDecode ++>> ++stream ++xڝM8 ++p@o&%ߒ`٦ ++8 '5;~%ODTL$"4-,}D&rD?WHI/7!b[jFT`w)lUDz(^uH|0Jbq[i1 *^:u7i'cCfh)ܖFW`Pl %ݸ|!O4?\F jKsE^_.Lv} ++u{t8S!.endstream ++endobj ++3155 0 obj << ++/Type /Page ++/Contents 3156 0 R ++/Resources 3154 0 R ++/MediaBox [0 0 612 792] ++/Parent 3174 0 R ++/Annots [ 3159 0 R 3160 0 R 3162 0 R 3163 0 R 3165 0 R 3166 0 R 3168 0 R 3169 0 R 3171 0 R 3172 0 R 3173 0 R ] + >> endobj +-3576 0 obj << ++3159 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 355.7834 248.0092 366.6873] ++/Rect [216.411 655.146 451.577 666.025] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00021_o12) >> + >> endobj +-3577 0 obj << ++3160 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [286.1458 355.7834 378.907 366.6873] ++/Rect [153.196 645.093 195.596 654.07] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00021_o12) >> + >> endobj +-3578 0 obj << ++3162 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [312.7541 317.228 403.8517 328.1319] ++/Rect [216.445 586.647 451.577 597.526] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga7618a962685d95564564ba07e9b2199b) >> ++/A << /S /GoTo /D (a00021_o6) >> + >> endobj +-3579 0 obj << ++3163 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [414.8478 317.228 481.5968 328.1319] ++/Rect [153.196 576.595 195.596 585.571] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++/A << /S /GoTo /D (a00021_o6) >> + >> endobj +-3580 0 obj << ++3165 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 305.2728 277.3391 316.1767] ++/Rect [216.434 518.148 451.577 529.027] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00021_o2) >> + >> endobj +-3581 0 obj << ++3166 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [315.4757 305.2728 408.2368 316.1767] ++/Rect [153.196 508.096 195.596 517.072] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00021_o2) >> + >> endobj +-3582 0 obj << ++3168 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [301.2241 255.7585 378.4838 266.6624] ++/Rect [216.114 449.649 451.577 460.528] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga5743af61c30758df75aec29c12444616) >> ++/A << /S /GoTo /D (a00021_o0) >> + >> endobj +-3583 0 obj << ++3169 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [383.712 255.7585 450.461 266.6624] ++/Rect [153.196 439.597 195.596 448.573] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++/A << /S /GoTo /D (a00021_o0) >> + >> endobj +-3584 0 obj << ++3171 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [470.735 255.7585 505.3748 266.6624] ++/Rect [215.931 381.15 451.577 392.029] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00021_o4) >> + >> endobj +-3585 0 obj << ++3172 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 243.8033 248.0092 254.7072] ++/Rect [153.196 371.098 195.596 380.074] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00021_o4) >> + >> endobj +-3586 0 obj << ++3173 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [286.1458 243.8033 378.907 254.7072] ++/Rect [130.78 303.55 164.593 312.396] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00029) >> + >> endobj +-3587 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [301.4328 205.2479 378.1445 216.1518] +-/Subtype /Link +-/A << /S /GoTo /D (a00056_ga4a8088d62755a083ffce9d592c9e3878) >> ++3157 0 obj << ++/D [3155 0 R /XYZ 106.869 686.127 null] + >> endobj +-3588 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [383.4771 205.2479 450.2261 216.1518] +-/Subtype /Link +-/A << /S /GoTo /D (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) >> ++3158 0 obj << ++/D [3155 0 R /XYZ 106.869 668.127 null] + >> endobj +-3589 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [470.735 205.2479 505.3748 216.1518] +-/Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++3123 0 obj << ++/D [3155 0 R /XYZ 236.551 621.86 null] + >> endobj +-3590 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 193.2927 248.0092 204.1967] +-/Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++3161 0 obj << ++/D [3155 0 R /XYZ 106.869 605.133 null] + >> endobj +-3591 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [301.562 154.7373 403.1697 165.6413] +-/Subtype /Link +-/A << /S /GoTo /D (a00056_ga575c27953709a8cb9a047aae65157526) >> ++3119 0 obj << ++/D [3155 0 R /XYZ 281.393 553.361 null] + >> endobj +-3592 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [412.0657 154.7373 505.3748 165.6413] +-/Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++3164 0 obj << ++/D [3155 0 R /XYZ 106.869 536.634 null] + >> endobj +-3593 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 142.7821 189.3399 153.6861] +-/Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++3117 0 obj << ++/D [3155 0 R /XYZ 285.827 484.862 null] + >> endobj +-3594 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [227.4765 142.7821 320.2377 153.6861] +-/Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++3167 0 obj << ++/D [3155 0 R /XYZ 106.869 468.135 null] + >> endobj +-3559 0 obj << +-/D [3557 0 R /XYZ 160.6675 686.127 null] ++3121 0 obj << ++/D [3155 0 R /XYZ 300.053 416.363 null] + >> endobj +-3556 0 obj << +-/Font << /F28 1626 0 R /F40 2081 0 R /F56 2793 0 R /F22 1616 0 R >> ++3170 0 obj << ++/D [3155 0 R /XYZ 106.869 399.636 null] ++>> endobj ++3154 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-3607 0 obj << +-/Length 2292 ++3177 0 obj << ++/Length 1473 + /Filter /FlateDecode + >> + stream +-xZKoFWC$`cr#`dc9$AIm tH*fwS|Te1UUWY`GK %"T-xᄍ!Af[R# rqe" n~YX˻:&O 4fw7-)/#f3|<0Ԍ+Ld$} +-d`4ͳ!Y; Ȑ\+X!Ak!Ƃ/$b4RX))g02CDzG~JCzH4R3~0HYn r4!H4^x\`$4fӑhaTo _3F%T;ԇ 4I= *?HoF #8 p/|cJ So|(Q3߈"~[m*mwTG@}_&?x5;@m~^1-ʁgL ;QjfaiJXowƐ@N6"}C-MHN@HZh\mq@\gmS@Bum_N(?Pմ``@hf`a0"Z:x!9%bj9)@ZlXK݈.ݙ!t;Ne=J4!n-v9d#OFlZ +-anCm}rЊs䚛ϺLpCqj7 1)tp?âL]aќ}a7J:wX|XHMN +-T\L_O +-q6Fj +-Djcx'p`ļ:&8?}3a*gIS&VίMq//*Iv~om>Ui txęqE2wk"bEDU>(LVQNJ,OoͪJbVeS<)qPuݗᤰȷ,"̐yΣ=ŋ5ǝvmA~%/Jv:n`G0Yp21 :76v3JV6e6MMZ/ntԤ?ve|X:)^dG2=1r* 3z{-GTGIvH5|&" @$ A,<'I;qaPAOLBa W' \j}S&uswQ8wH~\GUyr;/ &|1[ +-H_[q8 +-a\I5z)ɥ +-qZKT +-}}>a*L?5Eol[E_;rX*vP/߸G2xvLҬ:'ׅT_~EyE,VKl@d۰՚sZsDx,lu*B1$O)pAzØv"h^8<&%CR f'VؽxkWYcTǷD1\={?q34C$ajO^.vݷg.ȥ ^~od1ZPW_ L0B ]/!Hbc? B`Dڸ2'ؑIMX. *;pFl0cB)tl9CMǍA'F=͘P#_ ~B`f$h^&ԁjHuinM_RLpԄR y^6)v.ωO|SXZNUA3j}f_w_endstream ++xXˎ6+tc/-qPtQIxFxTT3HZJYi$G""12d"q68:£wb!{@6?I,:< )O[n`oK|G9mv$=x{UپoՎl &mS6׬8i[ݗͯ@1UߛO_po0b*Q*:mg@[0F9jV%$D 0X1k[?U}|z>=M;i( ++#9+O4F.¾U?81K%/.YSޗie!1;;)0|ĄHRU2o8踃ljQ =A8A dP?[Y@}"3@-I;mYTeGB /L`VH#-30H(#vHCV|V4d5a^^Z/o_c ++Ƙg4Ar8cJjqYD2oQ  ++2 Hb"D. ++~$+>%}d1>c}B&>ʞv[̸" ++rdѬ{ hA]ۑ{K3eXZ۬m?T¶U6!V6Vۜ xivӉQBCqo9XY@6vAU]a[@`-s kIorțM˪m ++O+e?T"ÔS|mSMYۿslRI&P@)2qh]`Р+l͛y 2b1GɈOziRUFMe\mitwSY*+:.,c ++W–+޾94[іʵ}Ms \+]>~Ѣڰ[.<\8xC`VSA#XϢw$ e~y3xy3hsZ]uXDkCp_I!껻tO\!'ĦJXLwHHu0u{aK rR"NLN5-@nEXjeXL-90DpńT @ ++/7ߌ,m,KnPx͸Ec<6S *HɌ-[&PK9!6P# ++"&QZK֩}v,E$|h{pyVL ++½JW,k,dT<Ԅ(ỲjdH[B[}Eg1&R~ g/6PQM!h 2j顽{9St{uEf;0>:Γ1qxxk|^S]@0L"endstream + endobj +-3606 0 obj << ++3176 0 obj << + /Type /Page +-/Contents 3607 0 R +-/Resources 3605 0 R ++/Contents 3177 0 R ++/Resources 3175 0 R + /MediaBox [0 0 612 792] +-/Parent 3625 0 R +-/Annots [ 3609 0 R 3610 0 R 3611 0 R 3612 0 R 3613 0 R 3614 0 R 3615 0 R 3616 0 R 3617 0 R 3618 0 R 3619 0 R 3620 0 R 3621 0 R 3622 0 R 3623 0 R 3624 0 R ] +->> endobj +-3609 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [245.5457 655.0113 350.481 665.9152] +-/Subtype /Link +-/A << /S /GoTo /D (a00056_gaae29e14a926c198e8f91e6e4790621e7) >> +->> endobj +-3610 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [358.2674 655.0113 451.5766 665.9152] +-/Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/Parent 3174 0 R ++/Annots [ 3180 0 R 3181 0 R 3182 0 R 3183 0 R 3184 0 R 3185 0 R 3187 0 R 3191 0 R 3192 0 R 3195 0 R 3196 0 R 3199 0 R 3200 0 R 3201 0 R ] + >> endobj +-3611 0 obj << ++3180 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 643.0561 135.5416 653.96] ++/Rect [184.578 552.599 329.613 563.503] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00020) >> + >> endobj +-3612 0 obj << ++3181 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [187.5163 643.0561 280.2774 653.96] ++/Rect [337.583 552.599 378.011 563.503] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00022_o0) >> + >> endobj +-3613 0 obj << ++3182 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [254.3976 603.829 346.6008 614.7329] ++/Rect [184.578 539.648 323.277 550.552] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga4dd6a75ab63d33ef33bd626b0e489388) >> ++/A << /S /GoTo /D (a00019) >> + >> endobj +-3614 0 obj << ++3183 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [358.8154 603.829 451.5766 614.7329] ++/Rect [331.247 539.648 365.339 550.552] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00022_o1) >> + >> endobj +-3615 0 obj << ++3184 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [168.4181 591.8738 261.1793 602.7777] ++/Rect [184.578 526.696 328.816 537.6] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00021) >> + >> endobj +-3616 0 obj << ++3185 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [258.0963 552.6466 376.8597 563.5506] ++/Rect [336.786 526.696 376.417 537.6] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gac1cbd1e03f9986552243761e657e1752) >> ++/A << /S /GoTo /D (a00022_o2) >> + >> endobj +-3617 0 obj << ++3187 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [390.9246 552.6466 451.5766 563.5506] ++/Rect [247.661 450.536 373.069 461.439] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00040_ga9) >> + >> endobj +-3618 0 obj << ++3191 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 540.6915 168.1988 551.5954] ++/Rect [230.699 380.178 377.178 391.058] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00019) >> + >> endobj +-3619 0 obj << ++3192 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [206.3354 540.6915 299.0966 551.5954] ++/Rect [202.012 368.223 350.145 379.102] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00022_o1) >> + >> endobj +-3620 0 obj << ++3195 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [249.9815 501.4643 348.262 512.3682] ++/Rect [230.643 343.874 382.433 354.753] + /Subtype /Link +-/A << /S /GoTo /D (a00056_gadd3aa325f2d6a17b5aa3b3be9c740da0) >> ++/A << /S /GoTo /D (a00020) >> + >> endobj +-3621 0 obj << ++3196 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [358.2674 501.4643 451.5766 512.3682] ++/Rect [202.012 331.919 355.456 342.798] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00022_o0) >> + >> endobj +-3622 0 obj << ++3199 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 489.5091 135.5416 500.4131] ++/Rect [230.641 307.57 382.64 318.449] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00021) >> + >> endobj +-3623 0 obj << ++3200 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [173.6783 489.5091 266.4394 500.4131] ++/Rect [202.012 295.615 355.665 306.494] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) >> ++/A << /S /GoTo /D (a00022_o2) >> + >> endobj +-3624 0 obj << ++3201 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [123.5864 119.1855 244.4025 148.2514] ++/Rect [184.578 247.594 218.391 256.441] + /Subtype /Link +-/A << /S /GoTo /D (a00056_ga3f6861045a8029ade373510ffa727d2a) >> ++/A << /S /GoTo /D (a00029) >> + >> endobj +-3608 0 obj << +-/D [3606 0 R /XYZ 106.8692 686.127 null] ++3178 0 obj << ++/D [3176 0 R /XYZ 160.667 686.127 null] + >> endobj + 834 0 obj << +-/D [3606 0 R /XYZ 106.8692 451.5832 null] +->> endobj +-838 0 obj << +-/D [3606 0 R /XYZ 106.8692 360.8071 null] +->> endobj +-3469 0 obj << +-/D [3606 0 R /XYZ 106.8692 336.3951 null] +->> endobj +-842 0 obj << +-/D [3606 0 R /XYZ 106.8692 336.3951 null] +->> endobj +-3470 0 obj << +-/D [3606 0 R /XYZ 394.308 223.3668 null] +->> endobj +-846 0 obj << +-/D [3606 0 R /XYZ 106.8692 206.2202 null] +->> endobj +-3605 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F40 2081 0 R /F56 2793 0 R /F50 2389 0 R /F44 2094 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-3632 0 obj << +-/Length 1252 +-/Filter /FlateDecode +->> +-stream +-xXKo6q>Z?+ޢ$0] KCNZ<D ERZF*Vw xu/HYx6C]hุ{JWk /S|tyZn:+٦8$f?/{\J-h[?zP +-uq#%*cJ('LZctYi|ا'٣њYx}Pסm~SV%S bXD[(ͼHe@x XA|f{~U*=`-$~#)+s㱱/3C]ۭ"{ $ 3©gܖšfuaZׅw)-UG՛.~;:=;ĪT/+rdm8IZ1lj'Jln <IM8c8B\кͱ社}^l[ f.`D^11"<=t8A qgLRV%:> endobj +-3634 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [377.7018 358.7895 463.798 369.6934] +-/Subtype /Link +-/A << /S /GoTo /D (a00056_ga8e7035fe555ef96921bfb98e08519bc7) >> +->> endobj +-3633 0 obj << +-/D [3631 0 R /XYZ 160.6675 686.127 null] +->> endobj +-850 0 obj << +-/D [3631 0 R /XYZ 160.6675 668.127 null] +->> endobj +-2260 0 obj << +-/D [3631 0 R /XYZ 160.6675 648.9906 null] +->> endobj +-854 0 obj << +-/D [3631 0 R /XYZ 160.6675 648.9906 null] +->> endobj +-2578 0 obj << +-/D [3631 0 R /XYZ 160.6675 607.265 null] +->> endobj +-858 0 obj << +-/D [3631 0 R /XYZ 160.6675 592.5841 null] +->> endobj +-862 0 obj << +-/D [3631 0 R /XYZ 160.6675 568.3473 null] +->> endobj +-3514 0 obj << +-/D [3631 0 R /XYZ 160.6675 543.8625 null] +->> endobj +-866 0 obj << +-/D [3631 0 R /XYZ 160.6675 543.8625 null] +->> endobj +-3471 0 obj << +-/D [3631 0 R /XYZ 160.6675 487.8983 null] +->> endobj +-870 0 obj << +-/D [3631 0 R /XYZ 160.6675 473.2173 null] +->> endobj +-3472 0 obj << +-/D [3631 0 R /XYZ 468.3808 361.9426 null] +->> endobj +-874 0 obj << +-/D [3631 0 R /XYZ 160.6675 345.1048 null] +->> endobj +-3600 0 obj << +-/D [3631 0 R /XYZ 160.6675 291.154 null] +->> endobj +-878 0 obj << +-/D [3631 0 R /XYZ 160.6675 276.473 null] +->> endobj +-3601 0 obj << +-/D [3631 0 R /XYZ 160.6675 210.5671 null] +->> endobj +-882 0 obj << +-/D [3631 0 R /XYZ 160.6675 195.8861 null] +->> endobj +-3506 0 obj << +-/D [3631 0 R /XYZ 160.6675 120.0274 null] +->> endobj +-3630 0 obj << +-/Font << /F28 1626 0 R /F14 2227 0 R /F22 1616 0 R /F50 2389 0 R /F44 2094 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-3637 0 obj << +-/Length 1398 +-/Filter /FlateDecode +->> +-stream +-xXێ6}W wh]IPl-\YfÛWt"ؘ39`L*becedznlotֳr-3cKbj|ye/_& 3&rY[oR P~0zs)fF|9&aD (7菽^HCg, %݌ jtϏ_~sӛsғBcyjfW Wvbϵ2Tb2[˷ zOćJ)wP~0ck7/`6bdq;bv6Q{d1U+F`NG0pPG`jzQK \v{`9Q=X||/UR9a1YtE}1NМC90µI|sPOQ"O\U?a f "  T1DoޠjTpQFE{{C51@tgR`;HmfeTg;D<Huޓp8ӾvZzY-; .6DZ]({7 t?NPd"U,mY( HѢ\op@'n9 +-yx^5^,u_O(!ʘ$YԱoM֞ɕEc]ЅG[[. xOc+ݲp]3k8{86E| 늤KA >(b574)+.ۻ4uB ,4@_F޼Qݣ{;셕{`UuwcZ(uvQևeʔoo5endstream +-endobj +-3636 0 obj << +-/Type /Page +-/Contents 3637 0 R +-/Resources 3635 0 R +-/MediaBox [0 0 612 792] +-/Parent 3625 0 R ++/D [3176 0 R /XYZ 160.667 668.127 null] + >> endobj +-3638 0 obj << +-/D [3636 0 R /XYZ 106.8692 686.127 null] +->> endobj +-886 0 obj << +-/D [3636 0 R /XYZ 106.8692 668.127 null] +->> endobj +-3549 0 obj << +-/D [3636 0 R /XYZ 106.8692 556.2692 null] +->> endobj +-890 0 obj << +-/D [3636 0 R /XYZ 106.8692 535.5448 null] +->> endobj +-3550 0 obj << +-/D [3636 0 R /XYZ 106.8692 480.7192 null] +->> endobj +-894 0 obj << +-/D [3636 0 R /XYZ 106.8692 459.9949 null] +->> endobj +-3629 0 obj << +-/D [3636 0 R /XYZ 106.8692 404.8354 null] +->> endobj +-898 0 obj << +-/D [3636 0 R /XYZ 106.8692 384.1111 null] +->> endobj +-3628 0 obj << +-/D [3636 0 R /XYZ 132.9313 301.5289 null] +->> endobj +-902 0 obj << +-/D [3636 0 R /XYZ 106.8692 278.6478 null] +->> endobj +-3475 0 obj << +-/D [3636 0 R /XYZ 147.1679 196.0656 null] +->> endobj +-906 0 obj << +-/D [3636 0 R /XYZ 106.8692 173.1844 null] +->> endobj +-3474 0 obj << +-/D [3636 0 R /XYZ 106.8692 118.025 null] +->> endobj +-3635 0 obj << +-/Font << /F28 1626 0 R /F14 2227 0 R /F50 2389 0 R /F22 1616 0 R /F44 2094 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-3641 0 obj << +-/Length 1297 +-/Filter /FlateDecode +->> +-stream +-xXo6_>.-{h@D-yT7dK6g +-l>;"D)-#ezD{\{3f'v~^]3YbSlecl2ê/U#IǗZ'YiM>ލf{Nhfg-Pw#J(kYqQ*@;݌~ݳ[CvJ*F=Ni(!0InLR:~_.n/.|@ ?V.-ts?6Թ%p-FyR)Dsh)=]" ECC:DS@`x4eXơ6t.\dg5jҕ asWh/B%wc5tLz=}|3:~t;OurVD$)P$J>88qzD)[BM?()1pi3~ +-iŕiviƭM^]EpfdrK +-7ikRf yHe> endobj +-3642 0 obj << +-/D [3640 0 R /XYZ 160.6675 686.127 null] +->> endobj +-910 0 obj << +-/D [3640 0 R /XYZ 160.6675 668.127 null] +->> endobj +-3512 0 obj << +-/D [3640 0 R /XYZ 160.6675 619.1293 null] +->> endobj +-914 0 obj << +-/D [3640 0 R /XYZ 160.6675 601.6889 null] +->> endobj +-3595 0 obj << +-/D [3640 0 R /XYZ 160.6675 535.6046 null] +->> endobj +-918 0 obj << +-/D [3640 0 R /XYZ 160.6675 518.1642 null] ++294 0 obj << ++/D [3176 0 R /XYZ 160.667 668.127 null] + >> endobj +-3473 0 obj << +-/D [3640 0 R /XYZ 160.6675 407.8545 null] ++3179 0 obj << ++/D [3176 0 R /XYZ 160.667 571.549 null] + >> endobj +-922 0 obj << +-/D [3640 0 R /XYZ 160.6675 390.4141 null] ++3186 0 obj << ++/D [3176 0 R /XYZ 160.667 513.122 null] + >> endobj +-3516 0 obj << +-/D [3640 0 R /XYZ 160.6675 333.8541 null] ++3188 0 obj << ++/D [3176 0 R /XYZ 160.667 425.006 null] + >> endobj +-926 0 obj << +-/D [3640 0 R /XYZ 160.6675 316.4137 null] ++3189 0 obj << ++/D [3176 0 R /XYZ 160.667 400.678 null] + >> endobj +-3515 0 obj << +-/D [3640 0 R /XYZ 160.6675 261.9111 null] ++3190 0 obj << ++/D [3176 0 R /XYZ 160.667 400.678 null] + >> endobj +-930 0 obj << +-/D [3640 0 R /XYZ 160.6675 244.4707 null] ++3193 0 obj << ++/D [3176 0 R /XYZ 160.667 362.495 null] + >> endobj +-3604 0 obj << +-/D [3640 0 R /XYZ 160.6675 189.968 null] ++3194 0 obj << ++/D [3176 0 R /XYZ 160.667 362.495 null] + >> endobj +-934 0 obj << +-/D [3640 0 R /XYZ 160.6675 172.5276 null] ++3197 0 obj << ++/D [3176 0 R /XYZ 160.667 326.191 null] + >> endobj +-3627 0 obj << +-/D [3640 0 R /XYZ 160.6675 118.025 null] ++3198 0 obj << ++/D [3176 0 R /XYZ 160.667 326.191 null] + >> endobj +-3639 0 obj << +-/Font << /F28 1626 0 R /F50 2389 0 R /F22 1616 0 R /F44 2094 0 R >> ++3175 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 479 0 R /F11 489 0 R /F14 608 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-3645 0 obj << +-/Length 1136 ++3204 0 obj << ++/Length 1005 + /Filter /FlateDecode + >> + stream +-xXo6~_GYo[+[ -VbZmIbgMކ<w}C0Q QΖ:Źe{qC;fXpre_јIL\gr_?.LѷdoS͌t|9nn,J.\pσ?* I4|bi(!'&mu&󧋳ј3dE6YٕUV#HoJ%u.JF8bd;C~lUUPP97$ḿ*/ xy%h^Գv>*Ѡb 1(I&evғIZV3wZv*Éֱ#& sSeWzܰZRǿ,f Z ;bM u[m\` m2v@ RTRbUW&̎RejA楸ӟ$5|6X^N"Tޥd }$])70L>-+?zaVuPV\Uti#J)Mjn#2F`e~pF!3= S-5n9nѣ_i8G#`HVBtf/̏GUއSݦvrgq [dU ZJ"VNg"z(NzeMODFUD)\NɣQ2rh[dE ӛlc'51N,Puo9!Ĕ^v ZO mhi!}Ziz]]e@ _ +-ٺ19n+5.WiUl CʽWiu %endstream ++xڵWێ6}߯@<Z%AQ~ EmZ2}"eKއ Y:3CÙ ?P,QFe:)$_hpAS뙗K! H,~Z=}L(œ"eZJ֞K&I FHa^P~O jRPl_Dݗ}] ޗ{bh,cL헺8lmYWn* !=F !=G ww†x, ;rF.jm(&_]m i<#6A1ѱ*b^p/8;qpD^wMob6֒ ++ !i}.)0:Nm3LJɀ+/7}$Uqw{sB:U>j'ȱ>2&oUq€rS#WP + ++_fj^qqIȋP6/vOI1@JH4In(oN@KK!j3{KE`* {C]i[ݝ.2Gu5:Cz\SA# ΀H0[f b7Qs{Ě7G0cHx#OBΚV"h@3VZ ++B8wX_ X,9%֮4ǡxy5X¼~^4#ݵk -үGBB&fMc$J؛$JL2$l}&A OgZ=:4䍵iT| ε~ /lT`Fc\v8h:Gip*yoc9ǺD Ni.z vOUvY Q3e 8ZZƊh=Fk}@8:NM؝=vd];ltf\ļ :Z4]VИ+&7yCEendstream + endobj +-3644 0 obj << ++3203 0 obj << + /Type /Page +-/Contents 3645 0 R +-/Resources 3643 0 R ++/Contents 3204 0 R ++/Resources 3202 0 R + /MediaBox [0 0 612 792] +-/Parent 3625 0 R +->> endobj +-3646 0 obj << +-/D [3644 0 R /XYZ 106.8692 686.127 null] +->> endobj +-938 0 obj << +-/D [3644 0 R /XYZ 106.8692 668.127 null] +->> endobj +-3555 0 obj << +-/D [3644 0 R /XYZ 106.8692 619.1293 null] ++/Parent 3174 0 R ++/Annots [ 3207 0 R 3208 0 R 3210 0 R 3211 0 R ] + >> endobj +-942 0 obj << +-/D [3644 0 R /XYZ 106.8692 601.6889 null] +->> endobj +-3626 0 obj << +-/D [3644 0 R /XYZ 106.8692 547.1862 null] ++3207 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [162.6 297.329 283.416 308.233] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga44) >> + >> endobj +-946 0 obj << +-/D [3644 0 R /XYZ 106.8692 529.7458 null] ++3208 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [162.6 254.411 275.815 265.315] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga45) >> + >> endobj +-3553 0 obj << +-/D [3644 0 R /XYZ 106.8692 463.288 null] ++3210 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [238.973 162.104 305.722 173.008] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-950 0 obj << +-/D [3644 0 R /XYZ 106.8692 445.8476 null] ++3211 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [287.122 119.186 379.883 130.089] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3554 0 obj << +-/D [3644 0 R /XYZ 106.8692 391.3449 null] ++3205 0 obj << ++/D [3203 0 R /XYZ 106.869 686.127 null] + >> endobj +-954 0 obj << +-/D [3644 0 R /XYZ 106.8692 373.9046 null] ++298 0 obj << ++/D [3203 0 R /XYZ 106.869 668.127 null] + >> endobj +-3597 0 obj << +-/D [3644 0 R /XYZ 106.8692 319.4019 null] ++866 0 obj << ++/D [3203 0 R /XYZ 106.869 452.257 null] + >> endobj +-958 0 obj << +-/D [3644 0 R /XYZ 106.8692 301.9615 null] ++302 0 obj << ++/D [3203 0 R /XYZ 106.869 452.257 null] + >> endobj +-3596 0 obj << +-/D [3644 0 R /XYZ 106.8692 189.968 null] ++3206 0 obj << ++/D [3203 0 R /XYZ 106.869 318.311 null] + >> endobj +-962 0 obj << +-/D [3644 0 R /XYZ 106.8692 172.5276 null] ++3209 0 obj << ++/D [3203 0 R /XYZ 106.869 180.803 null] + >> endobj +-3643 0 obj << +-/Font << /F28 1626 0 R /F50 2389 0 R /F22 1616 0 R /F44 2094 0 R >> ++3202 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 479 0 R /F11 489 0 R /F40 469 0 R /F14 608 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-3649 0 obj << +-/Length 1466 ++3214 0 obj << ++/Length 2449 + /Filter /FlateDecode + >> + stream +-xݘo6WfomK]vm=tز-̖2Kn~G% "wHS1(Jr"xABWo`flULV]]hrqTLgYГ7M'y8ҼJȧ^.;$H7x{5[|{JZ6ލ8*@f;0UZ4f'(x&DRCoNT CZ4R@o갟=5ǹY5?|#u׆pGenxg+̋ϗ߽ͪom&G?jg͉pB)$]2ۋˋ]^R&@'Et=>n4ϋF%$S8OFd$#rbd\iMd‑ +-dEU3~4h"KFts A m ތQIEgL.,?_O$Ү +-!:*`c鎄abIj˪؇Mh۪a.wo##wL!%.92DqːbH.C1T;:@/h| "Rytы np˖1 A2\nP @O&Y.[BbG"`Vѽ}1ckl6s $c 0Jm-|tr"^\ ^Ozz9Acta1 JR")mqny"X0фS#*td!Epe.(]zfAc0,͂';d^?AL+/k2ӱ'mO׉lvճة> f|0qA:8".H9{ö^YDpQ x X6dъ&@ꪣSv_+<8dDz"Rsq֤g}zMi Զ(ӆ2 gM5^v:Þc c?~`0ru߇:O7JJ0@7Gti~|o:]gyTg0T}il,kӇli΁}#B32!FDm~V'eg7$g[8wQzG/z|Vw^f8;bI.|8or{&q$S5&&;6m&%%o(Rr: qdP+ PZ4f.2[0P"(..0^^QWA}JiU@YFUiai0uiЎJE(eς͂֘0bp´34sM=I 8Q~:7 ,-|>xa KwLhU6Ѱ ++u RUBD]vrFL[^ZW,&OH ++|[vߖ 5N[seæ"Ԃ*27Kt_C\JY߹TMmO+{}E8:A0fWP=bpo\"&r`䒃 |^ (̏uJaJ1ח>Be@C`To&T'[]q˛8##fv!aЮR|vR-i=PM0s•*"(aTp"Hy` ] s#Hezq% >qɚzĴG-X R 刵q]ߌ=TF8dkƞ0Rmc_ ۣqJ~3lQ~3D.`ϱqh)\y-)32VBfh*- 5gDð~&s ++s?(+l*lg QX0)lFs0WKwk@C#}_X$e=ap`K ++yJH ="@zq87yrˏ~z}^^6Olk#*=Ѡ&XLVs[)3 ++@Q ++B:Q{¬3xB UU֑u',)<~?Ό!(1~Gj&̜\drF '9KU}r8`R { pWvY.8bZ2‹;^/GBk#+G20 ᗚE1aP~)3s`6ɡ#֝ gb'\]Q?5>L$ϣo Q" ɡ䄙Ոa҈>3LKvs+8,C#O[f V~] 3L4km?QRvVWK&3w;*+o2$&u,]B)Gԃq<&6RkҚj͖S eނqNۚZB!s:Y*U(ck(G5 ps͊- ++}>0lğoC|ՊsG;~H+obho ڃHMc1 v;]_^W=\H5J=7D:ʛN$uUڕaڕ0e$&.aZ67?Tm%ڟOeX21:B#LJNJ&V>52Mfsn`D@fcÐ03Br¤{Qp"UǺ#1`4(=Iiê$4Uu72lY&"Ddk~\E3;VW̩Hf"(apkM>54<0YY{XC]L0+'PPS9YCى> S$*OwiSq@BE-3N6S%՘X]5cqXJ"ݭaRfV:[naI2¹[=[(smΧl08;hOHڸ';F!' oX9l cM-KFxgoJ1!KNsJ{ PW*;Ld3M߾j^c96>)*kN[*U"^QFcj R^t?za[!Bτ9E6jJendstream + endobj +-3648 0 obj << ++3213 0 obj << + /Type /Page +-/Contents 3649 0 R +-/Resources 3647 0 R ++/Contents 3214 0 R ++/Resources 3212 0 R + /MediaBox [0 0 612 792] +-/Parent 3625 0 R ++/Parent 3174 0 R ++/Annots [ 3217 0 R 3218 0 R 3219 0 R 3220 0 R 3221 0 R 3222 0 R 3223 0 R 3224 0 R 3225 0 R 3226 0 R 3227 0 R 3228 0 R 3229 0 R 3230 0 R 3231 0 R 3232 0 R 3233 0 R 3234 0 R 3235 0 R 3236 0 R 3237 0 R 3238 0 R 3239 0 R 3240 0 R 3241 0 R 3242 0 R 3243 0 R 3244 0 R ] + >> endobj +-3650 0 obj << +-/D [3648 0 R /XYZ 160.6675 686.127 null] +->> endobj +-3603 0 obj << +-/D [3648 0 R /XYZ 160.6675 634.6138 null] ++3217 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [184.578 632.154 251.327 643.058] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-966 0 obj << +-/D [3648 0 R /XYZ 160.6675 620.6776 null] ++3218 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [251.825 632.154 335.172 643.058] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga2) >> + >> endobj +-3513 0 obj << +-/D [3648 0 R /XYZ 160.6675 566.749 null] ++3219 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [184.578 593.035 251.327 603.939] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-970 0 obj << +-/D [3648 0 R /XYZ 160.6675 552.8127 null] ++3220 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [251.825 593.035 353.991 603.939] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga3) >> + >> endobj +-3599 0 obj << +-/D [3648 0 R /XYZ 160.6675 498.8841 null] ++3221 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [204.583 553.916 284.044 564.82] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga4) >> + >> endobj +-974 0 obj << +-/D [3648 0 R /XYZ 160.6675 484.9479 null] ++3222 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [287.86 553.916 354.609 564.82] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-3546 0 obj << +-/D [3648 0 R /XYZ 160.6675 419.064 null] ++3223 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [184.578 514.797 251.327 525.701] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-978 0 obj << +-/D [3648 0 R /XYZ 160.6675 405.1278 null] ++3224 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [251.825 514.797 330.748 525.701] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga5) >> + >> endobj +-3548 0 obj << +-/D [3648 0 R /XYZ 160.6675 351.1992 null] ++3225 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [334.564 514.797 427.325 525.701] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-982 0 obj << +-/D [3648 0 R /XYZ 160.6675 337.2629 null] ++3226 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [204.583 464.719 287.83 475.623] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga6) >> + >> endobj +-3547 0 obj << +-/D [3648 0 R /XYZ 160.6675 283.3343 null] ++3227 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [291.646 464.719 358.395 475.623] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-986 0 obj << +-/D [3648 0 R /XYZ 160.6675 269.3981 null] ++3228 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [375.5 464.719 468.261 475.623] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-2922 0 obj << +-/D [3648 0 R /XYZ 160.6675 215.4694 null] ++3229 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [200.267 425.6 295.24 436.504] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga7) >> + >> endobj +-990 0 obj << +-/D [3648 0 R /XYZ 160.6675 201.5332 null] ++3230 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [444.723 425.6 505.375 436.504] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3476 0 obj << +-/D [3648 0 R /XYZ 372.4108 120.1818 null] ++3231 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [184.578 413.645 221.997 424.548] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3647 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F50 2389 0 R /F44 2094 0 R >> +-/ProcSet [ /PDF /Text ] ++3232 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [197.589 374.525 292.004 385.429] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga8) >> + >> endobj +-3653 0 obj << +-/Length 1458 +-/Filter /FlateDecode +->> +-stream +-xXY6~ #ojiEYꨳ,tvP )r|fH2#s%й ϯaՌx I}9{AFR9܎2H aŒ +-\dqֵ{4"!X,>]tHQ-g> }3ÈFĀn8b~h1 كw,4"ÎG-u'{߽e7ZGVMy[#xF&뛴y~A@2B^Gʑфj i|ݺ9(l`I]<()dl[j$0%Y[1^ټʦ #. :N_RQO/M҃)G\)'\W^;todW#D!I=8~o+ +,w"+#0 aċYl6.\Ӷ󶅅`Rl:b )D F :=i\p0g -GR&Vl.HH_lNt$UATdaAn{2:)xoW[?}7iZ`K1ܯRV~V[w:miOC:]˪+6FIm +- @Lai. ( 읕}) xAg!=j(v2L)7SbU(OBkN˭JT$F%QuQE7k%n [ dܓT5P68Q6&΢),|պr::LG4b))(cQFSk9+ǿK +-F)؅4mZGVfۛ7u0 GQɀUq$`1m>7YJYZ΁ f&XR ?5+ +-jJQL<>+69<%܇@l{ ͎&}|mwt=WΦA.*@A Ta%J) жUKhߝabvۮ<7#`%+l <٦>+ jzB+$XQTu~C`4~I7]ZC +-@C8-Ug/ZF \얢YZA1$ c};E +-,Cso.o [(<B}6ы+tyFgOAU0D>4?ɧ+B=H +-#K)eu/e2U +-3˜ۘŠ1֡!\:e ԶpO=<:!|Fg_'E.6D +-Fzs('\V}z;|Y}(2> + >> endobj +-3654 0 obj << +-/D [3652 0 R /XYZ 106.8692 686.127 null] ++3234 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [197.49 335.406 286.365 346.31] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga9) >> + >> endobj +-994 0 obj << +-/D [3652 0 R /XYZ 106.8692 668.127 null] ++3235 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [290.082 335.406 356.831 346.31] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-3507 0 obj << +-/D [3652 0 R /XYZ 106.8692 523.1885 null] ++3236 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [199.456 296.287 326.528 307.191] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga10) >> + >> endobj +-998 0 obj << +-/D [3652 0 R /XYZ 106.8692 507.9776 null] ++3237 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [470.735 296.287 505.375 307.191] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3509 0 obj << +-/D [3652 0 R /XYZ 234.2102 438.7871 null] ++3238 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [184.578 284.332 248.009 295.236] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-1002 0 obj << +-/D [3652 0 R /XYZ 106.8692 421.4194 null] ++3239 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [205.864 245.213 332.378 256.117] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga11) >> + >> endobj +-3508 0 obj << +-/D [3652 0 R /XYZ 106.8692 367.3626 null] ++3240 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [412.614 245.213 505.375 256.117] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-1006 0 obj << +-/D [3652 0 R /XYZ 106.8692 352.1518 null] ++3241 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [198.436 194.138 319.411 205.042] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga12) >> + >> endobj +-3510 0 obj << +-/D [3652 0 R /XYZ 284.1328 258.7171 null] ++3242 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [324.073 194.138 390.822 205.042] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-1010 0 obj << +-/D [3652 0 R /XYZ 106.8692 241.3494 null] ++3243 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [204.583 143.064 285.708 153.968] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga13) >> + >> endobj +-3552 0 obj << +-/D [3652 0 R /XYZ 106.8692 187.2926 null] ++3244 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [289.523 143.064 356.272 153.968] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-1014 0 obj << +-/D [3652 0 R /XYZ 106.8692 172.0818 null] ++3215 0 obj << ++/D [3213 0 R /XYZ 160.667 686.127 null] + >> endobj +-3551 0 obj << +-/D [3652 0 R /XYZ 106.8692 118.025 null] ++3216 0 obj << ++/D [3213 0 R /XYZ 160.667 651.237 null] + >> endobj +-3651 0 obj << +-/Font << /F28 1626 0 R /F14 2227 0 R /F50 2389 0 R /F22 1616 0 R /F44 2094 0 R >> ++3212 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 469 0 R /F44 479 0 R /F14 608 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-3658 0 obj << +-/Length 1774 ++3247 0 obj << ++/Length 2518 + /Filter /FlateDecode + >> + stream +-xYnF}WyhK M--2QT%%$/h9I0HT"Z"BU2[pwGxI`5ՉAFR܅ R1bB!jk9-3xVYQU^_nގn|@ja3'sv3n0"d5bATBܓw2x[4N9bJ˳)4"f Q͟~|%Z"7w˲X4Wr6ͫUVt lIE 3 AgeǭkC#uO5]gi Ai 4ih`4!%$! "٦j\ݷE^y2xNUy?7H3"c1!ikU h~ %!Ĵ^ۿ#(C`#P8Z#%O&6[)ưE\t!Q5ֻ +- o^_Ggd +-OY+D0{ou(V `>Y ŵWtnzOMQ2/晝`1 հ=͢~muui]aCkmNq ]`M[;$v*|g43)hiT\i/m;i+ƣyIhHs={ Tm6CMwwWiCJs@~[?ii¼!1eK!08Dw +-О7 pN=פz]]bǓzWooٴ +-*Ϝt_45"!ԒD_ V} f];FL5e'Z=.f@5b>Nxg +-22FH:q;{cu7sI#Cز6 tp`aSC +-;x# +-4ϛ j^ u׉4Ob[ д(&`6B!@R3Lc|Տ(^9\%QN3!P"/H =*8S3=Y)搐oT1]wT$-96i2Smj3"잼%5t3HCr.}m׮sRsst?}}\do4ne_endstream ++x՛rz ++BVE_sbSN6kg(PBR#4MtrѰ\IbHXj¸Ylo.pÂ6jnџnۅ#NCn.<>Ի}z+f~?b\%bݏ7]Wp-J7xM sn|#V~w?.k[c[nEY´'./A&ƩEkh4`~^qlTֲ_8<>q^Hok6Jno XG a„0xSEdaףt4hSD2:hpk˔ޚBpIB%'e#k&⳽ ڽןn C&gRr` JBQ *hf BFB%JM Bi}oG ΅ |GdQ=c瓠P^G j-$S9nM7Ʊ~W]Ű#2l%IlEo//m+`릹^ ,>tp^B@QDN'z Ĩh< e"mt(m5 HA$5 0@$5Hf:Ծr7u/4Ae 1C *eݏjܺ%E{5QqVNpݏQZ }nb}*eºe}6p#2 ,!Bui1:fVo}FK5d䊁nOzNӘl_1SιCz9q\+%9-2sR 67L!Xs>As 4G1,<~ oF@Zuioշf+dq{n=愛K8MZ*$,9SDkaDjB43ES!{!P?V $a Aм*8Yƭ{! r Q \:5Y4pCqpCj?y竐 2C * cd:TQ8bMt$tf:~rIe'v^x+HArj14\f~OII$c%2V2KK$d[X612Gb2 s`mF+U6ڣgGrE}b7 XR%/˦5b\õָ ++5ʵ*W'W&}^vM5B]Pycܖ,6.D^nMRYq!Ǽzn CZkiaZj8WeUj 9ܛa=A͹ l'J9jua,Qu?B%2wt\.vU"dSԴlznV.?^ҥ.?d<quC޽a߫Yt`!!Q%rS43jܾr !S ZYtm$gVx0R>q^Ȳ ++O{Ԡ־d]$ IWx"ɔ|yw~}AjZN<4SAa.Xfj+ `U(4%\^/a.óD f)TyxCz![8XСZ A*maߣz9}쏧ihXIhףmX8n@44ٯXȾxY ++kP笨V~)aF}OQ%&(:X8FX"PG [9| ]i_po(!I]-o߹ߛzW'=nWE]ۗj{ ?@Ѓd8Hendstream + endobj +-3657 0 obj << ++3246 0 obj << + /Type /Page +-/Contents 3658 0 R +-/Resources 3656 0 R ++/Contents 3247 0 R ++/Resources 3245 0 R + /MediaBox [0 0 612 792] +-/Parent 3655 0 R +-/Annots [ 3662 0 R 3663 0 R 3664 0 R 3665 0 R 3666 0 R 3667 0 R 3668 0 R 3669 0 R ] ++/Parent 3174 0 R ++/Annots [ 3249 0 R 3250 0 R 3251 0 R 3252 0 R 3253 0 R 3254 0 R 3255 0 R 3256 0 R 3257 0 R 3258 0 R 3259 0 R 3260 0 R 3261 0 R 3262 0 R 3263 0 R 3264 0 R 3265 0 R 3266 0 R 3267 0 R 3268 0 R 3269 0 R 3270 0 R 3271 0 R 3272 0 R ] ++>> endobj ++3249 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [150.785 655.011 225.842 665.915] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga14) >> ++>> endobj ++3250 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [229.658 655.011 296.407 665.915] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga0) >> ++>> endobj ++3251 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [150.785 603.985 232.477 614.889] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga15) >> ++>> endobj ++3252 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [236.293 603.985 303.042 614.889] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga0) >> ++>> endobj ++3253 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [150.785 563.918 237.259 574.822] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga16) >> ++>> endobj ++3254 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [241.075 563.918 307.824 574.822] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga0) >> ++>> endobj ++3255 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [156.095 523.851 267.117 534.755] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga17) >> ++>> endobj ++3256 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [276.243 523.851 342.992 534.755] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-3662 0 obj << ++3257 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [304.8902 231.8755 460.4852 242.7794] ++/Rect [152.178 471.829 278.703 482.733] + /Subtype /Link +-/A << /S /GoTo /D (a00057_ga39454e6013441d32e58ef4c4fcba7e4b) >> ++/A << /S /GoTo /D (a00058_ga18) >> + >> endobj +-3663 0 obj << ++3258 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [470.735 231.8755 505.3748 242.7794] ++/Rect [283.912 471.829 350.661 482.733] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-3664 0 obj << ++3259 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 219.9203 229.7482 230.8243] ++/Rect [150.785 419.806 225.832 430.71] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga19) >> + >> endobj +-3665 0 obj << ++3260 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [383.2598 219.9203 473.7994 230.8243] ++/Rect [229.648 419.806 296.397 430.71] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-3666 0 obj << ++3261 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [296.1779 167.5982 463.3893 178.5022] ++/Rect [152.971 379.739 255.126 390.643] + /Subtype /Link +-/A << /S /GoTo /D (a00057_ga6df504b2f5440b527be05cdad6b1655e) >> ++/A << /S /GoTo /D (a00058_ga20) >> + >> endobj +-3667 0 obj << ++3262 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [470.735 167.5982 505.3748 178.5022] ++/Rect [261.128 379.739 327.877 390.643] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-3668 0 obj << ++3263 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 155.6431 229.7482 166.547] ++/Rect [153.455 327.717 271.68 338.621] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga21) >> + >> endobj +-3669 0 obj << ++3264 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [377.6012 155.6431 442.1286 166.547] ++/Rect [278.166 327.717 344.915 338.621] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-3659 0 obj << +-/D [3657 0 R /XYZ 160.6675 686.127 null] +->> endobj +-1018 0 obj << +-/D [3657 0 R /XYZ 160.6675 668.127 null] +->> endobj +-3598 0 obj << +-/D [3657 0 R /XYZ 160.6675 619.3629 null] ++3265 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [150.785 275.695 225.274 286.599] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga22) >> + >> endobj +-1022 0 obj << +-/D [3657 0 R /XYZ 160.6675 603.0909 null] ++3266 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [229.09 275.695 295.839 286.599] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-3602 0 obj << +-/D [3657 0 R /XYZ 160.6675 480.9338 null] ++3267 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [153.056 235.628 254.654 246.532] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga23) >> + >> endobj +-1026 0 obj << +-/D [3657 0 R /XYZ 160.6675 464.6618 null] ++3268 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [260.742 235.628 327.491 246.532] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-3511 0 obj << +-/D [3657 0 R /XYZ 160.6675 398.4377 null] ++3269 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [150.785 183.605 245.209 194.509] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga24) >> + >> endobj +-1030 0 obj << +-/D [3657 0 R /XYZ 160.6675 382.1656 null] ++3270 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [249.025 183.605 315.774 194.509] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-3660 0 obj << +-/D [3657 0 R /XYZ 160.6675 327.8967 null] ++3271 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [189.449 143.538 288.856 154.442] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga25) >> + >> endobj +-1034 0 obj << +-/D [3657 0 R /XYZ 160.6675 310.5039 null] ++3272 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [292.671 143.538 385.432 154.442] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3661 0 obj << +-/D [3657 0 R /XYZ 160.6675 251.5817 null] ++3248 0 obj << ++/D [3246 0 R /XYZ 106.869 686.127 null] + >> endobj +-3656 0 obj << +-/Font << /F28 1626 0 R /F50 2389 0 R /F22 1616 0 R /F44 2094 0 R /F14 2227 0 R /F40 2081 0 R /F56 2793 0 R >> ++3245 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 469 0 R /F44 479 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-3674 0 obj << +-/Length 1942 ++3275 0 obj << ++/Length 2705 + /Filter /FlateDecode + >> + stream +-xYK6Wh1#f6[֖B֖q}")SnZ9#),NP5]O澝/ԫWod$ӛM E CTTu?-|wrtpC937H@ja->yOG0`Lo6u +-3}rr÷vSUs7.b{b܆+/mwy(IrK17 `v~6~!'i ƄfXB#;m҄ 9ln<U}Xj9;G.cK>0(W"Pa m\)O39'7T2$lQ &)vr[hW +-6kpsIq_3ٛ!l$p Õ 9 HmMm-4qi[#δ''!DQN9b+(ŒqfDW<37OK//?sI}8$* [F8VIh#OHTB1#-\,Z ~9 1*ұ EM.F1 v" ƕǖ+)銝y#jzUlg7r sHm-O6wi9&8R#.1iFׯ{*ğJ):Ɋh2up إ1#h=G8j5Jib-("ڞ^TE,փJN2v>6Yjġ$6z +-W>8ucSgp0`BLr FL(GLm3⸗ Sf+O3aq̈́U6fk˅Y D +-=Zj 8~mW¡ҀRY [ȭ[0FAjHA:ɳpD:>)f/l_ dN= ?^WPQ M S-5ö1 d?c _Y^̊LdΠОe&>LxKmc[4=y24\7Faj93"n(ThƟWH Blb V8PF +-а۩W83-W*q]*Bd4FԈ;uhP0 +-0A[0@Rϭ .ui1X 'ZtՊ(Cng1c4l64|;Mꅓ)6B1Ҋ +-q)e2~ebK*B>oLN[AAGvT1ېP/oGy7bK_R׀ş.ٯǤP7X% *92M.; {/Lv]endstream ++x[Ko#W{w{k7X`g1[,9<ɯOT"9,|b*lA-Df&7x~auo~fabq92dI%rf0bj9Y5Wt-7[Gp/X۝Gpϛ_ro/^4:u/ttCf)a.o(w7X_X|ܔ!Lax4nMCՋqs5PXDF&q>8[cz.IG[H@M:Gkn{~޼|:>mO^#J 2? Q9]NMp؟Ηa" h: L^Nj-yvns"$0FR2c 3]g,l FPӉCsV҅gu7o-l.t={GOs~)_Bqlh^zK׻S>4pB EH.4یRuS{9䆔h50pIaH$c} V1E}l!}a&|eTʗǀƙG&'=)1V>vdxFiF#=DH^TFdF9{eB\h&DprV%86+8|]A}lO^ޞZiЮ8]~ꃆWMЇT\ҋ6z/ch?zPNYaź( 0TY,^YbBDY#3xtW<`P~Q"9iVX4AFsb8)HHDKU_$}~R|Is|ľc>B# bU;<29_wi*F0(?9d?J.hQz@SႣ y@9ar7V%'k笠Y}៬}t;?0܏ls%"seGXO3Mh:ǠņiψZ{@#ωVhҋF&YB_L}钭Ua0&&'Lˠ k7[ٺo՚-atMJ.5R멆1El!Ո1Ո*Tcƾu_gd {m:س!02.P&߳BcertU/Չp ؼxL^UKJQ8~MI_:sŎd )gC{"ZKՖ/7j(F-D0 F!&F1_a#1mI\E۵86Y3St@#"D5 xF4EXMd͕Uɋn,χl\$iW"5I$-BNP> yuqڀѦ'n``n=v KwvȚM o`Ja A}e((>Nl^<&p׿s+|!+;:w dε1ESps_m+,ۀnp3e!`2PjeGU\@&}0E}l!=nr擮#9BFi4Τ=ۃ(aeQGS#1s0f GZ(IM=};XSĩC0Z6Y4A 8Г)*!LqУ2YDw/qe|=u@I6bĬq;Ma(`bdLVáp)fJHR%ul^[HcU FRKV̜,xmEi_W..u;=T^wbQnϮ L![㼉Exu&5$W(oj=k& :@0bK &&5U`.Wr &́`Q :YL(q87 .n`⿆;z0Sw+lݡ0)cQIoM,Lu7"B*~lqs~躓ϯY=+QFew*L[ǟdE4endstream + endobj +-3673 0 obj << ++3274 0 obj << + /Type /Page +-/Contents 3674 0 R +-/Resources 3672 0 R ++/Contents 3275 0 R ++/Resources 3273 0 R + /MediaBox [0 0 612 792] +-/Parent 3655 0 R +-/Annots [ 3678 0 R 3679 0 R 3680 0 R 3681 0 R 3682 0 R 3683 0 R 3684 0 R 3685 0 R 3686 0 R 3687 0 R 3688 0 R ] ++/Parent 3174 0 R ++/Annots [ 3277 0 R 3278 0 R 3279 0 R 3280 0 R 3281 0 R 3282 0 R 3283 0 R 3284 0 R 3285 0 R 3286 0 R 3287 0 R 3288 0 R 3289 0 R 3290 0 R 3291 0 R 3292 0 R 3293 0 R 3294 0 R 3295 0 R 3296 0 R 3297 0 R 3298 0 R 3299 0 R 3300 0 R 3301 0 R 3302 0 R 3303 0 R 3304 0 R 3305 0 R 3306 0 R 3307 0 R 3308 0 R ] + >> endobj +-3678 0 obj << ++3277 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [236.4635 260.9481 368.5072 271.8521] ++/Rect [244.091 655.011 358.999 665.915] + /Subtype /Link +-/A << /S /GoTo /D (a00058_gaeacad897c30dbea284948374ad4b010c) >> ++/A << /S /GoTo /D (a00058_ga26) >> + >> endobj +-3679 0 obj << ++3278 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [416.9367 260.9481 451.5766 271.8521] ++/Rect [363.237 655.011 455.998 665.915] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3680 0 obj << ++3279 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 248.993 165.9772 259.8969] ++/Rect [197.589 603.942 279.281 614.846] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> ++/A << /S /GoTo /D (a00058_ga27) >> + >> endobj +-3681 0 obj << ++3280 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [247.3848 208.3617 367.8221 219.2656] ++/Rect [283.097 603.942 375.858 614.846] + /Subtype /Link +-/A << /S /GoTo /D (a00058_gaaaca5d1687053b6c3326b2c165bd6530) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3682 0 obj << ++3281 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [376.5285 208.3617 451.5766 219.2656] ++/Rect [197.589 564.828 285.359 575.732] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga28) >> + >> endobj +-3683 0 obj << ++3282 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 196.4065 135.5416 207.3104] ++/Rect [289.174 564.828 381.936 575.732] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3684 0 obj << ++3283 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [214.2758 196.4065 304.8154 207.3104] ++/Rect [197.589 525.714 282.051 536.618] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00058_ga29) >> + >> endobj +-3685 0 obj << ++3284 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [246.6476 155.7752 368.1909 166.6792] ++/Rect [285.867 525.714 378.628 536.618] + /Subtype /Link +-/A << /S /GoTo /D (a00058_gaf36a9211a21eb930f59090eb5d460b8e) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3686 0 obj << ++3285 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [376.5285 155.7752 451.5766 166.6792] ++/Rect [197.589 486.599 277.07 497.503] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga30) >> + >> endobj +-3687 0 obj << ++3286 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 143.8201 135.5416 154.724] ++/Rect [280.886 486.599 373.647 497.503] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3688 0 obj << ++3287 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [214.2758 143.8201 278.8032 154.724] ++/Rect [197.589 447.485 278.575 458.389] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> +->> endobj +-3675 0 obj << +-/D [3673 0 R /XYZ 106.8692 686.127 null] +->> endobj +-1038 0 obj << +-/D [3673 0 R /XYZ 106.8692 668.127 null] +->> endobj +-3671 0 obj << +-/D [3673 0 R /XYZ 106.8692 650.8964 null] ++/A << /S /GoTo /D (a00058_ga31) >> + >> endobj +-1042 0 obj << +-/D [3673 0 R /XYZ 106.8692 650.8964 null] +->> endobj +-3670 0 obj << +-/D [3673 0 R /XYZ 218.3901 513.6419 null] +->> endobj +-1046 0 obj << +-/D [3673 0 R /XYZ 106.8692 495.892 null] +->> endobj +-3676 0 obj << +-/D [3673 0 R /XYZ 220.8807 359.6747 null] +->> endobj +-1050 0 obj << +-/D [3673 0 R /XYZ 106.8692 340.8039 null] +->> endobj +-3677 0 obj << +-/D [3673 0 R /XYZ 106.8692 280.7866 null] +->> endobj +-3672 0 obj << +-/Font << /F28 1626 0 R /F50 2389 0 R /F14 2227 0 R /F54 2728 0 R /F22 1616 0 R /F44 2094 0 R /F40 2081 0 R /F56 2793 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-3694 0 obj << +-/Length 1719 +-/Filter /FlateDecode +->> +-stream +-xXK6W(ko9fIlдqCZȒ#P$e S573$c#c"1R%"Tݛ4Ӗhڡz9cr<[uyi姈x2T/ѫbߚN'_fFwVb@ +-6޻FL#<`DqR ;em鐝sT,$i!hP#"9w2D")3uff5բLwV`H;c B0mj2eTDiK6&ۙ?.xMtڽ|_'GM6ٹgifx,J 4~jnum=fXo!wzeؘ&^t}ZSU6[^$YV!^h@=ĤCz/ 'I6An_Bjh|8o`͙rH'g,pNT>]üv N0 Nnl\QwOg.8[S,Cjb e +-5w5`Gsn()@.Ni`\mtrBbs~ T'XB[RȦ)}'';Vnqk*]{>p)Jb4Pqh IbSŊ +ߧ5R_pҭ7&w+T`ӆ[bժrˤ'{~oN[1nE/@T5.ve0UUՍ/,x!ɚ qK4>{ѰhfBkyU_V_8Lô\'FH/(1Pchr̡,4Bt6arЭGme9La0&o!Ѻ>o,}ȡ}h.4Mu +-YFmR}i˄Ia7ճ)u%s~tGn ɍ1j~Qn&I_newI4P۳D-5þ*מ揎- >3{쳀qIdX_v\KuE/.c S']'ULKM3G8PlR(n-Hcd"4BAT.@u-YI:]OŠgszY诩rRj$N%TW`R d+-Ťte|6fYz6阄&h^+ dqV4ϥs +-/IgX0@>`:X:͑9ǠMJbGI@;?3xHvbBכr%(g~{NҶ?R*6*P[ 4&1ɉp4BNunDڱV1`AQ|p=Fnʤ l>D_ ;/xj #}xKGΞ^6j.S6gWi0ֿendstream +-endobj +-3693 0 obj << +-/Type /Page +-/Contents 3694 0 R +-/Resources 3692 0 R +-/MediaBox [0 0 612 792] +-/Parent 3655 0 R +-/Annots [ 3698 0 R 3699 0 R 3700 0 R 3701 0 R ] +->> endobj +-3698 0 obj << ++3288 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [298.4642 168.3592 462.6272 179.2631] ++/Rect [282.39 447.485 375.151 458.389] + /Subtype /Link +-/A << /S /GoTo /D (a00059_ga018e57a42a780ce2ba2e35ef975d8888) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3699 0 obj << ++3289 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [470.735 168.3592 505.3748 179.2631] ++/Rect [197.589 408.371 275.406 419.275] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga32) >> + >> endobj +-3700 0 obj << ++3290 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 156.404 229.7482 167.3079] ++/Rect [279.222 408.371 371.983 419.275] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3701 0 obj << ++3291 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [272.608 156.404 363.1476 167.3079] ++/Rect [197.589 369.257 288.686 380.161] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00058_ga33) >> + >> endobj +-3695 0 obj << +-/D [3693 0 R /XYZ 160.6675 686.127 null] +->> endobj +-1054 0 obj << +-/D [3693 0 R /XYZ 160.6675 668.127 null] +->> endobj +-1058 0 obj << +-/D [3693 0 R /XYZ 160.6675 601.0364 null] +->> endobj +-3691 0 obj << +-/D [3693 0 R /XYZ 160.6675 576.0255 null] +->> endobj +-1062 0 obj << +-/D [3693 0 R /XYZ 160.6675 576.0255 null] +->> endobj +-3689 0 obj << +-/D [3693 0 R /XYZ 218.5399 491.9779 null] +->> endobj +-1066 0 obj << +-/D [3693 0 R /XYZ 160.6675 471.837 null] +->> endobj +-3690 0 obj << +-/D [3693 0 R /XYZ 327.012 389.8028 null] +->> endobj +-1070 0 obj << +-/D [3693 0 R /XYZ 160.6675 369.6619 null] +->> endobj +-3696 0 obj << +-/D [3693 0 R /XYZ 221.6283 287.6278 null] +->> endobj +-1074 0 obj << +-/D [3693 0 R /XYZ 160.6675 266.3661 null] +->> endobj +-3697 0 obj << +-/D [3693 0 R /XYZ 160.6675 188.8264 null] +->> endobj +-3692 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F50 2389 0 R /F44 2094 0 R /F14 2227 0 R /F40 2081 0 R /F56 2793 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-3705 0 obj << +-/Length 2297 +-/Filter /FlateDecode +->> +-stream +-xZKs6W(U%ٝR٭}8)m2+镨oHOy<{ nt7M0iiJjU ^7ܶBԏw7}zeTc])`riMzsK^T&mͰc~E_HڗQcT(NXOc}Zh:nac#em zʁxxӼfEdl| m񟪇1/-+-zĪZe-6A:i )|oBiK#ah!>ia)Ser!Sl_9> /Cr(8y<+Uc 3=`@ 8w+9Ĉ??1b5w5>yb}*2\tRCA'WHG#&ĀFZtWj!:&o: fabw=t8 +--u/nvhjQw~j7z)7g1O "gj< /15{_M|u5CB]v-qb CCOTpN=xwb3bhe>[dMvB'dL' v.mv{#:J1a{f~N;=ZVAil{i(w,~ }^^\ +-=L-jendstream +-endobj +-3704 0 obj << +-/Type /Page +-/Contents 3705 0 R +-/Resources 3703 0 R +-/MediaBox [0 0 612 792] +-/Parent 3655 0 R +-/Annots [ 3707 0 R 3708 0 R 3709 0 R 3710 0 R 3711 0 R 3712 0 R 3713 0 R 3714 0 R 3715 0 R 3716 0 R 3717 0 R 3718 0 R ] +->> endobj +-3707 0 obj << ++3292 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [240.93 655.0113 410.0743 665.9152] ++/Rect [292.502 369.257 385.263 380.161] + /Subtype /Link +-/A << /S /GoTo /D (a00059_gaf213df50d229c5d17a5a56b5d8f10b74) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3708 0 obj << ++3293 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [416.9367 655.0113 451.5766 665.9152] ++/Rect [206.574 319.184 278.852 330.088] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga34) >> + >> endobj +-3709 0 obj << ++3294 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 643.0561 175.9499 653.96] ++/Rect [284.659 319.184 351.408 330.088] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-3710 0 obj << ++3295 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [215.9265 643.0561 311.4474 653.96] ++/Rect [372.984 319.184 465.745 330.088] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga2f5276235841ad66a79bedad16a5a10c) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3711 0 obj << ++3296 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [235.9537 588.3376 411.733 599.2415] ++/Rect [184.578 307.229 277.339 318.133] + /Subtype /Link +-/A << /S /GoTo /D (a00059_gafa60816dde33d69149497bcf6c7818e0) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3712 0 obj << ++3297 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [416.9367 588.3376 451.5766 599.2415] ++/Rect [205.415 268.114 283.78 279.018] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga35) >> + >> endobj +-3713 0 obj << ++3298 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 576.3824 175.9499 587.2864] ++/Rect [288.427 268.114 355.176 279.018] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-3714 0 obj << ++3299 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [219.1529 576.3824 283.6803 587.2864] ++/Rect [374.143 268.114 466.905 279.018] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3715 0 obj << ++3300 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [232.2177 521.6639 412.9783 532.5678] ++/Rect [184.578 256.159 277.339 267.063] + /Subtype /Link +-/A << /S /GoTo /D (a00059_ga5b51a4a96a0c3ad9f4c0da308bbf4d8f) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3716 0 obj << ++3301 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [416.9367 521.6639 451.5766 532.5678] ++/Rect [211.471 217.045 302.568 227.949] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga36) >> + >> endobj +-3717 0 obj << ++3302 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 509.7087 175.9499 520.6127] ++/Rect [313.272 217.045 380.021 227.949] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-3718 0 obj << ++3303 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [216.5911 509.7087 286.0998 520.6127] ++/Rect [412.614 217.045 505.375 227.949] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga37e35730fa7e775b5bb0afe893d6d508) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3706 0 obj << +-/D [3704 0 R /XYZ 106.8692 686.127 null] +->> endobj +-1078 0 obj << +-/D [3704 0 R /XYZ 106.8692 454.0813 null] ++3304 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [222.216 205.09 314.978 215.994] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3719 0 obj << +-/D [3704 0 R /XYZ 106.8692 426.7167 null] ++3305 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [205.625 155.017 282.885 165.921] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga37) >> + >> endobj +-1082 0 obj << +-/D [3704 0 R /XYZ 106.8692 426.7167 null] ++3306 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [287.743 155.017 354.492 165.921] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-3702 0 obj << +-/D [3704 0 R /XYZ 189.3589 288.9825 null] ++3307 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [373.933 155.017 466.694 165.921] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-1086 0 obj << +-/D [3704 0 R /XYZ 106.8692 267.8577 null] ++3308 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [184.578 143.062 277.339 153.966] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3720 0 obj << +-/D [3704 0 R /XYZ 151.7305 120.1818 null] ++3276 0 obj << ++/D [3274 0 R /XYZ 160.667 686.127 null] + >> endobj +-3703 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F14 2227 0 R /F40 2081 0 R /F56 2793 0 R /F50 2389 0 R /F54 2728 0 R /F44 2094 0 R >> ++3273 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 469 0 R /F44 479 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-3724 0 obj << +-/Length 2329 ++3311 0 obj << ++/Length 1728 + /Filter /FlateDecode + >> + stream +-xZYoF~У:}ydwIu&hYDz%*TlI,UEȂHTb!D/v;h։hQ}u{I)e" &՚RCz{9p'XVMj'' +-݇xÈ}1tqcTBwN,!;)-oShD$N("ZlM{~|W}ޖyx:^|r,.YzY`w[p, #uz8\7K}wo}gB o_+52!CRB]\ӸH>;?T..գp'b0FS pwmRWEOOCrk`)~],}Jѯĩ]Xr#.1v xϋ/˥TKo]T͗|ooAKڑ_܎>T^( PV@f5I0+ {̭YLRd󸵦#.ލK|l[0L1[]݀a(2[ʊfƘa#'?Y6LnC*)2LA4 ͽ'<ڑݰ!P@F [©ĎW b- *Y;0 d>9kan!ι▅c + Bk]t ζ2Z L(#˅WRK}0p uUD@;+*F'0һ|R,y>n^+;NES>2Nd\Uݺjк;NՀ{e .NE 2HP>PՄ $,.i@vEeBvPRpiu9rl3[fo%, . T;C/!c%j!7}py@am?ݚ=ND)D0I"s`HOHP}Zn '8ʍ1WZ9]zt3GCn"AFHMsoVv¾Hz'<(:Օ#.'sIqIoV\_n?p^y(ן($@q){[jeN"KkOPJ|[uk\uZL;!h'Zvhp:#Ϩ{]P9$5&=Ҷh7HKNvjL:[9endstream ++x՚M6:@bnmӤ M ֮xewߡEZd^b{_;3"d?1ImsM7aF{ӻe,#O7~}?D<{ה0k`nKo[ ++%7𦨜0-ۦ)\A,h\S>qޯkbʢX}C #Lhs?Clո}'>mnձjyNM?QE{f'9qN^!T5D)XUP0طJL:QnȶuK63Ax@c ++ǝ7$T-l^gtjfƴ>s6s Ic#_W$R(j(DqY7MX̽q_4֧ݱy_ 5a+`3as=M8J#$e@XdHF@֭2׆l^ڦ{ C]u(vXA%6O ++QgZA&D@IT T(Ge TĨw[%=0HX 6~S6S3rګ{k%ڶZSVY\f4fa9΃i[1> OˮꎀۇfQ8Y 6 CUΈT`(tN!4cb c5 ԝEꇐQΝ}~;mMnޱ́+p9 vbA[wBN&0PhA& X$*a[1u5A7dۂUw1> 0 zDk:-\6Pӝp;>*ɈGH6N2Ȣ/8* ++Q6 A3qVH<ڠy Ԣ,e6{oP GyX bӭ򜣐 1F!zƆmodsAv]=$< 6߃\]4n\\h#ifڃM@T& !7̣꿌}7Ȉ1J%q#4S蕋myWDPh2hog48Unr(m nF5mc! s#ë c2CۨqN!oJ"aJ47_r\ L,=GӐG[ C ay' 꿌}' JXUm#h49+rKH<٠?sv[oZar8ʉ=lщLg'fd vOO0JMq\ׇXVx=PG"/2鯑?۫]+?Eۡ[06Ǻݑ2> endobj +-3728 0 obj << ++3313 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [150.785 655.011 227.496 665.915] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga38) >> ++>> endobj ++3314 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [231.312 655.011 298.061 665.915] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga0) >> ++>> endobj ++3315 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [315.156 655.011 407.918 665.915] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> ++>> endobj ++3316 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [146.335 616.157 247.942 627.061] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga39) >> ++>> endobj ++3317 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [254.302 616.157 347.063 627.061] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> ++>> endobj ++3318 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [390.925 616.157 451.577 627.061] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> ++>> endobj ++3319 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [440.2995 257.2678 505.3748 268.1718] ++/Rect [130.78 604.202 168.199 615.106] + /Subtype /Link +-/A << /S /GoTo /D (a00060_ga067ec565345a346bfd9d721cff5901ae) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3729 0 obj << ++3320 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 245.3127 293.9565 256.2166] ++/Rect [148.416 565.348 253.352 576.251] + /Subtype /Link +-/A << /S /GoTo /D (a00060_ga067ec565345a346bfd9d721cff5901ae) >> ++/A << /S /GoTo /D (a00058_ga40) >> + >> endobj +-3730 0 obj << ++3321 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [298.4811 245.3127 372.9812 256.2166] ++/Rect [261.793 565.348 354.554 576.251] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3731 0 obj << ++3322 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [414.8353 245.3127 505.3748 256.2166] ++/Rect [416.937 565.348 451.577 576.251] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3732 0 obj << ++3323 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [470.735 194.1021 505.3748 204.0298] ++/Rect [130.78 553.392 194.211 564.296] + /Subtype /Link +-/A << /S /GoTo /D (a00060_gaa2c4cb4075422a19e07c450dc7092e69) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3733 0 obj << ++3324 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 181.1707 329.3734 192.0746] ++/Rect [148.548 514.538 240.751 525.442] + /Subtype /Link +-/A << /S /GoTo /D (a00060_gaa2c4cb4075422a19e07c450dc7092e69) >> ++/A << /S /GoTo /D (a00058_ga41) >> + >> endobj +-3734 0 obj << ++3325 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [340.2004 181.1707 414.7005 192.0746] ++/Rect [249.323 514.538 342.085 525.442] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3735 0 obj << ++3326 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [470.735 181.1707 505.3748 192.0746] ++/Rect [390.925 514.538 451.577 525.442] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga2f5276235841ad66a79bedad16a5a10c) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3736 0 obj << ++3327 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 169.5891 250.7689 180.1195] ++/Rect [130.78 502.583 168.199 513.487] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga2f5276235841ad66a79bedad16a5a10c) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3737 0 obj << ++3328 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [286.0162 128.9839 466.7765 139.8878] ++/Rect [148.419 463.729 267.182 474.633] + /Subtype /Link +-/A << /S /GoTo /D (a00060_ga47747968f12c2674d2840dfbacce4940) >> ++/A << /S /GoTo /D (a00058_ga42) >> + >> endobj +-3738 0 obj << ++3329 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [470.735 128.9839 505.3748 139.8878] ++/Rect [275.626 463.729 368.387 474.633] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3739 0 obj << ++3330 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 117.0287 229.7482 127.9327] ++/Rect [416.937 463.729 451.577 474.633] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3740 0 obj << ++3331 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [270.0071 117.0287 334.5345 127.9327] ++/Rect [130.78 451.773 194.211 462.677] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3725 0 obj << +-/D [3723 0 R /XYZ 160.6675 686.127 null] +->> endobj +-1090 0 obj << +-/D [3723 0 R /XYZ 160.6675 668.127 null] ++3332 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [147.118 412.919 245.398 423.823] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga43) >> + >> endobj +-3721 0 obj << +-/D [3723 0 R /XYZ 243.1572 538.4808 null] ++3333 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [252.541 412.919 345.302 423.823] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-1094 0 obj << +-/D [3723 0 R /XYZ 160.6675 520.2042 null] ++3334 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [390.925 412.919 451.577 423.823] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-3726 0 obj << +-/D [3723 0 R /XYZ 208.6172 373.0979 null] ++3335 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [130.78 400.964 168.199 411.868] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-1098 0 obj << +-/D [3723 0 R /XYZ 160.6675 353.7004 null] ++3312 0 obj << ++/D [3310 0 R /XYZ 106.869 686.127 null] + >> endobj +-3727 0 obj << +-/D [3723 0 R /XYZ 160.6675 276.9064 null] ++3336 0 obj << ++/D [3310 0 R /XYZ 106.869 363.644 null] + >> endobj +-3722 0 obj << +-/Font << /F28 1626 0 R /F50 2389 0 R /F14 2227 0 R /F54 2728 0 R /F22 1616 0 R /F44 2094 0 R /F40 2081 0 R /F56 2793 0 R >> ++3309 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 469 0 R /F44 479 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-3746 0 obj << +-/Length 1728 ++3340 0 obj << ++/Length 1145 + /Filter /FlateDecode + >> + stream +-xYKs6W(̈́ޏڴI&v9 -ST.H葦3=t| .w-M2 $#X"- ͤPv33eA(|CufTfWPA0XYTrP6fb^7fWTh7՝[_vsSwٴEnsBُW)ug0bV#b@r7cDŽ+o_THpT$DI(s o*Qf3 Uf.d Zp.g\.:/M[nm/}. #1;AL$Kx6&\?H /<=Dm} +-+&#gFAx@ E@GFR_L `` \蝖$R` Rg\`RQ>\2_#+`/tZ_5AAiN@Z 6!<<`̜tGFC1$9`&1P>kt:N5ط56a󧟾sW6EcSLxe>)كG(07=@"%D +-r;ZHD~WVaɕVHͰE$$AYnPA'dž]Fwdޝ߀ 03@1jUn 陊wyR`G$4Cz$H`Ǜ= LH_XA:Ӿ>+ɫ2zeա 6^|5,# 1"Z _,Zc4q"0GL髜rD(1:AU6L3JI{q ++i&Zc$鱪Ħ]VW^61I[ZcOY[gRmqx?gݼ Y$˴8JNOqAM:p(` {Txj7DU", @;OVd,)绲RMq.כ{ofkhr V {SJ3klFCkEC8uK[G4m> Ĥ`lE(!~H/; +Js`Ǐs_ċ5/Y_lr)[5endstream + endobj +-3745 0 obj << ++3339 0 obj << + /Type /Page +-/Contents 3746 0 R +-/Resources 3744 0 R ++/Contents 3340 0 R ++/Resources 3338 0 R + /MediaBox [0 0 612 792] +-/Parent 3752 0 R +-/Annots [ 3748 0 R 3749 0 R 3750 0 R ] ++/Parent 3337 0 R ++/Annots [ 3343 0 R 3344 0 R 3345 0 R ] + >> endobj +-3748 0 obj << ++3343 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [265.8349 629.3814 451.5766 639.3091] ++/Rect [224.015 499.726 352.472 510.63] + /Subtype /Link +-/A << /S /GoTo /D (a00060_ga5a1d17375cc7b65cd155330008cbdb6a) >> ++/A << /S /GoTo /D (a00064_ga0) >> + >> endobj +-3749 0 obj << ++3344 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [134.0971 616.45 208.5972 627.3539] ++/Rect [356.908 499.726 431.408 510.63] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3750 0 obj << ++3345 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [254.2576 616.45 323.7663 627.3539] ++/Rect [243.805 487.771 308.333 498.675] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga37e35730fa7e775b5bb0afe893d6d508) >> +->> endobj +-3747 0 obj << +-/D [3745 0 R /XYZ 106.8692 686.127 null] +->> endobj +-1102 0 obj << +-/D [3745 0 R /XYZ 106.8692 558.4134 null] +->> endobj +-3743 0 obj << +-/D [3745 0 R /XYZ 106.8692 530.7153 null] +->> endobj +-1106 0 obj << +-/D [3745 0 R /XYZ 106.8692 530.7153 null] ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-3741 0 obj << +-/D [3745 0 R /XYZ 202.3702 434.1822 null] ++3341 0 obj << ++/D [3339 0 R /XYZ 160.667 686.127 null] + >> endobj +-1110 0 obj << +-/D [3745 0 R /XYZ 106.8692 411.3895 null] ++867 0 obj << ++/D [3339 0 R /XYZ 160.667 668.127 null] + >> endobj +-3751 0 obj << +-/D [3745 0 R /XYZ 106.8692 235.3373 null] ++306 0 obj << ++/D [3339 0 R /XYZ 160.667 668.127 null] + >> endobj +-1114 0 obj << +-/D [3745 0 R /XYZ 106.8692 214.7014 null] ++3342 0 obj << ++/D [3339 0 R /XYZ 160.667 518.676 null] + >> endobj +-3742 0 obj << +-/D [3745 0 R /XYZ 202.3702 120.1818 null] ++3346 0 obj << ++/D [3339 0 R /XYZ 160.667 450.451 null] + >> endobj +-3744 0 obj << +-/Font << /F28 1626 0 R /F40 2081 0 R /F56 2793 0 R /F22 1616 0 R /F14 2227 0 R /F50 2389 0 R /F54 2728 0 R /F44 2094 0 R >> ++3338 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 479 0 R /F11 489 0 R /F40 469 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-3755 0 obj << +-/Length 1997 ++3349 0 obj << ++/Length 1116 + /Filter /FlateDecode + >> + stream +-xZY6~ o-$n4X[H:,jwLcŪ,ÜAQseޏ32(J}%V15{HuY \1fA/~=_v%ICUTawbI͌t=3Jū/xB X+?g*!?%k&) %D'' bJ\۠Z-맗qvC\;Wf 9_._c?(T vq^&+dtqEm)RzYp/ekD{tub" I+_UjIm;Av݀/e5ޙFx8WWlF2̋ )kKx >4nRd͊qKV Tzw.(OUW~an"rƘP.H&2:6j'TVӡo7'~O͉#Oa= q.</`ʓ+NeX|<[; ֹ=尩 H}/^~^εT_eMs95~m *m~=D8C=<_|V<b_XI (%ZuG W JʘĻPZej u@1*c>H OS.L.^v>B`a;S}V['H-8<+n¤rT{=1[\ÙV/yrtoSkTګ2&{v %"qA*gY\jm 9=tװjua!al7} <_0lsP] X[ȷkWDklBanIj662C F`*: <RCɦhYGms(gptv[G]8˰s4QhWXSs`h쾻6imj5=иy>Iԅ;(L CM庬b +-$UQ{- $%bq_-]PYR% +-1 @貚n,^25}(Љ!](7i ST}~ꦢ9LG D͌ۍ4 4°E"\cn(;a4q\u=(yib tkpF'Y6. |+m |±doj8|J_4pT$Jebm 8vX? +- dF|0-־aR# r 3:ӷXp.8 maH7l*,0[Eዳ 'AmXmR#lend>0iå ^>7<ϥ]fj$`MJ7i!L7m47fSxl ocЍFbr8|J_oaq#a] +-ƂrpC$3q~ +-jQR-aqu(*bʉt c 6:S?P,l  3fa<~{B1ZfHlC8ՀƝLf&e&U8B5VF] ڠ63z5r)F <5Qr*פ F`2״q nU!58 :0b̄"J6u \'IipCݗnnO p h&U1B3QC3(tQ(y(>-`@9 t{kpאC- P{%+)<!yt?(>j>|- ;8ݻ7/i fm+fzo轆_XnRBp iendstream ++xWێ6}W I nڠyJCi[,ߡH]lyL3x H(/,z[\z=ghm,Q#EBr /~r\eMv1ʹ]!u) /B\)هO[#73J) (=gfv5֭ In"ذ 1nE-XH?,*b]v.NN|sywʊ|sA;-ݽXhB\@B!͓v[@6;;"1q'$PnA$ ꧱$9H⿆2)M,e1LH8nв4?~,D[qE 9JU|HoK|&()-@ .DacxWOIB5]F69 DΑ19 ++dDNt690 .9?Lbb#32.cr, Q8iW.;lZmuBa0IJa 䥵Dĩ ˃Z#˞8Y=(&t9τnZ=?.Yk0X͘Pendstream + endobj +-3754 0 obj << ++3348 0 obj << + /Type /Page +-/Contents 3755 0 R +-/Resources 3753 0 R ++/Contents 3349 0 R ++/Resources 3347 0 R + /MediaBox [0 0 612 792] +-/Parent 3752 0 R +-/Annots [ 3759 0 R 3760 0 R 3761 0 R 3762 0 R 3763 0 R 3764 0 R 3765 0 R 3766 0 R 3767 0 R 3768 0 R 3769 0 R 3770 0 R 3771 0 R ] ++/Parent 3337 0 R ++/Annots [ 3352 0 R 3353 0 R 3354 0 R ] + >> endobj +-3759 0 obj << ++3352 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [288.0932 376.7631 466.0842 387.667] ++/Rect [168.569 499.726 303.114 510.63] + /Subtype /Link +-/A << /S /GoTo /D (a00061_ga36feb81315de87ce11d9a5aa2b4c6e6d) >> ++/A << /S /GoTo /D (a00065_ga0) >> + >> endobj +-3760 0 obj << ++3353 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [470.735 376.7631 505.3748 387.667] ++/Rect [306.726 499.726 381.226 510.63] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3761 0 obj << ++3354 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 364.8079 229.7482 375.7118] ++/Rect [152.358 487.771 216.886 498.675] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-3762 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [270.0071 364.8079 360.5466 375.7118] +-/Subtype /Link +-/A << /S /GoTo /D (a00034_ga1f784433e9b606261f62d1134f6a3b25) >> ++3350 0 obj << ++/D [3348 0 R /XYZ 106.869 686.127 null] + >> endobj +-3763 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [322.4026 317.3349 505.3748 327.2626] +-/Subtype /Link +-/A << /S /GoTo /D (a00061_gafa4e7cc68f0f99724f8d99541d9ab3de) >> ++868 0 obj << ++/D [3348 0 R /XYZ 106.869 668.127 null] + >> endobj +-3764 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [187.8954 304.4035 262.3955 315.3074] +-/Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++310 0 obj << ++/D [3348 0 R /XYZ 106.869 668.127 null] + >> endobj +-3765 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [313.2259 304.4035 408.7468 315.3074] +-/Subtype /Link +-/A << /S /GoTo /D (a00034_ga2f5276235841ad66a79bedad16a5a10c) >> ++3351 0 obj << ++/D [3348 0 R /XYZ 106.869 518.676 null] + >> endobj +-3766 0 obj << ++3355 0 obj << ++/D [3348 0 R /XYZ 106.869 450.451 null] ++>> endobj ++3347 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 479 0 R /F11 489 0 R /F40 469 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++3358 0 obj << ++/Length 1412 ++/Filter /FlateDecode ++>> ++stream ++xXێ6}W "@mR-ЦSZk Z$wERW[6- ++?"G3Ù9ÏDDb$eI%q>p3EAfa5{H#-Yz((& W%OIY1JQsXR?̓}V=X>Oa@ԻlhUReaea/PL٧/8>0bZEO0ƈh=g(enFsYL,qE(D%F@Ϸ>]lnُ8մGK#D$-ҽXgG7)F7dwq97=<=D-{nI&;ƻX7rq-XObr4R RnPfp_ڧbSsM1$U<2)xHQwʆ+AZFLh8"JՂN:tK'(Fri҉eLj`(V?S*Fk6mL!b3 !6a)fB;^I/*ZSiu,\CB:yXPEӃ-AI|̤g —1?#P7lAcϷpNE4%E ++~x0"8&}(aWW ˎ2,h I seCtp`a8USA8@1yqUC5oZ[ށ%__ CP,--+]vds)p }:b˷]5USm6pGT&X ԝ { ^ ++p(DE<{y0 ,.!(\\Aڥ@,dz$/ku&  @> P*!Gz'xIOz1T9ⅇ"l@n\e pO!d&}cÝ+9fмKb&fPb: 3iKHA{fp3c8p1[|K/;"F! I> i‰LEKXJZ)e b NJ-ncV2cx՜ 5 u3R Vi"{:4ˆVT ;SEv m ;AĵJpjTnhr~W;7-amٮzvk>~+Iّ_/"hz`,|-߶F.+Ȫn饓夤>lY ++7_s()G|q3ծlp8w_[-a>I&$"8c ,!8W )|2>) o0#Q}ylp/mӟG[3w!Zendstream ++endobj ++3357 0 obj << ++/Type /Page ++/Contents 3358 0 R ++/Resources 3356 0 R ++/MediaBox [0 0 612 792] ++/Parent 3337 0 R ++/Annots [ 3361 0 R 3362 0 R 3363 0 R 3364 0 R 3365 0 R 3366 0 R ] ++>> endobj ++3361 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [315.7675 243.999 505.3748 254.903] ++/Rect [225.09 517.35 380.685 528.254] + /Subtype /Link +-/A << /S /GoTo /D (a00061_gac24c9e4bb2eab3e23b2039559adc9df8) >> ++/A << /S /GoTo /D (a00059_ga0) >> + >> endobj +-3767 0 obj << ++3362 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [187.8954 232.0439 262.3955 242.9478] ++/Rect [385.659 517.35 460.159 528.254] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3768 0 obj << ++3363 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [316.3983 232.0439 380.9257 242.9478] ++/Rect [184.578 505.395 275.117 516.299] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-3769 0 obj << ++3364 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [310.7862 172.6157 505.3748 182.5433] ++/Rect [222.352 466.541 389.563 477.445] + /Subtype /Link +-/A << /S /GoTo /D (a00061_ga22862f485346ae3b2ab7d052f538fc5f) >> ++/A << /S /GoTo /D (a00059_ga1) >> + >> endobj +-3770 0 obj << ++3365 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [187.8954 159.6842 262.3955 170.5882] ++/Rect [393.168 466.541 467.668 477.445] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3771 0 obj << ++3366 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [312.3227 159.6842 381.8314 170.5882] ++/Rect [189.559 454.586 254.087 465.49] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga37e35730fa7e775b5bb0afe893d6d508) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-3756 0 obj << +-/D [3754 0 R /XYZ 160.6675 686.127 null] ++3359 0 obj << ++/D [3357 0 R /XYZ 160.667 686.127 null] + >> endobj +-1118 0 obj << +-/D [3754 0 R /XYZ 160.6675 668.127 null] ++869 0 obj << ++/D [3357 0 R /XYZ 160.667 668.127 null] + >> endobj +-3757 0 obj << +-/D [3754 0 R /XYZ 160.6675 490.3289 null] ++314 0 obj << ++/D [3357 0 R /XYZ 160.667 668.127 null] + >> endobj +-1122 0 obj << +-/D [3754 0 R /XYZ 160.6675 481.0023 null] ++3360 0 obj << ++/D [3357 0 R /XYZ 160.667 536.3 null] + >> endobj +-3758 0 obj << +-/D [3754 0 R /XYZ 160.6675 400.5105 null] ++3367 0 obj << ++/D [3357 0 R /XYZ 160.667 417.266 null] + >> endobj +-3753 0 obj << +-/Font << /F28 1626 0 R /F14 2227 0 R /F50 2389 0 R /F54 2728 0 R /F22 1616 0 R /F44 2094 0 R /F40 2081 0 R /F56 2793 0 R >> ++3356 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 479 0 R /F11 489 0 R /F14 608 0 R /F40 469 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-3778 0 obj << +-/Length 1403 ++3370 0 obj << ++/Length 2627 + /Filter /FlateDecode + >> + stream +-xXKoFWHvgߛ4i6H-ӲPIte*}gKjW%m +-29{. )"FY6TF`z8[ p^ [qd+fXpr˲DGEpً#.3r>big~l_m׳jQGc +-XG7&~I43ҙѩ7JEP9W.8 +-P[ծI4wFX)Yi(!jtҝ!Bl*U^۽ "XT+޽gD6>,t^.օlChv/f&+WSd~߫vONPh*~uy]_Qt4UyW.H )b$5#g F5"p'fwIהht`]b1XVL4.6j@j VȠwR_5pQ$aF0h4^D_i, V*XNn=| N2E%֎O#[׉ _`j:tJ4,`".dR*# hX1DHݴ&V'_M Yľ*em0-Gn_xj^[K[jr߇mu M**P)0R`0!!LH0r :8!S2hpHe`\0ltxHx2G 9^jwbru$&T TCT`FqH_$,T|UD@ Oж3 !-5x偉z`$ݹ=H캸;Xv=H0Og; b/]R&_pHqCl h ϡJBu.BLлcx@¯Ad)ߎѿڏ#+C W  DA|TC_r*̍ ȔvS]?aIM:ӪUwn8J"ڝU0Pʁh-m^'ԪF=pq"R(lȺuR#^9'6:Ŭ>b8b 89\ ]$rSc_%naT=h*6=N<̱g0_2p>,Ff۪n9M˙ R.;':y 0G\=[p@5Jf~vB .$&7(Iu ZvC+\Kp(ƧЍU΃ź䕛>N r 8] 3 +-<9E|s&C^cmQ=;׌u֤X?aL endstream ++x[o#~_!/2pbGP!M/!@ڋ> {Ere>Zrw9K 봟! lA[0n&+K^YE*}}s.qZ,n>%1L.n~^W\ClN׌%yz7ݧ'. K&/7zsgPpϿ>Sœ[v%WXǫ_e'f%L'QC_6 ++y?t8ZVKfj4\>=mfKpt$Rf$;?]pS0X0Lil#]tn!ޑi,<68%Щt:'}bJgTpJ@,VB ++qxx*H3PX3^ yrF\ (0`pB1:#d>GVml/cE@^ Lz/_7YOf+e}].51(9EYN)ax 20:#Xv[rIȻ"q ]?6N'@Ca9~ ++omKE {nQ:_I|2:jԙ %)RŵRZ v3V!3S¨PEI,99*109-ۣL$:6:R7^Zj*#qZ OAɃ^Uz)&e.dL}(i%2aSJBc: w2.=R~fR)`.3+-D*1˜ a!#SD@E1^XМ; ++7%[}}:ɑVL18Ҝ~JSjg%gs5:-::4AɅ\FiQX!*%5+`ʢn:TܿΧka͌@Ci!ëff+#;؈VYjP 5)aAjNe h|`rNjsH UT Lm+w4΋m*zWo_?\ws%̠31;H(*O&@7eDǂt|Zw]6S13B}sb 38d!аGl)sM]ڊ5q%)LᘡU ++ ++1e4-[+Tb9urh}8_Xy4MRr^aPbh,hwyc%f)9Snx){y*yo Qr0*yBX>:~SJHF;0YqtļfpVY[]˶ۇn|[TCѱD Fo09N们F&1p*bprQ7ə"MFT@D> Mk'HL-Sp_ۄm~ =bV h%b{sjwe5;]}`rn $ :@PV.4Lcs0N[=\c‹)ۓ;p ++n _nK Wf/}|iB7׎/C43߯J?h铟x˦{ nq>649~~oGs^endstream + endobj +-3777 0 obj << ++3369 0 obj << + /Type /Page +-/Contents 3778 0 R +-/Resources 3776 0 R ++/Contents 3370 0 R ++/Resources 3368 0 R + /MediaBox [0 0 612 792] +-/Parent 3752 0 R +-/Annots [ 3782 0 R 3783 0 R 3784 0 R ] ++/Parent 3337 0 R ++/Annots [ 3373 0 R 3374 0 R 3375 0 R 3376 0 R 3377 0 R 3378 0 R 3379 0 R 3380 0 R 3381 0 R 3382 0 R 3383 0 R 3384 0 R 3385 0 R 3386 0 R 3387 0 R 3388 0 R 3389 0 R 3390 0 R 3391 0 R 3392 0 R 3393 0 R 3394 0 R 3395 0 R 3396 0 R 3397 0 R 3398 0 R 3399 0 R 3400 0 R 3401 0 R 3402 0 R 3403 0 R 3404 0 R 3405 0 R 3406 0 R 3407 0 R 3408 0 R 3409 0 R ] + >> endobj +-3782 0 obj << ++3373 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [241.5501 128.9839 370.0073 139.8878] ++/Rect [183.682 535.324 318.794 546.228] + /Subtype /Link +-/A << /S /GoTo /D (a00062_gae06cf330d2f0d9949feb52b146b7d136) >> ++/A << /S /GoTo /D (a00047_ga0) >> + >> endobj +-3783 0 obj << ++3374 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [377.0765 128.9839 451.5766 139.8878] ++/Rect [329.963 535.324 404.463 546.228] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3784 0 obj << ++3375 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [360.9036 117.0287 425.431 127.9327] ++/Rect [130.78 523.369 204.722 534.273] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> +->> endobj +-3779 0 obj << +-/D [3777 0 R /XYZ 106.8692 686.127 null] +->> endobj +-1126 0 obj << +-/D [3777 0 R /XYZ 106.8692 668.127 null] +->> endobj +-3774 0 obj << +-/D [3777 0 R /XYZ 106.8692 651.2329 null] +->> endobj +-1130 0 obj << +-/D [3777 0 R /XYZ 106.8692 651.2329 null] +->> endobj +-3772 0 obj << +-/D [3777 0 R /XYZ 253.0098 555.8495 null] +->> endobj +-1134 0 obj << +-/D [3777 0 R /XYZ 106.8692 538.8055 null] +->> endobj +-3775 0 obj << +-/D [3777 0 R /XYZ 248.0285 445.4356 null] +->> endobj +-1138 0 obj << +-/D [3777 0 R /XYZ 106.8692 428.3915 null] +->> endobj +-3773 0 obj << +-/D [3777 0 R /XYZ 253.0098 335.0216 null] +->> endobj +-1142 0 obj << +-/D [3777 0 R /XYZ 106.8692 317.9776 null] +->> endobj +-3780 0 obj << +-/D [3777 0 R /XYZ 251.1169 224.6077 null] +->> endobj +-1146 0 obj << +-/D [3777 0 R /XYZ 106.8692 206.4429 null] +->> endobj +-3781 0 obj << +-/D [3777 0 R /XYZ 106.8692 148.0747 null] +->> endobj +-3776 0 obj << +-/Font << /F28 1626 0 R /F50 2389 0 R /F14 2227 0 R /F54 2728 0 R /F22 1616 0 R /F44 2094 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-3788 0 obj << +-/Length 1567 +-/Filter /FlateDecode +->> +-stream +-xnFБKzJ:mi✒@`(Z"J*I gFJlAW)JLP56<]ݛ 0SjJ2:mKf_N~>P0 ߓO_t 콝` #b n&3JH8)'&PF19Hp+T#PD"ä GJJДЈHx佪 h+6=YU;PIջv!6\7[3U;63.:۶n]^v?MSǼ][ܻ}V֭jrψH)TĄgz[Gȁx̴J!M ؚ+DOQz"'!A* ؗs 1lN0ծzǽ0tꀬٜa,۲EUUnDRTtWtʻQlmo>c-SQ +-x;]z_X+7!㕀 sg_uMuFqŮg#<8g̡)fH+SPAPlg07À:G?௟ xl4h 1 \(bX᪏be|fmԃǴ]D.jK<Ӛ3> L<\ȑ`Gs>q]YCց v*z6]^W_8N^&_-. +-A$ N@![<\%M.Om]-jY4o;)ķ|8l9 $ज़t֟1}̓uZyIm؇C&X X^CNn +- )`+)*GҤl&m }6yZ7o:ҽֶOvi}o|EqGHcGp&1.Ovk= jKwUWl|.fyVXenr{u,P5q.Î.$J*r+v^[  P}ڂFTc$ \$! +-=P JN+='h4y7ʃ;_ kT|6](tX@O!/˃\fS8uz@F!~s C #;w#(hw8"N?Plđ Fz!CrуMҰ=;eiM] S{D8;ދ , D]a>ֽwP B'0_&6SƗť +-6~񅎌/Ԩ8C}{c)0 ?XG1R7@N0(N}!;a (3ܚFh9l"2 /2G^c /O*H4R3@Z1P9zB視Kr60:1'aEzd!?2:@7g`O32lRXs*oRg\w~f"})&85nwc!Dׯi^w 5d)V>_?~[,@:D_Çendstream +-endobj +-3787 0 obj << +-/Type /Page +-/Contents 3788 0 R +-/Resources 3786 0 R +-/MediaBox [0 0 612 792] +-/Parent 3752 0 R +-/Annots [ 3792 0 R 3793 0 R 3794 0 R 3795 0 R ] ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-3792 0 obj << ++3376 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [290.3721 342.9749 424.9163 353.8789] ++/Rect [183.985 484.882 318.49 495.786] + /Subtype /Link +-/A << /S /GoTo /D (a00063_ga2daaf1dd1a9a7f11ccbc6821374120e9) >> ++/A << /S /GoTo /D (a00047_ga1) >> + >> endobj +-3793 0 obj << ++3377 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [430.3267 342.9749 505.3748 353.8789] ++/Rect [329.811 484.882 404.311 495.786] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3794 0 obj << ++3378 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 331.0198 189.3399 341.9237] ++/Rect [130.78 472.927 204.722 483.831] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-3795 0 obj << ++3379 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [381.9859 331.0198 446.5132 341.9237] ++/Rect [155.965 434.44 207.77 445.344] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> +->> endobj +-3789 0 obj << +-/D [3787 0 R /XYZ 160.6675 686.127 null] +->> endobj +-1150 0 obj << +-/D [3787 0 R /XYZ 160.6675 617.5615 null] +->> endobj +-3785 0 obj << +-/D [3787 0 R /XYZ 160.6675 588.0618 null] +->> endobj +-1154 0 obj << +-/D [3787 0 R /XYZ 160.6675 588.0618 null] +->> endobj +-3790 0 obj << +-/D [3787 0 R /XYZ 194.7892 465.8168 null] +->> endobj +-1158 0 obj << +-/D [3787 0 R /XYZ 160.6675 432.8951 null] +->> endobj +-3791 0 obj << +-/D [3787 0 R /XYZ 160.6675 368.6243 null] +->> endobj +-1162 0 obj << +-/D [3787 0 R /XYZ 160.6675 271.9265 null] +->> endobj +-3796 0 obj << +-/D [3787 0 R /XYZ 160.6675 242.4268 null] ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1166 0 obj << +-/D [3787 0 R /XYZ 160.6675 242.4268 null] ++3380 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [208.268 434.44 290.509 445.344] ++/Subtype /Link ++/A << /S /GoTo /D (a00048_ga0) >> + >> endobj +-3797 0 obj << +-/D [3787 0 R /XYZ 194.7892 120.1818 null] ++3381 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [294.325 434.44 368.825 445.344] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3786 0 obj << +-/Font << /F28 1626 0 R /F40 2081 0 R /F56 2793 0 R /F50 2389 0 R /F54 2728 0 R /F22 1616 0 R /F44 2094 0 R >> +-/ProcSet [ /PDF /Text ] ++3382 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [163.813 395.953 215.618 406.857] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3800 0 obj << +-/Length 1921 +-/Filter /FlateDecode +->> +-stream +-xYێ6}WQj;۷^"HK@40[jK$gߡ(꾖@p83A~Acm}oF!j@jZ( Q8E.1qGeR&WE,W'3GP\ZcvuTf 48Deڥ]/w?a*l4:$Q"\tmO|~x*';fE=Uf39(UgLG/(6d*yx]ѰjK{ Q!LcWV%PjB*p(0i\HL#H"tT5p`#qccDSp}d/n= Q-"0@(AuNJ֬Z!Gd[,t/0d(Âc(֔`E4<;ܷB\Ѓ *=@B|:@jfвO=(a`㿒-c!c!w@~y 0DcQ.p_@Z ~x¹8CP Tmk)dg(I,✥$=y}x XJ)Qcg\ZSMњѿ?:gl˽~OⳆ(~x*TxX(X8eo=\ǘ]NDѴS \?!smYFuŮQLf RsBn8\8jBҰf`T1qӧ͇lo@k=a=e0ЬvVw0ZAjH-k:HiBG} S`5v=YA~±>sKQ#5cR052XJ|IUqiOLXAt?hW&ҦOt3@ Bf~9jpׇk˙5WܪI"I5,Wt^ኙuWmĕWnuʭ1pq?ghέd +-Y蛆,hb,bWȢ{,qq#\-W1v0`uw5Rst+oo`CV} otu\F iGni P)nnb7 '򆛬y"C!_&GSilex_Sѧ`$at:a(]]DXhsƗu8ߖ mw-;/PQaaaֿ;P:K| {r?n}'G_gݤWO!Nendstream +-endobj +-3799 0 obj << +-/Type /Page +-/Contents 3800 0 R +-/Resources 3798 0 R +-/MediaBox [0 0 612 792] +-/Parent 3752 0 R +-/Annots [ 3803 0 R 3804 0 R 3805 0 R 3806 0 R 3810 0 R 3811 0 R 3812 0 R 3813 0 R 3814 0 R 3815 0 R 3816 0 R 3817 0 R ] ++3383 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [223.964 395.953 365.413 406.857] ++/Subtype /Link ++/A << /S /GoTo /D (a00048_ga1) >> + >> endobj +-3803 0 obj << ++3384 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [245.809 590.3592 368.0397 601.2632] ++/Rect [377.076 395.953 451.577 406.857] + /Subtype /Link +-/A << /S /GoTo /D (a00064_gaa8ea979ce3a9b8c70ae80bc5716a0fbe) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3804 0 obj << ++3385 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [376.5285 590.3592 451.5766 601.2632] ++/Rect [239.262 383.998 291.067 394.902] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3805 0 obj << ++3386 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 578.4041 135.5416 589.308] ++/Rect [156.523 345.512 208.329 356.415] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3806 0 obj << ++3387 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [387.0492 578.4041 451.5766 589.308] ++/Rect [209.385 345.512 345.853 356.415] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> ++/A << /S /GoTo /D (a00048_ga2) >> + >> endobj +-3810 0 obj << ++3388 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [255.2536 235.6957 405.2997 246.5996] ++/Rect [350.227 345.512 424.727 356.415] + /Subtype /Link +-/A << /S /GoTo /D (a00065_ga87f4746d0cad579ce4e86b98088f22a1) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3811 0 obj << ++3389 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [416.9367 235.6957 451.5766 246.5996] ++/Rect [153.196 333.556 227.138 344.46] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-3812 0 obj << ++3390 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 223.7405 175.9499 234.6444] ++/Rect [249.773 333.556 301.578 344.46] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3813 0 obj << ++3391 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [267.4064 223.7405 331.9338 234.6444] ++/Rect [155.958 295.07 207.763 305.974] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3814 0 obj << ++3392 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [246.1155 172.1925 408.3457 183.0964] ++/Rect [208.254 295.07 333.514 305.974] + /Subtype /Link +-/A << /S /GoTo /D (a00065_ga2ff7763b9c2c5975f9a2e3d638351535) >> ++/A << /S /GoTo /D (a00048_ga3) >> + >> endobj +-3815 0 obj << ++3393 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [416.9367 172.1925 451.5766 183.0964] ++/Rect [337.323 295.07 411.823 305.974] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3816 0 obj << ++3394 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 160.2373 175.9499 171.1413] ++/Rect [196.363 283.114 248.169 294.018] + /Subtype /Link +-/A << /S /GoTo /D (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3817 0 obj << ++3395 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [318.883 160.2373 383.4104 171.1413] ++/Rect [157.203 244.628 209.008 255.532] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> +->> endobj +-3801 0 obj << +-/D [3799 0 R /XYZ 106.8692 686.127 null] +->> endobj +-1170 0 obj << +-/D [3799 0 R /XYZ 106.8692 668.127 null] +->> endobj +-3802 0 obj << +-/D [3799 0 R /XYZ 106.8692 615.656 null] +->> endobj +-1174 0 obj << +-/D [3799 0 R /XYZ 106.8692 508.5016 null] +->> endobj +-3807 0 obj << +-/D [3799 0 R /XYZ 106.8692 479.1606 null] +->> endobj +-1178 0 obj << +-/D [3799 0 R /XYZ 106.8692 479.1606 null] +->> endobj +-3808 0 obj << +-/D [3799 0 R /XYZ 106.8692 357.0742 null] +->> endobj +-1182 0 obj << +-/D [3799 0 R /XYZ 106.8692 327.1028 null] +->> endobj +-3809 0 obj << +-/D [3799 0 R /XYZ 106.8692 260.9925 null] +->> endobj +-3798 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F14 2227 0 R /F40 2081 0 R /F56 2793 0 R /F50 2389 0 R /F54 2728 0 R /F44 2094 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-3822 0 obj << +-/Length 1018 +-/Filter /FlateDecode +->> +-stream +-xڥVn6}߯УX[/qnZ8b+kki+ikw(RVp83 P(e"t߯hý+2(M~ZpLbUL%WS]hX\j1fAuq;IR{WuۮՇջƉ&I43_&aE JZܯx+_}Z9GTZX)Qi(!pA`48VyڲgInaajT92n6w:ߔվ\X+h7ۦ\)dOM~8 GRI!Є3D>zwtdI'&fat`]sYpP0"-eQXrłZL2``Y,)I:[ojJP) FL2,Q> endobj +-3823 0 obj << +-/D [3821 0 R /XYZ 160.6675 686.127 null] +->> endobj +-1186 0 obj << +-/D [3821 0 R /XYZ 160.6675 668.127 null] +->> endobj +-3818 0 obj << +-/D [3821 0 R /XYZ 160.6675 651.2962 null] +->> endobj +-1190 0 obj << +-/D [3821 0 R /XYZ 160.6675 651.2962 null] +->> endobj +-3819 0 obj << +-/D [3821 0 R /XYZ 299.6151 555.9763 null] +->> endobj +-1194 0 obj << +-/D [3821 0 R /XYZ 160.6675 539.2491 null] +->> endobj +-3820 0 obj << +-/Font << /F28 1626 0 R /F50 2389 0 R /F54 2728 0 R /F22 1616 0 R /F44 2094 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-3826 0 obj << +-/Length 831 +-/Filter /FlateDecode +->> +-stream +-xڭVMo8W>h!_bi @[[*\9e_ߡ))rXva{GzPH~@i۠P9Q▟}ICL?O<-H0^jQ 8.^W^( *#f7R9pΐ-L.wML eimOH4Q y3fW6$ufT'CMVdV N RN?Wj}j4ݫWy˘Ƕ ZD/tHd@AT"ob6U5D`Mn N&b{꫔x=kP]O울LL4 {VQԋ.WEk7ixK<#:{D޵}%`y5$sN*D9') K=,9ﳳɟ|Jh&vn1Ԩk&|r-ɦrx~$=l4C3􇺻z[qq EhڏgÏ8M.YY +-x~֧)4ExɊ#`mot89yL;9G':H=F;&ݓCё(ҡXiCdaU=$w6Ξ_`'R9cI`mOcWe(nw$ܮ!G:>H\1}ߛelՊۼ-7ݠSmXhD#=G endstream +-endobj +-3825 0 obj << +-/Type /Page +-/Contents 3826 0 R +-/Resources 3824 0 R +-/MediaBox [0 0 612 792] +-/Parent 3832 0 R +-/Annots [ 3829 0 R 3830 0 R 3831 0 R ] ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3829 0 obj << ++3396 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [166.4854 316.6488 183.9695 326.5765] ++/Rect [210.745 244.628 331.023 255.532] + /Subtype /Link +-/A << /S /GoTo /D (a00010_a3c68235220554308f89768f281ad1e62) >> ++/A << /S /GoTo /D (a00048_ga4) >> + >> endobj +-3830 0 obj << ++3397 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [169.2451 267.3387 193.3744 278.2427] ++/Rect [336.077 244.628 410.577 255.532] + /Subtype /Link +-/A << /S /GoTo /D (a00010_a5c8f7f39193736c2187ed626940835d5) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3831 0 obj << ++3398 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [169.2451 219.0049 201.6729 229.9089] ++/Rect [130.78 232.673 204.722 243.577] + /Subtype /Link +-/A << /S /GoTo /D (a00010_a801e8a668e28caf06c8b88e9ae5c10db) >> +->> endobj +-3827 0 obj << +-/D [3825 0 R /XYZ 106.8692 686.127 null] +->> endobj +-1198 0 obj << +-/D [3825 0 R /XYZ 106.8692 668.127 null] +->> endobj +-2526 0 obj << +-/D [3825 0 R /XYZ 106.8692 482.1451 null] +->> endobj +-1202 0 obj << +-/D [3825 0 R /XYZ 106.8692 482.1451 null] ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-3828 0 obj << +-/D [3825 0 R /XYZ 106.8692 339.3622 null] +->> endobj +-1206 0 obj << +-/D [3825 0 R /XYZ 106.8692 166.2807 null] +->> endobj +-3824 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F44 2094 0 R /F11 2105 0 R /F40 2081 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-3838 0 obj << +-/Length 981 +-/Filter /FlateDecode +->> +-stream +-xڥVM6W>F AYߒ`i[V2_%ʒW7] <μ>( ERZF(LGF[qͼ3ޭ&~`&*զ _f6.*͙ӛ<$աfiY${WqUZ͌3FkiB (kYt?# Mn&w.{_ֱK*FX)PB4'SJRϜ$43A@mZ_ǬHnqUŢYId皵bvծ"iͼb<23b$} 4w􇻎}o^7.rvWJV?eo:̞C]oMk +-wҦ(jۄjg@qarWU(̦,^eY1crf+,s=)$ʘ2;fMZʘ|P"-Vr`u-. B]G z]VK^$@siWZ꠹6P@+o9kv׌<2usỸ$Q  +-[BI|MD-4!rC.hd9BgQ̭ͣ*dݪoH,J!'Aﹸ$0H0t:]tUfa/>)Ӈ¸p9q1H鱽F9/@< ki BS JސT ɦ]S +-vD =X5mA5OF0 f[P+; P1}=gYZ= !/@P;>.9MkG%Mendstream +-endobj +-3837 0 obj << +-/Type /Page +-/Contents 3838 0 R +-/Resources 3836 0 R +-/MediaBox [0 0 612 792] +-/Parent 3832 0 R +-/Annots [ 3841 0 R ] +->> endobj +-3841 0 obj << ++3399 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [223.0433 286.3584 247.1727 297.2624] ++/Rect [227.357 232.673 279.162 243.577] + /Subtype /Link +-/A << /S /GoTo /D (a00011_ad914eac61c77481e1b7037877bcc5579) >> +->> endobj +-3839 0 obj << +-/D [3837 0 R /XYZ 160.6675 686.127 null] ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1210 0 obj << +-/D [3837 0 R /XYZ 160.6675 668.127 null] ++3400 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [157.664 194.186 209.469 205.09] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3834 0 obj << +-/D [3837 0 R /XYZ 160.6675 651.1645 null] ++3401 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [211.667 194.186 343.571 205.09] ++/Subtype /Link ++/A << /S /GoTo /D (a00048_ga5) >> + >> endobj +-1214 0 obj << +-/D [3837 0 R /XYZ 160.6675 651.1645 null] ++3402 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [349.086 194.186 423.586 205.09] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3835 0 obj << +-/D [3837 0 R /XYZ 160.6675 607.0459 null] ++3403 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [238.839 167.794 309.065 177.699] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_gga1a13) >> + >> endobj +-1218 0 obj << +-/D [3837 0 R /XYZ 160.6675 591.817 null] ++3404 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [155.373 143.744 207.178 154.648] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3833 0 obj << +-/D [3837 0 R /XYZ 160.6675 549.7118 null] ++3405 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [207.084 143.744 297.474 154.648] ++/Subtype /Link ++/A << /S /GoTo /D (a00048_ga6) >> + >> endobj +-1222 0 obj << +-/D [3837 0 R /XYZ 160.6675 534.4828 null] ++3406 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [300.698 143.744 375.198 154.648] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2527 0 obj << +-/D [3837 0 R /XYZ 160.6675 442.6605 null] ++3407 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [416.937 143.744 451.577 154.648] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1226 0 obj << +-/D [3837 0 R /XYZ 160.6675 434.5737 null] ++3408 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [130.78 131.789 153.255 142.693] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3840 0 obj << +-/D [3837 0 R /XYZ 160.6675 305.6011 null] ++3409 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [183.631 131.789 235.436 142.693] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1230 0 obj << +-/D [3837 0 R /XYZ 160.6675 248.087 null] ++3371 0 obj << ++/D [3369 0 R /XYZ 106.869 686.127 null] + >> endobj +-1234 0 obj << +-/D [3837 0 R /XYZ 160.6675 186.6036 null] ++870 0 obj << ++/D [3369 0 R /XYZ 106.869 668.127 null] + >> endobj +-3842 0 obj << +-/D [3837 0 R /XYZ 160.6675 162.1436 null] ++318 0 obj << ++/D [3369 0 R /XYZ 106.869 668.127 null] + >> endobj +-1238 0 obj << +-/D [3837 0 R /XYZ 160.6675 162.1436 null] ++3372 0 obj << ++/D [3369 0 R /XYZ 106.869 554.09 null] + >> endobj +-3836 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F44 2094 0 R /F11 2105 0 R /F40 2081 0 R >> ++3368 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 479 0 R /F11 489 0 R /F40 469 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-3845 0 obj << +-/Length 2044 ++3412 0 obj << ++/Length 3070 + /Filter /FlateDecode + >> + stream +-xڵZێ6}Wkk.A.f \7/Ipj[,ulyޯOQ$Քe=nsXUÏL HKCRKDv<&,zE$߿zjTNoc])TT5WwW;/sgE* b3Bo&]L֓'?k F`D H&3pp||߫v^ +- مЋymnV]Q˶ljwٻv[! +-iNlol/b7lUU3bv*덻3ƴ*^#c1lr]7X'mv?S*FvDprvAJ 3 m\RrdT30DG%D 2LN{Sܻ桩ͣykjS +-(% +-I^Uǵ7}b\7ytXtXt) M8v!.@.]x}|(nsO)UQ"zJ!Hxjyg#Lϟ1@7T`3 +-@)1x4x?-O5ܓ1pn+>xQl /#lʥD ZؼRM% IeA,H2ʬc}(75$s +-#ʁ-CIs^Z/mYÚG1a$Rt4Ie qF fG~Ŭc9ax(WʝuFٝݝ89Gׇ-J`byF +-SMa]m{G ؠ0b#lӚ3:h%#UL:<*EHAs8SI[J~ ..e +-Tf RYFM Ill^^Bmċ)92v!93 +-r byF +-SMcw`9M{1kDOȠ˄ +-js s9{);}n; k>pwj0\8mVuG]Y-% fXݍ;[uԨ{tn(D(ۿ9l#yKoܙw_Use 䜾zI Xv{vPVg0|bG*f808HE8H V {OcQ +-lA[ 9y؇7jbY*֊y +-W3D1h ;Vwnnf#bh;Fzq)H&Ajl|TaŠ_j0h^xzAZ[t+i 0((|!z Rs\! μ>WA ?jrcփK j%T&U$bvu͙K% 8dk b,nA/xbb|1SLGOs5?d&DZ}&l蕅"k*YB|XgR^WGrs{ ++vT.Tn;߻k̞~wڻ[f~m[}\higz .Cog<" ++nY1K ,G }J}dkأDŽ3:F-.ƙ3iyʪ [/U(`٢#0_ uJi+Gă ĉk t SU4A]>d& ++PKp۟i1@&M+԰!_PC9;8uftH%ȉrLxi`sB%}M&z ikӻPD$D+RL3LOCQ±S{zg7s*UR( z ++%'),$c5B ++# .TѰUb)%rSGMMD#ܛ404u (Sߔ wc#݉%L0tu.t(I =Jݤ:Qg&tܩH+Fe)hO j SE ++"*zx* Gs1N "7`G:h|gT dw);G`:Ù)fdkY5QBg1jBddgЃ1`q_ W'"z1ܞ ++Ja&)@0$hR"I`P,X0ʛ9}դ%& UB(C %D'bB2s0*$v]K ;eNr0sz1)#ߵ/ bЀ /C UtθsI߬ uU) D%k:&\pK)(yn(7֧ĂeѤ1s3֋'8'+`PP9Iv,hrLNBm.tX\_x!%`6h5%:*kpB˙ѨzMr0=%D\)Ki^{@ԙɪZp;`Pr {ӸsF z+DUz;bcBofԖRQF=J~MXۼR7xS0Em!bv19+SkG&3艞kFcᦤz*̭T%StUu#2U(ufK+,Ɍ8[*[Z>|IkZa*vmz TXf=8y,t[NG!p[iFoUq-S*ё-)7{4En\!lC$.66zIgS1R.|.&^ʅ '/5/VmTʦ_z{Go"Kڪͭ ԕn@&a+Ch97Y{;`prt;JL`γ4i.k|&n =Wt S]%InJg)5ͷH`i2qXh9 _xuxv,QFOȣOPdS%޷"|endstream + endobj +-3844 0 obj << ++3411 0 obj << + /Type /Page +-/Contents 3845 0 R +-/Resources 3843 0 R ++/Contents 3412 0 R ++/Resources 3410 0 R + /MediaBox [0 0 612 792] +-/Parent 3832 0 R +-/Annots [ 3848 0 R 3849 0 R 3850 0 R 3851 0 R 3852 0 R 3853 0 R 3854 0 R 3855 0 R 3856 0 R 3857 0 R 3858 0 R 3859 0 R 3860 0 R 3861 0 R 3862 0 R ] ++/Parent 3337 0 R ++/Annots [ 3414 0 R 3415 0 R 3416 0 R 3417 0 R 3418 0 R 3419 0 R 3420 0 R 3421 0 R 3422 0 R 3423 0 R 3424 0 R 3425 0 R 3426 0 R 3427 0 R 3428 0 R 3429 0 R 3430 0 R 3431 0 R 3432 0 R 3433 0 R 3434 0 R 3435 0 R 3436 0 R 3437 0 R 3438 0 R 3439 0 R 3440 0 R 3441 0 R 3442 0 R 3443 0 R 3444 0 R 3445 0 R 3446 0 R 3447 0 R 3448 0 R 3449 0 R 3450 0 R 3451 0 R 3452 0 R 3453 0 R 3454 0 R 3455 0 R 3456 0 R 3457 0 R 3458 0 R 3459 0 R 3460 0 R 3461 0 R 3462 0 R ] + >> endobj +-3848 0 obj << ++3414 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 489.0053 204.7217 499.9092] ++/Rect [209.629 641.761 261.435 652.665] + /Subtype /Link +-/A << /S /GoTo /D (a00035_gacd37bb612667dc437d66bfb175a8dc55) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3849 0 obj << ++3415 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [205.2199 489.0053 224.3679 499.9092] ++/Rect [261.799 641.761 401.036 652.665] + /Subtype /Link +-/A << /S /GoTo /D (a00012_acc4f0803f244867e68fe0036800be5de) >> ++/A << /S /GoTo /D (a00048_ga7) >> + >> endobj +-3850 0 obj << ++3416 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [169.2451 450.5315 207.0631 461.4354] ++/Rect [404.717 641.761 479.217 652.665] + /Subtype /Link +-/A << /S /GoTo /D (a00012_a61a7a80a68eaccbaaa28269e678c81a9) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3851 0 obj << ++3417 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [157.8878 414.115 181.4592 422.9617] ++/Rect [206.994 629.806 258.799 640.71] + /Subtype /Link +-/A << /S /GoTo /D (a00012_abb709ec38f2970677e4e57d1d30be96d) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3852 0 obj << ++3418 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [155.4068 373.584 246.5045 384.4879] ++/Rect [281.992 629.806 333.797 640.71] + /Subtype /Link +-/A << /S /GoTo /D (a00016) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3853 0 obj << ++3419 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [247.0026 373.584 282.2003 384.4879] ++/Rect [224.987 590.354 327.153 601.258] + /Subtype /Link +-/A << /S /GoTo /D (a00012_a1dc830816716213b5f797e4052487864) >> ++/A << /S /GoTo /D (a00048_ga8) >> + >> endobj +-3854 0 obj << ++3420 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [155.9651 335.1102 228.2434 346.0141] ++/Rect [332.076 590.354 406.576 601.258] + /Subtype /Link +-/A << /S /GoTo /D (a00013) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3855 0 obj << ++3421 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [236.2135 335.1102 251.4859 346.0141] ++/Rect [453.57 590.354 505.375 601.258] + /Subtype /Link +-/A << /S /GoTo /D (a00012_accd40e29f71f19e88db62ea3df02adc8) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3856 0 obj << ++3422 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [169.2451 296.6364 193.3744 307.5404] ++/Rect [202.291 578.399 254.097 589.303] + /Subtype /Link +-/A << /S /GoTo /D (a00012_a9d82690370275d42d652eccdea5d3ee5) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3857 0 obj << ++3423 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [169.2451 258.1626 225.3243 269.0666] ++/Rect [220.623 538.947 272.429 549.85] + /Subtype /Link +-/A << /S /GoTo /D (a00012_a0d07fb7b8935e137c94d75a3eb492ae9) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3858 0 obj << ++3424 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [159.2825 208.73 194.0816 219.6339] ++/Rect [283.787 538.947 456.059 549.85] + /Subtype /Link +-/A << /S /GoTo /D (a00012_a68766f0b1c4d61b5bad87e3b81dacfde) >> ++/A << /S /GoTo /D (a00049_ga0) >> + >> endobj +-3859 0 obj << ++3425 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [155.4068 170.2562 199.4613 181.1601] ++/Rect [470.735 538.947 505.375 549.85] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3860 0 obj << ++3426 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [207.4315 170.2562 257.4236 181.1601] ++/Rect [184.578 526.991 229.748 537.895] + /Subtype /Link +-/A << /S /GoTo /D (a00012_a85a788017457129589318b6c39451acf) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3861 0 obj << ++3427 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [155.4068 131.7824 199.4613 142.6863] ++/Rect [270.007 526.991 360.547 537.895] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-3862 0 obj << ++3428 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [207.4315 131.7824 257.8719 142.6863] ++/Rect [197.301 487.539 352.966 498.443] + /Subtype /Link +-/A << /S /GoTo /D (a00012_ac715989f55ff5a0eb6be2969ee477ec0) >> +->> endobj +-3846 0 obj << +-/D [3844 0 R /XYZ 106.8692 686.127 null] +->> endobj +-2528 0 obj << +-/D [3844 0 R /XYZ 106.8692 626.0223 null] +->> endobj +-1242 0 obj << +-/D [3844 0 R /XYZ 106.8692 617.7115 null] ++/A << /S /GoTo /D (a00049_ga1) >> + >> endobj +-3847 0 obj << +-/D [3844 0 R /XYZ 106.8692 507.765 null] +->> endobj +-3843 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F44 2094 0 R /F11 2105 0 R /F40 2081 0 R /F14 2227 0 R /F56 2793 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-3875 0 obj << +-/Length 2187 +-/Filter /FlateDecode +->> +-stream +-xڽms6S]CߵK:Mu_%-16[Yt)ڎ߂ hP:)zr\d?2'#)K-j5imV*b;IK E|\+bыY-WTůuu%ыܝz[o]E[~iϋNBZ E +-} #f#|C3 ğ~sHpGTaX G]pa9S a&L+fl~?Q* 'p7 A!Bq oaXJ0~X5%Й Z7r}Y^> (;AdD) c6)|e[Ĩ|wY k +-J#& \l"W21 iuSIs< \^ fVƋZ2!c01X?z)0+i/Q-Xe>}u~>C4m@ "rܛ . +-˜Omn5ն]_VŐcY0az#I~gf&_Rʱعw ,9^G[@j_ FV.BVAi)x eUszR"IN~gaq}&\?0;EG\?67u%~Նr֗-R!qa BNC>nX +-֪ia:B*ߖi6?1DPܐ3 mJ1cv̆qS"Oa6aw"g1fvZACYL0k$&Yf Tufngo?Ey? ^^5|Lۙ% FM&'&qCVEV@a+H'[(JU2^Ymov]U]IH@KJ@4Omptf J2+0n#O'q CI4d|d(P xT~==`Ja'NB%t&ƨfV?6=;6b +-Ov#\1VsjE>G0l1ǐ XT0fi1q;ø){`0;Xc{d8u~ژ6 +-c?ØW~'#B=r|n ]qNyCofտ^ \rZ)Ya x0ݲ*#LeL!XyFyBkX>L$OԈ[c'R;3+mns?nw6ݓհ#,'E]dZvԒh0̍J my*cE ,[9' :$ZøVyG+Թ޳KP_ ,u6QqeR&\E'z28XOh;Q˜ԓάY}uigl[,]=wکQ~ja5JחzTZW遴~\<nx3JT¥5%zrgPr#U̎oQO@AsMmC5toL|/CRDPiQ3EY5, Ku&r`2 em; +- '"*V0r`S[p9dX@B"g(sX4+{ҔYՏ.'l9.n=~SL?Q>}Pen=fx_½{fn`//a1XZŭoendstream +-endobj +-3874 0 obj << +-/Type /Page +-/Contents 3875 0 R +-/Resources 3873 0 R +-/MediaBox [0 0 612 792] +-/Parent 3832 0 R +-/Annots [ 3877 0 R 3878 0 R 3879 0 R 3880 0 R 3881 0 R 3882 0 R 3883 0 R 3884 0 R 3885 0 R 3886 0 R 3887 0 R 3888 0 R 3889 0 R 3890 0 R 3891 0 R 3892 0 R 3893 0 R 3894 0 R 3895 0 R 3896 0 R 3897 0 R 3898 0 R 3899 0 R 3900 0 R 3901 0 R ] ++3429 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [356.494 487.539 430.994 498.443] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3877 0 obj << ++3430 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [209.2051 641.8819 253.2596 652.7859] ++/Rect [470.735 487.539 505.375 498.443] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-3878 0 obj << ++3431 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [261.2297 641.8819 288.1186 652.7859] ++/Rect [184.578 475.584 245.788 486.488] + /Subtype /Link +-/A << /S /GoTo /D (a00012_adc494f6aed939992be1c55cca5822900) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-3879 0 obj << ++3432 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [223.0433 602.6718 274.8485 613.5758] ++/Rect [262.335 475.584 314.141 486.488] + /Subtype /Link +-/A << /S /GoTo /D (a00012_aaa6043eee6f55869933c1d974efd9acd) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3880 0 obj << ++3433 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [209.2051 563.4617 253.2596 574.3657] ++/Rect [216.555 436.132 268.36 447.036] + /Subtype /Link + /A << /S /GoTo /D (a00012) >> + >> endobj +-3881 0 obj << ++3434 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [261.2297 563.4617 312.3376 574.3657] ++/Rect [275.651 436.132 460.127 447.036] + /Subtype /Link +-/A << /S /GoTo /D (a00012_a7f2343ed476fe4942e6fffd4cade1b40) >> ++/A << /S /GoTo /D (a00049_ga2) >> + >> endobj +-3882 0 obj << ++3435 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [209.2051 524.2516 253.2596 535.1556] ++/Rect [470.735 436.132 505.375 447.036] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3883 0 obj << ++3436 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [261.2297 524.2516 312.7858 535.1556] ++/Rect [184.578 424.177 229.748 435.081] + /Subtype /Link +-/A << /S /GoTo /D (a00012_a7b89e8c189876c0158a9282aaaf17f50) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3884 0 obj << ++3437 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [223.0433 485.0415 243.2971 495.9455] ++/Rect [273.638 424.177 364.177 435.081] + /Subtype /Link +-/A << /S /GoTo /D (a00012_aac3f6da35c9b57599909a44ce2b716c1) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-3885 0 obj << ++3438 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [209.2051 445.8314 253.2596 456.7354] ++/Rect [453.57 424.177 505.375 435.081] + /Subtype /Link + /A << /S /GoTo /D (a00012) >> + >> endobj +-3886 0 obj << ++3439 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [266.211 445.8314 300.8508 456.7354] ++/Rect [218.215 372.77 270.021 383.674] + /Subtype /Link +-/A << /S /GoTo /D (a00012_a04d05403da37bfe17cd63b7c7dd07b1f) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3887 0 obj << ++3440 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [209.2051 406.6213 253.2596 417.5253] ++/Rect [278.971 372.77 458.467 383.674] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00049_ga3) >> + >> endobj +-3888 0 obj << ++3441 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [261.2297 406.6213 303.6301 417.5253] ++/Rect [470.735 372.77 505.375 383.674] + /Subtype /Link +-/A << /S /GoTo /D (a00012_af51d08a0a79dba517c06c5afedc8d2dc) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3889 0 obj << ++3442 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [209.2051 367.4112 253.2596 378.3151] ++/Rect [184.578 360.815 229.748 371.718] + /Subtype /Link +-/A << /S /GoTo /D (a00012) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3890 0 obj << ++3443 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [261.2297 367.4112 301.9663 378.3151] ++/Rect [283.18 360.815 373.72 371.718] + /Subtype /Link +-/A << /S /GoTo /D (a00012_a84bd65634dbc55f4158b74443a9bd04f) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-3891 0 obj << ++3444 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [212.0548 330.2584 247.2424 339.105] ++/Rect [403.441 360.815 477.383 371.718] + /Subtype /Link +-/A << /S /GoTo /D (a00012_a76fd3ac94401cf32dfccc3a3a8de68a5) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-3892 0 obj << ++3445 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 288.991 249.1053 299.8949] ++/Rect [184.578 348.859 236.383 359.763] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3893 0 obj << ++3446 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [249.6034 288.991 277.0501 299.8949] ++/Rect [210.597 309.407 262.403 320.311] + /Subtype /Link +-/A << /S /GoTo /D (a00012_a67925e0f2c47f50408fbdb9bddd0790f) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3894 0 obj << ++3447 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 249.7809 249.1053 260.6848] ++/Rect [263.735 309.407 426.225 320.311] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> ++/A << /S /GoTo /D (a00049_ga4) >> + >> endobj +-3895 0 obj << ++3448 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [249.6034 249.7809 318.554 260.6848] ++/Rect [430.875 309.407 505.375 320.311] + /Subtype /Link +-/A << /S /GoTo /D (a00012_a91788a9da687beb7224cc1fd7b75208c) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3896 0 obj << ++3449 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 210.5708 249.1053 221.4747] ++/Rect [224.339 297.452 314.878 308.356] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-3897 0 obj << ++3450 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [249.6034 210.5708 306.9378 221.4747] ++/Rect [212.075 258 263.881 268.904] + /Subtype /Link +-/A << /S /GoTo /D (a00012_a8842d56c2975380f327ea401c5f53564) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3898 0 obj << ++3451 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 171.3607 249.1053 182.2646] ++/Rect [266.691 258 424.199 268.904] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) >> ++/A << /S /GoTo /D (a00049_ga5) >> + >> endobj +-3899 0 obj << ++3452 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [249.6034 171.3607 313.3237 182.2646] ++/Rect [430.327 258 505.375 268.904] + /Subtype /Link +-/A << /S /GoTo /D (a00012_afa3c59a6dd3da8ffa48710780a1bfb34) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3900 0 obj << ++3453 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [184.5779 133.1268 254.0866 143.0545] ++/Rect [184.578 246.045 189.34 256.949] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga37e35730fa7e775b5bb0afe893d6d508) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3901 0 obj << ++3454 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [254.5847 133.1268 287.0128 143.0545] ++/Rect [229.599 246.045 320.138 256.949] + /Subtype /Link +-/A << /S /GoTo /D (a00012_a08f0d0e16c619a6e653526cbee4ffea3) >> +->> endobj +-3876 0 obj << +-/D [3874 0 R /XYZ 160.6675 686.127 null] +->> endobj +-3873 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F14 2227 0 R /F40 2081 0 R /F56 2793 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-3918 0 obj << +-/Length 1842 +-/Filter /FlateDecode +->> +-stream +-xڽYY6~[@6M ) ZV KlC )K>I15q.jٜ?6g4":2|0͌aŌyeϴp|=9sCLģP!1@\[0IŒ+X?ezS~ǫjo읭.^"Kf ŇW_{S*VΒg> +-~5D>%f&s |v59^=Q̗Ty}҄K*"SþO*J"LZ8I!>\yHUU[Sl{s"MF4ZS|M>MJۢ s_qL!P GO'j`?c¾>PoҲ- +- 0No<'ZvF+xcǁe5ڔ7>d`QR&Rj/eERxf$Cn=uZe&+ gQRN΍BW!!"!"ǦܖyyD&RPxY8-52oں)~pw7*{ͤppzA]%W%n|nk[&AV]AB6 rǂ{,g(QM2Bb(Pmq_//nB)xϷِ9>l2u]V88i~94oaqO,AgHK%s +-$7ثe۝{&.kM*lUu0.0#kT &[Eo줺6 #&MVdѪ6/ʍEjwq6P6?̰bx܌[u9-ksaTxt[b}5">#\F L-nD\!۱R0SHKke0!PQZN/r}BWN@ޮ mlͪ\Inl"G m$%11>*cT\lT]v5Lk&a2t Q;HN  }ij(m@&>) +-]f; Iuo)T: V%z`|XrRűt 0w @8QݕJ|\endstream +-endobj +-3917 0 obj << +-/Type /Page +-/Contents 3918 0 R +-/Resources 3916 0 R +-/MediaBox [0 0 612 792] +-/Parent 3832 0 R +-/Annots [ 3920 0 R 3921 0 R 3922 0 R 3923 0 R 3924 0 R 3925 0 R 3926 0 R ] ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-3920 0 obj << ++3455 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 641.736 200.2883 652.6399] ++/Rect [336.686 246.045 410.628 256.949] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga37e35730fa7e775b5bb0afe893d6d508) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-3921 0 obj << ++3456 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [200.7864 641.736 274.7184 652.6399] ++/Rect [249.897 206.593 426.225 217.497] + /Subtype /Link +-/A << /S /GoTo /D (a00012_ac38c4012127525ef74c5615c526f4c2e) >> ++/A << /S /GoTo /D (a00049_ga6) >> + >> endobj +-3922 0 obj << ++3457 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [130.7796 603.2102 200.2883 613.1379] ++/Rect [430.875 206.593 505.375 217.497] + /Subtype /Link +-/A << /S /GoTo /D (a00034_ga37e35730fa7e775b5bb0afe893d6d508) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3923 0 obj << ++3458 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [200.7864 603.2102 269.4881 613.1379] ++/Rect [224.339 194.638 314.878 205.542] + /Subtype /Link +-/A << /S /GoTo /D (a00012_a19e3d0a5951a7510fc4fc4722a9bf531) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-3924 0 obj << ++3459 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [155.4068 562.7319 229.349 573.6358] ++/Rect [226.098 155.186 397.444 166.09] + /Subtype /Link +-/A << /S /GoTo /D (a00014) >> ++/A << /S /GoTo /D (a00049_ga7) >> + >> endobj +-3925 0 obj << ++3460 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [237.3191 562.7319 259.2367 573.6358] ++/Rect [402.922 155.186 477.422 166.09] + /Subtype /Link +-/A << /S /GoTo /D (a00012_ad59bcd73a10260a0e239be5c4b5888bb) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3926 0 obj << ++3461 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [169.2451 523.2298 218.2808 534.1338] ++/Rect [203.856 143.23 294.395 154.134] + /Subtype /Link +-/A << /S /GoTo /D (a00012_a9843acc28cfbba903b63ea14b137ff70) >> +->> endobj +-3919 0 obj << +-/D [3917 0 R /XYZ 106.8692 686.127 null] +->> endobj +-1246 0 obj << +-/D [3917 0 R /XYZ 106.8692 484.8572 null] +->> endobj +-1250 0 obj << +-/D [3917 0 R /XYZ 106.8692 423.2896 null] +->> endobj +-3914 0 obj << +-/D [3917 0 R /XYZ 106.8692 398.8157 null] +->> endobj +-1254 0 obj << +-/D [3917 0 R /XYZ 106.8692 398.8157 null] +->> endobj +-3927 0 obj << +-/D [3917 0 R /XYZ 106.8692 246.5575 null] +->> endobj +-1258 0 obj << +-/D [3917 0 R /XYZ 106.8692 231.2585 null] +->> endobj +-3916 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F40 2081 0 R /F14 2227 0 R /F44 2094 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-3933 0 obj << +-/Length 1542 +-/Filter /FlateDecode +->> +-stream +-xXYoF~ׯУD۽I-M'b H&STyտEmK rvfvo$S dJ$FRb*C nػdz=_W_pHR9]uE( t QqTmSIVsΔ%.v&n_\:z +-h(L~}?E@}Hn83|r;S5c3"Q>]p""xx@ +-`H|Dd@TJ=Qg 䴯\5r.LmΩyҰkƮ-VJ_اC^&뻬uOŽT[ԮnT"Ih]1Pa\ XƠM˻q58.(GFݩJާ,O+Uu J [;ktMYMS[ z9qpPu}Ø PGP"FJ\^-J28&ews +->4vŇ.o(>0_@#PƜmןDǓ2q{`sey_#)g>;S9IX^C\GrCfdٱ%d(f+#f +-KtD7PH-WlEh`:- iA2 p8JBi]Mͺ9ks(TZW['N>.A&K>2Qu]VfbW "UǕIަJ?ueBexLwy`]6k`*7,Н\^'Jۮ$=ld(e. (Apg/K vLorXnC>`#t1ViVk%ōŕr򛢬Tj[UZ~yyjmqfysefrjr}vud{.udɉ^@! }mm4轤*3ޗExf+aBwUb%e })f:abI ?aW/̦(o[6UsΕ/٭MΉˬp[dlzZy:rgA2+[zQlJscGl0CSԱ3`E p4D;GG0Ӈ>z 3\!1:$f[c @1 Y֩N]jT":y!H1±qK1,GĢ3Qc-D=3&ͱpt>1ήo^_ڕb6P9຃bMP+fqŸ̓;}jcN7Ģq*5L@pk(`i.9شE] fa 2^OծNI^n)=Np`Ȭ{V1BU"ps9zAQѷw P}&!#I$xoIӣUڏ+U*n,^ވ)< .&?RTCҲ,a^ a] j?yب1cA(_* endstream +-endobj +-3932 0 obj << +-/Type /Page +-/Contents 3933 0 R +-/Resources 3931 0 R +-/MediaBox [0 0 612 792] +-/Parent 3832 0 R +->> endobj +-3934 0 obj << +-/D [3932 0 R /XYZ 160.6675 686.127 null] +->> endobj +-3906 0 obj << +-/D [3932 0 R /XYZ 160.6675 629.74 null] +->> endobj +-1262 0 obj << +-/D [3932 0 R /XYZ 160.6675 613.143 null] +->> endobj +-3867 0 obj << +-/D [3932 0 R /XYZ 160.6675 572.8214 null] +->> endobj +-1266 0 obj << +-/D [3932 0 R /XYZ 160.6675 556.2244 null] +->> endobj +-3907 0 obj << +-/D [3932 0 R /XYZ 160.6675 511.7883 null] +->> endobj +-1270 0 obj << +-/D [3932 0 R /XYZ 160.6675 495.1913 null] +->> endobj +-3912 0 obj << +-/D [3932 0 R /XYZ 160.6675 452.8125 null] +->> endobj +-1274 0 obj << +-/D [3932 0 R /XYZ 160.6675 436.2155 null] +->> endobj +-3928 0 obj << +-/D [3932 0 R /XYZ 160.6675 272.0254 null] +->> endobj +-1278 0 obj << +-/D [3932 0 R /XYZ 160.6675 255.4284 null] +->> endobj +-3931 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F14 2227 0 R /F44 2094 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-3937 0 obj << +-/Length 1156 +-/Filter /FlateDecode +->> +-stream +-xWmo6_2Ps$EIT}$m-(B%fSD~o(M`:ǻ^" NO2$4 +- NO%J0aC^k- wT~_ޖ)bv6u-u!Wz6QbWvk׋J(*=I͌sbH4B"XnIog|*"ql~"/)!~<اE jm +-&1cka, S +-[~tvVMYung΂GݶvuD5MPĀt9 $V' ME@4];UkKqx蛲Xvl*i FZ.0c[ըڎGcmf]uBѶPo=~VͲ3}Ճ#2ZPOQE$|n~"_h_]/ϧ WWG 1]B5`&*VVh"4гFWxtO5M&iSV !( M#9ZB ۫}Ȫ+\i#Rt;T{nY ܒteG}vnjCd߬6 Jl=ųN +-Ī4=xDlO`݈J*$Ǡ(A!d~pv+PAG,ŎUp4+E,*zÌ@2 [h:_+#_ +-.o9mޏũ/0IQr?c 7B waϻpOMN 6Ƽm][,6A#lwMYs0}S+Fe+oy GC'W^ ^Hb3Dؽoei}cxT:K!0oɢY(@X39cfvd;WEWi[FS}Mq|~>qVcx-h,cqendstream +-endobj +-3936 0 obj << +-/Type /Page +-/Contents 3937 0 R +-/Resources 3935 0 R +-/MediaBox [0 0 612 792] +-/Parent 3939 0 R +->> endobj +-3938 0 obj << +-/D [3936 0 R /XYZ 106.8692 686.127 null] +->> endobj +-3911 0 obj << +-/D [3936 0 R /XYZ 106.8692 628.4048 null] +->> endobj +-1282 0 obj << +-/D [3936 0 R /XYZ 106.8692 609.8052 null] +->> endobj +-3868 0 obj << +-/D [3936 0 R /XYZ 106.8692 424.9199 null] +->> endobj +-1286 0 obj << +-/D [3936 0 R /XYZ 106.8692 406.3203 null] +->> endobj +-3908 0 obj << +-/D [3936 0 R /XYZ 106.8692 363.541 null] +->> endobj +-1290 0 obj << +-/D [3936 0 R /XYZ 106.8692 344.9413 null] +->> endobj +-3929 0 obj << +-/D [3936 0 R /XYZ 106.8692 304.2192 null] +->> endobj +-1294 0 obj << +-/D [3936 0 R /XYZ 106.8692 285.6196 null] +->> endobj +-3930 0 obj << +-/D [3936 0 R /XYZ 106.8692 240.783 null] +->> endobj +-1298 0 obj << +-/D [3936 0 R /XYZ 106.8692 222.1833 null] +->> endobj +-3909 0 obj << +-/D [3936 0 R /XYZ 106.8692 179.404 null] +->> endobj +-1302 0 obj << +-/D [3936 0 R /XYZ 106.8692 160.8043 null] +->> endobj +-3869 0 obj << +-/D [3936 0 R /XYZ 106.8692 120.0823 null] +->> endobj +-3935 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F14 2227 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-3942 0 obj << +-/Length 1343 +-/Filter /FlateDecode +->> +-stream +-xڽn6_ae2Ps"%QR޺%MZ$x(0dʢ'Quܯߡ)˶,0s]C]y y e0 +-p7jh-ѸCt csƇeWVLBpѡiƑsd4fˊxҞxЏ̾IT ~mDI`xحe.gB\om<) ֈTUN*|I)35DaN=ѶSJ `hYԺ-h/c6"#8bb$b=A`rP5uwFldUgA)G=Q# Wzؘ! ;\5'zD!Q$8A- 4U,Dٶi-. Uz|4"xR3>)!=v[&;Ju/p>ߝyC7!ۤx&hu!ք&4ݰ1ڥ(YՓҲ +-^jNpf!x&Vh/O`}\j[gQ!=j',6cQ)1w( +-ӓZʷע(ZP%Ί>euMVHRuj2unM~MF7er70{szzqz}Ԑ)hlU5KVx֑Մ4XI;x`&[X;L8r3TXטDp%+ql=a +-endstream +-endobj +-3941 0 obj << +-/Type /Page +-/Contents 3942 0 R +-/Resources 3940 0 R +-/MediaBox [0 0 612 792] +-/Parent 3939 0 R +->> endobj +-3943 0 obj << +-/D [3941 0 R /XYZ 160.6675 686.127 null] +->> endobj +-1306 0 obj << +-/D [3941 0 R /XYZ 160.6675 668.127 null] +->> endobj +-3866 0 obj << +-/D [3941 0 R /XYZ 160.6675 620.8349 null] +->> endobj +-1310 0 obj << +-/D [3941 0 R /XYZ 160.6675 601.6361 null] +->> endobj +-3865 0 obj << +-/D [3941 0 R /XYZ 160.6675 556.6797 null] +->> endobj +-1314 0 obj << +-/D [3941 0 R /XYZ 160.6675 537.4809 null] +->> endobj +-3871 0 obj << +-/D [3941 0 R /XYZ 160.6675 494.5818 null] +->> endobj +-1318 0 obj << +-/D [3941 0 R /XYZ 160.6675 475.383 null] +->> endobj +-3904 0 obj << +-/D [3941 0 R /XYZ 160.6675 432.4838 null] +->> endobj +-1322 0 obj << +-/D [3941 0 R /XYZ 160.6675 413.2851 null] +->> endobj +-3915 0 obj << +-/D [3941 0 R /XYZ 160.6675 370.3859 null] +->> endobj +-1326 0 obj << +-/D [3941 0 R /XYZ 160.6675 351.1872 null] +->> endobj +-3913 0 obj << +-/D [3941 0 R /XYZ 160.6675 120.1818 null] +->> endobj +-3940 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F14 2227 0 R /F44 2094 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-3946 0 obj << +-/Length 1126 +-/Filter /FlateDecode +->> +-stream +-xW[o6~d H~>$ X ))qU `xIh5iW*%`};֕D_h6O7>u%ҙZHB ˛/+#Tr_FQ0$ Y-"; +jIhqW%""!.Cߪn=e7:2eHb[r*~ 1;oe+tCSgmEƐQMb$w|/Z$,,tV(IX~)u|$  nvn?m&L( 8̛tIxxbνT'(Z9`TwPlX[51fƐvH 7WWءù r P%uw;FTO3@ /3C|G`wV,94^ɾ Nmp:4-6Yݷ\\G΍>mZJmt*xfe+/D¦IkŴz3#D$`fA~Xx6 t bChŹIo fA#9mg無Dgg w֣ 3Dؤm(#9iL\oV Q~)&xX9g&nvk;<Mn;J_e P+S}7qx2`ֿZendstream +-endobj +-3945 0 obj << +-/Type /Page +-/Contents 3946 0 R +-/Resources 3944 0 R +-/MediaBox [0 0 612 792] +-/Parent 3939 0 R +->> endobj +-3947 0 obj << +-/D [3945 0 R /XYZ 106.8692 686.127 null] +->> endobj +-1330 0 obj << +-/D [3945 0 R /XYZ 106.8692 668.127 null] +->> endobj +-3864 0 obj << +-/D [3945 0 R /XYZ 106.8692 532.9667 null] +->> endobj +-1334 0 obj << +-/D [3945 0 R /XYZ 106.8692 516.1184 null] +->> endobj +-3870 0 obj << +-/D [3945 0 R /XYZ 106.8692 473.6893 null] +->> endobj +-1338 0 obj << +-/D [3945 0 R /XYZ 106.8692 456.841 null] +->> endobj +-3902 0 obj << +-/D [3945 0 R /XYZ 106.8692 414.412 null] +->> endobj +-1342 0 obj << +-/D [3945 0 R /XYZ 106.8692 397.5636 null] +->> endobj +-3872 0 obj << +-/D [3945 0 R /XYZ 106.8692 355.1346 null] +->> endobj +-1346 0 obj << +-/D [3945 0 R /XYZ 106.8692 338.2863 null] +->> endobj +-3905 0 obj << +-/D [3945 0 R /XYZ 106.8692 295.8572 null] +->> endobj +-1350 0 obj << +-/D [3945 0 R /XYZ 106.8692 279.0088 null] +->> endobj +-3903 0 obj << +-/D [3945 0 R /XYZ 106.8692 236.5798 null] +->> endobj +-1354 0 obj << +-/D [3945 0 R /XYZ 106.8692 219.7315 null] +->> endobj +-3863 0 obj << +-/D [3945 0 R /XYZ 106.8692 177.3024 null] ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-1358 0 obj << +-/D [3945 0 R /XYZ 106.8692 160.4541 null] ++3462 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [310.943 143.23 384.885 154.134] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-3910 0 obj << +-/D [3945 0 R /XYZ 106.8692 118.025 null] ++3413 0 obj << ++/D [3411 0 R /XYZ 160.667 686.127 null] + >> endobj +-3944 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F14 2227 0 R /F44 2094 0 R >> ++3410 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 469 0 R /F44 479 0 R /F14 608 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-3950 0 obj << +-/Length 1358 ++3465 0 obj << ++/Length 3203 + /Filter /FlateDecode + >> + stream +-xڵX[o6~0Y/0[Ea"+ +-dYw(ˢdѹ~!yJP5NFxލYK5cro2HBtF2zrTtF|CZ)ѓY*C*//_jz<^G1#b ?g!~e38#lZ1Ł EQ c'ߦO|ic{sMxKN}OY#ԱW^d)|~g&yޘ) +-ϒg|R6yZyʧTX$6uؕn %+2TnW*+OoVm^&'[6 U!Rp\~ts1e̝3:KUϧ<<5 RFdb& +-IjX@:(Ν} Oۖ[\e۬HymMasoWԓnYL `Ek0Q +-,Q[ %Jʼn] 5lK!k'Z[.p%`` b1M' w< ؾMu% gMئY0P/ff](iwS +-H=/|nKgZQR@S19УK!ŵj穣9#Nc& D&L̠wa*j3]vk$4%Ģױ2%Q kṪA>écNt5H>}QvOzJ$2L +-xUa8Rr1Ȫ!Υ}+6b6SⴙCN٘`ۍzF`W3X Dpm)׶\;/zp]a7WmH,P,CUA&bQ +-\yI-x@l>a2zNة%K=&M&zs!iSœ[<] )տ.uDiLjGFY´#ÓpAs58Hl '3~7#Je,8>)y@uw{{z}͉23H^L{hηvsfj_sn7/klF eAae!T8d;Ѳ<#LSR LjS>8UO\BK2rCD.&lӹ țqRKNp+E eh\3{Du,`0õ0(`(y}lgXcM4WPbB>Q;;*.,v!NAO#,6ΏA6:j ++%.oEu]>Ly!28+A$a`4@a3\(l-D0(l ᜰY jʈԂSfV$”E rAc߼y#ipѩ)W|&%MPQ9S]MI'=lGIKk$M)Ar rh($Ы>ŹjAh2W0^cveҞgK{Lᵉ%N9\7Tߡr +++:]_^4-S*x :s8dOB Z 3U.3D9_!>PۿV{¾{oϏz:UĠnJnN} )ꄨ.P&O/j"0#R ++€g2fi*{1N}Ρ:gϞF}r\X!bP|W/h72+e>%6C?SmeT"ujhॢDY4Cq']>kkAVJ:0ށMkZ^yiԬhiZős DJعI @FLI [I MNd&K uVKl} E}os3=p(Y X7yyĩsyԕ(A4<& y]̔:ERC M֋(D ꀀR[OSU9ƙ&+İa->;;ljxɪfq1Żڠ hg$`V hPm_ QS$پ bEzŖn `c5 5Pw\,!}ۂm+r>)(sn@s Q"*\y"fZ{׷<6 &Fa>) 0QY&D |wP Vv;dqS~yrUVwf9 U/rG°d3`P2sp7ʒރKzLyJ)3h/hc7q)8q|ev:Jh`GLb'K6JGJ8h|`>K* ZBی3̹;+q}l 8?qE*8:i+8βdxEt:79Qc ++wA($gȖ3J@yl nb(+3O5p#eC^ L;EG1(/RDžx~W=v+~1] lK4P}Ox47S{2_΅>`9)R1X˹ ]9'҅`<78huwSsjϾN.G8:A=O=Q9TYtW=qɚֿap)xJCBP200Yǀ ++{ĠRhxO͸ǥ3W |~La&܃*/=/B]r'^aUS{ZC  +#ϊGx/?澽Yܝt_] [ۀ&$Rr< ++?3~>Aįt"$y@ C*sXo\>Cpؠ˃kmKX)24v.>lk ŸZv77|Ɨ7BvMTĠwyfL?4d tB\K*qbBkF>ϯT/j37M> VdPĕSIr{E<2$z54YuuclXH"'2-0$|n??'QG+t'y O_al{ 5~vL1AmFyn6[mT=i w@\s֜Ukq)\:HQ.CjYa2>̹m%!EȱҭhcpɿTG( 09W1W]NPq1r\34{1c :ZN{q Ej_U3Cc1#t+a@'R ;6avT,r ++ nxPf7BlJՔyF=Tr>^VNU) Kbk^YP -)ay9l'rgr20/?󮼜rRE w HĠ^p. L_2]MVqqG J.P9~.++ҡ:Ѧ5Srr /=8H+R~Nӄ)`&R߭wU`ru?{iok̅qv1FAtF]b~/0v'.Yjy ++//E|I㻪B/{n 3h Ir9*PzA8̣UbWuʼnD1e&p]^uz>ǜ9nKf},?(F>}rs޷ ߀JamoQvѵ9u ӡ0$endstream + endobj +-3949 0 obj << ++3464 0 obj << + /Type /Page +-/Contents 3950 0 R +-/Resources 3948 0 R ++/Contents 3465 0 R ++/Resources 3463 0 R + /MediaBox [0 0 612 792] +-/Parent 3939 0 R +-/Annots [ 3953 0 R 3954 0 R 3956 0 R 3957 0 R 3958 0 R 3959 0 R ] ++/Parent 3517 0 R ++/Annots [ 3467 0 R 3468 0 R 3469 0 R 3470 0 R 3471 0 R 3472 0 R 3473 0 R 3474 0 R 3475 0 R 3476 0 R 3477 0 R 3478 0 R 3479 0 R 3480 0 R 3481 0 R 3482 0 R 3483 0 R 3484 0 R 3485 0 R 3486 0 R 3487 0 R 3488 0 R 3489 0 R 3490 0 R 3491 0 R 3492 0 R 3493 0 R 3494 0 R 3495 0 R 3496 0 R 3497 0 R 3498 0 R 3499 0 R 3500 0 R 3501 0 R 3502 0 R 3503 0 R 3504 0 R 3505 0 R 3506 0 R 3507 0 R 3508 0 R 3509 0 R 3510 0 R 3511 0 R 3512 0 R 3513 0 R 3514 0 R 3515 0 R 3516 0 R ] + >> endobj +-3953 0 obj << ++3467 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [209.2051 446.4053 290.3201 456.333] ++/Rect [156.045 655.011 207.85 665.915] + /Subtype /Link +-/A << /S /GoTo /D (a00010) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3954 0 obj << ++3468 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [209.2051 406.496 290.8881 417.4] ++/Rect [208.429 655.011 346.809 665.915] + /Subtype /Link +-/A << /S /GoTo /D (a00011) >> ++/A << /S /GoTo /D (a00050_ga0) >> + >> endobj +-3956 0 obj << ++3469 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [209.2051 323.556 366.1449 334.4599] ++/Rect [350.705 655.011 425.205 665.915] + /Subtype /Link +-/A << /S /GoTo /D (a00010) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3957 0 obj << ++3470 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [366.643 323.556 391.3103 334.4599] ++/Rect [153.196 643.056 243.735 653.96] + /Subtype /Link +-/A << /S /GoTo /D (a00013_ab5a8ae3bf490e6b1071fea53f7382836) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-3958 0 obj << ++3471 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [209.2051 284.623 366.7129 295.5269] ++/Rect [260.283 643.056 312.088 653.96] + /Subtype /Link +-/A << /S /GoTo /D (a00011) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3959 0 obj << ++3472 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [367.2111 284.623 392.4464 295.5269] ++/Rect [157.843 603.468 209.649 614.372] + /Subtype /Link +-/A << /S /GoTo /D (a00013_ae4ba157cc313e2cdd9a82f1c1df7aaa6) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3951 0 obj << +-/D [3949 0 R /XYZ 160.6675 686.127 null] ++3473 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [212.025 603.468 343.213 614.372] ++/Subtype /Link ++/A << /S /GoTo /D (a00050_ga1) >> + >> endobj +-1362 0 obj << +-/D [3949 0 R /XYZ 160.6675 668.127 null] ++3474 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [348.907 603.468 423.407 614.372] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2529 0 obj << +-/D [3949 0 R /XYZ 160.6675 582.4303 null] ++3475 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [150.057 591.513 240.597 602.417] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-1366 0 obj << +-/D [3949 0 R /XYZ 160.6675 574.6601 null] ++3476 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [159.17 551.924 210.975 562.828] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3952 0 obj << +-/D [3949 0 R /XYZ 160.6675 464.4183 null] ++3477 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [214.679 551.924 409.916 562.828] ++/Subtype /Link ++/A << /S /GoTo /D (a00051_ga0) >> + >> endobj +-3955 0 obj << +-/D [3949 0 R /XYZ 160.6675 342.5453 null] ++3478 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [416.937 551.924 451.577 562.828] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1370 0 obj << +-/D [3949 0 R /XYZ 160.6675 247.175 null] ++3479 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [130.78 539.969 175.95 550.873] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1374 0 obj << +-/D [3949 0 R /XYZ 160.6675 186.3755 null] ++3480 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [219.839 539.969 310.379 550.873] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-3960 0 obj << +-/D [3949 0 R /XYZ 160.6675 162.0296 null] ++3481 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [399.771 539.969 451.577 550.873] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1378 0 obj << +-/D [3949 0 R /XYZ 160.6675 162.0296 null] ++3482 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [160.831 488.425 212.636 499.329] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3961 0 obj << +-/D [3949 0 R /XYZ 160.6675 118.025 null] ++3483 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [218 488.425 408.255 499.329] ++/Subtype /Link ++/A << /S /GoTo /D (a00051_ga1) >> + >> endobj +-3948 0 obj << +-/Font << /F28 1626 0 R /F14 2227 0 R /F22 1616 0 R /F44 2094 0 R /F11 2105 0 R /F40 2081 0 R >> +-/ProcSet [ /PDF /Text ] ++3484 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [416.937 488.425 451.577 499.329] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3964 0 obj << +-/Length 1116 +-/Filter /FlateDecode +->> +-stream +-xڽWKoFWE:h)ܤ +-MtK(%eC.^Jm73<?*be2QhLwB@DXT\,pa +-ٜI:>Er[}޼cRw:-g`>IgsP m>-N~]vkhfd ɇO4Z o'p(p?''u*աXI4q,!nQJmXbN6M,;?a#\X)Y\CwYp` #7%Ji}%.%}N}z^nXDZ/ɮKU\e=T۬Mq߽}&ݧe\fY+&c߸u..EjMf硘Kn;`pճ폌3Lmr ZK۷lIƅbM1*٦Dhl-%y%?CkÐ- w17W~I~\%%5oԂ? D [^0z#8r??˗к&&RL +|WsuEr Έ.G]!W'6Jv;rMq39XkĢg#\ܴ2B^~ >ޥg r^1{=> + >> endobj +-3967 0 obj << ++3486 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [157.8878 431.7177 181.4592 440.5644] ++/Rect [215.23 476.47 305.77 487.374] + /Subtype /Link +-/A << /S /GoTo /D (a00014_a115dde58f40338a2d3276d59c099857d) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-3968 0 obj << ++3487 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [157.8878 391.8131 181.2101 400.6598] ++/Rect [321.338 476.47 395.281 487.374] + /Subtype /Link +-/A << /S /GoTo /D (a00014_a522efd7f5262a4493a73fa3476a041ce) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-3965 0 obj << +-/D [3963 0 R /XYZ 106.8692 686.127 null] ++3488 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [416.937 476.47 451.577 487.374] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1382 0 obj << +-/D [3963 0 R /XYZ 106.8692 668.127 null] ++3489 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [130.78 464.515 153.255 475.419] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2530 0 obj << +-/D [3963 0 R /XYZ 106.8692 569.285 null] ++3490 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [163.919 424.927 215.724 435.831] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1386 0 obj << +-/D [3963 0 R /XYZ 106.8692 560.9075 null] ++3491 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [224.177 424.927 365.307 435.831] ++/Subtype /Link ++/A << /S /GoTo /D (a00052_ga0) >> + >> endobj +-3966 0 obj << +-/D [3963 0 R /XYZ 106.8692 449.1355 null] ++3492 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [377.076 424.927 451.577 435.831] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1390 0 obj << +-/D [3963 0 R /XYZ 106.8692 350.729 null] ++3493 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [170.54 412.972 261.08 423.875] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-1394 0 obj << +-/D [3963 0 R /XYZ 106.8692 288.618 null] ++3494 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [157.649 373.383 209.455 384.287] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3969 0 obj << +-/D [3963 0 R /XYZ 106.8692 264.0535 null] ++3495 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [211.637 373.383 371.028 384.287] ++/Subtype /Link ++/A << /S /GoTo /D (a00052_ga1) >> + >> endobj +-1398 0 obj << +-/D [3963 0 R /XYZ 106.8692 264.0535 null] ++3496 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [376.528 373.383 451.577 384.287] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3970 0 obj << +-/D [3963 0 R /XYZ 106.8692 221.8875 null] ++3497 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [130.78 361.428 135.542 372.332] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1402 0 obj << +-/D [3963 0 R /XYZ 106.8692 206.1356 null] ++3498 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [178.939 361.428 230.744 372.332] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2531 0 obj << +-/D [3963 0 R /XYZ 106.8692 111.6866 null] ++3499 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [168.864 321.84 266.048 332.744] ++/Subtype /Link ++/A << /S /GoTo /D (a00053_ga0) >> + >> endobj +-3962 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F44 2094 0 R /F11 2105 0 R /F14 2227 0 R /F40 2081 0 R >> +-/ProcSet [ /PDF /Text ] ++3500 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [269.482 321.84 343.983 332.744] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3973 0 obj << +-/Length 1291 +-/Filter /FlateDecode +->> +-stream +-xX[o6~09 6dVxOma(⸰Lf~(S, s` +-*0=]&tŵe"e9 3SKbj| uY /jkfQL}1m>⤈]?-M~]6.%H?tP-Ξ %`-&\pt'j/pIڨׄbȥ!"DaiW!>*-\Sn hizxyWyj>~D&ة@Xp, B)ץƟ,z'zaP5vs !/J-u]LAFtxlzYIINcT1”j>Jz.8DR]^%qSgwHD5VcNM0(<(}@?q ĀX)K!8Hy){Rov~_8k F.x(V=&h\Ҟ9>2&;v %bvԘ]R h=BUqi1 L[{a-eZ}E#?EW"wE,:3 4Ҭk:|l166#./8%[#"NBV ʟWOlv{P ,;+E+`02kTu\!wih&nlJel/rA×\0^֍WүW "}ɆMiM ˩4<NF6N,jck94>j2#H %A m5W;=KA Kq> + >> endobj +-3976 0 obj << ++3502 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [220.2836 535.0152 237.7677 544.9429] ++/Rect [130.78 309.884 182.585 320.788] + /Subtype /Link +-/A << /S /GoTo /D (a00015_af0619463fb5d10052b7fe3495a66d74b) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3977 0 obj << ++3503 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [220.2836 495.8586 244.413 505.7863] ++/Rect [155.43 270.296 207.235 281.2] + /Subtype /Link +-/A << /S /GoTo /D (a00015_ab5d01db7b26177a6b5361107cad152c3) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3974 0 obj << +-/D [3972 0 R /XYZ 160.6675 686.127 null] ++3504 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [207.198 270.296 334.57 281.2] ++/Subtype /Link ++/A << /S /GoTo /D (a00053_ga1) >> + >> endobj +-1406 0 obj << +-/D [3972 0 R /XYZ 160.6675 668.127 null] ++3505 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [337.851 270.296 412.351 281.2] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3975 0 obj << +-/D [3972 0 R /XYZ 160.6675 553.1401 null] ++3506 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [130.78 258.341 204.722 269.245] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-1410 0 obj << +-/D [3972 0 R /XYZ 160.6675 457.071 null] ++3507 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [305.867 258.341 379.809 269.245] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-1414 0 obj << +-/D [3972 0 R /XYZ 160.6675 384.0145 null] ++3508 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [159.841 206.797 211.646 217.701] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3978 0 obj << +-/D [3972 0 R /XYZ 160.6675 359.6183 null] ++3509 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [216.021 206.797 368.837 217.701] ++/Subtype /Link ++/A << /S /GoTo /D (a00053_ga2) >> + >> endobj +-1418 0 obj << +-/D [3972 0 R /XYZ 160.6675 359.6183 null] ++3510 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [376.528 206.797 451.577 217.701] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3979 0 obj << +-/D [3972 0 R /XYZ 160.6675 303.6082 null] ++3511 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [130.78 194.842 135.542 205.746] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1422 0 obj << +-/D [3972 0 R /XYZ 160.6675 288.6977 null] ++3512 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [201.693 194.842 275.635 205.746] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_ga1) >> ++>> endobj ++3513 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [177.8 155.254 251.294 166.158] ++/Subtype /Link ++/A << /S /GoTo /D (a00054_ga0) >> ++>> endobj ++3514 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [256.025 155.254 330.525 166.158] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++3515 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [372.844 155.254 424.649 166.158] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-2532 0 obj << +-/D [3972 0 R /XYZ 160.6675 197.2222 null] ++3516 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [204.114 143.299 268.641 154.203] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-1426 0 obj << +-/D [3972 0 R /XYZ 160.6675 189.3123 null] ++3466 0 obj << ++/D [3464 0 R /XYZ 106.869 686.127 null] + >> endobj +-3971 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F44 2094 0 R /F11 2105 0 R /F40 2081 0 R >> ++3463 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 469 0 R /F44 479 0 R /F14 608 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-3982 0 obj << +-/Length 1511 ++3520 0 obj << ++/Length 2953 + /Filter /FlateDecode + >> + stream +-xYKoFW(fZI-$YȤ+H_Y.^ujVh^}3k`! iih"Ddw޽YVf 6WN 2ds2HK‘Zۯr-y[aWMvZ̊]ZNXjV7o?n:[)u8Co1_FĀ݂q~W:c#1!AyNÐ\tpL خbn ea%Y_>Q*vDpbvAJ ӷ[;,$☑ ʼ}1z ާl[`/!3"9 +-6g-LǤDIϣ*8 (B8N&$.Bb6O%Lπ/ qGBu܊ 교9*#ƺiwN@L +- [E9EZG jUL5bU@&VN-FC\s `eسv'1|8 γ~BD&Ƈb3"^*f3g!/jɷC[h.lOsǼ^e[8nY01"oV.m F8/sU@G\mfk ?U~(ˆr/lOcǼ1+(eQy$ЈVeP*b\J Cw՛vSp +-~L Ocdx]O=tqX=kwӇ.0he[6-/+qnVT,˓Sz9kjSU:(>x\CPendstream ++xڵ\n#}WQF }l, =zbL>E5M՜c:S,N)JlC0Mf&K?\G>7sqir0yLlpx1}=ۗt>iW1yy/tsSœ<^ )Q?\ꯣ5j)&?[ neO i̷_|\̜(13j)(QFRgez7Hxg߾@LJtYpb[ TˀYKpK0ZBR(~734i:40ʶw[}N4ZnNe9 |a&OӰVJ MQˬq0B*¡K=uJj @D) ɳP@1V1 ++(0-X2 >|A%4 Q)wMEb}u;DkIRFzm>KaY ])[S<\(\'d#e/M~ePhC1Rڝԍ8CY,IV\u)^dC e;}e*0 BB;^Ii#8V1kƌE CƦUhz4J^lXjk/ak0+sAs/@3 |"(flJm1cQe?k1 dglf,F8f,F36!e,4-JHh4ٞh:=k3顕żY!TsNYĠ,_&lW0V ++EW*lkˆ]&zk9?Gi}bشE Rl 6iԅ7js4$DLDKմTـYYpY0lBXY &*gB́!e 1leN"hA$,&lFvhW9 }Z {GCȍn|Wiszf4^"\U ?/l?Q-Ȯ)O(~Vԟ_jNYnJ9bVKd )a, x{_Tp b@&R?y@D /D3(@:> QwB'A9NsTm&tu6qQJo`*S^ ++y ++Z4ƨ -k#$6A!Tue_ErlUr#-t|`) \ bք7U^0&`B8 /GCW8F])M΄SXA$G1%R$Z5 Wsm]&_ V&wSKG}(Lu,1ml6>%`9CUNYO _dž?6IO=h§k^1Y9֊G/t)T'8D.n)i}1BRmY]^ 䰸 8nhSt83xz%~Cw;<,o(ã7or %>|+/%/8" >endstream + endobj +-3981 0 obj << ++3519 0 obj << + /Type /Page +-/Contents 3982 0 R +-/Resources 3980 0 R ++/Contents 3520 0 R ++/Resources 3518 0 R + /MediaBox [0 0 612 792] +-/Parent 3996 0 R +-/Annots [ 3985 0 R 3987 0 R 3988 0 R 3989 0 R 3990 0 R 3991 0 R ] ++/Parent 3517 0 R ++/Annots [ 3522 0 R 3523 0 R 3524 0 R 3525 0 R 3526 0 R 3527 0 R 3528 0 R 3529 0 R 3530 0 R 3531 0 R 3532 0 R 3533 0 R 3534 0 R 3535 0 R 3536 0 R 3537 0 R 3538 0 R 3539 0 R 3540 0 R 3541 0 R 3542 0 R 3543 0 R 3544 0 R 3545 0 R 3546 0 R 3547 0 R 3548 0 R 3549 0 R 3550 0 R 3551 0 R 3552 0 R 3553 0 R 3554 0 R 3555 0 R 3556 0 R 3557 0 R 3558 0 R 3559 0 R 3560 0 R 3561 0 R 3562 0 R 3563 0 R 3564 0 R 3565 0 R 3566 0 R 3567 0 R 3568 0 R 3569 0 R 3570 0 R 3571 0 R 3572 0 R 3573 0 R 3574 0 R ] + >> endobj +-3985 0 obj << ++3522 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [155.4068 631.9893 292.432 642.8932] ++/Rect [234.707 655.011 303.468 665.915] + /Subtype /Link +-/A << /S /GoTo /D (a00015) >> ++/A << /S /GoTo /D (a00054_ga1) >> + >> endobj +-3987 0 obj << ++3523 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [166.4854 548.077 224.3776 558.9809] ++/Rect [309.754 655.011 384.254 665.915] + /Subtype /Link +-/A << /S /GoTo /D (a00016_a68c3323d2d0a248d1b7fec7af44bebe3) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-3988 0 obj << ++3524 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [166.4854 508.7302 226.0314 519.6342] ++/Rect [430.069 655.011 481.874 665.915] + /Subtype /Link +-/A << /S /GoTo /D (a00016_a27043a3150660f44ed84916c2d0d7e0e) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-3989 0 obj << ++3525 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [169.2451 469.3835 233.2146 480.2874] ++/Rect [184.578 643.056 249.105 653.96] + /Subtype /Link +-/A << /S /GoTo /D (a00016_a208c27f4491077d7fb9ba5db8b29cb57) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-3990 0 obj << ++3526 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [155.3716 430.0367 387.0409 440.9406] ++/Rect [240.278 629.706 398.742 640.61] + /Subtype /Link +-/A << /S /GoTo /D (a00015) >> ++/A << /S /GoTo /D (a00054_ga2) >> + >> endobj +-3991 0 obj << ++3527 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [394.9407 430.0367 441.7547 440.9406] ++/Rect [403.571 629.706 478.071 640.61] + /Subtype /Link +-/A << /S /GoTo /D (a00016_a865eba7b12b986d72dbe7a2cfd97c50d) >> +->> endobj +-3983 0 obj << +-/D [3981 0 R /XYZ 106.8692 686.127 null] +->> endobj +-3984 0 obj << +-/D [3981 0 R /XYZ 106.8692 651.1854 null] +->> endobj +-3986 0 obj << +-/D [3981 0 R /XYZ 106.8692 567.2731 null] +->> endobj +-1430 0 obj << +-/D [3981 0 R /XYZ 106.8692 391.9164 null] +->> endobj +-1434 0 obj << +-/D [3981 0 R /XYZ 106.8692 330.5585 null] +->> endobj +-3992 0 obj << +-/D [3981 0 R /XYZ 106.8692 306.1194 null] +->> endobj +-1438 0 obj << +-/D [3981 0 R /XYZ 106.8692 306.1194 null] +->> endobj +-3993 0 obj << +-/D [3981 0 R /XYZ 106.8692 262.0217 null] +->> endobj +-1442 0 obj << +-/D [3981 0 R /XYZ 106.8692 246.8974 null] +->> endobj +-3994 0 obj << +-/D [3981 0 R /XYZ 447.4934 177.3904 null] +->> endobj +-1446 0 obj << +-/D [3981 0 R /XYZ 106.8692 160.1093 null] +->> endobj +-3995 0 obj << +-/D [3981 0 R /XYZ 106.8692 118.025 null] +->> endobj +-3980 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F40 2081 0 R /F56 2793 0 R /F14 2227 0 R /F44 2094 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-3999 0 obj << +-/Length 1398 +-/Filter /FlateDecode +->> +-stream +-xڽXM6W>7)&EC$0V,A-Paij48 Eb#S"1RO3ZxV?&߿zDR9]=ax J!m +-<6=4sgy?PgjӶՇ+s-Zt|aK`~`DN'3A)'&;.0GLi9zB#"9ΑBqX=xv(VuۯvZٺ~s?z\uwB(x .j{wh^;`?&HNbߏCTi1fyruBv̀SݜGIǯs̃m^M&SS?ws,9עEbZ˛JKEf=~ΉR`uB1 "Z̅d(3SPv/tHrbNȯ\[e}[g/ǢڬRҦ*)oLGY:u' Bw*˯tam)#hLMϚF`UF87te5bz@ A1a8Y +-+R\+c0c9#c%B` +-&`1v=]M}s`:"o*nkw0v8Pme7l6(lװ3ݓfkL>z`y̅>oם^S(pРjh,W"p-ks+ǽ1\lǐ0„H^d*sk#%fyC:6@1 KԂQ'2ط5dl 뤈0̢EZq`lbca<~mH!#9p\ᚌ1JtcY8ccḎ1?= Pa,ү9kwMnnDHf@a5Һ4ƛ59 xނx._opĜF2$R]oAbY8ooḎ7?= P-ނQ"Ifbt1R(fq~|6h^~Nendstream +-endobj +-3998 0 obj << +-/Type /Page +-/Contents 3999 0 R +-/Resources 3997 0 R +-/MediaBox [0 0 612 792] +-/Parent 3996 0 R +-/Annots [ 4002 0 R 4003 0 R 4004 0 R 4005 0 R 4006 0 R 4007 0 R 4008 0 R 4009 0 R ] ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4002 0 obj << ++3528 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [242.6796 424.3849 329.9016 435.2888] ++/Rect [247.887 617.751 343.408 628.655] + /Subtype /Link +-/A << /S /GoTo /D (a00017_a9403d51657a4d546b3ea9553a2973a27) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-4003 0 obj << ++3529 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [242.6796 410.9977 331.0076 421.9017] ++/Rect [380.058 617.751 486.508 628.655] + /Subtype /Link +-/A << /S /GoTo /D (a00017_a77a09ddd78ee3e9ff5f532a6ac74f7eb) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-4004 0 obj << ++3530 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [242.6796 397.6106 315.5059 408.5145] ++/Rect [237.853 566.145 360.901 577.049] + /Subtype /Link +-/A << /S /GoTo /D (a00017_aa166223d1c2a6de7256ab2d8b675a87e) >> ++/A << /S /GoTo /D (a00054_ga3) >> + >> endobj +-4005 0 obj << ++3531 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [242.6796 384.2234 316.6119 395.1274] ++/Rect [364.921 566.145 439.421 577.049] + /Subtype /Link +-/A << /S /GoTo /D (a00017_aae705bc447adc163ead377362c4dfe9f) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4006 0 obj << ++3532 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [242.6796 370.8363 337.0945 381.7402] ++/Rect [201.651 554.189 292.19 565.093] + /Subtype /Link +-/A << /S /GoTo /D (a00017_a57a89a4b5f1f74fa6cfe176f1e8b0798) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-4007 0 obj << ++3533 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [242.6796 357.4491 338.2004 368.3531] ++/Rect [322.937 554.189 429.387 565.093] + /Subtype /Link +-/A << /S /GoTo /D (a00017_a80d762e532d677dff262d83cc7bb1c60) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-4008 0 obj << ++3534 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [242.6796 344.062 322.6988 354.9659] ++/Rect [213.188 514.538 303.727 525.442] + /Subtype /Link +-/A << /S /GoTo /D (a00017_a46fba33e307909ce256624687799dd6d) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-4009 0 obj << ++3535 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [242.6796 330.6748 323.8047 341.5788] ++/Rect [307.65 514.538 463.495 525.442] + /Subtype /Link +-/A << /S /GoTo /D (a00017_a8dd4d8531ed2eebdce1507e7d104154e) >> ++/A << /S /GoTo /D (a00055_ga0) >> + >> endobj +-4000 0 obj << +-/D [3998 0 R /XYZ 160.6675 686.127 null] +->> endobj +-1450 0 obj << +-/D [3998 0 R /XYZ 160.6675 668.127 null] +->> endobj +-2533 0 obj << +-/D [3998 0 R /XYZ 160.6675 581.4592 null] +->> endobj +-1454 0 obj << +-/D [3998 0 R /XYZ 160.6675 573.1936 null] +->> endobj +-4001 0 obj << +-/D [3998 0 R /XYZ 160.6675 443.7706 null] ++3536 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [470.735 514.538 505.375 525.442] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1458 0 obj << +-/D [3998 0 R /XYZ 160.6675 316.1204 null] ++3537 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [184.578 502.583 229.748 513.487] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1462 0 obj << +-/D [3998 0 R /XYZ 160.6675 256.4077 null] ++3538 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [213.553 489.233 304.093 500.137] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-4010 0 obj << +-/D [3998 0 R /XYZ 160.6675 231.8834 null] ++3539 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [308.381 489.233 463.129 500.137] ++/Subtype /Link ++/A << /S /GoTo /D (a00055_ga1) >> + >> endobj +-1466 0 obj << +-/D [3998 0 R /XYZ 160.6675 231.8834 null] ++3540 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [470.735 489.233 505.375 500.137] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4011 0 obj << +-/D [3998 0 R /XYZ 395.7937 189.8572 null] ++3541 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [184.578 477.278 229.748 488.182] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1470 0 obj << +-/D [3998 0 R /XYZ 160.6675 172.1497 null] ++3542 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [217.06 463.928 307.599 474.832] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-4012 0 obj << +-/D [3998 0 R /XYZ 410.02 120.1818 null] ++3543 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [315.394 463.928 459.622 474.832] ++/Subtype /Link ++/A << /S /GoTo /D (a00055_ga2) >> + >> endobj +-3997 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F44 2094 0 R /F11 2105 0 R >> +-/ProcSet [ /PDF /Text ] ++3544 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [470.735 463.928 505.375 474.832] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4020 0 obj << +-/Length 883 +-/Filter /FlateDecode +->> +-stream +-xڵVˎ8+"̰CM^FmɫzDJ#yl1h.VS! &Parpg>1> +-5҂pHҋ%824ifuR.Gu_:mp(ơ7U75Td,3KzLtG(oS[՗#EQ,0߃cjK0WLWc= +-De]aR[Q+7:.9wYAZLiYUqYv ̆g`OiIldrּ6M;w޸Ab-gI[UhʦE~rvO_IhT!ƄRS({,3FDlAx'snFlQ[6=v3Uj27W ?Tebʱaޮ[ƚ_Wf +-2kbD^`dT736eNPϹ!.u n HX e[ +-&+}mY &/cmUޟѶ8c/1fb +-s)@(Xh]? %Izo/gF މu8X |8vcf= *#׈T#z%hj}FQo.t&Ѓ?Ο|jt4m54U %.|ZdwYm곷ɭҊt?.ĒH2%=`v:@ b<ϫK6.^n&'SHKfNqَY;޷n$n= <̬Zo÷]3w\cw͹$γ4;=v'{:: TqCNendstream +-endobj +-4019 0 obj << +-/Type /Page +-/Contents 4020 0 R +-/Resources 4018 0 R +-/MediaBox [0 0 612 792] +-/Parent 3996 0 R ++3545 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [184.578 451.973 229.748 462.877] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4021 0 obj << +-/D [4019 0 R /XYZ 106.8692 686.127 null] ++3546 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [214.931 412.321 305.471 423.225] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-1474 0 obj << +-/D [4019 0 R /XYZ 106.8692 668.127 null] ++3547 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [311.137 412.321 461.751 423.225] ++/Subtype /Link ++/A << /S /GoTo /D (a00055_ga3) >> + >> endobj +-4017 0 obj << +-/D [4019 0 R /XYZ 344.6055 620.6097 null] ++3548 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [470.735 412.321 505.375 423.225] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1478 0 obj << +-/D [4019 0 R /XYZ 106.8692 597.6304 null] ++3549 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [184.578 400.366 229.748 411.27] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4014 0 obj << +-/D [4019 0 R /XYZ 330.3792 556.5634 null] ++3550 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [209.867 360.715 305.388 371.619] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-1482 0 obj << +-/D [4019 0 R /XYZ 106.8692 533.5841 null] ++3551 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [305.99 360.715 466.815 371.619] ++/Subtype /Link ++/A << /S /GoTo /D (a00056_ga0) >> + >> endobj +-4013 0 obj << +-/D [4019 0 R /XYZ 285.8266 492.5171 null] ++3552 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [470.735 360.715 505.375 371.619] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1486 0 obj << +-/D [4019 0 R /XYZ 106.8692 469.5378 null] ++3553 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [184.578 348.76 229.748 359.664] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4015 0 obj << +-/D [4019 0 R /XYZ 300.0529 416.5156 null] ++3554 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [210.232 335.41 305.753 346.314] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-1490 0 obj << +-/D [4019 0 R /XYZ 106.8692 393.5363 null] ++3555 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [306.72 335.41 466.45 346.314] ++/Subtype /Link ++/A << /S /GoTo /D (a00056_ga1) >> + >> endobj +-4016 0 obj << +-/D [4019 0 R /XYZ 288.4367 340.5141 null] ++3556 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [470.735 335.41 505.375 346.314] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-1494 0 obj << +-/D [4019 0 R /XYZ 106.8692 317.5348 null] ++3557 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [184.578 323.455 229.748 334.359] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-2534 0 obj << +-/D [4019 0 R /XYZ 106.8692 219.6218 null] ++3558 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [211.61 310.105 307.131 321.009] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-1498 0 obj << +-/D [4019 0 R /XYZ 106.8692 208.4274 null] ++3559 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [309.477 310.105 465.072 321.009] ++/Subtype /Link ++/A << /S /GoTo /D (a00056_ga2) >> + >> endobj +-4018 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F44 2094 0 R /F11 2105 0 R >> +-/ProcSet [ /PDF /Text ] ++3560 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [470.735 310.105 505.375 321.009] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4024 0 obj << +-/Length 1609 +-/Filter /FlateDecode +->> +-stream +-xڵYKoFWE:xQPN&) F%RT]̒Rv7d̉HJ%RKD3?Y+/g??xj"k F8C `߽n%)-/:N2BоB#"9o<s~u@LSb-F_)D0o,ϔ]0AܮJFot86|f9 +- +-Q[զ Lj@[].?ݳkgDcPzV}m:os_}2h5YW咈z=y*+p|.rb:0= xE;zS Um_r0>v>b#>>v޶uu QHҮ$u/&86KF{bʺWYT3OeQK*/ީ"ڒ9S"EZK]ߒv]Kmmߒ(I^KAh|wwa|~e#u{,򧛆t.qA jۅ/d#) JWyګ0yVi)Mvv]N<(FLq +Z7 +-PPcFT94kobEzS( !a,fYT]e* bRFOSN,MU0Uܮ'+;1tE fNj3xO0Ҍ +-czBSXPœEdB 92F<jzbi1v=])tP+gƴ:uyZmCvJ޲bt1g,"Ҥ +-czBSHCZP|&ZbalH"I9ĠMR/^,V0Vܮg+;1lE Z> + >> endobj +-4027 0 obj << ++3562 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [242.6796 632.2013 254.6347 643.1052] ++/Rect [236.422 258.498 341.348 269.402] + /Subtype /Link +-/A << /S /GoTo /D (a00018_ad7bb4ecf7a82f5a04fc632e9592ad3ab) >> ++/A << /S /GoTo /D (a00057_ga0) >> + >> endobj +-4030 0 obj << ++3563 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [242.6796 260.5946 335.4406 271.4986] ++/Rect [348.49 258.498 422.99 269.402] + /Subtype /Link +-/A << /S /GoTo /D (a00019_a36b3e388df9c6a249427cab7e3724749) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4031 0 obj << ++3564 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [242.6796 247.5432 336.5466 258.4471] ++/Rect [470.735 258.498 505.375 269.402] + /Subtype /Link +-/A << /S /GoTo /D (a00019_a3fd51e6fa5f0dd800322301b46b08559) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-4032 0 obj << ++3565 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [242.6796 234.4917 321.0449 245.3957] ++/Rect [184.578 246.543 245.788 257.447] + /Subtype /Link +-/A << /S /GoTo /D (a00019_a756f44912894b176bf979a1b65f12aac) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-4033 0 obj << ++3566 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [242.6796 221.4403 322.1509 232.3442] ++/Rect [276.721 246.543 346.23 257.447] + /Subtype /Link +-/A << /S /GoTo /D (a00019_a9880cd2d605e316fc020167c49ca69ad) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-4034 0 obj << ++3567 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [242.6796 208.3888 342.6335 219.2928] ++/Rect [232.104 206.892 361.936 217.796] + /Subtype /Link +-/A << /S /GoTo /D (a00019_a0697af2e41f2e82b8ce71e3cc13f7eac) >> ++/A << /S /GoTo /D (a00057_ga1) >> + >> endobj +-4035 0 obj << ++3568 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [242.6796 195.3374 343.7394 206.2413] ++/Rect [184.578 194.937 275.117 205.841] + /Subtype /Link +-/A << /S /GoTo /D (a00019_a63b0b2e26157b472f5717ee93cc7c535) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-4036 0 obj << ++3569 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [242.6796 182.2859 319.929 193.1899] ++/Rect [306.051 194.937 375.56 205.841] + /Subtype /Link +-/A << /S /GoTo /D (a00019_a476c06f96b65c08b287cf2369966123b) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-4037 0 obj << ++3570 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [242.6796 169.2345 321.0349 180.1384] ++/Rect [231.997 155.285 348.539 166.189] + /Subtype /Link +-/A << /S /GoTo /D (a00019_a0a84e24a06f2fa487fe8c9605c6f68b3) >> ++/A << /S /GoTo /D (a00057_ga2) >> + >> endobj +-4038 0 obj << ++3571 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [242.6796 156.1831 306.6589 167.087] ++/Rect [353.469 155.285 427.969 166.189] + /Subtype /Link +-/A << /S /GoTo /D (a00019_ae551abb27d2aa9ce008583488b845b98) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4039 0 obj << ++3572 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [242.6796 143.1316 324.9302 154.0355] ++/Rect [470.735 155.285 505.375 166.189] + /Subtype /Link +-/A << /S /GoTo /D (a00019_a221098c339dbfab27bd2c9f5d32f123b) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-4040 0 obj << ++3573 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [242.6796 130.0802 305.0053 140.9841] ++/Rect [184.578 143.33 219.775 154.234] + /Subtype /Link +-/A << /S /GoTo /D (a00019_ae7cdb1f1b5f0242a69f85b5a5538c764) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-4041 0 obj << ++3574 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [242.6796 117.0287 326.2254 127.9327] ++/Rect [250.709 143.33 346.23 154.234] + /Subtype /Link +-/A << /S /GoTo /D (a00019_a3c44c6012860bbeba8a0f4c19710858d) >> +->> endobj +-4025 0 obj << +-/D [4023 0 R /XYZ 160.6675 686.127 null] +->> endobj +-4026 0 obj << +-/D [4023 0 R /XYZ 160.6675 651.2512 null] +->> endobj +-1502 0 obj << +-/D [4023 0 R /XYZ 160.6675 594.5562 null] +->> endobj +-1506 0 obj << +-/D [4023 0 R /XYZ 160.6675 533.593 null] +->> endobj +-4028 0 obj << +-/D [4023 0 R /XYZ 160.6675 509.2198 null] +->> endobj +-1510 0 obj << +-/D [4023 0 R /XYZ 160.6675 509.2198 null] +->> endobj +-2535 0 obj << +-/D [4023 0 R /XYZ 160.6675 415.8561 null] +->> endobj +-1514 0 obj << +-/D [4023 0 R /XYZ 160.6675 408.0101 null] ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-4029 0 obj << +-/D [4023 0 R /XYZ 160.6675 279.6446 null] ++3521 0 obj << ++/D [3519 0 R /XYZ 160.667 686.127 null] + >> endobj +-4022 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F40 2081 0 R /F44 2094 0 R /F11 2105 0 R >> ++3518 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F14 608 0 R /F40 469 0 R /F44 479 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-4056 0 obj << +-/Length 929 ++3577 0 obj << ++/Length 792 + /Filter /FlateDecode + >> + stream +-xWs8Wp)tӝ^dX`f0x1l~D p&t|{IOÏKT!a +->lM/6햪P#- \Eݷ +-?er_2/Ɋ9˪ncU`5Q+S$fQal}9c(JXx߾pd>1 w#!0#!N| R^^RШ`A;?GQd؅Y(#THs(zX)NYZ]C +-XPGUb%<Oeyĵ9*-]EDP* #b21,a˖Y6__5 P\cied2 㘓(?p%l09a=ȥeEle cU=~&13%dZ3ɇ TuNG.6ȊիsvU}e0WV#R`Y>C%w#C%B ++3%zG.Gf\c"đ-f24K]Q, C[t#ċ74%$d-fW07P&*wSy'=> (j hy ƿ( )k7{cr,CgOgy] _A;.Ŷ9|f:̃}W͝8&ꍹwvm#i76:4u hX]*)M<%PqsܤuIT&k̺|uegڍ%GUv^("W./]C&}mrSu+g[jؤh<'ָ;J;괋?x+H,_Ǝ罼ٿ\]_W&?SHetB?UW>endstream + endobj +-4055 0 obj << ++3576 0 obj << + /Type /Page +-/Contents 4056 0 R +-/Resources 4054 0 R ++/Contents 3577 0 R ++/Resources 3575 0 R + /MediaBox [0 0 612 792] +-/Parent 3996 0 R +-/Annots [ 4058 0 R 4059 0 R 4060 0 R ] ++/Parent 3517 0 R ++/Annots [ 3579 0 R 3580 0 R 3581 0 R ] + >> endobj +-4058 0 obj << ++3579 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [188.8813 655.0113 267.7944 665.9152] ++/Rect [195.453 655.011 336.901 665.915] + /Subtype /Link +-/A << /S /GoTo /D (a00019_afe608fb85eb2aa9706221ccb5fc4d415) >> ++/A << /S /GoTo /D (a00057_ga3) >> + >> endobj +-4059 0 obj << ++3580 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [188.8813 640.1808 272.6366 651.0847] ++/Rect [175.522 643.056 240.049 653.96] + /Subtype /Link +-/A << /S /GoTo /D (a00019_ab0921af6e0cd6975812a80b8e5c7435c) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-4060 0 obj << ++3581 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [188.8813 625.3502 263.929 636.2542] ++/Rect [270.983 643.056 366.504 653.96] + /Subtype /Link +-/A << /S /GoTo /D (a00019_aafa7683871a6a760246f9b35209caec5) >> +->> endobj +-4057 0 obj << +-/D [4055 0 R /XYZ 106.8692 686.127 null] +->> endobj +-1518 0 obj << +-/D [4055 0 R /XYZ 106.8692 607.5483 null] +->> endobj +-1522 0 obj << +-/D [4055 0 R /XYZ 106.8692 543.9384 null] +->> endobj +-4050 0 obj << +-/D [4055 0 R /XYZ 106.8692 518.7647 null] +->> endobj +-1526 0 obj << +-/D [4055 0 R /XYZ 106.8692 518.7647 null] +->> endobj +-4052 0 obj << +-/D [4055 0 R /XYZ 294.5138 476.089 null] +->> endobj +-1530 0 obj << +-/D [4055 0 R /XYZ 106.8692 455.1339 null] +->> endobj +-4051 0 obj << +-/D [4055 0 R /XYZ 209.9916 414.4717 null] +->> endobj +-1534 0 obj << +-/D [4055 0 R /XYZ 106.8692 393.5166 null] +->> endobj +-4049 0 obj << +-/D [4055 0 R /XYZ 234.3399 340.8992 null] +->> endobj +-1538 0 obj << +-/D [4055 0 R /XYZ 106.8692 319.9441 null] +->> endobj +-4045 0 obj << +-/D [4055 0 R /XYZ 337.5621 267.3267 null] +->> endobj +-1542 0 obj << +-/D [4055 0 R /XYZ 106.8692 246.3717 null] +->> endobj +-4043 0 obj << +-/D [4055 0 R /XYZ 341.9954 193.7543 null] ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-1546 0 obj << +-/D [4055 0 R /XYZ 106.8692 172.7992 null] ++3578 0 obj << ++/D [3576 0 R /XYZ 106.869 686.127 null] + >> endobj +-4047 0 obj << +-/D [4055 0 R /XYZ 356.2217 120.1818 null] ++3582 0 obj << ++/D [3576 0 R /XYZ 106.869 605.736 null] + >> endobj +-4054 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> ++3575 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F14 608 0 R /F40 469 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-4066 0 obj << +-/Length 728 ++3585 0 obj << ++/Length 355 + /Filter /FlateDecode + >> + stream +-xڵMs0 +-oi3mgf<+ :LpLk7v}}VP8G1G~g7r6aof޻8s8%@\ID$:Q$ wiS6n]iJTQW٭~և0p@cf"?@ Bn$Dno1 R@,qJp +-DZ>0huUraA'囲N^emKYT]FMTsk[\b>>Xg! ݿ׍ {{LAYg~#*̦@.C[?xMmtDβ*vVDp A?$D ^!UTJ6L&'>ΡqvWSf}@1"kuI_:D$|GVIMs'a@ 'bJ'v>Kf3ϻ +-+s:#Qk]WUW>w]e+&{w,ۺq]/@DVmD6y]ʿY5u*ח( \:`6<#:֞@!⌟ :<[DDDb3Q;5v2툡vgJ)vhQǤY#IM:MBmw:|fHendstream ++xڥR=O0+<:C̝c;qG-Xl!$n&"JIaA|;{H-kSh"]҄`=I}J"t~1J B F)kdM A(:e(ڔuGew?ze6ku)yL(+ Mg@ GhJG&GcD2r@KF^-MH&JRڋsD'ʋz]2}surS#I:pcAq踢<厡PGZ `v'Msqi`[HE}>BD5>D`mWy-ۍendstream + endobj +-4065 0 obj << ++3584 0 obj << + /Type /Page +-/Contents 4066 0 R +-/Resources 4064 0 R ++/Contents 3585 0 R ++/Resources 3583 0 R + /MediaBox [0 0 612 792] +-/Parent 3996 0 R ++/Parent 3517 0 R + >> endobj +-4067 0 obj << +-/D [4065 0 R /XYZ 160.6675 686.127 null] ++3586 0 obj << ++/D [3584 0 R /XYZ 160.667 686.127 null] + >> endobj +-1550 0 obj << +-/D [4065 0 R /XYZ 160.6675 668.127 null] ++871 0 obj << ++/D [3584 0 R /XYZ 160.667 668.127 null] + >> endobj +-4053 0 obj << +-/D [4065 0 R /XYZ 398.4037 621.3442 null] ++322 0 obj << ++/D [3584 0 R /XYZ 160.667 668.127 null] + >> endobj +-1554 0 obj << +-/D [4065 0 R /XYZ 160.6675 602.0373 null] ++3583 0 obj << ++/Font << /F28 362 0 R >> ++/ProcSet [ /PDF /Text ] + >> endobj +-4063 0 obj << +-/D [4065 0 R /XYZ 283.8943 549.7495 null] ++3589 0 obj << ++/Length 1524 ++/Filter /FlateDecode ++>> ++stream ++x͙mFS z}fTUJ{M(CJ"9 .^ ^|ON:c?vg HIH%QLpK'Ěܴ67OɋWTiɂكH`F(Pǯ|/uKbJTd s(*B"!o"?p`L0bZ_#u0 b''#%1.; ++t%_0d Nq qpC#g×8G"$iswiX?dz9k~ ~Z"$?}.ĕƯZ/_TmR%}q3L#jC1qg0)UfϏGHQI#&3:ݤUy{d&xoBOM&C[lweR]!?dMKC3+bk(q $t^endstream ++endobj ++3588 0 obj << ++/Type /Page ++/Contents 3589 0 R ++/Resources 3587 0 R ++/MediaBox [0 0 612 792] ++/Parent 3517 0 R ++/Annots [ 3592 0 R 3593 0 R 3594 0 R 3595 0 R 3596 0 R 3597 0 R 3598 0 R 3599 0 R ] + >> endobj +-1558 0 obj << +-/D [4065 0 R /XYZ 160.6675 530.4427 null] ++3592 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [155.407 411.976 246.504 422.88] ++/Subtype /Link ++/A << /S /GoTo /D (a00017) >> + >> endobj +-4062 0 obj << +-/D [4065 0 R /XYZ 278.325 478.1549 null] ++3593 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [155.407 373.513 387.076 384.417] ++/Subtype /Link ++/A << /S /GoTo /D (a00018) >> + >> endobj +-1562 0 obj << +-/D [4065 0 R /XYZ 160.6675 458.8481 null] ++3594 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [155.407 335.05 199.461 345.954] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-4061 0 obj << +-/D [4065 0 R /XYZ 330.3197 406.5603 null] ++3595 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [155.965 296.587 228.243 307.491] ++/Subtype /Link ++/A << /S /GoTo /D (a00013) >> + >> endobj +-1566 0 obj << +-/D [4065 0 R /XYZ 160.6675 387.2534 null] ++3596 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [155.407 258.124 312.347 269.028] ++/Subtype /Link ++/A << /S /GoTo /D (a00014) >> + >> endobj +-4048 0 obj << +-/D [4065 0 R /XYZ 290.3498 334.9657 null] ++3597 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [155.407 219.662 312.915 230.566] ++/Subtype /Link ++/A << /S /GoTo /D (a00015) >> + >> endobj +-1570 0 obj << +-/D [4065 0 R /XYZ 160.6675 315.6588 null] ++3598 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [155.407 181.199 229.349 192.103] ++/Subtype /Link ++/A << /S /GoTo /D (a00016) >> + >> endobj +-4044 0 obj << +-/D [4065 0 R /XYZ 335.1915 263.371 null] ++3599 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [155.407 142.736 300.442 153.64] ++/Subtype /Link ++/A << /S /GoTo /D (a00020) >> + >> endobj +-1574 0 obj << +-/D [4065 0 R /XYZ 160.6675 244.0642 null] ++3590 0 obj << ++/D [3588 0 R /XYZ 106.869 686.127 null] + >> endobj +-4042 0 obj << +-/D [4065 0 R /XYZ 339.6249 191.7764 null] ++525 0 obj << ++/D [3588 0 R /XYZ 106.869 668.127 null] + >> endobj +-1578 0 obj << +-/D [4065 0 R /XYZ 160.6675 172.4696 null] ++326 0 obj << ++/D [3588 0 R /XYZ 106.869 668.127 null] + >> endobj +-4046 0 obj << +-/D [4065 0 R /XYZ 353.8512 120.1818 null] ++3591 0 obj << ++/D [3588 0 R /XYZ 106.869 430.73 null] + >> endobj +-4064 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> ++3587 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 479 0 R /F11 489 0 R /F40 469 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-4070 0 obj << +-/Length 1504 ++3602 0 obj << ++/Length 1844 + /Filter /FlateDecode + >> + stream +-xXn6+tc/M(LgAQf"ɶ +-Jey}/EvSi>sE" $"XXjX"BU>pt+l6zw#2߇4RdeM8"d/e>4sUVׇvԗy!:?fKPrM|;HXZ} ˆi} O+8G)Ww?`}t*\`$bnNt`Dx}9)L|ڎzʟS撶۝9hSd[HP0P65=nM#5i߁pq:z4K]`ԎSjG~w~jBvYw*<ʤ)W3xNC~;7u4py_eb1-ݛh*FB1[02HWm&QL%RNj.#H)v[0cW8"Ԓk,UeQM1T!̈́jMsޗ%Y~N,IKR&Z):9b┖sURacO&t)x:^{8A1gZEY +[Iذ>yD-g+@H`I-Bv֨GQhfDC{fJ}D>8Z})ϊsZmX7y}ֈsf #!&fQdhaЇcqc^|^FZQ"FpPx#(l"P ,`ꘋ%:3v=rCKY>N7}aYD/dK=ꡖj$tPI2e/dx%a(1@ +-XteNl9 .g0;Px!+^j% ~5&  a/dw@Dx>x/5aG;Ýa+>o .NB{p*:AMc@G1]fe}K4#n p.Xh,nFhf^LF~B Nnp+/ȭzn`qdȚf)y%ti +-n +-8Lv`?^HHM1nf ~M/}cdgRGWw^;ؿ_+ܽH?Vtyendstream ++xڭZMs6Wp`$SLGh[IT%*}$ Z}{X"(iJN"jxM#GGA.<"v5z򊧑!F6dHdt53Lo&٘a4\}>xoTE> VjptVŤwW,$}NnD0iה0cHH2z1qV}ƣ[#.xR>n*%L`ܒ0#sժ/DڄDf7-Q)S6w9 hҒ"_O׻jvݭ I ++ Q6?C&f1qZ(u9d4-A[c~ﶕ6gvCwɴM/[݁5|S]sf?V*&-QTknVN.+¨i& 5=ru^c!r\䊐7C2[ ++ *NU6e%g)VM1g*7PV>jp*V%PPzLlXݲE lCB\5~b͐'d5RCRhcV0Z$=ZuePWdD19#֯RIQF$hٖ"*vfde=ˋ)|>J腏:ᇄ\m'RuVDoozOo|-sSsV1(vNKk'퐘T zؤ`;1-LIV牛1n9/̗p?e}4K={ƺfk'Q7m62æm(Iu_mWDu6n;=%@pCpONOyLPB)y*$,*tmO^^VpٶqM7w9.89.$q\q{3d|-:}'hZ!^iOԕeJ/&q v^ᰓ]? W|6͢R2 ++BchaaE[#o.m]Zr;ךS;LScaCF؛!Q(^igaR$]ki󱠄;&yVWHMHMHͱHuQ&&j\5/;]ɡA*->ru`{hzc<$J<xIFfŲ,;*$ ~8ĜuE8A<6kXa!':0(o3g,)O;LOcaCF؛! ++onwHfi<ܞaUS=~%ZC7B ++ZVwYڣf| &<_%dyɯ:lS߽u>DY¦aFhD%R)VX!sRqT8%,6pUPu"/ ++bZ8 GW`ZEFVVfRdu;8J9RT 2~sIc0?wYCWE0endstream + endobj +-4069 0 obj << ++3601 0 obj << + /Type /Page +-/Contents 4070 0 R +-/Resources 4068 0 R ++/Contents 3602 0 R ++/Resources 3600 0 R + /MediaBox [0 0 612 792] +-/Parent 4084 0 R +-/Annots [ 4073 0 R 4074 0 R 4075 0 R 4076 0 R 4077 0 R 4078 0 R 4079 0 R 4080 0 R ] ++/Parent 3517 0 R ++/Annots [ 3604 0 R 3605 0 R 3606 0 R 3608 0 R 3610 0 R 3611 0 R 3612 0 R 3613 0 R 3614 0 R 3615 0 R 3616 0 R 3617 0 R 3618 0 R 3619 0 R 3620 0 R 3621 0 R 3622 0 R 3623 0 R ] + >> endobj +-4073 0 obj << ++3604 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [155.4068 433.7829 300.4421 444.6868] ++/Rect [209.205 655.011 347.904 665.915] + /Subtype /Link +-/A << /S /GoTo /D (a00018) >> ++/A << /S /GoTo /D (a00019) >> + >> endobj +-4074 0 obj << ++3605 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [308.4122 433.7829 348.8404 444.6868] ++/Rect [209.205 610.941 353.443 621.845] + /Subtype /Link +-/A << /S /GoTo /D (a00020_aea3fbd7653d987d81f848636c420504d) >> ++/A << /S /GoTo /D (a00021) >> + >> endobj +-4075 0 obj << ++3606 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [155.4068 420.8314 294.1059 431.7354] ++/Rect [209.205 566.871 310.823 577.775] + /Subtype /Link +-/A << /S /GoTo /D (a00017) >> ++/A << /S /GoTo /D (a00022) >> + >> endobj +-4076 0 obj << ++3608 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [302.076 420.8314 336.168 431.7354] ++/Rect [216.398 472.836 324.094 482.764] + /Subtype /Link +-/A << /S /GoTo /D (a00020_adef2bb91f74c3e70a2a071393caf5f56) >> ++/A << /S /GoTo /D (a00034_ga0) >> + >> endobj +-4077 0 obj << ++3610 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [155.4068 407.88 299.6449 418.7839] ++/Rect [291.666 376.848 366.166 387.752] + /Subtype /Link +-/A << /S /GoTo /D (a00019) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4078 0 obj << ++3611 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [307.615 407.88 347.246 418.7839] ++/Rect [216.946 332.778 283.695 343.682] + /Subtype /Link +-/A << /S /GoTo /D (a00020_ac6eb62ae8bc0a68dce679a7107a36194) >> ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-4079 0 obj << ++3612 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [416.9367 349.3437 451.5766 360.2476] ++/Rect [284.193 332.778 348.721 343.682] + /Subtype /Link +-/A << /S /GoTo /D (a00038_gac2126e105f3ae708efca2e90d612625a) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-4080 0 obj << ++3613 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [105.873 337.3885 201.952 348.2925] ++/Rect [216.946 288.708 309.707 299.612] + /Subtype /Link +-/A << /S /GoTo /D (a00038_gac2126e105f3ae708efca2e90d612625a) >> ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-4071 0 obj << +-/D [4069 0 R /XYZ 106.8692 686.127 null] ++3614 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [310.206 288.708 400.745 299.612] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-1582 0 obj << +-/D [4069 0 R /XYZ 106.8692 668.127 null] ++3615 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [263.004 271.48 320.784 281.385] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-2536 0 obj << +-/D [4069 0 R /XYZ 106.8692 570.5716 null] ++3616 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [216.946 244.638 283.695 255.542] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga0) >> + >> endobj +-1586 0 obj << +-/D [4069 0 R /XYZ 106.8692 562.8506 null] ++3617 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [284.193 244.638 353.702 255.542] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-4072 0 obj << +-/D [4069 0 R /XYZ 106.8692 452.7328 null] ++3618 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [216.946 189.609 309.707 200.513] ++/Subtype /Link ++/A << /S /GoTo /D (a00058_ga1) >> + >> endobj +-1590 0 obj << +-/D [4069 0 R /XYZ 106.8692 394.306 null] ++3619 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [310.206 189.609 405.726 200.513] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-1594 0 obj << +-/D [4069 0 R /XYZ 106.8692 311.8593 null] ++3620 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [263.004 172.381 325.268 182.286] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-4081 0 obj << +-/D [4069 0 R /XYZ 106.8692 287.5311 null] ++3621 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [216.946 145.539 261.001 156.443] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1598 0 obj << +-/D [4069 0 R /XYZ 106.8692 287.5311 null] ++3622 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [268.971 145.539 320.776 156.443] ++/Subtype /Link ++/A << /S /GoTo /D (a00038_ga0) >> + >> endobj +-4082 0 obj << +-/D [4069 0 R /XYZ 106.8692 249.3478 null] ++3623 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [351.545 128.311 390.901 138.216] ++/Subtype /Link ++/A << /S /GoTo /D (a00012) >> + >> endobj +-1602 0 obj << +-/D [4069 0 R /XYZ 106.8692 249.3478 null] ++3603 0 obj << ++/D [3601 0 R /XYZ 160.667 686.127 null] + >> endobj +-4083 0 obj << +-/D [4069 0 R /XYZ 106.8692 213.0435 null] ++3607 0 obj << ++/D [3601 0 R /XYZ 160.667 493.417 null] + >> endobj +-1606 0 obj << +-/D [4069 0 R /XYZ 106.8692 213.0435 null] ++3609 0 obj << ++/D [3601 0 R /XYZ 160.667 396.122 null] + >> endobj +-4068 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R /F44 2094 0 R /F11 2105 0 R /F14 2227 0 R >> ++3600 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 469 0 R /F14 608 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-4087 0 obj << +-/Length 2255 ++3626 0 obj << ++/Length 2610 + /Filter /FlateDecode + >> + stream +-xڵ]sWR)Q|.ۛfhd++#KIA 0u2)/" ?dA$FR*Z"Bb/p0ΐ"^ܭѣΣR{HiE_`(riWw|cf' L)2LIX1~ۊ洭w +-|\1nV/[{}_RTo駽sݷ{y'jk1"R*Ag]/Ov`A +-)Uϗr9_)5 ,fJؼ +-F%ƒ}.ikEӞfka:nvx}wV O,-TWa݆%I8EBG1&)XvEN(λBej +-S=&QL/n|J)4AhWa]%Ft B1* ¹nۻF提 7B̍:5BS#$kك!im.߯%Ғ\/+pOqZv\fH +-ˏaMEXfWa]WetG1VT($լl?kwgFddvNV݇S{޴͊>8 4ZB  +-F8$6a:z8{?]ڃIn7纼~M c2 oq* A964fqFX*vl̈́pQuÿ1ryJ | +-F$6C(lFMdQ1qwOټ3S2W'o^C+oٳQX?#= !ejw(S=ِDDlHA@ e-{H#"|8³>xnOp{-+BDR7YU0B'ivU&xUD EZUS}VBe; Ȗa7Q́€LlH +-XEIԪ +-=5{5miƢdm};YdD{/}]-Cr0 G܌S*̛p)<&V?fF}e`}XoU0VH9j;C&0::ZN3$]cL!yt. +-2^pPET +-4 i6]"kȈuĨd {Dx(#F+H(Wa]7ӒC9qb8^U`خLC,V_c vI,O8k2n6p76Ehv8[<PJ/{ +-[.#'BDZmN$*rOR*Ap7Y~dWL`} +-~j>{IRjL)(`a^|!ɫ@?ĭ6$A2DEڋ +-4/{hLO8^jwвZ;dq9^^i`Lv(eLfW_Z9a0 fwҚ=䚝eF5ђO.\oSA]Z2=6 &!'VZ'4Yh2̃&a4yYڠвO; mJIfH@0`tnC:٬9'HW\{Ҋ O@_NîYE|V+BU?k H@1** zj3nNߕPMo:Y)v`2@UFK~~>o<7]KQnM2a&炭'H3=e3z͕[-D'BLZmz_cP{2[U'}}_oadW'+a&W9¦-Ֆd^Aon@/|iz +-&91[?endstream ++xڭ[]O#9}W1?\B 53 T# ,A{S(ߔ#H=}]PaF jP0^֏tp }:`r0c ++1X~UdruXrtxج]n^-oˈa6b!SrA?N7JD?5%B ++Hk?3+%JweTJz&hN?/Wo׬ hg[P̽w oNh18`, *"$4Z§h: ++i\z{Woqk"@u; J%Zʀh78LJ}-Ѓb ɗx5yub99KDC,4bǁ ?6IIaJhy#I$EdՕD; ASSC CgGd)5BP(L]-TUn򶘨g_&˴%UFR %UEI{i0-IUD*$Y JBQ=u;4t|PdA@ddyef6czlh0xah{v ńj?-La.36uJB-&WӋq*' $ 會TP?I`%K"&޲J:P[0*Y娔C0a|k~m7wdsJXN =+pȼݳs^{F ]x{g: ++ٺ:U6EbxA3઄AXN1S8o˯|8,&GI;`*a$-$_-bP(n[P-foQc]Q{E]PM0_SG!ۢn֝oκ68~A$.)ESCQH1l>;}:>O#6\}9NV&9a) j{P2p1 h\b=Pz@ ,@OH/5c{4b%:%% n9׻=pw;a=~ڶW״׶ow?r} zO!6/#QmMH(`oR$.%X:̾ҋ_,QBX݋ Y,4Nl9?:Ja`JէK.Nty8̗'`~> 5rٙaCvfX&Qt"%.P7sk7d!S[}NnS88}MU?⁳6a Yyy%n+1'Za/%)$jJ,d'i#- f/džmxÀAҒT\`K&L d}?!eNm17;0$ ݛ)bʞeCd{g0{`Da&%_sIof-ݥYl:|w]@-DO7 j?{A\'GaL@ch<-sc;=DA 4iFͅa`-8߇-}8\E& CQ6ZO3(㟻bBvvVvS&a^!Y- fzӦsQ,l D;0м0(%A0fc>ciKl[/2hkivYrR(kpYn0ɞG89[ޭ;b{7zXFL8%L;5GѴ[*1OxKuf>OuC{iھ: Y 2ڼ6jyiޜ\ܘW6_e5<ݬ]sQt[ihmZpodQendstream + endobj +-4086 0 obj << ++3625 0 obj << + /Type /Page +-/Contents 4087 0 R +-/Resources 4085 0 R ++/Contents 3626 0 R ++/Resources 3624 0 R + /MediaBox [0 0 612 792] +-/Parent 4084 0 R +-/Annots [ 4089 0 R 4090 0 R 4091 0 R 4092 0 R 4093 0 R 4094 0 R 4095 0 R 4096 0 R 4097 0 R 4098 0 R 4099 0 R 4100 0 R 4101 0 R 4102 0 R 4103 0 R 4104 0 R 4105 0 R 4106 0 R 4107 0 R 4108 0 R 4109 0 R 4110 0 R 4111 0 R 4112 0 R 4113 0 R 4114 0 R 4115 0 R 4116 0 R 4117 0 R 4118 0 R 4119 0 R 4120 0 R 4121 0 R 4122 0 R 4123 0 R 4124 0 R 4125 0 R ] ++/Parent 3672 0 R ++/Annots [ 3629 0 R 3630 0 R 3631 0 R 3632 0 R 3633 0 R 3634 0 R 3635 0 R 3636 0 R 3637 0 R 3638 0 R 3639 0 R 3640 0 R 3641 0 R 3642 0 R 3643 0 R 3644 0 R 3645 0 R 3646 0 R 3647 0 R 3648 0 R 3649 0 R 3650 0 R 3651 0 R 3652 0 R 3653 0 R 3654 0 R 3655 0 R 3656 0 R 3657 0 R 3658 0 R 3659 0 R 3660 0 R 3661 0 R 3662 0 R 3663 0 R 3664 0 R 3665 0 R 3666 0 R 3667 0 R 3669 0 R 3670 0 R 3671 0 R ] ++>> endobj ++3629 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [155.407 631.976 229.349 642.88] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_ga1) >> ++>> endobj ++3630 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [130.78 616.498 236.273 626.685] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_gga1a7) >> ++>> endobj ++3631 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [239.612 616.498 351.89 626.685] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_gga1a8) >> ++>> endobj ++3632 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [355.228 616.498 449.086 626.685] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_gga1a9) >> + >> endobj +-4089 0 obj << ++3633 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [277.6778 547.9721 289.6329 558.876] ++/Rect [130.78 604.543 235.715 614.73] + /Subtype /Link +-/A << /S /GoTo /D (page.87) >> ++/A << /S /GoTo /D (a00037_gga1a10) >> + >> endobj +-4090 0 obj << ++3634 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [199.5218 514.0181 216.4583 522.8648] ++/Rect [130.78 588.348 230.336 598.534] + /Subtype /Link +-/A << /S /GoTo /D (page.133) >> ++/A << /S /GoTo /D (a00037_gga1a11) >> + >> endobj +-4091 0 obj << ++3635 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [226.6398 487.9048 243.5763 498.8087] ++/Rect [253.868 588.348 346.63 598.534] + /Subtype /Link +-/A << /S /GoTo /D (page.121) >> ++/A << /S /GoTo /D (a00037_gga1a12) >> + >> endobj +-4092 0 obj << ++3636 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [226.6398 463.8487 243.5763 474.7526] ++/Rect [370.162 588.348 449.086 598.534] + /Subtype /Link +-/A << /S /GoTo /D (page.121) >> ++/A << /S /GoTo /D (a00037_gga1a13) >> + >> endobj +-4093 0 obj << ++3637 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [212.3732 452.5379 224.3284 462.7246] ++/Rect [130.78 576.393 230.336 586.579] + /Subtype /Link +-/A << /S /GoTo /D (page.47) >> ++/A << /S /GoTo /D (a00037_gga1a14) >> + >> endobj +-4094 0 obj << ++3638 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [226.6398 427.7646 243.5763 438.6685] ++/Rect [130.78 559.854 221.329 570.384] + /Subtype /Link +-/A << /S /GoTo /D (page.122) >> ++/A << /S /GoTo /D (a00037_gga1a15) >> + >> endobj +-4095 0 obj << ++3639 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [226.6398 403.7085 243.5763 414.6124] ++/Rect [155.407 520.115 256.447 531.019] + /Subtype /Link +-/A << /S /GoTo /D (page.122) >> ++/A << /S /GoTo /D (a00037_ga2) >> + >> endobj +-4096 0 obj << ++3640 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [259.6751 380.5033 271.6302 391.4072] ++/Rect [264.218 520.115 399.032 531.019] + /Subtype /Link +-/A << /S /GoTo /D (page.79) >> ++/A << /S /GoTo /D (a00037_gga2a16) >> + >> endobj +-4097 0 obj << ++3641 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [199.5218 346.5493 216.4583 355.3959] ++/Rect [159.276 506.909 259.231 517.813] + /Subtype /Link +-/A << /S /GoTo /D (page.133) >> ++/A << /S /GoTo /D (a00040_ga10) >> + >> endobj +-4098 0 obj << ++3642 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [230.2359 332.464 242.1911 343.3679] ++/Rect [274.74 506.909 451.577 517.813] + /Subtype /Link +-/A << /S /GoTo /D (page.89) >> ++/A << /S /GoTo /D (a00040_gga10a17) >> + >> endobj +-4099 0 obj << ++3643 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [254.8636 297.2307 271.8001 308.1346] ++/Rect [130.78 495.327 172.074 505.858] + /Subtype /Link +-/A << /S /GoTo /D (page.126) >> ++/A << /S /GoTo /D (a00040_gga10a17) >> + >> endobj +-4100 0 obj << ++3644 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [290.2701 285.2027 302.2252 296.1066] ++/Rect [175.063 495.327 382.913 505.858] + /Subtype /Link +-/A << /S /GoTo /D (page.86) >> ++/A << /S /GoTo /D (a00040_gga10a18) >> + >> endobj +-4101 0 obj << ++3645 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [226.6398 261.1466 243.5763 272.0505] ++/Rect [162.431 455.589 264.587 466.493] + /Subtype /Link +-/A << /S /GoTo /D (page.122) >> ++/A << /S /GoTo /D (a00042_ga6) >> + >> endobj +-4102 0 obj << ++3646 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [226.6398 237.0905 243.5763 247.9944] ++/Rect [286.407 455.589 449.086 466.493] + /Subtype /Link +-/A << /S /GoTo /D (page.122) >> ++/A << /S /GoTo /D (a00042_gga6a19) >> + >> endobj +-4103 0 obj << ++3647 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [226.6398 213.0344 243.5763 223.9384] ++/Rect [130.78 444.008 289.583 454.538] + /Subtype /Link +-/A << /S /GoTo /D (page.122) >> ++/A << /S /GoTo /D (a00042_gga6a20) >> + >> endobj +-4104 0 obj << ++3648 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [286.166 201.0064 298.1212 211.9103] ++/Rect [157.564 430.427 252.538 441.331] + /Subtype /Link +-/A << /S /GoTo /D (page.53) >> ++/A << /S /GoTo /D (a00045_ga6) >> + >> endobj +-4105 0 obj << ++3649 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [199.5218 178.9609 211.477 187.9271] ++/Rect [264.623 430.427 399.616 441.331] + /Subtype /Link +-/A << /S /GoTo /D (page.93) >> ++/A << /S /GoTo /D (a00045_gga6a21) >> + >> endobj +-4106 0 obj << ++3650 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [199.5218 131.1141 216.4583 139.9607] ++/Rect [404.762 430.427 451.577 441.331] + /Subtype /Link +-/A << /S /GoTo /D (page.128) >> ++/A << /S /GoTo /D (a00045_gga6a22) >> + >> endobj +-4107 0 obj << ++3651 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [216.966 117.0287 228.9212 127.9327] ++/Rect [130.78 419.19 221.877 429.376] + /Subtype /Link +-/A << /S /GoTo /D (page.66) >> ++/A << /S /GoTo /D (a00045_gga6a22) >> + >> endobj +-4108 0 obj << ++3652 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [461.0404 536.0169 477.9769 546.9209] ++/Rect [225.704 419.19 352.229 429.376] + /Subtype /Link +-/A << /S /GoTo /D (page.135) >> ++/A << /S /GoTo /D (a00045_gga6a23) >> + >> endobj +-4109 0 obj << ++3653 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [403.4767 512.1066 420.4132 523.0105] ++/Rect [356.055 419.19 451.577 429.376] + /Subtype /Link +-/A << /S /GoTo /D (page.123) >> ++/A << /S /GoTo /D (a00045_gga6a24) >> + >> endobj +-4110 0 obj << ++3654 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [402.6393 500.1514 414.5945 511.0554] ++/Rect [130.78 406.891 195.307 417.421] + /Subtype /Link +-/A << /S /GoTo /D (page.90) >> ++/A << /S /GoTo /D (a00045_gga6a24) >> + >> endobj +-4111 0 obj << ++3655 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [464.8258 488.1963 476.7809 499.1002] ++/Rect [155.407 367.153 261.857 378.056] + /Subtype /Link +-/A << /S /GoTo /D (page.52) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-4112 0 obj << ++3656 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [376.3587 466.3432 393.2951 475.1899] ++/Rect [130.78 351.674 270.585 361.861] + /Subtype /Link +-/A << /S /GoTo /D (page.113) >> ++/A << /S /GoTo /D (a00046_gga16a25) >> + >> endobj +-4113 0 obj << ++3657 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [376.3587 442.5324 393.2951 451.2795] ++/Rect [291.199 351.674 449.086 361.861] + /Subtype /Link +-/A << /S /GoTo /D (page.114) >> ++/A << /S /GoTo /D (a00046_gga16a26) >> + >> endobj +-4114 0 obj << ++3658 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [403.4767 408.3094 420.4132 419.2133] ++/Rect [130.78 339.719 251.755 349.906] + /Subtype /Link +-/A << /S /GoTo /D (page.123) >> ++/A << /S /GoTo /D (a00046_gga16a27) >> + >> endobj +-4115 0 obj << ++3659 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [403.4765 385.1163 420.413 395.303] ++/Rect [254.744 339.719 412.003 349.906] + /Subtype /Link +-/A << /S /GoTo /D (page.118) >> ++/A << /S /GoTo /D (a00046_gga16a28) >> + >> endobj +-4116 0 obj << ++3660 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [403.4765 361.206 420.413 371.3926] ++/Rect [130.78 323.524 279.989 333.711] + /Subtype /Link +-/A << /S /GoTo /D (page.118) >> ++/A << /S /GoTo /D (a00046_gga16a29) >> + >> endobj +-4117 0 obj << ++3661 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [461.0404 336.5783 477.9769 347.4823] ++/Rect [294.257 323.524 451.577 333.711] + /Subtype /Link +-/A << /S /GoTo /D (page.135) >> ++/A << /S /GoTo /D (a00046_gga16a30) >> + >> endobj +-4118 0 obj << ++3662 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [451.6253 305.2294 463.5805 315.4161] ++/Rect [155.407 271.487 255.919 282.391] + /Subtype /Link +-/A << /S /GoTo /D (page.85) >> ++/A << /S /GoTo /D (a00046_ga17) >> + >> endobj +-4119 0 obj << ++3663 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [414.276 281.3191 426.2312 291.5057] ++/Rect [130.78 256.009 270.196 266.195] + /Subtype /Link +-/A << /S /GoTo /D (page.84) >> ++/A << /S /GoTo /D (a00046_gga17a31) >> + >> endobj +-4120 0 obj << ++3664 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [474.5987 268.6466 486.5539 279.5506] ++/Rect [312.061 256.009 449.086 266.195] + /Subtype /Link +-/A << /S /GoTo /D (page.82) >> ++/A << /S /GoTo /D (a00046_gga17a32) >> + >> endobj +-4121 0 obj << ++3665 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [403.4767 244.7363 420.4132 255.6402] ++/Rect [130.78 244.054 261.728 254.24] + /Subtype /Link +-/A << /S /GoTo /D (page.123) >> ++/A << /S /GoTo /D (a00046_gga17a33) >> + >> endobj +-4122 0 obj << ++3666 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [376.3587 210.9281 393.2951 219.7747] ++/Rect [264.716 244.054 405.617 254.24] + /Subtype /Link +-/A << /S /GoTo /D (page.133) >> ++/A << /S /GoTo /D (a00046_gga17a34) >> + >> endobj +-4123 0 obj << ++3667 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [469.9168 188.7597 481.8719 199.6637] ++/Rect [130.78 227.515 285.518 238.045] + /Subtype /Link +-/A << /S /GoTo /D (page.60) >> ++/A << /S /GoTo /D (a00046_gga17a35) >> + >> endobj +-4124 0 obj << ++3669 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [376.3587 154.9515 393.2951 163.7982] ++/Rect [143.669 143.187 235.304 154.091] + /Subtype /Link +-/A << /S /GoTo /D (page.133) >> ++/A << /S /GoTo /D (a00037_ga0) >> + >> endobj +-4125 0 obj << ++3670 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [376.3587 119.086 393.2951 127.9327] ++/Rect [238.998 143.187 312.94 154.091] + /Subtype /Link +-/A << /S /GoTo /D (page.130) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-4088 0 obj << +-/D [4086 0 R /XYZ 160.6675 686.127 null] ++3671 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [340.337 143.187 414.279 154.091] ++/Subtype /Link ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-4085 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> ++3627 0 obj << ++/D [3625 0 R /XYZ 106.869 686.127 null] ++>> endobj ++3628 0 obj << ++/D [3625 0 R /XYZ 106.869 651.181 null] ++>> endobj ++3668 0 obj << ++/D [3625 0 R /XYZ 106.869 162.392 null] ++>> endobj ++3624 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 469 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-4128 0 obj << +-/Length 2400 ++3675 0 obj << ++/Length 2542 + /Filter /FlateDecode + >> + stream +-xڵks9W_[b /ͤf(lc]<*雺-5Y\y^[ H?!X"- H-sr;OI5Q.,??Q1H*;G,ap`tQz>gyV@jTF#b@r8B+gӳEZBFBcV&Z&_n~!EH2g6ӏL?ۿn80ݑ#Jxz?⏶OfbߙL5pʍ+Gs* U+PMLQ(4z;E0Շ +-UX&hx沄 n$X@#mFP@R%KrPH=A+G0r\f~ۜ xƈ)}.T"BZ>, +-43 Ru -3MZ3< sY(hdr0|#ni +-d ?̯Tf~~ۜ 3L_C6w/v|@9 aIT3X`#;[NB Y@R +-Bu}EfxYWn~+tWwɇoߖI*2UdY<1]v?zRtSXAC`쀚&:b,1 kr闩BY22Y;qlpˢjx pjDh쀚9wN +-1Zh +-@\4x&#z󰌁kHsw aCd쀚9&H9RW+T͑20grt~[=aM\F*LUuk 2ydkj8wXT쫌3U`L`"ae8>~|4_ǯl IEa f&H.Gv@ :ܸNE@3{ſ.S\stTyI? l gx,Zdt6&("ܬLVou-q 2kͮ&묔Bz3z7+-y] nҒ)[:[qVADh,L-Gv@jqwNPRwkNHJ]?~ ѽ NhHrC<sYbٿߵ(!Ci0f=R +-d!~%f~^ׂ\U`4O=DdJ +-d!%f^ <դrNmFr][qk#[֊a壈vC0#;[886L* +-xRد*,IGr`NkΨotȶ1‹; +-]윜gXpcb} q&:3Lfe@•y=spQ ZԀ['G|`>\GWoB,)u}uҿ$ +-"܂W}R p9TuimSLH}#4gAJ3ڴYj9LVZ& P+7Rz0E+?~C߄]x]<\Y%QԸ.yp`<>+r2i&MxrN֠LBUofu-` 4Lfۛ|\e|2YXɿ׵ DVudnzTf7YB ]5Z8gDeTeFV~V|IBh|q(;BJͰ,aբonO+Ď}Q܌Wb1ū]o:>?;I (pD|2YUɿ׵7:OS$iUvW. *7渨VHnwx8:4<̈t5XϮS qb|Ynyof]Hi"?Gn_)Zq*?UL Ԃ*x؟ iR&m=3Ձh&]ro&5-HLSVJ7Efv5NO7vjپ4H!-É#K_RH@& /;R2G P Tû:~]3#j e|eF~~z'IP|Dj? Y(q*7B~j\gdzRG<%HkXp,Nkc8ؐX]C&r8/I¶yAdb+p 5ɻWgoۇm<.4uw`,I.ݥ]l\;w6qS 8 endstream ++xڭ[n+}WP1_ִI E?HCƶYr%9>nΐ9Meiy/MPlF͘Dk3Vl|Cg7,@L@|3Gۇ$#9Svd21Y05[ΛŒ+:^j=woB}zuo}f^nʯη7?JgHJ7xM sn|#槛_uY_c5%7m)K׺nF,b|~\ ('fI!aP edFݟ|eU?8>ħ9q^Hvr%0~fxs+y~ UV ++N8VBiTA.) 3FbrN*1BaKiyĠ^SNcrv2Ʃ{!ap;bPr5uV$\:^Z Ov ++}]_W*5R*v‹~(UJU nqFLIIiA)޹ۡHǺtz4J92f7|l}0z:VA!!Tؼ# _JUV q^*ZN{?bpr}ޯPҊ|BTmTmxۅ_}q!̼W)IDw@Ӓ!9)j 4F55VhfpJ[J/(#4O~T B# Sf18q@)s:@i) K渏oa{/hWضaLT7[+^2\ST5n0;!Y[s؟$d|;49U~tNA -@Ġ0Ĵ2y_@D5 ++ X,A%u:GڅV?aŬ+@Dm腼pҷDJ00Fu?"v&z;2 a8=i`3l%IߋO/Τ%o+0%}Iň ++)YXkP`a)ᨅQb}|uh`al~@~e%b 3ØYG,Wuu454G\j?lFe{;W:7 ++eۄ{)C5o_sP)e9yɿ8lk5+vڿ[=͡ !uK]bN2A4`: Xbq%AiW>(E{!p?DpG1hۄ0(E cFh,Iz@rAݬ-tĠR B+6pGsVe v"fv Npuui>hq ++?bJObM % O G@p!+SsV t#HB0 %rZ"? yȪCWXy NӡJgiOf4wPa.\W#S) );M0&_lm hQ{t ++{s^o S0 bǝwc3ۈ)5apt!`r>d!Сq^ Kx82(lB v|aRT yȺ'0BvP2޵l!t)|~Z Պ^r30,ܭZ{YsV@*sI1=}Z!.w~:7[DžTC\vFwޞ}eEr7FW'7MĔ)5O(apŸ,LlO3BNȳ-k#m}Ye]\ =P%B,fyMI2=o tG6˚0k`sUiW 1Wy{vul7Ew؆[ؿ[]c8ȏ3XO2"hXA` ‰3]e·z49aS6?CqF1h[7D1}),CDԽuϦM;@PjINQ_BZՊu[()J@u $W7-tXo櫚MsZ/6?rBE ;?~uwCҏ/ ]eZ1%IbMJ|$%m{|h[`ϻO>b&97Bɮ2.P!k6;`pr)yb uVS_ҭxa-d!l6)9I3Na5Vw7(ԍug1Z;ãۥRDFuK}osL=^j4U9k%_Ѱj[pX?R}@ y,endstream + endobj +-4127 0 obj << ++3674 0 obj << + /Type /Page +-/Contents 4128 0 R +-/Resources 4126 0 R ++/Contents 3675 0 R ++/Resources 3673 0 R + /MediaBox [0 0 612 792] +-/Parent 4084 0 R +-/Annots [ 4130 0 R 4131 0 R 4132 0 R 4133 0 R 4134 0 R 4135 0 R 4136 0 R 4137 0 R 4138 0 R 4139 0 R 4140 0 R 4141 0 R 4142 0 R 4143 0 R 4144 0 R 4145 0 R 4146 0 R 4147 0 R 4148 0 R 4149 0 R 4150 0 R 4151 0 R 4152 0 R 4153 0 R 4154 0 R 4155 0 R 4156 0 R 4157 0 R 4158 0 R 4159 0 R 4160 0 R 4161 0 R 4162 0 R 4163 0 R 4164 0 R 4165 0 R 4166 0 R 4167 0 R 4168 0 R 4169 0 R 4170 0 R ] ++/Parent 3672 0 R ++/Annots [ 3677 0 R 3678 0 R 3679 0 R 3680 0 R 3681 0 R 3682 0 R 3683 0 R 3684 0 R 3685 0 R 3686 0 R 3687 0 R 3688 0 R 3689 0 R 3690 0 R 3691 0 R 3692 0 R 3693 0 R 3694 0 R 3695 0 R 3696 0 R 3697 0 R 3698 0 R 3699 0 R 3700 0 R 3701 0 R 3702 0 R 3703 0 R ] + >> endobj +-4130 0 obj << ++3677 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [145.7235 633.1189 162.66 641.9656] ++/Rect [197.589 655.011 282.609 665.915] + /Subtype /Link +-/A << /S /GoTo /D (page.133) >> ++/A << /S /GoTo /D (a00039_ga0) >> + >> endobj +-4131 0 obj << ++3678 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [145.7235 597.1747 162.66 606.0214] ++/Rect [286.425 655.011 360.925 665.915] + /Subtype /Link +-/A << /S /GoTo /D (page.130) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4132 0 obj << ++3679 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [145.7235 561.2306 162.66 570.0772] ++/Rect [197.589 616.07 286.475 626.974] + /Subtype /Link +-/A << /S /GoTo /D (page.133) >> ++/A << /S /GoTo /D (a00039_ga1) >> + >> endobj +-4133 0 obj << ++3680 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [145.7235 525.2864 162.66 534.1331] ++/Rect [290.291 616.07 364.791 626.974] + /Subtype /Link +-/A << /S /GoTo /D (page.130) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4134 0 obj << ++3681 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [145.7235 489.3423 162.66 498.1889] ++/Rect [204.583 577.129 305.543 588.033] + /Subtype /Link +-/A << /S /GoTo /D (page.133) >> ++/A << /S /GoTo /D (a00039_ga2) >> + >> endobj +-4135 0 obj << ++3682 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [145.7235 453.3981 162.66 462.2448] ++/Rect [309.359 577.129 383.859 588.033] + /Subtype /Link +-/A << /S /GoTo /D (page.131) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4136 0 obj << ++3683 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [201.0654 427.3519 218.0019 438.2558] ++/Rect [204.583 538.189 299.546 549.092] + /Subtype /Link +-/A << /S /GoTo /D (page.126) >> ++/A << /S /GoTo /D (a00039_ga3) >> + >> endobj +-4137 0 obj << ++3684 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [178.59 392.7841 195.5265 403.688] ++/Rect [303.362 538.189 377.862 549.092] + /Subtype /Link +-/A << /S /GoTo /D (page.106) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4138 0 obj << ++3685 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [182.2561 369.5517 199.1925 379.7384] ++/Rect [201.715 499.248 321.037 510.152] + /Subtype /Link +-/A << /S /GoTo /D (page.110) >> ++/A << /S /GoTo /D (a00040_ga0) >> + >> endobj +-4139 0 obj << ++3686 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [198.8539 345.6021 215.7903 355.7887] ++/Rect [328.979 499.248 403.479 510.152] + /Subtype /Link +-/A << /S /GoTo /D (page.112) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4140 0 obj << ++3687 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [234.2807 320.9351 251.2172 331.8391] ++/Rect [453.022 499.248 505.375 510.152] + /Subtype /Link +-/A << /S /GoTo /D (page.108) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-4141 0 obj << ++3688 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [222.6542 296.9461 234.6094 307.8501] ++/Rect [184.578 487.292 211.477 498.196] + /Subtype /Link +-/A << /S /GoTo /D (page.68) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-4142 0 obj << ++3689 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [222.6542 272.9571 234.6094 283.8611] ++/Rect [199.874 448.352 382.727 459.255] + /Subtype /Link +-/A << /S /GoTo /D (page.68) >> ++/A << /S /GoTo /D (a00040_ga1) >> + >> endobj +-4143 0 obj << ++3690 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [222.6542 248.9682 234.6094 259.8721] ++/Rect [388.828 448.352 463.329 459.255] + /Subtype /Link +-/A << /S /GoTo /D (page.68) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4144 0 obj << ++3691 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [222.6542 224.9792 234.6094 235.8831] ++/Rect [184.578 436.396 258.52 447.3] + /Subtype /Link +-/A << /S /GoTo /D (page.68) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-4145 0 obj << ++3692 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [228.1932 200.9902 240.1484 211.8941] ++/Rect [197.589 397.455 373.249 408.359] + /Subtype /Link +-/A << /S /GoTo /D (page.74) >> ++/A << /S /GoTo /D (a00040_ga2) >> + >> endobj +-4146 0 obj << ++3693 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [228.1932 177.0012 240.1484 187.9051] ++/Rect [377.064 397.455 451.564 408.359] + /Subtype /Link +-/A << /S /GoTo /D (page.74) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4147 0 obj << ++3694 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [228.1932 153.0122 240.1484 163.9161] ++/Rect [202.244 358.515 308.844 369.418] + /Subtype /Link +-/A << /S /GoTo /D (page.74) >> ++/A << /S /GoTo /D (a00040_ga3) >> + >> endobj +-4148 0 obj << ++3695 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [228.1932 129.0232 240.1484 139.9271] ++/Rect [317.315 358.515 391.815 369.418] + /Subtype /Link +-/A << /S /GoTo /D (page.74) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4149 0 obj << ++3696 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [405.0301 655.0113 416.9852 665.9152] ++/Rect [198.448 307.618 309.471 318.522] + /Subtype /Link +-/A << /S /GoTo /D (page.73) >> ++/A << /S /GoTo /D (a00040_ga4) >> + >> endobj +-4150 0 obj << ++3697 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [405.0301 631.1009 416.9852 642.0049] ++/Rect [314.146 307.618 388.647 318.522] + /Subtype /Link +-/A << /S /GoTo /D (page.74) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4151 0 obj << ++3698 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [405.0301 607.1906 416.9852 618.0945] ++/Rect [198.872 256.722 299.384 267.626] + /Subtype /Link +-/A << /S /GoTo /D (page.73) >> ++/A << /S /GoTo /D (a00040_ga5) >> + >> endobj +-4152 0 obj << ++3699 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [405.0301 583.2803 416.9852 594.1842] ++/Rect [304.483 256.722 378.984 267.626] + /Subtype /Link +-/A << /S /GoTo /D (page.73) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4153 0 obj << ++3700 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [405.0301 559.3699 416.9852 570.2739] ++/Rect [199.927 205.826 323.682 216.73] + /Subtype /Link +-/A << /S /GoTo /D (page.74) >> ++/A << /S /GoTo /D (a00040_ga6) >> + >> endobj +-4154 0 obj << ++3701 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [405.0301 535.4596 416.9852 546.3635] ++/Rect [329.836 205.826 404.336 216.73] + /Subtype /Link +-/A << /S /GoTo /D (page.73) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4155 0 obj << ++3702 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [405.0301 511.5493 416.9852 522.4532] ++/Rect [199.687 154.93 302.969 165.834] + /Subtype /Link +-/A << /S /GoTo /D (page.73) >> ++/A << /S /GoTo /D (a00040_ga7) >> + >> endobj +-4156 0 obj << ++3703 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [375.6903 487.6389 387.6455 498.5429] ++/Rect [308.883 154.93 383.383 165.834] + /Subtype /Link +-/A << /S /GoTo /D (page.50) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4157 0 obj << ++3676 0 obj << ++/D [3674 0 R /XYZ 160.667 686.127 null] ++>> endobj ++3673 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F14 608 0 R /F40 469 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++3706 0 obj << ++/Length 2571 ++/Filter /FlateDecode ++>> ++stream ++xڽMs6:JUvL*r2VJoD$Vj"zh46@-(jb[h f}G$Y'|ۅ#NĐ#oKCj]>}n_WeUojɔ[~:ۊ;]<@?P"]|07B ++7bxbM3:<'e "]Dɿ9WqMSa#>IM?1(ާ3=7~w>ǷSu_q| Fh* EyC053A<838|dAG [(?:y-c+_4_n % ++1j~ifwvD yH, .{% kysUlJ[h(tjTj׉ɘ Anq] `7QT=o]B߼vcvӾD@SUg"_^t ++.jtQ3EVt@jq= ;-.q=#KO~|6ֱ)'"jHʼn/ Q״Aq2;jPBSbɜ4cLs[%,pmx+V_ 3՗ ΄E'."h)IL@wxMRfK ++aD$"A3 aH }" iĸ$A^j t?4-QF&!EPC83ssb\s;jp֐u("BCB1Ҿ` |A8&7<(Z^W$tGyJEVEƪnz*؜$\.2`Z5Ԣ\)%g?kxTAF.#=[|::N9q .h]0Oyw}|wv}y=UCH8XA#l2]UpzWM^iW%%#`V%*j_=%&4*F.G$D ,p¥hs5ه=@g-Ӽx{x ?~650ýBzN]栙dsgKٌEٜD5z!v"cQ4m/cU24AC9LͩlF]&f({[͉標4&'klG WMHB] (K{qQT_(dɝ1-6Zvu5<0PIeˤbwnpz9?݂0ͳ\*aŽnlQ9džd?X7@".Pg;/=FW-7[vJeUQnϧBW'>Xp3G~Q3;[ZŞ8}BG=LvE*sIaУ KKzlg&`#2oQ 9:V:069cKsx={l%lhl-Ae ++IT 4D4b`VCgHEEMzOkSz۝AD],$E*rtW" 80)*&pSFDiTBY4r&wB` 4Qw3 XAg@F|n0H`2ew39:; k։UG))BݭyCB4kv:qCASPS8e m)&8R48'J_C9q85l3aDLⰼ.Sd3֪q=9@{?Ӭ!24 QFa59G1ڧ9EpEm:A }3=(zh;_tI|GN[Gqa)L|@ ++`.]LYc Gg [`GmWwIG7ycy FC 1փ,("JS^8Ѿ> endobj ++3708 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [375.6903 463.7286 387.6455 474.6325] ++/Rect [145.478 655.011 272.65 665.915] + /Subtype /Link +-/A << /S /GoTo /D (page.50) >> ++/A << /S /GoTo /D (a00040_ga8) >> + >> endobj +-4158 0 obj << ++3709 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [375.6903 439.8183 387.6455 450.7222] ++/Rect [278.153 655.011 352.654 665.915] + /Subtype /Link +-/A << /S /GoTo /D (page.50) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4159 0 obj << ++3710 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [181.261 603.822 282.879 614.726] ++/Subtype /Link ++/A << /S /GoTo /D (a00022) >> ++>> endobj ++3711 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [293.181 603.822 411.955 614.726] ++/Subtype /Link ++/A << /S /GoTo /D (a00040_ga9) >> ++>> endobj ++3712 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [416.937 603.822 451.577 614.726] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++3713 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [130.78 591.867 175.95 602.771] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++3714 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [154.982 552.633 272.501 563.537] ++/Subtype /Link ++/A << /S /GoTo /D (a00041_ga0) >> ++>> endobj ++3715 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [280.515 552.633 355.015 563.537] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++3716 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [375.6903 415.9079 387.6455 426.8119] ++/Rect [155.883 501.444 297.292 512.348] + /Subtype /Link +-/A << /S /GoTo /D (page.50) >> ++/A << /S /GoTo /D (a00041_ga1) >> + >> endobj +-4160 0 obj << ++3717 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [375.6903 391.9976 387.6455 402.9015] ++/Rect [306.207 501.444 380.707 512.348] + /Subtype /Link +-/A << /S /GoTo /D (page.50) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4161 0 obj << ++3718 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [375.6903 368.0872 387.6455 378.9912] ++/Rect [130.78 450.255 182.585 461.159] + /Subtype /Link +-/A << /S /GoTo /D (page.50) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-4162 0 obj << ++3719 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [375.6903 344.1769 387.6455 355.0808] ++/Rect [201.914 450.255 394.29 461.159] + /Subtype /Link +-/A << /S /GoTo /D (page.50) >> ++/A << /S /GoTo /D (a00041_ga2) >> + >> endobj +-4163 0 obj << ++3720 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [375.6903 320.2666 387.6455 331.1705] ++/Rect [416.937 450.255 451.577 461.159] + /Subtype /Link +-/A << /S /GoTo /D (page.50) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4164 0 obj << ++3721 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [375.6903 296.3562 387.6455 307.2602] ++/Rect [130.78 438.3 175.95 449.204] + /Subtype /Link +-/A << /S /GoTo /D (page.50) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4165 0 obj << ++3722 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [407.7898 260.4907 419.7449 271.3947] ++/Rect [216.209 438.3 306.748 449.204] + /Subtype /Link +-/A << /S /GoTo /D (page.56) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-4166 0 obj << ++3723 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [407.7898 224.6252 419.7449 235.5292] ++/Rect [130.78 399.066 182.585 409.97] + /Subtype /Link +-/A << /S /GoTo /D (page.55) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-4167 0 obj << ++3724 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [401.7025 200.7149 413.6576 211.6188] ++/Rect [202.193 399.066 394.011 409.97] + /Subtype /Link +-/A << /S /GoTo /D (page.61) >> ++/A << /S /GoTo /D (a00041_ga3) >> + >> endobj +-4168 0 obj << ++3725 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [401.7025 176.8046 413.6576 187.7085] ++/Rect [416.937 399.066 451.577 409.97] + /Subtype /Link +-/A << /S /GoTo /D (page.61) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4169 0 obj << ++3726 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [375.6903 152.8942 387.6455 163.7982] ++/Rect [130.78 387.111 175.95 398.015] + /Subtype /Link +-/A << /S /GoTo /D (page.49) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4170 0 obj << ++3727 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [405.0301 128.9839 416.9852 139.8878] ++/Rect [216.209 387.111 268.014 398.015] + /Subtype /Link +-/A << /S /GoTo /D (page.74) >> +->> endobj +-4129 0 obj << +-/D [4127 0 R /XYZ 106.8692 686.127 null] +->> endobj +-4126 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-4173 0 obj << +-/Length 2092 +-/Filter /FlateDecode +->> +-stream +-xڭ[o6w +-?&ҷvgNQm]- VN~Ln&}C,ʗcs)ڨ0n櫧?SM_t}sGz~{r0o\rń{w{`"[L|0i&n~:tDGc(S+K?nwvsx6zS?ȸYcׅ4wN5?%7p@xfMFFy t ԄSK,ŢޭCul3g~?pu^NUv*m鰖AsuIvfSc}$`<A +-ohf]֝Q!Uru^;Tz!Śpٗe4xנi$ƶ7.ׇƻ6:3֏s9Q\N7|DlfIė_Ŕ>]1) w9 9z)b.ȟn%NNu7pY43|l]UmpheԨn5 P.+˒ &C24*ն\/cxf1tL)=lɝ=sq&zɌ@m +- h}YFm?Ɇw nGvSPiʷ(ue-:\@rm:vOqRc&.8B=&wi7g`0l'|.ڏ`!X/H(C$w:!&)fli~gxģ"'}UmeSZT^ KYhHr̰,N;Cr;WYN.7K mۣ='eli`0sxL$80m6j֓kea `òh,3g K恛0{~VYL.7 E@ mȒQjƬ, fh(ϛ5ò@` f,p> + >> endobj +-4175 0 obj << ++3728 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [281.9915 655.0113 293.9466 665.9152] ++/Rect [169.245 347.877 280.268 358.781] + /Subtype /Link +-/A << /S /GoTo /D (page.74) >> ++/A << /S /GoTo /D (a00042_ga0) >> + >> endobj +-4176 0 obj << ++3729 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [281.9915 631.1009 293.9466 642.0049] ++/Rect [284.084 347.877 358.584 358.781] + /Subtype /Link +-/A << /S /GoTo /D (page.75) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4177 0 obj << ++3730 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [291.9441 607.1906 303.8993 618.0945] ++/Rect [148.96 308.644 241.711 319.547] + /Subtype /Link +-/A << /S /GoTo /D (page.89) >> ++/A << /S /GoTo /D (a00042_ga1) >> + >> endobj +-4178 0 obj << ++3731 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [291.9441 583.2803 303.8993 594.1842] ++/Rect [250.696 308.644 325.197 319.547] + /Subtype /Link +-/A << /S /GoTo /D (page.89) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4179 0 obj << ++3732 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [277.9567 559.3699 289.9119 570.2739] ++/Rect [377.086 308.644 451.577 319.547] + /Subtype /Link +-/A << /S /GoTo /D (page.47) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-4180 0 obj << ++3733 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [259.2967 535.4596 276.2332 546.3635] ++/Rect [130.78 296.688 135.542 307.592] + /Subtype /Link +-/A << /S /GoTo /D (page.100) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-4181 0 obj << ++3734 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [259.2967 511.5493 276.2332 522.4532] ++/Rect [130.78 257.455 204.722 268.358] + /Subtype /Link +-/A << /S /GoTo /D (page.100) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-4182 0 obj << ++3735 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [259.2967 487.6389 276.2332 498.5429] ++/Rect [209.869 257.455 302.62 268.358] + /Subtype /Link +-/A << /S /GoTo /D (page.100) >> ++/A << /S /GoTo /D (a00042_ga2) >> + >> endobj +-4183 0 obj << ++3736 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [259.2967 463.7286 276.2332 474.6325] ++/Rect [311.085 257.455 385.585 268.358] + /Subtype /Link +-/A << /S /GoTo /D (page.100) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4184 0 obj << ++3737 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [259.2967 439.8183 276.2332 450.7222] ++/Rect [171.287 206.266 288.397 217.169] + /Subtype /Link +-/A << /S /GoTo /D (page.100) >> ++/A << /S /GoTo /D (a00042_ga3) >> + >> endobj +-4185 0 obj << ++3738 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [259.2967 415.9079 276.2332 426.8119] ++/Rect [294.255 206.266 368.755 217.169] + /Subtype /Link +-/A << /S /GoTo /D (page.100) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4186 0 obj << ++3739 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [259.2967 391.9976 276.2332 402.9015] ++/Rect [168.786 155.077 280.915 165.98] + /Subtype /Link +-/A << /S /GoTo /D (page.101) >> ++/A << /S /GoTo /D (a00042_ga4) >> + >> endobj +-4187 0 obj << ++3740 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [259.2967 368.0872 276.2332 378.9912] ++/Rect [284.635 155.077 359.135 165.98] + /Subtype /Link +-/A << /S /GoTo /D (page.101) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4188 0 obj << ++3741 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [259.2967 344.1769 276.2332 355.0808] ++/Rect [399.223 155.077 451.577 165.98] + /Subtype /Link +-/A << /S /GoTo /D (page.101) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-4189 0 obj << ++3742 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [259.2967 320.2666 276.2332 331.1705] ++/Rect [130.78 143.121 157.678 154.025] + /Subtype /Link +-/A << /S /GoTo /D (page.101) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-4190 0 obj << ++3707 0 obj << ++/D [3705 0 R /XYZ 106.869 686.127 null] ++>> endobj ++3704 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F14 608 0 R /F40 469 0 R /F44 479 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++3745 0 obj << ++/Length 2807 ++/Filter /FlateDecode ++>> ++stream ++x[MsW(U|K6\֔,2t$yίOD$Rs[zht?4@(c+)ڬՄqo_rrF㳔B"[cB !@Ȅ/#eU8<ⷘ٣qINK<5O:Η28JpN(ghEpIci!ƄXHeaDF!)0%IOrʂmBBSȋq.vmmte%h4W{Ιy,c6^&M >8zi#պ9 @[lܨu3sT=+z֐Pºg ++W=Uȫ.3 E5sJY8nj];ֽO3L%kr0B"R&%C*+F!N . ΈRl\Z$܁uf^P N I4$#ʺ]^o+"51bDجr W}'@o`ЁH[ZayLY,NBP`4F5"jR.Pi耔Ae.`d.onPB`1aU?Uu9/,TJW(Fɇ&`l ʧѭyعH@/oϣ@ 67z ,2i2L'̡0Kg&gS$TAX<'%MS UObKҕ=c >08n 0(9,%w߲8|rcˁ_-_*׶SBG,|n!p} h|!م,aHv _xܝA^*Sև# WNevhѡɉt0ޙZBEC0B@& ")?_l!|A{,(R S<.H $W X&gvB#,y-LJS?tJ ,OΕ\ٕeyk.O-Kͫ8W~V뇷*+Ce_u/N0&Ǘޞ6¬.<%{hNǬ'ω6'ͮ$D'&htCჱ`!׋S̋ӷm8)wݥ^?\Ub$FQ@1+j)b*b`Js%/o6i{]tOX,O9.3+-D1 0r؋r;h<eL+5}9:nɭD,8%Q}=1JTJbŴ$2p~i6<LdzS!ewIN:6M74{YTRf䀭C> M=_絼}E/ %ְo\hX^O;=z/:` e_|~;ʐ4mHM$-ucf(FR0"3Z"8Ѭȹ]Կ|ѨCiUи8q[:1fЀ p-K#8[8rwy;4S>Yְm-ܸYV2yV`]۩]78Pkʍk/Em&h1rZМãg 5sS_ĞvBAջm3s ++9Ŋl %f'|h8d_sYC%:Aڨ}Jx`cO 8kZB4YtR Xa 5S$-~@> Lo/'}AR~ p*¥~dvw54 nEрqnXۿx% =wOr93M;/WJ{W],NiF qbಘ$ę\^k܀"aՈp,"eCN"eMͥ7_rZ4q53i'M1{ sjrB0;`Pr,!GTB_ZF}4 RVHݝԐn kQR_E׽N8G)uOM ++Zg뿔uy]ʁn ++~ p?P7ʨ?pu [_{ K ++F(L16endstream ++endobj ++3744 0 obj << ++/Type /Page ++/Contents 3745 0 R ++/Resources 3743 0 R ++/MediaBox [0 0 612 792] ++/Parent 3672 0 R ++/Annots [ 3747 0 R 3748 0 R 3749 0 R 3750 0 R 3751 0 R 3752 0 R 3753 0 R 3754 0 R 3755 0 R 3756 0 R 3757 0 R 3758 0 R 3759 0 R 3760 0 R 3761 0 R 3762 0 R 3763 0 R 3764 0 R 3765 0 R 3766 0 R 3767 0 R 3768 0 R 3769 0 R 3770 0 R 3771 0 R 3772 0 R 3773 0 R 3774 0 R 3775 0 R 3776 0 R 3777 0 R ] ++>> endobj ++3747 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [259.2967 296.3562 276.2332 307.2602] ++/Rect [197.589 655.011 323.017 665.915] + /Subtype /Link +-/A << /S /GoTo /D (page.101) >> ++/A << /S /GoTo /D (a00042_ga5) >> + >> endobj +-4191 0 obj << ++3748 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [259.2967 272.4459 276.2332 283.3498] ++/Rect [326.833 655.011 401.333 665.915] + /Subtype /Link +-/A << /S /GoTo /D (page.101) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4192 0 obj << ++3749 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [259.2967 248.5356 276.2332 259.4395] ++/Rect [184.578 615.885 236.383 626.789] + /Subtype /Link +-/A << /S /GoTo /D (page.102) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-4193 0 obj << ++3750 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [259.2967 224.6252 276.2332 235.5292] ++/Rect [238.924 615.885 342.196 626.789] + /Subtype /Link +-/A << /S /GoTo /D (page.102) >> ++/A << /S /GoTo /D (a00043_ga0) >> + >> endobj +-4194 0 obj << ++3751 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [259.2967 200.7149 271.2518 211.6188] ++/Rect [348.053 615.885 422.554 626.789] + /Subtype /Link +-/A << /S /GoTo /D (page.99) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4195 0 obj << ++3752 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [259.2967 176.8046 271.2518 187.7085] ++/Rect [216.498 564.804 268.304 575.708] + /Subtype /Link +-/A << /S /GoTo /D (page.99) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-4196 0 obj << ++3753 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [259.2967 152.8942 276.2332 163.7982] ++/Rect [275.537 564.804 373.828 575.708] + /Subtype /Link +-/A << /S /GoTo /D (page.102) >> ++/A << /S /GoTo /D (a00043_ga1) >> + >> endobj +-4197 0 obj << ++3754 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [259.2967 128.9839 276.2332 139.8878] ++/Rect [384.379 564.804 458.879 575.708] + /Subtype /Link +-/A << /S /GoTo /D (page.102) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4198 0 obj << ++3755 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [436.1335 655.0113 453.07 665.9152] ++/Rect [184.578 552.849 258.52 563.753] + /Subtype /Link +-/A << /S /GoTo /D (page.102) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-4199 0 obj << ++3756 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [436.1335 631.1009 453.07 642.0049] ++/Rect [235.208 513.723 329.075 524.627] + /Subtype /Link +-/A << /S /GoTo /D (page.102) >> ++/A << /S /GoTo /D (a00044_ga0) >> + >> endobj +-4200 0 obj << ++3757 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [436.1335 607.1906 453.07 618.0945] ++/Rect [332.89 513.723 406.833 524.627] + /Subtype /Link +-/A << /S /GoTo /D (page.102) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-4201 0 obj << ++3758 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [436.1335 583.2803 453.07 594.1842] ++/Rect [184.578 474.597 258.52 485.501] + /Subtype /Link +-/A << /S /GoTo /D (page.103) >> ++/A << /S /GoTo /D (a00037_ga1) >> + >> endobj +-4202 0 obj << ++3759 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [436.1335 559.3699 453.07 570.2739] ++/Rect [259.018 474.597 366.165 485.501] + /Subtype /Link +-/A << /S /GoTo /D (page.103) >> ++/A << /S /GoTo /D (a00044_ga1) >> + >> endobj +-4203 0 obj << ++3760 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [436.1335 535.4596 453.07 546.3635] ++/Rect [198.016 435.471 300.182 446.375] + /Subtype /Link +-/A << /S /GoTo /D (page.103) >> ++/A << /S /GoTo /D (a00044_ga2) >> + >> endobj +-4204 0 obj << ++3761 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [436.1335 511.5493 453.07 522.4532] ++/Rect [435.429 435.471 487.234 446.375] + /Subtype /Link +-/A << /S /GoTo /D (page.103) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-4205 0 obj << ++3762 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [436.1335 487.6389 453.07 498.5429] ++/Rect [198.472 384.39 296.762 395.294] + /Subtype /Link +-/A << /S /GoTo /D (page.103) >> ++/A << /S /GoTo /D (a00044_ga3) >> + >> endobj +-4206 0 obj << ++3763 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [436.1335 463.7286 453.07 474.6325] ++/Rect [434.973 384.39 486.778 395.294] + /Subtype /Link +-/A << /S /GoTo /D (page.103) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-4207 0 obj << ++3764 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [436.1335 439.8183 453.07 450.7222] ++/Rect [200.287 333.309 280.316 344.212] + /Subtype /Link +-/A << /S /GoTo /D (page.104) >> ++/A << /S /GoTo /D (a00044_ga4) >> + >> endobj +-4208 0 obj << ++3765 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [436.1335 415.9079 453.07 426.8119] ++/Rect [430.327 333.309 505.375 344.212] + /Subtype /Link +-/A << /S /GoTo /D (page.104) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4209 0 obj << ++3766 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [436.1335 391.9976 453.07 402.9015] ++/Rect [184.578 321.353 189.34 332.257] + /Subtype /Link +-/A << /S /GoTo /D (page.104) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4210 0 obj << ++3767 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [436.1335 368.0872 453.07 378.9912] ++/Rect [229.599 321.353 281.404 332.257] + /Subtype /Link +-/A << /S /GoTo /D (page.104) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-4211 0 obj << ++3768 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [436.1335 344.1769 453.07 355.0808] ++/Rect [198.259 282.227 308.723 293.131] + /Subtype /Link +-/A << /S /GoTo /D (page.104) >> ++/A << /S /GoTo /D (a00044_ga5) >> + >> endobj +-4212 0 obj << ++3769 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [436.1335 320.2666 453.07 331.1705] ++/Rect [184.578 270.272 236.383 281.176] + /Subtype /Link +-/A << /S /GoTo /D (page.104) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-4213 0 obj << ++3770 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [436.1335 296.3562 453.07 307.2602] ++/Rect [248.568 231.146 372.313 242.05] + /Subtype /Link +-/A << /S /GoTo /D (page.104) >> ++/A << /S /GoTo /D (a00044_ga6) >> + >> endobj +-4214 0 obj << ++3771 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [436.1335 272.4459 453.07 283.3498] ++/Rect [380.027 231.146 431.833 242.05] + /Subtype /Link +-/A << /S /GoTo /D (page.104) >> ++/A << /S /GoTo /D (a00012) >> + >> endobj +-4215 0 obj << ++3772 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [436.1335 248.5356 453.07 259.4395] ++/Rect [198.189 180.065 277.66 190.969] + /Subtype /Link +-/A << /S /GoTo /D (page.105) >> ++/A << /S /GoTo /D (a00045_ga0) >> + >> endobj +-4216 0 obj << ++3773 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [436.1335 224.6252 453.07 235.5292] ++/Rect [282.076 180.065 356.576 190.969] + /Subtype /Link +-/A << /S /GoTo /D (page.100) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4217 0 obj << ++3774 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [436.1335 200.7149 453.07 211.6188] ++/Rect [398.186 180.065 488.725 190.969] + /Subtype /Link +-/A << /S /GoTo /D (page.105) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-4218 0 obj << ++3775 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [436.1335 176.8046 453.07 187.7085] ++/Rect [199.904 128.984 280.481 139.888] + /Subtype /Link +-/A << /S /GoTo /D (page.105) >> ++/A << /S /GoTo /D (a00045_ga1) >> + >> endobj +-4219 0 obj << ++3776 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [436.1335 152.8942 453.07 163.7982] ++/Rect [286.611 128.984 361.111 139.888] + /Subtype /Link +-/A << /S /GoTo /D (page.105) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4220 0 obj << ++3777 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [436.1335 128.9839 453.07 139.8878] ++/Rect [406.579 128.984 471.106 139.888] + /Subtype /Link +-/A << /S /GoTo /D (page.105) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-4174 0 obj << +-/D [4172 0 R /XYZ 160.6675 686.127 null] ++3746 0 obj << ++/D [3744 0 R /XYZ 160.667 686.127 null] + >> endobj +-4171 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> ++3743 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F40 469 0 R /F44 479 0 R /F14 608 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-4223 0 obj << +-/Length 2315 ++3780 0 obj << ++/Length 2686 + /Filter /FlateDecode + >> + stream +-xڵYo#)hidH AGD#;3SM6dcbUXE[Y`GK %"T-6;x~#rS}x^d$ǏX)/PQ'<ntJ Eb |3'x1<1!+ ۘN] 5QDpB#"9oYw/zXi|U& + 'Cq(*& x䀡#T6C*-nf +-<^2ifAifY30}anH2 e:`H$5V1?i1様o!d%baIby1E֊z6\/_^,f2B+ X .%WDѸ6)|LW:b\1"߅AI3gcl8ܤ^3J8̲W}J`$1emitiK3AF#m^^/u&4PN9&C I1:u5ȧR,I0O (:Mޟl:0{D<^VO{uȸA ^^׻v+ltYk:).KʐX,8W~(ǣڀd ,I ˁHPICj6>O~,/z\}|X#`3` K6f15W8AL0= +-` W: %èJZV F[: 6T᨝i\oMqR7h9!QPRqv*uT#o.I*ϼİ+14ư#RJ+`j%b0gSܺb _;h-@}g翧Ϥj{2>{Tp}~aV\_k1x"5aDiz9ix_؃11^U(@y\mC%fs 2\5Zs%6Rc¼"L? 2Z-xubXL:ؒ7dâ˜ݒJ-Y@%˻x2S8goF^?4L.),/:\{ud'k,RBSlJo0^4ncL#eSR %YHl|oP9nI ijĴ.x &&#715&Ɠѫ +-nd-mΙ wsy($c,ޞ>ݽ*Ϲ 's;si?LҜu  Jg`鮃ُ`hv'^}ra4p$ur4A~nW'm;nSwg!18;ln&Iq7@.1Ω'مޓN=`x١>$QS`A"r\*O| XѸ6&%&J1NT9QshֵqS_rֹ-z=lve_W&2&zvd['k'7r{{~5~MRc5l C +-TCIy* +-(Y/w+r̮qO)^wd!ə 2 Hj rzY^>/s RP#~Z-Į-=`W͍m;^Lj$ tX*.8 &F6eۃ3#cu` +-s)y߾'H1^}s۫eiqOڰ4&t>%_+ʻtd0}?]`߱嫶NSZQ0PWT9 +- Gd*x8J ?c+džٻoٽ{w50m3ܜF= wqo@:1@ jXد(&(DB=kAͶg.Hn?ߟz> K1+q5ӹ}yk@}ݾn~gb9}iݽS}\JO! ڼendstream ++xڽ[Mo#7W(#.?r Yߒ`5[ʚUjRMv7a$^Mb!eކ x?|#"d0 ~~Xjq) zq{1ZK×_ؽi^=_nHxiŠx{ɠms|qrÙ ++~^s&BX<( ?柗`[SU2aҝGaƵq/LX} ߶hLSWq ~r\i3^a2) 0d ++hHA憏cZ' urx:<|8J׵#ǝ0$R evejmm!f /?fF@R0;1"xݣ3'8?FőH"ᜈ]J<(ot:%usu ++sET5nwFu݋L{+Ι܍` J%~aD)/"Ⰿ ++^=ݧ$<=߽<01Tn &~J $K0@JnIn.$a9b)mGHn!{aVrޒO2\%A7>gːM88q' IeȂ|(Z$jRrLkժ>'#&S݊ފ`v:MEAmkPh \܄)me͙zS2c6&V2A^K.aF.Z].#fV.X\Rijfr bEGe!*4DTH9!@t^ &oBP!N\Tr&Q8߇ny4:Af1o]ԖTi'Z7*g+gL.V|V $/X깵^$Z;0sڛŪk/IxNX^|Gj/iAr: ;ZnVyEYm wuFѵ<CU~,ʐ-nvjnҾJ3-R)޸FxMh5XPMh3pUh=KTJw&_K$<-3+},B$)4)3IX%!YpypVH !z C m`S`bZ4 dL=&ǝ0$$bL`A$4 p:r;: ++=N h0$Ym9hSio t--B-٩4jnG¬3@3;p7MBUCdLC:[ŻMW3B6JJ\W#Dowǚ85ރJdz 4=p¢j{5Gv'bfExE'#iM3B;?Ekˉ֞kM aD$>e &fjABP!w=!ɕx79iDxPHh2aȾ{6okЇt_}M45l_C~[_C zitZ\C.6)(nRjR ciaLJGiqokܕG:GO̹O>$at-M5D̃3hK;BHn `BY@a' ugv()疓ӝ[Xsg&W=aHj-%Ե&اqD%oyccǚFSÌmERd+lnwCອD̵m&ʴ@ooiiME5L[<͎YSD"<`KgiXxdVI2!Y놲rEU ATdPPS"][-69 ŭ /yPYS3fmVK[44r4& mFr WmtSedÐHEFGq8&HC0Q $<ؿn<0[5'W2bzHvJ e4AxxO5 ?iA7v¡0d ++kW/ЍuзktAx lɂarڂ8\Ya~iP;xwޗu]vӽ"qWV\~B=/wWӯ?kWsp3AG4endstream + endobj +-4222 0 obj << ++3779 0 obj << + /Type /Page +-/Contents 4223 0 R +-/Resources 4221 0 R ++/Contents 3780 0 R ++/Resources 3778 0 R + /MediaBox [0 0 612 792] +-/Parent 4084 0 R +-/Annots [ 4225 0 R 4226 0 R 4227 0 R 4228 0 R 4229 0 R 4230 0 R 4231 0 R 4232 0 R 4233 0 R 4234 0 R 4235 0 R 4236 0 R 4237 0 R 4238 0 R 4239 0 R 4240 0 R 4241 0 R 4242 0 R 4243 0 R 4244 0 R 4245 0 R 4246 0 R 4247 0 R 4248 0 R 4249 0 R 4250 0 R 4251 0 R 4252 0 R 4253 0 R 4254 0 R 4255 0 R 4256 0 R 4257 0 R 4258 0 R 4259 0 R 4260 0 R 4261 0 R ] ++/Parent 3672 0 R ++/Annots [ 3782 0 R 3783 0 R 3784 0 R 3785 0 R 3786 0 R 3787 0 R 3788 0 R 3789 0 R 3790 0 R 3791 0 R 3792 0 R 3793 0 R 3794 0 R 3795 0 R 3796 0 R 3797 0 R 3798 0 R 3799 0 R 3800 0 R 3801 0 R 3802 0 R 3803 0 R 3804 0 R 3805 0 R 3806 0 R 3807 0 R 3808 0 R 3809 0 R 3810 0 R 3811 0 R 3812 0 R 3813 0 R 3814 0 R 3815 0 R 3816 0 R 3817 0 R 3818 0 R 3819 0 R 3820 0 R ] + >> endobj +-4225 0 obj << ++3782 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [205.4984 655.0113 222.4349 665.9152] ++/Rect [147.131 630.752 249.287 641.656] + /Subtype /Link +-/A << /S /GoTo /D (page.105) >> ++/A << /S /GoTo /D (a00045_ga2) >> + >> endobj +-4226 0 obj << ++3783 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [205.4984 630.4178 222.4349 641.3217] ++/Rect [256.443 630.752 330.943 641.656] + /Subtype /Link +-/A << /S /GoTo /D (page.106) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4227 0 obj << ++3784 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [205.4984 605.8243 222.4349 616.7282] ++/Rect [130.78 618.797 221.319 629.701] + /Subtype /Link +-/A << /S /GoTo /D (page.106) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-4228 0 obj << ++3785 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [205.4984 581.2308 222.4349 592.1347] ++/Rect [146.92 579.245 250.182 590.149] + /Subtype /Link +-/A << /S /GoTo /D (page.106) >> ++/A << /S /GoTo /D (a00045_ga3) >> + >> endobj +-4229 0 obj << ++3786 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [198.8535 556.6373 210.8086 567.5413] ++/Rect [257.128 579.245 331.628 590.149] + /Subtype /Link +-/A << /S /GoTo /D (page.50) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4230 0 obj << ++3787 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [198.8535 532.0438 210.8086 542.9478] ++/Rect [130.78 567.29 195.307 578.194] + /Subtype /Link +-/A << /S /GoTo /D (page.49) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-4231 0 obj << ++3788 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [205.4984 507.4503 222.4349 518.3543] ++/Rect [143.865 527.739 253.214 538.642] + /Subtype /Link +-/A << /S /GoTo /D (page.100) >> ++/A << /S /GoTo /D (a00045_ga4) >> + >> endobj +-4232 0 obj << ++3789 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [192.7662 482.8569 204.7213 493.7608] ++/Rect [257.104 527.739 331.604 538.642] + /Subtype /Link +-/A << /S /GoTo /D (page.48) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4233 0 obj << ++3790 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [192.7662 458.2634 204.7213 469.1673] ++/Rect [130.78 515.783 221.319 526.687] + /Subtype /Link +-/A << /S /GoTo /D (page.48) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-4234 0 obj << ++3791 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [222.6542 433.6699 234.6094 444.5738] ++/Rect [143.642 476.232 254.097 487.136] + /Subtype /Link +-/A << /S /GoTo /D (page.68) >> ++/A << /S /GoTo /D (a00045_ga5) >> + >> endobj +-4235 0 obj << ++3792 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [225.4136 409.0764 242.3501 419.9803] ++/Rect [257.763 476.232 332.263 487.136] + /Subtype /Link +-/A << /S /GoTo /D (page.107) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4236 0 obj << ++3793 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [145.7235 362.7294 162.66 371.4765] ++/Rect [130.78 464.277 195.307 475.18] + /Subtype /Link +-/A << /S /GoTo /D (page.111) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-4237 0 obj << ++3794 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [145.704 424.725 266.131 435.629] ++/Subtype /Link ++/A << /S /GoTo /D (a00046_ga0) >> ++>> endobj ++3795 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [271.86 424.725 346.36 435.629] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++3796 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [191.103 312.786 208.0395 322.9727] ++/Rect [390.925 424.725 451.577 435.629] + /Subtype /Link +-/A << /S /GoTo /D (page.113) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-4238 0 obj << ++3797 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [145.7235 265.5026 162.66 274.4688] ++/Rect [130.78 412.77 170.958 423.674] + /Subtype /Link +-/A << /S /GoTo /D (page.109) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-4239 0 obj << ++3798 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [145.7235 228.9539 157.6787 237.9202] ++/Rect [206.873 412.77 313.323 423.674] + /Subtype /Link +-/A << /S /GoTo /D (page.94) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-4240 0 obj << ++3799 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [145.7235 192.4053 157.6787 201.3715] ++/Rect [146.876 373.218 231.886 384.122] + /Subtype /Link +-/A << /S /GoTo /D (page.94) >> ++/A << /S /GoTo /D (a00046_ga1) >> + >> endobj +-4241 0 obj << ++3800 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [192.7662 165.8741 204.7213 176.778] ++/Rect [238.788 373.218 313.288 384.122] + /Subtype /Link +-/A << /S /GoTo /D (page.48) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4242 0 obj << ++3801 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [225.4136 141.2806 242.3501 152.1846] ++/Rect [360.489 373.218 451.577 384.122] + /Subtype /Link +-/A << /S /GoTo /D (page.107) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-4243 0 obj << ++3802 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [322.5604 645.2129 339.4969 653.96] ++/Rect [130.78 361.263 135.542 372.167] + /Subtype /Link +-/A << /S /GoTo /D (page.111) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-4244 0 obj << ++3803 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [367.9399 595.9527 384.8764 606.1394] ++/Rect [166.475 361.263 272.925 372.167] + /Subtype /Link +-/A << /S /GoTo /D (page.113) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-4245 0 obj << ++3804 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [322.5604 561.3076 339.4969 570.2739] ++/Rect [151.564 321.711 273.097 332.615] + /Subtype /Link +-/A << /S /GoTo /D (page.109) >> ++/A << /S /GoTo /D (a00046_ga2) >> + >> endobj +-4246 0 obj << ++3805 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [322.5604 525.4421 334.5156 534.4084] ++/Rect [284.687 321.711 359.187 332.615] + /Subtype /Link +-/A << /S /GoTo /D (page.94) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4247 0 obj << ++3806 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [322.5604 489.5766 334.5156 498.5429] ++/Rect [416.937 321.711 451.577 332.615] + /Subtype /Link +-/A << /S /GoTo /D (page.94) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-4248 0 obj << ++3807 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [373.4688 463.7286 390.4053 474.6325] ++/Rect [130.78 309.756 170.958 320.66] + /Subtype /Link +-/A << /S /GoTo /D (page.114) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-4249 0 obj << ++3808 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [379.5558 439.8183 396.4923 450.7222] ++/Rect [206.873 309.756 313.323 320.66] + /Subtype /Link +-/A << /S /GoTo /D (page.114) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-4250 0 obj << ++3809 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [414.9828 415.9079 426.9379 426.8119] ++/Rect [145.34 270.204 231.456 281.108] + /Subtype /Link +-/A << /S /GoTo /D (page.89) >> ++/A << /S /GoTo /D (a00046_ga3) >> + >> endobj +-4251 0 obj << ++3810 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [414.9828 391.9976 426.9379 402.9015] ++/Rect [236.82 270.204 311.321 281.108] + /Subtype /Link +-/A << /S /GoTo /D (page.90) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4252 0 obj << ++3811 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [405.0301 368.0872 416.9852 378.9912] ++/Rect [355.065 270.204 419.592 281.108] + /Subtype /Link +-/A << /S /GoTo /D (page.75) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-4253 0 obj << ++3812 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [322.5604 334.279 334.5156 343.1257] ++/Rect [130.78 258.249 237.23 269.153] + /Subtype /Link +-/A << /S /GoTo /D (page.80) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-4254 0 obj << ++3813 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [322.5604 298.4135 334.5156 307.2602] ++/Rect [146.487 218.697 289.599 229.601] + /Subtype /Link +-/A << /S /GoTo /D (page.80) >> ++/A << /S /GoTo /D (a00046_ga4) >> + >> endobj +-4255 0 obj << ++3814 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [405.0301 272.4459 416.9852 283.3498] ++/Rect [296.111 218.697 370.611 229.601] + /Subtype /Link +-/A << /S /GoTo /D (page.75) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4256 0 obj << ++3815 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [405.0301 248.5356 416.9852 259.4395] ++/Rect [171.507 206.742 267.028 217.646] + /Subtype /Link +-/A << /S /GoTo /D (page.75) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-4257 0 obj << ++3816 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [427.695 224.6252 439.6502 235.5292] ++/Rect [302.984 206.742 409.434 217.646] + /Subtype /Link +-/A << /S /GoTo /D (page.87) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-4258 0 obj << ++3817 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [439.5806 200.7149 451.5358 211.6188] ++/Rect [146.076 155.235 253.771 166.139] + /Subtype /Link +-/A << /S /GoTo /D (page.85) >> ++/A << /S /GoTo /D (a00046_ga5) >> + >> endobj +-4259 0 obj << ++3818 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [418.4894 176.8046 430.4445 187.7085] ++/Rect [259.872 155.235 334.372 166.139] + /Subtype /Link +-/A << /S /GoTo /D (page.88) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4260 0 obj << ++3819 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [322.5604 142.9963 334.5156 151.843] ++/Rect [130.78 143.28 221.319 154.184] + /Subtype /Link +-/A << /S /GoTo /D (page.80) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-4261 0 obj << ++3820 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [399.4911 117.0287 411.4462 127.9327] ++/Rect [252.253 143.28 358.703 154.184] + /Subtype /Link +-/A << /S /GoTo /D (page.69) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-4224 0 obj << +-/D [4222 0 R /XYZ 106.8692 686.127 null] ++3781 0 obj << ++/D [3779 0 R /XYZ 106.869 686.127 null] + >> endobj +-4221 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> ++3778 0 obj << ++/Font << /F28 362 0 R /F40 469 0 R /F22 352 0 R /F44 479 0 R /F14 608 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-4264 0 obj << +-/Length 2246 ++3823 0 obj << ++/Length 2961 + /Filter /FlateDecode + >> + stream +-xڵَb2AO&3ËʁvdtH2")w]>.:&s ȜHTb.Dm/O3r,h4_d$/a<'{J Eh:| #f/#b g@}g?e/eit)-GޓЈH{z?n/eNT55'В +-2BP^w|V! Xa2\"n>_wA| qEIèI +-#ps8b7i},臗 +-> λm\4AZ`ii󹺴/J_[wĝa`v$0_8SN~,' ܝ 0ϖxu@|㓩 2T@wTG\i:Vw=^-@SdRs!)v+_ `ksAJFd-͇ߊ򖞗HHey-mvƍi$].h#ge%t=4G%B a.{}xHa'A&8Y!'a +-k[$Fmn0R7@AgU-9$3OZ:n!ͤ  P]w\pN1%l)NV)}dLɻz8/x݌7oK2h_U%ءyuң +-,uHroo9]#4/׫no p[#(M]_ F6ߖ&5VVaUWǓ)(,ų9rsH;Q hƙ0GR 0Sa~,?. S4hie%=4ӬJAWBpmfۡ9=T2$9ӓ"l 'kB&Ǣ AZm,o| HSFE 7VVz(~(0CZf>> p6BMOʄ 2'+>GQ'R#oq/G8G'Ayz?M=3:m8G*,Wuz0^HĹ,^~/B1EdžX HDY)\c +-.穔y{L~8W QTq9)l*ݩ +-h*=qƦ x?`H:"j)E`_o׈v_.b>YU ~. ?_ ï']^ʽ/qjeY'Nd1\T`Z\|/#p~-m)=/6$l>)7$ЋKZ"l04w:c0b2_bsۖ19 +-͚(blߖ!|0$gU[GW ѝV{oS{Wwgr rr__5̛V) ekvqEtRa._tRM3lc~@h~\EpA((ƣ_`O$?7FsDx7F՜(!3d8ÑѤETzupxztO1sގuozۄ//&\G{uto}:~}ՃwGFrendstream ++xڵ\Mo#7W(#.?rK,o`5[vf~ݤd72\X]"i؂iJ6 m5a,7tqrd1_>rpir0m4_L,9ݭZ~ۜV.w5WtvŖ['[x>qwxټ쏇﷿~;Я7g5%̹㍐e燛l/ߚID"MY´ƓCՋqĹRX$ƄBRq, sD̥I=O'x{?}>vϻ_>\4z#$|fDxHbD@D4N]r|:>>- wĠ[#JZ) @Kk CTf!R[tzP|R*t#z:7"TB2Bq"y>R )NJ9{,(3u'd >N*+(Ed"BtFS TaG4]LMr bFn23YQ!^NcNrgx$تD̵%g5uZq{6DO s$J T03B#;!(-%q0|Yٜv\5zffF4A]aR~`}o DDP&$XI聰qG J.9 ~0O?W.~6 ++X-; ++_5o`^y]'rZ,vq5txzDz@k}n0Q8?hRh2G ^hF)}SƈG0ʝDU.vPϪ˅&1YѾ5ҦAhkl](tNo*5:*qW9H0Gu.bt.U90\JXk/UE]ˊ+^49| ,y$QL ׆([3Թ&~j;bPrTv8 T%\Հ[*ѧeW)-JUg5Еsa邟Gl!#:!Dg0BfuF=,M:/4ԍlFP\*D{gzב6P56:x#mL-~1:5Bt ++#:Ni[hT·ih09̪n\JΠKڿp:∞M6 T !6A9E}+?w\޺p_ Fdm%iKRx>o%в +6^?f乳ȲG&ѩ S%:`ʄeӈMց4N\,DkZA( +vfy&pu/ ++SiHJp<Mֆ"Bhp؝$R|r|Aa_p?QFW_W\t~aŖ7-~swlP? HB?ёendstream + endobj +-4263 0 obj << ++3822 0 obj << + /Type /Page +-/Contents 4264 0 R +-/Resources 4262 0 R ++/Contents 3823 0 R ++/Resources 3821 0 R + /MediaBox [0 0 612 792] +-/Parent 4084 0 R +-/Annots [ 4266 0 R 4267 0 R 4268 0 R 4269 0 R 4270 0 R 4271 0 R 4272 0 R 4273 0 R 4274 0 R 4275 0 R 4276 0 R 4277 0 R 4278 0 R 4279 0 R 4280 0 R 4281 0 R 4282 0 R 4283 0 R 4284 0 R 4285 0 R 4286 0 R 4287 0 R 4288 0 R 4289 0 R 4290 0 R 4291 0 R 4292 0 R 4293 0 R 4294 0 R 4295 0 R 4296 0 R 4297 0 R 4298 0 R 4299 0 R 4300 0 R 4301 0 R 4302 0 R 4303 0 R 4304 0 R ] ++/Parent 3672 0 R ++/Annots [ 3825 0 R 3826 0 R 3827 0 R 3828 0 R 3829 0 R 3830 0 R 3831 0 R 3832 0 R 3833 0 R 3834 0 R 3835 0 R 3836 0 R 3837 0 R 3838 0 R 3839 0 R 3840 0 R 3841 0 R 3842 0 R 3843 0 R 3844 0 R 3845 0 R 3846 0 R 3847 0 R 3848 0 R 3849 0 R 3850 0 R 3851 0 R 3852 0 R 3853 0 R 3854 0 R 3855 0 R 3856 0 R 3857 0 R 3858 0 R 3859 0 R 3860 0 R 3861 0 R 3862 0 R 3863 0 R 3864 0 R ] + >> endobj +-4266 0 obj << ++3825 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [278.6639 643.0561 290.619 653.96] ++/Rect [200.025 655.011 344.243 665.915] + /Subtype /Link +-/A << /S /GoTo /D (page.61) >> ++/A << /S /GoTo /D (a00046_ga6) >> + >> endobj +-4267 0 obj << ++3826 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [305.782 607.1906 317.7372 618.0945] ++/Rect [350.495 655.011 424.995 665.915] + /Subtype /Link +-/A << /S /GoTo /D (page.83) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4268 0 obj << ++3827 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [305.782 583.2803 317.7372 594.1842] ++/Rect [232.316 643.056 301.825 653.96] + /Subtype /Link +-/A << /S /GoTo /D (page.83) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-4269 0 obj << ++3828 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [281.9915 559.3699 293.9466 570.2739] ++/Rect [344.791 643.056 451.241 653.96] + /Subtype /Link +-/A << /S /GoTo /D (page.76) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-4270 0 obj << ++3829 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [281.9915 535.4596 293.9466 546.3635] ++/Rect [199.663 590.254 308.465 601.158] + /Subtype /Link +-/A << /S /GoTo /D (page.76) >> ++/A << /S /GoTo /D (a00046_ga7) >> + >> endobj +-4271 0 obj << ++3830 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [278.6639 511.5493 290.619 522.4532] ++/Rect [314.355 590.254 388.855 601.158] + /Subtype /Link +-/A << /S /GoTo /D (page.61) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4272 0 obj << ++3831 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [278.6639 487.6389 290.619 498.5429] ++/Rect [184.578 578.299 249.105 589.203] + /Subtype /Link +-/A << /S /GoTo /D (page.62) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-4273 0 obj << ++3832 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [305.782 451.7734 317.7372 462.6774] ++/Rect [280.039 578.299 386.489 589.203] + /Subtype /Link +-/A << /S /GoTo /D (page.83) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-4274 0 obj << ++3833 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [305.782 415.9079 317.7372 426.8119] ++/Rect [198.386 537.452 340.382 548.356] + /Subtype /Link +-/A << /S /GoTo /D (page.83) >> ++/A << /S /GoTo /D (a00046_ga8) >> + >> endobj +-4275 0 obj << ++3834 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [199.5218 382.0997 211.477 390.9464] ++/Rect [344.996 537.452 419.496 548.356] + /Subtype /Link +-/A << /S /GoTo /D (page.80) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4276 0 obj << ++3835 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [199.5218 346.2342 211.477 355.0808] ++/Rect [262.164 525.497 357.685 536.401] + /Subtype /Link +-/A << /S /GoTo /D (page.80) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-4277 0 obj << ++3836 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [199.5218 310.3687 211.477 319.2153] ++/Rect [398.377 525.497 505.375 536.401] + /Subtype /Link +-/A << /S /GoTo /D (page.80) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-4278 0 obj << ++3837 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [199.5218 262.548 211.477 271.3947] ++/Rect [184.578 513.542 189.34 524.446] + /Subtype /Link +-/A << /S /GoTo /D (page.86) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-4279 0 obj << ++3838 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [199.5218 214.7273 211.477 223.574] ++/Rect [199.563 472.695 306.142 483.599] + /Subtype /Link +-/A << /S /GoTo /D (page.86) >> ++/A << /S /GoTo /D (a00046_ga9) >> + >> endobj +-4280 0 obj << ++3839 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [305.782 176.8046 317.7372 187.7085] ++/Rect [311.931 472.695 386.431 483.599] + /Subtype /Link +-/A << /S /GoTo /D (page.83) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4281 0 obj << ++3840 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [305.782 140.9391 317.7372 151.843] ++/Rect [230.094 460.74 320.634 471.644] + /Subtype /Link +-/A << /S /GoTo /D (page.84) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-4282 0 obj << ++3841 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [295.4508 117.0287 307.4059 127.9327] ++/Rect [354.195 460.74 460.645 471.644] + /Subtype /Link +-/A << /S /GoTo /D (page.88) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-4283 0 obj << ++3842 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [472.2876 643.0561 484.2428 653.96] ++/Rect [198.176 407.938 341.278 418.842] + /Subtype /Link +-/A << /S /GoTo /D (page.88) >> ++/A << /S /GoTo /D (a00046_ga10) >> + >> endobj +-4284 0 obj << ++3843 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [442.4099 619.1458 454.3651 630.0497] ++/Rect [345.68 407.938 420.18 418.842] + /Subtype /Link +-/A << /S /GoTo /D (page.63) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4285 0 obj << ++3844 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [442.4099 595.2354 454.3651 606.1394] ++/Rect [257.169 395.983 326.677 406.887] + /Subtype /Link +-/A << /S /GoTo /D (page.63) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-4286 0 obj << ++3845 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [493.3788 571.3251 505.334 582.229] ++/Rect [364.157 395.983 470.607 406.887] + /Subtype /Link +-/A << /S /GoTo /D (page.85) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-4287 0 obj << ++3846 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [482.6189 547.4148 494.5741 558.3187] ++/Rect [199.386 343.181 307.071 354.085] + /Subtype /Link +-/A << /S /GoTo /D (page.84) >> ++/A << /S /GoTo /D (a00046_ga11) >> + >> endobj +-4288 0 obj << ++3847 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [482.6189 523.5044 494.5741 534.4084] ++/Rect [312.683 343.181 387.183 354.085] + /Subtype /Link +-/A << /S /GoTo /D (page.84) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4289 0 obj << ++3848 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [453.2893 499.5941 465.2445 510.498] ++/Rect [226.484 331.225 291.011 342.129] + /Subtype /Link +-/A << /S /GoTo /D (page.69) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-4290 0 obj << ++3849 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [458.8283 475.6838 470.7835 486.5877] ++/Rect [320.963 331.225 427.413 342.129] + /Subtype /Link +-/A << /S /GoTo /D (page.76) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-4291 0 obj << ++3850 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [458.8283 451.7734 470.7835 462.6774] ++/Rect [212.055 290.379 262.744 301.283] + /Subtype /Link +-/A << /S /GoTo /D (page.76) >> ++/A << /S /GoTo /D (a00046_ga12) >> + >> endobj +-4292 0 obj << ++3851 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [376.3587 417.9652 388.3138 426.8119] ++/Rect [266.56 290.379 341.06 301.283] + /Subtype /Link +-/A << /S /GoTo /D (page.81) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4293 0 obj << ++3852 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [376.3587 382.0997 388.3138 390.9464] ++/Rect [213.216 249.532 341.942 260.436] + /Subtype /Link +-/A << /S /GoTo /D (page.81) >> ++/A << /S /GoTo /D (a00046_ga13) >> + >> endobj +-4294 0 obj << ++3853 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [481.4933 356.1321 493.4484 367.036] ++/Rect [346.338 249.532 420.838 260.436] + /Subtype /Link +-/A << /S /GoTo /D (page.87) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4295 0 obj << ++3854 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [453.2893 332.2217 465.2445 343.1257] ++/Rect [184.578 237.577 280.099 248.481] + /Subtype /Link +-/A << /S /GoTo /D (page.69) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-4296 0 obj << ++3855 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [455.5007 308.3114 467.4559 319.2153] ++/Rect [316.014 237.577 422.464 248.481] + /Subtype /Link +-/A << /S /GoTo /D (page.62) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-4297 0 obj << ++3856 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [455.5007 284.4011 467.4559 295.305] ++/Rect [213.097 196.73 306.406 207.634] + /Subtype /Link +-/A << /S /GoTo /D (page.61) >> ++/A << /S /GoTo /D (a00046_ga14) >> + >> endobj +-4298 0 obj << ++3857 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [459.3663 260.4907 471.3214 271.3947] ++/Rect [310.743 196.73 385.243 207.634] + /Subtype /Link +-/A << /S /GoTo /D (page.78) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4299 0 obj << ++3858 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [459.3663 236.5804 471.3214 247.4843] ++/Rect [470.735 196.73 505.375 207.634] + /Subtype /Link +-/A << /S /GoTo /D (page.78) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-4300 0 obj << ++3859 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [454.8333 212.6701 471.7698 223.574] ++/Rect [184.578 184.775 245.788 195.679] + /Subtype /Link +-/A << /S /GoTo /D (page.115) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-4301 0 obj << ++3860 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [428.9407 188.7597 445.8772 199.6637] ++/Rect [276.721 184.775 383.171 195.679] + /Subtype /Link +-/A << /S /GoTo /D (page.108) >> ++/A << /S /GoTo /D (a00046_ga16) >> + >> endobj +-4302 0 obj << ++3861 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [428.9407 164.8494 445.8772 175.7533] ++/Rect [197.589 143.928 244.393 154.832] + /Subtype /Link +-/A << /S /GoTo /D (page.108) >> ++/A << /S /GoTo /D (a00046_ga15) >> + >> endobj +-4303 0 obj << ++3862 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [428.9407 140.9391 445.8772 151.843] ++/Rect [248.209 143.928 322.709 154.832] + /Subtype /Link +-/A << /S /GoTo /D (page.108) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4304 0 obj << ++3863 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [458.8283 117.0287 470.7835 127.9327] ++/Rect [315.205 128.311 367.005 138.216] + /Subtype /Link +-/A << /S /GoTo /D (page.73) >> ++/A << /S /GoTo /D (a00046_ga12) >> + >> endobj +-4265 0 obj << +-/D [4263 0 R /XYZ 160.6675 686.127 null] ++3864 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [377.467 128.311 466.621 138.216] ++/Subtype /Link ++/A << /S /GoTo /D (a00046_ga14) >> + >> endobj +-4262 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> ++3824 0 obj << ++/D [3822 0 R /XYZ 160.667 686.127 null] ++>> endobj ++3821 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F14 608 0 R /F40 469 0 R /F44 479 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-4307 0 obj << +-/Length 3260 ++3867 0 obj << ++/Length 480 + /Filter /FlateDecode + >> + stream +-xڵ\[oc~ay'>IEP Y:U#K,gw;<tA-38ɱنlè&V|&ng߱xPvӒVsy>|x_woxk}$w߽)E )ݏ?%O?7OwB +-w*9DY*2>O}to}{|ޜw\jHev$xvoÈ߄fgtY"70cIx]`Aބ  o#1 #9b A \!)dV%,MPl &V@u+*-" +-@M5FηݮUP,&%XooBm v|BafLŐkõ;#]r1Gx3\7-DcGf;C_Oݭ+'<뢨B:Mϯւn kc"uރenÉ/%vgP/x1h7@([x # +-1;A*3+Clcn7@.zE0##I ̨jJfC13vUcd(:f9C+ 2O p}mMz A(M(KD@U< H G>׎L&~868%-zP?^osf+z<6 i_,y߻^s +-džzU0G| +-<^E<;B4aۆQMH &}N0$\ ͉n@Ε7@f<Ww"< +-3i 5= Xfaw=y茆)>ZzfrOj7եHMqi-R zlN,aK8@ya`GeSecˑ`zxt+g,&eXoqp-.$?0qc UQe߃BK +-7YG| +-rw`@AG} rI(̬g]Dipt({7>-&zbv<9mֶ&x<#-y.-J;&f{6&<_/PM,'߄[2;.S,= +-3IVF-I(PKXM(c![dAHXQYp?gj`vz];#})b00<a`v]Co|j$~Xd=wqMnăfjֽl_~U3rt3/K&{BAf5pM(!0ƦIRKw +-O(LaOQM|m{#}F!t.uz{Gaf +-ۛnM +-߄"[r],# +-3][V|e# SފmUOˣs'}Zs};|ØQ2puFE߄$;tUtf,TTGP)&DSTXŏ@I= JK6wA<̕Rz6w~9֕Mp-Zr%`mΣ0.6>RP,G| +-=[|nY n'w6, 2ύh&!V^#ɸC P5#!`WS.jvwхptH-2KŢnՓ]D>ry(V5/,Y7Xz{Uj[bbs 04kNwZ&Z-C܏-6wN┃ݜV2[zzvsίZYy>ڝ^s1J㑎To} 'L}> o_^n׮[?t]w|N arܗ𕽂&^oKqZvWnABt=z3x..^ʎAw%ZJ7kU 洞-z}tlKZnAGRI0۠nAzFcuףɇ#1xy/[_[(, zfoOa~ly.To1`{ԛ= +-39n[mHH1\x/[bfUjG!f}&\p:*$6}erd(n<%Z 9]~IwW9z|ߡ?OH[yLgZ^Å+]pJO3y8$L.v6e.i_ξuw0XNB>_|/铷ҾU͟w׃+>̾O:Mw?QE_ᣇG^>}~IMdr 50endstream ++xڥSMs0+t]! [;nfzhnIˆl(к,#{pj=A GPA4S97ݺ(c]i*c HCNˇ8> endobj +-4309 0 obj << ++3868 0 obj << ++/D [3866 0 R /XYZ 106.869 686.127 null] ++>> endobj ++3869 0 obj << ++/D [3866 0 R /XYZ 106.869 668.127 null] ++>> endobj ++3865 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++3873 0 obj << ++/Length 2442 ++/Filter /FlateDecode ++>> ++stream ++x[ێ#}WȋX #8YFk Y!ib&R bQb-%l4%Z0n]>K.Xlf|n8-wY G ˻_VLqoÚyZovko?N;`Ooiw}e:n׻&˖_Ýߋ_~gy!DY&Xx/ûj$¸0xI((F]C,R:O%ﻷSXbw]ۂK~ݝO/ፗS:|W:owu?.PUk.LJ88>pr YHYd l NAA̴#m|N "c?UaNqz1"V2%8ꜜ!FHhV\X5/1˚CM s#('pˆ a)# :nf;͹"ۿp~,݇͢KuYw_w4Lp:>B󚡕I4'a-1C2#td0Z\NNސH-x% -?['ڵVk“~Bo2xKFL 0.MK0y*"$ 7P<@L ++WX2V d"d ܄RwIe}k ”|EOCUswAq, (`E%@7K 9,#iyo$]:_z? nM4y6Q ++rM>| m\϶ʵQ6UDJ Q3X2#2V] +++%& >e8.p ]R!SF-Ռ-4|=@Y*`,NV-|ǿ; XFF km"q",0 2 ++A}3ל5T?1?”S o2`L&d+36CĠ jE^\uG/%{ ֆ-lEJK4Ul%ÎJL?~O'8xL/b^of1\~|c"fdX`f23a[F&,!{9z L|z thmJPag$'ː,ɓd(bĂad)C$%H0aSP7!̪>d.(0?k3eၬ_yHD5X. 5j`e*vTfTn"D"/`XcFJc. `넝gUBsBF] a\ 5(at0,̠ sK! qd>&Vd07$ &S}@0p16" SwBtwsX?+A-zd-JlSV+2&re]ہ~ ++]p X{|S|GѯV| 0 淪WAYdn7q/\G.:jQO)bK>J'wN$_[zK~%ϻ&ŖstEhݐO4}JV3aФ$%+9h4ͬGBԝm=2?QX?3/5݃c6h 3p#B%xD4C'B9p|*YA(a憃YʜaG9a kXIVOScPw;5~U/fRXcI3¤*ScE՘J2]DMr!sZ3aЬ9Yi M4er܂8bqG@GU9A;!_s>ws>2+)tGPG9l 638!gvUT!k 4}`g1br 3&u;Q` ++fLz u0Mߌ0UF膜{=*-eN yyQT1"ꂋ%Ihr@ZZB+D`PiF>1 o<+@z/|iFs膜un c AiLyݞO>4:|sqݏ/@goY@ոDvvچ17K2wE#|Y}`UJ'muKڬ/rܭ_]dX9ϯZe4\=Z9дo_y9}18> endobj ++3876 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [228.1932 643.0561 240.1484 653.96] ++/Rect [222.955 535.029 387.118 545.933] + /Subtype /Link +-/A << /S /GoTo /D (page.74) >> ++/A << /S /GoTo /D (a00061_ga0) >> ++>> endobj ++3877 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [391.024 535.029 465.524 545.933] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++3878 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [184.578 523.074 275.117 533.978] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga1) >> ++>> endobj ++3879 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [227.199 484.277 396.343 495.181] ++/Subtype /Link ++/A << /S /GoTo /D (a00061_ga1) >> ++>> endobj ++3880 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [402.371 484.277 476.871 495.181] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> ++>> endobj ++3881 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [207.444 472.322 302.965 483.226] ++/Subtype /Link ++/A << /S /GoTo /D (a00036_ga3) >> ++>> endobj ++3882 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [223.881 421.57 399.661 432.474] ++/Subtype /Link ++/A << /S /GoTo /D (a00061_ga2) >> ++>> endobj ++3883 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [404.03 421.57 478.53 432.474] ++/Subtype /Link ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4310 0 obj << ++3884 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [226.37 619.1458 243.3065 630.0497] ++/Rect [204.722 409.615 269.249 420.519] + /Subtype /Link +-/A << /S /GoTo /D (page.116) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-4311 0 obj << ++3885 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [226.37 595.2354 243.3065 606.1394] ++/Rect [238.457 358.863 419.218 369.767] + /Subtype /Link +-/A << /S /GoTo /D (page.116) >> ++/A << /S /GoTo /D (a00061_ga3) >> + >> endobj +-4312 0 obj << ++3886 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [145.7235 549.5716 162.66 558.3187] ++/Rect [430.875 358.863 505.375 369.767] + /Subtype /Link +-/A << /S /GoTo /D (page.111) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4313 0 obj << ++3887 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [191.103 500.3114 208.0395 510.498] ++/Rect [224.947 346.907 294.455 357.811] + /Subtype /Link +-/A << /S /GoTo /D (page.113) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-4314 0 obj << ++3888 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [145.7235 453.7111 162.66 462.6774] ++/Rect [293.401 296.155 462.545 307.059] + /Subtype /Link +-/A << /S /GoTo /D (page.109) >> ++/A << /S /GoTo /D (a00062_ga0) >> + >> endobj +-4315 0 obj << ++3889 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [192.7662 427.8631 204.7213 438.767] ++/Rect [470.735 296.155 505.375 307.059] + /Subtype /Link +-/A << /S /GoTo /D (page.48) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4316 0 obj << ++3890 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [145.7235 382.1992 162.66 390.9464] ++/Rect [184.578 284.2 229.748 295.104] + /Subtype /Link +-/A << /S /GoTo /D (page.111) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4317 0 obj << ++3891 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [191.103 332.939 208.0395 343.1257] ++/Rect [270.007 284.2 360.547 295.104] + /Subtype /Link +-/A << /S /GoTo /D (page.113) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-4318 0 obj << ++3892 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [145.7235 286.4584 162.66 295.305] ++/Rect [289.416 245.777 463.541 256.307] + /Subtype /Link +-/A << /S /GoTo /D (page.110) >> ++/A << /S /GoTo /D (a00062_ga1) >> + >> endobj +-4319 0 obj << ++3893 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [152.9163 272.4459 169.8528 283.3498] ++/Rect [470.735 245.777 505.375 256.307] + /Subtype /Link +-/A << /S /GoTo /D (page.119) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4320 0 obj << ++3894 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [192.5074 260.4907 209.4439 271.3947] ++/Rect [184.578 233.448 229.748 244.352] + /Subtype /Link +-/A << /S /GoTo /D (page.121) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4321 0 obj << ++3895 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [197.4887 249.2528 214.4252 259.4395] ++/Rect [270.007 233.448 365.528 244.352] + /Subtype /Link +-/A << /S /GoTo /D (page.121) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-4322 0 obj << ++3896 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [149.0408 236.5804 165.9773 247.4843] ++/Rect [238.457 194.651 419.218 205.555] + /Subtype /Link +-/A << /S /GoTo /D (page.122) >> ++/A << /S /GoTo /D (a00062_ga2) >> + >> endobj +-4323 0 obj << ++3897 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [144.0595 225.3425 160.996 235.5292] ++/Rect [430.875 194.651 505.375 205.555] + /Subtype /Link +-/A << /S /GoTo /D (page.122) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4324 0 obj << ++3898 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [163.4268 213.3873 180.3633 223.574] ++/Rect [224.339 182.696 288.866 193.6] + /Subtype /Link +-/A << /S /GoTo /D (page.122) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-4325 0 obj << ++3899 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [197.7377 200.7149 214.6741 211.6188] ++/Rect [234.771 143.899 420.513 154.803] + /Subtype /Link +-/A << /S /GoTo /D (page.122) >> ++/A << /S /GoTo /D (a00062_ga3) >> + >> endobj +-4326 0 obj << ++3900 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [202.719 188.7597 219.6555 199.6637] ++/Rect [430.327 143.899 505.375 154.803] + /Subtype /Link +-/A << /S /GoTo /D (page.122) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4327 0 obj << ++3901 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [156.2338 176.8046 173.1703 187.7085] ++/Rect [184.578 131.944 189.34 142.848] + /Subtype /Link +-/A << /S /GoTo /D (page.123) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4328 0 obj << ++3902 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [152.9164 164.8494 169.8529 175.7533] ++/Rect [229.599 131.944 299.108 142.848] + /Subtype /Link +-/A << /S /GoTo /D (page.123) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-4329 0 obj << ++3874 0 obj << ++/D [3872 0 R /XYZ 160.667 686.127 null] ++>> endobj ++872 0 obj << ++/D [3872 0 R /XYZ 160.667 668.127 null] ++>> endobj ++330 0 obj << ++/D [3872 0 R /XYZ 160.667 668.127 null] ++>> endobj ++3875 0 obj << ++/D [3872 0 R /XYZ 160.667 553.95 null] ++>> endobj ++3871 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 479 0 R /F11 489 0 R /F14 608 0 R /F40 469 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++3905 0 obj << ++/Length 1570 ++/Filter /FlateDecode ++>> ++stream ++xY]o6}У ,IkE;t](0Glei.ER>LX1-syxyHZ$G%2MPV8[oWA @\:IQ*YrqJ"$blT+,``CTZqm dP+UyۊBY$&TxL4))%`I9 8baaWLYHO~j>{GAD#Qrmn:qX6ʚI1&WUxo~mm϶]་&@%Hx XM嗌f՜`t)(5,u0tVEj~*)G{̜λ|й|H] .9"P=3סY Bv3 ۼ0Qm$S)!c1eJe ~E&/0:kYV"ug\$j)qC#ob0X~.C'whT*$D_Ǻ%CVNʅI/|=fe㈫XЧi_ ~ ++[M:Ċۺz+b1B?BoNۺJCܑyl,!Gcu#`{xL4/4taPPpv!3Lldt86M dh2T}HXt~1IxL4182MZǏSC.u|w|18֌1<!'}#1¢(70ar=?EB'|z~>sxCE ++k?S($ŬsѴ~ֽÊl`ux:b_َOcq }TT+b>ʖ/15 r!ˑY s#!NR}y8]fB=t]fmklo%41\u]hb-t\-*ކiDj3@<;m{C:?jP6/1?rvC{Ρ {۔Y=@HCu; $Wy+ԢKH6/Nj_3E ++o`ۺ6TN߲㕑!o*O]/G1j3YݭǛ> endobj ++3907 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [171.1875 153.6115 188.1239 163.7982] ++/Rect [168.977 642.06 346.968 652.964] + /Subtype /Link +-/A << /S /GoTo /D (page.123) >> ++/A << /S /GoTo /D (a00063_ga0) >> + >> endobj +-4330 0 obj << ++3908 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [150.7046 141.6563 167.6411 151.843] ++/Rect [350.785 642.06 425.285 652.964] + /Subtype /Link +-/A << /S /GoTo /D (page.123) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4331 0 obj << ++3909 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [177.8227 129.7012 194.7592 139.8878] ++/Rect [150.057 630.105 240.597 641.009] + /Subtype /Link +-/A << /S /GoTo /D (page.123) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-4332 0 obj << ++3910 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [169.5236 117.746 186.4601 127.9327] ++/Rect [183.184 591.25 366.157 602.154] + /Subtype /Link +-/A << /S /GoTo /D (page.123) >> ++/A << /S /GoTo /D (a00063_ga1) >> + >> endobj +-4333 0 obj << ++3911 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [361.7031 655.0113 378.6396 665.9152] ++/Rect [377.076 591.25 451.577 602.154] + /Subtype /Link +-/A << /S /GoTo /D (page.123) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4334 0 obj << ++3912 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [340.8216 643.0561 357.7581 653.96] ++/Rect [170.54 579.295 266.061 590.199] + /Subtype /Link +-/A << /S /GoTo /D (page.124) >> ++/A << /S /GoTo /D (a00036_ga3) >> + >> endobj +-4335 0 obj << ++3913 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [329.1953 631.8182 346.1318 642.0049] ++/Rect [178.396 540.441 368.003 551.345] + /Subtype /Link +-/A << /S /GoTo /D (page.124) >> ++/A << /S /GoTo /D (a00063_ga2) >> + >> endobj +-4336 0 obj << ++3914 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [355.6161 619.8631 372.5526 630.0497] ++/Rect [376.528 540.441 451.577 551.345] + /Subtype /Link +-/A << /S /GoTo /D (page.124) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4337 0 obj << ++3915 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [356.7318 607.1906 373.6682 618.0945] ++/Rect [130.78 528.486 135.542 539.39] + /Subtype /Link +-/A << /S /GoTo /D (page.124) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4338 0 obj << ++3916 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [338.052 595.9527 354.9885 606.1394] ++/Rect [175.801 528.486 240.328 539.39] + /Subtype /Link +-/A << /S /GoTo /D (page.124) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-4339 0 obj << ++3917 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [362.9583 583.2803 379.8948 594.1842] ++/Rect [175.075 489.631 369.663 500.535] + /Subtype /Link +-/A << /S /GoTo /D (page.124) >> ++/A << /S /GoTo /D (a00063_ga3) >> + >> endobj +-4340 0 obj << ++3918 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [343.4419 572.0424 360.3784 582.229] ++/Rect [376.528 489.631 451.577 500.535] + /Subtype /Link +-/A << /S /GoTo /D (page.125) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4341 0 obj << ++3919 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [340.4231 560.0872 357.3596 570.2739] ++/Rect [130.78 477.676 135.542 488.58] + /Subtype /Link +-/A << /S /GoTo /D (page.125) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4342 0 obj << ++3920 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [332.5128 547.4148 349.4493 558.3187] ++/Rect [175.801 477.676 245.309 488.58] + /Subtype /Link +-/A << /S /GoTo /D (page.125) >> ++/A << /S /GoTo /D (a00036_ga2) >> + >> endobj +-4343 0 obj << ++3906 0 obj << ++/D [3904 0 R /XYZ 106.869 686.127 null] ++>> endobj ++3921 0 obj << ++/D [3904 0 R /XYZ 106.869 440.356 null] ++>> endobj ++3903 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F14 608 0 R /F40 469 0 R /F44 479 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++3924 0 obj << ++/Length 1451 ++/Filter /FlateDecode ++>> ++stream ++xڵX]o6}9^~,GuS[$˳I}ڴuC(򐺐P%JeҊ˒& zI<$!ǧ[Cub)iTE%E};YZ &`D-t@ \c2V>4t6̂&7C<]muu|"hFh(I^wvdb0Z[w:ťx1B<:#FOly$`H2E^SSd g{<2* һf,-%4>kj op}%\b^gQOp ;|{2V`.~;ou[=欷vcE5FrGx[!_[-:<r}o1{{0P U?jmX^B@yfE0Qr밆ai8,WDRsvY1/ v* 1Qj4gJ^zes޺=QnCuwހQ_䊀:S]4Jڏ5&Jjɛ쏘7~+4-K$O\{vK1a]# )t?0h+bϮd?6 _ ++UCw_]uy/G߹LOv ++~p ++q]_l.|\w?wE^vŞf {dQ\ PU1()b]n^I8nC\:OX훹AB IKUU;Е6QQu3^ ++_II3 endstream ++endobj ++3923 0 obj << ++/Type /Page ++/Contents 3924 0 R ++/Resources 3922 0 R ++/MediaBox [0 0 612 792] ++/Parent 3870 0 R ++/Annots [ 3927 0 R 3928 0 R 3929 0 R 3930 0 R 3931 0 R 3932 0 R 3933 0 R 3934 0 R ] ++>> endobj ++3927 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [356.0644 535.4596 373.0009 546.3635] ++/Rect [197.589 534.975 329.633 545.879] + /Subtype /Link +-/A << /S /GoTo /D (page.125) >> ++/A << /S /GoTo /D (a00060_ga0) >> + >> endobj +-4344 0 obj << ++3928 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [357.18 523.5044 374.1165 534.4084] ++/Rect [379.665 534.975 444.192 545.879] + /Subtype /Link +-/A << /S /GoTo /D (page.125) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-4345 0 obj << ++3929 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [357.4291 511.5493 374.3656 522.4532] ++/Rect [203.455 496.12 323.892 507.024] + /Subtype /Link +-/A << /S /GoTo /D (page.125) >> ++/A << /S /GoTo /D (a00060_ga1) >> + >> endobj +-4346 0 obj << ++3930 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [324.7719 499.5941 341.7084 510.498] ++/Rect [333.574 496.12 408.074 507.024] + /Subtype /Link +-/A << /S /GoTo /D (page.125) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4347 0 obj << ++3931 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [340.8115 488.3562 357.748 498.5429] ++/Rect [184.578 484.165 275.117 495.069] + /Subtype /Link +-/A << /S /GoTo /D (page.125) >> ++/A << /S /GoTo /D (a00036_ga1) >> + >> endobj +-4348 0 obj << ++3932 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [397.8274 463.7286 409.7825 474.6325] ++/Rect [203.244 445.311 324.788 456.215] + /Subtype /Link +-/A << /S /GoTo /D (page.64) >> ++/A << /S /GoTo /D (a00060_ga2) >> + >> endobj +-4349 0 obj << ++3933 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [357.977 451.7734 374.9135 462.6774] ++/Rect [334.259 445.311 408.759 456.215] + /Subtype /Link +-/A << /S /GoTo /D (page.126) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4350 0 obj << ++3934 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [330.2912 440.5355 347.2277 450.7222] ++/Rect [184.578 433.356 249.105 444.26] + /Subtype /Link +-/A << /S /GoTo /D (page.126) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-4351 0 obj << ++3925 0 obj << ++/D [3923 0 R /XYZ 160.667 686.127 null] ++>> endobj ++873 0 obj << ++/D [3923 0 R /XYZ 160.667 668.127 null] ++>> endobj ++334 0 obj << ++/D [3923 0 R /XYZ 160.667 668.127 null] ++>> endobj ++3926 0 obj << ++/D [3923 0 R /XYZ 160.667 553.925 null] ++>> endobj ++3935 0 obj << ++/D [3923 0 R /XYZ 160.667 396.036 null] ++>> endobj ++3922 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 479 0 R /F11 489 0 R /F14 608 0 R /F40 469 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++3938 0 obj << ++/Length 1390 ++/Filter /FlateDecode ++>> ++stream ++xڽX[6~ϯ0ŁVWZJlY:nS(.8س3=$h!tÏx( "Tzq=,_ Y9̪ixsGCO!0oRH|^rNyIB?)Kt0wid<)$/wƘV@*mߋO_?,0b*`Q;.g`vM5:psAu"t]'_{h|A>m#H1Q sQdFi^%("7ɒSSVf[32RmD;K8{Z{! N@P!}?#.@DFB8A!gXYmқw~ʲ!Ȇ9˸@ofZSIb5gSqWYAJi#xי\DSJ5OZ9E($AZgJH! b^+dI9쨦`<8#݁Bҩ[/kE[1y(vO $4N6xLF1H%5í–a\W=ن*NEV/J 1ܕ3\ܩ]¿щJ HIM|Lyb<ތ2HpH!A4ن 2d0 P/{F 0) fAO5h\!c ++VJYO^]Z3^MbW@ywe:boA閊ϊ%>L 4^seWILRꗳYLe0nn2F,CF:F/S2UTGr4a9KK^&9m;E3,')ZD)9_E;'써 ++aB΅AlbP9wwX8ޞkșCSy s99'f!疏s=f̋VY ++y-xAOcO̬ Cfy ++tTT "d23HB ÍBqz4Kff=cf0FVd6\;̬-3%ݢ)c>mT2a ++zU^geh`WF7]ms%wಈtؾ6"a6)sz;Voaդ㏧S;e ++h+kEu0N 6Xmf. 4ct1O:ܾR; ˮecq{1u ++Jh}s qd#+G*j 3;ߘxNKݖ@EN1  = }lssH%tTN1>aj멋/O<\pY:Gj3 kn>G|S{fendstream ++endobj ++3937 0 obj << ++/Type /Page ++/Contents 3938 0 R ++/Resources 3936 0 R ++/MediaBox [0 0 612 792] ++/Parent 3870 0 R ++/Annots [ 3941 0 R 3942 0 R 3943 0 R 3944 0 R 3945 0 R 3946 0 R ] ++>> endobj ++3941 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [330.8592 427.8631 347.7957 438.767] ++/Rect [168.437 499.726 318.483 510.63] + /Subtype /Link +-/A << /S /GoTo /D (page.126) >> ++/A << /S /GoTo /D (a00067_ga0) >> + >> endobj +-4352 0 obj << ++3942 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [322.5604 406.01 339.4969 414.8567] ++/Rect [322.03 499.726 396.53 510.63] + /Subtype /Link +-/A << /S /GoTo /D (page.117) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4353 0 obj << ++3943 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [329.7533 391.9976 346.6898 402.9015] ++/Rect [172.015 487.771 236.542 498.675] + /Subtype /Link +-/A << /S /GoTo /D (page.118) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-4354 0 obj << ++3944 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [338.0517 380.7597 354.9882 390.9464] ++/Rect [170.123 448.917 332.353 459.82] + /Subtype /Link +-/A << /S /GoTo /D (page.118) >> ++/A << /S /GoTo /D (a00067_ga1) >> + >> endobj +-4355 0 obj << ++3945 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [323.108 368.8045 340.0445 378.9912] ++/Rect [336.742 448.917 411.242 459.82] + /Subtype /Link +-/A << /S /GoTo /D (page.118) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4356 0 obj << ++3946 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [322.5604 346.2342 339.4969 355.0808] ++/Rect [233.454 436.961 297.981 447.865] + /Subtype /Link +-/A << /S /GoTo /D (page.118) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-4357 0 obj << ++3939 0 obj << ++/D [3937 0 R /XYZ 106.869 686.127 null] ++>> endobj ++874 0 obj << ++/D [3937 0 R /XYZ 106.869 668.127 null] ++>> endobj ++338 0 obj << ++/D [3937 0 R /XYZ 106.869 668.127 null] ++>> endobj ++3940 0 obj << ++/D [3937 0 R /XYZ 106.869 518.676 null] ++>> endobj ++3947 0 obj << ++/D [3937 0 R /XYZ 106.869 388.682 null] ++>> endobj ++3936 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 479 0 R /F11 489 0 R /F40 469 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++3950 0 obj << ++/Length 1167 ++/Filter /FlateDecode ++>> ++stream ++xWmo6_!`_$`f.lҡ谵>5E +-@~=l#U ^.>, Wq"0G,rB`)B!"))"31뽩6ٺ)vfݢߛqU/<4EYԭΔ{TTi'Mx2ƿǬw< q>BDR$C]Q#=,Waj'E)W~Lp|~xLtզ>M1$U: Dfʢ:|~Y ++X!cQ!A `*֐]W>'N"H JX2loUKA`TܙZ#@r0dR*& y^g!3âBoقMBol3A{ť!w[AfPx.rs c\!)tf0H8q8+_p<2x⡫uYowMs ++ܦάon37ܺd>Y ++Nky t ++ ++c/_g IPÑV$K))JD\c}!#L}&Op71s*~\+x*xv?NaO} s'"̈4D7eus)ȦNaupt?<*6H+)4Swj=]}!݇̓$0 g;8A/M ++ugu8M.i8m5+ ++R )hh=ܡ$` y-;pu%Gg[3Ҕ)sendstream ++endobj ++3949 0 obj << ++/Type /Page ++/Contents 3950 0 R ++/Resources 3948 0 R ++/MediaBox [0 0 612 792] ++/Parent 3870 0 R ++/Annots [ 3953 0 R 3954 0 R 3955 0 R ] ++>> endobj ++3953 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [329.7533 332.2217 346.6898 343.1257] ++/Rect [227.423 499.726 349.654 510.63] + /Subtype /Link +-/A << /S /GoTo /D (page.118) >> ++/A << /S /GoTo /D (a00066_ga0) >> + >> endobj +-4358 0 obj << ++3954 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [397.8274 308.3114 409.7825 319.2153] ++/Rect [355.794 499.726 430.294 510.63] + /Subtype /Link +-/A << /S /GoTo /D (page.64) >> ++/A << /S /GoTo /D (a00035_ga0) >> + >> endobj +-4359 0 obj << ++3955 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [397.8274 284.4011 409.7825 295.305] ++/Rect [261.589 487.771 326.116 498.675] + /Subtype /Link +-/A << /S /GoTo /D (page.65) >> ++/A << /S /GoTo /D (a00036_ga0) >> + >> endobj +-4360 0 obj << ++3951 0 obj << ++/D [3949 0 R /XYZ 160.667 686.127 null] ++>> endobj ++875 0 obj << ++/D [3949 0 R /XYZ 160.667 668.127 null] ++>> endobj ++342 0 obj << ++/D [3949 0 R /XYZ 160.667 668.127 null] ++>> endobj ++3952 0 obj << ++/D [3949 0 R /XYZ 160.667 518.676 null] ++>> endobj ++3956 0 obj << ++/D [3949 0 R /XYZ 160.667 450.451 null] ++>> endobj ++3948 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R /F44 479 0 R /F11 489 0 R /F14 608 0 R /F40 469 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++3959 0 obj << ++/Length 2369 ++/Filter /FlateDecode ++>> ++stream ++xڽZ˒6+#NYfH'SETdIzw+;Q ++qhƹr*DUjҶy:]!]YBÔ);ꞛ3zʷ%k݃gU&y!9M0e_ӮmS;R&_F!eQa$UI"IYG dʜe)Q}7TsmO1YxԽQ<(60DFMxzM$G9<K{KET]|#d 0O"_cDv!W%n]ni]/ )"l6&^.m4^&}ttcGbRCW|$&y@Qg)at$#O Ɋ'gk|l/m/|| 4uq.׬iAfi$EЛ=yt L (FSOyL.(̜q>L{*zэf׮s6C, 2G[ȠkzX'$Ƽ|9. k>k2e`w?84<#F4 5lB4aֲ A/uhu8c68N&mkC2h4ce< j :GWI_WCRlS eZ!!\OmZUV>Ykf&Sgl啜L_ρGBd!AgE*t"e]t:e) *E]N/i)RrV$"HI'R$Ñ)s&VS'vݜLEeojtZ{[>L0O%  )]p\/Mwu׉d͍oms_zp*h = #O 6gG<0fzwQ/M@zt ++Jw}*йsȷ\jIEIERvԮgtG?5ieys,H׋ AP3>kᕴ ++p9#^H9psK Z}",1E^P0ڭ[o?{ۏ>~L0O%^*e4}nw#EX_3BYlUϥxδ),eJ1E bzz|=tynF_pZ#G`t.;tG}jҬS 58KSe ŵkpwmn.myϻk߼0Dtޥ'kzmv@Qendstream ++endobj ++3958 0 obj << ++/Type /Page ++/Contents 3959 0 R ++/Resources 3957 0 R ++/MediaBox [0 0 612 792] ++/Parent 4000 0 R ++/Annots [ 3961 0 R 3962 0 R 3963 0 R 3964 0 R 3965 0 R 3966 0 R 3967 0 R 3968 0 R 3969 0 R 3970 0 R 3971 0 R 3972 0 R 3973 0 R 3974 0 R 3975 0 R 3976 0 R 3977 0 R 3978 0 R 3979 0 R 3980 0 R 3981 0 R 3982 0 R 3983 0 R 3984 0 R 3985 0 R 3986 0 R 3987 0 R 3988 0 R 3989 0 R 3990 0 R 3991 0 R 3992 0 R 3993 0 R 3994 0 R 3995 0 R 3996 0 R 3997 0 R 3998 0 R 3999 0 R ] ++>> endobj ++3961 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [359.6408 272.4459 376.5773 283.3498] ++/Rect [223.879 547.972 235.835 558.876] + /Subtype /Link +-/A << /S /GoTo /D (page.127) >> ++/A << /S /GoTo /D (page.86) >> + >> endobj +-4361 0 obj << ++3962 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [329.1953 261.208 346.1318 271.3947] ++/Rect [180.593 511.961 197.529 522.865] + /Subtype /Link +-/A << /S /GoTo /D (page.127) >> ++/A << /S /GoTo /D (page.137) >> + >> endobj +-4362 0 obj << ++3963 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [328.9462 249.2528 345.8827 259.4395] ++/Rect [172.842 487.905 189.778 498.809] + /Subtype /Link +-/A << /S /GoTo /D (page.127) >> ++/A << /S /GoTo /D (page.121) >> + >> endobj +-4363 0 obj << ++3964 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [322.5604 214.7273 334.5156 223.574] ++/Rect [172.842 463.849 189.778 474.753] + /Subtype /Link +-/A << /S /GoTo /D (page.81) >> ++/A << /S /GoTo /D (page.122) >> + >> endobj +-4364 0 obj << ++3965 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [376.7963 200.7149 393.7328 211.6188] ++/Rect [158.575 452.538 170.53 462.725] + /Subtype /Link +-/A << /S /GoTo /D (page.128) >> ++/A << /S /GoTo /D (page.39) >> + >> endobj +-4365 0 obj << ++3966 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [365.17 188.7597 382.1065 199.6637] ++/Rect [172.842 427.765 189.778 438.668] + /Subtype /Link +-/A << /S /GoTo /D (page.129) >> ++/A << /S /GoTo /D (page.122) >> + >> endobj +-4366 0 obj << ++3967 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [352.438 176.8046 369.3745 187.7085] ++/Rect [172.842 403.708 189.778 414.612] + /Subtype /Link +-/A << /S /GoTo /D (page.129) >> ++/A << /S /GoTo /D (page.122) >> + >> endobj +-4367 0 obj << ++3968 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [369.5935 164.8494 386.53 175.7533] ++/Rect [205.877 380.503 217.832 391.407] + /Subtype /Link +-/A << /S /GoTo /D (page.129) >> ++/A << /S /GoTo /D (page.77) >> + >> endobj +-4368 0 obj << ++3969 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [363.5161 152.8942 380.4526 163.7982] ++/Rect [180.593 344.492 197.529 355.396] + /Subtype /Link +-/A << /S /GoTo /D (page.129) >> ++/A << /S /GoTo /D (page.137) >> + >> endobj +-4369 0 obj << ++3970 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [415.5311 128.9839 432.4675 139.8878] ++/Rect [176.438 332.464 188.393 343.368] + /Subtype /Link +-/A << /S /GoTo /D (page.128) >> ++/A << /S /GoTo /D (page.88) >> + >> endobj +-4370 0 obj << ++3971 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [329.7533 117.746 346.6898 127.9327] ++/Rect [146.002 320.436 162.939 331.34] + /Subtype /Link +-/A << /S /GoTo /D (page.128) >> +->> endobj +-4308 0 obj << +-/D [4306 0 R /XYZ 106.8692 686.127 null] +->> endobj +-4305 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-4374 0 obj << +-/Length 2713 +-/Filter /FlateDecode +->> +-stream +-xڵKo#:@n$!Bm[YYHrfOH6 0/*6U"+ ȊHTb%D᳟nȤiTGWI E-F)}~w|ýݳHQ-}oxS#fO#b ]0!wv7t0M]1e⚨M#a2ЈH·k:m! R(''߽X}SRMH [p(ȽۗOn>k}Ŋ B #}mM?wDܶӶ|eIUx t<Ǖ]DemjE@nΧ9h$ڜ q GLCTUūe%FLz?i}:C=3i[h>iVU l:#4MVy*$E@oJ: T&.x_i$v9O_@wQ d{^ѩG%[S2s-u4 $+A8RVt7>* 7* 2e=duQU:Vp$=ñ}XE&-DfMSd4|`]v7>-C̀ Us!BU i&Mz=I&j9=Ϡ",zu$R77iДBk8MuUoZqu-U :Bx?Z&Uū`MdWOSK<Мgj33y>J./By2| 7f"/Pߠ@*^-<bE#q4e 4 +-ije4Ϧi٫#' = Mv2c#K6jyZb*e#W=Fo?ϯ\0W/!yzRcfylf6[^-@g;thߗqJpɆ#0ld7>h$5dEȨ);tg:k p@RaoO.wxɢbD!pOa Hj=&spL"!3άvo:Gf(PE*@Q`)X-T&S?e7AjE ͑pX|ђ2*n RH {U8[I)9# 7`ѭiRU:D MX9+gh} dW`B!|QvL[32KDpx1֪BLӧ`,) G&Q٧~b ' u{Lk1 9sp駓UJHTW^ {9Öt>ƵWU:R#XTV!cVI!7 حcRU]\Ԯ +->cwG"n(Y +-Q++FsѲOGQD`n{t}c6IC/䍧OmKQ31$_MET2bD4[tnIk7HL w8F\p&B^P/Oc8l,U1 j>X>a2E}~3gf mB7A|)CE'BYUū.}鎊ۧI楏a1MϠD(ќ,zu4`]n혾9s }$Fb9Cz?xQUZ`x>?b 1Od`q}5 R,qi"TPA?gr2ITu>`N7H `& UIU` kK JQ7Wr?EQYI1yXA)&ދRLcբ%$e;fn4\D$o|}\8P׋I<*N8S"AoʶYbi*T5aRy?e;8UwloPZ2wWH 2KKP JjBq?E㬳[UlһoP7 UwWoPnݱd>oq<4 \z% +-P]ǬdW~ɟJ. % ܾ^Ph]4jZh٩W+- ˃n!-q+ i>ҲW-_ 4ʂ\y,h]4j@ƍAR Z, ZQ)H*?˵-SQzi+Ux@2NtB8ڥ@QH!W %2)2Rpd4\[w0Y|_?>")&w\Gj(uş}v|/S~G>o~rendstream +-endobj +-4373 0 obj << +-/Type /Page +-/Contents 4374 0 R +-/Resources 4372 0 R +-/MediaBox [0 0 612 792] +-/Parent 4371 0 R +-/Annots [ 4376 0 R 4377 0 R 4378 0 R 4379 0 R 4380 0 R 4381 0 R 4382 0 R 4383 0 R 4384 0 R 4385 0 R 4386 0 R 4387 0 R 4388 0 R 4389 0 R 4390 0 R 4391 0 R 4392 0 R 4393 0 R 4394 0 R 4395 0 R 4396 0 R 4397 0 R 4398 0 R 4399 0 R 4400 0 R 4401 0 R 4402 0 R 4403 0 R 4404 0 R 4405 0 R 4406 0 R 4407 0 R 4408 0 R 4409 0 R 4410 0 R 4411 0 R 4412 0 R 4413 0 R 4414 0 R 4415 0 R 4416 0 R 4417 0 R 4418 0 R 4419 0 R 4420 0 R 4421 0 R 4422 0 R 4423 0 R 4424 0 R 4425 0 R 4426 0 R ] ++/A << /S /GoTo /D (page.141) >> + >> endobj +-4376 0 obj << ++3972 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [200.0694 655.7286 217.0059 665.9152] ++/Rect [201.065 285.203 218.002 296.107] + /Subtype /Link +-/A << /S /GoTo /D (page.128) >> ++/A << /S /GoTo /D (page.127) >> + >> endobj +-4377 0 obj << ++3973 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [274.7888 631.1009 286.7439 642.0049] ++/Rect [236.472 273.175 248.427 284.079] + /Subtype /Link +-/A << /S /GoTo /D (page.65) >> ++/A << /S /GoTo /D (page.85) >> + >> endobj +-4378 0 obj << ++3974 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [259.8446 607.1906 271.7997 618.0945] ++/Rect [172.842 249.118 189.778 260.022] + /Subtype /Link +-/A << /S /GoTo /D (page.52) >> ++/A << /S /GoTo /D (page.122) >> + >> endobj +-4379 0 obj << ++3975 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [274.7888 583.2803 286.7439 594.1842] ++/Rect [172.842 225.062 189.778 235.966] + /Subtype /Link +-/A << /S /GoTo /D (page.65) >> ++/A << /S /GoTo /D (page.122) >> + >> endobj +-4380 0 obj << ++3976 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [274.7888 559.3699 286.7439 570.2739] ++/Rect [172.842 201.006 189.778 211.91] + /Subtype /Link +-/A << /S /GoTo /D (page.65) >> ++/A << /S /GoTo /D (page.122) >> + >> endobj +-4381 0 obj << ++3977 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [274.7888 535.4596 286.7439 546.3635] ++/Rect [232.368 188.978 244.323 199.882] + /Subtype /Link +-/A << /S /GoTo /D (page.66) >> ++/A << /S /GoTo /D (page.49) >> + >> endobj +-4382 0 obj << ++3978 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [252.6517 511.5493 264.6069 522.4532] ++/Rect [161.773 165.712 173.728 175.899] + /Subtype /Link +-/A << /S /GoTo /D (page.49) >> ++/A << /S /GoTo /D (page.93) >> + >> endobj +-4383 0 obj << ++3979 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [281.9915 487.6389 293.9466 498.5429] ++/Rect [145.724 119.086 162.66 127.933] + /Subtype /Link +-/A << /S /GoTo /D (page.76) >> ++/A << /S /GoTo /D (page.133) >> + >> endobj +-4384 0 obj << ++3980 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [281.9915 463.7286 293.9466 474.6325] ++/Rect [352.458 547.972 364.413 558.876] + /Subtype /Link +-/A << /S /GoTo /D (page.76) >> ++/A << /S /GoTo /D (page.64) >> + >> endobj +-4385 0 obj << ++3981 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [276.4525 439.8183 288.4076 450.7222] ++/Rect [419.695 524.062 436.632 534.966] + /Subtype /Link +-/A << /S /GoTo /D (page.69) >> ++/A << /S /GoTo /D (page.140) >> + >> endobj +-4386 0 obj << ++3982 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [281.9915 415.9079 293.9466 426.8119] ++/Rect [362.132 500.151 379.068 511.055] + /Subtype /Link +-/A << /S /GoTo /D (page.77) >> ++/A << /S /GoTo /D (page.123) >> + >> endobj +-4387 0 obj << ++3983 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [281.9915 391.9976 293.9466 402.9015] ++/Rect [361.294 488.196 373.25 499.1] + /Subtype /Link +-/A << /S /GoTo /D (page.77) >> ++/A << /S /GoTo /D (page.90) >> + >> endobj +-4388 0 obj << ++3984 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [276.4525 368.0872 288.4076 378.9912] ++/Rect [423.481 476.241 435.436 487.145] + /Subtype /Link +-/A << /S /GoTo /D (page.69) >> ++/A << /S /GoTo /D (page.47) >> + >> endobj +-4389 0 obj << ++3985 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [281.9915 344.1769 293.9466 355.0808] ++/Rect [335.014 454.388 351.95 463.235] + /Subtype /Link +-/A << /S /GoTo /D (page.77) >> ++/A << /S /GoTo /D (page.115) >> + >> endobj +-4390 0 obj << ++3986 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [281.9915 320.2666 293.9466 331.1705] ++/Rect [359.372 429.138 376.309 439.324] + /Subtype /Link +-/A << /S /GoTo /D (page.77) >> ++/A << /S /GoTo /D (page.116) >> + >> endobj +-4391 0 obj << ++3987 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [276.4525 296.3562 288.4076 307.2602] ++/Rect [326.426 417.183 343.362 427.369] + /Subtype /Link +-/A << /S /GoTo /D (page.70) >> ++/A << /S /GoTo /D (page.146) >> + >> endobj +-4392 0 obj << ++3988 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [263.7101 272.4459 275.6652 283.3498] ++/Rect [332.513 405.227 349.449 415.414] + /Subtype /Link +-/A << /S /GoTo /D (page.52) >> ++/A << /S /GoTo /D (page.147) >> + >> endobj +-4393 0 obj << ++3989 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [301.3591 260.4907 318.2956 271.3947] ++/Rect [362.132 372.444 379.068 383.348] + /Subtype /Link +-/A << /S /GoTo /D (page.130) >> ++/A << /S /GoTo /D (page.123) >> + >> endobj +-4394 0 obj << ++3990 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [256.5176 248.5356 273.4541 259.4395] ++/Rect [389.788 349.251 406.724 359.437] + /Subtype /Link +-/A << /S /GoTo /D (page.130) >> ++/A << /S /GoTo /D (page.128) >> + >> endobj +-4395 0 obj << ++3991 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [270.9133 236.5804 287.8498 247.4843] ++/Rect [390.356 324.623 407.292 335.527] + /Subtype /Link +-/A << /S /GoTo /D (page.130) >> ++/A << /S /GoTo /D (page.129) >> + >> endobj +-4396 0 obj << ++3992 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [278.1062 224.6252 295.0427 235.5292] ++/Rect [419.695 300.713 436.632 311.617] + /Subtype /Link +-/A << /S /GoTo /D (page.130) >> ++/A << /S /GoTo /D (page.140) >> + >> endobj +-4397 0 obj << ++3993 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [263.7105 212.6701 280.647 223.574] ++/Rect [425.503 268.647 437.458 279.551] + /Subtype /Link +-/A << /S /GoTo /D (page.131) >> ++/A << /S /GoTo /D (page.84) >> + >> endobj +-4398 0 obj << ++3994 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [255.4117 200.7149 272.3482 211.6188] ++/Rect [393.683 245.454 405.638 255.64] + /Subtype /Link +-/A << /S /GoTo /D (page.131) >> ++/A << /S /GoTo /D (page.83) >> + >> endobj +-4399 0 obj << ++3995 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [269.8074 188.7597 286.7438 199.6637] ++/Rect [433.254 232.781 445.209 243.685] + /Subtype /Link +-/A << /S /GoTo /D (page.131) >> ++/A << /S /GoTo /D (page.80) >> + >> endobj +-4400 0 obj << ++3996 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [277.0002 176.8046 293.9367 187.7085] ++/Rect [362.132 208.871 379.068 219.775] + /Subtype /Link +-/A << /S /GoTo /D (page.131) >> ++/A << /S /GoTo /D (page.123) >> + >> endobj +-4401 0 obj << ++3997 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [262.6045 164.8494 279.541 175.7533] ++/Rect [369.883 173.005 386.819 183.909] + /Subtype /Link +-/A << /S /GoTo /D (page.131) >> ++/A << /S /GoTo /D (page.137) >> + >> endobj +-4402 0 obj << ++3998 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [263.7101 140.9391 275.6652 151.843] ++/Rect [428.572 152.894 440.527 163.798] + /Subtype /Link +-/A << /S /GoTo /D (page.52) >> ++/A << /S /GoTo /D (page.57) >> + >> endobj +-4403 0 obj << ++3999 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [307.6953 128.9839 324.6318 139.8878] ++/Rect [369.883 117.029 386.819 127.933] + /Subtype /Link +-/A << /S /GoTo /D (page.131) >> ++/A << /S /GoTo /D (page.138) >> + >> endobj +-4404 0 obj << ++3960 0 obj << ++/D [3958 0 R /XYZ 106.869 686.127 null] ++>> endobj ++3957 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++4003 0 obj << ++/Length 2302 ++/Filter /FlateDecode ++>> ++stream ++xś]۶WR1Q|][3Mv$VժJ>bI[q3%)l4%Z0nf;:[_1/jMrq;I)('Osf"1foۻ7g1*MqYOr}>l.p t8Ҕ;]XYWg$Wԟty…"9Ū`WU@ ;d`scI59kҡR cCzQ(6c G1֚ ++0FƔ_Q %=3ΌR3BdYIF1E1f EiѣKi>c+9zXB(Ʉ_.jaLpC8@,IRsI.r_CITW$ALҽn~i__V W>GhWgϱ3dɑ,D",4I#wuɈ?X8ˁu *phhY Y=\@]$րԚE(,_f`s 9>]J[~Nr g6uSAymlVYVP(]WXc݂ہ|[,U ++P&v5I&b^#"ƗZ;qY 3PС3,&pۦYհVz_SZ@hY CgHw2_sPطWXJIҬì+XΤ tH5&b2VC YIr+@Z\\nQRkTX5iX/+a07 ++ UuK;-9cfGKr%uX<;۽ ++"*bϡGS.#Ta`bAfY.aG><,B9 __Zl![kv Y4]o|ÏoZvɶ}~f9Jʫ@'ҝI5T]R^IvP6r]*>,84QL(+fjcKEySgHw"yԱq$LFi @3jTB'5#BcP®!u&af1rTڟB7s$NjSؘ}Lc'j8 :~ XMt?\>?~OfQFfQ1JՌ\bx/O75v:VS1J3J)PR PZN?դѰɀZ9k(_H0BMt hyZ7 =1r׌a ++QL 5!LtH"Wɐ9 ++֌@1H)sf8~|RFFoF5NT +++EYf *諸UC FM''4dzݪq@d P`@6d6\9yak8J2&Ef Y6n~ ؿwn; @5#"g Qʯfĭ!JaF zHnQtH5cBgR¯rTˇ]lfo@L1tb'5ndpSv 0#[M3zqN^3)4F9%NLSq^SA〼flKՄXAB򼼺+Ngb+jÕkpiK(6&TɜZ9k*N:~ ') 8mt.֗ 8 NΩ㜼fSrJ5;A1su~KV}%4QI~ۢa3/ ɸ.iuqp_9EעzXWՏ_Qe:*澀|:=& ++lgKgh ׇ7žKendstream ++endobj ++4002 0 obj << ++/Type /Page ++/Contents 4003 0 R ++/Resources 4001 0 R ++/MediaBox [0 0 612 792] ++/Parent 4000 0 R ++/Annots [ 4005 0 R 4006 0 R 4007 0 R 4008 0 R 4009 0 R 4010 0 R 4011 0 R 4012 0 R 4013 0 R 4014 0 R 4015 0 R 4016 0 R 4017 0 R 4018 0 R 4019 0 R 4020 0 R 4021 0 R 4022 0 R 4023 0 R 4024 0 R 4025 0 R 4026 0 R 4027 0 R 4028 0 R 4029 0 R 4030 0 R 4031 0 R 4032 0 R 4033 0 R 4034 0 R 4035 0 R 4036 0 R 4037 0 R 4038 0 R 4039 0 R 4040 0 R 4041 0 R 4042 0 R 4043 0 R 4044 0 R 4045 0 R 4046 0 R ] ++>> endobj ++4005 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [194.5405 117.0287 211.477 127.9327] ++/Rect [234.391 630.808 251.327 641.712] + /Subtype /Link +-/A << /S /GoTo /D (page.132) >> ++/A << /S /GoTo /D (page.134) >> + >> endobj +-4405 0 obj << ++4006 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [431.6006 643.0561 443.5558 653.96] ++/Rect [234.391 594.358 251.327 605.262] + /Subtype /Link +-/A << /S /GoTo /D (page.59) >> ++/A << /S /GoTo /D (page.138) >> + >> endobj +-4406 0 obj << ++4007 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [431.6006 619.1458 443.5558 630.0497] ++/Rect [234.391 557.907 251.327 568.811] + /Subtype /Link +-/A << /S /GoTo /D (page.59) >> ++/A << /S /GoTo /D (page.134) >> + >> endobj +-4407 0 obj << ++4008 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [461.588 595.2354 473.5432 606.1394] ++/Rect [234.391 521.456 251.327 532.36] + /Subtype /Link +-/A << /S /GoTo /D (page.55) >> ++/A << /S /GoTo /D (page.138) >> + >> endobj +-4408 0 obj << ++4009 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [463.7896 571.3251 475.7448 582.229] ++/Rect [234.391 485.006 251.327 495.909] + /Subtype /Link +-/A << /S /GoTo /D (page.91) >> ++/A << /S /GoTo /D (page.134) >> + >> endobj +-4409 0 obj << ++4010 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [468.7709 547.4148 480.7261 558.3187] ++/Rect [234.391 448.555 251.327 459.459] + /Subtype /Link +-/A << /S /GoTo /D (page.92) >> ++/A << /S /GoTo /D (page.138) >> + >> endobj +-4410 0 obj << ++4011 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [463.7896 523.5044 475.7448 534.4084] ++/Rect [234.391 412.104 251.327 423.008] + /Subtype /Link +-/A << /S /GoTo /D (page.91) >> ++/A << /S /GoTo /D (page.134) >> + >> endobj +-4411 0 obj << ++4012 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [468.7709 499.5941 480.7261 510.498] ++/Rect [218.052 399.856 234.988 410.76] + /Subtype /Link +-/A << /S /GoTo /D (page.92) >> ++/A << /S /GoTo /D (page.148) >> + >> endobj +-4412 0 obj << ++4013 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [455.5007 475.6838 467.4559 486.5877] ++/Rect [254.864 375.361 271.8 386.265] + /Subtype /Link +-/A << /S /GoTo /D (page.62) >> ++/A << /S /GoTo /D (page.127) >> + >> endobj +-4413 0 obj << ++4014 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [463.7896 451.7734 475.7448 462.6774] ++/Rect [196.473 348.274 213.41 359.178] + /Subtype /Link +-/A << /S /GoTo /D (page.91) >> ++/A << /S /GoTo /D (page.149) >> + >> endobj +-4414 0 obj << ++4015 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [461.588 427.8631 473.5432 438.767] ++/Rect [232.388 324.071 249.325 334.975] + /Subtype /Link +-/A << /S /GoTo /D (page.56) >> ++/A << /S /GoTo /D (page.106) >> + >> endobj +-4415 0 obj << ++4016 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [463.7896 403.9528 475.7448 414.8567] ++/Rect [260.682 300.585 277.618 310.772] + /Subtype /Link +-/A << /S /GoTo /D (page.91) >> ++/A << /S /GoTo /D (page.111) >> + >> endobj +-4416 0 obj << ++4017 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [468.7709 380.0424 480.7261 390.9464] ++/Rect [277.28 276.382 294.216 286.569] + /Subtype /Link +-/A << /S /GoTo /D (page.93) >> ++/A << /S /GoTo /D (page.113) >> + >> endobj +-4417 0 obj << ++4018 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [461.588 344.1769 473.5432 355.0808] ++/Rect [199.522 241.444 216.458 250.411] + /Subtype /Link +-/A << /S /GoTo /D (page.56) >> ++/A << /S /GoTo /D (page.109) >> + >> endobj +-4418 0 obj << ++4019 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [461.588 320.2666 473.5432 331.1705] ++/Rect [211.417 227.259 228.353 238.163] + /Subtype /Link +-/A << /S /GoTo /D (page.56) >> ++/A << /S /GoTo /D (page.154) >> + >> endobj +-4419 0 obj << ++4020 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [461.588 284.4011 473.5432 295.305] ++/Rect [196.473 215.728 213.41 225.915] + /Subtype /Link +-/A << /S /GoTo /D (page.56) >> ++/A << /S /GoTo /D (page.155) >> + >> endobj +-4420 0 obj << ++4021 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [440.5469 260.4907 452.5021 271.3947] ++/Rect [281.991 190.516 293.947 201.419] + /Subtype /Link +-/A << /S /GoTo /D (page.53) >> ++/A << /S /GoTo /D (page.71) >> + >> endobj +-4421 0 obj << ++4022 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [431.6006 224.6252 443.5558 235.5292] ++/Rect [281.991 166.02 293.947 176.924] + /Subtype /Link +-/A << /S /GoTo /D (page.59) >> ++/A << /S /GoTo /D (page.72) >> + >> endobj +-4422 0 obj << ++4023 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [431.6006 188.7597 443.5558 199.6637] ++/Rect [281.991 141.524 293.947 152.428] + /Subtype /Link +-/A << /S /GoTo /D (page.60) >> ++/A << /S /GoTo /D (page.72) >> + >> endobj +-4423 0 obj << ++4024 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [455.5007 164.8494 467.4559 175.7533] ++/Rect [291.944 117.029 303.899 127.933] + /Subtype /Link +-/A << /S /GoTo /D (page.62) >> ++/A << /S /GoTo /D (page.88) >> + >> endobj +-4424 0 obj << ++4025 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [440.5469 140.9391 452.5021 151.843] ++/Rect [481.234 631.101 493.189 642.005] + /Subtype /Link +-/A << /S /GoTo /D (page.53) >> ++/A << /S /GoTo /D (page.88) >> + >> endobj +-4425 0 obj << ++4026 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [483.7349 128.9839 500.6714 139.8878] ++/Rect [467.247 607.191 479.202 618.095] + /Subtype /Link +-/A << /S /GoTo /D (page.132) >> ++/A << /S /GoTo /D (page.39) >> + >> endobj +-4426 0 obj << ++4027 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [423.4015 117.746 440.338 127.9327] ++/Rect [448.587 583.28 460.542 594.184] + /Subtype /Link +-/A << /S /GoTo /D (page.133) >> +->> endobj +-4375 0 obj << +-/D [4373 0 R /XYZ 160.6675 686.127 null] +->> endobj +-4372 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-4429 0 obj << +-/Length 3489 +-/Filter /FlateDecode +->> +-stream +-xڭ\RI}+xwm/0 \bfB7.]dʬ C%C%"T={xqƃo>4H*B_)ŏ_~=nQJΎ\t0[x@ja?GO1`D g@H4L\`$4fg3QP +-}맏գU@" LZ~aCu{|dC!,Qb`"_V^2oZQ7AFoI 0<@Dz%9p2RbR2V1P~bo\ E췤Iw_w'2evy4]r*`t9|䚮دP#Ș?QС*Ȓ^ +- B/``0%` 8/ 8:+ %zT Ɣ_`JVSo_VouP3%^>>v!5| ) {X.k8/k85d֜J?>|W,"loB <ޘ4렞KE'`נ_>SqiZ +-˕A`JVr_ruВ$`2jyenq%`\[9|n߮5NNq"CoBx%@Dx =Fe~:♇4<\D^nD'@~ +-)[$,8H"j]]&4M_;"sf;EUX2RFڝr1?Y.>_/o[x}e.܄p~\v{U8bmTTW<= ro[dZ$DZCUX}R5PDoulYҭ+LD!Im Xn"_)ŝ:zI^mZ|\t*"/f,(L),7A!G~8.?k>jLNkMZ58!6߄q%~jط`DžGX\q>?Yaփe%* 񙠈bmQAFg"z:Ҟ@2yӊ = 2:$~ BSL ѣ*~!##O9Oh(׃m0̈ fH2H\j<]-Φ*ƻdž-ί.fgZI{QBMhvH¯$GXX~Zu^Ώ82Jc@SIjÛr쵠4&BXU!!@u!/-U+lPB_$lֵCoBt_; ;1|GUX}t Gp:{sc!\ޥD:W %߄%~08DZԣj^eQ&͢kߟerU9Ts&4e] "OΡj^*j_]_^jYV,0|PΥn{|-EXLʂj^*h\{w h1H2q7$Y`0d=l_Ni^ngxC-p.gVr2laA>9 6cacsqcQ5VZo̱˹w_:ɍ:䂃g7ANo!seEr*Чga"O`"<^cbzUX/]]g"P8VmoB\~KEA'qk/3vK`n,Xn7ALcs1l"QAh CFš9SQ^c?$Oh0<VI11yYbVՈjA=ϫ:bO˓v,!rjzyt33al4qLoFqI!`@Lq?:3y@cyJ&4 &[x| 8nOsF=%HVE*-`*MXr%e&ݶb( DⷠmǑ?VGUXR`b%oN2I^Fp&4%E췔^UchYr~1ɕjMhˇo)gK˜?(h*p>T {ЫEr&Zkmc 0L#r +-ti*O9RUP$")`D=B:( ZEp E03$p&4i-@;cD"0{xtv=&)UH}`f)vcb79IJҔ%z72B1" A}-IMP䵕Mm"I84h=9=>t탻wT^ qHxJU ooB|F^+C8Sw5¶'uסj}كp*n f- fcEs> + >> endobj +-4431 0 obj << ++4028 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [191.1128 655.7286 208.0493 665.9152] ++/Rect [448.587 559.37 460.542 570.274] + /Subtype /Link +-/A << /S /GoTo /D (page.133) >> ++/A << /S /GoTo /D (page.99) >> + >> endobj +-4432 0 obj << ++4029 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [211.0377 643.4745 227.9742 653.6612] ++/Rect [448.587 535.46 465.523 546.364] + /Subtype /Link +-/A << /S /GoTo /D (page.133) >> ++/A << /S /GoTo /D (page.100) >> + >> endobj +-4433 0 obj << ++4030 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [207.1425 630.5032 224.0789 641.4071] ++/Rect [448.587 511.549 465.523 522.453] + /Subtype /Link +-/A << /S /GoTo /D (page.133) >> ++/A << /S /GoTo /D (page.100) >> + >> endobj +-4434 0 obj << ++4031 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [208.2584 618.2491 225.1949 629.1531] ++/Rect [448.587 487.639 465.523 498.543] + /Subtype /Link +-/A << /S /GoTo /D (page.133) >> ++/A << /S /GoTo /D (page.100) >> + >> endobj +-4435 0 obj << ++4032 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [222.6541 605.9951 239.5906 616.899] ++/Rect [448.587 463.729 465.523 474.633] + /Subtype /Link +-/A << /S /GoTo /D (page.133) >> ++/A << /S /GoTo /D (page.100) >> + >> endobj +-4436 0 obj << ++4033 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.8469 593.741 246.7834 604.645] ++/Rect [448.587 439.818 465.523 450.722] + /Subtype /Link +-/A << /S /GoTo /D (page.133) >> ++/A << /S /GoTo /D (page.100) >> + >> endobj +-4437 0 obj << ++4034 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [212.3329 582.2043 229.2694 592.3909] ++/Rect [448.587 415.908 465.523 426.812] + /Subtype /Link +-/A << /S /GoTo /D (page.134) >> ++/A << /S /GoTo /D (page.100) >> + >> endobj +-4438 0 obj << ++4035 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [203.8348 569.2329 220.7712 580.1369] ++/Rect [448.587 391.998 465.523 402.902] + /Subtype /Link +-/A << /S /GoTo /D (page.134) >> ++/A << /S /GoTo /D (page.100) >> + >> endobj +-4439 0 obj << ++4036 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [212.5424 557.6962 229.4788 567.8828] ++/Rect [448.587 368.087 465.523 378.991] + /Subtype /Link +-/A << /S /GoTo /D (page.134) >> ++/A << /S /GoTo /D (page.101) >> + >> endobj +-4440 0 obj << ++4037 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [207.7001 544.7249 224.6366 555.6288] ++/Rect [448.587 344.177 465.523 355.081] + /Subtype /Link +-/A << /S /GoTo /D (page.134) >> ++/A << /S /GoTo /D (page.101) >> + >> endobj +-4441 0 obj << ++4038 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [206.0365 533.1881 222.973 543.3747] ++/Rect [448.587 320.267 465.523 331.171] + /Subtype /Link +-/A << /S /GoTo /D (page.134) >> ++/A << /S /GoTo /D (page.101) >> + >> endobj +-4442 0 obj << ++4039 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [207.1524 520.2168 224.0889 531.1207] ++/Rect [448.587 296.356 465.523 307.26] + /Subtype /Link +-/A << /S /GoTo /D (page.134) >> ++/A << /S /GoTo /D (page.101) >> + >> endobj +-4443 0 obj << ++4040 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [221.5481 507.9627 238.4846 518.8666] ++/Rect [448.587 272.446 465.523 283.35] + /Subtype /Link +-/A << /S /GoTo /D (page.134) >> ++/A << /S /GoTo /D (page.101) >> + >> endobj +-4444 0 obj << ++4041 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [228.741 496.426 245.6775 506.6126] ++/Rect [448.587 248.536 460.542 259.44] + /Subtype /Link +-/A << /S /GoTo /D (page.134) >> ++/A << /S /GoTo /D (page.99) >> + >> endobj +-4445 0 obj << ++4042 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [230.9529 471.2006 242.9081 482.1045] ++/Rect [448.587 224.625 460.542 235.529] + /Subtype /Link +-/A << /S /GoTo /D (page.57) >> ++/A << /S /GoTo /D (page.99) >> + >> endobj +-4446 0 obj << ++4043 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [230.9529 446.6925 242.9081 457.5964] ++/Rect [448.587 200.715 465.523 211.619] + /Subtype /Link +-/A << /S /GoTo /D (page.57) >> ++/A << /S /GoTo /D (page.101) >> + >> endobj +-4447 0 obj << ++4044 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [230.9529 422.1844 242.9081 433.0883] ++/Rect [448.587 176.805 465.523 187.709] + /Subtype /Link +-/A << /S /GoTo /D (page.57) >> ++/A << /S /GoTo /D (page.101) >> + >> endobj +-4448 0 obj << ++4045 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [230.9529 397.6763 242.9081 408.5802] ++/Rect [448.587 152.894 465.523 163.798] + /Subtype /Link +-/A << /S /GoTo /D (page.58) >> ++/A << /S /GoTo /D (page.102) >> + >> endobj +-4449 0 obj << ++4046 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [230.9529 373.1682 242.9081 384.0721] ++/Rect [448.587 128.984 465.523 139.888] + /Subtype /Link +-/A << /S /GoTo /D (page.58) >> ++/A << /S /GoTo /D (page.102) >> + >> endobj +-4450 0 obj << ++4004 0 obj << ++/D [4002 0 R /XYZ 160.667 686.127 null] ++>> endobj ++4001 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++4049 0 obj << ++/Length 2098 ++/Filter /FlateDecode ++>> ++stream ++xś]o6+|i3OIfkZ c+1GlgmGIH+f0Hl=#"yb2L NPi%tyN}hhr74J$6]9$J .޼}u|Ae3&7˦=Fʲ_ӭ:&1M?)ƙ*N䧦<:Hd=Aˠ J&"C$/YϫaEBUvZ9^8rD%!zΔ d۹sF5'bi/\_j{:J)QGD5 e8"i#9kQe/6mQ-s0':9~bY/s~%D$TG"rADF3B5Rx!'?oF"HxFVf5C\ #aTI|PB Yy rzj'Ts"fkhJV55%:)~ %LQJX9 r 5:#JMOÄf$5WbS$S|f5|A$>:'< HkA@_H_WOcʑQsgPe^i]K slC%C YCHHD3Ch_lS?ö0Z2ȱ  ++5@,T:H>6'Qz%Y@(",i#9kQHS/2O3R' GSk=7*W`iY5!uKsd@duzs9Q%HݒC2C 6LJ)_]>?FGIDxdT`r)XQ"h\LsUF(.2ܨSBbRm2B􈸘dPl-ٿXTaR F^JU3<>FJׄ‚ETF FݒU+"Q*"hTRPqDEeTuK "* "/Rv_lWcֻsT;"IdZe`z-YL?#H ++4*7z^^7o_޾jAތD+*$[ie\i~˛"_ bnɁXXNՆaH**Ͳt[rfYNPxf89aVG|qQV %aNPp3Ot|X꼹Ր]-*jLLV/\ͩ-J\[yCWmim]8nz]j W{-.X6L'xR`}dS?c:E֪.s.OVR5䴉^&+ZpdSOJ"%mlEk@?Mb_NǿjtT=] Mk‘L%;г0KT{emgoXk@85w> endobj ++4051 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [230.9529 348.6601 242.9081 359.564] ++/Rect [205.498 655.011 222.435 665.915] + /Subtype /Link +-/A << /S /GoTo /D (page.58) >> ++/A << /S /GoTo /D (page.102) >> + >> endobj +-4451 0 obj << ++4052 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [210.48 336.406 227.4165 347.31] ++/Rect [205.498 631.101 222.435 642.005] + /Subtype /Link +-/A << /S /GoTo /D (page.135) >> ++/A << /S /GoTo /D (page.102) >> + >> endobj +-4452 0 obj << ++4053 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [162.879 324.152 179.8155 335.0559] ++/Rect [205.498 607.191 222.435 618.095] + /Subtype /Link +-/A << /S /GoTo /D (page.135) >> ++/A << /S /GoTo /D (page.102) >> + >> endobj +-4453 0 obj << ++4054 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [169.2153 311.898 186.1518 322.8019] ++/Rect [205.498 583.28 222.435 594.184] + /Subtype /Link +-/A << /S /GoTo /D (page.135) >> ++/A << /S /GoTo /D (page.102) >> + >> endobj +-4454 0 obj << ++4055 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [168.4181 300.3612 185.3545 310.5478] ++/Rect [205.498 559.37 222.435 570.274] + /Subtype /Link +-/A << /S /GoTo /D (page.135) >> ++/A << /S /GoTo /D (page.102) >> + >> endobj +-4455 0 obj << ++4056 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [213.2495 275.1358 225.2047 286.0397] ++/Rect [205.498 535.46 222.435 546.364] + /Subtype /Link +-/A << /S /GoTo /D (page.48) >> ++/A << /S /GoTo /D (page.102) >> + >> endobj +-4456 0 obj << ++4057 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [225.982 239.3898 237.9372 249.5765] ++/Rect [205.498 511.549 222.435 522.453] + /Subtype /Link +-/A << /S /GoTo /D (page.56) >> ++/A << /S /GoTo /D (page.103) >> + >> endobj +-4457 0 obj << ++4058 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [230.9535 215.1806 242.9087 225.3673] ++/Rect [205.498 487.639 222.435 498.543] + /Subtype /Link +-/A << /S /GoTo /D (page.55) >> ++/A << /S /GoTo /D (page.103) >> + >> endobj +-4458 0 obj << ++4059 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [213.2399 178.7174 225.1951 188.904] ++/Rect [205.498 463.729 222.435 474.633] + /Subtype /Link +-/A << /S /GoTo /D (page.68) >> ++/A << /S /GoTo /D (page.103) >> + >> endobj +-4459 0 obj << ++4060 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [145.7235 155.8481 157.6787 164.6948] ++/Rect [205.498 439.818 222.435 450.722] + /Subtype /Link +-/A << /S /GoTo /D (page.68) >> ++/A << /S /GoTo /D (page.103) >> + >> endobj +-4460 0 obj << ++4061 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [255.3117 142.2541 267.2669 152.4408] ++/Rect [205.498 415.908 222.435 426.812] + /Subtype /Link +-/A << /S /GoTo /D (page.68) >> ++/A << /S /GoTo /D (page.103) >> + >> endobj +-4461 0 obj << ++4062 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [261.389 130 273.3442 140.1867] ++/Rect [205.498 391.998 222.435 402.902] + /Subtype /Link +-/A << /S /GoTo /D (page.68) >> ++/A << /S /GoTo /D (page.103) >> + >> endobj +-4462 0 obj << ++4063 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [375.8802 643.7734 387.8354 653.96] ++/Rect [205.498 368.087 222.435 378.991] + /Subtype /Link +-/A << /S /GoTo /D (page.61) >> ++/A << /S /GoTo /D (page.103) >> + >> endobj +-4463 0 obj << ++4064 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [379.7557 619.8631 391.7109 630.0497] ++/Rect [205.498 344.177 222.435 355.081] + /Subtype /Link +-/A << /S /GoTo /D (page.61) >> ++/A << /S /GoTo /D (page.103) >> + >> endobj +-4464 0 obj << ++4065 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [426.5995 595.9527 438.5546 606.1394] ++/Rect [205.498 320.267 222.435 331.171] + /Subtype /Link +-/A << /S /GoTo /D (page.74) >> ++/A << /S /GoTo /D (page.104) >> + >> endobj +-4465 0 obj << ++4066 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [322.5604 573.3824 334.5156 582.229] ++/Rect [205.498 296.356 222.435 307.26] + /Subtype /Link +-/A << /S /GoTo /D (page.74) >> ++/A << /S /GoTo /D (page.104) >> + >> endobj +-4466 0 obj << ++4067 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [388.8016 548.1321 400.7568 558.3187] ++/Rect [205.498 272.446 217.454 283.35] + /Subtype /Link +-/A << /S /GoTo /D (page.74) >> ++/A << /S /GoTo /D (page.99) >> + >> endobj +-4467 0 obj << ++4068 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [388.1741 524.2217 400.1292 534.4084] ++/Rect [205.498 248.536 222.435 259.44] + /Subtype /Link +-/A << /S /GoTo /D (page.74) >> ++/A << /S /GoTo /D (page.104) >> + >> endobj +-4468 0 obj << ++4069 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [322.5604 501.6514 334.5156 510.498] ++/Rect [205.498 224.625 222.435 235.529] + /Subtype /Link +-/A << /S /GoTo /D (page.73) >> ++/A << /S /GoTo /D (page.104) >> + >> endobj +-4469 0 obj << ++4070 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [388.2339 476.401 400.1891 486.5877] ++/Rect [205.498 200.715 222.435 211.619] + /Subtype /Link +-/A << /S /GoTo /D (page.74) >> ++/A << /S /GoTo /D (page.104) >> + >> endobj +-4470 0 obj << ++4071 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [385.6534 452.4907 397.6086 462.6774] ++/Rect [205.498 176.805 222.435 187.709] + /Subtype /Link +-/A << /S /GoTo /D (page.73) >> ++/A << /S /GoTo /D (page.104) >> + >> endobj +-4471 0 obj << ++4072 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [322.5604 429.9204 334.5156 438.767] ++/Rect [205.498 152.894 222.435 163.798] + /Subtype /Link +-/A << /S /GoTo /D (page.73) >> ++/A << /S /GoTo /D (page.105) >> + >> endobj +-4472 0 obj << ++4073 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [380.1242 404.67 392.0794 414.8567] ++/Rect [205.498 128.984 222.435 139.888] + /Subtype /Link +-/A << /S /GoTo /D (page.74) >> ++/A << /S /GoTo /D (page.105) >> + >> endobj +-4473 0 obj << ++4074 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [436.5719 392.7149 448.5271 402.9015] ++/Rect [394.789 655.011 411.725 665.915] + /Subtype /Link +-/A << /S /GoTo /D (page.73) >> ++/A << /S /GoTo /D (page.105) >> + >> endobj +-4474 0 obj << ++4075 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [322.5604 370.1445 334.5156 378.9912] ++/Rect [394.789 631.101 411.725 642.005] + /Subtype /Link +-/A << /S /GoTo /D (page.73) >> ++/A << /S /GoTo /D (page.105) >> + >> endobj +-4475 0 obj << ++4076 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [405.18 344.8942 417.1352 355.0808] ++/Rect [388.144 607.191 400.099 618.095] + /Subtype /Link +-/A << /S /GoTo /D (page.50) >> ++/A << /S /GoTo /D (page.44) >> + >> endobj +-4476 0 obj << ++4077 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [398.3854 332.939 410.3406 343.1257] ++/Rect [388.144 583.28 400.099 594.184] + /Subtype /Link +-/A << /S /GoTo /D (page.50) >> ++/A << /S /GoTo /D (page.43) >> + >> endobj +-4477 0 obj << ++4078 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [405.18 320.9839 417.1352 331.1705] ++/Rect [394.789 559.37 406.744 570.274] + /Subtype /Link +-/A << /S /GoTo /D (page.50) >> ++/A << /S /GoTo /D (page.99) >> + >> endobj +-4478 0 obj << ++4079 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [417.9022 309.0287 429.8574 319.2153] ++/Rect [382.056 535.46 394.011 546.364] + /Subtype /Link +-/A << /S /GoTo /D (page.50) >> ++/A << /S /GoTo /D (page.41) >> + >> endobj +-4479 0 obj << ++4080 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [396.1736 297.0735 408.1288 307.2602] ++/Rect [382.056 511.549 394.011 522.453] + /Subtype /Link +-/A << /S /GoTo /D (page.50) >> ++/A << /S /GoTo /D (page.41) >> + >> endobj +-4480 0 obj << ++4081 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [399.4814 285.1184 411.4366 295.305] ++/Rect [411.944 487.639 423.9 498.543] + /Subtype /Link +-/A << /S /GoTo /D (page.50) >> ++/A << /S /GoTo /D (page.65) >> + >> endobj +-4481 0 obj << ++4082 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [384.5474 273.1632 396.5026 283.3498] ++/Rect [411.944 463.729 423.9 474.633] + /Subtype /Link +-/A << /S /GoTo /D (page.50) >> ++/A << /S /GoTo /D (page.66) >> + >> endobj +-4482 0 obj << ++4083 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [410.5598 261.208 422.5149 271.3947] ++/Rect [411.944 439.818 423.9 450.722] + /Subtype /Link +-/A << /S /GoTo /D (page.50) >> ++/A << /S /GoTo /D (page.65) >> + >> endobj +-4483 0 obj << ++4084 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [411.1176 249.2528 423.0728 259.4395] ++/Rect [411.944 415.908 423.9 426.812] + /Subtype /Link +-/A << /S /GoTo /D (page.50) >> ++/A << /S /GoTo /D (page.65) >> + >> endobj +-4484 0 obj << ++4085 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [322.5604 226.5629 334.5156 235.5292] ++/Rect [411.944 391.998 423.9 402.902] + /Subtype /Link +-/A << /S /GoTo /D (page.49) >> ++/A << /S /GoTo /D (page.65) >> + >> endobj +-4485 0 obj << ++4086 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [413.3194 201.4322 425.2746 211.6188] ++/Rect [414.704 356.132 431.64 367.036] + /Subtype /Link +-/A << /S /GoTo /D (page.47) >> ++/A << /S /GoTo /D (page.106) >> + >> endobj +-4486 0 obj << ++4087 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [392.0987 176.8046 409.0352 187.7085] ++/Rect [371.546 309.029 388.483 319.215] + /Subtype /Link +-/A << /S /GoTo /D (page.100) >> ++/A << /S /GoTo /D (page.111) >> + >> endobj +-4487 0 obj << ++4088 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [388.9705 164.8494 405.9069 175.7533] ++/Rect [380.393 261.208 397.33 271.395] + /Subtype /Link +-/A << /S /GoTo /D (page.100) >> ++/A << /S /GoTo /D (page.113) >> + >> endobj +-4488 0 obj << ++4089 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [407.7896 152.8942 424.7261 163.7982] ++/Rect [366.565 212.67 383.502 223.574] + /Subtype /Link +-/A << /S /GoTo /D (page.100) >> ++/A << /S /GoTo /D (page.109) >> + >> endobj +-4489 0 obj << ++4090 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [383.9894 140.9391 400.9259 151.843] ++/Rect [369.325 177.522 381.28 187.709] + /Subtype /Link +-/A << /S /GoTo /D (page.100) >> ++/A << /S /GoTo /D (page.93) >> + >> endobj +-4490 0 obj << ++4091 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [396.7216 128.9839 413.658 139.8878] ++/Rect [369.325 141.656 381.28 151.843] + /Subtype /Link +-/A << /S /GoTo /D (page.100) >> ++/A << /S /GoTo /D (page.94) >> + >> endobj +-4491 0 obj << ++4092 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [400.0388 117.0287 416.9753 127.9327] ++/Rect [382.056 117.029 394.011 127.933] + /Subtype /Link +-/A << /S /GoTo /D (page.100) >> ++/A << /S /GoTo /D (page.41) >> + >> endobj +-4430 0 obj << +-/D [4428 0 R /XYZ 106.8692 686.127 null] ++4050 0 obj << ++/D [4048 0 R /XYZ 106.869 686.127 null] + >> endobj +-4427 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> ++4047 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-4494 0 obj << +-/Length 3952 ++4095 0 obj << ++/Length 2137 + /Filter /FlateDecode + >> + stream +-xڭ\]o+}/0< ${ݶ#K$gק"d k[bU}d~?~ 덱8sa+;>c2o +-w{o~WK'߾w_JV8gXʟX/={q~'~r?G٫)4S Iɱ^{xFm}}<>?oJYٸu%[MwAH1 +-"XP Xx<C^&\]npQmp!d +-."K{g3 VFx;feB@1B;$񯌉CKT:yX'r|k+%텃ח˔GI񅳇uR`$["+n.7@Ң k-P& EThzVT<~ ,^3(&x1 +-bi{|DC3-1K rHQDDUND`AhKM4aw&f)P11BD)0xk\.cV}]-fX Zp|by2'Rr$5* *sEjQDD=К0Dv6HwAcr=w\R2G6 Lo p:g&9 r<=J 6}h3eJL"bbveB5Y^1Z9Y,3Ȁ*t:/;\h{7 7̠qXm#e!%6>:k53f|`; C2+T;cFaZ^q1S* ]n%E鷙bUR("lAAY.19OH\'KD.7jDIV*"f6!yϸAja;x/|]nCE5pjFa Nb87~ŘPajє"bwڤ΋ 3h=f"YCX8aЕrāš\@EŒ"FE3_ +-ݦ +- !7hVH\FT hp^#iu/3)6srU.("l"P ih HlTwAvjɂ쵕۩"&a( k'NƁn˓Ffwv%Sm!yc(W2PxF<ݱγ)}]Gg8:"4r1V!]-J4JaҬ\@uĚQDD{U\g8xThT]nSۤ^\@EŌ"&*8B;bD^AJ3 0"JޕW "F"y@` ~c&Q cw0J9,PrG iP(w,4胾]nS.6bXvUPDD ai2ҬaFK]Є.|,С-#l #{lE#< +-~@?]n?Ym`bFa!C vH#V,]hO]f.7.KM:dxiTt("lCznFhP1^ fԐ5MYV/GeN "fbAZt_N?>NO5 rߑSZqW:"b&2XptwA7 Tz|~bN=z2ɒ#~l0hBQDFJlrz{lުJxB$\h F #CG:jir0c*eVUroy!J("j%Q&=rLm۪JxB\ma'Z%G5Q#eAަKup`]%GzB-KN44A0[O(k#NAK]%G5Z$$@-}6hQܭ)^#f5^V=2v)+VkȁRQ1EDMðMR<|fUQDTH*\H>wq8y•?O|g܍9Ј'dQ"ܛuuhDa#}:4wn!|HC:,f O+ +-o(*l NߠCzpxgfk`w-yИ@Cj>gA"P~'MIh\9n"@ɻmkḙi*$o+z1Ek֔oc8?n߇z)<@t'uU,g|`Ų>萄3E"yFQc-4R딬bPVoo58eMQ*V˚vqzwECP^"! \!w$"&"2m?{F *}:>)(-VUVGLRk-*T˛rӫއ!+a3)/| #F`8*ἻBB8Ȏ~}qxfW0n?r~nQvPW~ٝp0L?黿2FB >ҏ_z(B_endstream ++xŚ[S"KMEP _3z~J̋Hiw& _OD"HE$FRJjUWp;$u=_=ՕAF ExuiA](ǻȷ{Rظ\?aČ>g1 p k1eFAG!4"i>\zZ=}lv,/X1=m'+t!nAP3#u%눽p~p{]յ'Ol :G{Mo@8ba|n/On1 \\EktQcASL! F#';uSQȖ>!:09c<횷GMs4L_!0ROwړ86iwi$kNLJ}#c" )&~+=vˎI9h׃#e(x;59<7ܞK.X4X47.%ҚNԵ'A0'5eqpn,WAeTjHZ}+t"}i ++ѱu٫qvN^;U]:lOm_F=K|ݫ7 aYe'Cslk[Bt/ ]4ݗwͶ@I[̿}wڷpO}l/vm XvX~.;}cKĮ_ʷendstream + endobj +-4493 0 obj << ++4094 0 obj << + /Type /Page +-/Contents 4494 0 R +-/Resources 4492 0 R ++/Contents 4095 0 R ++/Resources 4093 0 R + /MediaBox [0 0 612 792] +-/Parent 4371 0 R +-/Annots [ 4496 0 R 4497 0 R 4498 0 R 4499 0 R 4500 0 R 4501 0 R 4502 0 R 4503 0 R 4504 0 R 4505 0 R 4506 0 R 4507 0 R 4508 0 R 4509 0 R 4510 0 R 4511 0 R 4512 0 R 4513 0 R 4514 0 R 4515 0 R 4516 0 R 4517 0 R 4518 0 R 4519 0 R 4520 0 R 4521 0 R 4522 0 R 4523 0 R 4524 0 R 4525 0 R 4526 0 R 4527 0 R 4528 0 R 4529 0 R 4530 0 R 4531 0 R 4532 0 R 4533 0 R 4534 0 R 4535 0 R 4536 0 R 4537 0 R 4538 0 R 4539 0 R 4540 0 R 4541 0 R 4542 0 R 4543 0 R 4544 0 R 4545 0 R 4546 0 R 4547 0 R 4548 0 R 4549 0 R 4550 0 R 4551 0 R 4552 0 R 4553 0 R 4554 0 R 4555 0 R 4556 0 R 4557 0 R 4558 0 R 4559 0 R 4560 0 R 4561 0 R 4562 0 R 4563 0 R 4564 0 R 4565 0 R 4566 0 R 4567 0 R 4568 0 R 4569 0 R 4570 0 R 4571 0 R 4572 0 R ] ++/Parent 4000 0 R ++/Annots [ 4097 0 R 4098 0 R 4099 0 R 4100 0 R 4101 0 R 4102 0 R 4103 0 R 4104 0 R 4105 0 R 4106 0 R 4107 0 R 4108 0 R 4109 0 R 4110 0 R 4111 0 R 4112 0 R 4113 0 R 4114 0 R 4115 0 R 4116 0 R 4117 0 R 4118 0 R 4119 0 R 4120 0 R 4121 0 R 4122 0 R 4123 0 R 4124 0 R 4125 0 R 4126 0 R 4127 0 R 4128 0 R 4129 0 R ] ++>> endobj ++4097 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [279.212 643.056 296.148 653.96] ++/Subtype /Link ++/A << /S /GoTo /D (page.106) >> + >> endobj +-4496 0 obj << ++4098 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [257.0752 655.0113 274.0117 665.9152] ++/Rect [236.054 595.953 252.991 606.139] + /Subtype /Link +-/A << /S /GoTo /D (page.101) >> ++/A << /S /GoTo /D (page.111) >> + >> endobj +-4497 0 obj << ++4099 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [284.1834 643.0561 301.1199 653.96] ++/Rect [244.901 548.132 261.838 558.319] + /Subtype /Link +-/A << /S /GoTo /D (page.101) >> ++/A << /S /GoTo /D (page.113) >> + >> endobj +-4498 0 obj << ++4100 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [280.8659 631.1009 297.8023 642.0049] ++/Rect [231.073 499.594 248.01 510.498] + /Subtype /Link +-/A << /S /GoTo /D (page.101) >> ++/A << /S /GoTo /D (page.109) >> + >> endobj +-4499 0 obj << ++4101 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [301.3487 619.1458 318.2852 630.0497] ++/Rect [233.833 464.446 245.788 474.633] + /Subtype /Link +-/A << /S /GoTo /D (page.101) >> ++/A << /S /GoTo /D (page.94) >> + >> endobj +-4500 0 obj << ++4102 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [265.8325 607.1906 282.769 618.0945] ++/Rect [233.833 428.58 245.788 438.767] + /Subtype /Link +-/A << /S /GoTo /D (page.101) >> ++/A << /S /GoTo /D (page.94) >> + >> endobj +-4501 0 obj << ++4103 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [261.5088 595.2354 278.4453 606.1394] ++/Rect [250.43 403.953 267.367 414.857] + /Subtype /Link +-/A << /S /GoTo /D (page.101) >> ++/A << /S /GoTo /D (page.115) >> + >> endobj +-4502 0 obj << ++4104 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [257.643 583.2803 274.5795 594.1842] ++/Rect [256.517 380.042 273.454 390.946] + /Subtype /Link +-/A << /S /GoTo /D (page.102) >> ++/A << /S /GoTo /D (page.116) >> + >> endobj +-4503 0 obj << ++4105 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [262.0664 571.3251 279.0028 582.229] ++/Rect [291.944 356.132 303.899 367.036] + /Subtype /Link +-/A << /S /GoTo /D (page.102) >> ++/A << /S /GoTo /D (page.88) >> + >> endobj +-4504 0 obj << ++4106 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [303.4013 559.3699 315.3565 570.2739] ++/Rect [291.944 332.222 303.899 343.126] + /Subtype /Link +-/A << /S /GoTo /D (page.99) >> ++/A << /S /GoTo /D (page.89) >> + >> endobj +-4505 0 obj << ++4107 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [295.7999 547.4148 307.755 558.3187] ++/Rect [281.991 308.311 293.947 319.215] + /Subtype /Link +-/A << /S /GoTo /D (page.99) >> ++/A << /S /GoTo /D (page.72) >> + >> endobj +-4506 0 obj << ++4108 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [262.0465 535.4596 278.983 546.3635] ++/Rect [224.976 273.163 236.931 283.35] + /Subtype /Link +-/A << /S /GoTo /D (page.102) >> ++/A << /S /GoTo /D (page.78) >> + >> endobj +-4507 0 obj << ++4109 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [309.1097 523.5044 326.0462 534.4084] ++/Rect [224.976 237.298 236.931 247.484] + /Subtype /Link +-/A << /S /GoTo /D (page.102) >> ++/A << /S /GoTo /D (page.78) >> + >> endobj +-4508 0 obj << ++4110 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [293.6081 511.5493 310.5446 522.4532] ++/Rect [281.991 212.67 293.947 223.574] + /Subtype /Link +-/A << /S /GoTo /D (page.102) >> ++/A << /S /GoTo /D (page.72) >> + >> endobj +-4509 0 obj << ++4111 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [284.1929 499.5941 301.1294 510.498] ++/Rect [281.991 188.76 293.947 199.664] + /Subtype /Link +-/A << /S /GoTo /D (page.102) >> ++/A << /S /GoTo /D (page.72) >> + >> endobj +-4510 0 obj << ++4112 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [274.7885 487.6389 291.725 498.5429] ++/Rect [199.522 154.952 211.477 163.798] + /Subtype /Link +-/A << /S /GoTo /D (page.102) >> ++/A << /S /GoTo /D (page.85) >> + >> endobj +-4511 0 obj << ++4113 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [267.0475 475.6838 283.984 486.5877] ++/Rect [199.522 119.086 211.477 127.933] + /Subtype /Link +-/A << /S /GoTo /D (page.103) >> ++/A << /S /GoTo /D (page.83) >> + >> endobj +-4512 0 obj << ++4114 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [287.5207 463.7286 304.4572 474.6325] ++/Rect [484.741 642.67 496.696 653.574] + /Subtype /Link +-/A << /S /GoTo /D (page.103) >> ++/A << /S /GoTo /D (page.86) >> + >> endobj +-4513 0 obj << ++4115 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [264.2779 451.7734 281.2144 462.6774] ++/Rect [414.266 606.751 426.221 616.938] + /Subtype /Link +-/A << /S /GoTo /D (page.103) >> ++/A << /S /GoTo /D (page.78) >> + >> endobj +-4514 0 obj << ++4116 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [270.3552 439.8183 287.2917 450.7222] ++/Rect [465.743 581.352 477.698 592.256] + /Subtype /Link +-/A << /S /GoTo /D (page.103) >> ++/A << /S /GoTo /D (page.66) >> + >> endobj +-4515 0 obj << ++4117 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [260.4025 427.8631 277.339 438.767] ++/Rect [467.954 556.67 479.909 567.574] + /Subtype /Link +-/A << /S /GoTo /D (page.103) >> ++/A << /S /GoTo /D (page.58) >> + >> endobj +-4516 0 obj << ++4118 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [263.571 415.9079 280.5075 426.8119] ++/Rect [388.812 510.136 400.767 518.982] + /Subtype /Link +-/A << /S /GoTo /D (page.103) >> ++/A << /S /GoTo /D (page.81) >> + >> endobj +-4517 0 obj << ++4119 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [259.297 403.9528 276.2334 414.8567] ++/Rect [388.812 473.499 400.767 482.346] + /Subtype /Link +-/A << /S /GoTo /D (page.104) >> ++/A << /S /GoTo /D (page.81) >> + >> endobj +-4518 0 obj << ++4120 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [264.2783 391.9976 281.2148 402.9015] ++/Rect [471.282 446.76 483.237 457.664] + /Subtype /Link +-/A << /S /GoTo /D (page.104) >> ++/A << /S /GoTo /D (page.73) >> + >> endobj +-4519 0 obj << ++4121 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [254.8636 380.0424 271.8001 390.9464] ++/Rect [471.282 422.078 483.237 432.982] + /Subtype /Link +-/A << /S /GoTo /D (page.104) >> ++/A << /S /GoTo /D (page.73) >> + >> endobj +-4520 0 obj << ++4122 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [257.633 368.0872 274.5695 378.9912] ++/Rect [467.954 397.397 479.909 408.301] + /Subtype /Link +-/A << /S /GoTo /D (page.104) >> ++/A << /S /GoTo /D (page.58) >> + >> endobj +-4521 0 obj << ++4123 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [300.8108 356.1321 317.7473 367.036] ++/Rect [467.954 372.715 479.909 383.619] + /Subtype /Link +-/A << /S /GoTo /D (page.104) >> ++/A << /S /GoTo /D (page.58) >> + >> endobj +-4522 0 obj << ++4124 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [284.7412 344.1769 301.6777 355.0808] ++/Rect [388.812 326.18 400.767 335.027] + /Subtype /Link +-/A << /S /GoTo /D (page.104) >> ++/A << /S /GoTo /D (page.81) >> + >> endobj +-4523 0 obj << ++4125 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [277.0102 332.2217 293.9467 343.1257] ++/Rect [388.812 277.588 400.767 286.435] + /Subtype /Link +-/A << /S /GoTo /D (page.104) >> ++/A << /S /GoTo /D (page.81) >> + >> endobj +-4524 0 obj << ++4126 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [277.5582 320.2666 294.4947 331.1705] ++/Rect [414.266 239.612 426.221 249.798] + /Subtype /Link +-/A << /S /GoTo /D (page.104) >> ++/A << /S /GoTo /D (page.78) >> + >> endobj +-4525 0 obj << ++4127 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [271.4611 308.3114 288.3976 319.2153] ++/Rect [414.266 202.975 426.221 213.161] + /Subtype /Link +-/A << /S /GoTo /D (page.105) >> ++/A << /S /GoTo /D (page.78) >> + >> endobj +-4526 0 obj << ++4128 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [249.3343 296.3562 266.2708 307.2602] ++/Rect [414.266 166.338 426.221 176.525] + /Subtype /Link +-/A << /S /GoTo /D (page.100) >> ++/A << /S /GoTo /D (page.78) >> + >> endobj +-4527 0 obj << ++4129 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [309.0993 284.4011 326.0358 295.305] ++/Rect [432.229 117.029 444.184 127.933] + /Subtype /Link +-/A << /S /GoTo /D (page.105) >> ++/A << /S /GoTo /D (page.84) >> + >> endobj +-4528 0 obj << ++4096 0 obj << ++/D [4094 0 R /XYZ 160.667 686.127 null] ++>> endobj ++4093 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++4132 0 obj << ++/Length 2248 ++/Filter /FlateDecode ++>> ++stream ++xڵr۶fJC[Iq;v4cKޒoE$AZL")~E`C%$RKDJVg8ޜ+I+M^~|Mub,vO'/fMSjR/gy9F EMg5 3Wx1&y/lc]y`Y +IᨒJ;;VbO+\>ͻcazDTQ5 Ul6f-Lry XgOl`n"CT!¥8u*$c۽l&f9 9B1fʑb,Fl%f1*9HRm9a7buy5ƂHrJqp#I9E)J:r! 3sow3D*\+$1tb!? C%0RRTAk_ث')FsdZW+8P)u^}Pԩ#iuBc3bme5Q@~`#ELüfky8dF:֋:,ϑeQF%).T*-PوYLkȦ&Ğ\Nya/,ʌõ#X:HJEesR(~2aK-5`H:DlCtn.Un~zٮGM)e.* R:j?[ofkvDjL#T)Wi:X:u=!| ++ ++m*5Q=h b[gD̈By 0s"v53,{]h_ewD.w{/ooV. NgD[u,kXVF˸&ngvE%yÔs ʹZMA1)+m>o:$݉SѺ֔(B!@Qs_sV:boHo!v ޯAHݹQj,\@іmBQ#1dguo&k\p9'[jHUԑ{o8|k0kwo9[MԮfE0bcmevfy\7m(Q a4M R:PhAD*PBK ZdB E)=U# ++r"v5*fTby$ыTЃ@щoat:u=!s9jd:B51]4Fac%CkahVEjh#IonVYe{zힲ)~#[)R\ +թ#!K vؕ_q=l_n=ղ8(FC@ ԩ#{NQam.*ը$G|*:`cnx\/޽|A(r; ƬoSU!NuOj,RD*DLⓟBL>]M OBiKQU8mX̭&Xpf>=m?bl,ZdX*:Aa )[}8fQz,ZDT* ++D8 " ++[Ո}apIx|v}5yJgvUFB6:J_h-Ƙ[ő*p|wXYLf'YpT2$hZ:HJhAZ Hj=hf"UHئ[:HJ(A"HMz?vB3hT:JPAT ++qlm˫J{جQcP9JGղ ըFn۫ɇiH ͷ%ը$^9[AR>R׳Wyև^4)Ic$FFYVmVĭea̯/硇 SuOBL/{yJ`o=.aߕ`sxm򘭧)xۖ|%+?\d %O$ .}p凷:OH_屸\٥RjطݷlMhoendstream ++endobj ++4131 0 obj << ++/Type /Page ++/Contents 4132 0 R ++/Resources 4130 0 R ++/MediaBox [0 0 612 792] ++/Parent 4000 0 R ++/Annots [ 4134 0 R 4135 0 R 4136 0 R 4137 0 R 4138 0 R 4139 0 R 4140 0 R 4141 0 R 4142 0 R 4143 0 R 4144 0 R 4145 0 R 4146 0 R 4147 0 R 4148 0 R 4149 0 R 4150 0 R 4151 0 R 4152 0 R 4153 0 R 4154 0 R 4155 0 R 4156 0 R 4157 0 R 4158 0 R 4159 0 R 4160 0 R 4161 0 R 4162 0 R 4163 0 R 4164 0 R 4165 0 R 4166 0 R 4167 0 R 4168 0 R 4169 0 R ] ++>> endobj ++4134 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [309.6573 272.4459 326.5937 283.3498] ++/Rect [189.141 618.747 201.096 629.651] + /Subtype /Link +-/A << /S /GoTo /D (page.105) >> ++/A << /S /GoTo /D (page.84) >> + >> endobj +-4529 0 obj << ++4135 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [303.5602 260.4907 320.4966 271.3947] ++/Rect [145.724 572.187 157.679 581.034] + /Subtype /Link +-/A << /S /GoTo /D (page.105) >> ++/A << /S /GoTo /D (page.81) >> + >> endobj +-4530 0 obj << ++4136 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [297.4934 248.5356 314.4299 259.4395] ++/Rect [145.724 523.569 157.679 532.416] + /Subtype /Link +-/A << /S /GoTo /D (page.105) >> ++/A << /S /GoTo /D (page.82) >> + >> endobj +-4531 0 obj << ++4137 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [281.9917 236.5804 298.9282 247.4843] ++/Rect [241.653 496.805 253.608 507.709] + /Subtype /Link +-/A << /S /GoTo /D (page.105) >> ++/A << /S /GoTo /D (page.86) >> + >> endobj +-4532 0 obj << ++4138 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [273.6828 224.6252 290.6193 235.5292] ++/Rect [241.653 472.097 253.608 483.001] + /Subtype /Link +-/A << /S /GoTo /D (page.106) >> ++/A << /S /GoTo /D (page.87) >> + >> endobj +-4533 0 obj << ++4139 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [259.845 212.6701 276.7815 223.574] ++/Rect [211.775 447.39 223.73 458.294] + /Subtype /Link +-/A << /S /GoTo /D (page.106) >> ++/A << /S /GoTo /D (page.60) >> + >> endobj +-4534 0 obj << ++4140 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [263.7104 200.7149 280.6468 211.6188] ++/Rect [211.775 422.683 223.73 433.587] + /Subtype /Link +-/A << /S /GoTo /D (page.106) >> ++/A << /S /GoTo /D (page.60) >> + >> endobj +-4535 0 obj << ++4141 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [275.3465 188.7597 292.283 199.6637] ++/Rect [145.724 388.077 157.679 396.924] + /Subtype /Link +-/A << /S /GoTo /D (page.100) >> ++/A << /S /GoTo /D (page.83) >> + >> endobj +-4536 0 obj << ++4142 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [282.5398 164.8494 294.4949 175.7533] ++/Rect [145.724 339.46 157.679 348.306] + /Subtype /Link +-/A << /S /GoTo /D (page.55) >> ++/A << /S /GoTo /D (page.82) >> + >> endobj +-4537 0 obj << ++4143 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [301.3591 152.8942 313.3142 163.7982] ++/Rect [145.724 290.842 157.679 299.689] + /Subtype /Link +-/A << /S /GoTo /D (page.56) >> ++/A << /S /GoTo /D (page.82) >> + >> endobj +-4538 0 obj << ++4144 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [239.3619 129.7012 251.317 139.8878] ++/Rect [222.654 264.077 234.609 274.981] + /Subtype /Link +-/A << /S /GoTo /D (page.56) >> ++/A << /S /GoTo /D (page.66) >> + >> endobj +-4539 0 obj << ++4145 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [301.9071 117.0287 313.8622 127.9327] ++/Rect [228.193 239.37 240.148 250.274] + /Subtype /Link +-/A << /S /GoTo /D (page.56) >> ++/A << /S /GoTo /D (page.73) >> + >> endobj +-4540 0 obj << ++4146 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [439.8898 643.0561 451.8449 653.96] ++/Rect [228.193 214.663 240.148 225.567] + /Subtype /Link +-/A << /S /GoTo /D (page.56) >> ++/A << /S /GoTo /D (page.73) >> + >> endobj +-4541 0 obj << ++4147 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [466.0215 631.1009 477.9767 642.0049] ++/Rect [171.178 178.718 183.133 188.904] + /Subtype /Link +-/A << /S /GoTo /D (page.57) >> ++/A << /S /GoTo /D (page.78) >> + >> endobj +-4542 0 obj << ++4148 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [470.4448 619.1458 482.4 630.0497] ++/Rect [171.178 142.055 183.133 152.242] + /Subtype /Link +-/A << /S /GoTo /D (page.57) >> ++/A << /S /GoTo /D (page.79) >> + >> endobj +-4543 0 obj << ++4149 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [459.9345 607.1906 471.8896 618.0945] ++/Rect [335.014 645.113 346.969 653.96] + /Subtype /Link +-/A << /S /GoTo /D (page.57) >> ++/A << /S /GoTo /D (page.85) >> + >> endobj +-4544 0 obj << ++4150 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [483.1769 595.2354 495.132 606.1394] ++/Rect [411.944 619.146 423.9 630.05] + /Subtype /Link +-/A << /S /GoTo /D (page.58) >> ++/A << /S /GoTo /D (page.66) >> + >> endobj +-4545 0 obj << ++4151 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [462.704 583.2803 474.6591 594.1842] ++/Rect [414.156 595.235 426.111 606.139] + /Subtype /Link + /A << /S /GoTo /D (page.58) >> + >> endobj +-4546 0 obj << ++4152 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [486.5942 571.3251 498.5494 582.229] ++/Rect [414.156 571.325 426.111 582.229] + /Subtype /Link +-/A << /S /GoTo /D (page.58) >> ++/A << /S /GoTo /D (page.57) >> + >> endobj +-4547 0 obj << ++4153 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [457.7125 547.4148 469.6677 558.3187] ++/Rect [418.021 547.415 429.976 558.319] + /Subtype /Link +-/A << /S /GoTo /D (page.64) >> ++/A << /S /GoTo /D (page.76) >> + >> endobj +-4548 0 obj << ++4154 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [469.8869 535.4596 481.842 546.3635] ++/Rect [418.021 523.504 429.976 534.408] + /Subtype /Link +-/A << /S /GoTo /D (page.64) >> ++/A << /S /GoTo /D (page.76) >> + >> endobj +-4549 0 obj << ++4155 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [483.1673 523.5044 495.1224 534.4084] ++/Rect [413.488 499.594 430.425 510.498] + /Subtype /Link +-/A << /S /GoTo /D (page.65) >> ++/A << /S /GoTo /D (page.117) >> + >> endobj +-4550 0 obj << ++4156 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [439.4513 511.5493 451.4065 522.4532] ++/Rect [387.596 475.684 404.532 486.588] + /Subtype /Link +-/A << /S /GoTo /D (page.65) >> ++/A << /S /GoTo /D (page.107) >> + >> endobj +-4551 0 obj << ++4157 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [466.5695 499.5941 478.5247 510.498] ++/Rect [387.596 451.773 404.532 462.677] + /Subtype /Link +-/A << /S /GoTo /D (page.65) >> ++/A << /S /GoTo /D (page.107) >> + >> endobj +-4552 0 obj << ++4158 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [461.5882 487.6389 473.5433 498.5429] ++/Rect [387.596 427.863 404.532 438.767] + /Subtype /Link +-/A << /S /GoTo /D (page.65) >> ++/A << /S /GoTo /D (page.107) >> + >> endobj +-4553 0 obj << ++4159 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [453.2893 475.6838 465.2445 486.5877] ++/Rect [417.483 403.953 429.439 414.857] + /Subtype /Link +-/A << /S /GoTo /D (page.66) >> ++/A << /S /GoTo /D (page.71) >> + >> endobj +-4554 0 obj << ++4160 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [454.3953 451.7734 466.3505 462.6774] ++/Rect [417.483 380.042 429.439 390.946] + /Subtype /Link +-/A << /S /GoTo /D (page.68) >> ++/A << /S /GoTo /D (page.71) >> + >> endobj +-4555 0 obj << ++4161 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [439.9995 439.8183 451.9546 450.7222] ++/Rect [417.483 344.177 429.439 355.081] + /Subtype /Link +-/A << /S /GoTo /D (page.69) >> ++/A << /S /GoTo /D (page.71) >> + >> endobj +-4556 0 obj << ++4162 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [462.6843 427.8631 474.6395 438.767] ++/Rect [417.483 320.267 429.439 331.171] + /Subtype /Link +-/A << /S /GoTo /D (page.69) >> ++/A << /S /GoTo /D (page.70) >> + >> endobj +-4557 0 obj << ++4163 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [469.8772 415.9079 481.8323 426.8119] ++/Rect [417.483 284.401 429.439 295.305] + /Subtype /Link +-/A << /S /GoTo /D (page.69) >> ++/A << /S /GoTo /D (page.71) >> + >> endobj +-4558 0 obj << ++4164 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [438.8935 403.9528 450.8487 414.8567] ++/Rect [417.483 260.491 429.439 271.395] + /Subtype /Link +-/A << /S /GoTo /D (page.69) >> ++/A << /S /GoTo /D (page.71) >> + >> endobj +-4559 0 obj << ++4165 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [461.5783 391.9976 473.5335 402.9015] ++/Rect [417.483 224.625 429.439 235.529] + /Subtype /Link +-/A << /S /GoTo /D (page.69) >> ++/A << /S /GoTo /D (page.71) >> + >> endobj +-4560 0 obj << ++4166 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [468.7712 380.0424 480.7264 390.9464] ++/Rect [417.483 200.715 429.439 211.619] + /Subtype /Link +-/A << /S /GoTo /D (page.70) >> ++/A << /S /GoTo /D (page.71) >> + >> endobj +-4561 0 obj << ++4167 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [454.3855 356.1321 466.3406 367.036] ++/Rect [417.483 176.805 429.439 187.709] + /Subtype /Link +-/A << /S /GoTo /D (page.52) >> ++/A << /S /GoTo /D (page.71) >> + >> endobj +-4562 0 obj << ++4168 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [460.3828 344.1769 472.338 355.0808] ++/Rect [417.483 152.894 429.439 163.798] + /Subtype /Link +-/A << /S /GoTo /D (page.52) >> ++/A << /S /GoTo /D (page.70) >> + >> endobj +-4563 0 obj << ++4169 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [444.4426 332.2217 456.3978 343.1257] ++/Rect [417.483 128.984 429.439 139.888] + /Subtype /Link +-/A << /S /GoTo /D (page.53) >> ++/A << /S /GoTo /D (page.71) >> + >> endobj +-4564 0 obj << ++4133 0 obj << ++/D [4131 0 R /XYZ 106.869 686.127 null] ++>> endobj ++4130 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] ++>> endobj ++4172 0 obj << ++/Length 3090 ++/Filter /FlateDecode ++>> ++stream ++x[]۶}_7Iű7ĭv&hV6{I| KN6=%؂?`n4a^aO͢%AL.n7?^ZT/?~󯛟ozs#_Qm?W?Lo(m?Svp%~]o>_r:DmFt4V,jFOz۞,~߿ 'm+[p8tof q ([J柆Ԅv {}.o߾~2al0~KBt]%Zr)-y8'm/ʗwqMwu\?>ݰSwcܗ㶻a;21x~0t3!˚>3 s!7< DKŬ}zuVZY7s Ewf݈.՜(.wM>-?vyxV˻aue&?E6h꾨 Q\SS[tSG!iUpw0#y$5tEM4t"*BE 5c-sKI۩JW\7!ݢJ4k9n0( ْgu#FAW<3%ocXA؞W|> FIĵ:tSQȢVAjX_"D|V+k!S3v9v99g$Ft! H: ;BrKΐv⨗ O(*G!bzx[A7ѷN=, 8s 1wK ++n=tBEWͻW.ߺ}M'-[@7M{ g]t(B;9(bCy`ġwsf]A!'A. tޜ\}g ¼>8_,`}ixbg/˻/3~gf5]C!x8bB z.SgyY~>bR|ĺ|Ca[eh *#ڙYKC˘ g9 - ++=גO>qȒV{dOi ~߰vOy3D3Ѡ]YA4F?,ZnN|\K\ .p4ޮ~Z km 0~~^>cݗ('4endstream ++endobj ++4171 0 obj << ++/Type /Page ++/Contents 4172 0 R ++/Resources 4170 0 R ++/MediaBox [0 0 612 792] ++/Parent 4000 0 R ++/Annots [ 4174 0 R 4175 0 R 4176 0 R 4177 0 R 4178 0 R 4179 0 R 4180 0 R 4181 0 R 4182 0 R 4183 0 R 4184 0 R 4185 0 R 4186 0 R 4187 0 R 4188 0 R 4189 0 R 4190 0 R 4191 0 R 4192 0 R 4193 0 R 4194 0 R 4195 0 R 4196 0 R 4197 0 R 4198 0 R 4199 0 R 4200 0 R 4201 0 R 4202 0 R 4203 0 R 4204 0 R 4205 0 R 4206 0 R 4207 0 R 4208 0 R 4209 0 R 4210 0 R 4211 0 R 4212 0 R 4213 0 R 4214 0 R 4215 0 R 4216 0 R 4217 0 R 4218 0 R 4219 0 R 4220 0 R 4221 0 R 4222 0 R 4223 0 R 4224 0 R 4225 0 R 4226 0 R 4227 0 R 4228 0 R 4229 0 R 4230 0 R 4231 0 R 4232 0 R ] ++>> endobj ++4174 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [448.3083 320.2666 460.2634 331.1705] ++/Rect [281.991 655.011 293.947 665.915] + /Subtype /Link +-/A << /S /GoTo /D (page.53) >> ++/A << /S /GoTo /D (page.71) >> + >> endobj +-4565 0 obj << ++4175 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [487.8794 296.3562 504.8158 307.2602] ++/Rect [281.991 631.101 293.947 642.005] + /Subtype /Link +-/A << /S /GoTo /D (page.114) >> ++/A << /S /GoTo /D (page.70) >> + >> endobj +-4566 0 obj << ++4176 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [376.3587 262.6476 393.2951 271.3947] ++/Rect [280.168 607.191 297.105 618.095] + /Subtype /Link +-/A << /S /GoTo /D (page.114) >> ++/A << /S /GoTo /D (page.118) >> + >> endobj +-4567 0 obj << ++4177 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [409.8726 224.6252 426.8091 235.5292] ++/Rect [280.168 571.325 297.105 582.229] + /Subtype /Link +-/A << /S /GoTo /D (page.107) >> ++/A << /S /GoTo /D (page.118) >> + >> endobj +-4568 0 obj << ++4178 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [409.8726 200.7149 426.8091 211.6188] ++/Rect [236.054 524.222 252.991 534.408] + /Subtype /Link +-/A << /S /GoTo /D (page.107) >> ++/A << /S /GoTo /D (page.111) >> + >> endobj +-4569 0 obj << ++4179 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [482.4697 176.8046 494.4248 187.7085] ++/Rect [244.901 476.401 261.838 486.588] + /Subtype /Link +-/A << /S /GoTo /D (page.89) >> ++/A << /S /GoTo /D (page.113) >> + >> endobj +-4570 0 obj << ++4180 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [411.7755 153.6115 423.7307 163.7982] ++/Rect [231.073 427.863 248.01 438.767] + /Subtype /Link +-/A << /S /GoTo /D (page.89) >> ++/A << /S /GoTo /D (page.110) >> + >> endobj +-4571 0 obj << ++4181 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [428.1835 141.6563 440.1387 151.843] ++/Rect [246.564 403.953 258.52 414.857] + /Subtype /Link +-/A << /S /GoTo /D (page.89) >> ++/A << /S /GoTo /D (page.41) >> + >> endobj +-4572 0 obj << ++4182 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [432.9158 129.7012 444.8709 139.8878] ++/Rect [236.054 356.849 252.991 367.036] + /Subtype /Link +-/A << /S /GoTo /D (page.90) >> +->> endobj +-4495 0 obj << +-/D [4493 0 R /XYZ 160.6675 686.127 null] +->> endobj +-4492 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-4575 0 obj << +-/Length 2928 +-/Filter /FlateDecode +->> +-stream +-xڭ[[o~У ӹ_Xl6( +-݇I HV+K>g(p8WofHȊ`4t%D^=~##.@D #\}2H~>𯇎=׏?{RT w?W;XOw1~_0"/w3` }r߽௃iHh2Dk)J +-|/zz=NOo*ugqE @@2B~"KD1\ѰfӈGxG 2OEka0Z^2EO/"Qr\֐kF_"^a%I(bJvQ_ oA!ԔG&buHNX1/98J/ϹРDV9}) +-Ilks_?ws_NCZ $L#ɒ j!`vZCp_:AA +-%"m.ϛs?jYX߉t3d7+A8RVW o^:Jǔ#<:E#HqE)T2a 4fqdA^Q912.25Q6`CW# 2+C#x`$V9ˬo]z}NoXQ HAV?.4܊p+dO "?`$WF*^^0s2')Bߒv$ZG#3Vx/]$r]6NT9/,lkX1E尭j yDgMH'kD5H}2".@WL#(+CYeZ1:NmИY,Dk41+FҜ- 2-ce璋o:ٲՐh4rEAf9|TTcHIF#DbuQM!x3/M*1qtc*4fg^\t IKz8T: b;puҎefyng 2xV0 byͦ|'W:v\;5˗6 [$!ղ5yx3K3([sX.jPfBua;v=h՚PuGיAaR KsOaKP = KK'3Q"!C5XX_I0 +-LEC2pH]< 2KEavc#Q~ q'8|Q )mЌ-vs?2~$9>BR7}K'Oqޥ/4?d7/ 52$}~J X.I`PZ˒Y$"iRO//L"995EȌH+4l69ƆΩә7p.4,+cOgq!r}Cb2j*# r9[ЄS'yD5X'Mn/?&~Ik5 ۊ$a?m$ W$g'> "frӊ߅84N4 "$NFTՋ´Ņ|:]Tk: % o^f=\OeP%d8|^}&O}nF|BHN?똄}c[2.KV/Lf91F/\BJ0Fmz_l VVT#W2֡ +-%4`-UfeUS@8O? +-sN TAHs]htbvI2L{e'ObuD#nN&BoA i3:! #j䇛ɺuTxw!>wTy2bO +-GTtRB@Ŗ4[ 3] A-A%e 2/'H )CB ]\Ay]Рg~ aC9}3✄`i_D( +-d2o%LjB\v~K8,TğLjjNbVTĀ \.%3St5.4 ߂ p1!}2@ N~kB `7nIG[2}sD2>R弙S߅+#8{I9P ZIDcd4 ex?e:zA"L]<ͅi +-0մos#EEҎ"Ҍݔ[ +-0ͨl#zl.iMᛃ#wPQo"'fGT0^_@bu g~"|po o zP?X,ϟo?|o?y?{'> + >> endobj +-4577 0 obj << ++4183 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [176.1591 643.0561 188.1142 653.96] ++/Rect [244.901 309.029 261.838 319.215] + /Subtype /Link +-/A << /S /GoTo /D (page.91) >> ++/A << /S /GoTo /D (page.114) >> + >> endobj +-4578 0 obj << ++4184 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [176.1591 619.1458 188.1142 630.0497] ++/Rect [231.073 260.491 248.01 271.395] + /Subtype /Link +-/A << /S /GoTo /D (page.91) >> ++/A << /S /GoTo /D (page.110) >> + >> endobj +-4579 0 obj << ++4185 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [145.7235 597.1731 157.6787 606.1394] ++/Rect [206.715 248.536 223.651 259.44] + /Subtype /Link +-/A << /S /GoTo /D (page.91) >> ++/A << /S /GoTo /D (page.119) >> + >> endobj +-4580 0 obj << ++4186 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [176.1591 571.3251 188.1142 582.229] ++/Rect [246.306 236.58 263.242 247.484] + /Subtype /Link +-/A << /S /GoTo /D (page.91) >> ++/A << /S /GoTo /D (page.121) >> + >> endobj +-4581 0 obj << ++4187 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [145.7235 537.5169 157.6787 546.3635] ++/Rect [251.287 225.343 268.223 235.529] + /Subtype /Link +-/A << /S /GoTo /D (page.87) >> ++/A << /S /GoTo /D (page.122) >> + >> endobj +-4582 0 obj << ++4188 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [202.9787 511.5493 214.9338 522.4532] ++/Rect [202.839 212.67 219.776 223.574] + /Subtype /Link +-/A << /S /GoTo /D (page.87) >> ++/A << /S /GoTo /D (page.122) >> + >> endobj +-4583 0 obj << ++4189 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [145.7235 477.741 157.6787 486.5877] ++/Rect [197.858 201.432 214.794 211.619] + /Subtype /Link +-/A << /S /GoTo /D (page.85) >> ++/A << /S /GoTo /D (page.122) >> + >> endobj +-4584 0 obj << ++4190 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [259.9742 463.7286 271.9294 474.6325] ++/Rect [217.225 189.477 234.162 199.664] + /Subtype /Link +-/A << /S /GoTo /D (page.85) >> ++/A << /S /GoTo /D (page.122) >> + >> endobj +-4585 0 obj << ++4191 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [218.2212 427.8631 230.1763 438.767] ++/Rect [251.536 176.805 268.472 187.709] + /Subtype /Link +-/A << /S /GoTo /D (page.86) >> ++/A << /S /GoTo /D (page.122) >> + >> endobj +-4586 0 obj << ++4192 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [213.2399 403.9528 225.195 414.8567] ++/Rect [256.517 164.849 273.454 175.753] + /Subtype /Link +-/A << /S /GoTo /D (page.86) >> ++/A << /S /GoTo /D (page.122) >> + >> endobj +-4587 0 obj << ++4193 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [204.9408 368.0872 216.8959 378.9912] ++/Rect [210.032 152.894 226.969 163.798] + /Subtype /Link +-/A << /S /GoTo /D (page.83) >> ++/A << /S /GoTo /D (page.123) >> + >> endobj +-4588 0 obj << ++4194 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [176.1591 344.1769 188.1142 355.0808] ++/Rect [206.715 140.939 223.651 151.843] + /Subtype /Link +-/A << /S /GoTo /D (page.83) >> ++/A << /S /GoTo /D (page.123) >> + >> endobj +-4589 0 obj << ++4195 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [187.7856 320.2666 199.7408 331.1705] ++/Rect [224.986 129.701 241.922 139.888] + /Subtype /Link +-/A << /S /GoTo /D (page.83) >> ++/A << /S /GoTo /D (page.123) >> + >> endobj +-4590 0 obj << ++4196 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [182.8043 296.3562 194.7595 307.2602] ++/Rect [204.503 117.746 221.439 127.933] + /Subtype /Link +-/A << /S /GoTo /D (page.83) >> ++/A << /S /GoTo /D (page.123) >> + >> endobj +-4591 0 obj << ++4197 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [218.2212 272.4459 230.1763 283.3498] ++/Rect [420.911 655.729 437.848 665.915] + /Subtype /Link +-/A << /S /GoTo /D (page.83) >> ++/A << /S /GoTo /D (page.123) >> + >> endobj +-4592 0 obj << ++4198 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [213.2399 248.5356 225.195 259.4395] ++/Rect [412.612 643.773 429.549 653.96] + /Subtype /Link +-/A << /S /GoTo /D (page.84) >> ++/A << /S /GoTo /D (page.124) >> + >> endobj +-4593 0 obj << ++4199 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [172.8417 224.6252 184.7968 235.5292] ++/Rect [427.955 631.101 444.891 642.005] + /Subtype /Link +-/A << /S /GoTo /D (page.84) >> ++/A << /S /GoTo /D (page.124) >> + >> endobj +-4594 0 obj << ++4200 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [167.8604 200.7149 179.8155 211.6188] ++/Rect [407.073 619.146 424.01 630.05] + /Subtype /Link +-/A << /S /GoTo /D (page.84) >> ++/A << /S /GoTo /D (page.124) >> + >> endobj +-4595 0 obj << ++4201 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [181.1404 165.5667 193.0956 175.7533] ++/Rect [395.447 607.908 412.383 618.095] + /Subtype /Link +-/A << /S /GoTo /D (page.92) >> ++/A << /S /GoTo /D (page.124) >> + >> endobj +-4596 0 obj << ++4202 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [181.1404 141.6563 193.0956 151.843] ++/Rect [421.868 595.953 438.804 606.139] + /Subtype /Link +-/A << /S /GoTo /D (page.92) >> ++/A << /S /GoTo /D (page.124) >> + >> endobj +-4597 0 obj << ++4203 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [181.1404 117.746 193.0956 127.9327] ++/Rect [422.983 583.28 439.92 594.184] + /Subtype /Link +-/A << /S /GoTo /D (page.93) >> ++/A << /S /GoTo /D (page.124) >> + >> endobj +-4598 0 obj << ++4204 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [422.1658 642.7145 434.121 653.6185] ++/Rect [404.304 572.042 421.24 582.229] + /Subtype /Link +-/A << /S /GoTo /D (page.94) >> ++/A << /S /GoTo /D (page.124) >> + >> endobj +-4599 0 obj << ++4205 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [322.5604 620.4003 334.5156 629.3666] ++/Rect [429.21 559.37 446.146 570.274] + /Subtype /Link +-/A << /S /GoTo /D (page.94) >> ++/A << /S /GoTo /D (page.125) >> + >> endobj +-4600 0 obj << ++4206 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [410.5495 606.1659 422.5046 617.0698] ++/Rect [409.693 548.132 426.63 558.319] + /Subtype /Link +-/A << /S /GoTo /D (page.94) >> ++/A << /S /GoTo /D (page.125) >> + >> endobj +-4601 0 obj << ++4207 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [435.4555 593.8691 447.4107 604.7731] ++/Rect [406.675 536.177 423.611 546.364] + /Subtype /Link +-/A << /S /GoTo /D (page.94) >> ++/A << /S /GoTo /D (page.125) >> + >> endobj +-4602 0 obj << ++4208 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [402.8083 569.2756 414.7635 580.1796] ++/Rect [398.764 523.504 415.701 534.408] + /Subtype /Link +-/A << /S /GoTo /D (page.88) >> ++/A << /S /GoTo /D (page.125) >> + >> endobj +-4603 0 obj << ++4209 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [344.6972 545.0237 356.6524 555.9277] ++/Rect [422.316 511.549 439.252 522.453] + /Subtype /Link +-/A << /S /GoTo /D (page.88) >> ++/A << /S /GoTo /D (page.125) >> + >> endobj +-4604 0 obj << ++4210 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [432.9954 532.727 444.9506 543.6309] ++/Rect [423.432 499.594 440.368 510.498] + /Subtype /Link +-/A << /S /GoTo /D (page.88) >> ++/A << /S /GoTo /D (page.125) >> + >> endobj +-4605 0 obj << ++4211 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [322.5604 498.2356 334.5156 507.0823] ++/Rect [423.681 487.639 440.617 498.543] + /Subtype /Link +-/A << /S /GoTo /D (page.80) >> ++/A << /S /GoTo /D (page.125) >> + >> endobj +-4606 0 obj << ++4212 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [322.5604 473.9837 334.5156 482.8304] ++/Rect [391.023 475.684 407.96 486.588] + /Subtype /Link +-/A << /S /GoTo /D (page.80) >> ++/A << /S /GoTo /D (page.125) >> + >> endobj +-4607 0 obj << ++4213 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [322.5604 449.7318 334.5156 458.5784] ++/Rect [407.063 464.446 424 474.633] + /Subtype /Link +-/A << /S /GoTo /D (page.80) >> ++/A << /S /GoTo /D (page.126) >> + >> endobj +-4608 0 obj << ++4214 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [396.0142 435.3778 407.9694 446.2817] ++/Rect [464.079 439.818 476.034 450.722] + /Subtype /Link +-/A << /S /GoTo /D (page.80) >> ++/A << /S /GoTo /D (page.61) >> + >> endobj +-4609 0 obj << ++4215 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [430.8835 423.081 442.8387 433.985] ++/Rect [424.229 427.863 441.165 438.767] + /Subtype /Link +-/A << /S /GoTo /D (page.80) >> ++/A << /S /GoTo /D (page.127) >> + >> endobj +-4610 0 obj << ++4216 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [425.9022 410.7843 437.8573 421.6882] ++/Rect [396.543 416.625 413.479 426.812] + /Subtype /Link +-/A << /S /GoTo /D (page.80) >> ++/A << /S /GoTo /D (page.127) >> + >> endobj +-4611 0 obj << ++4217 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [437.5286 398.4875 449.4838 409.3915] ++/Rect [397.111 403.953 414.047 414.857] + /Subtype /Link +-/A << /S /GoTo /D (page.81) >> ++/A << /S /GoTo /D (page.127) >> + >> endobj +-4612 0 obj << ++4218 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [387.8649 386.1908 399.8201 397.0947] ++/Rect [397.669 380.76 414.605 390.946] + /Subtype /Link +-/A << /S /GoTo /D (page.81) >> ++/A << /S /GoTo /D (page.128) >> + >> endobj +-4613 0 obj << ++4219 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [407.7898 373.894 419.745 384.798] ++/Rect [396.005 368.087 412.941 378.991] + /Subtype /Link +-/A << /S /GoTo /D (page.81) >> ++/A << /S /GoTo /D (page.128) >> + >> endobj +-4614 0 obj << ++4220 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [322.5604 339.4027 334.5156 348.2493] ++/Rect [404.303 356.849 421.24 367.036] + /Subtype /Link +-/A << /S /GoTo /D (page.78) >> ++/A << /S /GoTo /D (page.128) >> + >> endobj +-4615 0 obj << ++4221 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [322.5604 315.1508 334.5156 323.9974] ++/Rect [389.36 344.894 406.296 355.081] + /Subtype /Link +-/A << /S /GoTo /D (page.78) >> ++/A << /S /GoTo /D (page.128) >> + >> endobj +-4616 0 obj << ++4222 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [398.3754 288.5 410.3306 299.4039] ++/Rect [415.93 320.984 432.866 331.171] + /Subtype /Link +-/A << /S /GoTo /D (page.61) >> ++/A << /S /GoTo /D (page.129) >> + >> endobj +-4617 0 obj << ++4223 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [422.734 276.2032 434.6892 287.1072] ++/Rect [396.005 308.311 412.941 319.215] + /Subtype /Link +-/A << /S /GoTo /D (page.61) >> ++/A << /S /GoTo /D (page.129) >> + >> endobj +-4618 0 obj << ++4224 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [417.7527 263.9065 429.7079 274.8104] ++/Rect [441.942 284.401 453.897 295.305] + /Subtype /Link +-/A << /S /GoTo /D (page.62) >> ++/A << /S /GoTo /D (page.44) >> + >> endobj +-4619 0 obj << ++4225 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [398.3754 251.6097 410.3306 262.5137] ++/Rect [441.942 260.491 453.897 271.395] + /Subtype /Link +-/A << /S /GoTo /D (page.62) >> ++/A << /S /GoTo /D (page.44) >> + >> endobj +-4620 0 obj << ++4226 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [407.7801 239.313 419.7352 250.2169] ++/Rect [464.079 236.58 476.034 247.484] + /Subtype /Link + /A << /S /GoTo /D (page.61) >> + >> endobj +-4621 0 obj << ++4227 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [416.6468 227.0163 428.602 237.9202] ++/Rect [464.079 212.67 476.034 223.574] + /Subtype /Link + /A << /S /GoTo /D (page.62) >> + >> endobj +-4622 0 obj << ++4228 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [431.0521 214.7195 443.0073 225.6235] ++/Rect [441.942 188.76 453.897 199.664] + /Subtype /Link +-/A << /S /GoTo /D (page.62) >> ++/A << /S /GoTo /D (page.44) >> + >> endobj +-4623 0 obj << ++4229 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [427.1672 190.126 444.1037 201.03] ++/Rect [425.892 176.805 442.829 187.709] + /Subtype /Link +-/A << /S /GoTo /D (page.108) >> ++/A << /S /GoTo /D (page.130) >> + >> endobj +-4624 0 obj << ++4230 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [322.5604 167.9314 339.4969 176.778] ++/Rect [395.447 165.567 412.383 175.753] + /Subtype /Link +-/A << /S /GoTo /D (page.108) >> ++/A << /S /GoTo /D (page.130) >> + >> endobj +-4625 0 obj << ++4231 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [426.0612 153.5774 442.9977 164.4813] ++/Rect [395.198 153.612 412.134 163.798] + /Subtype /Link +-/A << /S /GoTo /D (page.108) >> ++/A << /S /GoTo /D (page.130) >> + >> endobj +-4626 0 obj << ++4232 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [396.7314 117.746 413.6679 127.9327] ++/Rect [414.266 117.746 426.221 127.933] + /Subtype /Link +-/A << /S /GoTo /D (page.111) >> ++/A << /S /GoTo /D (page.79) >> + >> endobj +-4576 0 obj << +-/D [4574 0 R /XYZ 106.8692 686.127 null] ++4173 0 obj << ++/D [4171 0 R /XYZ 160.667 686.127 null] + >> endobj +-4573 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> ++4170 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-4629 0 obj << +-/Length 2985 ++4235 0 obj << ++/Length 2715 + /Filter /FlateDecode + >> + stream +-xڵn#4a/l$ Ceup$yfOf.eWSX$e[1MFՄqz3 &D7#+Gz)a^tˤk3/cX)bUo~60o(^Pœ"06ߢδLJ"Օg3YJӗ^/}8'\ LjSw~}w9. ꕖp +-Oԍٿuz'&5(_>Ɗ(*@-#5!UJ%M= +-u6YpFH`Dĸy+rs 9 Bb̨#JjSar2uu eXM0jacPP>` nĶm/o0Ocɸq"0ƒOtp^2( +-Èu+3=mQvH;%bz*i2 a?QIE3\B)Z }Tp~+!ݦș *$숍KµJ&fx,/٠Bl|.#Fdo.צPթ,Za6l-PE4h+xx>_`䭡-BiJͨz0SWN Xaib%8z9J|T&MjP[ss$D>ؠBŽ 6.a2lPa96>e1#2`ۓwvX6HȘhBEY_lM0hacZC#of{xƊzVx +-n`w`wI5>/{yk2~F@&`F/Xt0 ZX&؆+ԠpͺUD *$ȁCEw90̻CayD}#+v3QDy0hjehzO PVAߤY?>VdiTH)#i Ew}j31'AߤߙLNfLTHԈ‡w˜Sp¬قgɠoR +-Lv0 +- jyv *$DY!M h!3n;Nߤd귣˒ :MU?0#0_0"I3#s7A`~4S#4THԑN0x9-jf4*F7Ab~gP@*YbuD[iP\Q1%:G\S11fJc1ꈄjUJd3b| o}8'qLi9 ^rH9A^So5 `$Ԡ6Or3=?rg ADqXFbzƛ J`(:}QLΕ q،M%## +-XXc+H)CB٫+FjP1 c9Hvr:!1#qc}zoG=Y*$HAp|U1I j=FNC0(Zi*$Hô,&HщoR] +-ߘƟBɛ%/O ld&Nn!!BIw}|#lt¢ +-CZ@sZ_~sz)1fm:_Ӧ6Wd>^pkewm8G}O\ -9'Fx4d +- sYkkZ{ؼozw-`[aܦ6&2ɹSLJjbdQs/aƚoR +-¯5VB<_aթ#+ M`]?(탟K<ˉu8l=&5,W " "$舒KH{&r@xTH14\88}}S{W3n=5X֣':5a>i"#>}ze .}rw&48:Ea*$jD'`{&{ɱj- KRWoRܯ%9F4~A. mg(iB̯0S91`I^י;qb|<5C$K:mWϾzQͷ߼@mڗ˧4ōĠ>&5+v&tJ,~oP!Qyʠհr@qy{i+:-6I j.;CB[ YbuL% +-sn3bUkkJ|wߗg*|+ZYZ*$hLn} +-JR`9 +-&5MoWʥ΀&sBADIhG.? +-35XhE7A +-O@ +-+8TiJTH8{DoOkN*jn#0CoRڡZ;eiKpv_eE:0W^1z33J  2dFFIb$ѥ=d . ~ oY;xܲ [(8R[8N=ˠF0s +-{ڟ}6J5=& WZjjQtvDޘO;WֿGWXl Q%Pn,ΒC{hOKkC^>Ln(`xécp:[$*<qHG<&B&m`hj9J`p>,B#׎jMXUa52+,xQٙ@K6UBġZ=-ʊUtyW/&[IGtzD%JzmH/Nx6pAѦA٬65%,<2T\{s;֤|ƥ" :tGΨ~N*>>qtH5nvѝn?2zUsIx-sW!\,_<* 1NY9DUbGxZ3KT 1J'#~rdsI,Sat`$R ++vxb*N.bSGZQ6Chjo]{O׷ ++H(*RB|OWA|f*d>qTE J#Pzs%Ѩ$ ٢iz̄h.qR4nv}ʬ9.TB*:Q.D^nqcx£2*DkxK ++^ʒ喑Ote$ReDsHzڽޜBRu1bIA,X˝xGtr2 8WR  ++@W6D4dF] x  { 2Ed(S7Gao|4 f{bP !lbvTי2iAfѨaW%G1AV7e:l ++z;R ztc]#@+*nPbDqL,Ofwi9l4&o4nJ4_%m2(5M ++v8iš23F0d"o1F@p6Yu~ffgYaT0󹐨f1(ߐutdiD*1\:4tGF?d2{E`@}({AKn NeZuaTpXŠ|6sOtKxdsq=h f3vL},MUvEd.:,i1(ߐxsg9Ʈ.]8YLf g>X7dبYΕC"ϴs-uXÐa*a(1GbP>Ď,h9~0:@` C  j[?7~}/! YL * b tq=H );ZSytGC2a=#ȷz!(UvܯדݍL2kOo\ѣP߉ה>cQG;bceg,\tZ猈&Ks 9ްZՂ6//٥f{W.R*-Kz%VsvZÐѷb̠Aǜ]^^M ++ӇKkLixRZהMKi[5^agyj`GxZ0ǩEs!t`4~mu ++in|iNlAuJ>.|~H}?T)|H>AuB5tf\Z^#ܒ^44h4dY# N숆7C{hVc)_lf9d>oGendstream + endobj +-4628 0 obj << ++4234 0 obj << + /Type /Page +-/Contents 4629 0 R +-/Resources 4627 0 R ++/Contents 4235 0 R ++/Resources 4233 0 R + /MediaBox [0 0 612 792] +-/Parent 4371 0 R +-/Annots [ 4631 0 R 4632 0 R 4633 0 R 4634 0 R 4635 0 R 4636 0 R 4637 0 R 4638 0 R 4639 0 R 4640 0 R 4641 0 R 4642 0 R 4643 0 R 4644 0 R 4645 0 R 4646 0 R 4647 0 R 4648 0 R 4649 0 R 4650 0 R 4651 0 R 4652 0 R 4653 0 R 4654 0 R 4655 0 R 4656 0 R 4657 0 R 4658 0 R 4659 0 R 4660 0 R 4661 0 R 4662 0 R 4663 0 R 4664 0 R 4665 0 R 4666 0 R 4667 0 R 4668 0 R 4669 0 R 4670 0 R 4671 0 R 4672 0 R 4673 0 R 4674 0 R 4675 0 R 4676 0 R 4677 0 R 4678 0 R 4679 0 R 4680 0 R 4681 0 R ] ++/Parent 4289 0 R ++/Annots [ 4237 0 R 4238 0 R 4239 0 R 4240 0 R 4241 0 R 4242 0 R 4243 0 R 4244 0 R 4245 0 R 4246 0 R 4247 0 R 4248 0 R 4249 0 R 4250 0 R 4251 0 R 4252 0 R 4253 0 R 4254 0 R 4255 0 R 4256 0 R 4257 0 R 4258 0 R 4259 0 R 4260 0 R 4261 0 R 4262 0 R 4263 0 R 4264 0 R 4265 0 R 4266 0 R 4267 0 R 4268 0 R 4269 0 R 4270 0 R 4271 0 R 4272 0 R 4273 0 R 4274 0 R 4275 0 R 4276 0 R 4277 0 R 4278 0 R 4279 0 R 4280 0 R 4281 0 R 4282 0 R 4283 0 R 4284 0 R 4285 0 R 4286 0 R 4287 0 R 4288 0 R ] + >> endobj +-4631 0 obj << ++4237 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [236.0543 643.7734 252.9908 653.96] ++/Rect [198.853 643.056 210.809 653.96] + /Subtype /Link +-/A << /S /GoTo /D (page.111) >> ++/A << /S /GoTo /D (page.43) >> + >> endobj +-4632 0 obj << ++4238 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [273.6928 619.4646 290.6293 629.6512] ++/Rect [199.959 631.101 216.896 642.005] + /Subtype /Link +-/A << /S /GoTo /D (page.111) >> ++/A << /S /GoTo /D (page.131) >> + >> endobj +-4633 0 obj << ++4239 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [236.0543 595.1557 252.9908 605.3424] ++/Rect [188.333 619.146 205.27 630.05] + /Subtype /Link +-/A << /S /GoTo /D (page.111) >> ++/A << /S /GoTo /D (page.131) >> + >> endobj +-4634 0 obj << ++4240 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [282.5398 558.4932 299.4763 568.6798] ++/Rect [175.601 607.191 192.538 618.095] + /Subtype /Link +-/A << /S /GoTo /D (page.113) >> ++/A << /S /GoTo /D (page.131) >> + >> endobj +-4635 0 obj << ++4241 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [244.9013 534.1844 261.8378 544.371] ++/Rect [192.757 595.235 209.693 606.139] + /Subtype /Link +-/A << /S /GoTo /D (page.113) >> ++/A << /S /GoTo /D (page.131) >> + >> endobj +-4636 0 obj << ++4242 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [282.5398 509.8755 299.4763 520.0622] ++/Rect [186.679 583.28 203.616 594.184] + /Subtype /Link +-/A << /S /GoTo /D (page.113) >> ++/A << /S /GoTo /D (page.131) >> + >> endobj +-4637 0 obj << ++4243 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [244.9013 485.5667 261.8378 495.7533] ++/Rect [145.724 549.472 162.66 558.319] + /Subtype /Link +-/A << /S /GoTo /D (page.113) >> ++/A << /S /GoTo /D (page.133) >> + >> endobj +-4638 0 obj << ++4244 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [268.7117 448.1869 285.6482 459.0908] ++/Rect [152.916 536.177 169.853 546.364] + /Subtype /Link +-/A << /S /GoTo /D (page.109) >> ++/A << /S /GoTo /D (page.133) >> + >> endobj +-4639 0 obj << ++4245 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [231.0733 423.878 248.0098 434.782] ++/Rect [146.271 524.222 163.208 534.408] + /Subtype /Link +-/A << /S /GoTo /D (page.109) >> ++/A << /S /GoTo /D (page.133) >> + >> endobj +-4640 0 obj << ++4246 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [268.7117 399.5692 285.6482 410.4731] ++/Rect [198.853 499.594 210.809 510.498] + /Subtype /Link +-/A << /S /GoTo /D (page.109) >> ++/A << /S /GoTo /D (page.44) >> + >> endobj +-4641 0 obj << ++4247 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [231.0733 375.2603 248.0098 386.1643] ++/Rect [198.853 475.684 210.809 486.588] + /Subtype /Link +-/A << /S /GoTo /D (page.110) >> ++/A << /S /GoTo /D (page.44) >> + >> endobj +-4642 0 obj << ++4248 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [233.2747 351.2703 245.2299 361.4569] ++/Rect [198.853 451.773 210.809 462.677] + /Subtype /Link +-/A << /S /GoTo /D (page.74) >> ++/A << /S /GoTo /D (page.44) >> + >> endobj +-4643 0 obj << ++4249 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [275.8945 338.9166 287.8497 349.1033] ++/Rect [220.99 427.863 232.946 438.767] + /Subtype /Link +-/A << /S /GoTo /D (page.74) >> ++/A << /S /GoTo /D (page.62) >> + >> endobj +-4644 0 obj << ++4250 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [311.3113 326.5629 323.2665 336.7496] ++/Rect [198.853 403.953 210.809 414.857] + /Subtype /Link +-/A << /S /GoTo /D (page.75) >> ++/A << /S /GoTo /D (page.44) >> + >> endobj +-4645 0 obj << ++4251 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [229.3894 314.2093 241.3446 324.3959] ++/Rect [198.853 380.042 210.809 390.946] + /Subtype /Link +-/A << /S /GoTo /D (page.75) >> ++/A << /S /GoTo /D (page.43) >> + >> endobj +-4646 0 obj << ++4252 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [290.2705 301.1383 302.2257 312.0422] ++/Rect [206.046 356.132 218.001 367.036] + /Subtype /Link +-/A << /S /GoTo /D (page.75) >> ++/A << /S /GoTo /D (page.46) >> + >> endobj +-4647 0 obj << ++4253 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [199.5218 278.8867 211.477 287.7334] ++/Rect [220.99 332.222 232.946 343.126] + /Subtype /Link +-/A << /S /GoTo /D (page.75) >> ++/A << /S /GoTo /D (page.62) >> + >> endobj +-4648 0 obj << ++4254 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [268.7016 264.4758 280.6568 275.3797] ++/Rect [220.99 308.311 232.946 319.215] + /Subtype /Link +-/A << /S /GoTo /D (page.76) >> ++/A << /S /GoTo /D (page.62) >> + >> endobj +-4649 0 obj << ++4255 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [304.1185 252.1221 316.0737 263.0261] ++/Rect [220.99 284.401 232.946 295.305] + /Subtype /Link +-/A << /S /GoTo /D (page.76) >> ++/A << /S /GoTo /D (page.63) >> + >> endobj +-4650 0 obj << ++4256 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [291.3865 239.7684 303.3416 250.6724] ++/Rect [198.853 260.491 210.809 271.395] + /Subtype /Link +-/A << /S /GoTo /D (page.76) >> ++/A << /S /GoTo /D (page.43) >> + >> endobj +-4651 0 obj << ++4257 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [199.5218 217.5169 211.477 226.3635] ++/Rect [228.193 236.58 240.148 247.484] + /Subtype /Link +-/A << /S /GoTo /D (page.76) >> ++/A << /S /GoTo /D (page.73) >> + >> endobj +-4652 0 obj << ++4258 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [283.0975 203.1059 295.0526 214.0099] ++/Rect [228.193 212.67 240.148 223.574] + /Subtype /Link + /A << /S /GoTo /D (page.73) >> + >> endobj +-4653 0 obj << ++4259 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [222.654 188.76 234.609 199.664] ++/Subtype /Link ++/A << /S /GoTo /D (page.67) >> ++>> endobj ++4260 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [289.0353 190.7523 300.9904 201.6562] ++/Rect [228.193 164.849 240.148 175.753] + /Subtype /Link + /A << /S /GoTo /D (page.74) >> + >> endobj +-4654 0 obj << ++4261 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [289.1646 179.1159 301.1197 189.3025] ++/Rect [228.193 140.939 240.148 151.843] + /Subtype /Link +-/A << /S /GoTo /D (page.76) >> ++/A << /S /GoTo /D (page.74) >> + >> endobj +-4655 0 obj << ++4262 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [199.5218 156.147 211.477 164.9937] ++/Rect [222.654 117.029 234.609 127.933] + /Subtype /Link +-/A << /S /GoTo /D (page.76) >> ++/A << /S /GoTo /D (page.67) >> + >> endobj +-4656 0 obj << ++4263 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [267.5957 142.4533 279.5508 152.64] ++/Rect [417.483 643.056 429.439 653.96] + /Subtype /Link +-/A << /S /GoTo /D (page.77) >> ++/A << /S /GoTo /D (page.74) >> + >> endobj +-4657 0 obj << ++4264 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [303.0125 130.0997 314.9677 140.2863] ++/Rect [417.483 619.146 429.439 630.05] + /Subtype /Link +-/A << /S /GoTo /D (page.77) >> ++/A << /S /GoTo /D (page.74) >> + >> endobj +-4658 0 obj << ++4265 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [290.2805 117.0287 302.2357 127.9327] ++/Rect [411.944 595.235 423.9 606.139] + /Subtype /Link +-/A << /S /GoTo /D (page.77) >> ++/A << /S /GoTo /D (page.67) >> + >> endobj +-4659 0 obj << ++4266 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [376.3587 645.1134 388.3138 653.691] ++/Rect [399.202 571.325 411.157 582.229] + /Subtype /Link +-/A << /S /GoTo /D (page.77) >> ++/A << /S /GoTo /D (page.47) >> + >> endobj +-4660 0 obj << ++4267 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [406.7942 606.7241 423.7307 617.628] ++/Rect [335.014 549.472 351.95 558.319] + /Subtype /Link +-/A << /S /GoTo /D (page.116) >> ++/A << /S /GoTo /D (page.134) >> + >> endobj +-4661 0 obj << ++4268 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [406.7942 582.5805 423.7307 593.4844] ++/Rect [392.01 535.46 408.946 546.364] + /Subtype /Link +-/A << /S /GoTo /D (page.116) >> ++/A << /S /GoTo /D (page.134) >> + >> endobj +-4662 0 obj << ++4269 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [411.2275 558.2036 423.1827 569.1075] ++/Rect [406.405 523.504 423.342 534.408] + /Subtype /Link +-/A << /S /GoTo /D (page.52) >> ++/A << /S /GoTo /D (page.134) >> + >> endobj +-4663 0 obj << ++4270 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [481.6528 533.8267 498.5893 544.7306] ++/Rect [413.598 511.549 430.535 522.453] + /Subtype /Link +-/A << /S /GoTo /D (page.115) >> ++/A << /S /GoTo /D (page.134) >> + >> endobj +-4664 0 obj << ++4271 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [449.9617 509.4498 461.9169 520.3537] ++/Rect [399.202 499.594 416.139 510.498] + /Subtype /Link +-/A << /S /GoTo /D (page.48) >> ++/A << /S /GoTo /D (page.134) >> + >> endobj +-4665 0 obj << ++4272 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [454.9431 497.9786 466.8982 508.1653] ++/Rect [390.904 487.639 407.84 498.543] + /Subtype /Link +-/A << /S /GoTo /D (page.48) >> ++/A << /S /GoTo /D (page.134) >> + >> endobj +-4666 0 obj << ++4273 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [423.9496 485.0729 435.9047 495.9769] ++/Rect [405.299 475.684 422.236 486.588] + /Subtype /Link +-/A << /S /GoTo /D (page.48) >> ++/A << /S /GoTo /D (page.135) >> + >> endobj +-4667 0 obj << ++4274 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [428.9309 473.6018 440.886 483.7884] ++/Rect [412.492 463.729 429.429 474.633] + /Subtype /Link +-/A << /S /GoTo /D (page.48) >> ++/A << /S /GoTo /D (page.135) >> + >> endobj +-4668 0 obj << ++4275 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [476.9407 448.5076 488.8959 459.4115] ++/Rect [398.096 451.773 415.033 462.677] + /Subtype /Link +-/A << /S /GoTo /D (page.59) >> ++/A << /S /GoTo /D (page.135) >> + >> endobj +-4669 0 obj << ++4276 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [376.3587 426.3017 388.3138 435.2679] ++/Rect [399.202 427.863 411.157 438.767] + /Subtype /Link +-/A << /S /GoTo /D (page.59) >> ++/A << /S /GoTo /D (page.47) >> + >> endobj +-4670 0 obj << ++4277 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [451.0678 400.2204 463.023 411.1243] ++/Rect [335.014 406.01 351.95 414.857] + /Subtype /Link +-/A << /S /GoTo /D (page.59) >> ++/A << /S /GoTo /D (page.136) >> + >> endobj +-4671 0 obj << ++4278 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [450.51 376.0768 462.4652 386.9807] ++/Rect [330.032 391.998 346.969 402.902] + /Subtype /Link +-/A << /S /GoTo /D (page.60) >> ++/A << /S /GoTo /D (page.136) >> + >> endobj +-4672 0 obj << ++4279 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [433.9223 351.6999 445.8774 362.6038] ++/Rect [390.256 368.087 402.211 378.991] + /Subtype /Link +-/A << /S /GoTo /D (page.48) >> ++/A << /S /GoTo /D (page.55) >> + >> endobj +-4673 0 obj << ++4280 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [462.6943 327.323 474.6494 338.2269] ++/Rect [390.256 344.177 402.211 355.081] + /Subtype /Link +-/A << /S /GoTo /D (page.63) >> ++/A << /S /GoTo /D (page.55) >> + >> endobj +-4674 0 obj << ++4281 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [457.7129 315.1346 469.6681 326.0385] ++/Rect [420.243 308.311 432.198 319.215] + /Subtype /Link +-/A << /S /GoTo /D (page.63) >> ++/A << /S /GoTo /D (page.51) >> + >> endobj +-4675 0 obj << ++4282 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [451.0577 290.7577 463.0129 301.6616] ++/Rect [420.243 272.446 432.198 283.35] + /Subtype /Link +-/A << /S /GoTo /D (page.50) >> ++/A << /S /GoTo /D (page.51) >> + >> endobj +-4676 0 obj << ++4283 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [460.4624 278.5693 472.4176 289.4732] ++/Rect [420.243 248.536 432.198 259.44] + /Subtype /Link +-/A << /S /GoTo /D (page.49) >> ++/A << /S /GoTo /D (page.51) >> + >> endobj +-4677 0 obj << ++4284 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [433.3643 266.3808 445.3195 277.2848] ++/Rect [422.445 224.625 434.4 235.529] + /Subtype /Link +-/A << /S /GoTo /D (page.49) >> ++/A << /S /GoTo /D (page.90) >> + >> endobj +-4678 0 obj << ++4285 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [403.4767 228.1535 420.4132 239.0574] ++/Rect [427.426 200.715 439.381 211.619] + /Subtype /Link +-/A << /S /GoTo /D (page.123) >> ++/A << /S /GoTo /D (page.92) >> + >> endobj +-4679 0 obj << ++4286 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [403.4767 203.7766 420.4132 214.6805] ++/Rect [422.445 176.805 434.4 187.709] + /Subtype /Link +-/A << /S /GoTo /D (page.123) >> ++/A << /S /GoTo /D (page.90) >> + >> endobj +-4680 0 obj << ++4287 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [376.3587 169.5018 393.2951 178.3485] ++/Rect [427.426 140.939 439.381 151.843] + /Subtype /Link +-/A << /S /GoTo /D (page.134) >> ++/A << /S /GoTo /D (page.92) >> + >> endobj +-4681 0 obj << ++4288 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [403.4767 129.2172 420.4132 140.1211] ++/Rect [414.156 117.029 426.111 127.933] + /Subtype /Link +-/A << /S /GoTo /D (page.123) >> ++/A << /S /GoTo /D (page.58) >> + >> endobj +-4630 0 obj << +-/D [4628 0 R /XYZ 160.6675 686.127 null] ++4236 0 obj << ++/D [4234 0 R /XYZ 106.869 686.127 null] + >> endobj +-4627 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> ++4233 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> + /ProcSet [ /PDF /Text ] + >> endobj +-4684 0 obj << +-/Length 2392 ++4292 0 obj << ++/Length 3083 + /Filter /FlateDecode + >> + stream +-xڵKs:U!dkRe-*zdi@5?6n& Ȃ`4t!D +-/H +-T# rq9 E|x?~~_75Jk?\}V)?WW1~_0"W3@?gөk#1&^H.RhD$kzԬݟ_޽k?Y֏ 00>!Aφg/ŐfJ-$bsC5!N_G QZ#0*qD2g?nU}zl~ Z!ù 0 +- &=QFRL֐7F0à.YٲzZ>e.aF(ZDP! 򰜼 +-qѨgTDޙ@r3r?FT0aLacam _gJ00۱f^TAr㶤Xbae``-$P*96B6vfs1sy}LdU4Q0.(qZ9Um]*5oer 6i+r)0咓ӹ4 KyHJ^O-Jmj}a6yN_S ڈ9Nb1qT%쒵N7ձ^vjuJ\i(s*4hv9$ `윪ֱ IU;?7&ч}}8Tvz;t~]7vbk;A ːW2VE2`bp!*Ay%gs}"aQeًPhY H.B 6T҇ٛR`"Eq[ +-qH`ZHGSĩ +-n +-Qi˞rݜEŒ@dJ2 - CNWR{t> ɊAzP"EԱ9nkcP/|d6/+mm[[GH]9.J1BlRɊ)6 by5v,mst +-\xN_S$ڐ (㒇0!' +-%WDkc,>pU*7?&T=flfi^wKXJm564Ȭ^VZc$؂[OhMim:+a*x:}LMuV#e{a$rlzE$_ +-6D2$sA+i =7TtKeBnA9PNV5 *փQ=٭79ZKׇqWy=(pO,!(Ȭm|b`*6AG+ +-q${Fx)]v0Uh0P4np)8J*+,Brzow`zf3T\-`Mif{}LMle'\0U= +-+ vvL6hO89Y 4[I@nԐSxv߹bs +- 2i@SmIQxqN2$~sX7v9{ !Fs*4۞D2c=rS(1zY瞶#)h{ g 2,q$ H˻ev54A-6m9Amm(V^8uddxa*8q!Y:%l|L2r $$KA.KҹuT1U3ӗ1cԹB =/k$aIzyBG*}CW r𜬔zn{x]*3l>^שzOɽ +-۵xlvAro@_ޭGfwۭ}0B'+%04¬!'jIoD!001tbH3̺b!B^|^VJaI|y0Ѻ~E< N.54t^VR$ԼA=A_=7zt1:+!Ńh ,1y*ϋ?\z~ r|8t6XV1"U25enVcsZv߬6%]6'%mA!JQaH!M׻uM7iNߌ(H.%/IK-@}=Ox eR=b (#9g0(uqRsǗáiyҭOv ¢ L3H2@Q7pd0 ++}' @_;ag&xLhyĩΆ eؤwYl7ҬTLxjZe,d QDlV t7 vdlTQ1SkVnK/F=k>s0h gEW~jw,+`JFg<Ԝhj.)Ծla^YaN txd!S+XY<`2j]ma1]#a>dm4[3Ժ5R9-INcP>qaŹєnxD2"RV>s[cP>sVJ psiN-9ȢLia#<Y0é~zr5,ڦS=xdL ++99P1(U3R"[ԐQJfjKљl ++!ψ yAlȱpԵo:,-߹Bg<ݐ;/`#\aP>+I>uaݠoR%.m5%\3D&zΤEI8CĨm4[3ԺeYݜ|8:si g9ui\ae6Z5:sT_^IWuCޞ߅79՜3 gsȃ+m=JcJ_g+]۞ҩYg qH)*[;X̻C]][qȴMصuoFclBMIa0Գ:~ /%X__woip=צ3i[/ן~|&4J8F ́FB O>&;ICP2kӹ(±n{z^^4`TQNcIbj́G?d_+c9|#| ++ҙo7%)fo4ZO1^ZS|`P:+ܩ^vYaha8d_CYN/? ++bF+!SkG9ίᳺ}逗Yahm8dJpbvqt—~))t>`jfVuAI+V7 g;UZ" ++F+!1V`0>ݩ*?]4׿=\bv^u/k_).i½2_r~ _]__}=T8Lזendstream + endobj +-4683 0 obj << ++4291 0 obj << + /Type /Page +-/Contents 4684 0 R +-/Resources 4682 0 R ++/Contents 4292 0 R ++/Resources 4290 0 R + /MediaBox [0 0 612 792] +-/Parent 4727 0 R +-/Annots [ 4686 0 R 4687 0 R 4688 0 R 4689 0 R 4690 0 R 4691 0 R 4692 0 R 4693 0 R 4694 0 R 4695 0 R 4696 0 R 4697 0 R 4698 0 R 4699 0 R 4700 0 R 4701 0 R 4702 0 R 4703 0 R 4704 0 R 4705 0 R 4706 0 R 4707 0 R 4708 0 R 4709 0 R 4710 0 R 4711 0 R 4712 0 R 4713 0 R 4714 0 R 4715 0 R 4716 0 R 4717 0 R 4718 0 R 4719 0 R 4720 0 R 4721 0 R 4722 0 R 4723 0 R 4724 0 R 4725 0 R 4726 0 R ] +->> endobj +-4686 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [172.8414 643.7734 189.7779 653.96] +-/Subtype /Link +-/A << /S /GoTo /D (page.118) >> +->> endobj +-4687 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [186.9483 631.0248 203.8848 641.9287] +-/Subtype /Link +-/A << /S /GoTo /D (page.107) >> +->> endobj +-4688 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [219.8847 606.9622 236.8212 617.8661] +-/Subtype /Link +-/A << /S /GoTo /D (page.129) >> +->> endobj +-4689 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [172.8415 582.8995 189.778 593.8035] +-/Subtype /Link +-/A << /S /GoTo /D (page.123) >> +->> endobj +-4690 0 obj << +-/Type /Annot +-/Border[0 0 0]/H/I/C[1 0 0] +-/Rect [230.4053 547.6051 247.3418 558.5091] +-/Subtype /Link +-/A << /S /GoTo /D (page.135) >> ++/Parent 4289 0 R ++/Annots [ 4294 0 R 4295 0 R 4296 0 R 4297 0 R 4298 0 R 4299 0 R 4300 0 R 4301 0 R 4302 0 R 4303 0 R 4304 0 R 4305 0 R 4306 0 R 4307 0 R 4308 0 R 4309 0 R 4310 0 R 4311 0 R 4312 0 R 4313 0 R 4314 0 R 4315 0 R 4316 0 R 4317 0 R 4318 0 R 4319 0 R 4320 0 R 4321 0 R 4322 0 R 4323 0 R 4324 0 R 4325 0 R 4326 0 R 4327 0 R 4328 0 R 4329 0 R 4330 0 R 4331 0 R 4332 0 R 4333 0 R 4334 0 R 4335 0 R 4336 0 R 4337 0 R 4338 0 R 4339 0 R 4340 0 R 4341 0 R 4342 0 R 4343 0 R 4344 0 R 4345 0 R 4346 0 R 4347 0 R 4348 0 R 4349 0 R 4350 0 R 4351 0 R 4352 0 R ] + >> endobj +-4691 0 obj << ++4294 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [172.8415 523.5425 189.778 534.4464] ++/Rect [286.953 643.056 298.908 653.96] + /Subtype /Link +-/A << /S /GoTo /D (page.124) >> ++/A << /S /GoTo /D (page.90) >> + >> endobj +-4692 0 obj << ++4295 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [178.1016 511.5112 190.0568 522.4151] ++/Rect [284.751 619.146 296.706 630.05] + /Subtype /Link +-/A << /S /GoTo /D (page.70) >> ++/A << /S /GoTo /D (page.51) >> + >> endobj +-4693 0 obj << ++4296 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [145.7235 477.5507 162.66 486.3973] ++/Rect [286.953 595.235 298.908 606.139] + /Subtype /Link +-/A << /S /GoTo /D (page.134) >> ++/A << /S /GoTo /D (page.91) >> + >> endobj +-4694 0 obj << ++4297 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [254.1951 463.4621 271.1316 474.366] ++/Rect [291.934 559.37 303.889 570.274] + /Subtype /Link +-/A << /S /GoTo /D (page.115) >> ++/A << /S /GoTo /D (page.92) >> + >> endobj +-4695 0 obj << ++4298 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [172.8415 428.1677 189.778 439.0716] ++/Rect [284.751 523.504 296.706 534.408] + /Subtype /Link +-/A << /S /GoTo /D (page.124) >> ++/A << /S /GoTo /D (page.51) >> + >> endobj +-4696 0 obj << ++4299 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [202.7292 416.1364 219.6657 427.0403] ++/Rect [284.751 499.594 296.706 510.498] + /Subtype /Link +-/A << /S /GoTo /D (page.127) >> ++/A << /S /GoTo /D (page.51) >> + >> endobj +-4697 0 obj << ++4300 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [172.8415 392.0737 189.778 402.9777] ++/Rect [284.751 463.729 296.706 474.633] + /Subtype /Link +-/A << /S /GoTo /D (page.124) >> ++/A << /S /GoTo /D (page.52) >> + >> endobj +-4698 0 obj << ++4301 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [172.8415 368.0111 189.778 378.915] ++/Rect [263.71 439.818 275.665 450.722] + /Subtype /Link +-/A << /S /GoTo /D (page.124) >> ++/A << /S /GoTo /D (page.47) >> + >> endobj +-4699 0 obj << ++4302 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [145.7235 334.0506 162.66 342.8972] ++/Rect [254.764 403.953 266.719 414.857] + /Subtype /Link +-/A << /S /GoTo /D (page.134) >> ++/A << /S /GoTo /D (page.55) >> + >> endobj +-4700 0 obj << ++4303 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [172.8415 307.9307 189.778 318.8346] ++/Rect [254.764 368.087 266.719 378.991] + /Subtype /Link +-/A << /S /GoTo /D (page.124) >> ++/A << /S /GoTo /D (page.56) >> + >> endobj +-4701 0 obj << ++4304 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [176.9756 295.8993 188.9307 306.8033] ++/Rect [278.664 344.177 290.619 355.081] + /Subtype /Link +-/A << /S /GoTo /D (page.92) >> ++/A << /S /GoTo /D (page.58) >> + >> endobj +-4702 0 obj << ++4305 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [154.8486 272.6363 166.8037 283.5402] ++/Rect [263.71 320.267 275.665 331.171] + /Subtype /Link +-/A << /S /GoTo /D (page.48) >> ++/A << /S /GoTo /D (page.47) >> + >> endobj +-4703 0 obj << ++4306 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [193.0553 260.605 205.0104 271.5089] ++/Rect [199.522 298.414 216.458 307.26] + /Subtype /Link +-/A << /S /GoTo /D (page.78) >> ++/A << /S /GoTo /D (page.137) >> + >> endobj +-4704 0 obj << ++4307 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [212.4224 248.5736 224.3776 259.4776] ++/Rect [246.565 285.118 263.501 295.305] + /Subtype /Link +-/A << /S /GoTo /D (page.63) >> ++/A << /S /GoTo /D (page.137) >> + >> endobj +-4705 0 obj << ++4308 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [172.8415 224.511 189.778 235.4149] ++/Rect [244.911 273.163 261.848 283.35] + /Subtype /Link +-/A << /S /GoTo /D (page.124) >> ++/A << /S /GoTo /D (page.137) >> + >> endobj +-4706 0 obj << ++4309 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [238.8231 212.4797 255.7596 223.3836] ++/Rect [264.836 261.208 281.772 271.395] + /Subtype /Link +-/A << /S /GoTo /D (page.115) >> ++/A << /S /GoTo /D (page.137) >> + >> endobj +-4707 0 obj << ++4310 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [172.8415 188.4171 189.778 199.321] ++/Rect [260.941 248.536 277.877 259.44] + /Subtype /Link +-/A << /S /GoTo /D (page.125) >> ++/A << /S /GoTo /D (page.138) >> + >> endobj +-4708 0 obj << ++4311 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [172.8415 164.3544 189.778 175.2584] ++/Rect [262.057 236.58 278.993 247.484] + /Subtype /Link +-/A << /S /GoTo /D (page.125) >> ++/A << /S /GoTo /D (page.138) >> + >> endobj +-4709 0 obj << ++4312 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [219.8847 129.06 236.8212 139.964] ++/Rect [276.452 224.625 293.389 235.529] + /Subtype /Link +-/A << /S /GoTo /D (page.129) >> ++/A << /S /GoTo /D (page.138) >> + >> endobj +-4710 0 obj << ++4313 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [396.7216 655.0113 413.6581 665.9152] ++/Rect [283.645 212.67 300.582 223.574] + /Subtype /Link +-/A << /S /GoTo /D (page.129) >> ++/A << /S /GoTo /D (page.138) >> + >> endobj +-4711 0 obj << ++4314 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [349.6784 630.6054 366.6149 641.5093] ++/Rect [266.131 201.432 283.068 211.619] + /Subtype /Link +-/A << /S /GoTo /D (page.125) >> ++/A << /S /GoTo /D (page.138) >> + >> endobj +-4712 0 obj << ++4315 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [349.6784 606.1995 366.6149 617.1034] ++/Rect [257.633 188.76 274.569 199.664] + /Subtype /Link +-/A << /S /GoTo /D (page.125) >> ++/A << /S /GoTo /D (page.138) >> + >> endobj +-4713 0 obj << ++4316 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [349.6784 581.7936 366.6149 592.6976] ++/Rect [266.341 177.522 283.277 187.709] + /Subtype /Link +-/A << /S /GoTo /D (page.125) >> ++/A << /S /GoTo /D (page.138) >> + >> endobj +-4714 0 obj << ++4317 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [322.5604 547.4898 339.4969 556.3365] ++/Rect [261.498 164.849 278.435 175.753] + /Subtype /Link +-/A << /S /GoTo /D (page.132) >> ++/A << /S /GoTo /D (page.138) >> + >> endobj +-4715 0 obj << ++4318 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [322.5604 497.0366 339.4969 505.8832] ++/Rect [259.835 153.612 276.771 163.798] + /Subtype /Link +-/A << /S /GoTo /D (page.134) >> ++/A << /S /GoTo /D (page.139) >> + >> endobj +-4716 0 obj << ++4319 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [353.9717 482.7763 365.9269 493.6803] ++/Rect [260.951 140.939 277.887 151.843] + /Subtype /Link +-/A << /S /GoTo /D (page.63) >> ++/A << /S /GoTo /D (page.139) >> + >> endobj +-4717 0 obj << ++4320 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [322.5604 434.3804 339.4969 443.227] ++/Rect [275.346 128.984 292.283 139.888] + /Subtype /Link +-/A << /S /GoTo /D (page.134) >> ++/A << /S /GoTo /D (page.139) >> + >> endobj +-4718 0 obj << ++4321 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [322.5604 398.0193 339.4969 406.8659] ++/Rect [282.539 117.746 299.476 127.933] + /Subtype /Link +-/A << /S /GoTo /D (page.131) >> ++/A << /S /GoTo /D (page.139) >> + >> endobj +-4719 0 obj << ++4322 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [322.5604 361.6582 339.4969 370.5049] ++/Rect [474.041 643.056 485.996 653.96] + /Subtype /Link +-/A << /S /GoTo /D (page.134) >> ++/A << /S /GoTo /D (page.52) >> + >> endobj +-4720 0 obj << ++4323 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [322.5604 325.2972 339.4969 334.1438] ++/Rect [474.041 619.146 485.996 630.05] + /Subtype /Link +-/A << /S /GoTo /D (page.131) >> ++/A << /S /GoTo /D (page.52) >> + >> endobj +-4721 0 obj << ++4324 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [322.5604 288.9361 339.4969 297.7828] ++/Rect [474.041 595.235 485.996 606.139] + /Subtype /Link +-/A << /S /GoTo /D (page.134) >> ++/A << /S /GoTo /D (page.52) >> + >> endobj +-4722 0 obj << ++4325 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [322.5604 252.5751 339.4969 261.4217] ++/Rect [474.041 571.325 485.996 582.229] + /Subtype /Link +-/A << /S /GoTo /D (page.131) >> ++/A << /S /GoTo /D (page.53) >> + >> endobj +-4723 0 obj << ++4326 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [322.5604 216.214 339.4969 225.0607] ++/Rect [474.041 547.415 485.996 558.319] + /Subtype /Link +-/A << /S /GoTo /D (page.134) >> ++/A << /S /GoTo /D (page.53) >> + >> endobj +-4724 0 obj << ++4327 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [322.5604 179.853 339.4969 188.6996] ++/Rect [474.041 523.504 485.996 534.408] + /Subtype /Link +-/A << /S /GoTo /D (page.131) >> ++/A << /S /GoTo /D (page.53) >> + >> endobj +-4725 0 obj << ++4328 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [349.6784 153.3898 366.6149 164.2937] ++/Rect [453.568 511.549 470.505 522.453] + /Subtype /Link +-/A << /S /GoTo /D (page.125) >> ++/A << /S /GoTo /D (page.140) >> + >> endobj +-4726 0 obj << ++4329 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [349.6783 117.746 366.6148 127.9327] ++/Rect [405.967 499.594 422.904 510.498] + /Subtype /Link +-/A << /S /GoTo /D (page.118) >> +->> endobj +-4685 0 obj << +-/D [4683 0 R /XYZ 106.8692 686.127 null] +->> endobj +-4682 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-4730 0 obj << +-/Length 950 +-/Filter /FlateDecode +->> +-stream +-xڥYo@*=UC6MIm4߾˱)C🙝Bb $&#)P/wpMDMډRGr=MulT+חA0g)5JWgѫyݱHQ-*8^VG1WF"D E_:41e '1ҔB#"9sEqkw~q<;**#Ak#G~Ey/<(DX2v՝ú|u䩣֏j/:K: >BjNG+1i!̯sMnw>jVj[Fx&cj"jP5f{Fp,MymWeqSl&?"T#F&5VƋ/AGiUQ;:BW4t4N,{KdY|FD0V"jo\y9T0HQqD>]ʗ]w=ަ֧AZ~k6jR&bd$&I2L"Qdg?U'>u Bu2[9įNW0:iTQ{"!eQff<> + >> endobj +-4732 0 obj << ++4330 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [199.5218 633.1582 216.4583 642.0049] ++/Rect [412.304 487.639 429.24 498.543] + /Subtype /Link +-/A << /S /GoTo /D (page.128) >> ++/A << /S /GoTo /D (page.140) >> + >> endobj +-4733 0 obj << ++4331 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [228.8512 609.1831 240.8064 620.0871] ++/Rect [411.506 476.401 428.443 486.588] + /Subtype /Link +-/A << /S /GoTo /D (page.95) >> ++/A << /S /GoTo /D (page.140) >> + >> endobj +-4734 0 obj << ++4332 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [257.4636 597.228 269.4187 608.1319] ++/Rect [456.338 451.773 468.293 462.677] + /Subtype /Link +-/A << /S /GoTo /D (page.59) >> ++/A << /S /GoTo /D (page.40) >> + >> endobj +-4735 0 obj << ++4333 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [234.2712 585.2728 246.2264 596.1767] ++/Rect [467.954 415.908 479.909 426.812] + /Subtype /Link +-/A << /S /GoTo /D (page.47) >> ++/A << /S /GoTo /D (page.57) >> + >> endobj +-4736 0 obj << ++4334 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [257.6931 573.3176 269.6483 584.2216] ++/Rect [467.954 380.042 479.909 390.946] + /Subtype /Link +-/A << /S /GoTo /D (page.49) >> ++/A << /S /GoTo /D (page.57) >> + >> endobj +-4737 0 obj << ++4335 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [235.5262 561.3625 247.4814 572.2664] ++/Rect [441.942 356.132 453.897 367.036] + /Subtype /Link +-/A << /S /GoTo /D (page.51) >> ++/A << /S /GoTo /D (page.43) >> + >> endobj +-4738 0 obj << ++4336 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [273.683 537.4521 290.6195 548.3561] ++/Rect [479.571 332.939 491.526 343.126] + /Subtype /Link +-/A << /S /GoTo /D (page.129) >> ++/A << /S /GoTo /D (page.39) >> + >> endobj +-4739 0 obj << ++4337 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [226.6398 513.5418 243.5763 524.4457] ++/Rect [458.35 308.311 470.305 319.215] + /Subtype /Link +-/A << /S /GoTo /D (page.125) >> ++/A << /S /GoTo /D (page.99) >> + >> endobj +-4740 0 obj << ++4338 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [226.6398 479.6688 243.5763 490.5728] ++/Rect [455.222 296.356 467.177 307.26] + /Subtype /Link +-/A << /S /GoTo /D (page.125) >> ++/A << /S /GoTo /D (page.99) >> + >> endobj +-4741 0 obj << ++4339 0 obj << + /Type /Annot + /Border[0 0 0]/H/I/C[1 0 0] +-/Rect [256.5275 445.7958 273.464 456.6998] ++/Rect [474.041 284.401 490.978 295.305] + /Subtype /Link +-/A << /S /GoTo /D (page.127) >> +->> endobj +-4731 0 obj << +-/D [4729 0 R /XYZ 160.6675 686.127 null] +->> endobj +-4728 0 obj << +-/Font << /F28 1626 0 R /F22 1616 0 R >> +-/ProcSet [ /PDF /Text ] +->> endobj +-2343 0 obj +-[1610 0 R /Fit] +-endobj +-2342 0 obj +-[1610 0 R /Fit] +-endobj +-2335 0 obj +-[1610 0 R /Fit] +-endobj +-2334 0 obj +-[1610 0 R /Fit] +-endobj +-2333 0 obj +-[1610 0 R /Fit] +-endobj +-2332 0 obj +-[1610 0 R /Fit] +-endobj +-2331 0 obj +-[1610 0 R /Fit] +-endobj +-2247 0 obj +-[1610 0 R /Fit] +-endobj +-2246 0 obj +-[1610 0 R /Fit] +-endobj +-2245 0 obj +-[1610 0 R /Fit] +-endobj +-2244 0 obj +-[1610 0 R /Fit] +-endobj +-2243 0 obj +-[1610 0 R /Fit] +-endobj +-2242 0 obj +-[1610 0 R /Fit] +-endobj +-2148 0 obj +-[1610 0 R /Fit] +-endobj +-2147 0 obj +-[1610 0 R /Fit] +-endobj +-2144 0 obj +-[1610 0 R /Fit] +-endobj +-2143 0 obj +-[1610 0 R /Fit] +-endobj +-2142 0 obj +-[1610 0 R /Fit] +-endobj +-2083 0 obj +-[1610 0 R /Fit] +-endobj +-4742 0 obj << +-/Type /Encoding +-/Differences [ 0 /.notdef 1/dotaccent/fi/fl/fraction/hungarumlaut/Lslash/lslash/ogonek/ring 10/.notdef 11/breve/minus 13/.notdef 14/Zcaron/zcaron/caron/dotlessi/dotlessj/ff/ffi/ffl/notequal/infinity/lessequal/greaterequal/partialdiff/summation/product/pi/grave/quotesingle/space/exclam/quotedbl/numbersign/dollar/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/at/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/bracketleft/backslash/bracketright/asciicircum/underscore/quoteleft/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/bar/braceright/asciitilde 127/.notdef 128/Euro/integral/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl/circumflex/perthousand/Scaron/guilsinglleft/OE/Omega/radical/approxequal 144/.notdef 147/quotedblleft/quotedblright/bullet/endash/emdash/tilde/trademark/scaron/guilsinglright/oe/Delta/lozenge/Ydieresis 160/.notdef 161/exclamdown/cent/sterling/currency/yen/brokenbar/section/dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron/degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis] +->> endobj +-2792 0 obj << +-/Length1 1630 +-/Length2 8324 +-/Length3 532 +-/Length 9188 +-/Filter /FlateDecode +->> +-stream +-xteTܶ-ESܵ ,w-Z8/Ŋ[qwPPh{ι{׽/c$#{͵撹VdePVN6!*Ehfn<ttRv6@K4ĠH7&E(/Z!hg7L/ hZU'\3|@&gΉEvC¦w!m]PCӝggu*{L46SAA[Ϸ-;K(Zl[L Xdջ/t(l ?3ȔD{͋Kms{v?ˠ}[Q$[ҥJc{<t6 }C65Q6 W=_(v"h9xN{~~/Rڨ;F,tV}Nl#|h~a.8@y4xki2뺲e0d3~*9w{}-@U]>NEHb6 NOLi;~iuLVq-G?%MT04$`Yĉ3bЦnv|X +-&ŪBk=`fP`sSȰ^tql5[# a_bNh CHU6|/߶V)03smׅOzv~4ᄀnE}f (qG_\8z{d Zn{"nu7b xU״铲Q)MS]s pGlVK\uZƅ r5UgЫa/[@J,M>v+<,=Er4  lCvMLUvw8s@崧V͙Nœ]jo͸c'E2j6&7@A>,Dâ%WE&۰UOOs d- {-2uk8+9Z_ʯBdly3:et +-? zл% [RWՔ*$ W +-{΍/p, +-*`&7&mNjE~k3P;DƱĻVf u+eAk#=W6FA6wK%n!+TA}NQ3Lim~>{fp1@/b=;يW`vMRi6wqgQnuD98$|)m೫.ݲwM.D뫷Ty[?thVX@ Sg^]#I#aͳ<|_ޤw7DJ! /j^OUi0A-0]K⨪qF?[0uvNZ^F{1dN6ǧ +-V$j9/\čmLE|D[ݧI]inAԞ[:{b@ #4 syI{,֖x72/70T}Ϥ ,ooH)0PF="D0)HӵAm>Ċ9F+yER5. qc֮֫ +-Ć/RC> `]sޤSIҕ3qn6\>cyu:BҽȔ>KE]}L'ܖJYycm8VV;>QC EWC#7J:~|% +-|^:}qx 9/Dʱy֡״q.NWO64H!z"U.o}Jk>ZyvW6A{|M'¨>9Jc<%F&HMٌ_a +-toefy"ႃ/3/fQsGT#û 5QiwO/`8+5;S\/iF\:^KP늞N*V`]s5s $LoC!(ZINٴq}_q4>ET lþ +-G hڪWaBNC.H۵rדt!ok6;zԽq[ 1XI5͏T^.@x[]ZHWrH_їnn0Te^zy2%'B^pT3S4W[1>UNt LcQ{a%Ы1)wFCvLƺJQ,KFs$DxdtEo_`x{$BރUZ0Y6(%㙜P'ΰQ a+pPBu7mCǜ]o8vgg;K?4Bp5?Dp'һ +-8-92Bj[C} +-EΠ J663;6l27KUHN%$̊a _ٶRlb`,u$K|?j +4)Iv rl v\ωU1-{3RusDf9g5L@q$Ԯ,D]ϝDJ5m A>fu3MU{О.|TNz Y*)?7i*4d0[Xc,"R +-ª"kNRGZa]~j('gueݎo3:Vз5:_zrWKsxӭ=v.[yRIWXҼS(HZd a쭂SAq}/ 6={ށ?!M$G-'QG[j"3U#cL |Sa~ 2j} &=BpnMT( 9oUwG#W>CZ-H'nѯ.۝dvZr-r҄&d t7可Wc^2uT^_RI_=Haxn`_.r,}(P;<R*_Ligƒ' DG/vHb#nS=u-gP+q#˷vE@Gp]?#s6Wiax!^>]͑i )6|.%XX4S5_6wߦlw(L鲥- {%TM{tS~YIDUFPԹM@#"&+v6(EÈ2O䃒qp5^`f*R +u4U. uScvA[y?zc?ZoUAJI؇"g6D,6ΐ~q蕒3Ș C.,Z! T=Z_˜tzT #=M*P7d[pQlRl#`VOɵ;'kfqW!iy>[j =afxW$ ?]iү9+w{@ur}CpGqvYbi?NE)hFoJj3]d ڴ“y,K0պ4)R ^Msks5߱49R^7RRkrT04Mi1m+6(-ipOQ ܁E(]%2OPGX4583)w".Ұ w2Yu|eMDb͍Z\2ʠ?n|עH&H@@i$y')qJz1[*ˑI*5 ǁZErf1kQbU<%)V>-$yuə R|\Eƙ[L`poMo@DwZ9sH˲ʠ:`:k| vS|#@ c#, S_\iMSR +-Zu +-y x1p9,sŠ:I`p*- EgI=4Ӓ'9M}^M>׵>.sD] {¾1TQ%%E C<c*g[kZetL]V"!X80׋3(#M%Vn˥rZ Eedp7 +-Cl9Z*N$Hd[p2&kuԋ |usd 㯼~,}jt3!a. 47ƪ f +-hê!vN]d"|$q[u]}iKŸwVMj@^c!EJ9$ ?"(l0ِ_`%6 +-yoeB>&ɦ~Vdv(ϑqCeD 䒋L(]{ It94=EdC^& ]҉ѾpJ}FzWoRlf 7T)jj&W@E[Q ݺOT{6*{[7ZeY|$K7@U~Vk-DS#D>%OV1&!)AOJi< +-N۾nh(ͺ%klD_]xTu9 ZyiWRLxf7kS#6Y]$GVLk放⪨?G ](Z?s|=86!3вh*8rS%XuՀ#ڢ/C4k!4NH+,%N#Yit H;ȗϐpoڗR`$":=6T# R.txi8 +->dgN~$8$O}s FTx@tba&tje87vmqQteRd z&<7$rӲeBP +->{>U3s*ko)9ԛNdR:":ҷ6jLx]IY7(Xn/c4IFz>UHҿH̀2 +-$~A=f=8z&1iŃYkzvJ֜?ںp X+T(ρų6=S  +wS/rpk^ى Ȓ&`|Nw61&w;$x(-0lW ~O%X!\Cl^sN2Q~(hL@x#G%E Zc ӌ/] V묻_39AègWֺ)e;΢)y8WOzyxI8B]Ú?’E~ʩc|r62fHqB򰈴K嵞@Do`KqPP<"ch=iU|Ez H7|F4cⲜ*z\"~*х2aUqI*Mt'3V9UCOJu.lR5jj"?H`htL0 +-uC꩝4wn?ܱ tE%Xr|U'`(+2\Mb@= +-i߈4bN}2=b7*@_Ы Y}%X)؏EGvq@]̈M#ZQ0[ ]{5?8v0^迮8t 3>bm9+سgv0]$-"i&)xhC㈚+IҔ9s[PМzȡ" (^}W7õt+ORj (D RFH}̳%)R|(C/FR6M7E׹b3njjoa YA& o?C3^3Xztzggv8Uj֤])QaxE@bUC- |#e$Dh5w'<<}Oho*)8AU6?cjyxE>жQ7^<ƴ *svTb'$lYn}AE>K 2m Cl<4 rm7gˡ:FG#=z.*V5W8 +-DNMTZ 5yԸ⭢RT\Fܙy8]OA4}Hr|uL!S0c"pyj\<0 <e LiϐN۝m _jM@(qͰހ F2[(sbXeٸ_6Mwʮ9> ԞԸ%ڽ-C1&wodݎex+46fӘ:s\vgۗ1 9x+rB1řBej.A! nF`0 +-ۇ!ߦz~42C{%©i@O> endobj +-2791 0 obj << +-/Ascent 625 +-/CapHeight 557 +-/Descent -147 +-/FontName /ATALIH+NimbusMonL-ReguObli +-/ItalicAngle -12 +-/StemV 43 +-/XHeight 426 +-/FontBBox [-61 -237 774 811] +-/Flags 4 +-/CharSet (/one/two/L/N/U/underscore/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/r/s/t/u/v/x/y) +-/FontFile 2792 0 R +->> endobj +-4743 0 obj +-[600 600 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 600 0 600 0 0 0 0 0 0 600 0 0 0 0 0 0 0 0 0 600 0 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 0 600 600 600 600 600 0 600 600 ] +-endobj +-2727 0 obj << +-/Length1 1606 +-/Length2 6043 +-/Length3 532 +-/Length 6890 +-/Filter /FlateDecode +->> +-stream +-xvuT64CwwIwH030)!"!҈"!))%!]Ҡt7{9}=}{zz}kkzM̅G6SC1(#PXFinn $"@4D` 4! @\^^EB]>K3k~AAY~}DApXFsv0@}=c%@ 0  8!_ Cb@bA|@.!E( +-(Àڝy w f@Q $ f5'ź'l$. P8 +-rP ͍@Bp1 !@$A0XWV=g7O?9@(ID\vID xAiǒp/ q"5F)|3Es"$'5o{`obP￉{5/D ĶA BLD/# Mh  aP86p࿛. 9V?E-l4lL~2:.~c#|~Ra Y98@NVɷqH155= ]F٧iE3mE~n`)ij|Ň0 +-Wuc?x!9gy> +-.>z{+mΨ2bVˋ}f +-.X?I"vN9ri=ȟR*i(?PoyrѼI03[-@L&%~Qc+z`tb͝zrt2ӑ⑊%?ﱘv!L;1n/Z?-}tidFFݞyJOv*xYgWTlFkv,.m8Vi"1nox(NcN$5K>݋aGSʽR/.Jߦ4w"үickqӆ gByFD| +-t,;CCc4̂V*4:vP*U8!뜵U-?\&C_68zHV^˞rg8#y7eZ*&wgAJ'YQ]%[DY"UqNyom7־Zʪɚs +-'iq+A% +-Y6|yҪ⪹qT.eG᳌yuq&9q)/M;ڂPu̩9ZԶOʝY.(sEƁc-X^L8ֵD:.#iHPSkz8aYM_z,b\&"'6dcIeVUpfzZUufYm?KΪrnavT~ݤe ;a1ia4qP*|pJ`+ܨ~qt}t2IX [OKT#%iO-[BؗwF?szy{_C=TnG^ LL/ +-Bb zk Pw5h61ZglY7e瞹?7\-j y0%/Lɔ@=Gy2"Mѽ7HTמ(-wB,o\+:Q)}2T.$#DOU[XstꃺA +-[uZ|/j1e?yMUR;.o+Ǟ`>=#/F~ H5uc)w8C ]JoeT.e0%'j3Μ +-շ=d&.ΩW?nf~REt[yD]vR)*|x=QLԋ 7$M?sLnRWFpGk +-'2޼$6v2v!h]2ۨ 7h|GH7I.9HUf20xdix\.^?%sBqS󲠉gs'LJ=!?:[$t*:(:A8) M^q>f:鬦]-U8GOn4rqCrW +-}$~^Ys= 1z -D$O[h7ʩuV* .#tOvmǝ +-+."©\3wXps S鮳}ddhp=TM;cvvAۥSkW"UPMcD1Iَ[#y>74hӣ#>l;l|T%~dEc~V}0gƔ/z@lS늣YTWؖໍ]2kT9: E's#cs )W94sprfGwMH]sM2Qj\PA&éGG<&^:@'f6BgTyOԖ%e^ȬUJ=3Hdr2d~N@}P_GsMӏ/h]sJ <<;9ҐP +-w!:j$Oy&1]yI"ZF:(wWࠄ,j1+#H>j7aBExKwB7r(M$m]_9y@i=l%*$^'6xf-iIvNa+m,cA|ѐ ٛɲ^3|LE|Ź>pF*M~LFT.4!dOzRR8G@ګmܟI49Ok#»\%+/ʵúDkк泾ne XV'gϮU7nT-H9V_[g5nj~~#Ar74*]ձy\-OShg)ocʍdD-C/hw;N:8qqR$b)Z_{f]'<(Lu-{BP^kP1%ӱS{SL]mPW70覝ᓊO]Ak΂^y볩'i驚^FX 4^11k5S4ޡJ\kz.$ +-G:i W&@NR/R`_yvMC"%7򜺛 Ea@-XA9,A3L\[ 1gzSWP8368>́wЏAӖ~H5ກ T!fh9kS{\=]Mۉ)3( +-ͩʠ!E&^TF ێ|T*?; [ȟϜc5aG\_m+sa"_N +-Q]CP!MؠU%OD'jBzރzԁ)|[ݿc 3ծ} ey{4ǔ6>)oX(D4 Y+ǽC$7s DG } y|TBZ/j Zd'r +-.$T߻~3b|2rz@5 gnb>'S8`A>:F5?Ȕ5OXrDʣ(V>P=u^ƨКgdo}YR}q&ia[E2#ֺRIT-S-wϮqy͒ER(ﴜ#*m#3=Bݗ5b\Fu#4Ʀr›zAq,`%g…x*1OKA\vN$z0m{ɋRkFP||Jv~1Rju݉AQIRAUn-!bC\(([7dz 8o?6F-;I=?ݵH$gڀܻf]c47XJv=M] mOd &f*=ZAW%" \g1rq4n8ܬ 4 +-ͻeNzڪ-$ґwg3!CϔUOG*xoM|^Ta~@&iqx-a*,3MGc1M@dܣ5뚿iijk=~H5,v[X٤ڪ۸^0ܮ>KgX-X#Hp5f1('(PX7;6 4|&+R`'4` +-yTd}}1Gߙ.\9,kySz&_++Hv:&AIAyLހ( 7SwR(=oҷ-9ZݧҹN~PR=efT7+y:0|;SB7ӥsiNnM>>u.;˟y Z޳HX jPjVb(Bo6rqѣ۩+i$ƿ{aLP +-3-a5+ҕ|U$W ڰ{z=_ G%+~| +-T}l@V%T\&ـ8EhmĎ,#MJ|#q< 뭴oaSr4E_jW`> endobj +-2726 0 obj << +-/Ascent 624 +-/CapHeight 552 +-/Descent -126 +-/FontName /TXCXPE+NimbusMonL-Bold +-/ItalicAngle 0 +-/StemV 101 +-/XHeight 439 +-/FontBBox [-43 -278 681 871] +-/Flags 4 +-/CharSet (/comma/bracketleft/bracketright/a/c/d/e/i/r/s/t) +-/FontFile 2727 0 R +->> endobj +-4744 0 obj +-[600 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 600 0 600 0 0 0 600 0 600 600 600 0 0 0 600 0 0 0 0 0 0 0 0 600 600 600 ] +-endobj +-2388 0 obj << +-/Length1 1642 +-/Length2 13785 +-/Length3 532 +-/Length 14666 +-/Filter /FlateDecode +->> +-stream +-xweT\].\C Hpiiݝ;!Xpww.7wܙ_w^{SN*2Uu&13 Pdfbcf([ٙ8A|LJ@3+9-Bp@` ?@ hl|||HT %@YM;L<ytP_mAv@{;:[V@ VF3@htz/Bhe +-wAN, {3Jsf~sVn@wS_#dg~ rX8ۃ Xٛں9@v;*ldGUG`Kc_a dWIc4(eY9;{~'sp; g+{fpZ;i޹: O;8z ?r;m͙cc[X#/r ?\s:}@ {f {[E~ SNG'jn.v 9x4YP5l\+Wk-?ٚ+~1{wuظ9m,m4SZ̍mf@'[+{+`V6)hokw,jeh2ockx8IK dA/&T89||>nNCԿyV2;YtYYYJ_hMAf:c/]{@w)y@uzV;^nO6zBo.u* VCmy4]b +-< ;,eGZ^g`pjl}R3(}#hpB8p-Ǧu@5Mh^txDwK7<8u۽MĐH% +-JK$sW,3VbQ +-4!o:f(˓/EJdqiT̂+f)3F0ʋxޢq;tE;cDcC%Ml)Ke{~EoG_>ȘI񃏳.A% +-X<4O* &3Қ^{kl9聊:jE5?]GЩ4a=Wo[fnLT|S a= o. T2 +-X '0T\>hmHP +-b +-nub55}0Oנv'%>EPO5QkMz4>ۤ-&X}<ݩ¶ݰ1>3i4˟J`_H( +-!V񚇒%2Q!Eܿ/eeQU +-_l@8oYǜO2k+$ f!U8E-p>2DwPeA W0\q!TYV|p(a8:{ ߔ;#3uTDc2}kmZapwV1PE 4܀Q| CƍWxlUHx$& i${8Ρe" _(yALʆGUPW%9@:u!^c+4O)sG27ima d>a?^]_IId[urW;5p wM94Qzo,%GM\ :ZO0s7sK+]d2#OK'%x)qC޳VƑtx`;#]*2T>ɴкfqO*n;Dy8Lt x_)2WPYKI"XBG܆HLR[B]fqwWט$yzWRR(6lB_bvwZ_ZE~Zw;3eݺјq)\p,ف_ʟ:U78*$TQAڂDk[l:tF;Ro.r +-Пk)g7}k5 X~-gTB 6;|M7R怸7`˰|F"#+ɴf)Yg_%tboBKOŇ3H8`b8pDط$1NY=ģ44ta4F$YKC(&[2=aaMOʰ'JT_9zE@F+Gβt眈⣹[0=\DE%%JD ys$ZLY+~?*V2=6A=8zB^zLSZ: ;"ށE-t×!='WTkXY@僅/;^Ze'ur8:~c-i)I*Zz?HքL_K;^Mdax*A0xcC{M)"⥐jղToO1gth Gw+}UC-ܯo`<ִlͺB<$rчXU\o+ RT;Qė\(QZ?sKΥA;z2_d. +-Ѿb$X*^.ŒLo̖}pmZEãlcdj/w$DhgJ! ]-2ߵNu|S;8|BK^0ԹV-Hܧ5FwlqrAxpOL1g8 +-_s[m(\!qTG삨o,ƪiU]]'dc~Dcw j x`cg?1i}Yi~n#aɮ155N3'MӐg<;H얏?.ԓӢ54=>@ iN=B:c``i-RGƭ l(z̅dEH `PW~yro=:I qx.?e?\-\ڠx9K^͓}.<P_<[&6U[o)-%y/ 8tV*+XH_OSdtK˩hS71|-#B)=d}vm _kU>)x;K4wRJvGBʰ_] c!zu|,;4qz$BMkB; ׾"^5(uΈ5#{|քUSf[!;xX{;G 씳4 ?q5$gE )$v1\U +-F䧐i/wS1䇺?4iE$%3B}C eʝz +-8ZVprx*9Ͼ9Xf6NUgP F=O\?|tvxdԫ4gbEpV҇4MxeYPEz̞z7,ʢ9:0PQaݹqN-$㪔OEos«wn#ҌE[8~pP +^/?Nl {U.;'*Fub}ʍmz9=й!9->S_;p6lʴ>ZP e0 [AvY!x%yϴf`ѥ7(ٚ] +-KI\%%MSҾFܐ(nx}6bICF7zWD1B7 +-klAch#Entp0Zjv2 lˮEk퇟ÖxeYe+5%vS#Ѹ6’D:[7-dݙʹ̿HƼ~ߪ-{w_7\ ͣ@ 1-y&}wzs$0fAW*lpLTڅbBmâM$Ur ~[~s]_ܔ"m>~e 5"x@EUJ܆QWxh@PͲ/QCbyJv%=g.UVL*r6MO9M ӧ#%Z"yBe䲚<׃k )'cQCTKv:fkJx]z~'um悸9CJ-3|#Xj ^F&NZ%׸((O$2PƸ!;5"}#kC13Ym@w޷h\׆_7TMm4$怑'`ߝ A:K gtusĒNrֿ_Rr-.IQ +v.3[Nڜqžz1}/B`$X{n)>Z͎0BM_hܙ#amE,=hKhޕҬH·];NDb!s=`{XCGTF6|ep:?U: +-*^;#?Mzӹ2%a${e z#~YQnh@H9 &[\M5x?Qh֐ qPEz'7ϗ)ߝ|#^$4ydnD)XV?z'u`ړ+ ,qšJ \{_a82`>C[oN% I{sVVzp81JyZ`^bq2}`֨`G(bݧw\/S왑 zU}.2 A){Y7GIBWҜPmԇFhUT?'N.My4:IJ"p.=0b”K BWEwf~Ac.".DC 7f{)[)^/mƔ8aʔo(Tp_wX@Bqdsq{dvP> .'%gjAӹg>.t,6'b +-x wσ7Z#2?pX=i2 ~kQj=9ެӲh-ѵ53Ω߭|=lύNٽ Ie+=7{`vMPVQZuyZu@HVgU,ޝ kRE&hIcʭ1bJ;id=I;CdfVqAV^% +-EyZ2v<kȐT0 sY @yC־iT8V`Q3nDJs9}9K0ݸ`ίu@U[XWFFx,KgVy%;mĴ&Pɘ즓<ٖ*1k=ZS +-p[z)S(}\yQ8~Ap?Jԛ߯b"Cq]?j%w`_4> +-N¾푇K_F0o+B|lT>h޹¡=/I*01"sP*@jO,a]dך$!d]Kkcuk?]3!Trw,bYhc0ږ6rdkk=պJhDS.V‘4YgG$0qD3Ki\ʫʬ ׃>&$9,.'_*a``(<3ji.G T +-HLĚk!9mҾ[Ak`tcsa^ht6ƭ~~;k"[_ wfOD,d,Ob^oR~U@bu݋~7\c융@'u'_ KML/']6>襈ڦ UE,>PxPb7r$;kQ?fBд>rmũn$DP2LkRk$4ipaƯUMnn=Dq_bk+#GD+>zD+uP&3|8廨P`̧OFj.'_0"6=i&9dl91wqHp"毗w/)] 1?e&Õq`zxb‡EGgo,g>Y;r +-Hk>8b!C+zBB{W&)EX2C,O1$0+L 9+V:\b*K JYa*qjL;uJ}M!3MRW]c4eOBgivEg!P)dcB6c*FP̂"ʏ8.C߉ I閚OT;B2e)lg5^!A%%\nwuO?Ze>rzwML;a"< +-7WܧM'ZfdPI_/!`pt`,D9q촮D[[RKf;-:']' kUu-FڗdIE`r)cǞ'lS#J]Ynd߶U7YзҶGn$ͯάz&6$4oadKtnѧ@oD5{Ih/{e'UO>`~Vi߬f]v6_xYZ79ޚe5ϛK2yniM*~OI@Z +-lҡGa=Ry?G,O բU-7*BYV4 ֤mU~ /0I+C4 f 7Z1+"*{dY˄>jX?nJjmW_;iSߊEIh$_ءFWՏ41P@VӠѽhmG\]e/HsXf; KJ`QM^3NU9E9dwh$ $I;)V,%lC}=UQ /^9]W[ a8P\0w#(u}KB1d~pJ'v c:?Aė| rV꣚`U7(T~-bZ9q;w@*՞3b.:|/X@|+͡Oʭ]#0?7=79k&L*"bBpG]~'Ui\ YTob[l?`Ш4F@]e x^)Wl%ySh I@þbk8~kY yJi|[mO9$폩vGGۢž,OL~8SM+hTo +-/βq2W *>8XzF tz,+v>2v*$V;|U%h]~V eg-;1!}$ 0H94tu"vOYJճBi}Po5,GzSw']7ϰe~Zs3)) B>4m|2)-BM +-Ÿv~E|]s|V*(}eXwם#`ZUGY6C0/}jߩ +-$(PW#go Ljc/Z";nbW0e!Fw+ lin7be$/.I4R@2'*R@hYIت{hV0ѣg"ͧU$ z#_琮k10 qMl>@ U` k䰟jI+RE;elliVLe!~.g{;ˋdHKWxdCÝTGe_h JO엢lm}0'?uU>7ڛ衍%KH8k3YXe=߅#h Y7!3Y <<)؉q:)kdac{!WF둉VsE|ho#u8kj'g[dԱ?R;hV}{08mCCRnZf Q ЧXyL4\18J'Uy;k}K},t)JMȘ`8K&-U8\$[k:"CnS;~:!)%^myQ:5mGثO׮c:})P^6^FU%kz0>v |+M> GB4яzyvaLX$$;gVm|_)ф6)W.Ax J^58c%sS=& m':᪻L8-hglb~͞:x|$ 圑s4J|zWEr;>o ]'W[OoѢV.+I}uY5M|*dQa3b;OeUEOL`=P1#n$;EΎ_gzCaUm O`rS jV䜺XX:GV Z[#)&֖U@aCm} G3qMuc/{=;dQnŔp&ܳ\` +-l2XE·Ҁ17$$-2ݛ>\`Hx g+鍷nwB\1c5e@qmtŝqGz3eihFЧS* +-:ɒ >ASOdHS6YT|};Z]U nC'oJt?]]e=Siɣw$:Fy]>jrV]ggLz6D+RER5/xQ\[aPHM)0ygŋ*[F]{,>&oXNd/iz-s0`$%)% ?Ax &mQ[@#,_Qhi&<];;*3O8~511qyw.7|Yf$S8Oy}4>(E4'J[-Xl+j;6 z{6Ԫ0zL7á&VrR|+ S{uc&7Ve$ +-%XmEGme/$|3qAT=5[+"e[S79>vxBen],ka!Ӳkkx ₄:g=*qc saWgKC +-ӌ?L<7Ft#ԅn6 &K̏TdĦkbnGQȑiskn%iMQp*BY*F38xo^m&1R +-φ]%VLmj>4f3MR Bex!yTT}CS?&K}_ǽ6* ˩\[p{\+$VtŶ 898,UG[7A4~hm Bg%=*ʈ5f!Cph $')v .~V˥`qݳܶ"j(4{n}XO- 3vA_YIendstream +-endobj +-2389 0 obj << +-/Type /Font +-/Subtype /Type1 +-/Encoding 4742 0 R +-/FirstChar 2 +-/LastChar 122 +-/Widths 4745 0 R +-/BaseFont /SRUHZV+NimbusRomNo9L-MediItal +-/FontDescriptor 2387 0 R +->> endobj +-2387 0 obj << +-/Ascent 688 +-/CapHeight 688 +-/Descent -209 +-/FontName /SRUHZV+NimbusRomNo9L-MediItal +-/ItalicAngle -15.3 +-/StemV 120 +-/XHeight 462 +-/FontBBox [-200 -324 996 964] +-/Flags 4 +-/CharSet (/fi/fl/comma/one/two/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/R/S/T/U/V/W/X/Y/underscore/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/r/s/t/u/v/w/x/y/z) +-/FontFile 2388 0 R +->> endobj +-4745 0 obj +-[556 556 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 250 0 0 0 0 500 500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 667 667 667 722 667 667 722 778 389 500 667 611 889 722 722 611 0 667 556 611 722 667 889 667 611 0 0 0 0 0 500 0 500 500 444 500 444 333 500 556 278 278 500 278 778 556 500 500 0 389 389 278 556 444 667 500 444 389 ] +-endobj +-2226 0 obj << +-/Length1 798 +-/Length2 935 +-/Length3 532 +-/Length 1505 +-/Filter /FlateDecode +->> +-stream +-xRkPW-VDW[pABB&XH£T&$D11RQPԁXAE[P'fB|TQESts:;EzHE}A82G(18I P~%@/ +-3 uLdkA!01&Y  T*1R("( +-丌 PoQ }[I-͚(' ȡIH,:7L ԨTL=(?'8U Ra ĤRpj |oN F= b0.#*$í Eň#?u pV /PU)Q,s|%_2RJ)Ea:}Al%( 9eɰ[MP28V/h6*Nb8=H1ށɒhF~zqR)"P7LCQ`ZC2h e3W-^@փ1+-N֦HpG%Shw6Im۬cv 8]/vS{3F2;.SWwNm +-;q}NvWZ0-b۴B~ W6:k/̒\i +-]&a mm\йVftCcu:?kܧNzRuݹWH L.tC6wy%.ɳV;FTݫkYr'!t܇%lxyJY/lrӸ!qlk89 1@jQٞbyy6wx_6+T6nNJ$W{nGιdt8_*K$+}/Ը}N'[ +-IxQ&չ \hcO^3>nY~>l/5Xgy߬ބQ;FȾ=s? +-ssiQ>s(}LyJOgL]12NSI{zjos:hػ Ϡ9^]ofNilԒ]E3]CN5:G`7ǝG/6iakݲ:ޘ]-ptثS˛U[Wiځe!5 iHV&=q;[O4/;Zqɐlr> endobj +-2225 0 obj << +-/Ascent 750 +-/CapHeight 683 +-/Descent -194 +-/FontName /SAWMQR+CMSY10 +-/ItalicAngle -14.035 +-/StemV 85 +-/XHeight 431 +-/FontBBox [-29 -960 1116 775] +-/Flags 4 +-/CharSet (/asteriskmath/similar/backslash) +-/FontFile 2226 0 R +->> endobj +-4747 0 obj +-[500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 778 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 500 ] +-endobj +-4746 0 obj << +-/Type /Encoding +-/Differences [ 0 /.notdef 3/asteriskmath 4/.notdef 24/similar 25/.notdef 110/backslash 111/.notdef] +->> endobj +-2104 0 obj << +-/Length1 771 +-/Length2 1151 +-/Length3 532 +-/Length 1712 +-/Filter /FlateDecode +->> +-stream +-xRkTSWRIzX%2!$0@xh {Cn^.4*ʲ.yRaUZb/* U"k.XWWϙ_?g;{;)CF8H/.+ARi83Cc0XA"8 a +-`u& +-x+G 4u&Gs$b L J +-R kJ +-dI Q0C, DIp*ؓ1oa(3]* &2(QcJ&P"!CuU4ZSZDѵ +-d)WhT;פg08tj VLl8@KEa]|#!"R*O0MWB7-<کd(]: 8b1ehAp)"ߝ5`JBT{A(t4j\`Rfa8I]3@6 +-gdLo`N$קZ +-V>@$#Ƈ2]B(OaX +i書wNo͓Twef,4q~)/k:So?E;D|ÆT~iqI/cou4ٻ0+f=T'&ϸ\{Ŗ&χ??u޶~}>R4WO6u܇JiIg[|uA(^k.Ov'Qh(0ajU42jhB +-#!u`7S8f|' 4,&<</Lnq +-WHq@X*C9-cR+rfh\oxoM{%Z+a%なGj8K JK9ur]`™I搐%ͳn }:-Q@|G[@}.lj?1`KߡJMM#GmY jWu).-Exۗv6vFX8g1a#MEιTD1l9Jcҡ8EU +- 8چĸ>w |=G񭕋vlztyof9J;ؽc;?#-9f~Կ^cyUQzYd=0Z4u. r9Pav5IꊙZ CHW'K> endobj +-2103 0 obj << +-/Ascent 694 +-/CapHeight 683 +-/Descent -194 +-/FontName /AFVZDS+CMMI10 +-/ItalicAngle -14.04 +-/StemV 72 +-/XHeight 431 +-/FontBBox [-32 -250 1048 750] +-/Flags 4 +-/CharSet (/less/greater) +-/FontFile 2104 0 R +->> endobj +-4749 0 obj +-[778 0 778 ] +-endobj +-4748 0 obj << +-/Type /Encoding +-/Differences [ 0 /.notdef 60/less 61/.notdef 62/greater 63/.notdef] +->> endobj +-2093 0 obj << +-/Length1 1612 +-/Length2 19250 +-/Length3 532 +-/Length 20142 +-/Filter /FlateDecode +->> +-stream +-xڬcf]&\˶m˶ymmFesLo?3ǎ+3וWkEĊ*¦f@zf&=P^KN.dfbe3r1hL,,fnnnXr JMY?-=w@ z `nek% TPH͜lƶV&9+35 `hjOi Fg3$oE7qF!=ZVar[#Oa 07iZF+g +3SE+KNˮ45sU_331 ֳe4/jjNW_]T=ۛ?""o'7!3!ۿ`s-od[2 +- 8YQq1emW_nfafbobR7:-3 >P֤Z\Pk]e^<|q(Cs4ޏiKٗfߗze(Q !B#jInBIhoZIY` :ԭ0$1"rxblt!mn< 9Etc.Zw$5df 9.YܫES=[f _Ta&l4p,|/Wrqg,9YP`Tv4yc? ə"]EɽtWEd-s"ÏK]6uryzNY؊ gg-EF7bC3r- +-SR%J]~+<5uj2ԺUR{K::,Cr#H1'u·N~xlQ3\1I`0`U +-i0vQT޵>iT֕8M#fGcu"6'IFټLڼ"{!Yums$Rq"Pg\O=׃rP8FO +-(;EK &<#"3;[QR.`geYDijxkIbL,]R].WMAhpҶloлotdM*f Q[e4InjFÅjɯ*c>˱60f4~6 +-H7I]{jK>,?=zJn9Mf.͐5|IBOSk8_Zp4g<[8qsZ J)!^ X]TǞ qe] hV40=Ybj>AO߁8A:W:Cg,{E4+wD⋞>8`XtVo%kȲ n Ay%xo֦{ESj7QM;[:?VvGeU3C.;5 GpNe{+r`Iw:iV}/F!~~Ǯ_lJ!}&Ot+zeQ)+m~7uMvL(/`Oluuu茝Uk.h+5@t[+XVm 9LYMBAKKRBTzϸwI8R$g5 +-p/Sb;|FbQUs.êa?LӞI3[nVbtLSk6.MLΕu8{Zsrkt]pY>4"XvpW8;be}H +-Σ IJvu0Xd:FAK,~K[KKPdGAT#X`3Ɓϻ %#.nU~3"Ӎ.`*8u۰^s͕]^;2:.HѐE+ F_lG`\Mʏ U9q=輽 .T߸.Dj70(E7󵾷lH;L@3Ut +-Һt]uP}~=c" D=nF*ʌ8kFx8vyZr6i,8%M<>&1`ϹX^S46\.X|]m7>o0'3V# * ok:wb0u$S<$/FdzܴҠty ƍ[$4+\5sj M rjxfDلⷩe, mD ./KpSVݦAZc_4Sf# +-%2" n,˃=|O=drMa5ԒXF3~ ɠ1@+YQ:D|h ɤp8C'Էv_NZﳆmR! t.&SMr7HxVڜU8(TLOnɣk0RhMgqia'C2117,4_wɖ<0X.=*vAR2;#<DI_8#NSE`W՗͇DPCFؾ_1_uN/_$Zug|K& +-Ow|݆/]ՐOމ`ffli]% I j426XA%,5]\Lix]BUG8BBtAr]!s7U讟^N/awKn*P2?CCãx9 +-C(Yp-lK*@`f>%uj*GGV'f=N 6ւ%FN*l;7 85x2CQv!v61zt;n5N[%5K +-5Njj겭Yne$m/=<Ou!:|CCGtw$wańtJ FK&&B \m lAf.[=D%Рar)ZzݕTsB[^^)P9?"#q"m_ D3@+MlڮXt7L8%~mø &uK./+U=e@0]-PR`,{?@jpEcYE{u(hk +-v#I"n:iKk&Y )JCi 3`G +-t+egt{Ok38ETVd1IS֒HSc !FSILO3荭WuV<\\ds۔Aթ9Y)qU -Voxu %Qg+=vniojs.|1);l=jl@s_gӘuA$eK@hkzL_/o< ee\ ehym)3%#v{0[0FË{FWn]\UQJbz=McljiX:IX7YѲv!}d$ nVI)'R@ v9V|Ƭ:!SjXEՉʼnGklY!,cǑsdSdר)e]A}{p خK!{0xcoE `œ`@ ^5!,zďy +-&^A\i$]++~$ ϥBDSքd@D&k=ECba;oJ'MthR+VJ-bHeA(Ԭ}UΊhYc&zxP3IT5z^U:Aqޗ6}bCj),[]hS% ᧴sFSI$ >(H&|LP{Zܣ2t6LnXn⤊3Kzw!Cϴ.;$oγɥa9s?S`m%l7G`,W^dIx )j$=j54%}/k@a|;zg+%yC@X?-::Z 6]#φ](L'Õ {.'c]UyqNQ{v=SG-c.2'T/Ggap J~qvZOjga?jK\N">~IiQp:dXŏ<eÙ'7*ey-FG#6zsޡ %yt-;Dy(藍U?'׭GAHs.΁M!f}n݃Gmyo:꺫TŦ "veHKڹTz\t$}ٶHY7iS#V=h9<5QK)B?\WHo2.C<(jf̚(WQOe-o5W1awhmCE~]}1L|_ A+o{!./Y3;XCT7Hb~[_{pTeɯ⬅|2 /-FQ{F~91Z,Q^'&rT(?ߟSy6y cBP(6Ӡj%ۨ WdHëu =œ@/YQ* ?NShBBMGg/I(M` )v̾N6.+,FC `Zf`g:E$n#,7r>-۵*y1%{J@1uI#ZY,Se^s܉mYK2Mg;͘W'CJͤ7 W{`:Bj|J$+tC3Aq+0J:JUUrأuPk:ƹ/G!ZMHBV0&OӞ^"eA +k, tt\c+2,F'a"ErOU`aiTY 'ُC!@{SפwevBik))cPDu꾈'SHQ}EOoKՅƻM{Fʊ\(IUJkĘ!' $UsLƺךσ܎ Z[yblzb)hZVPT0ͼiZ=טs,B+n\p-֌2Uú )#YoSbEXmI14;yɶO +-%\%uz yRx|cvX!s;&tav"lK?@~P! +-YA 0P /x׬)PXI<["p[AF~-:3JĿX{ #DtƧ|[b{Ay:PjM{^Au-/ٓ wk8 IƵZ]N+b \X/#@'9sݨCӳSiHkN:e"W[fZBcD[h!ƦV{TQ'Du f4> TrXMtos#S Ó#kɔm, ߔMʎ]YYǯoUEkj@~7Ca۷'y*.T*/b ~UR88Ս,ȼr<%/yrEc k,U)}j#qKUBϵO̬:;~axeS+C#PIaK:pR;EbTWCuKKՖ@VwC6%K BkfYv,@R k.IX`|ʟAc` V׼@7>~gH`j{/p9D }q)#0dQ'.mF&G+^5Aj']bZ[yt1gG2<"HX[2|f;v~Rz⤝4M'&Bl:°n=j؋ '{o+M) 6Ty[8xa֩R>+ML@-|I;˞bU,;\vΑX!:gHNX`xSl~/rn1 0)Z՝f趆Wfǟjl3YT6qzi! +-5=cF[Qej;讎zV(TDfGup #Y&q^?}lgPa m-3MIOXjP:]k~Aֽ`=xfcfɎX!YHa;а#T-c3>~xrք[d$|w(ؽ\Sp`'w68"} q{B'S͐0/u%oVhHUE nsAZo5&שOVT˸MFrTr.䃣Cʬ 68Q5pi֛Y2Z,':aGŖK!-2澏sHg7$&vDfj^!قmZ$^;UC牬0.V  qç0(c٥o}7uaGu,3χ h3m1w7wdSu}}m3*WYѫVPJ] +-y%V|iy%ӱn_e?o(Klۯ& ̣?Z\QA k= *]]^髬zI*>wikO3oUW-_'=ش]dD)A *YodIsV4o,@:I:/wZHø +-&- SНW#Hdڑ.ni^WV"~%:Wճ;cNju::PgӠP 0mwx.\‰#Oe/tO-zѝ7wiAי&h\[cC D!' {L7}%yUXX;fK>'s _:dx#ȸ;wZ:LYXCdshBj) *ȊW"=ݒ?uP teAЍq=S"A_4vM/O Vb_09Z8*^J 86( l(:ॉ ׷ +-=_fkyCҋTQә1x-&p +lw|9ٌ&tT5߼0. VzrybQt⇈zuCU4Tj٫I:ƶˑX{=7g~"OZvtK廰VDQ:_+o羚KWh vNCҗ|aZ]#ٮ$UCdzֆ%a0N$dOnXfJ Tq) ʏXY1RXK)TvPm!:m(\ȑhIXW% r'VaGEA jj(ɵ|H.V>b< ݽpsq +-\yLfezOŲuR{G@)YJ<2  "z_ۉGD4>Fb`Y]:3߾3DZP$2g"Y]lPdz?ǃT{ +-ۙw.(eZkgEhC@.H_{̉ӘR#硡n +-ѳ3k}Mclzd|4-2)}}LhFl 0OBikFb]2ɰalA]< y6aZmsc!sx Lp;~PgBk&86qJԶ%)"n[VK!I:8Ttێ¶b~|}xn4t.*}] {6x{!VI#Xt k +-uoHN̹"ALE%V K,ԘM;pl٣yZ̟34tG!1T`(w)]Zx-8c&g.gCTppհ#`V XTSiξY&V"ܸdmܔj)iHh%HpϊErfG'~5ʮ}_6 %K,[|4Qv 1@U_G=*JG׹6o6ZЕqӳ{wKD$nm˙YpHxG?%t^:+h,r!G57C A64,8U#H=s6Cq2$^\[4])b;J3 +- f;z-5>м&:_\`@>x`=?"B_amdKl6Nu.[I7J|6N O,aDb5|c@koh^-&I:UJY߯Պx?qS{˧S82tݡ:1?Jd]abUxoO[r*[o\)}"¬'U#˜z t|+~iVs9VRk xoFɧoB-&}^)\cE+O@{+cg;T<)U +-|/2_g _4 lc<=M0O^?L]6Rko1AΪ !>JOʏޠbEG_ pZ=#l*^R@7jp/t#WRYig[xJBH{AiWʧQ :3 ]πZ$32VPrS/!f?8~j\Z2Pqo0mg0Y؉/^_Ș9v|ǖ [:ډiL*,A#DG\.V .UY5}Bl\%џn߫wErV'"2'?ZP+MʸFXxM(1cʔ_ or&- .h”n- h- .I4&~#Fo+{H Ig^Cx<^ L{՞tE1E)o^֪d15tX/(7ᾟ +- jf{gHdc?蚨=g`sj4@(N/Zm&~b6k|W"}|%GnIE l7 ׉߮sc4k$5e<ޛd ŵ:nΟ]Q`@y&_8%)+x촟ć+.C?|(Uz(a>we0^qN>~9><ֿowٛ18ړ( J!v@T*l1oǃzC`8?6%^*aqΗ7@!bѻF33%ffShEݪ~MQdtbçK:48 >dÈM{8{1U"'9%Y/OыH p iL\G3&qX@FeiO]ڙut|gA(fe#z=i߁'HHfs.C0*Apsf؁][X){(Øq"~1dId aH>k)R0X+Cߋ݉ZH# 6 V*2'@;x bF=Hy A”^B\>)o<QKĊxs3AysbLӭ]lnܞk\(\!<,0nF Y-NO4+4E-pAc%{jO IFv0DE/F눋6OUu} dE1OtB-TT^@>g nw1P!~&ߔ8rM5[5P."1BkѤC.8(#+ 94[B~}":d1r/P=8PhT3曾$̐ki\fJ2[ZonAlJNotͩYr{C"64Ô̌f$^{`S 杬\jBŜTYq9=i|NYs^Hh(V1j]~xQxL˵ (OLq)8Z"@`J{0-$.~:8mOQnM Wϕ8 ] m-"4Z@VKZ宧Y;tS&QXׅf&/r@k;_~Vx4?JhB#sMZɲXY~A$ʦ=D~klV^ +-|cdO}o%UI݉kAPPt.]xUa+jM7H +-9Wm kF+ aA{уOR >9 `"|p:[d><:;y -ѵCwi8/;[[k'ʐ*$˞tjD.熞޵A2(r6v'6]9 XY$J40x-V#ˆro23Vxܐ`"dc#],BoX%dDgIZXwP=qk:C)#GC} TpꙈ:K?do"hAccV#'U/]gĐ~a~$*ƂH؇sx .8?MHl:T|Awf_a!L xOCwyRUU)|`FwbHB:#n%CsAR2:xo-5Jtصi:E胐H!&P+ Wt;%Y]Aab>F%뮌ό%-ѓDgz?SjEμݲnB _c+("54KI^U1shg#*tp:r$\ v3ね-VQH?OECRAmRv}7Nae_Q2 +-gz|Q|Gk ޷IJאt'~:kƬ ē81 +-q0Us?*.P>u4VsYK: R!z/"<߯] WM=oYX` +-P lXJ|эk1ْq*ג"m]sc>Shvj9o<(t9V1E}8οe 5PS%g傘rd+Bu%|s-J U~ӦY3r &l!c< (}2XD&/' z&i :Q5 +-K +-ᾸqtTMYc0uySw:`6? h Z ǵ4A^p GYllfw bQxn/5q)-ELm1Hu *U1{JX풶8vXƞn"v{'I~sJ⮤щnFugHc@Rԙ6DCfv¸PGu!N/l…>]OE幅dt,"3sQCuVNlHK|'s*5{D߀W9xK]O1 +-x5ٍkk.1(qu2MDvPJ DicL-1$ &8]qQuj?S}MYע4RM:>++:pjJ㪺)( +-]6pJxJPgkX+/uXALP}.BFcU^4g8šy,B≗S!z\&73Dwgz"bhW|ЙhD鹪,/&lq{3UuHKhFeu}+"GegE;"R!>MPuwTL (==aknyC0g㜙㐌N<‘:{fqNeD^ BtI22*T8;{|19:+M&g)՝-og-Nko#.2|3ybxyaLhͬ.[Tǵ!Jj"hJ.FքP=S[nh.UnG{Ǒ4H֘Ir[rcvg1ǑYh*Zw{*4F&(0CuSj]?EXGXN\J.g~h;W{joߟ_垈0=Nl,;>;3˭"Yl9K[AEMN"`BiWM+VKЖww3rvḶV},J0Է?K8^rb(ġd9D?,,=m..$y70^`݉6խ~P 5=i$p S4e35̄ gTy)`Kr8{T. q!g&d~e,39KPf_q1dfU:"6oj?8y839L\~J7} b-f(j)x0Ǯܱe?Z +-uWQwT*b9Nd糨B,5.4:״C{:D̩s|Z| s$%ߗf˞9\|놃|OK\7}7ᔶgdؗss{6H[]W$PԭU*ƯGs^wNd:\F/ہ̋.WVrfe3>pĿj'nmуZZ $iؐa|x;7BA]oϸ# Xys1^1{g'Xo vK1G+:IԢq\;󦪄$5-eman@+3y0[^\[|}3e[9;%h3NIr1x5t73na~WmDƋ/;3a?Iz]%ҙ0=1)}:zLtL6:Lpnfy0R]M +->Cq%D]Ka56iuf2|:=q +-M}|9(W!Fsu4skI0I4Wv)|RI#N_ 7:lI4T0'~~J͢gkXUJç[At]hw>=o%|k& ~{QF(} wp;\6 m?ΰFɱ:԰Fu?( +-:fSfC3|~H +-[rX:ԝxACGI>mT#$DR\CnP ^iw'ҩ8C7j\O3a\f^h2s$[agwS5EdžyH=##^|!ge!;yr1=v nbh"J>4AJBr|GMq4\#Ēk}Hb~ફ}K}e驯E͑Gnyjqˑ57ZP&3T* X9ն'lV;Q;tjs4r0FkauYu +-qMZBX$KgkXP`.ݢCA(|W&PA"ci;HNp}_ ({(2&]PTئŠ'\tU&{Xh#KH%Es+{Ijaun1[y}? Ԛ>M" +-V+*W\ti[\lGաyw93Y2oaeϿ%eB !TvMʆx)QyJQOZR";9] +-ObESU@ w+&$c?jendstream +-endobj +-2094 0 obj << +-/Type /Font +-/Subtype /Type1 +-/Encoding 4742 0 R +-/FirstChar 33 +-/LastChar 233 +-/Widths 4750 0 R +-/BaseFont /FPEFUU+NimbusMonL-Regu +-/FontDescriptor 2092 0 R +->> endobj +-2092 0 obj << +-/Ascent 625 +-/CapHeight 557 +-/Descent -147 +-/FontName /FPEFUU+NimbusMonL-Regu +-/ItalicAngle 0 +-/StemV 41 +-/XHeight 426 +-/FontBBox [-12 -237 650 811] +-/Flags 4 +-/CharSet (/exclam/quotedbl/numbersign/dollar/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/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/R/S/T/U/W/X/Y/bracketleft/backslash/bracketright/underscore/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/r/s/t/u/v/w/x/y/z/braceleft/braceright/copyright/eacute) +-/FontFile 2093 0 R +->> endobj +-4750 0 obj +-[600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 0 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 0 600 600 600 600 0 600 600 600 0 600 600 600 0 600 0 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 0 600 600 600 600 600 600 600 600 600 600 0 600 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 600 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 600 ] +-endobj +-2080 0 obj << +-/Length1 1647 +-/Length2 15785 +-/Length3 532 +-/Length 16665 +-/Filter /FlateDecode +->> +-stream +-xep\ݲ%(F333ZSI*13d13,ffd133~:L~&"\+3wا(HTDL팁v ,̼ +-E@s9lōM)@h`e P=AjuM::0䯥@hmgouKP8[f k @LQ黌ZJA :MBdm43;G;[S?91q&f@w?=hrr 9ldkbbOfv +-_/#׫t0rǷ/ 3ijgOJE@Ng?S_A +- dkF@'4ٝdodoo/ki@N@k3Fֿ>M6"0s^dl, +-tQsfhadjgk0!0)9u We"7-?+_%]lAcd ;kr#2ـ=wU[BoX89-9I܁J g \h -3,@&VTnʀIURQYS3mT8yÓ\C%*jb`0r1mƿ_D,7rvtY+B#akbg9Ru65{o5 f54AXY3 LLwe/mP+*K 4| alpj/K{0ڋmMՓ'!+@۠;d/EJ?ӌ򺚗ۂd8ؙPV/y!wDOZIhkZՉ^[xzFxH5862+[-wpm8XB^nJ kSZ՞OWC$AbVɂJMt"l@%ą?Rv:F[AX(MiI3ppaNJWȶ|?Cξ5js3> +- l܂za!iC ّ5~!ʂug +-xyB:O)(.Z0ʤ~I-nYEKqQGY|L7~s0ߕp0jQ.&1]gtl?xTĈar"W37ƨrf<٩oh,{~}g}yNU+K=I +-@'+5iB.1'.>QWٔtZWp|it>C ҍd/D" {(.2hz*=c73 z!2]\~]J&"yމy͓ћRYS84puGx2{AeݱTW ~pcǁMȚtSt #rh +-VU'+)nye<%2rY*z++Đ(5~\:Vi'C4s+M1kV5n(5NTڭMyciywgHzjq)Wz>~X%6l>w[be WΦ0W$57-u.uVS?w +-j!lPM1_SҼvP5(1(<|w*+Uljg>;)ckƱM3=PmEX9׮T>ԸNU.5\J1ElC_.ݝD{ r0~E;iG`!@/E;eߓno&\R5g}1j@\BFpT$Uvp% ԑ]!w ^ ES +@P LqYH!^E`[gwKHޮhƲv"1ߢNځrd~)YeWl܆{J.O ?ӜbFHao4^C9"f{A%1E=#5pq"9!^Dn + =zi鐑L~d XYeC_VFܦJqk*O4T-ASKG${FbݒlGH[-WH  +-!?d)ٶo9=?۪K$a͠M|>V;KT'on?vOqe%&϶$?m\"}\2xte:\*BTH.A9leɽڝKEF o5nEa?UԖl^By݄N Y'@ a=pr?;9Q\q> rP/\Q.?['xoh.xl:͉hOzȱ"ͩk>A{4ʺCRrRR"TRc_T }-BˆUgW K4$6} ۽<&fgiI(d]ECDamJL+\zDX ?ݜ/hvZ'zT~0 SԭdC}oDž7Y3W8w‹:hk &K1&6ܫ@MUʒw#Yr&l#GKM]PvS׾LqZJ˦˥ZOAzCGa΃rg4Q<վ ~Gf,u Vx9#1> ;} +-H ̓"2Wr{ "V03f>z媊S=.&ݢbNZa+G%wI).hHSOɒV."2aګBsWc?=2cjr/Nf^ +-mi"&\ccR3OEYٽDLYzYg +-?6ø|hӜg€f0O%Xvn}= M{SuG +-:SOhGCVQz{i|y,~50z8ØJ"I3t^r*ZU0og"0=;օ-g|,^ԂarYaAP7# mZsO!?_-kir~} DRpnTqKn/RX"7:~_6SY5T5S 8> Q,M3Xueg޷tl /_\dq0>KDg@M#eqjˑ' 'gSHIȆGŢ dty>ųtN +-`7O 8 |fib9>,(t- +-^Ql>cV% Ya |E$z9ȳ[B_ crYJW9ͮnT' 5-3T->dK4 #ܭ4AOM߾v5KLD3,KV(ϫhY6z!4Qo7tD?1|}.x CYbw-LMp[{_ߚ)Rq̢8-z] C mk/ qxIw*}ޑPq?X:_ +-a: +-VnpXZPftϚ߅#& $YVּtsgerӀr\]ȿߙ +--Vxt,x!?V͍/(bh('x,OӭtZϦNR `\X2$T aLml2dCFނ؈l׮PZEQDkA\Ss6Lr4?ćqD2Q>A[B!Z6J sk>/κO)jvMƾ3Vl mjЍD>J"C+)6mt +-۬7@h5Lo ٿx"@c.fJ0,og_ Y-*ԔNE2K&݀غ(P!~\UC- W2>Ƥ 5;vc88m/y'Tl{l n-h8W4Gwаz\[p&"LY׭v{nڹ#iFrC,05SZM4٣ѦXS[xVKi^6+)Z2ܾ>Kgh emD\1Qfp񳾰_Y`꼑ߣ'M7\-ȝ4!-?=,!>3Vll֬K04kiX􈇒W '~PVpŹ;B,D }F"¼ J )Vp%pn+]UrIBjUWOsݰ<NH2 +-S|N,dAz[xgjE#h.%o"`5?\+,';*ڈs+\aR"g: S %Bdnd_E~ [>qi*QР2D}m~e0PLFu7GTRn~rͰ]cj#fbrn%Sq@gOF8udP+>ʑ~_ҞV{ys꿙,dao_r⟍P6[e?A˖5 NuQlϼe r D{ +-!%lK-JϷkpXFy6sa-T#d&_FA?K?va=HtWzQ!H!K?"XLWeTI[INP0sز@o"ZWwwXIl9]R.q(g*B)bX2%2TJ缃zLrHs wX%Q]f~Z r3/nHcQooqCFGZ2hDGY/T +-unx(@9rGtzF1ޫW;ъB+4K͹Cf6"EfF}B c +-jyMO ˄ ssni'ܗ:(8d q#\?r7HdnȷV4S(3a=*D[S ` ̎d +-OYF9g1>#OH$u;Jא1~ +-RWn9(G a>%!vq:?~ a{I*eBm̓9{.ݸ?ٙ*f9`U Pw&v7C0=/or~Ko3C;`Q:r3h'=2@~K __ )Gt^wUoBƂ4$Z7Ò܎AG&;LU +-YZEUgvU +-)|r ZfBxTWE }Y<W͌6{$7M_T̥qd?;XpPHmv +-0vsWh$ ҏ $ٝ_g#T,dm<}c^#/ftÑ>!k$i(qfe5Q0;!kz0IQȲ:n'8CnjYs~Kӷdƺ@x| +-" 'Tl%Qg8Q@NO=xWF5DL= 8 8{S80V|jof +-[Y+.No3&Q&"0EKqgFnߕIQ g)61kub)NCml2]n\_!G7OM'nZR;27OVT>mNXuڽ .^#͕\~w/ YǣAKDQو]rk wX5lv- +-*T|H3Ri=1z3hӳ}؄i)bۈMs+\rSbd/ Al8cTD8 u+\EyyٛxZH )OL2y["0Fm_^+Ǐ-HC$;aN7(!>uBӻu +-]I"42xL?Ifwqbf:eXޥ:kwIqDxP K$_.3qso^x9>U8p-гB1>?b(Q[5;eMlqyL yϵP}?dWpŔnoUˊwǂ+[Qp;7sfE&T(gpMJ;+la}cd1/"V-(4GjsZ.1S|[8t^01}ݯ dѥĨ*b4m;di&D)[3.kήnh n ;HMZnt +-GSS%9QLKXTLJluɄD!RNJTxCdg\ɺP02O}uHZz +-eP?Ru;)w>kvLJlE:r=޶6 p-PE]fw8,V"Kt1x]Ce' O%r;/*Q-X^#29K9wme~ȢH\{YIjãpOd6]A{.eK7>kǗS-ӯV@a&K p̾w̾XYEv|qܽwoio3qbӲCM> +-OEPB6/sMU[\kLҲYE:!񫽚}Y)x.o@)ϑJ5Lڦl +-Gz%>saZH^}8hET2JX +-#]Y.kq^{9;!\JqjáI UC=9FB]'XUM_֊'H8?`쮄)$^N|fnׅ`BP74FϋNi˩_JMx޼/IC 2C׶#ɭ2#8*IZ1pPG;*eK\3Q{,*(fu+B(++Si'||vunj,FP|5@Zj2m\%za\GU'WvsydrA&~>Ӈ2m|reF ;߫8]4/JQmmD耮J8$E蘶Ae=9l(N)}:GMvPr<8 UHa1$H@`qOb:ar~z4~m`2c ;Qwh/sBLadf܈N[ƮdZ:dˤ*FD֘uȱ3˒{/.f\ qPFᶒ8V9^EKD?rl$Žäwz!riB1r8Z°ҿ'IaO\@MbȘ}4=7(:74to07OV0E_ +->U CL\ [ yĂ9$yab'1v&aWaG}pIZ>(xþ5'W+ȨVT%r(mz6vRO&prQh-c*6P[Hܙ@M:W{<n]+{-}nNnY_(orې^d\&34i?k;8L1,KFQ#73h(/RU=jI/߀}C lz ="i=Kkt"a#%vNSNH'n~VO9G̚"-0_̻Xfkpo\Fv{3 7Q1mZGɱ/m@TZ +-o( ߥ|Dw<8Yz|9bK +-u~iK&v6݀͡hu)d+ɦ%O+OW>`4)LL -ֻ&aOk ;j==;nM Ǿɉ=% 3Z>ɏ߈Qq:|IaRm/|0L*rx٪ݖM|xB䑏/2ai%pqzAzuBYߍ/6xbB9]QpQ@"̶D pt DQPe2r5HcG@yI nQ +-Mz2Wڻ< +-X}IZd@,ˡޛӐ9J(!7:ތ]N-)#%PK], Vҭɞu5ho uVV9N@]# 5}زaמ[EEu`m +-s O:&^"ɥ1˾@J`x2/ߨHʊ׃ЭW& QVMs4aq~!GD(9z8̪Ϫ6wѤJzП`ٓ_(4"4ͼ@~Qe׼ymʤ3-Ƙ ɝ?aHdD#)uAVT 0'/T4ה/𯆊zȧ} NZ z}1vw Ś=N$f?Yl=g/w> +-ޢIJ=a}]nj S1M*Ւhɪ붺VCտʌa+CU콤US`އK6JE<(&GHLn L/^A31{?Sql~Ѧ*@ML]Tuo<$ /dYrSLV}ʢC 3"ӡ$gΔGeJPvvaQs=K ՄR:ƊH,.8YgTUM"K-[r3Nx4 /kw +-R ]*1ª(T>eUhg̈ M)L:ap :ئ, rs[7{S07Nx +-ƕKa*H)FOdŵVl$'r0= hgO ~jrU[~-#Nrг:3VJG6.k|r˶]:I\o:{3&~vPĿۓURE: |'nTV^Xi)uݼŴp8jm5ٜNˣ/? 6n8vߟMpAmI?<٧Ԣ;0,8݈˚>_I)p3LjJ~ْ$v2A6:Ժ7z%uciS+K^mj+y*<{.GP{-Ãh4\{ނ]C.♣?O>;T mqljM %P5& +-3'n)Sx-'͎c +-V/vؐU }43dbnP-ERάˬ`BT;^SԾK6B'hf3`g`"@v]RS`0XeM״ h9覉e]V2|sWdCLIp5+'$R݆3O%v`f[;Pfո-]AsN$+dY`y(iAlK7)JT3>u-; GFU?LO[P+2=Ŭ5ͨ%*쾒+{֎=7g|NG8K'Ƭu?ub#<Lt` ASpVT_?Ǣ{ؒYݥUZYHb +-a>=[P`fUa[Wpabpn'T*Qs*`@ nMa ,GsrqZ A"XL ,>fE\yD}\=fíW!.R^1Jv*?ƾ|/ApGbbvZLrEk8p8T1q.Bd45{#RI}?iK'lu}tkA㦾`n&Q%7ugt'h%VՉf'*s(d9z/x=N8I0WV)zIϣxZ.T$uyJhxe~o|ȫl|H70rٿind jɫ[t>_ƹ= #G*l}:5NorI$1,K~!Y{YSi8KGq ǡ-w lhgNzTOfsH7m[H_yZ63E>h~ RwD$.uqƪnsg՘^H-ľ+rr}WKI~dQ:G'`I1rDf;#Uz*!-M˵lfϹǎ02n=)w>;U(<&vO  R .9SRk"riU #@?F\?T*|L\BGay;^ +-Od-Ylm5J*V{]7(B[WmJ1%? +-R-g. ]fQCSiE[H6nޞ!sOb+9"K8QnuK4E +-cS>Lz\S f-We!o{@n/>5![m\q%kqr+{k&#$&Pzc#3+_d%!B& *6m-Ɲg t$e٧ao¿3= 7=m?wzN"!EV~]jO#.7 6Ԕ^8MVB[5M?lo ,Мh[B޻*Y6vGL"jǶ34%GWvg,fǂEO,0> endobj +-2079 0 obj << +-/Ascent 669 +-/CapHeight 669 +-/Descent -193 +-/FontName /SFOQWQ+NimbusRomNo9L-ReguItal +-/ItalicAngle -15.5 +-/StemV 78 +-/XHeight 441 +-/FontBBox [-169 -270 1010 924] +-/Flags 4 +-/CharSet (/fi/fl/quotedbl/quoteright/parenleft/parenright/comma/hyphen/period/slash/zero/one/two/semicolon/equal/question/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/R/S/T/U/V/W/X/bracketleft/bracketright/underscore/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) +-/FontFile 2080 0 R +->> endobj +-4751 0 obj +-[500 500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 420 0 0 0 0 333 333 333 0 0 250 333 250 278 500 500 500 0 0 0 0 0 0 0 0 333 0 675 0 500 0 611 611 667 722 611 611 722 722 333 444 667 556 833 667 722 611 0 611 500 556 722 611 833 611 0 0 389 0 389 0 500 0 500 500 444 500 444 278 500 500 278 278 444 278 722 500 500 500 500 389 389 278 500 444 667 444 444 389 ] +-endobj +-1625 0 obj << +-/Length1 1626 +-/Length2 16792 +-/Length3 532 +-/Length 17721 +-/Filter /FlateDecode +->> +-stream +-xڬcx%vض*N*[b۶Tlb۶SO?}ukb1kQ((3H8102ֆΎJr<2 &@_;FɄnb 31Xxxx(v@3s': Y OLG _De heWДPKʩ$MlL +-ΆV@# ф`j`dkc 5GƿXŽo?.z5?0s0q;'["d`7/ 𷪂Ŀy:8S 5ilkOKu28Lܜeh0:Y/Ύ@b@p013p02qt W{;;+e+q:9X2±i]10nl?}.&?;C󗄁;IoIʌ}"7H"OK>'3?+h&f+bke>)'#1+ 3#@G `j`w^8XmLXçb4GLl_EIRYZEqW%pRq"kkغ<X8 l,_B<b ofu?:?kd`cw_uv?y7#E[#@Ԍ4Z육 1 |j_<5AS v?hFzM.hzQ7(۹tK#=e 8v&tߡ`h|\}1|Rc0;PAj N(Fo {c`)\ )#|T+]"6 .)f&$0 2pI)jC$6qMMq0][h"CjQci:B@{3ricbx~'KOEBD QP9I 2OnZNB0cDeN&aj~o&J /֠qFI P^goLHܣƟā)n&lĨ*8I'mП-CnW@-0P1u/7́L̮k,Oꖖ,('2σܷRukDdm<0zOꘟ9+L-?yU ZÑ|nqW::O&=B"^&-hG!ԞS5̉ڠl2U$*f?hV&G$*@v +-Fc$]1if=⛏4YѣZEIY=OPTjXu +-no S~tPZcd/+_bnWH5=Ő.4 M Qjs ˳űD\i5"&'- f|(&ցsT#Z +-wɘFYk`2Cxo: ?X9ա>Vdʙ\e +-/) YAX8EV/{kWp1T8:?/ 7]Edcp b_9a+o4= E;8gT@Ư~~G̢tFU`nݝ9Gf<_sV/k# kEŎe3*yZ~(];>K%|؍7afۇ3GN̢`{m +-6=hRT*J~^!/PG#ۏtCN]J1td#X!6B.D|(GрkY׌zaL!b̾d^\j Rm|g5;+O__ذF/ sazP()@ֵ,\sD[9?k@S܄luTU4=T9J rSPsa>#g{O>.G.*C/*n\ n#Ɵ-KN*imGIvXe U7s(k֨2; x²/G*ڥ¸Gfab]Iu.5I"  (5O?|k;`z +-Hn&dMS}?xH~IZ$>/SkE[Q] zFs>6,V2sd`Gq_R%b+U:ڻY*! 5tuoUt6 +-1gxL##GUM8½ŬIW1ƒwCb]0 U n)ιD%>,7S;D"ZՊvxiס; k(}GM&h108^.(Bo[t X+ֳ8jw72RSOؒr{x6EH^`*{Z ibQUe;tA3Kq|+e l&"FH +-ҷOkOA Ob!wmd[DahK"!tftb߽t;eŏBnawYaI;k5,-md2wDZj9BgG@EGV uDioj%j^S}Bpru&wz?)k|yvy vVܧj +-TiMVCA #c")"#-J/>+֍b}աn0D ^~eIp XS#5} Ne((^HixYbs[ҭ؇,Wv^ǧ刊_ԥ9BG$cMƎXXTݛ:{~O2NRIQ'u2R )qB1R Rf:k^{hpߪHתuJJ9;;MC+ϴY̽ĺ n-^mq h?h iXxEXu5}0ZθVGY#uy(Giow\DMVGF>z f+Sl ?dA}P{x IL/"Ddq7'[Xcme/ddo$M-~Na݁S 6O)Kꊃ\g'D{{q2 +-l*:+L~a;OG@̔7؟:ڇ\qM)pe?8IE#P 1(md|9Jz"tX[ŊX뤿تwk37bjOzb"R1TAKo4Wg8)/BH3jC-'Ns 3p ks(*SvïǘQ=Zlezۡ\q ğ}3?|],%R.œo&a}x:Pfx>P5$ Y[߶qaP sQ_{,Wy1% ;K^{ KSrK脱"U]DeD<Ղv鏯-qCKNMcQ& _#'5S=uzvZf_ny^*IU/ƅ=F[ _ +- M ޳ܯOЈ81gkPL幀Lye8"F:lTV֒w9`p +-Tb(Kџ9_ok^߸ F!o`+R+Z"K#f T*|3&|:3-?kz&OQfg{bTl2$v4҈T7p˙842 csJ﯈%b_uB P߬3 g0cg9F;i@,s3-bc;(1_a+ (xy5ΓS=bF8 e@00x՛T,v:ћz[qݺ2HprpN=-] IsJ^}TȞ J.YB+kw62Q /#Hp^M}%W-+u-R+aI+0 {}h}t d3 ̵)4))i{~g"Pwٍ/>-MeP6*6\SNr!9ۍ-6nkrR DfpWՙo2jY~kx7if`^Cĩ$h{yƫt攐vܷߢzUrM&%My\病Ԃk~vc\BD27׾ 9懩 ߫7fQ\s۶țlȻAcy#kjyܣͅջ55bOaOAX=srM>fȋ@Rf./gVX֦[GF,PC;MI-^#4Z}PY-[Lj "Nmd5N2#|?sR,2Vzh,Rciդ 6>Rivkao."NDp.] [dðUSY%!0``!pʽ6D?fQ8) )1 &?7Lgl6ΗY=.yQOZ#v> )[. [k@)G͕,&BA?>A3Y܊*RbKu#dEOT>>!73ҞovX h+a +-z%?c0ZHQiT :wl H% +8?ցm06jby>O(/*Bԃzq7%SlѥYװӮ- 7[%RNgmQ/I:HVNH7=7UE|֢߱գ|t0O72Ip=(R'\]֪5i$2Lp#5<{fֵy~y)x2Qv?F$;6FH:-NfظZpq$t$IG Ʌr"HW3LFzfl*Lb xHOn`leZ3Pj"T3]zyMei +-pJP{f cߞHܫZ~"iaED}gLO.]"?9H"9:MjK0'8~=bY IN-z1>h8Oo]q!֡:'2hgGfVdF +-N ׷Ŗ4Jɣ)([\MRH d}qG%z2D0{a_?UDT] Njq/pr*e{;w`Ǎ+[,D Jkq/P6ՔL؁6G3T(eg~#]㚀0yqwk +-YIզڰX[k3bȸveH9ɧDȡ8$DM+lyo-q-2>}TQԬN3#LU!j"v36ʫ7pv4TtwĨ#MňŸ+ֺ$;[CHBRKQAQJ~oϭ HvdmY/@G6Aڰ/7珢J&ߋcI>%G8-3 3 (\ٛSBܲI~KV=X+UuEC>Yq AԳ" _YE?gfVQ/qu6m95MkPoP~0 $Ie\!M@JEu272;-N=@se.:;gB#_诛Yu?O)S.38[:S55AkB}]PH,3L +-p`CeJFA6L[⴩ne૬[($Q&9M$/E\hptb:g`(f=}qfG^7cY=[8,PV-HJ(nd^hv`XEXzTs{IVjE+4s.E`h=3;%gBQuϊ< `,E 3M}ЙSĄ5A8$  ^|v!Dï&Zf25l(i]Np ؏瑘[ }"=~Yƪe|QHlcϑmyc ~j XC"𗿮)|(( o#/q QzcP1(aΠފЕy'!_ͩgEДEQ +-KRr38GQrX4,ϋ'+v9 mx0oF'qQP=Ks32ҩhB#nנQBK{욈yck㉑(Tr:Yc0. i$̧*OlolMOsncѩJ(Q̭.W <;J|}V>?()},l~9Nα=m0TC5"-S=~!,Xqj6$nӓpy]~խP!*LŅ#?$kU"Wf鋁?R6nzN/rzME#~j<یDZ$<xQt1NTyC>ulL)e`k A$%uAp9(xא;[Kto${(~ QzEKr}H .U (Zk5cLR&FLy h(Hg9 Zq`}d*O!*95X32jV*;uq|,R5;FP=_¦B5gy7Q 36K ޫhf%5wU;g9LPA0˕4\}w|/'7NtpxesDy z2iC//t ]4D/HEib8( p-לE05ܙGD Vg}wDRdQSs)q4]720For(%{7'loMPF(]?&D^Ώn=x-8D%6$ԁp[C. !bMY!@E]у^NntCʰM/)+eϐw +-?Xꔢi壺0kr}^lYjczMf9fgdP`a&XL3>a-$ IN(Ft*;M +-{Z oXZ&(kGV {rf/ݏ,_E]\zQۣ܋( ̦0+v.8w딪Yְ-/5]׬Xhy-ڇjlML;4d9 +-|̙Hj,ksX[)cJ֓5>=uіXnK[G> ) 9Z6Z=/2ڋ;*7#n\unB4-8s\NrV캄!deM@fkBC +-|/x,l|sB3%'ФgѵY$!g< 4a.q<9>kӥ5}7K|國8$A^%epbisz67m D oiJov6PL=oh}ID,D)j~D0rt(oeQNh\kM=(MVX5/HlWp@gYFZɿ9 Nqy vYS1"@jfTX cws5O*IW'HKPpjXxA-sXr{,=TR,?UW(L?+I+D7gZZT";WLwzv +-C&3 6qJc`uj!f;S,K]F­˄4(yXmN⚈?"JM}5/M)i`q"<(̶:C%9Qy ~.W8d,[TU=ާm֝) +-̅sLSvړYf3V~Ȉ݅.[!.v)='tjr,o (#t>wVP8R2wcŽYpG{8 U0#$svY$ȘҲ F!8&HɝynD"sAXd";x0STl/oFAxڍt0߳pNT}IMX p( H^ ؽ0/WDvm>{iAnwwUMǫB-J2)D%߫_,v,l5,EG,{U1!̭z2i͠9qQg$AK ٛK*-Rt;A:_u +-\웕zV^\`Ry'<jgn$*Ҹm ҸHrB5$xiek^k=[u3A#eũ\C–NG Xb8_[5+[Պ {sE-pt2$X H}k?tLM9d~j4Qg,ao$ܸMw i3@0:,l57rQo`}J!9znm cg+ [ܖ/_ڜz(ThCs{szHKE"nגgCW:OԲWHN]Y#ˈ=<ޛyZT'.&Sg7Q_ƟcX< ٤!#5azu1Y^}t$Zx[< Im4PgDk^UfC˘)b:p ǭ\Pl& +-E> +-&IjMK#cIÐ*\8 m [FlX~6f䡓p ,IT6vy'^y +-U8=/f|osecD뜬]r%ؚdĎ wc s`8<"x¨+.d PpFX_c2%S8 +-cOi8HW,9y1lc b^uʔ.y`A xaEθ1Qy<|>kjd^q#Yțh9>u\ǖ[`hlΣ +-T2}oIU>B]ѨL}nvrM1-G(x!!Ssk6;񒀛T w^:[7ᾏN䖆8J0782`u~HDžE698baXz4I.`w Y$ˣE/^ +fVb[q: Z{qLq@\,9_h[cP> f%ԯ.mײ>4IKƂց=Xy%r{Qƶu4rؔy7%KeuAGb`B'B +- BTԢd>UWf.u?O紲+,赸/2HXɒL{YM;ȯb0ni>wu>ru_5Jt }JM˻^֓xe3%<WD~Qʻ% "$.ymu/j$Pmɉ댴1 +;Md-&6Fsܳq3FpYGO3sBGSL+ >Ԉ÷$\#]דAz|!ЧxJ[062;/T}eG.y#qذ,(KJ޷7T|qRD1yB5qP?*ּ/9'~z <fwv1[s1t;+9smGi~Ob%?s +-vQ W6QıkIv(\ Ǒ>,Cص4%r}T첖F} v7+hޖ{K{SV;t0CG)|cr'@.B,c}:tjj\UҞS>w$1;mu!NNp񑧶6i,\1&Ǫ'[^G_rQ +-V*p(qZZk|mN1u F\ER-Fokv$ɅPuCJ:48GWM әGN[louhFN1=Xpm,_S;Q;G$OBa1<\eURWI \>:bE( nKaVhS%nDXtݰU)#J =88 ]b՜ӷż4W߫`>[*d(T3Uh iyXΥ˵ %1 6G1%- +-ᮙ4R(—H +-IOP6_;AO?,aVmՉ_/h҆gw +-Mhϑn䉿cP}h:THRNs{9AUFtM{ e4o `B񀝚Nog& |īRsRBØw8ROW;[@ا(p(iݽS8ͿN3F*t^N`b B%!=MR3^hfÙ/&DeӃ'*FߘA-Hkp@Wg?q;C +-J1d&- MEq %?Y%TyG4h7O>>ىHk9^qe^%OZv]G³$Yr+Y8i}q'z/]`~+{N&R(H57¼2j&s\A`R5#ԬaD PpuaJcѾY_wC`7Kqd%E!S)yUaǴz]A({+KƦ:-nx|.c 70 7-rbaRq~̫:pr+m_O[3ؽF͋<'"wyawל,8 ]]$@lʷH1W }:`N݇?p'cf3a5Amq_ЈT)T7qNGN?wiӿ(ĭvysp‰fwZeOƄnn}9LvlTYc[;4'Ppۖ!% +-/N!s~}NO23Qp +-S6mrLE!["B7)J?#71Cޠϯ@JW4V"77dPjk4s"ƅZrj?*m̋ط鹱eۍ{ifgMI׸W֖1RCkrB#p^L4r԰-`'S\i3t|3ƃ&&0C<;#>Zq_! P%B} D0*J;fv^<0p(ƽ0fSbxegpG7m+8^3jp_W)dĮ +-(=P?%WXrEs.DeuF#pPú݆ԟHE*R*ɚ&4F`y:7:.^=>=:#<:!R\Z!k!,l@5KG6}'g]y0^b]"6,Etڠj:'9 \y9nE( HC{ӪIXX kGFDN lGniz7POm[R34j x2OajO%(/J'A$!`f~;3_}K(k+ނFD⺛im3)2#UYBIwx"DpCS-W/cgpApc7Lh+iI6`.+A%v /=Y~fyL-VwߌVF˅LO97/AW[LY R;|1geh_E2a0Ͽ"× s^\o࿸Mz7i~Y6]sgRm3w-_S4 :cAH/J<ٗ7xuɤsX\/ڝLܳws6wޡT%ywή4DC_ﰖKWN9\&Ybf:_+d?CsܖkT,&x[3C4?/m{}Camߕ6SBew3Y'unm 6!N ɪ{+짨IY]7иS>k ɒw&fXׇ7xsw7\ɑ~3/FG|ǚVc}Y]r/:Do2H(-bz uA/c^dwQnO#|upE7IMG.5<4eS%_?pmXJz"oOޜbQ)3oܸz僛w.all{3=gq0TײnN tWEu +-+gʰEgv=ϵp-xռʋ]NsM0{E0|[7=ԙ[VcxSN늯'ڍ 6E}J u%=c۶W\+=fCzu'$1vO%#]={1~vUx~ +-ר€ĢĢl.?qendstream +-endobj +-1626 0 obj << +-/Type /Font +-/Subtype /Type1 +-/Encoding 4742 0 R +-/FirstChar 2 +-/LastChar 122 +-/Widths 4752 0 R +-/BaseFont /GSKTKJ+NimbusRomNo9L-Medi +-/FontDescriptor 1624 0 R +->> endobj +-1624 0 obj << +-/Ascent 690 +-/CapHeight 690 +-/Descent -209 +-/FontName /GSKTKJ+NimbusRomNo9L-Medi +-/ItalicAngle 0 +-/StemV 140 +-/XHeight 461 +-/FontBBox [-168 -341 1000 960] +-/Flags 4 +-/CharSet (/fi/fl/numbersign/quoteright/parenleft/parenright/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/equal/at/A/B/C/D/E/F/G/H/I/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/underscore/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) +-/FontFile 1625 0 R +->> endobj +-4752 0 obj +-[556 556 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 500 0 0 0 333 333 333 0 0 250 333 250 278 500 500 500 500 500 500 500 500 500 500 333 0 0 570 0 0 930 722 667 722 722 667 611 778 778 389 0 0 667 944 722 778 611 778 722 556 667 722 722 1000 722 722 0 0 0 0 0 500 0 500 556 444 556 444 333 500 556 278 333 556 278 833 556 500 556 556 444 389 333 556 500 722 500 500 444 ] +-endobj +-1615 0 obj << +-/Length1 1630 +-/Length2 19387 +-/Length3 532 +-/Length 20289 +-/Filter /FlateDecode +->> +-stream +-xڬspfo&vtc۶mmu:mfǶm3ufj µUjPP43:21p,l\l8ehf.rVXRRaG3 4LLFNNNXR3BUI?%<毧-+hQ8@8B\N :Z\-2@[' %`Ҝb : N@cn@wc?*=; `hhv [ck+7WBv-l)99;;Z;FUwvؙ43v:Z:2L, = fh4\,l3#/?:K hmJ7f̊rs:A $ Ml=&@SXz9;!w,@ -_9_.}b.r6;w Ecm1?yWku?I:m_j-pp(X8L _rU[-/j+T-l!*/]ʟ^]HX\Q`ewU<ڙ?0BBv/ZF6-7!N&bϳ;@o ?<Q[c;FGO?jcGǿ$k5@;veΘ;25#͹Єv_#P}qJAo]mr )VS}) kde.Ob< vvzb3Hy--6 E%oS̎WOĮy$>)u1;@PkOFo {qc`H]!"|qT˽S  +-Kj>H+Yqj? +-ҷzg m$ +- +\=ڏ3:k[&@(-Ԍ% v2|̅aSvK)MLFk`FeC=X̼cFu +-Gq5FX>'Ӗ(o]U,H@Bg6yC`$JЗ)Jg96Uƚ?;ދ]6,v]ʾuM7 +-E"{s帀DvpԕGd,06ޱI-0z̯iXL{A|\teӊwzi\>y,^&;rNBKvi`aWLv 9i;HLrݤXET +-Q5h.=e)3KB/$9W 7VHL[5)[ Nsei60yGrKLV[2| gJ^y0R*_w={gY7a`g%.{ue &P2,l~$Kv̩>, ) +-g`% cE+Ӆ(>&(DVElYx͑?T]rsdzlXBt{}k8oFv YYYp@;6qFHsL}?6ݭ+FHq`FzwN9[Eҧ==@T`Cd{~( O*W O0,3浡eI06|9-@X& U%L\; k~gQ4UmKf:lRxhL +-blb +- G~Z=Y$bsbsSgi}A]Ǔgx`lԝ=k +-X![%[uѵ͡gڌ~t3uLaHiV*d coJÛEel1*a,k7`$WCGgFz4ehhug(+EGi)mSuJ՟-9zkd췎2Fc2[/&yyCmzZɧvV4!GLZ; +- EbQªqqo>_H|0;]c-X.,Z+cqPs +-lHr]R, P,hRؗW, AQRNZ~i)sv,Ș%7n^?uz>f {'Znޤ@_Jh]<'3"#U  8!`Y[ +-nϬxCp>̨x/:/5 +-"b'xm$՜ը꣓O)Q%A#}0`plur,. K:y Fwa='ZLԁ.dd0V)_'ןd?Pboq?^e=p]$&,`+Bhj, i6 L`5_lrgL2l$~CK +--wчԭή=/^MW`#w]y-RgaL΃Tyw˕bjńu7TW㌼ӌ86 xnO(o{ #<4S6@-G7_D`> ]Lؘ|b=p}1-h!Ak`b8@rb8V;FO!5kRD[mM1֬@{FJw}\ۃɽ/U;Xx e7P{-'>u-gv}HY}zOhHAS~5[RMC%awYJ8s;%oD tr[vLNUS6Qk|jN]DБsQt !Yλa/hB6H=00 +-1GtX<*B͵)'QXq!`V#4,Lep/rTvx1 +- +-0'NjdE[( zx"#jN'9$ՃkY]zEK Y%OWlفy/U'1]1@\?.5ogNo TjtD`=ssҎ%= 53Im輸wQWF0xJ4 KL}цMF\jUw +-2;մdSJxn"fNbCbv1ɏUqyrÓ?kNJ*79a^E F!ƞe8v?"6.T&߫l[Wz(-|D累NǗsYAY& +-θWj [M=xӘT6džc~X m4%}M!oϪLJu9ށ(,خ>I4,2v *gRc 9Ҵ S4сHޡ +-!k +- S qr}3 +-)NW(ӡ.L˪h g2Yej1y1ޫ?!r"LnxM~Ya +-XXt%?V&~7 .>P=va43G| ¨P] d??d-qJ!^GFsc̃A-Lу?Dh%xR -#I.7OCz1n'P&J3^:be)1xDX͙r$ 9srAWl\&8pVIPUF[f|ˈ@%` C`KL!9.U6(cXDb9fy5ͣxH V*}]/moO;(z-R5$CX_$f::57uvuSMSlUU +-.0VFfzAgV\O 7͇R!~:x+x驮%Ju#=e 37ArM/Qf!ms.(AjxYz[[&\j)F۽5\ 3_^"l8k/x$Hʃp'f,ۇ"?[;i^>YJ6nHiOPcj,6N'JxNlNgTS/ad SO?GNSo(?(/@6~!Z $#4m?0,;'oƻ AYi#b3z\DIAI˶c5ȸG^:X _V5ԭM{uB5L*_f2zyO\"P-*θ/g2@ flYU&.uAAtiwL9Ej5|1wJ:1-"Zx{JHX&v?\Zj鯻' ;ﴭGb+#Mi8)S!P4gx%#\ ga}*\o&R9{&8?)5<>EK?#X'2=◎`+88W+Eф<UR"?X;k0]AXRʏ^,Q?xL,#=+!,@F!h&EwvW~֪+Ge<,TA*doQcAS˽ǫsB:tpe 0&R.rp@U"Wfh,f,IKtRyNq[ (w00 dƯ?d4({<%bk![p}M}߆܌YÓ/s[A $&?:,naHJMgS%&88>¡T=Dc4_O;H?<=s 0[1~2iXwxX?w"YtVT`fa +-+ylU&{u$Μ|O㏋5[r菕qQ_+ H iN3CXjH.A3Uk&Z RAT,uюlWw[[Jw#h#ܩ/ :[/s +-h? +-ʀ=~'nX%'R)essjE. (|Hy`DLZtw$o;7m'o| Q%A}g`؀Xh,dX2'#.velp8a")juPg*Dv_udoXx|"-k+{{+DA~cTPnz"ote]D&薓})o܎KTfc_[֭,ndgJ:):uYodnlUOD.wZ`n})p0jrvќ.fYiweF Po5S[I<ݵUYx|A{=/ICGގ{j'mkξ)Ean7OW){6FZ:LS75'v51E;rPŻN^P&5o6kye8~j:-<(FuhE}52+-F2=t6 вپtp:t*FMޞ>?2FjM*m~='𸾆hC9(]bحgM<ϴ?/cWYXڶlzR7T"Ql.J$QG+x#G˅Ho9ƠYNAҥKykr@TJO4w*Esgz7SK z:*z{6Lvfjч3p#o-˒U;}1̄T<^V:'w C|1" |((Q +-"o{@n}XC?Lԛ!bΞ8 Ƌ73#^MEjV'BX3=$s$wIE1gmbsbV_r:bylWêȑ6yt/S駳 +-FɔZA*3{$Wk֘΍sJJP whhUe~~_ث@XK!%iǤtE>{x:[v*9.8sՉ(kƦ4ap +-uNgH^[bI( (uh<^!h(Xem΄׎4BK|r]ZRtZthT)jdٳNV\a{q٫?2־;a0;{Հ1ݠg +-ĤsiȆå.ALG1nJ|ޤ܌ nuCQ]绝 u0/1$_!UR%`Cyt:XXΞ)A<^hDC#6 r=l/ч=EWo#-bj7fcOĎbl4>& _n>ahi?[(-?_(e`.V"YxHӬmtX3dbFAUKQ S(㔏^SoSY1(ipћ\i:OFf@5klr3fW=My@uysǪm٬q ԨuV.0R-a+02&F"LL̟ p uq3/64z4Tvj)Dke@!-΍OMkTw$[Ƌ H&Tό:;P׍D\ +-N4lđ^qnf) YARj+[،/fWo LA⽹v?˜k≷FEDݳP2kZ=G,I˱WOv3.')z g{pB҉c(~` dB-tГp9v7?(J nMѕ)ߏbzg._)xt\N f̩blö$WL ;@0b']R^ʏh_ruX7ȭ8WN,那GZ&l+]`Jf<37klV"H{FVn[l'ytI`T}?uqx~o?m*GC{#Vڷea͝B0.F<99/twK<>-g'qv^z NHN0tP;+@9A:I܄cD:%[X(67?vj]KF}xQ6,IiN?U1oMtӃ۳{NfG()SK(J4qz1J=o7]t>(|q]%x#.Ϩq١ZXǜfӻȟ$1 +-MGQؿ5lLe;*'ݖ+nGH ™k)[`l!l$w +-JbàeN\ha)IR(n6Ѭ֣!)msJEk5U?y-fKc|k3vgb8$U7 +-wHB>zuɎ)eZ絾(-/nL'ۿa`7aj"gNͪC $gH)5"ni 1Ɍ8K[I1<~:d$9pD Rhqm^h+i +-5s2\LJ~şW2MT#ksFmQzēx等\Ϧv3Ve'e  4G{0lISL"pAD60#B(3+uJ PVFQ]^;v3@g)u`sl )r ThY %|%h` *@O}?+B`b :kR`l)) D׉~F@T̛|6}f1V6"ݼ W՞ɗ)\]h +-}2:^N¤130I+JuTo}j@悡 x2x#RB㻓/&NƕE6;Qp $Bo=gkw-UA ʙŻ1=Xyۺ[92y"L_C<#L#¤&WR,9,oQj- Aq (1;٩$FL ;$ v%M .kcҷy2`q$9Wq [zF}y7:T\y:r$/{['N_ s604Za&tr ͑ Glg诎IsH_lWXt+|P~Tl*P!do߲HdL91?{`PT, +-BsX̤8e*P+^V<1\I& c|\gh6f?d[!3ߝ|-͝1-mGe.' QP(}w圷nuqlCs[W+'R\2%:+f<}Ѧo˟~ `f-&s]q:sW|zB4]}&`˨g^2:6!mO>o@m8G:]wm<၇˄/ /g KXQMsW}ZF(H˹fx.*#-__p-w8yhjϝFUQamA2?ׄ뀟iZ/ϮK\|?@VBx =Z#SJ~ +-FKD;a+ }!p07ǫگ;7 ¢@b5Gqz==bQFj r/9X1!8 +-ׇѼ]S-dh0L*Veх[c؅"w*Sn6OVyjQ9ٮ_RI~%` ks:(W[iїzµ[BtLǗaЌ.Xc3D{dTǵYẏCCg>oEaM~\gf jCU0KZk.gj̞"SCiV6-mpZuw~2s9QqGG΅to>4LHoHxhN/`b (wALMH㱷>>5}`܉ɩvFZ$c`+9]kL]Lok/r2<_i3U6d^κFq_?^n% Y0J8!GR 4/oy9b)L%lQX4&mˁ`גc]^N;ߎ s痯mBKhy/ވ)ɯ[!Il08 +-ev”怮#:2#x5k#MVqA75\vL*|Xp[XM>L1K:ѽY{r,,4̎[I7cDWDl:gd<]g7u)ko9B=Ζ8#3[6̓p?Dfs{58=1AEM鍓 ZQ)_;鞼z1u~hR+Əsߍ{R6xDw!HzͰcȩ>s$'!f4T*HaF2<߱x)/X&QT/Tf,:uԆ<o%[|m5 4x6,ZD˾&YeM˂0GE. jftҦȚ0αI0U֔q3600zC}W!_v;te~e[7>Dwș dyojߺ'Es.D9k=^#tM8=i۪%hٛ:=9{}|ήصʠoc֎ H 6 J{'d>q!P بB8y*ssck͍[OirFHѥzeғS *B~ Dh+~7wRa AF ܸL;d\vzr&IP,keI7Ig.X,lbk Vs(( x :U}) +S|?z|@Du O1] ! `0S 1'el?(G7BBwڨ-1(F4!2̘Y4nQ<:/3YiiS%S#/ 3+ܓ:7⪩Ӿpȿĕ•>v +-nȩ^|~~`f#0b殃P Zȷ 'Yr`ߑ$!_ S91tr*˞7@lYP~7a\D4=lș$~hy01 A9ZZ<u+=6Ml;Y23<zlٿ>DUr2oG'yA8Jݗ =tf2o-xaä,}KqLW'㲱*?~mL]\a?ӝBl 2rX#i{߄H7џ**f CPdˏwm蓄5hX8+Z-^ACI (i' [,ܷd@eGV:EFJt}Y)\f\Ey8'U +-FЉeOK^:+Xv¿~}FNzmUעf٧k- RQbzjdo;?MgʬgåYyӕg>տP md[%[z^Sr:S$q ,Teor +- x:b@bNhZ$D[qH>v&L_邸jkp) S1 IHK2[c/ _%Ώ3ƒ%eFPjt|~;L3=c2?h~d;?}ӢgьA=YŮY様 +-o3Tzda72_ߨz2uL-ot; 37j20C[4":tFM <:" +-m_4 +-d?1=,4 ޼Jb'BH>]KOk(wR0/K_DPc<-MQ|>\L +:ƺRF!.w3?\d4E M lxnWM m"g7Z' ^d#%)(F }6C*d %6u6-?r4YV| "cRkߏ/-*՘7pYHQ 9 hO3ĺ!,sl}8Sh'ہ ^EF!X9黯r Fu3:xcVxǀomRxY61[Aju`e\0?<8?P蚙wo4k }]@.(abv KO +-m7}$Txrl}'ɵJ`+1Y4t O%1pRhZR\C+LğBC]C7 7' I˜yb@?ŠU1|k'e77e2v%\k 4rd`@o[λb0c +-ّXe]aJ<-{ocmMs #_e(w}] `}$[!BRFFQpHn&X8ēwٷv;G[AEY #~P]g zXl):&m_%/,7x nbm,r1͆ +-3/bYJnz:3ƣx;b٪}YN*ES ׉R}bXفSFV#Jo BkvXeV?C|2c͒K7φl%kin9FwaJVxJ߮2jP\dh&~t7 w%0baW=B(&/L TA-IFW,<9mC˗@r;rn= YfZ>XUݔED|jB־f +I#F4E60-?vƐm,ׇ8~_ԥK2I'J/Q"pus +- s +-o[eCendstream +-endobj +-1616 0 obj << +-/Type /Font +-/Subtype /Type1 +-/Encoding 4742 0 R +-/FirstChar 2 +-/LastChar 149 +-/Widths 4753 0 R +-/BaseFont /WBCGQG+NimbusRomNo9L-Regu +-/FontDescriptor 1614 0 R +->> endobj +-1614 0 obj << +-/Ascent 678 +-/CapHeight 651 +-/Descent -216 +-/FontName /WBCGQG+NimbusRomNo9L-Regu +-/ItalicAngle 0 +-/StemV 85 +-/XHeight 450 +-/FontBBox [-168 -281 1000 924] +-/Flags 4 +-/CharSet (/fi/fl/exclam/quotedbl/numbersign/dollar/quoteright/parenleft/parenright/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/equal/question/at/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/bracketleft/bracketright/underscore/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/braceright/quotedblleft/quotedblright/bullet) +-/FontFile 1615 0 R +->> endobj +-4753 0 obj +-[556 556 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 333 408 500 500 0 0 333 333 333 0 0 250 333 250 278 500 500 500 500 500 500 500 500 500 500 278 278 0 564 0 444 921 722 667 667 722 611 556 722 722 333 389 722 611 889 722 722 556 722 667 556 611 722 722 944 722 722 0 333 0 333 0 500 0 444 500 444 500 444 333 500 500 278 278 500 278 778 500 500 500 500 333 389 278 500 500 722 500 500 444 480 0 480 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 444 444 350 ] +-endobj +-1617 0 obj << +-/Type /Pages +-/Count 6 +-/Parent 4754 0 R +-/Kids [1610 0 R 1619 0 R 1622 0 R 1649 0 R 1680 0 R 1714 0 R] +->> endobj +-1781 0 obj << +-/Type /Pages +-/Count 6 +-/Parent 4754 0 R +-/Kids [1748 0 R 1783 0 R 1817 0 R 1851 0 R 1885 0 R 1919 0 R] +->> endobj +-1985 0 obj << +-/Type /Pages +-/Count 6 +-/Parent 4754 0 R +-/Kids [1953 0 R 1987 0 R 2021 0 R 2055 0 R 2073 0 R 2085 0 R] +->> endobj +-2106 0 obj << +-/Type /Pages +-/Count 6 +-/Parent 4754 0 R +-/Kids [2100 0 R 2108 0 R 2112 0 R 2117 0 R 2122 0 R 2126 0 R] +->> endobj +-2141 0 obj << +-/Type /Pages +-/Count 6 +-/Parent 4754 0 R +-/Kids [2130 0 R 2152 0 R 2170 0 R 2183 0 R 2196 0 R 2201 0 R] +->> endobj +-2208 0 obj << +-/Type /Pages +-/Count 6 +-/Parent 4754 0 R +-/Kids [2205 0 R 2210 0 R 2214 0 R 2230 0 R 2249 0 R 2263 0 R] ++/A << /S /GoTo /D (page.100) >> + >> endobj +-2270 0 obj << +-/Type /Pages +-/Count 6 +-/Parent 4755 0 R +-/Kids [2267 0 R 2277 0 R 2281 0 R 2289 0 R 2295 0 R 2308 0 R] ++4340 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [450.241 272.446 467.177 283.35] ++/Subtype /Link ++/A << /S /GoTo /D (page.100) >> + >> endobj +-2316 0 obj << +-/Type /Pages +-/Count 6 +-/Parent 4755 0 R +-/Kids [2312 0 R 2318 0 R 2322 0 R 2337 0 R 2345 0 R 2370 0 R] ++4341 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [462.973 260.491 479.91 271.395] ++/Subtype /Link ++/A << /S /GoTo /D (page.100) >> + >> endobj +-2382 0 obj << +-/Type /Pages +-/Count 6 +-/Parent 4755 0 R +-/Kids [2377 0 R 2384 0 R 2391 0 R 2396 0 R 2400 0 R 2410 0 R] ++4342 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [466.29 248.536 483.227 259.44] ++/Subtype /Link ++/A << /S /GoTo /D (page.100) >> + >> endobj +-2441 0 obj << +-/Type /Pages +-/Count 6 +-/Parent 4755 0 R +-/Kids [2436 0 R 2444 0 R 2448 0 R 2454 0 R 2458 0 R 2487 0 R] ++4343 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [446.365 236.58 463.302 247.484] ++/Subtype /Link ++/A << /S /GoTo /D (page.100) >> + >> endobj +-2525 0 obj << +-/Type /Pages +-/Count 6 +-/Parent 4755 0 R +-/Kids [2500 0 R 2538 0 R 2542 0 R 2553 0 R 2580 0 R 2617 0 R] ++4344 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [473.474 224.625 490.41 235.529] ++/Subtype /Link ++/A << /S /GoTo /D (page.100) >> + >> endobj +-2635 0 obj << +-/Type /Pages +-/Count 6 +-/Parent 4755 0 R +-/Kids [2622 0 R 2638 0 R 2653 0 R 2662 0 R 2699 0 R 2723 0 R] ++4345 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [470.156 212.67 487.092 223.574] ++/Subtype /Link ++/A << /S /GoTo /D (page.100) >> + >> endobj +-2735 0 obj << +-/Type /Pages +-/Count 6 +-/Parent 4756 0 R +-/Kids [2730 0 R 2737 0 R 2741 0 R 2768 0 R 2788 0 R 2810 0 R] ++4346 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [388.812 190.817 405.748 199.664] ++/Subtype /Link ++/A << /S /GoTo /D (page.101) >> + >> endobj +-2842 0 obj << +-/Type /Pages +-/Count 6 +-/Parent 4756 0 R +-/Kids [2820 0 R 2846 0 R 2867 0 R 2874 0 R 2904 0 R 2924 0 R] ++4347 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [455.123 176.805 472.059 187.709] ++/Subtype /Link ++/A << /S /GoTo /D (page.101) >> + >> endobj +-2931 0 obj << +-/Type /Pages +-/Count 6 +-/Parent 4756 0 R +-/Kids [2928 0 R 2933 0 R 2964 0 R 3021 0 R 3063 0 R 3073 0 R] ++4348 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [450.799 164.849 467.735 175.753] ++/Subtype /Link ++/A << /S /GoTo /D (page.101) >> + >> endobj +-3085 0 obj << +-/Type /Pages +-/Count 6 +-/Parent 4756 0 R +-/Kids [3078 0 R 3087 0 R 3091 0 R 3095 0 R 3110 0 R 3169 0 R] ++4349 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [446.933 152.894 463.87 163.798] ++/Subtype /Link ++/A << /S /GoTo /D (page.101) >> + >> endobj +-3182 0 obj << +-/Type /Pages +-/Count 6 +-/Parent 4756 0 R +-/Kids [3173 0 R 3184 0 R 3238 0 R 3242 0 R 3257 0 R 3276 0 R] ++4350 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [451.357 140.939 468.293 151.843] ++/Subtype /Link ++/A << /S /GoTo /D (page.101) >> + >> endobj +-3325 0 obj << +-/Type /Pages +-/Count 6 +-/Parent 4756 0 R +-/Kids [3303 0 R 3328 0 R 3334 0 R 3362 0 R 3388 0 R 3392 0 R] ++4351 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [492.691 128.984 504.647 139.888] ++/Subtype /Link ++/A << /S /GoTo /D (page.99) >> + >> endobj +-3432 0 obj << +-/Type /Pages +-/Count 6 +-/Parent 4757 0 R +-/Kids [3413 0 R 3436 0 R 3443 0 R 3478 0 R 3518 0 R 3557 0 R] ++4352 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [485.09 117.029 497.045 127.933] ++/Subtype /Link ++/A << /S /GoTo /D (page.99) >> + >> endobj +-3625 0 obj << +-/Type /Pages +-/Count 6 +-/Parent 4757 0 R +-/Kids [3606 0 R 3631 0 R 3636 0 R 3640 0 R 3644 0 R 3648 0 R] ++4293 0 obj << ++/D [4291 0 R /XYZ 160.667 686.127 null] + >> endobj +-3655 0 obj << +-/Type /Pages +-/Count 6 +-/Parent 4757 0 R +-/Kids [3652 0 R 3657 0 R 3673 0 R 3693 0 R 3704 0 R 3723 0 R] ++4290 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] + >> endobj +-3752 0 obj << +-/Type /Pages +-/Count 6 +-/Parent 4757 0 R +-/Kids [3745 0 R 3754 0 R 3777 0 R 3787 0 R 3799 0 R 3821 0 R] ++4355 0 obj << ++/Length 3526 ++/Filter /FlateDecode ++>> ++stream ++xڥ\r7}WQ:-)'ZʦF274[  0hJAygNF3茒Uuk)gw.>z}AGH0M15ӭ!0۞o|W }_ҾWil{?/~! -j'-z 33 ++!$iBd@^Y'UK;+nax?l᫩Ftiԑ|}p&'25i03Rbn)yk4_?WrY?&^0gɚFpg f\@;v*❆)902shA HHW`D7< I0KX?2&ƀټ~ ++kH \nPң~xEnxb2s3O0b|R+$bjgժ+GtS9k5-Cnc+D8$:?"|D7<>14d53'b|^z/Z+Lr}:x w^ {n8lkHj6{N'SټnStwn}+%j- dvV>fNtڎ"SZ'}Gn8R&3Y;bNb|^8|z(;i{Vڬ[tYMZ<7艘S!!7ؤJ ++&ݢLzl21sb|^7am/TfzqԹAP6ĹV`s0tolt̏ͶE7dN4@n4i L|"2%جkD6"Ij?Yt-6͡1s"b|N:4Sݵ3?Ftӧ4Ou]Tsoaœdb~˼jO\iw<$%/u˔7o^g[DM@_rly_я/}LUo5iV}˩7tߌ%f SZvzSZn8rJ̥=؎˘99"ӺQ=ôX&@#]d*)1oRXL+W9<,?"=#P>Q?&ܢ(M*UL^g1E>/.'KAn8z^O#fu? ++R"sBGZ էU?1&g5ɬpL(V#f`|^Emֻ}q`n`-C{l2Sp@>&F' H/|Zab4E4PCEo~~wb~{EO_27W\aޜqMooorsꇯCPhG# wc!$E/zAt>/嫟\{5Ϲa7oO3~S&\+<)>3 ++dyڬ6s=WP(ԏYGt94 ,cFxZrAEeCI45iBҖPB0&#Yl2_żIYvɼ!aqjU\T\Qr9 йﷇa;dtJ맕# 8 FELloS0U%wퟟ]Ԟd0p$`b11*&}AOHB)$Oߍ+no@[@e:tSG&{_FLcGe1'Pu=p&'O45q4󋈧1E:8rnA.':?D7k#kK߂YA\MS&BJ\^vGZыW\Xw0loj'Ν:;#2!mv lLw-!+W˼1lwInގ f?~_ ڷ6fqǭ% n84bq:+#$iXL· ++SwOccS@mXt̸ⱘ"sbs6q\|Vc 3M-9:MD[6E624oj;jnzHWzA\I'#VT4"ARU|T̓I`&P?p$cԼ-'!o1E:/_†:L~>A̛ ؚzn8>6S(bDzoc33{9cs#kޢQ;mFH{)ҹ-4&Jd|:|XA{nk/~׷o|7VQA %-C7<ч]:yBBS"̈́3{S\xus&Ta׾? NL#L(cF2bt1`cnn߿}{mn咟qC$#}#Zdso`!qo@ˬrZORQf\F1J?%xF?$G'8r"`lxfD7IIU8ISsA̓L9z-:IzeMGKd&aB!e^b`tNw`&rg4n8ޙ&3⹉P#oaW|h`.*0[iLtWS<1]8żE7QwƼ$敻.9݂*v7yNm8<:S_G(ҙBh`l^9'-ՀW-,P?&ޢM_1q"btn?4/2z\q ++a6AC7 ++YD%suLlSsABŤЅm̽3&V0&#a9@+#SP [/*+f'n8>&3M 8i,Hw% =_mHj =j&@##9Qm"bl./zNp_ X3WL^L5o"46^̮"@ ++9GӶBhvE;m+FLλk]}hj.N ޟ9U ++K询D0Fa=l ++jr fr0~Mג?Jw& ++6[Ûk|^l͋\ƖЗFwYoD 񣗛/Ϗ: ~WSRwuDendstream ++endobj ++4354 0 obj << ++/Type /Page ++/Contents 4355 0 R ++/Resources 4353 0 R ++/MediaBox [0 0 612 792] ++/Parent 4289 0 R ++/Annots [ 4357 0 R 4358 0 R 4359 0 R 4360 0 R 4361 0 R 4362 0 R 4363 0 R 4364 0 R 4365 0 R 4366 0 R 4367 0 R 4368 0 R 4369 0 R 4370 0 R 4371 0 R 4372 0 R 4373 0 R 4374 0 R 4375 0 R 4376 0 R 4377 0 R 4378 0 R 4379 0 R 4380 0 R 4381 0 R 4382 0 R 4383 0 R 4384 0 R 4385 0 R 4386 0 R 4387 0 R 4388 0 R 4389 0 R 4390 0 R 4391 0 R 4392 0 R 4393 0 R 4394 0 R 4395 0 R 4396 0 R 4397 0 R 4398 0 R 4399 0 R 4400 0 R 4401 0 R 4402 0 R 4403 0 R 4404 0 R 4405 0 R 4406 0 R 4407 0 R 4408 0 R 4409 0 R 4410 0 R 4411 0 R 4412 0 R 4413 0 R 4414 0 R 4415 0 R 4416 0 R 4417 0 R 4418 0 R 4419 0 R 4420 0 R 4421 0 R 4422 0 R ] + >> endobj +-3832 0 obj << +-/Type /Pages +-/Count 6 +-/Parent 4757 0 R +-/Kids [3825 0 R 3837 0 R 3844 0 R 3874 0 R 3917 0 R 3932 0 R] ++4357 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [208.248 655.011 225.185 665.915] ++/Subtype /Link ++/A << /S /GoTo /D (page.101) >> + >> endobj +-3939 0 obj << +-/Type /Pages +-/Count 6 +-/Parent 4757 0 R +-/Kids [3936 0 R 3941 0 R 3945 0 R 3949 0 R 3963 0 R 3972 0 R] ++4358 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [145.724 633.158 162.66 642.005] ++/Subtype /Link ++/A << /S /GoTo /D (page.101) >> + >> endobj +-3996 0 obj << +-/Type /Pages +-/Count 6 +-/Parent 4758 0 R +-/Kids [3981 0 R 3998 0 R 4019 0 R 4023 0 R 4055 0 R 4065 0 R] ++4359 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [239.81 619.146 256.746 630.05] ++/Subtype /Link ++/A << /S /GoTo /D (page.102) >> + >> endobj +-4084 0 obj << +-/Type /Pages +-/Count 6 +-/Parent 4758 0 R +-/Kids [4069 0 R 4086 0 R 4127 0 R 4172 0 R 4222 0 R 4263 0 R] ++4360 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [230.395 607.191 247.331 618.095] ++/Subtype /Link ++/A << /S /GoTo /D (page.102) >> + >> endobj +-4371 0 obj << +-/Type /Pages +-/Count 6 +-/Parent 4758 0 R +-/Kids [4306 0 R 4373 0 R 4428 0 R 4493 0 R 4574 0 R 4628 0 R] ++4361 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [220.99 595.235 237.927 606.139] ++/Subtype /Link ++/A << /S /GoTo /D (page.102) >> + >> endobj +-4727 0 obj << +-/Type /Pages +-/Count 2 +-/Parent 4758 0 R +-/Kids [4683 0 R 4729 0 R] ++4362 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [213.249 583.28 230.186 594.184] ++/Subtype /Link ++/A << /S /GoTo /D (page.102) >> + >> endobj +-4754 0 obj << +-/Type /Pages +-/Count 36 +-/Parent 4759 0 R +-/Kids [1617 0 R 1781 0 R 1985 0 R 2106 0 R 2141 0 R 2208 0 R] ++4363 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [233.722 571.325 250.659 582.229] ++/Subtype /Link ++/A << /S /GoTo /D (page.102) >> + >> endobj +-4755 0 obj << +-/Type /Pages +-/Count 36 +-/Parent 4759 0 R +-/Kids [2270 0 R 2316 0 R 2382 0 R 2441 0 R 2525 0 R 2635 0 R] ++4364 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [210.48 559.37 227.416 570.274] ++/Subtype /Link ++/A << /S /GoTo /D (page.102) >> + >> endobj +-4756 0 obj << +-/Type /Pages +-/Count 36 +-/Parent 4759 0 R +-/Kids [2735 0 R 2842 0 R 2931 0 R 3085 0 R 3182 0 R 3325 0 R] ++4365 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [216.557 547.415 233.493 558.319] ++/Subtype /Link ++/A << /S /GoTo /D (page.102) >> + >> endobj +-4757 0 obj << +-/Type /Pages +-/Count 36 +-/Parent 4759 0 R +-/Kids [3432 0 R 3625 0 R 3655 0 R 3752 0 R 3832 0 R 3939 0 R] ++4366 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [206.604 535.46 223.541 546.364] ++/Subtype /Link ++/A << /S /GoTo /D (page.102) >> + >> endobj +-4758 0 obj << +-/Type /Pages +-/Count 20 +-/Parent 4759 0 R +-/Kids [3996 0 R 4084 0 R 4371 0 R 4727 0 R] ++4367 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [209.773 523.504 226.709 534.408] ++/Subtype /Link ++/A << /S /GoTo /D (page.103) >> + >> endobj +-4759 0 obj << +-/Type /Pages +-/Count 164 +-/Kids [4754 0 R 4755 0 R 4756 0 R 4757 0 R 4758 0 R] ++4368 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [205.499 511.549 222.435 522.453] ++/Subtype /Link ++/A << /S /GoTo /D (page.103) >> + >> endobj +-4760 0 obj << +-/Type /Outlines +-/First 7 0 R +-/Last 1199 0 R +-/Count 14 ++4369 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [210.48 499.594 227.416 510.498] ++/Subtype /Link ++/A << /S /GoTo /D (page.103) >> + >> endobj +-1607 0 obj << +-/Title 1608 0 R +-/A 1605 0 R +-/Parent 1595 0 R +-/Prev 1603 0 R ++4370 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [201.065 487.639 218.002 498.543] ++/Subtype /Link ++/A << /S /GoTo /D (page.103) >> + >> endobj +-1603 0 obj << +-/Title 1604 0 R +-/A 1601 0 R +-/Parent 1595 0 R +-/Prev 1599 0 R +-/Next 1607 0 R ++4371 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [203.835 475.684 220.771 486.588] ++/Subtype /Link ++/A << /S /GoTo /D (page.103) >> + >> endobj +-1599 0 obj << +-/Title 1600 0 R +-/A 1597 0 R +-/Parent 1595 0 R +-/Next 1603 0 R ++4372 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [145.724 453.831 162.66 462.677] ++/Subtype /Link ++/A << /S /GoTo /D (page.103) >> + >> endobj +-1595 0 obj << +-/Title 1596 0 R +-/A 1593 0 R +-/Parent 1587 0 R +-/Prev 1591 0 R +-/First 1599 0 R +-/Last 1607 0 R +-/Count -3 ++4373 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [230.943 439.818 247.879 450.722] ++/Subtype /Link ++/A << /S /GoTo /D (page.103) >> + >> endobj +-1591 0 obj << +-/Title 1592 0 R +-/A 1589 0 R +-/Parent 1587 0 R +-/Next 1595 0 R ++4374 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [223.212 427.863 240.148 438.767] ++/Subtype /Link ++/A << /S /GoTo /D (page.103) >> + >> endobj +-1587 0 obj << +-/Title 1588 0 R +-/A 1585 0 R +-/Parent 1199 0 R +-/Prev 1515 0 R +-/First 1591 0 R +-/Last 1595 0 R +-/Count -2 ++4375 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [223.76 415.908 240.696 426.812] ++/Subtype /Link ++/A << /S /GoTo /D (page.104) >> + >> endobj +-1583 0 obj << +-/Title 1584 0 R +-/A 1581 0 R +-/Parent 1523 0 R +-/Prev 1579 0 R ++4376 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [217.663 403.953 234.599 414.857] ++/Subtype /Link ++/A << /S /GoTo /D (page.104) >> + >> endobj +-1579 0 obj << +-/Title 1580 0 R +-/A 1577 0 R +-/Parent 1523 0 R +-/Prev 1575 0 R +-/Next 1583 0 R ++4377 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [195.536 391.998 207.491 402.902] ++/Subtype /Link ++/A << /S /GoTo /D (page.99) >> + >> endobj +-1575 0 obj << +-/Title 1576 0 R +-/A 1573 0 R +-/Parent 1523 0 R +-/Prev 1571 0 R +-/Next 1579 0 R ++4378 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [145.724 370.145 162.66 378.991] ++/Subtype /Link ++/A << /S /GoTo /D (page.104) >> + >> endobj +-1571 0 obj << +-/Title 1572 0 R +-/A 1569 0 R +-/Parent 1523 0 R +-/Prev 1567 0 R +-/Next 1575 0 R ++4379 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [145.724 346.234 162.66 355.081] ++/Subtype /Link ++/A << /S /GoTo /D (page.104) >> + >> endobj +-1567 0 obj << +-/Title 1568 0 R +-/A 1565 0 R +-/Parent 1523 0 R +-/Prev 1563 0 R +-/Next 1571 0 R ++4380 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [145.724 322.324 162.66 331.171] ++/Subtype /Link ++/A << /S /GoTo /D (page.104) >> + >> endobj +-1563 0 obj << +-/Title 1564 0 R +-/A 1561 0 R +-/Parent 1523 0 R +-/Prev 1559 0 R +-/Next 1567 0 R ++4381 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [243.695 308.311 260.632 319.215] ++/Subtype /Link ++/A << /S /GoTo /D (page.104) >> + >> endobj +-1559 0 obj << +-/Title 1560 0 R +-/A 1557 0 R +-/Parent 1523 0 R +-/Prev 1555 0 R +-/Next 1563 0 R ++4382 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [228.193 296.356 245.13 307.26] ++/Subtype /Link ++/A << /S /GoTo /D (page.105) >> + >> endobj +-1555 0 obj << +-/Title 1556 0 R +-/A 1553 0 R +-/Parent 1523 0 R +-/Prev 1551 0 R +-/Next 1559 0 R ++4383 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [219.885 284.401 236.821 295.305] ++/Subtype /Link ++/A << /S /GoTo /D (page.105) >> + >> endobj +-1551 0 obj << +-/Title 1552 0 R +-/A 1549 0 R +-/Parent 1523 0 R +-/Prev 1547 0 R +-/Next 1555 0 R ++4384 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [206.047 272.446 222.983 283.35] ++/Subtype /Link ++/A << /S /GoTo /D (page.105) >> + >> endobj +-1547 0 obj << +-/Title 1548 0 R +-/A 1545 0 R +-/Parent 1523 0 R +-/Prev 1543 0 R +-/Next 1551 0 R ++4385 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [209.912 260.491 226.849 271.395] ++/Subtype /Link ++/A << /S /GoTo /D (page.105) >> + >> endobj +-1543 0 obj << +-/Title 1544 0 R +-/A 1541 0 R +-/Parent 1523 0 R +-/Prev 1539 0 R +-/Next 1547 0 R ++4386 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [221.548 248.536 233.503 259.44] ++/Subtype /Link ++/A << /S /GoTo /D (page.99) >> + >> endobj +-1539 0 obj << +-/Title 1540 0 R +-/A 1537 0 R +-/Parent 1523 0 R +-/Prev 1535 0 R +-/Next 1543 0 R ++4387 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [225.982 213.387 237.937 223.574] ++/Subtype /Link ++/A << /S /GoTo /D (page.51) >> + >> endobj +-1535 0 obj << +-/Title 1536 0 R +-/A 1533 0 R +-/Parent 1523 0 R +-/Prev 1531 0 R +-/Next 1539 0 R ++4388 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [230.953 189.477 242.909 199.664] ++/Subtype /Link ++/A << /S /GoTo /D (page.51) >> + >> endobj +-1531 0 obj << +-/Title 1532 0 R +-/A 1529 0 R +-/Parent 1523 0 R +-/Prev 1527 0 R +-/Next 1535 0 R ++4389 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [228.742 164.849 240.697 175.753] ++/Subtype /Link ++/A << /S /GoTo /D (page.51) >> + >> endobj +-1527 0 obj << +-/Title 1528 0 R +-/A 1525 0 R +-/Parent 1523 0 R +-/Next 1531 0 R ++4390 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [247.561 152.894 259.516 163.798] ++/Subtype /Link ++/A << /S /GoTo /D (page.51) >> + >> endobj +-1523 0 obj << +-/Title 1524 0 R +-/A 1521 0 R +-/Parent 1515 0 R +-/Prev 1519 0 R +-/First 1527 0 R +-/Last 1583 0 R +-/Count -15 ++4391 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [209.255 128.984 221.21 139.888] ++/Subtype /Link ++/A << /S /GoTo /D (page.51) >> + >> endobj +-1519 0 obj << +-/Title 1520 0 R +-/A 1517 0 R +-/Parent 1515 0 R +-/Next 1523 0 R ++4392 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [248.109 117.029 260.064 127.933] ++/Subtype /Link ++/A << /S /GoTo /D (page.51) >> + >> endobj +-1515 0 obj << +-/Title 1516 0 R +-/A 1513 0 R +-/Parent 1199 0 R +-/Prev 1499 0 R +-/Next 1587 0 R +-/First 1519 0 R +-/Last 1523 0 R +-/Count -2 ++4393 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [398.545 643.056 410.5 653.96] ++/Subtype /Link ++/A << /S /GoTo /D (page.52) >> + >> endobj +-1511 0 obj << +-/Title 1512 0 R +-/A 1509 0 R +-/Parent 1507 0 R ++4394 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [424.677 630.759 436.632 641.663] ++/Subtype /Link ++/A << /S /GoTo /D (page.52) >> + >> endobj +-1507 0 obj << +-/Title 1508 0 R +-/A 1505 0 R +-/Parent 1499 0 R +-/Prev 1503 0 R +-/First 1511 0 R +-/Last 1511 0 R +-/Count -1 ++4395 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [429.1 618.463 441.055 629.367] ++/Subtype /Link ++/A << /S /GoTo /D (page.52) >> + >> endobj +-1503 0 obj << +-/Title 1504 0 R +-/A 1501 0 R +-/Parent 1499 0 R +-/Next 1507 0 R ++4396 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [418.589 606.166 430.545 617.07] ++/Subtype /Link ++/A << /S /GoTo /D (page.52) >> + >> endobj +-1499 0 obj << +-/Title 1500 0 R +-/A 1497 0 R +-/Parent 1199 0 R +-/Prev 1455 0 R +-/Next 1515 0 R +-/First 1503 0 R +-/Last 1507 0 R +-/Count -2 ++4397 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [335.014 583.971 346.969 592.818] ++/Subtype /Link ++/A << /S /GoTo /D (page.53) >> + >> endobj +-1495 0 obj << +-/Title 1496 0 R +-/A 1493 0 R +-/Parent 1463 0 R +-/Prev 1491 0 R ++4398 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [421.359 569.617 433.314 580.521] ++/Subtype /Link ++/A << /S /GoTo /D (page.53) >> + >> endobj +-1491 0 obj << +-/Title 1492 0 R +-/A 1489 0 R +-/Parent 1463 0 R +-/Prev 1487 0 R +-/Next 1495 0 R ++4399 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [335.014 547.423 346.969 556.269] ++/Subtype /Link ++/A << /S /GoTo /D (page.53) >> + >> endobj +-1487 0 obj << +-/Title 1488 0 R +-/A 1485 0 R +-/Parent 1463 0 R +-/Prev 1483 0 R +-/Next 1491 0 R ++4400 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [416.368 520.772 428.323 531.676] ++/Subtype /Link ++/A << /S /GoTo /D (page.61) >> + >> endobj +-1483 0 obj << +-/Title 1484 0 R +-/A 1481 0 R +-/Parent 1463 0 R +-/Prev 1479 0 R +-/Next 1487 0 R ++4401 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [428.542 508.475 440.497 519.379] ++/Subtype /Link ++/A << /S /GoTo /D (page.61) >> + >> endobj +-1479 0 obj << +-/Title 1480 0 R +-/A 1477 0 R +-/Parent 1463 0 R +-/Prev 1475 0 R +-/Next 1483 0 R ++4402 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [335.014 486.281 346.969 495.127] ++/Subtype /Link ++/A << /S /GoTo /D (page.62) >> + >> endobj +-1475 0 obj << +-/Title 1476 0 R +-/A 1473 0 R +-/Parent 1463 0 R +-/Prev 1471 0 R +-/Next 1479 0 R ++4403 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [398.106 471.927 410.062 482.83] ++/Subtype /Link ++/A << /S /GoTo /D (page.62) >> + >> endobj +-1471 0 obj << +-/Title 1472 0 R +-/A 1469 0 R +-/Parent 1463 0 R +-/Prev 1467 0 R +-/Next 1475 0 R ++4404 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [425.225 459.63 437.18 470.534] ++/Subtype /Link ++/A << /S /GoTo /D (page.62) >> + >> endobj +-1467 0 obj << +-/Title 1468 0 R +-/A 1465 0 R +-/Parent 1463 0 R +-/Next 1471 0 R ++4405 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [420.243 447.333 432.198 458.237] ++/Subtype /Link ++/A << /S /GoTo /D (page.62) >> + >> endobj +-1463 0 obj << +-/Title 1464 0 R +-/A 1461 0 R +-/Parent 1455 0 R +-/Prev 1459 0 R +-/First 1467 0 R +-/Last 1495 0 R +-/Count -8 ++4406 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [411.944 435.036 423.9 445.94] ++/Subtype /Link ++/A << /S /GoTo /D (page.63) >> + >> endobj +-1459 0 obj << +-/Title 1460 0 R +-/A 1457 0 R +-/Parent 1455 0 R +-/Next 1463 0 R ++4407 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [402.53 399.205 414.485 409.392] ++/Subtype /Link ++/A << /S /GoTo /D (page.66) >> + >> endobj +-1455 0 obj << +-/Title 1456 0 R +-/A 1453 0 R +-/Parent 1199 0 R +-/Prev 1427 0 R +-/Next 1499 0 R +-/First 1459 0 R +-/Last 1463 0 R +-/Count -2 ++4408 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [382.784 374.953 394.739 385.14] ++/Subtype /Link ++/A << /S /GoTo /D (page.65) >> + >> endobj +-1451 0 obj << +-/Title 1452 0 R +-/A 1449 0 R +-/Parent 1435 0 R +-/Prev 1447 0 R ++4409 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [335.014 352.041 346.969 360.888] ++/Subtype /Link ++/A << /S /GoTo /D (page.65) >> + >> endobj +-1447 0 obj << +-/Title 1448 0 R +-/A 1445 0 R +-/Parent 1435 0 R +-/Prev 1443 0 R +-/Next 1451 0 R ++4410 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [335.014 327.789 346.969 336.636] ++/Subtype /Link ++/A << /S /GoTo /D (page.65) >> + >> endobj +-1443 0 obj << +-/Title 1444 0 R +-/A 1441 0 R +-/Parent 1435 0 R +-/Prev 1439 0 R +-/Next 1447 0 R ++4411 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [413.05 301.138 425.006 312.042] ++/Subtype /Link ++/A << /S /GoTo /D (page.65) >> + >> endobj +-1439 0 obj << +-/Title 1440 0 R +-/A 1437 0 R +-/Parent 1435 0 R +-/Next 1443 0 R ++4412 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [398.655 288.842 410.61 299.746] ++/Subtype /Link ++/A << /S /GoTo /D (page.66) >> + >> endobj +-1435 0 obj << +-/Title 1436 0 R +-/A 1433 0 R +-/Parent 1427 0 R +-/Prev 1431 0 R +-/First 1439 0 R +-/Last 1451 0 R +-/Count -4 ++4413 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [421.339 276.545 433.295 287.449] ++/Subtype /Link ++/A << /S /GoTo /D (page.66) >> + >> endobj +-1431 0 obj << +-/Title 1432 0 R +-/A 1429 0 R +-/Parent 1427 0 R +-/Next 1435 0 R ++4414 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [428.532 264.248 440.487 275.152] ++/Subtype /Link ++/A << /S /GoTo /D (page.66) >> + >> endobj +-1427 0 obj << +-/Title 1428 0 R +-/A 1425 0 R +-/Parent 1199 0 R +-/Prev 1407 0 R +-/Next 1455 0 R +-/First 1431 0 R +-/Last 1435 0 R +-/Count -2 ++4415 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [397.549 251.952 409.504 262.855] ++/Subtype /Link ++/A << /S /GoTo /D (page.67) >> + >> endobj +-1423 0 obj << +-/Title 1424 0 R +-/A 1421 0 R +-/Parent 1415 0 R +-/Prev 1419 0 R ++4416 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [420.233 239.655 432.189 250.559] ++/Subtype /Link ++/A << /S /GoTo /D (page.67) >> + >> endobj +-1419 0 obj << +-/Title 1420 0 R +-/A 1417 0 R +-/Parent 1415 0 R +-/Next 1423 0 R ++4417 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [427.426 227.358 439.381 238.262] ++/Subtype /Link ++/A << /S /GoTo /D (page.67) >> + >> endobj +-1415 0 obj << +-/Title 1416 0 R +-/A 1413 0 R +-/Parent 1407 0 R +-/Prev 1411 0 R +-/First 1419 0 R +-/Last 1423 0 R +-/Count -2 ++4418 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [413.04 202.765 424.996 213.669] ++/Subtype /Link ++/A << /S /GoTo /D (page.47) >> + >> endobj +-1411 0 obj << +-/Title 1412 0 R +-/A 1409 0 R +-/Parent 1407 0 R +-/Next 1415 0 R ++4419 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [419.038 190.468 430.993 201.372] ++/Subtype /Link ++/A << /S /GoTo /D (page.47) >> + >> endobj +-1407 0 obj << +-/Title 1408 0 R +-/A 1405 0 R +-/Parent 1199 0 R +-/Prev 1387 0 R +-/Next 1427 0 R +-/First 1411 0 R +-/Last 1415 0 R +-/Count -2 ++4420 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [403.098 178.171 415.053 189.075] ++/Subtype /Link ++/A << /S /GoTo /D (page.47) >> + >> endobj +-1403 0 obj << +-/Title 1404 0 R +-/A 1401 0 R +-/Parent 1395 0 R +-/Prev 1399 0 R ++4421 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [406.963 165.874 418.918 176.778] ++/Subtype /Link ++/A << /S /GoTo /D (page.47) >> + >> endobj +-1399 0 obj << +-/Title 1400 0 R +-/A 1397 0 R +-/Parent 1395 0 R +-/Next 1403 0 R ++4422 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [335.014 131.383 351.95 140.23] ++/Subtype /Link ++/A << /S /GoTo /D (page.115) >> + >> endobj +-1395 0 obj << +-/Title 1396 0 R +-/A 1393 0 R +-/Parent 1387 0 R +-/Prev 1391 0 R +-/First 1399 0 R +-/Last 1403 0 R +-/Count -2 ++4356 0 obj << ++/D [4354 0 R /XYZ 106.869 686.127 null] + >> endobj +-1391 0 obj << +-/Title 1392 0 R +-/A 1389 0 R +-/Parent 1387 0 R +-/Next 1395 0 R ++4353 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] + >> endobj +-1387 0 obj << +-/Title 1388 0 R +-/A 1385 0 R +-/Parent 1199 0 R +-/Prev 1367 0 R +-/Next 1407 0 R +-/First 1391 0 R +-/Last 1395 0 R +-/Count -2 ++4425 0 obj << ++/Length 2611 ++/Filter /FlateDecode ++>> ++stream ++xڭ]o#+ti,6M@ dib%W 9"3]XK;|YaHJZ"BjrWOwIi_WWV _=~'JjRǻƖo_j7Fgx1fr8Ɖ{_ccgt5\1e2A?4F°9mo>uv׭}vjEz*AFۥig0HJr(6ÍON -O8s4'7>6Mhs_ۧq^F8!ОP.*[k7Y`L`IAl|S7xu78R"26NԠڍq Q\E׃etXr$~bH7y@ ++*v#$*$Ut:ǮJ#eDN3(4."؍0bȿFl 4D-ȋDJ"Ob O%t!5nʮ~dZO[nP^}ִ^ &/u~EqnG cܳaoDȋ!5=gV ++ȸ5;Ti`J!Yv%y-s0S@^\xM[DƥuN·q,.qwi}|ow9e &VCީ@4ٳ牱tlBHz#6!u%ypK@^Wqi^ٍEMQ=tsM@^y^SYdcŪ^%(oAhj;`lP1d!WW7MIr(V3ڍGTan,,wSX& |*ul<4UD#XFòhq`b`yMϊ+2.VγZ"XB=TU)FYelMN! qA")#ϾQ>(E2r&&M(1P4O)9MՎ`^ $5;)徭pR;ΒM ϐw2dz:6N"U}j_~6 F,ȋN)2.QyJܮ.Gg)E^N&/SrJqRΏR.8Z͌RXmO5~5z-+ ECzU&cM ON&(t)O:Mn4l5]56&bf9uSD&{Du%w'{ ^?87ۜw6|j6 ܳGѧO1gÏRb\endstream ++endobj ++4424 0 obj << ++/Type /Page ++/Contents 4425 0 R ++/Resources 4423 0 R ++/MediaBox [0 0 612 792] ++/Parent 4289 0 R ++/Annots [ 4427 0 R 4428 0 R 4429 0 R 4430 0 R 4431 0 R 4432 0 R 4433 0 R 4434 0 R 4435 0 R 4436 0 R 4437 0 R 4438 0 R 4439 0 R 4440 0 R 4441 0 R 4442 0 R 4443 0 R 4444 0 R 4445 0 R 4446 0 R 4447 0 R 4448 0 R 4449 0 R 4450 0 R 4451 0 R 4452 0 R 4453 0 R 4454 0 R 4455 0 R 4456 0 R 4457 0 R 4458 0 R 4459 0 R 4460 0 R 4461 0 R 4462 0 R 4463 0 R 4464 0 R 4465 0 R 4466 0 R 4467 0 R 4468 0 R 4469 0 R 4470 0 R ] + >> endobj +-1383 0 obj << +-/Title 1384 0 R +-/A 1381 0 R +-/Parent 1375 0 R +-/Prev 1379 0 R ++4427 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [229.957 643.056 246.894 653.96] ++/Subtype /Link ++/A << /S /GoTo /D (page.116) >> + >> endobj +-1379 0 obj << +-/Title 1380 0 R +-/A 1377 0 R +-/Parent 1375 0 R +-/Next 1383 0 R ++4428 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [260.702 606.271 277.638 617.175] ++/Subtype /Link ++/A << /S /GoTo /D (page.106) >> + >> endobj +-1375 0 obj << +-/Title 1376 0 R +-/A 1373 0 R +-/Parent 1367 0 R +-/Prev 1371 0 R +-/First 1379 0 R +-/Last 1383 0 R +-/Count -2 ++4429 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [233.036 581.901 249.972 592.805] ++/Subtype /Link ++/A << /S /GoTo /D (page.106) >> + >> endobj +-1371 0 obj << +-/Title 1372 0 R +-/A 1369 0 R +-/Parent 1367 0 R +-/Next 1375 0 R ++4430 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [199.522 547.173 211.477 556.02] ++/Subtype /Link ++/A << /S /GoTo /D (page.88) >> + >> endobj +-1367 0 obj << +-/Title 1368 0 R +-/A 1365 0 R +-/Parent 1199 0 R +-/Prev 1243 0 R +-/Next 1387 0 R +-/First 1371 0 R +-/Last 1375 0 R +-/Count -2 ++4431 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [234.939 521.463 246.894 531.65] ++/Subtype /Link ++/A << /S /GoTo /D (page.88) >> + >> endobj +-1363 0 obj << +-/Title 1364 0 R +-/A 1361 0 R +-/Parent 1251 0 R +-/Prev 1359 0 R ++4432 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [251.347 509.048 263.302 519.235] ++/Subtype /Link ++/A << /S /GoTo /D (page.88) >> + >> endobj +-1359 0 obj << +-/Title 1360 0 R +-/A 1357 0 R +-/Parent 1251 0 R +-/Prev 1355 0 R +-/Next 1363 0 R ++4433 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [256.079 496.633 268.034 506.82] ++/Subtype /Link ++/A << /S /GoTo /D (page.89) >> + >> endobj +-1355 0 obj << +-/Title 1356 0 R +-/A 1353 0 R +-/Parent 1251 0 R +-/Prev 1351 0 R +-/Next 1359 0 R ++4434 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [229.957 459.131 241.912 470.034] ++/Subtype /Link ++/A << /S /GoTo /D (page.90) >> + >> endobj +-1351 0 obj << +-/Title 1352 0 R +-/A 1349 0 R +-/Parent 1251 0 R +-/Prev 1347 0 R +-/Next 1355 0 R ++4435 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [229.957 434.76 241.912 445.664] ++/Subtype /Link ++/A << /S /GoTo /D (page.90) >> + >> endobj +-1347 0 obj << +-/Title 1348 0 R +-/A 1345 0 R +-/Parent 1251 0 R +-/Prev 1343 0 R +-/Next 1351 0 R ++4436 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [229.957 410.39 241.912 421.294] ++/Subtype /Link ++/A << /S /GoTo /D (page.90) >> + >> endobj +-1343 0 obj << +-/Title 1344 0 R +-/A 1341 0 R +-/Parent 1251 0 R +-/Prev 1339 0 R +-/Next 1347 0 R ++4437 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [229.957 386.02 241.912 396.924] ++/Subtype /Link ++/A << /S /GoTo /D (page.91) >> + >> endobj +-1339 0 obj << +-/Title 1340 0 R +-/A 1337 0 R +-/Parent 1251 0 R +-/Prev 1335 0 R +-/Next 1343 0 R ++4438 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [229.957 349.235 241.912 360.139] ++/Subtype /Link ++/A << /S /GoTo /D (page.85) >> + >> endobj +-1335 0 obj << +-/Title 1336 0 R +-/A 1333 0 R +-/Parent 1251 0 R +-/Prev 1331 0 R +-/Next 1339 0 R ++4439 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [256.777 324.865 268.732 335.769] ++/Subtype /Link ++/A << /S /GoTo /D (page.85) >> + >> endobj +-1331 0 obj << +-/Title 1332 0 R +-/A 1329 0 R +-/Parent 1251 0 R +-/Prev 1327 0 R +-/Next 1335 0 R ++4440 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [229.957 288.08 241.912 298.984] ++/Subtype /Link ++/A << /S /GoTo /D (page.83) >> + >> endobj +-1327 0 obj << +-/Title 1328 0 R +-/A 1325 0 R +-/Parent 1251 0 R +-/Prev 1323 0 R +-/Next 1331 0 R ++4441 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [199.522 265.767 211.477 274.613] ++/Subtype /Link ++/A << /S /GoTo /D (page.83) >> + >> endobj +-1323 0 obj << +-/Title 1324 0 R +-/A 1321 0 R +-/Parent 1251 0 R +-/Prev 1319 0 R +-/Next 1327 0 R ++4442 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [272.019 226.924 283.975 237.828] ++/Subtype /Link ++/A << /S /GoTo /D (page.84) >> + >> endobj +-1319 0 obj << +-/Title 1320 0 R +-/A 1317 0 R +-/Parent 1251 0 R +-/Prev 1315 0 R +-/Next 1323 0 R ++4443 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [267.038 202.554 278.993 213.458] ++/Subtype /Link ++/A << /S /GoTo /D (page.84) >> + >> endobj +-1315 0 obj << +-/Title 1316 0 R +-/A 1313 0 R +-/Parent 1251 0 R +-/Prev 1311 0 R +-/Next 1319 0 R ++4444 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [258.739 165.769 270.694 176.673] ++/Subtype /Link ++/A << /S /GoTo /D (page.81) >> + >> endobj +-1311 0 obj << +-/Title 1312 0 R +-/A 1309 0 R +-/Parent 1251 0 R +-/Prev 1307 0 R +-/Next 1315 0 R ++4445 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [229.957 141.399 241.912 152.303] ++/Subtype /Link ++/A << /S /GoTo /D (page.81) >> + >> endobj +-1307 0 obj << +-/Title 1308 0 R +-/A 1305 0 R +-/Parent 1251 0 R +-/Prev 1303 0 R +-/Next 1311 0 R ++4446 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [272.019 117.029 283.975 127.933] ++/Subtype /Link ++/A << /S /GoTo /D (page.81) >> + >> endobj +-1303 0 obj << +-/Title 1304 0 R +-/A 1301 0 R +-/Parent 1251 0 R +-/Prev 1299 0 R +-/Next 1307 0 R ++4447 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [456.328 643.056 468.283 653.96] ++/Subtype /Link ++/A << /S /GoTo /D (page.81) >> + >> endobj +-1299 0 obj << +-/Title 1300 0 R +-/A 1297 0 R +-/Parent 1251 0 R +-/Prev 1295 0 R +-/Next 1303 0 R ++4448 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [461.31 619.146 473.265 630.05] ++/Subtype /Link ++/A << /S /GoTo /D (page.81) >> + >> endobj +-1295 0 obj << +-/Title 1296 0 R +-/A 1293 0 R +-/Parent 1251 0 R +-/Prev 1291 0 R +-/Next 1299 0 R ++4449 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [456.328 595.235 468.283 606.139] ++/Subtype /Link ++/A << /S /GoTo /D (page.82) >> + >> endobj +-1291 0 obj << +-/Title 1292 0 R +-/A 1289 0 R +-/Parent 1251 0 R +-/Prev 1287 0 R +-/Next 1295 0 R ++4450 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [430.874 571.325 442.829 582.229] ++/Subtype /Link ++/A << /S /GoTo /D (page.82) >> + >> endobj +-1287 0 obj << +-/Title 1288 0 R +-/A 1285 0 R +-/Parent 1251 0 R +-/Prev 1283 0 R +-/Next 1291 0 R ++4451 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [425.893 547.415 437.848 558.319] ++/Subtype /Link ++/A << /S /GoTo /D (page.82) >> + >> endobj +-1283 0 obj << +-/Title 1284 0 R +-/A 1281 0 R +-/Parent 1251 0 R +-/Prev 1279 0 R +-/Next 1287 0 R ++4452 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [424.229 512.267 436.184 522.453] ++/Subtype /Link ++/A << /S /GoTo /D (page.92) >> + >> endobj +-1279 0 obj << +-/Title 1280 0 R +-/A 1277 0 R +-/Parent 1251 0 R +-/Prev 1275 0 R +-/Next 1283 0 R ++4453 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [424.229 488.356 436.184 498.543] ++/Subtype /Link ++/A << /S /GoTo /D (page.92) >> + >> endobj +-1275 0 obj << +-/Title 1276 0 R +-/A 1273 0 R +-/Parent 1251 0 R +-/Prev 1271 0 R +-/Next 1279 0 R ++4454 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [424.229 464.446 436.184 474.633] ++/Subtype /Link ++/A << /S /GoTo /D (page.92) >> + >> endobj +-1271 0 obj << +-/Title 1272 0 R +-/A 1269 0 R +-/Parent 1251 0 R +-/Prev 1267 0 R +-/Next 1275 0 R ++4455 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [488.417 439.818 500.373 450.722] ++/Subtype /Link ++/A << /S /GoTo /D (page.93) >> + >> endobj +-1267 0 obj << +-/Title 1268 0 R +-/A 1265 0 R +-/Parent 1251 0 R +-/Prev 1263 0 R +-/Next 1271 0 R ++4456 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [413.718 416.625 425.673 426.812] ++/Subtype /Link ++/A << /S /GoTo /D (page.94) >> + >> endobj +-1263 0 obj << +-/Title 1264 0 R +-/A 1261 0 R +-/Parent 1251 0 R +-/Prev 1259 0 R +-/Next 1267 0 R ++4457 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [476.801 403.953 488.756 414.857] ++/Subtype /Link ++/A << /S /GoTo /D (page.94) >> + >> endobj +-1259 0 obj << +-/Title 1260 0 R +-/A 1257 0 R +-/Parent 1251 0 R +-/Prev 1255 0 R +-/Next 1263 0 R ++4458 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [388.812 381.98 400.767 390.946] ++/Subtype /Link ++/A << /S /GoTo /D (page.94) >> + >> endobj +-1255 0 obj << +-/Title 1256 0 R +-/A 1253 0 R +-/Parent 1251 0 R +-/Next 1259 0 R ++4459 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [469.06 356.132 481.015 367.036] ++/Subtype /Link ++/A << /S /GoTo /D (page.86) >> + >> endobj +-1251 0 obj << +-/Title 1252 0 R +-/A 1249 0 R +-/Parent 1243 0 R +-/Prev 1247 0 R +-/First 1255 0 R +-/Last 1363 0 R +-/Count -28 ++4460 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [425.893 332.222 437.848 343.126] ++/Subtype /Link ++/A << /S /GoTo /D (page.86) >> + >> endobj +-1247 0 obj << +-/Title 1248 0 R +-/A 1245 0 R +-/Parent 1243 0 R +-/Next 1251 0 R ++4461 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [388.812 310.369 400.767 319.215] ++/Subtype /Link ++/A << /S /GoTo /D (page.87) >> + >> endobj +-1243 0 obj << +-/Title 1244 0 R +-/A 1241 0 R +-/Parent 1199 0 R +-/Prev 1227 0 R +-/Next 1367 0 R +-/First 1247 0 R +-/Last 1251 0 R +-/Count -2 ++4462 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [415.93 272.446 427.885 283.35] ++/Subtype /Link ++/A << /S /GoTo /D (page.78) >> + >> endobj +-1239 0 obj << +-/Title 1240 0 R +-/A 1237 0 R +-/Parent 1235 0 R ++4463 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [410.949 248.536 422.904 259.44] ++/Subtype /Link ++/A << /S /GoTo /D (page.78) >> + >> endobj +-1235 0 obj << +-/Title 1236 0 R +-/A 1233 0 R +-/Parent 1227 0 R +-/Prev 1231 0 R +-/First 1239 0 R +-/Last 1239 0 R +-/Count -1 ++4464 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [406.525 224.625 418.481 235.529] ++/Subtype /Link ++/A << /S /GoTo /D (page.78) >> + >> endobj +-1231 0 obj << +-/Title 1232 0 R +-/A 1229 0 R +-/Parent 1227 0 R +-/Next 1235 0 R ++4465 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [462.266 212.67 474.221 223.574] ++/Subtype /Link ++/A << /S /GoTo /D (page.78) >> + >> endobj +-1227 0 obj << +-/Title 1228 0 R +-/A 1225 0 R +-/Parent 1199 0 R +-/Prev 1203 0 R +-/Next 1243 0 R +-/First 1231 0 R +-/Last 1235 0 R +-/Count -2 ++4466 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [388.812 190.817 400.767 199.664] ++/Subtype /Link ++/A << /S /GoTo /D (page.78) >> + >> endobj +-1223 0 obj << +-/Title 1224 0 R +-/A 1221 0 R +-/Parent 1211 0 R +-/Prev 1219 0 R ++4467 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [492.154 176.805 504.109 187.709] ++/Subtype /Link ++/A << /S /GoTo /D (page.78) >> + >> endobj +-1219 0 obj << +-/Title 1220 0 R +-/A 1217 0 R +-/Parent 1211 0 R +-/Prev 1215 0 R +-/Next 1223 0 R ++4468 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [388.812 154.952 400.767 163.798] ++/Subtype /Link ++/A << /S /GoTo /D (page.78) >> + >> endobj +-1215 0 obj << +-/Title 1216 0 R +-/A 1213 0 R +-/Parent 1211 0 R +-/Next 1219 0 R ++4469 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [454.116 140.939 466.072 151.843] ++/Subtype /Link ++/A << /S /GoTo /D (page.79) >> + >> endobj +-1211 0 obj << +-/Title 1212 0 R +-/A 1209 0 R +-/Parent 1203 0 R +-/Prev 1207 0 R +-/First 1215 0 R +-/Last 1223 0 R +-/Count -3 ++4470 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [474.041 128.984 485.996 139.888] ++/Subtype /Link ++/A << /S /GoTo /D (page.79) >> + >> endobj +-1207 0 obj << +-/Title 1208 0 R +-/A 1205 0 R +-/Parent 1203 0 R +-/Next 1211 0 R ++4426 0 obj << ++/D [4424 0 R /XYZ 160.667 686.127 null] + >> endobj +-1203 0 obj << +-/Title 1204 0 R +-/A 1201 0 R +-/Parent 1199 0 R +-/Next 1227 0 R +-/First 1207 0 R +-/Last 1211 0 R +-/Count -2 ++4423 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] + >> endobj +-1199 0 obj << +-/Title 1200 0 R +-/A 1197 0 R +-/Parent 4760 0 R +-/Prev 147 0 R +-/First 1203 0 R +-/Last 1587 0 R +-/Count -11 ++4473 0 obj << ++/Length 2825 ++/Filter /FlateDecode ++>> ++stream ++xڵ]s6+t)͔X]j+umwFǻʦ{@@|w6BiOxކNDl)Gf9٨+OÐ-c Cs4)Mѯ1B#1rz>$8<$;g!$c#nokJ:,("D%rpiՕ'OpC4^vE8Gn)u;!1xLy a򝳘 ++~Vz7Laa Ѱ0oE l3.pԃ'7 EVsDF>E2C0\!Zz4EHd=lVD"$#!9HVarf!:HByK"d{CrOxQj7밵Dm0ϑtzv3w$dAS ++"~X]kyvg{⢆D9I6}1|j0FlhàA*tѩ+Oq/dU$4qD\ bǯc fL8Ӱ]F]y ++CfJJ`kjvHڽ1FW?73L6aQ^ Z?KqՔ)s~1cPH65SW<1-:"b44є,``.oNmO `3=4vʓ'& +PQGEc4e;Fp$R]tlje%\Zqs f,]m*2gQNR@$5D(ԉq sm4LvK ;Z15CbxkՕ'BfE>C`c5e;[/Dc/cB^w|kՕ'^6soAxhmherjzDH0+n5E.y_ 䋷ݥ6$5ܠ.BfjCO& ++a5e;/d+w=2O'µ Ӹ;Zg0K+&sD-ɛ_~ fΡ&:~4پWF]yD?Cf}/0~_~w3\"JgӤ鸁Aa )|k~X&wܱC+#ּn/3`c_?l|^osQ2pYendstream ++endobj ++4472 0 obj << ++/Type /Page ++/Contents 4473 0 R ++/Resources 4471 0 R ++/MediaBox [0 0 612 792] ++/Parent 4289 0 R ++/Annots [ 4475 0 R 4476 0 R 4477 0 R 4478 0 R 4479 0 R 4480 0 R 4481 0 R 4482 0 R 4483 0 R 4484 0 R 4485 0 R 4486 0 R 4487 0 R 4488 0 R 4489 0 R 4490 0 R 4491 0 R 4492 0 R 4493 0 R 4494 0 R 4495 0 R 4496 0 R 4497 0 R 4498 0 R 4499 0 R 4500 0 R 4501 0 R 4502 0 R 4503 0 R 4504 0 R 4505 0 R 4506 0 R 4507 0 R 4508 0 R 4509 0 R 4510 0 R 4511 0 R 4512 0 R 4513 0 R 4514 0 R 4515 0 R 4516 0 R 4517 0 R 4518 0 R 4519 0 R 4520 0 R 4521 0 R 4522 0 R 4523 0 R 4524 0 R ] + >> endobj +-1195 0 obj << +-/Title 1196 0 R +-/A 1193 0 R +-/Parent 1187 0 R +-/Prev 1191 0 R ++4475 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [172.842 643.056 184.797 653.96] ++/Subtype /Link ++/A << /S /GoTo /D (page.76) >> + >> endobj +-1191 0 obj << +-/Title 1192 0 R +-/A 1189 0 R +-/Parent 1187 0 R +-/Next 1195 0 R ++4476 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [172.842 619.146 184.797 630.05] ++/Subtype /Link ++/A << /S /GoTo /D (page.76) >> + >> endobj +-1187 0 obj << +-/Title 1188 0 R +-/A 1185 0 R +-/Parent 1183 0 R +-/First 1191 0 R +-/Last 1195 0 R +-/Count -2 ++4477 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [199.043 583.998 210.999 594.184] ++/Subtype /Link ++/A << /S /GoTo /D (page.57) >> + >> endobj +-1183 0 obj << +-/Title 1184 0 R +-/A 1181 0 R +-/Parent 147 0 R +-/Prev 1171 0 R +-/First 1187 0 R +-/Last 1187 0 R +-/Count -1 ++4478 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [202.919 560.087 214.874 570.274] ++/Subtype /Link ++/A << /S /GoTo /D (page.57) >> + >> endobj +-1179 0 obj << +-/Title 1180 0 R +-/A 1177 0 R +-/Parent 1175 0 R ++4479 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [221.539 535.46 233.494 546.364] ++/Subtype /Link ++/A << /S /GoTo /D (page.58) >> + >> endobj +-1175 0 obj << +-/Title 1176 0 R +-/A 1173 0 R +-/Parent 1171 0 R +-/First 1179 0 R +-/Last 1179 0 R +-/Count -1 ++4480 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [245.897 523.504 257.852 534.408] ++/Subtype /Link ++/A << /S /GoTo /D (page.58) >> + >> endobj +-1171 0 obj << +-/Title 1172 0 R +-/A 1169 0 R +-/Parent 147 0 R +-/Prev 1159 0 R +-/Next 1183 0 R +-/First 1175 0 R +-/Last 1175 0 R +-/Count -1 ++4481 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [240.916 511.549 252.871 522.453] ++/Subtype /Link ++/A << /S /GoTo /D (page.58) >> + >> endobj +-1167 0 obj << +-/Title 1168 0 R +-/A 1165 0 R +-/Parent 1163 0 R ++4482 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [221.539 499.594 233.494 510.498] ++/Subtype /Link ++/A << /S /GoTo /D (page.58) >> + >> endobj +-1163 0 obj << +-/Title 1164 0 R +-/A 1161 0 R +-/Parent 1159 0 R +-/First 1167 0 R +-/Last 1167 0 R +-/Count -1 ++4483 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [230.943 487.639 242.898 498.543] ++/Subtype /Link ++/A << /S /GoTo /D (page.57) >> + >> endobj +-1159 0 obj << +-/Title 1160 0 R +-/A 1157 0 R +-/Parent 147 0 R +-/Prev 1147 0 R +-/Next 1171 0 R +-/First 1163 0 R +-/Last 1163 0 R +-/Count -1 ++4484 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [239.81 475.684 251.765 486.588] ++/Subtype /Link ++/A << /S /GoTo /D (page.58) >> + >> endobj +-1155 0 obj << +-/Title 1156 0 R +-/A 1153 0 R +-/Parent 1151 0 R ++4485 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [145.724 453.831 157.679 462.677] ++/Subtype /Link ++/A << /S /GoTo /D (page.58) >> + >> endobj +-1151 0 obj << +-/Title 1152 0 R +-/A 1149 0 R +-/Parent 1147 0 R +-/First 1155 0 R +-/Last 1155 0 R +-/Count -1 ++4486 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [145.724 417.965 162.66 426.812] ++/Subtype /Link ++/A << /S /GoTo /D (page.107) >> + >> endobj +-1147 0 obj << +-/Title 1148 0 R +-/A 1145 0 R +-/Parent 147 0 R +-/Prev 1123 0 R +-/Next 1159 0 R +-/First 1151 0 R +-/Last 1151 0 R +-/Count -1 ++4487 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [145.724 394.055 162.66 402.902] ++/Subtype /Link ++/A << /S /GoTo /D (page.107) >> + >> endobj +-1143 0 obj << +-/Title 1144 0 R +-/A 1141 0 R +-/Parent 1127 0 R +-/Prev 1139 0 R ++4488 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [145.724 370.145 162.66 378.991] ++/Subtype /Link ++/A << /S /GoTo /D (page.107) >> + >> endobj +-1139 0 obj << +-/Title 1140 0 R +-/A 1137 0 R +-/Parent 1127 0 R +-/Prev 1135 0 R +-/Next 1143 0 R ++4489 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [219.895 332.939 236.831 343.126] ++/Subtype /Link ++/A << /S /GoTo /D (page.111) >> + >> endobj +-1135 0 obj << +-/Title 1136 0 R +-/A 1133 0 R +-/Parent 1127 0 R +-/Prev 1131 0 R +-/Next 1139 0 R ++4490 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [219.895 309.029 236.831 319.215] ++/Subtype /Link ++/A << /S /GoTo /D (page.111) >> + >> endobj +-1131 0 obj << +-/Title 1132 0 R +-/A 1129 0 R +-/Parent 1127 0 R +-/Next 1135 0 R ++4491 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [219.895 285.118 236.831 295.305] ++/Subtype /Link ++/A << /S /GoTo /D (page.111) >> + >> endobj +-1127 0 obj << +-/Title 1128 0 R +-/A 1125 0 R +-/Parent 1123 0 R +-/First 1131 0 R +-/Last 1143 0 R +-/Count -4 ++4492 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [219.895 261.208 236.831 271.395] ++/Subtype /Link ++/A << /S /GoTo /D (page.112) >> + >> endobj +-1123 0 obj << +-/Title 1124 0 R +-/A 1121 0 R +-/Parent 147 0 R +-/Prev 1099 0 R +-/Next 1147 0 R +-/First 1127 0 R +-/Last 1127 0 R +-/Count -1 ++4493 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [228.741 225.343 245.678 235.529] ++/Subtype /Link ++/A << /S /GoTo /D (page.113) >> + >> endobj +-1119 0 obj << +-/Title 1120 0 R +-/A 1117 0 R +-/Parent 1103 0 R +-/Prev 1115 0 R ++4494 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [228.741 201.432 245.678 211.619] ++/Subtype /Link ++/A << /S /GoTo /D (page.113) >> + >> endobj +-1115 0 obj << +-/Title 1116 0 R +-/A 1113 0 R +-/Parent 1103 0 R +-/Prev 1111 0 R +-/Next 1119 0 R ++4495 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [228.741 177.522 245.678 187.709] ++/Subtype /Link ++/A << /S /GoTo /D (page.113) >> + >> endobj +-1111 0 obj << +-/Title 1112 0 R +-/A 1109 0 R +-/Parent 1103 0 R +-/Prev 1107 0 R +-/Next 1115 0 R ++4496 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [228.741 153.612 245.678 163.798] ++/Subtype /Link ++/A << /S /GoTo /D (page.114) >> + >> endobj +-1107 0 obj << +-/Title 1108 0 R +-/A 1105 0 R +-/Parent 1103 0 R +-/Next 1111 0 R ++4497 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [214.913 117.029 231.85 127.933] ++/Subtype /Link ++/A << /S /GoTo /D (page.109) >> + >> endobj +-1103 0 obj << +-/Title 1104 0 R +-/A 1101 0 R +-/Parent 1099 0 R +-/First 1107 0 R +-/Last 1119 0 R +-/Count -4 ++4498 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [404.204 643.056 421.14 653.96] ++/Subtype /Link ++/A << /S /GoTo /D (page.109) >> + >> endobj +-1099 0 obj << +-/Title 1100 0 R +-/A 1097 0 R +-/Parent 147 0 R +-/Prev 1075 0 R +-/Next 1123 0 R +-/First 1103 0 R +-/Last 1103 0 R +-/Count -1 ++4499 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [404.204 618.719 421.14 629.623] ++/Subtype /Link ++/A << /S /GoTo /D (page.110) >> + >> endobj +-1095 0 obj << +-/Title 1096 0 R +-/A 1093 0 R +-/Parent 1079 0 R +-/Prev 1091 0 R ++4500 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [404.204 594.382 421.14 605.285] ++/Subtype /Link ++/A << /S /GoTo /D (page.110) >> + >> endobj +-1091 0 obj << +-/Title 1092 0 R +-/A 1089 0 R +-/Parent 1079 0 R +-/Prev 1087 0 R +-/Next 1095 0 R ++4501 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [439.053 570.335 451.008 580.521] ++/Subtype /Link ++/A << /S /GoTo /D (page.71) >> + >> endobj +-1087 0 obj << +-/Title 1088 0 R +-/A 1085 0 R +-/Parent 1079 0 R +-/Prev 1083 0 R +-/Next 1091 0 R ++4502 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [383.173 545.997 395.128 556.184] ++/Subtype /Link ++/A << /S /GoTo /D (page.71) >> + >> endobj +-1083 0 obj << +-/Title 1084 0 R +-/A 1081 0 R +-/Parent 1079 0 R +-/Next 1087 0 R ++4503 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [401.255 521.66 413.21 531.847] ++/Subtype /Link ++/A << /S /GoTo /D (page.71) >> + >> endobj +-1079 0 obj << +-/Title 1080 0 R +-/A 1077 0 R +-/Parent 1075 0 R +-/First 1083 0 R +-/Last 1095 0 R +-/Count -4 ++4504 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [400.627 497.323 412.583 507.509] ++/Subtype /Link ++/A << /S /GoTo /D (page.71) >> + >> endobj +-1075 0 obj << +-/Title 1076 0 R +-/A 1073 0 R +-/Parent 147 0 R +-/Prev 1051 0 R +-/Next 1099 0 R +-/First 1079 0 R +-/Last 1079 0 R +-/Count -1 ++4505 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [384.269 472.985 396.224 483.172] ++/Subtype /Link ++/A << /S /GoTo /D (page.71) >> + >> endobj +-1071 0 obj << +-/Title 1072 0 R +-/A 1069 0 R +-/Parent 1059 0 R +-/Prev 1067 0 R ++4506 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [400.687 448.648 412.642 458.835] ++/Subtype /Link ++/A << /S /GoTo /D (page.71) >> + >> endobj +-1067 0 obj << +-/Title 1068 0 R +-/A 1065 0 R +-/Parent 1059 0 R +-/Prev 1063 0 R +-/Next 1071 0 R ++4507 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [398.107 424.311 410.062 434.497] ++/Subtype /Link ++/A << /S /GoTo /D (page.71) >> + >> endobj +-1063 0 obj << +-/Title 1064 0 R +-/A 1061 0 R +-/Parent 1059 0 R +-/Next 1067 0 R ++4508 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [382.784 399.973 394.739 410.16] ++/Subtype /Link ++/A << /S /GoTo /D (page.70) >> + >> endobj +-1059 0 obj << +-/Title 1060 0 R +-/A 1057 0 R +-/Parent 1051 0 R +-/Prev 1055 0 R +-/First 1063 0 R +-/Last 1071 0 R +-/Count -3 ++4509 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [392.577 375.636 404.533 385.823] ++/Subtype /Link ++/A << /S /GoTo /D (page.71) >> + >> endobj +-1055 0 obj << +-/Title 1056 0 R +-/A 1053 0 R +-/Parent 1051 0 R +-/Next 1059 0 R ++4510 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [335.014 352.639 346.969 361.485] ++/Subtype /Link ++/A << /S /GoTo /D (page.71) >> + >> endobj +-1051 0 obj << +-/Title 1052 0 R +-/A 1049 0 R +-/Parent 147 0 R +-/Prev 1035 0 R +-/Next 1075 0 R +-/First 1055 0 R +-/Last 1059 0 R +-/Count -2 ++4511 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [380.393 326.961 392.348 337.148] ++/Subtype /Link ++/A << /S /GoTo /D (page.70) >> + >> endobj +-1047 0 obj << +-/Title 1048 0 R +-/A 1045 0 R +-/Parent 1039 0 R +-/Prev 1043 0 R ++4512 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [368.767 302.197 380.722 312.384] ++/Subtype /Link ++/A << /S /GoTo /D (page.71) >> + >> endobj +-1043 0 obj << +-/Title 1044 0 R +-/A 1041 0 R +-/Parent 1039 0 R +-/Next 1047 0 R ++4513 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [411.386 289.815 423.342 300.002] ++/Subtype /Link ++/A << /S /GoTo /D (page.72) >> + >> endobj +-1039 0 obj << +-/Title 1040 0 R +-/A 1037 0 R +-/Parent 1035 0 R +-/First 1043 0 R +-/Last 1047 0 R +-/Count -2 ++4514 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [335.014 266.818 346.969 275.664] ++/Subtype /Link ++/A << /S /GoTo /D (page.72) >> + >> endobj +-1035 0 obj << +-/Title 1036 0 R +-/A 1033 0 R +-/Parent 147 0 R +-/Prev 831 0 R +-/Next 1051 0 R +-/First 1039 0 R +-/Last 1039 0 R +-/Count -1 ++4515 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [364.881 253.096 376.836 263.282] ++/Subtype /Link ++/A << /S /GoTo /D (page.72) >> + >> endobj +-1031 0 obj << +-/Title 1032 0 R +-/A 1029 0 R +-/Parent 863 0 R +-/Prev 1027 0 R ++4516 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [425.762 239.996 437.718 250.9] ++/Subtype /Link ++/A << /S /GoTo /D (page.72) >> + >> endobj +-1027 0 obj << +-/Title 1028 0 R +-/A 1025 0 R +-/Parent 863 0 R +-/Prev 1023 0 R +-/Next 1031 0 R ++4517 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [370.431 216.376 382.386 226.563] ++/Subtype /Link ++/A << /S /GoTo /D (page.72) >> + >> endobj +-1023 0 obj << +-/Title 1024 0 R +-/A 1021 0 R +-/Parent 863 0 R +-/Prev 1019 0 R +-/Next 1027 0 R ++4518 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [404.194 203.277 416.149 214.181] ++/Subtype /Link ++/A << /S /GoTo /D (page.73) >> + >> endobj +-1019 0 obj << +-/Title 1020 0 R +-/A 1017 0 R +-/Parent 863 0 R +-/Prev 1015 0 R +-/Next 1023 0 R ++4519 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [439.61 190.895 451.566 201.798] ++/Subtype /Link ++/A << /S /GoTo /D (page.73) >> + >> endobj +-1015 0 obj << +-/Title 1016 0 R +-/A 1013 0 R +-/Parent 863 0 R +-/Prev 1011 0 R +-/Next 1019 0 R ++4520 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [426.878 178.512 438.834 189.416] ++/Subtype /Link ++/A << /S /GoTo /D (page.73) >> + >> endobj +-1011 0 obj << +-/Title 1012 0 R +-/A 1009 0 R +-/Parent 863 0 R +-/Prev 1007 0 R +-/Next 1015 0 R ++4521 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [370.431 154.892 382.386 165.079] ++/Subtype /Link ++/A << /S /GoTo /D (page.73) >> + >> endobj +-1007 0 obj << +-/Title 1008 0 R +-/A 1005 0 R +-/Parent 863 0 R +-/Prev 1003 0 R +-/Next 1011 0 R ++4522 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [418.589 141.793 430.545 152.697] ++/Subtype /Link ++/A << /S /GoTo /D (page.70) >> + >> endobj +-1003 0 obj << +-/Title 1004 0 R +-/A 1001 0 R +-/Parent 863 0 R +-/Prev 999 0 R +-/Next 1007 0 R ++4523 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [424.527 129.411 436.482 140.315] ++/Subtype /Link ++/A << /S /GoTo /D (page.71) >> + >> endobj +-999 0 obj << +-/Title 1000 0 R +-/A 997 0 R +-/Parent 863 0 R +-/Prev 995 0 R +-/Next 1003 0 R ++4524 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [424.656 117.746 436.612 127.933] ++/Subtype /Link ++/A << /S /GoTo /D (page.73) >> + >> endobj +-995 0 obj << +-/Title 996 0 R +-/A 993 0 R +-/Parent 863 0 R +-/Prev 991 0 R +-/Next 999 0 R ++4474 0 obj << ++/D [4472 0 R /XYZ 106.869 686.127 null] + >> endobj +-991 0 obj << +-/Title 992 0 R +-/A 989 0 R +-/Parent 863 0 R +-/Prev 987 0 R +-/Next 995 0 R ++4471 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] + >> endobj +-987 0 obj << +-/Title 988 0 R +-/A 985 0 R +-/Parent 863 0 R +-/Prev 983 0 R +-/Next 991 0 R ++4527 0 obj << ++/Length 3087 ++/Filter /FlateDecode ++>> ++stream ++xڽ[]s}ׯ#5E[IVj+f 2[T(ʶ{cY{spqq ?dF$FRl%"TVwgxv 8H3`_L#-CH#E9iyCRjˋqG>HQmyxv #gzvw89{w쨜9bJgt@Gl&E:>~VX⮻^oodI3BC<KL Lr(9/.x! b 1c"AJ b TӑAΛTla&t;tSݣn+@DcS)AwȌtSu tg[R$&Y0`tjd>_DC'ߡ(dA<1XTB+eE⫋:H8(bQ0|D\* ++5 EQKڣ;{گaQ}pG?6̥/rcos*+rڙX?3aic- c>Gڢ!s ++O;%mcn=V䓄ElMT8d'%И9)Sg_ɼQ-Ar hOX CG2C#L ++RP#BJؙnz^MYşFKӦUvӣ ++ Q:8tSF!mf%9L'`s:DZvۇ[zRQ2E*˄EԢQ>HBBxTũDLD5)ԏnMhCkELh*NQ|C'д9Sq`8`E#ֱ^qy2)I sC&[pSq`XXvalg?6Kawn/wg<$l3G0y!Dg1ir@*ِLr>Ʉb\S<`v>8N±EN."nxf!VQ((q,J2Vt~uU6b{nEjs&gl927)=J"nߍњC:Ln콒tqf7;PyRe+Mh5\{LAC01qR-J ++IA헦|2?,7nzasrSZ*Yw_԰QH425L ++<dž9LnXRvZ)S- qȒv@("N[L' UܺdCӏ׋=xNjC yE|tRzq&@'PX廌V83~2U\- ,ȅ°j1UA4iw x;3˗\a܉>Ji#LרjXzҵGo\nzq-P+k̭o@0*M.}-Kkh޿CN8γ%ARéM8wL΋Kco/_Bi?dJE7<#:Y (8Gĉhyp Pb\%sgJ0`Ԣ3C$+lcbt^23`=.2E(?hYt3,Y*dN&TɼhiX.<)M&gD!j@Ǫ>K8"(?жokկ?_T|7.$p;m~%l-0U:hgA Vr&FWwiCÒW3I)"s@7g!%݋d QBn@ʋJ7hܛ&/@w̹9oq?hBC7<= ++Y GAGcSP]]fؓ "3Ox@7<5c;DS79Dc3,p8 -dC<쇅L(Sy3Dҽ\o~*$/U<<ޛIʑT S4fi7GtdwIJ"J ^r}r4o?77_V\~*k̊ Uc~[*bg~vtv,~?TZ-W; I 2:iC7f2c2Ǣɜ8d/[f2`b$u,ecmOvtP}:ii;!ߡc@M<0UA>M{ll )( ++ǧ rvf+ݺ+K"G8 fݢivW!iBgb]*waΜ۵vYr듷^^L}{ KBPo}J 1(ݿbW@t&@g9Qޗ]o5Ǽ!bt3&B7Mtj 9Onx1ML=M"BؼJa{cw/mt+fԢF[L7j:&N[L+z%ݥv<zjbK?`&zԼxmp4jjXt3'BdڃP/0]o@;7% +yֿ߭cLW]ֻs2>dk)PM4+q·964f0u>狹f-]HukkD\56 eSɞ͗s]]J tsuH\.[HO>;Aom)8vY-TuXm'^ȃ6JbĻ򰾆m 5G07_BG/3 Ĥ<ݶ3[mv[߫sM珝e(点0Src?'܅ɽ?s>W/w_n%SK endstream ++endobj ++4526 0 obj << ++/Type /Page ++/Contents 4527 0 R ++/Resources 4525 0 R ++/MediaBox [0 0 612 792] ++/Parent 4289 0 R ++/Annots [ 4529 0 R 4530 0 R 4531 0 R 4532 0 R 4533 0 R 4534 0 R 4535 0 R 4536 0 R 4537 0 R 4538 0 R 4539 0 R 4540 0 R 4541 0 R 4542 0 R 4543 0 R 4544 0 R 4545 0 R 4546 0 R 4547 0 R 4548 0 R 4549 0 R 4550 0 R 4551 0 R 4552 0 R 4553 0 R 4554 0 R 4555 0 R 4556 0 R 4557 0 R 4558 0 R 4559 0 R 4560 0 R 4561 0 R 4562 0 R 4563 0 R 4564 0 R 4565 0 R 4566 0 R 4567 0 R 4568 0 R 4569 0 R 4570 0 R 4571 0 R 4572 0 R 4573 0 R 4574 0 R 4575 0 R 4576 0 R 4577 0 R 4578 0 R 4579 0 R 4580 0 R ] + >> endobj +-983 0 obj << +-/Title 984 0 R +-/A 981 0 R +-/Parent 863 0 R +-/Prev 979 0 R +-/Next 987 0 R ++4529 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [234.939 643.773 246.894 653.96] ++/Subtype /Link ++/A << /S /GoTo /D (page.73) >> + >> endobj +-979 0 obj << +-/Title 980 0 R +-/A 977 0 R +-/Parent 863 0 R +-/Prev 975 0 R +-/Next 983 0 R ++4530 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [267.596 631.486 279.551 641.673] ++/Subtype /Link ++/A << /S /GoTo /D (page.74) >> + >> endobj +-975 0 obj << +-/Title 976 0 R +-/A 973 0 R +-/Parent 863 0 R +-/Prev 971 0 R +-/Next 979 0 R ++4531 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [303.013 619.199 314.968 629.386] ++/Subtype /Link ++/A << /S /GoTo /D (page.74) >> + >> endobj +-971 0 obj << +-/Title 972 0 R +-/A 969 0 R +-/Parent 863 0 R +-/Prev 967 0 R +-/Next 975 0 R ++4532 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [290.28 606.194 302.236 617.098] ++/Subtype /Link ++/A << /S /GoTo /D (page.74) >> + >> endobj +-967 0 obj << +-/Title 968 0 R +-/A 965 0 R +-/Parent 863 0 R +-/Prev 963 0 R +-/Next 971 0 R ++4533 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [234.939 582.669 246.894 592.856] ++/Subtype /Link ++/A << /S /GoTo /D (page.74) >> + >> endobj +-963 0 obj << +-/Title 964 0 R +-/A 961 0 R +-/Parent 863 0 R +-/Prev 959 0 R +-/Next 967 0 R ++4534 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [229.957 545.422 246.894 556.326] ++/Subtype /Link ++/A << /S /GoTo /D (page.118) >> + >> endobj +-959 0 obj << +-/Title 960 0 R +-/A 957 0 R +-/Parent 863 0 R +-/Prev 955 0 R +-/Next 963 0 R ++4535 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [260.692 521.18 277.628 532.084] ++/Subtype /Link ++/A << /S /GoTo /D (page.118) >> + >> endobj +-955 0 obj << +-/Title 956 0 R +-/A 953 0 R +-/Parent 863 0 R +-/Prev 951 0 R +-/Next 959 0 R ++4536 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [234.391 496.605 246.346 507.509] ++/Subtype /Link ++/A << /S /GoTo /D (page.46) >> + >> endobj +-951 0 obj << +-/Title 952 0 R +-/A 949 0 R +-/Parent 863 0 R +-/Prev 947 0 R +-/Next 955 0 R ++4537 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [199.522 462.133 216.458 470.98] ++/Subtype /Link ++/A << /S /GoTo /D (page.117) >> + >> endobj +-947 0 obj << +-/Title 948 0 R +-/A 945 0 R +-/Parent 863 0 R +-/Prev 943 0 R +-/Next 951 0 R ++4538 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [273.125 435.501 285.08 446.405] ++/Subtype /Link ++/A << /S /GoTo /D (page.41) >> + >> endobj +-943 0 obj << +-/Title 944 0 R +-/A 941 0 R +-/Parent 863 0 R +-/Prev 939 0 R +-/Next 947 0 R ++4539 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [278.106 423.931 290.061 434.118] ++/Subtype /Link ++/A << /S /GoTo /D (page.41) >> + >> endobj +-939 0 obj << +-/Title 940 0 R +-/A 937 0 R +-/Parent 863 0 R +-/Prev 935 0 R +-/Next 943 0 R ++4540 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [247.113 410.927 259.068 421.831] ++/Subtype /Link ++/A << /S /GoTo /D (page.41) >> + >> endobj +-935 0 obj << +-/Title 936 0 R +-/A 933 0 R +-/Parent 863 0 R +-/Prev 931 0 R +-/Next 939 0 R ++4541 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [252.094 399.357 264.049 409.543] ++/Subtype /Link ++/A << /S /GoTo /D (page.41) >> + >> endobj +-931 0 obj << +-/Title 932 0 R +-/A 929 0 R +-/Parent 863 0 R +-/Prev 927 0 R +-/Next 935 0 R ++4542 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [300.104 374.065 312.059 384.969] ++/Subtype /Link ++/A << /S /GoTo /D (page.55) >> + >> endobj +-927 0 obj << +-/Title 928 0 R +-/A 925 0 R +-/Parent 863 0 R +-/Prev 923 0 R +-/Next 931 0 R ++4543 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [243.895 350.54 255.85 360.726] ++/Subtype /Link ++/A << /S /GoTo /D (page.55) >> + >> endobj +-923 0 obj << +-/Title 924 0 R +-/A 921 0 R +-/Parent 863 0 R +-/Prev 919 0 R +-/Next 927 0 R ++4544 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [274.231 325.58 286.186 336.484] ++/Subtype /Link ++/A << /S /GoTo /D (page.55) >> + >> endobj +-919 0 obj << +-/Title 920 0 R +-/A 917 0 R +-/Parent 863 0 R +-/Prev 915 0 R +-/Next 923 0 R ++4545 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [273.673 301.338 285.628 312.242] ++/Subtype /Link ++/A << /S /GoTo /D (page.56) >> + >> endobj +-915 0 obj << +-/Title 916 0 R +-/A 913 0 R +-/Parent 863 0 R +-/Prev 911 0 R +-/Next 919 0 R ++4546 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [257.085 276.763 269.041 287.667] ++/Subtype /Link ++/A << /S /GoTo /D (page.40) >> + >> endobj +-911 0 obj << +-/Title 912 0 R +-/A 909 0 R +-/Parent 863 0 R +-/Prev 907 0 R +-/Next 915 0 R ++4547 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [285.857 252.189 297.813 263.093] ++/Subtype /Link ++/A << /S /GoTo /D (page.60) >> + >> endobj +-907 0 obj << +-/Title 908 0 R +-/A 905 0 R +-/Parent 863 0 R +-/Prev 903 0 R +-/Next 911 0 R ++4548 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [280.876 239.901 292.831 250.805] ++/Subtype /Link ++/A << /S /GoTo /D (page.60) >> + >> endobj +-903 0 obj << +-/Title 904 0 R +-/A 901 0 R +-/Parent 863 0 R +-/Prev 899 0 R +-/Next 907 0 R ++4549 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [282.141 216.044 294.097 226.231] ++/Subtype /Link ++/A << /S /GoTo /D (page.44) >> + >> endobj +-899 0 obj << +-/Title 900 0 R +-/A 897 0 R +-/Parent 863 0 R +-/Prev 895 0 R +-/Next 903 0 R ++4550 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [275.347 203.757 287.302 213.944] ++/Subtype /Link ++/A << /S /GoTo /D (page.44) >> + >> endobj +-895 0 obj << +-/Title 896 0 R +-/A 893 0 R +-/Parent 863 0 R +-/Prev 891 0 R +-/Next 899 0 R ++4551 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [282.141 191.47 294.097 201.656] ++/Subtype /Link ++/A << /S /GoTo /D (page.44) >> + >> endobj +-891 0 obj << +-/Title 892 0 R +-/A 889 0 R +-/Parent 863 0 R +-/Prev 887 0 R +-/Next 895 0 R ++4552 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [294.864 179.182 306.819 189.369] ++/Subtype /Link ++/A << /S /GoTo /D (page.43) >> + >> endobj +-887 0 obj << +-/Title 888 0 R +-/A 885 0 R +-/Parent 863 0 R +-/Prev 883 0 R +-/Next 891 0 R ++4553 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [273.135 166.895 285.09 177.082] ++/Subtype /Link ++/A << /S /GoTo /D (page.44) >> + >> endobj +-883 0 obj << +-/Title 884 0 R +-/A 881 0 R +-/Parent 863 0 R +-/Prev 879 0 R +-/Next 887 0 R ++4554 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [276.443 154.608 288.398 164.795] ++/Subtype /Link ++/A << /S /GoTo /D (page.44) >> + >> endobj +-879 0 obj << +-/Title 880 0 R +-/A 877 0 R +-/Parent 863 0 R +-/Prev 875 0 R +-/Next 883 0 R ++4555 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [261.509 142.321 273.464 152.507] ++/Subtype /Link ++/A << /S /GoTo /D (page.44) >> + >> endobj +-875 0 obj << +-/Title 876 0 R +-/A 873 0 R +-/Parent 863 0 R +-/Prev 871 0 R +-/Next 879 0 R ++4556 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [287.521 130.033 299.476 140.22] ++/Subtype /Link ++/A << /S /GoTo /D (page.44) >> + >> endobj +-871 0 obj << +-/Title 872 0 R +-/A 869 0 R +-/Parent 863 0 R +-/Prev 867 0 R +-/Next 875 0 R ++4557 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [288.079 117.746 300.034 127.933] ++/Subtype /Link ++/A << /S /GoTo /D (page.43) >> + >> endobj +-867 0 obj << +-/Title 868 0 R +-/A 865 0 R +-/Parent 863 0 R +-/Next 871 0 R ++4558 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [455.223 643.773 467.178 653.96] ++/Subtype /Link ++/A << /S /GoTo /D (page.43) >> + >> endobj +-863 0 obj << +-/Title 864 0 R +-/A 861 0 R +-/Parent 831 0 R +-/Prev 851 0 R +-/First 867 0 R +-/Last 1031 0 R +-/Count -42 ++4559 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [463.511 618.991 475.466 629.894] ++/Subtype /Link ++/A << /S /GoTo /D (page.44) >> + >> endobj +-859 0 obj << +-/Title 860 0 R +-/A 857 0 R +-/Parent 851 0 R +-/Prev 855 0 R ++4560 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [472.916 606.958 484.871 617.862] ++/Subtype /Link ++/A << /S /GoTo /D (page.43) >> + >> endobj +-855 0 obj << +-/Title 856 0 R +-/A 853 0 R +-/Parent 851 0 R +-/Next 859 0 R ++4561 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [445.818 594.925 457.773 605.829] ++/Subtype /Link ++/A << /S /GoTo /D (page.43) >> + >> endobj +-851 0 obj << +-/Title 852 0 R +-/A 849 0 R +-/Parent 831 0 R +-/Prev 839 0 R +-/Next 863 0 R +-/First 855 0 R +-/Last 859 0 R +-/Count -2 ++4562 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [415.93 559.603 432.866 570.507] ++/Subtype /Link ++/A << /S /GoTo /D (page.123) >> + >> endobj +-847 0 obj << +-/Title 848 0 R +-/A 845 0 R +-/Parent 839 0 R +-/Prev 843 0 R ++4563 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [415.93 535.537 432.866 546.441] ++/Subtype /Link ++/A << /S /GoTo /D (page.123) >> + >> endobj +-843 0 obj << +-/Title 844 0 R +-/A 841 0 R +-/Parent 839 0 R +-/Next 847 0 R ++4564 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [423.681 499.516 440.617 510.42] ++/Subtype /Link ++/A << /S /GoTo /D (page.138) >> + >> endobj +-839 0 obj << +-/Title 840 0 R +-/A 837 0 R +-/Parent 831 0 R +-/Prev 835 0 R +-/Next 851 0 R +-/First 843 0 R +-/Last 847 0 R +-/Count -2 ++4565 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [415.93 464.194 432.866 475.098] ++/Subtype /Link ++/A << /S /GoTo /D (page.124) >> + >> endobj +-835 0 obj << +-/Title 836 0 R +-/A 833 0 R +-/Parent 831 0 R +-/Next 839 0 R ++4566 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [443.586 428.891 460.522 439.078] ++/Subtype /Link ++/A << /S /GoTo /D (page.128) >> + >> endobj +-831 0 obj << +-/Title 832 0 R +-/A 829 0 R +-/Parent 147 0 R +-/Prev 803 0 R +-/Next 1035 0 R +-/First 835 0 R +-/Last 863 0 R +-/Count -4 ++4567 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [417.872 416.858 434.809 427.045] ++/Subtype /Link ++/A << /S /GoTo /D (page.164) >> + >> endobj +-827 0 obj << +-/Title 828 0 R +-/A 825 0 R +-/Parent 811 0 R +-/Prev 823 0 R ++4568 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [430.037 404.108 446.973 415.012] ++/Subtype /Link ++/A << /S /GoTo /D (page.107) >> + >> endobj +-823 0 obj << +-/Title 824 0 R +-/A 821 0 R +-/Parent 811 0 R +-/Prev 819 0 R +-/Next 827 0 R ++4569 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [381.898 392.792 398.834 402.979] ++/Subtype /Link ++/A << /S /GoTo /D (page.166) >> + >> endobj +-819 0 obj << +-/Title 820 0 R +-/A 817 0 R +-/Parent 811 0 R +-/Prev 815 0 R +-/Next 823 0 R ++4570 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [462.973 368.01 479.91 378.914] ++/Subtype /Link ++/A << /S /GoTo /D (page.131) >> + >> endobj +-815 0 obj << +-/Title 816 0 R +-/A 813 0 R +-/Parent 811 0 R +-/Next 819 0 R ++4571 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [415.93 343.944 432.866 354.848] ++/Subtype /Link ++/A << /S /GoTo /D (page.124) >> + >> endobj +-811 0 obj << +-/Title 812 0 R +-/A 809 0 R +-/Parent 803 0 R +-/Prev 807 0 R +-/First 815 0 R +-/Last 827 0 R +-/Count -4 ++4572 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [473.494 308.622 490.43 319.526] ++/Subtype /Link ++/A << /S /GoTo /D (page.140) >> + >> endobj +-807 0 obj << +-/Title 808 0 R +-/A 805 0 R +-/Parent 803 0 R +-/Next 811 0 R ++4573 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [415.93 284.556 432.866 295.46] ++/Subtype /Link ++/A << /S /GoTo /D (page.124) >> + >> endobj +-803 0 obj << +-/Title 804 0 R +-/A 801 0 R +-/Parent 147 0 R +-/Prev 783 0 R +-/Next 831 0 R +-/First 807 0 R +-/Last 811 0 R +-/Count -2 ++4574 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [421.19 272.523 433.145 283.427] ++/Subtype /Link ++/A << /S /GoTo /D (page.68) >> + >> endobj +-799 0 obj << +-/Title 800 0 R +-/A 797 0 R +-/Parent 787 0 R +-/Prev 795 0 R ++4575 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [423.681 236.503 440.617 247.407] ++/Subtype /Link ++/A << /S /GoTo /D (page.138) >> + >> endobj +-795 0 obj << +-/Title 796 0 R +-/A 793 0 R +-/Parent 787 0 R +-/Prev 791 0 R +-/Next 799 0 R ++4576 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [409.962 224.47 426.899 235.374] ++/Subtype /Link ++/A << /S /GoTo /D (page.167) >> + >> endobj +-791 0 obj << +-/Title 792 0 R +-/A 789 0 R +-/Parent 787 0 R +-/Next 795 0 R ++4577 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [388.812 202.539 405.748 211.386] ++/Subtype /Link ++/A << /S /GoTo /D (page.118) >> + >> endobj +-787 0 obj << +-/Title 788 0 R +-/A 785 0 R +-/Parent 783 0 R +-/First 791 0 R +-/Last 799 0 R +-/Count -3 ++4578 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [415.93 165.16 432.866 176.064] ++/Subtype /Link ++/A << /S /GoTo /D (page.124) >> + >> endobj +-783 0 obj << +-/Title 784 0 R +-/A 781 0 R +-/Parent 147 0 R +-/Prev 759 0 R +-/Next 803 0 R +-/First 787 0 R +-/Last 787 0 R +-/Count -1 ++4579 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [445.818 153.127 462.754 164.031] ++/Subtype /Link ++/A << /S /GoTo /D (page.130) >> + >> endobj +-779 0 obj << +-/Title 780 0 R +-/A 777 0 R +-/Parent 763 0 R +-/Prev 775 0 R ++4580 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [415.93 129.061 432.866 139.965] ++/Subtype /Link ++/A << /S /GoTo /D (page.124) >> + >> endobj +-775 0 obj << +-/Title 776 0 R +-/A 773 0 R +-/Parent 763 0 R +-/Prev 771 0 R +-/Next 779 0 R ++4528 0 obj << ++/D [4526 0 R /XYZ 160.667 686.127 null] + >> endobj +-771 0 obj << +-/Title 772 0 R +-/A 769 0 R +-/Parent 763 0 R +-/Prev 767 0 R +-/Next 775 0 R ++4525 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] + >> endobj +-767 0 obj << +-/Title 768 0 R +-/A 765 0 R +-/Parent 763 0 R +-/Next 771 0 R ++4583 0 obj << ++/Length 2358 ++/Filter /FlateDecode ++>> ++stream ++xŚ]s6+t),Q|@6L2cZn{H$@ dɅ%^.*T%"To i ++Oۛ/PHlukH#I߿MArMzW}3Iv{xu#|ƈhz8Ɖx}cڧFBM zà%ZJ)0?o$C^ݹG.1ɶ/Cq4t۹IQvv?Vİ@ ++t ۪ OcdTXa[M ,Fy#,h .m8^&\pO ++Jo(O‰Al`۳2Jbc V) ++PgVSݟ>-+J*gAΊVcHfE9s~ ++HhpNo0]k\`L&R< ,tL#EgĪ OGɨɎ H8P&p U0aYw;Mq"c`!͹2Q|"cMvJ @Q0C  c\PNs%-+<9WffΩsP xIc'qi0V3wN900pLtwն:v"Pu%dbՅ'ɨISNjrfo'&@ M6.> endobj +-763 0 obj << +-/Title 764 0 R +-/A 761 0 R +-/Parent 759 0 R +-/First 767 0 R +-/Last 779 0 R +-/Count -4 ++4585 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [172.842 655.011 189.778 665.915] ++/Subtype /Link ++/A << /S /GoTo /D (page.124) >> + >> endobj +-759 0 obj << +-/Title 760 0 R +-/A 757 0 R +-/Parent 147 0 R +-/Prev 735 0 R +-/Next 783 0 R +-/First 763 0 R +-/Last 763 0 R +-/Count -1 ++4586 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [180.593 618.991 197.529 629.894] ++/Subtype /Link ++/A << /S /GoTo /D (page.138) >> + >> endobj +-755 0 obj << +-/Title 756 0 R +-/A 753 0 R +-/Parent 739 0 R +-/Prev 751 0 R ++4587 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [172.842 594.925 189.778 605.829] ++/Subtype /Link ++/A << /S /GoTo /D (page.124) >> + >> endobj +-751 0 obj << +-/Title 752 0 R +-/A 749 0 R +-/Parent 739 0 R +-/Prev 747 0 R +-/Next 755 0 R ++4588 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [176.976 582.892 188.931 593.796] ++/Subtype /Link ++/A << /S /GoTo /D (page.92) >> + >> endobj +-747 0 obj << +-/Title 748 0 R +-/A 745 0 R +-/Parent 739 0 R +-/Prev 743 0 R +-/Next 751 0 R ++4589 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [154.849 559.603 166.804 570.507] ++/Subtype /Link ++/A << /S /GoTo /D (page.41) >> + >> endobj +-743 0 obj << +-/Title 744 0 R +-/A 741 0 R +-/Parent 739 0 R +-/Next 747 0 R ++4590 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [193.055 547.57 205.01 558.474] ++/Subtype /Link ++/A << /S /GoTo /D (page.76) >> + >> endobj +-739 0 obj << +-/Title 740 0 R +-/A 737 0 R +-/Parent 735 0 R +-/First 743 0 R +-/Last 755 0 R +-/Count -4 ++4591 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [212.422 535.537 224.378 546.441] ++/Subtype /Link ++/A << /S /GoTo /D (page.61) >> + >> endobj +-735 0 obj << +-/Title 736 0 R +-/A 733 0 R +-/Parent 147 0 R +-/Prev 715 0 R +-/Next 759 0 R +-/First 739 0 R +-/Last 739 0 R +-/Count -1 ++4592 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [172.842 511.472 189.778 522.376] ++/Subtype /Link ++/A << /S /GoTo /D (page.125) >> + >> endobj +-731 0 obj << +-/Title 732 0 R +-/A 729 0 R +-/Parent 719 0 R +-/Prev 727 0 R ++4593 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [238.823 499.439 255.76 510.343] ++/Subtype /Link ++/A << /S /GoTo /D (page.117) >> + >> endobj +-727 0 obj << +-/Title 728 0 R +-/A 725 0 R +-/Parent 719 0 R +-/Prev 723 0 R +-/Next 731 0 R ++4594 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [189.449 487.406 206.385 498.31] ++/Subtype /Link ++/A << /S /GoTo /D (page.168) >> + >> endobj +-723 0 obj << +-/Title 724 0 R +-/A 721 0 R +-/Parent 719 0 R +-/Next 727 0 R ++4595 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [172.842 463.34 189.778 474.244] ++/Subtype /Link ++/A << /S /GoTo /D (page.125) >> + >> endobj +-719 0 obj << +-/Title 720 0 R +-/A 717 0 R +-/Parent 715 0 R +-/First 723 0 R +-/Last 731 0 R +-/Count -3 ++4596 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [172.842 439.275 189.778 450.179] ++/Subtype /Link ++/A << /S /GoTo /D (page.125) >> + >> endobj +-715 0 obj << +-/Title 716 0 R +-/A 713 0 R +-/Parent 147 0 R +-/Prev 699 0 R +-/Next 735 0 R +-/First 719 0 R +-/Last 719 0 R +-/Count -1 ++4597 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [219.885 403.953 236.821 414.857] ++/Subtype /Link ++/A << /S /GoTo /D (page.131) >> + >> endobj +-711 0 obj << +-/Title 712 0 R +-/A 709 0 R +-/Parent 703 0 R +-/Prev 707 0 R ++4598 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [219.885 379.887 236.821 390.791] ++/Subtype /Link ++/A << /S /GoTo /D (page.131) >> + >> endobj +-707 0 obj << +-/Title 708 0 R +-/A 705 0 R +-/Parent 703 0 R +-/Next 711 0 R ++4599 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [172.842 355.821 189.778 366.725] ++/Subtype /Link ++/A << /S /GoTo /D (page.125) >> + >> endobj +-703 0 obj << +-/Title 704 0 R +-/A 701 0 R +-/Parent 699 0 R +-/First 707 0 R +-/Last 711 0 R +-/Count -2 ++4600 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [172.842 331.756 189.778 342.66] ++/Subtype /Link ++/A << /S /GoTo /D (page.125) >> + >> endobj +-699 0 obj << +-/Title 700 0 R +-/A 697 0 R +-/Parent 147 0 R +-/Prev 683 0 R +-/Next 715 0 R +-/First 703 0 R +-/Last 703 0 R +-/Count -1 ++4601 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [172.842 307.69 189.778 318.594] ++/Subtype /Link ++/A << /S /GoTo /D (page.125) >> + >> endobj +-695 0 obj << +-/Title 696 0 R +-/A 693 0 R +-/Parent 687 0 R +-/Prev 691 0 R ++4602 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [180.593 271.67 197.529 282.573] ++/Subtype /Link ++/A << /S /GoTo /D (page.136) >> + >> endobj +-691 0 obj << +-/Title 692 0 R +-/A 689 0 R +-/Parent 687 0 R +-/Next 695 0 R ++4603 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [180.593 224.392 197.529 235.296] ++/Subtype /Link ++/A << /S /GoTo /D (page.138) >> + >> endobj +-687 0 obj << +-/Title 688 0 R +-/A 685 0 R +-/Parent 683 0 R +-/First 691 0 R +-/Last 695 0 R +-/Count -2 ++4604 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [177.135 212.359 189.09 223.263] ++/Subtype /Link ++/A << /S /GoTo /D (page.60) >> + >> endobj +-683 0 obj << +-/Title 684 0 R +-/A 681 0 R +-/Parent 147 0 R +-/Prev 667 0 R +-/Next 699 0 R +-/First 687 0 R +-/Last 687 0 R +-/Count -1 ++4605 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [180.593 165.082 197.529 175.986] ++/Subtype /Link ++/A << /S /GoTo /D (page.139) >> + >> endobj +-679 0 obj << +-/Title 680 0 R +-/A 677 0 R +-/Parent 671 0 R +-/Prev 675 0 R ++4606 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [180.593 129.061 197.529 139.965] ++/Subtype /Link ++/A << /S /GoTo /D (page.134) >> + >> endobj +-675 0 obj << +-/Title 676 0 R +-/A 673 0 R +-/Parent 671 0 R +-/Next 679 0 R ++4607 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [369.883 643.056 386.819 653.96] ++/Subtype /Link ++/A << /S /GoTo /D (page.139) >> + >> endobj +-671 0 obj << +-/Title 672 0 R +-/A 669 0 R +-/Parent 667 0 R +-/First 675 0 R +-/Last 679 0 R +-/Count -2 ++4608 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [369.883 607.191 386.819 618.095] ++/Subtype /Link ++/A << /S /GoTo /D (page.135) >> + >> endobj +-667 0 obj << +-/Title 668 0 R +-/A 665 0 R +-/Parent 147 0 R +-/Prev 627 0 R +-/Next 683 0 R +-/First 671 0 R +-/Last 671 0 R +-/Count -1 ++4609 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [369.883 571.325 386.819 582.229] ++/Subtype /Link ++/A << /S /GoTo /D (page.139) >> + >> endobj +-663 0 obj << +-/Title 664 0 R +-/A 661 0 R +-/Parent 631 0 R +-/Prev 659 0 R ++4610 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [369.883 535.46 386.819 546.364] ++/Subtype /Link ++/A << /S /GoTo /D (page.135) >> + >> endobj +-659 0 obj << +-/Title 660 0 R +-/A 657 0 R +-/Parent 631 0 R +-/Prev 655 0 R +-/Next 663 0 R ++4611 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [369.883 499.594 386.819 510.498] ++/Subtype /Link ++/A << /S /GoTo /D (page.139) >> + >> endobj +-655 0 obj << +-/Title 656 0 R +-/A 653 0 R +-/Parent 631 0 R +-/Prev 651 0 R +-/Next 659 0 R ++4612 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [369.883 463.729 386.819 474.633] ++/Subtype /Link ++/A << /S /GoTo /D (page.135) >> + >> endobj +-651 0 obj << +-/Title 652 0 R +-/A 649 0 R +-/Parent 631 0 R +-/Prev 647 0 R +-/Next 655 0 R ++4613 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [362.132 439.818 379.068 450.722] ++/Subtype /Link ++/A << /S /GoTo /D (page.125) >> + >> endobj +-647 0 obj << +-/Title 648 0 R +-/A 645 0 R +-/Parent 631 0 R +-/Prev 643 0 R +-/Next 651 0 R ++4614 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [389.788 404.67 406.724 414.857] ++/Subtype /Link ++/A << /S /GoTo /D (page.128) >> + >> endobj +-643 0 obj << +-/Title 644 0 R +-/A 641 0 R +-/Parent 631 0 R +-/Prev 639 0 R +-/Next 647 0 R +->> endobj +-639 0 obj << +-/Title 640 0 R +-/A 637 0 R +-/Parent 631 0 R +-/Prev 635 0 R +-/Next 643 0 R +->> endobj +-635 0 obj << +-/Title 636 0 R +-/A 633 0 R +-/Parent 631 0 R +-/Next 639 0 R ++4615 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [335.014 370.145 351.95 378.991] ++/Subtype /Link ++/A << /S /GoTo /D (page.133) >> + >> endobj +-631 0 obj << +-/Title 632 0 R +-/A 629 0 R +-/Parent 627 0 R +-/First 635 0 R +-/Last 663 0 R +-/Count -8 ++4616 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [364.343 346.169 376.298 357.073] ++/Subtype /Link ++/A << /S /GoTo /D (page.95) >> + >> endobj +-627 0 obj << +-/Title 628 0 R +-/A 625 0 R +-/Parent 147 0 R +-/Prev 583 0 R +-/Next 667 0 R +-/First 631 0 R +-/Last 631 0 R +-/Count -1 ++4617 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [392.955 334.214 404.911 345.118] ++/Subtype /Link ++/A << /S /GoTo /D (page.55) >> + >> endobj +-623 0 obj << +-/Title 624 0 R +-/A 621 0 R +-/Parent 587 0 R +-/Prev 619 0 R ++4618 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [369.763 322.259 381.718 333.163] ++/Subtype /Link ++/A << /S /GoTo /D (page.40) >> + >> endobj +-619 0 obj << +-/Title 620 0 R +-/A 617 0 R +-/Parent 587 0 R +-/Prev 615 0 R +-/Next 623 0 R ++4619 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [393.185 310.304 405.14 321.208] ++/Subtype /Link ++/A << /S /GoTo /D (page.43) >> + >> endobj +-615 0 obj << +-/Title 616 0 R +-/A 613 0 R +-/Parent 587 0 R +-/Prev 611 0 R +-/Next 619 0 R ++4620 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [371.018 298.349 382.973 309.253] ++/Subtype /Link ++/A << /S /GoTo /D (page.46) >> + >> endobj +-611 0 obj << +-/Title 612 0 R +-/A 609 0 R +-/Parent 587 0 R +-/Prev 607 0 R +-/Next 615 0 R ++4621 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [409.175 274.438 426.111 285.342] ++/Subtype /Link ++/A << /S /GoTo /D (page.131) >> + >> endobj +-607 0 obj << +-/Title 608 0 R +-/A 605 0 R +-/Parent 587 0 R +-/Prev 603 0 R +-/Next 611 0 R ++4622 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [362.132 250.528 379.068 261.432] ++/Subtype /Link ++/A << /S /GoTo /D (page.125) >> + >> endobj +-603 0 obj << +-/Title 604 0 R +-/A 601 0 R +-/Parent 587 0 R +-/Prev 599 0 R +-/Next 607 0 R ++4623 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [362.132 216.655 379.068 227.559] ++/Subtype /Link ++/A << /S /GoTo /D (page.126) >> + >> endobj +-599 0 obj << +-/Title 600 0 R +-/A 597 0 R +-/Parent 587 0 R +-/Prev 595 0 R +-/Next 603 0 R ++4624 0 obj << ++/Type /Annot ++/Border[0 0 0]/H/I/C[1 0 0] ++/Rect [392.019 182.782 408.956 193.686] ++/Subtype /Link ++/A << /S /GoTo /D (page.130) >> + >> endobj +-595 0 obj << +-/Title 596 0 R +-/A 593 0 R +-/Parent 587 0 R +-/Prev 591 0 R +-/Next 599 0 R ++4584 0 obj << ++/D [4582 0 R /XYZ 106.869 686.127 null] + >> endobj +-591 0 obj << +-/Title 592 0 R +-/A 589 0 R +-/Parent 587 0 R +-/Next 595 0 R ++4581 0 obj << ++/Font << /F28 362 0 R /F22 352 0 R >> ++/ProcSet [ /PDF /Text ] + >> endobj +-587 0 obj << +-/Title 588 0 R +-/A 585 0 R +-/Parent 583 0 R +-/First 591 0 R +-/Last 623 0 R +-/Count -9 ++4626 0 obj << ++/Type /Encoding ++/Differences [ 0 /.notdef 1/dotaccent/fi/fl/fraction/hungarumlaut/Lslash/lslash/ogonek/ring 10/.notdef 11/breve/minus 13/.notdef 14/Zcaron/zcaron/caron/dotlessi/dotlessj/ff/ffi/ffl 22/.notdef 30/grave/quotesingle/space/exclam/quotedbl/numbersign/dollar/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/at/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/bracketleft/backslash/bracketright/asciicircum/underscore/quoteleft/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/bar/braceright/asciitilde 127/.notdef 128/Euro 129/.notdef 130/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl/circumflex/perthousand/Scaron/guilsinglleft/OE 141/.notdef 147/quotedblleft/quotedblright/bullet/endash/emdash/tilde/trademark/scaron/guilsinglright/oe 157/.notdef 159/Ydieresis 160/.notdef 161/exclamdown/cent/sterling/currency/yen/brokenbar/section/dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron/degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis] + >> endobj +-583 0 obj << +-/Title 584 0 R +-/A 581 0 R +-/Parent 147 0 R +-/Prev 567 0 R +-/Next 627 0 R +-/First 587 0 R +-/Last 587 0 R +-/Count -1 ++703 0 obj << ++/Type /Font ++/Subtype /Type1 ++/Encoding 4626 0 R ++/BaseFont /Times-BoldItalic + >> endobj +-579 0 obj << +-/Title 580 0 R +-/A 577 0 R +-/Parent 571 0 R +-/Prev 575 0 R +->> endobj +-575 0 obj << +-/Title 576 0 R +-/A 573 0 R +-/Parent 571 0 R +-/Next 579 0 R +->> endobj +-571 0 obj << +-/Title 572 0 R +-/A 569 0 R +-/Parent 567 0 R +-/First 575 0 R +-/Last 579 0 R +-/Count -2 +->> endobj +-567 0 obj << +-/Title 568 0 R +-/A 565 0 R +-/Parent 147 0 R +-/Prev 479 0 R +-/Next 583 0 R +-/First 571 0 R +-/Last 571 0 R +-/Count -1 ++4627 0 obj << ++/Type /Encoding ++/Differences [ 0 /minus/periodcentered/multiply/asteriskmath/divide/diamondmath/plusminus/minusplus/circleplus/circleminus/circlemultiply/circledivide/circledot/circlecopyrt/openbullet/bullet/equivasymptotic/equivalence/reflexsubset/reflexsuperset/lessequal/greaterequal/precedesequal/followsequal/similar/approxequal/propersubset/propersuperset/lessmuch/greatermuch/precedes/follows/arrowleft/arrowright/arrowup/arrowdown/arrowboth/arrownortheast/arrowsoutheast/similarequal/arrowdblleft/arrowdblright/arrowdblup/arrowdbldown/arrowdblboth/arrownorthwest/arrowsouthwest/proportional/prime/infinity/element/owner/triangle/triangleinv/negationslash/mapsto/universal/existential/logicalnot/emptyset/Rfractur/Ifractur/latticetop/perpendicular/aleph/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/union/intersection/unionmulti/logicaland/logicalor/turnstileleft/turnstileright/floorleft/floorright/ceilingleft/ceilingright/braceleft/braceright/angbracketleft/angbracketright/bar/bardbl/arrowbothv/arrowdblbothv/backslash/wreathproduct/radical/coproduct/nabla/integral/unionsq/intersectionsq/subsetsqequal/supersetsqequal/section/dagger/daggerdbl/paragraph/club/diamond/heart/spade/arrowleft 129/.notdef 161/minus/periodcentered/multiply/asteriskmath/divide/diamondmath/plusminus/minusplus/circleplus/circleminus 171/.notdef 173/circlemultiply/circledivide/circledot/circlecopyrt/openbullet/bullet/equivasymptotic/equivalence/reflexsubset/reflexsuperset/lessequal/greaterequal/precedesequal/followsequal/similar/approxequal/propersubset/propersuperset/lessmuch/greatermuch/precedes/follows/arrowleft/spade 197/.notdef] + >> endobj +-563 0 obj << +-/Title 564 0 R +-/A 561 0 R +-/Parent 499 0 R +-/Prev 559 0 R +->> endobj +-559 0 obj << +-/Title 560 0 R +-/A 557 0 R +-/Parent 499 0 R +-/Prev 555 0 R +-/Next 563 0 R +->> endobj +-555 0 obj << +-/Title 556 0 R +-/A 553 0 R +-/Parent 499 0 R +-/Prev 551 0 R +-/Next 559 0 R ++607 0 obj << ++/Length1 843 ++/Length2 1061 ++/Length3 532 ++/Length 1674 ++/Filter /FlateDecode ++>> ++stream ++xRkXWֺ:J6r^0b$VD !)[(L` $pڊB j]Q,P/+T MQ hWu,k=|~.EJbDB G<sx%&Q<P!` x7O@, &F*i4()"T<5 RF@6}Bd%Q%a؁a8ĝv m+P2JhS`mr5-* \mJTq%}J;o+W%fZ~&_SfBIJ(QK}5*1f.L!jL!(`þtAUJ1JTZQ\9 ++ߌnXpL.y3p _35KMDbx0M绘9m7@H1B +>  Wh\NP@Gc* ++%Sg޾H_=i2I)}ކ_@:5Uua'`x'FX |{6 $QytkFE j'v%T_XKwͧ#>”f9h{e)i`$.ۦp` y%[ADɒS}:Na|bu|r$!?smׄgzGCo}Ӿi,oC|g M}=XYV@UrkW͡eʧ/}Pmcfyf=R^jցMhvdjBҰ~'^+q*]$ D; ǐǥH⑋2LI'j6>`d9!Um5 kK6XPrVr^mob{/10$}={SMGw+‹NX5/3ayC1H$>+ ++m+^|߉,zNjyB$>wwS)<-)ݝY?ޮ+\ҬzPCֆisFo\ȧn^I[__ )`Jٶy%<7Q󞴚'{}Q`7 s\w>ReG~ջqw-Mo4^JN=8**{V/|4cױ>,H#{ɉ3nXÇƄkj6wre ++?~ }oZkN51gnq^:~_&xiWAP#eϫ ='ĊWSⶨڢcCl[w|i^+9Kܞ]auihLq$3QMf g<^n3v9'}/M>r!*:RUh~\F-q(R5ު[{I+{T66SOkΉŁ=}.MgO7eT$%|?1(|Z"RgunÍF)v"Ŵ v/H"NNp6dL-(p.RVUVѥֽ 뽌xySOD Yam#nx򸗝S6'Ma tcemT\bF4 EH d"OLendstream ++endobj ++608 0 obj << ++/Type /Font ++/Subtype /Type1 ++/Encoding 4627 0 R ++/FirstChar 3 ++/LastChar 110 ++/Widths 4628 0 R ++/BaseFont /OIDRSP+CMSY10 ++/FontDescriptor 606 0 R + >> endobj +-551 0 obj << +-/Title 552 0 R +-/A 549 0 R +-/Parent 499 0 R +-/Prev 547 0 R +-/Next 555 0 R +->> endobj +-547 0 obj << +-/Title 548 0 R +-/A 545 0 R +-/Parent 499 0 R +-/Prev 543 0 R +-/Next 551 0 R +->> endobj +-543 0 obj << +-/Title 544 0 R +-/A 541 0 R +-/Parent 499 0 R +-/Prev 539 0 R +-/Next 547 0 R +->> endobj +-539 0 obj << +-/Title 540 0 R +-/A 537 0 R +-/Parent 499 0 R +-/Prev 535 0 R +-/Next 543 0 R ++606 0 obj << ++/Ascent 750 ++/CapHeight 683 ++/Descent -194 ++/FontName /OIDRSP+CMSY10 ++/ItalicAngle -14 ++/StemV 85 ++/XHeight 431 ++/FontBBox [-29 -960 1116 775] ++/Flags 4 ++/CharSet (/asteriskmath/similar/arrowright/backslash) ++/FontFile 607 0 R + >> endobj +-535 0 obj << +-/Title 536 0 R +-/A 533 0 R +-/Parent 499 0 R +-/Prev 531 0 R +-/Next 539 0 R ++4628 0 obj ++[500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 778 0 0 0 0 0 0 0 0 1000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 500 ] ++endobj ++4629 0 obj << ++/Type /Encoding ++/Differences [ 0 /Gamma/Delta/Theta/Lambda/Xi/Pi/Sigma/Upsilon/Phi/Psi/Omega/alpha/beta/gamma/delta/epsilon1/zeta/eta/theta/iota/kappa/lambda/mu/nu/xi/pi/rho/sigma/tau/upsilon/phi/chi/psi/omega/epsilon/theta1/pi1/rho1/sigma1/phi1/arrowlefttophalf/arrowleftbothalf/arrowrighttophalf/arrowrightbothalf/arrowhookleft/arrowhookright/triangleright/triangleleft/zerooldstyle/oneoldstyle/twooldstyle/threeoldstyle/fouroldstyle/fiveoldstyle/sixoldstyle/sevenoldstyle/eightoldstyle/nineoldstyle/period/comma/less/slash/greater/star/partialdiff/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/flat/natural/sharp/slurbelow/slurabove/lscript/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/dotlessi/dotlessj/weierstrass/vector/tie/psi 129/.notdef 160/space/Gamma/Delta/Theta/Lambda/Xi/Pi/Sigma/Upsilon/Phi/Psi 171/.notdef 173/Omega/alpha/beta/gamma/delta/epsilon1/zeta/eta/theta/iota/kappa/lambda/mu/nu/xi/pi/rho/sigma/tau/upsilon/phi/chi/psi/tie 197/.notdef] + >> endobj +-531 0 obj << +-/Title 532 0 R +-/A 529 0 R +-/Parent 499 0 R +-/Prev 527 0 R +-/Next 535 0 R ++488 0 obj << ++/Length1 793 ++/Length2 1151 ++/Length3 532 ++/Length 1726 ++/Filter /FlateDecode ++>> ++stream ++xRkPSLyj F4O !D E%1焜H@Te,bё(@}HZjU|u:?ugo}{o{\e 0`p!J%6 l6F a9`h#xUZ5z6_8"[}" # ++9 ++rBk ++0z&`tN bR8! ++Sš$A࿁!mT۔L: EBVRXa &7dM/USN+/ j_ L%`H1h8) !ZMQÀYdx#ABJ:aoJ+@" qkr%"i0`͞9ǤI8l&!~{JL*0AS 8.S!"#0pB:R1byd%S&Փ Xj8=}}p+erH&?\V^cg"$^|/8SCE6V"0 L哽䈫:Z~nop5?+ )y}S,AcouWzNHq=́w͋N98JH̚7^>Igr*$^NᕉXf4?aSWfj[%czϋ9lNAO]l) g/U^,q)mn ++>{.p)y[]-]pAQ@\M[Z45y\"NZ?$gԖ ++^2܇lL.rw _HJc1)\uq3W3rO8[4&B{o[IAg"n_m8_X?3Ti63?q\;Q`P4_WrM/:&<{HSaE9CdޏXn\hmӫyBY5{SՄl 9*ȱ*:D /un.]}D?Lf~gZZQ<>nx;!U 6>xtsŢ(B5Miq-=Z{qS{{}``كZWP2r k0ձ4RSD/S&㷒'Ψ9͸-zy83س zRʖJN[̸=sqS|Ӂ!߭ъ ;]\#?*e{+3yM] u -?6|┱q<;ӑgnv**uj\Z7WR:wdMwܢKů,c-qz EE҈1T(>rWwG<>SR|P{ګH2|Stu7KT][:a;v/ j/jmh.#^?k}r!'0eu&nmzR;GTI rF#e ԉ}s8,߶Ybլ{\jyqK՞G0'艅 97ϼIf*jm??\(Pr4r<'bendstream ++endobj ++489 0 obj << ++/Type /Font ++/Subtype /Type1 ++/Encoding 4629 0 R ++/FirstChar 60 ++/LastChar 62 ++/Widths 4630 0 R ++/BaseFont /CIEZNX+CMMI10 ++/FontDescriptor 487 0 R + >> endobj +-527 0 obj << +-/Title 528 0 R +-/A 525 0 R +-/Parent 499 0 R +-/Prev 523 0 R +-/Next 531 0 R ++487 0 obj << ++/Ascent 694 ++/CapHeight 683 ++/Descent -194 ++/FontName /CIEZNX+CMMI10 ++/ItalicAngle -14 ++/StemV 72 ++/XHeight 431 ++/FontBBox [-32 -250 1048 750] ++/Flags 4 ++/CharSet (/less/greater) ++/FontFile 488 0 R + >> endobj +-523 0 obj << +-/Title 524 0 R +-/A 521 0 R +-/Parent 499 0 R +-/Prev 519 0 R +-/Next 527 0 R ++4630 0 obj ++[778 0 778 ] ++endobj ++479 0 obj << ++/Type /Font ++/Subtype /Type1 ++/Encoding 4626 0 R ++/BaseFont /Courier + >> endobj +-519 0 obj << +-/Title 520 0 R +-/A 517 0 R +-/Parent 499 0 R +-/Prev 515 0 R +-/Next 523 0 R ++469 0 obj << ++/Type /Font ++/Subtype /Type1 ++/Encoding 4626 0 R ++/BaseFont /Times-Italic + >> endobj +-515 0 obj << +-/Title 516 0 R +-/A 513 0 R +-/Parent 499 0 R +-/Prev 511 0 R +-/Next 519 0 R ++362 0 obj << ++/Type /Font ++/Subtype /Type1 ++/Encoding 4626 0 R ++/BaseFont /Times-Bold + >> endobj +-511 0 obj << +-/Title 512 0 R +-/A 509 0 R +-/Parent 499 0 R +-/Prev 507 0 R +-/Next 515 0 R ++352 0 obj << ++/Type /Font ++/Subtype /Type1 ++/Encoding 4626 0 R ++/BaseFont /Times-Roman + >> endobj +-507 0 obj << +-/Title 508 0 R +-/A 505 0 R +-/Parent 499 0 R +-/Prev 503 0 R +-/Next 511 0 R ++353 0 obj << ++/Type /Pages ++/Count 6 ++/Parent 4631 0 R ++/Kids [346 0 R 355 0 R 359 0 R 387 0 R 419 0 R 453 0 R] + >> endobj +-503 0 obj << +-/Title 504 0 R +-/A 501 0 R +-/Parent 499 0 R +-/Next 507 0 R ++470 0 obj << ++/Type /Pages ++/Count 6 ++/Parent 4631 0 R ++/Kids [463 0 R 472 0 R 485 0 R 491 0 R 494 0 R 499 0 R] + >> endobj +-499 0 obj << +-/Title 500 0 R +-/A 497 0 R +-/Parent 479 0 R +-/Prev 487 0 R +-/First 503 0 R +-/Last 563 0 R +-/Count -16 ++507 0 obj << ++/Type /Pages ++/Count 6 ++/Parent 4631 0 R ++/Kids [503 0 R 510 0 R 514 0 R 518 0 R 531 0 R 550 0 R] + >> endobj +-495 0 obj << +-/Title 496 0 R +-/A 493 0 R +-/Parent 487 0 R +-/Prev 491 0 R ++566 0 obj << ++/Type /Pages ++/Count 6 ++/Parent 4631 0 R ++/Kids [563 0 R 577 0 R 583 0 R 587 0 R 591 0 R 595 0 R] + >> endobj +-491 0 obj << +-/Title 492 0 R +-/A 489 0 R +-/Parent 487 0 R +-/Next 495 0 R ++620 0 obj << ++/Type /Pages ++/Count 6 ++/Parent 4631 0 R ++/Kids [611 0 R 625 0 R 629 0 R 641 0 R 649 0 R 662 0 R] + >> endobj +-487 0 obj << +-/Title 488 0 R +-/A 485 0 R +-/Parent 479 0 R +-/Prev 483 0 R +-/Next 499 0 R +-/First 491 0 R +-/Last 495 0 R +-/Count -2 ++682 0 obj << ++/Type /Pages ++/Count 6 ++/Parent 4631 0 R ++/Kids [666 0 R 689 0 R 699 0 R 705 0 R 710 0 R 715 0 R] + >> endobj +-483 0 obj << +-/Title 484 0 R +-/A 481 0 R +-/Parent 479 0 R +-/Next 487 0 R ++749 0 obj << ++/Type /Pages ++/Count 6 ++/Parent 4632 0 R ++/Kids [741 0 R 753 0 R 757 0 R 784 0 R 799 0 R 836 0 R] + >> endobj +-479 0 obj << +-/Title 480 0 R +-/A 477 0 R +-/Parent 147 0 R +-/Prev 435 0 R +-/Next 567 0 R +-/First 483 0 R +-/Last 499 0 R +-/Count -3 ++865 0 obj << ++/Type /Pages ++/Count 6 ++/Parent 4632 0 R ++/Kids [840 0 R 877 0 R 881 0 R 891 0 R 903 0 R 941 0 R] + >> endobj +-475 0 obj << +-/Title 476 0 R +-/A 473 0 R +-/Parent 451 0 R +-/Prev 471 0 R ++977 0 obj << ++/Type /Pages ++/Count 6 ++/Parent 4632 0 R ++/Kids [947 0 R 987 0 R 995 0 R 999 0 R 1019 0 R 1040 0 R] + >> endobj +-471 0 obj << +-/Title 472 0 R +-/A 469 0 R +-/Parent 451 0 R +-/Prev 467 0 R +-/Next 475 0 R ++1074 0 obj << ++/Type /Pages ++/Count 6 ++/Parent 4632 0 R ++/Kids [1049 0 R 1083 0 R 1112 0 R 1126 0 R 1143 0 R 1152 0 R] + >> endobj +-467 0 obj << +-/Title 468 0 R +-/A 465 0 R +-/Parent 451 0 R +-/Prev 463 0 R +-/Next 471 0 R ++1186 0 obj << ++/Type /Pages ++/Count 6 ++/Parent 4632 0 R ++/Kids [1158 0 R 1189 0 R 1201 0 R 1239 0 R 1262 0 R 1268 0 R] + >> endobj +-463 0 obj << +-/Title 464 0 R +-/A 461 0 R +-/Parent 451 0 R +-/Prev 459 0 R +-/Next 467 0 R ++1318 0 obj << ++/Type /Pages ++/Count 6 ++/Parent 4632 0 R ++/Kids [1292 0 R 1325 0 R 1341 0 R 1350 0 R 1394 0 R 1403 0 R] + >> endobj +-459 0 obj << +-/Title 460 0 R +-/A 457 0 R +-/Parent 451 0 R +-/Prev 455 0 R +-/Next 463 0 R ++1429 0 obj << ++/Type /Pages ++/Count 6 ++/Parent 4633 0 R ++/Kids [1417 0 R 1431 0 R 1491 0 R 1545 0 R 1564 0 R 1573 0 R] + >> endobj +-455 0 obj << +-/Title 456 0 R +-/A 453 0 R +-/Parent 451 0 R +-/Next 459 0 R ++1623 0 obj << ++/Type /Pages ++/Count 6 ++/Parent 4633 0 R ++/Kids [1596 0 R 1625 0 R 1645 0 R 1653 0 R 1672 0 R 1726 0 R] + >> endobj +-451 0 obj << +-/Title 452 0 R +-/A 449 0 R +-/Parent 435 0 R +-/Prev 443 0 R +-/First 455 0 R +-/Last 475 0 R +-/Count -6 ++1777 0 obj << ++/Type /Pages ++/Count 6 ++/Parent 4633 0 R ++/Kids [1761 0 R 1779 0 R 1831 0 R 1856 0 R 1877 0 R 1904 0 R] + >> endobj +-447 0 obj << +-/Title 448 0 R +-/A 445 0 R +-/Parent 443 0 R ++1964 0 obj << ++/Type /Pages ++/Count 6 ++/Parent 4633 0 R ++/Kids [1939 0 R 1966 0 R 1997 0 R 2006 0 R 2041 0 R 2053 0 R] + >> endobj +-443 0 obj << +-/Title 444 0 R +-/A 441 0 R +-/Parent 435 0 R +-/Prev 439 0 R +-/Next 451 0 R +-/First 447 0 R +-/Last 447 0 R +-/Count -1 ++2094 0 obj << ++/Type /Pages ++/Count 6 ++/Parent 4633 0 R ++/Kids [2088 0 R 2096 0 R 2127 0 R 2156 0 R 2172 0 R 2210 0 R] + >> endobj +-439 0 obj << +-/Title 440 0 R +-/A 437 0 R +-/Parent 435 0 R +-/Next 443 0 R ++2280 0 obj << ++/Type /Pages ++/Count 6 ++/Parent 4633 0 R ++/Kids [2251 0 R 2294 0 R 2347 0 R 2364 0 R 2387 0 R 2409 0 R] + >> endobj +-435 0 obj << +-/Title 436 0 R +-/A 433 0 R +-/Parent 147 0 R +-/Prev 399 0 R +-/Next 479 0 R +-/First 439 0 R +-/Last 451 0 R +-/Count -3 ++2454 0 obj << ++/Type /Pages ++/Count 6 ++/Parent 4634 0 R ++/Kids [2434 0 R 2456 0 R 2472 0 R 2488 0 R 2509 0 R 2536 0 R] + >> endobj +-431 0 obj << +-/Title 432 0 R +-/A 429 0 R +-/Parent 403 0 R +-/Prev 427 0 R ++2563 0 obj << ++/Type /Pages ++/Count 6 ++/Parent 4634 0 R ++/Kids [2540 0 R 2567 0 R 2580 0 R 2612 0 R 2622 0 R 2653 0 R] + >> endobj +-427 0 obj << +-/Title 428 0 R +-/A 425 0 R +-/Parent 403 0 R +-/Prev 423 0 R +-/Next 431 0 R ++2676 0 obj << ++/Type /Pages ++/Count 6 ++/Parent 4634 0 R ++/Kids [2663 0 R 2678 0 R 2692 0 R 2706 0 R 2727 0 R 2747 0 R] + >> endobj +-423 0 obj << +-/Title 424 0 R +-/A 421 0 R +-/Parent 403 0 R +-/Prev 419 0 R +-/Next 427 0 R ++2812 0 obj << ++/Type /Pages ++/Count 6 ++/Parent 4634 0 R ++/Kids [2788 0 R 2821 0 R 2839 0 R 2857 0 R 2882 0 R 2904 0 R] + >> endobj +-419 0 obj << +-/Title 420 0 R +-/A 417 0 R +-/Parent 403 0 R +-/Prev 415 0 R +-/Next 423 0 R ++2933 0 obj << ++/Type /Pages ++/Count 6 ++/Parent 4634 0 R ++/Kids [2914 0 R 2935 0 R 2955 0 R 2967 0 R 2983 0 R 3006 0 R] + >> endobj +-415 0 obj << +-/Title 416 0 R +-/A 413 0 R +-/Parent 403 0 R +-/Prev 411 0 R +-/Next 419 0 R ++3029 0 obj << ++/Type /Pages ++/Count 6 ++/Parent 4634 0 R ++/Kids [3013 0 R 3031 0 R 3063 0 R 3077 0 R 3089 0 R 3130 0 R] + >> endobj +-411 0 obj << +-/Title 412 0 R +-/A 409 0 R +-/Parent 403 0 R +-/Prev 407 0 R +-/Next 415 0 R ++3174 0 obj << ++/Type /Pages ++/Count 6 ++/Parent 4635 0 R ++/Kids [3155 0 R 3176 0 R 3203 0 R 3213 0 R 3246 0 R 3274 0 R] + >> endobj +-407 0 obj << +-/Title 408 0 R +-/A 405 0 R +-/Parent 403 0 R +-/Next 411 0 R ++3337 0 obj << ++/Type /Pages ++/Count 6 ++/Parent 4635 0 R ++/Kids [3310 0 R 3339 0 R 3348 0 R 3357 0 R 3369 0 R 3411 0 R] + >> endobj +-403 0 obj << +-/Title 404 0 R +-/A 401 0 R +-/Parent 399 0 R +-/First 407 0 R +-/Last 431 0 R +-/Count -7 ++3517 0 obj << ++/Type /Pages ++/Count 6 ++/Parent 4635 0 R ++/Kids [3464 0 R 3519 0 R 3576 0 R 3584 0 R 3588 0 R 3601 0 R] + >> endobj +-399 0 obj << +-/Title 400 0 R +-/A 397 0 R +-/Parent 147 0 R +-/Prev 383 0 R +-/Next 435 0 R +-/First 403 0 R +-/Last 403 0 R +-/Count -1 ++3672 0 obj << ++/Type /Pages ++/Count 6 ++/Parent 4635 0 R ++/Kids [3625 0 R 3674 0 R 3705 0 R 3744 0 R 3779 0 R 3822 0 R] + >> endobj +-395 0 obj << +-/Title 396 0 R +-/A 393 0 R +-/Parent 387 0 R +-/Prev 391 0 R ++3870 0 obj << ++/Type /Pages ++/Count 6 ++/Parent 4635 0 R ++/Kids [3866 0 R 3872 0 R 3904 0 R 3923 0 R 3937 0 R 3949 0 R] + >> endobj +-391 0 obj << +-/Title 392 0 R +-/A 389 0 R +-/Parent 387 0 R +-/Next 395 0 R ++4000 0 obj << ++/Type /Pages ++/Count 6 ++/Parent 4635 0 R ++/Kids [3958 0 R 4002 0 R 4048 0 R 4094 0 R 4131 0 R 4171 0 R] + >> endobj +-387 0 obj << +-/Title 388 0 R +-/A 385 0 R +-/Parent 383 0 R +-/First 391 0 R +-/Last 395 0 R +-/Count -2 ++4289 0 obj << ++/Type /Pages ++/Count 6 ++/Parent 4636 0 R ++/Kids [4234 0 R 4291 0 R 4354 0 R 4424 0 R 4472 0 R 4526 0 R] + >> endobj +-383 0 obj << +-/Title 384 0 R +-/A 381 0 R +-/Parent 147 0 R +-/Prev 343 0 R +-/Next 399 0 R +-/First 387 0 R +-/Last 387 0 R +-/Count -1 ++4625 0 obj << ++/Type /Pages ++/Count 1 ++/Parent 4636 0 R ++/Kids [4582 0 R] + >> endobj +-379 0 obj << +-/Title 380 0 R +-/A 377 0 R +-/Parent 355 0 R +-/Prev 375 0 R ++4631 0 obj << ++/Type /Pages ++/Count 36 ++/Parent 4637 0 R ++/Kids [353 0 R 470 0 R 507 0 R 566 0 R 620 0 R 682 0 R] + >> endobj +-375 0 obj << +-/Title 376 0 R +-/A 373 0 R +-/Parent 355 0 R +-/Prev 371 0 R +-/Next 379 0 R ++4632 0 obj << ++/Type /Pages ++/Count 36 ++/Parent 4637 0 R ++/Kids [749 0 R 865 0 R 977 0 R 1074 0 R 1186 0 R 1318 0 R] + >> endobj +-371 0 obj << +-/Title 372 0 R +-/A 369 0 R +-/Parent 355 0 R +-/Prev 367 0 R +-/Next 375 0 R ++4633 0 obj << ++/Type /Pages ++/Count 36 ++/Parent 4637 0 R ++/Kids [1429 0 R 1623 0 R 1777 0 R 1964 0 R 2094 0 R 2280 0 R] + >> endobj +-367 0 obj << +-/Title 368 0 R +-/A 365 0 R +-/Parent 355 0 R +-/Prev 363 0 R +-/Next 371 0 R ++4634 0 obj << ++/Type /Pages ++/Count 36 ++/Parent 4637 0 R ++/Kids [2454 0 R 2563 0 R 2676 0 R 2812 0 R 2933 0 R 3029 0 R] + >> endobj +-363 0 obj << +-/Title 364 0 R +-/A 361 0 R +-/Parent 355 0 R +-/Prev 359 0 R +-/Next 367 0 R ++4635 0 obj << ++/Type /Pages ++/Count 36 ++/Parent 4637 0 R ++/Kids [3174 0 R 3337 0 R 3517 0 R 3672 0 R 3870 0 R 4000 0 R] + >> endobj +-359 0 obj << +-/Title 360 0 R +-/A 357 0 R +-/Parent 355 0 R +-/Next 363 0 R ++4636 0 obj << ++/Type /Pages ++/Count 7 ++/Parent 4637 0 R ++/Kids [4289 0 R 4625 0 R] + >> endobj +-355 0 obj << +-/Title 356 0 R +-/A 353 0 R +-/Parent 343 0 R +-/Prev 347 0 R +-/First 359 0 R +-/Last 379 0 R +-/Count -6 +->> endobj +-351 0 obj << +-/Title 352 0 R +-/A 349 0 R +-/Parent 347 0 R ++4637 0 obj << ++/Type /Pages ++/Count 187 ++/Kids [4631 0 R 4632 0 R 4633 0 R 4634 0 R 4635 0 R 4636 0 R] + >> endobj +-347 0 obj << +-/Title 348 0 R +-/A 345 0 R +-/Parent 343 0 R +-/Next 355 0 R +-/First 351 0 R +-/Last 351 0 R +-/Count -1 ++4638 0 obj << ++/Type /Outlines ++/First 7 0 R ++/Last 299 0 R ++/Count 7 + >> endobj + 343 0 obj << + /Title 344 0 R + /A 341 0 R +-/Parent 147 0 R +-/Prev 319 0 R +-/Next 383 0 R +-/First 347 0 R +-/Last 355 0 R +-/Count -2 ++/Parent 299 0 R ++/Prev 339 0 R + >> endobj + 339 0 obj << + /Title 340 0 R + /A 337 0 R +-/Parent 323 0 R ++/Parent 299 0 R + /Prev 335 0 R ++/Next 343 0 R + >> endobj + 335 0 obj << + /Title 336 0 R + /A 333 0 R +-/Parent 323 0 R ++/Parent 299 0 R + /Prev 331 0 R + /Next 339 0 R + >> endobj + 331 0 obj << + /Title 332 0 R + /A 329 0 R +-/Parent 323 0 R ++/Parent 299 0 R + /Prev 327 0 R + /Next 335 0 R + >> endobj + 327 0 obj << + /Title 328 0 R + /A 325 0 R +-/Parent 323 0 R ++/Parent 299 0 R ++/Prev 323 0 R + /Next 331 0 R + >> endobj + 323 0 obj << + /Title 324 0 R + /A 321 0 R +-/Parent 319 0 R +-/First 327 0 R +-/Last 339 0 R +-/Count -4 ++/Parent 299 0 R ++/Prev 319 0 R ++/Next 327 0 R + >> endobj + 319 0 obj << + /Title 320 0 R + /A 317 0 R +-/Parent 147 0 R +-/Prev 259 0 R +-/Next 343 0 R +-/First 323 0 R +-/Last 323 0 R +-/Count -1 ++/Parent 299 0 R ++/Prev 315 0 R ++/Next 323 0 R + >> endobj + 315 0 obj << + /Title 316 0 R + /A 313 0 R +-/Parent 275 0 R ++/Parent 299 0 R + /Prev 311 0 R ++/Next 319 0 R + >> endobj + 311 0 obj << + /Title 312 0 R + /A 309 0 R +-/Parent 275 0 R ++/Parent 299 0 R + /Prev 307 0 R + /Next 315 0 R + >> endobj + 307 0 obj << + /Title 308 0 R + /A 305 0 R +-/Parent 275 0 R ++/Parent 299 0 R + /Prev 303 0 R + /Next 311 0 R + >> endobj + 303 0 obj << + /Title 304 0 R + /A 301 0 R +-/Parent 275 0 R +-/Prev 299 0 R ++/Parent 299 0 R + /Next 307 0 R + >> endobj + 299 0 obj << + /Title 300 0 R + /A 297 0 R +-/Parent 275 0 R +-/Prev 295 0 R +-/Next 303 0 R ++/Parent 4638 0 R ++/Prev 251 0 R ++/First 303 0 R ++/Last 343 0 R ++/Count -11 + >> endobj + 295 0 obj << + /Title 296 0 R + /A 293 0 R +-/Parent 275 0 R ++/Parent 251 0 R + /Prev 291 0 R +-/Next 299 0 R + >> endobj + 291 0 obj << + /Title 292 0 R + /A 289 0 R +-/Parent 275 0 R ++/Parent 251 0 R + /Prev 287 0 R + /Next 295 0 R + >> endobj + 287 0 obj << + /Title 288 0 R + /A 285 0 R +-/Parent 275 0 R ++/Parent 251 0 R + /Prev 283 0 R + /Next 291 0 R + >> endobj + 283 0 obj << + /Title 284 0 R + /A 281 0 R +-/Parent 275 0 R ++/Parent 251 0 R + /Prev 279 0 R + /Next 287 0 R + >> endobj + 279 0 obj << + /Title 280 0 R + /A 277 0 R +-/Parent 275 0 R ++/Parent 251 0 R ++/Prev 275 0 R + /Next 283 0 R + >> endobj + 275 0 obj << + /Title 276 0 R + /A 273 0 R +-/Parent 259 0 R +-/Prev 267 0 R +-/First 279 0 R +-/Last 315 0 R +-/Count -10 ++/Parent 251 0 R ++/Prev 271 0 R ++/Next 279 0 R + >> endobj + 271 0 obj << + /Title 272 0 R + /A 269 0 R +-/Parent 267 0 R ++/Parent 251 0 R ++/Prev 267 0 R ++/Next 275 0 R + >> endobj + 267 0 obj << + /Title 268 0 R + /A 265 0 R +-/Parent 259 0 R ++/Parent 251 0 R + /Prev 263 0 R +-/Next 275 0 R +-/First 271 0 R +-/Last 271 0 R +-/Count -1 ++/Next 271 0 R + >> endobj + 263 0 obj << + /Title 264 0 R + /A 261 0 R +-/Parent 259 0 R ++/Parent 251 0 R ++/Prev 259 0 R + /Next 267 0 R + >> endobj + 259 0 obj << + /Title 260 0 R + /A 257 0 R +-/Parent 147 0 R +-/Prev 235 0 R +-/Next 319 0 R +-/First 263 0 R +-/Last 275 0 R +-/Count -3 ++/Parent 251 0 R ++/Prev 255 0 R ++/Next 263 0 R + >> endobj + 255 0 obj << + /Title 256 0 R + /A 253 0 R +-/Parent 239 0 R +-/Prev 251 0 R ++/Parent 251 0 R ++/Next 259 0 R + >> endobj + 251 0 obj << + /Title 252 0 R + /A 249 0 R +-/Parent 239 0 R +-/Prev 247 0 R +-/Next 255 0 R ++/Parent 4638 0 R ++/Prev 111 0 R ++/Next 299 0 R ++/First 255 0 R ++/Last 295 0 R ++/Count -11 + >> endobj + 247 0 obj << + /Title 248 0 R + /A 245 0 R +-/Parent 239 0 R ++/Parent 111 0 R + /Prev 243 0 R +-/Next 251 0 R + >> endobj + 243 0 obj << + /Title 244 0 R + /A 241 0 R +-/Parent 239 0 R ++/Parent 111 0 R ++/Prev 239 0 R + /Next 247 0 R + >> endobj + 239 0 obj << + /Title 240 0 R + /A 237 0 R +-/Parent 235 0 R +-/First 243 0 R +-/Last 255 0 R +-/Count -4 ++/Parent 111 0 R ++/Prev 235 0 R ++/Next 243 0 R + >> endobj + 235 0 obj << + /Title 236 0 R + /A 233 0 R +-/Parent 147 0 R +-/Prev 223 0 R +-/Next 259 0 R +-/First 239 0 R +-/Last 239 0 R +-/Count -1 ++/Parent 111 0 R ++/Prev 231 0 R ++/Next 239 0 R + >> endobj + 231 0 obj << + /Title 232 0 R + /A 229 0 R +-/Parent 227 0 R ++/Parent 111 0 R ++/Prev 227 0 R ++/Next 235 0 R + >> endobj + 227 0 obj << + /Title 228 0 R + /A 225 0 R +-/Parent 223 0 R +-/First 231 0 R +-/Last 231 0 R +-/Count -1 ++/Parent 111 0 R ++/Prev 223 0 R ++/Next 231 0 R + >> endobj + 223 0 obj << + /Title 224 0 R + /A 221 0 R +-/Parent 147 0 R +-/Prev 199 0 R +-/Next 235 0 R +-/First 227 0 R +-/Last 227 0 R +-/Count -1 ++/Parent 111 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 ++/Parent 111 0 R ++/Prev 215 0 R ++/Next 223 0 R + >> endobj + 215 0 obj << + /Title 216 0 R + /A 213 0 R +-/Parent 199 0 R +-/Prev 203 0 R +-/First 219 0 R +-/Last 219 0 R +-/Count -1 ++/Parent 111 0 R ++/Prev 211 0 R ++/Next 219 0 R + >> endobj + 211 0 obj << + /Title 212 0 R + /A 209 0 R +-/Parent 203 0 R ++/Parent 111 0 R + /Prev 207 0 R ++/Next 215 0 R + >> endobj + 207 0 obj << + /Title 208 0 R + /A 205 0 R +-/Parent 203 0 R ++/Parent 111 0 R ++/Prev 203 0 R + /Next 211 0 R + >> endobj + 203 0 obj << + /Title 204 0 R + /A 201 0 R +-/Parent 199 0 R +-/Next 215 0 R +-/First 207 0 R +-/Last 211 0 R +-/Count -2 ++/Parent 111 0 R ++/Prev 199 0 R ++/Next 207 0 R + >> endobj + 199 0 obj << + /Title 200 0 R + /A 197 0 R +-/Parent 147 0 R +-/Prev 175 0 R +-/Next 223 0 R +-/First 203 0 R +-/Last 215 0 R +-/Count -2 ++/Parent 111 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 ++/Parent 111 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 ++/Parent 111 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 ++/Parent 111 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 ++/Parent 111 0 R ++/Prev 179 0 R + /Next 187 0 R + >> endobj + 179 0 obj << + /Title 180 0 R + /A 177 0 R +-/Parent 175 0 R +-/First 183 0 R +-/Last 195 0 R +-/Count -4 ++/Parent 111 0 R ++/Prev 175 0 R ++/Next 183 0 R + >> endobj + 175 0 obj << + /Title 176 0 R + /A 173 0 R +-/Parent 147 0 R +-/Prev 163 0 R +-/Next 199 0 R +-/First 179 0 R +-/Last 179 0 R +-/Count -1 ++/Parent 111 0 R ++/Prev 171 0 R ++/Next 179 0 R + >> endobj + 171 0 obj << + /Title 172 0 R + /A 169 0 R +-/Parent 167 0 R ++/Parent 111 0 R ++/Prev 167 0 R ++/Next 175 0 R + >> endobj + 167 0 obj << + /Title 168 0 R + /A 165 0 R +-/Parent 163 0 R +-/First 171 0 R +-/Last 171 0 R +-/Count -1 ++/Parent 111 0 R ++/Prev 163 0 R ++/Next 171 0 R + >> endobj + 163 0 obj << + /Title 164 0 R + /A 161 0 R +-/Parent 147 0 R +-/Prev 151 0 R +-/Next 175 0 R +-/First 167 0 R +-/Last 167 0 R +-/Count -1 ++/Parent 111 0 R ++/Prev 159 0 R ++/Next 167 0 R + >> endobj + 159 0 obj << + /Title 160 0 R + /A 157 0 R +-/Parent 155 0 R ++/Parent 111 0 R ++/Prev 155 0 R ++/Next 163 0 R + >> endobj + 155 0 obj << + /Title 156 0 R + /A 153 0 R +-/Parent 151 0 R +-/First 159 0 R +-/Last 159 0 R +-/Count -1 ++/Parent 111 0 R ++/Prev 151 0 R ++/Next 159 0 R + >> endobj + 151 0 obj << + /Title 152 0 R + /A 149 0 R +-/Parent 147 0 R +-/Next 163 0 R +-/First 155 0 R +-/Last 155 0 R +-/Count -1 ++/Parent 111 0 R ++/Prev 147 0 R ++/Next 155 0 R + >> endobj + 147 0 obj << + /Title 148 0 R + /A 145 0 R +-/Parent 4760 0 R +-/Prev 139 0 R +-/Next 1199 0 R +-/First 151 0 R +-/Last 1183 0 R +-/Count -34 ++/Parent 111 0 R ++/Prev 143 0 R ++/Next 151 0 R + >> endobj + 143 0 obj << + /Title 144 0 R + /A 141 0 R +-/Parent 139 0 R ++/Parent 111 0 R ++/Prev 139 0 R ++/Next 147 0 R + >> endobj + 139 0 obj << + /Title 140 0 R + /A 137 0 R +-/Parent 4760 0 R +-/Prev 131 0 R +-/Next 147 0 R +-/First 143 0 R +-/Last 143 0 R +-/Count -1 ++/Parent 111 0 R ++/Prev 135 0 R ++/Next 143 0 R + >> endobj + 135 0 obj << + /Title 136 0 R + /A 133 0 R +-/Parent 131 0 R ++/Parent 111 0 R ++/Prev 131 0 R ++/Next 139 0 R + >> endobj + 131 0 obj << + /Title 132 0 R + /A 129 0 R +-/Parent 4760 0 R +-/Prev 123 0 R +-/Next 139 0 R +-/First 135 0 R +-/Last 135 0 R +-/Count -1 ++/Parent 111 0 R ++/Prev 127 0 R ++/Next 135 0 R + >> endobj + 127 0 obj << + /Title 128 0 R + /A 125 0 R +-/Parent 123 0 R ++/Parent 111 0 R ++/Prev 123 0 R ++/Next 131 0 R + >> endobj + 123 0 obj << + /Title 124 0 R + /A 121 0 R +-/Parent 4760 0 R +-/Prev 103 0 R +-/Next 131 0 R +-/First 127 0 R +-/Last 127 0 R +-/Count -1 ++/Parent 111 0 R ++/Prev 119 0 R ++/Next 127 0 R + >> endobj + 119 0 obj << + /Title 120 0 R + /A 117 0 R +-/Parent 103 0 R ++/Parent 111 0 R + /Prev 115 0 R ++/Next 123 0 R + >> endobj + 115 0 obj << + /Title 116 0 R + /A 113 0 R +-/Parent 103 0 R +-/Prev 111 0 R ++/Parent 111 0 R + /Next 119 0 R + >> endobj + 111 0 obj << + /Title 112 0 R + /A 109 0 R +-/Parent 103 0 R +-/Prev 107 0 R +-/Next 115 0 R ++/Parent 4638 0 R ++/Prev 103 0 R ++/Next 251 0 R ++/First 115 0 R ++/Last 247 0 R ++/Count -34 + >> endobj + 107 0 obj << + /Title 108 0 R + /A 105 0 R + /Parent 103 0 R +-/Next 111 0 R + >> endobj + 103 0 obj << + /Title 104 0 R + /A 101 0 R +-/Parent 4760 0 R +-/Prev 91 0 R +-/Next 123 0 R ++/Parent 4638 0 R ++/Prev 95 0 R ++/Next 111 0 R + /First 107 0 R +-/Last 119 0 R +-/Count -4 ++/Last 107 0 R ++/Count -1 + >> endobj + 99 0 obj << + /Title 100 0 R + /A 97 0 R +-/Parent 91 0 R +-/Prev 95 0 R ++/Parent 95 0 R + >> endobj + 95 0 obj << + /Title 96 0 R + /A 93 0 R +-/Parent 91 0 R +-/Next 99 0 R ++/Parent 4638 0 R ++/Prev 87 0 R ++/Next 103 0 R ++/First 99 0 R ++/Last 99 0 R ++/Count -1 + >> endobj + 91 0 obj << + /Title 92 0 R + /A 89 0 R +-/Parent 4760 0 R +-/Prev 87 0 R +-/Next 103 0 R +-/First 95 0 R +-/Last 99 0 R +-/Count -2 ++/Parent 87 0 R + >> endobj + 87 0 obj << + /Title 88 0 R + /A 85 0 R +-/Parent 4760 0 R +-/Prev 83 0 R +-/Next 91 0 R ++/Parent 4638 0 R ++/Prev 7 0 R ++/Next 95 0 R ++/First 91 0 R ++/Last 91 0 R ++/Count -1 + >> endobj + 83 0 obj << + /Title 84 0 R + /A 81 0 R +-/Parent 4760 0 R ++/Parent 7 0 R + /Prev 79 0 R +-/Next 87 0 R + >> endobj + 79 0 obj << + /Title 80 0 R + /A 77 0 R +-/Parent 4760 0 R ++/Parent 7 0 R + /Prev 75 0 R + /Next 83 0 R + >> endobj + 75 0 obj << + /Title 76 0 R + /A 73 0 R +-/Parent 4760 0 R +-/Prev 51 0 R ++/Parent 7 0 R ++/Prev 71 0 R + /Next 79 0 R + >> endobj + 71 0 obj << + /Title 72 0 R + /A 69 0 R +-/Parent 51 0 R ++/Parent 7 0 R + /Prev 67 0 R ++/Next 75 0 R + >> endobj + 67 0 obj << + /Title 68 0 R + /A 65 0 R +-/Parent 51 0 R ++/Parent 7 0 R + /Prev 63 0 R + /Next 71 0 R + >> endobj + 63 0 obj << + /Title 64 0 R + /A 61 0 R +-/Parent 51 0 R ++/Parent 7 0 R + /Prev 59 0 R + /Next 67 0 R + >> endobj + 59 0 obj << + /Title 60 0 R + /A 57 0 R +-/Parent 51 0 R ++/Parent 7 0 R + /Prev 55 0 R + /Next 63 0 R + >> endobj + 55 0 obj << + /Title 56 0 R + /A 53 0 R +-/Parent 51 0 R ++/Parent 7 0 R ++/Prev 51 0 R + /Next 59 0 R + >> endobj + 51 0 obj << + /Title 52 0 R + /A 49 0 R +-/Parent 4760 0 R ++/Parent 7 0 R + /Prev 47 0 R +-/Next 75 0 R +-/First 55 0 R +-/Last 71 0 R +-/Count -5 ++/Next 55 0 R + >> endobj + 47 0 obj << + /Title 48 0 R + /A 45 0 R +-/Parent 4760 0 R +-/Prev 7 0 R ++/Parent 7 0 R ++/Prev 43 0 R + /Next 51 0 R + >> endobj + 43 0 obj << +@@ -27732,6 +28714,7 @@ + /A 41 0 R + /Parent 7 0 R + /Prev 39 0 R ++/Next 47 0 R + >> endobj + 39 0 obj << + /Title 40 0 R +@@ -27744,19 +28727,21 @@ + /Title 36 0 R + /A 33 0 R + /Parent 7 0 R +-/Prev 23 0 R ++/Prev 31 0 R + /Next 39 0 R + >> endobj + 31 0 obj << + /Title 32 0 R + /A 29 0 R +-/Parent 23 0 R ++/Parent 7 0 R + /Prev 27 0 R ++/Next 35 0 R + >> endobj + 27 0 obj << + /Title 28 0 R + /A 25 0 R +-/Parent 23 0 R ++/Parent 7 0 R ++/Prev 23 0 R + /Next 31 0 R + >> endobj + 23 0 obj << +@@ -27764,10 +28749,7 @@ + /A 21 0 R + /Parent 7 0 R + /Prev 19 0 R +-/Next 35 0 R +-/First 27 0 R +-/Last 31 0 R +-/Count -2 ++/Next 27 0 R + >> endobj + 19 0 obj << + /Title 20 0 R +@@ -27792,4810 +28774,4687 @@ + 7 0 obj << + /Title 8 0 R + /A 5 0 R +-/Parent 4760 0 R +-/Next 47 0 R ++/Parent 4638 0 R ++/Next 87 0 R + /First 11 0 R +-/Last 43 0 R +-/Count -7 ++/Last 83 0 R ++/Count -19 + >> endobj +-4761 0 obj << +-/Names [(Doc-Start) 1613 0 R (a00001) 2144 0 R (a00002) 2242 0 R (a00002_cli_hwloc_bind) 2286 0 R (a00002_cli_hwloc_calc) 2287 0 R (a00002_cli_hwloc_distrib) 2292 0 R (a00002_cli_hwloc_ps) 2293 0 R (a00002_cli_lstopo) 2285 0 R (a00003) 2243 0 R (a00004) 2244 0 R (a00005) 2148 0 R (a00006) 2245 0 R (a00007) 2246 0 R (a00007_embedding_example) 2394 0 R (a00007_embedding_m4) 2381 0 R (a00008) 2083 0 R (a00008_switchfromplpa_caching) 2404 0 R (a00008_switchfromplpa_counting) 2426 0 R (a00008_switchfromplpa_hierarchy) 2408 0 R (a00008_switchfromplpa_indexes) 2422 0 R (a00009) 2247 0 R (a00009_faq_xml) 2452 0 R (a00010) 2526 0 R (a00010_a3c68235220554308f89768f281ad1e62) 3833 0 R (a00010_a5c8f7f39193736c2187ed626940835d5) 3834 0 R (a00010_a801e8a668e28caf06c8b88e9ae5c10db) 3835 0 R (a00011) 2527 0 R (a00011_ad914eac61c77481e1b7037877bcc5579) 3842 0 R (a00012) 2528 0 R (a00012_a04d05403da37bfe17cd63b7c7dd07b1f) 3907 0 R (a00012_a08f0d0e16c619a6e653526cbee4ffea3) 3915 0 R (a00012_a0d07fb7b8935e137c94d75a3eb492ae9) 3869 0 R (a00012_a19e3d0a5951a7510fc4fc4722a9bf531) 3927 0 R (a00012_a1dc830816716213b5f797e4052487864) 3866 0 R (a00012_a61a7a80a68eaccbaaa28269e678c81a9) 3864 0 R (a00012_a67925e0f2c47f50408fbdb9bddd0790f) 3911 0 R (a00012_a68766f0b1c4d61b5bad87e3b81dacfde) 3870 0 R (a00012_a76fd3ac94401cf32dfccc3a3a8de68a5) 3910 0 R (a00012_a7b89e8c189876c0158a9282aaaf17f50) 3905 0 R (a00012_a7f2343ed476fe4942e6fffd4cade1b40) 3904 0 R (a00012_a84bd65634dbc55f4158b74443a9bd04f) 3909 0 R (a00012_a85a788017457129589318b6c39451acf) 3871 0 R (a00012_a8842d56c2975380f327ea401c5f53564) 3913 0 R (a00012_a91788a9da687beb7224cc1fd7b75208c) 3912 0 R (a00012_a9843acc28cfbba903b63ea14b137ff70) 3930 0 R (a00012_a9d82690370275d42d652eccdea5d3ee5) 3868 0 R (a00012_aaa6043eee6f55869933c1d974efd9acd) 3903 0 R (a00012_aac3f6da35c9b57599909a44ce2b716c1) 3906 0 R (a00012_abb709ec38f2970677e4e57d1d30be96d) 3865 0 R (a00012_ac38c4012127525ef74c5615c526f4c2e) 3928 0 R (a00012_ac715989f55ff5a0eb6be2969ee477ec0) 3872 0 R (a00012_acc4f0803f244867e68fe0036800be5de) 3863 0 R (a00012_accd40e29f71f19e88db62ea3df02adc8) 3867 0 R (a00012_ad59bcd73a10260a0e239be5c4b5888bb) 3929 0 R (a00012_adc494f6aed939992be1c55cca5822900) 3902 0 R (a00012_af51d08a0a79dba517c06c5afedc8d2dc) 3908 0 R (a00012_afa3c59a6dd3da8ffa48710780a1bfb34) 3914 0 R (a00013) 2529 0 R (a00013_ab5a8ae3bf490e6b1071fea53f7382836) 3960 0 R (a00013_ae4ba157cc313e2cdd9a82f1c1df7aaa6) 3961 0 R (a00014) 2530 0 R (a00014_a115dde58f40338a2d3276d59c099857d) 3969 0 R (a00014_a522efd7f5262a4493a73fa3476a041ce) 3970 0 R (a00015) 2531 0 R (a00015_ab5d01db7b26177a6b5361107cad152c3) 3978 0 R (a00015_af0619463fb5d10052b7fe3495a66d74b) 3979 0 R (a00016) 2532 0 R (a00016_a208c27f4491077d7fb9ba5db8b29cb57) 3994 0 R (a00016_a27043a3150660f44ed84916c2d0d7e0e) 3992 0 R (a00016_a68c3323d2d0a248d1b7fec7af44bebe3) 3995 0 R (a00016_a865eba7b12b986d72dbe7a2cfd97c50d) 3993 0 R (a00017) 2533 0 R (a00017_a46fba33e307909ce256624687799dd6d) 4016 0 R (a00017_a57a89a4b5f1f74fa6cfe176f1e8b0798) 4015 0 R (a00017_a77a09ddd78ee3e9ff5f532a6ac74f7eb) 4011 0 R (a00017_a80d762e532d677dff262d83cc7bb1c60) 4012 0 R (a00017_a8dd4d8531ed2eebdce1507e7d104154e) 4017 0 R (a00017_a9403d51657a4d546b3ea9553a2973a27) 4013 0 R (a00017_aa166223d1c2a6de7256ab2d8b675a87e) 4014 0 R (a00017_aae705bc447adc163ead377362c4dfe9f) 4010 0 R (a00018) 2534 0 R (a00018_ad7bb4ecf7a82f5a04fc632e9592ad3ab) 4028 0 R (a00019) 2535 0 R (a00019_a0697af2e41f2e82b8ce71e3cc13f7eac) 4046 0 R (a00019_a0a84e24a06f2fa487fe8c9605c6f68b3) 4049 0 R (a00019_a221098c339dbfab27bd2c9f5d32f123b) 4051 0 R (a00019_a36b3e388df9c6a249427cab7e3724749) 4042 0 R (a00019_a3c44c6012860bbeba8a0f4c19710858d) 4053 0 R (a00019_a3fd51e6fa5f0dd800322301b46b08559) 4043 0 R (a00019_a476c06f96b65c08b287cf2369966123b) 4048 0 R (a00019_a63b0b2e26157b472f5717ee93cc7c535) 4047 0 R (a00019_a756f44912894b176bf979a1b65f12aac) 4044 0 R (a00019_a9880cd2d605e316fc020167c49ca69ad) 4045 0 R (a00019_aafa7683871a6a760246f9b35209caec5) 4063 0 R (a00019_ab0921af6e0cd6975812a80b8e5c7435c) 4062 0 R (a00019_ae551abb27d2aa9ce008583488b845b98) 4050 0 R (a00019_ae7cdb1f1b5f0242a69f85b5a5538c764) 4052 0 R (a00019_afe608fb85eb2aa9706221ccb5fc4d415) 4061 0 R (a00020) 2536 0 R (a00020_ac6eb62ae8bc0a68dce679a7107a36194) 4083 0 R (a00020_adef2bb91f74c3e70a2a071393caf5f56) 4081 0 R (a00020_aea3fbd7653d987d81f848636c420504d) 4082 0 R (a00021_source) 2147 0 R (a00022_source) 2342 0 R (a00023_source) 2343 0 R (a00024_source) 2333 0 R (a00025_source) 2143 0 R (a00027_source) 2142 0 R (a00028_source) 2332 0 R (a00029_source) 2331 0 R (a00030_source) 2335 0 R (a00031_source) 2334 0 R (a00032) 2545 0 R (a00032_ga8f4dfb8eef138af55dd1a0fa802e5476) 2548 0 R (a00033) 2549 0 R (a00033_ga9d1e76ee15a7dee158b786c30b6a6e38) 2363 0 R (a00034) 2558 0 R (a00034_ga1f784433e9b606261f62d1134f6a3b25) 2570 0 R (a00034_ga2f5276235841ad66a79bedad16a5a10c) 2572 0 R (a00034_ga37e35730fa7e775b5bb0afe893d6d508) 2577 0 R (a00034_ga4bbf39b68b6f568fb92739e7c0ea7801) 2574 0 R (a00035) 2586 0 R (a00035_ga46323568968005137c32f6a1cd405b74) 2604 0 R (a00035_gabd7da4f4ea12b420b8ecbde458b27805) 2615 0 R (a00035_gacd37bb612667dc437d66bfb175a8dc55) 2259 0 R (a00035_gga46323568968005137c32f6a1cd405b74a2f8297ea36eba46e7596e810a67298fb) 2605 0 R (a00035_ggacd37bb612667dc437d66bfb175a8dc55a19f8a6953fa91efc76bcbcdf2d22de4d) 2614 0 R (a00035_ggacd37bb612667dc437d66bfb175a8dc55a1ac6e07775ae4324b3fe9dbd72c785ec) 2610 0 R (a00035_ggacd37bb612667dc437d66bfb175a8dc55a3aa1b842d1fd4207ebce171f95a244ec) 2607 0 R (a00035_ggacd37bb612667dc437d66bfb175a8dc55a3f4e83ffc4a259354959ae8a9eaa2a80) 2608 0 R (a00035_ggacd37bb612667dc437d66bfb175a8dc55a5269ef95be72f88465559d35c9b7ad56) 2613 0 R (a00035_ggacd37bb612667dc437d66bfb175a8dc55a56ee0b7eca88f363b75b34fdde8c9ddc) 2611 0 R (a00035_ggacd37bb612667dc437d66bfb175a8dc55aaf0964881117bdedf1a5e9332cd120dd) 2609 0 R (a00035_ggacd37bb612667dc437d66bfb175a8dc55abca6887e80cb291353b0a0c1da83f661) 2433 0 R (a00035_ggacd37bb612667dc437d66bfb175a8dc55ac793958f330bca371aa1535de8aff45f) 2612 0 R (a00036) 2625 0 R (a00036_ga79b8ab56877ef99ac59b833203391c7d) 2636 0 R (a00037) 2367 0 R (a00037_ga5c2d6f476af87005c7bd0811d4548b9f) 2364 0 R (a00037_ga6040925d3ee4bbb2647f2a321aca5f4b) 2366 0 R (a00037_ga91e2e6427b95fb7339c99dbbef996e71) 2365 0 R (a00037_gab3628b2a540a5a08e8cf724ef829e70a) 2651 0 R (a00038) 2375 0 R (a00038_ga2f6bfb6958d8b508ea1d7d5bb266432c) 2305 0 R (a00038_ga2fcb52181b586c20f001b7a999550324) 2719 0 R (a00038_ga6d11e53db143ac39c32cdb3912b71f99) 2696 0 R (a00038_ga6ddd4213d95bd1c30555b294a60efa6b) 2694 0 R (a00038_ga93efcc8a962afe1ed23393700682173f) 2304 0 R (a00038_gac2126e105f3ae708efca2e90d612625a) 2721 0 R (a00038_gada025d3ec20b4b420f8038d23d6e7bde) 2690 0 R (a00038_gae1100de0162b3c6a9db750ac14629c05) 2697 0 R (a00038_gae7e4bade144652a2b48f5eaf0309b4ec) 2720 0 R (a00038_gaec6fb00050f50cd41007f1ae580d2106) 2695 0 R (a00038_gaf2071c8621fddc53649c245d87835b47) 2693 0 R (a00038_ggada025d3ec20b4b420f8038d23d6e7bdea129b4fea1300be22bbaf0bb0958994c8) 2691 0 R (a00038_ggada025d3ec20b4b420f8038d23d6e7bdea6ecb6abc6a0bb75e81564f8bca85783b) 2692 0 R (a00039) 2368 0 R (a00039_ga017a9ba16d554326c6e3812d545d7230) 2765 0 R (a00039_ga1c9d8e608232206ce2142fe806a6835b) 2761 0 R (a00039_gad77e72a2ccf32825511818988a09e5c1) 2763 0 R (a00039_gadacd7a3d21220fbb30c3256d8b22a294) 2766 0 R (a00040) 2771 0 R (a00040_ga0131ab1051011fabfa69d7c1853e716c) 2808 0 R (a00040_ga0d109e33fc7990f62f665d336e5e5111) 2306 0 R (a00040_ga20cfe2456f4cfdd789c9aca6d2fdd69f) 2807 0 R (a00040_ga8c30b0cec55074eb3ed34e4f2a1a9937) 2785 0 R (a00040_gadd4964764ae7e49231065d58a553fd31) 2806 0 R (a00040_gaea7c64dd59467f5201ba87712710b14d) 2786 0 R (a00040_gaf4e663cf42bbe20756b849c6293ef575) 2782 0 R (a00040_ggaf4e663cf42bbe20756b849c6293ef575a0565ab92ab72cb0cec91e23003294aad) 2783 0 R (a00040_ggaf4e663cf42bbe20756b849c6293ef575ae99465995cacde6c210d5fc2e409798c) 2784 0 R (a00041) 2816 0 R (a00041_ga701f83b2cf0cb8e0acd58cd2dc1c67a2) 2427 0 R (a00041_gaedd78240b0c1108355586a268ec5a697) 2833 0 R (a00042) 2836 0 R (a00042_ga0db8286d7f3ceda8defd76e3e1e2b284) 2861 0 R (a00042_ga1f41387433f4c9e9c14b9f2e522919e4) 2865 0 R (a00042_ga3ad856e8f3487d340c82a23b8a2a0351) 2863 0 R (a00042_ga5c6a61a83f4790b421e2f62e9088446f) 2864 0 R (a00042_ga7c61920feca6fd9006d930dabfc09058) 2843 0 R (a00042_gabbfb92224c992c0e2ecef6b6e45260f2) 2862 0 R (a00042_gade722091ae392fdc79557e797a16c370) 2844 0 R (a00043) 2145 0 R (a00043_ga217dc8d373f8958cc93c154ebce1c71c) 2896 0 R (a00043_ga2d6cca51524108966752609b6e725243) 2920 0 R (a00043_ga58c49328c4213c9fbf8d80d5188d4c1e) 2921 0 R (a00043_gaa1373a002b9a0a87eb002e26c590f2da) 2919 0 R (a00043_gab52f83ab16eac465da55e16bdd30df77) 2901 0 R (a00043_gac0ef3510b4e9c1273029ecf94e8c9686) 2902 0 R (a00043_gaf4cc194d5c0d38004a21b9f03522a7e3) 2434 0 R (a00043_gga217dc8d373f8958cc93c154ebce1c71ca2e0dd0128dac6b03408c7dd170477fdc) 2897 0 R (a00043_gga217dc8d373f8958cc93c154ebce1c71ca41ce440443cc3087caed95ab60edcad6) 2900 0 R (a00043_gga217dc8d373f8958cc93c154ebce1c71ca679a7e0f0c7ee06b123565f90d98e7fa) 2899 0 R (a00043_gga217dc8d373f8958cc93c154ebce1c71caf1b6bbad00d7b1017b918e3719f4d421) 2898 0 R (a00044) 2146 0 R (a00044_ga06594edeb4728cb9e014aed924d1e74a) 3055 0 R (a00044_ga106e6fcd764d17be682faf7a5bc95720) 3056 0 R (a00044_ga22074ed072e1039f74f17f7b16e9e39d) 3017 0 R (a00044_ga221a7edc5d436300374fa16463f607e5) 3060 0 R (a00044_ga747962cbb16fd12ad6d126011c734a27) 3011 0 R (a00044_ga7b46a4ca0b2db9723ca73b0c148ccd93) 3013 0 R (a00044_ga8b6d1d90227aff8e44ef26bc1f8a8f95) 3012 0 R (a00044_ga986d9b4cc76da592c4b937c6cb7d9d56) 3061 0 R (a00044_gab00475fd98815bf4fb9aaf752030e7d2) 2957 0 R (a00044_gab07aedba1119f99130e5f0b796b7d8a5) 3014 0 R (a00044_gabaf9c13f1fa301d6895594cec52226e2) 3018 0 R (a00044_gac02ee8f7606382ea7855ae4e1656ed0f) 3057 0 R (a00044_gac5586e58cf25c3596b7d4aa31ce13259) 3058 0 R (a00044_gac63c4517e71b3f0d41b3dee3e83dc55c) 3016 0 R (a00044_gac9764f79505775d06407b40f5e4661e8) 2950 0 R (a00044_gade5e2c28ea8475a479bf2b1df36c6ccd) 3019 0 R (a00044_gaeaa00714a9c4319bda0a74ca6f8720e8) 3059 0 R (a00044_gaf10d18cd4703ec980d7440a1c23fa07f) 3015 0 R (a00044_ggab00475fd98815bf4fb9aaf752030e7d2a0335311a0ee04166df2888d52b4a42c6) 2960 0 R (a00044_ggab00475fd98815bf4fb9aaf752030e7d2a1b1b74aef138f64aff214a8cbdfe8eb4) 2958 0 R (a00044_ggab00475fd98815bf4fb9aaf752030e7d2a1dc7dd5cdcd5796893a325a524555298) 2959 0 R (a00044_ggab00475fd98815bf4fb9aaf752030e7d2aa6e49e54f52827cb143cc869cfd748af) 2961 0 R (a00044_ggab00475fd98815bf4fb9aaf752030e7d2aad6b9eaf2ee324ca58dc8f58094b9997) 2962 0 R (a00044_ggac9764f79505775d06407b40f5e4661e8a18675bb80ebc1bce5b652e9de8f3998c) 2951 0 R (a00044_ggac9764f79505775d06407b40f5e4661e8a979c7aa78dd32780858f30f47a72cca0) 2952 0 R (a00044_ggac9764f79505775d06407b40f5e4661e8ad811fa4b2a6002c4d63695a408ffde2c) 2953 0 R (a00044_ggac9764f79505775d06407b40f5e4661e8ae370075e5af016d42310f87ea5af236b) 2954 0 R (a00044_ggac9764f79505775d06407b40f5e4661e8aecdd4164d647708fbb51a00d98dbb138) 2956 0 R (a00044_ggac9764f79505775d06407b40f5e4661e8afb37480fe5f4236eb7dd4aef26f691e9) 2955 0 R (a00045) 3098 0 R (a00045_ga0ffafb4c0ae13b9a7541ca820ca34883) 2817 0 R (a00045_ga24b9cd5917fcebac6e45ae38d0a6cda4) 2818 0 R (a00046) 3108 0 R (a00046_ga20ade151cb33991b4cd960924a830764) 3162 0 R (a00046_ga38d9bd3a7566d0e6b0ab95d652557707) 3167 0 R (a00046_ga5f08ceb69375341e73563cfe2e77534e) 2428 0 R (a00046_ga61e00b83e7e0a1a946dc1bb29c49ccba) 3164 0 R (a00046_ga632edae4a651996895ebde85ea2c1264) 3160 0 R (a00046_gab7c1dce3f42ece5bfa621e87cf332418) 3163 0 R (a00046_gac574b7b06d2d937002dd538e08dbd554) 3166 0 R (a00046_gae5ef1af636849f77714e1584ba78cf9c) 3165 0 R (a00046_gafa813c4ff8d610b3e158224a56386b2f) 3161 0 R (a00047) 3181 0 R (a00047_ga20703980008f82379f98f56857611a1a) 3234 0 R (a00047_ga50a80a0021e5843d968c3b97aebaad9b) 2429 0 R (a00047_ga6807db0012369efe19b8d3dcee235493) 3235 0 R (a00047_ga72c5bc4317a4c3938e32447b769813a0) 3236 0 R (a00047_ga8af256c2572f16520f95440b884c1bd6) 3233 0 R (a00047_ga934e7ecd68b33403e0c0be779d9ed1e6) 2430 0 R (a00047_gaab04c89623662e63a48ed2cd48eb601c) 3232 0 R (a00047_gabcd5fa81a95fa5335950cae092277d5b) 3231 0 R (a00048) 3247 0 R (a00048_ga2a0de36ea0c3c70fb5f4cba0bb192582) 3265 0 R (a00048_gab56b99460194bbcb36016d36d55132a7) 3255 0 R (a00049) 3266 0 R (a00049_ga2f9a4ec15e9cfae8c21501257a51ce5b) 3274 0 R (a00049_ga5915ea30f326676b3a4cfff371ce04d1) 3286 0 R (a00050) 3288 0 R (a00050_ga75e961873d4b976ab10bc4739248c96d) 3301 0 R (a00050_gae744419648117cbd613a038074aa0627) 3300 0 R (a00051) 3306 0 R (a00051_ga26c2ac4f25b1ed293249c88e232f1bea) 3326 0 R (a00051_ga340bb7021204078c30382ea77d38bde9) 2432 0 R (a00051_ga3d32c128aa36b5c9d56f6bf9e70d0e78) 2431 0 R (a00052) 3332 0 R (a00052_ga3e772fbc4de626ed80f13d332b7d4d03) 3358 0 R (a00052_ga6178c6a9ec1dd88ec9f6a9fcdcc7d634) 3357 0 R (a00052_ga6d5c88292ad5aa062c1bebc99369c042) 3359 0 R (a00052_gaf057d7c5e3cb3df897ce527258537619) 3360 0 R (a00053) 3366 0 R (a00053_ga4497338d1cbae6f8a6d68cb14234d5d8) 3385 0 R (a00053_ga75f0ac3ac41e9915541c3ae3153a6e26) 3384 0 R (a00053_ga95f116c4c0b1ff2c6418c16341fc2e57) 3386 0 R (a00053_gad00abc77f1670049a5b2139471d0c8db) 2442 0 R (a00054) 3395 0 R (a00054_ga5d829323f8d283687be43ea8c894eb3b) 3409 0 R (a00054_gae6821ede7676dfac0515a4b7b04b0397) 3411 0 R (a00054_gaf8331b6d5e60c463f7ebe21a878561d4) 3410 0 R (a00055) 2606 0 R (a00055_ga60ecc4ae480c28b5fbd34aca4fc37daa) 3070 0 R (a00055_ga9162785e39d7c697f76f99524c4a2fb4) 3433 0 R (a00055_gaa677fd588304b5615de4ea78104adfb5) 3071 0 R (a00055_gaa7c3f39802b00a758c58e024a8119979) 3434 0 R (a00056) 3441 0 R (a00056_ga02eae57cff32b6aa55044e6609ae7d73) 3515 0 R (a00056_ga12d520387be74f849f191d7a06ac325c) 3598 0 R (a00056_ga1ba1de709ee9a7cf5cc8ad2d9a1a81d4) 3599 0 R (a00056_ga2583f44cbdb5fff2ea40efdcf3975d3f) 3553 0 R (a00056_ga2fb1bbc8aea1ea22dee2f0fd39659f48) 2578 0 R (a00056_ga371be6d389287d5b22a8034d61ccd7e3) 3547 0 R (a00056_ga3c44c943cb3a3e4577b32d924e4f36f2) 3516 0 R (a00056_ga3f6861045a8029ade373510ffa727d2a) 3469 0 R (a00056_ga42472a7b75ca79cae19f0611fdb849e6) 3595 0 R (a00056_ga4630aa1b7e08eac5b41be126194e84a1) 2922 0 R (a00056_ga497556af0cc34f109ae0277999c074d3) 3546 0 R (a00056_ga4a8088d62755a083ffce9d592c9e3878) 3603 0 R (a00056_ga4d5786ea9561d9ddbf90bc0ce606c549) 3597 0 R (a00056_ga4dd6a75ab63d33ef33bd626b0e489388) 3627 0 R (a00056_ga4fee4e3cea99e4a389c54a6c3f0c78ed) 3551 0 R (a00056_ga52456f7ef79d68e610cb65e3f7ffafad) 3512 0 R (a00056_ga54e89b87ba5f5c18323f16690e0e5730) 3549 0 R (a00056_ga553cd5ceb1925bfd31788e70b4a46ae8) 3507 0 R (a00056_ga56027d6b141a3da441925e6e999de1c1) 3548 0 R (a00056_ga5743af61c30758df75aec29c12444616) 3602 0 R (a00056_ga575c27953709a8cb9a047aae65157526) 3604 0 R (a00056_ga59a07ecd8e74f2d4ee4271a1dbf0e4dd) 3555 0 R (a00056_ga6c0d60db98f27276752c1e5fafcbd7d1) 3476 0 R (a00056_ga6c540b9fe63b8223b6aba46d56dd63b8) 3511 0 R (a00056_ga71b28ef0d7206e37adbb94468c03e1a9) 3510 0 R (a00056_ga7618a962685d95564564ba07e9b2199b) 3601 0 R (a00056_ga88204c1c313aa067da10241b5886a166) 3514 0 R (a00056_ga8e7035fe555ef96921bfb98e08519bc7) 3473 0 R (a00056_ga8ea10f5ebaadb8418f28f953d6106190) 3513 0 R (a00056_ga9fb6aedc30d4ef4998fa53e2403b6130) 3471 0 R (a00056_gaa3c2bf4c776d603dcebbb61b0c923d84) 2260 0 R (a00056_gaa3df92e204ffb24ceddd44d8d58f6eaa) 3509 0 R (a00056_gaa94fed35d2a598bc4a8657b6955b7bf5) 3554 0 R (a00056_gaaa4ed76211cd3694dfbea2109fc440be) 3474 0 R (a00056_gaae29e14a926c198e8f91e6e4790621e7) 3626 0 R (a00056_gab14743355fa03b36cef521cbcd2fbf64) 3475 0 R (a00056_gabc0b9f4cae56a1303c38b2380086efc2) 3552 0 R (a00056_gac1cbd1e03f9986552243761e657e1752) 3628 0 R (a00056_gac2f7675dcf1b664a832413d9990d1bcf) 3600 0 R (a00056_gacddc932644e34fc2e914caf2fdaa70ce) 3550 0 R (a00056_gad3cf87ceb58aa91656756bbb58057320) 3506 0 R (a00056_gadd3aa325f2d6a17b5aa3b3be9c740da0) 3629 0 R (a00056_gadd4479485685bda179f4b8b9b70f671e) 3472 0 R (a00056_gae0e0619f43a4af5efafb75f489c1c6ec) 3508 0 R (a00056_gae351afd7046295683112f0876cc782f1) 3596 0 R (a00056_gafcf3246db406218d4e155735b3fa6528) 3470 0 R (a00057) 3660 0 R (a00057_ga39454e6013441d32e58ef4c4fcba7e4b) 3670 0 R (a00057_ga6df504b2f5440b527be05cdad6b1655e) 3671 0 R (a00058) 3676 0 R (a00058_gaaaca5d1687053b6c3326b2c165bd6530) 3690 0 R (a00058_gaeacad897c30dbea284948374ad4b010c) 3689 0 R (a00058_gaf36a9211a21eb930f59090eb5d460b8e) 3691 0 R (a00059) 3696 0 R (a00059_ga018e57a42a780ce2ba2e35ef975d8888) 3702 0 R (a00059_ga5b51a4a96a0c3ad9f4c0da308bbf4d8f) 3720 0 R (a00059_gaf213df50d229c5d17a5a56b5d8f10b74) 3721 0 R (a00059_gafa60816dde33d69149497bcf6c7818e0) 3719 0 R (a00060) 3726 0 R (a00060_ga067ec565345a346bfd9d721cff5901ae) 3741 0 R (a00060_ga47747968f12c2674d2840dfbacce4940) 3743 0 R (a00060_ga5a1d17375cc7b65cd155330008cbdb6a) 3751 0 R (a00060_gaa2c4cb4075422a19e07c450dc7092e69) 3742 0 R (a00061) 3757 0 R (a00061_ga22862f485346ae3b2ab7d052f538fc5f) 3775 0 R (a00061_ga36feb81315de87ce11d9a5aa2b4c6e6d) 3772 0 R (a00061_gac24c9e4bb2eab3e23b2039559adc9df8) 3774 0 R (a00061_gafa4e7cc68f0f99724f8d99541d9ab3de) 3773 0 R (a00062) 3780 0 R (a00062_gae06cf330d2f0d9949feb52b146b7d136) 3785 0 R (a00063) 3790 0 R (a00063_ga2daaf1dd1a9a7f11ccbc6821374120e9) 3796 0 R (a00064) 3797 0 R (a00064_gaa8ea979ce3a9b8c70ae80bc5716a0fbe) 3807 0 R (a00065) 3808 0 R (a00065_ga2ff7763b9c2c5975f9a2e3d638351535) 3819 0 R (a00065_ga87f4746d0cad579ce4e86b98088f22a1) 3818 0 R (chapter*.1) 1627 0 R (chapter.1) 6 0 R (chapter.10) 122 0 R (chapter.11) 130 0 R (chapter.12) 138 0 R (chapter.13) 146 0 R (chapter.14) 1198 0 R (chapter.2) 46 0 R (chapter.3) 50 0 R (chapter.4) 74 0 R (chapter.5) 78 0 R (chapter.6) 82 0 R (chapter.7) 86 0 R (chapter.8) 90 0 R (chapter.9) 102 0 R (cpu_mem_bind) 2315 0 R (embed) 2380 0 R (envvar) 2298 0 R (faq) 2451 0 R (index) 2076 0 R (index_Introduction) 2078 0 R (index_bugs) 2217 0 R (index_cli_examples) 2096 0 R (index_further_read) 2228 0 R (index_history) 2220 0 R (index_installation) 2090 0 R (index_interface) 2097 0 R (index_interface_example) 2199 0 R (index_portability) 2155 0 R (interoperability) 2325 0 R (page.1) 2075 0 R (page.10) 2154 0 R (page.100) 3633 0 R (page.101) 3638 0 R (page.102) 3642 0 R (page.103) 3646 0 R (page.104) 3650 0 R (page.105) 3654 0 R (page.106) 3659 0 R (page.107) 3675 0 R (page.108) 3695 0 R (page.109) 3706 0 R (page.11) 2172 0 R (page.110) 3725 0 R (page.111) 3747 0 R (page.112) 3756 0 R (page.113) 3779 0 R (page.114) 3789 0 R (page.115) 3801 0 R (page.116) 3823 0 R (page.117) 3827 0 R (page.118) 3839 0 R (page.119) 3846 0 R (page.12) 2185 0 R (page.120) 3876 0 R (page.121) 3919 0 R (page.122) 3934 0 R (page.123) 3938 0 R (page.124) 3943 0 R (page.125) 3947 0 R (page.126) 3951 0 R (page.127) 3965 0 R (page.128) 3974 0 R (page.129) 3983 0 R (page.13) 2198 0 R (page.130) 4000 0 R (page.131) 4021 0 R (page.132) 4025 0 R (page.133) 4057 0 R (page.134) 4067 0 R (page.135) 4071 0 R (page.136) 4088 0 R (page.137) 4129 0 R (page.138) 4174 0 R (page.139) 4224 0 R (page.14) 2203 0 R (page.140) 4265 0 R (page.141) 4308 0 R (page.142) 4375 0 R (page.143) 4430 0 R (page.144) 4495 0 R (page.145) 4576 0 R (page.146) 4630 0 R (page.147) 4685 0 R (page.148) 4731 0 R (page.15) 2207 0 R (page.16) 2212 0 R (page.17) 2216 0 R (page.18) 2232 0 R (page.19) 2251 0 R (page.2) 2087 0 R (page.20) 2265 0 R (page.21) 2269 0 R (page.22) 2279 0 R (page.23) 2283 0 R (page.24) 2291 0 R (page.25) 2297 0 R (page.26) 2310 0 R (page.27) 2314 0 R (page.28) 2320 0 R (page.29) 2324 0 R (page.3) 2102 0 R (page.30) 2339 0 R (page.31) 2347 0 R (page.32) 2372 0 R (page.33) 2379 0 R (page.34) 2386 0 R (page.35) 2393 0 R (page.36) 2398 0 R (page.37) 2402 0 R (page.38) 2412 0 R (page.39) 2438 0 R (page.4) 2110 0 R (page.40) 2446 0 R (page.41) 2450 0 R (page.42) 2456 0 R (page.43) 2460 0 R (page.44) 2489 0 R (page.45) 2502 0 R (page.46) 2540 0 R (page.47) 2544 0 R (page.48) 2555 0 R (page.49) 2582 0 R (page.5) 2114 0 R (page.50) 2619 0 R (page.51) 2624 0 R (page.52) 2640 0 R (page.53) 2655 0 R (page.54) 2664 0 R (page.55) 2701 0 R (page.56) 2725 0 R (page.57) 2732 0 R (page.58) 2739 0 R (page.59) 2743 0 R (page.6) 2119 0 R (page.60) 2770 0 R (page.61) 2790 0 R (page.62) 2812 0 R (page.63) 2822 0 R (page.64) 2848 0 R (page.65) 2869 0 R (page.66) 2876 0 R (page.67) 2906 0 R (page.68) 2926 0 R (page.69) 2930 0 R (page.7) 2124 0 R (page.70) 2935 0 R (page.71) 2966 0 R (page.72) 3023 0 R (page.73) 3065 0 R (page.74) 3075 0 R (page.75) 3080 0 R (page.76) 3089 0 R (page.77) 3093 0 R (page.78) 3097 0 R (page.79) 3112 0 R (page.8) 2128 0 R (page.80) 3171 0 R (page.81) 3175 0 R (page.82) 3186 0 R (page.83) 3240 0 R (page.84) 3244 0 R (page.85) 3259 0 R (page.86) 3278 0 R (page.87) 3305 0 R (page.88) 3330 0 R (page.89) 3336 0 R (page.9) 2132 0 R (page.90) 3364 0 R (page.91) 3390 0 R (page.92) 3394 0 R (page.93) 3415 0 R (page.94) 3438 0 R (page.95) 3445 0 R (page.96) 3480 0 R (page.97) 3520 0 R (page.98) 3559 0 R (page.99) 3608 0 R (section*.10) 2642 0 R (section*.11) 2659 0 R (section*.12) 2668 0 R (section*.13) 2673 0 R (section*.14) 2744 0 R (section*.15) 2772 0 R (section*.16) 2776 0 R (section*.17) 2823 0 R (section*.18) 2837 0 R (section*.19) 2878 0 R (section*.2) 2077 0 R (section*.20) 2886 0 R (section*.21) 2936 0 R (section*.22) 2967 0 R (section*.23) 3099 0 R (section*.24) 3113 0 R (section*.25) 3187 0 R (section*.26) 3248 0 R (section*.27) 3267 0 R (section*.28) 3289 0 R (section*.29) 3307 0 R (section*.3) 2546 0 R (section*.30) 3337 0 R (section*.31) 3367 0 R (section*.32) 3396 0 R (section*.33) 3416 0 R (section*.34) 3446 0 R (section*.35) 3449 0 R (section*.36) 3452 0 R (section*.37) 3661 0 R (section*.38) 3677 0 R (section*.39) 3697 0 R (section*.4) 2550 0 R (section*.40) 3727 0 R (section*.41) 3758 0 R (section*.42) 3781 0 R (section*.43) 3791 0 R (section*.44) 3802 0 R (section*.45) 3809 0 R (section*.46) 3828 0 R (section*.47) 3840 0 R (section*.48) 3847 0 R (section*.49) 3952 0 R (section*.5) 2559 0 R (section*.50) 3955 0 R (section*.51) 3966 0 R (section*.52) 3975 0 R (section*.53) 3984 0 R (section*.54) 3986 0 R (section*.55) 4001 0 R (section*.56) 4026 0 R (section*.57) 4029 0 R (section*.58) 4072 0 R (section*.6) 2587 0 R (section*.7) 2600 0 R (section*.8) 2626 0 R (section*.9) 2631 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) 34 0 R (section.1.6) 38 0 R (section.1.7) 42 0 R (section.10.1) 126 0 R (section.11.1) 134 0 R (section.12.1) 142 0 R (section.13.1) 150 0 R (section.13.10) 382 0 R (section.13.11) 398 0 R (section.13.12) 434 0 R (section.13.13) 478 0 R (section.13.14) 566 0 R (section.13.15) 582 0 R (section.13.16) 626 0 R (section.13.17) 666 0 R (section.13.18) 682 0 R (section.13.19) 698 0 R (section.13.2) 162 0 R (section.13.20) 714 0 R (section.13.21) 734 0 R (section.13.22) 758 0 R (section.13.23) 782 0 R (section.13.24) 802 0 R (section.13.25) 830 0 R (section.13.26) 1034 0 R (section.13.27) 1050 0 R (section.13.28) 1074 0 R (section.13.29) 1098 0 R (section.13.3) 174 0 R (section.13.30) 1122 0 R (section.13.31) 1146 0 R (section.13.32) 1158 0 R (section.13.33) 1170 0 R (section.13.34) 1182 0 R (section.13.4) 198 0 R (section.13.5) 222 0 R (section.13.6) 234 0 R (section.13.7) 258 0 R (section.13.8) 318 0 R (section.13.9) 342 0 R (section.14.1) 1202 0 R (section.14.10) 1514 0 R (section.14.11) 1586 0 R (section.14.2) 1226 0 R (section.14.3) 1242 0 R (section.14.4) 1366 0 R (section.14.5) 1386 0 R (section.14.6) 1406 0 R (section.14.7) 1426 0 R (section.14.8) 1454 0 R (section.14.9) 1498 0 R (section.3.1) 54 0 R (section.3.2) 58 0 R (section.3.3) 62 0 R (section.3.4) 66 0 R (section.3.5) 70 0 R (section.8.1) 94 0 R (section.8.2) 98 0 R (section.9.1) 106 0 R (section.9.2) 110 0 R (section.9.3) 114 0 R (section.9.4) 118 0 R (subsection.1.4.1) 26 0 R (subsection.1.4.2) 30 0 R (subsection.13.1.1) 154 0 R (subsection.13.10.1) 386 0 R (subsection.13.11.1) 402 0 R (subsection.13.12.1) 438 0 R (subsection.13.12.2) 442 0 R (subsection.13.12.3) 450 0 R (subsection.13.13.1) 482 0 R (subsection.13.13.2) 486 0 R (subsection.13.13.3) 498 0 R (subsection.13.14.1) 570 0 R (subsection.13.15.1) 586 0 R (subsection.13.16.1) 630 0 R (subsection.13.17.1) 670 0 R (subsection.13.18.1) 686 0 R (subsection.13.19.1) 702 0 R (subsection.13.2.1) 166 0 R (subsection.13.20.1) 718 0 R (subsection.13.21.1) 738 0 R (subsection.13.22.1) 762 0 R (subsection.13.23.1) 786 0 R (subsection.13.24.1) 806 0 R (subsection.13.24.2) 810 0 R (subsection.13.25.1) 834 0 R (subsection.13.25.2) 838 0 R (subsection.13.25.3) 850 0 R (subsection.13.25.4) 862 0 R (subsection.13.26.1) 1038 0 R (subsection.13.27.1) 1054 0 R (subsection.13.27.2) 1058 0 R (subsection.13.28.1) 1078 0 R (subsection.13.29.1) 1102 0 R (subsection.13.3.1) 178 0 R (subsection.13.30.1) 1126 0 R (subsection.13.31.1) 1150 0 R (subsection.13.32.1) 1162 0 R (subsection.13.33.1) 1174 0 R (subsection.13.34.1) 1186 0 R (subsection.13.4.1) 202 0 R (subsection.13.4.2) 214 0 R (subsection.13.5.1) 226 0 R (subsection.13.6.1) 238 0 R (subsection.13.7.1) 262 0 R (subsection.13.7.2) 266 0 R (subsection.13.7.3) 274 0 R (subsection.13.8.1) 322 0 R (subsection.13.9.1) 346 0 R (subsection.13.9.2) 354 0 R (subsection.14.1.1) 1206 0 R (subsection.14.1.2) 1210 0 R (subsection.14.10.1) 1518 0 R (subsection.14.10.2) 1522 0 R (subsection.14.11.1) 1590 0 R (subsection.14.11.2) 1594 0 R (subsection.14.2.1) 1230 0 R (subsection.14.2.2) 1234 0 R (subsection.14.3.1) 1246 0 R (subsection.14.3.2) 1250 0 R (subsection.14.4.1) 1370 0 R (subsection.14.4.2) 1374 0 R (subsection.14.5.1) 1390 0 R (subsection.14.5.2) 1394 0 R (subsection.14.6.1) 1410 0 R (subsection.14.6.2) 1414 0 R (subsection.14.7.1) 1430 0 R (subsection.14.7.2) 1434 0 R (subsection.14.8.1) 1458 0 R (subsection.14.8.2) 1462 0 R (subsection.14.9.1) 1502 0 R (subsection.14.9.2) 1506 0 R (subsubsection.13.1.1.1) 158 0 R (subsubsection.13.10.1.1) 390 0 R (subsubsection.13.10.1.2) 394 0 R (subsubsection.13.11.1.1) 406 0 R (subsubsection.13.11.1.2) 410 0 R (subsubsection.13.11.1.3) 414 0 R (subsubsection.13.11.1.4) 418 0 R (subsubsection.13.11.1.5) 422 0 R (subsubsection.13.11.1.6) 426 0 R (subsubsection.13.11.1.7) 430 0 R (subsubsection.13.12.2.1) 446 0 R (subsubsection.13.12.3.1) 454 0 R (subsubsection.13.12.3.2) 458 0 R (subsubsection.13.12.3.3) 462 0 R (subsubsection.13.12.3.4) 466 0 R (subsubsection.13.12.3.5) 470 0 R (subsubsection.13.12.3.6) 474 0 R (subsubsection.13.13.2.1) 490 0 R (subsubsection.13.13.2.2) 494 0 R (subsubsection.13.13.3.1) 502 0 R (subsubsection.13.13.3.10) 538 0 R (subsubsection.13.13.3.11) 542 0 R (subsubsection.13.13.3.12) 546 0 R (subsubsection.13.13.3.13) 550 0 R (subsubsection.13.13.3.14) 554 0 R (subsubsection.13.13.3.15) 558 0 R (subsubsection.13.13.3.16) 562 0 R (subsubsection.13.13.3.2) 506 0 R (subsubsection.13.13.3.3) 510 0 R (subsubsection.13.13.3.4) 514 0 R (subsubsection.13.13.3.5) 518 0 R (subsubsection.13.13.3.6) 522 0 R (subsubsection.13.13.3.7) 526 0 R (subsubsection.13.13.3.8) 530 0 R (subsubsection.13.13.3.9) 534 0 R (subsubsection.13.14.1.1) 574 0 R (subsubsection.13.14.1.2) 578 0 R (subsubsection.13.15.1.1) 590 0 R (subsubsection.13.15.1.2) 594 0 R (subsubsection.13.15.1.3) 598 0 R (subsubsection.13.15.1.4) 602 0 R (subsubsection.13.15.1.5) 606 0 R (subsubsection.13.15.1.6) 610 0 R (subsubsection.13.15.1.7) 614 0 R (subsubsection.13.15.1.8) 618 0 R (subsubsection.13.15.1.9) 622 0 R (subsubsection.13.16.1.1) 634 0 R (subsubsection.13.16.1.2) 638 0 R (subsubsection.13.16.1.3) 642 0 R (subsubsection.13.16.1.4) 646 0 R (subsubsection.13.16.1.5) 650 0 R (subsubsection.13.16.1.6) 654 0 R (subsubsection.13.16.1.7) 658 0 R (subsubsection.13.16.1.8) 662 0 R (subsubsection.13.17.1.1) 674 0 R (subsubsection.13.17.1.2) 678 0 R (subsubsection.13.18.1.1) 690 0 R (subsubsection.13.18.1.2) 694 0 R (subsubsection.13.19.1.1) 706 0 R (subsubsection.13.19.1.2) 710 0 R (subsubsection.13.2.1.1) 170 0 R (subsubsection.13.20.1.1) 722 0 R (subsubsection.13.20.1.2) 726 0 R (subsubsection.13.20.1.3) 730 0 R (subsubsection.13.21.1.1) 742 0 R (subsubsection.13.21.1.2) 746 0 R (subsubsection.13.21.1.3) 750 0 R (subsubsection.13.21.1.4) 754 0 R (subsubsection.13.22.1.1) 766 0 R (subsubsection.13.22.1.2) 770 0 R (subsubsection.13.22.1.3) 774 0 R (subsubsection.13.22.1.4) 778 0 R (subsubsection.13.23.1.1) 790 0 R (subsubsection.13.23.1.2) 794 0 R (subsubsection.13.23.1.3) 798 0 R (subsubsection.13.24.2.1) 814 0 R (subsubsection.13.24.2.2) 818 0 R (subsubsection.13.24.2.3) 822 0 R (subsubsection.13.24.2.4) 826 0 R (subsubsection.13.25.2.1) 842 0 R (subsubsection.13.25.2.2) 846 0 R (subsubsection.13.25.3.1) 854 0 R (subsubsection.13.25.3.2) 858 0 R (subsubsection.13.25.4.1) 866 0 R (subsubsection.13.25.4.10) 902 0 R (subsubsection.13.25.4.11) 906 0 R (subsubsection.13.25.4.12) 910 0 R (subsubsection.13.25.4.13) 914 0 R (subsubsection.13.25.4.14) 918 0 R (subsubsection.13.25.4.15) 922 0 R (subsubsection.13.25.4.16) 926 0 R (subsubsection.13.25.4.17) 930 0 R (subsubsection.13.25.4.18) 934 0 R (subsubsection.13.25.4.19) 938 0 R (subsubsection.13.25.4.2) 870 0 R (subsubsection.13.25.4.20) 942 0 R (subsubsection.13.25.4.21) 946 0 R (subsubsection.13.25.4.22) 950 0 R (subsubsection.13.25.4.23) 954 0 R (subsubsection.13.25.4.24) 958 0 R (subsubsection.13.25.4.25) 962 0 R (subsubsection.13.25.4.26) 966 0 R (subsubsection.13.25.4.27) 970 0 R (subsubsection.13.25.4.28) 974 0 R (subsubsection.13.25.4.29) 978 0 R (subsubsection.13.25.4.3) 874 0 R (subsubsection.13.25.4.30) 982 0 R (subsubsection.13.25.4.31) 986 0 R (subsubsection.13.25.4.32) 990 0 R (subsubsection.13.25.4.33) 994 0 R (subsubsection.13.25.4.34) 998 0 R (subsubsection.13.25.4.35) 1002 0 R (subsubsection.13.25.4.36) 1006 0 R (subsubsection.13.25.4.37) 1010 0 R (subsubsection.13.25.4.38) 1014 0 R (subsubsection.13.25.4.39) 1018 0 R (subsubsection.13.25.4.4) 878 0 R (subsubsection.13.25.4.40) 1022 0 R (subsubsection.13.25.4.41) 1026 0 R (subsubsection.13.25.4.42) 1030 0 R (subsubsection.13.25.4.5) 882 0 R (subsubsection.13.25.4.6) 886 0 R (subsubsection.13.25.4.7) 890 0 R (subsubsection.13.25.4.8) 894 0 R (subsubsection.13.25.4.9) 898 0 R (subsubsection.13.26.1.1) 1042 0 R (subsubsection.13.26.1.2) 1046 0 R (subsubsection.13.27.2.1) 1062 0 R (subsubsection.13.27.2.2) 1066 0 R (subsubsection.13.27.2.3) 1070 0 R (subsubsection.13.28.1.1) 1082 0 R (subsubsection.13.28.1.2) 1086 0 R (subsubsection.13.28.1.3) 1090 0 R (subsubsection.13.28.1.4) 1094 0 R (subsubsection.13.29.1.1) 1106 0 R (subsubsection.13.29.1.2) 1110 0 R (subsubsection.13.29.1.3) 1114 0 R (subsubsection.13.29.1.4) 1118 0 R (subsubsection.13.3.1.1) 182 0 R (subsubsection.13.3.1.2) 186 0 R (subsubsection.13.3.1.3) 190 0 R (subsubsection.13.3.1.4) 194 0 R (subsubsection.13.30.1.1) 1130 0 R (subsubsection.13.30.1.2) 1134 0 R (subsubsection.13.30.1.3) 1138 0 R (subsubsection.13.30.1.4) 1142 0 R (subsubsection.13.31.1.1) 1154 0 R (subsubsection.13.32.1.1) 1166 0 R (subsubsection.13.33.1.1) 1178 0 R (subsubsection.13.34.1.1) 1190 0 R (subsubsection.13.34.1.2) 1194 0 R (subsubsection.13.4.1.1) 206 0 R (subsubsection.13.4.1.2) 210 0 R (subsubsection.13.4.2.1) 218 0 R (subsubsection.13.5.1.1) 230 0 R (subsubsection.13.6.1.1) 242 0 R (subsubsection.13.6.1.2) 246 0 R (subsubsection.13.6.1.3) 250 0 R (subsubsection.13.6.1.4) 254 0 R (subsubsection.13.7.2.1) 270 0 R (subsubsection.13.7.3.1) 278 0 R (subsubsection.13.7.3.10) 314 0 R (subsubsection.13.7.3.2) 282 0 R (subsubsection.13.7.3.3) 286 0 R (subsubsection.13.7.3.4) 290 0 R (subsubsection.13.7.3.5) 294 0 R (subsubsection.13.7.3.6) 298 0 R (subsubsection.13.7.3.7) 302 0 R (subsubsection.13.7.3.8) 306 0 R (subsubsection.13.7.3.9) 310 0 R (subsubsection.13.8.1.1) 326 0 R (subsubsection.13.8.1.2) 330 0 R (subsubsection.13.8.1.3) 334 0 R (subsubsection.13.8.1.4) 338 0 R (subsubsection.13.9.1.1) 350 0 R (subsubsection.13.9.2.1) 358 0 R (subsubsection.13.9.2.2) 362 0 R (subsubsection.13.9.2.3) 366 0 R (subsubsection.13.9.2.4) 370 0 R (subsubsection.13.9.2.5) 374 0 R (subsubsection.13.9.2.6) 378 0 R (subsubsection.14.1.2.1) 1214 0 R (subsubsection.14.1.2.2) 1218 0 R (subsubsection.14.1.2.3) 1222 0 R (subsubsection.14.10.2.1) 1526 0 R (subsubsection.14.10.2.10) 1562 0 R (subsubsection.14.10.2.11) 1566 0 R (subsubsection.14.10.2.12) 1570 0 R (subsubsection.14.10.2.13) 1574 0 R (subsubsection.14.10.2.14) 1578 0 R (subsubsection.14.10.2.15) 1582 0 R (subsubsection.14.10.2.2) 1530 0 R (subsubsection.14.10.2.3) 1534 0 R (subsubsection.14.10.2.4) 1538 0 R (subsubsection.14.10.2.5) 1542 0 R (subsubsection.14.10.2.6) 1546 0 R (subsubsection.14.10.2.7) 1550 0 R (subsubsection.14.10.2.8) 1554 0 R (subsubsection.14.10.2.9) 1558 0 R (subsubsection.14.11.2.1) 1598 0 R (subsubsection.14.11.2.2) 1602 0 R (subsubsection.14.11.2.3) 1606 0 R (subsubsection.14.2.2.1) 1238 0 R (subsubsection.14.3.2.1) 1254 0 R (subsubsection.14.3.2.10) 1290 0 R (subsubsection.14.3.2.11) 1294 0 R (subsubsection.14.3.2.12) 1298 0 R (subsubsection.14.3.2.13) 1302 0 R (subsubsection.14.3.2.14) 1306 0 R (subsubsection.14.3.2.15) 1310 0 R (subsubsection.14.3.2.16) 1314 0 R (subsubsection.14.3.2.17) 1318 0 R (subsubsection.14.3.2.18) 1322 0 R (subsubsection.14.3.2.19) 1326 0 R (subsubsection.14.3.2.2) 1258 0 R (subsubsection.14.3.2.20) 1330 0 R (subsubsection.14.3.2.21) 1334 0 R (subsubsection.14.3.2.22) 1338 0 R (subsubsection.14.3.2.23) 1342 0 R (subsubsection.14.3.2.24) 1346 0 R (subsubsection.14.3.2.25) 1350 0 R (subsubsection.14.3.2.26) 1354 0 R (subsubsection.14.3.2.27) 1358 0 R (subsubsection.14.3.2.28) 1362 0 R (subsubsection.14.3.2.3) 1262 0 R (subsubsection.14.3.2.4) 1266 0 R (subsubsection.14.3.2.5) 1270 0 R (subsubsection.14.3.2.6) 1274 0 R (subsubsection.14.3.2.7) 1278 0 R (subsubsection.14.3.2.8) 1282 0 R (subsubsection.14.3.2.9) 1286 0 R (subsubsection.14.4.2.1) 1378 0 R (subsubsection.14.4.2.2) 1382 0 R (subsubsection.14.5.2.1) 1398 0 R (subsubsection.14.5.2.2) 1402 0 R (subsubsection.14.6.2.1) 1418 0 R (subsubsection.14.6.2.2) 1422 0 R (subsubsection.14.7.2.1) 1438 0 R (subsubsection.14.7.2.2) 1442 0 R (subsubsection.14.7.2.3) 1446 0 R (subsubsection.14.7.2.4) 1450 0 R (subsubsection.14.8.2.1) 1466 0 R (subsubsection.14.8.2.2) 1470 0 R (subsubsection.14.8.2.3) 1474 0 R (subsubsection.14.8.2.4) 1478 0 R (subsubsection.14.8.2.5) 1482 0 R (subsubsection.14.8.2.6) 1486 0 R (subsubsection.14.8.2.7) 1490 0 R (subsubsection.14.8.2.8) 1494 0 R (subsubsection.14.9.2.1) 1510 0 R (switchfromplpa) 2403 0 R (termsanddefs) 2252 0 R (threadsafety) 2348 0 R (tools) 2284 0 R] +-/Limits [(Doc-Start) (tools)] ++4639 0 obj << ++/Names [(Doc-Start) 350 0 R (a00012) 824 0 R (a00012_o0) 2740 0 R (a00012_o1) 2741 0 R (a00012_o10) 2777 0 R (a00012_o11) 2778 0 R (a00012_o12) 2779 0 R (a00012_o13) 2780 0 R (a00012_o14) 2781 0 R (a00012_o15) 2782 0 R (a00012_o16) 2783 0 R (a00012_o17) 2784 0 R (a00012_o18) 2785 0 R (a00012_o19) 2786 0 R (a00012_o2) 2742 0 R (a00012_o20) 2813 0 R (a00012_o21) 2814 0 R (a00012_o22) 2808 0 R (a00012_o23) 2815 0 R (a00012_o24) 2816 0 R (a00012_o25) 2817 0 R (a00012_o26) 2818 0 R (a00012_o27) 2819 0 R (a00012_o3) 2743 0 R (a00012_o4) 2744 0 R (a00012_o5) 2745 0 R (a00012_o6) 2773 0 R (a00012_o7) 2774 0 R (a00012_o8) 2775 0 R (a00012_o9) 2776 0 R (a00013) 825 0 R (a00013_o0) 2924 0 R (a00013_o1) 2928 0 R (a00014) 826 0 R (a00014_o0) 2950 0 R (a00014_o1) 2944 0 R (a00014_o2) 2947 0 R (a00015) 827 0 R (a00015_o0) 2962 0 R (a00016) 828 0 R (a00016_o0) 2975 0 R (a00016_o1) 2978 0 R (a00017) 829 0 R (a00017_o0) 3004 0 R (a00017_o1) 2994 0 R (a00017_o2) 3001 0 R (a00017_o3) 2997 0 R (a00018) 830 0 R (a00018_o0) 3025 0 R (a00018_o1) 3021 0 R (a00019) 831 0 R (a00019_o0) 3059 0 R (a00019_o1) 3048 0 R (a00019_o2) 3058 0 R (a00019_o3) 3045 0 R (a00019_o4) 3060 0 R (a00019_o5) 3051 0 R (a00019_o6) 3061 0 R (a00019_o7) 3055 0 R (a00020) 832 0 R (a00020_o0) 3084 0 R (a00021) 833 0 R (a00021_o0) 3117 0 R (a00021_o1) 3118 0 R (a00021_o10) 3113 0 R (a00021_o11) 3125 0 R (a00021_o12) 3126 0 R (a00021_o13) 3127 0 R (a00021_o14) 3128 0 R (a00021_o2) 3119 0 R (a00021_o3) 3120 0 R (a00021_o4) 3121 0 R (a00021_o5) 3122 0 R (a00021_o6) 3123 0 R (a00021_o7) 3124 0 R (a00021_o8) 3110 0 R (a00021_o9) 3116 0 R (a00022) 834 0 R (a00022_o0) 3193 0 R (a00022_o1) 3189 0 R (a00022_o2) 3197 0 R (a00023) 866 0 R (a00024) 867 0 R (a00025) 868 0 R (a00026) 869 0 R (a00027) 870 0 R (a00028) 871 0 R (a00029) 525 0 R (a00030) 872 0 R (a00031) 873 0 R (a00032) 874 0 R (a00033) 875 0 R (a00034) 884 0 R (a00034_ga0) 888 0 R (a00035) 894 0 R (a00035_ga0) 683 0 R (a00036) 906 0 R (a00036_ga0) 929 0 R (a00036_ga1) 919 0 R (a00036_ga2) 934 0 R (a00036_ga3) 924 0 R (a00037) 950 0 R (a00037_ga0) 985 0 R (a00037_ga1) 621 0 R (a00037_ga2) 969 0 R (a00037_gga1a10) 980 0 R (a00037_gga1a11) 981 0 R (a00037_gga1a12) 982 0 R (a00037_gga1a13) 739 0 R (a00037_gga1a14) 983 0 R (a00037_gga1a15) 984 0 R (a00037_gga1a7) 976 0 R (a00037_gga1a8) 978 0 R (a00037_gga1a9) 979 0 R (a00037_gga2a16) 972 0 R (a00038) 1002 0 R (a00038_ga0) 1013 0 R (a00039) 687 0 R (a00039_ga0) 684 0 R (a00039_ga1) 685 0 R (a00039_ga2) 686 0 R (a00039_ga3) 1032 0 R (a00040) 697 0 R (a00040_ga0) 1078 0 R (a00040_ga1) 1079 0 R (a00040_ga10) 1075 0 R (a00040_ga2) 1080 0 R (a00040_ga3) 1081 0 R (a00040_ga4) 659 0 R (a00040_ga5) 1107 0 R (a00040_ga6) 1108 0 R (a00040_ga7) 658 0 R (a00040_ga8) 1109 0 R (a00040_ga9) 1110 0 R (a00040_gga10a17) 1076 0 R (a00040_gga10a18) 1077 0 R (a00041) 696 0 R (a00041_ga0) 1177 0 R (a00041_ga1) 1181 0 R (a00041_ga2) 1185 0 R (a00041_ga3) 1187 0 R (a00042) 1204 0 R (a00042_ga0) 1233 0 R (a00042_ga1) 1234 0 R (a00042_ga2) 1235 0 R (a00042_ga3) 1236 0 R (a00042_ga4) 1237 0 R (a00042_ga5) 660 0 R (a00042_ga6) 1228 0 R (a00042_gga6a19) 1231 0 R (a00042_gga6a20) 1232 0 R (a00043) 1271 0 R (a00043_ga0) 1281 0 R (a00043_ga1) 733 0 R (a00044) 1295 0 R (a00044_ga0) 1319 0 R (a00044_ga1) 1320 0 R (a00044_ga2) 1321 0 R (a00044_ga3) 1314 0 R (a00044_ga4) 1322 0 R (a00044_ga5) 1317 0 R (a00044_ga6) 1323 0 R (a00045) 526 0 R (a00045_ga0) 750 0 R (a00045_ga1) 1387 0 R (a00045_ga2) 1388 0 R (a00045_ga3) 1389 0 R (a00045_ga4) 1390 0 R (a00045_ga5) 1391 0 R (a00045_ga6) 1382 0 R (a00045_gga6a21) 1383 0 R (a00045_gga6a22) 1384 0 R (a00045_gga6a23) 1385 0 R (a00045_gga6a24) 1386 0 R (a00046) 527 0 R (a00046_ga0) 1485 0 R (a00046_ga1) 1486 0 R (a00046_ga10) 1539 0 R (a00046_ga11) 1540 0 R (a00046_ga12) 1541 0 R (a00046_ga13) 1542 0 R (a00046_ga14) 1543 0 R (a00046_ga15) 1560 0 R (a00046_ga16) 1472 0 R (a00046_ga17) 1479 0 R (a00046_ga2) 1487 0 R (a00046_ga3) 1488 0 R (a00046_ga4) 1489 0 R (a00046_ga5) 1534 0 R (a00046_ga6) 1535 0 R (a00046_ga7) 1536 0 R (a00046_ga8) 1537 0 R (a00046_ga9) 1538 0 R (a00046_gga16a25) 1473 0 R (a00046_gga16a26) 1474 0 R (a00046_gga16a27) 1475 0 R (a00046_gga16a28) 1476 0 R (a00046_gga16a29) 1477 0 R (a00046_gga16a30) 1478 0 R (a00046_gga17a31) 1480 0 R (a00046_gga17a32) 1481 0 R (a00046_gga17a33) 1482 0 R (a00046_gga17a34) 1483 0 R (a00046_gga17a35) 1484 0 R (a00047) 1656 0 R (a00047_ga0) 1259 0 R (a00047_ga1) 1260 0 R (a00048) 1675 0 R (a00048_ga0) 1717 0 R (a00048_ga1) 1718 0 R (a00048_ga2) 1719 0 R (a00048_ga3) 1720 0 R (a00048_ga4) 734 0 R (a00048_ga5) 1721 0 R (a00048_ga6) 1722 0 R (a00048_ga7) 1723 0 R (a00048_ga8) 1724 0 R (a00049) 1782 0 R (a00049_ga0) 1824 0 R (a00049_ga1) 1825 0 R (a00049_ga2) 1826 0 R (a00049_ga3) 736 0 R (a00049_ga4) 1827 0 R (a00049_ga5) 735 0 R (a00049_ga6) 1828 0 R (a00049_ga7) 1829 0 R (a00050) 1880 0 R (a00050_ga0) 1892 0 R (a00050_ga1) 1898 0 R (a00051) 1907 0 R (a00051_ga0) 1924 0 R (a00051_ga1) 1930 0 R (a00052) 1942 0 R (a00052_ga0) 1954 0 R (a00052_ga1) 1959 0 R (a00053) 1969 0 R (a00053_ga0) 1986 0 R (a00053_ga1) 737 0 R (a00053_ga2) 738 0 R (a00054) 2009 0 R (a00054_ga0) 2039 0 R (a00054_ga1) 2038 0 R (a00054_ga2) 2033 0 R (a00054_ga3) 2028 0 R (a00055) 2056 0 R (a00055_ga0) 2079 0 R (a00055_ga1) 2086 0 R (a00055_ga2) 751 0 R (a00055_ga3) 2075 0 R (a00056) 2099 0 R (a00056_ga0) 2118 0 R (a00056_ga1) 2122 0 R (a00056_ga2) 2114 0 R (a00057) 945 0 R (a00057_ga0) 1561 0 R (a00057_ga1) 2153 0 R (a00057_ga2) 1562 0 R (a00057_ga3) 2154 0 R (a00058) 2175 0 R (a00058_ga0) 622 0 R (a00058_ga1) 939 0 R (a00058_ga10) 2239 0 R (a00058_ga11) 2240 0 R (a00058_ga12) 2241 0 R (a00058_ga13) 2242 0 R (a00058_ga14) 2243 0 R (a00058_ga15) 2244 0 R (a00058_ga16) 2245 0 R (a00058_ga17) 2246 0 R (a00058_ga18) 2247 0 R (a00058_ga19) 2248 0 R (a00058_ga2) 2202 0 R (a00058_ga20) 2249 0 R (a00058_ga21) 2281 0 R (a00058_ga22) 2282 0 R (a00058_ga23) 2283 0 R (a00058_ga24) 1392 0 R (a00058_ga25) 2284 0 R (a00058_ga26) 2285 0 R (a00058_ga27) 2286 0 R (a00058_ga28) 2287 0 R (a00058_ga29) 2288 0 R (a00058_ga3) 2203 0 R (a00058_ga30) 2289 0 R (a00058_ga31) 2290 0 R (a00058_ga32) 2291 0 R (a00058_ga33) 2292 0 R (a00058_ga34) 2336 0 R (a00058_ga35) 2337 0 R (a00058_ga36) 2338 0 R (a00058_ga37) 2339 0 R (a00058_ga38) 2340 0 R (a00058_ga39) 2341 0 R (a00058_ga4) 2204 0 R (a00058_ga40) 2342 0 R (a00058_ga41) 2343 0 R (a00058_ga42) 2344 0 R (a00058_ga43) 2345 0 R (a00058_ga44) 2200 0 R (a00058_ga45) 2201 0 R (a00058_ga5) 2205 0 R (a00058_ga6) 2206 0 R (a00058_ga7) 2207 0 R (a00058_ga8) 2208 0 R (a00058_ga9) 2238 0 R (a00059) 2491 0 R (a00059_ga0) 2504 0 R (a00059_ga1) 2500 0 R (a00060) 2512 0 R (a00060_ga0) 2528 0 R (a00060_ga1) 2531 0 R (a00060_ga2) 2524 0 R (a00061) 2543 0 R (a00061_ga0) 2562 0 R (a00061_ga1) 2564 0 R (a00061_ga2) 2558 0 R (a00061_ga3) 2565 0 R (a00062) 2583 0 R (a00062_ga0) 2605 0 R (a00062_ga1) 2610 0 R (a00062_ga2) 2601 0 R (a00062_ga3) 2609 0 R (a00063) 2625 0 R (a00063_ga0) 2646 0 R (a00063_ga1) 2651 0 R (a00063_ga2) 2642 0 R (a00063_ga3) 2650 0 R (a00064) 2666 0 R (a00064_ga0) 2672 0 R (a00065) 2681 0 R (a00065_ga0) 2687 0 R (a00066) 2695 0 R (a00066_ga0) 2701 0 R (a00067) 2709 0 R (a00067_ga0) 2718 0 R (a00067_ga1) 2722 0 R (chapter*.1) 363 0 R (chapter.1) 6 0 R (chapter.2) 86 0 R (chapter.3) 94 0 R (chapter.4) 102 0 R (chapter.5) 110 0 R (chapter.6) 250 0 R (chapter.7) 298 0 R (figure.1.1) 506 0 R (figure.1.2) 632 0 R (index) 465 0 R (index_Introduction) 467 0 R (index_bugs) 598 0 R (index_cli_examples) 481 0 R (index_cli_hwloc_bind) 645 0 R (index_cli_hwloc_calc) 646 0 R (index_cli_hwloc_distrib) 647 0 R (index_cli_hwloc_ps) 652 0 R (index_cli_lstopo) 644 0 R (index_embedding_example) 708 0 R (index_embedding_m4) 695 0 R (index_faq_xml) 748 0 R (index_further_read) 609 0 R (index_history) 601 0 R (index_installation) 476 0 R (index_interface) 482 0 R (index_interface_example) 580 0 R (index_portability) 534 0 R (index_switchfromplpa_caching) 713 0 R (index_switchfromplpa_counting) 745 0 R (index_switchfromplpa_hierarchy) 721 0 R (index_switchfromplpa_indexes) 731 0 R (page.1) 349 0 R (page.10) 520 0 R (page.100) 2366 0 R (page.101) 2389 0 R (page.102) 2411 0 R (page.103) 2436 0 R (page.104) 2458 0 R (page.105) 2474 0 R (page.106) 2490 0 R (page.107) 2511 0 R (page.108) 2538 0 R (page.109) 2542 0 R (page.11) 533 0 R (page.110) 2569 0 R (page.111) 2582 0 R (page.112) 2614 0 R (page.113) 2624 0 R (page.114) 2655 0 R (page.115) 2665 0 R (page.116) 2680 0 R (page.117) 2694 0 R (page.118) 2708 0 R (page.119) 2729 0 R (page.12) 552 0 R (page.120) 2749 0 R (page.121) 2790 0 R (page.122) 2823 0 R (page.123) 2841 0 R (page.124) 2859 0 R (page.125) 2884 0 R (page.126) 2906 0 R (page.127) 2916 0 R (page.128) 2937 0 R (page.129) 2957 0 R (page.13) 565 0 R (page.130) 2969 0 R (page.131) 2985 0 R (page.132) 3008 0 R (page.133) 3015 0 R (page.134) 3033 0 R (page.135) 3065 0 R (page.136) 3079 0 R (page.137) 3091 0 R (page.138) 3132 0 R (page.139) 3157 0 R (page.14) 579 0 R (page.140) 3178 0 R (page.141) 3205 0 R (page.142) 3215 0 R (page.143) 3248 0 R (page.144) 3276 0 R (page.145) 3312 0 R (page.146) 3341 0 R (page.147) 3350 0 R (page.148) 3359 0 R (page.149) 3371 0 R (page.15) 585 0 R (page.150) 3413 0 R (page.151) 3466 0 R (page.152) 3521 0 R (page.153) 3578 0 R (page.154) 3586 0 R (page.155) 3590 0 R (page.156) 3603 0 R (page.157) 3627 0 R (page.158) 3676 0 R (page.159) 3707 0 R (page.16) 589 0 R (page.160) 3746 0 R (page.161) 3781 0 R (page.162) 3824 0 R (page.163) 3868 0 R (page.164) 3874 0 R (page.165) 3906 0 R (page.166) 3925 0 R (page.167) 3939 0 R (page.168) 3951 0 R (page.169) 3960 0 R (page.17) 593 0 R (page.170) 4004 0 R (page.171) 4050 0 R (page.172) 4096 0 R (page.173) 4133 0 R (page.174) 4173 0 R (page.175) 4236 0 R (page.176) 4293 0 R (page.177) 4356 0 R (page.178) 4426 0 R (page.179) 4474 0 R (page.18) 597 0 R (page.180) 4528 0 R (page.181) 4584 0 R (page.19) 613 0 R (page.2) 357 0 R (page.20) 627 0 R (page.21) 631 0 R (page.22) 643 0 R (page.23) 651 0 R (page.24) 664 0 R (page.25) 668 0 R (page.26) 691 0 R (page.27) 701 0 R (page.28) 707 0 R (page.29) 712 0 R (page.3) 421 0 R (page.30) 717 0 R (page.31) 743 0 R (page.32) 755 0 R (page.33) 759 0 R (page.34) 786 0 R (page.35) 801 0 R (page.36) 838 0 R (page.37) 842 0 R (page.38) 879 0 R (page.39) 883 0 R (page.4) 455 0 R (page.40) 893 0 R (page.41) 905 0 R (page.42) 943 0 R (page.43) 949 0 R (page.44) 989 0 R (page.45) 997 0 R (page.46) 1001 0 R (page.47) 1021 0 R (page.48) 1042 0 R (page.49) 1051 0 R (page.5) 496 0 R (page.50) 1085 0 R (page.51) 1114 0 R (page.52) 1128 0 R (page.53) 1145 0 R (page.54) 1154 0 R (page.55) 1160 0 R (page.56) 1191 0 R (page.57) 1203 0 R (page.58) 1241 0 R (page.59) 1264 0 R (page.6) 501 0 R (page.60) 1270 0 R (page.61) 1294 0 R (page.62) 1327 0 R (page.63) 1343 0 R (page.64) 1352 0 R (page.65) 1396 0 R (page.66) 1405 0 R (page.67) 1419 0 R (page.68) 1433 0 R (page.69) 1493 0 R (page.7) 505 0 R (page.70) 1547 0 R (page.71) 1566 0 R (page.72) 1575 0 R (page.73) 1598 0 R (page.74) 1627 0 R (page.75) 1647 0 R (page.76) 1655 0 R (page.77) 1674 0 R (page.78) 1728 0 R (page.79) 1763 0 R (page.8) 512 0 R (page.80) 1781 0 R (page.81) 1833 0 R (page.82) 1858 0 R (page.83) 1879 0 R (page.84) 1906 0 R (page.85) 1941 0 R (page.86) 1968 0 R (page.87) 1999 0 R (page.88) 2008 0 R (page.89) 2043 0 R (page.9) 516 0 R (page.90) 2055 0 R (page.91) 2090 0 R (page.92) 2098 0 R (page.93) 2129 0 R (page.94) 2158 0 R (page.95) 2174 0 R (page.96) 2212 0 R (page.97) 2253 0 R (page.98) 2296 0 R (page.99) 2349 0 R (section*.10) 1022 0 R (section*.11) 1052 0 R (section*.12) 1057 0 R (section*.13) 1062 0 R (section*.14) 1161 0 R (section*.15) 1205 0 R (section*.16) 1209 0 R (section*.17) 1272 0 R (section*.18) 1296 0 R (section*.19) 1353 0 R (section*.2) 466 0 R (section*.20) 1361 0 R (section*.21) 1434 0 R (section*.22) 1448 0 R (section*.23) 1657 0 R (section*.24) 1676 0 R (section*.25) 1783 0 R (section*.26) 1881 0 R (section*.27) 1908 0 R (section*.28) 1943 0 R (section*.29) 1970 0 R (section*.3) 885 0 R (section*.30) 2010 0 R (section*.31) 2057 0 R (section*.32) 2100 0 R (section*.33) 2130 0 R (section*.34) 2176 0 R (section*.35) 2179 0 R (section*.36) 2182 0 R (section*.37) 2492 0 R (section*.38) 2513 0 R (section*.39) 2544 0 R (section*.4) 895 0 R (section*.40) 2584 0 R (section*.41) 2626 0 R (section*.42) 2667 0 R (section*.43) 2682 0 R (section*.44) 2696 0 R (section*.45) 2710 0 R (section*.46) 2730 0 R (section*.47) 2917 0 R (section*.48) 2938 0 R (section*.49) 2958 0 R (section*.5) 907 0 R (section*.50) 2970 0 R (section*.51) 2986 0 R (section*.52) 3016 0 R (section*.53) 3034 0 R (section*.54) 3080 0 R (section*.55) 3092 0 R (section*.56) 3179 0 R (section*.57) 3206 0 R (section*.58) 3209 0 R (section*.59) 3216 0 R (section*.6) 951 0 R (section*.60) 3342 0 R (section*.61) 3351 0 R (section*.62) 3360 0 R (section*.63) 3372 0 R (section*.64) 3591 0 R (section*.65) 3607 0 R (section*.66) 3609 0 R (section*.67) 3628 0 R (section*.68) 3668 0 R (section*.69) 3875 0 R (section*.7) 964 0 R (section*.70) 3926 0 R (section*.71) 3940 0 R (section*.72) 3952 0 R (section*.8) 1003 0 R (section*.9) 1008 0 R (section.1.1) 10 0 R (section.1.10) 46 0 R (section.1.11) 50 0 R (section.1.12) 54 0 R (section.1.13) 58 0 R (section.1.14) 62 0 R (section.1.15) 66 0 R (section.1.16) 70 0 R (section.1.17) 74 0 R (section.1.18) 78 0 R (section.1.19) 82 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 (section.1.6) 30 0 R (section.1.7) 34 0 R (section.1.8) 38 0 R (section.1.9) 42 0 R (section.2.1) 90 0 R (section.3.1) 98 0 R (section.4.1) 106 0 R (section.5.1) 114 0 R (section.5.10) 150 0 R (section.5.11) 154 0 R (section.5.12) 158 0 R (section.5.13) 162 0 R (section.5.14) 166 0 R (section.5.15) 170 0 R (section.5.16) 174 0 R (section.5.17) 178 0 R (section.5.18) 182 0 R (section.5.19) 186 0 R (section.5.2) 118 0 R (section.5.20) 190 0 R (section.5.21) 194 0 R (section.5.22) 198 0 R (section.5.23) 202 0 R (section.5.24) 206 0 R (section.5.25) 210 0 R (section.5.26) 214 0 R (section.5.27) 218 0 R (section.5.28) 222 0 R (section.5.29) 226 0 R (section.5.3) 122 0 R (section.5.30) 230 0 R (section.5.31) 234 0 R (section.5.32) 238 0 R (section.5.33) 242 0 R (section.5.34) 246 0 R (section.5.4) 126 0 R (section.5.5) 130 0 R (section.5.6) 134 0 R (section.5.7) 138 0 R (section.5.8) 142 0 R (section.5.9) 146 0 R (section.6.1) 254 0 R (section.6.10) 290 0 R (section.6.11) 294 0 R (section.6.2) 258 0 R (section.6.3) 262 0 R (section.6.4) 266 0 R (section.6.5) 270 0 R (section.6.6) 274 0 R (section.6.7) 278 0 R (section.6.8) 282 0 R (section.6.9) 286 0 R (section.7.1) 302 0 R (section.7.10) 338 0 R (section.7.11) 342 0 R (section.7.2) 306 0 R (section.7.3) 310 0 R (section.7.4) 314 0 R (section.7.5) 318 0 R (section.7.6) 322 0 R (section.7.7) 326 0 R (section.7.8) 330 0 R (section.7.9) 334 0 R (subsection.1.4.1) 535 0 R (subsection.1.4.2) 581 0 R (subsection.5.1.1) 887 0 R (subsection.5.10.1) 1280 0 R (subsection.5.11.1) 1313 0 R (subsection.5.12.1) 1380 0 R (subsection.5.12.2) 1399 0 R (subsection.5.12.3) 1406 0 R (subsection.5.13.1) 1552 0 R (subsection.5.13.2) 1557 0 R (subsection.5.13.3) 1569 0 R (subsection.5.14.1) 1664 0 R (subsection.5.15.1) 1729 0 R (subsection.5.16.1) 1834 0 R (subsection.5.17.1) 1891 0 R (subsection.5.18.1) 1923 0 R (subsection.5.19.1) 1953 0 R (subsection.5.2.1) 897 0 R (subsection.5.20.1) 1985 0 R (subsection.5.21.1) 2027 0 R (subsection.5.22.1) 2074 0 R (subsection.5.23.1) 2113 0 R (subsection.5.24.1) 2147 0 R (subsection.5.24.2) 2148 0 R (subsection.5.25.1) 2350 0 R (subsection.5.25.2) 2351 0 R (subsection.5.25.3) 2355 0 R (subsection.5.25.4) 2360 0 R (subsection.5.26.1) 2499 0 R (subsection.5.27.1) 2522 0 R (subsection.5.27.2) 2523 0 R (subsection.5.28.1) 2557 0 R (subsection.5.29.1) 2600 0 R (subsection.5.3.1) 918 0 R (subsection.5.30.1) 2641 0 R (subsection.5.31.1) 2671 0 R (subsection.5.32.1) 2686 0 R (subsection.5.33.1) 2700 0 R (subsection.5.34.1) 2717 0 R (subsection.5.4.1) 968 0 R (subsection.5.4.2) 990 0 R (subsection.5.5.1) 1012 0 R (subsection.5.6.1) 1031 0 R (subsection.5.7.1) 1100 0 R (subsection.5.7.2) 1115 0 R (subsection.5.7.3) 1119 0 R (subsection.5.8.1) 1176 0 R (subsection.5.9.1) 1227 0 R (subsection.5.9.2) 1242 0 R (subsection.6.1.1) 2806 0 R (subsection.6.1.2) 2807 0 R (subsection.6.10.1) 3108 0 R (subsection.6.10.2) 3109 0 R (subsection.6.11.1) 3186 0 R (subsection.6.11.2) 3188 0 R (subsection.6.2.1) 2922 0 R (subsection.6.2.2) 2923 0 R (subsection.6.3.1) 2942 0 R (subsection.6.3.2) 2943 0 R (subsection.6.4.1) 2960 0 R (subsection.6.4.2) 2961 0 R (subsection.6.5.1) 2973 0 R (subsection.6.5.2) 2974 0 R (subsection.6.6.1) 2992 0 R (subsection.6.6.2) 2993 0 R (subsection.6.7.1) 3019 0 R (subsection.6.7.2) 3020 0 R (subsection.6.8.1) 3043 0 R (subsection.6.8.2) 3044 0 R (subsection.6.9.1) 3082 0 R (subsection.6.9.2) 3083 0 R (subsection.7.1.1) 3336 0 R (subsection.7.10.1) 3947 0 R (subsection.7.11.1) 3956 0 R (subsection.7.2.1) 3346 0 R (subsection.7.3.1) 3355 0 R (subsection.7.4.1) 3367 0 R (subsection.7.5.1) 3582 0 R (subsection.7.7.1) 3869 0 R (subsection.7.8.1) 3921 0 R (subsection.7.9.1) 3935 0 R (subsubsection.5.1.1.1) 889 0 R (subsubsection.5.10.1.1) 1282 0 R (subsubsection.5.10.1.2) 1285 0 R (subsubsection.5.11.1.1) 1315 0 R (subsubsection.5.11.1.2) 1328 0 R (subsubsection.5.11.1.3) 1330 0 R (subsubsection.5.11.1.4) 1332 0 R (subsubsection.5.11.1.5) 1338 0 R (subsubsection.5.11.1.6) 1344 0 R (subsubsection.5.11.1.7) 1347 0 R (subsubsection.5.12.2.1) 1400 0 R (subsubsection.5.12.3.1) 1407 0 R (subsubsection.5.12.3.2) 1410 0 R (subsubsection.5.12.3.3) 1413 0 R (subsubsection.5.12.3.4) 1420 0 R (subsubsection.5.12.3.5) 1423 0 R (subsubsection.5.12.3.6) 1426 0 R (subsubsection.5.13.2.1) 1558 0 R (subsubsection.5.13.2.2) 1567 0 R (subsubsection.5.13.3.1) 1570 0 R (subsubsection.5.13.3.10) 1615 0 R (subsubsection.5.13.3.11) 1619 0 R (subsubsection.5.13.3.12) 1628 0 R (subsubsection.5.13.3.13) 1632 0 R (subsubsection.5.13.3.14) 1636 0 R (subsubsection.5.13.3.15) 1640 0 R (subsubsection.5.13.3.16) 1648 0 R (subsubsection.5.13.3.2) 1577 0 R (subsubsection.5.13.3.3) 1582 0 R (subsubsection.5.13.3.4) 1587 0 R (subsubsection.5.13.3.5) 1591 0 R (subsubsection.5.13.3.6) 1599 0 R (subsubsection.5.13.3.7) 1603 0 R (subsubsection.5.13.3.8) 1607 0 R (subsubsection.5.13.3.9) 1611 0 R (subsubsection.5.14.1.1) 1665 0 R (subsubsection.5.14.1.2) 1668 0 R (subsubsection.5.15.1.1) 1730 0 R (subsubsection.5.15.1.2) 1734 0 R (subsubsection.5.15.1.3) 1739 0 R (subsubsection.5.15.1.4) 1744 0 R (subsubsection.5.15.1.5) 1749 0 R (subsubsection.5.15.1.6) 1753 0 R (subsubsection.5.15.1.7) 1764 0 R (subsubsection.5.15.1.8) 1769 0 R (subsubsection.5.15.1.9) 1773 0 R (subsubsection.5.16.1.1) 1835 0 R (subsubsection.5.16.1.2) 1839 0 R (subsubsection.5.16.1.3) 1843 0 R (subsubsection.5.16.1.4) 1846 0 R (subsubsection.5.16.1.5) 1850 0 R (subsubsection.5.16.1.6) 1859 0 R (subsubsection.5.16.1.7) 1866 0 R (subsubsection.5.16.1.8) 1870 0 R (subsubsection.5.17.1.1) 1893 0 R (subsubsection.5.17.1.2) 1899 0 R (subsubsection.5.18.1.1) 1925 0 R (subsubsection.5.18.1.2) 1931 0 R (subsubsection.5.19.1.1) 1955 0 R (subsubsection.5.19.1.2) 1960 0 R (subsubsection.5.2.1.1) 898 0 R (subsubsection.5.20.1.1) 1987 0 R (subsubsection.5.20.1.2) 1991 0 R (subsubsection.5.20.1.3) 2000 0 R (subsubsection.5.21.1.1) 2029 0 R (subsubsection.5.21.1.2) 2034 0 R (subsubsection.5.21.1.3) 2044 0 R (subsubsection.5.21.1.4) 2048 0 R (subsubsection.5.22.1.1) 2076 0 R (subsubsection.5.22.1.2) 2080 0 R (subsubsection.5.22.1.3) 2083 0 R (subsubsection.5.22.1.4) 2091 0 R (subsubsection.5.23.1.1) 2115 0 R (subsubsection.5.23.1.2) 2119 0 R (subsubsection.5.23.1.3) 2123 0 R (subsubsection.5.24.2.1) 2149 0 R (subsubsection.5.24.2.2) 2159 0 R (subsubsection.5.24.2.3) 2163 0 R (subsubsection.5.24.2.4) 2167 0 R (subsubsection.5.25.2.1) 2352 0 R (subsubsection.5.25.2.2) 2353 0 R (subsubsection.5.25.3.1) 2356 0 R (subsubsection.5.25.3.2) 2358 0 R (subsubsection.5.25.4.1) 2361 0 R (subsubsection.5.25.4.10) 2393 0 R (subsubsection.5.25.4.11) 2396 0 R (subsubsection.5.25.4.12) 2399 0 R (subsubsection.5.25.4.13) 2402 0 R (subsubsection.5.25.4.14) 2404 0 R (subsubsection.5.25.4.15) 2406 0 R (subsubsection.5.25.4.16) 2412 0 R (subsubsection.5.25.4.17) 2414 0 R (subsubsection.5.25.4.18) 2416 0 R (subsubsection.5.25.4.19) 2419 0 R (subsubsection.5.25.4.2) 2367 0 R (subsubsection.5.25.4.20) 2422 0 R (subsubsection.5.25.4.21) 2424 0 R (subsubsection.5.25.4.22) 2427 0 R (subsubsection.5.25.4.23) 2429 0 R (subsubsection.5.25.4.24) 2431 0 R (subsubsection.5.25.4.25) 2437 0 R (subsubsection.5.25.4.26) 2439 0 R (subsubsection.5.25.4.27) 2442 0 R (subsubsection.5.25.4.28) 2444 0 R (subsubsection.5.25.4.29) 2448 0 R (subsubsection.5.25.4.3) 2370 0 R (subsubsection.5.25.4.30) 2450 0 R (subsubsection.5.25.4.31) 2452 0 R (subsubsection.5.25.4.32) 2459 0 R (subsubsection.5.25.4.33) 2461 0 R (subsubsection.5.25.4.34) 2463 0 R (subsubsection.5.25.4.35) 2465 0 R (subsubsection.5.25.4.36) 2467 0 R (subsubsection.5.25.4.37) 2469 0 R (subsubsection.5.25.4.38) 2475 0 R (subsubsection.5.25.4.39) 2477 0 R (subsubsection.5.25.4.4) 2372 0 R (subsubsection.5.25.4.40) 2479 0 R (subsubsection.5.25.4.41) 2481 0 R (subsubsection.5.25.4.42) 2485 0 R (subsubsection.5.25.4.5) 2376 0 R (subsubsection.5.25.4.6) 2380 0 R (subsubsection.5.25.4.7) 2382 0 R (subsubsection.5.25.4.8) 2384 0 R (subsubsection.5.25.4.9) 2390 0 R (subsubsection.5.26.1.1) 2501 0 R (subsubsection.5.26.1.2) 2505 0 R (subsubsection.5.27.2.1) 2525 0 R (subsubsection.5.27.2.2) 2529 0 R (subsubsection.5.27.2.3) 2532 0 R (subsubsection.5.28.1.1) 2559 0 R (subsubsection.5.28.1.2) 2570 0 R (subsubsection.5.28.1.3) 2573 0 R (subsubsection.5.28.1.4) 2576 0 R (subsubsection.5.29.1.1) 2602 0 R (subsubsection.5.29.1.2) 2606 0 R (subsubsection.5.29.1.3) 2615 0 R (subsubsection.5.29.1.4) 2618 0 R (subsubsection.5.3.1.1) 920 0 R (subsubsection.5.3.1.2) 925 0 R (subsubsection.5.3.1.3) 930 0 R (subsubsection.5.3.1.4) 935 0 R (subsubsection.5.30.1.1) 2643 0 R (subsubsection.5.30.1.2) 2647 0 R (subsubsection.5.30.1.3) 2656 0 R (subsubsection.5.30.1.4) 2659 0 R (subsubsection.5.31.1.1) 2673 0 R (subsubsection.5.32.1.1) 2688 0 R (subsubsection.5.33.1.1) 2702 0 R (subsubsection.5.34.1.1) 2719 0 R (subsubsection.5.34.1.2) 2723 0 R (subsubsection.5.4.1.1) 970 0 R (subsubsection.5.4.1.2) 973 0 R (subsubsection.5.4.2.1) 991 0 R (subsubsection.5.5.1.1) 1014 0 R (subsubsection.5.6.1.1) 1033 0 R (subsubsection.5.6.1.2) 1035 0 R (subsubsection.5.6.1.3) 1037 0 R (subsubsection.5.6.1.4) 1043 0 R (subsubsection.5.7.2.1) 1116 0 R (subsubsection.5.7.3.1) 1120 0 R (subsubsection.5.7.3.10) 1155 0 R (subsubsection.5.7.3.2) 1123 0 R (subsubsection.5.7.3.3) 1129 0 R (subsubsection.5.7.3.4) 1132 0 R (subsubsection.5.7.3.5) 1135 0 R (subsubsection.5.7.3.6) 1137 0 R (subsubsection.5.7.3.7) 1140 0 R (subsubsection.5.7.3.8) 1147 0 R (subsubsection.5.7.3.9) 1149 0 R (subsubsection.5.8.1.1) 1178 0 R (subsubsection.5.8.1.2) 1182 0 R (subsubsection.5.8.1.3) 1192 0 R (subsubsection.5.8.1.4) 1196 0 R (subsubsection.5.9.1.1) 1229 0 R (subsubsection.5.9.2.1) 1243 0 R (subsubsection.5.9.2.2) 1246 0 R (subsubsection.5.9.2.3) 1248 0 R (subsubsection.5.9.2.4) 1251 0 R (subsubsection.5.9.2.5) 1257 0 R (subsubsection.5.9.2.6) 1265 0 R (subsubsection.6.1.2.1) 2809 0 R (subsubsection.6.1.2.10) 2850 0 R (subsubsection.6.1.2.11) 2853 0 R (subsubsection.6.1.2.12) 2860 0 R (subsubsection.6.1.2.13) 2862 0 R (subsubsection.6.1.2.14) 2865 0 R (subsubsection.6.1.2.15) 2867 0 R (subsubsection.6.1.2.16) 2870 0 R (subsubsection.6.1.2.17) 2872 0 R (subsubsection.6.1.2.18) 2875 0 R (subsubsection.6.1.2.19) 2878 0 R (subsubsection.6.1.2.2) 2824 0 R (subsubsection.6.1.2.20) 2885 0 R (subsubsection.6.1.2.21) 2888 0 R (subsubsection.6.1.2.22) 2890 0 R (subsubsection.6.1.2.23) 2892 0 R (subsubsection.6.1.2.24) 2895 0 R (subsubsection.6.1.2.25) 2898 0 R (subsubsection.6.1.2.26) 2901 0 R (subsubsection.6.1.2.27) 2907 0 R (subsubsection.6.1.2.28) 2910 0 R (subsubsection.6.1.2.3) 2827 0 R (subsubsection.6.1.2.4) 2829 0 R (subsubsection.6.1.2.5) 2832 0 R (subsubsection.6.1.2.6) 2835 0 R (subsubsection.6.1.2.7) 2842 0 R (subsubsection.6.1.2.8) 2845 0 R (subsubsection.6.1.2.9) 2848 0 R (subsubsection.6.10.2.1) 3111 0 R (subsubsection.6.10.2.10) 3151 0 R (subsubsection.6.10.2.11) 3158 0 R (subsubsection.6.10.2.12) 3161 0 R (subsubsection.6.10.2.13) 3164 0 R (subsubsection.6.10.2.14) 3167 0 R (subsubsection.6.10.2.15) 3170 0 R (subsubsection.6.10.2.2) 3114 0 R (subsubsection.6.10.2.3) 3133 0 R (subsubsection.6.10.2.4) 3136 0 R (subsubsection.6.10.2.5) 3138 0 R (subsubsection.6.10.2.6) 3140 0 R (subsubsection.6.10.2.7) 3143 0 R (subsubsection.6.10.2.8) 3146 0 R (subsubsection.6.10.2.9) 3149 0 R (subsubsection.6.11.2.1) 3190 0 R (subsubsection.6.11.2.2) 3194 0 R (subsubsection.6.11.2.3) 3198 0 R (subsubsection.6.2.2.1) 2925 0 R (subsubsection.6.2.2.2) 2929 0 R (subsubsection.6.3.2.1) 2945 0 R (subsubsection.6.3.2.2) 2948 0 R (subsubsection.6.3.2.3) 2951 0 R (subsubsection.6.4.2.1) 2963 0 R (subsubsection.6.5.2.1) 2976 0 R (subsubsection.6.5.2.2) 2979 0 R (subsubsection.6.6.2.1) 2995 0 R (subsubsection.6.6.2.2) 2998 0 R (subsubsection.6.6.2.3) 3002 0 R (subsubsection.6.6.2.4) 3009 0 R (subsubsection.6.7.2.1) 3022 0 R (subsubsection.6.7.2.2) 3026 0 R (subsubsection.6.8.2.1) 3046 0 R (subsubsection.6.8.2.2) 3049 0 R (subsubsection.6.8.2.3) 3052 0 R (subsubsection.6.8.2.4) 3056 0 R (subsubsection.6.8.2.5) 3066 0 R (subsubsection.6.8.2.6) 3068 0 R (subsubsection.6.8.2.7) 3070 0 R (subsubsection.6.8.2.8) 3073 0 R (subsubsection.6.9.2.1) 3085 0 R] ++/Limits [(Doc-Start) (subsubsection.6.9.2.1)] + >> endobj +-4762 0 obj << +-/Kids [4761 0 R] ++4640 0 obj << ++/Kids [4639 0 R] + >> endobj +-4763 0 obj << +-/Dests 4762 0 R ++4641 0 obj << ++/Dests 4640 0 R + >> endobj +-4764 0 obj << ++4642 0 obj << + /Type /Catalog +-/Pages 4759 0 R +-/Outlines 4760 0 R +-/Names 4763 0 R +-/PageMode /UseOutlines +-/OpenAction 1609 0 R +->> endobj +-4765 0 obj << +-/Author()/Title()/Subject()/Creator(LaTeX with hyperref package)/Producer(pdfeTeX-1.21a)/Keywords() +-/CreationDate (D:20101216164833-05'00') +-/PTEX.Fullbanner (This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4) kpathsea version 3.5.4) ++/Pages 4637 0 R ++/Outlines 4638 0 R ++/Names 4641 0 R ++/PageMode /UseOutlines /URI<> /ViewerPreferences<<>> ++/OpenAction 345 0 R ++/PTEX.Fullbanner (This is pdfTeX, Version 3.14159-1.10b) ++>> endobj ++4643 0 obj << ++/Author()/Title()/Subject()/Creator(LaTeX with hyperref package)/Producer(pdfTeX-1.10b)/Keywords() ++/CreationDate (D:20101221210400) + >> endobj + xref +-0 4766 ++0 4644 + 0000000001 65535 f + 0000000002 00000 f + 0000000003 00000 f + 0000000004 00000 f +-0000000000 00000 f ++0000000351 00000 f + 0000000009 00000 n +-0000191672 00000 n +-0001070881 00000 n ++0000034119 00000 n ++0000989616 00000 n + 0000000054 00000 n ++0000000090 00000 n ++0000034363 00000 n ++0000989544 00000 n ++0000000137 00000 n + 0000000168 00000 n +-0000191932 00000 n +-0001070809 00000 n +-0000000215 00000 n +-0000000302 00000 n +-0000195585 00000 n +-0001070723 00000 n +-0000000350 00000 n +-0000000437 00000 n +-0000197206 00000 n +-0001070637 00000 n +-0000000485 00000 n +-0000000575 00000 n +-0000241265 00000 n +-0001070514 00000 n +-0000000623 00000 n +-0000000758 00000 n +-0000252639 00000 n +-0001070440 00000 n +-0000000811 00000 n ++0000037908 00000 n ++0000989458 00000 n ++0000000216 00000 n ++0000000247 00000 n ++0000039444 00000 n ++0000989372 00000 n ++0000000295 00000 n ++0000000326 00000 n ++0000083466 00000 n ++0000989286 00000 n ++0000000374 00000 n ++0000000414 00000 n ++0000126568 00000 n ++0000989200 00000 n ++0000000462 00000 n ++0000000499 00000 n ++0000126691 00000 n ++0000989114 00000 n ++0000000547 00000 n ++0000000583 00000 n ++0000126814 00000 n ++0000989028 00000 n ++0000000631 00000 n ++0000000665 00000 n ++0000147605 00000 n ++0000988942 00000 n ++0000000713 00000 n ++0000000738 00000 n ++0000147728 00000 n ++0000988856 00000 n ++0000000786 00000 n ++0000000815 00000 n ++0000147850 00000 n ++0000988770 00000 n ++0000000864 00000 n + 0000000893 00000 n +-0000275990 00000 n +-0001070366 00000 n +-0000000946 00000 n +-0000001031 00000 n +-0000285010 00000 n +-0001070280 00000 n +-0000001079 00000 n +-0000001202 00000 n +-0000285140 00000 n +-0001070194 00000 n +-0000001250 00000 n +-0000001368 00000 n +-0000288123 00000 n +-0001070121 00000 n +-0000001416 00000 n +-0000001521 00000 n +-0000291684 00000 n +-0001070033 00000 n +-0000001567 00000 n +-0000001705 00000 n +-0000303872 00000 n +-0001069907 00000 n +-0000001751 00000 n +-0000001871 00000 n +-0000304067 00000 n +-0001069833 00000 n +-0000001919 00000 n +-0000001976 00000 n +-0000304196 00000 n +-0001069746 00000 n +-0000002024 00000 n +-0000002101 00000 n +-0000305996 00000 n +-0001069659 00000 n +-0000002149 00000 n +-0000002226 00000 n +-0000306125 00000 n +-0001069572 00000 n +-0000002274 00000 n +-0000002366 00000 n +-0000306255 00000 n +-0001069498 00000 n +-0000002414 00000 n +-0000002481 00000 n +-0000309597 00000 n +-0001069409 00000 n +-0000002527 00000 n +-0000002662 00000 n +-0000312456 00000 n +-0001069320 00000 n +-0000002708 00000 n +-0000002897 00000 n +-0000316579 00000 n +-0001069231 00000 n +-0000002943 00000 n +-0000003159 00000 n +-0000323828 00000 n +-0001069142 00000 n ++0000151668 00000 n ++0000988684 00000 n ++0000000942 00000 n ++0000000974 00000 n ++0000151790 00000 n ++0000988598 00000 n ++0000001023 00000 n ++0000001050 00000 n ++0000167252 00000 n ++0000988512 00000 n ++0000001099 00000 n ++0000001157 00000 n ++0000172901 00000 n ++0000988426 00000 n ++0000001206 00000 n ++0000001248 00000 n ++0000178310 00000 n ++0000988340 00000 n ++0000001297 00000 n ++0000001344 00000 n ++0000178428 00000 n ++0000988254 00000 n ++0000001393 00000 n ++0000001437 00000 n ++0000178550 00000 n ++0000988168 00000 n ++0000001486 00000 n ++0000001536 00000 n ++0000181873 00000 n ++0000988082 00000 n ++0000001585 00000 n ++0000001626 00000 n ++0000181995 00000 n ++0000988009 00000 n ++0000001675 00000 n ++0000001784 00000 n ++0000188246 00000 n ++0000987884 00000 n ++0000001830 00000 n ++0000001889 00000 n ++0000188307 00000 n ++0000987823 00000 n ++0000001937 00000 n ++0000001991 00000 n ++0000196912 00000 n ++0000987696 00000 n ++0000002037 00000 n ++0000002104 00000 n ++0000196973 00000 n ++0000987634 00000 n ++0000002152 00000 n ++0000002215 00000 n ++0000203042 00000 n ++0000987502 00000 n ++0000002262 00000 n ++0000002320 00000 n ++0000203104 00000 n ++0000987437 00000 n ++0000002369 00000 n ++0000002426 00000 n ++0000204870 00000 n ++0000987303 00000 n ++0000002473 00000 n ++0000002541 00000 n ++0000204994 00000 n ++0000987224 00000 n ++0000002590 00000 n ++0000002621 00000 n ++0000207172 00000 n ++0000987131 00000 n ++0000002670 00000 n ++0000002706 00000 n ++0000213102 00000 n ++0000987038 00000 n ++0000002755 00000 n ++0000002786 00000 n ++0000220231 00000 n ++0000986945 00000 n ++0000002835 00000 n ++0000002876 00000 n ++0000228862 00000 n ++0000986852 00000 n ++0000002925 00000 n ++0000002961 00000 n ++0000233167 00000 n ++0000986759 00000 n ++0000003010 00000 n ++0000003059 00000 n ++0000241370 00000 n ++0000986666 00000 n ++0000003108 00000 n ++0000003156 00000 n ++0000266352 00000 n ++0000986573 00000 n + 0000003205 00000 n +-0000003300 00000 n +-0000327398 00000 n +-0001069015 00000 n ++0000003248 00000 n ++0000275554 00000 n ++0000986480 00000 n ++0000003297 00000 n + 0000003346 00000 n +-0000003550 00000 n +-0000330701 00000 n +-0001068941 00000 n +-0000003598 00000 n +-0000003832 00000 n +-0000335491 00000 n +-0001068866 00000 n +-0000003880 00000 n +-0000004029 00000 n +-0000338308 00000 n +-0001068734 00000 n +-0000004076 00000 n +-0000004256 00000 n +-0000338503 00000 n +-0001068655 00000 n +-0000004305 00000 n +-0000004482 00000 n +-0000338633 00000 n +-0001068562 00000 n +-0000004531 00000 n +-0000004690 00000 n +-0000344382 00000 n +-0001068469 00000 n +-0000004739 00000 n +-0000004931 00000 n +-0000344513 00000 n +-0001068390 00000 n ++0000286468 00000 n ++0000986387 00000 n ++0000003396 00000 n ++0000003432 00000 n ++0000292487 00000 n ++0000986294 00000 n ++0000003482 00000 n ++0000003526 00000 n ++0000306456 00000 n ++0000986201 00000 n ++0000003576 00000 n ++0000003607 00000 n ++0000326199 00000 n ++0000986108 00000 n ++0000003657 00000 n ++0000003691 00000 n ++0000365951 00000 n ++0000986015 00000 n ++0000003741 00000 n ++0000003780 00000 n ++0000375955 00000 n ++0000985922 00000 n ++0000003830 00000 n ++0000003873 00000 n ++0000396761 00000 n ++0000985829 00000 n ++0000003923 00000 n ++0000003975 00000 n ++0000411977 00000 n ++0000985736 00000 n ++0000004025 00000 n ++0000004094 00000 n ++0000419181 00000 n ++0000985643 00000 n ++0000004144 00000 n ++0000004224 00000 n ++0000424085 00000 n ++0000985550 00000 n ++0000004274 00000 n ++0000004324 00000 n ++0000431007 00000 n ++0000985457 00000 n ++0000004374 00000 n ++0000004420 00000 n ++0000440335 00000 n ++0000985364 00000 n ++0000004470 00000 n ++0000004505 00000 n ++0000449387 00000 n ++0000985271 00000 n ++0000004555 00000 n ++0000004589 00000 n ++0000456503 00000 n ++0000985178 00000 n ++0000004639 00000 n ++0000004674 00000 n ++0000462936 00000 n ++0000985085 00000 n ++0000004724 00000 n ++0000004781 00000 n ++0000473430 00000 n ++0000984992 00000 n ++0000004831 00000 n ++0000004865 00000 n ++0000531698 00000 n ++0000984899 00000 n ++0000004915 00000 n + 0000004980 00000 n +-0000005121 00000 n +-0000348269 00000 n +-0001068257 00000 n +-0000005169 00000 n +-0000005333 00000 n +-0000348465 00000 n +-0001068192 00000 n +-0000005383 00000 n +-0000005906 00000 n +-0000355335 00000 n +-0001068059 00000 n +-0000005954 00000 n +-0000006045 00000 n +-0000355399 00000 n +-0001067994 00000 n +-0000006095 00000 n +-0000006158 00000 n +-0000363750 00000 n +-0001067861 00000 n +-0000006206 00000 n +-0000006340 00000 n +-0000363814 00000 n +-0001067796 00000 n +-0000006390 00000 n +-0000006496 00000 n +-0000366029 00000 n +-0001067660 00000 n +-0000006544 00000 n +-0000006675 00000 n +-0000366159 00000 n +-0001067542 00000 n +-0000006725 00000 n +-0000006811 00000 n +-0000366290 00000 n +-0001067438 00000 n +-0000006866 00000 n +-0000006997 00000 n +-0000366420 00000 n +-0001067373 00000 n +-0000007057 00000 n +-0000007176 00000 n +-0000366549 00000 n +-0001067241 00000 n +-0000007226 00000 n +-0000007337 00000 n +-0000371865 00000 n +-0001067137 00000 n +-0000007392 00000 n +-0000007528 00000 n +-0000371995 00000 n +-0001067072 00000 n +-0000007588 00000 n +-0000007702 00000 n +-0000372125 00000 n +-0001066940 00000 n +-0000007752 00000 n +-0000007838 00000 n +-0000372255 00000 n +-0001066836 00000 n +-0000007893 00000 n +-0000008029 00000 n +-0000372386 00000 n +-0001066757 00000 n +-0000008089 00000 n +-0000008226 00000 n +-0000372517 00000 n +-0001066664 00000 n +-0000008286 00000 n +-0000008428 00000 n +-0000372647 00000 n +-0001066571 00000 n +-0000008488 00000 n +-0000008592 00000 n +-0000379130 00000 n +-0001066492 00000 n +-0000008652 00000 n +-0000008761 00000 n +-0000379260 00000 n +-0001066360 00000 n +-0000008811 00000 n +-0000008950 00000 n +-0000379457 00000 n +-0001066242 00000 n +-0000009005 00000 n +-0000009189 00000 n +-0000379588 00000 n +-0001066163 00000 n +-0000009249 00000 n +-0000009391 00000 n +-0000382763 00000 n +-0001066084 00000 n +-0000009451 00000 n +-0000009568 00000 n +-0000383412 00000 n +-0001065966 00000 n +-0000009623 00000 n +-0000009764 00000 n +-0000383543 00000 n +-0001065901 00000 n +-0000009824 00000 n +-0000009953 00000 n +-0000387166 00000 n +-0001065769 00000 n +-0000010003 00000 n +-0000010114 00000 n +-0000391141 00000 n +-0001065665 00000 n +-0000010169 00000 n +-0000010305 00000 n +-0000391271 00000 n +-0001065600 00000 n +-0000010365 00000 n +-0000010454 00000 n +-0000391402 00000 n +-0001065468 00000 n +-0000010504 00000 n +-0000010686 00000 n +-0000391533 00000 n +-0001065364 00000 n +-0000010741 00000 n +-0000010882 00000 n +-0000391664 00000 n +-0001065285 00000 n +-0000010942 00000 n +-0000011076 00000 n +-0000391795 00000 n +-0001065192 00000 n +-0000011136 00000 n +-0000011280 00000 n +-0000394518 00000 n +-0001065099 00000 n +-0000011340 00000 n +-0000011469 00000 n +-0000394649 00000 n +-0001065020 00000 n +-0000011529 00000 n +-0000011658 00000 n +-0000394780 00000 n +-0001064888 00000 n +-0000011708 00000 n +-0000011882 00000 n +-0000408507 00000 n +-0001064809 00000 n +-0000011937 00000 n +-0000012068 00000 n +-0000408572 00000 n +-0001064677 00000 n +-0000012123 00000 n +-0000012307 00000 n +-0000408703 00000 n +-0001064612 00000 n +-0000012367 00000 n +-0000012514 00000 n +-0000411345 00000 n +-0001064493 00000 n +-0000012569 00000 n +-0000012710 00000 n +-0000411475 00000 n +-0001064414 00000 n +-0000012770 00000 n +-0000012937 00000 n +-0000411605 00000 n +-0001064321 00000 n +-0000012997 00000 n +-0000013240 00000 n +-0000411736 00000 n +-0001064228 00000 n +-0000013300 00000 n +-0000013467 00000 n +-0000414748 00000 n +-0001064135 00000 n +-0000013527 00000 n +-0000013775 00000 n +-0000414878 00000 n +-0001064042 00000 n +-0000013835 00000 n +-0000013992 00000 n +-0000415009 00000 n +-0001063949 00000 n +-0000014052 00000 n +-0000014214 00000 n +-0000415139 00000 n +-0001063856 00000 n +-0000014274 00000 n +-0000014421 00000 n +-0000417533 00000 n +-0001063763 00000 n +-0000014481 00000 n +-0000014658 00000 n +-0000417664 00000 n +-0001063670 00000 n +-0000014718 00000 n +-0000014865 00000 n +-0000417795 00000 n +-0001063591 00000 n +-0000014926 00000 n +-0000015103 00000 n +-0000423908 00000 n +-0001063459 00000 n +-0000015153 00000 n +-0000015302 00000 n +-0000424039 00000 n +-0001063355 00000 n +-0000015357 00000 n +-0000015498 00000 n +-0000424170 00000 n +-0001063276 00000 n +-0000015558 00000 n +-0000015720 00000 n +-0000424301 00000 n +-0001063183 00000 n +-0000015780 00000 n +-0000015972 00000 n +-0000428171 00000 n +-0001063090 00000 n +-0000016032 00000 n +-0000016293 00000 n +-0000428301 00000 n +-0001063011 00000 n +-0000016353 00000 n +-0000016614 00000 n +-0000428432 00000 n +-0001062879 00000 n +-0000016664 00000 n +-0000016846 00000 n +-0000433328 00000 n +-0001062761 00000 n +-0000016901 00000 n +-0000017085 00000 n +-0000433459 00000 n +-0001062696 00000 n +-0000017145 00000 n +-0000017295 00000 n +-0000433656 00000 n +-0001062578 00000 n +-0000017350 00000 n +-0000017491 00000 n +-0000433787 00000 n +-0001062499 00000 n +-0000017551 00000 n +-0000017688 00000 n +-0000436548 00000 n +-0001062406 00000 n +-0000017748 00000 n +-0000017913 00000 n +-0000436678 00000 n +-0001062313 00000 n +-0000017973 00000 n +-0000018133 00000 n +-0000436809 00000 n +-0001062220 00000 n +-0000018193 00000 n +-0000018330 00000 n +-0000436940 00000 n +-0001062127 00000 n +-0000018390 00000 n +-0000018547 00000 n +-0000437071 00000 n +-0001062048 00000 n +-0000018607 00000 n +-0000018784 00000 n +-0000442561 00000 n +-0001061916 00000 n +-0000018835 00000 n +-0000018946 00000 n +-0000442690 00000 n +-0001061812 00000 n +-0000019002 00000 n +-0000019143 00000 n +-0000442821 00000 n +-0001061733 00000 n +-0000019204 00000 n +-0000019354 00000 n +-0000442952 00000 n +-0001061654 00000 n +-0000019415 00000 n +-0000019560 00000 n +-0000443083 00000 n +-0001061522 00000 n +-0000019611 00000 n +-0000019762 00000 n +-0000448163 00000 n +-0001061418 00000 n +-0000019818 00000 n +-0000019959 00000 n +-0000448294 00000 n +-0001061339 00000 n +-0000020020 00000 n +-0000020172 00000 n +-0000448425 00000 n +-0001061246 00000 n +-0000020233 00000 n +-0000020395 00000 n +-0000451528 00000 n +-0001061153 00000 n +-0000020456 00000 n +-0000020629 00000 n +-0000451659 00000 n +-0001061060 00000 n +-0000020690 00000 n +-0000020814 00000 n +-0000451790 00000 n +-0001060967 00000 n +-0000020875 00000 n +-0000021035 00000 n +-0000458164 00000 n +-0001060874 00000 n +-0000021096 00000 n +-0000021248 00000 n +-0000458293 00000 n +-0001060795 00000 n +-0000021309 00000 n ++0000536809 00000 n ++0000984806 00000 n ++0000005030 00000 n ++0000005068 00000 n ++0000543144 00000 n ++0000984713 00000 n ++0000005118 00000 n ++0000005196 00000 n ++0000552794 00000 n ++0000984620 00000 n ++0000005246 00000 n ++0000005312 00000 n ++0000561100 00000 n ++0000984527 00000 n ++0000005362 00000 n ++0000005434 00000 n ++0000566490 00000 n ++0000984434 00000 n ++0000005484 00000 n ++0000005538 00000 n ++0000569440 00000 n ++0000984341 00000 n ++0000005588 00000 n ++0000005643 00000 n ++0000572355 00000 n ++0000984248 00000 n ++0000005693 00000 n ++0000005743 00000 n ++0000576527 00000 n ++0000984169 00000 n ++0000005793 00000 n ++0000005847 00000 n ++0000580005 00000 n ++0000984035 00000 n ++0000005894 00000 n ++0000005970 00000 n ++0000580131 00000 n ++0000983956 00000 n ++0000006019 00000 n ++0000006068 00000 n ++0000615322 00000 n ++0000983863 00000 n ++0000006117 00000 n ++0000006178 00000 n ++0000618681 00000 n ++0000983770 00000 n ++0000006227 00000 n ++0000006318 00000 n ++0000621178 00000 n ++0000983677 00000 n ++0000006367 00000 n ++0000006458 00000 n ++0000623861 00000 n ++0000983584 00000 n ++0000006507 00000 n ++0000006569 00000 n ++0000627851 00000 n ++0000983491 00000 n ++0000006618 00000 n ++0000006682 00000 n ++0000632587 00000 n ++0000983398 00000 n ++0000006731 00000 n ++0000006840 00000 n ++0000637077 00000 n ++0000983305 00000 n ++0000006889 00000 n ++0000006965 00000 n ++0000642433 00000 n ++0000983212 00000 n ++0000007014 00000 n ++0000007092 00000 n ++0000647615 00000 n ++0000983119 00000 n ++0000007142 00000 n ++0000007218 00000 n ++0000660573 00000 n ++0000983040 00000 n ++0000007268 00000 n ++0000007333 00000 n ++0000663265 00000 n ++0000982920 00000 n ++0000007380 00000 n ++0000007446 00000 n ++0000663391 00000 n ++0000982841 00000 n ++0000007495 00000 n ++0000007538 00000 n ++0000694217 00000 n ++0000982748 00000 n ++0000007587 00000 n ++0000007628 00000 n ++0000696472 00000 n ++0000982655 00000 n ++0000007677 00000 n ++0000007720 00000 n ++0000699510 00000 n ++0000982562 00000 n ++0000007769 00000 n ++0000007817 00000 n ++0000708762 00000 n ++0000982469 00000 n ++0000007866 00000 n ++0000007909 00000 n ++0000746406 00000 n ++0000982376 00000 n ++0000007958 00000 n ++0000008003 00000 n ++0000749671 00000 n ++0000982283 00000 n ++0000008052 00000 n ++0000008094 00000 n ++0000816804 00000 n ++0000982190 00000 n ++0000008143 00000 n ++0000008193 00000 n ++0000824459 00000 n ++0000982097 00000 n ++0000008242 00000 n ++0000008284 00000 n ++0000827486 00000 n ++0000982004 00000 n ++0000008334 00000 n ++0000008382 00000 n ++0000829792 00000 n ++0000981925 00000 n ++0000008432 00000 n ++0000008486 00000 n ++0000008906 00000 n ++0000009142 00000 n ++0000008538 00000 n ++0000009018 00000 n ++0000009080 00000 n ++0000000361 00000 f ++0000977042 00000 n ++0000977135 00000 n ++0000009535 00000 n ++0000009361 00000 n ++0000009214 00000 n ++0000009473 00000 n ++0000015172 00000 n ++0000011418 00000 n ++0000009576 00000 n ++0000000468 00000 f ++0000976950 00000 n ++0000015110 00000 n ++0000011718 00000 n ++0000011869 00000 n ++0000012023 00000 n ++0000012177 00000 n ++0000012331 00000 n ++0000012485 00000 n ++0000012639 00000 n ++0000012793 00000 n ++0000012946 00000 n ++0000013100 00000 n ++0000013254 00000 n ++0000013409 00000 n ++0000013564 00000 n ++0000013719 00000 n ++0000013874 00000 n ++0000014028 00000 n ++0000014183 00000 n ++0000014338 00000 n ++0000014493 00000 n ++0000014648 00000 n ++0000014803 00000 n ++0000014958 00000 n ++0000022536 00000 n ++0000017711 00000 n ++0000015257 00000 n ++0000018067 00000 n ++0000018221 00000 n ++0000018373 00000 n ++0000018527 00000 n ++0000018679 00000 n ++0000018833 00000 n ++0000018985 00000 n ++0000019139 00000 n ++0000019292 00000 n ++0000019446 00000 n ++0000019600 00000 n ++0000019754 00000 n ++0000019908 00000 n ++0000020062 00000 n ++0000020216 00000 n ++0000020370 00000 n ++0000020525 00000 n ++0000020679 00000 n ++0000020834 00000 n ++0000020988 00000 n ++0000021142 00000 n ++0000021296 00000 n + 0000021451 00000 n +-0000458424 00000 n +-0001060663 00000 n +-0000021502 00000 n +-0000021588 00000 n +-0000463854 00000 n +-0001060584 00000 n +-0000021644 00000 n +-0000021775 00000 n +-0000466436 00000 n +-0001060452 00000 n +-0000021831 00000 n +-0000022015 00000 n +-0000466566 00000 n +-0001060387 00000 n +-0000022076 00000 n +-0000022218 00000 n +-0000468530 00000 n +-0001060269 00000 n +-0000022274 00000 n +-0000022415 00000 n +-0000468660 00000 n +-0001060190 00000 n +-0000022476 00000 n +-0000022595 00000 n +-0000468791 00000 n +-0001060097 00000 n +-0000022656 00000 n +-0000022803 00000 n +-0000468922 00000 n +-0001060004 00000 n +-0000022864 00000 n +-0000023021 00000 n +-0000469053 00000 n +-0001059911 00000 n +-0000023082 00000 n +-0000023201 00000 n +-0000474378 00000 n +-0001059818 00000 n +-0000023262 00000 n +-0000023409 00000 n +-0000474508 00000 n +-0001059739 00000 n +-0000023470 00000 n +-0000023627 00000 n +-0000474639 00000 n +-0001059607 00000 n +-0000023678 00000 n +-0000023779 00000 n +-0000495928 00000 n +-0001059528 00000 n +-0000023835 00000 n +-0000023966 00000 n +-0000499410 00000 n +-0001059396 00000 n +-0000024022 00000 n +-0000024206 00000 n +-0000499541 00000 n +-0001059317 00000 n +-0000024267 00000 n +-0000024409 00000 n +-0000502510 00000 n +-0001059238 00000 n +-0000024470 00000 n +-0000024617 00000 n +-0000502964 00000 n +-0001059119 00000 n +-0000024673 00000 n +-0000024814 00000 n +-0000503093 00000 n +-0001059040 00000 n +-0000024875 00000 n +-0000024961 00000 n +-0000503224 00000 n +-0001058947 00000 n +-0000025022 00000 n +-0000025151 00000 n +-0000506034 00000 n +-0001058854 00000 n +-0000025212 00000 n +-0000025384 00000 n +-0000506165 00000 n +-0001058761 00000 n +-0000025445 00000 n +-0000025526 00000 n +-0000506296 00000 n +-0001058668 00000 n +-0000025587 00000 n +-0000025734 00000 n +-0000508224 00000 n +-0001058575 00000 n +-0000025795 00000 n +-0000025985 00000 n +-0000508354 00000 n +-0001058482 00000 n +-0000026046 00000 n +-0000026165 00000 n +-0000508485 00000 n +-0001058389 00000 n +-0000026226 00000 n +-0000026388 00000 n +-0000508616 00000 n +-0001058296 00000 n +-0000026449 00000 n +-0000026596 00000 n +-0000508747 00000 n +-0001058203 00000 n +-0000026658 00000 n +-0000026848 00000 n +-0000508878 00000 n +-0001058110 00000 n +-0000026910 00000 n +-0000027057 00000 n +-0000510668 00000 n +-0001058017 00000 n +-0000027119 00000 n +-0000027309 00000 n +-0000510798 00000 n +-0001057924 00000 n +-0000027371 00000 n +-0000027490 00000 n +-0000510929 00000 n +-0001057831 00000 n +-0000027552 00000 n +-0000027714 00000 n +-0000511060 00000 n +-0001057738 00000 n +-0000027776 00000 n +-0000027923 00000 n +-0000514979 00000 n +-0001057659 00000 n +-0000027985 00000 n +-0000028175 00000 n +-0000515109 00000 n +-0001057527 00000 n +-0000028226 00000 n +-0000028355 00000 n +-0000515240 00000 n +-0001057423 00000 n +-0000028411 00000 n +-0000028552 00000 n +-0000515371 00000 n +-0001057344 00000 n +-0000028613 00000 n +-0000028801 00000 n +-0000515502 00000 n +-0001057265 00000 n +-0000028862 00000 n +-0000029050 00000 n +-0000527532 00000 n +-0001057133 00000 n +-0000029101 00000 n +-0000029250 00000 n +-0000529198 00000 n +-0001057029 00000 n +-0000029306 00000 n +-0000029447 00000 n +-0000529326 00000 n +-0001056950 00000 n +-0000029508 00000 n +-0000029706 00000 n +-0000529455 00000 n +-0001056857 00000 n +-0000029767 00000 n +-0000029960 00000 n +-0000529586 00000 n +-0001056764 00000 n +-0000030021 00000 n +-0000030206 00000 n +-0000529717 00000 n +-0001056671 00000 n +-0000030267 00000 n +-0000030404 00000 n +-0000529847 00000 n +-0001056578 00000 n +-0000030465 00000 n +-0000030643 00000 n +-0000533334 00000 n +-0001056485 00000 n +-0000030704 00000 n +-0000030877 00000 n +-0000533464 00000 n +-0001056392 00000 n +-0000030938 00000 n +-0000031124 00000 n +-0000533595 00000 n +-0001056299 00000 n +-0000031185 00000 n +-0000031312 00000 n +-0000533726 00000 n +-0001056220 00000 n +-0000031373 00000 n +-0000031528 00000 n +-0000545266 00000 n +-0001056088 00000 n +-0000031579 00000 n +-0000031782 00000 n +-0000547378 00000 n +-0001055984 00000 n +-0000031838 00000 n +-0000031979 00000 n +-0000547508 00000 n +-0001055905 00000 n +-0000032040 00000 n +-0000032291 00000 n +-0000547639 00000 n +-0001055812 00000 n +-0000032352 00000 n +-0000032575 00000 n +-0000547770 00000 n +-0001055719 00000 n +-0000032636 00000 n +-0000032877 00000 n +-0000547901 00000 n +-0001055626 00000 n +-0000032938 00000 n +-0000033174 00000 n +-0000551879 00000 n +-0001055533 00000 n +-0000033235 00000 n +-0000033489 00000 n +-0000552009 00000 n +-0001055440 00000 n +-0000033550 00000 n +-0000033799 00000 n +-0000552140 00000 n +-0001055347 00000 n +-0000033860 00000 n +-0000034086 00000 n +-0000552271 00000 n +-0001055268 00000 n +-0000034147 00000 n +-0000034368 00000 n +-0000552402 00000 n +-0001055136 00000 n +-0000034419 00000 n +-0000034716 00000 n +-0000556803 00000 n +-0001055032 00000 n +-0000034772 00000 n +-0000034913 00000 n +-0000556934 00000 n +-0001054953 00000 n +-0000034974 00000 n +-0000035169 00000 n +-0000557065 00000 n +-0001054874 00000 n +-0000035230 00000 n +-0000035415 00000 n +-0000557196 00000 n +-0001054742 00000 n +-0000035466 00000 n +-0000035827 00000 n +-0000563607 00000 n +-0001054638 00000 n +-0000035883 00000 n +-0000036024 00000 n +-0000563738 00000 n +-0001054559 00000 n +-0000036085 00000 n +-0000036349 00000 n +-0000563869 00000 n +-0001054480 00000 n +-0000036410 00000 n +-0000036669 00000 n +-0000564000 00000 n +-0001054348 00000 n +-0000036720 00000 n +-0000036904 00000 n +-0000569815 00000 n +-0001054244 00000 n +-0000036960 00000 n +-0000037101 00000 n +-0000569944 00000 n +-0001054165 00000 n +-0000037162 00000 n +-0000037357 00000 n +-0000570073 00000 n +-0001054086 00000 n +-0000037418 00000 n +-0000037636 00000 n +-0000570204 00000 n +-0001053954 00000 n +-0000037687 00000 n +-0000037851 00000 n +-0000573044 00000 n +-0001053850 00000 n +-0000037907 00000 n +-0000038048 00000 n +-0000573174 00000 n +-0001053771 00000 n +-0000038109 00000 n +-0000038256 00000 n +-0000573305 00000 n +-0001053678 00000 n +-0000038317 00000 n +-0000038528 00000 n +-0000573436 00000 n +-0001053599 00000 n +-0000038589 00000 n +-0000038767 00000 n +-0000579997 00000 n +-0001053467 00000 n +-0000038818 00000 n +-0000038924 00000 n +-0000580127 00000 n +-0001053363 00000 n +-0000038980 00000 n +-0000039121 00000 n +-0000580257 00000 n +-0001053284 00000 n +-0000039182 00000 n +-0000039349 00000 n +-0000580388 00000 n +-0001053191 00000 n +-0000039410 00000 n +-0000039620 00000 n +-0000586575 00000 n +-0001053098 00000 n +-0000039681 00000 n +-0000039792 00000 n +-0000586705 00000 n +-0001053019 00000 n +-0000039853 00000 n +-0000039969 00000 n +-0000586836 00000 n +-0001052887 00000 n +-0000040020 00000 n +-0000040121 00000 n +-0000588529 00000 n +-0001052783 00000 n +-0000040177 00000 n +-0000040318 00000 n +-0000588659 00000 n +-0001052704 00000 n +-0000040379 00000 n +-0000040584 00000 n +-0000588790 00000 n +-0001052611 00000 n +-0000040645 00000 n +-0000040855 00000 n +-0000588921 00000 n +-0001052518 00000 n +-0000040916 00000 n +-0000041116 00000 n +-0000593347 00000 n +-0001052439 00000 n +-0000041177 00000 n +-0000041387 00000 n +-0000593477 00000 n +-0001052307 00000 n +-0000041438 00000 n +-0000041544 00000 n +-0000593608 00000 n +-0001052203 00000 n +-0000041600 00000 n +-0000041741 00000 n +-0000593739 00000 n +-0001052124 00000 n +-0000041802 00000 n +-0000042012 00000 n +-0000599396 00000 n +-0001052031 00000 n +-0000042073 00000 n +-0000042288 00000 n +-0000599526 00000 n +-0001051952 00000 n +-0000042349 00000 n +-0000042564 00000 n +-0000599657 00000 n +-0001051820 00000 n +-0000042615 00000 n +-0000042840 00000 n +-0000599788 00000 n +-0001051741 00000 n +-0000042896 00000 n +-0000043027 00000 n +-0000602394 00000 n +-0001051623 00000 n +-0000043083 00000 n +-0000043224 00000 n +-0000602524 00000 n +-0001051544 00000 n +-0000043285 00000 n +-0000043447 00000 n +-0000602655 00000 n +-0001051451 00000 n +-0000043508 00000 n +-0000043708 00000 n +-0000602786 00000 n +-0001051358 00000 n +-0000043769 00000 n +-0000043921 00000 n +-0000602917 00000 n +-0001051279 00000 n +-0000043982 00000 n +-0000044172 00000 n +-0000609664 00000 n +-0001051146 00000 n +-0000044223 00000 n +-0000044327 00000 n +-0000641624 00000 n +-0001051067 00000 n +-0000044383 00000 n +-0000044514 00000 n +-0000641689 00000 n +-0001050935 00000 n +-0000044570 00000 n +-0000044701 00000 n +-0000641820 00000 n +-0001050856 00000 n +-0000044762 00000 n +-0000044929 00000 n +-0000641950 00000 n +-0001050777 00000 n +-0000044990 00000 n +-0000045147 00000 n +-0000643882 00000 n +-0001050645 00000 n +-0000045203 00000 n +-0000045339 00000 n +-0000644012 00000 n +-0001050566 00000 n +-0000045400 00000 n +-0000045504 00000 n +-0000644142 00000 n +-0001050487 00000 n +-0000045565 00000 n +-0000045702 00000 n +-0000644207 00000 n +-0001050367 00000 n +-0000045758 00000 n +-0000045899 00000 n +-0000644338 00000 n +-0001050288 00000 n +-0000045960 00000 n +-0000046089 00000 n +-0000644469 00000 n +-0001050195 00000 n +-0000046150 00000 n +-0000046274 00000 n +-0000644600 00000 n +-0001050102 00000 n +-0000046335 00000 n +-0000046487 00000 n +-0000644730 00000 n +-0001050009 00000 n +-0000046548 00000 n +-0000046662 00000 n +-0000644860 00000 n +-0001049916 00000 n +-0000046723 00000 n +-0000046852 00000 n +-0000646781 00000 n +-0001049823 00000 n +-0000046913 00000 n +-0000047052 00000 n +-0000646911 00000 n +-0001049730 00000 n +-0000047113 00000 n +-0000047227 00000 n +-0000647042 00000 n +-0001049637 00000 n +-0000047288 00000 n +-0000047435 00000 n +-0000647173 00000 n +-0001049544 00000 n +-0000047496 00000 n +-0000047630 00000 n +-0000647304 00000 n +-0001049451 00000 n +-0000047692 00000 n +-0000047859 00000 n +-0000647435 00000 n +-0001049358 00000 n +-0000047921 00000 n +-0000048040 00000 n +-0000649254 00000 n +-0001049265 00000 n +-0000048102 00000 n +-0000048216 00000 n +-0000649384 00000 n +-0001049172 00000 n +-0000048278 00000 n +-0000048397 00000 n +-0000649515 00000 n +-0001049079 00000 n +-0000048459 00000 n +-0000048583 00000 n +-0000649646 00000 n +-0001048986 00000 n +-0000048645 00000 n +-0000048764 00000 n +-0000649777 00000 n +-0001048893 00000 n +-0000048826 00000 n +-0000049001 00000 n +-0000649908 00000 n +-0001048800 00000 n +-0000049063 00000 n +-0000049215 00000 n +-0000650038 00000 n +-0001048707 00000 n +-0000049277 00000 n +-0000049426 00000 n +-0000651682 00000 n +-0001048614 00000 n +-0000049488 00000 n +-0000049622 00000 n +-0000651812 00000 n +-0001048521 00000 n +-0000049684 00000 n +-0000049813 00000 n +-0000651943 00000 n +-0001048428 00000 n +-0000049875 00000 n +-0000050024 00000 n +-0000652073 00000 n +-0001048335 00000 n +-0000050086 00000 n +-0000050210 00000 n +-0000652204 00000 n +-0001048242 00000 n +-0000050272 00000 n +-0000050401 00000 n +-0000652335 00000 n +-0001048149 00000 n +-0000050463 00000 n +-0000050582 00000 n +-0000652465 00000 n +-0001048056 00000 n +-0000050644 00000 n +-0000050763 00000 n +-0000654440 00000 n +-0001047963 00000 n +-0000050825 00000 n +-0000050939 00000 n +-0000654570 00000 n +-0001047870 00000 n +-0000051001 00000 n +-0000051120 00000 n +-0000654701 00000 n +-0001047777 00000 n +-0000051182 00000 n +-0000051291 00000 n +-0000654831 00000 n +-0001047684 00000 n +-0000051353 00000 n +-0000051467 00000 n +-0000654962 00000 n +-0001047591 00000 n +-0000051529 00000 n +-0000051699 00000 n +-0000655093 00000 n +-0001047498 00000 n +-0000051761 00000 n +-0000051908 00000 n +-0000655224 00000 n +-0001047405 00000 n +-0000051970 00000 n +-0000052109 00000 n +-0000657191 00000 n +-0001047312 00000 n +-0000052171 00000 n +-0000052310 00000 n +-0000657321 00000 n +-0001047217 00000 n +-0000052372 00000 n +-0000052502 00000 n +-0000657452 00000 n +-0001047120 00000 n +-0000052565 00000 n +-0000052748 00000 n +-0000657584 00000 n +-0001047022 00000 n +-0000052811 00000 n +-0000052994 00000 n +-0000657716 00000 n +-0001046924 00000 n +-0000053057 00000 n +-0000053230 00000 n +-0000657848 00000 n +-0001046826 00000 n +-0000053293 00000 n +-0000053459 00000 n +-0000661737 00000 n +-0001046728 00000 n +-0000053522 00000 n +-0000053665 00000 n +-0000661868 00000 n +-0001046630 00000 n +-0000053728 00000 n +-0000053858 00000 n +-0000662000 00000 n +-0001046532 00000 n +-0000053921 00000 n +-0000054036 00000 n +-0000662132 00000 n +-0001046449 00000 n +-0000054099 00000 n +-0000054219 00000 n +-0000662264 00000 n +-0001046311 00000 n +-0000054271 00000 n +-0000054540 00000 n +-0000666945 00000 n +-0001046201 00000 n +-0000054597 00000 n +-0000054739 00000 n +-0000667076 00000 n +-0001046117 00000 n +-0000054801 00000 n +-0000055035 00000 n +-0000667208 00000 n +-0001046033 00000 n +-0000055097 00000 n +-0000055321 00000 n +-0000667339 00000 n +-0001045894 00000 n +-0000055373 00000 n +-0000055495 00000 n +-0000670424 00000 n +-0001045810 00000 n +-0000055552 00000 n +-0000055684 00000 n +-0000670489 00000 n +-0001045685 00000 n +-0000055741 00000 n +-0000055883 00000 n +-0000670621 00000 n +-0001045601 00000 n +-0000055945 00000 n +-0000056121 00000 n +-0000670753 00000 n +-0001045502 00000 n +-0000056183 00000 n +-0000056369 00000 n +-0000670883 00000 n +-0001045418 00000 n +-0000056431 00000 n +-0000056607 00000 n +-0000671015 00000 n +-0001045279 00000 n +-0000056659 00000 n +-0000056999 00000 n +-0000676245 00000 n +-0001045169 00000 n +-0000057056 00000 n +-0000057198 00000 n +-0000676377 00000 n +-0001045085 00000 n +-0000057260 00000 n +-0000057494 00000 n +-0000676509 00000 n +-0001044986 00000 n +-0000057556 00000 n +-0000057780 00000 n +-0000681987 00000 n +-0001044887 00000 n +-0000057842 00000 n +-0000058081 00000 n +-0000682118 00000 n +-0001044803 00000 n +-0000058143 00000 n +-0000058372 00000 n +-0000682250 00000 n +-0001044664 00000 n +-0000058424 00000 n +-0000058698 00000 n +-0000685146 00000 n +-0001044554 00000 n +-0000058755 00000 n +-0000058897 00000 n +-0000685278 00000 n +-0001044470 00000 n +-0000058959 00000 n +-0000059198 00000 n +-0000685410 00000 n +-0001044371 00000 n +-0000059260 00000 n +-0000059489 00000 n +-0000685542 00000 n +-0001044272 00000 n +-0000059551 00000 n +-0000059795 00000 n +-0000690686 00000 n +-0001044188 00000 n +-0000059857 00000 n +-0000060091 00000 n +-0000690817 00000 n +-0001044049 00000 n +-0000060143 00000 n +-0000060435 00000 n +-0000693391 00000 n +-0001043939 00000 n +-0000060492 00000 n +-0000060634 00000 n +-0000693522 00000 n +-0001043855 00000 n +-0000060696 00000 n +-0000060940 00000 n +-0000693654 00000 n +-0001043756 00000 n +-0000061002 00000 n +-0000061236 00000 n +-0000693786 00000 n +-0001043657 00000 n +-0000061298 00000 n +-0000061547 00000 n +-0000693918 00000 n +-0001043573 00000 n +-0000061609 00000 n +-0000061848 00000 n +-0000694050 00000 n +-0001043434 00000 n +-0000061900 00000 n +-0000062111 00000 n +-0000696959 00000 n +-0001043324 00000 n +-0000062168 00000 n +-0000062310 00000 n +-0000697091 00000 n +-0001043255 00000 n +-0000062372 00000 n +-0000062553 00000 n +-0000697223 00000 n +-0001043116 00000 n +-0000062605 00000 n +-0000062821 00000 n +-0000697355 00000 n +-0001043006 00000 n +-0000062878 00000 n +-0000063020 00000 n +-0000697487 00000 n +-0001042937 00000 n +-0000063082 00000 n +-0000063273 00000 n +-0000702344 00000 n +-0001042798 00000 n +-0000063325 00000 n +-0000063507 00000 n +-0000702474 00000 n +-0001042688 00000 n +-0000063564 00000 n +-0000063706 00000 n +-0000702606 00000 n +-0001042619 00000 n +-0000063768 00000 n +-0000063944 00000 n +-0000702738 00000 n +-0001042495 00000 n +-0000063996 00000 n +-0000064201 00000 n +-0000704322 00000 n +-0001042385 00000 n +-0000064258 00000 n +-0000064400 00000 n +-0000704453 00000 n +-0001042301 00000 n +-0000064462 00000 n +-0000064666 00000 n +-0000704585 00000 n +-0001042217 00000 n +-0000064728 00000 n +-0000064947 00000 n +-0000706477 00000 n +-0001042092 00000 n +-0000064996 00000 n +-0000065171 00000 n +-0000706608 00000 n +-0001041967 00000 n +-0000065222 00000 n +-0000065540 00000 n +-0000706740 00000 n +-0001041883 00000 n +-0000065596 00000 n +-0000065728 00000 n +-0000708388 00000 n +-0001041758 00000 n +-0000065784 00000 n +-0000065911 00000 n +-0000708519 00000 n +-0001041674 00000 n +-0000065972 00000 n +-0000066026 00000 n +-0000708651 00000 n +-0001041575 00000 n +-0000066087 00000 n +-0000066156 00000 n +-0000708782 00000 n +-0001041491 00000 n +-0000066217 00000 n +-0000066266 00000 n +-0000708914 00000 n +-0001041351 00000 n +-0000066317 00000 n +-0000066635 00000 n +-0000709046 00000 n +-0001041267 00000 n +-0000066691 00000 n +-0000066823 00000 n +-0000709111 00000 n +-0001041142 00000 n +-0000066879 00000 n +-0000067006 00000 n +-0000709243 00000 n +-0001041073 00000 n +-0000067067 00000 n +-0000067121 00000 n +-0000714638 00000 n +-0001040933 00000 n +-0000067172 00000 n +-0000067340 00000 n +-0000725699 00000 n +-0001040849 00000 n +-0000067396 00000 n +-0000067528 00000 n +-0000725765 00000 n +-0001040723 00000 n +-0000067584 00000 n +-0000067711 00000 n +-0000725897 00000 n +-0001040639 00000 n +-0000067772 00000 n +-0000067874 00000 n +-0000726029 00000 n +-0001040540 00000 n +-0000067935 00000 n +-0000068042 00000 n +-0000728093 00000 n +-0001040441 00000 n +-0000068103 00000 n +-0000068157 00000 n +-0000728224 00000 n +-0001040342 00000 n +-0000068218 00000 n +-0000068267 00000 n +-0000728356 00000 n +-0001040243 00000 n +-0000068328 00000 n +-0000068397 00000 n +-0000728488 00000 n +-0001040144 00000 n +-0000068458 00000 n +-0000068565 00000 n +-0000728620 00000 n +-0001040045 00000 n +-0000068626 00000 n +-0000068738 00000 n +-0000730286 00000 n +-0001039946 00000 n +-0000068799 00000 n +-0000068858 00000 n +-0000730418 00000 n +-0001039847 00000 n +-0000068919 00000 n +-0000068973 00000 n +-0000730549 00000 n +-0001039748 00000 n +-0000069035 00000 n +-0000069122 00000 n +-0000730681 00000 n +-0001039649 00000 n +-0000069184 00000 n +-0000069238 00000 n +-0000730812 00000 n +-0001039550 00000 n +-0000069300 00000 n +-0000069387 00000 n +-0000730943 00000 n +-0001039451 00000 n +-0000069449 00000 n +-0000069531 00000 n +-0000732782 00000 n +-0001039352 00000 n +-0000069593 00000 n +-0000069690 00000 n +-0000732913 00000 n +-0001039253 00000 n +-0000069752 00000 n +-0000069811 00000 n +-0000733045 00000 n +-0001039154 00000 n +-0000069873 00000 n +-0000069922 00000 n +-0000733177 00000 n +-0001039055 00000 n +-0000069984 00000 n +-0000070071 00000 n +-0000733308 00000 n +-0001038956 00000 n +-0000070133 00000 n +-0000070225 00000 n +-0000733440 00000 n +-0001038857 00000 n +-0000070287 00000 n +-0000070351 00000 n +-0000735076 00000 n +-0001038758 00000 n +-0000070413 00000 n +-0000070510 00000 n +-0000735207 00000 n +-0001038659 00000 n +-0000070572 00000 n +-0000070644 00000 n +-0000735339 00000 n +-0001038560 00000 n +-0000070706 00000 n +-0000070778 00000 n +-0000735469 00000 n +-0001038461 00000 n +-0000070840 00000 n +-0000070899 00000 n +-0000735601 00000 n +-0001038362 00000 n +-0000070961 00000 n +-0000071048 00000 n +-0000735733 00000 n +-0001038263 00000 n +-0000071110 00000 n +-0000071202 00000 n +-0000735865 00000 n +-0001038164 00000 n +-0000071264 00000 n +-0000071356 00000 n +-0000735997 00000 n +-0001038065 00000 n +-0000071418 00000 n +-0000071467 00000 n +-0000738912 00000 n +-0001037981 00000 n +-0000071529 00000 n +-0000071598 00000 n +-0000739043 00000 n +-0001037841 00000 n +-0000071649 00000 n +-0000071853 00000 n +-0000739241 00000 n +-0001037757 00000 n +-0000071909 00000 n +-0000072041 00000 n +-0000739306 00000 n +-0001037632 00000 n +-0000072097 00000 n +-0000072224 00000 n +-0000739438 00000 n +-0001037548 00000 n +-0000072285 00000 n +-0000072339 00000 n +-0000741497 00000 n +-0001037464 00000 n +-0000072400 00000 n +-0000072454 00000 n +-0000741627 00000 n +-0001037324 00000 n +-0000072505 00000 n +-0000072714 00000 n +-0000741759 00000 n +-0001037240 00000 n +-0000072770 00000 n +-0000072902 00000 n +-0000741824 00000 n +-0001037115 00000 n +-0000072958 00000 n +-0000073085 00000 n +-0000741955 00000 n +-0001037031 00000 n +-0000073146 00000 n +-0000073195 00000 n +-0000742087 00000 n +-0001036947 00000 n +-0000073256 00000 n +-0000073310 00000 n +-0000744321 00000 n +-0001036807 00000 n +-0000073361 00000 n +-0000073745 00000 n +-0000744452 00000 n +-0001036723 00000 n +-0000073801 00000 n +-0000073933 00000 n +-0000744517 00000 n +-0001036598 00000 n +-0000073989 00000 n +-0000074116 00000 n +-0000744649 00000 n +-0001036514 00000 n +-0000074177 00000 n +-0000074231 00000 n +-0000744781 00000 n +-0001036430 00000 n +-0000074292 00000 n +-0000074341 00000 n +-0000744913 00000 n +-0001036290 00000 n +-0000074392 00000 n +-0000074611 00000 n +-0000748138 00000 n +-0001036206 00000 n +-0000074667 00000 n +-0000074799 00000 n +-0000748204 00000 n +-0001036081 00000 n +-0000074855 00000 n +-0000074982 00000 n +-0000748336 00000 n +-0001035997 00000 n +-0000075043 00000 n +-0000075135 00000 n +-0000748468 00000 n +-0001035898 00000 n +-0000075196 00000 n +-0000075278 00000 n +-0000748600 00000 n +-0001035799 00000 n +-0000075339 00000 n +-0000075444 00000 n +-0000752122 00000 n +-0001035715 00000 n +-0000075505 00000 n +-0000075597 00000 n +-0000752253 00000 n +-0001035575 00000 n +-0000075648 00000 n +-0000075927 00000 n +-0000752385 00000 n +-0001035491 00000 n +-0000075983 00000 n +-0000076115 00000 n +-0000752451 00000 n +-0001035366 00000 n +-0000076171 00000 n +-0000076298 00000 n +-0000752583 00000 n +-0001035282 00000 n +-0000076359 00000 n +-0000076474 00000 n +-0000752715 00000 n +-0001035183 00000 n +-0000076535 00000 n +-0000076670 00000 n +-0000754106 00000 n +-0001035084 00000 n +-0000076731 00000 n +-0000076876 00000 n +-0000754237 00000 n +-0001034985 00000 n +-0000076937 00000 n +-0000077062 00000 n +-0000754369 00000 n +-0001034886 00000 n +-0000077123 00000 n +-0000077238 00000 n +-0000754501 00000 n +-0001034787 00000 n +-0000077299 00000 n +-0000077434 00000 n +-0000754633 00000 n +-0001034688 00000 n +-0000077495 00000 n +-0000077640 00000 n +-0000754765 00000 n +-0001034604 00000 n +-0000077701 00000 n +-0000077826 00000 n +-0000754897 00000 n +-0001034464 00000 n +-0000077877 00000 n +-0000078166 00000 n +-0000759587 00000 n +-0001034380 00000 n +-0000078222 00000 n +-0000078354 00000 n +-0000759653 00000 n +-0001034255 00000 n +-0000078410 00000 n +-0000078537 00000 n +-0000759784 00000 n +-0001034186 00000 n +-0000078598 00000 n +-0000078637 00000 n +-0000759916 00000 n +-0001034046 00000 n +-0000078689 00000 n +-0000078968 00000 n +-0000761971 00000 n +-0001033962 00000 n +-0000079025 00000 n +-0000079157 00000 n +-0000762037 00000 n +-0001033836 00000 n +-0000079214 00000 n +-0000079341 00000 n +-0000762169 00000 n +-0001033752 00000 n +-0000079403 00000 n +-0000079500 00000 n +-0000762300 00000 n +-0001033653 00000 n +-0000079562 00000 n +-0000079654 00000 n +-0000762432 00000 n +-0001033554 00000 n +-0000079716 00000 n +-0000079838 00000 n +-0000762564 00000 n +-0001033455 00000 n +-0000079900 00000 n +-0000080015 00000 n +-0000762696 00000 n +-0001033356 00000 n +-0000080077 00000 n +-0000080192 00000 n +-0000762828 00000 n +-0001033257 00000 n +-0000080254 00000 n +-0000080389 00000 n +-0000764038 00000 n +-0001033158 00000 n +-0000080451 00000 n +-0000080596 00000 n +-0000764169 00000 n +-0001033059 00000 n +-0000080658 00000 n +-0000080780 00000 n +-0000764301 00000 n +-0001032960 00000 n +-0000080842 00000 n +-0000080949 00000 n +-0000764432 00000 n +-0001032861 00000 n +-0000081012 00000 n +-0000081129 00000 n +-0000764564 00000 n +-0001032762 00000 n +-0000081192 00000 n +-0000081309 00000 n +-0000764696 00000 n +-0001032663 00000 n +-0000081372 00000 n +-0000081487 00000 n +-0000764827 00000 n +-0001032564 00000 n +-0000081550 00000 n +-0000081665 00000 n +-0000764959 00000 n +-0001032465 00000 n +-0000081728 00000 n +-0000081863 00000 n +-0000768423 00000 n +-0001032381 00000 n +-0000081926 00000 n +-0000082071 00000 n +-0000768554 00000 n +-0001032256 00000 n +-0000082123 00000 n +-0000082359 00000 n +-0000768686 00000 n +-0001032172 00000 n +-0000082416 00000 n +-0000082548 00000 n +-0000768751 00000 n +-0001032047 00000 n +-0000082605 00000 n +-0000082732 00000 n +-0000768883 00000 n +-0001031963 00000 n +-0000082794 00000 n +-0000082858 00000 n +-0000769015 00000 n +-0001031864 00000 n +-0000082920 00000 n +-0000082994 00000 n +-0000769147 00000 n +-0001031780 00000 n +-0000083056 00000 n +-0000083120 00000 n +-0000083526 00000 n +-0000083707 00000 n +-0000083174 00000 n +-0000083642 00000 n +-0001026448 00000 n +-0001005859 00000 n +-0001026271 00000 n +-0001027525 00000 n +-0000084047 00000 n +-0000083931 00000 n +-0000083781 00000 n +-0000089236 00000 n +-0000085695 00000 n +-0000084089 00000 n +-0001004988 00000 n +-0000986967 00000 n +-0001004811 00000 n +-0000089170 00000 n +-0000086003 00000 n +-0000086159 00000 n +-0000086317 00000 n +-0000086476 00000 n +-0000086635 00000 n +-0000086793 00000 n +-0000086956 00000 n +-0000087119 00000 n +-0000087278 00000 n +-0000087437 00000 n +-0000087596 00000 n +-0000087752 00000 n +-0000087908 00000 n +-0000088067 00000 n +-0000088226 00000 n +-0000088384 00000 n +-0000088543 00000 n +-0000088702 00000 n +-0000088858 00000 n +-0000089014 00000 n +-0000096616 00000 n +-0000091723 00000 n +-0000089324 00000 n +-0000092103 00000 n +-0000092260 00000 n +-0000092416 00000 n +-0000092575 00000 n +-0000092732 00000 n +-0000092889 00000 n +-0000093048 00000 n +-0000093207 00000 n +-0000093363 00000 n +-0000093522 00000 n +-0000093680 00000 n +-0000093840 00000 n +-0000094000 00000 n +-0000094158 00000 n +-0000094317 00000 n +-0000094475 00000 n +-0000094635 00000 n +-0000094793 00000 n +-0000094953 00000 n +-0000095118 00000 n +-0000095288 00000 n +-0000095448 00000 n +-0000095612 00000 n +-0000095782 00000 n +-0000095942 00000 n +-0000096107 00000 n +-0000096277 00000 n +-0000096447 00000 n +-0000104708 00000 n +-0000099127 00000 n +-0000096704 00000 n +-0000099534 00000 n +-0000099704 00000 n +-0000099864 00000 n +-0000100027 00000 n +-0000100195 00000 n +-0000100365 00000 n +-0000100529 00000 n +-0000100699 00000 n +-0000100857 00000 n +-0000101020 00000 n +-0000101190 00000 n +-0000101350 00000 n +-0000101514 00000 n +-0000101684 00000 n +-0000101853 00000 n +-0000102023 00000 n +-0000102191 00000 n +-0000102351 00000 n +-0000102515 00000 n +-0000102678 00000 n +-0000102847 00000 n +-0000103011 00000 n +-0000103181 00000 n +-0000103351 00000 n +-0000103520 00000 n +-0000103690 00000 n +-0000103860 00000 n +-0000104029 00000 n +-0000104198 00000 n +-0000104367 00000 n +-0000104537 00000 n +-0000112871 00000 n +-0000107270 00000 n +-0000104796 00000 n +-0000107677 00000 n +-0000107837 00000 n +-0000108002 00000 n +-0000108172 00000 n +-0000108340 00000 n +-0000108510 00000 n +-0000108680 00000 n +-0000108840 00000 n +-0000109003 00000 n +-0000109173 00000 n +-0000109338 00000 n +-0000109508 00000 n +-0000109677 00000 n +-0000109847 00000 n +-0000110017 00000 n +-0000110187 00000 n +-0000110355 00000 n +-0000110516 00000 n +-0000110682 00000 n +-0000110853 00000 n +-0000111023 00000 n +-0000111184 00000 n +-0000111350 00000 n +-0000111520 00000 n +-0000111690 00000 n +-0000111861 00000 n +-0000112032 00000 n +-0000112203 00000 n +-0000112373 00000 n +-0000112544 00000 n +-0000112705 00000 n +-0000120917 00000 n +-0000115255 00000 n +-0000112959 00000 n +-0000115662 00000 n +-0000115826 00000 n +-0000115997 00000 n +-0000116162 00000 n +-0000116331 00000 n +-0000116502 00000 n +-0000116673 00000 n +-0000116844 00000 n +-0000117013 00000 n +-0000117184 00000 n +-0000117345 00000 n +-0000117510 00000 n +-0000117673 00000 n +-0000117844 00000 n +-0000118015 00000 n +-0000118178 00000 n +-0000118349 00000 n +-0000118520 00000 n +-0000118691 00000 n +-0000118861 00000 n +-0000119031 00000 n +-0000119202 00000 n +-0000119373 00000 n +-0000119544 00000 n +-0000119714 00000 n +-0000119886 00000 n +-0000120058 00000 n +-0000120229 00000 n +-0000120401 00000 n +-0000120573 00000 n +-0000120745 00000 n +-0001027650 00000 n +-0000129063 00000 n +-0000123444 00000 n +-0000121005 00000 n +-0000123851 00000 n +-0000124012 00000 n +-0000124178 00000 n +-0000124349 00000 n +-0000124517 00000 n +-0000124678 00000 n +-0000124844 00000 n +-0000125015 00000 n +-0000125184 00000 n +-0000125355 00000 n +-0000125526 00000 n +-0000125697 00000 n +-0000125867 00000 n +-0000126038 00000 n +-0000126209 00000 n +-0000126380 00000 n +-0000126539 00000 n +-0000126705 00000 n +-0000126876 00000 n +-0000127047 00000 n +-0000127217 00000 n +-0000127388 00000 n +-0000127559 00000 n +-0000127730 00000 n +-0000127900 00000 n +-0000128071 00000 n +-0000128231 00000 n +-0000128396 00000 n +-0000128566 00000 n +-0000128737 00000 n +-0000128898 00000 n +-0000137187 00000 n +-0000131588 00000 n +-0000129151 00000 n +-0000131995 00000 n +-0000132166 00000 n +-0000132337 00000 n +-0000132498 00000 n +-0000132662 00000 n +-0000132833 00000 n +-0000133004 00000 n +-0000133165 00000 n +-0000133329 00000 n +-0000133500 00000 n +-0000133671 00000 n +-0000133842 00000 n +-0000134002 00000 n +-0000134167 00000 n +-0000134338 00000 n +-0000134509 00000 n +-0000134680 00000 n +-0000134850 00000 n +-0000135011 00000 n +-0000135176 00000 n +-0000135346 00000 n +-0000135517 00000 n +-0000135688 00000 n +-0000135859 00000 n +-0000136019 00000 n +-0000136184 00000 n +-0000136355 00000 n +-0000136526 00000 n +-0000136696 00000 n +-0000136857 00000 n +-0000137022 00000 n +-0000145312 00000 n +-0000139638 00000 n +-0000137275 00000 n +-0000140045 00000 n +-0000140216 00000 n +-0000140387 00000 n +-0000140558 00000 n +-0000140727 00000 n +-0000140888 00000 n +-0000141054 00000 n +-0000141220 00000 n +-0000141389 00000 n +-0000141560 00000 n +-0000141726 00000 n +-0000141897 00000 n +-0000142067 00000 n +-0000142233 00000 n +-0000142404 00000 n +-0000142575 00000 n +-0000142744 00000 n +-0000142915 00000 n +-0000143086 00000 n +-0000143257 00000 n +-0000143427 00000 n +-0000143598 00000 n +-0000143769 00000 n +-0000143939 00000 n +-0000144110 00000 n +-0000144282 00000 n +-0000144454 00000 n +-0000144626 00000 n +-0000144797 00000 n +-0000144968 00000 n +-0000145140 00000 n +-0000153445 00000 n +-0000147766 00000 n +-0000145400 00000 n +-0000148173 00000 n +-0000148345 00000 n +-0000148517 00000 n +-0000148689 00000 n +-0000148859 00000 n +-0000149031 00000 n +-0000149203 00000 n +-0000149374 00000 n +-0000149542 00000 n +-0000149714 00000 n +-0000149886 00000 n +-0000150058 00000 n +-0000150229 00000 n +-0000150401 00000 n +-0000150573 00000 n +-0000150745 00000 n +-0000150915 00000 n +-0000151087 00000 n +-0000151259 00000 n +-0000151431 00000 n +-0000151602 00000 n +-0000151774 00000 n +-0000151946 00000 n +-0000152117 00000 n +-0000152288 00000 n +-0000152449 00000 n +-0000152614 00000 n +-0000152785 00000 n +-0000152955 00000 n +-0000153116 00000 n +-0000153281 00000 n +-0000161517 00000 n +-0000155922 00000 n +-0000153533 00000 n +-0000156329 00000 n +-0000156500 00000 n +-0000156671 00000 n +-0000156842 00000 n +-0000157001 00000 n +-0000157166 00000 n +-0000157337 00000 n +-0000157508 00000 n +-0000157677 00000 n +-0000157848 00000 n +-0000158008 00000 n +-0000158174 00000 n +-0000158344 00000 n +-0000158515 00000 n +-0000158686 00000 n +-0000158856 00000 n +-0000159015 00000 n +-0000159181 00000 n +-0000159352 00000 n +-0000159523 00000 n +-0000159694 00000 n +-0000159865 00000 n +-0000160026 00000 n +-0000160191 00000 n +-0000160361 00000 n +-0000160522 00000 n +-0000160688 00000 n +-0000160859 00000 n +-0000161019 00000 n +-0000161185 00000 n +-0000161356 00000 n +-0000169287 00000 n +-0000163877 00000 n +-0000161605 00000 n +-0000164275 00000 n +-0000164440 00000 n +-0000164611 00000 n +-0000164782 00000 n +-0000164939 00000 n +-0000165098 00000 n +-0000165261 00000 n +-0000165425 00000 n +-0000165595 00000 n +-0000165765 00000 n +-0000165935 00000 n +-0000166095 00000 n +-0000166259 00000 n +-0000166423 00000 n +-0000166593 00000 n +-0000166752 00000 n +-0000166916 00000 n +-0000167080 00000 n +-0000167250 00000 n +-0000167418 00000 n +-0000167588 00000 n +-0000167757 00000 n +-0000167927 00000 n +-0000168096 00000 n +-0000168265 00000 n +-0000168435 00000 n +-0000168605 00000 n +-0000168776 00000 n +-0000168947 00000 n +-0000169117 00000 n +-0001027775 00000 n +-0000177261 00000 n +-0000171647 00000 n +-0000169375 00000 n +-0000172054 00000 n +-0000172225 00000 n +-0000172396 00000 n +-0000172566 00000 n +-0000172737 00000 n +-0000172908 00000 n +-0000173079 00000 n +-0000173247 00000 n +-0000173418 00000 n +-0000173589 00000 n +-0000173760 00000 n +-0000173931 00000 n +-0000174102 00000 n +-0000174273 00000 n +-0000174444 00000 n +-0000174614 00000 n +-0000174774 00000 n +-0000174939 00000 n +-0000175104 00000 n +-0000175274 00000 n +-0000175444 00000 n +-0000175604 00000 n +-0000175769 00000 n +-0000175934 00000 n +-0000176103 00000 n +-0000176273 00000 n +-0000176433 00000 n +-0000176593 00000 n +-0000176758 00000 n +-0000176923 00000 n +-0000177092 00000 n +-0000185227 00000 n +-0000179640 00000 n +-0000177349 00000 n +-0000180047 00000 n +-0000180207 00000 n +-0000180371 00000 n +-0000180535 00000 n +-0000180703 00000 n +-0000180873 00000 n +-0000181043 00000 n +-0000181213 00000 n +-0000181371 00000 n +-0000181535 00000 n +-0000181699 00000 n +-0000181869 00000 n +-0000182038 00000 n +-0000182208 00000 n +-0000182378 00000 n +-0000182548 00000 n +-0000182716 00000 n +-0000182886 00000 n +-0000183056 00000 n +-0000183216 00000 n +-0000183379 00000 n +-0000183543 00000 n +-0000183713 00000 n +-0000183874 00000 n +-0000184038 00000 n +-0000184203 00000 n +-0000184374 00000 n +-0000184544 00000 n +-0000184714 00000 n +-0000184885 00000 n +-0000185056 00000 n +-0000189574 00000 n +-0000186764 00000 n +-0000185315 00000 n +-0000187027 00000 n +-0000187198 00000 n +-0000187369 00000 n +-0000187540 00000 n +-0000187712 00000 n +-0000187884 00000 n +-0000188055 00000 n +-0000188225 00000 n +-0000188397 00000 n +-0000188569 00000 n +-0000188729 00000 n +-0000188895 00000 n +-0000189061 00000 n +-0000189232 00000 n +-0000189403 00000 n +-0000191996 00000 n +-0000191316 00000 n +-0000189662 00000 n +-0000191607 00000 n +-0000191734 00000 n +-0000191800 00000 n +-0000191866 00000 n +-0000986104 00000 n +-0000969135 00000 n +-0000985923 00000 n +-0000191453 00000 n +-0000907492 00000 n +-0000195649 00000 n +-0000194592 00000 n +-0000192098 00000 n +-0000195454 00000 n +-0000194756 00000 n +-0000194922 00000 n +-0000195519 00000 n +-0000195085 00000 n +-0000967934 00000 n +-0000947494 00000 n +-0000967759 00000 n +-0000195277 00000 n +-0000197140 00000 n +-0000241199 00000 n +-0000198246 00000 n +-0000197270 00000 n +-0000196959 00000 n +-0000195751 00000 n +-0000197075 00000 n +-0000947139 00000 n +-0000945141 00000 n +-0000946974 00000 n +-0001027900 00000 n +-0000211271 00000 n +-0000198130 00000 n +-0000197386 00000 n +-0000211206 00000 n +-0000212912 00000 n +-0000212731 00000 n +-0000211410 00000 n +-0000212847 00000 n +-0000214423 00000 n +-0000225025 00000 n +-0000214307 00000 n +-0000213014 00000 n +-0000224960 00000 n +-0000227737 00000 n +-0000226401 00000 n +-0000226220 00000 n +-0000225164 00000 n +-0000226336 00000 n +-0000237420 00000 n +-0000227621 00000 n +-0000226503 00000 n +-0000237355 00000 n +-0000241329 00000 n +-0000239679 00000 n +-0000237559 00000 n +-0000241134 00000 n +-0000239879 00000 n +-0000240038 00000 n +-0000240199 00000 n +-0000240360 00000 n +-0000240513 00000 n +-0000240665 00000 n +-0000240819 00000 n +-0000240980 00000 n +-0001028025 00000 n +-0000907458 00000 n +-0000907424 00000 n +-0000907390 00000 n +-0000458358 00000 n +-0000474573 00000 n +-0000907356 00000 n +-0000907322 00000 n +-0000243585 00000 n +-0000254082 00000 n +-0000252703 00000 n +-0000243430 00000 n +-0000241431 00000 n +-0000252508 00000 n +-0000252573 00000 n +-0000252035 00000 n +-0000252200 00000 n +-0000252354 00000 n +-0000244902 00000 n +-0000245033 00000 n +-0000245185 00000 n +-0000245207 00000 n +-0000245525 00000 n +-0000245953 00000 n +-0000246165 00000 n +-0000246187 00000 n +-0000252012 00000 n +-0000263048 00000 n +-0000262298 00000 n +-0000253966 00000 n +-0000252820 00000 n +-0000262233 00000 n +-0000255100 00000 n +-0000255231 00000 n +-0000255383 00000 n +-0000255405 00000 n +-0000255723 00000 n +-0000256151 00000 n +-0000256363 00000 n +-0000256385 00000 n +-0000262210 00000 n +-0000273926 00000 n +-0000262932 00000 n +-0000262415 00000 n +-0000273861 00000 n +-0000265705 00000 n +-0000265836 00000 n +-0000265988 00000 n +-0000266011 00000 n +-0000266357 00000 n +-0000266813 00000 n +-0000267025 00000 n +-0000267047 00000 n +-0000273838 00000 n +-0000276053 00000 n +-0000275744 00000 n +-0000274043 00000 n +-0000275860 00000 n +-0000275925 00000 n +-0000277790 00000 n +-0000277609 00000 n +-0000276155 00000 n +-0000277725 00000 n +-0000279543 00000 n +-0000279362 00000 n +-0000277878 00000 n +-0000279478 00000 n +-0001028150 00000 n +-0000281246 00000 n +-0000281065 00000 n +-0000279631 00000 n +-0000281181 00000 n +-0000285269 00000 n +-0000283548 00000 n +-0000281348 00000 n +-0000284879 00000 n +-0000284944 00000 n +-0000283730 00000 n +-0000283932 00000 n +-0000285074 00000 n +-0000284121 00000 n +-0000284318 00000 n +-0000284508 00000 n +-0000284694 00000 n +-0000944523 00000 n +-0000942733 00000 n +-0000944358 00000 n +-0000285204 00000 n +-0000288186 00000 n +-0000286464 00000 n +-0000285385 00000 n +-0000288058 00000 n +-0000286673 00000 n +-0000286827 00000 n +-0000286981 00000 n +-0000287134 00000 n +-0000287288 00000 n +-0000287442 00000 n +-0000287596 00000 n +-0000287750 00000 n +-0000287904 00000 n +-0000907288 00000 n +-0000907254 00000 n +-0000907220 00000 n +-0000907186 00000 n +-0000907152 00000 n +-0000907118 00000 n +-0000291813 00000 n +-0000290305 00000 n +-0000288274 00000 n +-0000291619 00000 n +-0000291747 00000 n +-0000290487 00000 n +-0000290676 00000 n +-0000290865 00000 n +-0000291052 00000 n +-0000291241 00000 n +-0000291430 00000 n +-0000379719 00000 n +-0000643946 00000 n +-0000294841 00000 n +-0000294086 00000 n +-0000293905 00000 n +-0000291915 00000 n +-0000294021 00000 n +-0000301751 00000 n +-0000294725 00000 n +-0000294174 00000 n +-0000301686 00000 n +-0001028275 00000 n +-0000301169 00000 n +-0000301456 00000 n +-0000301504 00000 n +-0000301598 00000 n +-0000301621 00000 n +-0000302449 00000 n +-0000302268 00000 n +-0000301868 00000 n +-0000302384 00000 n +-0000304326 00000 n +-0000303691 00000 n +-0000302523 00000 n +-0000303807 00000 n +-0000303935 00000 n +-0000304001 00000 n +-0000304131 00000 n +-0000304260 00000 n +-0000306319 00000 n +-0000305815 00000 n +-0000304414 00000 n +-0000305931 00000 n +-0000306059 00000 n +-0000306189 00000 n +-0000309726 00000 n +-0000308418 00000 n +-0000306407 00000 n +-0000309532 00000 n +-0000309660 00000 n +-0000308591 00000 n +-0000308780 00000 n +-0000308969 00000 n +-0000309156 00000 n +-0000309345 00000 n +-0000417598 00000 n +-0000414943 00000 n +-0000437005 00000 n +-0000310398 00000 n +-0000310217 00000 n +-0000309814 00000 n +-0000310333 00000 n +-0000312585 00000 n +-0000312275 00000 n +-0000310472 00000 n +-0000312391 00000 n +-0000312519 00000 n +-0001028400 00000 n +-0000313528 00000 n +-0000313347 00000 n +-0000312673 00000 n +-0000313463 00000 n +-0000316708 00000 n +-0000315538 00000 n +-0000313616 00000 n +-0000316514 00000 n +-0000316642 00000 n +-0000315711 00000 n +-0000315871 00000 n +-0000316031 00000 n +-0000316192 00000 n +-0000316353 00000 n +-0000907084 00000 n +-0000907050 00000 n +-0000907016 00000 n +-0000906982 00000 n +-0000906948 00000 n +-0000318475 00000 n +-0000317942 00000 n +-0000316796 00000 n +-0000318410 00000 n +-0000318088 00000 n +-0000318249 00000 n +-0000906914 00000 n +-0000906880 00000 n +-0000323957 00000 n +-0000320974 00000 n +-0000318563 00000 n +-0000323763 00000 n +-0000323891 00000 n +-0000321228 00000 n +-0000321417 00000 n +-0000321606 00000 n +-0000321795 00000 n +-0000321982 00000 n +-0000322171 00000 n +-0000322359 00000 n +-0000322547 00000 n +-0000322735 00000 n +-0000322924 00000 n +-0000323113 00000 n ++0000021606 00000 n ++0000021761 00000 n ++0000021916 00000 n ++0000022071 00000 n ++0000022226 00000 n ++0000022381 00000 n ++0000030221 00000 n ++0000025171 00000 n ++0000022621 00000 n ++0000030159 00000 n ++0000025535 00000 n ++0000025690 00000 n ++0000025844 00000 n ++0000025999 00000 n ++0000026153 00000 n ++0000026308 00000 n ++0000026463 00000 n ++0000026618 00000 n ++0000026773 00000 n ++0000026928 00000 n ++0000027083 00000 n ++0000027238 00000 n ++0000027390 00000 n ++0000027544 00000 n ++0000027698 00000 n ++0000027852 00000 n ++0000028006 00000 n ++0000028160 00000 n ++0000028314 00000 n ++0000028468 00000 n ++0000028620 00000 n ++0000028773 00000 n ++0000028927 00000 n ++0000029082 00000 n ++0000029237 00000 n ++0000029389 00000 n ++0000029543 00000 n ++0000029697 00000 n ++0000029851 00000 n ++0000030005 00000 n ++0000032345 00000 n ++0000031186 00000 n ++0000030306 00000 n ++0000032283 00000 n ++0000031358 00000 n ++0000031512 00000 n ++0000031666 00000 n ++0000031819 00000 n ++0000031973 00000 n ++0000032128 00000 n ++0000034423 00000 n ++0000034007 00000 n ++0000032430 00000 n ++0000034179 00000 n ++0000034241 00000 n ++0000034302 00000 n ++0000000478 00000 f ++0000976856 00000 n ++0000977253 00000 n ++0000037969 00000 n ++0000037012 00000 n ++0000034521 00000 n ++0000037168 00000 n ++0000037329 00000 n ++0000037846 00000 n ++0000037487 00000 n ++0000000702 00000 f ++0000976767 00000 n ++0000037674 00000 n ++0000039382 00000 n ++0000083404 00000 n ++0000040494 00000 n ++0000039505 00000 n ++0000039270 00000 n ++0000038067 00000 n ++0000976525 00000 n ++0000974516 00000 n ++0000976362 00000 n ++0000053453 00000 n ++0000040382 00000 n ++0000039616 00000 n ++0000055116 00000 n ++0000054942 00000 n ++0000053587 00000 n ++0000055054 00000 n ++0000057475 00000 n ++0000056210 00000 n ++0000056036 00000 n ++0000055214 00000 n ++0000056148 00000 n ++0000068135 00000 n ++0000057363 00000 n ++0000056308 00000 n ++0000068011 00000 n ++0000068073 00000 n ++0000977371 00000 n ++0000070857 00000 n ++0000069499 00000 n ++0000069325 00000 n ++0000068269 00000 n ++0000069437 00000 n ++0000080536 00000 n ++0000070745 00000 n ++0000069597 00000 n ++0000080474 00000 n ++0000083527 00000 n ++0000082591 00000 n ++0000080670 00000 n ++0000083342 00000 n ++0000082747 00000 n ++0000082895 00000 n ++0000083044 00000 n ++0000083193 00000 n ++0000749608 00000 n ++0000306393 00000 n ++0000326136 00000 n ++0000085810 00000 n ++0000096180 00000 n ++0000094795 00000 n ++0000085662 00000 n ++0000083625 00000 n ++0000094610 00000 n ++0000094672 00000 n ++0000094733 00000 n ++0000094151 00000 n ++0000094312 00000 n ++0000094461 00000 n ++0000087033 00000 n ++0000087163 00000 n ++0000087312 00000 n ++0000087333 00000 n ++0000087649 00000 n ++0000088075 00000 n ++0000088285 00000 n ++0000088306 00000 n ++0000094129 00000 n ++0000105125 00000 n ++0000104284 00000 n ++0000096068 00000 n ++0000094908 00000 n ++0000104222 00000 n ++0000097104 00000 n ++0000097234 00000 n ++0000097383 00000 n ++0000097404 00000 n ++0000097720 00000 n ++0000098146 00000 n ++0000098356 00000 n ++0000098377 00000 n ++0000104200 00000 n ++0000115891 00000 n ++0000105013 00000 n ++0000104397 00000 n ++0000115829 00000 n ++0000977489 00000 n ++0000107688 00000 n ++0000107818 00000 n ++0000107967 00000 n ++0000107989 00000 n ++0000108333 00000 n ++0000108787 00000 n ++0000108997 00000 n ++0000109018 00000 n ++0000115807 00000 n ++0000117930 00000 n ++0000117632 00000 n ++0000116004 00000 n ++0000117744 00000 n ++0000117806 00000 n ++0000117868 00000 n ++0000119563 00000 n ++0000119389 00000 n ++0000118028 00000 n ++0000119501 00000 n ++0000121149 00000 n ++0000120975 00000 n ++0000119648 00000 n ++0000121087 00000 n ++0000122817 00000 n ++0000122643 00000 n ++0000121234 00000 n ++0000122755 00000 n ++0000126875 00000 n ++0000125150 00000 n ++0000122915 00000 n ++0000126444 00000 n ++0000126506 00000 n ++0000125322 00000 n ++0000125519 00000 n ++0000126629 00000 n ++0000125703 00000 n ++0000125896 00000 n ++0000126082 00000 n ++0000126263 00000 n ++0000973034 00000 n ++0000971077 00000 n ++0000972871 00000 n ++0000126752 00000 n ++0000130622 00000 n ++0000129472 00000 n ++0000126986 00000 n ++0000130560 00000 n ++0000129644 00000 n ++0000129797 00000 n ++0000129949 00000 n ++0000130102 00000 n ++0000130254 00000 n ++0000130407 00000 n ++0000977607 00000 n ++0000220662 00000 n ++0000500305 00000 n ++0000133624 00000 n ++0000132925 00000 n ++0000132751 00000 n ++0000130720 00000 n ++0000132863 00000 n ++0000145306 00000 n ++0000133512 00000 n ++0000133010 00000 n ++0000145183 00000 n ++0000145245 00000 n ++0000139634 00000 n ++0000139690 00000 n ++0000139770 00000 n ++0000140844 00000 n ++0000140866 00000 n ++0000141245 00000 n ++0000145161 00000 n ++0000147973 00000 n ++0000147370 00000 n ++0000145419 00000 n ++0000147482 00000 n ++0000147544 00000 n ++0000147666 00000 n ++0000147789 00000 n ++0000147911 00000 n ++0000151851 00000 n ++0000150681 00000 n ++0000148058 00000 n ++0000151606 00000 n ++0000151729 00000 n ++0000150845 00000 n ++0000150998 00000 n ++0000151150 00000 n ++0000151302 00000 n ++0000151454 00000 n ++0000259537 00000 n ++0000256141 00000 n ++0000280731 00000 n ++0000155011 00000 n ++0000154837 00000 n ++0000151936 00000 n ++0000154949 00000 n ++0000160601 00000 n ++0000158336 00000 n ++0000155096 00000 n ++0000160539 00000 n ++0000158564 00000 n ++0000158715 00000 n ++0000158866 00000 n ++0000159019 00000 n ++0000159172 00000 n ++0000159325 00000 n ++0000159478 00000 n ++0000159631 00000 n ++0000159784 00000 n ++0000159937 00000 n ++0000160089 00000 n ++0000160242 00000 n ++0000160391 00000 n ++0000977725 00000 n ++0000207358 00000 n ++0000233613 00000 n ++0000233740 00000 n ++0000233486 00000 n ++0000233104 00000 n ++0000164101 00000 n ++0000163379 00000 n ++0000160712 00000 n ++0000163978 00000 n ++0000163527 00000 n ++0000163676 00000 n ++0000163825 00000 n ++0000164040 00000 n ++0000266289 00000 n ++0000241307 00000 n ++0000167313 00000 n ++0000167078 00000 n ++0000164225 00000 n ++0000167190 00000 n ++0000000000 00000 f ++0000969321 00000 n ++0000170344 00000 n ++0000170108 00000 n ++0000167450 00000 n ++0000170220 00000 n ++0000170282 00000 n ++0000173024 00000 n ++0000172727 00000 n ++0000170442 00000 n ++0000172839 00000 n ++0000172962 00000 n ++0000178611 00000 n ++0000176029 00000 n ++0000173148 00000 n ++0000178248 00000 n ++0000176257 00000 n ++0000176410 00000 n ++0000176563 00000 n ++0000178371 00000 n ++0000176714 00000 n ++0000176867 00000 n ++0000177020 00000 n ++0000177173 00000 n ++0000177326 00000 n ++0000177479 00000 n ++0000177632 00000 n ++0000177785 00000 n ++0000177938 00000 n ++0000178489 00000 n ++0000178091 00000 n ++0000286787 00000 n ++0000383095 00000 n ++0000407140 00000 n ++0000406886 00000 n ++0000433733 00000 n ++0000431326 00000 n ++0000224285 00000 n ++0000182056 00000 n ++0000181144 00000 n ++0000178709 00000 n ++0000181749 00000 n ++0000181292 00000 n ++0000181811 00000 n ++0000181444 00000 n ++0000181597 00000 n ++0000181934 00000 n ++0000977843 00000 n ++0000316987 00000 n ++0000449834 00000 n ++0000182696 00000 n ++0000182522 00000 n ++0000182141 00000 n ++0000182634 00000 n ++0000188368 00000 n ++0000184324 00000 n ++0000182768 00000 n ++0000188184 00000 n ++0000184632 00000 n ++0000184786 00000 n ++0000184940 00000 n ++0000185094 00000 n ++0000185247 00000 n ++0000185401 00000 n ++0000185555 00000 n ++0000185708 00000 n ++0000185862 00000 n ++0000186016 00000 n ++0000186171 00000 n ++0000186326 00000 n ++0000186481 00000 n ++0000186636 00000 n ++0000186791 00000 n ++0000186946 00000 n ++0000187101 00000 n ++0000187255 00000 n ++0000187410 00000 n ++0000187565 00000 n ++0000187719 00000 n ++0000187874 00000 n ++0000188029 00000 n ++0000191544 00000 n ++0000189569 00000 n ++0000188453 00000 n ++0000191482 00000 n ++0000189781 00000 n ++0000189935 00000 n ++0000190088 00000 n ++0000190243 00000 n ++0000190397 00000 n ++0000190552 00000 n ++0000190707 00000 n ++0000190862 00000 n ++0000191017 00000 n ++0000191172 00000 n ++0000191327 00000 n ++0000197034 00000 n ++0000193226 00000 n ++0000191629 00000 n ++0000196850 00000 n ++0000193526 00000 n ++0000193675 00000 n ++0000193828 00000 n ++0000193977 00000 n ++0000194130 00000 n ++0000194279 00000 n ++0000194432 00000 n ++0000194581 00000 n ++0000194734 00000 n ++0000194883 00000 n ++0000195036 00000 n ++0000195185 00000 n ++0000195338 00000 n ++0000195487 00000 n ++0000195640 00000 n ++0000195789 00000 n ++0000195942 00000 n ++0000196091 00000 n ++0000196244 00000 n ++0000196393 00000 n ++0000196547 00000 n ++0000196696 00000 n ++0000580068 00000 n ++0000615259 00000 n ++0000618618 00000 n ++0000621115 00000 n ++0000623798 00000 n ++0000627788 00000 n ++0000632524 00000 n ++0000637014 00000 n ++0000642370 00000 n ++0000647552 00000 n ++0000660510 00000 n ++0000197710 00000 n ++0000197536 00000 n ++0000197132 00000 n ++0000197648 00000 n ++0000203166 00000 n ++0000199359 00000 n ++0000197782 00000 n ++0000202980 00000 n ++0000199659 00000 n ++0000199808 00000 n ++0000199961 00000 n ++0000200109 00000 n ++0000200262 00000 n ++0000200411 00000 n ++0000200564 00000 n ++0000200713 00000 n ++0000200866 00000 n ++0000201015 00000 n ++0000201168 00000 n ++0000201317 00000 n ++0000201470 00000 n ++0000201619 00000 n ++0000201772 00000 n ++0000201921 00000 n ++0000202074 00000 n ++0000202223 00000 n ++0000202375 00000 n ++0000202524 00000 n ++0000202677 00000 n ++0000202826 00000 n ++0000977961 00000 n ++0000663328 00000 n ++0000694154 00000 n ++0000696409 00000 n ++0000699447 00000 n ++0000708699 00000 n ++0000746343 00000 n ++0000816741 00000 n ++0000824396 00000 n ++0000827423 00000 n ++0000829729 00000 n ++0000203818 00000 n ++0000203644 00000 n ++0000203251 00000 n ++0000203756 00000 n ++0000205304 00000 n ++0000204526 00000 n ++0000203890 00000 n ++0000204808 00000 n ++0000204932 00000 n ++0000205056 00000 n ++0000204658 00000 n ++0000205118 00000 n ++0000205180 00000 n ++0000205242 00000 n ++0000207480 00000 n ++0000206281 00000 n ++0000205402 00000 n ++0000207048 00000 n ++0000207110 00000 n ++0000207234 00000 n ++0000206437 00000 n ++0000207296 00000 n ++0000207419 00000 n ++0000206590 00000 n ++0000206743 00000 n ++0000206896 00000 n ++0000213781 00000 n ++0000209317 00000 n ++0000207591 00000 n ++0000212978 00000 n ++0000213040 00000 n ++0000213164 00000 n ++0000209617 00000 n ++0000209770 00000 n ++0000209923 00000 n ++0000210076 00000 n ++0000210229 00000 n ++0000210382 00000 n ++0000210535 00000 n ++0000210688 00000 n ++0000210841 00000 n ++0000210994 00000 n ++0000213226 00000 n ++0000213288 00000 n ++0000213349 00000 n ++0000211145 00000 n ++0000211298 00000 n ++0000211451 00000 n ++0000213410 00000 n ++0000213472 00000 n ++0000211604 00000 n ++0000211757 00000 n ++0000211910 00000 n ++0000213533 00000 n ++0000213595 00000 n ++0000212062 00000 n ++0000212215 00000 n ++0000212368 00000 n ++0000213657 00000 n ++0000213719 00000 n ++0000212520 00000 n ++0000212673 00000 n ++0000212826 00000 n ++0000500432 00000 n ++0000214922 00000 n ++0000214579 00000 n ++0000213879 00000 n ++0000214860 00000 n ++0000214711 00000 n ++0000462873 00000 n ++0000220848 00000 n ++0000217056 00000 n ++0000215007 00000 n ++0000220107 00000 n ++0000220169 00000 n ++0000220293 00000 n ++0000217324 00000 n ++0000217477 00000 n ++0000217632 00000 n ++0000217787 00000 n ++0000217943 00000 n ++0000218099 00000 n ++0000218255 00000 n ++0000218411 00000 n ++0000218568 00000 n ++0000218724 00000 n ++0000218880 00000 n ++0000219033 00000 n ++0000220355 00000 n ++0000219190 00000 n ++0000219343 00000 n ++0000219495 00000 n ++0000220417 00000 n ++0000220479 00000 n ++0000220540 00000 n ++0000219648 00000 n ++0000220601 00000 n ++0000220724 00000 n ++0000219801 00000 n ++0000219954 00000 n ++0000220786 00000 n ++0000978079 00000 n ++0000223977 00000 n ++0000224039 00000 n ++0000224100 00000 n ++0000224161 00000 n ++0000224223 00000 n ++0000224347 00000 n ++0000224408 00000 n ++0000224532 00000 n ++0000224656 00000 n ++0000223471 00000 n ++0000220959 00000 n ++0000223915 00000 n ++0000224470 00000 n ++0000224594 00000 n ++0000223611 00000 n ++0000223764 00000 n ++0000225641 00000 n ++0000225467 00000 n ++0000224767 00000 n ++0000225579 00000 n ++0000229238 00000 n ++0000227024 00000 n ++0000225726 00000 n ++0000228736 00000 n ++0000228799 00000 n ++0000228924 00000 n ++0000227239 00000 n ++0000227389 00000 n ++0000227538 00000 n ++0000227687 00000 n ++0000228987 00000 n ++0000227837 00000 n ++0000227985 00000 n ++0000228137 00000 n ++0000229050 00000 n ++0000229112 00000 n ++0000229175 00000 n ++0000228287 00000 n ++0000228436 00000 n ++0000228586 00000 n ++0000233803 00000 n ++0000231123 00000 n ++0000229349 00000 n ++0000233040 00000 n ++0000233230 00000 n ++0000231349 00000 n ++0000231503 00000 n ++0000231657 00000 n ++0000231811 00000 n ++0000231965 00000 n ++0000232118 00000 n ++0000232271 00000 n ++0000232425 00000 n ++0000233294 00000 n ++0000233358 00000 n ++0000233422 00000 n ++0000232579 00000 n ++0000233549 00000 n ++0000232733 00000 n ++0000233676 00000 n ++0000232886 00000 n ++0000235884 00000 n ++0000234986 00000 n ++0000233928 00000 n ++0000235756 00000 n ++0000235820 00000 n ++0000235149 00000 n ++0000235302 00000 n ++0000235456 00000 n ++0000235606 00000 n ++0000241622 00000 n ++0000238031 00000 n ++0000235983 00000 n ++0000241243 00000 n ++0000241433 00000 n ++0000238330 00000 n ++0000238480 00000 n ++0000238630 00000 n ++0000238779 00000 n ++0000241497 00000 n ++0000238929 00000 n ++0000239084 00000 n ++0000239242 00000 n ++0000239400 00000 n ++0000241560 00000 n ++0000239559 00000 n ++0000239713 00000 n ++0000239865 00000 n ++0000240019 00000 n ++0000240172 00000 n ++0000240326 00000 n ++0000240478 00000 n ++0000240630 00000 n ++0000240782 00000 n ++0000240935 00000 n ++0000241089 00000 n ++0000978199 00000 n ++0000251251 00000 n ++0000251379 00000 n ++0000251443 00000 n ++0000251826 00000 n ++0000255885 00000 n ++0000251699 00000 n ++0000256013 00000 n ++0000247893 00000 n ++0000244381 00000 n ++0000241721 00000 n ++0000247765 00000 n ++0000244689 00000 n ++0000244843 00000 n ++0000244997 00000 n ++0000245151 00000 n ++0000245305 00000 n ++0000245459 00000 n ++0000245613 00000 n ++0000245767 00000 n ++0000245921 00000 n ++0000246075 00000 n ++0000246229 00000 n ++0000246379 00000 n ++0000246533 00000 n ++0000246687 00000 n ++0000247829 00000 n ++0000246841 00000 n ++0000246995 00000 n ++0000247149 00000 n ++0000247303 00000 n ++0000247457 00000 n ++0000247611 00000 n ++0000256268 00000 n ++0000259409 00000 n ++0000259663 00000 n ++0000251571 00000 n ++0000251890 00000 n ++0000250187 00000 n ++0000248005 00000 n ++0000251123 00000 n ++0000251187 00000 n ++0000251315 00000 n ++0000250360 00000 n ++0000250513 00000 n ++0000251507 00000 n ++0000251635 00000 n ++0000250666 00000 n ++0000250816 00000 n ++0000251762 00000 n ++0000250969 00000 n ++0000256396 00000 n ++0000254327 00000 n ++0000252002 00000 n ++0000255757 00000 n ++0000255821 00000 n ++0000254527 00000 n ++0000254680 00000 n ++0000255949 00000 n ++0000254833 00000 n ++0000254987 00000 n ++0000256077 00000 n ++0000255141 00000 n ++0000256204 00000 n ++0000255295 00000 n ++0000255449 00000 n ++0000256332 00000 n ++0000255603 00000 n ++0000259727 00000 n ++0000258729 00000 n ++0000256521 00000 n ++0000259345 00000 n ++0000258884 00000 n ++0000259473 00000 n ++0000259037 00000 n ++0000259599 00000 n ++0000259191 00000 n ++0000261090 00000 n ++0000260671 00000 n ++0000259852 00000 n ++0000260962 00000 n ++0000261026 00000 n ++0000260808 00000 n ++0000266860 00000 n ++0000263193 00000 n ++0000261215 00000 n ++0000266225 00000 n ++0000266415 00000 n ++0000263483 00000 n ++0000263635 00000 n ++0000263787 00000 n ++0000263941 00000 n ++0000264095 00000 n ++0000264244 00000 n ++0000264397 00000 n ++0000264551 00000 n ++0000264702 00000 n ++0000264855 00000 n ++0000265003 00000 n ++0000265156 00000 n ++0000265309 00000 n ++0000265461 00000 n ++0000266479 00000 n ++0000266543 00000 n ++0000266607 00000 n ++0000265611 00000 n ++0000265765 00000 n ++0000266671 00000 n ++0000266734 00000 n ++0000265918 00000 n ++0000266071 00000 n ++0000266796 00000 n ++0000978324 00000 n ++0000269396 00000 n ++0000269524 00000 n ++0000268182 00000 n ++0000266998 00000 n ++0000269268 00000 n ++0000269332 00000 n ++0000268364 00000 n ++0000268514 00000 n ++0000268666 00000 n ++0000269460 00000 n ++0000268817 00000 n ++0000268965 00000 n ++0000269118 00000 n ++0000276065 00000 n ++0000271878 00000 n ++0000269649 00000 n ++0000275426 00000 n ++0000275490 00000 n ++0000275617 00000 n ++0000272195 00000 n ++0000272349 00000 n ++0000272507 00000 n ++0000275681 00000 n ++0000272664 00000 n ++0000272818 00000 n ++0000272972 00000 n ++0000273125 00000 n ++0000273279 00000 n ++0000273433 00000 n ++0000273586 00000 n ++0000273739 00000 n ++0000273892 00000 n ++0000274046 00000 n ++0000274199 00000 n ++0000274352 00000 n ++0000274505 00000 n ++0000274658 00000 n ++0000274811 00000 n ++0000274964 00000 n ++0000275118 00000 n ++0000275745 00000 n ++0000275809 00000 n ++0000275873 00000 n ++0000275272 00000 n ++0000275937 00000 n ++0000276001 00000 n ++0000280603 00000 n ++0000280475 00000 n ++0000280094 00000 n ++0000280220 00000 n ++0000280347 00000 n ++0000280794 00000 n ++0000278058 00000 n ++0000276190 00000 n ++0000279966 00000 n ++0000280030 00000 n ++0000280157 00000 n ++0000278285 00000 n ++0000278438 00000 n ++0000280284 00000 n ++0000278589 00000 n ++0000280411 00000 n ++0000278743 00000 n ++0000278896 00000 n ++0000280539 00000 n ++0000279049 00000 n ++0000279201 00000 n ++0000279355 00000 n ++0000279509 00000 n ++0000279662 00000 n ++0000280667 00000 n ++0000279813 00000 n ++0000366270 00000 n ++0000366142 00000 n ++0000282108 00000 n ++0000281690 00000 n ++0000280906 00000 n ++0000281980 00000 n ++0000282044 00000 n ++0000281827 00000 n ++0000286914 00000 n ++0000283953 00000 n ++0000282207 00000 n ++0000286340 00000 n ++0000286404 00000 n ++0000286531 00000 n ++0000284207 00000 n ++0000284357 00000 n ++0000284511 00000 n ++0000284665 00000 n ++0000284815 00000 n ++0000284969 00000 n ++0000285123 00000 n ++0000286595 00000 n ++0000286659 00000 n ++0000286723 00000 n ++0000285276 00000 n ++0000285426 00000 n ++0000286850 00000 n ++0000285580 00000 n ++0000285728 00000 n ++0000285880 00000 n ++0000286034 00000 n ++0000286188 00000 n ++0000292868 00000 n ++0000289492 00000 n ++0000287039 00000 n ++0000292359 00000 n ++0000292423 00000 n ++0000292550 00000 n ++0000289773 00000 n ++0000289927 00000 n ++0000290081 00000 n ++0000290233 00000 n ++0000290385 00000 n ++0000290539 00000 n ++0000290689 00000 n ++0000290843 00000 n ++0000290992 00000 n ++0000291146 00000 n ++0000291300 00000 n ++0000291453 00000 n ++0000291603 00000 n ++0000291756 00000 n ++0000291905 00000 n ++0000292059 00000 n ++0000292614 00000 n ++0000292678 00000 n ++0000292741 00000 n ++0000292209 00000 n ++0000292804 00000 n ++0000978449 00000 n ++0000299318 00000 n ++0000297094 00000 n ++0000297222 00000 n ++0000296968 00000 n ++0000296840 00000 n ++0000297286 00000 n ++0000295294 00000 n ++0000293006 00000 n ++0000296712 00000 n ++0000296776 00000 n ++0000295494 00000 n ++0000296904 00000 n ++0000295643 00000 n ++0000297031 00000 n ++0000295793 00000 n ++0000295947 00000 n ++0000296097 00000 n ++0000296251 00000 n ++0000296405 00000 n ++0000297158 00000 n ++0000296559 00000 n ++0000299446 00000 n ++0000298578 00000 n ++0000297411 00000 n ++0000299190 00000 n ++0000299254 00000 n ++0000298733 00000 n ++0000298882 00000 n ++0000299382 00000 n ++0000299036 00000 n ++0000306711 00000 n ++0000301945 00000 n ++0000299558 00000 n ++0000306329 00000 n ++0000306519 00000 n ++0000302307 00000 n ++0000302461 00000 n ++0000302619 00000 n ++0000302777 00000 n ++0000302935 00000 n ++0000303093 00000 n ++0000303251 00000 n ++0000306583 00000 n ++0000303409 00000 n ++0000303562 00000 n ++0000303716 00000 n ++0000303870 00000 n ++0000304024 00000 n ++0000304178 00000 n ++0000304332 00000 n ++0000304486 00000 n ++0000304640 00000 n ++0000304792 00000 n ++0000304946 00000 n ++0000305100 00000 n ++0000305253 00000 n ++0000305407 00000 n ++0000305561 00000 n ++0000305715 00000 n ++0000305867 00000 n ++0000306020 00000 n ++0000306647 00000 n ++0000306174 00000 n ++0000309682 00000 n ++0000309810 00000 n ++0000309874 00000 n ++0000309938 00000 n ++0000313636 00000 n ++0000313763 00000 n ++0000317112 00000 n ++0000313891 00000 n ++0000317240 00000 n ++0000314019 00000 n ++0000520450 00000 n ++0000310002 00000 n ++0000308930 00000 n ++0000306823 00000 n ++0000309555 00000 n ++0000309085 00000 n ++0000309243 00000 n ++0000309619 00000 n ++0000309746 00000 n ++0000309401 00000 n ++0000314147 00000 n ++0000312466 00000 n ++0000310114 00000 n ++0000313572 00000 n ++0000313699 00000 n ++0000313827 00000 n ++0000312648 00000 n ++0000312802 00000 n ++0000313955 00000 n ++0000312956 00000 n ++0000313110 00000 n ++0000314083 00000 n ++0000313264 00000 n ++0000313418 00000 n ++0000317368 00000 n ++0000315820 00000 n ++0000314259 00000 n ++0000316923 00000 n ++0000317050 00000 n ++0000316002 00000 n ++0000316154 00000 n ++0000317176 00000 n ++0000316308 00000 n ++0000316461 00000 n ++0000317304 00000 n ++0000316615 00000 n ++0000316769 00000 n ++0000978574 00000 n ++0000326389 00000 n ++0000320027 00000 n ++0000317480 00000 n ++0000326072 00000 n ++0000326262 00000 n ++0000320479 00000 n ++0000320634 00000 n ++0000320793 00000 n ++0000320952 00000 n ++0000321111 00000 n ++0000321270 00000 n ++0000321429 00000 n ++0000321588 00000 n ++0000321742 00000 n ++0000321900 00000 n ++0000322058 00000 n ++0000322217 00000 n ++0000322376 00000 n ++0000326326 00000 n ++0000322534 00000 n ++0000322687 00000 n ++0000322840 00000 n ++0000322993 00000 n ++0000323147 00000 n + 0000323302 00000 n +-0000323455 00000 n +-0000323609 00000 n +-0000371929 00000 n +-0000394452 00000 n +-0000394583 00000 n +-0000391729 00000 n +-0000391336 00000 n +-0000423842 00000 n +-0000325723 00000 n +-0000325170 00000 n +-0000324087 00000 n +-0000325658 00000 n +-0000325316 00000 n +-0000325470 00000 n +-0000394714 00000 n +-0000327593 00000 n +-0000327217 00000 n +-0000325839 00000 n +-0000327333 00000 n +-0000327461 00000 n +-0000327527 00000 n +-0001028525 00000 n +-0000330764 00000 n +-0000330520 00000 n +-0000327709 00000 n +-0000330636 00000 n +-0000942012 00000 n +-0000927042 00000 n +-0000941831 00000 n +-0000333815 00000 n +-0000333568 00000 n +-0000330908 00000 n +-0000333684 00000 n +-0000333749 00000 n +-0000335554 00000 n +-0000335310 00000 n +-0000333917 00000 n +-0000335426 00000 n +-0000338698 00000 n +-0000337526 00000 n +-0000335670 00000 n +-0000338243 00000 n +-0000338372 00000 n +-0000338438 00000 n +-0000337681 00000 n +-0000337868 00000 n +-0000338055 00000 n +-0000338567 00000 n +-0000344578 00000 n +-0000341746 00000 n +-0000338814 00000 n +-0000344252 00000 n +-0000341982 00000 n +-0000342170 00000 n +-0000342359 00000 n +-0000342548 00000 n +-0000342736 00000 n +-0000342925 00000 n +-0000343114 00000 n +-0000343301 00000 n +-0000343490 00000 n +-0000344317 00000 n +-0000343679 00000 n +-0000343902 00000 n +-0000344063 00000 n +-0000344447 00000 n +-0000442886 00000 n +-0000529912 00000 n +-0000552205 00000 n +-0000551943 00000 n +-0000573370 00000 n +-0000573239 00000 n +-0000383217 00000 n +-0000468987 00000 n +-0000346072 00000 n +-0000345484 00000 n +-0000344680 00000 n +-0000346007 00000 n +-0000345630 00000 n +-0000345819 00000 n +-0001028650 00000 n +-0000588855 00000 n +-0000346750 00000 n +-0000346569 00000 n +-0000346160 00000 n +-0000346685 00000 n +-0000348530 00000 n +-0000348088 00000 n +-0000346824 00000 n +-0000348204 00000 n +-0000348333 00000 n +-0000348399 00000 n +-0000349205 00000 n +-0000349024 00000 n +-0000348618 00000 n +-0000349140 00000 n +-0000355464 00000 n +-0000350904 00000 n +-0000349279 00000 n +-0000355270 00000 n +-0000351257 00000 n +-0000351417 00000 n +-0000351577 00000 n +-0000351737 00000 n +-0000351897 00000 n +-0000352057 00000 n +-0000352216 00000 n +-0000352376 00000 n +-0000352536 00000 n +-0000352696 00000 n +-0000352857 00000 n +-0000353018 00000 n ++0000323456 00000 n ++0000323610 00000 n ++0000323764 00000 n ++0000323917 00000 n ++0000324072 00000 n ++0000324226 00000 n ++0000324380 00000 n ++0000324534 00000 n ++0000324687 00000 n ++0000324841 00000 n ++0000324995 00000 n ++0000325149 00000 n ++0000325302 00000 n ++0000325457 00000 n ++0000325610 00000 n ++0000325763 00000 n ++0000325917 00000 n ++0000344072 00000 n ++0000344200 00000 n ++0000344264 00000 n ++0000344328 00000 n ++0000344392 00000 n ++0000344456 00000 n ++0000344520 00000 n ++0000340645 00000 n ++0000340773 00000 n ++0000343816 00000 n ++0000343880 00000 n ++0000343944 00000 n ++0000344008 00000 n ++0000360353 00000 n ++0000360225 00000 n ++0000355589 00000 n ++0000355461 00000 n ++0000360608 00000 n ++0000336264 00000 n ++0000329554 00000 n ++0000326514 00000 n ++0000336200 00000 n ++0000330042 00000 n ++0000330196 00000 n ++0000330350 00000 n ++0000330502 00000 n ++0000330656 00000 n ++0000330810 00000 n ++0000330964 00000 n ++0000331118 00000 n ++0000331273 00000 n ++0000331427 00000 n ++0000331581 00000 n ++0000331734 00000 n ++0000331889 00000 n ++0000332043 00000 n ++0000332197 00000 n ++0000332350 00000 n ++0000332504 00000 n ++0000332658 00000 n ++0000332812 00000 n ++0000332966 00000 n ++0000333120 00000 n ++0000333275 00000 n ++0000333429 00000 n ++0000333583 00000 n ++0000333736 00000 n ++0000333891 00000 n ++0000334046 00000 n ++0000334200 00000 n ++0000334354 00000 n ++0000334509 00000 n ++0000334663 00000 n ++0000334816 00000 n ++0000334971 00000 n ++0000335123 00000 n ++0000335274 00000 n ++0000335429 00000 n ++0000335584 00000 n ++0000335738 00000 n ++0000335892 00000 n ++0000336045 00000 n ++0000360481 00000 n ++0000355844 00000 n ++0000355716 00000 n ++0000356098 00000 n ++0000355972 00000 n ++0000350072 00000 n ++0000349944 00000 n ++0000344648 00000 n ++0000349688 00000 n ++0000349562 00000 n ++0000340837 00000 n ++0000338848 00000 n ++0000336389 00000 n ++0000340453 00000 n ++0000339057 00000 n ++0000339212 00000 n ++0000339366 00000 n ++0000339520 00000 n ++0000340517 00000 n ++0000339674 00000 n ++0000339827 00000 n ++0000339981 00000 n ++0000340140 00000 n ++0000340581 00000 n ++0000340709 00000 n ++0000340299 00000 n ++0000349816 00000 n ++0000467172 00000 n ++0000463191 00000 n ++0000344776 00000 n ++0000343297 00000 n ++0000340975 00000 n ++0000343752 00000 n ++0000344136 00000 n ++0000343443 00000 n ++0000344584 00000 n ++0000344712 00000 n ++0000343598 00000 n ++0000350136 00000 n ++0000346919 00000 n ++0000344888 00000 n ++0000349498 00000 n ++0000347182 00000 n ++0000349626 00000 n ++0000347337 00000 n ++0000347491 00000 n ++0000347645 00000 n ++0000347800 00000 n ++0000349752 00000 n ++0000347955 00000 n ++0000348109 00000 n ++0000348263 00000 n ++0000348418 00000 n ++0000349880 00000 n ++0000348573 00000 n ++0000348726 00000 n ++0000348881 00000 n ++0000350008 00000 n ++0000349036 00000 n ++0000349190 00000 n ++0000349344 00000 n ++0000356162 00000 n ++0000352273 00000 n ++0000350261 00000 n ++0000355333 00000 n ++0000355397 00000 n ++0000352563 00000 n ++0000352717 00000 n ++0000352870 00000 n ++0000355525 00000 n ++0000353025 00000 n + 0000353179 00000 n +-0000353340 00000 n +-0000353501 00000 n +-0000353662 00000 n +-0000353823 00000 n +-0000353984 00000 n +-0000354144 00000 n +-0000354305 00000 n +-0000354465 00000 n +-0000354626 00000 n +-0000354787 00000 n +-0000354948 00000 n +-0000355109 00000 n ++0000353332 00000 n ++0000355653 00000 n ++0000353486 00000 n ++0000353640 00000 n ++0000353794 00000 n ++0000355780 00000 n ++0000353949 00000 n ++0000354102 00000 n ++0000354255 00000 n ++0000355908 00000 n ++0000354410 00000 n ++0000354563 00000 n ++0000354717 00000 n ++0000356036 00000 n ++0000354872 00000 n ++0000355024 00000 n ++0000355178 00000 n ++0000978699 00000 n ++0000360672 00000 n ++0000358015 00000 n ++0000356287 00000 n ++0000360097 00000 n ++0000360161 00000 n + 0000358251 00000 n +-0000356531 00000 n +-0000355552 00000 n +-0000358186 00000 n +-0000356740 00000 n +-0000356901 00000 n +-0000357060 00000 n +-0000357221 00000 n +-0000357382 00000 n +-0000357543 00000 n +-0000357704 00000 n +-0000357865 00000 n +-0000358025 00000 n +-0000363879 00000 n +-0000359907 00000 n +-0000358339 00000 n +-0000363685 00000 n +-0000360233 00000 n +-0000360386 00000 n +-0000360546 00000 n +-0000360699 00000 n +-0000360859 00000 n +-0000361012 00000 n +-0000361172 00000 n +-0000361326 00000 n +-0000361486 00000 n +-0000361640 00000 n +-0000361800 00000 n +-0000361954 00000 n +-0000362114 00000 n +-0000362267 00000 n +-0000362427 00000 n +-0000362581 00000 n +-0000362741 00000 n +-0000362895 00000 n +-0000363055 00000 n +-0000363209 00000 n +-0000363370 00000 n +-0000363524 00000 n +-0001028775 00000 n +-0000706542 00000 n +-0000708848 00000 n +-0000714572 00000 n +-0000738977 00000 n +-0000741562 00000 n +-0000742153 00000 n +-0000744847 00000 n +-0000752187 00000 n +-0000754831 00000 n +-0000759850 00000 n +-0000768488 00000 n +-0000364559 00000 n +-0000364378 00000 n +-0000363981 00000 n +-0000364494 00000 n +-0000366679 00000 n +-0000365441 00000 n +-0000364633 00000 n +-0000365964 00000 n +-0000366093 00000 n +-0000366224 00000 n +-0000365587 00000 n +-0000366355 00000 n +-0000366484 00000 n +-0000366614 00000 n +-0000365776 00000 n +-0000372778 00000 n +-0000368535 00000 n +-0000366795 00000 n +-0000371800 00000 n +-0000368807 00000 n +-0000368996 00000 n +-0000372060 00000 n +-0000372189 00000 n +-0000369183 00000 n +-0000369372 00000 n +-0000369561 00000 n +-0000369750 00000 n +-0000369939 00000 n +-0000370128 00000 n +-0000370317 00000 n +-0000370506 00000 n +-0000370695 00000 n +-0000370884 00000 n +-0000372320 00000 n +-0000371072 00000 n +-0000372451 00000 n +-0000371261 00000 n +-0000372582 00000 n +-0000371450 00000 n +-0000371639 00000 n +-0000372712 00000 n +-0000644077 00000 n +-0000379785 00000 n +-0000375102 00000 n +-0000372894 00000 n +-0000379065 00000 n +-0000375392 00000 n +-0000375581 00000 n +-0000375741 00000 n +-0000379194 00000 n +-0000379325 00000 n +-0000375895 00000 n +-0000376084 00000 n +-0000376307 00000 n +-0000376528 00000 n +-0000376751 00000 n +-0000376974 00000 n +-0000377197 00000 n +-0000377420 00000 n +-0000377643 00000 n +-0000377866 00000 n +-0000378089 00000 n +-0000378278 00000 n +-0000379391 00000 n +-0000378501 00000 n +-0000378688 00000 n +-0000378876 00000 n +-0000379522 00000 n +-0000379653 00000 n +-0000599591 00000 n +-0000382827 00000 n +-0000382892 00000 n +-0000382957 00000 n +-0000383022 00000 n +-0000383087 00000 n +-0000383152 00000 n +-0000383282 00000 n +-0000383347 00000 n +-0000383477 00000 n +-0000383608 00000 n +-0000382372 00000 n +-0000379901 00000 n +-0000382698 00000 n +-0000382509 00000 n +-0000387363 00000 n +-0000385733 00000 n +-0000383710 00000 n +-0000387035 00000 n +-0000387100 00000 n +-0000387231 00000 n +-0000385924 00000 n +-0000386078 00000 n +-0000386232 00000 n +-0000386385 00000 n +-0000387297 00000 n +-0000386538 00000 n +-0000386692 00000 n +-0000386881 00000 n +-0001028900 00000 n +-0000391205 00000 n +-0000391860 00000 n +-0000389202 00000 n +-0000387493 00000 n +-0000391076 00000 n +-0000389411 00000 n +-0000391467 00000 n +-0000389565 00000 n +-0000389753 00000 n +-0000389942 00000 n +-0000390131 00000 n +-0000390320 00000 n +-0000390509 00000 n +-0000390698 00000 n +-0000390887 00000 n +-0000391598 00000 n +-0000394911 00000 n +-0000393577 00000 n +-0000391990 00000 n +-0000394387 00000 n +-0000393741 00000 n +-0000393926 00000 n +-0000394079 00000 n +-0000394845 00000 n +-0000394233 00000 n +-0000402298 00000 n +-0000397431 00000 n +-0000395055 00000 n +-0000402102 00000 n +-0000397766 00000 n +-0000397920 00000 n +-0000398074 00000 n +-0000402167 00000 n +-0000398228 00000 n +-0000398417 00000 n +-0000398640 00000 n +-0000398863 00000 n +-0000402233 00000 n +-0000399086 00000 n +-0000399274 00000 n +-0000399462 00000 n +-0000399651 00000 n +-0000399839 00000 n +-0000400027 00000 n +-0000400216 00000 n +-0000400405 00000 n +-0000400594 00000 n +-0000400782 00000 n +-0000400969 00000 n +-0000401158 00000 n +-0000401346 00000 n +-0000401535 00000 n +-0000401724 00000 n +-0000401913 00000 n +-0000408637 00000 n +-0000411215 00000 n +-0000411280 00000 n +-0000411670 00000 n +-0000411801 00000 n +-0000411539 00000 n +-0000414812 00000 n +-0000415074 00000 n +-0000408768 00000 n +-0000404993 00000 n +-0000402414 00000 n +-0000408442 00000 n +-0000405274 00000 n +-0000405462 00000 n +-0000405651 00000 n +-0000405840 00000 n +-0000406029 00000 n +-0000406218 00000 n +-0000406407 00000 n +-0000406561 00000 n +-0000406749 00000 n +-0000406938 00000 n +-0000407127 00000 n +-0000407314 00000 n +-0000407501 00000 n +-0000407689 00000 n +-0000407877 00000 n +-0000408065 00000 n +-0000408254 00000 n +-0000417467 00000 n +-0000417729 00000 n +-0000411410 00000 n +-0000411867 00000 n +-0000411034 00000 n +-0000408884 00000 n +-0000411150 00000 n +-0000926599 00000 n +-0000919412 00000 n +-0000926424 00000 n +-0000415204 00000 n +-0000414159 00000 n +-0000411997 00000 n +-0000414683 00000 n +-0000414305 00000 n +-0000414494 00000 n +-0001029025 00000 n +-0000417860 00000 n +-0000417286 00000 n +-0000415334 00000 n +-0000417402 00000 n +-0000424432 00000 n +-0000420195 00000 n +-0000417990 00000 n +-0000423777 00000 n +-0000423973 00000 n +-0000420485 00000 n +-0000420674 00000 n +-0000420863 00000 n +-0000421052 00000 n +-0000421241 00000 n +-0000421430 00000 n +-0000421619 00000 n +-0000421773 00000 n +-0000421962 00000 n +-0000422151 00000 n +-0000422340 00000 n +-0000422528 00000 n +-0000422682 00000 n +-0000422871 00000 n +-0000423059 00000 n +-0000423247 00000 n +-0000424104 00000 n +-0000423400 00000 n +-0000424235 00000 n +-0000423588 00000 n +-0000424366 00000 n +-0000428235 00000 n +-0000428628 00000 n +-0000426331 00000 n +-0000424576 00000 n +-0000428106 00000 n +-0000428366 00000 n +-0000428497 00000 n +-0000426531 00000 n +-0000426719 00000 n +-0000426941 00000 n +-0000428563 00000 n +-0000427164 00000 n +-0000427352 00000 n +-0000427541 00000 n +-0000427730 00000 n +-0000427919 00000 n +-0000433393 00000 n +-0000433524 00000 n +-0000433590 00000 n +-0000436874 00000 n +-0000436743 00000 n +-0000433918 00000 n +-0000430760 00000 n +-0000428772 00000 n +-0000433263 00000 n +-0000918904 00000 n +-0000909415 00000 n +-0000918725 00000 n +-0000430996 00000 n +-0000431185 00000 n +-0000431373 00000 n +-0000431562 00000 n +-0000431751 00000 n +-0000431940 00000 n +-0000432129 00000 n +-0000432318 00000 n +-0000432507 00000 n +-0000432696 00000 n +-0000432885 00000 n +-0000433074 00000 n +-0000433721 00000 n +-0000433852 00000 n +-0000436612 00000 n +-0000437202 00000 n +-0000435763 00000 n +-0000434062 00000 n +-0000436483 00000 n +-0000435918 00000 n +-0000436107 00000 n +-0000436295 00000 n +-0000437136 00000 n +-0000515436 00000 n +-0000515305 00000 n +-0000443214 00000 n +-0000439475 00000 n +-0000437332 00000 n +-0000442496 00000 n +-0000442625 00000 n +-0000439738 00000 n +-0000439892 00000 n +-0000440081 00000 n +-0000440270 00000 n +-0000440459 00000 n +-0000440611 00000 n +-0000440798 00000 n +-0000440987 00000 n +-0000441176 00000 n +-0000442755 00000 n +-0000441365 00000 n +-0000441554 00000 n +-0000443017 00000 n +-0000443148 00000 n +-0000441742 00000 n +-0000441931 00000 n +-0000442120 00000 n +-0000442308 00000 n +-0001029150 00000 n +-0000458228 00000 n +-0000451724 00000 n +-0000448490 00000 n +-0000445777 00000 n +-0000443386 00000 n +-0000448098 00000 n +-0000446013 00000 n +-0000446199 00000 n +-0000446350 00000 n +-0000446539 00000 n +-0000446693 00000 n +-0000446881 00000 n +-0000447069 00000 n +-0000447223 00000 n +-0000447412 00000 n +-0000447566 00000 n +-0000447755 00000 n +-0000447944 00000 n +-0000448228 00000 n +-0000448359 00000 n +-0000451855 00000 n +-0000451593 00000 n +-0000451462 00000 n +-0000451921 00000 n +-0000450677 00000 n +-0000448634 00000 n +-0000451397 00000 n +-0000450832 00000 n +-0000451020 00000 n +-0000451208 00000 n +-0000458621 00000 n +-0000454407 00000 n +-0000452065 00000 n +-0000458099 00000 n ++0000358405 00000 n ++0000358557 00000 n ++0000360289 00000 n ++0000358712 00000 n ++0000358866 00000 n ++0000359020 00000 n ++0000360417 00000 n ++0000359174 00000 n ++0000359326 00000 n ++0000359479 00000 n ++0000360545 00000 n ++0000359634 00000 n ++0000359788 00000 n ++0000359942 00000 n ++0000362459 00000 n ++0000361714 00000 n ++0000360797 00000 n ++0000362331 00000 n ++0000362395 00000 n ++0000361869 00000 n ++0000362023 00000 n ++0000362176 00000 n ++0000366398 00000 n ++0000364069 00000 n ++0000362571 00000 n ++0000365823 00000 n ++0000365887 00000 n ++0000366014 00000 n ++0000364287 00000 n ++0000364440 00000 n ++0000364594 00000 n ++0000364747 00000 n ++0000364901 00000 n ++0000365055 00000 n ++0000366078 00000 n ++0000366206 00000 n ++0000365208 00000 n ++0000365362 00000 n ++0000366334 00000 n ++0000365516 00000 n ++0000365669 00000 n ++0000376082 00000 n ++0000369263 00000 n ++0000366523 00000 n ++0000375827 00000 n ++0000375891 00000 n ++0000376018 00000 n ++0000369751 00000 n ++0000369900 00000 n ++0000370054 00000 n ++0000370208 00000 n ++0000370358 00000 n ++0000370512 00000 n ++0000370666 00000 n ++0000370815 00000 n ++0000370964 00000 n ++0000371117 00000 n ++0000371270 00000 n ++0000371424 00000 n ++0000371574 00000 n ++0000371724 00000 n ++0000371878 00000 n ++0000372032 00000 n ++0000372182 00000 n ++0000372332 00000 n ++0000372486 00000 n ++0000372640 00000 n ++0000372793 00000 n ++0000372943 00000 n ++0000373093 00000 n ++0000373247 00000 n ++0000373401 00000 n ++0000373559 00000 n ++0000373708 00000 n ++0000373861 00000 n ++0000374014 00000 n ++0000374163 00000 n ++0000374312 00000 n ++0000374462 00000 n ++0000374612 00000 n ++0000374766 00000 n ++0000374920 00000 n ++0000375070 00000 n ++0000375220 00000 n ++0000375374 00000 n ++0000375528 00000 n ++0000375678 00000 n ++0000386988 00000 n ++0000382455 00000 n ++0000382583 00000 n ++0000382967 00000 n ++0000383222 00000 n ++0000382839 00000 n ++0000382711 00000 n ++0000387116 00000 n ++0000383286 00000 n ++0000378359 00000 n ++0000376194 00000 n ++0000382327 00000 n ++0000382391 00000 n ++0000382519 00000 n ++0000378703 00000 n ++0000378853 00000 n ++0000379006 00000 n ++0000382647 00000 n ++0000379156 00000 n ++0000379306 00000 n ++0000379459 00000 n ++0000379613 00000 n ++0000382775 00000 n ++0000379763 00000 n ++0000379913 00000 n ++0000380063 00000 n ++0000380210 00000 n ++0000382903 00000 n ++0000380357 00000 n ++0000380507 00000 n ++0000380661 00000 n ++0000380811 00000 n ++0000383031 00000 n ++0000380961 00000 n ++0000381111 00000 n ++0000381265 00000 n ++0000383158 00000 n ++0000381415 00000 n ++0000381563 00000 n ++0000381717 00000 n ++0000381870 00000 n ++0000382019 00000 n ++0000382173 00000 n ++0000387244 00000 n ++0000385112 00000 n ++0000383398 00000 n ++0000386860 00000 n ++0000386924 00000 n ++0000385330 00000 n ++0000385480 00000 n ++0000385634 00000 n ++0000385791 00000 n ++0000387052 00000 n ++0000385949 00000 n ++0000386099 00000 n ++0000386253 00000 n ++0000387180 00000 n ++0000386410 00000 n ++0000386563 00000 n ++0000386712 00000 n ++0000978824 00000 n ++0000396888 00000 n ++0000390025 00000 n ++0000387356 00000 n ++0000396633 00000 n ++0000396697 00000 n ++0000396824 00000 n ++0000390513 00000 n ++0000390663 00000 n ++0000390817 00000 n ++0000390971 00000 n ++0000391125 00000 n ++0000391279 00000 n ++0000391433 00000 n ++0000391587 00000 n ++0000391741 00000 n ++0000391895 00000 n ++0000392045 00000 n ++0000392194 00000 n ++0000392348 00000 n ++0000392502 00000 n ++0000392655 00000 n ++0000392808 00000 n ++0000392956 00000 n ++0000393106 00000 n ++0000393260 00000 n ++0000393414 00000 n ++0000393568 00000 n ++0000393720 00000 n ++0000393874 00000 n ++0000394024 00000 n ++0000394174 00000 n ++0000394328 00000 n ++0000394482 00000 n ++0000394636 00000 n ++0000394786 00000 n ++0000394940 00000 n ++0000395094 00000 n ++0000395247 00000 n ++0000395401 00000 n ++0000395555 00000 n ++0000395709 00000 n ++0000395863 00000 n ++0000396017 00000 n ++0000396171 00000 n ++0000396325 00000 n ++0000396479 00000 n ++0000401878 00000 n ++0000402006 00000 n ++0000402389 00000 n ++0000407013 00000 n ++0000402133 00000 n ++0000402261 00000 n ++0000402517 00000 n ++0000399205 00000 n ++0000397013 00000 n ++0000401750 00000 n ++0000401814 00000 n ++0000401942 00000 n ++0000399468 00000 n ++0000399618 00000 n ++0000399772 00000 n ++0000402070 00000 n ++0000399926 00000 n ++0000400078 00000 n ++0000400232 00000 n ++0000402197 00000 n ++0000400382 00000 n ++0000400534 00000 n ++0000402325 00000 n ++0000400686 00000 n ++0000400839 00000 n ++0000400992 00000 n ++0000402453 00000 n ++0000401144 00000 n ++0000401294 00000 n ++0000401448 00000 n ++0000401600 00000 n ++0000407267 00000 n ++0000404438 00000 n ++0000402642 00000 n ++0000406822 00000 n ++0000406949 00000 n ++0000404692 00000 n ++0000404841 00000 n ++0000404994 00000 n ++0000405148 00000 n ++0000405300 00000 n ++0000405448 00000 n ++0000407076 00000 n ++0000405602 00000 n ++0000405751 00000 n ++0000405904 00000 n ++0000407203 00000 n ++0000406058 00000 n ++0000406208 00000 n ++0000406361 00000 n ++0000406515 00000 n ++0000406669 00000 n ++0000412424 00000 n ++0000409139 00000 n ++0000407379 00000 n ++0000411849 00000 n ++0000411913 00000 n ++0000412040 00000 n ++0000409411 00000 n ++0000409560 00000 n ++0000409714 00000 n ++0000409868 00000 n ++0000410022 00000 n ++0000410172 00000 n ++0000410322 00000 n ++0000410476 00000 n ++0000410630 00000 n ++0000412104 00000 n ++0000412168 00000 n ++0000412232 00000 n ++0000410784 00000 n ++0000410934 00000 n ++0000411088 00000 n ++0000411241 00000 n ++0000412296 00000 n ++0000412360 00000 n ++0000411391 00000 n ++0000411541 00000 n ++0000411695 00000 n ++0000419626 00000 n ++0000415058 00000 n ++0000412549 00000 n ++0000419053 00000 n ++0000419117 00000 n ++0000419244 00000 n ++0000415402 00000 n ++0000415552 00000 n ++0000415706 00000 n ++0000415860 00000 n ++0000416013 00000 n ++0000416166 00000 n ++0000416314 00000 n ++0000416464 00000 n ++0000416618 00000 n ++0000416772 00000 n ++0000416926 00000 n ++0000417080 00000 n ++0000417234 00000 n ++0000417384 00000 n ++0000419308 00000 n ++0000419371 00000 n ++0000419435 00000 n ++0000417533 00000 n ++0000417683 00000 n ++0000417835 00000 n ++0000417988 00000 n ++0000419499 00000 n ++0000419562 00000 n ++0000418138 00000 n ++0000418288 00000 n ++0000418441 00000 n ++0000418595 00000 n ++0000418749 00000 n ++0000418899 00000 n ++0000424532 00000 n ++0000421411 00000 n ++0000419751 00000 n ++0000423957 00000 n ++0000424021 00000 n ++0000424148 00000 n ++0000421674 00000 n ++0000421824 00000 n ++0000421978 00000 n ++0000422132 00000 n ++0000422284 00000 n ++0000422434 00000 n ++0000422588 00000 n ++0000422742 00000 n ++0000422895 00000 n ++0000424212 00000 n ++0000424276 00000 n ++0000424340 00000 n ++0000423045 00000 n ++0000423195 00000 n ++0000423349 00000 n ++0000424404 00000 n ++0000424468 00000 n ++0000423503 00000 n ++0000423653 00000 n ++0000423807 00000 n ++0000978949 00000 n ++0000431453 00000 n ++0000427367 00000 n ++0000424657 00000 n ++0000430879 00000 n ++0000430943 00000 n ++0000431070 00000 n ++0000427684 00000 n ++0000427838 00000 n ++0000427992 00000 n ++0000428142 00000 n ++0000428292 00000 n ++0000428442 00000 n ++0000428596 00000 n ++0000428750 00000 n ++0000428903 00000 n ++0000429057 00000 n ++0000429206 00000 n ++0000429359 00000 n ++0000429512 00000 n ++0000429665 00000 n ++0000431134 00000 n ++0000431198 00000 n ++0000431262 00000 n ++0000429819 00000 n ++0000429973 00000 n ++0000430123 00000 n ++0000431389 00000 n ++0000430271 00000 n ++0000430420 00000 n ++0000430573 00000 n ++0000430727 00000 n ++0000433860 00000 n ++0000432896 00000 n ++0000431591 00000 n ++0000433669 00000 n ++0000433796 00000 n ++0000433060 00000 n ++0000433209 00000 n ++0000433361 00000 n ++0000433515 00000 n ++0000440845 00000 n ++0000436503 00000 n ++0000433972 00000 n ++0000440207 00000 n ++0000440271 00000 n ++0000440398 00000 n ++0000436829 00000 n ++0000436983 00000 n ++0000437137 00000 n ++0000437287 00000 n ++0000437440 00000 n ++0000437594 00000 n ++0000437748 00000 n ++0000437898 00000 n ++0000438051 00000 n ++0000438205 00000 n ++0000438359 00000 n ++0000438513 00000 n ++0000438668 00000 n ++0000438822 00000 n ++0000438976 00000 n ++0000439129 00000 n ++0000440462 00000 n ++0000440526 00000 n ++0000440590 00000 n ++0000439284 00000 n ++0000439438 00000 n ++0000439590 00000 n ++0000440654 00000 n ++0000440718 00000 n ++0000439744 00000 n ++0000439898 00000 n ++0000440052 00000 n ++0000440782 00000 n ++0000443310 00000 n ++0000443438 00000 n ++0000442087 00000 n ++0000440983 00000 n ++0000443182 00000 n ++0000443246 00000 n ++0000442269 00000 n ++0000442423 00000 n ++0000442573 00000 n ++0000443374 00000 n ++0000442724 00000 n ++0000442878 00000 n ++0000443028 00000 n ++0000449961 00000 n ++0000445551 00000 n ++0000443563 00000 n ++0000449259 00000 n ++0000449323 00000 n ++0000449450 00000 n ++0000445877 00000 n ++0000446031 00000 n ++0000446184 00000 n ++0000446338 00000 n ++0000446492 00000 n ++0000446646 00000 n ++0000446800 00000 n ++0000446954 00000 n ++0000447108 00000 n ++0000447261 00000 n ++0000447415 00000 n ++0000447569 00000 n ++0000447723 00000 n ++0000447877 00000 n ++0000448031 00000 n ++0000448185 00000 n ++0000449514 00000 n ++0000449578 00000 n ++0000449642 00000 n ++0000448338 00000 n ++0000448492 00000 n ++0000449706 00000 n ++0000449770 00000 n ++0000448645 00000 n ++0000448799 00000 n ++0000449897 00000 n ++0000448952 00000 n ++0000449106 00000 n ++0000451387 00000 n ++0000451515 00000 n ++0000450871 00000 n ++0000450086 00000 n ++0000451323 00000 n ++0000451451 00000 n ++0000451017 00000 n ++0000451171 00000 n ++0000979074 00000 n ++0000457077 00000 n ++0000453323 00000 n ++0000451627 00000 n ++0000456375 00000 n ++0000456439 00000 n ++0000456566 00000 n ++0000453613 00000 n ++0000453767 00000 n ++0000453920 00000 n ++0000454074 00000 n ++0000454228 00000 n ++0000454382 00000 n ++0000454534 00000 n + 0000454688 00000 n +-0000458489 00000 n +-0000454877 00000 n +-0000455066 00000 n +-0000455289 00000 n +-0000455512 00000 n +-0000455735 00000 n +-0000455957 00000 n +-0000456180 00000 n +-0000458555 00000 n +-0000456402 00000 n +-0000456589 00000 n +-0000456777 00000 n +-0000456966 00000 n +-0000457155 00000 n +-0000457344 00000 n +-0000457532 00000 n +-0000457721 00000 n +-0000457910 00000 n +-0000466500 00000 n +-0000466631 00000 n +-0000466696 00000 n +-0000466760 00000 n +-0000466825 00000 n +-0000468594 00000 n +-0000469118 00000 n +-0000463919 00000 n +-0000461220 00000 n +-0000458765 00000 n +-0000463789 00000 n +-0000461456 00000 n +-0000461645 00000 n +-0000461834 00000 n +-0000462021 00000 n +-0000462210 00000 n +-0000462399 00000 n +-0000462588 00000 n +-0000462777 00000 n +-0000462966 00000 n +-0000463155 00000 n +-0000463344 00000 n +-0000463567 00000 n +-0000468725 00000 n +-0000474442 00000 n +-0000468856 00000 n +-0000655158 00000 n +-0000466890 00000 n +-0000466255 00000 n +-0000464049 00000 n +-0000466371 00000 n +-0000469184 00000 n +-0000468349 00000 n +-0000466992 00000 n +-0000468465 00000 n +-0001029275 00000 n +-0000474770 00000 n +-0000471238 00000 n +-0000469300 00000 n +-0000474313 00000 n +-0000474704 00000 n +-0000471483 00000 n +-0000471672 00000 n +-0000471895 00000 n +-0000472118 00000 n +-0000472341 00000 n +-0000472564 00000 n +-0000472787 00000 n +-0000473010 00000 n +-0000473198 00000 n +-0000473421 00000 n +-0000473644 00000 n +-0000473867 00000 n +-0000474090 00000 n +-0000502444 00000 n +-0000502575 00000 n +-0000502640 00000 n +-0000502705 00000 n +-0000502770 00000 n +-0000502835 00000 n +-0000502900 00000 n +-0000499475 00000 n +-0000499606 00000 n +-0000499672 00000 n +-0000499738 00000 n +-0000499804 00000 n +-0000499870 00000 n +-0000486510 00000 n +-0000477754 00000 n +-0000474900 00000 n +-0000486379 00000 n +-0000486444 00000 n +-0000478269 00000 n +-0000478458 00000 n +-0000478647 00000 n +-0000478835 00000 n +-0000479023 00000 n +-0000479211 00000 n +-0000479400 00000 n +-0000479589 00000 n +-0000479777 00000 n +-0000479965 00000 n +-0000480154 00000 n +-0000480343 00000 n +-0000480532 00000 n +-0000480720 00000 n +-0000480908 00000 n +-0000481097 00000 n +-0000481286 00000 n +-0000481474 00000 n +-0000481663 00000 n +-0000481852 00000 n +-0000482041 00000 n +-0000482230 00000 n +-0000482419 00000 n +-0000482608 00000 n +-0000482797 00000 n +-0000482986 00000 n +-0000483175 00000 n +-0000483364 00000 n +-0000483550 00000 n +-0000483738 00000 n +-0000483927 00000 n +-0000484116 00000 n +-0000484305 00000 n +-0000484494 00000 n +-0000484682 00000 n +-0000484870 00000 n +-0000485059 00000 n +-0000485248 00000 n +-0000485437 00000 n +-0000485625 00000 n +-0000485814 00000 n +-0000486002 00000 n +-0000486190 00000 n +-0000510863 00000 n +-0000510732 00000 n +-0000508419 00000 n +-0000508288 00000 n +-0000511124 00000 n +-0000510994 00000 n +-0000508681 00000 n +-0000508550 00000 n +-0000508943 00000 n +-0000495993 00000 n +-0000489615 00000 n +-0000486640 00000 n +-0000495863 00000 n +-0000490022 00000 n +-0000490211 00000 n +-0000490399 00000 n +-0000490585 00000 n +-0000490770 00000 n +-0000490958 00000 n +-0000491147 00000 n +-0000491335 00000 n +-0000491524 00000 n +-0000491713 00000 n +-0000491901 00000 n +-0000492090 00000 n +-0000492279 00000 n +-0000492468 00000 n +-0000492657 00000 n +-0000492845 00000 n +-0000493033 00000 n +-0000493222 00000 n +-0000493411 00000 n +-0000493599 00000 n +-0000493788 00000 n +-0000493976 00000 n +-0000494164 00000 n +-0000494352 00000 n +-0000494541 00000 n +-0000494730 00000 n +-0000494918 00000 n +-0000495107 00000 n +-0000495296 00000 n +-0000495485 00000 n +-0000495674 00000 n +-0000508812 00000 n +-0000506361 00000 n +-0000506230 00000 n +-0000503027 00000 n +-0000505968 00000 n +-0000503158 00000 n +-0000506099 00000 n +-0000499936 00000 n +-0000498359 00000 n +-0000496123 00000 n +-0000499345 00000 n +-0000498523 00000 n +-0000498712 00000 n +-0000498900 00000 n +-0000499123 00000 n +-0000602720 00000 n +-0000602458 00000 n +-0000503289 00000 n +-0000502053 00000 n +-0000500052 00000 n +-0000502379 00000 n +-0000502190 00000 n +-0000506426 00000 n +-0000504985 00000 n +-0000503419 00000 n +-0000505903 00000 n +-0000505149 00000 n +-0000505337 00000 n +-0000505525 00000 n +-0000505714 00000 n +-0001029400 00000 n +-0000509009 00000 n +-0000508043 00000 n +-0000506556 00000 n +-0000508159 00000 n +-0000511190 00000 n +-0000510487 00000 n +-0000509139 00000 n +-0000510603 00000 n +-0000515633 00000 n +-0000513206 00000 n +-0000511320 00000 n +-0000514914 00000 n +-0000515043 00000 n +-0000515174 00000 n +-0000513406 00000 n +-0000513595 00000 n +-0000513784 00000 n +-0000513972 00000 n +-0000514160 00000 n +-0000514349 00000 n +-0000514538 00000 n +-0000514726 00000 n +-0000515567 00000 n +-0000527661 00000 n +-0000518844 00000 n +-0000515791 00000 n +-0000527467 00000 n +-0000527596 00000 n +-0000519386 00000 n +-0000519540 00000 n +-0000519729 00000 n +-0000519918 00000 n +-0000520072 00000 n +-0000520261 00000 n +-0000520449 00000 n +-0000520637 00000 n +-0000520791 00000 n +-0000520945 00000 n +-0000521134 00000 n +-0000521321 00000 n +-0000521508 00000 n +-0000521697 00000 n +-0000521850 00000 n +-0000522004 00000 n +-0000522193 00000 n +-0000522382 00000 n +-0000522570 00000 n +-0000522723 00000 n +-0000522877 00000 n +-0000523066 00000 n +-0000523255 00000 n +-0000523444 00000 n +-0000523633 00000 n ++0000454841 00000 n ++0000454994 00000 n ++0000455148 00000 n ++0000455302 00000 n ++0000456630 00000 n ++0000456693 00000 n ++0000456757 00000 n ++0000455455 00000 n ++0000455609 00000 n ++0000456821 00000 n ++0000456885 00000 n ++0000455761 00000 n ++0000455915 00000 n ++0000456949 00000 n ++0000457013 00000 n ++0000456068 00000 n ++0000456222 00000 n ++0000463319 00000 n ++0000459590 00000 n ++0000457202 00000 n ++0000462809 00000 n ++0000462999 00000 n ++0000459889 00000 n ++0000460043 00000 n ++0000460197 00000 n ++0000460351 00000 n ++0000460504 00000 n ++0000460658 00000 n ++0000460812 00000 n ++0000460965 00000 n ++0000461119 00000 n ++0000461272 00000 n ++0000461424 00000 n ++0000461578 00000 n ++0000461731 00000 n ++0000461885 00000 n ++0000462039 00000 n ++0000462193 00000 n ++0000463063 00000 n ++0000463127 00000 n ++0000463255 00000 n ++0000462347 00000 n ++0000462501 00000 n ++0000462655 00000 n ++0000467299 00000 n ++0000467044 00000 n ++0000467426 00000 n ++0000465391 00000 n ++0000463457 00000 n ++0000466980 00000 n ++0000467108 00000 n ++0000465600 00000 n ++0000465753 00000 n ++0000465906 00000 n ++0000467235 00000 n ++0000466059 00000 n ++0000466213 00000 n ++0000466367 00000 n ++0000467363 00000 n ++0000466521 00000 n ++0000466675 00000 n ++0000466829 00000 n ++0000473685 00000 n ++0000469763 00000 n ++0000467551 00000 n ++0000473302 00000 n ++0000473366 00000 n ++0000473493 00000 n ++0000470080 00000 n ++0000470232 00000 n ++0000473557 00000 n ++0000470385 00000 n ++0000470539 00000 n ++0000473621 00000 n ++0000470693 00000 n ++0000470846 00000 n ++0000471000 00000 n ++0000471153 00000 n ++0000471307 00000 n ++0000471461 00000 n ++0000471614 00000 n ++0000471766 00000 n ++0000471918 00000 n ++0000472071 00000 n ++0000472225 00000 n ++0000472379 00000 n ++0000472533 00000 n ++0000472687 00000 n ++0000472841 00000 n ++0000472994 00000 n ++0000473148 00000 n ++0000499987 00000 n ++0000500115 00000 n ++0000500751 00000 n ++0000505064 00000 n ++0000510551 00000 n ++0000510167 00000 n ++0000510039 00000 n ++0000523659 00000 n ++0000505448 00000 n ++0000480782 00000 n ++0000476521 00000 n ++0000473810 00000 n ++0000480718 00000 n ++0000476874 00000 n ++0000477026 00000 n ++0000477179 00000 n ++0000477333 00000 n ++0000477486 00000 n ++0000477639 00000 n ++0000477792 00000 n ++0000477944 00000 n ++0000478099 00000 n ++0000478253 00000 n ++0000478408 00000 n ++0000478562 00000 n ++0000478716 00000 n ++0000478870 00000 n ++0000479024 00000 n ++0000479176 00000 n ++0000479331 00000 n ++0000479485 00000 n ++0000479640 00000 n ++0000479793 00000 n ++0000479948 00000 n ++0000480101 00000 n ++0000480255 00000 n ++0000480409 00000 n ++0000480564 00000 n + 0000523787 00000 n +-0000523941 00000 n +-0000524130 00000 n +-0000524319 00000 n +-0000524508 00000 n +-0000524731 00000 n +-0000524885 00000 n +-0000525074 00000 n +-0000525263 00000 n +-0000525452 00000 n +-0000525606 00000 n +-0000525760 00000 n +-0000525912 00000 n +-0000526099 00000 n +-0000526287 00000 n +-0000526476 00000 n +-0000526630 00000 n +-0000526784 00000 n +-0000526971 00000 n +-0000527160 00000 n +-0000527313 00000 n +-0000533529 00000 n +-0000529262 00000 n +-0000529389 00000 n +-0000529782 00000 n +-0000533398 00000 n +-0000529651 00000 n +-0000529520 00000 n +-0000533660 00000 n +-0000529978 00000 n +-0000529017 00000 n +-0000527777 00000 n +-0000529133 00000 n +-0000533856 00000 n +-0000532050 00000 n +-0000530108 00000 n +-0000533269 00000 n +-0000532223 00000 n +-0000532412 00000 n +-0000532600 00000 n +-0000532823 00000 n +-0000533046 00000 n +-0000533791 00000 n +-0001029525 00000 n +-0000545396 00000 n +-0000536870 00000 n +-0000533986 00000 n +-0000545201 00000 n +-0000545330 00000 n +-0000537385 00000 n +-0000537539 00000 n +-0000537728 00000 n +-0000537917 00000 n ++0000524042 00000 n ++0000523915 00000 n ++0000524169 00000 n ++0000527676 00000 n ++0000510295 00000 n ++0000519815 00000 n ++0000500623 00000 n ++0000514820 00000 n ++0000510677 00000 n ++0000520071 00000 n ++0000520322 00000 n ++0000488022 00000 n ++0000483588 00000 n ++0000480907 00000 n ++0000487958 00000 n ++0000483950 00000 n ++0000484104 00000 n ++0000484258 00000 n ++0000484413 00000 n ++0000484566 00000 n ++0000484721 00000 n ++0000484875 00000 n ++0000485030 00000 n ++0000485184 00000 n ++0000485339 00000 n ++0000485493 00000 n ++0000485648 00000 n ++0000485800 00000 n ++0000485955 00000 n ++0000486108 00000 n ++0000486262 00000 n ++0000486416 00000 n ++0000486571 00000 n ++0000486724 00000 n ++0000486878 00000 n ++0000487031 00000 n ++0000487186 00000 n ++0000487340 00000 n ++0000487495 00000 n ++0000487649 00000 n ++0000487804 00000 n ++0000979199 00000 n ++0000520194 00000 n ++0000505576 00000 n ++0000505704 00000 n ++0000527292 00000 n ++0000524296 00000 n ++0000515460 00000 n ++0000515587 00000 n ++0000515204 00000 n ++0000510423 00000 n ++0000519559 00000 n ++0000515715 00000 n ++0000527420 00000 n ++0000497246 00000 n ++0000490701 00000 n ++0000488134 00000 n ++0000497182 00000 n ++0000491180 00000 n ++0000491334 00000 n ++0000491487 00000 n ++0000491640 00000 n ++0000491793 00000 n ++0000491947 00000 n ++0000492101 00000 n ++0000492255 00000 n ++0000492409 00000 n ++0000492563 00000 n ++0000492716 00000 n ++0000492869 00000 n ++0000493023 00000 n ++0000493178 00000 n ++0000493332 00000 n ++0000493486 00000 n ++0000493640 00000 n ++0000493795 00000 n ++0000493948 00000 n ++0000494102 00000 n ++0000494257 00000 n ++0000494411 00000 n ++0000494565 00000 n ++0000494719 00000 n ++0000494873 00000 n ++0000495027 00000 n ++0000495181 00000 n ++0000495335 00000 n ++0000495490 00000 n ++0000495644 00000 n ++0000495798 00000 n ++0000495952 00000 n ++0000496106 00000 n ++0000496260 00000 n ++0000496414 00000 n ++0000496568 00000 n ++0000496723 00000 n ++0000496875 00000 n ++0000497029 00000 n ++0000519943 00000 n ++0000505192 00000 n ++0000505320 00000 n ++0000527548 00000 n ++0000519687 00000 n ++0000514948 00000 n ++0000515332 00000 n ++0000515076 00000 n ++0000509912 00000 n ++0000505831 00000 n ++0000500815 00000 n ++0000499017 00000 n ++0000497358 00000 n ++0000499795 00000 n ++0000499859 00000 n ++0000499923 00000 n ++0000500051 00000 n ++0000500179 00000 n ++0000499181 00000 n ++0000500241 00000 n ++0000500368 00000 n ++0000499335 00000 n ++0000500495 00000 n ++0000499488 00000 n ++0000500559 00000 n ++0000500687 00000 n ++0000499641 00000 n ++0000505895 00000 n ++0000502855 00000 n ++0000500940 00000 n ++0000504936 00000 n ++0000505000 00000 n ++0000503091 00000 n ++0000503245 00000 n ++0000505128 00000 n ++0000503399 00000 n ++0000505256 00000 n ++0000503553 00000 n ++0000503707 00000 n ++0000503861 00000 n ++0000505384 00000 n ++0000504014 00000 n ++0000504167 00000 n ++0000504321 00000 n ++0000505512 00000 n ++0000504474 00000 n ++0000505640 00000 n ++0000504628 00000 n ++0000505768 00000 n ++0000504782 00000 n ++0000510741 00000 n ++0000507870 00000 n ++0000506020 00000 n ++0000509784 00000 n ++0000509848 00000 n ++0000508097 00000 n ++0000508251 00000 n ++0000509976 00000 n ++0000508404 00000 n ++0000508557 00000 n ++0000510103 00000 n ++0000508711 00000 n ++0000508864 00000 n ++0000510231 00000 n ++0000509017 00000 n ++0000509171 00000 n ++0000510359 00000 n ++0000509325 00000 n ++0000510487 00000 n ++0000509477 00000 n ++0000510614 00000 n ++0000509631 00000 n ++0000515843 00000 n ++0000512611 00000 n ++0000510853 00000 n ++0000514692 00000 n ++0000514756 00000 n ++0000512847 00000 n ++0000514884 00000 n ++0000513001 00000 n ++0000515012 00000 n ++0000513155 00000 n ++0000513309 00000 n ++0000515140 00000 n ++0000513463 00000 n ++0000513617 00000 n ++0000515268 00000 n ++0000513770 00000 n ++0000515396 00000 n ++0000513924 00000 n ++0000514078 00000 n ++0000515523 00000 n ++0000514232 00000 n ++0000515651 00000 n ++0000514385 00000 n ++0000515779 00000 n ++0000514539 00000 n ++0000520514 00000 n ++0000517742 00000 n ++0000515955 00000 n ++0000519495 00000 n ++0000519623 00000 n ++0000517960 00000 n ++0000519751 00000 n ++0000518114 00000 n ++0000518268 00000 n ++0000519879 00000 n ++0000518421 00000 n ++0000520007 00000 n ++0000518575 00000 n ++0000518728 00000 n ++0000518881 00000 n ++0000520134 00000 n ++0000519035 00000 n ++0000520258 00000 n ++0000519189 00000 n ++0000520386 00000 n ++0000519343 00000 n ++0000979324 00000 n ++0000524360 00000 n ++0000522425 00000 n ++0000520626 00000 n ++0000523531 00000 n ++0000523595 00000 n ++0000522607 00000 n ++0000523723 00000 n ++0000522761 00000 n ++0000523851 00000 n ++0000522915 00000 n ++0000523979 00000 n ++0000523069 00000 n ++0000524106 00000 n ++0000523223 00000 n ++0000524233 00000 n ++0000523377 00000 n ++0000527804 00000 n ++0000525896 00000 n ++0000524485 00000 n ++0000527164 00000 n ++0000527228 00000 n ++0000526087 00000 n ++0000527356 00000 n ++0000526241 00000 n ++0000527484 00000 n ++0000526395 00000 n ++0000527612 00000 n ++0000526548 00000 n ++0000526702 00000 n ++0000526856 00000 n ++0000527740 00000 n ++0000527010 00000 n ++0000532145 00000 n ++0000529816 00000 n ++0000527916 00000 n ++0000531570 00000 n ++0000531634 00000 n ++0000531761 00000 n ++0000530034 00000 n ++0000530187 00000 n ++0000530341 00000 n ++0000530495 00000 n ++0000530649 00000 n ++0000530803 00000 n ++0000531825 00000 n ++0000531889 00000 n ++0000531953 00000 n ++0000530957 00000 n ++0000531111 00000 n ++0000532017 00000 n ++0000532081 00000 n ++0000531264 00000 n ++0000531418 00000 n ++0000537446 00000 n ++0000534444 00000 n ++0000532283 00000 n ++0000536681 00000 n ++0000536745 00000 n ++0000536872 00000 n ++0000534689 00000 n ++0000534842 00000 n ++0000534995 00000 n ++0000535149 00000 n ++0000535303 00000 n ++0000535456 00000 n ++0000535610 00000 n ++0000535762 00000 n ++0000536936 00000 n ++0000537000 00000 n ++0000537063 00000 n ++0000537127 00000 n ++0000535914 00000 n ++0000536068 00000 n ++0000537191 00000 n ++0000537255 00000 n ++0000536220 00000 n ++0000537319 00000 n ++0000537383 00000 n ++0000536374 00000 n ++0000536527 00000 n ++0000538285 00000 n + 0000538105 00000 n +-0000538293 00000 n +-0000538481 00000 n +-0000538667 00000 n +-0000538853 00000 n +-0000539004 00000 n +-0000539158 00000 n +-0000539347 00000 n +-0000539536 00000 n +-0000539725 00000 n +-0000539913 00000 n +-0000540067 00000 n +-0000540219 00000 n +-0000540406 00000 n +-0000540595 00000 n +-0000540782 00000 n +-0000540971 00000 n +-0000541125 00000 n +-0000541279 00000 n +-0000541467 00000 n +-0000541656 00000 n +-0000541845 00000 n +-0000542034 00000 n +-0000542223 00000 n +-0000542376 00000 n +-0000542563 00000 n +-0000542752 00000 n +-0000542941 00000 n +-0000543130 00000 n +-0000543317 00000 n +-0000543505 00000 n +-0000543694 00000 n +-0000543883 00000 n +-0000544072 00000 n +-0000544260 00000 n +-0000544449 00000 n +-0000544638 00000 n +-0000544825 00000 n +-0000545014 00000 n +-0000547442 00000 n +-0000547573 00000 n +-0000547966 00000 n +-0000552074 00000 n +-0000547704 00000 n +-0000547835 00000 n +-0000548032 00000 n +-0000547197 00000 n +-0000545526 00000 n +-0000547313 00000 n +-0000552533 00000 n +-0000550175 00000 n +-0000548176 00000 n +-0000551814 00000 n +-0000550375 00000 n +-0000550563 00000 n +-0000552336 00000 n +-0000552467 00000 n +-0000550752 00000 n +-0000550905 00000 n +-0000551093 00000 n +-0000551282 00000 n +-0000551471 00000 n +-0000551660 00000 n +-0000556868 00000 n +-0000557327 00000 n +-0000554540 00000 n +-0000552663 00000 n +-0000556738 00000 n +-0000554767 00000 n +-0000554921 00000 n +-0000555110 00000 n +-0000555298 00000 n +-0000555487 00000 n +-0000556999 00000 n +-0000557130 00000 n +-0000557261 00000 n +-0000555676 00000 n +-0000555830 00000 n +-0000556019 00000 n +-0000556207 00000 n +-0000556396 00000 n +-0000556585 00000 n +-0000563672 00000 n +-0000564130 00000 n +-0000560040 00000 n +-0000557485 00000 n +-0000563542 00000 n +-0000560330 00000 n +-0000560484 00000 n +-0000560673 00000 n +-0000560860 00000 n +-0000561047 00000 n +-0000561234 00000 n +-0000561421 00000 n +-0000563803 00000 n +-0000561573 00000 n +-0000563934 00000 n +-0000564064 00000 n +-0000561761 00000 n +-0000561914 00000 n +-0000562102 00000 n +-0000562291 00000 n +-0000562479 00000 n +-0000562668 00000 n +-0000562822 00000 n +-0000563011 00000 n +-0000563200 00000 n +-0000563388 00000 n +-0000569879 00000 n +-0000570008 00000 n +-0000570334 00000 n +-0000566399 00000 n +-0000564288 00000 n +-0000569750 00000 n +-0000570138 00000 n +-0000570269 00000 n +-0000566680 00000 n +-0000566869 00000 n +-0000567058 00000 n +-0000567247 00000 n +-0000567401 00000 n +-0000567555 00000 n +-0000567709 00000 n +-0000567898 00000 n +-0000568087 00000 n +-0000568276 00000 n +-0000568465 00000 n +-0000568654 00000 n +-0000568808 00000 n +-0000568997 00000 n +-0000569185 00000 n +-0000569373 00000 n +-0000569561 00000 n +-0001029650 00000 n +-0000573108 00000 n +-0000573567 00000 n +-0000572653 00000 n +-0000570492 00000 n +-0000572979 00000 n +-0000572790 00000 n +-0000573501 00000 n +-0000580519 00000 n +-0000576121 00000 n +-0000573711 00000 n +-0000579932 00000 n +-0000580061 00000 n +-0000576420 00000 n +-0000576609 00000 n +-0000576798 00000 n +-0000576951 00000 n +-0000577138 00000 n +-0000577327 00000 n +-0000577516 00000 n +-0000577670 00000 n +-0000577858 00000 n +-0000578047 00000 n +-0000578236 00000 n +-0000578425 00000 n +-0000578614 00000 n +-0000578803 00000 n +-0000578991 00000 n +-0000579178 00000 n +-0000579365 00000 n +-0000579554 00000 n +-0000579743 00000 n +-0000580191 00000 n +-0000580322 00000 n +-0000580453 00000 n +-0000586639 00000 n +-0000586967 00000 n +-0000583027 00000 n +-0000580691 00000 n +-0000586510 00000 n +-0000583308 00000 n +-0000586770 00000 n +-0000586901 00000 n +-0000583497 00000 n +-0000583685 00000 n +-0000583872 00000 n +-0000584061 00000 n +-0000584249 00000 n +-0000584438 00000 n +-0000584626 00000 n +-0000584815 00000 n +-0000585004 00000 n +-0000585192 00000 n +-0000585379 00000 n +-0000585567 00000 n +-0000585756 00000 n +-0000585945 00000 n +-0000586133 00000 n +-0000586321 00000 n +-0000588724 00000 n +-0000588986 00000 n +-0000588593 00000 n +-0000589052 00000 n +-0000588348 00000 n +-0000587125 00000 n +-0000588464 00000 n +-0000593870 00000 n +-0000590784 00000 n +-0000589168 00000 n +-0000593282 00000 n +-0000593411 00000 n +-0000593542 00000 n +-0000591020 00000 n +-0000591209 00000 n +-0000591397 00000 n +-0000591586 00000 n +-0000591775 00000 n +-0000591963 00000 n +-0000592150 00000 n +-0000592339 00000 n +-0000592528 00000 n +-0000592717 00000 n +-0000592905 00000 n +-0000593094 00000 n +-0000593673 00000 n +-0000593804 00000 n +-0000599460 00000 n +-0000599853 00000 n +-0000596236 00000 n +-0000594000 00000 n +-0000599331 00000 n +-0000599722 00000 n +-0000596499 00000 n +-0000596688 00000 n +-0000596877 00000 n +-0000597065 00000 n +-0000597254 00000 n +-0000597443 00000 n +-0000597632 00000 n +-0000597821 00000 n +-0000598008 00000 n +-0000598197 00000 n +-0000598386 00000 n +-0000598575 00000 n +-0000598764 00000 n +-0000598953 00000 n +-0000599142 00000 n +-0001029775 00000 n +-0000602851 00000 n +-0000602589 00000 n +-0000603048 00000 n +-0000601807 00000 n +-0000599997 00000 n +-0000602329 00000 n +-0000601953 00000 n +-0000602141 00000 n +-0000602982 00000 n +-0000609926 00000 n +-0000605516 00000 n +-0000603192 00000 n +-0000609599 00000 n +-0000609728 00000 n +-0000605824 00000 n +-0000606013 00000 n +-0000609794 00000 n +-0000606202 00000 n +-0000606391 00000 n +-0000609860 00000 n +-0000606580 00000 n +-0000606769 00000 n +-0000606958 00000 n +-0000607147 00000 n +-0000607335 00000 n +-0000607524 00000 n +-0000607711 00000 n +-0000607900 00000 n +-0000608089 00000 n +-0000608278 00000 n +-0000608467 00000 n +-0000608655 00000 n +-0000608844 00000 n +-0000609033 00000 n +-0000609221 00000 n +-0000609410 00000 n +-0000641754 00000 n +-0000641885 00000 n +-0000644403 00000 n +-0000644534 00000 n +-0000649580 00000 n +-0000647500 00000 n +-0000647369 00000 n +-0000655289 00000 n +-0000617857 00000 n +-0000612717 00000 n +-0000610056 00000 n ++0000537584 00000 n ++0000538221 00000 n ++0000543527 00000 n ++0000540611 00000 n ++0000538371 00000 n ++0000543016 00000 n ++0000543080 00000 n ++0000543207 00000 n ++0000540865 00000 n ++0000541018 00000 n ++0000541171 00000 n ++0000541324 00000 n ++0000541478 00000 n ++0000541632 00000 n ++0000541786 00000 n ++0000541940 00000 n ++0000542094 00000 n ++0000542247 00000 n ++0000542401 00000 n ++0000542555 00000 n ++0000543271 00000 n ++0000543335 00000 n ++0000543399 00000 n ++0000542708 00000 n ++0000542862 00000 n ++0000543463 00000 n ++0000979449 00000 n ++0000546948 00000 n ++0000546820 00000 n ++0000547075 00000 n ++0000545589 00000 n ++0000543665 00000 n ++0000546692 00000 n ++0000546756 00000 n ++0000545771 00000 n ++0000545924 00000 n ++0000546884 00000 n ++0000546077 00000 n ++0000546230 00000 n ++0000547012 00000 n ++0000546384 00000 n ++0000546538 00000 n ++0000553304 00000 n ++0000549451 00000 n ++0000547200 00000 n ++0000552666 00000 n ++0000552730 00000 n ++0000552857 00000 n ++0000549750 00000 n ++0000549903 00000 n ++0000550056 00000 n ++0000550208 00000 n ++0000550362 00000 n ++0000550516 00000 n ++0000550670 00000 n ++0000550822 00000 n ++0000550975 00000 n ++0000551129 00000 n ++0000551283 00000 n ++0000551435 00000 n ++0000551589 00000 n ++0000551743 00000 n ++0000551896 00000 n ++0000552921 00000 n ++0000552985 00000 n ++0000553049 00000 n ++0000552050 00000 n ++0000552204 00000 n ++0000553113 00000 n ++0000553176 00000 n ++0000552358 00000 n ++0000552512 00000 n ++0000553240 00000 n ++0000555604 00000 n ++0000555732 00000 n ++0000554703 00000 n ++0000553442 00000 n ++0000555476 00000 n ++0000555540 00000 n ++0000554867 00000 n ++0000555019 00000 n ++0000555668 00000 n ++0000555170 00000 n ++0000555323 00000 n ++0000561610 00000 n ++0000557917 00000 n ++0000555857 00000 n ++0000560972 00000 n ++0000561036 00000 n ++0000561163 00000 n ++0000558207 00000 n ++0000558361 00000 n ++0000558515 00000 n ++0000558669 00000 n ++0000558823 00000 n ++0000558977 00000 n ++0000559130 00000 n ++0000559284 00000 n ++0000559438 00000 n ++0000559591 00000 n ++0000559745 00000 n ++0000559899 00000 n ++0000560053 00000 n ++0000560205 00000 n ++0000561227 00000 n ++0000561291 00000 n ++0000561355 00000 n ++0000560358 00000 n ++0000560511 00000 n ++0000561419 00000 n ++0000561482 00000 n ++0000560664 00000 n ++0000560818 00000 n ++0000561546 00000 n ++0000563729 00000 n ++0000563857 00000 n ++0000562825 00000 n ++0000561748 00000 n ++0000563601 00000 n ++0000563665 00000 n ++0000562989 00000 n ++0000563141 00000 n ++0000563793 00000 n ++0000563294 00000 n ++0000563447 00000 n ++0000566809 00000 n ++0000565422 00000 n ++0000563982 00000 n ++0000566362 00000 n ++0000566426 00000 n ++0000566553 00000 n ++0000565595 00000 n ++0000565749 00000 n ++0000565901 00000 n ++0000566617 00000 n ++0000566681 00000 n ++0000566745 00000 n ++0000566055 00000 n ++0000566209 00000 n ++0000979574 00000 n ++0000569759 00000 n ++0000568370 00000 n ++0000566934 00000 n ++0000569312 00000 n ++0000569376 00000 n ++0000569503 00000 n ++0000568543 00000 n ++0000568697 00000 n ++0000568851 00000 n ++0000569567 00000 n ++0000569631 00000 n ++0000569695 00000 n ++0000569005 00000 n ++0000569158 00000 n ++0000572674 00000 n ++0000571286 00000 n ++0000569884 00000 n ++0000572227 00000 n ++0000572291 00000 n ++0000572418 00000 n ++0000571459 00000 n ++0000571613 00000 n ++0000571767 00000 n ++0000572482 00000 n ++0000572546 00000 n ++0000572610 00000 n ++0000571920 00000 n ++0000572073 00000 n ++0000576974 00000 n ++0000574645 00000 n ++0000572812 00000 n ++0000576399 00000 n ++0000576463 00000 n ++0000576590 00000 n ++0000574863 00000 n ++0000575017 00000 n ++0000575171 00000 n ++0000575324 00000 n ++0000575478 00000 n ++0000575631 00000 n ++0000576654 00000 n ++0000576718 00000 n ++0000576782 00000 n ++0000575785 00000 n ++0000575938 00000 n ++0000576846 00000 n ++0000576910 00000 n ++0000576092 00000 n ++0000576245 00000 n ++0000580258 00000 n ++0000578366 00000 n ++0000577099 00000 n ++0000579941 00000 n ++0000580194 00000 n ++0000578575 00000 n ++0000578728 00000 n ++0000578880 00000 n ++0000579033 00000 n ++0000579186 00000 n ++0000579335 00000 n ++0000579488 00000 n ++0000579637 00000 n ++0000579788 00000 n ++0000610256 00000 n ++0000609488 00000 n ++0000605111 00000 n ++0000604983 00000 n ++0000595752 00000 n ++0000600068 00000 n ++0000586501 00000 n ++0000582604 00000 n ++0000580396 00000 n ++0000586437 00000 n ++0000582939 00000 n ++0000583092 00000 n ++0000583243 00000 n ++0000583393 00000 n ++0000583546 00000 n ++0000583696 00000 n ++0000583849 00000 n ++0000583999 00000 n ++0000584153 00000 n ++0000584307 00000 n ++0000584457 00000 n ++0000584610 00000 n ++0000584759 00000 n ++0000584912 00000 n ++0000585066 00000 n ++0000585216 00000 n ++0000585370 00000 n ++0000585520 00000 n ++0000585674 00000 n ++0000585823 00000 n ++0000585976 00000 n ++0000586130 00000 n ++0000586284 00000 n ++0000604855 00000 n ++0000609616 00000 n ++0000605239 00000 n ++0000609872 00000 n ++0000609744 00000 n ++0000610128 00000 n ++0000605367 00000 n ++0000610000 00000 n ++0000595624 00000 n ++0000595880 00000 n ++0000600196 00000 n ++0000604727 00000 n ++0000612201 00000 n ++0000599940 00000 n ++0000591770 00000 n ++0000588567 00000 n ++0000586626 00000 n ++0000591451 00000 n ++0000588848 00000 n ++0000589001 00000 n ++0000589155 00000 n ++0000589308 00000 n ++0000589461 00000 n ++0000589613 00000 n ++0000589766 00000 n ++0000589919 00000 n ++0000590073 00000 n ++0000590226 00000 n ++0000590380 00000 n ++0000590533 00000 n ++0000590687 00000 n ++0000590836 00000 n ++0000590990 00000 n ++0000591515 00000 n ++0000591579 00000 n ++0000591642 00000 n ++0000591706 00000 n ++0000591144 00000 n ++0000591297 00000 n ++0000979699 00000 n ++0000596007 00000 n ++0000609360 00000 n ++0000605495 00000 n ++0000596135 00000 n ++0000595496 00000 n ++0000600324 00000 n ++0000600452 00000 n ++0000596199 00000 n ++0000593848 00000 n ++0000591882 00000 n ++0000595432 00000 n ++0000595560 00000 n ++0000594057 00000 n ++0000594211 00000 n ++0000595688 00000 n ++0000594365 00000 n ++0000595816 00000 n ++0000594519 00000 n ++0000594667 00000 n ++0000595943 00000 n ++0000594820 00000 n ++0000594970 00000 n ++0000596071 00000 n ++0000595124 00000 n ++0000595278 00000 n ++0000600516 00000 n ++0000598228 00000 n ++0000596311 00000 n ++0000599812 00000 n ++0000599876 00000 n ++0000598437 00000 n ++0000598591 00000 n ++0000600004 00000 n ++0000598745 00000 n ++0000598898 00000 n ++0000600132 00000 n ++0000599052 00000 n ++0000600260 00000 n ++0000599204 00000 n ++0000599354 00000 n ++0000600388 00000 n ++0000599508 00000 n ++0000599658 00000 n ++0000605623 00000 n ++0000602372 00000 n ++0000600628 00000 n ++0000604599 00000 n ++0000604663 00000 n ++0000602617 00000 n ++0000604791 00000 n ++0000602771 00000 n ++0000602921 00000 n ++0000604919 00000 n ++0000603075 00000 n ++0000605047 00000 n ++0000603228 00000 n ++0000603378 00000 n ++0000605175 00000 n ++0000603531 00000 n ++0000605303 00000 n ++0000603684 00000 n ++0000603834 00000 n ++0000605431 00000 n ++0000603987 00000 n ++0000604137 00000 n ++0000605559 00000 n ++0000604291 00000 n ++0000604445 00000 n ++0000610320 00000 n ++0000607393 00000 n ++0000605722 00000 n ++0000609296 00000 n ++0000609424 00000 n ++0000607620 00000 n ++0000607774 00000 n ++0000609552 00000 n ++0000607928 00000 n ++0000609680 00000 n ++0000608080 00000 n ++0000609808 00000 n ++0000608233 00000 n ++0000608383 00000 n ++0000609936 00000 n ++0000608537 00000 n ++0000608687 00000 n ++0000610064 00000 n ++0000608838 00000 n ++0000608988 00000 n ++0000610192 00000 n ++0000609142 00000 n ++0000612329 00000 n ++0000611300 00000 n ++0000610432 00000 n ++0000612073 00000 n ++0000612137 00000 n ++0000611464 00000 n ++0000611618 00000 n ++0000612265 00000 n ++0000611770 00000 n ++0000611923 00000 n ++0000615833 00000 n ++0000613632 00000 n ++0000612441 00000 n ++0000615195 00000 n ++0000615385 00000 n ++0000613841 00000 n ++0000613990 00000 n ++0000614143 00000 n ++0000614292 00000 n ++0000615449 00000 n ++0000615513 00000 n ++0000615577 00000 n ++0000615641 00000 n ++0000614445 00000 n ++0000614593 00000 n ++0000615705 00000 n ++0000615769 00000 n ++0000614746 00000 n ++0000614894 00000 n ++0000615046 00000 n ++0000979824 00000 n ++0000619320 00000 n ++0000617296 00000 n ++0000615958 00000 n ++0000618554 00000 n ++0000618744 00000 n ++0000617487 00000 n ++0000617639 00000 n + 0000617792 00000 n +-0000613070 00000 n +-0000613259 00000 n +-0000613448 00000 n +-0000613637 00000 n +-0000613826 00000 n +-0000614015 00000 n +-0000614203 00000 n +-0000614392 00000 n +-0000614581 00000 n +-0000614769 00000 n +-0000614958 00000 n +-0000615147 00000 n +-0000615336 00000 n +-0000615525 00000 n +-0000615714 00000 n +-0000615903 00000 n +-0000616092 00000 n +-0000616281 00000 n +-0000616470 00000 n +-0000616659 00000 n +-0000616848 00000 n +-0000617036 00000 n +-0000617225 00000 n +-0000617414 00000 n +-0000617603 00000 n +-0000644925 00000 n +-0000657255 00000 n +-0000657518 00000 n +-0000657386 00000 n +-0000657650 00000 n +-0000662066 00000 n +-0000649318 00000 n +-0000654505 00000 n +-0000644272 00000 n +-0000649842 00000 n +-0000649711 00000 n +-0000625740 00000 n +-0000620608 00000 n +-0000617987 00000 n +-0000625675 00000 n +-0000620961 00000 n +-0000621150 00000 n +-0000621339 00000 n +-0000621528 00000 n +-0000621717 00000 n +-0000621906 00000 n +-0000622095 00000 n +-0000622284 00000 n +-0000622470 00000 n +-0000622656 00000 n +-0000622845 00000 n +-0000623034 00000 n +-0000623223 00000 n +-0000623412 00000 n +-0000623601 00000 n +-0000623790 00000 n +-0000623979 00000 n +-0000624168 00000 n +-0000624357 00000 n +-0000624544 00000 n +-0000624733 00000 n +-0000624922 00000 n +-0000625111 00000 n +-0000625300 00000 n +-0000625488 00000 n +-0000654766 00000 n +-0000655027 00000 n +-0000654896 00000 n +-0000646845 00000 n +-0000646976 00000 n +-0000657914 00000 n +-0000657782 00000 n +-0000652008 00000 n +-0000652138 00000 n +-0000651746 00000 n +-0000635782 00000 n +-0000628677 00000 n +-0000625856 00000 n +-0000635717 00000 n +-0000629120 00000 n +-0000629309 00000 n +-0000629498 00000 n +-0000629686 00000 n +-0000629875 00000 n +-0000630064 00000 n +-0000630253 00000 n +-0000630442 00000 n +-0000630631 00000 n +-0000630820 00000 n +-0000631009 00000 n +-0000631197 00000 n +-0000631385 00000 n +-0000631572 00000 n +-0000631760 00000 n +-0000631947 00000 n +-0000632135 00000 n +-0000632324 00000 n +-0000632512 00000 n +-0000632700 00000 n +-0000632888 00000 n +-0000633077 00000 n +-0000633266 00000 n +-0000633455 00000 n +-0000633642 00000 n +-0000633830 00000 n +-0000634019 00000 n +-0000634207 00000 n +-0000634396 00000 n +-0000634585 00000 n +-0000634773 00000 n +-0000634962 00000 n +-0000635150 00000 n +-0000635339 00000 n +-0000635528 00000 n +-0000649449 00000 n +-0000652400 00000 n ++0000618808 00000 n ++0000618872 00000 n ++0000618936 00000 n ++0000619000 00000 n ++0000617945 00000 n ++0000619064 00000 n ++0000619128 00000 n ++0000618098 00000 n ++0000619192 00000 n ++0000619256 00000 n ++0000618251 00000 n ++0000618404 00000 n ++0000621561 00000 n ++0000620444 00000 n ++0000619445 00000 n ++0000621051 00000 n ++0000621241 00000 n ++0000620599 00000 n ++0000621305 00000 n ++0000621369 00000 n ++0000621433 00000 n ++0000621497 00000 n ++0000620751 00000 n ++0000620903 00000 n ++0000624372 00000 n ++0000622802 00000 n ++0000621686 00000 n ++0000623734 00000 n ++0000623924 00000 n ++0000622975 00000 n ++0000623128 00000 n ++0000623988 00000 n ++0000624052 00000 n ++0000624116 00000 n ++0000624180 00000 n ++0000623281 00000 n ++0000624244 00000 n ++0000624308 00000 n ++0000623433 00000 n ++0000623584 00000 n ++0000628552 00000 n ++0000626149 00000 n ++0000624510 00000 n ++0000627724 00000 n ++0000627914 00000 n ++0000626358 00000 n ++0000626511 00000 n ++0000626663 00000 n ++0000626815 00000 n ++0000626964 00000 n ++0000627978 00000 n ++0000628042 00000 n ++0000628106 00000 n ++0000628170 00000 n ++0000627117 00000 n ++0000628234 00000 n ++0000628298 00000 n ++0000627269 00000 n ++0000627419 00000 n ++0000628361 00000 n ++0000628425 00000 n ++0000627572 00000 n ++0000628488 00000 n ++0000629960 00000 n ++0000629383 00000 n ++0000628690 00000 n ++0000629832 00000 n ++0000629896 00000 n ++0000629529 00000 n ++0000629682 00000 n ++0000633098 00000 n ++0000631366 00000 n ++0000630046 00000 n ++0000632460 00000 n ++0000632650 00000 n ++0000631548 00000 n ++0000631700 00000 n ++0000632714 00000 n ++0000632778 00000 n ++0000632842 00000 n ++0000632906 00000 n ++0000631853 00000 n ++0000632006 00000 n ++0000632970 00000 n ++0000633034 00000 n ++0000632159 00000 n ++0000632311 00000 n ++0000979949 00000 n ++0000637905 00000 n ++0000634731 00000 n ++0000633223 00000 n ++0000636950 00000 n ++0000637140 00000 n ++0000634976 00000 n ++0000635127 00000 n ++0000635277 00000 n ++0000635429 00000 n ++0000635581 00000 n ++0000635733 00000 n ++0000635883 00000 n ++0000636035 00000 n ++0000637204 00000 n ++0000637268 00000 n ++0000637331 00000 n ++0000637395 00000 n ++0000636187 00000 n ++0000637459 00000 n ++0000637523 00000 n ++0000636339 00000 n ++0000637587 00000 n ++0000637650 00000 n ++0000636491 00000 n ++0000636644 00000 n ++0000637714 00000 n ++0000637778 00000 n ++0000636797 00000 n ++0000637841 00000 n ++0000640162 00000 n ++0000640290 00000 n ++0000640418 00000 n ++0000640546 00000 n ++0000638938 00000 n ++0000638017 00000 n ++0000640034 00000 n ++0000640098 00000 n ++0000639120 00000 n ++0000640226 00000 n ++0000639273 00000 n ++0000640354 00000 n ++0000639426 00000 n ++0000639579 00000 n ++0000640482 00000 n ++0000639732 00000 n ++0000639885 00000 n ++0000642816 00000 n ++0000641698 00000 n ++0000640632 00000 n ++0000642306 00000 n ++0000642496 00000 n ++0000641853 00000 n ++0000642560 00000 n ++0000642624 00000 n ++0000642688 00000 n ++0000642752 00000 n ++0000642004 00000 n ++0000642157 00000 n ++0000648188 00000 n ++0000644604 00000 n ++0000642941 00000 n ++0000647488 00000 n ++0000647678 00000 n ++0000644885 00000 n ++0000645038 00000 n ++0000645191 00000 n ++0000645343 00000 n ++0000645496 00000 n ++0000645649 00000 n ++0000645801 00000 n ++0000645954 00000 n ++0000646106 00000 n ++0000646259 00000 n ++0000646412 00000 n ++0000646566 00000 n ++0000646720 00000 n ++0000646874 00000 n ++0000647028 00000 n ++0000647742 00000 n ++0000647806 00000 n ++0000647870 00000 n ++0000647933 00000 n ++0000647182 00000 n ++0000647996 00000 n ++0000648060 00000 n ++0000647334 00000 n ++0000648124 00000 n ++0000656180 00000 n ++0000652078 00000 n ++0000656052 00000 n ++0000651951 00000 n ++0000656308 00000 n ++0000652206 00000 n ++0000655925 00000 n ++0000651824 00000 n ++0000652333 00000 n ++0000652717 00000 n ++0000652589 00000 n ++0000652461 00000 n ++0000652780 00000 n ++0000649463 00000 n ++0000648300 00000 n ++0000651696 00000 n ++0000651760 00000 n ++0000649708 00000 n ++0000649861 00000 n ++0000651887 00000 n ++0000650013 00000 n ++0000652014 00000 n ++0000650166 00000 n ++0000652142 00000 n ++0000650318 00000 n ++0000650471 00000 n + 0000652269 00000 n +-0000661802 00000 n +-0000654635 00000 n +-0000644665 00000 n +-0000644794 00000 n +-0000661934 00000 n +-0000654374 00000 n +-0000649973 00000 n +-0000642015 00000 n +-0000638271 00000 n +-0000635898 00000 n +-0000641559 00000 n +-0000638543 00000 n +-0000638731 00000 n +-0000638920 00000 n +-0000639107 00000 n +-0000639294 00000 n +-0000639482 00000 n +-0000639670 00000 n +-0000639859 00000 n +-0000640048 00000 n +-0000640237 00000 n +-0000640426 00000 n +-0000640615 00000 n +-0000640803 00000 n +-0000640992 00000 n +-0000641181 00000 n +-0000641370 00000 n +-0001029900 00000 n +-0000651877 00000 n +-0000650103 00000 n +-0000647238 00000 n +-0000647107 00000 n +-0000644991 00000 n +-0000643492 00000 n +-0000642159 00000 n +-0000643817 00000 n +-0000643629 00000 n +-0000647565 00000 n +-0000646600 00000 n +-0000645121 00000 n +-0000646716 00000 n +-0000650168 00000 n +-0000649073 00000 n +-0000647695 00000 n +-0000649189 00000 n +-0000652530 00000 n +-0000651501 00000 n +-0000650284 00000 n +-0000651617 00000 n +-0000655355 00000 n +-0000654193 00000 n +-0000652646 00000 n +-0000654309 00000 n +-0000657979 00000 n +-0000657010 00000 n +-0000655471 00000 n +-0000657126 00000 n +-0001030025 00000 n +-0000662396 00000 n +-0000659964 00000 n +-0000658109 00000 n +-0000661672 00000 n +-0000662198 00000 n +-0000662330 00000 n +-0000660164 00000 n +-0000660353 00000 n +-0000660541 00000 n +-0000660730 00000 n +-0000660919 00000 n +-0000661108 00000 n +-0000661296 00000 n +-0000661484 00000 n +-0000667142 00000 n +-0000667010 00000 n +-0000667471 00000 n +-0000664577 00000 n +-0000662554 00000 n +-0000666880 00000 n +-0000667273 00000 n +-0000667405 00000 n +-0000664804 00000 n +-0000664993 00000 n +-0000665182 00000 n +-0000665370 00000 n +-0000665559 00000 n +-0000665748 00000 n +-0000665937 00000 n +-0000666126 00000 n +-0000666315 00000 n +-0000666504 00000 n +-0000666692 00000 n +-0000670687 00000 n +-0000670818 00000 n +-0000670555 00000 n +-0000671147 00000 n +-0000669443 00000 n +-0000667643 00000 n +-0000670359 00000 n +-0000670949 00000 n +-0000671081 00000 n +-0000669607 00000 n +-0000669796 00000 n +-0000669984 00000 n +-0000670172 00000 n ++0000650624 00000 n ++0000650776 00000 n ++0000652397 00000 n ++0000650929 00000 n ++0000651081 00000 n ++0000652525 00000 n ++0000651235 00000 n ++0000652653 00000 n ++0000651388 00000 n ++0000651542 00000 n ++0000656436 00000 n ++0000653892 00000 n ++0000652866 00000 n ++0000655797 00000 n ++0000655861 00000 n ++0000654119 00000 n ++0000654273 00000 n ++0000655988 00000 n ++0000654426 00000 n ++0000654579 00000 n ++0000656116 00000 n ++0000654732 00000 n ++0000654885 00000 n ++0000656244 00000 n ++0000655038 00000 n ++0000655191 00000 n ++0000656372 00000 n ++0000655344 00000 n ++0000655496 00000 n ++0000655649 00000 n ++0000980074 00000 n ++0000661212 00000 n ++0000658076 00000 n ++0000656522 00000 n ++0000660446 00000 n ++0000660636 00000 n ++0000658330 00000 n ++0000658480 00000 n ++0000658633 00000 n ++0000658783 00000 n ++0000658936 00000 n ++0000659084 00000 n ++0000660700 00000 n ++0000659235 00000 n ++0000660764 00000 n ++0000660828 00000 n ++0000660892 00000 n ++0000659389 00000 n ++0000659539 00000 n ++0000660956 00000 n ++0000661020 00000 n ++0000659692 00000 n ++0000659842 00000 n ++0000661084 00000 n ++0000661148 00000 n ++0000659995 00000 n ++0000660143 00000 n ++0000660296 00000 n ++0000663582 00000 n ++0000662423 00000 n ++0000661337 00000 n ++0000663201 00000 n ++0000663454 00000 n ++0000662587 00000 n ++0000662740 00000 n ++0000663518 00000 n ++0000662893 00000 n ++0000663047 00000 n ++0000671060 00000 n ++0000666250 00000 n ++0000663720 00000 n ++0000670932 00000 n ++0000670996 00000 n ++0000666630 00000 n ++0000666784 00000 n ++0000666938 00000 n ++0000667092 00000 n ++0000667246 00000 n ++0000667399 00000 n ++0000667551 00000 n ++0000667705 00000 n ++0000667859 00000 n ++0000668013 00000 n ++0000668166 00000 n ++0000668320 00000 n ++0000668472 00000 n ++0000668623 00000 n ++0000668775 00000 n ++0000668929 00000 n ++0000669083 00000 n ++0000669237 00000 n ++0000669389 00000 n ++0000669542 00000 n ++0000669697 00000 n ++0000669851 00000 n ++0000670005 00000 n ++0000670160 00000 n ++0000670314 00000 n ++0000670469 00000 n ++0000670623 00000 n ++0000670778 00000 n ++0000677896 00000 n ++0000673784 00000 n ++0000671185 00000 n ++0000677832 00000 n ++0000674128 00000 n ++0000674283 00000 n ++0000674437 00000 n ++0000674592 00000 n ++0000674746 00000 n ++0000674901 00000 n ++0000675055 00000 n ++0000675210 00000 n ++0000675364 00000 n ++0000675519 00000 n ++0000675673 00000 n ++0000675827 00000 n ++0000675980 00000 n ++0000676135 00000 n ++0000676289 00000 n + 0000676443 00000 n +-0000676641 00000 n +-0000673683 00000 n +-0000671305 00000 n +-0000676180 00000 n +-0000673919 00000 n +-0000674106 00000 n +-0000674295 00000 n +-0000674482 00000 n +-0000674669 00000 n +-0000674857 00000 n +-0000675046 00000 n +-0000675235 00000 n +-0000675424 00000 n +-0000675613 00000 n +-0000675802 00000 n +-0000675991 00000 n +-0000676311 00000 n +-0000676575 00000 n +-0000682052 00000 n +-0000682382 00000 n +-0000679223 00000 n +-0000676813 00000 n +-0000681922 00000 n +-0000682184 00000 n +-0000682316 00000 n +-0000679468 00000 n +-0000679657 00000 n +-0000679846 00000 n +-0000680035 00000 n +-0000680224 00000 n +-0000680412 00000 n +-0000680601 00000 n +-0000680790 00000 n +-0000680978 00000 n +-0000681167 00000 n +-0000681356 00000 n +-0000681544 00000 n +-0000681733 00000 n +-0000685344 00000 n +-0000685608 00000 n +-0000685212 00000 n +-0000685674 00000 n +-0000684363 00000 n +-0000682554 00000 n +-0000685081 00000 n +-0000684518 00000 n +-0000684707 00000 n +-0000684894 00000 n +-0000685476 00000 n +-0001030150 00000 n +-0000690949 00000 n +-0000687924 00000 n +-0000685846 00000 n +-0000690621 00000 n +-0000690751 00000 n +-0000690883 00000 n +-0000688169 00000 n +-0000688357 00000 n +-0000688544 00000 n +-0000688733 00000 n +-0000688922 00000 n +-0000689111 00000 n +-0000689300 00000 n +-0000689489 00000 n +-0000689676 00000 n +-0000689865 00000 n +-0000690054 00000 n +-0000690243 00000 n +-0000690432 00000 n +-0000693588 00000 n +-0000693852 00000 n +-0000693456 00000 n +-0000693720 00000 n +-0000694182 00000 n +-0000692605 00000 n +-0000691121 00000 n +-0000693326 00000 n +-0000693984 00000 n +-0000694116 00000 n +-0000692760 00000 n +-0000692949 00000 n +-0000693138 00000 n +-0000697025 00000 n +-0000697619 00000 n +-0000695974 00000 n +-0000694326 00000 n +-0000696894 00000 n +-0000697157 00000 n +-0000697289 00000 n +-0000696138 00000 n +-0000696327 00000 n +-0000696516 00000 n +-0000696705 00000 n +-0000697421 00000 n +-0000697553 00000 n +-0000702870 00000 n +-0000699779 00000 n +-0000697777 00000 n +-0000702279 00000 n +-0000702409 00000 n +-0000700015 00000 n +-0000700203 00000 n +-0000700392 00000 n +-0000700580 00000 n +-0000702540 00000 n +-0000702672 00000 n +-0000702804 00000 n +-0000700768 00000 n +-0000700957 00000 n +-0000701146 00000 n +-0000701335 00000 n +-0000701524 00000 n +-0000701713 00000 n +-0000701902 00000 n +-0000702091 00000 n +-0000704387 00000 n +-0000704519 00000 n +-0000704651 00000 n +-0000704141 00000 n +-0000703042 00000 n +-0000704257 00000 n +-0000706806 00000 n +-0000705693 00000 n +-0000704781 00000 n +-0000706412 00000 n +-0000706674 00000 n +-0000705848 00000 n +-0000706036 00000 n +-0000706224 00000 n +-0001030275 00000 n +-0000708716 00000 n +-0000708453 00000 n +-0000708585 00000 n +-0000709309 00000 n +-0000707998 00000 n +-0000706936 00000 n +-0000708323 00000 n +-0000708980 00000 n +-0000708135 00000 n +-0000709177 00000 n +-0000714769 00000 n +-0000711564 00000 n +-0000709439 00000 n +-0000714507 00000 n +-0000714704 00000 n +-0000711827 00000 n +-0000712016 00000 n +-0000712204 00000 n +-0000712392 00000 n +-0000712579 00000 n +-0000712732 00000 n +-0000712919 00000 n +-0000713073 00000 n +-0000713261 00000 n +-0000713449 00000 n +-0000713637 00000 n +-0000713823 00000 n +-0000713977 00000 n +-0000714165 00000 n +-0000714319 00000 n +-0000735931 00000 n +-0000735141 00000 n +-0000732979 00000 n +-0000732847 00000 n +-0000728158 00000 n +-0000730352 00000 n +-0000731009 00000 n +-0000735273 00000 n +-0000733111 00000 n +-0000735535 00000 n +-0000722109 00000 n +-0000717195 00000 n +-0000714927 00000 n +-0000722044 00000 n +-0000717548 00000 n +-0000717702 00000 n +-0000717890 00000 n +-0000718078 00000 n +-0000718232 00000 n +-0000718420 00000 n +-0000718574 00000 n +-0000718762 00000 n +-0000718950 00000 n +-0000719104 00000 n +-0000719291 00000 n +-0000719445 00000 n +-0000719633 00000 n +-0000719787 00000 n +-0000719975 00000 n +-0000720162 00000 n +-0000720350 00000 n +-0000720537 00000 n +-0000720726 00000 n +-0000720913 00000 n +-0000721102 00000 n +-0000721290 00000 n +-0000721479 00000 n +-0000721667 00000 n +-0000721856 00000 n +-0000735404 00000 n +-0000735799 00000 n +-0000733242 00000 n +-0000735667 00000 n +-0000728029 00000 n +-0000728290 00000 n +-0000730484 00000 n +-0000730878 00000 n +-0000736063 00000 n +-0000730220 00000 n +-0000728422 00000 n +-0000733506 00000 n +-0000725831 00000 n +-0000733374 00000 n +-0000726095 00000 n +-0000724162 00000 n +-0000722239 00000 n +-0000725634 00000 n +-0000724353 00000 n +-0000724541 00000 n +-0000724728 00000 n +-0000724917 00000 n +-0000725105 00000 n +-0000725258 00000 n +-0000725446 00000 n +-0000725963 00000 n +-0000728554 00000 n +-0000730615 00000 n +-0000730747 00000 n +-0000728686 00000 n +-0000727848 00000 n +-0000726225 00000 n +-0000727964 00000 n +-0000731075 00000 n +-0000730039 00000 n +-0000728802 00000 n +-0000730155 00000 n +-0001030400 00000 n +-0000733572 00000 n +-0000732601 00000 n +-0000731177 00000 n +-0000732717 00000 n +-0000736128 00000 n +-0000734895 00000 n +-0000733688 00000 n +-0000735011 00000 n +-0000739569 00000 n +-0000737683 00000 n +-0000736244 00000 n +-0000738847 00000 n +-0000739109 00000 n +-0000737865 00000 n +-0000738018 00000 n +-0000739175 00000 n +-0000738168 00000 n +-0000738321 00000 n +-0000738507 00000 n +-0000738660 00000 n +-0000739372 00000 n +-0000739504 00000 n +-0000742219 00000 n +-0000740910 00000 n +-0000739713 00000 n +-0000741432 00000 n +-0000741693 00000 n +-0000741056 00000 n +-0000741244 00000 n +-0000741889 00000 n +-0000742021 00000 n +-0000744979 00000 n +-0000743735 00000 n +-0000742363 00000 n +-0000744256 00000 n +-0000744386 00000 n +-0000743881 00000 n +-0000744069 00000 n +-0000744583 00000 n +-0000744715 00000 n +-0000748731 00000 n +-0000746701 00000 n +-0000745109 00000 n +-0000747941 00000 n +-0000748006 00000 n +-0000746883 00000 n +-0000748072 00000 n +-0000747036 00000 n +-0000747223 00000 n +-0000747411 00000 n +-0000747599 00000 n +-0000747753 00000 n +-0000748270 00000 n +-0000748402 00000 n +-0000748534 00000 n +-0000748666 00000 n +-0001030525 00000 n +-0000752845 00000 n +-0000750354 00000 n +-0000748875 00000 n +-0000752057 00000 n +-0000752319 00000 n +-0000750554 00000 n +-0000750742 00000 n +-0000750930 00000 n +-0000751118 00000 n +-0000751306 00000 n +-0000751494 00000 n +-0000751682 00000 n +-0000751869 00000 n +-0000752517 00000 n +-0000752649 00000 n +-0000752781 00000 n +-0000754435 00000 n +-0000754303 00000 n +-0000754567 00000 n +-0000754699 00000 n +-0000754171 00000 n +-0000754963 00000 n +-0000753925 00000 n +-0000752961 00000 n +-0000754041 00000 n +-0000760048 00000 n +-0000756769 00000 n +-0000755079 00000 n +-0000759456 00000 n +-0000759521 00000 n +-0000757014 00000 n +-0000759718 00000 n +-0000759982 00000 n +-0000757202 00000 n +-0000757390 00000 n +-0000757578 00000 n +-0000757766 00000 n +-0000757954 00000 n +-0000758142 00000 n +-0000758330 00000 n +-0000758517 00000 n +-0000758705 00000 n +-0000758892 00000 n +-0000759080 00000 n +-0000759268 00000 n +-0000764893 00000 n +-0000762762 00000 n +-0000764762 00000 n +-0000762630 00000 n +-0000765025 00000 n +-0000762894 00000 n +-0000764630 00000 n +-0000762498 00000 n +-0000762103 00000 n +-0000762366 00000 n +-0000762235 00000 n +-0000764103 00000 n +-0000762960 00000 n +-0000761188 00000 n +-0000760178 00000 n +-0000761906 00000 n +-0000761343 00000 n +-0000761531 00000 n +-0000761719 00000 n +-0000764498 00000 n +-0000764367 00000 n +-0000764235 00000 n +-0000765091 00000 n +-0000763857 00000 n +-0000763048 00000 n +-0000763973 00000 n +-0000769213 00000 n +-0000766764 00000 n +-0000765179 00000 n +-0000768358 00000 n +-0000768620 00000 n +-0000766964 00000 n +-0000767118 00000 n +-0000767306 00000 n +-0000767460 00000 n +-0000767646 00000 n +-0000767798 00000 n +-0000767982 00000 n +-0000768171 00000 n +-0000768817 00000 n +-0000768949 00000 n +-0000769081 00000 n +-0001030650 00000 n +-0000777952 00000 n +-0000771679 00000 n +-0000769343 00000 n +-0000777887 00000 n +-0000772140 00000 n +-0000772294 00000 n +-0000772450 00000 n +-0000772606 00000 n +-0000772762 00000 n +-0000772917 00000 n +-0000773073 00000 n +-0000773229 00000 n +-0000773384 00000 n +-0000773540 00000 n +-0000773694 00000 n +-0000773850 00000 n +-0000774005 00000 n +-0000774161 00000 n +-0000774317 00000 n +-0000774473 00000 n +-0000774627 00000 n +-0000774781 00000 n +-0000774937 00000 n +-0000775091 00000 n +-0000775247 00000 n +-0000775403 00000 n +-0000775558 00000 n +-0000775713 00000 n +-0000775869 00000 n +-0000776025 00000 n +-0000776181 00000 n +-0000776335 00000 n +-0000776489 00000 n +-0000776645 00000 n +-0000776800 00000 n +-0000776954 00000 n +-0000777109 00000 n +-0000777265 00000 n +-0000777421 00000 n +-0000777576 00000 n +-0000777732 00000 n +-0000787434 00000 n +-0000780521 00000 n +-0000778040 00000 n +-0000787369 00000 n +-0000781018 00000 n +-0000781172 00000 n +-0000781326 00000 n +-0000781480 00000 n +-0000781634 00000 n +-0000781788 00000 n +-0000781942 00000 n +-0000782098 00000 n +-0000782251 00000 n +-0000782407 00000 n +-0000782563 00000 n +-0000782719 00000 n +-0000782874 00000 n +-0000783029 00000 n +-0000783184 00000 n +-0000783339 00000 n +-0000783494 00000 n +-0000783649 00000 n +-0000783804 00000 n +-0000783959 00000 n +-0000784114 00000 n +-0000784269 00000 n +-0000784424 00000 n +-0000784579 00000 n +-0000784734 00000 n +-0000784889 00000 n +-0000785044 00000 n +-0000785199 00000 n +-0000785354 00000 n +-0000785509 00000 n +-0000785664 00000 n +-0000785819 00000 n +-0000785974 00000 n +-0000786129 00000 n +-0000786284 00000 n +-0000786439 00000 n +-0000786594 00000 n +-0000786749 00000 n +-0000786904 00000 n +-0000787059 00000 n +-0000787214 00000 n +-0000797425 00000 n +-0000789695 00000 n +-0000787522 00000 n +-0000797360 00000 n +-0000790237 00000 n +-0000790392 00000 n +-0000790547 00000 n +-0000790702 00000 n +-0000790857 00000 n +-0000791012 00000 n +-0000791168 00000 n +-0000791324 00000 n +-0000791480 00000 n +-0000791636 00000 n +-0000791792 00000 n +-0000791948 00000 n +-0000792104 00000 n +-0000792260 00000 n +-0000792416 00000 n +-0000792572 00000 n +-0000792728 00000 n +-0000792884 00000 n +-0000793040 00000 n +-0000793196 00000 n +-0000793351 00000 n +-0000793506 00000 n +-0000793662 00000 n +-0000793818 00000 n +-0000793972 00000 n +-0000794126 00000 n +-0000794280 00000 n +-0000794434 00000 n +-0000794588 00000 n +-0000794742 00000 n +-0000794896 00000 n +-0000795050 00000 n +-0000795204 00000 n +-0000795358 00000 n +-0000795512 00000 n +-0000795666 00000 n +-0000795820 00000 n +-0000795974 00000 n +-0000796128 00000 n +-0000796282 00000 n +-0000796436 00000 n +-0000796590 00000 n +-0000796744 00000 n +-0000796898 00000 n +-0000797052 00000 n +-0000797206 00000 n +-0000806173 00000 n +-0000799909 00000 n +-0000797513 00000 n +-0000806108 00000 n +-0000800370 00000 n +-0000800526 00000 n +-0000800682 00000 n +-0000800838 00000 n +-0000800994 00000 n +-0000801149 00000 n +-0000801304 00000 n +-0000801460 00000 n +-0000801615 00000 n +-0000801770 00000 n +-0000801925 00000 n +-0000802081 00000 n +-0000802235 00000 n +-0000802389 00000 n +-0000802543 00000 n +-0000802698 00000 n +-0000802853 00000 n +-0000803007 00000 n +-0000803163 00000 n +-0000803317 00000 n +-0000803473 00000 n +-0000803629 00000 n +-0000803784 00000 n +-0000803939 00000 n +-0000804095 00000 n +-0000804251 00000 n +-0000804406 00000 n +-0000804561 00000 n +-0000804716 00000 n +-0000804870 00000 n +-0000805025 00000 n +-0000805180 00000 n +-0000805335 00000 n +-0000805489 00000 n +-0000805644 00000 n +-0000805799 00000 n +-0000805953 00000 n +-0000815153 00000 n +-0000808588 00000 n +-0000806261 00000 n +-0000815088 00000 n +-0000809067 00000 n +-0000809219 00000 n +-0000809373 00000 n +-0000809527 00000 n +-0000809682 00000 n +-0000809837 00000 n +-0000809991 00000 n +-0000810145 00000 n +-0000810299 00000 n +-0000810453 00000 n +-0000810607 00000 n +-0000810761 00000 n +-0000810915 00000 n +-0000811068 00000 n +-0000811221 00000 n +-0000811375 00000 n +-0000811528 00000 n +-0000811683 00000 n +-0000811836 00000 n +-0000811991 00000 n +-0000812146 00000 n +-0000812299 00000 n +-0000812454 00000 n +-0000812609 00000 n +-0000812763 00000 n +-0000812918 00000 n +-0000813073 00000 n +-0000813228 00000 n +-0000813383 00000 n +-0000813537 00000 n +-0000813692 00000 n +-0000813847 00000 n +-0000814001 00000 n +-0000814156 00000 n +-0000814311 00000 n +-0000814466 00000 n +-0000814622 00000 n +-0000814778 00000 n +-0000814933 00000 n +-0000828952 00000 n +-0000818582 00000 n +-0000815241 00000 n +-0000828887 00000 n +-0000819268 00000 n +-0000819421 00000 n +-0000819575 00000 n +-0000819729 00000 n +-0000819883 00000 n +-0000820037 00000 n +-0000820191 00000 n +-0000820345 00000 n +-0000820499 00000 n +-0000820653 00000 n +-0000820806 00000 n +-0000820962 00000 n ++0000676597 00000 n ++0000676752 00000 n ++0000676905 00000 n ++0000677060 00000 n ++0000677214 00000 n ++0000677369 00000 n ++0000677523 00000 n ++0000677678 00000 n ++0000686210 00000 n ++0000680794 00000 n ++0000678008 00000 n ++0000686146 00000 n ++0000681210 00000 n ++0000681365 00000 n ++0000681519 00000 n ++0000681674 00000 n ++0000681828 00000 n ++0000681983 00000 n ++0000682137 00000 n ++0000682292 00000 n ++0000682446 00000 n ++0000682600 00000 n ++0000682754 00000 n ++0000682909 00000 n ++0000683062 00000 n ++0000683217 00000 n ++0000683371 00000 n ++0000683526 00000 n ++0000683680 00000 n ++0000683835 00000 n ++0000683989 00000 n ++0000684143 00000 n ++0000684297 00000 n ++0000684451 00000 n ++0000684605 00000 n ++0000684759 00000 n ++0000684913 00000 n ++0000685068 00000 n ++0000685222 00000 n ++0000685376 00000 n ++0000685529 00000 n ++0000685684 00000 n ++0000685838 00000 n ++0000685992 00000 n ++0000692137 00000 n ++0000688131 00000 n ++0000686322 00000 n ++0000692009 00000 n ++0000688466 00000 n ++0000688621 00000 n ++0000688775 00000 n ++0000688929 00000 n ++0000689084 00000 n ++0000689238 00000 n ++0000689392 00000 n ++0000689545 00000 n ++0000689700 00000 n ++0000689854 00000 n ++0000690008 00000 n ++0000690161 00000 n ++0000690316 00000 n ++0000690470 00000 n ++0000690624 00000 n ++0000690777 00000 n ++0000690932 00000 n ++0000691086 00000 n ++0000691240 00000 n ++0000691393 00000 n ++0000691548 00000 n ++0000691702 00000 n ++0000691856 00000 n ++0000692073 00000 n ++0000980199 00000 n ++0000694408 00000 n ++0000693475 00000 n ++0000692249 00000 n ++0000694090 00000 n ++0000694280 00000 n ++0000693630 00000 n ++0000693783 00000 n ++0000693936 00000 n ++0000694344 00000 n ++0000696663 00000 n ++0000695730 00000 n ++0000694533 00000 n ++0000696345 00000 n ++0000696535 00000 n ++0000695885 00000 n ++0000696038 00000 n ++0000696191 00000 n ++0000696599 00000 n ++0000699699 00000 n ++0000698281 00000 n ++0000696788 00000 n ++0000699383 00000 n ++0000699573 00000 n ++0000698463 00000 n ++0000698615 00000 n ++0000698768 00000 n ++0000698922 00000 n ++0000699076 00000 n ++0000699230 00000 n ++0000699635 00000 n ++0000708888 00000 n ++0000702545 00000 n ++0000699837 00000 n ++0000708635 00000 n ++0000708825 00000 n ++0000703006 00000 n ++0000703160 00000 n ++0000703314 00000 n ++0000703467 00000 n ++0000703620 00000 n ++0000703774 00000 n ++0000703927 00000 n ++0000704075 00000 n ++0000704228 00000 n ++0000704381 00000 n ++0000704531 00000 n ++0000704685 00000 n ++0000704839 00000 n ++0000704989 00000 n ++0000705139 00000 n ++0000705293 00000 n ++0000705447 00000 n ++0000705600 00000 n ++0000705749 00000 n ++0000705898 00000 n ++0000706051 00000 n ++0000706204 00000 n ++0000706354 00000 n ++0000706504 00000 n ++0000706658 00000 n ++0000706812 00000 n ++0000706965 00000 n ++0000707115 00000 n ++0000707264 00000 n ++0000707417 00000 n ++0000707570 00000 n ++0000707728 00000 n ++0000707878 00000 n ++0000708032 00000 n ++0000708186 00000 n ++0000708336 00000 n ++0000708485 00000 n ++0000720261 00000 n ++0000712164 00000 n ++0000709013 00000 n ++0000720197 00000 n ++0000712733 00000 n ++0000712883 00000 n ++0000713037 00000 n ++0000713191 00000 n ++0000713340 00000 n ++0000713489 00000 n ++0000713643 00000 n ++0000713797 00000 n ++0000713946 00000 n ++0000714096 00000 n ++0000714245 00000 n ++0000714398 00000 n ++0000714551 00000 n ++0000714705 00000 n ++0000714859 00000 n ++0000715013 00000 n ++0000715167 00000 n ++0000715321 00000 n ++0000715475 00000 n ++0000715625 00000 n ++0000715774 00000 n ++0000715928 00000 n ++0000716082 00000 n ++0000716236 00000 n ++0000716390 00000 n ++0000716539 00000 n ++0000716688 00000 n ++0000716841 00000 n ++0000716994 00000 n ++0000717148 00000 n ++0000717300 00000 n ++0000717454 00000 n ++0000717604 00000 n ++0000717754 00000 n ++0000717908 00000 n ++0000718062 00000 n ++0000718216 00000 n ++0000718362 00000 n ++0000718512 00000 n ++0000718662 00000 n ++0000718815 00000 n ++0000718969 00000 n ++0000719123 00000 n ++0000719277 00000 n ++0000719431 00000 n ++0000719585 00000 n ++0000719738 00000 n ++0000719891 00000 n ++0000720044 00000 n ++0000731909 00000 n ++0000723670 00000 n ++0000720386 00000 n ++0000731845 00000 n ++0000724248 00000 n ++0000724397 00000 n ++0000724551 00000 n ++0000724705 00000 n ++0000724858 00000 n ++0000725007 00000 n ++0000725157 00000 n ++0000725311 00000 n ++0000725465 00000 n ++0000725619 00000 n ++0000725768 00000 n ++0000725922 00000 n ++0000726076 00000 n ++0000726228 00000 n ++0000726382 00000 n ++0000726532 00000 n ++0000726682 00000 n ++0000726832 00000 n ++0000726986 00000 n ++0000727137 00000 n ++0000727288 00000 n ++0000727441 00000 n ++0000727590 00000 n ++0000727739 00000 n ++0000727889 00000 n ++0000728043 00000 n ++0000728197 00000 n ++0000728349 00000 n ++0000728499 00000 n ++0000728653 00000 n ++0000728807 00000 n ++0000728960 00000 n ++0000729110 00000 n ++0000729263 00000 n ++0000729416 00000 n ++0000729564 00000 n ++0000729713 00000 n ++0000729860 00000 n ++0000730011 00000 n ++0000730163 00000 n ++0000730316 00000 n ++0000730470 00000 n ++0000730620 00000 n ++0000730774 00000 n ++0000730928 00000 n ++0000731081 00000 n ++0000731235 00000 n ++0000731387 00000 n ++0000731541 00000 n ++0000731691 00000 n ++0000980324 00000 n ++0000743874 00000 n ++0000735068 00000 n ++0000732034 00000 n ++0000743810 00000 n ++0000735673 00000 n ++0000735827 00000 n ++0000735981 00000 n ++0000736131 00000 n ++0000736284 00000 n ++0000736437 00000 n ++0000736590 00000 n ++0000736744 00000 n ++0000736899 00000 n ++0000737053 00000 n ++0000737207 00000 n ++0000737360 00000 n ++0000737515 00000 n ++0000737669 00000 n ++0000737822 00000 n ++0000737976 00000 n ++0000738130 00000 n ++0000738284 00000 n ++0000738438 00000 n ++0000738592 00000 n ++0000738746 00000 n ++0000738899 00000 n ++0000739053 00000 n ++0000739207 00000 n ++0000739361 00000 n ++0000739515 00000 n ++0000739669 00000 n ++0000739823 00000 n ++0000739976 00000 n ++0000740130 00000 n ++0000740283 00000 n ++0000740437 00000 n ++0000740590 00000 n ++0000740743 00000 n ++0000740894 00000 n ++0000741047 00000 n ++0000741201 00000 n ++0000741354 00000 n ++0000741508 00000 n ++0000741662 00000 n ++0000741815 00000 n ++0000741969 00000 n ++0000742121 00000 n ++0000742275 00000 n ++0000742429 00000 n ++0000742582 00000 n ++0000742736 00000 n ++0000742890 00000 n ++0000743043 00000 n ++0000743197 00000 n ++0000743351 00000 n ++0000743505 00000 n ++0000743658 00000 n ++0000745615 00000 n ++0000744872 00000 n ++0000743999 00000 n ++0000745487 00000 n ++0000745027 00000 n ++0000745181 00000 n ++0000745334 00000 n ++0000745551 00000 n ++0000746469 00000 n ++0000746163 00000 n ++0000745727 00000 n ++0000746279 00000 n ++0000749797 00000 n ++0000748147 00000 n ++0000746542 00000 n ++0000749544 00000 n ++0000749734 00000 n ++0000748347 00000 n ++0000748496 00000 n ++0000748646 00000 n ++0000748795 00000 n ++0000748945 00000 n ++0000749095 00000 n ++0000749245 00000 n ++0000749395 00000 n ++0000755080 00000 n ++0000751847 00000 n ++0000749922 00000 n ++0000754888 00000 n ++0000752137 00000 n ++0000752287 00000 n ++0000752437 00000 n ++0000754952 00000 n ++0000752587 00000 n ++0000755016 00000 n ++0000752741 00000 n ++0000752895 00000 n ++0000753049 00000 n ++0000753203 00000 n ++0000753357 00000 n ++0000753511 00000 n ++0000753664 00000 n ++0000753818 00000 n ++0000753972 00000 n ++0000754126 00000 n ++0000754280 00000 n ++0000754434 00000 n ++0000754584 00000 n ++0000754738 00000 n ++0000765165 00000 n ++0000757883 00000 n ++0000755192 00000 n ++0000764973 00000 n ++0000765037 00000 n ++0000758389 00000 n ++0000758542 00000 n ++0000758698 00000 n ++0000758854 00000 n ++0000759011 00000 n ++0000759167 00000 n ++0000759324 00000 n ++0000759481 00000 n ++0000759639 00000 n ++0000759796 00000 n ++0000759953 00000 n ++0000760107 00000 n ++0000760265 00000 n ++0000760420 00000 n ++0000760578 00000 n ++0000760736 00000 n ++0000760895 00000 n ++0000761049 00000 n ++0000761207 00000 n ++0000761364 00000 n ++0000761518 00000 n ++0000761676 00000 n ++0000761834 00000 n ++0000761990 00000 n ++0000762147 00000 n ++0000762304 00000 n ++0000762461 00000 n ++0000762616 00000 n ++0000762774 00000 n ++0000762933 00000 n ++0000763091 00000 n ++0000763250 00000 n ++0000763408 00000 n ++0000763567 00000 n ++0000763722 00000 n ++0000763880 00000 n ++0000764039 00000 n ++0000764196 00000 n ++0000764354 00000 n ++0000765101 00000 n ++0000764512 00000 n ++0000764666 00000 n ++0000764819 00000 n ++0000980449 00000 n ++0000772471 00000 n ++0000767887 00000 n ++0000765264 00000 n ++0000772407 00000 n ++0000768258 00000 n ++0000768412 00000 n ++0000768566 00000 n ++0000768719 00000 n ++0000768872 00000 n ++0000769026 00000 n ++0000769180 00000 n ++0000769334 00000 n ++0000769488 00000 n ++0000769642 00000 n ++0000769796 00000 n ++0000769950 00000 n ++0000770104 00000 n ++0000770258 00000 n ++0000770412 00000 n ++0000770563 00000 n ++0000770717 00000 n ++0000770871 00000 n ++0000771025 00000 n ++0000771179 00000 n ++0000771333 00000 n ++0000771487 00000 n ++0000771641 00000 n ++0000771795 00000 n ++0000771948 00000 n ++0000772101 00000 n ++0000772254 00000 n ++0000781091 00000 n ++0000775235 00000 n ++0000772583 00000 n ++0000781027 00000 n ++0000775678 00000 n ++0000775831 00000 n ++0000775985 00000 n ++0000776135 00000 n ++0000776289 00000 n ++0000776443 00000 n ++0000776595 00000 n ++0000776749 00000 n ++0000776903 00000 n ++0000777057 00000 n ++0000777211 00000 n ++0000777360 00000 n ++0000777513 00000 n ++0000777667 00000 n ++0000777817 00000 n ++0000777969 00000 n ++0000778117 00000 n ++0000778270 00000 n ++0000778423 00000 n ++0000778575 00000 n ++0000778725 00000 n ++0000778879 00000 n ++0000779033 00000 n ++0000779186 00000 n ++0000779340 00000 n ++0000779494 00000 n ++0000779647 00000 n ++0000779800 00000 n ++0000779953 00000 n ++0000780107 00000 n ++0000780261 00000 n ++0000780415 00000 n ++0000780568 00000 n ++0000780721 00000 n ++0000780874 00000 n ++0000789312 00000 n ++0000784104 00000 n ++0000781216 00000 n ++0000789248 00000 n ++0000784511 00000 n ++0000784665 00000 n ++0000784819 00000 n ++0000784969 00000 n ++0000785123 00000 n ++0000785277 00000 n ++0000785427 00000 n ++0000785581 00000 n ++0000785735 00000 n ++0000785888 00000 n ++0000786042 00000 n ++0000786195 00000 n ++0000786348 00000 n ++0000786502 00000 n ++0000786656 00000 n ++0000786806 00000 n ++0000786959 00000 n ++0000787108 00000 n ++0000787262 00000 n ++0000787416 00000 n ++0000787569 00000 n ++0000787719 00000 n ++0000787873 00000 n ++0000788023 00000 n ++0000788176 00000 n ++0000788325 00000 n ++0000788478 00000 n ++0000788632 00000 n ++0000788786 00000 n ++0000788940 00000 n ++0000789094 00000 n ++0000798736 00000 n ++0000792204 00000 n ++0000789437 00000 n ++0000798672 00000 n ++0000792683 00000 n ++0000792837 00000 n ++0000792991 00000 n ++0000793144 00000 n ++0000793297 00000 n ++0000793451 00000 n ++0000793603 00000 n ++0000793757 00000 n ++0000793911 00000 n ++0000794064 00000 n ++0000794218 00000 n ++0000794372 00000 n ++0000794524 00000 n ++0000794678 00000 n ++0000794830 00000 n ++0000794984 00000 n ++0000795136 00000 n ++0000795290 00000 n ++0000795444 00000 n ++0000795598 00000 n ++0000795752 00000 n ++0000795905 00000 n ++0000796060 00000 n ++0000796214 00000 n ++0000796368 00000 n ++0000796522 00000 n ++0000796674 00000 n ++0000796828 00000 n ++0000796981 00000 n ++0000797134 00000 n ++0000797288 00000 n ++0000797441 00000 n ++0000797595 00000 n ++0000797749 00000 n ++0000797903 00000 n ++0000798058 00000 n ++0000798212 00000 n ++0000798366 00000 n ++0000798518 00000 n ++0000808620 00000 n ++0000801903 00000 n ++0000798861 00000 n ++0000808556 00000 n ++0000802391 00000 n ++0000802545 00000 n ++0000802699 00000 n ++0000802852 00000 n ++0000803006 00000 n ++0000803160 00000 n ++0000803314 00000 n ++0000803468 00000 n ++0000803623 00000 n ++0000803777 00000 n ++0000803931 00000 n ++0000804085 00000 n ++0000804240 00000 n ++0000804394 00000 n ++0000804548 00000 n ++0000804702 00000 n ++0000804855 00000 n ++0000805009 00000 n ++0000805164 00000 n ++0000805316 00000 n ++0000805470 00000 n ++0000805625 00000 n ++0000805780 00000 n ++0000805934 00000 n ++0000806088 00000 n ++0000806243 00000 n ++0000806398 00000 n ++0000806550 00000 n ++0000806705 00000 n ++0000806859 00000 n ++0000807013 00000 n ++0000807168 00000 n ++0000807322 00000 n ++0000807475 00000 n ++0000807628 00000 n ++0000807782 00000 n ++0000807937 00000 n ++0000808092 00000 n ++0000808246 00000 n ++0000808401 00000 n ++0000809550 00000 n ++0000809306 00000 n ++0000808745 00000 n ++0000809422 00000 n ++0000809486 00000 n ++0000980574 00000 n ++0000816930 00000 n ++0000812159 00000 n ++0000809636 00000 n ++0000816677 00000 n ++0000816867 00000 n ++0000812530 00000 n ++0000812684 00000 n ++0000812838 00000 n ++0000812992 00000 n ++0000813146 00000 n ++0000813300 00000 n ++0000813454 00000 n ++0000813607 00000 n ++0000813758 00000 n ++0000813912 00000 n ++0000814066 00000 n ++0000814220 00000 n ++0000814374 00000 n ++0000814528 00000 n ++0000814682 00000 n ++0000814834 00000 n ++0000814986 00000 n ++0000815140 00000 n ++0000815294 00000 n ++0000815448 00000 n ++0000815602 00000 n ++0000815756 00000 n ++0000815910 00000 n ++0000816062 00000 n ++0000816216 00000 n ++0000816370 00000 n ++0000816523 00000 n ++0000821246 00000 n ++0000818719 00000 n ++0000817068 00000 n + 0000821118 00000 n +-0000821274 00000 n +-0000821430 00000 n +-0000821585 00000 n +-0000821740 00000 n +-0000821896 00000 n +-0000822051 00000 n +-0000822207 00000 n +-0000822363 00000 n +-0000822519 00000 n +-0000822674 00000 n +-0000822830 00000 n +-0000822985 00000 n +-0000823141 00000 n +-0000823295 00000 n +-0000823451 00000 n +-0000823607 00000 n +-0000823763 00000 n +-0000823918 00000 n +-0000824074 00000 n +-0000824229 00000 n +-0000824385 00000 n +-0000824541 00000 n +-0000824697 00000 n +-0000824851 00000 n +-0000825007 00000 n +-0000825162 00000 n +-0000825317 00000 n +-0000825472 00000 n +-0000825627 00000 n +-0000825783 00000 n +-0000825938 00000 n +-0000826092 00000 n +-0000826248 00000 n +-0000826404 00000 n +-0000826559 00000 n +-0000826715 00000 n +-0000826871 00000 n +-0000827026 00000 n +-0000827180 00000 n +-0000827336 00000 n +-0000827491 00000 n +-0000827647 00000 n +-0000827801 00000 n +-0000827957 00000 n +-0000828111 00000 n +-0000828266 00000 n +-0000828420 00000 n +-0000828576 00000 n +-0000828732 00000 n +-0001030775 00000 n +-0000840386 00000 n +-0000831834 00000 n +-0000829040 00000 n +-0000840321 00000 n +-0000832421 00000 n +-0000832577 00000 n +-0000832732 00000 n +-0000832887 00000 n +-0000833042 00000 n +-0000833197 00000 n +-0000833352 00000 n +-0000833507 00000 n +-0000833662 00000 n +-0000833817 00000 n +-0000833972 00000 n +-0000834127 00000 n +-0000834282 00000 n +-0000834437 00000 n +-0000834592 00000 n +-0000834747 00000 n +-0000834902 00000 n +-0000835057 00000 n +-0000835213 00000 n +-0000835369 00000 n +-0000835525 00000 n +-0000835681 00000 n +-0000835835 00000 n +-0000835991 00000 n +-0000836147 00000 n +-0000836303 00000 n +-0000836458 00000 n +-0000836612 00000 n +-0000836768 00000 n +-0000836923 00000 n +-0000837076 00000 n +-0000837231 00000 n +-0000837385 00000 n +-0000837539 00000 n +-0000837694 00000 n +-0000837849 00000 n +-0000838003 00000 n +-0000838158 00000 n +-0000838313 00000 n +-0000838466 00000 n +-0000838621 00000 n +-0000838776 00000 n +-0000838930 00000 n +-0000839084 00000 n +-0000839237 00000 n +-0000839392 00000 n +-0000839547 00000 n +-0000839702 00000 n +-0000839857 00000 n +-0000840011 00000 n +-0000840167 00000 n +-0000854225 00000 n +-0000844044 00000 n +-0000840474 00000 n +-0000854160 00000 n +-0000844721 00000 n +-0000844877 00000 n +-0000845033 00000 n +-0000845189 00000 n +-0000845345 00000 n +-0000845500 00000 n +-0000845654 00000 n +-0000845810 00000 n +-0000845966 00000 n +-0000846122 00000 n +-0000846278 00000 n +-0000846433 00000 n +-0000846589 00000 n +-0000846745 00000 n +-0000846899 00000 n +-0000847054 00000 n +-0000847209 00000 n +-0000847364 00000 n +-0000847519 00000 n +-0000847674 00000 n +-0000847828 00000 n +-0000847979 00000 n +-0000848133 00000 n +-0000848288 00000 n +-0000848444 00000 n +-0000848599 00000 n +-0000848753 00000 n +-0000848908 00000 n +-0000849062 00000 n +-0000849217 00000 n +-0000849372 00000 n +-0000849521 00000 n +-0000849674 00000 n +-0000849829 00000 n +-0000849984 00000 n +-0000850138 00000 n +-0000850293 00000 n +-0000850448 00000 n +-0000850602 00000 n +-0000850756 00000 n +-0000850911 00000 n +-0000851065 00000 n +-0000851218 00000 n +-0000851373 00000 n +-0000851528 00000 n +-0000851681 00000 n +-0000851835 00000 n +-0000851988 00000 n +-0000852143 00000 n +-0000852298 00000 n +-0000852452 00000 n +-0000852607 00000 n +-0000852761 00000 n +-0000852916 00000 n +-0000853071 00000 n +-0000853226 00000 n +-0000853382 00000 n +-0000853538 00000 n +-0000853694 00000 n +-0000853849 00000 n +-0000854004 00000 n +-0000871174 00000 n +-0000858346 00000 n +-0000854313 00000 n +-0000871109 00000 n +-0000859167 00000 n +-0000859323 00000 n +-0000859477 00000 n +-0000859633 00000 n +-0000859789 00000 n +-0000859944 00000 n +-0000860100 00000 n +-0000860255 00000 n +-0000860410 00000 n +-0000860565 00000 n +-0000860719 00000 n +-0000860874 00000 n +-0000861030 00000 n +-0000861186 00000 n +-0000861341 00000 n +-0000861496 00000 n +-0000861651 00000 n +-0000861807 00000 n +-0000861963 00000 n +-0000862119 00000 n +-0000862273 00000 n +-0000862428 00000 n +-0000862583 00000 n +-0000862739 00000 n +-0000862895 00000 n +-0000863050 00000 n +-0000863205 00000 n +-0000863361 00000 n +-0000863517 00000 n +-0000863673 00000 n +-0000863829 00000 n +-0000863985 00000 n +-0000864140 00000 n +-0000864296 00000 n +-0000864452 00000 n +-0000864608 00000 n +-0000864764 00000 n +-0000864920 00000 n +-0000865074 00000 n +-0000865230 00000 n +-0000865385 00000 n +-0000865540 00000 n +-0000865695 00000 n +-0000865849 00000 n +-0000866004 00000 n +-0000866157 00000 n +-0000866312 00000 n +-0000866464 00000 n +-0000866619 00000 n +-0000866773 00000 n +-0000866927 00000 n +-0000867081 00000 n +-0000867236 00000 n +-0000867390 00000 n +-0000867545 00000 n +-0000867700 00000 n +-0000867854 00000 n +-0000868009 00000 n +-0000868164 00000 n +-0000868319 00000 n +-0000868474 00000 n +-0000868628 00000 n +-0000868783 00000 n +-0000868938 00000 n +-0000869093 00000 n +-0000869248 00000 n +-0000869402 00000 n +-0000869556 00000 n +-0000869711 00000 n +-0000869866 00000 n +-0000870022 00000 n +-0000870178 00000 n +-0000870334 00000 n +-0000870490 00000 n +-0000870645 00000 n +-0000870800 00000 n +-0000870954 00000 n +-0000882641 00000 n +-0000874271 00000 n +-0000871262 00000 n +-0000882576 00000 n +-0000874849 00000 n +-0000875002 00000 n +-0000875157 00000 n +-0000875312 00000 n +-0000875466 00000 n +-0000875621 00000 n +-0000875776 00000 n +-0000875930 00000 n +-0000876085 00000 n +-0000876239 00000 n +-0000876393 00000 n +-0000876548 00000 n +-0000876703 00000 n +-0000876858 00000 n +-0000877013 00000 n +-0000877168 00000 n +-0000877322 00000 n +-0000877477 00000 n +-0000877632 00000 n +-0000877787 00000 n +-0000877941 00000 n +-0000878095 00000 n +-0000878249 00000 n +-0000878404 00000 n +-0000878559 00000 n +-0000878714 00000 n +-0000878869 00000 n +-0000879024 00000 n +-0000879178 00000 n +-0000879333 00000 n +-0000879488 00000 n +-0000879643 00000 n +-0000879798 00000 n +-0000879951 00000 n +-0000880106 00000 n +-0000880261 00000 n +-0000880416 00000 n +-0000880568 00000 n +-0000880723 00000 n +-0000880878 00000 n +-0000881030 00000 n +-0000881184 00000 n +-0000881339 00000 n +-0000881494 00000 n +-0000881648 00000 n +-0000881802 00000 n +-0000881957 00000 n +-0000882110 00000 n +-0000882265 00000 n +-0000882421 00000 n +-0000894352 00000 n +-0000885795 00000 n +-0000882729 00000 n +-0000894287 00000 n +-0000886382 00000 n +-0000886536 00000 n +-0000886692 00000 n +-0000886848 00000 n +-0000887004 00000 n +-0000887159 00000 n +-0000887315 00000 n +-0000887471 00000 n +-0000887627 00000 n +-0000887781 00000 n +-0000887937 00000 n +-0000888093 00000 n +-0000888248 00000 n +-0000888403 00000 n +-0000888558 00000 n +-0000888713 00000 n +-0000888868 00000 n +-0000889022 00000 n +-0000889177 00000 n +-0000889332 00000 n +-0000889487 00000 n +-0000889641 00000 n +-0000889796 00000 n +-0000889951 00000 n +-0000890106 00000 n +-0000890259 00000 n +-0000890412 00000 n +-0000890567 00000 n +-0000890722 00000 n +-0000890876 00000 n +-0000891031 00000 n +-0000891187 00000 n +-0000891342 00000 n +-0000891498 00000 n +-0000891653 00000 n +-0000891808 00000 n +-0000891963 00000 n +-0000892117 00000 n +-0000892272 00000 n +-0000892427 00000 n +-0000892581 00000 n +-0000892734 00000 n +-0000892889 00000 n +-0000893043 00000 n +-0000893198 00000 n +-0000893353 00000 n +-0000893508 00000 n +-0000893663 00000 n +-0000893819 00000 n +-0000893975 00000 n +-0000894131 00000 n +-0000903838 00000 n ++0000818973 00000 n ++0000819126 00000 n ++0000819279 00000 n ++0000819433 00000 n ++0000819586 00000 n ++0000819739 00000 n ++0000819892 00000 n ++0000820046 00000 n ++0000820200 00000 n ++0000820352 00000 n ++0000820505 00000 n ++0000820659 00000 n ++0000820813 00000 n ++0000820965 00000 n ++0000821182 00000 n ++0000824650 00000 n ++0000822903 00000 n ++0000821371 00000 n ++0000824332 00000 n ++0000824522 00000 n ++0000823103 00000 n ++0000823257 00000 n ++0000823411 00000 n ++0000823564 00000 n ++0000823717 00000 n ++0000823871 00000 n ++0000824025 00000 n ++0000824179 00000 n ++0000824586 00000 n ++0000827677 00000 n ++0000826259 00000 n ++0000824788 00000 n ++0000827359 00000 n ++0000827549 00000 n ++0000826441 00000 n ++0000826594 00000 n ++0000826745 00000 n ++0000826899 00000 n ++0000827052 00000 n ++0000827205 00000 n ++0000827613 00000 n ++0000829983 00000 n ++0000829050 00000 n ++0000827802 00000 n ++0000829665 00000 n ++0000829855 00000 n ++0000829205 00000 n ++0000829358 00000 n ++0000829511 00000 n ++0000829919 00000 n ++0000839019 00000 n ++0000832571 00000 n ++0000830121 00000 n ++0000838955 00000 n ++0000833050 00000 n ++0000833201 00000 n ++0000833353 00000 n ++0000833505 00000 n ++0000833657 00000 n ++0000833807 00000 n ++0000833959 00000 n ++0000834111 00000 n ++0000834262 00000 n ++0000834414 00000 n ++0000834565 00000 n ++0000834716 00000 n ++0000834868 00000 n ++0000835019 00000 n ++0000835171 00000 n ++0000835323 00000 n ++0000835474 00000 n ++0000835625 00000 n ++0000835776 00000 n ++0000835927 00000 n ++0000836078 00000 n ++0000836230 00000 n ++0000836382 00000 n ++0000836530 00000 n ++0000836681 00000 n ++0000836832 00000 n ++0000836984 00000 n ++0000837136 00000 n ++0000837288 00000 n ++0000837440 00000 n ++0000837592 00000 n ++0000837744 00000 n ++0000837896 00000 n ++0000838047 00000 n ++0000838197 00000 n ++0000838348 00000 n ++0000838500 00000 n ++0000838652 00000 n ++0000838803 00000 n ++0000980699 00000 n ++0000848418 00000 n ++0000841488 00000 n ++0000839105 00000 n ++0000848354 00000 n ++0000841994 00000 n ++0000842146 00000 n ++0000842298 00000 n ++0000842450 00000 n ++0000842601 00000 n ++0000842753 00000 n ++0000842905 00000 n ++0000843057 00000 n ++0000843208 00000 n ++0000843358 00000 n ++0000843509 00000 n ++0000843661 00000 n ++0000843813 00000 n ++0000843964 00000 n ++0000844116 00000 n ++0000844268 00000 n ++0000844419 00000 n ++0000844570 00000 n ++0000844720 00000 n ++0000844871 00000 n ++0000845022 00000 n ++0000845173 00000 n ++0000845324 00000 n ++0000845474 00000 n ++0000845624 00000 n ++0000845775 00000 n ++0000845927 00000 n ++0000846079 00000 n ++0000846231 00000 n ++0000846383 00000 n ++0000846535 00000 n ++0000846687 00000 n ++0000846839 00000 n ++0000846991 00000 n ++0000847143 00000 n ++0000847294 00000 n ++0000847445 00000 n ++0000847595 00000 n ++0000847746 00000 n ++0000847898 00000 n ++0000848050 00000 n ++0000848202 00000 n ++0000857599 00000 n ++0000850683 00000 n ++0000848504 00000 n ++0000857535 00000 n ++0000851189 00000 n ++0000851341 00000 n ++0000851493 00000 n ++0000851645 00000 n ++0000851796 00000 n ++0000851947 00000 n ++0000852098 00000 n ++0000852250 00000 n ++0000852402 00000 n ++0000852554 00000 n ++0000852706 00000 n ++0000852858 00000 n ++0000853010 00000 n ++0000853162 00000 n ++0000853314 00000 n ++0000853466 00000 n ++0000853617 00000 n ++0000853767 00000 n ++0000853918 00000 n ++0000854070 00000 n ++0000854222 00000 n ++0000854374 00000 n ++0000854526 00000 n ++0000854678 00000 n ++0000854830 00000 n ++0000854982 00000 n ++0000855133 00000 n ++0000855283 00000 n ++0000855433 00000 n ++0000855583 00000 n ++0000855734 00000 n ++0000855883 00000 n ++0000856032 00000 n ++0000856181 00000 n ++0000856330 00000 n ++0000856479 00000 n ++0000856630 00000 n ++0000856782 00000 n ++0000856933 00000 n ++0000857084 00000 n ++0000857234 00000 n ++0000857384 00000 n ++0000865370 00000 n ++0000859903 00000 n ++0000857685 00000 n ++0000865306 00000 n ++0000860328 00000 n ++0000860479 00000 n ++0000860631 00000 n ++0000860783 00000 n ++0000860934 00000 n ++0000861085 00000 n ++0000861235 00000 n ++0000861386 00000 n ++0000861538 00000 n ++0000861689 00000 n ++0000861840 00000 n ++0000861991 00000 n ++0000862141 00000 n ++0000862292 00000 n ++0000862442 00000 n ++0000862592 00000 n ++0000862743 00000 n ++0000862894 00000 n ++0000863044 00000 n ++0000863195 00000 n ++0000863346 00000 n ++0000863496 00000 n ++0000863647 00000 n ++0000863798 00000 n ++0000863948 00000 n ++0000864099 00000 n ++0000864250 00000 n ++0000864401 00000 n ++0000864551 00000 n ++0000864702 00000 n ++0000864853 00000 n ++0000865004 00000 n ++0000865155 00000 n ++0000873732 00000 n ++0000867785 00000 n ++0000865456 00000 n ++0000873668 00000 n ++0000868237 00000 n ++0000868388 00000 n ++0000868539 00000 n ++0000868690 00000 n ++0000868841 00000 n ++0000868992 00000 n ++0000869141 00000 n ++0000869291 00000 n ++0000869442 00000 n ++0000869592 00000 n ++0000869743 00000 n ++0000869894 00000 n ++0000870044 00000 n ++0000870195 00000 n ++0000870346 00000 n ++0000870497 00000 n ++0000870647 00000 n ++0000870795 00000 n ++0000870946 00000 n ++0000871097 00000 n ++0000871248 00000 n ++0000871399 00000 n ++0000871551 00000 n ++0000871703 00000 n ++0000871855 00000 n ++0000872007 00000 n ++0000872158 00000 n ++0000872309 00000 n ++0000872460 00000 n ++0000872611 00000 n ++0000872762 00000 n ++0000872913 00000 n ++0000873064 00000 n ++0000873215 00000 n ++0000873366 00000 n ++0000873517 00000 n ++0000886643 00000 n ++0000876989 00000 n ++0000873818 00000 n ++0000886579 00000 n ++0000877648 00000 n ++0000877799 00000 n ++0000877950 00000 n ++0000878102 00000 n ++0000878254 00000 n ++0000878406 00000 n ++0000878558 00000 n ++0000878709 00000 n ++0000878859 00000 n ++0000879011 00000 n ++0000879163 00000 n ++0000879314 00000 n ++0000879465 00000 n ++0000879616 00000 n ++0000879768 00000 n ++0000879919 00000 n ++0000880071 00000 n ++0000880223 00000 n ++0000880375 00000 n ++0000880527 00000 n ++0000880679 00000 n ++0000880831 00000 n ++0000880983 00000 n ++0000881135 00000 n ++0000881287 00000 n ++0000881438 00000 n ++0000881590 00000 n ++0000881740 00000 n ++0000881892 00000 n ++0000882044 00000 n ++0000882194 00000 n ++0000882345 00000 n ++0000882495 00000 n ++0000882646 00000 n ++0000882798 00000 n ++0000882950 00000 n ++0000883102 00000 n ++0000883254 00000 n ++0000883406 00000 n ++0000883557 00000 n ++0000883705 00000 n ++0000883856 00000 n ++0000884008 00000 n ++0000884160 00000 n ++0000884312 00000 n ++0000884463 00000 n ++0000884615 00000 n ++0000884766 00000 n ++0000884917 00000 n ++0000885068 00000 n ++0000885220 00000 n ++0000885371 00000 n ++0000885522 00000 n ++0000885672 00000 n ++0000885822 00000 n ++0000885972 00000 n ++0000886124 00000 n ++0000886276 00000 n ++0000886428 00000 n ++0000898028 00000 n ++0000889525 00000 n ++0000886729 00000 n ++0000897964 00000 n ++0000890121 00000 n ++0000890271 00000 n ++0000890423 00000 n ++0000890573 00000 n ++0000890725 00000 n ++0000890877 00000 n ++0000891028 00000 n ++0000891179 00000 n ++0000891331 00000 n ++0000891483 00000 n ++0000891634 00000 n ++0000891785 00000 n ++0000891936 00000 n ++0000892086 00000 n ++0000892237 00000 n ++0000892388 00000 n ++0000892539 00000 n ++0000892689 00000 n ++0000892839 00000 n ++0000892989 00000 n ++0000893140 00000 n ++0000893290 00000 n ++0000893440 00000 n ++0000893590 00000 n ++0000893741 00000 n ++0000893892 00000 n ++0000894043 00000 n ++0000894193 00000 n ++0000894343 00000 n ++0000894492 00000 n ++0000894643 00000 n ++0000894794 00000 n ++0000894944 00000 n ++0000895096 00000 n ++0000895248 00000 n ++0000895400 00000 n ++0000895551 00000 n ++0000895703 00000 n ++0000895855 00000 n ++0000896007 00000 n ++0000896158 00000 n ++0000896308 00000 n ++0000896460 00000 n ++0000896611 00000 n ++0000896762 00000 n + 0000896913 00000 n +-0000894440 00000 n +-0000903773 00000 n +-0000897410 00000 n +-0000897564 00000 n +-0000897720 00000 n +-0000897876 00000 n +-0000898031 00000 n +-0000898187 00000 n +-0000898342 00000 n +-0000898497 00000 n +-0000898651 00000 n +-0000898806 00000 n +-0000898961 00000 n +-0000899117 00000 n +-0000899272 00000 n +-0000899426 00000 n +-0000899580 00000 n +-0000899735 00000 n +-0000899890 00000 n +-0000900045 00000 n +-0000900199 00000 n +-0000900354 00000 n +-0000900508 00000 n +-0000900664 00000 n +-0000900818 00000 n +-0000900973 00000 n +-0000901126 00000 n +-0000901282 00000 n +-0000901438 00000 n +-0000901594 00000 n +-0000901750 00000 n +-0000901906 00000 n +-0000902062 00000 n +-0000902217 00000 n +-0000902372 00000 n +-0000902528 00000 n +-0000902684 00000 n ++0000897063 00000 n ++0000897213 00000 n ++0000897362 00000 n ++0000897513 00000 n ++0000897662 00000 n ++0000897813 00000 n ++0000980824 00000 n ++0000910917 00000 n ++0000901278 00000 n ++0000898114 00000 n ++0000910853 00000 n ++0000901937 00000 n ++0000902087 00000 n ++0000902237 00000 n ++0000902388 00000 n ++0000902538 00000 n ++0000902689 00000 n + 0000902840 00000 n +-0000902996 00000 n +-0000903152 00000 n +-0000903307 00000 n +-0000903462 00000 n +-0000903618 00000 n +-0001030900 00000 n +-0000906792 00000 n +-0000904957 00000 n +-0000903926 00000 n +-0000906727 00000 n +-0000905175 00000 n +-0000905331 00000 n +-0000905486 00000 n +-0000905640 00000 n +-0000905795 00000 n +-0000905950 00000 n +-0000906105 00000 n +-0000906260 00000 n +-0000906416 00000 n +-0000906572 00000 n +-0000907526 00000 n +-0000919187 00000 n +-0000926853 00000 n +-0000942360 00000 n +-0000945001 00000 n +-0000944758 00000 n +-0000947386 00000 n +-0000947355 00000 n +-0000968538 00000 n +-0000986568 00000 n +-0001005449 00000 n +-0001027034 00000 n +-0001030989 00000 n +-0001031115 00000 n +-0001031241 00000 n +-0001031367 00000 n +-0001031493 00000 n +-0001031601 00000 n +-0001031702 00000 n +-0001070991 00000 n +-0001105510 00000 n +-0001105551 00000 n +-0001105591 00000 n +-0001105726 00000 n ++0000902991 00000 n ++0000903141 00000 n ++0000903292 00000 n ++0000903443 00000 n ++0000903594 00000 n ++0000903744 00000 n ++0000903895 00000 n ++0000904047 00000 n ++0000904198 00000 n ++0000904350 00000 n ++0000904501 00000 n ++0000904652 00000 n ++0000904804 00000 n ++0000904955 00000 n ++0000905107 00000 n ++0000905258 00000 n ++0000905410 00000 n ++0000905562 00000 n ++0000905714 00000 n ++0000905866 00000 n ++0000906018 00000 n ++0000906170 00000 n ++0000906320 00000 n ++0000906470 00000 n ++0000906621 00000 n ++0000906772 00000 n ++0000906923 00000 n ++0000907074 00000 n ++0000907226 00000 n ++0000907378 00000 n ++0000907529 00000 n ++0000907681 00000 n ++0000907832 00000 n ++0000907983 00000 n ++0000908134 00000 n ++0000908285 00000 n ++0000908436 00000 n ++0000908586 00000 n ++0000908736 00000 n ++0000908888 00000 n ++0000909039 00000 n ++0000909190 00000 n ++0000909340 00000 n ++0000909491 00000 n ++0000909642 00000 n ++0000909793 00000 n ++0000909945 00000 n ++0000910097 00000 n ++0000910249 00000 n ++0000910400 00000 n ++0000910552 00000 n ++0000910703 00000 n ++0000925353 00000 n ++0000914610 00000 n ++0000911003 00000 n ++0000925289 00000 n ++0000915332 00000 n ++0000915484 00000 n ++0000915635 00000 n ++0000915785 00000 n ++0000915937 00000 n ++0000916088 00000 n ++0000916239 00000 n ++0000916391 00000 n ++0000916541 00000 n ++0000916693 00000 n ++0000916844 00000 n ++0000916996 00000 n ++0000917148 00000 n ++0000917299 00000 n ++0000917451 00000 n ++0000917603 00000 n ++0000917754 00000 n ++0000917906 00000 n ++0000918058 00000 n ++0000918209 00000 n ++0000918361 00000 n ++0000918512 00000 n ++0000918663 00000 n ++0000918814 00000 n ++0000918965 00000 n ++0000919117 00000 n ++0000919267 00000 n ++0000919419 00000 n ++0000919570 00000 n ++0000919722 00000 n ++0000919872 00000 n ++0000920023 00000 n ++0000920174 00000 n ++0000920325 00000 n ++0000920476 00000 n ++0000920626 00000 n ++0000920777 00000 n ++0000920925 00000 n ++0000921076 00000 n ++0000921225 00000 n ++0000921375 00000 n ++0000921526 00000 n ++0000921677 00000 n ++0000921828 00000 n ++0000921979 00000 n ++0000922130 00000 n ++0000922281 00000 n ++0000922431 00000 n ++0000922580 00000 n ++0000922731 00000 n ++0000922879 00000 n ++0000923029 00000 n ++0000923179 00000 n ++0000923330 00000 n ++0000923481 00000 n ++0000923631 00000 n ++0000923781 00000 n ++0000923932 00000 n ++0000924083 00000 n ++0000924234 00000 n ++0000924385 00000 n ++0000924536 00000 n ++0000924686 00000 n ++0000924837 00000 n ++0000924988 00000 n ++0000925139 00000 n ++0000935349 00000 n ++0000928131 00000 n ++0000925439 00000 n ++0000935285 00000 n ++0000928655 00000 n ++0000928806 00000 n ++0000928958 00000 n ++0000929110 00000 n ++0000929260 00000 n ++0000929410 00000 n ++0000929561 00000 n ++0000929711 00000 n ++0000929862 00000 n ++0000930012 00000 n ++0000930162 00000 n ++0000930312 00000 n ++0000930463 00000 n ++0000930614 00000 n ++0000930764 00000 n ++0000930915 00000 n ++0000931066 00000 n ++0000931217 00000 n ++0000931368 00000 n ++0000931519 00000 n ++0000931670 00000 n ++0000931820 00000 n ++0000931969 00000 n ++0000932120 00000 n ++0000932271 00000 n ++0000932422 00000 n ++0000932573 00000 n ++0000932724 00000 n ++0000932875 00000 n ++0000933026 00000 n ++0000933177 00000 n ++0000933328 00000 n ++0000933478 00000 n ++0000933628 00000 n ++0000933779 00000 n ++0000933930 00000 n ++0000934079 00000 n ++0000934229 00000 n ++0000934380 00000 n ++0000934530 00000 n ++0000934681 00000 n ++0000934832 00000 n ++0000934983 00000 n ++0000935134 00000 n ++0000946530 00000 n ++0000938341 00000 n ++0000935435 00000 n ++0000946466 00000 n ++0000938919 00000 n ++0000939069 00000 n ++0000939219 00000 n ++0000939370 00000 n ++0000939521 00000 n ++0000939671 00000 n ++0000939822 00000 n ++0000939973 00000 n ++0000940124 00000 n ++0000940275 00000 n ++0000940425 00000 n ++0000940576 00000 n ++0000940727 00000 n ++0000940878 00000 n ++0000941029 00000 n ++0000941181 00000 n ++0000941333 00000 n ++0000941485 00000 n ++0000941637 00000 n ++0000941789 00000 n ++0000941941 00000 n ++0000942093 00000 n ++0000942245 00000 n ++0000942396 00000 n ++0000942546 00000 n ++0000942697 00000 n ++0000942848 00000 n ++0000942999 00000 n ++0000943150 00000 n ++0000943299 00000 n ++0000943450 00000 n ++0000943601 00000 n ++0000943752 00000 n ++0000943903 00000 n ++0000944053 00000 n ++0000944204 00000 n ++0000944355 00000 n ++0000944506 00000 n ++0000944657 00000 n ++0000944808 00000 n ++0000944959 00000 n ++0000945110 00000 n ++0000945259 00000 n ++0000945410 00000 n ++0000945561 00000 n ++0000945711 00000 n ++0000945862 00000 n ++0000946013 00000 n ++0000946164 00000 n ++0000946315 00000 n ++0000958290 00000 n ++0000949784 00000 n ++0000946616 00000 n ++0000958226 00000 n ++0000950380 00000 n ++0000950530 00000 n ++0000950681 00000 n ++0000950832 00000 n ++0000950982 00000 n ++0000951133 00000 n ++0000951285 00000 n ++0000951436 00000 n ++0000951587 00000 n ++0000951738 00000 n ++0000951888 00000 n ++0000952039 00000 n ++0000952190 00000 n ++0000952341 00000 n ++0000952492 00000 n ++0000952641 00000 n ++0000952791 00000 n ++0000952942 00000 n ++0000953093 00000 n ++0000953244 00000 n ++0000953395 00000 n ++0000953546 00000 n ++0000953697 00000 n ++0000953847 00000 n ++0000953998 00000 n ++0000954148 00000 n ++0000954299 00000 n ++0000954450 00000 n ++0000954600 00000 n ++0000954751 00000 n ++0000954901 00000 n ++0000955052 00000 n ++0000955203 00000 n ++0000955354 00000 n ++0000955505 00000 n ++0000955656 00000 n ++0000955807 00000 n ++0000955958 00000 n ++0000956110 00000 n ++0000956262 00000 n ++0000956414 00000 n ++0000956566 00000 n ++0000956716 00000 n ++0000956867 00000 n ++0000957018 00000 n ++0000957168 00000 n ++0000957318 00000 n ++0000957470 00000 n ++0000957621 00000 n ++0000957773 00000 n ++0000957923 00000 n ++0000958075 00000 n ++0000967423 00000 n ++0000960815 00000 n ++0000958376 00000 n ++0000967359 00000 n ++0000961303 00000 n ++0000961455 00000 n ++0000961607 00000 n ++0000961759 00000 n ++0000961910 00000 n ++0000962061 00000 n ++0000962210 00000 n ++0000962361 00000 n ++0000962513 00000 n ++0000962664 00000 n ++0000962815 00000 n ++0000962966 00000 n ++0000963118 00000 n ++0000963270 00000 n ++0000963422 00000 n ++0000963574 00000 n ++0000963725 00000 n ++0000963876 00000 n ++0000964027 00000 n ++0000964179 00000 n ++0000964329 00000 n ++0000964481 00000 n ++0000964633 00000 n ++0000964784 00000 n ++0000964936 00000 n ++0000965088 00000 n ++0000965239 00000 n ++0000965391 00000 n ++0000965543 00000 n ++0000965695 00000 n ++0000965846 00000 n ++0000965997 00000 n ++0000966148 00000 n ++0000966299 00000 n ++0000966450 00000 n ++0000966600 00000 n ++0000966751 00000 n ++0000966903 00000 n ++0000967055 00000 n ++0000967207 00000 n ++0000980949 00000 n ++0000967509 00000 n ++0000969419 00000 n ++0000973274 00000 n ++0000973520 00000 n ++0000976736 00000 n ++0000981029 00000 n ++0000981149 00000 n ++0000981272 00000 n ++0000981398 00000 n ++0000981524 00000 n ++0000981650 00000 n ++0000981739 00000 n ++0000981849 00000 n ++0000989727 00000 n ++0001015483 00000 n ++0001015524 00000 n ++0001015564 00000 n ++0001015795 00000 n + trailer + << +-/Size 4766 +-/Root 4764 0 R +-/Info 4765 0 R +-/ID [<844AF2599703C54DA54DFCC12AFA2FC9> <844AF2599703C54DA54DFCC12AFA2FC9>] ++/Size 4644 ++/Root 4642 0 R ++/Info 4643 0 R + >> + startxref +-1105990 ++1015951 + %%EOF +diff -uNr hwloc-1.1/doc/doxygen-doc/hwloc.tag hwloc-1.1rc6r2967_final/doc/doxygen-doc/hwloc.tag +--- hwloc-1.1/doc/doxygen-doc/hwloc.tag 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/hwloc.tag 2010-12-31 23:48:22.081850538 +0100 +@@ -1,2216 +1,3195 @@ +- ++ + + + index + Hardware Locality + index ++ switchfromplpa_counting ++ cli_hwloc_ps + cli_examples ++ switchfromplpa_indexes ++ switchfromplpa_caching ++ embedding_example ++ embedding_m4 ++ cli_hwloc_bind + further_read + Introduction ++ cli_hwloc_distrib ++ cli_lstopo + installation ++ faq_xml + interface_example + interface ++ switchfromplpa_hierarchy + portability ++ cli_hwloc_calc + history + bugs + +- +- termsanddefs +- Terms and Definitions +- a00001 +- +- +- tools +- Command-line tools +- a00002 +- cli_hwloc_ps +- cli_hwloc_bind +- cli_hwloc_distrib +- cli_lstopo +- cli_hwloc_calc +- +- +- envvar +- Environment variables +- a00003 +- +- +- cpu_mem_bind +- CPU Binding and Memory Binding +- a00004 +- +- +- interoperability +- Interoperability with other software +- a00005 +- +- +- threadsafety +- Thread safety +- a00006 +- +- +- embed +- Embedding hwloc in other software +- a00007 +- embedding_example +- embedding_m4 +- +- +- switchfromplpa +- Switching from PLPA to hwloc +- a00008 +- switchfromplpa_counting +- switchfromplpa_indexes +- switchfromplpa_caching +- switchfromplpa_hierarchy +- +- +- faq +- Frequently Asked Questions +- a00009 +- faq_xml +- +- +- hwlocality_api_version +- API version +- a00032.html ++ ++ bitmap.h ++ /home/mpiteam/hwloc/nightly-tarball-build-root/v1.1/create-r2967/hwloc/include/hwloc/ ++ a00023 + + #define +- HWLOC_API_VERSION +- a00032.html +- ga8f4dfb8eef138af55dd1a0fa802e5476 +- +- +- +- +- hwlocality_topology +- Topology context +- a00033.html +- +- struct hwloc_topology * +- hwloc_topology_t +- a00033.html +- ga9d1e76ee15a7dee158b786c30b6a6e38 +- +- +- +- +- hwlocality_sets +- Object sets +- a00034.html +- +- hwloc_bitmap_t +- hwloc_cpuset_t +- a00034.html +- ga4bbf39b68b6f568fb92739e7c0ea7801 +- ++ hwloc_bitmap_foreach_begin ++ ga44 ++ (id, bitmap) + +- +- hwloc_const_bitmap_t +- hwloc_const_cpuset_t +- a00034.html +- ga1f784433e9b606261f62d1134f6a3b25 +- ++ ++ #define ++ hwloc_bitmap_foreach_end ++ ga45 ++ () + + +- hwloc_bitmap_t +- hwloc_nodeset_t +- a00034.html +- ga37e35730fa7e775b5bb0afe893d6d508 ++ hwloc_bitmap_s * ++ hwloc_bitmap_t ++ ga0 + + + +- hwloc_const_bitmap_t +- hwloc_const_nodeset_t +- a00034.html +- ga2f5276235841ad66a79bedad16a5a10c +- +- +- +- +- hwlocality_types +- Topology Object Types +- a00035.html +- +- hwloc_obj_type_t +- a00035.html +- gacd37bb612667dc437d66bfb175a8dc55 +- +- +- +- HWLOC_OBJ_SYSTEM +- a00035.html +- ggacd37bb612667dc437d66bfb175a8dc55a3aa1b842d1fd4207ebce171f95a244ec +- +- +- +- HWLOC_OBJ_MACHINE +- a00035.html +- ggacd37bb612667dc437d66bfb175a8dc55a3f4e83ffc4a259354959ae8a9eaa2a80 +- +- +- +- HWLOC_OBJ_NODE +- a00035.html +- ggacd37bb612667dc437d66bfb175a8dc55aaf0964881117bdedf1a5e9332cd120dd +- +- +- +- HWLOC_OBJ_SOCKET +- a00035.html +- ggacd37bb612667dc437d66bfb175a8dc55a1ac6e07775ae4324b3fe9dbd72c785ec +- +- +- +- HWLOC_OBJ_CACHE +- a00035.html +- ggacd37bb612667dc437d66bfb175a8dc55a56ee0b7eca88f363b75b34fdde8c9ddc +- +- +- +- HWLOC_OBJ_CORE +- a00035.html +- ggacd37bb612667dc437d66bfb175a8dc55ac793958f330bca371aa1535de8aff45f +- +- +- +- HWLOC_OBJ_PU +- a00035.html +- ggacd37bb612667dc437d66bfb175a8dc55abca6887e80cb291353b0a0c1da83f661 +- +- +- +- HWLOC_OBJ_GROUP +- a00035.html +- ggacd37bb612667dc437d66bfb175a8dc55a5269ef95be72f88465559d35c9b7ad56 +- +- +- +- HWLOC_OBJ_MISC +- a00035.html +- ggacd37bb612667dc437d66bfb175a8dc55a19f8a6953fa91efc76bcbcdf2d22de4d +- +- +- +- hwloc_compare_types_e +- a00035.html +- ga46323568968005137c32f6a1cd405b74 +- +- +- +- HWLOC_TYPE_UNORDERED +- a00035.html +- gga46323568968005137c32f6a1cd405b74a2f8297ea36eba46e7596e810a67298fb ++ const struct hwloc_bitmap_s * ++ hwloc_const_bitmap_t ++ ga1 + + + +- HWLOC_DECLSPEC int +- hwloc_compare_types +- a00035.html +- gabd7da4f4ea12b420b8ecbde458b27805 +- (hwloc_obj_type_t type1, hwloc_obj_type_t type2) __hwloc_attribute_const +- +- +- +- hwlocality_objects +- Topology Objects +- a00036.html +- hwloc_obj_memory_s +- hwloc_obj +- hwloc_obj_attr_u +- hwloc_obj_info_s +- +- struct hwloc_obj * +- hwloc_obj_t +- a00036.html +- ga79b8ab56877ef99ac59b833203391c7d +- ++ HWLOC_DECLSPEC hwloc_bitmap_t ++ hwloc_bitmap_alloc ++ ga2 ++ (void) __hwloc_attribute_malloc + +- +- +- hwlocality_creation +- Create and Destroy Topologies +- a00037.html + +- HWLOC_DECLSPEC int +- hwloc_topology_init +- a00037.html +- ga5c2d6f476af87005c7bd0811d4548b9f +- (hwloc_topology_t *topologyp) ++ HWLOC_DECLSPEC hwloc_bitmap_t ++ hwloc_bitmap_alloc_full ++ ga3 ++ (void) __hwloc_attribute_malloc + + +- HWLOC_DECLSPEC int +- hwloc_topology_load +- a00037.html +- ga91e2e6427b95fb7339c99dbbef996e71 +- (hwloc_topology_t topology) ++ HWLOC_DECLSPEC void ++ hwloc_bitmap_free ++ ga4 ++ (hwloc_bitmap_t bitmap) + + +- HWLOC_DECLSPEC void +- hwloc_topology_destroy +- a00037.html +- ga6040925d3ee4bbb2647f2a321aca5f4b +- (hwloc_topology_t topology) ++ HWLOC_DECLSPEC hwloc_bitmap_t ++ hwloc_bitmap_dup ++ ga5 ++ (hwloc_const_bitmap_t bitmap) __hwloc_attribute_malloc + + + HWLOC_DECLSPEC void +- hwloc_topology_check +- a00037.html +- gab3628b2a540a5a08e8cf724ef829e70a +- (hwloc_topology_t topology) +- +- +- +- hwlocality_configuration +- Configure Topology Detection +- a00038.html +- hwloc_topology_discovery_support +- hwloc_topology_cpubind_support +- hwloc_topology_membind_support +- hwloc_topology_support +- +- hwloc_topology_flags_e +- a00038.html +- gada025d3ec20b4b420f8038d23d6e7bde +- +- +- +- HWLOC_TOPOLOGY_FLAG_WHOLE_SYSTEM +- a00038.html +- ggada025d3ec20b4b420f8038d23d6e7bdea129b4fea1300be22bbaf0bb0958994c8 +- +- +- +- HWLOC_TOPOLOGY_FLAG_IS_THISSYSTEM +- a00038.html +- ggada025d3ec20b4b420f8038d23d6e7bdea6ecb6abc6a0bb75e81564f8bca85783b +- ++ hwloc_bitmap_copy ++ ga6 ++ (hwloc_bitmap_t dst, hwloc_const_bitmap_t src) + + + HWLOC_DECLSPEC int +- hwloc_topology_ignore_type +- a00038.html +- gaf2071c8621fddc53649c245d87835b47 +- (hwloc_topology_t topology, hwloc_obj_type_t type) ++ hwloc_bitmap_snprintf ++ ga7 ++ (char *__hwloc_restrict buf, size_t buflen, hwloc_const_bitmap_t bitmap) + + + HWLOC_DECLSPEC int +- hwloc_topology_ignore_type_keep_structure +- a00038.html +- ga6ddd4213d95bd1c30555b294a60efa6b +- (hwloc_topology_t topology, hwloc_obj_type_t type) ++ hwloc_bitmap_asprintf ++ ga8 ++ (char **strp, hwloc_const_bitmap_t bitmap) + + + HWLOC_DECLSPEC int +- hwloc_topology_ignore_all_keep_structure +- a00038.html +- gaec6fb00050f50cd41007f1ae580d2106 +- (hwloc_topology_t topology) ++ hwloc_bitmap_sscanf ++ ga9 ++ (hwloc_bitmap_t bitmap, const char *__hwloc_restrict string) + + + HWLOC_DECLSPEC int +- hwloc_topology_set_flags +- a00038.html +- ga6d11e53db143ac39c32cdb3912b71f99 +- (hwloc_topology_t topology, unsigned long flags) ++ hwloc_bitmap_taskset_snprintf ++ ga10 ++ (char *__hwloc_restrict buf, size_t buflen, hwloc_const_bitmap_t bitmap) + + + HWLOC_DECLSPEC int +- hwloc_topology_set_fsroot +- a00038.html +- ga2f6bfb6958d8b508ea1d7d5bb266432c +- (hwloc_topology_t __hwloc_restrict topology, const char *__hwloc_restrict fsroot_path) ++ hwloc_bitmap_taskset_asprintf ++ ga11 ++ (char **strp, hwloc_const_bitmap_t bitmap) + + + HWLOC_DECLSPEC int +- hwloc_topology_set_pid +- a00038.html +- gae1100de0162b3c6a9db750ac14629c05 +- (hwloc_topology_t __hwloc_restrict topology, hwloc_pid_t pid) ++ hwloc_bitmap_taskset_sscanf ++ ga12 ++ (hwloc_bitmap_t bitmap, const char *__hwloc_restrict string) + + +- HWLOC_DECLSPEC int +- hwloc_topology_set_synthetic +- a00038.html +- ga2fcb52181b586c20f001b7a999550324 +- (hwloc_topology_t __hwloc_restrict topology, const char *__hwloc_restrict description) ++ HWLOC_DECLSPEC void ++ hwloc_bitmap_zero ++ ga13 ++ (hwloc_bitmap_t bitmap) + + +- HWLOC_DECLSPEC int +- hwloc_topology_set_xml +- a00038.html +- ga93efcc8a962afe1ed23393700682173f +- (hwloc_topology_t __hwloc_restrict topology, const char *__hwloc_restrict xmlpath) ++ HWLOC_DECLSPEC void ++ hwloc_bitmap_fill ++ ga14 ++ (hwloc_bitmap_t bitmap) + + +- HWLOC_DECLSPEC int +- hwloc_topology_set_xmlbuffer +- a00038.html +- gae7e4bade144652a2b48f5eaf0309b4ec +- (hwloc_topology_t __hwloc_restrict topology, const char *__hwloc_restrict buffer, int size) ++ HWLOC_DECLSPEC void ++ hwloc_bitmap_only ++ ga15 ++ (hwloc_bitmap_t bitmap, unsigned id) + + +- HWLOC_DECLSPEC struct hwloc_topology_support * +- hwloc_topology_get_support +- a00038.html +- gac2126e105f3ae708efca2e90d612625a +- (hwloc_topology_t __hwloc_restrict topology) ++ HWLOC_DECLSPEC void ++ hwloc_bitmap_allbut ++ ga16 ++ (hwloc_bitmap_t bitmap, unsigned id) + +- +- +- hwlocality_tinker +- Tinker with topologies. +- a00039.html + + HWLOC_DECLSPEC void +- hwloc_topology_export_xml +- a00039.html +- ga1c9d8e608232206ce2142fe806a6835b +- (hwloc_topology_t topology, const char *xmlpath) ++ hwloc_bitmap_from_ulong ++ ga17 ++ (hwloc_bitmap_t bitmap, unsigned long mask) + + + HWLOC_DECLSPEC void +- hwloc_topology_export_xmlbuffer +- a00039.html +- gad77e72a2ccf32825511818988a09e5c1 +- (hwloc_topology_t topology, char **xmlbuffer, int *buflen) ++ hwloc_bitmap_from_ith_ulong ++ ga18 ++ (hwloc_bitmap_t bitmap, unsigned i, unsigned long mask) + + +- HWLOC_DECLSPEC hwloc_obj_t +- hwloc_topology_insert_misc_object_by_cpuset +- a00039.html +- ga017a9ba16d554326c6e3812d545d7230 +- (hwloc_topology_t topology, hwloc_const_cpuset_t cpuset, const char *name) ++ HWLOC_DECLSPEC void ++ hwloc_bitmap_set ++ ga19 ++ (hwloc_bitmap_t bitmap, unsigned id) + + +- HWLOC_DECLSPEC hwloc_obj_t +- hwloc_topology_insert_misc_object_by_parent +- a00039.html +- gadacd7a3d21220fbb30c3256d8b22a294 +- (hwloc_topology_t topology, hwloc_obj_t parent, const char *name) +- +- +- +- hwlocality_information +- Get some Topology Information +- a00040.html +- +- hwloc_get_type_depth_e +- a00040.html +- gaf4e663cf42bbe20756b849c6293ef575 +- +- +- +- HWLOC_TYPE_DEPTH_UNKNOWN +- a00040.html +- ggaf4e663cf42bbe20756b849c6293ef575a0565ab92ab72cb0cec91e23003294aad +- +- +- +- HWLOC_TYPE_DEPTH_MULTIPLE +- a00040.html +- ggaf4e663cf42bbe20756b849c6293ef575ae99465995cacde6c210d5fc2e409798c +- ++ HWLOC_DECLSPEC void ++ hwloc_bitmap_set_range ++ ga20 ++ (hwloc_bitmap_t bitmap, unsigned begin, unsigned end) + + +- HWLOC_DECLSPEC unsigned +- hwloc_topology_get_depth +- a00040.html +- ga8c30b0cec55074eb3ed34e4f2a1a9937 +- (hwloc_topology_t __hwloc_restrict topology) __hwloc_attribute_pure ++ HWLOC_DECLSPEC void ++ hwloc_bitmap_set_ith_ulong ++ ga21 ++ (hwloc_bitmap_t bitmap, unsigned i, unsigned long mask) + + +- HWLOC_DECLSPEC int +- hwloc_get_type_depth +- a00040.html +- gaea7c64dd59467f5201ba87712710b14d +- (hwloc_topology_t topology, hwloc_obj_type_t type) ++ HWLOC_DECLSPEC void ++ hwloc_bitmap_clr ++ ga22 ++ (hwloc_bitmap_t bitmap, unsigned id) + + +- HWLOC_DECLSPEC hwloc_obj_type_t +- hwloc_get_depth_type +- a00040.html +- gadd4964764ae7e49231065d58a553fd31 +- (hwloc_topology_t topology, unsigned depth) __hwloc_attribute_pure ++ HWLOC_DECLSPEC void ++ hwloc_bitmap_clr_range ++ ga23 ++ (hwloc_bitmap_t bitmap, unsigned begin, unsigned end) + + +- HWLOC_DECLSPEC unsigned +- hwloc_get_nbobjs_by_depth +- a00040.html +- ga20cfe2456f4cfdd789c9aca6d2fdd69f +- (hwloc_topology_t topology, unsigned depth) __hwloc_attribute_pure +- +- +- static __hwloc_inline int __hwloc_attribute_pure +- hwloc_get_nbobjs_by_type +- a00040.html +- ga0131ab1051011fabfa69d7c1853e716c +- (hwloc_topology_t topology, hwloc_obj_type_t type) ++ HWLOC_DECLSPEC void ++ hwloc_bitmap_singlify ++ ga24 ++ (hwloc_bitmap_t bitmap) + + +- HWLOC_DECLSPEC int +- hwloc_topology_is_thissystem +- a00040.html +- ga0d109e33fc7990f62f665d336e5e5111 +- (hwloc_topology_t __hwloc_restrict topology) __hwloc_attribute_pure ++ HWLOC_DECLSPEC unsigned long ++ hwloc_bitmap_to_ulong ++ ga25 ++ (hwloc_const_bitmap_t bitmap) __hwloc_attribute_pure + +- +- +- hwlocality_traversal +- Retrieve Objects +- a00041.html + +- HWLOC_DECLSPEC hwloc_obj_t +- hwloc_get_obj_by_depth +- a00041.html +- gaedd78240b0c1108355586a268ec5a697 +- (hwloc_topology_t topology, unsigned depth, unsigned idx) __hwloc_attribute_pure +- +- +- static __hwloc_inline hwloc_obj_t __hwloc_attribute_pure +- hwloc_get_obj_by_type +- a00041.html +- ga701f83b2cf0cb8e0acd58cd2dc1c67a2 +- (hwloc_topology_t topology, hwloc_obj_type_t type, unsigned idx) ++ HWLOC_DECLSPEC unsigned long ++ hwloc_bitmap_to_ith_ulong ++ ga26 ++ (hwloc_const_bitmap_t bitmap, unsigned i) __hwloc_attribute_pure + +- +- +- hwlocality_conversion +- Object/String Conversion +- a00042.html + +- HWLOC_DECLSPEC const char * +- hwloc_obj_type_string +- a00042.html +- ga7c61920feca6fd9006d930dabfc09058 +- (hwloc_obj_type_t type) __hwloc_attribute_const ++ HWLOC_DECLSPEC int ++ hwloc_bitmap_isset ++ ga27 ++ (hwloc_const_bitmap_t bitmap, unsigned id) __hwloc_attribute_pure + + +- HWLOC_DECLSPEC hwloc_obj_type_t +- hwloc_obj_type_of_string +- a00042.html +- gade722091ae392fdc79557e797a16c370 +- (const char *string) __hwloc_attribute_pure ++ HWLOC_DECLSPEC int ++ hwloc_bitmap_iszero ++ ga28 ++ (hwloc_const_bitmap_t bitmap) __hwloc_attribute_pure + + + HWLOC_DECLSPEC int +- hwloc_obj_type_snprintf +- a00042.html +- ga3ad856e8f3487d340c82a23b8a2a0351 +- (char *__hwloc_restrict string, size_t size, hwloc_obj_t obj, int verbose) ++ hwloc_bitmap_isfull ++ ga29 ++ (hwloc_const_bitmap_t bitmap) __hwloc_attribute_pure + + + HWLOC_DECLSPEC int +- hwloc_obj_attr_snprintf +- a00042.html +- ga0db8286d7f3ceda8defd76e3e1e2b284 +- (char *__hwloc_restrict string, size_t size, hwloc_obj_t obj, const char *__hwloc_restrict separator, int verbose) ++ hwloc_bitmap_first ++ ga30 ++ (hwloc_const_bitmap_t bitmap) __hwloc_attribute_pure + + + HWLOC_DECLSPEC int +- hwloc_obj_snprintf +- a00042.html +- ga5c6a61a83f4790b421e2f62e9088446f +- (char *__hwloc_restrict string, size_t size, hwloc_topology_t topology, hwloc_obj_t obj, const char *__hwloc_restrict indexprefix, int verbose) ++ hwloc_bitmap_next ++ ga31 ++ (hwloc_const_bitmap_t bitmap, unsigned prev) __hwloc_attribute_pure + + + HWLOC_DECLSPEC int +- hwloc_obj_cpuset_snprintf +- a00042.html +- gabbfb92224c992c0e2ecef6b6e45260f2 +- (char *__hwloc_restrict str, size_t size, size_t nobj, const hwloc_obj_t *__hwloc_restrict objs) +- +- +- static __hwloc_inline char *__hwloc_attribute_pure +- hwloc_obj_get_info_by_name +- a00042.html +- ga1f41387433f4c9e9c14b9f2e522919e4 +- (hwloc_obj_t obj, const char *name) ++ hwloc_bitmap_last ++ ga32 ++ (hwloc_const_bitmap_t bitmap) __hwloc_attribute_pure + +- +- +- hwlocality_cpubinding +- CPU binding +- a00043.html +- +- hwloc_cpubind_flags_t +- a00043.html +- ga217dc8d373f8958cc93c154ebce1c71c +- ++ ++ HWLOC_DECLSPEC int ++ hwloc_bitmap_weight ++ ga33 ++ (hwloc_const_bitmap_t bitmap) __hwloc_attribute_pure + +- +- HWLOC_CPUBIND_PROCESS +- a00043.html +- gga217dc8d373f8958cc93c154ebce1c71ca2e0dd0128dac6b03408c7dd170477fdc +- ++ ++ HWLOC_DECLSPEC void ++ hwloc_bitmap_or ++ ga34 ++ (hwloc_bitmap_t res, hwloc_const_bitmap_t bitmap1, hwloc_const_bitmap_t bitmap2) + +- +- HWLOC_CPUBIND_THREAD +- a00043.html +- gga217dc8d373f8958cc93c154ebce1c71caf1b6bbad00d7b1017b918e3719f4d421 +- ++ ++ HWLOC_DECLSPEC void ++ hwloc_bitmap_and ++ ga35 ++ (hwloc_bitmap_t res, hwloc_const_bitmap_t bitmap1, hwloc_const_bitmap_t bitmap2) + +- +- HWLOC_CPUBIND_STRICT +- a00043.html +- gga217dc8d373f8958cc93c154ebce1c71ca679a7e0f0c7ee06b123565f90d98e7fa +- ++ ++ HWLOC_DECLSPEC void ++ hwloc_bitmap_andnot ++ ga36 ++ (hwloc_bitmap_t res, hwloc_const_bitmap_t bitmap1, hwloc_const_bitmap_t bitmap2) + +- +- HWLOC_CPUBIND_NOMEMBIND +- a00043.html +- gga217dc8d373f8958cc93c154ebce1c71ca41ce440443cc3087caed95ab60edcad6 +- ++ ++ HWLOC_DECLSPEC void ++ hwloc_bitmap_xor ++ ga37 ++ (hwloc_bitmap_t res, hwloc_const_bitmap_t bitmap1, hwloc_const_bitmap_t bitmap2) + + +- HWLOC_DECLSPEC int +- hwloc_set_cpubind +- a00043.html +- gaf4cc194d5c0d38004a21b9f03522a7e3 +- (hwloc_topology_t topology, hwloc_const_cpuset_t set, int flags) ++ HWLOC_DECLSPEC void ++ hwloc_bitmap_not ++ ga38 ++ (hwloc_bitmap_t res, hwloc_const_bitmap_t bitmap) + + + HWLOC_DECLSPEC int +- hwloc_get_cpubind +- a00043.html +- gab52f83ab16eac465da55e16bdd30df77 +- (hwloc_topology_t topology, hwloc_cpuset_t set, int flags) ++ hwloc_bitmap_intersects ++ ga39 ++ (hwloc_const_bitmap_t bitmap1, hwloc_const_bitmap_t bitmap2) __hwloc_attribute_pure + + + HWLOC_DECLSPEC int +- hwloc_set_proc_cpubind +- a00043.html +- gac0ef3510b4e9c1273029ecf94e8c9686 +- (hwloc_topology_t topology, hwloc_pid_t pid, hwloc_const_cpuset_t set, int flags) ++ hwloc_bitmap_isincluded ++ ga40 ++ (hwloc_const_bitmap_t sub_bitmap, hwloc_const_bitmap_t super_bitmap) __hwloc_attribute_pure + + + HWLOC_DECLSPEC int +- hwloc_get_proc_cpubind +- a00043.html +- gaa1373a002b9a0a87eb002e26c590f2da +- (hwloc_topology_t topology, hwloc_pid_t pid, hwloc_cpuset_t set, int flags) ++ hwloc_bitmap_isequal ++ ga41 ++ (hwloc_const_bitmap_t bitmap1, hwloc_const_bitmap_t bitmap2) __hwloc_attribute_pure + + + HWLOC_DECLSPEC int +- hwloc_set_thread_cpubind +- a00043.html +- ga2d6cca51524108966752609b6e725243 +- (hwloc_topology_t topology, hwloc_thread_t tid, hwloc_const_cpuset_t set, int flags) ++ hwloc_bitmap_compare_first ++ ga42 ++ (hwloc_const_bitmap_t bitmap1, hwloc_const_bitmap_t bitmap2) __hwloc_attribute_pure + + + HWLOC_DECLSPEC int +- hwloc_get_thread_cpubind +- a00043.html +- ga58c49328c4213c9fbf8d80d5188d4c1e +- (hwloc_topology_t topology, hwloc_thread_t tid, hwloc_cpuset_t set, int flags) ++ hwloc_bitmap_compare ++ ga43 ++ (hwloc_const_bitmap_t bitmap1, hwloc_const_bitmap_t bitmap2) __hwloc_attribute_pure + + +- +- hwlocality_membinding +- Memory binding +- a00044.html +- +- hwloc_membind_policy_t +- a00044.html +- gac9764f79505775d06407b40f5e4661e8 +- ++ ++ cuda.h ++ /home/mpiteam/hwloc/nightly-tarball-build-root/v1.1/create-r2967/hwloc/include/hwloc/ ++ a00024 ++ hwloc.h ++ hwloc/linux.h ++ cuda.h ++ ++ __hwloc_inline int ++ hwloc_cuda_get_device_cpuset ++ ga0 ++ (hwloc_topology_t topology __hwloc_attribute_unused, CUdevice cudevice, hwloc_cpuset_t set) + +- +- HWLOC_MEMBIND_DEFAULT +- a00044.html +- ggac9764f79505775d06407b40f5e4661e8a18675bb80ebc1bce5b652e9de8f3998c +- ++ ++ ++ cudart.h ++ /home/mpiteam/hwloc/nightly-tarball-build-root/v1.1/create-r2967/hwloc/include/hwloc/ ++ a00025 ++ hwloc.h ++ hwloc/linux.h ++ ++ __hwloc_inline int ++ hwloc_cudart_get_device_cpuset ++ ga0 ++ (hwloc_topology_t topology __hwloc_attribute_unused, int device, hwloc_cpuset_t set) + +- +- HWLOC_MEMBIND_FIRSTTOUCH +- a00044.html +- ggac9764f79505775d06407b40f5e4661e8a979c7aa78dd32780858f30f47a72cca0 +- ++ ++ ++ glibc-sched.h ++ /home/mpiteam/hwloc/nightly-tarball-build-root/v1.1/create-r2967/hwloc/include/hwloc/ ++ a00026 ++ hwloc.h ++ hwloc/helper.h ++ ++ __hwloc_inline int ++ hwloc_cpuset_to_glibc_sched_affinity ++ ga0 ++ (hwloc_topology_t topology __hwloc_attribute_unused, hwloc_const_cpuset_t hwlocset, cpu_set_t *schedset, size_t schedsetsize) + +- +- HWLOC_MEMBIND_BIND +- a00044.html +- ggac9764f79505775d06407b40f5e4661e8ad811fa4b2a6002c4d63695a408ffde2c +- ++ ++ __hwloc_inline int ++ hwloc_cpuset_from_glibc_sched_affinity ++ ga1 ++ (hwloc_topology_t topology __hwloc_attribute_unused, hwloc_cpuset_t hwlocset, const cpu_set_t *schedset, size_t schedsetsize) + +- +- HWLOC_MEMBIND_INTERLEAVE +- a00044.html +- ggac9764f79505775d06407b40f5e4661e8ae370075e5af016d42310f87ea5af236b +- ++ ++ ++ helper.h ++ /home/mpiteam/hwloc/nightly-tarball-build-root/v1.1/create-r2967/hwloc/include/hwloc/ ++ a00027 ++ ++ __hwloc_inline int __hwloc_attribute_pure ++ hwloc_get_type_or_below_depth ++ ga0 ++ (hwloc_topology_t topology, hwloc_obj_type_t type) + +- +- HWLOC_MEMBIND_REPLICATE +- a00044.html +- ggac9764f79505775d06407b40f5e4661e8afb37480fe5f4236eb7dd4aef26f691e9 +- ++ ++ __hwloc_inline int __hwloc_attribute_pure ++ hwloc_get_type_or_above_depth ++ ga1 ++ (hwloc_topology_t topology, hwloc_obj_type_t type) + +- +- HWLOC_MEMBIND_NEXTTOUCH +- a00044.html +- ggac9764f79505775d06407b40f5e4661e8aecdd4164d647708fbb51a00d98dbb138 +- ++ ++ __hwloc_inline hwloc_obj_t __hwloc_attribute_pure ++ hwloc_get_root_obj ++ ga0 ++ (hwloc_topology_t topology) + +- +- hwloc_membind_flags_t +- a00044.html +- gab00475fd98815bf4fb9aaf752030e7d2 +- ++ ++ __hwloc_inline hwloc_obj_t __hwloc_attribute_pure ++ hwloc_get_ancestor_obj_by_depth ++ ga1 ++ (hwloc_topology_t topology __hwloc_attribute_unused, unsigned depth, hwloc_obj_t obj) + +- +- HWLOC_MEMBIND_PROCESS +- a00044.html +- ggab00475fd98815bf4fb9aaf752030e7d2a1b1b74aef138f64aff214a8cbdfe8eb4 +- ++ ++ __hwloc_inline hwloc_obj_t __hwloc_attribute_pure ++ hwloc_get_ancestor_obj_by_type ++ ga2 ++ (hwloc_topology_t topology __hwloc_attribute_unused, hwloc_obj_type_t type, hwloc_obj_t obj) + +- +- HWLOC_MEMBIND_THREAD +- a00044.html +- ggab00475fd98815bf4fb9aaf752030e7d2a1dc7dd5cdcd5796893a325a524555298 +- ++ ++ __hwloc_inline hwloc_obj_t ++ hwloc_get_next_obj_by_depth ++ ga3 ++ (hwloc_topology_t topology, unsigned depth, hwloc_obj_t prev) + +- +- HWLOC_MEMBIND_STRICT +- a00044.html +- ggab00475fd98815bf4fb9aaf752030e7d2a0335311a0ee04166df2888d52b4a42c6 +- ++ ++ __hwloc_inline hwloc_obj_t ++ hwloc_get_next_obj_by_type ++ ga4 ++ (hwloc_topology_t topology, hwloc_obj_type_t type, hwloc_obj_t prev) + +- +- HWLOC_MEMBIND_MIGRATE +- a00044.html +- ggab00475fd98815bf4fb9aaf752030e7d2aa6e49e54f52827cb143cc869cfd748af +- ++ ++ __hwloc_inline hwloc_obj_t __hwloc_attribute_pure ++ hwloc_get_pu_obj_by_os_index ++ ga5 ++ (hwloc_topology_t topology, unsigned os_index) + +- +- HWLOC_MEMBIND_NOCPUBIND +- a00044.html +- ggab00475fd98815bf4fb9aaf752030e7d2aad6b9eaf2ee324ca58dc8f58094b9997 +- ++ ++ __hwloc_inline hwloc_obj_t ++ hwloc_get_next_child ++ ga6 ++ (hwloc_topology_t topology __hwloc_attribute_unused, hwloc_obj_t parent, hwloc_obj_t prev) + +- +- HWLOC_DECLSPEC int +- hwloc_set_membind_nodeset +- a00044.html +- ga747962cbb16fd12ad6d126011c734a27 +- (hwloc_topology_t topology, hwloc_const_nodeset_t nodeset, hwloc_membind_policy_t policy, int flags) +- +- +- HWLOC_DECLSPEC int +- hwloc_set_membind +- a00044.html +- ga8b6d1d90227aff8e44ef26bc1f8a8f95 +- (hwloc_topology_t topology, hwloc_const_cpuset_t cpuset, hwloc_membind_policy_t policy, int flags) +- +- +- HWLOC_DECLSPEC int +- hwloc_get_membind_nodeset +- a00044.html +- ga7b46a4ca0b2db9723ca73b0c148ccd93 +- (hwloc_topology_t topology, hwloc_nodeset_t nodeset, hwloc_membind_policy_t *policy, int flags) +- +- +- HWLOC_DECLSPEC int +- hwloc_get_membind +- a00044.html +- gab07aedba1119f99130e5f0b796b7d8a5 +- (hwloc_topology_t topology, hwloc_cpuset_t cpuset, hwloc_membind_policy_t *policy, int flags) +- +- +- HWLOC_DECLSPEC int +- hwloc_set_proc_membind_nodeset +- a00044.html +- gaf10d18cd4703ec980d7440a1c23fa07f +- (hwloc_topology_t topology, hwloc_pid_t pid, hwloc_const_nodeset_t nodeset, hwloc_membind_policy_t policy, int flags) +- +- +- HWLOC_DECLSPEC int +- hwloc_set_proc_membind +- a00044.html +- gac63c4517e71b3f0d41b3dee3e83dc55c +- (hwloc_topology_t topology, hwloc_pid_t pid, hwloc_const_cpuset_t cpuset, hwloc_membind_policy_t policy, int flags) +- +- +- HWLOC_DECLSPEC int +- hwloc_get_proc_membind_nodeset +- a00044.html +- ga22074ed072e1039f74f17f7b16e9e39d +- (hwloc_topology_t topology, hwloc_pid_t pid, hwloc_nodeset_t nodeset, hwloc_membind_policy_t *policy, int flags) +- +- +- HWLOC_DECLSPEC int +- hwloc_get_proc_membind +- a00044.html +- gabaf9c13f1fa301d6895594cec52226e2 +- (hwloc_topology_t topology, hwloc_pid_t pid, hwloc_cpuset_t cpuset, hwloc_membind_policy_t *policy, int flags) +- +- +- HWLOC_DECLSPEC int +- hwloc_set_area_membind_nodeset +- a00044.html +- gade5e2c28ea8475a479bf2b1df36c6ccd +- (hwloc_topology_t topology, const void *addr, size_t len, hwloc_const_nodeset_t nodeset, hwloc_membind_policy_t policy, int flags) +- +- +- HWLOC_DECLSPEC int +- hwloc_set_area_membind +- a00044.html +- ga06594edeb4728cb9e014aed924d1e74a +- (hwloc_topology_t topology, const void *addr, size_t len, hwloc_const_cpuset_t cpuset, hwloc_membind_policy_t policy, int flags) +- +- +- HWLOC_DECLSPEC int +- hwloc_get_area_membind_nodeset +- a00044.html +- ga106e6fcd764d17be682faf7a5bc95720 +- (hwloc_topology_t topology, const void *addr, size_t len, hwloc_nodeset_t nodeset, hwloc_membind_policy_t *policy, int flags) +- +- +- HWLOC_DECLSPEC int +- hwloc_get_area_membind +- a00044.html +- gac02ee8f7606382ea7855ae4e1656ed0f +- (hwloc_topology_t topology, const void *addr, size_t len, hwloc_cpuset_t cpuset, hwloc_membind_policy_t *policy, int flags) +- +- +- HWLOC_DECLSPEC void * +- hwloc_alloc +- a00044.html +- gac5586e58cf25c3596b7d4aa31ce13259 +- (hwloc_topology_t topology, size_t len) +- +- +- HWLOC_DECLSPEC void * +- hwloc_alloc_membind_nodeset +- a00044.html +- gaeaa00714a9c4319bda0a74ca6f8720e8 +- (hwloc_topology_t topology, size_t len, hwloc_const_nodeset_t nodeset, hwloc_membind_policy_t policy, int flags) __hwloc_attribute_malloc +- +- +- HWLOC_DECLSPEC void * +- hwloc_alloc_membind +- a00044.html +- ga221a7edc5d436300374fa16463f607e5 +- (hwloc_topology_t topology, size_t len, hwloc_const_cpuset_t cpuset, hwloc_membind_policy_t policy, int flags) __hwloc_attribute_malloc +- +- +- HWLOC_DECLSPEC int +- hwloc_free +- a00044.html +- ga986d9b4cc76da592c4b937c6cb7d9d56 +- (hwloc_topology_t topology, void *addr, size_t len) +- +- +- +- hwlocality_helper_types +- Object Type Helpers +- a00045.html +- +- static __hwloc_inline int __hwloc_attribute_pure +- hwloc_get_type_or_below_depth +- a00045.html +- ga0ffafb4c0ae13b9a7541ca820ca34883 +- (hwloc_topology_t topology, hwloc_obj_type_t type) +- +- +- static __hwloc_inline int __hwloc_attribute_pure +- hwloc_get_type_or_above_depth +- a00045.html +- ga24b9cd5917fcebac6e45ae38d0a6cda4 +- (hwloc_topology_t topology, hwloc_obj_type_t type) +- +- +- +- hwlocality_helper_traversal_basic +- Basic Traversal Helpers +- a00046.html +- +- static __hwloc_inline hwloc_obj_t __hwloc_attribute_pure +- hwloc_get_root_obj +- a00046.html +- ga632edae4a651996895ebde85ea2c1264 +- (hwloc_topology_t topology) +- +- +- static __hwloc_inline hwloc_obj_t __hwloc_attribute_pure +- hwloc_get_ancestor_obj_by_depth +- a00046.html +- gafa813c4ff8d610b3e158224a56386b2f +- (hwloc_topology_t topology __hwloc_attribute_unused, unsigned depth, hwloc_obj_t obj) +- +- +- static __hwloc_inline hwloc_obj_t __hwloc_attribute_pure +- hwloc_get_ancestor_obj_by_type +- a00046.html +- ga20ade151cb33991b4cd960924a830764 +- (hwloc_topology_t topology __hwloc_attribute_unused, hwloc_obj_type_t type, hwloc_obj_t obj) +- +- +- static __hwloc_inline hwloc_obj_t +- hwloc_get_next_obj_by_depth +- a00046.html +- gab7c1dce3f42ece5bfa621e87cf332418 +- (hwloc_topology_t topology, unsigned depth, hwloc_obj_t prev) +- +- +- static __hwloc_inline hwloc_obj_t +- hwloc_get_next_obj_by_type +- a00046.html +- ga5f08ceb69375341e73563cfe2e77534e +- (hwloc_topology_t topology, hwloc_obj_type_t type, hwloc_obj_t prev) +- +- +- static __hwloc_inline hwloc_obj_t __hwloc_attribute_pure +- hwloc_get_pu_obj_by_os_index +- a00046.html +- ga61e00b83e7e0a1a946dc1bb29c49ccba +- (hwloc_topology_t topology, unsigned os_index) +- +- +- static __hwloc_inline hwloc_obj_t +- hwloc_get_next_child +- a00046.html +- gae5ef1af636849f77714e1584ba78cf9c +- (hwloc_topology_t topology __hwloc_attribute_unused, hwloc_obj_t parent, hwloc_obj_t prev) +- +- +- static __hwloc_inline hwloc_obj_t __hwloc_attribute_pure +- hwloc_get_common_ancestor_obj +- a00046.html +- gac574b7b06d2d937002dd538e08dbd554 +- (hwloc_topology_t topology __hwloc_attribute_unused, hwloc_obj_t obj1, hwloc_obj_t obj2) ++ ++ __hwloc_inline hwloc_obj_t __hwloc_attribute_pure ++ hwloc_get_common_ancestor_obj ++ ga7 ++ (hwloc_topology_t topology __hwloc_attribute_unused, hwloc_obj_t obj1, hwloc_obj_t obj2) + + +- static __hwloc_inline int __hwloc_attribute_pure ++ __hwloc_inline int __hwloc_attribute_pure + hwloc_obj_is_in_subtree +- a00046.html +- ga38d9bd3a7566d0e6b0ab95d652557707 ++ ga8 + (hwloc_topology_t topology __hwloc_attribute_unused, hwloc_obj_t obj, hwloc_obj_t subtree_root) + +- +- +- hwlocality_helper_find_inside +- Finding Objects Inside a CPU set +- a00047.html + +- static __hwloc_inline hwloc_obj_t ++ __hwloc_inline hwloc_obj_t + hwloc_get_first_largest_obj_inside_cpuset +- a00047.html +- gabcd5fa81a95fa5335950cae092277d5b ++ ga0 + (hwloc_topology_t topology, hwloc_const_cpuset_t set) + + + HWLOC_DECLSPEC int + hwloc_get_largest_objs_inside_cpuset +- a00047.html +- gaab04c89623662e63a48ed2cd48eb601c ++ ga1 + (hwloc_topology_t topology, hwloc_const_cpuset_t set, hwloc_obj_t *__hwloc_restrict objs, int max) + + +- static __hwloc_inline hwloc_obj_t ++ __hwloc_inline hwloc_obj_t + hwloc_get_next_obj_inside_cpuset_by_depth +- a00047.html +- ga8af256c2572f16520f95440b884c1bd6 ++ ga2 + (hwloc_topology_t topology, hwloc_const_cpuset_t set, unsigned depth, hwloc_obj_t prev) + + +- static __hwloc_inline hwloc_obj_t ++ __hwloc_inline hwloc_obj_t + hwloc_get_next_obj_inside_cpuset_by_type +- a00047.html +- ga934e7ecd68b33403e0c0be779d9ed1e6 ++ ga3 + (hwloc_topology_t topology, hwloc_const_cpuset_t set, hwloc_obj_type_t type, hwloc_obj_t prev) + + +- static __hwloc_inline hwloc_obj_t __hwloc_attribute_pure ++ __hwloc_inline hwloc_obj_t __hwloc_attribute_pure + hwloc_get_obj_inside_cpuset_by_depth +- a00047.html +- ga20703980008f82379f98f56857611a1a ++ ga4 + (hwloc_topology_t topology, hwloc_const_cpuset_t set, unsigned depth, unsigned idx) + + +- static __hwloc_inline hwloc_obj_t __hwloc_attribute_pure ++ __hwloc_inline hwloc_obj_t __hwloc_attribute_pure + hwloc_get_obj_inside_cpuset_by_type +- a00047.html +- ga50a80a0021e5843d968c3b97aebaad9b ++ ga5 + (hwloc_topology_t topology, hwloc_const_cpuset_t set, hwloc_obj_type_t type, unsigned idx) + + +- static __hwloc_inline unsigned __hwloc_attribute_pure ++ __hwloc_inline unsigned __hwloc_attribute_pure + hwloc_get_nbobjs_inside_cpuset_by_depth +- a00047.html +- ga6807db0012369efe19b8d3dcee235493 ++ ga6 + (hwloc_topology_t topology, hwloc_const_cpuset_t set, unsigned depth) + + +- static __hwloc_inline int __hwloc_attribute_pure ++ __hwloc_inline int __hwloc_attribute_pure + hwloc_get_nbobjs_inside_cpuset_by_type +- a00047.html +- ga72c5bc4317a4c3938e32447b769813a0 ++ ga7 + (hwloc_topology_t topology, hwloc_const_cpuset_t set, hwloc_obj_type_t type) + +- +- +- hwlocality_helper_find_covering +- Finding a single Object covering at least CPU set +- a00048.html + +- static __hwloc_inline hwloc_obj_t __hwloc_attribute_pure ++ __hwloc_inline hwloc_obj_t __hwloc_attribute_pure + hwloc_get_child_covering_cpuset +- a00048.html +- gab56b99460194bbcb36016d36d55132a7 ++ ga0 + (hwloc_topology_t topology __hwloc_attribute_unused, hwloc_const_cpuset_t set, hwloc_obj_t parent) + + +- static __hwloc_inline hwloc_obj_t __hwloc_attribute_pure ++ __hwloc_inline hwloc_obj_t __hwloc_attribute_pure + hwloc_get_obj_covering_cpuset +- a00048.html +- ga2a0de36ea0c3c70fb5f4cba0bb192582 ++ ga1 + (hwloc_topology_t topology, hwloc_const_cpuset_t set) + +- +- +- hwlocality_helper_find_coverings +- Finding a set of similar Objects covering at least a CPU set +- a00049.html + +- static __hwloc_inline hwloc_obj_t ++ __hwloc_inline hwloc_obj_t + hwloc_get_next_obj_covering_cpuset_by_depth +- a00049.html +- ga2f9a4ec15e9cfae8c21501257a51ce5b ++ ga0 + (hwloc_topology_t topology, hwloc_const_cpuset_t set, unsigned depth, hwloc_obj_t prev) + + +- static __hwloc_inline hwloc_obj_t ++ __hwloc_inline hwloc_obj_t + hwloc_get_next_obj_covering_cpuset_by_type +- a00049.html +- ga5915ea30f326676b3a4cfff371ce04d1 ++ ga1 + (hwloc_topology_t topology, hwloc_const_cpuset_t set, hwloc_obj_type_t type, hwloc_obj_t prev) + +- +- +- hwlocality_helper_find_cache +- Cache-specific Finding Helpers +- a00050.html + +- static __hwloc_inline hwloc_obj_t __hwloc_attribute_pure ++ __hwloc_inline hwloc_obj_t __hwloc_attribute_pure + hwloc_get_cache_covering_cpuset +- a00050.html +- gae744419648117cbd613a038074aa0627 ++ ga0 + (hwloc_topology_t topology, hwloc_const_cpuset_t set) + + +- static __hwloc_inline hwloc_obj_t __hwloc_attribute_pure ++ __hwloc_inline hwloc_obj_t __hwloc_attribute_pure + hwloc_get_shared_cache_covering_obj +- a00050.html +- ga75e961873d4b976ab10bc4739248c96d ++ ga1 + (hwloc_topology_t topology __hwloc_attribute_unused, hwloc_obj_t obj) + +- +- +- hwlocality_helper_traversal +- Advanced Traversal Helpers +- a00051.html + + HWLOC_DECLSPEC unsigned + hwloc_get_closest_objs +- a00051.html +- ga26c2ac4f25b1ed293249c88e232f1bea ++ ga0 + (hwloc_topology_t topology, hwloc_obj_t src, hwloc_obj_t *__hwloc_restrict objs, unsigned max) + + +- static __hwloc_inline hwloc_obj_t __hwloc_attribute_pure ++ __hwloc_inline hwloc_obj_t __hwloc_attribute_pure + hwloc_get_obj_below_by_type +- a00051.html +- ga3d32c128aa36b5c9d56f6bf9e70d0e78 ++ ga1 + (hwloc_topology_t topology, hwloc_obj_type_t type1, unsigned idx1, hwloc_obj_type_t type2, unsigned idx2) + + +- static __hwloc_inline hwloc_obj_t __hwloc_attribute_pure ++ __hwloc_inline hwloc_obj_t __hwloc_attribute_pure + hwloc_get_obj_below_array_by_type +- a00051.html +- ga340bb7021204078c30382ea77d38bde9 ++ ga2 + (hwloc_topology_t topology, int nr, hwloc_obj_type_t *typev, unsigned *idxv) + +- +- +- hwlocality_helper_binding +- Binding Helpers +- a00052.html + +- static __hwloc_inline void ++ __hwloc_inline void + hwloc_distributev +- a00052.html +- gaf057d7c5e3cb3df897ce527258537619 ++ ga0 + (hwloc_topology_t topology, hwloc_obj_t *root, unsigned n_roots, hwloc_cpuset_t *cpuset, unsigned n, unsigned until) + + +- static __hwloc_inline void ++ __hwloc_inline void + hwloc_distribute +- a00052.html +- ga6d5c88292ad5aa062c1bebc99369c042 ++ ga1 + (hwloc_topology_t topology, hwloc_obj_t root, hwloc_cpuset_t *cpuset, unsigned n, unsigned until) + + +- static __hwloc_inline void * ++ __hwloc_inline void * + hwloc_alloc_membind_policy_nodeset +- a00052.html +- ga3e772fbc4de626ed80f13d332b7d4d03 ++ ga2 + (hwloc_topology_t topology, size_t len, hwloc_const_nodeset_t nodeset, hwloc_membind_policy_t policy, int flags) + + +- static __hwloc_inline void * ++ __hwloc_inline void * + hwloc_alloc_membind_policy +- a00052.html +- ga6178c6a9ec1dd88ec9f6a9fcdcc7d634 ++ ga3 + (hwloc_topology_t topology, size_t len, hwloc_const_cpuset_t cpuset, hwloc_membind_policy_t policy, int flags) + +- +- +- hwlocality_helper_cpuset +- Cpuset Helpers +- a00053.html + +- static __hwloc_inline hwloc_const_cpuset_t __hwloc_attribute_pure ++ __hwloc_inline hwloc_const_cpuset_t __hwloc_attribute_pure + hwloc_topology_get_complete_cpuset +- a00053.html +- ga75f0ac3ac41e9915541c3ae3153a6e26 ++ ga0 + (hwloc_topology_t topology) + + +- static __hwloc_inline hwloc_const_cpuset_t __hwloc_attribute_pure ++ __hwloc_inline hwloc_const_cpuset_t __hwloc_attribute_pure + hwloc_topology_get_topology_cpuset +- a00053.html +- ga4497338d1cbae6f8a6d68cb14234d5d8 ++ ga1 + (hwloc_topology_t topology) + + +- static __hwloc_inline hwloc_const_cpuset_t __hwloc_attribute_pure ++ __hwloc_inline hwloc_const_cpuset_t __hwloc_attribute_pure + hwloc_topology_get_online_cpuset +- a00053.html +- gad00abc77f1670049a5b2139471d0c8db ++ ga2 + (hwloc_topology_t topology) + + +- static __hwloc_inline hwloc_const_cpuset_t __hwloc_attribute_pure ++ __hwloc_inline hwloc_const_cpuset_t __hwloc_attribute_pure + hwloc_topology_get_allowed_cpuset +- a00053.html +- ga95f116c4c0b1ff2c6418c16341fc2e57 ++ ga3 + (hwloc_topology_t topology) + +- +- +- hwlocality_helper_nodeset +- Nodeset Helpers +- a00054.html + +- static __hwloc_inline hwloc_const_nodeset_t __hwloc_attribute_pure ++ __hwloc_inline hwloc_const_nodeset_t __hwloc_attribute_pure + hwloc_topology_get_complete_nodeset +- a00054.html +- gaf8331b6d5e60c463f7ebe21a878561d4 ++ ga0 + (hwloc_topology_t topology) + + +- static __hwloc_inline hwloc_const_nodeset_t __hwloc_attribute_pure ++ __hwloc_inline hwloc_const_nodeset_t __hwloc_attribute_pure + hwloc_topology_get_topology_nodeset +- a00054.html +- gae6821ede7676dfac0515a4b7b04b0397 ++ ga1 + (hwloc_topology_t topology) + + +- static __hwloc_inline hwloc_const_nodeset_t __hwloc_attribute_pure ++ __hwloc_inline hwloc_const_nodeset_t __hwloc_attribute_pure + hwloc_topology_get_allowed_nodeset +- a00054.html +- ga5d829323f8d283687be43ea8c894eb3b ++ ga2 + (hwloc_topology_t topology) + +- +- +- hwlocality_helper_nodeset_convert +- Conversion between cpuset and nodeset +- a00055.html + +- static __hwloc_inline void ++ __hwloc_inline void + hwloc_cpuset_to_nodeset +- a00055.html +- ga60ecc4ae480c28b5fbd34aca4fc37daa ++ ga0 + (hwloc_topology_t topology, hwloc_const_cpuset_t cpuset, hwloc_nodeset_t nodeset) + + +- static __hwloc_inline void ++ __hwloc_inline void + hwloc_cpuset_to_nodeset_strict +- a00055.html +- ga9162785e39d7c697f76f99524c4a2fb4 ++ ga1 + (struct hwloc_topology *topology, hwloc_const_cpuset_t cpuset, hwloc_nodeset_t nodeset) + + +- static __hwloc_inline void ++ __hwloc_inline void + hwloc_cpuset_from_nodeset +- a00055.html +- gaa677fd588304b5615de4ea78104adfb5 ++ ga2 + (hwloc_topology_t topology, hwloc_cpuset_t cpuset, hwloc_const_nodeset_t nodeset) + + +- static __hwloc_inline void ++ __hwloc_inline void + hwloc_cpuset_from_nodeset_strict +- a00055.html +- gaa7c3f39802b00a758c58e024a8119979 ++ ga3 + (struct hwloc_topology *topology, hwloc_cpuset_t cpuset, hwloc_const_nodeset_t nodeset) + + +- +- hwlocality_bitmap +- The bitmap API +- a00056.html +- +- #define +- hwloc_bitmap_foreach_begin +- a00056.html +- ga3f6861045a8029ade373510ffa727d2a +- (id, bitmap) +- ++ ++ hwloc.doxy ++ /home/mpiteam/hwloc/nightly-tarball-build-root/v1.1/create-r2967/hwloc/doc/ ++ a00028 ++ ++ ++ hwloc.h ++ /home/mpiteam/hwloc/nightly-tarball-build-root/v1.1/create-r2967/hwloc/include/ ++ a00029 ++ hwloc/bitmap.h ++ hwloc/helper.h ++ hwloc_obj_memory_s ++ hwloc_obj_memory_s::hwloc_obj_memory_page_type_s ++ hwloc_obj ++ hwloc_obj_attr_u ++ hwloc_obj_attr_u::hwloc_cache_attr_s ++ hwloc_obj_attr_u::hwloc_group_attr_s ++ hwloc_obj_info_s ++ hwloc_topology_discovery_support ++ hwloc_topology_cpubind_support ++ hwloc_topology_membind_support ++ hwloc_topology_support + + #define +- hwloc_bitmap_foreach_end +- a00056.html +- gafcf3246db406218d4e155735b3fa6528 +- () ++ HWLOC_API_VERSION ++ ga0 ++ + + +- struct hwloc_bitmap_s * +- hwloc_bitmap_t +- a00056.html +- gaa3c2bf4c776d603dcebbb61b0c923d84 ++ hwloc_topology * ++ hwloc_topology_t ++ ga0 + + + +- struct hwloc_bitmap_s * +- hwloc_const_bitmap_t +- a00056.html +- ga2fb1bbc8aea1ea22dee2f0fd39659f48 ++ hwloc_bitmap_t ++ hwloc_cpuset_t ++ ga0 + + +- +- HWLOC_DECLSPEC hwloc_bitmap_t +- hwloc_bitmap_alloc +- a00056.html +- ga9fb6aedc30d4ef4998fa53e2403b6130 +- (void) __hwloc_attribute_malloc ++ ++ hwloc_const_bitmap_t ++ hwloc_const_cpuset_t ++ ga1 ++ + +- +- HWLOC_DECLSPEC hwloc_bitmap_t +- hwloc_bitmap_alloc_full +- a00056.html +- gadd4479485685bda179f4b8b9b70f671e +- (void) __hwloc_attribute_malloc ++ ++ hwloc_bitmap_t ++ hwloc_nodeset_t ++ ga2 ++ + +- +- HWLOC_DECLSPEC void +- hwloc_bitmap_free +- a00056.html +- ga8e7035fe555ef96921bfb98e08519bc7 +- (hwloc_bitmap_t bitmap) ++ ++ hwloc_const_bitmap_t ++ hwloc_const_nodeset_t ++ ga3 ++ + +- +- HWLOC_DECLSPEC hwloc_bitmap_t +- hwloc_bitmap_dup +- a00056.html +- gaaa4ed76211cd3694dfbea2109fc440be +- (hwloc_const_bitmap_t bitmap) __hwloc_attribute_malloc ++ ++ hwloc_obj * ++ hwloc_obj_t ++ ga0 ++ + +- +- HWLOC_DECLSPEC void +- hwloc_bitmap_copy +- a00056.html +- gab14743355fa03b36cef521cbcd2fbf64 +- (hwloc_bitmap_t dst, hwloc_const_bitmap_t src) ++ ++ hwloc_obj_type_t ++ ga1 ++ + +- +- HWLOC_DECLSPEC int +- hwloc_bitmap_snprintf +- a00056.html +- ga6c0d60db98f27276752c1e5fafcbd7d1 +- (char *__hwloc_restrict buf, size_t buflen, hwloc_const_bitmap_t bitmap) ++ ++ HWLOC_OBJ_SYSTEM ++ gga1a7 ++ + +- +- HWLOC_DECLSPEC int +- hwloc_bitmap_asprintf +- a00056.html +- gad3cf87ceb58aa91656756bbb58057320 +- (char **strp, hwloc_const_bitmap_t bitmap) ++ ++ HWLOC_OBJ_MACHINE ++ gga1a8 ++ + +- +- HWLOC_DECLSPEC int +- hwloc_bitmap_sscanf +- a00056.html +- ga553cd5ceb1925bfd31788e70b4a46ae8 +- (hwloc_bitmap_t bitmap, const char *__hwloc_restrict string) ++ ++ HWLOC_OBJ_NODE ++ gga1a9 ++ + +- +- HWLOC_DECLSPEC int +- hwloc_bitmap_taskset_snprintf +- a00056.html +- gae0e0619f43a4af5efafb75f489c1c6ec +- (char *__hwloc_restrict buf, size_t buflen, hwloc_const_bitmap_t bitmap) ++ ++ HWLOC_OBJ_SOCKET ++ gga1a10 ++ + +- +- HWLOC_DECLSPEC int +- hwloc_bitmap_taskset_asprintf +- a00056.html +- gaa3df92e204ffb24ceddd44d8d58f6eaa +- (char **strp, hwloc_const_bitmap_t bitmap) ++ ++ HWLOC_OBJ_CACHE ++ gga1a11 ++ + +- +- HWLOC_DECLSPEC int +- hwloc_bitmap_taskset_sscanf +- a00056.html +- ga71b28ef0d7206e37adbb94468c03e1a9 +- (hwloc_bitmap_t bitmap, const char *__hwloc_restrict string) ++ ++ HWLOC_OBJ_CORE ++ gga1a12 ++ + +- +- HWLOC_DECLSPEC void +- hwloc_bitmap_zero +- a00056.html +- ga6c540b9fe63b8223b6aba46d56dd63b8 +- (hwloc_bitmap_t bitmap) ++ ++ HWLOC_OBJ_PU ++ gga1a13 ++ + +- +- HWLOC_DECLSPEC void +- hwloc_bitmap_fill +- a00056.html +- ga52456f7ef79d68e610cb65e3f7ffafad +- (hwloc_bitmap_t bitmap) ++ ++ HWLOC_OBJ_GROUP ++ gga1a14 ++ + +- +- HWLOC_DECLSPEC void +- hwloc_bitmap_only +- a00056.html +- ga8ea10f5ebaadb8418f28f953d6106190 +- (hwloc_bitmap_t bitmap, unsigned id) ++ ++ HWLOC_OBJ_MISC ++ gga1a15 ++ + +- +- HWLOC_DECLSPEC void +- hwloc_bitmap_allbut +- a00056.html +- ga88204c1c313aa067da10241b5886a166 +- (hwloc_bitmap_t bitmap, unsigned id) ++ ++ hwloc_compare_types_e ++ ga2 ++ + +- +- HWLOC_DECLSPEC void +- hwloc_bitmap_from_ulong +- a00056.html +- ga02eae57cff32b6aa55044e6609ae7d73 +- (hwloc_bitmap_t bitmap, unsigned long mask) ++ ++ HWLOC_TYPE_UNORDERED ++ gga2a16 ++ + +- +- HWLOC_DECLSPEC void +- hwloc_bitmap_from_ith_ulong +- a00056.html +- ga3c44c943cb3a3e4577b32d924e4f36f2 +- (hwloc_bitmap_t bitmap, unsigned i, unsigned long mask) ++ ++ hwloc_topology_flags_e ++ ga10 ++ + +- +- HWLOC_DECLSPEC void +- hwloc_bitmap_set +- a00056.html +- ga497556af0cc34f109ae0277999c074d3 +- (hwloc_bitmap_t bitmap, unsigned id) ++ ++ HWLOC_TOPOLOGY_FLAG_WHOLE_SYSTEM ++ gga10a17 ++ ++ ++ ++ HWLOC_TOPOLOGY_FLAG_IS_THISSYSTEM ++ gga10a18 ++ ++ ++ ++ hwloc_get_type_depth_e ++ ga6 ++ ++ ++ ++ HWLOC_TYPE_DEPTH_UNKNOWN ++ gga6a19 ++ ++ ++ ++ HWLOC_TYPE_DEPTH_MULTIPLE ++ gga6a20 ++ ++ ++ ++ hwloc_cpubind_flags_t ++ ga6 ++ ++ ++ ++ HWLOC_CPUBIND_PROCESS ++ gga6a21 ++ ++ ++ ++ HWLOC_CPUBIND_THREAD ++ gga6a22 ++ ++ ++ ++ HWLOC_CPUBIND_STRICT ++ gga6a23 ++ ++ ++ ++ HWLOC_CPUBIND_NOMEMBIND ++ gga6a24 ++ ++ ++ ++ hwloc_membind_policy_t ++ ga16 ++ ++ ++ ++ HWLOC_MEMBIND_DEFAULT ++ gga16a25 ++ ++ ++ ++ HWLOC_MEMBIND_FIRSTTOUCH ++ gga16a26 ++ ++ ++ ++ HWLOC_MEMBIND_BIND ++ gga16a27 ++ ++ ++ ++ HWLOC_MEMBIND_INTERLEAVE ++ gga16a28 ++ ++ ++ ++ HWLOC_MEMBIND_REPLICATE ++ gga16a29 ++ ++ ++ ++ HWLOC_MEMBIND_NEXTTOUCH ++ gga16a30 ++ ++ ++ ++ hwloc_membind_flags_t ++ ga17 ++ ++ ++ ++ HWLOC_MEMBIND_PROCESS ++ gga17a31 ++ ++ ++ ++ HWLOC_MEMBIND_THREAD ++ gga17a32 ++ ++ ++ ++ HWLOC_MEMBIND_STRICT ++ gga17a33 ++ ++ ++ ++ HWLOC_MEMBIND_MIGRATE ++ gga17a34 ++ ++ ++ ++ HWLOC_MEMBIND_NOCPUBIND ++ gga17a35 ++ + + +- HWLOC_DECLSPEC void +- hwloc_bitmap_set_range +- a00056.html +- ga371be6d389287d5b22a8034d61ccd7e3 +- (hwloc_bitmap_t bitmap, unsigned begin, unsigned end) ++ HWLOC_DECLSPEC int ++ hwloc_compare_types ++ ga0 ++ (hwloc_obj_type_t type1, hwloc_obj_type_t type2) __hwloc_attribute_const + + +- HWLOC_DECLSPEC void +- hwloc_bitmap_set_ith_ulong +- a00056.html +- ga56027d6b141a3da441925e6e999de1c1 +- (hwloc_bitmap_t bitmap, unsigned i, unsigned long mask) ++ HWLOC_DECLSPEC int ++ hwloc_topology_init ++ ga0 ++ (hwloc_topology_t *topologyp) + + +- HWLOC_DECLSPEC void +- hwloc_bitmap_clr +- a00056.html +- ga54e89b87ba5f5c18323f16690e0e5730 +- (hwloc_bitmap_t bitmap, unsigned id) ++ HWLOC_DECLSPEC int ++ hwloc_topology_load ++ ga1 ++ (hwloc_topology_t topology) + + + HWLOC_DECLSPEC void +- hwloc_bitmap_clr_range +- a00056.html +- gacddc932644e34fc2e914caf2fdaa70ce +- (hwloc_bitmap_t bitmap, unsigned begin, unsigned end) ++ hwloc_topology_destroy ++ ga2 ++ (hwloc_topology_t topology) + + + HWLOC_DECLSPEC void +- hwloc_bitmap_singlify +- a00056.html +- ga4630aa1b7e08eac5b41be126194e84a1 +- (hwloc_bitmap_t bitmap) ++ hwloc_topology_check ++ ga3 ++ (hwloc_topology_t topology) + + +- HWLOC_DECLSPEC unsigned long +- hwloc_bitmap_to_ulong +- a00056.html +- ga4fee4e3cea99e4a389c54a6c3f0c78ed +- (hwloc_const_bitmap_t bitmap) __hwloc_attribute_pure ++ HWLOC_DECLSPEC int ++ hwloc_topology_ignore_type ++ ga0 ++ (hwloc_topology_t topology, hwloc_obj_type_t type) + + +- HWLOC_DECLSPEC unsigned long +- hwloc_bitmap_to_ith_ulong +- a00056.html +- gabc0b9f4cae56a1303c38b2380086efc2 +- (hwloc_const_bitmap_t bitmap, unsigned i) __hwloc_attribute_pure ++ HWLOC_DECLSPEC int ++ hwloc_topology_ignore_type_keep_structure ++ ga1 ++ (hwloc_topology_t topology, hwloc_obj_type_t type) + + + HWLOC_DECLSPEC int +- hwloc_bitmap_isset +- a00056.html +- ga2583f44cbdb5fff2ea40efdcf3975d3f +- (hwloc_const_bitmap_t bitmap, unsigned id) __hwloc_attribute_pure ++ hwloc_topology_ignore_all_keep_structure ++ ga2 ++ (hwloc_topology_t topology) + + + HWLOC_DECLSPEC int +- hwloc_bitmap_iszero +- a00056.html +- gaa94fed35d2a598bc4a8657b6955b7bf5 +- (hwloc_const_bitmap_t bitmap) __hwloc_attribute_pure ++ hwloc_topology_set_flags ++ ga3 ++ (hwloc_topology_t topology, unsigned long flags) + + + HWLOC_DECLSPEC int +- hwloc_bitmap_isfull +- a00056.html +- ga59a07ecd8e74f2d4ee4271a1dbf0e4dd +- (hwloc_const_bitmap_t bitmap) __hwloc_attribute_pure ++ hwloc_topology_set_fsroot ++ ga4 ++ (hwloc_topology_t __hwloc_restrict topology, const char *__hwloc_restrict fsroot_path) + + + HWLOC_DECLSPEC int +- hwloc_bitmap_first +- a00056.html +- ga42472a7b75ca79cae19f0611fdb849e6 +- (hwloc_const_bitmap_t bitmap) __hwloc_attribute_pure ++ hwloc_topology_set_pid ++ ga5 ++ (hwloc_topology_t __hwloc_restrict topology, hwloc_pid_t pid) + + + HWLOC_DECLSPEC int +- hwloc_bitmap_next +- a00056.html +- gae351afd7046295683112f0876cc782f1 +- (hwloc_const_bitmap_t bitmap, unsigned prev) __hwloc_attribute_pure ++ hwloc_topology_set_synthetic ++ ga6 ++ (hwloc_topology_t __hwloc_restrict topology, const char *__hwloc_restrict description) + + + HWLOC_DECLSPEC int +- hwloc_bitmap_last +- a00056.html +- ga4d5786ea9561d9ddbf90bc0ce606c549 +- (hwloc_const_bitmap_t bitmap) __hwloc_attribute_pure ++ hwloc_topology_set_xml ++ ga7 ++ (hwloc_topology_t __hwloc_restrict topology, const char *__hwloc_restrict xmlpath) + + + HWLOC_DECLSPEC int +- hwloc_bitmap_weight +- a00056.html +- ga12d520387be74f849f191d7a06ac325c +- (hwloc_const_bitmap_t bitmap) __hwloc_attribute_pure ++ hwloc_topology_set_xmlbuffer ++ ga8 ++ (hwloc_topology_t __hwloc_restrict topology, const char *__hwloc_restrict buffer, int size) + + +- HWLOC_DECLSPEC void +- hwloc_bitmap_or +- a00056.html +- ga1ba1de709ee9a7cf5cc8ad2d9a1a81d4 +- (hwloc_bitmap_t res, hwloc_const_bitmap_t bitmap1, hwloc_const_bitmap_t bitmap2) ++ HWLOC_DECLSPEC const struct hwloc_topology_support * ++ hwloc_topology_get_support ++ ga9 ++ (hwloc_topology_t __hwloc_restrict topology) + + + HWLOC_DECLSPEC void +- hwloc_bitmap_and +- a00056.html +- gac2f7675dcf1b664a832413d9990d1bcf +- (hwloc_bitmap_t res, hwloc_const_bitmap_t bitmap1, hwloc_const_bitmap_t bitmap2) ++ hwloc_topology_export_xml ++ ga0 ++ (hwloc_topology_t topology, const char *xmlpath) + + + HWLOC_DECLSPEC void +- hwloc_bitmap_andnot +- a00056.html +- ga7618a962685d95564564ba07e9b2199b +- (hwloc_bitmap_t res, hwloc_const_bitmap_t bitmap1, hwloc_const_bitmap_t bitmap2) ++ hwloc_topology_export_xmlbuffer ++ ga1 ++ (hwloc_topology_t topology, char **xmlbuffer, int *buflen) + + +- HWLOC_DECLSPEC void +- hwloc_bitmap_xor +- a00056.html +- ga5743af61c30758df75aec29c12444616 +- (hwloc_bitmap_t res, hwloc_const_bitmap_t bitmap1, hwloc_const_bitmap_t bitmap2) ++ HWLOC_DECLSPEC hwloc_obj_t ++ hwloc_topology_insert_misc_object_by_cpuset ++ ga2 ++ (hwloc_topology_t topology, hwloc_const_cpuset_t cpuset, const char *name) + + +- HWLOC_DECLSPEC void +- hwloc_bitmap_not +- a00056.html +- ga4a8088d62755a083ffce9d592c9e3878 +- (hwloc_bitmap_t res, hwloc_const_bitmap_t bitmap) ++ HWLOC_DECLSPEC hwloc_obj_t ++ hwloc_topology_insert_misc_object_by_parent ++ ga3 ++ (hwloc_topology_t topology, hwloc_obj_t parent, const char *name) + + +- HWLOC_DECLSPEC int +- hwloc_bitmap_intersects +- a00056.html +- ga575c27953709a8cb9a047aae65157526 +- (hwloc_const_bitmap_t bitmap1, hwloc_const_bitmap_t bitmap2) __hwloc_attribute_pure ++ HWLOC_DECLSPEC unsigned ++ hwloc_topology_get_depth ++ ga0 ++ (hwloc_topology_t __hwloc_restrict topology) __hwloc_attribute_pure + + + HWLOC_DECLSPEC int +- hwloc_bitmap_isincluded +- a00056.html +- gaae29e14a926c198e8f91e6e4790621e7 +- (hwloc_const_bitmap_t sub_bitmap, hwloc_const_bitmap_t super_bitmap) __hwloc_attribute_pure ++ hwloc_get_type_depth ++ ga1 ++ (hwloc_topology_t topology, hwloc_obj_type_t type) ++ ++ ++ HWLOC_DECLSPEC hwloc_obj_type_t ++ hwloc_get_depth_type ++ ga2 ++ (hwloc_topology_t topology, unsigned depth) __hwloc_attribute_pure ++ ++ ++ HWLOC_DECLSPEC unsigned ++ hwloc_get_nbobjs_by_depth ++ ga3 ++ (hwloc_topology_t topology, unsigned depth) __hwloc_attribute_pure ++ ++ ++ __hwloc_inline int __hwloc_attribute_pure ++ hwloc_get_nbobjs_by_type ++ ga4 ++ (hwloc_topology_t topology, hwloc_obj_type_t type) + + + HWLOC_DECLSPEC int +- hwloc_bitmap_isequal +- a00056.html +- ga4dd6a75ab63d33ef33bd626b0e489388 +- (hwloc_const_bitmap_t bitmap1, hwloc_const_bitmap_t bitmap2) __hwloc_attribute_pure ++ hwloc_topology_is_thissystem ++ ga5 ++ (hwloc_topology_t __hwloc_restrict topology) __hwloc_attribute_pure ++ ++ ++ HWLOC_DECLSPEC hwloc_obj_t ++ hwloc_get_obj_by_depth ++ ga0 ++ (hwloc_topology_t topology, unsigned depth, unsigned idx) __hwloc_attribute_pure ++ ++ ++ __hwloc_inline hwloc_obj_t __hwloc_attribute_pure ++ hwloc_get_obj_by_type ++ ga1 ++ (hwloc_topology_t topology, hwloc_obj_type_t type, unsigned idx) ++ ++ ++ HWLOC_DECLSPEC const char * ++ hwloc_obj_type_string ++ ga0 ++ (hwloc_obj_type_t type) __hwloc_attribute_const ++ ++ ++ HWLOC_DECLSPEC hwloc_obj_type_t ++ hwloc_obj_type_of_string ++ ga1 ++ (const char *string) __hwloc_attribute_pure + + + HWLOC_DECLSPEC int +- hwloc_bitmap_compare_first +- a00056.html +- gac1cbd1e03f9986552243761e657e1752 +- (hwloc_const_bitmap_t bitmap1, hwloc_const_bitmap_t bitmap2) __hwloc_attribute_pure ++ hwloc_obj_type_snprintf ++ ga2 ++ (char *__hwloc_restrict string, size_t size, hwloc_obj_t obj, int verbose) + + + HWLOC_DECLSPEC int +- hwloc_bitmap_compare +- a00056.html +- gadd3aa325f2d6a17b5aa3b3be9c740da0 +- (hwloc_const_bitmap_t bitmap1, hwloc_const_bitmap_t bitmap2) __hwloc_attribute_pure ++ hwloc_obj_attr_snprintf ++ ga3 ++ (char *__hwloc_restrict string, size_t size, hwloc_obj_t obj, const char *__hwloc_restrict separator, int verbose) + +- +- +- hwlocality_glibc_sched +- Helpers for manipulating glibc sched affinity +- a00057.html +- +- static __hwloc_inline int +- hwloc_cpuset_to_glibc_sched_affinity +- a00057.html +- ga39454e6013441d32e58ef4c4fcba7e4b +- (hwloc_topology_t topology __hwloc_attribute_unused, hwloc_const_cpuset_t hwlocset, cpu_set_t *schedset, size_t schedsetsize) ++ ++ HWLOC_DECLSPEC int ++ hwloc_obj_snprintf ++ ga4 ++ (char *__hwloc_restrict string, size_t size, hwloc_topology_t topology, hwloc_obj_t obj, const char *__hwloc_restrict indexprefix, int verbose) ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_obj_cpuset_snprintf ++ ga5 ++ (char *__hwloc_restrict str, size_t size, size_t nobj, const hwloc_obj_t *__hwloc_restrict objs) + + +- static __hwloc_inline int +- hwloc_cpuset_from_glibc_sched_affinity +- a00057.html +- ga6df504b2f5440b527be05cdad6b1655e +- (hwloc_topology_t topology __hwloc_attribute_unused, hwloc_cpuset_t hwlocset, const cpu_set_t *schedset, size_t schedsetsize) ++ __hwloc_inline char *__hwloc_attribute_pure ++ hwloc_obj_get_info_by_name ++ ga6 ++ (hwloc_obj_t obj, const char *name) + +- +- +- hwlocality_linux +- Linux-only helpers +- a00058.html + + HWLOC_DECLSPEC int +- hwloc_linux_parse_cpumap_file +- a00058.html +- gaeacad897c30dbea284948374ad4b010c +- (FILE *file, hwloc_cpuset_t set) ++ hwloc_set_cpubind ++ ga0 ++ (hwloc_topology_t topology, hwloc_const_cpuset_t set, int flags) + + + HWLOC_DECLSPEC int +- hwloc_linux_set_tid_cpubind +- a00058.html +- gaaaca5d1687053b6c3326b2c165bd6530 +- (hwloc_topology_t topology, pid_t tid, hwloc_const_cpuset_t set) ++ hwloc_get_cpubind ++ ga1 ++ (hwloc_topology_t topology, hwloc_cpuset_t set, int flags) + + + HWLOC_DECLSPEC int +- hwloc_linux_get_tid_cpubind +- a00058.html +- gaf36a9211a21eb930f59090eb5d460b8e +- (hwloc_topology_t topology, pid_t tid, hwloc_cpuset_t set) ++ hwloc_set_proc_cpubind ++ ga2 ++ (hwloc_topology_t topology, hwloc_pid_t pid, hwloc_const_cpuset_t set, int flags) ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_get_proc_cpubind ++ ga3 ++ (hwloc_topology_t topology, hwloc_pid_t pid, hwloc_cpuset_t set, int flags) ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_set_thread_cpubind ++ ga4 ++ (hwloc_topology_t topology, hwloc_thread_t tid, hwloc_const_cpuset_t set, int flags) ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_get_thread_cpubind ++ ga5 ++ (hwloc_topology_t topology, hwloc_thread_t tid, hwloc_cpuset_t set, int flags) ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_set_membind_nodeset ++ ga0 ++ (hwloc_topology_t topology, hwloc_const_nodeset_t nodeset, hwloc_membind_policy_t policy, int flags) ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_set_membind ++ ga1 ++ (hwloc_topology_t topology, hwloc_const_cpuset_t cpuset, hwloc_membind_policy_t policy, int flags) ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_get_membind_nodeset ++ ga2 ++ (hwloc_topology_t topology, hwloc_nodeset_t nodeset, hwloc_membind_policy_t *policy, int flags) ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_get_membind ++ ga3 ++ (hwloc_topology_t topology, hwloc_cpuset_t cpuset, hwloc_membind_policy_t *policy, int flags) ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_set_proc_membind_nodeset ++ ga4 ++ (hwloc_topology_t topology, hwloc_pid_t pid, hwloc_const_nodeset_t nodeset, hwloc_membind_policy_t policy, int flags) ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_set_proc_membind ++ ga5 ++ (hwloc_topology_t topology, hwloc_pid_t pid, hwloc_const_cpuset_t cpuset, hwloc_membind_policy_t policy, int flags) ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_get_proc_membind_nodeset ++ ga6 ++ (hwloc_topology_t topology, hwloc_pid_t pid, hwloc_nodeset_t nodeset, hwloc_membind_policy_t *policy, int flags) ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_get_proc_membind ++ ga7 ++ (hwloc_topology_t topology, hwloc_pid_t pid, hwloc_cpuset_t cpuset, hwloc_membind_policy_t *policy, int flags) ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_set_area_membind_nodeset ++ ga8 ++ (hwloc_topology_t topology, const void *addr, size_t len, hwloc_const_nodeset_t nodeset, hwloc_membind_policy_t policy, int flags) ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_set_area_membind ++ ga9 ++ (hwloc_topology_t topology, const void *addr, size_t len, hwloc_const_cpuset_t cpuset, hwloc_membind_policy_t policy, int flags) ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_get_area_membind_nodeset ++ ga10 ++ (hwloc_topology_t topology, const void *addr, size_t len, hwloc_nodeset_t nodeset, hwloc_membind_policy_t *policy, int flags) ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_get_area_membind ++ ga11 ++ (hwloc_topology_t topology, const void *addr, size_t len, hwloc_cpuset_t cpuset, hwloc_membind_policy_t *policy, int flags) ++ ++ ++ HWLOC_DECLSPEC void * ++ hwloc_alloc ++ ga12 ++ (hwloc_topology_t topology, size_t len) ++ ++ ++ HWLOC_DECLSPEC void * ++ hwloc_alloc_membind_nodeset ++ ga13 ++ (hwloc_topology_t topology, size_t len, hwloc_const_nodeset_t nodeset, hwloc_membind_policy_t policy, int flags) __hwloc_attribute_malloc ++ ++ ++ HWLOC_DECLSPEC void * ++ hwloc_alloc_membind ++ ga14 ++ (hwloc_topology_t topology, size_t len, hwloc_const_cpuset_t cpuset, hwloc_membind_policy_t policy, int flags) __hwloc_attribute_malloc ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_free ++ ga15 ++ (hwloc_topology_t topology, void *addr, size_t len) + + +- +- hwlocality_linux_libnuma_ulongs +- Helpers for manipulating Linux libnuma unsigned long masks +- a00059.html ++ ++ linux-libnuma.h ++ /home/mpiteam/hwloc/nightly-tarball-build-root/v1.1/create-r2967/hwloc/include/hwloc/ ++ a00030 ++ hwloc.h + +- static __hwloc_inline int ++ __hwloc_inline int + hwloc_cpuset_to_linux_libnuma_ulongs +- a00059.html +- ga018e57a42a780ce2ba2e35ef975d8888 ++ ga0 + (hwloc_topology_t topology, hwloc_const_cpuset_t cpuset, unsigned long *mask, unsigned long *maxnode) + + +- static __hwloc_inline int ++ __hwloc_inline int + hwloc_nodeset_to_linux_libnuma_ulongs +- a00059.html +- gaf213df50d229c5d17a5a56b5d8f10b74 ++ ga1 + (hwloc_topology_t topology, hwloc_const_nodeset_t nodeset, unsigned long *mask, unsigned long *maxnode) + + +- static __hwloc_inline int ++ __hwloc_inline int + hwloc_cpuset_from_linux_libnuma_ulongs +- a00059.html +- gafa60816dde33d69149497bcf6c7818e0 ++ ga2 + (hwloc_topology_t topology, hwloc_cpuset_t cpuset, const unsigned long *mask, unsigned long maxnode) + + +- static __hwloc_inline int ++ __hwloc_inline int + hwloc_nodeset_from_linux_libnuma_ulongs +- a00059.html +- ga5b51a4a96a0c3ad9f4c0da308bbf4d8f ++ ga3 + (hwloc_topology_t topology, hwloc_nodeset_t nodeset, const unsigned long *mask, unsigned long maxnode) + +- +- +- hwlocality_linux_libnuma_bitmask +- Helpers for manipulating Linux libnuma bitmask +- a00060.html + +- static __hwloc_inline struct bitmask *__hwloc_attribute_malloc ++ __hwloc_inline struct bitmask *__hwloc_attribute_malloc + hwloc_cpuset_to_linux_libnuma_bitmask +- a00060.html +- ga067ec565345a346bfd9d721cff5901ae ++ ga0 + (hwloc_topology_t topology, hwloc_const_cpuset_t cpuset) + + +- static __hwloc_inline struct bitmask *__hwloc_attribute_malloc ++ __hwloc_inline struct bitmask *__hwloc_attribute_malloc + hwloc_nodeset_to_linux_libnuma_bitmask +- a00060.html +- gaa2c4cb4075422a19e07c450dc7092e69 ++ ga1 + (hwloc_topology_t topology, hwloc_const_nodeset_t nodeset) + + +- static __hwloc_inline int ++ __hwloc_inline int + hwloc_cpuset_from_linux_libnuma_bitmask +- a00060.html +- ga47747968f12c2674d2840dfbacce4940 ++ ga2 + (hwloc_topology_t topology, hwloc_cpuset_t cpuset, const struct bitmask *bitmask) + + +- static __hwloc_inline int ++ __hwloc_inline int + hwloc_nodeset_from_linux_libnuma_bitmask +- a00060.html +- ga5a1d17375cc7b65cd155330008cbdb6a ++ ga3 + (hwloc_topology_t topology, hwloc_nodeset_t nodeset, const struct bitmask *bitmask) + +- +- +- hwlocality_linux_libnuma_nodemask +- Helpers for manipulating Linux libnuma nodemask_t +- a00061.html + +- static __hwloc_inline int ++ __hwloc_inline int + hwloc_cpuset_to_linux_libnuma_nodemask +- a00061.html +- ga36feb81315de87ce11d9a5aa2b4c6e6d ++ ga0 + (hwloc_topology_t topology, hwloc_const_cpuset_t cpuset, nodemask_t *nodemask) + + +- static __hwloc_inline int ++ __hwloc_inline int + hwloc_nodeset_to_linux_libnuma_nodemask +- a00061.html +- gafa4e7cc68f0f99724f8d99541d9ab3de ++ ga1 + (hwloc_topology_t topology, hwloc_const_nodeset_t nodeset, nodemask_t *nodemask) + + +- static __hwloc_inline int ++ __hwloc_inline int + hwloc_cpuset_from_linux_libnuma_nodemask +- a00061.html +- gac24c9e4bb2eab3e23b2039559adc9df8 ++ ga2 + (hwloc_topology_t topology, hwloc_cpuset_t cpuset, const nodemask_t *nodemask) + + +- static __hwloc_inline int ++ __hwloc_inline int + hwloc_nodeset_from_linux_libnuma_nodemask +- a00061.html +- ga22862f485346ae3b2ab7d052f538fc5f ++ ga3 + (hwloc_topology_t topology, hwloc_nodeset_t nodeset, const nodemask_t *nodemask) + + +- +- hwlocality_cuda +- CUDA Driver API Specific Functions +- a00062.html +- +- static __hwloc_inline int +- hwloc_cuda_get_device_cpuset +- a00062.html +- gae06cf330d2f0d9949feb52b146b7d136 +- (hwloc_topology_t topology __hwloc_attribute_unused, CUdevice cudevice, hwloc_cpuset_t set) ++ ++ linux.h ++ /home/mpiteam/hwloc/nightly-tarball-build-root/v1.1/create-r2967/hwloc/include/hwloc/ ++ a00031 ++ hwloc.h ++ ++ HWLOC_DECLSPEC int ++ hwloc_linux_parse_cpumap_file ++ ga0 ++ (FILE *file, hwloc_cpuset_t set) + +- +- +- hwlocality_cudart +- CUDA Runtime API Specific Functions +- a00063.html +- +- static __hwloc_inline int +- hwloc_cudart_get_device_cpuset +- a00063.html +- ga2daaf1dd1a9a7f11ccbc6821374120e9 +- (hwloc_topology_t topology __hwloc_attribute_unused, int device, hwloc_cpuset_t set) ++ ++ HWLOC_DECLSPEC int ++ hwloc_linux_set_tid_cpubind ++ ga1 ++ (hwloc_topology_t topology, pid_t tid, hwloc_const_cpuset_t set) + +- +- +- hwlocality_openfabrics +- OpenFabrics-Specific Functions +- a00064.html +- +- static __hwloc_inline int +- hwloc_ibv_get_device_cpuset +- a00064.html +- gaa8ea979ce3a9b8c70ae80bc5716a0fbe +- (hwloc_topology_t topology __hwloc_attribute_unused, struct ibv_device *ibdev, hwloc_cpuset_t set) ++ ++ HWLOC_DECLSPEC int ++ hwloc_linux_get_tid_cpubind ++ ga2 ++ (hwloc_topology_t topology, pid_t tid, hwloc_cpuset_t set) + + +- +- hwlocality_myriexpress +- Myrinet Express-Specific Functions +- a00065.html ++ ++ myriexpress.h ++ /home/mpiteam/hwloc/nightly-tarball-build-root/v1.1/create-r2967/hwloc/include/hwloc/ ++ a00032 ++ hwloc.h ++ hwloc/linux.h ++ myriexpress.h + +- static __hwloc_inline int ++ __hwloc_inline int + hwloc_mx_board_get_device_cpuset +- a00065.html +- ga87f4746d0cad579ce4e86b98088f22a1 ++ ga0 + (hwloc_topology_t topology, unsigned id, hwloc_cpuset_t set) + + +- static __hwloc_inline int ++ __hwloc_inline int + hwloc_mx_endpoint_get_device_cpuset +- a00065.html +- ga2ff7763b9c2c5975f9a2e3d638351535 ++ ga1 + (hwloc_topology_t topology, mx_endpoint_t endpoint, hwloc_cpuset_t set) + + ++ ++ openfabrics-verbs.h ++ /home/mpiteam/hwloc/nightly-tarball-build-root/v1.1/create-r2967/hwloc/include/hwloc/ ++ a00033 ++ hwloc.h ++ hwloc/linux.h ++ ++ __hwloc_inline int ++ hwloc_ibv_get_device_cpuset ++ ga0 ++ (hwloc_topology_t topology __hwloc_attribute_unused, struct ibv_device *ibdev, hwloc_cpuset_t set) ++ ++ + + hwloc_obj + a00012.html + + hwloc_obj_type_t + type +- a00012.html +- acc4f0803f244867e68fe0036800be5de ++ o0 + + + + unsigned + os_index +- a00012.html +- a61a7a80a68eaccbaaa28269e678c81a9 ++ o1 + + + + char * + name +- a00012.html +- abb709ec38f2970677e4e57d1d30be96d ++ o2 + + + +- struct hwloc_obj_memory_s ++ hwloc_obj_memory_s + memory +- a00012.html +- a1dc830816716213b5f797e4052487864 ++ o3 + + + +- union hwloc_obj_attr_u * ++ hwloc_obj_attr_u * + attr +- a00012.html +- accd40e29f71f19e88db62ea3df02adc8 ++ o4 + + + + unsigned + depth +- a00012.html +- a9d82690370275d42d652eccdea5d3ee5 ++ o5 + + + + unsigned + logical_index +- a00012.html +- a0d07fb7b8935e137c94d75a3eb492ae9 ++ o6 + + + + signed + os_level +- a00012.html +- a68766f0b1c4d61b5bad87e3b81dacfde ++ o7 + + + +- struct hwloc_obj * ++ hwloc_obj * + next_cousin +- a00012.html +- a85a788017457129589318b6c39451acf ++ o8 + + + +- struct hwloc_obj * ++ hwloc_obj * + prev_cousin +- a00012.html +- ac715989f55ff5a0eb6be2969ee477ec0 ++ o9 + + + +- struct hwloc_obj * ++ hwloc_obj * + parent +- a00012.html +- adc494f6aed939992be1c55cca5822900 ++ o10 + + + + unsigned + sibling_rank +- a00012.html +- aaa6043eee6f55869933c1d974efd9acd ++ o11 + + + +- struct hwloc_obj * ++ hwloc_obj * + next_sibling +- a00012.html +- a7f2343ed476fe4942e6fffd4cade1b40 ++ o12 + + + +- struct hwloc_obj * ++ hwloc_obj * + prev_sibling +- a00012.html +- a7b89e8c189876c0158a9282aaaf17f50 ++ o13 + + + + unsigned + arity +- a00012.html +- aac3f6da35c9b57599909a44ce2b716c1 ++ o14 + + + +- struct hwloc_obj ** ++ hwloc_obj ** + children +- a00012.html +- a04d05403da37bfe17cd63b7c7dd07b1f ++ o15 + + + +- struct hwloc_obj * ++ hwloc_obj * + first_child +- a00012.html +- af51d08a0a79dba517c06c5afedc8d2dc ++ o16 + + + +- struct hwloc_obj * ++ hwloc_obj * + last_child +- a00012.html +- a84bd65634dbc55f4158b74443a9bd04f ++ o17 + + + + void * + userdata +- a00012.html +- a76fd3ac94401cf32dfccc3a3a8de68a5 ++ o18 + + + + hwloc_cpuset_t + cpuset +- a00012.html +- a67925e0f2c47f50408fbdb9bddd0790f ++ o19 + + + + hwloc_cpuset_t + complete_cpuset +- a00012.html +- a91788a9da687beb7224cc1fd7b75208c ++ o20 + + + + hwloc_cpuset_t + online_cpuset +- a00012.html +- a8842d56c2975380f327ea401c5f53564 ++ o21 + + + + hwloc_cpuset_t + allowed_cpuset +- a00012.html +- afa3c59a6dd3da8ffa48710780a1bfb34 ++ o22 + + + + hwloc_nodeset_t + nodeset +- a00012.html +- a08f0d0e16c619a6e653526cbee4ffea3 ++ o23 + + + + hwloc_nodeset_t + complete_nodeset +- a00012.html +- ac38c4012127525ef74c5615c526f4c2e ++ o24 + + + + hwloc_nodeset_t + allowed_nodeset +- a00012.html +- a19e3d0a5951a7510fc4fc4722a9bf531 ++ o25 + + + +- struct hwloc_obj_info_s * ++ hwloc_obj_info_s * + infos +- a00012.html +- ad59bcd73a10260a0e239be5c4b5888bb ++ o26 + + + + unsigned + infos_count +- a00012.html +- a9843acc28cfbba903b63ea14b137ff70 ++ o27 + + + + + hwloc_obj_attr_u + a00013.html +- hwloc_obj_attr_u::hwloc_cache_attr_s +- hwloc_obj_attr_u::hwloc_group_attr_s + +- struct hwloc_obj_attr_u::hwloc_cache_attr_s ++ hwloc_obj_attr_u::hwloc_cache_attr_s + cache +- a00013.html +- ab5a8ae3bf490e6b1071fea53f7382836 ++ o0 + + + +- struct hwloc_obj_attr_u::hwloc_group_attr_s ++ hwloc_obj_attr_u::hwloc_group_attr_s + group +- a00013.html +- ae4ba157cc313e2cdd9a82f1c1df7aaa6 ++ o1 + + + + + hwloc_obj_attr_u::hwloc_cache_attr_s +- a00010.html ++ a00014.html + + uint64_t + size +- a00010.html +- a3c68235220554308f89768f281ad1e62 ++ o0 + + + + unsigned + depth +- a00010.html +- a5c8f7f39193736c2187ed626940835d5 ++ o1 + + + + unsigned + linesize +- a00010.html +- a801e8a668e28caf06c8b88e9ae5c10db ++ o2 + + + + + hwloc_obj_attr_u::hwloc_group_attr_s +- a00011.html ++ a00015.html + + unsigned + depth +- a00011.html +- ad914eac61c77481e1b7037877bcc5579 ++ o0 + + + + + hwloc_obj_info_s +- a00014.html ++ a00016.html + + char * + name +- a00014.html +- a115dde58f40338a2d3276d59c099857d ++ o0 + + + + char * + value +- a00014.html +- a522efd7f5262a4493a73fa3476a041ce ++ o1 + + + + + hwloc_obj_memory_s +- a00016.html +- hwloc_obj_memory_s::hwloc_obj_memory_page_type_s ++ a00017.html + + uint64_t + total_memory +- a00016.html +- a68c3323d2d0a248d1b7fec7af44bebe3 ++ o0 + + + + uint64_t + local_memory +- a00016.html +- a27043a3150660f44ed84916c2d0d7e0e ++ o1 + + + + unsigned + page_types_len +- a00016.html +- a208c27f4491077d7fb9ba5db8b29cb57 ++ o2 + + + +- struct hwloc_obj_memory_s::hwloc_obj_memory_page_type_s * ++ hwloc_obj_memory_s::hwloc_obj_memory_page_type_s * + page_types +- a00016.html +- a865eba7b12b986d72dbe7a2cfd97c50d ++ o3 + + + + + hwloc_obj_memory_s::hwloc_obj_memory_page_type_s +- a00015.html ++ a00018.html + + uint64_t + size +- a00015.html +- af0619463fb5d10052b7fe3495a66d74b ++ o0 + + + + uint64_t + count +- a00015.html +- ab5d01db7b26177a6b5361107cad152c3 ++ o1 + + + + + hwloc_topology_cpubind_support +- a00017.html ++ a00019.html + + unsigned char + set_thisproc_cpubind +- a00017.html +- a9403d51657a4d546b3ea9553a2973a27 ++ o0 + + + + unsigned char + get_thisproc_cpubind +- a00017.html +- a77a09ddd78ee3e9ff5f532a6ac74f7eb ++ o1 + + + + unsigned char + set_proc_cpubind +- a00017.html +- aa166223d1c2a6de7256ab2d8b675a87e ++ o2 + + + + unsigned char + get_proc_cpubind +- a00017.html +- aae705bc447adc163ead377362c4dfe9f ++ o3 + + + + unsigned char + set_thisthread_cpubind +- a00017.html +- a57a89a4b5f1f74fa6cfe176f1e8b0798 ++ o4 + + + + unsigned char + get_thisthread_cpubind +- a00017.html +- a80d762e532d677dff262d83cc7bb1c60 ++ o5 + + + + unsigned char + set_thread_cpubind +- a00017.html +- a46fba33e307909ce256624687799dd6d ++ o6 + + + + unsigned char + get_thread_cpubind +- a00017.html +- a8dd4d8531ed2eebdce1507e7d104154e ++ o7 + + + + + hwloc_topology_discovery_support +- a00018.html ++ a00020.html + + unsigned char + pu +- a00018.html +- ad7bb4ecf7a82f5a04fc632e9592ad3ab ++ o0 + + + + + hwloc_topology_membind_support +- a00019.html ++ a00021.html + + unsigned char + set_thisproc_membind +- a00019.html +- a36b3e388df9c6a249427cab7e3724749 ++ o0 + + + + unsigned char + get_thisproc_membind +- a00019.html +- a3fd51e6fa5f0dd800322301b46b08559 ++ o1 + + + + unsigned char + set_proc_membind +- a00019.html +- a756f44912894b176bf979a1b65f12aac ++ o2 + + + + unsigned char + get_proc_membind +- a00019.html +- a9880cd2d605e316fc020167c49ca69ad ++ o3 + + + + unsigned char + set_thisthread_membind +- a00019.html +- a0697af2e41f2e82b8ce71e3cc13f7eac ++ o4 + + + + unsigned char + get_thisthread_membind +- a00019.html +- a63b0b2e26157b472f5717ee93cc7c535 ++ o5 + + + + unsigned char + set_area_membind +- a00019.html +- a476c06f96b65c08b287cf2369966123b ++ o6 + + + + unsigned char + get_area_membind +- a00019.html +- a0a84e24a06f2fa487fe8c9605c6f68b3 ++ o7 + + + + unsigned char + alloc_membind +- a00019.html +- ae551abb27d2aa9ce008583488b845b98 ++ o8 + + + + unsigned char + firsttouch_membind +- a00019.html +- a221098c339dbfab27bd2c9f5d32f123b ++ o9 + + + + unsigned char + bind_membind +- a00019.html +- ae7cdb1f1b5f0242a69f85b5a5538c764 ++ o10 + + + + unsigned char + interleave_membind +- a00019.html +- a3c44c6012860bbeba8a0f4c19710858d ++ o11 + + + + unsigned char + replicate_membind +- a00019.html +- afe608fb85eb2aa9706221ccb5fc4d415 ++ o12 + + + + unsigned char + nexttouch_membind +- a00019.html +- ab0921af6e0cd6975812a80b8e5c7435c ++ o13 + + + + unsigned char + migrate_membind +- a00019.html +- aafa7683871a6a760246f9b35209caec5 ++ o14 + + + + + hwloc_topology_support +- a00020.html ++ a00022.html + +- struct hwloc_topology_discovery_support * ++ hwloc_topology_discovery_support * + discovery +- a00020.html +- aea3fbd7653d987d81f848636c420504d ++ o0 + + + +- struct hwloc_topology_cpubind_support * ++ hwloc_topology_cpubind_support * + cpubind +- a00020.html +- adef2bb91f74c3e70a2a071393caf5f56 ++ o1 + + + +- struct hwloc_topology_membind_support * ++ hwloc_topology_membind_support * + membind +- a00020.html +- ac6eb62ae8bc0a68dce679a7107a36194 ++ o2 + + + ++ ++ hwlocality_api_version ++ API version ++ a00034.html ++ ++ #define ++ HWLOC_API_VERSION ++ ga0 ++ ++ ++ ++ ++ hwlocality_topology ++ Topology context ++ a00035.html ++ ++ hwloc_topology * ++ hwloc_topology_t ++ ga0 ++ ++ ++ ++ ++ hwlocality_sets ++ Object sets ++ a00036.html ++ ++ hwloc_bitmap_t ++ hwloc_cpuset_t ++ ga0 ++ ++ ++ ++ hwloc_const_bitmap_t ++ hwloc_const_cpuset_t ++ ga1 ++ ++ ++ ++ hwloc_bitmap_t ++ hwloc_nodeset_t ++ ga2 ++ ++ ++ ++ hwloc_const_bitmap_t ++ hwloc_const_nodeset_t ++ ga3 ++ ++ ++ ++ ++ hwlocality_types ++ Topology Object Types ++ a00037.html ++ ++ hwloc_obj_type_t ++ ga1 ++ ++ ++ ++ HWLOC_OBJ_SYSTEM ++ gga1a7 ++ ++ ++ ++ HWLOC_OBJ_MACHINE ++ gga1a8 ++ ++ ++ ++ HWLOC_OBJ_NODE ++ gga1a9 ++ ++ ++ ++ HWLOC_OBJ_SOCKET ++ gga1a10 ++ ++ ++ ++ HWLOC_OBJ_CACHE ++ gga1a11 ++ ++ ++ ++ HWLOC_OBJ_CORE ++ gga1a12 ++ ++ ++ ++ HWLOC_OBJ_PU ++ gga1a13 ++ ++ ++ ++ HWLOC_OBJ_GROUP ++ gga1a14 ++ ++ ++ ++ HWLOC_OBJ_MISC ++ gga1a15 ++ ++ ++ ++ hwloc_compare_types_e ++ ga2 ++ ++ ++ ++ HWLOC_TYPE_UNORDERED ++ gga2a16 ++ ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_compare_types ++ ga0 ++ (hwloc_obj_type_t type1, hwloc_obj_type_t type2) __hwloc_attribute_const ++ ++ ++ ++ hwlocality_objects ++ Topology Objects ++ a00038.html ++ hwloc_obj_memory_s ++ hwloc_obj ++ hwloc_obj_attr_u ++ hwloc_obj_info_s ++ ++ hwloc_obj * ++ hwloc_obj_t ++ ga0 ++ ++ ++ ++ ++ hwlocality_creation ++ Create and Destroy Topologies ++ a00039.html ++ ++ HWLOC_DECLSPEC int ++ hwloc_topology_init ++ ga0 ++ (hwloc_topology_t *topologyp) ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_topology_load ++ ga1 ++ (hwloc_topology_t topology) ++ ++ ++ HWLOC_DECLSPEC void ++ hwloc_topology_destroy ++ ga2 ++ (hwloc_topology_t topology) ++ ++ ++ HWLOC_DECLSPEC void ++ hwloc_topology_check ++ ga3 ++ (hwloc_topology_t topology) ++ ++ ++ ++ hwlocality_configuration ++ Configure Topology Detection ++ a00040.html ++ hwloc_topology_discovery_support ++ hwloc_topology_cpubind_support ++ hwloc_topology_membind_support ++ hwloc_topology_support ++ ++ hwloc_topology_flags_e ++ ga10 ++ ++ ++ ++ HWLOC_TOPOLOGY_FLAG_WHOLE_SYSTEM ++ gga10a17 ++ ++ ++ ++ HWLOC_TOPOLOGY_FLAG_IS_THISSYSTEM ++ gga10a18 ++ ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_topology_ignore_type ++ ga0 ++ (hwloc_topology_t topology, hwloc_obj_type_t type) ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_topology_ignore_type_keep_structure ++ ga1 ++ (hwloc_topology_t topology, hwloc_obj_type_t type) ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_topology_ignore_all_keep_structure ++ ga2 ++ (hwloc_topology_t topology) ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_topology_set_flags ++ ga3 ++ (hwloc_topology_t topology, unsigned long flags) ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_topology_set_fsroot ++ ga4 ++ (hwloc_topology_t __hwloc_restrict topology, const char *__hwloc_restrict fsroot_path) ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_topology_set_pid ++ ga5 ++ (hwloc_topology_t __hwloc_restrict topology, hwloc_pid_t pid) ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_topology_set_synthetic ++ ga6 ++ (hwloc_topology_t __hwloc_restrict topology, const char *__hwloc_restrict description) ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_topology_set_xml ++ ga7 ++ (hwloc_topology_t __hwloc_restrict topology, const char *__hwloc_restrict xmlpath) ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_topology_set_xmlbuffer ++ ga8 ++ (hwloc_topology_t __hwloc_restrict topology, const char *__hwloc_restrict buffer, int size) ++ ++ ++ HWLOC_DECLSPEC const struct hwloc_topology_support * ++ hwloc_topology_get_support ++ ga9 ++ (hwloc_topology_t __hwloc_restrict topology) ++ ++ ++ ++ hwlocality_tinker ++ Tinker with topologies. ++ a00041.html ++ ++ HWLOC_DECLSPEC void ++ hwloc_topology_export_xml ++ ga0 ++ (hwloc_topology_t topology, const char *xmlpath) ++ ++ ++ HWLOC_DECLSPEC void ++ hwloc_topology_export_xmlbuffer ++ ga1 ++ (hwloc_topology_t topology, char **xmlbuffer, int *buflen) ++ ++ ++ HWLOC_DECLSPEC hwloc_obj_t ++ hwloc_topology_insert_misc_object_by_cpuset ++ ga2 ++ (hwloc_topology_t topology, hwloc_const_cpuset_t cpuset, const char *name) ++ ++ ++ HWLOC_DECLSPEC hwloc_obj_t ++ hwloc_topology_insert_misc_object_by_parent ++ ga3 ++ (hwloc_topology_t topology, hwloc_obj_t parent, const char *name) ++ ++ ++ ++ hwlocality_information ++ Get some Topology Information ++ a00042.html ++ ++ hwloc_get_type_depth_e ++ ga6 ++ ++ ++ ++ HWLOC_TYPE_DEPTH_UNKNOWN ++ gga6a19 ++ ++ ++ ++ HWLOC_TYPE_DEPTH_MULTIPLE ++ gga6a20 ++ ++ ++ ++ HWLOC_DECLSPEC unsigned ++ hwloc_topology_get_depth ++ ga0 ++ (hwloc_topology_t __hwloc_restrict topology) __hwloc_attribute_pure ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_get_type_depth ++ ga1 ++ (hwloc_topology_t topology, hwloc_obj_type_t type) ++ ++ ++ HWLOC_DECLSPEC hwloc_obj_type_t ++ hwloc_get_depth_type ++ ga2 ++ (hwloc_topology_t topology, unsigned depth) __hwloc_attribute_pure ++ ++ ++ HWLOC_DECLSPEC unsigned ++ hwloc_get_nbobjs_by_depth ++ ga3 ++ (hwloc_topology_t topology, unsigned depth) __hwloc_attribute_pure ++ ++ ++ __hwloc_inline int __hwloc_attribute_pure ++ hwloc_get_nbobjs_by_type ++ ga4 ++ (hwloc_topology_t topology, hwloc_obj_type_t type) ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_topology_is_thissystem ++ ga5 ++ (hwloc_topology_t __hwloc_restrict topology) __hwloc_attribute_pure ++ ++ ++ ++ hwlocality_traversal ++ Retrieve Objects ++ a00043.html ++ ++ HWLOC_DECLSPEC hwloc_obj_t ++ hwloc_get_obj_by_depth ++ ga0 ++ (hwloc_topology_t topology, unsigned depth, unsigned idx) __hwloc_attribute_pure ++ ++ ++ __hwloc_inline hwloc_obj_t __hwloc_attribute_pure ++ hwloc_get_obj_by_type ++ ga1 ++ (hwloc_topology_t topology, hwloc_obj_type_t type, unsigned idx) ++ ++ ++ ++ hwlocality_conversion ++ Object/String Conversion ++ a00044.html ++ ++ HWLOC_DECLSPEC const char * ++ hwloc_obj_type_string ++ ga0 ++ (hwloc_obj_type_t type) __hwloc_attribute_const ++ ++ ++ HWLOC_DECLSPEC hwloc_obj_type_t ++ hwloc_obj_type_of_string ++ ga1 ++ (const char *string) __hwloc_attribute_pure ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_obj_type_snprintf ++ ga2 ++ (char *__hwloc_restrict string, size_t size, hwloc_obj_t obj, int verbose) ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_obj_attr_snprintf ++ ga3 ++ (char *__hwloc_restrict string, size_t size, hwloc_obj_t obj, const char *__hwloc_restrict separator, int verbose) ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_obj_snprintf ++ ga4 ++ (char *__hwloc_restrict string, size_t size, hwloc_topology_t topology, hwloc_obj_t obj, const char *__hwloc_restrict indexprefix, int verbose) ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_obj_cpuset_snprintf ++ ga5 ++ (char *__hwloc_restrict str, size_t size, size_t nobj, const hwloc_obj_t *__hwloc_restrict objs) ++ ++ ++ __hwloc_inline char *__hwloc_attribute_pure ++ hwloc_obj_get_info_by_name ++ ga6 ++ (hwloc_obj_t obj, const char *name) ++ ++ ++ ++ hwlocality_cpubinding ++ CPU binding ++ a00045.html ++ ++ hwloc_cpubind_flags_t ++ ga6 ++ ++ ++ ++ HWLOC_CPUBIND_PROCESS ++ gga6a21 ++ ++ ++ ++ HWLOC_CPUBIND_THREAD ++ gga6a22 ++ ++ ++ ++ HWLOC_CPUBIND_STRICT ++ gga6a23 ++ ++ ++ ++ HWLOC_CPUBIND_NOMEMBIND ++ gga6a24 ++ ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_set_cpubind ++ ga0 ++ (hwloc_topology_t topology, hwloc_const_cpuset_t set, int flags) ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_get_cpubind ++ ga1 ++ (hwloc_topology_t topology, hwloc_cpuset_t set, int flags) ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_set_proc_cpubind ++ ga2 ++ (hwloc_topology_t topology, hwloc_pid_t pid, hwloc_const_cpuset_t set, int flags) ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_get_proc_cpubind ++ ga3 ++ (hwloc_topology_t topology, hwloc_pid_t pid, hwloc_cpuset_t set, int flags) ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_set_thread_cpubind ++ ga4 ++ (hwloc_topology_t topology, hwloc_thread_t tid, hwloc_const_cpuset_t set, int flags) ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_get_thread_cpubind ++ ga5 ++ (hwloc_topology_t topology, hwloc_thread_t tid, hwloc_cpuset_t set, int flags) ++ ++ ++ ++ hwlocality_membinding ++ Memory binding ++ a00046.html ++ ++ hwloc_membind_policy_t ++ ga16 ++ ++ ++ ++ HWLOC_MEMBIND_DEFAULT ++ gga16a25 ++ ++ ++ ++ HWLOC_MEMBIND_FIRSTTOUCH ++ gga16a26 ++ ++ ++ ++ HWLOC_MEMBIND_BIND ++ gga16a27 ++ ++ ++ ++ HWLOC_MEMBIND_INTERLEAVE ++ gga16a28 ++ ++ ++ ++ HWLOC_MEMBIND_REPLICATE ++ gga16a29 ++ ++ ++ ++ HWLOC_MEMBIND_NEXTTOUCH ++ gga16a30 ++ ++ ++ ++ hwloc_membind_flags_t ++ ga17 ++ ++ ++ ++ HWLOC_MEMBIND_PROCESS ++ gga17a31 ++ ++ ++ ++ HWLOC_MEMBIND_THREAD ++ gga17a32 ++ ++ ++ ++ HWLOC_MEMBIND_STRICT ++ gga17a33 ++ ++ ++ ++ HWLOC_MEMBIND_MIGRATE ++ gga17a34 ++ ++ ++ ++ HWLOC_MEMBIND_NOCPUBIND ++ gga17a35 ++ ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_set_membind_nodeset ++ ga0 ++ (hwloc_topology_t topology, hwloc_const_nodeset_t nodeset, hwloc_membind_policy_t policy, int flags) ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_set_membind ++ ga1 ++ (hwloc_topology_t topology, hwloc_const_cpuset_t cpuset, hwloc_membind_policy_t policy, int flags) ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_get_membind_nodeset ++ ga2 ++ (hwloc_topology_t topology, hwloc_nodeset_t nodeset, hwloc_membind_policy_t *policy, int flags) ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_get_membind ++ ga3 ++ (hwloc_topology_t topology, hwloc_cpuset_t cpuset, hwloc_membind_policy_t *policy, int flags) ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_set_proc_membind_nodeset ++ ga4 ++ (hwloc_topology_t topology, hwloc_pid_t pid, hwloc_const_nodeset_t nodeset, hwloc_membind_policy_t policy, int flags) ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_set_proc_membind ++ ga5 ++ (hwloc_topology_t topology, hwloc_pid_t pid, hwloc_const_cpuset_t cpuset, hwloc_membind_policy_t policy, int flags) ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_get_proc_membind_nodeset ++ ga6 ++ (hwloc_topology_t topology, hwloc_pid_t pid, hwloc_nodeset_t nodeset, hwloc_membind_policy_t *policy, int flags) ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_get_proc_membind ++ ga7 ++ (hwloc_topology_t topology, hwloc_pid_t pid, hwloc_cpuset_t cpuset, hwloc_membind_policy_t *policy, int flags) ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_set_area_membind_nodeset ++ ga8 ++ (hwloc_topology_t topology, const void *addr, size_t len, hwloc_const_nodeset_t nodeset, hwloc_membind_policy_t policy, int flags) ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_set_area_membind ++ ga9 ++ (hwloc_topology_t topology, const void *addr, size_t len, hwloc_const_cpuset_t cpuset, hwloc_membind_policy_t policy, int flags) ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_get_area_membind_nodeset ++ ga10 ++ (hwloc_topology_t topology, const void *addr, size_t len, hwloc_nodeset_t nodeset, hwloc_membind_policy_t *policy, int flags) ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_get_area_membind ++ ga11 ++ (hwloc_topology_t topology, const void *addr, size_t len, hwloc_cpuset_t cpuset, hwloc_membind_policy_t *policy, int flags) ++ ++ ++ HWLOC_DECLSPEC void * ++ hwloc_alloc ++ ga12 ++ (hwloc_topology_t topology, size_t len) ++ ++ ++ HWLOC_DECLSPEC void * ++ hwloc_alloc_membind_nodeset ++ ga13 ++ (hwloc_topology_t topology, size_t len, hwloc_const_nodeset_t nodeset, hwloc_membind_policy_t policy, int flags) __hwloc_attribute_malloc ++ ++ ++ HWLOC_DECLSPEC void * ++ hwloc_alloc_membind ++ ga14 ++ (hwloc_topology_t topology, size_t len, hwloc_const_cpuset_t cpuset, hwloc_membind_policy_t policy, int flags) __hwloc_attribute_malloc ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_free ++ ga15 ++ (hwloc_topology_t topology, void *addr, size_t len) ++ ++ ++ ++ hwlocality_helper_types ++ Object Type Helpers ++ a00047.html ++ ++ __hwloc_inline int __hwloc_attribute_pure ++ hwloc_get_type_or_below_depth ++ ga0 ++ (hwloc_topology_t topology, hwloc_obj_type_t type) ++ ++ ++ __hwloc_inline int __hwloc_attribute_pure ++ hwloc_get_type_or_above_depth ++ ga1 ++ (hwloc_topology_t topology, hwloc_obj_type_t type) ++ ++ ++ ++ hwlocality_helper_traversal_basic ++ Basic Traversal Helpers ++ a00048.html ++ ++ __hwloc_inline hwloc_obj_t __hwloc_attribute_pure ++ hwloc_get_root_obj ++ ga0 ++ (hwloc_topology_t topology) ++ ++ ++ __hwloc_inline hwloc_obj_t __hwloc_attribute_pure ++ hwloc_get_ancestor_obj_by_depth ++ ga1 ++ (hwloc_topology_t topology __hwloc_attribute_unused, unsigned depth, hwloc_obj_t obj) ++ ++ ++ __hwloc_inline hwloc_obj_t __hwloc_attribute_pure ++ hwloc_get_ancestor_obj_by_type ++ ga2 ++ (hwloc_topology_t topology __hwloc_attribute_unused, hwloc_obj_type_t type, hwloc_obj_t obj) ++ ++ ++ __hwloc_inline hwloc_obj_t ++ hwloc_get_next_obj_by_depth ++ ga3 ++ (hwloc_topology_t topology, unsigned depth, hwloc_obj_t prev) ++ ++ ++ __hwloc_inline hwloc_obj_t ++ hwloc_get_next_obj_by_type ++ ga4 ++ (hwloc_topology_t topology, hwloc_obj_type_t type, hwloc_obj_t prev) ++ ++ ++ __hwloc_inline hwloc_obj_t __hwloc_attribute_pure ++ hwloc_get_pu_obj_by_os_index ++ ga5 ++ (hwloc_topology_t topology, unsigned os_index) ++ ++ ++ __hwloc_inline hwloc_obj_t ++ hwloc_get_next_child ++ ga6 ++ (hwloc_topology_t topology __hwloc_attribute_unused, hwloc_obj_t parent, hwloc_obj_t prev) ++ ++ ++ __hwloc_inline hwloc_obj_t __hwloc_attribute_pure ++ hwloc_get_common_ancestor_obj ++ ga7 ++ (hwloc_topology_t topology __hwloc_attribute_unused, hwloc_obj_t obj1, hwloc_obj_t obj2) ++ ++ ++ __hwloc_inline int __hwloc_attribute_pure ++ hwloc_obj_is_in_subtree ++ ga8 ++ (hwloc_topology_t topology __hwloc_attribute_unused, hwloc_obj_t obj, hwloc_obj_t subtree_root) ++ ++ ++ ++ hwlocality_helper_find_inside ++ Finding Objects Inside a CPU set ++ a00049.html ++ ++ __hwloc_inline hwloc_obj_t ++ hwloc_get_first_largest_obj_inside_cpuset ++ ga0 ++ (hwloc_topology_t topology, hwloc_const_cpuset_t set) ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_get_largest_objs_inside_cpuset ++ ga1 ++ (hwloc_topology_t topology, hwloc_const_cpuset_t set, hwloc_obj_t *__hwloc_restrict objs, int max) ++ ++ ++ __hwloc_inline hwloc_obj_t ++ hwloc_get_next_obj_inside_cpuset_by_depth ++ ga2 ++ (hwloc_topology_t topology, hwloc_const_cpuset_t set, unsigned depth, hwloc_obj_t prev) ++ ++ ++ __hwloc_inline hwloc_obj_t ++ hwloc_get_next_obj_inside_cpuset_by_type ++ ga3 ++ (hwloc_topology_t topology, hwloc_const_cpuset_t set, hwloc_obj_type_t type, hwloc_obj_t prev) ++ ++ ++ __hwloc_inline hwloc_obj_t __hwloc_attribute_pure ++ hwloc_get_obj_inside_cpuset_by_depth ++ ga4 ++ (hwloc_topology_t topology, hwloc_const_cpuset_t set, unsigned depth, unsigned idx) ++ ++ ++ __hwloc_inline hwloc_obj_t __hwloc_attribute_pure ++ hwloc_get_obj_inside_cpuset_by_type ++ ga5 ++ (hwloc_topology_t topology, hwloc_const_cpuset_t set, hwloc_obj_type_t type, unsigned idx) ++ ++ ++ __hwloc_inline unsigned __hwloc_attribute_pure ++ hwloc_get_nbobjs_inside_cpuset_by_depth ++ ga6 ++ (hwloc_topology_t topology, hwloc_const_cpuset_t set, unsigned depth) ++ ++ ++ __hwloc_inline int __hwloc_attribute_pure ++ hwloc_get_nbobjs_inside_cpuset_by_type ++ ga7 ++ (hwloc_topology_t topology, hwloc_const_cpuset_t set, hwloc_obj_type_t type) ++ ++ ++ ++ hwlocality_helper_find_covering ++ Finding a single Object covering at least CPU set ++ a00050.html ++ ++ __hwloc_inline hwloc_obj_t __hwloc_attribute_pure ++ hwloc_get_child_covering_cpuset ++ ga0 ++ (hwloc_topology_t topology __hwloc_attribute_unused, hwloc_const_cpuset_t set, hwloc_obj_t parent) ++ ++ ++ __hwloc_inline hwloc_obj_t __hwloc_attribute_pure ++ hwloc_get_obj_covering_cpuset ++ ga1 ++ (hwloc_topology_t topology, hwloc_const_cpuset_t set) ++ ++ ++ ++ hwlocality_helper_find_coverings ++ Finding a set of similar Objects covering at least a CPU set ++ a00051.html ++ ++ __hwloc_inline hwloc_obj_t ++ hwloc_get_next_obj_covering_cpuset_by_depth ++ ga0 ++ (hwloc_topology_t topology, hwloc_const_cpuset_t set, unsigned depth, hwloc_obj_t prev) ++ ++ ++ __hwloc_inline hwloc_obj_t ++ hwloc_get_next_obj_covering_cpuset_by_type ++ ga1 ++ (hwloc_topology_t topology, hwloc_const_cpuset_t set, hwloc_obj_type_t type, hwloc_obj_t prev) ++ ++ ++ ++ hwlocality_helper_find_cache ++ Cache-specific Finding Helpers ++ a00052.html ++ ++ __hwloc_inline hwloc_obj_t __hwloc_attribute_pure ++ hwloc_get_cache_covering_cpuset ++ ga0 ++ (hwloc_topology_t topology, hwloc_const_cpuset_t set) ++ ++ ++ __hwloc_inline hwloc_obj_t __hwloc_attribute_pure ++ hwloc_get_shared_cache_covering_obj ++ ga1 ++ (hwloc_topology_t topology __hwloc_attribute_unused, hwloc_obj_t obj) ++ ++ ++ ++ hwlocality_helper_traversal ++ Advanced Traversal Helpers ++ a00053.html ++ ++ HWLOC_DECLSPEC unsigned ++ hwloc_get_closest_objs ++ ga0 ++ (hwloc_topology_t topology, hwloc_obj_t src, hwloc_obj_t *__hwloc_restrict objs, unsigned max) ++ ++ ++ __hwloc_inline hwloc_obj_t __hwloc_attribute_pure ++ hwloc_get_obj_below_by_type ++ ga1 ++ (hwloc_topology_t topology, hwloc_obj_type_t type1, unsigned idx1, hwloc_obj_type_t type2, unsigned idx2) ++ ++ ++ __hwloc_inline hwloc_obj_t __hwloc_attribute_pure ++ hwloc_get_obj_below_array_by_type ++ ga2 ++ (hwloc_topology_t topology, int nr, hwloc_obj_type_t *typev, unsigned *idxv) ++ ++ ++ ++ hwlocality_helper_binding ++ Binding Helpers ++ a00054.html ++ ++ __hwloc_inline void ++ hwloc_distributev ++ ga0 ++ (hwloc_topology_t topology, hwloc_obj_t *root, unsigned n_roots, hwloc_cpuset_t *cpuset, unsigned n, unsigned until) ++ ++ ++ __hwloc_inline void ++ hwloc_distribute ++ ga1 ++ (hwloc_topology_t topology, hwloc_obj_t root, hwloc_cpuset_t *cpuset, unsigned n, unsigned until) ++ ++ ++ __hwloc_inline void * ++ hwloc_alloc_membind_policy_nodeset ++ ga2 ++ (hwloc_topology_t topology, size_t len, hwloc_const_nodeset_t nodeset, hwloc_membind_policy_t policy, int flags) ++ ++ ++ __hwloc_inline void * ++ hwloc_alloc_membind_policy ++ ga3 ++ (hwloc_topology_t topology, size_t len, hwloc_const_cpuset_t cpuset, hwloc_membind_policy_t policy, int flags) ++ ++ ++ ++ hwlocality_helper_cpuset ++ Cpuset Helpers ++ a00055.html ++ ++ __hwloc_inline hwloc_const_cpuset_t __hwloc_attribute_pure ++ hwloc_topology_get_complete_cpuset ++ ga0 ++ (hwloc_topology_t topology) ++ ++ ++ __hwloc_inline hwloc_const_cpuset_t __hwloc_attribute_pure ++ hwloc_topology_get_topology_cpuset ++ ga1 ++ (hwloc_topology_t topology) ++ ++ ++ __hwloc_inline hwloc_const_cpuset_t __hwloc_attribute_pure ++ hwloc_topology_get_online_cpuset ++ ga2 ++ (hwloc_topology_t topology) ++ ++ ++ __hwloc_inline hwloc_const_cpuset_t __hwloc_attribute_pure ++ hwloc_topology_get_allowed_cpuset ++ ga3 ++ (hwloc_topology_t topology) ++ ++ ++ ++ hwlocality_helper_nodeset ++ Nodeset Helpers ++ a00056.html ++ ++ __hwloc_inline hwloc_const_nodeset_t __hwloc_attribute_pure ++ hwloc_topology_get_complete_nodeset ++ ga0 ++ (hwloc_topology_t topology) ++ ++ ++ __hwloc_inline hwloc_const_nodeset_t __hwloc_attribute_pure ++ hwloc_topology_get_topology_nodeset ++ ga1 ++ (hwloc_topology_t topology) ++ ++ ++ __hwloc_inline hwloc_const_nodeset_t __hwloc_attribute_pure ++ hwloc_topology_get_allowed_nodeset ++ ga2 ++ (hwloc_topology_t topology) ++ ++ ++ ++ hwlocality_helper_nodeset_convert ++ Conversion between cpuset and nodeset ++ a00057.html ++ ++ __hwloc_inline void ++ hwloc_cpuset_to_nodeset ++ ga0 ++ (hwloc_topology_t topology, hwloc_const_cpuset_t cpuset, hwloc_nodeset_t nodeset) ++ ++ ++ __hwloc_inline void ++ hwloc_cpuset_to_nodeset_strict ++ ga1 ++ (struct hwloc_topology *topology, hwloc_const_cpuset_t cpuset, hwloc_nodeset_t nodeset) ++ ++ ++ __hwloc_inline void ++ hwloc_cpuset_from_nodeset ++ ga2 ++ (hwloc_topology_t topology, hwloc_cpuset_t cpuset, hwloc_const_nodeset_t nodeset) ++ ++ ++ __hwloc_inline void ++ hwloc_cpuset_from_nodeset_strict ++ ga3 ++ (struct hwloc_topology *topology, hwloc_cpuset_t cpuset, hwloc_const_nodeset_t nodeset) ++ ++ ++ ++ hwlocality_bitmap ++ The bitmap API ++ a00058.html ++ ++ #define ++ hwloc_bitmap_foreach_begin ++ ga44 ++ (id, bitmap) ++ ++ ++ #define ++ hwloc_bitmap_foreach_end ++ ga45 ++ () ++ ++ ++ hwloc_bitmap_s * ++ hwloc_bitmap_t ++ ga0 ++ ++ ++ ++ const struct hwloc_bitmap_s * ++ hwloc_const_bitmap_t ++ ga1 ++ ++ ++ ++ HWLOC_DECLSPEC hwloc_bitmap_t ++ hwloc_bitmap_alloc ++ ga2 ++ (void) __hwloc_attribute_malloc ++ ++ ++ HWLOC_DECLSPEC hwloc_bitmap_t ++ hwloc_bitmap_alloc_full ++ ga3 ++ (void) __hwloc_attribute_malloc ++ ++ ++ HWLOC_DECLSPEC void ++ hwloc_bitmap_free ++ ga4 ++ (hwloc_bitmap_t bitmap) ++ ++ ++ HWLOC_DECLSPEC hwloc_bitmap_t ++ hwloc_bitmap_dup ++ ga5 ++ (hwloc_const_bitmap_t bitmap) __hwloc_attribute_malloc ++ ++ ++ HWLOC_DECLSPEC void ++ hwloc_bitmap_copy ++ ga6 ++ (hwloc_bitmap_t dst, hwloc_const_bitmap_t src) ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_bitmap_snprintf ++ ga7 ++ (char *__hwloc_restrict buf, size_t buflen, hwloc_const_bitmap_t bitmap) ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_bitmap_asprintf ++ ga8 ++ (char **strp, hwloc_const_bitmap_t bitmap) ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_bitmap_sscanf ++ ga9 ++ (hwloc_bitmap_t bitmap, const char *__hwloc_restrict string) ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_bitmap_taskset_snprintf ++ ga10 ++ (char *__hwloc_restrict buf, size_t buflen, hwloc_const_bitmap_t bitmap) ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_bitmap_taskset_asprintf ++ ga11 ++ (char **strp, hwloc_const_bitmap_t bitmap) ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_bitmap_taskset_sscanf ++ ga12 ++ (hwloc_bitmap_t bitmap, const char *__hwloc_restrict string) ++ ++ ++ HWLOC_DECLSPEC void ++ hwloc_bitmap_zero ++ ga13 ++ (hwloc_bitmap_t bitmap) ++ ++ ++ HWLOC_DECLSPEC void ++ hwloc_bitmap_fill ++ ga14 ++ (hwloc_bitmap_t bitmap) ++ ++ ++ HWLOC_DECLSPEC void ++ hwloc_bitmap_only ++ ga15 ++ (hwloc_bitmap_t bitmap, unsigned id) ++ ++ ++ HWLOC_DECLSPEC void ++ hwloc_bitmap_allbut ++ ga16 ++ (hwloc_bitmap_t bitmap, unsigned id) ++ ++ ++ HWLOC_DECLSPEC void ++ hwloc_bitmap_from_ulong ++ ga17 ++ (hwloc_bitmap_t bitmap, unsigned long mask) ++ ++ ++ HWLOC_DECLSPEC void ++ hwloc_bitmap_from_ith_ulong ++ ga18 ++ (hwloc_bitmap_t bitmap, unsigned i, unsigned long mask) ++ ++ ++ HWLOC_DECLSPEC void ++ hwloc_bitmap_set ++ ga19 ++ (hwloc_bitmap_t bitmap, unsigned id) ++ ++ ++ HWLOC_DECLSPEC void ++ hwloc_bitmap_set_range ++ ga20 ++ (hwloc_bitmap_t bitmap, unsigned begin, unsigned end) ++ ++ ++ HWLOC_DECLSPEC void ++ hwloc_bitmap_set_ith_ulong ++ ga21 ++ (hwloc_bitmap_t bitmap, unsigned i, unsigned long mask) ++ ++ ++ HWLOC_DECLSPEC void ++ hwloc_bitmap_clr ++ ga22 ++ (hwloc_bitmap_t bitmap, unsigned id) ++ ++ ++ HWLOC_DECLSPEC void ++ hwloc_bitmap_clr_range ++ ga23 ++ (hwloc_bitmap_t bitmap, unsigned begin, unsigned end) ++ ++ ++ HWLOC_DECLSPEC void ++ hwloc_bitmap_singlify ++ ga24 ++ (hwloc_bitmap_t bitmap) ++ ++ ++ HWLOC_DECLSPEC unsigned long ++ hwloc_bitmap_to_ulong ++ ga25 ++ (hwloc_const_bitmap_t bitmap) __hwloc_attribute_pure ++ ++ ++ HWLOC_DECLSPEC unsigned long ++ hwloc_bitmap_to_ith_ulong ++ ga26 ++ (hwloc_const_bitmap_t bitmap, unsigned i) __hwloc_attribute_pure ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_bitmap_isset ++ ga27 ++ (hwloc_const_bitmap_t bitmap, unsigned id) __hwloc_attribute_pure ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_bitmap_iszero ++ ga28 ++ (hwloc_const_bitmap_t bitmap) __hwloc_attribute_pure ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_bitmap_isfull ++ ga29 ++ (hwloc_const_bitmap_t bitmap) __hwloc_attribute_pure ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_bitmap_first ++ ga30 ++ (hwloc_const_bitmap_t bitmap) __hwloc_attribute_pure ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_bitmap_next ++ ga31 ++ (hwloc_const_bitmap_t bitmap, unsigned prev) __hwloc_attribute_pure ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_bitmap_last ++ ga32 ++ (hwloc_const_bitmap_t bitmap) __hwloc_attribute_pure ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_bitmap_weight ++ ga33 ++ (hwloc_const_bitmap_t bitmap) __hwloc_attribute_pure ++ ++ ++ HWLOC_DECLSPEC void ++ hwloc_bitmap_or ++ ga34 ++ (hwloc_bitmap_t res, hwloc_const_bitmap_t bitmap1, hwloc_const_bitmap_t bitmap2) ++ ++ ++ HWLOC_DECLSPEC void ++ hwloc_bitmap_and ++ ga35 ++ (hwloc_bitmap_t res, hwloc_const_bitmap_t bitmap1, hwloc_const_bitmap_t bitmap2) ++ ++ ++ HWLOC_DECLSPEC void ++ hwloc_bitmap_andnot ++ ga36 ++ (hwloc_bitmap_t res, hwloc_const_bitmap_t bitmap1, hwloc_const_bitmap_t bitmap2) ++ ++ ++ HWLOC_DECLSPEC void ++ hwloc_bitmap_xor ++ ga37 ++ (hwloc_bitmap_t res, hwloc_const_bitmap_t bitmap1, hwloc_const_bitmap_t bitmap2) ++ ++ ++ HWLOC_DECLSPEC void ++ hwloc_bitmap_not ++ ga38 ++ (hwloc_bitmap_t res, hwloc_const_bitmap_t bitmap) ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_bitmap_intersects ++ ga39 ++ (hwloc_const_bitmap_t bitmap1, hwloc_const_bitmap_t bitmap2) __hwloc_attribute_pure ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_bitmap_isincluded ++ ga40 ++ (hwloc_const_bitmap_t sub_bitmap, hwloc_const_bitmap_t super_bitmap) __hwloc_attribute_pure ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_bitmap_isequal ++ ga41 ++ (hwloc_const_bitmap_t bitmap1, hwloc_const_bitmap_t bitmap2) __hwloc_attribute_pure ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_bitmap_compare_first ++ ga42 ++ (hwloc_const_bitmap_t bitmap1, hwloc_const_bitmap_t bitmap2) __hwloc_attribute_pure ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_bitmap_compare ++ ga43 ++ (hwloc_const_bitmap_t bitmap1, hwloc_const_bitmap_t bitmap2) __hwloc_attribute_pure ++ ++ ++ ++ hwlocality_glibc_sched ++ Helpers for manipulating glibc sched affinity ++ a00059.html ++ ++ __hwloc_inline int ++ hwloc_cpuset_to_glibc_sched_affinity ++ ga0 ++ (hwloc_topology_t topology __hwloc_attribute_unused, hwloc_const_cpuset_t hwlocset, cpu_set_t *schedset, size_t schedsetsize) ++ ++ ++ __hwloc_inline int ++ hwloc_cpuset_from_glibc_sched_affinity ++ ga1 ++ (hwloc_topology_t topology __hwloc_attribute_unused, hwloc_cpuset_t hwlocset, const cpu_set_t *schedset, size_t schedsetsize) ++ ++ ++ ++ hwlocality_linux ++ Linux-only helpers ++ a00060.html ++ ++ HWLOC_DECLSPEC int ++ hwloc_linux_parse_cpumap_file ++ ga0 ++ (FILE *file, hwloc_cpuset_t set) ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_linux_set_tid_cpubind ++ ga1 ++ (hwloc_topology_t topology, pid_t tid, hwloc_const_cpuset_t set) ++ ++ ++ HWLOC_DECLSPEC int ++ hwloc_linux_get_tid_cpubind ++ ga2 ++ (hwloc_topology_t topology, pid_t tid, hwloc_cpuset_t set) ++ ++ ++ ++ hwlocality_linux_libnuma_ulongs ++ Helpers for manipulating Linux libnuma unsigned long masks ++ a00061.html ++ ++ __hwloc_inline int ++ hwloc_cpuset_to_linux_libnuma_ulongs ++ ga0 ++ (hwloc_topology_t topology, hwloc_const_cpuset_t cpuset, unsigned long *mask, unsigned long *maxnode) ++ ++ ++ __hwloc_inline int ++ hwloc_nodeset_to_linux_libnuma_ulongs ++ ga1 ++ (hwloc_topology_t topology, hwloc_const_nodeset_t nodeset, unsigned long *mask, unsigned long *maxnode) ++ ++ ++ __hwloc_inline int ++ hwloc_cpuset_from_linux_libnuma_ulongs ++ ga2 ++ (hwloc_topology_t topology, hwloc_cpuset_t cpuset, const unsigned long *mask, unsigned long maxnode) ++ ++ ++ __hwloc_inline int ++ hwloc_nodeset_from_linux_libnuma_ulongs ++ ga3 ++ (hwloc_topology_t topology, hwloc_nodeset_t nodeset, const unsigned long *mask, unsigned long maxnode) ++ ++ ++ ++ hwlocality_linux_libnuma_bitmask ++ Helpers for manipulating Linux libnuma bitmask ++ a00062.html ++ ++ __hwloc_inline struct bitmask *__hwloc_attribute_malloc ++ hwloc_cpuset_to_linux_libnuma_bitmask ++ ga0 ++ (hwloc_topology_t topology, hwloc_const_cpuset_t cpuset) ++ ++ ++ __hwloc_inline struct bitmask *__hwloc_attribute_malloc ++ hwloc_nodeset_to_linux_libnuma_bitmask ++ ga1 ++ (hwloc_topology_t topology, hwloc_const_nodeset_t nodeset) ++ ++ ++ __hwloc_inline int ++ hwloc_cpuset_from_linux_libnuma_bitmask ++ ga2 ++ (hwloc_topology_t topology, hwloc_cpuset_t cpuset, const struct bitmask *bitmask) ++ ++ ++ __hwloc_inline int ++ hwloc_nodeset_from_linux_libnuma_bitmask ++ ga3 ++ (hwloc_topology_t topology, hwloc_nodeset_t nodeset, const struct bitmask *bitmask) ++ ++ ++ ++ hwlocality_linux_libnuma_nodemask ++ Helpers for manipulating Linux libnuma nodemask_t ++ a00063.html ++ ++ __hwloc_inline int ++ hwloc_cpuset_to_linux_libnuma_nodemask ++ ga0 ++ (hwloc_topology_t topology, hwloc_const_cpuset_t cpuset, nodemask_t *nodemask) ++ ++ ++ __hwloc_inline int ++ hwloc_nodeset_to_linux_libnuma_nodemask ++ ga1 ++ (hwloc_topology_t topology, hwloc_const_nodeset_t nodeset, nodemask_t *nodemask) ++ ++ ++ __hwloc_inline int ++ hwloc_cpuset_from_linux_libnuma_nodemask ++ ga2 ++ (hwloc_topology_t topology, hwloc_cpuset_t cpuset, const nodemask_t *nodemask) ++ ++ ++ __hwloc_inline int ++ hwloc_nodeset_from_linux_libnuma_nodemask ++ ga3 ++ (hwloc_topology_t topology, hwloc_nodeset_t nodeset, const nodemask_t *nodemask) ++ ++ ++ ++ hwlocality_cuda ++ CUDA Driver API Specific Functions ++ a00064.html ++ ++ __hwloc_inline int ++ hwloc_cuda_get_device_cpuset ++ ga0 ++ (hwloc_topology_t topology __hwloc_attribute_unused, CUdevice cudevice, hwloc_cpuset_t set) ++ ++ ++ ++ hwlocality_cudart ++ CUDA Runtime API Specific Functions ++ a00065.html ++ ++ __hwloc_inline int ++ hwloc_cudart_get_device_cpuset ++ ga0 ++ (hwloc_topology_t topology __hwloc_attribute_unused, int device, hwloc_cpuset_t set) ++ ++ ++ ++ hwlocality_openfabrics ++ OpenFabrics-Specific Functions ++ a00066.html ++ ++ __hwloc_inline int ++ hwloc_ibv_get_device_cpuset ++ ga0 ++ (hwloc_topology_t topology __hwloc_attribute_unused, struct ibv_device *ibdev, hwloc_cpuset_t set) ++ ++ ++ ++ hwlocality_myriexpress ++ Myrinet Express-Specific Functions ++ a00067.html ++ ++ __hwloc_inline int ++ hwloc_mx_board_get_device_cpuset ++ ga0 ++ (hwloc_topology_t topology, unsigned id, hwloc_cpuset_t set) ++ ++ ++ __hwloc_inline int ++ hwloc_mx_endpoint_get_device_cpuset ++ ga1 ++ (hwloc_topology_t topology, mx_endpoint_t endpoint, hwloc_cpuset_t set) ++ ++ + +diff -uNr hwloc-1.1/doc/doxygen-doc/man/man3/hwlocality_bitmap.3 hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwlocality_bitmap.3 +--- hwloc-1.1/doc/doxygen-doc/man/man3/hwlocality_bitmap.3 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwlocality_bitmap.3 2010-12-31 23:48:22.088851394 +0100 +@@ -1,4 +1,4 @@ +-.TH "The bitmap API" 3 "Thu Dec 16 2010" "Version 1.1" "Hardware Locality (hwloc)" \" -*- nroff -*- ++.TH "The bitmap API" 3 "21 Dec 2010" "Version 1.1rc6r2967" "Hardware Locality (hwloc)" \" -*- nroff -*- + .ad l + .nh + .SH NAME +@@ -19,182 +19,182 @@ + + .in +1c + .ti -1c +-.RI "typedef struct hwloc_bitmap_s * \fBhwloc_bitmap_t\fP" ++.RI "typedef hwloc_bitmap_s * \fBhwloc_bitmap_t\fP" + .br + .RI "\fISet of bits represented as an opaque pointer to an internal bitmap. \fP" + .ti -1c +-.RI "typedef struct hwloc_bitmap_s * \fBhwloc_const_bitmap_t\fP" ++.RI "typedef const struct hwloc_bitmap_s * \fBhwloc_const_bitmap_t\fP" + .br + .in -1c + .SS "Functions" + + .in +1c + .ti -1c +-.RI "HWLOC_DECLSPEC \fBhwloc_bitmap_t\fP \fBhwloc_bitmap_alloc\fP (void) __hwloc_attribute_malloc" ++.RI " \fBhwloc_bitmap_t\fP \fBhwloc_bitmap_alloc\fP (void) " + .br + .RI "\fIAllocate a new empty bitmap. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC \fBhwloc_bitmap_t\fP \fBhwloc_bitmap_alloc_full\fP (void) __hwloc_attribute_malloc" ++.RI " \fBhwloc_bitmap_t\fP \fBhwloc_bitmap_alloc_full\fP (void) " + .br + .RI "\fIAllocate a new full bitmap. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC void \fBhwloc_bitmap_free\fP (\fBhwloc_bitmap_t\fP bitmap)" ++.RI " void \fBhwloc_bitmap_free\fP (\fBhwloc_bitmap_t\fP bitmap)" + .br + .RI "\fIFree bitmap \fCbitmap\fP. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC \fBhwloc_bitmap_t\fP \fBhwloc_bitmap_dup\fP (\fBhwloc_const_bitmap_t\fP bitmap) __hwloc_attribute_malloc" ++.RI " \fBhwloc_bitmap_t\fP \fBhwloc_bitmap_dup\fP (\fBhwloc_const_bitmap_t\fP bitmap) " + .br + .RI "\fIDuplicate bitmap \fCbitmap\fP by allocating a new bitmap and copying \fCbitmap\fP contents. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC void \fBhwloc_bitmap_copy\fP (\fBhwloc_bitmap_t\fP dst, \fBhwloc_const_bitmap_t\fP src)" ++.RI " void \fBhwloc_bitmap_copy\fP (\fBhwloc_bitmap_t\fP dst, \fBhwloc_const_bitmap_t\fP src)" + .br + .RI "\fICopy the contents of bitmap \fCsrc\fP into the already allocated bitmap \fCdst\fP. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC int \fBhwloc_bitmap_snprintf\fP (char *__hwloc_restrict buf, size_t buflen, \fBhwloc_const_bitmap_t\fP bitmap)" ++.RI " int \fBhwloc_bitmap_snprintf\fP (char *restrict buf, size_t buflen, \fBhwloc_const_bitmap_t\fP bitmap)" + .br + .RI "\fIStringify a bitmap. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC int \fBhwloc_bitmap_asprintf\fP (char **strp, \fBhwloc_const_bitmap_t\fP bitmap)" ++.RI " int \fBhwloc_bitmap_asprintf\fP (char **strp, \fBhwloc_const_bitmap_t\fP bitmap)" + .br + .RI "\fIStringify a bitmap into a newly allocated string. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC int \fBhwloc_bitmap_sscanf\fP (\fBhwloc_bitmap_t\fP bitmap, const char *__hwloc_restrict string)" ++.RI " int \fBhwloc_bitmap_sscanf\fP (\fBhwloc_bitmap_t\fP bitmap, const char *restrict string)" + .br + .RI "\fIParse a bitmap string and stores it in bitmap \fCbitmap\fP. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC int \fBhwloc_bitmap_taskset_snprintf\fP (char *__hwloc_restrict buf, size_t buflen, \fBhwloc_const_bitmap_t\fP bitmap)" ++.RI " int \fBhwloc_bitmap_taskset_snprintf\fP (char *restrict buf, size_t buflen, \fBhwloc_const_bitmap_t\fP bitmap)" + .br + .RI "\fIStringify a bitmap in the taskset-specific format. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC int \fBhwloc_bitmap_taskset_asprintf\fP (char **strp, \fBhwloc_const_bitmap_t\fP bitmap)" ++.RI " int \fBhwloc_bitmap_taskset_asprintf\fP (char **strp, \fBhwloc_const_bitmap_t\fP bitmap)" + .br + .RI "\fIStringify a bitmap into a newly allocated taskset-specific string. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC int \fBhwloc_bitmap_taskset_sscanf\fP (\fBhwloc_bitmap_t\fP bitmap, const char *__hwloc_restrict string)" ++.RI " int \fBhwloc_bitmap_taskset_sscanf\fP (\fBhwloc_bitmap_t\fP bitmap, const char *restrict string)" + .br + .RI "\fIParse a taskset-specific bitmap string and stores it in bitmap \fCbitmap\fP. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC void \fBhwloc_bitmap_zero\fP (\fBhwloc_bitmap_t\fP bitmap)" ++.RI " void \fBhwloc_bitmap_zero\fP (\fBhwloc_bitmap_t\fP bitmap)" + .br + .RI "\fIEmpty the bitmap \fCbitmap\fP. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC void \fBhwloc_bitmap_fill\fP (\fBhwloc_bitmap_t\fP bitmap)" ++.RI " void \fBhwloc_bitmap_fill\fP (\fBhwloc_bitmap_t\fP bitmap)" + .br + .RI "\fIFill bitmap \fCbitmap\fP with all possible indexes (even if those objects don't exist or are otherwise unavailable). \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC void \fBhwloc_bitmap_only\fP (\fBhwloc_bitmap_t\fP bitmap, unsigned id)" ++.RI " void \fBhwloc_bitmap_only\fP (\fBhwloc_bitmap_t\fP bitmap, unsigned id)" + .br + .RI "\fIEmpty the bitmap \fCbitmap\fP and add bit \fCid\fP. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC void \fBhwloc_bitmap_allbut\fP (\fBhwloc_bitmap_t\fP bitmap, unsigned id)" ++.RI " void \fBhwloc_bitmap_allbut\fP (\fBhwloc_bitmap_t\fP bitmap, unsigned id)" + .br + .RI "\fIFill the bitmap \fCand\fP clear the index \fCid\fP. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC void \fBhwloc_bitmap_from_ulong\fP (\fBhwloc_bitmap_t\fP bitmap, unsigned long mask)" ++.RI " void \fBhwloc_bitmap_from_ulong\fP (\fBhwloc_bitmap_t\fP bitmap, unsigned long mask)" + .br + .RI "\fISetup bitmap \fCbitmap\fP from unsigned long \fCmask\fP. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC void \fBhwloc_bitmap_from_ith_ulong\fP (\fBhwloc_bitmap_t\fP bitmap, unsigned i, unsigned long mask)" ++.RI " void \fBhwloc_bitmap_from_ith_ulong\fP (\fBhwloc_bitmap_t\fP bitmap, unsigned i, unsigned long mask)" + .br + .RI "\fISetup bitmap \fCbitmap\fP from unsigned long \fCmask\fP used as \fCi\fP -th subset. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC void \fBhwloc_bitmap_set\fP (\fBhwloc_bitmap_t\fP bitmap, unsigned id)" ++.RI " void \fBhwloc_bitmap_set\fP (\fBhwloc_bitmap_t\fP bitmap, unsigned id)" + .br + .RI "\fIAdd index \fCid\fP in bitmap \fCbitmap\fP. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC void \fBhwloc_bitmap_set_range\fP (\fBhwloc_bitmap_t\fP bitmap, unsigned begin, unsigned end)" ++.RI " void \fBhwloc_bitmap_set_range\fP (\fBhwloc_bitmap_t\fP bitmap, unsigned begin, unsigned end)" + .br + .RI "\fIAdd indexess from \fCbegin\fP to \fCend\fP in bitmap \fCbitmap\fP. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC void \fBhwloc_bitmap_set_ith_ulong\fP (\fBhwloc_bitmap_t\fP bitmap, unsigned i, unsigned long mask)" ++.RI " void \fBhwloc_bitmap_set_ith_ulong\fP (\fBhwloc_bitmap_t\fP bitmap, unsigned i, unsigned long mask)" + .br + .RI "\fIReplace \fCi\fP -th subset of bitmap \fCbitmap\fP with unsigned long \fCmask\fP. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC void \fBhwloc_bitmap_clr\fP (\fBhwloc_bitmap_t\fP bitmap, unsigned id)" ++.RI " void \fBhwloc_bitmap_clr\fP (\fBhwloc_bitmap_t\fP bitmap, unsigned id)" + .br + .RI "\fIRemove index \fCid\fP from bitmap \fCbitmap\fP. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC void \fBhwloc_bitmap_clr_range\fP (\fBhwloc_bitmap_t\fP bitmap, unsigned begin, unsigned end)" ++.RI " void \fBhwloc_bitmap_clr_range\fP (\fBhwloc_bitmap_t\fP bitmap, unsigned begin, unsigned end)" + .br + .RI "\fIRemove index from \fCbegin\fP to \fCend\fP in bitmap \fCbitmap\fP. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC void \fBhwloc_bitmap_singlify\fP (\fBhwloc_bitmap_t\fP bitmap)" ++.RI " void \fBhwloc_bitmap_singlify\fP (\fBhwloc_bitmap_t\fP bitmap)" + .br + .RI "\fIKeep a single index among those set in bitmap \fCbitmap\fP. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC unsigned long \fBhwloc_bitmap_to_ulong\fP (\fBhwloc_const_bitmap_t\fP bitmap) __hwloc_attribute_pure" ++.RI " unsigned long \fBhwloc_bitmap_to_ulong\fP (\fBhwloc_const_bitmap_t\fP bitmap) " + .br + .RI "\fIConvert the beginning part of bitmap \fCbitmap\fP into unsigned long \fCmask\fP. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC unsigned long \fBhwloc_bitmap_to_ith_ulong\fP (\fBhwloc_const_bitmap_t\fP bitmap, unsigned i) __hwloc_attribute_pure" ++.RI " unsigned long \fBhwloc_bitmap_to_ith_ulong\fP (\fBhwloc_const_bitmap_t\fP bitmap, unsigned i) " + .br + .RI "\fIConvert the \fCi\fP -th subset of bitmap \fCbitmap\fP into unsigned long mask. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC int \fBhwloc_bitmap_isset\fP (\fBhwloc_const_bitmap_t\fP bitmap, unsigned id) __hwloc_attribute_pure" ++.RI " int \fBhwloc_bitmap_isset\fP (\fBhwloc_const_bitmap_t\fP bitmap, unsigned id) " + .br + .RI "\fITest whether index \fCid\fP is part of bitmap \fCbitmap\fP. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC int \fBhwloc_bitmap_iszero\fP (\fBhwloc_const_bitmap_t\fP bitmap) __hwloc_attribute_pure" ++.RI " int \fBhwloc_bitmap_iszero\fP (\fBhwloc_const_bitmap_t\fP bitmap) " + .br + .RI "\fITest whether bitmap \fCbitmap\fP is empty. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC int \fBhwloc_bitmap_isfull\fP (\fBhwloc_const_bitmap_t\fP bitmap) __hwloc_attribute_pure" ++.RI " int \fBhwloc_bitmap_isfull\fP (\fBhwloc_const_bitmap_t\fP bitmap) " + .br + .RI "\fITest whether bitmap \fCbitmap\fP is completely full. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC int \fBhwloc_bitmap_first\fP (\fBhwloc_const_bitmap_t\fP bitmap) __hwloc_attribute_pure" ++.RI " int \fBhwloc_bitmap_first\fP (\fBhwloc_const_bitmap_t\fP bitmap) " + .br + .RI "\fICompute the first index (least significant bit) in bitmap \fCbitmap\fP. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC int \fBhwloc_bitmap_next\fP (\fBhwloc_const_bitmap_t\fP bitmap, unsigned prev) __hwloc_attribute_pure" ++.RI " int \fBhwloc_bitmap_next\fP (\fBhwloc_const_bitmap_t\fP bitmap, unsigned prev) " + .br + .RI "\fICompute the next index in bitmap \fCbitmap\fP which is after index \fCprev\fP. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC int \fBhwloc_bitmap_last\fP (\fBhwloc_const_bitmap_t\fP bitmap) __hwloc_attribute_pure" ++.RI " int \fBhwloc_bitmap_last\fP (\fBhwloc_const_bitmap_t\fP bitmap) " + .br + .RI "\fICompute the last index (most significant bit) in bitmap \fCbitmap\fP. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC int \fBhwloc_bitmap_weight\fP (\fBhwloc_const_bitmap_t\fP bitmap) __hwloc_attribute_pure" ++.RI " int \fBhwloc_bitmap_weight\fP (\fBhwloc_const_bitmap_t\fP bitmap) " + .br + .RI "\fICompute the 'weight' of bitmap \fCbitmap\fP (i.e., number of indexes that are in the bitmap). \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC void \fBhwloc_bitmap_or\fP (\fBhwloc_bitmap_t\fP res, \fBhwloc_const_bitmap_t\fP bitmap1, \fBhwloc_const_bitmap_t\fP bitmap2)" ++.RI " void \fBhwloc_bitmap_or\fP (\fBhwloc_bitmap_t\fP res, \fBhwloc_const_bitmap_t\fP bitmap1, \fBhwloc_const_bitmap_t\fP bitmap2)" + .br + .RI "\fIOr bitmaps \fCbitmap1\fP and \fCbitmap2\fP and store the result in bitmap \fCres\fP. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC void \fBhwloc_bitmap_and\fP (\fBhwloc_bitmap_t\fP res, \fBhwloc_const_bitmap_t\fP bitmap1, \fBhwloc_const_bitmap_t\fP bitmap2)" ++.RI " void \fBhwloc_bitmap_and\fP (\fBhwloc_bitmap_t\fP res, \fBhwloc_const_bitmap_t\fP bitmap1, \fBhwloc_const_bitmap_t\fP bitmap2)" + .br + .RI "\fIAnd bitmaps \fCbitmap1\fP and \fCbitmap2\fP and store the result in bitmap \fCres\fP. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC void \fBhwloc_bitmap_andnot\fP (\fBhwloc_bitmap_t\fP res, \fBhwloc_const_bitmap_t\fP bitmap1, \fBhwloc_const_bitmap_t\fP bitmap2)" ++.RI " void \fBhwloc_bitmap_andnot\fP (\fBhwloc_bitmap_t\fP res, \fBhwloc_const_bitmap_t\fP bitmap1, \fBhwloc_const_bitmap_t\fP bitmap2)" + .br + .RI "\fIAnd bitmap \fCbitmap1\fP and the negation of \fCbitmap2\fP and store the result in bitmap \fCres\fP. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC void \fBhwloc_bitmap_xor\fP (\fBhwloc_bitmap_t\fP res, \fBhwloc_const_bitmap_t\fP bitmap1, \fBhwloc_const_bitmap_t\fP bitmap2)" ++.RI " void \fBhwloc_bitmap_xor\fP (\fBhwloc_bitmap_t\fP res, \fBhwloc_const_bitmap_t\fP bitmap1, \fBhwloc_const_bitmap_t\fP bitmap2)" + .br + .RI "\fIXor bitmaps \fCbitmap1\fP and \fCbitmap2\fP and store the result in bitmap \fCres\fP. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC void \fBhwloc_bitmap_not\fP (\fBhwloc_bitmap_t\fP res, \fBhwloc_const_bitmap_t\fP bitmap)" ++.RI " void \fBhwloc_bitmap_not\fP (\fBhwloc_bitmap_t\fP res, \fBhwloc_const_bitmap_t\fP bitmap)" + .br + .RI "\fINegate bitmap \fCbitmap\fP and store the result in bitmap \fCres\fP. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC int \fBhwloc_bitmap_intersects\fP (\fBhwloc_const_bitmap_t\fP bitmap1, \fBhwloc_const_bitmap_t\fP bitmap2) __hwloc_attribute_pure" ++.RI " int \fBhwloc_bitmap_intersects\fP (\fBhwloc_const_bitmap_t\fP bitmap1, \fBhwloc_const_bitmap_t\fP bitmap2) " + .br + .RI "\fITest whether bitmaps \fCbitmap1\fP and \fCbitmap2\fP intersects. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC int \fBhwloc_bitmap_isincluded\fP (\fBhwloc_const_bitmap_t\fP sub_bitmap, \fBhwloc_const_bitmap_t\fP super_bitmap) __hwloc_attribute_pure" ++.RI " int \fBhwloc_bitmap_isincluded\fP (\fBhwloc_const_bitmap_t\fP sub_bitmap, \fBhwloc_const_bitmap_t\fP super_bitmap) " + .br + .RI "\fITest whether bitmap \fCsub_bitmap\fP is part of bitmap \fCsuper_bitmap\fP. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC int \fBhwloc_bitmap_isequal\fP (\fBhwloc_const_bitmap_t\fP bitmap1, \fBhwloc_const_bitmap_t\fP bitmap2) __hwloc_attribute_pure" ++.RI " int \fBhwloc_bitmap_isequal\fP (\fBhwloc_const_bitmap_t\fP bitmap1, \fBhwloc_const_bitmap_t\fP bitmap2) " + .br + .RI "\fITest whether bitmap \fCbitmap1\fP is equal to bitmap \fCbitmap2\fP. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC int \fBhwloc_bitmap_compare_first\fP (\fBhwloc_const_bitmap_t\fP bitmap1, \fBhwloc_const_bitmap_t\fP bitmap2) __hwloc_attribute_pure" ++.RI " int \fBhwloc_bitmap_compare_first\fP (\fBhwloc_const_bitmap_t\fP bitmap1, \fBhwloc_const_bitmap_t\fP bitmap2) " + .br + .RI "\fICompare bitmaps \fCbitmap1\fP and \fCbitmap2\fP using their lowest index. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC int \fBhwloc_bitmap_compare\fP (\fBhwloc_const_bitmap_t\fP bitmap1, \fBhwloc_const_bitmap_t\fP bitmap2) __hwloc_attribute_pure" ++.RI " int \fBhwloc_bitmap_compare\fP (\fBhwloc_const_bitmap_t\fP bitmap1, \fBhwloc_const_bitmap_t\fP bitmap2) " + .br + .RI "\fICompare bitmaps \fCbitmap1\fP and \fCbitmap2\fP using their highest index. \fP" + .in -1c +@@ -207,12 +207,16 @@ + .PP + .SS "#define hwloc_bitmap_foreach_begin(id, bitmap)" + .PP +-Loop macro iterating on bitmap \fCbitmap\fP. \fCindex\fP is the loop variable; it should be an unsigned int. The first iteration will set \fCindex\fP to the lowest index in the bitmap. Successive iterations will iterate through, in order, all remaining indexes that in the bitmap. To be specific: each iteration will return a value for \fCindex\fP such that hwloc_bitmap_isset(bitmap, index) is true. ++Loop macro iterating on bitmap \fCbitmap\fP. ++.PP ++\fCindex\fP is the loop variable; it should be an unsigned int. The first iteration will set \fCindex\fP to the lowest index in the bitmap. Successive iterations will iterate through, in order, all remaining indexes that in the bitmap. To be specific: each iteration will return a value for \fCindex\fP such that hwloc_bitmap_isset(bitmap, index) is true. + .PP + The assert prevents the loop from being infinite if the bitmap is infinite. + .SS "#define hwloc_bitmap_foreach_end()" + .PP +-End of loop. Needs a terminating ';'. \fBSee also:\fP ++End of loop. Needs a terminating ';'. ++.PP ++\fBSee also:\fP + .RS 4 + \fBhwloc_bitmap_foreach_begin\fP + .RE +@@ -223,133 +227,177 @@ + .SS "typedef struct hwloc_bitmap_s* \fBhwloc_bitmap_t\fP" + .PP + Set of bits represented as an opaque pointer to an internal bitmap. +-.SS "typedef struct hwloc_bitmap_s* \fBhwloc_const_bitmap_t\fP" ++.PP ++.SS "typedef const struct hwloc_bitmap_s* \fBhwloc_const_bitmap_t\fP" ++.PP + .SH "Function Documentation" + .PP +-.SS "HWLOC_DECLSPEC void hwloc_bitmap_allbut (\fBhwloc_bitmap_t\fP bitmap, unsigned id)" ++.SS " void hwloc_bitmap_allbut (\fBhwloc_bitmap_t\fP bitmap, unsigned id)" + .PP + Fill the bitmap \fCand\fP clear the index \fCid\fP. +-.SS "HWLOC_DECLSPEC \fBhwloc_bitmap_t\fP hwloc_bitmap_alloc (void)" + .PP +-Allocate a new empty bitmap. \fBReturns:\fP ++.SS " \fBhwloc_bitmap_t\fP hwloc_bitmap_alloc (void)" ++.PP ++Allocate a new empty bitmap. ++.PP ++\fBReturns:\fP + .RS 4 + A valid bitmap or NULL. + .RE + .PP + The bitmap should be freed by a corresponding call to \fBhwloc_bitmap_free()\fP. +-.SS "HWLOC_DECLSPEC \fBhwloc_bitmap_t\fP hwloc_bitmap_alloc_full (void)" ++.SS " \fBhwloc_bitmap_t\fP hwloc_bitmap_alloc_full (void)" + .PP + Allocate a new full bitmap. +-.SS "HWLOC_DECLSPEC void hwloc_bitmap_and (\fBhwloc_bitmap_t\fP res, \fBhwloc_const_bitmap_t\fP bitmap1, \fBhwloc_const_bitmap_t\fP bitmap2)" ++.PP ++.SS " void hwloc_bitmap_and (\fBhwloc_bitmap_t\fP res, \fBhwloc_const_bitmap_t\fP bitmap1, \fBhwloc_const_bitmap_t\fP bitmap2)" + .PP + And bitmaps \fCbitmap1\fP and \fCbitmap2\fP and store the result in bitmap \fCres\fP. +-.SS "HWLOC_DECLSPEC void hwloc_bitmap_andnot (\fBhwloc_bitmap_t\fP res, \fBhwloc_const_bitmap_t\fP bitmap1, \fBhwloc_const_bitmap_t\fP bitmap2)" ++.PP ++.SS " void hwloc_bitmap_andnot (\fBhwloc_bitmap_t\fP res, \fBhwloc_const_bitmap_t\fP bitmap1, \fBhwloc_const_bitmap_t\fP bitmap2)" + .PP + And bitmap \fCbitmap1\fP and the negation of \fCbitmap2\fP and store the result in bitmap \fCres\fP. +-.SS "HWLOC_DECLSPEC int hwloc_bitmap_asprintf (char ** strp, \fBhwloc_const_bitmap_t\fP bitmap)" + .PP +-Stringify a bitmap into a newly allocated string. \fBReturns:\fP ++.SS " int hwloc_bitmap_asprintf (char ** strp, \fBhwloc_const_bitmap_t\fP bitmap)" ++.PP ++Stringify a bitmap into a newly allocated string. ++.PP ++\fBReturns:\fP + .RS 4 + the number of character that were actually written (not including the ending \\0). + .RE + .PP + +-.SS "HWLOC_DECLSPEC void hwloc_bitmap_clr (\fBhwloc_bitmap_t\fP bitmap, unsigned id)" ++.SS " void hwloc_bitmap_clr (\fBhwloc_bitmap_t\fP bitmap, unsigned id)" + .PP + Remove index \fCid\fP from bitmap \fCbitmap\fP. +-.SS "HWLOC_DECLSPEC void hwloc_bitmap_clr_range (\fBhwloc_bitmap_t\fP bitmap, unsigned begin, unsigned end)" ++.PP ++.SS " void hwloc_bitmap_clr_range (\fBhwloc_bitmap_t\fP bitmap, unsigned begin, unsigned end)" + .PP + Remove index from \fCbegin\fP to \fCend\fP in bitmap \fCbitmap\fP. +-.SS "HWLOC_DECLSPEC int hwloc_bitmap_compare (\fBhwloc_const_bitmap_t\fP bitmap1, \fBhwloc_const_bitmap_t\fP bitmap2)" + .PP +-Compare bitmaps \fCbitmap1\fP and \fCbitmap2\fP using their highest index. Higher most significant bit is higher. The empty bitmap is considered lower than anything. +-.SS "HWLOC_DECLSPEC int hwloc_bitmap_compare_first (\fBhwloc_const_bitmap_t\fP bitmap1, \fBhwloc_const_bitmap_t\fP bitmap2)" ++.SS " int hwloc_bitmap_compare (\fBhwloc_const_bitmap_t\fP bitmap1, \fBhwloc_const_bitmap_t\fP bitmap2)" ++.PP ++Compare bitmaps \fCbitmap1\fP and \fCbitmap2\fP using their highest index. + .PP +-Compare bitmaps \fCbitmap1\fP and \fCbitmap2\fP using their lowest index. Smaller least significant bit is smaller. The empty bitmap is considered higher than anything. +-.SS "HWLOC_DECLSPEC void hwloc_bitmap_copy (\fBhwloc_bitmap_t\fP dst, \fBhwloc_const_bitmap_t\fP src)" ++Higher most significant bit is higher. The empty bitmap is considered lower than anything. ++.SS " int hwloc_bitmap_compare_first (\fBhwloc_const_bitmap_t\fP bitmap1, \fBhwloc_const_bitmap_t\fP bitmap2)" ++.PP ++Compare bitmaps \fCbitmap1\fP and \fCbitmap2\fP using their lowest index. ++.PP ++Smaller least significant bit is smaller. The empty bitmap is considered higher than anything. ++.SS " void hwloc_bitmap_copy (\fBhwloc_bitmap_t\fP dst, \fBhwloc_const_bitmap_t\fP src)" + .PP + Copy the contents of bitmap \fCsrc\fP into the already allocated bitmap \fCdst\fP. +-.SS "HWLOC_DECLSPEC \fBhwloc_bitmap_t\fP hwloc_bitmap_dup (\fBhwloc_const_bitmap_t\fP bitmap)" ++.PP ++.SS " \fBhwloc_bitmap_t\fP hwloc_bitmap_dup (\fBhwloc_const_bitmap_t\fP bitmap)" + .PP + Duplicate bitmap \fCbitmap\fP by allocating a new bitmap and copying \fCbitmap\fP contents. +-.SS "HWLOC_DECLSPEC void hwloc_bitmap_fill (\fBhwloc_bitmap_t\fP bitmap)" ++.PP ++.SS " void hwloc_bitmap_fill (\fBhwloc_bitmap_t\fP bitmap)" + .PP + Fill bitmap \fCbitmap\fP with all possible indexes (even if those objects don't exist or are otherwise unavailable). +-.SS "HWLOC_DECLSPEC int hwloc_bitmap_first (\fBhwloc_const_bitmap_t\fP bitmap)" + .PP +-Compute the first index (least significant bit) in bitmap \fCbitmap\fP. \fBReturns:\fP ++.SS " int hwloc_bitmap_first (\fBhwloc_const_bitmap_t\fP bitmap)" ++.PP ++Compute the first index (least significant bit) in bitmap \fCbitmap\fP. ++.PP ++\fBReturns:\fP + .RS 4 + -1 if no index is set. + .RE + .PP + +-.SS "HWLOC_DECLSPEC void hwloc_bitmap_free (\fBhwloc_bitmap_t\fP bitmap)" ++.SS " void hwloc_bitmap_free (\fBhwloc_bitmap_t\fP bitmap)" + .PP + Free bitmap \fCbitmap\fP. +-.SS "HWLOC_DECLSPEC void hwloc_bitmap_from_ith_ulong (\fBhwloc_bitmap_t\fP bitmap, unsigned i, unsigned long mask)" ++.PP ++.SS " void hwloc_bitmap_from_ith_ulong (\fBhwloc_bitmap_t\fP bitmap, unsigned i, unsigned long mask)" + .PP + Setup bitmap \fCbitmap\fP from unsigned long \fCmask\fP used as \fCi\fP -th subset. +-.SS "HWLOC_DECLSPEC void hwloc_bitmap_from_ulong (\fBhwloc_bitmap_t\fP bitmap, unsigned long mask)" ++.PP ++.SS " void hwloc_bitmap_from_ulong (\fBhwloc_bitmap_t\fP bitmap, unsigned long mask)" + .PP + Setup bitmap \fCbitmap\fP from unsigned long \fCmask\fP. +-.SS "HWLOC_DECLSPEC int hwloc_bitmap_intersects (\fBhwloc_const_bitmap_t\fP bitmap1, \fBhwloc_const_bitmap_t\fP bitmap2)" ++.PP ++.SS " int hwloc_bitmap_intersects (\fBhwloc_const_bitmap_t\fP bitmap1, \fBhwloc_const_bitmap_t\fP bitmap2)" + .PP + Test whether bitmaps \fCbitmap1\fP and \fCbitmap2\fP intersects. +-.SS "HWLOC_DECLSPEC int hwloc_bitmap_isequal (\fBhwloc_const_bitmap_t\fP bitmap1, \fBhwloc_const_bitmap_t\fP bitmap2)" ++.PP ++.SS " int hwloc_bitmap_isequal (\fBhwloc_const_bitmap_t\fP bitmap1, \fBhwloc_const_bitmap_t\fP bitmap2)" + .PP + Test whether bitmap \fCbitmap1\fP is equal to bitmap \fCbitmap2\fP. +-.SS "HWLOC_DECLSPEC int hwloc_bitmap_isfull (\fBhwloc_const_bitmap_t\fP bitmap)" ++.PP ++.SS " int hwloc_bitmap_isfull (\fBhwloc_const_bitmap_t\fP bitmap)" + .PP + Test whether bitmap \fCbitmap\fP is completely full. +-.SS "HWLOC_DECLSPEC int hwloc_bitmap_isincluded (\fBhwloc_const_bitmap_t\fP sub_bitmap, \fBhwloc_const_bitmap_t\fP super_bitmap)" ++.PP ++.SS " int hwloc_bitmap_isincluded (\fBhwloc_const_bitmap_t\fP sub_bitmap, \fBhwloc_const_bitmap_t\fP super_bitmap)" + .PP + Test whether bitmap \fCsub_bitmap\fP is part of bitmap \fCsuper_bitmap\fP. +-.SS "HWLOC_DECLSPEC int hwloc_bitmap_isset (\fBhwloc_const_bitmap_t\fP bitmap, unsigned id)" ++.PP ++.SS " int hwloc_bitmap_isset (\fBhwloc_const_bitmap_t\fP bitmap, unsigned id)" + .PP + Test whether index \fCid\fP is part of bitmap \fCbitmap\fP. +-.SS "HWLOC_DECLSPEC int hwloc_bitmap_iszero (\fBhwloc_const_bitmap_t\fP bitmap)" ++.PP ++.SS " int hwloc_bitmap_iszero (\fBhwloc_const_bitmap_t\fP bitmap)" + .PP + Test whether bitmap \fCbitmap\fP is empty. +-.SS "HWLOC_DECLSPEC int hwloc_bitmap_last (\fBhwloc_const_bitmap_t\fP bitmap)" + .PP +-Compute the last index (most significant bit) in bitmap \fCbitmap\fP. \fBReturns:\fP ++.SS " int hwloc_bitmap_last (\fBhwloc_const_bitmap_t\fP bitmap)" ++.PP ++Compute the last index (most significant bit) in bitmap \fCbitmap\fP. ++.PP ++\fBReturns:\fP + .RS 4 + -1 if no index is bitmap, or if the index bitmap is infinite. + .RE + .PP + +-.SS "HWLOC_DECLSPEC int hwloc_bitmap_next (\fBhwloc_const_bitmap_t\fP bitmap, unsigned prev)" ++.SS " int hwloc_bitmap_next (\fBhwloc_const_bitmap_t\fP bitmap, unsigned prev)" ++.PP ++Compute the next index in bitmap \fCbitmap\fP which is after index \fCprev\fP. + .PP +-Compute the next index in bitmap \fCbitmap\fP which is after index \fCprev\fP. \fBReturns:\fP ++\fBReturns:\fP + .RS 4 + -1 if no index with higher index is bitmap. + .RE + .PP + +-.SS "HWLOC_DECLSPEC void hwloc_bitmap_not (\fBhwloc_bitmap_t\fP res, \fBhwloc_const_bitmap_t\fP bitmap)" ++.SS " void hwloc_bitmap_not (\fBhwloc_bitmap_t\fP res, \fBhwloc_const_bitmap_t\fP bitmap)" + .PP + Negate bitmap \fCbitmap\fP and store the result in bitmap \fCres\fP. +-.SS "HWLOC_DECLSPEC void hwloc_bitmap_only (\fBhwloc_bitmap_t\fP bitmap, unsigned id)" ++.PP ++.SS " void hwloc_bitmap_only (\fBhwloc_bitmap_t\fP bitmap, unsigned id)" + .PP + Empty the bitmap \fCbitmap\fP and add bit \fCid\fP. +-.SS "HWLOC_DECLSPEC void hwloc_bitmap_or (\fBhwloc_bitmap_t\fP res, \fBhwloc_const_bitmap_t\fP bitmap1, \fBhwloc_const_bitmap_t\fP bitmap2)" ++.PP ++.SS " void hwloc_bitmap_or (\fBhwloc_bitmap_t\fP res, \fBhwloc_const_bitmap_t\fP bitmap1, \fBhwloc_const_bitmap_t\fP bitmap2)" + .PP + Or bitmaps \fCbitmap1\fP and \fCbitmap2\fP and store the result in bitmap \fCres\fP. +-.SS "HWLOC_DECLSPEC void hwloc_bitmap_set (\fBhwloc_bitmap_t\fP bitmap, unsigned id)" ++.PP ++.SS " void hwloc_bitmap_set (\fBhwloc_bitmap_t\fP bitmap, unsigned id)" + .PP + Add index \fCid\fP in bitmap \fCbitmap\fP. +-.SS "HWLOC_DECLSPEC void hwloc_bitmap_set_ith_ulong (\fBhwloc_bitmap_t\fP bitmap, unsigned i, unsigned long mask)" ++.PP ++.SS " void hwloc_bitmap_set_ith_ulong (\fBhwloc_bitmap_t\fP bitmap, unsigned i, unsigned long mask)" + .PP + Replace \fCi\fP -th subset of bitmap \fCbitmap\fP with unsigned long \fCmask\fP. +-.SS "HWLOC_DECLSPEC void hwloc_bitmap_set_range (\fBhwloc_bitmap_t\fP bitmap, unsigned begin, unsigned end)" ++.PP ++.SS " void hwloc_bitmap_set_range (\fBhwloc_bitmap_t\fP bitmap, unsigned begin, unsigned end)" + .PP + Add indexess from \fCbegin\fP to \fCend\fP in bitmap \fCbitmap\fP. +-.SS "HWLOC_DECLSPEC void hwloc_bitmap_singlify (\fBhwloc_bitmap_t\fP bitmap)" + .PP +-Keep a single index among those set in bitmap \fCbitmap\fP. May be useful before binding so that the process does not have a chance of migrating between multiple logical CPUs in the original mask. +-.SS "HWLOC_DECLSPEC int hwloc_bitmap_snprintf (char *__hwloc_restrict buf, size_t buflen, \fBhwloc_const_bitmap_t\fP bitmap)" ++.SS " void hwloc_bitmap_singlify (\fBhwloc_bitmap_t\fP bitmap)" ++.PP ++Keep a single index among those set in bitmap \fCbitmap\fP. ++.PP ++May be useful before binding so that the process does not have a chance of migrating between multiple logical CPUs in the original mask. ++.SS " int hwloc_bitmap_snprintf (char *restrict buf, size_t buflen, \fBhwloc_const_bitmap_t\fP bitmap)" + .PP +-Stringify a bitmap. Up to \fCbuflen\fP characters may be written in buffer \fCbuf\fP. ++Stringify a bitmap. ++.PP ++Up to \fCbuflen\fP characters may be written in buffer \fCbuf\fP. + .PP + \fBReturns:\fP + .RS 4 +@@ -357,38 +405,48 @@ + .RE + .PP + +-.SS "HWLOC_DECLSPEC int hwloc_bitmap_sscanf (\fBhwloc_bitmap_t\fP bitmap, const char *__hwloc_restrict string)" ++.SS " int hwloc_bitmap_sscanf (\fBhwloc_bitmap_t\fP bitmap, const char *restrict string)" ++.PP ++Parse a bitmap string and stores it in bitmap \fCbitmap\fP. + .PP +-Parse a bitmap string and stores it in bitmap \fCbitmap\fP. Must start and end with a digit. +-.SS "HWLOC_DECLSPEC int hwloc_bitmap_taskset_asprintf (char ** strp, \fBhwloc_const_bitmap_t\fP bitmap)" ++Must start and end with a digit. ++.SS " int hwloc_bitmap_taskset_asprintf (char ** strp, \fBhwloc_const_bitmap_t\fP bitmap)" + .PP + Stringify a bitmap into a newly allocated taskset-specific string. +-.SS "HWLOC_DECLSPEC int hwloc_bitmap_taskset_snprintf (char *__hwloc_restrict buf, size_t buflen, \fBhwloc_const_bitmap_t\fP bitmap)" + .PP +-Stringify a bitmap in the taskset-specific format. The taskset command manipulates bitmap strings that contain a single (possible very long) hexadecimal number starting with 0x. +-.SS "HWLOC_DECLSPEC int hwloc_bitmap_taskset_sscanf (\fBhwloc_bitmap_t\fP bitmap, const char *__hwloc_restrict string)" ++.SS " int hwloc_bitmap_taskset_snprintf (char *restrict buf, size_t buflen, \fBhwloc_const_bitmap_t\fP bitmap)" ++.PP ++Stringify a bitmap in the taskset-specific format. ++.PP ++The taskset command manipulates bitmap strings that contain a single (possible very long) hexadecimal number starting with 0x. ++.SS " int hwloc_bitmap_taskset_sscanf (\fBhwloc_bitmap_t\fP bitmap, const char *restrict string)" + .PP + Parse a taskset-specific bitmap string and stores it in bitmap \fCbitmap\fP. +-.SS "HWLOC_DECLSPEC unsigned long hwloc_bitmap_to_ith_ulong (\fBhwloc_const_bitmap_t\fP bitmap, unsigned i)" ++.PP ++.SS " unsigned long hwloc_bitmap_to_ith_ulong (\fBhwloc_const_bitmap_t\fP bitmap, unsigned i)" + .PP + Convert the \fCi\fP -th subset of bitmap \fCbitmap\fP into unsigned long mask. +-.SS "HWLOC_DECLSPEC unsigned long hwloc_bitmap_to_ulong (\fBhwloc_const_bitmap_t\fP bitmap)" ++.PP ++.SS " unsigned long hwloc_bitmap_to_ulong (\fBhwloc_const_bitmap_t\fP bitmap)" + .PP + Convert the beginning part of bitmap \fCbitmap\fP into unsigned long \fCmask\fP. +-.SS "HWLOC_DECLSPEC int hwloc_bitmap_weight (\fBhwloc_const_bitmap_t\fP bitmap)" + .PP +-Compute the 'weight' of bitmap \fCbitmap\fP (i.e., number of indexes that are in the bitmap). \fBReturns:\fP ++.SS " int hwloc_bitmap_weight (\fBhwloc_const_bitmap_t\fP bitmap)" ++.PP ++Compute the 'weight' of bitmap \fCbitmap\fP (i.e., number of indexes that are in the bitmap). ++.PP ++\fBReturns:\fP + .RS 4 + the number of indexes that are in the bitmap. + .RE + .PP + +-.SS "HWLOC_DECLSPEC void hwloc_bitmap_xor (\fBhwloc_bitmap_t\fP res, \fBhwloc_const_bitmap_t\fP bitmap1, \fBhwloc_const_bitmap_t\fP bitmap2)" ++.SS " void hwloc_bitmap_xor (\fBhwloc_bitmap_t\fP res, \fBhwloc_const_bitmap_t\fP bitmap1, \fBhwloc_const_bitmap_t\fP bitmap2)" + .PP + Xor bitmaps \fCbitmap1\fP and \fCbitmap2\fP and store the result in bitmap \fCres\fP. +-.SS "HWLOC_DECLSPEC void hwloc_bitmap_zero (\fBhwloc_bitmap_t\fP bitmap)" ++.PP ++.SS " void hwloc_bitmap_zero (\fBhwloc_bitmap_t\fP bitmap)" + .PP + Empty the bitmap \fCbitmap\fP. +-.SH "Author" +-.PP +-Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code. ++.PP ++ +diff -uNr hwloc-1.1/doc/doxygen-doc/man/man3/hwlocality_configuration.3 hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwlocality_configuration.3 +--- hwloc-1.1/doc/doxygen-doc/man/man3/hwlocality_configuration.3 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwlocality_configuration.3 2010-12-31 23:48:22.157859839 +0100 +@@ -1,4 +1,4 @@ +-.TH "Configure Topology Detection" 3 "Thu Dec 16 2010" "Version 1.1" "Hardware Locality (hwloc)" \" -*- nroff -*- ++.TH "Configure Topology Detection" 3 "21 Dec 2010" "Version 1.1rc6r2967" "Hardware Locality (hwloc)" \" -*- nroff -*- + .ad l + .nh + .SH NAME +@@ -35,43 +35,43 @@ + + .in +1c + .ti -1c +-.RI "HWLOC_DECLSPEC int \fBhwloc_topology_ignore_type\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_obj_type_t\fP type)" ++.RI " int \fBhwloc_topology_ignore_type\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_obj_type_t\fP type)" + .br + .RI "\fIIgnore an object type. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC int \fBhwloc_topology_ignore_type_keep_structure\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_obj_type_t\fP type)" ++.RI " int \fBhwloc_topology_ignore_type_keep_structure\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_obj_type_t\fP type)" + .br + .RI "\fIIgnore an object type if it does not bring any structure. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC int \fBhwloc_topology_ignore_all_keep_structure\fP (\fBhwloc_topology_t\fP topology)" ++.RI " int \fBhwloc_topology_ignore_all_keep_structure\fP (\fBhwloc_topology_t\fP topology)" + .br + .RI "\fIIgnore all objects that do not bring any structure. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC int \fBhwloc_topology_set_flags\fP (\fBhwloc_topology_t\fP topology, unsigned long flags)" ++.RI " int \fBhwloc_topology_set_flags\fP (\fBhwloc_topology_t\fP topology, unsigned long flags)" + .br + .RI "\fISet OR'ed flags to non-yet-loaded topology. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC int \fBhwloc_topology_set_fsroot\fP (\fBhwloc_topology_t\fP __hwloc_restrict topology, const char *__hwloc_restrict fsroot_path)" ++.RI " int \fBhwloc_topology_set_fsroot\fP (\fBhwloc_topology_t\fP restrict topology, const char *restrict fsroot_path)" + .br + .RI "\fIChange the file-system root path when building the topology from sysfs/procfs. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC int \fBhwloc_topology_set_pid\fP (\fBhwloc_topology_t\fP __hwloc_restrict topology, hwloc_pid_t pid)" ++.RI " int \fBhwloc_topology_set_pid\fP (\fBhwloc_topology_t\fP restrict topology, hwloc_pid_t pid)" + .br + .RI "\fIChange which pid the topology is viewed from. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC int \fBhwloc_topology_set_synthetic\fP (\fBhwloc_topology_t\fP __hwloc_restrict topology, const char *__hwloc_restrict description)" ++.RI " int \fBhwloc_topology_set_synthetic\fP (\fBhwloc_topology_t\fP restrict topology, const char *restrict description)" + .br + .RI "\fIEnable synthetic topology. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC int \fBhwloc_topology_set_xml\fP (\fBhwloc_topology_t\fP __hwloc_restrict topology, const char *__hwloc_restrict xmlpath)" ++.RI " int \fBhwloc_topology_set_xml\fP (\fBhwloc_topology_t\fP restrict topology, const char *restrict xmlpath)" + .br + .RI "\fIEnable XML-file based topology. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC int \fBhwloc_topology_set_xmlbuffer\fP (\fBhwloc_topology_t\fP __hwloc_restrict topology, const char *__hwloc_restrict buffer, int size)" ++.RI " int \fBhwloc_topology_set_xmlbuffer\fP (\fBhwloc_topology_t\fP restrict topology, const char *restrict buffer, int size)" + .br + .RI "\fIEnable XML based topology using a memory buffer instead of a file. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC struct \fBhwloc_topology_support\fP * \fBhwloc_topology_get_support\fP (\fBhwloc_topology_t\fP __hwloc_restrict topology)" ++.RI " const struct \fBhwloc_topology_support\fP * \fBhwloc_topology_get_support\fP (\fBhwloc_topology_t\fP restrict topology)" + .br + .RI "\fIRetrieve the topology support. \fP" + .in -1c +@@ -86,40 +86,57 @@ + .PP + .SS "enum \fBhwloc_topology_flags_e\fP" + .PP +-Flags to be set onto a topology context before load. Flags should be given to \fBhwloc_topology_set_flags()\fP. ++Flags to be set onto a topology context before load. + .PP +-\fBEnumerator: \fP ++Flags should be given to \fBhwloc_topology_set_flags()\fP. ++.PP ++\fBEnumeration values: \fP + .in +1c + .TP + \fB\fIHWLOC_TOPOLOGY_FLAG_WHOLE_SYSTEM \fP\fP +-Detect the whole system, ignore reservations and offline settings. Gather all resources, even if some were disabled by the administrator. For instance, ignore Linux Cpusets and gather all processors and memory nodes, and ignore the fact that some resources may be offline. ++Detect the whole system, ignore reservations and offline settings. ++.PP ++Gather all resources, even if some were disabled by the administrator. For instance, ignore Linux Cpusets and gather all processors and memory nodes, and ignore the fact that some resources may be offline. + .TP + \fB\fIHWLOC_TOPOLOGY_FLAG_IS_THISSYSTEM \fP\fP +-Assume that the selected backend provides the topology for the system on which we are running. This forces hwloc_topology_is_thissystem to return 1, i.e. makes hwloc assume that the selected backend provides the topology for the system on which we are running, even if it is not the OS-specific backend but the XML backend for instance. This means making the binding functions actually call the OS-specific system calls and really do binding, while the XML backend would otherwise provide empty hooks just returning success. ++Assume that the selected backend provides the topology for the system on which we are running. ++.PP ++This forces hwloc_topology_is_thissystem to return 1, i.e. makes hwloc assume that the selected backend provides the topology for the system on which we are running, even if it is not the OS-specific backend but the XML backend for instance. This means making the binding functions actually call the OS-specific system calls and really do binding, while the XML backend would otherwise provide empty hooks just returning success. + .PP + Setting the environment variable HWLOC_THISSYSTEM may also result in the same behavior. + .PP + This can be used for efficiency reasons to first detect the topology once, save it to an XML file, and quickly reload it later through the XML backend, but still having binding functions actually do bind. + .SH "Function Documentation" + .PP +-.SS "HWLOC_DECLSPEC struct \fBhwloc_topology_support\fP* hwloc_topology_get_support (\fBhwloc_topology_t\fP __hwloc_restrict topology)\fC [read]\fP" ++.SS " const struct \fBhwloc_topology_support\fP* hwloc_topology_get_support (\fBhwloc_topology_t\fP restrict topology)" + .PP + Retrieve the topology support. +-.SS "HWLOC_DECLSPEC int hwloc_topology_ignore_all_keep_structure (\fBhwloc_topology_t\fP topology)" + .PP +-Ignore all objects that do not bring any structure. Ignore all objects that do not bring any structure: Each ignored object should have a single children or be the only child of its parent. +-.SS "HWLOC_DECLSPEC int hwloc_topology_ignore_type (\fBhwloc_topology_t\fP topology, \fBhwloc_obj_type_t\fP type)" ++.SS " int hwloc_topology_ignore_all_keep_structure (\fBhwloc_topology_t\fP topology)" ++.PP ++Ignore all objects that do not bring any structure. ++.PP ++Ignore all objects that do not bring any structure: Each ignored object should have a single children or be the only child of its parent. ++.SS " int hwloc_topology_ignore_type (\fBhwloc_topology_t\fP topology, \fBhwloc_obj_type_t\fP type)" ++.PP ++Ignore an object type. ++.PP ++Ignore all objects from the given type. The bottom-level type HWLOC_OBJ_PU may not be ignored. The top-level object of the hierarchy will never be ignored, even if this function succeeds. ++.SS " int hwloc_topology_ignore_type_keep_structure (\fBhwloc_topology_t\fP topology, \fBhwloc_obj_type_t\fP type)" + .PP +-Ignore an object type. Ignore all objects from the given type. The bottom-level type HWLOC_OBJ_PU may not be ignored. The top-level object of the hierarchy will never be ignored, even if this function succeeds. +-.SS "HWLOC_DECLSPEC int hwloc_topology_ignore_type_keep_structure (\fBhwloc_topology_t\fP topology, \fBhwloc_obj_type_t\fP type)" ++Ignore an object type if it does not bring any structure. + .PP +-Ignore an object type if it does not bring any structure. Ignore all objects from the given type as long as they do not bring any structure: Each ignored object should have a single children or be the only child of its parent. The bottom-level type HWLOC_OBJ_PU may not be ignored. +-.SS "HWLOC_DECLSPEC int hwloc_topology_set_flags (\fBhwloc_topology_t\fP topology, unsigned long flags)" ++Ignore all objects from the given type as long as they do not bring any structure: Each ignored object should have a single children or be the only child of its parent. The bottom-level type HWLOC_OBJ_PU may not be ignored. ++.SS " int hwloc_topology_set_flags (\fBhwloc_topology_t\fP topology, unsigned long flags)" + .PP +-Set OR'ed flags to non-yet-loaded topology. Set a OR'ed set of hwloc_topology_flags_e onto a topology that was not yet loaded. +-.SS "HWLOC_DECLSPEC int hwloc_topology_set_fsroot (\fBhwloc_topology_t\fP __hwloc_restrict topology, const char *__hwloc_restrict fsroot_path)" ++Set OR'ed flags to non-yet-loaded topology. + .PP +-Change the file-system root path when building the topology from sysfs/procfs. On Linux system, use sysfs and procfs files as if they were mounted on the given \fCfsroot_path\fP instead of the main file-system root. Setting the environment variable HWLOC_FSROOT may also result in this behavior. Not using the main file-system root causes \fBhwloc_topology_is_thissystem()\fP to return 0. ++Set a OR'ed set of hwloc_topology_flags_e onto a topology that was not yet loaded. ++.SS " int hwloc_topology_set_fsroot (\fBhwloc_topology_t\fP restrict topology, const char *restrict fsroot_path)" ++.PP ++Change the file-system root path when building the topology from sysfs/procfs. ++.PP ++On Linux system, use sysfs and procfs files as if they were mounted on the given \fCfsroot_path\fP instead of the main file-system root. Setting the environment variable HWLOC_FSROOT may also result in this behavior. Not using the main file-system root causes \fBhwloc_topology_is_thissystem()\fP to return 0. + .PP + \fBNote:\fP + .RS 4 +@@ -127,9 +144,11 @@ + .RE + .PP + +-.SS "HWLOC_DECLSPEC int hwloc_topology_set_pid (\fBhwloc_topology_t\fP __hwloc_restrict topology, hwloc_pid_t pid)" ++.SS " int hwloc_topology_set_pid (\fBhwloc_topology_t\fP restrict topology, hwloc_pid_t pid)" + .PP +-Change which pid the topology is viewed from. On some systems, processes may have different views of the machine, for instance the set of allowed CPUs. By default, hwloc exposes the view from the current process. Calling \fBhwloc_topology_set_pid()\fP permits to make it expose the topology of the machine from the point of view of another process. ++Change which pid the topology is viewed from. ++.PP ++On some systems, processes may have different views of the machine, for instance the set of allowed CPUs. By default, hwloc exposes the view from the current process. Calling \fBhwloc_topology_set_pid()\fP permits to make it expose the topology of the machine from the point of view of another process. + .PP + \fBNote:\fP + .RS 4 +@@ -139,9 +158,11 @@ + .RE + .PP + +-.SS "HWLOC_DECLSPEC int hwloc_topology_set_synthetic (\fBhwloc_topology_t\fP __hwloc_restrict topology, const char *__hwloc_restrict description)" ++.SS " int hwloc_topology_set_synthetic (\fBhwloc_topology_t\fP restrict topology, const char *restrict description)" ++.PP ++Enable synthetic topology. + .PP +-Enable synthetic topology. Gather topology information from the given \fCdescription\fP which should be a comma separated string of numbers describing the arity of each level. Each number may be prefixed with a type and a colon to enforce the type of a level. If only some level types are enforced, hwloc will try to choose the other types according to usual topologies, but it may fail and you may have to specify more level types manually. ++Gather topology information from the given \fCdescription\fP which should be a comma separated string of numbers describing the arity of each level. Each number may be prefixed with a type and a colon to enforce the type of a level. If only some level types are enforced, hwloc will try to choose the other types according to usual topologies, but it may fail and you may have to specify more level types manually. + .PP + \fBNote:\fP + .RS 4 +@@ -149,9 +170,11 @@ + .RE + .PP + +-.SS "HWLOC_DECLSPEC int hwloc_topology_set_xml (\fBhwloc_topology_t\fP __hwloc_restrict topology, const char *__hwloc_restrict xmlpath)" ++.SS " int hwloc_topology_set_xml (\fBhwloc_topology_t\fP restrict topology, const char *restrict xmlpath)" + .PP +-Enable XML-file based topology. Gather topology information from the XML file given at \fCxmlpath\fP. Setting the environment variable HWLOC_XMLFILE may also result in this behavior. This file may have been generated earlier with lstopo file.xml. ++Enable XML-file based topology. ++.PP ++Gather topology information from the XML file given at \fCxmlpath\fP. Setting the environment variable HWLOC_XMLFILE may also result in this behavior. This file may have been generated earlier with lstopo file.xml. + .PP + \fBNote:\fP + .RS 4 +@@ -159,9 +182,8 @@ + .RE + .PP + +-.SS "HWLOC_DECLSPEC int hwloc_topology_set_xmlbuffer (\fBhwloc_topology_t\fP __hwloc_restrict topology, const char *__hwloc_restrict buffer, int size)" ++.SS " int hwloc_topology_set_xmlbuffer (\fBhwloc_topology_t\fP restrict topology, const char *restrict buffer, int size)" + .PP +-Enable XML based topology using a memory buffer instead of a file. Gather topology information from the XML memory buffer given at \fCbuffer\fP and of length \fClength\fP. +-.SH "Author" +-.PP +-Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code. ++Enable XML based topology using a memory buffer instead of a file. ++.PP ++Gather topology information from the XML memory buffer given at \fCbuffer\fP and of length \fClength\fP. +diff -uNr hwloc-1.1/doc/doxygen-doc/man/man3/hwlocality_conversion.3 hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwlocality_conversion.3 +--- hwloc-1.1/doc/doxygen-doc/man/man3/hwlocality_conversion.3 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwlocality_conversion.3 2010-12-31 23:48:22.279874768 +0100 +@@ -1,4 +1,4 @@ +-.TH "Object/String Conversion" 3 "Thu Dec 16 2010" "Version 1.1" "Hardware Locality (hwloc)" \" -*- nroff -*- ++.TH "Object/String Conversion" 3 "21 Dec 2010" "Version 1.1rc6r2967" "Hardware Locality (hwloc)" \" -*- nroff -*- + .ad l + .nh + .SH NAME +@@ -7,39 +7,41 @@ + + .in +1c + .ti -1c +-.RI "HWLOC_DECLSPEC const char * \fBhwloc_obj_type_string\fP (\fBhwloc_obj_type_t\fP type) __hwloc_attribute_const" ++.RI " const char * \fBhwloc_obj_type_string\fP (\fBhwloc_obj_type_t\fP type) " + .br + .RI "\fIReturn a stringified topology object type. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC \fBhwloc_obj_type_t\fP \fBhwloc_obj_type_of_string\fP (const char *string) __hwloc_attribute_pure" ++.RI " \fBhwloc_obj_type_t\fP \fBhwloc_obj_type_of_string\fP (const char *string) " + .br + .RI "\fIReturn an object type from the string. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC int \fBhwloc_obj_type_snprintf\fP (char *__hwloc_restrict string, size_t size, \fBhwloc_obj_t\fP obj, int verbose)" ++.RI " int \fBhwloc_obj_type_snprintf\fP (char *restrict string, size_t size, \fBhwloc_obj_t\fP obj, int verbose)" + .br + .RI "\fIStringify the type of a given topology object into a human-readable form. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC int \fBhwloc_obj_attr_snprintf\fP (char *__hwloc_restrict string, size_t size, \fBhwloc_obj_t\fP obj, const char *__hwloc_restrict separator, int verbose)" ++.RI " int \fBhwloc_obj_attr_snprintf\fP (char *restrict string, size_t size, \fBhwloc_obj_t\fP obj, const char *restrict separator, int verbose)" + .br + .RI "\fIStringify the attributes of a given topology object into a human-readable form. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC int \fBhwloc_obj_snprintf\fP (char *__hwloc_restrict string, size_t size, \fBhwloc_topology_t\fP topology, \fBhwloc_obj_t\fP obj, const char *__hwloc_restrict indexprefix, int verbose)" ++.RI " int \fBhwloc_obj_snprintf\fP (char *restrict string, size_t size, \fBhwloc_topology_t\fP topology, \fBhwloc_obj_t\fP obj, const char *restrict indexprefix, int verbose)" + .br + .RI "\fIStringify a given topology object into a human-readable form. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC int \fBhwloc_obj_cpuset_snprintf\fP (char *__hwloc_restrict str, size_t size, size_t nobj, const \fBhwloc_obj_t\fP *__hwloc_restrict objs)" ++.RI " int \fBhwloc_obj_cpuset_snprintf\fP (char *restrict str, size_t size, size_t nobj, const \fBhwloc_obj_t\fP *restrict objs)" + .br + .RI "\fIStringify the cpuset containing a set of objects. \fP" + .ti -1c +-.RI "static __hwloc_inline char *__hwloc_attribute_pure \fBhwloc_obj_get_info_by_name\fP (\fBhwloc_obj_t\fP obj, const char *name)" ++.RI "inline char * \fBhwloc_obj_get_info_by_name\fP (\fBhwloc_obj_t\fP obj, const char *name)" + .br + .RI "\fISearch the given key name in object infos and return the corresponding value. \fP" + .in -1c + .SH "Function Documentation" + .PP +-.SS "HWLOC_DECLSPEC int hwloc_obj_attr_snprintf (char *__hwloc_restrict string, size_t size, \fBhwloc_obj_t\fP obj, const char *__hwloc_restrict separator, int verbose)" ++.SS " int hwloc_obj_attr_snprintf (char *restrict string, size_t size, \fBhwloc_obj_t\fP obj, const char *restrict separator, int verbose)" + .PP +-Stringify the attributes of a given topology object into a human-readable form. Attribute values are separated by \fCseparator\fP. ++Stringify the attributes of a given topology object into a human-readable form. ++.PP ++Attribute values are separated by \fCseparator\fP. + .PP + Only the major attributes are printed in non-verbose mode. + .PP +@@ -49,25 +51,31 @@ + .RE + .PP + +-.SS "HWLOC_DECLSPEC int hwloc_obj_cpuset_snprintf (char *__hwloc_restrict str, size_t size, size_t nobj, const \fBhwloc_obj_t\fP *__hwloc_restrict objs)" ++.SS " int hwloc_obj_cpuset_snprintf (char *restrict str, size_t size, size_t nobj, const \fBhwloc_obj_t\fP *restrict objs)" ++.PP ++Stringify the cpuset containing a set of objects. + .PP +-Stringify the cpuset containing a set of objects. \fBReturns:\fP ++\fBReturns:\fP + .RS 4 + how many characters were actually written (not including the ending \\0). + .RE + .PP + +-.SS "static __hwloc_inline char* __hwloc_attribute_pure hwloc_obj_get_info_by_name (\fBhwloc_obj_t\fP obj, const char * name)\fC [static]\fP" ++.SS "inline char* hwloc_obj_get_info_by_name (\fBhwloc_obj_t\fP obj, const char * name)\fC [static]\fP" + .PP +-Search the given key name in object infos and return the corresponding value. \fBReturns:\fP ++Search the given key name in object infos and return the corresponding value. ++.PP ++\fBReturns:\fP + .RS 4 + \fCNULL\fP if no such key exists. + .RE + .PP + +-.SS "HWLOC_DECLSPEC int hwloc_obj_snprintf (char *__hwloc_restrict string, size_t size, \fBhwloc_topology_t\fP topology, \fBhwloc_obj_t\fP obj, const char *__hwloc_restrict indexprefix, int verbose)" ++.SS " int hwloc_obj_snprintf (char *restrict string, size_t size, \fBhwloc_topology_t\fP topology, \fBhwloc_obj_t\fP obj, const char *restrict indexprefix, int verbose)" ++.PP ++Stringify a given topology object into a human-readable form. + .PP +-Stringify a given topology object into a human-readable form. \fBNote:\fP ++\fBNote:\fP + .RS 4 + This function is deprecated in favor of \fBhwloc_obj_type_snprintf()\fP and \fBhwloc_obj_attr_snprintf()\fP since it is not very flexible and only prints physical/OS indexes. + .RE +@@ -84,17 +92,21 @@ + .RE + .PP + +-.SS "HWLOC_DECLSPEC \fBhwloc_obj_type_t\fP hwloc_obj_type_of_string (const char * string)" ++.SS " \fBhwloc_obj_type_t\fP hwloc_obj_type_of_string (const char * string)" + .PP +-Return an object type from the string. \fBReturns:\fP ++Return an object type from the string. ++.PP ++\fBReturns:\fP + .RS 4 + -1 if unrecognized. + .RE + .PP + +-.SS "HWLOC_DECLSPEC int hwloc_obj_type_snprintf (char *__hwloc_restrict string, size_t size, \fBhwloc_obj_t\fP obj, int verbose)" ++.SS " int hwloc_obj_type_snprintf (char *restrict string, size_t size, \fBhwloc_obj_t\fP obj, int verbose)" ++.PP ++Stringify the type of a given topology object into a human-readable form. + .PP +-Stringify the type of a given topology object into a human-readable form. It differs from \fBhwloc_obj_type_string()\fP because it prints type attributes such as cache depth. ++It differs from \fBhwloc_obj_type_string()\fP because it prints type attributes such as cache depth. + .PP + \fBReturns:\fP + .RS 4 +@@ -102,9 +114,8 @@ + .RE + .PP + +-.SS "HWLOC_DECLSPEC const char* hwloc_obj_type_string (\fBhwloc_obj_type_t\fP type) const" ++.SS " const char* hwloc_obj_type_string (\fBhwloc_obj_type_t\fP type) const" + .PP + Return a stringified topology object type. +-.SH "Author" +-.PP +-Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code. ++.PP ++ +diff -uNr hwloc-1.1/doc/doxygen-doc/man/man3/hwlocality_cpubinding.3 hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwlocality_cpubinding.3 +--- hwloc-1.1/doc/doxygen-doc/man/man3/hwlocality_cpubinding.3 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwlocality_cpubinding.3 2010-12-31 23:48:22.201865223 +0100 +@@ -1,4 +1,4 @@ +-.TH "CPU binding" 3 "Thu Dec 16 2010" "Version 1.1" "Hardware Locality (hwloc)" \" -*- nroff -*- ++.TH "CPU binding" 3 "21 Dec 2010" "Version 1.1rc6r2967" "Hardware Locality (hwloc)" \" -*- nroff -*- + .ad l + .nh + .SH NAME +@@ -15,27 +15,27 @@ + + .in +1c + .ti -1c +-.RI "HWLOC_DECLSPEC int \fBhwloc_set_cpubind\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP set, int flags)" ++.RI " int \fBhwloc_set_cpubind\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP set, int flags)" + .br + .RI "\fIBind current process or thread on cpus given in bitmap \fCset\fP. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC int \fBhwloc_get_cpubind\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_cpuset_t\fP set, int flags)" ++.RI " int \fBhwloc_get_cpubind\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_cpuset_t\fP set, int flags)" + .br + .RI "\fIGet current process or thread binding. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC int \fBhwloc_set_proc_cpubind\fP (\fBhwloc_topology_t\fP topology, hwloc_pid_t pid, \fBhwloc_const_cpuset_t\fP set, int flags)" ++.RI " int \fBhwloc_set_proc_cpubind\fP (\fBhwloc_topology_t\fP topology, hwloc_pid_t pid, \fBhwloc_const_cpuset_t\fP set, int flags)" + .br + .RI "\fIBind a process \fCpid\fP on cpus given in bitmap \fCset\fP. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC int \fBhwloc_get_proc_cpubind\fP (\fBhwloc_topology_t\fP topology, hwloc_pid_t pid, \fBhwloc_cpuset_t\fP set, int flags)" ++.RI " int \fBhwloc_get_proc_cpubind\fP (\fBhwloc_topology_t\fP topology, hwloc_pid_t pid, \fBhwloc_cpuset_t\fP set, int flags)" + .br + .RI "\fIGet the current binding of process \fCpid\fP. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC int \fBhwloc_set_thread_cpubind\fP (\fBhwloc_topology_t\fP topology, hwloc_thread_t tid, \fBhwloc_const_cpuset_t\fP set, int flags)" ++.RI " int \fBhwloc_set_thread_cpubind\fP (\fBhwloc_topology_t\fP topology, hwloc_thread_t tid, \fBhwloc_const_cpuset_t\fP set, int flags)" + .br + .RI "\fIBind a thread \fCtid\fP on cpus given in bitmap \fCset\fP. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC int \fBhwloc_get_thread_cpubind\fP (\fBhwloc_topology_t\fP topology, hwloc_thread_t tid, \fBhwloc_cpuset_t\fP set, int flags)" ++.RI " int \fBhwloc_get_thread_cpubind\fP (\fBhwloc_topology_t\fP topology, hwloc_thread_t tid, \fBhwloc_cpuset_t\fP set, int flags)" + .br + .RI "\fIGet the current binding of thread \fCtid\fP. \fP" + .in -1c +@@ -78,7 +78,9 @@ + .PP + .SS "enum \fBhwloc_cpubind_flags_t\fP" + .PP +-Process/Thread binding flags. These flags can be used to refine the binding policy. ++Process/Thread binding flags. ++.PP ++These flags can be used to refine the binding policy. + .PP + The default (0) is to bind the current process, assumed to be mono-thread, in a non-strict way. This is the most portable way to bind as all OSes usually provide it. + .PP +@@ -89,7 +91,7 @@ + .PP + + .PP +-\fBEnumerator: \fP ++\fBEnumeration values: \fP + .in +1c + .TP + \fB\fIHWLOC_CPUBIND_PROCESS \fP\fP +@@ -99,7 +101,9 @@ + Bind current thread of current process. + .TP + \fB\fIHWLOC_CPUBIND_STRICT \fP\fP +-Request for strict binding from the OS. By default, when the designated CPUs are all busy while other CPUs are idle, OSes may execute the thread/process on those other CPUs instead of the designated CPUs, to let them progress anyway. Strict binding means that the thread/process will _never_ execute on other cpus than the designated CPUs, even when those are busy with other tasks and other CPUs are idle. ++Request for strict binding from the OS. ++.PP ++By default, when the designated CPUs are all busy while other CPUs are idle, OSes may execute the thread/process on those other CPUs instead of the designated CPUs, to let them progress anyway. Strict binding means that the thread/process will _never_ execute on other cpus than the designated CPUs, even when those are busy with other tasks and other CPUs are idle. + .PP + \fBNote:\fP + .RS 4 +@@ -116,15 +120,20 @@ + + .TP + \fB\fIHWLOC_CPUBIND_NOMEMBIND \fP\fP +-Avoid any effect on memory binding. On some OSes, some CPU binding function would also bind the memory on the corresponding NUMA node. It is often not a problem for the application, but if it is, setting this flag will make hwloc avoid using OS functions that would also bind memory. This will however reduce the support of CPU bindings, i.e. potentially return -1 with errno set to ENOSYS in some cases. ++Avoid any effect on memory binding. ++.PP ++On some OSes, some CPU binding function would also bind the memory on the corresponding NUMA node. It is often not a problem for the application, but if it is, setting this flag will make hwloc avoid using OS functions that would also bind memory. This will however reduce the support of CPU bindings, i.e. potentially return -1 with errno set to ENOSYS in some cases. + .SH "Function Documentation" + .PP +-.SS "HWLOC_DECLSPEC int hwloc_get_cpubind (\fBhwloc_topology_t\fP topology, \fBhwloc_cpuset_t\fP set, int flags)" ++.SS " int hwloc_get_cpubind (\fBhwloc_topology_t\fP topology, \fBhwloc_cpuset_t\fP set, int flags)" + .PP + Get current process or thread binding. +-.SS "HWLOC_DECLSPEC int hwloc_get_proc_cpubind (\fBhwloc_topology_t\fP topology, hwloc_pid_t pid, \fBhwloc_cpuset_t\fP set, int flags)" + .PP +-Get the current binding of process \fCpid\fP. \fBNote:\fP ++.SS " int hwloc_get_proc_cpubind (\fBhwloc_topology_t\fP topology, hwloc_pid_t pid, \fBhwloc_cpuset_t\fP set, int flags)" ++.PP ++Get the current binding of process \fCpid\fP. ++.PP ++\fBNote:\fP + .RS 4 + hwloc_pid_t is pid_t on unix platforms, and HANDLE on native Windows platforms + .PP +@@ -132,9 +141,11 @@ + .RE + .PP + +-.SS "HWLOC_DECLSPEC int hwloc_get_thread_cpubind (\fBhwloc_topology_t\fP topology, hwloc_thread_t tid, \fBhwloc_cpuset_t\fP set, int flags)" ++.SS " int hwloc_get_thread_cpubind (\fBhwloc_topology_t\fP topology, hwloc_thread_t tid, \fBhwloc_cpuset_t\fP set, int flags)" ++.PP ++Get the current binding of thread \fCtid\fP. + .PP +-Get the current binding of thread \fCtid\fP. \fBNote:\fP ++\fBNote:\fP + .RS 4 + hwloc_thread_t is pthread_t on unix platforms, and HANDLE on native Windows platforms + .PP +@@ -142,9 +153,11 @@ + .RE + .PP + +-.SS "HWLOC_DECLSPEC int hwloc_set_cpubind (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP set, int flags)" ++.SS " int hwloc_set_cpubind (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP set, int flags)" ++.PP ++Bind current process or thread on cpus given in bitmap \fCset\fP. + .PP +-Bind current process or thread on cpus given in bitmap \fCset\fP. \fBReturns:\fP ++\fBReturns:\fP + .RS 4 + -1 with errno set to ENOSYS if the action is not supported + .PP +@@ -152,9 +165,11 @@ + .RE + .PP + +-.SS "HWLOC_DECLSPEC int hwloc_set_proc_cpubind (\fBhwloc_topology_t\fP topology, hwloc_pid_t pid, \fBhwloc_const_cpuset_t\fP set, int flags)" ++.SS " int hwloc_set_proc_cpubind (\fBhwloc_topology_t\fP topology, hwloc_pid_t pid, \fBhwloc_const_cpuset_t\fP set, int flags)" + .PP +-Bind a process \fCpid\fP on cpus given in bitmap \fCset\fP. \fBNote:\fP ++Bind a process \fCpid\fP on cpus given in bitmap \fCset\fP. ++.PP ++\fBNote:\fP + .RS 4 + hwloc_pid_t is pid_t on unix platforms, and HANDLE on native Windows platforms + .PP +@@ -162,9 +177,11 @@ + .RE + .PP + +-.SS "HWLOC_DECLSPEC int hwloc_set_thread_cpubind (\fBhwloc_topology_t\fP topology, hwloc_thread_t tid, \fBhwloc_const_cpuset_t\fP set, int flags)" ++.SS " int hwloc_set_thread_cpubind (\fBhwloc_topology_t\fP topology, hwloc_thread_t tid, \fBhwloc_const_cpuset_t\fP set, int flags)" + .PP +-Bind a thread \fCtid\fP on cpus given in bitmap \fCset\fP. \fBNote:\fP ++Bind a thread \fCtid\fP on cpus given in bitmap \fCset\fP. ++.PP ++\fBNote:\fP + .RS 4 + hwloc_thread_t is pthread_t on unix platforms, and HANDLE on native Windows platforms + .PP +@@ -172,6 +189,3 @@ + .RE + .PP + +-.SH "Author" +-.PP +-Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code. +diff -uNr hwloc-1.1/doc/doxygen-doc/man/man3/hwlocality_creation.3 hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwlocality_creation.3 +--- hwloc-1.1/doc/doxygen-doc/man/man3/hwlocality_creation.3 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwlocality_creation.3 2010-12-31 23:48:22.217867180 +0100 +@@ -1,4 +1,4 @@ +-.TH "Create and Destroy Topologies" 3 "Thu Dec 16 2010" "Version 1.1" "Hardware Locality (hwloc)" \" -*- nroff -*- ++.TH "Create and Destroy Topologies" 3 "21 Dec 2010" "Version 1.1rc6r2967" "Hardware Locality (hwloc)" \" -*- nroff -*- + .ad l + .nh + .SH NAME +@@ -7,43 +7,49 @@ + + .in +1c + .ti -1c +-.RI "HWLOC_DECLSPEC int \fBhwloc_topology_init\fP (\fBhwloc_topology_t\fP *topologyp)" ++.RI " int \fBhwloc_topology_init\fP (\fBhwloc_topology_t\fP *topologyp)" + .br + .RI "\fIAllocate a topology context. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC int \fBhwloc_topology_load\fP (\fBhwloc_topology_t\fP topology)" ++.RI " int \fBhwloc_topology_load\fP (\fBhwloc_topology_t\fP topology)" + .br + .RI "\fIBuild the actual topology. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC void \fBhwloc_topology_destroy\fP (\fBhwloc_topology_t\fP topology)" ++.RI " void \fBhwloc_topology_destroy\fP (\fBhwloc_topology_t\fP topology)" + .br + .RI "\fITerminate and free a topology context. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC void \fBhwloc_topology_check\fP (\fBhwloc_topology_t\fP topology)" ++.RI " void \fBhwloc_topology_check\fP (\fBhwloc_topology_t\fP topology)" + .br + .RI "\fIRun internal checks on a topology structure. \fP" + .in -1c + .SH "Function Documentation" + .PP +-.SS "HWLOC_DECLSPEC void hwloc_topology_check (\fBhwloc_topology_t\fP topology)" ++.SS " void hwloc_topology_check (\fBhwloc_topology_t\fP topology)" + .PP +-Run internal checks on a topology structure. \fBParameters:\fP ++Run internal checks on a topology structure. ++.PP ++\fBParameters:\fP + .RS 4 + \fItopology\fP is the topology to be checked + .RE + .PP + +-.SS "HWLOC_DECLSPEC void hwloc_topology_destroy (\fBhwloc_topology_t\fP topology)" ++.SS " void hwloc_topology_destroy (\fBhwloc_topology_t\fP topology)" + .PP +-Terminate and free a topology context. \fBParameters:\fP ++Terminate and free a topology context. ++.PP ++\fBParameters:\fP + .RS 4 + \fItopology\fP is the topology to be freed + .RE + .PP + +-.SS "HWLOC_DECLSPEC int hwloc_topology_init (\fBhwloc_topology_t\fP * topologyp)" ++.SS " int hwloc_topology_init (\fBhwloc_topology_t\fP * topologyp)" + .PP +-Allocate a topology context. \fBParameters:\fP ++Allocate a topology context. ++.PP ++\fBParameters:\fP + .RS 4 + \fItopologyp\fP is assigned a pointer to the new allocated context. + .RE +@@ -54,9 +60,11 @@ + .RE + .PP + +-.SS "HWLOC_DECLSPEC int hwloc_topology_load (\fBhwloc_topology_t\fP topology)" ++.SS " int hwloc_topology_load (\fBhwloc_topology_t\fP topology)" + .PP +-Build the actual topology. Build the actual topology once initialized with \fBhwloc_topology_init()\fP and tuned with \fBConfigure Topology Detection\fP routines. No other routine may be called earlier using this topology context. ++Build the actual topology. ++.PP ++Build the actual topology once initialized with \fBhwloc_topology_init()\fP and tuned with \fBConfigure Topology Detection\fP routines. No other routine may be called earlier using this topology context. + .PP + \fBParameters:\fP + .RS 4 +@@ -70,10 +78,7 @@ + .PP + \fBSee also:\fP + .RS 4 +-\fBConfigure Topology Detection\fP ++\fBhwlocality_configuration\fP + .RE + .PP + +-.SH "Author" +-.PP +-Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code. +diff -uNr hwloc-1.1/doc/doxygen-doc/man/man3/hwlocality_cuda.3 hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwlocality_cuda.3 +--- hwloc-1.1/doc/doxygen-doc/man/man3/hwlocality_cuda.3 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwlocality_cuda.3 2010-12-31 23:48:22.127856167 +0100 +@@ -1,4 +1,4 @@ +-.TH "CUDA Driver API Specific Functions" 3 "Thu Dec 16 2010" "Version 1.1" "Hardware Locality (hwloc)" \" -*- nroff -*- ++.TH "CUDA Driver API Specific Functions" 3 "21 Dec 2010" "Version 1.1rc6r2967" "Hardware Locality (hwloc)" \" -*- nroff -*- + .ad l + .nh + .SH NAME +@@ -7,15 +7,14 @@ + + .in +1c + .ti -1c +-.RI "static __hwloc_inline int \fBhwloc_cuda_get_device_cpuset\fP (\fBhwloc_topology_t\fP topology __hwloc_attribute_unused, CUdevice cudevice, \fBhwloc_cpuset_t\fP set)" ++.RI "inline int \fBhwloc_cuda_get_device_cpuset\fP (\fBhwloc_topology_t\fP topology , CUdevice cudevice, \fBhwloc_cpuset_t\fP set)" + .br + .RI "\fIGet the CPU set of logical processors that are physically close to device \fCcudevice\fP. \fP" + .in -1c + .SH "Function Documentation" + .PP +-.SS "static __hwloc_inline int hwloc_cuda_get_device_cpuset (\fBhwloc_topology_t\fP topology __hwloc_attribute_unused, CUdevice cudevice, \fBhwloc_cpuset_t\fP set)\fC [static]\fP" ++.SS "inline int hwloc_cuda_get_device_cpuset (\fBhwloc_topology_t\fP topology , CUdevice cudevice, \fBhwloc_cpuset_t\fP set)\fC [static]\fP" + .PP +-Get the CPU set of logical processors that are physically close to device \fCcudevice\fP. For the given CUDA Driver API device \fCcudevice\fP, read the corresponding kernel-provided cpumap file and return the corresponding CPU set. This function is currently only implemented in a meaningful way for Linux; other systems will simply get a full cpuset. +-.SH "Author" +-.PP +-Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code. ++Get the CPU set of logical processors that are physically close to device \fCcudevice\fP. ++.PP ++For the given CUDA Driver API device \fCcudevice\fP, read the corresponding kernel-provided cpumap file and return the corresponding CPU set. This function is currently only implemented in a meaningful way for Linux; other systems will simply get a full cpuset. +diff -uNr hwloc-1.1/doc/doxygen-doc/man/man3/hwlocality_cudart.3 hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwlocality_cudart.3 +--- hwloc-1.1/doc/doxygen-doc/man/man3/hwlocality_cudart.3 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwlocality_cudart.3 2010-12-31 23:48:22.128856290 +0100 +@@ -1,4 +1,4 @@ +-.TH "CUDA Runtime API Specific Functions" 3 "Thu Dec 16 2010" "Version 1.1" "Hardware Locality (hwloc)" \" -*- nroff -*- ++.TH "CUDA Runtime API Specific Functions" 3 "21 Dec 2010" "Version 1.1rc6r2967" "Hardware Locality (hwloc)" \" -*- nroff -*- + .ad l + .nh + .SH NAME +@@ -7,15 +7,14 @@ + + .in +1c + .ti -1c +-.RI "static __hwloc_inline int \fBhwloc_cudart_get_device_cpuset\fP (\fBhwloc_topology_t\fP topology __hwloc_attribute_unused, int device, \fBhwloc_cpuset_t\fP set)" ++.RI "inline int \fBhwloc_cudart_get_device_cpuset\fP (\fBhwloc_topology_t\fP topology , int device, \fBhwloc_cpuset_t\fP set)" + .br + .RI "\fIGet the CPU set of logical processors that are physically close to device \fCcudevice\fP. \fP" + .in -1c + .SH "Function Documentation" + .PP +-.SS "static __hwloc_inline int hwloc_cudart_get_device_cpuset (\fBhwloc_topology_t\fP topology __hwloc_attribute_unused, int device, \fBhwloc_cpuset_t\fP set)\fC [static]\fP" ++.SS "inline int hwloc_cudart_get_device_cpuset (\fBhwloc_topology_t\fP topology , int device, \fBhwloc_cpuset_t\fP set)\fC [static]\fP" + .PP +-Get the CPU set of logical processors that are physically close to device \fCcudevice\fP. For the given CUDA Runtime API device \fCcudevice\fP, read the corresponding kernel-provided cpumap file and return the corresponding CPU set. This function is currently only implemented in a meaningful way for Linux; other systems will simply get a full cpuset. +-.SH "Author" +-.PP +-Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code. ++Get the CPU set of logical processors that are physically close to device \fCcudevice\fP. ++.PP ++For the given CUDA Runtime API device \fCcudevice\fP, read the corresponding kernel-provided cpumap file and return the corresponding CPU set. This function is currently only implemented in a meaningful way for Linux; other systems will simply get a full cpuset. +diff -uNr hwloc-1.1/doc/doxygen-doc/man/man3/hwlocality_glibc_sched.3 hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwlocality_glibc_sched.3 +--- hwloc-1.1/doc/doxygen-doc/man/man3/hwlocality_glibc_sched.3 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwlocality_glibc_sched.3 2010-12-31 23:48:22.250871219 +0100 +@@ -1,4 +1,4 @@ +-.TH "Helpers for manipulating glibc sched affinity" 3 "Thu Dec 16 2010" "Version 1.1" "Hardware Locality (hwloc)" \" -*- nroff -*- ++.TH "Helpers for manipulating glibc sched affinity" 3 "21 Dec 2010" "Version 1.1rc6r2967" "Hardware Locality (hwloc)" \" -*- nroff -*- + .ad l + .nh + .SH NAME +@@ -7,26 +7,27 @@ + + .in +1c + .ti -1c +-.RI "static __hwloc_inline int \fBhwloc_cpuset_to_glibc_sched_affinity\fP (\fBhwloc_topology_t\fP topology __hwloc_attribute_unused, \fBhwloc_const_cpuset_t\fP hwlocset, cpu_set_t *schedset, size_t schedsetsize)" ++.RI "inline int \fBhwloc_cpuset_to_glibc_sched_affinity\fP (\fBhwloc_topology_t\fP topology , \fBhwloc_const_cpuset_t\fP hwlocset, cpu_set_t *schedset, size_t schedsetsize)" + .br + .RI "\fIConvert hwloc CPU set \fCtoposet\fP into glibc sched affinity CPU set \fCschedset\fP. \fP" + .ti -1c +-.RI "static __hwloc_inline int \fBhwloc_cpuset_from_glibc_sched_affinity\fP (\fBhwloc_topology_t\fP topology __hwloc_attribute_unused, \fBhwloc_cpuset_t\fP hwlocset, const cpu_set_t *schedset, size_t schedsetsize)" ++.RI "inline int \fBhwloc_cpuset_from_glibc_sched_affinity\fP (\fBhwloc_topology_t\fP topology , \fBhwloc_cpuset_t\fP hwlocset, const cpu_set_t *schedset, size_t schedsetsize)" + .br + .RI "\fIConvert glibc sched affinity CPU set \fCschedset\fP into hwloc CPU set. \fP" + .in -1c + .SH "Function Documentation" + .PP +-.SS "static __hwloc_inline int hwloc_cpuset_from_glibc_sched_affinity (\fBhwloc_topology_t\fP topology __hwloc_attribute_unused, \fBhwloc_cpuset_t\fP hwlocset, const cpu_set_t * schedset, size_t schedsetsize)\fC [static]\fP" ++.SS "inline int hwloc_cpuset_from_glibc_sched_affinity (\fBhwloc_topology_t\fP topology , \fBhwloc_cpuset_t\fP hwlocset, const cpu_set_t * schedset, size_t schedsetsize)\fC [static]\fP" + .PP +-Convert glibc sched affinity CPU set \fCschedset\fP into hwloc CPU set. This function may be used before calling sched_setaffinity or any other function that takes a cpu_set_t as input parameter. ++Convert glibc sched affinity CPU set \fCschedset\fP into hwloc CPU set. ++.PP ++This function may be used before calling sched_setaffinity or any other function that takes a cpu_set_t as input parameter. + .PP + \fCschedsetsize\fP should be sizeof(cpu_set_t) unless \fCschedset\fP was dynamically allocated with CPU_ALLOC +-.SS "static __hwloc_inline int hwloc_cpuset_to_glibc_sched_affinity (\fBhwloc_topology_t\fP topology __hwloc_attribute_unused, \fBhwloc_const_cpuset_t\fP hwlocset, cpu_set_t * schedset, size_t schedsetsize)\fC [static]\fP" ++.SS "inline int hwloc_cpuset_to_glibc_sched_affinity (\fBhwloc_topology_t\fP topology , \fBhwloc_const_cpuset_t\fP hwlocset, cpu_set_t * schedset, size_t schedsetsize)\fC [static]\fP" ++.PP ++Convert hwloc CPU set \fCtoposet\fP into glibc sched affinity CPU set \fCschedset\fP. + .PP +-Convert hwloc CPU set \fCtoposet\fP into glibc sched affinity CPU set \fCschedset\fP. This function may be used before calling sched_setaffinity or any other function that takes a cpu_set_t as input parameter. ++This function may be used before calling sched_setaffinity or any other function that takes a cpu_set_t as input parameter. + .PP + \fCschedsetsize\fP should be sizeof(cpu_set_t) unless \fCschedset\fP was dynamically allocated with CPU_ALLOC +-.SH "Author" +-.PP +-Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code. +diff -uNr hwloc-1.1/doc/doxygen-doc/man/man3/hwlocality_helper_binding.3 hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwlocality_helper_binding.3 +--- hwloc-1.1/doc/doxygen-doc/man/man3/hwlocality_helper_binding.3 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwlocality_helper_binding.3 2010-12-31 23:48:22.088851394 +0100 +@@ -1,4 +1,4 @@ +-.TH "Binding Helpers" 3 "Thu Dec 16 2010" "Version 1.1" "Hardware Locality (hwloc)" \" -*- nroff -*- ++.TH "Binding Helpers" 3 "21 Dec 2010" "Version 1.1rc6r2967" "Hardware Locality (hwloc)" \" -*- nroff -*- + .ad l + .nh + .SH NAME +@@ -7,41 +7,37 @@ + + .in +1c + .ti -1c +-.RI "static __hwloc_inline void \fBhwloc_distributev\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_obj_t\fP *root, unsigned n_roots, \fBhwloc_cpuset_t\fP *cpuset, unsigned n, unsigned until)" ++.RI "inline void \fBhwloc_distributev\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_obj_t\fP *root, unsigned n_roots, \fBhwloc_cpuset_t\fP *cpuset, unsigned n, unsigned until)" + .br + .RI "\fIDistribute \fCn\fP items over the topology under \fCroot\fP. \fP" + .ti -1c +-.RI "static __hwloc_inline void \fBhwloc_distribute\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_obj_t\fP root, \fBhwloc_cpuset_t\fP *cpuset, unsigned n, unsigned until)" ++.RI "inline void \fBhwloc_distribute\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_obj_t\fP root, \fBhwloc_cpuset_t\fP *cpuset, unsigned n, unsigned until)" + .br + .ti -1c +-.RI "static __hwloc_inline void * \fBhwloc_alloc_membind_policy_nodeset\fP (\fBhwloc_topology_t\fP topology, size_t len, \fBhwloc_const_nodeset_t\fP nodeset, \fBhwloc_membind_policy_t\fP policy, int flags)" ++.RI "inline void * \fBhwloc_alloc_membind_policy_nodeset\fP (\fBhwloc_topology_t\fP topology, size_t len, \fBhwloc_const_nodeset_t\fP nodeset, \fBhwloc_membind_policy_t\fP policy, int flags)" + .br + .RI "\fIAllocate some memory on the given nodeset \fCnodeset\fP. \fP" + .ti -1c +-.RI "static __hwloc_inline void * \fBhwloc_alloc_membind_policy\fP (\fBhwloc_topology_t\fP topology, size_t len, \fBhwloc_const_cpuset_t\fP cpuset, \fBhwloc_membind_policy_t\fP policy, int flags)" ++.RI "inline void * \fBhwloc_alloc_membind_policy\fP (\fBhwloc_topology_t\fP topology, size_t len, \fBhwloc_const_cpuset_t\fP cpuset, \fBhwloc_membind_policy_t\fP policy, int flags)" + .br + .RI "\fIAllocate some memory on the memory nodes near given cpuset \fCcpuset\fP. \fP" + .in -1c + .SH "Function Documentation" + .PP +-.SS "static __hwloc_inline void* hwloc_alloc_membind_policy (\fBhwloc_topology_t\fP topology, size_t len, \fBhwloc_const_cpuset_t\fP cpuset, \fBhwloc_membind_policy_t\fP policy, int flags)\fC [static]\fP" ++.SS "inline void* hwloc_alloc_membind_policy (\fBhwloc_topology_t\fP topology, size_t len, \fBhwloc_const_cpuset_t\fP cpuset, \fBhwloc_membind_policy_t\fP policy, int flags)\fC [static]\fP" + .PP +-Allocate some memory on the memory nodes near given cpuset \fCcpuset\fP. This is similar to hwloc_alloc_membind_policy_nodeset, but for a given cpuset. +-.SS "static __hwloc_inline void* hwloc_alloc_membind_policy_nodeset (\fBhwloc_topology_t\fP topology, size_t len, \fBhwloc_const_nodeset_t\fP nodeset, \fBhwloc_membind_policy_t\fP policy, int flags)\fC [static]\fP" ++Allocate some memory on the memory nodes near given cpuset \fCcpuset\fP. + .PP +-Allocate some memory on the given nodeset \fCnodeset\fP. This is similar to hwloc_alloc_membind except that it is allowed to change the current memory binding policy, thus providing more binding support, at the expense of changing the current state. +-.SS "static __hwloc_inline void hwloc_distribute (\fBhwloc_topology_t\fP topology, \fBhwloc_obj_t\fP root, \fBhwloc_cpuset_t\fP * cpuset, unsigned n, unsigned until)\fC [static]\fP" +-.SS "static __hwloc_inline void hwloc_distributev (\fBhwloc_topology_t\fP topology, \fBhwloc_obj_t\fP * roots, unsigned n_roots, \fBhwloc_cpuset_t\fP * cpuset, unsigned n, unsigned until)\fC [static]\fP" ++This is similar to hwloc_alloc_membind_policy_nodeset, but for a given cpuset. ++.SS "inline void* hwloc_alloc_membind_policy_nodeset (\fBhwloc_topology_t\fP topology, size_t len, \fBhwloc_const_nodeset_t\fP nodeset, \fBhwloc_membind_policy_t\fP policy, int flags)\fC [static]\fP" + .PP +-Distribute \fCn\fP items over the topology under \fCroot\fP. Distribute \fCn\fP items over the topology under \fCroots\fP. ++Allocate some memory on the given nodeset \fCnodeset\fP. + .PP +-Array \fCcpuset\fP will be filled with \fCn\fP cpusets recursively distributed linearly over the topology under \fCroot\fP, down to depth \fCuntil\fP (which can be MAX_INT to distribute down to the finest level). ++This is similar to hwloc_alloc_membind except that it is allowed to change the current memory binding policy, thus providing more binding support, at the expense of changing the current state. ++.SS "inline void hwloc_distribute (\fBhwloc_topology_t\fP topology, \fBhwloc_obj_t\fP root, \fBhwloc_cpuset_t\fP * cpuset, unsigned n, unsigned until)\fC [static]\fP" + .PP +-This is typically useful when an application wants to distribute \fCn\fP threads over a machine, giving each of them as much private cache as possible and keeping them locally in number order. ++.SS "inline void hwloc_distributev (\fBhwloc_topology_t\fP topology, \fBhwloc_obj_t\fP * roots, unsigned n_roots, \fBhwloc_cpuset_t\fP * cpuset, unsigned n, unsigned until)\fC [static]\fP" + .PP +-The caller may typically want to also call \fBhwloc_bitmap_singlify()\fP before binding a thread so that it does not move at all. ++Distribute \fCn\fP items over the topology under \fCroot\fP. + .PP + This is the same as hwloc_distribute, but takes an array of roots instead of just one root. +-.SH "Author" +-.PP +-Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code. +diff -uNr hwloc-1.1/doc/doxygen-doc/man/man3/hwlocality_helper_cpuset.3 hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwlocality_helper_cpuset.3 +--- hwloc-1.1/doc/doxygen-doc/man/man3/hwlocality_helper_cpuset.3 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwlocality_helper_cpuset.3 2010-12-31 23:48:22.253871586 +0100 +@@ -1,4 +1,4 @@ +-.TH "Cpuset Helpers" 3 "Thu Dec 16 2010" "Version 1.1" "Hardware Locality (hwloc)" \" -*- nroff -*- ++.TH "Cpuset Helpers" 3 "21 Dec 2010" "Version 1.1rc6r2967" "Hardware Locality (hwloc)" \" -*- nroff -*- + .ad l + .nh + .SH NAME +@@ -7,25 +7,27 @@ + + .in +1c + .ti -1c +-.RI "static __hwloc_inline \fBhwloc_const_cpuset_t\fP __hwloc_attribute_pure \fBhwloc_topology_get_complete_cpuset\fP (\fBhwloc_topology_t\fP topology)" ++.RI "inline \fBhwloc_const_cpuset_t\fP \fBhwloc_topology_get_complete_cpuset\fP (\fBhwloc_topology_t\fP topology)" + .br + .ti -1c +-.RI "static __hwloc_inline \fBhwloc_const_cpuset_t\fP __hwloc_attribute_pure \fBhwloc_topology_get_topology_cpuset\fP (\fBhwloc_topology_t\fP topology)" ++.RI "inline \fBhwloc_const_cpuset_t\fP \fBhwloc_topology_get_topology_cpuset\fP (\fBhwloc_topology_t\fP topology)" + .br + .ti -1c +-.RI "static __hwloc_inline \fBhwloc_const_cpuset_t\fP __hwloc_attribute_pure \fBhwloc_topology_get_online_cpuset\fP (\fBhwloc_topology_t\fP topology)" ++.RI "inline \fBhwloc_const_cpuset_t\fP \fBhwloc_topology_get_online_cpuset\fP (\fBhwloc_topology_t\fP topology)" + .br + .RI "\fIGet online CPU set. \fP" + .ti -1c +-.RI "static __hwloc_inline \fBhwloc_const_cpuset_t\fP __hwloc_attribute_pure \fBhwloc_topology_get_allowed_cpuset\fP (\fBhwloc_topology_t\fP topology)" ++.RI "inline \fBhwloc_const_cpuset_t\fP \fBhwloc_topology_get_allowed_cpuset\fP (\fBhwloc_topology_t\fP topology)" + .br + .RI "\fIGet allowed CPU set. \fP" + .in -1c + .SH "Function Documentation" + .PP +-.SS "static __hwloc_inline \fBhwloc_const_cpuset_t\fP __hwloc_attribute_pure hwloc_topology_get_allowed_cpuset (\fBhwloc_topology_t\fP topology)\fC [static]\fP" ++.SS "inline \fBhwloc_const_cpuset_t\fP hwloc_topology_get_allowed_cpuset (\fBhwloc_topology_t\fP topology)\fC [static]\fP" + .PP +-Get allowed CPU set. \fBReturns:\fP ++Get allowed CPU set. ++.PP ++\fBReturns:\fP + .RS 4 + the CPU set of allowed logical processors of the system. If the topology is the result of a combination of several systems, NULL is returned. + .RE +@@ -36,10 +38,13 @@ + .RE + .PP + +-.SS "static __hwloc_inline \fBhwloc_const_cpuset_t\fP __hwloc_attribute_pure hwloc_topology_get_complete_cpuset (\fBhwloc_topology_t\fP topology)\fC [static]\fP" +-.SS "static __hwloc_inline \fBhwloc_const_cpuset_t\fP __hwloc_attribute_pure hwloc_topology_get_online_cpuset (\fBhwloc_topology_t\fP topology)\fC [static]\fP" ++.SS "inline \fBhwloc_const_cpuset_t\fP hwloc_topology_get_complete_cpuset (\fBhwloc_topology_t\fP topology)\fC [static]\fP" ++.PP ++.SS "inline \fBhwloc_const_cpuset_t\fP hwloc_topology_get_online_cpuset (\fBhwloc_topology_t\fP topology)\fC [static]\fP" ++.PP ++Get online CPU set. + .PP +-Get online CPU set. \fBReturns:\fP ++\fBReturns:\fP + .RS 4 + the CPU set of online logical processors of the system. If the topology is the result of a combination of several systems, NULL is returned. + .RE +@@ -50,7 +55,6 @@ + .RE + .PP + +-.SS "static __hwloc_inline \fBhwloc_const_cpuset_t\fP __hwloc_attribute_pure hwloc_topology_get_topology_cpuset (\fBhwloc_topology_t\fP topology)\fC [static]\fP" +-.SH "Author" +-.PP +-Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code. ++.SS "inline \fBhwloc_const_cpuset_t\fP hwloc_topology_get_topology_cpuset (\fBhwloc_topology_t\fP topology)\fC [static]\fP" ++.PP ++ +diff -uNr hwloc-1.1/doc/doxygen-doc/man/man3/hwlocality_helper_find_cache.3 hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwlocality_helper_find_cache.3 +--- hwloc-1.1/doc/doxygen-doc/man/man3/hwlocality_helper_find_cache.3 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwlocality_helper_find_cache.3 2010-12-31 23:48:22.146858492 +0100 +@@ -1,4 +1,4 @@ +-.TH "Cache-specific Finding Helpers" 3 "Thu Dec 16 2010" "Version 1.1" "Hardware Locality (hwloc)" \" -*- nroff -*- ++.TH "Cache-specific Finding Helpers" 3 "21 Dec 2010" "Version 1.1rc6r2967" "Hardware Locality (hwloc)" \" -*- nroff -*- + .ad l + .nh + .SH NAME +@@ -7,32 +7,33 @@ + + .in +1c + .ti -1c +-.RI "static __hwloc_inline \fBhwloc_obj_t\fP __hwloc_attribute_pure \fBhwloc_get_cache_covering_cpuset\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP set)" ++.RI "inline \fBhwloc_obj_t\fP \fBhwloc_get_cache_covering_cpuset\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP set)" + .br + .RI "\fIGet the first cache covering a cpuset \fCset\fP. \fP" + .ti -1c +-.RI "static __hwloc_inline \fBhwloc_obj_t\fP __hwloc_attribute_pure \fBhwloc_get_shared_cache_covering_obj\fP (\fBhwloc_topology_t\fP topology __hwloc_attribute_unused, \fBhwloc_obj_t\fP obj)" ++.RI "inline \fBhwloc_obj_t\fP \fBhwloc_get_shared_cache_covering_obj\fP (\fBhwloc_topology_t\fP topology , \fBhwloc_obj_t\fP obj)" + .br + .RI "\fIGet the first cache shared between an object and somebody else. \fP" + .in -1c + .SH "Function Documentation" + .PP +-.SS "static __hwloc_inline \fBhwloc_obj_t\fP __hwloc_attribute_pure hwloc_get_cache_covering_cpuset (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP set)\fC [static]\fP" ++.SS "inline \fBhwloc_obj_t\fP hwloc_get_cache_covering_cpuset (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP set)\fC [static]\fP" + .PP +-Get the first cache covering a cpuset \fCset\fP. \fBReturns:\fP ++Get the first cache covering a cpuset \fCset\fP. ++.PP ++\fBReturns:\fP + .RS 4 + \fCNULL\fP if no cache matches + .RE + .PP + +-.SS "static __hwloc_inline \fBhwloc_obj_t\fP __hwloc_attribute_pure hwloc_get_shared_cache_covering_obj (\fBhwloc_topology_t\fP topology __hwloc_attribute_unused, \fBhwloc_obj_t\fP obj)\fC [static]\fP" ++.SS "inline \fBhwloc_obj_t\fP hwloc_get_shared_cache_covering_obj (\fBhwloc_topology_t\fP topology , \fBhwloc_obj_t\fP obj)\fC [static]\fP" ++.PP ++Get the first cache shared between an object and somebody else. + .PP +-Get the first cache shared between an object and somebody else. \fBReturns:\fP ++\fBReturns:\fP + .RS 4 + \fCNULL\fP if no cache matches + .RE + .PP + +-.SH "Author" +-.PP +-Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code. +diff -uNr hwloc-1.1/doc/doxygen-doc/man/man3/hwlocality_helper_find_covering.3 hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwlocality_helper_find_covering.3 +--- hwloc-1.1/doc/doxygen-doc/man/man3/hwlocality_helper_find_covering.3 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwlocality_helper_find_covering.3 2010-12-31 23:48:22.228868527 +0100 +@@ -1,4 +1,4 @@ +-.TH "Finding a single Object covering at least CPU set" 3 "Thu Dec 16 2010" "Version 1.1" "Hardware Locality (hwloc)" \" -*- nroff -*- ++.TH "Finding a single Object covering at least CPU set" 3 "21 Dec 2010" "Version 1.1rc6r2967" "Hardware Locality (hwloc)" \" -*- nroff -*- + .ad l + .nh + .SH NAME +@@ -7,32 +7,33 @@ + + .in +1c + .ti -1c +-.RI "static __hwloc_inline \fBhwloc_obj_t\fP __hwloc_attribute_pure \fBhwloc_get_child_covering_cpuset\fP (\fBhwloc_topology_t\fP topology __hwloc_attribute_unused, \fBhwloc_const_cpuset_t\fP set, \fBhwloc_obj_t\fP parent)" ++.RI "inline \fBhwloc_obj_t\fP \fBhwloc_get_child_covering_cpuset\fP (\fBhwloc_topology_t\fP topology , \fBhwloc_const_cpuset_t\fP set, \fBhwloc_obj_t\fP parent)" + .br + .RI "\fIGet the child covering at least CPU set \fCset\fP. \fP" + .ti -1c +-.RI "static __hwloc_inline \fBhwloc_obj_t\fP __hwloc_attribute_pure \fBhwloc_get_obj_covering_cpuset\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP set)" ++.RI "inline \fBhwloc_obj_t\fP \fBhwloc_get_obj_covering_cpuset\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP set)" + .br + .RI "\fIGet the lowest object covering at least CPU set \fCset\fP. \fP" + .in -1c + .SH "Function Documentation" + .PP +-.SS "static __hwloc_inline \fBhwloc_obj_t\fP __hwloc_attribute_pure hwloc_get_child_covering_cpuset (\fBhwloc_topology_t\fP topology __hwloc_attribute_unused, \fBhwloc_const_cpuset_t\fP set, \fBhwloc_obj_t\fP parent)\fC [static]\fP" ++.SS "inline \fBhwloc_obj_t\fP hwloc_get_child_covering_cpuset (\fBhwloc_topology_t\fP topology , \fBhwloc_const_cpuset_t\fP set, \fBhwloc_obj_t\fP parent)\fC [static]\fP" + .PP +-Get the child covering at least CPU set \fCset\fP. \fBReturns:\fP ++Get the child covering at least CPU set \fCset\fP. ++.PP ++\fBReturns:\fP + .RS 4 + \fCNULL\fP if no child matches or if \fCset\fP is empty. + .RE + .PP + +-.SS "static __hwloc_inline \fBhwloc_obj_t\fP __hwloc_attribute_pure hwloc_get_obj_covering_cpuset (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP set)\fC [static]\fP" ++.SS "inline \fBhwloc_obj_t\fP hwloc_get_obj_covering_cpuset (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP set)\fC [static]\fP" ++.PP ++Get the lowest object covering at least CPU set \fCset\fP. + .PP +-Get the lowest object covering at least CPU set \fCset\fP. \fBReturns:\fP ++\fBReturns:\fP + .RS 4 + \fCNULL\fP if no object matches or if \fCset\fP is empty. + .RE + .PP + +-.SH "Author" +-.PP +-Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code. +diff -uNr hwloc-1.1/doc/doxygen-doc/man/man3/hwlocality_helper_find_coverings.3 hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwlocality_helper_find_coverings.3 +--- hwloc-1.1/doc/doxygen-doc/man/man3/hwlocality_helper_find_coverings.3 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwlocality_helper_find_coverings.3 2010-12-31 23:48:22.194864366 +0100 +@@ -1,4 +1,4 @@ +-.TH "Finding a set of similar Objects covering at least a CPU set" 3 "Thu Dec 16 2010" "Version 1.1" "Hardware Locality (hwloc)" \" -*- nroff -*- ++.TH "Finding a set of similar Objects covering at least a CPU set" 3 "21 Dec 2010" "Version 1.1rc6r2967" "Hardware Locality (hwloc)" \" -*- nroff -*- + .ad l + .nh + .SH NAME +@@ -7,24 +7,25 @@ + + .in +1c + .ti -1c +-.RI "static __hwloc_inline \fBhwloc_obj_t\fP \fBhwloc_get_next_obj_covering_cpuset_by_depth\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP set, unsigned depth, \fBhwloc_obj_t\fP prev)" ++.RI "inline \fBhwloc_obj_t\fP \fBhwloc_get_next_obj_covering_cpuset_by_depth\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP set, unsigned depth, \fBhwloc_obj_t\fP prev)" + .br + .RI "\fIIterate through same-depth objects covering at least CPU set \fCset\fP. \fP" + .ti -1c +-.RI "static __hwloc_inline \fBhwloc_obj_t\fP \fBhwloc_get_next_obj_covering_cpuset_by_type\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP set, \fBhwloc_obj_type_t\fP type, \fBhwloc_obj_t\fP prev)" ++.RI "inline \fBhwloc_obj_t\fP \fBhwloc_get_next_obj_covering_cpuset_by_type\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP set, \fBhwloc_obj_type_t\fP type, \fBhwloc_obj_t\fP prev)" + .br + .RI "\fIIterate through same-type objects covering at least CPU set \fCset\fP. \fP" + .in -1c + .SH "Function Documentation" + .PP +-.SS "static __hwloc_inline \fBhwloc_obj_t\fP hwloc_get_next_obj_covering_cpuset_by_depth (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP set, unsigned depth, \fBhwloc_obj_t\fP prev)\fC [static]\fP" ++.SS "inline \fBhwloc_obj_t\fP hwloc_get_next_obj_covering_cpuset_by_depth (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP set, unsigned depth, \fBhwloc_obj_t\fP prev)\fC [static]\fP" + .PP +-Iterate through same-depth objects covering at least CPU set \fCset\fP. If object \fCprev\fP is \fCNULL\fP, return the first object at depth \fCdepth\fP covering at least part of CPU set \fCset\fP. The next invokation should pass the previous return value in \fCprev\fP so as to obtain the next object covering at least another part of \fCset\fP. +-.SS "static __hwloc_inline \fBhwloc_obj_t\fP hwloc_get_next_obj_covering_cpuset_by_type (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP set, \fBhwloc_obj_type_t\fP type, \fBhwloc_obj_t\fP prev)\fC [static]\fP" ++Iterate through same-depth objects covering at least CPU set \fCset\fP. + .PP +-Iterate through same-type objects covering at least CPU set \fCset\fP. If object \fCprev\fP is \fCNULL\fP, return the first object of type \fCtype\fP covering at least part of CPU set \fCset\fP. The next invokation should pass the previous return value in \fCprev\fP so as to obtain the next object of type \fCtype\fP covering at least another part of \fCset\fP. ++If object \fCprev\fP is \fCNULL\fP, return the first object at depth \fCdepth\fP covering at least part of CPU set \fCset\fP. The next invokation should pass the previous return value in \fCprev\fP so as to obtain the next object covering at least another part of \fCset\fP. ++.SS "inline \fBhwloc_obj_t\fP hwloc_get_next_obj_covering_cpuset_by_type (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP set, \fBhwloc_obj_type_t\fP type, \fBhwloc_obj_t\fP prev)\fC [static]\fP" ++.PP ++Iterate through same-type objects covering at least CPU set \fCset\fP. ++.PP ++If object \fCprev\fP is \fCNULL\fP, return the first object of type \fCtype\fP covering at least part of CPU set \fCset\fP. The next invokation should pass the previous return value in \fCprev\fP so as to obtain the next object of type \fCtype\fP covering at least another part of \fCset\fP. + .PP + If there are no or multiple depths for type \fCtype\fP, \fCNULL\fP is returned. The caller may fallback to \fBhwloc_get_next_obj_covering_cpuset_by_depth()\fP for each depth. +-.SH "Author" +-.PP +-Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code. +diff -uNr hwloc-1.1/doc/doxygen-doc/man/man3/hwlocality_helper_find_inside.3 hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwlocality_helper_find_inside.3 +--- hwloc-1.1/doc/doxygen-doc/man/man3/hwlocality_helper_find_inside.3 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwlocality_helper_find_inside.3 2010-12-31 23:48:22.142858003 +0100 +@@ -1,4 +1,4 @@ +-.TH "Finding Objects Inside a CPU set" 3 "Thu Dec 16 2010" "Version 1.1" "Hardware Locality (hwloc)" \" -*- nroff -*- ++.TH "Finding Objects Inside a CPU set" 3 "21 Dec 2010" "Version 1.1rc6r2967" "Hardware Locality (hwloc)" \" -*- nroff -*- + .ad l + .nh + .SH NAME +@@ -7,74 +7,85 @@ + + .in +1c + .ti -1c +-.RI "static __hwloc_inline \fBhwloc_obj_t\fP \fBhwloc_get_first_largest_obj_inside_cpuset\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP set)" ++.RI "inline \fBhwloc_obj_t\fP \fBhwloc_get_first_largest_obj_inside_cpuset\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP set)" + .br + .RI "\fIGet the first largest object included in the given cpuset \fCset\fP. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC int \fBhwloc_get_largest_objs_inside_cpuset\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP set, \fBhwloc_obj_t\fP *__hwloc_restrict objs, int max)" ++.RI " int \fBhwloc_get_largest_objs_inside_cpuset\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP set, \fBhwloc_obj_t\fP *restrict objs, int max)" + .br + .RI "\fIGet the set of largest objects covering exactly a given cpuset \fCset\fP. \fP" + .ti -1c +-.RI "static __hwloc_inline \fBhwloc_obj_t\fP \fBhwloc_get_next_obj_inside_cpuset_by_depth\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP set, unsigned depth, \fBhwloc_obj_t\fP prev)" ++.RI "inline \fBhwloc_obj_t\fP \fBhwloc_get_next_obj_inside_cpuset_by_depth\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP set, unsigned depth, \fBhwloc_obj_t\fP prev)" + .br + .RI "\fIReturn the next object at depth \fCdepth\fP included in CPU set \fCset\fP. \fP" + .ti -1c +-.RI "static __hwloc_inline \fBhwloc_obj_t\fP \fBhwloc_get_next_obj_inside_cpuset_by_type\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP set, \fBhwloc_obj_type_t\fP type, \fBhwloc_obj_t\fP prev)" ++.RI "inline \fBhwloc_obj_t\fP \fBhwloc_get_next_obj_inside_cpuset_by_type\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP set, \fBhwloc_obj_type_t\fP type, \fBhwloc_obj_t\fP prev)" + .br + .RI "\fIReturn the next object of type \fCtype\fP included in CPU set \fCset\fP. \fP" + .ti -1c +-.RI "static __hwloc_inline \fBhwloc_obj_t\fP __hwloc_attribute_pure \fBhwloc_get_obj_inside_cpuset_by_depth\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP set, unsigned depth, unsigned idx)" ++.RI "inline \fBhwloc_obj_t\fP \fBhwloc_get_obj_inside_cpuset_by_depth\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP set, unsigned depth, unsigned idx)" + .br + .RI "\fIReturn the \fCindex\fP -th object at depth \fCdepth\fP included in CPU set \fCset\fP. \fP" + .ti -1c +-.RI "static __hwloc_inline \fBhwloc_obj_t\fP __hwloc_attribute_pure \fBhwloc_get_obj_inside_cpuset_by_type\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP set, \fBhwloc_obj_type_t\fP type, unsigned idx)" ++.RI "inline \fBhwloc_obj_t\fP \fBhwloc_get_obj_inside_cpuset_by_type\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP set, \fBhwloc_obj_type_t\fP type, unsigned idx)" + .br + .RI "\fIReturn the \fCidx\fP -th object of type \fCtype\fP included in CPU set \fCset\fP. \fP" + .ti -1c +-.RI "static __hwloc_inline unsigned __hwloc_attribute_pure \fBhwloc_get_nbobjs_inside_cpuset_by_depth\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP set, unsigned depth)" ++.RI "inline unsigned \fBhwloc_get_nbobjs_inside_cpuset_by_depth\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP set, unsigned depth)" + .br + .RI "\fIReturn the number of objects at depth \fCdepth\fP included in CPU set \fCset\fP. \fP" + .ti -1c +-.RI "static __hwloc_inline int __hwloc_attribute_pure \fBhwloc_get_nbobjs_inside_cpuset_by_type\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP set, \fBhwloc_obj_type_t\fP type)" ++.RI "inline int \fBhwloc_get_nbobjs_inside_cpuset_by_type\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP set, \fBhwloc_obj_type_t\fP type)" + .br + .RI "\fIReturn the number of objects of type \fCtype\fP included in CPU set \fCset\fP. \fP" + .in -1c + .SH "Function Documentation" + .PP +-.SS "static __hwloc_inline \fBhwloc_obj_t\fP hwloc_get_first_largest_obj_inside_cpuset (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP set)\fC [static]\fP" ++.SS "inline \fBhwloc_obj_t\fP hwloc_get_first_largest_obj_inside_cpuset (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP set)\fC [static]\fP" + .PP +-Get the first largest object included in the given cpuset \fCset\fP. \fBReturns:\fP ++Get the first largest object included in the given cpuset \fCset\fP. ++.PP ++\fBReturns:\fP + .RS 4 + the first object that is included in \fCset\fP and whose parent is not. + .RE + .PP + This is convenient for iterating over all largest objects within a CPU set by doing a loop getting the first largest object and clearing its CPU set from the remaining CPU set. +-.SS "HWLOC_DECLSPEC int hwloc_get_largest_objs_inside_cpuset (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP set, \fBhwloc_obj_t\fP *__hwloc_restrict objs, int max)" ++.SS " int hwloc_get_largest_objs_inside_cpuset (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP set, \fBhwloc_obj_t\fP *restrict objs, int max)" ++.PP ++Get the set of largest objects covering exactly a given cpuset \fCset\fP. + .PP +-Get the set of largest objects covering exactly a given cpuset \fCset\fP. \fBReturns:\fP ++\fBReturns:\fP + .RS 4 + the number of objects returned in \fCobjs\fP. + .RE + .PP + +-.SS "static __hwloc_inline unsigned __hwloc_attribute_pure hwloc_get_nbobjs_inside_cpuset_by_depth (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP set, unsigned depth)\fC [static]\fP" ++.SS "inline unsigned hwloc_get_nbobjs_inside_cpuset_by_depth (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP set, unsigned depth)\fC [static]\fP" + .PP + Return the number of objects at depth \fCdepth\fP included in CPU set \fCset\fP. +-.SS "static __hwloc_inline int __hwloc_attribute_pure hwloc_get_nbobjs_inside_cpuset_by_type (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP set, \fBhwloc_obj_type_t\fP type)\fC [static]\fP" + .PP +-Return the number of objects of type \fCtype\fP included in CPU set \fCset\fP. If no object for that type exists inside CPU set \fCset\fP, 0 is returned. If there are several levels with objects of that type inside CPU set \fCset\fP, -1 is returned. +-.SS "static __hwloc_inline \fBhwloc_obj_t\fP hwloc_get_next_obj_inside_cpuset_by_depth (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP set, unsigned depth, \fBhwloc_obj_t\fP prev)\fC [static]\fP" ++.SS "inline int hwloc_get_nbobjs_inside_cpuset_by_type (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP set, \fBhwloc_obj_type_t\fP type)\fC [static]\fP" ++.PP ++Return the number of objects of type \fCtype\fP included in CPU set \fCset\fP. ++.PP ++If no object for that type exists inside CPU set \fCset\fP, 0 is returned. If there are several levels with objects of that type inside CPU set \fCset\fP, -1 is returned. ++.SS "inline \fBhwloc_obj_t\fP hwloc_get_next_obj_inside_cpuset_by_depth (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP set, unsigned depth, \fBhwloc_obj_t\fP prev)\fC [static]\fP" ++.PP ++Return the next object at depth \fCdepth\fP included in CPU set \fCset\fP. + .PP +-Return the next object at depth \fCdepth\fP included in CPU set \fCset\fP. If \fCprev\fP is \fCNULL\fP, return the first object at depth \fCdepth\fP included in \fCset\fP. The next invokation should pass the previous return value in \fCprev\fP so as to obtain the next object in \fCset\fP. +-.SS "static __hwloc_inline \fBhwloc_obj_t\fP hwloc_get_next_obj_inside_cpuset_by_type (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP set, \fBhwloc_obj_type_t\fP type, \fBhwloc_obj_t\fP prev)\fC [static]\fP" ++If \fCprev\fP is \fCNULL\fP, return the first object at depth \fCdepth\fP included in \fCset\fP. The next invokation should pass the previous return value in \fCprev\fP so as to obtain the next object in \fCset\fP. ++.SS "inline \fBhwloc_obj_t\fP hwloc_get_next_obj_inside_cpuset_by_type (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP set, \fBhwloc_obj_type_t\fP type, \fBhwloc_obj_t\fP prev)\fC [static]\fP" + .PP +-Return the next object of type \fCtype\fP included in CPU set \fCset\fP. If there are multiple or no depth for given type, return \fCNULL\fP and let the caller fallback to \fBhwloc_get_next_obj_inside_cpuset_by_depth()\fP. +-.SS "static __hwloc_inline \fBhwloc_obj_t\fP __hwloc_attribute_pure hwloc_get_obj_inside_cpuset_by_depth (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP set, unsigned depth, unsigned idx)\fC [static]\fP" ++Return the next object of type \fCtype\fP included in CPU set \fCset\fP. ++.PP ++If there are multiple or no depth for given type, return \fCNULL\fP and let the caller fallback to \fBhwloc_get_next_obj_inside_cpuset_by_depth()\fP. ++.SS "inline \fBhwloc_obj_t\fP hwloc_get_obj_inside_cpuset_by_depth (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP set, unsigned depth, unsigned idx)\fC [static]\fP" + .PP + Return the \fCindex\fP -th object at depth \fCdepth\fP included in CPU set \fCset\fP. +-.SS "static __hwloc_inline \fBhwloc_obj_t\fP __hwloc_attribute_pure hwloc_get_obj_inside_cpuset_by_type (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP set, \fBhwloc_obj_type_t\fP type, unsigned idx)\fC [static]\fP" + .PP +-Return the \fCidx\fP -th object of type \fCtype\fP included in CPU set \fCset\fP. If there are multiple or no depth for given type, return \fCNULL\fP and let the caller fallback to \fBhwloc_get_obj_inside_cpuset_by_depth()\fP. +-.SH "Author" +-.PP +-Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code. ++.SS "inline \fBhwloc_obj_t\fP hwloc_get_obj_inside_cpuset_by_type (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP set, \fBhwloc_obj_type_t\fP type, unsigned idx)\fC [static]\fP" ++.PP ++Return the \fCidx\fP -th object of type \fCtype\fP included in CPU set \fCset\fP. ++.PP ++If there are multiple or no depth for given type, return \fCNULL\fP and let the caller fallback to \fBhwloc_get_obj_inside_cpuset_by_depth()\fP. +diff -uNr hwloc-1.1/doc/doxygen-doc/man/man3/hwlocality_helper_nodeset.3 hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwlocality_helper_nodeset.3 +--- hwloc-1.1/doc/doxygen-doc/man/man3/hwlocality_helper_nodeset.3 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwlocality_helper_nodeset.3 2010-12-31 23:48:22.267873299 +0100 +@@ -1,4 +1,4 @@ +-.TH "Nodeset Helpers" 3 "Thu Dec 16 2010" "Version 1.1" "Hardware Locality (hwloc)" \" -*- nroff -*- ++.TH "Nodeset Helpers" 3 "21 Dec 2010" "Version 1.1rc6r2967" "Hardware Locality (hwloc)" \" -*- nroff -*- + .ad l + .nh + .SH NAME +@@ -7,21 +7,23 @@ + + .in +1c + .ti -1c +-.RI "static __hwloc_inline \fBhwloc_const_nodeset_t\fP __hwloc_attribute_pure \fBhwloc_topology_get_complete_nodeset\fP (\fBhwloc_topology_t\fP topology)" ++.RI "inline \fBhwloc_const_nodeset_t\fP \fBhwloc_topology_get_complete_nodeset\fP (\fBhwloc_topology_t\fP topology)" + .br + .ti -1c +-.RI "static __hwloc_inline \fBhwloc_const_nodeset_t\fP __hwloc_attribute_pure \fBhwloc_topology_get_topology_nodeset\fP (\fBhwloc_topology_t\fP topology)" ++.RI "inline \fBhwloc_const_nodeset_t\fP \fBhwloc_topology_get_topology_nodeset\fP (\fBhwloc_topology_t\fP topology)" + .br + .ti -1c +-.RI "static __hwloc_inline \fBhwloc_const_nodeset_t\fP __hwloc_attribute_pure \fBhwloc_topology_get_allowed_nodeset\fP (\fBhwloc_topology_t\fP topology)" ++.RI "inline \fBhwloc_const_nodeset_t\fP \fBhwloc_topology_get_allowed_nodeset\fP (\fBhwloc_topology_t\fP topology)" + .br + .RI "\fIGet allowed node set. \fP" + .in -1c + .SH "Function Documentation" + .PP +-.SS "static __hwloc_inline \fBhwloc_const_nodeset_t\fP __hwloc_attribute_pure hwloc_topology_get_allowed_nodeset (\fBhwloc_topology_t\fP topology)\fC [static]\fP" ++.SS "inline \fBhwloc_const_nodeset_t\fP hwloc_topology_get_allowed_nodeset (\fBhwloc_topology_t\fP topology)\fC [static]\fP" + .PP +-Get allowed node set. \fBReturns:\fP ++Get allowed node set. ++.PP ++\fBReturns:\fP + .RS 4 + the node set of allowed memory of the system. If the topology is the result of a combination of several systems, NULL is returned. + .RE +@@ -32,8 +34,8 @@ + .RE + .PP + +-.SS "static __hwloc_inline \fBhwloc_const_nodeset_t\fP __hwloc_attribute_pure hwloc_topology_get_complete_nodeset (\fBhwloc_topology_t\fP topology)\fC [static]\fP" +-.SS "static __hwloc_inline \fBhwloc_const_nodeset_t\fP __hwloc_attribute_pure hwloc_topology_get_topology_nodeset (\fBhwloc_topology_t\fP topology)\fC [static]\fP" +-.SH "Author" +-.PP +-Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code. ++.SS "inline \fBhwloc_const_nodeset_t\fP hwloc_topology_get_complete_nodeset (\fBhwloc_topology_t\fP topology)\fC [static]\fP" ++.PP ++.SS "inline \fBhwloc_const_nodeset_t\fP hwloc_topology_get_topology_nodeset (\fBhwloc_topology_t\fP topology)\fC [static]\fP" ++.PP ++ +diff -uNr hwloc-1.1/doc/doxygen-doc/man/man3/hwlocality_helper_traversal.3 hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwlocality_helper_traversal.3 +--- hwloc-1.1/doc/doxygen-doc/man/man3/hwlocality_helper_traversal.3 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwlocality_helper_traversal.3 2010-12-31 23:48:22.219867426 +0100 +@@ -1,4 +1,4 @@ +-.TH "Advanced Traversal Helpers" 3 "Thu Dec 16 2010" "Version 1.1" "Hardware Locality (hwloc)" \" -*- nroff -*- ++.TH "Advanced Traversal Helpers" 3 "21 Dec 2010" "Version 1.1rc6r2967" "Hardware Locality (hwloc)" \" -*- nroff -*- + .ad l + .nh + .SH NAME +@@ -7,23 +7,25 @@ + + .in +1c + .ti -1c +-.RI "HWLOC_DECLSPEC unsigned \fBhwloc_get_closest_objs\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_obj_t\fP src, \fBhwloc_obj_t\fP *__hwloc_restrict objs, unsigned max)" ++.RI " unsigned \fBhwloc_get_closest_objs\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_obj_t\fP src, \fBhwloc_obj_t\fP *restrict objs, unsigned max)" + .br + .RI "\fIDo a depth-first traversal of the topology to find and sort. \fP" + .ti -1c +-.RI "static __hwloc_inline \fBhwloc_obj_t\fP __hwloc_attribute_pure \fBhwloc_get_obj_below_by_type\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_obj_type_t\fP type1, unsigned idx1, \fBhwloc_obj_type_t\fP type2, unsigned idx2)" ++.RI "inline \fBhwloc_obj_t\fP \fBhwloc_get_obj_below_by_type\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_obj_type_t\fP type1, unsigned idx1, \fBhwloc_obj_type_t\fP type2, unsigned idx2)" + .br + .RI "\fIFind an object below another object, both specified by types and indexes. \fP" + .ti -1c +-.RI "static __hwloc_inline \fBhwloc_obj_t\fP __hwloc_attribute_pure \fBhwloc_get_obj_below_array_by_type\fP (\fBhwloc_topology_t\fP topology, int nr, \fBhwloc_obj_type_t\fP *typev, unsigned *idxv)" ++.RI "inline \fBhwloc_obj_t\fP \fBhwloc_get_obj_below_array_by_type\fP (\fBhwloc_topology_t\fP topology, int nr, \fBhwloc_obj_type_t\fP *typev, unsigned *idxv)" + .br + .RI "\fIFind an object below a chain of objects specified by types and indexes. \fP" + .in -1c + .SH "Function Documentation" + .PP +-.SS "HWLOC_DECLSPEC unsigned hwloc_get_closest_objs (\fBhwloc_topology_t\fP topology, \fBhwloc_obj_t\fP src, \fBhwloc_obj_t\fP *__hwloc_restrict objs, unsigned max)" ++.SS " unsigned hwloc_get_closest_objs (\fBhwloc_topology_t\fP topology, \fBhwloc_obj_t\fP src, \fBhwloc_obj_t\fP *restrict objs, unsigned max)" + .PP +-Do a depth-first traversal of the topology to find and sort. all objects that are at the same depth than \fCsrc\fP. Report in \fCobjs\fP up to \fCmax\fP physically closest ones to \fCsrc\fP. ++Do a depth-first traversal of the topology to find and sort. ++.PP ++all objects that are at the same depth than \fCsrc\fP. Report in \fCobjs\fP up to \fCmax\fP physically closest ones to \fCsrc\fP. + .PP + \fBReturns:\fP + .RS 4 +@@ -31,20 +33,21 @@ + .RE + .PP + +-.SS "static __hwloc_inline \fBhwloc_obj_t\fP __hwloc_attribute_pure hwloc_get_obj_below_array_by_type (\fBhwloc_topology_t\fP topology, int nr, \fBhwloc_obj_type_t\fP * typev, unsigned * idxv)\fC [static]\fP" ++.SS "inline \fBhwloc_obj_t\fP hwloc_get_obj_below_array_by_type (\fBhwloc_topology_t\fP topology, int nr, \fBhwloc_obj_type_t\fP * typev, unsigned * idxv)\fC [static]\fP" ++.PP ++Find an object below a chain of objects specified by types and indexes. + .PP +-Find an object below a chain of objects specified by types and indexes. This is a generalized version of \fBhwloc_get_obj_below_by_type()\fP. ++This is a generalized version of \fBhwloc_get_obj_below_by_type()\fP. + .PP + Arrays \fCtypev\fP and \fCidxv\fP must contain \fCnr\fP types and indexes. + .PP + Start from the top system object and walk the arrays \fCtypev\fP and \fCidxv\fP. For each type and index couple in the arrays, look under the previously found object to find the index-th object of the given type. Indexes are specified within the parent, not withing the entire system. + .PP + For instance, if nr is 3, typev contains NODE, SOCKET and CORE, and idxv contains 0, 1 and 2, return the third core object below the second socket below the first NUMA node. +-.SS "static __hwloc_inline \fBhwloc_obj_t\fP __hwloc_attribute_pure hwloc_get_obj_below_by_type (\fBhwloc_topology_t\fP topology, \fBhwloc_obj_type_t\fP type1, unsigned idx1, \fBhwloc_obj_type_t\fP type2, unsigned idx2)\fC [static]\fP" ++.SS "inline \fBhwloc_obj_t\fP hwloc_get_obj_below_by_type (\fBhwloc_topology_t\fP topology, \fBhwloc_obj_type_t\fP type1, unsigned idx1, \fBhwloc_obj_type_t\fP type2, unsigned idx2)\fC [static]\fP" + .PP +-Find an object below another object, both specified by types and indexes. Start from the top system object and find object of type \fCtype1\fP and index \fCidx1\fP. Then look below this object and find another object of type \fCtype2\fP and index \fCidx2\fP. Indexes are specified within the parent, not withing the entire system. ++Find an object below another object, both specified by types and indexes. ++.PP ++Start from the top system object and find object of type \fCtype1\fP and index \fCidx1\fP. Then look below this object and find another object of type \fCtype2\fP and index \fCidx2\fP. Indexes are specified within the parent, not withing the entire system. + .PP + For instance, if type1 is SOCKET, idx1 is 2, type2 is CORE and idx2 is 3, return the fourth core object below the third socket. +-.SH "Author" +-.PP +-Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code. +diff -uNr hwloc-1.1/doc/doxygen-doc/man/man3/hwlocality_helper_traversal_basic.3 hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwlocality_helper_traversal_basic.3 +--- hwloc-1.1/doc/doxygen-doc/man/man3/hwlocality_helper_traversal_basic.3 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwlocality_helper_traversal_basic.3 2010-12-31 23:48:22.247870851 +0100 +@@ -1,4 +1,4 @@ +-.TH "Basic Traversal Helpers" 3 "Thu Dec 16 2010" "Version 1.1" "Hardware Locality (hwloc)" \" -*- nroff -*- ++.TH "Basic Traversal Helpers" 3 "21 Dec 2010" "Version 1.1rc6r2967" "Hardware Locality (hwloc)" \" -*- nroff -*- + .ad l + .nh + .SH NAME +@@ -7,76 +7,88 @@ + + .in +1c + .ti -1c +-.RI "static __hwloc_inline \fBhwloc_obj_t\fP __hwloc_attribute_pure \fBhwloc_get_root_obj\fP (\fBhwloc_topology_t\fP topology)" ++.RI "inline \fBhwloc_obj_t\fP \fBhwloc_get_root_obj\fP (\fBhwloc_topology_t\fP topology)" + .br + .RI "\fIReturns the top-object of the topology-tree. \fP" + .ti -1c +-.RI "static __hwloc_inline \fBhwloc_obj_t\fP __hwloc_attribute_pure \fBhwloc_get_ancestor_obj_by_depth\fP (\fBhwloc_topology_t\fP topology __hwloc_attribute_unused, unsigned depth, \fBhwloc_obj_t\fP obj)" ++.RI "inline \fBhwloc_obj_t\fP \fBhwloc_get_ancestor_obj_by_depth\fP (\fBhwloc_topology_t\fP topology , unsigned depth, \fBhwloc_obj_t\fP obj)" + .br + .RI "\fIReturns the ancestor object of \fCobj\fP at depth \fCdepth\fP. \fP" + .ti -1c +-.RI "static __hwloc_inline \fBhwloc_obj_t\fP __hwloc_attribute_pure \fBhwloc_get_ancestor_obj_by_type\fP (\fBhwloc_topology_t\fP topology __hwloc_attribute_unused, \fBhwloc_obj_type_t\fP type, \fBhwloc_obj_t\fP obj)" ++.RI "inline \fBhwloc_obj_t\fP \fBhwloc_get_ancestor_obj_by_type\fP (\fBhwloc_topology_t\fP topology , \fBhwloc_obj_type_t\fP type, \fBhwloc_obj_t\fP obj)" + .br + .RI "\fIReturns the ancestor object of \fCobj\fP with type \fCtype\fP. \fP" + .ti -1c +-.RI "static __hwloc_inline \fBhwloc_obj_t\fP \fBhwloc_get_next_obj_by_depth\fP (\fBhwloc_topology_t\fP topology, unsigned depth, \fBhwloc_obj_t\fP prev)" ++.RI "inline \fBhwloc_obj_t\fP \fBhwloc_get_next_obj_by_depth\fP (\fBhwloc_topology_t\fP topology, unsigned depth, \fBhwloc_obj_t\fP prev)" + .br + .RI "\fIReturns the next object at depth \fCdepth\fP. \fP" + .ti -1c +-.RI "static __hwloc_inline \fBhwloc_obj_t\fP \fBhwloc_get_next_obj_by_type\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_obj_type_t\fP type, \fBhwloc_obj_t\fP prev)" ++.RI "inline \fBhwloc_obj_t\fP \fBhwloc_get_next_obj_by_type\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_obj_type_t\fP type, \fBhwloc_obj_t\fP prev)" + .br + .RI "\fIReturns the next object of type \fCtype\fP. \fP" + .ti -1c +-.RI "static __hwloc_inline \fBhwloc_obj_t\fP __hwloc_attribute_pure \fBhwloc_get_pu_obj_by_os_index\fP (\fBhwloc_topology_t\fP topology, unsigned os_index)" ++.RI "inline \fBhwloc_obj_t\fP \fBhwloc_get_pu_obj_by_os_index\fP (\fBhwloc_topology_t\fP topology, unsigned os_index)" + .br + .RI "\fIReturns the object of type \fBHWLOC_OBJ_PU\fP with \fCos_index\fP. \fP" + .ti -1c +-.RI "static __hwloc_inline \fBhwloc_obj_t\fP \fBhwloc_get_next_child\fP (\fBhwloc_topology_t\fP topology __hwloc_attribute_unused, \fBhwloc_obj_t\fP parent, \fBhwloc_obj_t\fP prev)" ++.RI "inline \fBhwloc_obj_t\fP \fBhwloc_get_next_child\fP (\fBhwloc_topology_t\fP topology , \fBhwloc_obj_t\fP parent, \fBhwloc_obj_t\fP prev)" + .br + .RI "\fIReturn the next child. \fP" + .ti -1c +-.RI "static __hwloc_inline \fBhwloc_obj_t\fP __hwloc_attribute_pure \fBhwloc_get_common_ancestor_obj\fP (\fBhwloc_topology_t\fP topology __hwloc_attribute_unused, \fBhwloc_obj_t\fP obj1, \fBhwloc_obj_t\fP obj2)" ++.RI "inline \fBhwloc_obj_t\fP \fBhwloc_get_common_ancestor_obj\fP (\fBhwloc_topology_t\fP topology , \fBhwloc_obj_t\fP obj1, \fBhwloc_obj_t\fP obj2)" + .br + .RI "\fIReturns the common parent object to objects lvl1 and lvl2. \fP" + .ti -1c +-.RI "static __hwloc_inline int __hwloc_attribute_pure \fBhwloc_obj_is_in_subtree\fP (\fBhwloc_topology_t\fP topology __hwloc_attribute_unused, \fBhwloc_obj_t\fP obj, \fBhwloc_obj_t\fP subtree_root)" ++.RI "inline int \fBhwloc_obj_is_in_subtree\fP (\fBhwloc_topology_t\fP topology , \fBhwloc_obj_t\fP obj, \fBhwloc_obj_t\fP subtree_root)" + .br + .RI "\fIReturns true if _obj_ is inside the subtree beginning with \fCsubtree_root\fP. \fP" + .in -1c + .SH "Function Documentation" + .PP +-.SS "static __hwloc_inline \fBhwloc_obj_t\fP __hwloc_attribute_pure hwloc_get_ancestor_obj_by_depth (\fBhwloc_topology_t\fP topology __hwloc_attribute_unused, unsigned depth, \fBhwloc_obj_t\fP obj)\fC [static]\fP" ++.SS "inline \fBhwloc_obj_t\fP hwloc_get_ancestor_obj_by_depth (\fBhwloc_topology_t\fP topology , unsigned depth, \fBhwloc_obj_t\fP obj)\fC [static]\fP" + .PP + Returns the ancestor object of \fCobj\fP at depth \fCdepth\fP. +-.SS "static __hwloc_inline \fBhwloc_obj_t\fP __hwloc_attribute_pure hwloc_get_ancestor_obj_by_type (\fBhwloc_topology_t\fP topology __hwloc_attribute_unused, \fBhwloc_obj_type_t\fP type, \fBhwloc_obj_t\fP obj)\fC [static]\fP" ++.PP ++.SS "inline \fBhwloc_obj_t\fP hwloc_get_ancestor_obj_by_type (\fBhwloc_topology_t\fP topology , \fBhwloc_obj_type_t\fP type, \fBhwloc_obj_t\fP obj)\fC [static]\fP" + .PP + Returns the ancestor object of \fCobj\fP with type \fCtype\fP. +-.SS "static __hwloc_inline \fBhwloc_obj_t\fP __hwloc_attribute_pure hwloc_get_common_ancestor_obj (\fBhwloc_topology_t\fP topology __hwloc_attribute_unused, \fBhwloc_obj_t\fP obj1, \fBhwloc_obj_t\fP obj2)\fC [static]\fP" ++.PP ++.SS "inline \fBhwloc_obj_t\fP hwloc_get_common_ancestor_obj (\fBhwloc_topology_t\fP topology , \fBhwloc_obj_t\fP obj1, \fBhwloc_obj_t\fP obj2)\fC [static]\fP" + .PP + Returns the common parent object to objects lvl1 and lvl2. +-.SS "static __hwloc_inline \fBhwloc_obj_t\fP hwloc_get_next_child (\fBhwloc_topology_t\fP topology __hwloc_attribute_unused, \fBhwloc_obj_t\fP parent, \fBhwloc_obj_t\fP prev)\fC [static]\fP" + .PP +-Return the next child. If \fCprev\fP is \fCNULL\fP, return the first child. +-.SS "static __hwloc_inline \fBhwloc_obj_t\fP hwloc_get_next_obj_by_depth (\fBhwloc_topology_t\fP topology, unsigned depth, \fBhwloc_obj_t\fP prev)\fC [static]\fP" ++.SS "inline \fBhwloc_obj_t\fP hwloc_get_next_child (\fBhwloc_topology_t\fP topology , \fBhwloc_obj_t\fP parent, \fBhwloc_obj_t\fP prev)\fC [static]\fP" ++.PP ++Return the next child. ++.PP ++If \fCprev\fP is \fCNULL\fP, return the first child. ++.SS "inline \fBhwloc_obj_t\fP hwloc_get_next_obj_by_depth (\fBhwloc_topology_t\fP topology, unsigned depth, \fBhwloc_obj_t\fP prev)\fC [static]\fP" ++.PP ++Returns the next object at depth \fCdepth\fP. ++.PP ++If \fCprev\fP is \fCNULL\fP, return the first object at depth \fCdepth\fP. ++.SS "inline \fBhwloc_obj_t\fP hwloc_get_next_obj_by_type (\fBhwloc_topology_t\fP topology, \fBhwloc_obj_type_t\fP type, \fBhwloc_obj_t\fP prev)\fC [static]\fP" + .PP +-Returns the next object at depth \fCdepth\fP. If \fCprev\fP is \fCNULL\fP, return the first object at depth \fCdepth\fP. +-.SS "static __hwloc_inline \fBhwloc_obj_t\fP hwloc_get_next_obj_by_type (\fBhwloc_topology_t\fP topology, \fBhwloc_obj_type_t\fP type, \fBhwloc_obj_t\fP prev)\fC [static]\fP" ++Returns the next object of type \fCtype\fP. + .PP +-Returns the next object of type \fCtype\fP. If \fCprev\fP is \fCNULL\fP, return the first object at type \fCtype\fP. If there are multiple or no depth for given type, return \fCNULL\fP and let the caller fallback to \fBhwloc_get_next_obj_by_depth()\fP. +-.SS "static __hwloc_inline \fBhwloc_obj_t\fP __hwloc_attribute_pure hwloc_get_pu_obj_by_os_index (\fBhwloc_topology_t\fP topology, unsigned os_index)\fC [static]\fP" ++If \fCprev\fP is \fCNULL\fP, return the first object at type \fCtype\fP. If there are multiple or no depth for given type, return \fCNULL\fP and let the caller fallback to \fBhwloc_get_next_obj_by_depth()\fP. ++.SS "inline \fBhwloc_obj_t\fP hwloc_get_pu_obj_by_os_index (\fBhwloc_topology_t\fP topology, unsigned os_index)\fC [static]\fP" + .PP +-Returns the object of type \fBHWLOC_OBJ_PU\fP with \fCos_index\fP. \fBNote:\fP ++Returns the object of type \fBHWLOC_OBJ_PU\fP with \fCos_index\fP. ++.PP ++\fBNote:\fP + .RS 4 + The \fCos_index\fP field of object should most of the times only be used for pretty-printing purpose. Type \fBHWLOC_OBJ_PU\fP is the only case where \fCos_index\fP could actually be useful, when manually binding to processors. However, using CPU sets to hide this complexity should often be preferred. + .RE + .PP + +-.SS "static __hwloc_inline \fBhwloc_obj_t\fP __hwloc_attribute_pure hwloc_get_root_obj (\fBhwloc_topology_t\fP topology)\fC [static]\fP" ++.SS "inline \fBhwloc_obj_t\fP hwloc_get_root_obj (\fBhwloc_topology_t\fP topology)\fC [static]\fP" ++.PP ++Returns the top-object of the topology-tree. + .PP +-Returns the top-object of the topology-tree. Its type is typically \fBHWLOC_OBJ_MACHINE\fP but it could be different for complex topologies. This function replaces the old deprecated hwloc_get_system_obj(). +-.SS "static __hwloc_inline int __hwloc_attribute_pure hwloc_obj_is_in_subtree (\fBhwloc_topology_t\fP topology __hwloc_attribute_unused, \fBhwloc_obj_t\fP obj, \fBhwloc_obj_t\fP subtree_root)\fC [static]\fP" ++Its type is typically \fBHWLOC_OBJ_MACHINE\fP but it could be different for complex topologies. This function replaces the old deprecated hwloc_get_system_obj(). ++.SS "inline int hwloc_obj_is_in_subtree (\fBhwloc_topology_t\fP topology , \fBhwloc_obj_t\fP obj, \fBhwloc_obj_t\fP subtree_root)\fC [static]\fP" + .PP + Returns true if _obj_ is inside the subtree beginning with \fCsubtree_root\fP. +-.SH "Author" +-.PP +-Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code. ++.PP ++ +diff -uNr hwloc-1.1/doc/doxygen-doc/man/man3/hwlocality_helper_types.3 hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwlocality_helper_types.3 +--- hwloc-1.1/doc/doxygen-doc/man/man3/hwlocality_helper_types.3 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwlocality_helper_types.3 2010-12-31 23:48:22.209866202 +0100 +@@ -1,4 +1,4 @@ +-.TH "Object Type Helpers" 3 "Thu Dec 16 2010" "Version 1.1" "Hardware Locality (hwloc)" \" -*- nroff -*- ++.TH "Object Type Helpers" 3 "21 Dec 2010" "Version 1.1rc6r2967" "Hardware Locality (hwloc)" \" -*- nroff -*- + .ad l + .nh + .SH NAME +@@ -7,22 +7,23 @@ + + .in +1c + .ti -1c +-.RI "static __hwloc_inline int __hwloc_attribute_pure \fBhwloc_get_type_or_below_depth\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_obj_type_t\fP type)" ++.RI "inline int \fBhwloc_get_type_or_below_depth\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_obj_type_t\fP type)" + .br + .RI "\fIReturns the depth of objects of type \fCtype\fP or below. \fP" + .ti -1c +-.RI "static __hwloc_inline int __hwloc_attribute_pure \fBhwloc_get_type_or_above_depth\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_obj_type_t\fP type)" ++.RI "inline int \fBhwloc_get_type_or_above_depth\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_obj_type_t\fP type)" + .br + .RI "\fIReturns the depth of objects of type \fCtype\fP or above. \fP" + .in -1c + .SH "Function Documentation" + .PP +-.SS "static __hwloc_inline int __hwloc_attribute_pure hwloc_get_type_or_above_depth (\fBhwloc_topology_t\fP topology, \fBhwloc_obj_type_t\fP type)\fC [static]\fP" ++.SS "inline int hwloc_get_type_or_above_depth (\fBhwloc_topology_t\fP topology, \fBhwloc_obj_type_t\fP type)\fC [static]\fP" + .PP +-Returns the depth of objects of type \fCtype\fP or above. If no object of this type is present on the underlying architecture, the function returns the depth of the first 'present' object typically containing \fCtype\fP. +-.SS "static __hwloc_inline int __hwloc_attribute_pure hwloc_get_type_or_below_depth (\fBhwloc_topology_t\fP topology, \fBhwloc_obj_type_t\fP type)\fC [static]\fP" ++Returns the depth of objects of type \fCtype\fP or above. + .PP +-Returns the depth of objects of type \fCtype\fP or below. If no object of this type is present on the underlying architecture, the function returns the depth of the first 'present' object typically found inside \fCtype\fP. +-.SH "Author" +-.PP +-Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code. ++If no object of this type is present on the underlying architecture, the function returns the depth of the first 'present' object typically containing \fCtype\fP. ++.SS "inline int hwloc_get_type_or_below_depth (\fBhwloc_topology_t\fP topology, \fBhwloc_obj_type_t\fP type)\fC [static]\fP" ++.PP ++Returns the depth of objects of type \fCtype\fP or below. ++.PP ++If no object of this type is present on the underlying architecture, the function returns the depth of the first 'present' object typically found inside \fCtype\fP. +diff -uNr hwloc-1.1/doc/doxygen-doc/man/man3/hwlocality_information.3 hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwlocality_information.3 +--- hwloc-1.1/doc/doxygen-doc/man/man3/hwlocality_information.3 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwlocality_information.3 2010-12-31 23:48:22.231868893 +0100 +@@ -1,4 +1,4 @@ +-.TH "Get some Topology Information" 3 "Thu Dec 16 2010" "Version 1.1" "Hardware Locality (hwloc)" \" -*- nroff -*- ++.TH "Get some Topology Information" 3 "21 Dec 2010" "Version 1.1rc6r2967" "Hardware Locality (hwloc)" \" -*- nroff -*- + .ad l + .nh + .SH NAME +@@ -14,27 +14,27 @@ + + .in +1c + .ti -1c +-.RI "HWLOC_DECLSPEC unsigned \fBhwloc_topology_get_depth\fP (\fBhwloc_topology_t\fP __hwloc_restrict topology) __hwloc_attribute_pure" ++.RI " unsigned \fBhwloc_topology_get_depth\fP (\fBhwloc_topology_t\fP restrict topology) " + .br + .RI "\fIGet the depth of the hierachical tree of objects. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC int \fBhwloc_get_type_depth\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_obj_type_t\fP type)" ++.RI " int \fBhwloc_get_type_depth\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_obj_type_t\fP type)" + .br + .RI "\fIReturns the depth of objects of type \fCtype\fP. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC \fBhwloc_obj_type_t\fP \fBhwloc_get_depth_type\fP (\fBhwloc_topology_t\fP topology, unsigned depth) __hwloc_attribute_pure" ++.RI " \fBhwloc_obj_type_t\fP \fBhwloc_get_depth_type\fP (\fBhwloc_topology_t\fP topology, unsigned depth) " + .br + .RI "\fIReturns the type of objects at depth \fCdepth\fP. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC unsigned \fBhwloc_get_nbobjs_by_depth\fP (\fBhwloc_topology_t\fP topology, unsigned depth) __hwloc_attribute_pure" ++.RI " unsigned \fBhwloc_get_nbobjs_by_depth\fP (\fBhwloc_topology_t\fP topology, unsigned depth) " + .br + .RI "\fIReturns the width of level at depth \fCdepth\fP. \fP" + .ti -1c +-.RI "static __hwloc_inline int __hwloc_attribute_pure \fBhwloc_get_nbobjs_by_type\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_obj_type_t\fP type)" ++.RI "inline int \fBhwloc_get_nbobjs_by_type\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_obj_type_t\fP type)" + .br + .RI "\fIReturns the width of level type \fCtype\fP. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC int \fBhwloc_topology_is_thissystem\fP (\fBhwloc_topology_t\fP __hwloc_restrict topology) __hwloc_attribute_pure" ++.RI " int \fBhwloc_topology_is_thissystem\fP (\fBhwloc_topology_t\fP restrict topology) " + .br + .RI "\fIDoes the topology context come from this system? \fP" + .in -1c +@@ -42,7 +42,7 @@ + .PP + .SS "enum \fBhwloc_get_type_depth_e\fP" + .PP +-\fBEnumerator: \fP ++\fBEnumeration values: \fP + .in +1c + .TP + \fB\fIHWLOC_TYPE_DEPTH_UNKNOWN \fP\fP +@@ -52,31 +52,42 @@ + Objects of given type exist at different depth in the topology. + .SH "Function Documentation" + .PP +-.SS "HWLOC_DECLSPEC \fBhwloc_obj_type_t\fP hwloc_get_depth_type (\fBhwloc_topology_t\fP topology, unsigned depth)" ++.SS " \fBhwloc_obj_type_t\fP hwloc_get_depth_type (\fBhwloc_topology_t\fP topology, unsigned depth)" + .PP +-Returns the type of objects at depth \fCdepth\fP. \fBReturns:\fP ++Returns the type of objects at depth \fCdepth\fP. ++.PP ++\fBReturns:\fP + .RS 4 + -1 if depth \fCdepth\fP does not exist. + .RE + .PP + +-.SS "HWLOC_DECLSPEC unsigned hwloc_get_nbobjs_by_depth (\fBhwloc_topology_t\fP topology, unsigned depth)" ++.SS " unsigned hwloc_get_nbobjs_by_depth (\fBhwloc_topology_t\fP topology, unsigned depth)" + .PP + Returns the width of level at depth \fCdepth\fP. +-.SS "static __hwloc_inline int __hwloc_attribute_pure hwloc_get_nbobjs_by_type (\fBhwloc_topology_t\fP topology, \fBhwloc_obj_type_t\fP type)\fC [static]\fP" + .PP +-Returns the width of level type \fCtype\fP. If no object for that type exists, 0 is returned. If there are several levels with objects of that type, -1 is returned. +-.SS "HWLOC_DECLSPEC int hwloc_get_type_depth (\fBhwloc_topology_t\fP topology, \fBhwloc_obj_type_t\fP type)" ++.SS "inline int hwloc_get_nbobjs_by_type (\fBhwloc_topology_t\fP topology, \fBhwloc_obj_type_t\fP type)\fC [static]\fP" ++.PP ++Returns the width of level type \fCtype\fP. ++.PP ++If no object for that type exists, 0 is returned. If there are several levels with objects of that type, -1 is returned. ++.SS " int hwloc_get_type_depth (\fBhwloc_topology_t\fP topology, \fBhwloc_obj_type_t\fP type)" ++.PP ++Returns the depth of objects of type \fCtype\fP. + .PP +-Returns the depth of objects of type \fCtype\fP. If no object of this type is present on the underlying architecture, or if the OS doesn't provide this kind of information, the function returns HWLOC_TYPE_DEPTH_UNKNOWN. ++If no object of this type is present on the underlying architecture, or if the OS doesn't provide this kind of information, the function returns HWLOC_TYPE_DEPTH_UNKNOWN. + .PP + If type is absent but a similar type is acceptable, see also \fBhwloc_get_type_or_below_depth()\fP and \fBhwloc_get_type_or_above_depth()\fP. +-.SS "HWLOC_DECLSPEC unsigned hwloc_topology_get_depth (\fBhwloc_topology_t\fP __hwloc_restrict topology)" ++.SS " unsigned hwloc_topology_get_depth (\fBhwloc_topology_t\fP restrict topology)" + .PP +-Get the depth of the hierachical tree of objects. This is the depth of HWLOC_OBJ_PU objects plus one. +-.SS "HWLOC_DECLSPEC int hwloc_topology_is_thissystem (\fBhwloc_topology_t\fP __hwloc_restrict topology)" ++Get the depth of the hierachical tree of objects. + .PP +-Does the topology context come from this system? \fBReturns:\fP ++This is the depth of HWLOC_OBJ_PU objects plus one. ++.SS " int hwloc_topology_is_thissystem (\fBhwloc_topology_t\fP restrict topology)" ++.PP ++Does the topology context come from this system? ++.PP ++\fBReturns:\fP + .RS 4 + 1 if this topology context was built using the system running this program. + .PP +@@ -84,6 +95,3 @@ + .RE + .PP + +-.SH "Author" +-.PP +-Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code. +diff -uNr hwloc-1.1/doc/doxygen-doc/man/man3/hwlocality_linux_libnuma_bitmask.3 hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwlocality_linux_libnuma_bitmask.3 +--- hwloc-1.1/doc/doxygen-doc/man/man3/hwlocality_linux_libnuma_bitmask.3 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwlocality_linux_libnuma_bitmask.3 2010-12-31 23:48:22.189863754 +0100 +@@ -1,4 +1,4 @@ +-.TH "Helpers for manipulating Linux libnuma bitmask" 3 "Thu Dec 16 2010" "Version 1.1" "Hardware Locality (hwloc)" \" -*- nroff -*- ++.TH "Helpers for manipulating Linux libnuma bitmask" 3 "21 Dec 2010" "Version 1.1rc6r2967" "Hardware Locality (hwloc)" \" -*- nroff -*- + .ad l + .nh + .SH NAME +@@ -7,30 +7,34 @@ + + .in +1c + .ti -1c +-.RI "static __hwloc_inline struct bitmask *__hwloc_attribute_malloc \fBhwloc_cpuset_to_linux_libnuma_bitmask\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP cpuset)" ++.RI "inline struct bitmask * \fBhwloc_cpuset_to_linux_libnuma_bitmask\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP cpuset)" + .br + .RI "\fIConvert hwloc CPU set \fCcpuset\fP into the returned libnuma bitmask. \fP" + .ti -1c +-.RI "static __hwloc_inline struct bitmask *__hwloc_attribute_malloc \fBhwloc_nodeset_to_linux_libnuma_bitmask\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_const_nodeset_t\fP nodeset)" ++.RI "inline struct bitmask * \fBhwloc_nodeset_to_linux_libnuma_bitmask\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_const_nodeset_t\fP nodeset)" + .br + .RI "\fIConvert hwloc NUMA node set \fCnodeset\fP into the returned libnuma bitmask. \fP" + .ti -1c +-.RI "static __hwloc_inline int \fBhwloc_cpuset_from_linux_libnuma_bitmask\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_cpuset_t\fP cpuset, const struct bitmask *bitmask)" ++.RI "inline int \fBhwloc_cpuset_from_linux_libnuma_bitmask\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_cpuset_t\fP cpuset, const struct bitmask *bitmask)" + .br + .RI "\fIConvert libnuma bitmask \fCbitmask\fP into hwloc CPU set \fCcpuset\fP. \fP" + .ti -1c +-.RI "static __hwloc_inline int \fBhwloc_nodeset_from_linux_libnuma_bitmask\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_nodeset_t\fP nodeset, const struct bitmask *bitmask)" ++.RI "inline int \fBhwloc_nodeset_from_linux_libnuma_bitmask\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_nodeset_t\fP nodeset, const struct bitmask *bitmask)" + .br + .RI "\fIConvert libnuma bitmask \fCbitmask\fP into hwloc NUMA node set \fCnodeset\fP. \fP" + .in -1c + .SH "Function Documentation" + .PP +-.SS "static __hwloc_inline int hwloc_cpuset_from_linux_libnuma_bitmask (\fBhwloc_topology_t\fP topology, \fBhwloc_cpuset_t\fP cpuset, const struct bitmask * bitmask)\fC [static]\fP" ++.SS "inline int hwloc_cpuset_from_linux_libnuma_bitmask (\fBhwloc_topology_t\fP topology, \fBhwloc_cpuset_t\fP cpuset, const struct bitmask * bitmask)\fC [static]\fP" + .PP +-Convert libnuma bitmask \fCbitmask\fP into hwloc CPU set \fCcpuset\fP. This function may be used after calling many numa_ functions that use a struct bitmask as an output parameter. +-.SS "static __hwloc_inline struct bitmask* __hwloc_attribute_malloc hwloc_cpuset_to_linux_libnuma_bitmask (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP cpuset)\fC [static, read]\fP" ++Convert libnuma bitmask \fCbitmask\fP into hwloc CPU set \fCcpuset\fP. + .PP +-Convert hwloc CPU set \fCcpuset\fP into the returned libnuma bitmask. The returned bitmask should later be freed with numa_bitmask_free. ++This function may be used after calling many numa_ functions that use a struct bitmask as an output parameter. ++.SS "inline struct bitmask* hwloc_cpuset_to_linux_libnuma_bitmask (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP cpuset)\fC [static]\fP" ++.PP ++Convert hwloc CPU set \fCcpuset\fP into the returned libnuma bitmask. ++.PP ++The returned bitmask should later be freed with numa_bitmask_free. + .PP + This function may be used before calling many numa_ functions that use a struct bitmask as an input parameter. + .PP +@@ -40,12 +44,16 @@ + .RE + .PP + +-.SS "static __hwloc_inline int hwloc_nodeset_from_linux_libnuma_bitmask (\fBhwloc_topology_t\fP topology, \fBhwloc_nodeset_t\fP nodeset, const struct bitmask * bitmask)\fC [static]\fP" ++.SS "inline int hwloc_nodeset_from_linux_libnuma_bitmask (\fBhwloc_topology_t\fP topology, \fBhwloc_nodeset_t\fP nodeset, const struct bitmask * bitmask)\fC [static]\fP" ++.PP ++Convert libnuma bitmask \fCbitmask\fP into hwloc NUMA node set \fCnodeset\fP. + .PP +-Convert libnuma bitmask \fCbitmask\fP into hwloc NUMA node set \fCnodeset\fP. This function may be used after calling many numa_ functions that use a struct bitmask as an output parameter. +-.SS "static __hwloc_inline struct bitmask* __hwloc_attribute_malloc hwloc_nodeset_to_linux_libnuma_bitmask (\fBhwloc_topology_t\fP topology, \fBhwloc_const_nodeset_t\fP nodeset)\fC [static, read]\fP" ++This function may be used after calling many numa_ functions that use a struct bitmask as an output parameter. ++.SS "inline struct bitmask* hwloc_nodeset_to_linux_libnuma_bitmask (\fBhwloc_topology_t\fP topology, \fBhwloc_const_nodeset_t\fP nodeset)\fC [static]\fP" + .PP +-Convert hwloc NUMA node set \fCnodeset\fP into the returned libnuma bitmask. The returned bitmask should later be freed with numa_bitmask_free. ++Convert hwloc NUMA node set \fCnodeset\fP into the returned libnuma bitmask. ++.PP ++The returned bitmask should later be freed with numa_bitmask_free. + .PP + This function may be used before calling many numa_ functions that use a struct bitmask as an input parameter. + .PP +@@ -55,6 +63,3 @@ + .RE + .PP + +-.SH "Author" +-.PP +-Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code. +diff -uNr hwloc-1.1/doc/doxygen-doc/man/man3/hwlocality_linux_libnuma_nodemask.3 hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwlocality_linux_libnuma_nodemask.3 +--- hwloc-1.1/doc/doxygen-doc/man/man3/hwlocality_linux_libnuma_nodemask.3 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwlocality_linux_libnuma_nodemask.3 2010-12-31 23:48:22.253871586 +0100 +@@ -1,4 +1,4 @@ +-.TH "Helpers for manipulating Linux libnuma nodemask_t" 3 "Thu Dec 16 2010" "Version 1.1" "Hardware Locality (hwloc)" \" -*- nroff -*- ++.TH "Helpers for manipulating Linux libnuma nodemask_t" 3 "21 Dec 2010" "Version 1.1rc6r2967" "Hardware Locality (hwloc)" \" -*- nroff -*- + .ad l + .nh + .SH NAME +@@ -7,36 +7,41 @@ + + .in +1c + .ti -1c +-.RI "static __hwloc_inline int \fBhwloc_cpuset_to_linux_libnuma_nodemask\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP cpuset, nodemask_t *nodemask)" ++.RI "inline int \fBhwloc_cpuset_to_linux_libnuma_nodemask\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP cpuset, nodemask_t *nodemask)" + .br + .RI "\fIConvert hwloc CPU set \fCcpuset\fP into libnuma nodemask \fCnodemask\fP. \fP" + .ti -1c +-.RI "static __hwloc_inline int \fBhwloc_nodeset_to_linux_libnuma_nodemask\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_const_nodeset_t\fP nodeset, nodemask_t *nodemask)" ++.RI "inline int \fBhwloc_nodeset_to_linux_libnuma_nodemask\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_const_nodeset_t\fP nodeset, nodemask_t *nodemask)" + .br + .RI "\fIConvert hwloc NUMA node set \fCnodeset\fP into libnuma nodemask \fCnodemask\fP. \fP" + .ti -1c +-.RI "static __hwloc_inline int \fBhwloc_cpuset_from_linux_libnuma_nodemask\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_cpuset_t\fP cpuset, const nodemask_t *nodemask)" ++.RI "inline int \fBhwloc_cpuset_from_linux_libnuma_nodemask\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_cpuset_t\fP cpuset, const nodemask_t *nodemask)" + .br + .RI "\fIConvert libnuma nodemask \fCnodemask\fP into hwloc CPU set \fCcpuset\fP. \fP" + .ti -1c +-.RI "static __hwloc_inline int \fBhwloc_nodeset_from_linux_libnuma_nodemask\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_nodeset_t\fP nodeset, const nodemask_t *nodemask)" ++.RI "inline int \fBhwloc_nodeset_from_linux_libnuma_nodemask\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_nodeset_t\fP nodeset, const nodemask_t *nodemask)" + .br + .RI "\fIConvert libnuma nodemask \fCnodemask\fP into hwloc NUMA node set \fCnodeset\fP. \fP" + .in -1c + .SH "Function Documentation" + .PP +-.SS "static __hwloc_inline int hwloc_cpuset_from_linux_libnuma_nodemask (\fBhwloc_topology_t\fP topology, \fBhwloc_cpuset_t\fP cpuset, const nodemask_t * nodemask)\fC [static]\fP" ++.SS "inline int hwloc_cpuset_from_linux_libnuma_nodemask (\fBhwloc_topology_t\fP topology, \fBhwloc_cpuset_t\fP cpuset, const nodemask_t * nodemask)\fC [static]\fP" + .PP +-Convert libnuma nodemask \fCnodemask\fP into hwloc CPU set \fCcpuset\fP. This function may be used before calling some old libnuma functions that use a nodemask_t as an output parameter. +-.SS "static __hwloc_inline int hwloc_cpuset_to_linux_libnuma_nodemask (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP cpuset, nodemask_t * nodemask)\fC [static]\fP" ++Convert libnuma nodemask \fCnodemask\fP into hwloc CPU set \fCcpuset\fP. + .PP +-Convert hwloc CPU set \fCcpuset\fP into libnuma nodemask \fCnodemask\fP. This function may be used before calling some old libnuma functions that use a nodemask_t as an input parameter. +-.SS "static __hwloc_inline int hwloc_nodeset_from_linux_libnuma_nodemask (\fBhwloc_topology_t\fP topology, \fBhwloc_nodeset_t\fP nodeset, const nodemask_t * nodemask)\fC [static]\fP" ++This function may be used before calling some old libnuma functions that use a nodemask_t as an output parameter. ++.SS "inline int hwloc_cpuset_to_linux_libnuma_nodemask (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP cpuset, nodemask_t * nodemask)\fC [static]\fP" + .PP +-Convert libnuma nodemask \fCnodemask\fP into hwloc NUMA node set \fCnodeset\fP. This function may be used before calling some old libnuma functions that use a nodemask_t as an output parameter. +-.SS "static __hwloc_inline int hwloc_nodeset_to_linux_libnuma_nodemask (\fBhwloc_topology_t\fP topology, \fBhwloc_const_nodeset_t\fP nodeset, nodemask_t * nodemask)\fC [static]\fP" ++Convert hwloc CPU set \fCcpuset\fP into libnuma nodemask \fCnodemask\fP. + .PP +-Convert hwloc NUMA node set \fCnodeset\fP into libnuma nodemask \fCnodemask\fP. This function may be used before calling some old libnuma functions that use a nodemask_t as an input parameter. +-.SH "Author" +-.PP +-Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code. ++This function may be used before calling some old libnuma functions that use a nodemask_t as an input parameter. ++.SS "inline int hwloc_nodeset_from_linux_libnuma_nodemask (\fBhwloc_topology_t\fP topology, \fBhwloc_nodeset_t\fP nodeset, const nodemask_t * nodemask)\fC [static]\fP" ++.PP ++Convert libnuma nodemask \fCnodemask\fP into hwloc NUMA node set \fCnodeset\fP. ++.PP ++This function may be used before calling some old libnuma functions that use a nodemask_t as an output parameter. ++.SS "inline int hwloc_nodeset_to_linux_libnuma_nodemask (\fBhwloc_topology_t\fP topology, \fBhwloc_const_nodeset_t\fP nodeset, nodemask_t * nodemask)\fC [static]\fP" ++.PP ++Convert hwloc NUMA node set \fCnodeset\fP into libnuma nodemask \fCnodemask\fP. ++.PP ++This function may be used before calling some old libnuma functions that use a nodemask_t as an input parameter. +diff -uNr hwloc-1.1/doc/doxygen-doc/man/man3/hwlocality_linux_libnuma_ulongs.3 hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwlocality_linux_libnuma_ulongs.3 +--- hwloc-1.1/doc/doxygen-doc/man/man3/hwlocality_linux_libnuma_ulongs.3 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwlocality_linux_libnuma_ulongs.3 2010-12-31 23:48:22.227868405 +0100 +@@ -1,4 +1,4 @@ +-.TH "Helpers for manipulating Linux libnuma unsigned long masks" 3 "Thu Dec 16 2010" "Version 1.1" "Hardware Locality (hwloc)" \" -*- nroff -*- ++.TH "Helpers for manipulating Linux libnuma unsigned long masks" 3 "21 Dec 2010" "Version 1.1rc6r2967" "Hardware Locality (hwloc)" \" -*- nroff -*- + .ad l + .nh + .SH NAME +@@ -7,44 +7,49 @@ + + .in +1c + .ti -1c +-.RI "static __hwloc_inline int \fBhwloc_cpuset_to_linux_libnuma_ulongs\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP cpuset, unsigned long *mask, unsigned long *maxnode)" ++.RI "inline int \fBhwloc_cpuset_to_linux_libnuma_ulongs\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP cpuset, unsigned long *mask, unsigned long *maxnode)" + .br + .RI "\fIConvert hwloc CPU set \fCcpuset\fP into the array of unsigned long \fCmask\fP. \fP" + .ti -1c +-.RI "static __hwloc_inline int \fBhwloc_nodeset_to_linux_libnuma_ulongs\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_const_nodeset_t\fP nodeset, unsigned long *mask, unsigned long *maxnode)" ++.RI "inline int \fBhwloc_nodeset_to_linux_libnuma_ulongs\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_const_nodeset_t\fP nodeset, unsigned long *mask, unsigned long *maxnode)" + .br + .RI "\fIConvert hwloc NUMA node set \fCnodeset\fP into the array of unsigned long \fCmask\fP. \fP" + .ti -1c +-.RI "static __hwloc_inline int \fBhwloc_cpuset_from_linux_libnuma_ulongs\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_cpuset_t\fP cpuset, const unsigned long *mask, unsigned long maxnode)" ++.RI "inline int \fBhwloc_cpuset_from_linux_libnuma_ulongs\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_cpuset_t\fP cpuset, const unsigned long *mask, unsigned long maxnode)" + .br + .RI "\fIConvert the array of unsigned long \fCmask\fP into hwloc CPU set. \fP" + .ti -1c +-.RI "static __hwloc_inline int \fBhwloc_nodeset_from_linux_libnuma_ulongs\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_nodeset_t\fP nodeset, const unsigned long *mask, unsigned long maxnode)" ++.RI "inline int \fBhwloc_nodeset_from_linux_libnuma_ulongs\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_nodeset_t\fP nodeset, const unsigned long *mask, unsigned long maxnode)" + .br + .RI "\fIConvert the array of unsigned long \fCmask\fP into hwloc NUMA node set. \fP" + .in -1c + .SH "Function Documentation" + .PP +-.SS "static __hwloc_inline int hwloc_cpuset_from_linux_libnuma_ulongs (\fBhwloc_topology_t\fP topology, \fBhwloc_cpuset_t\fP cpuset, const unsigned long * mask, unsigned long maxnode)\fC [static]\fP" ++.SS "inline int hwloc_cpuset_from_linux_libnuma_ulongs (\fBhwloc_topology_t\fP topology, \fBhwloc_cpuset_t\fP cpuset, const unsigned long * mask, unsigned long maxnode)\fC [static]\fP" + .PP +-Convert the array of unsigned long \fCmask\fP into hwloc CPU set. \fCmask\fP is a array of unsigned long that will be read. \fCmaxnode\fP contains the maximal node number that may be read in \fCmask\fP. ++Convert the array of unsigned long \fCmask\fP into hwloc CPU set. ++.PP ++\fCmask\fP is a array of unsigned long that will be read. \fCmaxnode\fP contains the maximal node number that may be read in \fCmask\fP. + .PP + This function may be used after calling get_mempolicy or any other function that takes an array of unsigned long as output parameter (and possibly a maximal node number as input parameter). +-.SS "static __hwloc_inline int hwloc_cpuset_to_linux_libnuma_ulongs (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP cpuset, unsigned long * mask, unsigned long * maxnode)\fC [static]\fP" ++.SS "inline int hwloc_cpuset_to_linux_libnuma_ulongs (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP cpuset, unsigned long * mask, unsigned long * maxnode)\fC [static]\fP" ++.PP ++Convert hwloc CPU set \fCcpuset\fP into the array of unsigned long \fCmask\fP. + .PP +-Convert hwloc CPU set \fCcpuset\fP into the array of unsigned long \fCmask\fP. \fCmask\fP is the array of unsigned long that will be filled. \fCmaxnode\fP contains the maximal node number that may be stored in \fCmask\fP. \fCmaxnode\fP will be set to the maximal node number that was found, plus one. ++\fCmask\fP is the array of unsigned long that will be filled. \fCmaxnode\fP contains the maximal node number that may be stored in \fCmask\fP. \fCmaxnode\fP will be set to the maximal node number that was found, plus one. + .PP + This function may be used before calling set_mempolicy, mbind, migrate_pages or any other function that takes an array of unsigned long and a maximal node number as input parameter. +-.SS "static __hwloc_inline int hwloc_nodeset_from_linux_libnuma_ulongs (\fBhwloc_topology_t\fP topology, \fBhwloc_nodeset_t\fP nodeset, const unsigned long * mask, unsigned long maxnode)\fC [static]\fP" ++.SS "inline int hwloc_nodeset_from_linux_libnuma_ulongs (\fBhwloc_topology_t\fP topology, \fBhwloc_nodeset_t\fP nodeset, const unsigned long * mask, unsigned long maxnode)\fC [static]\fP" ++.PP ++Convert the array of unsigned long \fCmask\fP into hwloc NUMA node set. + .PP +-Convert the array of unsigned long \fCmask\fP into hwloc NUMA node set. \fCmask\fP is a array of unsigned long that will be read. \fCmaxnode\fP contains the maximal node number that may be read in \fCmask\fP. ++\fCmask\fP is a array of unsigned long that will be read. \fCmaxnode\fP contains the maximal node number that may be read in \fCmask\fP. + .PP + This function may be used after calling get_mempolicy or any other function that takes an array of unsigned long as output parameter (and possibly a maximal node number as input parameter). +-.SS "static __hwloc_inline int hwloc_nodeset_to_linux_libnuma_ulongs (\fBhwloc_topology_t\fP topology, \fBhwloc_const_nodeset_t\fP nodeset, unsigned long * mask, unsigned long * maxnode)\fC [static]\fP" ++.SS "inline int hwloc_nodeset_to_linux_libnuma_ulongs (\fBhwloc_topology_t\fP topology, \fBhwloc_const_nodeset_t\fP nodeset, unsigned long * mask, unsigned long * maxnode)\fC [static]\fP" + .PP +-Convert hwloc NUMA node set \fCnodeset\fP into the array of unsigned long \fCmask\fP. \fCmask\fP is the array of unsigned long that will be filled. \fCmaxnode\fP contains the maximal node number that may be stored in \fCmask\fP. \fCmaxnode\fP will be set to the maximal node number that was found, plus one. ++Convert hwloc NUMA node set \fCnodeset\fP into the array of unsigned long \fCmask\fP. ++.PP ++\fCmask\fP is the array of unsigned long that will be filled. \fCmaxnode\fP contains the maximal node number that may be stored in \fCmask\fP. \fCmaxnode\fP will be set to the maximal node number that was found, plus one. + .PP + This function may be used before calling set_mempolicy, mbind, migrate_pages or any other function that takes an array of unsigned long and a maximal node number as input parameter. +-.SH "Author" +-.PP +-Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code. +diff -uNr hwloc-1.1/doc/doxygen-doc/man/man3/hwlocality_membinding.3 hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwlocality_membinding.3 +--- hwloc-1.1/doc/doxygen-doc/man/man3/hwlocality_membinding.3 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwlocality_membinding.3 2010-12-31 23:48:22.220867548 +0100 +@@ -1,4 +1,4 @@ +-.TH "Memory binding" 3 "Thu Dec 16 2010" "Version 1.1" "Hardware Locality (hwloc)" \" -*- nroff -*- ++.TH "Memory binding" 3 "21 Dec 2010" "Version 1.1rc6r2967" "Hardware Locality (hwloc)" \" -*- nroff -*- + .ad l + .nh + .SH NAME +@@ -19,67 +19,67 @@ + + .in +1c + .ti -1c +-.RI "HWLOC_DECLSPEC int \fBhwloc_set_membind_nodeset\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_const_nodeset_t\fP nodeset, \fBhwloc_membind_policy_t\fP policy, int flags)" ++.RI " int \fBhwloc_set_membind_nodeset\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_const_nodeset_t\fP nodeset, \fBhwloc_membind_policy_t\fP policy, int flags)" + .br + .RI "\fIBind current process memory on the given nodeset \fCnodeset\fP. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC int \fBhwloc_set_membind\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP cpuset, \fBhwloc_membind_policy_t\fP policy, int flags)" ++.RI " int \fBhwloc_set_membind\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP cpuset, \fBhwloc_membind_policy_t\fP policy, int flags)" + .br + .RI "\fIBind current process memory on memory nodes near the given cpuset \fCcpuset\fP. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC int \fBhwloc_get_membind_nodeset\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_nodeset_t\fP nodeset, \fBhwloc_membind_policy_t\fP *policy, int flags)" ++.RI " int \fBhwloc_get_membind_nodeset\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_nodeset_t\fP nodeset, \fBhwloc_membind_policy_t\fP *policy, int flags)" + .br + .RI "\fIGet current process memory binding in nodeset \fCnodeset\fP. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC int \fBhwloc_get_membind\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_cpuset_t\fP cpuset, \fBhwloc_membind_policy_t\fP *policy, int flags)" ++.RI " int \fBhwloc_get_membind\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_cpuset_t\fP cpuset, \fBhwloc_membind_policy_t\fP *policy, int flags)" + .br + .RI "\fIGet current process memory binding in cpuset \fCcpuset\fP. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC int \fBhwloc_set_proc_membind_nodeset\fP (\fBhwloc_topology_t\fP topology, hwloc_pid_t pid, \fBhwloc_const_nodeset_t\fP nodeset, \fBhwloc_membind_policy_t\fP policy, int flags)" ++.RI " int \fBhwloc_set_proc_membind_nodeset\fP (\fBhwloc_topology_t\fP topology, hwloc_pid_t pid, \fBhwloc_const_nodeset_t\fP nodeset, \fBhwloc_membind_policy_t\fP policy, int flags)" + .br + .RI "\fIBind given process memory on the given nodeset \fCnodeset\fP. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC int \fBhwloc_set_proc_membind\fP (\fBhwloc_topology_t\fP topology, hwloc_pid_t pid, \fBhwloc_const_cpuset_t\fP cpuset, \fBhwloc_membind_policy_t\fP policy, int flags)" ++.RI " int \fBhwloc_set_proc_membind\fP (\fBhwloc_topology_t\fP topology, hwloc_pid_t pid, \fBhwloc_const_cpuset_t\fP cpuset, \fBhwloc_membind_policy_t\fP policy, int flags)" + .br + .RI "\fIBind given process memory on memory nodes near the given cpuset \fCcpuset\fP. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC int \fBhwloc_get_proc_membind_nodeset\fP (\fBhwloc_topology_t\fP topology, hwloc_pid_t pid, \fBhwloc_nodeset_t\fP nodeset, \fBhwloc_membind_policy_t\fP *policy, int flags)" ++.RI " int \fBhwloc_get_proc_membind_nodeset\fP (\fBhwloc_topology_t\fP topology, hwloc_pid_t pid, \fBhwloc_nodeset_t\fP nodeset, \fBhwloc_membind_policy_t\fP *policy, int flags)" + .br + .RI "\fIGet current process memory binding in nodeset \fCnodeset\fP. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC int \fBhwloc_get_proc_membind\fP (\fBhwloc_topology_t\fP topology, hwloc_pid_t pid, \fBhwloc_cpuset_t\fP cpuset, \fBhwloc_membind_policy_t\fP *policy, int flags)" ++.RI " int \fBhwloc_get_proc_membind\fP (\fBhwloc_topology_t\fP topology, hwloc_pid_t pid, \fBhwloc_cpuset_t\fP cpuset, \fBhwloc_membind_policy_t\fP *policy, int flags)" + .br + .RI "\fIGet current process memory binding in cpuset \fCcpuset\fP. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC int \fBhwloc_set_area_membind_nodeset\fP (\fBhwloc_topology_t\fP topology, const void *addr, size_t len, \fBhwloc_const_nodeset_t\fP nodeset, \fBhwloc_membind_policy_t\fP policy, int flags)" ++.RI " int \fBhwloc_set_area_membind_nodeset\fP (\fBhwloc_topology_t\fP topology, const void *addr, size_t len, \fBhwloc_const_nodeset_t\fP nodeset, \fBhwloc_membind_policy_t\fP policy, int flags)" + .br + .RI "\fIBind some memory range on the given nodeset \fCnodeset\fP. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC int \fBhwloc_set_area_membind\fP (\fBhwloc_topology_t\fP topology, const void *addr, size_t len, \fBhwloc_const_cpuset_t\fP cpuset, \fBhwloc_membind_policy_t\fP policy, int flags)" ++.RI " int \fBhwloc_set_area_membind\fP (\fBhwloc_topology_t\fP topology, const void *addr, size_t len, \fBhwloc_const_cpuset_t\fP cpuset, \fBhwloc_membind_policy_t\fP policy, int flags)" + .br + .RI "\fIBind some memory range on memory nodes near the given cpuset \fCcpuset\fP. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC int \fBhwloc_get_area_membind_nodeset\fP (\fBhwloc_topology_t\fP topology, const void *addr, size_t len, \fBhwloc_nodeset_t\fP nodeset, \fBhwloc_membind_policy_t\fP *policy, int flags)" ++.RI " int \fBhwloc_get_area_membind_nodeset\fP (\fBhwloc_topology_t\fP topology, const void *addr, size_t len, \fBhwloc_nodeset_t\fP nodeset, \fBhwloc_membind_policy_t\fP *policy, int flags)" + .br + .RI "\fIGet some memory range memory binding in nodeset \fCnodeset\fP. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC int \fBhwloc_get_area_membind\fP (\fBhwloc_topology_t\fP topology, const void *addr, size_t len, \fBhwloc_cpuset_t\fP cpuset, \fBhwloc_membind_policy_t\fP *policy, int flags)" ++.RI " int \fBhwloc_get_area_membind\fP (\fBhwloc_topology_t\fP topology, const void *addr, size_t len, \fBhwloc_cpuset_t\fP cpuset, \fBhwloc_membind_policy_t\fP *policy, int flags)" + .br + .RI "\fIGet some memory range memory binding in cpuset \fCcpuset\fP. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC void * \fBhwloc_alloc\fP (\fBhwloc_topology_t\fP topology, size_t len)" ++.RI " void * \fBhwloc_alloc\fP (\fBhwloc_topology_t\fP topology, size_t len)" + .br + .RI "\fIAllocate some memory. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC void * \fBhwloc_alloc_membind_nodeset\fP (\fBhwloc_topology_t\fP topology, size_t len, \fBhwloc_const_nodeset_t\fP nodeset, \fBhwloc_membind_policy_t\fP policy, int flags) __hwloc_attribute_malloc" ++.RI " void * \fBhwloc_alloc_membind_nodeset\fP (\fBhwloc_topology_t\fP topology, size_t len, \fBhwloc_const_nodeset_t\fP nodeset, \fBhwloc_membind_policy_t\fP policy, int flags) " + .br + .RI "\fIAllocate some memory on the given nodeset \fCnodeset\fP. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC void * \fBhwloc_alloc_membind\fP (\fBhwloc_topology_t\fP topology, size_t len, \fBhwloc_const_cpuset_t\fP cpuset, \fBhwloc_membind_policy_t\fP policy, int flags) __hwloc_attribute_malloc" ++.RI " void * \fBhwloc_alloc_membind\fP (\fBhwloc_topology_t\fP topology, size_t len, \fBhwloc_const_cpuset_t\fP cpuset, \fBhwloc_membind_policy_t\fP policy, int flags) " + .br + .RI "\fIAllocate some memory on memory nodes near the given cpuset \fCcpuset\fP. \fP" + .ti -1c +-.RI "HWLOC_DECLSPEC int \fBhwloc_free\fP (\fBhwloc_topology_t\fP topology, void *addr, size_t len)" ++.RI " int \fBhwloc_free\fP (\fBhwloc_topology_t\fP topology, void *addr, size_t len)" + .br + .RI "\fIFree some memory allocated by \fBhwloc_alloc()\fP or \fBhwloc_alloc_membind()\fP. \fP" + .in -1c +@@ -112,7 +112,9 @@ + .PP + .SS "enum \fBhwloc_membind_flags_t\fP" + .PP +-Memory binding flags. These flags can be used to refine the binding policy. ++Memory binding flags. ++.PP ++These flags can be used to refine the binding policy. + .PP + \fBNote:\fP + .RS 4 +@@ -121,7 +123,7 @@ + .PP + + .PP +-\fBEnumerator: \fP ++\fBEnumeration values: \fP + .in +1c + .TP + \fB\fIHWLOC_MEMBIND_PROCESS \fP\fP +@@ -134,17 +136,23 @@ + Request strict binding from the OS. The function will fail if the binding can not be completely enforced. + .TP + \fB\fIHWLOC_MEMBIND_MIGRATE \fP\fP +-Migrate existing allocated memory. If memory can not be migrated and the STRICT flag is passed, an error will be returned. ++Migrate existing allocated memory. ++.PP ++If memory can not be migrated and the STRICT flag is passed, an error will be returned. + .TP + \fB\fIHWLOC_MEMBIND_NOCPUBIND \fP\fP +-Avoid any effect on CPU binding. On some OSes, some memory binding function would also bind the application on the corresponding CPUs. It is often not a problem for the application, but if it is, setting this flag will make hwloc avoid using OS functions that would also bind on CPUs. This will however reduce the support of memory bindings, i.e. potentially return ENOSYS in some cases. ++Avoid any effect on CPU binding. ++.PP ++On some OSes, some memory binding function would also bind the application on the corresponding CPUs. It is often not a problem for the application, but if it is, setting this flag will make hwloc avoid using OS functions that would also bind on CPUs. This will however reduce the support of memory bindings, i.e. potentially return ENOSYS in some cases. + .SS "enum \fBhwloc_membind_policy_t\fP" + .PP +-Memory binding policy. These can be used to choose the binding policy. ++Memory binding policy. ++.PP ++These can be used to choose the binding policy. + .PP + Note that not all systems support all kinds of binding. + .PP +-\fBEnumerator: \fP ++\fBEnumeration values: \fP + .in +1c + .TP + \fB\fIHWLOC_MEMBIND_DEFAULT \fP\fP +@@ -166,9 +174,11 @@ + On next touch of existing allocated memory, migrate it to the node where the memory reference happened. + .SH "Function Documentation" + .PP +-.SS "HWLOC_DECLSPEC void* hwloc_alloc (\fBhwloc_topology_t\fP topology, size_t len)" ++.SS " void* hwloc_alloc (\fBhwloc_topology_t\fP topology, size_t len)" ++.PP ++Allocate some memory. + .PP +-Allocate some memory. This is equivalent to malloc(), except it tries to allocated page-aligned memory from the OS. ++This is equivalent to malloc(), except it tries to allocated page-aligned memory from the OS. + .PP + \fBNote:\fP + .RS 4 +@@ -176,9 +186,11 @@ + .RE + .PP + +-.SS "HWLOC_DECLSPEC void* hwloc_alloc_membind (\fBhwloc_topology_t\fP topology, size_t len, \fBhwloc_const_cpuset_t\fP cpuset, \fBhwloc_membind_policy_t\fP policy, int flags)" ++.SS " void* hwloc_alloc_membind (\fBhwloc_topology_t\fP topology, size_t len, \fBhwloc_const_cpuset_t\fP cpuset, \fBhwloc_membind_policy_t\fP policy, int flags)" ++.PP ++Allocate some memory on memory nodes near the given cpuset \fCcpuset\fP. + .PP +-Allocate some memory on memory nodes near the given cpuset \fCcpuset\fP. \fBReturns:\fP ++\fBReturns:\fP + .RS 4 + -1 with errno set to ENOSYS if the action is not supported and HWLOC_MEMBIND_STRICT is given + .PP +@@ -191,9 +203,11 @@ + .RE + .PP + +-.SS "HWLOC_DECLSPEC void* hwloc_alloc_membind_nodeset (\fBhwloc_topology_t\fP topology, size_t len, \fBhwloc_const_nodeset_t\fP nodeset, \fBhwloc_membind_policy_t\fP policy, int flags)" ++.SS " void* hwloc_alloc_membind_nodeset (\fBhwloc_topology_t\fP topology, size_t len, \fBhwloc_const_nodeset_t\fP nodeset, \fBhwloc_membind_policy_t\fP policy, int flags)" + .PP +-Allocate some memory on the given nodeset \fCnodeset\fP. \fBReturns:\fP ++Allocate some memory on the given nodeset \fCnodeset\fP. ++.PP ++\fBReturns:\fP + .RS 4 + -1 with errno set to ENOSYS if the action is not supported and HWLOC_MEMBIND_STRICT is given + .PP +@@ -206,30 +220,39 @@ + .RE + .PP + +-.SS "HWLOC_DECLSPEC int hwloc_free (\fBhwloc_topology_t\fP topology, void * addr, size_t len)" ++.SS " int hwloc_free (\fBhwloc_topology_t\fP topology, void * addr, size_t len)" + .PP + Free some memory allocated by \fBhwloc_alloc()\fP or \fBhwloc_alloc_membind()\fP. +-.SS "HWLOC_DECLSPEC int hwloc_get_area_membind (\fBhwloc_topology_t\fP topology, const void * addr, size_t len, \fBhwloc_cpuset_t\fP cpuset, \fBhwloc_membind_policy_t\fP * policy, int flags)" ++.PP ++.SS " int hwloc_get_area_membind (\fBhwloc_topology_t\fP topology, const void * addr, size_t len, \fBhwloc_cpuset_t\fP cpuset, \fBhwloc_membind_policy_t\fP * policy, int flags)" + .PP + Get some memory range memory binding in cpuset \fCcpuset\fP. +-.SS "HWLOC_DECLSPEC int hwloc_get_area_membind_nodeset (\fBhwloc_topology_t\fP topology, const void * addr, size_t len, \fBhwloc_nodeset_t\fP nodeset, \fBhwloc_membind_policy_t\fP * policy, int flags)" ++.PP ++.SS " int hwloc_get_area_membind_nodeset (\fBhwloc_topology_t\fP topology, const void * addr, size_t len, \fBhwloc_nodeset_t\fP nodeset, \fBhwloc_membind_policy_t\fP * policy, int flags)" + .PP + Get some memory range memory binding in nodeset \fCnodeset\fP. +-.SS "HWLOC_DECLSPEC int hwloc_get_membind (\fBhwloc_topology_t\fP topology, \fBhwloc_cpuset_t\fP cpuset, \fBhwloc_membind_policy_t\fP * policy, int flags)" ++.PP ++.SS " int hwloc_get_membind (\fBhwloc_topology_t\fP topology, \fBhwloc_cpuset_t\fP cpuset, \fBhwloc_membind_policy_t\fP * policy, int flags)" + .PP + Get current process memory binding in cpuset \fCcpuset\fP. +-.SS "HWLOC_DECLSPEC int hwloc_get_membind_nodeset (\fBhwloc_topology_t\fP topology, \fBhwloc_nodeset_t\fP nodeset, \fBhwloc_membind_policy_t\fP * policy, int flags)" ++.PP ++.SS " int hwloc_get_membind_nodeset (\fBhwloc_topology_t\fP topology, \fBhwloc_nodeset_t\fP nodeset, \fBhwloc_membind_policy_t\fP * policy, int flags)" + .PP + Get current process memory binding in nodeset \fCnodeset\fP. +-.SS "HWLOC_DECLSPEC int hwloc_get_proc_membind (\fBhwloc_topology_t\fP topology, hwloc_pid_t pid, \fBhwloc_cpuset_t\fP cpuset, \fBhwloc_membind_policy_t\fP * policy, int flags)" ++.PP ++.SS " int hwloc_get_proc_membind (\fBhwloc_topology_t\fP topology, hwloc_pid_t pid, \fBhwloc_cpuset_t\fP cpuset, \fBhwloc_membind_policy_t\fP * policy, int flags)" + .PP + Get current process memory binding in cpuset \fCcpuset\fP. +-.SS "HWLOC_DECLSPEC int hwloc_get_proc_membind_nodeset (\fBhwloc_topology_t\fP topology, hwloc_pid_t pid, \fBhwloc_nodeset_t\fP nodeset, \fBhwloc_membind_policy_t\fP * policy, int flags)" ++.PP ++.SS " int hwloc_get_proc_membind_nodeset (\fBhwloc_topology_t\fP topology, hwloc_pid_t pid, \fBhwloc_nodeset_t\fP nodeset, \fBhwloc_membind_policy_t\fP * policy, int flags)" + .PP + Get current process memory binding in nodeset \fCnodeset\fP. +-.SS "HWLOC_DECLSPEC int hwloc_set_area_membind (\fBhwloc_topology_t\fP topology, const void * addr, size_t len, \fBhwloc_const_cpuset_t\fP cpuset, \fBhwloc_membind_policy_t\fP policy, int flags)" + .PP +-Bind some memory range on memory nodes near the given cpuset \fCcpuset\fP. \fBReturns:\fP ++.SS " int hwloc_set_area_membind (\fBhwloc_topology_t\fP topology, const void * addr, size_t len, \fBhwloc_const_cpuset_t\fP cpuset, \fBhwloc_membind_policy_t\fP policy, int flags)" ++.PP ++Bind some memory range on memory nodes near the given cpuset \fCcpuset\fP. ++.PP ++\fBReturns:\fP + .RS 4 + -1 with errno set to ENOSYS if the action is not supported + .PP +@@ -237,9 +260,11 @@ + .RE + .PP + +-.SS "HWLOC_DECLSPEC int hwloc_set_area_membind_nodeset (\fBhwloc_topology_t\fP topology, const void * addr, size_t len, \fBhwloc_const_nodeset_t\fP nodeset, \fBhwloc_membind_policy_t\fP policy, int flags)" ++.SS " int hwloc_set_area_membind_nodeset (\fBhwloc_topology_t\fP topology, const void * addr, size_t len, \fBhwloc_const_nodeset_t\fP nodeset, \fBhwloc_membind_policy_t\fP policy, int flags)" ++.PP ++Bind some memory range on the given nodeset \fCnodeset\fP. + .PP +-Bind some memory range on the given nodeset \fCnodeset\fP. \fBReturns:\fP ++\fBReturns:\fP + .RS 4 + -1 with errno set to ENOSYS if the action is not supported + .PP +@@ -247,9 +272,11 @@ + .RE + .PP + +-.SS "HWLOC_DECLSPEC int hwloc_set_membind (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP cpuset, \fBhwloc_membind_policy_t\fP policy, int flags)" ++.SS " int hwloc_set_membind (\fBhwloc_topology_t\fP topology, \fBhwloc_const_cpuset_t\fP cpuset, \fBhwloc_membind_policy_t\fP policy, int flags)" + .PP +-Bind current process memory on memory nodes near the given cpuset \fCcpuset\fP. \fBReturns:\fP ++Bind current process memory on memory nodes near the given cpuset \fCcpuset\fP. ++.PP ++\fBReturns:\fP + .RS 4 + -1 with errno set to ENOSYS if the action is not supported + .PP +@@ -257,9 +284,11 @@ + .RE + .PP + +-.SS "HWLOC_DECLSPEC int hwloc_set_membind_nodeset (\fBhwloc_topology_t\fP topology, \fBhwloc_const_nodeset_t\fP nodeset, \fBhwloc_membind_policy_t\fP policy, int flags)" ++.SS " int hwloc_set_membind_nodeset (\fBhwloc_topology_t\fP topology, \fBhwloc_const_nodeset_t\fP nodeset, \fBhwloc_membind_policy_t\fP policy, int flags)" ++.PP ++Bind current process memory on the given nodeset \fCnodeset\fP. + .PP +-Bind current process memory on the given nodeset \fCnodeset\fP. \fBReturns:\fP ++\fBReturns:\fP + .RS 4 + -1 with errno set to ENOSYS if the action is not supported + .PP +@@ -267,9 +296,11 @@ + .RE + .PP + +-.SS "HWLOC_DECLSPEC int hwloc_set_proc_membind (\fBhwloc_topology_t\fP topology, hwloc_pid_t pid, \fBhwloc_const_cpuset_t\fP cpuset, \fBhwloc_membind_policy_t\fP policy, int flags)" ++.SS " int hwloc_set_proc_membind (\fBhwloc_topology_t\fP topology, hwloc_pid_t pid, \fBhwloc_const_cpuset_t\fP cpuset, \fBhwloc_membind_policy_t\fP policy, int flags)" ++.PP ++Bind given process memory on memory nodes near the given cpuset \fCcpuset\fP. + .PP +-Bind given process memory on memory nodes near the given cpuset \fCcpuset\fP. \fBReturns:\fP ++\fBReturns:\fP + .RS 4 + -1 with errno set to ENOSYS if the action is not supported + .PP +@@ -277,9 +308,11 @@ + .RE + .PP + +-.SS "HWLOC_DECLSPEC int hwloc_set_proc_membind_nodeset (\fBhwloc_topology_t\fP topology, hwloc_pid_t pid, \fBhwloc_const_nodeset_t\fP nodeset, \fBhwloc_membind_policy_t\fP policy, int flags)" ++.SS " int hwloc_set_proc_membind_nodeset (\fBhwloc_topology_t\fP topology, hwloc_pid_t pid, \fBhwloc_const_nodeset_t\fP nodeset, \fBhwloc_membind_policy_t\fP policy, int flags)" + .PP +-Bind given process memory on the given nodeset \fCnodeset\fP. \fBReturns:\fP ++Bind given process memory on the given nodeset \fCnodeset\fP. ++.PP ++\fBReturns:\fP + .RS 4 + -1 with errno set to ENOSYS if the action is not supported + .PP +@@ -287,6 +320,3 @@ + .RE + .PP + +-.SH "Author" +-.PP +-Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code. +diff -uNr hwloc-1.1/doc/doxygen-doc/man/man3/hwlocality_myriexpress.3 hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwlocality_myriexpress.3 +--- hwloc-1.1/doc/doxygen-doc/man/man3/hwlocality_myriexpress.3 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwlocality_myriexpress.3 2010-12-31 23:48:22.207865957 +0100 +@@ -1,4 +1,4 @@ +-.TH "Myrinet Express-Specific Functions" 3 "Thu Dec 16 2010" "Version 1.1" "Hardware Locality (hwloc)" \" -*- nroff -*- ++.TH "Myrinet Express-Specific Functions" 3 "21 Dec 2010" "Version 1.1rc6r2967" "Hardware Locality (hwloc)" \" -*- nroff -*- + .ad l + .nh + .SH NAME +@@ -7,22 +7,23 @@ + + .in +1c + .ti -1c +-.RI "static __hwloc_inline int \fBhwloc_mx_board_get_device_cpuset\fP (\fBhwloc_topology_t\fP topology, unsigned id, \fBhwloc_cpuset_t\fP set)" ++.RI "inline int \fBhwloc_mx_board_get_device_cpuset\fP (\fBhwloc_topology_t\fP topology, unsigned id, \fBhwloc_cpuset_t\fP set)" + .br + .RI "\fIGet the CPU set of logical processors that are physically close the MX board \fCid\fP. \fP" + .ti -1c +-.RI "static __hwloc_inline int \fBhwloc_mx_endpoint_get_device_cpuset\fP (\fBhwloc_topology_t\fP topology, mx_endpoint_t endpoint, \fBhwloc_cpuset_t\fP set)" ++.RI "inline int \fBhwloc_mx_endpoint_get_device_cpuset\fP (\fBhwloc_topology_t\fP topology, mx_endpoint_t endpoint, \fBhwloc_cpuset_t\fP set)" + .br + .RI "\fIGet the CPU set of logical processors that are physically close to endpoint \fCendpoint\fP. \fP" + .in -1c + .SH "Function Documentation" + .PP +-.SS "static __hwloc_inline int hwloc_mx_board_get_device_cpuset (\fBhwloc_topology_t\fP topology, unsigned id, \fBhwloc_cpuset_t\fP set)\fC [static]\fP" ++.SS "inline int hwloc_mx_board_get_device_cpuset (\fBhwloc_topology_t\fP topology, unsigned id, \fBhwloc_cpuset_t\fP set)\fC [static]\fP" + .PP +-Get the CPU set of logical processors that are physically close the MX board \fCid\fP. For the given Myrinet Express board index \fCid\fP, read the OS-provided NUMA node and return the corresponding CPU set. +-.SS "static __hwloc_inline int hwloc_mx_endpoint_get_device_cpuset (\fBhwloc_topology_t\fP topology, mx_endpoint_t endpoint, \fBhwloc_cpuset_t\fP set)\fC [static]\fP" ++Get the CPU set of logical processors that are physically close the MX board \fCid\fP. + .PP +-Get the CPU set of logical processors that are physically close to endpoint \fCendpoint\fP. For the given Myrinet Express endpoint \fCendpoint\fP, read the OS-provided NUMA node and return the corresponding CPU set. +-.SH "Author" +-.PP +-Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code. ++For the given Myrinet Express board index \fCid\fP, read the OS-provided NUMA node and return the corresponding CPU set. ++.SS "inline int hwloc_mx_endpoint_get_device_cpuset (\fBhwloc_topology_t\fP topology, mx_endpoint_t endpoint, \fBhwloc_cpuset_t\fP set)\fC [static]\fP" ++.PP ++Get the CPU set of logical processors that are physically close to endpoint \fCendpoint\fP. ++.PP ++For the given Myrinet Express endpoint \fCendpoint\fP, read the OS-provided NUMA node and return the corresponding CPU set. +diff -uNr hwloc-1.1/doc/doxygen-doc/man/man3/hwlocality_objects.3 hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwlocality_objects.3 +--- hwloc-1.1/doc/doxygen-doc/man/man3/hwlocality_objects.3 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwlocality_objects.3 2010-12-31 23:48:22.116854821 +0100 +@@ -1,4 +1,4 @@ +-.TH "Topology Objects" 3 "Thu Dec 16 2010" "Version 1.1" "Hardware Locality (hwloc)" \" -*- nroff -*- ++.TH "Topology Objects" 3 "21 Dec 2010" "Version 1.1rc6r2967" "Hardware Locality (hwloc)" \" -*- nroff -*- + .ad l + .nh + .SH NAME +@@ -27,7 +27,7 @@ + + .in +1c + .ti -1c +-.RI "typedef struct \fBhwloc_obj\fP * \fBhwloc_obj_t\fP" ++.RI "typedef \fBhwloc_obj\fP * \fBhwloc_obj_t\fP" + .br + .RI "\fIConvenience typedef; a pointer to a struct \fBhwloc_obj\fP. \fP" + .in -1c +@@ -36,6 +36,5 @@ + .SS "typedef struct \fBhwloc_obj\fP* \fBhwloc_obj_t\fP" + .PP + Convenience typedef; a pointer to a struct \fBhwloc_obj\fP. +-.SH "Author" +-.PP +-Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code. ++.PP ++ +diff -uNr hwloc-1.1/doc/doxygen-doc/man/man3/hwlocality_openfabrics.3 hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwlocality_openfabrics.3 +--- hwloc-1.1/doc/doxygen-doc/man/man3/hwlocality_openfabrics.3 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwlocality_openfabrics.3 2010-12-31 23:48:22.195864488 +0100 +@@ -1,4 +1,4 @@ +-.TH "OpenFabrics-Specific Functions" 3 "Thu Dec 16 2010" "Version 1.1" "Hardware Locality (hwloc)" \" -*- nroff -*- ++.TH "OpenFabrics-Specific Functions" 3 "21 Dec 2010" "Version 1.1rc6r2967" "Hardware Locality (hwloc)" \" -*- nroff -*- + .ad l + .nh + .SH NAME +@@ -7,15 +7,14 @@ + + .in +1c + .ti -1c +-.RI "static __hwloc_inline int \fBhwloc_ibv_get_device_cpuset\fP (\fBhwloc_topology_t\fP topology __hwloc_attribute_unused, struct ibv_device *ibdev, \fBhwloc_cpuset_t\fP set)" ++.RI "inline int \fBhwloc_ibv_get_device_cpuset\fP (\fBhwloc_topology_t\fP topology , struct ibv_device *ibdev, \fBhwloc_cpuset_t\fP set)" + .br + .RI "\fIGet the CPU set of logical processors that are physically close to device \fCibdev\fP. \fP" + .in -1c + .SH "Function Documentation" + .PP +-.SS "static __hwloc_inline int hwloc_ibv_get_device_cpuset (\fBhwloc_topology_t\fP topology __hwloc_attribute_unused, struct ibv_device * ibdev, \fBhwloc_cpuset_t\fP set)\fC [static]\fP" ++.SS "inline int hwloc_ibv_get_device_cpuset (\fBhwloc_topology_t\fP topology , struct ibv_device * ibdev, \fBhwloc_cpuset_t\fP set)\fC [static]\fP" + .PP +-Get the CPU set of logical processors that are physically close to device \fCibdev\fP. For the given OpenFabrics device \fCibdev\fP, read the corresponding kernel-provided cpumap file and return the corresponding CPU set. This function is currently only implemented in a meaningful way for Linux; other systems will simply get a full cpuset. +-.SH "Author" +-.PP +-Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code. ++Get the CPU set of logical processors that are physically close to device \fCibdev\fP. ++.PP ++For the given OpenFabrics device \fCibdev\fP, read the corresponding kernel-provided cpumap file and return the corresponding CPU set. This function is currently only implemented in a meaningful way for Linux; other systems will simply get a full cpuset. +diff -uNr hwloc-1.1/doc/doxygen-doc/man/man3/hwlocality_traversal.3 hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwlocality_traversal.3 +--- hwloc-1.1/doc/doxygen-doc/man/man3/hwlocality_traversal.3 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwlocality_traversal.3 2010-12-31 23:48:22.143858125 +0100 +@@ -1,4 +1,4 @@ +-.TH "Retrieve Objects" 3 "Thu Dec 16 2010" "Version 1.1" "Hardware Locality (hwloc)" \" -*- nroff -*- ++.TH "Retrieve Objects" 3 "21 Dec 2010" "Version 1.1rc6r2967" "Hardware Locality (hwloc)" \" -*- nroff -*- + .ad l + .nh + .SH NAME +@@ -7,22 +7,22 @@ + + .in +1c + .ti -1c +-.RI "HWLOC_DECLSPEC \fBhwloc_obj_t\fP \fBhwloc_get_obj_by_depth\fP (\fBhwloc_topology_t\fP topology, unsigned depth, unsigned idx) __hwloc_attribute_pure" ++.RI " \fBhwloc_obj_t\fP \fBhwloc_get_obj_by_depth\fP (\fBhwloc_topology_t\fP topology, unsigned depth, unsigned idx) " + .br + .RI "\fIReturns the topology object at index \fCindex\fP from depth \fCdepth\fP. \fP" + .ti -1c +-.RI "static __hwloc_inline \fBhwloc_obj_t\fP __hwloc_attribute_pure \fBhwloc_get_obj_by_type\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_obj_type_t\fP type, unsigned idx)" ++.RI "inline \fBhwloc_obj_t\fP \fBhwloc_get_obj_by_type\fP (\fBhwloc_topology_t\fP topology, \fBhwloc_obj_type_t\fP type, unsigned idx)" + .br + .RI "\fIReturns the topology object at index \fCindex\fP with type \fCtype\fP. \fP" + .in -1c + .SH "Function Documentation" + .PP +-.SS "HWLOC_DECLSPEC \fBhwloc_obj_t\fP hwloc_get_obj_by_depth (\fBhwloc_topology_t\fP topology, unsigned depth, unsigned idx)" ++.SS " \fBhwloc_obj_t\fP hwloc_get_obj_by_depth (\fBhwloc_topology_t\fP topology, unsigned depth, unsigned idx)" + .PP + Returns the topology object at index \fCindex\fP from depth \fCdepth\fP. +-.SS "static __hwloc_inline \fBhwloc_obj_t\fP __hwloc_attribute_pure hwloc_get_obj_by_type (\fBhwloc_topology_t\fP topology, \fBhwloc_obj_type_t\fP type, unsigned idx)\fC [static]\fP" + .PP +-Returns the topology object at index \fCindex\fP with type \fCtype\fP. If no object for that type exists, \fCNULL\fP is returned. If there are several levels with objects of that type, \fCNULL\fP is returned and ther caller may fallback to \fBhwloc_get_obj_by_depth()\fP. +-.SH "Author" +-.PP +-Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code. ++.SS "inline \fBhwloc_obj_t\fP hwloc_get_obj_by_type (\fBhwloc_topology_t\fP topology, \fBhwloc_obj_type_t\fP type, unsigned idx)\fC [static]\fP" ++.PP ++Returns the topology object at index \fCindex\fP with type \fCtype\fP. ++.PP ++If no object for that type exists, \fCNULL\fP is returned. If there are several levels with objects of that type, \fCNULL\fP is returned and ther caller may fallback to \fBhwloc_get_obj_by_depth()\fP. +diff -uNr hwloc-1.1/doc/doxygen-doc/man/man3/hwlocality_types.3 hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwlocality_types.3 +--- hwloc-1.1/doc/doxygen-doc/man/man3/hwlocality_types.3 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwlocality_types.3 2010-12-31 23:48:22.232869016 +0100 +@@ -1,4 +1,4 @@ +-.TH "Topology Object Types" 3 "Thu Dec 16 2010" "Version 1.1" "Hardware Locality (hwloc)" \" -*- nroff -*- ++.TH "Topology Object Types" 3 "21 Dec 2010" "Version 1.1rc6r2967" "Hardware Locality (hwloc)" \" -*- nroff -*- + .ad l + .nh + .SH NAME +@@ -18,7 +18,7 @@ + + .in +1c + .ti -1c +-.RI "HWLOC_DECLSPEC int \fBhwloc_compare_types\fP (\fBhwloc_obj_type_t\fP type1, \fBhwloc_obj_type_t\fP type2) __hwloc_attribute_const" ++.RI " int \fBhwloc_compare_types\fP (\fBhwloc_obj_type_t\fP type1, \fBhwloc_obj_type_t\fP type2) " + .br + .RI "\fICompare the depth of two object types. \fP" + .in -1c +@@ -26,54 +26,80 @@ + .PP + .SS "enum \fBhwloc_compare_types_e\fP" + .PP +-\fBEnumerator: \fP ++\fBEnumeration values: \fP + .in +1c + .TP + \fB\fIHWLOC_TYPE_UNORDERED \fP\fP + Value returned by hwloc_compare_types when types can not be compared. + .SS "enum \fBhwloc_obj_type_t\fP" + .PP +-Type of topology object. \fBNote:\fP ++Type of topology object. ++.PP ++\fBNote:\fP + .RS 4 + Do not rely on the ordering or completeness of the values as new ones may be defined in the future! If you need to compare types, use \fBhwloc_compare_types()\fP instead. + .RE + .PP + + .PP +-\fBEnumerator: \fP ++\fBEnumeration values: \fP + .in +1c + .TP + \fB\fIHWLOC_OBJ_SYSTEM \fP\fP +-Whole system (may be a cluster of machines). The whole system that is accessible to hwloc. That may comprise several machines in SSI systems like Kerrighed. ++Whole system (may be a cluster of machines). ++.PP ++The whole system that is accessible to hwloc. That may comprise several machines in SSI systems like Kerrighed. + .TP + \fB\fIHWLOC_OBJ_MACHINE \fP\fP +-Machine. The typical root object type. A set of processors and memory with cache coherency. ++Machine. ++.PP ++The typical root object type. A set of processors and memory with cache coherency. + .TP + \fB\fIHWLOC_OBJ_NODE \fP\fP +-NUMA node. A set of processors around memory which the processors can directly access. ++NUMA node. ++.PP ++A set of processors around memory which the processors can directly access. + .TP + \fB\fIHWLOC_OBJ_SOCKET \fP\fP +-Socket, physical package, or chip. In the physical meaning, i.e. that you can add or remove physically. ++Socket, physical package, or chip. ++.PP ++In the physical meaning, i.e. that you can add or remove physically. + .TP + \fB\fIHWLOC_OBJ_CACHE \fP\fP +-Data cache. Can be L1, L2, L3, ... ++Data cache. ++.PP ++Can be L1, L2, L3, ... + .TP + \fB\fIHWLOC_OBJ_CORE \fP\fP +-Core. A computation unit (may be shared by several logical processors). ++Core. ++.PP ++A computation unit (may be shared by several logical processors). + .TP + \fB\fIHWLOC_OBJ_PU \fP\fP +-Processing Unit, or (Logical) Processor. An execution unit (may share a core with some other logical processors, e.g. in the case of an SMT core). Objects of this kind are always reported and can thus be used as fallback when others are not. ++Processing Unit, or (Logical) Processor. ++.PP ++An execution unit (may share a core with some other logical processors, e.g. in the case of an SMT core). ++.PP ++Objects of this kind are always reported and can thus be used as fallback when others are not. + .TP + \fB\fIHWLOC_OBJ_GROUP \fP\fP +-Group objects. Objects which do not fit in the above but are detected by hwloc and are useful to take into account for affinity. For instance, some OSes expose their arbitrary processors aggregation this way. And hwloc may insert such objects to group NUMA nodes according to their distances. These objects are ignored when they do not bring any structure. ++Group objects. ++.PP ++Objects which do not fit in the above but are detected by hwloc and are useful to take into account for affinity. For instance, some OSes expose their arbitrary processors aggregation this way. And hwloc may insert such objects to group NUMA nodes according to their distances. ++.PP ++These objects are ignored when they do not bring any structure. + .TP + \fB\fIHWLOC_OBJ_MISC \fP\fP +-Miscellaneous objects. Objects without particular meaning, that can e.g. be added by the application for its own use. ++Miscellaneous objects. ++.PP ++Objects without particular meaning, that can e.g. be added by the application for its own use. + .SH "Function Documentation" + .PP +-.SS "HWLOC_DECLSPEC int hwloc_compare_types (\fBhwloc_obj_type_t\fP type1, \fBhwloc_obj_type_t\fP type2) const" ++.SS " int hwloc_compare_types (\fBhwloc_obj_type_t\fP type1, \fBhwloc_obj_type_t\fP type2) const" ++.PP ++Compare the depth of two object types. + .PP +-Compare the depth of two object types. Types shouldn't be compared as they are, since newer ones may be added in the future. This function returns less than, equal to, or greater than zero respectively if \fCtype1\fP objects usually include \fCtype2\fP objects, are the same as \fCtype2\fP objects, or are included in \fCtype2\fP objects. If the types can not be compared (because neither is usually contained in the other), HWLOC_TYPE_UNORDERED is returned. Object types containing CPUs can always be compared (usually, a system contains machines which contain nodes which contain sockets which contain caches, which contain cores, which contain processors). ++Types shouldn't be compared as they are, since newer ones may be added in the future. This function returns less than, equal to, or greater than zero respectively if \fCtype1\fP objects usually include \fCtype2\fP objects, are the same as \fCtype2\fP objects, or are included in \fCtype2\fP objects. If the types can not be compared (because neither is usually contained in the other), HWLOC_TYPE_UNORDERED is returned. Object types containing CPUs can always be compared (usually, a system contains machines which contain nodes which contain sockets which contain caches, which contain cores, which contain processors). + .PP + \fBNote:\fP + .RS 4 +@@ -83,6 +109,3 @@ + .RE + .PP + +-.SH "Author" +-.PP +-Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code. +diff -uNr hwloc-1.1/doc/doxygen-doc/man/man3/hwloc_obj.3 hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwloc_obj.3 +--- hwloc-1.1/doc/doxygen-doc/man/man3/hwloc_obj.3 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwloc_obj.3 2010-12-31 23:48:22.195864488 +0100 +@@ -1,16 +1,15 @@ +-.TH "hwloc_obj" 3 "Thu Dec 16 2010" "Version 1.1" "Hardware Locality (hwloc)" \" -*- nroff -*- ++.TH "hwloc_obj" 3 "21 Dec 2010" "Version 1.1rc6r2967" "Hardware Locality (hwloc)" \" -*- nroff -*- + .ad l + .nh + .SH NAME +-hwloc_obj \- +-.PP +-Structure of a topology object. ++hwloc_obj \- Structure of a topology object. + ++.PP + .SH SYNOPSIS + .br + .PP +-.PP + \fC#include \fP ++.PP + .SS "Data Fields" + + .in +1c +@@ -27,11 +26,11 @@ + .br + .RI "\fIObject description if any. \fP" + .ti -1c +-.RI "struct \fBhwloc_obj_memory_s\fP \fBmemory\fP" ++.RI "\fBhwloc_obj_memory_s\fP \fBmemory\fP" + .br + .RI "\fIMemory attributes. \fP" + .ti -1c +-.RI "union \fBhwloc_obj_attr_u\fP * \fBattr\fP" ++.RI "\fBhwloc_obj_attr_u\fP * \fBattr\fP" + .br + .RI "\fIObject type-specific Attributes, may be \fCNULL\fP if no attribute value was found. \fP" + .ti -1c +@@ -47,15 +46,15 @@ + .br + .RI "\fIOS-provided physical level, -1 if unknown or meaningless. \fP" + .ti -1c +-.RI "struct \fBhwloc_obj\fP * \fBnext_cousin\fP" ++.RI "\fBhwloc_obj\fP * \fBnext_cousin\fP" + .br + .RI "\fINext object of same type. \fP" + .ti -1c +-.RI "struct \fBhwloc_obj\fP * \fBprev_cousin\fP" ++.RI "\fBhwloc_obj\fP * \fBprev_cousin\fP" + .br + .RI "\fIPrevious object of same type. \fP" + .ti -1c +-.RI "struct \fBhwloc_obj\fP * \fBparent\fP" ++.RI "\fBhwloc_obj\fP * \fBparent\fP" + .br + .RI "\fIParent, \fCNULL\fP if root (system object). \fP" + .ti -1c +@@ -63,11 +62,11 @@ + .br + .RI "\fIIndex in parent's \fCchildren\fP[] array. \fP" + .ti -1c +-.RI "struct \fBhwloc_obj\fP * \fBnext_sibling\fP" ++.RI "\fBhwloc_obj\fP * \fBnext_sibling\fP" + .br + .RI "\fINext object below the same parent. \fP" + .ti -1c +-.RI "struct \fBhwloc_obj\fP * \fBprev_sibling\fP" ++.RI "\fBhwloc_obj\fP * \fBprev_sibling\fP" + .br + .RI "\fIPrevious object below the same parent. \fP" + .ti -1c +@@ -75,15 +74,15 @@ + .br + .RI "\fINumber of children. \fP" + .ti -1c +-.RI "struct \fBhwloc_obj\fP ** \fBchildren\fP" ++.RI "\fBhwloc_obj\fP ** \fBchildren\fP" + .br +-.RI "\fIChildren, \fCchildren\fP[0 .. arity -1]. \fP" ++.RI "\fIChildren, \fCchildren\fP[0 . \fP" + .ti -1c +-.RI "struct \fBhwloc_obj\fP * \fBfirst_child\fP" ++.RI "\fBhwloc_obj\fP * \fBfirst_child\fP" + .br + .RI "\fIFirst child. \fP" + .ti -1c +-.RI "struct \fBhwloc_obj\fP * \fBlast_child\fP" ++.RI "\fBhwloc_obj\fP * \fBlast_child\fP" + .br + .RI "\fILast child. \fP" + .ti -1c +@@ -119,7 +118,7 @@ + .br + .RI "\fIThe set of allowed NUMA memory nodes. \fP" + .ti -1c +-.RI "struct \fBhwloc_obj_info_s\fP * \fBinfos\fP" ++.RI "\fBhwloc_obj_info_s\fP * \fBinfos\fP" + .br + .RI "\fIArray of stringified info type=name. \fP" + .ti -1c +@@ -131,12 +130,15 @@ + .PP + Structure of a topology object. + +-Applications mustn't modify any field except userdata . ++Applications mustn't modify any field except ::userdata . ++.PP + .SH "Field Documentation" + .PP + .SS "\fBhwloc_cpuset_t\fP \fBhwloc_obj::allowed_cpuset\fP" + .PP +-The CPU set of allowed logical processors. This includes the CPUs contained in this object which are allowed for binding, i.e. passing them to the hwloc binding functions should not return permission errors. This is usually restricted by administration rules. Some of them may however be offline so binding to them may still not be possible, see online_cpuset. ++The CPU set of allowed logical processors. ++.PP ++This includes the CPUs contained in this object which are allowed for binding, i.e. passing them to the hwloc binding functions should not return permission errors. This is usually restricted by administration rules. Some of them may however be offline so binding to them may still not be possible, see online_cpuset. + .PP + \fBNote:\fP + .RS 4 +@@ -146,7 +148,9 @@ + + .SS "\fBhwloc_nodeset_t\fP \fBhwloc_obj::allowed_nodeset\fP" + .PP +-The set of allowed NUMA memory nodes. This includes the NUMA memory nodes contained in this object which are allowed for memory allocation, i.e. passing them to NUMA node-directed memory allocation should not return permission errors. This is usually restricted by administration rules. ++The set of allowed NUMA memory nodes. ++.PP ++This includes the NUMA memory nodes contained in this object which are allowed for memory allocation, i.e. passing them to NUMA node-directed memory allocation should not return permission errors. This is usually restricted by administration rules. + .PP + If there are no NUMA nodes in the machine, all the memory is close to this object, so \fCallowed_nodeset\fP is full. + .PP +@@ -159,15 +163,21 @@ + .SS "unsigned \fBhwloc_obj::arity\fP" + .PP + Number of children. ++.PP + .SS "union \fBhwloc_obj_attr_u\fP* \fBhwloc_obj::attr\fP" + .PP + Object type-specific Attributes, may be \fCNULL\fP if no attribute value was found. ++.PP + .SS "struct \fBhwloc_obj\fP** \fBhwloc_obj::children\fP" + .PP +-Children, \fCchildren\fP[0 .. arity -1]. ++Children, \fCchildren\fP[0 . ++.PP ++arity -1] + .SS "\fBhwloc_cpuset_t\fP \fBhwloc_obj::complete_cpuset\fP" + .PP +-The complete CPU set of logical processors of this object,. This includes not only the same as the cpuset field, but also the CPUs for which topology information is unknown or incomplete, and the CPUs that are ignored when the HWLOC_TOPOLOGY_FLAG_WHOLE_SYSTEM flag is not set. Thus no corresponding PU object may be found in the topology, because the precise position is undefined. It is however known that it would be somewhere under this object. ++The complete CPU set of logical processors of this object,. ++.PP ++This includes not only the same as the cpuset field, but also the CPUs for which topology information is unknown or incomplete, and the CPUs that are ignored when the HWLOC_TOPOLOGY_FLAG_WHOLE_SYSTEM flag is not set. Thus no corresponding PU object may be found in the topology, because the precise position is undefined. It is however known that it would be somewhere under this object. + .PP + \fBNote:\fP + .RS 4 +@@ -177,7 +187,9 @@ + + .SS "\fBhwloc_nodeset_t\fP \fBhwloc_obj::complete_nodeset\fP" + .PP +-The complete NUMA node set of this object,. This includes not only the same as the nodeset field, but also the NUMA nodes for which topology information is unknown or incomplete, and the nodes that are ignored when the HWLOC_TOPOLOGY_FLAG_WHOLE_SYSTEM flag is not set. Thus no corresponding NODE object may be found in the topology, because the precise position is undefined. It is however known that it would be somewhere under this object. ++The complete NUMA node set of this object,. ++.PP ++This includes not only the same as the nodeset field, but also the NUMA nodes for which topology information is unknown or incomplete, and the nodes that are ignored when the HWLOC_TOPOLOGY_FLAG_WHOLE_SYSTEM flag is not set. Thus no corresponding NODE object may be found in the topology, because the precise position is undefined. It is however known that it would be somewhere under this object. + .PP + If there are no NUMA nodes in the machine, all the memory is close to this object, so \fCcomplete_nodeset\fP is full. + .PP +@@ -189,7 +201,9 @@ + + .SS "\fBhwloc_cpuset_t\fP \fBhwloc_obj::cpuset\fP" + .PP +-CPUs covered by this object. This is the set of CPUs for which there are PU objects in the topology under this object, i.e. which are known to be physically contained in this object and known how (the children path between this object and the PU objects). ++CPUs covered by this object. ++.PP ++This is the set of CPUs for which there are PU objects in the topology under this object, i.e. which are known to be physically contained in this object and known how (the children path between this object and the PU objects). + .PP + If the HWLOC_TOPOLOGY_FLAG_WHOLE_SYSTEM configuration flag is set, some of these CPUs may be offline, or not allowed for binding, see online_cpuset and allowed_cpuset. + .PP +@@ -202,36 +216,48 @@ + .SS "unsigned \fBhwloc_obj::depth\fP" + .PP + Vertical index in the hierarchy. ++.PP + .SS "struct \fBhwloc_obj\fP* \fBhwloc_obj::first_child\fP" + .PP + First child. ++.PP + .SS "struct \fBhwloc_obj_info_s\fP* \fBhwloc_obj::infos\fP" + .PP + Array of stringified info type=name. ++.PP + .SS "unsigned \fBhwloc_obj::infos_count\fP" + .PP + Size of infos array. ++.PP + .SS "struct \fBhwloc_obj\fP* \fBhwloc_obj::last_child\fP" + .PP + Last child. ++.PP + .SS "unsigned \fBhwloc_obj::logical_index\fP" + .PP + Horizontal index in the whole list of similar objects, could be a 'cousin_rank' since it's the rank within the 'cousin' list below. ++.PP + .SS "struct \fBhwloc_obj_memory_s\fP \fBhwloc_obj::memory\fP" + .PP + Memory attributes. ++.PP + .SS "char* \fBhwloc_obj::name\fP" + .PP + Object description if any. ++.PP + .SS "struct \fBhwloc_obj\fP* \fBhwloc_obj::next_cousin\fP" + .PP + Next object of same type. ++.PP + .SS "struct \fBhwloc_obj\fP* \fBhwloc_obj::next_sibling\fP" + .PP + Next object below the same parent. ++.PP + .SS "\fBhwloc_nodeset_t\fP \fBhwloc_obj::nodeset\fP" + .PP +-NUMA nodes covered by this object or containing this object. This is the set of NUMA nodes for which there are NODE objects in the topology under or above this object, i.e. which are known to be physically contained in this object or containing it and known how (the children path between this object and the NODE objects). ++NUMA nodes covered by this object or containing this object. ++.PP ++This is the set of NUMA nodes for which there are NODE objects in the topology under or above this object, i.e. which are known to be physically contained in this object or containing it and known how (the children path between this object and the NODE objects). + .PP + In the end, these nodes are those that are close to the current object. + .PP +@@ -247,7 +273,9 @@ + + .SS "\fBhwloc_cpuset_t\fP \fBhwloc_obj::online_cpuset\fP" + .PP +-The CPU set of online logical processors. This includes the CPUs contained in this object that are online, i.e. draw power and can execute threads. It may however not be allowed to bind to them due to administration rules, see allowed_cpuset. ++The CPU set of online logical processors. ++.PP ++This includes the CPUs contained in this object that are online, i.e. draw power and can execute threads. It may however not be allowed to bind to them due to administration rules, see allowed_cpuset. + .PP + \fBNote:\fP + .RS 4 +@@ -258,27 +286,36 @@ + .SS "unsigned \fBhwloc_obj::os_index\fP" + .PP + OS-provided physical index number. ++.PP + .SS "signed \fBhwloc_obj::os_level\fP" + .PP + OS-provided physical level, -1 if unknown or meaningless. ++.PP + .SS "struct \fBhwloc_obj\fP* \fBhwloc_obj::parent\fP" + .PP + Parent, \fCNULL\fP if root (system object). ++.PP + .SS "struct \fBhwloc_obj\fP* \fBhwloc_obj::prev_cousin\fP" + .PP + Previous object of same type. ++.PP + .SS "struct \fBhwloc_obj\fP* \fBhwloc_obj::prev_sibling\fP" + .PP + Previous object below the same parent. ++.PP + .SS "unsigned \fBhwloc_obj::sibling_rank\fP" + .PP + Index in parent's \fCchildren\fP[] array. ++.PP + .SS "\fBhwloc_obj_type_t\fP \fBhwloc_obj::type\fP" + .PP + Type of object. ++.PP + .SS "void* \fBhwloc_obj::userdata\fP" + .PP + Application-given private data pointer, initialized to \fCNULL\fP, use it as you wish. ++.PP ++ + + .SH "Author" + .PP +diff -uNr hwloc-1.1/doc/doxygen-doc/man/man3/hwloc_obj_attr_u.3 hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwloc_obj_attr_u.3 +--- hwloc-1.1/doc/doxygen-doc/man/man3/hwloc_obj_attr_u.3 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwloc_obj_attr_u.3 2010-12-31 23:48:22.203865467 +0100 +@@ -1,51 +1,42 @@ +-.TH "hwloc_obj_attr_u" 3 "Thu Dec 16 2010" "Version 1.1" "Hardware Locality (hwloc)" \" -*- nroff -*- ++.TH "hwloc_obj_attr_u" 3 "21 Dec 2010" "Version 1.1rc6r2967" "Hardware Locality (hwloc)" \" -*- nroff -*- + .ad l + .nh + .SH NAME +-hwloc_obj_attr_u \- +-.PP +-Object type-specific Attributes. ++hwloc_obj_attr_u \- Object type-specific Attributes. + ++.PP + .SH SYNOPSIS + .br + .PP +-.PP + \fC#include \fP +-.SS "Data Structures" +- +-.in +1c +-.ti -1c +-.RI "struct \fBhwloc_cache_attr_s\fP" +-.br +-.RI "\fICache-specific Object Attributes. \fP" +-.ti -1c +-.RI "struct \fBhwloc_group_attr_s\fP" +-.br +-.RI "\fIGroup-specific Object Attributes. \fP" +-.in -1c ++.PP + .SS "Data Fields" + + .in +1c + .ti -1c +-.RI "struct \fBhwloc_obj_attr_u::hwloc_cache_attr_s\fP \fBcache\fP" ++.RI "\fBhwloc_obj_attr_u::hwloc_cache_attr_s\fP \fBcache\fP" + .br + .RI "\fICache-specific Object Attributes. \fP" + .ti -1c +-.RI "struct \fBhwloc_obj_attr_u::hwloc_group_attr_s\fP \fBgroup\fP" ++.RI "\fBhwloc_obj_attr_u::hwloc_group_attr_s\fP \fBgroup\fP" + .br + .RI "\fIGroup-specific Object Attributes. \fP" + .in -1c + .SH "Detailed Description" + .PP + Object type-specific Attributes. ++.PP + .SH "Field Documentation" + .PP + .SS "struct \fBhwloc_obj_attr_u::hwloc_cache_attr_s\fP \fBhwloc_obj_attr_u::cache\fP" + .PP + Cache-specific Object Attributes. ++.PP + .SS "struct \fBhwloc_obj_attr_u::hwloc_group_attr_s\fP \fBhwloc_obj_attr_u::group\fP" + .PP + Group-specific Object Attributes. ++.PP ++ + + .SH "Author" + .PP +diff -uNr hwloc-1.1/doc/doxygen-doc/man/man3/hwloc_obj_attr_u_hwloc_cache_attr_s.3 hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwloc_obj_attr_u_hwloc_cache_attr_s.3 +--- hwloc-1.1/doc/doxygen-doc/man/man3/hwloc_obj_attr_u_hwloc_cache_attr_s.3 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwloc_obj_attr_u_hwloc_cache_attr_s.3 2010-12-31 23:48:22.232869016 +0100 +@@ -1,16 +1,15 @@ +-.TH "hwloc_obj_attr_u::hwloc_cache_attr_s" 3 "Thu Dec 16 2010" "Version 1.1" "Hardware Locality (hwloc)" \" -*- nroff -*- ++.TH "hwloc_obj_attr_u::hwloc_cache_attr_s" 3 "21 Dec 2010" "Version 1.1rc6r2967" "Hardware Locality (hwloc)" \" -*- nroff -*- + .ad l + .nh + .SH NAME +-hwloc_obj_attr_u::hwloc_cache_attr_s \- +-.PP +-Cache-specific Object Attributes. ++hwloc_obj_attr_u::hwloc_cache_attr_s \- Cache-specific Object Attributes. + ++.PP + .SH SYNOPSIS + .br + .PP +-.PP + \fC#include \fP ++.PP + .SS "Data Fields" + + .in +1c +@@ -30,17 +29,22 @@ + .SH "Detailed Description" + .PP + Cache-specific Object Attributes. ++.PP + .SH "Field Documentation" + .PP + .SS "unsigned \fBhwloc_obj_attr_u::hwloc_cache_attr_s::depth\fP" + .PP + Depth of cache. ++.PP + .SS "unsigned \fBhwloc_obj_attr_u::hwloc_cache_attr_s::linesize\fP" + .PP + Cache-line size in bytes. ++.PP + .SS "uint64_t \fBhwloc_obj_attr_u::hwloc_cache_attr_s::size\fP" + .PP + Size of cache in bytes. ++.PP ++ + + .SH "Author" + .PP +diff -uNr hwloc-1.1/doc/doxygen-doc/man/man3/hwloc_obj_attr_u_hwloc_group_attr_s.3 hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwloc_obj_attr_u_hwloc_group_attr_s.3 +--- hwloc-1.1/doc/doxygen-doc/man/man3/hwloc_obj_attr_u_hwloc_group_attr_s.3 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwloc_obj_attr_u_hwloc_group_attr_s.3 2010-12-31 23:48:22.277874524 +0100 +@@ -1,16 +1,15 @@ +-.TH "hwloc_obj_attr_u::hwloc_group_attr_s" 3 "Thu Dec 16 2010" "Version 1.1" "Hardware Locality (hwloc)" \" -*- nroff -*- ++.TH "hwloc_obj_attr_u::hwloc_group_attr_s" 3 "21 Dec 2010" "Version 1.1rc6r2967" "Hardware Locality (hwloc)" \" -*- nroff -*- + .ad l + .nh + .SH NAME +-hwloc_obj_attr_u::hwloc_group_attr_s \- +-.PP +-Group-specific Object Attributes. ++hwloc_obj_attr_u::hwloc_group_attr_s \- Group-specific Object Attributes. + ++.PP + .SH SYNOPSIS + .br + .PP +-.PP + \fC#include \fP ++.PP + .SS "Data Fields" + + .in +1c +@@ -22,11 +21,14 @@ + .SH "Detailed Description" + .PP + Group-specific Object Attributes. ++.PP + .SH "Field Documentation" + .PP + .SS "unsigned \fBhwloc_obj_attr_u::hwloc_group_attr_s::depth\fP" + .PP + Depth of group object. ++.PP ++ + + .SH "Author" + .PP +diff -uNr hwloc-1.1/doc/doxygen-doc/man/man3/hwloc_obj_memory_s.3 hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwloc_obj_memory_s.3 +--- hwloc-1.1/doc/doxygen-doc/man/man3/hwloc_obj_memory_s.3 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwloc_obj_memory_s.3 2010-12-31 23:48:22.205865711 +0100 +@@ -1,24 +1,15 @@ +-.TH "hwloc_obj_memory_s" 3 "Thu Dec 16 2010" "Version 1.1" "Hardware Locality (hwloc)" \" -*- nroff -*- ++.TH "hwloc_obj_memory_s" 3 "21 Dec 2010" "Version 1.1rc6r2967" "Hardware Locality (hwloc)" \" -*- nroff -*- + .ad l + .nh + .SH NAME +-hwloc_obj_memory_s \- +-.PP +-Object memory. ++hwloc_obj_memory_s \- Object memory. + ++.PP + .SH SYNOPSIS + .br + .PP +-.PP + \fC#include \fP +-.SS "Data Structures" +- +-.in +1c +-.ti -1c +-.RI "struct \fBhwloc_obj_memory_page_type_s\fP" +-.br +-.RI "\fIArray of local memory page types, \fCNULL\fP if no local memory and \fCpage_types\fP is 0. \fP" +-.in -1c ++.PP + .SS "Data Fields" + + .in +1c +@@ -35,27 +26,34 @@ + .br + .RI "\fISize of array \fCpage_types\fP. \fP" + .ti -1c +-.RI "struct \fBhwloc_obj_memory_s::hwloc_obj_memory_page_type_s\fP * \fBpage_types\fP" ++.RI "\fBhwloc_obj_memory_s::hwloc_obj_memory_page_type_s\fP * \fBpage_types\fP" + .br + .RI "\fIArray of local memory page types, \fCNULL\fP if no local memory and \fCpage_types\fP is 0. \fP" + .in -1c + .SH "Detailed Description" + .PP + Object memory. ++.PP + .SH "Field Documentation" + .PP + .SS "uint64_t \fBhwloc_obj_memory_s::local_memory\fP" + .PP + Local memory (in bytes). ++.PP + .SS "struct \fBhwloc_obj_memory_s::hwloc_obj_memory_page_type_s\fP * \fBhwloc_obj_memory_s::page_types\fP" + .PP +-Array of local memory page types, \fCNULL\fP if no local memory and \fCpage_types\fP is 0. The array is sorted by increasing \fCsize\fP fields. It contains \fCpage_types_len\fP slots. ++Array of local memory page types, \fCNULL\fP if no local memory and \fCpage_types\fP is 0. ++.PP ++The array is sorted by increasing \fCsize\fP fields. It contains \fCpage_types_len\fP slots. + .SS "unsigned \fBhwloc_obj_memory_s::page_types_len\fP" + .PP + Size of array \fCpage_types\fP. ++.PP + .SS "uint64_t \fBhwloc_obj_memory_s::total_memory\fP" + .PP + Total memory (in bytes) in this object and its children. ++.PP ++ + + .SH "Author" + .PP +diff -uNr hwloc-1.1/doc/doxygen-doc/man/man3/hwloc_topology_cpubind_support.3 hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwloc_topology_cpubind_support.3 +--- hwloc-1.1/doc/doxygen-doc/man/man3/hwloc_topology_cpubind_support.3 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwloc_topology_cpubind_support.3 2010-12-31 23:48:22.208866080 +0100 +@@ -1,16 +1,15 @@ +-.TH "hwloc_topology_cpubind_support" 3 "Thu Dec 16 2010" "Version 1.1" "Hardware Locality (hwloc)" \" -*- nroff -*- ++.TH "hwloc_topology_cpubind_support" 3 "21 Dec 2010" "Version 1.1rc6r2967" "Hardware Locality (hwloc)" \" -*- nroff -*- + .ad l + .nh + .SH NAME +-hwloc_topology_cpubind_support \- +-.PP +-Flags describing actual PU binding support for this topology. ++hwloc_topology_cpubind_support \- Flags describing actual PU binding support for this topology. + ++.PP + .SH SYNOPSIS + .br + .PP +-.PP + \fC#include \fP ++.PP + .SS "Data Fields" + + .in +1c +@@ -42,16 +41,33 @@ + .SH "Detailed Description" + .PP + Flags describing actual PU binding support for this topology. ++.PP + .SH "Field Documentation" + .PP +-.SS "unsigned char \fBhwloc_topology_cpubind_support::get_proc_cpubind\fP"Getting the binding of a whole given process is supported. +-.SS "unsigned char \fBhwloc_topology_cpubind_support::get_thisproc_cpubind\fP"Getting the binding of the whole current process is supported. +-.SS "unsigned char \fBhwloc_topology_cpubind_support::get_thisthread_cpubind\fP"Getting the binding of the current thread only is supported. +-.SS "unsigned char \fBhwloc_topology_cpubind_support::get_thread_cpubind\fP"Getting the binding of a given thread only is supported. +-.SS "unsigned char \fBhwloc_topology_cpubind_support::set_proc_cpubind\fP"Binding a whole given process is supported. +-.SS "unsigned char \fBhwloc_topology_cpubind_support::set_thisproc_cpubind\fP"Binding the whole current process is supported. +-.SS "unsigned char \fBhwloc_topology_cpubind_support::set_thisthread_cpubind\fP"Binding the current thread only is supported. +-.SS "unsigned char \fBhwloc_topology_cpubind_support::set_thread_cpubind\fP"Binding a given thread only is supported. ++.SS "unsigned char \fBhwloc_topology_cpubind_support::get_proc_cpubind\fP" ++.PP ++Getting the binding of a whole given process is supported. ++.SS "unsigned char \fBhwloc_topology_cpubind_support::get_thisproc_cpubind\fP" ++.PP ++Getting the binding of the whole current process is supported. ++.SS "unsigned char \fBhwloc_topology_cpubind_support::get_thisthread_cpubind\fP" ++.PP ++Getting the binding of the current thread only is supported. ++.SS "unsigned char \fBhwloc_topology_cpubind_support::get_thread_cpubind\fP" ++.PP ++Getting the binding of a given thread only is supported. ++.SS "unsigned char \fBhwloc_topology_cpubind_support::set_proc_cpubind\fP" ++.PP ++Binding a whole given process is supported. ++.SS "unsigned char \fBhwloc_topology_cpubind_support::set_thisproc_cpubind\fP" ++.PP ++Binding the whole current process is supported. ++.SS "unsigned char \fBhwloc_topology_cpubind_support::set_thisthread_cpubind\fP" ++.PP ++Binding the current thread only is supported. ++.SS "unsigned char \fBhwloc_topology_cpubind_support::set_thread_cpubind\fP" ++.PP ++Binding a given thread only is supported. + + .SH "Author" + .PP +diff -uNr hwloc-1.1/doc/doxygen-doc/man/man3/hwloc_topology_discovery_support.3 hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwloc_topology_discovery_support.3 +--- hwloc-1.1/doc/doxygen-doc/man/man3/hwloc_topology_discovery_support.3 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwloc_topology_discovery_support.3 2010-12-31 23:48:22.169861306 +0100 +@@ -1,16 +1,15 @@ +-.TH "hwloc_topology_discovery_support" 3 "Thu Dec 16 2010" "Version 1.1" "Hardware Locality (hwloc)" \" -*- nroff -*- ++.TH "hwloc_topology_discovery_support" 3 "21 Dec 2010" "Version 1.1rc6r2967" "Hardware Locality (hwloc)" \" -*- nroff -*- + .ad l + .nh + .SH NAME +-hwloc_topology_discovery_support \- +-.PP +-Flags describing actual discovery support for this topology. ++hwloc_topology_discovery_support \- Flags describing actual discovery support for this topology. + ++.PP + .SH SYNOPSIS + .br + .PP +-.PP + \fC#include \fP ++.PP + .SS "Data Fields" + + .in +1c +@@ -22,11 +21,14 @@ + .SH "Detailed Description" + .PP + Flags describing actual discovery support for this topology. ++.PP + .SH "Field Documentation" + .PP + .SS "unsigned char \fBhwloc_topology_discovery_support::pu\fP" + .PP + Detecting the number of PU objects is supported. ++.PP ++ + + .SH "Author" + .PP +diff -uNr hwloc-1.1/doc/doxygen-doc/man/man3/hwloc_topology_support.3 hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwloc_topology_support.3 +--- hwloc-1.1/doc/doxygen-doc/man/man3/hwloc_topology_support.3 2010-12-16 22:48:29.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/doxygen-doc/man/man3/hwloc_topology_support.3 2010-12-31 23:48:22.223867914 +0100 +@@ -1,27 +1,26 @@ +-.TH "hwloc_topology_support" 3 "Thu Dec 16 2010" "Version 1.1" "Hardware Locality (hwloc)" \" -*- nroff -*- ++.TH "hwloc_topology_support" 3 "21 Dec 2010" "Version 1.1rc6r2967" "Hardware Locality (hwloc)" \" -*- nroff -*- + .ad l + .nh + .SH NAME +-hwloc_topology_support \- +-.PP +-Set of flags describing actual support for this topology. ++hwloc_topology_support \- Set of flags describing actual support for this topology. + ++.PP + .SH SYNOPSIS + .br + .PP +-.PP + \fC#include \fP ++.PP + .SS "Data Fields" + + .in +1c + .ti -1c +-.RI "struct \fBhwloc_topology_discovery_support\fP * \fBdiscovery\fP" ++.RI "\fBhwloc_topology_discovery_support\fP * \fBdiscovery\fP" + .br + .ti -1c +-.RI "struct \fBhwloc_topology_cpubind_support\fP * \fBcpubind\fP" ++.RI "\fBhwloc_topology_cpubind_support\fP * \fBcpubind\fP" + .br + .ti -1c +-.RI "struct \fBhwloc_topology_membind_support\fP * \fBmembind\fP" ++.RI "\fBhwloc_topology_membind_support\fP * \fBmembind\fP" + .br + .in -1c + .SH "Detailed Description" +@@ -29,11 +28,16 @@ + Set of flags describing actual support for this topology. + + This is retrieved with \fBhwloc_topology_get_support()\fP and will be valid until the topology object is destroyed. Note: the values are correct only after discovery. ++.PP + .SH "Field Documentation" + .PP + .SS "struct \fBhwloc_topology_cpubind_support\fP* \fBhwloc_topology_support::cpubind\fP" ++.PP + .SS "struct \fBhwloc_topology_discovery_support\fP* \fBhwloc_topology_support::discovery\fP" ++.PP + .SS "struct \fBhwloc_topology_membind_support\fP* \fBhwloc_topology_support::membind\fP" ++.PP ++ + + .SH "Author" + .PP +diff -uNr hwloc-1.1/doc/images/diagram.eps hwloc-1.1rc6r2967_final/doc/images/diagram.eps +--- hwloc-1.1/doc/images/diagram.eps 2010-11-02 18:48:04.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/doc/images/diagram.eps 2010-12-31 23:48:22.597913682 +0100 +@@ -1,12 +1,11 @@ +-%!PS-Adobe-3.0 EPSF-3.0 ++%!PS-Adobe-2.0 EPSF-2.0 + %%Title: images/diagram.fig +-%%Creator: /opt/local/bin/fig2dev Version 3.2 Patchlevel 5d +-%%CreationDate: Tue Nov 2 13:48:04 2010 +-%%For: jsquyres@rtp-jsquyres-8715.cisco.com (Jeffrey Squyres) +-%%BoundingBox: 0 0 671 688 +-%Magnification: 1.0000 ++%%Creator: /usr/bin/fig2dev Version 3.2 Patchlevel 4 ++%%CreationDate: Tue Dec 21 21:04:39 2010 ++%%For: mpiteam@eddie.osl.iu.edu (MPI Team,LH 135,,) ++%%BoundingBox: 0 0 670 688 ++%%Magnification: 1.0000 + %%EndComments +-%%BeginProlog + /$F2psDict 200 dict def + $F2psDict begin + $F2psDict /mtrx matrix put +@@ -45,6 +44,10 @@ + /col31 {1.000 0.840 0.000 srgb} bind def + + end ++save ++newpath 0 688 moveto 0 0 lineto 670 0 lineto 670 688 lineto closepath clip newpath ++-48.2 729.3 translate ++1 -1 scale + + /cp {closepath} bind def + /ef {eofill} bind def +@@ -118,34 +121,20 @@ + /$F2psBegin {$F2psDict begin /$F2psEnteredState save def} def + /$F2psEnd {$F2psEnteredState restore end} def + +-/pageheader { +-save +-newpath 0 688 moveto 0 0 lineto 671 0 lineto 671 688 lineto closepath clip newpath +--47.2 729.3 translate +-1 -1 scale + $F2psBegin + 10 setmiterlimit + 0 slj 0 slc + 0.06299 0.06299 sc +-} bind def +-/pagefooter { +-$F2psEnd +-restore +-} bind def +-%%EndProlog +-pageheader + % + % Fig objects follow + % + % + % here starts figure with depth 50 +-/Times-Roman-iso ff 180.00 scf sf +-8775 9090 m +-gs 1 -1 sc (prev_cousin) col0 sh gr + % Polyline +-0 slj +-0 slc + 7.500 slw ++n 3060 3330 m ++ 4500 3330 l gs col0 s gr ++% Polyline + n 3165 3060 m 3060 3060 3060 4395 105 arcto 4 {pop} repeat + 3060 4500 4395 4500 105 arcto 4 {pop} repeat + 4500 4500 4500 3165 105 arcto 4 {pop} repeat +@@ -171,7 +160,7 @@ + gs 1 -1 sc (.arity=2) col0 sh gr + % Polyline + gs clippath +-8279 3630 m 8430 3630 l 8430 3570 l 8279 3570 l 8279 3570 l 8399 3600 l 8279 3630 l cp ++8430 3630 m 8430 3570 l 8279 3570 l 8399 3600 l 8279 3630 l cp + eoclip + n 4500 3600 m + 8415 3600 l gs col0 s gr gr +@@ -180,7 +169,7 @@ + n 8279 3630 m 8399 3600 l 8279 3570 l 8279 3630 l cp gs 0.00 setgray ef gr col0 s + % Polyline + gs clippath +-4636 3660 m 4485 3660 l 4485 3720 l 4636 3720 l 4636 3720 l 4516 3690 l 4636 3660 l cp ++4485 3660 m 4485 3720 l 4636 3720 l 4516 3690 l 4636 3660 l cp + eoclip + n 8415 3690 m + 4500 3690 l gs col0 s gr gr +@@ -276,7 +265,7 @@ + gs 1 -1 sc (.sibling_rank=1) col0 sh gr + % Polyline + gs clippath +-9629 5880 m 9780 5880 l 9780 5820 l 9629 5820 l 9629 5820 l 9749 5850 l 9629 5880 l cp ++9780 5880 m 9780 5820 l 9629 5820 l 9749 5850 l 9629 5880 l cp + eoclip + n 8505 5850 m + 9765 5850 l gs col0 s gr gr +@@ -285,7 +274,7 @@ + n 9629 5880 m 9749 5850 l 9629 5820 l 9629 5880 l cp gs 0.00 setgray ef gr col0 s + % Polyline + gs clippath +-8641 5910 m 8490 5910 l 8490 5970 l 8641 5970 l 8641 5970 l 8521 5940 l 8641 5910 l cp ++8490 5910 m 8490 5970 l 8641 5970 l 8521 5940 l 8641 5910 l cp + eoclip + n 9765 5940 m + 8505 5940 l gs col0 s gr gr +@@ -300,7 +289,7 @@ + gs 1 -1 sc (prev_sibling) col0 sh gr + % Polyline + gs clippath +-9629 6510 m 9780 6510 l 9780 6450 l 9629 6450 l 9629 6450 l 9749 6480 l 9629 6510 l cp ++9780 6510 m 9780 6450 l 9629 6450 l 9749 6480 l 9629 6510 l cp + eoclip + n 8505 6480 m + 9765 6480 l gs col0 s gr gr +@@ -309,7 +298,7 @@ + n 9629 6510 m 9749 6480 l 9629 6450 l 9629 6510 l cp gs 0.00 setgray ef gr col0 s + % Polyline + gs clippath +-8641 6540 m 8490 6540 l 8490 6600 l 8641 6600 l 8641 6600 l 8521 6570 l 8641 6540 l cp ++8490 6540 m 8490 6600 l 8641 6600 l 8521 6570 l 8641 6540 l cp + eoclip + n 9765 6570 m + 8505 6570 l gs col0 s gr gr +@@ -324,7 +313,7 @@ + gs 1 -1 sc (prev_cousin) col0 sh gr + % Polyline + gs clippath +-4229 5880 m 4380 5880 l 4380 5820 l 4229 5820 l 4229 5820 l 4349 5850 l 4229 5880 l cp ++4380 5880 m 4380 5820 l 4229 5820 l 4349 5850 l 4229 5880 l cp + eoclip + n 3105 5850 m + 4365 5850 l gs col0 s gr gr +@@ -333,7 +322,7 @@ + n 4229 5880 m 4349 5850 l 4229 5820 l 4229 5880 l cp gs 0.00 setgray ef gr col0 s + % Polyline + gs clippath +-3241 5910 m 3090 5910 l 3090 5970 l 3241 5970 l 3241 5970 l 3121 5940 l 3241 5910 l cp ++3090 5910 m 3090 5970 l 3241 5970 l 3121 5940 l 3241 5910 l cp + eoclip + n 4365 5940 m + 3105 5940 l gs col0 s gr gr +@@ -348,7 +337,7 @@ + gs 1 -1 sc (prev_sibling) col0 sh gr + % Polyline + gs clippath +-4229 6510 m 4380 6510 l 4380 6450 l 4229 6450 l 4229 6450 l 4349 6480 l 4229 6510 l cp ++4380 6510 m 4380 6450 l 4229 6450 l 4349 6480 l 4229 6510 l cp + eoclip + n 3105 6480 m + 4365 6480 l gs col0 s gr gr +@@ -357,7 +346,7 @@ + n 4229 6510 m 4349 6480 l 4229 6450 l 4229 6510 l cp gs 0.00 setgray ef gr col0 s + % Polyline + gs clippath +-3241 6540 m 3090 6540 l 3090 6600 l 3241 6600 l 3241 6600 l 3121 6570 l 3241 6540 l cp ++3090 6540 m 3090 6600 l 3241 6600 l 3121 6570 l 3241 6540 l cp + eoclip + n 4365 6570 m + 3105 6570 l gs col0 s gr gr +@@ -372,7 +361,7 @@ + gs 1 -1 sc (prev_cousin) col0 sh gr + % Polyline + gs clippath +-6929 6510 m 7080 6510 l 7080 6450 l 6929 6450 l 6929 6450 l 7049 6480 l 6929 6510 l cp ++7080 6510 m 7080 6450 l 6929 6450 l 7049 6480 l 6929 6510 l cp + eoclip + n 5805 6480 m + 7065 6480 l gs col0 s gr gr +@@ -381,7 +370,7 @@ + n 6929 6510 m 7049 6480 l 6929 6450 l 6929 6510 l cp gs 0.00 setgray ef gr col0 s + % Polyline + gs clippath +-5941 6540 m 5790 6540 l 5790 6600 l 5941 6600 l 5941 6600 l 5821 6570 l 5941 6540 l cp ++5790 6540 m 5790 6600 l 5941 6600 l 5821 6570 l 5941 6540 l cp + eoclip + n 7065 6570 m + 5805 6570 l gs col0 s gr gr +@@ -468,7 +457,7 @@ + gs 1 -1 sc (.sibling_rank=0) col0 sh gr + % Polyline + gs clippath +-6929 8850 m 7080 8850 l 7080 8790 l 6929 8790 l 6929 8790 l 7049 8820 l 6929 8850 l cp ++7080 8850 m 7080 8790 l 6929 8790 l 7049 8820 l 6929 8850 l cp + eoclip + n 5805 8820 m + 7065 8820 l gs col0 s gr gr +@@ -477,7 +466,7 @@ + n 6929 8850 m 7049 8820 l 6929 8790 l 6929 8850 l cp gs 0.00 setgray ef gr col0 s + % Polyline + gs clippath +-5941 8880 m 5790 8880 l 5790 8940 l 5941 8940 l 5941 8940 l 5821 8910 l 5941 8880 l cp ++5790 8880 m 5790 8940 l 5941 8940 l 5821 8910 l 5941 8880 l cp + eoclip + n 7065 8910 m + 5805 8910 l gs col0 s gr gr +@@ -564,7 +553,7 @@ + gs 1 -1 sc (.logical_index = 3) col0 sh gr + % Polyline + gs clippath +-4229 11190 m 4380 11190 l 4380 11130 l 4229 11130 l 4229 11130 l 4349 11160 l 4229 11190 l cp ++4380 11190 m 4380 11130 l 4229 11130 l 4349 11160 l 4229 11190 l cp + eoclip + n 3105 11160 m + 4365 11160 l gs col0 s gr gr +@@ -573,7 +562,7 @@ + n 4229 11190 m 4349 11160 l 4229 11130 l 4229 11190 l cp gs 0.00 setgray ef gr col0 s + % Polyline + gs clippath +-3241 11220 m 3090 11220 l 3090 11280 l 3241 11280 l 3241 11280 l 3121 11250 l 3241 11220 l cp ++3090 11220 m 3090 11280 l 3241 11280 l 3121 11250 l 3241 11220 l cp + eoclip + n 4365 11250 m + 3105 11250 l gs col0 s gr gr +@@ -588,7 +577,7 @@ + gs 1 -1 sc (prev_cousin) col0 sh gr + % Polyline + gs clippath +-6929 11190 m 7080 11190 l 7080 11130 l 6929 11130 l 6929 11130 l 7049 11160 l 6929 11190 l cp ++7080 11190 m 7080 11130 l 6929 11130 l 7049 11160 l 6929 11190 l cp + eoclip + n 5805 11160 m + 7065 11160 l gs col0 s gr gr +@@ -597,7 +586,7 @@ + n 6929 11190 m 7049 11160 l 6929 11130 l 6929 11190 l cp gs 0.00 setgray ef gr col0 s + % Polyline + gs clippath +-5941 11220 m 5790 11220 l 5790 11280 l 5941 11280 l 5941 11280 l 5821 11250 l 5941 11220 l cp ++5790 11220 m 5790 11280 l 5941 11280 l 5821 11250 l 5941 11220 l cp + eoclip + n 7065 11250 m + 5805 11250 l gs col0 s gr gr +@@ -612,7 +601,7 @@ + gs 1 -1 sc (prev_cousin) col0 sh gr + % Polyline + gs clippath +-9629 11190 m 9780 11190 l 9780 11130 l 9629 11130 l 9629 11130 l 9749 11160 l 9629 11190 l cp ++9780 11190 m 9780 11130 l 9629 11130 l 9749 11160 l 9629 11190 l cp + eoclip + n 8505 11160 m + 9765 11160 l gs col0 s gr gr +@@ -621,7 +610,7 @@ + n 9629 11190 m 9749 11160 l 9629 11130 l 9629 11190 l cp gs 0.00 setgray ef gr col0 s + % Polyline + gs clippath +-8641 11220 m 8490 11220 l 8490 11280 l 8641 11280 l 8641 11280 l 8521 11250 l 8641 11220 l cp ++8490 11220 m 8490 11280 l 8641 11280 l 8521 11250 l 8641 11220 l cp + eoclip + n 9765 11250 m + 8505 11250 l gs col0 s gr gr +@@ -654,7 +643,7 @@ + cp gs col0 s gr + % Polyline + gs clippath +-10451 5341 m 10576 5425 l 10610 5375 l 10484 5291 l 10484 5291 l 10568 5383 l 10451 5341 l cp ++10576 5425 m 10610 5375 l 10484 5291 l 10568 5383 l 10451 5341 l cp + eoclip + n 9231 4492 m + 10581 5392 l gs col0 s gr gr +@@ -663,7 +652,7 @@ + n 10451 5341 m 10568 5383 l 10484 5291 l 10451 5341 l cp gs 0.00 setgray ef gr col0 s + % Polyline + gs clippath +-7782 5287 m 7656 5371 l 7690 5421 l 7815 5337 l 7815 5337 l 7699 5379 l 7782 5287 l cp ++7656 5371 m 7690 5421 l 7815 5337 l 7699 5379 l 7782 5287 l cp + eoclip + n 9036 4488 m + 7686 5388 l gs col0 s gr gr +@@ -672,7 +661,7 @@ + n 7782 5287 m 7699 5379 l 7815 5337 l 7782 5287 l cp gs 0.00 setgray ef gr col0 s + % Polyline + gs clippath +-9264 4550 m 9139 4466 l 9105 4516 l 9231 4600 l 9231 4600 l 9148 4509 l 9264 4550 l cp ++9139 4466 m 9105 4516 l 9231 4600 l 9148 4509 l 9264 4550 l cp + eoclip + n 10485 5400 m + 9135 4500 l gs col0 s gr gr +@@ -681,7 +670,7 @@ + n 9264 4550 m 9148 4509 l 9231 4600 l 9264 4550 l cp gs 0.00 setgray ef gr col0 s + % Polyline + gs clippath +-9038 4600 m 9164 4516 l 9130 4466 l 9005 4550 l 9005 4550 l 9122 4509 l 9038 4600 l cp ++9164 4516 m 9130 4466 l 9005 4550 l 9122 4509 l 9038 4600 l cp + eoclip + n 9135 4500 m + 7785 5400 l gs col0 s gr gr +@@ -699,7 +688,7 @@ + cp gs col0 s gr + % Polyline + gs clippath +-6315 2231 m 6458 2183 l 6439 2126 l 6296 2174 l 6296 2174 l 6420 2165 l 6315 2231 l cp ++6458 2183 m 6439 2126 l 6296 2174 l 6420 2165 l 6315 2231 l cp + eoclip + n 6435 2160 m + 3735 3060 l gs col0 s gr gr +@@ -708,7 +697,7 @@ + n 6315 2231 m 6420 2165 l 6296 2174 l 6315 2231 l cp gs 0.00 setgray ef gr col0 s + % Polyline + gs clippath +-3629 2988 m 3486 3036 l 3505 3093 l 3648 3045 l 3648 3045 l 3525 3055 l 3629 2988 l cp ++3486 3036 m 3505 3093 l 3648 3045 l 3525 3055 l 3629 2988 l cp + eoclip + n 6210 2160 m + 3510 3060 l gs col0 s gr gr +@@ -717,7 +706,7 @@ + n 3629 2988 m 3525 3055 l 3648 3045 l 3629 2988 l cp gs 0.00 setgray ef gr col0 s + % Polyline + gs clippath +-8279 4080 m 8430 4080 l 8430 4020 l 8279 4020 l 8279 4020 l 8399 4050 l 8279 4080 l cp ++8430 4080 m 8430 4020 l 8279 4020 l 8399 4050 l 8279 4080 l cp + eoclip + n 4500 4050 m + 8415 4050 l gs col0 s gr gr +@@ -726,7 +715,7 @@ + n 8279 4080 m 8399 4050 l 8279 4020 l 8279 4080 l cp gs 0.00 setgray ef gr col0 s + % Polyline + gs clippath +-4636 4110 m 4485 4110 l 4485 4170 l 4636 4170 l 4636 4170 l 4516 4140 l 4636 4110 l cp ++4485 4110 m 4485 4170 l 4636 4170 l 4516 4140 l 4636 4110 l cp + eoclip + n 8415 4140 m + 4500 4140 l gs col0 s gr gr +@@ -735,7 +724,7 @@ + n 4636 4110 m 4516 4140 l 4636 4170 l 4636 4110 l cp gs 0.00 setgray ef gr col0 s + % Polyline + gs clippath +-5051 5341 m 5176 5425 l 5210 5375 l 5084 5291 l 5084 5291 l 5168 5383 l 5051 5341 l cp ++5176 5425 m 5210 5375 l 5084 5291 l 5168 5383 l 5051 5341 l cp + eoclip + n 3831 4492 m + 5181 5392 l gs col0 s gr gr +@@ -744,7 +733,7 @@ + n 5051 5341 m 5168 5383 l 5084 5291 l 5051 5341 l cp gs 0.00 setgray ef gr col0 s + % Polyline + gs clippath +-2382 5287 m 2256 5371 l 2290 5421 l 2415 5337 l 2415 5337 l 2299 5379 l 2382 5287 l cp ++2256 5371 m 2290 5421 l 2415 5337 l 2299 5379 l 2382 5287 l cp + eoclip + n 3636 4488 m + 2286 5388 l gs col0 s gr gr +@@ -753,7 +742,7 @@ + n 2382 5287 m 2299 5379 l 2415 5337 l 2382 5287 l cp gs 0.00 setgray ef gr col0 s + % Polyline + gs clippath +-3864 4550 m 3739 4466 l 3705 4516 l 3831 4600 l 3831 4600 l 3748 4509 l 3864 4550 l cp ++3739 4466 m 3705 4516 l 3831 4600 l 3748 4509 l 3864 4550 l cp + eoclip + n 5085 5400 m + 3735 4500 l gs col0 s gr gr +@@ -762,7 +751,7 @@ + n 3864 4550 m 3748 4509 l 3831 4600 l 3864 4550 l cp gs 0.00 setgray ef gr col0 s + % Polyline + gs clippath +-3638 4600 m 3764 4516 l 3730 4466 l 3605 4550 l 3605 4550 l 3722 4509 l 3638 4600 l cp ++3764 4516 m 3730 4466 l 3605 4550 l 3722 4509 l 3638 4600 l cp + eoclip + n 3735 4500 m + 2385 5400 l gs col0 s gr gr +@@ -771,7 +760,7 @@ + n 3638 4600 m 3722 4509 l 3605 4550 l 3638 4600 l cp gs 0.00 setgray ef gr col0 s + % Polyline + gs clippath +-9221 3045 m 9364 3093 l 9383 3036 l 9240 2988 l 9240 2988 l 9345 3055 l 9221 3045 l cp ++9364 3093 m 9383 3036 l 9240 2988 l 9345 3055 l 9221 3045 l cp + eoclip + n 6660 2160 m + 9360 3060 l gs col0 s gr gr +@@ -780,7 +769,7 @@ + n 9221 3045 m 9345 3055 l 9240 2988 l 9221 3045 l cp gs 0.00 setgray ef gr col0 s + % Polyline + gs clippath +-6573 2174 m 6430 2126 l 6411 2183 l 6554 2231 l 6554 2231 l 6450 2165 l 6573 2174 l cp ++6430 2126 m 6411 2183 l 6554 2231 l 6450 2165 l 6573 2174 l cp + eoclip + n 6435 2160 m + 9135 3060 l gs col0 s gr gr +@@ -825,7 +814,7 @@ + cp gs col4 s gr + % Polyline + gs clippath +-2310 7604 m 2310 7755 l 2370 7755 l 2370 7604 l 2370 7604 l 2340 7724 l 2310 7604 l cp ++2310 7755 m 2370 7755 l 2370 7604 l 2340 7724 l 2310 7604 l cp + eoclip + n 2340 6840 m + 2340 7740 l gs col0 s gr gr +@@ -834,7 +823,7 @@ + n 2310 7604 m 2340 7724 l 2370 7604 l 2310 7604 l cp gs 0.00 setgray ef gr col0 s + % Polyline + gs clippath +-2460 6976 m 2460 6825 l 2400 6825 l 2400 6976 l 2400 6976 l 2430 6856 l 2460 6976 l cp ++2460 6825 m 2400 6825 l 2400 6976 l 2430 6856 l 2460 6976 l cp + eoclip + n 2430 6840 m + 2430 7740 l gs col0 s gr gr +@@ -843,7 +832,7 @@ + n 2460 6976 m 2430 6856 l 2400 6976 l 2460 6976 l cp gs 0.00 setgray ef gr col0 s + % Polyline + gs clippath +-5010 7604 m 5010 7755 l 5070 7755 l 5070 7604 l 5070 7604 l 5040 7724 l 5010 7604 l cp ++5010 7755 m 5070 7755 l 5070 7604 l 5040 7724 l 5010 7604 l cp + eoclip + n 5040 6840 m + 5040 7740 l gs col0 s gr gr +@@ -852,7 +841,7 @@ + n 5010 7604 m 5040 7724 l 5070 7604 l 5010 7604 l cp gs 0.00 setgray ef gr col0 s + % Polyline + gs clippath +-5160 6976 m 5160 6825 l 5100 6825 l 5100 6976 l 5100 6976 l 5130 6856 l 5160 6976 l cp ++5160 6825 m 5100 6825 l 5100 6976 l 5130 6856 l 5160 6976 l cp + eoclip + n 5130 6840 m + 5130 7740 l gs col0 s gr gr +@@ -861,7 +850,7 @@ + n 5160 6976 m 5130 6856 l 5100 6976 l 5160 6976 l cp gs 0.00 setgray ef gr col0 s + % Polyline + gs clippath +-7710 7604 m 7710 7755 l 7770 7755 l 7770 7604 l 7770 7604 l 7740 7724 l 7710 7604 l cp ++7710 7755 m 7770 7755 l 7770 7604 l 7740 7724 l 7710 7604 l cp + eoclip + n 7740 6840 m + 7740 7740 l gs col0 s gr gr +@@ -870,7 +859,7 @@ + n 7710 7604 m 7740 7724 l 7770 7604 l 7710 7604 l cp gs 0.00 setgray ef gr col0 s + % Polyline + gs clippath +-7860 6976 m 7860 6825 l 7800 6825 l 7800 6976 l 7800 6976 l 7830 6856 l 7860 6976 l cp ++7860 6825 m 7800 6825 l 7800 6976 l 7830 6856 l 7860 6976 l cp + eoclip + n 7830 6840 m + 7830 7740 l gs col0 s gr gr +@@ -879,7 +868,7 @@ + n 7860 6976 m 7830 6856 l 7800 6976 l 7860 6976 l cp gs 0.00 setgray ef gr col0 s + % Polyline + gs clippath +-10410 7604 m 10410 7755 l 10470 7755 l 10470 7604 l 10470 7604 l 10440 7724 l 10410 7604 l cp ++10410 7755 m 10470 7755 l 10470 7604 l 10440 7724 l 10410 7604 l cp + eoclip + n 10440 6840 m + 10440 7740 l gs col0 s gr gr +@@ -888,7 +877,7 @@ + n 10410 7604 m 10440 7724 l 10470 7604 l 10410 7604 l cp gs 0.00 setgray ef gr col0 s + % Polyline + gs clippath +-10560 6976 m 10560 6825 l 10500 6825 l 10500 6976 l 10500 6976 l 10530 6856 l 10560 6976 l cp ++10560 6825 m 10500 6825 l 10500 6976 l 10530 6856 l 10560 6976 l cp + eoclip + n 10530 6840 m + 10530 7740 l gs col0 s gr gr +@@ -927,7 +916,7 @@ + cp gs col4 s gr + % Polyline + gs clippath +-2310 9944 m 2310 10095 l 2370 10095 l 2370 9944 l 2370 9944 l 2340 10064 l 2310 9944 l cp ++2310 10095 m 2370 10095 l 2370 9944 l 2340 10064 l 2310 9944 l cp + eoclip + n 2340 9180 m + 2340 10080 l gs col0 s gr gr +@@ -936,7 +925,7 @@ + n 2310 9944 m 2340 10064 l 2370 9944 l 2310 9944 l cp gs 0.00 setgray ef gr col0 s + % Polyline + gs clippath +-2460 9316 m 2460 9165 l 2400 9165 l 2400 9316 l 2400 9316 l 2430 9196 l 2460 9316 l cp ++2460 9165 m 2400 9165 l 2400 9316 l 2430 9196 l 2460 9316 l cp + eoclip + n 2430 9180 m + 2430 10080 l gs col0 s gr gr +@@ -945,7 +934,7 @@ + n 2460 9316 m 2430 9196 l 2400 9316 l 2460 9316 l cp gs 0.00 setgray ef gr col0 s + % Polyline + gs clippath +-5010 9944 m 5010 10095 l 5070 10095 l 5070 9944 l 5070 9944 l 5040 10064 l 5010 9944 l cp ++5010 10095 m 5070 10095 l 5070 9944 l 5040 10064 l 5010 9944 l cp + eoclip + n 5040 9180 m + 5040 10080 l gs col0 s gr gr +@@ -954,7 +943,7 @@ + n 5010 9944 m 5040 10064 l 5070 9944 l 5010 9944 l cp gs 0.00 setgray ef gr col0 s + % Polyline + gs clippath +-5160 9316 m 5160 9165 l 5100 9165 l 5100 9316 l 5100 9316 l 5130 9196 l 5160 9316 l cp ++5160 9165 m 5100 9165 l 5100 9316 l 5130 9196 l 5160 9316 l cp + eoclip + n 5130 9180 m + 5130 10080 l gs col0 s gr gr +@@ -963,7 +952,7 @@ + n 5160 9316 m 5130 9196 l 5100 9316 l 5160 9316 l cp gs 0.00 setgray ef gr col0 s + % Polyline + gs clippath +-7710 9944 m 7710 10095 l 7770 10095 l 7770 9944 l 7770 9944 l 7740 10064 l 7710 9944 l cp ++7710 10095 m 7770 10095 l 7770 9944 l 7740 10064 l 7710 9944 l cp + eoclip + n 7740 9180 m + 7740 10080 l gs col0 s gr gr +@@ -972,7 +961,7 @@ + n 7710 9944 m 7740 10064 l 7770 9944 l 7710 9944 l cp gs 0.00 setgray ef gr col0 s + % Polyline + gs clippath +-7860 9316 m 7860 9165 l 7800 9165 l 7800 9316 l 7800 9316 l 7830 9196 l 7860 9316 l cp ++7860 9165 m 7800 9165 l 7800 9316 l 7830 9196 l 7860 9316 l cp + eoclip + n 7830 9180 m + 7830 10080 l gs col0 s gr gr +@@ -981,7 +970,7 @@ + n 7860 9316 m 7830 9196 l 7800 9316 l 7860 9316 l cp gs 0.00 setgray ef gr col0 s + % Polyline + gs clippath +-10410 9944 m 10410 10095 l 10470 10095 l 10470 9944 l 10470 9944 l 10440 10064 l 10410 9944 l cp ++10410 10095 m 10470 10095 l 10470 9944 l 10440 10064 l 10410 9944 l cp + eoclip + n 10440 9180 m + 10440 10080 l gs col0 s gr gr +@@ -990,7 +979,7 @@ + n 10410 9944 m 10440 10064 l 10470 9944 l 10410 9944 l cp gs 0.00 setgray ef gr col0 s + % Polyline + gs clippath +-10560 9316 m 10560 9165 l 10500 9165 l 10500 9316 l 10500 9316 l 10530 9196 l 10560 9316 l cp ++10560 9165 m 10500 9165 l 10500 9316 l 10530 9196 l 10560 9316 l cp + eoclip + n 10530 9180 m + 10530 10080 l gs col0 s gr gr +@@ -1029,7 +1018,7 @@ + cp gs col4 s gr + % Polyline + gs clippath +-4229 8850 m 4380 8850 l 4380 8790 l 4229 8790 l 4229 8790 l 4349 8820 l 4229 8850 l cp ++4380 8850 m 4380 8790 l 4229 8790 l 4349 8820 l 4229 8850 l cp + eoclip + n 3105 8820 m + 4365 8820 l gs col0 s gr gr +@@ -1038,7 +1027,7 @@ + n 4229 8850 m 4349 8820 l 4229 8790 l 4229 8850 l cp gs 0.00 setgray ef gr col0 s + % Polyline + gs clippath +-3241 8880 m 3090 8880 l 3090 8940 l 3241 8940 l 3241 8940 l 3121 8910 l 3241 8880 l cp ++3090 8880 m 3090 8940 l 3241 8940 l 3121 8910 l 3241 8880 l cp + eoclip + n 4365 8910 m + 3105 8910 l gs col0 s gr gr +@@ -1047,7 +1036,7 @@ + n 3241 8880 m 3121 8910 l 3241 8940 l 3241 8880 l cp gs 0.00 setgray ef gr col0 s + % Polyline + gs clippath +-9629 8850 m 9780 8850 l 9780 8790 l 9629 8790 l 9629 8790 l 9749 8820 l 9629 8850 l cp ++9780 8850 m 9780 8790 l 9629 8790 l 9749 8820 l 9629 8850 l cp + eoclip + n 8505 8820 m + 9765 8820 l gs col0 s gr gr +@@ -1056,7 +1045,7 @@ + n 9629 8850 m 9749 8820 l 9629 8790 l 9629 8850 l cp gs 0.00 setgray ef gr col0 s + % Polyline + gs clippath +-8641 8880 m 8490 8880 l 8490 8940 l 8641 8940 l 8641 8940 l 8521 8910 l 8641 8880 l cp ++8490 8880 m 8490 8940 l 8641 8940 l 8521 8910 l 8641 8880 l cp + eoclip + n 9765 8910 m + 8505 8910 l gs col0 s gr gr +@@ -1318,11 +1307,10 @@ + /Times-Roman-iso ff 180.00 scf sf + 8550 8730 m + gs 1 -1 sc (next_cousin) col0 sh gr +-% Polyline +-n 3060 3330 m +- 4500 3330 l gs col0 s gr ++/Times-Roman-iso ff 180.00 scf sf ++8775 9090 m ++gs 1 -1 sc (prev_cousin) col0 sh gr + % here ends figure; +-pagefooter ++$F2psEnd ++rs + showpage +-%%Trailer +-%EOF +Binary files hwloc-1.1/doc/images/diagram.png and hwloc-1.1rc6r2967_final/doc/images/diagram.png differ +diff -uNr hwloc-1.1/NEWS hwloc-1.1rc6r2967_final/NEWS +--- hwloc-1.1/NEWS 2010-12-16 22:44:59.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/NEWS 2010-12-31 23:48:21.625794737 +0100 +@@ -16,6 +16,15 @@ + 0.9 (as initially released as "libtopology", then re-branded to "hwloc" + in v0.9.1). + ++Version 1.1.1 ++------------- ++* Fix hwloc_bitmap_to_ulong right after allocating the bitmap. ++* Fix the minimum width of NUMA nodes, caches and the legend in the graphical ++ lstopo output. ++* Cleanup error management in hwloc-gather-topology.sh. ++* Add a manpage and usage for hwloc-gather-topology.sh on Linux. ++ ++ + Version 1.1.0 + ------------- + +diff -uNr hwloc-1.1/README hwloc-1.1rc6r2967_final/README +--- hwloc-1.1/README 2010-12-16 22:48:38.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/README 2010-12-31 23:48:21.708804894 +0100 +@@ -1,29 +1,29 @@ + Introduction + +-hwloc provides command line tools and a C API to obtain the hierarchical map of +-key computing elements, such as: NUMA memory nodes, shared caches, processor +-sockets, processor cores, and processing units (logical processors or +-"threads"). hwloc also gathers various attributes such as cache and memory +-information, and is portable across a variety of different operating systems +-and platforms. +- +-hwloc primarily aims at helping high-performance computing (HPC) applications, +-but is also applicable to any project seeking to exploit code and/or data +-locality on modern computing platforms. ++hwloc provides command line tools and a C API to obtain the hierarchical map ++of key computing elements, such as: NUMA memory nodes, shared caches, ++processor sockets, processor cores, and processing units (logical processors ++or "threads"). hwloc also gathers various attributes such as cache and ++memory information, and is portable across a variety of different operating ++systems and platforms. ++ ++hwloc primarily aims at helping high-performance computing (HPC) ++applications, but is also applicable to any project seeking to exploit code ++and/or data locality on modern computing platforms. + + Note that the hwloc project represents the merger of the libtopology project + from INRIA and the Portable Linux Processor Affinity (PLPA) sub-project from + Open MPI. Both of these prior projects are now deprecated. The first hwloc +-release is essentially a "re-branding" of the libtopology code base, but with +-both a few genuinely new features and a few PLPA-like features added in. More +-new features and more PLPA-like features will be added to hwloc over time. See +-Switching from PLPA to hwloc for more details about converting your application +-from PLPA to hwloc. ++release is essentially a "re-branding" of the libtopology code base, but ++with both a few genuinely new features and a few PLPA-like features added ++in. More new features and more PLPA-like features will be added to hwloc ++over time. See switchfromplpa for more details about converting your ++application from PLPA to hwloc. + + hwloc supports the following operating systems: + + * Linux (including old kernels not having sysfs topology information, with +- knowledge of cpusets, offline cpus, ScaleMP vSMP, and Kerrighed support) ++ knowledge of cpusets, offline cpus, ScaleMP vSMP, and Kerrighed support) + * Solaris + * AIX + * Darwin / OS X +@@ -32,45 +32,47 @@ + * HP-UX + * Microsoft Windows + +-hwloc only reports the number of processors on unsupported operating systems; +-no topology information is available. ++hwloc only reports the number of processors on unsupported operating ++systems; no topology information is available. + +-For development and debugging purposes, hwloc also offers the ability to work +-on "fake" topologies: ++For development and debugging purposes, hwloc also offers the ability to ++work on "fake" topologies: + + * Symmetrical tree of resources generated from a list of level arities + * Remote machine simulation through the gathering of Linux sysfs topology +- files ++ files + +-hwloc can display the topology in a human-readable format, either in graphical +-mode (X11), or by exporting in one of several different formats, including: +-plain text, PDF, PNG, and FIG (see CLI Examples below). Note that some of the +-export formats require additional support libraries. +- +-hwloc offers a programming interface for manipulating topologies and objects. +-It also brings a powerful CPU bitmap API that is used to describe topology +-objects location on physical/logical processors. See the Programming Interface +-below. It may also be used to binding applications onto certain cores or memory +-nodes. Several utility programs are also provided to ease command-line +-manipulation of topology objects, binding of processes, and so on. ++hwloc can display the topology in a human-readable format, either in ++graphical mode (X11), or by exporting in one of several different formats, ++including: plain text, PDF, PNG, and FIG (see CLI Examples below). Note that ++some of the export formats require additional support libraries. ++ ++hwloc offers a programming interface for manipulating topologies and ++objects. It also brings a powerful CPU bitmap API that is used to describe ++topology objects location on physical/logical processors. See the ++Programming Interface below. It may also be used to binding applications ++onto certain cores or memory nodes. Several utility programs are also ++provided to ease command-line manipulation of topology objects, binding of ++processes, and so on. + + Installation + + hwloc (http://www.open-mpi.org/projects/hwloc/) is available under the BSD +-license. It is hosted as a sub-project of the overall Open MPI project (http:// +-www.open-mpi.org/). Note that hwloc does not require any functionality from +-Open MPI -- it is a wholly separate (and much smaller!) project and code base. +-It just happens to be hosted as part of the overall Open MPI project. ++license. It is hosted as a sub-project of the overall Open MPI project ++(http://www.open-mpi.org/). Note that hwloc does not require any ++functionality from Open MPI -- it is a wholly separate (and much smaller!) ++project and code base. It just happens to be hosted as part of the overall ++Open MPI project. + +-Nightly development snapshots are available on the web site. Additionally, the +-code can be directly checked out of Subversion: ++Nightly development snapshots are available on the web site. Additionally, ++the code can be directly checked out of Subversion: + + shell$ svn checkout http://svn.open-mpi.org/svn/hwloc/trunk hwloc-trunk + shell$ cd hwloc-trunk + shell$ ./autogen.sh + +-Note that GNU Autoconf >=2.63, Automake >=1.10 and Libtool >=2.2.6 are required +-when building from a Subversion checkout. ++Note that GNU Autoconf >=2.63, Automake >=1.10 and Libtool >=2.2.6 are ++required when building from a Subversion checkout. + + Installation by itself is the fairly common GNU-based process: + +@@ -78,18 +80,18 @@ + shell$ make + shell$ make install + +-The hwloc command-line tool "lstopo" produces human-readable topology maps, as +-mentioned above. It can also export maps to the "fig" file format. Support for +-PDF, Postscript, and PNG exporting is provided if the "Cairo" development +-package can be found when hwloc is configured and build. Similarly, lstopo's +-XML support requires the libxml2 development package. ++The hwloc command-line tool "lstopo" produces human-readable topology maps, ++as mentioned above. It can also export maps to the "fig" file format. ++Support for PDF, Postscript, and PNG exporting is provided if the "Cairo" ++development package can be found when hwloc is configured and build. ++Similarly, lstopo's XML support requires the libxml2 development package. + + CLI Examples + +-On a 4-socket 2-core machine with hyperthreading, the lstopo tool may show the +-following graphical output: ++On a 4-socket 2-core machine with hyperthreading, the lstopo tool may show ++the following graphical output: + +- dudley.png ++ dudley.png + + Here's the equivalent output in textual form: + +@@ -179,6 +181,7 @@ + complete_cpuset="0x00000010" online_cpuset="0x00000010" + allowed_cpuset="0x00000010"/> + + +@@ -193,7 +196,7 @@ + On a 4-socket 2-core Opteron NUMA machine, the lstopo tool may show the + following graphical output: + +- hagrid.png ++ hagrid.png + + Here's the equivalent output in textual form: + +@@ -263,7 +266,7 @@ + On a 2-socket quad-core Xeon (pre-Nehalem, with 2 dual-core dies into each + socket): + +- emmett.png ++ emmett.png + + Here's the same output in textual form: + +@@ -332,101 +335,106 @@ + Programming Interface + + The basic interface is available in hwloc.h. It essentially offers low-level +-routines for advanced programmers that want to manually manipulate objects and +-follow links between them. Documentation for everything in hwloc.h are provided +-later in this document. Developers should also look at hwloc/helper.h (and also +-in this document, which provides good higher-level topology traversal examples. ++routines for advanced programmers that want to manually manipulate objects ++and follow links between them. Documentation for everything in hwloc.h are ++provided later in this document. Developers should also look at ++hwloc/helper.h (and also in this document, which provides good higher-level ++topology traversal examples. + +-To precisely define the vocabulary used by hwloc, a Terms and Definitions +-section is available and should probably be read first. ++To precisely define the vocabulary used by hwloc, a termsanddefs section is ++available and should probably be read first. + + Each hwloc object contains a cpuset describing the list of processing units +-that it contains. These bitmaps may be used for CPU binding and Memory binding. +-hwloc offers an extensive bitmap manipulation interface in hwloc/bitmap.h. ++that it contains. These bitmaps may be used for CPU binding and Memory ++binding. hwloc offers an extensive bitmap manipulation interface in ++hwloc/bitmap.h. + + Moreover, hwloc also comes with additional helpers for interoperability with +-several commonly used environments. See the Interoperability with other +-software section for details. ++several commonly used environments. See the interoperability section for ++details. + + The complete API documentation is available in a full set of HTML pages, man +-pages, and self-contained PDF files (formatted for both both US letter and A4 +-formats) in the source tarball in doc/doxygen-doc/. ++pages, and self-contained PDF files (formatted for both both US letter and ++A4 formats) in the source tarball in doc/doxygen-doc/. + + NOTE: If you are building the documentation from a Subversion checkout, you +-will need to have Doxygen and pdflatex installed -- the documentation will be +-built during the normal "make" process. The documentation is installed during +-"make install" to $prefix/share/doc/hwloc/ and your systems default man page +-tree (under $prefix, of course). ++will need to have Doxygen and pdflatex installed -- the documentation will ++be built during the normal "make" process. The documentation is installed ++during "make install" to $prefix/share/doc/hwloc/ and your systems default ++man page tree (under $prefix, of course). + + Portability + + As shown in CLI Examples, hwloc can obtain information on a wide variety of +-hardware topologies. However, some platforms and/or operating system versions +-will only report a subset of this information. For example, on an PPC64-based +-system with 32 cores (each with 2 hardware threads) running a default +-2.6.18-based kernel from RHEL 5.4, hwloc is only able to glean information +-about NUMA nodes and processor units (PUs). No information about caches, +-sockets, or cores is available. ++hardware topologies. However, some platforms and/or operating system ++versions will only report a subset of this information. For example, on an ++PPC64-based system with 32 cores (each with 2 hardware threads) running a ++default 2.6.18-based kernel from RHEL 5.4, hwloc is only able to glean ++information about NUMA nodes and processor units (PUs). No information about ++caches, sockets, or cores is available. + + Similarly, Operating System have varying support for CPU and memory binding, +-e.g. while some Operating Systems provide interfaces for all kinds of CPU and +-memory bindings, some others provide only interfaces for a limited number of +-kinds of CPU and memory binding, and some do not provide any binding interface +-at all. Hwloc's binding functions would then simply return the ENOSYS error +-(Function not implemented), meaning that the underlying Operating System does +-not provide any interface for them. CPU binding and Memory binding provide more +-information on which hwloc binding functions should be preferred because +-interfaces for them are usually available on the supported Operating Systems. ++e.g. while some Operating Systems provide interfaces for all kinds of CPU ++and memory bindings, some others provide only interfaces for a limited ++number of kinds of CPU and memory binding, and some do not provide any ++binding interface at all. Hwloc's binding functions would then simply return ++the ENOSYS error (Function not implemented), meaning that the underlying ++Operating System does not provide any interface for them. CPU binding and ++Memory binding provide more information on which hwloc binding functions ++should be preferred because interfaces for them are usually available on the ++supported Operating Systems. + + Here's the graphical output from lstopo on this platform when Simultaneous + Multi-Threading (SMT) is enabled: + +- ppc64-with-smt.png ++ ppc64-with-smt.png + + And here's the graphical output from lstopo on this platform when SMT is + disabled: + +- ppc64-without-smt.png ++ ppc64-without-smt.png + + Notice that hwloc only sees half the PUs when SMT is disabled. PU #15, for +-example, seems to change location from NUMA node #0 to #1. In reality, no PUs +-"moved" -- they were simply re-numbered when hwloc only saw half as many. +-Hence, PU #15 in the SMT-disabled picture probably corresponds to PU #30 in the +-SMT-enabled picture. +- +-This same "PUs have disappeared" effect can be seen on other platforms -- even +-platforms / OSs that provide much more information than the above PPC64 system. +-This is an unfortunate side-effect of how operating systems report information +-to hwloc. ++example, seems to change location from NUMA node #0 to #1. In reality, no ++PUs "moved" -- they were simply re-numbered when hwloc only saw half as ++many. Hence, PU #15 in the SMT-disabled picture probably corresponds to PU ++#30 in the SMT-enabled picture. ++ ++This same "PUs have disappeared" effect can be seen on other platforms -- ++even platforms / OSs that provide much more information than the above PPC64 ++system. This is an unfortunate side-effect of how operating systems report ++information to hwloc. + +-Note that upgrading the Linux kernel on the same PPC64 system mentioned above +-to 2.6.34, hwloc is able to discover all the topology information. The ++Note that upgrading the Linux kernel on the same PPC64 system mentioned ++above to 2.6.34, hwloc is able to discover all the topology information. The + following picture shows the entire topology layout when SMT is enabled: + +- ppc64-full-with-smt.png ++ ppc64-full-with-smt.png + +-Developers using the hwloc API or XML output for portable applications should +-therefore be extremely careful to not make any assumptions about the structure +-of data that is returned. For example, per the above reported PPC topology, it +-is not safe to assume that PUs will always be descendants of cores. ++Developers using the hwloc API or XML output for portable applications ++should therefore be extremely careful to not make any assumptions about the ++structure of data that is returned. For example, per the above reported PPC ++topology, it is not safe to assume that PUs will always be descendants of ++cores. + + Additionally, future hardware may insert new topology elements that are not +-available in this version of hwloc. Long-lived applications that are meant to +-span multiple different hardware platforms should also be careful about making +-structure assumptions. For example, there may someday be an element "lower" +-than a PU, or perhaps a new element may exist between a core and a PU. ++available in this version of hwloc. Long-lived applications that are meant ++to span multiple different hardware platforms should also be careful about ++making structure assumptions. For example, there may someday be an element ++"lower" than a PU, or perhaps a new element may exist between a core and a ++PU. + + API Example + +-The following small C example (named ``hwloc-hello.c'') prints the topology of +-the machine and bring the process to the first logical processor of the second +-core of the machine. ++The following small C example (named ``hwloc-hello.c'') prints the topology ++of the machine and bring the process to the first logical processor of the ++second core of the machine. + + /* Example hwloc API program. + * +- * Copyright ? 2009-2010 INRIA +- * Copyright ? 2009-2010 Universit? Bordeaux 1 +- * Copyright ? 2009-2010 Cisco Systems, Inc. All rights reserved. ++ * Copyright © 2009-2010 INRIA ++ * Copyright © 2009-2010 Université Bordeaux 1 ++ * Copyright © 2009-2010 Cisco Systems, Inc. All rights reserved. + * + * hwloc-hello.c + */ +@@ -591,9 +599,9 @@ + return 0; + } + +-hwloc provides a pkg-config executable to obtain relevant compiler and linker +-flags. For example, it can be used thusly to compile applications that utilize +-the hwloc library (assuming GNU Make): ++hwloc provides a pkg-config executable to obtain relevant compiler and ++linker flags. For example, it can be used thusly to compile applications ++that utilize the hwloc library (assuming GNU Make): + + CFLAGS += $(pkg-config --cflags hwloc) + LDLIBS += $(pkg-config --libs hwloc) +@@ -636,53 +644,647 @@ + + Questions and Bugs + +-Questions should be sent to the devel mailing list (http://www.open-mpi.org/ +-community/lists/hwloc.php). Bug reports should be reported in the tracker ( +-https://svn.open-mpi.org/trac/hwloc/). +- +-If hwloc discovers an incorrect topology for your machine, the very first thing +-you should check is to ensure that you have the most recent updates installed +-for your operating system. Indeed, most of hwloc topology discovery relies on +-hardware information retrieved through the operation system (e.g., via the /sys +-virtual filesystem of the Linux kernel). If upgrading your OS or Linux kernel +-does not solve your problem, you may also want to ensure that you are running +-the most recent version of the BIOS for your machine. ++Questions should be sent to the devel mailing list ++(http://www.open-mpi.org/community/lists/hwloc.php). Bug reports should be ++reported in the tracker (https://svn.open-mpi.org/trac/hwloc/). ++ ++If hwloc discovers an incorrect topology for your machine, the very first ++thing you should check is to ensure that you have the most recent updates ++installed for your operating system. Indeed, most of hwloc topology ++discovery relies on hardware information retrieved through the operation ++system (e.g., via the /sys virtual filesystem of the Linux kernel). If ++upgrading your OS or Linux kernel does not solve your problem, you may also ++want to ensure that you are running the most recent version of the BIOS for ++your machine. + + If those things fail, contact us on the mailing list for additional help. +-Please attach the output of lstopo after having given the --enable-debug option +-to ./configure and rebuilt completely, to get debugging output. ++Please attach the output of lstopo after having given the --enable-debug ++option to ./configure and rebuilt completely, to get debugging output. + + History / Credits + +-hwloc is the evolution and merger of the libtopology (http:// +-runtime.bordeaux.inria.fr/libtopology/) project and the Portable Linux +-Processor Affinity (PLPA) (http://www.open-mpi.org/projects/plpa/) project. +-Because of functional and ideological overlap, these two code bases and ideas +-were merged and released under the name "hwloc" as an Open MPI sub-project. +- +-libtopology was initially developed by the INRIA Runtime Team-Project (http:// +-runtime.bordeaux.inria.fr/) (headed by Raymond Namyst (http:// +-dept-info.labri.fr/~namyst/). PLPA was initially developed by the Open MPI +-development team as a sub-project. Both are now deprecated in favor of hwloc, +-which is distributed as an Open MPI sub-project. ++hwloc is the evolution and merger of the libtopology ++(http://runtime.bordeaux.inria.fr/libtopology/) project and the Portable ++Linux Processor Affinity (PLPA) (http://www.open-mpi.org/projects/plpa/) ++project. Because of functional and ideological overlap, these two code bases ++and ideas were merged and released under the name "hwloc" as an Open MPI ++sub-project. ++ ++libtopology was initially developed by the INRIA Runtime Team-Project ++(http://runtime.bordeaux.inria.fr/) (headed by Raymond Namyst ++(http://dept-info.labri.fr/~namyst/). PLPA was initially developed by the ++Open MPI development team as a sub-project. Both are now deprecated in favor ++of hwloc, which is distributed as an Open MPI sub-project. + + Further Reading + + The documentation chapters include + +- * Terms and Definitions +- * Command-line tools +- * Environment variables +- * CPU Binding and Memory Binding +- * Interoperability with other software +- * Thread safety +- * Embedding hwloc in other software +- * Switching from PLPA to hwloc +- * Frequently Asked Questions ++ * termsanddefs ++ * tools ++ * envvar ++ * cpu_mem_bind ++ * interoperability ++ * threadsafety ++ * embed ++ * switchfromplpa ++ * faq + + Make sure to have had a look at those too! + +-------------------------------------------------------------------------------- ++termsanddefs Terms and Definitions ++ ++Object ++ Interesting kind of part of the system, such as a Core, a Cache, a ++ Memory node, etc. The different types detected by hwloc are detailed ++ in the hwloc_obj_type_t enumeration. ++ ++ They are topologically sorted by CPU set into a tree. ++ ++CPU set ++ The set of logical processors (or processing units) logically ++ included in an object (if it makes sense). They are always expressed ++ using physical logical processor numbers (as announced by the OS). ++ They are implemented as the hwloc_bitmap_t opaque structure. hwloc ++ CPU sets are just masks, they do not have any relation with an ++ operating system actual binding notion like Linux' cpusets. ++ ++Node set ++ The set of NUMA memory nodes logically included in an object (if it ++ makes sense). They are always expressed using physical node numbers ++ (as announced by the OS). They are implemented with the ++ hwloc_bitmap_t opaque structure. as bitmaps. ++ ++Bitmap ++ A possibly-infinite set of bits used for describing sets of objects ++ such as CPUs (CPU sets) or memory nodes (Node sets). They are ++ implemented with the hwloc_bitmap_t opaque structure. ++ ++Parent object ++ The object logically containing the current object, for example ++ because its CPU set includes the CPU set of the current object. ++ ++Ancestor object ++ The parent object, or its own parent object, and so on. ++ ++Children object(s) ++ The object (or objects) contained in the current object because their ++ CPU set is included in the CPU set of the current object. ++ ++Arity ++ The number of children of an object. ++ ++Sibling objects ++ Objects of the same type which have the same parent. ++ ++Sibling rank ++ Index to uniquely identify objects of the same type which have the ++ same parent, and is always in the range [0, parent_arity). ++ ++Cousin objects ++ Objects of the same type as the current object. ++ ++Level ++ Set of objects of the same type. ++ ++OS or physical index ++ The index that the operating system (OS) uses to identify the object. ++ This may be completely arbitrary, or it may depend on the BIOS ++ configuration. ++ ++Depth ++ Nesting level in the object tree, starting from the 0th object. ++ ++Logical index ++ Index to uniquely identify objects of the same type. It expresses ++ proximity in a generic way. This index is always linear and in the ++ range [0, num_objs_same_type_same_level). Think of it as ``cousin ++ rank.'' The ordering is based on topology first, and then on OS CPU ++ numbers, so it is stable across everything except firmware CPU ++ renumbering. ++ ++Logical processor ++ ++Processing unit ++ The smallest processing element that can be represented by a hwloc ++ object. It may be a single-core processor, a core of a multicore ++ processor, or a single thread in SMT processor. ++ ++The following diagram can help to understand the vocabulary of the ++relationships by showing the example of a machine with two dual core sockets ++(with no hardware threads); thus, a topology with 4 levels. Each box with ++rounded corner corresponds to one hwloc_obj_t, containing the values of the ++different integer fields (depth, logical_index, etc.), and arrows show to ++which other hwloc_obj_t pointers point to (first_child, parent, etc.) ++ ++ diagram.png ++ ++It should be noted that for PU objects, the logical index -- as computed ++linearly by hwloc -- is not the same as the OS index. ++ ++tools Command-line tools ++ ++hwloc comes with an extensive C programming interface and several command ++line utilities. Each of them is fully documented in its own manual page; the ++following is a summary of the available command line tools. ++ ++lstopo ++ ++lstopo (also known as hwloc-info and hwloc-ls) displays the hierarchical ++topology map of the current system. The output may be graphical or textual, ++and can also be exported to numerous file formats such as PDF, PNG, XML, and ++others. ++ ++Note that lstopo can read XML files and/or alternate chroot filesystems and ++display topological maps representing those systems (e.g., use lstopo to ++output an XML file on one system, and then use lstopo to read in that XML ++file and display it on a different system). ++ ++hwloc-bind ++ ++hwloc-bind binds processes to specific hardware objects through a flexible ++syntax. A simple example is binding an executable to specific cores (or ++sockets or bitmaps or ...). The hwloc-bind(1) man page provides much more ++detail on what is possible. ++ ++hwloc-bind can also be used to retrieve the current process' binding. ++ ++hwloc-calc ++ ++hwloc-calc is generally used to create bitmap strings to pass to hwloc-bind. ++Although hwloc-bind accepts many forms of object specification (i.e., bitmap ++strings are one of many forms that hwloc-bind understands), they can be ++useful, compact representations in shell scripts, for example. ++ ++hwloc-calc generates bitmap strings from given hardware objects with the ++ability to aggregate them, intersect them, and more. hwloc-calc generally ++uses the same syntax than hwloc-bind, but multiple instances may be composed ++to generate complex combinations. ++ ++Note that hwloc-calc can also generate lists of logical processors or NUMA ++nodes that are convenient to pass to some external tools such as taskset or ++numactl. ++ ++hwloc-distrib ++ ++hwloc-distrib generates a set of bitmap strings that are uniformly ++distributed across the machine for the given number of processes. These ++strings may be used with hwloc-bind to run processes to maximize their ++memory bandwidth by properly distributing them across the machine. ++ ++hwloc-ps ++ ++hwloc-ps is a tool to display the bindings of processes that are currently ++running on the local machine. By default, hwloc-ps only lists processes that ++are bound; unbound process (and Linux kernel threads) are not displayed. ++ ++envvar Environment variables ++ ++The behavior of the hwloc library and tools may be tuned thanks to the ++following environment variables. ++ ++HWLOC_XMLFILE=/path/to/file.xml ++ enforces the discovery from the given XML file as if ++ hwloc_topology_set_xml() had been called. This file may have been ++ generated earlier with lstopo file.xml. For convenience, this backend ++ provides empty binding hooks which just return success. To have hwloc ++ still actually call OS-specific hooks, HWLOC_THISSYSTEM should be set ++ 1 in the environment too, to assert that the loaded file is really ++ the underlying system. ++ ++HWLOC_FSROOT=/path/to/linux/filesystem-root/ ++ switches to reading the topology from the specified Linux filesystem ++ root instead of the main file-system root, as if ++ hwloc_topology_set_fsroot() had been called. Not using the main ++ file-system root causes hwloc_topology_is_thissystem() to return 0. ++ For convenience, this backend provides empty binding hooks which just ++ return success. To have hwloc still actually call OS-specific hooks, ++ HWLOC_THISSYSTEM should be set 1 in the environment too, to assert ++ that the loaded file is really the underlying system. ++ ++HWLOC_THISSYSTEM=1 ++ enforces the return value of hwloc_topology_is_thissystem(). It means ++ that it makes hwloc assume that the selected backend provides the ++ topology for the system on which we are running, even if it is not ++ the OS-specific backend but the XML backend for instance. This means ++ making the binding functions actually call the OS-specific system ++ calls and really do binding, while the XML backend would otherwise ++ provide empty hooks just returning success. This can be used for ++ efficiency reasons to first detect the topology once, save it to an ++ XML file, and quickly reload it later through the XML backend, but ++ still having binding functions actually do bind. ++ ++cpu_mem_bind CPU Binding and Memory Binding ++ ++Some OSes do not systematically provide separate functions for CPU and ++Memory binding. This means that CPU binding functions may have have effects ++on the memory binding policy, and changing the memory binding policy may ++change the CPU binding of the current thread. This is often not a problem ++for the application, so by default hwloc will make use of these functions ++when they provide better binding support. ++ ++If the application does not want any CPU binding change when changing the ++memory policy, it needs to use the HWLOC_MEMBIND_NOCPUBIND flag to prevent ++hwloc from using OS functions which would change the CPU binding. ++Conversely, HWLOC_CPUBIND_NOMEMBIND can be passed to cpu binding function to ++prevent hwloc form using OS functions woudl change the memory binding ++policy. Of course, this will thus reduce hwloc's support for binding, so ++their use is discouraged. ++ ++One can however avoid using these flags but still closely control both ++memory and CPU binding, by allocating memory and touching it, and then ++changing the CPU binding. The already-really-allocated memory will not be ++migrated, thus even if the memory binding policy gets changed by the CPU ++binding order, the effect will have been achieved. On binding and allocating ++further memory, the CPU binding should be performed again in case the memory ++binding altered the previously-selected CPU binding. ++ ++Not all OSes support the notion of a current memory binding policy for the ++current process but those often still provide a way to allocate data on a ++given node set. Conversely, some OSes support the notion of a current memory ++binding policy, and do not permit to allocate data on a given node set ++without just changing the current policy and allocate the data. Hwloc ++provides functions that set the current memory binding policies (if ++supported) as well as functions which allocat memory bound to given node ++set. By default, it does not use the former to achieve the latter, so that ++users can use both on OSes where they are both supported, and get both ++effects at the same time. For convenience, hwloc however also provides the ++hwloc_alloc_membind_policy and hwloc_alloc_membind_policy_nodeset helpers ++which are allowed to change the current memory binding policy of the ++process, in order to achieve memory binding even if that means having to ++change the current memory binding policy. ++ ++interoperability Interoperability with other software ++ ++Although hwloc offers its own portable interface, it still may have to ++interoperate with specific or non-portable libraries that manipulate similar ++kinds of objects. hwloc therefore offers several specific "helpers" to ++assist converting between those specific interfaces and hwloc. ++ ++Some external libraries may be specific to a particular OS; others may not ++always be available. The hwloc core therefore generally does not explicitly ++depend on these types of libraries. However, when a custom application uses ++or otherwise depends on such a library, it may optionally include the ++corresponding hwloc helper to extend the hwloc interface with dedicated ++helpers. ++ ++Linux specific features ++ hwloc/linux.h offers Linux-specific helpers that utilize some ++ non-portable features of the Linux system, such as binding threads ++ through their thread ID ("tid") or parsing kernel CPU mask files. ++ ++Linux libnuma ++ hwloc/linux-libnuma.h provides conversion helpers between hwloc CPU ++ sets and libnuma-specific types, such as nodemasks and bitmasks. It ++ helps you use libnuma memory-binding functions with hwloc CPU sets. ++ ++Glibc ++ hwloc/glibc-sched.h offers conversion routines between Glibc and ++ hwloc CPU sets in order to use hwloc with functions such as ++ sched_setaffinity(). ++ ++OpenFabrics Verbs ++ hwloc/openfabrics-verbs.h helps interoperability with the OpenFabrics ++ Verbs interface. For example, it can return a list of processors near ++ an OpenFabrics device. ++ ++Myrinet Express ++ hwloc/myriexpress.h offers interoperability with the Myrinet Express ++ interface. It can return the list of processors near a Myrinet board ++ managed by the MX driver. ++ ++NVIDIA CUDA ++ hwloc/cuda.h and hwloc/cudart.h enable interoperability with NVIDIA ++ CUDA Driver and Runtime interfaces. For instance, it may return the ++ list of processors near NVIDIA GPUs. ++ ++Taskset command-line tool ++ The taskset command-line tool is widely used for binding processes. ++ It manipulates CPU set strings in a format that is slightly different ++ from hwloc's one (it does not divide the string in fixed-size subsets ++ and separates them with commas). To ease interoperability, hwloc ++ offers routines to convert hwloc CPU sets from/to taskset-specific ++ string format. Most hwloc command-line tools also support the ++ --taskset option to manipulate taskset-specific strings. ++ ++threadsafety Thread safety ++ ++Like most libraries that mainly fill data structures, hwloc is not thread ++safe but rather reentrant: all state is held in a hwloc_topology_t instance ++without mutex protection. That means, for example, that two threads can ++safely operate on and modify two different hwloc_topology_t instances, but ++they should not simultaneously invoke functions that modify the same ++instance. Similarly, one thread should not modify a hwloc_topology_t ++instance while another thread is reading or traversing it. However, two ++threads can safely read or traverse the same hwloc_topology_t instance ++concurrently. ++ ++When running in multiprocessor environments, be aware that proper thread ++synchronization and/or memory coherency protection is needed to pass hwloc ++data (such as hwloc_topology_t pointers) from one processor to another ++(e.g., a mutex, semaphore, or a memory barrier). Note that this is not a ++hwloc-specific requirement, but it is worth mentioning. ++ ++For reference, hwloc_topology_t modification operations include (but may not ++be limited to): ++ ++Creation and destruction ++ hwloc_topology_init(), hwloc_topology_load(), ++ hwloc_topology_destroy() (see Create and Destroy Topologies) imply ++ major modifications of the structure, including freeing some objects. ++ No other thread cannot access the topology or any of its objects at ++ the same time. ++ ++ Also references to objects inside the topology are not valid anymore ++ after these functions return. ++ ++Runtime topology modifications ++ hwloc_topology_insert_misc_object_by_* (see Tinker with topologies.) ++ may modify the topology significantly by adding objects inside the ++ tree, changing the topology depth, etc. ++ ++ Although references to former objects may still be valid after ++ insertion, it is strongly advised to not rely on any such guarantee ++ and always re-consult the topology to reacquire new instances of ++ objects. ++ ++Locating topologies ++ hwloc_topology_ignore*, hwloc_topology_set* (see Configure Topology ++ Detection) do not modify the topology directly, but they do modify ++ internal structures describing the behavior of the next invocation of ++ hwloc_topology_load(). Hence, all of these functions should not be ++ used concurrently. ++ ++ Note that these functions do not modify the current topology until it ++ is actually reloaded; it is possible to use them while other threads ++ are only read the current topology. ++ ++embed Embedding hwloc in other software ++ ++It can be desirable to include hwloc in a larger software package (be sure ++to check out the LICENSE file) so that users don't have to separately ++download and install it before installing your software. This can be ++advantageous to ensure that your software uses a known-tested/good version ++of hwloc, or for use on systems that do not have hwloc pre-installed. ++ ++When used in "embedded" mode, hwloc will: ++ ++ * not install any header files ++ * not build any documentation files ++ * not build or install any executables or tests ++ * not build libhwloc.* -- instead, it will build libhwloc_embedded.* ++ ++There are two ways to put hwloc into "embedded" mode. The first is directly ++from the configure command line: ++ ++shell$ ./configure --enable-embedded-mode ... ++ ++The second requires that your software project uses the GNU Autoconf / ++Automake / Libtool tool chain to build your software. If you do this, you ++can directly integrate hwloc's m4 configure macro into your configure ++script. You can then invoke hwloc's configuration tests and build setup by ++calling an m4 macro (see below). ++ ++Using hwloc's M4 Embedding Capabilities ++ ++Every project is different, and there are many different ways of integrating ++hwloc into yours. What follows is one example of how to do it. ++ ++If your project uses recent versions Autoconf, Automake, and Libtool to ++build, you can use hwloc's embedded m4 capabilities. We have tested the ++embedded m4 with projects that use Autoconf 2.65, Automake 1.11.1, and ++Libtool 2.2.6b. Slightly earlier versions of may also work but are untested. ++Autoconf versions prior to 2.65 are almost certain to not work. ++ ++You can either copy all the config/hwloc*m4 files from the hwloc source tree ++to the directory where your project's m4 files reside, or you can tell ++aclocal to find more m4 files in the embedded hwloc's "config" subdirectory ++(e.g., add "-Ipath/to/embedded/hwloc/config" to your Makefile.am's ++ACLOCAL_AMFLAGS). ++ ++The following macros can then be used from your configure script (only ++HWLOC_SETUP_CORE must be invoked if using the m4 macros): ++ ++ * HWLOC_SETUP_CORE(config-dir-prefix, action-upon-success, ++ action-upon-failure, print_banner_or_not): Invoke the hwloc ++ configuration tests and setup the hwloc tree to build. The first ++ argument is the prefix to use for AC_OUTPUT files -- it's where the ++ hwloc tree is located relative to $top_srcdir. Hence, if your embedded ++ hwloc is located in the source tree at contrib/hwloc, you should pass ++ [contrib/hwloc] as the first argument. If HWLOC_SETUP_CORE and the rest ++ of configure completes successfully, then "make" traversals of the hwloc ++ tree with standard Automake targets (all, clean, install, etc.) should ++ behave as expected. For example, it is safe to list the hwloc directory ++ in the SUBDIRS of a higher-level Makefile.am. The last argument, if not ++ empty, will cause the macro to display an announcement banner that it is ++ starting the hwloc core configuration tests. ++ ++HWLOC_SETUP_CORE will set the following environment variables and AC_SUBST ++them: HWLOC_EMBEDDED_CFLAGS, HWLOC_EMBEDDED_CPPFLAGS, and ++HWLOC_EMBEDDED_LIBS. These flags are filled with the values discovered in ++the hwloc-specific m4 tests, and can be used in your build process as ++relevant. The _CFLAGS, _CPPFLAGS, and _LIBS variables are necessary to build ++libhwloc (or libhwloc_embedded) itself. ++ ++HWLOC_SETUP_CORE also sets HWLOC_EMBEDDED_LDADD environment variable (and ++AC_SUBSTs it) to contain the location of the libhwloc_embedded.la ++convenience Libtool archive. It can be used in your build process to link an ++application or other library against the embedded hwloc library. ++ ++NOTE: If the HWLOC_SET_SYMBOL_PREFIX macro is used, it must be invoked ++before HWLOC_SETUP_CORE. ++ ++ * HWLOC_BUILD_STANDALONE: HWLOC_SETUP_CORE defaults to building hwloc in ++ an "embedded" mode (described above). If HWLOC_BUILD_STANDALONE is ++ invoked *before* HWLOC_SETUP_CORE, the embedded definitions will not ++ apply (e.g., libhwloc.la will be built, not libhwloc_embedded.la). ++ ++ * HWLOC_SET_SYMBOL_PREFIX(foo_): Tells the hwloc to prefix all of hwloc's ++ types and public symbols with "foo_"; meaning that function hwloc_init() ++ becomes foo_hwloc_init(). Enum values are prefixed with an upper-case ++ translation if the prefix supplied; HWLOC_OBJ_SYSTEM becomes ++ FOO_HWLOC_OBJ_SYSTEM. This is recommended behavior if you are including ++ hwloc in middleware -- it is possible that your software will be ++ combined with other software that links to another copy of hwloc. If ++ both uses of hwloc utilize different symbol prefixes, there will be no ++ type/symbol clashes, and everything will compile, link, and run ++ successfully. If you both embed hwloc without changing the symbol prefix ++ and also link against an external hwloc, you may get multiple symbol ++ definitions when linking your final library or application. ++ ++ * HWLOC_SETUP_DOCS, HWLOC_SETUP_UTILS, HWLOC_SETUP_TESTS: These three ++ macros only apply when hwloc is built in "standalone" mode (i.e., they ++ should NOT be invoked unless HWLOC_BUILD_STANDALONE has already been ++ invoked). ++ ++ * HWLOC_DO_AM_CONDITIONALS: If you embed hwloc in a larger project and ++ build it conditionally with Automake (e.g., if HWLOC_SETUP_CORE is ++ invoked conditionally), you must unconditionally invoke ++ HWLOC_DO_AM_CONDITIONALS to avoid warnings from Automake (for the cases ++ where hwloc is not selected to be built). This macro is necessary ++ because hwloc uses some AM_CONDITIONALs to build itself, and ++ AM_CONDITIONALs cannot be defined conditionally. Note that it is safe ++ (but unnecessary) to call HWLOC_DO_AM_CONDITIONALS even if ++ HWLOC_SETUP_CORE is invoked unconditionally. If you are not using ++ Automake to build hwloc, this macro is unncessary (and will actually ++ cause errors because it invoked AM_* macros that will be undefined). ++ ++NOTE: When using the HWLOC_SETUP_CORE m4 macro, it may be necessary to ++explicitly invoke AC_CANONICAL_TARGET (which requires config.sub and ++config.guess) and/or AC_USE_SYSTEM_EXTENSIONS macros early in the configure ++script (e.g., after AC_INIT but before AM_INIT_AUTOMAKE). See the Autoconf ++documentation for further information. ++ ++Also note that hwloc's top-level configure.ac script uses exactly the macros ++described above to build hwloc in a standalone mode (by default). You may ++want to examine it for one example of how these macros are used. ++ ++Example Embedding hwloc ++ ++Here's an example of integrating with a larger project named sandbox that ++already uses Autoconf, Automake, and Libtool to build itself: ++ ++# First, cd into the sandbox project source tree ++shell$ cd sandbox ++shell$ cp -r /somewhere/else/hwloc- my-embedded-hwloc ++shell$ edit Makefile.am ++ 1. Add "-Imy-embedded-hwloc/config" to ACLOCAL_AMFLAGS ++ 2. Add "my-embedded-hwloc" to SUBDIRS ++ 3. Add "$(HWLOC_EMBEDDED_LDADD)" and "$(HWLOC_EMBEDDED_LIBS)" to ++ sandbox's executable's LDADD line. The former is the name of the ++ Libtool convenience library that hwloc will generate. The latter ++ is any dependent support libraries that may be needed by ++ $(HWLOC_EMBEDDED_LDADD). ++ 4. Add "$(HWLOC_EMBEDDED_CFLAGS)" to AM_CFLAGS ++ 5. Add "$(HWLOC_EMBEDDED_CPPFLAGS)" to AM_CPPFLAGS ++shell$ edit configure.ac ++ 1. Add "HWLOC_SET_SYMBOL_PREFIX(sandbox_hwloc_)" line ++ 2. Add "HWLOC_SETUP_CORE([my-embedded-hwloc], [happy=yes], [happy=no])" line ++ 3. Add error checking for happy=no case ++shell$ edit sandbox.c ++ 1. Add #include ++ 2. Add calls to sandbox_hwloc_init() and other hwloc API functions ++ ++Now you can bootstrap, configure, build, and run the sandbox as normal -- ++all calls to "sandbox_hwloc_*" will use the embedded hwloc rather than any ++system-provided copy of hwloc. ++ ++switchfromplpa Switching from PLPA to hwloc ++ ++Although PLPA and hwloc share some of the same ideas, their programming ++interfaces are quite different. After much debate, it was decided not to ++emulate the PLPA API with hwloc's API because hwloc's API is already far ++more rich than PLPA's. ++ ++More specifically, exploiting modern computing architecture requires the ++flexible functionality provided by the hwloc API -- the PLPA API is too ++rigid in its definitions and practices to handle the evolving server ++hardware landscape (e.g., PLPA only understands cores and sockets; hwloc ++understands a much larger set of hardware objects). ++ ++As such, even though it is fully possible to emulate the PLPA API with hwloc ++(e.g., only deal with sockets and cores), and while the documentation below ++describes how to do this, we encourage any existing PLPA application authors ++to actually re-think their application in terms of more than just sockets ++and cores. In short, we encourage you to use the full hwloc API to exploit ++all the hardware. ++ ++Topology Context vs. Caching ++ ++First, all hwloc functions take a topology parameter. This parameter serves ++as an internal storage for the result of the topology discovery. It replaces ++PLPA's caching abilities and even lets you manipulate multiple topologies as ++the same time, if needed. ++ ++Thus, all programs should first run hwloc_topology_init() and ++hwloc_topology_destroy() as they did plpa_init() and plpa_finalize() in the ++past. ++ ++Hierarchy vs. Core@Socket ++ ++PLPA was designed to understand only cores and sockets. hwloc offers many ++more different types of objects (e.g., cores, sockets, hardware threads, ++NUMA nodes, and others) and stores them within a tree of resources. ++ ++To emulate the PLPA model, it is possible to find sockets using functions ++such as hwloc_get_obj_by_type(). Iterating over sockets is also possible ++using hwloc_get_next_obj_by_type(). Then, finding a core within a socket may ++be done using hwloc_get_obj_inside_cpuset_by_type() or ++hwloc_get_next_obj_inside_cpuset_by_type(). ++ ++It is also possible to directly find an object "below" another object using ++hwloc_get_obj_below_by_type() (or hwloc_get_obj_below_array_by_type()). ++ ++Logical vs. Physical/OS Indexes ++ ++hwloc manipulates logical indexes, meaning indexes specified with regard to ++the ordering of objects in the hwloc-provided hierarchical tree. Physical or ++OS indexes may be entirely hidden if not strictly required. The reason for ++this is that physical/OS indexes may change with the OS or with the BIOS ++version. They may be non-consecutive, multiple objects may have the same ++physical/OS indexes, making their manipulation tricky and highly ++non-portable. ++ ++Note that hwloc tries very hard to always present a hierarchical tree with ++the same logical ordering, regardless of physical or OS index ordering. ++ ++It is still possible to retrieve physical/OS indexes through the os_index ++field of objects, but such practice should be avoided as much as possible ++for the reasons described above (except perhaps for prettyprinting / ++debugging purposes). ++ ++HWLOC_OBJ_PU objects are supposed to have different physical/OS indexes ++since the OS uses them for binding. The os_index field of these objects ++provides the identifier that may be used for such binding, and ++hwloc_get_proc_obj_by_os_index() finds the object associated with a specific ++OS index. ++ ++But as mentioned above, we discourage the use of these conversion methods ++for actual binding. Instead, hwloc offers its own binding model using the ++cpuset field of objects. These cpusets may be duplicated, modified, ++combined, etc. (see hwloc/bitmap.h for details) and then passed to ++hwloc_set_cpubind() for binding. ++ ++Counting Specification ++ ++PLPA offers a countspec parameter to specify whether counting all CPUs, only ++the online ones or only the offline ones. However, some operating systems do ++not expose the topology of offline CPUs (i.e., offline CPUs are not reported ++at all by the OS). Also, some processors may not be visible to the current ++application due to administrative restrictions. Finally, some processors let ++you shutdown a single hardware thread in a core, making some of the PLPA ++features irrelevant. ++ ++hwloc stores in the hierarchical tree of objects all CPUs that have known ++topology information. It then provides the applications with several cpusets ++that contain the list of CPUs that are actually known, that have topology ++information, that are online, or that are available to the application. ++These cpusets may be retrieved with hwloc_topology_get_online_cpuset() and ++other similar functions to filter the object that are relevant or not. ++ ++faq Frequently Asked Questions ++ ++I do not want hwloc to rediscover my enormous machine topology everytime I ++rerun a process ++ ++Although the topology discovery is not expensive on common machines, its ++overhead may become significant when multiple processes repeat the discovery ++on large machines (for instance when starting one process per core in a ++parallel application). The machine topology usually does not vary much, ++except if some cores are stopped/restarted or if the administrator ++restrictions are modified. Thus rediscovering the whole topology again and ++again may look useless. ++ ++For this purpose, hwloc offers XML import/export features. It lets you save ++the discovered topology to a file (for instance with the lstopo program) and ++reload it later by setting the HWLOC_XMLFILE environment variable. Loading a ++XML topology is usually much faster than querying multiple files or calling ++multiple functions of the operating system. It is also possible to ++manipulate such XML files with the C programming interface, and the ++import/export may also be directed to memory buffer (that may for instance ++be transmitted between applications through a socket). ++ _________________________________________________________________ ++ + +-Generated on Thu Dec 16 2010 16:48:29 for Hardware Locality (hwloc) by doxygen +-1.7.1 ++ Generated on Tue Dec 21 21:04:53 2010 for Hardware Locality (hwloc) by ++ doxygen 1.3.9.1 +diff -uNr hwloc-1.1/src/cpuset.c hwloc-1.1rc6r2967_final/src/cpuset.c +--- hwloc-1.1/src/cpuset.c 2010-11-25 15:01:48.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/src/cpuset.c 2010-12-31 23:48:22.016842583 +0100 +@@ -36,8 +36,8 @@ + + /* actual opaque type internals */ + struct hwloc_bitmap_s { +- unsigned ulongs_count; /* how many ulong bitmasks are valid */ +- unsigned ulongs_allocated; /* how many ulong bitmasks are allocated */ ++ unsigned ulongs_count; /* how many ulong bitmasks are valid, >= 1 */ ++ unsigned ulongs_allocated; /* how many ulong bitmasks are allocated, >= ulongs_count */ + unsigned long *ulongs; + int infinite; /* set to 1 if all bits beyond ulongs are set */ + #ifdef HWLOC_DEBUG +@@ -47,7 +47,11 @@ + + /* overzealous check in debug-mode, not as powerful as valgrind but still useful */ + #ifdef HWLOC_DEBUG +-#define HWLOC__BITMAP_CHECK(set) assert((set)->magic == HWLOC_BITMAP_MAGIC) ++#define HWLOC__BITMAP_CHECK(set) do { \ ++ assert((set)->magic == HWLOC_BITMAP_MAGIC); \ ++ assert((set)->ulongs_count >= 1); \ ++ assert((set)->ulongs_allocated >= (set)->ulongs_count); \ ++} while (0) + #else + #define HWLOC__BITMAP_CHECK(set) + #endif +@@ -77,7 +81,7 @@ + if (!set) + return NULL; + +- set->ulongs_count = 0; ++ set->ulongs_count = 1; + set->ulongs_allocated = 64/sizeof(unsigned long); + set->ulongs = malloc(64); + if (!set->ulongs) { +@@ -85,6 +89,7 @@ + return NULL; + } + ++ set->ulongs[0] = HWLOC_SUBBITMAP_ZERO; + set->infinite = 0; + #ifdef HWLOC_DEBUG + set->magic = HWLOC_BITMAP_MAGIC; +@@ -95,8 +100,10 @@ + struct hwloc_bitmap_s * hwloc_bitmap_alloc_full(void) + { + struct hwloc_bitmap_s * set = hwloc_bitmap_alloc(); +- if (set) ++ if (set) { + set->infinite = 1; ++ set->ulongs[0] = HWLOC_SUBBITMAP_FULL; ++ } + return set; + } + +@@ -240,13 +247,9 @@ + res = size>0 ? size - 1 : 0; + tmp += res; + size -= res; +- } +- +- if (!set->infinite && !set->ulongs_count) { +- res = hwloc_snprintf(tmp, size, "0x0"); +- if (res < 0) +- return -1; +- return res; ++ /* optimize a common case: full bitmap should appear as 0xf...f instead of 0xf...f,0xffffffff */ ++ if (set->ulongs_count == 1 && set->ulongs[0] == HWLOC_SUBBITMAP_FULL) ++ return ret; + } + + i=set->ulongs_count-1; +@@ -318,9 +321,15 @@ + count++; + + current = string; +- if (!strncmp("0xf...f,", current, 8)) { ++ if (!strncmp("0xf...f", current, 7)) { ++ current += 7; ++ if (*current != ',') { ++ /* special case for infinite/full cpuset */ ++ hwloc_bitmap_fill(set); ++ return 0; ++ } ++ current++; + infinite = 1; +- current += 8; + count--; + } + +@@ -489,7 +498,7 @@ + { + HWLOC__BITMAP_CHECK(set); + +- hwloc_bitmap_reset_by_ulongs(set, 0); ++ hwloc_bitmap_reset_by_ulongs(set, 1); + hwloc_bitmap__zero(set); + } + +@@ -505,7 +514,7 @@ + { + HWLOC__BITMAP_CHECK(set); + +- hwloc_bitmap_reset_by_ulongs(set, 0); ++ hwloc_bitmap_reset_by_ulongs(set, 1); + hwloc_bitmap__fill(set); + } + +diff -uNr hwloc-1.1/tests/hwloc_bitmap_string.c hwloc-1.1rc6r2967_final/tests/hwloc_bitmap_string.c +--- hwloc-1.1/tests/hwloc_bitmap_string.c 2010-11-02 18:45:46.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/tests/hwloc_bitmap_string.c 2010-12-31 23:48:21.963836098 +0100 +@@ -27,6 +27,7 @@ + /* check an empty cpuset */ + set = hwloc_bitmap_alloc(); + hwloc_bitmap_asprintf(&string, set); ++ assert(!strcmp(string, "0x0")); + set2 = hwloc_bitmap_alloc(); + hwloc_bitmap_sscanf(set2, string); + free(string); +@@ -34,7 +35,18 @@ + hwloc_bitmap_free(set); + hwloc_bitmap_free(set2); + +- /* check an infinite cpuset */ ++ /* check a full (and infinite) cpuset */ ++ set = hwloc_bitmap_alloc_full(); ++ hwloc_bitmap_asprintf(&string, set); ++ assert(!strcmp(string, "0xf...f")); ++ set2 = hwloc_bitmap_alloc(); ++ hwloc_bitmap_sscanf(set2, string); ++ free(string); ++ assert(hwloc_bitmap_isequal(set, set2)); ++ hwloc_bitmap_free(set); ++ hwloc_bitmap_free(set2); ++ ++ /* check an infinite (but non full) cpuset */ + set = hwloc_bitmap_alloc_full(); + hwloc_bitmap_clr(set, 173); + hwloc_bitmap_clr_range(set, 60, 70); +diff -uNr hwloc-1.1/tests/linux/hwloc-gather-topology.sh.in hwloc-1.1rc6r2967_final/tests/linux/hwloc-gather-topology.sh.in +--- hwloc-1.1/tests/linux/hwloc-gather-topology.sh.in 2010-11-22 15:03:45.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/tests/linux/hwloc-gather-topology.sh.in 2010-12-31 23:48:21.926831571 +0100 +@@ -20,12 +20,20 @@ + echo $@ 2>&1 + } + ++usage() ++{ ++ echo "$0 " ++ echo " Saves the Linux topology files (/sys, /proc, ...) under .tar.bz2" ++ echo " and the corresponding lstopo verbose output under .output" ++ echo "Example:" ++ echo " $0 /tmp/\$(uname -n)" ++} ++ + name="$1"; shift +-if [ -z "$name" ] ; then +- echo "$0 " +- echo " Saves the Linux topology files (/sys, /proc, ...) under .tar.bz2" +- echo " and the corresponding lstopo verbose output under .output" +- exit -1 ++if [ -z "$name" -o x`echo $name | cut -c1` = x- ] ; then ++ [ x$name != x -a x$name != x-h -a x$name != x--help ] && echo "Unrecognized option: $name" ++ usage ++ exit 1 + fi + basename=`basename "$name"` + dirname=`dirname "$name"` +@@ -35,6 +43,11 @@ + exit 1 + fi + ++if [ ! -w "$dirname" ] ; then ++ echo "$dirname is not writable." ++ exit 1 ++fi ++ + destdir=`mktemp -d` + + # Get all files from the given path (either a file or a directory) +diff -uNr hwloc-1.1/utils/hwloc-gather-topology.sh.1in hwloc-1.1rc6r2967_final/utils/hwloc-gather-topology.sh.1in +--- hwloc-1.1/utils/hwloc-gather-topology.sh.1in 1970-01-01 01:00:00.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/utils/hwloc-gather-topology.sh.1in 2011-01-01 00:28:19.721139318 +0100 +@@ -0,0 +1,123 @@ ++.\" -*- nroff -*- ++.\" Copyright © 2010 Jirka Hladky ++.\" Copyright © 2010 Brice Goglin ++.TH HWLOC-GATHER-TOPOLOGY-SH "1" "#HWLOC_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" ++.SH NAME ++hwloc-gather-topology.sh \- Saves the relevant Linux topology files ++and the lstopo output for later (possibly offline) usage. ++. ++.\" ************************** ++.\" Synopsis Section ++.\" ************************** ++.SH SYNOPSIS ++. ++.B hwloc-gather-topology.sh [\fIoptions\fR] \fI\fR ++. ++.\" ************************** ++.\" Options Section ++.\" ************************** ++.SH OPTIONS ++. ++\fB\-h\fR \fB\-\-help\fR ++display help message and exit ++. ++.\" ************************** ++.\" Description Section ++.\" ************************** ++.SH DESCRIPTION ++. ++hwloc-gather-topology.sh saves all the relevant topology files into an ++archive (\fB.tar.bz2\fR) and the lstopo output (\fB.output\fR). ++The utility for example stores the \fB/proc/cpuinfo\fR file and the entire ++\fB/sys/devices/system/node/\fR directory tree. ++. ++.PP ++These files can be used later to explore the machine topology offline. ++Once the tarball has been extracted, it may for instance be given to ++some hwloc command-line utilities through their \fB\-\-input\fR option. ++It is also possible to override the default topology that the hwloc ++library will read by setting the extracted path in the \fBHWLOC_FSROOT\fR ++environment variable. ++. ++.PP ++Both archive and lstopo output may also be submitted to hwloc developers ++to debug issues remotely. ++. ++.PP ++\fBhwloc-gather-topology.sh\fR is a Linux specific tool, it is not installed ++on other operating systems. ++. ++.PP ++.B NOTE: ++It is highly recommended that you read the hwloc(7) overview page ++before reading this man page. ++. ++.\" ************************** ++.\" Examples Section ++.\" ************************** ++.SH EXAMPLES ++.PP ++To store topology information to be used later (possibly on ++a different host) please run: ++ ++ hwloc-gather-topology.sh /tmp/myhost ++ ++It will store all relevant topology files in the \fB/tmp/myhost.tar.bz2\fR ++archive and the lstopo output in the \fB/tmp/myhost.output\fR file. ++. ++These files can be transferred on another host for later/offline ++analysis and/or as the input to various hwloc utilities. ++.PP ++To use these data with hwloc utilities you have to unpack ++\fBmyhost.tar.bz2\fR archive first: ++ ++ tar jxvf /tmp/myhost.tar.bz2 ++ ++A new directory named \fBmyhost\fR now contains all topology files. ++Then you ask various hwloc utilities to use this topology instead ++of the one of the real machine by passing \fB\-\-input myhost\fR. ++To display the topology just run: ++ ++ lstopo --input ./myhost ++ ++It is not necessary that the topology is extracted in the current ++directory, absolute or relative paths are also supported: ++ ++ lstopo --input /path/to/remote/host/extracted/topology/ ++ ++To see how hwloc would distribute 8 parallel jobs on the original host: ++ ++ hwloc-distrib --input myhost --single 8 ++ ++To get the corresponding physical indexes in the previous command: ++ ++ hwloc-calc --input myhost --po --li --proclist $(hwloc-distrib --input myhost --single 8) ++ ++Any program may actually override the default topology with a given ++archived one even if it does not have a \fB\-\-input\fR option. ++The \fBHWLOC_FSROOT\fR environment variable should be used to do so: ++ ++ HWLOC_FSROOT=myhost hwloc-calc --po --li --proclist $(hwloc-distrib --single 8) ++ ++All these commands will produce the same output as if executed ++directly on the host on which the topology information was ++originally gathered by the hwloc-gather-topology.sh script. ++. ++.\" ************************** ++.\" Return value section ++.\" ************************** ++.SH RETURN VALUE ++Upon successful execution, hwloc-gather-topology.sh will exit with the code 0. ++. ++.PP ++hwloc-gather-topology.sh will return nonzero exit status if any kind of error occurs, ++such as (but not limited to) failure to create the archive or output file. ++. ++.\" ************************** ++.\" See also section ++.\" ************************** ++.SH SEE ALSO ++. ++.ft R ++hwloc(7), lstopo(1), hwloc-calc(1), hwloc-distrib(1) ++.sp +diff -uNr hwloc-1.1/utils/lstopo-draw.c hwloc-1.1rc6r2967_final/utils/lstopo-draw.c +--- hwloc-1.1/utils/lstopo-draw.c 2010-12-13 19:30:15.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/utils/lstopo-draw.c 2010-12-31 23:48:21.726807097 +0100 +@@ -400,7 +400,7 @@ + { + unsigned myheight = gridsize + (fontsize ? (fontsize + gridsize) : 0) + gridsize, totheight; + unsigned mywidth = 0, totwidth; +- unsigned textwidth = fontsize ? ((logical ? level->logical_index : level->os_index) == (unsigned) -1 ? 7*fontsize : 9*fontsize) : 0; ++ unsigned textwidth = fontsize ? ((logical ? level->logical_index : level->os_index) == (unsigned) -1 ? 8*fontsize : 10*fontsize) : 0; + /* Do not separate objects when in L1 (SMT) */ + unsigned separator = level->attr->cache.depth > 1 ? gridsize : 0; + +@@ -482,7 +482,7 @@ + /* Currently filled width */ + unsigned totwidth; + /* Width of the heading text, thus minimal width */ +- unsigned textwidth = 11*fontsize; ++ unsigned textwidth = 16*fontsize; + + /* Check whether dynamic programming can save us time */ + DYNA_CHECK(); +@@ -667,6 +667,9 @@ + + system_draw(topology, methods, logical, level, output, depth, x, &totwidth, y, &totheight); + ++ if (totwidth < 20*fontsize) ++ totwidth = 20*fontsize; ++ + if (legend) { + /* Display the hostname, but only if we're showing *this* + system */ +diff -uNr hwloc-1.1/utils/Makefile.am hwloc-1.1rc6r2967_final/utils/Makefile.am +--- hwloc-1.1/utils/Makefile.am 2010-11-02 18:45:45.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/utils/Makefile.am 2010-12-31 23:48:21.739808686 +0100 +@@ -43,6 +43,9 @@ + # Only install man pages if we're building in standalone mode + if HWLOC_BUILD_UTILS + man1_pages = lstopo.1 hwloc-bind.1 hwloc-distrib.1 hwloc-calc.1 hwloc-ps.1 ++if HWLOC_HAVE_LINUX ++man1_pages += hwloc-gather-topology.sh.1 ++endif HWLOC_HAVE_LINUX + man7_pages = hwloc.7 + man_pages = $(man7_pages) $(man1_pages) + EXTRA_DIST += $(man1_pages:.1=.1in) $(man7_pages:.7=.7in) +diff -uNr hwloc-1.1/utils/Makefile.in hwloc-1.1rc6r2967_final/utils/Makefile.in +--- hwloc-1.1/utils/Makefile.in 2010-12-16 22:48:02.000000000 +0100 ++++ hwloc-1.1rc6r2967_final/utils/Makefile.in 2010-12-31 23:48:21.745809421 +0100 +@@ -48,7 +48,8 @@ + @HWLOC_HAVE_CAIRO_TRUE@am__append_1 = lstopo-cairo.c + @HWLOC_HAVE_XML_TRUE@am__append_2 = lstopo-xml.c + @HWLOC_HAVE_WINDOWS_TRUE@am__append_3 = lstopo-windows.c +-@HWLOC_BUILD_UTILS_TRUE@am__append_4 = $(man1_pages:.1=.1in) $(man7_pages:.7=.7in) ++@HWLOC_BUILD_UTILS_TRUE@@HWLOC_HAVE_LINUX_TRUE@am__append_4 = hwloc-gather-topology.sh.1 ++@HWLOC_BUILD_UTILS_TRUE@am__append_5 = $(man1_pages:.1=.1in) $(man7_pages:.7=.7in) + subdir = utils + DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ + $(srcdir)/Makefile.in $(srcdir)/test-hwloc-distrib.sh.in +@@ -341,7 +342,7 @@ + AM_CPPFLAGS = $(HWLOC_CPPFLAGS) + AM_LDFLAGS = $(HWLOC_LDFLAGS) + LDADD = $(HWLOC_top_builddir)/src/libhwloc.la +-EXTRA_DIST = test-hwloc-distrib.output $(am__append_4) ++EXTRA_DIST = test-hwloc-distrib.output $(am__append_5) + noinst_HEADERS = misc.h + lstopo_SOURCES = lstopo.h lstopo.c lstopo-color.c lstopo-text.c \ + lstopo-draw.c lstopo-fig.c $(am__append_1) $(am__append_2) \ +@@ -355,7 +356,9 @@ + @HWLOC_BUILD_TESTS_TRUE@@HWLOC_HAVE_MINGW32_FALSE@TESTS = test-hwloc-distrib.sh + + # Only install man pages if we're building in standalone mode +-@HWLOC_BUILD_UTILS_TRUE@man1_pages = lstopo.1 hwloc-bind.1 hwloc-distrib.1 hwloc-calc.1 hwloc-ps.1 ++@HWLOC_BUILD_UTILS_TRUE@man1_pages = lstopo.1 hwloc-bind.1 \ ++@HWLOC_BUILD_UTILS_TRUE@ hwloc-distrib.1 hwloc-calc.1 \ ++@HWLOC_BUILD_UTILS_TRUE@ hwloc-ps.1 $(am__append_4) + @HWLOC_BUILD_UTILS_TRUE@man7_pages = hwloc.7 + @HWLOC_BUILD_UTILS_TRUE@man_pages = $(man7_pages) $(man1_pages) + @HWLOC_BUILD_UTILS_TRUE@nodist_man_MANS = $(man_pages) diff --git a/hwloc.spec b/hwloc.spec index aa9c457..25d73f3 100644 --- a/hwloc.spec +++ b/hwloc.spec @@ -1,13 +1,21 @@ Summary: Portable Hardware Locality - portable abstraction of hierarchical architectures Name: hwloc -Version: 1.0.2 -Release: 1%{?dist} +Version: 1.1 +Release: 0%{?dist} License: BSD Group: Applications/System URL: http://www.open-mpi.org/projects/hwloc/ -Source0: http://www.open-mpi.org/software/hwloc/v1.0/downloads/%{name}-%{version}.tar.bz2 +Source0: http://www.open-mpi.org/software/hwloc/v1.1/downloads/%{name}-%{version}.tar.bz2 +Patch0: 2967_lstopo.patch +# Patch to the 1.1 fix 2967 http://www.open-mpi.org/software/hwloc/nightly/v1.1/hwloc-1.1rc6r2967.tar.bz2 +# Fix hwloc_bitmap_to_ulong right after allocating the bitmap. +# Fix the minimum width of NUMA nodes, caches and the legend in the graphical lstopo output. +# Cleanup error management in hwloc-gather-topology.sh. +# Add a manpage and usage for hwloc-gather-topology.sh on Linux. +# +# Rename hwloc-gather-topology.sh to hwloc-gather-topology to be consistent with the upcoming version 1.2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libX11-devel,libxml2-devel,cairo-devel +BuildRequires: libX11-devel,libxml2-devel,cairo-devel,numactl-devel %description The Portable Hardware Locality (hwloc) software package provides @@ -27,13 +35,17 @@ about the hardware, bind processes, and much more. Summary: Headers and shared development libraries for hwloc Group: Development/Libraries Requires: %{name} = %{version}-%{release} -BuildRequires: libX11-devel,libxml2-devel,cairo-devel +BuildRequires: libX11-devel,libxml2-devel,cairo-devel, numactl-devel %description devel Headers and shared object symbolic links for the hwloc. %prep %setup -q +# Apply patches: +# +%patch0 -p1 + %build # There are two options how to get rid of RPATH @@ -61,7 +73,12 @@ Headers and shared object symbolic links for the hwloc. %{__make} install DESTDIR=%{buildroot} INSTALL="%{__install} -p" # We don't ship .la files. -%{__rm} -rf $RPM_BUILD_ROOT%{_libdir}/libhwloc.la +%{__rm} -rf %{buildroot}%{_libdir}/libhwloc.la + +# Rename hwloc-gather-topology.sh to hwloc-gather-topology +%{__mv} %{buildroot}%{_bindir}/hwloc-gather-topology.sh %{buildroot}%{_bindir}/hwloc-gather-topology +%{__mv} %{buildroot}%{_mandir}/man1/hwloc-gather-topology.sh.1 %{buildroot}%{_mandir}/man1/hwloc-gather-topology.1 +%{__sed} -i -e's/hwloc-gather-topology.sh/hwloc-gather-topology/ig' %{buildroot}%{_mandir}/man1/hwloc-gather-topology.1 %{__mv} %{buildroot}%{_defaultdocdir}/%{name} %{buildroot}%{_defaultdocdir}/%{name}-%{version} %{__cp} -p AUTHORS COPYING NEWS README VERSION %{buildroot}%{_defaultdocdir}/%{name}-%{version} @@ -102,6 +119,14 @@ Headers and shared object symbolic links for the hwloc. %changelog +* Sat Jan 1 2011 Jirka Hladky - 1.1-0 +- 1.1 rel# Patch to the 1.1 fix 2967 http://www.open-mpi.org/software/hwloc/nightly/v1.1/hwloc-1.1rc6r2967.tar.bz2 +- Fix hwloc_bitmap_to_ulong right after allocating the bitmap. +- Fix the minimum width of NUMA nodes, caches and the legend in the graphical lstopo output. +- Cleanup error management in hwloc-gather-topology.sh. +- Add a manpage and usage for hwloc-gather-topology.sh on Linux. +- Rename hwloc-gather-topology.sh to hwloc-gather-topology to be consistent with the upcoming version 1.2ease + * Mon Jul 19 2010 Jirka Hladky - 1.0.2-1 - 1.0.2 release - added "check" section to the RPM SPEC file diff --git a/sources b/sources index b349480..31841ed 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -54a333f64250c2ea0a438471fc329e1f hwloc-1.0.2.tar.bz2 +02dd066f2a5662c7bdfbb7c99bf46d45 hwloc-1.1.tar.bz2