diff -u -r --new-file samba-3.0.0/WHATSNEW.txt samba-3.0.1/WHATSNEW.txt --- samba-3.0.0/WHATSNEW.txt Wed Sep 24 20:52:54 2003 +++ samba-3.0.1/WHATSNEW.txt Sun Dec 14 22:10:05 2003 @@ -1,10 +1,353 @@ - WHATS NEW IN Samba 3.0.0 - September 24, 2003 - ============================== - -This is the first official release of Samba 3.0.0 code base. Work -on the SAMBA_3_0 CVS branch continues. Please refer to the section -on "Known Issues" for more details. + WHATS NEW IN Samba 3.0.1 + December 15, 2003 + =============================== + +This is the latest stable release of Samba. This is the +version that all production Samba servers should be running +for all current bug-fixes. Some of the more common bugs in +3.0.0 addressed in the release include: + + * Substitution problems with smb.conf variables. + * Errors in return codes which caused some applications + to fail to open files. + * General Protection Faults on Windows 2000/XP clients + using Samba point-n-print features. + * Several miscellaneous crash bugs. + * Access problems when enumerating group mappings are + stored in an LDAP Directory. + * Several common SWAT bugs when writing changes to + smb.conf. + * Internal inconsistencies when 'winbind use default + domain = yes' + + +###################################################################### +Changes +####### +Changes since 3.0.1rc2 +---------------------- + +Please refer to the CVS log for the SAMBA_3_0 branch for complete +details: + +1) Fix uninitialized variable in passdb.c. +2) Fix formal parameter type in get_static() in nsswitch/wins.c. +3) Fix problem mounting directories when mount.cifs is installed + with the setuid bit on. +4) Fix bug that prevent --mandir from overriding the defaults + given in the --with-fhs macro. +5) Fix bug in in-memory Kerberos keytab detection routines + in configure.in + + +Changes since 3.0.1rc1 +----------------------- + +1) Update version string in smbldap-tools Makefile to 0.8.2. +2) Correct a problem with "net rpc vampire" mis-parsing the + alias member info reply. +3) Ensure the ${libdir} is created by the installclientlib script. +4) Fix detection of Windows 2003 client architecture in the smb.conf + %a variable. +5) Ensure that smbd calls the add user script for a missing UNIX + user on kerberos auth call (bug 445). +6) Fix bugs in hosts allow/deny when using a mismatched + network/netmask pair. +7) Protect alloc_sub_basic() from crashing when the source string + is NULL (partial work on bug 687). +8) Fix spinlocks on IRIX. +9) Corrected some bad destination paths when running "configure + --with-fhs". +10) Add packaging files for Fedora Core 1. +11) Correct bug in SWAT install script for non-english languages. +12) Support character set ISO-8859-1 internally (bug 558). +13) Fixed more LDAP access errors when looking up group mappings + (bug 281). +14) Fix UNISTR2 length bug in LsaQueryInfo(3) that caused SID + resolution to fail on local files on on domain members + (bug 875). + + +Changes since 3.0.1pre3 +----------------------- + +Removed Parameters + * hide local users + +Added Parameters + * passwd chat timeout + +1) Fix for pdbedit error code returns (bug 763). +2) Make sure we only enumerate group mapping entries (not + /etc/group) even when doing local aliases. +3) Relax check on the pipe name in a dce/rpc bind response to work + around issues with establishing trusts to a Windows 2003 domain. +4) Ensure we mangle names ending in '.' in hash2 mangling method. +5) Correct parsing issues with munged dial string. +6) Fix bugs in quota support for XFS. +7) Add a cleaner method for applications that need to provide name->SID + mappings to do this via NSS rather than having to know the + winbindd pipe protocol. +8) Adds a variant of the winbindd_getgroups() call called + winbindd_getusersids() that provides direct SID->SIDs listing of a + users supplementary groups. This is enough to allow non-Samba + applications to do ACL checking. +9) Make sure we don't append the 'ldap suffix' when writing out the + 'ldap XXX suffix' values in SWAT (bug 328). +10) Fix renames across file systems. +11) Ensure that items in a list of strings containing whitespace are + written out surrounded by single quotes. This means that both + double and single quotes are now used to surround strings in + smb.conf (bug 481). +12) Enable SWAT to correctly determine if winbindd is running (bug + 398). +13) Include WWW-Authenticate field in 401 response for bad auth + attempt (bug 629). +14) Add support for NTLM2 (NTLMv2 session security). +15) Add support for variable-length session keys. +16) More privilege fixes for group enumeration in LDAP (bug 281). +17) Use the dns name (or IP) as the originating client name when + using CUPS (bug 467). +18) Fix various SMB signing bugs. +19) Fix ACL propagation on a DFS root (bug 263). +20) Disable NTLM2 for RPC pipes. +21) Allow the client to specify the NTLM2 flags got NTLMSSP + authentication. +22) Change the name of the job passed off to cups from "Test Page" to + "smbprn.00000033 Test Page" so that we can get the smb jobid back. + This allow users to delete jobs with cups printing backend (partial + work on bug 770). +23) Fix build of winbindd with static pdb modules. +24) Retrieve the correct ACL group bits if the file has an ACL + (bug 802). +25) Implement "net rpc group members": Get members of a domain group + in human-readable format. +26) Add MacOSX (Darwin) specific charset module code. +27) Use samr_dispinfo(level == 1) for enumerating domain users so we + can include the full name in gecos field (bug 587). +28) Add support for winbind's NSS library on FeeeBSD 5.1 (bug 797). +29) Implement 'net rpc group list [global|local|builtin]*' for a + select listing of the respective user databases. +30) Don't automatically set NT status code flag unless client tells + us it can cope. +31) Add 'net status [sessions|shares] [parseable]'. +32) Don't mistake pre-existing UNIX jobs for smb jobs (remainder of + bug 770). +33) Add 'Replicator' and 'RAS Servers' to list of builtin SIDs + (bug 608). +34) Fix inverted logic in hosts allow/deny checks caused by s/strcmp/strequal/ + (bug 846). +35) Implement correct version SamrRemoveSidForeignDomain() (bug 252). +36) Fix typo in 'hash' mangling algorithm. +37) Support munged dial for ldapsam (bug 800). +38) Fix process_incoming_data() to return the number of bytes handled this + call whether we have a complete PDU or not; fixes bug with multiple + PDU request rpc's broken over SMBwriteX calls each. +39) Fix incorrect smb flags2 for connections to pre-NT servers (causes + smbclient to fail to OS2 for example) (bug 821). + + + +Changes since 3.0.1pre2 +----------------------- + +Please refer to the CVS log for the SAMBA_3_0 branch for complete +details: + +1) Skip over the winbind separator when looking up a user. + This fixes the bug that prevented local users from + matching an AD user when not running winbindd (bug 698). +2) Fix a problem with configure on *BSD systems. Make sure + we add -liconv etc to LDFLAGS. +3) Fix core dump bug when "security = server" and the authentication + server goes away. +4) Correct crash bug due to an empty munged dial string. +5) Show files locked by a specific user (smbstatus -u 'user') + (bug 590). +6) Fix bug preventing print jobs from display in the queue + monitor used by Windows NT and later clients (bug 660). +7) Fix several reported problems with point-n-print from + Windows 2000/XP clients due to a bug in the EnumPrinterDataEx() + reply (bug 338, 527 & 643). +8) Fix a handful of potential memory leaks in the LDAP code used + by ldapsam[_compat] and the LDAP idmap backend. + + +Changes since 3.0.1pre1 +----------------------- + +1) Match Samba 2.2 behavior; make ACB_NORMAL the default ACB value. +2) Updated Japanese welcome file in SWAT. +3) Fix to nt-time <-> unix-time functions reversible. +4) Ensure that winbindd uses the the escaped DN when querying + an AD ldap server. +5) Fix portability issues when compiling (bug 505, 550) +6) Compile fix for tdbbackup when Samba needs to override + non-C99 compliant implementations of snprintf(). +7) Use @PICSUFFIX@ instead of .po in Makefile.in (bug 574). +8) Make sure we break out of samsync loop on error. +9) Ensure error code path doesn't free unmalloc()'d memory + (bug 628). +10) Add configure test for krb5_keytab_entry keyblock vs key + member (bug 636). +11) Fixed spinlocks. +12) Modified testparm so that all output so all debug output goes + to stderr, and all file processing goes to stdout. +13) Fix error return code for BUFFER_TOO_SMALL in smbcacls + and smbcquotas. +14) Fix "NULL dest in safe_strcpy()" log message by ensuring that + we have a devmode before copying a string to the devicename. +15) Support mapping REALM.COM\user to a local user account (without + running winbindd) for compatibility with 2.2.x release. +16) Ensure we don't use mmap() on blacklisted systems. +17) fixed a number of bugs and memory leaks in the AIX + winbindd shim +18) Call initgroups() in SWAT before becomming the user so that + secondary group permissions can be used when writing to + smb.conf. +19) Fix signing problems when reverse connecting back to a + client for printer notify +20) Fix signing problems caused by a miss-sequence bug. +21) Missing map in errormap for ERROR_MORE_DATA -> ERRDOS, ERRmoredata. + Fixes NEXUS tools running on Win9x clients (bug 64). +22) Don't leave the domain field uninitialized in cli_lsa.c if some + SID could not be mapped. +23) Fix segfault in mount.cifs helper when there is no options + specified during mount. +24) Change the \n after the password prompt to go to tty instead + of stdout (bug 668). +25) Stop net -P from prompting for machine account password (bug 451). +26) Change in behavior to Not only change the effective uid but also + the real uid when becoming unprivileged. +27) Cope with Exchange 5.5 cleartext pop password auth. +28) New files for support of initshutdown pipe. Win2k doesn't + respond properly to all requests on the winreg pipe, so we need + to handle this new pipe (bug 534). +29) Added more va_copy() checks in configure.in. +30) Include fixes for libsmbclient build problems. +31) Missing UNIX -> DOS codepage conversion in lanman.c. +32) Allow DFMS-S filenames can now have arbitrary case (bug 667). +33) Parameterize the listen backlog in smbd and make it larger by + default. A backlog of 5 is way too small these days. +34) Check for an invalid fid before dereferencing the fsp pointer + (bug 696). +35) Remove invalid memory frees and return codes in pdb_ldap.c. +36) Prompt for password when invoking --set-auth-user and no + password is given. +37) Bind the nmbd sending socket to the 'socket address'. +38) Re-order link command for smbd, rpcclient and smbpasswd to ensure + $LDFLAGS occurs before any library specification (bug 661). +39) Fix large number of printf() calls for 64-bit size_t. +40) Fix AC_CHECK_MEMBER so that SLES8 does correctly finds the + keyblock in the krb5 structs. +41) Remove #include in hopes to avoid problems with + apache header files. +42) Correct winbindd build problems on HP-UX 11. +43) Lowercase netgroups lookups (bug 703). +44) Use the actual size of the buffer in strftime instead of a made + up value which just happens to be less than sizeof(fstring). + (bug 713). +45) Add ldaplibs to pdbedit link line (bug 651). +46) Fix crash bug in smbclient completion (bug 659). +47) Fix packet length for browse list reply (bug 771). +48) Fix coredump in cli_get_backup_list(). +49) Make sure that we expand %N (bug 612). +50) Allow rpcclient adddriver command to specify printer driver + version (bug 514). +51) Compile tdbdump by default. +52) Apply patches to fix iconv detection for FreeBSD. +53) Do not allow the 'guest account' to be added to a passdb backend + using smbpasswd or pdbedit (bug 624). +54) Save LDFLAGS during iconv detection (bug 57). +55) Run krb5 logins through the username map if the winbindd + lookup fails (bug 698). +56) Add const for lp_set_name_resolve_order() to avoid compiler + warnings (bug 471). +57) Add support for the %i macro in smb.conf to stand in for the for + the local IP address to which a client connected. +58) Allow winbindd to match local accounts to domain SID when + 'winbind trusted domains only = yes' (bug 680). +59) Remove code in idmap_ldap that searches the user suffix and group + suffix. It's not needed and provides inconsistent functionality + from the tdb backend. +60) Patch to handle munged dial string for Windows 200 TSE. +61) Correct the "smbldap_open: cannot access when not root error" + messages when looking up group information (bug 281). + + + +Changes since 3.0.0 +------------------- + +Modified parameters + * mangled map (deprecated) + +Removed Parameters + * mangled stack (unused) + + +1) Change the interface for init_unistr2 to not take a length + but a flags field. We were assuming that + 2*strlen(mb_string) == length of ucs2-le string. (bug 480). +2) Allow d_printf() to handle strings with escaped quotation + marks since the msg file includes the escape character (bug 489). +3) Fix bad html table row termination in SWAT wizard code (bug 413). +4) Fix to parse the level-2 strings. +5) Fix for "valid users = %S" in [homes]. Fix read/write + list as well. +6) Change AC_CHECK_LIB_EXT to prepend libraries instead of append. + This is the same way AC_CHECK_LIB works (bug 508). +7) Testparm output fixes for clarity. +8) Fix broken wins hook functionality -- i18n bug (bug 528). +9) Take care of condition where DOS and NT error codes must differ. +10) Default to using only built-in charsets when a working iconv + implementation cannot be located. +11) Wrap internals of sys_setgroups() so the sys_XX() call can + be done unconditionally (bug 550). +12) Remove duplicate smbspool link on SWAT's front page (bug 541). +13) Save and restore CFLAGS before/after AC_PROG_CC. Ensures that + --enable-debug=[yes|no] works correctly. +14) Allow ^C to interrupt smbpasswd if using our getpass + (e.g. smbpasswd command). +15) Support signing only on RPC's (bug 167). +16) Correct bug that prevented Excel 2000 clients from opening + files marked as read-only. +17) Portability fix bugs 546 - 549). +18) Explicitly initialize the value of AR for vendor makes that don't + do this (e.g. HPUX 11). (bug 552). +19) More i18n fixes for SWAT (bug 413). +20) Change the cwd before the postexec script to ensure that a + umount will succeed. +21) Correct double free that caused winbindd to crash when a DC + is rebooted (bug 437). +22) Fix incorrect mode sum (bug 562). +23) Canonicalize SMB_INFO_ALLOCATION in the same was as + SMB_FS_FULL_SIZE_INFORMATION (bug 564). +24) Add script to generate *msg files. +25) Add Dutch SWAT translation file. +26) Make sure to call get_user_groups() with the full winbindd + name for a user if he/she has one (bug 406). +27) Fix up error code returns from Samba4 tester. Ensure invalid + paths are validated the same way. +28) Allow Samba3 to pass the Samba4 RAW-READ tests. +29) Refuse to configure if --with-expsam=$BACKEND was used but no + libraries were found for $BACKEND. +30) Move sysquotas autoconf tests to a separate file. +31) Match W2K w.r.t. writelock and writeclose. Samba4 torture + tester +32) Make sure that the files that contain the static_init_$subsystem; + macro get recompiled after configure by removing the object + files. +33) Ensure canceling a blocking lock returns the correct error + message. + + + +###################################################################### + + ======================================= + The original 3.0.0 release notes follow + ======================================= Major new features: @@ -81,442 +424,6 @@ ###################################################################### -Changes since 3.0rc4 -#################### - -Please refer to the CVS log for the SAMBA_3_0 branch for complete -details: - -1) Fix bug that prevented filenames of length >100 characters - from being restored using smbclient's tar functionality. -2) Fix bug that prevented fast path code in strchr_m() - from being used. -3) Make sure we store the desired access flag on incoming - SAMR rpc calls. -4) Fix smbd crash when dealing with mangled file names. -5) Ensure that the group comment field is not overwritten - if it already exists. -6) Fix bug that prevented 'net rpc join' from working - with mixed mode AD domains (bug 442). -7) Fix crash in smbd when a Samba PDC is not able to - enumerate trusted domains (bug 450). -8) Fix crash bug found by the Samba4 testsuite. -9) Fix bug that prevented smbd from returning an ACL list - if one of the SIDs could not be resolved (bug 470). -10) Remove -P option from smbclient printing scripts since it - has a different meaning in Samba 3.0 (bug 473). -11) Sync smbldap-tools with latest version from idealx cvs tree. -12) Cleanup some warnings produced by the Sun C compiler. -13) Several fixes for SWAT relating to international character - sets. - - -Changes since 3.0rc3 -#################### - -1) Fix incorrect error message in testparm.c regarding 'map system'. -2) Protect against core dump if ioctl for print job sends invalid - fid. -3) Fix bug in generic hash cacluation. -4) Remove references to unused 'strip dot' parameter -5) Fix CPU burn bug in multi-byte character conversion. -6) Use opt_target_workgroup instead of lp_workgroup() in vampire - code so we can override the value in smb.conf with the -w option. -7) Display an error if we can't create a posix account for the - user when running 'net rpc vampire' (bug 323). -8) Fix UTF8 conversion bugs in LDAP passdb and idmap code (bug 296). -9) Fix smbd crash when changing the machine trust account password - (bug 273). -10) Remove getpwnam() calls from init_sam_from_xxx(). This means - that %u & %g will no longer expand in the "login ..." set of - smb.conf options, but %U and %G still do. The payback is that - winbindd local accounts for users work with 'wbinfo -u' - when winbind is running on a Samba PDC. -11) Fix unitiailized timestamp where merging print_jobs and - lpq listing. -12) Fix bug in debian packaging files affecting non-i386 platforms. - - -Changes since 3.0rc2 -#################### - -1) Remove Perl module dependencies in generated RedHat 8/9 RPMS. -2) Update mount helper to take synonyms for file_mode and - dir_mode (fmask and dmask). -3) Fix portability bug with log2pcaphex. -4) Use different algorithm to generate codepages source code which - allows to take gaps into account thus making unnecessary - extended [index] = value, syntax in to_ucs2 array (bug 380). -5) Fix comment strings to 43 bytes as per spec. -6) Fix pam_winbind compile bug on FreeBSD (bug 261). -7) Support for in-memory keytabs, which are needed to make heimdal - work properly. MIT does not support them, so this check will be - used to decide whether to use them. (partial fix for bug 372). -8) Disable RC4-HMAC on broken heimdal setups. (remainder of bug - 372). -9) Correct bug in smbclient that resulted in errors when untarring - long filenames (bug 308). -10) Improve autoconf checks for PAM header files and libs. -11) Added fast path to convert_string() when dealing with - ASCII->ASCII, UCS2-LE->ASCII, and ASCII->UCS2-LE with - values <= 0x7F. -12) Quiet debug messages when we don't find a module and it is not - a critical error (bug 375). -13) Fix UNIX passwd sync properly. -14) Fix more transitive trust issues in winbindd (bug 305). -15) Ensure that winbindd functions with 'disable netbios = yes' -16) Store the real short domain name in secrets.tdb as soon as we - know it. Also display an error message when joining an AD - domain and the 'workgroup' parameter has not been specified. -17) Return 0 DFS links instead of -1 when dfs support is not enabled. -18) Update LDAP schema for Netscape DS 4.x and Novell eDirectory 8.7 -19) Ensure that name types can be specified using name#type notation - in the 'net' command (bug 73). -20) Add retry looks to ADS sequence number and domain SID lookups - (bug 364). -21) use a variant of alloc_sub_basic() for string lists such as - 'valid users', 'write list', and 'read list' (bug 397). -22) Fix seg fault when winbindd receives an error from the AD server - in response to an LDAP search (bug 282). -23) Update findsmb to use the new syntax for smbclient and nmblookup. -24) Fix bug that prevented variables from being used in explicitly - defined path in [homes]. -25) Only set SIDs when they're returned by the MySQL query - (pdb_mysql.so). -26) Include support for NTLMv2 key exchange. -27) Revert default for 'client ntlmv2 auth' to off (bug 359). -28) Fix crash in winbindd when the trust account password gets - changed underneath us via 'net rpc changetrustpw' (bug 382). -29) Use djb-algorithm string hash - faster than the tdb one we - used to use. Does not change on disk format or hashing location. -30) Implements some kind of improved AFS support for Samba on - Linux with OpenAFS 1.2.10. './configure --with-fake-kaserver' - assumes that you have OpenAFS on your machine. -31) When enumerating dfs shares loop from 0 to lp_numservices() instead - of relying on lp_servicename(n) to return an empty string for - invalid service numbers (bug 403). -32) Fix crash bug in 'net rpc samdump' (bug 334). -33) Fix crash bug in WINS NSS module (bug 299). -34) Fix a few minor compile errors on HP-UX. - - - -Changes since 3.0rc1 -#################### - -1) Add levels 261 and 262 to search. Found using Samba4 tester. -2) Correct bad error return code in session setup reply -3) Fix bug where smbd returned DOS error codes from SMBsearch - even when NT1 protocol was negotiated. -4) Implement SMBexit properly. -5) Return group lists from a Samba PDC to a Windows 9x/ME box - in implementing user level access control (bug 314). -6) Prevent SWAT from crashing when adding shares (bug 254) -7) Fix various documentation issues (bugs 304 & 214) -8) Fix wins server listing in SWAT (bug 197) -9) Fix problem in rpcclient that caused enumerating printer - drivers to report failure (bug 294). -10) Use kerberos 5 authentication in our client code whenever possible -11) Fix schannel bug that caused Active Directory DC's to downgrade our - machine account to an NT member. -12) Implement missing SAMR_REMOVE_USER_FOREIGN_DOMAIN call (bug 252). -13) Implement automatic generation of include/version.h -14) Include initial version of smbldap-tool scripts for the Samba - 3.0 schema. -15) Implement numerous fixes for multi-byte character strings. -16) Enable 'unix extensions' parameter by default. -17) Make sure we set the SID type when falling back to the rid - algorithm (bug 245). -18) Correct linking problems with pam_smbpass (bug 327). -19) Add SYSV defines for Irix and Solaris to ensure the 'printing' - parameter default to the correct value (bug 230) -20) Fix recursion bug in alloc_string_sub() (bug 289, et. al.) -21) Ensure that 'make install' includes the static and shared - versions of the libsmbclient libraries. -22) Add CP850 and CP437 internal character set support (bug 150). -23) Add support to examples/LDAP/convertSambaAccount for generating - LDIF modify files instead of just add (303). -24) Fix support for -W option in smbclient (bug 39) -25) Remove 'ldap trust ids' parameter since it could not be supported - by the current architecture. -26) Don't crash when no argument is given to -T in smbclient (bug 345). -27) Ensure smbadduser contains the same paths for the smbpasswd file - as the other Samba tools (bug 290). -28) Port of 'available = no' fix for [homes] from SAMBA_2_2 cvs tree. -29) Add sanity checks to DeletePrinterData[Ex]() and ensure that the - modified printer is written to disk. -30) Force winbindd to periodically update the trusted domain cache. -31) Remove outdated import/export script to convert an smbpasswd file - to and from and LDAP directory. Use the pdbedit tool instead. -32) Ensure that %U substitution is restored on next valid packet - if a logon fails. - - -Changes since 3.0beta3 -###################### - -1) Various memory leak fixes. -2) Provide full support for SMB signing (server and client) -3) Check for broken getgrouplist() in glibc. -4) Don't get stuck in an infinite loop listing directories - recursively if the server returns an empty directory name - (bug 222). -5) Idle LDAP connections after 150 seconds. -6) Patched make uninstallmodules (bug 236). -7) Fix bug that caused smbd to return incomplete directory listings - when UNIX files contained MS wildcard characters. -8) Quiet default debug messages in command line tools. -9) Fixes to avoid panics on invalid multi-byte strings. -10) Fix error messages when creating a new smbpasswd file (bug 198). -11) Implemented better detection routines in autoconf scripts for - locating ads support on the host OS. -12) Fix bug that caused libraries in /usr/local/lib to be ignored - (bug 174). -13) Ensure winbindd_ads uses the correct realm or domain name when - connecting to trusted DC. -14) Ensure a correct prototype is created for snprintf() (bug 187) -15) Stop files being created on read-only shares in some circumstances. -16) Fix wbinfo -p (bug 251) -17) Support schannel on any tcp/ip connection if necessary -18) Correct bug in user_in_list() so that it works with winbind groups - again. -19) Ensure the schannel bind credentials default to the domain - of the destination host. -20) Default password expiration time in account_pol.tdb to never - expire. Remove any existing account_pol.tdb file to reset - the new default policy (bug 184). -21) Add buttons to SWAT to change the view of smb.conf (bug 212) -22) Fix incorrect checks that determine whether or not the 'add user - script' has been set. -23) More cleanup for internal character set conversions. -24) Fixes for multi-byte strings in stat cache code. -25) Ensure that the net command honors the 'workgroup' parameter - in smb.conf when not overridden from the command line. -26) Add gss-spnego support to the ntlm_auth tool. -27) Add vfs_default_quota VFS module. -28) Added server support for NT quota interfaces. -29) Prevent Krb5 replay attacks by adding a replay_cache. -30) Fix problems with winbindd and transitive trusts in AD domains. -31) Added -S to client tools for setting SMB signing options on the - command line. -32) Fix bug causing the 'passwd change program' to be called as the - connected user and not root. -33) Fixed data corruption bug in byte-range locking (e.g. affected MS Excel). -34) Support winbindd on FreeBSD is possible. -35) Look at only the first OID in the security blob sent in the session - setup request to determine the token type. -36) Only push locks onto a blocking lock queue if the posix lock failed with - EACCES or EAGAIN (this means another lock conflicts). Else return an - error and don't queue the request. -37) Fix command line argument processing for smbtar. -38) Correct issue that caused smbd to return generic unix_user. - for lookupsid(). -39) Default to algorithmic mapping when generating a rid for a group - mapping. -40) Expand %g and %G in logon script, profile path, etc... during - a domain logon (bug 208). -41) Make sure smbclient obeys '-s ' -42) Added win2k3 shadow copy operations to VFS interface. -43) Allow connections to samba domain member as SERVER\user (don't - always default to DOMAIN\user). -44) Remove checks in winbindd that caused it to attempt to use - non-transitive trust relationships. -45) Remove delays in winbindd caused by invalid DNS lookups. -46) Fix supplementary group memberships on systems with slightly - broken NSS implementations (bug 267). -47) Correct issue that prevented smbclient from viewing shares on - a win2k server when using a non-anonymous connection (bug 284). -48) Add --domain=DOMAIN_NAME to wbinfo for limiting operations like - 'wbinfo -u' to a single domain. The '.' character represents - our domain. -49) Fix group enumeration bug when using an LDAP directory for - storing group mappings. -50) Default to use NTLMv2 if available. Fallback to not use LM/NTLM - when the extended security capability bit is not set. -51) Fix crash in 'wbinfo -a' when using extended characters in the - username (bug 269). -52) Fix multi-byte strupper() panics (bug 205). -53) Add vfs_readonly VFS module. -54) Make sure to initialize the sambaNextUserRid and sambaNextGroupRid - attributes when using 'idmap backend = ldap' (bug 280). -55) Make sure that users shared between a Samba PDC and member - samba server are seen as domain users and not local users on the - domain member. -56) Fix Query FS Info level 2. -57) Allow enumeration of users and groups by win9x "file server" (bug - 286). -58) Create symlinks during install for modules that support mutliple - functions (bug 91). -59) More iconv detection fixes. -60) Fix path length error in vfs_recycle module (bug 291). -61) Added server support for the LSA_DS UUID on the \lsarpc pipe. - (server DsRoleGetPrimaryDomainInfo() is currently disabled). -62) Fix SMBseek and get/set position calls. -62) Fix SetFileInfo level 1. -63) Added tool to convert smbd log file to a pcap file (log2pcaphex). - - - -Changes since 3.0beta2 -###################### - -1) Added fix for Japanese case names in statcache code; - these can change size on upper casing. -2) Correct issues with iconv detection in configure script - (support needed to find iconv libraries on FreeBSD). -3) Fix bug that caused a WINS server to be marked as dead - incorrectly (bug #190). -4) Removing additional deadlocks conditions that prevented - winbindd from running on a Samba PDC (used for trust - relationships). -5) Add support for searching for Active Directory for - published printers (net ads printer search). -6) Separate UNIX username from DOMAIN\username in pipe - credentials. -7) Auth modules now support returning NT_STATUS_NOT_IMPLEMENTED - for cases that they cannot handle. -8) Flush winbindd connection cache when the machine trust account - password is changed while a connection is open (bug #200). -9) Add support for 'OSVersion' server printer data string - (corrects problem with uploading printer drivers from - WinXP clients). -10) Numerous memory leak fixes. -11) LDAP fixes ("passdb backend = ldapsam" & "idmap backend = ldap"): - - Store domain SID in LDAP directory. - - store idmap information in existing entries (use sambaSID=... - if adding a new entry). -12) Fix incorrect usage of primary group SID when looking up user - groups (bug #109). -13) Remove idmap_XX_to_XX calls from smbd. Move back to the the - winbind_XXX and local_XXX calls used in 2.2. -14) All uid/gid allocation must involve winbindd now (we do not - attempt to map unknown SIDs to a UNIX identify). -15) Add 'winbind trusted domains only' parameter to force a domain - member. The server to use matching users names from /etc/passwd - for its domain (needed for domain member of a Samba domain). -16) Rename 'idmap only' to 'enable rid algorithm' for better clarity - (defaults to "yes"). -17) Add support for multi-byte statcache code (bug #185) -18) Fix open mode race condition. -19) Implement winbindd local account management functions. Refer to - the "Winbind Changes" section for details. -20) Move RID allocation functions into idmap backend. -21) Fix parsing error that prevented publishing printers from a - Samba server in an AD domain. -22) Revive NTLMSSP support for named pipes. -23) More SCHANNEL fixes. -24) Correct SMB signing with NTLMSSP. -25) Fix coherency bug in print handle/printer object caching code - that could cause XP clients to infinitely loop while updating - their local printer cache. -26) Make winbindd use its dual-daemon mode by default (use -Y to - start as a single process). -27) Add support to nmbd and winbindd for 'smbcontrol - reload-config'. -28) Correct problem with smbtar when dealing with files > 8Gb - (bug #102). - - - -Changes since 3.0beta1 -###################### - -1) Rework our smb signing code again, this factors out some of - the common MAC calculation code, and now supports multiple - outstanding packets (bug #40). -2) Enforce 'client plaintext auth', 'client lanman auth' and 'client - ntlmv2 auth'. -3) Correct timestamp problem on 64-bit machines (bug #140). -4) Add extra debugging statements to winbindd for tracking down - failures. -5) Fix bug when aliased 'winbind uid/gid' parameters are used. - ('winbind uid/gid' are now replaced with 'idmap uid/gid'). -6) Added an auth flag that indicates if we should be allowed - to fall back to NTLMSSP for SASL if krb5 fails. -7) Fixed the bug that forced us not to use the winbindd cache when - we have a primary ADS domain and a secondary (trusted) NT4 - domain. -8) Use lp_realm() to find the default realm for 'net ads password'. -9) Removed editreg from standard build until it is portable.. -10) Fix domain membership for servers not running winbindd. -11) Correct race condition in determining the high water mark - in the idmap backend (bug #181). -12) Set the user's primary unix group from usrmgr.exe (partial - fix for bug #45). -13) Show comments when doing 'net group -l' (bug #3). -14) Add trivial extension to 'net' to dump current local idmap - and restore mappings as well. -15) Modify 'net rpc vampire' to add new and existing users to - both the idmap and the SAM. This code needs further testing. -16) Fix crash bug in ADS searches. -17) Build libnss_wins.so as part of nsswitch target (bug #160). -18) Make net rpc vampire return an error if the sam sync RPC - returns an error. -19) Fail to join an NT 4 domain as a BDC if a workstation account - using our name exists. -20) Fix various memory leaks in server and client code -21) Remove the short option to --set-auth-user for wbinfo (-A) to - prevent confusion with the -a option (bug #158). -22) Added new 'map acl inherit' parameter. -23) Removed unused 'privileges' code from group mapping database. -24) Don't segfault on empty passdb backend list (bug #136). -25) Fixed acl sorting algorithm for Windows 2000 clients. -26) Replace universal group cache with netsamlogon_cache - from APPLIANCE_HEAD branch. -27) Fix autoconf detection issues surrounding --with-ads=yes - but no Krb5 header files installed (bug #152). -28) Add LDAP lookup for domain sequence number in case we are - joined using NT4 protocols to a native mode AD domain. -29) Fix backend method selection for trusted NT 4 (or 2k - mixed mode) domains. -30) Fixed bug that caused us to enumerate domain local groups - from native mode AD domains other than our own. -31) Correct group enumeration for viewing in the Windows - security tab (bug #110). -32) Consolidate the DC location code. -33) Moved 'ads server' functionality into 'password server' for - backwards compatibility. -34) Fix winbindd_idmap tdb upgrades from a 2.2 installation. - ( if you installed beta1, be sure to - 'mv idmap.tdb winbindd_idmap.tdb' ). -35) Fix pdb_ldap segfaults, and wrong default values for - ldapsam_compat. -36) Enable negative connection cache for winbindd's ADS backend - functions. -37) Enable address caching for active directory DC's so we don't - have to hit DNS so much. -38) Fix bug in idmap code that caused mapping to randomly be - redefined. -39) Add tdb locking code to prevent race condition when adding a - new mapping to idmap. -40) Fix 'map to guest = bad user' when acting as a PDC supporting - trust relationships. -41) Prevent deadlock issues when running winbindd on a Samba PDC - to handle allocating uids & gids for trusted users and groups -42) added LOCALE patch from Steve Langasek (bug #122). -43) Add the 'guest' passdb backend automatically to the end of - the 'passdb backend' list if 'guest account' has a valid - username. -44) Remove samstrict_dc auth method. Rework 'samstrict' to only - handle our local names (or domain name if we are a PDC). - Move existing permissive 'sam' method to 'sam_ignoredomain' - and make 'samstrict' the new default 'sam' auth method. -45) Match Windows NT4/2k behavior when authenticating a user with - and unknown domain (default to our domain if we are a DC or - domain member; default to our local name if we are a - standalone server). -46) Fix Get_Pwnam() to always fall back to lookup 'user' if the - 'DOMAIN\user' lookup fails. This matches 2.2. behavior. -47) Fix the trustdom_cache code to update the list of trusted - domains when operating as a domain member and not using - winbindd. -48) Remove 'nisplussam' passdb backend since it has suffered for - too long without a maintainer. - - - - -###################################################################### Upgrading from a previous Samba 3.0 beta ######################################## @@ -611,6 +518,7 @@ * domain admin group * domain guest group * force unknown acl user + * hide local users * nt smb support * postscript * printer driver @@ -645,6 +553,7 @@ -------------- * auth methods * realm + * passwd chat timeout Protocol Options ---------------- diff -u -r --new-file samba-3.0.0/docs/Registry/FolderRedir.adm samba-3.0.1/docs/Registry/FolderRedir.adm --- samba-3.0.0/docs/Registry/FolderRedir.adm Wed Dec 31 18:00:00 1969 +++ samba-3.0.1/docs/Registry/FolderRedir.adm Sat Dec 13 17:54:27 2003 @@ -0,0 +1,35 @@ +CLASS MACHINE + +CATEGORY !!Shell + + CATEGORY !!CustomSharedAppFolders + KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" + + POLICY !!CustomFolders_SharedAppData + PART !!CustomFolders_SharedAppDataPath EDITTEXT REQUIRED EXPANDABLETEXT + DEFAULT !!CustomFolders_SharedAppDataDefault + VALUENAME "AppData" + END PART + END POLICY + + POLICY !!CustomFolders_SharedMyDocs + PART !!CustomFolders_SharedMyDocsPath EDITTEXT REQUIRED EXPANDABLETEXT + DEFAULT !!CustomFolders_SharedMyDocsDefault + VALUENAME "Personal" + END PART + END POLICY + + END CATEGORY + +END CATEGORY ; Shell + + +[strings] +Shell="Shared User Profile Folders" +CustomSharedAppFolders="Custom Shared Folders" +CustomFolders_SharedAppData="Custom Shared Application Folders" +CustomFolders_SharedAppDataPath="Path to location of Shared Application Data" +CustomFolders_SharedAppDataDefault="%USERPROFILE%\Local Settings\Application Data" +CustomFolders_SharedMyDocs="Custom Shared Documentation Folder" +CustomFolders_SharedMyDocsPath="Path to location of Shared My Documents" +CustomFolders_SharedMyDocsDefault="%USERPROFILE%\MY Documents" \ No newline at end of file diff -u -r --new-file samba-3.0.0/docs/Registry/FolderRedir.reg samba-3.0.1/docs/Registry/FolderRedir.reg --- samba-3.0.0/docs/Registry/FolderRedir.reg Wed Dec 31 18:00:00 1969 +++ samba-3.0.1/docs/Registry/FolderRedir.reg Sat Dec 13 17:54:27 2003 @@ -0,0 +1,13 @@ +REGEDIT4 + +[HKEY_USERS\.default\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders] +"AppData"=REG_EXPAND_SZ:\\SERVER\REDIRSHARE\%USERNAME%\Application Data +"Local AppData"=REG_EXPAND_SZ:\\SERVER\REDIRSHARE\%USERNAME%\Local Settings\Application Data +"Cookies"=REG_EXPAND_SZ:\\SERVER\REDIRSHARE\%USERNAME%\Cookies +"Cache"=REG_EXPAND_SZ:\\SERVER\REDIRSHARE\%USERNAME%\Local Settings\Temporary Internet Files + +[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders] +"AppData"=REG_EXPAND_SZ:\\SERVER\REDIRSHARE\%USERNAME%\Application Data +"Local AppData"=REG_EXPAND_SZ:\\SERVER\REDIRSHARE\%USERNAME%\Local Settings\Application Data +"Cookies"=REG_EXPAND_SZ:\\SERVER\REDIRSHARE\%USERNAME%\Cookies +"Cache"=REG_EXPAND_SZ:\\SERVER\REDIRSHARE\%USERNAME%\Local Settings\Temporary Internet Files diff -u -r --new-file samba-3.0.0/docs/Samba-Developers-Guide.pdf samba-3.0.1/docs/Samba-Developers-Guide.pdf --- samba-3.0.0/docs/Samba-Developers-Guide.pdf Wed Sep 24 12:15:19 2003 +++ samba-3.0.1/docs/Samba-Developers-Guide.pdf Wed Dec 31 18:00:00 1969 @@ -1,13006 +0,0 @@ -%PDF-1.4 -5 0 obj -<< /S /GoTo /D (chapter.1) >> -endobj -8 0 obj -(1 Definition of NetBIOS Protocol and Name Resolution Modes) -endobj -9 0 obj -<< /S /GoTo /D (section.1.1) >> -endobj -12 0 obj -(1.1 NETBIOS) -endobj -13 0 obj -<< /S /GoTo /D (section.1.2) >> -endobj -16 0 obj -(1.2 BROADCAST NetBIOS) -endobj -17 0 obj -<< /S /GoTo /D (section.1.3) >> -endobj -20 0 obj -(1.3 NBNS NetBIOS) -endobj -21 0 obj -<< /S /GoTo /D (chapter.2) >> -endobj -24 0 obj -(2 Samba Architecture) -endobj -25 0 obj -<< /S /GoTo /D (section.2.1) >> -endobj -28 0 obj -(2.1 Introduction) -endobj -29 0 obj -<< /S /GoTo /D (section.2.2) >> -endobj -32 0 obj -(2.2 Multithreading and Samba) -endobj -33 0 obj -<< /S /GoTo /D (section.2.3) >> -endobj -36 0 obj -(2.3 Threading smbd) -endobj -37 0 obj -<< /S /GoTo /D (section.2.4) >> -endobj -40 0 obj -(2.4 Threading nmbd) -endobj -41 0 obj -<< /S /GoTo /D (section.2.5) >> -endobj -44 0 obj -(2.5 nbmd Design) -endobj -45 0 obj -<< /S /GoTo /D (chapter.3) >> -endobj -48 0 obj -(3 The samba DEBUG system) -endobj -49 0 obj -<< /S /GoTo /D (section.3.1) >> -endobj -52 0 obj -(3.1 New Output Syntax) -endobj -53 0 obj -<< /S /GoTo /D (section.3.2) >> -endobj -56 0 obj -(3.2 The DEBUG\(\) Macro) -endobj -57 0 obj -<< /S /GoTo /D (section.3.3) >> -endobj -60 0 obj -(3.3 The DEBUGADD\(\) Macro) -endobj -61 0 obj -<< /S /GoTo /D (section.3.4) >> -endobj -64 0 obj -(3.4 The DEBUGLVL\(\) Macro) -endobj -65 0 obj -<< /S /GoTo /D (section.3.5) >> -endobj -68 0 obj -(3.5 New Functions) -endobj -69 0 obj -<< /S /GoTo /D (subsection.3.5.1) >> -endobj -72 0 obj -(3.5.1 dbgtext\(\)) -endobj -73 0 obj -<< /S /GoTo /D (subsection.3.5.2) >> -endobj -76 0 obj -(3.5.2 dbghdr\(\)) -endobj -77 0 obj -<< /S /GoTo /D (subsection.3.5.3) >> -endobj -80 0 obj -(3.5.3 format\137debug\137text\(\)) -endobj -81 0 obj -<< /S /GoTo /D (chapter.4) >> -endobj -84 0 obj -(4 Coding Suggestions) -endobj -85 0 obj -<< /S /GoTo /D (chapter.5) >> -endobj -88 0 obj -(5 Samba Internals) -endobj -89 0 obj -<< /S /GoTo /D (section.5.1) >> -endobj -92 0 obj -(5.1 Character Handling) -endobj -93 0 obj -<< /S /GoTo /D (section.5.2) >> -endobj -96 0 obj -(5.2 The new functions) -endobj -97 0 obj -<< /S /GoTo /D (section.5.3) >> -endobj -100 0 obj -(5.3 Macros in byteorder.h) -endobj -101 0 obj -<< /S /GoTo /D (subsection.5.3.1) >> -endobj -104 0 obj -(5.3.1 CVAL\(buf,pos\)) -endobj -105 0 obj -<< /S /GoTo /D (subsection.5.3.2) >> -endobj -108 0 obj -(5.3.2 PVAL\(buf,pos\)) -endobj -109 0 obj -<< /S /GoTo /D (subsection.5.3.3) >> -endobj -112 0 obj -(5.3.3 SCVAL\(buf,pos,val\)) -endobj -113 0 obj -<< /S /GoTo /D (subsection.5.3.4) >> -endobj -116 0 obj -(5.3.4 SVAL\(buf,pos\)) -endobj -117 0 obj -<< /S /GoTo /D (subsection.5.3.5) >> -endobj -120 0 obj -(5.3.5 IVAL\(buf,pos\)) -endobj -121 0 obj -<< /S /GoTo /D (subsection.5.3.6) >> -endobj -124 0 obj -(5.3.6 SVALS\(buf,pos\)) -endobj -125 0 obj -<< /S /GoTo /D (subsection.5.3.7) >> -endobj -128 0 obj -(5.3.7 IVALS\(buf,pos\)) -endobj -129 0 obj -<< /S /GoTo /D (subsection.5.3.8) >> -endobj -132 0 obj -(5.3.8 SSVAL\(buf,pos,val\)) -endobj -133 0 obj -<< /S /GoTo /D (subsection.5.3.9) >> -endobj -136 0 obj -(5.3.9 SIVAL\(buf,pos,val\)) -endobj -137 0 obj -<< /S /GoTo /D (subsection.5.3.10) >> -endobj -140 0 obj -(5.3.10 SSVALS\(buf,pos,val\)) -endobj -141 0 obj -<< /S /GoTo /D (subsection.5.3.11) >> -endobj -144 0 obj -(5.3.11 SIVALS\(buf,pos,val\)) -endobj -145 0 obj -<< /S /GoTo /D (subsection.5.3.12) >> -endobj -148 0 obj -(5.3.12 RSVAL\(buf,pos\)) -endobj -149 0 obj -<< /S /GoTo /D (subsection.5.3.13) >> -endobj -152 0 obj -(5.3.13 RIVAL\(buf,pos\)) -endobj -153 0 obj -<< /S /GoTo /D (subsection.5.3.14) >> -endobj -156 0 obj -(5.3.14 RSSVAL\(buf,pos,val\)) -endobj -157 0 obj -<< /S /GoTo /D (subsection.5.3.15) >> -endobj -160 0 obj -(5.3.15 RSIVAL\(buf,pos,val\)) -endobj -161 0 obj -<< /S /GoTo /D (section.5.4) >> -endobj -164 0 obj -(5.4 LAN Manager Samba API) -endobj -165 0 obj -<< /S /GoTo /D (subsection.5.4.1) >> -endobj -168 0 obj -(5.4.1 Parameters) -endobj -169 0 obj -<< /S /GoTo /D (subsection.5.4.2) >> -endobj -172 0 obj -(5.4.2 Return value) -endobj -173 0 obj -<< /S /GoTo /D (section.5.5) >> -endobj -176 0 obj -(5.5 Code character table) -endobj -177 0 obj -<< /S /GoTo /D (chapter.6) >> -endobj -180 0 obj -(6 The smb.conf file) -endobj -181 0 obj -<< /S /GoTo /D (section.6.1) >> -endobj -184 0 obj -(6.1 Lexical Analysis) -endobj -185 0 obj -<< /S /GoTo /D (subsection.6.1.1) >> -endobj -188 0 obj -(6.1.1 Handling of Whitespace) -endobj -189 0 obj -<< /S /GoTo /D (subsection.6.1.2) >> -endobj -192 0 obj -(6.1.2 Handling of Line Continuation) -endobj -193 0 obj -<< /S /GoTo /D (subsection.6.1.3) >> -endobj -196 0 obj -(6.1.3 Line Continuation Quirks) -endobj -197 0 obj -<< /S /GoTo /D (section.6.2) >> -endobj -200 0 obj -(6.2 Syntax) -endobj -201 0 obj -<< /S /GoTo /D (subsection.6.2.1) >> -endobj -204 0 obj -(6.2.1 About params.c) -endobj -205 0 obj -<< /S /GoTo /D (chapter.7) >> -endobj -208 0 obj -(7 NetBIOS in a Unix World) -endobj -209 0 obj -<< /S /GoTo /D (section.7.1) >> -endobj -212 0 obj -(7.1 Introduction) -endobj -213 0 obj -<< /S /GoTo /D (section.7.2) >> -endobj -216 0 obj -(7.2 Usernames) -endobj -217 0 obj -<< /S /GoTo /D (section.7.3) >> -endobj -220 0 obj -(7.3 File Ownership) -endobj -221 0 obj -<< /S /GoTo /D (section.7.4) >> -endobj -224 0 obj -(7.4 Passwords) -endobj -225 0 obj -<< /S /GoTo /D (section.7.5) >> -endobj -228 0 obj -(7.5 Locking) -endobj -229 0 obj -<< /S /GoTo /D (section.7.6) >> -endobj -232 0 obj -(7.6 Deny Modes) -endobj -233 0 obj -<< /S /GoTo /D (section.7.7) >> -endobj -236 0 obj -(7.7 Trapdoor UIDs) -endobj -237 0 obj -<< /S /GoTo /D (section.7.8) >> -endobj -240 0 obj -(7.8 Port numbers) -endobj -241 0 obj -<< /S /GoTo /D (section.7.9) >> -endobj -244 0 obj -(7.9 Protocol Complexity) -endobj -245 0 obj -<< /S /GoTo /D (chapter.8) >> -endobj -248 0 obj -(8 Tracing samba system calls) -endobj -249 0 obj -<< /S /GoTo /D (chapter.9) >> -endobj -252 0 obj -(9 Finding useful information on windows) -endobj -253 0 obj -<< /S /GoTo /D (section.9.1) >> -endobj -256 0 obj -(9.1 Netlogon debugging output) -endobj -257 0 obj -<< /S /GoTo /D (chapter.10) >> -endobj -260 0 obj -(10 NT Domain RPC's) -endobj -261 0 obj -<< /S /GoTo /D (section.10.1) >> -endobj -264 0 obj -(10.1 Introduction) -endobj -265 0 obj -<< /S /GoTo /D (subsection.10.1.1) >> -endobj -268 0 obj -(10.1.1 Sources) -endobj -269 0 obj -<< /S /GoTo /D (subsection.10.1.2) >> -endobj -272 0 obj -(10.1.2 Credits) -endobj -273 0 obj -<< /S /GoTo /D (section.10.2) >> -endobj -276 0 obj -(10.2 Notes and Structures) -endobj -277 0 obj -<< /S /GoTo /D (subsection.10.2.1) >> -endobj -280 0 obj -(10.2.1 Notes) -endobj -281 0 obj -<< /S /GoTo /D (subsection.10.2.2) >> -endobj -284 0 obj -(10.2.2 Enumerations) -endobj -285 0 obj -<< /S /GoTo /D (subsubsection.10.2.2.1) >> -endobj -288 0 obj -(10.2.2.1 MSRPC Header type) -endobj -289 0 obj -<< /S /GoTo /D (subsubsection.10.2.2.2) >> -endobj -292 0 obj -(10.2.2.2 MSRPC Packet info) -endobj -293 0 obj -<< /S /GoTo /D (subsection.10.2.3) >> -endobj -296 0 obj -(10.2.3 Structures) -endobj -297 0 obj -<< /S /GoTo /D (subsubsection.10.2.3.1) >> -endobj -300 0 obj -(10.2.3.1 VOID *) -endobj -301 0 obj -<< /S /GoTo /D (subsubsection.10.2.3.2) >> -endobj -304 0 obj -(10.2.3.2 char) -endobj -305 0 obj -<< /S /GoTo /D (subsubsection.10.2.3.3) >> -endobj -308 0 obj -(10.2.3.3 UTIME) -endobj -309 0 obj -<< /S /GoTo /D (subsubsection.10.2.3.4) >> -endobj -312 0 obj -(10.2.3.4 NTTIME) -endobj -313 0 obj -<< /S /GoTo /D (subsubsection.10.2.3.5) >> -endobj -316 0 obj -(10.2.3.5 DOM\137SID \(domain SID structure\)) -endobj -317 0 obj -<< /S /GoTo /D (subsubsection.10.2.3.6) >> -endobj -320 0 obj -(10.2.3.6 STR \(string\)) -endobj -321 0 obj -<< /S /GoTo /D (subsubsection.10.2.3.7) >> -endobj -324 0 obj -(10.2.3.7 UNIHDR \(unicode string header\)) -endobj -325 0 obj -<< /S /GoTo /D (subsubsection.10.2.3.8) >> -endobj -328 0 obj -(10.2.3.8 UNIHDR2 \(unicode string header plus buffer pointer\)) -endobj -329 0 obj -<< /S /GoTo /D (subsubsection.10.2.3.9) >> -endobj -332 0 obj -(10.2.3.9 UNISTR \(unicode string\)) -endobj -333 0 obj -<< /S /GoTo /D (subsubsection.10.2.3.10) >> -endobj -336 0 obj -(10.2.3.10 NAME \(length-indicated unicode string\)) -endobj -337 0 obj -<< /S /GoTo /D (subsubsection.10.2.3.11) >> -endobj -340 0 obj -(10.2.3.11 UNISTR2 \(aligned unicode string\)) -endobj -341 0 obj -<< /S /GoTo /D (subsubsection.10.2.3.12) >> -endobj -344 0 obj -(10.2.3.12 OBJ\137ATTR \(object attributes\)) -endobj -345 0 obj -<< /S /GoTo /D (subsubsection.10.2.3.13) >> -endobj -348 0 obj -(10.2.3.13 POL\137HND \(LSA policy handle\)) -endobj -349 0 obj -<< /S /GoTo /D (subsubsection.10.2.3.14) >> -endobj -352 0 obj -(10.2.3.14 DOM\137SID2 \(domain SID structure, SIDS stored in unicode\)) -endobj -353 0 obj -<< /S /GoTo /D (subsubsection.10.2.3.15) >> -endobj -356 0 obj -(10.2.3.15 DOM\137RID \(domain RID structure\)) -endobj -357 0 obj -<< /S /GoTo /D (subsubsection.10.2.3.16) >> -endobj -360 0 obj -(10.2.3.16 LOG\137INFO \(server, account, client structure\)) -endobj -361 0 obj -<< /S /GoTo /D (subsubsection.10.2.3.17) >> -endobj -364 0 obj -(10.2.3.17 CLNT\137SRV \(server, client names structure\)) -endobj -365 0 obj -<< /S /GoTo /D (subsubsection.10.2.3.18) >> -endobj -368 0 obj -(10.2.3.18 CREDS \(credentials + time stamp\)) -endobj -369 0 obj -<< /S /GoTo /D (subsubsection.10.2.3.19) >> -endobj -372 0 obj -(10.2.3.19 CLNT\137INFO2 \(server, client structure, client credentials\)) -endobj -373 0 obj -<< /S /GoTo /D (subsubsection.10.2.3.20) >> -endobj -376 0 obj -(10.2.3.20 CLNT\137INFO \(server, account, client structure, client credentials\)) -endobj -377 0 obj -<< /S /GoTo /D (subsubsection.10.2.3.21) >> -endobj -380 0 obj -(10.2.3.21 ID\137INFO\1371 \(id info structure, auth level 1\)) -endobj -381 0 obj -<< /S /GoTo /D (subsubsection.10.2.3.22) >> -endobj -384 0 obj -(10.2.3.22 SAM\137INFO \(sam logon/logoff id info structure\)) -endobj -385 0 obj -<< /S /GoTo /D (subsubsection.10.2.3.23) >> -endobj -388 0 obj -(10.2.3.23 GID \(group id info\)) -endobj -389 0 obj -<< /S /GoTo /D (subsubsection.10.2.3.24) >> -endobj -392 0 obj -(10.2.3.24 DOM\137REF \(domain reference info\)) -endobj -393 0 obj -<< /S /GoTo /D (subsubsection.10.2.3.25) >> -endobj -396 0 obj -(10.2.3.25 DOM\137INFO \(domain info, levels 3 and 5 are the same\)\)) -endobj -397 0 obj -<< /S /GoTo /D (subsubsection.10.2.3.26) >> -endobj -400 0 obj -(10.2.3.26 USER\137INFO \(user logon info\)) -endobj -401 0 obj -<< /S /GoTo /D (subsubsection.10.2.3.27) >> -endobj -404 0 obj -(10.2.3.27 SH\137INFO\1371\137PTR \(pointers to level 1 share info strings\)) -endobj -405 0 obj -<< /S /GoTo /D (subsubsection.10.2.3.28) >> -endobj -408 0 obj -(10.2.3.28 SH\137INFO\1371\137STR \(level 1 share info strings\)) -endobj -409 0 obj -<< /S /GoTo /D (subsubsection.10.2.3.29) >> -endobj -412 0 obj -(10.2.3.29 SHARE\137INFO\1371\137CTR) -endobj -413 0 obj -<< /S /GoTo /D (subsubsection.10.2.3.30) >> -endobj -416 0 obj -(10.2.3.30 SERVER\137INFO\137101) -endobj -417 0 obj -<< /S /GoTo /D (section.10.3) >> -endobj -420 0 obj -(10.3 MSRPC over Transact Named Pipe) -endobj -421 0 obj -<< /S /GoTo /D (subsection.10.3.1) >> -endobj -424 0 obj -(10.3.1 MSRPC Pipes) -endobj -425 0 obj -<< /S /GoTo /D (subsection.10.3.2) >> -endobj -428 0 obj -(10.3.2 Header) -endobj -429 0 obj -<< /S /GoTo /D (subsubsection.10.3.2.1) >> -endobj -432 0 obj -(10.3.2.1 RPC\137Packet for request, response, bind and bind acknowledgement) -endobj -433 0 obj -<< /S /GoTo /D (subsubsection.10.3.2.2) >> -endobj -436 0 obj -(10.3.2.2 Interface identification) -endobj -437 0 obj -<< /S /GoTo /D (subsubsection.10.3.2.3) >> -endobj -440 0 obj -(10.3.2.3 RPC\137Iface RW) -endobj -441 0 obj -<< /S /GoTo /D (subsubsection.10.3.2.4) >> -endobj -444 0 obj -(10.3.2.4 RPC\137ReqBind RW) -endobj -445 0 obj -<< /S /GoTo /D (subsubsection.10.3.2.5) >> -endobj -448 0 obj -(10.3.2.5 RPC\137Address RW) -endobj -449 0 obj -<< /S /GoTo /D (subsubsection.10.3.2.6) >> -endobj -452 0 obj -(10.3.2.6 RPC\137ResBind RW) -endobj -453 0 obj -<< /S /GoTo /D (subsubsection.10.3.2.7) >> -endobj -456 0 obj -(10.3.2.7 RPC\137ReqNorm RW) -endobj -457 0 obj -<< /S /GoTo /D (subsubsection.10.3.2.8) >> -endobj -460 0 obj -(10.3.2.8 RPC\137ResNorm RW) -endobj -461 0 obj -<< /S /GoTo /D (subsection.10.3.3) >> -endobj -464 0 obj -(10.3.3 Tail) -endobj -465 0 obj -<< /S /GoTo /D (subsection.10.3.4) >> -endobj -468 0 obj -(10.3.4 RPC Bind / Bind Ack) -endobj -469 0 obj -<< /S /GoTo /D (subsection.10.3.5) >> -endobj -472 0 obj -(10.3.5 NTLSA Transact Named Pipe) -endobj -473 0 obj -<< /S /GoTo /D (subsection.10.3.6) >> -endobj -476 0 obj -(10.3.6 LSA Open Policy) -endobj -477 0 obj -<< /S /GoTo /D (subsubsection.10.3.6.1) >> -endobj -480 0 obj -(10.3.6.1 Request) -endobj -481 0 obj -<< /S /GoTo /D (subsubsection.10.3.6.2) >> -endobj -484 0 obj -(10.3.6.2 Response) -endobj -485 0 obj -<< /S /GoTo /D (subsection.10.3.7) >> -endobj -488 0 obj -(10.3.7 LSA Query Info Policy) -endobj -489 0 obj -<< /S /GoTo /D (subsubsection.10.3.7.1) >> -endobj -492 0 obj -(10.3.7.1 Request) -endobj -493 0 obj -<< /S /GoTo /D (subsubsection.10.3.7.2) >> -endobj -496 0 obj -(10.3.7.2 Response) -endobj -497 0 obj -<< /S /GoTo /D (subsection.10.3.8) >> -endobj -500 0 obj -(10.3.8 LSA Enumerate Trusted Domains) -endobj -501 0 obj -<< /S /GoTo /D (subsubsection.10.3.8.1) >> -endobj -504 0 obj -(10.3.8.1 Request) -endobj -505 0 obj -<< /S /GoTo /D (subsubsection.10.3.8.2) >> -endobj -508 0 obj -(10.3.8.2 Response) -endobj -509 0 obj -<< /S /GoTo /D (subsection.10.3.9) >> -endobj -512 0 obj -(10.3.9 LSA Open Secret) -endobj -513 0 obj -<< /S /GoTo /D (subsubsection.10.3.9.1) >> -endobj -516 0 obj -(10.3.9.1 Request) -endobj -517 0 obj -<< /S /GoTo /D (subsubsection.10.3.9.2) >> -endobj -520 0 obj -(10.3.9.2 Response) -endobj -521 0 obj -<< /S /GoTo /D (subsection.10.3.10) >> -endobj -524 0 obj -(10.3.10 LSA Close) -endobj -525 0 obj -<< /S /GoTo /D (subsubsection.10.3.10.1) >> -endobj -528 0 obj -(10.3.10.1 Request) -endobj -529 0 obj -<< /S /GoTo /D (subsubsection.10.3.10.2) >> -endobj -532 0 obj -(10.3.10.2 Response) -endobj -533 0 obj -<< /S /GoTo /D (subsection.10.3.11) >> -endobj -536 0 obj -(10.3.11 LSA Lookup SIDS) -endobj -537 0 obj -<< /S /GoTo /D (subsubsection.10.3.11.1) >> -endobj -540 0 obj -(10.3.11.1 Request) -endobj -541 0 obj -<< /S /GoTo /D (subsubsection.10.3.11.2) >> -endobj -544 0 obj -(10.3.11.2 Response) -endobj -545 0 obj -<< /S /GoTo /D (subsection.10.3.12) >> -endobj -548 0 obj -(10.3.12 LSA Lookup Names) -endobj -549 0 obj -<< /S /GoTo /D (subsubsection.10.3.12.1) >> -endobj -552 0 obj -(10.3.12.1 Request) -endobj -553 0 obj -<< /S /GoTo /D (subsubsection.10.3.12.2) >> -endobj -556 0 obj -(10.3.12.2 Response) -endobj -557 0 obj -<< /S /GoTo /D (section.10.4) >> -endobj -560 0 obj -(10.4 NETLOGON rpc Transact Named Pipe) -endobj -561 0 obj -<< /S /GoTo /D (subsection.10.4.1) >> -endobj -564 0 obj -(10.4.1 LSA Request Challenge) -endobj -565 0 obj -<< /S /GoTo /D (subsubsection.10.4.1.1) >> -endobj -568 0 obj -(10.4.1.1 Request) -endobj -569 0 obj -<< /S /GoTo /D (subsubsection.10.4.1.2) >> -endobj -572 0 obj -(10.4.1.2 Response) -endobj -573 0 obj -<< /S /GoTo /D (subsection.10.4.2) >> -endobj -576 0 obj -(10.4.2 LSA Authenticate 2) -endobj -577 0 obj -<< /S /GoTo /D (subsubsection.10.4.2.1) >> -endobj -580 0 obj -(10.4.2.1 Request) -endobj -581 0 obj -<< /S /GoTo /D (subsubsection.10.4.2.2) >> -endobj -584 0 obj -(10.4.2.2 Response) -endobj -585 0 obj -<< /S /GoTo /D (subsection.10.4.3) >> -endobj -588 0 obj -(10.4.3 LSA Server Password Set) -endobj -589 0 obj -<< /S /GoTo /D (subsubsection.10.4.3.1) >> -endobj -592 0 obj -(10.4.3.1 Request) -endobj -593 0 obj -<< /S /GoTo /D (subsubsection.10.4.3.2) >> -endobj -596 0 obj -(10.4.3.2 Response) -endobj -597 0 obj -<< /S /GoTo /D (subsection.10.4.4) >> -endobj -600 0 obj -(10.4.4 LSA SAM Logon) -endobj -601 0 obj -<< /S /GoTo /D (subsubsection.10.4.4.1) >> -endobj -604 0 obj -(10.4.4.1 Request) -endobj -605 0 obj -<< /S /GoTo /D (subsubsection.10.4.4.2) >> -endobj -608 0 obj -(10.4.4.2 Response) -endobj -609 0 obj -<< /S /GoTo /D (subsection.10.4.5) >> -endobj -612 0 obj -(10.4.5 LSA SAM Logoff) -endobj -613 0 obj -<< /S /GoTo /D (subsubsection.10.4.5.1) >> -endobj -616 0 obj -(10.4.5.1 Request) -endobj -617 0 obj -<< /S /GoTo /D (subsubsection.10.4.5.2) >> -endobj -620 0 obj -(10.4.5.2 Response) -endobj -621 0 obj -<< /S /GoTo /D (section.10.5) >> -endobj -624 0 obj -(10.5 \134\173\175\134\173\175MAILSLOT\134\173\175NET\134\173\175NTLOGON) -endobj -625 0 obj -<< /S /GoTo /D (subsection.10.5.1) >> -endobj -628 0 obj -(10.5.1 Query for PDC) -endobj -629 0 obj -<< /S /GoTo /D (subsubsection.10.5.1.1) >> -endobj -632 0 obj -(10.5.1.1 Request) -endobj -633 0 obj -<< /S /GoTo /D (subsubsection.10.5.1.2) >> -endobj -636 0 obj -(10.5.1.2 Response) -endobj -637 0 obj -<< /S /GoTo /D (subsection.10.5.2) >> -endobj -640 0 obj -(10.5.2 SAM Logon) -endobj -641 0 obj -<< /S /GoTo /D (subsubsection.10.5.2.1) >> -endobj -644 0 obj -(10.5.2.1 Request) -endobj -645 0 obj -<< /S /GoTo /D (subsubsection.10.5.2.2) >> -endobj -648 0 obj -(10.5.2.2 Response) -endobj -649 0 obj -<< /S /GoTo /D (section.10.6) >> -endobj -652 0 obj -(10.6 SRVSVC Transact Named Pipe) -endobj -653 0 obj -<< /S /GoTo /D (subsection.10.6.1) >> -endobj -656 0 obj -(10.6.1 Net Share Enum) -endobj -657 0 obj -<< /S /GoTo /D (subsubsection.10.6.1.1) >> -endobj -660 0 obj -(10.6.1.1 Request) -endobj -661 0 obj -<< /S /GoTo /D (subsubsection.10.6.1.2) >> -endobj -664 0 obj -(10.6.1.2 Response) -endobj -665 0 obj -<< /S /GoTo /D (subsection.10.6.2) >> -endobj -668 0 obj -(10.6.2 Net Server Get Info) -endobj -669 0 obj -<< /S /GoTo /D (subsubsection.10.6.2.1) >> -endobj -672 0 obj -(10.6.2.1 Request) -endobj -673 0 obj -<< /S /GoTo /D (subsubsection.10.6.2.2) >> -endobj -676 0 obj -(10.6.2.2 Response) -endobj -677 0 obj -<< /S /GoTo /D (section.10.7) >> -endobj -680 0 obj -(10.7 Cryptographic side of NT Domain Authentication) -endobj -681 0 obj -<< /S /GoTo /D (subsection.10.7.1) >> -endobj -684 0 obj -(10.7.1 Definitions) -endobj -685 0 obj -<< /S /GoTo /D (subsection.10.7.2) >> -endobj -688 0 obj -(10.7.2 Protocol) -endobj -689 0 obj -<< /S /GoTo /D (subsection.10.7.3) >> -endobj -692 0 obj -(10.7.3 Comments) -endobj -693 0 obj -<< /S /GoTo /D (section.10.8) >> -endobj -696 0 obj -(10.8 SIDs and RIDs) -endobj -697 0 obj -<< /S /GoTo /D (subsection.10.8.1) >> -endobj -700 0 obj -(10.8.1 Well-known SIDs) -endobj -701 0 obj -<< /S /GoTo /D (subsubsection.10.8.1.1) >> -endobj -704 0 obj -(10.8.1.1 Universal well-known SIDs) -endobj -705 0 obj -<< /S /GoTo /D (subsubsection.10.8.1.2) >> -endobj -708 0 obj -(10.8.1.2 NT well-known SIDs) -endobj -709 0 obj -<< /S /GoTo /D (subsection.10.8.2) >> -endobj -712 0 obj -(10.8.2 Well-known RIDS) -endobj -713 0 obj -<< /S /GoTo /D (subsubsection.10.8.2.1) >> -endobj -716 0 obj -(10.8.2.1 Well-known RID users) -endobj -717 0 obj -<< /S /GoTo /D (subsubsection.10.8.2.2) >> -endobj -720 0 obj -(10.8.2.2 Well-known RID groups) -endobj -721 0 obj -<< /S /GoTo /D (subsubsection.10.8.2.3) >> -endobj -724 0 obj -(10.8.2.3 Well-known RID aliases) -endobj -725 0 obj -<< /S /GoTo /D (chapter.11) >> -endobj -728 0 obj -(11 Samba Printing Internals) -endobj -729 0 obj -<< /S /GoTo /D (section.11.1) >> -endobj -732 0 obj -(11.1 Abstract) -endobj -733 0 obj -<< /S /GoTo /D (section.11.2) >> -endobj -736 0 obj -(11.2 Printing Interface to Various Back ends) -endobj -737 0 obj -<< /S /GoTo /D (section.11.3) >> -endobj -740 0 obj -(11.3 Print Queue TDB's) -endobj -741 0 obj -<< /S /GoTo /D (section.11.4) >> -endobj -744 0 obj -(11.4 ChangeID and Client Caching of Printer Information) -endobj -745 0 obj -<< /S /GoTo /D (section.11.5) >> -endobj -748 0 obj -(11.5 Windows NT/2K Printer Change Notify) -endobj -749 0 obj -<< /S /GoTo /D (chapter.12) >> -endobj -752 0 obj -(12 Samba WINS Internals) -endobj -753 0 obj -<< /S /GoTo /D (section.12.1) >> -endobj -756 0 obj -(12.1 WINS Failover) -endobj -757 0 obj -<< /S /GoTo /D (chapter.13) >> -endobj -760 0 obj -(13 The Upcoming SAM System) -endobj -761 0 obj -<< /S /GoTo /D (section.13.1) >> -endobj -764 0 obj -(13.1 Security in the 'new SAM') -endobj -765 0 obj -<< /S /GoTo /D (section.13.2) >> -endobj -768 0 obj -(13.2 Standalone from UNIX) -endobj -769 0 obj -<< /S /GoTo /D (section.13.3) >> -endobj -772 0 obj -(13.3 Handles and Races in the new SAM) -endobj -773 0 obj -<< /S /GoTo /D (section.13.4) >> -endobj -776 0 obj -(13.4 Layers) -endobj -777 0 obj -<< /S /GoTo /D (subsection.13.4.1) >> -endobj -780 0 obj -(13.4.1 Application) -endobj -781 0 obj -<< /S /GoTo /D (subsection.13.4.2) >> -endobj -784 0 obj -(13.4.2 SAM Interface) -endobj -785 0 obj -<< /S /GoTo /D (subsection.13.4.3) >> -endobj -788 0 obj -(13.4.3 SAM Modules) -endobj -789 0 obj -<< /S /GoTo /D (section.13.5) >> -endobj -792 0 obj -(13.5 SAM Modules) -endobj -793 0 obj -<< /S /GoTo /D (subsection.13.5.1) >> -endobj -796 0 obj -(13.5.1 Special Module: sam\137passdb) -endobj -797 0 obj -<< /S /GoTo /D (subsection.13.5.2) >> -endobj -800 0 obj -(13.5.2 sam\137ads) -endobj -801 0 obj -<< /S /GoTo /D (section.13.6) >> -endobj -804 0 obj -(13.6 Memory Management) -endobj -805 0 obj -<< /S /GoTo /D (section.13.7) >> -endobj -808 0 obj -(13.7 Testing) -endobj -809 0 obj -<< /S /GoTo /D (chapter.14) >> -endobj -812 0 obj -(14 LanMan and NT Password Encryption) -endobj -813 0 obj -<< /S /GoTo /D (section.14.1) >> -endobj -816 0 obj -(14.1 Introduction) -endobj -817 0 obj -<< /S /GoTo /D (section.14.2) >> -endobj -820 0 obj -(14.2 How does it work?) -endobj -821 0 obj -<< /S /GoTo /D (section.14.3) >> -endobj -824 0 obj -(14.3 The smbpasswd file) -endobj -825 0 obj -<< /S /GoTo /D (chapter.15) >> -endobj -828 0 obj -(15 Modules) -endobj -829 0 obj -<< /S /GoTo /D (section.15.1) >> -endobj -832 0 obj -(15.1 Advantages) -endobj -833 0 obj -<< /S /GoTo /D (section.15.2) >> -endobj -836 0 obj -(15.2 Loading modules) -endobj -837 0 obj -<< /S /GoTo /D (subsection.15.2.1) >> -endobj -840 0 obj -(15.2.1 Static modules) -endobj -841 0 obj -<< /S /GoTo /D (subsection.15.2.2) >> -endobj -844 0 obj -(15.2.2 Shared modules) -endobj -845 0 obj -<< /S /GoTo /D (section.15.3) >> -endobj -848 0 obj -(15.3 Writing modules) -endobj -849 0 obj -<< /S /GoTo /D (subsection.15.3.1) >> -endobj -852 0 obj -(15.3.1 Static/Shared selection in configure.in) -endobj -853 0 obj -<< /S /GoTo /D (chapter.16) >> -endobj -856 0 obj -(16 RPC Pluggable Modules) -endobj -857 0 obj -<< /S /GoTo /D (section.16.1) >> -endobj -860 0 obj -(16.1 About) -endobj -861 0 obj -<< /S /GoTo /D (section.16.2) >> -endobj -864 0 obj -(16.2 General Overview) -endobj -865 0 obj -<< /S /GoTo /D (chapter.17) >> -endobj -868 0 obj -(17 VFS Modules) -endobj -869 0 obj -<< /S /GoTo /D (section.17.1) >> -endobj -872 0 obj -(17.1 The Samba \(Posix\) VFS layer) -endobj -873 0 obj -<< /S /GoTo /D (subsection.17.1.1) >> -endobj -876 0 obj -(17.1.1 The general interface) -endobj -877 0 obj -<< /S /GoTo /D (subsection.17.1.2) >> -endobj -880 0 obj -(17.1.2 Possible VFS operation layers) -endobj -881 0 obj -<< /S /GoTo /D (section.17.2) >> -endobj -884 0 obj -(17.2 The Interaction between the Samba VFS subsystem and the modules) -endobj -885 0 obj -<< /S /GoTo /D (subsection.17.2.1) >> -endobj -888 0 obj -(17.2.1 Initialization and registration) -endobj -889 0 obj -<< /S /GoTo /D (subsection.17.2.2) >> -endobj -892 0 obj -(17.2.2 How the Modules handle per connection data) -endobj -893 0 obj -<< /S /GoTo /D (section.17.3) >> -endobj -896 0 obj -(17.3 Upgrading to the New VFS Interface) -endobj -897 0 obj -<< /S /GoTo /D (subsection.17.3.1) >> -endobj -900 0 obj -(17.3.1 Upgrading from 2.2.* and 3.0aplha modules) -endobj -901 0 obj -<< /S /GoTo /D (section.17.4) >> -endobj -904 0 obj -(17.4 Some Notes) -endobj -905 0 obj -<< /S /GoTo /D (subsection.17.4.1) >> -endobj -908 0 obj -(17.4.1 Implement TRANSPARENT functions) -endobj -909 0 obj -<< /S /GoTo /D (subsection.17.4.2) >> -endobj -912 0 obj -(17.4.2 Implement OPAQUE functions) -endobj -913 0 obj -<< /S /GoTo /D (chapter.18) >> -endobj -916 0 obj -(18 Notes to packagers) -endobj -917 0 obj -<< /S /GoTo /D (section.18.1) >> -endobj -920 0 obj -(18.1 Versioning) -endobj -921 0 obj -<< /S /GoTo /D (section.18.2) >> -endobj -924 0 obj -(18.2 Modules) -endobj -925 0 obj -<< /S /GoTo /D (chapter.19) >> -endobj -928 0 obj -(19 Contributing code) -endobj -929 0 obj -<< /S /GoTo /D [930 0 R /Fit ] >> -endobj -932 0 obj << -/Length 240 -/Filter /FlateDecode ->> -stream -xڍMK1+2f2${lOݛxэ"XZ֏n -aއ3 EPz!OË&ێf"&BwNq'1OuT> endobj -933 0 obj << -/D [930 0 R /XYZ 85.039 786.531 null] ->> endobj -934 0 obj << -/D [930 0 R /XYZ 85.039 766.606 null] ->> endobj -931 0 obj << -/Font << /F20 937 0 R /F21 940 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -944 0 obj << -/Length 1050 -/Filter /FlateDecode ->> -stream -xڍVM6ϯq@$1T&7$ Mbۭa~ryȽ4KWB#wCH%o Jd\e  w(y{EUm'{UĊPt fi-08@"{[zIR+I_?-~H,^8aNmDv>Y3KiGʮitiꮥpǧb*ǓU~33sq45G&ki˱P߻϶J o4F?#n`hP|R\齕$İv mZ[[%,"RAO,5tri h9RĐXGiAM3!|[ƍy;|!%>V= L4 -Mc57BѸX+8c}ݍWs -i"1s{z9VsNp ,Q5VK΍6T 5-0 ٩Y-T^'mQ_8(ü3*n 6ȈV:[4I<  Cp ,t§֜(јfSϺpv'R4NI_e]ج”2d6>6soꊁ&V'L> endobj -952 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[0 1 1] -/Rect [428.769 482.672 539.579 494.665] -/Subtype/Link/A<> ->> endobj -956 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[0 1 1] -/Rect [84.043 469.123 108.944 481.115] -/Subtype/Link/A<> ->> endobj -957 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[0 1 1] -/Rect [227.588 469.123 304.945 481.115] -/Subtype/Link/A<> ->> endobj -958 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[0 1 1] -/Rect [97.376 414.926 299.821 426.919] -/Subtype/Link/A<> ->> endobj -945 0 obj << -/D [943 0 R /XYZ 85.039 786.531 null] ->> endobj -942 0 obj << -/Font << /F35 948 0 R /F15 951 0 R /F36 955 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -961 0 obj << -/Length 1319 -/Filter /FlateDecode ->> -stream -xڝXMo6W(DX,6n7xCۃb+Q -dyr(ʢ%QR%> gDH c -LPH_`W>]1C1Y]$a.1c!(G\r,SP˗ƐD ᰪc򗫏O8C8C8XPX,7Aۀ J$F -+B ?0ᇈ;0Z05n cU- WXJ -/=,eշ .E4_M֑j@7q*[dIKoCI;8hX  R᫝M7iںfME{vN1-ʑrNQ5q4)v5t;2,47YB=q~9-<{Ɔtej7aHDI\;Z20amyjJ&tI]Ft00/]Cj۷UB{Ք^jf(|ͼ'{]֗Yԑo-T&u$Lw1H1]1ŀkV \kR Vendstream -endobj -960 0 obj << -/Type /Page -/Contents 961 0 R -/Resources 959 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 941 0 R -/Annots [ 964 0 R 968 0 R 969 0 R 970 0 R 971 0 R 975 0 R 976 0 R 977 0 R 978 0 R 979 0 R ] ->> endobj -964 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 614.97 378.006 624.538] -/Subtype /Link -/A << /S /GoTo /D (netbios) >> ->> endobj -968 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 560.773 180.945 570.341] -/Subtype /Link -/A << /S /GoTo /D (architecture) >> ->> endobj -969 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 504.455 218.566 516.144] -/Subtype /Link -/A << /S /GoTo /D (debug) >> ->> endobj -970 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 450.258 179.187 461.947] -/Subtype /Link -/A << /S /GoTo /D (CodingSuggestions) >> ->> endobj -971 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 289.789 163.399 299.357] -/Subtype /Link -/A << /S /GoTo /D (internals) >> ->> endobj -975 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[0 1 1] -/Rect [198.134 260.569 360.309 272.259] -/Subtype/Link/A<> ->> endobj -976 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 235.592 167.914 245.16] -/Subtype /Link -/A << /S /GoTo /D (parsing) >> ->> endobj -977 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 181.395 210.763 190.964] -/Subtype /Link -/A << /S /GoTo /D (unix-smb) >> ->> endobj -978 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 125.077 216.308 136.767] -/Subtype /Link -/A << /S /GoTo /D (tracing) >> ->> endobj -979 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 70.88 272.399 82.57] -/Subtype /Link -/A << /S /GoTo /D (windows-debug) >> ->> endobj -962 0 obj << -/D [960 0 R /XYZ 85.039 786.531 null] ->> endobj -963 0 obj << -/D [960 0 R /XYZ 85.039 643.064 null] ->> endobj -959 0 obj << -/Font << /F20 937 0 R /F15 951 0 R /F42 967 0 R /F39 974 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -991 0 obj << -/Length 1985 -/Filter /FlateDecode ->> -stream -xڽZr6}W҃ pӱ\8j恶Y %]*Iشtf`pXN3 S -@0n&tſy=MO2K&kc6]r̛_gt3 $fr=hE}O\7'q3Xh'PT`/&^h -3Pft_Agxj@ٟ756y "!y|S7z~g xvsg~ :ۭ? Z^UuJ r.osyb҈+k^kS8ܭNf Tۯ\V8@Ad4 [kIpugtMKIEŒp؉lQ׏B#l!4"^ (A(*$C }q(pcQxmkΐ<=y</0d ƣ[k))]"/xUH'G=BXFF`շ%!Z-V^J "<d:i4 hH֖]AY>|UXb^Q9kwۀ)a@ Q]mǦpHַQ2loEWڋ[l֓:/v$R\_ꎥyM  J&ᰓ1,qC(՜"#LG%0/El\2=@۱)+ʧګXֲ$p\#;oO%o`2qTҷT !itJ4hP% JaX_hoo+]pJZ*52\eqs -,sh:צp4+8nTL6H'h0G$}K)^v2BGn:ozm:KlY\Aʭ؄n:Dâ /ZKj[Mw $,~Re,~cPҖa:DŽ(O+ƦgSAw:}*s-n~8,棚!o1Z 4C4X"kp,ߛ(ȴYh FYժ^3 }dk[% -%R4[vFe2'p3i@C3z f֞W6Gl5yEh;6hԐ=wBxTm%P`~Ec4DPsCc>A d%bR 21(bۣ;x4G1b#-2.-inB -=@ܱFSRrҩ qRRHn:e^.un`n=7Ž N:Mݵ)W (e}`Jf>2PE2qN}K)FL:LB&4(N&ǰL,Y9.i/ ˡ%Xm.QR6Zh94+}8&KM>O2[N3؍A -:ȀK(V񬩿V(bNNwǫ $,=9~r\kS›M+ST0 )ܶR8Ljĵb@CZI9UӪ> endobj -993 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[0 1 1] -/Rect [213.498 752.53 301.672 764.219] -/Subtype/Link/A<> ->> endobj -994 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[0 1 1] -/Rect [201.074 725.431 287.733 737.121] -/Subtype/Link/A<> ->> endobj -995 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 700.454 177.46 710.022] -/Subtype /Link -/A << /S /GoTo /D (ntdomain) >> ->> endobj -996 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[0 1 1] -/Rect [191.922 671.235 294.309 682.924] -/Subtype/Link/A<> ->> endobj -997 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[0 1 1] -/Rect [182.74 644.136 297.187 655.826] -/Subtype/Link/A<> ->> endobj -998 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[0 1 1] -/Rect [210.013 618.732 296.369 628.727] -/Subtype/Link/A<> ->> endobj -999 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 589.939 206.308 601.629] -/Subtype /Link -/A << /S /GoTo /D (printing) >> ->> endobj -1000 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 537.864 196.43 547.432] -/Subtype /Link -/A << /S /GoTo /D (wins) >> ->> endobj -1001 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 481.546 222.763 493.235] -/Subtype /Link -/A << /S /GoTo /D (sam) >> ->> endobj -1002 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 427.349 271.824 439.039] -/Subtype /Link -/A << /S /GoTo /D (pwencrypt) >> ->> endobj -1003 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[0 1 1] -/Rect [194.286 400.251 283.096 411.94] -/Subtype/Link/A<> ->> endobj -1004 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 375.273 126.096 384.842] -/Subtype /Link -/A << /S /GoTo /D (modules) >> ->> endobj -1005 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[0 1 1] -/Rect [198.801 346.054 286.975 357.743] -/Subtype/Link/A<> ->> endobj -1006 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 318.955 203.521 330.645] -/Subtype /Link -/A << /S /GoTo /D (rpc-plugin) >> ->> endobj -1007 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[0 1 1] -/Rect [202.407 291.857 299.642 303.547] -/Subtype/Link/A<> ->> endobj -1008 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[0 1 1] -/Rect [198.801 264.759 286.975 276.448] -/Subtype/Link/A<> ->> endobj -1009 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 239.781 151.096 249.35] -/Subtype /Link -/A << /S /GoTo /D (vfs) >> ->> endobj -1010 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[0 1 1] -/Rect [215.74 210.562 286.006 222.251] -/Subtype/Link/A<> ->> endobj -1011 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[0 1 1] -/Rect [215.286 185.158 313.339 195.153] -/Subtype/Link/A<> ->> endobj -1012 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 156.365 175.581 168.055] -/Subtype /Link -/A << /S /GoTo /D (Packaging) >> ->> endobj -1013 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 102.168 172.733 113.858] -/Subtype /Link -/A << /S /GoTo /D (contributing) >> ->> endobj -1014 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[0 1 1] -/Rect [213.498 75.07 301.672 86.759] -/Subtype/Link/A<> ->> endobj -992 0 obj << -/D [990 0 R /XYZ 85.039 786.531 null] ->> endobj -989 0 obj << -/Font << /F42 967 0 R /F15 951 0 R /F39 974 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1027 0 obj << -/Length 2355 -/Filter /FlateDecode ->> -stream -xYs7+HVXǣ'TlgMn^<"uTI08I-[[Ql9vF CFZ Hi#dCDaLi1Ȇ`J.[snh27_1_u+mCW($OάҠKM :Pc?CMmAG| u@>LӓNO1.A!`/ zJ!#",扳w.;3feX5 (}bed S-E`)pVQ_~>\VWͪ' /YsD^|һo Ō I ڥ*v^^+]z]_0тwN,L"rB@ -&b,@L\:@ww[W˻]/}αಾd1"ބHA\.gtbi7>[O(6 s.9 >I8)pR[p鍜X/ f_='9N(3ٓBH+Z71b %x`DF֞6iXmnly< LKbLp|Sϥq1_o֚mc/7go/U_=sh:2nڝp3AD=\!}{>/޻*o7N'i >;0қ`i_y -.&~.oW}Ԝ ฾0d1"(D6a-`&ܷ?\X Ӌ<=7 }B_fk CzSBؘz -OB_aeಾd1"D71-0F e*U*$n믹~-ӏٓ,F1-2jm0 uU1˜D0p>^mn.gm4K0!8x-&"}Gĭl26W( E(@Q[@MPj? -~vbwh`;-9?`Č}Vfpb)w'M0ִ숹F3w}q`5Fĺ8l Cϰrۚ"Mñ"bT#98˸u!.xtsںry¬h][yV+[ Egp1>lAwp뾶جmofM/&dᘝ7]b<4ph 5qܔ j}_2}cSz&Bȴ19bA{M&"DZ@D!\ǯ>{(*귈۴Ryc_6F# HobC2u`#6 vѭV˄/f {ukF ľ`d1"@7-ƍ)m"_pK@<]}ݧm|{趾(d1"$ - -ބDBHkB" Ab1`rL* -eN 70 i*D>l F?Iϡ_(MN<L؀{u}Qb EXh  b&DH`ԝU^zPi(Ҧm@~\%ar86Drx@zRwuf*!Hf!/Y @ Dm7!!82<#cjpGbn4z   - &8Ä\=0#00@z V2wd*3@pʇABZ_@BHo"pD$@B&]aplG@3 "P@z#uFz>̞_5:R1/ Y ` Bm7"@.H5@z"͟`շ)W I^|c&h/w? {j@;v!1U&"΀3=YB_ bXGRUB:$gau_ͣ~qCӦ endstream -endobj -1026 0 obj << -/Type /Page -/Contents 1027 0 R -/Resources 1025 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 941 0 R -/Annots [ 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 1041 0 R 1042 0 R 1043 0 R 1044 0 R 1045 0 R 1046 0 R 1047 0 R 1048 0 R 1049 0 R 1050 0 R 1051 0 R 1052 0 R 1053 0 R 1054 0 R 1055 0 R 1056 0 R 1057 0 R 1058 0 R 1059 0 R 1060 0 R 1061 0 R 1062 0 R 1063 0 R 1064 0 R 1065 0 R 1066 0 R 1067 0 R 1068 0 R ] ->> endobj -1030 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [525.586 617.61 539.579 627.178] -/Subtype /Link -/A << /S /GoTo /D (chapter.1) >> ->> endobj -1031 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 604.06 539.579 613.083] -/Subtype /Link -/A << /S /GoTo /D (section.1.1) >> ->> endobj -1032 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 590.511 539.579 599.534] -/Subtype /Link -/A << /S /GoTo /D (section.1.2) >> ->> endobj -1033 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 576.962 539.579 585.985] -/Subtype /Link -/A << /S /GoTo /D (section.1.3) >> ->> endobj -1034 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [525.586 552.504 539.579 562.072] -/Subtype /Link -/A << /S /GoTo /D (chapter.2) >> ->> endobj -1035 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 538.955 539.579 547.977] -/Subtype /Link -/A << /S /GoTo /D (section.2.1) >> ->> endobj -1036 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 525.405 539.579 534.428] -/Subtype /Link -/A << /S /GoTo /D (section.2.2) >> ->> endobj -1037 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 511.856 539.579 520.879] -/Subtype /Link -/A << /S /GoTo /D (section.2.3) >> ->> endobj -1038 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 498.307 539.579 507.33] -/Subtype /Link -/A << /S /GoTo /D (section.2.4) >> ->> endobj -1039 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 484.758 539.579 493.781] -/Subtype /Link -/A << /S /GoTo /D (section.2.5) >> ->> endobj -1040 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [525.586 460.299 539.579 469.868] -/Subtype /Link -/A << /S /GoTo /D (chapter.3) >> ->> endobj -1041 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 446.75 539.579 455.773] -/Subtype /Link -/A << /S /GoTo /D (section.3.1) >> ->> endobj -1042 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 433.201 539.579 442.224] -/Subtype /Link -/A << /S /GoTo /D (section.3.2) >> ->> endobj -1043 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 419.652 539.579 428.675] -/Subtype /Link -/A << /S /GoTo /D (section.3.3) >> ->> endobj -1044 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 406.103 539.579 415.125] -/Subtype /Link -/A << /S /GoTo /D (section.3.4) >> ->> endobj -1045 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 392.553 539.579 401.576] -/Subtype /Link -/A << /S /GoTo /D (section.3.5) >> ->> endobj -1046 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 379.004 539.579 388.027] -/Subtype /Link -/A << /S /GoTo /D (subsection.3.5.1) >> ->> endobj -1047 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 365.455 539.579 374.478] -/Subtype /Link -/A << /S /GoTo /D (subsection.3.5.2) >> ->> endobj -1048 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 351.906 539.579 360.929] -/Subtype /Link -/A << /S /GoTo /D (subsection.3.5.3) >> ->> endobj -1049 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [525.586 327.448 539.579 337.016] -/Subtype /Link -/A << /S /GoTo /D (chapter.4) >> ->> endobj -1050 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [525.586 302.989 539.579 312.558] -/Subtype /Link -/A << /S /GoTo /D (chapter.5) >> ->> endobj -1051 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 289.44 539.579 298.463] -/Subtype /Link -/A << /S /GoTo /D (section.5.1) >> ->> endobj -1052 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 275.891 539.579 284.914] -/Subtype /Link -/A << /S /GoTo /D (section.5.2) >> ->> endobj -1053 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 262.342 539.579 271.364] -/Subtype /Link -/A << /S /GoTo /D (section.5.3) >> ->> endobj -1054 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 248.792 539.579 257.815] -/Subtype /Link -/A << /S /GoTo /D (subsection.5.3.1) >> ->> endobj -1055 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 235.243 539.579 244.266] -/Subtype /Link -/A << /S /GoTo /D (subsection.5.3.2) >> ->> endobj -1056 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 221.694 539.579 230.717] -/Subtype /Link -/A << /S /GoTo /D (subsection.5.3.3) >> ->> endobj -1057 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 208.145 539.579 217.168] -/Subtype /Link -/A << /S /GoTo /D (subsection.5.3.4) >> ->> endobj -1058 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 194.596 539.579 203.618] -/Subtype /Link -/A << /S /GoTo /D (subsection.5.3.5) >> ->> endobj -1059 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 181.046 539.579 190.069] -/Subtype /Link -/A << /S /GoTo /D (subsection.5.3.6) >> ->> endobj -1060 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 167.497 539.579 176.52] -/Subtype /Link -/A << /S /GoTo /D (subsection.5.3.7) >> ->> endobj -1061 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 153.948 539.579 162.971] -/Subtype /Link -/A << /S /GoTo /D (subsection.5.3.8) >> ->> endobj -1062 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 140.399 539.579 149.422] -/Subtype /Link -/A << /S /GoTo /D (subsection.5.3.9) >> ->> endobj -1063 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 126.85 539.579 135.872] -/Subtype /Link -/A << /S /GoTo /D (subsection.5.3.10) >> ->> endobj -1064 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 113.3 539.579 122.323] -/Subtype /Link -/A << /S /GoTo /D (subsection.5.3.11) >> ->> endobj -1065 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 99.751 539.579 108.774] -/Subtype /Link -/A << /S /GoTo /D (subsection.5.3.12) >> ->> endobj -1066 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 86.202 539.579 95.225] -/Subtype /Link -/A << /S /GoTo /D (subsection.5.3.13) >> ->> endobj -1067 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 72.653 539.579 81.676] -/Subtype /Link -/A << /S /GoTo /D (subsection.5.3.14) >> ->> endobj -1068 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 59.104 539.579 68.127] -/Subtype /Link -/A << /S /GoTo /D (subsection.5.3.15) >> ->> endobj -1028 0 obj << -/D [1026 0 R /XYZ 85.039 786.531 null] ->> endobj -1029 0 obj << -/D [1026 0 R /XYZ 85.039 643.064 null] ->> endobj -1025 0 obj << -/Font << /F20 937 0 R /F15 951 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1071 0 obj << -/Length 3142 -/Filter /FlateDecode ->> -stream -x[w:)6άƺؒ ,h94y87 m42o?uemj -ZX⭽?eA.(PN%*(L_\12k**GEU?合l;6?/]kL*29|sjpu - -Fo,h_QP -A㟁g#/ -T2dO#Ji^~sV_x^뷇o勒fh8*Η~ ܾx3@88ȯ&r.I 0H\1g>VEMKC~\{bLvbh$& kaBpCx(h̎#IMĞ.NlN{r9 JsAЯㄗVvH+JMzX+*]zJre*oX `Lr```  a9,0֌`V ruydFS0K7TgkrBFE& ae41zT6Cf;ү'b̤AwYn3y|+(*9"s)X־R]@_4"𒲽F\L?/Bq}-+۔Yodi.6}JgGvC?]f~PWd-43Z/]s_I=ov91zJ39faEhLs .(uW *mUjo^BSț{3@ q_xQ!LYKqn -'/]:q.l.mݩlŋb'$ 6H0Keh +Ba7UVƭ79-̵{vDODd""B~ERh!gz&Ѹ|XͮIB_a l`@8@Xȯ D^ɇj/;9TS4;Ch5bNZ?rPw͋XBsJ TB~9Cm PWNUUlq9rŃ+VL5rz3@ q_+g0j>yͫhB^*Sȗ5ͬ*P4Υxe<`6\0> O30(abi .Α"A󠷙_`~{k)v<pj*"""ie cMV|YE γ#rEkGg@_Z2^;En~$gf'*&'v!(ʮ#?KDDjK1j<ʤ ?>.(endstream -endobj -1070 0 obj << -/Type /Page -/Contents 1071 0 R -/Resources 1069 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 941 0 R -/Annots [ 1076 0 R 1077 0 R 1078 0 R 1079 0 R 1080 0 R 1081 0 R 1082 0 R 1083 0 R 1084 0 R 1085 0 R 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 1100 0 R 1101 0 R 1102 0 R 1103 0 R 1104 0 R 1105 0 R 1106 0 R 1107 0 R 1108 0 R 1109 0 R 1110 0 R 1111 0 R 1112 0 R 1113 0 R 1114 0 R 1115 0 R 1116 0 R 1117 0 R 1118 0 R 1119 0 R 1120 0 R 1121 0 R 1122 0 R 1123 0 R ] ->> endobj -1076 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 754.651 539.579 763.674] -/Subtype /Link -/A << /S /GoTo /D (section.5.4) >> ->> endobj -1077 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 741.102 539.579 750.125] -/Subtype /Link -/A << /S /GoTo /D (subsection.5.4.1) >> ->> endobj -1078 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 727.553 539.579 736.575] -/Subtype /Link -/A << /S /GoTo /D (subsection.5.4.2) >> ->> endobj -1079 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 714.003 539.579 723.026] -/Subtype /Link -/A << /S /GoTo /D (section.5.5) >> ->> endobj -1080 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [525.586 689.545 539.579 699.113] -/Subtype /Link -/A << /S /GoTo /D (chapter.6) >> ->> endobj -1081 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 675.996 539.579 685.019] -/Subtype /Link -/A << /S /GoTo /D (section.6.1) >> ->> endobj -1082 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 662.447 539.579 671.469] -/Subtype /Link -/A << /S /GoTo /D (subsection.6.1.1) >> ->> endobj -1083 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 648.897 539.579 657.92] -/Subtype /Link -/A << /S /GoTo /D (subsection.6.1.2) >> ->> endobj -1084 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 635.348 539.579 644.371] -/Subtype /Link -/A << /S /GoTo /D (subsection.6.1.3) >> ->> endobj -1085 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 621.799 539.579 630.822] -/Subtype /Link -/A << /S /GoTo /D (section.6.2) >> ->> endobj -1086 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 608.25 539.579 617.273] -/Subtype /Link -/A << /S /GoTo /D (subsection.6.2.1) >> ->> endobj -1087 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [525.586 583.792 539.579 593.36] -/Subtype /Link -/A << /S /GoTo /D (chapter.7) >> ->> endobj -1088 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 570.242 539.579 579.265] -/Subtype /Link -/A << /S /GoTo /D (section.7.1) >> ->> endobj -1089 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 556.693 539.579 565.716] -/Subtype /Link -/A << /S /GoTo /D (section.7.2) >> ->> endobj -1090 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 543.144 539.579 552.167] -/Subtype /Link -/A << /S /GoTo /D (section.7.3) >> ->> endobj -1091 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 529.595 539.579 538.618] -/Subtype /Link -/A << /S /GoTo /D (section.7.4) >> ->> endobj -1092 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 516.046 539.579 525.068] -/Subtype /Link -/A << /S /GoTo /D (section.7.5) >> ->> endobj -1093 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 502.496 539.579 511.519] -/Subtype /Link -/A << /S /GoTo /D (section.7.6) >> ->> endobj -1094 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 488.947 539.579 497.97] -/Subtype /Link -/A << /S /GoTo /D (section.7.7) >> ->> endobj -1095 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 475.398 539.579 484.421] -/Subtype /Link -/A << /S /GoTo /D (section.7.8) >> ->> endobj -1096 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 461.849 539.579 470.872] -/Subtype /Link -/A << /S /GoTo /D (section.7.9) >> ->> endobj -1097 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [525.586 437.39 539.579 446.959] -/Subtype /Link -/A << /S /GoTo /D (chapter.8) >> ->> endobj -1098 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [525.586 412.932 539.579 422.5] -/Subtype /Link -/A << /S /GoTo /D (chapter.9) >> ->> endobj -1099 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 399.383 539.579 408.406] -/Subtype /Link -/A << /S /GoTo /D (section.9.1) >> ->> endobj -1100 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [525.586 374.925 539.579 384.493] -/Subtype /Link -/A << /S /GoTo /D (chapter.10) >> ->> endobj -1101 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 361.375 539.579 370.398] -/Subtype /Link -/A << /S /GoTo /D (section.10.1) >> ->> endobj -1102 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 347.826 539.579 356.849] -/Subtype /Link -/A << /S /GoTo /D (subsection.10.1.1) >> ->> endobj -1103 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 334.277 539.579 343.3] -/Subtype /Link -/A << /S /GoTo /D (subsection.10.1.2) >> ->> endobj -1104 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 320.728 539.579 329.751] -/Subtype /Link -/A << /S /GoTo /D (section.10.2) >> ->> endobj -1105 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 307.179 539.579 316.201] -/Subtype /Link -/A << /S /GoTo /D (subsection.10.2.1) >> ->> endobj -1106 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 293.629 539.579 302.652] -/Subtype /Link -/A << /S /GoTo /D (subsection.10.2.2) >> ->> endobj -1107 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 280.08 539.579 289.103] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.2.2.1) >> ->> endobj -1108 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 266.531 539.579 275.554] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.2.2.2) >> ->> endobj -1109 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 252.982 539.579 262.005] -/Subtype /Link -/A << /S /GoTo /D (subsection.10.2.3) >> ->> endobj -1110 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 239.433 539.579 248.456] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.2.3.1) >> ->> endobj -1111 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 225.883 539.579 234.906] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.2.3.2) >> ->> endobj -1112 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 212.334 539.579 221.357] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.2.3.3) >> ->> endobj -1113 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 198.785 539.579 207.808] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.2.3.4) >> ->> endobj -1114 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 185.236 539.579 194.259] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.2.3.5) >> ->> endobj -1115 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 171.687 539.579 180.71] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.2.3.6) >> ->> endobj -1116 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 158.138 539.579 167.16] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.2.3.7) >> ->> endobj -1117 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 144.588 539.579 153.611] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.2.3.8) >> ->> endobj -1118 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 131.039 539.579 140.062] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.2.3.9) >> ->> endobj -1119 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 117.49 539.579 126.513] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.2.3.10) >> ->> endobj -1120 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 103.941 539.579 112.964] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.2.3.11) >> ->> endobj -1121 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 90.392 539.579 99.414] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.2.3.12) >> ->> endobj -1122 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 76.842 539.579 85.865] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.2.3.13) >> ->> endobj -1123 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 63.293 539.579 72.316] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.2.3.14) >> ->> endobj -1072 0 obj << -/D [1070 0 R /XYZ 85.039 786.531 null] ->> endobj -1069 0 obj << -/Font << /F57 1075 0 R /F15 951 0 R /F20 937 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1126 0 obj << -/Length 3479 -/Filter /FlateDecode ->> -stream -x[s6)(V(q#4qtZ'mT[I5Voq;àV$tH:@ItY'IZ"9]5{½e_J5 ~v&"vvqu;⛣S3)|sw?о ɉ˾&fj($x~Tà-%3%%iC'tNjw0I 'Əe}-vHϜ/Dߛ?i?kגIHݾ|۷3 -*M2ppd F-}RkAW9HÇd}-18Kfо4 ଶ3Oͽ>&; <үyIv[;CȺhMPEVayaX@"')KoO/rHb!mr=?;X1RzN%vysLw5w0\qJxTᅕ.=3@ ZCyTrrf;me߲[߬X˛ߎBzHk&jzbQJRտCib<&N4O/cO;cxzZV=aV'<M i; ;f[L^Ib@W p5%J}dP0RpRHOARhOA|-NJO`4;5Ŷۯcd{}eIٌvBO'ߐzS5}O'YpUceK}ث"yX܀};`,F (iX <p66DZhu.o+Mk~l(]qA*0U'd>XmR `q>B&E|tnsoN}1ܵtӿk鿩KAEW9d木&YL.)zÃ,)g%Eɗ`I􃛡Okj뮅ʓX` --n -EԏMV{à!hTS\v]kkͭ{v-BHO<*zҤ'3@zV ئ%DKUg0p6FPO>nNн_D۱nԴ)Y,CdXRd}<2,L\O 5VϿb=/kM %2̳<109_&= ٫b.jar&jKYBf6y6 ) }3.5_kZԷlJm$pCz"tۑufEgn- 747?`iᆦH'.׶8*=1  Pkl~>;;ɀZgcK\%[% m53RfiuRGVIH4Y{Y=7P4^j9!WARa 3@ 7A͢nWk{NCp6A1As&3cCIMea6/~b qwwaVuwn^l \n^\w|]Fhk0B0%F2(c uf_{\S|r[+]—Vh ʌțgȋ *GH]KDgHY~r+qSV] # aqwR=O9p!܁Lφ `Xgu!oC^,PyX]S aqyB iaȋ@Ϯ#Z>be -@.AӲV%ȵ9 !ȁLmb8OX*ްj'x3@xhKzysv-:CxƓf{\ݩGZ,IkX%Skυd 5ZɶKXYsva-:CXA-֣ -4 а~w=hAvsXt' Y 0+E*1A4nCMD6em|ygn``KVKAB bgmH@@ˈb`3LZN/= оʮ,2G3DgPrD<Di,nZ* ukB۝+lח۾Z- !("o!/>9e`{\a>vIT+}4C  cqn?*]yj%fyXnT{%4?8SGh$ŏd -l?"/S,=,HeѸANeOS+y4C$G$3@$Z5|8H%d&`|~ʷ'7{a?lRUVh( *(g( [ -BNǤwe>!  鱸AzDeq婕U4A\gO}jT}4C  cq' j;O <ڿPso7þW]/wѷq yWZ"??!  A{ڑTvuq> endobj -1128 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 754.651 539.579 763.674] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.2.3.15) >> ->> endobj -1129 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 741.102 539.579 750.125] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.2.3.16) >> ->> endobj -1130 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 727.553 539.579 736.575] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.2.3.17) >> ->> endobj -1131 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 714.003 539.579 723.026] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.2.3.18) >> ->> endobj -1132 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 700.454 539.579 709.477] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.2.3.19) >> ->> endobj -1133 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 686.905 539.579 695.928] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.2.3.20) >> ->> endobj -1134 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 673.356 539.579 682.379] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.2.3.21) >> ->> endobj -1135 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 659.807 539.579 668.829] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.2.3.22) >> ->> endobj -1136 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 646.257 539.579 655.28] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.2.3.23) >> ->> endobj -1137 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 632.708 539.579 641.731] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.2.3.24) >> ->> endobj -1138 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 619.159 539.579 628.182] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.2.3.25) >> ->> endobj -1139 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 605.61 539.579 614.633] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.2.3.26) >> ->> endobj -1140 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 592.061 539.579 601.083] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.2.3.27) >> ->> endobj -1141 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 578.511 539.579 587.534] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.2.3.28) >> ->> endobj -1142 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 564.962 539.579 573.985] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.2.3.29) >> ->> endobj -1143 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 551.413 539.579 560.436] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.2.3.30) >> ->> endobj -1144 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 537.864 539.579 546.887] -/Subtype /Link -/A << /S /GoTo /D (section.10.3) >> ->> endobj -1145 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 524.315 539.579 533.337] -/Subtype /Link -/A << /S /GoTo /D (subsection.10.3.1) >> ->> endobj -1146 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 510.765 539.579 519.788] -/Subtype /Link -/A << /S /GoTo /D (subsection.10.3.2) >> ->> endobj -1147 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 497.216 539.579 506.239] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.3.2.1) >> ->> endobj -1148 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 483.667 539.579 492.69] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.3.2.2) >> ->> endobj -1149 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 470.118 539.579 479.141] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.3.2.3) >> ->> endobj -1150 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 456.569 539.579 465.591] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.3.2.4) >> ->> endobj -1151 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 443.019 539.579 452.042] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.3.2.5) >> ->> endobj -1152 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 429.47 539.579 438.493] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.3.2.6) >> ->> endobj -1153 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 415.921 539.579 424.944] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.3.2.7) >> ->> endobj -1154 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 402.372 539.579 411.395] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.3.2.8) >> ->> endobj -1155 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 388.823 539.579 397.845] -/Subtype /Link -/A << /S /GoTo /D (subsection.10.3.3) >> ->> endobj -1156 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 375.273 539.579 384.296] -/Subtype /Link -/A << /S /GoTo /D (subsection.10.3.4) >> ->> endobj -1157 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 361.724 539.579 370.747] -/Subtype /Link -/A << /S /GoTo /D (subsection.10.3.5) >> ->> endobj -1158 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 348.175 539.579 357.198] -/Subtype /Link -/A << /S /GoTo /D (subsection.10.3.6) >> ->> endobj -1159 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 334.626 539.579 343.649] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.3.6.1) >> ->> endobj -1160 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 321.077 539.579 330.099] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.3.6.2) >> ->> endobj -1161 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 307.527 539.579 316.55] -/Subtype /Link -/A << /S /GoTo /D (subsection.10.3.7) >> ->> endobj -1162 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 293.978 539.579 303.001] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.3.7.1) >> ->> endobj -1163 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 280.429 539.579 289.452] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.3.7.2) >> ->> endobj -1164 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 266.88 539.579 275.903] -/Subtype /Link -/A << /S /GoTo /D (subsection.10.3.8) >> ->> endobj -1165 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 253.331 539.579 262.354] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.3.8.1) >> ->> endobj -1166 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 239.781 539.579 248.804] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.3.8.2) >> ->> endobj -1167 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 226.232 539.579 235.255] -/Subtype /Link -/A << /S /GoTo /D (subsection.10.3.9) >> ->> endobj -1168 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 212.683 539.579 221.706] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.3.9.1) >> ->> endobj -1169 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 199.134 539.579 208.157] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.3.9.2) >> ->> endobj -1170 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 185.585 539.579 194.608] -/Subtype /Link -/A << /S /GoTo /D (subsection.10.3.10) >> ->> endobj -1171 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 172.036 539.579 181.058] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.3.10.1) >> ->> endobj -1172 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 158.486 539.579 167.509] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.3.10.2) >> ->> endobj -1173 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 144.937 539.579 153.96] -/Subtype /Link -/A << /S /GoTo /D (subsection.10.3.11) >> ->> endobj -1174 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 131.388 539.579 140.411] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.3.11.1) >> ->> endobj -1175 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 117.839 539.579 126.862] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.3.11.2) >> ->> endobj -1176 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 104.29 539.579 113.312] -/Subtype /Link -/A << /S /GoTo /D (subsection.10.3.12) >> ->> endobj -1177 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 90.74 539.579 99.763] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.3.12.1) >> ->> endobj -1178 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 77.191 539.579 86.214] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.3.12.2) >> ->> endobj -1179 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 63.642 539.579 72.665] -/Subtype /Link -/A << /S /GoTo /D (section.10.4) >> ->> endobj -1127 0 obj << -/D [1125 0 R /XYZ 85.039 786.531 null] ->> endobj -1124 0 obj << -/Font << /F57 1075 0 R /F15 951 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1183 0 obj << -/Length 2745 -/Filter /FlateDecode ->> -stream -xKsF-yev)ȉŵIDIPCRSɖc*b.fӘ0U)*ZSY&Dws2,8q)5_ѵợ -Zrp]3֗GG?s}ld -qEy50l$9G{ T06~q,f[+pc42uW7D"!conGvcYMA܆ YgO{/JTiEHsBrgT|e>{ޥ}4'DGDz~LW[*8}Q]zJG3yzy*pN?~iw -jvsI(\ :A %+yWhӕLyeR -`PRoBN̆ylxOAk߈rN1ok|c0+ͶmfyvG.z2UJ? -<>74xQ!?#CCT><=7g:cq)EIyro"Y%Yoޯo׫Z/4f>@ T?KS)hO߀H?zťy4'|y =)x2ϡBs߁hLŎD0L<5U2KS)hO߀^pT.CX\zJG3yzy+n_e$9pTͭkzrBJ${3ì\!H.Mأ=A#C~zX\zJG3yzy>"8Awg߂>Pٰ RBɠ'a~}g!!h"CCT><=7a:Ecq)EIyrȯbbX#q12OA۟Moo+ysoA<^(3`oO(eT PDBFAEnca'|"0k6sM$jH^ -\JU$4*K2QЇޥ}4'yzo@q౸"f$<97"*TDNzj~ ڵngv>p2)ybp+C4Đ@1@~}F -׉OS!l}`}OAԴe{*6;;hNЏ -sW0K;;|ַ,-%`q㾙]?5e6D/τޫvnafkGc8R G9e52cff0$tUuu\J!$@!B!P!Qcǭwvj |+¥T EGV#d UFY_~^Pzp+C4pxPy +PIWntk/M~l7'-o RmD3@ #@y6 VZ;%.'YS۪h~H̆EEOâ"QHZ<%6Klj;ΗEuy(eIy[o`+$RRtغY?{ tM7@-MOHjh.8I|OObo!'z;z^O[  <@ -ڙKH!~p" f}xu(Iy]oRw2ɳDP6h׹Dj] m\4y5KB)hM #2*V"_GSj>N*?EK5)hm4T <}1M7|[nI+<7f͓*گ& G=g_H'ʓ^h9%X|3XrMb353ǿnw6~_OjakL̆[c - Pp7BPE61-7͕kfQLun6p^7Wfp=bەR.e2f  @~ >Z\\C[:;}m>6K< GeT) PJB PJoP -W!?{xwL, QL'&ܵ"syo/Nzmͽ0.!9ITOdoL0mWgȿ?EvbUyɫzex4'_Z*ySiA>|fmՀCl š8;g4{D -w"mE":%~yv~a[3,m{zЩky. /Z հjr8}-(ӐGkjhtAھc$ Oendstream -endobj -1182 0 obj << -/Type /Page -/Contents 1183 0 R -/Resources 1181 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1180 0 R -/Annots [ 1185 0 R 1186 0 R 1187 0 R 1188 0 R 1189 0 R 1190 0 R 1191 0 R 1192 0 R 1193 0 R 1194 0 R 1195 0 R 1196 0 R 1197 0 R 1198 0 R 1199 0 R 1200 0 R 1201 0 R 1202 0 R 1203 0 R 1204 0 R 1205 0 R 1206 0 R 1207 0 R 1208 0 R 1209 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 1227 0 R 1228 0 R 1229 0 R 1230 0 R 1231 0 R 1232 0 R 1233 0 R ] ->> endobj -1185 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 754.651 539.579 763.674] -/Subtype /Link -/A << /S /GoTo /D (subsection.10.4.1) >> ->> endobj -1186 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 741.102 539.579 750.125] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.4.1.1) >> ->> endobj -1187 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 727.553 539.579 736.575] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.4.1.2) >> ->> endobj -1188 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 714.003 539.579 723.026] -/Subtype /Link -/A << /S /GoTo /D (subsection.10.4.2) >> ->> endobj -1189 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 700.454 539.579 709.477] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.4.2.1) >> ->> endobj -1190 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 686.905 539.579 695.928] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.4.2.2) >> ->> endobj -1191 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 673.356 539.579 682.379] -/Subtype /Link -/A << /S /GoTo /D (subsection.10.4.3) >> ->> endobj -1192 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 659.807 539.579 668.829] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.4.3.1) >> ->> endobj -1193 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 646.257 539.579 655.28] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.4.3.2) >> ->> endobj -1194 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 632.708 539.579 641.731] -/Subtype /Link -/A << /S /GoTo /D (subsection.10.4.4) >> ->> endobj -1195 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 619.159 539.579 628.182] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.4.4.1) >> ->> endobj -1196 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 605.61 539.579 614.633] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.4.4.2) >> ->> endobj -1197 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 592.061 539.579 601.083] -/Subtype /Link -/A << /S /GoTo /D (subsection.10.4.5) >> ->> endobj -1198 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 578.511 539.579 587.534] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.4.5.1) >> ->> endobj -1199 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 564.962 539.579 573.985] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.4.5.2) >> ->> endobj -1200 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 551.413 539.579 560.436] -/Subtype /Link -/A << /S /GoTo /D (section.10.5) >> ->> endobj -1201 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 537.864 539.579 546.887] -/Subtype /Link -/A << /S /GoTo /D (subsection.10.5.1) >> ->> endobj -1202 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 524.315 539.579 533.337] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.5.1.1) >> ->> endobj -1203 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 510.765 539.579 519.788] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.5.1.2) >> ->> endobj -1204 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 497.216 539.579 506.239] -/Subtype /Link -/A << /S /GoTo /D (subsection.10.5.2) >> ->> endobj -1205 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 483.667 539.579 492.69] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.5.2.1) >> ->> endobj -1206 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 470.118 539.579 479.141] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.5.2.2) >> ->> endobj -1207 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 456.569 539.579 465.591] -/Subtype /Link -/A << /S /GoTo /D (section.10.6) >> ->> endobj -1208 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 443.019 539.579 452.042] -/Subtype /Link -/A << /S /GoTo /D (subsection.10.6.1) >> ->> endobj -1209 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 429.47 539.579 438.493] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.6.1.1) >> ->> endobj -1210 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 415.921 539.579 424.944] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.6.1.2) >> ->> endobj -1211 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 402.372 539.579 411.395] -/Subtype /Link -/A << /S /GoTo /D (subsection.10.6.2) >> ->> endobj -1212 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 388.823 539.579 397.845] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.6.2.1) >> ->> endobj -1213 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 375.273 539.579 384.296] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.6.2.2) >> ->> endobj -1214 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 361.724 539.579 370.747] -/Subtype /Link -/A << /S /GoTo /D (section.10.7) >> ->> endobj -1215 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 348.175 539.579 357.198] -/Subtype /Link -/A << /S /GoTo /D (subsection.10.7.1) >> ->> endobj -1216 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 334.626 539.579 343.649] -/Subtype /Link -/A << /S /GoTo /D (subsection.10.7.2) >> ->> endobj -1217 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 321.077 539.579 330.099] -/Subtype /Link -/A << /S /GoTo /D (subsection.10.7.3) >> ->> endobj -1218 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 307.527 539.579 316.55] -/Subtype /Link -/A << /S /GoTo /D (section.10.8) >> ->> endobj -1219 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 293.978 539.579 303.001] -/Subtype /Link -/A << /S /GoTo /D (subsection.10.8.1) >> ->> endobj -1220 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 280.429 539.579 289.452] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.8.1.1) >> ->> endobj -1221 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 266.88 539.579 275.903] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.8.1.2) >> ->> endobj -1222 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 253.331 539.579 262.354] -/Subtype /Link -/A << /S /GoTo /D (subsection.10.8.2) >> ->> endobj -1223 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 239.781 539.579 248.804] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.8.2.1) >> ->> endobj -1224 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 226.232 539.579 235.255] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.8.2.2) >> ->> endobj -1225 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 212.683 539.579 221.706] -/Subtype /Link -/A << /S /GoTo /D (subsubsection.10.8.2.3) >> ->> endobj -1226 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [525.586 188.225 539.579 197.793] -/Subtype /Link -/A << /S /GoTo /D (chapter.11) >> ->> endobj -1227 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 174.676 539.579 183.698] -/Subtype /Link -/A << /S /GoTo /D (section.11.1) >> ->> endobj -1228 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 161.126 539.579 170.149] -/Subtype /Link -/A << /S /GoTo /D (section.11.2) >> ->> endobj -1229 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 147.577 539.579 156.6] -/Subtype /Link -/A << /S /GoTo /D (section.11.3) >> ->> endobj -1230 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 134.028 539.579 143.051] -/Subtype /Link -/A << /S /GoTo /D (section.11.4) >> ->> endobj -1231 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 120.479 539.579 129.502] -/Subtype /Link -/A << /S /GoTo /D (section.11.5) >> ->> endobj -1232 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [525.586 96.02 539.579 105.589] -/Subtype /Link -/A << /S /GoTo /D (chapter.12) >> ->> endobj -1233 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 82.471 539.579 91.494] -/Subtype /Link -/A << /S /GoTo /D (section.12.1) >> ->> endobj -1184 0 obj << -/D [1182 0 R /XYZ 85.039 786.531 null] ->> endobj -1181 0 obj << -/Font << /F57 1075 0 R /F15 951 0 R /F42 967 0 R /F20 937 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1236 0 obj << -/Length 2945 -/Filter /FlateDecode ->> -stream -x\s6~_nF(A$p/7LҦn-)丹B"6k2$ -]aс$ejPȜFQ:7Qbd6}NGD|0VL&ۙy xv;TSt>t0~`z=3\x_6xd&  Xp#m9_=`ԹWt=a3"Fs_x)- G RpQJ!rY%yӇFŤ. 4}y\֓X!qtXgӠAfh`m*dHm 9C9+u]_:4bX:-@taۣ^(TPbzYʳuY_4b 8-@hu9`I&:/<MKҤChФmBL"mhr GibknoMrJ$uJnѽ5r}ڷ傤RML/u \16ߋm bz= 3\6Z:"OktaĺP;FSK72->V[!&#ڦK벾4hp 4h[h #pR%ulx@F-;4}9ۓ3X3!v2qÂhA- D*\U>+(fw"9gC. Y -yYۆo5 'kMj>҆~J[VDiDQ3rvE*mvkdNH{g,-zmĐq pmA<֣z=c8%~4_l eYSsٚ;]ֿCGE!\x~'ㅰd_7‘FЬuŹ+o@e_SfDz к/51TRFѶi`߶I$R pVgݨxYߧ6IQg5]Egd\*󏛸_BgF /_8fΡ=Y f!XqtXè^O"'LqG;[ʩ[鰻㩪76fXy;@]X%I#$ !I$^HwHULHQژsZ_"4b@"-@DdnMW1DXϦ—;tWL뼾hB(%D^?}0A -wYDCɓbX0ԉRԱK̾i@!i[#Fj1u;}\†MϜT+"ziRg.:7a="XC޶I6 -R0|ֵ)uc{0^o̺ݭDtej~;'[SLWu-^92s{F*>.0sHIΩ#]}?[O_/ GJ0Gz/31J7![9D!۶S&Ʌ ut{Pt\M#l,#9n~s[:._S 3Tv -Q-xut֣}]# -:m u1{dFgHx['PC@ }6SwIWd.V3uA}C3K!`Jz[?Dp)dwܳ+zDϏO/t\|g;UV6os}RO$[$I`6Ë??uH֏ ٗ9 #=!x;r O*D"#6ijVf1Toc#ٺcg;5DgZ&iMvRxhߦBlnS(zCJ֭}a# 2EmU+v(0ه:u/X%M#&!Mۄ'#!FAmԦ)Tzqy9GFfрݨzP,xMEBȆ6E) \+y -+L ТM`9endstream -endobj -1235 0 obj << -/Type /Page -/Contents 1236 0 R -/Resources 1234 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1180 0 R -/Annots [ 1238 0 R 1239 0 R 1240 0 R 1241 0 R 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 1257 0 R 1258 0 R 1259 0 R 1260 0 R 1261 0 R 1262 0 R 1263 0 R 1264 0 R 1265 0 R 1266 0 R 1267 0 R 1268 0 R 1269 0 R 1270 0 R 1271 0 R 1272 0 R 1273 0 R 1274 0 R 1275 0 R 1276 0 R 1277 0 R 1278 0 R 1279 0 R 1280 0 R ] ->> endobj -1238 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [525.586 754.651 539.579 764.219] -/Subtype /Link -/A << /S /GoTo /D (chapter.13) >> ->> endobj -1239 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 741.102 539.579 750.125] -/Subtype /Link -/A << /S /GoTo /D (section.13.1) >> ->> endobj -1240 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 727.553 539.579 736.575] -/Subtype /Link -/A << /S /GoTo /D (section.13.2) >> ->> endobj -1241 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 714.003 539.579 723.026] -/Subtype /Link -/A << /S /GoTo /D (section.13.3) >> ->> endobj -1242 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 700.454 539.579 709.477] -/Subtype /Link -/A << /S /GoTo /D (section.13.4) >> ->> endobj -1243 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 686.905 539.579 695.928] -/Subtype /Link -/A << /S /GoTo /D (subsection.13.4.1) >> ->> endobj -1244 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 673.356 539.579 682.379] -/Subtype /Link -/A << /S /GoTo /D (subsection.13.4.2) >> ->> endobj -1245 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 659.807 539.579 668.829] -/Subtype /Link -/A << /S /GoTo /D (subsection.13.4.3) >> ->> endobj -1246 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 646.257 539.579 655.28] -/Subtype /Link -/A << /S /GoTo /D (section.13.5) >> ->> endobj -1247 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 632.708 539.579 641.731] -/Subtype /Link -/A << /S /GoTo /D (subsection.13.5.1) >> ->> endobj -1248 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 619.159 539.579 628.182] -/Subtype /Link -/A << /S /GoTo /D (subsection.13.5.2) >> ->> endobj -1249 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 605.61 539.579 614.633] -/Subtype /Link -/A << /S /GoTo /D (section.13.6) >> ->> endobj -1250 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 592.061 539.579 601.083] -/Subtype /Link -/A << /S /GoTo /D (section.13.7) >> ->> endobj -1251 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [525.586 567.602 539.579 577.171] -/Subtype /Link -/A << /S /GoTo /D (chapter.14) >> ->> endobj -1252 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 554.053 539.579 563.076] -/Subtype /Link -/A << /S /GoTo /D (section.14.1) >> ->> endobj -1253 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 540.504 539.579 549.527] -/Subtype /Link -/A << /S /GoTo /D (section.14.2) >> ->> endobj -1254 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 526.955 539.579 535.978] -/Subtype /Link -/A << /S /GoTo /D (section.14.3) >> ->> endobj -1255 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [525.586 502.496 539.579 512.065] -/Subtype /Link -/A << /S /GoTo /D (chapter.15) >> ->> endobj -1256 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 488.947 539.579 497.97] -/Subtype /Link -/A << /S /GoTo /D (section.15.1) >> ->> endobj -1257 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 475.398 539.579 484.421] -/Subtype /Link -/A << /S /GoTo /D (section.15.2) >> ->> endobj -1258 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 461.849 539.579 470.872] -/Subtype /Link -/A << /S /GoTo /D (subsection.15.2.1) >> ->> endobj -1259 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 448.3 539.579 457.322] -/Subtype /Link -/A << /S /GoTo /D (subsection.15.2.2) >> ->> endobj -1260 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 434.75 539.579 443.773] -/Subtype /Link -/A << /S /GoTo /D (section.15.3) >> ->> endobj -1261 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 421.201 539.579 430.224] -/Subtype /Link -/A << /S /GoTo /D (subsection.15.3.1) >> ->> endobj -1262 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [525.586 396.743 539.579 406.311] -/Subtype /Link -/A << /S /GoTo /D (chapter.16) >> ->> endobj -1263 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 383.194 539.579 392.217] -/Subtype /Link -/A << /S /GoTo /D (section.16.1) >> ->> endobj -1264 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 369.645 539.579 378.667] -/Subtype /Link -/A << /S /GoTo /D (section.16.2) >> ->> endobj -1265 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [525.586 345.186 539.579 354.754] -/Subtype /Link -/A << /S /GoTo /D (chapter.17) >> ->> endobj -1266 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 331.637 539.579 340.66] -/Subtype /Link -/A << /S /GoTo /D (section.17.1) >> ->> endobj -1267 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 318.088 539.579 327.111] -/Subtype /Link -/A << /S /GoTo /D (subsection.17.1.1) >> ->> endobj -1268 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 304.539 539.579 313.561] -/Subtype /Link -/A << /S /GoTo /D (subsection.17.1.2) >> ->> endobj -1269 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 290.989 539.579 300.012] -/Subtype /Link -/A << /S /GoTo /D (section.17.2) >> ->> endobj -1270 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 277.44 539.579 286.463] -/Subtype /Link -/A << /S /GoTo /D (subsection.17.2.1) >> ->> endobj -1271 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 263.891 539.579 272.914] -/Subtype /Link -/A << /S /GoTo /D (subsection.17.2.2) >> ->> endobj -1272 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 250.342 539.579 259.365] -/Subtype /Link -/A << /S /GoTo /D (section.17.3) >> ->> endobj -1273 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 236.793 539.579 245.815] -/Subtype /Link -/A << /S /GoTo /D (subsection.17.3.1) >> ->> endobj -1274 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 223.243 539.579 232.266] -/Subtype /Link -/A << /S /GoTo /D (section.17.4) >> ->> endobj -1275 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 209.694 539.579 218.717] -/Subtype /Link -/A << /S /GoTo /D (subsection.17.4.1) >> ->> endobj -1276 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 196.145 539.579 205.168] -/Subtype /Link -/A << /S /GoTo /D (subsection.17.4.2) >> ->> endobj -1277 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [519.586 171.687 539.579 181.255] -/Subtype /Link -/A << /S /GoTo /D (chapter.18) >> ->> endobj -1278 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 158.138 539.579 167.16] -/Subtype /Link -/A << /S /GoTo /D (section.18.1) >> ->> endobj -1279 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 144.588 539.579 153.611] -/Subtype /Link -/A << /S /GoTo /D (section.18.2) >> ->> endobj -1280 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [519.586 120.13 539.579 129.698] -/Subtype /Link -/A << /S /GoTo /D (chapter.19) >> ->> endobj -1237 0 obj << -/D [1235 0 R /XYZ 85.039 786.531 null] ->> endobj -1234 0 obj << -/Font << /F57 1075 0 R /F20 937 0 R /F15 951 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1283 0 obj << -/Length 2235 -/Filter /FlateDecode ->> -stream -xڕX[o~ϯЛ) bx>թ[ utj)a-O(%8ofwIZBٝٙo.£b E%n񍷸_"C7"jL* \/Jgi4UDnEܾys-Mp3$$d_s~*+\N_6r&8ט/K|DF7m7]S 2wA G^|+:WVú7W[{@#z~̩C7LWFX?~Q2֏A~\N\zɫf ##qCf}m ]i'Pݡ?6]+$H -s*&|,{MѪMi{?U'} | էtTMs{iA2vCmu\J5u$Sǂea,gNs{tx,r5JYH}ѫd`(d`~?jJBPh"NVx#==5F%ePE_LT(ԏE JaNyć3Vr 11>?O̚?:Օ9}'IU -eٙ я}ΏH(<4.$3Uxy]y#>׷å9H?^ZQ%EO7f)u.4'#/瑷"zi;Z$xxC?ŀRsk):P;$dO7qJ S?-V`w -S$-hB`Ȳ\#g'; -;Fᓴv( -0",Gbt4:} rL?V_ %c-?qЅm(\^kYKB'~Hp2%a 8'N$s! 4p^e!!CN| Y) s\Xq1 ȃƁZB *Kyt8C˪଀JغWYaCKHK $[ͱzUJG7̑t݅9*d.9{DU֮ao:N> endobj -1284 0 obj << -/D [1282 0 R /XYZ 85.039 786.531 null] ->> endobj -6 0 obj << -/D [1282 0 R /XYZ 85.039 766.606 null] ->> endobj -980 0 obj << -/D [1282 0 R /XYZ 85.039 637.749 null] ->> endobj -10 0 obj << -/D [1282 0 R /XYZ 85.039 637.749 null] ->> endobj -1285 0 obj << -/D [1282 0 R /XYZ 85.039 595.464 null] ->> endobj -1281 0 obj << -/Font << /F20 937 0 R /F15 951 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1288 0 obj << -/Length 3386 -/Filter /FlateDecode ->> -stream -xZݏB}2X<.[wT8EHID$BR}kKS}(cv83;SS4r $iFd3PB1Es|%幙Mk'\'G滫,GYΫ۩r^ws -{az:S|O&e󫷰G.͛.y9a3QHoq.nf`?n?x t mU0#dHwas$SSTf~3c7bs>̆nG mPtEs~xի+<K'μisG!L(\OC©h T&(.Į*ϮB8+ ?`'ʫ=O}K)R*n mmtc )yS eZ1?!8v$E}w E$RQū()>u^rZͪ] }zi"=~l&'3Q -Ϩ{rժzݹzY4B+w#6k.*Ԕ>)?h>r^cUᮼ|B*'&"3By#/ YU(1 n_;ؿbtu3*1T)rϹj. *YiD]ٴ#ƱqsxyF^.qj<<{s'%n|ׄ -⺃Ղ끇D -oV1nh¯ Y7.a[F, 4|?tL$ْk~BB]ldtc3Elv]#{oٸ-&'S n:U $UC$vdnb=$Z 7JaROƒs 3zȫ> Ld5SL kDGء|^hb+u1_G/3K5>`Ш␫<;;B(NP6~c[BDͅ NYe4\xc3 Y_X?.ZOԹ┤q<ۀU[=WK9 qj0t Ml˂P \?4Q7_ijZ;,\/6r1ĮeNjxWV@_bIME7 S+8rU24 <( ċ"G7?d8t8ecKꚪB!NBA^ ~ft0fj-fN + ,2bDRG -T;Y| -dpJ^( 7"#9nXDjjFi8M,\7XQ*lHIJďbb՝,#H< 9 %ݸFx8@FW8 J(alaCSWc=>x zhQC [! :6KS\DzvMn`Z A\#9ߺu>'@ԍ`1Jb5+7bEʲhD gD4ѢP4_=S<J `- )Xw<UūB8RX Øo''BշQ M%+?,\M^_,84#H*ś=Ş??gxϳrJ}6·%4Fn?)AILZZh-o`@ -`XF 1K*§`M͂cf4<}PbHM~ \+ ->MYKJP -Kjzؠ%',l)Jqɤ]I/pXgM-(X:cSL[hD0Ph?f@GPOhF.'`ޜAa85Zq$ c>Rh,덎2`&KBKΞv5 7dfJNϳt5_߬ϯ QH¿:p# ,А*K^&INء)LYOZ˜LbꅰJmTdJ{]=W{`0,Az(eE݁3/)DW>Q֒UkrY ٙƟ !Mymyۿ͛5 @(I)u*p`Hendstream -endobj -1287 0 obj << -/Type /Page -/Contents 1288 0 R -/Resources 1286 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1180 0 R ->> endobj -1289 0 obj << -/D [1287 0 R /XYZ 85.039 786.531 null] ->> endobj -14 0 obj << -/D [1287 0 R /XYZ 85.039 766.606 null] ->> endobj -1290 0 obj << -/D [1287 0 R /XYZ 85.039 744.844 null] ->> endobj -18 0 obj << -/D [1287 0 R /XYZ 85.039 590.186 null] ->> endobj -1291 0 obj << -/D [1287 0 R /XYZ 85.039 550.628 null] ->> endobj -1286 0 obj << -/Font << /F57 1075 0 R /F20 937 0 R /F15 951 0 R /F39 974 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1294 0 obj << -/Length 2237 -/Filter /FlateDecode ->> -stream -xڅXK6ϯ-2֊{ f "8f%G^堁6EJJjZTyzQV*U?%=,qes"K#2Vc)yo"MЋWz(]<,W(+ ۃu֝f?sD}`rGdJUB"RWSMUSM*N5TQThw:|pws -*]hH%/TI=Q)XlUFہ&imQ3qE-*rL edd#S7ۼ@To|ܶoWVaEδ-/+U/#5^ .pfFO+MTGeXNOćowTaP}NJ+W / ]Ds+r:V?^m^w?QܐSfx#D`INޱHM{ eYܠ5}j M %5QM҂JHA /^揳gʆpgxs3: [taz3%ON2.uR>h/ʫQs7N^po[\WL W'_@L '֡FG. y-n̎%^ 䇏潵Jg -@L -KH@A\28ΉglKAkL^hȲN& [+O.5CgW,+3Íp5㾽p!0ꔜ;?-*JZfyggkei:NZ\Q_7\e@ Di(F&;T;bl LÀ'FX5L\`04l0ǧ} *31@gl)D|'A\zD͜}ĊrF׭mh(s -PYZǿ0?nT۫)qH< )/e"gX+Hi|9rˣc? TK%H¨ -^P,z;Qä!djJwau(oG3*Kݺ`A\ҥcnO7M.:JO]]>׀趫M)hM|1NCrl@w!=|^|a[aHݷTMv@4HUOy*I0L?u畞JN*endstream -endobj -1293 0 obj << -/Type /Page -/Contents 1294 0 R -/Resources 1292 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1180 0 R ->> endobj -1295 0 obj << -/D [1293 0 R /XYZ 85.039 781.388 null] ->> endobj -22 0 obj << -/D [1293 0 R /XYZ 85.039 761.463 null] ->> endobj -981 0 obj << -/D [1293 0 R /XYZ 85.039 659.738 null] ->> endobj -26 0 obj << -/D [1293 0 R /XYZ 85.039 659.738 null] ->> endobj -1296 0 obj << -/D [1293 0 R /XYZ 85.039 617.453 null] ->> endobj -1297 0 obj << -/D [1293 0 R /XYZ 85.039 531.9 null] ->> endobj -1298 0 obj << -/D [1293 0 R /XYZ 85.039 493.374 null] ->> endobj -1299 0 obj << -/D [1293 0 R /XYZ 85.039 464.154 null] ->> endobj -30 0 obj << -/D [1293 0 R /XYZ 85.039 421.42 null] ->> endobj -1300 0 obj << -/D [1293 0 R /XYZ 85.039 378.467 null] ->> endobj -34 0 obj << -/D [1293 0 R /XYZ 85.039 160.261 null] ->> endobj -1301 0 obj << -/D [1293 0 R /XYZ 85.039 117.308 null] ->> endobj -1302 0 obj << -/D [1293 0 R /XYZ 85.039 88.742 null] ->> endobj -1292 0 obj << -/Font << /F20 937 0 R /F15 951 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1305 0 obj << -/Length 3312 -/Filter /FlateDecode ->> -stream -xڭn_oxɠd)aKI!?4wmAϡ>uuOH}TWW]5 7 7EqɋЏbmvv -č80ﯾ0ˠ?.xR?I}Oo؋ʽ/_ԡ,(7eXqkfԒiQ@}MB!-;P".*3潠zxi?B\|n({L) 1D /(D(s>B<)$;Y%D:kp~#X:4-51Z$xy I 2޷j;Gԛq/C/-~xwt9aҰ͢*rxVzW j^s}psvX"|~_C#9 CqcPjBГw{wdIEu7lHz WYgs.k˞9M(&h.#iAq=cyqr.>qP0޽5#,Ha#Y,YgxHpNwG2``ɢO?'3SAvBN9K{#Y!=Xf~(/$ -$FAQ"W`k'ő=F cd|c:)@~ŗMr9ooKt5K>㟒,0I"aC , nYb!U졷S/ꉇA'r&H"ǔnX -2J`2xף0=Ir,;VwBAIܾ Y]00H^vV.fuuFK$+1[$7ɯּ -Ͱw:cXNhw2x^}t"`߄ l>nyr#d -!(T<{'r!Z(dY0/C2`7$s,a%0 -#מ2)N=Yu-(mr )ҁ9V'ǸrUl@%y~zt-%_ d0fe޺olR 5{BQQ[rCe٠J3P.pG IfNF#a#>tKxi+2s,o]#T7j0Ɖ,[,R%+0ӟ8L3u }B ʄ#iZy;8a`zC 40pӦV{RJ /ܴGp|\Nb'/ ŦA|t~#'LlM3t1,]%?n7"r؞jlT!rO|XT1ԋ^q߄[t8X3AIBpr'\%Q ~teC8! Ǒ'Pn j,Q.v18N"*M0&[dFpbcϨw`EEHU ŽNq(@Q8'rT-˗ˋ#?pZ tUtBlyAm dvݞq<ǝm~Y G[`ɽ8$*,wr䜿\RC2a7ʀq&t ("va8 f\Ji;9BATרfH9jx'tWٔiN0uZ¬GZg»5L!TEh|KLɎDDepmd~;BrUuQ*QR%98HrRO -\jIynm<_\@Via 7>#ߩ`tuuyh]ljdy񒚅88Qg[<°i ?9\)HqWF<0G Ef`!:BNJ~)A{FKZEy^'z+3=0V9ݰuez\`uqp҅jHaqLsT-R ,9vJ um/u"~NR< Ofcm)݃IAO03}jo*YˌRlBT8a -"o-w(\ajQ+VZ}*JrH`8~o:r"c{(\(L ?ܨY@ζ¨ˢQʭ%fޏ;|Ʈ;GHQ"% ٖQA#Nw\O,n);5eQrͫ3/*f.k^T ; }y!R%íShb6'X6xt!6іh#7N8CRRsaH7 i.@b$T%RnU6=e|v:~~"i8H uL9δV1~J2V(/j\h7gƥڜz<-dPu2 okU]Soᘾ,GQ" l֤XLқ#BV#᠞jRQ)BdJ&-NpyjIug~tҕ[K;?J!DhAIKrӸ">\endstream -endobj -1304 0 obj << -/Type /Page -/Contents 1305 0 R -/Resources 1303 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1314 0 R ->> endobj -1306 0 obj << -/D [1304 0 R /XYZ 85.039 781.388 null] ->> endobj -1307 0 obj << -/D [1304 0 R /XYZ 85.039 761.463 null] ->> endobj -1308 0 obj << -/D [1304 0 R /XYZ 85.039 736.955 null] ->> endobj -1309 0 obj << -/D [1304 0 R /XYZ 85.039 667.088 null] ->> endobj -1310 0 obj << -/D [1304 0 R /XYZ 85.039 625.834 null] ->> endobj -1311 0 obj << -/D [1304 0 R /XYZ 85.039 587.914 null] ->> endobj -38 0 obj << -/D [1304 0 R /XYZ 85.039 530.827 null] ->> endobj -1312 0 obj << -/D [1304 0 R /XYZ 85.039 485.752 null] ->> endobj -42 0 obj << -/D [1304 0 R /XYZ 85.039 158.35 null] ->> endobj -1313 0 obj << -/D [1304 0 R /XYZ 85.039 115.396 null] ->> endobj -1303 0 obj << -/Font << /F57 1075 0 R /F15 951 0 R /F20 937 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1317 0 obj << -/Length 1141 -/Filter /FlateDecode ->> -stream -xڥVKo6r XQԳ7'p[h*zHs=}f87ɡ0߼> %DPHC9{U cn˖ijFt9Y`k+qaH ۛјfe=kd;$}BYP6KyikwƽNfTVHkSM $fYXB -.i' Q&ݹz.: Z͜D4PpjW2]t7+X9wki:{qVJm%"sC[ʏWPhFz'?6yشFnqghD>h㬷VkGgzPni÷ը{C7:ȸ $BE=E $HC$jp>ܡ 1#}a2K_S#nGH^r0O> endobj -1318 0 obj << -/D [1316 0 R /XYZ 85.039 781.388 null] ->> endobj -1315 0 obj << -/Font << /F57 1075 0 R /F15 951 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1321 0 obj << -/Length 1631 -/Filter /FlateDecode ->> -stream -xXo6_@͒>N"K1yPl̖Hr$ }xwsc2.gX &/o`H , lN4^#c@>gQ$NjU$R){ONaȽ6Le{q2^+sX׏i1yX|V@1*S_2g`V\+FAV0AvܥG3*{5}y)kmΠOVjp,8VLE^xʫA:|KZӘа令#LMV¸9L+3EiO0٥{$0]Azm{-#Gm!X2"@Z:wU?.߿4Aߘml0!!4 ٮv7!ݬ]r.Ӌ{`q,1Kf]ZKtH,nԍ4?<+!j,,`pM: x1Ӑ4]7Wp4Ks^>M.jszZO=uA*Au֡͠C- :ơgYIs#ErsMdO8pxQ;Ƅm -;ThR۫\3RVKo>*vהD# l)aѧH>]/NsS #+aȶ4Ñ54F65u䙎J6YNd$ܢ=-„`2f+CM5O_{2j-̭<dWjp}ZC:" im-("Pn/L9SL:eЬ-c :iq_auumu[Wt[*+$9 <49Iuh4ỹ20OhXV9/v -U84A9g4S`:,aJW>-Z7`k#VT2O< %Zy4.NǀI)C -G얫+Na -๶CdW)i!["A9AH1^EGrn:鬦Ot}mu" IX6?ZHkt+[FIhe0L@YIїo-'o,BR#Zu^gF)&Z; uq/5.VTy?t+r ;ICM5(*}6a,|]BKsٹY[,Ms yvhyT_ə?s` n({\Xad^5<J endstream -endobj -1320 0 obj << -/Type /Page -/Contents 1321 0 R -/Resources 1319 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1314 0 R ->> endobj -1322 0 obj << -/D [1320 0 R /XYZ 85.039 781.388 null] ->> endobj -46 0 obj << -/D [1320 0 R /XYZ 85.039 761.463 null] ->> endobj -982 0 obj << -/D [1320 0 R /XYZ 85.039 653.495 null] ->> endobj -50 0 obj << -/D [1320 0 R /XYZ 85.039 653.495 null] ->> endobj -1323 0 obj << -/D [1320 0 R /XYZ 85.039 612.438 null] ->> endobj -1324 0 obj << -/D [1320 0 R /XYZ 85.039 227.751 null] ->> endobj -1325 0 obj << -/D [1320 0 R /XYZ 85.039 200.653 null] ->> endobj -1326 0 obj << -/D [1320 0 R /XYZ 85.039 160.005 null] ->> endobj -1319 0 obj << -/Font << /F20 937 0 R /F15 951 0 R /F36 955 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1329 0 obj << -/Length 1716 -/Filter /FlateDecode ->> -stream -xXoH"BZHtR({VZMu8|jbZo޼3 COi (rsعɤGs1*pz48z㉵vdxhޏg%L/>\ |?ŵP/0 Q8VFyy>x?e{ORX}>X6` 5{f+'Uw5>ѩ\cGkyķ DW!T;a 9)J&+L\MOrWE -U5E -w\и~>T>ś5 ceAeqs0^dNܪzM::>KMEEqh1Ý oKd<.&eٺx^z⪃J`={%Un =U jɡ`U0PCb5sZF^}xbz˻=G( -S -Vil)gMܕHlx57mGC; u{걊 W Pj`fkL;7 ٴU>.ZKoqHiå&}jHH%IGCHݺV \̱IL|_kE%j-U -ὢ2SriVL\= ?iVmQOa)t#ySr v€SW\fIu$y10bRaac˝_X榳.hA(/:䧣&yi[ ,Ȩuk-CċÁ45u֋l=Or}W<ʊ"|$SFT'c@gIz? xAoƝ?E8 =QW9S'cq(sviӛU'j+P ma( ?59IY-cٳ@K2lCTfܴA Ir^סc` }dAT#[n#9|NtpCy*O] %5ZM i GNwXrFZ(rFTaMwyP/bWX+ :0p:~ev$%Ζ]7~"fTÏMXIlb9Ȳ͓_ǞZn:yW0z{.=92 ( `eʖnJdCC1z/Nq$զN腣q=ihmlX~kO>18Rg*iy9K^wn {8T frC E?J-{6:<" *f]qzݗoyFendstream -endobj -1328 0 obj << -/Type /Page -/Contents 1329 0 R -/Resources 1327 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1314 0 R ->> endobj -1330 0 obj << -/D [1328 0 R /XYZ 85.039 781.388 null] ->> endobj -1331 0 obj << -/D [1328 0 R /XYZ 85.039 761.463 null] ->> endobj -54 0 obj << -/D [1328 0 R /XYZ 85.039 538.398 null] ->> endobj -1332 0 obj << -/D [1328 0 R /XYZ 85.039 492.527 null] ->> endobj -1327 0 obj << -/Font << /F57 1075 0 R /F15 951 0 R /F36 955 0 R /F20 937 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1335 0 obj << -/Length 1701 -/Filter /FlateDecode ->> -stream -xڵXYoF~ׯb*.oON$N4mTEJ\I)Rs-Eْ (gwgfwڙRcq؎X^3^HTDWA4V8xܝ~gg׷fWNY=FQl^1DY_]ʷ.`7BgH{?:{7 WgF%掭2v{.FGG1C^lv=pt1qck Lڊ+085iGVCi8,ik=YFirZPBg5(f0;}sޜGӦZ,O BM6!gt~(AFQv#33UMX62 zwPAdǮ r2{R텾9 9}7~s^aT7ֻqD~" |qLξ)z8h4ƷhC8WjߦeUoҶ%|[K9Py3f+Ȋ5nċ07sdwZ/ҮчѲWL&^)f֡NuabyZAfV3 Bk0Ig*lsR#[GwE )5)b볍pfET=sAq]AЋ$gOOHy6CpտYۮ.ѧz ͗+]I)h^}N?;th:-??8qEy~y-`S+чLyE]TS$~ -6MKI <3 f>Iםo'EƩ]pCṇzfwӔ=0S҉^zE* aay΍Pdx# )DdTk&ޘbR0͝ڮtKe^p׶twP.p ~8_Q3~ZS;P]\5jצS҂4 hErǮm*EΞp&D&g !l '@ǏMu~ǩ3c/9~ #_tATP]#}?Yendstream -endobj -1334 0 obj << -/Type /Page -/Contents 1335 0 R -/Resources 1333 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1314 0 R ->> endobj -1336 0 obj << -/D [1334 0 R /XYZ 85.039 781.388 null] ->> endobj -58 0 obj << -/D [1334 0 R /XYZ 85.039 340.611 null] ->> endobj -1337 0 obj << -/D [1334 0 R /XYZ 85.039 296.86 null] ->> endobj -1333 0 obj << -/Font << /F57 1075 0 R /F15 951 0 R /F42 967 0 R /F36 955 0 R /F20 937 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1340 0 obj << -/Length 1559 -/Filter /FlateDecode ->> -stream -xڵX{oF ߟB0@Nӣ -m֢Hn -mȶl գi0컏<e'E6tG#$ HfDlbpaikr>7fu/G2W -clz{a~BM- rs  js_&ΜNіo_mcvLq 6@&` tr5E4נUc["`2{`̵KIUojjIGGR3MۡҸ<Ge!d`.(6+sra~bK~ɞ>Z=4p [0Iθps0͵]X[pbX3䬢ۤ޶r~7H΢%+KN`FZNjbY&*[VeWZhoR5Gȅji7+WjTdE@KUm!09QC e]}ne1๺1Wx~0msZY@alrB:Fp;-U4T1Z}/,8,ay@B9]t gUbYTqy A2~n^%}Q֒tB,Իj9sHͦ,]K…Tt(RŸu 45:Ue^X/y!&vH8;ڜB(|)L4uT|@M1"L@jYM -)Z0҅dE --#kbP97#J-Y+S҄1pP!W -~q90evrRO!lw =ͣ,;8Omx8F d$ "uZT*z -MM QiHh1,J ,أveI#O4z[=Lʜwe!;3&qʼ:|l Gej28C ;n2Nu=йͫښP~S~LP)b|sxqISߧR"tq+Yu8M֠Òra:Q?ȌCSy=T+" ]raK5hxCQ5$~vl}I~sx &M pwJ[sZӧCJexP(ѧEINJȩ`y]8/> endobj -1341 0 obj << -/D [1339 0 R /XYZ 85.039 781.388 null] ->> endobj -62 0 obj << -/D [1339 0 R /XYZ 85.039 720.515 null] ->> endobj -1342 0 obj << -/D [1339 0 R /XYZ 85.039 674.644 null] ->> endobj -1343 0 obj << -/D [1339 0 R /XYZ 85.039 197.504 null] ->> endobj -1344 0 obj << -/D [1339 0 R /XYZ 85.039 170.405 null] ->> endobj -1345 0 obj << -/D [1339 0 R /XYZ 85.039 131.879 null] ->> endobj -1338 0 obj << -/Font << /F57 1075 0 R /F36 955 0 R /F20 937 0 R /F15 951 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1348 0 obj << -/Length 1752 -/Filter /FlateDecode ->> -stream -xڭXY6~ Ĭ(:7ͅhn"Ƀl˶ZJ:;dXoA,Ǚ7aThajet8 fHEdɼ ~x㒡Uf)p2ݯ1&0j4N4n> nù?'8iuap7bgk8P,* ӛQ_zUE~!C8`vg+O ,Ka#Lr$+b!(t9]ɗtYdUt..|t+yQwkh*5KP;O}N~ckx05@iܬIc7g)r0tOHdvPӟi~b?R%đ9aš/Wbq/s/i艘p۵h]P#TEqNɎ8S -%^3S6i!r &U 8ߣ풤3) q˰06= uБJIbD1D(DJ\Y_5Tj0 ˖BVO8y wP{.IgaKftvR&E5zWsʥ[_b_j|uTL*Y^֙Q ]Du\sb}\˯k <%O\`Hq&௥mNuڌg835%Ѿ4']mU؅iJ3ES~/m?E'$=d3!RZnWNȳ %/cR.@M!%n1iz$IUL**e2+]KTn,SRKr!+{aƈY٣uy|bΡl/(g ij:`Tv7|'SaA..1e=D³X-,J -E.>уu*"-=gaƒZ_`UD]??LQ>%HR$8-'=z[F&06.Xg[sNO5OͺZ(2ZvArG*5euP@ SΤ97endstream -endobj -1347 0 obj << -/Type /Page -/Contents 1348 0 R -/Resources 1346 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1354 0 R ->> endobj -1349 0 obj << -/D [1347 0 R /XYZ 85.039 781.388 null] ->> endobj -66 0 obj << -/D [1347 0 R /XYZ 85.039 761.463 null] ->> endobj -1350 0 obj << -/D [1347 0 R /XYZ 85.039 739.701 null] ->> endobj -70 0 obj << -/D [1347 0 R /XYZ 85.039 739.701 null] ->> endobj -1351 0 obj << -/D [1347 0 R /XYZ 85.039 702.17 null] ->> endobj -74 0 obj << -/D [1347 0 R /XYZ 85.039 605.871 null] ->> endobj -1352 0 obj << -/D [1347 0 R /XYZ 85.039 571.067 null] ->> endobj -78 0 obj << -/D [1347 0 R /XYZ 85.039 461.219 null] ->> endobj -1353 0 obj << -/D [1347 0 R /XYZ 85.039 426.415 null] ->> endobj -1346 0 obj << -/Font << /F57 1075 0 R /F20 937 0 R /F15 951 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1357 0 obj << -/Length 2677 -/Filter /FlateDecode ->> -stream -xڭYY~_P@D>fO<ƚ.ؒH5_.`aXU]u-w;KBY$`poA+ 3< ys(g[cH8vW+/бw,/w0bkvikUe3Ͻ:#($oЈ rÙة ;p2h:/-SZb ,6@LTpCu{m6. ,^x {Vŧk^ؚywLG/\s_mՆ=VxjW9xе̶&#Z&Zr"i\>1 He c@s)`'0.Y~,{ݵS^m: 9T4!nksM7:y qdV˦"yg9sjZ* -p@/%`hAxEԆ[*)[6B/"@=Cj&LT$ZMT-eZ&{Qjq8)h%`U> 1.s49M nsX@mK:L놗Rȵ8O;2fl@K-b!R_*W0l/Q[/zk(fNR }J`5\MJq"5ljYB;SK.Mr$Ч)iK~6@Cև- g eqd,?4 >3l Pcd?v2p8}H\F1ȓbN>])GTeYox},Kmyٽe%g -3|*< -U 97O<; gmv=$߷?KVs:mz<"ZYP\ 0f#k0<f]띠޳ziOB &GratbՀX<6 - -`:;)xF!_{e2'h}(9NZ?Eyȹ Rڷuǻy-<(Iz]Wȃxpv88FaHhd:+@Y{• =k$AQ)MъJ8VaZ)LYb*n/ZjN o8Fn6X&>?( Utrtp#8S#C.ωkK=k_;Il RȉV괔q6]Ev ]Ʒu{PjM @yjZvt3aaF* B&yEEAݕ s8TCJz&JEE& Q}htNޥF =H 5ϔ &dvg]+t_|S5 W xJaf 8RZo gח?4< 6`(>2<y%!ZzFP?~xZ!Q\C3`2،5/! -w8ϩDN2 -nX}ePrCZOtN, >{K [}rvs|mu,7'tLEe^ @QySY) -UGi#Jx>3G.1)~X.܀40/h+}AG |y-+IEn쇃pBȺUUo{NpxsY椉~/ vseAefxs]φ9Ť~lI4ߝYxpl|| -vtvx6X Y߰/p L'Q$VزnAeLF8v$/Ox(4Bײt9/- 5}3 LZ!\P-(tV TXb*l湔c`A<E]:3Wh atpm npQۧ#ǎNd}ȷ8X=^nvpJ~<me!}婚D@7 z_d ?Y?P8U}[~W*xarM< .ܿ ;z4e0Ry ^`:5AS8q麇 w7q>>^$/Oˈ`a/xLClaz]aut͎.4LdAMuOG4=.?Շ_nwMMv"}8BQ9&m%|rendstream -endobj -1356 0 obj << -/Type /Page -/Contents 1357 0 R -/Resources 1355 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1354 0 R -/Annots [ 1359 0 R 1360 0 R ] ->> endobj -1359 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[0 1 1] -/Rect [84.043 410.207 383.851 422.199] -/Subtype/Link/A<> ->> endobj -1360 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[0 1 1] -/Rect [84.043 383.108 326.578 395.101] -/Subtype/Link/A<> ->> endobj -1358 0 obj << -/D [1356 0 R /XYZ 85.039 781.388 null] ->> endobj -82 0 obj << -/D [1356 0 R /XYZ 85.039 761.463 null] ->> endobj -983 0 obj << -/D [1356 0 R /XYZ 85.039 653.495 null] ->> endobj -1361 0 obj << -/D [1356 0 R /XYZ 85.039 178.181 null] ->> endobj -1362 0 obj << -/D [1356 0 R /XYZ 85.039 137.533 null] ->> endobj -1363 0 obj << -/D [1356 0 R /XYZ 85.039 110.435 null] ->> endobj -1355 0 obj << -/Font << /F20 937 0 R /F15 951 0 R /F36 955 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1366 0 obj << -/Length 3387 -/Filter /FlateDecode ->> -stream -xڭZY6~_>DJV0ccשS#r$V$Q!L~kL -h},HUU\&M(K!YZ4/n^3gaʠ=bv? pUq2_7cw/R* b{) (=' *d[ZgK>,n *sDuI[lFRsU3qȁ]?Vvێ|4!+"~ m8ip>n^v6CBkQj[DI^y+ȯtm ,=~->CKJV踱p0$x4}#S#n aqCCޠ5XZp[mɂ@LG(Ck-Ҿ̑={^9}$+W0cː$(܍,7 X^W3J'E ,NQybp0+a2wQp)B{ۖ KDҊe7UOf(HL5ݯ7<qc΋O !?M?-0ߞ *)MWJOT -Gl!\m ,>\ ͳ>rbTt :H^( 1*T}`\KkKZ4ф! - -fxs=ǕPdmM49jGNɩF" 6 -ZG9YRƘc'>#E`GQzTÕ*Cn8MNf^6*XuG -8bMщl:Q؍QIXQV-inA?́G?y^tCGꎦ]yHAbqBhP6[n.|.,~S`O_mQ2u^g4U.~n"6ϵ}̿7HOiM5ӚC} sdAod&9*cg  j#! ʕI?W7JfעXaAPv| ,v&pG36=eI:e@Gw42u: -~n-o8'"5OhdծM"Qy;}?inBn;yj}MO\4{"qj[HH١S^F>fZ76!=\xZB~;<̙6)!5RRaxt=X y=a5k@k`ΤbgjkoN{4YoyօphxD݄? O_ þ] KQٮQ9P -峩L،ܾP 9UomQCIBI,m }~/s%*O /1 `9_o^sכ1* x87GSe@˚XV*/\Kk+0űa $prє٥ɾ+׊]o +)T`);TQ*-4db3vO᫓:dǝ$\$r&M]\r3EА0ݗ>v0}0-KOH#W\JD3qN6)#db+.@BzJ81tG -ݠb 'RQwgV=:+YKG{eQ;Jw:ӦZMN[9?+?Sρms]Oq CiqCIhJ  J>~Jt%p$#7-QϞKJL<]MVw$"^٩ң\!%lZ&W;n8БuH Ujx &@؀Βp#*/;B;x!Z0 iXC$LvrQɘfdv -A܎kI5Wv}}o~ߛJq՝mz+e|FE i#4 e^~F 3kCߚ?SVqĺ[x83(sIN9{jEA*T> %sd*OD{O+P\if-r:UZW+MTx $@ns;=~_CF/#ʼnׄ]3݉۔⛫7~ Ji -*{}a3rAA1{$) C 9K[ BCjp_iMz3~+wwXu;Gn},f1(:ݷzgi(6!&xѢ10_oxdRh]&+cg}1$XU3*k0҈'{W2F턾W:8kCtIJT I#V̎$Z7JO\+h.^ӝrYAL7 k}!ru_I#9[,7!eASu(BXZnLB՗sԯq -?F}5oݴ"v4U'Rs Q^_MDendstream -endobj -1365 0 obj << -/Type /Page -/Contents 1366 0 R -/Resources 1364 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1354 0 R ->> endobj -1367 0 obj << -/D [1365 0 R /XYZ 85.039 781.388 null] ->> endobj -1368 0 obj << -/D [1365 0 R /XYZ 85.039 761.463 null] ->> endobj -1369 0 obj << -/D [1365 0 R /XYZ 85.039 736.955 null] ->> endobj -1370 0 obj << -/D [1365 0 R /XYZ 85.039 707.735 null] ->> endobj -1371 0 obj << -/D [1365 0 R /XYZ 85.039 666.482 null] ->> endobj -1372 0 obj << -/D [1365 0 R /XYZ 85.039 612.891 null] ->> endobj -1373 0 obj << -/D [1365 0 R /XYZ 85.039 585.186 null] ->> endobj -1374 0 obj << -/D [1365 0 R /XYZ 85.039 545.145 null] ->> endobj -1375 0 obj << -/D [1365 0 R /XYZ 85.039 504.497 null] ->> endobj -1376 0 obj << -/D [1365 0 R /XYZ 85.039 463.85 null] ->> endobj -1377 0 obj << -/D [1365 0 R /XYZ 85.039 423.202 null] ->> endobj -1378 0 obj << -/D [1365 0 R /XYZ 85.039 396.104 null] ->> endobj -1379 0 obj << -/D [1365 0 R /XYZ 85.039 354.85 null] ->> endobj -1380 0 obj << -/D [1365 0 R /XYZ 85.039 303.381 null] ->> endobj -1381 0 obj << -/D [1365 0 R /XYZ 85.039 274.161 null] ->> endobj -1382 0 obj << -/D [1365 0 R /XYZ 85.039 247.063 null] ->> endobj -1383 0 obj << -/D [1365 0 R /XYZ 85.039 205.809 null] ->> endobj -1384 0 obj << -/D [1365 0 R /XYZ 85.039 165.767 null] ->> endobj -1385 0 obj << -/D [1365 0 R /XYZ 85.039 138.669 null] ->> endobj -1386 0 obj << -/D [1365 0 R /XYZ 85.039 86.593 null] ->> endobj -1364 0 obj << -/Font << /F57 1075 0 R /F15 951 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1389 0 obj << -/Length 1636 -/Filter /FlateDecode ->> -stream -xڥXIs6W21ܗci1mkt2Bo>> yQ|mr37@4V^%ɖ~\&;'r]~u(sWY;>tò;7p|;ںFM~]|/K"_>nKH~׋şK^u.$ʽ$N YAzQ.?D -s`^3CF0s (=wpWݱ.Y3YxtE*ŬjA$0LځoqU3ۮ-]پBXHF`8r~WT@$A1vAVRƽͪz]PNBp38yPlh;*q[ಈ+c`y}gW?J]y^׻j9E[zE[;X0:)LW,g*WŐ= qBZw0:1T'Rᬹ\!;1uv'vk}tljJaT#+znoRȊLyLg H}%8|l\ZM$ǔ-'5ԶbDZ* I9HrjdݓN#Iy~/yT¥&KS33z - ylܩ$nwQ -F{1b1s5v`}ȑ=9=Cf9"ixT.6P/לy 48!UXьHZB%R^|)>(kv#Zjve1`b%4VXגGVs$f8c4m#~fjd|(GWۅx)=O͹QP|@\&>n^P# 1L,?i -Q[^KB3`2!C7rtD =4F]\uLI{Q_eəE4:ēEU)XXf\0Rxd)Zn[Ht]d,ëH?1M5;6TV$DWU(f$q[YW,yvMؗ]b}"/DQd{՗k9[Ճ(PaM ӭYTMj2K4& ;<"LCIc/fg妐vѨԠp7t# u< C&6t2KĠnL>}UDy}U  W^9=Ũk~Q:zMCူXL40ϔgh$\4Sad=5w~`;`%ar;EtkО.> endobj -1390 0 obj << -/D [1388 0 R /XYZ 85.039 781.388 null] ->> endobj -1391 0 obj << -/D [1388 0 R /XYZ 85.039 734.228 null] ->> endobj -1392 0 obj << -/D [1388 0 R /XYZ 85.039 680.637 null] ->> endobj -1393 0 obj << -/D [1388 0 R /XYZ 85.039 599.342 null] ->> endobj -1387 0 obj << -/Font << /F57 1075 0 R /F15 951 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1396 0 obj << -/Length 2327 -/Filter /FlateDecode ->> -stream -xڭɎ6^_aI:g ]}Jrm-D[NU}BR-`qy|F\%'We&]R -])Ya?OBYxb3vqD0F\JT"̿JDc$/QyK,K1Xy}7u,δk]ֿ=ݳ'udd+-t9ͳBdRxCNU_ɜ -ɼ~ȠYk͖yV]HSyFbNf+*沲RU󡹬*@_C;^մ=7u&2ڮar@C bv6tCsZtXGӱi\cyE$ ZDJtBְ='*DR=I  eeg戧`v}}!$5"hFIMfp aQAY -bIׇ ~S]7<=Qxq'3( ;]F _W׼Y2DUeHh[k eF2k0TZ郋p0oE^z%؃C(aفoch8X{@IpLN\Pt3[=4:OmP\=ȽXt+^ef%ﻹ.27V4)D+[='Cִ~gw,pd0Xm5#. -٢̣U {A1AeVEjfJhnA\ܧY<$D-VZE9a-/rTy+AOrMdK}굥ȣY*zGt8"x ?g܁cտ&2>Ս˺0|8 C^ -#$2ZP˝l3}5o}K*LPZokB3Qfw, ޮ6BW/Mh2v #O0_1Q٪]jz_/}R͂CvA}35{w@TR\zLH~M2@R'$-WHׄ#I - TJ?ؠ>p0a*ˏ?Z=\)O8{ >If@e_4cB6\"uH2 46JeTěƆ̶؛.6(A* E7C.Ae0l;^EDJ%2w܇ kCrP`fw2n{\wbl\g9^דE`(e\w /1 -4@ӡ_D袻.Hҹk@Pp~>m`~sd.x8]ͨ //< "ą%Hga_e8L#?3Ve*Xj4զ%.tV]&iL7qj6.YB5;vhmoFBj\OƏ/{8Z>݂d[c^e̴iZD$%Ki R/Cx3S[c !O]1?0@#IO/Dpbkmvt|>f>\,%_RJVJ[9C!cWЫ͌> _qz>;Y@jA)mTYWEp )1кȔ/!ZmUUJp9~|ߒD\8V'-8ڧO ֢G\^T*wwwpϡJк;8t9LK42і|Ӊ4L-|;T|TTg|_#p -3\­=i[gĊ _mpCT);jXOW~(W\>+==4Zg$o U.W氨ׄ9d!6c[gĿ(WYy( - + jr=L"+<endstream -endobj -1395 0 obj << -/Type /Page -/Contents 1396 0 R -/Resources 1394 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1354 0 R ->> endobj -1397 0 obj << -/D [1395 0 R /XYZ 85.039 781.388 null] ->> endobj -86 0 obj << -/D [1395 0 R /XYZ 85.039 761.463 null] ->> endobj -984 0 obj << -/D [1395 0 R /XYZ 85.039 657.513 null] ->> endobj -90 0 obj << -/D [1395 0 R /XYZ 85.039 657.513 null] ->> endobj -1398 0 obj << -/D [1395 0 R /XYZ 85.039 612.438 null] ->> endobj -94 0 obj << -/D [1395 0 R /XYZ 85.039 476.846 null] ->> endobj -1399 0 obj << -/D [1395 0 R /XYZ 85.039 434.561 null] ->> endobj -1400 0 obj << -/D [1395 0 R /XYZ 85.039 402.352 null] ->> endobj -1401 0 obj << -/D [1395 0 R /XYZ 85.039 361.705 null] ->> endobj -1402 0 obj << -/D [1395 0 R /XYZ 85.039 318.068 null] ->> endobj -1403 0 obj << -/D [1395 0 R /XYZ 85.039 290.364 null] ->> endobj -1404 0 obj << -/D [1395 0 R /XYZ 85.039 250.322 null] ->> endobj -1405 0 obj << -/D [1395 0 R /XYZ 85.039 209.675 null] ->> endobj -1406 0 obj << -/D [1395 0 R /XYZ 85.039 138.94 null] ->> endobj -1394 0 obj << -/Font << /F20 937 0 R /F15 951 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1409 0 obj << -/Length 2916 -/Filter /FlateDecode ->> -stream -xn80 -fI_ۃIv۱$'z!(XU7KəDݬRhkgE:[/{yY1p]x2a2=^|ǻ߮?~9Z'M.ew8k_?_.uO -t%0E*B(hǧw:gTXke"KM/ EpVB ˆGi.lfg#jfJhF uu9WJ'ݥå*'T+=挐y8-yGg(KR&w`ET`˴X ?y gDmnV( 8 N#L;$ZI%%c#d$[5jt:n9)UmyyW6[Ȓa.?VSV'm[t0,{۪*<%̎|uQ2F8rDٗ%Ck!;  -}6EB n"sU Up&#n]}Le#`gҰ?ȣqle*axd[݄!=MpPCSrX/g|spm}dֈTsG:{ux\٩RI -UO/t&msIeR hG5͢2B>b>(' 'W9H5}i$o'Q8(~=g8-܍p~*O zCo4[(KKT܎lH""*DlKLC*)s gj_@ rrkqSAEONߒ W NpU0ĩ Nfa*(\{8p}vivuV)iRll\l T#gkyYa DB<{+.qMq(* + JjAvV6<] -3w#qXo.Մ!o"& Q~sI8G=2/s -k!;z6h0ȨO;I'5̰S3>Fzw;ұ\I @3ݪWu_-n[(#4:B%/ly\ى8=Mz;T1{w4KOf97F0gggS$7Q#M^sȇb -|{4ܾgD,xb]5''Q={oiĦN$}Dwd 5w|f=ꬮ0I*]dql-j$E(v2x> Y0>xa]Dmu{F UDٶ@5)(hAtI- 0$FhG?[I_rBTɲ4BeOCS-gpŞN,W؜aR[+d>ds'pe*h>' WV参0qmE]?Z+%S=7%E[>5k=SU@B䗋pK6_⫭<O|DK*_Ɔ9kPz$,5z(B`:Jt2y+vٹ}_ 4~2T gMFJdmYuTھҩ{hIVz;B _)SWnċ76 Nn019M*iB:ۥ&VX5ۋ4)sL7եgnݳѶa25&(H}& 5Oz1/qjN]1)Q©"֜WOY:Tr;Apz"L-}Сߠ?ї/ؙ -N8PzQ02G?7b'?CJendstream -endobj -1408 0 obj << -/Type /Page -/Contents 1409 0 R -/Resources 1407 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1354 0 R ->> endobj -1410 0 obj << -/D [1408 0 R /XYZ 85.039 781.388 null] ->> endobj -1411 0 obj << -/D [1408 0 R /XYZ 85.039 761.463 null] ->> endobj -1412 0 obj << -/D [1408 0 R /XYZ 85.039 585.186 null] ->> endobj -1413 0 obj << -/D [1408 0 R /XYZ 85.039 493.069 null] ->> endobj -1414 0 obj << -/D [1408 0 R /XYZ 85.039 463.85 null] ->> endobj -98 0 obj << -/D [1408 0 R /XYZ 85.039 420.312 null] ->> endobj -1415 0 obj << -/D [1408 0 R /XYZ 85.039 377.359 null] ->> endobj -102 0 obj << -/D [1408 0 R /XYZ 85.039 324.235 null] ->> endobj -1416 0 obj << -/D [1408 0 R /XYZ 85.039 286.704 null] ->> endobj -106 0 obj << -/D [1408 0 R /XYZ 85.039 245.208 null] ->> endobj -1417 0 obj << -/D [1408 0 R /XYZ 85.039 209.799 null] ->> endobj -110 0 obj << -/D [1408 0 R /XYZ 85.039 167.697 null] ->> endobj -1418 0 obj << -/D [1408 0 R /XYZ 85.039 132.893 null] ->> endobj -1407 0 obj << -/Font << /F57 1075 0 R /F15 951 0 R /F20 937 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1421 0 obj << -/Length 1406 -/Filter /FlateDecode ->> -stream -xڭXs6~ܓ ~#I{Im}h a@ 2wWd#L;ֻ~Z2 -,Bgeň֠yĜęL<?2ch[GD6aa<B䊌'eY1˧Tw _GUa3f%BW )a~DIly)}{*Ys,8hJP(*M,^T'J|XCPE 0gȒ(vũ8aXADa|:N펰yTRb W L ֻ@ -ƛƼQo\=~JƼʛ` ehtNQ%Dn1nr u  tk +2,dQAh"ƾ>¸A?k+8ql}E/Aca(BD<^gkUx`@IDvuv,wY~/ "[VDG-: rN B 5BA!6{LH[vDHrgE僠jR֥NzDsI*.v*BPx a>\9` - pl` -[BBaݦ (~{p0"p:ty6Q\H-IᢼH-> endobj -1422 0 obj << -/D [1420 0 R /XYZ 85.039 781.388 null] ->> endobj -114 0 obj << -/D [1420 0 R /XYZ 85.039 761.463 null] ->> endobj -1423 0 obj << -/D [1420 0 R /XYZ 85.039 740.47 null] ->> endobj -118 0 obj << -/D [1420 0 R /XYZ 85.039 685.837 null] ->> endobj -1424 0 obj << -/D [1420 0 R /XYZ 85.039 650.427 null] ->> endobj -122 0 obj << -/D [1420 0 R /XYZ 85.039 609.343 null] ->> endobj -1425 0 obj << -/D [1420 0 R /XYZ 85.039 573.934 null] ->> endobj -126 0 obj << -/D [1420 0 R /XYZ 85.039 521.422 null] ->> endobj -1426 0 obj << -/D [1420 0 R /XYZ 85.039 483.891 null] ->> endobj -130 0 obj << -/D [1420 0 R /XYZ 85.039 442.807 null] ->> endobj -1427 0 obj << -/D [1420 0 R /XYZ 85.039 407.397 null] ->> endobj -134 0 obj << -/D [1420 0 R /XYZ 85.039 365.708 null] ->> endobj -1428 0 obj << -/D [1420 0 R /XYZ 85.039 330.904 null] ->> endobj -138 0 obj << -/D [1420 0 R /XYZ 85.039 289.82 null] ->> endobj -1429 0 obj << -/D [1420 0 R /XYZ 85.039 254.41 null] ->> endobj -142 0 obj << -/D [1420 0 R /XYZ 85.039 201.899 null] ->> endobj -1430 0 obj << -/D [1420 0 R /XYZ 85.039 164.367 null] ->> endobj -146 0 obj << -/D [1420 0 R /XYZ 85.039 123.284 null] ->> endobj -1431 0 obj << -/D [1420 0 R /XYZ 85.039 87.874 null] ->> endobj -1419 0 obj << -/Font << /F57 1075 0 R /F20 937 0 R /F15 951 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1435 0 obj << -/Length 1705 -/Filter /FlateDecode ->> -stream -xڽXo6~_aI.bIܢ]S$Yx{iAXmeܴxD'ҡ0';Rcq8Y6^lF|| 3Zj>zVcY_G3x~70s9J)#&4͢ffhU GDћy[|$ߏ8y61g7#̴y=-EsjLoۧ󘊜"L%"Yr},4g+fFL韓uC!s x})')g χ}'2J%u @-ȳ{;!.Ao:xfEB3O3Px"rPܖ  E *"#E7)jМ -lJqqA $d+g`|$YPZ;u&P@ Ftu@ڳyz>AIjU%ch`coВ$E#8^>UkeőF}dG)kD/;ANv۞UZP!h8$>Z*HPqnbJhL(JlWƈ@*S,ý -G%qjrhڞ-r0T([dX-ddms%b_,/46YM Q-F26dofSTaU@:Vn#VT_EkuT~B74ap Fd1IFK㔠;n@@(B[ aldߔTz%n~m{-R:Tjj6hh7 Z4 x W^,שE^UUN-$c5m{Bθ{F{ ZPm/9._R0,b7H?Qʐ,+8'oP,0Ň|dYO֓5#ˋg?YxKbx?wx>abAb rXWcwOx0V'IGIe1h]Zkv TP,̶j{bZ -ZD.6,>>[~sX,5%9yә|￰`n#endstream -endobj -1434 0 obj << -/Type /Page -/Contents 1435 0 R -/Resources 1433 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1432 0 R ->> endobj -1436 0 obj << -/D [1434 0 R /XYZ 85.039 781.388 null] ->> endobj -150 0 obj << -/D [1434 0 R /XYZ 85.039 761.463 null] ->> endobj -1437 0 obj << -/D [1434 0 R /XYZ 85.039 740.47 null] ->> endobj -154 0 obj << -/D [1434 0 R /XYZ 85.039 698.974 null] ->> endobj -1438 0 obj << -/D [1434 0 R /XYZ 85.039 663.564 null] ->> endobj -158 0 obj << -/D [1434 0 R /XYZ 85.039 610.64 null] ->> endobj -1439 0 obj << -/D [1434 0 R /XYZ 85.039 573.109 null] ->> endobj -162 0 obj << -/D [1434 0 R /XYZ 85.039 519.011 null] ->> endobj -1440 0 obj << -/D [1434 0 R /XYZ 85.039 473.936 null] ->> endobj -166 0 obj << -/D [1434 0 R /XYZ 85.039 304.321 null] ->> endobj -1441 0 obj << -/D [1434 0 R /XYZ 85.039 271.9 null] ->> endobj -1442 0 obj << -/D [1434 0 R /XYZ 85.039 242.68 null] ->> endobj -1443 0 obj << -/D [1434 0 R /XYZ 85.039 215.582 null] ->> endobj -1444 0 obj << -/D [1434 0 R /XYZ 85.039 188.483 null] ->> endobj -1445 0 obj << -/D [1434 0 R /XYZ 85.039 161.385 null] ->> endobj -1446 0 obj << -/D [1434 0 R /XYZ 85.039 134.286 null] ->> endobj -1447 0 obj << -/D [1434 0 R /XYZ 85.039 107.188 null] ->> endobj -1433 0 obj << -/Font << /F57 1075 0 R /F20 937 0 R /F15 951 0 R /F36 955 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1450 0 obj << -/Length 3012 -/Filter /FlateDecode ->> -stream -xڵZY~_!%0bl&/6,$qW'<<}fS"#XxlVWuWur**@4Sβ|Pldм}t?'XzcMfǵ?l=&Fy>G+r99 -ݯlǻyzq+x}~iy>}e:ϲhYqAdubGyT "lpfh)Z#y hwk8W{Yoԫ:̼lx(""LWs_QfӉWheזݘX]\eaCu=y<<>4%Qx9c_N|\OU0s3)Ryvim lWSC;.^*8oA?;>C *EWE"Τs|^gYWʒe4x}6iޗY;+R$!e8xwqC/ zK7 J *Su\ϙtGY|;nN۷@y䉯@.6kKaj%AĹCeOq{&"p-O:(VgC3I|FLke,Ea&.9#nhaWL_k% a)X;V8$8 C3 G:%i9,3,ȶJwWu<01io<Xwݠ>!ȭ5 HD xoXqת;2GLVDzZl Q^ل^eɳ6b|C;#Ɓ1 8< Y`-IZg#`K#utSڽJ2 &\x`컪-i% @Ez}?&8, CZA9 ӊSk۠7LJsOԁJ+5H>9ʦ4؂7$\lBv Sv -98_m5ft &+R-LG]Jں ? BXNµ!,o(޹`$Wqsl&$3qۉ[/]I9{떭R_e4-4!=o ^g-ۑG n-OX7_[_nm,MGXNƫN\* ֵtCSp7qQr` 6!A-F ^ڒ,sg-gT$ -Qg5xeV P]<g ;eI &_# FiāfBJ籸 m8FGz0ܤEpyL8KpBaSlKr1zv Zl04=%i6,3qq )% '0o8μ?fW}-ir%i.y nGEy WơD$N0 C^ʈ0#8 )DVEO63 - -;kp6,ږY@,3pQbgѷ|Wuu#NV8׽jL4̧!a\])|Kaq&rqfo~"8Hl@m{l'|/h7;Y.oBЦn%rߧn-b5_ʡDLvENZ]Mg_4,in,h2n!@E͑k &kU>})"$!}K_[Fk7;@)GS,Mqܔtp;;s n#q7t4t~u!7!3J"mB|@.vgI-dlCۺowֵPk84MhK׶$κ6G1Ld22%3L&K!6݌)KNGV-Sͻ.Lp*JZ,dO\eǑ(<쩵ݩE7p+bRKVXk2dѵRMM%IR~-sTUU|s>UJVVuk7U -ӷו0q[}C˓hkMx&$'W$X%F -iZT=%RW\n (m? -!'drA<4a<|YO'89HӨH`dG@3"TҔ 8y"x7sÈ.lYdXaxC#WS]> l)I# vcqo?rxendstream -endobj -1449 0 obj << -/Type /Page -/Contents 1450 0 R -/Resources 1448 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1432 0 R ->> endobj -1451 0 obj << -/D [1449 0 R /XYZ 85.039 781.388 null] ->> endobj -1452 0 obj << -/D [1449 0 R /XYZ 85.039 761.463 null] ->> endobj -1453 0 obj << -/D [1449 0 R /XYZ 85.039 734.228 null] ->> endobj -1454 0 obj << -/D [1449 0 R /XYZ 85.039 650.55 null] ->> endobj -1455 0 obj << -/D [1449 0 R /XYZ 85.039 612.023 null] ->> endobj -1456 0 obj << -/D [1449 0 R /XYZ 85.039 542.156 null] ->> endobj -1457 0 obj << -/D [1449 0 R /XYZ 85.039 515.058 null] ->> endobj -1458 0 obj << -/D [1449 0 R /XYZ 85.039 474.41 null] ->> endobj -1459 0 obj << -/D [1449 0 R /XYZ 85.039 419.607 null] ->> endobj -170 0 obj << -/D [1449 0 R /XYZ 85.039 322.785 null] ->> endobj -1460 0 obj << -/D [1449 0 R /XYZ 85.039 288.243 null] ->> endobj -1461 0 obj << -/D [1449 0 R /XYZ 85.039 258.417 null] ->> endobj -1462 0 obj << -/D [1449 0 R /XYZ 85.039 217.77 null] ->> endobj -1463 0 obj << -/D [1449 0 R /XYZ 85.039 139.202 null] ->> endobj -1448 0 obj << -/Font << /F57 1075 0 R /F15 951 0 R /F20 937 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1466 0 obj << -/Length 1907 -/Filter /FlateDecode ->> -stream -xڭYK6W9@͊G/MlmmI-UVl~}AEX9oߌ9Ꮬ'Z*lj*I̟?̏3i5Ve9yy?ϥ/R?o}oy~oRb{/Qz7wA:һ}pf -vR4'|d~g_HСbvkυs^uZ%B'R_8C:.Ы-p TfDU,ݛE{O8Pj nSeƮ45jBJȻix]nʈW(*{_*vJN8ء=۱gaC"Ӑ5ZJ3vk |X Wܶ0e9V0Xvw}\p,`J_bs cLa> uYUٺ#-)m:$.W iM^tc#aZh]&?* :|NA'^a$3 U!m Qn*Xr$cl e.68+xf B Ơio)!հCffFݴ*9*p" c-Z8s -DT QX'_2%2-۽yJ)-$,"4^#s9# FȿG - I^~\yqk+1 a/c[V@ɜ36𸔣yƱݰB;qtQ9QdTQG(7vSd04(! ,ٵkrNnx)yv|T/`TO l@I7 Q@&9I%F &1gv3;p6`ࠧgtqU2 g:Βr[]6ń,f,: g맮 Y t:xhNN΁bTSLe!>aCnGA ]:(Z> endobj -1467 0 obj << -/D [1465 0 R /XYZ 85.039 781.388 null] ->> endobj -174 0 obj << -/D [1465 0 R /XYZ 85.039 596.451 null] ->> endobj -1468 0 obj << -/D [1465 0 R /XYZ 85.039 556.288 null] ->> endobj -1469 0 obj << -/D [1465 0 R /XYZ 85.039 512.651 null] ->> endobj -1470 0 obj << -/D [1465 0 R /XYZ 85.039 483.432 null] ->> endobj -1471 0 obj << -/D [1465 0 R /XYZ 85.039 458.455 null] ->> endobj -1472 0 obj << -/D [1465 0 R /XYZ 85.039 429.235 null] ->> endobj -1473 0 obj << -/D [1465 0 R /XYZ 85.039 401.531 null] ->> endobj -1474 0 obj << -/D [1465 0 R /XYZ 85.039 375.038 null] ->> endobj -1475 0 obj << -/D [1465 0 R /XYZ 85.039 347.94 null] ->> endobj -1476 0 obj << -/D [1465 0 R /XYZ 85.039 320.235 null] ->> endobj -1477 0 obj << -/D [1465 0 R /XYZ 85.039 293.743 null] ->> endobj -1478 0 obj << -/D [1465 0 R /XYZ 85.039 266.645 null] ->> endobj -1464 0 obj << -/Font << /F57 1075 0 R /F15 951 0 R /F20 937 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1481 0 obj << -/Length 2017 -/Filter /FlateDecode ->> -stream -xڍYI6ϯ0CdVDQk+rP=$=hlyF,m\챘 @L|9j?8Tj;%XN E82XܘMIVޤRձҼ޽%MVi^mFJWXo (?^ZkBqwxa/3ety:^A3,/N=Sdrq)ctE?6 -{6M1r̾=4}DBR_:&RqLZ.(O&ӠvK=y`_,*% fa -pbR5EN)=.2lsr<ōF86&ζA+MD*%.[&Ui_? +~v)({`G:voޚvR^~@)r0#4AX#$d[3ʕa:|ms%ܡ rŤߨ -dzdr_rFU$-ܑ,&! V65x1cM=?rɶ1A`3WAI>{RnMgskb (CkTXfYBVBܜBBF<~3P48QZs -SX I0wE ~vz/r.] I^נ+͍ʅ*sVAxrMJ 6Y -kKVRq] :Gh#B.xl8_ț$ڈ`;LA~r30$}^M1XĆI1fzQOh rsϿBQ sOHcGD}LVlhCH˩=("_|p[H2$`2;cm~کAh:?f{?)+~'t˝|  a*k~ 8Rendstream -endobj -1480 0 obj << -/Type /Page -/Contents 1481 0 R -/Resources 1479 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1432 0 R ->> endobj -1482 0 obj << -/D [1480 0 R /XYZ 85.039 781.388 null] ->> endobj -178 0 obj << -/D [1480 0 R /XYZ 85.039 761.463 null] ->> endobj -985 0 obj << -/D [1480 0 R /XYZ 85.039 658.483 null] ->> endobj -182 0 obj << -/D [1480 0 R /XYZ 85.039 658.483 null] ->> endobj -1483 0 obj << -/D [1480 0 R /XYZ 85.039 613.409 null] ->> endobj -1484 0 obj << -/D [1480 0 R /XYZ 85.039 570.207 null] ->> endobj -1485 0 obj << -/D [1480 0 R /XYZ 85.039 543.714 null] ->> endobj -1486 0 obj << -/D [1480 0 R /XYZ 85.039 516.01 null] ->> endobj -1487 0 obj << -/D [1480 0 R /XYZ 85.039 488.911 null] ->> endobj -1488 0 obj << -/D [1480 0 R /XYZ 85.039 416.537 null] ->> endobj -1489 0 obj << -/D [1480 0 R /XYZ 85.039 391.56 null] ->> endobj -1490 0 obj << -/D [1480 0 R /XYZ 85.039 364.462 null] ->> endobj -186 0 obj << -/D [1480 0 R /XYZ 85.039 277.063 null] ->> endobj -1491 0 obj << -/D [1480 0 R /XYZ 85.039 242.317 null] ->> endobj -1492 0 obj << -/D [1480 0 R /XYZ 85.039 187.828 null] ->> endobj -1493 0 obj << -/D [1480 0 R /XYZ 85.039 158.609 null] ->> endobj -1494 0 obj << -/D [1480 0 R /XYZ 85.039 117.961 null] ->> endobj -1495 0 obj << -/D [1480 0 R /XYZ 85.039 76.707 null] ->> endobj -1479 0 obj << -/Font << /F20 937 0 R /F15 951 0 R /F42 967 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1498 0 obj << -/Length 1536 -/Filter /FlateDecode ->> -stream -xڽX[o6~[bEe"Y[ݺ-_Y$Nw.$'NPt&UijDiJt:N -N~HX`j6yyi Efrc6j:[|^~bIz7LK+L|{u\{N=5.@wP,` - ,Vv_N>M>LO);G 3Ei,b)tz,"8"3f 5a ) 7~ Z@T+?NzɿWD,x6u՞nȏS!i_P1UZTr*)poA[:슆/2E˻-ԻK~OۮzVl>@R%)+@ Ȏ2~G{{_ZxOݺ@@bxd5< -o2Kka"9/ PK0!H1Eyr*IX3ahM8(9x^6@g@MkWU݌Q^9{ m'ۂ`b .BjoXVI U7R`Ϧ#]>/Tk%^+K:ۭ7术6X={L;' g~M0C8 !8xWGq;tnæ,Y82BY֫hQT߱!O}F=XDi)$ڨ>ն>S[qX C,N*'h{/. }a#TmEt;q" ؓG> 8V4Y5*/lah`endstream -endobj -1497 0 obj << -/Type /Page -/Contents 1498 0 R -/Resources 1496 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1432 0 R ->> endobj -1499 0 obj << -/D [1497 0 R /XYZ 85.039 781.388 null] ->> endobj -190 0 obj << -/D [1497 0 R /XYZ 85.039 761.463 null] ->> endobj -1500 0 obj << -/D [1497 0 R /XYZ 85.039 741.134 null] ->> endobj -194 0 obj << -/D [1497 0 R /XYZ 85.039 375.387 null] ->> endobj -1501 0 obj << -/D [1497 0 R /XYZ 85.039 341.704 null] ->> endobj -1496 0 obj << -/Font << /F57 1075 0 R /F20 937 0 R /F15 951 0 R /F42 967 0 R /F36 955 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1504 0 obj << -/Length 1429 -/Filter /FlateDecode ->> -stream -xڥXo6_7̒(]\ )Elח$-B-9fٰ}wJ: h;?p?wWqb6+ș௃;,Aɏ$r`ΙlYo׃*Vt;tN%#"yl  -1N8Sז<+Om%yI[!}4Q,Bg,PD?嚈⽋ _ 7<=2tG>MpY qSqF8Kh6A%eR{fve 0šzصUI!]mYUmNk'/ < W[B)|wHvEye+i+>!iHP,B _i N<[Zjn]Fc=p(׉ -'(픂YR++ۤnҼ^XLA?AԴ\D"B&"o/B7ɢL1BMC 0vDOMн,"! _jVe͆~[RvgVxp3*Cɸ@(89/?;ʐCmh{|bBزcг{1yP>4SM|cu[.!p}Weߝ8BG鎐A(H#'VC)6aqz==.zR ҇ za}:m&O/U̚yfGmNՀ3f-UzioW&J7p0P&.wOpI:bH,=*ɲPiCD%]p|B%{lB%6ęzBGBNF:tx -Qb]+xCtMCv*DA1>RVcɥmFۥ=ܫ>5]A ُ!FeAQH/<| 00uJzhiZDd[NLB;1?)~}"v+/dA]t)~R$endstream -endobj -1503 0 obj << -/Type /Page -/Contents 1504 0 R -/Resources 1502 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1511 0 R ->> endobj -1505 0 obj << -/D [1503 0 R /XYZ 85.039 781.388 null] ->> endobj -198 0 obj << -/D [1503 0 R /XYZ 85.039 404.5 null] ->> endobj -1506 0 obj << -/D [1503 0 R /XYZ 85.039 359.426 null] ->> endobj -1507 0 obj << -/D [1503 0 R /XYZ 85.039 205.075 null] ->> endobj -1508 0 obj << -/D [1503 0 R /XYZ 85.039 177.371 null] ->> endobj -1509 0 obj << -/D [1503 0 R /XYZ 85.039 150.879 null] ->> endobj -1510 0 obj << -/D [1503 0 R /XYZ 85.039 112.352 null] ->> endobj -1502 0 obj << -/Font << /F57 1075 0 R /F36 955 0 R /F15 951 0 R /F20 937 0 R /F42 967 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1514 0 obj << -/Length 561 -/Filter /FlateDecode ->> -stream -xڥSKs0W(ԪdIt h;^1S)m]=0LCr0iOk8Ҋ2aP9Zj0̻GD!fR&og@Q *:J%P7W_7 -!pNIZ7#ϟf!0{aJdZǪǸ?G@6aT~(:TI6KBNpҜGD 5z]SQ εP*&9( IW$xc3 {8o-wg=hRS^׹0WމTZT4 -of|e8O16x`\F3:M6faC2~miP!8v }:-".m X&޲MCs G~1+> 7& s,TdRx=|,0<S*q @' -il" -P>Zz\['tpwpMpԍ߉ӧ*lgu֥TVa@瓷P ^@hvqJg:nTXe 8"*- f {endstream -endobj -1513 0 obj << -/Type /Page -/Contents 1514 0 R -/Resources 1512 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1511 0 R ->> endobj -1515 0 obj << -/D [1513 0 R /XYZ 85.039 781.388 null] ->> endobj -202 0 obj << -/D [1513 0 R /XYZ 85.039 761.463 null] ->> endobj -1516 0 obj << -/D [1513 0 R /XYZ 85.039 741.134 null] ->> endobj -1512 0 obj << -/Font << /F57 1075 0 R /F20 937 0 R /F15 951 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1519 0 obj << -/Length 2495 -/Filter /FlateDecode ->> -stream -xڅX[۸~ϯ0 Ċ$Bm&)MМ`}c5d΍e) Xp8?o"*7Cf~maobH3fi -I*+2TiM{qpB)6~:W#OHmװ Be;c^wd$b%DcD c.?v6@x]`ƚ1+@%iLUiL>u8;v9cpw]{ ]gYHT5濐҈cRX+o8,=Dr|'̵ZWi\vO̱L0թV$(__̷?#GR0w-{hꑽxN•aT`R -"̀4q$* ƎNv%t'wH1CZv;_nB ,$L`h'hk[~9?sR @[J V ivxbUVU;͍m}q/3*48X&3i,XaBAZem'iϿAǪCh4 -Lv(i s=Caҿ~u5>  EBC -ԪGq[ϵ{ ~*I,ez-߆ߦ7RX;V]z}e@D 6:0Jȵ -41tc"!Ĕ(Cǀx۱-eڷm@VKW5KJEꞄ6 HsLgtoс끿Ov+NNQ` 3 "'֢o+fTGC22mE\feiFыx  -p~o<fɫi';{RJȳ, Ύ@d yF̠(7h(Č -:0 -qIO?kw> endobj -1520 0 obj << -/D [1518 0 R /XYZ 85.039 781.388 null] ->> endobj -206 0 obj << -/D [1518 0 R /XYZ 85.039 761.463 null] ->> endobj -986 0 obj << -/D [1518 0 R /XYZ 85.039 657.513 null] ->> endobj -210 0 obj << -/D [1518 0 R /XYZ 85.039 657.513 null] ->> endobj -1521 0 obj << -/D [1518 0 R /XYZ 85.039 615.228 null] ->> endobj -214 0 obj << -/D [1518 0 R /XYZ 85.039 515.372 null] ->> endobj -1522 0 obj << -/D [1518 0 R /XYZ 85.039 475.208 null] ->> endobj -1517 0 obj << -/Font << /F20 937 0 R /F15 951 0 R /F39 974 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1525 0 obj << -/Length 2920 -/Filter /FlateDecode ->> -stream -xڥYYs6~P%T*fxgש{v٭$0IIL(Qa~YF_ƒE^/w,[ o\Bq%$Wͻ?OFqx(u_Wa:J̹^û-?_oo 2ǟ?rq`d29 -ů{s<[`>,o/@"7Bn./eXZ]sW~Aߍ( Q칱R7\^ű|A/MNRU]GM4$c=l@ Ehv׼L}s%zDŽ{k2h7 -]˿zR<(wK8R +$B#,8-fS;X~YPؕ&I-vj=7Ϗ@QK }x.+U 2:ߢ7\3g4 DΰǩKi՗Rf3p0A'`P|O40XKm U(7Çfng?A5;Y-=Ё&"/pjnjanO3P+ %DK0Ѹ@y変UOvIaھıGW"#>>I{@W%4)ɝCWzlu0֢" LP1]+}.ڮHeF-8^#Z-N,ӥ*8U6j`Lf`iVgP1ݰˣIILƐҋeQ'M.oWwʽ4 8Qp4́B6V٠=lexPijGkqAU%i6ිljfDOՑ~{_2 yO.Лֳ350|♣,{:aJ\&F@k dꉒ`[s p47GMPJ,RKUYx0 2G ɩ -o߳>G,ۖtϵA^v;aќm' q4~"~@k>gB7$,s!8qqEq?KGJM\RYyC\ {8^kLG陹5SXºprM7/ .{[Cig0s vx% ?quL)I 註\ Rhh,d zS`>Zzdbʼ?dI:E™^8vz@=HThV0/9G,$O_ˈk2\f.[QM+]Y ? I|TnF+9W0M]TN Jzz9j]9ei/{H* EzNVC 0LOG4`WC>G \B&#u- ÀA=FSJBGb^<"6汔K~l_pyxz[SB> endobj -1526 0 obj << -/D [1524 0 R /XYZ 85.039 781.388 null] ->> endobj -218 0 obj << -/D [1524 0 R /XYZ 85.039 761.463 null] ->> endobj -1527 0 obj << -/D [1524 0 R /XYZ 85.039 736.911 null] ->> endobj -222 0 obj << -/D [1524 0 R /XYZ 85.039 545.001 null] ->> endobj -1528 0 obj << -/D [1524 0 R /XYZ 85.039 504.837 null] ->> endobj -226 0 obj << -/D [1524 0 R /XYZ 85.039 258.061 null] ->> endobj -1529 0 obj << -/D [1524 0 R /XYZ 85.039 212.987 null] ->> endobj -1523 0 obj << -/Font << /F57 1075 0 R /F20 937 0 R /F15 951 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1532 0 obj << -/Length 3082 -/Filter /FlateDecode ->> -stream -xڭrF`* -yW)GJl[I#$%ӯ(R0~,\Oe$]›ma@,d1yx.Jff^6[nz<Fj\ߖ Ewo ߹s7}͟O7V|s/KK ϐ/˛_.>qh}5nPa>{S= 4M(;#bm60q~BhOF#F (+wp?=cq+c¢?z,uB*G@,"5I;4O` X!J$:jpZ% -N#b8Dِvѹgb(Ǘ" ̆ -A'n v)򜫼"H_=g[/2EK8-=`8L!rHLPGJb+~ 1ߍǸ|g& -BpA2AHpm@ }ipL -#H(Ոn/!$!zb4{KSCH\ 3NP߾a..B/uc ^>6 -cwZ MYޮqwh&v`W62y`@wGR޲C6D1,D|+ra9dj4Yp(sD72CpyN&[NKV,d'딁bH3 Q*9C,wFL0&/l4*%/'8H'UMΒNy7Muf4.Fxn"ǯۜj3CuR|K7SlT!otl m'ʉ"SyاsٗWezW'n$!6텔=-˝~,")Hd|dkגyR EchG*kuX=9dq q] -EӐVbB,v~Q]3lI2zˊ7sV'4+2N&$lXU?ď%y 8 -}vmДս|-7hNde;)=C|SUjdE$ -URS7ʍ!Lwny߷pGþͰc$ZHc:NT-}+i!| rC{-> gGe %8ɂx՝y҃#%DIϦ -շG3ӏ\9445ˎs5um-\rg?p<ؐF=7oe?j$=WΫ!>qQ6дEN#˾?a{}py`_?T68auTGo@=y |G9C }c=]<[B)%~5 2411KH2fK*\2'b Doٜ;ctz+J; 3(b_(\ Fm o{Ry X1Ve Ci$LMnTd$NƏUue)r@:y8qt - +pzX4+BFy5+VP6 -Q0ttkBX4b(g Ob%WovćM^2V>G wRҲEێƼ:1=7]?]J*7= F$Z*:%Mgendstream -endobj -1531 0 obj << -/Type /Page -/Contents 1532 0 R -/Resources 1530 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1511 0 R ->> endobj -1533 0 obj << -/D [1531 0 R /XYZ 85.039 781.388 null] ->> endobj -230 0 obj << -/D [1531 0 R /XYZ 85.039 555.804 null] ->> endobj -1534 0 obj << -/D [1531 0 R /XYZ 85.039 512.851 null] ->> endobj -234 0 obj << -/D [1531 0 R /XYZ 85.039 336.61 null] ->> endobj -1535 0 obj << -/D [1531 0 R /XYZ 85.039 291.536 null] ->> endobj -238 0 obj << -/D [1531 0 R /XYZ 85.039 169.493 null] ->> endobj -1536 0 obj << -/D [1531 0 R /XYZ 85.039 127.208 null] ->> endobj -1530 0 obj << -/Font << /F57 1075 0 R /F15 951 0 R /F20 937 0 R /F39 974 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1539 0 obj << -/Length 3359 -/Filter /FlateDecode ->> -stream -xڥZYsF~ׯP%P>mU*Ri˩J 5h_w`HPÖ Ky2˃E݅]:F8c=^|}]Nqo~ME^ɲܻpxo黽[y7bu{?w>pdw 0?1Å"qHHߛ_R_ʬsO|\ArFHp MfTk=ܽr? )qVWXD47Ѻe苐m=(1_G٩yw!bu{ \&( >ޮ$n{<e9Im5>aHmEzNwBt40#?Hw_- Xn};sȒVLRu8Y@xv'(<f>)EQ(w_@nrYּlᓏf9E -=w]e=D,ZS40ՕYc,ǽv9 q0nZ)i'{HXkNHu~CĆv s9# vzi aI[:!hX-.Ǔ+)u`cե# y/e}2}I`GQZ4"}GSbR״Vn&90DD!Wڏ2\NE7b}^q5m*Yw4` 1b*Ṓ[@*Ȱd3΢Ntbvv PɩS F;Ff@f 1Lbt%.b KV|cP7Z ܠ禛NCzecB5MtNgݙ/wz$Pۨ Z:p$ޭk0RTă19@NWm8le%^\tTHiWF[2'0|p),*tZP+]^oJ}]?NOQ"D/r IEDRg #zEO]Hk~P+UgcQ'FsKBx"s)1:N t(F1धy0j)IzhSi~SGirgc3֡D(}MbH1so\9̉5~ 2@6rd`aE@B֭R':IΆLcybt- &0 -; kyS`83Y1ӉgPcl D78,q:AFLz YVҮu-yK]<ǒэuX 8*'Պ*%Иwd6`+j, Kv6I}]jہ8ƞ:NkR<̡d/W>5+37} ,DW#Nq͕ J<&4diNqhςSQvnt-LXSi kR[T?B?RԅL lOLض tkO7dA8>R|4J:kMΜ7Rm~9{7[N#GX)5иG!o 7TJ1s)[bƣxlnr0 Agj"ğ E)]6Z7KcOpT#ᱷ58x꯰DZ(j$x٨EDU#E,s޹!W =goi^4}t<o8?z"t%KnSٯҮTSʬVުJ?\23SYj 0dK|YY,co@cI*JK䈵\Be[[F NX]=mXUTWy42X{•18/`ZÅu8)vAS=E zv/ G)#J^D6GLMoIpN3;}]i3[RHR1Ti:EBt?\Y>- ȦLڬs@NIvTL\ 4@/Xډ,ӟgVQN,5##J%WB;\9U:o q/x-3@}A(gjY> endobj -1540 0 obj << -/D [1538 0 R /XYZ 85.039 781.388 null] ->> endobj -242 0 obj << -/D [1538 0 R /XYZ 85.039 569.353 null] ->> endobj -1541 0 obj << -/D [1538 0 R /XYZ 85.039 526.4 null] ->> endobj -1537 0 obj << -/Font << /F57 1075 0 R /F15 951 0 R /F20 937 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1544 0 obj << -/Length 2590 -/Filter /FlateDecode ->> -stream -xڍYmܸ _͇d|e%@ zaCshWM?hg3e`˗_I3޴X`-QEQCRE:Tyqؾ0XfZ:M1w, 4ߜ#{ U{DwIf;<:A" -BN^(88̱AwUi`FS(}qjo/PpC eNS.[lb-ϸxX*VTnP5L9q* C=4s緝,kγk'ܦ~{Hg;ijRօ}+N/^cO RB#L$EF؜lkpvؐU;r߻͔.vjMۣ"͸@`dz-s[({Ƣ' VP < Gx6Y,ьc\M -א$3/u׋'s`m?P֝F!;tܚ!.*#UY]4++V,r6Ggũ^l:wb:cmG׍ȧt- >_pEb5:4# %z]4!_1U.5%J6MќrzetF[A7ЦF4Mt>UA)x|Ƚ׹`TW*痿nSR.FɆ _Twl9J"t=Ry\*vƑD #yR=R>œY .gY%K,gTEa'+n[Hp~ OL=%8Cedĺ=Zrb\)!C߼:څo@>rtQf0BpR^Ωv$΃Ezp?ҸߐcxZi9fۧl;suBx0i0`y; -"Zdd؛j8f8_ jP6hp~{gJוZ!ܖrd}-Y.tr>c'|uUOīլ`ĝuaZvAUTjFZCPr.==%-z2~)& whQ$ Y(Ҡr?*u- oi'%ƝJhDeU.Bۼ!a%^h[qZʸr|r.Rf4ÁhN] +KgpxNSsI+r8OQ,6z-63퐂yeV-X0UQ*fN>!xBKc]Y.Yjl AL.~$jwvGߴ3hJ $TG ጸ -|nBh\/UWy"|eRa9FekW;UoZo_KEaR.z0?/eҙ0CaT~ZAH-Sendstream -endobj -1543 0 obj << -/Type /Page -/Contents 1544 0 R -/Resources 1542 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1552 0 R ->> endobj -1545 0 obj << -/D [1543 0 R /XYZ 85.039 781.388 null] ->> endobj -246 0 obj << -/D [1543 0 R /XYZ 85.039 761.463 null] ->> endobj -987 0 obj << -/D [1543 0 R /XYZ 85.039 653.495 null] ->> endobj -1542 0 obj << -/Font << /F20 937 0 R /F15 951 0 R /F60 1548 0 R /F36 955 0 R /F61 1551 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1555 0 obj << -/Length 1676 -/Filter /FlateDecode ->> -stream -xڥXmo6_a "Y% ؆$K}[b(b`,"$˿߽QcaP^ޑX^w8v#oW#_8f2\-G/U4=7r}PeŹ~}qys7AtEcv:x~;.q>x/߾~[,;:`G=ěI<>s}Xލ2W̋Nc5Į@j sR Lnv#͟Rb\dw2~F/^.6o2혼rWw2)Br&͹r|qp0톇l$)Y,l׬ +ZWEiݡX`YAkvK`oe{C4=k02c)ޟPAxtI)x,>1HiˉG輜BG28-ӪF*q5ݲpmp>֍ڂSi"kaVrа0EFQ`/!U-Rt)Slb3mMK"X p^Ўն HSp7> endobj -1556 0 obj << -/D [1554 0 R /XYZ 85.039 781.388 null] ->> endobj -1553 0 obj << -/Font << /F57 1075 0 R /F15 951 0 R /F60 1548 0 R /F61 1551 0 R /F36 955 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1559 0 obj << -/Length 835 -/Filter /FlateDecode ->> -stream -xڭVMs0+t} !c7M4p> ǾO -N912p*! -"_^!|%}6:Ђ2?hTT1Sl,j-tihè1Ln bx,woݕ7Z,ZrN[O27h# -A}}4+"2iz팦Jhjtk 2Ej0UHCٺYpeeEy]YnZ']˻4,QڢY*yfe "5sE8! QshfI,5sz3Mb@+ɗgAJ7ٛwYSd>]vإ4/udv BHޑ>ڑ_% XZŕIp_8Ǹ.A\U"6<.󤤡`91U,Fvö767$V0Do|-KqcWXvW ]-Iű[^m(g ^@ ߺomun{VV7 -=Y^}A>Ty|bdJFeh+aH6t;(󣡴R ИceI0 e6W2A8MnqލP1x8#4YJQTj mbtO&]'0I:J_p&Z2ʀöA:1Fh0b -,PF2Ǐlךr{IN,Ug;cI/m'M,} HFU:uJF*]%+γOISL\'? -wQendstream -endobj -1558 0 obj << -/Type /Page -/Contents 1559 0 R -/Resources 1557 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1552 0 R ->> endobj -1560 0 obj << -/D [1558 0 R /XYZ 85.039 781.388 null] ->> endobj -250 0 obj << -/D [1558 0 R /XYZ 85.039 761.463 null] ->> endobj -988 0 obj << -/D [1558 0 R /XYZ 85.039 653.495 null] ->> endobj -254 0 obj << -/D [1558 0 R /XYZ 85.039 653.495 null] ->> endobj -1561 0 obj << -/D [1558 0 R /XYZ 85.039 612.438 null] ->> endobj -1562 0 obj << -/D [1558 0 R /XYZ 85.039 612.438 null] ->> endobj -1563 0 obj << -/D [1558 0 R /XYZ 85.039 586.008 null] ->> endobj -1564 0 obj << -/D [1558 0 R /XYZ 85.039 558.91 null] ->> endobj -1565 0 obj << -/D [1558 0 R /XYZ 85.039 531.811 null] ->> endobj -1566 0 obj << -/D [1558 0 R /XYZ 85.039 493.285 null] ->> endobj -1557 0 obj << -/Font << /F20 937 0 R /F15 951 0 R /F42 967 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1569 0 obj << -/Length 2669 -/Filter /FlateDecode ->> -stream -xڕYs6_K -"~&I]7Mb>P$EqB* 9K@Q\,]`9s?9dR8e+wV̻+i8@a<1M=L%|Z3afƮ`u;_ܭ Ft\:i0Gf5y&m;[xJ{rD"j YD8+ d!{ V8΀qPmmD> Cd07A XH/!hmTN4s/AL FKg"7mpA x[kqCø`rj rg8FoPeez0w0NV-ФxUo^B:MA"r 9aI8/"skdh#/H5͢jvs~* E E`B]i>N2/t*D4VrVRdng9d3 )"/:1]VmF-,l(âP>鱖g1btsI;(Opz6~&?ёCf!XhEMX1Jddz𑐳T?0=u+x^E&P[@vpam|{tC\Y -[+p? @#ngC]nv&c`yO-;xhPp<:ߴA9 ~'龉5@7 -RS}AUPJsXΔG2GUkcglC^c6nxw{ADGۺ اk6Jف=&*XkS7ǠϪ}:@KMy1mC -idPvUt 5hގQR^X[s쯞z+,s 5L]26"Kן\/Vo7U'}3oD7qN?xJ2=IﯚYbw=XBzl߅'B$8Ef^e?r㸐I0IݼCAf2EWr𕟯\ :"e}Z]RPaG4]x6±]7H~R4t]!y#:$GxM,PoXfJ _.ڧnԺ_gmNq,;)_l6aH$ˡnKȹ> endobj -1572 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[0 1 1] -/Rect [365.77 571.16 539.579 583.152] -/Subtype/Link/A<> ->> endobj -1573 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[0 1 1] -/Rect [84.043 557.913 177.671 569.603] -/Subtype/Link/A<> ->> endobj -1574 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[0 1 1] -/Rect [84.043 300.176 509.849 312.168] -/Subtype/Link/A<> ->> endobj -1575 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[0 1 1] -/Rect [84.043 273.077 315.124 285.07] -/Subtype/Link/A<> ->> endobj -1576 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[0 1 1] -/Rect [270.437 246.282 346.945 257.971] -/Subtype/Link/A<> ->> endobj -1577 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[0 1 1] -/Rect [84.043 218.88 424.439 230.873] -/Subtype/Link/A<> ->> endobj -1578 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[0 1 1] -/Rect [84.043 191.782 309.397 203.775] -/Subtype/Link/A<> ->> endobj -1570 0 obj << -/D [1568 0 R /XYZ 85.039 781.388 null] ->> endobj -258 0 obj << -/D [1568 0 R /XYZ 85.039 761.463 null] ->> endobj -1015 0 obj << -/D [1568 0 R /XYZ 85.039 657.513 null] ->> endobj -262 0 obj << -/D [1568 0 R /XYZ 85.039 657.513 null] ->> endobj -1571 0 obj << -/D [1568 0 R /XYZ 85.039 615.228 null] ->> endobj -1567 0 obj << -/Font << /F20 937 0 R /F15 951 0 R /F36 955 0 R /F42 967 0 R /F35 948 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1581 0 obj << -/Length 2435 -/Filter /FlateDecode ->> -stream -xڭYKsFW| Xe"x`d[W)K֚L0F$ÌkH@\e gz{zM˟yϟ%*0Ifiyv,4oW?W3sz}nmy7_0 /VĹ77w,W ՍP~WXVxץ3aIx~H?psc/CN~owO{yrE*#"-:kעj/*V/2gs/#\. L4=y7\ |o&q2%ʐL `(Va٬dȩ%\ 9<̀UjË=u KЋA7 -Ώd]%4G6cf,sRR;g|銇,T V9.fbӋUJQr#"HCW 1OHENukˠ [PzuyX\Y(+>jZ_oIWI`C!)l£%gh<):]H`^V>P]!_Lǿ:ҷ O EIFIE+!H)cTBQB6O*\ Y$ kjtwwmYrzyXI0JTj>9$T\Soe(ܳ+xÛfO@!OWI;%pAEW҈k*xv -t/(a#tsSҮUK ٢Y.yrJ s;8a \N:΀f{A=ހ]3lW( 'iF=7ֈ{a"^w~uOey)o<g70}[1ɋzBFldT*8ظ){kN̓۷!ΐ -4 3cX9pL,{HjWl~9ɜVLQm/MJqEw1Hxjg{lܿ_9@7gESnHD#F W4?Xe'mEdQ6G%+NNavu:D@Պxkg[q'x@cIQ$*2 M"rWmY`bDMҋawA-&t bVTTn*eꅑGѤzzڀ8ܟgP > qLNxR.1q{7Ҽ /zÎeDJvd3AC5c;@}Һ݈2w[͋wC٥W({\- 'ZA*k&Rǖw"0څwLq䠍5T/Tp<|GGӜӺIi.fgHf-9&x=׋#'!nN0%˄@EC+gDΧpxkʋZk$xkG.Uti<H( oWZ@8APhZ "[CR Zm\Hb]B:^_ή*t+wDo5> endobj -1582 0 obj << -/D [1580 0 R /XYZ 85.039 781.388 null] ->> endobj -1583 0 obj << -/D [1580 0 R /XYZ 85.039 693.318 null] ->> endobj -1584 0 obj << -/D [1580 0 R /XYZ 85.039 663.493 null] ->> endobj -1585 0 obj << -/D [1580 0 R /XYZ 85.039 637 null] ->> endobj -1586 0 obj << -/D [1580 0 R /XYZ 85.039 609.296 null] ->> endobj -1587 0 obj << -/D [1580 0 R /XYZ 85.039 555.705 null] ->> endobj -266 0 obj << -/D [1580 0 R /XYZ 85.039 472.088 null] ->> endobj -1588 0 obj << -/D [1580 0 R /XYZ 85.039 440.273 null] ->> endobj -270 0 obj << -/D [1580 0 R /XYZ 85.039 356.266 null] ->> endobj -1589 0 obj << -/D [1580 0 R /XYZ 85.039 326.373 null] ->> endobj -274 0 obj << -/D [1580 0 R /XYZ 85.039 241.191 null] ->> endobj -1590 0 obj << -/D [1580 0 R /XYZ 85.039 205.88 null] ->> endobj -278 0 obj << -/D [1580 0 R /XYZ 85.039 205.88 null] ->> endobj -1591 0 obj << -/D [1580 0 R /XYZ 85.039 171.338 null] ->> endobj -1592 0 obj << -/D [1580 0 R /XYZ 85.039 171.338 null] ->> endobj -1593 0 obj << -/D [1580 0 R /XYZ 85.039 115.02 null] ->> endobj -1579 0 obj << -/Font << /F57 1075 0 R /F15 951 0 R /F20 937 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1596 0 obj << -/Length 2406 -/Filter /FlateDecode ->> -stream -xڥZKs6WTULj)ɁhetHjɯO7afLot7hbie -#dv+:El,d\oI+YrǻFJr Ȼćn}_P12ꏿjzř 9|L+iOWWoHњZѮ)b#9"l͙檱;\9 Aj,ѪCia 3)9F)ekU4,Ya.cQ0YoWҺ pd|mGT]X)r/>Mratck6oIaOlFҌ6h60Fob[]k"4=v{ -ƗME\P,IA|,pkd]&~IN w1r603͞?88{"iYy  %\ Ҳ쑐ѢwI_5 4wf~p8ڡHI~pCia C>GwhjaQ2ԃ1A5̟G&}ɭ?" FUj;WcA}ALЎcu@(8}L,d 㘎_D<@􄵖ٞfU]Y_~+8x82ַG[EɊQ@Y1R?UNi~0@sED(qrx,hh6C7X3")_Hj2keW#|$a-|fPY\$T<5e" CXv4'uB)42'g(G'b;hv%ɜZ3Sà-i{ZF'|S O]iV`-{Gc; R aAlɂFω=(Sm4RZfJ|N{}~5\Sgg_p mAѩ{/ud6pIJ6 jlӯ JTbinr#^2,'}3BDlJ%ݤoN#'хZSM0"_L6ƨ6%5FVf簵1Jk_t f}qH϶/Kܚek_?0d=r%p%%#C LVKa"I@p2lκ[L^YӦ1S/?%W9fC3H*Ea֕^ BS!6MS@9qlj2glif r߸&~p m -kNس=gIXLfds24qdM3#r{ lrHL @=w''.3mN]A<GW2mF'$`Yڱ)g(^B>JN(OIUlӍM+of\0Řê`1v1LqA~^ EcҔjF -{B -`ȸZҪC 8dp xs_߃5%M$?cyJ0mˈ`!"*9w$Aa\FD#J=h mu.z1ӑ^Ixr9l:YW8  0.ol6Ҳ\YᇂݥCS<-@1X4Ì0q{59/[[b޶~K쇭$Wc`w)@AH'|;EXȈshP89ER-{{b@K=$Wぎ`Y^9.ZaF,BXgL.`̬Mwr -{{ i,aF\Y -?Sg*\.pٰ̼S5Zbz‡)U}e2XVboI>;㛯$ws`>Ms8=|{bàR?qKS`PàY0#`D`s -=nWbݗF6s夲aFʆd"db\R:ye-G)wR[/2wP=ˣx3PfHNT-3EfĿV F3BJ Un Bȵ7S=7}TݱAj:_\c -@ŋZY--&~ sd?*}2 e(~]agOY8;Jhf$~ȂPYY̯kGFC֑/^"Iendstream -endobj -1595 0 obj << -/Type /Page -/Contents 1596 0 R -/Resources 1594 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1552 0 R ->> endobj -1597 0 obj << -/D [1595 0 R /XYZ 85.039 781.388 null] ->> endobj -1598 0 obj << -/D [1595 0 R /XYZ 85.039 761.463 null] ->> endobj -1599 0 obj << -/D [1595 0 R /XYZ 85.039 736.955 null] ->> endobj -1600 0 obj << -/D [1595 0 R /XYZ 85.039 601.463 null] ->> endobj -282 0 obj << -/D [1595 0 R /XYZ 85.039 502.781 null] ->> endobj -1601 0 obj << -/D [1595 0 R /XYZ 85.039 470.36 null] ->> endobj -286 0 obj << -/D [1595 0 R /XYZ 85.039 470.36 null] ->> endobj -1602 0 obj << -/D [1595 0 R /XYZ 85.039 434.095 null] ->> endobj -290 0 obj << -/D [1595 0 R /XYZ 85.039 282.471 null] ->> endobj -1603 0 obj << -/D [1595 0 R /XYZ 85.039 248.327 null] ->> endobj -1594 0 obj << -/Font << /F57 1075 0 R /F15 951 0 R /F20 937 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1606 0 obj << -/Length 1482 -/Filter /FlateDecode ->> -stream -xڽXr6}Wd&Dp'\֙J^<(mcKD5ixN;d!]`!P6) #˜dy"y\<{QbM8H%&}ˋ˳,B0?xzlmGL |DX|kJ~\@TůPLW((&%ȓeU(*[8=C:YzK/z:d,u$Pa<酙Pi0.L0%ŀ .8bXTϽ0~8 -Nk@ fz8UQf~74T&|wvXzSՐZze '0MJď/'xP`@ԳumͬZj ?f_C"}# 4c0NPrwc xoKUHj#Wi}ra)D=Z"V#xyoRqX"+[KD*̌*$ܟE84qaRIeD UA2_ -$SWmq ֫l_'-ϻ)3˵3ģ) 2[&H7,4^-s]nȀuu۸ />QEPW-p W鯫iwJ,[Du -p;r]zqKg]D0QTw٧ܠ.l -P`F#|t=!vM" -B_1+yc?XGzU6L*z 6ވ -~fK}@yo)Qa&ov(s]cbׇj^C@QBfn`6`ZL/]14iv: zII]lLku}ۻP(Mzsuu=9)r͉ҵr2Ltc@Q}_Qڂi ZiHѶRtŘ۩1 -|J^;vĥ t7zZ`"7IQJ gg(tO%j:ѥb盰#!e 8 9z v~a7Ll' - M8v# #3dÇ!]W SlV3:tV^F jpUS U!םVlGj~P>FFY=]^qY(R .%@^.r㟗)ikW -%0׮0#47QV̓0n2CY^@ת;^)4}%z.z'vmHWmG:5n>q1GА`r駷Ĉ֬ R*a`SxFendstream -endobj -1605 0 obj << -/Type /Page -/Contents 1606 0 R -/Resources 1604 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1615 0 R ->> endobj -1607 0 obj << -/D [1605 0 R /XYZ 85.039 781.388 null] ->> endobj -294 0 obj << -/D [1605 0 R /XYZ 85.039 708.141 null] ->> endobj -1608 0 obj << -/D [1605 0 R /XYZ 85.039 673.598 null] ->> endobj -298 0 obj << -/D [1605 0 R /XYZ 85.039 673.598 null] ->> endobj -1609 0 obj << -/D [1605 0 R /XYZ 85.039 639.454 null] ->> endobj -302 0 obj << -/D [1605 0 R /XYZ 85.039 597.091 null] ->> endobj -1610 0 obj << -/D [1605 0 R /XYZ 85.039 562.947 null] ->> endobj -306 0 obj << -/D [1605 0 R /XYZ 85.039 520.584 null] ->> endobj -1611 0 obj << -/D [1605 0 R /XYZ 85.039 486.44 null] ->> endobj -310 0 obj << -/D [1605 0 R /XYZ 85.039 427.8 null] ->> endobj -1612 0 obj << -/D [1605 0 R /XYZ 85.039 396.383 null] ->> endobj -314 0 obj << -/D [1605 0 R /XYZ 85.039 351.292 null] ->> endobj -1613 0 obj << -/D [1605 0 R /XYZ 85.039 317.149 null] ->> endobj -318 0 obj << -/D [1605 0 R /XYZ 85.039 136.043 null] ->> endobj -1614 0 obj << -/D [1605 0 R /XYZ 85.039 99.172 null] ->> endobj -1604 0 obj << -/Font << /F57 1075 0 R /F20 937 0 R /F15 951 0 R /F35 948 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1618 0 obj << -/Length 1454 -/Filter /FlateDecode ->> -stream -xY]o6}ۤ)RI)ФKܽyp,ؙ%ɀ(,G<= -cGJ ̊T1櫇iYbB F.拯8q:y2c LJ/lǣs{}/Wtv#GI]y 0Èj 1"0V$8k7ٟPSSkl)PAE\ N't ̍IQJd gOҌ$ZJ/aI_` |3?[ܟ<;[̈0ȀxSmWKfҳ1JJz2n۵?f,* b'F܉3O?,[e6&r̺b1 ZWPm|z{ADqzLX)hPq2Mk]ՃcDAċk@s˳[? ^zk ,vo54>ﺱz :_ |le{G@ xt0`N1.A %O|Q$~1aJE{<)bg(VEi0!EDqߺP<v0qxe svuuH:YU{ NBCje8^*LX,8R6*Ԗʋc=#`` I}O ̚#eP㹒pd^{]j{!n)R "~a(`c?k56G;S'jo(oSp ZCfdz<ϭn6;o'BTR_.[A_6"ݗ rˆ8, {[v5j+k6^%t2\k+џpR,pp%ob>r)xql<?endstream -endobj -1617 0 obj << -/Type /Page -/Contents 1618 0 R -/Resources 1616 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1615 0 R ->> endobj -1619 0 obj << -/D [1617 0 R /XYZ 85.039 781.388 null] ->> endobj -322 0 obj << -/D [1617 0 R /XYZ 85.039 761.463 null] ->> endobj -1620 0 obj << -/D [1617 0 R /XYZ 85.039 740.731 null] ->> endobj -326 0 obj << -/D [1617 0 R /XYZ 85.039 643.909 null] ->> endobj -1621 0 obj << -/D [1617 0 R /XYZ 85.039 607.038 null] ->> endobj -330 0 obj << -/D [1617 0 R /XYZ 85.039 535.194 null] ->> endobj -1622 0 obj << -/D [1617 0 R /XYZ 85.039 500.444 null] ->> endobj -334 0 obj << -/D [1617 0 R /XYZ 85.039 455.092 null] ->> endobj -1623 0 obj << -/D [1617 0 R /XYZ 85.039 420.948 null] ->> endobj -338 0 obj << -/D [1617 0 R /XYZ 85.039 348.497 null] ->> endobj -1624 0 obj << -/D [1617 0 R /XYZ 85.039 314.353 null] ->> endobj -342 0 obj << -/D [1617 0 R /XYZ 85.039 160.607 null] ->> endobj -1625 0 obj << -/D [1617 0 R /XYZ 85.039 126.464 null] ->> endobj -1616 0 obj << -/Font << /F57 1075 0 R /F20 937 0 R /F15 951 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1628 0 obj << -/Length 2022 -/Filter /FlateDecode ->> -stream -xڭYM6WU"iǓrޑv/3F"i%>h)Vl,`~<̗<8Q4O3 o~qk&K_ُt8>x~:Li9_o>{o|ZXJ)=\,0pכ{jeuzA>/38g^fʴy?[ݺwjN_ QPR,ԠM3iji_<k1>h %3&,HZ -FNQ ) !{V͘b];$jKZS&`!4mgqެ%n~a<\@bWta !++#ZEebe^ʅ6Tݑ ]R|U\T,GEu5FDն)l220U3YofTm>T?w)W1chp0?ّA` aSK5E{m:B3sQ -ڦeR5@|<~A@ת-Upc<5{([sgt\=ۑvO܀}oX3DF?󮴝-MpSAʶiom#VO'+]' [#?1勒)kFɽyq}ٌ_*EYܢ핽nL v1,MΤN=D7RrlFK)}j}rC"vu.!sЯ^<<0d+]LdC$f0(4x8xe|86l*`g/#Aw̩鹖 [Y2z'iZyeR#e(7@4g38n!2H7*IoV%ŽURVG?F>XG7$͕p9AӐ|ЬFU$ύHZY+@XxIB|B»y$Rx2Xp22BT)|uMg: X#B;dS\1 boL4*!aK X7"pRMFҦ?uUkWD*G5FjV]-1рYendstream -endobj -1627 0 obj << -/Type /Page -/Contents 1628 0 R -/Resources 1626 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1615 0 R ->> endobj -1629 0 obj << -/D [1627 0 R /XYZ 85.039 781.388 null] ->> endobj -346 0 obj << -/D [1627 0 R /XYZ 85.039 651.823 null] ->> endobj -1630 0 obj << -/D [1627 0 R /XYZ 85.039 617.073 null] ->> endobj -350 0 obj << -/D [1627 0 R /XYZ 85.039 571.72 null] ->> endobj -1631 0 obj << -/D [1627 0 R /XYZ 85.039 537.577 null] ->> endobj -354 0 obj << -/D [1627 0 R /XYZ 85.039 329.372 null] ->> endobj -1632 0 obj << -/D [1627 0 R /XYZ 85.039 292.501 null] ->> endobj -358 0 obj << -/D [1627 0 R /XYZ 85.039 168.581 null] ->> endobj -1633 0 obj << -/D [1627 0 R /XYZ 85.039 131.71 null] ->> endobj -1626 0 obj << -/Font << /F57 1075 0 R /F20 937 0 R /F15 951 0 R /F35 948 0 R /F42 967 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1636 0 obj << -/Length 1957 -/Filter /FlateDecode ->> -stream -xYM6WfjcA%d\I2*H]ۍI$U6V*I<>M?>5Ke159g2ϧ$>s{i1]|Li9]%/l.L9'w z꧷/=/LnvFQ?&ާ8f2Yp2 XeZIw4yNEcjJoQӹLYQ)5TX18P'zF-Ж*8h o(A./ G|g ˧KtoSj'ͮKr%% -ŌPJa`FсAdZgbc3%v+3 iM5]8p0(L:=?UMˣ~ xZ ċ]4H 9L93kgZ@NyPVt9|8"ܔi&smTꈖ~--S8/<a„92f͖}7R -{ &HU*bF[-׊-"^=L0"b&-׬Jf,Za¤qr=Źp{ꡫxcr |:Q~l[7Bg!RTZ0.GXAKq" ]rRs]Τ=kwj/mU<Д1PbEΨL߉TqpeWJ%VQ]E"SڪlJM򡝀lQBW7E@YMH[8b -cu^r/'6 aEhy7KjjTKdmOͮi (>fPǺ tߝ\SSq!e4{`jj0t$AÛ&"7S;.R||5Ep޷ r.u~z'4'rsCqa[`zwò)$blJ^vo:PVV5?ϩ~QXjniKn)q-uUc$p]0#_=L^mՑ7z~6-5q^HB ( YԒw&LشqBI30> endobj -1637 0 obj << -/D [1635 0 R /XYZ 85.039 781.388 null] ->> endobj -362 0 obj << -/D [1635 0 R /XYZ 85.039 624.724 null] ->> endobj -1638 0 obj << -/D [1635 0 R /XYZ 85.039 589.974 null] ->> endobj -366 0 obj << -/D [1635 0 R /XYZ 85.039 436.834 null] ->> endobj -1639 0 obj << -/D [1635 0 R /XYZ 85.039 402.085 null] ->> endobj -370 0 obj << -/D [1635 0 R /XYZ 85.039 330.24 null] ->> endobj -1640 0 obj << -/D [1635 0 R /XYZ 85.039 295.49 null] ->> endobj -374 0 obj << -/D [1635 0 R /XYZ 85.039 116.464 null] ->> endobj -1641 0 obj << -/D [1635 0 R /XYZ 85.039 80.502 null] ->> endobj -1634 0 obj << -/Font << /F57 1075 0 R /F20 937 0 R /F15 951 0 R /F35 948 0 R /F42 967 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1644 0 obj << -/Length 2001 -/Filter /FlateDecode ->> -stream -xڭYr6}WTĕd8g;!thJ5Lwq `7x<, -󌣄4ÈfټΒ5|y=H`XΎ^t'|yt\}^ya|SJ#@.4͢ӥ~q|ɩ?○#pdDl v3jCWVS>r!ѱO8,zIZpwnj"fgn"E}D߭uf]}TMJ?^57X${շ;_T_`{o$*oʨVwnor@KysU\XR1gfmXPaAuq#ӪQ!il䥾)2+-FXØy0 DX!N2ܥ G4Eb2cS* oMm4G3b kU_@^zdr{]՞pME!!Q%PKkF Ōr a{eYkc%FQ{1d:Ʃ땁闿oWɠV-\! L*LӜsHSs |$절`HQNCA!c&;Oľ)v}H >d|ASfzz68|JF%s>m@}ޫܻIpxɄXȉrV1]2N./w76d65fiRB2/ZĻXU*銩Z#LVuMT%X]7m -/d^vĢ4.⭬o -lʴDAB[ )v ~iC-{m X\olVK+_$9უOQw!L+\&u$(qiB$σẌvPW%j֣Ꞧ{odd6H pc14b48;UPN\;N=F-Tp|Yxau0~ ƭOD VIcF0b96NƞVN> endobj -1645 0 obj << -/D [1643 0 R /XYZ 85.039 781.388 null] ->> endobj -378 0 obj << -/D [1643 0 R /XYZ 85.039 663.595 null] ->> endobj -1646 0 obj << -/D [1643 0 R /XYZ 85.039 627.633 null] ->> endobj -382 0 obj << -/D [1643 0 R /XYZ 85.039 311.903 null] ->> endobj -1647 0 obj << -/D [1643 0 R /XYZ 85.039 277.153 null] ->> endobj -1642 0 obj << -/Font << /F57 1075 0 R /F35 948 0 R /F20 937 0 R /F15 951 0 R /F36 955 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1650 0 obj << -/Length 1708 -/Filter /FlateDecode ->> -stream -xڵYr6}WTDq'>d(N۩xdK5cS$'t]\H@N&E,vbGJ abJ x'!RI=# F9·ӛz`"y۳QK9JL%'S{c|zjrb>|yavZV3GI\|9a\cDX}~Ў[` - źd[$a)Xv&0U^϶Q*Hȯz 0_J4]ncQjLƗK2Jѫ媸Y_̈"̈ -I0s;cEqw$s*xHш$ Q8y7f,^n_쇧$d ٯ?x #E/"aHaJg$2ڶP$Coq0p HXk_mn r] q6sϚ}bc;6+0a[8κ[w-AGv5yB$q AY<jHXK!ԋn#a|>*d5vobH&Mz3u-%2GL6,={ fA:_ttfq^lBߌ-dN$)}b --$;^͟#EGg['tX ^N=kHYr|od+FT%E'LބPڪjz*a>F\E}'}bX^˪QeH!qa*HX 9ȑ"({c<؋LZYU$Obm*tq7 U($d K0Xvsyf4H6KմWFR42Y6+x) {VsVZsV1oH2x0AJd~Ϻ*1iіoS%NA%6{FĮ -x~l ͒ʸX5&,ôĺ(;5E -7]ؙ)͋7Qmh~L{RrjK;Uf.]%Cp2V47uC1Jh 4^_x9Y7e((cP2CS_ͣx:%F[ -DS>Lq@4M;Cɂ {|d}L{̂JVz|Uh ßc3Oi2pM6A[Ʋha-R`qH\}zl}K''Ga{BeD^{~o;}V!e]{}1(]uۙliG`sB{x@!,^V1.)3OoҞn1V+And\.vv O+]~;gwejoݭf]8!ǯC\/ J"5 nGim F\m'Oz{U᪌E,%}a?hH',u*jLX'9\qSO'ԉQ$Y40a3iuf9ICj:/`-$.RhT -BS6X ۤӵf|:M4f\Fp _L!gH5$MDOL+!mV$禇˃ha\u^|C{~ o9'{j3"<;yӠZ3L>[ǷǁrA][Lc~9e2s?0wzzendstream -endobj -1649 0 obj << -/Type /Page -/Contents 1650 0 R -/Resources 1648 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1615 0 R ->> endobj -1651 0 obj << -/D [1649 0 R /XYZ 85.039 781.388 null] ->> endobj -386 0 obj << -/D [1649 0 R /XYZ 85.039 681.042 null] ->> endobj -1652 0 obj << -/D [1649 0 R /XYZ 85.039 644.171 null] ->> endobj -390 0 obj << -/D [1649 0 R /XYZ 85.039 571.72 null] ->> endobj -1653 0 obj << -/D [1649 0 R /XYZ 85.039 537.577 null] ->> endobj -394 0 obj << -/D [1649 0 R /XYZ 85.039 275.437 null] ->> endobj -1654 0 obj << -/D [1649 0 R /XYZ 85.039 241.293 null] ->> endobj -1648 0 obj << -/Font << /F57 1075 0 R /F36 955 0 R /F20 937 0 R /F15 951 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1657 0 obj << -/Length 1641 -/Filter /FlateDecode ->> -stream -xڵKs6څP N;2'un,h4DWAIΧ!2 a*$ty3!F13m15SbPtz:QJP3j/\|xr~?z)x7\CH?'_ -n1"p{7WrjηOG{TʗS̈@"cqAyA{p`1+p3C)I(ʊtN>k71)8ʳ)*ygݓf֣J8A򓍝_N)N>S+fB[냾m>mr8qF52LR Z]5t%L$8Ly-ڮLd/o.erlAa]D扏Gсug+,y>[}x@dӢ,PƩ,M:ⴐ gEFs\D];͙-B SķG `A3g&hF[pW 74C&hFf[vffP6.Upz>:wl-mXBTQ_hk$qJ.h,MM&ڣqmhl_?eeF%]<` 3h`f$Ʊ|`vm:$NG e|4a:F#[jB6Gȋk9=Cv&%LfeD+9nwҺV0%䢀y 4\{8*h5[nu~Y&ծ[^x{yUWtVQd!P^Ƨ-K&i4#IF\jTڥ to:ߏ)<&5h°f$˱\eh9[⾒sTVyhB# ee|4avF3]u`Yd͡VvT]_wM9jWsxϏ&Hӌ#s퉹bbf7QhvdyXdq~&h9_5F3F;͙H5-@ XzrSO&hg_nRk,T,0 \RH-M8,hd1X8>qkFX}~Ȝ_.Ⳕ f43nj̮'mFMT2 ">Xpf9b> endobj -1658 0 obj << -/D [1656 0 R /XYZ 85.039 781.388 null] ->> endobj -398 0 obj << -/D [1656 0 R /XYZ 85.039 761.463 null] ->> endobj -1659 0 obj << -/D [1656 0 R /XYZ 85.039 740.731 null] ->> endobj -1655 0 obj << -/Font << /F57 1075 0 R /F20 937 0 R /F35 948 0 R /F15 951 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1663 0 obj << -/Length 2129 -/Filter /FlateDecode ->> -stream -xڭZMs6WVS$^2iܤ9msjDH d2cGR y& bRo3"`maVUCt\}XtqZ:0-Ff --Ȏԡ嫃&??>j2T01VY6[\Tr^OFhN&̍BNcg}R??aPNi#$L (4>TvQ R.15.D%Rȥ(IL$#3dGO:^CW8giT)3?0eFfrn!'tR=B)JO O(]^|e3񌺰Dz4SMq$G$QGYh?NdRX.9"/l)>f{h1Qh=v#δQ0H@b)Nn~"9k;cFQ mә,9l3&^uDe41 -,}WfX`rQb#iX|.WGkg}*mus|  H(rU+8i#ifȄ'r)UUQ|6W -ܖ*:գERu;d`Fd7 -T2XvX4ED{W}x(aX)2?jT-;]BHb񔙵J{j54)æ]ׅDžJ3}/D"$xn .)LiЗz<_U+x.L/a"Hs1)0a^MmE8`_j3q)p`s`N7UoWbl6~S[p]ϲv+ږ-o`ˈ:>!$ꬮs, -y3[F,y(U9)vN#T]IE辁X"ޒpdytmu{Ի8x/_Fxd,ݓfiǝ[L6)~gpu"AWɝjXzjו7w^I*ndHʑYli5["Ȟ8\Zu?ޱK(~Ȅnd&hv֮ˬ]ײ}]9L*t~guoGuG&>9rF%> endobj -1664 0 obj << -/D [1662 0 R /XYZ 85.039 781.388 null] ->> endobj -402 0 obj << -/D [1662 0 R /XYZ 85.039 380.606 null] ->> endobj -1665 0 obj << -/D [1662 0 R /XYZ 85.039 346.462 null] ->> endobj -406 0 obj << -/D [1662 0 R /XYZ 85.039 141.149 null] ->> endobj -1666 0 obj << -/D [1662 0 R /XYZ 85.039 106.399 null] ->> endobj -1661 0 obj << -/Font << /F57 1075 0 R /F20 937 0 R /F15 951 0 R /F35 948 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1669 0 obj << -/Length 2361 -/Filter /FlateDecode ->> -stream -xڭZr}W-ê6[R%)TĒqꖯhr$B -Iotc,rĜ>hِ_6bBE>L3FD :|' A d`Χ.t(i>>Tvb"c1.EnXr4N,ꆟ\]wݏOL"߃wpP"l>SX -}5^PG<!aD&q)TqX$G8јEw8iv1I~ tyl Km,͉Hjtn.GFo8M YKaj?jlb)IRq -RRI]L|ڭLp5G fBϚ9jh,ϖuO>l?ɨ-g尸::;^qwi0w5nsWkb j+R%㏅* ]p ޔB`6~Wp}ka,I1*I %LpK)K >PzRRF'Nvzn"Ed1-5 s45V -~fǨ_5e4RsA<9ަA;-&,zR_IYѻܬ܌]n^џ}}m+w++5d1- ŧJxѫ4 un0=-{ӄ:LJ[Ls#wHgn׵ Ku~XuG|ԩ% i0Ж/H?`dbijYLt~_<2fd)D|EiyHk4vd!Is"؁W >Wnx~bsͣ,/rv2`IBr5*CBo1"[1u64v,uY$5N̬05U2;Qkds٫S̏4X-<ͣӱ8/{L~,j_9H!a"c ?pjn]~.bKAoUn\Xo~@xm_ةs5HW0A6[^|=pa^ (&$4Xv/~CrW}^&|-nl>ԣ4z/tF}|r_pw.G[yf7R񇬦0vVE 8=c=CzEw߀2F9F9|zsZTlh-ŧ򜤲F~jeal0ok4}<&ʕK`H[Z!RVH?RZAzVZn&wo'!;i'YF$Y7y'wW;B< bƯ9RoHqXJYASEOYp 廾G&dw!i4ևSXGL4Zy zǯUd./;pQ`R4R,bT)E1RObCg;;R: K)(]L^wh}Ŵ<6v脤> endobj -1670 0 obj << -/D [1668 0 R /XYZ 85.039 781.388 null] ->> endobj -410 0 obj << -/D [1668 0 R /XYZ 85.039 761.463 null] ->> endobj -1671 0 obj << -/D [1668 0 R /XYZ 85.039 743.459 null] ->> endobj -414 0 obj << -/D [1668 0 R /XYZ 85.039 391.925 null] ->> endobj -1672 0 obj << -/D [1668 0 R /XYZ 85.039 359.903 null] ->> endobj -1667 0 obj << -/Font << /F57 1075 0 R /F20 937 0 R /F15 951 0 R /F39 974 0 R /F35 948 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1675 0 obj << -/Length 2517 -/Filter /FlateDecode ->> -stream -xڭ[vH}We`PSW[f[r[< '9uD"XHlڻn/I0+z$Iٻ_#\ =oD#8qz鿏ow!c0ezlN\_\ӿǿ˼eDQ}{S Fpˋ#Ȋg2{淚 Ydo07b )H`^ց:XYϋ9HiRs|`H?cЈB{ۻ v8p? Ze8{e$@6aj9rR# '~f4[Pٟ*Wd=_GuPEk g^f/]V9eä *L*RgH.XJ$9x./veBNRD| ,@6:bj9w> u9`Z.Gsj:__|;@lb'8[4@6;`j9CPvRZHg3t"@imW-EUN*GNstx(Z@<$#0d3bZ8oP$#)"N!i唐p E7eβI0*USQG4Iqs),4-LΐfCq|U}O0sJoVQ9z0qAYLH%"Ujc+Udq0# Z}$QJ8z-O8qw,ԧ+9GyXl_,dx>i>0s(H<`l.]1᳧)?0q=Y^=l*ifmaVϸW 3Y0XA84Oˋ&^b yL0;ւoc B?"ZVzx>4ͣ0ҙ^lPWfW|g#m$C&ަO&RVmMoW}mxj6tUwjRx2ZhjW [ɎYٱF5,5lycDe0;cTE*2I΂ԟM'S_/lc/zJg܆i>w[Ulbp@Cl5:1_]8ͼ\GT=S6oKy 1 ܿRqܪ@2ƾiyXm5FnsX L͙[ \=6lx(0hQouHx{3OgiS~Sv$3Dz[Y"qn CW-0 TBea,RFAsrˤH"du]+endstream -endobj -1674 0 obj << -/Type /Page -/Contents 1675 0 R -/Resources 1673 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1660 0 R ->> endobj -1676 0 obj << -/D [1674 0 R /XYZ 85.039 781.388 null] ->> endobj -418 0 obj << -/D [1674 0 R /XYZ 85.039 169.843 null] ->> endobj -1677 0 obj << -/D [1674 0 R /XYZ 85.039 127.496 null] ->> endobj -1673 0 obj << -/Font << /F57 1075 0 R /F20 937 0 R /F15 951 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1680 0 obj << -/Length 2779 -/Filter /FlateDecode ->> -stream -xڽko6^qiB+N"q|H䃼+ۺh$HWNPp87gB?HB_t'7IV~9҂ɫ0^h*]:oCXo?z/_??__1`.Wqxgk3?G'ܞ"}[`#4YXwGpZ#=)^ 5wGҩiFCOp,P$U*\Eyq}vbG3jёo"f}5<1+0+`p\it2H'oUUyaebfmF:F' /d n -e F16Ukƙ\j̐ -"?S2k ַn 7eMbeOL M*̀͟ -ث/eEӌ?:/.%I&H&#D{hCvnyGK Vo_Խ6M%ܗ0$li) -( -\%kKFaee\hZ7<_M<ҳ FD~ `dGZ-yCF!÷mk{>x0%L~U֨dֲtc2 f|yg<9G޺ȂlYG:Uxq&R>l=yv,<^:ĉ3bgpX#{:gogkhWLSBgM>PUÊB](*҈gU0".1/2f~]޴ &qrRT ٸBa/{cҁ)0mY@ӌ(C 08GC!}䌶"}|A Bޜ2 8)A$^dc7zQj9+`;|IHyǹLv8#i5#7u%$zO6o`J -.BsQ9xz3 -&u3l3k (|,L +q0 ɨQP@+<9X+}~~{_;xIaZS !wf; :-Bs|d1V:϶ys%eae.'@>㘔gs c NČEdH8@"qw@׹Qxh凷:{b501y,F&O% 6YbZCS0dObԌuHExR*K\Yy;,呲j\7Ư ;<^BD5ʹ`rAj0.d5$Mp+ގd>pߡ|wP鶕i%*s%JrY8d/7$- -FY +L I2#D(QEU_S`d/KHͪL! هlre+K\L*qMCHqNq妏؁8Wݷ7yo# XM%Ka'XC60hiĠӦŵۡ* +TQGXa۽d)V)DO fhRXCQrU8W=Jjn8.6~%L*mlyl[ -|l)5Oy!2ԋfP`ͮ2l4R3::(Syc!Ckkp3_R^&5ADWYRm7; LQ'otZlz@čpZ_6i4$nc}h_G$p5YKs<0<&eQ~ᱽ7]St)񓴨]̛`q'aMG_TȣT2( OiBXm?A qqDrty֔q8.qR -DeF!rU H,MӻFV F+yѮ$vbnm*4f]%L2[JkRCqHzy: -:t;pM7X> endobj -1681 0 obj << -/D [1679 0 R /XYZ 85.039 781.388 null] ->> endobj -422 0 obj << -/D [1679 0 R /XYZ 85.039 761.463 null] ->> endobj -1682 0 obj << -/D [1679 0 R /XYZ 85.039 741.134 null] ->> endobj -426 0 obj << -/D [1679 0 R /XYZ 85.039 196.786 null] ->> endobj -1683 0 obj << -/D [1679 0 R /XYZ 85.039 162.244 null] ->> endobj -1678 0 obj << -/Font << /F57 1075 0 R /F20 937 0 R /F15 951 0 R /F42 967 0 R /F36 955 0 R /F35 948 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1686 0 obj << -/Length 2276 -/Filter /FlateDecode ->> -stream -xZKsW)a,%XPR==>(D,fzfz~RL8gW$v)& `'"PɬAs6?Y“0md5:L)t.z9zqKz~O.չՎpF=w>Y?p7yϜ ޞhoNN]mEszBhcƩ%鹤p/ uȊLD?~% -Np'(Z - @ilt?:dqQFDY1gR/?STdNYEڻ`V$~h}װ_ȻtQ?Ȗ -( DQُ>Mg2ߥ G êZ D5$,rtEtxD1R߯[zgz(`ƅx|o-Y,g/+|WÓ&Y -/i| Dfd,%EZBj3%#o1IQm y8cvɸ\ `Ck2 0tXqCA{Mָ]t[(]O{h!ͽ%oa='8>=F>`⏐S ?n xOrac? Ƙ ^iyŐ x\%L'nA -s"l3Xo,K]'䠉6-ŵ -hh:1%~twHf@o|Ue_DUwQbD nfcc'-S`TR@Z;x@)II@֧ ?l"pJ-[S~ -;&!ˬrXT0fK|5PH ؑ8 Zõ)Q]9}8x-?xR2tl֨Cy大?sYQg{*_aGm {-ʝvw_Ռi,iXYfhye?_ո1 ݓb(}JOWJ@`Ps1%q!޸hQnY.'FXxIatf^fԺ+T'E[GIr̈h P`@yHkET60?pӧ4ðGq[}YRtx"~Ӡca@8t50tGY:mvK:YbfgQ܆WLj)|v([$MQ<#˔E(-bU2 AeL A4bĤCW|sύ*}Pw _ /̴Aendstream -endobj -1685 0 obj << -/Type /Page -/Contents 1686 0 R -/Resources 1684 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1660 0 R ->> endobj -1687 0 obj << -/D [1685 0 R /XYZ 85.039 781.388 null] ->> endobj -430 0 obj << -/D [1685 0 R /XYZ 85.039 529.274 null] ->> endobj -1688 0 obj << -/D [1685 0 R /XYZ 85.039 495.736 null] ->> endobj -434 0 obj << -/D [1685 0 R /XYZ 85.039 233.596 null] ->> endobj -1689 0 obj << -/D [1685 0 R /XYZ 85.039 201.574 null] ->> endobj -1684 0 obj << -/Font << /F57 1075 0 R /F35 948 0 R /F15 951 0 R /F20 937 0 R /F36 955 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1692 0 obj << -/Length 2015 -/Filter /FlateDecode ->> -stream -xڭZr6+4TD( W;Md&i8E#2tb{`X6C230*#e|1#rU9=PsQq`󋏋;y\1\oo9y}O_^=kzѯalƈ VE3w}s;zĊ("$KvЁ FsdhIJ W/KGJ/r<=.u "nwd -&*G"0I+0هW  -YgZ|Y2ʏDtI""#"3bcFR"zL>;k%4V_z8Ts]g7CNIDUZc1jUV6mNJqDLb9R=(<ѥ+K+֚7MV1@8L\)HPh0S<ʯU}a2zD%'Hx<R.j&֘w&Ce92h}MW`g%؁_̕YgP=|Ek/N 7pn1}nN[7|Ue^niaϴ -FjuK//"'Ni ']@ \X`6kaQ[Q d1#*}7vq+s_4ǾӶTΈ0.ʈwio:{~H$f9HD1q&.1YX`d1#*E [ys.em-'?JSBP~O0qM&V.69l#m "j ̳="iHJNx0]yU'1fI3"ҷ>]fcr}4RWtO lnuyCt"V0a,=X>)EL=b:t"]q[ 3SCcFL)cK&4zԳ'n,t[E~բ-HZ4aMS {h4Cv)Үr+_3yt2w];Z V}&j}& cͩ}f2}< g]Sl9KOCv#+ ?S9P!1\ђ ފAl-T6.jE:^AU/֢sz3#i18L` ` u{Y67^cKyі`gJӦp@;b -ePRђK`J[5eXj||a5RLCM -iL&npr5l7Oo73E !pZRɮ`0T5:zL$=ۖ"TGPytGP1QGHHíK]X`bz{cݺ fWE/uJ=b:Lt)gٌ_0>'IÿՠrV0UI lnU^Aٖ~O3uXw3Stu{"R'$]Exn :pɧ`y ^& 5 0ՠԇɮln~ˡÌ.Ly"HzFhM-u=& H5y|/R\b^[%W tS4>"W DZ#&.<[br LvB.1yޣKH, <ݖs L6B?aZtQ$p W.u#E0< Hb=:]%S4hCn\!JIJ.OD%UCgKttAv7~Q&QoEe@DL4/aC9kj(o⎋A!]20@6i@jendstream -endobj -1691 0 obj << -/Type /Page -/Contents 1692 0 R -/Resources 1690 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1698 0 R ->> endobj -1693 0 obj << -/D [1691 0 R /XYZ 85.039 781.388 null] ->> endobj -438 0 obj << -/D [1691 0 R /XYZ 85.039 761.463 null] ->> endobj -1694 0 obj << -/D [1691 0 R /XYZ 85.039 743.459 null] ->> endobj -442 0 obj << -/D [1691 0 R /XYZ 85.039 671.008 null] ->> endobj -1695 0 obj << -/D [1691 0 R /XYZ 85.039 634.743 null] ->> endobj -446 0 obj << -/D [1691 0 R /XYZ 85.039 331.956 null] ->> endobj -1696 0 obj << -/D [1691 0 R /XYZ 85.039 299.933 null] ->> endobj -450 0 obj << -/D [1691 0 R /XYZ 85.039 225.361 null] ->> endobj -1697 0 obj << -/D [1691 0 R /XYZ 85.039 193.339 null] ->> endobj -1690 0 obj << -/Font << /F57 1075 0 R /F20 937 0 R /F15 951 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1701 0 obj << -/Length 1872 -/Filter /FlateDecode ->> -stream -xY[7~ϯCq}{*UPJAݠ>&"M&{|\Cܾx?2Va")5^lGx| OCd`G?!`||va/_?j~|d^ۭG6z7z@#'8Lj"ތFCg|lF.XQH)>9JQ`$0ux@:y6%R2ݯ$QA{=g2 -) 4gS&Un[jV)'}rrnozwN\{Wp}gfbώtI &.tBcy:oSOm)eV傶TN -N ~JQocG%kϘDT 1,*N2\;i򠓆oNe98O`:LG^Y/.ړZHD,Ǡ-sFQ&D@dS| ۫_ [U9E!q,$Sqz:eIFR {oL.#J\ҩl0HiR{[M -Y4"a?25M_V=YE=ޝWuื+8_Նhw\6@V &HӉƌQl6.AXж0c,Ҕ<ǩM*_94m|m_TXx+SD\[. LT\Y i1fܗWe(,IczqZMQ^EmO3".K{g\'Z 7q"q a" (31=RzHpҐ^䵎C;$ȁ&VtL\: D7<6> endobj -1702 0 obj << -/D [1700 0 R /XYZ 85.039 781.388 null] ->> endobj -454 0 obj << -/D [1700 0 R /XYZ 85.039 597.626 null] ->> endobj -1703 0 obj << -/D [1700 0 R /XYZ 85.039 563.482 null] ->> endobj -458 0 obj << -/D [1700 0 R /XYZ 85.039 395.581 null] ->> endobj -1704 0 obj << -/D [1700 0 R /XYZ 85.039 364.164 null] ->> endobj -462 0 obj << -/D [1700 0 R /XYZ 85.039 208.297 null] ->> endobj -1705 0 obj << -/D [1700 0 R /XYZ 85.039 175.876 null] ->> endobj -1699 0 obj << -/Font << /F57 1075 0 R /F20 937 0 R /F15 951 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1708 0 obj << -/Length 2271 -/Filter /FlateDecode ->> -stream -xZo8_!d`Ŋ_".i.Jb$]KioCʒ%+&@E! R#Y*XΤ(`'I:4Whi/w|4SZF\)e ͩ?~;ywF8kћy;oqGFKףFN#i%ǣhLE՘"9˅CƙdkZwSSK6㱚%Z,he, -%v=NWdqs*0sG_R3gmهv, ̙DSjgP8 h+ >C|Kjj"?$ls&{YPsf)Ÿwp3FA@0 )Xڅdsf کgնFqmef5MENM95JzA~Qt~v`L?}0`};];KgiabDEYMM;GnHtt$%2 -16$L?+0CbRv!BSE(亷5ipW|mOʉY+<V+Fw;K]dGKƾ &gª^^Kɔ1]pG 2e -=QWa6t-MfM;Q.5 83Ȝ(@v `=]j`'1"ٞ;% 1oUW: I*|&O'IQҲ~PkpPR [Y fAM} O_!Õ4uh+u{bm)VUMШ7p]4riF6eJ۴pb6kCж`@Y-:Dxݮ}˽oh͊V\t-mi\VKҺ֨^b뿨 .muaBB$`/ kU Bk\q*@2 3OhBH w1[{ )s/gRt@:4\ih{Ӡl#Pꟶab -?-4aʧ03~,ౌC7e@30<QBcEQX,PPROCsGF%t`!m'MhPz vwPOB4(v4Ai~PPR1۷-Dcr1)I2LE~xdˬFApS#6Ɩp0DXb,2)Rx2rf4,Zè goh6~8_O`ԗ6 $FZnjFy-xT(iԚq!S&4e+0?0倎@V,nJwK:-+jU®\>)n/Ռ3NfsE}]@WTΩ#WwX3Q=Óp"ؕX,hoNTm,ޡHf="Rits;qJ:NWiάwۂUKW߳HPyt -hޢםBqբC~LAk+0jH`b74hME{#z3ѣe)ݩx h{vEiw`B:M^wrw& Ðl -6y#9xΡ|ݳkgw+:rAUeQb ѹx-1-Kth^s~the U> endobj -1709 0 obj << -/D [1707 0 R /XYZ 85.039 781.388 null] ->> endobj -466 0 obj << -/D [1707 0 R /XYZ 85.039 761.463 null] ->> endobj -1710 0 obj << -/D [1707 0 R /XYZ 85.039 740.47 null] ->> endobj -470 0 obj << -/D [1707 0 R /XYZ 85.039 206.21 null] ->> endobj -1711 0 obj << -/D [1707 0 R /XYZ 85.039 173.992 null] ->> endobj -1706 0 obj << -/Font << /F57 1075 0 R /F20 937 0 R /F15 951 0 R /F42 967 0 R /F35 948 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1714 0 obj << -/Length 1813 -/Filter /FlateDecode ->> -stream -xڵYYoF~ׯ h'9S+HlRIdآCR;p3kQǼH*b/Qm'Ի7OE,dYM^U(i쭮uJx'h:΄> 0yprh~n///wU%Zd(mAwJDy' ()d9X-eI|gQTȘB/Ta<-ՔwiqkY/o'7e2oKǿ:>SEÛr/3\/xʈd_Xo5.i5\Z )Oyg"f xRڮ vQ][F>N+>]v{{ -zV,T eo@Z NBZbrO{VLun,ЬJ)}d4mLoo.1x  ҸEq$B/ca-zPҬY$mÕLJsqG-zg}9s4ܩ\IO$}.z/E'@)ϐTdUQ:n, lrkK7v3G ~ߧkT=0c ϓo( UeE(J##pum֛(+$Ub+̧pjJ l\n~޺Mvhm'O).tukrI:Ɛ0I$M1!:sڭ_fP;s lfڧ6,$1R P -G0^E!Z 0-?v@4Px -a:ʵT0[GP]Fɨ1dXLө}ߣGjbLi}h_`J/v]9topX[}`k;ĖWl՘a,f,t&OʞQ$}Sa:7巩 }%nF1[L5Wܣ<oXOBxT)hu }9F$f( D JOgQDh,Gutm^bSZ^CB'2̊H9Ʈ r\I bLn+q!Ё9K5:600 -aQJcBt 3U!C!ի1Z=;!B ;/zYИ_HE -a&C7X n1 -oAуlo¯fT1 Dt6aX{3{pi!%#28D Y<3yaP?:bk, HmW^avv>Ɔ5KM -ս?) "b<)Ԑa - Dw2 #P`z ѐhf44s̞-Rw1s[E7\mx8 -@E00>ޡ70[d1: Vw+ $HF;LGA(1L$ ̘?3qM4w4kpQ \G$Ri$*>Hܥœaɐ.$SdgB7O.EX'" W׊1NhCu餛?+LGAh y%:ϱ>|0MiﺥYs1{P)hɥufn`ζNmj3=MK8S\ht$qJ Cu : ÚXendstream -endobj -1713 0 obj << -/Type /Page -/Contents 1714 0 R -/Resources 1712 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1698 0 R ->> endobj -1715 0 obj << -/D [1713 0 R /XYZ 85.039 781.388 null] ->> endobj -474 0 obj << -/D [1713 0 R /XYZ 85.039 436.555 null] ->> endobj -1716 0 obj << -/D [1713 0 R /XYZ 85.039 399.688 null] ->> endobj -478 0 obj << -/D [1713 0 R /XYZ 85.039 357.528 null] ->> endobj -1717 0 obj << -/D [1713 0 R /XYZ 85.039 323.384 null] ->> endobj -482 0 obj << -/D [1713 0 R /XYZ 85.039 198.858 null] ->> endobj -1718 0 obj << -/D [1713 0 R /XYZ 85.039 162.593 null] ->> endobj -1712 0 obj << -/Font << /F57 1075 0 R /F15 951 0 R /F42 967 0 R /F20 937 0 R /F35 948 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1721 0 obj << -/Length 1340 -/Filter /FlateDecode ->> -stream -xڥXn6}RX.Aj;/IP(3r=,Il^.-#.<=:wIGH*Rb3߰یxD!i|+.#:ߵpq͗㗯O7IRr&ή~?t?&ofÉ`C_f?h 0bZE` "1rkYvcHFiA`(918:3X&)8~{{ -o-dn_$)Gx=\'Ļ -!e2\[ψ@LXP*NPD{`ȸ Y-yUW[7U&6Wn[سjBܸnryլ~OsƪFVHlRϡFB2ODGo/{ RrJ`KI(BjL % 1!ʨ:GMCb4iVP; חQcS%;M22EzF]ATZ<| \!!/I!=bžV9GBPD&& 7#}!Agxe&x! n$61Dz87vCsv$.v<ԁBuZN bx0 -3<&L0u*|(V*_ɦ-&<_ ícjt ը}nղi\ޘm@a4*+mqB@ڠWHe5^ IEz{idEn<ڵ͈oQv[ڳBE@5> endobj -1722 0 obj << -/D [1720 0 R /XYZ 85.039 781.388 null] ->> endobj -486 0 obj << -/D [1720 0 R /XYZ 85.039 761.463 null] ->> endobj -1723 0 obj << -/D [1720 0 R /XYZ 85.039 741.134 null] ->> endobj -490 0 obj << -/D [1720 0 R /XYZ 85.039 698.974 null] ->> endobj -1724 0 obj << -/D [1720 0 R /XYZ 85.039 664.83 null] ->> endobj -494 0 obj << -/D [1720 0 R /XYZ 85.039 591.773 null] ->> endobj -1725 0 obj << -/D [1720 0 R /XYZ 85.039 558.236 null] ->> endobj -498 0 obj << -/D [1720 0 R /XYZ 85.039 335.876 null] ->> endobj -1726 0 obj << -/D [1720 0 R /XYZ 85.039 301.334 null] ->> endobj -502 0 obj << -/D [1720 0 R /XYZ 85.039 301.334 null] ->> endobj -1727 0 obj << -/D [1720 0 R /XYZ 85.039 265.069 null] ->> endobj -506 0 obj << -/D [1720 0 R /XYZ 85.039 224.826 null] ->> endobj -1728 0 obj << -/D [1720 0 R /XYZ 85.039 188.561 null] ->> endobj -1719 0 obj << -/Font << /F57 1075 0 R /F20 937 0 R /F35 948 0 R /F15 951 0 R /F36 955 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1731 0 obj << -/Length 1307 -/Filter /FlateDecode ->> -stream -xڭXMs6Wpr)u`\;mqmVOi6ʒ-J A=, ˌ$LFl02 0LG:cȦv$c~fv<&]ۛƟGo{޽E(,'-P%P+SYP?/Gw{S & i?(F8e2DRS2fy1HI˻3#^Y^]9ߔۘ!LC(*"T,a :STW2a^m+:&"8L*PμFml;(PJ`I&1uN*|_mʘDbWF #tAryZXCeX>Ÿ$J5y@(dLEjXg:[);|~7rWVOVjdiCI]gIHbN%/9bN1;%A:<䔀Ŝ1F)-&sSĭSzCN _)N:%D`NvJx>SBr -(B%{k nHsJYJAtx^YT |_Ҏ -͝+r#Vh V!Bd -0.C`ҺSK;hjlhg! He0z:O-,`ʛ˃WSF'*8֭ȋi`:XcHQuH[/(2[^~%luA|U}^İtǣ0 $?3ָDӴs$Sύ&BYGb->`3 rŽqƆ8D%>+K~?ңs6 -G/=$x]:`舺w?m U -Q`gcW.҆=֛M[/ؾHH{:הo[ ~ㆻm -AafN $0v J.Pnnm}۫7ciTFp;a᳃ʇ~lVjw0qpbxc+=qpN{ +66cU:tZL4I2lM@r:;m` Tn;H!Gyky<%Iて#YO=0qopS8p8G=ۘ 5ɉR"< \C$jSiiRt(6k42{H̳vذE%Dk˕ȡendstream -endobj -1730 0 obj << -/Type /Page -/Contents 1731 0 R -/Resources 1729 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1698 0 R ->> endobj -1732 0 obj << -/D [1730 0 R /XYZ 85.039 781.388 null] ->> endobj -510 0 obj << -/D [1730 0 R /XYZ 85.039 761.463 null] ->> endobj -1733 0 obj << -/D [1730 0 R /XYZ 85.039 741.134 null] ->> endobj -514 0 obj << -/D [1730 0 R /XYZ 85.039 741.134 null] ->> endobj -1734 0 obj << -/D [1730 0 R /XYZ 85.039 707.194 null] ->> endobj -518 0 obj << -/D [1730 0 R /XYZ 85.039 666.951 null] ->> endobj -1735 0 obj << -/D [1730 0 R /XYZ 85.039 630.686 null] ->> endobj -522 0 obj << -/D [1730 0 R /XYZ 85.039 448.974 null] ->> endobj -1736 0 obj << -/D [1730 0 R /XYZ 85.039 414.432 null] ->> endobj -526 0 obj << -/D [1730 0 R /XYZ 85.039 414.432 null] ->> endobj -1737 0 obj << -/D [1730 0 R /XYZ 85.039 378.167 null] ->> endobj -530 0 obj << -/D [1730 0 R /XYZ 85.039 332.815 null] ->> endobj -1738 0 obj << -/D [1730 0 R /XYZ 85.039 298.671 null] ->> endobj -534 0 obj << -/D [1730 0 R /XYZ 85.039 225.353 null] ->> endobj -1739 0 obj << -/D [1730 0 R /XYZ 85.039 188.486 null] ->> endobj -538 0 obj << -/D [1730 0 R /XYZ 85.039 146.326 null] ->> endobj -1740 0 obj << -/D [1730 0 R /XYZ 85.039 112.182 null] ->> endobj -1729 0 obj << -/Font << /F57 1075 0 R /F20 937 0 R /F15 951 0 R /F35 948 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1743 0 obj << -/Length 1870 -/Filter /FlateDecode ->> -stream -xZKs6WVSx`/7NZg;^dYi<ñv $I.6"Tcmƌo~1z44}J1xTb<^rnr2BdL6=8x{rv/߽jr3{=z9x+Q ߁GŒkJ^()jt5ɱoR`1㩠ًQFDQYف;x 2V\@`tX -XW5H )b2exL;gz~qW9C̩{>VމH ZcaMm4 *7s2h`MY)"')LԔ%aJE m y:2YUCfc:NHtN7SMH=xmѩ. ,!@dZ{ں>'%R?@Tg7hRsøORVlR+eeWgR̐t,euTB:~A ar/^ɏ;7q.I8|xxHlV+Et~!9 |"lf5;,,[Bĭ <0߸y]W6o !I=i *d`F^ -1Fd.A 1e U2XI1XJĠhQj֌1MjvUG-sZ a3 -( p>ɇP\qIO]H*wǠ9]ekq07& J.UOJaȐu)vS -=Ut\c-b^ĥ!OU&ETH -S+[|E}*DB%VBL`%fpاo3}H|<Ov>C&:5$Cž*@/(E9t7]c yAiŠ5SߦHA2"$tA}pv.Tj}WJjd՘xz$ H/H-HR2=OPb&5.?=.GfX ɟ,ݹrm½EiQ("XL',*ĉ77k{_ٿ:rwÃ{v>_/P]c`7Ϸ{,*Ю,Zj?i -Ð&T +3MRZaJ{*٧kͭknz6߹ߞ-ų WC|>جktԘhW&Y1q#:pSMV5cPwo:La8k֊hjr6{ZUTU}VUiXezS}u;%続_zO5AE{c)jl3!33_?C@G - 0QwHWh3#$>@ݑλ#o;6&;8ެ\_ݠwCKD!nTؓk i6 Ŕ= xaa9;wSyWn> endobj -1744 0 obj << -/D [1742 0 R /XYZ 85.039 781.388 null] ->> endobj -542 0 obj << -/D [1742 0 R /XYZ 85.039 637.667 null] ->> endobj -1745 0 obj << -/D [1742 0 R /XYZ 85.039 604.129 null] ->> endobj -546 0 obj << -/D [1742 0 R /XYZ 85.039 395.319 null] ->> endobj -1746 0 obj << -/D [1742 0 R /XYZ 85.039 358.452 null] ->> endobj -550 0 obj << -/D [1742 0 R /XYZ 85.039 316.292 null] ->> endobj -1747 0 obj << -/D [1742 0 R /XYZ 85.039 282.148 null] ->> endobj -1741 0 obj << -/Font << /F57 1075 0 R /F20 937 0 R /F15 951 0 R /F35 948 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1751 0 obj << -/Length 2025 -/Filter /FlateDecode ->> -stream -xڽY[s۶~ׯt:LJysmuخ朙4D[#E5Ϳ? ,($=A,vi6"Tdcmƌ#:'?GL=d0zQl~jDБYF>¢ EQeibX'&Wgo #Q0=]AYG&phFaNpJ~=aGCP`1O&4Kg}#}]H.$6(6(z3N=)Ԧvcc -8ͷ`%=0Մa;}SPgheڝ":?bO[qqJ;{@x&1_">G2JkbtMf0!e%.+JKח8;_VMYPbTPBv˼ڗq(ʟzJ -[- ;h7`+pP"0uH" M,wK/go~tu9NJlx5d<)[dϒ4X^AahJâF090d7;7 UH.5-xQ[ǩ?+Zxzt) rcSYT,,٬w+Xmh?W> k֤w?T.K\{,(#ݽM/U` vJvmy*,ls LVAs܋g>Uߤ-_sP>E"l4u}q ϏHXpaR*֐LK7Ω)Xf:[@kmJul?ߺhI!.o^+;>pj {=ݬ}wNl}%z;(۫vsw! --mv6|BRߘbWoҮލ_&FYR{{+x[϶j6m1^rm/ฃ̋zȕ`eϦ7}&t~LB-3?i;!@8<Ɲ~ȿ?FmGXqE8>|Ʌ}<~G"_Z,>Ajek ?rQ6K_kФi_[]ﭹf-`o0P,`smPV FCuKt'OY !㥄a+6c:۽&vQ --3\ˀl>aF)Lc';%KXJ2 c.qomCʹ 0B#`z<6$eCvtLQ[A&jWGL(90<#2&`27GLx. WTᤙJ%btqQ`_C[jk?&J86ed4b:Tz Xn(_ -v -@ܵ=p mCS@ɀK%w+W!_$lB.W}0Dm(endstream -endobj -1750 0 obj << -/Type /Page -/Contents 1751 0 R -/Resources 1749 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1748 0 R ->> endobj -1752 0 obj << -/D [1750 0 R /XYZ 85.039 781.388 null] ->> endobj -554 0 obj << -/D [1750 0 R /XYZ 85.039 761.463 null] ->> endobj -1753 0 obj << -/D [1750 0 R /XYZ 85.039 741.337 null] ->> endobj -558 0 obj << -/D [1750 0 R /XYZ 85.039 531.353 null] ->> endobj -1754 0 obj << -/D [1750 0 R /XYZ 85.039 486.278 null] ->> endobj -562 0 obj << -/D [1750 0 R /XYZ 85.039 118.274 null] ->> endobj -1755 0 obj << -/D [1750 0 R /XYZ 85.039 83.528 null] ->> endobj -1749 0 obj << -/Font << /F57 1075 0 R /F20 937 0 R /F15 951 0 R /F42 967 0 R /F35 948 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1758 0 obj << -/Length 2022 -/Filter /FlateDecode ->> -stream -xڥYM6 WxʝER%mn'٤Y$֮5%gJd);tR$HeebDeHd9,,᳈ߓy^K4Hn#Q۟ޮ_[J)$W~':~5}{ۏ7/֭vEБ/ k& -R44JIx\ؤ uլ|忮|mRo_6fo/V0X6,jmv9}ͮ({eK5PG~v1Pnˆ+ʢ)=6Z(z徲Hv:Lmiwh]” 7c <͎>[MU/>wk۾:w[p|…U4uUn!0zMFކ6C?4눽<@'m ujVXנ]U -}P݀}%Cb-"]IwcOA!"mܳNVS-wpгGߞ좼sSgFNtz*kcu}3N6=vls<=8C]o[V+:#k]zu\J(pz -2c=CjT ̙.g("|ړ& Ʃ&ҘaP H -.r!'Lr$HyQ"N!02P"y#Yw? 2GJHga!ϔJe 'p:p36U4E >Rٱ#uüī谭qh<yCH֓ɠ\_ݬ߅#iΪt2#pThΔ+`ҳI -7-;`Ŧl]j i# t*CLC2OjFe@ezJ{Pm{[Ps4 N(Et2 _+eNzqrVDѾ"*%4 ll'/AID2͞=I|4 yb=C=ԪEDZIiTPX[2O?ުӧ9T}44kʑwx5E+H,A bǼ9yyOr -և)ǺцSZ$Wz2-$[U3axe)\{NLʆmp2^qֲNf*'2$y*c\ П۾@mLۙiOL 3$P\ƩՂ-q -;̰*5Vz]A]Q9-;sUv>!Ƣ;6Tt8lɸ.6-JWnT<#и9עzHC~_Z.Z1+ϲn|A6Av)b!nKp]Ccs=[癝n[C+ˁp˄%BArBT+[;lW}uC>GjU,n E\e MeZdޫ@`ǤWX{[IͶSyd'8rt[s$Tټ9oꩪ*&N竪M=7- @Ra߶ dFZ0L됆[ne#Y:ؚRY'3}d,t7epC\_ma -8ǛcbygB&ƊDl]wv\PNdvS"z 趰% u5Ocپcz(s&;7 ~o`4gpζ ɱ8D'2 0 V94eF}e>f":[[9 _.g-^j&N8سc"pH>XZǷDg2HO.ue"pS ILqٗ݉Z!Et]މZ (:lA"54uendstream -endobj -1757 0 obj << -/Type /Page -/Contents 1758 0 R -/Resources 1756 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1748 0 R ->> endobj -1759 0 obj << -/D [1757 0 R /XYZ 85.039 781.388 null] ->> endobj -566 0 obj << -/D [1757 0 R /XYZ 85.039 664.766 null] ->> endobj -1760 0 obj << -/D [1757 0 R /XYZ 85.039 631.228 null] ->> endobj -570 0 obj << -/D [1757 0 R /XYZ 85.039 503.974 null] ->> endobj -1761 0 obj << -/D [1757 0 R /XYZ 85.039 470.437 null] ->> endobj -574 0 obj << -/D [1757 0 R /XYZ 85.039 397.118 null] ->> endobj -1762 0 obj << -/D [1757 0 R /XYZ 85.039 362.576 null] ->> endobj -578 0 obj << -/D [1757 0 R /XYZ 85.039 236.796 null] ->> endobj -1763 0 obj << -/D [1757 0 R /XYZ 85.039 202.652 null] ->> endobj -1756 0 obj << -/Font << /F57 1075 0 R /F35 948 0 R /F20 937 0 R /F15 951 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1766 0 obj << -/Length 1900 -/Filter /FlateDecode ->> -stream -xڵY[w6 ~ۤU)kӭ=m%SVؖkI,[ҮiE #s#Ɖa\8L%xf '1q"ы& R{=igD)d8$҇WޟǗ?]ӷic6R4e随3&Gs&`z5hޗ_*cZuj^b"RJ3C$TÃ'x0-0Y(d81yػu\':Y -$<)$B1aNpmÉ>%Є0,JŸctL 2-`BG*oBhq0u(Ӡ.eŎ:$b2Vdz927`OP$a!^c"^狎9!@QVTLg`!\lQYM*[كM؂Ԡ?ڂ553C[(_vתdo'][i e5)j9j=)R:Xۣ‡DAbG%F$HƥLj-&KiIMQJ{wu8)V= ->qX6eNWG> L7z L,򋲶&Mwȥ8P ^^+!iK\jӔU_d8#%ί=_s}EyX/;CR.";ixs;>^oK- nIp?1?/c$#\8$m~mJUl=o _xSt{-mh0! g|ͼ{h>rekU[h}x-b]C̖xtBdGG_]EVq$XҺU[JrzP\<,hjo= OXzʼnI=[QPacd-gqio$XGhuc 6j'kOq@I|X9?oodL i'Q@jg#Fuv&9>ݕ'z+oX Pćb,fIɰۀY$-gok\X؜9u%c_.˻*omB9Ta\(lF\>4+bJ6uw;j1Ӓ-5Zۑ _SiU40H/cwM-a2T>WE=%4NHZޛX0|1Ȥmlt@n۪MXNծtC틵&G{[g2P=N%n˞D?P'i:veCL!ma6}GS7el- eo9[Cf>P@UШK>\Ӷdzf: -uXӥx{y^!YWE-(t uFrEa{m/sxDjCنeۊ\.iǾ5*p4$a?6k9%__rݘG坼py#w[9 i~Z2}Huro;{O$ӘD"ySK!)![nL }ÍtMZʺ@L)T)h**zNoW$*,q`X__9YA ́Tsɘ*s-EFm5"j2 -vBcRul S_&t!i8vWpVFF QG.vKendstream -endobj -1765 0 obj << -/Type /Page -/Contents 1766 0 R -/Resources 1764 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1748 0 R ->> endobj -1767 0 obj << -/D [1765 0 R /XYZ 85.039 781.388 null] ->> endobj -582 0 obj << -/D [1765 0 R /XYZ 85.039 761.463 null] ->> endobj -1768 0 obj << -/D [1765 0 R /XYZ 85.039 741.337 null] ->> endobj -586 0 obj << -/D [1765 0 R /XYZ 85.039 640.921 null] ->> endobj -1769 0 obj << -/D [1765 0 R /XYZ 85.039 606.378 null] ->> endobj -590 0 obj << -/D [1765 0 R /XYZ 85.039 426.402 null] ->> endobj -1770 0 obj << -/D [1765 0 R /XYZ 85.039 392.258 null] ->> endobj -594 0 obj << -/D [1765 0 R /XYZ 85.039 319.201 null] ->> endobj -1771 0 obj << -/D [1765 0 R /XYZ 85.039 285.663 null] ->> endobj -598 0 obj << -/D [1765 0 R /XYZ 85.039 210.224 null] ->> endobj -1772 0 obj << -/D [1765 0 R /XYZ 85.039 175.478 null] ->> endobj -602 0 obj << -/D [1765 0 R /XYZ 85.039 121.89 null] ->> endobj -1773 0 obj << -/D [1765 0 R /XYZ 85.039 85.625 null] ->> endobj -1764 0 obj << -/Font << /F57 1075 0 R /F20 937 0 R /F15 951 0 R /F35 948 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1776 0 obj << -/Length 1424 -/Filter /FlateDecode ->> -stream -xXnF}WTQndP8ԒB6tHIZ;{!E4hƈٙ3ggwfM< ? ,TH C/Lw 3NHВe9yR(`[wѫٛ4` 9 -_N}dm4H8y{kzB1"0U$8sb[qϮH"*yq(A`$07<$GSsDؿLJ>ϳ299o6E hH:("$B_SdhN/NGEɥR3ZѲJ@ct!|PӀ[ot#ɦ4dm#僞f -;LL”.;6d(UlAj'`X0),G2={Hұ FGsE\5@2 $tu_e.2 -Vr;`vW6fUQAWsLon; H%-xnf? *`~\ݧm#Z@ad4CD!R;#3qu:_4fS~JζA64[J[ۿZ\^_^UUm7<Uoi ,ς?"}LǤTK]QMmyV;qv0}('pmuiK!ER>{'9x13EdLw#n>64:8:*.5@Cr_& kGEO5p=xd1s6a9_h`?|eyXΖWյvo@*d2Si%E:L{qx7+ 33s8ӗmnT 2^,d *&لށ2wp[ p)p ||N߷L8ILDQd٘)p3L Jձ 9;/~] LIxUNy"~֔)`&6MoBZ -zbFI^$ ,vtF ҠEP?YvR3&(8kֻb֘2vT)$ " -ji@Q?n:[ў,MhE@T<hhRZr9㵦qTp$[ 5sG6~dzVWӎrٓ._Ņ$pbJ>qQxn ( -C_))1 (!:gZ -F7| 'l's0'7ט͵oxնzs^Y #쎆ljU-x_`59Sf9hsbf9{r(x #:\2@VȢXPJͣp !Yp>`Bendstream -endobj -1775 0 obj << -/Type /Page -/Contents 1776 0 R -/Resources 1774 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1748 0 R ->> endobj -1777 0 obj << -/D [1775 0 R /XYZ 85.039 781.388 null] ->> endobj -606 0 obj << -/D [1775 0 R /XYZ 85.039 761.463 null] ->> endobj -1778 0 obj << -/D [1775 0 R /XYZ 85.039 741.337 null] ->> endobj -610 0 obj << -/D [1775 0 R /XYZ 85.039 369.937 null] ->> endobj -1779 0 obj << -/D [1775 0 R /XYZ 85.039 333.07 null] ->> endobj -614 0 obj << -/D [1775 0 R /XYZ 85.039 277.361 null] ->> endobj -1780 0 obj << -/D [1775 0 R /XYZ 85.039 243.217 null] ->> endobj -618 0 obj << -/D [1775 0 R /XYZ 85.039 199.986 null] ->> endobj -1781 0 obj << -/D [1775 0 R /XYZ 85.039 163.721 null] ->> endobj -1774 0 obj << -/Font << /F57 1075 0 R /F20 937 0 R /F15 951 0 R /F36 955 0 R /F35 948 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1784 0 obj << -/Length 1726 -/Filter /FlateDecode ->> -stream -xY]o6}$bMimڥh&q>KrKd6C[=J%S ȴjJXYN/'xz3&! -)̫[ -WugG .t~%{ѧy^02@Re6oN?_.yZJ>L|+X F*0ƈX]M.&g);ǧWc>zDA*TQA%ku02A`$07:B;- TZTg`t(PCNJ"Xgp%HPa'Nb%JaLdHbeVSֿBz1/wnmW*{ٝ֫b7k w;n`Xa$ۮ[M[{g{[`A LYk,ʬ]?]7?jH!t)0~nM{4NNu6#-}y>_|*$R%ʪBX;AUx[E`l7zTYKhw8~RyG,H6cMdzIHy2?Q/v)V Q9MV\0O+c~qy\_ -v3;P_>T)KDH 0m%Sz}XT:6=:8߷-WH@ -٭Izbb5g>_pM4 %G`p>=hL&/??Y> -q -pB-BQ5LꡚB@/e?6k-Aʒ.A-PTƄ"TԊBEy"F/IN\P$ba&a}tce[BI ~ع`;7/V -&D‹ X!Xcv@PR#ZSݚ&+/m 2z0\Ou]7P -] -v8{&:㈊2z0 Q~PRĝ1b׏2rƶws k M}CkLaZBKɠX{|-Լdt(<3.spt Gߜ?]?Ĺ^ZJ*DUZB ۾m tkh1Ft0Q4L\K+faH9-?.&}~@9}y_u`T0Ľvq[#9$6I 5qy7|.+ײ=Rn,m UO0$|%X[U#櫭cBFNe}cA^> endobj -1785 0 obj << -/D [1783 0 R /XYZ 85.039 781.388 null] ->> endobj -622 0 obj << -/D [1783 0 R /XYZ 85.039 761.463 null] ->> endobj -1786 0 obj << -/D [1783 0 R /XYZ 85.039 736.114 null] ->> endobj -626 0 obj << -/D [1783 0 R /XYZ 85.039 668.118 null] ->> endobj -1787 0 obj << -/D [1783 0 R /XYZ 85.039 633.372 null] ->> endobj -630 0 obj << -/D [1783 0 R /XYZ 85.039 577.663 null] ->> endobj -1788 0 obj << -/D [1783 0 R /XYZ 85.039 543.519 null] ->> endobj -634 0 obj << -/D [1783 0 R /XYZ 85.039 310.599 null] ->> endobj -1789 0 obj << -/D [1783 0 R /XYZ 85.039 274.334 null] ->> endobj -1782 0 obj << -/Font << /F57 1075 0 R /F20 937 0 R /F42 967 0 R /F35 948 0 R /F39 974 0 R /F15 951 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1792 0 obj << -/Length 1611 -/Filter /FlateDecode ->> -stream -xڥY]s8}0ST`_:~x)bi I{,)v:8]]ReGG-#Q`D"ZfYtWaH $0/fs Y->q-V?>-]&)4d -Q_gs}|͋fanOR~]d -0-;g XgԜogWGk,w4v$ )@:G IrWgI PaQc0*csDsʼn%Zokڙ^Nu58Mw"zDz?ZOwIZRXNPQة 4f$F`B?ky/\8v$$/a`'q.Opl&/a?^me9LiVj3Aۥ"-PJI{oejKuw"2HT =ut C>) ]³_iLޮP saWnc$x!7)k ֩ߛ;<"Ϭ)F+gtY×k/!LWG(3;D8dAst42L8YY="0Gx4;<"2Lt%O  =nu`L``=@:j >!ec+)0` F_-.e T2a(')b8a I]kDYp?o5Ï#gd<9"X=+,^ND@BiTrhuQBDւ2kaf0V\RLv!s<FR:Z ג]~2RVLw@Sy6Nnܩ jdʽymun;U_IV(.W| 9ⅈ7evTdu]xJO,f%F<r ̈́14|iڪ[%E+kCcֹJucpm0~ ]J]3|:I -0 l '/־Lhb}:s≷v$NAj:fAf8{odEQTPO !sL,2\Lqs:endstream -endobj -1791 0 obj << -/Type /Page -/Contents 1792 0 R -/Resources 1790 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1797 0 R ->> endobj -1793 0 obj << -/D [1791 0 R /XYZ 85.039 781.388 null] ->> endobj -638 0 obj << -/D [1791 0 R /XYZ 85.039 761.463 null] ->> endobj -1794 0 obj << -/D [1791 0 R /XYZ 85.039 741.134 null] ->> endobj -642 0 obj << -/D [1791 0 R /XYZ 85.039 631.228 null] ->> endobj -1795 0 obj << -/D [1791 0 R /XYZ 85.039 597.084 null] ->> endobj -646 0 obj << -/D [1791 0 R /XYZ 85.039 255.771 null] ->> endobj -1796 0 obj << -/D [1791 0 R /XYZ 85.039 219.506 null] ->> endobj -1790 0 obj << -/Font << /F57 1075 0 R /F20 937 0 R /F35 948 0 R /F42 967 0 R /F15 951 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1800 0 obj << -/Length 1841 -/Filter /FlateDecode ->> -stream -xڭYr6}WTBF䥓kL㤖$E[ʒ#҉ӯFnd=$S ȴS5A(W<'Y̝yMkm ;:'9^jdg -7\ٮVt3V{mm}o+= ޸`czc:LYY]kχ}:HJݫ՗ݏ @=xo>-~q}ٙ:4`jMrqo/*C}uV//Ocgzm^]|̾YÅiWڸY۱UUު6ϛd{DErIhMۗ1TݼE.sJG`R$y0@e,]c&iw'/~I8g3@jO֞F;tbۮ\3M -7+eN"&"ocDbyD)RR%!'bv@+{7(g*=&>ogǡFa*@ ПYji -T)==7̤ɘ> -ͿXYvFL;(гj::G_ic3ӶT84=&>wgs'۹W5>~Y.}|qYfxrLI &osmjzu5g/trx5㒆t/ry}iDB'4wvp=;v vv.Q,u-^Mz<%4(_xB;xHFr 1 -)͍إMnj:< jP7> endobj -1801 0 obj << -/D [1799 0 R /XYZ 85.039 781.388 null] ->> endobj -650 0 obj << -/D [1799 0 R /XYZ 85.039 734.065 null] ->> endobj -1802 0 obj << -/D [1799 0 R /XYZ 85.039 688.99 null] ->> endobj -654 0 obj << -/D [1799 0 R /XYZ 85.039 592.231 null] ->> endobj -1803 0 obj << -/D [1799 0 R /XYZ 85.039 557.688 null] ->> endobj -658 0 obj << -/D [1799 0 R /XYZ 85.039 471.95 null] ->> endobj -1804 0 obj << -/D [1799 0 R /XYZ 85.039 438.412 null] ->> endobj -662 0 obj << -/D [1799 0 R /XYZ 85.039 202.765 null] ->> endobj -1805 0 obj << -/D [1799 0 R /XYZ 85.039 169.227 null] ->> endobj -1798 0 obj << -/Font << /F57 1075 0 R /F20 937 0 R /F15 951 0 R /F35 948 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1808 0 obj << -/Length 1978 -/Filter /FlateDecode ->> -stream -xڽYKs6WЙR %^ٙmݸNj!h[THwER$Nd> 4tKdbJxOI8}'"2`,& Ք$ ⾝G!tt~qq3s@J¼8嵹ynbq{d$(]8]'!I<}PN@*va*3&1%PI*G!JY/g4ȍ&!^D07O|CeZg9 *= ,fi*\Θ1-Fsf0JI"esH̤ -E\0FY "fSV55=}hrl1#k8b9^l.dllD -hFcfnt ؇t 0u~A9 YUZWʫVs0@-NPcL3p` a*XH31sA&F*LRz)6$sD1 f E'DpZP+f,tA6;fa"L*-ƭh/3:|=$WpH>Ҟ\=5H3G>n"%#`v`G*: -Ri;`E"2H"V$˶cu&u{X׺kVI$ڡŸ`1HÌo6GhH,E{B!&@XPn.j?4pF9/>og V0ipyr7`']\VǎB*J*wY J}PB`eL!q3؉G ]= A& -V -I23GXؿҖ?(uM+EarY@cQf+f6m݇estݦ\Z)5TOo1Ga:Ÿh1h 뺷'b(> f [QsDngo)|YРC`֩=0}̭ Oz+[YVlbܶTw=}v^2dn }WUjmnaD^t0N4$ׯj%4]> f }n1e=Kր8WPo1n-}m(zQm-f m[DmWͼMvV|W -./^GGuV]6qE֑1To[ti6Uowf諾$5p -{=H -z}Wi"p.V'-4|yoBU.6 qǫ~s r~ ;9?2UʺhKcJ9rgCU  %۲hk[DSM?`mOl}^M8(]@H]A'-AC<}b{Hrt zf3 \{V3pt΢{p.1֓`س+v9ODzM7hxt2WZҤSVgМ 9+Y-6 ѿ@iri1w6c}g k>*B;i_Dw:ˋiф1P(36.|C0Z(@Pz;I'KVk"z#]Z#؃uad|iȿA߄y2(RrA͢nۀ߰,endstream -endobj -1807 0 obj << -/Type /Page -/Contents 1808 0 R -/Resources 1806 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1797 0 R ->> endobj -1809 0 obj << -/D [1807 0 R /XYZ 85.039 781.388 null] ->> endobj -666 0 obj << -/D [1807 0 R /XYZ 85.039 735.322 null] ->> endobj -1810 0 obj << -/D [1807 0 R /XYZ 85.039 700.779 null] ->> endobj -670 0 obj << -/D [1807 0 R /XYZ 85.039 656.377 null] ->> endobj -1811 0 obj << -/D [1807 0 R /XYZ 85.039 622.233 null] ->> endobj -674 0 obj << -/D [1807 0 R /XYZ 85.039 552.074 null] ->> endobj -1812 0 obj << -/D [1807 0 R /XYZ 85.039 515.809 null] ->> endobj -678 0 obj << -/D [1807 0 R /XYZ 85.039 387.378 null] ->> endobj -1813 0 obj << -/D [1807 0 R /XYZ 85.039 342.304 null] ->> endobj -682 0 obj << -/D [1807 0 R /XYZ 85.039 342.304 null] ->> endobj -1814 0 obj << -/D [1807 0 R /XYZ 85.039 310.551 null] ->> endobj -1806 0 obj << -/Font << /F57 1075 0 R /F15 951 0 R /F20 937 0 R /F35 948 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1817 0 obj << -/Length 1244 -/Filter /FlateDecode ->> -stream -xڵWs6~_S*dfz3|6>y84!ݕ6$u2ji߇, - -8nh#nXI1f~111._o1JBZ>'wh}k;_Du]<H.|>b~EGQ9BLmt{G58 kcJL#J|}mC9ҫĥ$^?$@75X8 ;Kf0Fs12K{>!2r=DߛrB}Y ^ԕ(*ac`^(^{ia^p8<u°ɵjat4 f:A?L*xp"R!/|~\I9]qӼRBfwzs{ NUO6]G8ʇYY֤"(8!q5!,EtN"1Htz(NmR -YRfhb6HNU|S3Yb]FՓ&A.KO`&nTRnL.6Jݪzmf )lRiu.PUJVYTO1P ci3"uSptB4LmN=IH >rfC,V z^%l (T\%9L|/ۂ*5nC!#iAF4".pg ql^% -ifVegN8qx:0vhU@̪9_ On]w2^å/žs@p1氆Vܨ17ag2a00k2"P3lHj6ꇞ&]+j+e̺::;FtpT_@`B'PUdizrNզ*Wq MozfN) W -u?KZzw|_B/l$mAC% )3W蝻Yʒ*|ꬼp:C0Ξssuᬮ.%|= P ܀4¿~ֵh Ofg}z sO 9ѧendstream -endobj -1816 0 obj << -/Type /Page -/Contents 1817 0 R -/Resources 1815 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1797 0 R ->> endobj -1818 0 obj << -/D [1816 0 R /XYZ 85.039 781.388 null] ->> endobj -686 0 obj << -/D [1816 0 R /XYZ 85.039 733.118 null] ->> endobj -1819 0 obj << -/D [1816 0 R /XYZ 85.039 700.697 null] ->> endobj -1815 0 obj << -/Font << /F57 1075 0 R /F20 937 0 R /F15 951 0 R /F36 955 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1822 0 obj << -/Length 2070 -/Filter /FlateDecode ->> -stream -xڥXKsFW01 ڃVN6ڒdʇ$$H@3ۯ$HUܾw_o~ZY#Pg,a{ -w7 ՋB-ߖ3>5cS/J:P2YnDbͿ矻G7 -fꒊ- -`SyY PYr͕M;wn 0 k84DEcÌ J.߽{k"oծfG^?ϟ=&}͕}ͅ^2+.=즌`b 1 -\`ͩ(%[Ⱦ|j[}9/ R;YcoEejYEa -=6%ͥ1"d2߽YS|Mx툓q^sDKhQq`>-bFyR\ Եl6c(Kgzwjk2\mMF>2MboH8Ɋ&n+u+l7eO031mHi ܺ 嚾ЈCJ%`+;]¥(9Uo>@fg XlNfXg;qX ,M53w I04,)?ke|]BR?(~'ULXjIF}U}ˆQzUݞ䢶B"w\S4$2z*D$ W-E-7EޱG98 N6K?P`k^ zZysO jmc:(NBٹendstream -endobj -1821 0 obj << -/Type /Page -/Contents 1822 0 R -/Resources 1820 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1797 0 R ->> endobj -1823 0 obj << -/D [1821 0 R /XYZ 85.039 781.388 null] ->> endobj -690 0 obj << -/D [1821 0 R /XYZ 85.039 721.69 null] ->> endobj -1824 0 obj << -/D [1821 0 R /XYZ 85.039 687.147 null] ->> endobj -694 0 obj << -/D [1821 0 R /XYZ 85.039 413.273 null] ->> endobj -1825 0 obj << -/D [1821 0 R /XYZ 85.039 370.988 null] ->> endobj -698 0 obj << -/D [1821 0 R /XYZ 85.039 231.701 null] ->> endobj -1826 0 obj << -/D [1821 0 R /XYZ 85.039 199.886 null] ->> endobj -702 0 obj << -/D [1821 0 R /XYZ 85.039 199.886 null] ->> endobj -1827 0 obj << -/D [1821 0 R /XYZ 85.039 165.742 null] ->> endobj -1820 0 obj << -/Font << /F57 1075 0 R /F36 955 0 R /F20 937 0 R /F15 951 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1830 0 obj << -/Length 1824 -/Filter /FlateDecode ->> -stream -xڵYr6}WLJ}(8LI*L-9wEP D'#8Ğ=X,vQeQ2ӆaL\C{ϕ%%-nEݛߦ7\1$ڌg/_L/ͫg?&o翏FF?޼; Q)a0|7DIߎf?S1ٷ|ʀc FDEANtpFM]Apzo/ώfmxY -S Br|1;6\I& *)juVoϡ"斬L2k1")bqE "&HVLP -6q( -5"IDGED)JiEqUz};D0ʆ6bb:fY|>B1YL&?/$W\ "<`Է0ZAذ@8\gVUgb*fk YO&xr1)f"LAgZS}v5XJaO̳.dK41RH(s{0hlY~>iOZl1ɾN`dnWBҹ=ufk1 kS:aQ$p.8aLHtǒ\(Ia; Z}ZbcjҬf{K5&mA]:pVA4j;4zF;WeU% ,j0UGMX Yʤh - [U.4ծ)bXܶl\n*n(d%i1;=Aw"Jhx0qj;l3\K:I"G#Lqs㎧ wa%]'^QdBbbZ}E y@)BX|B$ Qq~y۔N갟p-W]̑ctMR>AiE9H <!0u=nJ4' Mgcc Vۺ?11~A l>GmQmA2(܈/S>Z}N˺Δ{S 5(CIӑ_K^?ΙרMPh -˯OR;W)eϡF/CC5TY;WhJ}vE-zs5?𸩛9!Lr[<ٙD2=L4/3 ~>"쐑XfMm´D;LCT d%ơktb3QUuW֭z^I/Ó PYfʽɆNif}_^΁^ yItQ\;WP(}r7J޿ ) M^؅< -ɭ+ EU;}30˘ 0=@)`,P^0V(r@' En!r=r=&r]FfeDo˻U g#s FDT@rA:T@"Bx(Qendstream -endobj -1829 0 obj << -/Type /Page -/Contents 1830 0 R -/Resources 1828 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1797 0 R ->> endobj -1831 0 obj << -/D [1829 0 R /XYZ 85.039 781.388 null] ->> endobj -706 0 obj << -/D [1829 0 R /XYZ 85.039 651.216 null] ->> endobj -1832 0 obj << -/D [1829 0 R /XYZ 85.039 619.8 null] ->> endobj -710 0 obj << -/D [1829 0 R /XYZ 85.039 273.638 null] ->> endobj -1833 0 obj << -/D [1829 0 R /XYZ 85.039 241.823 null] ->> endobj -714 0 obj << -/D [1829 0 R /XYZ 85.039 183.789 null] ->> endobj -1834 0 obj << -/D [1829 0 R /XYZ 85.039 151.766 null] ->> endobj -1828 0 obj << -/Font << /F57 1075 0 R /F20 937 0 R /F15 951 0 R /F35 948 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1837 0 obj << -/Length 1313 -/Filter /FlateDecode ->> -stream -x͚MoF:p_%Pl%U۪$#( NH~~jZ6 PprgA㯨f:>#G4}Hļ\ҶV<) |5]1rXӋ|sXMWaܐhAfǜ <};QV-GTs\GшR`S]Vh&!Y2ֲ1nw>{%K 0^c+=>&5>Usc1%Fc}68S`H6YRb"T}*Xlvܔ|NA.5}' - 3Q8 LҢ`$yٶ3kg9! -7&#=L~) Rp ak8\NE2Y>k4de$xA$qGȸ1 x0o2t,w4# -,6%1;&8ö ~m"zu򣐴1fgddVC\Ƹ1a^&ogv\)EITv3L2ss3OJ8 qG$e$-`W%ЂI4/p0/`p -v͓7OeFT76IFH/hQZpFIX0 %[<07հLp[H1>h E ShA `A$p66Mﰬ}B[2>MdHx dM5j2ݔvL&Z4LQ&+LFysy<^`m/ϻՖ݄e֖ahVq5ż[2ʖqdfSykVS楬V[ZQV+Fy%`ߖXl{1'l<o2?/ꬻ\a襬{t[c1>h -EQhc `c$X6_ηV/%p("h}. 8^ XW/h8dm@[bE8kX犾""TTTz-O~~yֹܱp> B2iRTfQ)RWAmU-B J(g "Riෳl2v -^VlѐGOx]7{?›H%KΌU=Kl>L:buAendstream -endobj -1836 0 obj << -/Type /Page -/Contents 1837 0 R -/Resources 1835 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1841 0 R ->> endobj -1838 0 obj << -/D [1836 0 R /XYZ 85.039 781.388 null] ->> endobj -718 0 obj << -/D [1836 0 R /XYZ 85.039 761.463 null] ->> endobj -1839 0 obj << -/D [1836 0 R /XYZ 85.039 741.337 null] ->> endobj -722 0 obj << -/D [1836 0 R /XYZ 85.039 671.875 null] ->> endobj -1840 0 obj << -/D [1836 0 R /XYZ 85.039 639.853 null] ->> endobj -1835 0 obj << -/Font << /F57 1075 0 R /F20 937 0 R /F35 948 0 R /F15 951 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1844 0 obj << -/Length 1792 -/Filter /FlateDecode ->> -stream -xڕX۲6}?_KLM&M:i;Al`}Eg{K[ ~b'׋8LEz|{hAhDJ7 (h\U^hU,֮ b^mF\lvf"QI.6?UzΣ:nr%yUWT{|7KT],WT%7=Ͱq&y/]s;uh]5=w?swض]njf,!r.箽E&+5or's:7 _J;| -;Uf5&oy8/fE7eѫL뀟w') Iz֑,̤lQ6^C{sC! w*͹?sR-s1TI'FU6!f3DGQnCK967bGmeod3G' -ׅ̔7z,RLj]:k5YSw/}\f<Tnq]xR wvN;ZN4>q%jd7BXWA Cv|n~ J! 60%4+ w/k -#<\h^3#ipix[$1˼Ցz;M}ŧ V.L($#7s[ 3UhpPhx[!:}]EKuog0Wȟ߼-̌ntWAm,F+r=L,`䂽8|AbwfZEa6c{Kzq(Q -ӋǮKMIcms4fa`(G콃)9y^%宀@MدT(372W@mi#飝 '8hs/WZНQ;9l6)6(@ģh]НqV}vn@&l{׾9CcA΃%/A93V8$83 a⼅- ])ټӐuP,u0>!M-Ԩ9^Yc(K,j^RJx&D>\'}o>Aϒ No|ǝXM)Q3&fPrWtEz~X|l5O2. -Po}ZVhdWű_*둔S.d^&3ٺ;9K؈pg~tBa"  endstream -endobj -1843 0 obj << -/Type /Page -/Contents 1844 0 R -/Resources 1842 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1841 0 R ->> endobj -1845 0 obj << -/D [1843 0 R /XYZ 85.039 781.388 null] ->> endobj -726 0 obj << -/D [1843 0 R /XYZ 85.039 761.463 null] ->> endobj -1016 0 obj << -/D [1843 0 R /XYZ 85.039 653.495 null] ->> endobj -730 0 obj << -/D [1843 0 R /XYZ 85.039 653.495 null] ->> endobj -1846 0 obj << -/D [1843 0 R /XYZ 85.039 615.228 null] ->> endobj -734 0 obj << -/D [1843 0 R /XYZ 85.039 556.019 null] ->> endobj -1847 0 obj << -/D [1843 0 R /XYZ 85.039 513.066 null] ->> endobj -738 0 obj << -/D [1843 0 R /XYZ 85.039 162.542 null] ->> endobj -1848 0 obj << -/D [1843 0 R /XYZ 85.039 121.47 null] ->> endobj -1842 0 obj << -/Font << /F20 937 0 R /F15 951 0 R /F42 967 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1851 0 obj << -/Length 3382 -/Filter /FlateDecode ->> -stream -xڭks~_Bz3pgiGD6I2E8$Ad})wȼ޾nā$IBE$]8s 2]'#b'\-Z<|5~Rjb6hz9soNq؛ fswzwo.g\tr~eYDl||>g?8Bڎpaz}S: nHz}M40ECT4Ϳ$' O7 -H`d3b_D R#OI w {Gh+,T'a:Π/nCls'd>4W7.mvVSj4 ;ܢsGz2*?j׼lnmƖb._qEO—u/逡zQed,P9܈ G rЇFv 51%σR- wA %MqpJG84E6Nf<ԗ -A='xh\} A CơaQK߈>z/72%v'|cu!@q~4ЩVqlvWyK(*$HcIYjoCR/9.|u[I!bf{}{:R8>>h\u}%|L̐3Spq=Е=^]x(Dq=k!ƿc1; 5㪲jx)bKӷ3:/BAVIB]/ --*!_`dXgXo -a,Objϵe]Z':B+fh ,Q;H@ KNM3&ܺCv8FZR\FV-|4I'fޢ"CuߙESEnxGtgcݐg^{[ JYU;:u_>5]2aoA-lXri帳 {!hȋHvUt[d͂"[tii^Y%M4<*c )f\Sn}=-uZq>A}E؇-F6:7⬛jp`Ožhk-BM2.eQ=6֏w#h$sC{+X:mrLݦnuC7CY&]9 :76P"Kӽϛ}}󦯆5۳8 ad}< %; Z1[n[kKaK`9氢XU9c~;ѣ[mGt\Omk]}|}Wo߿>pc߮ xZC'fuY/6,C5,!_S=RE+,0ChعA[ġ\RMX`V)pͣ čZe=.~eKKULj}ci6:yvӒ&Idx09'L0l.Im}a1l*9Gk&4߁KԆ 5{./p`* -ܗ/j\bn]@ˋ$i\0BEO.^s5/ 䋈<`ǡMr%uC8*À98ė (vI(6Dlꚥem([^P9IEnFߴǡ[ = g,!h#Xw²{='9xܭ1peĭE‹|=vrjY+= yblX"]*y Y޻՗*>ºT# -ty(onM^%mزʥQMvVWD~/ dV cy_Wț~E -PtuVs(X)YPTkRxU> >V'Bx8%+BL50hmˈMѓ(Upz٫ðCWٵkȕD) 1kAJFmPxEp NC͛A Cˌ -ͪ9lV"jY#gͪC ź`JV. j@-ۇB/8XFI(sx H*3~5dx;dˆ2+NGFI}')kR2G!v|ڭ2Y+yn&wHZT{qy׃2>*<5n;(#<2Ez7]ɢ|k@ 7E+<; < GG}NlOS"R2qӼPB?⯎V6endstream -endobj -1850 0 obj << -/Type /Page -/Contents 1851 0 R -/Resources 1849 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1841 0 R ->> endobj -1852 0 obj << -/D [1850 0 R /XYZ 85.039 781.388 null] ->> endobj -1853 0 obj << -/D [1850 0 R /XYZ 85.039 183.293 null] ->> endobj -1854 0 obj << -/D [1850 0 R /XYZ 85.039 142.646 null] ->> endobj -1855 0 obj << -/D [1850 0 R /XYZ 85.039 104.725 null] ->> endobj -1856 0 obj << -/D [1850 0 R /XYZ 85.039 75.506 null] ->> endobj -1849 0 obj << -/Font << /F57 1075 0 R /F15 951 0 R /F36 955 0 R /F39 974 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1859 0 obj << -/Length 2356 -/Filter /FlateDecode ->> -stream -xڥY[oܸ~jЌV](!ilS ̓]݈pƫ9ix>4F^hB"+4YI0<wMyF̒tM bK37YnEove9w<6%wDf*qU*1&l϶B1M>UjIhwy_fAU0R#J~CO&޵Þ]j;~|h^UWԖu^偑AC(Lَʺ/O9{(LmS? t8\QxɍyPW|rf6YuJn.!/o~<3a G${yDl#Gtv$")hPe`#6l &9 $qFۘsL6,}0 eFBXHCTicD3,#,Hz:pUq;˄mT'NAgb'YalpVF)b$q꥜ddS@ )xPj9[%GF 4+Sٚa -d-|M,%q/UlĆ7Ӵþ b9B!5 v+*S#[y ({M,߷{+sg\TAhKx 6eb}Xt] xA xuc]1/e{U10FkW5J,0 Hș^d^l@XH9*[ky0n "<f tRht#L -{u9pmÿ#>'U%mFZB,HR7nZvn~ñtQ~NKT*|tҗ!/ˤ -L4 -axG.F YCdmIN׀K|a~{G;vJ}5!8Dwȡ0H½2Y`XnK~1Fe@fI!57f{"dWuRLoiӒ`]"*'O`,=E?ZݸIyE?o-ًFqqY0v:ݒDgMWG6pm c9ˏa,P 1Dsá/ - l$q\rtn16UsԢ*f@;Kۜ3\?TyAJ#W/9t2޳n"Pյ]da]2k@)SdLJ:%Dt -̛Ox8 &Ti蔣E+` xV`VTtxK(M8`=%M#XD  > ]ͨ-)dP䩦,I)J(**Jbt!-^+3ԋ=N dHEEaC1 UK*r1pv^z<'H׋`Dw .du{4'4MMT6N8WM9U<Ѵ9UW# k&I`y%/.ҏ_yo>]qӯ4dF+-ITu -~m@s$|i*! P0w[WۇJRIfJ:l r~_dKAv q-bB[endstream -endobj -1858 0 obj << -/Type /Page -/Contents 1859 0 R -/Resources 1857 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1841 0 R ->> endobj -1860 0 obj << -/D [1858 0 R /XYZ 85.039 781.388 null] ->> endobj -1861 0 obj << -/D [1858 0 R /XYZ 85.039 761.463 null] ->> endobj -1862 0 obj << -/D [1858 0 R /XYZ 85.039 584.016 null] ->> endobj -1863 0 obj << -/D [1858 0 R /XYZ 85.039 555.705 null] ->> endobj -1864 0 obj << -/D [1858 0 R /XYZ 85.039 528.607 null] ->> endobj -742 0 obj << -/D [1858 0 R /XYZ 85.039 291.786 null] ->> endobj -1865 0 obj << -/D [1858 0 R /XYZ 85.039 249.438 null] ->> endobj -746 0 obj << -/D [1858 0 R /XYZ 85.039 205.963 null] ->> endobj -1866 0 obj << -/D [1858 0 R /XYZ 85.039 162.819 null] ->> endobj -1857 0 obj << -/Font << /F57 1075 0 R /F15 951 0 R /F36 955 0 R /F20 937 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1869 0 obj << -/Length 1971 -/Filter /FlateDecode ->> -stream -xڭYm6_o.Jtn&i6RU]gCK`涿3 U3gyp؄?8 ә2 G9~oGJfn~c4|;~<.8Y|wooL,˸~0y&w?~}Ԛ<%[߮~xm~WRsq 9?2 g/06 O#H\GާO+sVײ1 pL3 -֠LpMg_Mo2gFcU@esm8݈e)/2xp2؞OJaS afOlƯHIrQj+a8k8ћplESx}.7̓Dz t•pE31A4~[ kGO(A[9 [" ?o67ls> ^m34z5xi{ϰu}) -DA> \۰a*Mo^~N_zo@@Vn \2B`\ʦ@ BW ->Om߰}Gf@ FIǨ{e0.-1[o6 4c 2+M|{Tw'湤7iAg8JXgsa9N_N6hI.,Oɷ[ ґ衛F 4~)6[;b'ݨt!(^ ythz>yA0Mi!DqvM3> 9) dr)2_P6%xkGOG,9U"8o83KC8ɼ⢢779ͶY6x>Hd W*${gϚL{JL'"YR+d_҄sn8L;S$#ssPҧGd)\qt l5VI%ŨwxȸDESM8B؜,nhk0 -Lt!v#A6n ƑB2NTgV>ʳsztrO{] =)’ŢpLX36&}b+pـW W' qInhYav2W>^2/!nX2g8}(BTjFvy+2g%Idԗ0MYTU]k#SCɆe3e;{I3O_U4ɔ`H5@؂x=CU舿 -S%e^kV|mZ|Zovգqq3*ױЇ\";&L&MeARNW痮;A*ʞLG7nF@mNVi} )Z%// @/H9FP(YY[ϼjR`nCۺ7ތKUl*qy4(C?uUIu{f$4o=k/΢]THCBr XaSSW)0q<$=|b_0OPM\?Gy3؃? -li5 -m=uʨ-ѹ(*Pa#8+\V"̲,=A0RYPzZ?}siJbyRZFoiuu6sM]Y^q&ea'uO\}BJԠ.VkV4H? vK CءoysL>pw%E~T/NM(VfWg Em`%,,ZNU;ʡ=ڇ_u7o512lq)O1WWzk3ߕ:O:߿eendstream -endobj -1868 0 obj << -/Type /Page -/Contents 1869 0 R -/Resources 1867 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1841 0 R ->> endobj -1870 0 obj << -/D [1868 0 R /XYZ 85.039 781.388 null] ->> endobj -1867 0 obj << -/Font << /F57 1075 0 R /F42 967 0 R /F15 951 0 R /F36 955 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1873 0 obj << -/Length 3172 -/Filter /FlateDecode ->> -stream -xڭ[mo6_o3W$߲n^8mqPl9qX$'7/$EɲnDf g#🜤t6IR)tNOf~bnH͇wd"nDǟ.p3kRTA|(T"̇:E+ֱZWWP EhLjL "Q@b$R -UGb'N1+_{ucD^Uͷ3N<um{mhs1o 2 ǽCt[Fғ8-DU"Rx60NRivELJu^Dx+r(C`,W Ny~l\E1/`X$VCB2SƐC40HcpPew6@:4iQ^آ_4~$g0P3t 6ui_{4t~_ >Ӡ<^4#3D~)1Kpc ڤgTnP2PЁޥP`\RKJLZ/k^`s\=j7<-8pk#0^9囮 -8AۊX rgsd. NZ"rF1^s@ѰGZ+rÙ5 σYg"S?,U^evUz8PŢy'QgAgx@Ce_/Y= :s)Չ=wNg~Sm - i-GrD3W1!l ݆jE6@8ȥ8Y⑻! -aݐI;vD}x40Yo{̡Kd0,)/ӢZ9[,boSpuo@WL[]G7wBH 9yßn4BEin01_JK27uz4C%:ݗ8}n~&&do -U/5Ѷmצ{f\vO@n^3'{TsRdPLsNǥfR+o$Nm&5{Nz<߇ufP<-qS:t7SO\p }'m_-qǹOgc!ul7P Oŋ-]bmM[puO/c7=ť#iN~Aw\Z]Ws8R_,άEøGhAΦ #VDhW턋OyU?zb#}\ [3U>ҍ ʆsMTgʌ Ih.(Sendstream -endobj -1872 0 obj << -/Type /Page -/Contents 1873 0 R -/Resources 1871 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1841 0 R ->> endobj -1874 0 obj << -/D [1872 0 R /XYZ 85.039 781.388 null] ->> endobj -1871 0 obj << -/Font << /F57 1075 0 R /F36 955 0 R /F15 951 0 R /F42 967 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1877 0 obj << -/Length 940 -/Filter /FlateDecode ->> -stream -xڥVKw:WxiCt%Ke)ʁ殀;!Pʯeei$fDBOR%t˭'5hxZLddr:N|%E&3ڟ˷7p$I.TŇ(6 ngp]eλTfw;O -PzwBubHS<54QR #!7JSr*8GN{DU$cÇ$KT0JþS,I%$[WM5;UFYЕC.`4͛韼A|nH VE$lױZ: n_(uFDa,#+y뙺PXuˮW J`%2Pddlѵdo\ h26-+k&dd8_]1 {NjO DF5&h q#[.|ukX7v}=#YIBD_9z7%nkYv?~0X̻a]NWf: -R$dʁ=?qTG"Gke܏ -e6¾tੰbE[XV0N!pDC%X8g@lqߐ99*lܪ^i ]t/f0|:r]/۲O|}Ld>yA?cijqNӑF@/q-+h+F~{AS.^R9WW,[56 AaOܢTC_nB,pCel0z9I}tfmpw] ;-G/2$/]ΰ?6Ԡl+0nX~br(\$;N7֩S}Vendstream -endobj -1876 0 obj << -/Type /Page -/Contents 1877 0 R -/Resources 1875 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1879 0 R ->> endobj -1878 0 obj << -/D [1876 0 R /XYZ 85.039 781.388 null] ->> endobj -1875 0 obj << -/Font << /F57 1075 0 R /F42 967 0 R /F15 951 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1882 0 obj << -/Length 1670 -/Filter /FlateDecode ->> -stream -xڽnF|)F wA@EkRK4E"ec߷p䤇0ˌDā#dxܜI'RS#ȩNC~tF˘F2q<_" WL\ᄡ7Y<EX8qL[K45WeO0nfsE֬lӺTEc]vr1:LAn,jH[P[7v8:ҺҚ',-5*ӐR2H$"($T%*XXKTguZnl *{ -A5t2Aza| Lךv"o+sm+^Q>Jeu78.pZ):*19`I6lh)V{aj"Եїiq+HG4˛Vmn)}UH˱@$l[ڨlUM-'ˠy倩o`Y9 /^F]G aϯ:#O- |=H9}ˆ D1O 4Psg>]~X}>&@bZjǧUy0pevrO%Ir*~: -{,D7ۂ|R[mXyFQ)˳*B u))ȁm.NYQ=ClLo?wx](haHx?tW JM$d'qO2;4bڅ{o8Uz'_2W%q>(^@xmK)-JvZ8WákGf]5L -O(Σ[hޑP?:X(2w"u+e;l6x:X/53<0ʾQ6&]e ZeK3 uIK]H<ȻBJے 2i8hW -C1 T]b4,kpחK A˯5T,at1#7pc2 -O .iF)$ endstream -endobj -1881 0 obj << -/Type /Page -/Contents 1882 0 R -/Resources 1880 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1879 0 R ->> endobj -1883 0 obj << -/D [1881 0 R /XYZ 85.039 781.388 null] ->> endobj -750 0 obj << -/D [1881 0 R /XYZ 85.039 761.463 null] ->> endobj -1017 0 obj << -/D [1881 0 R /XYZ 85.039 660.071 null] ->> endobj -754 0 obj << -/D [1881 0 R /XYZ 85.039 660.071 null] ->> endobj -1884 0 obj << -/D [1881 0 R /XYZ 85.039 617.786 null] ->> endobj -1880 0 obj << -/Font << /F20 937 0 R /F15 951 0 R /F36 955 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1887 0 obj << -/Length 779 -/Filter /FlateDecode ->> -stream -xڥUMs0+8H8:MM39=(FLm\7Zi: ~}kßUsYT*\lVo1&KpR$g^w4~r!Æd#sht5* &EaK7ƷfeLKXY"M;֡J1-veH2OG:H>nݎOXu- Z}ZF7DNPeKGd`mLRY,a;63/K,'#нbk^P1hXnmօ=k m)8 Ʃ[U?δσqRIJ_/2V8,dI_ǂ*n dP˜endstream -endobj -1886 0 obj << -/Type /Page -/Contents 1887 0 R -/Resources 1885 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1879 0 R ->> endobj -1888 0 obj << -/D [1886 0 R /XYZ 85.039 781.388 null] ->> endobj -1885 0 obj << -/Font << /F57 1075 0 R /F15 951 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1891 0 obj << -/Length 2449 -/Filter /FlateDecode ->> -stream -xڥrMԔ!љ$z*\I a1EjHj<@ږA`wCYAT̲\Q϶`_(Og6vw~ggq2S -q% fai4[?XA<<=-IxY,4m{X(jv ]][=9,\zqv-,lF~?>E2^pt*}¿}UDf% do] YK;␴*/b"m - k ALy(mP㻝AMm=#=Ux!ڂrPZx U5'D5Q?fޠmhhy/qyW[2̔o[&ErLÊ[]Bf-hxsݡM =0-]Hn1gč׹P٣pѴOWi"2GAD=Y]!O7teTCR]u8եF=>^hQ (I{(X  1\'Unu{[9Z}4?Ump3 ܃Rt4=/t;Wo(T"*3-`:ay1Ȟnx"ʡ^0U)9z\} -xd$t#3A}\?.`a*EFLw`ř9a˶⹑ʷgGAn>Ճvu=l #*`ą̀>I,r1. Emw< m؉i|6`ܤuqq^"|WboEE~* ^סtZ @+/9Q~Fc[e]3tnǣ;M\fdseˋzC!>Wɾ㘕%bX8J})ǪH0jzǶy )sXT+:OcytdMI%zgZ57{ Js&ڦF?g*V Jn{S3F'Lӟ\?נ<Jq%Z a?͢+]#g q(:D40UzوD[qr~A&-7W?$$(?Eqg+׆F8 I&ß4$ccb`4,t}ܚGIXKzb,hEYDO$Ŋ{#:NK$IMECF29L:_PPk$|Z&TҰH=ne I_RlݳHF- <ܕ'R3<折)F4)s ܹDhW6;}fi~9 x HRcK& Ŀ3nƢ<Q0"MB Y6P GM""VDS8Q,yU9u䘌@l[aug0(C)*>&hhCykK?Լ3y:49J'L]e?̰Dh<7Рa!J]5 vSe۾@ /_B*tt;e.E)"iB^Ǜd^cGo-hR?Lن9Me/:Df۽ -waI - -~ -r~*@~Q$H":!ϫK^$Ѕ6j?{WQ3 ;"ޒ7iSՈNo[ay1gCn -s%Ɔc_Z쌘nQZu(Lɞ7|ujk.SI_7\ƾ>$](bp<>ķCk~II/Hendstream -endobj -1890 0 obj << -/Type /Page -/Contents 1891 0 R -/Resources 1889 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1879 0 R ->> endobj -1892 0 obj << -/D [1890 0 R /XYZ 85.039 781.388 null] ->> endobj -758 0 obj << -/D [1890 0 R /XYZ 85.039 761.463 null] ->> endobj -1018 0 obj << -/D [1890 0 R /XYZ 85.039 653.495 null] ->> endobj -762 0 obj << -/D [1890 0 R /XYZ 85.039 653.495 null] ->> endobj -1893 0 obj << -/D [1890 0 R /XYZ 85.039 612.438 null] ->> endobj -1889 0 obj << -/Font << /F20 937 0 R /F15 951 0 R /F36 955 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1896 0 obj << -/Length 3316 -/Filter /FlateDecode ->> -stream -xڭr۶_7љ%tiS'9;9g>"-HR73t `.&&Yz>I3,,gd 3?)Y1%њ~x`>{~]wWgZkOi|wC~p73彇~{q#ϻ_ήE,8}}$9 |=&0|3Ǐ#-*&cq#׏?"vH7za[_U :M~L'V6=|m[S!+s8?rY!L{"Ôk|mH "e,y/"a-j֛r(>L! x )su; 09#YZ(ʼYg&=\ ? W,p>0c跎}x\C fۭ"$၏.7򲒰t=<+8h M_bWft'LGl-oJ\%Un60Ӄ%Y%ΑM%d*7Q@dE Z"K>b E9ZS"X:H<)`L="aKI8zCs#5q?-=DT!T$N:!`b<*^̱oZ`Ȯ -YhSڝDK^|/Blڈ9ޖ! $Z%a{B.@,p -'fXk?U\pHaPEC8 jĿG`_:1P/$ QYfщR,WRn#ƽO);OtNbxI>!0:JF( 0<b< ;S5C6NwH5YQ6ZsiC{H:>o<|n@XHྨpWQUWfKJ2Dj({$'JF3XbYN "K,)xtHY~ń/`,`ZP%uCåQzsp#]  3e~Zjn 666%O`T4^_MkPTl76ˇk:ZJaK)Gn%Q{7ؾ22o19WNb]Lx)#.pc -^.%0I:bQAhUDBQ+'fNDjH8dnT?X7gɊAܞi;#"2o)ٗxt{wz\;HKiv㦁VӊH~l$0We/y'ηcsX3T^MU"e B#fgIjcG - ?a{њa1vvbqh+Eƍ98H -AS?2]:zV?H\.!@J9^jL`8cNq.8TȅԔb-=*zrIoe*?R ^҃XK]l]ӛg#! Nq ؙrnv֌_*PG֑Wbm1fKr{֬m/'d"\CP#u09N*]ԡq2^6=UJE'~XpƵp3łs,2B"QC'|Do-/6M(u񲨋fp6ԡY:Ji|RV,[>5SޏLI >eE8=#Hd$EOǶ$Ь7U!B52oG<| -ONF V 7[s#q2P7>`$I7'LMP=3|Fv7(qGHeP]`ߝ7,j㺫:1ZC7 -ccC*=x ?gkN}SUsJ[&61fpvH^D:.ooxdrH]/[72?\qʅLរ33#zYf^vj|2cZ\(+<}Y?ה!?~eHN?JBEJ1}҃l!n:yY82B,^Ppo;Oԥ`ᬝ4?f&$yᣣ%'#9 :uv.r,c?CGS1܏×S#hN~(KζD_C,mIuH yCMN$@oNR-J6q~OT61EFB #ڿ:Gj$endstream -endobj -1895 0 obj << -/Type /Page -/Contents 1896 0 R -/Resources 1894 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1879 0 R ->> endobj -1897 0 obj << -/D [1895 0 R /XYZ 85.039 781.388 null] ->> endobj -766 0 obj << -/D [1895 0 R /XYZ 85.039 501.607 null] ->> endobj -1898 0 obj << -/D [1895 0 R /XYZ 85.039 461.443 null] ->> endobj -770 0 obj << -/D [1895 0 R /XYZ 85.039 320.94 null] ->> endobj -1899 0 obj << -/D [1895 0 R /XYZ 85.039 280.776 null] ->> endobj -1894 0 obj << -/Font << /F57 1075 0 R /F15 951 0 R /F20 937 0 R /F42 967 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1902 0 obj << -/Length 2573 -/Filter /FlateDecode ->> -stream -xڥr]_1ovhxMr&hRjHI8V9\$ht7V'^&T8Tyl#@~c%(+6""*뇙 QuK/_RA*`GǗe_௰|y,`_w돟8 d_~U"_: -coh%&R >uJzXxq8Yd& -MI=ЏOF1{X[te -,-WI6#,u]]l+^ǘ_iQ^xW/HL<*IFbv`CJC- i x rܼY芄E舂YDydd|ȩໞyhwA,Bo*qB0>\t0,!MS;x8d @utT0W1|ʘ(DΫu FP9.TF:;98E8L ,aaǢ)x,\|ޠvmמa:L/K*OhIvI { cOEE\ ^~dMŋ.6zc!\G&dj~s1- qJc?(Rqg -SOz≵T"DSjL;6pAG^'|pTsˎ#eba/~ť'y#nDr8cr -.܌s!Dyr` ?j/M5Wns8g]@g=*8kV;`VW 5-(q P5Rdߌ KzȷݞSk-2Ceq嚱G66S"4c.bTEbI*06>g k5wu@M./V8OSธxNB_J7Ra@SS KU)b.S'M25){|BM̭$~P;Jj:VVӕ*, -\bě<a*^ܠ⍩"&&n992s?mϽrwe wd *!rpe}9r璲ydflRVIfo:?#hG"W3ԜiBRsrsݤ넳L\RQ.)J3Я\Q+K^pjǑ860fǴg}JKA~%3kHq80 '*rk'qLYzf}PW QN9FJvC-W)AN'Qvw=gK -G徻8. vGBB7_eӥ4htMvL|?7o]ל~n箚ĦTbXA > endobj -1903 0 obj << -/D [1901 0 R /XYZ 85.039 781.388 null] ->> endobj -774 0 obj << -/D [1901 0 R /XYZ 85.039 666.319 null] ->> endobj -1904 0 obj << -/D [1901 0 R /XYZ 85.039 621.244 null] ->> endobj -778 0 obj << -/D [1901 0 R /XYZ 85.039 621.244 null] ->> endobj -1905 0 obj << -/D [1901 0 R /XYZ 85.039 587.167 null] ->> endobj -782 0 obj << -/D [1901 0 R /XYZ 85.039 531.457 null] ->> endobj -1906 0 obj << -/D [1901 0 R /XYZ 85.039 499.036 null] ->> endobj -786 0 obj << -/D [1901 0 R /XYZ 85.039 348.279 null] ->> endobj -1907 0 obj << -/D [1901 0 R /XYZ 85.039 313.737 null] ->> endobj -790 0 obj << -/D [1901 0 R /XYZ 85.039 213.881 null] ->> endobj -1908 0 obj << -/D [1901 0 R /XYZ 85.039 173.718 null] ->> endobj -794 0 obj << -/D [1901 0 R /XYZ 85.039 173.718 null] ->> endobj -1909 0 obj << -/D [1901 0 R /XYZ 85.039 136.851 null] ->> endobj -1900 0 obj << -/Font << /F57 1075 0 R /F15 951 0 R /F42 967 0 R /F20 937 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1912 0 obj << -/Length 2448 -/Filter /FlateDecode ->> -stream -xڥYYsF~ׯH>ƕXY$X X#o_3H{ kb?kzD ' '9yΏ'HEd>G|L,ӈh?z_<;3c6pbʗ3kz1[{x[yoX[#4篓4')Ӊi8Q8ûiXޞ=:8y8V8K&fAk)3Mrsč7h)KIiV[:7ψ{} Haz~#@w -ݍn:XhAMY0n(e˴ב[3t A|6#G.-[twΨfҿўTIOgm7˼渴tW\`5RdʙMsICXDeϼV p9b14J&KvKTiK0׭ۼAx&eߥ1,r d q0YQʑl?&Ej{VQ`` $6aowI*dstRX9,*et5A"`T2'3霾i}sdtv:@h#OM> -S9%d`Tr:nFh~}ȼ=ǃÑOeNOKe JS;!CQ!jp$1!c -7FPVrȤ=6)k[OMRvWdR$kĥX|KM&Թ5h/Xט⁴tLr)pW` ]1QoqLB,_ˆ3ӟ/-m)9,0TJ~ػ#.ki!G*vҞH%z*}'^hBv\`̾RuG~*!K*Krڎ1sQ{ J%9' r'lVU׽#e2`>C H2Tu5h5% ^#"EºLwmNCͅ _ 1pPV4:YR.XjȄ{eٜg+5ʵ -#%Į/>DZr3IO)6,1,T lmU&Wfo4X :tF*i|_|ndC&P ǬRVbp֧3aMZV0q]hn-{;1We؃ndi RYoR*?-ܨ<@Bb5pBxB„Qd[| 20mDEʮU=U -kQӆ>3mEILݍZ#*Dp)KdJ&i;/-32ͩbfZ5t7d(j$S"9vBA.5=:=X,.E]ɗnO:kZ;t}#r93FAZAES,J.,$#ukE?4ѧZҺB tIÏ% x&瞰ϛI7*$4<NkTIDt~ ڇs+tpɇ?(}P H]//Дd,-&@7zwˋט gD嗇?F|vY,9+eyX^Ŀm]ۗcˇKC9geGvulj_w@Rce}`* -s7I*c͕iأ_6? &pb ?/'49kendstream -endobj -1911 0 obj << -/Type /Page -/Contents 1912 0 R -/Resources 1910 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1916 0 R ->> endobj -1913 0 obj << -/D [1911 0 R /XYZ 85.039 781.388 null] ->> endobj -798 0 obj << -/D [1911 0 R /XYZ 85.039 761.463 null] ->> endobj -1914 0 obj << -/D [1911 0 R /XYZ 85.039 743.459 null] ->> endobj -802 0 obj << -/D [1911 0 R /XYZ 85.039 602.349 null] ->> endobj -1915 0 obj << -/D [1911 0 R /XYZ 85.039 560.002 null] ->> endobj -1910 0 obj << -/Font << /F57 1075 0 R /F20 937 0 R /F15 951 0 R /F36 955 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1919 0 obj << -/Length 1554 -/Filter /FlateDecode ->> -stream -xڥWYoF~ׯCQE>P@qimP$"6 -8dA°;3;7Ǯ?4MˍadnMrbMnbBD{2[?ږ[4MwI8{>kaS?ml+X\_czy! NVɇ*=m>՚feq4}e.'{zyޔOw#ӏ}-¿Ln׫O7՟w|wmoNUfu3^&G6as@"fyvvu ./DtmXV`A2Np==$b\-#ǎ.^/ɐ} )h?G.XBr(90<[$vj_U͝x$r -͇[z h@ѐ /tAIbkU"grzQCC.U_Y%Om"8w3wU#%ch J?i]灋D++أtN$A0kA,KB+2\p -&M`4ȷm>.Ȉ9:iLjL=:/'RF{V0%Ѡ>HX^ac -?+Z=ۧl~C]Θ'Fla#w.0`5ɨ`"KtUB!R?~`nc)ԾR&1$ᕂl= EJ\H**_^0@MQ+";hI;;ْ/l2Q4HҋcPd; cmG!C+ -}E M#ň99( -ADhd灄]+ӎl#*A:zQMr\^jV?:jVZ?Ǧk%U=/׎X̪wn;v˄K/lR44 u6UœȊi@~np6}d. c6h4<{.q^趖Iœ)Ah] -7gw/<]tcve?q$r/!==_ gendstream -endobj -1918 0 obj << -/Type /Page -/Contents 1919 0 R -/Resources 1917 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1916 0 R ->> endobj -1920 0 obj << -/D [1918 0 R /XYZ 85.039 781.388 null] ->> endobj -806 0 obj << -/D [1918 0 R /XYZ 85.039 706.966 null] ->> endobj -1921 0 obj << -/D [1918 0 R /XYZ 85.039 661.892 null] ->> endobj -1917 0 obj << -/Font << /F57 1075 0 R /F36 955 0 R /F20 937 0 R /F15 951 0 R /F60 1548 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1924 0 obj << -/Length 2614 -/Filter /FlateDecode ->> -stream -xڝYKW b -)cڻ9pDD E$쮮~Mn\ĉ1Ir=qovO!l #"ޱtc0'߽MGKH$ o;^Z՟Wիbs|q#fem@V{x'X9lA3@ZWDzj`dYO+%!rXjy޳G)=)KZDOR'kR-݋wX& b;İ*Hm6Y#sJE:ݾl ƖU?чD{l:J11;b[fU"^R92>\` s噜j+I^j5ٽdH~`l4ۯ_neh߫.΀|W}[dzƺu_Dg?xv>K@X:F*#U?$yi9N (r+F5b{6 a+eIX~n0H_Cڼok3uA| NPg *4|m#(cdÎul cdzT տd8 C3,:"\`/2'[I昬F) W%3\/1< BJ+ -+AVrd5g%7~|=(cYod*B _я^w̅@X'C sx _/3ƛP/R p+l"4곰?r%0<Fֺx' $-T&[l+om}w yd=+) 觜LD -YF"$ iX{^ߝ=/*\MXYD/E/H!4+;K,ImrϺ}̼nISunɯ9X*;3xӉQL~`nq);}+3Jn$LjCwO\Ʈ;0[ItB%;.JrĈ??MB'X;6i[0 [ v82S[,dnm.r)9XK^5hk~\ -f[V^Qk ]lx(`[&6|1唰}tR4# -D|f$l}'rgTXii"Iemh^4 -L͘оTeHhNX#T -4GUU`_Y El_fIde}U95XЬ; BczRhdQlTnؒid~stKà>:fa 3" -uJ獚l[ڞ3p)>q<ڧ)~?o!+HVW<>d.E$KԝXN\@եrsGAJ߹jr*WZh>| -lL|>QO 6keM)+c^oO@.9`fy`iWzMbŤ!;:15֎_n߶afU=GBԴmʲ|c|X[@4A4\@Kcs҈^Ph i16C@@~wiI=$WSo$ÿ'4GRCnxyvB33N鷧*T;P4M=vU.ut+.=|wttcT'a3%#mџBx#& )B6?bi$~<%Ӹt_H}\Ej&,OCD Q hJ`Mܜjy -^Q~>.ClΛ6} -˽Wntyځ / mL)28 M s-4endstream -endobj -1923 0 obj << -/Type /Page -/Contents 1924 0 R -/Resources 1922 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1916 0 R ->> endobj -1925 0 obj << -/D [1923 0 R /XYZ 85.039 781.388 null] ->> endobj -810 0 obj << -/D [1923 0 R /XYZ 85.039 761.463 null] ->> endobj -1019 0 obj << -/D [1923 0 R /XYZ 85.039 653.495 null] ->> endobj -814 0 obj << -/D [1923 0 R /XYZ 85.039 653.495 null] ->> endobj -1926 0 obj << -/D [1923 0 R /XYZ 85.039 615.228 null] ->> endobj -818 0 obj << -/D [1923 0 R /XYZ 85.039 488.273 null] ->> endobj -1927 0 obj << -/D [1923 0 R /XYZ 85.039 448.11 null] ->> endobj -1922 0 obj << -/Font << /F20 937 0 R /F15 951 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1930 0 obj << -/Length 2597 -/Filter /FlateDecode ->> -stream -xڵێ}BBErxEu ܍c+h -4ŕإH^ s!)Q۠1 Ϝۜ  J]"?xF8mnGKO䆑Zl{frr]D;_};/_nÿoZ9/ʻ,V^ݽ|{|{6?ܼXE -TZz‰~\#=ׇ FO 3Jiui?J乑U>⡞z8C -Cgˬ[|ZNHҴymїrma$ X~XLmAy[~\UZ3N^(RUEeTl+HU -C픰e -=&J ]t^J߂ T#z'QAp&w:^Y޳?!$?CC]<b( O1FFlf^:o`|J)2|7 - ᆝ8{UH!9<9XS ,H=!4 ddAGq1 ;f!kޒ0nPh8Wr݄YDߌ}d]Jo5A s ;цŇW9v2.PO2ax -2 Bsld뛶Xb^YER)1|t=c-9O=\x&uk9WP\7Tf$W]!e|2IoSI`,,symjQ'%p;=VM4BVwTMQDYc<0J*5ńMP@@(Ŏwj Mq)JcߝF84*G3Nc^\ElqWt!1V1Հsu+k%/lA&/te^Ҋ(Liɸˑ)h86`BS*<0ȿ2iy$1S (>h;>|T4 \$6`rN,űTu!ة/i{y,ިA A(2p%P5Ž&;Unn&1 -גH6wE]\Kpmc@F#?vUMC*BcǍQT ZM`;;TMN598̈10{'_0ۉ&3L8Uިڌ -&hП5W s_"yw&]gO#Vb?u#O丘NK)ލVO=p|RgU@_2̻*Rk '_ Mhb -[읏ɨV533ݞ<\mYGb( -uRXIh:k+G3&*iSw3geяCdD@*Ƒc4;2-2hv4%YYc#2xU'8r%piKeGHj[zhr$Kxgl(?W'rE+¶! k7I逞|O (Wp:cB>>(( t?cMz6C!GxtUoEQɡXdD^S݈}? ʏ^_{؋K<(#NrcN0uv(_ߗ>4iLE7,PŇ_nV_<>hו-A:?K>* $]ZkycCendstream -endobj -1929 0 obj << -/Type /Page -/Contents 1930 0 R -/Resources 1928 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1916 0 R ->> endobj -1931 0 obj << -/D [1929 0 R /XYZ 85.039 781.388 null] ->> endobj -822 0 obj << -/D [1929 0 R /XYZ 85.039 596.451 null] ->> endobj -1932 0 obj << -/D [1929 0 R /XYZ 85.039 553.498 null] ->> endobj -1933 0 obj << -/D [1929 0 R /XYZ 85.039 553.498 null] ->> endobj -1928 0 obj << -/Font << /F57 1075 0 R /F15 951 0 R /F20 937 0 R /F60 1548 0 R /F39 974 0 R /F36 955 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1936 0 obj << -/Length 2380 -/Filter /FlateDecode ->> -stream -xڥYKs8Wbʢ_ڃw3qvDKHIY~$%9S) ȝ:ϝƁ4]ۏz?q[{< 8tԭ*7>[g(fu}t2ݒط̋O8=-?~=.|XA TR5L7p_''mvax?1@/&xLMy֘R??׊h%pQv7{gU%tWXm:4p(e%(eo:% uu(Q-*N4w I3L, < #f`;_πNm6'Z=2JڌUeO>G-?WSs y$DFWsȬ-NBJ(*5.[*"IX%iF<;N(oogQh<\=Ac55[+2 }_/١N׭tS=Gm1wR1 -O6buG(6ir);zqd5)( -& 0 -ӆB={brs?脅lS1eEs BpU8rfl"˔] ?P)'l p7m2z-鰏8B.eRNP=bwS)hI R<$p:)@n>Y*]ӎYgHtڍ9vhzLОQԹARt+":W K"#!|־3e}O7E4Fm?q(&H ]!Λec -\v"iTގY7 0ZЭ^J?? @ĵ ^bN4!% LđRFChk=BFr`9].G[] &ى 喉/8QV|[?ZL<4^PJ%וbxSEHc})K_xշ`ye쇪eh`:C:Њ5+}̹k>G tczlRhç6 hU+?25VLu+,J {e'IvGUZ@^`݃9.__GMvcocK;r]ƝH2> endobj -1937 0 obj << -/D [1935 0 R /XYZ 85.039 781.388 null] ->> endobj -1934 0 obj << -/Font << /F57 1075 0 R /F15 951 0 R /F35 948 0 R /F36 955 0 R /F60 1548 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1940 0 obj << -/Length 1616 -/Filter /FlateDecode ->> -stream -xڭWKF WE.YFA[X] ÑlE{!Gr{(XKC#HIǃ?$Tĉ*I]gJAW+D2*vuQ%H]7a蹿Xxٶ+=g+b&(E( m4G+>A?t\_02t'R/ADH?5{0T6k/!f~ 1YЌ~(jڼ,qOv'Ky2+8Iʺ̛CgZdd jMͮ+h HflB)\_o{W:mnQs,{SVRIt^!n Xs(r+4ߑəsPR2mW}9!;(&z>uUVPi'd: -h*VVVO\Gmfg]rBpK d{ḿOO09}$Lg\(ǧ U]oCɛ2S&!*}(D 1Y ki ~PטcM/Z*eX8E& Bs0t^hMf 3H()aoc6uU{U D~H&=ۣ1aKrym@r{vv,j8P=(ز޴*'},`)Ȟ:A&,pQK +KZXd 8>XV/a2A=]Kۡ 0Dc*6 `~Ԛ}=܀噡f !` :gς^w]yX61˸t;)St}M)ܦIVS6 hGWegh˴`'7`|8曓lY.OIedT)R‘h\# -àM0K -a5,^R9 A/Q$-2îMn⢣ ]0..͘ EEetZ;r`MD+ c*T&攋v> Țb/w^< پ!{&*f+slR{ByabwT<[' =ݕ͋RCQZkZ=2xD3aI܇/) yMnI|,T෱+h͗$ד`iřo.] $jY|VKv d `\5,"M'y|VE<)5CH5;VYO8ȗUyf-r٨yep0%*a -aendstream -endobj -1939 0 obj << -/Type /Page -/Contents 1940 0 R -/Resources 1938 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1916 0 R ->> endobj -1941 0 obj << -/D [1939 0 R /XYZ 85.039 781.388 null] ->> endobj -826 0 obj << -/D [1939 0 R /XYZ 85.039 761.463 null] ->> endobj -1020 0 obj << -/D [1939 0 R /XYZ 85.039 657.513 null] ->> endobj -830 0 obj << -/D [1939 0 R /XYZ 85.039 657.513 null] ->> endobj -1942 0 obj << -/D [1939 0 R /XYZ 85.039 612.438 null] ->> endobj -834 0 obj << -/D [1939 0 R /XYZ 85.039 487.277 null] ->> endobj -1943 0 obj << -/D [1939 0 R /XYZ 85.039 449.177 null] ->> endobj -838 0 obj << -/D [1939 0 R /XYZ 85.039 293.11 null] ->> endobj -1944 0 obj << -/D [1939 0 R /XYZ 85.039 260.689 null] ->> endobj -1938 0 obj << -/Font << /F20 937 0 R /F15 951 0 R /F36 955 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1947 0 obj << -/Length 2805 -/Filter /FlateDecode ->> -stream -xڭZmoF_!X*BON&q/pZ-飨{eIQ"%`IzsQu2lI [9W^e|"o N_e̓:MrZd00Nf6sI-Jw&g+M%,]X_MzA@CHH9KA& oMyͭ{HH@]̦O8~drF4/Թ=$5y:W} -aCG&~,|ikhyb}c LQ14`4":Zψu";t[td [¿fhtO͖ΆFd87:sGuhKmxXy=Re6%ոK~M]'4˪B1g%h{xϲn2[lB. n{ďzP+pyk -~r>z=Ul'a ka)UCV/p? [ya ϹgbеBds^`Ҏ -g} @ˌP/3TG0(-})diDt14QQ_­f l9&q7q=8q|CD3ކ 4mrZ4 nF69T֮q4?r'Yu"R aǐM_Hp\}CkP -T#P~maCoP-gLU¶FBG #㛎NFFUmwQY~ ?sQ= #@6=!odNe]aGFÑ1-ȅF ȗ*Ʒ(0e R!΍&¸~3 `!Qa31 l#-Il\[ν P]X$fq\Y2]%nm8UGA)źۿ.\[?k[T7lxx{kb?HK0|:Z^؀]˨exb*%6 -pǏܑ6jYCT"pBoî8U//*_H+>6hzy-W!,lj,'"B%nՎX$e.s{@B܇ETB7֙5-6,ګ H'(s -F`AL%{:{@CO"ah -.1\򞻇[tqje[&eB}Oq#QL,LV;>OCr~j9u6͐3:cQ >a^c!6cFPN|@xurYZe ab%wduMj{ I$v8R)v$UBӑϚ3Yd ] ر.kܢ6~!>T:}ݶXl^WQGp"Mg)5-DvU/2Eg2;%eI7r1O+%UQΫrtꨓCoYUvHZ.nb+2iYuN5OoO1h`E+_i `$ڶ&X>'eF˨B< nh[5uk 5;ݠaӶSM^;°6d)9l:撤\M Cא~us}/E-ҏG@/-L:~c suɗn!ZFwzO6\ϤYrIT: -(HU4ik XMYԬ6_x E"tK'ۻc+o$Ws0t$ak{}|Z )?I^vԐ( -~ȏ r<|ކ:ڼ1ά;alh/jNQhHhLoޠl.?d˝+ޮ]y`fN*e2#؋qM!$N˂KDo  wendstream -endobj -1946 0 obj << -/Type /Page -/Contents 1947 0 R -/Resources 1945 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1952 0 R ->> endobj -1948 0 obj << -/D [1946 0 R /XYZ 85.039 781.388 null] ->> endobj -842 0 obj << -/D [1946 0 R /XYZ 85.039 761.463 null] ->> endobj -1949 0 obj << -/D [1946 0 R /XYZ 85.039 743.459 null] ->> endobj -846 0 obj << -/D [1946 0 R /XYZ 85.039 602.955 null] ->> endobj -1950 0 obj << -/D [1946 0 R /XYZ 85.039 560.002 null] ->> endobj -850 0 obj << -/D [1946 0 R /XYZ 85.039 199.83 null] ->> endobj -1951 0 obj << -/D [1946 0 R /XYZ 85.039 162.299 null] ->> endobj -1945 0 obj << -/Font << /F57 1075 0 R /F20 937 0 R /F15 951 0 R /F36 955 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1956 0 obj << -/Length 1454 -/Filter /FlateDecode ->> -stream -xڭ]o6ݿBo!ER.kX֮v m(bk%WGɊR}Yx /ьKʼn`2Il3 -n~ G8`Bs?ױ'83x=͔2/o恔̓8N_={birv,A)_f>q/^8&̙ 0;W쯑)^2J˄D[% 4g+k a?? e4yý@IΒ_]\_Y{?rͻMw&>u~6t" -sm[5u)zds|ӧ}]Y_6[m;h!PiTSbyyuOѳآFû7v.2‡GPant/(-īQ;@l{-݆}5](ru ލ2J(pMxD Y&T"}GvUO'f@&(37^5B6J#"bg vHƧ'xf!"0%W@?[O($K{~ƚ)0\Uײ( ViVtZB- 0^CLsK!7T 6@O⃑^' b1m$%3O!ThRTc"T0($Ӷ+m:LiȇbpO5СO)mefhBTo#_i+ R~bXYtA&bJk<*^q&`R2C2: ? 0Tn/{m_f3n0oif/c#\o1!{str$ GKmGF@-Bn [7VXNu(w‘]l.+¹ h>wcUm8.-IK+OA u?üPFCEޤOpCGJs)sw$oHszI5$g!yׄ^~DŨendstream -endobj -1955 0 obj << -/Type /Page -/Contents 1956 0 R -/Resources 1954 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1952 0 R ->> endobj -1953 0 obj << -/Type /XObject -/Subtype /Form -/FormType 1 -/PTEX.FileName (./xslt/figures/note.pdf) -/PTEX.PageNumber 1 -/PTEX.InfoDict 1964 0 R -/Matrix [1 0 0 1 0 0] -/BBox [0 0 27 27] -/Resources << -/ProcSet [ /PDF ] -/ExtGState << -/R4 1965 0 R ->>>> -/Length 1966 0 R -/Filter /FlateDecode ->> -stream -xeU9,Ge@@Q !%bd(dʤ( -$T)_acڿG=1Fl]tquݦ5<8Ǘ:\;&Ї h:X=&02oC eD3PMt1CrZb7}tmAd'W!KO(ԤtKb^ *BFmY`UՐ -nܞ `*Tޣjg=sAR? =}ځl -ϒig٥C6u&\ GTMKlFyu|?%iȥKNq{v*JE]8hp0R$(+ nN -qѫ^>> .13ׅӃ!3SAՔihŨ^(<m䦽lL7aƴd 6(WںK -г2"E9~ -n*1xƈp&XîÜ\D0}#X>#^V|2i9΁r)`Xh&hbHe"ʱ~ϓatZD!#Zk!e'j=_ts٬&N@i3t%kЁE\HYZx/U@iW H -rGX58ժOt$yBқ5/vpo`kAr 4N.4&FTG%V'R5Bԋ`qUv-U=Qv2_ qq~r5JhPkڏ>D oiCrT]MJֹ;Z [-Bxp|endstream -endobj -1964 0 obj -<< -/Producer (AFPL Ghostscript 6.50) ->> -endobj -1965 0 obj -<< -/Type /ExtGState -/Name /R4 -/TR /Identity -/OPM 1 -/SM 0.02 -/SA true ->> -endobj -1966 0 obj -1049 -endobj -1957 0 obj << -/D [1955 0 R /XYZ 85.039 781.388 null] ->> endobj -1954 0 obj << -/Font << /F57 1075 0 R /F15 951 0 R /F36 955 0 R /F60 1548 0 R /F64 1960 0 R /F18 1963 0 R >> -/XObject << /Im1 1953 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1969 0 obj << -/Length 2485 -/Filter /FlateDecode ->> -stream -xڭnF_h27޺R)RlRmmDM~e_Gj"OMXHOL eBN llDl-,B(1KU.UZNIb&$"H%Yr:3I]Sĝ4zSF]]vo1ȒLaR}Dy,lʱ-3SQ۞}vȫxeL(eYG Gg|: -z -{=PZ:u l'~6\q] +QzO`W5r[vК@3eݵ=>XM;8.PhV^0B)5GE;OjK8[d%F*:~)9+ *WAC] D*/*`UqWոŽ/ G7x\Njo> ڭ6 $ꍌ/OHA)IY85?;rM@+G׬ JJ_PXϑ,+q\_gH{ !U];Ⱥs S! Jo^pϢi;gc[ps#+jȖu"/d6K~p>UNDgdy.'r]5'؟|:u=ɜe%xLMT5k 4;KcRC4>;g*`/U=m~Y7;,eiO}w Sz]ܪfG|o\>PШ- Lůt&&OBduaN{/n.G5"8 -ҞІBtzKXm,8s|x  ,݂W~ okG=}O{%=M6?堩{r2و"Z1Zh\tۢ/#+lT/,oŅOB$Gð8GÌZ?x@oAtUk#Vvgh^סqvVIzfCjyjdD@sV$rH.MZ*d=@]zgtdb~^W{Ӻr0oPCRaFR DP,mCh,#NR@s@73Vh3+эp0C/~Xn)r val=f|)g0&3aN;!A)o"$}(ChO&88#htDU(Ъ8\gp5 -4o aWԿsbLA=^. q|SjD`m~pdB+b<ζr$R-gLaK0b9/q4`]Fy =LkkTεȬ}>g Pv[)ha:ϘQPo[ ~t_ ] exڀhgoVVh0!؎i@zcW x ssH/6gN/'Lendstream -endobj -1968 0 obj << -/Type /Page -/Contents 1969 0 R -/Resources 1967 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1952 0 R ->> endobj -1970 0 obj << -/D [1968 0 R /XYZ 85.039 781.388 null] ->> endobj -854 0 obj << -/D [1968 0 R /XYZ 85.039 761.463 null] ->> endobj -1021 0 obj << -/D [1968 0 R /XYZ 85.039 653.495 null] ->> endobj -858 0 obj << -/D [1968 0 R /XYZ 85.039 653.495 null] ->> endobj -1971 0 obj << -/D [1968 0 R /XYZ 85.039 615.228 null] ->> endobj -862 0 obj << -/D [1968 0 R /XYZ 85.039 528.921 null] ->> endobj -1972 0 obj << -/D [1968 0 R /XYZ 85.039 488.757 null] ->> endobj -1967 0 obj << -/Font << /F20 937 0 R /F15 951 0 R /F39 974 0 R /F36 955 0 R /F35 948 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1975 0 obj << -/Length 1105 -/Filter /FlateDecode ->> -stream -xڭVߏF~_#`Pԇ%҇4 g W=U3pg0;}̎as"I0bDDڎso~1HAdz߾'4}l?d1C7xʩ)QJ8"JH:/%u?O/T~Iݵ3w_xMkhC "B"V%C"ceW}\YMjΓ .;U a̛SnxO1 03xcDV,=f2 -IcFuKʽOqW0l9زda P"ȞɤbAbE9IV܍40 PVCWɫlp[Z1=);(.@ptҟ/_G8r5%,H -+Fgzm,8< Lq!Tಱ.V?T)9k ijU.zFn64eR–()o]fkT=3Fn6֭ƈ V{jP4JF'akx; 1( --6ߋu*)ź5^&ffdjn*M0#oUJҡJۋZ7^{n?DA"(Q?Yb7 Bȱ:_NǏYM64!T\uK}<|=@W0J{ju1^<넘 ^n@=x*T/$ J؛ enZf_?Z8ѡno0lvg2]cN#XM93 z zgw.0ŸofɁ[L.'_/'on&rt|5qQ54AKуVXlrB202/ת6A5HEHYEͪ8 N2H >Cnvdz">>ˇJd=)_lmHh#%^l}Ae|el@Yhj[r>`ۣdg2B:gEr_[Zyd^Xv<*"y" -q>wendstream -endobj -1974 0 obj << -/Type /Page -/Contents 1975 0 R -/Resources 1973 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1952 0 R ->> endobj -1976 0 obj << -/D [1974 0 R /XYZ 85.039 781.388 null] ->> endobj -866 0 obj << -/D [1974 0 R /XYZ 85.039 761.463 null] ->> endobj -1022 0 obj << -/D [1974 0 R /XYZ 85.039 657.513 null] ->> endobj -870 0 obj << -/D [1974 0 R /XYZ 85.039 657.513 null] ->> endobj -1977 0 obj << -/D [1974 0 R /XYZ 85.039 611.641 null] ->> endobj -874 0 obj << -/D [1974 0 R /XYZ 85.039 611.641 null] ->> endobj -1978 0 obj << -/D [1974 0 R /XYZ 85.039 578.361 null] ->> endobj -1973 0 obj << -/Font << /F20 937 0 R /F15 951 0 R /F36 955 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1981 0 obj << -/Length 971 -/Filter /FlateDecode ->> -stream -xWo8꾐6iR$eװ6E\0ktڦni~ϿM ?bx aG zX9|\`c]F h^ fCRj -!1z1}w5+WYP/Z|?WƈvK"POu(5ʫ bgHG pF ;%ō( 3|NҜC^^dwk=z竛PD _5ͧv&  h2zsnIx3լađ\~\"o|Ĝ0zhrn"=- -P[xS=dWCí8T3^X-UO5]ׇ.ι$gLvH=z ,4I0Y]\-.*4LRMN=Z.¾Z![poqҾ0_ݦgӯZ*9(Yγ؀2Z󃱴3ĸGC|rf -ze:ֹ|͏uޘqO3z3W k|Bal ۡEpe߇1_.]M_CL:w9#+RDB1_U>H:hzT}Ps,՘ m׼-AEK Rp`Q*׋r<+PDjBTydԒ33^(trgљ؞Ml-F]z?_ogodم&R)-I%mUZoB - X ˠ|۲qVgȵݽؕ;R$"Q=*o]S.Yvs4a-IQqvTO\{{\+J&s5iYdl2֍G<'M IuL=`v|=*݄Q8ׅ0B _ߦZA)"y fډendstream -endobj -1980 0 obj << -/Type /Page -/Contents 1981 0 R -/Resources 1979 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1952 0 R ->> endobj -1982 0 obj << -/D [1980 0 R /XYZ 85.039 781.388 null] ->> endobj -1979 0 obj << -/Font << /F57 1075 0 R /F36 955 0 R /F15 951 0 R /F39 974 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1985 0 obj << -/Length 1966 -/Filter /FlateDecode ->> -stream -xڭXo6HCiYV m[d7lh,,?f8{HGI?yN0_̻g8ey=:˽ ?M|wq;ك ,/vA/mϚ0۟x*mŁ5~O{$]ǃMT:Q7؊⹰ϫ9#'Î;u"7$w#˪7xy>xu]TCjI<^o9IҵL/ڵc_؃ȏRQ#R͏|<%*KK^5zdv50ejzdm^2_Hj? -?q8f{iGvwp5g9_|5FYnCىn7-y-E*s^m^&s]<] pH\㘟f?"r6,ǎ ]-r.E p%O6f='1 -t| `; /^1áN8jޗܘ!qѡE.$`v @otfv3' Յm%K%wHUE-u"JAV'&2UtF2hx4`KƈD܆R>e;{Z.BtK2%9[d;hdp [5B\U!qLH -5?  d`od9[󭛦FP%æH)9KW ti(^ap2YIXaP4٣p:XR10uz]ޙ"Ae'\GR cD 9ꆼl2#E39c2 Q\cpSh⚩jS -@qوEe0cG8w{/q+~4xB\A^\y[ q^bQ[8+nJ%%A"hUkoax3y^4 hN?R*38Q9mS4B M>W$PD}T6k<:r -Hј@C.BVt C*P’i(Tk%s -K|@vXPJr*,@t/O媔O/L l ⠌^LhpeoyÇ/ףNO_нCBay=D -FW_vۧS (J 0X U &S)`vJf2AɼaVԭTѫd}ˏWuw*]ۅd?sIb:L19ZnrE%]!B>2FVQ#dRBbA!# -qdB"Y?kR"ůVVEbЃk2=]+cAV"E& e"_ ?gDVV}-d0^# +rQ$S{3A]pU -! #jv6v$NHUzms(<['}nu5ѵD<Od0-Y գ]_ex7 +^NxfŀC!tz#OKRy/l64 m ȟ]`l|c"E(&PX6e?nK\MW%IVTARdjӋ6Y7;w)VQGJ\01q< kխp\>43a>sreD>"Fa MLZ`67[1d>o|{]mQZUSzҀ˚$yA/NdZvY2hٹ۶HTbТXlIE$rX)sHjGV'UrE,3粪n+8IMvAgu3X$:֧t<u[h֠948 <= Jj$tu蝿^{{Ph&ȦFL`ppnԫU1Y=_:7R#|Ty=+,iَJW%U=&,ĠS,Oă*jTͫ|)F(4OmRQ -?l9T#Ww -0$Baesx[☈֭78EØhȡM PKKh;(*fϐלhd"&١x憁z ; cϠ),i̗~i(9%S?Dpa0>0diFo'tG [AzJBhkbI{]À9WDc"ip9]GpI(Qo[]ym7"lʮt#lYjZ)Sj0m9LUFИV!fFm9>}s y;R)ݮ~róS> endobj -1991 0 obj << -/D [1989 0 R /XYZ 85.039 781.388 null] ->> endobj -882 0 obj << -/D [1989 0 R /XYZ 85.039 761.463 null] ->> endobj -1992 0 obj << -/D [1989 0 R /XYZ 85.039 721.768 null] ->> endobj -886 0 obj << -/D [1989 0 R /XYZ 85.039 721.768 null] ->> endobj -1993 0 obj << -/D [1989 0 R /XYZ 85.039 684.901 null] ->> endobj -1988 0 obj << -/Font << /F57 1075 0 R /F20 937 0 R /F15 951 0 R /F36 955 0 R /F60 1548 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1997 0 obj << -/Length 2332 -/Filter /FlateDecode ->> -stream -xڭYo6OTj(JZi<8YPm93#)iKV%QxzX/uÞ0Ao9;X3C2м=$ao(xDxno2tz=:'·>szۋz4h8)@@A(qàƔ0XH ׼G]mzn@mZȼ =J<*ڌ?`j[%1N |0+G`C+ߞ•%aGjxs4M:3l^^?D=4 xolOqs|n|&(Ta*?}B\;Ħ6Fd-fC\|oO/=Q·Zrj;_͢<6vbo%JQ>Ņ1BfeMTHvd<9܎Y|Ik }HVsT F!iߧ[-|[eyN!Ul80ye՛YxNī(< -3hqD0_@s'L2 q!BJ2'sгYF:֤;xP'N:W?yG>Uhp_0y,54߂fJ-X"ewLYʕ30$h%$_IԦZ4=پw =Y_\EV]נ¬M%q%t몱%e/5 <夥l \__Zw<60L:}^=U6D8ޥI Bdl㮍|_n&S jv|^DSC|DՒxPF1pl绰ݧ'y=yID ɠBS`>Xae2?;ZZ(3xM#D(Y:LSCYY5$'Lf#q]Ơч΃pjABg^? h/hʠ\^^n,m _w) S_ "ŽOD]Ar840$"`QOlWçS!FDF&H̷$R8{YTA &CH`U]\[! 4S'_m m U&n1tf/Dk,흞S82R硦6iÀ֬dt7ӷ>v{5p1 /5pu{,y7f-8pH~nO1Nx,n8ɚbᯓf.DᅩfA;CThID?glj 2ܲWlp.1eL]H!3O:'pZ iLɇܠ.h +P'=[~h)=W,-B*cf>6 AY;REUc]mū&Eg,8tۆh@$gi3A_^u u.ezx?Lؾ%4gK%{_mKCBfm|Y ]3"q٦@]v7a,$9,o3BE> endobj -1998 0 obj << -/D [1996 0 R /XYZ 85.039 781.388 null] ->> endobj -890 0 obj << -/D [1996 0 R /XYZ 85.039 501.914 null] ->> endobj -1999 0 obj << -/D [1996 0 R /XYZ 85.039 465.047 null] ->> endobj -1995 0 obj << -/Font << /F57 1075 0 R /F15 951 0 R /F36 955 0 R /F20 937 0 R /F60 1548 0 R /F39 974 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -2002 0 obj << -/Length 1283 -/Filter /FlateDecode ->> -stream -xڽXkoHίpDd~J$1VRp* -Y$H`S$;c "̝s=ssmA4HͲ f R21J6^, A@GK(#|/[oYiXn7>7˻>6\pZqc3oC]F6OU #6`6YRa@,4 qGtG2yO&4\4]D.(3A< j4fJ})$VPYLS1OU_~FMR|P3()Iħ0s{0nu/;-2ro'N@U;1ϻaMW^"B3%xb kd'ce-?ŽeDKx/a(ZggB~er2ݕ'?@A4 Ṯއl<"y'w;i]{96pWj`6+GI=xza8Gu_^nInך ل$|LՔ"-hq -<ڴCrnu+儳eO$(,>[DvEcg9;wVﺕRqtMߖ {h˖VȲ2XZSppMaX -u%CKX+'(_c@x`210]fi5m# -~@tv -i+9 )+iSw\]Q<++ȏȟNe+}ƌ{AϡG1+#(5ia|8#mr]s0JFd6Ε -M,P)窞5gAUݡLd,|$-ycD o"B;L1~9Q[@³7#> 1yBb닾r -c3QY -]eA*~! QfR+ 9̀'˂''"og+Re/:yH7`~lE>>Q* BYp4pr%3]R*j黭˪SɊ$7}+Ql??*M*."fǩ?'endstream -endobj -2001 0 obj << -/Type /Page -/Contents 2002 0 R -/Resources 2000 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1994 0 R ->> endobj -2003 0 obj << -/D [2001 0 R /XYZ 85.039 781.388 null] ->> endobj -2000 0 obj << -/Font << /F57 1075 0 R /F15 951 0 R /F36 955 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -2006 0 obj << -/Length 1094 -/Filter /FlateDecode ->> -stream -xX[oH~@daTr8Nj*B\jkmH B7F]";a;93@]vT+\%ze͕?[AU`ŏ>^|oc@mQ?N4.ߎ<ܴloO_QvoG`Qt 7#% &ף} %@@ܴ[-4EqJcM'Q7W'ۻ7/Ċ$(r%H ?#l2r EGwb@ݠ 4_Cm!jlt#,4ZE AmQ|&M0#kSuVYSuwfI;㰌0Ru-.Gi sL]almnI ov=y3Jy+oM9(޶ nHq%^Y_wD5\ڤP*>vrH%-QM ,l53pK&ͪHVj2X)ݟ[1]֞Yu Wx|BaXqCFF[qeaxIb|Bl:jҼЀaX`gh@{Пg;1ܛ&{J8 w,ͅ `24w'FMGj4f"_ӯIM+d ^א -D"sbSrUbMaX&GYAtJ(Vs[ -T7ts Ch> endobj -2007 0 obj << -/D [2005 0 R /XYZ 85.039 781.388 null] ->> endobj -2004 0 obj << -/Font << /F57 1075 0 R /F36 955 0 R /F15 951 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -2010 0 obj << -/Length 2505 -/Filter /FlateDecode ->> -stream -xڭZi>BOM6I>6qkk%o[c4`YXzd(U|d,#tuEG߯Xh1 M&InTf(i>(">d㯷/~O3d<1f~9f;۟߿z?rRZ9jG:_(}kJ^]J˫wWDwr{5[LXNrZTNV!uE9R4{+f']0l7oW1wCb:ƶ-&L`%n&9c5ɕJc>Xj$\Co_qlɍ+3o . -x5a~YL9&o1U0bYi6P]YTι%ˆQh %8*;:9StbNx:&W98Li"ITw 4g$ꆨrN!k@6[6#˙!QrEypODH5-KXv_{;er MB-?sIʲ&X.h06۬L?GMf5EP@>hXĄT ++l֜'cRK|?!2I")4RFNu7">K Ka6= nА ev4"F6aAW"qyI}/6xlt6A7={ sVX' -aƆ1j&>DnXTP 4*idMa %3N1J_糡b 1h-aW&D)ƋQV7BȦ؆&Td!]Mݼtb94Ć(݆dZ9Zo!LH-lǤ_P~.5fj%Jyy6S f6vd!64$A0th;.uIVVզ@I -d#Yq18'Ƥ&@SC AEY8a5l\Ceu\Wp;C `9jAVjpB7(װoga(&Ad (kȮ)udwnV΋{̬3@OàQKX\?`!"rlAV6L,G4 {):Uڱ$`92S}A8amL -aA$֐Pt.+#P #0؂l\lR<,A&-TN^C -s;$ J7Ҧ4$mZIClE+iVNu4oqk >mRGaLrzBVxY955mIaY=`rV֜%Ad SP^͵Z1=ڐ*pw -׿gQ %t nfD0[ՃX I&du#Xw!uO΍qnD{V - Zz נ䧦3Ss>yL95o* O6dS`o^|%@YՍ3`07o^%%x?EY .EߐKr`AV0XS. J{dAV2+$”;-pHWE'Ri$JbImYoe?iduSP){ - ,&Q0YC4", -Z/ar= kED'm"܋e5RRQ_Kqg!PQݨ%TUcP z+URUb2ބ 7gGoii߱ Zw~w;Շzk^{J>?/flA3חA=aˀQZx$@70޼%]Y }@fBl׮,f-TkG(Z]gnŲ{! > endobj -2011 0 obj << -/D [2009 0 R /XYZ 85.039 781.388 null] ->> endobj -894 0 obj << -/D [2009 0 R /XYZ 85.039 761.463 null] ->> endobj -2012 0 obj << -/D [2009 0 R /XYZ 85.039 736.911 null] ->> endobj -898 0 obj << -/D [2009 0 R /XYZ 85.039 736.911 null] ->> endobj -2013 0 obj << -/D [2009 0 R /XYZ 85.039 702.834 null] ->> endobj -2014 0 obj << -/D [2009 0 R /XYZ 85.039 702.834 null] ->> endobj -2015 0 obj << -/D [2009 0 R /XYZ 85.039 634.685 null] ->> endobj -2016 0 obj << -/D [2009 0 R /XYZ 85.039 594.038 null] ->> endobj -2017 0 obj << -/D [2009 0 R /XYZ 85.039 553.39 null] ->> endobj -2018 0 obj << -/D [2009 0 R /XYZ 85.039 512.743 null] ->> endobj -2008 0 obj << -/Font << /F57 1075 0 R /F20 937 0 R /F15 951 0 R /F39 974 0 R /F36 955 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -2021 0 obj << -/Length 719 -/Filter /FlateDecode ->> -stream -xڭW]O@}WHLgF ݤjV5D~ )pÅ u 6DMGFx䧀:E[pB4A`@CmTE˻~N| c%it> ,.Mu$, V `C1#Sy(ŸTSU : :~!ޫt*jռt;B4+pgIdi01+D%g*vV#p޴dJ0ۢx` MڹŅK]\;f-~ T4f{-.R9L1K[Ϝ+=.[> -KDܻnWNMz{nH𠛅la3 B]N`/I{`1i~nGCGOOJLpÚF$%ҕ߲pHeùT 'K fdQexu$ 2)sXz^,mZn}p"~R^M/.)o'x>?Hঌc2~ .KYϻ57zA!o=m?\]3"zW.AXZS}M @16[(J|ulWQz7{w_yendstream -endobj -2020 0 obj << -/Type /Page -/Contents 2021 0 R -/Resources 2019 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1994 0 R ->> endobj -2022 0 obj << -/D [2020 0 R /XYZ 85.039 781.388 null] ->> endobj -2019 0 obj << -/Font << /F57 1075 0 R /F36 955 0 R /F15 951 0 R /F39 974 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -2025 0 obj << -/Length 2558 -/Filter /FlateDecode ->> -stream -xڽZmo8_as)R7nEt[-ۺ-$'-7d1MQÙÙgHӞh/e/(7Yy9<3dy><{R=p#~o8Ûw4$0^|s7og7jJL q}oge{G(<^Dp|_ݟ^xOf#""i8R& B(|n߿~ |=ݽn -oީ'@OX]&% àsŜ1*{dDЯdٟzD9={/ |WX]ˤD9vOX!+O,6z1*Wy#zшl6ˤ@?A4ΡLjW|.,f bQC) `9f v͎v5]|Sᒂl2q?4WY"’N`8:WT?o5zl>g^=/p/Z xL> i=$D?PGl]&CNZ,S<)Z+VQӢLì@6ྺ|ͻWw?a}ӥiͨA%qYo\_0{u318Wtf\s:|/䜅OxXuhe~\Ş#H %TXLў3"Y=vZɓ -~nl?gD$hXYhp_ח3 pIir F*Q wg~mqt_͛a(QWeƍ Q@eH#kkA5#ҾdKܝD7#nð"F6I4OuD=BiK CpS_q{7 8}bxnD0cQ,|" -FւBlFvXG B^ipI͔Z{/-MmN:=1!q_+{pHgm5LR3kxԲBZCTi0qWÆ^" gQ: zj}kۡF1/w!@'QV< 5њ} !Sihd0i|iҶC',fX_ĆqHxeOVU/jP10Cls^]ΧI*GNA(tC-n{e:iLj B2t&m!=fPj Y`R+ -4^ ;byTiՔJ$^$I=<%?AsPDljSN$ -;@RX #Pnu7eߣCcwMfI3%l>wlH.dh1_fc K;KcU[dV4֡Fó%5j5'/xWI<7;,/½62uk5tªBEZh&* wr7(S[:CQ{ ٲ虍5>-,E+\N;]ȰQ`+lHƸfJ}JkpMr`kls`[TR̜w -U`0xZik1CzNJd A+G80kd(OҶCYV,joc0;ΰi\ԃOQy$BUzȰ*=VI  ~[^hrn}^V==x;YĹrQdd ]8b63L#sR 0]yޚ}C$(-{ kRӲ*Ѧ5ބuC?Z+/ rװRYn$H'F/}B7FڠnNǑZU' eӀnad$^<;> endobj -2031 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [936.585 401.484 1014.154 417.026] -/Subtype /Link -/A << /S /GoTo /D (modules) >> ->> endobj -2026 0 obj << -/D [2024 0 R /XYZ 85.039 781.388 null] ->> endobj -2027 0 obj << -/D [2024 0 R /XYZ 85.039 706.875 null] ->> endobj -2028 0 obj << -/D [2024 0 R /XYZ 85.039 677.049 null] ->> endobj -2029 0 obj << -/D [2024 0 R /XYZ 85.039 551.871 null] ->> endobj -2030 0 obj << -/D [2024 0 R /XYZ 85.039 469.579 null] ->> endobj -2032 0 obj << -/D [2024 0 R /XYZ 85.039 402.481 null] ->> endobj -2023 0 obj << -/Font << /F57 1075 0 R /F36 955 0 R /F15 951 0 R /F39 974 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -2036 0 obj << -/Length 982 -/Filter /FlateDecode ->> -stream -xڭWmo:ίVn;)mI)KVW&H i]>;65}WQsR! ձ4\v0GV -Toȹ&M͉N-[EUc2T?|/C0Pmgp5Bxqv9ܱ.C՘@`z!@lx2 T+1fbV_1G 5Uۂ68Ptk --X|Qzuޅ툙!.$ -~Y2 ->]$y'wƿǜDx`Thx֜91;<_Z@+I.qfv 1䙘I'T;yiFCUa |X{Wiv(Lěucz'0g^g*ppDS5"krDwH,7$UZIQ3܌ۍd!0x(p8J$:8H6Y-[\pS[aQ36d68ݍQ@~fi%1R\wv'nOGK.wWE~2?y󃳉?Bv~9#k4iߧI!ͽb>N]1#<| -O*!MRc-ђǻK@ y$9qwk"ֈ&g('ݲ1o0m7a |_>{/jT3?I`Lz wj⭘w+yy.^JBOYs mȰ4"_bq[F'aH"bvcc16t4x+4ZeN{ޑ4=!X=~vYn.&S/~~VߙO""p -s6 ݾ2LO -@G%foyv &eendstream -endobj -2035 0 obj << -/Type /Page -/Contents 2036 0 R -/Resources 2034 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 2033 0 R ->> endobj -2037 0 obj << -/D [2035 0 R /XYZ 85.039 781.388 null] ->> endobj -2034 0 obj << -/Font << /F57 1075 0 R /F36 955 0 R /F15 951 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -2040 0 obj << -/Length 1048 -/Filter /FlateDecode ->> -stream -xڽW}oFߟE#s86)/NuT -sh\ɺ}Ӵ{^~4qjvr=@P$F\[CռCE7g{?XG6﯆Hw7ӉxLҭ8?>~Zн@]G{bk;^ J@,ޓ|V<4e  ޷"ki6abNMrLDɞ\+ο +2( &㴔 wZ'_diJ$1*el(BQ˽ܡRIGr͖^,\4J0ܕd8 `@Aa$5u?%-0(U>fi˛uI)fe)_j'&)!xPP.h}i8A ;QӝkNGQ 捂8Vzԧ^&1P3QObCqYEHJ}>¶Zxl6DF5 ^r&YA3 wXyTG;p7Pgr[E@݂kVVU=~8{ṙ{}l;0:YҜ:^Ck|9/~`7ɞW꜔z1 p{SI555J -Wd7lBp Hz!d̦6o`ς6k MGE1 NP\-A^rz9i&aomO!ǡ.81aMQ!ψ9PVx1dnKOF?}lnw\iUXD@,/zendstream -endobj -2039 0 obj << -/Type /Page -/Contents 2040 0 R -/Resources 2038 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 2033 0 R ->> endobj -2041 0 obj << -/D [2039 0 R /XYZ 85.039 781.388 null] ->> endobj -2042 0 obj << -/D [2039 0 R /XYZ 85.039 83.605 null] ->> endobj -2038 0 obj << -/Font << /F57 1075 0 R /F36 955 0 R /F15 951 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -2045 0 obj << -/Length 1830 -/Filter /FlateDecode ->> -stream -xڥrF]_!AfY>"v+$dQ#PYd=g. ɝvY?>]f` G5̛W"1;4/磓SsV0/Z9.s\1_W0}B{lbzo|9p㒀g?l(mā5}ncb"[X[z5ugF1q >s}{BvNȹǞk1rY7;pMOLǶ4X51QYk&7KZ1-ۉ -\MkEY/\cĴ=#ހ,Au -i|;,!NԎQ$ J&N:k` -|drta Dv- ':rzókcV@s_8I+x{ʸKI~Q^ݛS?% b}(zS}y -ٟW/.gh^ߌF']5M酢 j;eV*ߙd'Azwe)k:b SRn+.^[^IOR3OH"lfFk`9>UwWaI furii+u@خN릵NE -bcj/MDv@dZ?I[ٛ0%!ainknPS}[amO|Z60X>~ \4lwz -uc7= fͬMdnZ|Z?o[!\w_JMJխ&![Іc7U Ĵ7@ɡIF|CP >va^zHhW*~ELTlY6CB)H -i^AAYQVzAE%)޼N(uzr eU Phy{:vW6𵍘"p^Դ6kjWTo,&$/ 8ZCGP߄oPh.HĥL¸w s<1}z(<DOczRp!Z+ii-"OD̮4z<LO$="u&Ee!ϕɟ!3 ܱbv0> endobj -2046 0 obj << -/D [2044 0 R /XYZ 85.039 781.388 null] ->> endobj -2047 0 obj << -/D [2044 0 R /XYZ 85.039 667.088 null] ->> endobj -902 0 obj << -/D [2044 0 R /XYZ 85.039 541.259 null] ->> endobj -2048 0 obj << -/D [2044 0 R /XYZ 85.039 505.947 null] ->> endobj -906 0 obj << -/D [2044 0 R /XYZ 85.039 505.947 null] ->> endobj -2049 0 obj << -/D [2044 0 R /XYZ 85.039 469.08 null] ->> endobj -910 0 obj << -/D [2044 0 R /XYZ 85.039 299 null] ->> endobj -2050 0 obj << -/D [2044 0 R /XYZ 85.039 264.254 null] ->> endobj -2043 0 obj << -/Font << /F57 1075 0 R /F15 951 0 R /F20 937 0 R /F36 955 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -2053 0 obj << -/Length 287 -/Filter /FlateDecode ->> -stream -xڥQ;O0+<&;_B > endobj -2054 0 obj << -/D [2052 0 R /XYZ 85.039 781.388 null] ->> endobj -2051 0 obj << -/Font << /F57 1075 0 R /F36 955 0 R /F15 951 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -2057 0 obj << -/Length 1055 -/Filter /FlateDecode ->> -stream -x}VKo6WHCԫ@/EZhIؒVM;QvpO8Ldy,MA'!61276u7JT6sDY\HccyULS+4W2ϓ`_}qFIğF02i*L |M,ܩ_פk,yz -"mS----f{2fԟ[],ھk=Dse#y!$qJ IrH B9Dfl`>n) 0ҹ`foX-- -Iu.r u&"ȧ[p>t,cIa%NRՏc`;izo7g0Tyk*6ة1>Z/bƕx0IVKk%M;=_Ṃv[TMUmf3U\ xtvrXON+xybasS³rf"bsuۀƈ!9WXJ/bik'ǹ8fz۬K-qc| -s#}e8;^9~ꉍ=⭻$4Z`rz˳\D O& )/eQ?;q!SnegҪV$v͢v{Û]9XiCFL̈ /TA/UJz|G=r(dB --Wa&![NIg`{znSe fD=# {\c,lT ]>7n #uz%e%0Fxtޯ骷ha3bnHJG/͹6kn?;~LU3{; " U\G^WIԙHA:7br$0d/­ Y;GK۸#1J|,؞fvnqc]E:q(wߎ-sîHQl0\=^2}25#|endstream -endobj -2056 0 obj << -/Type /Page -/Contents 2057 0 R -/Resources 2055 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 2033 0 R ->> endobj -2058 0 obj << -/D [2056 0 R /XYZ 85.039 781.388 null] ->> endobj -914 0 obj << -/D [2056 0 R /XYZ 85.039 761.463 null] ->> endobj -1023 0 obj << -/D [2056 0 R /XYZ 85.039 653.495 null] ->> endobj -918 0 obj << -/D [2056 0 R /XYZ 85.039 653.495 null] ->> endobj -2059 0 obj << -/D [2056 0 R /XYZ 85.039 612.438 null] ->> endobj -922 0 obj << -/D [2056 0 R /XYZ 85.039 487.406 null] ->> endobj -2060 0 obj << -/D [2056 0 R /XYZ 85.039 445.121 null] ->> endobj -2055 0 obj << -/Font << /F20 937 0 R /F15 951 0 R /F36 955 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -2063 0 obj << -/Length 2974 -/Filter /FlateDecode ->> -stream -xڕZ[۸~ϯXEIE`Ɩe!dHrfFdEXsᨧ< Br<:\>O%q$yμݥQ*>бB^>(| M0a$|ڱ_ocV۝N͡_9_^f, 17 q'pr V1qKٗ]>ϩ|ㇱnfAn"ߴXb.uuFfdR '&}Ϻ,CuKXeheˎ69L}zQf(.(& -)?thqj7U9`P |x:&w7zxR t_<9+8 GANHv1 alDKgܨ -,}ȎYK<ʒt(޲J+<^RkTOFq @كa.O73ThqLLsxzvy _! `+scXK~8)XB5;2ND`+>,JqKv*#z<۝&2u8}NW+?uMScݡڼW= #N32:U3FňNwUyAiD=pVWt4,乍 bLm؀$$p#hyqKGű#:3sd:Dq2 sT$i{ˎu~A 5.!L )E5)|,]Z[jTg8L][uC_m;a۷6L8u,MQɲvCKwAɛD6U(#QnVLr6ʂpϧ}9cTIP| k+$> /ezkԨN) Vw3]۱]0VD#|2aɖu|f:RHOf6<b^6< A;D'l)Kó}Ŷ{T8B{1iaÎ-poČYdM)Ĝ^8Py0Y84w O%K1.`QL>,J  TVRR:Ow˘ =@o{ ɹ#p}4nU8ǔ4Z!p^3 #PĤA%HGg RѠ58# 8x<Ɗ_#qYV~qeGLKAQգ+;*Iu= 延*G_$'hmdBg%\84wXg= -F0W7.t%;KuPq!MO%}t )zxDC8( -tKG4ԗ1yuU쏌c)(])Ff%1g('x-ˣXld n> o>(̸Vs4ߍ8*:yzcJ=OzWB9r/B<&k-D1ָ79Zckѣ)Rar -H\Лf熬j$.d9mW9Ҍ t :0 -]`hAUٳ1>*B;4E3G*HC ͂32=~E"rZ~Y$y_8?o@,}%9"foT_Pޖc9D9{D`(gN aGbh3_ (E (|| mѺz}-ŕ&F : ?7 }bP:/"Ryhh rݜzu9pِΑ~6Fl~Td馬]o)l",gN^e؇ߪ6Cw=w`YWNXlyڤ} ^⥱e%.ljh6`̽QƿyEWK' W7y7ؾq>lioJ  %̻c)Wf42џ%NBQendstream -endobj -2062 0 obj << -/Type /Page -/Contents 2063 0 R -/Resources 2061 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 2067 0 R -/Annots [ 2065 0 R 2066 0 R ] ->> endobj -2065 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[0 1 1] -/Rect [462.239 273.889 536.549 285.578] -/Subtype/Link/A<> ->> endobj -2066 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[0 1 1] -/Rect [218.709 219.692 351.61 231.381] -/Subtype/Link/A<> ->> endobj -2064 0 obj << -/D [2062 0 R /XYZ 85.039 781.388 null] ->> endobj -926 0 obj << -/D [2062 0 R /XYZ 85.039 761.463 null] ->> endobj -1024 0 obj << -/D [2062 0 R /XYZ 85.039 653.495 null] ->> endobj -2061 0 obj << -/Font << /F20 937 0 R /F15 951 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -2068 0 obj << -/Type /Encoding -/Differences [ 0 /Gamma/Delta/Theta/Lambda/Xi/Pi/Sigma/Upsilon/Phi/Psi/Omega/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/acute/caron/breve/macron/ring/cedilla/germandbls/ae/oe/oslash/AE/OE/Oslash/suppress/exclam/quotedblright/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/exclamdown/equal/questiondown/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/quotedblleft/bracketright/circumflex/dotaccent/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/endash/emdash/hungarumlaut/tilde/dieresis/suppress 129/.notdef 160/space/Gamma/Delta/Theta/Lambda/Xi/Pi/Sigma/Upsilon/Phi/Psi 171/.notdef 173/Omega/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/acute/caron/breve/macron/ring/cedilla/germandbls/ae/oe/oslash/AE/OE/Oslash/suppress/dieresis 197/.notdef] ->> endobj -1962 0 obj << -/Length1 1319 -/Length2 4957 -/Length3 532 -/Length 5758 -/Filter /FlateDecode ->> -stream -xg8m F-F2-:{O0Øa(KtQG  DHF=}}g<ֽu{=Ƣ+k)^ A|66y4 -G!00$.b퀂(DH"$ `ʣ=p;{ CW(P C@ += WjꡠpƓ(@up\ah7 5rEEmЮ8S@IN ΢ -l(\/W"VNĭeL5eNf:3BH; (wU{l= - -Ð64o 55 uVp$Fﲿ3qA=f| \"74SDBQ6p$n%D@+4 @@8y!Q n(>@[BA@~[/7 - 0$fPARϿe0N(o .H ȯpA@~ſITȯzAs$iMb8{Az$ ׿  M䷺ k uM \{?7k Ώ3d@ ?l8] n pq} (ksP^`WPD77q3@]0Un>T(-?o=|GA%B}s\—,7H4xգ5]f|\FM|y5[VKlrڣZ4 %ۇAWFk O'hXP_!̂bV,,j0}\.ĢK&ŝ2!@C(q KuK!M5hcZX4QjEP;1L^<ݶtyZ/TNr5^x<}턾(; /3ـZ=6e -)HHZPByմvPip$ on) mxCVo>-ѷ#3QQO690]~>BHx%T#.@c|/MFijh(boCv_GECk8/tb<߹E\ `ј&`޸#ͯP<&y=ĝh[ǠFWP:٘R~U ޓmr>dw)9hĠw ^]n st<k]yXk98ԭU+M>y͑hGs~'z`Sg}JnJ1eoܲE YA]keهOЊO6g kQtj5)mrD-0$HxxD87n|U-=+:89*yVU鲳1%d .N@LYoGV @x+o;{= -y7V(ĪYKXA$yx3A\?1"Y7M>dy vgTǕVAP9'kSLTOlލ] gЌG~ 6okR1{{9D\G؛@v=TxG.ݞ4\LՍ)ièvPAw10!8fy[̩CyOI9S+Hfi؉zG}Dnfޛ #=ʶw+jQڍKI7n$u$D+/y٩&je{v*< &}/}ٗ ovӉ2. 1_d$Jyn}C\ڱ -ewB t7}?kʷKd& ) &[ NBH.ם'/$dy6uQVƽG%2{c:?)cY\ST8I#)"sڪ^fb,A14*)LsLUuJHWsf][݌.rܥ.t]PGR}oިX!q{YgXߣj/E2Q>ܑ_,9m >Aj5N#oTYNIv -܋U:O} Q~-jQld-V2^֗D}PO^6VM?14⹠Yj=U'$w1xRǜKēirP@ -ep@]|[ -ˤNևX(uFǎmJ\Lg)9xJCB#y%e%|;m"rD&} yLA2YZVPn~1D*f3E<ٗ%p^ ﲷ/vfj`̙i0lN4R'L3GЖĂ%bR.~'I^_ R -&m]/ikUk ޤ`jm2O9hҩ `arP0dA3[ڮmdil)`XN?dS/JW:qʟ֋[o{M=",Y4XG(i_rÛл=m(5ëD: J:="Pk\6V?%;*`_텝~޵k`Ex#2>ke`\>J%$RL|/ҶKNgwe ."<&k* _\, [|r@H:8#-4 rS0* ]i^“% w70ӊRX%)+&x)o,˱slNZI0)F&\M19*g~rQ(Hr)q9FLEl`%(:3[Vi^M ^kv8.b`QO6&hrݸ&^Eg7HY*Ae:OS?oہrL#ꙍ7L#_ֆ0~Y>Vb=^8=d,ΥljReR#w/x-F?Fi(k 'm|D>"waG<9~qU^͙FYpuo q%KDR*oV#ˋ}_oS/9RT$I{Nuਯ\DA5&ƻ`ߏ G4^lj#ڂ>ح0MY~4WqJЮBnl <KqO*7y''FJiگިk{L<")Uj9;Lx泵mC1U-cqPզM ۣU_Bj $j!RcLR[ũCoqϻFy%vx'K|vط$j*]x-VDdfV(9QFښQQ۔dLK0QCGІq5mWo4x  A߮\LOmqIz:d>*O\HbUN]7 Ih8;Jd_.=;acsN_ߧp.EO`JWv`[<|w4͞-ee6[ be럧_!C? "6ydO`~ ⅞uEs_cFW ⴰ BNG~ w˳"s [ҽ$Zm ~X49gMȵ`sFVrךLHsm/ydy0dY2Z5K$W{ s3?'{y4`;˩ wsTrȌN' -@0+4dvjendstream -endobj -1963 0 obj << -/Type /Font -/Subtype /Type1 -/Encoding 2068 0 R -/FirstChar 12 -/LastChar 121 -/Widths 2069 0 R -/BaseFont /MJNMVV+CMSS10 -/FontDescriptor 1961 0 R ->> endobj -1961 0 obj << -/Ascent 694 -/CapHeight 694 -/Descent -194 -/FontName /MJNMVV+CMSS10 -/ItalicAngle 0 -/StemV 78 -/XHeight 444 -/FontBBox [-61 -250 999 759] -/Flags 4 -/CharSet (/fi/parenleft/parenright/period/B/D/E/I/L/M/O/P/R/S/T/U/V/a/b/c/d/e/f/g/h/i/k/l/m/n/o/p/r/s/t/u/w/y) -/FontFile 1962 0 R ->> endobj -2069 0 obj -[536 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 389 389 0 0 0 0 278 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 667 0 722 597 0 0 0 278 0 0 542 875 0 736 639 0 646 556 681 688 667 0 0 0 0 0 0 0 0 0 0 481 517 444 517 444 306 500 517 239 0 489 239 794 517 500 517 0 342 383 361 517 0 683 0 461 ] -endobj -2070 0 obj << -/Type /Encoding -/Differences [ 0 /Gamma/Delta/Theta/Lambda/Xi/Pi/Sigma/Upsilon/Phi/Psi/Omega/arrowup/arrowdown/quotesingle/exclamdown/questiondown/dotlessi/dotlessj/grave/acute/caron/breve/macron/ring/cedilla/germandbls/ae/oe/oslash/AE/OE/Oslash/suppress/exclam/quotedblright/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/quotedblleft/bracketright/circumflex/dotaccent/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/endash/emdash/hungarumlaut/tilde/dieresis/suppress 129/.notdef 160/space/Gamma/Delta/Theta/Lambda/Xi/Pi/Sigma/Upsilon/Phi/Psi 171/.notdef 173/Omega/arrowup/arrowdown/quotesingle/exclamdown/questiondown/dotlessi/dotlessj/grave/acute/caron/breve/macron/ring/cedilla/germandbls/ae/oe/oslash/AE/OE/Oslash/suppress/dieresis 197/.notdef] ->> endobj -1959 0 obj << -/Length1 808 -/Length2 1461 -/Length3 532 -/Length 2047 -/Filter /FlateDecode ->> -stream -xRkD2)yyHI$9cR)`pia~!ou]߹$urUkN\aN;ڑj{a )Z_sr~jQ=fWlE[CMyfBJm~_k:**>5/Eb WfUؾ4L'6=pܐBKEy^|ב2,fܮ8\p~̵.5CSchkUFN^޵saLbrm%z164z6iwt!F=P<>̶rrj̲4*bƺQˬο|`qǕEL5`X_7R^aw;٪޸$~hLM=8_ng4Amk'6HC$W:ĎڃZڛ5)xof -_Q#)iKerzlö/OjQ)fMO2u9zA堽Gg*߼$;60ToĕV.Ŏk.n[F7%$:_"}뮻jX9h&_ 3{R嚱ΓC FVdG?/^Ṵe#?٧h1'׬?>99x%Fp}aYqiL,;랊]ր;vgڼL`}6jmC=lE>xnG<ӡK57Y9H'g#5ؒ5_n00=T{á}% 2L9uL:\6eM%0o\4z]3XGY l2.h"^ -֍8aZȪ^^![ZD!_p;~vzpcWCB -b1%ī͸槏M<(;s -3(fapic麩tVcUtdYSwluv6~y׎6jfgU᱙~ս5m5%`IR.9DpswXUԖ|0t*z@yB(~}Ga\am^&%kij}g9Ҕ;+zw$Wrfꍎ܅IƵ3@?'!ԙ:5t*V* MS6ILs+=2XJ?ȍjk=Hh[u! -&B ±1> endobj -1958 0 obj << -/Ascent 514 -/CapHeight 683 -/Descent 0 -/FontName /MNVKIE+CMCSC10 -/ItalicAngle 0 -/StemV 72 -/XHeight 431 -/FontBBox [14 -250 1077 750] -/Flags 4 -/CharSet (/N/e/o/t) -/FontFile 1959 0 R ->> endobj -2071 0 obj -[814 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 558 0 0 0 0 0 0 0 0 0 636 0 0 0 0 591 ] -endobj -2072 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 -1550 0 obj << -/Length1 777 -/Length2 1024 -/Length3 532 -/Length 1587 -/Filter /FlateDecode ->> -stream -xRm8TiTc]"mk_+!cc6KM,*4cgΙΜaH(Y)Z!m.J+R>֎-՚d]>vumמss},C<"8ees[ r 87 J>B -*08.| YJ(`'O)$Q!%RZC$@(!B!BOAC2"l TD qS.ˈBI9m -XOd$BX@aA˿a]q?-J_GA(E(T I]Jڝ7'b :9NUB$D br8Q8: ?Nt(N% ༥O`[LDJas8\Hoޙ拋cIRĠF< PJe{6NP@ 1~>v|_"<`wr]>quqts$ qjb`1J' _R>%Wth&S]}0h((=lX0nLi\jah0Oa`&UC ;ߖn;fK.̆N.ڋi-:w#(٥pEwOOΒ&=_vlaPM%Y!uϱz|Yůwmk`k2]ڴo_}bf:glj*h|܂+̊/V>^14w/Wr42M79E?G~wh+s^xx_/$/m'C8gŇOopߔt׆r{ɩe}t9;d |pz7h:#c ɖ6P9*-S7Hd]i(8(rǜ͋zlǔ.l[$JdU+G,MݷkWw.jDn(\0'[,˽)#.0]{eLeK3FS^eT?efniaQDJxQY| GXKAZ⹹/х&ߥ4R hh9Pu]2B4׆j,45y4؏B` v<8vO24hEG$ `W=39\ж6.ȝ&o>q:zͳma7ZPH@rrPzO<VnƼGypF°6c0O0($)B*$GZendstream -endobj -1551 0 obj << -/Type /Font -/Subtype /Type1 -/Encoding 2072 0 R -/FirstChar 62 -/LastChar 62 -/Widths 2073 0 R -/BaseFont /XEMFMM+CMMIB10 -/FontDescriptor 1549 0 R ->> endobj -1549 0 obj << -/Ascent 694 -/CapHeight 686 -/Descent -194 -/FontName /XEMFMM+CMMIB10 -/ItalicAngle -14 -/StemV 113 -/XHeight 444 -/FontBBox [-15 -250 1216 750] -/Flags 4 -/CharSet (/greater) -/FontFile 1550 0 R ->> endobj -2073 0 obj -[894 ] -endobj -1547 0 obj << -/Length1 1373 -/Length2 7756 -/Length3 532 -/Length 8610 -/Filter /FlateDecode ->> -stream -xU\\!8mwBNn=; n@pL='s|w?oZUUkQ)!P['6N @BA\ Gp, 'SP y{xy8P;w 3s'o'~ d P9Cl`1L@5P8B\ ` :''lax1EgI -l%#L/LH0+Ba 0-7dgpigkkEuA6sv8`jA%Nj_id@&bfǿLn9dX,/?gע2Iﰿb 70G7H&ek[ؚx ;:lz` C7bv- k@ ;y`u!07 ^vGk?X4 j y9Nr7, 3L#iu[X@AaWo⇥`R&첃!ؾ,g`@Xq 2?&a2lA0?&ppa2@ ?&u C>q: X aka ?~[M N}`7lj} D82![*o^ܬ1Zkb uሼ=Z]Y ]]J_am*ҧ.ƻͤ -;vGح sǼJ3k%:?r%PRuukKZksS$ۗ"N{[6AۜPnMIBc.'}ռ^&WPR?kGw嗴k>VKݖph/zՠ|(1[VJ9x -)Zs@#,yRpx_ҏ2U71eq7ĪCmg뼑ONvWINl' 8Rs -m.{E;ŜƟpF$6]ʼn7j}YM p?+ @\Hh@"ˤi!P&f("xJdwl]A%+h :\zE^G)vlr9sk[V$vB뱮hQ@v3\9h"#CQ5u>3g5dvU_^H*N8B5vЛ -F3"3Ofhj -{ʥYt<҆K+Q`Q$?.Ò|F%nS;gܻw穰6so ~#;.5}I_=l[g'y DkDj!HvVO$~ %SrPSײT"[DSVw;n卝]2M U赔ɩ~}w&ׄؠ, G`dnVֹ_婺Wԙv3t^~0Ӊ$ wOؚW}󽻫e .3_;Fl~QړhsWx,b0Ey6*Td*34MtmEv % uŔE4O]z3&2)2 bFu{1&;b0j(T0' SqR)ZcnBsKxOU.YvD:ykuߜtc(̍9>FzkӒkgYŃJ)Cإ i -\ -orUYvteW#/Q^Jlmg|@Q>QFY`$5 H*>{^t:4|@~Z{4 ِ3 v=|o(l.gJ_b,a{~|2!WTAp]b:k0ÝM)\'c)kS -=A0h/f%1{YݕJ,N -O2zW+}yQ4C@P!A6(Hٮm \̊JxɅ;6+VLL?g<xP>NѥuSqL-o/پip OTRq]!D > 4m˚^bW;ݐ1roy*yiIY ޒPdiQo󪛇vNV%O3xK@ͫ0>J3/u~Uj[pJ~ї %â=Tw7ZR[/l>.~C<W‚۩|[][)cTJo` -=F5EDn)QHũ$Dk^ך}$U@\1|#ȍa|0 c9IR>$KѰ= +MeOugӵSb~"h\ZN=0T;|1,;ݤ.u仅\#O39 PtbU(G`MĢsI.RR*w ֚uI+ϑqw?V2El섴U zLIBe6mlB dj]K%Np]=yh\4B\AY#`%wb'b/NmFxrrljVt"0bc]בLR&lC, ;8FJV6d)ڨ(S[#rN_/е{t-ϹM|9 T}=4#Wee^Z|(,f$|”y+La eΈ *3nc8䘔γgALU -"r׌[QI7' UGRЃ!N6*ĕpPdvqX|}ZOMƔ+_9E9M#:wM_t|]S G %yQg\1jPPqe|ՉlEwˆtÖ 2Gx*̐q -E?]'JFne4"Xu^&8mr0 -&dzKAZkm]$Ɗ/slz^% b5] vst=5{ 5W:3;땯E8\+n:шD*"*F߸|S0-56mqR\Pܾ*9&EI_! rl%h<4Kv uM>3$("te1l̍͋.{kr8}:rO k|Ng7\ y}:"qM'%1*/n"?.庵&)]:EPupCj“)YحX@GjK0@[0:tPk!WULR 7xiμy?tЊ )!qow)k!{uUBЕM J4p;*iuƓr G\Q`x0}~[a.J|a5ƀsRP%zA/h(7v]HKc༅%|;xI4<RNu;N$EJgP6ԝ* uKݙ` a8+ַ6o`q!,Nσ\+:BpKnɣ ޚ\'3U49kRykRɦRAupct-32/h{4F_|B/~_gFk͏w%8hpݡY5*Gu.VFY*&L۶)d`E~xZGAÅ (V,[Ո)HT!VD *)^Ȫ]md.;~KP$ٸ 2Sr(>K}q,\,sY*J+Ylz*HV#)zF|RボVMmFkVˆbxʻW8i w+ dnIU*T{?^lw1pFRV3SLުA+$6* -yB vy(M ε&wk;О93Mb_G $+hxJGj Ѥh:WI#||azC j s.>%{a1S׍ZS~]Hj\:&Q˰!F䕨aP !8^¹ĶEkIT[P_a/ -#׊_]TcU]{c@,^=(~b1) ;i}/^!B 9<`4K4IϼQ+{]3Rm -5YG}dzҕVwuzE悫{Y$9 -QWA >OU(줋z-`AI&;_Y* -p֠&C"#1ٞǕX)zb0:cm{ɗQIk]9F["ojZq11rm$z_۟w*u+^p:adUPeA3әc94SGzxetCSne3J]h8cb7tz<+4R: 2%zTwkP((0b~eX~"hMEt UE)Fi`?q80Yssn+\As+T/8 #]}QmT!$ݎLNoqe]Xg*߶i N=vG7ai\D #Z>> -^fX M->J>w={x~˰+0I@z[gD޵paՎLÍIl@ҜLif+kU (N|Ob8$bYGm6Y(1 qu6űV2 fpAzFW Cl!9kUk&Ln"C{99:ŝ؂wa0yRcޕқ@Z 4H$PYFqQ&˪BNgYm5>Q|tPd')^SJHJ}I(U_aM~KV7ʢJ*?[uF4Q@Iuް\Y/,LG;(;jӾ ::tNg^5-#c~Mt6byR5i~>F̘^O\䧿Di^/36Zy$?岠F#$KOEΏ#Þ&8 A2"ثQ2@幟xZI8Ȥ,ʂ`< -btܒp]]q80!Xlo!Vq>maN *A#% 熋*Ta熭Ɨ/0,"3k,>ed[p\kJdFv9Xĥ8; X5dxăg]~D4u; =+ - /Ƃ"nL3mFb|078T"geZ3?˷E8au0e= Ẍ́yPGFl.dekyUnNsTz8L I*37$!Ĝ <<=C),5VHW'ӗGZ(إʹ4kRi1| =u^n pʚArG{#?fQ z:ÆɸMDLJ 35zseŸ?&NU,W>o|?b ?K*xǷB ?L*ߧYS\@6BqufѶ~A!M؉ɬrvuTͶ[a=R0L_um - V |t06p[M`OFeM?6/%;{4PClUC[T+Q?ڀ;H%IizܨkyfTP=OO y AhS//B1KzF= 1ZUm A{<7혍hY}7:u6 6ABʺ$_o?p'XC@NP7Wendstream -endobj -1548 0 obj << -/Type /Font -/Subtype /Type1 -/Encoding 2068 0 R -/FirstChar 38 -/LastChar 121 -/Widths 2074 0 R -/BaseFont /WTSPKK+CMBX10 -/FontDescriptor 1546 0 R ->> endobj -1546 0 obj << -/Ascent 694 -/CapHeight 686 -/Descent -194 -/FontName /WTSPKK+CMBX10 -/ItalicAngle 0 -/StemV 114 -/XHeight 444 -/FontBBox [-301 -250 1164 946] -/Flags 4 -/CharSet (/ampersand/hyphen/period/slash/zero/one/two/three/five/six/seven/eight/semicolon/equal/D/I/P/a/b/c/d/e/f/h/i/j/k/l/m/n/o/p/r/s/t/u/v/w/y) -/FontFile 1547 0 R ->> endobj -2074 0 obj -[894 0 0 0 0 0 0 383 319 575 575 575 575 575 0 575 575 575 575 0 0 319 0 894 0 0 0 0 0 0 882 0 0 0 0 436 0 0 0 0 0 0 786 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 559 639 511 639 527 351 0 639 319 351 607 319 958 639 575 639 0 474 454 447 639 607 831 0 607 ] -endobj -1074 0 obj << -/Length1 1348 -/Length2 8057 -/Length3 532 -/Length 8902 -/Filter /FlateDecode ->> -stream -xe\[ݶq V@ --SJR\Jq-mR}ٛ}xY_c137[{ՠf0ܝ(nk TkP@sh -8r$go#lϔ 4|4DZ4ۺE(R tn.lkhbwM ]spaPs0?K0lqϬb&noi `G$q+CfV@ ['qA6o -d%TN*@` o|`d`7D"31i{399<@$=9{stn#Z@a5/jkk+Mgd jrxaЇr)/9yN$[V䰀:?F .V pB6_̃d !t^y5K<C򁐯 @H">{Bz} 4-@H=B !EH=B*>RA큐=Q j<R]ZT~ ο9_mD,!2 7 h -P7W\W\yz yB {3XN -92 Q3g l fd bn`34L(SMHth& "?h% -!ľ,D2 Q?="&?'_anJU#Y 8?i'O2.b&0MK_~*Lniɳ;d['3Y䆃J'~nn//D-"<"?GB]dV]w[<, ]H*ymH65Gr>XrS'c -עd{<"uΟ}vb;J+YSv6W=tHXb=5ptooW>31|"GR -WxXd?heXh'1ŦO+{i%LnK~Wǯ^E~~՜.Ă3 -y&1}5 -|/|]a~Mc(iiV#b⥧f#լ~#ś?z!B%Sbp(Fmg׷wJ&.f&  _yVDˢzU%|ک'LJe)r.4SRa޲OT/K7M:7wRy tsU=%]l5-5 6sK\̻Xxbr<)VCĔl#QNKXMã$q-ǿ,ee,FQƢo#_[2!jpꝱ9}ۧswS qUa@}봤d}ŗgQ./OY{|i WFT$~LߙmArVݘ& 3fԸ!MBp,?B^3Q.F`P=ϵE>T^IRZR]rGn_eP6c8y&I( 91꘲[8'?)qCw0= `Zz L@^7vjiH)ؐJΈXO}UŊUIh]DS h'zPH&2$ :}Z/VvIAWXSc]ʛCc"8瘒Q!5DnbŰڳ FB?73ѸD+Bm*V5>\5r2|=l7tWVǝz"h#Wb+pcgMNx&va)έbJ9C>Z6]_ Q -%={ul{xeĶڧ''4Xa?2o(ݞ*%ktڵ"<4'iri]^ӊae*eum Zuw'm~ >s&dVSMVzv+ȫ6Y{RPXpE/U@;Mٝٽ4M&,)xu]:ɖ.^.3}zx쌾5tA| 2%o$퐊VlP.%܊g3R0NtHU$ig=s'y_~TgZ1UšNNrzMc1|pj f6QԮ -n9#[(dG{)KOߩ%n;0J[O&j96o'9|ӻPz(l\Kۻ;}>LtzW5)^+G$vZ]j|Eσ^M})K4bd7P Б0(uNcE Bw=ZTX('`cm -ljykMbs%&%D}&ի:|Y]tFjj`9IKmF:Mx8M4%Fz37eqp6R24NJ1̵"`1|Jʒ ÌÝif:>u,yL&J4 -Rw#Ͻ֙SZei/Cu4q'sh5 8Sg9vH7^N=%n0l;C$ $}0cRw"u[`񉅩.v(^aN"_C `>$snorgڂ܈aCNܛu5C57Gc`1)TX.M6x6\/jHTtr[~Qȅ%[џ-_O!+ ǓET}[:b3q!s},I@{/3jn& \{-o^Q="}f}_;vebHGz~ (.U۔ PjnWp3[n*9;&UhG诶ϫc8#mG0WuTfY.C8ɪr%Xl.Ciאxb Іtu1I؟}L@ 7#v4diW^33lO;3,:_El':{ wN}~UC$Ӥ -S\lYb 9{:25  (;n NE+Jn_/̷Ih-7d7 Ev`ݪM{T %[X8$FmX[EJ:T 9%3=Bϯ9*2Z=%P'>6\ھYӋn b_|0d^ :bcY;.%WrL.DﳠԶ}bgKEwiTB_Cq"xbyD"%-O=ތ\dFgWB }:VV˺._"d҄A׻qJҡ?C2xv;Zz_ޡgE|4k~?tgF7ioᶁ# awD'K"_2TĩY %0a.|}ĒB֓Rz~c*ٰpfva>VNl<,8D~Lv[1/)/+&9vx8=Zl8?A{)Q:L Iʙc|j} %p&R^X+`5 '`?ڛ(f[5!ʣg\QB#eC[O'6[A }H%d3URZ5~r?yHXśd\;Yנ瞲Kèi,|2{2'u΢4)jfgt|)ԏ}1db_j{Q_}l%x-]ƅoc̓j1FTq.84}Ff"UG*Pz0W11k/[>'n:L*/򝳋`g!\աXQmQQnhҋuoh9Q3к u^4M8ѳj+|׀~N6z!ݭR0X<%dNfGJٺ~K}cvݱ+$BeI}1I,[44CB5M[rr(F(z(@携{ -IҬx=Y3FF[ ')NπaO ^-)l)$W|ש pZK1ے(2joL63Mn,f[~W WPDŽ\H6$];E^?5Et,V<غ + 7͜rae cjPaQ$Qi -iܱ*.J)bN$=OrAs9 ^6nQR+1#KNY򇈂0X)E`iTZB?s7Ǫ͛ kl(IC9|Iz Is|45;C.quT6Y;q4,w_5$?4va&sqte륛+t- WрPUV0pzQ*}Tr9 = s\`=QX[Pg%n"*2B:=kTN9s5>0kb K_#!GV5ҷ!uV4w,݀G;S1UÀVNi%rRLȊ{ --M:ims;( -a}-b܇͒M/ A1(=F2_2i_z _urM}D|iRz޴7[U'|*\t诳iE~}CRKlOM~ $~eAG_k_t;dw@cXRFN;Z![aJ+:sD*O ٽȻ t 1i F]>koI0:+ϸj2bt> -6i*0_syB*(#FY zC+ -rfPL_"^ݧ7zr -ME;2Z %#v, +@K7Jxo#jtWvQbQ~;7C?sCW]!tVkgƊГܟdt8tA//2.\E7}jۢWq 6[b|/ƼʨS&2 ^T*K 3&9w0D}w/IC4~tiߣaU)P*.('3SY(@ Ew?);-t8o\j;˺ @@=Md`_s:8st%"ٻK1rlhB7PjNdyװ}R'!=sZ䍫.!h8F1jZTMF!RF|e`MXϯ/HlUOfhiB4h}Cs?&9dBH-+兦y|6M7#g  ҍ0\} wF0;b߇:nM"/˔;MuIHF彣^EO$%$PUԣ(簞RĢ$i4xrj85}o !!Gm-L>GJo2=R n)-U |t (G .VUdG#> endobj -1073 0 obj << -/Ascent 694 -/CapHeight 683 -/Descent -194 -/FontName /LJGBKN+CMSL10 -/ItalicAngle -9 -/StemV 79 -/XHeight 431 -/FontBBox [-62 -250 1123 750] -/Flags 4 -/CharSet (/dollar/quoteright/period/zero/one/two/three/four/five/six/seven/eight/A/B/C/D/E/F/G/H/I/L/M/N/O/P/R/S/T/U/V/W/X/Y/e/n/o/s/t) -/FontFile 1074 0 R ->> endobj -2075 0 obj -[500 0 0 278 0 0 0 0 0 0 278 0 500 500 500 500 500 500 500 500 500 0 0 0 0 0 0 0 0 750 708 722 764 681 653 785 750 361 0 0 625 917 750 778 681 0 736 556 722 750 750 1028 750 750 0 0 0 0 0 0 0 0 0 0 0 444 0 0 0 0 0 0 0 0 556 500 0 0 0 394 389 ] -endobj -973 0 obj << -/Length1 793 -/Length2 1151 -/Length3 532 -/Length 1728 -/Filter /FlateDecode ->> -stream -xRkTRIzX!$0@Q ŜW_4ŋo -z'33bܼe v>38U_#E~!}V+ jX\G?s6ri}sٰ'A5]>zܤ䳑.5^˟hh -^<k{( T{ETx㋎ =$4rsQЖ"~8Z;i~޲}Pd{㵡պǂ9{ q,*=5,'@Kg]=&m^T%38mN3g׮y'=qF{ǷV,ڱ&ğ:7w{J|ߏ;dqjo+Vsmz6V`>0Zu t_bt4H^'*>X,uq~\ nMhNKc"5]N3nxv8^7(,'H\-'Riǡendstream -endobj -974 0 obj << -/Type /Font -/Subtype /Type1 -/Encoding 2072 0 R -/FirstChar 60 -/LastChar 62 -/Widths 2076 0 R -/BaseFont /OWQBSR+CMMI10 -/FontDescriptor 972 0 R ->> endobj -972 0 obj << -/Ascent 694 -/CapHeight 683 -/Descent -194 -/FontName /OWQBSR+CMMI10 -/ItalicAngle -14 -/StemV 72 -/XHeight 431 -/FontBBox [-32 -250 1048 750] -/Flags 4 -/CharSet (/less/greater) -/FontFile 973 0 R ->> endobj -2076 0 obj -[778 0 778 ] -endobj -2077 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 -966 0 obj << -/Length1 842 -/Length2 1048 -/Length3 532 -/Length 1655 -/Filter /FlateDecode ->> -stream -xRkXgu*5*P" L4DT!@ĔZvH&a Z<%T4 KwHve "Pl@}:g|g$R_qؐ7 FA A% Dq&o_ -x<>$I`u|5a xDCia5 (B؀Z ϝ!A@B1gΑSV^BK6P&]ʢ@(i1N݅PN ujϧ>AՆ \#-F B,HX}1 Fe]ȏy쯤Ly2"jNg78opNЏ*O6=YۛrZ4}еqCZe$L0ۥCM< m2=lȷ{x ecc ii_^Mbv)y~5ѯ&ൖg,ߩMKk%|#;{7;lgT)|G5<1sRAEQ̍m6= ƶ^A1k]dAC|(9=5KG} - _,i= |])&X]gl͌ժ|$yx$PW-1e]19a_D]E`嚱kIl%z~unu Ke[931Z5 wZl/onIו="7]sh-:,u_Ժ3TAcM=STT*u\+󊕓 [2:}'hMqA*5fD0%ӷV4'#fZCݵzAr흥q))r'\*z!/#t1Ycrztr'=ɝSg#ր\ywC24X]gvq4K'u7G.WxrkV1qMVmkw*NuN}n0}2Uky W/L0>äaĿ*!nnu֧+1/F~7&i -̶kÖq 2TMS\iOؔ]n$~5)U3<_<ؒ_zO^C:eeUEFx@M:3.}P!KMbLJ˞a0ki|1X,zEĭe%f4GQ}O*}UkN%Y7]p:  D"puendstream -endobj -967 0 obj << -/Type /Font -/Subtype /Type1 -/Encoding 2077 0 R -/FirstChar 15 -/LastChar 110 -/Widths 2078 0 R -/BaseFont /CENZFE+CMSY10 -/FontDescriptor 965 0 R ->> endobj -965 0 obj << -/Ascent 750 -/CapHeight 683 -/Descent -194 -/FontName /CENZFE+CMSY10 -/ItalicAngle -14 -/StemV 85 -/XHeight 431 -/FontBBox [-29 -960 1116 775] -/Flags 4 -/CharSet (/bullet/braceleft/braceright/backslash) -/FontFile 966 0 R ->> endobj -2078 0 obj -[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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 500 0 0 0 0 0 0 500 ] -endobj -2079 0 obj << -/Type /Encoding -/Differences [ 0 /Gamma/Delta/Theta/Lambda/Xi/Pi/Sigma/Upsilon/Phi/Psi/Omega/arrowup/arrowdown/quotesingle/exclamdown/questiondown/dotlessi/dotlessj/grave/acute/caron/breve/macron/ring/cedilla/germandbls/ae/oe/oslash/AE/OE/Oslash/visiblespace/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/dieresis/visiblespace 129/.notdef 160/space/Gamma/Delta/Theta/Lambda/Xi/Pi/Sigma/Upsilon/Phi/Psi 171/.notdef 173/Omega/arrowup/arrowdown/quotesingle/exclamdown/questiondown/dotlessi/dotlessj/grave/acute/caron/breve/macron/ring/cedilla/germandbls/ae/oe/oslash/AE/OE/Oslash/visiblespace/dieresis 197/.notdef] ->> endobj -954 0 obj << -/Length1 2224 -/Length2 14366 -/Length3 532 -/Length 15583 -/Filter /FlateDecode ->> -stream -xUX̖hKpׅKpw A' x.U樚%@NL/lbgugf`|UQaf0301v:[~1tY3 @Na-@hlglt`[[@ tt033L,F@3 [x$mM6q&WH -@/MjH`4ge\߃X[3Vj7v6.@G wU,J:Z[ ۚYLpp(X8] -mMhe(.!&&IEWGZ_fPGۙXؚX9"v3lA+Aֆ6+`tpsY m]l0'h u0ڀNwG-?a6&@[k_Q,O4{k?HG_v @sq6t2h'-wvv6wlj'5pH T3H +Xv"\q3F9@@?2:4kGA$)@8AFb#@*$!@٥(eCr]ʮ@(eWC!!h!濉 -t37Y? 7HtDp<Z-B_Z$c/9Y )dVb]!/YlؿdsB_r AV!B_ f/3 ?ˏgeA>3p6/=tgs28jk:͒_@+˿. _o=M6=@;~qΘ72{hD14 Y}\Mt+BB uZSI2 ӏoQs?ٷ=WdFf|{4"P?nLõq5\VHnRޙT6d|>T6gD3/C3~ -S"I GT ,@"@`)6@+7@z,7r]VD)`otU՗ND-o|7 -֛wtٹΝkcvgB;"GW) a72&i,<ҿgB,w3kR<%ŴhG̋p.Krog[9fף[c%Pw FH;al2pk¦KdB;Ҷc[{;2<kQCݙ̨1c%ayTD%ۧA?IH1Xٝ<э:Qffrw'~ H`vXH#_f1 =6Z:6 k^x D}?8مÏPJ& IG:+Jyl~7p~tu 3\XUGݟ`Uζ-Ps@4Nǫ_TK˺HKˁ5`ԥAN5gJ.'dqKYB?1%oI#ʈ_/ C&9+ʻGM{ϵDJ0GjNJvyD -Qh) Ii+ZBx8S~VaBF - +7Rme1|\Х6KIv8gwV2_WFf8"rT'yao5$r3*3:4ax eZFc4 -8t!t 'Tp|'MiΊ yN }? -Be*/[h 6G z[has㇛^[v -6B]ݡ8D5RY-)`Dcz S':grֶ5$}rɭ EZEy(٦̿[ -?6XU⇎gÝlFW`q.;iB-GbBuˈ+]ԶOKr\}m>EJ*Rms K]#XqӀBa>2h1l\Q06D&4.C~B"2e\>h2׊ ^cm -mO$>;"awȇzSwEF?GgVhթ~LZf'L*fPT5WŔv.wgTd\#x?OJt)wǞ m\ _r&~gw|6(V0d*&ZMg -R'(UVPo#pԸn<_Z!#B՘z_jP P^!l~ v-]W3]gz Dif&, c!4#1A?aExS_JUš*$i-="bh\.qD6d8x嶈.2X(&#! ȎW ?| ]lS:B4HY"E\ie -\\+! -Koqwpw#u-,-z/vNl~wUim湾}K_uxA.URs`,f>t1'F3Q!˭(8 "8CEF!)랛IHhyDn#Yy )nov:0KJ\@l0#vWf8L^Ωq>K**On _,=%pHn_j#NV)fU%!i-O,ܬTb\@FrΨ7D`h"Ocݷ΍Zu79Q,\'$TjnDpC= -['53 H\l7bsw0!'m+-= ;̛prGlt3|}Fġ 6UԀw z2Z>vhAo5{z+ϵ -Z֛X_*=W`MA_G5K2X{0tpcw=%U=CO#Jq@|-dh,⩈oՇu~,CQ3,V 6wrjiRgћ3ZT]C Y}j?c{K .%g'}d =ר.t)I=nHFLb#|Wb<5#L=W<Ҹ]xd|?y'J]ev*wV{&Og'kq86~լ'g{RAjݛ"7 -K(; v𞂡Vr41 [c>qu+Y%&f_[f !W}"xl]H9>NtGtC Ţop2Q9+ӿfֺ(#(zWIA1IO3/~-ݝrϷ5]2o2'Q(n*xd.u&&K[] -\`CAl>|hrt5oW̪{N<'(Ѵ7|s{%z 7LH&3hMUK.[]}I6LuOy -ظz36/WyVp Yk[P`kM隠rƙ`f=^? -Mw-õpgץO"or^#z 1- &Þ1hLvmjYVNW?7CFŮ9 -hMCQ1 %,5)[MZ;١v$yV3^ gۓE,#..l)BÃq$>OJ9pj[l>e;;C/P.ɏd74 -(s2ەHsi|MphC}+CeS4Mӻc4)3uUj}u~u`-lu|LnO_cpSlg[; -?'I/J.NJQ)> y;۠}>6z)@19m]R^w\8~Stܐ^T6F3BEլ{fC -^/ߐlygQ._C>mz7)د+w#I:{Θ&?*;.aFbg t^}vODc0a_4= -Sb.Ɋ<5Ix}[>q7k=Kt_Vē;"81/ڊaq5aQYoP1ΐYE);>0%D˖p`̔'oP&R@_HwpRM%Uz+.#9G|#Mʻf0J -ZDb< R6"۵j\,9Q7O0wd#:=(n`H[̩Eus$hz@j ME*Oadg;E,hݷ_ސs_Zό9c_SrtlgT]1z8$[MH!ҹD{"EغDȼ=Wj<;ՍJsR%'VmU OJG$aS'F2j8^k&KvjT|Cbm Veg;*{mӟq2QbѤNz- -.äS =ZpWCK?gyh6Z2jTe7l-^?QxӷHP *:|ܿjakvͳ=+ȕ1h -nj~|aY/ldėA-EGAp_ -7ӤIFiaSSr ^L΁4G]R{Q2@Ө09xXCA/9e mr xzCq]>3%0}U=|LCOLӤr -p0\^ քϾvER%Bܤ/4ubf\8v޼xd"wang]40NW:9\a(/|\iκE?3gX8|+_)fY~ Gd:s"9(VKPfsb2}i<0 K$BHx"FOk`waLOxbQy W6M<74.V ]YoޓuU;?FDuʰfWVzez!w$g3 -̜~ڷ5?|Xzއ`í9hz[HUX#Zp}/"sa(+Eri=9i,g.5%70-;(.=հ␯~w^);[7A1ċ&BdpfH ׄ?HU+W{٬T? ,S+n$+sfD@%cf1u}4z۽ہs]Eu/ҺyK(g}#"g8 NkI@-gRw~CIm ?Vۮeq^mC-oM5u[hU1O[K# -fBsdW`+;|xiK+vȳO448~MڍF'Ti-a_¸S?t7FKprBHO^jGC* 3-S}aU#Ǐ|2wׄ<qZNa?JetXp }9ihx 5[]g_`EJv5`g$:@qy\X7wA |]P3S>7>! 4ؐxJ͕TEf!8D,g n1'؀p.Ap0tko$Lf#Er%_Z?*琺g#hV2jq)[3SJ_.}DuC,)XB.{]B} 6! _ ?{‘f/p..pV ,߫Q|;߁RpGJigv}^aݨy^ -`fyh2GqK6vGփ]ޭG{q~`fsS|l\ L) -"pl`ks;zLuSt1Dk6I~Y@˗n~S1UT% % sX''~xF '͒|"=CmFguH2FiPćlFVdDu^{KU՟˷W?-Gr?X>&ki 'q.͌M@|ΫY"Y9^hX;}{*#ywܵ|YvSZShU1V9u@{ѫRF#ʟA)|Ϣ]F#\ߠt2GxyX%UqMDXa ܤX]z&\l D4.8&*7qR7"q XxP^0PqU+ =?(þ\x7|Y[JDp4b-ElDVXZ#G;M\x͕ +) ̼<皙pj񬡇//!vsw D>qZכjR5o; Bq"?I{ QgGVVZ^1"l]&,KzgCyɰdx#m,WpmD _ .vJk--O=qrw1yh\ϖ<ޱqqkܗ|DCԊz%N:O7晨cܲܣEMW7c}N #AncRcVxMZ<vlf͐[ #۰plF-V.Yݖq*jkO^bLQV d -l͒O -̹-Yֿ52c*ɂs2ϊ+?!]ZyQIۄU`5 -׊+SMuʸ5ӵr rBC,3ZPv:/jxgk@`W֎1y㌆U `杲81b˙jnB)o[rY9P, -^!7.QxyM8%KEӮ484Q)NB;NAzC`jb+  sZ2HY>}[ 81{EQO?ӈ -kL.65(s1ԜU4i98;BMaV;)b"Ö7 Y'7 4FM6V -oRò4~.#Q0[unjKW-Sa -sRNa'SAVg)d@s"eۆVy$C&INCcؗT[d*~vkDdHaܔ?VL%5$݆!7䚹7'+2Sib -(>Vi?Lfabx̜ zY_mR-цN<"Q)VGZ@;Φ$wrN(/i%!u/qBC/Tׇ)?0]LGϝiE>pǣ l}@oL 8b~A3+2MYuNnȴ7XI;odE-pUm -k xҏ -xpyoC0F Awx(!cC<4t٬Õ׍ >M`;@{&Zi_$x>!W/CXYYLȇ=viЌ.xk.܁1槀ͩr´ZX(Za"2;sז#W+\#ɵ?K)tY`O ->(H,u~T(€qW,%QֆMwӷ5"rm -b?)t՘dj U7.j5*|qxi͚2!i!*NP>Ag'o/yqlCS/Cu}i%5B{Mcs:t/[hQQф-{8n_v}"?DNɋ -yC>gB G:z QsXqM("#" ;FYozR}Q;OǑnc{BڲBX 2|Doy:ԶGVjm(.jI ;L[PR9x!D'dc+yʧb#zMxp@~2X20O;кz!'V;^'Lx}"y)-$F_ujJVH"䨂w(H!r\+,!$Sh^sMнٹ}ߍMwV6CK0ޫnWEUwͬ8fp`M TWhSU-k5๷:ܩ5Lz$r>cgMQN츾O#[جڇhewt }HJJ>Cچ1%`_ 6<>:'SW8!k/> -|BB>9 =_1Kٰ~-)6jKyԔL('31׏NiAHfZ+9Y')AO@0{|ࠉ:5#?ѤGcv= זvݡ ғ~rMa3d>Xh֎j5am -/dQgumtbdgmz)_523-I+ v;M34>iF#MvZO8й!פ+Z<;;Ǟ)Sz[zDTH_뷔%[&b7wUPGPwPehȣ7 61csMz ~~6.*<$wIk 4ƦAv~aSiWs#qU8L(M![0YtvKi~|&G!~`j3ܻsR@ɶ.qE؎ -@ϸUJ_x}U-&JSWٷMo%JS^g,_z_vh -ԍI !!vJ.c#I(?AQDu9+!krJKyN]Z V:bM`RkC!Xj: ʎlAx/MX$Tm\?"*xwlma#fLWb_LC5!Χc.`T#XQe;(8mbE8 5uNAdc 0:\ҝ.qS=4+2D|+'߶&b{a J cvd(o>.*Y-w)XQ[*_Jd,6`i!KHhr -wevzGa.9F#[r %Un^YALnGNy iP%`=??l(9Lc&0:855q --؋]/%z6Nfgs^-#K] sBo^g̏ᜟJkƓSNJ>TŸ=#Q^aRod\JH\ ƷyAQ%iI6LM$Iq#ꬵ|rwde -~"W=u*mCsx-Qf~AJI_w\쎮v~yɠv Xww7"{Y?e',|r*/#l)t%fХ"G2_xEЄ_Fd}Pg7]V$ᇌo[]3ߏjJ|Z~{6=u85U \^i$I-0x{=~nn&ѩ ˹xi+N^&Ch߄Wk3ZW؆@/V_xs(ݤS3)eojr{z0/O `l 4tt1t?$endstream -endobj -955 0 obj << -/Type /Font -/Subtype /Type1 -/Encoding 2079 0 R -/FirstChar 33 -/LastChar 126 -/Widths 2080 0 R -/BaseFont /GHFNVI+CMTT10 -/FontDescriptor 953 0 R ->> endobj -953 0 obj << -/Ascent 611 -/CapHeight 611 -/Descent -222 -/FontName /GHFNVI+CMTT10 -/ItalicAngle 0 -/StemV 69 -/XHeight 431 -/FontBBox [-4 -235 731 800] -/Flags 4 -/CharSet (/exclam/quotedbl/numbersign/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/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/bracketleft/backslash/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/bar/braceright/asciitilde) -/FontFile 954 0 R ->> endobj -2080 0 obj -[525 525 525 0 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 0 525 525 525 525 525 525 525 525 525 0 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 0 525 525 525 0 525 0 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 ] -endobj -950 0 obj << -/Length1 2223 -/Length2 16852 -/Length3 532 -/Length 18118 -/Filter /FlateDecode ->> -stream -xڬstݺ۶m۶msvҰmN46~+cus>s^P3Z8YJ9932+2QRZ:9J[HY898(Iĝ}\mmIhiM"`jknHhnc@dnkD" -++;#?JVN$[x8oP_$@I 'Gp6KZwp)@Y?=-]I,,]oWm)ZZz8VYwS5![7)[oK [ws+S▎WrR`VPTWM]?_jM\^V`G$͝,lI8HL]]M}H$~$$@af&G'w#$5 rrgC{lؿ ?O?fS?!`'wK 3?-$̎fk?a.f 'OyHMQ7Sr'?T,L]-VEY':S6ug7?A`f?`^N"|l|m,/q[?\n6"L|-]I89Z9^96g<?dWnO -'Por8?8w (hap/nT?A鸀J#*!!nbI!.:!!(!(x.*.j..Z.:!] ^RK5 '2SX3Y' *>,B_4!V`ev VN!/@+׿B_ V^UW_ V?TtO}툉9y1k% )+5,,SOXle |ZZz[ís2h -,nOTj  -(wnyFG:<&zwWqI\849׹V9r&{ @n[U^ܞJ-9zQB#qI -22ŭ# Ќ ob'UCtBIMؚ ~RSajC̮Ov"|YY{x^$ZݕrFmR64=>Ox'd5Cg;%v1;MZ/q0$O=)A)EqZzvz#9Hxpd©bnm/} bkmG }cl-"g RB.jAʒN^tOwk1Yn]sD%cE3ނB-rG$9v -VkHcPG;o&.Y~<$|ӑ l1{e%l[/&O]SxaW Ƃ ^悧`r>4q -Mh -Į'M_"J` EAiWr`\ۯZJ%F[\Ʉb?`Cd+n`1k.5-~q@ܴX'DX {vRû"v޵A04sg%\=`7A^p҉ψyZo:4ǧaȯ#+2W*.6ɞ]*`qv ~#KYWB5û<`oGW> EdҚ{%97Diw\s3 swla %GYt#p/rpN`Pb^ք$ <(]# ltBLa`놅r -_ Fw[~ -J7ݫ]*3YκT?&AJy..+z•~# ڗXKvIV{l$?-<=مޑ;`(?~ٴ;%G&m -}oIoRas|8wqBc&ocË) njsgJn=ײ##m/:-Q`vxUGb&|/h3(_Vݺ U1'pb-6.IhU\?Og9f0LjpP\Ӌ@f!Q)=B[#9@eyn9,F\k`lzӋ~mbv1[T"Z]UNL3z-ݜƴ{g:b:>}<6\7ۭ]GY"suq$7 -DE}݌_W'VR.}3]wԂzQHZ4 6m?ɑ } 5X*DLhΠY4z,I ]"}]=~߰CZ ڧg(i=WuvXd䌅aykWfAf$}B鰌t&oI1:?4$M_} E0+8鄵A$a=je_ՆX>#VCh84rP>9uLT<ŰH _m?<~P[% mrLIc0FL onb?fc^b$(:vѧ# \{$KnWGn^c$a@J|6lJrso%M1?Wv ( "T"CIm~87>ሔIcB&GK3ϴͺ H~K:7b WlR66]gdPB_Z}d g]D*eJT~Ou*K@{Tui{$5ő#FۥZ-@DžW&g*{6~}+(l"S^sIN3%" %@[*;J/b̬,&#AǓd4wO#a`mM\&lQ)\*1HҒDYKMAȊ?HT,h[fawMs^Sܺէ(i'7K `xx+^u}^+ qWb~_—SYCp5Rb7:BR\!2q -1T\oDDf ,8ILиUv$f.7/ PSaHB7UHtnXC%J^*48CQM!2+C>MRk19@}yk`!<4r,!St9ׁ$ѧp~!NA# wI*v"-Dqۗ!Ewz$9:D]G7 {׿px6#^bT uoɝM:ͱP5U91&^ٔeJk^#{U|ɴ;NIZS sNx+#f±=VSf94BG6l"tu'jvpglˌdBU+13Cۑ)`7S Ix[;i!l_Ua[ڀ(v6L& R'_.΃R;Si fU2p1Vs=U}r }ߛu$@'Ri/5A -`$c}ܗVava;GY]# 0lm1Rx5P{r&ZϱI4N783M~cڹ26KƗ)F)$ 2:`&ͫ<>?2N4Kbb -ID醨 &uSnEHXOi2D+HoF:w_~W'^ܑr/M<3:x*헞~7fņK\k=U1ta_,Vi'+}Gf+(8T|݉P gyǓĿ$\ -Ѫ1 ixgh=]hm`1n!<pS˜$?‰χ3G GNz?k*P 4;|;5$/% N}#HӝamoS҅&񍇉ODs. ހn#Iѝwfl0<"rFƾ˘uOR7D%I*8lF-%pd`U\lϷp~60-MikP CX!q7o$K͍\ܖ$9XBe 7bxQ}!xz ؋axPլ!iwC~*e]M,8>SF1qу8Sib;;9\Cb~N0*#ttcw\PMc+u4Bk)||:կ]fho׏(qjw:S=sZQjI~JI 5"jP>JY_G̃Qe8ࡻn%+Ty|Tݐ< [VT"1n!f7̑(]e ɗEmBljcZZMK j<}!C-'\̗ډB2APG+IC0*%EfɣW -AeF,X3mӞ^Wا#v6{RܬPq+Jz 4duqF^;09m02?qMP cJMCucB9yB̨`i[P-Vh HR%ftd; -ł]Aiyz\;'M O}LYh!x~TP܋B}n)vX`$/d ?YW5atW\yTF2dTo/) ݋H -A\2ɻѝL'dJHR"m9[,Tv[ܗ9Tߞu+yZv]|~.A,1Oi| J=b,r:hYP {Wub6_ƈ0 -g|UsFлeA7*g(qeɤr,PߕkS5ުaˑoѤɨ ~scWIGVꀈSM0 -avW]JP/SVݫ6.rajk _=\Rq&i6?tikQ}2CDV2KXq7cάWz8tRúWx#~acc o_qa7h&lꈽuTt8mZ 0Iް{k.<Bć_Yj>fdI~aǓ"m˧%TSӇQU'c.î$č0l&֕j+4p o!vus੤( 3lIB :e&dnݜi2s3ؚ1ӓ` WW;,XrZgWR\N9Ug]1ڲ"n.V9 ꫋3'!`t:5u>#QPI‘?"=_6u8ژOK$^kq||x#YY_w7 4J'yr~` D"<ÜJ,2!F'xX2u똙;w_O ϐT* -A-b+ *, VF{0 QcYזXm X\o_K^y L,'뚲okt#VC",jaah it`8Sh[֝y'V?,"_kFckktã(#&{zӤHzARX kT>0Bh_.,0eeMJҎUogR! x8X1ʑ._Wh(݉kRTU ꎵ>Y] YqT_U RD%_ߨ(1om4/gu?T+}ҁ3i鬻Sv=<EbaQ-BQS]^䢸K{^d]oMD{лF0ޯ#n~ʠTA乃Q#{VF5TCDG4F #1\n@ Kt\!֧x*)Um -bΈ1鵱Ҁ -0=}`hgA\s<jd%\FaW1#I[]a0qGJc9esvy܍F$X/|x_H$`cauXLT}ڪGHjwbػ `LjLVu -[2=Yg0Fϫ')d24dr;׿VYeȫQʕ`*֯wxe]5"}Z?+d*KR8FA7 .?Bk<~{ja }g.L5Uhցdߪ6Ă/iwp}!3zfyz*zD4?GLs8𛁨f@~TFxJ+nu*َ$J?z{v>mtJ! Tn=!㡴ۡŒAUU.]9BWz$e0DT ;\2W -@em\"k)K#zbW>"t+޶ -AK@1 fxd`e)̓sIkJ#/:uN>#Qwa,Z˥,U^[T^<:"zwRg̹)[7;UN\9ozݚΕ |J~Wm&eUu= -ӱSEb•uƤMVI1!H -J~$'̽m&L2@]XՙG /¹G8Ԗ>eAb -U~{?,#.d\xԏx) QȊKm>mPm"a Hr2yFFle `AH>'}.J(ޡ~nFWم땡 ZxAgyYWBe<]>W3KDaywxZ̦BBNfo(]cPZXK)+y%Ů1VjΪgGu*ѡoR}4O;$xt{&I-R`93!t_9S;6v\zޒ9~nE -Kɰ/ m Oeћt>55}|+0} ]q°b&DM$I4x>|QIcAd)b普E#+%>چ`rUr4k;EOfdO(W/: ]76~Ӣ:Ups|2kk>SQIN: ek y:&L7V1p2N6$5hD-G)adn&^:"*X4oy[,20nIs6eا 1ZՈʊ/j.UɭEls7:.b7sDz4M]gA 噂v+,{FȚޘOO -Z0:XD9h2h 6&_ :HmCoP,u.afmQɄfaX_*f؃1?Z֍D̈́BU#a0w>2`5ZU>G^J#^>25^x˻md.; #E -'). OOmwѧRm[:綗c(2XG58`60?LrJI>] *'@ (%J I%vF8qOYMn%_3S] &I^doYvkʱ=[⻒·}O>yN븶6[XxKJ9-iJ܅ 3+K]#dSjH0TGqP^o'L|u_ -$;ŶIQ‘}%Qםfk5g~(&zm}feѩ[.T`PmB9DD5+8Vr#;׳2!iH":A >sR,W֊1_(LuL Pk|O`WjXͺtɽG -m_e`T+_A8j:v"~\0hvRʦXD)]8? g=G0-};w%~k"PxVa&;IPS>؃w^Kl|jN{;)=\n|+J:+ٝq̓~L.zơGN`7&&J]RH2RvG2Q&(JiߩL&&X SI\ SgwCS Řn?#ahwOHٿ78hF(ֻV;,DYAnAq^vWq[1ΕFG9fAmD^ŋ".D1:o d5k5QC kp - aFdڨ2!ţA BL C.+4h]+Ng6 -W'ayKݻ(St*vHW[,Ƈ`@67[Qr zV1h*Xά?Də7Q҅xNz^D|+[衽:H oX~gIwN>0<<7 ӟ{a_';y8nIMW]c>k}WKnHFpiCѰhֈ@|1xXSv>dnC)v%NAΗ:wFTJ_%^:x^'=Ag+r",mp%:d[x_3fo16LxɁA[TFITO]LB0i#XQtu3ը}dIN|0z^]B٭p\q>V ,uX -:^m  :?7iNVT?uU^Pr60*~LA2K"V=^Ed7p=T^7ZeBJPtݖI}RE&^} TN#l |.B尔#|| gmAcLg;]OC.ۨ@zg 0dvT -eֈ7-3MF 9n`v=`(uHܕqiEsܲ2'Ѽn \s>*89!x`q,`~< -WS0.-K8 6chX5B-:;*=e,<5 -# 3xh6m;sGe !!PR1-poEZ~H$eygD^a;cֶPKǚ+V }dayX[Vi{GbDW{6g݉}']155ĵ{oGT|}w@|"ENc#2%߈Fp_Yki -KDvʫό DMKԟ_ ו"~(D&rMc4ƹϳ8A7T 6QP\8 [F%ٱ.)x%Zk/݅:":E|/{3{o9ۤW#o=KF>]"X+BHLYRSr.SЛE1Q._5!2'.·`,MGn7x_p1)u~+ fJ~i[&?e}IJOb)3iE(v7‘Պhl>\V:`窇]$6bA 8.c?o@خq Eqf3aL3am}Ǹnnհ6W{.jҊ&Xgj)P$MvFÅ3-JObwH։a#uãQ<_Ldmek"'zY5nl-6JگR;Hk:-ޔ$'xT+TtBVBjTο$i16~zM"&!-IcW5Ɖ HI$\\:`͢7MV3R>nv,o8uaG #FE+64Nbbe5ߜ(`MzA@^~=dd0`52ƹ%Pb憲ZBe-?3΃?Tqh;0߲{C"ď)6k)w ^p,v&tPDDnw3M̒rS<SgSʘXns-@s؆ ΟW埀цZfsvI"!qI~]ew;K{։7' -YԆ_ TxڭE9_ -ƌag?T`;@`Jf Q>Zm}?Js]\"y8mG W 7*ߋ zrw7FeIJ0=(/)>c##Y)Ϲ<{ T)Z4gOJV g*!3N AKrCvVk?=mK!Ylo^ڃgq&v{S»RE#Cj * ypfc(d'EkD]y.ll4Iz^(ۗ5 -Z\2CB*lDl1~MW 8W1 ~Yh& +< ?]mP1Md7sYFØĴ$2~}-nHS^ρ.h<5aW͈VueGl'%ubWr*rƭаDzOc r/V;fgw]WcL\ ^Wے}%:Z-ݫ <4 rXK"^?ieV9QV*"Gwؽ"0chhdgh=R׹c++n -Ŝ UV/SVQn~9hiJ0}쫹1\F'FEO>S5g: eaXm+H>WU ^%ʬϷ\\gC2bcM!-te?B娢PޥXDxCty8q -> j]X+HLL.fAasu$3Xs'f.8k?~!|Fh@B6V_sf-qF_3w= %-RF3z Ͱ/Ɇs*DZav d ]z +On=~ܻ_ -jL(pUȀ?vKoeRlԈ,WtOnuT ի..\Wq{!-NrPq8lZN\rRy:Kf364I;fN&~yCNG4Ϋ&ڰ5{u/ΚF]g -IɜaS((Dsگ&DfBB1W9DW*jH1G4m&^0o#τ_ -CH} -ZS{T b'>U*SvAeNMlƆF=bd|9'68R*>فRD^rD{ nw?`.B{2k30YsBJ3 -F,[] oVǏ*gemH,qRȧqv[aLX](GlE>P\PK+bLAA[Ȓ-@L֦=r!}CA-|.xxí_gʮ2O&ϕ~p6@U3 6`q9.:%) N=,ui\;b]UKvc=eqrr- C9e:pOj|y>pF>< >YZɧڻZXW>gp~)RCɯ%a @w1dq~6лIOKH :ӼJ)mvզ.pyI]-I,ϱ_c- HU% WcDCu - -HMy֢VcCM -i7?͝.^t8sU E 1>5SLjEt$Tg:ρP4ed -/^P?DkH-{&8|ZxSrH} n]IamZs21x|D]%l0C,X*Z^<{Zh:n9 :&97oÔj:se|ũXVDN&hTU̺{EW~:2Ge7Dn`q]\5:2 Mendstream -endobj -951 0 obj << -/Type /Font -/Subtype /Type1 -/Encoding 2068 0 R -/FirstChar 11 -/LastChar 124 -/Widths 2081 0 R -/BaseFont /PDMSCR+CMR10 -/FontDescriptor 949 0 R ->> endobj -949 0 obj << -/Ascent 694 -/CapHeight 683 -/Descent -194 -/FontName /PDMSCR+CMR10 -/ItalicAngle 0 -/StemV 69 -/XHeight 431 -/FontBBox [-251 -250 1009 969] -/Flags 4 -/CharSet (/ff/fi/fl/ffi/exclam/quotedblright/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/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/Z/bracketleft/bracketright/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/endash/emdash) -/FontFile 950 0 R ->> endobj -2081 0 obj -[583 556 556 833 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 278 500 833 500 833 778 278 389 389 500 778 278 333 278 500 500 500 500 500 500 500 500 500 500 500 278 278 0 778 0 472 778 750 708 722 764 681 653 785 750 361 514 778 625 917 750 778 681 778 736 556 722 750 750 1028 750 750 611 278 0 278 0 0 0 500 556 444 556 444 306 500 556 278 306 528 278 833 556 500 556 528 392 394 389 556 528 722 528 528 444 500 1000 ] -endobj -2082 0 obj << -/Type /Encoding -/Differences [ 0 /Gamma/Delta/Theta/Lambda/Xi/Pi/Sigma/Upsilon/Phi/Psi/Omega/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/acute/caron/breve/macron/ring/cedilla/germandbls/ae/oe/oslash/AE/OE/Oslash/suppress/exclam/quotedblright/numbersign/sterling/percent/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/exclamdown/equal/questiondown/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/quotedblleft/bracketright/circumflex/dotaccent/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/endash/emdash/hungarumlaut/tilde/dieresis/suppress 129/.notdef 160/space/Gamma/Delta/Theta/Lambda/Xi/Pi/Sigma/Upsilon/Phi/Psi 171/.notdef 173/Omega/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/acute/caron/breve/macron/ring/cedilla/germandbls/ae/oe/oslash/AE/OE/Oslash/suppress/dieresis 197/.notdef] ->> endobj -947 0 obj << -/Length1 1836 -/Length2 14873 -/Length3 532 -/Length 15918 -/Filter /FlateDecode ->> -stream -xS|߶IǨضmض;VG۶mFV'Xokコz/Ϲ:SUs7'&OtvΟ]9KOo!'ZAO72\M k} -u1g{ sw7p461+H`o'OS2 gOY;?!vOӯɿӨ۟vc'O,\isSG٘?GOs^sJBs6SF}J?'!>,>e%ЧTC -rSA>gɔЧ,>5Чv8?3 gџi/tjWӬ_i/ta~ڰw_i/a3O j+ӕ_/t~ߗ-e<2l>;SsK|*&E\?O~g>oaSfuΈ;2)W4 78h+!'7ʂc r0E9R҅t%)6V2} -0<en2љHPMf*}3ݖkx #{EXۭշUc$vDsq| ;U9 Tٲ ;0VY5 GtK -+rHxs1lYۣ* ntc3 ÿp wBu2ƱAA'c`LKU뙞Xr ̰sV~iBk@LPIoS:^MczESbȗP]Βn8?VҊN2'ޟL|x.!5Kia vBtC5';):Zhb * 4424xfqKEDZ[ +Vj - RF1YovcEYfXr3@ݰr1*8n;a( 6md_ZğY!5jgO$= ;~xJ -5>0ߌosa.:輪%"m7..R m<O&Ȯ3[1D9Q&2z0^I6$% "wO 黳܏389τf~fl5Uٲ P-< ݟ,,·cNŻ[|0tq#~;1! h:W{:Bfv _ 0?RGXg%Nt۾TN$L ;%[H5pU/zr>60=XeKT)KI '**gHuB:Osw=. cؕ7]]S2H1GBTֵr ۾2n ^}gc^D+2;N]Ȉzଡ଼z]3395+kQ/F@_h,\i8_0ݓ{ȿhțP~m=Ր>/\qKZɟPNV˥bp لlH^B_PU3jx| !s<wl\4JJI~HI~>@@ӠS0i\q/w4Y#mm5E=T/qhŨz#O*, ?,O~X NbV;7m:HL) ՗ m #ͪv>WX>0%{QANÂ@/6֌v3*kw>fP&͟O\x۩de+1L>|wB~{7ZxsADPU>DӀwkdCpv҄&lP8ބ^O(f)ܷ2QPPk}8ou~w -)|б5r~zB2Jɧa.vw C׻dk[n~SUـiqmyWv[B ZI3{;[iC;5a -IX˕m* 5X1_ -2-X@Y|P.)Qbǭđ)p619/#@ANÃyUlIS_<b!EPjܙ98_F2U 'O489QasLރ&X3Ru|uݬPR~qVe++KbA'r}AЈx`?( -dxc'_mo]89|̾>WV/bUKѵZj!}1Fy `^aW-L00ww㦹,'$-JP,;s,JsOf5A?ٰL~KuI;u`XHzArlK݁=jTg%6s0NDz_on), 硠_%G2g1IŸ~výsظGG)׆DOk(@ކ@Wtj1_A,weJZƲfHy_F }n(1R8,H ^`|IftoB)~ jBxEA[`Гva@jz}B{%EѸ?ԕMmoZ~oa@/yN)_ZsQACG<='l}Ns/$2N_??(=fI̎@á V ?Dc {_KU84y(C}pK]fGTYLlT皐jDˆPPItB> -'Zy~. {N>sTtbrս ezZ9PE4E`wpyd e^*}[:3^){R!eǚ`'v(ZS} Љ*)$90ޭzݸnO. -NC9&Zbfwwp \LZBmvSy.ئBNNd-$}G)KoBvJB+$3un |!fmrsH9mv';ٮ ΂9ü -.,$+_MS6sLI,Ҟ^nzUlex*UO4# [u2y{O;~5sϪ1riaӢ]zЋB43^ -)lfqn?0mΣ>M-{.I]ΐ@>|a[ w׾0 -[! 5t@eTWN3A6omNžt lUndŹ؃/U"@榱]/'W*4us"4bsD| -1WfhuzXxh1lLjؘ?7=˴FE-ɮݖ5tz<|W¶\7:ںsv#'Pgr1FXC;Hz&y.v&N)gԥ|4. $lw!qX@˜:h+uoRzNh Nb;SJb!Bf^joKOc1*櫟6L[SŨX+~MYy%e2WQYN*u~՞`7h_c4]X=cTKٱj 9B` 3h߽,(ђRd -LU5#"X̭&K,՚:5w`Lr`yݤ kȑʒ试|po 0D5i2Vkp0=xָgH5D+~%j#m 4+_le |x0a1F|]}PMޖ.V諰ҝw繇UFOU 7oJ_&e:^7O: *Wdt%;^j{.C0=ϵCLP\ӰQv>s#GoP9TVW0ird}Uo Bf<,#}%\x YG%S: EtW|^_F؝޽uվ(e]Ln˲Kr Ȓ1cU%я!jC{+t:Vs% @"w9 ;Սm1e ]$wD(d<[6P]"ocQXJK 2vJL/.>(0:21o_wHv4gV#^E7Wxsݵ~G3x ϳCso)%pÏi˴0-GC{!;j}`10#kxB,RwBYSHjRLMXY4O)FH&Mf;:Rq(0U,ߋ'!ؓKӅRQ< ɍ1Gؗ%aT-<J;{Cd;8~kgТ:Aߝrh }+/HM# m7e͢rJ2(! `%>V0V:c"8Id\evގn8kظ-WSzP\rH0!+P欓o3zsZfܡ<16ְ AJSɚ8cBTIB,*;6^N -VWmGx{JNkC~{:I]VFCٜt/5 D)ȫ`&k5#XS1`EGŦ˜ ~AT~NkGu'Gܾ?}z*&C:SvK[xk<d -v9Le -bt”zҀN>nCIk)q7Ck}Pޟ~}2vc4Nn-ҫ^N': +@0ORш'|IrNHb&E[lc +OVw[(cR}wvHD9xl' #t޴:a *xQP4V_AY/?s-khԌmuRe`+nADy1FOXM1Z$sYu9x`_[R+mUp0jILK٪ Vt/͒eWS:3C¬U2e?>o<}T`L{3%5#X,^L$0LGoG42MW=To5xw1dDo9:Wf`GYҁݝy1b&R]^~DBnB_'rjܼhO/p+0e&m3R=#sએ1Mf[X$zBH=A~ !ܑx2.%BaICOL?bGwUG3h[P Ɇ/.h_ i.䕈̷Kx?׮gu,WP"]XVDzb^RgO"=bu S1, _QΙIq*j 1 6i -wo9&EDD&Upg7dpr$d"D[ݞB﯑sHum5fv(G0w^CI' Hb5xK97}!J/-M -hY "2~AWy|i [SI/E{RqEu7]c{-9.pe%:>_9ٳIk++t)r jࣗ -vpxooʊEts7 2A1S:w Kbhb.*}ȳVlUE _PQIV` ҳ!!Q ihmNCu;ddp3)xmQ5-1l:Sqt!%5/}~Mγ8=&z1$»k7 s:wXw2K hƫS GfD˃} {2"7 j#x|&ߔTY4uݘ׵ڳȰpkq'y_ĵ -b3@o4;nmL0A7>Fo!0(Phܨus&|>ˏbyB^džUE%LD cM!P\c -&37s6bȾmLuOXG|y#L6u-qjTR1rg> -ogD#,Lĝbʬ+iESZX4٢Et!,mē(ݽ-Zܶ`MТp?źh#8^j8&S`һՙ#?ύV@/?L%GYP !wbhCZIT\GaJ$\uI4__FV!|9jT/ 㻸M O\Ưw`qr1lgQhI6@FEnR^wc0[ht t56~GYT}}H9g1 $m>)GDvaB;^:SK&{W.b\2eí3p*48|Q+vmk+-G\c; ^5̹+/(G=1 ?Uz 2Bhx}ߺJP'Lsx};;Idrl;$_$'uev5#Љ&w"$la%w8詝 $h+A5ɹREå9s,CQoK7oMTfO '}`X.raZ.&ՎrD ׹:#{H\,0m[^~1_)\` 4M;]@^ŵmB|GIy㛙ص>m\Vvr88|O_t'+AC]VPo\w#.m?zfez/]/Gޮ}khHԥ#i& e5#1]\Ar钒&:F> p 'Ed#d\P@my g>$z%EvtL6jYϨ$1{oTnL )4V͓jH:xDyoAc/?*wC"H @d8Lu>%Sª;cl4XDM:C [dUԠtd FR V!.21,LpԘ6:rLƭ2¤ͧ*\t`!.Hp@ILR2~Zc1h2̷ܝ'g`<%4B_% U5DOX~u0gsHͻ oq7"3w+qj#ʽ2I¬ـƇ}xY2֦^Y**/杖Sv2ve ߕ3F`E.tvg^a6qIM/5.H<=Y\]Hf+ cʐ?SDHBiEj^Fw.S2?`7WES.y ' -5G7ϖB!PW\?a&Ѽoܰ4j2HRcqIRZۺ3ɓB)f Q,v[DdyY13^ˁ DBdނݳ2%AT+ 8d1w!&f;h t¾yD_Yyi%L W|ϗjy1T;D٨R8'G";MEDywQ~cx}K\)ӧF~_ĝw?wCҗK.gYp6YFb˭Ԉы05KT^Fziӿc򈿲 ]jfvu -|82 |Z)E!8?/@N ÷*|`<,nM]=SjDD`q" -Q6yZ&ήiTr(Y趸+^-{,Z+ @Qte'r-;(Obߒ6Z;w(,>K~4}5 nW^v#$Qӌִ\"t\u@)&Q5wmRM;lRtttBF+߄P׶p.qiFIw]Y_]J' 6]td(C(2,6+M3xZ*MgJXRO)G*0jLHQzg%PI%~8'$I -׮pytMWO Dn j:dl氒''{]F[ sNKGMtob97K ->MyqVD"c8SwիM&X=_Tj5mẒW/|k;܍Pȋ޷^"'*b釰@!9 7f ݖE$1 -_S݊CSRLWQ[fh*f_tTE믦yp7*Adp%ElPY]*CT/i(n -<AEIk9saKa.UtgÄ`KYAK&RBKm:mG\;B$\jh>6S'D1~ cU( vbgñ@[[ptGrhU/X8ocHg\I_(-E\+V ,{sTW<{Qy -{X5=JYNw@A*v/sdq59DUkhE+(X`cU;df׼t`X$7sSCA@Ε^%xÂ{F)gWNc1̼ #$=ֵ.`>J(+e6/YVјUR*G!1Owl+/ )~#1q;+ׄhA.N>3;C؀rxlq[PEDNl;Ss^Z#:_ 9*ƯFo_Jٕ,5 f4Q7.IvMIXU2]b"rjeʩV>MpR/)朳؇.9xc!DvgB)@!r VsRO_%&Mߨ^!&"NEi|qt.<B#@P/$8:g#V &LSoCQ{wdDgTNF%(+%K *'!S uu@S\3kh4'ֆPi]LV/%&$;z}7]Xs"iEk=!k4fgsӗlʃ-!xNS$`soI)-O`JYU nLGH'֭l~uY5k%宱5zuRi"!wbE K\ DPU^>0 4LW\)rJ#嫨n|ics/Q1>7.!}r)p(L>eL?!Y#t9qtW D&6Q{Li۵egh09yյ| -+řhF@S^pJ]Ih~Vvw-Jީu ;,hhz&Dss9 XYUCSA -^ v/C7b<.z~U<ǻ!R& N^2]]a13ވEq$Z[%) ݠ v˻ Y![DESq괊҆o]r{ޒ{/c˭X/O `dmblgchouendstream -endobj -948 0 obj << -/Type /Font -/Subtype /Type1 -/Encoding 2082 0 R -/FirstChar 11 -/LastChar 122 -/Widths 2083 0 R -/BaseFont /KSNXNR+CMTI10 -/FontDescriptor 946 0 R ->> endobj -946 0 obj << -/Ascent 694 -/CapHeight 683 -/Descent -194 -/FontName /KSNXNR+CMTI10 -/ItalicAngle -14 -/StemV 68 -/XHeight 431 -/FontBBox [-163 -250 1146 969] -/Flags 4 -/CharSet (/ff/fi/fl/quotedblright/numbersign/quoteright/parenleft/parenright/plus/comma/hyphen/period/slash/zero/one/two/four/five/six/colon/semicolon/question/A/B/C/D/E/F/G/I/L/M/N/O/P/Q/R/S/T/U/V/X/Y/a/b/c/d/e/f/g/h/i/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z) -/FontFile 947 0 R ->> endobj -2083 0 obj -[613 562 588 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 514 818 0 0 0 307 409 409 0 767 307 358 307 511 511 511 511 0 511 511 511 0 0 0 307 307 0 0 0 511 0 743 704 716 755 678 653 774 0 386 0 0 627 897 743 767 678 767 729 562 716 743 743 0 743 743 0 0 0 0 0 0 0 511 460 460 511 460 307 460 511 307 0 460 256 818 562 511 511 460 422 409 332 537 460 664 464 486 409 ] -endobj -939 0 obj << -/Length1 912 -/Length2 2778 -/Length3 532 -/Length 3416 -/Filter /FlateDecode ->> -stream -xy<{dze,Ie<"-eO - "[15 03:(ȾHNKCmLْ}'{:9wwzg\KB n);8 H7HMJtH<C C O? ;0Eo &mHF`? XOoHLH:7S5&!0h]+ ċh? G\CAg}hn~#85ߪߊ3_LC (Og\H4~!`@@97N0@㐠 +*$z @I 8SEP oP$P:@2h7i&(ގ(b(z*"Tszzx[*ݠ:{ _ QPu&@u//FkA?Ѕ֏w9wWJXaa^g qfu=>`l?dqI/I޾'Z.S(GٮG}!)@D0'`hX,hU#)y@{CDWROGXp{ݔX96fV5jkVejk\r29ǹ%׶KmU\r*90-JwۭܲAuNW#m @sV,s9<~n֥R7A+^'8T`nOLމ{cP?^؊v>`t92 1uT^6!޶)_ -{c?d1Q/> iP\s?}Nw@"HUxrSKtTC bDUVWY6*jȓ.IQEf7$u=˱ޤ*P\A3%[ U>HEۭ(%rRiZ@, E;Ke^p<[ݒc)Qd5r .Mv !oVa<*Q}q?%8'/>+꧅?{Z1bn#r%<`qïc]*|!h1DRsBԹ,ۇEfr#,GbiZ.x}Xi_kkw>ޙ"u4(X6F=rM1}҇L|tE3|]Q\:Rj@<`u[ztdd][Chg m[n!Zl=N&_뛫:onaii{^һmY'=u5,dPxǶؐo{nR }\&Lyq%}/g7N[ib#Bd]OyzEQJAZ*|E\dYTJoM, ևIQ2B99kAľDe-C"0;3r9|w!]d\U,e *SpQQeRd@ww>WaYТ -afB e>ja>һ=-6}el%9y㍅h GJ^:|o9HdN0L}O 3N&\la0\KñgV2h+roc/rT1&#n< Y᝙V7=シA-Wk:-S2^ CrJ4h㡶럟Ky7JGvgv-ϬzmO)RHO҉OEuL 2_iIqB3e2UKxtH7;uV#}<9MF3;T$J LNvA$ļi LOJTykOtݗNJ"GاO>3̫f:4u8'8Ewh2=5^" zĖB6:R'GJta ,J"Q+OPf^mB۩ 7.DD &*Ϧ]f3ϲYm̢*ns駰kCi ÍFi_`QrD[ID!ru_y6z2]R/Ҳ4g ب"̖X$ OUE4U:,g&%ZuC\~kgEDk08һ?c2fbMM[-; 8Юd6d$lQY\q -fA*ltQ%rPAj@dQu#+ Q~Tqʍ#U'z'-6 +/ܣ}^E4 g;Kn=1^lc\t"WIP*+J.sPx ZjCY>BL:-Zˆ/T??Pmդr+& %!"9]N_L.^-Tn>|y :Ud랠o|x+[LI6n?tѿ08)kaa|mp6Bw¥e1нr5kV)v&4A/B-NRv_|}?pGvd٩2w2M,[;kzHoN>,I)!?9x:gm|6EL{8jE&Y**coV9?$7 cUVRcfl},RsMbnw>Pu$IBJ5Et) MTD<-Lw4Ug1a&FMHuN>/QTMu*n}{k@W?X>?|d@j.V"_K -a%($ @.Q}h6=G2ek)_g}v`umes*4.dдU%wvwoKo&?@ue9eq30C h$Fd=G2/LåJ.A ?Rfendstream -endobj -940 0 obj << -/Type /Font -/Subtype /Type1 -/Encoding 2068 0 R -/FirstChar 48 -/LastChar 116 -/Widths 2084 0 R -/BaseFont /QQJHXR+CMR12 -/FontDescriptor 938 0 R ->> endobj -938 0 obj << -/Ascent 694 -/CapHeight 683 -/Descent -194 -/FontName /QQJHXR+CMR12 -/ItalicAngle 0 -/StemV 65 -/XHeight 431 -/FontBBox [-34 -251 988 750] -/Flags 4 -/CharSet (/zero/two/three/S/b/d/e/m/p/r/t) -/FontFile 939 0 R ->> endobj -2084 0 obj -[490 0 490 490 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 544 0 0 0 0 0 0 0 0 0 0 0 0 0 0 544 0 544 435 0 0 0 0 0 0 0 816 0 0 544 0 381 0 381 ] -endobj -936 0 obj << -/Length1 1972 -/Length2 11871 -/Length3 532 -/Length 12951 -/Filter /FlateDecode ->> -stream -xUX\]h; - \w` ݃Hp <;wwS:ϡns=sɦ&WRe6%@NLXy",,HԢ@C' #+@ `eB,̝tL, mN@pcCk* lm P G -4 -00v,lq5#ll_C.@G,I+l&@S$f]@R3?Ok9; z" "i'Ck ca[3k ?Bn@% 'cs#_qT7_2br ^ +Z:;?Ŭo @ +x"_}5X؂7' ; dXؚ@73[)S?K -^ufh`7sAN@#X|ϑ`0:mEY3?&mO -G -v0E8v@۷)p"[hmh0{@op [࿙l6 v2w5v4`]GR@\ oZ-O֠7--F"o)Fbo[ Z5K^7KHR7ȾE.ovQx#⿉F`7E.jovQ#]>E.Z&l`hlto|1mƏ Fo`vX+2 %:,,B_ V6omB/[llB_r V.!lBǿ_"" 7O&eb`p{OTi1!gaVr|Z?@iaddR#^0^KH^4\ִC3Ң#XĔsAثS9x./CPWwN_MVٖ]#"K;l>+w>qL󥏕r v -җVdjÑ$P_7ekej5cdFH9bRj2'j{6$϶A==4S[\q2!D.qPy̖޾wY>n-bm?q )UDY=̜%bZ٪ gDZ -oBU&VF_5Y.-SM'q:\fxSVpَ#:T[ -kUÕ"OjRd|d@s#'zrpOJ?|4TNKPK|`7`ϙRK(͸6ӷSeNQP5.krI*~/*(^&^f6&rf1y2S_pSC# ORQ}b=drJ:fyU_,b]I;-gHQJpn62 -SHOߩ&}|5&YG)#CE`eY)RCTdpQK/%_EQvSTJbgb.CN\ꣁv17> - kB}&qb |Tȷ-+Ѳ!2'(\wHxV?ijWd>g/mJ3g ]"f7@Ȳ$̟(_|{,C't -h&nf+mDŽv3ڪR?h7V0;tӪ$'J@%bڍq$)°6M"9=LC5t ]ԛu9P$ө}60d!"Gn,,:XzC4L DAۉxz+I-0a+AzdmRs훫eSc2Br2Z,mďJ~2vzhjO (fK'?oe+[W"rlƆ#[Jݞ@{hNBfg7dK} =dAܔ(ecl8{%'_3jHP9m?Omx(2͛} *c%̔$cXY_Ѯ<$$c $Шorrh2/2eLZXnkDBGE56!2"$-%vI -p/ O#jQQ>:?|K4|{"c|h3KWra3Ax8 -D-b|0E]WjB8C+F}rVpa!V SC!Ge1Ia_1zy:(+^@Ls׻֍3-~X/^FdQc,J8-ָR㊥y)ka`KNi`uQ!#:!z'xå2y*!m.wB>5ٵj͗. )0GAsxz .c;㖍-#j`TX[tinP9MZOCգ9H0e2ɯxAVaQ&mT4>SQ,6gP.l . P7@c#~Y{2ptӠ(\t-[ʽR3X,H` H*Fpˑ -4ܨVò%JfwSuC[r}ӵ k1j;rȮ]Q/g7$I@Ӧ R X_YM2c>R~h;cbE 9*Ete%״5aVJd5Q:_;2h:\`PX°|JXtV[xfŪ]sl!iK -Asj+geUgO3Uyu߅Vr$OgdiyD+|:YYIcZ<>ܩJs;Y#B?9-T/< q<bbc\]~L\u - -/S-"'L ;^osb<"|0Oh"jnA rP`_tEމ[A6ųc1.Y^i(e.810LVI0:ʔd5%8cE]}w\MXRF?\ -ac/Kּv΀ic?}jDmy_Ӧ0xF]z 8eb]g`WI~sj; ,E[ӻ(DKAB{֔ +;M -nGaVxqS_ۛĕGA6|p#$3~~☜93hō67SE{uڴR@ qQF EM(v3t -acIR;5aqApKov&cH.W:8G{*E"OkP6i:k6 -R|"h|q8$5ff灴3‘Ù[>]\fd)n}՞!_#${f+֒Ͽyol"Wfu)۹oƆ~Kp] _ PI]_ۙˆn_T{7rur<,P+8\e!$pc>5~(*ǼwjZNE ޙ 8-I%Iɮ<،7QC5OGéA73yN}&ND>:^*Ye_f"w*p͋ۨ[8MTc"l|8*։,p&S3l]k$p [/!#̇_dU&` ;B5u!8!dD_W:jh`"Puņ% WTFzįuNcbV+B-jf L_tK 94LT7PY4 |`&ۆ.;ի]J;Z색$Tj2qlomQ"IaA_=ğ>3<4x.7$b|tPa)PNB$'M|{ -₍(aqH6 ےAM7|Fi!Hx&cbgv5 K9w6jThork'm<# 4(8BmpXU% |g=@zhx'LJҎL q6ZwdyU@9FN;gX-z $/cBDv"rW>}9&V*k3#jDzHwC*Et/U(XfX>]`dKlYӈY1(K.)MI :9̓Q}}Cxi Z.=NTg ]XMF,5аn9,Tn*U(ժIZCCQ {]s׷{cjpvZZwu.N–6K>Th7}=4netnKϋ.+]S9Y Sf=r+)= /3^B~N{ }['.Om>i-&TU& qծU̜:&^?i"5 -SS<({e;<͟|3.ƍUg層|Klٟx>ˆ} tN˸T:74IF8(;iؽmYaB| mWcrz2/ 3s/.c|'~QGeci=yk;a9!B)WB.|h~u#gѭ%ra}#'=/IAޑ$ڈKu4|ZA:=.T[Avǯ&wl^˱KoY×rh / ax4'NCYQ쾅}6ۇEQŤ\ݷ#rn?N B긨S} ;e8d17'U0b_ԓվJvz_Pp?Mھ%rGU@1GNM 5]Ŕk xR~=ޠ{ϲ& -HvE QtYn]\#yɴ$a#N+]Nܵfܛ 6}=/o?f ;5gj*eCYtP~x9bta:,m~QSi\V=gBЦ[Y-VC~JQ|%q|Kr xCHO 9\碷EU'tgvy[΢'&+ 9cYWS縯Z> DL~`?aXϝ}$20^-VNҍ/p(BEp`T|Z _!q,@Ɠ텬蝦9j6̦QIRtmG9珘Q0h˓< AϡxI:nEU;I-r>Yy!w||ZLQn+/Z.F'Dvyy.@㚾%o+ noݩ:MLj)%ړGY 67n-v?鹢i·ϊua.\& x8ԙfGQ~ON81%Ԧ[˚4jH!:Bqx@wak|d@OE~ }*K"@aAc[B#`g6m󰘜dx0dھVPLIJR8Y.9c"px{i0Ue |2ʮԌ)щC y;W!U3c9Q}SoH-xtѐXh> K3pX+Hpd߭@RJn\Бf$d}W4"1*|O$I/lяdG\ld1zxҶ}Tj-'}KfҒ(<{pXg!Ln(-ǣvm -GKp3%ʉSVKv柶W -vE+J{?(C'3`j F8+p0TYY/䷺RnΏH1~!MLw z.Ώ4=g?p [+@l¡#$ѴAsͱ׫ၖ! cB> -R -mˤH[]Xc+98aa^Rv%{K6ѝ'jA'~d\Yc)15񠋮>Q1>Q}^r`|4vd]R@:}e^ /pZ&R@'S kj`t"Tn#I&<:9IK~\1F+7SDTv[aezb+`sũ:;r#Mu2 Ȭ?d=5n</^(֌Xh2p̂' - UX3 #=@6 ݄ϬM'[&,hz/,dpNq}?Ǵ #wY\.*˨}+vcï./~TlS›X2hNOejCOWT}O0<&Şui%Y~:n|a&!Nc^]e(i!Rw)М3"lNv&U~/B] ,Mκv{ mWpϕF/IYf-J&1/em[6W>zSLCΕ+}la yTB T]PU!t~9!XaVlְm,3cyl5[tChue%oI..xK+`D4JҴ*V5V`= `*Co_48It_V0δ`JG$Vo~Q5/&W@47~25ͭsoQ mr̵2?uQ^^bR:d~~=ݼvLmuS)Bښ{Ry)k+5|?zRb2xM;KK/_)yK*,˙{dͤ>tkh' 07irN5ϥ؞)0l^| F(:\xFx\]){@͐YMjzTxg з mݘCي/)z~j_~H3ocU'dv+%huUgԪ >T\grz)IH]_K4?1UPֶD3%&ܻb$ܶCɎW1L)&i0+C?!q#,cvҳQVϯơ6)uZvdc3 -q+dFBc5v|}ljJ5~J6Qf!0'E'+Iu "}Ltp -}M߄gyQcLoebt<&!4ܽ 1i=5:[RXmIݶ/xa GP@ ~b jUWuH ҟA#Y h^whʯ< 1 -rټ ̡nJvȆ:S1(-K#vStf- -}3<;b?=)!aJSA -b %Wql A"汗>Dk[H_D6QpL_pB#?nKL%| n\4gBQM=n'u,̈nNL).C+1 B Ee8O&sIo^Rn3ee8??:i5ca'Zo׍QUˑˊi"rRGQ{0ɚS@ O*PPcژ8(?]3 ~w%lgHn -Cvf ˷J03.(7/R44"Mam'B|cj$ ,U@N(DeNmnelrV& >)>e6a./n Cc89m]81Q\~02qC^&en}ZF魗.ڗU(K$gE0/V~v;׳8_h~7e-Afrc-I걡z`#=-ifգiC >C%Fcܗ_D=CvvN)"铮Pxq+>! T i%hf6*j;q|E9(obJp/9@ЄDlVaB=y -~X/uf}#k*?ADٯ̀r";2j2d @nSff/b -Yr%9y[sCbpz5+mdTI7c߅3zdtaTE*/f1{p8&E\X=yԦ_!Rf/F(ہRӉ'Vu#OwLM Nh59_^%"kYK gs~7^%ls.# # j-.)`!nй4i;@qc\`?MYo_@[sBbِVe,_+[ @6VH0endstream -endobj -937 0 obj << -/Type /Font -/Subtype /Type1 -/Encoding 2068 0 R -/FirstChar 11 -/LastChar 122 -/Widths 2085 0 R -/BaseFont /UJXDLX+CMSSBX10 -/FontDescriptor 935 0 R ->> endobj -935 0 obj << -/Ascent 694 -/CapHeight 694 -/Descent -194 -/FontName /UJXDLX+CMSSBX10 -/ItalicAngle 0 -/StemV 136 -/XHeight 458 -/FontBBox [-71 -250 1099 780] -/Flags 4 -/CharSet (/ff/fi/fl/quotedblright/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/question/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/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 936 0 R ->> endobj -2085 0 obj -[642 586 586 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 558 0 0 0 0 306 428 428 550 856 306 367 306 550 550 550 550 550 550 550 550 550 550 550 306 0 0 0 0 519 0 733 733 703 794 642 611 733 794 331 519 764 581 978 794 794 703 794 703 611 733 764 733 1039 733 733 0 343 0 0 0 0 0 525 561 489 561 511 336 550 561 256 286 531 256 867 561 550 561 561 372 422 404 561 500 744 500 500 476 ] -endobj -941 0 obj << -/Type /Pages -/Count 6 -/Parent 2086 0 R -/Kids [930 0 R 943 0 R 960 0 R 990 0 R 1026 0 R 1070 0 R] ->> endobj -1180 0 obj << -/Type /Pages -/Count 6 -/Parent 2086 0 R -/Kids [1125 0 R 1182 0 R 1235 0 R 1282 0 R 1287 0 R 1293 0 R] ->> endobj -1314 0 obj << -/Type /Pages -/Count 6 -/Parent 2086 0 R -/Kids [1304 0 R 1316 0 R 1320 0 R 1328 0 R 1334 0 R 1339 0 R] ->> endobj -1354 0 obj << -/Type /Pages -/Count 6 -/Parent 2086 0 R -/Kids [1347 0 R 1356 0 R 1365 0 R 1388 0 R 1395 0 R 1408 0 R] ->> endobj -1432 0 obj << -/Type /Pages -/Count 6 -/Parent 2086 0 R -/Kids [1420 0 R 1434 0 R 1449 0 R 1465 0 R 1480 0 R 1497 0 R] ->> endobj -1511 0 obj << -/Type /Pages -/Count 6 -/Parent 2086 0 R -/Kids [1503 0 R 1513 0 R 1518 0 R 1524 0 R 1531 0 R 1538 0 R] ->> endobj -1552 0 obj << -/Type /Pages -/Count 6 -/Parent 2087 0 R -/Kids [1543 0 R 1554 0 R 1558 0 R 1568 0 R 1580 0 R 1595 0 R] ->> endobj -1615 0 obj << -/Type /Pages -/Count 6 -/Parent 2087 0 R -/Kids [1605 0 R 1617 0 R 1627 0 R 1635 0 R 1643 0 R 1649 0 R] ->> endobj -1660 0 obj << -/Type /Pages -/Count 6 -/Parent 2087 0 R -/Kids [1656 0 R 1662 0 R 1668 0 R 1674 0 R 1679 0 R 1685 0 R] ->> endobj -1698 0 obj << -/Type /Pages -/Count 6 -/Parent 2087 0 R -/Kids [1691 0 R 1700 0 R 1707 0 R 1713 0 R 1720 0 R 1730 0 R] ->> endobj -1748 0 obj << -/Type /Pages -/Count 6 -/Parent 2087 0 R -/Kids [1742 0 R 1750 0 R 1757 0 R 1765 0 R 1775 0 R 1783 0 R] ->> endobj -1797 0 obj << -/Type /Pages -/Count 6 -/Parent 2087 0 R -/Kids [1791 0 R 1799 0 R 1807 0 R 1816 0 R 1821 0 R 1829 0 R] ->> endobj -1841 0 obj << -/Type /Pages -/Count 6 -/Parent 2088 0 R -/Kids [1836 0 R 1843 0 R 1850 0 R 1858 0 R 1868 0 R 1872 0 R] ->> endobj -1879 0 obj << -/Type /Pages -/Count 6 -/Parent 2088 0 R -/Kids [1876 0 R 1881 0 R 1886 0 R 1890 0 R 1895 0 R 1901 0 R] ->> endobj -1916 0 obj << -/Type /Pages -/Count 6 -/Parent 2088 0 R -/Kids [1911 0 R 1918 0 R 1923 0 R 1929 0 R 1935 0 R 1939 0 R] ->> endobj -1952 0 obj << -/Type /Pages -/Count 6 -/Parent 2088 0 R -/Kids [1946 0 R 1955 0 R 1968 0 R 1974 0 R 1980 0 R 1984 0 R] ->> endobj -1994 0 obj << -/Type /Pages -/Count 6 -/Parent 2088 0 R -/Kids [1989 0 R 1996 0 R 2001 0 R 2005 0 R 2009 0 R 2020 0 R] ->> endobj -2033 0 obj << -/Type /Pages -/Count 6 -/Parent 2088 0 R -/Kids [2024 0 R 2035 0 R 2039 0 R 2044 0 R 2052 0 R 2056 0 R] ->> endobj -2067 0 obj << -/Type /Pages -/Count 1 -/Parent 2089 0 R -/Kids [2062 0 R] ->> endobj -2086 0 obj << -/Type /Pages -/Count 36 -/Parent 2090 0 R -/Kids [941 0 R 1180 0 R 1314 0 R 1354 0 R 1432 0 R 1511 0 R] ->> endobj -2087 0 obj << -/Type /Pages -/Count 36 -/Parent 2090 0 R -/Kids [1552 0 R 1615 0 R 1660 0 R 1698 0 R 1748 0 R 1797 0 R] ->> endobj -2088 0 obj << -/Type /Pages -/Count 36 -/Parent 2090 0 R -/Kids [1841 0 R 1879 0 R 1916 0 R 1952 0 R 1994 0 R 2033 0 R] ->> endobj -2089 0 obj << -/Type /Pages -/Count 1 -/Parent 2090 0 R -/Kids [2067 0 R] ->> endobj -2090 0 obj << -/Type /Pages -/Count 109 -/Kids [2086 0 R 2087 0 R 2088 0 R 2089 0 R] ->> endobj -2091 0 obj << -/Type /Outlines -/First 7 0 R -/Last 927 0 R -/Count 19 ->> endobj -927 0 obj << -/Title 928 0 R -/A 925 0 R -/Parent 2091 0 R -/Prev 915 0 R ->> endobj -923 0 obj << -/Title 924 0 R -/A 921 0 R -/Parent 915 0 R -/Prev 919 0 R ->> endobj -919 0 obj << -/Title 920 0 R -/A 917 0 R -/Parent 915 0 R -/Next 923 0 R ->> endobj -915 0 obj << -/Title 916 0 R -/A 913 0 R -/Parent 2091 0 R -/Prev 867 0 R -/Next 927 0 R -/First 919 0 R -/Last 923 0 R -/Count -2 ->> endobj -911 0 obj << -/Title 912 0 R -/A 909 0 R -/Parent 903 0 R -/Prev 907 0 R ->> endobj -907 0 obj << -/Title 908 0 R -/A 905 0 R -/Parent 903 0 R -/Next 911 0 R ->> endobj -903 0 obj << -/Title 904 0 R -/A 901 0 R -/Parent 867 0 R -/Prev 895 0 R -/First 907 0 R -/Last 911 0 R -/Count -2 ->> endobj -899 0 obj << -/Title 900 0 R -/A 897 0 R -/Parent 895 0 R ->> endobj -895 0 obj << -/Title 896 0 R -/A 893 0 R -/Parent 867 0 R -/Prev 883 0 R -/Next 903 0 R -/First 899 0 R -/Last 899 0 R -/Count -1 ->> endobj -891 0 obj << -/Title 892 0 R -/A 889 0 R -/Parent 883 0 R -/Prev 887 0 R ->> endobj -887 0 obj << -/Title 888 0 R -/A 885 0 R -/Parent 883 0 R -/Next 891 0 R ->> endobj -883 0 obj << -/Title 884 0 R -/A 881 0 R -/Parent 867 0 R -/Prev 871 0 R -/Next 895 0 R -/First 887 0 R -/Last 891 0 R -/Count -2 ->> endobj -879 0 obj << -/Title 880 0 R -/A 877 0 R -/Parent 871 0 R -/Prev 875 0 R ->> endobj -875 0 obj << -/Title 876 0 R -/A 873 0 R -/Parent 871 0 R -/Next 879 0 R ->> endobj -871 0 obj << -/Title 872 0 R -/A 869 0 R -/Parent 867 0 R -/Next 883 0 R -/First 875 0 R -/Last 879 0 R -/Count -2 ->> endobj -867 0 obj << -/Title 868 0 R -/A 865 0 R -/Parent 2091 0 R -/Prev 855 0 R -/Next 915 0 R -/First 871 0 R -/Last 903 0 R -/Count -4 ->> endobj -863 0 obj << -/Title 864 0 R -/A 861 0 R -/Parent 855 0 R -/Prev 859 0 R ->> endobj -859 0 obj << -/Title 860 0 R -/A 857 0 R -/Parent 855 0 R -/Next 863 0 R ->> endobj -855 0 obj << -/Title 856 0 R -/A 853 0 R -/Parent 2091 0 R -/Prev 827 0 R -/Next 867 0 R -/First 859 0 R -/Last 863 0 R -/Count -2 ->> endobj -851 0 obj << -/Title 852 0 R -/A 849 0 R -/Parent 847 0 R ->> endobj -847 0 obj << -/Title 848 0 R -/A 845 0 R -/Parent 827 0 R -/Prev 835 0 R -/First 851 0 R -/Last 851 0 R -/Count -1 ->> endobj -843 0 obj << -/Title 844 0 R -/A 841 0 R -/Parent 835 0 R -/Prev 839 0 R ->> endobj -839 0 obj << -/Title 840 0 R -/A 837 0 R -/Parent 835 0 R -/Next 843 0 R ->> endobj -835 0 obj << -/Title 836 0 R -/A 833 0 R -/Parent 827 0 R -/Prev 831 0 R -/Next 847 0 R -/First 839 0 R -/Last 843 0 R -/Count -2 ->> endobj -831 0 obj << -/Title 832 0 R -/A 829 0 R -/Parent 827 0 R -/Next 835 0 R ->> endobj -827 0 obj << -/Title 828 0 R -/A 825 0 R -/Parent 2091 0 R -/Prev 811 0 R -/Next 855 0 R -/First 831 0 R -/Last 847 0 R -/Count -3 ->> endobj -823 0 obj << -/Title 824 0 R -/A 821 0 R -/Parent 811 0 R -/Prev 819 0 R ->> endobj -819 0 obj << -/Title 820 0 R -/A 817 0 R -/Parent 811 0 R -/Prev 815 0 R -/Next 823 0 R ->> endobj -815 0 obj << -/Title 816 0 R -/A 813 0 R -/Parent 811 0 R -/Next 819 0 R ->> endobj -811 0 obj << -/Title 812 0 R -/A 809 0 R -/Parent 2091 0 R -/Prev 759 0 R -/Next 827 0 R -/First 815 0 R -/Last 823 0 R -/Count -3 ->> endobj -807 0 obj << -/Title 808 0 R -/A 805 0 R -/Parent 759 0 R -/Prev 803 0 R ->> endobj -803 0 obj << -/Title 804 0 R -/A 801 0 R -/Parent 759 0 R -/Prev 791 0 R -/Next 807 0 R ->> endobj -799 0 obj << -/Title 800 0 R -/A 797 0 R -/Parent 791 0 R -/Prev 795 0 R ->> endobj -795 0 obj << -/Title 796 0 R -/A 793 0 R -/Parent 791 0 R -/Next 799 0 R ->> endobj -791 0 obj << -/Title 792 0 R -/A 789 0 R -/Parent 759 0 R -/Prev 775 0 R -/Next 803 0 R -/First 795 0 R -/Last 799 0 R -/Count -2 ->> endobj -787 0 obj << -/Title 788 0 R -/A 785 0 R -/Parent 775 0 R -/Prev 783 0 R ->> endobj -783 0 obj << -/Title 784 0 R -/A 781 0 R -/Parent 775 0 R -/Prev 779 0 R -/Next 787 0 R ->> endobj -779 0 obj << -/Title 780 0 R -/A 777 0 R -/Parent 775 0 R -/Next 783 0 R ->> endobj -775 0 obj << -/Title 776 0 R -/A 773 0 R -/Parent 759 0 R -/Prev 771 0 R -/Next 791 0 R -/First 779 0 R -/Last 787 0 R -/Count -3 ->> endobj -771 0 obj << -/Title 772 0 R -/A 769 0 R -/Parent 759 0 R -/Prev 767 0 R -/Next 775 0 R ->> endobj -767 0 obj << -/Title 768 0 R -/A 765 0 R -/Parent 759 0 R -/Prev 763 0 R -/Next 771 0 R ->> endobj -763 0 obj << -/Title 764 0 R -/A 761 0 R -/Parent 759 0 R -/Next 767 0 R ->> endobj -759 0 obj << -/Title 760 0 R -/A 757 0 R -/Parent 2091 0 R -/Prev 751 0 R -/Next 811 0 R -/First 763 0 R -/Last 807 0 R -/Count -7 ->> endobj -755 0 obj << -/Title 756 0 R -/A 753 0 R -/Parent 751 0 R ->> endobj -751 0 obj << -/Title 752 0 R -/A 749 0 R -/Parent 2091 0 R -/Prev 727 0 R -/Next 759 0 R -/First 755 0 R -/Last 755 0 R -/Count -1 ->> endobj -747 0 obj << -/Title 748 0 R -/A 745 0 R -/Parent 727 0 R -/Prev 743 0 R ->> endobj -743 0 obj << -/Title 744 0 R -/A 741 0 R -/Parent 727 0 R -/Prev 739 0 R -/Next 747 0 R ->> endobj -739 0 obj << -/Title 740 0 R -/A 737 0 R -/Parent 727 0 R -/Prev 735 0 R -/Next 743 0 R ->> endobj -735 0 obj << -/Title 736 0 R -/A 733 0 R -/Parent 727 0 R -/Prev 731 0 R -/Next 739 0 R ->> endobj -731 0 obj << -/Title 732 0 R -/A 729 0 R -/Parent 727 0 R -/Next 735 0 R ->> endobj -727 0 obj << -/Title 728 0 R -/A 725 0 R -/Parent 2091 0 R -/Prev 259 0 R -/Next 751 0 R -/First 731 0 R -/Last 747 0 R -/Count -5 ->> endobj -723 0 obj << -/Title 724 0 R -/A 721 0 R -/Parent 711 0 R -/Prev 719 0 R ->> endobj -719 0 obj << -/Title 720 0 R -/A 717 0 R -/Parent 711 0 R -/Prev 715 0 R -/Next 723 0 R ->> endobj -715 0 obj << -/Title 716 0 R -/A 713 0 R -/Parent 711 0 R -/Next 719 0 R ->> endobj -711 0 obj << -/Title 712 0 R -/A 709 0 R -/Parent 695 0 R -/Prev 699 0 R -/First 715 0 R -/Last 723 0 R -/Count -3 ->> endobj -707 0 obj << -/Title 708 0 R -/A 705 0 R -/Parent 699 0 R -/Prev 703 0 R ->> endobj -703 0 obj << -/Title 704 0 R -/A 701 0 R -/Parent 699 0 R -/Next 707 0 R ->> endobj -699 0 obj << -/Title 700 0 R -/A 697 0 R -/Parent 695 0 R -/Next 711 0 R -/First 703 0 R -/Last 707 0 R -/Count -2 ->> endobj -695 0 obj << -/Title 696 0 R -/A 693 0 R -/Parent 259 0 R -/Prev 679 0 R -/First 699 0 R -/Last 711 0 R -/Count -2 ->> endobj -691 0 obj << -/Title 692 0 R -/A 689 0 R -/Parent 679 0 R -/Prev 687 0 R ->> endobj -687 0 obj << -/Title 688 0 R -/A 685 0 R -/Parent 679 0 R -/Prev 683 0 R -/Next 691 0 R ->> endobj -683 0 obj << -/Title 684 0 R -/A 681 0 R -/Parent 679 0 R -/Next 687 0 R ->> endobj -679 0 obj << -/Title 680 0 R -/A 677 0 R -/Parent 259 0 R -/Prev 651 0 R -/Next 695 0 R -/First 683 0 R -/Last 691 0 R -/Count -3 ->> endobj -675 0 obj << -/Title 676 0 R -/A 673 0 R -/Parent 667 0 R -/Prev 671 0 R ->> endobj -671 0 obj << -/Title 672 0 R -/A 669 0 R -/Parent 667 0 R -/Next 675 0 R ->> endobj -667 0 obj << -/Title 668 0 R -/A 665 0 R -/Parent 651 0 R -/Prev 655 0 R -/First 671 0 R -/Last 675 0 R -/Count -2 ->> endobj -663 0 obj << -/Title 664 0 R -/A 661 0 R -/Parent 655 0 R -/Prev 659 0 R ->> endobj -659 0 obj << -/Title 660 0 R -/A 657 0 R -/Parent 655 0 R -/Next 663 0 R ->> endobj -655 0 obj << -/Title 656 0 R -/A 653 0 R -/Parent 651 0 R -/Next 667 0 R -/First 659 0 R -/Last 663 0 R -/Count -2 ->> endobj -651 0 obj << -/Title 652 0 R -/A 649 0 R -/Parent 259 0 R -/Prev 623 0 R -/Next 679 0 R -/First 655 0 R -/Last 667 0 R -/Count -2 ->> endobj -647 0 obj << -/Title 648 0 R -/A 645 0 R -/Parent 639 0 R -/Prev 643 0 R ->> endobj -643 0 obj << -/Title 644 0 R -/A 641 0 R -/Parent 639 0 R -/Next 647 0 R ->> endobj -639 0 obj << -/Title 640 0 R -/A 637 0 R -/Parent 623 0 R -/Prev 627 0 R -/First 643 0 R -/Last 647 0 R -/Count -2 ->> endobj -635 0 obj << -/Title 636 0 R -/A 633 0 R -/Parent 627 0 R -/Prev 631 0 R ->> endobj -631 0 obj << -/Title 632 0 R -/A 629 0 R -/Parent 627 0 R -/Next 635 0 R ->> endobj -627 0 obj << -/Title 628 0 R -/A 625 0 R -/Parent 623 0 R -/Next 639 0 R -/First 631 0 R -/Last 635 0 R -/Count -2 ->> endobj -623 0 obj << -/Title 624 0 R -/A 621 0 R -/Parent 259 0 R -/Prev 559 0 R -/Next 651 0 R -/First 627 0 R -/Last 639 0 R -/Count -2 ->> endobj -619 0 obj << -/Title 620 0 R -/A 617 0 R -/Parent 611 0 R -/Prev 615 0 R ->> endobj -615 0 obj << -/Title 616 0 R -/A 613 0 R -/Parent 611 0 R -/Next 619 0 R ->> endobj -611 0 obj << -/Title 612 0 R -/A 609 0 R -/Parent 559 0 R -/Prev 599 0 R -/First 615 0 R -/Last 619 0 R -/Count -2 ->> endobj -607 0 obj << -/Title 608 0 R -/A 605 0 R -/Parent 599 0 R -/Prev 603 0 R ->> endobj -603 0 obj << -/Title 604 0 R -/A 601 0 R -/Parent 599 0 R -/Next 607 0 R ->> endobj -599 0 obj << -/Title 600 0 R -/A 597 0 R -/Parent 559 0 R -/Prev 587 0 R -/Next 611 0 R -/First 603 0 R -/Last 607 0 R -/Count -2 ->> endobj -595 0 obj << -/Title 596 0 R -/A 593 0 R -/Parent 587 0 R -/Prev 591 0 R ->> endobj -591 0 obj << -/Title 592 0 R -/A 589 0 R -/Parent 587 0 R -/Next 595 0 R ->> endobj -587 0 obj << -/Title 588 0 R -/A 585 0 R -/Parent 559 0 R -/Prev 575 0 R -/Next 599 0 R -/First 591 0 R -/Last 595 0 R -/Count -2 ->> endobj -583 0 obj << -/Title 584 0 R -/A 581 0 R -/Parent 575 0 R -/Prev 579 0 R ->> endobj -579 0 obj << -/Title 580 0 R -/A 577 0 R -/Parent 575 0 R -/Next 583 0 R ->> endobj -575 0 obj << -/Title 576 0 R -/A 573 0 R -/Parent 559 0 R -/Prev 563 0 R -/Next 587 0 R -/First 579 0 R -/Last 583 0 R -/Count -2 ->> endobj -571 0 obj << -/Title 572 0 R -/A 569 0 R -/Parent 563 0 R -/Prev 567 0 R ->> endobj -567 0 obj << -/Title 568 0 R -/A 565 0 R -/Parent 563 0 R -/Next 571 0 R ->> endobj -563 0 obj << -/Title 564 0 R -/A 561 0 R -/Parent 559 0 R -/Next 575 0 R -/First 567 0 R -/Last 571 0 R -/Count -2 ->> endobj -559 0 obj << -/Title 560 0 R -/A 557 0 R -/Parent 259 0 R -/Prev 419 0 R -/Next 623 0 R -/First 563 0 R -/Last 611 0 R -/Count -5 ->> endobj -555 0 obj << -/Title 556 0 R -/A 553 0 R -/Parent 547 0 R -/Prev 551 0 R ->> endobj -551 0 obj << -/Title 552 0 R -/A 549 0 R -/Parent 547 0 R -/Next 555 0 R ->> endobj -547 0 obj << -/Title 548 0 R -/A 545 0 R -/Parent 419 0 R -/Prev 535 0 R -/First 551 0 R -/Last 555 0 R -/Count -2 ->> endobj -543 0 obj << -/Title 544 0 R -/A 541 0 R -/Parent 535 0 R -/Prev 539 0 R ->> endobj -539 0 obj << -/Title 540 0 R -/A 537 0 R -/Parent 535 0 R -/Next 543 0 R ->> endobj -535 0 obj << -/Title 536 0 R -/A 533 0 R -/Parent 419 0 R -/Prev 523 0 R -/Next 547 0 R -/First 539 0 R -/Last 543 0 R -/Count -2 ->> endobj -531 0 obj << -/Title 532 0 R -/A 529 0 R -/Parent 523 0 R -/Prev 527 0 R ->> endobj -527 0 obj << -/Title 528 0 R -/A 525 0 R -/Parent 523 0 R -/Next 531 0 R ->> endobj -523 0 obj << -/Title 524 0 R -/A 521 0 R -/Parent 419 0 R -/Prev 511 0 R -/Next 535 0 R -/First 527 0 R -/Last 531 0 R -/Count -2 ->> endobj -519 0 obj << -/Title 520 0 R -/A 517 0 R -/Parent 511 0 R -/Prev 515 0 R ->> endobj -515 0 obj << -/Title 516 0 R -/A 513 0 R -/Parent 511 0 R -/Next 519 0 R ->> endobj -511 0 obj << -/Title 512 0 R -/A 509 0 R -/Parent 419 0 R -/Prev 499 0 R -/Next 523 0 R -/First 515 0 R -/Last 519 0 R -/Count -2 ->> endobj -507 0 obj << -/Title 508 0 R -/A 505 0 R -/Parent 499 0 R -/Prev 503 0 R ->> endobj -503 0 obj << -/Title 504 0 R -/A 501 0 R -/Parent 499 0 R -/Next 507 0 R ->> endobj -499 0 obj << -/Title 500 0 R -/A 497 0 R -/Parent 419 0 R -/Prev 487 0 R -/Next 511 0 R -/First 503 0 R -/Last 507 0 R -/Count -2 ->> endobj -495 0 obj << -/Title 496 0 R -/A 493 0 R -/Parent 487 0 R -/Prev 491 0 R ->> endobj -491 0 obj << -/Title 492 0 R -/A 489 0 R -/Parent 487 0 R -/Next 495 0 R ->> endobj -487 0 obj << -/Title 488 0 R -/A 485 0 R -/Parent 419 0 R -/Prev 475 0 R -/Next 499 0 R -/First 491 0 R -/Last 495 0 R -/Count -2 ->> endobj -483 0 obj << -/Title 484 0 R -/A 481 0 R -/Parent 475 0 R -/Prev 479 0 R ->> endobj -479 0 obj << -/Title 480 0 R -/A 477 0 R -/Parent 475 0 R -/Next 483 0 R ->> endobj -475 0 obj << -/Title 476 0 R -/A 473 0 R -/Parent 419 0 R -/Prev 471 0 R -/Next 487 0 R -/First 479 0 R -/Last 483 0 R -/Count -2 ->> endobj -471 0 obj << -/Title 472 0 R -/A 469 0 R -/Parent 419 0 R -/Prev 467 0 R -/Next 475 0 R ->> endobj -467 0 obj << -/Title 468 0 R -/A 465 0 R -/Parent 419 0 R -/Prev 463 0 R -/Next 471 0 R ->> endobj -463 0 obj << -/Title 464 0 R -/A 461 0 R -/Parent 419 0 R -/Prev 427 0 R -/Next 467 0 R ->> endobj -459 0 obj << -/Title 460 0 R -/A 457 0 R -/Parent 427 0 R -/Prev 455 0 R ->> endobj -455 0 obj << -/Title 456 0 R -/A 453 0 R -/Parent 427 0 R -/Prev 451 0 R -/Next 459 0 R ->> endobj -451 0 obj << -/Title 452 0 R -/A 449 0 R -/Parent 427 0 R -/Prev 447 0 R -/Next 455 0 R ->> endobj -447 0 obj << -/Title 448 0 R -/A 445 0 R -/Parent 427 0 R -/Prev 443 0 R -/Next 451 0 R ->> endobj -443 0 obj << -/Title 444 0 R -/A 441 0 R -/Parent 427 0 R -/Prev 439 0 R -/Next 447 0 R ->> endobj -439 0 obj << -/Title 440 0 R -/A 437 0 R -/Parent 427 0 R -/Prev 435 0 R -/Next 443 0 R ->> endobj -435 0 obj << -/Title 436 0 R -/A 433 0 R -/Parent 427 0 R -/Prev 431 0 R -/Next 439 0 R ->> endobj -431 0 obj << -/Title 432 0 R -/A 429 0 R -/Parent 427 0 R -/Next 435 0 R ->> endobj -427 0 obj << -/Title 428 0 R -/A 425 0 R -/Parent 419 0 R -/Prev 423 0 R -/Next 463 0 R -/First 431 0 R -/Last 459 0 R -/Count -8 ->> endobj -423 0 obj << -/Title 424 0 R -/A 421 0 R -/Parent 419 0 R -/Next 427 0 R ->> endobj -419 0 obj << -/Title 420 0 R -/A 417 0 R -/Parent 259 0 R -/Prev 275 0 R -/Next 559 0 R -/First 423 0 R -/Last 547 0 R -/Count -12 ->> endobj -415 0 obj << -/Title 416 0 R -/A 413 0 R -/Parent 295 0 R -/Prev 411 0 R ->> endobj -411 0 obj << -/Title 412 0 R -/A 409 0 R -/Parent 295 0 R -/Prev 407 0 R -/Next 415 0 R ->> endobj -407 0 obj << -/Title 408 0 R -/A 405 0 R -/Parent 295 0 R -/Prev 403 0 R -/Next 411 0 R ->> endobj -403 0 obj << -/Title 404 0 R -/A 401 0 R -/Parent 295 0 R -/Prev 399 0 R -/Next 407 0 R ->> endobj -399 0 obj << -/Title 400 0 R -/A 397 0 R -/Parent 295 0 R -/Prev 395 0 R -/Next 403 0 R ->> endobj -395 0 obj << -/Title 396 0 R -/A 393 0 R -/Parent 295 0 R -/Prev 391 0 R -/Next 399 0 R ->> endobj -391 0 obj << -/Title 392 0 R -/A 389 0 R -/Parent 295 0 R -/Prev 387 0 R -/Next 395 0 R ->> endobj -387 0 obj << -/Title 388 0 R -/A 385 0 R -/Parent 295 0 R -/Prev 383 0 R -/Next 391 0 R ->> endobj -383 0 obj << -/Title 384 0 R -/A 381 0 R -/Parent 295 0 R -/Prev 379 0 R -/Next 387 0 R ->> endobj -379 0 obj << -/Title 380 0 R -/A 377 0 R -/Parent 295 0 R -/Prev 375 0 R -/Next 383 0 R ->> endobj -375 0 obj << -/Title 376 0 R -/A 373 0 R -/Parent 295 0 R -/Prev 371 0 R -/Next 379 0 R ->> endobj -371 0 obj << -/Title 372 0 R -/A 369 0 R -/Parent 295 0 R -/Prev 367 0 R -/Next 375 0 R ->> endobj -367 0 obj << -/Title 368 0 R -/A 365 0 R -/Parent 295 0 R -/Prev 363 0 R -/Next 371 0 R ->> endobj -363 0 obj << -/Title 364 0 R -/A 361 0 R -/Parent 295 0 R -/Prev 359 0 R -/Next 367 0 R ->> endobj -359 0 obj << -/Title 360 0 R -/A 357 0 R -/Parent 295 0 R -/Prev 355 0 R -/Next 363 0 R ->> endobj -355 0 obj << -/Title 356 0 R -/A 353 0 R -/Parent 295 0 R -/Prev 351 0 R -/Next 359 0 R ->> endobj -351 0 obj << -/Title 352 0 R -/A 349 0 R -/Parent 295 0 R -/Prev 347 0 R -/Next 355 0 R ->> endobj -347 0 obj << -/Title 348 0 R -/A 345 0 R -/Parent 295 0 R -/Prev 343 0 R -/Next 351 0 R ->> endobj -343 0 obj << -/Title 344 0 R -/A 341 0 R -/Parent 295 0 R -/Prev 339 0 R -/Next 347 0 R ->> endobj -339 0 obj << -/Title 340 0 R -/A 337 0 R -/Parent 295 0 R -/Prev 335 0 R -/Next 343 0 R ->> endobj -335 0 obj << -/Title 336 0 R -/A 333 0 R -/Parent 295 0 R -/Prev 331 0 R -/Next 339 0 R ->> endobj -331 0 obj << -/Title 332 0 R -/A 329 0 R -/Parent 295 0 R -/Prev 327 0 R -/Next 335 0 R ->> endobj -327 0 obj << -/Title 328 0 R -/A 325 0 R -/Parent 295 0 R -/Prev 323 0 R -/Next 331 0 R ->> endobj -323 0 obj << -/Title 324 0 R -/A 321 0 R -/Parent 295 0 R -/Prev 319 0 R -/Next 327 0 R ->> endobj -319 0 obj << -/Title 320 0 R -/A 317 0 R -/Parent 295 0 R -/Prev 315 0 R -/Next 323 0 R ->> endobj -315 0 obj << -/Title 316 0 R -/A 313 0 R -/Parent 295 0 R -/Prev 311 0 R -/Next 319 0 R ->> endobj -311 0 obj << -/Title 312 0 R -/A 309 0 R -/Parent 295 0 R -/Prev 307 0 R -/Next 315 0 R ->> endobj -307 0 obj << -/Title 308 0 R -/A 305 0 R -/Parent 295 0 R -/Prev 303 0 R -/Next 311 0 R ->> endobj -303 0 obj << -/Title 304 0 R -/A 301 0 R -/Parent 295 0 R -/Prev 299 0 R -/Next 307 0 R ->> endobj -299 0 obj << -/Title 300 0 R -/A 297 0 R -/Parent 295 0 R -/Next 303 0 R ->> endobj -295 0 obj << -/Title 296 0 R -/A 293 0 R -/Parent 275 0 R -/Prev 283 0 R -/First 299 0 R -/Last 415 0 R -/Count -30 ->> endobj -291 0 obj << -/Title 292 0 R -/A 289 0 R -/Parent 283 0 R -/Prev 287 0 R ->> endobj -287 0 obj << -/Title 288 0 R -/A 285 0 R -/Parent 283 0 R -/Next 291 0 R ->> endobj -283 0 obj << -/Title 284 0 R -/A 281 0 R -/Parent 275 0 R -/Prev 279 0 R -/Next 295 0 R -/First 287 0 R -/Last 291 0 R -/Count -2 ->> endobj -279 0 obj << -/Title 280 0 R -/A 277 0 R -/Parent 275 0 R -/Next 283 0 R ->> endobj -275 0 obj << -/Title 276 0 R -/A 273 0 R -/Parent 259 0 R -/Prev 263 0 R -/Next 419 0 R -/First 279 0 R -/Last 295 0 R -/Count -3 ->> endobj -271 0 obj << -/Title 272 0 R -/A 269 0 R -/Parent 263 0 R -/Prev 267 0 R ->> endobj -267 0 obj << -/Title 268 0 R -/A 265 0 R -/Parent 263 0 R -/Next 271 0 R ->> endobj -263 0 obj << -/Title 264 0 R -/A 261 0 R -/Parent 259 0 R -/Next 275 0 R -/First 267 0 R -/Last 271 0 R -/Count -2 ->> endobj -259 0 obj << -/Title 260 0 R -/A 257 0 R -/Parent 2091 0 R -/Prev 251 0 R -/Next 727 0 R -/First 263 0 R -/Last 695 0 R -/Count -8 ->> endobj -255 0 obj << -/Title 256 0 R -/A 253 0 R -/Parent 251 0 R ->> endobj -251 0 obj << -/Title 252 0 R -/A 249 0 R -/Parent 2091 0 R -/Prev 247 0 R -/Next 259 0 R -/First 255 0 R -/Last 255 0 R -/Count -1 ->> endobj -247 0 obj << -/Title 248 0 R -/A 245 0 R -/Parent 2091 0 R -/Prev 207 0 R -/Next 251 0 R ->> endobj -243 0 obj << -/Title 244 0 R -/A 241 0 R -/Parent 207 0 R -/Prev 239 0 R ->> endobj -239 0 obj << -/Title 240 0 R -/A 237 0 R -/Parent 207 0 R -/Prev 235 0 R -/Next 243 0 R ->> endobj -235 0 obj << -/Title 236 0 R -/A 233 0 R -/Parent 207 0 R -/Prev 231 0 R -/Next 239 0 R ->> endobj -231 0 obj << -/Title 232 0 R -/A 229 0 R -/Parent 207 0 R -/Prev 227 0 R -/Next 235 0 R ->> endobj -227 0 obj << -/Title 228 0 R -/A 225 0 R -/Parent 207 0 R -/Prev 223 0 R -/Next 231 0 R ->> endobj -223 0 obj << -/Title 224 0 R -/A 221 0 R -/Parent 207 0 R -/Prev 219 0 R -/Next 227 0 R ->> endobj -219 0 obj << -/Title 220 0 R -/A 217 0 R -/Parent 207 0 R -/Prev 215 0 R -/Next 223 0 R ->> endobj -215 0 obj << -/Title 216 0 R -/A 213 0 R -/Parent 207 0 R -/Prev 211 0 R -/Next 219 0 R ->> endobj -211 0 obj << -/Title 212 0 R -/A 209 0 R -/Parent 207 0 R -/Next 215 0 R ->> endobj -207 0 obj << -/Title 208 0 R -/A 205 0 R -/Parent 2091 0 R -/Prev 179 0 R -/Next 247 0 R -/First 211 0 R -/Last 243 0 R -/Count -9 ->> endobj -203 0 obj << -/Title 204 0 R -/A 201 0 R -/Parent 199 0 R ->> endobj -199 0 obj << -/Title 200 0 R -/A 197 0 R -/Parent 179 0 R -/Prev 183 0 R -/First 203 0 R -/Last 203 0 R -/Count -1 ->> endobj -195 0 obj << -/Title 196 0 R -/A 193 0 R -/Parent 183 0 R -/Prev 191 0 R ->> endobj -191 0 obj << -/Title 192 0 R -/A 189 0 R -/Parent 183 0 R -/Prev 187 0 R -/Next 195 0 R ->> endobj -187 0 obj << -/Title 188 0 R -/A 185 0 R -/Parent 183 0 R -/Next 191 0 R ->> endobj -183 0 obj << -/Title 184 0 R -/A 181 0 R -/Parent 179 0 R -/Next 199 0 R -/First 187 0 R -/Last 195 0 R -/Count -3 ->> endobj -179 0 obj << -/Title 180 0 R -/A 177 0 R -/Parent 2091 0 R -/Prev 87 0 R -/Next 207 0 R -/First 183 0 R -/Last 199 0 R -/Count -2 ->> endobj -175 0 obj << -/Title 176 0 R -/A 173 0 R -/Parent 87 0 R -/Prev 163 0 R ->> endobj -171 0 obj << -/Title 172 0 R -/A 169 0 R -/Parent 163 0 R -/Prev 167 0 R ->> endobj -167 0 obj << -/Title 168 0 R -/A 165 0 R -/Parent 163 0 R -/Next 171 0 R ->> endobj -163 0 obj << -/Title 164 0 R -/A 161 0 R -/Parent 87 0 R -/Prev 99 0 R -/Next 175 0 R -/First 167 0 R -/Last 171 0 R -/Count -2 ->> endobj -159 0 obj << -/Title 160 0 R -/A 157 0 R -/Parent 99 0 R -/Prev 155 0 R ->> endobj -155 0 obj << -/Title 156 0 R -/A 153 0 R -/Parent 99 0 R -/Prev 151 0 R -/Next 159 0 R ->> endobj -151 0 obj << -/Title 152 0 R -/A 149 0 R -/Parent 99 0 R -/Prev 147 0 R -/Next 155 0 R ->> endobj -147 0 obj << -/Title 148 0 R -/A 145 0 R -/Parent 99 0 R -/Prev 143 0 R -/Next 151 0 R ->> endobj -143 0 obj << -/Title 144 0 R -/A 141 0 R -/Parent 99 0 R -/Prev 139 0 R -/Next 147 0 R ->> endobj -139 0 obj << -/Title 140 0 R -/A 137 0 R -/Parent 99 0 R -/Prev 135 0 R -/Next 143 0 R ->> endobj -135 0 obj << -/Title 136 0 R -/A 133 0 R -/Parent 99 0 R -/Prev 131 0 R -/Next 139 0 R ->> endobj -131 0 obj << -/Title 132 0 R -/A 129 0 R -/Parent 99 0 R -/Prev 127 0 R -/Next 135 0 R ->> endobj -127 0 obj << -/Title 128 0 R -/A 125 0 R -/Parent 99 0 R -/Prev 123 0 R -/Next 131 0 R ->> endobj -123 0 obj << -/Title 124 0 R -/A 121 0 R -/Parent 99 0 R -/Prev 119 0 R -/Next 127 0 R ->> endobj -119 0 obj << -/Title 120 0 R -/A 117 0 R -/Parent 99 0 R -/Prev 115 0 R -/Next 123 0 R ->> endobj -115 0 obj << -/Title 116 0 R -/A 113 0 R -/Parent 99 0 R -/Prev 111 0 R -/Next 119 0 R ->> endobj -111 0 obj << -/Title 112 0 R -/A 109 0 R -/Parent 99 0 R -/Prev 107 0 R -/Next 115 0 R ->> endobj -107 0 obj << -/Title 108 0 R -/A 105 0 R -/Parent 99 0 R -/Prev 103 0 R -/Next 111 0 R ->> endobj -103 0 obj << -/Title 104 0 R -/A 101 0 R -/Parent 99 0 R -/Next 107 0 R ->> endobj -99 0 obj << -/Title 100 0 R -/A 97 0 R -/Parent 87 0 R -/Prev 95 0 R -/Next 163 0 R -/First 103 0 R -/Last 159 0 R -/Count -15 ->> endobj -95 0 obj << -/Title 96 0 R -/A 93 0 R -/Parent 87 0 R -/Prev 91 0 R -/Next 99 0 R ->> endobj -91 0 obj << -/Title 92 0 R -/A 89 0 R -/Parent 87 0 R -/Next 95 0 R ->> endobj -87 0 obj << -/Title 88 0 R -/A 85 0 R -/Parent 2091 0 R -/Prev 83 0 R -/Next 179 0 R -/First 91 0 R -/Last 175 0 R -/Count -5 ->> endobj -83 0 obj << -/Title 84 0 R -/A 81 0 R -/Parent 2091 0 R -/Prev 47 0 R -/Next 87 0 R ->> endobj -79 0 obj << -/Title 80 0 R -/A 77 0 R -/Parent 67 0 R -/Prev 75 0 R ->> endobj -75 0 obj << -/Title 76 0 R -/A 73 0 R -/Parent 67 0 R -/Prev 71 0 R -/Next 79 0 R ->> endobj -71 0 obj << -/Title 72 0 R -/A 69 0 R -/Parent 67 0 R -/Next 75 0 R ->> endobj -67 0 obj << -/Title 68 0 R -/A 65 0 R -/Parent 47 0 R -/Prev 63 0 R -/First 71 0 R -/Last 79 0 R -/Count -3 ->> endobj -63 0 obj << -/Title 64 0 R -/A 61 0 R -/Parent 47 0 R -/Prev 59 0 R -/Next 67 0 R ->> endobj -59 0 obj << -/Title 60 0 R -/A 57 0 R -/Parent 47 0 R -/Prev 55 0 R -/Next 63 0 R ->> endobj -55 0 obj << -/Title 56 0 R -/A 53 0 R -/Parent 47 0 R -/Prev 51 0 R -/Next 59 0 R ->> endobj -51 0 obj << -/Title 52 0 R -/A 49 0 R -/Parent 47 0 R -/Next 55 0 R ->> endobj -47 0 obj << -/Title 48 0 R -/A 45 0 R -/Parent 2091 0 R -/Prev 23 0 R -/Next 83 0 R -/First 51 0 R -/Last 67 0 R -/Count -5 ->> endobj -43 0 obj << -/Title 44 0 R -/A 41 0 R -/Parent 23 0 R -/Prev 39 0 R ->> endobj -39 0 obj << -/Title 40 0 R -/A 37 0 R -/Parent 23 0 R -/Prev 35 0 R -/Next 43 0 R ->> endobj -35 0 obj << -/Title 36 0 R -/A 33 0 R -/Parent 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 -/Prev 27 0 R -/Next 35 0 R ->> endobj -27 0 obj << -/Title 28 0 R -/A 25 0 R -/Parent 23 0 R -/Next 31 0 R ->> endobj -23 0 obj << -/Title 24 0 R -/A 21 0 R -/Parent 2091 0 R -/Prev 7 0 R -/Next 47 0 R -/First 27 0 R -/Last 43 0 R -/Count -5 ->> endobj -19 0 obj << -/Title 20 0 R -/A 17 0 R -/Parent 7 0 R -/Prev 15 0 R ->> endobj -15 0 obj << -/Title 16 0 R -/A 13 0 R -/Parent 7 0 R -/Prev 11 0 R -/Next 19 0 R ->> endobj -11 0 obj << -/Title 12 0 R -/A 9 0 R -/Parent 7 0 R -/Next 15 0 R ->> endobj -7 0 obj << -/Title 8 0 R -/A 5 0 R -/Parent 2091 0 R -/Next 23 0 R -/First 11 0 R -/Last 19 0 R -/Count -3 ->> endobj -2092 0 obj << -/Names [(CodingSuggestions) 983 0 R (Doc-Start) 934 0 R (Item.1) 1297 0 R (Item.10) 1324 0 R (Item.100) 1583 0 R (Item.101) 1584 0 R (Item.102) 1585 0 R (Item.103) 1586 0 R (Item.104) 1587 0 R (Item.105) 1592 0 R (Item.106) 1593 0 R (Item.107) 1598 0 R (Item.108) 1599 0 R (Item.109) 1600 0 R (Item.11) 1325 0 R (Item.110) 1853 0 R (Item.111) 1854 0 R (Item.112) 1855 0 R (Item.113) 1856 0 R (Item.114) 1861 0 R (Item.115) 1862 0 R (Item.116) 1863 0 R (Item.117) 1864 0 R (Item.118) 2014 0 R (Item.119) 2015 0 R (Item.12) 1326 0 R (Item.120) 2016 0 R (Item.121) 2017 0 R (Item.122) 2018 0 R (Item.123) 2027 0 R (Item.124) 2028 0 R (Item.125) 2029 0 R (Item.126) 2030 0 R (Item.127) 2032 0 R (Item.128) 2042 0 R (Item.129) 2047 0 R (Item.13) 1331 0 R (Item.14) 1343 0 R (Item.15) 1344 0 R (Item.16) 1345 0 R (Item.17) 1361 0 R (Item.18) 1362 0 R (Item.19) 1363 0 R (Item.2) 1298 0 R (Item.20) 1368 0 R (Item.21) 1369 0 R (Item.22) 1370 0 R (Item.23) 1371 0 R (Item.24) 1372 0 R (Item.25) 1373 0 R (Item.26) 1374 0 R (Item.27) 1375 0 R (Item.28) 1376 0 R (Item.29) 1377 0 R (Item.3) 1299 0 R (Item.30) 1378 0 R (Item.31) 1379 0 R (Item.32) 1380 0 R (Item.33) 1381 0 R (Item.34) 1382 0 R (Item.35) 1383 0 R (Item.36) 1384 0 R (Item.37) 1385 0 R (Item.38) 1386 0 R (Item.39) 1391 0 R (Item.4) 1302 0 R (Item.40) 1392 0 R (Item.41) 1393 0 R (Item.42) 1400 0 R (Item.43) 1401 0 R (Item.44) 1402 0 R (Item.45) 1403 0 R (Item.46) 1404 0 R (Item.47) 1405 0 R (Item.48) 1406 0 R (Item.49) 1411 0 R (Item.5) 1307 0 R (Item.50) 1412 0 R (Item.51) 1413 0 R (Item.52) 1414 0 R (Item.53) 1442 0 R (Item.54) 1443 0 R (Item.55) 1444 0 R (Item.56) 1445 0 R (Item.57) 1446 0 R (Item.58) 1447 0 R (Item.59) 1452 0 R (Item.6) 1308 0 R (Item.60) 1453 0 R (Item.61) 1454 0 R (Item.62) 1455 0 R (Item.63) 1456 0 R (Item.64) 1457 0 R (Item.65) 1458 0 R (Item.66) 1459 0 R (Item.67) 1461 0 R (Item.68) 1462 0 R (Item.69) 1463 0 R (Item.7) 1309 0 R (Item.70) 1469 0 R (Item.71) 1470 0 R (Item.72) 1471 0 R (Item.73) 1472 0 R (Item.74) 1473 0 R (Item.75) 1474 0 R (Item.76) 1475 0 R (Item.77) 1476 0 R (Item.78) 1477 0 R (Item.79) 1478 0 R (Item.8) 1310 0 R (Item.80) 1484 0 R (Item.81) 1485 0 R (Item.82) 1486 0 R (Item.83) 1487 0 R (Item.84) 1488 0 R (Item.85) 1489 0 R (Item.86) 1490 0 R (Item.87) 1492 0 R (Item.88) 1493 0 R (Item.89) 1494 0 R (Item.9) 1311 0 R (Item.90) 1495 0 R (Item.91) 1507 0 R (Item.92) 1508 0 R (Item.93) 1509 0 R (Item.94) 1510 0 R (Item.95) 1562 0 R (Item.96) 1563 0 R (Item.97) 1564 0 R (Item.98) 1565 0 R (Item.99) 1566 0 R (Packaging) 1023 0 R (SMBPASSWDFILEFORMAT) 1933 0 R (architecture) 981 0 R (chapter*.1) 963 0 R (chapter*.2) 1029 0 R (chapter.1) 6 0 R (chapter.10) 258 0 R (chapter.11) 726 0 R (chapter.12) 750 0 R (chapter.13) 758 0 R (chapter.14) 810 0 R (chapter.15) 826 0 R (chapter.16) 854 0 R (chapter.17) 866 0 R (chapter.18) 914 0 R (chapter.19) 926 0 R (chapter.2) 22 0 R (chapter.3) 46 0 R (chapter.4) 82 0 R (chapter.5) 86 0 R (chapter.6) 178 0 R (chapter.7) 206 0 R (chapter.8) 246 0 R (chapter.9) 250 0 R (contributing) 1024 0 R (debug) 982 0 R (id2719795) 1290 0 R (id2719826) 1291 0 R (id2719940) 1296 0 R (id2722095) 1323 0 R (id2722239) 1332 0 R (id2722369) 1337 0 R (id2722414) 1342 0 R (id2722525) 1350 0 R (id2722532) 1351 0 R (id2722552) 1352 0 R (id2722575) 1353 0 R (id2724304) 1398 0 R (id2724329) 1399 0 R (id2724483) 1300 0 R (id2724521) 1301 0 R (id2724596) 1312 0 R (id2724662) 1313 0 R (id2727692) 1285 0 R (id2777725) 1415 0 R (id2777739) 1416 0 R (id2777752) 1417 0 R (id2777766) 1418 0 R (id2777780) 1423 0 R (id2777795) 1424 0 R (id2777810) 1425 0 R (id2777824) 1426 0 R (id2777838) 1427 0 R (id2777853) 1428 0 R (id2777867) 1429 0 R (id2777882) 1430 0 R (id2777896) 1431 0 R (id2777910) 1437 0 R (id2777925) 1438 0 R (id2777937) 1439 0 R (id2777952) 1440 0 R (id2777989) 1441 0 R (id2783322) 1516 0 R (id2783369) 1521 0 R (id2783394) 1522 0 R (id2783464) 1527 0 R (id2783501) 1528 0 R (id2783546) 1529 0 R (id2783608) 1534 0 R (id2783638) 1535 0 R (id2783663) 1536 0 R (id2783718) 1541 0 R (id2783967) 1460 0 R (id2784052) 1468 0 R (id2784171) 1483 0 R (id2784262) 1491 0 R (id2784318) 1500 0 R (id2784383) 1501 0 R (id2784479) 1506 0 R (id2792804) 1753 0 R (id2792901) 1754 0 R (id2793063) 1755 0 R (id2793096) 1760 0 R (id2793165) 1761 0 R (id2793198) 1762 0 R (id2793228) 1763 0 R (id2793297) 1768 0 R (id2793344) 1769 0 R (id2793384) 1770 0 R (id2793425) 1771 0 R (id2793459) 1772 0 R (id2793473) 1773 0 R (id2793501) 1778 0 R (id2793563) 1779 0 R (id2793578) 1780 0 R (id2793604) 1781 0 R (id2793654) 1786 0 R (id2793666) 1787 0 R (id2793686) 1788 0 R (id2793813) 1789 0 R (id2793934) 1794 0 R (id2793962) 1795 0 R (id2794156) 1561 0 R (id2794297) 1571 0 R (id2794498) 1588 0 R (id2794533) 1589 0 R (id2794572) 1590 0 R (id2794578) 1591 0 R (id2794654) 1601 0 R (id2794661) 1602 0 R (id2794736) 1603 0 R (id2794867) 1608 0 R (id2794874) 1609 0 R (id2794886) 1610 0 R (id2794897) 1611 0 R (id2794910) 1612 0 R (id2794922) 1613 0 R (id2795016) 1614 0 R (id2795029) 1620 0 R (id2795086) 1621 0 R (id2795128) 1622 0 R (id2795155) 1623 0 R (id2795198) 1624 0 R (id2795283) 1625 0 R (id2795376) 1630 0 R (id2795404) 1631 0 R (id2795490) 1632 0 R (id2795560) 1633 0 R (id2795659) 1638 0 R (id2795737) 1639 0 R (id2795778) 1640 0 R (id2795860) 1641 0 R (id2795912) 1646 0 R (id2796083) 1647 0 R (id2796187) 1652 0 R (id2796226) 1653 0 R (id2796368) 1654 0 R (id2796481) 1659 0 R (id2797044) 1665 0 R (id2797139) 1666 0 R (id2797181) 1671 0 R (id2797350) 1672 0 R (id2797816) 1677 0 R (id2797829) 1682 0 R (id2797932) 1683 0 R (id2798120) 1688 0 R (id2798254) 1689 0 R (id2798281) 1694 0 R (id2798320) 1695 0 R (id2798460) 1696 0 R (id2798500) 1697 0 R (id2798650) 1703 0 R (id2798722) 1704 0 R (id2798802) 1705 0 R (id2798848) 1710 0 R (id2799028) 1711 0 R (id2799192) 1716 0 R (id2799206) 1717 0 R (id2799276) 1718 0 R (id2799318) 1723 0 R (id2799332) 1724 0 R (id2799371) 1725 0 R (id2799426) 1726 0 R (id2799433) 1727 0 R (id2799445) 1728 0 R (id2799517) 1733 0 R (id2799524) 1734 0 R (id2799536) 1735 0 R (id2799626) 1736 0 R (id2799633) 1737 0 R (id2799660) 1738 0 R (id2799691) 1739 0 R (id2799705) 1740 0 R (id2799804) 1745 0 R (id2799901) 1746 0 R (id2799914) 1747 0 R (id2802600) 1796 0 R (id2802714) 1802 0 R (id2802760) 1803 0 R (id2802780) 1804 0 R (id2802906) 1805 0 R (id2802979) 1810 0 R (id2802992) 1811 0 R (id2803034) 1812 0 R (id2803095) 1813 0 R (id2803103) 1814 0 R (id2803265) 1819 0 R (id2803364) 1824 0 R (id2803413) 1825 0 R (id2803452) 1826 0 R (id2803458) 1827 0 R (id2803585) 1832 0 R (id2803766) 1833 0 R (id2803780) 1834 0 R (id2803828) 1839 0 R (id2803888) 1840 0 R (id2804051) 1846 0 R (id2804067) 1847 0 R (id2804163) 1848 0 R (id2804378) 1865 0 R (id2804392) 1866 0 R (id2804752) 1884 0 R (id2804881) 1893 0 R (id2805011) 1898 0 R (id2805038) 1899 0 R (id2805107) 1904 0 R (id2805115) 1905 0 R (id2805130) 1906 0 R (id2805158) 1907 0 R (id2805180) 1908 0 R (id2805187) 1909 0 R (id2805205) 1914 0 R (id2805234) 1915 0 R (id2805326) 1921 0 R (id2805464) 1926 0 R (id2805488) 1927 0 R (id2805596) 1932 0 R (id2805964) 1942 0 R (id2806010) 1943 0 R (id2806044) 1944 0 R (id2806084) 1949 0 R (id2806112) 1950 0 R (id2806174) 1951 0 R (id2806369) 1971 0 R (id2806388) 1972 0 R (id2806596) 1977 0 R (id2806604) 1978 0 R (id2806719) 1987 0 R (id2806791) 1992 0 R (id2806798) 1993 0 R (id2806981) 1999 0 R (id2807226) 2012 0 R (id2807234) 2013 0 R (id2807724) 2048 0 R (id2807731) 2049 0 R (id2807756) 2050 0 R (id2807824) 2059 0 R (id2807857) 2060 0 R (internals) 984 0 R (modules) 1020 0 R (netbios) 980 0 R (ntdomain) 1015 0 R (page.1) 933 0 R (page.10) 1284 0 R (page.100) 2007 0 R (page.101) 2011 0 R (page.102) 2022 0 R (page.103) 2026 0 R (page.104) 2037 0 R (page.105) 2041 0 R (page.106) 2046 0 R (page.107) 2054 0 R (page.108) 2058 0 R (page.109) 2064 0 R (page.11) 1289 0 R (page.12) 1295 0 R (page.13) 1306 0 R (page.14) 1318 0 R (page.15) 1322 0 R (page.16) 1330 0 R (page.17) 1336 0 R (page.18) 1341 0 R (page.19) 1349 0 R (page.2) 945 0 R (page.20) 1358 0 R (page.21) 1367 0 R (page.22) 1390 0 R (page.23) 1397 0 R (page.24) 1410 0 R (page.25) 1422 0 R (page.26) 1436 0 R (page.27) 1451 0 R (page.28) 1467 0 R (page.29) 1482 0 R (page.3) 962 0 R (page.30) 1499 0 R (page.31) 1505 0 R (page.32) 1515 0 R (page.33) 1520 0 R (page.34) 1526 0 R (page.35) 1533 0 R (page.36) 1540 0 R (page.37) 1545 0 R (page.38) 1556 0 R (page.39) 1560 0 R (page.4) 992 0 R (page.40) 1570 0 R (page.41) 1582 0 R (page.42) 1597 0 R (page.43) 1607 0 R (page.44) 1619 0 R (page.45) 1629 0 R (page.46) 1637 0 R (page.47) 1645 0 R (page.48) 1651 0 R (page.49) 1658 0 R (page.5) 1028 0 R (page.50) 1664 0 R (page.51) 1670 0 R (page.52) 1676 0 R (page.53) 1681 0 R (page.54) 1687 0 R (page.55) 1693 0 R (page.56) 1702 0 R (page.57) 1709 0 R (page.58) 1715 0 R (page.59) 1722 0 R (page.6) 1072 0 R (page.60) 1732 0 R (page.61) 1744 0 R (page.62) 1752 0 R (page.63) 1759 0 R (page.64) 1767 0 R (page.65) 1777 0 R (page.66) 1785 0 R (page.67) 1793 0 R (page.68) 1801 0 R (page.69) 1809 0 R (page.7) 1127 0 R (page.70) 1818 0 R (page.71) 1823 0 R (page.72) 1831 0 R (page.73) 1838 0 R (page.74) 1845 0 R (page.75) 1852 0 R (page.76) 1860 0 R (page.77) 1870 0 R (page.78) 1874 0 R (page.79) 1878 0 R (page.8) 1184 0 R (page.80) 1883 0 R (page.81) 1888 0 R (page.82) 1892 0 R (page.83) 1897 0 R (page.84) 1903 0 R (page.85) 1913 0 R (page.86) 1920 0 R (page.87) 1925 0 R (page.88) 1931 0 R (page.89) 1937 0 R (page.9) 1237 0 R (page.90) 1941 0 R (page.91) 1948 0 R (page.92) 1957 0 R (page.93) 1970 0 R (page.94) 1976 0 R (page.95) 1982 0 R (page.96) 1986 0 R (page.97) 1991 0 R (page.98) 1998 0 R (page.99) 2003 0 R (parsing) 985 0 R (printing) 1016 0 R (pwencrypt) 1019 0 R (rpc-plugin) 1021 0 R (sam) 1018 0 R (section.1.1) 10 0 R (section.1.2) 14 0 R (section.1.3) 18 0 R (section.10.1) 262 0 R (section.10.2) 274 0 R (section.10.3) 418 0 R (section.10.4) 558 0 R (section.10.5) 622 0 R (section.10.6) 650 0 R (section.10.7) 678 0 R (section.10.8) 694 0 R (section.11.1) 730 0 R (section.11.2) 734 0 R (section.11.3) 738 0 R (section.11.4) 742 0 R (section.11.5) 746 0 R (section.12.1) 754 0 R (section.13.1) 762 0 R (section.13.2) 766 0 R (section.13.3) 770 0 R (section.13.4) 774 0 R (section.13.5) 790 0 R (section.13.6) 802 0 R (section.13.7) 806 0 R (section.14.1) 814 0 R (section.14.2) 818 0 R (section.14.3) 822 0 R (section.15.1) 830 0 R (section.15.2) 834 0 R (section.15.3) 846 0 R (section.16.1) 858 0 R (section.16.2) 862 0 R (section.17.1) 870 0 R (section.17.2) 882 0 R (section.17.3) 894 0 R (section.17.4) 902 0 R (section.18.1) 918 0 R (section.18.2) 922 0 R (section.2.1) 26 0 R (section.2.2) 30 0 R (section.2.3) 34 0 R (section.2.4) 38 0 R (section.2.5) 42 0 R (section.3.1) 50 0 R (section.3.2) 54 0 R (section.3.3) 58 0 R (section.3.4) 62 0 R (section.3.5) 66 0 R (section.5.1) 90 0 R (section.5.2) 94 0 R (section.5.3) 98 0 R (section.5.4) 162 0 R (section.5.5) 174 0 R (section.6.1) 182 0 R (section.6.2) 198 0 R (section.7.1) 210 0 R (section.7.2) 214 0 R (section.7.3) 218 0 R (section.7.4) 222 0 R (section.7.5) 226 0 R (section.7.6) 230 0 R (section.7.7) 234 0 R (section.7.8) 238 0 R (section.7.9) 242 0 R (section.9.1) 254 0 R (subsection.10.1.1) 266 0 R (subsection.10.1.2) 270 0 R (subsection.10.2.1) 278 0 R (subsection.10.2.2) 282 0 R (subsection.10.2.3) 294 0 R (subsection.10.3.1) 422 0 R (subsection.10.3.10) 522 0 R (subsection.10.3.11) 534 0 R (subsection.10.3.12) 546 0 R (subsection.10.3.2) 426 0 R (subsection.10.3.3) 462 0 R (subsection.10.3.4) 466 0 R (subsection.10.3.5) 470 0 R (subsection.10.3.6) 474 0 R (subsection.10.3.7) 486 0 R (subsection.10.3.8) 498 0 R (subsection.10.3.9) 510 0 R (subsection.10.4.1) 562 0 R (subsection.10.4.2) 574 0 R (subsection.10.4.3) 586 0 R (subsection.10.4.4) 598 0 R (subsection.10.4.5) 610 0 R (subsection.10.5.1) 626 0 R (subsection.10.5.2) 638 0 R (subsection.10.6.1) 654 0 R (subsection.10.6.2) 666 0 R (subsection.10.7.1) 682 0 R (subsection.10.7.2) 686 0 R (subsection.10.7.3) 690 0 R (subsection.10.8.1) 698 0 R (subsection.10.8.2) 710 0 R (subsection.13.4.1) 778 0 R (subsection.13.4.2) 782 0 R (subsection.13.4.3) 786 0 R (subsection.13.5.1) 794 0 R (subsection.13.5.2) 798 0 R (subsection.15.2.1) 838 0 R (subsection.15.2.2) 842 0 R (subsection.15.3.1) 850 0 R (subsection.17.1.1) 874 0 R (subsection.17.1.2) 878 0 R (subsection.17.2.1) 886 0 R (subsection.17.2.2) 890 0 R (subsection.17.3.1) 898 0 R (subsection.17.4.1) 906 0 R (subsection.17.4.2) 910 0 R (subsection.3.5.1) 70 0 R (subsection.3.5.2) 74 0 R (subsection.3.5.3) 78 0 R (subsection.5.3.1) 102 0 R (subsection.5.3.10) 138 0 R (subsection.5.3.11) 142 0 R (subsection.5.3.12) 146 0 R (subsection.5.3.13) 150 0 R (subsection.5.3.14) 154 0 R (subsection.5.3.15) 158 0 R (subsection.5.3.2) 106 0 R (subsection.5.3.3) 110 0 R (subsection.5.3.4) 114 0 R (subsection.5.3.5) 118 0 R (subsection.5.3.6) 122 0 R (subsection.5.3.7) 126 0 R (subsection.5.3.8) 130 0 R (subsection.5.3.9) 134 0 R (subsection.5.4.1) 166 0 R (subsection.5.4.2) 170 0 R (subsection.6.1.1) 186 0 R (subsection.6.1.2) 190 0 R (subsection.6.1.3) 194 0 R (subsection.6.2.1) 202 0 R (subsubsection.10.2.2.1) 286 0 R (subsubsection.10.2.2.2) 290 0 R (subsubsection.10.2.3.1) 298 0 R (subsubsection.10.2.3.10) 334 0 R (subsubsection.10.2.3.11) 338 0 R (subsubsection.10.2.3.12) 342 0 R (subsubsection.10.2.3.13) 346 0 R (subsubsection.10.2.3.14) 350 0 R (subsubsection.10.2.3.15) 354 0 R (subsubsection.10.2.3.16) 358 0 R (subsubsection.10.2.3.17) 362 0 R (subsubsection.10.2.3.18) 366 0 R (subsubsection.10.2.3.19) 370 0 R (subsubsection.10.2.3.2) 302 0 R (subsubsection.10.2.3.20) 374 0 R (subsubsection.10.2.3.21) 378 0 R (subsubsection.10.2.3.22) 382 0 R (subsubsection.10.2.3.23) 386 0 R (subsubsection.10.2.3.24) 390 0 R (subsubsection.10.2.3.25) 394 0 R (subsubsection.10.2.3.26) 398 0 R (subsubsection.10.2.3.27) 402 0 R (subsubsection.10.2.3.28) 406 0 R (subsubsection.10.2.3.29) 410 0 R (subsubsection.10.2.3.3) 306 0 R (subsubsection.10.2.3.30) 414 0 R (subsubsection.10.2.3.4) 310 0 R (subsubsection.10.2.3.5) 314 0 R (subsubsection.10.2.3.6) 318 0 R (subsubsection.10.2.3.7) 322 0 R (subsubsection.10.2.3.8) 326 0 R (subsubsection.10.2.3.9) 330 0 R (subsubsection.10.3.10.1) 526 0 R (subsubsection.10.3.10.2) 530 0 R (subsubsection.10.3.11.1) 538 0 R (subsubsection.10.3.11.2) 542 0 R (subsubsection.10.3.12.1) 550 0 R (subsubsection.10.3.12.2) 554 0 R (subsubsection.10.3.2.1) 430 0 R (subsubsection.10.3.2.2) 434 0 R (subsubsection.10.3.2.3) 438 0 R (subsubsection.10.3.2.4) 442 0 R (subsubsection.10.3.2.5) 446 0 R (subsubsection.10.3.2.6) 450 0 R (subsubsection.10.3.2.7) 454 0 R (subsubsection.10.3.2.8) 458 0 R (subsubsection.10.3.6.1) 478 0 R (subsubsection.10.3.6.2) 482 0 R (subsubsection.10.3.7.1) 490 0 R (subsubsection.10.3.7.2) 494 0 R (subsubsection.10.3.8.1) 502 0 R (subsubsection.10.3.8.2) 506 0 R (subsubsection.10.3.9.1) 514 0 R (subsubsection.10.3.9.2) 518 0 R (subsubsection.10.4.1.1) 566 0 R (subsubsection.10.4.1.2) 570 0 R (subsubsection.10.4.2.1) 578 0 R (subsubsection.10.4.2.2) 582 0 R (subsubsection.10.4.3.1) 590 0 R (subsubsection.10.4.3.2) 594 0 R (subsubsection.10.4.4.1) 602 0 R (subsubsection.10.4.4.2) 606 0 R (subsubsection.10.4.5.1) 614 0 R (subsubsection.10.4.5.2) 618 0 R (subsubsection.10.5.1.1) 630 0 R (subsubsection.10.5.1.2) 634 0 R (subsubsection.10.5.2.1) 642 0 R (subsubsection.10.5.2.2) 646 0 R (subsubsection.10.6.1.1) 658 0 R (subsubsection.10.6.1.2) 662 0 R (subsubsection.10.6.2.1) 670 0 R (subsubsection.10.6.2.2) 674 0 R (subsubsection.10.8.1.1) 702 0 R (subsubsection.10.8.1.2) 706 0 R (subsubsection.10.8.2.1) 714 0 R (subsubsection.10.8.2.2) 718 0 R (subsubsection.10.8.2.3) 722 0 R (tracing) 987 0 R (unix-smb) 986 0 R (vfs) 1022 0 R (windows-debug) 988 0 R (wins) 1017 0 R] -/Limits [(CodingSuggestions) (wins)] ->> endobj -2093 0 obj << -/Kids [2092 0 R] ->> endobj -2094 0 obj << -/Dests 2093 0 R ->> endobj -2095 0 obj << -/Type /Catalog -/Pages 2090 0 R -/Outlines 2091 0 R -/Names 2094 0 R -/PageMode /UseOutlines /URI<> /ViewerPreferences<<>> -/OpenAction 929 0 R -/PTEX.Fullbanner (This is pdfTeX, Version 3.14159-1.10b) ->> endobj -2096 0 obj << -/Author()/Title()/Subject()/Creator(LaTeX with hyperref package)/Producer(pdfTeX-1.10b)/Keywords() -/CreationDate (D:20030923232900) ->> endobj -xref -0 2097 -0000000001 65535 f -0000000002 00000 f -0000000003 00000 f -0000000004 00000 f -0000000000 00000 f -0000000009 00000 n -0000093796 00000 n -0000506650 00000 n -0000000054 00000 n -0000000130 00000 n -0000093918 00000 n -0000506578 00000 n -0000000177 00000 n -0000000207 00000 n -0000097781 00000 n -0000506492 00000 n -0000000255 00000 n -0000000295 00000 n -0000097905 00000 n -0000506419 00000 n -0000000343 00000 n -0000000378 00000 n -0000100646 00000 n -0000506294 00000 n -0000000424 00000 n -0000000463 00000 n -0000100769 00000 n -0000506220 00000 n -0000000511 00000 n -0000000546 00000 n -0000101080 00000 n -0000506133 00000 n -0000000594 00000 n -0000000641 00000 n -0000101203 00000 n -0000506046 00000 n -0000000689 00000 n -0000000726 00000 n -0000105369 00000 n -0000505959 00000 n -0000000774 00000 n -0000000811 00000 n -0000105493 00000 n -0000505885 00000 n -0000000859 00000 n -0000000893 00000 n -0000109109 00000 n -0000505759 00000 n -0000000939 00000 n -0000000982 00000 n -0000109232 00000 n -0000505685 00000 n -0000001030 00000 n -0000001070 00000 n -0000111690 00000 n -0000505598 00000 n -0000001118 00000 n -0000001160 00000 n -0000113895 00000 n -0000505511 00000 n -0000001208 00000 n -0000001253 00000 n -0000115970 00000 n -0000505424 00000 n -0000001301 00000 n -0000001346 00000 n -0000118415 00000 n -0000505313 00000 n -0000001394 00000 n -0000001430 00000 n -0000118539 00000 n -0000505239 00000 n -0000001483 00000 n -0000001519 00000 n -0000118662 00000 n -0000505152 00000 n -0000001572 00000 n -0000001607 00000 n -0000118786 00000 n -0000505078 00000 n -0000001660 00000 n -0000001712 00000 n -0000122374 00000 n -0000504989 00000 n -0000001758 00000 n -0000001797 00000 n -0000132493 00000 n -0000504861 00000 n -0000001843 00000 n -0000001879 00000 n -0000132616 00000 n -0000504787 00000 n -0000001927 00000 n -0000001968 00000 n -0000132740 00000 n -0000504700 00000 n -0000002016 00000 n -0000002056 00000 n -0000136824 00000 n -0000504571 00000 n -0000002104 00000 n -0000002149 00000 n -0000136948 00000 n -0000504493 00000 n -0000002203 00000 n -0000002244 00000 n -0000137073 00000 n -0000504401 00000 n -0000002298 00000 n -0000002339 00000 n -0000137198 00000 n -0000504309 00000 n -0000002393 00000 n -0000002439 00000 n -0000139096 00000 n -0000504217 00000 n -0000002493 00000 n -0000002534 00000 n -0000139220 00000 n -0000504125 00000 n -0000002588 00000 n -0000002629 00000 n -0000139345 00000 n -0000504033 00000 n -0000002683 00000 n -0000002725 00000 n -0000139470 00000 n -0000503941 00000 n -0000002779 00000 n -0000002821 00000 n -0000139595 00000 n -0000503849 00000 n -0000002875 00000 n -0000002921 00000 n -0000139720 00000 n -0000503757 00000 n -0000002975 00000 n -0000003021 00000 n -0000139845 00000 n -0000503665 00000 n -0000003076 00000 n -0000003124 00000 n -0000139968 00000 n -0000503573 00000 n -0000003179 00000 n -0000003227 00000 n -0000140093 00000 n -0000503481 00000 n -0000003282 00000 n -0000003325 00000 n -0000142289 00000 n -0000503389 00000 n -0000003380 00000 n -0000003423 00000 n -0000142413 00000 n -0000503297 00000 n -0000003478 00000 n -0000003526 00000 n -0000142538 00000 n -0000503219 00000 n -0000003581 00000 n -0000003629 00000 n -0000142662 00000 n -0000503089 00000 n -0000003678 00000 n -0000003723 00000 n -0000142787 00000 n -0000503010 00000 n -0000003777 00000 n -0000003813 00000 n -0000147181 00000 n -0000502931 00000 n -0000003867 00000 n -0000003905 00000 n -0000149768 00000 n -0000502853 00000 n -0000003954 00000 n -0000003998 00000 n -0000152906 00000 n -0000502721 00000 n -0000004045 00000 n -0000004084 00000 n -0000153030 00000 n -0000502603 00000 n -0000004133 00000 n -0000004173 00000 n -0000153594 00000 n -0000502524 00000 n -0000004227 00000 n -0000004275 00000 n -0000155872 00000 n -0000502431 00000 n -0000004329 00000 n -0000004384 00000 n -0000155997 00000 n -0000502352 00000 n -0000004438 00000 n -0000004488 00000 n -0000157944 00000 n -0000502234 00000 n -0000004537 00000 n -0000004567 00000 n -0000159273 00000 n -0000502169 00000 n -0000004621 00000 n -0000004661 00000 n -0000162260 00000 n -0000502036 00000 n -0000004708 00000 n -0000004753 00000 n -0000162384 00000 n -0000501957 00000 n -0000004802 00000 n -0000004838 00000 n -0000162509 00000 n -0000501864 00000 n -0000004887 00000 n -0000004920 00000 n -0000165920 00000 n -0000501771 00000 n -0000004969 00000 n -0000005007 00000 n -0000166045 00000 n -0000501678 00000 n -0000005056 00000 n -0000005089 00000 n -0000166170 00000 n -0000501585 00000 n -0000005138 00000 n -0000005169 00000 n -0000169744 00000 n -0000501492 00000 n -0000005218 00000 n -0000005252 00000 n -0000169869 00000 n -0000501399 00000 n -0000005301 00000 n -0000005338 00000 n -0000169993 00000 n -0000501306 00000 n -0000005387 00000 n -0000005423 00000 n -0000173857 00000 n -0000501227 00000 n -0000005472 00000 n -0000005515 00000 n -0000176937 00000 n -0000501133 00000 n -0000005562 00000 n -0000005610 00000 n -0000180361 00000 n -0000501000 00000 n -0000005657 00000 n -0000005716 00000 n -0000180485 00000 n -0000500935 00000 n -0000005765 00000 n -0000005814 00000 n -0000185399 00000 n -0000500802 00000 n -0000005862 00000 n -0000005900 00000 n -0000185524 00000 n -0000500684 00000 n -0000005950 00000 n -0000005987 00000 n -0000188787 00000 n -0000500605 00000 n -0000006042 00000 n -0000006076 00000 n -0000188912 00000 n -0000500526 00000 n -0000006131 00000 n -0000006165 00000 n -0000189037 00000 n -0000500394 00000 n -0000006215 00000 n -0000006260 00000 n -0000189161 00000 n -0000500315 00000 n -0000006315 00000 n -0000006347 00000 n -0000192372 00000 n -0000500183 00000 n -0000006402 00000 n -0000006441 00000 n -0000192496 00000 n -0000500104 00000 n -0000006501 00000 n -0000006547 00000 n -0000192620 00000 n -0000500025 00000 n -0000006607 00000 n -0000006653 00000 n -0000194594 00000 n -0000499906 00000 n -0000006708 00000 n -0000006745 00000 n -0000194719 00000 n -0000499827 00000 n -0000006805 00000 n -0000006840 00000 n -0000194844 00000 n -0000499734 00000 n -0000006900 00000 n -0000006933 00000 n -0000194969 00000 n -0000499641 00000 n -0000006993 00000 n -0000007027 00000 n -0000195093 00000 n -0000499548 00000 n -0000007087 00000 n -0000007122 00000 n -0000195216 00000 n -0000499455 00000 n -0000007182 00000 n -0000007246 00000 n -0000195341 00000 n -0000499362 00000 n -0000007306 00000 n -0000007349 00000 n -0000197299 00000 n -0000499269 00000 n -0000007409 00000 n -0000007470 00000 n -0000197424 00000 n -0000499176 00000 n -0000007530 00000 n -0000007612 00000 n -0000197549 00000 n -0000499083 00000 n -0000007672 00000 n -0000007726 00000 n -0000197674 00000 n -0000498990 00000 n -0000007787 00000 n -0000007857 00000 n -0000197799 00000 n -0000498897 00000 n -0000007918 00000 n -0000007982 00000 n -0000197924 00000 n -0000498804 00000 n -0000008043 00000 n -0000008106 00000 n -0000200438 00000 n -0000498711 00000 n -0000008167 00000 n -0000008229 00000 n -0000200563 00000 n -0000498618 00000 n -0000008290 00000 n -0000008380 00000 n -0000200687 00000 n -0000498525 00000 n -0000008441 00000 n -0000008506 00000 n -0000200812 00000 n -0000498432 00000 n -0000008567 00000 n -0000008646 00000 n -0000203286 00000 n -0000498339 00000 n -0000008707 00000 n -0000008783 00000 n -0000203411 00000 n -0000498246 00000 n -0000008844 00000 n -0000008908 00000 n -0000203536 00000 n -0000498153 00000 n -0000008969 00000 n -0000009061 00000 n -0000203659 00000 n -0000498060 00000 n -0000009122 00000 n -0000009222 00000 n -0000206177 00000 n -0000497967 00000 n -0000009283 00000 n -0000009364 00000 n -0000206302 00000 n -0000497874 00000 n -0000009425 00000 n -0000009505 00000 n -0000208528 00000 n -0000497781 00000 n -0000009566 00000 n -0000009617 00000 n -0000208653 00000 n -0000497688 00000 n -0000009678 00000 n -0000009744 00000 n -0000208777 00000 n -0000497595 00000 n -0000009805 00000 n -0000009893 00000 n -0000210923 00000 n -0000497502 00000 n -0000009954 00000 n -0000010016 00000 n -0000213557 00000 n -0000497409 00000 n -0000010077 00000 n -0000010172 00000 n -0000213682 00000 n -0000497316 00000 n -0000010233 00000 n -0000010316 00000 n -0000216548 00000 n -0000497223 00000 n -0000010377 00000 n -0000010432 00000 n -0000216673 00000 n -0000497144 00000 n -0000010493 00000 n -0000010544 00000 n -0000219708 00000 n -0000497011 00000 n -0000010594 00000 n -0000010649 00000 n -0000222979 00000 n -0000496932 00000 n -0000010704 00000 n -0000010742 00000 n -0000223104 00000 n -0000496800 00000 n -0000010797 00000 n -0000010830 00000 n -0000225911 00000 n -0000496721 00000 n -0000010890 00000 n -0000010985 00000 n -0000226036 00000 n -0000496628 00000 n -0000011045 00000 n -0000011098 00000 n -0000228569 00000 n -0000496535 00000 n -0000011158 00000 n -0000011202 00000 n -0000228694 00000 n -0000496442 00000 n -0000011262 00000 n -0000011308 00000 n -0000228819 00000 n -0000496349 00000 n -0000011368 00000 n -0000011414 00000 n -0000228944 00000 n -0000496256 00000 n -0000011474 00000 n -0000011520 00000 n -0000231308 00000 n -0000496163 00000 n -0000011580 00000 n -0000011626 00000 n -0000231433 00000 n -0000496084 00000 n -0000011686 00000 n -0000011732 00000 n -0000231558 00000 n -0000495991 00000 n -0000011787 00000 n -0000011818 00000 n -0000234321 00000 n -0000495898 00000 n -0000011873 00000 n -0000011919 00000 n -0000234445 00000 n -0000495805 00000 n -0000011974 00000 n -0000012026 00000 n -0000236775 00000 n -0000495673 00000 n -0000012081 00000 n -0000012123 00000 n -0000236900 00000 n -0000495594 00000 n -0000012183 00000 n -0000012219 00000 n -0000237025 00000 n -0000495515 00000 n -0000012279 00000 n -0000012316 00000 n -0000238883 00000 n -0000495383 00000 n -0000012371 00000 n -0000012419 00000 n -0000239008 00000 n -0000495304 00000 n -0000012479 00000 n -0000012515 00000 n -0000239132 00000 n -0000495225 00000 n -0000012575 00000 n -0000012612 00000 n -0000239257 00000 n -0000495093 00000 n -0000012667 00000 n -0000012723 00000 n -0000239382 00000 n -0000495014 00000 n -0000012783 00000 n -0000012819 00000 n -0000239507 00000 n -0000494935 00000 n -0000012879 00000 n -0000012916 00000 n -0000241332 00000 n -0000494803 00000 n -0000012971 00000 n -0000013013 00000 n -0000241457 00000 n -0000494724 00000 n -0000013073 00000 n -0000013109 00000 n -0000241582 00000 n -0000494645 00000 n -0000013169 00000 n -0000013206 00000 n -0000241707 00000 n -0000494513 00000 n -0000013262 00000 n -0000013299 00000 n -0000241832 00000 n -0000494434 00000 n -0000013360 00000 n -0000013397 00000 n -0000241957 00000 n -0000494355 00000 n -0000013458 00000 n -0000013496 00000 n -0000242082 00000 n -0000494223 00000 n -0000013552 00000 n -0000013595 00000 n -0000242207 00000 n -0000494144 00000 n -0000013656 00000 n -0000013693 00000 n -0000244582 00000 n -0000494065 00000 n -0000013754 00000 n -0000013792 00000 n -0000244707 00000 n -0000493947 00000 n -0000013848 00000 n -0000013892 00000 n -0000244832 00000 n -0000493868 00000 n -0000013953 00000 n -0000013990 00000 n -0000247362 00000 n -0000493789 00000 n -0000014051 00000 n -0000014089 00000 n -0000247487 00000 n -0000493657 00000 n -0000014139 00000 n -0000014196 00000 n -0000247612 00000 n -0000493539 00000 n -0000014251 00000 n -0000014299 00000 n -0000250151 00000 n -0000493460 00000 n -0000014359 00000 n -0000014395 00000 n -0000250276 00000 n -0000493381 00000 n -0000014455 00000 n -0000014492 00000 n -0000250401 00000 n -0000493249 00000 n -0000014547 00000 n -0000014592 00000 n -0000250526 00000 n -0000493170 00000 n -0000014652 00000 n -0000014688 00000 n -0000252931 00000 n -0000493091 00000 n -0000014748 00000 n -0000014785 00000 n -0000253056 00000 n -0000492959 00000 n -0000014840 00000 n -0000014890 00000 n -0000253181 00000 n -0000492880 00000 n -0000014950 00000 n -0000014986 00000 n -0000253306 00000 n -0000492801 00000 n -0000015046 00000 n -0000015083 00000 n -0000253431 00000 n -0000492669 00000 n -0000015138 00000 n -0000015178 00000 n -0000253556 00000 n -0000492590 00000 n -0000015238 00000 n -0000015274 00000 n -0000255483 00000 n -0000492511 00000 n -0000015334 00000 n -0000015371 00000 n -0000255608 00000 n -0000492393 00000 n -0000015426 00000 n -0000015467 00000 n -0000255732 00000 n -0000492314 00000 n -0000015527 00000 n -0000015563 00000 n -0000255857 00000 n -0000492235 00000 n -0000015623 00000 n -0000015660 00000 n -0000258101 00000 n -0000492103 00000 n -0000015710 00000 n -0000015801 00000 n -0000258226 00000 n -0000491985 00000 n -0000015856 00000 n -0000015896 00000 n -0000258351 00000 n -0000491906 00000 n -0000015956 00000 n -0000015992 00000 n -0000258476 00000 n -0000491827 00000 n -0000016052 00000 n -0000016089 00000 n -0000260618 00000 n -0000491709 00000 n -0000016144 00000 n -0000016180 00000 n -0000260743 00000 n -0000491630 00000 n -0000016240 00000 n -0000016276 00000 n -0000260868 00000 n -0000491551 00000 n -0000016336 00000 n -0000016373 00000 n -0000263227 00000 n -0000491419 00000 n -0000016423 00000 n -0000016474 00000 n -0000263351 00000 n -0000491301 00000 n -0000016529 00000 n -0000016570 00000 n -0000263476 00000 n -0000491222 00000 n -0000016630 00000 n -0000016666 00000 n -0000263600 00000 n -0000491143 00000 n -0000016726 00000 n -0000016763 00000 n -0000266083 00000 n -0000491025 00000 n -0000016818 00000 n -0000016864 00000 n -0000266208 00000 n -0000490946 00000 n -0000016924 00000 n -0000016960 00000 n -0000266333 00000 n -0000490867 00000 n -0000017020 00000 n -0000017057 00000 n -0000266458 00000 n -0000490735 00000 n -0000017107 00000 n -0000017178 00000 n -0000266583 00000 n -0000490656 00000 n -0000017233 00000 n -0000017271 00000 n -0000268332 00000 n -0000490563 00000 n -0000017326 00000 n -0000017361 00000 n -0000270907 00000 n -0000490484 00000 n -0000017416 00000 n -0000017451 00000 n -0000271031 00000 n -0000490366 00000 n -0000017501 00000 n -0000017539 00000 n -0000271156 00000 n -0000490248 00000 n -0000017594 00000 n -0000017636 00000 n -0000271281 00000 n -0000490169 00000 n -0000017696 00000 n -0000017750 00000 n -0000273610 00000 n -0000490090 00000 n -0000017810 00000 n -0000017857 00000 n -0000273733 00000 n -0000489972 00000 n -0000017912 00000 n -0000017954 00000 n -0000273858 00000 n -0000489893 00000 n -0000018014 00000 n -0000018063 00000 n -0000275676 00000 n -0000489800 00000 n -0000018123 00000 n -0000018173 00000 n -0000275801 00000 n -0000489721 00000 n -0000018233 00000 n -0000018284 00000 n -0000278098 00000 n -0000489588 00000 n -0000018332 00000 n -0000018379 00000 n -0000278223 00000 n -0000489509 00000 n -0000018429 00000 n -0000018462 00000 n -0000278348 00000 n -0000489416 00000 n -0000018512 00000 n -0000018576 00000 n -0000278473 00000 n -0000489323 00000 n -0000018626 00000 n -0000018668 00000 n -0000285584 00000 n -0000489230 00000 n -0000018718 00000 n -0000018793 00000 n -0000285709 00000 n -0000489151 00000 n -0000018843 00000 n -0000018903 00000 n -0000295094 00000 n -0000489018 00000 n -0000018951 00000 n -0000018994 00000 n -0000295219 00000 n -0000488953 00000 n -0000019044 00000 n -0000019082 00000 n -0000299292 00000 n -0000488820 00000 n -0000019130 00000 n -0000019176 00000 n -0000299417 00000 n -0000488741 00000 n -0000019226 00000 n -0000019276 00000 n -0000303224 00000 n -0000488648 00000 n -0000019326 00000 n -0000019371 00000 n -0000303349 00000 n -0000488555 00000 n -0000019421 00000 n -0000019478 00000 n -0000306426 00000 n -0000488423 00000 n -0000019528 00000 n -0000019559 00000 n -0000306551 00000 n -0000488344 00000 n -0000019614 00000 n -0000019652 00000 n -0000306676 00000 n -0000488251 00000 n -0000019707 00000 n -0000019747 00000 n -0000306801 00000 n -0000488172 00000 n -0000019802 00000 n -0000019840 00000 n -0000306926 00000 n -0000488040 00000 n -0000019890 00000 n -0000019926 00000 n -0000307051 00000 n -0000487961 00000 n -0000019981 00000 n -0000020037 00000 n -0000310004 00000 n -0000487882 00000 n -0000020092 00000 n -0000020129 00000 n -0000310129 00000 n -0000487789 00000 n -0000020179 00000 n -0000020221 00000 n -0000312188 00000 n -0000487710 00000 n -0000020271 00000 n -0000020303 00000 n -0000315321 00000 n -0000487577 00000 n -0000020351 00000 n -0000020407 00000 n -0000315446 00000 n -0000487498 00000 n -0000020457 00000 n -0000020494 00000 n -0000315571 00000 n -0000487405 00000 n -0000020544 00000 n -0000020586 00000 n -0000318645 00000 n -0000487326 00000 n -0000020636 00000 n -0000020679 00000 n -0000323630 00000 n -0000487193 00000 n -0000020727 00000 n -0000020757 00000 n -0000323755 00000 n -0000487114 00000 n -0000020807 00000 n -0000020842 00000 n -0000323880 00000 n -0000486982 00000 n -0000020892 00000 n -0000020932 00000 n -0000324005 00000 n -0000486903 00000 n -0000020987 00000 n -0000021028 00000 n -0000327300 00000 n -0000486824 00000 n -0000021083 00000 n -0000021124 00000 n -0000327425 00000 n -0000486706 00000 n -0000021174 00000 n -0000021214 00000 n -0000327550 00000 n -0000486641 00000 n -0000021269 00000 n -0000021335 00000 n -0000333961 00000 n -0000486508 00000 n -0000021383 00000 n -0000021427 00000 n -0000334086 00000 n -0000486429 00000 n -0000021477 00000 n -0000021507 00000 n -0000334211 00000 n -0000486350 00000 n -0000021557 00000 n -0000021598 00000 n -0000335833 00000 n -0000486217 00000 n -0000021646 00000 n -0000021680 00000 n -0000335958 00000 n -0000486099 00000 n -0000021730 00000 n -0000021784 00000 n -0000336083 00000 n -0000486020 00000 n -0000021839 00000 n -0000021887 00000 n -0000339891 00000 n -0000485941 00000 n -0000021942 00000 n -0000021998 00000 n -0000342361 00000 n -0000485809 00000 n -0000022048 00000 n -0000022136 00000 n -0000342486 00000 n -0000485730 00000 n -0000022191 00000 n -0000022249 00000 n -0000345337 00000 n -0000485651 00000 n -0000022304 00000 n -0000022373 00000 n -0000351485 00000 n -0000485519 00000 n -0000022423 00000 n -0000022482 00000 n -0000351610 00000 n -0000485454 00000 n -0000022537 00000 n -0000022605 00000 n -0000361686 00000 n -0000485336 00000 n -0000022655 00000 n -0000022690 00000 n -0000361811 00000 n -0000485257 00000 n -0000022745 00000 n -0000022803 00000 n -0000361935 00000 n -0000485178 00000 n -0000022858 00000 n -0000022911 00000 n -0000364145 00000 n -0000485045 00000 n -0000022959 00000 n -0000023000 00000 n -0000364270 00000 n -0000484966 00000 n -0000023050 00000 n -0000023085 00000 n -0000364395 00000 n -0000484887 00000 n -0000023135 00000 n -0000023167 00000 n -0000368246 00000 n -0000484807 00000 n -0000023215 00000 n -0000023255 00000 n -0000023627 00000 n -0000023868 00000 n -0000023307 00000 n -0000023746 00000 n -0000023807 00000 n -0000480983 00000 n -0000467744 00000 n -0000480817 00000 n -0000467338 00000 n -0000463639 00000 n -0000467175 00000 n -0000481856 00000 n -0000026001 00000 n -0000025083 00000 n -0000023953 00000 n -0000025940 00000 n -0000462818 00000 n -0000446614 00000 n -0000462654 00000 n -0000444669 00000 n -0000426266 00000 n -0000444506 00000 n -0000025246 00000 n -0000425294 00000 n -0000409425 00000 n -0000425130 00000 n -0000025417 00000 n -0000025587 00000 n -0000025758 00000 n -0000029375 00000 n -0000027498 00000 n -0000026099 00000 n -0000029253 00000 n -0000029314 00000 n -0000027709 00000 n -0000407949 00000 n -0000406010 00000 n -0000407785 00000 n -0000027857 00000 n -0000028011 00000 n -0000028158 00000 n -0000028317 00000 n -0000404110 00000 n -0000402099 00000 n -0000403947 00000 n -0000028468 00000 n -0000028655 00000 n -0000028803 00000 n -0000028953 00000 n -0000029102 00000 n -0000093856 00000 n -0000100707 00000 n -0000109170 00000 n -0000122435 00000 n -0000132554 00000 n -0000152968 00000 n -0000162322 00000 n -0000176999 00000 n -0000180423 00000 n -0000035490 00000 n -0000031551 00000 n -0000029486 00000 n -0000035429 00000 n -0000031873 00000 n -0000032043 00000 n -0000032214 00000 n -0000032363 00000 n -0000032538 00000 n -0000032713 00000 n -0000032883 00000 n -0000033033 00000 n -0000033179 00000 n -0000033325 00000 n -0000033477 00000 n -0000033647 00000 n -0000033797 00000 n -0000033969 00000 n -0000034122 00000 n -0000034296 00000 n -0000034468 00000 n -0000034613 00000 n -0000034780 00000 n -0000034953 00000 n -0000035105 00000 n -0000035260 00000 n -0000185461 00000 n -0000278160 00000 n -0000295156 00000 n -0000299354 00000 n -0000315383 00000 n -0000323692 00000 n -0000334023 00000 n -0000335895 00000 n -0000364207 00000 n -0000368308 00000 n -0000044750 00000 n -0000038024 00000 n -0000035588 00000 n -0000044624 00000 n -0000044687 00000 n -0000038509 00000 n -0000038661 00000 n -0000038815 00000 n -0000038970 00000 n -0000039125 00000 n -0000039278 00000 n -0000039433 00000 n -0000039588 00000 n -0000039743 00000 n -0000039897 00000 n -0000040052 00000 n -0000040205 00000 n -0000040359 00000 n -0000040514 00000 n -0000040669 00000 n -0000040824 00000 n -0000040979 00000 n -0000041139 00000 n -0000041299 00000 n -0000041459 00000 n -0000041612 00000 n -0000041765 00000 n -0000041919 00000 n -0000042074 00000 n -0000042229 00000 n -0000042389 00000 n -0000042549 00000 n -0000042709 00000 n -0000042869 00000 n -0000043029 00000 n -0000043189 00000 n -0000043348 00000 n -0000043508 00000 n -0000043668 00000 n -0000043828 00000 n -0000043987 00000 n -0000044147 00000 n -0000044306 00000 n -0000044465 00000 n -0000056343 00000 n -0000048059 00000 n -0000044836 00000 n -0000056280 00000 n -0000401514 00000 n -0000392324 00000 n -0000401348 00000 n -0000048625 00000 n -0000048780 00000 n -0000048940 00000 n -0000049100 00000 n -0000049255 00000 n -0000049408 00000 n -0000049563 00000 n -0000049723 00000 n -0000049882 00000 n -0000050042 00000 n -0000050197 00000 n -0000050356 00000 n -0000050508 00000 n -0000050663 00000 n -0000050818 00000 n -0000050973 00000 n -0000051128 00000 n -0000051283 00000 n -0000051438 00000 n -0000051592 00000 n -0000051747 00000 n -0000051902 00000 n -0000052054 00000 n -0000052205 00000 n -0000052360 00000 n -0000052514 00000 n -0000052670 00000 n -0000052831 00000 n -0000052990 00000 n -0000053146 00000 n -0000053307 00000 n -0000053468 00000 n -0000053633 00000 n -0000053799 00000 n -0000053960 00000 n -0000054126 00000 n -0000054292 00000 n -0000054458 00000 n -0000054624 00000 n -0000054790 00000 n -0000054955 00000 n -0000055120 00000 n -0000055286 00000 n -0000055452 00000 n -0000055618 00000 n -0000055785 00000 n -0000055950 00000 n -0000056115 00000 n -0000069231 00000 n -0000060003 00000 n -0000056443 00000 n -0000069168 00000 n -0000060606 00000 n -0000060773 00000 n -0000060940 00000 n -0000061107 00000 n -0000061274 00000 n -0000061441 00000 n -0000061608 00000 n -0000061775 00000 n -0000061942 00000 n -0000062108 00000 n -0000062275 00000 n -0000062442 00000 n -0000062608 00000 n -0000062775 00000 n -0000062942 00000 n -0000063109 00000 n -0000063276 00000 n -0000063432 00000 n -0000063593 00000 n -0000063754 00000 n -0000063920 00000 n -0000064085 00000 n -0000064251 00000 n -0000064417 00000 n -0000064583 00000 n -0000064748 00000 n -0000064914 00000 n -0000065080 00000 n -0000065241 00000 n -0000065402 00000 n -0000065563 00000 n -0000065724 00000 n -0000065890 00000 n -0000066056 00000 n -0000066216 00000 n -0000066382 00000 n -0000066548 00000 n -0000066708 00000 n -0000066874 00000 n -0000067040 00000 n -0000067201 00000 n -0000067367 00000 n -0000067533 00000 n -0000067695 00000 n -0000067862 00000 n -0000068029 00000 n -0000068190 00000 n -0000068357 00000 n -0000068524 00000 n -0000068685 00000 n -0000068849 00000 n -0000069014 00000 n -0000481976 00000 n -0000080711 00000 n -0000072144 00000 n -0000069318 00000 n -0000080648 00000 n -0000072720 00000 n -0000072881 00000 n -0000073047 00000 n -0000073213 00000 n -0000073374 00000 n -0000073540 00000 n -0000073706 00000 n -0000073867 00000 n -0000074033 00000 n -0000074198 00000 n -0000074359 00000 n -0000074525 00000 n -0000074690 00000 n -0000074851 00000 n -0000075017 00000 n -0000075183 00000 n -0000075339 00000 n -0000075500 00000 n -0000075666 00000 n -0000075832 00000 n -0000075993 00000 n -0000076158 00000 n -0000076324 00000 n -0000076480 00000 n -0000076641 00000 n -0000076806 00000 n -0000076972 00000 n -0000077133 00000 n -0000077299 00000 n -0000077465 00000 n -0000077621 00000 n -0000077782 00000 n -0000077943 00000 n -0000078104 00000 n -0000078259 00000 n -0000078420 00000 n -0000078586 00000 n -0000078751 00000 n -0000078912 00000 n -0000079078 00000 n -0000079244 00000 n -0000079410 00000 n -0000079564 00000 n -0000079720 00000 n -0000079876 00000 n -0000080030 00000 n -0000080186 00000 n -0000080342 00000 n -0000080494 00000 n -0000091194 00000 n -0000083850 00000 n -0000080824 00000 n -0000091131 00000 n -0000084372 00000 n -0000084526 00000 n -0000084682 00000 n -0000084838 00000 n -0000084994 00000 n -0000085150 00000 n -0000085311 00000 n -0000085472 00000 n -0000085633 00000 n -0000085788 00000 n -0000085949 00000 n -0000086110 00000 n -0000086265 00000 n -0000086421 00000 n -0000086575 00000 n -0000086731 00000 n -0000086887 00000 n -0000087043 00000 n -0000087197 00000 n -0000087352 00000 n -0000087508 00000 n -0000087669 00000 n -0000087828 00000 n -0000087983 00000 n -0000088144 00000 n -0000088298 00000 n -0000088454 00000 n -0000088610 00000 n -0000088764 00000 n -0000088919 00000 n -0000089080 00000 n -0000089241 00000 n -0000089397 00000 n -0000089557 00000 n -0000089718 00000 n -0000089874 00000 n -0000090035 00000 n -0000090191 00000 n -0000090352 00000 n -0000090513 00000 n -0000090667 00000 n -0000090822 00000 n -0000090978 00000 n -0000094042 00000 n -0000093610 00000 n -0000091294 00000 n -0000093733 00000 n -0000093979 00000 n -0000098029 00000 n -0000097595 00000 n -0000094128 00000 n -0000097718 00000 n -0000097842 00000 n -0000097966 00000 n -0000101389 00000 n -0000100460 00000 n -0000098142 00000 n -0000100583 00000 n -0000100830 00000 n -0000100893 00000 n -0000100954 00000 n -0000101017 00000 n -0000101140 00000 n -0000101264 00000 n -0000101327 00000 n -0000105616 00000 n -0000104868 00000 n -0000101475 00000 n -0000104991 00000 n -0000105054 00000 n -0000105117 00000 n -0000105180 00000 n -0000105243 00000 n -0000105306 00000 n -0000105430 00000 n -0000105553 00000 n -0000482101 00000 n -0000107124 00000 n -0000106938 00000 n -0000105716 00000 n -0000107061 00000 n -0000109545 00000 n -0000108923 00000 n -0000107211 00000 n -0000109046 00000 n -0000109293 00000 n -0000109356 00000 n -0000109419 00000 n -0000109482 00000 n -0000111814 00000 n -0000111441 00000 n -0000109644 00000 n -0000111564 00000 n -0000111627 00000 n -0000111751 00000 n -0000114018 00000 n -0000113709 00000 n -0000111927 00000 n -0000113832 00000 n -0000113956 00000 n -0000116283 00000 n -0000115784 00000 n -0000114144 00000 n -0000115907 00000 n -0000116031 00000 n -0000116094 00000 n -0000116157 00000 n -0000116220 00000 n -0000118910 00000 n -0000118229 00000 n -0000116396 00000 n -0000118352 00000 n -0000118476 00000 n -0000118600 00000 n -0000118723 00000 n -0000118847 00000 n -0000482226 00000 n -0000122686 00000 n -0000121768 00000 n -0000119010 00000 n -0000122311 00000 n -0000121921 00000 n -0000122121 00000 n -0000122497 00000 n -0000122560 00000 n -0000122623 00000 n -0000127633 00000 n -0000126253 00000 n -0000122785 00000 n -0000126376 00000 n -0000126439 00000 n -0000126502 00000 n -0000126565 00000 n -0000126628 00000 n -0000126691 00000 n -0000126754 00000 n -0000126817 00000 n -0000126880 00000 n -0000126943 00000 n -0000127005 00000 n -0000127068 00000 n -0000127131 00000 n -0000127193 00000 n -0000127256 00000 n -0000127319 00000 n -0000127382 00000 n -0000127445 00000 n -0000127508 00000 n -0000127571 00000 n -0000129812 00000 n -0000129437 00000 n -0000127720 00000 n -0000129560 00000 n -0000129623 00000 n -0000129686 00000 n -0000129749 00000 n -0000133304 00000 n -0000132307 00000 n -0000129899 00000 n -0000132430 00000 n -0000132677 00000 n -0000132801 00000 n -0000132864 00000 n -0000132927 00000 n -0000132990 00000 n -0000133053 00000 n -0000133116 00000 n -0000133179 00000 n -0000133242 00000 n -0000137323 00000 n -0000136387 00000 n -0000133390 00000 n -0000136510 00000 n -0000136573 00000 n -0000136636 00000 n -0000136699 00000 n -0000136762 00000 n -0000136885 00000 n -0000137010 00000 n -0000137135 00000 n -0000137260 00000 n -0000140217 00000 n -0000138910 00000 n -0000137423 00000 n -0000139033 00000 n -0000139158 00000 n -0000139282 00000 n -0000139407 00000 n -0000139532 00000 n -0000139657 00000 n -0000139782 00000 n -0000139906 00000 n -0000140030 00000 n -0000140155 00000 n -0000482351 00000 n -0000143287 00000 n -0000142103 00000 n -0000140317 00000 n -0000142226 00000 n -0000142351 00000 n -0000142475 00000 n -0000142599 00000 n -0000142724 00000 n -0000142849 00000 n -0000142910 00000 n -0000142972 00000 n -0000143035 00000 n -0000143098 00000 n -0000143161 00000 n -0000143224 00000 n -0000147494 00000 n -0000146493 00000 n -0000143400 00000 n -0000146616 00000 n -0000146679 00000 n -0000146742 00000 n -0000146805 00000 n -0000146867 00000 n -0000146930 00000 n -0000146993 00000 n -0000147056 00000 n -0000147118 00000 n -0000147243 00000 n -0000147306 00000 n -0000147369 00000 n -0000147431 00000 n -0000150522 00000 n -0000149582 00000 n -0000147594 00000 n -0000149705 00000 n -0000149830 00000 n -0000149893 00000 n -0000149956 00000 n -0000150019 00000 n -0000150082 00000 n -0000150145 00000 n -0000150208 00000 n -0000150271 00000 n -0000150333 00000 n -0000150396 00000 n -0000150459 00000 n -0000153970 00000 n -0000152720 00000 n -0000150622 00000 n -0000152843 00000 n -0000153092 00000 n -0000153155 00000 n -0000153218 00000 n -0000153281 00000 n -0000153343 00000 n -0000153406 00000 n -0000153469 00000 n -0000153531 00000 n -0000153656 00000 n -0000153719 00000 n -0000153782 00000 n -0000153845 00000 n -0000153908 00000 n -0000156122 00000 n -0000155686 00000 n -0000154069 00000 n -0000155809 00000 n -0000155934 00000 n -0000156059 00000 n -0000158319 00000 n -0000157758 00000 n -0000156248 00000 n -0000157881 00000 n -0000158004 00000 n -0000158067 00000 n -0000158130 00000 n -0000158193 00000 n -0000158256 00000 n -0000482476 00000 n -0000159398 00000 n -0000159087 00000 n -0000158445 00000 n -0000159210 00000 n -0000159335 00000 n -0000162634 00000 n -0000162074 00000 n -0000159498 00000 n -0000162197 00000 n -0000162446 00000 n -0000162571 00000 n -0000166295 00000 n -0000165734 00000 n -0000162733 00000 n -0000165857 00000 n -0000165982 00000 n -0000166107 00000 n -0000166232 00000 n -0000170118 00000 n -0000169558 00000 n -0000166395 00000 n -0000169681 00000 n -0000169806 00000 n -0000169930 00000 n -0000170055 00000 n -0000173980 00000 n -0000173671 00000 n -0000170231 00000 n -0000173794 00000 n -0000173919 00000 n -0000177061 00000 n -0000176751 00000 n -0000174080 00000 n -0000176874 00000 n -0000391721 00000 n -0000382823 00000 n -0000391555 00000 n -0000382588 00000 n -0000380714 00000 n -0000382422 00000 n -0000482601 00000 n -0000179131 00000 n -0000178945 00000 n -0000177188 00000 n -0000179068 00000 n -0000180924 00000 n -0000180175 00000 n -0000179259 00000 n -0000180298 00000 n -0000180547 00000 n -0000180610 00000 n -0000180673 00000 n -0000180736 00000 n -0000180798 00000 n -0000180861 00000 n -0000185649 00000 n -0000183773 00000 n -0000181023 00000 n -0000185336 00000 n -0000185586 00000 n -0000183971 00000 n -0000184164 00000 n -0000184358 00000 n -0000184580 00000 n -0000184767 00000 n -0000184943 00000 n -0000185149 00000 n -0000189410 00000 n -0000188290 00000 n -0000185774 00000 n -0000188413 00000 n -0000188476 00000 n -0000188539 00000 n -0000188602 00000 n -0000188661 00000 n -0000188724 00000 n -0000188849 00000 n -0000188974 00000 n -0000189099 00000 n -0000189222 00000 n -0000189285 00000 n -0000189348 00000 n -0000192745 00000 n -0000191997 00000 n -0000189510 00000 n -0000192120 00000 n -0000192183 00000 n -0000192246 00000 n -0000192309 00000 n -0000192434 00000 n -0000192557 00000 n -0000192682 00000 n -0000195465 00000 n -0000194408 00000 n -0000192845 00000 n -0000194531 00000 n -0000194656 00000 n -0000194781 00000 n -0000194906 00000 n -0000195031 00000 n -0000195153 00000 n -0000195278 00000 n -0000195403 00000 n -0000482726 00000 n -0000198049 00000 n -0000197113 00000 n -0000195578 00000 n -0000197236 00000 n -0000197361 00000 n -0000197486 00000 n -0000197611 00000 n -0000197736 00000 n -0000197861 00000 n -0000197986 00000 n -0000200936 00000 n -0000200252 00000 n -0000198149 00000 n -0000200375 00000 n -0000200500 00000 n -0000200624 00000 n -0000200749 00000 n -0000200874 00000 n -0000203783 00000 n -0000203100 00000 n -0000201062 00000 n -0000203223 00000 n -0000203348 00000 n -0000203473 00000 n -0000203597 00000 n -0000203721 00000 n -0000206427 00000 n -0000205991 00000 n -0000203909 00000 n -0000206114 00000 n -0000206239 00000 n -0000206364 00000 n -0000208902 00000 n -0000208342 00000 n -0000206553 00000 n -0000208465 00000 n -0000208590 00000 n -0000208714 00000 n -0000208839 00000 n -0000211048 00000 n -0000210737 00000 n -0000209015 00000 n -0000210860 00000 n -0000210985 00000 n -0000482851 00000 n -0000213807 00000 n -0000213371 00000 n -0000211161 00000 n -0000213494 00000 n -0000213619 00000 n -0000213744 00000 n -0000216798 00000 n -0000216362 00000 n -0000213920 00000 n -0000216485 00000 n -0000216610 00000 n -0000216735 00000 n -0000219833 00000 n -0000219522 00000 n -0000216924 00000 n -0000219645 00000 n -0000219770 00000 n -0000223229 00000 n -0000222793 00000 n -0000219933 00000 n -0000222916 00000 n -0000223041 00000 n -0000223166 00000 n -0000226161 00000 n -0000225725 00000 n -0000223368 00000 n -0000225848 00000 n -0000225973 00000 n -0000226098 00000 n -0000229069 00000 n -0000228383 00000 n -0000226287 00000 n -0000228506 00000 n -0000228631 00000 n -0000228756 00000 n -0000228881 00000 n -0000229006 00000 n -0000482976 00000 n -0000231683 00000 n -0000231122 00000 n -0000229169 00000 n -0000231245 00000 n -0000231370 00000 n -0000231495 00000 n -0000231620 00000 n -0000234569 00000 n -0000234135 00000 n -0000231783 00000 n -0000234258 00000 n -0000234383 00000 n -0000234506 00000 n -0000237150 00000 n -0000236589 00000 n -0000234695 00000 n -0000236712 00000 n -0000236837 00000 n -0000236962 00000 n -0000237087 00000 n -0000239632 00000 n -0000238697 00000 n -0000237276 00000 n -0000238820 00000 n -0000238945 00000 n -0000239070 00000 n -0000239194 00000 n -0000239319 00000 n -0000239444 00000 n -0000239569 00000 n -0000242332 00000 n -0000241146 00000 n -0000239758 00000 n -0000241269 00000 n -0000241394 00000 n -0000241519 00000 n -0000241644 00000 n -0000241769 00000 n -0000241894 00000 n -0000242019 00000 n -0000242144 00000 n -0000242269 00000 n -0000244957 00000 n -0000244396 00000 n -0000242445 00000 n -0000244519 00000 n -0000244644 00000 n -0000244769 00000 n -0000244894 00000 n -0000483101 00000 n -0000247736 00000 n -0000247176 00000 n -0000245070 00000 n -0000247299 00000 n -0000247424 00000 n -0000247549 00000 n -0000247674 00000 n -0000250651 00000 n -0000249965 00000 n -0000247862 00000 n -0000250088 00000 n -0000250213 00000 n -0000250338 00000 n -0000250463 00000 n -0000250588 00000 n -0000253679 00000 n -0000252745 00000 n -0000250764 00000 n -0000252868 00000 n -0000252993 00000 n -0000253118 00000 n -0000253243 00000 n -0000253368 00000 n -0000253493 00000 n -0000253617 00000 n -0000255982 00000 n -0000255297 00000 n -0000253792 00000 n -0000255420 00000 n -0000255545 00000 n -0000255670 00000 n -0000255794 00000 n -0000255919 00000 n -0000258601 00000 n -0000257915 00000 n -0000256108 00000 n -0000258038 00000 n -0000258163 00000 n -0000258288 00000 n -0000258413 00000 n -0000258538 00000 n -0000260993 00000 n -0000260432 00000 n -0000258740 00000 n -0000260555 00000 n -0000260680 00000 n -0000260805 00000 n -0000260930 00000 n -0000483226 00000 n -0000263725 00000 n -0000263041 00000 n -0000261119 00000 n -0000263164 00000 n -0000263289 00000 n -0000263413 00000 n -0000263537 00000 n -0000263662 00000 n -0000266708 00000 n -0000265897 00000 n -0000263838 00000 n -0000266020 00000 n -0000266145 00000 n -0000266270 00000 n -0000266395 00000 n -0000266520 00000 n -0000266645 00000 n -0000268457 00000 n -0000268146 00000 n -0000266821 00000 n -0000268269 00000 n -0000268394 00000 n -0000271406 00000 n -0000270721 00000 n -0000268570 00000 n -0000270844 00000 n -0000270968 00000 n -0000271093 00000 n -0000271218 00000 n -0000271343 00000 n -0000273983 00000 n -0000273424 00000 n -0000271519 00000 n -0000273547 00000 n -0000273672 00000 n -0000273795 00000 n -0000273920 00000 n -0000275926 00000 n -0000275490 00000 n -0000274096 00000 n -0000275613 00000 n -0000275738 00000 n -0000275863 00000 n -0000483351 00000 n -0000278597 00000 n -0000277912 00000 n -0000276039 00000 n -0000278035 00000 n -0000278285 00000 n -0000278410 00000 n -0000278535 00000 n -0000282596 00000 n -0000282159 00000 n -0000278696 00000 n -0000282282 00000 n -0000282345 00000 n -0000282408 00000 n -0000282471 00000 n -0000282534 00000 n -0000285834 00000 n -0000285146 00000 n -0000282709 00000 n -0000285269 00000 n -0000285332 00000 n -0000285395 00000 n -0000285458 00000 n -0000285521 00000 n -0000285646 00000 n -0000285771 00000 n -0000288185 00000 n -0000287999 00000 n -0000285947 00000 n -0000288122 00000 n -0000291737 00000 n -0000291551 00000 n -0000288298 00000 n -0000291674 00000 n -0000293057 00000 n -0000292871 00000 n -0000291850 00000 n -0000292994 00000 n -0000483476 00000 n -0000295344 00000 n -0000294908 00000 n -0000293157 00000 n -0000295031 00000 n -0000295281 00000 n -0000296489 00000 n -0000296303 00000 n -0000295443 00000 n -0000296426 00000 n -0000299542 00000 n -0000299106 00000 n -0000296576 00000 n -0000299229 00000 n -0000299479 00000 n -0000303473 00000 n -0000303038 00000 n -0000299641 00000 n -0000303161 00000 n -0000303286 00000 n -0000303410 00000 n -0000307176 00000 n -0000306240 00000 n -0000303586 00000 n -0000306363 00000 n -0000306488 00000 n -0000306613 00000 n -0000306738 00000 n -0000306863 00000 n -0000306988 00000 n -0000307113 00000 n -0000310254 00000 n -0000309818 00000 n -0000307289 00000 n -0000309941 00000 n -0000310066 00000 n -0000310191 00000 n -0000483601 00000 n -0000312313 00000 n -0000312002 00000 n -0000310367 00000 n -0000312125 00000 n -0000312250 00000 n -0000315695 00000 n -0000315135 00000 n -0000312440 00000 n -0000315258 00000 n -0000315508 00000 n -0000315633 00000 n -0000318833 00000 n -0000318459 00000 n -0000315781 00000 n -0000318582 00000 n -0000318707 00000 n -0000318770 00000 n -0000321620 00000 n -0000321434 00000 n -0000318973 00000 n -0000321557 00000 n -0000324129 00000 n -0000323444 00000 n -0000321747 00000 n -0000323567 00000 n -0000323817 00000 n -0000323942 00000 n -0000324066 00000 n -0000327674 00000 n -0000327114 00000 n -0000324228 00000 n -0000327237 00000 n -0000327362 00000 n -0000327487 00000 n -0000327611 00000 n -0000483726 00000 n -0000329445 00000 n -0000331038 00000 n -0000329322 00000 n -0000327787 00000 n -0000330975 00000 n -0000379408 00000 n -0000377073 00000 n -0000379241 00000 n -0000375450 00000 n -0000369404 00000 n -0000375284 00000 n -0000330804 00000 n -0000330862 00000 n -0000330952 00000 n -0000334336 00000 n -0000333775 00000 n -0000331209 00000 n -0000333898 00000 n -0000334148 00000 n -0000334273 00000 n -0000336208 00000 n -0000335647 00000 n -0000334461 00000 n -0000335770 00000 n -0000336020 00000 n -0000336145 00000 n -0000337545 00000 n -0000337359 00000 n -0000336307 00000 n -0000337482 00000 n -0000340016 00000 n -0000339705 00000 n -0000337658 00000 n -0000339828 00000 n -0000339953 00000 n -0000342611 00000 n -0000342175 00000 n -0000340142 00000 n -0000342298 00000 n -0000342423 00000 n -0000342548 00000 n -0000483851 00000 n -0000345462 00000 n -0000345151 00000 n -0000342738 00000 n -0000345274 00000 n -0000345399 00000 n -0000347152 00000 n -0000346966 00000 n -0000345602 00000 n -0000347089 00000 n -0000348613 00000 n -0000348427 00000 n -0000347252 00000 n -0000348550 00000 n -0000352049 00000 n -0000351299 00000 n -0000348713 00000 n -0000351422 00000 n -0000351547 00000 n -0000351672 00000 n -0000351735 00000 n -0000351798 00000 n -0000351861 00000 n -0000351924 00000 n -0000351986 00000 n -0000353161 00000 n -0000352975 00000 n -0000352175 00000 n -0000353098 00000 n -0000356587 00000 n -0000355913 00000 n -0000353274 00000 n -0000356209 00000 n -0000356272 00000 n -0000356335 00000 n -0000356398 00000 n -0000356461 00000 n -0000356057 00000 n -0000356524 00000 n -0000483976 00000 n -0000357949 00000 n -0000357763 00000 n -0000356700 00000 n -0000357886 00000 n -0000359426 00000 n -0000359178 00000 n -0000358049 00000 n -0000359301 00000 n -0000359364 00000 n -0000362056 00000 n -0000361437 00000 n -0000359526 00000 n -0000361560 00000 n -0000361623 00000 n -0000361748 00000 n -0000361873 00000 n -0000361993 00000 n -0000362723 00000 n -0000362537 00000 n -0000362169 00000 n -0000362660 00000 n -0000364520 00000 n -0000363959 00000 n -0000362823 00000 n -0000364082 00000 n -0000364332 00000 n -0000364457 00000 n -0000368371 00000 n -0000367674 00000 n -0000364619 00000 n -0000368183 00000 n -0000367827 00000 n -0000368003 00000 n -0000484101 00000 n -0000368457 00000 n -0000375746 00000 n -0000376063 00000 n -0000379611 00000 n -0000379718 00000 n -0000382798 00000 n -0000392057 00000 n -0000401837 00000 n -0000404321 00000 n -0000404352 00000 n -0000408185 00000 n -0000408406 00000 n -0000425881 00000 n -0000445234 00000 n -0000445665 00000 n -0000463258 00000 n -0000467563 00000 n -0000481456 00000 n -0000484181 00000 n -0000484306 00000 n -0000484432 00000 n -0000484558 00000 n -0000484638 00000 n -0000484730 00000 n -0000506760 00000 n -0000522636 00000 n -0000522677 00000 n -0000522717 00000 n -0000522948 00000 n -trailer -<< -/Size 2097 -/Root 2095 0 R -/Info 2096 0 R ->> -startxref -523104 -%%EOF diff -u -r --new-file samba-3.0.0/docs/Samba-HOWTO-Collection.pdf samba-3.0.1/docs/Samba-HOWTO-Collection.pdf --- samba-3.0.0/docs/Samba-HOWTO-Collection.pdf Wed Sep 24 12:15:50 2003 +++ samba-3.0.1/docs/Samba-HOWTO-Collection.pdf Wed Dec 10 16:14:15 2003 @@ -75,12232 +75,12345 @@ << /S /GoTo /D (subsection.2.2.2) >> endobj 56 0 obj -(2.2.2 Example Configuration) +(2.2.2 Starting Samba) endobj 57 0 obj -<< /S /GoTo /D (subsubsection.2.2.2.1) >> +<< /S /GoTo /D (subsection.2.2.3) >> endobj 60 0 obj -(2.2.2.1 Test Your Config File with testparm) +(2.2.3 Example Configuration) endobj 61 0 obj -<< /S /GoTo /D (subsection.2.2.3) >> +<< /S /GoTo /D (subsubsection.2.2.3.1) >> endobj 64 0 obj -(2.2.3 SWAT) +(2.2.3.1 Test Your Config File with testparm) endobj 65 0 obj -<< /S /GoTo /D (section.2.3) >> +<< /S /GoTo /D (subsection.2.2.4) >> endobj 68 0 obj -(2.3 List Shares Available on the Server) +(2.2.4 SWAT) endobj 69 0 obj -<< /S /GoTo /D (section.2.4) >> +<< /S /GoTo /D (section.2.3) >> endobj 72 0 obj -(2.4 Connect with a UNIX Client) +(2.3 List Shares Available on the Server) endobj 73 0 obj -<< /S /GoTo /D (section.2.5) >> +<< /S /GoTo /D (section.2.4) >> endobj 76 0 obj -(2.5 Connect from a Remote SMB Client) +(2.4 Connect with a UNIX Client) endobj 77 0 obj -<< /S /GoTo /D (section.2.6) >> +<< /S /GoTo /D (section.2.5) >> endobj 80 0 obj -(2.6 What If Things Don't Work?) +(2.5 Connect from a Remote SMB Client) endobj 81 0 obj -<< /S /GoTo /D (section.2.7) >> +<< /S /GoTo /D (section.2.6) >> endobj 84 0 obj -(2.7 Common Errors) +(2.6 What If Things Don't Work?) endobj 85 0 obj -<< /S /GoTo /D (subsection.2.7.1) >> +<< /S /GoTo /D (section.2.7) >> endobj 88 0 obj -(2.7.1 Large Number of smbd Processes) +(2.7 Common Errors) endobj 89 0 obj -<< /S /GoTo /D (subsection.2.7.2) >> +<< /S /GoTo /D (subsection.2.7.1) >> endobj 92 0 obj -(2.7.2 Error Message: open\137oplock\137ipc) +(2.7.1 Large Number of smbd Processes) endobj 93 0 obj -<< /S /GoTo /D (subsection.2.7.3) >> +<< /S /GoTo /D (subsection.2.7.2) >> endobj 96 0 obj -(2.7.3 ``The network name cannot be found'') +(2.7.2 Error Message: open\137oplock\137ipc) endobj 97 0 obj -<< /S /GoTo /D (chapter.3) >> +<< /S /GoTo /D (subsection.2.7.3) >> endobj 100 0 obj -(3 Fast Start for the Impatient) +(2.7.3 `The network name cannot be found') endobj 101 0 obj -<< /S /GoTo /D (section.3.1) >> +<< /S /GoTo /D (chapter.3) >> endobj 104 0 obj -(3.1 Note) +(3 Fast Start for the Impatient) endobj 105 0 obj -<< /S /GoTo /D (part.2) >> +<< /S /GoTo /D (section.3.1) >> endobj 108 0 obj -(II Server Configuration Basics) +(3.1 Note) endobj 109 0 obj -<< /S /GoTo /D (chapter.4) >> +<< /S /GoTo /D (part.2) >> endobj 112 0 obj -(4 Server Types and Security Modes) +(II Server Configuration Basics) endobj 113 0 obj -<< /S /GoTo /D (section.4.1) >> +<< /S /GoTo /D (chapter.4) >> endobj 116 0 obj -(4.1 Features and Benefits) +(4 Server Types and Security Modes) endobj 117 0 obj -<< /S /GoTo /D (section.4.2) >> +<< /S /GoTo /D (section.4.1) >> endobj 120 0 obj -(4.2 Server Types) +(4.1 Features and Benefits) endobj 121 0 obj -<< /S /GoTo /D (section.4.3) >> +<< /S /GoTo /D (section.4.2) >> endobj 124 0 obj -(4.3 Samba Security Modes) +(4.2 Server Types) endobj 125 0 obj -<< /S /GoTo /D (subsection.4.3.1) >> +<< /S /GoTo /D (section.4.3) >> endobj 128 0 obj -(4.3.1 User Level Security) +(4.3 Samba Security Modes) endobj 129 0 obj -<< /S /GoTo /D (subsubsection.4.3.1.1) >> +<< /S /GoTo /D (subsection.4.3.1) >> endobj 132 0 obj -(4.3.1.1 Example Configuration) +(4.3.1 User Level Security) endobj 133 0 obj -<< /S /GoTo /D (subsection.4.3.2) >> +<< /S /GoTo /D (subsubsection.4.3.1.1) >> endobj 136 0 obj -(4.3.2 Share Level Security) +(4.3.1.1 Example Configuration) endobj 137 0 obj -<< /S /GoTo /D (subsubsection.4.3.2.1) >> +<< /S /GoTo /D (subsection.4.3.2) >> endobj 140 0 obj -(4.3.2.1 Example Configuration) +(4.3.2 Share Level Security) endobj 141 0 obj -<< /S /GoTo /D (subsection.4.3.3) >> +<< /S /GoTo /D (subsubsection.4.3.2.1) >> endobj 144 0 obj -(4.3.3 Domain Security Mode \(User Level Security\)) +(4.3.2.1 Example Configuration) endobj 145 0 obj -<< /S /GoTo /D (subsubsection.4.3.3.1) >> +<< /S /GoTo /D (subsection.4.3.3) >> endobj 148 0 obj -(4.3.3.1 Example Configuration) +(4.3.3 Domain Security Mode \(User Level Security\)) endobj 149 0 obj -<< /S /GoTo /D (subsection.4.3.4) >> +<< /S /GoTo /D (subsubsection.4.3.3.1) >> endobj 152 0 obj -(4.3.4 ADS Security Mode \(User Level Security\)) +(4.3.3.1 Example Configuration) endobj 153 0 obj -<< /S /GoTo /D (subsubsection.4.3.4.1) >> +<< /S /GoTo /D (subsection.4.3.4) >> endobj 156 0 obj -(4.3.4.1 Example Configuration) +(4.3.4 ADS Security Mode \(User Level Security\)) endobj 157 0 obj -<< /S /GoTo /D (subsection.4.3.5) >> +<< /S /GoTo /D (subsubsection.4.3.4.1) >> endobj 160 0 obj -(4.3.5 Server Security \(User Level Security\)) +(4.3.4.1 Example Configuration) endobj 161 0 obj -<< /S /GoTo /D (subsubsection.4.3.5.1) >> +<< /S /GoTo /D (subsection.4.3.5) >> endobj 164 0 obj -(4.3.5.1 Example Configuration) +(4.3.5 Server Security \(User Level Security\)) endobj 165 0 obj -<< /S /GoTo /D (section.4.4) >> +<< /S /GoTo /D (subsubsection.4.3.5.1) >> endobj 168 0 obj -(4.4 Password Checking) +(4.3.5.1 Example Configuration) endobj 169 0 obj -<< /S /GoTo /D (section.4.5) >> +<< /S /GoTo /D (section.4.4) >> endobj 172 0 obj -(4.5 Common Errors) +(4.4 Password Checking) endobj 173 0 obj -<< /S /GoTo /D (subsection.4.5.1) >> +<< /S /GoTo /D (section.4.5) >> endobj 176 0 obj -(4.5.1 What Makes Samba a Server?) +(4.5 Common Errors) endobj 177 0 obj -<< /S /GoTo /D (subsection.4.5.2) >> +<< /S /GoTo /D (subsection.4.5.1) >> endobj 180 0 obj -(4.5.2 What Makes Samba a Domain Controller?) +(4.5.1 What Makes Samba a Server?) endobj 181 0 obj -<< /S /GoTo /D (subsection.4.5.3) >> +<< /S /GoTo /D (subsection.4.5.2) >> endobj 184 0 obj -(4.5.3 What Makes Samba a Domain Member?) +(4.5.2 What Makes Samba a Domain Controller?) endobj 185 0 obj -<< /S /GoTo /D (subsection.4.5.4) >> +<< /S /GoTo /D (subsection.4.5.3) >> endobj 188 0 obj -(4.5.4 Constantly Losing Connections to Password Server) +(4.5.3 What Makes Samba a Domain Member?) endobj 189 0 obj -<< /S /GoTo /D (chapter.5) >> +<< /S /GoTo /D (subsection.4.5.4) >> endobj 192 0 obj -(5 Domain Control) +(4.5.4 Constantly Losing Connections to Password Server) endobj 193 0 obj -<< /S /GoTo /D (section.5.1) >> +<< /S /GoTo /D (chapter.5) >> endobj 196 0 obj -(5.1 Features and Benefits) +(5 Domain Control) endobj 197 0 obj -<< /S /GoTo /D (section.5.2) >> +<< /S /GoTo /D (section.5.1) >> endobj 200 0 obj -(5.2 Basics of Domain Control) +(5.1 Features and Benefits) endobj 201 0 obj -<< /S /GoTo /D (subsection.5.2.1) >> +<< /S /GoTo /D (section.5.2) >> endobj 204 0 obj -(5.2.1 Domain Controller Types) +(5.2 Basics of Domain Control) endobj 205 0 obj -<< /S /GoTo /D (subsection.5.2.2) >> +<< /S /GoTo /D (subsection.5.2.1) >> endobj 208 0 obj -(5.2.2 Preparing for Domain Control) +(5.2.1 Domain Controller Types) endobj 209 0 obj -<< /S /GoTo /D (section.5.3) >> +<< /S /GoTo /D (subsection.5.2.2) >> endobj 212 0 obj -(5.3 Domain Control --- Example Configuration) +(5.2.2 Preparing for Domain Control) endobj 213 0 obj -<< /S /GoTo /D (section.5.4) >> +<< /S /GoTo /D (section.5.3) >> endobj 216 0 obj -(5.4 Samba ADS Domain Control) +(5.3 Domain Control Example Configuration) endobj 217 0 obj -<< /S /GoTo /D (section.5.5) >> +<< /S /GoTo /D (section.5.4) >> endobj 220 0 obj -(5.5 Domain and Network Logon Configuration) +(5.4 Samba ADS Domain Control) endobj 221 0 obj -<< /S /GoTo /D (subsection.5.5.1) >> +<< /S /GoTo /D (section.5.5) >> endobj 224 0 obj -(5.5.1 Domain Network Logon Service) +(5.5 Domain and Network Logon Configuration) endobj 225 0 obj -<< /S /GoTo /D (subsubsection.5.5.1.1) >> +<< /S /GoTo /D (subsection.5.5.1) >> endobj 228 0 obj -(5.5.1.1 Example Configuration) +(5.5.1 Domain Network Logon Service) endobj 229 0 obj -<< /S /GoTo /D (subsubsection.5.5.1.2) >> +<< /S /GoTo /D (subsubsection.5.5.1.1) >> endobj 232 0 obj -(5.5.1.2 The Special Case of MS Windows XP Home Edition) +(5.5.1.1 Example Configuration) endobj 233 0 obj -<< /S /GoTo /D (subsubsection.5.5.1.3) >> +<< /S /GoTo /D (subsubsection.5.5.1.2) >> endobj 236 0 obj -(5.5.1.3 The Special Case of Windows 9x/Me) +(5.5.1.2 The Special Case of MS Windows XP Home Edition) endobj 237 0 obj -<< /S /GoTo /D (subsection.5.5.2) >> +<< /S /GoTo /D (subsubsection.5.5.1.3) >> endobj 240 0 obj -(5.5.2 Security Mode and Master Browsers) +(5.5.1.3 The Special Case of Windows 9x/Me) endobj 241 0 obj -<< /S /GoTo /D (section.5.6) >> +<< /S /GoTo /D (subsection.5.5.2) >> endobj 244 0 obj -(5.6 Common Errors) +(5.5.2 Security Mode and Master Browsers) endobj 245 0 obj -<< /S /GoTo /D (subsection.5.6.1) >> +<< /S /GoTo /D (section.5.6) >> endobj 248 0 obj -(5.6.1 ``\044'' Cannot Be Included in Machine Name) +(5.6 Common Errors) endobj 249 0 obj -<< /S /GoTo /D (subsection.5.6.2) >> +<< /S /GoTo /D (subsection.5.6.1) >> endobj 252 0 obj -(5.6.2 Joining Domain Fails Because of Existing Machine Account) +(5.6.1 `\044' Cannot Be Included in Machine Name) endobj 253 0 obj -<< /S /GoTo /D (subsection.5.6.3) >> +<< /S /GoTo /D (subsection.5.6.2) >> endobj 256 0 obj -(5.6.3 The System Cannot Log You On \(C000019B\)) +(5.6.2 Joining Domain Fails Because of Existing Machine Account) endobj 257 0 obj -<< /S /GoTo /D (subsection.5.6.4) >> +<< /S /GoTo /D (subsection.5.6.3) >> endobj 260 0 obj -(5.6.4 The Machine Trust Account Is Not Accessible) +(5.6.3 The System Cannot Log You On \(C000019B\)) endobj 261 0 obj -<< /S /GoTo /D (subsection.5.6.5) >> +<< /S /GoTo /D (subsection.5.6.4) >> endobj 264 0 obj -(5.6.5 Account Disabled) +(5.6.4 The Machine Trust Account Is Not Accessible) endobj 265 0 obj -<< /S /GoTo /D (subsection.5.6.6) >> +<< /S /GoTo /D (subsection.5.6.5) >> endobj 268 0 obj -(5.6.6 Domain Controller Unavailable) +(5.6.5 Account Disabled) endobj 269 0 obj -<< /S /GoTo /D (subsection.5.6.7) >> +<< /S /GoTo /D (subsection.5.6.6) >> endobj 272 0 obj -(5.6.7 Cannot Log onto Domain Member Workstation After Joining Domain) +(5.6.6 Domain Controller Unavailable) endobj 273 0 obj -<< /S /GoTo /D (chapter.6) >> +<< /S /GoTo /D (subsection.5.6.7) >> endobj 276 0 obj -(6 Backup Domain Control) +(5.6.7 Cannot Log onto Domain Member Workstation After Joining Domain) endobj 277 0 obj -<< /S /GoTo /D (section.6.1) >> +<< /S /GoTo /D (chapter.6) >> endobj 280 0 obj -(6.1 Features and Benefits) +(6 Backup Domain Control) endobj 281 0 obj -<< /S /GoTo /D (section.6.2) >> +<< /S /GoTo /D (section.6.1) >> endobj 284 0 obj -(6.2 Essential Background Information) +(6.1 Features and Benefits) endobj 285 0 obj -<< /S /GoTo /D (subsection.6.2.1) >> +<< /S /GoTo /D (section.6.2) >> endobj 288 0 obj -(6.2.1 MS Windows NT4-style Domain Control) +(6.2 Essential Background Information) endobj 289 0 obj -<< /S /GoTo /D (subsubsection.6.2.1.1) >> +<< /S /GoTo /D (subsection.6.2.1) >> endobj 292 0 obj -(6.2.1.1 Example PDC Configuration) +(6.2.1 MS Windows NT4-style Domain Control) endobj 293 0 obj -<< /S /GoTo /D (subsection.6.2.2) >> +<< /S /GoTo /D (subsubsection.6.2.1.1) >> endobj 296 0 obj -(6.2.2 LDAP Configuration Notes) +(6.2.1.1 Example PDC Configuration) endobj 297 0 obj -<< /S /GoTo /D (subsection.6.2.3) >> +<< /S /GoTo /D (subsection.6.2.2) >> endobj 300 0 obj -(6.2.3 Active Directory Domain Control) +(6.2.2 LDAP Configuration Notes) endobj 301 0 obj -<< /S /GoTo /D (subsection.6.2.4) >> +<< /S /GoTo /D (subsection.6.2.3) >> endobj 304 0 obj -(6.2.4 What Qualifies a Domain Controller on the Network?) +(6.2.3 Active Directory Domain Control) endobj 305 0 obj -<< /S /GoTo /D (subsection.6.2.5) >> +<< /S /GoTo /D (subsection.6.2.4) >> endobj 308 0 obj -(6.2.5 How does a Workstation find its Domain Controller?) +(6.2.4 What Qualifies a Domain Controller on the Network?) endobj 309 0 obj -<< /S /GoTo /D (subsubsection.6.2.5.1) >> +<< /S /GoTo /D (subsection.6.2.5) >> endobj 312 0 obj -(6.2.5.1 NetBIOS Over TCP/IP Enabled) +(6.2.5 How does a Workstation find its Domain Controller?) endobj 313 0 obj -<< /S /GoTo /D (subsubsection.6.2.5.2) >> +<< /S /GoTo /D (subsubsection.6.2.5.1) >> endobj 316 0 obj -(6.2.5.2 NetBIOS Over TCP/IP Disabled) +(6.2.5.1 NetBIOS Over TCP/IP Enabled) endobj 317 0 obj -<< /S /GoTo /D (section.6.3) >> +<< /S /GoTo /D (subsubsection.6.2.5.2) >> endobj 320 0 obj -(6.3 Backup Domain Controller Configuration) +(6.2.5.2 NetBIOS Over TCP/IP Disabled) endobj 321 0 obj -<< /S /GoTo /D (subsection.6.3.1) >> +<< /S /GoTo /D (section.6.3) >> endobj 324 0 obj -(6.3.1 Example Configuration) +(6.3 Backup Domain Controller Configuration) endobj 325 0 obj -<< /S /GoTo /D (section.6.4) >> +<< /S /GoTo /D (subsection.6.3.1) >> endobj 328 0 obj -(6.4 Common Errors) +(6.3.1 Example Configuration) endobj 329 0 obj -<< /S /GoTo /D (subsection.6.4.1) >> +<< /S /GoTo /D (section.6.4) >> endobj 332 0 obj -(6.4.1 Machine Accounts Keep Expiring) +(6.4 Common Errors) endobj 333 0 obj -<< /S /GoTo /D (subsection.6.4.2) >> +<< /S /GoTo /D (subsection.6.4.1) >> endobj 336 0 obj -(6.4.2 Can Samba Be a Backup Domain Controller to an NT4 PDC?) +(6.4.1 Machine Accounts Keep Expiring) endobj 337 0 obj -<< /S /GoTo /D (subsection.6.4.3) >> +<< /S /GoTo /D (subsection.6.4.2) >> endobj 340 0 obj -(6.4.3 How Do I Replicate the smbpasswd File?) +(6.4.2 Can Samba Be a Backup Domain Controller to an NT4 PDC?) endobj 341 0 obj -<< /S /GoTo /D (subsection.6.4.4) >> +<< /S /GoTo /D (subsection.6.4.3) >> endobj 344 0 obj -(6.4.4 Can I Do This All with LDAP?) +(6.4.3 How Do I Replicate the smbpasswd File?) endobj 345 0 obj -<< /S /GoTo /D (chapter.7) >> +<< /S /GoTo /D (subsection.6.4.4) >> endobj 348 0 obj -(7 Domain Membership) +(6.4.4 Can I Do This All with LDAP?) endobj 349 0 obj -<< /S /GoTo /D (section.7.1) >> +<< /S /GoTo /D (chapter.7) >> endobj 352 0 obj -(7.1 Features and Benefits) +(7 Domain Membership) endobj 353 0 obj -<< /S /GoTo /D (section.7.2) >> +<< /S /GoTo /D (section.7.1) >> endobj 356 0 obj -(7.2 MS Windows Workstation/Server Machine Trust Accounts) +(7.1 Features and Benefits) endobj 357 0 obj -<< /S /GoTo /D (subsection.7.2.1) >> +<< /S /GoTo /D (section.7.2) >> endobj 360 0 obj -(7.2.1 Manual Creation of Machine Trust Accounts) +(7.2 MS Windows Workstation/Server Machine Trust Accounts) endobj 361 0 obj -<< /S /GoTo /D (subsection.7.2.2) >> +<< /S /GoTo /D (subsection.7.2.1) >> endobj 364 0 obj -(7.2.2 Managing Domain Machine Accounts using NT4 Server Manager) +(7.2.1 Manual Creation of Machine Trust Accounts) endobj 365 0 obj -<< /S /GoTo /D (subsection.7.2.3) >> +<< /S /GoTo /D (subsection.7.2.2) >> endobj 368 0 obj -(7.2.3 On-the-Fly Creation of Machine Trust Accounts) +(7.2.2 Managing Domain Machine Accounts using NT4 Server Manager) endobj 369 0 obj -<< /S /GoTo /D (subsection.7.2.4) >> +<< /S /GoTo /D (subsection.7.2.3) >> endobj 372 0 obj -(7.2.4 Making an MS Windows Workstation or Server a Domain Member) +(7.2.3 On-the-Fly Creation of Machine Trust Accounts) endobj 373 0 obj -<< /S /GoTo /D (subsubsection.7.2.4.1) >> +<< /S /GoTo /D (subsection.7.2.4) >> endobj 376 0 obj -(7.2.4.1 Windows 200x/XP Professional Client) +(7.2.4 Making an MS Windows Workstation or Server a Domain Member) endobj 377 0 obj -<< /S /GoTo /D (subsubsection.7.2.4.2) >> +<< /S /GoTo /D (subsubsection.7.2.4.1) >> endobj 380 0 obj -(7.2.4.2 Windows NT4 Client) +(7.2.4.1 Windows 200x/XP Professional Client) endobj 381 0 obj -<< /S /GoTo /D (subsubsection.7.2.4.3) >> +<< /S /GoTo /D (subsubsection.7.2.4.2) >> endobj 384 0 obj -(7.2.4.3 Samba Client) +(7.2.4.2 Windows NT4 Client) endobj 385 0 obj -<< /S /GoTo /D (section.7.3) >> +<< /S /GoTo /D (subsubsection.7.2.4.3) >> endobj 388 0 obj -(7.3 Domain Member Server) +(7.2.4.3 Samba Client) endobj 389 0 obj -<< /S /GoTo /D (subsection.7.3.1) >> +<< /S /GoTo /D (section.7.3) >> endobj 392 0 obj -(7.3.1 Joining an NT4-type Domain with Samba-3) +(7.3 Domain Member Server) endobj 393 0 obj -<< /S /GoTo /D (subsection.7.3.2) >> +<< /S /GoTo /D (subsection.7.3.1) >> endobj 396 0 obj -(7.3.2 Why Is This Better Than =`security = server=`?) +(7.3.1 Joining an NT4-type Domain with Samba-3) endobj 397 0 obj -<< /S /GoTo /D (section.7.4) >> +<< /S /GoTo /D (subsection.7.3.2) >> endobj 400 0 obj -(7.4 Samba ADS Domain Membership) +(7.3.2 Why Is This Better Than security = server?) endobj 401 0 obj -<< /S /GoTo /D (subsection.7.4.1) >> +<< /S /GoTo /D (section.7.4) >> endobj 404 0 obj -(7.4.1 Configure smb.conf) +(7.4 Samba ADS Domain Membership) endobj 405 0 obj -<< /S /GoTo /D (subsection.7.4.2) >> +<< /S /GoTo /D (subsection.7.4.1) >> endobj 408 0 obj -(7.4.2 Configure /etc/krb5.conf) +(7.4.1 Configure smb.conf) endobj 409 0 obj -<< /S /GoTo /D (subsection.7.4.3) >> +<< /S /GoTo /D (subsection.7.4.2) >> endobj 412 0 obj -(7.4.3 Create the Computer Account) +(7.4.2 Configure /etc/krb5.conf) endobj 413 0 obj -<< /S /GoTo /D (subsubsection.7.4.3.1) >> +<< /S /GoTo /D (subsection.7.4.3) >> endobj 416 0 obj -(7.4.3.1 Possible Errors) +(7.4.3 Create the Computer Account) endobj 417 0 obj -<< /S /GoTo /D (subsection.7.4.4) >> +<< /S /GoTo /D (subsubsection.7.4.3.1) >> endobj 420 0 obj -(7.4.4 Testing Server Setup) +(7.4.3.1 Possible Errors) endobj 421 0 obj -<< /S /GoTo /D (subsection.7.4.5) >> +<< /S /GoTo /D (subsection.7.4.4) >> endobj 424 0 obj -(7.4.5 Testing with smbclient) +(7.4.4 Testing Server Setup) endobj 425 0 obj -<< /S /GoTo /D (subsection.7.4.6) >> +<< /S /GoTo /D (subsection.7.4.5) >> endobj 428 0 obj -(7.4.6 Notes) +(7.4.5 Testing with smbclient) endobj 429 0 obj -<< /S /GoTo /D (section.7.5) >> +<< /S /GoTo /D (subsection.7.4.6) >> endobj 432 0 obj -(7.5 Sharing User ID Mappings between Samba Domain Members) +(7.4.6 Notes) endobj 433 0 obj -<< /S /GoTo /D (section.7.6) >> +<< /S /GoTo /D (section.7.5) >> endobj 436 0 obj -(7.6 Common Errors) +(7.5 Sharing User ID Mappings between Samba Domain Members) endobj 437 0 obj -<< /S /GoTo /D (subsection.7.6.1) >> +<< /S /GoTo /D (section.7.6) >> endobj 440 0 obj -(7.6.1 Cannot Add Machine Back to Domain) +(7.6 Common Errors) endobj 441 0 obj -<< /S /GoTo /D (subsection.7.6.2) >> +<< /S /GoTo /D (subsection.7.6.1) >> endobj 444 0 obj -(7.6.2 Adding Machine to Domain Fails) +(7.6.1 Cannot Add Machine Back to Domain) endobj 445 0 obj -<< /S /GoTo /D (subsection.7.6.3) >> +<< /S /GoTo /D (subsection.7.6.2) >> endobj 448 0 obj -(7.6.3 I Can't Join a Windows 2003 PDC) +(7.6.2 Adding Machine to Domain Fails) endobj 449 0 obj -<< /S /GoTo /D (chapter.8) >> +<< /S /GoTo /D (subsection.7.6.3) >> endobj 452 0 obj -(8 Stand-alone Servers) +(7.6.3 I Can't Join a Windows 2003 PDC) endobj 453 0 obj -<< /S /GoTo /D (section.8.1) >> +<< /S /GoTo /D (chapter.8) >> endobj 456 0 obj -(8.1 Features and Benefits) +(8 Stand-alone Servers) endobj 457 0 obj -<< /S /GoTo /D (section.8.2) >> +<< /S /GoTo /D (section.8.1) >> endobj 460 0 obj -(8.2 Background) +(8.1 Features and Benefits) endobj 461 0 obj -<< /S /GoTo /D (section.8.3) >> +<< /S /GoTo /D (section.8.2) >> endobj 464 0 obj -(8.3 Example Configuration) +(8.2 Background) endobj 465 0 obj -<< /S /GoTo /D (subsection.8.3.1) >> +<< /S /GoTo /D (section.8.3) >> endobj 468 0 obj -(8.3.1 Reference Documentation Server) +(8.3 Example Configuration) endobj 469 0 obj -<< /S /GoTo /D (subsection.8.3.2) >> +<< /S /GoTo /D (subsection.8.3.1) >> endobj 472 0 obj -(8.3.2 Central Print Serving) +(8.3.1 Reference Documentation Server) endobj 473 0 obj -<< /S /GoTo /D (section.8.4) >> +<< /S /GoTo /D (subsection.8.3.2) >> endobj 476 0 obj -(8.4 Common Errors) +(8.3.2 Central Print Serving) endobj 477 0 obj -<< /S /GoTo /D (chapter.9) >> +<< /S /GoTo /D (section.8.4) >> endobj 480 0 obj -(9 MS Windows Network Configuration Guide) +(8.4 Common Errors) endobj 481 0 obj -<< /S /GoTo /D (section.9.1) >> +<< /S /GoTo /D (chapter.9) >> endobj 484 0 obj -(9.1 Note) +(9 MS Windows Network Configuration Guide) endobj 485 0 obj -<< /S /GoTo /D (part.3) >> +<< /S /GoTo /D (section.9.1) >> endobj 488 0 obj -(III Advanced Configuration) +(9.1 Note) endobj 489 0 obj -<< /S /GoTo /D (chapter.10) >> +<< /S /GoTo /D (part.3) >> endobj 492 0 obj -(10 Network Browsing) +(III Advanced Configuration) endobj 493 0 obj -<< /S /GoTo /D (section.10.1) >> +<< /S /GoTo /D (chapter.10) >> endobj 496 0 obj -(10.1 Features and Benefits) +(10 Network Browsing) endobj 497 0 obj -<< /S /GoTo /D (section.10.2) >> +<< /S /GoTo /D (section.10.1) >> endobj 500 0 obj -(10.2 What Is Browsing?) +(10.1 Features and Benefits) endobj 501 0 obj -<< /S /GoTo /D (section.10.3) >> +<< /S /GoTo /D (section.10.2) >> endobj 504 0 obj -(10.3 Discussion) +(10.2 What Is Browsing?) endobj 505 0 obj -<< /S /GoTo /D (subsection.10.3.1) >> +<< /S /GoTo /D (section.10.3) >> endobj 508 0 obj -(10.3.1 NetBIOS over TCP/IP) +(10.3 Discussion) endobj 509 0 obj -<< /S /GoTo /D (subsection.10.3.2) >> +<< /S /GoTo /D (subsection.10.3.1) >> endobj 512 0 obj -(10.3.2 TCP/IP without NetBIOS) +(10.3.1 NetBIOS over TCP/IP) endobj 513 0 obj -<< /S /GoTo /D (subsection.10.3.3) >> +<< /S /GoTo /D (subsection.10.3.2) >> endobj 516 0 obj -(10.3.3 DNS and Active Directory) +(10.3.2 TCP/IP without NetBIOS) endobj 517 0 obj -<< /S /GoTo /D (section.10.4) >> +<< /S /GoTo /D (subsection.10.3.3) >> endobj 520 0 obj -(10.4 How Browsing Functions) +(10.3.3 DNS and Active Directory) endobj 521 0 obj -<< /S /GoTo /D (subsection.10.4.1) >> +<< /S /GoTo /D (section.10.4) >> endobj 524 0 obj -(10.4.1 Configuring WORKGROUP Browsing) +(10.4 How Browsing Functions) endobj 525 0 obj -<< /S /GoTo /D (subsection.10.4.2) >> +<< /S /GoTo /D (subsection.10.4.1) >> endobj 528 0 obj -(10.4.2 DOMAIN Browsing Configuration) +(10.4.1 Configuring WORKGROUP Browsing) endobj 529 0 obj -<< /S /GoTo /D (subsection.10.4.3) >> +<< /S /GoTo /D (subsection.10.4.2) >> endobj 532 0 obj -(10.4.3 Forcing Samba to Be the Master) +(10.4.2 DOMAIN Browsing Configuration) endobj 533 0 obj -<< /S /GoTo /D (subsection.10.4.4) >> +<< /S /GoTo /D (subsection.10.4.3) >> endobj 536 0 obj -(10.4.4 Making Samba the Domain Master) +(10.4.3 Forcing Samba to Be the Master) endobj 537 0 obj -<< /S /GoTo /D (subsection.10.4.5) >> +<< /S /GoTo /D (subsection.10.4.4) >> endobj 540 0 obj -(10.4.5 Note about Broadcast Addresses) +(10.4.4 Making Samba the Domain Master) endobj 541 0 obj -<< /S /GoTo /D (subsection.10.4.6) >> +<< /S /GoTo /D (subsection.10.4.5) >> endobj 544 0 obj -(10.4.6 Multiple Interfaces) +(10.4.5 Note about Broadcast Addresses) endobj 545 0 obj -<< /S /GoTo /D (subsection.10.4.7) >> +<< /S /GoTo /D (subsection.10.4.6) >> endobj 548 0 obj -(10.4.7 Use of the Remote Announce Parameter) +(10.4.6 Multiple Interfaces) endobj 549 0 obj -<< /S /GoTo /D (subsection.10.4.8) >> +<< /S /GoTo /D (subsection.10.4.7) >> endobj 552 0 obj -(10.4.8 Use of the Remote Browse Sync Parameter) +(10.4.7 Use of the Remote Announce Parameter) endobj 553 0 obj -<< /S /GoTo /D (section.10.5) >> +<< /S /GoTo /D (subsection.10.4.8) >> endobj 556 0 obj -(10.5 WINS --- The Windows Internetworking Name Server) +(10.4.8 Use of the Remote Browse Sync Parameter) endobj 557 0 obj -<< /S /GoTo /D (subsection.10.5.1) >> +<< /S /GoTo /D (section.10.5) >> endobj 560 0 obj -(10.5.1 WINS Server Configuration) +(10.5 WINS The Windows Internetworking Name Server) endobj 561 0 obj -<< /S /GoTo /D (subsection.10.5.2) >> +<< /S /GoTo /D (subsection.10.5.1) >> endobj 564 0 obj -(10.5.2 WINS Replication) +(10.5.1 WINS Server Configuration) endobj 565 0 obj -<< /S /GoTo /D (subsection.10.5.3) >> +<< /S /GoTo /D (subsection.10.5.2) >> endobj 568 0 obj -(10.5.3 Static WINS Entries) +(10.5.2 WINS Replication) endobj 569 0 obj -<< /S /GoTo /D (section.10.6) >> +<< /S /GoTo /D (subsection.10.5.3) >> endobj 572 0 obj -(10.6 Helpful Hints) +(10.5.3 Static WINS Entries) endobj 573 0 obj -<< /S /GoTo /D (subsection.10.6.1) >> +<< /S /GoTo /D (section.10.6) >> endobj 576 0 obj -(10.6.1 Windows Networking Protocols) +(10.6 Helpful Hints) endobj 577 0 obj -<< /S /GoTo /D (subsection.10.6.2) >> +<< /S /GoTo /D (subsection.10.6.1) >> endobj 580 0 obj -(10.6.2 Name Resolution Order) +(10.6.1 Windows Networking Protocols) endobj 581 0 obj -<< /S /GoTo /D (section.10.7) >> +<< /S /GoTo /D (subsection.10.6.2) >> endobj 584 0 obj -(10.7 Technical Overview of Browsing) +(10.6.2 Name Resolution Order) endobj 585 0 obj -<< /S /GoTo /D (subsection.10.7.1) >> +<< /S /GoTo /D (section.10.7) >> endobj 588 0 obj -(10.7.1 Browsing Support in Samba) +(10.7 Technical Overview of Browsing) endobj 589 0 obj -<< /S /GoTo /D (subsection.10.7.2) >> +<< /S /GoTo /D (subsection.10.7.1) >> endobj 592 0 obj -(10.7.2 Problem Resolution) +(10.7.1 Browsing Support in Samba) endobj 593 0 obj -<< /S /GoTo /D (subsection.10.7.3) >> +<< /S /GoTo /D (subsection.10.7.2) >> endobj 596 0 obj -(10.7.3 Cross-Subnet Browsing) +(10.7.2 Problem Resolution) endobj 597 0 obj -<< /S /GoTo /D (subsubsection.10.7.3.1) >> +<< /S /GoTo /D (subsection.10.7.3) >> endobj 600 0 obj -(10.7.3.1 Behavior of Cross-Subnet Browsing) +(10.7.3 Cross-Subnet Browsing) endobj 601 0 obj -<< /S /GoTo /D (section.10.8) >> +<< /S /GoTo /D (subsubsection.10.7.3.1) >> endobj 604 0 obj -(10.8 Common Errors) +(10.7.3.1 Behavior of Cross-Subnet Browsing) endobj 605 0 obj -<< /S /GoTo /D (subsection.10.8.1) >> +<< /S /GoTo /D (section.10.8) >> endobj 608 0 obj -(10.8.1 How Can One Flush the Samba NetBIOS Name Cache without Restarting Samba?) +(10.8 Common Errors) endobj 609 0 obj -<< /S /GoTo /D (subsection.10.8.2) >> +<< /S /GoTo /D (subsection.10.8.1) >> endobj 612 0 obj -(10.8.2 Server Resources Can Not Be Listed) +(10.8.1 How Can One Flush the Samba NetBIOS Name Cache without Restarting Samba?) endobj 613 0 obj -<< /S /GoTo /D (subsection.10.8.3) >> +<< /S /GoTo /D (subsection.10.8.2) >> endobj 616 0 obj -(10.8.3 I get an `Unable to browse the network' error) +(10.8.2 Server Resources Can Not Be Listed) endobj 617 0 obj -<< /S /GoTo /D (subsection.10.8.4) >> +<< /S /GoTo /D (subsection.10.8.3) >> endobj 620 0 obj -(10.8.4 Browsing of Shares and Directories is Very Slow) +(10.8.3 I get an `Unable to browse the network' error) endobj 621 0 obj -<< /S /GoTo /D (chapter.11) >> +<< /S /GoTo /D (subsection.10.8.4) >> endobj 624 0 obj -(11 Account Information Databases) +(10.8.4 Browsing of Shares and Directories is Very Slow) endobj 625 0 obj -<< /S /GoTo /D (section.11.1) >> +<< /S /GoTo /D (chapter.11) >> endobj 628 0 obj -(11.1 Features and Benefits) +(11 Account Information Databases) endobj 629 0 obj -<< /S /GoTo /D (subsection.11.1.1) >> +<< /S /GoTo /D (section.11.1) >> endobj 632 0 obj -(11.1.1 Backward Compatibility Backends) +(11.1 Features and Benefits) endobj 633 0 obj -<< /S /GoTo /D (subsection.11.1.2) >> +<< /S /GoTo /D (subsection.11.1.1) >> endobj 636 0 obj -(11.1.2 New Backends) +(11.1.1 Backward Compatibility Backends) endobj 637 0 obj -<< /S /GoTo /D (section.11.2) >> +<< /S /GoTo /D (subsection.11.1.2) >> endobj 640 0 obj -(11.2 Technical Information) +(11.1.2 New Backends) endobj 641 0 obj -<< /S /GoTo /D (subsection.11.2.1) >> +<< /S /GoTo /D (section.11.2) >> endobj 644 0 obj -(11.2.1 Important Notes About Security) +(11.2 Technical Information) endobj 645 0 obj -<< /S /GoTo /D (subsubsection.11.2.1.1) >> +<< /S /GoTo /D (subsection.11.2.1) >> endobj 648 0 obj -(11.2.1.1 Advantages of Encrypted Passwords) +(11.2.1 Important Notes About Security) endobj 649 0 obj -<< /S /GoTo /D (subsubsection.11.2.1.2) >> +<< /S /GoTo /D (subsubsection.11.2.1.1) >> endobj 652 0 obj -(11.2.1.2 Advantages of Non-Encrypted Passwords) +(11.2.1.1 Advantages of Encrypted Passwords) endobj 653 0 obj -<< /S /GoTo /D (subsection.11.2.2) >> +<< /S /GoTo /D (subsubsection.11.2.1.2) >> endobj 656 0 obj -(11.2.2 Mapping User Identifiers between MS Windows and UNIX) +(11.2.1.2 Advantages of Non-Encrypted Passwords) endobj 657 0 obj -<< /S /GoTo /D (subsection.11.2.3) >> +<< /S /GoTo /D (subsection.11.2.2) >> endobj 660 0 obj -(11.2.3 Mapping Common UIDs/GIDs on Distributed Machines) +(11.2.2 Mapping User Identifiers between MS Windows and UNIX) endobj 661 0 obj -<< /S /GoTo /D (section.11.3) >> +<< /S /GoTo /D (subsection.11.2.3) >> endobj 664 0 obj -(11.3 Account Management Tools) +(11.2.3 Mapping Common UIDs/GIDs on Distributed Machines) endobj 665 0 obj -<< /S /GoTo /D (subsection.11.3.1) >> +<< /S /GoTo /D (section.11.3) >> endobj 668 0 obj -(11.3.1 The smbpasswd Command) +(11.3 Account Management Tools) endobj 669 0 obj -<< /S /GoTo /D (subsection.11.3.2) >> +<< /S /GoTo /D (subsection.11.3.1) >> endobj 672 0 obj -(11.3.2 The pdbedit Command) +(11.3.1 The smbpasswd Command) endobj 673 0 obj -<< /S /GoTo /D (section.11.4) >> +<< /S /GoTo /D (subsection.11.3.2) >> endobj 676 0 obj -(11.4 Password Backends) +(11.3.2 The pdbedit Command) endobj 677 0 obj -<< /S /GoTo /D (subsection.11.4.1) >> +<< /S /GoTo /D (section.11.4) >> endobj 680 0 obj -(11.4.1 Plaintext) +(11.4 Password Backends) endobj 681 0 obj -<< /S /GoTo /D (subsection.11.4.2) >> +<< /S /GoTo /D (subsection.11.4.1) >> endobj 684 0 obj -(11.4.2 smbpasswd --- Encrypted Password Database) +(11.4.1 Plaintext) endobj 685 0 obj -<< /S /GoTo /D (subsection.11.4.3) >> +<< /S /GoTo /D (subsection.11.4.2) >> endobj 688 0 obj -(11.4.3 tdbsam) +(11.4.2 smbpasswd Encrypted Password Database) endobj 689 0 obj -<< /S /GoTo /D (subsection.11.4.4) >> +<< /S /GoTo /D (subsection.11.4.3) >> endobj 692 0 obj -(11.4.4 ldapsam) +(11.4.3 tdbsam) endobj 693 0 obj -<< /S /GoTo /D (subsubsection.11.4.4.1) >> +<< /S /GoTo /D (subsection.11.4.4) >> endobj 696 0 obj -(11.4.4.1 Supported LDAP Servers) +(11.4.4 ldapsam) endobj 697 0 obj -<< /S /GoTo /D (subsubsection.11.4.4.2) >> +<< /S /GoTo /D (subsubsection.11.4.4.1) >> endobj 700 0 obj -(11.4.4.2 Schema and Relationship to the RFC 2307 posixAccount) +(11.4.4.1 Supported LDAP Servers) endobj 701 0 obj -<< /S /GoTo /D (subsubsection.11.4.4.3) >> +<< /S /GoTo /D (subsubsection.11.4.4.2) >> endobj 704 0 obj -(11.4.4.3 OpenLDAP Configuration) +(11.4.4.2 Schema and Relationship to the RFC 2307 posixAccount) endobj 705 0 obj -<< /S /GoTo /D (subsubsection.11.4.4.4) >> +<< /S /GoTo /D (subsubsection.11.4.4.3) >> endobj 708 0 obj -(11.4.4.4 Initialize the LDAP Database) +(11.4.4.3 OpenLDAP Configuration) endobj 709 0 obj -<< /S /GoTo /D (subsubsection.11.4.4.5) >> +<< /S /GoTo /D (subsubsection.11.4.4.4) >> endobj 712 0 obj -(11.4.4.5 Configuring Samba) +(11.4.4.4 Initialize the LDAP Database) endobj 713 0 obj -<< /S /GoTo /D (subsubsection.11.4.4.6) >> +<< /S /GoTo /D (subsubsection.11.4.4.5) >> endobj 716 0 obj -(11.4.4.6 Accounts and Groups Management) +(11.4.4.5 Configuring Samba) endobj 717 0 obj -<< /S /GoTo /D (subsubsection.11.4.4.7) >> +<< /S /GoTo /D (subsubsection.11.4.4.6) >> endobj 720 0 obj -(11.4.4.7 Security and sambaSamAccount) +(11.4.4.6 Accounts and Groups Management) endobj 721 0 obj -<< /S /GoTo /D (subsubsection.11.4.4.8) >> +<< /S /GoTo /D (subsubsection.11.4.4.7) >> endobj 724 0 obj -(11.4.4.8 LDAP Special Attributes for sambaSamAccounts) +(11.4.4.7 Security and sambaSamAccount) endobj 725 0 obj -<< /S /GoTo /D (subsubsection.11.4.4.9) >> +<< /S /GoTo /D (subsubsection.11.4.4.8) >> endobj 728 0 obj -(11.4.4.9 Example LDIF Entries for a sambaSamAccount) +(11.4.4.8 LDAP Special Attributes for sambaSamAccounts) endobj 729 0 obj -<< /S /GoTo /D (subsubsection.11.4.4.10) >> +<< /S /GoTo /D (subsubsection.11.4.4.9) >> endobj 732 0 obj -(11.4.4.10 Password Synchronization) +(11.4.4.9 Example LDIF Entries for a sambaSamAccount) endobj 733 0 obj -<< /S /GoTo /D (subsection.11.4.5) >> +<< /S /GoTo /D (subsubsection.11.4.4.10) >> endobj 736 0 obj -(11.4.5 MySQL) +(11.4.4.10 Password Synchronization) endobj 737 0 obj -<< /S /GoTo /D (subsubsection.11.4.5.1) >> +<< /S /GoTo /D (subsection.11.4.5) >> endobj 740 0 obj -(11.4.5.1 Creating the Database) +(11.4.5 MySQL) endobj 741 0 obj -<< /S /GoTo /D (subsubsection.11.4.5.2) >> +<< /S /GoTo /D (subsubsection.11.4.5.1) >> endobj 744 0 obj -(11.4.5.2 Configuring) +(11.4.5.1 Creating the Database) endobj 745 0 obj -<< /S /GoTo /D (subsubsection.11.4.5.3) >> +<< /S /GoTo /D (subsubsection.11.4.5.2) >> endobj 748 0 obj -(11.4.5.3 Using Plaintext Passwords or Encrypted Password) +(11.4.5.2 Configuring) endobj 749 0 obj -<< /S /GoTo /D (subsubsection.11.4.5.4) >> +<< /S /GoTo /D (subsubsection.11.4.5.3) >> endobj 752 0 obj -(11.4.5.4 Getting Non-Column Data from the Table) +(11.4.5.3 Using Plaintext Passwords or Encrypted Password) endobj 753 0 obj -<< /S /GoTo /D (subsection.11.4.6) >> +<< /S /GoTo /D (subsubsection.11.4.5.4) >> endobj 756 0 obj -(11.4.6 XML) +(11.4.5.4 Getting Non-Column Data from the Table) endobj 757 0 obj -<< /S /GoTo /D (section.11.5) >> +<< /S /GoTo /D (subsection.11.4.6) >> endobj 760 0 obj -(11.5 Common Errors) +(11.4.6 XML) endobj 761 0 obj -<< /S /GoTo /D (subsection.11.5.1) >> +<< /S /GoTo /D (section.11.5) >> endobj 764 0 obj -(11.5.1 Users Cannot Logon) +(11.5 Common Errors) endobj 765 0 obj -<< /S /GoTo /D (subsection.11.5.2) >> +<< /S /GoTo /D (subsection.11.5.1) >> endobj 768 0 obj -(11.5.2 Users Being Added to the Wrong Backend Database) +(11.5.1 Users Cannot Logon) endobj 769 0 obj -<< /S /GoTo /D (subsection.11.5.3) >> +<< /S /GoTo /D (subsection.11.5.2) >> endobj 772 0 obj -(11.5.3 Configuration of =`auth methods=`) +(11.5.2 Users Being Added to the Wrong Backend Database) endobj 773 0 obj -<< /S /GoTo /D (chapter.12) >> +<< /S /GoTo /D (subsection.11.5.3) >> endobj 776 0 obj -(12 Group Mapping --- MS Windows and UNIX) +(11.5.3 Configuration of auth methods) endobj 777 0 obj -<< /S /GoTo /D (section.12.1) >> +<< /S /GoTo /D (chapter.12) >> endobj 780 0 obj -(12.1 Features and Benefits) +(12 Group Mapping MS Windows and UNIX) endobj 781 0 obj -<< /S /GoTo /D (section.12.2) >> +<< /S /GoTo /D (section.12.1) >> endobj 784 0 obj -(12.2 Discussion) +(12.1 Features and Benefits) endobj 785 0 obj -<< /S /GoTo /D (subsection.12.2.1) >> +<< /S /GoTo /D (section.12.2) >> endobj 788 0 obj -(12.2.1 Default Users, Groups and Relative Identifiers) +(12.2 Discussion) endobj 789 0 obj -<< /S /GoTo /D (subsection.12.2.2) >> +<< /S /GoTo /D (subsection.12.2.1) >> endobj 792 0 obj -(12.2.2 Example Configuration) +(12.2.1 Default Users, Groups and Relative Identifiers) endobj 793 0 obj -<< /S /GoTo /D (section.12.3) >> +<< /S /GoTo /D (subsection.12.2.2) >> endobj 796 0 obj -(12.3 Configuration Scripts) +(12.2.2 Example Configuration) endobj 797 0 obj -<< /S /GoTo /D (subsection.12.3.1) >> +<< /S /GoTo /D (section.12.3) >> endobj 800 0 obj -(12.3.1 Sample smb.conf Add Group Script) +(12.3 Configuration Scripts) endobj 801 0 obj -<< /S /GoTo /D (subsection.12.3.2) >> +<< /S /GoTo /D (subsection.12.3.1) >> endobj 804 0 obj -(12.3.2 Script to Configure Group Mapping) +(12.3.1 Sample smb.conf Add Group Script) endobj 805 0 obj -<< /S /GoTo /D (section.12.4) >> +<< /S /GoTo /D (subsection.12.3.2) >> endobj 808 0 obj -(12.4 Common Errors) +(12.3.2 Script to Configure Group Mapping) endobj 809 0 obj -<< /S /GoTo /D (subsection.12.4.1) >> +<< /S /GoTo /D (section.12.4) >> endobj 812 0 obj -(12.4.1 Adding Groups Fails) +(12.4 Common Errors) endobj 813 0 obj -<< /S /GoTo /D (subsection.12.4.2) >> +<< /S /GoTo /D (subsection.12.4.1) >> endobj 816 0 obj -(12.4.2 Adding MS Windows Groups to MS Windows Groups Fails) +(12.4.1 Adding Groups Fails) endobj 817 0 obj -<< /S /GoTo /D (subsection.12.4.3) >> +<< /S /GoTo /D (subsection.12.4.2) >> endobj 820 0 obj -(12.4.3 Adding Domain Users to the Power Users Group) +(12.4.2 Adding MS Windows Groups to MS Windows Groups Fails) endobj 821 0 obj -<< /S /GoTo /D (chapter.13) >> +<< /S /GoTo /D (subsection.12.4.3) >> endobj 824 0 obj -(13 File, Directory and Share Access Controls) +(12.4.3 Adding Domain Users to the Power Users Group) endobj 825 0 obj -<< /S /GoTo /D (section.13.1) >> +<< /S /GoTo /D (chapter.13) >> endobj 828 0 obj -(13.1 Features and Benefits) +(13 File, Directory and Share Access Controls) endobj 829 0 obj -<< /S /GoTo /D (section.13.2) >> +<< /S /GoTo /D (section.13.1) >> endobj 832 0 obj -(13.2 File System Access Controls) +(13.1 Features and Benefits) endobj 833 0 obj -<< /S /GoTo /D (subsection.13.2.1) >> +<< /S /GoTo /D (section.13.2) >> endobj 836 0 obj -(13.2.1 MS Windows NTFS Comparison with UNIX File Systems) +(13.2 File System Access Controls) endobj 837 0 obj -<< /S /GoTo /D (subsection.13.2.2) >> +<< /S /GoTo /D (subsection.13.2.1) >> endobj 840 0 obj -(13.2.2 Managing Directories) +(13.2.1 MS Windows NTFS Comparison with UNIX File Systems) endobj 841 0 obj -<< /S /GoTo /D (subsection.13.2.3) >> +<< /S /GoTo /D (subsection.13.2.2) >> endobj 844 0 obj -(13.2.3 File and Directory Access Control) +(13.2.2 Managing Directories) endobj 845 0 obj -<< /S /GoTo /D (section.13.3) >> +<< /S /GoTo /D (subsection.13.2.3) >> endobj 848 0 obj -(13.3 Share Definition Access Controls) +(13.2.3 File and Directory Access Control) endobj 849 0 obj -<< /S /GoTo /D (subsection.13.3.1) >> +<< /S /GoTo /D (section.13.3) >> endobj 852 0 obj -(13.3.1 User and Group-Based Controls) +(13.3 Share Definition Access Controls) endobj 853 0 obj -<< /S /GoTo /D (subsection.13.3.2) >> +<< /S /GoTo /D (subsection.13.3.1) >> endobj 856 0 obj -(13.3.2 File and Directory Permissions-Based Controls) +(13.3.1 User and Group-Based Controls) endobj 857 0 obj -<< /S /GoTo /D (subsection.13.3.3) >> +<< /S /GoTo /D (subsection.13.3.2) >> endobj 860 0 obj -(13.3.3 Miscellaneous Controls) +(13.3.2 File and Directory Permissions-Based Controls) endobj 861 0 obj -<< /S /GoTo /D (section.13.4) >> +<< /S /GoTo /D (subsection.13.3.3) >> endobj 864 0 obj -(13.4 Access Controls on Shares) +(13.3.3 Miscellaneous Controls) endobj 865 0 obj -<< /S /GoTo /D (subsection.13.4.1) >> +<< /S /GoTo /D (section.13.4) >> endobj 868 0 obj -(13.4.1 Share Permissions Management) +(13.4 Access Controls on Shares) endobj 869 0 obj -<< /S /GoTo /D (subsubsection.13.4.1.1) >> +<< /S /GoTo /D (subsection.13.4.1) >> endobj 872 0 obj -(13.4.1.1 Windows NT4 Workstation/Server) +(13.4.1 Share Permissions Management) endobj 873 0 obj -<< /S /GoTo /D (subsubsection.13.4.1.2) >> +<< /S /GoTo /D (subsubsection.13.4.1.1) >> endobj 876 0 obj -(13.4.1.2 Windows 200x/XP) +(13.4.1.1 Windows NT4 Workstation/Server) endobj 877 0 obj -<< /S /GoTo /D (section.13.5) >> +<< /S /GoTo /D (subsubsection.13.4.1.2) >> endobj 880 0 obj -(13.5 MS Windows Access Control Lists and UNIX Interoperability) +(13.4.1.2 Windows 200x/XP) endobj 881 0 obj -<< /S /GoTo /D (subsection.13.5.1) >> +<< /S /GoTo /D (section.13.5) >> endobj 884 0 obj -(13.5.1 Managing UNIX Permissions Using NT Security Dialogs) +(13.5 MS Windows Access Control Lists and UNIX Interoperability) endobj 885 0 obj -<< /S /GoTo /D (subsection.13.5.2) >> +<< /S /GoTo /D (subsection.13.5.1) >> endobj 888 0 obj -(13.5.2 Viewing File Security on a Samba Share) +(13.5.1 Managing UNIX Permissions Using NT Security Dialogs) endobj 889 0 obj -<< /S /GoTo /D (subsection.13.5.3) >> +<< /S /GoTo /D (subsection.13.5.2) >> endobj 892 0 obj -(13.5.3 Viewing File Ownership) +(13.5.2 Viewing File Security on a Samba Share) endobj 893 0 obj -<< /S /GoTo /D (subsection.13.5.4) >> +<< /S /GoTo /D (subsection.13.5.3) >> endobj 896 0 obj -(13.5.4 Viewing File or Directory Permissions) +(13.5.3 Viewing File Ownership) endobj 897 0 obj -<< /S /GoTo /D (subsubsection.13.5.4.1) >> +<< /S /GoTo /D (subsection.13.5.4) >> endobj 900 0 obj -(13.5.4.1 File Permissions) +(13.5.4 Viewing File or Directory Permissions) endobj 901 0 obj -<< /S /GoTo /D (subsubsection.13.5.4.2) >> +<< /S /GoTo /D (subsubsection.13.5.4.1) >> endobj 904 0 obj -(13.5.4.2 Directory Permissions) +(13.5.4.1 File Permissions) endobj 905 0 obj -<< /S /GoTo /D (subsection.13.5.5) >> +<< /S /GoTo /D (subsubsection.13.5.4.2) >> endobj 908 0 obj -(13.5.5 Modifying File or Directory Permissions) +(13.5.4.2 Directory Permissions) endobj 909 0 obj -<< /S /GoTo /D (subsection.13.5.6) >> +<< /S /GoTo /D (subsection.13.5.5) >> endobj 912 0 obj -(13.5.6 Interaction with the Standard Samba ``create mask'' Parameters) +(13.5.5 Modifying File or Directory Permissions) endobj 913 0 obj -<< /S /GoTo /D (subsection.13.5.7) >> +<< /S /GoTo /D (subsection.13.5.6) >> endobj 916 0 obj -(13.5.7 Interaction with the Standard Samba File Attribute Mapping) +(13.5.6 Interaction with the Standard Samba `create mask' Parameters) endobj 917 0 obj -<< /S /GoTo /D (section.13.6) >> +<< /S /GoTo /D (subsection.13.5.7) >> endobj 920 0 obj -(13.6 Common Errors) +(13.5.7 Interaction with the Standard Samba File Attribute Mapping) endobj 921 0 obj -<< /S /GoTo /D (subsection.13.6.1) >> +<< /S /GoTo /D (section.13.6) >> endobj 924 0 obj -(13.6.1 Users Cannot Write to a Public Share) +(13.6 Common Errors) endobj 925 0 obj -<< /S /GoTo /D (subsection.13.6.2) >> +<< /S /GoTo /D (subsection.13.6.1) >> endobj 928 0 obj -(13.6.2 File Operations Done as root with force user Set) +(13.6.1 Users Cannot Write to a Public Share) endobj 929 0 obj -<< /S /GoTo /D (subsection.13.6.3) >> +<< /S /GoTo /D (subsection.13.6.2) >> endobj 932 0 obj -(13.6.3 MS Word with Samba Changes Owner of File) +(13.6.2 File Operations Done as root with force user Set) endobj 933 0 obj -<< /S /GoTo /D (chapter.14) >> +<< /S /GoTo /D (subsection.13.6.3) >> endobj 936 0 obj -(14 File and Record Locking) +(13.6.3 MS Word with Samba Changes Owner of File) endobj 937 0 obj -<< /S /GoTo /D (section.14.1) >> +<< /S /GoTo /D (chapter.14) >> endobj 940 0 obj -(14.1 Features and Benefits) +(14 File and Record Locking) endobj 941 0 obj -<< /S /GoTo /D (section.14.2) >> +<< /S /GoTo /D (section.14.1) >> endobj 944 0 obj -(14.2 Discussion) +(14.1 Features and Benefits) endobj 945 0 obj -<< /S /GoTo /D (subsection.14.2.1) >> +<< /S /GoTo /D (section.14.2) >> endobj 948 0 obj -(14.2.1 Opportunistic Locking Overview) +(14.2 Discussion) endobj 949 0 obj -<< /S /GoTo /D (subsubsection.14.2.1.1) >> +<< /S /GoTo /D (subsection.14.2.1) >> endobj 952 0 obj -(14.2.1.1 Exclusively Accessed Shares) +(14.2.1 Opportunistic Locking Overview) endobj 953 0 obj -<< /S /GoTo /D (subsubsection.14.2.1.2) >> +<< /S /GoTo /D (subsubsection.14.2.1.1) >> endobj 956 0 obj -(14.2.1.2 Multiple-Accessed Shares or Files) +(14.2.1.1 Exclusively Accessed Shares) endobj 957 0 obj -<< /S /GoTo /D (subsubsection.14.2.1.3) >> +<< /S /GoTo /D (subsubsection.14.2.1.2) >> endobj 960 0 obj -(14.2.1.3 UNIX or NFS Client-Accessed Files) +(14.2.1.2 Multiple-Accessed Shares or Files) endobj 961 0 obj -<< /S /GoTo /D (subsubsection.14.2.1.4) >> +<< /S /GoTo /D (subsubsection.14.2.1.3) >> endobj 964 0 obj -(14.2.1.4 Slow and/or Unreliable Networks) +(14.2.1.3 UNIX or NFS Client-Accessed Files) endobj 965 0 obj -<< /S /GoTo /D (subsubsection.14.2.1.5) >> +<< /S /GoTo /D (subsubsection.14.2.1.4) >> endobj 968 0 obj -(14.2.1.5 Multi-User Databases) +(14.2.1.4 Slow and/or Unreliable Networks) endobj 969 0 obj -<< /S /GoTo /D (subsubsection.14.2.1.6) >> +<< /S /GoTo /D (subsubsection.14.2.1.5) >> endobj 972 0 obj -(14.2.1.6 PDM Data Shares) +(14.2.1.5 Multi-User Databases) endobj 973 0 obj -<< /S /GoTo /D (subsubsection.14.2.1.7) >> +<< /S /GoTo /D (subsubsection.14.2.1.6) >> endobj 976 0 obj -(14.2.1.7 Beware of Force User) +(14.2.1.6 PDM Data Shares) endobj 977 0 obj -<< /S /GoTo /D (subsubsection.14.2.1.8) >> +<< /S /GoTo /D (subsubsection.14.2.1.7) >> endobj 980 0 obj -(14.2.1.8 Advanced Samba Opportunistic Locking Parameters) +(14.2.1.7 Beware of Force User) endobj 981 0 obj -<< /S /GoTo /D (subsubsection.14.2.1.9) >> +<< /S /GoTo /D (subsubsection.14.2.1.8) >> endobj 984 0 obj -(14.2.1.9 Mission-Critical High-Availability) +(14.2.1.8 Advanced Samba Opportunistic Locking Parameters) endobj 985 0 obj -<< /S /GoTo /D (section.14.3) >> +<< /S /GoTo /D (subsubsection.14.2.1.9) >> endobj 988 0 obj -(14.3 Samba Opportunistic Locking Control) +(14.2.1.9 Mission-Critical High-Availability) endobj 989 0 obj -<< /S /GoTo /D (subsection.14.3.1) >> +<< /S /GoTo /D (section.14.3) >> endobj 992 0 obj -(14.3.1 Example Configuration) +(14.3 Samba Opportunistic Locking Control) endobj 993 0 obj -<< /S /GoTo /D (subsubsection.14.3.1.1) >> +<< /S /GoTo /D (subsection.14.3.1) >> endobj 996 0 obj -(14.3.1.1 Disabling Oplocks) +(14.3.1 Example Configuration) endobj 997 0 obj -<< /S /GoTo /D (subsubsection.14.3.1.2) >> +<< /S /GoTo /D (subsubsection.14.3.1.1) >> endobj 1000 0 obj -(14.3.1.2 Disabling Kernel Oplocks) +(14.3.1.1 Disabling Oplocks) endobj 1001 0 obj -<< /S /GoTo /D (section.14.4) >> +<< /S /GoTo /D (subsubsection.14.3.1.2) >> endobj 1004 0 obj -(14.4 MS Windows Opportunistic Locking and Caching Controls) +(14.3.1.2 Disabling Kernel Oplocks) endobj 1005 0 obj -<< /S /GoTo /D (subsection.14.4.1) >> +<< /S /GoTo /D (section.14.4) >> endobj 1008 0 obj -(14.4.1 Workstation Service Entries) +(14.4 MS Windows Opportunistic Locking and Caching Controls) endobj 1009 0 obj -<< /S /GoTo /D (subsection.14.4.2) >> +<< /S /GoTo /D (subsection.14.4.1) >> endobj 1012 0 obj -(14.4.2 Server Service Entries) +(14.4.1 Workstation Service Entries) endobj 1013 0 obj -<< /S /GoTo /D (section.14.5) >> +<< /S /GoTo /D (subsection.14.4.2) >> endobj 1016 0 obj -(14.5 Persistent Data Corruption) +(14.4.2 Server Service Entries) endobj 1017 0 obj -<< /S /GoTo /D (section.14.6) >> +<< /S /GoTo /D (section.14.5) >> endobj 1020 0 obj -(14.6 Common Errors) +(14.5 Persistent Data Corruption) endobj 1021 0 obj -<< /S /GoTo /D (subsection.14.6.1) >> +<< /S /GoTo /D (section.14.6) >> endobj 1024 0 obj -(14.6.1 locking.tdb Error Messages) +(14.6 Common Errors) endobj 1025 0 obj -<< /S /GoTo /D (subsection.14.6.2) >> +<< /S /GoTo /D (subsection.14.6.1) >> endobj 1028 0 obj -(14.6.2 Problems Saving Files in MS Office on Windows XP) +(14.6.1 locking.tdb Error Messages) endobj 1029 0 obj -<< /S /GoTo /D (subsection.14.6.3) >> +<< /S /GoTo /D (subsection.14.6.2) >> endobj 1032 0 obj -(14.6.3 Long Delays Deleting Files Over Network with XP SP1) +(14.6.2 Problems Saving Files in MS Office on Windows XP) endobj 1033 0 obj -<< /S /GoTo /D (section.14.7) >> +<< /S /GoTo /D (subsection.14.6.3) >> endobj 1036 0 obj -(14.7 Additional Reading) +(14.6.3 Long Delays Deleting Files Over Network with XP SP1) endobj 1037 0 obj -<< /S /GoTo /D (chapter.15) >> +<< /S /GoTo /D (section.14.7) >> endobj 1040 0 obj -(15 Securing Samba) +(14.7 Additional Reading) endobj 1041 0 obj -<< /S /GoTo /D (section.15.1) >> +<< /S /GoTo /D (chapter.15) >> endobj 1044 0 obj -(15.1 Introduction) +(15 Securing Samba) endobj 1045 0 obj -<< /S /GoTo /D (section.15.2) >> +<< /S /GoTo /D (section.15.1) >> endobj 1048 0 obj -(15.2 Features and Benefits) +(15.1 Introduction) endobj 1049 0 obj -<< /S /GoTo /D (section.15.3) >> +<< /S /GoTo /D (section.15.2) >> endobj 1052 0 obj -(15.3 Technical Discussion of Protective Measures and Issues) +(15.2 Features and Benefits) endobj 1053 0 obj -<< /S /GoTo /D (subsection.15.3.1) >> +<< /S /GoTo /D (section.15.3) >> endobj 1056 0 obj -(15.3.1 Using Host-Based Protection) +(15.3 Technical Discussion of Protective Measures and Issues) endobj 1057 0 obj -<< /S /GoTo /D (subsection.15.3.2) >> +<< /S /GoTo /D (subsection.15.3.1) >> endobj 1060 0 obj -(15.3.2 User-Based Protection) +(15.3.1 Using Host-Based Protection) endobj 1061 0 obj -<< /S /GoTo /D (subsection.15.3.3) >> +<< /S /GoTo /D (subsection.15.3.2) >> endobj 1064 0 obj -(15.3.3 Using Interface Protection) +(15.3.2 User-Based Protection) endobj 1065 0 obj -<< /S /GoTo /D (subsection.15.3.4) >> +<< /S /GoTo /D (subsection.15.3.3) >> endobj 1068 0 obj -(15.3.4 Using a Firewall) +(15.3.3 Using Interface Protection) endobj 1069 0 obj -<< /S /GoTo /D (subsection.15.3.5) >> +<< /S /GoTo /D (subsection.15.3.4) >> endobj 1072 0 obj -(15.3.5 Using IPC\044 Share-Based Denials) +(15.3.4 Using a Firewall) endobj 1073 0 obj -<< /S /GoTo /D (subsection.15.3.6) >> +<< /S /GoTo /D (subsection.15.3.5) >> endobj 1076 0 obj -(15.3.6 NTLMv2 Security) +(15.3.5 Using IPC\044 Share-Based Denials) endobj 1077 0 obj -<< /S /GoTo /D (section.15.4) >> +<< /S /GoTo /D (subsection.15.3.6) >> endobj 1080 0 obj -(15.4 Upgrading Samba) +(15.3.6 NTLMv2 Security) endobj 1081 0 obj -<< /S /GoTo /D (section.15.5) >> +<< /S /GoTo /D (section.15.4) >> endobj 1084 0 obj -(15.5 Common Errors) +(15.4 Upgrading Samba) endobj 1085 0 obj -<< /S /GoTo /D (subsection.15.5.1) >> +<< /S /GoTo /D (section.15.5) >> endobj 1088 0 obj -(15.5.1 Smbclient Works on Localhost, but the Network Is Dead) +(15.5 Common Errors) endobj 1089 0 obj -<< /S /GoTo /D (subsection.15.5.2) >> +<< /S /GoTo /D (subsection.15.5.1) >> endobj 1092 0 obj -(15.5.2 Why Can Users Access Home Directories of Other Users?) +(15.5.1 Smbclient Works on Localhost, but the Network Is Dead) endobj 1093 0 obj -<< /S /GoTo /D (chapter.16) >> +<< /S /GoTo /D (subsection.15.5.2) >> endobj 1096 0 obj -(16 Interdomain Trust Relationships) +(15.5.2 Why Can Users Access Home Directories of Other Users?) endobj 1097 0 obj -<< /S /GoTo /D (section.16.1) >> +<< /S /GoTo /D (chapter.16) >> endobj 1100 0 obj -(16.1 Features and Benefits) +(16 Interdomain Trust Relationships) endobj 1101 0 obj -<< /S /GoTo /D (section.16.2) >> +<< /S /GoTo /D (section.16.1) >> endobj 1104 0 obj -(16.2 Trust Relationship Background) +(16.1 Features and Benefits) endobj 1105 0 obj -<< /S /GoTo /D (section.16.3) >> +<< /S /GoTo /D (section.16.2) >> endobj 1108 0 obj -(16.3 Native MS Windows NT4 Trusts Configuration) +(16.2 Trust Relationship Background) endobj 1109 0 obj -<< /S /GoTo /D (subsection.16.3.1) >> +<< /S /GoTo /D (section.16.3) >> endobj 1112 0 obj -(16.3.1 Creating an NT4 Domain Trust) +(16.3 Native MS Windows NT4 Trusts Configuration) endobj 1113 0 obj -<< /S /GoTo /D (subsection.16.3.2) >> +<< /S /GoTo /D (subsection.16.3.1) >> endobj 1116 0 obj -(16.3.2 Completing an NT4 Domain Trust) +(16.3.1 Creating an NT4 Domain Trust) endobj 1117 0 obj -<< /S /GoTo /D (subsection.16.3.3) >> +<< /S /GoTo /D (subsection.16.3.2) >> endobj 1120 0 obj -(16.3.3 Inter-Domain Trust Facilities) +(16.3.2 Completing an NT4 Domain Trust) endobj 1121 0 obj -<< /S /GoTo /D (section.16.4) >> +<< /S /GoTo /D (subsection.16.3.3) >> endobj 1124 0 obj -(16.4 Configuring Samba NT-Style Domain Trusts) +(16.3.3 Inter-Domain Trust Facilities) endobj 1125 0 obj -<< /S /GoTo /D (subsection.16.4.1) >> +<< /S /GoTo /D (section.16.4) >> endobj 1128 0 obj -(16.4.1 Samba as the Trusted Domain) +(16.4 Configuring Samba NT-Style Domain Trusts) endobj 1129 0 obj -<< /S /GoTo /D (subsection.16.4.2) >> +<< /S /GoTo /D (subsection.16.4.1) >> endobj 1132 0 obj -(16.4.2 Samba as the Trusting Domain) +(16.4.1 Samba as the Trusted Domain) endobj 1133 0 obj -<< /S /GoTo /D (section.16.5) >> +<< /S /GoTo /D (subsection.16.4.2) >> endobj 1136 0 obj -(16.5 NT4-Style Domain Trusts with Windows 2000) +(16.4.2 Samba as the Trusting Domain) endobj 1137 0 obj -<< /S /GoTo /D (section.16.6) >> +<< /S /GoTo /D (section.16.5) >> endobj 1140 0 obj -(16.6 Common Errors) +(16.5 NT4-Style Domain Trusts with Windows 2000) endobj 1141 0 obj -<< /S /GoTo /D (chapter.17) >> +<< /S /GoTo /D (section.16.6) >> endobj 1144 0 obj -(17 Hosting a Microsoft Distributed File System tree on Samba) +(16.6 Common Errors) endobj 1145 0 obj -<< /S /GoTo /D (section.17.1) >> +<< /S /GoTo /D (subsection.16.6.1) >> endobj 1148 0 obj -(17.1 Features and Benefits) +(16.6.1 Browsing of Trusted Domain Fails) endobj 1149 0 obj -<< /S /GoTo /D (section.17.2) >> +<< /S /GoTo /D (chapter.17) >> endobj 1152 0 obj -(17.2 Common Errors) +(17 Hosting a Microsoft Distributed File System Tree) endobj 1153 0 obj -<< /S /GoTo /D (subsection.17.2.1) >> +<< /S /GoTo /D (section.17.1) >> endobj 1156 0 obj -(17.2.1 MSDFS UNIX Path Is Case-Critical) +(17.1 Features and Benefits) endobj 1157 0 obj -<< /S /GoTo /D (chapter.18) >> +<< /S /GoTo /D (section.17.2) >> endobj 1160 0 obj -(18 Classical Printing Support) +(17.2 Common Errors) endobj 1161 0 obj -<< /S /GoTo /D (section.18.1) >> +<< /S /GoTo /D (subsection.17.2.1) >> endobj 1164 0 obj -(18.1 Features and Benefits) +(17.2.1 MSDFS UNIX Path Is Case-Critical) endobj 1165 0 obj -<< /S /GoTo /D (section.18.2) >> +<< /S /GoTo /D (chapter.18) >> endobj 1168 0 obj -(18.2 Technical Introduction) +(18 Classical Printing Support) endobj 1169 0 obj -<< /S /GoTo /D (subsection.18.2.1) >> +<< /S /GoTo /D (section.18.1) >> endobj 1172 0 obj -(18.2.1 Client to Samba Print Job Processing) +(18.1 Features and Benefits) endobj 1173 0 obj -<< /S /GoTo /D (subsection.18.2.2) >> +<< /S /GoTo /D (section.18.2) >> endobj 1176 0 obj -(18.2.2 Printing Related Configuration Parameters) +(18.2 Technical Introduction) endobj 1177 0 obj -<< /S /GoTo /D (section.18.3) >> +<< /S /GoTo /D (subsection.18.2.1) >> endobj 1180 0 obj -(18.3 Simple Print Configuration) +(18.2.1 Client to Samba Print Job Processing) endobj 1181 0 obj -<< /S /GoTo /D (subsection.18.3.1) >> +<< /S /GoTo /D (subsection.18.2.2) >> endobj 1184 0 obj -(18.3.1 Verifing Configuration with testparm) +(18.2.2 Printing Related Configuration Parameters) endobj 1185 0 obj -<< /S /GoTo /D (subsection.18.3.2) >> +<< /S /GoTo /D (section.18.3) >> endobj 1188 0 obj -(18.3.2 Rapid Configuration Validation) +(18.3 Simple Print Configuration) endobj 1189 0 obj -<< /S /GoTo /D (section.18.4) >> +<< /S /GoTo /D (subsection.18.3.1) >> endobj 1192 0 obj -(18.4 Extended Printing Configuration) +(18.3.1 Verifing Configuration with testparm) endobj 1193 0 obj -<< /S /GoTo /D (subsection.18.4.1) >> +<< /S /GoTo /D (subsection.18.3.2) >> endobj 1196 0 obj -(18.4.1 Detailed Explanation Settings) +(18.3.2 Rapid Configuration Validation) endobj 1197 0 obj -<< /S /GoTo /D (subsubsection.18.4.1.1) >> +<< /S /GoTo /D (section.18.4) >> endobj 1200 0 obj -(18.4.1.1 The [global] Section) +(18.4 Extended Printing Configuration) endobj 1201 0 obj -<< /S /GoTo /D (subsubsection.18.4.1.2) >> +<< /S /GoTo /D (subsection.18.4.1) >> endobj 1204 0 obj -(18.4.1.2 The [printers] Section) +(18.4.1 Detailed Explanation Settings) endobj 1205 0 obj -<< /S /GoTo /D (subsubsection.18.4.1.3) >> +<< /S /GoTo /D (subsubsection.18.4.1.1) >> endobj 1208 0 obj -(18.4.1.3 Any [my\137printer\137name] Section) +(18.4.1.1 The [global] Section) endobj 1209 0 obj -<< /S /GoTo /D (subsubsection.18.4.1.4) >> +<< /S /GoTo /D (subsubsection.18.4.1.2) >> endobj 1212 0 obj -(18.4.1.4 Print Commands) +(18.4.1.2 The [printers] Section) endobj 1213 0 obj -<< /S /GoTo /D (subsubsection.18.4.1.5) >> +<< /S /GoTo /D (subsubsection.18.4.1.3) >> endobj 1216 0 obj -(18.4.1.5 Default UNIX System Printing Commands) +(18.4.1.3 Any [my\137printer\137name] Section) endobj 1217 0 obj -<< /S /GoTo /D (subsubsection.18.4.1.6) >> +<< /S /GoTo /D (subsubsection.18.4.1.4) >> endobj 1220 0 obj -(18.4.1.6 Custom Print Commands) +(18.4.1.4 Print Commands) endobj 1221 0 obj -<< /S /GoTo /D (section.18.5) >> +<< /S /GoTo /D (subsubsection.18.4.1.5) >> endobj 1224 0 obj -(18.5 Printing Developments Since Samba-2.2) +(18.4.1.5 Default UNIX System Printing Commands) endobj 1225 0 obj -<< /S /GoTo /D (subsection.18.5.1) >> +<< /S /GoTo /D (subsubsection.18.4.1.6) >> endobj 1228 0 obj -(18.5.1 Point'n'Print Client Drivers on Samba Servers) +(18.4.1.6 Custom Print Commands) endobj 1229 0 obj -<< /S /GoTo /D (subsection.18.5.2) >> +<< /S /GoTo /D (section.18.5) >> endobj 1232 0 obj -(18.5.2 The Obsoleted [printer\044] Section) +(18.5 Printing Developments Since Samba-2.2) endobj 1233 0 obj -<< /S /GoTo /D (subsection.18.5.3) >> +<< /S /GoTo /D (subsection.18.5.1) >> endobj 1236 0 obj -(18.5.3 Creating the [print\044] Share) +(18.5.1 Point'n'Print Client Drivers on Samba Servers) endobj 1237 0 obj -<< /S /GoTo /D (subsection.18.5.4) >> +<< /S /GoTo /D (subsection.18.5.2) >> endobj 1240 0 obj -(18.5.4 [print\044] Section Parameters) +(18.5.2 The Obsoleted [printer\044] Section) endobj 1241 0 obj -<< /S /GoTo /D (subsection.18.5.5) >> +<< /S /GoTo /D (subsection.18.5.3) >> endobj 1244 0 obj -(18.5.5 The [print\044] Share Directory) +(18.5.3 Creating the [print\044] Share) endobj 1245 0 obj -<< /S /GoTo /D (section.18.6) >> +<< /S /GoTo /D (subsection.18.5.4) >> endobj 1248 0 obj -(18.6 Installing Drivers into [print\044]) +(18.5.4 [print\044] Section Parameters) endobj 1249 0 obj -<< /S /GoTo /D (subsection.18.6.1) >> +<< /S /GoTo /D (subsection.18.5.5) >> endobj 1252 0 obj -(18.6.1 Add Printer Wizard Driver Installation) +(18.5.5 The [print\044] Share Directory) endobj 1253 0 obj -<< /S /GoTo /D (subsection.18.6.2) >> +<< /S /GoTo /D (section.18.6) >> endobj 1256 0 obj -(18.6.2 Installing Print Drivers Using rpcclient) +(18.6 Installing Drivers into [print\044]) endobj 1257 0 obj -<< /S /GoTo /D (subsubsection.18.6.2.1) >> +<< /S /GoTo /D (subsection.18.6.1) >> endobj 1260 0 obj -(18.6.2.1 Identifying Driver Files) +(18.6.1 Add Printer Wizard Driver Installation) endobj 1261 0 obj -<< /S /GoTo /D (subsubsection.18.6.2.2) >> +<< /S /GoTo /D (subsection.18.6.2) >> endobj 1264 0 obj -(18.6.2.2 Obtaining Driver Files from Windows Client [print\044] Shares) +(18.6.2 Installing Print Drivers Using rpcclient) endobj 1265 0 obj -<< /S /GoTo /D (subsubsection.18.6.2.3) >> +<< /S /GoTo /D (subsubsection.18.6.2.1) >> endobj 1268 0 obj -(18.6.2.3 Installing Driver Files into [print\044]) +(18.6.2.1 Identifying Driver Files) endobj 1269 0 obj -<< /S /GoTo /D (subsubsection.18.6.2.4) >> +<< /S /GoTo /D (subsubsection.18.6.2.2) >> endobj 1272 0 obj -(18.6.2.4 smbclient to Confirm Driver Installation) +(18.6.2.2 Obtaining Driver Files from Windows Client [print\044] Shares) endobj 1273 0 obj -<< /S /GoTo /D (subsubsection.18.6.2.5) >> +<< /S /GoTo /D (subsubsection.18.6.2.3) >> endobj 1276 0 obj -(18.6.2.5 Running rpcclient with adddriver) +(18.6.2.3 Installing Driver Files into [print\044]) endobj 1277 0 obj -<< /S /GoTo /D (subsubsection.18.6.2.6) >> +<< /S /GoTo /D (subsubsection.18.6.2.4) >> endobj 1280 0 obj -(18.6.2.6 Checking adddriver Completion) +(18.6.2.4 smbclient to Confirm Driver Installation) endobj 1281 0 obj -<< /S /GoTo /D (subsubsection.18.6.2.7) >> +<< /S /GoTo /D (subsubsection.18.6.2.5) >> endobj 1284 0 obj -(18.6.2.7 Check Samba for Driver Recognition) +(18.6.2.5 Running rpcclient with adddriver) endobj 1285 0 obj -<< /S /GoTo /D (subsubsection.18.6.2.8) >> +<< /S /GoTo /D (subsubsection.18.6.2.6) >> endobj 1288 0 obj -(18.6.2.8 Specific Driver Name Flexibility) +(18.6.2.6 Checking adddriver Completion) endobj 1289 0 obj -<< /S /GoTo /D (subsubsection.18.6.2.9) >> +<< /S /GoTo /D (subsubsection.18.6.2.7) >> endobj 1292 0 obj -(18.6.2.9 Running rpcclient with the setdriver) +(18.6.2.7 Check Samba for Driver Recognition) endobj 1293 0 obj -<< /S /GoTo /D (section.18.7) >> +<< /S /GoTo /D (subsubsection.18.6.2.8) >> endobj 1296 0 obj -(18.7 Client Driver Installation Procedure) +(18.6.2.8 Specific Driver Name Flexibility) endobj 1297 0 obj -<< /S /GoTo /D (subsection.18.7.1) >> +<< /S /GoTo /D (subsubsection.18.6.2.9) >> endobj 1300 0 obj -(18.7.1 First Client Driver Installation) +(18.6.2.9 Running rpcclient with the setdriver) endobj 1301 0 obj -<< /S /GoTo /D (subsection.18.7.2) >> +<< /S /GoTo /D (section.18.7) >> endobj 1304 0 obj -(18.7.2 Setting Device Modes on New Printers) +(18.7 Client Driver Installation Procedure) endobj 1305 0 obj -<< /S /GoTo /D (subsection.18.7.3) >> +<< /S /GoTo /D (subsection.18.7.1) >> endobj 1308 0 obj -(18.7.3 Additional Client Driver Installation) +(18.7.1 First Client Driver Installation) endobj 1309 0 obj -<< /S /GoTo /D (subsection.18.7.4) >> +<< /S /GoTo /D (subsection.18.7.2) >> endobj 1312 0 obj -(18.7.4 Always Make First Client Connection as root or ``printer admin'') +(18.7.2 Setting Device Modes on New Printers) endobj 1313 0 obj -<< /S /GoTo /D (section.18.8) >> +<< /S /GoTo /D (subsection.18.7.3) >> endobj 1316 0 obj -(18.8 Other Gotchas) +(18.7.3 Additional Client Driver Installation) endobj 1317 0 obj -<< /S /GoTo /D (subsection.18.8.1) >> +<< /S /GoTo /D (subsection.18.7.4) >> endobj 1320 0 obj -(18.8.1 Setting Default Print Options for Client Drivers) +(18.7.4 Always Make First Client Connection as root or `printer admin') endobj 1321 0 obj -<< /S /GoTo /D (subsection.18.8.2) >> +<< /S /GoTo /D (section.18.8) >> endobj 1324 0 obj -(18.8.2 Supporting Large Numbers of Printers) +(18.8 Other Gotchas) endobj 1325 0 obj -<< /S /GoTo /D (subsection.18.8.3) >> +<< /S /GoTo /D (subsection.18.8.1) >> endobj 1328 0 obj -(18.8.3 Adding New Printers with the Windows NT APW) +(18.8.1 Setting Default Print Options for Client Drivers) endobj 1329 0 obj -<< /S /GoTo /D (subsection.18.8.4) >> +<< /S /GoTo /D (subsection.18.8.2) >> endobj 1332 0 obj -(18.8.4 Error Message: ``Cannot connect under a different Name'') +(18.8.2 Supporting Large Numbers of Printers) endobj 1333 0 obj -<< /S /GoTo /D (subsection.18.8.5) >> +<< /S /GoTo /D (subsection.18.8.3) >> endobj 1336 0 obj -(18.8.5 Take Care When Assembling Driver Files) +(18.8.3 Adding New Printers with the Windows NT APW) endobj 1337 0 obj -<< /S /GoTo /D (subsection.18.8.6) >> +<< /S /GoTo /D (subsection.18.8.4) >> endobj 1340 0 obj -(18.8.6 Samba and Printer Ports) +(18.8.4 Error Message: `Cannot connect under a different Name') endobj 1341 0 obj -<< /S /GoTo /D (subsection.18.8.7) >> +<< /S /GoTo /D (subsection.18.8.5) >> endobj 1344 0 obj -(18.8.7 Avoiding Common Client Driver Misconfiguration) +(18.8.5 Take Care When Assembling Driver Files) endobj 1345 0 obj -<< /S /GoTo /D (section.18.9) >> +<< /S /GoTo /D (subsection.18.8.6) >> endobj 1348 0 obj -(18.9 The Imprints Toolset) +(18.8.6 Samba and Printer Ports) endobj 1349 0 obj -<< /S /GoTo /D (subsection.18.9.1) >> +<< /S /GoTo /D (subsection.18.8.7) >> endobj 1352 0 obj -(18.9.1 What is Imprints?) +(18.8.7 Avoiding Common Client Driver Misconfiguration) endobj 1353 0 obj -<< /S /GoTo /D (subsection.18.9.2) >> +<< /S /GoTo /D (section.18.9) >> endobj 1356 0 obj -(18.9.2 Creating Printer Driver Packages) +(18.9 The Imprints Toolset) endobj 1357 0 obj -<< /S /GoTo /D (subsection.18.9.3) >> +<< /S /GoTo /D (subsection.18.9.1) >> endobj 1360 0 obj -(18.9.3 The Imprints Server) +(18.9.1 What is Imprints?) endobj 1361 0 obj -<< /S /GoTo /D (subsection.18.9.4) >> +<< /S /GoTo /D (subsection.18.9.2) >> endobj 1364 0 obj -(18.9.4 The Installation Client) +(18.9.2 Creating Printer Driver Packages) endobj 1365 0 obj -<< /S /GoTo /D (section.18.10) >> +<< /S /GoTo /D (subsection.18.9.3) >> endobj 1368 0 obj -(18.10 Adding Network Printers without User Interaction) +(18.9.3 The Imprints Server) endobj 1369 0 obj -<< /S /GoTo /D (section.18.11) >> +<< /S /GoTo /D (subsection.18.9.4) >> endobj 1372 0 obj -(18.11 The addprinter Command) +(18.9.4 The Installation Client) endobj 1373 0 obj -<< /S /GoTo /D (section.18.12) >> +<< /S /GoTo /D (section.18.10) >> endobj 1376 0 obj -(18.12 Migration of Classical Printing to Samba) +(18.10 Adding Network Printers without User Interaction) endobj 1377 0 obj -<< /S /GoTo /D (section.18.13) >> +<< /S /GoTo /D (section.18.11) >> endobj 1380 0 obj -(18.13 Publishing Printer Information in Active Directory or LDAP) +(18.11 The addprinter Command) endobj 1381 0 obj -<< /S /GoTo /D (section.18.14) >> +<< /S /GoTo /D (section.18.12) >> endobj 1384 0 obj -(18.14 Common Errors) +(18.12 Migration of Classical Printing to Samba) endobj 1385 0 obj -<< /S /GoTo /D (subsection.18.14.1) >> +<< /S /GoTo /D (section.18.13) >> endobj 1388 0 obj -(18.14.1 I Give My Root Password but I Do Not Get Access) +(18.13 Publishing Printer Information in Active Directory or LDAP) endobj 1389 0 obj -<< /S /GoTo /D (subsection.18.14.2) >> +<< /S /GoTo /D (section.18.14) >> endobj 1392 0 obj -(18.14.2 My Print Jobs Get Spooled into the Spooling Directory, but Then Get Lost) +(18.14 Common Errors) endobj 1393 0 obj -<< /S /GoTo /D (chapter.19) >> +<< /S /GoTo /D (subsection.18.14.1) >> endobj 1396 0 obj -(19 CUPS Printing Support) +(18.14.1 I Give My Root Password but I Do Not Get Access) endobj 1397 0 obj -<< /S /GoTo /D (section.19.1) >> +<< /S /GoTo /D (subsection.18.14.2) >> endobj 1400 0 obj -(19.1 Introduction) +(18.14.2 My Print Jobs Get Spooled into the Spooling Directory, but Then Get Lost) endobj 1401 0 obj -<< /S /GoTo /D (subsection.19.1.1) >> +<< /S /GoTo /D (chapter.19) >> endobj 1404 0 obj -(19.1.1 Features and Benefits) +(19 CUPS Printing Support) endobj 1405 0 obj -<< /S /GoTo /D (subsection.19.1.2) >> +<< /S /GoTo /D (section.19.1) >> endobj 1408 0 obj -(19.1.2 Overview) +(19.1 Introduction) endobj 1409 0 obj -<< /S /GoTo /D (section.19.2) >> +<< /S /GoTo /D (subsection.19.1.1) >> endobj 1412 0 obj -(19.2 Basic CUPS Support Configuration) +(19.1.1 Features and Benefits) endobj 1413 0 obj -<< /S /GoTo /D (subsection.19.2.1) >> +<< /S /GoTo /D (subsection.19.1.2) >> endobj 1416 0 obj -(19.2.1 Linking smbd with libcups.so) +(19.1.2 Overview) endobj 1417 0 obj -<< /S /GoTo /D (subsection.19.2.2) >> +<< /S /GoTo /D (section.19.2) >> endobj 1420 0 obj -(19.2.2 Simple smb.conf Settings for CUPS) +(19.2 Basic CUPS Support Configuration) endobj 1421 0 obj -<< /S /GoTo /D (subsection.19.2.3) >> +<< /S /GoTo /D (subsection.19.2.1) >> endobj 1424 0 obj -(19.2.3 More Complex CUPS smb.conf Settings) +(19.2.1 Linking smbd with libcups.so) endobj 1425 0 obj -<< /S /GoTo /D (section.19.3) >> +<< /S /GoTo /D (subsection.19.2.2) >> endobj 1428 0 obj -(19.3 Advanced Configuration) +(19.2.2 Simple smb.conf Settings for CUPS) endobj 1429 0 obj -<< /S /GoTo /D (subsection.19.3.1) >> +<< /S /GoTo /D (subsection.19.2.3) >> endobj 1432 0 obj -(19.3.1 Central Spooling vs. ``Peer-to-Peer'' Printing) +(19.2.3 More Complex CUPS smb.conf Settings) endobj 1433 0 obj -<< /S /GoTo /D (subsection.19.3.2) >> +<< /S /GoTo /D (section.19.3) >> endobj 1436 0 obj -(19.3.2 Raw Print Serving --- Vendor Drivers on Windows Clients) +(19.3 Advanced Configuration) endobj 1437 0 obj -<< /S /GoTo /D (subsection.19.3.3) >> +<< /S /GoTo /D (subsection.19.3.1) >> endobj 1440 0 obj -(19.3.3 Installation of Windows Client Drivers) +(19.3.1 Central Spooling vs. `Peer-to-Peer' Printing) endobj 1441 0 obj -<< /S /GoTo /D (subsection.19.3.4) >> +<< /S /GoTo /D (subsection.19.3.2) >> endobj 1444 0 obj -(19.3.4 Explicitly Enable ``raw'' Printing for application/octet-stream) +(19.3.2 Raw Print Serving Vendor Drivers on Windows Clients) endobj 1445 0 obj -<< /S /GoTo /D (subsection.19.3.5) >> +<< /S /GoTo /D (subsection.19.3.3) >> endobj 1448 0 obj -(19.3.5 Driver Upload Methods) +(19.3.3 Installation of Windows Client Drivers) endobj 1449 0 obj -<< /S /GoTo /D (section.19.4) >> +<< /S /GoTo /D (subsection.19.3.4) >> endobj 1452 0 obj -(19.4 Advanced Intelligent Printing with PostScript Driver Download) +(19.3.4 Explicitly Enable `raw' Printing for application/octet-stream) endobj 1453 0 obj -<< /S /GoTo /D (subsection.19.4.1) >> +<< /S /GoTo /D (subsection.19.3.5) >> endobj 1456 0 obj -(19.4.1 GDI on Windows -- PostScript on UNIX) +(19.3.5 Driver Upload Methods) endobj 1457 0 obj -<< /S /GoTo /D (subsection.19.4.2) >> +<< /S /GoTo /D (section.19.4) >> endobj 1460 0 obj -(19.4.2 Windows Drivers, GDI and EMF) +(19.4 Advanced Intelligent Printing with PostScript Driver Download) endobj 1461 0 obj -<< /S /GoTo /D (subsection.19.4.3) >> +<< /S /GoTo /D (subsection.19.4.1) >> endobj 1464 0 obj -(19.4.3 UNIX Printfile Conversion and GUI Basics) +(19.4.1 GDI on Windows -- PostScript on UNIX) endobj 1465 0 obj -<< /S /GoTo /D (subsection.19.4.4) >> +<< /S /GoTo /D (subsection.19.4.2) >> endobj 1468 0 obj -(19.4.4 PostScript and Ghostscript) +(19.4.2 Windows Drivers, GDI and EMF) endobj 1469 0 obj -<< /S /GoTo /D (subsection.19.4.5) >> +<< /S /GoTo /D (subsection.19.4.3) >> endobj 1472 0 obj -(19.4.5 Ghostscript --- the Software RIP for Non-PostScript Printers) +(19.4.3 UNIX Printfile Conversion and GUI Basics) endobj 1473 0 obj -<< /S /GoTo /D (subsection.19.4.6) >> +<< /S /GoTo /D (subsection.19.4.4) >> endobj 1476 0 obj -(19.4.6 PostScript Printer Description \(PPD\) Specification) +(19.4.4 PostScript and Ghostscript) endobj 1477 0 obj -<< /S /GoTo /D (subsection.19.4.7) >> +<< /S /GoTo /D (subsection.19.4.5) >> endobj 1480 0 obj -(19.4.7 Using Windows-Formatted Vendor PPDs) +(19.4.5 Ghostscript the Software RIP for Non-PostScript Printers) endobj 1481 0 obj -<< /S /GoTo /D (subsection.19.4.8) >> +<< /S /GoTo /D (subsection.19.4.6) >> endobj 1484 0 obj -(19.4.8 CUPS Also Uses PPDs for Non-PostScript Printers) +(19.4.6 PostScript Printer Description \(PPD\) Specification) endobj 1485 0 obj -<< /S /GoTo /D (section.19.5) >> +<< /S /GoTo /D (subsection.19.4.7) >> endobj 1488 0 obj -(19.5 The CUPS Filtering Architecture) +(19.4.7 Using Windows-Formatted Vendor PPDs) endobj 1489 0 obj -<< /S /GoTo /D (subsection.19.5.1) >> +<< /S /GoTo /D (subsection.19.4.8) >> endobj 1492 0 obj -(19.5.1 MIME Types and CUPS Filters) +(19.4.8 CUPS Also Uses PPDs for Non-PostScript Printers) endobj 1493 0 obj -<< /S /GoTo /D (subsection.19.5.2) >> +<< /S /GoTo /D (section.19.5) >> endobj 1496 0 obj -(19.5.2 MIME Type Conversion Rules) +(19.5 The CUPS Filtering Architecture) endobj 1497 0 obj -<< /S /GoTo /D (subsection.19.5.3) >> +<< /S /GoTo /D (subsection.19.5.1) >> endobj 1500 0 obj -(19.5.3 Filtering Overview) +(19.5.1 MIME Types and CUPS Filters) endobj 1501 0 obj -<< /S /GoTo /D (subsubsection.19.5.3.1) >> +<< /S /GoTo /D (subsection.19.5.2) >> endobj 1504 0 obj -(19.5.3.1 Filter requirements) +(19.5.2 MIME Type Conversion Rules) endobj 1505 0 obj -<< /S /GoTo /D (subsection.19.5.4) >> +<< /S /GoTo /D (subsection.19.5.3) >> endobj 1508 0 obj -(19.5.4 Prefilters) +(19.5.3 Filtering Overview) endobj 1509 0 obj -<< /S /GoTo /D (subsection.19.5.5) >> +<< /S /GoTo /D (subsubsection.19.5.3.1) >> endobj 1512 0 obj -(19.5.5 pstops) +(19.5.3.1 Filter requirements) endobj 1513 0 obj -<< /S /GoTo /D (subsection.19.5.6) >> +<< /S /GoTo /D (subsection.19.5.4) >> endobj 1516 0 obj -(19.5.6 pstoraster) +(19.5.4 Prefilters) endobj 1517 0 obj -<< /S /GoTo /D (subsection.19.5.7) >> +<< /S /GoTo /D (subsection.19.5.5) >> endobj 1520 0 obj -(19.5.7 imagetops and imagetoraster) +(19.5.5 pstops) endobj 1521 0 obj -<< /S /GoTo /D (subsection.19.5.8) >> +<< /S /GoTo /D (subsection.19.5.6) >> endobj 1524 0 obj -(19.5.8 rasterto [printers specific]) +(19.5.6 pstoraster) endobj 1525 0 obj -<< /S /GoTo /D (subsection.19.5.9) >> +<< /S /GoTo /D (subsection.19.5.7) >> endobj 1528 0 obj -(19.5.9 CUPS Backends) +(19.5.7 imagetops and imagetoraster) endobj 1529 0 obj -<< /S /GoTo /D (subsection.19.5.10) >> +<< /S /GoTo /D (subsection.19.5.8) >> endobj 1532 0 obj -(19.5.10 The Role of =`cupsomatic/foomatic=`) +(19.5.8 rasterto [printers specific]) endobj 1533 0 obj -<< /S /GoTo /D (subsection.19.5.11) >> +<< /S /GoTo /D (subsection.19.5.9) >> endobj 1536 0 obj -(19.5.11 The Complete Picture) +(19.5.9 CUPS Backends) endobj 1537 0 obj -<< /S /GoTo /D (subsection.19.5.12) >> +<< /S /GoTo /D (subsection.19.5.10) >> endobj 1540 0 obj -(19.5.12 mime.convs) +(19.5.10 The Role of cupsomatic/foomatic) endobj 1541 0 obj -<< /S /GoTo /D (subsection.19.5.13) >> +<< /S /GoTo /D (subsection.19.5.11) >> endobj 1544 0 obj -(19.5.13 ``Raw'' Printing) +(19.5.11 The Complete Picture) endobj 1545 0 obj -<< /S /GoTo /D (subsection.19.5.14) >> +<< /S /GoTo /D (subsection.19.5.12) >> endobj 1548 0 obj -(19.5.14 application/octet-stream Printing) +(19.5.12 mime.convs) endobj 1549 0 obj -<< /S /GoTo /D (subsection.19.5.15) >> +<< /S /GoTo /D (subsection.19.5.13) >> endobj 1552 0 obj -(19.5.15 PostScript Printer Descriptions \(PPDs\) for Non-PS Printers) +(19.5.13 `Raw' Printing) endobj 1553 0 obj -<< /S /GoTo /D (subsection.19.5.16) >> +<< /S /GoTo /D (subsection.19.5.14) >> endobj 1556 0 obj -(19.5.16 cupsomatic/foomatic-rip Versus native CUPS Printing) +(19.5.14 application/octet-stream Printing) endobj 1557 0 obj -<< /S /GoTo /D (subsection.19.5.17) >> +<< /S /GoTo /D (subsection.19.5.15) >> endobj 1560 0 obj -(19.5.17 Examples for Filtering Chains) +(19.5.15 PostScript Printer Descriptions \(PPDs\) for Non-PS Printers) endobj 1561 0 obj -<< /S /GoTo /D (subsection.19.5.18) >> +<< /S /GoTo /D (subsection.19.5.16) >> endobj 1564 0 obj -(19.5.18 Sources of CUPS Drivers/PPDs) +(19.5.16 cupsomatic/foomatic-rip Versus native CUPS Printing) endobj 1565 0 obj -<< /S /GoTo /D (subsection.19.5.19) >> +<< /S /GoTo /D (subsection.19.5.17) >> endobj 1568 0 obj -(19.5.19 Printing with Interface Scripts) +(19.5.17 Examples for Filtering Chains) endobj 1569 0 obj -<< /S /GoTo /D (section.19.6) >> +<< /S /GoTo /D (subsection.19.5.18) >> endobj 1572 0 obj -(19.6 Network Printing \(Purely Windows\)) +(19.5.18 Sources of CUPS Drivers/PPDs) endobj 1573 0 obj -<< /S /GoTo /D (subsection.19.6.1) >> +<< /S /GoTo /D (subsection.19.5.19) >> endobj 1576 0 obj -(19.6.1 From Windows Clients to an NT Print Server) +(19.5.19 Printing with Interface Scripts) endobj 1577 0 obj -<< /S /GoTo /D (subsection.19.6.2) >> +<< /S /GoTo /D (section.19.6) >> endobj 1580 0 obj -(19.6.2 Driver Execution on the Client) +(19.6 Network Printing \(Purely Windows\)) endobj 1581 0 obj -<< /S /GoTo /D (subsection.19.6.3) >> +<< /S /GoTo /D (subsection.19.6.1) >> endobj 1584 0 obj -(19.6.3 Driver Execution on the Server) +(19.6.1 From Windows Clients to an NT Print Server) endobj 1585 0 obj -<< /S /GoTo /D (section.19.7) >> +<< /S /GoTo /D (subsection.19.6.2) >> endobj 1588 0 obj -(19.7 Network Printing \(Windows Clients --- UNIX/Samba Print Servers\)) +(19.6.2 Driver Execution on the Client) endobj 1589 0 obj -<< /S /GoTo /D (subsection.19.7.1) >> +<< /S /GoTo /D (subsection.19.6.3) >> endobj 1592 0 obj -(19.7.1 From Windows Clients to a CUPS/Samba Print Server) +(19.6.3 Driver Execution on the Server) endobj 1593 0 obj -<< /S /GoTo /D (subsection.19.7.2) >> +<< /S /GoTo /D (section.19.7) >> endobj 1596 0 obj -(19.7.2 Samba Receiving Jobfiles and Passing Them to CUPS) +(19.7 Network Printing \(Windows Clients UNIX/Samba Print Servers\)) endobj 1597 0 obj -<< /S /GoTo /D (section.19.8) >> +<< /S /GoTo /D (subsection.19.7.1) >> endobj 1600 0 obj -(19.8 Network PostScript RIP) +(19.7.1 From Windows Clients to a CUPS/Samba Print Server) endobj 1601 0 obj -<< /S /GoTo /D (subsection.19.8.1) >> +<< /S /GoTo /D (subsection.19.7.2) >> endobj 1604 0 obj -(19.8.1 PPDs for Non-PS Printers on UNIX) +(19.7.2 Samba Receiving Jobfiles and Passing Them to CUPS) endobj 1605 0 obj -<< /S /GoTo /D (subsection.19.8.2) >> +<< /S /GoTo /D (section.19.8) >> endobj 1608 0 obj -(19.8.2 PPDs for Non-PS Printers on Windows) +(19.8 Network PostScript RIP) endobj 1609 0 obj -<< /S /GoTo /D (section.19.9) >> +<< /S /GoTo /D (subsection.19.8.1) >> endobj 1612 0 obj -(19.9 Windows Terminal Servers \(WTS\) as CUPS Clients) +(19.8.1 PPDs for Non-PS Printers on UNIX) endobj 1613 0 obj -<< /S /GoTo /D (subsection.19.9.1) >> +<< /S /GoTo /D (subsection.19.8.2) >> endobj 1616 0 obj -(19.9.1 Printer Drivers Running in ``Kernel Mode'' Cause Many Problems) +(19.8.2 PPDs for Non-PS Printers on Windows) endobj 1617 0 obj -<< /S /GoTo /D (subsection.19.9.2) >> +<< /S /GoTo /D (section.19.9) >> endobj 1620 0 obj -(19.9.2 Workarounds Impose Heavy Limitations) +(19.9 Windows Terminal Servers \(WTS\) as CUPS Clients) endobj 1621 0 obj -<< /S /GoTo /D (subsection.19.9.3) >> +<< /S /GoTo /D (subsection.19.9.1) >> endobj 1624 0 obj -(19.9.3 CUPS: A ``Magical Stone''?) +(19.9.1 Printer Drivers Running in `Kernel Mode' Cause Many Problems) endobj 1625 0 obj -<< /S /GoTo /D (subsection.19.9.4) >> +<< /S /GoTo /D (subsection.19.9.2) >> endobj 1628 0 obj -(19.9.4 PostScript Drivers with No Major Problems --- Even in Kernel Mode) +(19.9.2 Workarounds Impose Heavy Limitations) endobj 1629 0 obj -<< /S /GoTo /D (section.19.10) >> +<< /S /GoTo /D (subsection.19.9.3) >> endobj 1632 0 obj -(19.10 Configuring CUPS for Driver Download) +(19.9.3 CUPS: A `Magical Stone'?) endobj 1633 0 obj -<< /S /GoTo /D (subsection.19.10.1) >> +<< /S /GoTo /D (subsection.19.9.4) >> endobj 1636 0 obj -(19.10.1 cupsaddsmb: The Unknown Utility) +(19.9.4 PostScript Drivers with No Major Problems Even in Kernel Mode) endobj 1637 0 obj -<< /S /GoTo /D (subsection.19.10.2) >> +<< /S /GoTo /D (section.19.10) >> endobj 1640 0 obj -(19.10.2 Prepare Your smb.conf for cupsaddsmb) +(19.10 Configuring CUPS for Driver Download) endobj 1641 0 obj -<< /S /GoTo /D (subsection.19.10.3) >> +<< /S /GoTo /D (subsection.19.10.1) >> endobj 1644 0 obj -(19.10.3 CUPS ``PostScript Driver for Windows NT/200x/XP'') +(19.10.1 cupsaddsmb: The Unknown Utility) endobj 1645 0 obj -<< /S /GoTo /D (subsection.19.10.4) >> +<< /S /GoTo /D (subsection.19.10.2) >> endobj 1648 0 obj -(19.10.4 Recognizing Different Driver Files) +(19.10.2 Prepare Your smb.conf for cupsaddsmb) endobj 1649 0 obj -<< /S /GoTo /D (subsection.19.10.5) >> +<< /S /GoTo /D (subsection.19.10.3) >> endobj 1652 0 obj -(19.10.5 Acquiring the Adobe Driver Files) +(19.10.3 CUPS `PostScript Driver for Windows NT/200x/XP') endobj 1653 0 obj -<< /S /GoTo /D (subsection.19.10.6) >> +<< /S /GoTo /D (subsection.19.10.4) >> endobj 1656 0 obj -(19.10.6 ESP Print Pro PostScript Driver for Windows NT/200x/XP) +(19.10.4 Recognizing Different Driver Files) endobj 1657 0 obj -<< /S /GoTo /D (subsection.19.10.7) >> +<< /S /GoTo /D (subsection.19.10.5) >> endobj 1660 0 obj -(19.10.7 Caveats to be Considered) +(19.10.5 Acquiring the Adobe Driver Files) endobj 1661 0 obj -<< /S /GoTo /D (subsection.19.10.8) >> +<< /S /GoTo /D (subsection.19.10.6) >> endobj 1664 0 obj -(19.10.8 Windows CUPS PostScript Driver Versus Adobe Driver) +(19.10.6 ESP Print Pro PostScript Driver for Windows NT/200x/XP) endobj 1665 0 obj -<< /S /GoTo /D (subsection.19.10.9) >> +<< /S /GoTo /D (subsection.19.10.7) >> endobj 1668 0 obj -(19.10.9 Run cupsaddsmb \(Quiet Mode\)) +(19.10.7 Caveats to be Considered) endobj 1669 0 obj -<< /S /GoTo /D (subsection.19.10.10) >> +<< /S /GoTo /D (subsection.19.10.8) >> endobj 1672 0 obj -(19.10.10 Run cupsaddsmb with Verbose Output) +(19.10.8 Windows CUPS PostScript Driver Versus Adobe Driver) endobj 1673 0 obj -<< /S /GoTo /D (subsection.19.10.11) >> +<< /S /GoTo /D (subsection.19.10.9) >> endobj 1676 0 obj -(19.10.11 Understanding cupsaddsmb) +(19.10.9 Run cupsaddsmb \(Quiet Mode\)) endobj 1677 0 obj -<< /S /GoTo /D (subsection.19.10.12) >> +<< /S /GoTo /D (subsection.19.10.10) >> endobj 1680 0 obj -(19.10.12 How to Recognize If cupsaddsmb Completed Successfully) +(19.10.10 Run cupsaddsmb with Verbose Output) endobj 1681 0 obj -<< /S /GoTo /D (subsection.19.10.13) >> +<< /S /GoTo /D (subsection.19.10.11) >> endobj 1684 0 obj -(19.10.13 cupsaddsmb with a Samba PDC) +(19.10.11 Understanding cupsaddsmb) endobj 1685 0 obj -<< /S /GoTo /D (subsection.19.10.14) >> +<< /S /GoTo /D (subsection.19.10.12) >> endobj 1688 0 obj -(19.10.14 cupsaddsmb Flowchart) +(19.10.12 How to Recognize If cupsaddsmb Completed Successfully) endobj 1689 0 obj -<< /S /GoTo /D (subsection.19.10.15) >> +<< /S /GoTo /D (subsection.19.10.13) >> endobj 1692 0 obj -(19.10.15 Installing the PostScript Driver on a Client) +(19.10.13 cupsaddsmb with a Samba PDC) endobj 1693 0 obj -<< /S /GoTo /D (subsection.19.10.16) >> +<< /S /GoTo /D (subsection.19.10.14) >> endobj 1696 0 obj -(19.10.16 Avoiding Critical PostScript Driver Settings on the Client) +(19.10.14 cupsaddsmb Flowchart) endobj 1697 0 obj -<< /S /GoTo /D (section.19.11) >> +<< /S /GoTo /D (subsection.19.10.15) >> endobj 1700 0 obj -(19.11 Installing PostScript Driver Files Manually Using rpcclient) +(19.10.15 Installing the PostScript Driver on a Client) endobj 1701 0 obj -<< /S /GoTo /D (subsection.19.11.1) >> +<< /S /GoTo /D (subsection.19.10.16) >> endobj 1704 0 obj -(19.11.1 A Check of the rpcclient man Page) +(19.10.16 Avoiding Critical PostScript Driver Settings on the Client) endobj 1705 0 obj -<< /S /GoTo /D (subsection.19.11.2) >> +<< /S /GoTo /D (section.19.11) >> endobj 1708 0 obj -(19.11.2 Understanding the rpcclient man Page) +(19.11 Installing PostScript Driver Files Manually Using rpcclient) endobj 1709 0 obj -<< /S /GoTo /D (subsection.19.11.3) >> +<< /S /GoTo /D (subsection.19.11.1) >> endobj 1712 0 obj -(19.11.3 Producing an Example by Querying a Windows Box) +(19.11.1 A Check of the rpcclient man Page) endobj 1713 0 obj -<< /S /GoTo /D (subsection.19.11.4) >> +<< /S /GoTo /D (subsection.19.11.2) >> endobj 1716 0 obj -(19.11.4 Requirements for adddriver and setdriver to Succeed) +(19.11.2 Understanding the rpcclient man Page) endobj 1717 0 obj -<< /S /GoTo /D (subsection.19.11.5) >> +<< /S /GoTo /D (subsection.19.11.3) >> endobj 1720 0 obj -(19.11.5 Manual Driver Installation in 15 Steps) +(19.11.3 Producing an Example by Querying a Windows Box) endobj 1721 0 obj -<< /S /GoTo /D (subsection.19.11.6) >> +<< /S /GoTo /D (subsection.19.11.4) >> endobj 1724 0 obj -(19.11.6 Troubleshooting Revisited) +(19.11.4 Requirements for adddriver and setdriver to Succeed) endobj 1725 0 obj -<< /S /GoTo /D (section.19.12) >> +<< /S /GoTo /D (subsection.19.11.5) >> endobj 1728 0 obj -(19.12 The Printing *.tdb Files) +(19.11.5 Manual Driver Installation in 15 Steps) endobj 1729 0 obj -<< /S /GoTo /D (subsection.19.12.1) >> +<< /S /GoTo /D (subsection.19.11.6) >> endobj 1732 0 obj -(19.12.1 Trivial Database Files) +(19.11.6 Troubleshooting Revisited) endobj 1733 0 obj -<< /S /GoTo /D (subsection.19.12.2) >> +<< /S /GoTo /D (section.19.12) >> endobj 1736 0 obj -(19.12.2 Binary Format) +(19.12 The Printing *.tdb Files) endobj 1737 0 obj -<< /S /GoTo /D (subsection.19.12.3) >> +<< /S /GoTo /D (subsection.19.12.1) >> endobj 1740 0 obj -(19.12.3 Losing *.tdb Files) +(19.12.1 Trivial Database Files) endobj 1741 0 obj -<< /S /GoTo /D (subsection.19.12.4) >> +<< /S /GoTo /D (subsection.19.12.2) >> endobj 1744 0 obj -(19.12.4 Using tdbbackup) +(19.12.2 Binary Format) endobj 1745 0 obj -<< /S /GoTo /D (section.19.13) >> +<< /S /GoTo /D (subsection.19.12.3) >> endobj 1748 0 obj -(19.13 CUPS Print Drivers from Linuxprinting.org) +(19.12.3 Losing *.tdb Files) endobj 1749 0 obj -<< /S /GoTo /D (subsection.19.13.1) >> +<< /S /GoTo /D (subsection.19.12.4) >> endobj 1752 0 obj -(19.13.1 foomatic-rip and Foomatic Explained) +(19.12.4 Using tdbbackup) endobj 1753 0 obj -<< /S /GoTo /D (subsubsection.19.13.1.1) >> +<< /S /GoTo /D (section.19.13) >> endobj 1756 0 obj -(19.13.1.1 690 ``Perfect'' Printers) +(19.13 CUPS Print Drivers from Linuxprinting.org) endobj 1757 0 obj -<< /S /GoTo /D (subsubsection.19.13.1.2) >> +<< /S /GoTo /D (subsection.19.13.1) >> endobj 1760 0 obj -(19.13.1.2 How the Printing HOWTO Started It All) +(19.13.1 foomatic-rip and Foomatic Explained) endobj 1761 0 obj -<< /S /GoTo /D (subsubsection.19.13.1.3) >> +<< /S /GoTo /D (subsubsection.19.13.1.1) >> endobj 1764 0 obj -(19.13.1.3 Foomatic's Strange Name) +(19.13.1.1 690 `Perfect' Printers) endobj 1765 0 obj -<< /S /GoTo /D (subsubsection.19.13.1.4) >> +<< /S /GoTo /D (subsubsection.19.13.1.2) >> endobj 1768 0 obj -(19.13.1.4 cupsomatic, pdqomatic, lpdomatic, directomatic) +(19.13.1.2 How the Printing HOWTO Started It All) endobj 1769 0 obj -<< /S /GoTo /D (subsubsection.19.13.1.5) >> +<< /S /GoTo /D (subsubsection.19.13.1.3) >> endobj 1772 0 obj -(19.13.1.5 The Grand Unification Achieved) +(19.13.1.3 Foomatic's Strange Name) endobj 1773 0 obj -<< /S /GoTo /D (subsubsection.19.13.1.6) >> +<< /S /GoTo /D (subsubsection.19.13.1.4) >> endobj 1776 0 obj -(19.13.1.6 Driver Development Outside) +(19.13.1.4 cupsomatic, pdqomatic, lpdomatic, directomatic) endobj 1777 0 obj -<< /S /GoTo /D (subsubsection.19.13.1.7) >> +<< /S /GoTo /D (subsubsection.19.13.1.5) >> endobj 1780 0 obj -(19.13.1.7 Forums, Downloads, Tutorials, Howtos --- also for Mac OS X and Commercial UNIX) +(19.13.1.5 The Grand Unification Achieved) endobj 1781 0 obj -<< /S /GoTo /D (subsubsection.19.13.1.8) >> +<< /S /GoTo /D (subsubsection.19.13.1.6) >> endobj 1784 0 obj -(19.13.1.8 Foomatic Database-Generated PPDs) +(19.13.1.6 Driver Development Outside) endobj 1785 0 obj -<< /S /GoTo /D (subsection.19.13.2) >> +<< /S /GoTo /D (subsubsection.19.13.1.7) >> endobj 1788 0 obj -(19.13.2 foomatic-rip and Foomatic-PPD Download and Installation) +(19.13.1.7 Forums, Downloads, Tutorials, Howtos also for Mac OS X and Commercial UNIX) endobj 1789 0 obj -<< /S /GoTo /D (section.19.14) >> +<< /S /GoTo /D (subsubsection.19.13.1.8) >> endobj 1792 0 obj -(19.14 Page Accounting with CUPS) +(19.13.1.8 Foomatic Database-Generated PPDs) endobj 1793 0 obj -<< /S /GoTo /D (subsection.19.14.1) >> +<< /S /GoTo /D (subsection.19.13.2) >> endobj 1796 0 obj -(19.14.1 Setting Up Quotas) +(19.13.2 foomatic-rip and Foomatic-PPD Download and Installation) endobj 1797 0 obj -<< /S /GoTo /D (subsection.19.14.2) >> +<< /S /GoTo /D (section.19.14) >> endobj 1800 0 obj -(19.14.2 Correct and Incorrect Accounting) +(19.14 Page Accounting with CUPS) endobj 1801 0 obj -<< /S /GoTo /D (subsection.19.14.3) >> +<< /S /GoTo /D (subsection.19.14.1) >> endobj 1804 0 obj -(19.14.3 Adobe and CUPS PostScript Drivers for Windows Clients) +(19.14.1 Setting Up Quotas) endobj 1805 0 obj -<< /S /GoTo /D (subsection.19.14.4) >> +<< /S /GoTo /D (subsection.19.14.2) >> endobj 1808 0 obj -(19.14.4 The page\137log File Syntax) +(19.14.2 Correct and Incorrect Accounting) endobj 1809 0 obj -<< /S /GoTo /D (subsection.19.14.5) >> +<< /S /GoTo /D (subsection.19.14.3) >> endobj 1812 0 obj -(19.14.5 Possible Shortcomings) +(19.14.3 Adobe and CUPS PostScript Drivers for Windows Clients) endobj 1813 0 obj -<< /S /GoTo /D (subsection.19.14.6) >> +<< /S /GoTo /D (subsection.19.14.4) >> endobj 1816 0 obj -(19.14.6 Future Developments) +(19.14.4 The page\137log File Syntax) endobj 1817 0 obj -<< /S /GoTo /D (section.19.15) >> +<< /S /GoTo /D (subsection.19.14.5) >> endobj 1820 0 obj -(19.15 Additional Material) +(19.14.5 Possible Shortcomings) endobj 1821 0 obj -<< /S /GoTo /D (section.19.16) >> +<< /S /GoTo /D (subsection.19.14.6) >> endobj 1824 0 obj -(19.16 Auto-Deletion or Preservation of CUPS Spool Files) +(19.14.6 Future Developments) endobj 1825 0 obj -<< /S /GoTo /D (subsection.19.16.1) >> +<< /S /GoTo /D (section.19.15) >> endobj 1828 0 obj -(19.16.1 CUPS Configuration Settings Explained) +(19.15 Additional Material) endobj 1829 0 obj -<< /S /GoTo /D (subsection.19.16.2) >> +<< /S /GoTo /D (section.19.16) >> endobj 1832 0 obj -(19.16.2 Pre-Conditions) +(19.16 Auto-Deletion or Preservation of CUPS Spool Files) endobj 1833 0 obj -<< /S /GoTo /D (subsection.19.16.3) >> +<< /S /GoTo /D (subsection.19.16.1) >> endobj 1836 0 obj -(19.16.3 Manual Configuration) +(19.16.1 CUPS Configuration Settings Explained) endobj 1837 0 obj -<< /S /GoTo /D (section.19.17) >> +<< /S /GoTo /D (subsection.19.16.2) >> endobj 1840 0 obj -(19.17 Printing from CUPS to Windows Attached Printers) +(19.16.2 Pre-Conditions) endobj 1841 0 obj -<< /S /GoTo /D (section.19.18) >> +<< /S /GoTo /D (subsection.19.16.3) >> endobj 1844 0 obj -(19.18 More CUPS-Filtering Chains) +(19.16.3 Manual Configuration) endobj 1845 0 obj -<< /S /GoTo /D (section.19.19) >> +<< /S /GoTo /D (section.19.17) >> endobj 1848 0 obj -(19.19 Common Errors) +(19.17 Printing from CUPS to Windows Attached Printers) endobj 1849 0 obj -<< /S /GoTo /D (subsection.19.19.1) >> +<< /S /GoTo /D (section.19.18) >> endobj 1852 0 obj -(19.19.1 Windows 9x/ME Client Can't Install Driver) +(19.18 More CUPS-Filtering Chains) endobj 1853 0 obj -<< /S /GoTo /D (subsection.19.19.2) >> +<< /S /GoTo /D (section.19.19) >> endobj 1856 0 obj -(19.19.2 ``cupsaddsmb'' Keeps Asking for Root Password in Never-ending Loop) +(19.19 Common Errors) endobj 1857 0 obj -<< /S /GoTo /D (subsection.19.19.3) >> +<< /S /GoTo /D (subsection.19.19.1) >> endobj 1860 0 obj -(19.19.3 ``cupsaddsmb'' Errors) +(19.19.1 Windows 9x/ME Client Can't Install Driver) endobj 1861 0 obj -<< /S /GoTo /D (subsection.19.19.4) >> +<< /S /GoTo /D (subsection.19.19.2) >> endobj 1864 0 obj -(19.19.4 Client Can't Connect to Samba Printer) +(19.19.2 `cupsaddsmb' Keeps Asking for Root Password in Never-ending Loop) endobj 1865 0 obj -<< /S /GoTo /D (subsection.19.19.5) >> +<< /S /GoTo /D (subsection.19.19.3) >> endobj 1868 0 obj -(19.19.5 New Account Reconnection from Windows 200x/XP Troubles) +(19.19.3 `cupsaddsmb' Errors) endobj 1869 0 obj -<< /S /GoTo /D (subsection.19.19.6) >> +<< /S /GoTo /D (subsection.19.19.4) >> endobj 1872 0 obj -(19.19.6 Avoid Being Connected to the Samba Server as the Wrong User) +(19.19.4 Client Can't Connect to Samba Printer) endobj 1873 0 obj -<< /S /GoTo /D (subsection.19.19.7) >> +<< /S /GoTo /D (subsection.19.19.5) >> endobj 1876 0 obj -(19.19.7 Upgrading to CUPS Drivers from Adobe Drivers) +(19.19.5 New Account Reconnection from Windows 200x/XP Troubles) endobj 1877 0 obj -<< /S /GoTo /D (subsection.19.19.8) >> +<< /S /GoTo /D (subsection.19.19.6) >> endobj 1880 0 obj -(19.19.8 Can't Use ``cupsaddsmb'' on Samba Server Which Is a PDC) +(19.19.6 Avoid Being Connected to the Samba Server as the Wrong User) endobj 1881 0 obj -<< /S /GoTo /D (subsection.19.19.9) >> +<< /S /GoTo /D (subsection.19.19.7) >> endobj 1884 0 obj -(19.19.9 Deleted Windows 200x Printer Driver Is Still Shown) +(19.19.7 Upgrading to CUPS Drivers from Adobe Drivers) endobj 1885 0 obj -<< /S /GoTo /D (subsection.19.19.10) >> +<< /S /GoTo /D (subsection.19.19.8) >> endobj 1888 0 obj -(19.19.10 Windows 200x/XP "Local Security Policies") +(19.19.8 Can't Use `cupsaddsmb' on Samba Server Which Is a PDC) endobj 1889 0 obj -<< /S /GoTo /D (subsection.19.19.11) >> +<< /S /GoTo /D (subsection.19.19.9) >> endobj 1892 0 obj -(19.19.11 Administrator Cannot Install Printers for All Local Users) +(19.19.9 Deleted Windows 200x Printer Driver Is Still Shown) endobj 1893 0 obj -<< /S /GoTo /D (subsection.19.19.12) >> +<< /S /GoTo /D (subsection.19.19.10) >> endobj 1896 0 obj -(19.19.12 Print Change Notify Functions on NT-clients) +(19.19.10 Windows 200x/XP "Local Security Policies") endobj 1897 0 obj -<< /S /GoTo /D (subsection.19.19.13) >> +<< /S /GoTo /D (subsection.19.19.11) >> endobj 1900 0 obj -(19.19.13 WinXP-SP1) +(19.19.11 Administrator Cannot Install Printers for All Local Users) endobj 1901 0 obj -<< /S /GoTo /D (subsection.19.19.14) >> +<< /S /GoTo /D (subsection.19.19.12) >> endobj 1904 0 obj -(19.19.14 Print Options for All Users Can't Be Set on Windows 200x/XP) +(19.19.12 Print Change Notify Functions on NT-clients) endobj 1905 0 obj -<< /S /GoTo /D (subsection.19.19.15) >> +<< /S /GoTo /D (subsection.19.19.13) >> endobj 1908 0 obj -(19.19.15 Most Common Blunders in Driver Settings on Windows Clients) +(19.19.13 WinXP-SP1) endobj 1909 0 obj -<< /S /GoTo /D (subsection.19.19.16) >> +<< /S /GoTo /D (subsection.19.19.14) >> endobj 1912 0 obj -(19.19.16 cupsaddsmb Does Not Work with Newly Installed Printer) +(19.19.14 Print Options for All Users Can't Be Set on Windows 200x/XP) endobj 1913 0 obj -<< /S /GoTo /D (subsection.19.19.17) >> +<< /S /GoTo /D (subsection.19.19.15) >> endobj 1916 0 obj -(19.19.17 Permissions on /var/spool/samba/ Get Reset After Each Reboot) +(19.19.15 Most Common Blunders in Driver Settings on Windows Clients) endobj 1917 0 obj -<< /S /GoTo /D (subsection.19.19.18) >> +<< /S /GoTo /D (subsection.19.19.16) >> endobj 1920 0 obj -(19.19.18 Print Queue Called ``lp'' Mis-handles Print Jobs) +(19.19.16 cupsaddsmb Does Not Work with Newly Installed Printer) endobj 1921 0 obj -<< /S /GoTo /D (subsection.19.19.19) >> +<< /S /GoTo /D (subsection.19.19.17) >> endobj 1924 0 obj -(19.19.19 Location of Adobe PostScript Driver Files for ``cupsaddsmb'') +(19.19.17 Permissions on /var/spool/samba/ Get Reset After Each Reboot) endobj 1925 0 obj -<< /S /GoTo /D (section.19.20) >> +<< /S /GoTo /D (subsection.19.19.18) >> endobj 1928 0 obj -(19.20 Overview of the CUPS Printing Processes) +(19.19.18 Print Queue Called `lp' Mis-handles Print Jobs) endobj 1929 0 obj -<< /S /GoTo /D (chapter.20) >> +<< /S /GoTo /D (subsection.19.19.19) >> endobj 1932 0 obj -(20 Stackable VFS modules) +(19.19.19 Location of Adobe PostScript Driver Files for `cupsaddsmb') endobj 1933 0 obj -<< /S /GoTo /D (section.20.1) >> +<< /S /GoTo /D (section.19.20) >> endobj 1936 0 obj -(20.1 Features and Benefits) +(19.20 Overview of the CUPS Printing Processes) endobj 1937 0 obj -<< /S /GoTo /D (section.20.2) >> +<< /S /GoTo /D (chapter.20) >> endobj 1940 0 obj -(20.2 Discussion) +(20 Stackable VFS modules) endobj 1941 0 obj -<< /S /GoTo /D (section.20.3) >> +<< /S /GoTo /D (section.20.1) >> endobj 1944 0 obj -(20.3 Included Modules) +(20.1 Features and Benefits) endobj 1945 0 obj -<< /S /GoTo /D (subsection.20.3.1) >> +<< /S /GoTo /D (section.20.2) >> endobj 1948 0 obj -(20.3.1 audit) +(20.2 Discussion) endobj 1949 0 obj -<< /S /GoTo /D (subsection.20.3.2) >> +<< /S /GoTo /D (section.20.3) >> endobj 1952 0 obj -(20.3.2 extd\137audit) +(20.3 Included Modules) endobj 1953 0 obj -<< /S /GoTo /D (subsection.20.3.3) >> +<< /S /GoTo /D (subsection.20.3.1) >> endobj 1956 0 obj -(20.3.3 fake\137perms) +(20.3.1 audit) endobj 1957 0 obj -<< /S /GoTo /D (subsection.20.3.4) >> +<< /S /GoTo /D (subsection.20.3.2) >> endobj 1960 0 obj -(20.3.4 recycle) +(20.3.2 extd\137audit) endobj 1961 0 obj -<< /S /GoTo /D (subsection.20.3.5) >> +<< /S /GoTo /D (subsection.20.3.3) >> endobj 1964 0 obj -(20.3.5 netatalk) +(20.3.3 fake\137perms) endobj 1965 0 obj -<< /S /GoTo /D (section.20.4) >> +<< /S /GoTo /D (subsection.20.3.4) >> endobj 1968 0 obj -(20.4 VFS Modules Available Elsewhere) +(20.3.4 recycle) endobj 1969 0 obj -<< /S /GoTo /D (subsection.20.4.1) >> +<< /S /GoTo /D (subsection.20.3.5) >> endobj 1972 0 obj -(20.4.1 DatabaseFS) +(20.3.5 netatalk) endobj 1973 0 obj -<< /S /GoTo /D (subsection.20.4.2) >> +<< /S /GoTo /D (section.20.4) >> endobj 1976 0 obj -(20.4.2 vscan) +(20.4 VFS Modules Available Elsewhere) endobj 1977 0 obj -<< /S /GoTo /D (chapter.21) >> +<< /S /GoTo /D (subsection.20.4.1) >> endobj 1980 0 obj -(21 Winbind: Use of Domain Accounts) +(20.4.1 DatabaseFS) endobj 1981 0 obj -<< /S /GoTo /D (section.21.1) >> +<< /S /GoTo /D (subsection.20.4.2) >> endobj 1984 0 obj -(21.1 Features and Benefits) +(20.4.2 vscan) endobj 1985 0 obj -<< /S /GoTo /D (section.21.2) >> +<< /S /GoTo /D (chapter.21) >> endobj 1988 0 obj -(21.2 Introduction) +(21 Winbind: Use of Domain Accounts) endobj 1989 0 obj -<< /S /GoTo /D (section.21.3) >> +<< /S /GoTo /D (section.21.1) >> endobj 1992 0 obj -(21.3 What Winbind Provides) +(21.1 Features and Benefits) endobj 1993 0 obj -<< /S /GoTo /D (subsection.21.3.1) >> +<< /S /GoTo /D (section.21.2) >> endobj 1996 0 obj -(21.3.1 Target Uses) +(21.2 Introduction) endobj 1997 0 obj -<< /S /GoTo /D (section.21.4) >> +<< /S /GoTo /D (section.21.3) >> endobj 2000 0 obj -(21.4 How Winbind Works) +(21.3 What Winbind Provides) endobj 2001 0 obj -<< /S /GoTo /D (subsection.21.4.1) >> +<< /S /GoTo /D (subsection.21.3.1) >> endobj 2004 0 obj -(21.4.1 Microsoft Remote Procedure Calls) +(21.3.1 Target Uses) endobj 2005 0 obj -<< /S /GoTo /D (subsection.21.4.2) >> +<< /S /GoTo /D (section.21.4) >> endobj 2008 0 obj -(21.4.2 Microsoft Active Directory Services) +(21.4 How Winbind Works) endobj 2009 0 obj -<< /S /GoTo /D (subsection.21.4.3) >> +<< /S /GoTo /D (subsection.21.4.1) >> endobj 2012 0 obj -(21.4.3 Name Service Switch) +(21.4.1 Microsoft Remote Procedure Calls) endobj 2013 0 obj -<< /S /GoTo /D (subsection.21.4.4) >> +<< /S /GoTo /D (subsection.21.4.2) >> endobj 2016 0 obj -(21.4.4 Pluggable Authentication Modules) +(21.4.2 Microsoft Active Directory Services) endobj 2017 0 obj -<< /S /GoTo /D (subsection.21.4.5) >> +<< /S /GoTo /D (subsection.21.4.3) >> endobj 2020 0 obj -(21.4.5 User and Group ID Allocation) +(21.4.3 Name Service Switch) endobj 2021 0 obj -<< /S /GoTo /D (subsection.21.4.6) >> +<< /S /GoTo /D (subsection.21.4.4) >> endobj 2024 0 obj -(21.4.6 Result Caching) +(21.4.4 Pluggable Authentication Modules) endobj 2025 0 obj -<< /S /GoTo /D (section.21.5) >> +<< /S /GoTo /D (subsection.21.4.5) >> endobj 2028 0 obj -(21.5 Installation and Configuration) +(21.4.5 User and Group ID Allocation) endobj 2029 0 obj -<< /S /GoTo /D (subsection.21.5.1) >> +<< /S /GoTo /D (subsection.21.4.6) >> endobj 2032 0 obj -(21.5.1 Introduction) +(21.4.6 Result Caching) endobj 2033 0 obj -<< /S /GoTo /D (subsection.21.5.2) >> +<< /S /GoTo /D (section.21.5) >> endobj 2036 0 obj -(21.5.2 Requirements) +(21.5 Installation and Configuration) endobj 2037 0 obj -<< /S /GoTo /D (subsection.21.5.3) >> +<< /S /GoTo /D (subsection.21.5.1) >> endobj 2040 0 obj -(21.5.3 Testing Things Out) +(21.5.1 Introduction) endobj 2041 0 obj -<< /S /GoTo /D (subsubsection.21.5.3.1) >> +<< /S /GoTo /D (subsection.21.5.2) >> endobj 2044 0 obj -(21.5.3.1 Configure nsswitch.conf and the Winbind Libraries on Linux and Solaris) +(21.5.2 Requirements) endobj 2045 0 obj -<< /S /GoTo /D (subsubsection.21.5.3.2) >> +<< /S /GoTo /D (subsection.21.5.3) >> endobj 2048 0 obj -(21.5.3.2 NSS Winbind on AIX) +(21.5.3 Testing Things Out) endobj 2049 0 obj -<< /S /GoTo /D (subsubsection.21.5.3.3) >> +<< /S /GoTo /D (subsubsection.21.5.3.1) >> endobj 2052 0 obj -(21.5.3.3 Configure smb.conf) +(21.5.3.1 Configure nsswitch.conf and the Winbind Libraries on Linux and Solaris) endobj 2053 0 obj -<< /S /GoTo /D (subsubsection.21.5.3.4) >> +<< /S /GoTo /D (subsubsection.21.5.3.2) >> endobj 2056 0 obj -(21.5.3.4 Join the Samba Server to the PDC Domain) +(21.5.3.2 NSS Winbind on AIX) endobj 2057 0 obj -<< /S /GoTo /D (subsubsection.21.5.3.5) >> +<< /S /GoTo /D (subsubsection.21.5.3.3) >> endobj 2060 0 obj -(21.5.3.5 Starting and Testing the winbindd Daemon) +(21.5.3.3 Configure smb.conf) endobj 2061 0 obj -<< /S /GoTo /D (subsubsection.21.5.3.6) >> +<< /S /GoTo /D (subsubsection.21.5.3.4) >> endobj 2064 0 obj -(21.5.3.6 Fix the init.d Startup Scripts) +(21.5.3.4 Join the Samba Server to the PDC Domain) endobj 2065 0 obj -<< /S /GoTo /D (subsubsection.21.5.3.7) >> +<< /S /GoTo /D (subsubsection.21.5.3.5) >> endobj 2068 0 obj -(21.5.3.7 Configure Winbind and PAM) +(21.5.3.5 Starting and Testing the winbindd Daemon) endobj 2069 0 obj -<< /S /GoTo /D (section.21.6) >> +<< /S /GoTo /D (subsubsection.21.5.3.6) >> endobj 2072 0 obj -(21.6 Conclusion) +(21.5.3.6 Fix the init.d Startup Scripts) endobj 2073 0 obj -<< /S /GoTo /D (section.21.7) >> +<< /S /GoTo /D (subsubsection.21.5.3.7) >> endobj 2076 0 obj -(21.7 Common Errors) +(21.5.3.7 Configure Winbind and PAM) endobj 2077 0 obj -<< /S /GoTo /D (subsection.21.7.1) >> +<< /S /GoTo /D (section.21.6) >> endobj 2080 0 obj -(21.7.1 NSCD Problem Warning) +(21.6 Conclusion) endobj 2081 0 obj -<< /S /GoTo /D (subsection.21.7.2) >> +<< /S /GoTo /D (section.21.7) >> endobj 2084 0 obj -(21.7.2 Winbind Is Not Resolving Users and Groups) +(21.7 Common Errors) endobj 2085 0 obj -<< /S /GoTo /D (chapter.22) >> +<< /S /GoTo /D (subsection.21.7.1) >> endobj 2088 0 obj -(22 Advanced Network Management) +(21.7.1 NSCD Problem Warning) endobj 2089 0 obj -<< /S /GoTo /D (section.22.1) >> +<< /S /GoTo /D (subsection.21.7.2) >> endobj 2092 0 obj -(22.1 Features and Benefits) +(21.7.2 Winbind Is Not Resolving Users and Groups) endobj 2093 0 obj -<< /S /GoTo /D (section.22.2) >> +<< /S /GoTo /D (chapter.22) >> endobj 2096 0 obj -(22.2 Remote Server Administration) +(22 Advanced Network Management) endobj 2097 0 obj -<< /S /GoTo /D (section.22.3) >> +<< /S /GoTo /D (section.22.1) >> endobj 2100 0 obj -(22.3 Remote Desktop Management) +(22.1 Features and Benefits) endobj 2101 0 obj -<< /S /GoTo /D (subsection.22.3.1) >> +<< /S /GoTo /D (section.22.2) >> endobj 2104 0 obj -(22.3.1 Remote Management from NoMachine.Com) +(22.2 Remote Server Administration) endobj 2105 0 obj -<< /S /GoTo /D (section.22.4) >> +<< /S /GoTo /D (section.22.3) >> endobj 2108 0 obj -(22.4 Network Logon Script Magic) +(22.3 Remote Desktop Management) endobj 2109 0 obj -<< /S /GoTo /D (subsection.22.4.1) >> +<< /S /GoTo /D (subsection.22.3.1) >> endobj 2112 0 obj -(22.4.1 Adding Printers without User Intervention) +(22.3.1 Remote Management from NoMachine.Com) endobj 2113 0 obj -<< /S /GoTo /D (chapter.23) >> +<< /S /GoTo /D (section.22.4) >> endobj 2116 0 obj -(23 System and Account Policies) +(22.4 Network Logon Script Magic) endobj 2117 0 obj -<< /S /GoTo /D (section.23.1) >> +<< /S /GoTo /D (subsection.22.4.1) >> endobj 2120 0 obj -(23.1 Features and Benefits) +(22.4.1 Adding Printers without User Intervention) endobj 2121 0 obj -<< /S /GoTo /D (section.23.2) >> +<< /S /GoTo /D (chapter.23) >> endobj 2124 0 obj -(23.2 Creating and Managing System Policies) +(23 System and Account Policies) endobj 2125 0 obj -<< /S /GoTo /D (subsection.23.2.1) >> +<< /S /GoTo /D (section.23.1) >> endobj 2128 0 obj -(23.2.1 Windows 9x/ME Policies) +(23.1 Features and Benefits) endobj 2129 0 obj -<< /S /GoTo /D (subsection.23.2.2) >> +<< /S /GoTo /D (section.23.2) >> endobj 2132 0 obj -(23.2.2 Windows NT4-Style Policy Files) +(23.2 Creating and Managing System Policies) endobj 2133 0 obj -<< /S /GoTo /D (subsubsection.23.2.2.1) >> +<< /S /GoTo /D (subsection.23.2.1) >> endobj 2136 0 obj -(23.2.2.1 Registry Spoiling) +(23.2.1 Windows 9x/ME Policies) endobj 2137 0 obj -<< /S /GoTo /D (subsection.23.2.3) >> +<< /S /GoTo /D (subsection.23.2.2) >> endobj 2140 0 obj -(23.2.3 MS Windows 200x/XP Professional Policies) +(23.2.2 Windows NT4-Style Policy Files) endobj 2141 0 obj -<< /S /GoTo /D (subsubsection.23.2.3.1) >> +<< /S /GoTo /D (subsubsection.23.2.2.1) >> endobj 2144 0 obj -(23.2.3.1 Administration of Windows 200x/XP Policies) +(23.2.2.1 Registry Spoiling) endobj 2145 0 obj -<< /S /GoTo /D (section.23.3) >> +<< /S /GoTo /D (subsection.23.2.3) >> endobj 2148 0 obj -(23.3 Managing Account/User Policies) +(23.2.3 MS Windows 200x/XP Professional Policies) endobj 2149 0 obj -<< /S /GoTo /D (section.23.4) >> +<< /S /GoTo /D (subsubsection.23.2.3.1) >> endobj 2152 0 obj -(23.4 Management Tools) +(23.2.3.1 Administration of Windows 200x/XP Policies) endobj 2153 0 obj -<< /S /GoTo /D (subsection.23.4.1) >> +<< /S /GoTo /D (section.23.3) >> endobj 2156 0 obj -(23.4.1 Samba Editreg Toolset) +(23.3 Managing Account/User Policies) endobj 2157 0 obj -<< /S /GoTo /D (subsection.23.4.2) >> +<< /S /GoTo /D (section.23.4) >> endobj 2160 0 obj -(23.4.2 Windows NT4/200x) +(23.4 Management Tools) endobj 2161 0 obj -<< /S /GoTo /D (subsection.23.4.3) >> +<< /S /GoTo /D (subsection.23.4.1) >> endobj 2164 0 obj -(23.4.3 Samba PDC) +(23.4.1 Samba Editreg Toolset) endobj 2165 0 obj -<< /S /GoTo /D (section.23.5) >> +<< /S /GoTo /D (subsection.23.4.2) >> endobj 2168 0 obj -(23.5 System Startup and Logon Processing Overview) +(23.4.2 Windows NT4/200x) endobj 2169 0 obj -<< /S /GoTo /D (section.23.6) >> +<< /S /GoTo /D (subsection.23.4.3) >> endobj 2172 0 obj -(23.6 Common Errors) +(23.4.3 Samba PDC) endobj 2173 0 obj -<< /S /GoTo /D (subsection.23.6.1) >> +<< /S /GoTo /D (section.23.5) >> endobj 2176 0 obj -(23.6.1 Policy Does Not Work) +(23.5 System Startup and Logon Processing Overview) endobj 2177 0 obj -<< /S /GoTo /D (chapter.24) >> +<< /S /GoTo /D (section.23.6) >> endobj 2180 0 obj -(24 Desktop Profile Management) +(23.6 Common Errors) endobj 2181 0 obj -<< /S /GoTo /D (section.24.1) >> +<< /S /GoTo /D (subsection.23.6.1) >> endobj 2184 0 obj -(24.1 Features and Benefits) +(23.6.1 Policy Does Not Work) endobj 2185 0 obj -<< /S /GoTo /D (section.24.2) >> +<< /S /GoTo /D (chapter.24) >> endobj 2188 0 obj -(24.2 Roaming Profiles) +(24 Desktop Profile Management) endobj 2189 0 obj -<< /S /GoTo /D (subsection.24.2.1) >> +<< /S /GoTo /D (section.24.1) >> endobj 2192 0 obj -(24.2.1 Samba Configuration for Profile Handling) +(24.1 Features and Benefits) endobj 2193 0 obj -<< /S /GoTo /D (subsubsection.24.2.1.1) >> +<< /S /GoTo /D (section.24.2) >> endobj 2196 0 obj -(24.2.1.1 NT4/200x User Profiles) +(24.2 Roaming Profiles) endobj 2197 0 obj -<< /S /GoTo /D (subsubsection.24.2.1.2) >> +<< /S /GoTo /D (subsection.24.2.1) >> endobj 2200 0 obj -(24.2.1.2 Windows 9x/Me User Profiles) +(24.2.1 Samba Configuration for Profile Handling) endobj 2201 0 obj -<< /S /GoTo /D (subsubsection.24.2.1.3) >> +<< /S /GoTo /D (subsubsection.24.2.1.1) >> endobj 2204 0 obj -(24.2.1.3 Mixed Windows 9x/Me and Windows NT4/200x User Profiles) +(24.2.1.1 NT4/200x User Profiles) endobj 2205 0 obj -<< /S /GoTo /D (subsubsection.24.2.1.4) >> +<< /S /GoTo /D (subsubsection.24.2.1.2) >> endobj 2208 0 obj -(24.2.1.4 Disabling Roaming Profile Support) +(24.2.1.2 Windows 9x/Me User Profiles) endobj 2209 0 obj -<< /S /GoTo /D (subsection.24.2.2) >> +<< /S /GoTo /D (subsubsection.24.2.1.3) >> endobj 2212 0 obj -(24.2.2 Windows Client Profile Configuration Information) +(24.2.1.3 Mixed Windows 9x/Me and Windows NT4/200x User Profiles) endobj 2213 0 obj -<< /S /GoTo /D (subsubsection.24.2.2.1) >> +<< /S /GoTo /D (subsubsection.24.2.1.4) >> endobj 2216 0 obj -(24.2.2.1 Windows 9x/Me Profile Setup) +(24.2.1.4 Disabling Roaming Profile Support) endobj 2217 0 obj -<< /S /GoTo /D (subsubsection.24.2.2.2) >> +<< /S /GoTo /D (subsection.24.2.2) >> endobj 2220 0 obj -(24.2.2.2 Windows NT4 Workstation) +(24.2.2 Windows Client Profile Configuration Information) endobj 2221 0 obj -<< /S /GoTo /D (subsubsection.24.2.2.3) >> +<< /S /GoTo /D (subsubsection.24.2.2.1) >> endobj 2224 0 obj -(24.2.2.3 Windows 2000/XP Professional) +(24.2.2.1 Windows 9x/Me Profile Setup) endobj 2225 0 obj -<< /S /GoTo /D (subsection.24.2.3) >> +<< /S /GoTo /D (subsubsection.24.2.2.2) >> endobj 2228 0 obj -(24.2.3 Sharing Profiles between W9x/Me and NT4/200x/XP Workstations) +(24.2.2.2 Windows NT4 Workstation) endobj 2229 0 obj -<< /S /GoTo /D (subsection.24.2.4) >> +<< /S /GoTo /D (subsubsection.24.2.2.3) >> endobj 2232 0 obj -(24.2.4 Profile Migration from Windows NT4/200x Server to Samba) +(24.2.2.3 Windows 2000/XP Professional) endobj 2233 0 obj -<< /S /GoTo /D (subsubsection.24.2.4.1) >> +<< /S /GoTo /D (subsection.24.2.3) >> endobj 2236 0 obj -(24.2.4.1 Windows NT4 Profile Management Tools) +(24.2.3 Sharing Profiles between W9x/Me and NT4/200x/XP Workstations) endobj 2237 0 obj -<< /S /GoTo /D (subsubsection.24.2.4.2) >> +<< /S /GoTo /D (subsection.24.2.4) >> endobj 2240 0 obj -(24.2.4.2 Side Bar Notes) +(24.2.4 Profile Migration from Windows NT4/200x Server to Samba) endobj 2241 0 obj -<< /S /GoTo /D (subsubsection.24.2.4.3) >> +<< /S /GoTo /D (subsubsection.24.2.4.1) >> endobj 2244 0 obj -(24.2.4.3 moveuser.exe) +(24.2.4.1 Windows NT4 Profile Management Tools) endobj 2245 0 obj -<< /S /GoTo /D (subsubsection.24.2.4.4) >> +<< /S /GoTo /D (subsubsection.24.2.4.2) >> endobj 2248 0 obj -(24.2.4.4 Get SID) +(24.2.4.2 Side Bar Notes) endobj 2249 0 obj -<< /S /GoTo /D (section.24.3) >> +<< /S /GoTo /D (subsubsection.24.2.4.3) >> endobj 2252 0 obj -(24.3 Mandatory Profiles) +(24.2.4.3 moveuser.exe) endobj 2253 0 obj -<< /S /GoTo /D (section.24.4) >> +<< /S /GoTo /D (subsubsection.24.2.4.4) >> endobj 2256 0 obj -(24.4 Creating and Managing Group Profiles) +(24.2.4.4 Get SID) endobj 2257 0 obj -<< /S /GoTo /D (section.24.5) >> +<< /S /GoTo /D (section.24.3) >> endobj 2260 0 obj -(24.5 Default Profile for Windows Users) +(24.3 Mandatory Profiles) endobj 2261 0 obj -<< /S /GoTo /D (subsection.24.5.1) >> +<< /S /GoTo /D (section.24.4) >> endobj 2264 0 obj -(24.5.1 MS Windows 9x/Me) +(24.4 Creating and Managing Group Profiles) endobj 2265 0 obj -<< /S /GoTo /D (subsubsection.24.5.1.1) >> +<< /S /GoTo /D (section.24.5) >> endobj 2268 0 obj -(24.5.1.1 User Profile Handling with Windows 9x/Me) +(24.5 Default Profile for Windows Users) endobj 2269 0 obj -<< /S /GoTo /D (subsection.24.5.2) >> +<< /S /GoTo /D (subsection.24.5.1) >> endobj 2272 0 obj -(24.5.2 MS Windows NT4 Workstation) +(24.5.1 MS Windows 9x/Me) endobj 2273 0 obj -<< /S /GoTo /D (subsection.24.5.3) >> +<< /S /GoTo /D (subsubsection.24.5.1.1) >> endobj 2276 0 obj -(24.5.3 MS Windows 200x/XP) +(24.5.1.1 User Profile Handling with Windows 9x/Me) endobj 2277 0 obj -<< /S /GoTo /D (section.24.6) >> +<< /S /GoTo /D (subsection.24.5.2) >> endobj 2280 0 obj -(24.6 Common Errors) +(24.5.2 MS Windows NT4 Workstation) endobj 2281 0 obj -<< /S /GoTo /D (subsection.24.6.1) >> +<< /S /GoTo /D (subsection.24.5.3) >> endobj 2284 0 obj -(24.6.1 Configuring Roaming Profiles for a Few Users or Groups) +(24.5.3 MS Windows 200x/XP) endobj 2285 0 obj -<< /S /GoTo /D (subsection.24.6.2) >> +<< /S /GoTo /D (section.24.6) >> endobj 2288 0 obj -(24.6.2 Cannot Use Roaming Profiles) +(24.6 Common Errors) endobj 2289 0 obj -<< /S /GoTo /D (subsection.24.6.3) >> +<< /S /GoTo /D (subsection.24.6.1) >> endobj 2292 0 obj -(24.6.3 Changing the Default Profile) +(24.6.1 Configuring Roaming Profiles for a Few Users or Groups) endobj 2293 0 obj -<< /S /GoTo /D (chapter.25) >> +<< /S /GoTo /D (subsection.24.6.2) >> endobj 2296 0 obj -(25 PAM-Based Distributed Authentication) +(24.6.2 Cannot Use Roaming Profiles) endobj 2297 0 obj -<< /S /GoTo /D (section.25.1) >> +<< /S /GoTo /D (subsection.24.6.3) >> endobj 2300 0 obj -(25.1 Features and Benefits) +(24.6.3 Changing the Default Profile) endobj 2301 0 obj -<< /S /GoTo /D (section.25.2) >> +<< /S /GoTo /D (chapter.25) >> endobj 2304 0 obj -(25.2 Technical Discussion) +(25 PAM-Based Distributed Authentication) endobj 2305 0 obj -<< /S /GoTo /D (subsection.25.2.1) >> +<< /S /GoTo /D (section.25.1) >> endobj 2308 0 obj -(25.2.1 PAM Configuration Syntax) +(25.1 Features and Benefits) endobj 2309 0 obj -<< /S /GoTo /D (subsubsection.25.2.1.1) >> +<< /S /GoTo /D (section.25.2) >> endobj 2312 0 obj -(25.2.1.1 Anatomy of /etc/pam.d Entries) +(25.2 Technical Discussion) endobj 2313 0 obj -<< /S /GoTo /D (subsection.25.2.2) >> +<< /S /GoTo /D (subsection.25.2.1) >> endobj 2316 0 obj -(25.2.2 Example System Configurations) +(25.2.1 PAM Configuration Syntax) endobj 2317 0 obj -<< /S /GoTo /D (subsubsection.25.2.2.1) >> +<< /S /GoTo /D (subsubsection.25.2.1.1) >> endobj 2320 0 obj -(25.2.2.1 PAM: Original Login Config) +(25.2.1.1 Anatomy of /etc/pam.d Entries) endobj 2321 0 obj -<< /S /GoTo /D (subsubsection.25.2.2.2) >> +<< /S /GoTo /D (subsection.25.2.2) >> endobj 2324 0 obj -(25.2.2.2 PAM: Login Using pam\137smbpass) +(25.2.2 Example System Configurations) endobj 2325 0 obj -<< /S /GoTo /D (subsection.25.2.3) >> +<< /S /GoTo /D (subsubsection.25.2.2.1) >> endobj 2328 0 obj -(25.2.3 smb.conf PAM Configuration) +(25.2.2.1 PAM: Original Login Config) endobj 2329 0 obj -<< /S /GoTo /D (subsection.25.2.4) >> +<< /S /GoTo /D (subsubsection.25.2.2.2) >> endobj 2332 0 obj -(25.2.4 Remote CIFS Authentication Using winbindd.so) +(25.2.2.2 PAM: Login Using pam\137smbpass) endobj 2333 0 obj -<< /S /GoTo /D (subsection.25.2.5) >> +<< /S /GoTo /D (subsection.25.2.3) >> endobj 2336 0 obj -(25.2.5 Password Synchronization Using pam\137smbpass.so) +(25.2.3 smb.conf PAM Configuration) endobj 2337 0 obj -<< /S /GoTo /D (subsubsection.25.2.5.1) >> +<< /S /GoTo /D (subsection.25.2.4) >> endobj 2340 0 obj -(25.2.5.1 Password Synchronization Configuration) +(25.2.4 Remote CIFS Authentication Using winbindd.so) endobj 2341 0 obj -<< /S /GoTo /D (subsubsection.25.2.5.2) >> +<< /S /GoTo /D (subsection.25.2.5) >> endobj 2344 0 obj -(25.2.5.2 Password Migration Configuration) +(25.2.5 Password Synchronization Using pam\137smbpass.so) endobj 2345 0 obj -<< /S /GoTo /D (subsubsection.25.2.5.3) >> +<< /S /GoTo /D (subsubsection.25.2.5.1) >> endobj 2348 0 obj -(25.2.5.3 Mature Password Configuration) +(25.2.5.1 Password Synchronization Configuration) endobj 2349 0 obj -<< /S /GoTo /D (subsubsection.25.2.5.4) >> +<< /S /GoTo /D (subsubsection.25.2.5.2) >> endobj 2352 0 obj -(25.2.5.4 Kerberos Password Integration Configuration) +(25.2.5.2 Password Migration Configuration) endobj 2353 0 obj -<< /S /GoTo /D (section.25.3) >> +<< /S /GoTo /D (subsubsection.25.2.5.3) >> endobj 2356 0 obj -(25.3 Common Errors) +(25.2.5.3 Mature Password Configuration) endobj 2357 0 obj -<< /S /GoTo /D (subsection.25.3.1) >> +<< /S /GoTo /D (subsubsection.25.2.5.4) >> endobj 2360 0 obj -(25.3.1 pam\137winbind Problem) +(25.2.5.4 Kerberos Password Integration Configuration) endobj 2361 0 obj -<< /S /GoTo /D (subsection.25.3.2) >> +<< /S /GoTo /D (section.25.3) >> endobj 2364 0 obj -(25.3.2 Winbind Is Not Resolving Users and Groups) +(25.3 Common Errors) endobj 2365 0 obj -<< /S /GoTo /D (chapter.26) >> +<< /S /GoTo /D (subsection.25.3.1) >> endobj 2368 0 obj -(26 Integrating MS Windows Networks with Samba) +(25.3.1 pam\137winbind Problem) endobj 2369 0 obj -<< /S /GoTo /D (section.26.1) >> +<< /S /GoTo /D (subsection.25.3.2) >> endobj 2372 0 obj -(26.1 Features and Benefits) +(25.3.2 Winbind Is Not Resolving Users and Groups) endobj 2373 0 obj -<< /S /GoTo /D (section.26.2) >> +<< /S /GoTo /D (chapter.26) >> endobj 2376 0 obj -(26.2 Background Information) +(26 Integrating MS Windows Networks with Samba) endobj 2377 0 obj -<< /S /GoTo /D (section.26.3) >> +<< /S /GoTo /D (section.26.1) >> endobj 2380 0 obj -(26.3 Name Resolution in a Pure UNIX/Linux World) +(26.1 Features and Benefits) endobj 2381 0 obj -<< /S /GoTo /D (subsection.26.3.1) >> +<< /S /GoTo /D (section.26.2) >> endobj 2384 0 obj -(26.3.1 /etc/hosts) +(26.2 Background Information) endobj 2385 0 obj -<< /S /GoTo /D (subsection.26.3.2) >> +<< /S /GoTo /D (section.26.3) >> endobj 2388 0 obj -(26.3.2 /etc/resolv.conf) +(26.3 Name Resolution in a Pure UNIX/Linux World) endobj 2389 0 obj -<< /S /GoTo /D (subsection.26.3.3) >> +<< /S /GoTo /D (subsection.26.3.1) >> endobj 2392 0 obj -(26.3.3 /etc/host.conf) +(26.3.1 /etc/hosts) endobj 2393 0 obj -<< /S /GoTo /D (subsection.26.3.4) >> +<< /S /GoTo /D (subsection.26.3.2) >> endobj 2396 0 obj -(26.3.4 /etc/nsswitch.conf) +(26.3.2 /etc/resolv.conf) endobj 2397 0 obj -<< /S /GoTo /D (section.26.4) >> +<< /S /GoTo /D (subsection.26.3.3) >> endobj 2400 0 obj -(26.4 Name Resolution as Used within MS Windows Networking) +(26.3.3 /etc/host.conf) endobj 2401 0 obj -<< /S /GoTo /D (subsection.26.4.1) >> +<< /S /GoTo /D (subsection.26.3.4) >> endobj 2404 0 obj -(26.4.1 The NetBIOS Name Cache) +(26.3.4 /etc/nsswitch.conf) endobj 2405 0 obj -<< /S /GoTo /D (subsection.26.4.2) >> +<< /S /GoTo /D (section.26.4) >> endobj 2408 0 obj -(26.4.2 The LMHOSTS File) +(26.4 Name Resolution as Used within MS Windows Networking) endobj 2409 0 obj -<< /S /GoTo /D (subsection.26.4.3) >> +<< /S /GoTo /D (subsection.26.4.1) >> endobj 2412 0 obj -(26.4.3 HOSTS File) +(26.4.1 The NetBIOS Name Cache) endobj 2413 0 obj -<< /S /GoTo /D (subsection.26.4.4) >> +<< /S /GoTo /D (subsection.26.4.2) >> endobj 2416 0 obj -(26.4.4 DNS Lookup) +(26.4.2 The LMHOSTS File) endobj 2417 0 obj -<< /S /GoTo /D (subsection.26.4.5) >> +<< /S /GoTo /D (subsection.26.4.3) >> endobj 2420 0 obj -(26.4.5 WINS Lookup) +(26.4.3 HOSTS File) endobj 2421 0 obj -<< /S /GoTo /D (section.26.5) >> +<< /S /GoTo /D (subsection.26.4.4) >> endobj 2424 0 obj -(26.5 Common Errors) +(26.4.4 DNS Lookup) endobj 2425 0 obj -<< /S /GoTo /D (subsection.26.5.1) >> +<< /S /GoTo /D (subsection.26.4.5) >> endobj 2428 0 obj -(26.5.1 Pinging Works Only in One Way) +(26.4.5 WINS Lookup) endobj 2429 0 obj -<< /S /GoTo /D (subsection.26.5.2) >> +<< /S /GoTo /D (section.26.5) >> endobj 2432 0 obj -(26.5.2 Very Slow Network Connections) +(26.5 Common Errors) endobj 2433 0 obj -<< /S /GoTo /D (subsection.26.5.3) >> +<< /S /GoTo /D (subsection.26.5.1) >> endobj 2436 0 obj -(26.5.3 Samba Server Name Change Problem) +(26.5.1 Pinging Works Only in One Way) endobj 2437 0 obj -<< /S /GoTo /D (chapter.27) >> +<< /S /GoTo /D (subsection.26.5.2) >> endobj 2440 0 obj -(27 Unicode/Charsets) +(26.5.2 Very Slow Network Connections) endobj 2441 0 obj -<< /S /GoTo /D (section.27.1) >> +<< /S /GoTo /D (subsection.26.5.3) >> endobj 2444 0 obj -(27.1 Features and Benefits) +(26.5.3 Samba Server Name Change Problem) endobj 2445 0 obj -<< /S /GoTo /D (section.27.2) >> +<< /S /GoTo /D (chapter.27) >> endobj 2448 0 obj -(27.2 What Are Charsets and Unicode?) +(27 Unicode/Charsets) endobj 2449 0 obj -<< /S /GoTo /D (section.27.3) >> +<< /S /GoTo /D (section.27.1) >> endobj 2452 0 obj -(27.3 Samba and Charsets) +(27.1 Features and Benefits) endobj 2453 0 obj -<< /S /GoTo /D (section.27.4) >> +<< /S /GoTo /D (section.27.2) >> endobj 2456 0 obj -(27.4 Conversion from Old Names) +(27.2 What Are Charsets and Unicode?) endobj 2457 0 obj -<< /S /GoTo /D (section.27.5) >> +<< /S /GoTo /D (section.27.3) >> endobj 2460 0 obj -(27.5 Japanese Charsets) +(27.3 Samba and Charsets) endobj 2461 0 obj -<< /S /GoTo /D (section.27.6) >> +<< /S /GoTo /D (section.27.4) >> endobj 2464 0 obj -(27.6 Common Errors) +(27.4 Conversion from Old Names) endobj 2465 0 obj -<< /S /GoTo /D (subsection.27.6.1) >> +<< /S /GoTo /D (section.27.5) >> endobj 2468 0 obj -(27.6.1 CP850.so Can't Be Found) +(27.5 Japanese Charsets) endobj 2469 0 obj -<< /S /GoTo /D (chapter.28) >> +<< /S /GoTo /D (subsection.27.5.1) >> endobj 2472 0 obj -(28 Samba Backup Techniques) +(27.5.1 Basic Parameter Setting) endobj 2473 0 obj -<< /S /GoTo /D (section.28.1) >> +<< /S /GoTo /D (subsection.27.5.2) >> endobj 2476 0 obj -(28.1 Note) +(27.5.2 Individual Implementations) endobj 2477 0 obj -<< /S /GoTo /D (section.28.2) >> +<< /S /GoTo /D (subsection.27.5.3) >> endobj 2480 0 obj -(28.2 Features and Benefits) +(27.5.3 Migration from Samba-2.2 Series) endobj 2481 0 obj -<< /S /GoTo /D (chapter.29) >> +<< /S /GoTo /D (section.27.6) >> endobj 2484 0 obj -(29 High Availability Options) +(27.6 Common Errors) endobj 2485 0 obj -<< /S /GoTo /D (section.29.1) >> +<< /S /GoTo /D (subsection.27.6.1) >> endobj 2488 0 obj -(29.1 Note) +(27.6.1 CP850.so Can't Be Found) endobj 2489 0 obj -<< /S /GoTo /D (part.4) >> +<< /S /GoTo /D (chapter.28) >> endobj 2492 0 obj -(IV Migration and Updating) +(28 Samba Backup Techniques) endobj 2493 0 obj -<< /S /GoTo /D (chapter.30) >> +<< /S /GoTo /D (section.28.1) >> endobj 2496 0 obj -(30 Upgrading from Samba-2.x to Samba-3.0.0) +(28.1 Note) endobj 2497 0 obj -<< /S /GoTo /D (section.30.1) >> +<< /S /GoTo /D (section.28.2) >> endobj 2500 0 obj -(30.1 Quick Migration Guide) +(28.2 Features and Benefits) endobj 2501 0 obj -<< /S /GoTo /D (section.30.2) >> +<< /S /GoTo /D (chapter.29) >> endobj 2504 0 obj -(30.2 New Features in Samba-3) +(29 High Availability Options) endobj 2505 0 obj -<< /S /GoTo /D (section.30.3) >> +<< /S /GoTo /D (section.29.1) >> endobj 2508 0 obj -(30.3 Configuration Parameter Changes) +(29.1 Note) endobj 2509 0 obj -<< /S /GoTo /D (subsection.30.3.1) >> +<< /S /GoTo /D (part.4) >> endobj 2512 0 obj -(30.3.1 Removed Parameters) +(IV Migration and Updating) endobj 2513 0 obj -<< /S /GoTo /D (subsection.30.3.2) >> +<< /S /GoTo /D (chapter.30) >> endobj 2516 0 obj -(30.3.2 New Parameters) +(30 Upgrading from Samba-2.x to Samba-3.0.0) endobj 2517 0 obj -<< /S /GoTo /D (subsection.30.3.3) >> +<< /S /GoTo /D (section.30.1) >> endobj 2520 0 obj -(30.3.3 Modified Parameters \(Changes in Behavior\):) +(30.1 Quick Migration Guide) endobj 2521 0 obj -<< /S /GoTo /D (section.30.4) >> +<< /S /GoTo /D (section.30.2) >> endobj 2524 0 obj -(30.4 New Functionality) +(30.2 New Features in Samba-3) endobj 2525 0 obj -<< /S /GoTo /D (subsection.30.4.1) >> +<< /S /GoTo /D (section.30.3) >> endobj 2528 0 obj -(30.4.1 Databases) +(30.3 Configuration Parameter Changes) endobj 2529 0 obj -<< /S /GoTo /D (subsection.30.4.2) >> +<< /S /GoTo /D (subsection.30.3.1) >> endobj 2532 0 obj -(30.4.2 Changes in Behavior) +(30.3.1 Removed Parameters) endobj 2533 0 obj -<< /S /GoTo /D (subsection.30.4.3) >> +<< /S /GoTo /D (subsection.30.3.2) >> endobj 2536 0 obj -(30.4.3 Charsets) +(30.3.2 New Parameters) endobj 2537 0 obj -<< /S /GoTo /D (subsection.30.4.4) >> +<< /S /GoTo /D (subsection.30.3.3) >> endobj 2540 0 obj -(30.4.4 Passdb Backends and Authentication) +(30.3.3 Modified Parameters \(Changes in Behavior\):) endobj 2541 0 obj -<< /S /GoTo /D (subsection.30.4.5) >> +<< /S /GoTo /D (section.30.4) >> endobj 2544 0 obj -(30.4.5 LDAP) +(30.4 New Functionality) endobj 2545 0 obj -<< /S /GoTo /D (subsubsection.30.4.5.1) >> +<< /S /GoTo /D (subsection.30.4.1) >> endobj 2548 0 obj -(30.4.5.1 New Schema) +(30.4.1 Databases) endobj 2549 0 obj -<< /S /GoTo /D (subsubsection.30.4.5.2) >> +<< /S /GoTo /D (subsection.30.4.2) >> endobj 2552 0 obj -(30.4.5.2 New Suffix for Searching) +(30.4.2 Changes in Behavior) endobj 2553 0 obj -<< /S /GoTo /D (subsubsection.30.4.5.3) >> +<< /S /GoTo /D (subsection.30.4.3) >> endobj 2556 0 obj -(30.4.5.3 IdMap LDAP Support) +(30.4.3 Passdb Backends and Authentication) endobj 2557 0 obj -<< /S /GoTo /D (chapter.31) >> +<< /S /GoTo /D (subsection.30.4.4) >> endobj 2560 0 obj -(31 Migration from NT4 PDC to Samba-3 PDC) +(30.4.4 LDAP) endobj 2561 0 obj -<< /S /GoTo /D (section.31.1) >> +<< /S /GoTo /D (subsubsection.30.4.4.1) >> endobj 2564 0 obj -(31.1 Planning and Getting Started) +(30.4.4.1 New Schema) endobj 2565 0 obj -<< /S /GoTo /D (subsection.31.1.1) >> +<< /S /GoTo /D (subsubsection.30.4.4.2) >> endobj 2568 0 obj -(31.1.1 Objectives) +(30.4.4.2 New Suffix for Searching) endobj 2569 0 obj -<< /S /GoTo /D (subsubsection.31.1.1.1) >> +<< /S /GoTo /D (subsubsection.30.4.4.3) >> endobj 2572 0 obj -(31.1.1.1 Domain Layout) +(30.4.4.3 IdMap LDAP Support) endobj 2573 0 obj -<< /S /GoTo /D (subsubsection.31.1.1.2) >> +<< /S /GoTo /D (chapter.31) >> endobj 2576 0 obj -(31.1.1.2 Server Share and Directory Layout) +(31 Migration from NT4 PDC to Samba-3 PDC) endobj 2577 0 obj -<< /S /GoTo /D (subsubsection.31.1.1.3) >> +<< /S /GoTo /D (section.31.1) >> endobj 2580 0 obj -(31.1.1.3 Logon Scripts) +(31.1 Planning and Getting Started) endobj 2581 0 obj -<< /S /GoTo /D (subsubsection.31.1.1.4) >> +<< /S /GoTo /D (subsection.31.1.1) >> endobj 2584 0 obj -(31.1.1.4 Profile Migration/Creation) +(31.1.1 Objectives) endobj 2585 0 obj -<< /S /GoTo /D (subsubsection.31.1.1.5) >> +<< /S /GoTo /D (subsubsection.31.1.1.1) >> endobj 2588 0 obj -(31.1.1.5 User and Group Accounts) +(31.1.1.1 Domain Layout) endobj 2589 0 obj -<< /S /GoTo /D (subsection.31.1.2) >> +<< /S /GoTo /D (subsubsection.31.1.1.2) >> endobj 2592 0 obj -(31.1.2 Steps in Migration Process) +(31.1.1.2 Server Share and Directory Layout) endobj 2593 0 obj -<< /S /GoTo /D (section.31.2) >> +<< /S /GoTo /D (subsubsection.31.1.1.3) >> endobj 2596 0 obj -(31.2 Migration Options) +(31.1.1.3 Logon Scripts) endobj 2597 0 obj -<< /S /GoTo /D (subsection.31.2.1) >> +<< /S /GoTo /D (subsubsection.31.1.1.4) >> endobj 2600 0 obj -(31.2.1 Planning for Success) +(31.1.1.4 Profile Migration/Creation) endobj 2601 0 obj -<< /S /GoTo /D (subsection.31.2.2) >> +<< /S /GoTo /D (subsubsection.31.1.1.5) >> endobj 2604 0 obj -(31.2.2 Samba-3 Implementation Choices) +(31.1.1.5 User and Group Accounts) endobj 2605 0 obj -<< /S /GoTo /D (chapter.32) >> +<< /S /GoTo /D (subsection.31.1.2) >> endobj 2608 0 obj -(32 SWAT --- The Samba Web Administration Tool) +(31.1.2 Steps in Migration Process) endobj 2609 0 obj -<< /S /GoTo /D (section.32.1) >> +<< /S /GoTo /D (section.31.2) >> endobj 2612 0 obj -(32.1 Features and Benefits) +(31.2 Migration Options) endobj 2613 0 obj -<< /S /GoTo /D (section.32.2) >> +<< /S /GoTo /D (subsection.31.2.1) >> endobj 2616 0 obj -(32.2 Guidelines and Technical Tips) +(31.2.1 Planning for Success) endobj 2617 0 obj -<< /S /GoTo /D (subsection.32.2.1) >> +<< /S /GoTo /D (subsection.31.2.2) >> endobj 2620 0 obj -(32.2.1 Validate SWAT Installation) +(31.2.2 Samba-3 Implementation Choices) endobj 2621 0 obj -<< /S /GoTo /D (subsubsection.32.2.1.1) >> +<< /S /GoTo /D (chapter.32) >> endobj 2624 0 obj -(32.2.1.1 Locating the swat File) +(32 SWAT The Samba Web Administration Tool) endobj 2625 0 obj -<< /S /GoTo /D (subsubsection.32.2.1.2) >> +<< /S /GoTo /D (section.32.1) >> endobj 2628 0 obj -(32.2.1.2 Locating the SWAT Support Files) +(32.1 Features and Benefits) endobj 2629 0 obj -<< /S /GoTo /D (subsection.32.2.2) >> +<< /S /GoTo /D (section.32.2) >> endobj 2632 0 obj -(32.2.2 Enabling SWAT for Use) +(32.2 Guidelines and Technical Tips) endobj 2633 0 obj -<< /S /GoTo /D (subsection.32.2.3) >> +<< /S /GoTo /D (subsection.32.2.1) >> endobj 2636 0 obj -(32.2.3 Securing SWAT through SSL) +(32.2.1 Validate SWAT Installation) endobj 2637 0 obj -<< /S /GoTo /D (subsection.32.2.4) >> +<< /S /GoTo /D (subsubsection.32.2.1.1) >> endobj 2640 0 obj -(32.2.4 Enabling SWAT Internationalization Support) +(32.2.1.1 Locating the swat File) endobj 2641 0 obj -<< /S /GoTo /D (section.32.3) >> +<< /S /GoTo /D (subsubsection.32.2.1.2) >> endobj 2644 0 obj -(32.3 Overview and Quick Tour) +(32.2.1.2 Locating the SWAT Support Files) endobj 2645 0 obj -<< /S /GoTo /D (subsection.32.3.1) >> +<< /S /GoTo /D (subsection.32.2.2) >> endobj 2648 0 obj -(32.3.1 The SWAT Home Page) +(32.2.2 Enabling SWAT for Use) endobj 2649 0 obj -<< /S /GoTo /D (subsection.32.3.2) >> +<< /S /GoTo /D (subsection.32.2.3) >> endobj 2652 0 obj -(32.3.2 Global Settings) +(32.2.3 Securing SWAT through SSL) endobj 2653 0 obj -<< /S /GoTo /D (subsection.32.3.3) >> +<< /S /GoTo /D (subsection.32.2.4) >> endobj 2656 0 obj -(32.3.3 Share Settings) +(32.2.4 Enabling SWAT Internationalization Support) endobj 2657 0 obj -<< /S /GoTo /D (subsection.32.3.4) >> +<< /S /GoTo /D (section.32.3) >> endobj 2660 0 obj -(32.3.4 Printers Settings) +(32.3 Overview and Quick Tour) endobj 2661 0 obj -<< /S /GoTo /D (subsection.32.3.5) >> +<< /S /GoTo /D (subsection.32.3.1) >> endobj 2664 0 obj -(32.3.5 The SWAT Wizard) +(32.3.1 The SWAT Home Page) endobj 2665 0 obj -<< /S /GoTo /D (subsection.32.3.6) >> +<< /S /GoTo /D (subsection.32.3.2) >> endobj 2668 0 obj -(32.3.6 The Status Page) +(32.3.2 Global Settings) endobj 2669 0 obj -<< /S /GoTo /D (subsection.32.3.7) >> +<< /S /GoTo /D (subsection.32.3.3) >> endobj 2672 0 obj -(32.3.7 The View Page) +(32.3.3 Share Settings) endobj 2673 0 obj -<< /S /GoTo /D (subsection.32.3.8) >> +<< /S /GoTo /D (subsection.32.3.4) >> endobj 2676 0 obj -(32.3.8 The Password Change Page) +(32.3.4 Printers Settings) endobj 2677 0 obj -<< /S /GoTo /D (part.5) >> +<< /S /GoTo /D (subsection.32.3.5) >> endobj 2680 0 obj -(V Troubleshooting) +(32.3.5 The SWAT Wizard) endobj 2681 0 obj -<< /S /GoTo /D (chapter.33) >> +<< /S /GoTo /D (subsection.32.3.6) >> endobj 2684 0 obj -(33 The Samba Checklist) +(32.3.6 The Status Page) endobj 2685 0 obj -<< /S /GoTo /D (section.33.1) >> +<< /S /GoTo /D (subsection.32.3.7) >> endobj 2688 0 obj -(33.1 Introduction) +(32.3.7 The View Page) endobj 2689 0 obj -<< /S /GoTo /D (section.33.2) >> +<< /S /GoTo /D (subsection.32.3.8) >> endobj 2692 0 obj -(33.2 Assumptions) +(32.3.8 The Password Change Page) endobj 2693 0 obj -<< /S /GoTo /D (section.33.3) >> +<< /S /GoTo /D (section.32.4) >> endobj 2696 0 obj -(33.3 The Tests) +(32.4 SWAT View Page Displays Incorrectly) endobj 2697 0 obj -<< /S /GoTo /D (chapter.34) >> +<< /S /GoTo /D (part.5) >> endobj 2700 0 obj -(34 Analyzing and Solving Samba Problems) +(V Troubleshooting) endobj 2701 0 obj -<< /S /GoTo /D (section.34.1) >> +<< /S /GoTo /D (chapter.33) >> endobj 2704 0 obj -(34.1 Diagnostics Tools) +(33 The Samba Checklist) endobj 2705 0 obj -<< /S /GoTo /D (subsection.34.1.1) >> +<< /S /GoTo /D (section.33.1) >> endobj 2708 0 obj -(34.1.1 Debugging with Samba Itself) +(33.1 Introduction) endobj 2709 0 obj -<< /S /GoTo /D (subsection.34.1.2) >> +<< /S /GoTo /D (section.33.2) >> endobj 2712 0 obj -(34.1.2 Tcpdump) +(33.2 Assumptions) endobj 2713 0 obj -<< /S /GoTo /D (subsection.34.1.3) >> +<< /S /GoTo /D (section.33.3) >> endobj 2716 0 obj -(34.1.3 Ethereal) +(33.3 The Tests) endobj 2717 0 obj -<< /S /GoTo /D (subsection.34.1.4) >> +<< /S /GoTo /D (chapter.34) >> endobj 2720 0 obj -(34.1.4 The Windows Network Monitor) +(34 Analyzing and Solving Samba Problems) endobj 2721 0 obj -<< /S /GoTo /D (subsubsection.34.1.4.1) >> +<< /S /GoTo /D (section.34.1) >> endobj 2724 0 obj -(34.1.4.1 Installing Network Monitor on an NT Workstation) +(34.1 Diagnostics Tools) endobj 2725 0 obj -<< /S /GoTo /D (subsubsection.34.1.4.2) >> +<< /S /GoTo /D (subsection.34.1.1) >> endobj 2728 0 obj -(34.1.4.2 Installing Network Monitor on Windows 9x/Me) +(34.1.1 Debugging with Samba Itself) endobj 2729 0 obj -<< /S /GoTo /D (section.34.2) >> +<< /S /GoTo /D (subsection.34.1.2) >> endobj 2732 0 obj -(34.2 Useful URLs) +(34.1.2 Tcpdump) endobj 2733 0 obj -<< /S /GoTo /D (section.34.3) >> +<< /S /GoTo /D (subsection.34.1.3) >> endobj 2736 0 obj -(34.3 Getting Mailing List Help) +(34.1.3 Ethereal) endobj 2737 0 obj -<< /S /GoTo /D (section.34.4) >> +<< /S /GoTo /D (subsection.34.1.4) >> endobj 2740 0 obj -(34.4 How to Get Off the Mailing Lists) +(34.1.4 The Windows Network Monitor) endobj 2741 0 obj -<< /S /GoTo /D (chapter.35) >> +<< /S /GoTo /D (subsubsection.34.1.4.1) >> endobj 2744 0 obj -(35 Reporting Bugs) +(34.1.4.1 Installing Network Monitor on an NT Workstation) endobj 2745 0 obj -<< /S /GoTo /D (section.35.1) >> +<< /S /GoTo /D (subsubsection.34.1.4.2) >> endobj 2748 0 obj -(35.1 Introduction) +(34.1.4.2 Installing Network Monitor on Windows 9x/Me) endobj 2749 0 obj -<< /S /GoTo /D (section.35.2) >> +<< /S /GoTo /D (section.34.2) >> endobj 2752 0 obj -(35.2 General Information) +(34.2 Useful URLs) endobj 2753 0 obj -<< /S /GoTo /D (section.35.3) >> +<< /S /GoTo /D (section.34.3) >> endobj 2756 0 obj -(35.3 Debug Levels) +(34.3 Getting Mailing List Help) endobj 2757 0 obj -<< /S /GoTo /D (section.35.4) >> +<< /S /GoTo /D (section.34.4) >> endobj 2760 0 obj -(35.4 Internal Errors) +(34.4 How to Get Off the Mailing Lists) endobj 2761 0 obj -<< /S /GoTo /D (section.35.5) >> +<< /S /GoTo /D (chapter.35) >> endobj 2764 0 obj -(35.5 Attaching to a Running Process) +(35 Reporting Bugs) endobj 2765 0 obj -<< /S /GoTo /D (section.35.6) >> +<< /S /GoTo /D (section.35.1) >> endobj 2768 0 obj -(35.6 Patches) +(35.1 Introduction) endobj 2769 0 obj -<< /S /GoTo /D (part.6) >> +<< /S /GoTo /D (section.35.2) >> endobj 2772 0 obj -(VI Appendixes) +(35.2 General Information) endobj 2773 0 obj -<< /S /GoTo /D (chapter.36) >> +<< /S /GoTo /D (section.35.3) >> endobj 2776 0 obj -(36 How to Compile Samba) +(35.3 Debug Levels) endobj 2777 0 obj -<< /S /GoTo /D (section.36.1) >> +<< /S /GoTo /D (section.35.4) >> endobj 2780 0 obj -(36.1 Access Samba Source Code via CVS) +(35.4 Internal Errors) endobj 2781 0 obj -<< /S /GoTo /D (subsection.36.1.1) >> +<< /S /GoTo /D (section.35.5) >> endobj 2784 0 obj -(36.1.1 Introduction) +(35.5 Attaching to a Running Process) endobj 2785 0 obj -<< /S /GoTo /D (subsection.36.1.2) >> +<< /S /GoTo /D (section.35.6) >> endobj 2788 0 obj -(36.1.2 CVS Access to samba.org) +(35.6 Patches) endobj 2789 0 obj -<< /S /GoTo /D (subsubsection.36.1.2.1) >> +<< /S /GoTo /D (part.6) >> endobj 2792 0 obj -(36.1.2.1 Access via CVSweb) +(VI Appendixes) endobj 2793 0 obj -<< /S /GoTo /D (subsubsection.36.1.2.2) >> +<< /S /GoTo /D (chapter.36) >> endobj 2796 0 obj -(36.1.2.2 Access via CVS) +(36 How to Compile Samba) endobj 2797 0 obj -<< /S /GoTo /D (section.36.2) >> +<< /S /GoTo /D (section.36.1) >> endobj 2800 0 obj -(36.2 Accessing the Samba Sources via rsync and ftp) +(36.1 Access Samba Source Code via CVS) endobj 2801 0 obj -<< /S /GoTo /D (section.36.3) >> +<< /S /GoTo /D (subsection.36.1.1) >> endobj 2804 0 obj -(36.3 Verifying Samba's PGP Signature) +(36.1.1 Introduction) endobj 2805 0 obj -<< /S /GoTo /D (section.36.4) >> +<< /S /GoTo /D (subsection.36.1.2) >> endobj 2808 0 obj -(36.4 Building the Binaries) +(36.1.2 CVS Access to samba.org) endobj 2809 0 obj -<< /S /GoTo /D (subsection.36.4.1) >> +<< /S /GoTo /D (subsubsection.36.1.2.1) >> endobj 2812 0 obj -(36.4.1 Compiling Samba with Active Directory Support) +(36.1.2.1 Access via CVSweb) endobj 2813 0 obj -<< /S /GoTo /D (subsubsection.36.4.1.1) >> +<< /S /GoTo /D (subsubsection.36.1.2.2) >> endobj 2816 0 obj -(36.4.1.1 Installing the Required Packages for Debian) +(36.1.2.2 Access via CVS) endobj 2817 0 obj -<< /S /GoTo /D (subsubsection.36.4.1.2) >> +<< /S /GoTo /D (section.36.2) >> endobj 2820 0 obj -(36.4.1.2 Installing the Required Packages for Red Hat Linux) +(36.2 Accessing the Samba Sources via rsync and ftp) endobj 2821 0 obj -<< /S /GoTo /D (subsubsection.36.4.1.3) >> +<< /S /GoTo /D (section.36.3) >> endobj 2824 0 obj -(36.4.1.3 SuSE Linux Package Requirements) +(36.3 Verifying Samba's PGP Signature) endobj 2825 0 obj -<< /S /GoTo /D (section.36.5) >> +<< /S /GoTo /D (section.36.4) >> endobj 2828 0 obj -(36.5 Starting the smbd and nmbd) +(36.4 Building the Binaries) endobj 2829 0 obj -<< /S /GoTo /D (subsection.36.5.1) >> +<< /S /GoTo /D (subsection.36.4.1) >> endobj 2832 0 obj -(36.5.1 Starting from inetd.conf) +(36.4.1 Compiling Samba with Active Directory Support) endobj 2833 0 obj -<< /S /GoTo /D (subsection.36.5.2) >> +<< /S /GoTo /D (subsubsection.36.4.1.1) >> endobj 2836 0 obj -(36.5.2 Alternative: Starting smbd as a Daemon) +(36.4.1.1 Installing the Required Packages for Debian) endobj 2837 0 obj -<< /S /GoTo /D (chapter.37) >> +<< /S /GoTo /D (subsubsection.36.4.1.2) >> endobj 2840 0 obj -(37 Portability) +(36.4.1.2 Installing the Required Packages for Red Hat Linux) endobj 2841 0 obj -<< /S /GoTo /D (section.37.1) >> +<< /S /GoTo /D (subsubsection.36.4.1.3) >> endobj 2844 0 obj -(37.1 HPUX) +(36.4.1.3 SuSE Linux Package Requirements) endobj 2845 0 obj -<< /S /GoTo /D (section.37.2) >> +<< /S /GoTo /D (section.36.5) >> endobj 2848 0 obj -(37.2 SCO UNIX) +(36.5 Starting the smbd and nmbd) endobj 2849 0 obj -<< /S /GoTo /D (section.37.3) >> +<< /S /GoTo /D (subsection.36.5.1) >> endobj 2852 0 obj -(37.3 DNIX) +(36.5.1 Starting from inetd.conf) endobj 2853 0 obj -<< /S /GoTo /D (section.37.4) >> +<< /S /GoTo /D (subsection.36.5.2) >> endobj 2856 0 obj -(37.4 Red Hat Linux) +(36.5.2 Alternative: Starting smbd as a Daemon) endobj 2857 0 obj -<< /S /GoTo /D (section.37.5) >> +<< /S /GoTo /D (chapter.37) >> endobj 2860 0 obj -(37.5 AIX) +(37 Portability) endobj 2861 0 obj -<< /S /GoTo /D (subsection.37.5.1) >> +<< /S /GoTo /D (section.37.1) >> endobj 2864 0 obj -(37.5.1 Sequential Read Ahead) +(37.1 HPUX) endobj 2865 0 obj -<< /S /GoTo /D (section.37.6) >> +<< /S /GoTo /D (section.37.2) >> endobj 2868 0 obj -(37.6 Solaris) +(37.2 SCO UNIX) endobj 2869 0 obj -<< /S /GoTo /D (subsection.37.6.1) >> +<< /S /GoTo /D (section.37.3) >> endobj 2872 0 obj -(37.6.1 Locking Improvements) +(37.3 DNIX) endobj 2873 0 obj -<< /S /GoTo /D (subsection.37.6.2) >> +<< /S /GoTo /D (section.37.4) >> endobj 2876 0 obj -(37.6.2 Winbind on Solaris 9) +(37.4 Red Hat Linux) endobj 2877 0 obj -<< /S /GoTo /D (chapter.38) >> +<< /S /GoTo /D (section.37.5) >> endobj 2880 0 obj -(38 Samba and Other CIFS Clients) +(37.5 AIX) endobj 2881 0 obj -<< /S /GoTo /D (section.38.1) >> +<< /S /GoTo /D (subsection.37.5.1) >> endobj 2884 0 obj -(38.1 Macintosh Clients) +(37.5.1 Sequential Read Ahead) endobj 2885 0 obj -<< /S /GoTo /D (section.38.2) >> +<< /S /GoTo /D (section.37.6) >> endobj 2888 0 obj -(38.2 OS2 Client) +(37.6 Solaris) endobj 2889 0 obj -<< /S /GoTo /D (subsection.38.2.1) >> +<< /S /GoTo /D (subsection.37.6.1) >> endobj 2892 0 obj -(38.2.1 Configuring OS/2 Warp Connect or OS/2 Warp 4) +(37.6.1 Locking Improvements) endobj 2893 0 obj -<< /S /GoTo /D (subsection.38.2.2) >> +<< /S /GoTo /D (subsection.37.6.2) >> endobj 2896 0 obj -(38.2.2 Configuring Other Versions of OS/2) +(37.6.2 Winbind on Solaris 9) endobj 2897 0 obj -<< /S /GoTo /D (subsection.38.2.3) >> +<< /S /GoTo /D (chapter.38) >> endobj 2900 0 obj -(38.2.3 Printer Driver Download for OS/2 Clients) +(38 Samba and Other CIFS Clients) endobj 2901 0 obj -<< /S /GoTo /D (section.38.3) >> +<< /S /GoTo /D (section.38.1) >> endobj 2904 0 obj -(38.3 Windows for Workgroups) +(38.1 Macintosh Clients) endobj 2905 0 obj -<< /S /GoTo /D (subsection.38.3.1) >> +<< /S /GoTo /D (section.38.2) >> endobj 2908 0 obj -(38.3.1 Latest TCP/IP Stack from Microsoft) +(38.2 OS2 Client) endobj 2909 0 obj -<< /S /GoTo /D (subsection.38.3.2) >> +<< /S /GoTo /D (subsection.38.2.1) >> endobj 2912 0 obj -(38.3.2 Delete .pwl Files After Password Change) +(38.2.1 Configuring OS/2 Warp Connect or OS/2 Warp 4) endobj 2913 0 obj -<< /S /GoTo /D (subsection.38.3.3) >> +<< /S /GoTo /D (subsection.38.2.2) >> endobj 2916 0 obj -(38.3.3 Configuring Windows for Workgroups Password Handling) +(38.2.2 Configuring Other Versions of OS/2) endobj 2917 0 obj -<< /S /GoTo /D (subsection.38.3.4) >> +<< /S /GoTo /D (subsection.38.2.3) >> endobj 2920 0 obj -(38.3.4 Password Case Sensitivity) +(38.2.3 Printer Driver Download for OS/2 Clients) endobj 2921 0 obj -<< /S /GoTo /D (subsection.38.3.5) >> +<< /S /GoTo /D (section.38.3) >> endobj 2924 0 obj -(38.3.5 Use TCP/IP as Default Protocol) +(38.3 Windows for Workgroups) endobj 2925 0 obj -<< /S /GoTo /D (subsection.38.3.6) >> +<< /S /GoTo /D (subsection.38.3.1) >> endobj 2928 0 obj -(38.3.6 Speed Improvement) +(38.3.1 Latest TCP/IP Stack from Microsoft) endobj 2929 0 obj -<< /S /GoTo /D (section.38.4) >> +<< /S /GoTo /D (subsection.38.3.2) >> endobj 2932 0 obj -(38.4 Windows 95/98) +(38.3.2 Delete .pwl Files After Password Change) endobj 2933 0 obj -<< /S /GoTo /D (subsection.38.4.1) >> +<< /S /GoTo /D (subsection.38.3.3) >> endobj 2936 0 obj -(38.4.1 Speed Improvement) +(38.3.3 Configuring Windows for Workgroups Password Handling) endobj 2937 0 obj -<< /S /GoTo /D (section.38.5) >> +<< /S /GoTo /D (subsection.38.3.4) >> endobj 2940 0 obj -(38.5 Windows 2000 Service Pack 2) +(38.3.4 Password Case Sensitivity) endobj 2941 0 obj -<< /S /GoTo /D (section.38.6) >> +<< /S /GoTo /D (subsection.38.3.5) >> endobj 2944 0 obj -(38.6 Windows NT 3.1) +(38.3.5 Use TCP/IP as Default Protocol) endobj 2945 0 obj -<< /S /GoTo /D (chapter.39) >> +<< /S /GoTo /D (subsection.38.3.6) >> endobj 2948 0 obj -(39 Samba Performance Tuning) +(38.3.6 Speed Improvement) endobj 2949 0 obj -<< /S /GoTo /D (section.39.1) >> +<< /S /GoTo /D (section.38.4) >> endobj 2952 0 obj -(39.1 Comparisons) +(38.4 Windows 95/98) endobj 2953 0 obj -<< /S /GoTo /D (section.39.2) >> +<< /S /GoTo /D (subsection.38.4.1) >> endobj 2956 0 obj -(39.2 Socket Options) +(38.4.1 Speed Improvement) endobj 2957 0 obj -<< /S /GoTo /D (section.39.3) >> +<< /S /GoTo /D (section.38.5) >> endobj 2960 0 obj -(39.3 Read Size) +(38.5 Windows 2000 Service Pack 2) endobj 2961 0 obj -<< /S /GoTo /D (section.39.4) >> +<< /S /GoTo /D (section.38.6) >> endobj 2964 0 obj -(39.4 Max Xmit) +(38.6 Windows NT 3.1) endobj 2965 0 obj -<< /S /GoTo /D (section.39.5) >> +<< /S /GoTo /D (chapter.39) >> endobj 2968 0 obj -(39.5 Log Level) +(39 Samba Performance Tuning) endobj 2969 0 obj -<< /S /GoTo /D (section.39.6) >> +<< /S /GoTo /D (section.39.1) >> endobj 2972 0 obj -(39.6 Read Raw) +(39.1 Comparisons) endobj 2973 0 obj -<< /S /GoTo /D (section.39.7) >> +<< /S /GoTo /D (section.39.2) >> endobj 2976 0 obj -(39.7 Write Raw) +(39.2 Socket Options) endobj 2977 0 obj -<< /S /GoTo /D (section.39.8) >> +<< /S /GoTo /D (section.39.3) >> endobj 2980 0 obj -(39.8 Slow Logins) +(39.3 Read Size) endobj 2981 0 obj -<< /S /GoTo /D (section.39.9) >> +<< /S /GoTo /D (section.39.4) >> endobj 2984 0 obj -(39.9 Client Tuning) +(39.4 Max Xmit) endobj 2985 0 obj -<< /S /GoTo /D (section.39.10) >> +<< /S /GoTo /D (section.39.5) >> endobj 2988 0 obj -(39.10 Samba Performance Problem Due to Changing Linux Kernel) +(39.5 Log Level) endobj 2989 0 obj -<< /S /GoTo /D (section.39.11) >> +<< /S /GoTo /D (section.39.6) >> endobj 2992 0 obj -(39.11 Corrupt tdb Files) +(39.6 Read Raw) endobj 2993 0 obj -<< /S /GoTo /D (chapter.40) >> +<< /S /GoTo /D (section.39.7) >> endobj 2996 0 obj -(40 DNS and DHCP Configuration Guide) +(39.7 Write Raw) endobj 2997 0 obj -<< /S /GoTo /D (section.40.1) >> +<< /S /GoTo /D (section.39.8) >> endobj 3000 0 obj -(40.1 Note) +(39.8 Slow Logins) endobj 3001 0 obj -<< /S /GoTo /D (chapter.41) >> +<< /S /GoTo /D (section.39.9) >> endobj 3004 0 obj -(41 Further Resources) +(39.9 Client Tuning) endobj 3005 0 obj -<< /S /GoTo /D (section.41.1) >> +<< /S /GoTo /D (section.39.10) >> endobj 3008 0 obj -(41.1 Websites) +(39.10 Samba Performance Problem Due to Changing Linux Kernel) endobj 3009 0 obj -<< /S /GoTo /D (section.41.2) >> +<< /S /GoTo /D (section.39.11) >> endobj 3012 0 obj -(41.2 Related updates from Microsoft) +(39.11 Corrupt tdb Files) endobj 3013 0 obj -<< /S /GoTo /D [3014 0 R /Fit ] >> +<< /S /GoTo /D (section.39.12) >> endobj -3016 0 obj << -/Length 234 +3016 0 obj +(39.12 Samba Performance is Very Slow) +endobj +3017 0 obj +<< /S /GoTo /D (chapter.40) >> +endobj +3020 0 obj +(40 DNS and DHCP Configuration Guide) +endobj +3021 0 obj +<< /S /GoTo /D (section.40.1) >> +endobj +3024 0 obj +(40.1 Note) +endobj +3025 0 obj +<< /S /GoTo /D (chapter.41) >> +endobj +3028 0 obj +(41 Further Resources) +endobj +3029 0 obj +<< /S /GoTo /D (section.41.1) >> +endobj +3032 0 obj +(41.1 Websites) +endobj +3033 0 obj +<< /S /GoTo /D (section.41.2) >> +endobj +3036 0 obj +(41.2 Related updates from Microsoft) +endobj +3037 0 obj +<< /S /GoTo /D [3038 0 R /Fit ] >> +endobj +3040 0 obj << +/Length 232 /Filter /FlateDecode >> stream -xڍOK1)rL3d=Ahnn(lW;k- 7T UU)P/4x$B$CzAߪE.ŴqrIY!Bs78:KsqAyp̤Rvz[ze,1qxM˹}u?=M<檜'ﲟ'py)62me4ȲtJ%Zp<'z܉gSOzku44/c_endstream +xڍj1EWJ^ޢN)dO O4x @{x1P[ 9 i#eǎ%wτv>cX3AEPkXГTP9Oe.n@cS߀`nP}}6qNc2+dpm-?w_>t7q~IiFJ Q}2Y6%ֻhֱd!#CMzaendstream endobj -3014 0 obj << +3038 0 obj << /Type /Page -/Contents 3016 0 R -/Resources 3015 0 R +/Contents 3040 0 R +/Resources 3039 0 R /MediaBox [0 0 595.276 841.89] -/Parent 3025 0 R +/Parent 3049 0 R >> endobj -3017 0 obj << -/D [3014 0 R /XYZ 85.039 786.531 null] +3041 0 obj << +/D [3038 0 R /XYZ 85.039 786.531 null] >> endobj -3018 0 obj << -/D [3014 0 R /XYZ 85.039 766.606 null] +3042 0 obj << +/D [3038 0 R /XYZ 85.039 766.606 null] >> endobj -3015 0 obj << -/Font << /F20 3021 0 R /F21 3024 0 R >> +3039 0 obj << +/Font << /F20 3045 0 R /F21 3048 0 R >> /ProcSet [ /PDF /Text ] >> endobj -3028 0 obj << -/Length 1373 +3052 0 obj << +/Length 1451 /Filter /FlateDecode >> stream -xڕWKs6Wh|)5$[N%!~ EIvgL`wY@lg2ΊM0&tq$i s1pQ4̏_d~ˮʿն %z2gAe[gyˢl#, ߷tN,M)ҚhQ_R knQzj[rK'(y%j?_$ivn;}1(IL##$5t=9M)rz^|;LJߔrU}SeypE@b5oН_!ڷm\Қhn8W8gbO9`BzȫbpvL]O˿ыOG!$tY44F$8_#5JXT&wY -Wpj0J}RƁK)n0ڍ^JY=W۾ww<NڷFGY|P~;úBp?\w+B1.ch##*eMQYaϘt/I \Dď#5g|gj_TRsдثlf7Sjpxjq֗ݕzoetTHUThKMx}u) -\~7:>)O͵@Yx_LUFK7=;LGi^p;^6w&}b s8ȱ\ N7=}}Rrҭ*[}̗ *e&}^4cŕnhqI2=mAdž6%BNت57y<Xh~@Bbq.cOLW; :0ݏ D^| Vf)\8 2l4<U?15XM(Fae^扃!? LN2݂i)5v7Z1X@LG{KڝΔ3ѺG>8_#r Et_K G +#eūz@ w(U$Iq8q:?'!Wv +y9 L%b'䬦GLB%wendstream endobj -3027 0 obj << +3051 0 obj << /Type /Page -/Contents 3028 0 R -/Resources 3026 0 R +/Contents 3052 0 R +/Resources 3050 0 R /MediaBox [0 0 595.276 841.89] -/Parent 3025 0 R -/Annots [ 3033 0 R 3037 0 R 3038 0 R 3039 0 R ] +/Parent 3049 0 R +/Annots [ 3057 0 R 3061 0 R 3062 0 R 3063 0 R ] >> endobj -3033 0 obj << +3057 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [210.406 518.803 332.67 530.796] /Subtype/Link/A<> >> endobj -3037 0 obj << +3061 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [138.346 504.951 215.702 517.852] /Subtype/Link/A<> >> endobj -3038 0 obj << +3062 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [220.377 504.951 304.46 517.852] /Subtype/Link/A<> >> endobj -3039 0 obj << +3063 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [319.468 504.951 425.172 517.852] /Subtype/Link/A<> >> endobj -3029 0 obj << -/D [3027 0 R /XYZ 85.039 786.531 null] +3053 0 obj << +/D [3051 0 R /XYZ 85.039 786.531 null] >> endobj -3026 0 obj << -/Font << /F15 3032 0 R /F35 3036 0 R >> +3050 0 obj << +/Font << /F15 3056 0 R /F35 3060 0 R >> /ProcSet [ /PDF /Text ] >> endobj -3042 0 obj << -/Length 490 +3066 0 obj << +/Length 2483 /Filter /FlateDecode >> stream -xuSˮ0+4 _kZj `R$%B̙aF Y̸I%,V'XX:V,f ɸN8*c:NE_$'$Qll~ҽS$/k.>~tL> "=,cBPf^f`+ۏѦ5A(hY ,Dzeܲq"09.'f (9OJI0^=ޒ0y;2gr[2endstream +xڽZKS+(TU*=e=N ;A jb3!'&b痕Y%EP,"/2$_>${s~-"Y%Lds' UTڿ.I1E'*TsdT!G-jV&ꮳW)ju~>˦nrx$\^?x^GӶ]=]^#z-ral/W#Q,oOUn̽5аbZ2(Y9m> O2Mhr}kpfn.ͮ3TãȖU)g?W cJẎ~ 4uWF ^€y%|Eoo*1QE̾EY :"spDzٯTc .w:{ve]Gtlpձ,"O8K5^n_=[Q>PC>ض?lv j`UPl35fܷ #ys Ou T +ptg*/wvI%rsbn1#=8 Sh)ֻؚ#o`0/@ʷ8O`Ya:_Ҝ vcp t淄QI +U,ʒyT Gz  Hq#ƏS7BuU5ac@R8[.SC'дLT{_Č)s:'c0q}t vxd l8&L!b0tֳen,[ӏ4A~D_>]M5( D*Ϸ~1LH|y=!j%0#ENAĔ`IIsD[$1K,h&ž'qx gD YdJSb=Ǣgld⯇*[V9zXŪ}9*gm'H0 IGe$a@s v 52xVu73uL$_ {izXL3otw6^llPJO3T&ΓωNbYB)̭Х8{YaP돇EnrnM} ;>s՟]ۣx>( cI&T&,f&re}/`}qA̷PҕP{(ЮF)iL9dɬxkA邰zY7%G7ECuG֝vg=?MG91G92`GWH/j>uW}c緫C߬aF2ϙHR%9cjX,7=94~*C(mUv[(#[U9=dJ!XC!cA! 43vK|Oڵ(#V +.H2uГaVaTmJ>Q0^rߘsX,U$Et,Ɓ wq޾oHfyv2n* [d+8=L4ayNV`ͲPس%8O9>۷=DcǓ>ى$ч<BCbѴ/LFuv;.a+:'sM4a8cX,a=a4U? ,TRAҔ+Pb7Faj̟6>6Ɲ qo0a@sv5xڳ<ųOVRAG+y14J(߯NE-##{ %O ʼnəƪPe߄s% c}لy7<+}fB ީ|'g4A>T:_D`u?ӛ@VKgMb-^QB4~m`Fz|Fųߢ ox:,EJ/bb湫!bAl!l 4ӨO9P>{B.ʼdo%59)O!zƍ@H5ϡ/p˺Th“uOxIr*/$z4,fPOQ:yaN?߼)7hD ]7H-74m`%kEy1+ +Y. +g %C{?=endstream endobj -3041 0 obj << +3065 0 obj << /Type /Page -/Contents 3042 0 R -/Resources 3040 0 R +/Contents 3066 0 R +/Resources 3064 0 R /MediaBox [0 0 595.276 841.89] -/Parent 3025 0 R -/Annots [ 3045 0 R ] +/Parent 3049 0 R +/Annots [ 3068 0 R 3069 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 3084 0 R 3085 0 R 3086 0 R 3087 0 R 3088 0 R 3089 0 R 3090 0 R 3091 0 R 3092 0 R 3093 0 R 3094 0 R 3095 0 R 3096 0 R 3097 0 R ] >> endobj -3045 0 obj << +3068 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [97.376 585.447 299.821 597.439] +/Rect [97.376 697.727 299.821 710.629] /Subtype/Link/A<> >> endobj -3043 0 obj << -/D [3041 0 R /XYZ 85.039 786.531 null] ->> endobj -3044 0 obj << -/D [3041 0 R /XYZ 85.039 639.047 null] ->> endobj -3040 0 obj << -/Font << /F20 3021 0 R /F15 3032 0 R /F35 3036 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -3048 0 obj << -/Length 1111 -/Filter /FlateDecode ->> -stream -xYKoFWH'w( -UM"ziz͍D" J}Q+ X7k@$2"~}\_ e0JuqR['1{`0!P IboZn[eE^\8| @ƴJarO+b@By<"E4їV_G( !8 -I[mJ᝹jF =.Pu}mu"tt~Ycc:|ggI,5 %uoVWiTﮈ8x !/1\d)tG]ӕ pP,HźX")~ Y𵻟O0v] 0C46UZ?> endobj -3051 0 obj << +3069 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 614.97 194.551 624.538] +/Rect [84.043 673.356 194.551 682.924] /Subtype /Link /A << /S /GoTo /D (IntroSMB) >> >> endobj -3058 0 obj << +3076 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [193.467 585.75 286.703 597.439] +/Rect [190.739 644.136 283.974 655.826] /Subtype/Link/A<> >> endobj -3059 0 obj << +3077 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 560.773 243.278 570.341] +/Rect [84.043 619.159 243.278 628.727] /Subtype /Link /A << /S /GoTo /D (install) >> >> endobj -3060 0 obj << +3078 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [201.074 531.553 287.733 543.243] +/Rect [198.345 589.939 285.004 601.629] /Subtype/Link/A<> >> endobj -3061 0 obj << +3079 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [213.498 504.455 301.672 516.144] +/Rect [210.769 562.841 298.944 574.53] /Subtype/Link/A<> >> endobj -3062 0 obj << +3080 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [205.528 477.356 277.612 489.046] +/Rect [202.799 535.743 274.883 547.432] /Subtype/Link/A<> >> endobj -3063 0 obj << +3081 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [171.68 450.258 279.46 461.947] +/Rect [168.951 508.644 276.731 520.334] /Subtype/Link/A<> >> endobj -3064 0 obj << +3082 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [182.74 423.16 259.066 434.849] +/Rect [180.011 481.546 256.337 493.235] /Subtype/Link/A<> >> endobj -3065 0 obj << +3083 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 396.061 219.945 407.751] +/Rect [84.043 454.447 219.945 466.137] /Subtype /Link /A << /S /GoTo /D (FastStart) >> >> endobj -3066 0 obj << +3084 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [205.528 368.963 277.612 380.652] +/Rect [202.799 427.349 274.883 439.039] /Subtype/Link/A<> >> endobj -3067 0 obj << +3085 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 341.864 246.551 353.554] +/Rect [84.043 400.251 246.551 411.94] /Subtype /Link /A << /S /GoTo /D (ServerType) >> >> endobj -3068 0 obj << +3086 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [201.074 314.766 287.733 326.456] +/Rect [198.345 373.152 285.004 384.842] /Subtype/Link/A<> >> endobj -3069 0 obj << +3087 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [213.498 287.668 301.672 299.357] +/Rect [210.769 346.054 298.944 357.743] /Subtype/Link/A<> >> endobj -3070 0 obj << +3088 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [205.528 260.569 277.612 272.259] +/Rect [202.799 318.955 274.883 330.645] /Subtype/Link/A<> >> endobj -3071 0 obj << +3089 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 235.592 163.187 245.16] +/Rect [84.043 293.978 163.187 303.547] /Subtype /Link /A << /S /GoTo /D (samba-pdc) >> >> endobj -3072 0 obj << +3090 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [205.528 206.372 277.612 218.062] +/Rect [202.799 264.759 274.883 276.448] /Subtype/Link/A<> >> endobj -3073 0 obj << +3091 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [227.149 178.668 308.384 191.57] +/Rect [224.421 237.054 305.656 249.956] /Subtype/Link/A<> >> endobj -3074 0 obj << +3092 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [192.225 152.176 292.187 163.865] +/Rect [189.496 210.562 289.459 222.251] /Subtype/Link/A<> >> endobj -3075 0 obj << +3093 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [214.998 124.471 270.445 137.373] +/Rect [212.269 182.857 267.716 195.759] /Subtype/Link/A<> >> endobj -3076 0 obj << +3094 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 97.979 202.43 109.668] +/Rect [84.043 156.365 202.43 168.055] /Subtype /Link /A << /S /GoTo /D (samba-bdc) >> >> endobj -3077 0 obj << +3095 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [205.528 70.88 277.612 82.57] +/Rect [202.799 129.267 274.883 140.956] /Subtype/Link/A<> >> endobj -3049 0 obj << -/D [3047 0 R /XYZ 85.039 786.531 null] +3096 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [198.163 104.29 336.731 113.858] +/Subtype/Link/A<> >> endobj -3050 0 obj << -/D [3047 0 R /XYZ 85.039 643.064 null] +3097 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [212.269 74.464 267.716 87.365] +/Subtype/Link/A<> >> endobj -3046 0 obj << -/Font << /F20 3021 0 R /F15 3032 0 R /F41 3054 0 R /F38 3057 0 R >> +3067 0 obj << +/D [3065 0 R /XYZ 85.039 786.531 null] +>> endobj +3064 0 obj << +/Font << /F15 3056 0 R /F35 3060 0 R /F41 3072 0 R /F40 3075 0 R >> /ProcSet [ /PDF /Text ] >> endobj -3086 0 obj << -/Length 1196 +3106 0 obj << +/Length 2178 /Filter /FlateDecode >> stream -xZS6~_!:˒,iӁk]{݃`$wWCHlkfx~l !}b"_N{awaHV(SOPwu1bU5! R({=:0g|| >Ozœp!܃hyN*=PlPDjC:!clpIzDWL-͢( 5SjDȸ6G;&?OeW ;O7錌V-,^6*~Z#G.$Tu 9x»0_Wodo@P`?-Ѳ ?2hs'E EJtl_AgE#"<+q^@7F23!M'z5ZDbwGdSzNWʮ!nVjMb&0N2老rc [@v4eAd-&~>dcc7"-m^~gd+ƣsXe2ǐ|pYfgHMXn30MԐGD -o ?q⊄ -:)ᵿendstream +xڽZm6_6PHp8$6iIhA]^;&ȿ$3d7҃y3R,e$W* "947/"hW~/lEN a!$'Rpf {'Af#֜ӽk{$PLfVsseyux՚s|Gq Bc%t\UD1⟾z%Ζ$2mT])sǑkq؇Pb"5/Dʉ|b,+z0nT&pD*ŭb?+ć%gDJQS8p%eֻMLjwTRP8u/cӆ4aTՏ\ԃaѸ/LÕVآC"lv a q~$I^10B\ +0#!% ( i|h>iZnQn.0e 6)$:a'S+>ށL)uE9hÊx{LnnMnq#9de  JrQ8r爣="bj϶-iK4r!]*NJ!NQZ>_L,3U +VhL{L.cA :T2FBT(c?UEkU8A.Is%)Dtd tg˨#k}z$3!="ӞXwMf}:;5?g9ӶvTcpɬq{Lx nL[nt +CHK}*BOG|9jD92?$'s' +FRPcR('&MLP:Jئ7Y>ּ3YJ׺J'mS"DՃt!t4h0qc2;БJ8`^$2bXP.‘.8]˄6iw: 0SR +9g Ø;2,b$1 91c,(DOc1 nқ-/ Kly e9JFJǡf.=(EL@_c.KޱL1urz6 ij$#ꏦf8iSemuë9̅ _}xʩ ЃR9 _c4'\&_9a02v t$]#]mv%w|\pRa"'*EB\ )}-|Zc_((endstream endobj -3085 0 obj << +3105 0 obj << /Type /Page -/Contents 3086 0 R -/Resources 3084 0 R +/Contents 3106 0 R +/Resources 3104 0 R /MediaBox [0 0 595.276 841.89] -/Parent 3025 0 R -/Annots [ 3088 0 R 3089 0 R 3090 0 R 3091 0 R 3092 0 R 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 3108 0 R 3109 0 R 3110 0 R 3111 0 R 3112 0 R ] ->> endobj -3088 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[0 1 1] -/Rect [200.892 754.224 339.46 764.219] -/Subtype/Link/A<> ->> endobj -3089 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[0 1 1] -/Rect [214.998 724.825 270.445 737.727] -/Subtype/Link/A<> +/Parent 3049 0 R +/Annots [ 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 ] >> endobj -3090 0 obj << +3108 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 698.333 185.672 710.022] +/Rect [84.043 752.53 185.672 764.219] /Subtype /Link /A << /S /GoTo /D (domain-member) >> >> endobj -3091 0 obj << +3109 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [205.528 671.235 277.612 682.924] +/Rect [202.799 725.431 274.883 737.121] /Subtype/Link/A<> >> endobj -3092 0 obj << +3110 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [194.286 644.136 266.096 655.826] +/Rect [191.557 698.333 263.368 710.022] /Subtype/Link/A<> >> endobj -3093 0 obj << +3111 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [227.149 616.432 308.384 629.333] +/Rect [224.421 670.629 305.656 683.53] /Subtype/Link/A<> >> endobj -3094 0 obj << +3112 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [201.074 589.939 287.733 601.629] +/Rect [198.345 644.136 285.004 655.826] /Subtype/Link/A<> >> endobj -3095 0 obj << +3113 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [213.498 562.841 301.672 574.53] +/Rect [210.769 617.038 298.944 628.727] /Subtype/Link/A<> >> endobj -3096 0 obj << +3114 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [214.998 535.137 270.445 548.038] +/Rect [212.269 589.333 267.716 602.235] /Subtype/Link/A<> >> endobj -3097 0 obj << +3115 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 510.765 180.096 520.334] +/Rect [84.043 564.962 180.096 574.53] /Subtype /Link /A << /S /GoTo /D (StandAloneServer) >> >> endobj -3098 0 obj << +3116 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [205.528 481.546 277.612 493.235] +/Rect [202.799 535.743 274.883 547.432] /Subtype/Link/A<> >> endobj -3099 0 obj << +3117 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 454.447 294.415 466.137] +/Rect [84.043 508.644 294.415 520.334] /Subtype /Link /A << /S /GoTo /D (ClientConfig) >> >> endobj -3100 0 obj << +3118 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [205.528 427.349 277.612 439.039] +/Rect [202.799 481.546 274.883 493.235] /Subtype/Link/A<> >> endobj -3101 0 obj << +3119 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 400.251 173.581 411.94] +/Rect [84.043 454.447 173.581 466.137] /Subtype /Link /A << /S /GoTo /D (NetworkBrowsing) >> >> endobj -3102 0 obj << +3120 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [205.528 373.152 277.612 384.842] +/Rect [202.799 427.349 274.883 439.039] /Subtype/Link/A<> >> endobj -3103 0 obj << +3121 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [213.498 346.054 301.672 357.743] +/Rect [210.769 400.251 298.944 411.94] /Subtype/Link/A<> >> endobj -3104 0 obj << +3122 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 321.077 237.551 330.645] +/Rect [84.043 375.273 237.551 384.842] /Subtype /Link /A << /S /GoTo /D (passdb) >> >> endobj -3105 0 obj << +3123 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [213.498 291.857 301.672 303.547] +/Rect [210.769 346.054 298.944 357.743] /Subtype/Link/A<> >> endobj -3106 0 obj << +3124 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [205.528 264.759 277.612 276.448] +/Rect [202.799 318.955 274.883 330.645] /Subtype/Link/A<> >> endobj -3107 0 obj << +3125 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [227.149 237.054 308.384 249.956] +/Rect [224.421 291.251 305.656 304.153] /Subtype/Link/A<> >> endobj -3108 0 obj << +3126 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [194.286 210.562 266.096 222.251] +/Rect [191.557 264.759 263.368 276.448] /Subtype/Link/A<> >> endobj -3109 0 obj << +3127 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [214.998 182.857 270.445 195.759] +/Rect [212.269 237.054 267.716 249.956] /Subtype/Link/A<> >> endobj -3110 0 obj << +3128 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [226.983 155.759 320.975 168.661] +/Rect [224.254 209.956 318.247 222.857] /Subtype/Link/A<> >> endobj -3111 0 obj << +3129 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 129.267 282.566 140.956] +/Rect [84.043 183.464 282.566 195.153] /Subtype /Link /A << /S /GoTo /D (groupmapping) >> >> endobj -3112 0 obj << +3130 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [205.528 102.168 277.612 113.858] +/Rect [202.799 156.365 274.883 168.055] /Subtype/Link/A<> >> endobj -3087 0 obj << -/D [3085 0 R /XYZ 85.039 786.531 null] +3131 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [224.421 101.562 305.656 114.464] +/Subtype/Link/A<> >> endobj -3084 0 obj << -/Font << /F41 3054 0 R /F15 3032 0 R /F38 3057 0 R >> +3132 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [84.043 75.07 286.339 86.759] +/Subtype /Link +/A << /S /GoTo /D (AccessControls) >> +>> endobj +3107 0 obj << +/D [3105 0 R /XYZ 85.039 786.531 null] +>> endobj +3104 0 obj << +/Font << /F15 3056 0 R /F41 3072 0 R /F40 3075 0 R >> /ProcSet [ /PDF /Text ] >> endobj -3121 0 obj << -/Length 1328 +3142 0 obj << +/Length 2334 /Filter /FlateDecode >> stream -xZQs6~Wh%K4鐦3i}ރT8~}l$@foWkp7 -BэyXY'Nțvw^Ba·Aw؋}Y1YgŎn=2^ i=8Ba瀱WT_ Dwxc?x8?/;7/O -Csb0l0ޥ{SzЗK6<'IHP&+JLjڟֿ# Hv7[H3mU2* `&<=fO;^ׅs7/rp$ln8 4 ~źۭEWsona4NwL6 &{pnᕚr )Aچ&گxaU@RIugYxQx8I-mHDq@k(#|Hd3k-hQyk"Q$ZaO,MޓʳY[k; }̂U`03T:Da{i;t;F F[}9'0nB=q8V-OeͩA:z~], ,@D!cs@HZ_ڢ\ TfS,.)p GwfXwvY9m%$OmIl-lEA{Uz>_Lag^wF\lbH0]bQU-#]7e9%!+k=$ j/5qKMtwCƩ{GSw#I 1]Psz|.֊ү,+nkzKeZ>K=<+X*kTind44xn)tSh{WedTZ" hNė[م:i}HI~Hvcpf1(zT{sq5p:D* Vוh>CԦbqvG m_͕E\bWJ"Ҙ/%HGD ҂~^Qf`fX:B piN'75]Wwz.ت^_U _ >vƑ-)UXU `% ?QOqĢ65\noSb0q +ń3|4,z'Y2bPR-1n.z|6N }( /+eN`Sga =:8$ ZQ4|N+P !(pq6"T<()]\#Mݙt䑟<kXQC{YR== gS8䬅R B)hZH0yL3rTr .p&Jd"{28Q IXLڍ Dp#Y}lZ;_U#zӥVF/faT +I6SpErcA_?>ct:7Xq=$V,|Cb &,X%/chb9xϬ%Łp"N܉wuQ.\1dxu0m +G)Dt%(NUMϗpݳ?|;WJycog;E {;IKTT_+fkĂRQm5!7Cl?ux]՞6 4t ©`>[4>f jןdZ)9pt0J2Rы%zzqm2tqEۼbk0JeFx t(zZLW\Δ=MM_S}L׎=*I.]7#`qd꬝ɋDWiAI{q;SMgM?G+ϗ󪘔r_}A@ endstream endobj -3120 0 obj << +3141 0 obj << /Type /Page -/Contents 3121 0 R -/Resources 3119 0 R +/Contents 3142 0 R +/Resources 3140 0 R /MediaBox [0 0 595.276 841.89] -/Parent 3025 0 R -/Annots [ 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 ] +/Parent 3049 0 R +/Annots [ 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 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 ] >> endobj -3123 0 obj << +3144 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [227.149 751.924 308.384 764.825] -/Subtype/Link/A<> ->> endobj -3124 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 725.431 286.339 737.121] -/Subtype /Link -/A << /S /GoTo /D (AccessControls) >> +/Rect [202.799 752.53 274.883 764.219] +/Subtype/Link/A<> >> endobj -3125 0 obj << +3145 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [205.528 698.333 277.612 710.022] -/Subtype/Link/A<> ->> endobj -3126 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[0 1 1] -/Rect [194.286 671.235 266.096 682.924] +/Rect [191.557 725.431 263.368 737.121] /Subtype/Link/A<> >> endobj -3127 0 obj << +3146 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [213.498 643.53 301.672 656.432] +/Rect [210.769 697.727 298.944 710.629] /Subtype/Link/A<> >> endobj -3128 0 obj << +3147 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 617.038 203.49 628.727] +/Rect [84.043 671.235 203.49 682.924] /Subtype /Link /A << /S /GoTo /D (locking) >> >> endobj -3129 0 obj << +3148 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [194.286 589.939 266.096 601.629] +/Rect [191.557 644.136 263.368 655.826] /Subtype/Link/A<> >> endobj -3130 0 obj << +3149 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [213.498 562.841 301.672 574.53] +/Rect [210.769 617.038 298.944 628.727] /Subtype/Link/A<> >> endobj -3131 0 obj << +3150 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [205.528 535.743 277.612 547.432] +/Rect [202.799 589.939 274.883 601.629] /Subtype/Link/A<> >> endobj -3132 0 obj << +3151 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [183.225 508.644 281.096 520.334] +/Rect [180.496 562.841 278.368 574.53] /Subtype/Link/A<> >> endobj -3133 0 obj << +3152 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 481.546 162.127 493.235] +/Rect [84.043 535.743 162.127 547.432] /Subtype /Link /A << /S /GoTo /D (securing-samba) >> >> endobj -3134 0 obj << +3153 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [201.074 454.447 287.733 466.137] +/Rect [198.345 508.644 285.004 520.334] /Subtype/Link/A<> >> endobj -3135 0 obj << +3154 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [205.528 427.349 277.612 439.039] +/Rect [202.799 481.546 274.883 493.235] /Subtype/Link/A<> >> endobj -3136 0 obj << +3155 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 400.251 241.278 411.94] +/Rect [84.043 454.447 241.278 466.137] /Subtype /Link /A << /S /GoTo /D (InterdomainTrusts) >> >> endobj -3137 0 obj << +3156 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [205.528 373.152 277.612 384.842] +/Rect [202.799 427.349 274.883 439.039] /Subtype/Link/A<> >> endobj -3138 0 obj << +3157 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [202.437 346.054 289.703 357.743] +/Rect [199.708 400.251 286.974 411.94] /Subtype/Link/A<> >> endobj -3139 0 obj << +3158 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [213.498 318.349 301.672 331.251] +/Rect [210.769 372.546 298.944 385.448] /Subtype/Link/A<> >> endobj -3140 0 obj << +3159 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [209.407 291.857 317.339 303.547] +/Rect [206.678 346.054 314.61 357.743] /Subtype/Link/A<> >> endobj -3141 0 obj << +3160 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 264.759 370.612 276.448] +/Rect [84.043 318.955 322.733 330.645] /Subtype /Link /A << /S /GoTo /D (msdfs) >> >> endobj -3142 0 obj << +3161 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [189.589 237.66 278.4 249.35] +/Rect [186.86 291.857 275.671 303.547] /Subtype/Link/A<> >> endobj -3143 0 obj << +3162 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [205.528 210.562 277.612 222.251] +/Rect [202.799 264.759 274.883 276.448] /Subtype/Link/A<> >> endobj -3144 0 obj << +3163 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 183.464 212.43 195.153] +/Rect [84.043 237.66 212.43 249.35] /Subtype /Link /A << /S /GoTo /D (printing) >> >> endobj -3145 0 obj << +3164 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [179.68 156.365 266.218 168.055] +/Rect [176.951 210.562 263.489 222.251] /Subtype/Link/A<> >> endobj -3146 0 obj << +3165 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [227.149 128.661 308.384 141.562] +/Rect [224.421 182.857 305.656 195.759] /Subtype/Link/A<> >> endobj -3147 0 obj << +3166 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [205.528 102.168 277.612 113.858] +/Rect [202.799 156.365 274.883 168.055] /Subtype/Link/A<> >> endobj -3148 0 obj << +3167 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 75.07 200.642 86.638] +/Rect [84.043 129.267 200.642 140.835] /Subtype /Link /A << /S /GoTo /D (CUPS-printing) >> >> endobj -3122 0 obj << -/D [3120 0 R /XYZ 85.039 786.531 null] +3168 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [176.951 102.168 263.489 113.858] +/Subtype/Link/A<> >> endobj -3119 0 obj << -/Font << /F41 3054 0 R /F15 3032 0 R /F38 3057 0 R >> +3169 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [192.557 74.464 279.428 87.365] +/Subtype/Link/A<> +>> endobj +3143 0 obj << +/D [3141 0 R /XYZ 85.039 786.531 null] +>> endobj +3140 0 obj << +/Font << /F41 3072 0 R /F15 3056 0 R /F40 3075 0 R >> /ProcSet [ /PDF /Text ] >> endobj -3158 0 obj << -/Length 1443 +3178 0 obj << +/Length 2345 /Filter /FlateDecode >> stream -xZrF}+xj4Rxmojv9{N]~h;d~.qNٍCfosyMB}ulf::F6js~Ds[ u sa ;omgxf~642~9t8AѴ>&u4cQz}Ƙq5קFs9{sګO\"2]۲FbhEzk$6'6xtcb,-z^ɼ'A.Q|OdAƒӆgvm=5M Ek ,x:RPz,n e/B.\4QTJǙyуeEUψ+PBJMKvgP>. `]YVpaockQ[Ni[:0wLp2ܤ6>e$p -,ZdփL#GnѡC@Bf,4_JN#8Պom -3 V<Jq -8{3N25!EU)\4zSSC=P5Y y3@-fS5FȨȘHå(8Ay7drPS r ľl_bQ#袖s}6<鵌mta0L @%'cVɀADDx(P~((yTURp?xqc"Ir$SQ*}]Dw݀ (KT*EYK"20fʤa4jwh#@| m6>.¼ʿE$jC&R\5¢l&ޔxl;}R3&AI!1J`Tpʟ@Z@cn(`KhZzGihT&}}{S"&0@H]As]9Pa U[fYGyf@fR1w <e`غb2&)vMDzpiLwGɦ+09#-W|H-FaְUbQ)iehڃ=J"QjLN?*$|!CQ)FJ]2mz~6n.uމnb?CH:N6*Uq! ba"!f4yfe}-Eش=_IoQEJ ͪ #3'"5)B(e=?DSY0ysEl ؅@:[[:b\I(={mqy{v\m /'\i(l>/4\VΒlȤI7HmˑLNA_><d6r[_wm"ªa -,u,\Qp0JiwE<ÉWg~q=X[" -$}endstream +xڽZKsWH8^TJrٛK{,A4W$P_0 zXڍUE|lA[ZeN27315%*ճ ]>Sªj? z)\B5kX JRF1ue$¼>w-%wIoZLYٻ^9)r (tF'n߬ly\OaUes<5/We.2RW WZB9cȳqc584PR<T5ofbYUSF Ysn\52> P뫟iFoc|V&o\~^*ey~4>7n $*:0YAWY?;xrexWR>; i/y&OI t8VI*YD"L2zQHųhP*I}B! $ @AbCՐ>$"(M<(_Ô N9`O J'l>-BѴ5i!ٟ +t%̗d>+&dKR2T(Sb@g(oB4GzgNmFbиL$w'n)]>j+n:^UD0pN K:4#J=_X-FiA_=݄}Gsh8?]=xB5C_7y˚/ i/HpMil0${Q cu$u|Ƨ+@Kj+ɾT֢"'xBߋg½⽻PR3713Fٛk v)endstream endobj -3157 0 obj << +3177 0 obj << /Type /Page -/Contents 3158 0 R -/Resources 3156 0 R +/Contents 3178 0 R +/Resources 3176 0 R /MediaBox [0 0 595.276 841.89] -/Parent 3183 0 R -/Annots [ 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 ] ->> endobj -3160 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[0 1 1] -/Rect [179.68 752.53 266.218 764.219] -/Subtype/Link/A<> ->> endobj -3161 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[0 1 1] -/Rect [195.286 724.825 282.157 737.727] -/Subtype/Link/A<> +/Parent 3049 0 R +/Annots [ 3180 0 R 3181 0 R 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 3195 0 R 3196 0 R 3197 0 R 3198 0 R 3199 0 R 3200 0 R 3201 0 R 3202 0 R ] >> endobj -3162 0 obj << +3180 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [213.498 697.727 301.672 710.629] +/Rect [210.769 751.924 298.944 764.825] /Subtype/Link/A<> >> endobj -3163 0 obj << +3181 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 673.356 198.672 682.924] +/Rect [84.043 727.553 198.672 737.121] /Subtype /Link /A << /S /GoTo /D (VFS) >> >> endobj -3164 0 obj << +3182 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [213.498 644.136 301.672 655.826] +/Rect [210.769 698.333 298.944 710.022] /Subtype/Link/A<> >> endobj -3165 0 obj << +3183 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [205.528 617.038 277.612 628.727] +/Rect [202.799 671.235 274.883 682.924] /Subtype/Link/A<> >> endobj -3166 0 obj << +3184 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [177.255 589.939 256.309 601.629] +/Rect [174.527 644.136 253.58 655.826] /Subtype/Link/A<> >> endobj -3167 0 obj << +3185 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 483.667 253.278 493.235] +/Rect [84.043 537.864 253.278 547.432] /Subtype /Link /A << /S /GoTo /D (winbind) >> >> endobj -3168 0 obj << +3186 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [177.255 454.447 288.066 466.137] +/Rect [174.527 508.644 285.338 520.334] /Subtype/Link/A<> >> endobj -3169 0 obj << +3187 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [201.074 427.349 287.733 439.039] +/Rect [198.345 481.546 285.004 493.235] /Subtype/Link/A<> >> endobj -3170 0 obj << +3188 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [211.316 399.645 320.915 412.546] +/Rect [208.587 453.841 318.186 466.743] /Subtype/Link/A<> >> endobj -3171 0 obj << +3189 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [183.377 373.152 299.884 384.842] +/Rect [180.648 427.349 297.156 439.039] /Subtype/Link/A<> >> endobj -3172 0 obj << +3190 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [213.498 346.054 301.672 357.743] +/Rect [210.769 400.251 298.944 411.94] /Subtype/Link/A<> >> endobj -3173 0 obj << +3191 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [205.528 318.955 277.612 330.645] +/Rect [202.799 373.152 274.883 384.842] /Subtype/Link/A<> >> endobj -3174 0 obj << +3192 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 291.857 241.218 303.547] +/Rect [84.043 346.054 241.218 357.743] /Subtype /Link /A << /S /GoTo /D (AdvancedNetworkManagement) >> >> endobj -3175 0 obj << +3193 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [205.528 264.759 277.612 276.448] +/Rect [202.799 318.955 274.883 330.645] /Subtype/Link/A<> >> endobj -3176 0 obj << +3194 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 237.66 223.884 249.35] +/Rect [84.043 291.857 223.884 303.547] /Subtype /Link /A << /S /GoTo /D (PolicyMgmt) >> >> endobj -3177 0 obj << +3195 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [205.528 210.562 277.612 222.251] +/Rect [202.799 264.759 274.883 276.448] /Subtype/Link/A<> >> endobj -3178 0 obj << +3196 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 183.464 224.612 195.153] +/Rect [84.043 237.66 224.612 249.35] /Subtype /Link /A << /S /GoTo /D (ProfileMgmt) >> >> endobj -3179 0 obj << +3197 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [205.528 156.365 277.612 168.055] +/Rect [202.799 210.562 274.883 222.251] /Subtype/Link/A<> >> endobj -3180 0 obj << +3198 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 131.388 276.036 140.956] +/Rect [84.043 185.585 276.036 195.153] /Subtype /Link /A << /S /GoTo /D (pam) >> >> endobj -3181 0 obj << +3199 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [205.528 102.168 277.612 113.858] +/Rect [202.799 156.365 274.883 168.055] /Subtype/Link/A<> >> endobj -3182 0 obj << +3200 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [209.407 75.07 317.339 86.759] +/Rect [206.678 129.267 314.61 140.956] /Subtype/Link/A<> >> endobj -3159 0 obj << -/D [3157 0 R /XYZ 85.039 786.531 null] +3201 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [84.043 102.168 314.096 113.858] +/Subtype /Link +/A << /S /GoTo /D (integrate-ms-networks) >> >> endobj -3156 0 obj << -/Font << /F41 3054 0 R /F15 3032 0 R /F38 3057 0 R >> +3202 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [202.799 75.07 274.883 86.759] +/Subtype/Link/A<> +>> endobj +3179 0 obj << +/D [3177 0 R /XYZ 85.039 786.531 null] +>> endobj +3176 0 obj << +/Font << /F41 3072 0 R /F15 3056 0 R /F40 3075 0 R >> /ProcSet [ /PDF /Text ] >> endobj -3192 0 obj << -/Length 1197 +3212 0 obj << +/Length 2161 /Filter /FlateDecode >> stream -xZKs6WHEt8w:ZhPdBv_]zX$Kv&l v `w}b?(PP̹ 3R"Bڷԉx`'o`L ڙ //E NoXtKo3s %JI䱴r`%F2q}{\U2)*=N} S -2\Zx\Q~zMI}4!<>G\S"P-(2^69j,zo 'ĉ̠oּ kĚn?@Ca[r0y}3|2L+pl'L&HlrIb XURt(p>Ez1ВdHn5SF0qI(=KB456իWBkt<br),(3]Bt :=CҟFo-<LT9Cu8;AR /T=6tmn軪nۮ7?`޾o }}]S[&ͥmC϶mAߺݚ.,5RjLJCx$R. +59 IeJ ȹ@ty6Ogr%ǔgʟ}}"8Qs) n)gSaPǕɗPap=;>=Z(>wwEɸV{kƹhg-Ib"sdz ˆ4NIy##,I3OJQRS&8I_UԑJ$JQ'*nΊcTg-`KJP8%8Oۺ:lZ<|l*/wfKHôCk euF?~&I䆎Azi(دNz ; j}殮Ѳ ׂ> ͹6*̦%`^j`E*lbBud ˆ 4Ng q_ZJ(QpPPNT-L^x6;:HsB +" ݸBVKpcwݞhΑwp +N8_Jti/LXAg6-l5>1?,JBIʟ}DHe8U[ui t09vro>|q~kr"Y4y'x&E5YB0@){j$ꈕ:=2~m ( + bl,:ay k`{v=} M6ES=?ܲ4G pHq#/~dyzCO!yzʧ>Ć^+DN3Fsfm 1(B@4cG߫,K/-Uiߍ'.FlӺAWi$O[bV'd).T+| T7fendstream endobj -3191 0 obj << +3211 0 obj << /Type /Page -/Contents 3192 0 R -/Resources 3190 0 R +/Contents 3212 0 R +/Resources 3210 0 R /MediaBox [0 0 595.276 841.89] -/Parent 3183 0 R -/Annots [ 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 ] ->> endobj -3194 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 752.53 314.096 764.219] -/Subtype /Link -/A << /S /GoTo /D (integrate-ms-networks) >> ->> endobj -3195 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[0 1 1] -/Rect [205.528 725.431 277.612 737.121] -/Subtype/Link/A<> +/Parent 3240 0 R +/Annots [ 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 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 ] >> endobj -3196 0 obj << +3214 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 697.727 171.642 710.629] +/Rect [84.043 751.924 171.642 764.825] /Subtype /Link /A << /S /GoTo /D (unicode) >> >> endobj -3197 0 obj << +3215 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [213.498 671.235 301.672 682.924] +/Rect [210.769 725.431 298.944 737.121] /Subtype/Link/A<> >> endobj -3198 0 obj << +3216 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [205.528 644.136 277.612 655.826] +/Rect [202.799 698.333 274.883 710.022] /Subtype/Link/A<> >> endobj -3199 0 obj << +3217 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [242.225 617.038 366.036 628.727] +/Rect [239.496 670.629 363.307 683.53] /Subtype/Link/A<> >> endobj -3200 0 obj << +3218 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 589.939 213.218 601.629] +/Rect [84.043 644.136 213.218 655.826] /Subtype /Link /A << /S /GoTo /D (Backup) >> >> endobj -3201 0 obj << +3219 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [205.528 562.841 277.612 574.53] +/Rect [202.799 617.038 274.883 628.727] /Subtype/Link/A<> >> endobj -3202 0 obj << +3220 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 535.743 208.824 547.432] +/Rect [84.043 589.939 208.824 601.629] /Subtype /Link /A << /S /GoTo /D (SambaHA) >> >> endobj -3203 0 obj << +3221 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [205.528 508.644 277.612 520.334] +/Rect [202.799 562.841 274.883 574.53] /Subtype/Link/A<> >> endobj -3204 0 obj << +3222 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 481.546 290.036 493.235] +/Rect [84.043 535.743 290.036 547.432] /Subtype /Link /A << /S /GoTo /D (upgrading-to-3.0) >> >> endobj -3205 0 obj << +3223 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [213.498 454.447 301.672 466.137] +/Rect [210.769 508.644 298.944 520.334] /Subtype/Link/A<> >> endobj -3206 0 obj << +3224 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [205.528 427.349 277.612 439.039] +/Rect [202.799 481.546 274.883 493.235] /Subtype/Link/A<> >> endobj -3207 0 obj << +3225 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [227.149 399.645 308.384 412.546] +/Rect [224.421 453.841 305.656 466.743] /Subtype/Link/A<> >> endobj -3208 0 obj << +3226 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 373.152 296.399 384.842] +/Rect [84.043 427.349 296.399 439.039] /Subtype /Link /A << /S /GoTo /D (NT4Migration) >> >> endobj -3209 0 obj << +3227 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [205.528 346.054 277.612 357.743] +/Rect [202.799 400.251 274.883 411.94] /Subtype/Link/A<> >> endobj -3210 0 obj << +3228 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 321.077 300.975 330.645] +/Rect [84.043 375.273 300.975 384.842] /Subtype /Link /A << /S /GoTo /D (SWAT) >> >> endobj -3211 0 obj << +3229 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [205.528 291.857 277.612 303.547] +/Rect [202.799 346.054 274.883 357.743] /Subtype/Link/A<> >> endobj -3212 0 obj << +3230 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 266.88 187.611 276.448] +/Rect [84.043 321.077 187.611 330.645] /Subtype /Link /A << /S /GoTo /D (diagnosis) >> >> endobj -3213 0 obj << +3231 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [201.074 237.66 287.733 249.35] +/Rect [198.345 291.857 285.004 303.547] /Subtype/Link/A<> >> endobj -3214 0 obj << +3232 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [213.498 210.562 301.672 222.251] +/Rect [210.769 264.759 298.944 276.448] /Subtype/Link/A<> >> endobj -3215 0 obj << +3233 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [182.74 183.464 259.066 195.153] +/Rect [180.011 237.66 256.337 249.35] /Subtype/Link/A<> >> endobj -3216 0 obj << +3234 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 156.365 277.187 168.055] +/Rect [84.043 210.562 277.187 222.251] /Subtype /Link /A << /S /GoTo /D (problems) >> >> endobj -3217 0 obj << +3235 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [227.149 128.661 308.384 141.562] +/Rect [224.421 182.857 305.656 195.759] /Subtype/Link/A<> >> endobj -3218 0 obj << +3236 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [213.498 102.168 301.672 113.858] +/Rect [210.769 156.365 298.944 168.055] /Subtype/Link/A<> >> endobj -3219 0 obj << +3237 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [192.225 75.07 292.187 86.759] +/Rect [189.496 129.267 289.459 140.956] /Subtype/Link/A<> >> endobj -3193 0 obj << -/D [3191 0 R /XYZ 85.039 786.531 null] +3238 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [180.011 102.168 256.337 113.858] +/Subtype/Link/A<> >> endobj -3190 0 obj << -/Font << /F15 3032 0 R /F41 3054 0 R /F38 3057 0 R >> +3239 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [84.043 75.07 160.975 86.638] +/Subtype /Link +/A << /S /GoTo /D (bugreport) >> +>> endobj +3213 0 obj << +/D [3211 0 R /XYZ 85.039 786.531 null] +>> endobj +3210 0 obj << +/Font << /F15 3056 0 R /F41 3072 0 R /F40 3075 0 R >> /ProcSet [ /PDF /Text ] >> endobj -3231 0 obj << -/Length 990 +3252 0 obj << +/Length 1892 /Filter /FlateDecode >> stream -xZo6~_GR$ɒ,.6AU[mubH:ulɋn0!yq#!3㾊 *Xp?GɭHg8޳̀k< pi+Rیv#FRi O@$^M} 43 ~e< M'O3cql'.J5yܰuGB``gUxP67BH"PNNp{bnσM -4xhy B4>p跇G<lD)0&+C-m㤖(C*[";lvʬ:_/t>{;'ZbC[Uր^mP"uʇEFu/ >^z|r0yp>ZŇhnu gp% ،!yoމx H3E"-q*l/Ml%JC+Rjv/JBgxqĕh]]I9եUQm̭mo;@zȉCNn۹}Cʕd:{,yM]9ݦu~v=TPx0xFAxM\^W?Ano:EѥK~kuuw`Q^r;_4Q :IXMgiT>`⺓H#dƘ&]D -:ɯMWMk іz[NKjgKthD$[ C(ZIxj&Cfz9)-ƸI;N H `3 ?Uim_]ُI$Bر.Jc([1_'(ľ~H72Y Kl܌'"!Ѡb=-sHLiv@ ( j endstream +xڽZ[o6~W![ k}p7qgǝؿ!%JI`\s$6M"TSm*.:;NX JDm&>-`&͏VD*A7ɟ果vb5q!(1Ff1Z)RIm1?L^l(i=WH*tsa2=ts5妓hE2@XcL'ƫB}37b_n~{W/q*RkckX-b9D~{c"x4I,*z?pι}^xKxzL^4FkXSl1[ZP-ž-<[WͶ#09vslOD=Bƈqh܉X#J]:r[2zk41L'&26 +gLA`|e.ϖ^Og[ȦؐoVM0%thD`D_`bČ5=eR4|d+E'X$Bq+73 ЩDκfknkCnj]ϛ@Wi :465[BGmԄ+3݃JTs=֘%{,q`z5N2v1Ic5V^&఻)72-HDaOHc2^˻I, g{%^g<EF`A%` +;l 5>NǺ~{o\"ḛT^/q)-HDaϕHc,qXrlu%yʴM$i p +A"kV8N1V뵯& im&5vY<<&A؝NȖ)&}JR%+!֘PYrDe>ubAzgLE%^ YcA(ӂA4)h `osh 0jj$u ﺙm [mSfE*&pyHӋф`LCqJTѷ^pdcԁŅiv2G1,cqU^d]?4ZF.q*&8'TBUbY4 #B|۴ V-m'\<҂S sg`:xAdZ%GV#wN1h\=&`vǟqxP5Ž5,kBgYxԉXx,1~b+Mp2-HDaOHc2*_QObX<=`f畁\F} GǸk>o_y.K=L;u>im_@UT) ðӊt]Ń Cj!Ҙ@k!Z> endobj -3233 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[0 1 1] -/Rect [182.74 752.53 259.066 764.219] -/Subtype/Link/A<> ->> endobj -3234 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 725.431 160.975 737] -/Subtype /Link -/A << /S /GoTo /D (bugreport) >> +/Parent 3240 0 R +/Annots [ 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 ] >> endobj -3235 0 obj << +3254 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [205.528 698.333 277.612 710.022] +/Rect [202.799 752.53 274.883 764.219] /Subtype/Link/A<> >> endobj -3236 0 obj << +3255 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [213.498 671.235 301.672 682.924] +/Rect [210.769 725.431 298.944 737.121] /Subtype/Link/A<> >> endobj -3237 0 obj << +3256 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [201.074 644.136 287.733 655.826] +/Rect [198.345 698.333 285.004 710.022] /Subtype/Link/A<> >> endobj -3238 0 obj << +3257 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 617.038 199.066 628.727] +/Rect [84.043 671.235 199.066 682.924] /Subtype /Link /A << /S /GoTo /D (compiling) >> >> endobj -3239 0 obj << +3258 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [213.498 589.939 301.672 601.629] +/Rect [210.769 644.136 298.944 655.826] /Subtype/Link/A<> >> endobj -3240 0 obj << +3259 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [205.528 562.841 277.612 574.53] +/Rect [202.799 617.038 274.883 628.727] /Subtype/Link/A<> >> endobj -3241 0 obj << +3260 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [201.074 535.743 287.733 547.432] +/Rect [198.345 589.939 285.004 601.629] /Subtype/Link/A<> >> endobj -3242 0 obj << +3261 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 508.644 137.43 520.334] +/Rect [84.043 562.841 137.43 574.53] /Subtype /Link /A << /S /GoTo /D (Portability) >> >> endobj -3243 0 obj << +3262 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [213.498 481.546 301.672 493.235] +/Rect [210.769 535.743 298.944 547.432] /Subtype/Link/A<> >> endobj -3244 0 obj << +3263 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [205.528 454.447 277.612 466.137] +/Rect [202.799 508.644 274.883 520.334] /Subtype/Link/A<> >> endobj -3245 0 obj << +3264 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 429.47 235.975 439.039] +/Rect [84.043 483.667 235.975 493.235] /Subtype /Link /A << /S /GoTo /D (Other-Clients) >> >> endobj -3246 0 obj << +3265 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [213.498 400.251 301.672 411.94] +/Rect [210.769 454.447 298.944 466.137] /Subtype/Link/A<> >> endobj -3247 0 obj << +3266 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [205.528 373.152 277.612 384.842] +/Rect [202.799 427.349 274.883 439.039] /Subtype/Link/A<> >> endobj -3248 0 obj << +3267 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [182.74 346.054 259.066 357.743] +/Rect [180.011 400.251 256.337 411.94] /Subtype/Link/A<> >> endobj -3249 0 obj << +3268 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [202.528 318.349 290.339 331.251] +/Rect [199.799 372.546 287.61 385.448] /Subtype/Link/A<> >> endobj -3250 0 obj << +3269 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 291.857 218.369 303.547] +/Rect [84.043 346.054 218.369 357.743] /Subtype /Link /A << /S /GoTo /D (speed) >> >> endobj -3251 0 obj << +3270 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [193.619 264.759 302.097 276.448] +/Rect [190.89 318.955 299.368 330.645] /Subtype/Link/A<> >> endobj -3252 0 obj << +3271 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [213.498 237.66 301.672 249.35] +/Rect [210.769 291.857 298.944 303.547] /Subtype/Link/A<> >> endobj -3253 0 obj << +3272 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [205.528 210.562 277.612 222.251] +/Rect [202.799 264.759 274.883 276.448] /Subtype/Link/A<> >> endobj -3254 0 obj << +3273 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 183.464 266.596 195.153] +/Rect [84.043 237.66 266.596 249.35] /Subtype /Link /A << /S /GoTo /D (DNSDHCP) >> >> endobj -3255 0 obj << +3274 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [205.528 156.365 277.612 168.055] +/Rect [202.799 210.562 274.883 222.251] /Subtype/Link/A<> >> endobj -3256 0 obj << +3275 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [84.043 131.388 172.611 140.956] +/Rect [84.043 185.585 172.611 195.153] /Subtype /Link /A << /S /GoTo /D (Further-Resources) >> >> endobj -3257 0 obj << +3276 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [213.498 102.168 301.672 113.858] +/Rect [210.769 156.365 298.944 168.055] /Subtype/Link/A<> >> endobj -3232 0 obj << -/D [3230 0 R /XYZ 85.039 786.531 null] +3253 0 obj << +/D [3251 0 R /XYZ 85.039 786.531 null] >> endobj -3229 0 obj << -/Font << /F41 3054 0 R /F15 3032 0 R /F38 3057 0 R >> +3250 0 obj << +/Font << /F41 3072 0 R /F15 3056 0 R /F40 3075 0 R >> /ProcSet [ /PDF /Text ] >> endobj -3267 0 obj << -/Length 1729 +3285 0 obj << +/Length 2642 /Filter /FlateDecode >> stream -x[sFL_*=$m_:ƱSgL2i'Ƀ 2V#8=gw%l `ŗj2EHshӃJq BHNqkauBr"r3`!v1#ϛs7fi{8`Dbѽ%!U_vw)%Jۿ~Ba輎I<-I:):Ht7i.޽^ފrB%]!腳'b.]rW QP _x"3ֲ(pn4>%AOD?$6D]' 47mG}Ηa3dmɀ:HzB=7,n,ܮs3nܹ,*b!w|(6沦K|tNm4Q/;1)>N -9)oea)w;dӉ {`e9%Lpe{@[ԝO֦: Ya " `6=s\С !Nƽ0 l=WUf+:U -3Ib.NR]`JK rY@?~m4VEYɃ:ë6FLΣ -N,E ӌbPTk\Ń%:Be0l3jdf'3<5D H:).paoW#WeCqB.9@K?1M ɰdbU{Fk;s͕ekmʣ< akoO-PSLʹ/* CFfۓ%q`bwq"0<bdUn=_{YtL\}srnX.LHnM+/lm7N nZaP֩qyYnr,:$U~Ck.ߖ1t}(aEv~+7gK07AŤ`'gyWԱ(zdc:/#Hsi`GNؼkP-Qk叛]Lw.2Q|UiQZϢB6#(BKg"m+ʉ+Ѐ\8M]ՏYؙxeW8= 'j+ŧc=Ed{׊r`?m<ٞ=dODeO1'bT4x6Mi3؋m6d͕*t {߸Xt~ vTJ>,vZtY8i\蚎YՉwolVBhZ":a -$'eӢΨmX -$um Uty/"zAWdm*W]]#-EUU~4ʖT՚[ͺ'ZIߏjW8JO3ȴN!Y863sV/ -kٵT:_1J8 V \:qF ?lUb=endstream +x[KsWL.)koe9Iݪ%1+ + ٫'FEhZSt :Uɹ$A>:;?P7BB7'D2r'cR2AD%޲|r"%N"Y5nVbnƿ~DѸ~kjYѓ v(*KNf* KO4`DrB)oNT"{1Z] +BudMuߤQa~/z1 J¤gO_7!pϮ1 9/rC{̛)Pt&7rBe>sO[9[Kl7՗.~Q@(=_Flpʆn† } 6`rrI?.pdž7Yug]uaΐ Sg(4&1k`ɥsj3Rlm/7&4~ž h|]r떺2U`&k4- kl^R +*׻2/)h`>SʲWSJ5RP#F_\ JSP +x8k&.˸txuov=_t;3Msd$~C9MC8ap LnD!Ÿ,Cx<6Dszm}|O6X.Vx{ڇrhCMCy} "`r`tόQ."-"|XMbӺ1=>B}?H읝bMC0@k` سp?9;'9ν@>+5_ HcPtDxpA_JI){bKݬ0r ΘC MCBLO.c]>s;:CtgEQ`4:5p;+s+n66=™j ݬ4icB awP7kAW-+ʲ$% DuA~%?䄫j~*5gXw#d ;ܙe1c6 s{[4 {Wu STTڧS}5#$ 0R9i~&,*q;SiХ`Δ}Coǘ|rOz4p>ڤ5pJ]oRDƪ.h)E!'D']]pqгb͕"Ho"o5qMk3|i")ucohIEH}"%DkR'RRY\C(B|dL"UtםG^6J_)|7MKG.@ŀ/*7DtUIڿmq3s뢿ًO@ +*"UJ!d@> dN)Bp%pj?2e;70 $:8ODUM!PBTQ>T;v_,x1ɴa6`sj-JnBd 2`r}3ͻ#CL4,yPT=j·F5PFzr5C^ gսJ$aLwF:<3.U-ƦM~꼘Pֲ+j> endobj -3270 0 obj << +3288 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [524.436 603.575 539.579 613.869] /Subtype /Link /A << /S /GoTo /D (part.1) >> >> endobj -3271 0 obj << +3289 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [525.586 579.116 539.579 588.685] /Subtype /Link /A << /S /GoTo /D (chapter.1) >> >> endobj -3272 0 obj << +3290 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 565.567 539.579 574.59] /Subtype /Link /A << /S /GoTo /D (section.1.1) >> >> endobj -3273 0 obj << +3291 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 552.018 539.579 561.041] /Subtype /Link /A << /S /GoTo /D (section.1.2) >> >> endobj -3274 0 obj << +3292 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 538.469 539.579 547.492] /Subtype /Link /A << /S /GoTo /D (section.1.3) >> >> endobj -3275 0 obj << +3293 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 524.92 539.579 533.942] /Subtype /Link /A << /S /GoTo /D (section.1.4) >> >> endobj -3276 0 obj << +3294 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 511.37 539.579 520.393] /Subtype /Link /A << /S /GoTo /D (section.1.5) >> >> endobj -3277 0 obj << +3295 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 497.821 539.579 506.844] /Subtype /Link /A << /S /GoTo /D (section.1.6) >> >> endobj -3278 0 obj << +3296 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [525.586 473.363 539.579 482.931] /Subtype /Link /A << /S /GoTo /D (chapter.2) >> >> endobj -3279 0 obj << +3297 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 459.814 539.579 468.837] /Subtype /Link /A << /S /GoTo /D (section.2.1) >> >> endobj -3280 0 obj << +3298 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 446.265 539.579 455.287] /Subtype /Link /A << /S /GoTo /D (section.2.2) >> >> endobj -3281 0 obj << +3299 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 432.715 539.579 441.738] /Subtype /Link /A << /S /GoTo /D (subsection.2.2.1) >> >> endobj -3282 0 obj << +3300 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 419.166 539.579 428.189] /Subtype /Link /A << /S /GoTo /D (subsection.2.2.2) >> >> endobj -3283 0 obj << +3301 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 405.617 539.579 414.64] /Subtype /Link -/A << /S /GoTo /D (subsubsection.2.2.2.1) >> +/A << /S /GoTo /D (subsection.2.2.3) >> >> endobj -3284 0 obj << +3302 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 392.068 539.579 401.091] /Subtype /Link -/A << /S /GoTo /D (subsection.2.2.3) >> +/A << /S /GoTo /D (subsubsection.2.2.3.1) >> >> endobj -3285 0 obj << +3303 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 378.519 539.579 387.541] /Subtype /Link -/A << /S /GoTo /D (section.2.3) >> +/A << /S /GoTo /D (subsection.2.2.4) >> >> endobj -3286 0 obj << +3304 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 364.969 539.579 373.992] /Subtype /Link -/A << /S /GoTo /D (section.2.4) >> +/A << /S /GoTo /D (section.2.3) >> >> endobj -3287 0 obj << +3305 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 351.42 539.579 360.443] /Subtype /Link -/A << /S /GoTo /D (section.2.5) >> +/A << /S /GoTo /D (section.2.4) >> >> endobj -3288 0 obj << +3306 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 337.871 539.579 346.894] /Subtype /Link -/A << /S /GoTo /D (section.2.6) >> +/A << /S /GoTo /D (section.2.5) >> >> endobj -3289 0 obj << +3307 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 324.322 539.579 333.345] /Subtype /Link -/A << /S /GoTo /D (section.2.7) >> +/A << /S /GoTo /D (section.2.6) >> >> endobj -3290 0 obj << +3308 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 310.773 539.579 319.795] /Subtype /Link -/A << /S /GoTo /D (subsection.2.7.1) >> +/A << /S /GoTo /D (section.2.7) >> >> endobj -3291 0 obj << +3309 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 297.223 539.579 306.246] /Subtype /Link -/A << /S /GoTo /D (subsection.2.7.2) >> +/A << /S /GoTo /D (subsection.2.7.1) >> >> endobj -3292 0 obj << +3310 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 283.674 539.579 292.697] /Subtype /Link +/A << /S /GoTo /D (subsection.2.7.2) >> +>> endobj +3311 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [526.677 270.125 539.579 279.148] +/Subtype /Link /A << /S /GoTo /D (subsection.2.7.3) >> >> endobj -3293 0 obj << +3312 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [525.586 259.216 539.579 268.784] +/Rect [525.586 245.667 539.579 255.235] /Subtype /Link /A << /S /GoTo /D (chapter.3) >> >> endobj -3294 0 obj << +3313 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 245.667 539.579 254.689] +/Rect [526.677 232.117 539.579 241.14] /Subtype /Link /A << /S /GoTo /D (section.3.1) >> >> endobj -3295 0 obj << +3314 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [524.436 207.173 539.579 217.468] +/Rect [524.436 193.624 539.579 203.919] /Subtype /Link /A << /S /GoTo /D (part.2) >> >> endobj -3296 0 obj << +3315 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [525.586 182.715 539.579 192.283] +/Rect [525.586 169.166 539.579 178.734] /Subtype /Link /A << /S /GoTo /D (chapter.4) >> >> endobj -3297 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 169.166 539.579 178.189] -/Subtype /Link -/A << /S /GoTo /D (section.4.1) >> ->> endobj -3298 0 obj << +3316 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 155.617 539.579 164.64] /Subtype /Link -/A << /S /GoTo /D (section.4.2) >> +/A << /S /GoTo /D (section.4.1) >> >> endobj -3299 0 obj << +3317 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 142.068 539.579 151.09] /Subtype /Link -/A << /S /GoTo /D (section.4.3) >> +/A << /S /GoTo /D (section.4.2) >> >> endobj -3300 0 obj << +3318 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 128.518 539.579 137.541] /Subtype /Link -/A << /S /GoTo /D (subsection.4.3.1) >> +/A << /S /GoTo /D (section.4.3) >> >> endobj -3301 0 obj << +3319 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 114.969 539.579 123.992] /Subtype /Link -/A << /S /GoTo /D (subsubsection.4.3.1.1) >> +/A << /S /GoTo /D (subsection.4.3.1) >> >> endobj -3302 0 obj << +3320 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 101.42 539.579 110.443] /Subtype /Link -/A << /S /GoTo /D (subsection.4.3.2) >> +/A << /S /GoTo /D (subsubsection.4.3.1.1) >> >> endobj -3303 0 obj << +3321 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 87.871 539.579 96.894] /Subtype /Link -/A << /S /GoTo /D (subsubsection.4.3.2.1) >> +/A << /S /GoTo /D (subsection.4.3.2) >> >> endobj -3304 0 obj << +3322 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 74.322 539.579 83.344] /Subtype /Link -/A << /S /GoTo /D (subsection.4.3.3) >> +/A << /S /GoTo /D (subsubsection.4.3.2.1) >> >> endobj -3305 0 obj << +3323 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 60.772 539.579 69.795] /Subtype /Link -/A << /S /GoTo /D (subsubsection.4.3.3.1) >> +/A << /S /GoTo /D (subsection.4.3.3) >> >> endobj -3268 0 obj << -/D [3266 0 R /XYZ 85.039 786.531 null] +3286 0 obj << +/D [3284 0 R /XYZ 85.039 786.531 null] >> endobj -3269 0 obj << -/D [3266 0 R /XYZ 85.039 643.064 null] +3287 0 obj << +/D [3284 0 R /XYZ 85.039 643.064 null] >> endobj -3265 0 obj << -/Font << /F20 3021 0 R /F15 3032 0 R >> +3283 0 obj << +/Font << /F20 3045 0 R /F15 3056 0 R >> /ProcSet [ /PDF /Text ] >> endobj -3308 0 obj << -/Length 2104 +3326 0 obj << +/Length 3279 /Filter /FlateDecode >> stream -x\]sXW8;{RDMt6v;m/D%43 h4ۋ @sATuȚUÊSGUT0 -ʛUcNP\!7joe3|u.R'6ao7Pql[( -ئσY峹1_т/MllV[g::!+Ց՝1NV;zݡ1 R8' %.X^ju|ߟ:?$u!"75ʍ/Lݿ3s9m V Y?D/!A$as5IaDYY/kC0٨¶ CX4fq1r_;e8Aj#Fbxm݆̿n}΄w6"|FnS1̟ihq!eu\o ɂہ4+Xr&aibFaiu֢X11H1 ՞}\!.`뵆ރY#j0<#QT3NHp"Tk?dyTK|-Jtܓ꽬)%G#^OnC<0tRёTXsm9Gݵj:M\c{M˦s|f4G㱂 ,iY]ޯRL5x$CUGwlJqr*y!iMU/lqҲJoK+̡H%ٔPc a{iW&,5Wi69cq\w 3h@n9>Ce%ĊL3bR* 4~s]`O*e/WNpϴ -fu>}LyYz``=VP OuwwE!yIdjev^:KD0ܧъucwȚ %6/ ȴq"Ys3_ڴDh$ד>Wg"f{EF\epU9t 30_z${*w^zym_|:Yu%F'ӤQ궚N3.~Zu,?~n x%fKb[7]zZ?ϒ9F#aCxN?_2?(am\Fg(^ PG|sĵJ+T6Ct endstream +xYsF+UK>p\lDLyT--砀i{,٦lǕ уi +jA + Zr_G12ٟ=I-HS4k Ãv9*ffGN= G)cg18SMxWԃwsAh .`Dp{'{kJ݅`55mPI /ؠH^#:d4nfoez9ƌq}#+}f,0ry?(>ۉߠ"ʊȊ{ tl:q$ֵkN TO ^ZJPreZ Ozz-g{;g3{(~[g+{~f TVҫ=`\A LB\yCB,K5!Tc릩v[PPVGQa|2[[%C/\>p>V2! ze\VALϒ"S|-vrz)cdZ$QDuQߊ vufBpY \+ VnlX98%i@zTC&/ukx{U[ 'u 8H J$A0nܗ r S?;\dNo nP3> @B&}0xEJwt=].],?S bi x1/c*^vxpWxeV1cF2%uCP&OA˂P!>`1Q5MΆI3.K]I zHuvӀ&ۛBؾGpgIgqLLP= Fs2)Љo^PT`_g"V%14n ^OS"ꞾxvFAo< iШ^+F*HlY jCMSTeABlS-bW6|:.t=^4/<5];slg&8w +n*TC@K$RmP^B3S ;gH~LFp. @̐%cXz/]vݬjϦ덫 w'`)үUrI1tld>iLs!iVu 8H I:H`z}WPHRw7o? M>hA:q6.!J LZob*!r1nl4n ^5%p]?5S"/̖tX; f&-6_o\hSsV_VQ!Cw #4-[& V5iGj7Z0l7~akVG5̗P6r6,يVk\^ ++ ]RD'*a2 7&g1z T:m]8GftcjaeMw-#nCFFv[zqP:}3}ez,|Hro>SO ozoPg v[;ۑjd'L]K^g`\A mqTyܕ۞Gȷ=53(4+.ꍛm6_yj')W + D. Vu(HUԹsLˠnzʖ VֵtɲHǔաyMѥeuDljBǓ eܼ`uw3:f`$-\IiAgDz7¹{^ nPsO6rY|;JB>&|شyLK O=;AOxwGzJ؊Ɏ3B. mvJ.I!7ctcVbgsa1fldTO ^$h S(ՌpY{Jo]|G믳+=Jl+ek~+3W g}2\F& 9 > S__Ԑfm\{-9wT=BZNff_UU./8Rūd\W})luo݁}iISH IQϨh endstream endobj -3307 0 obj << +3325 0 obj << /Type /Page -/Contents 3308 0 R -/Resources 3306 0 R +/Contents 3326 0 R +/Resources 3324 0 R /MediaBox [0 0 595.276 841.89] -/Parent 3183 0 R -/Annots [ 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 ] +/Parent 3240 0 R +/Annots [ 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 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 ] >> endobj -3313 0 obj << +3331 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 754.651 539.579 763.674] /Subtype /Link -/A << /S /GoTo /D (subsection.4.3.4) >> +/A << /S /GoTo /D (subsubsection.4.3.3.1) >> >> endobj -3314 0 obj << +3332 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 741.102 539.579 750.125] /Subtype /Link -/A << /S /GoTo /D (subsubsection.4.3.4.1) >> +/A << /S /GoTo /D (subsection.4.3.4) >> >> endobj -3315 0 obj << +3333 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 727.553 539.579 736.575] /Subtype /Link -/A << /S /GoTo /D (subsection.4.3.5) >> +/A << /S /GoTo /D (subsubsection.4.3.4.1) >> >> endobj -3316 0 obj << +3334 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 714.003 539.579 723.026] /Subtype /Link -/A << /S /GoTo /D (subsubsection.4.3.5.1) >> +/A << /S /GoTo /D (subsection.4.3.5) >> >> endobj -3317 0 obj << +3335 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 700.454 539.579 709.477] /Subtype /Link -/A << /S /GoTo /D (section.4.4) >> +/A << /S /GoTo /D (subsubsection.4.3.5.1) >> >> endobj -3318 0 obj << +3336 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 686.905 539.579 695.928] /Subtype /Link -/A << /S /GoTo /D (section.4.5) >> +/A << /S /GoTo /D (section.4.4) >> >> endobj -3319 0 obj << +3337 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 673.356 539.579 682.379] /Subtype /Link -/A << /S /GoTo /D (subsection.4.5.1) >> +/A << /S /GoTo /D (section.4.5) >> >> endobj -3320 0 obj << +3338 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 659.807 539.579 668.829] /Subtype /Link -/A << /S /GoTo /D (subsection.4.5.2) >> +/A << /S /GoTo /D (subsection.4.5.1) >> >> endobj -3321 0 obj << +3339 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 646.257 539.579 655.28] /Subtype /Link -/A << /S /GoTo /D (subsection.4.5.3) >> +/A << /S /GoTo /D (subsection.4.5.2) >> >> endobj -3322 0 obj << +3340 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 632.708 539.579 641.731] /Subtype /Link -/A << /S /GoTo /D (subsection.4.5.4) >> +/A << /S /GoTo /D (subsection.4.5.3) >> >> endobj -3323 0 obj << +3341 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [525.586 608.25 539.579 617.818] +/Rect [526.677 619.159 539.579 628.182] /Subtype /Link -/A << /S /GoTo /D (chapter.5) >> +/A << /S /GoTo /D (subsection.4.5.4) >> >> endobj -3324 0 obj << +3342 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 594.701 539.579 603.724] +/Rect [525.586 594.701 539.579 604.269] /Subtype /Link -/A << /S /GoTo /D (section.5.1) >> +/A << /S /GoTo /D (chapter.5) >> >> endobj -3325 0 obj << +3343 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 581.151 539.579 590.174] /Subtype /Link -/A << /S /GoTo /D (section.5.2) >> +/A << /S /GoTo /D (section.5.1) >> >> endobj -3326 0 obj << +3344 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 567.602 539.579 576.625] /Subtype /Link -/A << /S /GoTo /D (subsection.5.2.1) >> +/A << /S /GoTo /D (section.5.2) >> >> endobj -3327 0 obj << +3345 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 554.053 539.579 563.076] /Subtype /Link -/A << /S /GoTo /D (subsection.5.2.2) >> +/A << /S /GoTo /D (subsection.5.2.1) >> >> endobj -3328 0 obj << +3346 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 540.504 539.579 549.527] /Subtype /Link -/A << /S /GoTo /D (section.5.3) >> +/A << /S /GoTo /D (subsection.5.2.2) >> >> endobj -3329 0 obj << +3347 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 526.955 539.579 535.978] /Subtype /Link -/A << /S /GoTo /D (section.5.4) >> +/A << /S /GoTo /D (section.5.3) >> >> endobj -3330 0 obj << +3348 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 513.406 539.579 522.428] /Subtype /Link -/A << /S /GoTo /D (section.5.5) >> +/A << /S /GoTo /D (section.5.4) >> >> endobj -3331 0 obj << +3349 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 499.856 539.579 508.879] /Subtype /Link -/A << /S /GoTo /D (subsection.5.5.1) >> +/A << /S /GoTo /D (section.5.5) >> >> endobj -3332 0 obj << +3350 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 486.307 539.579 495.33] /Subtype /Link -/A << /S /GoTo /D (subsubsection.5.5.1.1) >> +/A << /S /GoTo /D (subsection.5.5.1) >> >> endobj -3333 0 obj << +3351 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 472.758 539.579 481.781] /Subtype /Link -/A << /S /GoTo /D (subsubsection.5.5.1.2) >> +/A << /S /GoTo /D (subsubsection.5.5.1.1) >> >> endobj -3334 0 obj << +3352 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 459.209 539.579 468.232] /Subtype /Link -/A << /S /GoTo /D (subsubsection.5.5.1.3) >> +/A << /S /GoTo /D (subsubsection.5.5.1.2) >> >> endobj -3335 0 obj << +3353 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 445.66 539.579 454.682] /Subtype /Link -/A << /S /GoTo /D (subsection.5.5.2) >> +/A << /S /GoTo /D (subsubsection.5.5.1.3) >> >> endobj -3336 0 obj << +3354 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 432.11 539.579 441.133] /Subtype /Link -/A << /S /GoTo /D (section.5.6) >> +/A << /S /GoTo /D (subsection.5.5.2) >> >> endobj -3337 0 obj << +3355 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 418.561 539.579 427.584] /Subtype /Link -/A << /S /GoTo /D (subsection.5.6.1) >> +/A << /S /GoTo /D (section.5.6) >> >> endobj -3338 0 obj << +3356 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 405.012 539.579 414.035] /Subtype /Link -/A << /S /GoTo /D (subsection.5.6.2) >> +/A << /S /GoTo /D (subsection.5.6.1) >> >> endobj -3339 0 obj << +3357 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 391.463 539.579 400.486] /Subtype /Link -/A << /S /GoTo /D (subsection.5.6.3) >> +/A << /S /GoTo /D (subsection.5.6.2) >> >> endobj -3340 0 obj << +3358 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 377.914 539.579 386.936] /Subtype /Link -/A << /S /GoTo /D (subsection.5.6.4) >> +/A << /S /GoTo /D (subsection.5.6.3) >> >> endobj -3341 0 obj << +3359 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 364.364 539.579 373.387] /Subtype /Link -/A << /S /GoTo /D (subsection.5.6.5) >> +/A << /S /GoTo /D (subsection.5.6.4) >> >> endobj -3342 0 obj << +3360 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 350.815 539.579 359.838] /Subtype /Link -/A << /S /GoTo /D (subsection.5.6.6) >> +/A << /S /GoTo /D (subsection.5.6.5) >> >> endobj -3343 0 obj << +3361 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 337.266 539.579 346.289] /Subtype /Link +/A << /S /GoTo /D (subsection.5.6.6) >> +>> endobj +3362 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [526.677 323.717 539.579 332.74] +/Subtype /Link /A << /S /GoTo /D (subsection.5.6.7) >> >> endobj -3344 0 obj << +3363 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [525.586 312.808 539.579 322.376] +/Rect [525.586 299.258 539.579 308.827] /Subtype /Link /A << /S /GoTo /D (chapter.6) >> >> endobj -3345 0 obj << +3364 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 299.258 539.579 308.281] +/Rect [526.677 285.709 539.579 294.732] /Subtype /Link /A << /S /GoTo /D (section.6.1) >> >> endobj -3346 0 obj << +3365 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 285.709 539.579 294.732] +/Rect [526.677 272.16 539.579 281.183] /Subtype /Link /A << /S /GoTo /D (section.6.2) >> >> endobj -3347 0 obj << +3366 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 272.16 539.579 281.183] +/Rect [526.677 258.611 539.579 267.634] /Subtype /Link /A << /S /GoTo /D (subsection.6.2.1) >> >> endobj -3348 0 obj << +3367 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 258.611 539.579 267.634] +/Rect [526.677 245.062 539.579 254.084] /Subtype /Link /A << /S /GoTo /D (subsubsection.6.2.1.1) >> >> endobj -3349 0 obj << +3368 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 245.062 539.579 254.084] +/Rect [526.677 231.512 539.579 240.535] /Subtype /Link /A << /S /GoTo /D (subsection.6.2.2) >> >> endobj -3350 0 obj << +3369 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 231.512 539.579 240.535] +/Rect [526.677 217.963 539.579 226.986] /Subtype /Link /A << /S /GoTo /D (subsection.6.2.3) >> >> endobj -3351 0 obj << +3370 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 217.963 539.579 226.986] +/Rect [526.677 204.414 539.579 213.437] /Subtype /Link /A << /S /GoTo /D (subsection.6.2.4) >> >> endobj -3352 0 obj << +3371 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 204.414 539.579 213.437] +/Rect [526.677 190.865 539.579 199.888] /Subtype /Link /A << /S /GoTo /D (subsection.6.2.5) >> >> endobj -3353 0 obj << +3372 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 190.865 539.579 199.888] +/Rect [526.677 177.316 539.579 186.338] /Subtype /Link /A << /S /GoTo /D (subsubsection.6.2.5.1) >> >> endobj -3354 0 obj << +3373 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 177.316 539.579 186.338] +/Rect [526.677 163.766 539.579 172.789] /Subtype /Link /A << /S /GoTo /D (subsubsection.6.2.5.2) >> >> endobj -3355 0 obj << +3374 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 163.766 539.579 172.789] +/Rect [526.677 150.217 539.579 159.24] /Subtype /Link /A << /S /GoTo /D (section.6.3) >> >> endobj -3356 0 obj << +3375 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 150.217 539.579 159.24] +/Rect [526.677 136.668 539.579 145.691] /Subtype /Link /A << /S /GoTo /D (subsection.6.3.1) >> >> endobj -3357 0 obj << +3376 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 136.668 539.579 145.691] +/Rect [526.677 123.119 539.579 132.142] /Subtype /Link /A << /S /GoTo /D (section.6.4) >> >> endobj -3358 0 obj << +3377 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 123.119 539.579 132.142] +/Rect [526.677 109.57 539.579 118.593] /Subtype /Link /A << /S /GoTo /D (subsection.6.4.1) >> >> endobj -3359 0 obj << +3378 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 109.57 539.579 118.593] +/Rect [526.677 96.02 539.579 105.043] /Subtype /Link /A << /S /GoTo /D (subsection.6.4.2) >> >> endobj -3360 0 obj << +3379 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 96.02 539.579 105.043] +/Rect [526.677 82.471 539.579 91.494] /Subtype /Link /A << /S /GoTo /D (subsection.6.4.3) >> >> endobj -3361 0 obj << +3380 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 82.471 539.579 91.494] +/Rect [526.677 68.922 539.579 77.945] /Subtype /Link /A << /S /GoTo /D (subsection.6.4.4) >> >> endobj -3309 0 obj << -/D [3307 0 R /XYZ 85.039 786.531 null] +3327 0 obj << +/D [3325 0 R /XYZ 85.039 786.531 null] >> endobj -3306 0 obj << -/Font << /F56 3312 0 R /F15 3032 0 R /F20 3021 0 R >> +3324 0 obj << +/Font << /F56 3330 0 R /F15 3056 0 R /F20 3045 0 R >> /ProcSet [ /PDF /Text ] >> endobj -3364 0 obj << -/Length 2134 +3383 0 obj << +/Length 3244 /Filter /FlateDecode >> stream -xIs8 -ncvͶS] tzSIg2U=} T˿$9+dq*xC }z`X=QA(t=N@ Vjaw>Ԙ}" kvUTgaC]oKϿxt7홗Ikc}{_2/_9|Zq0룚T"PRisOͻ -/E0HYAyxXС8h^+m5bNzopd0KWŏ1~|U㦕yx!;W@$1S=fH~wй'a!12 ǀך{Д -C|Zϝ߾^yZ_83 -8}bnglD6x . Ha)ts˾2aoP;f.`F":yxų;EIdž L&Q -ãΥff9so}<>u7>8V:2C7r6t\!yx1%e>HD|CԚq -` kT<3 FOgf]w$..:9Z6$mS'x︳YI{ Ьw2F K};:.E,A?J,nd0.2Wtl3* SM0~*C_\_1s}d!&)*QӦ\HunΖ;~Qڀc3KS㈧6siDf&$B%Zqr 7[>A]n51b+Fw0J֨XMlJ4z Rb -@#TŪ1pjxk=tIRթnךo~8Tmgt - hfueWh|\5e)ZV<SlKjNHUi٬>y[F1#ě&MNղؘ7/_\qf\w[]eJ<=%LYe7Xv~m~*?B2 tL sIʕOf֕Ճ@xh',jōMfaB$%%6,",4 azInX!;ps#X܏*o.Ӄݲ M8HXg+\sbb~Ac8Zy{LHM -MI蓩dK;a - ^MǞp[gPg -\^fS0a7UׅW",pǓT0!Fʨ2gDQO-w)|$ [h۴v*L5nĂ -풶zQNYt::ͷ –rXxìם=*G0yҚ?˲,- `%*|kՙU3O|pB'2-xr&JQ27\OXeKe|G l^@}"m-^ ,3]':/q_hg̮HdVtؙжX7eTIE"˄7o &Bp8{x5c*o5~O ^w3@endstream +x\Ks8WA4"Tl'd+7֔jvYUM$OfxH$ڢNj*cحnɠEԠU!̮z@14'm&{D5 eJ5| Qe!T52eA\q +|;WxWׯ.YYH;d +QTژ_ZqzDh̪zN_Bݶڲ b>|Hq5i$-LnKn[l;P4UЈD#oޚӢ(9mZHoFZ+m8Ɔӛs^1F5S?knC(QW*k٣[ĩ-l2rI6\Ͼ@m Z,mq&T +hB&N4 +2lF~DfQ4̘57&͗3><`2l ]֘>pl 73Kt`JW=&ȪҠhp ܸA9| |qxB_T]QoYEsS*dNV@xk&@j.7ڍ:!27x}ޚ_>^i{cG +®kv)'ca vm`8m[[LV(V%٥V>o`ОU|q㿲wfwKzZIf!}k~qt +fu5] ~솀5@DD߇v .5ŬmX֏D0V_nR hk T!O , %j0K_c7B֭eMrdG[ ]ŷsc`^2pAEIXy0WK)[6KB= vX^f;4@&+m0wi'Ol=ݢE0^_Bn!`B5@JDB{Z_f$_KדI<#RddvC<#PU#*`qۍFLRn_`J$ hkP&!>_/zߤo˴t畟1a(..@6َ0gK + \ o/&7+4WK^ +i#)870f_nA5@ CEI@oPfdjeHkn:=ƒ5"!' 1aV><ݒB51Dh[o<]\Or9vC@N@&UH٧s$ [74;ri1RA ѡY O h0J_c7m ,^ `F +=`Xڞ0%橱UmsfZgيD.g+P iU%ʞ(ctNX-5F`*~vWRiWLh H% +Vy~sU~[!j߀%`־4a +&7PEBo(z[MKLolx* ؗBlL)0~ntkIQ;he,n%C<9r$`}\\?>Q^}9!HsLnՄ|OpT>U3ǿ?&7 _({A} !IuhE:*N +0uLΞO3❕n8ÅzßZa.gF̪0QxU!iM-zJҐJwOz~mhv4CzJ؛'~BAB8rUHamBR,n\oh~+;ܵeSQpF-]k\gZ7Ȗ%QՄTzuePR$Zji)h m6iDž }T,!*VkMq\:1i휭K%, QUQ&ٱ/zަ=^-R ?EHG +<9e菆,aA{OVx2#vC Eh fTpEe*$3lNA9~̟v ض/_b7/ n*[СLOXQ3Y/g Q޼G6ldb9i7'$!4E A>AA<&7 㦠EQ]/n 1S +%Ag6?A#;Ͼ˜܀0 w`c/m_n|n3k <^e;=38n5|U3bnKufֻf(8;DP"{m%!qr鱄3Ïi` A'ybmr&PG2YX}ޔt5j񘡹`pa3 7@}\>h SZ9|eKew,~~^6'ٲ:R"w4֘Қ8bګwتLldoTbB \[2$%OMgvfLa1$|EQw\cQxs=UY}$_hc%Eendstream endobj -3363 0 obj << +3382 0 obj << /Type /Page -/Contents 3364 0 R -/Resources 3362 0 R +/Contents 3383 0 R +/Resources 3381 0 R /MediaBox [0 0 595.276 841.89] -/Parent 3183 0 R -/Annots [ 3366 0 R 3367 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 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 ] +/Parent 3240 0 R +/Annots [ 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 ] >> endobj -3366 0 obj << +3385 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [525.586 754.651 539.579 764.219] /Subtype /Link /A << /S /GoTo /D (chapter.7) >> >> endobj -3367 0 obj << +3386 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 741.102 539.579 750.125] /Subtype /Link /A << /S /GoTo /D (section.7.1) >> >> endobj -3368 0 obj << +3387 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 727.553 539.579 736.575] /Subtype /Link /A << /S /GoTo /D (section.7.2) >> >> endobj -3369 0 obj << +3388 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 714.003 539.579 723.026] /Subtype /Link /A << /S /GoTo /D (subsection.7.2.1) >> >> endobj -3370 0 obj << +3389 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 700.454 539.579 709.477] /Subtype /Link /A << /S /GoTo /D (subsection.7.2.2) >> >> endobj -3371 0 obj << +3390 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 686.905 539.579 695.928] /Subtype /Link /A << /S /GoTo /D (subsection.7.2.3) >> >> endobj -3372 0 obj << +3391 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 673.356 539.579 682.379] /Subtype /Link /A << /S /GoTo /D (subsection.7.2.4) >> >> endobj -3373 0 obj << +3392 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 659.807 539.579 668.829] /Subtype /Link /A << /S /GoTo /D (subsubsection.7.2.4.1) >> >> endobj -3374 0 obj << +3393 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 646.257 539.579 655.28] /Subtype /Link /A << /S /GoTo /D (subsubsection.7.2.4.2) >> >> endobj -3375 0 obj << +3394 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 632.708 539.579 641.731] /Subtype /Link /A << /S /GoTo /D (subsubsection.7.2.4.3) >> >> endobj -3376 0 obj << +3395 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 619.159 539.579 628.182] /Subtype /Link /A << /S /GoTo /D (section.7.3) >> >> endobj -3377 0 obj << +3396 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 605.61 539.579 614.633] /Subtype /Link /A << /S /GoTo /D (subsection.7.3.1) >> >> endobj -3381 0 obj << +3397 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 592.061 539.579 601.083] /Subtype /Link /A << /S /GoTo /D (subsection.7.3.2) >> >> endobj -3382 0 obj << +3398 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 578.511 539.579 587.534] /Subtype /Link /A << /S /GoTo /D (section.7.4) >> >> endobj -3383 0 obj << +3399 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 564.962 539.579 573.985] /Subtype /Link /A << /S /GoTo /D (subsection.7.4.1) >> >> endobj -3384 0 obj << +3400 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 551.413 539.579 560.436] /Subtype /Link /A << /S /GoTo /D (subsection.7.4.2) >> >> endobj -3385 0 obj << +3401 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 537.864 539.579 546.887] /Subtype /Link /A << /S /GoTo /D (subsection.7.4.3) >> >> endobj -3386 0 obj << +3402 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 524.315 539.579 533.337] /Subtype /Link /A << /S /GoTo /D (subsubsection.7.4.3.1) >> >> endobj -3387 0 obj << +3403 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 510.765 539.579 519.788] /Subtype /Link /A << /S /GoTo /D (subsection.7.4.4) >> >> endobj -3388 0 obj << +3404 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 497.216 539.579 506.239] /Subtype /Link /A << /S /GoTo /D (subsection.7.4.5) >> >> endobj -3389 0 obj << +3405 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 483.667 539.579 492.69] /Subtype /Link /A << /S /GoTo /D (subsection.7.4.6) >> >> endobj -3390 0 obj << +3406 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 470.118 539.579 479.141] /Subtype /Link /A << /S /GoTo /D (section.7.5) >> >> endobj -3391 0 obj << +3407 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 456.569 539.579 465.591] /Subtype /Link /A << /S /GoTo /D (section.7.6) >> >> endobj -3392 0 obj << +3408 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 443.019 539.579 452.042] /Subtype /Link /A << /S /GoTo /D (subsection.7.6.1) >> >> endobj -3393 0 obj << +3409 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 429.47 539.579 438.493] /Subtype /Link /A << /S /GoTo /D (subsection.7.6.2) >> >> endobj -3394 0 obj << +3410 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 415.921 539.579 424.944] /Subtype /Link /A << /S /GoTo /D (subsection.7.6.3) >> >> endobj -3395 0 obj << +3411 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [525.586 391.463 539.579 401.031] /Subtype /Link /A << /S /GoTo /D (chapter.8) >> >> endobj -3396 0 obj << +3412 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 377.914 539.579 386.936] /Subtype /Link /A << /S /GoTo /D (section.8.1) >> >> endobj -3397 0 obj << +3413 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 364.364 539.579 373.387] /Subtype /Link /A << /S /GoTo /D (section.8.2) >> >> endobj -3398 0 obj << +3414 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 350.815 539.579 359.838] /Subtype /Link /A << /S /GoTo /D (section.8.3) >> >> endobj -3399 0 obj << +3415 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 337.266 539.579 346.289] /Subtype /Link /A << /S /GoTo /D (subsection.8.3.1) >> >> endobj -3400 0 obj << +3416 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 323.717 539.579 332.74] /Subtype /Link /A << /S /GoTo /D (subsection.8.3.2) >> >> endobj -3401 0 obj << +3417 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 310.168 539.579 319.19] /Subtype /Link /A << /S /GoTo /D (section.8.4) >> >> endobj -3402 0 obj << +3418 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [525.586 285.709 539.579 295.278] /Subtype /Link /A << /S /GoTo /D (chapter.9) >> >> endobj -3403 0 obj << +3419 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 272.16 539.579 281.183] /Subtype /Link /A << /S /GoTo /D (section.9.1) >> >> endobj -3404 0 obj << +3420 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [524.436 233.667 539.579 243.962] /Subtype /Link /A << /S /GoTo /D (part.3) >> >> endobj -3405 0 obj << +3421 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [525.586 209.209 539.579 218.777] /Subtype /Link /A << /S /GoTo /D (chapter.10) >> >> endobj -3406 0 obj << +3422 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 195.659 539.579 204.682] /Subtype /Link /A << /S /GoTo /D (section.10.1) >> >> endobj -3407 0 obj << +3423 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 182.11 539.579 191.133] /Subtype /Link /A << /S /GoTo /D (section.10.2) >> >> endobj -3408 0 obj << +3424 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 168.561 539.579 177.584] /Subtype /Link /A << /S /GoTo /D (section.10.3) >> >> endobj -3409 0 obj << +3425 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 155.012 539.579 164.035] /Subtype /Link /A << /S /GoTo /D (subsection.10.3.1) >> >> endobj -3410 0 obj << +3426 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 141.463 539.579 150.485] /Subtype /Link /A << /S /GoTo /D (subsection.10.3.2) >> >> endobj -3411 0 obj << +3427 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 127.913 539.579 136.936] /Subtype /Link /A << /S /GoTo /D (subsection.10.3.3) >> >> endobj -3412 0 obj << +3428 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 114.364 539.579 123.387] /Subtype /Link /A << /S /GoTo /D (section.10.4) >> >> endobj -3413 0 obj << +3429 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 100.815 539.579 109.838] /Subtype /Link /A << /S /GoTo /D (subsection.10.4.1) >> >> endobj -3414 0 obj << +3430 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 87.266 539.579 96.289] /Subtype /Link /A << /S /GoTo /D (subsection.10.4.2) >> >> endobj -3415 0 obj << +3431 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 73.717 539.579 82.739] /Subtype /Link /A << /S /GoTo /D (subsection.10.4.3) >> >> endobj -3416 0 obj << +3432 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 60.167 539.579 69.19] /Subtype /Link /A << /S /GoTo /D (subsection.10.4.4) >> >> endobj -3365 0 obj << -/D [3363 0 R /XYZ 85.039 786.531 null] +3384 0 obj << +/D [3382 0 R /XYZ 85.039 786.531 null] >> endobj -3362 0 obj << -/Font << /F56 3312 0 R /F20 3021 0 R /F15 3032 0 R /F58 3380 0 R >> +3381 0 obj << +/Font << /F56 3330 0 R /F20 3045 0 R /F15 3056 0 R >> /ProcSet [ /PDF /Text ] >> endobj -3419 0 obj << -/Length 2374 +3435 0 obj << +/Length 3557 /Filter /FlateDecode >> stream -x\[s~WvӖc [5SU+@U #8=1G1Uhd"'H;Ǣv`=H ChR>5[%Y^{f<''tCҀRXhY շWaɐ~'y 3u}6' ,zd6NqX$lpE^Mp1 WEb4ԦϢ$X!51b7tP#**6@zRBPӓDf98<9>C؜\ 3 -JM$Rzϙxn@s, -*hc;lgmy'dN2= Te;{U.f9x[PCAo-Li-ZXsA!5CӘ:߈10d&bF%QdbL))M)4b0cuy2>4EL%DQx[GƂ-8`-y9ok~A*=+`WU jDf.!xOh=-7Znh0†j -x^8%@ԽiJY@7)ΆW@)e:m-fy+ew1aZt -Z繭lTgdUݏYe2t}^WW=%5y#Z}^7<9m +|!HCAT^y%1S#R{vXfyj1-b€MO;6&~AĴ(wXݶD|\̓*GG9L20IZlC .:h1o˅VG +nᎮ/n:fk U.z Z^q $_S0?z]]Hׂ02EQ %#SN2StھC*MKYY$܀ǣCqy"?ؒI;/ Ǹ -^b?Q8рJE]%(&7b#f¥*;0ϋƒgbemmWQmԨ-/;PlCұfB$Hj̱ ;wV3bS0d`$ G x {eŧ0/1|FNOr %&{8g?Ku/٪C\W< Q]1.zG߼ LM(sds̼Ё'u:xHuP0)뱎U9FI!ECGQ~ĦVcuj'JYs`:tR +jRN'I6V|wB3w,:۫o +9jrƟʈjn{i/_~8yrO_Rᇓ𪜼S3Bj9'"G.[>VCW!xIDAEtIWȼ0ס~͉ 3.b׮;O]?]877+mvTB;{5SixT X /o=r4Xոkj>T?lIR{La2<̙ 1͒ n)g4$ԙgcӟ/.-+@S}e\=4+oW=Dw_=`4W(SOHB5tl? +S@Dd4W?^V6*Ɍ}EI;2Kx! u9Gv,-iedX X a =K2a9eFJ՘{1V^f7HnMýo JN/C.`cUt`U/1tj@FAַ߯zPuo`@xd":V& IOʤ_D&cXpN,O =Z\:+t6WlW@6R'wvTVNȋ(ڝi{,#T@ҁn}<~3CT.Bc3{'y{v̱ 2I?^BW]U"x>roջ03Z7n +h.cat0E@9@Td€S7cz7 ߘ,Ҏ"6cE?5RYZ]I !Ա@QA'.}^mg0jP=fnz/b1 >!;I" 1x'>Roo-Iq5%8i" 1Tڔ@^|:^Vo =]&tSJ uK9׃u1 6!`;-`E@b!G>+]h6zlG!Bl0 +[!1%u ^}u@=TR&z WOM F b՚R!-Yv5lf>5i嵎ЄfMzTudL))i ;H&Hs ZΫR-C/';q|Yŝ yր22yiC`FҎҴ;AO(B6.s"%!Y=n9l+jM6bunm~%4v LzÞONT\>w1 >!#E@c=J>) +HPTM̎B3mx_n@и 2d@;Jg97¹_\ uH1h*HU>=[,vw[]Uq};fZfhC=ׇSB AC9%c?>-r)0:W?C|\qB9Q&uen%_:ۯ=U;> ?~3.@LV`TzE@`̱oiEm;+o ;6uY7t 'or3}L/:w @r1q0Cw"F/sgd0eAX鰃/w\q+`$-~1`cSub`Xx?1sIq@[rvǑ2Jn (BZch)xQm@_p@)c8>;z¡s0CtizX +G?x. =,-ߞ + kC(-\?5c+_Mk3z;Or fNH>E@Pb=KAIIYdyML#K`e!E&bb fN E@b} f~U\yme3!0zn QHTk=l[nnv;\^[?z31+1!;L. 9YN +FƨT~cSμ1 [:{33ֆM}:k,`, _اzP$aR̠)¬&T&d<,V5v+NLm7v,2aıf2:ʤ2E@9j̪HCO+b}*7OE Jʑ>ߞ +}ܽBaO_XHdHSR EH uR$@ Ĩc9WeU!m@Iwh"&" CÊW:r߸n9rL3}HUI0CTb" *EHR":ݍ]*2ugWW.xcE`E(ss2(:F7s=k9h%[?rH76붞3߻I8X %(s +|a&~L}ȹUE0CTAT/ +̱WHCfUQKWI JEo$" K yYHQtfv[ Ǻ?{v9MzzX"V(О'pҲ"#0kilS٩3ְ&{inSv4S}GYaqK{n泊_ .p#Dfi2 !uj^#8ya3ѭe:fUX7}hpc3hW\(sJF#zm̍m`pIk4eRt`TR>+wY#Q48`,,yLeFJg/E&kz7۷ܳY)T&0hJC˓}ilNŠh~l3=–_'톟iB7`=3@'o՚qJʡF?e}*dpEsPT2[endstream endobj -3418 0 obj << +3434 0 obj << /Type /Page -/Contents 3419 0 R -/Resources 3417 0 R +/Contents 3435 0 R +/Resources 3433 0 R /MediaBox [0 0 595.276 841.89] -/Parent 3474 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 3450 0 R 3451 0 R 3452 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 3469 0 R 3470 0 R 3471 0 R 3472 0 R 3473 0 R ] +/Parent 3240 0 R +/Annots [ 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 3463 0 R 3464 0 R 3465 0 R 3466 0 R 3467 0 R 3468 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 ] >> endobj -3421 0 obj << +3437 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 754.651 539.579 763.674] /Subtype /Link /A << /S /GoTo /D (subsection.10.4.5) >> >> endobj -3422 0 obj << +3438 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 741.102 539.579 750.125] /Subtype /Link /A << /S /GoTo /D (subsection.10.4.6) >> >> endobj -3423 0 obj << +3439 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [526.677 727.553 539.579 736.575] /Subtype /Link /A << /S /GoTo /D (subsection.10.4.7) >> >> endobj -3424 0 obj << +3440 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 714.003 539.579 723.026] +/Rect [521.223 714.003 539.579 723.026] /Subtype /Link /A << /S /GoTo /D (subsection.10.4.8) >> >> endobj -3425 0 obj << +3441 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 700.454 539.579 709.477] +/Rect [521.223 700.454 539.579 709.477] /Subtype /Link /A << /S /GoTo /D (section.10.5) >> >> endobj -3426 0 obj << +3442 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 686.905 539.579 695.928] +/Rect [521.223 686.905 539.579 695.928] /Subtype /Link /A << /S /GoTo /D (subsection.10.5.1) >> >> endobj -3427 0 obj << +3443 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 673.356 539.579 682.379] +/Rect [521.223 673.356 539.579 682.379] /Subtype /Link /A << /S /GoTo /D (subsection.10.5.2) >> >> endobj -3428 0 obj << +3444 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 659.807 539.579 668.829] +/Rect [521.223 659.807 539.579 668.829] /Subtype /Link /A << /S /GoTo /D (subsection.10.5.3) >> >> endobj -3429 0 obj << +3445 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 646.257 539.579 655.28] +/Rect [521.223 646.257 539.579 655.28] /Subtype /Link /A << /S /GoTo /D (section.10.6) >> >> endobj -3430 0 obj << +3446 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 632.708 539.579 641.731] +/Rect [521.223 632.708 539.579 641.731] /Subtype /Link /A << /S /GoTo /D (subsection.10.6.1) >> >> endobj -3431 0 obj << +3447 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 619.159 539.579 628.182] +/Rect [521.223 619.159 539.579 628.182] /Subtype /Link /A << /S /GoTo /D (subsection.10.6.2) >> >> endobj -3432 0 obj << +3448 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 605.61 539.579 614.633] +/Rect [521.223 605.61 539.579 614.633] /Subtype /Link /A << /S /GoTo /D (section.10.7) >> >> endobj -3433 0 obj << +3449 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 592.061 539.579 601.083] +/Rect [521.223 592.061 539.579 601.083] /Subtype /Link /A << /S /GoTo /D (subsection.10.7.1) >> >> endobj -3434 0 obj << +3450 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 578.511 539.579 587.534] +/Rect [521.223 578.511 539.579 587.534] /Subtype /Link /A << /S /GoTo /D (subsection.10.7.2) >> >> endobj -3435 0 obj << +3451 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 564.962 539.579 573.985] +/Rect [521.223 564.962 539.579 573.985] /Subtype /Link /A << /S /GoTo /D (subsection.10.7.3) >> >> endobj -3436 0 obj << +3452 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 551.413 539.579 560.436] +/Rect [521.223 551.413 539.579 560.436] /Subtype /Link /A << /S /GoTo /D (subsubsection.10.7.3.1) >> >> endobj -3437 0 obj << +3453 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 537.864 539.579 546.887] +/Rect [521.223 537.864 539.579 546.887] /Subtype /Link /A << /S /GoTo /D (section.10.8) >> >> endobj -3438 0 obj << +3454 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 510.765 539.579 519.788] +/Rect [521.223 510.765 539.579 519.788] /Subtype /Link /A << /S /GoTo /D (subsection.10.8.1) >> >> endobj -3439 0 obj << +3455 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 497.216 539.579 506.239] +/Rect [521.223 497.216 539.579 506.239] /Subtype /Link /A << /S /GoTo /D (subsection.10.8.2) >> >> endobj -3440 0 obj << +3456 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 483.667 539.579 492.69] +/Rect [521.223 483.667 539.579 492.69] /Subtype /Link /A << /S /GoTo /D (subsection.10.8.3) >> >> endobj -3441 0 obj << +3457 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 470.118 539.579 479.141] +/Rect [521.223 470.118 539.579 479.141] /Subtype /Link /A << /S /GoTo /D (subsection.10.8.4) >> >> endobj -3442 0 obj << +3458 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [525.586 445.66 539.579 455.228] +/Rect [519.586 445.66 539.579 455.228] /Subtype /Link /A << /S /GoTo /D (chapter.11) >> >> endobj -3443 0 obj << +3459 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [526.677 432.11 539.579 441.133] +/Rect [521.223 432.11 539.579 441.133] /Subtype /Link /A << /S /GoTo /D (section.11.1) >> >> endobj -3444 0 obj << +3460 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 418.561 539.579 427.584] /Subtype /Link /A << /S /GoTo /D (subsection.11.1.1) >> >> endobj -3445 0 obj << +3461 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 405.012 539.579 414.035] /Subtype /Link /A << /S /GoTo /D (subsection.11.1.2) >> >> endobj -3446 0 obj << +3462 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 391.463 539.579 400.486] /Subtype /Link /A << /S /GoTo /D (section.11.2) >> >> endobj -3447 0 obj << +3463 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 377.914 539.579 386.936] /Subtype /Link /A << /S /GoTo /D (subsection.11.2.1) >> >> endobj -3448 0 obj << +3464 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 364.364 539.579 373.387] /Subtype /Link /A << /S /GoTo /D (subsubsection.11.2.1.1) >> >> endobj -3449 0 obj << +3465 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 350.815 539.579 359.838] /Subtype /Link /A << /S /GoTo /D (subsubsection.11.2.1.2) >> >> endobj -3450 0 obj << +3466 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 337.266 539.579 346.289] /Subtype /Link /A << /S /GoTo /D (subsection.11.2.2) >> >> endobj -3451 0 obj << +3467 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 323.717 539.579 332.74] /Subtype /Link /A << /S /GoTo /D (subsection.11.2.3) >> >> endobj -3452 0 obj << +3468 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 310.168 539.579 319.19] /Subtype /Link /A << /S /GoTo /D (section.11.3) >> >> endobj -3456 0 obj << +3472 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 296.618 539.579 305.641] /Subtype /Link /A << /S /GoTo /D (subsection.11.3.1) >> >> endobj -3457 0 obj << +3473 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 283.069 539.579 292.092] /Subtype /Link /A << /S /GoTo /D (subsection.11.3.2) >> >> endobj -3458 0 obj << +3474 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 269.52 539.579 278.543] /Subtype /Link /A << /S /GoTo /D (section.11.4) >> >> endobj -3459 0 obj << +3475 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 255.971 539.579 264.994] /Subtype /Link /A << /S /GoTo /D (subsection.11.4.1) >> >> endobj -3460 0 obj << +3476 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 242.422 539.579 251.444] /Subtype /Link /A << /S /GoTo /D (subsection.11.4.2) >> >> endobj -3461 0 obj << +3477 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 228.872 539.579 237.895] /Subtype /Link /A << /S /GoTo /D (subsection.11.4.3) >> >> endobj -3462 0 obj << +3478 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 215.323 539.579 224.346] /Subtype /Link /A << /S /GoTo /D (subsection.11.4.4) >> >> endobj -3463 0 obj << +3479 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 201.774 539.579 210.797] /Subtype /Link /A << /S /GoTo /D (subsubsection.11.4.4.1) >> >> endobj -3464 0 obj << +3480 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 188.225 539.579 197.248] /Subtype /Link /A << /S /GoTo /D (subsubsection.11.4.4.2) >> >> endobj -3465 0 obj << +3481 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 174.676 539.579 183.698] /Subtype /Link /A << /S /GoTo /D (subsubsection.11.4.4.3) >> >> endobj -3466 0 obj << +3482 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 161.126 539.579 170.149] /Subtype /Link /A << /S /GoTo /D (subsubsection.11.4.4.4) >> >> endobj -3467 0 obj << +3483 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 147.577 539.579 156.6] /Subtype /Link /A << /S /GoTo /D (subsubsection.11.4.4.5) >> >> endobj -3468 0 obj << +3484 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 134.028 539.579 143.051] /Subtype /Link /A << /S /GoTo /D (subsubsection.11.4.4.6) >> >> endobj -3469 0 obj << +3485 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 120.479 539.579 129.502] /Subtype /Link /A << /S /GoTo /D (subsubsection.11.4.4.7) >> >> endobj -3470 0 obj << +3486 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 106.93 539.579 115.952] /Subtype /Link /A << /S /GoTo /D (subsubsection.11.4.4.8) >> >> endobj -3471 0 obj << +3487 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 93.38 539.579 102.403] /Subtype /Link /A << /S /GoTo /D (subsubsection.11.4.4.9) >> >> endobj -3472 0 obj << +3488 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 79.831 539.579 88.854] /Subtype /Link /A << /S /GoTo /D (subsubsection.11.4.4.10) >> >> endobj -3473 0 obj << +3489 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 66.282 539.579 75.305] /Subtype /Link /A << /S /GoTo /D (subsection.11.4.5) >> >> endobj -3420 0 obj << -/D [3418 0 R /XYZ 85.039 786.531 null] +3436 0 obj << +/D [3434 0 R /XYZ 85.039 786.531 null] >> endobj -3417 0 obj << -/Font << /F56 3312 0 R /F15 3032 0 R /F20 3021 0 R /F59 3455 0 R >> +3433 0 obj << +/Font << /F56 3330 0 R /F15 3056 0 R /F20 3045 0 R /F58 3471 0 R >> /ProcSet [ /PDF /Text ] >> endobj -3477 0 obj << -/Length 2336 +3492 0 obj << +/Length 3468 /Filter /FlateDecode >> stream -x\nF}W}clF:I+ h$$U@?;e]";-;%Eٙ9sv?ҖX -Fqkՙ1-6w=_֫s᷉^ؾ&W?tҡ)bwr.w.k\\m{. sgf~+jͳvYDOϕLĚg&p;!nefqT$as[u*mEEtj σm~=3_j{jٰ7~j,ywϗoȅB- /pud8 `hcI9ЇQ:2|-Q؍q>I3hkGS; \곈NMg`8h|n*ph3Ka V:MG3=퉶!D3Fұ x&]u$skun?8sB]Ob.|J!9`sTq,n@Jʑs(#tAY{z;K~1dv"$_!?.@Yvt=v'\H@<0,yPmNԑ\J<'R$f1t fXdR6j7,LcVLV]A3t+6`'s3>mP-EΦ|\oLKT_oq7?%Aaę#U&B7Sg?{y%0{x |Vr>FBRеz1Op -9 QQ|;VNrkNtSDjp~xH1 gIf =#E녁-js%gMX -M ;_`<A0Nߑ?tr9nv`Dx5RI`P4 -+*KZ衡d d) +덌ϒɂ&>>QY2>q04!]8+[t9%t&ܕx +0͔}r|o-mo X>x%o'a-H OTzXql>B 01ib o^/Tq1c.{e(-D t -Gaz?l.˅,³t%I4}a ]7R*aj8Xo\ZIvFQ#V#ϓT?k,~*#wVeܢ&mb}~?R.9Gd4IhOK.@wJMҸN;LXR#V^bz(_A^4nl9s>a34!pwWD(v:FX=綄!k8b:ckv(t` Da|rK fk}T'c 9`LQb!.2%0XPߕaQg{!QNW~sU{0:Y \,*=fl0dҼA-VQ-HZV]YF -!h1A,N9zdvӈOK1HzC]ɥisƒ+B:3zk!ыUμN kle' S ).p!F cQ &CӻBY\_=;ɩ/ U,8:endstream +xs8篘o7Sˏ6jo$Npyِ<KdvkZ-x(լ(s).م6gSs=: gʪɹN!^峓?ՂN~{z.ƔwϿٙh¯{U93jc"Ψ~wOw-iD< c2:+8G9+}`qqs]SbO)Ou_ɋ8gê*6v;L8!ȒL#ƶݽ-ţ&PMBTFP&cXտ3đ߼P$ocT^ =nRxq6vxSvȯ.kUG9*u'N:/Jf#`v +2br~Lt@,Rd q۰ QN`7^om/쫵[_HʿlwZ*&!RD +L"4nL&N͙zA;YL A^>95+#&i5қOs<34+s'd"yLČY|}Wb45<4{UHs5VIEԡ&P3Z \-FjtbG\/*?l\稦Ɏ]N]_m[m6<|M:[/Db0)#^/υ۱3}۾3]^S[G-5Q \j˅VJ?he",&:APѺN}6!1IGXji/N*[Ʀ֋6и @|[GGyUXG!QdSpO+3c%~6a <0M; ᄕal~~؜W2PJ$lr_tTy+W3gCRg|L,&P_?]cT^ Q&t!Ŏn.ή*OצO?ʁYaS YڍI +()zcTb[thuq`Ą; 2 */e~'*mPs;57i3 t/=Ȟ+^ |ObK*j+0* U:Ĥ@ 0~XQ9PdeTyx,=jJ֋lCC,Jw/v,&ϒWfx1EBR,C%El[g[dueGjqTvKqCޭRN` XY N@@UĜMV;ȁ:"=s<9pG*Tխ<ߐDvX,e qvbǮ%_Ɏ؉<:e ,d͔zYr(ख़+Fr$צI̩ +t#wbZQoH3֒3$nWKimw˦%˸ p UT9X\TZYi~ökNP 7Ҭifu+@._Z_=x{Ԧn5{[#p;VI76M^ !/M=9hv_W7S7۾YϢ˩ukU,cTbG`Xtu G@(w$.:wzTn<92YL^njUI]t6A(mZJb-47JЋCCMB-AZU~ épw۵[g}3.kDX,6ф8tP^bĹgnA$wCaF{Uq];]~Y I*g'` P Z`Men9նzzȄMvV/ɐXUcyQmKu/@HE&xuu.'fnjUC6z>4r`XHA|?J*j/-7@ )vJY>_F=zW\ŅOvGMw@rwڻMD,G8ф8BPCX\"$Be}%ahm͐֋lClMBhMxæ(a}i(ި~vJ][kl +֋`CDb;,UK-󦆝TlYQ3/~pbr=9zWt}!/QCi:PP; U-m#PumΫTe`Lo2A"v$ +x0% _n!3rvR~218b3f0cZ.0P˩QϞߘj2uRӑ~)&Ƹ¨̇PfP3?k9sXG7L4!NTP%젶sQ/ e΋{X"Vszfm +|M{XwF*b/ - 7@ )v9 `}ז]Yn NyܫY9NDbK@ :hӫ9.Tj^ G7L4)vh]Y\i#/_ˤbqܐb*P O{rl = ++d;, VNs7݂KOW9W  +.Yi91L\+pҬB8nǖ#JčKŝ(dɣ.iTR{mVgD聾!EEc)TImb5a"O/Z6s?+QF'%_zP2:,+S;oqS'-+9rendstream endobj -3476 0 obj << +3491 0 obj << /Type /Page -/Contents 3477 0 R -/Resources 3475 0 R +/Contents 3492 0 R +/Resources 3490 0 R /MediaBox [0 0 595.276 841.89] -/Parent 3474 0 R -/Annots [ 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 3517 0 R 3518 0 R 3519 0 R 3520 0 R 3521 0 R 3522 0 R 3523 0 R 3524 0 R 3525 0 R 3526 0 R 3527 0 R ] +/Parent 3543 0 R +/Annots [ 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 3517 0 R 3518 0 R 3519 0 R 3520 0 R 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 ] >> endobj -3479 0 obj << +3494 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 754.651 539.579 763.674] /Subtype /Link /A << /S /GoTo /D (subsubsection.11.4.5.1) >> >> endobj -3480 0 obj << +3495 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 741.102 539.579 750.125] /Subtype /Link /A << /S /GoTo /D (subsubsection.11.4.5.2) >> >> endobj -3481 0 obj << +3496 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 727.553 539.579 736.575] /Subtype /Link /A << /S /GoTo /D (subsubsection.11.4.5.3) >> >> endobj -3482 0 obj << +3497 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 714.003 539.579 723.026] /Subtype /Link /A << /S /GoTo /D (subsubsection.11.4.5.4) >> >> endobj -3483 0 obj << +3498 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 700.454 539.579 709.477] /Subtype /Link /A << /S /GoTo /D (subsection.11.4.6) >> >> endobj -3484 0 obj << +3499 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 686.905 539.579 695.928] /Subtype /Link /A << /S /GoTo /D (section.11.5) >> >> endobj -3485 0 obj << +3500 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 673.356 539.579 682.379] /Subtype /Link /A << /S /GoTo /D (subsection.11.5.1) >> >> endobj -3486 0 obj << +3501 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 659.807 539.579 668.829] /Subtype /Link /A << /S /GoTo /D (subsection.11.5.2) >> >> endobj -3487 0 obj << +3502 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 646.257 539.579 655.28] /Subtype /Link /A << /S /GoTo /D (subsection.11.5.3) >> >> endobj -3488 0 obj << +3503 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [519.586 621.799 539.579 631.367] /Subtype /Link /A << /S /GoTo /D (chapter.12) >> >> endobj -3489 0 obj << +3504 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 608.25 539.579 617.273] /Subtype /Link /A << /S /GoTo /D (section.12.1) >> >> endobj -3490 0 obj << +3505 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 594.701 539.579 603.724] /Subtype /Link /A << /S /GoTo /D (section.12.2) >> >> endobj -3491 0 obj << +3506 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 581.151 539.579 590.174] /Subtype /Link /A << /S /GoTo /D (subsection.12.2.1) >> >> endobj -3492 0 obj << +3507 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 567.602 539.579 576.625] /Subtype /Link /A << /S /GoTo /D (subsection.12.2.2) >> >> endobj -3493 0 obj << +3508 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 554.053 539.579 563.076] /Subtype /Link /A << /S /GoTo /D (section.12.3) >> >> endobj -3494 0 obj << +3509 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 540.504 539.579 549.527] /Subtype /Link /A << /S /GoTo /D (subsection.12.3.1) >> >> endobj -3495 0 obj << +3510 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 526.955 539.579 535.978] /Subtype /Link /A << /S /GoTo /D (subsection.12.3.2) >> >> endobj -3496 0 obj << +3511 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 513.406 539.579 522.428] /Subtype /Link /A << /S /GoTo /D (section.12.4) >> >> endobj -3497 0 obj << +3512 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 499.856 539.579 508.879] /Subtype /Link /A << /S /GoTo /D (subsection.12.4.1) >> >> endobj -3498 0 obj << +3513 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 486.307 539.579 495.33] /Subtype /Link /A << /S /GoTo /D (subsection.12.4.2) >> >> endobj -3499 0 obj << +3514 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 472.758 539.579 481.781] /Subtype /Link /A << /S /GoTo /D (subsection.12.4.3) >> >> endobj -3500 0 obj << +3515 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [519.586 448.3 539.579 457.868] /Subtype /Link /A << /S /GoTo /D (chapter.13) >> >> endobj -3501 0 obj << +3516 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 434.75 539.579 443.773] /Subtype /Link /A << /S /GoTo /D (section.13.1) >> >> endobj -3502 0 obj << +3517 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 421.201 539.579 430.224] /Subtype /Link /A << /S /GoTo /D (section.13.2) >> >> endobj -3503 0 obj << +3518 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 407.652 539.579 416.675] /Subtype /Link /A << /S /GoTo /D (subsection.13.2.1) >> >> endobj -3504 0 obj << +3519 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 394.103 539.579 403.126] /Subtype /Link /A << /S /GoTo /D (subsection.13.2.2) >> >> endobj -3505 0 obj << +3520 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 380.554 539.579 389.576] /Subtype /Link /A << /S /GoTo /D (subsection.13.2.3) >> >> endobj -3506 0 obj << +3521 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 367.004 539.579 376.027] /Subtype /Link /A << /S /GoTo /D (section.13.3) >> >> endobj -3507 0 obj << +3522 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 353.455 539.579 362.478] /Subtype /Link /A << /S /GoTo /D (subsection.13.3.1) >> >> endobj -3508 0 obj << +3523 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 339.906 539.579 348.929] /Subtype /Link /A << /S /GoTo /D (subsection.13.3.2) >> >> endobj -3509 0 obj << +3524 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 326.357 539.579 335.38] /Subtype /Link /A << /S /GoTo /D (subsection.13.3.3) >> >> endobj -3510 0 obj << +3525 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 312.808 539.579 321.83] /Subtype /Link /A << /S /GoTo /D (section.13.4) >> >> endobj -3511 0 obj << +3526 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 299.258 539.579 308.281] /Subtype /Link /A << /S /GoTo /D (subsection.13.4.1) >> >> endobj -3512 0 obj << +3527 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 285.709 539.579 294.732] /Subtype /Link /A << /S /GoTo /D (subsubsection.13.4.1.1) >> >> endobj -3513 0 obj << +3528 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 272.16 539.579 281.183] /Subtype /Link /A << /S /GoTo /D (subsubsection.13.4.1.2) >> >> endobj -3514 0 obj << +3529 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 258.611 539.579 267.634] /Subtype /Link /A << /S /GoTo /D (section.13.5) >> >> endobj -3515 0 obj << +3530 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 245.062 539.579 254.084] /Subtype /Link /A << /S /GoTo /D (subsection.13.5.1) >> >> endobj -3516 0 obj << +3531 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 231.512 539.579 240.535] /Subtype /Link /A << /S /GoTo /D (subsection.13.5.2) >> >> endobj -3517 0 obj << +3532 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 217.963 539.579 226.986] /Subtype /Link /A << /S /GoTo /D (subsection.13.5.3) >> >> endobj -3518 0 obj << +3533 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 204.414 539.579 213.437] /Subtype /Link /A << /S /GoTo /D (subsection.13.5.4) >> >> endobj -3519 0 obj << +3534 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 190.865 539.579 199.888] /Subtype /Link /A << /S /GoTo /D (subsubsection.13.5.4.1) >> >> endobj -3520 0 obj << +3535 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 177.316 539.579 186.338] /Subtype /Link /A << /S /GoTo /D (subsubsection.13.5.4.2) >> >> endobj -3521 0 obj << +3536 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 163.766 539.579 172.789] /Subtype /Link /A << /S /GoTo /D (subsection.13.5.5) >> >> endobj -3522 0 obj << +3537 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 150.217 539.579 159.24] /Subtype /Link /A << /S /GoTo /D (subsection.13.5.6) >> >> endobj -3523 0 obj << +3538 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 136.668 539.579 145.691] /Subtype /Link /A << /S /GoTo /D (subsection.13.5.7) >> >> endobj -3524 0 obj << +3539 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 123.119 539.579 132.142] /Subtype /Link /A << /S /GoTo /D (section.13.6) >> >> endobj -3525 0 obj << +3540 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 109.57 539.579 118.593] /Subtype /Link /A << /S /GoTo /D (subsection.13.6.1) >> >> endobj -3526 0 obj << +3541 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 96.02 539.579 105.043] /Subtype /Link /A << /S /GoTo /D (subsection.13.6.2) >> >> endobj -3527 0 obj << +3542 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 82.471 539.579 91.494] /Subtype /Link /A << /S /GoTo /D (subsection.13.6.3) >> >> endobj -3478 0 obj << -/D [3476 0 R /XYZ 85.039 786.531 null] +3493 0 obj << +/D [3491 0 R /XYZ 85.039 786.531 null] >> endobj -3475 0 obj << -/Font << /F56 3312 0 R /F15 3032 0 R /F58 3380 0 R /F20 3021 0 R /F59 3455 0 R >> +3490 0 obj << +/Font << /F56 3330 0 R /F15 3056 0 R /F20 3045 0 R /F58 3471 0 R >> /ProcSet [ /PDF /Text ] >> endobj -3530 0 obj << -/Length 2222 +3546 0 obj << +/Length 3475 /Filter /FlateDecode >> stream -x[sFgv޼|/oRc=7x1€n }7VFJG 9yƒZ+@P@H(NL='v`W -oV@9*Yerqn HTaރeƆ4q~rO59,ՒU0#EB2c5D8{H0t#r&KhQZ"O計vT:Yz 5ם߲b YZhUhT: v<~y;SM$?UrUHlFThuT!hl$EMLW_*TyhA]Qo#$CxZBX3Yx-<)GQ[H}fЄc\C|nr(h仁w9YWYȍE7ئu(A;"f\噤r%S71,%h P=%A r癈|08qnz?$z}jKTpJWjmZ^:` w+:J_ej?hк]v\)ߦsA2Z7HQ ^OמsR۞zTW&&͋?oBmjێR!o26Uac'Q=Y)Ed -G¶>mfJBL G".بgTBJDU >U}/uӭt!{(Rӏ@C1oό 5.-zKlZ Pq\.ѝ'2n!Npa HXOf E՜:Yg j&|=joW'،7a>cO<52fLyiQ̪>x?>'mg*'4!x>eQpD/D&~Vq^O$X{#~O,v}zi -YkrݼU;$vP l1> F?s\uJ>V+ äVfaUqvJDzvLe6jyw5?RI81ceSZJlJ!jYv"E'CTkQ5x}#-iG+ (~7biJ2V l]OjUFhx'Yy@lVH ^qz$M !;)d$fG-~);7Yaendstream +xKsF<쁬ZN0pڲ%{%k#$%)Q Rvw=[R )nAQ%Hꑪ$fWB +WLir 9zt6ܧ.|pu=)f^֓8xvnߊ\AAX]>u=:<8;oԾ_"MYAd_*\_Z{~)\c~)d2yb2eR{b0:+ZgZ}Ů[D]XQb7?&6qwiuO5vUsi)IT$&yg+^B3?RɒkWN*nPJv=3Mmߙr.){0ۡŐI!7 L1-%5)iӯ0)ǯntЩƫhmlL<3= f6)BwԶyތf}{a܉ eESF% oئL5N:^@s'3{ \.MxjUwC)jgYf#h-ﱁܴA/-G_˲,ηWDo[sӺF?~ D,s˱y{LE& >ycذs.[XIhΆѴ} 3pYV>=dCHEHM@HbIQu$gʌ⌝\__weۼk,6#dGwlQ{$7?%˂움\Rbv 5 YVr9dB6u0BoBS2FTKVӣc`i8n +Cؚ<T3xd((`N``eA؝+(kSY;XV >~fLWAS ʩ}ʘ@DCO'BQ֯x24x1K_3n׭_mڙbk Jũ j0q3~f2bugM@a=3Q3RìCk6aă߷f95=qlۥrۥxck%ix!n2q ybv&ii^´,V:TQ>d0bH4ȆA$ 0>( H'mIv#.n;;òib9;J=!SK7)=(kE=&ufn7q(B9u6BoBS(+BϢ^,BʇL4,Bh Cv)!oa>DOvܝ د&qݮa^ b3_/fۇ27}^Y\CF1lch& l1a (YF~ ɭf߭70dt 6r_=.sR};48i((O~bOו6 !_Evg#m>~fڳ&-}MM$x D, [@Tvw H@WH6t.ְݢrיƮLGQoQ64 )$& )(4d%.ɮ@`׭|֊@{C94D"))E!7 Lq8"zCOa^IߤcVaGU~;{#ICG1| +!7!)9'2Zo+5&Ǚ%X-"DZկ 4[ KN~>Le!,bԱ*[w(8e3Hї+:Z,-̏O؄v_Ś0_yU}\z"CN5OM>L!qP!*N +DOIm~xCF1oeo/8U>wkJ{r}éPSmߪqҏbʖF1)RHRQo.lfc94F#)*$F& 1)1O3>B} bH雀8 "eM*Y)3w.%CڭBPk+!SA R]6zp*n׽]7"b bLq@L%a4A?]|ռp|0vϾ_]6LgUv4۲K_e&¯0!SOlh#TSFUszM?_]5A?5|w-퉖]_7.[b첡Vyy4חѪ&cBe1mt`LmrA}*8DJIIT!h ;m[ +:dP (BJ H(`C( ;h'M˟]˳,䜻7禯1=(j~o)CRb*{na eLGQ=dKPSn4?l|[-gq$gXkb oLqf4</4;&EU=,:8oSP도% [cki,]2vcD?4~C }b?z׊:RD֠ybɹ098k,&aR1a $SW}yܘV+F"+MP;k*p SAAcZ=hY&?:m*O˞31MA +yJS* ˞~M=hܪ z&fs5陷[tH eQ&˭|S?KarCGwZw_!+RWٜ^(>bp%1E{O endstream endobj -3529 0 obj << +3545 0 obj << /Type /Page -/Contents 3530 0 R -/Resources 3528 0 R +/Contents 3546 0 R +/Resources 3544 0 R /MediaBox [0 0 595.276 841.89] -/Parent 3474 0 R -/Annots [ 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 3575 0 R 3576 0 R 3577 0 R 3578 0 R 3579 0 R 3580 0 R 3581 0 R 3582 0 R ] +/Parent 3543 0 R +/Annots [ 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 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 ] >> endobj -3532 0 obj << +3548 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [519.586 754.651 539.579 764.219] /Subtype /Link /A << /S /GoTo /D (chapter.14) >> >> endobj -3533 0 obj << +3549 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 741.102 539.579 750.125] /Subtype /Link /A << /S /GoTo /D (section.14.1) >> >> endobj -3534 0 obj << +3550 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 727.553 539.579 736.575] /Subtype /Link /A << /S /GoTo /D (section.14.2) >> >> endobj -3535 0 obj << +3551 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 714.003 539.579 723.026] /Subtype /Link /A << /S /GoTo /D (subsection.14.2.1) >> >> endobj -3536 0 obj << +3552 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 700.454 539.579 709.477] /Subtype /Link /A << /S /GoTo /D (subsubsection.14.2.1.1) >> >> endobj -3537 0 obj << +3553 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 686.905 539.579 695.928] /Subtype /Link /A << /S /GoTo /D (subsubsection.14.2.1.2) >> >> endobj -3538 0 obj << +3554 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 673.356 539.579 682.379] /Subtype /Link /A << /S /GoTo /D (subsubsection.14.2.1.3) >> >> endobj -3539 0 obj << +3555 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 659.807 539.579 668.829] /Subtype /Link /A << /S /GoTo /D (subsubsection.14.2.1.4) >> >> endobj -3540 0 obj << +3556 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 646.257 539.579 655.28] /Subtype /Link /A << /S /GoTo /D (subsubsection.14.2.1.5) >> >> endobj -3541 0 obj << +3557 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 632.708 539.579 641.731] /Subtype /Link /A << /S /GoTo /D (subsubsection.14.2.1.6) >> >> endobj -3542 0 obj << +3558 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 619.159 539.579 628.182] /Subtype /Link /A << /S /GoTo /D (subsubsection.14.2.1.7) >> >> endobj -3543 0 obj << +3559 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 605.61 539.579 614.633] /Subtype /Link /A << /S /GoTo /D (subsubsection.14.2.1.8) >> >> endobj -3544 0 obj << +3560 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 592.061 539.579 601.083] /Subtype /Link /A << /S /GoTo /D (subsubsection.14.2.1.9) >> >> endobj -3545 0 obj << +3561 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 578.511 539.579 587.534] /Subtype /Link /A << /S /GoTo /D (section.14.3) >> >> endobj -3546 0 obj << +3562 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 564.962 539.579 573.985] /Subtype /Link /A << /S /GoTo /D (subsection.14.3.1) >> >> endobj -3547 0 obj << +3563 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 551.413 539.579 560.436] /Subtype /Link /A << /S /GoTo /D (subsubsection.14.3.1.1) >> >> endobj -3548 0 obj << +3564 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 537.864 539.579 546.887] /Subtype /Link /A << /S /GoTo /D (subsubsection.14.3.1.2) >> >> endobj -3549 0 obj << +3565 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 524.315 539.579 533.337] /Subtype /Link /A << /S /GoTo /D (section.14.4) >> >> endobj -3550 0 obj << +3566 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 510.765 539.579 519.788] /Subtype /Link /A << /S /GoTo /D (subsection.14.4.1) >> >> endobj -3551 0 obj << +3567 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 497.216 539.579 506.239] /Subtype /Link /A << /S /GoTo /D (subsection.14.4.2) >> >> endobj -3552 0 obj << +3568 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 483.667 539.579 492.69] /Subtype /Link /A << /S /GoTo /D (section.14.5) >> >> endobj -3553 0 obj << +3569 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 470.118 539.579 479.141] /Subtype /Link /A << /S /GoTo /D (section.14.6) >> >> endobj -3554 0 obj << +3570 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 456.569 539.579 465.591] /Subtype /Link /A << /S /GoTo /D (subsection.14.6.1) >> >> endobj -3555 0 obj << +3571 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 443.019 539.579 452.042] /Subtype /Link /A << /S /GoTo /D (subsection.14.6.2) >> >> endobj -3556 0 obj << +3572 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 429.47 539.579 438.493] /Subtype /Link /A << /S /GoTo /D (subsection.14.6.3) >> >> endobj -3557 0 obj << +3573 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 415.921 539.579 424.944] /Subtype /Link /A << /S /GoTo /D (section.14.7) >> >> endobj -3558 0 obj << +3574 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [519.586 391.463 539.579 401.031] /Subtype /Link /A << /S /GoTo /D (chapter.15) >> >> endobj -3559 0 obj << +3575 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 377.914 539.579 386.936] /Subtype /Link /A << /S /GoTo /D (section.15.1) >> >> endobj -3560 0 obj << +3576 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 364.364 539.579 373.387] /Subtype /Link /A << /S /GoTo /D (section.15.2) >> >> endobj -3561 0 obj << +3577 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 350.815 539.579 359.838] /Subtype /Link /A << /S /GoTo /D (section.15.3) >> >> endobj -3562 0 obj << +3578 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 337.266 539.579 346.289] /Subtype /Link /A << /S /GoTo /D (subsection.15.3.1) >> >> endobj -3563 0 obj << +3579 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 323.717 539.579 332.74] /Subtype /Link /A << /S /GoTo /D (subsection.15.3.2) >> >> endobj -3564 0 obj << +3580 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 310.168 539.579 319.19] /Subtype /Link /A << /S /GoTo /D (subsection.15.3.3) >> >> endobj -3565 0 obj << +3581 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 296.618 539.579 305.641] /Subtype /Link /A << /S /GoTo /D (subsection.15.3.4) >> >> endobj -3566 0 obj << +3582 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 283.069 539.579 292.092] /Subtype /Link /A << /S /GoTo /D (subsection.15.3.5) >> >> endobj -3567 0 obj << +3583 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 269.52 539.579 278.543] /Subtype /Link /A << /S /GoTo /D (subsection.15.3.6) >> >> endobj -3568 0 obj << +3584 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 255.971 539.579 264.994] /Subtype /Link /A << /S /GoTo /D (section.15.4) >> >> endobj -3569 0 obj << +3585 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 242.422 539.579 251.444] /Subtype /Link /A << /S /GoTo /D (section.15.5) >> >> endobj -3570 0 obj << +3586 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 228.872 539.579 237.895] /Subtype /Link /A << /S /GoTo /D (subsection.15.5.1) >> >> endobj -3571 0 obj << +3587 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 215.323 539.579 224.346] /Subtype /Link /A << /S /GoTo /D (subsection.15.5.2) >> >> endobj -3572 0 obj << +3588 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [519.586 190.865 539.579 200.433] /Subtype /Link /A << /S /GoTo /D (chapter.16) >> >> endobj -3573 0 obj << +3589 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 177.316 539.579 186.338] /Subtype /Link /A << /S /GoTo /D (section.16.1) >> >> endobj -3574 0 obj << +3590 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 163.766 539.579 172.789] /Subtype /Link /A << /S /GoTo /D (section.16.2) >> >> endobj -3575 0 obj << +3591 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 150.217 539.579 159.24] /Subtype /Link /A << /S /GoTo /D (section.16.3) >> >> endobj -3576 0 obj << +3592 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 136.668 539.579 145.691] /Subtype /Link /A << /S /GoTo /D (subsection.16.3.1) >> >> endobj -3577 0 obj << +3593 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 123.119 539.579 132.142] /Subtype /Link /A << /S /GoTo /D (subsection.16.3.2) >> >> endobj -3578 0 obj << +3594 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 109.57 539.579 118.593] /Subtype /Link /A << /S /GoTo /D (subsection.16.3.3) >> >> endobj -3579 0 obj << +3595 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 96.02 539.579 105.043] /Subtype /Link /A << /S /GoTo /D (section.16.4) >> >> endobj -3580 0 obj << +3596 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 82.471 539.579 91.494] /Subtype /Link /A << /S /GoTo /D (subsection.16.4.1) >> >> endobj -3581 0 obj << +3597 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 68.922 539.579 77.945] /Subtype /Link /A << /S /GoTo /D (subsection.16.4.2) >> >> endobj -3582 0 obj << +3598 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 55.373 539.579 64.396] /Subtype /Link /A << /S /GoTo /D (section.16.5) >> >> endobj -3531 0 obj << -/D [3529 0 R /XYZ 85.039 786.531 null] +3547 0 obj << +/D [3545 0 R /XYZ 85.039 786.531 null] >> endobj -3528 0 obj << -/Font << /F56 3312 0 R /F20 3021 0 R /F15 3032 0 R >> +3544 0 obj << +/Font << /F56 3330 0 R /F20 3045 0 R /F15 3056 0 R >> /ProcSet [ /PDF /Text ] >> endobj -3585 0 obj << -/Length 2401 +3601 0 obj << +/Length 3665 /Filter /FlateDecode >> stream -x\Ys~ׯPR 7\Oe<#'sy POo ɃFKMՀp>|giܮ݀f]?lpqc~]Ug8]b;C^u~>^ulխ8jtmgiVͬ}r>.w8C;Yн2֝t6%XN:]1ҕW5{L>ߓ=x˕">h G<r#2}q.t̡|+g}y6n NaB޽)gz<#1pGSb ܄KRTvx]rޒt&@JvQ+]&(xB8ϊl:2Rq|G8,X8{ ZFWe>Bg[i2h pujJB MBCN\J.#̨RҬEIʣ ak G"*0ˣ(oʾ扫Y[OX#&'&c@ZHl4n !5|UNֲ{pi$Te9;-Em1;WKz$L-SU z<;9E:mtmkDzĪd_P,; * i@0 -g!tP;%95881X`}ഗ]R":mX!cBs 5+]yR,/#=OZ ,e5D =n/t?ce.bX'/ʊ.nrQKXDEٜ*|TsyJ3[n -MNsQSFD8~/NǢo;~hjz Aґqr36j3  - -V/0c/]בD'LJ)w'4çhmC6N 6_K\n-;+MάZu^wXK[o@$.NL `$IQFŤ(s),6'Jl1_Go< LL.? qO.o팔Ӷ6?wߞ<7DcJm{]6YJ=N~b9a"Ψ}}rq//7611pρsٜ0&i3F>ٜR:}6Ӧ5^^d*ȳL`BDeޭ;9!`\Ṁ71)j5[*iO}@E 6)At6"Xfn\eqMw\J6mnm4Ό[U+]Y糒 kypkC3xlwx_pF ˉڈ¼ V&lVA^L+&/Vf}hͯg[T im>j7_9w׵p.|wu\2/gBɌiP2 aI$N}6~ asĥ;c>v,iSUݵ\k}Uu\?fkB?q6۩C3SǼDqHs\%,; +kq"Q*yETH( y#񃋸Ņt "߽|o|oFjYEsy1;\c\*|xs"cT3#ZB{5k^7m/nonTf?M#~@ jܽQHZ3sgazO2Eɝim:Cf@꡾چά._ԭU ^q,k1phm 0vr\xHRL/mV\Ww+عz# l1ph {ݙv!7Y>ԾnkC3wlu,;*ZO5Oۍa29==2 ,wݽ.?Ł7Q>Q7=go=:8q[mj3j]ol!xH|c|4MyP"Y83u3O0(j_.}XС:H֏T@C=蜠hnA[ga1zӯIsG!O7Yh - {dL "";ݷMJ1{LsЇ Ï%DcÊdA@($5@ԡt^w7/𬶋Sc)=ZX>HxTC]AId]A@ܓIu4j*:l(,ߝi1.Xu%:&9eܑI{YrVܮ猯n]D~ջ)da.K<4G'Y;@SQ&D N|SWvkZ6 u } +,GQ;D5K#- P!쑗q3K{WG4|:\#,dp{,G/;\9S|EZ1 0۵asX r c!fȖľ +DHH @,m.R8lW>7]sh_qO&fVJcQfȢ' *(!'hiI^lrGFnpEO.>/Je+=3>) gW-$ݞ|. ճ8bV6Ch*H`,P +LKpzܗ1'Zwt`[gD9os:wPGP(v>jc 8YJP!J($wvxRp'x ^>d2cqf +nHǝ3T4vpǎnyeh%˺e}gűw;4pGV'8YYP 9 +F@.SxW6@:#{"?AymxPGAlw}Qd+T+m|6> u@ /;{#7'1ii{=OTY_Z`, YW + ac2Pۢ- +ʭy".&&-7//<nPun͕W73K: tٗj, W + vPE2\>SSSF5{Y5W6աUYI\{_Sg0 +~5HءUudrk +u_~4$Ձ.)by@wr4Hj +~K-她?H B=bhdٳ/? _}&D=k:/ ˪jO>.{Z2ѲʚAd~,U AP~Y餪 (aGAֵ^ HI?+z}lZFh. +T)C@V72~deGPD[_Io!2_4?2TPendstream endobj -3584 0 obj << +3600 0 obj << /Type /Page -/Contents 3585 0 R -/Resources 3583 0 R +/Contents 3601 0 R +/Resources 3599 0 R /MediaBox [0 0 595.276 841.89] -/Parent 3474 0 R -/Annots [ 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 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 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 3637 0 R ] +/Parent 3543 0 R +/Annots [ 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 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 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 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 ] >> endobj -3587 0 obj << +3603 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 754.651 539.579 763.674] /Subtype /Link /A << /S /GoTo /D (section.16.6) >> >> endobj -3588 0 obj << +3604 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [521.223 741.102 539.579 750.125] +/Subtype /Link +/A << /S /GoTo /D (subsection.16.6.1) >> +>> endobj +3605 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [519.586 730.193 539.579 739.761] +/Rect [519.586 716.643 539.579 726.212] /Subtype /Link /A << /S /GoTo /D (chapter.17) >> >> endobj -3589 0 obj << +3606 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 716.643 539.579 725.666] +/Rect [521.223 703.094 539.579 712.117] /Subtype /Link /A << /S /GoTo /D (section.17.1) >> >> endobj -3590 0 obj << +3607 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 703.094 539.579 712.117] +/Rect [521.223 689.545 539.579 698.568] /Subtype /Link /A << /S /GoTo /D (section.17.2) >> >> endobj -3591 0 obj << +3608 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 689.545 539.579 698.568] +/Rect [521.223 675.996 539.579 685.019] /Subtype /Link /A << /S /GoTo /D (subsection.17.2.1) >> >> endobj -3592 0 obj << +3609 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [519.586 665.087 539.579 674.655] +/Rect [519.586 651.538 539.579 661.106] /Subtype /Link /A << /S /GoTo /D (chapter.18) >> >> endobj -3593 0 obj << +3610 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 651.538 539.579 660.56] +/Rect [521.223 637.988 539.579 647.011] /Subtype /Link /A << /S /GoTo /D (section.18.1) >> >> endobj -3594 0 obj << +3611 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 637.988 539.579 647.011] +/Rect [521.223 624.439 539.579 633.462] /Subtype /Link /A << /S /GoTo /D (section.18.2) >> >> endobj -3595 0 obj << +3612 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 624.439 539.579 633.462] +/Rect [521.223 610.89 539.579 619.913] /Subtype /Link /A << /S /GoTo /D (subsection.18.2.1) >> >> endobj -3596 0 obj << +3613 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 610.89 539.579 619.913] +/Rect [521.223 597.341 539.579 606.364] /Subtype /Link /A << /S /GoTo /D (subsection.18.2.2) >> >> endobj -3597 0 obj << +3614 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 597.341 539.579 606.364] +/Rect [521.223 583.792 539.579 592.814] /Subtype /Link /A << /S /GoTo /D (section.18.3) >> >> endobj -3598 0 obj << +3615 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 583.792 539.579 592.814] +/Rect [521.223 570.242 539.579 579.265] /Subtype /Link /A << /S /GoTo /D (subsection.18.3.1) >> >> endobj -3599 0 obj << +3616 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 570.242 539.579 579.265] +/Rect [521.223 556.693 539.579 565.716] /Subtype /Link /A << /S /GoTo /D (subsection.18.3.2) >> >> endobj -3600 0 obj << +3617 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 556.693 539.579 565.716] +/Rect [521.223 543.144 539.579 552.167] /Subtype /Link /A << /S /GoTo /D (section.18.4) >> >> endobj -3601 0 obj << +3618 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 543.144 539.579 552.167] +/Rect [521.223 529.595 539.579 538.618] /Subtype /Link /A << /S /GoTo /D (subsection.18.4.1) >> >> endobj -3602 0 obj << +3619 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 529.595 539.579 538.618] +/Rect [521.223 516.046 539.579 525.068] /Subtype /Link /A << /S /GoTo /D (subsubsection.18.4.1.1) >> >> endobj -3603 0 obj << +3620 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 516.046 539.579 525.068] +/Rect [521.223 502.496 539.579 511.519] /Subtype /Link /A << /S /GoTo /D (subsubsection.18.4.1.2) >> >> endobj -3604 0 obj << +3621 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 502.496 539.579 511.519] +/Rect [521.223 488.947 539.579 497.97] /Subtype /Link /A << /S /GoTo /D (subsubsection.18.4.1.3) >> >> endobj -3605 0 obj << +3622 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 488.947 539.579 497.97] +/Rect [521.223 475.398 539.579 484.421] /Subtype /Link /A << /S /GoTo /D (subsubsection.18.4.1.4) >> >> endobj -3606 0 obj << +3623 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 475.398 539.579 484.421] +/Rect [521.223 461.849 539.579 470.872] /Subtype /Link /A << /S /GoTo /D (subsubsection.18.4.1.5) >> >> endobj -3607 0 obj << +3624 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 461.849 539.579 470.872] +/Rect [521.223 448.3 539.579 457.322] /Subtype /Link /A << /S /GoTo /D (subsubsection.18.4.1.6) >> >> endobj -3608 0 obj << +3625 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 448.3 539.579 457.322] +/Rect [521.223 434.75 539.579 443.773] /Subtype /Link /A << /S /GoTo /D (section.18.5) >> >> endobj -3609 0 obj << +3626 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 434.75 539.579 443.773] +/Rect [521.223 421.201 539.579 430.224] /Subtype /Link /A << /S /GoTo /D (subsection.18.5.1) >> >> endobj -3610 0 obj << +3627 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 421.201 539.579 430.224] +/Rect [521.223 407.652 539.579 416.675] /Subtype /Link /A << /S /GoTo /D (subsection.18.5.2) >> >> endobj -3611 0 obj << +3628 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 407.652 539.579 416.675] +/Rect [521.223 394.103 539.579 403.126] /Subtype /Link /A << /S /GoTo /D (subsection.18.5.3) >> >> endobj -3612 0 obj << +3629 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 394.103 539.579 403.126] +/Rect [521.223 380.554 539.579 389.576] /Subtype /Link /A << /S /GoTo /D (subsection.18.5.4) >> >> endobj -3613 0 obj << +3630 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 380.554 539.579 389.576] +/Rect [521.223 367.004 539.579 376.027] /Subtype /Link /A << /S /GoTo /D (subsection.18.5.5) >> >> endobj -3614 0 obj << +3631 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 367.004 539.579 376.027] +/Rect [521.223 353.455 539.579 362.478] /Subtype /Link /A << /S /GoTo /D (section.18.6) >> >> endobj -3615 0 obj << +3632 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 353.455 539.579 362.478] +/Rect [521.223 339.906 539.579 348.929] /Subtype /Link /A << /S /GoTo /D (subsection.18.6.1) >> >> endobj -3616 0 obj << +3633 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 339.906 539.579 348.929] +/Rect [521.223 326.357 539.579 335.38] /Subtype /Link /A << /S /GoTo /D (subsection.18.6.2) >> >> endobj -3617 0 obj << +3634 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 326.357 539.579 335.38] +/Rect [521.223 312.808 539.579 321.83] /Subtype /Link /A << /S /GoTo /D (subsubsection.18.6.2.1) >> >> endobj -3618 0 obj << +3635 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 312.808 539.579 321.83] +/Rect [521.223 299.258 539.579 308.281] /Subtype /Link /A << /S /GoTo /D (subsubsection.18.6.2.2) >> >> endobj -3619 0 obj << +3636 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 299.258 539.579 308.281] +/Rect [521.223 285.709 539.579 294.732] /Subtype /Link /A << /S /GoTo /D (subsubsection.18.6.2.3) >> >> endobj -3620 0 obj << +3637 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 285.709 539.579 294.732] +/Rect [521.223 272.16 539.579 281.183] /Subtype /Link /A << /S /GoTo /D (subsubsection.18.6.2.4) >> >> endobj -3621 0 obj << +3638 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 272.16 539.579 281.183] +/Rect [521.223 258.611 539.579 267.634] /Subtype /Link /A << /S /GoTo /D (subsubsection.18.6.2.5) >> >> endobj -3622 0 obj << +3639 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 258.611 539.579 267.634] +/Rect [521.223 245.062 539.579 254.084] /Subtype /Link /A << /S /GoTo /D (subsubsection.18.6.2.6) >> >> endobj -3623 0 obj << +3640 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 245.062 539.579 254.084] +/Rect [521.223 231.512 539.579 240.535] /Subtype /Link /A << /S /GoTo /D (subsubsection.18.6.2.7) >> >> endobj -3624 0 obj << +3641 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 231.512 539.579 240.535] +/Rect [521.223 217.963 539.579 226.986] /Subtype /Link /A << /S /GoTo /D (subsubsection.18.6.2.8) >> >> endobj -3625 0 obj << +3642 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 217.963 539.579 226.986] +/Rect [521.223 204.414 539.579 213.437] /Subtype /Link /A << /S /GoTo /D (subsubsection.18.6.2.9) >> >> endobj -3626 0 obj << +3643 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 204.414 539.579 213.437] +/Rect [521.223 190.865 539.579 199.888] /Subtype /Link /A << /S /GoTo /D (section.18.7) >> >> endobj -3627 0 obj << +3644 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 190.865 539.579 199.888] +/Rect [521.223 177.316 539.579 186.338] /Subtype /Link /A << /S /GoTo /D (subsection.18.7.1) >> >> endobj -3628 0 obj << +3645 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 177.316 539.579 186.338] +/Rect [521.223 163.766 539.579 172.789] /Subtype /Link /A << /S /GoTo /D (subsection.18.7.2) >> >> endobj -3629 0 obj << +3646 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 163.766 539.579 172.789] +/Rect [521.223 150.217 539.579 159.24] /Subtype /Link /A << /S /GoTo /D (subsection.18.7.3) >> >> endobj -3630 0 obj << +3647 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 150.217 539.579 159.24] +/Rect [521.223 136.668 539.579 145.691] /Subtype /Link /A << /S /GoTo /D (subsection.18.7.4) >> >> endobj -3631 0 obj << +3648 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 136.668 539.579 145.691] +/Rect [521.223 123.119 539.579 132.142] /Subtype /Link /A << /S /GoTo /D (section.18.8) >> >> endobj -3632 0 obj << +3649 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 123.119 539.579 132.142] +/Rect [521.223 109.57 539.579 118.593] /Subtype /Link /A << /S /GoTo /D (subsection.18.8.1) >> >> endobj -3633 0 obj << +3650 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 109.57 539.579 118.593] +/Rect [521.223 96.02 539.579 105.043] /Subtype /Link /A << /S /GoTo /D (subsection.18.8.2) >> >> endobj -3634 0 obj << +3651 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 96.02 539.579 105.043] +/Rect [521.223 82.471 539.579 91.494] /Subtype /Link /A << /S /GoTo /D (subsection.18.8.3) >> >> endobj -3635 0 obj << +3652 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 82.471 539.579 91.494] +/Rect [521.223 68.922 539.579 77.945] /Subtype /Link /A << /S /GoTo /D (subsection.18.8.4) >> >> endobj -3636 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 68.922 539.579 77.945] -/Subtype /Link -/A << /S /GoTo /D (subsection.18.8.5) >> ->> endobj -3637 0 obj << +3653 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 55.373 539.579 64.396] /Subtype /Link -/A << /S /GoTo /D (subsection.18.8.6) >> +/A << /S /GoTo /D (subsection.18.8.5) >> >> endobj -3586 0 obj << -/D [3584 0 R /XYZ 85.039 786.531 null] +3602 0 obj << +/D [3600 0 R /XYZ 85.039 786.531 null] >> endobj -3583 0 obj << -/Font << /F56 3312 0 R /F15 3032 0 R /F20 3021 0 R >> +3599 0 obj << +/Font << /F56 3330 0 R /F15 3056 0 R /F20 3045 0 R >> /ProcSet [ /PDF /Text ] >> endobj -3640 0 obj << -/Length 2469 +3656 0 obj << +/Length 3707 /Filter /FlateDecode >> stream -x\nJ}WF6^bAXd$DD$Q|tuWSX^X6a.ԩjH[ -ca;+i&-=R{[|[&zaJr>NCy"]rUj}浇><}=a{₹3\W1xۜ^PדaqUL'Ŕ'.Uln:17 - baLKIw*b\n#0~mQ`g1:ppth hS7ci$"](ӍrnxPd.\gc -qH3KLcӠqu"-G-!~/ }*fi Zť*nb7mw`6ADYcP -آՏ(^Y , _ٚi <96D@tԢHnNL B d #|kˉKj'fP2ċUfU>2TdjT0{ 8ivi*6?6`D|,m ("SDR èTw$sTo}"p,&欆Y5LEeFT^{~$ddxqJČ+t#ϙzɃFl!UĤ/rL - @oX/dUL) ݑ+wBTD3P-ޥl\t"Esͥ#2`xͷ@a,0oŵQЇʊIcb#@q2Zrwʢ;P\^t.ߪo/O롬j gR>b`|LJX\Dk%3 NMgEρK6aQPR݇XwzF*ߖӫ͘,4>f9&

i:Ƕq8 s"W~C^LJ҅0JJ![ŀr4m^{8VE{"`išք_A5r=OQAi5dLR!,oE^rJ7;mli0 n1jߠKL6me^ᚨiNCck^ܸǗ LN-հ#+`ՓWgy -3RA5 J/Ϗ ?A:"^ɠXSژp¹Ĥ0 A `zkxK@r?tB/l&ΦP[K~#}dUΒgĕ\l܅>o9u}&낮9fa=Zendstream +xmoFS]%pCb':mʒb Eog%S8S%Y%KG +I2^Th~wn_Qw2MyuyG4#eV.?e>\8>6V|p5Nя?gnwGe1_gHHN_\obdo *AYND)FJJ e-HAr2<_\[dz¾8qߴ_x2o~Zr"JKfYןۃFV뛑}>EଦYcdz {q`/ɴ{ؿB^mn,pi}R2|槌 +澞59(/},2 )Ʋ%fLEY:L0ݶ64e>b\#5PcAwhh$AiD#An,fV0 m2ڛNTq| ) 5A$H0wsgqԣϓaYC9|0Ϗ)dz"+$^9FzyG47>\O˯ TBb/ +&uԠE56>?kfkrDŽOg߅j(hO0`M@c}Z)o_0aR' C.nenUk|^5hP2+?".NCG3~€1 >80)|jᇮ?,BݜMd3Z_EPQD3D ^QsD9QY07u2W$0ۙ G.ᡰڧMs +"5י?I A4Cttnqᲀrsү!Xi t.~9oV>Ay@'i͝PɴP Itz`YNUXŻu=/.C%$0Hs dI&U"Pxg|/P*+̌;756oBhΛF +S ^ړMP_@‰Y?4&Fª$2+>:N{wξz70omز_g*TPc[KSu`0#OV\C[SC!Kl\RW P nBb4eYvq}*$YReY{Qc@)W\w\n!Qw2#EC9}b<< ! a3-p @4C44ṉD {Sn);Wnv}zڵ9[BCv: ɳw~)Y&GO@3X+](RVWtX6]q-|؏LEg(h O"8EnsajY.qytK3sI !^EBv +9!XcM@ c.DNr{M/&2c/{S s*k?f"0^E(s=f**O˸]u ڹJXT:ZPҮOjz,oK0DBGۅf(hNŽn795d)~f?&\AX!cf{#>g$<ng^n+0y6_]pxRۉ&Ng$مe(hNBn7A9=\RRЄߞ !꘹Fz[cRv?:>~b1p4C'qfnsY"`~wlzE`?{'9t EI1& 19DQ@;2,Pl)4;f#+'Wfv`Ŏ=".C G3ph{7v4!9)%4H Iw} ;HǨ2{>٘P ĝKM@c=pV*SL|h+u +`Ky̒*x!B7BvĶج["SH51맚ф~@$9ލM]2ae&U@Z~)9\|W4b`v7 +悹ߊ^/m},f$L.hw49UF$#`](}aӽRYyB8lZ>k \G7.X I]hs˜ aڻYNzvBV|i{IL]hs4Ts@߬zKף^sV]?Qf-Nh @4C$$n"qϬ$E^F r)ڒοbw}ƊM IuGnBs(ӜpPfHoF1ɗ_ +!;܎䈻 %I]hBsg(!=96h U@B90ѻGN( ct?.t⴯C?b뽽o(f) ĜsN#hB?iԱTI+QX}p㈛KQ}{.\"!H`h78"xԅ/mwMbd3p*M@T9h"OTQvI 2Wka_ .lC-$H0-hs%ɘZn#N*XrdBgEf(hNDZGܘ〛PɈWlo\ޟt5'Sg]bf$v=Sdy^ +f\MĐ&Ǽ|mP D3D &{W:Hs%P +Z<+#Z6\s鮊K2+< TUO @Ѫur&{Ic^="#KAvlqqe5o^3{@Ѫuu&{Yc^Z S uO[ hJ@w&j6 +{lkȠi5ir? W e[P$Wo.7ۃMyendstream endobj -3639 0 obj << +3655 0 obj << /Type /Page -/Contents 3640 0 R -/Resources 3638 0 R +/Contents 3656 0 R +/Resources 3654 0 R /MediaBox [0 0 595.276 841.89] -/Parent 3474 0 R -/Annots [ 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 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 ] +/Parent 3543 0 R +/Annots [ 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 ] >> endobj -3642 0 obj << +3658 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 754.651 539.579 763.674] /Subtype /Link -/A << /S /GoTo /D (subsection.18.8.7) >> +/A << /S /GoTo /D (subsection.18.8.6) >> >> endobj -3643 0 obj << +3659 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 741.102 539.579 750.125] /Subtype /Link -/A << /S /GoTo /D (section.18.9) >> +/A << /S /GoTo /D (subsection.18.8.7) >> >> endobj -3644 0 obj << +3660 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 727.553 539.579 736.575] /Subtype /Link -/A << /S /GoTo /D (subsection.18.9.1) >> +/A << /S /GoTo /D (section.18.9) >> >> endobj -3645 0 obj << +3661 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 714.003 539.579 723.026] /Subtype /Link -/A << /S /GoTo /D (subsection.18.9.2) >> +/A << /S /GoTo /D (subsection.18.9.1) >> >> endobj -3646 0 obj << +3662 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 700.454 539.579 709.477] /Subtype /Link -/A << /S /GoTo /D (subsection.18.9.3) >> +/A << /S /GoTo /D (subsection.18.9.2) >> >> endobj -3647 0 obj << +3663 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 686.905 539.579 695.928] /Subtype /Link -/A << /S /GoTo /D (subsection.18.9.4) >> +/A << /S /GoTo /D (subsection.18.9.3) >> >> endobj -3648 0 obj << +3664 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 673.356 539.579 682.379] /Subtype /Link -/A << /S /GoTo /D (section.18.10) >> +/A << /S /GoTo /D (subsection.18.9.4) >> >> endobj -3649 0 obj << +3665 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 659.807 539.579 668.829] /Subtype /Link -/A << /S /GoTo /D (section.18.11) >> +/A << /S /GoTo /D (section.18.10) >> >> endobj -3650 0 obj << +3666 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 646.257 539.579 655.28] /Subtype /Link -/A << /S /GoTo /D (section.18.12) >> +/A << /S /GoTo /D (section.18.11) >> >> endobj -3651 0 obj << +3667 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 632.708 539.579 641.731] /Subtype /Link -/A << /S /GoTo /D (section.18.13) >> +/A << /S /GoTo /D (section.18.12) >> >> endobj -3652 0 obj << +3668 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 619.159 539.579 628.182] /Subtype /Link -/A << /S /GoTo /D (section.18.14) >> +/A << /S /GoTo /D (section.18.13) >> >> endobj -3653 0 obj << +3669 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 605.61 539.579 614.633] /Subtype /Link -/A << /S /GoTo /D (subsection.18.14.1) >> +/A << /S /GoTo /D (section.18.14) >> >> endobj -3654 0 obj << +3670 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 592.061 539.579 601.083] /Subtype /Link -/A << /S /GoTo /D (subsection.18.14.2) >> +/A << /S /GoTo /D (subsection.18.14.1) >> >> endobj -3655 0 obj << +3671 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [519.586 567.602 539.579 577.171] +/Rect [521.223 578.511 539.579 587.534] /Subtype /Link -/A << /S /GoTo /D (chapter.19) >> +/A << /S /GoTo /D (subsection.18.14.2) >> >> endobj -3656 0 obj << +3672 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 554.053 539.579 563.076] +/Rect [519.586 554.053 539.579 563.621] /Subtype /Link -/A << /S /GoTo /D (section.19.1) >> +/A << /S /GoTo /D (chapter.19) >> >> endobj -3657 0 obj << +3673 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 540.504 539.579 549.527] /Subtype /Link -/A << /S /GoTo /D (subsection.19.1.1) >> +/A << /S /GoTo /D (section.19.1) >> >> endobj -3658 0 obj << +3674 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 526.955 539.579 535.978] /Subtype /Link -/A << /S /GoTo /D (subsection.19.1.2) >> +/A << /S /GoTo /D (subsection.19.1.1) >> >> endobj -3659 0 obj << +3675 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 513.406 539.579 522.428] /Subtype /Link -/A << /S /GoTo /D (section.19.2) >> +/A << /S /GoTo /D (subsection.19.1.2) >> >> endobj -3660 0 obj << +3676 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 499.856 539.579 508.879] /Subtype /Link -/A << /S /GoTo /D (subsection.19.2.1) >> +/A << /S /GoTo /D (section.19.2) >> >> endobj -3661 0 obj << +3677 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 486.307 539.579 495.33] /Subtype /Link -/A << /S /GoTo /D (subsection.19.2.2) >> +/A << /S /GoTo /D (subsection.19.2.1) >> >> endobj -3662 0 obj << +3678 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 472.758 539.579 481.781] /Subtype /Link -/A << /S /GoTo /D (subsection.19.2.3) >> +/A << /S /GoTo /D (subsection.19.2.2) >> >> endobj -3663 0 obj << +3679 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 459.209 539.579 468.232] /Subtype /Link -/A << /S /GoTo /D (section.19.3) >> +/A << /S /GoTo /D (subsection.19.2.3) >> >> endobj -3664 0 obj << +3680 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 445.66 539.579 454.682] /Subtype /Link -/A << /S /GoTo /D (subsection.19.3.1) >> +/A << /S /GoTo /D (section.19.3) >> >> endobj -3665 0 obj << +3681 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 432.11 539.579 441.133] /Subtype /Link -/A << /S /GoTo /D (subsection.19.3.2) >> +/A << /S /GoTo /D (subsection.19.3.1) >> >> endobj -3666 0 obj << +3682 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 418.561 539.579 427.584] /Subtype /Link -/A << /S /GoTo /D (subsection.19.3.3) >> +/A << /S /GoTo /D (subsection.19.3.2) >> >> endobj -3667 0 obj << +3683 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 405.012 539.579 414.035] /Subtype /Link -/A << /S /GoTo /D (subsection.19.3.4) >> +/A << /S /GoTo /D (subsection.19.3.3) >> >> endobj -3668 0 obj << +3684 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 391.463 539.579 400.486] /Subtype /Link -/A << /S /GoTo /D (subsection.19.3.5) >> +/A << /S /GoTo /D (subsection.19.3.4) >> >> endobj -3669 0 obj << +3685 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 377.914 539.579 386.936] /Subtype /Link -/A << /S /GoTo /D (section.19.4) >> +/A << /S /GoTo /D (subsection.19.3.5) >> >> endobj -3670 0 obj << +3686 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 364.364 539.579 373.387] /Subtype /Link -/A << /S /GoTo /D (subsection.19.4.1) >> +/A << /S /GoTo /D (section.19.4) >> >> endobj -3671 0 obj << +3687 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 350.815 539.579 359.838] /Subtype /Link -/A << /S /GoTo /D (subsection.19.4.2) >> +/A << /S /GoTo /D (subsection.19.4.1) >> >> endobj -3672 0 obj << +3688 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 337.266 539.579 346.289] /Subtype /Link -/A << /S /GoTo /D (subsection.19.4.3) >> +/A << /S /GoTo /D (subsection.19.4.2) >> >> endobj -3673 0 obj << +3689 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 323.717 539.579 332.74] /Subtype /Link -/A << /S /GoTo /D (subsection.19.4.4) >> +/A << /S /GoTo /D (subsection.19.4.3) >> >> endobj -3674 0 obj << +3690 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 310.168 539.579 319.19] /Subtype /Link -/A << /S /GoTo /D (subsection.19.4.5) >> +/A << /S /GoTo /D (subsection.19.4.4) >> >> endobj -3675 0 obj << +3691 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 296.618 539.579 305.641] /Subtype /Link -/A << /S /GoTo /D (subsection.19.4.6) >> +/A << /S /GoTo /D (subsection.19.4.5) >> >> endobj -3676 0 obj << +3692 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 283.069 539.579 292.092] /Subtype /Link -/A << /S /GoTo /D (subsection.19.4.7) >> +/A << /S /GoTo /D (subsection.19.4.6) >> >> endobj -3677 0 obj << +3693 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 269.52 539.579 278.543] /Subtype /Link -/A << /S /GoTo /D (subsection.19.4.8) >> +/A << /S /GoTo /D (subsection.19.4.7) >> >> endobj -3678 0 obj << +3694 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 255.971 539.579 264.994] /Subtype /Link -/A << /S /GoTo /D (section.19.5) >> +/A << /S /GoTo /D (subsection.19.4.8) >> >> endobj -3679 0 obj << +3695 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 242.422 539.579 251.444] /Subtype /Link -/A << /S /GoTo /D (subsection.19.5.1) >> +/A << /S /GoTo /D (section.19.5) >> >> endobj -3680 0 obj << +3696 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 228.872 539.579 237.895] /Subtype /Link -/A << /S /GoTo /D (subsection.19.5.2) >> +/A << /S /GoTo /D (subsection.19.5.1) >> >> endobj -3681 0 obj << +3697 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 215.323 539.579 224.346] /Subtype /Link -/A << /S /GoTo /D (subsection.19.5.3) >> +/A << /S /GoTo /D (subsection.19.5.2) >> >> endobj -3682 0 obj << +3698 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 201.774 539.579 210.797] /Subtype /Link -/A << /S /GoTo /D (subsubsection.19.5.3.1) >> +/A << /S /GoTo /D (subsection.19.5.3) >> >> endobj -3683 0 obj << +3699 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 188.225 539.579 197.248] /Subtype /Link -/A << /S /GoTo /D (subsection.19.5.4) >> +/A << /S /GoTo /D (subsubsection.19.5.3.1) >> >> endobj -3684 0 obj << +3700 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 174.676 539.579 183.698] /Subtype /Link -/A << /S /GoTo /D (subsection.19.5.5) >> +/A << /S /GoTo /D (subsection.19.5.4) >> >> endobj -3685 0 obj << +3701 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 161.126 539.579 170.149] /Subtype /Link -/A << /S /GoTo /D (subsection.19.5.6) >> +/A << /S /GoTo /D (subsection.19.5.5) >> >> endobj -3686 0 obj << +3702 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 147.577 539.579 156.6] /Subtype /Link -/A << /S /GoTo /D (subsection.19.5.7) >> +/A << /S /GoTo /D (subsection.19.5.6) >> >> endobj -3687 0 obj << +3703 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 134.028 539.579 143.051] /Subtype /Link -/A << /S /GoTo /D (subsection.19.5.8) >> +/A << /S /GoTo /D (subsection.19.5.7) >> >> endobj -3688 0 obj << +3704 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 120.479 539.579 129.502] /Subtype /Link -/A << /S /GoTo /D (subsection.19.5.9) >> +/A << /S /GoTo /D (subsection.19.5.8) >> >> endobj -3689 0 obj << +3705 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 106.93 539.579 115.952] /Subtype /Link -/A << /S /GoTo /D (subsection.19.5.10) >> +/A << /S /GoTo /D (subsection.19.5.9) >> >> endobj -3690 0 obj << +3706 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 93.38 539.579 102.403] /Subtype /Link -/A << /S /GoTo /D (subsection.19.5.11) >> +/A << /S /GoTo /D (subsection.19.5.10) >> >> endobj -3691 0 obj << +3707 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 79.831 539.579 88.854] /Subtype /Link -/A << /S /GoTo /D (subsection.19.5.12) >> +/A << /S /GoTo /D (subsection.19.5.11) >> >> endobj -3692 0 obj << +3708 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 66.282 539.579 75.305] /Subtype /Link -/A << /S /GoTo /D (subsection.19.5.13) >> +/A << /S /GoTo /D (subsection.19.5.12) >> >> endobj -3641 0 obj << -/D [3639 0 R /XYZ 85.039 786.531 null] +3657 0 obj << +/D [3655 0 R /XYZ 85.039 786.531 null] >> endobj -3638 0 obj << -/Font << /F56 3312 0 R /F15 3032 0 R /F20 3021 0 R /F59 3455 0 R /F58 3380 0 R >> +3654 0 obj << +/Font << /F56 3330 0 R /F15 3056 0 R /F20 3045 0 R /F58 3471 0 R >> /ProcSet [ /PDF /Text ] >> endobj -3695 0 obj << -/Length 2582 +3711 0 obj << +/Length 3841 /Filter /FlateDecode >> stream -x\sH~_'tU p/[:Hfmn%P%7=݃qlRa ŽH[x38KuF3) !;̱C' /O(Kn`1~ݿ/NEz҃U>/zy^t>cfaؙpق{`pZ^p=\ Ns M3p,͸e٬ˬI2Dffݞ-nU -}31En<'jv]e̲=!gK6m]D_v/_LڞKގ\MV`'[F)cZ1Qf%fiSN_ u𺋌x=8;hv!BW M>yȦJF Pߨ8u2KoE7ЧbO -nOYR q鲾~HWBPE<(m죺\w\J. HO]EZZO6 ہ nlxq+O:Q; 1,ppni!9-":|6S}."QiXX/XҷM8l =sM\v]_a$8hފWqM4ZƓzg0HA|ZAAʇL|f7xRZ/l^@Ǝ&Ih OD)ša =ƑAmwǭ^%d\Bf7LO͉ Y^A`00!#w>6ZkQx_:U/`/?Á(ԩ&b?%>A\Y>sֳ+' znk׎. sWcq^e_ %b2.-TZ/>Γrך>3тQLrHz`oaȏ`*Qo&b[ibAGD(l -B/&Ez҃(]Kv(L11jP `֣;mC5@Ckn(*7#lg v -ӵg>k \|R --\e5SbUs;pV'[.R"n]!]1MTB<oo ~+5 -V&3*#dhpd~mD'&+rAH?:~%fʪUNQj9b尙ѯ<)k6&|{^sFhU nrȹ}qtvC.X$۠eU>( 2/}ЊB2<wO1|x|y=<XdG^U)0 +U0YpRc Ʊm jc0rF2Qr݈I̕j4V1rf1ꛙTQlkk-FM_Q o7):;pajdMs6Y5Ӏ^/<]]-7|K&SuF}Vj.fo:7iCtݗeCX2'Yh(ͫa|yfu:J ??w:{*35sT򡂴tkU\ƋSE9<8=P )2N; B!ă ,)'Q- VqLj t]S(ɡOo0ZUQvܽJ[z;6L@nԗtB`G3![VO]:Db?[m$·+ O _N9S ]ۧ'p &mDBф4sTq^ WnM4>77k?^CsA7ZҌ˝p蝕bz@CnSLu,P)O^c7f +Yq*FR}Lt->C?o8lUM@Sb@^5ጎ@W2WWhGb~_K7=?N쑳ڎzPOC_Q lm7)p9W3b9by~0&[_I ՜n;#5twQ vP.*DP>;<ټQ_Q 쏁o7)C|&П/޼̮/uב?Wg\,ɵ+whQq"r}EuW3GQlz?-9)MHsDZreegc26B,+ 闌&̾TwO]ޘ8;yKcryIC;zL$vbujGݘ.7keDC\\%0š \.vȍngp_ccfwJG_e%=7H_Q Qn7)٥CCޟ?Y})o2-϶~.5u&!;^53>Ze؟,n8ib\DTe)v ;!1& 1š3SJ +"A*k~-pMJ'FK6w7u#3'∩GgNƥֿM 3{qJ{n7YAp_Q Ql7)Ja +(^)izښn;šP2mTgofKs77E'ؓk zbiо؎&2'R/W}ױs+rZT/©(M7P_Q dT uLq^PBi>(w|~n-{j3* O˺ª>BMepBnBSR(Z6yS?Y-uC(klbf!;U= ۱m- ՗~CvЇdTJts{Q%$ɸtg oܰ}?K~t?ꚰi&ZRn,-& n)n3-DzLථol3-ڋʋdM]fj{.=ǝ]Žbl`s&M@`cl*IE!l@\v:v +Ċ"[ Gw[kfXoΏY}8TxtfbA`H&M@b.K@URo;{ynVOJlGۊR_}XP}G1>dnBS"%}W|qLf56Ujv':+}nf^<=4shz&MH3G$ lup>My#+tD{}j.gXiF&N4Ѥʖ~$5fk_akpf>U!\|ny+<8w5>qo)Lv 8!Y| `Lq,*0Z:ϞnVOT8`N?1Q=ЗmCclM@b\C> endobj -3697 0 obj << +3713 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 754.651 539.579 763.674] /Subtype /Link -/A << /S /GoTo /D (subsection.19.5.14) >> +/A << /S /GoTo /D (subsection.19.5.13) >> >> endobj -3698 0 obj << +3714 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 741.102 539.579 750.125] /Subtype /Link -/A << /S /GoTo /D (subsection.19.5.15) >> +/A << /S /GoTo /D (subsection.19.5.14) >> >> endobj -3699 0 obj << +3715 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 727.553 539.579 736.575] /Subtype /Link -/A << /S /GoTo /D (subsection.19.5.16) >> +/A << /S /GoTo /D (subsection.19.5.15) >> >> endobj -3700 0 obj << +3716 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 714.003 539.579 723.026] /Subtype /Link -/A << /S /GoTo /D (subsection.19.5.17) >> +/A << /S /GoTo /D (subsection.19.5.16) >> >> endobj -3701 0 obj << +3717 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 700.454 539.579 709.477] /Subtype /Link -/A << /S /GoTo /D (subsection.19.5.18) >> +/A << /S /GoTo /D (subsection.19.5.17) >> >> endobj -3702 0 obj << +3718 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 686.905 539.579 695.928] /Subtype /Link -/A << /S /GoTo /D (subsection.19.5.19) >> +/A << /S /GoTo /D (subsection.19.5.18) >> >> endobj -3703 0 obj << +3719 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 673.356 539.579 682.379] /Subtype /Link -/A << /S /GoTo /D (section.19.6) >> +/A << /S /GoTo /D (subsection.19.5.19) >> >> endobj -3704 0 obj << +3720 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 659.807 539.579 668.829] /Subtype /Link -/A << /S /GoTo /D (subsection.19.6.1) >> +/A << /S /GoTo /D (section.19.6) >> >> endobj -3705 0 obj << +3721 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 646.257 539.579 655.28] /Subtype /Link -/A << /S /GoTo /D (subsection.19.6.2) >> +/A << /S /GoTo /D (subsection.19.6.1) >> >> endobj -3706 0 obj << +3722 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 632.708 539.579 641.731] /Subtype /Link -/A << /S /GoTo /D (subsection.19.6.3) >> +/A << /S /GoTo /D (subsection.19.6.2) >> >> endobj -3707 0 obj << +3723 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 619.159 539.579 628.182] /Subtype /Link -/A << /S /GoTo /D (section.19.7) >> +/A << /S /GoTo /D (subsection.19.6.3) >> >> endobj -3708 0 obj << +3724 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 605.61 539.579 614.633] /Subtype /Link -/A << /S /GoTo /D (subsection.19.7.1) >> +/A << /S /GoTo /D (section.19.7) >> >> endobj -3709 0 obj << +3725 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 592.061 539.579 601.083] /Subtype /Link -/A << /S /GoTo /D (subsection.19.7.2) >> +/A << /S /GoTo /D (subsection.19.7.1) >> >> endobj -3710 0 obj << +3726 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 578.511 539.579 587.534] /Subtype /Link -/A << /S /GoTo /D (section.19.8) >> +/A << /S /GoTo /D (subsection.19.7.2) >> >> endobj -3711 0 obj << +3727 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 564.962 539.579 573.985] /Subtype /Link -/A << /S /GoTo /D (subsection.19.8.1) >> +/A << /S /GoTo /D (section.19.8) >> >> endobj -3712 0 obj << +3728 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 551.413 539.579 560.436] /Subtype /Link -/A << /S /GoTo /D (subsection.19.8.2) >> +/A << /S /GoTo /D (subsection.19.8.1) >> >> endobj -3713 0 obj << +3729 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 537.864 539.579 546.887] /Subtype /Link -/A << /S /GoTo /D (section.19.9) >> +/A << /S /GoTo /D (subsection.19.8.2) >> >> endobj -3714 0 obj << +3730 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 524.315 539.579 533.337] /Subtype /Link -/A << /S /GoTo /D (subsection.19.9.1) >> +/A << /S /GoTo /D (section.19.9) >> >> endobj -3715 0 obj << +3731 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 510.765 539.579 519.788] /Subtype /Link -/A << /S /GoTo /D (subsection.19.9.2) >> +/A << /S /GoTo /D (subsection.19.9.1) >> >> endobj -3716 0 obj << +3732 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 497.216 539.579 506.239] /Subtype /Link -/A << /S /GoTo /D (subsection.19.9.3) >> +/A << /S /GoTo /D (subsection.19.9.2) >> >> endobj -3717 0 obj << +3733 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 483.667 539.579 492.69] /Subtype /Link -/A << /S /GoTo /D (subsection.19.9.4) >> +/A << /S /GoTo /D (subsection.19.9.3) >> >> endobj -3718 0 obj << +3734 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 470.118 539.579 479.141] /Subtype /Link -/A << /S /GoTo /D (section.19.10) >> +/A << /S /GoTo /D (subsection.19.9.4) >> >> endobj -3719 0 obj << +3735 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 456.569 539.579 465.591] /Subtype /Link -/A << /S /GoTo /D (subsection.19.10.1) >> +/A << /S /GoTo /D (section.19.10) >> >> endobj -3720 0 obj << +3736 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 443.019 539.579 452.042] /Subtype /Link -/A << /S /GoTo /D (subsection.19.10.2) >> +/A << /S /GoTo /D (subsection.19.10.1) >> >> endobj -3721 0 obj << +3737 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 429.47 539.579 438.493] /Subtype /Link -/A << /S /GoTo /D (subsection.19.10.3) >> +/A << /S /GoTo /D (subsection.19.10.2) >> >> endobj -3722 0 obj << +3738 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 415.921 539.579 424.944] /Subtype /Link -/A << /S /GoTo /D (subsection.19.10.4) >> +/A << /S /GoTo /D (subsection.19.10.3) >> >> endobj -3723 0 obj << +3739 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 402.372 539.579 411.395] /Subtype /Link -/A << /S /GoTo /D (subsection.19.10.5) >> +/A << /S /GoTo /D (subsection.19.10.4) >> >> endobj -3724 0 obj << +3740 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 388.823 539.579 397.845] /Subtype /Link -/A << /S /GoTo /D (subsection.19.10.6) >> +/A << /S /GoTo /D (subsection.19.10.5) >> >> endobj -3725 0 obj << +3741 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 375.273 539.579 384.296] /Subtype /Link -/A << /S /GoTo /D (subsection.19.10.7) >> +/A << /S /GoTo /D (subsection.19.10.6) >> >> endobj -3726 0 obj << +3742 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 361.724 539.579 370.747] /Subtype /Link -/A << /S /GoTo /D (subsection.19.10.8) >> +/A << /S /GoTo /D (subsection.19.10.7) >> >> endobj -3727 0 obj << +3743 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 348.175 539.579 357.198] /Subtype /Link -/A << /S /GoTo /D (subsection.19.10.9) >> +/A << /S /GoTo /D (subsection.19.10.8) >> >> endobj -3728 0 obj << +3744 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 334.626 539.579 343.649] /Subtype /Link -/A << /S /GoTo /D (subsection.19.10.10) >> +/A << /S /GoTo /D (subsection.19.10.9) >> >> endobj -3729 0 obj << +3745 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 321.077 539.579 330.099] /Subtype /Link -/A << /S /GoTo /D (subsection.19.10.11) >> +/A << /S /GoTo /D (subsection.19.10.10) >> >> endobj -3730 0 obj << +3746 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 307.527 539.579 316.55] /Subtype /Link -/A << /S /GoTo /D (subsection.19.10.12) >> +/A << /S /GoTo /D (subsection.19.10.11) >> >> endobj -3731 0 obj << +3747 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 293.978 539.579 303.001] /Subtype /Link -/A << /S /GoTo /D (subsection.19.10.13) >> +/A << /S /GoTo /D (subsection.19.10.12) >> >> endobj -3732 0 obj << +3748 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 280.429 539.579 289.452] /Subtype /Link -/A << /S /GoTo /D (subsection.19.10.14) >> +/A << /S /GoTo /D (subsection.19.10.13) >> >> endobj -3733 0 obj << +3749 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 266.88 539.579 275.903] /Subtype /Link -/A << /S /GoTo /D (subsection.19.10.15) >> +/A << /S /GoTo /D (subsection.19.10.14) >> >> endobj -3734 0 obj << +3750 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 253.331 539.579 262.354] /Subtype /Link -/A << /S /GoTo /D (subsection.19.10.16) >> +/A << /S /GoTo /D (subsection.19.10.15) >> >> endobj -3735 0 obj << +3751 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 239.781 539.579 248.804] /Subtype /Link -/A << /S /GoTo /D (section.19.11) >> +/A << /S /GoTo /D (subsection.19.10.16) >> >> endobj -3736 0 obj << +3752 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 226.232 539.579 235.255] /Subtype /Link -/A << /S /GoTo /D (subsection.19.11.1) >> +/A << /S /GoTo /D (section.19.11) >> >> endobj -3737 0 obj << +3753 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 212.683 539.579 221.706] /Subtype /Link -/A << /S /GoTo /D (subsection.19.11.2) >> +/A << /S /GoTo /D (subsection.19.11.1) >> >> endobj -3738 0 obj << +3754 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 199.134 539.579 208.157] /Subtype /Link -/A << /S /GoTo /D (subsection.19.11.3) >> +/A << /S /GoTo /D (subsection.19.11.2) >> >> endobj -3739 0 obj << +3755 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 185.585 539.579 194.608] /Subtype /Link -/A << /S /GoTo /D (subsection.19.11.4) >> +/A << /S /GoTo /D (subsection.19.11.3) >> >> endobj -3740 0 obj << +3756 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 172.036 539.579 181.058] /Subtype /Link -/A << /S /GoTo /D (subsection.19.11.5) >> +/A << /S /GoTo /D (subsection.19.11.4) >> >> endobj -3741 0 obj << +3757 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 158.486 539.579 167.509] /Subtype /Link -/A << /S /GoTo /D (subsection.19.11.6) >> +/A << /S /GoTo /D (subsection.19.11.5) >> >> endobj -3742 0 obj << +3758 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 144.937 539.579 153.96] /Subtype /Link -/A << /S /GoTo /D (section.19.12) >> +/A << /S /GoTo /D (subsection.19.11.6) >> >> endobj -3743 0 obj << +3759 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 131.388 539.579 140.411] /Subtype /Link -/A << /S /GoTo /D (subsection.19.12.1) >> +/A << /S /GoTo /D (section.19.12) >> >> endobj -3744 0 obj << +3760 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 117.839 539.579 126.862] /Subtype /Link -/A << /S /GoTo /D (subsection.19.12.2) >> +/A << /S /GoTo /D (subsection.19.12.1) >> >> endobj -3745 0 obj << +3761 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 104.29 539.579 113.312] /Subtype /Link -/A << /S /GoTo /D (subsection.19.12.3) >> +/A << /S /GoTo /D (subsection.19.12.2) >> >> endobj -3746 0 obj << +3762 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 90.74 539.579 99.763] /Subtype /Link -/A << /S /GoTo /D (subsection.19.12.4) >> +/A << /S /GoTo /D (subsection.19.12.3) >> >> endobj -3747 0 obj << +3763 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 77.191 539.579 86.214] /Subtype /Link -/A << /S /GoTo /D (section.19.13) >> +/A << /S /GoTo /D (subsection.19.12.4) >> >> endobj -3748 0 obj << +3764 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 63.642 539.579 72.665] /Subtype /Link -/A << /S /GoTo /D (subsection.19.13.1) >> +/A << /S /GoTo /D (section.19.13) >> >> endobj -3696 0 obj << -/D [3694 0 R /XYZ 85.039 786.531 null] +3712 0 obj << +/D [3710 0 R /XYZ 85.039 786.531 null] >> endobj -3693 0 obj << -/Font << /F56 3312 0 R /F15 3032 0 R /F59 3455 0 R >> +3709 0 obj << +/Font << /F56 3330 0 R /F15 3056 0 R /F58 3471 0 R >> /ProcSet [ /PDF /Text ] >> endobj -3751 0 obj << -/Length 2695 +3767 0 obj << +/Length 3925 /Filter /FlateDecode >> stream -x\]SHWfIՂ@7 }1쪙3U{ jjHos ĉF) 8OCV8.0NVo.U-Op[qE]N\GuzCNY٨GVСhsak._ч-a2j]sl x3}nu>VPoѬgY:^Ezf/hxfO:sutISE<6o=C#femlՉkAt얀C<԰mx p 0Q"*L7cpU0CR= 'RcK/ރi,MI}z="B-z@u$ v=kH.q[F YcVt$*]V 'c3K"Ws -29)s< kՀ0xŢ_%:aMŀ -x(=R#&OJ0Sl\c$gk0WͨBM9Qܣ'jD:۷8wB6̷vq2Qrv|mGd>W> S[>Kd/.sMp$6otȜqiNQם=5z3)H;n$/RWX`*`L -uA\ZVF{E*J8RD؉+O|l4 -<.S$et:Vb|jrycک&p 곢>UkCeI~ z(_7_ew)oCשk -LU%QbucwAxE0|Qkbu9(جx3I9kݭ=IɏJɆUO(b{hT~Y3,`Eo*5/܍!+tJ"\1[sKrWFh81sR(l~qB>59* aPT{7آJ=AU}jSٜ4؇^:AP3)P`XzOo" P.τJA f? -17>闸}%lqRV 3l!ms"4hTt<>,z32Rnnendstream +xms6Wh% &;Iݫ7/uD;ʒJQMX:LIo2$Y$XIFEJb&Fy%A"&F_rLfOO.1u?~-d~: DOI9{s|d"eI ~$ЌpGy9!G2NW ͣxDe3'T}xʥ<63ߟ )Kȓ:ˣ'T7YV"xƱB_%O|WJ)iY//ݭoewZ"XE@c,!?X.o,m$V&Ԉ Q~'@{/9ad NjUԹj*V7}慪rh {y[_gBʰpaL'Ť{sг&t{m-&:qђ*)FMtW\h +0Yn(rYoSytVNkaX6#Ή F` U=U]=?_f焦|1 Ew9ab2F;aqGx)ߨNY5Q>s}}u3D +=Z`( `֥".S)eD=y)R\<=OYrw_htm8\,L,"=}Nه bP`W hPLqzgD@eN,ّ Juq;A>p|u.["L{?ܚn?1*X?UT09.@GWkS~ٮRgq0|gX?|Ȁ +Q~.HmݏWut9?`,&q[ vܘb;KH!nfpVotwnH4&RQڲcH3Z7FڏWfWs?4E|zvzbO/7T*GvjHT̋9Y'C{nb4jsSʆO狐`&]2xs}N4 18a" N)N(.`mOYTaV?45= cchiJXwF従B\ ՠ=m1 *^?hqLEIB,$S3<԰^ո4geSD$c}A qsv;࢐YتJNEe4)\xg6~_c)ZkCQիM:ɤ>T3@@74;n:U^?cMFǫ+TVy;2x"˪,!j,0kCR;Q+c$` PM'+lU o='?&A v?{?Hs"lcm%ѡP<7;n 4zCcE@c}'90\?kVs9 Tpql߬?GFMWVk[ T.(BS쩳,٪իO*FvբY ޝ@C\`q}G{ H n9 TxV+>%[hXku  H`}D3² xL|z^h3@vE4&3:~]@!O$v A O!Q~bO05؄ۨgGڬzB p`qž~?(i0 +VWa>*m)Ǩo{{&ZPA a n)Avy-x6n\eGSteJODgr( е{tqܠZ $u)qڽTvHz!NUkk}>PA l)4cy5fa;rzƫTwPp^WɎkͫf!΅v#nOd]Ϲٙ`( pŸp;Tp"p~tlD_F͵ 4unkֿ蛫KUZgpX?\hcnGᢊ="!Bq1?bًj0U>e ?a'PKbZgpؘŽ+;{YN> endobj -3753 0 obj << +3769 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 754.651 539.579 763.674] /Subtype /Link -/A << /S /GoTo /D (subsubsection.19.13.1.1) >> +/A << /S /GoTo /D (subsection.19.13.1) >> >> endobj -3754 0 obj << +3770 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 741.102 539.579 750.125] /Subtype /Link -/A << /S /GoTo /D (subsubsection.19.13.1.2) >> +/A << /S /GoTo /D (subsubsection.19.13.1.1) >> >> endobj -3755 0 obj << +3771 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 727.553 539.579 736.575] /Subtype /Link -/A << /S /GoTo /D (subsubsection.19.13.1.3) >> +/A << /S /GoTo /D (subsubsection.19.13.1.2) >> >> endobj -3756 0 obj << +3772 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 714.003 539.579 723.026] /Subtype /Link -/A << /S /GoTo /D (subsubsection.19.13.1.4) >> +/A << /S /GoTo /D (subsubsection.19.13.1.3) >> >> endobj -3757 0 obj << +3773 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 700.454 539.579 709.477] /Subtype /Link -/A << /S /GoTo /D (subsubsection.19.13.1.5) >> +/A << /S /GoTo /D (subsubsection.19.13.1.4) >> >> endobj -3758 0 obj << +3774 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 686.905 539.579 695.928] /Subtype /Link -/A << /S /GoTo /D (subsubsection.19.13.1.6) >> +/A << /S /GoTo /D (subsubsection.19.13.1.5) >> >> endobj -3759 0 obj << +3775 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 659.807 539.579 668.829] +/Rect [521.223 673.356 539.579 682.379] /Subtype /Link -/A << /S /GoTo /D (subsubsection.19.13.1.7) >> +/A << /S /GoTo /D (subsubsection.19.13.1.6) >> >> endobj -3760 0 obj << +3776 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 646.257 539.579 655.28] /Subtype /Link -/A << /S /GoTo /D (subsubsection.19.13.1.8) >> +/A << /S /GoTo /D (subsubsection.19.13.1.7) >> >> endobj -3761 0 obj << +3777 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 632.708 539.579 641.731] /Subtype /Link -/A << /S /GoTo /D (subsection.19.13.2) >> +/A << /S /GoTo /D (subsubsection.19.13.1.8) >> >> endobj -3762 0 obj << +3778 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 619.159 539.579 628.182] /Subtype /Link -/A << /S /GoTo /D (section.19.14) >> +/A << /S /GoTo /D (subsection.19.13.2) >> >> endobj -3763 0 obj << +3779 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 605.61 539.579 614.633] /Subtype /Link -/A << /S /GoTo /D (subsection.19.14.1) >> +/A << /S /GoTo /D (section.19.14) >> >> endobj -3764 0 obj << +3780 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 592.061 539.579 601.083] /Subtype /Link -/A << /S /GoTo /D (subsection.19.14.2) >> +/A << /S /GoTo /D (subsection.19.14.1) >> >> endobj -3765 0 obj << +3781 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 578.511 539.579 587.534] /Subtype /Link -/A << /S /GoTo /D (subsection.19.14.3) >> +/A << /S /GoTo /D (subsection.19.14.2) >> >> endobj -3766 0 obj << +3782 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 564.962 539.579 573.985] /Subtype /Link -/A << /S /GoTo /D (subsection.19.14.4) >> +/A << /S /GoTo /D (subsection.19.14.3) >> >> endobj -3767 0 obj << +3783 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 551.413 539.579 560.436] /Subtype /Link -/A << /S /GoTo /D (subsection.19.14.5) >> +/A << /S /GoTo /D (subsection.19.14.4) >> >> endobj -3768 0 obj << +3784 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 537.864 539.579 546.887] /Subtype /Link -/A << /S /GoTo /D (subsection.19.14.6) >> +/A << /S /GoTo /D (subsection.19.14.5) >> >> endobj -3769 0 obj << +3785 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 524.315 539.579 533.337] /Subtype /Link -/A << /S /GoTo /D (section.19.15) >> +/A << /S /GoTo /D (subsection.19.14.6) >> >> endobj -3770 0 obj << +3786 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 510.765 539.579 519.788] /Subtype /Link -/A << /S /GoTo /D (section.19.16) >> +/A << /S /GoTo /D (section.19.15) >> >> endobj -3771 0 obj << +3787 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 497.216 539.579 506.239] /Subtype /Link -/A << /S /GoTo /D (subsection.19.16.1) >> +/A << /S /GoTo /D (section.19.16) >> >> endobj -3772 0 obj << +3788 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 483.667 539.579 492.69] /Subtype /Link -/A << /S /GoTo /D (subsection.19.16.2) >> +/A << /S /GoTo /D (subsection.19.16.1) >> >> endobj -3773 0 obj << +3789 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 470.118 539.579 479.141] /Subtype /Link -/A << /S /GoTo /D (subsection.19.16.3) >> +/A << /S /GoTo /D (subsection.19.16.2) >> >> endobj -3774 0 obj << +3790 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 456.569 539.579 465.591] /Subtype /Link -/A << /S /GoTo /D (section.19.17) >> +/A << /S /GoTo /D (subsection.19.16.3) >> >> endobj -3775 0 obj << +3791 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 443.019 539.579 452.042] /Subtype /Link -/A << /S /GoTo /D (section.19.18) >> +/A << /S /GoTo /D (section.19.17) >> >> endobj -3776 0 obj << +3792 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 429.47 539.579 438.493] /Subtype /Link -/A << /S /GoTo /D (section.19.19) >> +/A << /S /GoTo /D (section.19.18) >> >> endobj -3777 0 obj << +3793 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 415.921 539.579 424.944] /Subtype /Link -/A << /S /GoTo /D (subsection.19.19.1) >> +/A << /S /GoTo /D (section.19.19) >> >> endobj -3778 0 obj << +3794 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 402.372 539.579 411.395] /Subtype /Link -/A << /S /GoTo /D (subsection.19.19.2) >> +/A << /S /GoTo /D (subsection.19.19.1) >> >> endobj -3779 0 obj << +3795 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 388.823 539.579 397.845] /Subtype /Link -/A << /S /GoTo /D (subsection.19.19.3) >> +/A << /S /GoTo /D (subsection.19.19.2) >> >> endobj -3780 0 obj << +3796 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 375.273 539.579 384.296] /Subtype /Link -/A << /S /GoTo /D (subsection.19.19.4) >> +/A << /S /GoTo /D (subsection.19.19.3) >> >> endobj -3781 0 obj << +3797 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 361.724 539.579 370.747] /Subtype /Link -/A << /S /GoTo /D (subsection.19.19.5) >> +/A << /S /GoTo /D (subsection.19.19.4) >> >> endobj -3782 0 obj << +3798 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 348.175 539.579 357.198] /Subtype /Link -/A << /S /GoTo /D (subsection.19.19.6) >> +/A << /S /GoTo /D (subsection.19.19.5) >> >> endobj -3783 0 obj << +3799 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 334.626 539.579 343.649] /Subtype /Link -/A << /S /GoTo /D (subsection.19.19.7) >> +/A << /S /GoTo /D (subsection.19.19.6) >> >> endobj -3784 0 obj << +3800 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 321.077 539.579 330.099] /Subtype /Link -/A << /S /GoTo /D (subsection.19.19.8) >> +/A << /S /GoTo /D (subsection.19.19.7) >> >> endobj -3785 0 obj << +3801 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 307.527 539.579 316.55] /Subtype /Link -/A << /S /GoTo /D (subsection.19.19.9) >> +/A << /S /GoTo /D (subsection.19.19.8) >> >> endobj -3786 0 obj << +3802 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 293.978 539.579 303.001] /Subtype /Link -/A << /S /GoTo /D (subsection.19.19.10) >> +/A << /S /GoTo /D (subsection.19.19.9) >> >> endobj -3787 0 obj << +3803 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 280.429 539.579 289.452] /Subtype /Link -/A << /S /GoTo /D (subsection.19.19.11) >> +/A << /S /GoTo /D (subsection.19.19.10) >> >> endobj -3788 0 obj << +3804 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 266.88 539.579 275.903] /Subtype /Link -/A << /S /GoTo /D (subsection.19.19.12) >> +/A << /S /GoTo /D (subsection.19.19.11) >> >> endobj -3789 0 obj << +3805 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 253.331 539.579 262.354] /Subtype /Link -/A << /S /GoTo /D (subsection.19.19.13) >> +/A << /S /GoTo /D (subsection.19.19.12) >> >> endobj -3790 0 obj << +3806 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 239.781 539.579 248.804] /Subtype /Link -/A << /S /GoTo /D (subsection.19.19.14) >> +/A << /S /GoTo /D (subsection.19.19.13) >> >> endobj -3791 0 obj << +3807 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 226.232 539.579 235.255] /Subtype /Link -/A << /S /GoTo /D (subsection.19.19.15) >> +/A << /S /GoTo /D (subsection.19.19.14) >> >> endobj -3792 0 obj << +3808 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 212.683 539.579 221.706] /Subtype /Link -/A << /S /GoTo /D (subsection.19.19.16) >> +/A << /S /GoTo /D (subsection.19.19.15) >> >> endobj -3793 0 obj << +3809 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 199.134 539.579 208.157] /Subtype /Link -/A << /S /GoTo /D (subsection.19.19.17) >> +/A << /S /GoTo /D (subsection.19.19.16) >> >> endobj -3794 0 obj << +3810 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 185.585 539.579 194.608] /Subtype /Link -/A << /S /GoTo /D (subsection.19.19.18) >> +/A << /S /GoTo /D (subsection.19.19.17) >> >> endobj -3795 0 obj << +3811 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 172.036 539.579 181.058] /Subtype /Link -/A << /S /GoTo /D (subsection.19.19.19) >> +/A << /S /GoTo /D (subsection.19.19.18) >> >> endobj -3796 0 obj << +3812 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 158.486 539.579 167.509] /Subtype /Link -/A << /S /GoTo /D (section.19.20) >> +/A << /S /GoTo /D (subsection.19.19.19) >> >> endobj -3797 0 obj << +3813 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [519.586 134.028 539.579 143.596] +/Rect [521.223 144.937 539.579 153.96] /Subtype /Link -/A << /S /GoTo /D (chapter.20) >> +/A << /S /GoTo /D (section.19.20) >> >> endobj -3798 0 obj << +3814 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 120.479 539.579 129.502] +/Rect [519.586 120.479 539.579 130.047] /Subtype /Link -/A << /S /GoTo /D (section.20.1) >> +/A << /S /GoTo /D (chapter.20) >> >> endobj -3799 0 obj << +3815 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 106.93 539.579 115.952] /Subtype /Link -/A << /S /GoTo /D (section.20.2) >> +/A << /S /GoTo /D (section.20.1) >> >> endobj -3800 0 obj << +3816 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 93.38 539.579 102.403] /Subtype /Link -/A << /S /GoTo /D (section.20.3) >> +/A << /S /GoTo /D (section.20.2) >> >> endobj -3801 0 obj << +3817 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 79.831 539.579 88.854] /Subtype /Link -/A << /S /GoTo /D (subsection.20.3.1) >> +/A << /S /GoTo /D (section.20.3) >> >> endobj -3802 0 obj << +3818 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 66.282 539.579 75.305] /Subtype /Link -/A << /S /GoTo /D (subsection.20.3.2) >> +/A << /S /GoTo /D (subsection.20.3.1) >> >> endobj -3752 0 obj << -/D [3750 0 R /XYZ 85.039 786.531 null] +3768 0 obj << +/D [3766 0 R /XYZ 85.039 786.531 null] >> endobj -3749 0 obj << -/Font << /F56 3312 0 R /F15 3032 0 R /F59 3455 0 R /F20 3021 0 R >> +3765 0 obj << +/Font << /F56 3330 0 R /F15 3056 0 R /F58 3471 0 R /F20 3045 0 R >> /ProcSet [ /PDF /Text ] >> endobj -3806 0 obj << -/Length 2207 +3821 0 obj << +/Length 3417 /Filter /FlateDecode >> stream -x\[WH~WȤoIzY献;83;"]} AE4x\_WWU_AMMwmFP?j8͡8NڎƧ6cs7O/)_^2naC~~m쟖iSF؄؈A%k]Ѧjɽ)¶f8[rX#~ZmEp.9˘|Ή Gb\ld6'%n9cO8^lOLstT߿<0Ac"&.rjBVի) ߝRnWo7/g&eqy_oX I2`R럃Hj"`R+0L[ y,> ,/>ņib|nʲa'@]vU ZJ$ek:Xjc 4a3--q `g`Zg\x!&YBrՅ;]~?g0'_1%K8ޔ,0 &YvTO> A˧*9,MATl,pVVN)I 9QKv;lc٣p P W|LlGE'{ ] {fW[kӖ/s: sE<:Dk1Cqp&SZTiR!jK=W0f5MuE&ʦI\hBkÁ!a"8{ĩe!BT%ݨ`C.]E`Z<,Q)g5fWy3#5R4.jK\^ᒰ|?x:U -.)pߺ -GlKO{<P@=ń&2ȋ M+@sc^CGZEߝ$24/.I55-/% ] -~JwP1"r.CD1]|V@ pBp z*lFh&S}9BmoiyHAPPj#)Ŀ2,f -Ӑ> BU\#x>qzi!Jc2o?i7 -K_3TW -jZOiE]\EFQ,!TL44Hz;%u7O%QlxXC+,#=*.}1t|,#C#=b'UWWCEW卺f o7|/ ')"@^L6 +^WmK F˧6X1$s`r&`&Tk3OiD áb1"| bMr$'nLRF~ ݣB`z^"Ͽ7rn4jg1>R?6*ksp>o }YCi|K m}!`EgךsNsDuLVIZuj\nqR~V_~Wn_ީ 7gs>33# MB6EPObҔ4NnT7ˊrXL8AG1MroHL&a 9Si{ՙ\L55|W +:|]/\cduPv1H;&$ rQv 餔L{ ޙB7X12T J1!M P $QU  :LR0TҴKPz1J=&˻pvIGls7.C-6zyB߸\VYZI4_A:d(A @9r6reHG P& ʇ6KbʣW]~1wJu=wYطx!7@Rg[<.-e{w7u7A*1k_ { (IwUzIxjF..W/_弲sL`bjr| +o A7RaٌЩWQC's呅_25>d뗡`1I&`C=YJNع铺{v.[WB:G $!"p7 MXY yBp_7t2YU;eԓ/Z],DgmY0` i]H`EgnvkXyR"(7S"x%T_ݺD2Ty'{bsPV18IVMX)`9yXArc]avm+\|,ʂ  bAbۄRbx V +ef,UhMDVI.`8kP.]˯kuT,C͈E5ȩV_9 h)?VmڬPwH 6M )reul*f^MM}LC b).MЅ;t q.M&Jh4o2a9b X'01!.أ[HpUSj]]}`V$likTޕ6uQ0'@ 0 zsZ !:=wҤ\_E&#=`َ^+ku(0F$yL` b"ǨĻ ~7hZ>(l֟D䮇W낡1Ƚ$71Rqwxu]˅zcW7FP9.|uu\9Ȑ9ڽۦ)MN紦a~2Tr֧CeeD @{Px&Qa-@/h) .zͭtmخ!%PB1.!&{BwIShGǮEc=k^ UCRJ~{@Ϲ2㭭|&3-pIǎվr :QL\>\,؟[Mhi[ŋY|@ +r@|-o7ͭ;~GӀ˦3!V'./ި9ޏRph"1Ŋ)hnƵ# Q[S,1*-Um2D3ҧ)֧C{gzgD @{P\]])ֳv)'I.3-o]TPJBDZ(ٽc(A 95rdHgD68WjΥʡ7o#SܘpH\۝o}rʦ* /+GN +{{E$ >m}2 96r_dHۊH6iZb3+֡7W/\f^p+Ah=:h A* xzJ+}i!Ĉpwxk?BCRsiۿI}~Myn! j+Dͭ\~(;ZG ~+] U8d.PГfgz8._ +}i)Ft>IA.LgW?0Eo%oDLN lD9=N?Yendstream endobj -3805 0 obj << +3820 0 obj << /Type /Page -/Contents 3806 0 R -/Resources 3804 0 R +/Contents 3821 0 R +/Resources 3819 0 R /MediaBox [0 0 595.276 841.89] -/Parent 3803 0 R -/Annots [ 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 3821 0 R 3822 0 R 3823 0 R 3824 0 R 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 ] +/Parent 3872 0 R +/Annots [ 3823 0 R 3824 0 R 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 3865 0 R 3866 0 R 3867 0 R 3868 0 R 3869 0 R 3870 0 R 3871 0 R ] >> endobj -3808 0 obj << +3823 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 754.651 539.579 763.674] /Subtype /Link -/A << /S /GoTo /D (subsection.20.3.3) >> +/A << /S /GoTo /D (subsection.20.3.2) >> >> endobj -3809 0 obj << +3824 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 741.102 539.579 750.125] /Subtype /Link -/A << /S /GoTo /D (subsection.20.3.4) >> +/A << /S /GoTo /D (subsection.20.3.3) >> >> endobj -3810 0 obj << +3825 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 727.553 539.579 736.575] /Subtype /Link -/A << /S /GoTo /D (subsection.20.3.5) >> +/A << /S /GoTo /D (subsection.20.3.4) >> >> endobj -3811 0 obj << +3826 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 714.003 539.579 723.026] /Subtype /Link -/A << /S /GoTo /D (section.20.4) >> +/A << /S /GoTo /D (subsection.20.3.5) >> >> endobj -3812 0 obj << +3827 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 700.454 539.579 709.477] /Subtype /Link -/A << /S /GoTo /D (subsection.20.4.1) >> +/A << /S /GoTo /D (section.20.4) >> >> endobj -3813 0 obj << +3828 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 686.905 539.579 695.928] /Subtype /Link +/A << /S /GoTo /D (subsection.20.4.1) >> +>> endobj +3829 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [521.223 673.356 539.579 682.379] +/Subtype /Link /A << /S /GoTo /D (subsection.20.4.2) >> >> endobj -3814 0 obj << +3830 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [519.586 662.447 539.579 672.015] +/Rect [519.586 648.897 539.579 658.466] /Subtype /Link /A << /S /GoTo /D (chapter.21) >> >> endobj -3815 0 obj << +3831 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 648.897 539.579 657.92] +/Rect [521.223 635.348 539.579 644.371] /Subtype /Link /A << /S /GoTo /D (section.21.1) >> >> endobj -3816 0 obj << +3832 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 635.348 539.579 644.371] +/Rect [521.223 621.799 539.579 630.822] /Subtype /Link /A << /S /GoTo /D (section.21.2) >> >> endobj -3817 0 obj << +3833 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 621.799 539.579 630.822] +/Rect [521.223 608.25 539.579 617.273] /Subtype /Link /A << /S /GoTo /D (section.21.3) >> >> endobj -3818 0 obj << +3834 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 608.25 539.579 617.273] +/Rect [521.223 594.701 539.579 603.724] /Subtype /Link /A << /S /GoTo /D (subsection.21.3.1) >> >> endobj -3819 0 obj << +3835 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 594.701 539.579 603.724] +/Rect [521.223 581.151 539.579 590.174] /Subtype /Link /A << /S /GoTo /D (section.21.4) >> >> endobj -3820 0 obj << +3836 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 581.151 539.579 590.174] +/Rect [521.223 567.602 539.579 576.625] /Subtype /Link /A << /S /GoTo /D (subsection.21.4.1) >> >> endobj -3821 0 obj << +3837 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 567.602 539.579 576.625] +/Rect [521.223 554.053 539.579 563.076] /Subtype /Link /A << /S /GoTo /D (subsection.21.4.2) >> >> endobj -3822 0 obj << +3838 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 554.053 539.579 563.076] +/Rect [521.223 540.504 539.579 549.527] /Subtype /Link /A << /S /GoTo /D (subsection.21.4.3) >> >> endobj -3823 0 obj << +3839 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 540.504 539.579 549.527] +/Rect [521.223 526.955 539.579 535.978] /Subtype /Link /A << /S /GoTo /D (subsection.21.4.4) >> >> endobj -3824 0 obj << +3840 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 526.955 539.579 535.978] +/Rect [521.223 513.406 539.579 522.428] /Subtype /Link /A << /S /GoTo /D (subsection.21.4.5) >> >> endobj -3825 0 obj << +3841 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 513.406 539.579 522.428] +/Rect [521.223 499.856 539.579 508.879] /Subtype /Link /A << /S /GoTo /D (subsection.21.4.6) >> >> endobj -3826 0 obj << +3842 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 499.856 539.579 508.879] +/Rect [521.223 486.307 539.579 495.33] /Subtype /Link /A << /S /GoTo /D (section.21.5) >> >> endobj -3827 0 obj << +3843 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 486.307 539.579 495.33] +/Rect [521.223 472.758 539.579 481.781] /Subtype /Link /A << /S /GoTo /D (subsection.21.5.1) >> >> endobj -3828 0 obj << +3844 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 472.758 539.579 481.781] +/Rect [521.223 459.209 539.579 468.232] /Subtype /Link /A << /S /GoTo /D (subsection.21.5.2) >> >> endobj -3829 0 obj << +3845 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 459.209 539.579 468.232] +/Rect [521.223 445.66 539.579 454.682] /Subtype /Link /A << /S /GoTo /D (subsection.21.5.3) >> >> endobj -3830 0 obj << +3846 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 432.11 539.579 441.133] +/Rect [521.223 418.561 539.579 427.584] /Subtype /Link /A << /S /GoTo /D (subsubsection.21.5.3.1) >> >> endobj -3831 0 obj << +3847 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 418.561 539.579 427.584] +/Rect [521.223 405.012 539.579 414.035] /Subtype /Link /A << /S /GoTo /D (subsubsection.21.5.3.2) >> >> endobj -3832 0 obj << +3848 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 405.012 539.579 414.035] +/Rect [521.223 391.463 539.579 400.486] /Subtype /Link /A << /S /GoTo /D (subsubsection.21.5.3.3) >> >> endobj -3833 0 obj << +3849 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 391.463 539.579 400.486] +/Rect [521.223 377.914 539.579 386.936] /Subtype /Link /A << /S /GoTo /D (subsubsection.21.5.3.4) >> >> endobj -3834 0 obj << +3850 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 377.914 539.579 386.936] +/Rect [521.223 364.364 539.579 373.387] /Subtype /Link /A << /S /GoTo /D (subsubsection.21.5.3.5) >> >> endobj -3835 0 obj << +3851 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 364.364 539.579 373.387] +/Rect [521.223 350.815 539.579 359.838] /Subtype /Link /A << /S /GoTo /D (subsubsection.21.5.3.6) >> >> endobj -3836 0 obj << +3852 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 350.815 539.579 359.838] +/Rect [521.223 337.266 539.579 346.289] /Subtype /Link /A << /S /GoTo /D (subsubsection.21.5.3.7) >> >> endobj -3837 0 obj << +3853 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 337.266 539.579 346.289] +/Rect [521.223 323.717 539.579 332.74] /Subtype /Link /A << /S /GoTo /D (section.21.6) >> >> endobj -3838 0 obj << +3854 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 323.717 539.579 332.74] +/Rect [521.223 310.168 539.579 319.19] /Subtype /Link /A << /S /GoTo /D (section.21.7) >> >> endobj -3839 0 obj << +3855 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 310.168 539.579 319.19] +/Rect [521.223 296.618 539.579 305.641] /Subtype /Link /A << /S /GoTo /D (subsection.21.7.1) >> >> endobj -3840 0 obj << +3856 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 296.618 539.579 305.641] +/Rect [521.223 283.069 539.579 292.092] /Subtype /Link /A << /S /GoTo /D (subsection.21.7.2) >> >> endobj -3841 0 obj << +3857 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [519.586 272.16 539.579 281.728] +/Rect [519.586 258.611 539.579 268.179] /Subtype /Link /A << /S /GoTo /D (chapter.22) >> >> endobj -3842 0 obj << +3858 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 258.611 539.579 267.634] +/Rect [521.223 245.062 539.579 254.084] /Subtype /Link /A << /S /GoTo /D (section.22.1) >> >> endobj -3843 0 obj << +3859 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 245.062 539.579 254.084] +/Rect [521.223 231.512 539.579 240.535] /Subtype /Link /A << /S /GoTo /D (section.22.2) >> >> endobj -3844 0 obj << +3860 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 231.512 539.579 240.535] +/Rect [521.223 217.963 539.579 226.986] /Subtype /Link /A << /S /GoTo /D (section.22.3) >> >> endobj -3845 0 obj << +3861 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 217.963 539.579 226.986] +/Rect [521.223 204.414 539.579 213.437] /Subtype /Link /A << /S /GoTo /D (subsection.22.3.1) >> >> endobj -3846 0 obj << +3862 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 204.414 539.579 213.437] +/Rect [521.223 190.865 539.579 199.888] /Subtype /Link /A << /S /GoTo /D (section.22.4) >> >> endobj -3847 0 obj << +3863 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 190.865 539.579 199.888] +/Rect [521.223 177.316 539.579 186.338] /Subtype /Link /A << /S /GoTo /D (subsection.22.4.1) >> >> endobj -3848 0 obj << +3864 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [519.586 166.407 539.579 175.975] +/Rect [519.586 152.857 539.579 162.426] /Subtype /Link /A << /S /GoTo /D (chapter.23) >> >> endobj -3849 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.223 152.857 539.579 161.88] -/Subtype /Link -/A << /S /GoTo /D (section.23.1) >> ->> endobj -3850 0 obj << +3865 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 139.308 539.579 148.331] /Subtype /Link -/A << /S /GoTo /D (section.23.2) >> +/A << /S /GoTo /D (section.23.1) >> >> endobj -3851 0 obj << +3866 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 125.759 539.579 134.782] /Subtype /Link -/A << /S /GoTo /D (subsection.23.2.1) >> +/A << /S /GoTo /D (section.23.2) >> >> endobj -3852 0 obj << +3867 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 112.21 539.579 121.233] /Subtype /Link -/A << /S /GoTo /D (subsection.23.2.2) >> +/A << /S /GoTo /D (subsection.23.2.1) >> >> endobj -3853 0 obj << +3868 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 98.661 539.579 107.683] /Subtype /Link -/A << /S /GoTo /D (subsubsection.23.2.2.1) >> +/A << /S /GoTo /D (subsection.23.2.2) >> >> endobj -3854 0 obj << +3869 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 85.111 539.579 94.134] /Subtype /Link -/A << /S /GoTo /D (subsection.23.2.3) >> +/A << /S /GoTo /D (subsubsection.23.2.2.1) >> >> endobj -3855 0 obj << +3870 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 71.562 539.579 80.585] /Subtype /Link -/A << /S /GoTo /D (subsubsection.23.2.3.1) >> +/A << /S /GoTo /D (subsection.23.2.3) >> >> endobj -3856 0 obj << +3871 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.223 58.013 539.579 67.036] /Subtype /Link -/A << /S /GoTo /D (section.23.3) >> +/A << /S /GoTo /D (subsubsection.23.2.3.1) >> >> endobj -3807 0 obj << -/D [3805 0 R /XYZ 85.039 786.531 null] +3822 0 obj << +/D [3820 0 R /XYZ 85.039 786.531 null] >> endobj -3804 0 obj << -/Font << /F56 3312 0 R /F15 3032 0 R /F20 3021 0 R >> +3819 0 obj << +/Font << /F56 3330 0 R /F15 3056 0 R /F20 3045 0 R >> /ProcSet [ /PDF /Text ] >> endobj -3859 0 obj << -/Length 2157 +3875 0 obj << +/Length 3403 /Filter /FlateDecode >> stream -x\]SX}W1<s}SPuܚS#M¨Hj!Ĥ' 0%aYaõGu\GGYu˭kyeNFMy^OIZԡݵ}ju/]qn Q6?ϨUq-J|VNfL4[R<5f Cn!ԾlNġf͖-\wr;  #Ol,t DC<:}yv܀[-k1@S`}h|e>,`.:m^}oWdOtr> -dd(i1X=MRAx\d%Q`.MIJbh~T@wkE&&U2QuqnEEêːy` -c(?8;*6^y4E6R+@(:F|n9j"[ nn?&ܲ.ZAJwBȡ8xbm+N*+yL&6tJ9Ra 86m$H҆JƠ>+- -v2Ҟ9aPkJP¯ׯȾX'ޒJn `!3ȠF x,%{d0P;wY@ī]̂4'9Dq?7tٱ@spё b}(eijKF׶&[՘TgᕬKL~dY7m?ߩ6sx۽2h6SHH[g 9&Q'"[[gz .٧& Z>;cYYm|SG͜pT]g=ԭ%݃/u$b[b#lL(6~\ӑ^E\WYFMq&Z"AE*9y<ŅݍRWd+WM՟S@{Qy ,\ЧH&EsBHz-x -&kt! ]BN?'9%]koJ& euBXE8DNA=VԅEݳCH+DsY?.H93ݷ]ll(sL'FO԰'{4iRstITFgӉC6_BCꮥ ${#+&c[ˌnyMObԞRG81> Au ✑wAyx敐}eEX -k6>y"iZ.9MG7ߏc%nGb%!C