From c52afe031a68f8430df41e7ab57296c1daefff9b Mon Sep 17 00:00:00 2001
From: dougb <dougb@FreeBSD.org>
Date: Wed, 3 Mar 2010 05:45:24 +0000
Subject: [PATCH] Upgrade to version 9.6.2. This version includes all
 previously released security patches to the 9.6.1 version, as well as many
 other bug fixes.

This version also incorporates a different fix for the problem we had
patched in contrib/bind9/bin/dig/dighost.c, so that file is now back
to being the same as the vendor version.

Due to the fact that the DNSSEC algorithm that will be used to sign the
root zone is only included in this version and in 9.7.x those who wish
to do validation MUST upgrade to one of these prior to July 2010.
---
 contrib/bind9/CHANGES                         |   418 +-
 contrib/bind9/COPYRIGHT                       |     4 +-
 contrib/bind9/FAQ                             |    18 +-
 contrib/bind9/FAQ.xml                         |    35 +-
 contrib/bind9/NSEC3-NOTES                     |     4 +-
 contrib/bind9/README                          |    23 +
 contrib/bind9/bin/check/named-checkconf.8     |     4 +-
 contrib/bind9/bin/check/named-checkconf.html  |     4 +-
 contrib/bind9/bin/check/named-checkzone.8     |     8 +-
 contrib/bind9/bin/check/named-checkzone.c     |     8 +-
 .../bind9/bin/check/named-checkzone.docbook   |     4 +-
 contrib/bind9/bin/check/named-checkzone.html  |    18 +-
 contrib/bind9/bin/dig/dig.1                   |     4 +-
 contrib/bind9/bin/dig/dig.html                |     4 +-
 contrib/bind9/bin/dig/dighost.c               |    24 +-
 contrib/bind9/bin/dig/host.1                  |     4 +-
 contrib/bind9/bin/dig/host.c                  |     5 +-
 contrib/bind9/bin/dig/host.html               |     4 +-
 contrib/bind9/bin/dig/nslookup.1              |     4 +-
 contrib/bind9/bin/dig/nslookup.c              |     3 +-
 contrib/bind9/bin/dig/nslookup.html           |     4 +-
 contrib/bind9/bin/dnssec/dnssec-dsfromkey.c   |    18 +-
 .../bind9/bin/dnssec/dnssec-keyfromlabel.8    |    20 +-
 .../bind9/bin/dnssec/dnssec-keyfromlabel.c    |     7 +-
 .../bin/dnssec/dnssec-keyfromlabel.docbook    |    21 +-
 .../bind9/bin/dnssec/dnssec-keyfromlabel.html |    32 +-
 contrib/bind9/bin/dnssec/dnssec-keygen.8      |    20 +-
 contrib/bind9/bin/dnssec/dnssec-keygen.c      |    22 +-
 .../bind9/bin/dnssec/dnssec-keygen.docbook    |    31 +-
 contrib/bind9/bin/dnssec/dnssec-keygen.html   |    43 +-
 contrib/bind9/bin/dnssec/dnssec-signzone.8    |    25 +-
 contrib/bind9/bin/dnssec/dnssec-signzone.c    |   917 +-
 .../bind9/bin/dnssec/dnssec-signzone.docbook  |    33 +-
 contrib/bind9/bin/dnssec/dnssec-signzone.html |    45 +-
 contrib/bind9/bin/dnssec/dnssectool.c         |     4 +-
 contrib/bind9/bin/dnssec/dnssectool.h         |     6 +-
 contrib/bind9/bin/named/control.c             |    12 +-
 .../bind9/bin/named/include/named/server.h    |     5 +-
 contrib/bind9/bin/named/lwresd.8              |     4 +-
 contrib/bind9/bin/named/lwresd.html           |     4 +-
 contrib/bind9/bin/named/named.8               |    22 +-
 contrib/bind9/bin/named/named.conf.5          |     4 +-
 contrib/bind9/bin/named/named.conf.html       |     4 +-
 contrib/bind9/bin/named/named.docbook         |    17 +-
 contrib/bind9/bin/named/named.html            |    28 +-
 contrib/bind9/bin/named/query.c               |    53 +-
 contrib/bind9/bin/named/server.c              |    50 +-
 contrib/bind9/bin/named/statschannel.c        |   396 +-
 contrib/bind9/bin/named/update.c              |    25 +-
 contrib/bind9/bin/nsupdate/nsupdate.1         |     4 +-
 contrib/bind9/bin/nsupdate/nsupdate.html      |     4 +-
 contrib/bind9/bin/rndc/rndc-confgen.8         |     4 +-
 contrib/bind9/bin/rndc/rndc-confgen.html      |     4 +-
 contrib/bind9/bin/rndc/rndc.8                 |     4 +-
 contrib/bind9/bin/rndc/rndc.conf.5            |     4 +-
 contrib/bind9/bin/rndc/rndc.conf.html         |     4 +-
 contrib/bind9/bin/rndc/rndc.html              |     4 +-
 contrib/bind9/config.h.in                     |    28 +-
 contrib/bind9/configure.in                    |   134 +-
 contrib/bind9/doc/arm/Bv9ARM-book.xml         |   137 +-
 contrib/bind9/doc/arm/Bv9ARM.ch01.html        |    54 +-
 contrib/bind9/doc/arm/Bv9ARM.ch02.html        |    26 +-
 contrib/bind9/doc/arm/Bv9ARM.ch03.html        |    30 +-
 contrib/bind9/doc/arm/Bv9ARM.ch04.html        |   152 +-
 contrib/bind9/doc/arm/Bv9ARM.ch05.html        |    10 +-
 contrib/bind9/doc/arm/Bv9ARM.ch06.html        |   212 +-
 contrib/bind9/doc/arm/Bv9ARM.ch07.html        |    18 +-
 contrib/bind9/doc/arm/Bv9ARM.ch08.html        |    22 +-
 contrib/bind9/doc/arm/Bv9ARM.ch09.html        |   184 +-
 contrib/bind9/doc/arm/Bv9ARM.ch10.html        |     6 +-
 contrib/bind9/doc/arm/Bv9ARM.html             |   152 +-
 contrib/bind9/doc/arm/Bv9ARM.pdf              | 14239 ++++++++--------
 contrib/bind9/doc/arm/man.dig.html            |    24 +-
 .../bind9/doc/arm/man.dnssec-dsfromkey.html   |    20 +-
 .../doc/arm/man.dnssec-keyfromlabel.html      |    32 +-
 contrib/bind9/doc/arm/man.dnssec-keygen.html  |    43 +-
 .../bind9/doc/arm/man.dnssec-signzone.html    |    47 +-
 contrib/bind9/doc/arm/man.host.html           |    14 +-
 .../bind9/doc/arm/man.named-checkconf.html    |    16 +-
 .../bind9/doc/arm/man.named-checkzone.html    |    20 +-
 contrib/bind9/doc/arm/man.named.html          |    28 +-
 contrib/bind9/doc/arm/man.nsupdate.html       |    18 +-
 contrib/bind9/doc/arm/man.rndc-confgen.html   |    16 +-
 contrib/bind9/doc/arm/man.rndc.conf.html      |    16 +-
 contrib/bind9/doc/arm/man.rndc.html           |    16 +-
 contrib/bind9/doc/misc/Makefile.in            |    16 +-
 contrib/bind9/lib/dns/api                     |     4 +-
 contrib/bind9/lib/dns/db.c                    |     6 +-
 contrib/bind9/lib/dns/dispatch.c              |    28 +-
 contrib/bind9/lib/dns/dnssec.c                |    69 +-
 contrib/bind9/lib/dns/dst_api.c               |    53 +-
 contrib/bind9/lib/dns/dst_internal.h          |    12 +-
 contrib/bind9/lib/dns/dst_parse.c             |    18 +-
 contrib/bind9/lib/dns/include/dns/db.h        |     6 +-
 contrib/bind9/lib/dns/include/dns/dnssec.h    |     8 +-
 contrib/bind9/lib/dns/include/dns/journal.h   |    11 +-
 contrib/bind9/lib/dns/include/dns/keyvalues.h |     6 +-
 contrib/bind9/lib/dns/include/dns/name.h      |     8 +-
 contrib/bind9/lib/dns/include/dns/ncache.h    |     4 +-
 contrib/bind9/lib/dns/include/dns/nsec3.h     |     4 +-
 contrib/bind9/lib/dns/include/dns/rbt.h       |     6 +-
 contrib/bind9/lib/dns/include/dns/types.h     |     2 +-
 contrib/bind9/lib/dns/include/dns/zone.h      |    20 +-
 contrib/bind9/lib/dns/include/dst/dst.h       |     6 +-
 contrib/bind9/lib/dns/journal.c               |    99 +-
 contrib/bind9/lib/dns/masterdump.c            |     2 +-
 contrib/bind9/lib/dns/message.c               |     4 +-
 contrib/bind9/lib/dns/nsec3.c                 |    25 +-
 contrib/bind9/lib/dns/opensslrsa_link.c       |   496 +-
 contrib/bind9/lib/dns/rbt.c                   |    35 +-
 contrib/bind9/lib/dns/rbtdb.c                 |   127 +-
 contrib/bind9/lib/dns/rcode.c                 |     6 +-
 .../bind9/lib/dns/rdata/generic/ipseckey_45.c |     3 +-
 contrib/bind9/lib/dns/resolver.c              |    46 +-
 contrib/bind9/lib/dns/sdb.c                   |     6 +-
 contrib/bind9/lib/dns/sdlz.c                  |     6 +-
 contrib/bind9/lib/dns/spnego.c                |    18 +-
 contrib/bind9/lib/dns/validator.c             |     2 +-
 contrib/bind9/lib/dns/view.c                  |     5 +-
 contrib/bind9/lib/dns/zone.c                  |   211 +-
 contrib/bind9/lib/isc/api                     |     4 +-
 contrib/bind9/lib/isc/base32.c                |     4 +-
 contrib/bind9/lib/isc/base64.c                |     8 +-
 contrib/bind9/lib/isc/heap.c                  |    14 +-
 contrib/bind9/lib/isc/httpd.c                 |    45 +-
 .../bind9/lib/isc/ia64/include/isc/atomic.h   |     2 +-
 contrib/bind9/lib/isc/include/isc/entropy.h   |    14 +-
 contrib/bind9/lib/isc/include/isc/netscope.h  |     6 +-
 contrib/bind9/lib/isc/include/isc/portset.h   |     4 +-
 contrib/bind9/lib/isc/include/isc/sha2.h      |    10 +-
 contrib/bind9/lib/isc/include/isc/util.h      |    14 +-
 contrib/bind9/lib/isc/inet_ntop.c             |    11 +-
 .../lib/isc/powerpc/include/isc/atomic.h      |    53 +-
 contrib/bind9/lib/isc/random.c                |    27 +-
 contrib/bind9/lib/isc/sha2.c                  |    27 +-
 .../bind9/lib/isc/unix/ifiter_getifaddrs.c    |     6 +-
 contrib/bind9/lib/isc/unix/socket.c           |    31 +-
 contrib/bind9/lib/isccc/api                   |     2 +-
 contrib/bind9/lib/isccfg/aclconf.c            |    23 +-
 contrib/bind9/lib/isccfg/api                  |     2 +-
 .../lib/isccfg/include/isccfg/namedconf.h     |     6 +-
 contrib/bind9/lib/lwres/api                   |     2 +-
 contrib/bind9/lib/lwres/context.c             |    15 +-
 contrib/bind9/lib/lwres/getipnode.c           |   100 +-
 contrib/bind9/lib/lwres/man/lwres.3           |     4 +-
 contrib/bind9/lib/lwres/man/lwres.html        |    16 +-
 contrib/bind9/lib/lwres/man/lwres_buffer.3    |     4 +-
 contrib/bind9/lib/lwres/man/lwres_buffer.html |     8 +-
 contrib/bind9/lib/lwres/man/lwres_config.3    |     4 +-
 contrib/bind9/lib/lwres/man/lwres_config.html |    14 +-
 contrib/bind9/lib/lwres/man/lwres_context.3   |     4 +-
 .../bind9/lib/lwres/man/lwres_context.html    |    12 +-
 contrib/bind9/lib/lwres/man/lwres_gabn.3      |     4 +-
 contrib/bind9/lib/lwres/man/lwres_gabn.html   |    12 +-
 .../bind9/lib/lwres/man/lwres_gai_strerror.3  |     4 +-
 .../lib/lwres/man/lwres_gai_strerror.html     |    10 +-
 .../bind9/lib/lwres/man/lwres_getaddrinfo.3   |     4 +-
 .../lib/lwres/man/lwres_getaddrinfo.html      |    12 +-
 .../bind9/lib/lwres/man/lwres_gethostent.3    |     4 +-
 .../bind9/lib/lwres/man/lwres_gethostent.html |    14 +-
 contrib/bind9/lib/lwres/man/lwres_getipnode.3 |     4 +-
 .../bind9/lib/lwres/man/lwres_getipnode.html  |    12 +-
 .../bind9/lib/lwres/man/lwres_getnameinfo.3   |     4 +-
 .../lib/lwres/man/lwres_getnameinfo.html      |    14 +-
 .../lib/lwres/man/lwres_getrrsetbyname.3      |     4 +-
 .../lib/lwres/man/lwres_getrrsetbyname.html   |    12 +-
 contrib/bind9/lib/lwres/man/lwres_gnba.3      |     4 +-
 contrib/bind9/lib/lwres/man/lwres_gnba.html   |    12 +-
 contrib/bind9/lib/lwres/man/lwres_hstrerror.3 |     4 +-
 .../bind9/lib/lwres/man/lwres_hstrerror.html  |    12 +-
 contrib/bind9/lib/lwres/man/lwres_inetntop.3  |     4 +-
 .../bind9/lib/lwres/man/lwres_inetntop.html   |    12 +-
 contrib/bind9/lib/lwres/man/lwres_noop.3      |     4 +-
 contrib/bind9/lib/lwres/man/lwres_noop.html   |    12 +-
 contrib/bind9/lib/lwres/man/lwres_packet.3    |     4 +-
 contrib/bind9/lib/lwres/man/lwres_packet.html |    10 +-
 contrib/bind9/lib/lwres/man/lwres_resutil.3   |     4 +-
 .../bind9/lib/lwres/man/lwres_resutil.html    |    12 +-
 contrib/bind9/version                         |     8 +-
 lib/bind/config.h                             |    10 +-
 180 files changed, 11390 insertions(+), 8928 deletions(-)

diff --git a/contrib/bind9/CHANGES b/contrib/bind9/CHANGES
index 0e9c9a6b4986..d230421cad83 100644
--- a/contrib/bind9/CHANGES
+++ b/contrib/bind9/CHANGES
@@ -1,4 +1,27 @@
-	--- 9.6.1-P3 released ---
+
+	--- 9.6.2 released ---
+
+2850.	[bug]		If isc_heap_insert() failed due to memory shortage
+			the heap would have corrupted entries. [RT #20951]
+
+2849.	[bug]		Don't treat errors from the xml2 library as fatal.
+			[RT #20945]
+
+2846.	[bug]		EOF on unix domain sockets was not being handled
+			correctly. [RT #20731]
+
+2844.	[doc]		notify-delay default in ARM was wrong.  It should have
+			been five (5) seconds.
+
+	--- 9.6.2rc1 released ---
+
+2838.	[func]		Backport support for SHA-2 DNSSEC algorithms,
+			RSASHA256 and RSASHA512, from BIND 9.7.  (This
+			incorporates changes 2726 and 2738 from that
+			release branch.) [RT #20871]
+
+2837.	[port]		Prevent Linux spurious warnings about fwrite().
+			[RT #20812]
 
 2831.	[security]	Do not attempt to validate or cache
 			out-of-bailiwick data returned with a secure
@@ -10,21 +33,286 @@
 
 2827.	[security]	Bogus NXDOMAIN could be cached as if valid. [RT #20712]
 
-	--- 9.6.1-P2 released ---
+2825.	[bug]		Changing the setting of OPTOUT in a NSEC3 chain that
+			was in the process of being created was not properly
+			recorded in the zone. [RT #20786]
+
+2823.	[bug]		rbtdb.c:getsigningtime() was missing locks. [RT #20781]
+
+2819.	[cleanup]	Removed unnecessary DNS_POINTER_MAXHOPS define
+			[RT #20771]
+
+2818.	[cleanup]	rndc could return an incorrect error code 
+			when a zone was not found. [RT #20767]
+
+2815.	[bug]		Exclusively lock the task when freezing a zone.
+			[RT #19838]
+
+2814.	[func]		Provide a definitive error message when a master
+			zone is not loaded. [RT #20757]
+
+	--- 9.6.2b1 released ---
+
+2797.	[bug]		Don't decrement the dispatch manager's maxbuffers.
+			[RT #20613]
+
+2790.	[bug]		Handle DS queries to stub zones. [RT #20440]
+
+2789.   [bug]           Fixed an INSIST in dispatch.c [RT #20576]
+
+2786.	[bug]		Additional could be promoted to answer. [RT #20663]
+
+2784.	[bug]		TC was not always being set when required glue was
+			dropped. [RT #20655]
+
+2783.	[func]		Return minimal responses to EDNS/UDP queries with a UDP
+			buffer size of 512 or less.  [RT #20654]
+
+2782.	[port]		win32: use getaddrinfo() for hostname lookups.
+			[RT #20650]
+
+2777.	[contrib]	DLZ MYSQL auto reconnect support discovery was wrong.
 
 2772.	[security]	When validating, track whether pending data was from
 			the additional section or not and only return it if
 			validates as secure. [RT #20438]
 
-	--- 9.6.1-P1 released ---
+2765.	[bug]		Skip masters for which the TSIG key cannot be found.
+			[RT #20595]
+
+2760.	[cleanup]	Corrected named-compilezone usage summary. [RT #20533]
+
+2759.	[doc]		Add information about .jbk/.jnw files to
+			the ARM. [RT #20303]
+
+2758.	[bug]		win32: Added a workaround for a windows 2008 bug
+			that could cause the UDP client handler to shut
+			down. [RT #19176]
+
+2757.	[bug]		dig: assertion failure could occur in connect
+			timeout. [RT #20599]
+
+2755.	[doc]		Clarify documentation of keyset- files in
+			dnssec-signzone man page. [RT #19810]
+
+2754.	[bug]		Secure-to-insecure transitions failed when zone
+			was signed with NSEC3. [RT #20587]
+
+2750.	[bug]		dig: assertion failure could occur when a server
+			didn't have an address. [RT #20579]
+
+2749.	[bug]		ixfr-from-differences generated a non-minimal ixfr
+			for NSEC3 signed zones. [RT #20452]
+
+2747.	[bug]		Journal roll forwards failed to set the re-signing
+			time of RRSIGs correctly. [RT #20541]
+
+2743.	[bug]		RRSIG could be incorrectly set in the NSEC3 record
+			for a insecure delegation.
+
+2729.	[func]		When constructing a CNAME from a DNAME use the DNAME
+			TTL. [RT #20451]
+
+2723.	[bug]		isc_base32_totext(), isc_base32hex_totext(), and
+			isc_base64_totext(), didn't always mark regions of
+			memory as fully consumed after conversion.  [RT #20445]
+
+2722.	[bug]		Ensure that the memory associated with the name of
+			a node in a rbt tree is not altered during the life
+			of the node. [RT #20431]
+
+2721.	[port]		Have dst__entropy_status() prime the random number
+			generator. [RT #20369]
+
+2718.	[bug]		The space calculations in opensslrsa_todns() were
+			incorrect. [RT #20394]
+
+2716.	[bug]		nslookup debug mode didn't return the ttl. [RT #20414]
+
+2715.	[bug]		Require OpenSSL support to be explicitly disabled.
+			[RT #20288]
+
+2714.	[port]		aix/powerpc: 'asm("ics");' needs non standard assembler
+			flags.
+
+2713.	[bug]		powerpc: atomic operations missing asm("ics") /
+			__isync() calls.
+
+2706.	[bug]		Loading a zone with a very large NSEC3 salt could
+			trigger an assert. [RT #20368]
+
+2705.	[bug]		Reconcile the XML stats version number with a later
+                        BIND9 release, by adding a "name" attribute to
+                        "cache" elements and increasing the version number
+                        to 2.2.  (This is a minor version change, but may
+                        affect XML parsers if they assume the cache element
+                        doesn't take an attribute.)
+
+2704.	[bug]		Serial of dynamic and stub zones could be inconsistent
+			with their SOA serial.  [RT #19387]
+
+2701.	[doc]		Correction to ARM: hmac-md5 is no longer the only
+			supported TSIG key algorithm. [RT #18046]
+
+2700.	[doc]		The match-mapped-addresses option is discouraged.
+			[RT #12252]
+
+2699.	[bug]		Missing lock in rbtdb.c. [RT #20037]
+
+2697.	[port]		win32: ensure that S_IFMT, S_IFDIR, S_IFCHR and
+			S_IFREG are defined after including <isc/stat.h>.
+			[RT #20309]
+
+2696.	[bug]		named failed to successfully process some valid
+			acl constructs. [RT #20308]
+
+2692.	[port]		win32: 32/64 bit cleanups. [RT #20335]
+
+2690.	[bug]		win32: fix isc_thread_key_getspecific() prototype.
+			[RT #20315]
+
+2689.	[bug]		Correctly handle snprintf result. [RT #20306]
+
+2688.	[bug]		Use INTERFACE_F_POINTTOPOINT, not IFF_POINTOPOINT,
+			to decide to fetch the destination address. [RT #20305]
+
+2686.	[bug]		dnssec-signzone should clean the old NSEC chain when
+			signing with NSEC3 and vice versa. [RT #20301]
+
+2683.	[bug]		dnssec-signzone should clean out old NSEC3 chains when
+			the NSEC3 parameters used to sign the zone change.
+			[RT #20246]
+
+2681.	[bug]		IPSECKEY RR of gateway type 3 was not correctly
+			decoded. [RT #20269]
+
+2678.	[func]		Treat DS queries as if "minimal-response yes;"
+			was set. [RT #20258]
+
+2672.	[bug]		Don't enable searching in 'host' when doing reverse
+			lookups. [RT #20218]
+
+2670.	[bug]		Unexpected connect failures failed to log enough
+			information to be useful. [RT #20205]
+
+2663.	[func]		win32:  allow named to run as a service using
+			"NT AUTHORITY\LocalService" as the account. [RT #19977]
+
+2662.	[bug]		lwres_getipnodebyname() and lwres_getipnodebyaddr()
+			returned a misleading error code when lwresd was
+			down. [RT #20028]
+
+2661.	[bug]		Check whether socket fd exceeds FD_SETSIZE when
+			creating lwres context. [RT #20029]
+
+2659.	[doc]		Clarify dnssec-keygen doc: key name must match zone
+			name for DNSSEC keys. [RT #19938]
+
+2656.	[func]		win32: add a "tools only" check box to the installer
+			which causes it to only install dig, host, nslookup,
+			nsupdate and relevant DLLs.  [RT #19998]
+
+2655.	[doc]		Document that key-directory does not affect
+			rndc.key.  [RT #20155]
+
+2653.	[bug]		Treat ENGINE_load_private_key() failures as key
+			not found rather than out of memory.  [RT #18033]
+
+2649.	[bug]		Set the domain for forward only zones. [RT #19944]
+
+2648.	[port]		win32: isc_time_seconds() was broken. [RT #19900]
+
+2647.	[bug]		Remove unnecessary SOA updates when a new KSK is
+			added. [RT #19913]
+
+2646.	[bug]		Incorrect cleanup on error in socket.c. [RT #19987]
+
+2645.	[port]		"gcc -m32" didn't work on amd64 and x86_64 platforms
+			which default to 64 bits. [RT #19927]
+
+2643.	[bug]		Stub zones interacted badly with NSEC3 support.
+			[RT #19777]
+
+2642.	[bug]		nsupdate could dump core on solaris when reading
+			improperly formatted key files.  [RT #20015]
 
 2640.	[security]	A specially crafted update packet will cause named
 			to exit. [RT #20000]
 
+2639.	[bug]		Silence compiler warnings in gssapi code. [RT #19954]
+
+2637.	[func]		Rationalize dnssec-signzone's signwithkey() calling.
+			[RT #19959]
+
+2635.	[bug]		isc_inet_ntop() incorrectly handled 0.0/16 addresses.
+			[RT #19716]
+
+2633.	[bug]		Handle 15 bit rand() functions. [RT #19783]
+
+2632.	[func]		util/kit.sh: warn if documentation appears to be out of
+			date.  [RT #19922]
+
+2625.	[bug]		Missing UNLOCK in rbtdb.c. [RT #19865]
+
+2623.	[bug]		Named started seaches for DS non-optimally. [RT #19915]
+
+2621.	[doc]		Made copyright boilterplate consistent.  [RT #19833]
+
+2920.	[bug]		Delay thawing the zone until the reload of it has
+			completed successfully.  [RT #19750]
+
+2618.	[bug]		The sdb and sdlz db_interator_seek() methods could
+			loop infinitely. [RT #19847]
+
+2617.	[bug]		ifconfig.sh failed to emit an error message when
+			run from the wrong location. [RT #19375]
+
+2616.	[bug]		'host' used the nameservers from resolv.conf even
+			when a explicit nameserver was specified. [RT #19852]
+
+2615.	[bug]		"__attribute__((unused))" was in the wrong place
+			for ia64 gcc builds. [RT #19854]
+
+2614.	[port]		win32: 'named -v' should automatically be executed
+			in the foreground. [RT #19844]
+
+2613.	[bug]		Option argument validation was missing for
+			dnssec-dsfromkey. [RT #19828]
+
+2610.	[port]		sunos: Change #2363 was not complete. [RT #19796]
+
+2608.	[func]		Perform post signing verification checks in
+			dnssec-signzone.  These can be disabled with -P.
+
+			The post sign verification test ensures that for each
+			algorithm in use there is at least one non revoked
+			self signed KSK key.  That all revoked KSK keys are
+			self signed.  That all records in the zone are signed
+			by the algorithm.  [RT #19653]
+
+2601.	[doc]		Mention file creation mode mask in the
+			named manual page.
+
+2593.	[bug]		Improve a corner source of SERVFAILs [RT #19632]
+
+2589.	[bug]		dns_db_unregister() failed to clear '*dbimp'.
+			[RT #19626]
+
+2581.	[contrib]	dlz/mysql set MYSQL_OPT_RECONNECT option on connection.
+			Requires MySQL 5.0.19 or later. [RT #19084]
+
+2580.	[bug]		UpdateRej statistics counter could be incremented twice
+			for one rejection. [RT #19476]
+
+2533.	[doc]		ARM: document @ (at-sign). [RT #17144]
+
+2500.	[contrib]	contrib/sdb/pgsql/zonetodb.c called non-existent
+			function. [RT #18582]
+
 	--- 9.6.1 released ---
 
 2607.	[bug]		named could incorrectly delete NSEC3 records for
-			empty nodes when processing a update request.  
+			empty nodes when processing a update request.
 			[RT #19749]
 
 2606.	[bug]		"delegation-only" was not being accepted in
@@ -78,7 +366,7 @@
 			date to the version string, -DNO_VERSION_DATE.
 
 2582.	[bug]		Don't emit warning log message when we attempt to
-			remove non-existant journal. [RT #19516]
+			remove non-existent journal. [RT #19516]
 
 2579.	[bug]		DNSSEC lookaside validation failed to handle unknown
 			algorithms. [RT #19479]
@@ -136,7 +424,7 @@
 2556.	[port]		Solaris: mkdir(2) on tmpfs filesystems does not do the
 			error checks in the correct order resulting in the
 			wrong error code sometimes being returned. [RT #19249]
-			
+
 2554.	[bug]		Validation of uppercase queries from NSEC3 zones could
 			fail. [RT #19297]
 
@@ -185,7 +473,7 @@
 2536.	[cleanup]	Silence some warnings when -Werror=format-security is
 			specified. [RT #19083]
 
-2535.	[bug]		dig +showsearh and +trace interacted badly. [RT #19091]
+2535.	[bug]		dig +showsearch and +trace interacted badly. [RT #19091]
 
 2532.	[bug]		dig: check the question section of the response to
 			see if it matches the asked question. [RT #18495]
@@ -198,8 +486,8 @@
 2529.	[cleanup]	Upgrade libtool to silence complaints from recent
 			version of autoconf. [RT #18657]
 
-2528.   [cleanup]       Silence spurious configure warning about
-                        --datarootdir [RT #19096]
+2528.   [cleanup]	Silence spurious configure warning about
+			--datarootdir [RT #19096]
 
 2527.	[bug]		named could reuse cache on reload with
 			enabling/disabling validation. [RT #19119]
@@ -222,7 +510,7 @@
 			preceded in resolv.conf. [RT #19081]
 
 2517.	[bug]		dig +trace with -4 or -6 failed when it chose a
-			nameserver address of the excluded address.
+			nameserver address of the excluded address type.
 			[RT #18843]
 
 2516.	[bug]		glue sort for responses was performed even when not
@@ -235,7 +523,7 @@
 2511.	[cleanup]	dns_rdata_tofmttext() add const to linebreak.
 			[RT #18885]
 
-2506.	[port]		solaris: Check at configure time if 
+2506.	[port]		solaris: Check at configure time if
 			hack_shutup_pthreadonceinit is needed. [RT #19037]
 
 2505.	[port]		Treat amd64 similarly to x86_64 when determining
@@ -258,7 +546,7 @@
 2515.	[port]		win32: build dnssec-dsfromkey and dnssec-keyfromlabel.
 			[RT #19063]
 
-2513	[bug]		Fix windows cli build. [RT #19062]
+2513.	[bug]		Fix windows cli build. [RT #19062]
 
 2510.	[bug]		"dig +sigchase" could trigger REQUIRE failures.
 			[RT #19033]
@@ -343,7 +631,7 @@
 
 2478.	[bug]		'addresses' could be used uninitialized in
 			configure_forward(). [RT #18800]
-	
+
 2477.	[bug]		dig: the global option to print the command line is
 			+cmd not print_cmd.  Update the output to reflect
 			this. [RT #17008]
@@ -359,7 +647,7 @@
 
 2473.	[port]		linux: raise the limit on open files to the possible
 			maximum value before spawning threads; 'files'
-		        specified in named.conf doesn't seem to work with
+			specified in named.conf doesn't seem to work with
 			threads as expected. [RT #18784]
 
 2472.	[port]		linux: check the number of available cpu's before
@@ -388,7 +676,7 @@
 2464.	[port]		linux: check that a capability is present before
 			trying to set it. [RT #18135]
 
-2463.   [port]          linux: POSIX doesn't include the IPv6 Advanced Socket
+2463.	[port]		linux: POSIX doesn't include the IPv6 Advanced Socket
 			API and glibc hides parts of the IPv6 Advanced Socket
 			API as a result.  This is stupid as it breaks how the
 			two halves (Basic and Advanced) of the IPv6 Socket API
@@ -418,7 +706,7 @@
 2456.	[bug]		In ACLs, ::/0 and 0.0.0.0/0 would both match any
 			address, regardless of family.  They now correctly
 			distinguish IPv4 from IPv6.  [RT #18559]
-                        
+
 2455.	[bug]		Stop metadata being transferred via axfr/ixfr.
 			[RT #18639]
 
@@ -458,7 +746,7 @@
 
 2442.	[bug]		A lock could be destroyed twice. [RT# 18626]
 
-2441.   [bug]           isc_radix_insert() could copy radix tree nodes
+2441.	[bug]		isc_radix_insert() could copy radix tree nodes
 			incompletely. [RT #18573]
 
 2440.   [bug]		named-checkconf used an incorrect test to determine
@@ -515,7 +803,7 @@
 			implementation.  Allow the use of kqueue,
 			epoll and /dev/poll to be selected at compile
 			time. [RT #18277]
-			
+
 2423.   [security]	Randomize server selection on queries, so as to
                         make forgery a little more difficult.  Instead of
                         always preferring the server with the lowest RTT,
@@ -583,9 +871,9 @@
 
 2406.	[placeholder]
 
-2405.   [cleanup]       The default value for dnssec-validation was changed to
-                        "yes" in 9.5.0-P1 and all subsequent releases; this
-                        was inadvertently omitted from CHANGES at the time.
+2405.	[cleanup]	The default value for dnssec-validation was changed to
+			"yes" in 9.5.0-P1 and all subsequent releases; this
+			was inadvertently omitted from CHANGES at the time.
 
 2404.	[port]		hpux: files unlimited support.
 
@@ -661,7 +949,7 @@
 2380.	[bug]		dns_view_find() was not returning NXDOMAIN/NXRRSET
 			proofs which, in turn, caused validation failures
 			for insecure zones immediately below a secure zone
-			the server was authoritative for. [RT #18112] 
+			the server was authoritative for. [RT #18112]
 
 2379.	[contrib]	queryperf/gen-data-queryperf.py: removed redundant
 			TLDs and supported RRs with TTLs [RT #17972]
@@ -709,7 +997,7 @@
 2363.	[port]		sunos: pre-set "lt_cv_sys_max_cmd_len=4096;".
 			[RT #17513]
 
-2362.   [cleanup]	Make "rrset-order fixed" a compile-time option.
+2362.	[cleanup]	Make "rrset-order fixed" a compile-time option.
 			settable by "./configure --enable-fixed-rrset".
 			Disabled by default. [RT #17977]
 
@@ -792,12 +1080,12 @@
 			interfaces if there are not listen-on-v6 clauses in
 			named.conf.  [RT #17581]
 
-2335.	[port]		sunos:  libbind and *printf() support for long long. 
+2335.	[port]		sunos:  libbind and *printf() support for long long.
 			[RT #17513]
 
 2334.	[bug]		Bad REQUIRES in fromstruct_in_naptr(),  off by one
 			bug in fromstruct_txt(). [RT #17609]
-			
+
 2333.	[bug]		Fix off by one error in isc_time_nowplusinterval().
 			[RT #17608]
 
@@ -842,7 +1130,7 @@
 2320.	[func]		Make statistics counters thread-safe for platforms
 			that support certain atomic operations. [RT #17466]
 
-2319.	[bug]		Silence Coverity warnings in 
+2319.	[bug]		Silence Coverity warnings in
 			lib/dns/rdata/in_1/apl_42.c. [RT #17469]
 
 2318.	[port]		sunos fixes for libbind.  [RT #17514]
@@ -894,7 +1182,7 @@
 2301.	[bug]		Remove resource leak and fix error messages in
 			bin/tests/system/lwresd/lwtest.c. [RT #17474]
 
-2300.	[bug]		Fixed failure to close open file in 
+2300.	[bug]		Fixed failure to close open file in
 			bin/tests/names/t_names.c. [RT #17473]
 
 2299.	[bug]		Remove unnecessary NULL check in
@@ -1017,7 +1305,7 @@
 2261.   [bug]           Fix memory leak with "any" and "none" ACLs [RT #17272]
 
 2260.	[bug]		Reported wrong clients-per-query when increasing the
-                        value. [RT #17236]
+			value. [RT #17236]
 
 2259.	[placeholder]
 
@@ -1039,10 +1327,10 @@
 			intermediate values as timer->idle was reset by
 			isc_timer_touch(). [RT #17243]
 
-2253.	[func]	 	"max-cache-size" defaults to 32M.
+2253.	[func]		"max-cache-size" defaults to 32M.
 			"max-acache-size" defaults to 16M.
 
-2252.   [bug]           Fixed errors in sortlist code [RT #17216]
+2252.	[bug]		Fixed errors in sortlist code [RT #17216]
 
 2251.	[placeholder]
 
@@ -1050,11 +1338,11 @@
 			memory statistics file should be written or not.
 			Additionally named's -m option will cause the
 			statistics file to be written. [RT #17113]
-			
-2249.   [bug]           Only set Authentic Data bit if client requested
-                        DNSSEC, per RFC 3655 [RT #17175]
 
-2248.   [cleanup]       Fix several errors reported by Coverity. [RT #17160]
+2249.	[bug]		Only set Authentic Data bit if client requested
+			DNSSEC, per RFC 3655 [RT #17175]
+
+2248.	[cleanup]	Fix several errors reported by Coverity. [RT #17160]
 
 2247.	[doc]		Sort doc/misc/options. [RT #17067]
 
@@ -1095,11 +1383,11 @@
 
 2235.	[bug]		<isc/atomic.h> was not being installed. [RT #17135]
 
-2234.   [port]          Correct some compiler warnings on SCO OSr5 [RT #17134]
-  
-2233.   [func]          Add support for O(1) ACL processing, based on
-                        radix tree code originally written by Kevin
-                        Brintnall. [RT #16288]
+2234.	[port]		Correct some compiler warnings on SCO OSr5 [RT #17134]
+
+2233.	[func]		Add support for O(1) ACL processing, based on
+			radix tree code originally written by Kevin
+			Brintnall. [RT #16288]
 
 2232.	[bug]		dns_adb_findaddrinfo() could fail and return
 			ISC_R_SUCCESS. [RT #17137]
@@ -1120,7 +1408,7 @@
 2226.	[placeholder]
 
 2225.	[bug]		More support for systems with no IPv4 addresses.
-		        [RT #17111]
+			[RT #17111]
 
 2224.	[bug]		Defer journal compaction if a xfrin is in progress.
 			[RT #17119]
@@ -1128,7 +1416,7 @@
 2223.	[bug]		Make a new journal when compacting. [RT #17119]
 
 2222.	[func]		named-checkconf now checks server key references.
-		        [RT #17097]
+			[RT #17097]
 
 2221.	[bug]		Set the event result code to reflect the actual
 			record turned to caller when a cache update is
@@ -1137,7 +1425,7 @@
 
 2220.	[bug]		win32: Address a race condition in final shutdown of
 			the Windows socket code. [RT #17028]
-			
+
 2219.	[bug]		Apply zone consistency checks to additions, not
 			removals, when updating. [RT #17049]
 
@@ -1147,7 +1435,7 @@
 2217.	[func]		Adjust update log levels. [RT #17092]
 
 2216.	[cleanup]	Fix a number of errors reported by Coverity.
-		        [RT #17094]
+			[RT #17094]
 
 2215.	[bug]		Bad REQUIRE check isc_hmacsha1_verify(). [RT #17094]
 
@@ -1193,7 +1481,7 @@
 			localhost;) is used.
 
 			[RT #16987]
-	
+
 2205.	[bug]		libbind: change #2119 broke thread support. [RT #16982]
 
 2204.	[bug]		"rndc flushanme name unknown-view" caused named
@@ -1332,7 +1620,7 @@
 			allow-query-on, allow-recursion-on and
 			allow-query-cache-on. [RT #16291]
 
-2164.	[bug]		The code to determine how named-checkzone / 
+2164.	[bug]		The code to determine how named-checkzone /
 			named-compilezone was called failed under windows.
 			[RT #16764]
 
@@ -1539,14 +1827,14 @@
 
 2095.	[port]		libbind: alway prototype inet_cidr_ntop_ipv6() and
 			net_cidr_ntop_ipv6(). [RT #16388]
- 
+
 2094.	[contrib]	Update named-bootconf.  [RT# 16404]
 
 2093.	[bug]		named-checkzone -s was broken.
 
 2092.	[bug]		win32: dig, host, nslookup.  Use registry config
 			if resolv.conf does not exist or no nameservers
-			listed. [RT #15877] 
+			listed. [RT #15877]
 
 2091.	[port]		dighost.c: race condition on cleanup. [RT #16417]
 
@@ -1950,7 +2238,7 @@
 
 1964.	[func]		Separate out MX and SRV to CNAME checks. [RT #15723]
 
-1963.	[port]		Tru64 4.0E doesn't support send() and recv(). 
+1963.	[port]		Tru64 4.0E doesn't support send() and recv().
 			[RT #15586]
 
 1962.	[bug]		Named failed to clear old update-policy when it
@@ -1993,7 +2281,7 @@
 1951.	[security]	Drop queries from particular well known ports.
 			Don't return FORMERR to queries from particular
 			well known ports.  [RT #15636]
-			
+
 1950.	[port]		Solaris 2.5.1 and earlier cannot bind() then connect()
 			a TCP socket. This prevents the source address being
 			set for TCP connections. [RT #15628]
@@ -2015,7 +2303,7 @@
 1945.	[cleanup]	dnssec-keygen: RSA (RSAMD5) is no longer recommended.
 			To generate a RSAMD5 key you must explicitly request
 			RSAMD5. [RT #13780]
-			
+
 1944.	[cleanup]	isc_hash_create() does not need a read/write lock.
 			[RT #15522]
 
@@ -2127,7 +2415,7 @@
 			[RT #15034]
 
 1905.	[bug]		Strings returned from cfg_obj_asstring() should be
-			treated as read-only.  The prototype for 
+			treated as read-only.  The prototype for
 			cfg_obj_asstring() has been updated to reflect this.
 			[RT #15256]
 
@@ -2259,10 +2547,10 @@
 1863.	[bug]		rrset-order "fixed" error messages not complete.
 
 1862.	[func]		Add additional zone data constancy checks.
-			named-checkzone has extended checking of NS, MX and 
+			named-checkzone has extended checking of NS, MX and
 			SRV record and the hosts they reference.
 			named has extended post zone load checks.
-			New zone options: check-mx and integrity-check. 
+			New zone options: check-mx and integrity-check.
 			[RT #4940]
 
 1861.	[bug]		dig could trigger a INSIST on certain malformed
@@ -2305,9 +2593,9 @@
 1848.	[bug]		Improve SMF integration. [RT #13238]
 
 1847.	[bug]		isc_ondestroy_init() is called too late in
-			dns_rbtdb_create()/dns_rbtdb64_create(). 
+			dns_rbtdb_create()/dns_rbtdb64_create().
 			[RT #13661]
-			
+
 1846.	[contrib]	query-loc-0.3.0 from Stephane Bortzmeyer
 			<bortzmeyer@nic.fr>.
 
@@ -2599,7 +2887,7 @@
 			[RT #12866]
 
 1748.	[func]		dig now returns the byte count for axfr/ixfr.
-			
+
 1747.	[bug]		BIND 8 compatibility: named/named-checkconf failed
 			to parse "host-statistics-max" in named.conf.
 
@@ -2617,7 +2905,7 @@
 			requested number of worker threads then destruction
 			of the manager would trigger an INSIST() failure.
 			[RT #12790]
-			
+
 1742.	[bug]		Deleting all records at a node then adding a
 			previously existing record, in a single UPDATE
 			transaction, failed to leave / regenerate the
@@ -2628,7 +2916,7 @@
 
 1740.	[bug]		Replace rbt's hash algorithm as it performed badly
 			with certain zones. [RT #12729]
-			
+
 			NOTE: a hash context now needs to be established
 			via isc_hash_create() if the application was not
 			already doing this.
@@ -2643,7 +2931,7 @@
 
 1736.	[bug]		dst_key_fromnamedfile() could fail to read a
 			public key. [RT #12687]
-			
+
 1735.	[bug]		'dig +sigtrace' could die with a REQUIRE failure.
 			[RE #12688]
 
@@ -2820,7 +3108,7 @@
 
 1675.	[bug]		named would sometimes add extra NSEC records to
 			the authority section.
-			
+
 1674.	[port]		linux: increase buffer size used to scan
 			/proc/net/if_inet6.
 
@@ -2894,7 +3182,7 @@
 
 1648.	[func]		Update dnssec-lookaside named.conf syntax to support
 			multiple dnssec-lookaside namespaces (not yet
-			implemented).  
+			implemented).
 
 1647.	[bug]		It was possible trigger a INSIST when chasing a DS
 			record that required walking back over a empty node.
@@ -2924,7 +3212,7 @@
 
 1638.	[bug]		"ixfr-from-differences" could generate a REQUIRE
 			failure if the journal open failed. [RT #11347]
-			
+
 1637.	[bug]		Node reference leak on error in addnoqname().
 
 1636.	[bug]		The dump done callback could get ISC_R_SUCCESS even if
@@ -3018,21 +3306,21 @@
 1607.	[bug]		dig, host and nslookup were still using random()
 			to generate query ids. [RT# 11013]
 
-1606.	[bug]	 	DLV insecurity proof was failing.
+1606.	[bug]		DLV insecurity proof was failing.
 
 1605.	[func]		New dns_db_find() option DNS_DBFIND_COVERINGNSEC.
 
 1604.	[bug]		A xfrout_ctx_create() failure would result in
 			xfrout_ctx_destroy() being called with a
 			partially initialized structure.
-			
+
 1603.	[bug]		nsupdate: set interactive based on isatty().
 			[RT# 10929]
 
 1602.	[bug]		Logging to a file failed unless a size was specified.
 			[RT# 10925]
 
-1601.	[bug]		Silence spurious warning 'both "recursion no;" and 
+1601.	[bug]		Silence spurious warning 'both "recursion no;" and
 			"allow-recursion" active' warning from view "_bind".
 			[RT# 10920]
 
diff --git a/contrib/bind9/COPYRIGHT b/contrib/bind9/COPYRIGHT
index 620ee985983c..d95930be8cd5 100644
--- a/contrib/bind9/COPYRIGHT
+++ b/contrib/bind9/COPYRIGHT
@@ -1,4 +1,4 @@
-Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2004-2010  Internet Systems Consortium, Inc. ("ISC")
 Copyright (C) 1996-2003  Internet Software Consortium.
 
 Permission to use, copy, modify, and/or distribute this software for any
@@ -13,7 +13,7 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 PERFORMANCE OF THIS SOFTWARE.
 
-$Id: COPYRIGHT,v 1.14.176.1 2009/01/05 23:47:22 tbox Exp $
+$Id: COPYRIGHT,v 1.14.176.2 2010/01/07 23:47:36 tbox Exp $
 
 Portions Copyright (C) 1996-2001  Nominum, Inc.
 
diff --git a/contrib/bind9/FAQ b/contrib/bind9/FAQ
index b256ed8b10a3..9e3469ce4ae2 100644
--- a/contrib/bind9/FAQ
+++ b/contrib/bind9/FAQ
@@ -1,6 +1,6 @@
 Frequently Asked Questions about BIND 9
 
-Copyright � 2004-2009 Internet Systems Consortium, Inc. ("ISC")
+Copyright � 2004-2010 Internet Systems Consortium, Inc. ("ISC")
 
 Copyright � 2000-2003 Internet Software Consortium.
 
@@ -784,6 +784,22 @@ A: Red Hat Security Enhanced Linux (SELinux) policy security protections :
    See these man-pages for more information : selinux(8), named_selinux
    (8), chcon(1), setsebool(8)
 
+Q: I'm running BIND on Ubuntu -
+
+   Why can't named update slave zone database files?
+
+   Why can't named create DDNS journal files or update the master zones
+   from journals?
+
+   Why can't named create custom log files?
+
+A: Ubuntu uses AppArmor <http://en.wikipedia.org/wiki/AppArmor> in
+   addition to normal file system permissions to protect the system.
+
+   Adjust the paths to use those specified in /etc/apparmor.d/
+   usr.sbin.named or adjust /etc/apparmor.d/usr.sbin.named to allow named
+   to write at the location specified in named.conf.
+
 Q: Listening on individual IPv6 interfaces does not work.
 
 A: This is usually due to "/proc/net/if_inet6" not being available in the
diff --git a/contrib/bind9/FAQ.xml b/contrib/bind9/FAQ.xml
index 65e8efc53a27..1d87642f6692 100644
--- a/contrib/bind9/FAQ.xml
+++ b/contrib/bind9/FAQ.xml
@@ -1,7 +1,7 @@
 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
        "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" []>
 <!--
- - Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2004-2010  Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000-2003  Internet Software Consortium.
  -
  - Permission to use, copy, modify, and/or distribute this software for any
@@ -17,7 +17,7 @@
  - PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- $Id: FAQ.xml,v 1.46.56.4.12.1 2009/12/31 23:17:56 tbox Exp $ -->
+<!-- $Id: FAQ.xml,v 1.46.56.9 2010/01/20 23:47:43 tbox Exp $ -->
 
 <article class="faq">
   <title>Frequently Asked Questions about BIND 9</title>
@@ -29,6 +29,7 @@
       <year>2007</year>
       <year>2008</year>
       <year>2009</year>
+      <year>2010</year>
       <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
     </copyright>
     <copyright>
@@ -1382,6 +1383,36 @@ named_cache_t: for files modifiable by named - $ROOTDIR/var/{tmp,named/{slaves,d
       </answer>
     </qandaentry>
 
+    <qandaentry>
+      <question>
+	<para>
+	   I'm running BIND on Ubuntu -
+	</para>
+	<para>
+	  Why can't named update slave zone database files?
+	</para>
+	<para>
+	  Why can't named create DDNS journal files or update
+	  the master zones from journals?
+	</para>
+	<para>
+	  Why can't named create custom log files?
+	</para>
+      </question>
+      <answer>
+	<para>
+	  Ubuntu uses AppArmor <ulink url="http://en.wikipedia.org/wiki/AppArmor">
+          &lt;http://en.wikipedia.org/wiki/AppArmor&gt;</ulink> in
+	  addition to normal file system permissions to protect the system.
+	</para>
+	<para>
+	  Adjust the paths to use those specified in /etc/apparmor.d/usr.sbin.named
+	  or adjust /etc/apparmor.d/usr.sbin.named to allow named to write at the
+	  location specified in named.conf.
+	</para>
+      </answer>
+    </qandaentry>
+
     <qandaentry>
       <question>
 	<para>
diff --git a/contrib/bind9/NSEC3-NOTES b/contrib/bind9/NSEC3-NOTES
index d23b20eefd22..3f8d8f905c00 100644
--- a/contrib/bind9/NSEC3-NOTES
+++ b/contrib/bind9/NSEC3-NOTES
@@ -35,7 +35,7 @@ will not be completely signed until named has had time to walk the
 zone and generate the NSEC and RRSIG records.  Initially the NSEC
 record at the zone apex will have the OPT bit set.  When the NSEC
 chain is complete the OPT bit will be cleared.  Additionally when
-the zone is fully signed the private type (default TYPE65535) records
+the zone is fully signed the private type (default TYPE65534) records
 will have a non zero value for the final octet. 
 
 The private type record has 5 octets.
@@ -45,7 +45,7 @@ The private type record has 5 octets.
 	complete flag (octet 5)
 
 If you wish to go straight to a secure zone using NSEC3 you should
-also add a NSECPARAM record to the update request with the flags
+also add a NSEC3PARAM record to the update request with the flags
 field set to indicate whether the NSEC3 chain will have the OPTOUT
 bit set or not.
 
diff --git a/contrib/bind9/README b/contrib/bind9/README
index d15198848024..902d9ed97d21 100644
--- a/contrib/bind9/README
+++ b/contrib/bind9/README
@@ -42,6 +42,29 @@ BIND 9
 		Stichting NLnet - NLnet Foundation
 		Nominum, Inc.
 
+BIND 9.6.2
+
+	BIND 9.6.2 is a maintenance release, fixing bugs in 9.6.1.
+        It also introduces support for the SHA-2 DNSSEC algorithms,
+        RSASHA256 and RSASHA512.
+
+        Known issues in this release:
+
+        - A validating resolver that has been incorrectly configured with
+          an invalid trust anchor will be unable to resolve names covered
+          by that trust anchor.  In all current versions of BIND 9, such a
+          resolver will also generate significant unnecessary DNS traffic
+          while trying to validate.  The latter problem will be addressed
+          in future BIND 9 releases.  In the meantime, to avoid these
+          problems, exercise caution when configuring "trusted-keys":
+          make sure all keys are correct and current when you add them,
+          and update your configuration in a timely manner when keys
+          roll over.
+
+BIND 9.6.1
+
+	BIND 9.6.1 is a maintenance release, fixing bugs in 9.6.0.
+
 BIND 9.6.0
 
         BIND 9.6.0 includes a number of changes from BIND 9.5 and earlier
diff --git a/contrib/bind9/bin/check/named-checkconf.8 b/contrib/bind9/bin/check/named-checkconf.8
index 852b13364ec2..072d1cfd7041 100644
--- a/contrib/bind9/bin/check/named-checkconf.8
+++ b/contrib/bind9/bin/check/named-checkconf.8
@@ -1,7 +1,7 @@
 .\" Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
 .\" Copyright (C) 2000-2002 Internet Software Consortium.
 .\" 
-.\" Permission to use, copy, modify, and distribute this software for any
+.\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
 .\" copyright notice and this permission notice appear in all copies.
 .\" 
@@ -13,7 +13,7 @@
 .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 .\" PERFORMANCE OF THIS SOFTWARE.
 .\"
-.\" $Id: named-checkconf.8,v 1.30 2007/06/20 02:27:32 marka Exp $
+.\" $Id: named-checkconf.8,v 1.30.334.1 2009/07/11 01:55:20 tbox Exp $
 .\"
 .hy 0
 .ad l
diff --git a/contrib/bind9/bin/check/named-checkconf.html b/contrib/bind9/bin/check/named-checkconf.html
index 34bec808aaab..8fd1e6df36e5 100644
--- a/contrib/bind9/bin/check/named-checkconf.html
+++ b/contrib/bind9/bin/check/named-checkconf.html
@@ -2,7 +2,7 @@
  - Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000-2002 Internet Software Consortium.
  - 
- - Permission to use, copy, modify, and distribute this software for any
+ - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
  - copyright notice and this permission notice appear in all copies.
  - 
@@ -14,7 +14,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: named-checkconf.html,v 1.30 2007/06/20 02:27:32 marka Exp $ -->
+<!-- $Id: named-checkconf.html,v 1.30.334.1 2009/07/11 01:55:20 tbox Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
diff --git a/contrib/bind9/bin/check/named-checkzone.8 b/contrib/bind9/bin/check/named-checkzone.8
index 5520da348682..dfc409e5e43b 100644
--- a/contrib/bind9/bin/check/named-checkzone.8
+++ b/contrib/bind9/bin/check/named-checkzone.8
@@ -1,7 +1,7 @@
 .\" Copyright (C) 2004-2007, 2009 Internet Systems Consortium, Inc. ("ISC")
 .\" Copyright (C) 2000-2002 Internet Software Consortium.
 .\" 
-.\" Permission to use, copy, modify, and distribute this software for any
+.\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
 .\" copyright notice and this permission notice appear in all copies.
 .\" 
@@ -13,7 +13,7 @@
 .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 .\" PERFORMANCE OF THIS SOFTWARE.
 .\"
-.\" $Id: named-checkzone.8,v 1.42.334.1 2009/01/23 01:53:33 tbox Exp $
+.\" $Id: named-checkzone.8,v 1.42.334.3 2009/11/11 01:56:22 tbox Exp $
 .\"
 .hy 0
 .ad l
@@ -33,9 +33,9 @@
 named\-checkzone, named\-compilezone \- zone file validity checking or converting tool
 .SH "SYNOPSIS"
 .HP 16
-\fBnamed\-checkzone\fR [\fB\-d\fR] [\fB\-h\fR] [\fB\-j\fR] [\fB\-q\fR] [\fB\-v\fR] [\fB\-c\ \fR\fB\fIclass\fR\fR] [\fB\-f\ \fR\fB\fIformat\fR\fR] [\fB\-F\ \fR\fB\fIformat\fR\fR] [\fB\-i\ \fR\fB\fImode\fR\fR] [\fB\-k\ \fR\fB\fImode\fR\fR] [\fB\-m\ \fR\fB\fImode\fR\fR] [\fB\-M\ \fR\fB\fImode\fR\fR] [\fB\-n\ \fR\fB\fImode\fR\fR] [\fB\-o\ \fR\fB\fIfilename\fR\fR] [\fB\-s\ \fR\fB\fIstyle\fR\fR] [\fB\-S\ \fR\fB\fImode\fR\fR] [\fB\-t\ \fR\fB\fIdirectory\fR\fR] [\fB\-w\ \fR\fB\fIdirectory\fR\fR] [\fB\-D\fR] [\fB\-W\ \fR\fB\fImode\fR\fR] {zonename} {filename}
+\fBnamed\-checkzone\fR [\fB\-d\fR] [\fB\-h\fR] [\fB\-j\fR] [\fB\-q\fR] [\fB\-v\fR] [\fB\-c\ \fR\fB\fIclass\fR\fR] [\fB\-f\ \fR\fB\fIformat\fR\fR] [\fB\-F\ \fR\fB\fIformat\fR\fR] [\fB\-i\ \fR\fB\fImode\fR\fR] [\fB\-k\ \fR\fB\fImode\fR\fR] [\fB\-m\ \fR\fB\fImode\fR\fR] [\fB\-M\ \fR\fB\fImode\fR\fR] [\fB\-n\ \fR\fB\fImode\fR\fR] [\fB\-s\ \fR\fB\fIstyle\fR\fR] [\fB\-S\ \fR\fB\fImode\fR\fR] [\fB\-t\ \fR\fB\fIdirectory\fR\fR] [\fB\-w\ \fR\fB\fIdirectory\fR\fR] [\fB\-D\fR] [\fB\-W\ \fR\fB\fImode\fR\fR] {zonename} {filename}
 .HP 18
-\fBnamed\-compilezone\fR [\fB\-d\fR] [\fB\-j\fR] [\fB\-q\fR] [\fB\-v\fR] [\fB\-c\ \fR\fB\fIclass\fR\fR] [\fB\-C\ \fR\fB\fImode\fR\fR] [\fB\-f\ \fR\fB\fIformat\fR\fR] [\fB\-F\ \fR\fB\fIformat\fR\fR] [\fB\-i\ \fR\fB\fImode\fR\fR] [\fB\-k\ \fR\fB\fImode\fR\fR] [\fB\-m\ \fR\fB\fImode\fR\fR] [\fB\-n\ \fR\fB\fImode\fR\fR] [\fB\-o\ \fR\fB\fIfilename\fR\fR] [\fB\-s\ \fR\fB\fIstyle\fR\fR] [\fB\-t\ \fR\fB\fIdirectory\fR\fR] [\fB\-w\ \fR\fB\fIdirectory\fR\fR] [\fB\-D\fR] [\fB\-W\ \fR\fB\fImode\fR\fR] {zonename} {filename}
+\fBnamed\-compilezone\fR [\fB\-d\fR] [\fB\-j\fR] [\fB\-q\fR] [\fB\-v\fR] [\fB\-c\ \fR\fB\fIclass\fR\fR] [\fB\-C\ \fR\fB\fImode\fR\fR] [\fB\-f\ \fR\fB\fIformat\fR\fR] [\fB\-F\ \fR\fB\fIformat\fR\fR] [\fB\-i\ \fR\fB\fImode\fR\fR] [\fB\-k\ \fR\fB\fImode\fR\fR] [\fB\-m\ \fR\fB\fImode\fR\fR] [\fB\-n\ \fR\fB\fImode\fR\fR] [\fB\-o\ \fR\fB\fIfilename\fR\fR] [\fB\-s\ \fR\fB\fIstyle\fR\fR] [\fB\-t\ \fR\fB\fIdirectory\fR\fR] [\fB\-w\ \fR\fB\fIdirectory\fR\fR] [\fB\-D\fR] [\fB\-W\ \fR\fB\fImode\fR\fR] {\fB\-o\ \fR\fB\fIfilename\fR\fR} {zonename} {filename}
 .SH "DESCRIPTION"
 .PP
 \fBnamed\-checkzone\fR
diff --git a/contrib/bind9/bin/check/named-checkzone.c b/contrib/bind9/bin/check/named-checkzone.c
index 83b3bbe9acfc..0b49b51afc58 100644
--- a/contrib/bind9/bin/check/named-checkzone.c
+++ b/contrib/bind9/bin/check/named-checkzone.c
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: named-checkzone.c,v 1.51.34.3 2009/05/29 02:17:43 marka Exp $ */
+/* $Id: named-checkzone.c,v 1.51.34.4 2009/11/10 20:01:41 each Exp $ */
 
 /*! \file */
 
@@ -73,14 +73,16 @@ static enum { progmode_check, progmode_compile } progmode;
 static void
 usage(void) {
 	fprintf(stderr,
-		"usage: %s [-djqvD] [-c class] [-o output] "
+		"usage: %s [-djqvD] [-c class] "
 		"[-f inputformat] [-F outputformat] "
 		"[-t directory] [-w directory] [-k (ignore|warn|fail)] "
 		"[-n (ignore|warn|fail)] [-m (ignore|warn|fail)] "
 		"[-i (full|full-sibling|local|local-sibling|none)] "
 		"[-M (ignore|warn|fail)] [-S (ignore|warn|fail)] "
 		"[-W (ignore|warn)] "
-		"zonename filename\n", prog_name);
+		"%s zonename filename\n",
+		prog_name,
+		progmode == progmode_check ? "[-o filename]" : "{-o filename}");
 	exit(1);
 }
 
diff --git a/contrib/bind9/bin/check/named-checkzone.docbook b/contrib/bind9/bin/check/named-checkzone.docbook
index d8634473146e..4abb07fc831a 100644
--- a/contrib/bind9/bin/check/named-checkzone.docbook
+++ b/contrib/bind9/bin/check/named-checkzone.docbook
@@ -18,7 +18,7 @@
  - PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- $Id: named-checkzone.docbook,v 1.34.334.2 2009/01/22 23:47:04 tbox Exp $ -->
+<!-- $Id: named-checkzone.docbook,v 1.34.334.3 2009/11/10 20:01:41 each Exp $ -->
 <refentry id="man.named-checkzone">
   <refentryinfo>
     <date>June 13, 2000</date>
@@ -69,7 +69,6 @@
       <arg><option>-m <replaceable class="parameter">mode</replaceable></option></arg>
       <arg><option>-M <replaceable class="parameter">mode</replaceable></option></arg>
       <arg><option>-n <replaceable class="parameter">mode</replaceable></option></arg>
-      <arg><option>-o <replaceable class="parameter">filename</replaceable></option></arg>
       <arg><option>-s <replaceable class="parameter">style</replaceable></option></arg>
       <arg><option>-S <replaceable class="parameter">mode</replaceable></option></arg>
       <arg><option>-t <replaceable class="parameter">directory</replaceable></option></arg>
@@ -99,6 +98,7 @@
       <arg><option>-w <replaceable class="parameter">directory</replaceable></option></arg>
       <arg><option>-D</option></arg>
       <arg><option>-W <replaceable class="parameter">mode</replaceable></option></arg>
+      <arg choice="req"><option>-o <replaceable class="parameter">filename</replaceable></option></arg>
       <arg choice="req">zonename</arg>
       <arg choice="req">filename</arg>
     </cmdsynopsis>
diff --git a/contrib/bind9/bin/check/named-checkzone.html b/contrib/bind9/bin/check/named-checkzone.html
index 71dc445eaa7e..68a6331ddf37 100644
--- a/contrib/bind9/bin/check/named-checkzone.html
+++ b/contrib/bind9/bin/check/named-checkzone.html
@@ -2,7 +2,7 @@
  - Copyright (C) 2004-2007, 2009 Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000-2002 Internet Software Consortium.
  - 
- - Permission to use, copy, modify, and distribute this software for any
+ - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
  - copyright notice and this permission notice appear in all copies.
  - 
@@ -14,7 +14,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: named-checkzone.html,v 1.42.334.1 2009/01/23 01:53:33 tbox Exp $ -->
+<!-- $Id: named-checkzone.html,v 1.42.334.3 2009/11/11 01:56:22 tbox Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -29,11 +29,11 @@
 </div>
 <div class="refsynopsisdiv">
 <h2>Synopsis</h2>
-<div class="cmdsynopsis"><p><code class="command">named-checkzone</code>  [<code class="option">-d</code>] [<code class="option">-h</code>] [<code class="option">-j</code>] [<code class="option">-q</code>] [<code class="option">-v</code>] [<code class="option">-c <em class="replaceable"><code>class</code></em></code>] [<code class="option">-f <em class="replaceable"><code>format</code></em></code>] [<code class="option">-F <em class="replaceable"><code>format</code></em></code>] [<code class="option">-i <em class="replaceable"><code>mode</code></em></code>] [<code class="option">-k <em class="replaceable"><code>mode</code></em></code>] [<code class="option">-m <em class="replaceable"><code>mode</code></em></code>] [<code class="option">-M <em class="replaceable"><code>mode</code></em></code>] [<code class="option">-n <em class="replaceable"><code>mode</code></em></code>] [<code class="option">-o <em class="replaceable"><code>filename</code></em></code>] [<code class="option">-s <em class="replaceable"><code>style</code></em></code>] [<code class="option">-S <em class="replaceable"><code>mode</code></em></code>] [<code class="option">-t <em class="replaceable"><code>directory</code></em></code>] [<code class="option">-w <em class="replaceable"><code>directory</code></em></code>] [<code class="option">-D</code>] [<code class="option">-W <em class="replaceable"><code>mode</code></em></code>] {zonename} {filename}</p></div>
-<div class="cmdsynopsis"><p><code class="command">named-compilezone</code>  [<code class="option">-d</code>] [<code class="option">-j</code>] [<code class="option">-q</code>] [<code class="option">-v</code>] [<code class="option">-c <em class="replaceable"><code>class</code></em></code>] [<code class="option">-C <em class="replaceable"><code>mode</code></em></code>] [<code class="option">-f <em class="replaceable"><code>format</code></em></code>] [<code class="option">-F <em class="replaceable"><code>format</code></em></code>] [<code class="option">-i <em class="replaceable"><code>mode</code></em></code>] [<code class="option">-k <em class="replaceable"><code>mode</code></em></code>] [<code class="option">-m <em class="replaceable"><code>mode</code></em></code>] [<code class="option">-n <em class="replaceable"><code>mode</code></em></code>] [<code class="option">-o <em class="replaceable"><code>filename</code></em></code>] [<code class="option">-s <em class="replaceable"><code>style</code></em></code>] [<code class="option">-t <em class="replaceable"><code>directory</code></em></code>] [<code class="option">-w <em class="replaceable"><code>directory</code></em></code>] [<code class="option">-D</code>] [<code class="option">-W <em class="replaceable"><code>mode</code></em></code>] {zonename} {filename}</p></div>
+<div class="cmdsynopsis"><p><code class="command">named-checkzone</code>  [<code class="option">-d</code>] [<code class="option">-h</code>] [<code class="option">-j</code>] [<code class="option">-q</code>] [<code class="option">-v</code>] [<code class="option">-c <em class="replaceable"><code>class</code></em></code>] [<code class="option">-f <em class="replaceable"><code>format</code></em></code>] [<code class="option">-F <em class="replaceable"><code>format</code></em></code>] [<code class="option">-i <em class="replaceable"><code>mode</code></em></code>] [<code class="option">-k <em class="replaceable"><code>mode</code></em></code>] [<code class="option">-m <em class="replaceable"><code>mode</code></em></code>] [<code class="option">-M <em class="replaceable"><code>mode</code></em></code>] [<code class="option">-n <em class="replaceable"><code>mode</code></em></code>] [<code class="option">-s <em class="replaceable"><code>style</code></em></code>] [<code class="option">-S <em class="replaceable"><code>mode</code></em></code>] [<code class="option">-t <em class="replaceable"><code>directory</code></em></code>] [<code class="option">-w <em class="replaceable"><code>directory</code></em></code>] [<code class="option">-D</code>] [<code class="option">-W <em class="replaceable"><code>mode</code></em></code>] {zonename} {filename}</p></div>
+<div class="cmdsynopsis"><p><code class="command">named-compilezone</code>  [<code class="option">-d</code>] [<code class="option">-j</code>] [<code class="option">-q</code>] [<code class="option">-v</code>] [<code class="option">-c <em class="replaceable"><code>class</code></em></code>] [<code class="option">-C <em class="replaceable"><code>mode</code></em></code>] [<code class="option">-f <em class="replaceable"><code>format</code></em></code>] [<code class="option">-F <em class="replaceable"><code>format</code></em></code>] [<code class="option">-i <em class="replaceable"><code>mode</code></em></code>] [<code class="option">-k <em class="replaceable"><code>mode</code></em></code>] [<code class="option">-m <em class="replaceable"><code>mode</code></em></code>] [<code class="option">-n <em class="replaceable"><code>mode</code></em></code>] [<code class="option">-o <em class="replaceable"><code>filename</code></em></code>] [<code class="option">-s <em class="replaceable"><code>style</code></em></code>] [<code class="option">-t <em class="replaceable"><code>directory</code></em></code>] [<code class="option">-w <em class="replaceable"><code>directory</code></em></code>] [<code class="option">-D</code>] [<code class="option">-W <em class="replaceable"><code>mode</code></em></code>] {<code class="option">-o <em class="replaceable"><code>filename</code></em></code>} {zonename} {filename}</p></div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543672"></a><h2>DESCRIPTION</h2>
+<a name="id2543674"></a><h2>DESCRIPTION</h2>
 <p><span><strong class="command">named-checkzone</strong></span>
       checks the syntax and integrity of a zone file.  It performs the
       same checks as <span><strong class="command">named</strong></span> does when loading a
@@ -53,7 +53,7 @@
      </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543707"></a><h2>OPTIONS</h2>
+<a name="id2543709"></a><h2>OPTIONS</h2>
 <div class="variablelist"><dl>
 <dt><span class="term">-d</span></dt>
 <dd><p>
@@ -239,14 +239,14 @@
 </dl></div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2544328"></a><h2>RETURN VALUES</h2>
+<a name="id2544330"></a><h2>RETURN VALUES</h2>
 <p><span><strong class="command">named-checkzone</strong></span>
       returns an exit status of 1 if
       errors were detected and 0 otherwise.
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2544340"></a><h2>SEE ALSO</h2>
+<a name="id2544342"></a><h2>SEE ALSO</h2>
 <p><span class="citerefentry"><span class="refentrytitle">named</span>(8)</span>,
       <span class="citerefentry"><span class="refentrytitle">named-checkconf</span>(8)</span>,
       <em class="citetitle">RFC 1035</em>,
@@ -254,7 +254,7 @@
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2544373"></a><h2>AUTHOR</h2>
+<a name="id2544375"></a><h2>AUTHOR</h2>
 <p><span class="corpauthor">Internet Systems Consortium</span>
     </p>
 </div>
diff --git a/contrib/bind9/bin/dig/dig.1 b/contrib/bind9/bin/dig/dig.1
index f7f4370a59b1..c8704a1d3a27 100644
--- a/contrib/bind9/bin/dig/dig.1
+++ b/contrib/bind9/bin/dig/dig.1
@@ -1,7 +1,7 @@
 .\" Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
 .\" Copyright (C) 2000-2003 Internet Software Consortium.
 .\" 
-.\" Permission to use, copy, modify, and distribute this software for any
+.\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
 .\" copyright notice and this permission notice appear in all copies.
 .\" 
@@ -13,7 +13,7 @@
 .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 .\" PERFORMANCE OF THIS SOFTWARE.
 .\"
-.\" $Id: dig.1,v 1.50.44.2 2009/02/03 01:52:10 tbox Exp $
+.\" $Id: dig.1,v 1.50.44.3 2009/07/11 01:55:20 tbox Exp $
 .\"
 .hy 0
 .ad l
diff --git a/contrib/bind9/bin/dig/dig.html b/contrib/bind9/bin/dig/dig.html
index 11b55cc75929..3fd3e75cdbe1 100644
--- a/contrib/bind9/bin/dig/dig.html
+++ b/contrib/bind9/bin/dig/dig.html
@@ -2,7 +2,7 @@
  - Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000-2003 Internet Software Consortium.
  - 
- - Permission to use, copy, modify, and distribute this software for any
+ - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
  - copyright notice and this permission notice appear in all copies.
  - 
@@ -14,7 +14,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: dig.html,v 1.45.44.2 2009/02/03 01:52:10 tbox Exp $ -->
+<!-- $Id: dig.html,v 1.45.44.3 2009/07/11 01:55:20 tbox Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
diff --git a/contrib/bind9/bin/dig/dighost.c b/contrib/bind9/bin/dig/dighost.c
index 73264e6c2ce9..d730c0ee5f34 100644
--- a/contrib/bind9/bin/dig/dighost.c
+++ b/contrib/bind9/bin/dig/dighost.c
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: dighost.c,v 1.311.70.8 2009/02/25 02:39:21 marka Exp $ */
+/* $Id: dighost.c,v 1.311.70.11 2009/11/10 17:27:13 each Exp $ */
 
 /*! \file
  *  \note
@@ -1048,7 +1048,9 @@ setup_system(void) {
 		debug("ndots is %d.", ndots);
 	}
 
-	copy_server_list(lwconf, &server_list);
+	/* If user doesn't specify server use nameservers from resolv.conf. */
+	if (ISC_LIST_EMPTY(server_list))
+		copy_server_list(lwconf, &server_list);
 
 	/* If we don't find a nameserver fall back to localhost */
 	if (ISC_LIST_EMPTY(server_list)) {
@@ -2397,11 +2399,9 @@ connect_timeout(isc_task_t *task, isc_event_t *event) {
 		if (!l->tcp_mode)
 			send_udp(ISC_LIST_NEXT(cq, link));
 		else {
-			isc_socket_cancel(query->sock, NULL,
-					  ISC_SOCKCANCEL_ALL);
-			isc_socket_detach(&query->sock);
-			sockcount--;
-			debug("sockcount=%d", sockcount);
+			if (query->sock != NULL)
+				isc_socket_cancel(query->sock, NULL,
+						  ISC_SOCKCANCEL_ALL);
 			send_tcp_connect(ISC_LIST_NEXT(cq, link));
 		}
 		UNLOCK_LOOKUP;
@@ -2604,12 +2604,10 @@ connect_done(isc_task_t *task, isc_event_t *event) {
 
 	if (sevent->result == ISC_R_CANCELED) {
 		debug("in cancel handler");
-		if (query->sock != NULL) {
-			isc_socket_detach(&query->sock);
-			sockcount--;
-			INSIST(sockcount >= 0);
-			debug("sockcount=%d", sockcount);
-		}
+		isc_socket_detach(&query->sock);
+		INSIST(sockcount > 0);
+		sockcount--;
+		debug("sockcount=%d", sockcount);
 		query->waiting_connect = ISC_FALSE;
 		isc_event_free(&event);
 		l = query->lookup;
diff --git a/contrib/bind9/bin/dig/host.1 b/contrib/bind9/bin/dig/host.1
index eebdad8fe80f..c538ae3d6249 100644
--- a/contrib/bind9/bin/dig/host.1
+++ b/contrib/bind9/bin/dig/host.1
@@ -1,7 +1,7 @@
 .\" Copyright (C) 2004, 2005, 2007-2009 Internet Systems Consortium, Inc. ("ISC")
 .\" Copyright (C) 2000-2002 Internet Software Consortium.
 .\" 
-.\" Permission to use, copy, modify, and distribute this software for any
+.\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
 .\" copyright notice and this permission notice appear in all copies.
 .\" 
@@ -13,7 +13,7 @@
 .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 .\" PERFORMANCE OF THIS SOFTWARE.
 .\"
-.\" $Id: host.1,v 1.29.114.1 2009/01/23 01:53:33 tbox Exp $
+.\" $Id: host.1,v 1.29.114.2 2009/07/11 01:55:20 tbox Exp $
 .\"
 .hy 0
 .ad l
diff --git a/contrib/bind9/bin/dig/host.c b/contrib/bind9/bin/dig/host.c
index 9f302068adf3..8cd5b3db29a8 100644
--- a/contrib/bind9/bin/dig/host.c
+++ b/contrib/bind9/bin/dig/host.c
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: host.c,v 1.116.216.2 2009/05/06 23:47:18 tbox Exp $ */
+/* $Id: host.c,v 1.116.216.3 2009/09/08 23:28:20 marka Exp $ */
 
 /*! \file */
 
@@ -839,11 +839,10 @@ parse_args(isc_boolean_t is_batchfile, int argc, char **argv) {
 	} else {
 		strncpy(lookup->textname, hostname, sizeof(lookup->textname));
 		lookup->textname[sizeof(lookup->textname)-1]=0;
+		usesearch = ISC_TRUE;
 	}
 	lookup->new_search = ISC_TRUE;
 	ISC_LIST_APPEND(lookup_list, lookup, link);
-
-	usesearch = ISC_TRUE;
 }
 
 int
diff --git a/contrib/bind9/bin/dig/host.html b/contrib/bind9/bin/dig/host.html
index f21073174ba8..3928c93e7649 100644
--- a/contrib/bind9/bin/dig/host.html
+++ b/contrib/bind9/bin/dig/host.html
@@ -2,7 +2,7 @@
  - Copyright (C) 2004, 2005, 2007-2009 Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000-2002 Internet Software Consortium.
  - 
- - Permission to use, copy, modify, and distribute this software for any
+ - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
  - copyright notice and this permission notice appear in all copies.
  - 
@@ -14,7 +14,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: host.html,v 1.28.114.1 2009/01/23 01:53:33 tbox Exp $ -->
+<!-- $Id: host.html,v 1.28.114.2 2009/07/11 01:55:20 tbox Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
diff --git a/contrib/bind9/bin/dig/nslookup.1 b/contrib/bind9/bin/dig/nslookup.1
index 2d195345e6f2..68b419ae59b3 100644
--- a/contrib/bind9/bin/dig/nslookup.1
+++ b/contrib/bind9/bin/dig/nslookup.1
@@ -1,6 +1,6 @@
 .\" Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC")
 .\" 
-.\" Permission to use, copy, modify, and distribute this software for any
+.\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
 .\" copyright notice and this permission notice appear in all copies.
 .\" 
@@ -12,7 +12,7 @@
 .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 .\" PERFORMANCE OF THIS SOFTWARE.
 .\"
-.\" $Id: nslookup.1,v 1.14 2007/05/16 06:12:01 marka Exp $
+.\" $Id: nslookup.1,v 1.14.354.1 2009/07/11 01:55:20 tbox Exp $
 .\"
 .hy 0
 .ad l
diff --git a/contrib/bind9/bin/dig/nslookup.c b/contrib/bind9/bin/dig/nslookup.c
index 56796268d90f..000f54e9b637 100644
--- a/contrib/bind9/bin/dig/nslookup.c
+++ b/contrib/bind9/bin/dig/nslookup.c
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: nslookup.c,v 1.117.334.4 2009/05/06 11:41:57 fdupont Exp $ */
+/* $Id: nslookup.c,v 1.117.334.5 2009/10/20 01:11:22 marka Exp $ */
 
 #include <config.h>
 
@@ -373,6 +373,7 @@ detailsection(dig_query_t *query, dns_message_t *msg, isc_boolean_t headers,
 					printrdata(&rdata);
 				}
 				dns_rdata_reset(&rdata);
+				printf("\tttl = %u\n", rdataset->ttl);
 				loopresult = dns_rdataset_next(rdataset);
 			}
 		}
diff --git a/contrib/bind9/bin/dig/nslookup.html b/contrib/bind9/bin/dig/nslookup.html
index 0f3817653c01..3984a16b8a22 100644
--- a/contrib/bind9/bin/dig/nslookup.html
+++ b/contrib/bind9/bin/dig/nslookup.html
@@ -1,7 +1,7 @@
 <!--
  - Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC")
  - 
- - Permission to use, copy, modify, and distribute this software for any
+ - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
  - copyright notice and this permission notice appear in all copies.
  - 
@@ -13,7 +13,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: nslookup.html,v 1.21 2007/05/16 06:12:01 marka Exp $ -->
+<!-- $Id: nslookup.html,v 1.21.354.1 2009/07/11 01:55:20 tbox Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
diff --git a/contrib/bind9/bin/dnssec/dnssec-dsfromkey.c b/contrib/bind9/bin/dnssec/dnssec-dsfromkey.c
index 653aa3ea7a5a..8bd4aa566e35 100644
--- a/contrib/bind9/bin/dnssec/dnssec-dsfromkey.c
+++ b/contrib/bind9/bin/dnssec/dnssec-dsfromkey.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008, 2009  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2008-2010  Internet Systems Consortium, Inc. ("ISC")
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: dnssec-dsfromkey.c,v 1.2.14.3 2009/03/02 02:54:15 marka Exp $ */
+/* $Id: dnssec-dsfromkey.c,v 1.2.14.6 2010/01/11 23:47:22 tbox Exp $ */
 
 /*! \file */
 
@@ -78,10 +78,18 @@ loadkeys(char *dirname, char *setname)
 
 	isc_buffer_init(&buf, filename, sizeof(filename));
 	if (dirname != NULL) {
+		if (isc_buffer_availablelength(&buf) < strlen(dirname))
+			fatal("directory name '%s' too long", dirname);
 		isc_buffer_putstr(&buf, dirname);
-		if (dirname[strlen(dirname) - 1] != '/')
+		if (dirname[strlen(dirname) - 1] != '/') {
+			if (isc_buffer_availablelength(&buf) < 1)
+				fatal("directory name '%s' too long", dirname);
 			isc_buffer_putstr(&buf, "/");
+		}
 	}
+
+	if (isc_buffer_availablelength(&buf) < strlen("keyset-"))
+		fatal("directory name '%s' too long", dirname);
 	isc_buffer_putstr(&buf, "keyset-");
 	result = dns_name_tofilenametext(name, ISC_FALSE, &buf);
 	check_result(result, "dns_name_tofilenametext()");
@@ -210,12 +218,12 @@ emitds(unsigned int dtype, dns_rdata_t *rdata)
 	putchar(' ');
 
 	isc_buffer_usedregion(&classb, &r);
-	fwrite(r.base, 1, r.length, stdout);
+	isc_util_fwrite(r.base, 1, r.length, stdout);
 
 	printf(" DS ");
 
 	isc_buffer_usedregion(&textb, &r);
-	fwrite(r.base, 1, r.length, stdout);
+	isc_util_fwrite(r.base, 1, r.length, stdout);
 	putchar('\n');
 }
 
diff --git a/contrib/bind9/bin/dnssec/dnssec-keyfromlabel.8 b/contrib/bind9/bin/dnssec/dnssec-keyfromlabel.8
index 622205820db0..03f13e9d30ad 100644
--- a/contrib/bind9/bin/dnssec/dnssec-keyfromlabel.8
+++ b/contrib/bind9/bin/dnssec/dnssec-keyfromlabel.8
@@ -1,6 +1,6 @@
-.\" Copyright (C) 2008 Internet Systems Consortium, Inc. ("ISC")
+.\" Copyright (C) 2008, 2010 Internet Systems Consortium, Inc. ("ISC")
 .\" 
-.\" Permission to use, copy, modify, and distribute this software for any
+.\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
 .\" copyright notice and this permission notice appear in all copies.
 .\" 
@@ -12,7 +12,7 @@
 .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 .\" PERFORMANCE OF THIS SOFTWARE.
 .\"
-.\" $Id: dnssec-keyfromlabel.8,v 1.6 2008/11/08 01:11:47 tbox Exp $
+.\" $Id: dnssec-keyfromlabel.8,v 1.6.14.3 2010/01/16 01:55:32 tbox Exp $
 .\"
 .hy 0
 .ad l
@@ -43,7 +43,13 @@ gets keys with the given label from a crypto hardware and builds key files for D
 .RS 4
 Selects the cryptographic algorithm. The value of
 \fBalgorithm\fR
-must be one of RSAMD5 (RSA) or RSASHA1, DSA, NSEC3RSASHA1, NSEC3DSA or DH (Diffie Hellman). These values are case insensitive.
+must be one of RSAMD5, RSASHA1, DSA, NSEC3RSASHA1, NSEC3DSA, RSASHA256, RSASHA512 or DH (Diffie Hellman). These values are case insensitive.
+.sp
+If no algorithm is specified, then RSASHA1 will be used by default, unless the
+\fB\-3\fR
+option is specified, in which case NSEC3RSASHA1 will be used instead. (If
+\fB\-3\fR
+is used and an algorithm is specified, that algorithm will be checked for compatibility with NSEC3.)
 .sp
 Note 1: that for DNSSEC, RSASHA1 is a mandatory to implement algorithm, and DSA is recommended.
 .sp
@@ -138,12 +144,10 @@ file contains algorithm specific fields. For obvious security reasons, this file
 \fBdnssec\-keygen\fR(8),
 \fBdnssec\-signzone\fR(8),
 BIND 9 Administrator Reference Manual,
-RFC 2539,
-RFC 2845,
-RFC 4033.
+RFC 4034.
 .SH "AUTHOR"
 .PP
 Internet Systems Consortium
 .SH "COPYRIGHT"
-Copyright \(co 2008 Internet Systems Consortium, Inc. ("ISC")
+Copyright \(co 2008, 2010 Internet Systems Consortium, Inc. ("ISC")
 .br
diff --git a/contrib/bind9/bin/dnssec/dnssec-keyfromlabel.c b/contrib/bind9/bin/dnssec/dnssec-keyfromlabel.c
index e7587c39663d..78bfda315398 100644
--- a/contrib/bind9/bin/dnssec/dnssec-keyfromlabel.c
+++ b/contrib/bind9/bin/dnssec/dnssec-keyfromlabel.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007, 2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2007, 2008, 2010  Internet Systems Consortium, Inc. ("ISC")
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: dnssec-keyfromlabel.c,v 1.4 2008/09/24 02:46:21 marka Exp $ */
+/* $Id: dnssec-keyfromlabel.c,v 1.4.50.2 2010/01/15 23:47:31 tbox Exp $ */
 
 /*! \file */
 
@@ -48,7 +48,8 @@ const char *program = "dnssec-keyfromlabel";
 int verbose;
 
 static const char *algs = "RSA | RSAMD5 | DH | DSA | RSASHA1 |"
-			  " NSEC3DSA | NSEC3RSASHA1";
+			  " NSEC3DSA | NSEC3RSASHA1 |"
+			  " RSASHA256 | RSASHA512";
 
 static void
 usage(void) {
diff --git a/contrib/bind9/bin/dnssec/dnssec-keyfromlabel.docbook b/contrib/bind9/bin/dnssec/dnssec-keyfromlabel.docbook
index 2bcf0a48da4a..f2ab15298331 100644
--- a/contrib/bind9/bin/dnssec/dnssec-keyfromlabel.docbook
+++ b/contrib/bind9/bin/dnssec/dnssec-keyfromlabel.docbook
@@ -2,7 +2,7 @@
                "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
 	       [<!ENTITY mdash "&#8212;">]>
 <!--
- - Copyright (C) 2008  Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2008, 2010  Internet Systems Consortium, Inc. ("ISC")
  -
  - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
@@ -17,7 +17,7 @@
  - PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- $Id: dnssec-keyfromlabel.docbook,v 1.6 2008/11/07 13:54:11 jreed Exp $ -->
+<!-- $Id: dnssec-keyfromlabel.docbook,v 1.6.14.2 2010/01/15 23:47:31 tbox Exp $ -->
 <refentry id="man.dnssec-keyfromlabel">
   <refentryinfo>
     <date>February 8, 2008</date>
@@ -37,6 +37,7 @@
   <docinfo>
     <copyright>
       <year>2008</year>
+      <year>2010</year>
       <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
     </copyright>
   </docinfo>
@@ -75,10 +76,18 @@
         <listitem>
 	  <para>
 	    Selects the cryptographic algorithm.  The value of
-	    <option>algorithm</option> must be one of RSAMD5 (RSA)
-	    or RSASHA1, DSA, NSEC3RSASHA1, NSEC3DSA or DH (Diffie Hellman).
+	    <option>algorithm</option> must be one of RSAMD5,
+ 	    RSASHA1, DSA, NSEC3RSASHA1, NSEC3DSA, RSASHA256,
+ 	    RSASHA512 or DH (Diffie Hellman).
 	    These values are case insensitive.
 	  </para>
+          <para>
+            If no algorithm is specified, then RSASHA1 will be used by
+            default, unless the <option>-3</option> option is specified,
+            in which case NSEC3RSASHA1 will be used instead.  (If
+            <option>-3</option> is used and an algorithm is specified,
+            that algorithm will be checked for compatibility with NSEC3.)
+          </para>
           <para>
             Note 1: that for DNSSEC, RSASHA1 is a mandatory to implement
             algorithm, and DSA is recommended.
@@ -246,9 +255,7 @@
         <refentrytitle>dnssec-signzone</refentrytitle><manvolnum>8</manvolnum>
       </citerefentry>,
       <citetitle>BIND 9 Administrator Reference Manual</citetitle>,
-      <citetitle>RFC 2539</citetitle>,
-      <citetitle>RFC 2845</citetitle>,
-      <citetitle>RFC 4033</citetitle>.
+      <citetitle>RFC 4034</citetitle>.
     </para>
   </refsect1>
 
diff --git a/contrib/bind9/bin/dnssec/dnssec-keyfromlabel.html b/contrib/bind9/bin/dnssec/dnssec-keyfromlabel.html
index cbea64b8d75f..1aafccd97c1a 100644
--- a/contrib/bind9/bin/dnssec/dnssec-keyfromlabel.html
+++ b/contrib/bind9/bin/dnssec/dnssec-keyfromlabel.html
@@ -1,7 +1,7 @@
 <!--
- - Copyright (C) 2008 Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2008, 2010 Internet Systems Consortium, Inc. ("ISC")
  - 
- - Permission to use, copy, modify, and distribute this software for any
+ - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
  - copyright notice and this permission notice appear in all copies.
  - 
@@ -13,7 +13,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: dnssec-keyfromlabel.html,v 1.5 2008/10/15 01:11:35 tbox Exp $ -->
+<!-- $Id: dnssec-keyfromlabel.html,v 1.5.44.3 2010/01/16 01:55:32 tbox Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -31,7 +31,7 @@
 <div class="cmdsynopsis"><p><code class="command">dnssec-keyfromlabel</code>  {-a <em class="replaceable"><code>algorithm</code></em>} {-l <em class="replaceable"><code>label</code></em>} [<code class="option">-c <em class="replaceable"><code>class</code></em></code>] [<code class="option">-f <em class="replaceable"><code>flag</code></em></code>] [<code class="option">-k</code>] [<code class="option">-n <em class="replaceable"><code>nametype</code></em></code>] [<code class="option">-p <em class="replaceable"><code>protocol</code></em></code>] [<code class="option">-t <em class="replaceable"><code>type</code></em></code>] [<code class="option">-v <em class="replaceable"><code>level</code></em></code>] {name}</p></div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543413"></a><h2>DESCRIPTION</h2>
+<a name="id2543416"></a><h2>DESCRIPTION</h2>
 <p><span><strong class="command">dnssec-keyfromlabel</strong></span>
       gets keys with the given label from a crypto hardware and builds
       key files for DNSSEC (Secure DNS), as defined in RFC 2535
@@ -39,16 +39,24 @@
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543425"></a><h2>OPTIONS</h2>
+<a name="id2543428"></a><h2>OPTIONS</h2>
 <div class="variablelist"><dl>
 <dt><span class="term">-a <em class="replaceable"><code>algorithm</code></em></span></dt>
 <dd>
 <p>
 	    Selects the cryptographic algorithm.  The value of
-	    <code class="option">algorithm</code> must be one of RSAMD5 (RSA)
-	    or RSASHA1, DSA, NSEC3RSASHA1, NSEC3DSA or DH (Diffie Hellman).
+	    <code class="option">algorithm</code> must be one of RSAMD5,
+ 	    RSASHA1, DSA, NSEC3RSASHA1, NSEC3DSA, RSASHA256,
+ 	    RSASHA512 or DH (Diffie Hellman).
 	    These values are case insensitive.
 	  </p>
+<p>
+            If no algorithm is specified, then RSASHA1 will be used by
+            default, unless the <code class="option">-3</code> option is specified,
+            in which case NSEC3RSASHA1 will be used instead.  (If
+            <code class="option">-3</code> is used and an algorithm is specified,
+            that algorithm will be checked for compatibility with NSEC3.)
+          </p>
 <p>
             Note 1: that for DNSSEC, RSASHA1 is a mandatory to implement
             algorithm, and DSA is recommended.
@@ -112,7 +120,7 @@
 </dl></div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543619"></a><h2>GENERATED KEY FILES</h2>
+<a name="id2543632"></a><h2>GENERATED KEY FILES</h2>
 <p>
       When <span><strong class="command">dnssec-keyfromlabel</strong></span> completes
       successfully,
@@ -153,17 +161,15 @@
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543691"></a><h2>SEE ALSO</h2>
+<a name="id2543704"></a><h2>SEE ALSO</h2>
 <p><span class="citerefentry"><span class="refentrytitle">dnssec-keygen</span>(8)</span>,
       <span class="citerefentry"><span class="refentrytitle">dnssec-signzone</span>(8)</span>,
       <em class="citetitle">BIND 9 Administrator Reference Manual</em>,
-      <em class="citetitle">RFC 2539</em>,
-      <em class="citetitle">RFC 2845</em>,
-      <em class="citetitle">RFC 4033</em>.
+      <em class="citetitle">RFC 4034</em>.
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543731"></a><h2>AUTHOR</h2>
+<a name="id2543737"></a><h2>AUTHOR</h2>
 <p><span class="corpauthor">Internet Systems Consortium</span>
     </p>
 </div>
diff --git a/contrib/bind9/bin/dnssec/dnssec-keygen.8 b/contrib/bind9/bin/dnssec/dnssec-keygen.8
index 13db3d9db149..485ea6ef2442 100644
--- a/contrib/bind9/bin/dnssec/dnssec-keygen.8
+++ b/contrib/bind9/bin/dnssec/dnssec-keygen.8
@@ -1,7 +1,7 @@
-.\" Copyright (C) 2004, 2005, 2007, 2008 Internet Systems Consortium, Inc. ("ISC")
+.\" Copyright (C) 2004, 2005, 2007-2010 Internet Systems Consortium, Inc. ("ISC")
 .\" Copyright (C) 2000-2003 Internet Software Consortium.
 .\" 
-.\" Permission to use, copy, modify, and distribute this software for any
+.\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
 .\" copyright notice and this permission notice appear in all copies.
 .\" 
@@ -13,7 +13,7 @@
 .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 .\" PERFORMANCE OF THIS SOFTWARE.
 .\"
-.\" $Id: dnssec-keygen.8,v 1.40 2008/10/15 01:11:35 tbox Exp $
+.\" $Id: dnssec-keygen.8,v 1.40.44.4 2010/01/16 01:55:32 tbox Exp $
 .\"
 .hy 0
 .ad l
@@ -38,13 +38,17 @@ dnssec\-keygen \- DNSSEC key generation tool
 .PP
 \fBdnssec\-keygen\fR
 generates keys for DNSSEC (Secure DNS), as defined in RFC 2535 and RFC 4034. It can also generate keys for use with TSIG (Transaction Signatures), as defined in RFC 2845.
+.PP
+The
+\fBname\fR
+of the key is specified on the command line. For DNSSEC keys, this must match the name of the zone for which the key is being generated.
 .SH "OPTIONS"
 .PP
 \-a \fIalgorithm\fR
 .RS 4
-Selects the cryptographic algorithm. The value of
+Selects the cryptographic algorithm. For DNSSEC keys, the value of
 \fBalgorithm\fR
-must be one of RSAMD5 (RSA) or RSASHA1, DSA, NSEC3RSASHA1, NSEC3DSA, DH (Diffie Hellman), or HMAC\-MD5. These values are case insensitive.
+must be one of RSAMD5, RSASHA1, DSA, NSEC3RSASHA1, NSEC3DSA, RSASHA256 or RSASHA512. For TSIG/TKEY, the value must be DH (Diffie Hellman), HMAC\-MD5, HMAC\-SHA1, HMAC\-SHA224, HMAC\-SHA256, HMAC\-SHA384, or HMAC\-SHA512. These values are case insensitive.
 .sp
 Note 1: that for DNSSEC, RSASHA1 is a mandatory to implement algorithm, and DSA is recommended. For TSIG, HMAC\-MD5 is mandatory.
 .sp
@@ -53,7 +57,7 @@ Note 2: HMAC\-MD5 and DH automatically set the \-k flag.
 .PP
 \-b \fIkeysize\fR
 .RS 4
-Specifies the number of bits in the key. The choice of key size depends on the algorithm used. RSAMD5 / RSASHA1 keys must be between 512 and 2048 bits. Diffie Hellman keys must be between 128 and 4096 bits. DSA keys must be between 512 and 1024 bits and an exact multiple of 64. HMAC\-MD5 keys must be between 1 and 512 bits.
+Specifies the number of bits in the key. The choice of key size depends on the algorithm used. RSA keys must be between 512 and 2048 bits. Diffie Hellman keys must be between 128 and 4096 bits. DSA keys must be between 512 and 1024 bits and an exact multiple of 64. HMAC keys must be between 1 and 512 bits.
 .RE
 .PP
 \-n \fInametype\fR
@@ -189,12 +193,12 @@ and
 BIND 9 Administrator Reference Manual,
 RFC 2539,
 RFC 2845,
-RFC 4033.
+RFC 4034.
 .SH "AUTHOR"
 .PP
 Internet Systems Consortium
 .SH "COPYRIGHT"
-Copyright \(co 2004, 2005, 2007, 2008 Internet Systems Consortium, Inc. ("ISC")
+Copyright \(co 2004, 2005, 2007\-2010 Internet Systems Consortium, Inc. ("ISC")
 .br
 Copyright \(co 2000\-2003 Internet Software Consortium.
 .br
diff --git a/contrib/bind9/bin/dnssec/dnssec-keygen.c b/contrib/bind9/bin/dnssec/dnssec-keygen.c
index 614d388eb7e2..2b9a863b7d46 100644
--- a/contrib/bind9/bin/dnssec/dnssec-keygen.c
+++ b/contrib/bind9/bin/dnssec/dnssec-keygen.c
@@ -1,5 +1,5 @@
 /*
- * Portions Copyright (C) 2004-2008  Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 2004-2008, 2010  Internet Systems Consortium, Inc. ("ISC")
  * Portions Copyright (C) 1999-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -29,7 +29,7 @@
  * IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: dnssec-keygen.c,v 1.81 2008/09/25 04:02:38 tbox Exp $ */
+/* $Id: dnssec-keygen.c,v 1.81.48.2 2010/01/15 23:47:31 tbox Exp $ */
 
 /*! \file */
 
@@ -62,8 +62,8 @@
 const char *program = "dnssec-keygen";
 int verbose;
 
-static const char *algs = "RSA | RSAMD5 | DH | DSA | RSASHA1 | NSEC3DSA |"
-			  " NSEC3RSASHA1 | HMAC-MD5 |"
+static const char *algs = "RSA | RSAMD5 | DH | DSA | RSASHA1 | RSASHA256 |"
+			  " RSASHA512 | NSEC3DSA | NSEC3RSASHA1 | HMAC-MD5 |"
 			  " HMAC-SHA1 | HMAC-SHA224 | HMAC-SHA256 |"
 			  " HMAC-SHA384 | HMAC-SHA512";
 
@@ -84,6 +84,8 @@ usage(void) {
 	fprintf(stderr, "        RSAMD5:\t\t[512..%d]\n", MAX_RSA);
 	fprintf(stderr, "        RSASHA1:\t\t[512..%d]\n", MAX_RSA);
 	fprintf(stderr, "        NSEC3RSASHA1:\t\t[512..%d]\n", MAX_RSA);
+	fprintf(stderr, "	 RSASHA256:\t[512..%d]\n", MAX_RSA);
+	fprintf(stderr, "	 RSASHA512:\t[1024..%d]\n", MAX_RSA);
 	fprintf(stderr, "        DH:\t\t[128..4096]\n");
 	fprintf(stderr, "        DSA:\t\t[512..1024] and divisible by 64\n");
 	fprintf(stderr, "        NSEC3DSA:\t\t[512..1024] and divisible by 64\n");
@@ -307,9 +309,14 @@ main(int argc, char **argv) {
 	case DNS_KEYALG_RSAMD5:
 	case DNS_KEYALG_RSASHA1:
 	case DNS_KEYALG_NSEC3RSASHA1:
+	case DNS_KEYALG_RSASHA256:
 		if (size != 0 && (size < 512 || size > MAX_RSA))
 			fatal("RSA key size %d out of range", size);
 		break;
+	case DNS_KEYALG_RSASHA512:
+		if (size != 0 && (size < 1024 || size > MAX_RSA))
+			fatal("RSA key size %d out of range", size);
+		break;
 	case DNS_KEYALG_DH:
 		if (size != 0 && (size < 128 || size > 4096))
 			fatal("DH key size %d out of range", size);
@@ -376,7 +383,8 @@ main(int argc, char **argv) {
 	}
 
 	if (!(alg == DNS_KEYALG_RSAMD5 || alg == DNS_KEYALG_RSASHA1 ||
-	      alg == DNS_KEYALG_NSEC3RSASHA1) && rsa_exp != 0)
+	      alg == DNS_KEYALG_NSEC3RSASHA1 || alg == DNS_KEYALG_RSASHA256 ||
+	      alg == DNS_KEYALG_RSASHA512) && rsa_exp != 0)
 		fatal("specified RSA exponent for a non-RSA key");
 
 	if (alg != DNS_KEYALG_DH && generator != 0)
@@ -440,12 +448,16 @@ main(int argc, char **argv) {
 	switch(alg) {
 	case DNS_KEYALG_RSAMD5:
 	case DNS_KEYALG_RSASHA1:
+	case DNS_KEYALG_NSEC3RSASHA1:
+	case DNS_KEYALG_RSASHA256:
+	case DNS_KEYALG_RSASHA512:
 		param = rsa_exp;
 		break;
 	case DNS_KEYALG_DH:
 		param = generator;
 		break;
 	case DNS_KEYALG_DSA:
+	case DNS_KEYALG_NSEC3DSA:
 	case DST_ALG_HMACMD5:
 	case DST_ALG_HMACSHA1:
 	case DST_ALG_HMACSHA224:
diff --git a/contrib/bind9/bin/dnssec/dnssec-keygen.docbook b/contrib/bind9/bin/dnssec/dnssec-keygen.docbook
index c267a1b4c25f..92ef9b9afc57 100644
--- a/contrib/bind9/bin/dnssec/dnssec-keygen.docbook
+++ b/contrib/bind9/bin/dnssec/dnssec-keygen.docbook
@@ -2,7 +2,7 @@
                "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
 	       [<!ENTITY mdash "&#8212;">]>
 <!--
- - Copyright (C) 2004, 2005, 2007, 2008  Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2004, 2005, 2007-2010  Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000-2003  Internet Software Consortium.
  -
  - Permission to use, copy, modify, and/or distribute this software for any
@@ -18,7 +18,7 @@
  - PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- $Id: dnssec-keygen.docbook,v 1.22 2008/10/14 14:32:50 jreed Exp $ -->
+<!-- $Id: dnssec-keygen.docbook,v 1.22.44.4 2010/01/15 23:47:33 tbox Exp $ -->
 <refentry id="man.dnssec-keygen">
   <refentryinfo>
     <date>June 30, 2000</date>
@@ -41,6 +41,8 @@
       <year>2005</year>
       <year>2007</year>
       <year>2008</year>
+      <year>2009</year>
+      <year>2010</year>
       <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
     </copyright>
     <copyright>
@@ -80,6 +82,11 @@
       and RFC 4034.  It can also generate keys for use with
       TSIG (Transaction Signatures), as defined in RFC 2845.
     </para>
+    <para>
+      The <option>name</option> of the key is specified on the command
+      line.  For DNSSEC keys, this must match the name of the zone for
+      which the key is being generated.
+    </para>
   </refsect1>
 
   <refsect1>
@@ -90,10 +97,13 @@
         <term>-a <replaceable class="parameter">algorithm</replaceable></term>
         <listitem>
           <para>
-            Selects the cryptographic algorithm.  The value of
-            <option>algorithm</option> must be one of RSAMD5 (RSA) or RSASHA1,
-	    DSA, NSEC3RSASHA1, NSEC3DSA, DH (Diffie Hellman), or HMAC-MD5.
-	    These values are case insensitive.
+            Selects the cryptographic algorithm.  For DNSSEC keys, the value
+            of <option>algorithm</option> must be one of RSAMD5, RSASHA1,
+            DSA, NSEC3RSASHA1, NSEC3DSA, RSASHA256 or RSASHA512.
+            For TSIG/TKEY, the value must
+            be DH (Diffie Hellman), HMAC-MD5, HMAC-SHA1, HMAC-SHA224,
+            HMAC-SHA256, HMAC-SHA384, or HMAC-SHA512.  These values are
+            case insensitive.
           </para>
           <para>
             Note 1: that for DNSSEC, RSASHA1 is a mandatory to implement
@@ -111,11 +121,10 @@
         <listitem>
           <para>
             Specifies the number of bits in the key.  The choice of key
-            size depends on the algorithm used.  RSAMD5 / RSASHA1 keys must be
-            between
-            512 and 2048 bits.  Diffie Hellman keys must be between
+            size depends on the algorithm used.  RSA keys must be
+            between 512 and 2048 bits.  Diffie Hellman keys must be between
             128 and 4096 bits.  DSA keys must be between 512 and 1024
-            bits and an exact multiple of 64.  HMAC-MD5 keys must be
+            bits and an exact multiple of 64.  HMAC keys must be
             between 1 and 512 bits.
           </para>
         </listitem>
@@ -343,7 +352,7 @@
       <citetitle>BIND 9 Administrator Reference Manual</citetitle>,
       <citetitle>RFC 2539</citetitle>,
       <citetitle>RFC 2845</citetitle>,
-      <citetitle>RFC 4033</citetitle>.
+      <citetitle>RFC 4034</citetitle>.
     </para>
   </refsect1>
 
diff --git a/contrib/bind9/bin/dnssec/dnssec-keygen.html b/contrib/bind9/bin/dnssec/dnssec-keygen.html
index 696ef88c3701..fccec6f684c8 100644
--- a/contrib/bind9/bin/dnssec/dnssec-keygen.html
+++ b/contrib/bind9/bin/dnssec/dnssec-keygen.html
@@ -1,8 +1,8 @@
 <!--
- - Copyright (C) 2004, 2005, 2007, 2008 Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2004, 2005, 2007-2010 Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000-2003 Internet Software Consortium.
  - 
- - Permission to use, copy, modify, and distribute this software for any
+ - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
  - copyright notice and this permission notice appear in all copies.
  - 
@@ -14,7 +14,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: dnssec-keygen.html,v 1.32 2008/10/15 01:11:35 tbox Exp $ -->
+<!-- $Id: dnssec-keygen.html,v 1.32.44.4 2010/01/16 01:55:32 tbox Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -32,23 +32,31 @@
 <div class="cmdsynopsis"><p><code class="command">dnssec-keygen</code>  {-a <em class="replaceable"><code>algorithm</code></em>} {-b <em class="replaceable"><code>keysize</code></em>} {-n <em class="replaceable"><code>nametype</code></em>} [<code class="option">-c <em class="replaceable"><code>class</code></em></code>] [<code class="option">-e</code>] [<code class="option">-f <em class="replaceable"><code>flag</code></em></code>] [<code class="option">-g <em class="replaceable"><code>generator</code></em></code>] [<code class="option">-h</code>] [<code class="option">-k</code>] [<code class="option">-p <em class="replaceable"><code>protocol</code></em></code>] [<code class="option">-r <em class="replaceable"><code>randomdev</code></em></code>] [<code class="option">-s <em class="replaceable"><code>strength</code></em></code>] [<code class="option">-t <em class="replaceable"><code>type</code></em></code>] [<code class="option">-v <em class="replaceable"><code>level</code></em></code>] {name}</p></div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543477"></a><h2>DESCRIPTION</h2>
+<a name="id2543483"></a><h2>DESCRIPTION</h2>
 <p><span><strong class="command">dnssec-keygen</strong></span>
       generates keys for DNSSEC (Secure DNS), as defined in RFC 2535
       and RFC 4034.  It can also generate keys for use with
       TSIG (Transaction Signatures), as defined in RFC 2845.
     </p>
+<p>
+      The <code class="option">name</code> of the key is specified on the command
+      line.  For DNSSEC keys, this must match the name of the zone for
+      which the key is being generated.
+    </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543489"></a><h2>OPTIONS</h2>
+<a name="id2543501"></a><h2>OPTIONS</h2>
 <div class="variablelist"><dl>
 <dt><span class="term">-a <em class="replaceable"><code>algorithm</code></em></span></dt>
 <dd>
 <p>
-            Selects the cryptographic algorithm.  The value of
-            <code class="option">algorithm</code> must be one of RSAMD5 (RSA) or RSASHA1,
-	    DSA, NSEC3RSASHA1, NSEC3DSA, DH (Diffie Hellman), or HMAC-MD5.
-	    These values are case insensitive.
+            Selects the cryptographic algorithm.  For DNSSEC keys, the value
+            of <code class="option">algorithm</code> must be one of RSAMD5, RSASHA1,
+            DSA, NSEC3RSASHA1, NSEC3DSA, RSASHA256 or RSASHA512.
+            For TSIG/TKEY, the value must
+            be DH (Diffie Hellman), HMAC-MD5, HMAC-SHA1, HMAC-SHA224,
+            HMAC-SHA256, HMAC-SHA384, or HMAC-SHA512.  These values are
+            case insensitive.
           </p>
 <p>
             Note 1: that for DNSSEC, RSASHA1 is a mandatory to implement
@@ -62,11 +70,10 @@
 <dt><span class="term">-b <em class="replaceable"><code>keysize</code></em></span></dt>
 <dd><p>
             Specifies the number of bits in the key.  The choice of key
-            size depends on the algorithm used.  RSAMD5 / RSASHA1 keys must be
-            between
-            512 and 2048 bits.  Diffie Hellman keys must be between
+            size depends on the algorithm used.  RSA keys must be
+            between 512 and 2048 bits.  Diffie Hellman keys must be between
             128 and 4096 bits.  DSA keys must be between 512 and 1024
-            bits and an exact multiple of 64.  HMAC-MD5 keys must be
+            bits and an exact multiple of 64.  HMAC keys must be
             between 1 and 512 bits.
           </p></dd>
 <dt><span class="term">-n <em class="replaceable"><code>nametype</code></em></span></dt>
@@ -148,7 +155,7 @@
 </dl></div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543824"></a><h2>GENERATED KEYS</h2>
+<a name="id2543836"></a><h2>GENERATED KEYS</h2>
 <p>
       When <span><strong class="command">dnssec-keygen</strong></span> completes
       successfully,
@@ -194,7 +201,7 @@
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543906"></a><h2>EXAMPLE</h2>
+<a name="id2543918"></a><h2>EXAMPLE</h2>
 <p>
       To generate a 768-bit DSA key for the domain
       <strong class="userinput"><code>example.com</code></strong>, the following command would be
@@ -215,16 +222,16 @@
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543949"></a><h2>SEE ALSO</h2>
+<a name="id2544030"></a><h2>SEE ALSO</h2>
 <p><span class="citerefentry"><span class="refentrytitle">dnssec-signzone</span>(8)</span>,
       <em class="citetitle">BIND 9 Administrator Reference Manual</em>,
       <em class="citetitle">RFC 2539</em>,
       <em class="citetitle">RFC 2845</em>,
-      <em class="citetitle">RFC 4033</em>.
+      <em class="citetitle">RFC 4034</em>.
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2544049"></a><h2>AUTHOR</h2>
+<a name="id2544061"></a><h2>AUTHOR</h2>
 <p><span class="corpauthor">Internet Systems Consortium</span>
     </p>
 </div>
diff --git a/contrib/bind9/bin/dnssec/dnssec-signzone.8 b/contrib/bind9/bin/dnssec/dnssec-signzone.8
index 1e779271c346..7b21fb64ce34 100644
--- a/contrib/bind9/bin/dnssec/dnssec-signzone.8
+++ b/contrib/bind9/bin/dnssec/dnssec-signzone.8
@@ -1,7 +1,7 @@
 .\" Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
 .\" Copyright (C) 2000-2003 Internet Software Consortium.
 .\" 
-.\" Permission to use, copy, modify, and distribute this software for any
+.\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
 .\" copyright notice and this permission notice appear in all copies.
 .\" 
@@ -13,7 +13,7 @@
 .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 .\" PERFORMANCE OF THIS SOFTWARE.
 .\"
-.\" $Id: dnssec-signzone.8,v 1.47.44.4.8.1 2009/12/31 23:17:46 tbox Exp $
+.\" $Id: dnssec-signzone.8,v 1.47.44.8 2009/11/07 01:56:11 tbox Exp $
 .\"
 .hy 0
 .ad l
@@ -33,13 +33,15 @@
 dnssec\-signzone \- DNSSEC zone signing tool
 .SH "SYNOPSIS"
 .HP 16
-\fBdnssec\-signzone\fR [\fB\-a\fR] [\fB\-c\ \fR\fB\fIclass\fR\fR] [\fB\-d\ \fR\fB\fIdirectory\fR\fR] [\fB\-e\ \fR\fB\fIend\-time\fR\fR] [\fB\-f\ \fR\fB\fIoutput\-file\fR\fR] [\fB\-g\fR] [\fB\-h\fR] [\fB\-k\ \fR\fB\fIkey\fR\fR] [\fB\-l\ \fR\fB\fIdomain\fR\fR] [\fB\-i\ \fR\fB\fIinterval\fR\fR] [\fB\-I\ \fR\fB\fIinput\-format\fR\fR] [\fB\-j\ \fR\fB\fIjitter\fR\fR] [\fB\-N\ \fR\fB\fIsoa\-serial\-format\fR\fR] [\fB\-o\ \fR\fB\fIorigin\fR\fR] [\fB\-O\ \fR\fB\fIoutput\-format\fR\fR] [\fB\-p\fR] [\fB\-r\ \fR\fB\fIrandomdev\fR\fR] [\fB\-s\ \fR\fB\fIstart\-time\fR\fR] [\fB\-t\fR] [\fB\-v\ \fR\fB\fIlevel\fR\fR] [\fB\-z\fR] [\fB\-3\ \fR\fB\fIsalt\fR\fR] [\fB\-H\ \fR\fB\fIiterations\fR\fR] [\fB\-A\fR] {zonefile} [key...]
+\fBdnssec\-signzone\fR [\fB\-a\fR] [\fB\-c\ \fR\fB\fIclass\fR\fR] [\fB\-d\ \fR\fB\fIdirectory\fR\fR] [\fB\-e\ \fR\fB\fIend\-time\fR\fR] [\fB\-f\ \fR\fB\fIoutput\-file\fR\fR] [\fB\-g\fR] [\fB\-h\fR] [\fB\-k\ \fR\fB\fIkey\fR\fR] [\fB\-l\ \fR\fB\fIdomain\fR\fR] [\fB\-i\ \fR\fB\fIinterval\fR\fR] [\fB\-I\ \fR\fB\fIinput\-format\fR\fR] [\fB\-j\ \fR\fB\fIjitter\fR\fR] [\fB\-N\ \fR\fB\fIsoa\-serial\-format\fR\fR] [\fB\-o\ \fR\fB\fIorigin\fR\fR] [\fB\-O\ \fR\fB\fIoutput\-format\fR\fR] [\fB\-p\fR] [\fB\-P\fR] [\fB\-r\ \fR\fB\fIrandomdev\fR\fR] [\fB\-s\ \fR\fB\fIstart\-time\fR\fR] [\fB\-t\fR] [\fB\-v\ \fR\fB\fIlevel\fR\fR] [\fB\-z\fR] [\fB\-3\ \fR\fB\fIsalt\fR\fR] [\fB\-H\ \fR\fB\fIiterations\fR\fR] [\fB\-A\fR] {zonefile} [key...]
 .SH "DESCRIPTION"
 .PP
 \fBdnssec\-signzone\fR
-signs a zone. It generates NSEC and RRSIG records and produces a signed version of the zone. The security status of delegations from the signed zone (that is, whether the child zones are secure or not) is determined by the presence or absence of a
-\fIkeyset\fR
-file for each child zone.
+signs a zone. It generates NSEC and RRSIG records and produces a signed version of the zone. It also generates a
+\fIkeyset\-\fR
+file containing the key\-signing keys for the zone, and if signing a zone which contains delegations, it can optionally generate DS records for the child zones from their
+\fIkeyset\-\fR
+files.
 .SH "OPTIONS"
 .PP
 \-a
@@ -73,7 +75,9 @@ as the directory
 .PP
 \-g
 .RS 4
-Generate DS records for child zones from keyset files. Existing DS records will be removed.
+If the zone contains any delegations, and there are
+\fIkeyset\-\fR
+files for any of the child zones, then DS records for the child zones will be generated from the keys in those files. Existing DS records will be removed.
 .RE
 .PP
 \-s \fIstart\-time\fR
@@ -186,6 +190,13 @@ The format of the output file containing the signed zone. Possible formats are
 Use pseudo\-random data when signing the zone. This is faster, but less secure, than using real random data. This option may be useful when signing large zones or when the entropy source is limited.
 .RE
 .PP
+\-P
+.RS 4
+Disable post sign verification tests.
+.sp
+The post sign verification test ensures that for each algorithm in use there is at least one non revoked self signed KSK key, that all revoked KSK keys are self signed, and that all records in the zone are signed by the algorithm. This option skips these tests.
+.RE
+.PP
 \-r \fIrandomdev\fR
 .RS 4
 Specifies the source of randomness. If the operating system does not provide a
diff --git a/contrib/bind9/bin/dnssec/dnssec-signzone.c b/contrib/bind9/bin/dnssec/dnssec-signzone.c
index 2ef2e104902e..eec6110ac58e 100644
--- a/contrib/bind9/bin/dnssec/dnssec-signzone.c
+++ b/contrib/bind9/bin/dnssec/dnssec-signzone.c
@@ -29,7 +29,7 @@
  * IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: dnssec-signzone.c,v 1.209.12.8 2009/06/08 22:23:06 each Exp $ */
+/* $Id: dnssec-signzone.c,v 1.209.12.18 2009/11/03 23:47:45 tbox Exp $ */
 
 /*! \file */
 
@@ -51,6 +51,7 @@
 #include <isc/os.h>
 #include <isc/print.h>
 #include <isc/random.h>
+#include <isc/rwlock.h>
 #include <isc/serial.h>
 #include <isc/stdio.h>
 #include <isc/stdlib.h>
@@ -106,6 +107,8 @@ struct signer_key_struct {
 	isc_boolean_t issigningkey;
 	isc_boolean_t isdsk;
 	isc_boolean_t isksk;
+	isc_boolean_t wasused;
+	isc_boolean_t commandline;
 	unsigned int position;
 	ISC_LINK(signer_key_t) link;
 };
@@ -127,6 +130,7 @@ struct signer_event {
 
 static ISC_LIST(signer_key_t) keylist;
 static unsigned int keycount = 0;
+isc_rwlock_t keylist_lock;
 static isc_stdtime_t starttime = 0, endtime = 0, now;
 static int cycle = -1;
 static int jitter = 0;
@@ -164,6 +168,7 @@ static dns_master_style_t *dsstyle = NULL;
 static unsigned int serialformat = SOA_SERIAL_KEEP;
 static unsigned int hash_length = 0;
 static isc_boolean_t unknownalg = ISC_FALSE;
+static isc_boolean_t disable_zone_check = ISC_FALSE;
 
 #define INCSTAT(counter)		\
 	if (printstats) {		\
@@ -175,8 +180,9 @@ static isc_boolean_t unknownalg = ISC_FALSE;
 static void
 sign(isc_task_t *task, isc_event_t *event);
 
-static isc_boolean_t
-nsec3only(dns_dbnode_t *node);
+#define check_dns_dbiterator_current(result) \
+	check_result((result == DNS_R_NEWORIGIN) ? ISC_R_SUCCESS : result, \
+		     "dns_dbiterator_current()")
 
 static void
 dumpnode(dns_name_t *name, dns_dbnode_t *node) {
@@ -206,21 +212,37 @@ newkeystruct(dst_key_t *dstkey, isc_boolean_t signwithkey) {
 		key->isksk = ISC_FALSE;
 		key->isdsk = ISC_TRUE;
 	}
+	key->wasused = ISC_FALSE;
+	key->commandline = ISC_FALSE;
 	key->position = keycount++;
 	ISC_LINK_INIT(key, link);
 	return (key);
 }
 
+/*%
+ * Sign the given RRset with given key, and add the signature record to the
+ * given tuple.
+ */
+
 static void
-signwithkey(dns_name_t *name, dns_rdataset_t *rdataset, dns_rdata_t *rdata,
-	    dst_key_t *key, isc_buffer_t *b)
+signwithkey(dns_name_t *name, dns_rdataset_t *rdataset, dst_key_t *key,
+	    dns_ttl_t ttl, dns_diff_t *add, const char *logmsg)
 {
 	isc_result_t result;
 	isc_stdtime_t jendtime;
+	char keystr[KEY_FORMATSIZE];
+	dns_rdata_t trdata = DNS_RDATA_INIT;
+	unsigned char array[BUFSIZE];
+	isc_buffer_t b;
+	dns_difftuple_t *tuple;
+
+	key_format(key, keystr, sizeof(keystr));
+	vbprintf(1, "\t%s %s\n", logmsg, keystr);
 
 	jendtime = (jitter != 0) ? isc_random_jitter(endtime, jitter) : endtime;
+	isc_buffer_init(&b, array, sizeof(array));
 	result = dns_dnssec_sign(name, rdataset, key, &starttime, &jendtime,
-				 mctx, b, rdata);
+				 mctx, &b, &trdata);
 	isc_entropy_stopcallbacksources(ectx);
 	if (result != ISC_R_SUCCESS) {
 		char keystr[KEY_FORMATSIZE];
@@ -232,7 +254,7 @@ signwithkey(dns_name_t *name, dns_rdataset_t *rdataset, dns_rdata_t *rdata,
 
 	if (tryverify) {
 		result = dns_dnssec_verify(name, rdataset, key,
-					   ISC_TRUE, mctx, rdata);
+					   ISC_TRUE, mctx, &trdata);
 		if (result == ISC_R_SUCCESS) {
 			vbprintf(3, "\tsignature verified\n");
 			INCSTAT(nverified);
@@ -241,6 +263,12 @@ signwithkey(dns_name_t *name, dns_rdataset_t *rdataset, dns_rdata_t *rdata,
 			INCSTAT(nverifyfailed);
 		}
 	}
+
+	tuple = NULL;
+	result = dns_difftuple_create(mctx, DNS_DIFFOP_ADD, name, ttl, &trdata,
+				      &tuple);
+	check_result(result, "dns_difftuple_create");
+	dns_diff_append(add, &tuple);
 }
 
 static inline isc_boolean_t
@@ -254,6 +282,25 @@ iszonekey(signer_key_t *key) {
 		       dst_key_iszonekey(key->key)));
 }
 
+/*%
+ * Find the key if it is in our list.  If it is, return it, otherwise null.
+ * No locking is performed here, this must be done by the caller.
+ */
+static signer_key_t *
+keythatsigned_unlocked(dns_rdata_rrsig_t *rrsig) {
+	signer_key_t *key;
+
+	key = ISC_LIST_HEAD(keylist);
+	while (key != NULL) {
+		if (rrsig->keyid == dst_key_id(key->key) &&
+		    rrsig->algorithm == dst_key_alg(key->key) &&
+		    dns_name_equal(&rrsig->signer, dst_key_name(key->key)))
+			return (key);
+		key = ISC_LIST_NEXT(key, link);
+	}
+	return (NULL);
+}
+
 /*%
  * Finds the key that generated a RRSIG, if possible.  First look at the keys
  * that we've loaded already, and then see if there's a key on disk.
@@ -264,20 +311,34 @@ keythatsigned(dns_rdata_rrsig_t *rrsig) {
 	dst_key_t *pubkey = NULL, *privkey = NULL;
 	signer_key_t *key;
 
-	key = ISC_LIST_HEAD(keylist);
-	while (key != NULL) {
-		if (rrsig->keyid == dst_key_id(key->key) &&
-		    rrsig->algorithm == dst_key_alg(key->key) &&
-		    dns_name_equal(&rrsig->signer, dst_key_name(key->key)))
-			return key;
-		key = ISC_LIST_NEXT(key, link);
+	isc_rwlock_lock(&keylist_lock, isc_rwlocktype_read);
+	key = keythatsigned_unlocked(rrsig);
+	isc_rwlock_unlock(&keylist_lock, isc_rwlocktype_read);
+	if (key != NULL)
+		return (key);
+
+	/*
+	 * We did not find the key in our list.  Get a write lock now, since
+	 * we may be modifying the bits.  We could do the tryupgrade() dance,
+	 * but instead just get a write lock and check once again to see if
+	 * it is on our list.  It's possible someone else may have added it
+	 * after all.
+	 */
+	isc_rwlock_lock(&keylist_lock, isc_rwlocktype_write);
+
+	key = keythatsigned_unlocked(rrsig);
+	if (key != NULL) {
+		isc_rwlock_unlock(&keylist_lock, isc_rwlocktype_write);
+		return (key);
 	}
 
 	result = dst_key_fromfile(&rrsig->signer, rrsig->keyid,
 				  rrsig->algorithm, DST_TYPE_PUBLIC,
 				  NULL, mctx, &pubkey);
-	if (result != ISC_R_SUCCESS)
+	if (result != ISC_R_SUCCESS) {
+		isc_rwlock_unlock(&keylist_lock, isc_rwlocktype_write);
 		return (NULL);
+	}
 
 	result = dst_key_fromfile(&rrsig->signer, rrsig->keyid,
 				  rrsig->algorithm,
@@ -289,6 +350,8 @@ keythatsigned(dns_rdata_rrsig_t *rrsig) {
 	} else
 		key = newkeystruct(pubkey, ISC_FALSE);
 	ISC_LIST_APPEND(keylist, key, link);
+
+	isc_rwlock_unlock(&keylist_lock, isc_rwlocktype_write);
 	return (key);
 }
 
@@ -438,6 +501,7 @@ signset(dns_diff_t *del, dns_diff_t *add, dns_dbnode_t *node, dns_name_t *name,
 				keep = ISC_TRUE;
 				wassignedby[key->position] = ISC_TRUE;
 				nowsignedby[key->position] = ISC_TRUE;
+				key->wasused = ISC_TRUE;
 			} else {
 				vbprintf(2, "\trrsig by %s dropped - %s\n",
 					 sigstr,
@@ -453,6 +517,7 @@ signset(dns_diff_t *del, dns_diff_t *add, dns_dbnode_t *node, dns_name_t *name,
 				keep = ISC_TRUE;
 				wassignedby[key->position] = ISC_TRUE;
 				nowsignedby[key->position] = ISC_TRUE;
+				key->wasused = ISC_TRUE;
 			} else {
 				vbprintf(2, "\trrsig by %s dropped - %s\n",
 					 sigstr,
@@ -499,24 +564,12 @@ signset(dns_diff_t *del, dns_diff_t *add, dns_dbnode_t *node, dns_name_t *name,
 		}
 
 		if (resign) {
-			isc_buffer_t b;
-			dns_rdata_t trdata = DNS_RDATA_INIT;
-			unsigned char array[BUFSIZE];
-			char keystr[KEY_FORMATSIZE];
-
 			INSIST(!keep);
 
-			key_format(key->key, keystr, sizeof(keystr));
-			vbprintf(1, "\tresigning with dnskey %s\n", keystr);
-			isc_buffer_init(&b, array, sizeof(array));
-			signwithkey(name, set, &trdata, key->key, &b);
+			signwithkey(name, set, key->key, ttl, add,
+				    "resigning with dnskey");
 			nowsignedby[key->position] = ISC_TRUE;
-			tuple = NULL;
-			result = dns_difftuple_create(mctx, DNS_DIFFOP_ADD,
-						      name, ttl, &trdata,
-						      &tuple);
-			check_result(result, "dns_difftuple_create");
-			dns_diff_append(add, &tuple);
+			key->wasused = ISC_TRUE;
 		}
 
 		dns_rdata_reset(&sigrdata);
@@ -534,11 +587,6 @@ signset(dns_diff_t *del, dns_diff_t *add, dns_dbnode_t *node, dns_name_t *name,
 	     key != NULL;
 	     key = ISC_LIST_NEXT(key, link))
 	{
-		isc_buffer_t b;
-		dns_rdata_t trdata;
-		unsigned char array[BUFSIZE];
-		char keystr[KEY_FORMATSIZE];
-
 		if (nowsignedby[key->position])
 			continue;
 
@@ -550,16 +598,9 @@ signset(dns_diff_t *del, dns_diff_t *add, dns_dbnode_t *node, dns_name_t *name,
 		       dns_name_equal(name, gorigin))))
 			continue;
 
-		key_format(key->key, keystr, sizeof(keystr));
-		vbprintf(1, "\tsigning with dnskey %s\n", keystr);
-		dns_rdata_init(&trdata);
-		isc_buffer_init(&b, array, sizeof(array));
-		signwithkey(name, set, &trdata, key->key, &b);
-		tuple = NULL;
-		result = dns_difftuple_create(mctx, DNS_DIFFOP_ADD, name,
-					      ttl, &trdata, &tuple);
-		check_result(result, "dns_difftuple_create");
-		dns_diff_append(add, &tuple);
+		signwithkey(name, set, key->key, ttl, add,
+			    "signing with dnskey");
+		key->wasused = ISC_TRUE;
 	}
 
 	isc_mem_put(mctx, wassignedby, arraysize * sizeof(isc_boolean_t));
@@ -787,8 +828,8 @@ loadds(dns_name_t *name, isc_uint32_t ttl, dns_rdataset_t *dsset) {
 		return (DNS_R_BADDB);
 	}
 	dns_rdataset_init(&keyset);
-	result = dns_db_findrdataset(db, node, NULL, dns_rdatatype_dnskey, 0, 0,
-				     &keyset, NULL);
+	result = dns_db_findrdataset(db, node, NULL, dns_rdatatype_dnskey, 0,
+				     0, &keyset, NULL);
 	if (result != ISC_R_SUCCESS) {
 		dns_db_detachnode(db, &node);
 		dns_db_detach(&db);
@@ -1021,6 +1062,20 @@ active_node(dns_dbnode_t *node) {
 			type = rdataset.type;
 			covers = rdataset.covers;
 			dns_rdataset_disassociate(&rdataset);
+			/*
+			 * Delete the NSEC chain if we are signing with
+			 * NSEC3.
+			 */
+			if (nsec_datatype == dns_rdatatype_nsec3 &&
+			    (type == dns_rdatatype_nsec ||
+			     covers == dns_rdatatype_nsec)) {
+				result = dns_db_deleterdataset(gdb, node,
+							       gversion, type,
+							       covers);
+				check_result(result,
+					   "dns_db_deleterdataset(nsec/rrsig)");
+				continue;
+			}
 			if (type != dns_rdatatype_rrsig)
 				continue;
 			found = ISC_FALSE;
@@ -1050,32 +1105,6 @@ active_node(dns_dbnode_t *node) {
 			fatal("rdataset iteration failed: %s",
 			      isc_result_totext(result));
 		dns_rdatasetiter_destroy(&rdsiter2);
-
-#if 0
-		/*
-		 * Delete all NSEC records and RRSIG(NSEC) if we are in
-		 * NSEC3 mode and vica versa.
-		 */
-		for (result = dns_rdatasetiter_first(rdsiter2);
-		     result == ISC_R_SUCCESS;
-		     result = dns_rdatasetiter_next(rdsiter2)) {
-			dns_rdatasetiter_current(rdsiter, &rdataset);
-			type = rdataset.type;
-			covers = rdataset.covers;
-			if (type == dns_rdatatype_rrsig)
-				type = covers;
-			dns_rdataset_disassociate(&rdataset);
-			if (type == nsec_datatype ||
-			    (type != dns_rdatatype_nsec &&
-			     type != dns_rdatatype_nsec3))
-				continue;
-			if (covers != 0)
-				type = dns_rdatatype_rrsig;
-			result = dns_db_deleterdataset(gdb, node, gversion,
-						       type, covers);
-			check_result(result, "dns_db_deleterdataset()");
-		}
-#endif
 	}
 	dns_rdatasetiter_destroy(&rdsiter);
 
@@ -1198,7 +1227,7 @@ cleannode(dns_db_t *db, dns_dbversion_t *version, dns_dbnode_t *node) {
 	dns_rdataset_t set;
 	isc_result_t result, dresult;
 
-	if (outputformat != dns_masterformat_text)
+	if (outputformat != dns_masterformat_text || !disable_zone_check)
 		return;
 
 	dns_rdataset_init(&set);
@@ -1248,6 +1277,424 @@ postsign(void) {
 	dns_dbiterator_destroy(&gdbiter);
 }
 
+static isc_boolean_t
+goodsig(dns_rdata_t *sigrdata, dns_name_t *name, dns_rdataset_t *keyrdataset,
+	dns_rdataset_t *rdataset)
+{
+	dns_rdata_dnskey_t key;
+	dns_rdata_rrsig_t sig;
+	dst_key_t *dstkey = NULL;
+	isc_result_t result;
+
+	dns_rdata_tostruct(sigrdata, &sig, NULL);
+
+	for (result = dns_rdataset_first(keyrdataset);
+	     result == ISC_R_SUCCESS;
+	     result = dns_rdataset_next(keyrdataset)) {
+		dns_rdata_t rdata = DNS_RDATA_INIT;
+		dns_rdataset_current(keyrdataset, &rdata);
+		dns_rdata_tostruct(&rdata, &key, NULL);
+		result = dns_dnssec_keyfromrdata(gorigin, &rdata, mctx,
+						 &dstkey);
+		if (result != ISC_R_SUCCESS)
+			return (ISC_FALSE);
+		if (sig.algorithm != key.algorithm ||
+		    sig.keyid != dst_key_id(dstkey) ||
+		    !dns_name_equal(&sig.signer, gorigin)) {
+			dst_key_free(&dstkey);
+			continue;
+		}
+		result = dns_dnssec_verify(name, rdataset, dstkey, ISC_FALSE,
+					   mctx, sigrdata);
+		dst_key_free(&dstkey);
+		if (result == ISC_R_SUCCESS)
+			return(ISC_TRUE);
+	}
+	return (ISC_FALSE);
+}
+
+static void
+verifyset(dns_rdataset_t *rdataset, dns_name_t *name, dns_dbnode_t *node,
+	  dns_rdataset_t *keyrdataset, unsigned char *ksk_algorithms,
+	  unsigned char *bad_algorithms)
+{
+	unsigned char set_algorithms[256];
+	char namebuf[DNS_NAME_FORMATSIZE];
+	char algbuf[80];
+	char typebuf[80];
+	dns_rdataset_t sigrdataset;
+	dns_rdatasetiter_t *rdsiter = NULL;
+	isc_result_t result;
+	int i;
+
+	dns_rdataset_init(&sigrdataset);
+	result = dns_db_allrdatasets(gdb, node, gversion, 0, &rdsiter);
+	check_result(result, "dns_db_allrdatasets()");
+	for (result = dns_rdatasetiter_first(rdsiter);
+	     result == ISC_R_SUCCESS;
+	     result = dns_rdatasetiter_next(rdsiter)) {
+		dns_rdatasetiter_current(rdsiter, &sigrdataset);
+		if (sigrdataset.type == dns_rdatatype_rrsig &&
+		    sigrdataset.covers == rdataset->type)
+			break;
+		dns_rdataset_disassociate(&sigrdataset);
+	}
+	if (result != ISC_R_SUCCESS) {
+		dns_name_format(name, namebuf, sizeof(namebuf));
+		type_format(rdataset->type, typebuf, sizeof(typebuf));
+		fprintf(stderr, "no signatures for %s/%s\n", namebuf, typebuf);
+		for (i = 0; i < 256; i++)
+			if (ksk_algorithms[i] != 0)
+				bad_algorithms[i] = 1;
+		return;
+	}
+
+	memset(set_algorithms, 0, sizeof(set_algorithms));
+	for (result = dns_rdataset_first(&sigrdataset);
+	     result == ISC_R_SUCCESS;
+	     result = dns_rdataset_next(&sigrdataset)) {
+		dns_rdata_t rdata = DNS_RDATA_INIT;
+		dns_rdata_rrsig_t sig;
+
+		dns_rdataset_current(&sigrdataset, &rdata);
+		dns_rdata_tostruct(&rdata, &sig, NULL);
+		if ((set_algorithms[sig.algorithm] != 0) ||
+		    (ksk_algorithms[sig.algorithm] == 0))
+			continue;
+		if (goodsig(&rdata, name, keyrdataset, rdataset))
+			set_algorithms[sig.algorithm] = 1;
+	}
+	dns_rdatasetiter_destroy(&rdsiter);
+	if (memcmp(set_algorithms, ksk_algorithms, sizeof(set_algorithms))) {
+		dns_name_format(name, namebuf, sizeof(namebuf));
+		type_format(rdataset->type, typebuf, sizeof(typebuf));
+		for (i = 0; i < 256; i++)
+			if ((ksk_algorithms[i] != 0) &&
+			    (set_algorithms[i] == 0)) {
+				alg_format(i, algbuf, sizeof(algbuf));
+				fprintf(stderr, "Missing %s signature for "
+					"%s %s\n", algbuf, namebuf, typebuf);
+				bad_algorithms[i] = 1;
+			}
+	}
+	dns_rdataset_disassociate(&sigrdataset);
+}
+
+static void
+verifynode(dns_name_t *name, dns_dbnode_t *node, isc_boolean_t delegation,
+	   dns_rdataset_t *keyrdataset, unsigned char *ksk_algorithms,
+	   unsigned char *bad_algorithms)
+{
+	dns_rdataset_t rdataset;
+	dns_rdatasetiter_t *rdsiter = NULL;
+	isc_result_t result;
+
+	result = dns_db_allrdatasets(gdb, node, gversion, 0, &rdsiter);
+	check_result(result, "dns_db_allrdatasets()");
+	result = dns_rdatasetiter_first(rdsiter);
+	dns_rdataset_init(&rdataset);
+	while (result == ISC_R_SUCCESS) {
+		dns_rdatasetiter_current(rdsiter, &rdataset);
+		if (rdataset.type != dns_rdatatype_rrsig &&
+		    rdataset.type != dns_rdatatype_dnskey &&
+		    (!delegation || rdataset.type == dns_rdatatype_ds ||
+		     rdataset.type == dns_rdatatype_nsec)) {
+			verifyset(&rdataset, name, node, keyrdataset,
+				  ksk_algorithms, bad_algorithms);
+		}
+		dns_rdataset_disassociate(&rdataset);
+		result = dns_rdatasetiter_next(rdsiter);
+	}
+	if (result != ISC_R_NOMORE)
+		fatal("rdataset iteration failed: %s",
+		      isc_result_totext(result));
+	dns_rdatasetiter_destroy(&rdsiter);
+}
+
+/*%
+ * Verify that certain things are sane:
+ *
+ *   The apex has a DNSKEY record with at least one KSK and at least
+ *   one ZSK.
+ *
+ *   The DNSKEY record was signed with at least one of the KSKs in this
+ *   set.
+ *
+ *   The rest of the zone was signed with at least one of the ZSKs
+ *   present in the DNSKEY RRSET.
+ */
+static void
+verifyzone(void) {
+	char algbuf[80];
+	dns_dbiterator_t *dbiter = NULL;
+	dns_dbnode_t *node = NULL, *nextnode = NULL;
+	dns_fixedname_t fname, fnextname, fzonecut;
+	dns_name_t *name, *nextname, *zonecut;
+	dns_rdata_dnskey_t dnskey;
+	dns_rdata_t rdata = DNS_RDATA_INIT;
+	dns_rdataset_t rdataset;
+	dns_rdataset_t sigrdataset;
+	int i;
+	isc_boolean_t done = ISC_FALSE;
+	isc_boolean_t first = ISC_TRUE;
+	isc_boolean_t goodksk = ISC_FALSE;
+	isc_boolean_t goodzsk = ISC_FALSE;
+	isc_result_t result;
+	unsigned char revoked[256];
+	unsigned char standby[256];
+	unsigned char ksk_algorithms[256];
+	unsigned char zsk_algorithms[256];
+	unsigned char bad_algorithms[256];
+#ifdef ALLOW_KSKLESS_ZONES
+	isc_boolean_t allzsksigned = ISC_TRUE;
+	unsigned char self_algorithms[256];
+#endif
+
+	if (disable_zone_check)
+		return;
+
+	result = dns_db_findnode(gdb, gorigin, ISC_FALSE, &node);
+	if (result != ISC_R_SUCCESS)
+		fatal("failed to find the zone's origin: %s",
+		      isc_result_totext(result));
+
+	dns_rdataset_init(&rdataset);
+	dns_rdataset_init(&sigrdataset);
+	result = dns_db_findrdataset(gdb, node, gversion,
+				     dns_rdatatype_dnskey,
+				     0, 0, &rdataset, &sigrdataset);
+	dns_db_detachnode(gdb, &node);
+	if (result != ISC_R_SUCCESS)
+		fatal("cannot find DNSKEY rrset\n");
+
+	if (!dns_rdataset_isassociated(&sigrdataset))
+		fatal("cannot find DNSKEY RRSIGs\n");
+
+	memset(revoked, 0, sizeof(revoked));
+	memset(standby, 0, sizeof(revoked));
+	memset(ksk_algorithms, 0, sizeof(ksk_algorithms));
+	memset(zsk_algorithms, 0, sizeof(zsk_algorithms));
+	memset(bad_algorithms, 0, sizeof(bad_algorithms));
+#ifdef ALLOW_KSKLESS_ZONES
+	memset(self_algorithms, 0, sizeof(self_algorithms));
+#endif
+
+	/*
+	 * Check that the DNSKEY RR has at least one self signing KSK and
+	 * one ZSK per algorithm in it.
+	 */
+	for (result = dns_rdataset_first(&rdataset);
+	     result == ISC_R_SUCCESS;
+	     result = dns_rdataset_next(&rdataset)) {
+		dns_rdataset_current(&rdataset, &rdata);
+		result = dns_rdata_tostruct(&rdata, &dnskey, NULL);
+		check_result(result, "dns_rdata_tostruct");
+
+		if ((dnskey.flags & DNS_KEYOWNER_ZONE) == 0)
+			;
+		else if ((dnskey.flags & DNS_KEYFLAG_REVOKE) != 0) {
+			if ((dnskey.flags & DNS_KEYFLAG_KSK) != 0 &&
+			    !dns_dnssec_selfsigns(&rdata, gorigin, &rdataset,
+						  &sigrdataset, ISC_FALSE,
+						  mctx)) {
+				char namebuf[DNS_NAME_FORMATSIZE];
+				char buffer[1024];
+				isc_buffer_t buf;
+
+				dns_name_format(gorigin, namebuf,
+						sizeof(namebuf));
+				isc_buffer_init(&buf, buffer, sizeof(buffer));
+				result = dns_rdata_totext(&rdata, NULL, &buf);
+				check_result(result, "dns_rdata_totext");
+				fatal("revoked KSK is not self signed:\n"
+				      "%s DNSKEY %.*s", namebuf,
+				      (int)isc_buffer_usedlength(&buf), buffer);
+			}
+			if ((dnskey.flags & DNS_KEYFLAG_KSK) != 0 &&
+			     revoked[dnskey.algorithm] != 255)
+				revoked[dnskey.algorithm]++;
+		} else if ((dnskey.flags & DNS_KEYFLAG_KSK) != 0) {
+			if (dns_dnssec_selfsigns(&rdata, gorigin, &rdataset,
+					      &sigrdataset, ISC_FALSE, mctx)) {
+				if (ksk_algorithms[dnskey.algorithm] != 255)
+					ksk_algorithms[dnskey.algorithm]++;
+				goodksk = ISC_TRUE;
+			} else {
+				if (standby[dnskey.algorithm] != 255)
+					standby[dnskey.algorithm]++;
+			}
+		} else if (dns_dnssec_selfsigns(&rdata, gorigin, &rdataset,
+						&sigrdataset, ISC_FALSE,
+						mctx)) {
+#ifdef ALLOW_KSKLESS_ZONES
+			if (self_algorithms[dnskey.algorithm] != 255)
+				self_algorithms[dnskey.algorithm]++;
+#endif
+			if (zsk_algorithms[dnskey.algorithm] != 255)
+				zsk_algorithms[dnskey.algorithm]++;
+			goodzsk = ISC_TRUE;
+		} else {
+			if (zsk_algorithms[dnskey.algorithm] != 255)
+				zsk_algorithms[dnskey.algorithm]++;
+#ifdef ALLOW_KSKLESS_ZONES
+			allzsksigned = ISC_FALSE;
+#endif
+		}
+		dns_rdata_freestruct(&dnskey);
+		dns_rdata_reset(&rdata);
+	}
+	dns_rdataset_disassociate(&sigrdataset);
+
+	if (!goodksk) {
+#ifdef ALLOW_KSKLESS_ZONES
+		if (!goodzsk)
+			fatal("no self signing keys found");
+		fprintf(stderr, "No self signing KSK found. Using self signed "
+			"ZSK's for active algorithm list.\n");
+		memcpy(ksk_algorithms, self_algorithms, sizeof(ksk_algorithms));
+		if (!allzsksigned)
+			fprintf(stderr, "warning: not all ZSK's are self "
+				"signed.\n");
+#else
+		fatal("no self signed KSK's found");
+#endif
+	}
+
+	fprintf(stderr, "Verifying the zone using the following algorithms:");
+	for (i = 0; i < 256; i++) {
+		if (ksk_algorithms[i] != 0) {
+			alg_format(i, algbuf, sizeof(algbuf));
+			fprintf(stderr, " %s", algbuf);
+		}
+	}
+	fprintf(stderr, ".\n");
+
+	for (i = 0; i < 256; i++) {
+		/*
+		 * The counts should both be zero or both be non-zero.
+		 * Mark the algorithm as bad if this is not met.
+		 */
+		if ((ksk_algorithms[i] != 0) == (zsk_algorithms[i] != 0))
+			continue;
+		alg_format(i, algbuf, sizeof(algbuf));
+		fprintf(stderr, "Missing %s for algorithm %s\n",
+			(ksk_algorithms[i] != 0) ? "ZSK" : "self signing KSK",
+			algbuf);
+		bad_algorithms[i] = 1;
+	}
+
+	/*
+	 * Check that all the other records were signed by keys that are
+	 * present in the DNSKEY RRSET.
+	 */
+
+	dns_fixedname_init(&fname);
+	name = dns_fixedname_name(&fname);
+	dns_fixedname_init(&fnextname);
+	nextname = dns_fixedname_name(&fnextname);
+	dns_fixedname_init(&fzonecut);
+	zonecut = NULL;
+
+	result = dns_db_createiterator(gdb, DNS_DB_NONSEC3, &dbiter);
+	check_result(result, "dns_db_createiterator()");
+
+	result = dns_dbiterator_first(dbiter);
+	check_result(result, "dns_dbiterator_first()");
+
+	while (!done) {
+		isc_boolean_t isdelegation = ISC_FALSE;
+
+		result = dns_dbiterator_current(dbiter, &node, name);
+		check_dns_dbiterator_current(result);
+		if (delegation(name, node, NULL)) {
+			zonecut = dns_fixedname_name(&fzonecut);
+			dns_name_copy(name, zonecut, NULL);
+			isdelegation = ISC_TRUE;
+		}
+		verifynode(name, node, isdelegation, &rdataset,
+			   ksk_algorithms, bad_algorithms);
+		result = dns_dbiterator_next(dbiter);
+		nextnode = NULL;
+		while (result == ISC_R_SUCCESS) {
+			result = dns_dbiterator_current(dbiter, &nextnode,
+							nextname);
+			check_dns_dbiterator_current(result);
+			if (!dns_name_issubdomain(nextname, gorigin) ||
+			    (zonecut != NULL &&
+			     dns_name_issubdomain(nextname, zonecut)))
+			{
+				dns_db_detachnode(gdb, &nextnode);
+				result = dns_dbiterator_next(dbiter);
+				continue;
+			}
+			dns_db_detachnode(gdb, &nextnode);
+			break;
+		}
+		if (result == ISC_R_NOMORE) {
+			done = ISC_TRUE;
+		} else if (result != ISC_R_SUCCESS)
+			fatal("iterating through the database failed: %s",
+			      isc_result_totext(result));
+		dns_db_detachnode(gdb, &node);
+	}
+
+	dns_dbiterator_destroy(&dbiter);
+
+	result = dns_db_createiterator(gdb, DNS_DB_NSEC3ONLY, &dbiter);
+	check_result(result, "dns_db_createiterator()");
+
+	for (result = dns_dbiterator_first(dbiter);
+	     result == ISC_R_SUCCESS;
+	     result = dns_dbiterator_next(dbiter) ) {
+		result = dns_dbiterator_current(dbiter, &node, name);
+		check_dns_dbiterator_current(result);
+		verifynode(name, node, ISC_FALSE, &rdataset,
+			   ksk_algorithms, bad_algorithms);
+		dns_db_detachnode(gdb, &node);
+	}
+	dns_dbiterator_destroy(&dbiter);
+
+	dns_rdataset_disassociate(&rdataset);
+
+	/*
+	 * If we made it this far, we have what we consider a properly signed
+	 * zone.  Set the good flag.
+	 */
+	for (i = 0; i < 256; i++) {
+		if (bad_algorithms[i] != 0) {
+			if (first)
+				fprintf(stderr, "The zone is not fully signed "
+					"for the following algorithms:");
+			alg_format(i, algbuf, sizeof(algbuf));
+			fprintf(stderr, " %s", algbuf);
+			first = ISC_FALSE;
+		}
+	}
+	if (!first) {
+		fprintf(stderr, ".\n");
+		fatal("DNSSEC completeness test failed.");
+	}
+
+	if (goodksk) {
+		/*
+		 * Print the success summary.
+		 */
+		fprintf(stderr, "Zone signing complete:\n");
+		for (i = 0; i < 256; i++) {
+			if ((zsk_algorithms[i] != 0) ||
+			    (ksk_algorithms[i] != 0) ||
+			    (revoked[i] != 0) || (standby[i] != 0)) {
+				alg_format(i, algbuf, sizeof(algbuf));
+				fprintf(stderr, "Algorithm: %s: ZSKs: %u, "
+					"KSKs: %u active, %u revoked, %u "
+					"stand-by\n", algbuf,
+					zsk_algorithms[i], ksk_algorithms[i],
+					revoked[i], standby[i]);
+			}
+		}
+	}
+}
+
 /*%
  * Sign the apex of the zone.
  * Note the origin may not be the first node if there are out of zone
@@ -1265,7 +1712,7 @@ signapex(void) {
 	result = dns_dbiterator_seek(gdbiter, gorigin);
 	check_result(result, "dns_dbiterator_seek()");
 	result = dns_dbiterator_current(gdbiter, &node, name);
-	check_result(result, "dns_dbiterator_current()");
+	check_dns_dbiterator_current(result);
 	signname(node, name);
 	dumpnode(name, node);
 	cleannode(gdb, gversion, node);
@@ -1317,9 +1764,7 @@ assignwork(isc_task_t *task, isc_task_t *worker) {
 	found = ISC_FALSE;
 	while (!found) {
 		result = dns_dbiterator_current(gdbiter, &node, name);
-		if (result != ISC_R_SUCCESS)
-			fatal("failure iterating database: %s",
-			      isc_result_totext(result));
+		check_dns_dbiterator_current(result);
 		/*
 		 * The origin was handled by signapex().
 		 */
@@ -1487,7 +1932,7 @@ add_ds(dns_name_t *name, dns_dbnode_t *node, isc_uint32_t nsttl) {
 }
 
 /*%
- * Generate NSEC records for the zone.
+ * Generate NSEC records for the zone and remove NSEC3/NSEC3PARAM records.
  */
 static void
 nsecify(void) {
@@ -1495,10 +1940,14 @@ nsecify(void) {
 	dns_dbnode_t *node = NULL, *nextnode = NULL;
 	dns_fixedname_t fname, fnextname, fzonecut;
 	dns_name_t *name, *nextname, *zonecut;
+	dns_rdataset_t rdataset;
+	dns_rdatasetiter_t *rdsiter = NULL;
+	dns_rdatatype_t type, covers;
 	isc_boolean_t done = ISC_FALSE;
 	isc_result_t result;
 	isc_uint32_t nsttl = 0;
 
+	dns_rdataset_init(&rdataset);
 	dns_fixedname_init(&fname);
 	name = dns_fixedname_name(&fname);
 	dns_fixedname_init(&fnextname);
@@ -1506,14 +1955,70 @@ nsecify(void) {
 	dns_fixedname_init(&fzonecut);
 	zonecut = NULL;
 
+	/*
+	 * Remove any NSEC3 chains.
+	 */
+	result = dns_db_createiterator(gdb, DNS_DB_NSEC3ONLY, &dbiter);
+	check_result(result, "dns_db_createiterator()");
+	for (result = dns_dbiterator_first(dbiter);
+	     result == ISC_R_SUCCESS;
+	     result = dns_dbiterator_next(dbiter)) {
+		result = dns_dbiterator_current(dbiter, &node, name);
+		check_dns_dbiterator_current(result);
+		result = dns_db_allrdatasets(gdb, node, gversion, 0, &rdsiter);
+		check_result(result, "dns_db_allrdatasets()");
+		for (result = dns_rdatasetiter_first(rdsiter);
+		     result == ISC_R_SUCCESS;
+		     result = dns_rdatasetiter_next(rdsiter)) {
+			dns_rdatasetiter_current(rdsiter, &rdataset);
+			type = rdataset.type;
+			covers = rdataset.covers;
+			dns_rdataset_disassociate(&rdataset);
+			result = dns_db_deleterdataset(gdb, node, gversion,
+						       type, covers);
+			check_result(result,
+				     "dns_db_deleterdataset(nsec3param/rrsig)");
+		}
+		dns_rdatasetiter_destroy(&rdsiter);
+		dns_db_detachnode(gdb, &node);
+	}
+	dns_dbiterator_destroy(&dbiter);
+
 	result = dns_db_createiterator(gdb, DNS_DB_NONSEC3, &dbiter);
 	check_result(result, "dns_db_createiterator()");
 
 	result = dns_dbiterator_first(dbiter);
 	check_result(result, "dns_dbiterator_first()");
 
+	result = dns_dbiterator_current(dbiter, &node, name);
+	check_dns_dbiterator_current(result);
+	/*
+	 * Delete any NSEC3PARAM records at the apex.
+	 */
+	result = dns_db_allrdatasets(gdb, node, gversion, 0, &rdsiter);
+	check_result(result, "dns_db_allrdatasets()");
+	for (result = dns_rdatasetiter_first(rdsiter);
+	     result == ISC_R_SUCCESS;
+	     result = dns_rdatasetiter_next(rdsiter)) {
+		dns_rdatasetiter_current(rdsiter, &rdataset);
+		type = rdataset.type;
+		covers = rdataset.covers;
+		dns_rdataset_disassociate(&rdataset);
+		if (type == dns_rdatatype_nsec3param ||
+		    covers == dns_rdatatype_nsec3param) {
+			result = dns_db_deleterdataset(gdb, node, gversion,
+						       type, covers);
+			check_result(result,
+				     "dns_db_deleterdataset(nsec3param/rrsig)");
+			continue;
+		}
+	}
+	dns_rdatasetiter_destroy(&rdsiter);
+	dns_db_detachnode(gdb, &node);
+
 	while (!done) {
-		dns_dbiterator_current(dbiter, &node, name);
+		result = dns_dbiterator_current(dbiter, &node, name);
+		check_dns_dbiterator_current(result);
 		if (delegation(name, node, &nsttl)) {
 			zonecut = dns_fixedname_name(&fzonecut);
 			dns_name_copy(name, zonecut, NULL);
@@ -1526,8 +2031,7 @@ nsecify(void) {
 			isc_boolean_t active = ISC_FALSE;
 			result = dns_dbiterator_current(dbiter, &nextnode,
 							nextname);
-			if (result != ISC_R_SUCCESS)
-				break;
+			check_dns_dbiterator_current(result);
 			active = active_node(nextnode);
 			if (!active) {
 				dns_db_detachnode(gdb, &nextnode);
@@ -1560,37 +2064,6 @@ nsecify(void) {
 	dns_dbiterator_destroy(&dbiter);
 }
 
-/*%
- * Does this node only contain NSEC3 records or RRSIG records or is empty.
- */
-static isc_boolean_t
-nsec3only(dns_dbnode_t *node) {
-	dns_rdatasetiter_t *rdsiter = NULL;
-	isc_result_t result;
-	dns_rdataset_t rdataset;
-	isc_boolean_t answer = ISC_TRUE;
-
-	dns_rdataset_init(&rdataset);
-	result = dns_db_allrdatasets(gdb, node, gversion, 0, &rdsiter);
-	check_result(result, "dns_db_allrdatasets()");
-	result = dns_rdatasetiter_first(rdsiter);
-	while (result == ISC_R_SUCCESS) {
-		dns_rdatasetiter_current(rdsiter, &rdataset);
-		if (rdataset.type != dns_rdatatype_nsec3 &&
-		    rdataset.type != dns_rdatatype_rrsig) {
-			answer = ISC_FALSE;
-			result = ISC_R_NOMORE;
-		} else
-			result = dns_rdatasetiter_next(rdsiter);
-		dns_rdataset_disassociate(&rdataset);
-	}
-	if (result != ISC_R_NOMORE)
-		fatal("rdataset iteration failed: %s",
-		      isc_result_totext(result));
-	dns_rdatasetiter_destroy(&rdsiter);
-	return (answer);
-}
-
 static void
 addnsec3param(const unsigned char *salt, size_t salt_length,
 	      unsigned int iterations)
@@ -1631,6 +2104,16 @@ addnsec3param(const unsigned char *salt, size_t salt_length,
 
 	result = dns_db_findnode(gdb, gorigin, ISC_TRUE, &node);
 	check_result(result, "dns_db_find(gorigin)");
+
+	/*
+	 * Delete any current NSEC3PARAM records.
+	 */
+	result = dns_db_deleterdataset(gdb, node, gversion,
+				       dns_rdatatype_nsec3param, 0);
+	if (result == DNS_R_UNCHANGED)
+		result = ISC_R_SUCCESS;
+	check_result(result, "dddnsec3param: dns_db_deleterdataset()");
+
 	result = dns_db_addrdataset(gdb, node, gversion, 0, &rdataset,
 				    DNS_DBADD_MERGE, NULL);
 	if (result == DNS_R_UNCHANGED)
@@ -1719,6 +2202,7 @@ nsec3clean(dns_name_t *name, dns_dbnode_t *node,
 	isc_buffer_t target;
 	isc_result_t result;
 	unsigned char hash[NSEC3_MAX_HASH_LENGTH + 1];
+	isc_boolean_t exists;
 
 	/*
 	 * Get the first label.
@@ -1740,8 +2224,7 @@ nsec3clean(dns_name_t *name, dns_dbnode_t *node,
 
 	hash[isc_buffer_usedlength(&target)] = 0;
 
-	if (hashlist_exists(hashlist, hash))
-		return;
+	exists = hashlist_exists(hashlist, hash);
 
 	/*
 	 * Verify that the NSEC3 parameters match the current ones
@@ -1756,20 +2239,21 @@ nsec3clean(dns_name_t *name, dns_dbnode_t *node,
 		return;
 
 	/*
-	 * Delete any matching NSEC3 records which have parameters that
-	 * match the NSEC3 chain we are building.
+	 * Delete any NSEC3 records which are not part of the current
+	 * NSEC3 chain.
 	 */
 	for (result = dns_rdataset_first(&rdataset);
 	     result == ISC_R_SUCCESS;
 	     result = dns_rdataset_next(&rdataset)) {
 		dns_rdata_init(&rdata);
 		dns_rdataset_current(&rdataset, &rdata);
-		dns_rdata_tostruct(&rdata, &nsec3, NULL);
-		if (nsec3.hash == hashalg &&
+		result = dns_rdata_tostruct(&rdata, &nsec3, NULL);
+		check_result(result, "dns_rdata_tostruct");
+		if (exists && nsec3.hash == hashalg &&
 		    nsec3.iterations == iterations &&
 		    nsec3.salt_length == salt_length &&
 		    !memcmp(nsec3.salt, salt, salt_length))
-			break;
+			continue;
 		rdatalist.rdclass = rdata.rdclass;
 		rdatalist.type = rdata.type;
 		rdatalist.covers = 0;
@@ -1783,7 +2267,7 @@ nsec3clean(dns_name_t *name, dns_dbnode_t *node,
 		result = dns_db_subtractrdataset(gdb, node, gversion,
 						 &delrdataset, 0, NULL);
 		dns_rdataset_disassociate(&delrdataset);
-		if (result != ISC_R_SUCCESS && result != DNS_R_UNCHANGED)
+		if (result != ISC_R_SUCCESS && result != DNS_R_NXRRSET)
 			check_result(result, "dns_db_subtractrdataset(NSEC3)");
 		delete_rrsigs = ISC_TRUE;
 	}
@@ -1814,13 +2298,17 @@ nsec3ify(unsigned int hashalg, unsigned int iterations,
 	dns_dbnode_t *node = NULL, *nextnode = NULL;
 	dns_fixedname_t fname, fnextname, fzonecut;
 	dns_name_t *name, *nextname, *zonecut;
+	dns_rdataset_t rdataset;
+	dns_rdatasetiter_t *rdsiter = NULL;
+	dns_rdatatype_t type, covers;
+	int order;
+	isc_boolean_t active;
 	isc_boolean_t done = ISC_FALSE;
 	isc_result_t result;
-	isc_boolean_t active;
 	isc_uint32_t nsttl = 0;
 	unsigned int count, nlabels;
-	int order;
 
+	dns_rdataset_init(&rdataset);
 	dns_fixedname_init(&fname);
 	name = dns_fixedname_name(&fname);
 	dns_fixedname_init(&fnextname);
@@ -1837,15 +2325,41 @@ nsec3ify(unsigned int hashalg, unsigned int iterations,
 	result = dns_dbiterator_first(dbiter);
 	check_result(result, "dns_dbiterator_first()");
 
+	result = dns_dbiterator_current(dbiter, &node, name);
+	check_dns_dbiterator_current(result);
+	/*
+	 * Delete any NSEC records at the apex.
+	 */
+	result = dns_db_allrdatasets(gdb, node, gversion, 0, &rdsiter);
+	check_result(result, "dns_db_allrdatasets()");
+	for (result = dns_rdatasetiter_first(rdsiter);
+	     result == ISC_R_SUCCESS;
+	     result = dns_rdatasetiter_next(rdsiter)) {
+		dns_rdatasetiter_current(rdsiter, &rdataset);
+		type = rdataset.type;
+		covers = rdataset.covers;
+		dns_rdataset_disassociate(&rdataset);
+		if (type == dns_rdatatype_nsec ||
+		    covers == dns_rdatatype_nsec) {
+			result = dns_db_deleterdataset(gdb, node, gversion,
+						       type, covers);
+			check_result(result,
+				     "dns_db_deleterdataset(nsec3param/rrsig)");
+			continue;
+		}
+	}
+	dns_rdatasetiter_destroy(&rdsiter);
+	dns_db_detachnode(gdb, &node);
+
 	while (!done) {
-		dns_dbiterator_current(dbiter, &node, name);
+		result = dns_dbiterator_current(dbiter, &node, name);
+		check_dns_dbiterator_current(result);
 		result = dns_dbiterator_next(dbiter);
 		nextnode = NULL;
 		while (result == ISC_R_SUCCESS) {
 			result = dns_dbiterator_current(dbiter, &nextnode,
 							nextname);
-			if (result != ISC_R_SUCCESS)
-				break;
+			check_dns_dbiterator_current(result);
 			active = active_node(nextnode);
 			if (!active) {
 				dns_db_detachnode(gdb, &nextnode);
@@ -1927,6 +2441,26 @@ nsec3ify(unsigned int hashalg, unsigned int iterations,
 
 	addnsec3param(salt, salt_length, iterations);
 
+	/*
+	 * Clean out NSEC3 records which don't match this chain.
+	 */
+	result = dns_db_createiterator(gdb, DNS_DB_NSEC3ONLY, &dbiter);
+	check_result(result, "dns_db_createiterator()");
+
+	for (result = dns_dbiterator_first(dbiter);
+	     result == ISC_R_SUCCESS;
+	     result = dns_dbiterator_next(dbiter)) {
+		result = dns_dbiterator_current(dbiter, &node, name);
+		check_dns_dbiterator_current(result);
+		nsec3clean(name, node, hashalg, iterations, salt, salt_length,
+			   hashlist);
+		dns_db_detachnode(gdb, &node);
+	}
+	dns_dbiterator_destroy(&dbiter);
+
+	/*
+	 * Generate / complete the new chain.
+	 */
 	result = dns_db_createiterator(gdb, DNS_DB_NONSEC3, &dbiter);
 	check_result(result, "dns_db_createiterator()");
 
@@ -1934,25 +2468,16 @@ nsec3ify(unsigned int hashalg, unsigned int iterations,
 	check_result(result, "dns_dbiterator_first()");
 
 	while (!done) {
-		dns_dbiterator_current(dbiter, &node, name);
+		result = dns_dbiterator_current(dbiter, &node, name);
+		check_dns_dbiterator_current(result);
 		result = dns_dbiterator_next(dbiter);
 		nextnode = NULL;
 		while (result == ISC_R_SUCCESS) {
 			result = dns_dbiterator_current(dbiter, &nextnode,
 							nextname);
-			if (result != ISC_R_SUCCESS)
-				break;
-			/*
-			 * Cleanout NSEC3 RRsets which don't exist in the
-			 * hash table.
-			 */
-			nsec3clean(nextname, nextnode, hashalg, iterations,
-				   salt, salt_length, hashlist);
-			/*
-			 * Skip NSEC3 only nodes when looking for the next
-			 * node in the zone.  Also skips now empty nodes.
-			 */
-			if (nsec3only(nextnode)) {
+			check_dns_dbiterator_current(result);
+			active = active_node(nextnode);
+			if (!active) {
 				dns_db_detachnode(gdb, &nextnode);
 				result = dns_dbiterator_next(dbiter);
 				continue;
@@ -2098,7 +2623,8 @@ loadzonepubkeys(dns_db_t *db) {
 
 	dns_rdataset_init(&rdataset);
 	result = dns_db_findrdataset(db, node, currentversion,
-				     dns_rdatatype_dnskey, 0, 0, &rdataset, NULL);
+				     dns_rdatatype_dnskey, 0, 0, &rdataset,
+				     NULL);
 	if (result != ISC_R_SUCCESS)
 		fatal("failed to find keys at the zone apex: %s",
 		      isc_result_totext(result));
@@ -2134,7 +2660,7 @@ warnifallksk(dns_db_t *db) {
 	dns_rdataset_t rdataset;
 	dns_rdata_t rdata = DNS_RDATA_INIT;
 	isc_result_t result;
-	dns_rdata_key_t key;
+	dns_rdata_dnskey_t dnskey;
 	isc_boolean_t have_non_ksk = ISC_FALSE;
 
 	dns_db_currentversion(db, &currentversion);
@@ -2146,7 +2672,8 @@ warnifallksk(dns_db_t *db) {
 
 	dns_rdataset_init(&rdataset);
 	result = dns_db_findrdataset(db, node, currentversion,
-				     dns_rdatatype_dnskey, 0, 0, &rdataset, NULL);
+				     dns_rdatatype_dnskey, 0, 0, &rdataset,
+				     NULL);
 	if (result != ISC_R_SUCCESS)
 		fatal("failed to find keys at the zone apex: %s",
 		      isc_result_totext(result));
@@ -2155,21 +2682,27 @@ warnifallksk(dns_db_t *db) {
 	while (result == ISC_R_SUCCESS) {
 		dns_rdata_reset(&rdata);
 		dns_rdataset_current(&rdataset, &rdata);
-		result = dns_rdata_tostruct(&rdata, &key, NULL);
+		result = dns_rdata_tostruct(&rdata, &dnskey, NULL);
 		check_result(result, "dns_rdata_tostruct");
-		if ((key.flags & DNS_KEYFLAG_KSK) == 0) {
+		if ((dnskey.flags & DNS_KEYFLAG_KSK) == 0) {
 			have_non_ksk = ISC_TRUE;
 			result = ISC_R_NOMORE;
 		} else
 			result = dns_rdataset_next(&rdataset);
+		dns_rdata_freestruct(&dnskey);
 	}
 	dns_rdataset_disassociate(&rdataset);
 	dns_db_detachnode(db, &node);
 	dns_db_closeversion(db, &currentversion, ISC_FALSE);
-	if (!have_non_ksk && !ignoreksk)
-		fprintf(stderr, "%s: warning: No non-KSK dnskey found. "
-			"Supply non-KSK dnskey or use '-z'.\n",
-			program);
+	if (!have_non_ksk && !ignoreksk) {
+		if (disable_zone_check)
+			fprintf(stderr, "%s: warning: No non-KSK dnskey found. "
+				"Supply non-KSK dnskey or use '-z'.\n",
+				program);
+		else
+			fatal("No non-KSK dnskey found. "
+			      "Supply non-KSK dnskey or use '-z'.");
+	}
 }
 
 static void
@@ -2343,7 +2876,8 @@ usage(void) {
 	fprintf(stderr, "\t-g:\t");
 	fprintf(stderr, "generate DS records from keyset files\n");
 	fprintf(stderr, "\t-s [YYYYMMDDHHMMSS|+offset]:\n");
-	fprintf(stderr, "\t\tRRSIG start time - absolute|offset (now - 1 hour)\n");
+	fprintf(stderr, "\t\tRRSIG start time - absolute|offset "
+				"(now - 1 hour)\n");
 	fprintf(stderr, "\t-e [YYYYMMDDHHMMSS|+offset|\"now\"+offset]:\n");
 	fprintf(stderr, "\t\tRRSIG end time  - absolute|from start|from now "
 				"(now + 30 days)\n");
@@ -2351,7 +2885,8 @@ usage(void) {
 	fprintf(stderr, "\t\tcycle interval - resign "
 				"if < interval from end ( (end-start)/4 )\n");
 	fprintf(stderr, "\t-j jitter:\n");
-	fprintf(stderr, "\t\trandomize signature end time up to jitter seconds\n");
+	fprintf(stderr, "\t\trandomize signature end time up to jitter "
+				"seconds\n");
 	fprintf(stderr, "\t-v debuglevel (0)\n");
 	fprintf(stderr, "\t-o origin:\n");
 	fprintf(stderr, "\t\tzone origin (name of zonefile)\n");
@@ -2370,6 +2905,8 @@ usage(void) {
 	fprintf(stderr, "verify generated signatures\n");
 	fprintf(stderr, "\t-p:\t");
 	fprintf(stderr, "use pseudorandom data (faster but less secure)\n");
+	fprintf(stderr, "\t-P:\t");
+	fprintf(stderr, "disable post-sign verification\n");
 	fprintf(stderr, "\t-t:\t");
 	fprintf(stderr, "print statistics\n");
 	fprintf(stderr, "\t-n ncpus (number of cpus present)\n");
@@ -2448,7 +2985,7 @@ main(int argc, char *argv[]) {
 	unsigned char saltbuf[255];
 	hashlist_t hashlist;
 
-#define CMDLINE_FLAGS "3:aAc:d:e:f:ghH:i:I:j:k:l:m:n:N:o:O:pr:s:StUv:z"
+#define CMDLINE_FLAGS "3:aAc:d:e:f:FghH:i:I:j:k:l:m:n:N:o:O:pPr:s:StUv:z"
 
 	/*
 	 * Process memory debugging argument first.
@@ -2535,19 +3072,19 @@ main(int argc, char *argv[]) {
 			generateds = ISC_TRUE;
 			break;
 
-		case '?':
-			if (isc_commandline_option != '?')
-				fprintf(stderr, "%s: invalid argument -%c\n",
-					program, isc_commandline_option);
+		case 'H':
+			iterations = strtoul(isc_commandline_argument,
+					     &endp, 0);
+			if (*endp != '\0')
+				fatal("iterations must be numeric");
+			if (iterations > 0xffffU)
+				fatal("iterations too big");
+			break;
+
 		case 'h':
 			usage();
 			break;
 
-		default:
-			fprintf(stderr, "%s: unhandled option -%c\n",
-				program, isc_commandline_option);
-			exit(1);
-
 		case 'i':
 			endp = NULL;
 			cycle = strtol(isc_commandline_argument, &endp, 0);
@@ -2567,8 +3104,13 @@ main(int argc, char *argv[]) {
 				fatal("jitter must be numeric and positive");
 			break;
 
+		case 'k':
+			if (ndskeys == MAXDSKEYS)
+				fatal("too many key-signing keys specified");
+			dskeyfile[ndskeys++] = isc_commandline_argument;
+			break;
+
 		case 'l':
-			dns_fixedname_init(&dlv_fixed);
 			len = strlen(isc_commandline_argument);
 			isc_buffer_init(&b, isc_commandline_argument, len);
 			isc_buffer_add(&b, len);
@@ -2580,12 +3122,6 @@ main(int argc, char *argv[]) {
 			check_result(result, "dns_name_fromtext(dlv)");
 			break;
 
-		case 'k':
-			if (ndskeys == MAXDSKEYS)
-				fatal("too many key-signing keys specified");
-			dskeyfile[ndskeys++] = isc_commandline_argument;
-			break;
-
 		case 'm':
 			break;
 
@@ -2600,15 +3136,6 @@ main(int argc, char *argv[]) {
 			serialformatstr = isc_commandline_argument;
 			break;
 
-		case 'H':
-			iterations = strtoul(isc_commandline_argument,
-					     &endp, 0);
-			if (*endp != '\0')
-				fatal("iterations must be numeric");
-			if (iterations > 0xffffU)
-				fatal("iterations too big");
-			break;
-
 		case 'o':
 			origin = isc_commandline_argument;
 			break;
@@ -2621,6 +3148,10 @@ main(int argc, char *argv[]) {
 			pseudorandom = ISC_TRUE;
 			break;
 
+		case 'P':
+			disable_zone_check = ISC_TRUE;
+			break;
+
 		case 'r':
 			setup_entropy(mctx, isc_commandline_argument, &ectx);
 			break;
@@ -2653,6 +3184,21 @@ main(int argc, char *argv[]) {
 		case 'z':
 			ignoreksk = ISC_TRUE;
 			break;
+
+		case 'F':
+			/* Reserved for FIPS mode */
+			/* FALLTHROUGH */
+		case '?':
+			if (isc_commandline_option != '?')
+				fprintf(stderr, "%s: invalid argument -%c\n",
+					program, isc_commandline_option);
+			usage();
+			break;
+
+		default:
+			fprintf(stderr, "%s: unhandled option -%c\n",
+				program, isc_commandline_option);
+			exit(1);
 		}
 	}
 
@@ -2743,7 +3289,8 @@ main(int argc, char *argv[]) {
 		else if (strcasecmp(serialformatstr, "unixtime") == 0)
 			serialformat = SOA_SERIAL_UNIXTIME;
 		else
-			fatal("unknown soa serial format: %s\n", serialformatstr);
+			fatal("unknown soa serial format: %s\n",
+			      serialformatstr);
 	}
 
 	result = dns_master_stylecreate(&dsstyle,  DNS_STYLEFLAG_NO_TTL,
@@ -2769,7 +3316,12 @@ main(int argc, char *argv[]) {
 			      "NSEC only DNSKEY");
 	}
 
+	/*
+	 * We need to do this early on, as we start messing with the list
+	 * of keys rather early.
+	 */
 	ISC_LIST_INIT(keylist);
+	isc_rwlock_init(&keylist_lock, 0, 0);
 
 	if (argc == 0) {
 		loadzonekeys(gdb);
@@ -2806,6 +3358,7 @@ main(int argc, char *argv[]) {
 			}
 			if (key == NULL) {
 				key = newkeystruct(newkey, ISC_TRUE);
+				key->commandline = ISC_TRUE;
 				ISC_LIST_APPEND(keylist, key, link);
 			} else
 				dst_key_free(&newkey);
@@ -2856,8 +3409,11 @@ main(int argc, char *argv[]) {
 	}
 
 	if (ISC_LIST_EMPTY(keylist)) {
-		fprintf(stderr, "%s: warning: No keys specified or found\n",
-			program);
+		if (disable_zone_check)
+			fprintf(stderr, "%s: warning: No keys specified "
+				"or found\n", program);
+		else
+			fatal("No signing keys specified or found.");
 		nokeys = ISC_TRUE;
 	}
 
@@ -2972,6 +3528,7 @@ main(int argc, char *argv[]) {
 	isc_taskmgr_destroy(&taskmgr);
 	isc_mem_put(mctx, tasks, ntasks * sizeof(isc_task_t *));
 	postsign();
+	verifyzone();
 
 	if (outputformat != dns_masterformat_text) {
 		result = dns_master_dumptostream2(mctx, gdb, gversion,
diff --git a/contrib/bind9/bin/dnssec/dnssec-signzone.docbook b/contrib/bind9/bin/dnssec/dnssec-signzone.docbook
index 7ed320ad5754..f204fcd60d75 100644
--- a/contrib/bind9/bin/dnssec/dnssec-signzone.docbook
+++ b/contrib/bind9/bin/dnssec/dnssec-signzone.docbook
@@ -18,7 +18,7 @@
  - PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- $Id: dnssec-signzone.docbook,v 1.31.44.6 2009/06/09 01:47:19 each Exp $ -->
+<!-- $Id: dnssec-signzone.docbook,v 1.31.44.8 2009/11/06 21:36:22 each Exp $ -->
 <refentry id="man.dnssec-signzone">
   <refentryinfo>
     <date>June 08, 2009</date>
@@ -73,6 +73,7 @@
       <arg><option>-o <replaceable class="parameter">origin</replaceable></option></arg>
       <arg><option>-O <replaceable class="parameter">output-format</replaceable></option></arg>
       <arg><option>-p</option></arg>
+      <arg><option>-P</option></arg>
       <arg><option>-r <replaceable class="parameter">randomdev</replaceable></option></arg>
       <arg><option>-s <replaceable class="parameter">start-time</replaceable></option></arg>
       <arg><option>-t</option></arg>
@@ -91,10 +92,10 @@
     <para><command>dnssec-signzone</command>
       signs a zone.  It generates
       NSEC and RRSIG records and produces a signed version of the
-      zone. The security status of delegations from the signed zone
-      (that is, whether the child zones are secure or not) is
-      determined by the presence or absence of a
-      <filename>keyset</filename> file for each child zone.
+      zone.  It also generates a <filename>keyset-</filename> file containing
+      the key-signing keys for the zone, and if signing a zone which
+      contains delegations, it can optionally generate DS records for
+      the child zones from their <filename>keyset-</filename> files.
     </para>
   </refsect1>
 
@@ -154,8 +155,10 @@
         <term>-g</term>
         <listitem>
           <para>
-            Generate DS records for child zones from keyset files.
-            Existing DS records will be removed.
+            If the zone contains any delegations, and there are
+            <filename>keyset-</filename> files for any of the child zones,
+            then DS records for the child zones will be generated from the
+            keys in those files.  Existing DS records will be removed.
           </para>
         </listitem>
       </varlistentry>
@@ -359,6 +362,22 @@
         </listitem>
       </varlistentry>
 
+      <varlistentry>
+        <term>-P</term>
+        <listitem>
+          <para>
+	    Disable post sign verification tests.
+          </para>
+          <para>
+	    The post sign verification test ensures that for each algorithm
+	    in use there is at least one non revoked self signed KSK key,
+	    that all revoked KSK keys are self signed, and that all records
+	    in the zone are signed by the algorithm.
+	    This option skips these tests.
+          </para>
+        </listitem>
+      </varlistentry>
+
       <varlistentry>
         <term>-r <replaceable class="parameter">randomdev</replaceable></term>
         <listitem>
diff --git a/contrib/bind9/bin/dnssec/dnssec-signzone.html b/contrib/bind9/bin/dnssec/dnssec-signzone.html
index 652d5c4355f2..e7c534f9094b 100644
--- a/contrib/bind9/bin/dnssec/dnssec-signzone.html
+++ b/contrib/bind9/bin/dnssec/dnssec-signzone.html
@@ -2,7 +2,7 @@
  - Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000-2003 Internet Software Consortium.
  - 
- - Permission to use, copy, modify, and distribute this software for any
+ - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
  - copyright notice and this permission notice appear in all copies.
  - 
@@ -14,7 +14,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: dnssec-signzone.html,v 1.33.44.4.8.1 2009/12/31 23:17:46 tbox Exp $ -->
+<!-- $Id: dnssec-signzone.html,v 1.33.44.8 2009/11/07 01:56:11 tbox Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -29,21 +29,21 @@
 </div>
 <div class="refsynopsisdiv">
 <h2>Synopsis</h2>
-<div class="cmdsynopsis"><p><code class="command">dnssec-signzone</code>  [<code class="option">-a</code>] [<code class="option">-c <em class="replaceable"><code>class</code></em></code>] [<code class="option">-d <em class="replaceable"><code>directory</code></em></code>] [<code class="option">-e <em class="replaceable"><code>end-time</code></em></code>] [<code class="option">-f <em class="replaceable"><code>output-file</code></em></code>] [<code class="option">-g</code>] [<code class="option">-h</code>] [<code class="option">-k <em class="replaceable"><code>key</code></em></code>] [<code class="option">-l <em class="replaceable"><code>domain</code></em></code>] [<code class="option">-i <em class="replaceable"><code>interval</code></em></code>] [<code class="option">-I <em class="replaceable"><code>input-format</code></em></code>] [<code class="option">-j <em class="replaceable"><code>jitter</code></em></code>] [<code class="option">-N <em class="replaceable"><code>soa-serial-format</code></em></code>] [<code class="option">-o <em class="replaceable"><code>origin</code></em></code>] [<code class="option">-O <em class="replaceable"><code>output-format</code></em></code>] [<code class="option">-p</code>] [<code class="option">-r <em class="replaceable"><code>randomdev</code></em></code>] [<code class="option">-s <em class="replaceable"><code>start-time</code></em></code>] [<code class="option">-t</code>] [<code class="option">-v <em class="replaceable"><code>level</code></em></code>] [<code class="option">-z</code>] [<code class="option">-3 <em class="replaceable"><code>salt</code></em></code>] [<code class="option">-H <em class="replaceable"><code>iterations</code></em></code>] [<code class="option">-A</code>] {zonefile} [key...]</p></div>
+<div class="cmdsynopsis"><p><code class="command">dnssec-signzone</code>  [<code class="option">-a</code>] [<code class="option">-c <em class="replaceable"><code>class</code></em></code>] [<code class="option">-d <em class="replaceable"><code>directory</code></em></code>] [<code class="option">-e <em class="replaceable"><code>end-time</code></em></code>] [<code class="option">-f <em class="replaceable"><code>output-file</code></em></code>] [<code class="option">-g</code>] [<code class="option">-h</code>] [<code class="option">-k <em class="replaceable"><code>key</code></em></code>] [<code class="option">-l <em class="replaceable"><code>domain</code></em></code>] [<code class="option">-i <em class="replaceable"><code>interval</code></em></code>] [<code class="option">-I <em class="replaceable"><code>input-format</code></em></code>] [<code class="option">-j <em class="replaceable"><code>jitter</code></em></code>] [<code class="option">-N <em class="replaceable"><code>soa-serial-format</code></em></code>] [<code class="option">-o <em class="replaceable"><code>origin</code></em></code>] [<code class="option">-O <em class="replaceable"><code>output-format</code></em></code>] [<code class="option">-p</code>] [<code class="option">-P</code>] [<code class="option">-r <em class="replaceable"><code>randomdev</code></em></code>] [<code class="option">-s <em class="replaceable"><code>start-time</code></em></code>] [<code class="option">-t</code>] [<code class="option">-v <em class="replaceable"><code>level</code></em></code>] [<code class="option">-z</code>] [<code class="option">-3 <em class="replaceable"><code>salt</code></em></code>] [<code class="option">-H <em class="replaceable"><code>iterations</code></em></code>] [<code class="option">-A</code>] {zonefile} [key...]</p></div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543554"></a><h2>DESCRIPTION</h2>
+<a name="id2543558"></a><h2>DESCRIPTION</h2>
 <p><span><strong class="command">dnssec-signzone</strong></span>
       signs a zone.  It generates
       NSEC and RRSIG records and produces a signed version of the
-      zone. The security status of delegations from the signed zone
-      (that is, whether the child zones are secure or not) is
-      determined by the presence or absence of a
-      <code class="filename">keyset</code> file for each child zone.
+      zone.  It also generates a <code class="filename">keyset-</code> file containing
+      the key-signing keys for the zone, and if signing a zone which
+      contains delegations, it can optionally generate DS records for
+      the child zones from their <code class="filename">keyset-</code> files.
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543569"></a><h2>OPTIONS</h2>
+<a name="id2543576"></a><h2>OPTIONS</h2>
 <div class="variablelist"><dl>
 <dt><span class="term">-a</span></dt>
 <dd><p>
@@ -70,8 +70,10 @@
           </p></dd>
 <dt><span class="term">-g</span></dt>
 <dd><p>
-            Generate DS records for child zones from keyset files.
-            Existing DS records will be removed.
+            If the zone contains any delegations, and there are
+            <code class="filename">keyset-</code> files for any of the child zones,
+            then DS records for the child zones will be generated from the
+            keys in those files.  Existing DS records will be removed.
           </p></dd>
 <dt><span class="term">-s <em class="replaceable"><code>start-time</code></em></span></dt>
 <dd><p>
@@ -202,6 +204,19 @@
             may be useful when signing large zones or when the entropy
             source is limited.
           </p></dd>
+<dt><span class="term">-P</span></dt>
+<dd>
+<p>
+	    Disable post sign verification tests.
+          </p>
+<p>
+	    The post sign verification test ensures that for each algorithm
+	    in use there is at least one non revoked self signed KSK key,
+	    that all revoked KSK keys are self signed, and that all records
+	    in the zone are signed by the algorithm.
+	    This option skips these tests.
+          </p>
+</dd>
 <dt><span class="term">-r <em class="replaceable"><code>randomdev</code></em></span></dt>
 <dd><p>
             Specifies the source of randomness.  If the operating
@@ -258,7 +273,7 @@
 </dl></div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2544407"></a><h2>EXAMPLE</h2>
+<a name="id2544503"></a><h2>EXAMPLE</h2>
 <p>
       The following command signs the <strong class="userinput"><code>example.com</code></strong>
       zone with the DSA key generated by <span><strong class="command">dnssec-keygen</strong></span>
@@ -287,7 +302,7 @@ db.example.com.signed
 %</pre>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2544458"></a><h2>KNOWN BUGS</h2>
+<a name="id2544554"></a><h2>KNOWN BUGS</h2>
 <p>
         <span><strong class="command">dnssec-signzone</strong></span> was designed so that it could
         sign a zone partially, using only a subset of the DNSSEC keys
@@ -312,14 +327,14 @@ db.example.com.signed
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2544484"></a><h2>SEE ALSO</h2>
+<a name="id2544716"></a><h2>SEE ALSO</h2>
 <p><span class="citerefentry"><span class="refentrytitle">dnssec-keygen</span>(8)</span>,
       <em class="citetitle">BIND 9 Administrator Reference Manual</em>,
       <em class="citetitle">RFC 4033</em>.
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2544645"></a><h2>AUTHOR</h2>
+<a name="id2544741"></a><h2>AUTHOR</h2>
 <p><span class="corpauthor">Internet Systems Consortium</span>
     </p>
 </div>
diff --git a/contrib/bind9/bin/dnssec/dnssectool.c b/contrib/bind9/bin/dnssec/dnssectool.c
index b89d76945b89..3a6b7f024b65 100644
--- a/contrib/bind9/bin/dnssec/dnssectool.c
+++ b/contrib/bind9/bin/dnssec/dnssectool.c
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: dnssectool.c,v 1.45.334.4 2009/06/08 23:47:00 tbox Exp $ */
+/* $Id: dnssectool.c,v 1.45.334.5 2009/06/22 05:05:00 marka Exp $ */
 
 /*! \file */
 
@@ -65,7 +65,7 @@ void
 fatal(const char *format, ...) {
 	va_list args;
 
-	fprintf(stderr, "%s: ", program);
+	fprintf(stderr, "%s: fatal: ", program);
 	va_start(args, format);
 	vfprintf(stderr, format, args);
 	va_end(args);
diff --git a/contrib/bind9/bin/dnssec/dnssectool.h b/contrib/bind9/bin/dnssec/dnssectool.h
index ee476f4ea78b..43b7375b26ea 100644
--- a/contrib/bind9/bin/dnssec/dnssectool.h
+++ b/contrib/bind9/bin/dnssec/dnssectool.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2007, 2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2007-2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000, 2001, 2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: dnssectool.h,v 1.22 2008/09/25 04:02:38 tbox Exp $ */
+/* $Id: dnssectool.h,v 1.22.48.2 2009/09/04 23:46:58 tbox Exp $ */
 
 #ifndef DNSSECTOOL_H
 #define DNSSECTOOL_H 1
@@ -45,7 +45,7 @@ type_format(const dns_rdatatype_t type, char *cp, unsigned int size);
 
 void
 alg_format(const dns_secalg_t alg, char *cp, unsigned int size);
-#define ALG_FORMATSIZE 10
+#define ALG_FORMATSIZE 20
 
 void
 sig_format(dns_rdata_rrsig_t *sig, char *cp, unsigned int size);
diff --git a/contrib/bind9/bin/named/control.c b/contrib/bind9/bin/named/control.c
index 8bd8f6ce361f..ac1ec4217dad 100644
--- a/contrib/bind9/bin/named/control.c
+++ b/contrib/bind9/bin/named/control.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2001-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: control.c,v 1.33 2007/09/13 04:45:18 each Exp $ */
+/* $Id: control.c,v 1.33.266.2 2009/07/11 23:47:17 tbox Exp $ */
 
 /*! \file */
 
@@ -56,7 +56,7 @@ command_compare(const char *text, const char *command) {
 
 /*%
  * This function is called to process the incoming command
- * when a control channel message is received.  
+ * when a control channel message is received.
  */
 isc_result_t
 ns_control_docommand(isccc_sexpr_t *message, isc_buffer_t *text) {
@@ -170,10 +170,12 @@ ns_control_docommand(isccc_sexpr_t *message, isc_buffer_t *text) {
 	} else if (command_compare(command, NS_COMMAND_TSIGDELETE)) {
 		result = ns_server_tsigdelete(ns_g_server, command, text);
 	} else if (command_compare(command, NS_COMMAND_FREEZE)) {
-		result = ns_server_freeze(ns_g_server, ISC_TRUE, command);
+		result = ns_server_freeze(ns_g_server, ISC_TRUE, command,
+					  text);
 	} else if (command_compare(command, NS_COMMAND_UNFREEZE) ||
 		   command_compare(command, NS_COMMAND_THAW)) {
-		result = ns_server_freeze(ns_g_server, ISC_FALSE, command);
+		result = ns_server_freeze(ns_g_server, ISC_FALSE, command,
+					  text);
 	} else if (command_compare(command, NS_COMMAND_RECURSING)) {
 		result = ns_server_dumprecursing(ns_g_server);
 	} else if (command_compare(command, NS_COMMAND_TIMERPOKE)) {
diff --git a/contrib/bind9/bin/named/include/named/server.h b/contrib/bind9/bin/named/include/named/server.h
index 43eccc4a63d4..1a3f746f3fb4 100644
--- a/contrib/bind9/bin/named/include/named/server.h
+++ b/contrib/bind9/bin/named/include/named/server.h
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: server.h,v 1.93.120.2 2009/01/29 23:47:44 tbox Exp $ */
+/* $Id: server.h,v 1.93.120.3 2009/07/11 04:23:53 marka Exp $ */
 
 #ifndef NAMED_SERVER_H
 #define NAMED_SERVER_H 1
@@ -276,7 +276,8 @@ ns_server_tsigdelete(ns_server_t *server, char *command, isc_buffer_t *text);
  * Enable or disable updates for a zone.
  */
 isc_result_t
-ns_server_freeze(ns_server_t *server, isc_boolean_t freeze, char *args);
+ns_server_freeze(ns_server_t *server, isc_boolean_t freeze, char *args,
+		 isc_buffer_t *text);
 
 /*%
  * Dump the current recursive queries.
diff --git a/contrib/bind9/bin/named/lwresd.8 b/contrib/bind9/bin/named/lwresd.8
index c0862aae1f49..56d272b23ad1 100644
--- a/contrib/bind9/bin/named/lwresd.8
+++ b/contrib/bind9/bin/named/lwresd.8
@@ -1,7 +1,7 @@
 .\" Copyright (C) 2004, 2005, 2007-2009 Internet Systems Consortium, Inc. ("ISC")
 .\" Copyright (C) 2000, 2001 Internet Software Consortium.
 .\" 
-.\" Permission to use, copy, modify, and distribute this software for any
+.\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
 .\" copyright notice and this permission notice appear in all copies.
 .\" 
@@ -13,7 +13,7 @@
 .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 .\" PERFORMANCE OF THIS SOFTWARE.
 .\"
-.\" $Id: lwresd.8,v 1.29.14.1 2009/01/23 01:53:33 tbox Exp $
+.\" $Id: lwresd.8,v 1.29.14.2 2009/07/11 01:55:21 tbox Exp $
 .\"
 .hy 0
 .ad l
diff --git a/contrib/bind9/bin/named/lwresd.html b/contrib/bind9/bin/named/lwresd.html
index 4c2b059fcfc6..728acc8a8164 100644
--- a/contrib/bind9/bin/named/lwresd.html
+++ b/contrib/bind9/bin/named/lwresd.html
@@ -2,7 +2,7 @@
  - Copyright (C) 2004, 2005, 2007-2009 Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000, 2001 Internet Software Consortium.
  - 
- - Permission to use, copy, modify, and distribute this software for any
+ - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
  - copyright notice and this permission notice appear in all copies.
  - 
@@ -14,7 +14,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: lwresd.html,v 1.25.14.1 2009/01/23 01:53:33 tbox Exp $ -->
+<!-- $Id: lwresd.html,v 1.25.14.2 2009/07/11 01:55:21 tbox Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
diff --git a/contrib/bind9/bin/named/named.8 b/contrib/bind9/bin/named/named.8
index 340840360fa6..287427274cbf 100644
--- a/contrib/bind9/bin/named/named.8
+++ b/contrib/bind9/bin/named/named.8
@@ -1,7 +1,7 @@
-.\" Copyright (C) 2004-2008 Internet Systems Consortium, Inc. ("ISC")
+.\" Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
 .\" Copyright (C) 2000, 2001, 2003 Internet Software Consortium.
 .\" 
-.\" Permission to use, copy, modify, and distribute this software for any
+.\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
 .\" copyright notice and this permission notice appear in all copies.
 .\" 
@@ -13,18 +13,18 @@
 .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 .\" PERFORMANCE OF THIS SOFTWARE.
 .\"
-.\" $Id: named.8,v 1.38 2008/11/07 01:11:19 tbox Exp $
+.\" $Id: named.8,v 1.38.14.2 2009/12/03 05:06:38 tbox Exp $
 .\"
 .hy 0
 .ad l
 .\"     Title: named
 .\"    Author: 
 .\" Generator: DocBook XSL Stylesheets v1.71.1 <http://docbook.sf.net/>
-.\"      Date: June 30, 2000
+.\"      Date: May 21, 2009
 .\"    Manual: BIND9
 .\"    Source: BIND9
 .\"
-.TH "NAMED" "8" "June 30, 2000" "BIND9" "BIND9"
+.TH "NAMED" "8" "May 21, 2009" "BIND9" "BIND9"
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -224,6 +224,16 @@ The
 \fBnamed\fR
 configuration file is too complex to describe in detail here. A complete description is provided in the
 BIND 9 Administrator Reference Manual.
+.PP
+\fBnamed\fR
+inherits the
+\fBumask\fR
+(file creation mode mask) from the parent process. If files created by
+\fBnamed\fR, such as journal files, need to have custom permissions, the
+\fBumask\fR
+should be set explicitly in the script used to start the
+\fBnamed\fR
+process.
 .SH "FILES"
 .PP
 \fI/etc/named.conf\fR
@@ -250,7 +260,7 @@ BIND 9 Administrator Reference Manual.
 .PP
 Internet Systems Consortium
 .SH "COPYRIGHT"
-Copyright \(co 2004\-2008 Internet Systems Consortium, Inc. ("ISC")
+Copyright \(co 2004\-2009 Internet Systems Consortium, Inc. ("ISC")
 .br
 Copyright \(co 2000, 2001, 2003 Internet Software Consortium.
 .br
diff --git a/contrib/bind9/bin/named/named.conf.5 b/contrib/bind9/bin/named/named.conf.5
index 039c7954dfd8..3206f5d6bbcb 100644
--- a/contrib/bind9/bin/named/named.conf.5
+++ b/contrib/bind9/bin/named/named.conf.5
@@ -1,6 +1,6 @@
 .\" Copyright (C) 2004-2008 Internet Systems Consortium, Inc. ("ISC")
 .\" 
-.\" Permission to use, copy, modify, and distribute this software for any
+.\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
 .\" copyright notice and this permission notice appear in all copies.
 .\" 
@@ -12,7 +12,7 @@
 .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 .\" PERFORMANCE OF THIS SOFTWARE.
 .\"
-.\" $Id: named.conf.5,v 1.36 2008/09/25 04:45:04 tbox Exp $
+.\" $Id: named.conf.5,v 1.36.48.1 2009/07/11 01:55:21 tbox Exp $
 .\"
 .hy 0
 .ad l
diff --git a/contrib/bind9/bin/named/named.conf.html b/contrib/bind9/bin/named/named.conf.html
index 7bbbd0acbcbf..190f0c1b8886 100644
--- a/contrib/bind9/bin/named/named.conf.html
+++ b/contrib/bind9/bin/named/named.conf.html
@@ -1,7 +1,7 @@
 <!--
  - Copyright (C) 2004-2008 Internet Systems Consortium, Inc. ("ISC")
  - 
- - Permission to use, copy, modify, and distribute this software for any
+ - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
  - copyright notice and this permission notice appear in all copies.
  - 
@@ -13,7 +13,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: named.conf.html,v 1.45 2008/09/25 04:45:04 tbox Exp $ -->
+<!-- $Id: named.conf.html,v 1.45.48.1 2009/07/11 01:55:21 tbox Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
diff --git a/contrib/bind9/bin/named/named.docbook b/contrib/bind9/bin/named/named.docbook
index f47eae1e6b4b..246c4f5d399e 100644
--- a/contrib/bind9/bin/named/named.docbook
+++ b/contrib/bind9/bin/named/named.docbook
@@ -2,7 +2,7 @@
                "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
 	       [<!ENTITY mdash "&#8212;">]>
 <!--
- - Copyright (C) 2004-2008  Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000, 2001, 2003  Internet Software Consortium.
  -
  - Permission to use, copy, modify, and/or distribute this software for any
@@ -18,10 +18,10 @@
  - PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- $Id: named.docbook,v 1.23 2008/11/06 05:30:24 marka Exp $ -->
+<!-- $Id: named.docbook,v 1.23.14.2 2009/12/03 04:49:32 tbox Exp $ -->
 <refentry id="man.named">
   <refentryinfo>
-    <date>June 30, 2000</date>
+    <date>May 21, 2009</date>
   </refentryinfo>
 
   <refmeta>
@@ -42,6 +42,7 @@
       <year>2006</year>
       <year>2007</year>
       <year>2008</year>
+      <year>2009</year>
       <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
     </copyright>
     <copyright>
@@ -374,6 +375,16 @@
       in the
       <citetitle>BIND 9 Administrator Reference Manual</citetitle>.
     </para>
+
+    <para>
+      <command>named</command> inherits the <function>umask</function>
+      (file creation mode mask) from the parent process. If files
+      created by <command>named</command>, such as journal files,
+      need to have custom permissions, the <function>umask</function>
+      should be set explicitly in the script used to start the
+      <command>named</command> process.
+    </para>
+
   </refsect1>
 
   <refsect1>
diff --git a/contrib/bind9/bin/named/named.html b/contrib/bind9/bin/named/named.html
index 23c9a7c32bc5..35224759ee71 100644
--- a/contrib/bind9/bin/named/named.html
+++ b/contrib/bind9/bin/named/named.html
@@ -1,8 +1,8 @@
 <!--
- - Copyright (C) 2004-2008 Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000, 2001, 2003 Internet Software Consortium.
  - 
- - Permission to use, copy, modify, and distribute this software for any
+ - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
  - copyright notice and this permission notice appear in all copies.
  - 
@@ -14,7 +14,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: named.html,v 1.30 2008/11/07 01:11:19 tbox Exp $ -->
+<!-- $Id: named.html,v 1.30.14.2 2009/12/03 05:06:38 tbox Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -32,7 +32,7 @@
 <div class="cmdsynopsis"><p><code class="command">named</code>  [<code class="option">-4</code>] [<code class="option">-6</code>] [<code class="option">-c <em class="replaceable"><code>config-file</code></em></code>] [<code class="option">-d <em class="replaceable"><code>debug-level</code></em></code>] [<code class="option">-f</code>] [<code class="option">-g</code>] [<code class="option">-m <em class="replaceable"><code>flag</code></em></code>] [<code class="option">-n <em class="replaceable"><code>#cpus</code></em></code>] [<code class="option">-p <em class="replaceable"><code>port</code></em></code>] [<code class="option">-s</code>] [<code class="option">-S <em class="replaceable"><code>#max-socks</code></em></code>] [<code class="option">-t <em class="replaceable"><code>directory</code></em></code>] [<code class="option">-u <em class="replaceable"><code>user</code></em></code>] [<code class="option">-v</code>] [<code class="option">-V</code>] [<code class="option">-x <em class="replaceable"><code>cache-file</code></em></code>]</p></div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543468"></a><h2>DESCRIPTION</h2>
+<a name="id2543472"></a><h2>DESCRIPTION</h2>
 <p><span><strong class="command">named</strong></span>
       is a Domain Name System (DNS) server,
       part of the BIND 9 distribution from ISC.  For more
@@ -47,7 +47,7 @@
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543493"></a><h2>OPTIONS</h2>
+<a name="id2543496"></a><h2>OPTIONS</h2>
 <div class="variablelist"><dl>
 <dt><span class="term">-4</span></dt>
 <dd><p>
@@ -220,7 +220,7 @@
 </dl></div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543928"></a><h2>SIGNALS</h2>
+<a name="id2543931"></a><h2>SIGNALS</h2>
 <p>
       In routine operation, signals should not be used to control
       the nameserver; <span><strong class="command">rndc</strong></span> should be used
@@ -241,16 +241,24 @@
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543976"></a><h2>CONFIGURATION</h2>
+<a name="id2543979"></a><h2>CONFIGURATION</h2>
 <p>
       The <span><strong class="command">named</strong></span> configuration file is too complex
       to describe in detail here.  A complete description is provided
       in the
       <em class="citetitle">BIND 9 Administrator Reference Manual</em>.
     </p>
+<p>
+      <span><strong class="command">named</strong></span> inherits the <code class="function">umask</code>
+      (file creation mode mask) from the parent process. If files
+      created by <span><strong class="command">named</strong></span>, such as journal files,
+      need to have custom permissions, the <code class="function">umask</code>
+      should be set explicitly in the script used to start the
+      <span><strong class="command">named</strong></span> process.
+    </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543993"></a><h2>FILES</h2>
+<a name="id2544016"></a><h2>FILES</h2>
 <div class="variablelist"><dl>
 <dt><span class="term"><code class="filename">/etc/named.conf</code></span></dt>
 <dd><p>
@@ -263,7 +271,7 @@
 </dl></div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2544033"></a><h2>SEE ALSO</h2>
+<a name="id2544123"></a><h2>SEE ALSO</h2>
 <p><em class="citetitle">RFC 1033</em>,
       <em class="citetitle">RFC 1034</em>,
       <em class="citetitle">RFC 1035</em>,
@@ -276,7 +284,7 @@
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2544171"></a><h2>AUTHOR</h2>
+<a name="id2544194"></a><h2>AUTHOR</h2>
 <p><span class="corpauthor">Internet Systems Consortium</span>
     </p>
 </div>
diff --git a/contrib/bind9/bin/named/query.c b/contrib/bind9/bin/named/query.c
index a56d2e646f7f..cef6d7f7c3a8 100644
--- a/contrib/bind9/bin/named/query.c
+++ b/contrib/bind9/bin/named/query.c
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: query.c,v 1.313.20.7.12.4 2009/12/31 22:53:03 each Exp $ */
+/* $Id: query.c,v 1.313.20.16 2009/12/30 08:34:29 jinmei Exp $ */
 
 /*! \file */
 
@@ -2244,7 +2244,8 @@ query_addns(ns_client_t *client, dns_db_t *db, dns_dbversion_t *version) {
 
 static inline isc_result_t
 query_addcnamelike(ns_client_t *client, dns_name_t *qname, dns_name_t *tname,
-		   dns_trust_t trust, dns_name_t **anamep, dns_rdatatype_t type)
+		   dns_rdataset_t *dname, dns_name_t **anamep,
+		   dns_rdatatype_t type)
 {
 	dns_rdataset_t *rdataset;
 	dns_rdatalist_t *rdatalist;
@@ -2280,7 +2281,7 @@ query_addcnamelike(ns_client_t *client, dns_name_t *qname, dns_name_t *tname,
 	rdatalist->type = type;
 	rdatalist->covers = 0;
 	rdatalist->rdclass = client->message->rdclass;
-	rdatalist->ttl = 0;
+	rdatalist->ttl = dname->ttl;
 
 	dns_name_toregion(tname, &r);
 	rdata->data = r.base;
@@ -2292,7 +2293,7 @@ query_addcnamelike(ns_client_t *client, dns_name_t *qname, dns_name_t *tname,
 	ISC_LIST_APPEND(rdatalist->rdata, rdata, link);
 	RUNTIME_CHECK(dns_rdatalist_tordataset(rdatalist, rdataset)
 		      == ISC_R_SUCCESS);
-	rdataset->trust = trust;
+	rdataset->trust = dname->trust;
 
 	query_addrrset(client, anamep, &rdataset, NULL, NULL,
 		       DNS_SECTION_ANSWER);
@@ -2735,7 +2736,7 @@ query_addds(ns_client_t *client, dns_db_t *db, dns_dbnode_t *node,
 	return;
 
    addnsec3:
-	if (dns_db_iscache(db))
+	if (!dns_db_iszone(db))
 		goto cleanup;
 	/*
 	 * Add the NSEC3 which proves the DS does not exist.
@@ -3317,6 +3318,14 @@ do { \
 	line = __LINE__; \
 } while (0)
 
+#define RECURSE_ERROR(r) \
+do { \
+	if ((r) == DNS_R_DUPLICATE || (r) == DNS_R_DROP) \
+		QUERY_ERROR(r); \
+	else \
+		QUERY_ERROR(DNS_R_SERVFAIL); \
+} while (0)
+
 /*
  * Extract a network address from the RDATA of an A or AAAA
  * record.
@@ -3604,7 +3613,7 @@ query_findclosestnsec3(dns_name_t *qname, dns_db_t *db,
 		       dns_name_t *found)
 {
 	unsigned char salt[256];
-	size_t salt_length = sizeof(salt);
+	size_t salt_length;
 	isc_uint16_t iterations;
 	isc_result_t result;
 	unsigned int dboptions;
@@ -3999,14 +4008,8 @@ query_find(ns_client_t *client, dns_fetchevent_t *event, dns_rdatatype_t qtype)
 				if (result == ISC_R_SUCCESS)
 					client->query.attributes |=
 						NS_QUERYATTR_RECURSING;
-				else if (result == DNS_R_DUPLICATE ||
-					 result == DNS_R_DROP) {
-					/* Duplicate query. */
-					QUERY_ERROR(result);
-				} else {
-					/* Unable to recurse. */
-					QUERY_ERROR(DNS_R_SERVFAIL);
-				}
+				else
+					RECURSE_ERROR(result);
 				goto cleanup;
 			} else {
 				/* Unable to give root server referral. */
@@ -4185,11 +4188,8 @@ query_find(ns_client_t *client, dns_fetchevent_t *event, dns_rdatatype_t qtype)
 				if (result == ISC_R_SUCCESS)
 					client->query.attributes |=
 						NS_QUERYATTR_RECURSING;
-				else if (result == DNS_R_DUPLICATE ||
-					 result == DNS_R_DROP)
-					QUERY_ERROR(result);
 				else
-					QUERY_ERROR(DNS_R_SERVFAIL);
+					RECURSE_ERROR(result);
 			} else {
 				dns_fixedname_t fixed;
 
@@ -4603,7 +4603,7 @@ query_find(ns_client_t *client, dns_fetchevent_t *event, dns_rdatatype_t qtype)
 		 */
 		dns_name_init(tname, NULL);
 		(void)query_addcnamelike(client, client->query.qname, fname,
-					 trdataset->trust, &tname,
+					 trdataset, &tname,
 					 dns_rdatatype_cname);
 		if (tname != NULL)
 			dns_message_puttempname(client->message, &tname);
@@ -4729,7 +4729,8 @@ query_find(ns_client_t *client, dns_fetchevent_t *event, dns_rdatatype_t qtype)
 						    client->query.attributes |=
 							NS_QUERYATTR_RECURSING;
 						else
-						    QUERY_ERROR(DNS_R_SERVFAIL);					}
+						    RECURSE_ERROR(result);
+					}
 					goto addauth;
 				}
 				/*
@@ -5123,9 +5124,17 @@ ns_query_start(ns_client_t *client) {
 	}
 
 	/*
-	 * Turn on minimal response for DNSKEY queries.
+	 * Turn on minimal response for DNSKEY and DS queries.
 	 */
-	if (qtype == dns_rdatatype_dnskey)
+	if (qtype == dns_rdatatype_dnskey || qtype == dns_rdatatype_ds)
+		client->query.attributes |= (NS_QUERYATTR_NOAUTHORITY |
+					     NS_QUERYATTR_NOADDITIONAL);
+
+	/*
+	 * Turn on minimal responses for EDNS/UDP bufsize 512 queries.
+	 */
+	if (client->opt != NULL && client->udpsize <= 512U &&
+	    (client->attributes & NS_CLIENTATTR_TCP) == 0)
 		client->query.attributes |= (NS_QUERYATTR_NOAUTHORITY |
 					     NS_QUERYATTR_NOADDITIONAL);
 
diff --git a/contrib/bind9/bin/named/server.c b/contrib/bind9/bin/named/server.c
index e685e18dc336..b9259c71a7c1 100644
--- a/contrib/bind9/bin/named/server.c
+++ b/contrib/bind9/bin/named/server.c
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: server.c,v 1.520.12.7 2009/01/30 03:53:38 marka Exp $ */
+/* $Id: server.c,v 1.520.12.11 2009/12/24 00:17:47 each Exp $ */
 
 /*! \file */
 
@@ -2826,7 +2826,7 @@ set_limit(const cfg_obj_t **maps, const char *configname,
 	isc_log_write(ns_g_lctx, NS_LOGCATEGORY_GENERAL, NS_LOGMODULE_SERVER,
 		      result == ISC_R_SUCCESS ?
 			ISC_LOG_DEBUG(3) : ISC_LOG_WARNING,
-		      "set maximum %s to %" ISC_PRINT_QUADFORMAT "d: %s",
+		      "set maximum %s to %" ISC_PRINT_QUADFORMAT "u: %s",
 		      description, value, isc_result_totext(result));
 }
 
@@ -4337,6 +4337,8 @@ zone_from_args(ns_server_t *server, char *args, dns_zone_t **zonep) {
 	/* Partial match? */
 	if (result != ISC_R_SUCCESS && *zonep != NULL)
 		dns_zone_detach(zonep);
+	if (result == DNS_R_PARTIALMATCH)
+		result = ISC_R_NOTFOUND;
  fail1:
 	return (result);
 }
@@ -5401,7 +5403,9 @@ ns_server_tsiglist(ns_server_t *server, isc_buffer_t *text) {
  * Act on a "freeze" or "thaw" command from the command channel.
  */
 isc_result_t
-ns_server_freeze(ns_server_t *server, isc_boolean_t freeze, char *args) {
+ns_server_freeze(ns_server_t *server, isc_boolean_t freeze, char *args,
+		 isc_buffer_t *text)
+{
 	isc_result_t result, tresult;
 	dns_zone_t *zone = NULL;
 	dns_zonetype_t type;
@@ -5411,6 +5415,7 @@ ns_server_freeze(ns_server_t *server, isc_boolean_t freeze, char *args) {
 	char *journal;
 	const char *vname, *sep;
 	isc_boolean_t frozen;
+	const char *msg = NULL;
 
 	result = zone_from_args(server, args, &zone);
 	if (result != ISC_R_SUCCESS)
@@ -5441,27 +5446,52 @@ ns_server_freeze(ns_server_t *server, isc_boolean_t freeze, char *args) {
 		return (ISC_R_NOTFOUND);
 	}
 
+	result = isc_task_beginexclusive(server->task);
+	RUNTIME_CHECK(result == ISC_R_SUCCESS);
 	frozen = dns_zone_getupdatedisabled(zone);
 	if (freeze) {
-		if (frozen)
+		if (frozen) {
+			msg = "WARNING: The zone was already frozen.\n"
+			      "Someone else may be editing it or "
+			      "it may still be re-loading.";
 			result = DNS_R_FROZEN;
-		if (result == ISC_R_SUCCESS)
+		}
+		if (result == ISC_R_SUCCESS) {
 			result = dns_zone_flush(zone);
+			if (result != ISC_R_SUCCESS)
+				msg = "Flushing the zone updates to "
+				      "disk failed.";
+		}
 		if (result == ISC_R_SUCCESS) {
 			journal = dns_zone_getjournal(zone);
 			if (journal != NULL)
 				(void)isc_file_remove(journal);
 		}
+		if (result == ISC_R_SUCCESS)
+			dns_zone_setupdatedisabled(zone, freeze);
 	} else {
 		if (frozen) {
-			result = dns_zone_load(zone);
-			if (result == DNS_R_CONTINUE ||
-			    result == DNS_R_UPTODATE)
+			result = dns_zone_loadandthaw(zone);
+			switch (result) {
+			case ISC_R_SUCCESS:
+			case DNS_R_UPTODATE:
+				msg = "The zone reload and thaw was "
+				      "successful.";
 				result = ISC_R_SUCCESS;
+				break;
+			case DNS_R_CONTINUE:
+				msg = "A zone reload and thaw was started.\n"
+				      "Check the logs to see the result.";
+				result = ISC_R_SUCCESS;
+				break;
+			}
 		}
 	}
-	if (result == ISC_R_SUCCESS)
-		dns_zone_setupdatedisabled(zone, freeze);
+	isc_task_endexclusive(server->task);
+
+	if (msg != NULL && strlen(msg) < isc_buffer_availablelength(text))
+		isc_buffer_putmem(text, (const unsigned char *)msg,
+				  strlen(msg) + 1);
 
 	view = dns_zone_getview(zone);
 	if (strcmp(view->name, "_bind") == 0 ||
diff --git a/contrib/bind9/bin/named/statschannel.c b/contrib/bind9/bin/named/statschannel.c
index 81f40bb2d15a..4773ec6dcad5 100644
--- a/contrib/bind9/bin/named/statschannel.c
+++ b/contrib/bind9/bin/named/statschannel.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008, 2009  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2008-2010  Internet Systems Consortium, Inc. ("ISC")
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: statschannel.c,v 1.14.64.6 2009/02/17 03:43:07 marka Exp $ */
+/* $Id: statschannel.c,v 1.14.64.11 2010/02/04 23:47:46 tbox Exp $ */
 
 /*! \file */
 
@@ -70,6 +70,7 @@ stats_dumparg {
 	int		ncounters;	/* used for general statistics */
 	int		*counterindices; /* used for general statistics */
 	isc_uint64_t	*countervalues;	 /* used for general statistics */
+	isc_result_t	result;
 } stats_dumparg_t;
 
 static isc_once_t once = ISC_ONCE_INIT;
@@ -95,6 +96,8 @@ static const char *sockstats_xmldesc[isc_sockstatscounter_max];
 #define sockstats_xmldesc NULL
 #endif	/* HAVE_LIBXML2 */
 
+#define TRY0(a) do { xmlrc = (a); if (xmlrc < 0) goto error; } while(0)
+
 /*%
  * Mapping arrays to represent statistics counters in the order of our
  * preference, regardless of the order of counter indices.  For example,
@@ -129,11 +132,11 @@ init_desc(void) {
 	int i;
 
 	/* Initialize name server statistics */
-	memset((void *)nsstats_desc, 0,
-	       dns_nsstatscounter_max * sizeof(nsstats_desc[0]));
+	for (i = 0; i < dns_nsstatscounter_max; i++)
+		nsstats_desc[i] = NULL;
 #ifdef HAVE_LIBXML2
-	memset((void *)nsstats_xmldesc, 0,
-	       dns_nsstatscounter_max * sizeof(nsstats_xmldesc[0]));
+	for (i = 0; i < dns_nsstatscounter_max; i++)
+		nsstats_xmldesc[i] = NULL;
 #endif
 
 #define SET_NSSTATDESC(counterid, desc, xmldesc) \
@@ -197,11 +200,11 @@ init_desc(void) {
 	INSIST(i == dns_nsstatscounter_max);
 
 	/* Initialize resolver statistics */
-	memset((void *)resstats_desc, 0,
-	       dns_resstatscounter_max * sizeof(resstats_desc[0]));
+	for (i = 0; i < dns_resstatscounter_max; i++)
+		resstats_desc[i] = NULL;
 #ifdef  HAVE_LIBXML2
-	memset((void *)resstats_xmldesc, 0,
-	       dns_resstatscounter_max * sizeof(resstats_xmldesc[0]));
+	for (i = 0; i < dns_resstatscounter_max; i++)
+		resstats_xmldesc[i] = NULL;
 #endif
 
 #define SET_RESSTATDESC(counterid, desc, xmldesc) \
@@ -267,11 +270,11 @@ init_desc(void) {
 	INSIST(i == dns_resstatscounter_max);
 
 	/* Initialize zone statistics */
-	memset((void *)zonestats_desc, 0,
-	       dns_zonestatscounter_max * sizeof(zonestats_desc[0]));
+	for (i = 0; i < dns_zonestatscounter_max; i++)
+		zonestats_desc[i] = NULL;
 #ifdef  HAVE_LIBXML2
-	memset((void *)zonestats_xmldesc, 0,
-	       dns_zonestatscounter_max * sizeof(zonestats_xmldesc[0]));
+	for (i = 0; i < dns_zonestatscounter_max; i++)
+		zonestats_xmldesc[i] = NULL;
 #endif
 
 #define SET_ZONESTATDESC(counterid, desc, xmldesc) \
@@ -299,11 +302,11 @@ init_desc(void) {
 	INSIST(i == dns_zonestatscounter_max);
 
 	/* Initialize socket statistics */
-	memset((void *)sockstats_desc, 0,
-	       isc_sockstatscounter_max * sizeof(sockstats_desc[0]));
+	for (i = 0; i < isc_sockstatscounter_max; i++)
+		sockstats_desc[i] = NULL;
 #ifdef  HAVE_LIBXML2
-	memset((void *)sockstats_xmldesc, 0,
-	       isc_sockstatscounter_max * sizeof(sockstats_xmldesc[0]));
+	for (i = 0; i < isc_sockstatscounter_max; i++)
+		sockstats_xmldesc[i] = NULL;
 #endif
 
 #define SET_SOCKSTATDESC(counterid, desc, xmldesc) \
@@ -437,7 +440,7 @@ generalstat_dump(isc_statscounter_t counter, isc_uint64_t val, void *arg) {
 	dumparg->countervalues[counter] = val;
 }
 
-static void
+static isc_result_t
 dump_counters(isc_stats_t *stats, statsformat_t type, void *arg,
 	      const char *category, const char **desc, int ncounters,
 	      int *indices, isc_uint64_t *values, int options)
@@ -448,6 +451,7 @@ dump_counters(isc_stats_t *stats, statsformat_t type, void *arg,
 	FILE *fp;
 #ifdef HAVE_LIBXML2
 	xmlTextWriterPtr writer;
+	int xmlrc;
 #endif
 
 #ifndef HAVE_LIBXML2
@@ -480,31 +484,41 @@ dump_counters(isc_stats_t *stats, statsformat_t type, void *arg,
 			writer = arg;
 
 			if (category != NULL) {
-				xmlTextWriterStartElement(writer,
-							  ISC_XMLCHAR
-							  category);
-				xmlTextWriterStartElement(writer,
-							  ISC_XMLCHAR "name");
-				xmlTextWriterWriteString(writer, ISC_XMLCHAR
-							desc[index]);
-				xmlTextWriterEndElement(writer); /* name */
+				TRY0(xmlTextWriterStartElement(writer,
+							       ISC_XMLCHAR
+							       category));
+				TRY0(xmlTextWriterStartElement(writer,
+							       ISC_XMLCHAR
+							       "name"));
+				TRY0(xmlTextWriterWriteString(writer,
+							      ISC_XMLCHAR
+							      desc[index]));
+				TRY0(xmlTextWriterEndElement(writer)); /* name */
 
-				xmlTextWriterStartElement(writer, ISC_XMLCHAR
-							  "counter");
+				TRY0(xmlTextWriterStartElement(writer,
+							       ISC_XMLCHAR
+							       "counter"));
 			} else {
-				xmlTextWriterStartElement(writer, ISC_XMLCHAR
-							  desc[index]);
+				TRY0(xmlTextWriterStartElement(writer,
+							       ISC_XMLCHAR
+							       desc[index]));
 			}
-			xmlTextWriterWriteFormatString(writer,
-						       "%" ISC_PRINT_QUADFORMAT
-						       "u", value);
-			xmlTextWriterEndElement(writer); /* counter */
+			TRY0(xmlTextWriterWriteFormatString(writer,
+							    "%"
+							    ISC_PRINT_QUADFORMAT
+							    "u", value));
+			TRY0(xmlTextWriterEndElement(writer)); /* counter */
 			if (category != NULL)
-				xmlTextWriterEndElement(writer); /* category */
+				TRY0(xmlTextWriterEndElement(writer)); /* category */
 #endif
 			break;
 		}
 	}
+	return (ISC_R_SUCCESS);
+#ifdef HAVE_LIBXML2
+ error:
+	return (ISC_R_FAILURE);
+#endif
 }
 
 static void
@@ -515,6 +529,7 @@ rdtypestat_dump(dns_rdatastatstype_t type, isc_uint64_t val, void *arg) {
 	FILE *fp;
 #ifdef HAVE_LIBXML2
 	xmlTextWriterPtr writer;
+	int xmlrc;
 #endif
 
 	if ((DNS_RDATASTATSTYPE_ATTR(type) & DNS_RDATASTATSTYPE_ATTR_OTHERTYPE)
@@ -534,22 +549,28 @@ rdtypestat_dump(dns_rdatastatstype_t type, isc_uint64_t val, void *arg) {
 #ifdef HAVE_LIBXML2
 		writer = dumparg->arg;
 
-		xmlTextWriterStartElement(writer, ISC_XMLCHAR "rdtype");
+		TRY0(xmlTextWriterStartElement(writer, ISC_XMLCHAR "rdtype"));
 
-		xmlTextWriterStartElement(writer, ISC_XMLCHAR "name");
-		xmlTextWriterWriteString(writer, ISC_XMLCHAR typestr);
-		xmlTextWriterEndElement(writer); /* name */
+		TRY0(xmlTextWriterStartElement(writer, ISC_XMLCHAR "name"));
+		TRY0(xmlTextWriterWriteString(writer, ISC_XMLCHAR typestr));
+		TRY0(xmlTextWriterEndElement(writer)); /* name */
 
-		xmlTextWriterStartElement(writer, ISC_XMLCHAR "counter");
-		xmlTextWriterWriteFormatString(writer,
+		TRY0(xmlTextWriterStartElement(writer, ISC_XMLCHAR "counter"));
+		TRY0(xmlTextWriterWriteFormatString(writer,
 					       "%" ISC_PRINT_QUADFORMAT "u",
-					       val);
-		xmlTextWriterEndElement(writer); /* counter */
+					       val));
+		TRY0(xmlTextWriterEndElement(writer)); /* counter */
 
-		xmlTextWriterEndElement(writer); /* rdtype */
+		TRY0(xmlTextWriterEndElement(writer)); /* rdtype */
 #endif
 		break;
 	}
+	return;
+#ifdef HAVE_LIBXML2
+ error:
+	dumparg->result = ISC_R_FAILURE;
+	return;
+#endif
 }
 
 static void
@@ -561,6 +582,7 @@ rdatasetstats_dump(dns_rdatastatstype_t type, isc_uint64_t val, void *arg) {
 	isc_boolean_t nxrrset = ISC_FALSE;
 #ifdef HAVE_LIBXML2
 	xmlTextWriterPtr writer;
+	int xmlrc;
 #endif
 
 	if ((DNS_RDATASTATSTYPE_ATTR(type) & DNS_RDATASTATSTYPE_ATTR_NXDOMAIN)
@@ -589,22 +611,28 @@ rdatasetstats_dump(dns_rdatastatstype_t type, isc_uint64_t val, void *arg) {
 #ifdef HAVE_LIBXML2
 		writer = dumparg->arg;
 
-		xmlTextWriterStartElement(writer, ISC_XMLCHAR "rrset");
-		xmlTextWriterStartElement(writer, ISC_XMLCHAR "name");
-		xmlTextWriterWriteFormatString(writer, "%s%s",
-					       nxrrset ? "!" : "", typestr);
-		xmlTextWriterEndElement(writer); /* name */
+		TRY0(xmlTextWriterStartElement(writer, ISC_XMLCHAR "rrset"));
+		TRY0(xmlTextWriterStartElement(writer, ISC_XMLCHAR "name"));
+		TRY0(xmlTextWriterWriteFormatString(writer, "%s%s",
+					       nxrrset ? "!" : "", typestr));
+		TRY0(xmlTextWriterEndElement(writer)); /* name */
 
-		xmlTextWriterStartElement(writer, ISC_XMLCHAR "counter");
-		xmlTextWriterWriteFormatString(writer,
+		TRY0(xmlTextWriterStartElement(writer, ISC_XMLCHAR "counter"));
+		TRY0(xmlTextWriterWriteFormatString(writer,
 					       "%" ISC_PRINT_QUADFORMAT "u",
-					       val);
-		xmlTextWriterEndElement(writer); /* counter */
+					       val));
+		TRY0(xmlTextWriterEndElement(writer)); /* counter */
 
-		xmlTextWriterEndElement(writer); /* rrset */
+		TRY0(xmlTextWriterEndElement(writer)); /* rrset */
 #endif
 		break;
 	}
+	return;
+#ifdef HAVE_LIBXML2
+ error:
+	dumparg->result = ISC_R_FAILURE;
+#endif
+
 }
 
 static void
@@ -615,6 +643,7 @@ opcodestat_dump(dns_opcode_t code, isc_uint64_t val, void *arg) {
 	stats_dumparg_t *dumparg = arg;
 #ifdef HAVE_LIBXML2
 	xmlTextWriterPtr writer;
+	int xmlrc;
 #endif
 
 	isc_buffer_init(&b, codebuf, sizeof(codebuf) - 1);
@@ -630,30 +659,35 @@ opcodestat_dump(dns_opcode_t code, isc_uint64_t val, void *arg) {
 #ifdef HAVE_LIBXML2
 		writer = dumparg->arg;
 
-		xmlTextWriterStartElement(writer, ISC_XMLCHAR "opcode");
+		TRY0(xmlTextWriterStartElement(writer, ISC_XMLCHAR "opcode"));
 
-		xmlTextWriterStartElement(writer, ISC_XMLCHAR "name");
-		xmlTextWriterWriteString(writer, ISC_XMLCHAR codebuf);
-		xmlTextWriterEndElement(writer); /* name */
+		TRY0(xmlTextWriterStartElement(writer, ISC_XMLCHAR "name"));
+		TRY0(xmlTextWriterWriteString(writer, ISC_XMLCHAR codebuf));
+		TRY0(xmlTextWriterEndElement(writer)); /* name */
 
-		xmlTextWriterStartElement(writer, ISC_XMLCHAR "counter");
-		xmlTextWriterWriteFormatString(writer,
+		TRY0(xmlTextWriterStartElement(writer, ISC_XMLCHAR "counter"));
+		TRY0(xmlTextWriterWriteFormatString(writer,
 					       "%" ISC_PRINT_QUADFORMAT "u",
-					       val);
-		xmlTextWriterEndElement(writer); /* counter */
+					       val));
+		TRY0(xmlTextWriterEndElement(writer)); /* counter */
 
-		xmlTextWriterEndElement(writer); /* opcode */
+		TRY0(xmlTextWriterEndElement(writer)); /* opcode */
 #endif
 		break;
 	}
+	return;
+
+#ifdef HAVE_LIBXML2
+ error:
+	dumparg->result = ISC_R_FAILURE;
+	return;
+#endif
 }
 
 #ifdef HAVE_LIBXML2
 
 /* XXXMLG below here sucks. */
 
-#define TRY(a) do { result = (a); INSIST(result == ISC_R_SUCCESS); } while(0);
-#define TRY0(a) do { xmlrc = (a); INSIST(xmlrc >= 0); } while(0);
 
 static isc_result_t
 zone_xmlrender(dns_zone_t *zone, void *arg) {
@@ -663,47 +697,55 @@ zone_xmlrender(dns_zone_t *zone, void *arg) {
 	xmlTextWriterPtr writer = arg;
 	isc_stats_t *zonestats;
 	isc_uint64_t nsstat_values[dns_nsstatscounter_max];
+	int xmlrc;
+	isc_result_t result;
 
-	xmlTextWriterStartElement(writer, ISC_XMLCHAR "zone");
+	TRY0(xmlTextWriterStartElement(writer, ISC_XMLCHAR "zone"));
 
 	dns_zone_name(zone, buf, sizeof(buf));
-	xmlTextWriterStartElement(writer, ISC_XMLCHAR "name");
-	xmlTextWriterWriteString(writer, ISC_XMLCHAR buf);
-	xmlTextWriterEndElement(writer);
+	TRY0(xmlTextWriterStartElement(writer, ISC_XMLCHAR "name"));
+	TRY0(xmlTextWriterWriteString(writer, ISC_XMLCHAR buf));
+	TRY0(xmlTextWriterEndElement(writer));
 
 	rdclass = dns_zone_getclass(zone);
 	dns_rdataclass_format(rdclass, buf, sizeof(buf));
-	xmlTextWriterStartElement(writer, ISC_XMLCHAR "rdataclass");
-	xmlTextWriterWriteString(writer, ISC_XMLCHAR buf);
-	xmlTextWriterEndElement(writer);
+	TRY0(xmlTextWriterStartElement(writer, ISC_XMLCHAR "rdataclass"));
+	TRY0(xmlTextWriterWriteString(writer, ISC_XMLCHAR buf));
+	TRY0(xmlTextWriterEndElement(writer));
 
-	serial = dns_zone_getserial(zone);
-	xmlTextWriterStartElement(writer, ISC_XMLCHAR "serial");
-	xmlTextWriterWriteFormatString(writer, "%u", serial);
-	xmlTextWriterEndElement(writer);
+	TRY0(xmlTextWriterStartElement(writer, ISC_XMLCHAR "serial"));
+	if (dns_zone_getserial2(zone, &serial) == ISC_R_SUCCESS)
+		TRY0(xmlTextWriterWriteFormatString(writer, "%u", serial));
+	else
+		TRY0(xmlTextWriterWriteString(writer, ISC_XMLCHAR "-"));
+	TRY0(xmlTextWriterEndElement(writer));
 
 	zonestats = dns_zone_getrequeststats(zone);
 	if (zonestats != NULL) {
-		xmlTextWriterStartElement(writer, ISC_XMLCHAR "counters");
-		dump_counters(zonestats, statsformat_xml, writer, NULL,
-			      nsstats_xmldesc, dns_nsstatscounter_max,
-			      nsstats_index, nsstat_values,
-			      ISC_STATSDUMP_VERBOSE);
-		xmlTextWriterEndElement(writer); /* counters */
+		TRY0(xmlTextWriterStartElement(writer, ISC_XMLCHAR "counters"));
+		result = dump_counters(zonestats, statsformat_xml, writer, NULL,
+				      nsstats_xmldesc, dns_nsstatscounter_max,
+				      nsstats_index, nsstat_values,
+				      ISC_STATSDUMP_VERBOSE);
+		if (result != ISC_R_SUCCESS)
+			goto error;
+		TRY0(xmlTextWriterEndElement(writer)); /* counters */
 	}
 
-	xmlTextWriterEndElement(writer); /* zone */
+	TRY0(xmlTextWriterEndElement(writer)); /* zone */
 
 	return (ISC_R_SUCCESS);
+ error:
+	return (ISC_R_FAILURE);
 }
 
-static void
+static isc_result_t
 generatexml(ns_server_t *server, int *buflen, xmlChar **buf) {
 	char boottime[sizeof "yyyy-mm-ddThh:mm:ssZ"];
 	char nowstr[sizeof "yyyy-mm-ddThh:mm:ssZ"];
 	isc_time_t now;
-	xmlTextWriterPtr writer;
-	xmlDocPtr doc;
+	xmlTextWriterPtr writer = NULL;
+	xmlDocPtr doc = NULL;
 	int xmlrc;
 	dns_view_t *view;
 	stats_dumparg_t dumparg;
@@ -712,12 +754,15 @@ generatexml(ns_server_t *server, int *buflen, xmlChar **buf) {
 	isc_uint64_t resstat_values[dns_resstatscounter_max];
 	isc_uint64_t zonestat_values[dns_zonestatscounter_max];
 	isc_uint64_t sockstat_values[isc_sockstatscounter_max];
+	isc_result_t result;
 
 	isc_time_now(&now);
 	isc_time_formatISO8601(&ns_g_boottime, boottime, sizeof boottime);
 	isc_time_formatISO8601(&now, nowstr, sizeof nowstr);
 
 	writer = xmlNewTextWriterDoc(&doc, 0);
+	if (writer == NULL)
+		goto error;
 	TRY0(xmlTextWriterStartDocument(writer, NULL, "UTF-8", NULL));
 	TRY0(xmlTextWriterWritePI(writer, ISC_XMLCHAR "xml-stylesheet",
 			ISC_XMLCHAR "type=\"text/xsl\" href=\"/bind9.xsl\""));
@@ -728,7 +773,7 @@ generatexml(ns_server_t *server, int *buflen, xmlChar **buf) {
 	TRY0(xmlTextWriterStartElement(writer, ISC_XMLCHAR "bind"));
 	TRY0(xmlTextWriterStartElement(writer, ISC_XMLCHAR "statistics"));
 	TRY0(xmlTextWriterWriteAttribute(writer, ISC_XMLCHAR "version",
-					 ISC_XMLCHAR "2.0"));
+					 ISC_XMLCHAR "2.2"));
 
 	/* Set common fields for statistics dump */
 	dumparg.type = statsformat_xml;
@@ -741,39 +786,55 @@ generatexml(ns_server_t *server, int *buflen, xmlChar **buf) {
 	view = ISC_LIST_HEAD(server->viewlist);
 	TRY0(xmlTextWriterStartElement(writer, ISC_XMLCHAR "views"));
 	while (view != NULL) {
-		xmlTextWriterStartElement(writer, ISC_XMLCHAR "view");
+		TRY0(xmlTextWriterStartElement(writer, ISC_XMLCHAR "view"));
 
-		xmlTextWriterStartElement(writer, ISC_XMLCHAR "name");
-		xmlTextWriterWriteString(writer, ISC_XMLCHAR view->name);
-		xmlTextWriterEndElement(writer);
+		TRY0(xmlTextWriterStartElement(writer, ISC_XMLCHAR "name"));
+		TRY0(xmlTextWriterWriteString(writer, ISC_XMLCHAR view->name));
+		TRY0(xmlTextWriterEndElement(writer));
 
-		xmlTextWriterStartElement(writer, ISC_XMLCHAR "zones");
-		dns_zt_apply(view->zonetable, ISC_FALSE, zone_xmlrender,
-			     writer);
-		xmlTextWriterEndElement(writer);
+		TRY0(xmlTextWriterStartElement(writer, ISC_XMLCHAR "zones"));
+		result = dns_zt_apply(view->zonetable, ISC_TRUE, zone_xmlrender,
+				      writer);
+		if (result != ISC_R_SUCCESS)
+			goto error;
+		TRY0(xmlTextWriterEndElement(writer));
 
 		if (view->resquerystats != NULL) {
+			dumparg.result = ISC_R_SUCCESS;
 			dns_rdatatypestats_dump(view->resquerystats,
 						rdtypestat_dump, &dumparg, 0);
+			if (dumparg.result != ISC_R_SUCCESS)
+				goto error;
 		}
 
 		if (view->resstats != NULL) {
-			dump_counters(view->resstats, statsformat_xml, writer,
-				      "resstat", resstats_xmldesc,
-				      dns_resstatscounter_max, resstats_index,
-				      resstat_values, ISC_STATSDUMP_VERBOSE);
+			result = dump_counters(view->resstats, statsformat_xml,
+					       writer, "resstat",
+					       resstats_xmldesc,
+					       dns_resstatscounter_max,
+					       resstats_index, resstat_values,
+					       ISC_STATSDUMP_VERBOSE);
+			if (result != ISC_R_SUCCESS)
+				goto error;
 		}
 
 		cachestats = dns_db_getrrsetstats(view->cachedb);
 		if (cachestats != NULL) {
-			xmlTextWriterStartElement(writer,
-						  ISC_XMLCHAR "cache");
+			TRY0(xmlTextWriterStartElement(writer,
+						       ISC_XMLCHAR "cache"));
+			TRY0(xmlTextWriterWriteAttribute(writer,
+							 ISC_XMLCHAR "name",
+							 ISC_XMLCHAR
+							 view->name));
+			dumparg.result = ISC_R_SUCCESS;
 			dns_rdatasetstats_dump(cachestats, rdatasetstats_dump,
 					       &dumparg, 0);
-			xmlTextWriterEndElement(writer); /* cache */
+			if (dumparg.result != ISC_R_SUCCESS)
+				goto error;
+			TRY0(xmlTextWriterEndElement(writer)); /* cache */
 		}
 
-		xmlTextWriterEndElement(writer); /* view */
+		TRY0(xmlTextWriterEndElement(writer)); /* view */
 
 		view = ISC_LIST_NEXT(view, link);
 	}
@@ -788,44 +849,63 @@ generatexml(ns_server_t *server, int *buflen, xmlChar **buf) {
 	TRY0(xmlTextWriterEndElement(writer)); /* taskmgr */
 
 	TRY0(xmlTextWriterStartElement(writer, ISC_XMLCHAR "server"));
-	xmlTextWriterStartElement(writer, ISC_XMLCHAR "boot-time");
-	xmlTextWriterWriteString(writer, ISC_XMLCHAR boottime);
-	xmlTextWriterEndElement(writer);
-	xmlTextWriterStartElement(writer, ISC_XMLCHAR "current-time");
-	xmlTextWriterWriteString(writer, ISC_XMLCHAR nowstr);
-	xmlTextWriterEndElement(writer);
+	TRY0(xmlTextWriterStartElement(writer, ISC_XMLCHAR "boot-time"));
+	TRY0(xmlTextWriterWriteString(writer, ISC_XMLCHAR boottime));
+	TRY0(xmlTextWriterEndElement(writer));
+	TRY0(xmlTextWriterStartElement(writer, ISC_XMLCHAR "current-time"));
+	TRY0(xmlTextWriterWriteString(writer, ISC_XMLCHAR nowstr));
+	TRY0(xmlTextWriterEndElement(writer));
 
 	TRY0(xmlTextWriterStartElement(writer, ISC_XMLCHAR "requests"));
+	dumparg.result = ISC_R_SUCCESS;
 	dns_opcodestats_dump(server->opcodestats, opcodestat_dump, &dumparg,
 			     0);
-	xmlTextWriterEndElement(writer); /* requests */
+	if (dumparg.result != ISC_R_SUCCESS)
+		goto error;
+	TRY0(xmlTextWriterEndElement(writer)); /* requests */
 
 	TRY0(xmlTextWriterStartElement(writer, ISC_XMLCHAR "queries-in"));
+	dumparg.result = ISC_R_SUCCESS;
 	dns_rdatatypestats_dump(server->rcvquerystats, rdtypestat_dump,
 				&dumparg, 0);
-	xmlTextWriterEndElement(writer); /* queries-in */
+	if (dumparg.result != ISC_R_SUCCESS)
+		goto error;
+	TRY0(xmlTextWriterEndElement(writer)); /* queries-in */
 
-	dump_counters(server->nsstats, statsformat_xml, writer,
-		      "nsstat", nsstats_xmldesc, dns_nsstatscounter_max,
-		      nsstats_index, nsstat_values, ISC_STATSDUMP_VERBOSE);
+	result = dump_counters(server->nsstats, statsformat_xml, writer,
+			       "nsstat", nsstats_xmldesc,
+				dns_nsstatscounter_max,
+				nsstats_index, nsstat_values,
+				ISC_STATSDUMP_VERBOSE);
+	if (result != ISC_R_SUCCESS)
+		goto error;
 
-	dump_counters(server->zonestats, statsformat_xml, writer, "zonestat",
-		      zonestats_xmldesc, dns_zonestatscounter_max,
-		      zonestats_index, zonestat_values, ISC_STATSDUMP_VERBOSE);
+	result = dump_counters(server->zonestats, statsformat_xml, writer,
+			       "zonestat", zonestats_xmldesc,
+			       dns_zonestatscounter_max, zonestats_index,
+			       zonestat_values, ISC_STATSDUMP_VERBOSE);
+	if (result != ISC_R_SUCCESS)
+		goto error;
 
 	/*
 	 * Most of the common resolver statistics entries are 0, so we don't
 	 * use the verbose dump here.
 	 */
-	dump_counters(server->resolverstats, statsformat_xml, writer, "resstat",
-		      resstats_xmldesc, dns_resstatscounter_max, resstats_index,
-		      resstat_values, 0);
+	result = dump_counters(server->resolverstats, statsformat_xml, writer,
+			       "resstat", resstats_xmldesc,
+			       dns_resstatscounter_max, resstats_index,
+			       resstat_values, 0);
+	if (result != ISC_R_SUCCESS)
+		goto error;
 
-	dump_counters(server->sockstats, statsformat_xml, writer, "sockstat",
-		      sockstats_xmldesc, isc_sockstatscounter_max,
-		      sockstats_index, sockstat_values, ISC_STATSDUMP_VERBOSE);
+	result = dump_counters(server->sockstats, statsformat_xml, writer,
+			       "sockstat", sockstats_xmldesc,
+			       isc_sockstatscounter_max, sockstats_index,
+			       sockstat_values, ISC_STATSDUMP_VERBOSE);
+	if (result != ISC_R_SUCCESS)
+		goto error;
 
-	xmlTextWriterEndElement(writer); /* server */
+	TRY0(xmlTextWriterEndElement(writer)); /* server */
 
 	TRY0(xmlTextWriterStartElement(writer, ISC_XMLCHAR "memory"));
 	isc_mem_renderxml(writer);
@@ -841,6 +921,14 @@ generatexml(ns_server_t *server, int *buflen, xmlChar **buf) {
 
 	xmlDocDumpFormatMemoryEnc(doc, buf, buflen, "UTF-8", 1);
 	xmlFreeDoc(doc);
+	return (ISC_R_SUCCESS);
+
+ error:
+	if (writer != NULL)
+		xmlFreeTextWriter(writer);
+	if (doc != NULL)
+		xmlFreeDoc(doc);
+	return (ISC_R_FAILURE);
 }
 
 static void
@@ -859,21 +947,24 @@ render_index(const char *url, const char *querystring, void *arg,
 	unsigned char *msg;
 	int msglen;
 	ns_server_t *server = arg;
+	isc_result_t result;
 
 	UNUSED(url);
 	UNUSED(querystring);
 
-	generatexml(server, &msglen, &msg);
+	result = generatexml(server, &msglen, &msg);
 
-	*retcode = 200;
-	*retmsg = "OK";
-	*mimetype = "text/xml";
-	isc_buffer_reinit(b, msg, msglen);
-	isc_buffer_add(b, msglen);
-	*freecb = wrap_xmlfree;
-	*freecb_args = NULL;
+	if (result == ISC_R_SUCCESS) {
+		*retcode = 200;
+		*retmsg = "OK";
+		*mimetype = "text/xml";
+		isc_buffer_reinit(b, msg, msglen);
+		isc_buffer_add(b, msglen);
+		*freecb = wrap_xmlfree;
+		*freecb_args = NULL;
+	}
 
-	return (ISC_R_SUCCESS);
+	return (result);
 }
 
 #endif	/* HAVE_LIBXML2 */
@@ -1274,20 +1365,20 @@ ns_stats_dump(ns_server_t *server, FILE *fp) {
 	}
 
 	fprintf(fp, "++ Name Server Statistics ++\n");
-	dump_counters(server->nsstats, statsformat_file, fp, NULL,
-		      nsstats_desc, dns_nsstatscounter_max, nsstats_index,
-		      nsstat_values, 0);
+	(void) dump_counters(server->nsstats, statsformat_file, fp, NULL,
+			     nsstats_desc, dns_nsstatscounter_max,
+			     nsstats_index, nsstat_values, 0);
 
 	fprintf(fp, "++ Zone Maintenance Statistics ++\n");
-	dump_counters(server->zonestats, statsformat_file, fp, NULL,
-		      zonestats_desc, dns_zonestatscounter_max,
-		      zonestats_index, zonestat_values, 0);
+	(void) dump_counters(server->zonestats, statsformat_file, fp, NULL,
+			     zonestats_desc, dns_zonestatscounter_max,
+			     zonestats_index, zonestat_values, 0);
 
 	fprintf(fp, "++ Resolver Statistics ++\n");
 	fprintf(fp, "[Common]\n");
-	dump_counters(server->resolverstats, statsformat_file, fp, NULL,
-		      resstats_desc, dns_resstatscounter_max, resstats_index,
-		      resstat_values, 0);
+	(void) dump_counters(server->resolverstats, statsformat_file, fp, NULL,
+			     resstats_desc, dns_resstatscounter_max,
+			     resstats_index, resstat_values, 0);
 	for (view = ISC_LIST_HEAD(server->viewlist);
 	     view != NULL;
 	     view = ISC_LIST_NEXT(view, link)) {
@@ -1297,9 +1388,9 @@ ns_stats_dump(ns_server_t *server, FILE *fp) {
 			fprintf(fp, "[View: default]\n");
 		else
 			fprintf(fp, "[View: %s]\n", view->name);
-		dump_counters(view->resstats, statsformat_file, fp, NULL,
-			      resstats_desc, dns_resstatscounter_max,
-			      resstats_index, resstat_values, 0);
+		(void) dump_counters(view->resstats, statsformat_file, fp, NULL,
+				     resstats_desc, dns_resstatscounter_max,
+				     resstats_index, resstat_values, 0);
 	}
 
 	fprintf(fp, "++ Cache DB RRsets ++\n");
@@ -1320,9 +1411,9 @@ ns_stats_dump(ns_server_t *server, FILE *fp) {
 	}
 
 	fprintf(fp, "++ Socket I/O Statistics ++\n");
-	dump_counters(server->sockstats, statsformat_file, fp, NULL,
-		      sockstats_desc, isc_sockstatscounter_max, sockstats_index,
-		      sockstat_values, 0);
+	(void) dump_counters(server->sockstats, statsformat_file, fp, NULL,
+			     sockstats_desc, isc_sockstatscounter_max,
+			     sockstats_index, sockstat_values, 0);
 
 	fprintf(fp, "++ Per Zone Query Statistics ++\n");
 	zone = NULL;
@@ -1343,9 +1434,10 @@ ns_stats_dump(ns_server_t *server, FILE *fp) {
 				fprintf(fp, " (view: %s)", view->name);
 			fprintf(fp, "]\n");
 
-			dump_counters(zonestats, statsformat_file, fp, NULL,
-				      nsstats_desc, dns_nsstatscounter_max,
-				      nsstats_index, nsstat_values, 0);
+			(void) dump_counters(zonestats, statsformat_file, fp,
+					     NULL, nsstats_desc,
+					     dns_nsstatscounter_max,
+					     nsstats_index, nsstat_values, 0);
 		}
 	}
 
diff --git a/contrib/bind9/bin/named/update.c b/contrib/bind9/bin/named/update.c
index b0a556d5cc41..74a192ad07b0 100644
--- a/contrib/bind9/bin/named/update.c
+++ b/contrib/bind9/bin/named/update.c
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: update.c,v 1.151.12.5.12.1 2009/07/28 14:18:08 marka Exp $ */
+/* $Id: update.c,v 1.151.12.9 2009/12/30 04:02:56 marka Exp $ */
 
 #include <config.h>
 
@@ -3031,7 +3031,7 @@ check_dnssec(ns_client_t *client, dns_zone_t *zone, dns_db_t *db,
 	} else {
 		CHECK(get_iterations(db, ver, &iterations));
 		CHECK(dns_nsec3_maxiterations(db, ver, client->mctx, &max));
-		if (iterations > max) {
+		if (max != 0 && iterations > max) {
 			flag = ISC_TRUE;
 			update_log(client, zone, ISC_LOG_WARNING,
 				   "too many NSEC3 iterations (%u) for "
@@ -3157,6 +3157,24 @@ add_nsec3param_records(ns_client_t *client, dns_zone_t *zone, dns_db_t *db,
 							   &newtuple));
 				CHECK(do_one_tuple(&newtuple, db, ver, diff));
 			}
+
+			/*
+			 * Remove any existing CREATE request to add an
+			 * otherwise indentical chain with a reversed
+			 * OPTOUT state.
+			 */
+			buf[1] ^= DNS_NSEC3FLAG_OPTOUT;
+			CHECK(rr_exists(db, ver, name, &rdata, &flag));
+
+			if (flag) {
+				CHECK(dns_difftuple_create(diff->mctx,
+							   DNS_DIFFOP_DEL,
+							   name, tuple->ttl,
+							   &rdata,
+							   &newtuple));
+				CHECK(do_one_tuple(&newtuple, db, ver, diff));
+			}
+
 			/*
 			 * Remove the temporary add record.
 			 */
@@ -4140,9 +4158,6 @@ update_action(isc_task_t *task, isc_event_t *event) {
 	goto common;
 
  failure:
-	if (result == DNS_R_REFUSED)
-		inc_stats(zone, dns_nsstatscounter_updaterej);
-
 	/*
 	 * The reason for failure should have been logged at this point.
 	 */
diff --git a/contrib/bind9/bin/nsupdate/nsupdate.1 b/contrib/bind9/bin/nsupdate/nsupdate.1
index b0688a3ac263..83fd7d78da8f 100644
--- a/contrib/bind9/bin/nsupdate/nsupdate.1
+++ b/contrib/bind9/bin/nsupdate/nsupdate.1
@@ -1,7 +1,7 @@
 .\" Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
 .\" Copyright (C) 2000-2003 Internet Software Consortium.
 .\" 
-.\" Permission to use, copy, modify, and distribute this software for any
+.\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
 .\" copyright notice and this permission notice appear in all copies.
 .\" 
@@ -13,7 +13,7 @@
 .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 .\" PERFORMANCE OF THIS SOFTWARE.
 .\"
-.\" $Id: nsupdate.1,v 1.3.48.2 2009/03/10 01:54:11 tbox Exp $
+.\" $Id: nsupdate.1,v 1.3.48.3 2009/07/11 01:55:21 tbox Exp $
 .\"
 .hy 0
 .ad l
diff --git a/contrib/bind9/bin/nsupdate/nsupdate.html b/contrib/bind9/bin/nsupdate/nsupdate.html
index dab7f9029cf9..9f45171a4fea 100644
--- a/contrib/bind9/bin/nsupdate/nsupdate.html
+++ b/contrib/bind9/bin/nsupdate/nsupdate.html
@@ -2,7 +2,7 @@
  - Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000-2003 Internet Software Consortium.
  - 
- - Permission to use, copy, modify, and distribute this software for any
+ - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
  - copyright notice and this permission notice appear in all copies.
  - 
@@ -14,7 +14,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: nsupdate.html,v 1.40.48.2 2009/03/10 01:54:11 tbox Exp $ -->
+<!-- $Id: nsupdate.html,v 1.40.48.3 2009/07/11 01:55:21 tbox Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
diff --git a/contrib/bind9/bin/rndc/rndc-confgen.8 b/contrib/bind9/bin/rndc/rndc-confgen.8
index 440870a54eda..d37c00adcd24 100644
--- a/contrib/bind9/bin/rndc/rndc-confgen.8
+++ b/contrib/bind9/bin/rndc/rndc-confgen.8
@@ -1,7 +1,7 @@
 .\" Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
 .\" Copyright (C) 2001, 2003 Internet Software Consortium.
 .\" 
-.\" Permission to use, copy, modify, and distribute this software for any
+.\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
 .\" copyright notice and this permission notice appear in all copies.
 .\" 
@@ -13,7 +13,7 @@
 .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 .\" PERFORMANCE OF THIS SOFTWARE.
 .\"
-.\" $Id: rndc-confgen.8,v 1.20 2007/01/30 00:24:59 marka Exp $
+.\" $Id: rndc-confgen.8,v 1.20.418.1 2009/07/11 01:55:21 tbox Exp $
 .\"
 .hy 0
 .ad l
diff --git a/contrib/bind9/bin/rndc/rndc-confgen.html b/contrib/bind9/bin/rndc/rndc-confgen.html
index 4be87afb9fa7..41debdcc910d 100644
--- a/contrib/bind9/bin/rndc/rndc-confgen.html
+++ b/contrib/bind9/bin/rndc/rndc-confgen.html
@@ -2,7 +2,7 @@
  - Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2001, 2003 Internet Software Consortium.
  - 
- - Permission to use, copy, modify, and distribute this software for any
+ - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
  - copyright notice and this permission notice appear in all copies.
  - 
@@ -14,7 +14,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: rndc-confgen.html,v 1.25 2007/01/30 00:24:59 marka Exp $ -->
+<!-- $Id: rndc-confgen.html,v 1.25.418.1 2009/07/11 01:55:21 tbox Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
diff --git a/contrib/bind9/bin/rndc/rndc.8 b/contrib/bind9/bin/rndc/rndc.8
index 7f0dea110c7f..8ab0df2c8f07 100644
--- a/contrib/bind9/bin/rndc/rndc.8
+++ b/contrib/bind9/bin/rndc/rndc.8
@@ -1,7 +1,7 @@
 .\" Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
 .\" Copyright (C) 2000, 2001 Internet Software Consortium.
 .\" 
-.\" Permission to use, copy, modify, and distribute this software for any
+.\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
 .\" copyright notice and this permission notice appear in all copies.
 .\" 
@@ -13,7 +13,7 @@
 .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 .\" PERFORMANCE OF THIS SOFTWARE.
 .\"
-.\" $Id: rndc.8,v 1.42 2007/12/14 22:37:22 marka Exp $
+.\" $Id: rndc.8,v 1.42.214.1 2009/07/11 01:55:21 tbox Exp $
 .\"
 .hy 0
 .ad l
diff --git a/contrib/bind9/bin/rndc/rndc.conf.5 b/contrib/bind9/bin/rndc/rndc.conf.5
index 9e9bad41f361..edb3a360a81f 100644
--- a/contrib/bind9/bin/rndc/rndc.conf.5
+++ b/contrib/bind9/bin/rndc/rndc.conf.5
@@ -1,7 +1,7 @@
 .\" Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
 .\" Copyright (C) 2000, 2001 Internet Software Consortium.
 .\" 
-.\" Permission to use, copy, modify, and distribute this software for any
+.\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
 .\" copyright notice and this permission notice appear in all copies.
 .\" 
@@ -13,7 +13,7 @@
 .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 .\" PERFORMANCE OF THIS SOFTWARE.
 .\"
-.\" $Id: rndc.conf.5,v 1.38 2007/05/09 13:35:57 marka Exp $
+.\" $Id: rndc.conf.5,v 1.38.366.1 2009/07/11 01:55:21 tbox Exp $
 .\"
 .hy 0
 .ad l
diff --git a/contrib/bind9/bin/rndc/rndc.conf.html b/contrib/bind9/bin/rndc/rndc.conf.html
index 144cd1c91d84..6fbaaa2f7cc3 100644
--- a/contrib/bind9/bin/rndc/rndc.conf.html
+++ b/contrib/bind9/bin/rndc/rndc.conf.html
@@ -2,7 +2,7 @@
  - Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000, 2001 Internet Software Consortium.
  - 
- - Permission to use, copy, modify, and distribute this software for any
+ - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
  - copyright notice and this permission notice appear in all copies.
  - 
@@ -14,7 +14,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: rndc.conf.html,v 1.29 2007/05/09 13:35:57 marka Exp $ -->
+<!-- $Id: rndc.conf.html,v 1.29.366.1 2009/07/11 01:55:21 tbox Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
diff --git a/contrib/bind9/bin/rndc/rndc.html b/contrib/bind9/bin/rndc/rndc.html
index a8d11c47bd15..52c862a9747a 100644
--- a/contrib/bind9/bin/rndc/rndc.html
+++ b/contrib/bind9/bin/rndc/rndc.html
@@ -2,7 +2,7 @@
  - Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000, 2001 Internet Software Consortium.
  - 
- - Permission to use, copy, modify, and distribute this software for any
+ - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
  - copyright notice and this permission notice appear in all copies.
  - 
@@ -14,7 +14,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: rndc.html,v 1.31 2007/12/14 22:37:22 marka Exp $ -->
+<!-- $Id: rndc.html,v 1.31.214.1 2009/07/11 01:55:21 tbox Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
diff --git a/contrib/bind9/config.h.in b/contrib/bind9/config.h.in
index 97b13c4a5ad2..28ace46a71b9 100644
--- a/contrib/bind9/config.h.in
+++ b/contrib/bind9/config.h.in
@@ -16,7 +16,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: config.h.in,v 1.106.40.6 2009/03/13 05:35:43 marka Exp $ */
+/* $Id: config.h.in,v 1.106.40.11 2010/01/15 19:38:52 each Exp $ */
 
 /*! \file */
 
@@ -144,6 +144,9 @@ int sigwait(const unsigned int *set, int *sig);
 /* Define if threads need PTHREAD_SCOPE_SYSTEM */
 #undef NEED_PTHREAD_SCOPE_SYSTEM
 
+/* Define if building universal (internal helper macro) */
+#undef AC_APPLE_UNIVERSAL_BUILD
+
 /* Define if recvmsg() does not meet all of the BSD socket API specifications.
    */
 #undef BROKEN_RECVMSG
@@ -163,6 +166,12 @@ int sigwait(const unsigned int *set, int *sig);
 /* Define to 1 if you have the <dlfcn.h> header file. */
 #undef HAVE_DLFCN_H
 
+/* Define to 1 if you have the `EVP_sha256' function. */
+#undef HAVE_EVP_SHA256
+
+/* Define to 1 if you have the `EVP_sha512' function. */
+#undef HAVE_EVP_SHA512
+
 /* Define to 1 if you have the <fcntl.h> header file. */
 #undef HAVE_FCNTL_H
 
@@ -293,6 +302,9 @@ int sigwait(const unsigned int *set, int *sig);
 /* Define to the one symbol short name of this package. */
 #undef PACKAGE_TARNAME
 
+/* Define to the home page for this package. */
+#undef PACKAGE_URL
+
 /* Define to the version of this package. */
 #undef PACKAGE_VERSION
 
@@ -314,11 +326,15 @@ int sigwait(const unsigned int *set, int *sig);
 #undef WITH_IDN
 
 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
-   significant byte first (like Motorola and SPARC, unlike Intel and VAX). */
-#if defined __BIG_ENDIAN__
-# define WORDS_BIGENDIAN 1
-#elif ! defined __LITTLE_ENDIAN__
-# undef WORDS_BIGENDIAN
+   significant byte first (like Motorola and SPARC, unlike Intel). */
+#if defined AC_APPLE_UNIVERSAL_BUILD
+# if defined __BIG_ENDIAN__
+#  define WORDS_BIGENDIAN 1
+# endif
+#else
+# ifndef WORDS_BIGENDIAN
+#  undef WORDS_BIGENDIAN
+# endif
 #endif
 
 /* Define to empty if `const' does not conform to ANSI C. */
diff --git a/contrib/bind9/configure.in b/contrib/bind9/configure.in
index 6ebdfddcca2f..76e1eb33ea45 100644
--- a/contrib/bind9/configure.in
+++ b/contrib/bind9/configure.in
@@ -1,4 +1,4 @@
-# Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004-2010  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 1998-2003  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(1)dnl
 esyscmd([sed "s/^/# /" COPYRIGHT])dnl
 AC_DIVERT_POP()dnl
 
-AC_REVISION($Revision: 1.457.26.9 $)
+AC_REVISION($Revision: 1.457.26.16 $)
 
 AC_INIT(lib/dns/name.c)
 AC_PREREQ(2.59)
@@ -28,6 +28,18 @@ AC_CONFIG_HEADER(config.h)
 AC_CANONICAL_HOST
 
 AC_PROG_MAKE_SET
+
+#
+# GNU libtool support
+#
+case $build_os in
+sunos*)
+    # Just set the maximum command line length for sunos as it otherwise
+    # takes a exceptionally long time to work it out. Required for libtool.
+    lt_cv_sys_max_cmd_len=4096;
+    ;;
+esac
+
 AC_PROG_LIBTOOL
 AC_PROG_INSTALL
 AC_PROG_LN_S
@@ -466,7 +478,7 @@ AC_C_BIGENDIAN
 OPENSSL_WARNING=
 AC_MSG_CHECKING(for OpenSSL library)
 AC_ARG_WITH(openssl,
-[  --with-openssl[=PATH]   Build with OpenSSL [yes|no|path].
+[  --with-openssl[=PATH]     Build with OpenSSL [yes|no|path].
 			  (Required for DNSSEC)],
     use_openssl="$withval", use_openssl="auto")
 
@@ -491,7 +503,9 @@ case "$use_openssl" in
 	auto)
 		DST_OPENSSL_INC=""
 		USE_OPENSSL=""
-		AC_MSG_RESULT(not found)
+		AC_MSG_ERROR(
+[OpenSSL was not found in any of $openssldirs; use --with-openssl=/path
+If you don't want OpenSSL, use --without-openssl])
 		;;
 	*)
 		if test "$use_openssl" = "yes"
@@ -630,8 +644,10 @@ esac
 		else
 			AC_MSG_RESULT(no)
 		fi
+		AC_CHECK_FUNCS(EVP_sha256 EVP_sha512)
 		CFLAGS="$saved_cflags"
 		LIBS="$saved_libs"
+
 		;;
 esac
 
@@ -652,7 +668,7 @@ DNS_CRYPTO_LIBS="$DNS_CRYPTO_LIBS $DNS_OPENSSL_LIBS"
 
 AC_MSG_CHECKING(for PKCS11 support)
 AC_ARG_WITH(pkcs11,
-[  --with-pkcs11     Build with PKCS11 support],
+[  --with-pkcs11           Build with PKCS11 support],
    use_pkcs11="yes", use_pkcs11="no")
 
 case "$use_pkcs11" in
@@ -670,7 +686,7 @@ AC_SUBST(USE_PKCS11)
 
 AC_MSG_CHECKING(for GSSAPI library)
 AC_ARG_WITH(gssapi,
-[  --with-gssapi=PATH   Specify path for system-supplied GSSAPI],
+[  --with-gssapi=PATH      Specify path for system-supplied GSSAPI],
     use_gssapi="$withval", use_gssapi="no")
 
 gssapidirs="/usr/local /usr/pkg /usr/kerberos /usr"
@@ -824,7 +840,7 @@ AC_SUBST(DNS_CRYPTO_LIBS)
 #
 AC_MSG_CHECKING(for random device)
 AC_ARG_WITH(randomdev,
-[  --with-randomdev=PATH Specify path for random device],
+[  --with-randomdev=PATH   Specify path for random device],
     use_randomdev="$withval", use_randomdev="unspec")
 
 case "$use_randomdev" in
@@ -997,7 +1013,7 @@ AC_SUBST(ISC_THREAD_DIR)
 #
 AC_MSG_CHECKING(for libxml2 library)
 AC_ARG_WITH(libxml2,
-[  --with-libxml2[=PATH]   Build with libxml2 library [yes|no|path]],
+[  --with-libxml2[=PATH]     Build with libxml2 library [yes|no|path]],
     use_libxml2="$withval", use_libxml2="auto")
 
 case "$use_libxml2" in
@@ -1191,7 +1207,7 @@ esac
 #
 AC_MSG_CHECKING(whether to use purify)
 AC_ARG_WITH(purify,
-	[  --with-purify[=PATH]	use Rational purify],
+	[  --with-purify[=PATH]      use Rational purify],
 	use_purify="$withval", use_purify="no")
 
 case "$use_purify" in
@@ -1228,19 +1244,9 @@ esac
 
 AC_SUBST(PURIFY)
 
-#
-# GNU libtool support
-#
-case $build_os in
-sunos*)
-    # Just set the maximum command line length for sunos as it otherwise
-    # takes a exceptionally long time to work it out. Required for libtool.
-    lt_cv_sys_max_cmd_len=4096;
-    ;;
-esac
 
 AC_ARG_WITH(libtool,
-	    [  --with-libtool	use GNU libtool (following indented options supported)],
+	    [  --with-libtool          use GNU libtool],
 	    use_libtool="$withval", use_libtool="no")
 
 case $use_libtool in
@@ -1299,7 +1305,7 @@ AC_SUBST(LIBTOOL_IN_MAIN)
 # IPv6
 #
 AC_ARG_ENABLE(ipv6,
-	[  --enable-ipv6		use IPv6 [default=autodetect]])
+	[  --enable-ipv6           use IPv6 [default=autodetect]])
 
 case "$enable_ipv6" in
 	yes|''|autodetect)
@@ -1330,7 +1336,7 @@ AC_TRY_COMPILE([
 #
 AC_MSG_CHECKING(for Kame IPv6 support)
 AC_ARG_WITH(kame,
-	[  --with-kame[=PATH]	use Kame IPv6 [default path /usr/local/v6]],
+	[  --with-kame[=PATH]	  use Kame IPv6 [default path /usr/local/v6]],
 	use_kame="$withval", use_kame="no")
 
 case "$use_kame" in
@@ -1780,7 +1786,7 @@ AC_SUBST(ISC_LWRES_GETADDRINFOPROTO)
 AC_SUBST(ISC_LWRES_GETNAMEINFOPROTO)
 
 AC_ARG_ENABLE(getifaddrs,
-[  --enable-getifaddrs    Enable the use of getifaddrs() [[yes|no]].],
+[  --enable-getifaddrs     Enable the use of getifaddrs() [[yes|no]].],
     want_getifaddrs="$enableval",  want_getifaddrs="yes")
 
 #
@@ -1902,7 +1908,7 @@ AC_SUBST(ISC_EXTRA_SRCS)
 # Use our own SPNEGO implementation?
 #
 AC_ARG_ENABLE(isc-spnego,
-	[  --disable-isc-spnego		use SPNEGO from GSSAPI library])
+	[  --disable-isc-spnego    use SPNEGO from GSSAPI library])
 
 if test -n "$USE_GSSAPI"
 then
@@ -1967,7 +1973,7 @@ AC_SUBST(LWRES_PLATFORM_QUADFORMAT)
 # Note it is very recommended to *not* disable chroot(),
 # this is only because chroot() was made obsolete by Posix.
 AC_ARG_ENABLE(chroot,
-	[  --disable-chroot disable chroot])
+	[  --disable-chroot        disable chroot])
 case "$enable_chroot" in
 	yes|'')
 		AC_CHECK_FUNCS(chroot)
@@ -1976,7 +1982,7 @@ case "$enable_chroot" in
 		;;
 esac
 AC_ARG_ENABLE(linux-caps,
-	[  --disable-linux-caps	disable linux capabilities])
+	[  --disable-linux-caps	  disable linux capabilities])
 case "$enable_linux_caps" in
 	yes|'')
 		AC_CHECK_HEADERS(linux/capability.h sys/capability.h)
@@ -2215,13 +2221,43 @@ AC_CHECK_FUNCS(nanosleep)
 # Machine architecture dependent features
 #
 AC_ARG_ENABLE(atomic,
-	[  --enable-atomic	enable machine specific atomic operations
-			[[default=autodetect]]],
+	[  --enable-atomic	  enable machine specific atomic operations
+			  [[default=autodetect]]],
 			enable_atomic="$enableval",
 			enable_atomic="autodetect")
 case "$enable_atomic" in
 	yes|''|autodetect)
-		use_atomic=yes
+		case "$host" in
+		powerpc-ibm-aix*)
+			if test "X$GCC" = "Xyes"; then
+				AC_MSG_CHECKING([if asm("isc"); works])
+				AC_TRY_COMPILE(,[
+				main() { asm("ics"); exit(0); }
+				],
+				[AC_MSG_RESULT(yes)
+				 use_atomic=yes],
+				[
+				saved_cflags="$CFLAGS"
+				CFLAGS="$CFLAGS -Wa,-many"
+				AC_TRY_RUN([
+				main() { asm("ics"); exit(0); }
+				],
+				[AC_MSG_RESULT([yes, required -Wa,-many])
+				 use_atomic=yes],
+				[AC_MSG_RESULT([no, use_atomic disabled])
+				 CFLAGS="$saved_cflags"
+				 use_atomic=no],
+				[AC_MSG_RESULT([cross compile, assume yes])
+				 CFLAGS="$saved_cflags"
+				 use_atomic=yes])
+				]
+				)
+			fi
+			;;
+		*)
+			use_atomic=yes
+			;;
+		esac
 		;;
 	no)
 		use_atomic=no
@@ -2248,8 +2284,16 @@ main() {
 		[arch=x86_32])
 	;;
 	x86_64-*|amd64-*)
-		have_xaddq=yes
-		arch=x86_64
+AC_TRY_RUN([
+main() {
+       exit((sizeof(void *) == 8) ? 0 : 1);
+}
+],
+	       [arch=x86_64
+	       have_xaddq=yes],
+	       [arch=x86_32],
+	       [arch=x86_64
+	       have_xaddq=yes])
 	;;
 	alpha*-*)
 		arch=alpha
@@ -2354,9 +2398,9 @@ else
 fi
 
 if test "$have_xaddq" = "yes"; then
-        ISC_PLATFORM_HAVEXADDQ="#define ISC_PLATFORM_HAVEXADDQ 1"
+	ISC_PLATFORM_HAVEXADDQ="#define ISC_PLATFORM_HAVEXADDQ 1"
 else
-        ISC_PLATFORM_HAVEXADDQ="#undef ISC_PLATFORM_HAVEXADDQ"
+	ISC_PLATFORM_HAVEXADDQ="#undef ISC_PLATFORM_HAVEXADDQ"
 fi
 
 AC_SUBST(ISC_PLATFORM_HAVEXADD)
@@ -2376,14 +2420,14 @@ AC_SUBST(ISC_ARCH_DIR)
 # Activate "rrset-order fixed" or not?
 #
 AC_ARG_ENABLE(fixed-rrset,
-	[  --enable-fixed-rrset        enable fixed rrset ordering
-			[[default=no]]],
+	[  --enable-fixed-rrset    enable fixed rrset ordering
+			  [[default=no]]],
 			enable_fixed="$enableval",
 			enable_fixed="no")
 case "$enable_fixed" in
 	yes)
 		AC_DEFINE(DNS_RDATASET_FIXED, 1,
-                          [Define to enable "rrset-order fixed" syntax.])
+			  [Define to enable "rrset-order fixed" syntax.])
 		;;
 	no)
 		;;
@@ -2503,7 +2547,7 @@ AC_SUBST($1)
 #
 AC_MSG_CHECKING(for Docbook-XSL path)
 AC_ARG_WITH(docbook-xsl,
-[  --with-docbook-xsl=PATH    Specify path for Docbook-XSL stylesheets],
+[  --with-docbook-xsl=PATH Specify path for Docbook-XSL stylesheets],
    docbook_path="$withval", docbook_path="auto")
 case "$docbook_path" in
 auto)
@@ -2571,7 +2615,7 @@ AC_SUBST(XSLT_DB2LATEX_ADMONITIONS)
 # IDN support
 #
 AC_ARG_WITH(idn,
-	[  --with-idn[=MPREFIX]   enable IDN support using idnkit [default PREFIX]],
+	[  --with-idn[=MPREFIX]      enable IDN support using idnkit [default PREFIX]],
 	use_idn="$withval", use_idn="no")
 case "$use_idn" in
 yes)
@@ -2591,7 +2635,7 @@ esac
 iconvinc=
 iconvlib=
 AC_ARG_WITH(libiconv,
-	[  --with-libiconv[=IPREFIX]   GNU libiconv are in IPREFIX [default PREFIX]],
+	[  --with-libiconv[=IPREFIX] GNU libiconv are in IPREFIX [default PREFIX]],
 	use_libiconv="$withval", use_libiconv="no")
 case "$use_libiconv" in
 yes)
@@ -2610,7 +2654,7 @@ no)
 esac
 
 AC_ARG_WITH(iconv,
-	[  --with-iconv[=LIBSPEC]   specify iconv library [default -liconv]],
+	[  --with-iconv[=LIBSPEC]    specify iconv library [default -liconv]],
 	iconvlib="$withval")
 case "$iconvlib" in
 no)
@@ -2622,7 +2666,7 @@ yes)
 esac
 
 AC_ARG_WITH(idnlib,
-	[  --with-idnlib=ARG    specify libidnkit],
+	[  --with-idnlib=ARG       specify libidnkit],
 	idnlib="$withval", idnlib="no")
 if test "$idnlib" = yes; then
 	AC_MSG_ERROR([You must specify ARG for --with-idnlib.])
@@ -2678,7 +2722,7 @@ AC_SUBST_FILE(BIND9_MAKE_RULES)
 BIND9_MAKE_RULES=$BIND9_TOP_BUILDDIR/make/rules
 
 . $srcdir/version
-BIND9_VERSION="VERSION=${MAJORVER}.${MINORVER}.${PATCHVER}${RELEASETYPE}${RELEASEVER}"
+BIND9_VERSION="VERSION=${MAJORVER}.${MINORVER}${PATCHVER:+.}${PATCHVER}${RELEASETYPE}${RELEASEVER}"
 AC_SUBST(BIND9_VERSION)
 
 if test -z "$ac_configure_args"; then
@@ -2964,6 +3008,12 @@ AC_CONFIG_FILES([
 
 AC_OUTPUT
 
+if test "X$USE_OPENSSL" = "X"; then
+cat << \EOF                                                             
+BIND is being built without OpenSSL. This means it will not have DNSSEC support.
+EOF
+fi
+
 if test "X$OPENSSL_WARNING" != "X"; then
 cat << \EOF
 WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
diff --git a/contrib/bind9/doc/arm/Bv9ARM-book.xml b/contrib/bind9/doc/arm/Bv9ARM-book.xml
index 0875e57ff09b..44e30b16da96 100644
--- a/contrib/bind9/doc/arm/Bv9ARM-book.xml
+++ b/contrib/bind9/doc/arm/Bv9ARM-book.xml
@@ -2,7 +2,7 @@
               "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
 	       [<!ENTITY mdash "&#8212;">]>
 <!--
- - Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2004-2010  Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000-2003  Internet Software Consortium.
  -
  - Permission to use, copy, modify, and/or distribute this software for any
@@ -18,7 +18,7 @@
  - PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- File: $Id: Bv9ARM-book.xml,v 1.380.14.15 2009/06/02 05:56:27 marka Exp $ -->
+<!-- File: $Id: Bv9ARM-book.xml,v 1.380.14.24 2010/01/23 23:47:52 tbox Exp $ -->
 <book xmlns:xi="http://www.w3.org/2001/XInclude">
   <title>BIND 9 Administrator Reference Manual</title>
 
@@ -30,6 +30,7 @@
       <year>2007</year>
       <year>2008</year>
       <year>2009</year>
+      <year>2010</year>
       <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
     </copyright>
     <copyright>
@@ -1679,6 +1680,11 @@ controls {
           each dynamic update, because that would be too slow when a large
           zone is updated frequently.  Instead, the dump is delayed by
           up to 15 minutes, allowing additional updates to take place.
+          During the dump process, transient files will be created
+          with the extensions <filename>.jnw</filename> and
+          <filename>.jbk</filename>; under ordinary circumstances, these
+          will be removed when the dump is complete, and can be safely
+          ignored.
         </para>
 
         <para>
@@ -2053,17 +2059,16 @@ nameserver 172.16.72.4
         <sect3>
           <title>Automatic Generation</title>
           <para>
-            The following command will generate a 128-bit (16 byte) HMAC-MD5
+            The following command will generate a 128-bit (16 byte) HMAC-SHA256
             key as described above. Longer keys are better, but shorter keys
-            are easier to read. Note that the maximum key length is 512 bits;
-            keys longer than that will be digested with MD5 to produce a
-            128-bit key.
+            are easier to read. Note that the maximum key length is the digest
+            length, here 256 bits.
           </para>
           <para>
-            <userinput>dnssec-keygen -a hmac-md5 -b 128 -n HOST host1-host2.</userinput>
+            <userinput>dnssec-keygen -a hmac-sha256 -b 128 -n HOST host1-host2.</userinput>
           </para>
           <para>
-            The key is in the file <filename>Khost1-host2.+157+00000.private</filename>.
+            The key is in the file <filename>Khost1-host2.+163+00000.private</filename>.
             Nothing directly uses this file, but the base-64 encoded string
             following "<literal>Key:</literal>"
             can be extracted from the file and used as a shared secret:
@@ -2105,18 +2110,16 @@ nameserver 172.16.72.4
 
 <programlisting>
 key host1-host2. {
-  algorithm hmac-md5;
+  algorithm hmac-sha256;
   secret "La/E5CjG9O+os1jq0a2jdA==";
 };
 </programlisting>
 
         <para>
-          The algorithm, <literal>hmac-md5</literal>, is the only one supported by <acronym>BIND</acronym>.
           The secret is the one generated above. Since this is a secret, it
-          is recommended that either <filename>named.conf</filename> be non-world
-          readable, or the key directive be added to a non-world readable
-          file that is included by
-          <filename>named.conf</filename>.
+          is recommended that either <filename>named.conf</filename> be
+          non-world readable, or the key directive be added to a non-world
+          readable file that is included by <filename>named.conf</filename>.
         </para>
         <para>
           At this point, the key is recognized. This means that if the
@@ -2445,14 +2448,17 @@ allow-update { key host1-host2. ;};
 	  To enable <command>named</command> to respond appropriately
 	  to DNS requests from DNSSEC aware clients,
 	  <command>dnssec-enable</command> must be set to yes.
+          (This is the default setting.)
         </para>
 
 	<para>
 	  To enable <command>named</command> to validate answers from
-	  other servers both <command>dnssec-enable</command> and
-	  <command>dnssec-validation</command> must be set and some
-	  <command>trusted-keys</command> must be configured
-	  into <filename>named.conf</filename>.
+	  other servers, the <command>dnssec-enable</command> and
+	  <command>dnssec-validation</command> options must both be
+          set to yes (the default setting in <acronym>BIND</acronym> 9.5
+          and later), and at least one trust anchor must be configured
+          with a <command>trusted-keys</command> statement in
+          <filename>named.conf</filename>.
         </para>
 	  
 	<para>
@@ -2531,6 +2537,41 @@ options {
 	  the root key is not valid.
 	</note>
 
+	<para>
+	  When DNSSEC validation is enabled and properly configured,
+	  the resolver will reject any answers from signed, secure zones
+	  which fail to validate, and will return SERVFAIL to the client.
+	</para>
+
+	<para>
+	  Responses may fail to validate for any of several reasons,
+	  including missing, expired, or invalid signatures, a key which
+	  does not match the DS RRset in the parent zone, or an insecure
+	  response from a zone which, according to its parent, should have
+	  been secure.  
+	</para>
+
+	<note>
+	  <para>
+	    When the validator receives a response from an unsigned zone
+	    that has a signed parent, it must confirm with the parent
+	    that the zone was intentionally left unsigned.  It does
+	    this by verifying, via signed and validated NSEC/NSEC3 records,
+	    that the parent zone contains no DS records for the child.
+	  </para>
+	  <para>
+	    If the validator <emphasis>can</emphasis> prove that the zone
+	    is insecure, then the response is accepted.  However, if it
+	    cannot, then it must assume an insecure response to be a
+	    forgery; it rejects the response and logs an error.
+	  </para>
+	  <para>
+            The logged error reads "insecurity proof failed" and
+            "got insecure response; parent indicates it should be secure".
+	    (Prior to BIND 9.7, the logged error was "not insecure".
+            This referred to the zone, not the response.)
+	  </para>
+	</note>
       </sect2>
 
     </sect1>
@@ -2539,10 +2580,9 @@ options {
 
       <para>
         <acronym>BIND</acronym> 9 fully supports all currently
-        defined forms of IPv6
-        name to address and address to name lookups.  It will also use
-        IPv6 addresses to make queries when running on an IPv6 capable
-        system.
+        defined forms of IPv6 name to address and address to name
+        lookups.  It will also use IPv6 addresses to make queries when
+        running on an IPv6 capable system.
       </para>
 
       <para>
@@ -4324,8 +4364,7 @@ category notify { null; };
                     <para>
                       Lame servers.  These are misconfigurations
                       in remote servers, discovered by BIND 9 when trying to
-                      query
-                      those servers during resolution.
+                      query those servers during resolution.
                     </para>
                   </entry>
                 </row>
@@ -4785,7 +4824,7 @@ category notify { null; };
 	<optional> port ( <replaceable>ip_port</replaceable> | <replaceable>*</replaceable> ) </optional> ) ; </optional>
     <optional> use-queryport-pool <replaceable>yes_or_no</replaceable>; </optional>
     <optional> queryport-pool-ports <replaceable>number</replaceable>; </optional>
-    <optional> queryport-pool-interval <replaceable>number</replaceable>; </optional>
+    <optional> queryport-pool-updateinterval <replaceable>number</replaceable>; </optional>
     <optional> max-transfer-time-in <replaceable>number</replaceable>; </optional>
     <optional> max-transfer-time-out <replaceable>number</replaceable>; </optional>
     <optional> max-transfer-idle-in <replaceable>number</replaceable>; </optional>
@@ -4826,7 +4865,7 @@ category notify { null; };
     <optional> lame-ttl <replaceable>number</replaceable>; </optional>
     <optional> max-ncache-ttl <replaceable>number</replaceable>; </optional>
     <optional> max-cache-ttl <replaceable>number</replaceable>; </optional>
-    <optional> sig-validity-interval <replaceable>number</replaceable> ; </optional>
+    <optional> sig-validity-interval <replaceable>number</replaceable> <optional><replaceable>number</replaceable></optional> ; </optional>
     <optional> sig-signing-nodes <replaceable>number</replaceable> ; </optional>
     <optional> sig-signing-signatures <replaceable>number</replaceable> ; </optional>
     <optional> sig-signing-type <replaceable>number</replaceable> ; </optional>
@@ -4909,11 +4948,12 @@ category notify { null; };
             <listitem>
               <para>
                 When performing dynamic update of secure zones, the
-                directory where the public and private key files should be
-                found,
-                if different than the current working directory.  The
-                directory specified
-                must be an absolute path.
+                directory where the public and private DNSSEC key files
+                should be found, if different than the current working
+                directory.  The directory specified must be an absolute
+                path.  (Note that this option has no effect on the paths
+                for files containing non-DNSSEC keys such as the
+                <filename>rndc.key</filename>.
               </para>
             </listitem>
           </varlistentry>
@@ -5874,13 +5914,15 @@ options {
                   If <userinput>yes</userinput>, then an
                   IPv4-mapped IPv6 address will match any address match
                   list entries that match the corresponding IPv4 address.
-                  Enabling this option is sometimes useful on IPv6-enabled
-                  Linux
-                  systems, to work around a kernel quirk that causes IPv4
-                  TCP connections such as zone transfers to be accepted
-                  on an IPv6 socket using mapped addresses, causing
-                  address match lists designed for IPv4 to fail to match.
-                  The use of this option for any other purpose is discouraged.
+                </para>
+                <para>
+                  This option was introduced to work around a kernel quirk
+                  in some operating systems that causes IPv4 TCP
+                  connections, such as zone transfers, to be accepted on an
+                  IPv6 socket using mapped addresses.  This caused address
+                  match lists designed for IPv4 to fail to match.  However,
+                  <command>named</command> now solves this problem
+                  internally.  The use of this option is discouraged.
                 </para>
               </listitem>
             </varlistentry>
@@ -7919,7 +7961,7 @@ avoid-v6-udp-ports { 40000; range 50000 60000; };
               <listitem>
                 <para>
                   The delay, in seconds, between sending sets of notify
-                  messages for a zone.  The default is zero.
+                  messages for a zone.  The default is five (5) seconds.
                 </para>
               </listitem>
             </varlistentry>
@@ -8271,7 +8313,7 @@ XXX: end of RFC1918 addresses #defined out -->
     <optional> query-source-v6 <optional> address ( <replaceable>ip_addr</replaceable> | <replaceable>*</replaceable> ) </optional> <optional> port ( <replaceable>ip_port</replaceable> | <replaceable>*</replaceable> ) </optional>; </optional>
     <optional> use-queryport-pool <replaceable>yes_or_no</replaceable>; </optional>
     <optional> queryport-pool-ports <replaceable>number</replaceable>; </optional>
-    <optional> queryport-pool-interval <replaceable>number</replaceable>; </optional>
+    <optional> queryport-pool-updateinterval <replaceable>number</replaceable>; </optional>
 };
 </programlisting>
 
@@ -8751,7 +8793,7 @@ view "external" {
     <optional> notify-source (<replaceable>ip4_addr</replaceable> | <constant>*</constant>) <optional>port <replaceable>ip_port</replaceable></optional> ; </optional>
     <optional> notify-source-v6 (<replaceable>ip6_addr</replaceable> | <constant>*</constant>) <optional>port <replaceable>ip_port</replaceable></optional> ; </optional>
     <optional> zone-statistics <replaceable>yes_or_no</replaceable> ; </optional>
-    <optional> sig-validity-interval <replaceable>number</replaceable> ; </optional>
+    <optional> sig-validity-interval <replaceable>number</replaceable> <optional><replaceable>number</replaceable></optional> ; </optional>
     <optional> sig-signing-nodes <replaceable>number</replaceable> ; </optional>
     <optional> sig-signing-signatures <replaceable>number</replaceable> ; </optional>
     <optional> sig-signing-type <replaceable>number</replaceable> ; </optional>
@@ -11205,6 +11247,16 @@ zone <replaceable>zone_name</replaceable> <optional><replaceable>class</replacea
             Master File Directives include <command>$ORIGIN</command>, <command>$INCLUDE</command>,
             and <command>$TTL.</command>
           </para>
+          <sect3>
+            <title>The <command>@</command> (at-sign)</title>
+            <para>
+              When used in the label (or name) field, the asperand or
+              at-sign (@) symbol represents the current origin.
+              At the start of the zone file, it is the 
+              &lt;<varname>zone_name</varname>&gt; (followed by
+              trailing dot).
+            </para>
+          </sect3>
           <sect3>
             <title>The <command>$ORIGIN</command> Directive</title>
             <para>
@@ -11216,7 +11268,8 @@ zone <replaceable>zone_name</replaceable> <optional><replaceable>class</replacea
 	      sets the domain name that will be appended to any
               unqualified records. When a zone is first read in there
               is an implicit <command>$ORIGIN</command>
-              &lt;<varname>zone-name</varname>&gt;<command>.</command>
+              &lt;<varname>zone_name</varname>&gt;<command>.</command>
+              (followed by trailing dot).
               The current <command>$ORIGIN</command> is appended to
               the domain specified in the <command>$ORIGIN</command>
               argument if it is not absolute.
diff --git a/contrib/bind9/doc/arm/Bv9ARM.ch01.html b/contrib/bind9/doc/arm/Bv9ARM.ch01.html
index 320a86758374..ea561e6c36a2 100644
--- a/contrib/bind9/doc/arm/Bv9ARM.ch01.html
+++ b/contrib/bind9/doc/arm/Bv9ARM.ch01.html
@@ -1,8 +1,8 @@
 <!--
- - Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2004-2010 Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000-2003 Internet Software Consortium.
  - 
- - Permission to use, copy, modify, and distribute this software for any
+ - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
  - copyright notice and this permission notice appear in all copies.
  - 
@@ -14,7 +14,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: Bv9ARM.ch01.html,v 1.43.48.2 2009/04/03 01:52:22 tbox Exp $ -->
+<!-- $Id: Bv9ARM.ch01.html,v 1.43.48.4 2010/01/24 01:55:26 tbox Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -45,17 +45,17 @@
 <div class="toc">
 <p><b>Table of Contents</b></p>
 <dl>
-<dt><span class="sect1"><a href="Bv9ARM.ch01.html#id2563409">Scope of Document</a></span></dt>
-<dt><span class="sect1"><a href="Bv9ARM.ch01.html#id2564388">Organization of This Document</a></span></dt>
-<dt><span class="sect1"><a href="Bv9ARM.ch01.html#id2564528">Conventions Used in This Document</a></span></dt>
-<dt><span class="sect1"><a href="Bv9ARM.ch01.html#id2564641">The Domain Name System (<acronym class="acronym">DNS</acronym>)</a></span></dt>
+<dt><span class="sect1"><a href="Bv9ARM.ch01.html#id2563412">Scope of Document</a></span></dt>
+<dt><span class="sect1"><a href="Bv9ARM.ch01.html#id2564391">Organization of This Document</a></span></dt>
+<dt><span class="sect1"><a href="Bv9ARM.ch01.html#id2564531">Conventions Used in This Document</a></span></dt>
+<dt><span class="sect1"><a href="Bv9ARM.ch01.html#id2564712">The Domain Name System (<acronym class="acronym">DNS</acronym>)</a></span></dt>
 <dd><dl>
-<dt><span class="sect2"><a href="Bv9ARM.ch01.html#id2564662">DNS Fundamentals</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch01.html#id2564696">Domains and Domain Names</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch01.html#id2567170">Zones</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch01.html#id2567246">Authoritative Name Servers</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch01.html#id2567419">Caching Name Servers</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch01.html#id2567549">Name Servers in Multiple Roles</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch01.html#id2564733">DNS Fundamentals</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch01.html#id2564768">Domains and Domain Names</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch01.html#id2567173">Zones</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch01.html#id2567250">Authoritative Name Servers</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch01.html#id2567422">Caching Name Servers</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch01.html#id2567553">Name Servers in Multiple Roles</a></span></dt>
 </dl></dd>
 </dl>
 </div>
@@ -71,7 +71,7 @@
     </p>
 <div class="sect1" lang="en">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="id2563409"></a>Scope of Document</h2></div></div></div>
+<a name="id2563412"></a>Scope of Document</h2></div></div></div>
 <p>
         The Berkeley Internet Name Domain
         (<acronym class="acronym">BIND</acronym>) implements a
@@ -87,7 +87,7 @@
 </div>
 <div class="sect1" lang="en">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="id2564388"></a>Organization of This Document</h2></div></div></div>
+<a name="id2564391"></a>Organization of This Document</h2></div></div></div>
 <p>
         In this document, <span class="emphasis"><em>Chapter 1</em></span> introduces
         the basic <acronym class="acronym">DNS</acronym> and <acronym class="acronym">BIND</acronym> concepts. <span class="emphasis"><em>Chapter 2</em></span>
@@ -116,7 +116,7 @@
 </div>
 <div class="sect1" lang="en">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="id2564528"></a>Conventions Used in This Document</h2></div></div></div>
+<a name="id2564531"></a>Conventions Used in This Document</h2></div></div></div>
 <p>
         In this document, we use the following general typographic
         conventions:
@@ -243,7 +243,7 @@
 </div>
 <div class="sect1" lang="en">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="id2564641"></a>The Domain Name System (<acronym class="acronym">DNS</acronym>)</h2></div></div></div>
+<a name="id2564712"></a>The Domain Name System (<acronym class="acronym">DNS</acronym>)</h2></div></div></div>
 <p>
         The purpose of this document is to explain the installation
         and upkeep of the <acronym class="acronym">BIND</acronym> (Berkeley Internet
@@ -253,7 +253,7 @@
       </p>
 <div class="sect2" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="id2564662"></a>DNS Fundamentals</h3></div></div></div>
+<a name="id2564733"></a>DNS Fundamentals</h3></div></div></div>
 <p>
           The Domain Name System (DNS) is a hierarchical, distributed
           database.  It stores information for mapping Internet host names to
@@ -275,7 +275,7 @@
 </div>
 <div class="sect2" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="id2564696"></a>Domains and Domain Names</h3></div></div></div>
+<a name="id2564768"></a>Domains and Domain Names</h3></div></div></div>
 <p>
           The data stored in the DNS is identified by <span class="emphasis"><em>domain names</em></span> that are organized as a tree according to
           organizational or administrative boundaries. Each node of the tree,
@@ -321,7 +321,7 @@
 </div>
 <div class="sect2" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="id2567170"></a>Zones</h3></div></div></div>
+<a name="id2567173"></a>Zones</h3></div></div></div>
 <p>
           To properly operate a name server, it is important to understand
           the difference between a <span class="emphasis"><em>zone</em></span>
@@ -374,7 +374,7 @@
 </div>
 <div class="sect2" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="id2567246"></a>Authoritative Name Servers</h3></div></div></div>
+<a name="id2567250"></a>Authoritative Name Servers</h3></div></div></div>
 <p>
           Each zone is served by at least
           one <span class="emphasis"><em>authoritative name server</em></span>,
@@ -391,7 +391,7 @@
         </p>
 <div class="sect3" lang="en">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="id2567270"></a>The Primary Master</h4></div></div></div>
+<a name="id2567273"></a>The Primary Master</h4></div></div></div>
 <p>
             The authoritative server where the master copy of the zone
             data is maintained is called the
@@ -411,7 +411,7 @@
 </div>
 <div class="sect3" lang="en">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="id2567300"></a>Slave Servers</h4></div></div></div>
+<a name="id2567303"></a>Slave Servers</h4></div></div></div>
 <p>
             The other authoritative servers, the <span class="emphasis"><em>slave</em></span>
             servers (also known as <span class="emphasis"><em>secondary</em></span> servers)
@@ -427,7 +427,7 @@
 </div>
 <div class="sect3" lang="en">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="id2567389"></a>Stealth Servers</h4></div></div></div>
+<a name="id2567393"></a>Stealth Servers</h4></div></div></div>
 <p>
             Usually all of the zone's authoritative servers are listed in
             NS records in the parent zone.  These NS records constitute
@@ -462,7 +462,7 @@
 </div>
 <div class="sect2" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="id2567419"></a>Caching Name Servers</h3></div></div></div>
+<a name="id2567422"></a>Caching Name Servers</h3></div></div></div>
 <p>
           The resolver libraries provided by most operating systems are
           <span class="emphasis"><em>stub resolvers</em></span>, meaning that they are not
@@ -489,7 +489,7 @@
         </p>
 <div class="sect3" lang="en">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="id2567523"></a>Forwarding</h4></div></div></div>
+<a name="id2567526"></a>Forwarding</h4></div></div></div>
 <p>
             Even a caching name server does not necessarily perform
             the complete recursive lookup itself.  Instead, it can
@@ -516,7 +516,7 @@
 </div>
 <div class="sect2" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="id2567549"></a>Name Servers in Multiple Roles</h3></div></div></div>
+<a name="id2567553"></a>Name Servers in Multiple Roles</h3></div></div></div>
 <p>
           The <acronym class="acronym">BIND</acronym> name server can
           simultaneously act as
diff --git a/contrib/bind9/doc/arm/Bv9ARM.ch02.html b/contrib/bind9/doc/arm/Bv9ARM.ch02.html
index 831e7a12407e..b279c6754e71 100644
--- a/contrib/bind9/doc/arm/Bv9ARM.ch02.html
+++ b/contrib/bind9/doc/arm/Bv9ARM.ch02.html
@@ -1,8 +1,8 @@
 <!--
- - Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2004-2010 Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000-2003 Internet Software Consortium.
  - 
- - Permission to use, copy, modify, and distribute this software for any
+ - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
  - copyright notice and this permission notice appear in all copies.
  - 
@@ -14,7 +14,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: Bv9ARM.ch02.html,v 1.38.56.1 2009/01/08 01:50:59 tbox Exp $ -->
+<!-- $Id: Bv9ARM.ch02.html,v 1.38.56.3 2010/01/24 01:55:25 tbox Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -45,16 +45,16 @@
 <div class="toc">
 <p><b>Table of Contents</b></p>
 <dl>
-<dt><span class="sect1"><a href="Bv9ARM.ch02.html#id2567584">Hardware requirements</a></span></dt>
-<dt><span class="sect1"><a href="Bv9ARM.ch02.html#id2567610">CPU Requirements</a></span></dt>
-<dt><span class="sect1"><a href="Bv9ARM.ch02.html#id2567623">Memory Requirements</a></span></dt>
-<dt><span class="sect1"><a href="Bv9ARM.ch02.html#id2567854">Name Server Intensive Environment Issues</a></span></dt>
-<dt><span class="sect1"><a href="Bv9ARM.ch02.html#id2567865">Supported Operating Systems</a></span></dt>
+<dt><span class="sect1"><a href="Bv9ARM.ch02.html#id2567587">Hardware requirements</a></span></dt>
+<dt><span class="sect1"><a href="Bv9ARM.ch02.html#id2567613">CPU Requirements</a></span></dt>
+<dt><span class="sect1"><a href="Bv9ARM.ch02.html#id2567626">Memory Requirements</a></span></dt>
+<dt><span class="sect1"><a href="Bv9ARM.ch02.html#id2567721">Name Server Intensive Environment Issues</a></span></dt>
+<dt><span class="sect1"><a href="Bv9ARM.ch02.html#id2567732">Supported Operating Systems</a></span></dt>
 </dl>
 </div>
 <div class="sect1" lang="en">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="id2567584"></a>Hardware requirements</h2></div></div></div>
+<a name="id2567587"></a>Hardware requirements</h2></div></div></div>
 <p>
         <acronym class="acronym">DNS</acronym> hardware requirements have
         traditionally been quite modest.
@@ -73,7 +73,7 @@
 </div>
 <div class="sect1" lang="en">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="id2567610"></a>CPU Requirements</h2></div></div></div>
+<a name="id2567613"></a>CPU Requirements</h2></div></div></div>
 <p>
         CPU requirements for <acronym class="acronym">BIND</acronym> 9 range from
         i486-class machines
@@ -84,7 +84,7 @@
 </div>
 <div class="sect1" lang="en">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="id2567623"></a>Memory Requirements</h2></div></div></div>
+<a name="id2567626"></a>Memory Requirements</h2></div></div></div>
 <p>
         The memory of the server has to be large enough to fit the
         cache and zones loaded off disk.  The <span><strong class="command">max-cache-size</strong></span>
@@ -107,7 +107,7 @@
 </div>
 <div class="sect1" lang="en">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="id2567854"></a>Name Server Intensive Environment Issues</h2></div></div></div>
+<a name="id2567721"></a>Name Server Intensive Environment Issues</h2></div></div></div>
 <p>
         For name server intensive environments, there are two alternative
         configurations that may be used. The first is where clients and
@@ -124,7 +124,7 @@
 </div>
 <div class="sect1" lang="en">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="id2567865"></a>Supported Operating Systems</h2></div></div></div>
+<a name="id2567732"></a>Supported Operating Systems</h2></div></div></div>
 <p>
         ISC <acronym class="acronym">BIND</acronym> 9 compiles and runs on a large
         number
diff --git a/contrib/bind9/doc/arm/Bv9ARM.ch03.html b/contrib/bind9/doc/arm/Bv9ARM.ch03.html
index 9964823153fe..59d7e73d60bd 100644
--- a/contrib/bind9/doc/arm/Bv9ARM.ch03.html
+++ b/contrib/bind9/doc/arm/Bv9ARM.ch03.html
@@ -1,8 +1,8 @@
 <!--
- - Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2004-2010 Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000-2003 Internet Software Consortium.
  - 
- - Permission to use, copy, modify, and distribute this software for any
+ - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
  - copyright notice and this permission notice appear in all copies.
  - 
@@ -14,7 +14,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: Bv9ARM.ch03.html,v 1.71.48.2 2009/04/03 01:52:21 tbox Exp $ -->
+<!-- $Id: Bv9ARM.ch03.html,v 1.71.48.4 2010/01/24 01:55:25 tbox Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -47,14 +47,14 @@
 <dl>
 <dt><span class="sect1"><a href="Bv9ARM.ch03.html#sample_configuration">Sample Configurations</a></span></dt>
 <dd><dl>
-<dt><span class="sect2"><a href="Bv9ARM.ch03.html#id2567897">A Caching-only Name Server</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch03.html#id2567913">An Authoritative-only Name Server</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch03.html#id2567764">A Caching-only Name Server</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch03.html#id2567780">An Authoritative-only Name Server</a></span></dt>
 </dl></dd>
-<dt><span class="sect1"><a href="Bv9ARM.ch03.html#id2568004">Load Balancing</a></span></dt>
-<dt><span class="sect1"><a href="Bv9ARM.ch03.html#id2568358">Name Server Operations</a></span></dt>
+<dt><span class="sect1"><a href="Bv9ARM.ch03.html#id2568007">Load Balancing</a></span></dt>
+<dt><span class="sect1"><a href="Bv9ARM.ch03.html#id2568361">Name Server Operations</a></span></dt>
 <dd><dl>
-<dt><span class="sect2"><a href="Bv9ARM.ch03.html#id2568363">Tools for Use With the Name Server Daemon</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch03.html#id2570071">Signals</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch03.html#id2568366">Tools for Use With the Name Server Daemon</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch03.html#id2570006">Signals</a></span></dt>
 </dl></dd>
 </dl>
 </div>
@@ -68,7 +68,7 @@
 <a name="sample_configuration"></a>Sample Configurations</h2></div></div></div>
 <div class="sect2" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="id2567897"></a>A Caching-only Name Server</h3></div></div></div>
+<a name="id2567764"></a>A Caching-only Name Server</h3></div></div></div>
 <p>
           The following sample configuration is appropriate for a caching-only
           name server for use by clients internal to a corporation.  All
@@ -95,7 +95,7 @@ zone "0.0.127.in-addr.arpa" {
 </div>
 <div class="sect2" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="id2567913"></a>An Authoritative-only Name Server</h3></div></div></div>
+<a name="id2567780"></a>An Authoritative-only Name Server</h3></div></div></div>
 <p>
           This sample configuration is for an authoritative-only server
           that is the master server for "<code class="filename">example.com</code>"
@@ -137,7 +137,7 @@ zone "eng.example.com" {
 </div>
 <div class="sect1" lang="en">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="id2568004"></a>Load Balancing</h2></div></div></div>
+<a name="id2568007"></a>Load Balancing</h2></div></div></div>
 <p>
         A primitive form of load balancing can be achieved in
         the <acronym class="acronym">DNS</acronym> by using multiple records
@@ -280,10 +280,10 @@ zone "eng.example.com" {
 </div>
 <div class="sect1" lang="en">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="id2568358"></a>Name Server Operations</h2></div></div></div>
+<a name="id2568361"></a>Name Server Operations</h2></div></div></div>
 <div class="sect2" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="id2568363"></a>Tools for Use With the Name Server Daemon</h3></div></div></div>
+<a name="id2568366"></a>Tools for Use With the Name Server Daemon</h3></div></div></div>
 <p>
           This section describes several indispensable diagnostic,
           administrative and monitoring tools available to the system
@@ -749,7 +749,7 @@ controls {
 </div>
 <div class="sect2" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="id2570071"></a>Signals</h3></div></div></div>
+<a name="id2570006"></a>Signals</h3></div></div></div>
 <p>
           Certain UNIX signals cause the name server to take specific
           actions, as described in the following table.  These signals can
diff --git a/contrib/bind9/doc/arm/Bv9ARM.ch04.html b/contrib/bind9/doc/arm/Bv9ARM.ch04.html
index 123098e1eccc..2be5791f5181 100644
--- a/contrib/bind9/doc/arm/Bv9ARM.ch04.html
+++ b/contrib/bind9/doc/arm/Bv9ARM.ch04.html
@@ -1,8 +1,8 @@
 <!--
- - Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2004-2010 Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000-2003 Internet Software Consortium.
  - 
- - Permission to use, copy, modify, and distribute this software for any
+ - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
  - copyright notice and this permission notice appear in all copies.
  - 
@@ -14,7 +14,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: Bv9ARM.ch04.html,v 1.87.48.2 2009/04/03 01:52:21 tbox Exp $ -->
+<!-- $Id: Bv9ARM.ch04.html,v 1.87.48.6 2010/01/24 01:55:26 tbox Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -49,29 +49,29 @@
 <dt><span class="sect1"><a href="Bv9ARM.ch04.html#dynamic_update">Dynamic Update</a></span></dt>
 <dd><dl><dt><span class="sect2"><a href="Bv9ARM.ch04.html#journal">The journal file</a></span></dt></dl></dd>
 <dt><span class="sect1"><a href="Bv9ARM.ch04.html#incremental_zone_transfers">Incremental Zone Transfers (IXFR)</a></span></dt>
-<dt><span class="sect1"><a href="Bv9ARM.ch04.html#id2564066">Split DNS</a></span></dt>
-<dd><dl><dt><span class="sect2"><a href="Bv9ARM.ch04.html#id2564084">Example split DNS setup</a></span></dt></dl></dd>
+<dt><span class="sect1"><a href="Bv9ARM.ch04.html#id2570492">Split DNS</a></span></dt>
+<dd><dl><dt><span class="sect2"><a href="Bv9ARM.ch04.html#id2570510">Example split DNS setup</a></span></dt></dl></dd>
 <dt><span class="sect1"><a href="Bv9ARM.ch04.html#tsig">TSIG</a></span></dt>
 <dd><dl>
-<dt><span class="sect2"><a href="Bv9ARM.ch04.html#id2571141">Generate Shared Keys for Each Pair of Hosts</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch04.html#id2571214">Copying the Shared Secret to Both Machines</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch04.html#id2571225">Informing the Servers of the Key's Existence</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch04.html#id2571268">Instructing the Server to Use the Key</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch04.html#id2571325">TSIG Key Based Access Control</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch04.html#id2571510">Errors</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch04.html#id2571082">Generate Shared Keys for Each Pair of Hosts</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch04.html#id2571156">Copying the Shared Secret to Both Machines</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch04.html#id2571166">Informing the Servers of the Key's Existence</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch04.html#id2571203">Instructing the Server to Use the Key</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch04.html#id2571260">TSIG Key Based Access Control</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch04.html#id2571445">Errors</a></span></dt>
 </dl></dd>
-<dt><span class="sect1"><a href="Bv9ARM.ch04.html#id2571524">TKEY</a></span></dt>
-<dt><span class="sect1"><a href="Bv9ARM.ch04.html#id2571709">SIG(0)</a></span></dt>
+<dt><span class="sect1"><a href="Bv9ARM.ch04.html#id2571459">TKEY</a></span></dt>
+<dt><span class="sect1"><a href="Bv9ARM.ch04.html#id2571576">SIG(0)</a></span></dt>
 <dt><span class="sect1"><a href="Bv9ARM.ch04.html#DNSSEC">DNSSEC</a></span></dt>
 <dd><dl>
-<dt><span class="sect2"><a href="Bv9ARM.ch04.html#id2571778">Generating Keys</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch04.html#id2571925">Signing the Zone</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch04.html#id2572006">Configuring Servers</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch04.html#id2571644">Generating Keys</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch04.html#id2571792">Signing the Zone</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch04.html#id2571873">Configuring Servers</a></span></dt>
 </dl></dd>
-<dt><span class="sect1"><a href="Bv9ARM.ch04.html#id2572220">IPv6 Support in <acronym class="acronym">BIND</acronym> 9</a></span></dt>
+<dt><span class="sect1"><a href="Bv9ARM.ch04.html#id2572110">IPv6 Support in <acronym class="acronym">BIND</acronym> 9</a></span></dt>
 <dd><dl>
-<dt><span class="sect2"><a href="Bv9ARM.ch04.html#id2572282">Address Lookups Using AAAA Records</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch04.html#id2572304">Address to Name Lookups Using Nibble Format</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch04.html#id2572172">Address Lookups Using AAAA Records</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch04.html#id2572194">Address to Name Lookups Using Nibble Format</a></span></dt>
 </dl></dd>
 </dl>
 </div>
@@ -149,6 +149,11 @@
           each dynamic update, because that would be too slow when a large
           zone is updated frequently.  Instead, the dump is delayed by
           up to 15 minutes, allowing additional updates to take place.
+          During the dump process, transient files will be created
+          with the extensions <code class="filename">.jnw</code> and
+          <code class="filename">.jbk</code>; under ordinary circumstances, these
+          will be removed when the dump is complete, and can be safely
+          ignored.
         </p>
 <p>
           When a server is restarted after a shutdown or crash, it will replay
@@ -210,7 +215,7 @@
 </div>
 <div class="sect1" lang="en">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="id2564066"></a>Split DNS</h2></div></div></div>
+<a name="id2570492"></a>Split DNS</h2></div></div></div>
 <p>
         Setting up different views, or visibility, of the DNS space to
         internal and external resolvers is usually referred to as a
@@ -240,7 +245,7 @@
       </p>
 <div class="sect2" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="id2564084"></a>Example split DNS setup</h3></div></div></div>
+<a name="id2570510"></a>Example split DNS setup</h3></div></div></div>
 <p>
         Let's say a company named <span class="emphasis"><em>Example, Inc.</em></span>
         (<code class="literal">example.com</code>)
@@ -486,7 +491,7 @@ nameserver 172.16.72.4
       </p>
 <div class="sect2" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="id2571141"></a>Generate Shared Keys for Each Pair of Hosts</h3></div></div></div>
+<a name="id2571082"></a>Generate Shared Keys for Each Pair of Hosts</h3></div></div></div>
 <p>
           A shared secret is generated to be shared between <span class="emphasis"><em>host1</em></span> and <span class="emphasis"><em>host2</em></span>.
           An arbitrary key name is chosen: "host1-host2.". The key name must
@@ -494,19 +499,18 @@ nameserver 172.16.72.4
         </p>
 <div class="sect3" lang="en">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="id2571158"></a>Automatic Generation</h4></div></div></div>
+<a name="id2571099"></a>Automatic Generation</h4></div></div></div>
 <p>
-            The following command will generate a 128-bit (16 byte) HMAC-MD5
+            The following command will generate a 128-bit (16 byte) HMAC-SHA256
             key as described above. Longer keys are better, but shorter keys
-            are easier to read. Note that the maximum key length is 512 bits;
-            keys longer than that will be digested with MD5 to produce a
-            128-bit key.
+            are easier to read. Note that the maximum key length is the digest
+            length, here 256 bits.
           </p>
 <p>
-            <strong class="userinput"><code>dnssec-keygen -a hmac-md5 -b 128 -n HOST host1-host2.</code></strong>
+            <strong class="userinput"><code>dnssec-keygen -a hmac-sha256 -b 128 -n HOST host1-host2.</code></strong>
           </p>
 <p>
-            The key is in the file <code class="filename">Khost1-host2.+157+00000.private</code>.
+            The key is in the file <code class="filename">Khost1-host2.+163+00000.private</code>.
             Nothing directly uses this file, but the base-64 encoded string
             following "<code class="literal">Key:</code>"
             can be extracted from the file and used as a shared secret:
@@ -519,7 +523,7 @@ nameserver 172.16.72.4
 </div>
 <div class="sect3" lang="en">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="id2571196"></a>Manual Generation</h4></div></div></div>
+<a name="id2571138"></a>Manual Generation</h4></div></div></div>
 <p>
             The shared secret is simply a random sequence of bits, encoded
             in base-64. Most ASCII strings are valid base-64 strings (assuming
@@ -534,7 +538,7 @@ nameserver 172.16.72.4
 </div>
 <div class="sect2" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="id2571214"></a>Copying the Shared Secret to Both Machines</h3></div></div></div>
+<a name="id2571156"></a>Copying the Shared Secret to Both Machines</h3></div></div></div>
 <p>
           This is beyond the scope of DNS. A secure transport mechanism
           should be used. This could be secure FTP, ssh, telephone, etc.
@@ -542,7 +546,7 @@ nameserver 172.16.72.4
 </div>
 <div class="sect2" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="id2571225"></a>Informing the Servers of the Key's Existence</h3></div></div></div>
+<a name="id2571166"></a>Informing the Servers of the Key's Existence</h3></div></div></div>
 <p>
           Imagine <span class="emphasis"><em>host1</em></span> and <span class="emphasis"><em>host 2</em></span>
           are
@@ -550,17 +554,15 @@ nameserver 172.16.72.4
         </p>
 <pre class="programlisting">
 key host1-host2. {
-  algorithm hmac-md5;
+  algorithm hmac-sha256;
   secret "La/E5CjG9O+os1jq0a2jdA==";
 };
 </pre>
 <p>
-          The algorithm, <code class="literal">hmac-md5</code>, is the only one supported by <acronym class="acronym">BIND</acronym>.
           The secret is the one generated above. Since this is a secret, it
-          is recommended that either <code class="filename">named.conf</code> be non-world
-          readable, or the key directive be added to a non-world readable
-          file that is included by
-          <code class="filename">named.conf</code>.
+          is recommended that either <code class="filename">named.conf</code> be
+          non-world readable, or the key directive be added to a non-world
+          readable file that is included by <code class="filename">named.conf</code>.
         </p>
 <p>
           At this point, the key is recognized. This means that if the
@@ -571,7 +573,7 @@ key host1-host2. {
 </div>
 <div class="sect2" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="id2571268"></a>Instructing the Server to Use the Key</h3></div></div></div>
+<a name="id2571203"></a>Instructing the Server to Use the Key</h3></div></div></div>
 <p>
           Since keys are shared between two hosts only, the server must
           be told when keys are to be used. The following is added to the <code class="filename">named.conf</code> file
@@ -603,7 +605,7 @@ server 10.1.2.3 {
 </div>
 <div class="sect2" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="id2571325"></a>TSIG Key Based Access Control</h3></div></div></div>
+<a name="id2571260"></a>TSIG Key Based Access Control</h3></div></div></div>
 <p>
           <acronym class="acronym">BIND</acronym> allows IP addresses and ranges
           to be specified in ACL
@@ -631,7 +633,7 @@ allow-update { key host1-host2. ;};
 </div>
 <div class="sect2" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="id2571510"></a>Errors</h3></div></div></div>
+<a name="id2571445"></a>Errors</h3></div></div></div>
 <p>
           The processing of TSIG signed messages can result in
           several errors. If a signed message is sent to a non-TSIG aware
@@ -657,7 +659,7 @@ allow-update { key host1-host2. ;};
 </div>
 <div class="sect1" lang="en">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="id2571524"></a>TKEY</h2></div></div></div>
+<a name="id2571459"></a>TKEY</h2></div></div></div>
 <p><span><strong class="command">TKEY</strong></span>
         is a mechanism for automatically generating a shared secret
         between two hosts.  There are several "modes" of
@@ -693,7 +695,7 @@ allow-update { key host1-host2. ;};
 </div>
 <div class="sect1" lang="en">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="id2571709"></a>SIG(0)</h2></div></div></div>
+<a name="id2571576"></a>SIG(0)</h2></div></div></div>
 <p>
         <acronym class="acronym">BIND</acronym> 9 partially supports DNSSEC SIG(0)
             transaction signatures as specified in RFC 2535 and RFC 2931.
@@ -754,7 +756,7 @@ allow-update { key host1-host2. ;};
       </p>
 <div class="sect2" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="id2571778"></a>Generating Keys</h3></div></div></div>
+<a name="id2571644"></a>Generating Keys</h3></div></div></div>
 <p>
           The <span><strong class="command">dnssec-keygen</strong></span> program is used to
           generate keys.
@@ -810,7 +812,7 @@ allow-update { key host1-host2. ;};
 </div>
 <div class="sect2" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="id2571925"></a>Signing the Zone</h3></div></div></div>
+<a name="id2571792"></a>Signing the Zone</h3></div></div></div>
 <p>
           The <span><strong class="command">dnssec-signzone</strong></span> program is used
           to sign a zone.
@@ -852,18 +854,21 @@ allow-update { key host1-host2. ;};
 </div>
 <div class="sect2" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="id2572006"></a>Configuring Servers</h3></div></div></div>
+<a name="id2571873"></a>Configuring Servers</h3></div></div></div>
 <p>
           To enable <span><strong class="command">named</strong></span> to respond appropriately
           to DNS requests from DNSSEC aware clients,
           <span><strong class="command">dnssec-enable</strong></span> must be set to yes.
+          (This is the default setting.)
         </p>
 <p>
           To enable <span><strong class="command">named</strong></span> to validate answers from
-          other servers both <span><strong class="command">dnssec-enable</strong></span> and
-          <span><strong class="command">dnssec-validation</strong></span> must be set and some
-          <span><strong class="command">trusted-keys</strong></span> must be configured
-          into <code class="filename">named.conf</code>.
+          other servers, the <span><strong class="command">dnssec-enable</strong></span> and
+          <span><strong class="command">dnssec-validation</strong></span> options must both be
+          set to yes (the default setting in <acronym class="acronym">BIND</acronym> 9.5
+          and later), and at least one trust anchor must be configured
+          with a <span><strong class="command">trusted-keys</strong></span> statement in
+          <code class="filename">named.conf</code>.
         </p>
 <p>
           <span><strong class="command">trusted-keys</strong></span> are copies of DNSKEY RRs
@@ -936,17 +941,50 @@ options {
           None of the keys listed in this example are valid.  In particular,
           the root key is not valid.
         </div>
+<p>
+          When DNSSEC validation is enabled and properly configured,
+          the resolver will reject any answers from signed, secure zones
+          which fail to validate, and will return SERVFAIL to the client.
+        </p>
+<p>
+          Responses may fail to validate for any of several reasons,
+          including missing, expired, or invalid signatures, a key which
+          does not match the DS RRset in the parent zone, or an insecure
+          response from a zone which, according to its parent, should have
+          been secure.  
+        </p>
+<div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
+<h3 class="title">Note</h3>
+<p>
+            When the validator receives a response from an unsigned zone
+            that has a signed parent, it must confirm with the parent
+            that the zone was intentionally left unsigned.  It does
+            this by verifying, via signed and validated NSEC/NSEC3 records,
+            that the parent zone contains no DS records for the child.
+          </p>
+<p>
+            If the validator <span class="emphasis"><em>can</em></span> prove that the zone
+            is insecure, then the response is accepted.  However, if it
+            cannot, then it must assume an insecure response to be a
+            forgery; it rejects the response and logs an error.
+          </p>
+<p>
+            The logged error reads "insecurity proof failed" and
+            "got insecure response; parent indicates it should be secure".
+            (Prior to BIND 9.7, the logged error was "not insecure".
+            This referred to the zone, not the response.)
+          </p>
+</div>
 </div>
 </div>
 <div class="sect1" lang="en">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="id2572220"></a>IPv6 Support in <acronym class="acronym">BIND</acronym> 9</h2></div></div></div>
+<a name="id2572110"></a>IPv6 Support in <acronym class="acronym">BIND</acronym> 9</h2></div></div></div>
 <p>
         <acronym class="acronym">BIND</acronym> 9 fully supports all currently
-        defined forms of IPv6
-        name to address and address to name lookups.  It will also use
-        IPv6 addresses to make queries when running on an IPv6 capable
-        system.
+        defined forms of IPv6 name to address and address to name
+        lookups.  It will also use IPv6 addresses to make queries when
+        running on an IPv6 capable system.
       </p>
 <p>
         For forward lookups, <acronym class="acronym">BIND</acronym> 9 supports
@@ -979,7 +1017,7 @@ options {
       </p>
 <div class="sect2" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="id2572282"></a>Address Lookups Using AAAA Records</h3></div></div></div>
+<a name="id2572172"></a>Address Lookups Using AAAA Records</h3></div></div></div>
 <p>
           The IPv6 AAAA record is a parallel to the IPv4 A record,
           and, unlike the deprecated A6 record, specifies the entire
@@ -998,7 +1036,7 @@ host            3600    IN      AAAA    2001:db8::1
 </div>
 <div class="sect2" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="id2572304"></a>Address to Name Lookups Using Nibble Format</h3></div></div></div>
+<a name="id2572194"></a>Address to Name Lookups Using Nibble Format</h3></div></div></div>
 <p>
           When looking up an address in nibble format, the address
           components are simply reversed, just as in IPv4, and
diff --git a/contrib/bind9/doc/arm/Bv9ARM.ch05.html b/contrib/bind9/doc/arm/Bv9ARM.ch05.html
index addc97ac643d..e84781f89324 100644
--- a/contrib/bind9/doc/arm/Bv9ARM.ch05.html
+++ b/contrib/bind9/doc/arm/Bv9ARM.ch05.html
@@ -1,8 +1,8 @@
 <!--
- - Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2004-2010 Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000-2003 Internet Software Consortium.
  - 
- - Permission to use, copy, modify, and distribute this software for any
+ - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
  - copyright notice and this permission notice appear in all copies.
  - 
@@ -14,7 +14,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: Bv9ARM.ch05.html,v 1.71.48.2 2009/04/03 01:52:21 tbox Exp $ -->
+<!-- $Id: Bv9ARM.ch05.html,v 1.71.48.6 2010/01/24 01:55:26 tbox Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -45,13 +45,13 @@
 <div class="toc">
 <p><b>Table of Contents</b></p>
 <dl>
-<dt><span class="sect1"><a href="Bv9ARM.ch05.html#id2572337">The Lightweight Resolver Library</a></span></dt>
+<dt><span class="sect1"><a href="Bv9ARM.ch05.html#id2572227">The Lightweight Resolver Library</a></span></dt>
 <dt><span class="sect1"><a href="Bv9ARM.ch05.html#lwresd">Running a Resolver Daemon</a></span></dt>
 </dl>
 </div>
 <div class="sect1" lang="en">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="id2572337"></a>The Lightweight Resolver Library</h2></div></div></div>
+<a name="id2572227"></a>The Lightweight Resolver Library</h2></div></div></div>
 <p>
         Traditionally applications have been linked with a stub resolver
         library that sends recursive DNS queries to a local caching name
diff --git a/contrib/bind9/doc/arm/Bv9ARM.ch06.html b/contrib/bind9/doc/arm/Bv9ARM.ch06.html
index 46fd0dd1f6a9..9da3432bc865 100644
--- a/contrib/bind9/doc/arm/Bv9ARM.ch06.html
+++ b/contrib/bind9/doc/arm/Bv9ARM.ch06.html
@@ -1,8 +1,8 @@
 <!--
- - Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2004-2010 Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000-2003 Internet Software Consortium.
  - 
- - Permission to use, copy, modify, and distribute this software for any
+ - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
  - copyright notice and this permission notice appear in all copies.
  - 
@@ -14,7 +14,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: Bv9ARM.ch06.html,v 1.201.14.9 2009/06/03 01:54:40 tbox Exp $ -->
+<!-- $Id: Bv9ARM.ch06.html,v 1.201.14.18 2010/01/24 01:55:25 tbox Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -48,55 +48,55 @@
 <dt><span class="sect1"><a href="Bv9ARM.ch06.html#configuration_file_elements">Configuration File Elements</a></span></dt>
 <dd><dl>
 <dt><span class="sect2"><a href="Bv9ARM.ch06.html#address_match_lists">Address Match Lists</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2573716">Comment Syntax</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2573606">Comment Syntax</a></span></dt>
 </dl></dd>
 <dt><span class="sect1"><a href="Bv9ARM.ch06.html#Configuration_File_Grammar">Configuration File Grammar</a></span></dt>
 <dd><dl>
-<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2574346"><span><strong class="command">acl</strong></span> Statement Grammar</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2574305"><span><strong class="command">acl</strong></span> Statement Grammar</a></span></dt>
 <dt><span class="sect2"><a href="Bv9ARM.ch06.html#acl"><span><strong class="command">acl</strong></span> Statement Definition and
           Usage</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2574536"><span><strong class="command">controls</strong></span> Statement Grammar</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2574494"><span><strong class="command">controls</strong></span> Statement Grammar</a></span></dt>
 <dt><span class="sect2"><a href="Bv9ARM.ch06.html#controls_statement_definition_and_usage"><span><strong class="command">controls</strong></span> Statement Definition and
           Usage</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2574965"><span><strong class="command">include</strong></span> Statement Grammar</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2574982"><span><strong class="command">include</strong></span> Statement Definition and
+<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2574923"><span><strong class="command">include</strong></span> Statement Grammar</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2574940"><span><strong class="command">include</strong></span> Statement Definition and
           Usage</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2575005"><span><strong class="command">key</strong></span> Statement Grammar</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2575029"><span><strong class="command">key</strong></span> Statement Definition and Usage</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2575120"><span><strong class="command">logging</strong></span> Statement Grammar</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2575245"><span><strong class="command">logging</strong></span> Statement Definition and
+<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2574964"><span><strong class="command">key</strong></span> Statement Grammar</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2574987"><span><strong class="command">key</strong></span> Statement Definition and Usage</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2575078"><span><strong class="command">logging</strong></span> Statement Grammar</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2575204"><span><strong class="command">logging</strong></span> Statement Definition and
           Usage</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2577306"><span><strong class="command">lwres</strong></span> Statement Grammar</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2577448"><span><strong class="command">lwres</strong></span> Statement Definition and Usage</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2577512"><span><strong class="command">masters</strong></span> Statement Grammar</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2577556"><span><strong class="command">masters</strong></span> Statement Definition and
+<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2577401"><span><strong class="command">lwres</strong></span> Statement Grammar</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2577475"><span><strong class="command">lwres</strong></span> Statement Definition and Usage</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2577539"><span><strong class="command">masters</strong></span> Statement Grammar</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2577582"><span><strong class="command">masters</strong></span> Statement Definition and
           Usage</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2577571"><span><strong class="command">options</strong></span> Statement Grammar</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2577597"><span><strong class="command">options</strong></span> Statement Grammar</a></span></dt>
 <dt><span class="sect2"><a href="Bv9ARM.ch06.html#options"><span><strong class="command">options</strong></span> Statement Definition and
           Usage</a></span></dt>
 <dt><span class="sect2"><a href="Bv9ARM.ch06.html#server_statement_grammar"><span><strong class="command">server</strong></span> Statement Grammar</a></span></dt>
 <dt><span class="sect2"><a href="Bv9ARM.ch06.html#server_statement_definition_and_usage"><span><strong class="command">server</strong></span> Statement Definition and
             Usage</a></span></dt>
 <dt><span class="sect2"><a href="Bv9ARM.ch06.html#statschannels"><span><strong class="command">statistics-channels</strong></span> Statement Grammar</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2586902"><span><strong class="command">statistics-channels</strong></span> Statement Definition and
+<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2586874"><span><strong class="command">statistics-channels</strong></span> Statement Definition and
             Usage</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2586988"><span><strong class="command">trusted-keys</strong></span> Statement Grammar</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2587040"><span><strong class="command">trusted-keys</strong></span> Statement Definition
+<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2586961"><span><strong class="command">trusted-keys</strong></span> Statement Grammar</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2587080"><span><strong class="command">trusted-keys</strong></span> Statement Definition
             and Usage</a></span></dt>
 <dt><span class="sect2"><a href="Bv9ARM.ch06.html#view_statement_grammar"><span><strong class="command">view</strong></span> Statement Grammar</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2587122"><span><strong class="command">view</strong></span> Statement Definition and Usage</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2587162"><span><strong class="command">view</strong></span> Statement Definition and Usage</a></span></dt>
 <dt><span class="sect2"><a href="Bv9ARM.ch06.html#zone_statement_grammar"><span><strong class="command">zone</strong></span>
             Statement Grammar</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2588659"><span><strong class="command">zone</strong></span> Statement Definition and Usage</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2588567"><span><strong class="command">zone</strong></span> Statement Definition and Usage</a></span></dt>
 </dl></dd>
-<dt><span class="sect1"><a href="Bv9ARM.ch06.html#id2591138">Zone File</a></span></dt>
+<dt><span class="sect1"><a href="Bv9ARM.ch06.html#id2591182">Zone File</a></span></dt>
 <dd><dl>
 <dt><span class="sect2"><a href="Bv9ARM.ch06.html#types_of_resource_records_and_when_to_use_them">Types of Resource Records and When to Use Them</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2593300">Discussion of MX Records</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2593413">Discussion of MX Records</a></span></dt>
 <dt><span class="sect2"><a href="Bv9ARM.ch06.html#Setting_TTLs">Setting TTLs</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2593915">Inverse Mapping in IPv4</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2594042">Other Zone File Directives</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2594368"><acronym class="acronym">BIND</acronym> Master File Extension: the  <span><strong class="command">$GENERATE</strong></span> Directive</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2593960">Inverse Mapping in IPv4</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2594155">Other Zone File Directives</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2594565"><acronym class="acronym">BIND</acronym> Master File Extension: the  <span><strong class="command">$GENERATE</strong></span> Directive</a></span></dt>
 <dt><span class="sect2"><a href="Bv9ARM.ch06.html#zonefile_format">Additional File Formats</a></span></dt>
 </dl></dd>
 <dt><span class="sect1"><a href="Bv9ARM.ch06.html#statistics">BIND9 Statistics</a></span></dt>
@@ -461,7 +461,7 @@
 <a name="address_match_lists"></a>Address Match Lists</h3></div></div></div>
 <div class="sect3" lang="en">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="id2573414"></a>Syntax</h4></div></div></div>
+<a name="id2573372"></a>Syntax</h4></div></div></div>
 <pre class="programlisting"><code class="varname">address_match_list</code> = address_match_list_element ;
   [<span class="optional"> address_match_list_element; ... </span>]
 <code class="varname">address_match_list_element</code> = [<span class="optional"> ! </span>] (ip_address [<span class="optional">/length</span>] |
@@ -470,7 +470,7 @@
 </div>
 <div class="sect3" lang="en">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="id2573442"></a>Definition and Usage</h4></div></div></div>
+<a name="id2573468"></a>Definition and Usage</h4></div></div></div>
 <p>
             Address match lists are primarily used to determine access
             control for various server operations. They are also used in
@@ -554,7 +554,7 @@
 </div>
 <div class="sect2" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="id2573716"></a>Comment Syntax</h3></div></div></div>
+<a name="id2573606"></a>Comment Syntax</h3></div></div></div>
 <p>
           The <acronym class="acronym">BIND</acronym> 9 comment syntax allows for
           comments to appear
@@ -564,7 +564,7 @@
         </p>
 <div class="sect3" lang="en">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="id2573731"></a>Syntax</h4></div></div></div>
+<a name="id2573621"></a>Syntax</h4></div></div></div>
 <p>
             </p>
 <pre class="programlisting">/* This is a <acronym class="acronym">BIND</acronym> comment as in C */</pre>
@@ -579,7 +579,7 @@
 </div>
 <div class="sect3" lang="en">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="id2573761"></a>Definition and Usage</h4></div></div></div>
+<a name="id2573651"></a>Definition and Usage</h4></div></div></div>
 <p>
             Comments may appear anywhere that whitespace may appear in
             a <acronym class="acronym">BIND</acronym> configuration file.
@@ -820,7 +820,7 @@
       </p>
 <div class="sect2" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="id2574346"></a><span><strong class="command">acl</strong></span> Statement Grammar</h3></div></div></div>
+<a name="id2574305"></a><span><strong class="command">acl</strong></span> Statement Grammar</h3></div></div></div>
 <pre class="programlisting"><span><strong class="command">acl</strong></span> acl-name {
     address_match_list
 };
@@ -902,7 +902,7 @@
 </div>
 <div class="sect2" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="id2574536"></a><span><strong class="command">controls</strong></span> Statement Grammar</h3></div></div></div>
+<a name="id2574494"></a><span><strong class="command">controls</strong></span> Statement Grammar</h3></div></div></div>
 <pre class="programlisting"><span><strong class="command">controls</strong></span> {
    [ inet ( ip_addr | * ) [ port ip_port ] allow { <em class="replaceable"><code> address_match_list </code></em> }
                 keys { <em class="replaceable"><code>key_list</code></em> }; ]
@@ -1024,12 +1024,12 @@
 </div>
 <div class="sect2" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="id2574965"></a><span><strong class="command">include</strong></span> Statement Grammar</h3></div></div></div>
+<a name="id2574923"></a><span><strong class="command">include</strong></span> Statement Grammar</h3></div></div></div>
 <pre class="programlisting"><span><strong class="command">include</strong></span> <em class="replaceable"><code>filename</code></em>;</pre>
 </div>
 <div class="sect2" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="id2574982"></a><span><strong class="command">include</strong></span> Statement Definition and
+<a name="id2574940"></a><span><strong class="command">include</strong></span> Statement Definition and
           Usage</h3></div></div></div>
 <p>
           The <span><strong class="command">include</strong></span> statement inserts the
@@ -1044,7 +1044,7 @@
 </div>
 <div class="sect2" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="id2575005"></a><span><strong class="command">key</strong></span> Statement Grammar</h3></div></div></div>
+<a name="id2574964"></a><span><strong class="command">key</strong></span> Statement Grammar</h3></div></div></div>
 <pre class="programlisting"><span><strong class="command">key</strong></span> <em class="replaceable"><code>key_id</code></em> {
     algorithm <em class="replaceable"><code>string</code></em>;
     secret <em class="replaceable"><code>string</code></em>;
@@ -1053,7 +1053,7 @@
 </div>
 <div class="sect2" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="id2575029"></a><span><strong class="command">key</strong></span> Statement Definition and Usage</h3></div></div></div>
+<a name="id2574987"></a><span><strong class="command">key</strong></span> Statement Definition and Usage</h3></div></div></div>
 <p>
           The <span><strong class="command">key</strong></span> statement defines a shared
           secret key for use with TSIG (see <a href="Bv9ARM.ch04.html#tsig" title="TSIG">the section called &#8220;TSIG&#8221;</a>)
@@ -1100,7 +1100,7 @@
 </div>
 <div class="sect2" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="id2575120"></a><span><strong class="command">logging</strong></span> Statement Grammar</h3></div></div></div>
+<a name="id2575078"></a><span><strong class="command">logging</strong></span> Statement Grammar</h3></div></div></div>
 <pre class="programlisting"><span><strong class="command">logging</strong></span> {
    [ <span><strong class="command">channel</strong></span> <em class="replaceable"><code>channel_name</code></em> {
      ( <span><strong class="command">file</strong></span> <em class="replaceable"><code>path_name</code></em>
@@ -1124,7 +1124,7 @@
 </div>
 <div class="sect2" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="id2575245"></a><span><strong class="command">logging</strong></span> Statement Definition and
+<a name="id2575204"></a><span><strong class="command">logging</strong></span> Statement Definition and
           Usage</h3></div></div></div>
 <p>
           The <span><strong class="command">logging</strong></span> statement configures a
@@ -1158,7 +1158,7 @@
         </p>
 <div class="sect3" lang="en">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="id2575298"></a>The <span><strong class="command">channel</strong></span> Phrase</h4></div></div></div>
+<a name="id2575256"></a>The <span><strong class="command">channel</strong></span> Phrase</h4></div></div></div>
 <p>
             All log output goes to one or more <span class="emphasis"><em>channels</em></span>;
             you can make as many of them as you want.
@@ -1666,8 +1666,7 @@ category notify { null; };
                     <p>
                       Lame servers.  These are misconfigurations
                       in remote servers, discovered by BIND 9 when trying to
-                      query
-                      those servers during resolution.
+                      query those servers during resolution.
                     </p>
                   </td>
 </tr>
@@ -1724,7 +1723,7 @@ category notify { null; };
 </div>
 <div class="sect3" lang="en">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="id2576793"></a>The <span><strong class="command">query-errors</strong></span> Category</h4></div></div></div>
+<a name="id2576820"></a>The <span><strong class="command">query-errors</strong></span> Category</h4></div></div></div>
 <p>
             The <span><strong class="command">query-errors</strong></span> category is
             specifically intended for debugging purposes: To identify
@@ -1944,7 +1943,7 @@ category notify { null; };
 </div>
 <div class="sect2" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="id2577306"></a><span><strong class="command">lwres</strong></span> Statement Grammar</h3></div></div></div>
+<a name="id2577401"></a><span><strong class="command">lwres</strong></span> Statement Grammar</h3></div></div></div>
 <p>
            This is the grammar of the <span><strong class="command">lwres</strong></span>
           statement in the <code class="filename">named.conf</code> file:
@@ -1959,7 +1958,7 @@ category notify { null; };
 </div>
 <div class="sect2" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="id2577448"></a><span><strong class="command">lwres</strong></span> Statement Definition and Usage</h3></div></div></div>
+<a name="id2577475"></a><span><strong class="command">lwres</strong></span> Statement Definition and Usage</h3></div></div></div>
 <p>
           The <span><strong class="command">lwres</strong></span> statement configures the
           name
@@ -2010,14 +2009,14 @@ category notify { null; };
 </div>
 <div class="sect2" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="id2577512"></a><span><strong class="command">masters</strong></span> Statement Grammar</h3></div></div></div>
+<a name="id2577539"></a><span><strong class="command">masters</strong></span> Statement Grammar</h3></div></div></div>
 <pre class="programlisting">
 <span><strong class="command">masters</strong></span> <em class="replaceable"><code>name</code></em> [<span class="optional">port <em class="replaceable"><code>ip_port</code></em></span>] { ( <em class="replaceable"><code>masters_list</code></em> | <em class="replaceable"><code>ip_addr</code></em> [<span class="optional">port <em class="replaceable"><code>ip_port</code></em></span>] [<span class="optional">key <em class="replaceable"><code>key</code></em></span>] ) ; [<span class="optional">...</span>] };
 </pre>
 </div>
 <div class="sect2" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="id2577556"></a><span><strong class="command">masters</strong></span> Statement Definition and
+<a name="id2577582"></a><span><strong class="command">masters</strong></span> Statement Definition and
           Usage</h3></div></div></div>
 <p><span><strong class="command">masters</strong></span>
           lists allow for a common set of masters to be easily used by
@@ -2026,7 +2025,7 @@ category notify { null; };
 </div>
 <div class="sect2" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="id2577571"></a><span><strong class="command">options</strong></span> Statement Grammar</h3></div></div></div>
+<a name="id2577597"></a><span><strong class="command">options</strong></span> Statement Grammar</h3></div></div></div>
 <p>
           This is the grammar of the <span><strong class="command">options</strong></span>
           statement in the <code class="filename">named.conf</code> file:
@@ -2115,7 +2114,7 @@ category notify { null; };
         [<span class="optional"> port ( <em class="replaceable"><code>ip_port</code></em> | <em class="replaceable"><code>*</code></em> ) </span>] ) ; </span>]
     [<span class="optional"> use-queryport-pool <em class="replaceable"><code>yes_or_no</code></em>; </span>]
     [<span class="optional"> queryport-pool-ports <em class="replaceable"><code>number</code></em>; </span>]
-    [<span class="optional"> queryport-pool-interval <em class="replaceable"><code>number</code></em>; </span>]
+    [<span class="optional"> queryport-pool-updateinterval <em class="replaceable"><code>number</code></em>; </span>]
     [<span class="optional"> max-transfer-time-in <em class="replaceable"><code>number</code></em>; </span>]
     [<span class="optional"> max-transfer-time-out <em class="replaceable"><code>number</code></em>; </span>]
     [<span class="optional"> max-transfer-idle-in <em class="replaceable"><code>number</code></em>; </span>]
@@ -2156,7 +2155,7 @@ category notify { null; };
     [<span class="optional"> lame-ttl <em class="replaceable"><code>number</code></em>; </span>]
     [<span class="optional"> max-ncache-ttl <em class="replaceable"><code>number</code></em>; </span>]
     [<span class="optional"> max-cache-ttl <em class="replaceable"><code>number</code></em>; </span>]
-    [<span class="optional"> sig-validity-interval <em class="replaceable"><code>number</code></em> ; </span>]
+    [<span class="optional"> sig-validity-interval <em class="replaceable"><code>number</code></em> [<span class="optional"><em class="replaceable"><code>number</code></em></span>] ; </span>]
     [<span class="optional"> sig-signing-nodes <em class="replaceable"><code>number</code></em> ; </span>]
     [<span class="optional"> sig-signing-signatures <em class="replaceable"><code>number</code></em> ; </span>]
     [<span class="optional"> sig-signing-type <em class="replaceable"><code>number</code></em> ; </span>]
@@ -2228,11 +2227,12 @@ category notify { null; };
 <dt><span class="term"><span><strong class="command">key-directory</strong></span></span></dt>
 <dd><p>
                 When performing dynamic update of secure zones, the
-                directory where the public and private key files should be
-                found,
-                if different than the current working directory.  The
-                directory specified
-                must be an absolute path.
+                directory where the public and private DNSSEC key files
+                should be found, if different than the current working
+                directory.  The directory specified must be an absolute
+                path.  (Note that this option has no effect on the paths
+                for files containing non-DNSSEC keys such as the
+                <code class="filename">rndc.key</code>.
               </p></dd>
 <dt><span class="term"><span><strong class="command">named-xfer</strong></span></span></dt>
 <dd><p>
@@ -2990,18 +2990,22 @@ options {
                 </p>
 </dd>
 <dt><span class="term"><span><strong class="command">match-mapped-addresses</strong></span></span></dt>
-<dd><p>
+<dd>
+<p>
                   If <strong class="userinput"><code>yes</code></strong>, then an
                   IPv4-mapped IPv6 address will match any address match
                   list entries that match the corresponding IPv4 address.
-                  Enabling this option is sometimes useful on IPv6-enabled
-                  Linux
-                  systems, to work around a kernel quirk that causes IPv4
-                  TCP connections such as zone transfers to be accepted
-                  on an IPv6 socket using mapped addresses, causing
-                  address match lists designed for IPv4 to fail to match.
-                  The use of this option for any other purpose is discouraged.
-                </p></dd>
+                </p>
+<p>
+                  This option was introduced to work around a kernel quirk
+                  in some operating systems that causes IPv4 TCP
+                  connections, such as zone transfers, to be accepted on an
+                  IPv6 socket using mapped addresses.  This caused address
+                  match lists designed for IPv4 to fail to match.  However,
+                  <span><strong class="command">named</strong></span> now solves this problem
+                  internally.  The use of this option is discouraged.
+                </p>
+</dd>
 <dt><span class="term"><span><strong class="command">ixfr-from-differences</strong></span></span></dt>
 <dd>
 <p>
@@ -3181,7 +3185,7 @@ options {
 </div>
 <div class="sect3" lang="en">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="id2581747"></a>Forwarding</h4></div></div></div>
+<a name="id2581856"></a>Forwarding</h4></div></div></div>
 <p>
             The forwarding facility can be used to create a large site-wide
             cache on a few servers, reducing traffic over links to external
@@ -3225,7 +3229,7 @@ options {
 </div>
 <div class="sect3" lang="en">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="id2581874"></a>Dual-stack Servers</h4></div></div></div>
+<a name="id2581914"></a>Dual-stack Servers</h4></div></div></div>
 <p>
             Dual-stack servers are used as servers of last resort to work
             around
@@ -3422,7 +3426,7 @@ options {
 </div>
 <div class="sect3" lang="en">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="id2582379"></a>Interfaces</h4></div></div></div>
+<a name="id2582420"></a>Interfaces</h4></div></div></div>
 <p>
             The interfaces and ports that the server will answer queries
             from may be specified using the <span><strong class="command">listen-on</strong></span> option. <span><strong class="command">listen-on</strong></span> takes
@@ -3874,7 +3878,7 @@ avoid-v6-udp-ports {};
 </div>
 <div class="sect3" lang="en">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="id2583582"></a>UDP Port Lists</h4></div></div></div>
+<a name="id2583691"></a>UDP Port Lists</h4></div></div></div>
 <p>
             <span><strong class="command">use-v4-udp-ports</strong></span>,
             <span><strong class="command">avoid-v4-udp-ports</strong></span>,
@@ -3916,7 +3920,7 @@ avoid-v6-udp-ports { 40000; range 50000 60000; };
 </div>
 <div class="sect3" lang="en">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="id2583642"></a>Operating System Resource Limits</h4></div></div></div>
+<a name="id2583751"></a>Operating System Resource Limits</h4></div></div></div>
 <p>
             The server's usage of many system resources can be limited.
             Scaled values are allowed when specifying resource limits.  For
@@ -4078,7 +4082,7 @@ avoid-v6-udp-ports { 40000; range 50000 60000; };
 </div>
 <div class="sect3" lang="en">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="id2584065"></a>Periodic Task Intervals</h4></div></div></div>
+<a name="id2584173"></a>Periodic Task Intervals</h4></div></div></div>
 <div class="variablelist"><dl>
 <dt><span class="term"><span><strong class="command">cleaning-interval</strong></span></span></dt>
 <dd><p>
@@ -4602,7 +4606,7 @@ avoid-v6-udp-ports { 40000; range 50000 60000; };
 <dt><span class="term"><span><strong class="command">notify-delay</strong></span></span></dt>
 <dd><p>
                   The delay, in seconds, between sending sets of notify
-                  messages for a zone.  The default is zero.
+                  messages for a zone.  The default is five (5) seconds.
                 </p></dd>
 </dl></div>
 </div>
@@ -4872,7 +4876,7 @@ avoid-v6-udp-ports { 40000; range 50000 60000; };
     [<span class="optional"> query-source-v6 [<span class="optional"> address ( <em class="replaceable"><code>ip_addr</code></em> | <em class="replaceable"><code>*</code></em> ) </span>] [<span class="optional"> port ( <em class="replaceable"><code>ip_port</code></em> | <em class="replaceable"><code>*</code></em> ) </span>]; </span>]
     [<span class="optional"> use-queryport-pool <em class="replaceable"><code>yes_or_no</code></em>; </span>]
     [<span class="optional"> queryport-pool-ports <em class="replaceable"><code>number</code></em>; </span>]
-    [<span class="optional"> queryport-pool-interval <em class="replaceable"><code>number</code></em>; </span>]
+    [<span class="optional"> queryport-pool-updateinterval <em class="replaceable"><code>number</code></em>; </span>]
 };
 </pre>
 </div>
@@ -5056,7 +5060,7 @@ avoid-v6-udp-ports { 40000; range 50000 60000; };
 </div>
 <div class="sect2" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="id2586902"></a><span><strong class="command">statistics-channels</strong></span> Statement Definition and
+<a name="id2586874"></a><span><strong class="command">statistics-channels</strong></span> Statement Definition and
             Usage</h3></div></div></div>
 <p>
           The <span><strong class="command">statistics-channels</strong></span> statement
@@ -5107,7 +5111,7 @@ avoid-v6-udp-ports { 40000; range 50000 60000; };
 </div>
 <div class="sect2" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="id2586988"></a><span><strong class="command">trusted-keys</strong></span> Statement Grammar</h3></div></div></div>
+<a name="id2586961"></a><span><strong class="command">trusted-keys</strong></span> Statement Grammar</h3></div></div></div>
 <pre class="programlisting"><span><strong class="command">trusted-keys</strong></span> {
     <em class="replaceable"><code>string</code></em> <em class="replaceable"><code>number</code></em> <em class="replaceable"><code>number</code></em> <em class="replaceable"><code>number</code></em> <em class="replaceable"><code>string</code></em> ;
     [<span class="optional"> <em class="replaceable"><code>string</code></em> <em class="replaceable"><code>number</code></em> <em class="replaceable"><code>number</code></em> <em class="replaceable"><code>number</code></em> <em class="replaceable"><code>string</code></em> ; [<span class="optional">...</span>]</span>]
@@ -5116,7 +5120,7 @@ avoid-v6-udp-ports { 40000; range 50000 60000; };
 </div>
 <div class="sect2" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="id2587040"></a><span><strong class="command">trusted-keys</strong></span> Statement Definition
+<a name="id2587080"></a><span><strong class="command">trusted-keys</strong></span> Statement Definition
             and Usage</h3></div></div></div>
 <p>
             The <span><strong class="command">trusted-keys</strong></span> statement defines
@@ -5162,7 +5166,7 @@ avoid-v6-udp-ports { 40000; range 50000 60000; };
 </div>
 <div class="sect2" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="id2587122"></a><span><strong class="command">view</strong></span> Statement Definition and Usage</h3></div></div></div>
+<a name="id2587162"></a><span><strong class="command">view</strong></span> Statement Definition and Usage</h3></div></div></div>
 <p>
             The <span><strong class="command">view</strong></span> statement is a powerful
             feature
@@ -5315,7 +5319,7 @@ view "external" {
     [<span class="optional"> notify-source (<em class="replaceable"><code>ip4_addr</code></em> | <code class="constant">*</code>) [<span class="optional">port <em class="replaceable"><code>ip_port</code></em></span>] ; </span>]
     [<span class="optional"> notify-source-v6 (<em class="replaceable"><code>ip6_addr</code></em> | <code class="constant">*</code>) [<span class="optional">port <em class="replaceable"><code>ip_port</code></em></span>] ; </span>]
     [<span class="optional"> zone-statistics <em class="replaceable"><code>yes_or_no</code></em> ; </span>]
-    [<span class="optional"> sig-validity-interval <em class="replaceable"><code>number</code></em> ; </span>]
+    [<span class="optional"> sig-validity-interval <em class="replaceable"><code>number</code></em> [<span class="optional"><em class="replaceable"><code>number</code></em></span>] ; </span>]
     [<span class="optional"> sig-signing-nodes <em class="replaceable"><code>number</code></em> ; </span>]
     [<span class="optional"> sig-signing-signatures <em class="replaceable"><code>number</code></em> ; </span>]
     [<span class="optional"> sig-signing-type <em class="replaceable"><code>number</code></em> ; </span>]
@@ -5428,10 +5432,10 @@ zone <em class="replaceable"><code>zone_name</code></em> [<span class="optional"
 </div>
 <div class="sect2" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="id2588659"></a><span><strong class="command">zone</strong></span> Statement Definition and Usage</h3></div></div></div>
+<a name="id2588567"></a><span><strong class="command">zone</strong></span> Statement Definition and Usage</h3></div></div></div>
 <div class="sect3" lang="en">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="id2588666"></a>Zone Types</h4></div></div></div>
+<a name="id2588574"></a>Zone Types</h4></div></div></div>
 <div class="informaltable"><table border="1">
 <colgroup>
 <col>
@@ -5642,7 +5646,7 @@ zone <em class="replaceable"><code>zone_name</code></em> [<span class="optional"
 </div>
 <div class="sect3" lang="en">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="id2589094"></a>Class</h4></div></div></div>
+<a name="id2589070"></a>Class</h4></div></div></div>
 <p>
               The zone's name may optionally be followed by a class. If
               a class is not specified, class <code class="literal">IN</code> (for <code class="varname">Internet</code>),
@@ -5664,7 +5668,7 @@ zone <em class="replaceable"><code>zone_name</code></em> [<span class="optional"
 </div>
 <div class="sect3" lang="en">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="id2589127"></a>Zone Options</h4></div></div></div>
+<a name="id2589172"></a>Zone Options</h4></div></div></div>
 <div class="variablelist"><dl>
 <dt><span class="term"><span><strong class="command">allow-notify</strong></span></span></dt>
 <dd><p>
@@ -6243,7 +6247,7 @@ zone <em class="replaceable"><code>zone_name</code></em> [<span class="optional"
 </div>
 <div class="sect1" lang="en">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="id2591138"></a>Zone File</h2></div></div></div>
+<a name="id2591182"></a>Zone File</h2></div></div></div>
 <div class="sect2" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="types_of_resource_records_and_when_to_use_them"></a>Types of Resource Records and When to Use Them</h3></div></div></div>
@@ -6256,7 +6260,7 @@ zone <em class="replaceable"><code>zone_name</code></em> [<span class="optional"
           </p>
 <div class="sect3" lang="en">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="id2591156"></a>Resource Records</h4></div></div></div>
+<a name="id2591201"></a>Resource Records</h4></div></div></div>
 <p>
               A domain name identifies a node.  Each node has a set of
               resource information, which may be empty.  The set of resource
@@ -6993,7 +6997,7 @@ zone <em class="replaceable"><code>zone_name</code></em> [<span class="optional"
 </div>
 <div class="sect3" lang="en">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="id2592779"></a>Textual expression of RRs</h4></div></div></div>
+<a name="id2592824"></a>Textual expression of RRs</h4></div></div></div>
 <p>
               RRs are represented in binary form in the packets of the DNS
               protocol, and are usually represented in highly encoded form
@@ -7196,7 +7200,7 @@ zone <em class="replaceable"><code>zone_name</code></em> [<span class="optional"
 </div>
 <div class="sect2" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="id2593300"></a>Discussion of MX Records</h3></div></div></div>
+<a name="id2593413"></a>Discussion of MX Records</h3></div></div></div>
 <p>
             As described above, domain servers store information as a
             series of resource records, each of which contains a particular
@@ -7452,7 +7456,7 @@ zone <em class="replaceable"><code>zone_name</code></em> [<span class="optional"
 </div>
 <div class="sect2" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="id2593915"></a>Inverse Mapping in IPv4</h3></div></div></div>
+<a name="id2593960"></a>Inverse Mapping in IPv4</h3></div></div></div>
 <p>
             Reverse name resolution (that is, translation from IP address
             to name) is achieved by means of the <span class="emphasis"><em>in-addr.arpa</em></span> domain
@@ -7513,7 +7517,7 @@ zone <em class="replaceable"><code>zone_name</code></em> [<span class="optional"
 </div>
 <div class="sect2" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="id2594042"></a>Other Zone File Directives</h3></div></div></div>
+<a name="id2594155"></a>Other Zone File Directives</h3></div></div></div>
 <p>
             The Master File Format was initially defined in RFC 1035 and
             has subsequently been extended. While the Master File Format
@@ -7528,7 +7532,18 @@ zone <em class="replaceable"><code>zone_name</code></em> [<span class="optional"
           </p>
 <div class="sect3" lang="en">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="id2594201"></a>The <span><strong class="command">$ORIGIN</strong></span> Directive</h4></div></div></div>
+<a name="id2594178"></a>The <span><strong class="command">@</strong></span> (at-sign)</h4></div></div></div>
+<p>
+              When used in the label (or name) field, the asperand or
+              at-sign (@) symbol represents the current origin.
+              At the start of the zone file, it is the 
+              &lt;<code class="varname">zone_name</code>&gt; (followed by
+              trailing dot).
+            </p>
+</div>
+<div class="sect3" lang="en">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="id2594194"></a>The <span><strong class="command">$ORIGIN</strong></span> Directive</h4></div></div></div>
 <p>
               Syntax: <span><strong class="command">$ORIGIN</strong></span>
               <em class="replaceable"><code>domain-name</code></em>
@@ -7538,7 +7553,8 @@ zone <em class="replaceable"><code>zone_name</code></em> [<span class="optional"
               sets the domain name that will be appended to any
               unqualified records. When a zone is first read in there
               is an implicit <span><strong class="command">$ORIGIN</strong></span>
-              &lt;<code class="varname">zone-name</code>&gt;<span><strong class="command">.</strong></span>
+              &lt;<code class="varname">zone_name</code>&gt;<span><strong class="command">.</strong></span>
+              (followed by trailing dot).
               The current <span><strong class="command">$ORIGIN</strong></span> is appended to
               the domain specified in the <span><strong class="command">$ORIGIN</strong></span>
               argument if it is not absolute.
@@ -7556,7 +7572,7 @@ WWW.EXAMPLE.COM. CNAME MAIN-SERVER.EXAMPLE.COM.
 </div>
 <div class="sect3" lang="en">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="id2594262"></a>The <span><strong class="command">$INCLUDE</strong></span> Directive</h4></div></div></div>
+<a name="id2594391"></a>The <span><strong class="command">$INCLUDE</strong></span> Directive</h4></div></div></div>
 <p>
               Syntax: <span><strong class="command">$INCLUDE</strong></span>
               <em class="replaceable"><code>filename</code></em>
@@ -7592,7 +7608,7 @@ WWW.EXAMPLE.COM. CNAME MAIN-SERVER.EXAMPLE.COM.
 </div>
 <div class="sect3" lang="en">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="id2594331"></a>The <span><strong class="command">$TTL</strong></span> Directive</h4></div></div></div>
+<a name="id2594460"></a>The <span><strong class="command">$TTL</strong></span> Directive</h4></div></div></div>
 <p>
               Syntax: <span><strong class="command">$TTL</strong></span>
               <em class="replaceable"><code>default-ttl</code></em>
@@ -7611,7 +7627,7 @@ WWW.EXAMPLE.COM. CNAME MAIN-SERVER.EXAMPLE.COM.
 </div>
 <div class="sect2" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="id2594368"></a><acronym class="acronym">BIND</acronym> Master File Extension: the  <span><strong class="command">$GENERATE</strong></span> Directive</h3></div></div></div>
+<a name="id2594565"></a><acronym class="acronym">BIND</acronym> Master File Extension: the  <span><strong class="command">$GENERATE</strong></span> Directive</h3></div></div></div>
 <p>
             Syntax: <span><strong class="command">$GENERATE</strong></span>
             <em class="replaceable"><code>range</code></em>
@@ -8002,7 +8018,7 @@ $GENERATE 1-127 $ CNAME $.0</pre>
           </p>
 <div class="sect3" lang="en">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="id2595364"></a>Name Server Statistics Counters</h4></div></div></div>
+<a name="id2595493"></a>Name Server Statistics Counters</h4></div></div></div>
 <div class="informaltable"><table border="1">
 <colgroup>
 <col>
@@ -8559,7 +8575,7 @@ $GENERATE 1-127 $ CNAME $.0</pre>
 </div>
 <div class="sect3" lang="en">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="id2596905"></a>Zone Maintenance Statistics Counters</h4></div></div></div>
+<a name="id2596966"></a>Zone Maintenance Statistics Counters</h4></div></div></div>
 <div class="informaltable"><table border="1">
 <colgroup>
 <col>
@@ -8713,7 +8729,7 @@ $GENERATE 1-127 $ CNAME $.0</pre>
 </div>
 <div class="sect3" lang="en">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="id2597288"></a>Resolver Statistics Counters</h4></div></div></div>
+<a name="id2597349"></a>Resolver Statistics Counters</h4></div></div></div>
 <div class="informaltable"><table border="1">
 <colgroup>
 <col>
@@ -9089,7 +9105,7 @@ $GENERATE 1-127 $ CNAME $.0</pre>
 </div>
 <div class="sect3" lang="en">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="id2598307"></a>Socket I/O Statistics Counters</h4></div></div></div>
+<a name="id2598368"></a>Socket I/O Statistics Counters</h4></div></div></div>
 <p>
               Socket I/O statistics counters are defined per socket
               types, which are
@@ -9244,7 +9260,7 @@ $GENERATE 1-127 $ CNAME $.0</pre>
 </div>
 <div class="sect3" lang="en">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="id2598817"></a>Compatibility with <span class="emphasis"><em>BIND</em></span> 8 Counters</h4></div></div></div>
+<a name="id2598877"></a>Compatibility with <span class="emphasis"><em>BIND</em></span> 8 Counters</h4></div></div></div>
 <p>
               Most statistics counters that were available
               in <span><strong class="command">BIND</strong></span> 8 are also supported in
diff --git a/contrib/bind9/doc/arm/Bv9ARM.ch07.html b/contrib/bind9/doc/arm/Bv9ARM.ch07.html
index ca12cb3c4357..dd6991c50401 100644
--- a/contrib/bind9/doc/arm/Bv9ARM.ch07.html
+++ b/contrib/bind9/doc/arm/Bv9ARM.ch07.html
@@ -1,8 +1,8 @@
 <!--
- - Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2004-2010 Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000-2003 Internet Software Consortium.
  - 
- - Permission to use, copy, modify, and distribute this software for any
+ - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
  - copyright notice and this permission notice appear in all copies.
  - 
@@ -14,7 +14,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: Bv9ARM.ch07.html,v 1.178.14.6 2009/06/03 01:54:39 tbox Exp $ -->
+<!-- $Id: Bv9ARM.ch07.html,v 1.178.14.13 2010/01/24 01:55:26 tbox Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -46,10 +46,10 @@
 <p><b>Table of Contents</b></p>
 <dl>
 <dt><span class="sect1"><a href="Bv9ARM.ch07.html#Access_Control_Lists">Access Control Lists</a></span></dt>
-<dt><span class="sect1"><a href="Bv9ARM.ch07.html#id2598990"><span><strong class="command">Chroot</strong></span> and <span><strong class="command">Setuid</strong></span></a></span></dt>
+<dt><span class="sect1"><a href="Bv9ARM.ch07.html#id2599120"><span><strong class="command">Chroot</strong></span> and <span><strong class="command">Setuid</strong></span></a></span></dt>
 <dd><dl>
-<dt><span class="sect2"><a href="Bv9ARM.ch07.html#id2599072">The <span><strong class="command">chroot</strong></span> Environment</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch07.html#id2599268">Using the <span><strong class="command">setuid</strong></span> Function</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch07.html#id2599201">The <span><strong class="command">chroot</strong></span> Environment</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch07.html#id2599329">Using the <span><strong class="command">setuid</strong></span> Function</a></span></dt>
 </dl></dd>
 <dt><span class="sect1"><a href="Bv9ARM.ch07.html#dynamic_update_security">Dynamic Update Security</a></span></dt>
 </dl>
@@ -119,7 +119,7 @@ zone "example.com" {
 </div>
 <div class="sect1" lang="en">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="id2598990"></a><span><strong class="command">Chroot</strong></span> and <span><strong class="command">Setuid</strong></span>
+<a name="id2599120"></a><span><strong class="command">Chroot</strong></span> and <span><strong class="command">Setuid</strong></span>
 </h2></div></div></div>
 <p>
           On UNIX servers, it is possible to run <acronym class="acronym">BIND</acronym>
@@ -145,7 +145,7 @@ zone "example.com" {
         </p>
 <div class="sect2" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="id2599072"></a>The <span><strong class="command">chroot</strong></span> Environment</h3></div></div></div>
+<a name="id2599201"></a>The <span><strong class="command">chroot</strong></span> Environment</h3></div></div></div>
 <p>
             In order for a <span><strong class="command">chroot</strong></span> environment
             to
@@ -173,7 +173,7 @@ zone "example.com" {
 </div>
 <div class="sect2" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="id2599268"></a>Using the <span><strong class="command">setuid</strong></span> Function</h3></div></div></div>
+<a name="id2599329"></a>Using the <span><strong class="command">setuid</strong></span> Function</h3></div></div></div>
 <p>
             Prior to running the <span><strong class="command">named</strong></span> daemon,
             use
diff --git a/contrib/bind9/doc/arm/Bv9ARM.ch08.html b/contrib/bind9/doc/arm/Bv9ARM.ch08.html
index 5e547eb48e01..8b5ebbed550b 100644
--- a/contrib/bind9/doc/arm/Bv9ARM.ch08.html
+++ b/contrib/bind9/doc/arm/Bv9ARM.ch08.html
@@ -1,8 +1,8 @@
 <!--
- - Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2004-2010 Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000-2003 Internet Software Consortium.
  - 
- - Permission to use, copy, modify, and distribute this software for any
+ - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
  - copyright notice and this permission notice appear in all copies.
  - 
@@ -14,7 +14,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: Bv9ARM.ch08.html,v 1.178.14.6 2009/06/03 01:54:39 tbox Exp $ -->
+<!-- $Id: Bv9ARM.ch08.html,v 1.178.14.13 2010/01/24 01:55:24 tbox Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -45,18 +45,18 @@
 <div class="toc">
 <p><b>Table of Contents</b></p>
 <dl>
-<dt><span class="sect1"><a href="Bv9ARM.ch08.html#id2599348">Common Problems</a></span></dt>
-<dd><dl><dt><span class="sect2"><a href="Bv9ARM.ch08.html#id2599353">It's not working; how can I figure out what's wrong?</a></span></dt></dl></dd>
-<dt><span class="sect1"><a href="Bv9ARM.ch08.html#id2599365">Incrementing and Changing the Serial Number</a></span></dt>
-<dt><span class="sect1"><a href="Bv9ARM.ch08.html#id2599382">Where Can I Get Help?</a></span></dt>
+<dt><span class="sect1"><a href="Bv9ARM.ch08.html#id2599409">Common Problems</a></span></dt>
+<dd><dl><dt><span class="sect2"><a href="Bv9ARM.ch08.html#id2599414">It's not working; how can I figure out what's wrong?</a></span></dt></dl></dd>
+<dt><span class="sect1"><a href="Bv9ARM.ch08.html#id2599426">Incrementing and Changing the Serial Number</a></span></dt>
+<dt><span class="sect1"><a href="Bv9ARM.ch08.html#id2599443">Where Can I Get Help?</a></span></dt>
 </dl>
 </div>
 <div class="sect1" lang="en">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="id2599348"></a>Common Problems</h2></div></div></div>
+<a name="id2599409"></a>Common Problems</h2></div></div></div>
 <div class="sect2" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="id2599353"></a>It's not working; how can I figure out what's wrong?</h3></div></div></div>
+<a name="id2599414"></a>It's not working; how can I figure out what's wrong?</h3></div></div></div>
 <p>
             The best solution to solving installation and
             configuration issues is to take preventative measures by setting
@@ -68,7 +68,7 @@
 </div>
 <div class="sect1" lang="en">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="id2599365"></a>Incrementing and Changing the Serial Number</h2></div></div></div>
+<a name="id2599426"></a>Incrementing and Changing the Serial Number</h2></div></div></div>
 <p>
           Zone serial numbers are just numbers &#8212; they aren't
           date related.  A lot of people set them to a number that
@@ -95,7 +95,7 @@
 </div>
 <div class="sect1" lang="en">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="id2599382"></a>Where Can I Get Help?</h2></div></div></div>
+<a name="id2599443"></a>Where Can I Get Help?</h2></div></div></div>
 <p>
           The Internet Systems Consortium
           (<acronym class="acronym">ISC</acronym>) offers a wide range
diff --git a/contrib/bind9/doc/arm/Bv9ARM.ch09.html b/contrib/bind9/doc/arm/Bv9ARM.ch09.html
index 87134e05c3d2..72ab6fe248f6 100644
--- a/contrib/bind9/doc/arm/Bv9ARM.ch09.html
+++ b/contrib/bind9/doc/arm/Bv9ARM.ch09.html
@@ -1,8 +1,8 @@
 <!--
- - Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2004-2010 Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000-2003 Internet Software Consortium.
  - 
- - Permission to use, copy, modify, and distribute this software for any
+ - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
  - copyright notice and this permission notice appear in all copies.
  - 
@@ -14,7 +14,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: Bv9ARM.ch09.html,v 1.180.16.6 2009/06/03 01:54:39 tbox Exp $ -->
+<!-- $Id: Bv9ARM.ch09.html,v 1.180.16.14 2010/01/24 01:55:24 tbox Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -45,21 +45,21 @@
 <div class="toc">
 <p><b>Table of Contents</b></p>
 <dl>
-<dt><span class="sect1"><a href="Bv9ARM.ch09.html#id2599444">Acknowledgments</a></span></dt>
+<dt><span class="sect1"><a href="Bv9ARM.ch09.html#id2599573">Acknowledgments</a></span></dt>
 <dd><dl><dt><span class="sect2"><a href="Bv9ARM.ch09.html#historical_dns_information">A Brief History of the <acronym class="acronym">DNS</acronym> and <acronym class="acronym">BIND</acronym></a></span></dt></dl></dd>
-<dt><span class="sect1"><a href="Bv9ARM.ch09.html#id2599684">General <acronym class="acronym">DNS</acronym> Reference Information</a></span></dt>
+<dt><span class="sect1"><a href="Bv9ARM.ch09.html#id2599813">General <acronym class="acronym">DNS</acronym> Reference Information</a></span></dt>
 <dd><dl><dt><span class="sect2"><a href="Bv9ARM.ch09.html#ipv6addresses">IPv6 addresses (AAAA)</a></span></dt></dl></dd>
 <dt><span class="sect1"><a href="Bv9ARM.ch09.html#bibliography">Bibliography (and Suggested Reading)</a></span></dt>
 <dd><dl>
 <dt><span class="sect2"><a href="Bv9ARM.ch09.html#rfcs">Request for Comments (RFCs)</a></span></dt>
 <dt><span class="sect2"><a href="Bv9ARM.ch09.html#internet_drafts">Internet Drafts</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch09.html#id2602896">Other Documents About <acronym class="acronym">BIND</acronym></a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch09.html#id2603025">Other Documents About <acronym class="acronym">BIND</acronym></a></span></dt>
 </dl></dd>
 </dl>
 </div>
 <div class="sect1" lang="en">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="id2599444"></a>Acknowledgments</h2></div></div></div>
+<a name="id2599573"></a>Acknowledgments</h2></div></div></div>
 <div class="sect2" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="historical_dns_information"></a>A Brief History of the <acronym class="acronym">DNS</acronym> and <acronym class="acronym">BIND</acronym>
@@ -162,7 +162,7 @@
 </div>
 <div class="sect1" lang="en">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="id2599684"></a>General <acronym class="acronym">DNS</acronym> Reference Information</h2></div></div></div>
+<a name="id2599813"></a>General <acronym class="acronym">DNS</acronym> Reference Information</h2></div></div></div>
 <div class="sect2" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="ipv6addresses"></a>IPv6 addresses (AAAA)</h3></div></div></div>
@@ -250,17 +250,17 @@
           </p>
 <div class="bibliography">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="id2599872"></a>Bibliography</h4></div></div></div>
+<a name="id2599932"></a>Bibliography</h4></div></div></div>
 <div class="bibliodiv">
 <h3 class="title">Standards</h3>
 <div class="biblioentry">
-<a name="id2599882"></a><p>[<abbr class="abbrev">RFC974</abbr>] <span class="author"><span class="firstname">C.</span> <span class="surname">Partridge</span>. </span><span class="title"><i>Mail Routing and the Domain System</i>. </span><span class="pubdate">January 1986. </span></p>
+<a name="id2599943"></a><p>[<abbr class="abbrev">RFC974</abbr>] <span class="author"><span class="firstname">C.</span> <span class="surname">Partridge</span>. </span><span class="title"><i>Mail Routing and the Domain System</i>. </span><span class="pubdate">January 1986. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2599906"></a><p>[<abbr class="abbrev">RFC1034</abbr>] <span class="author"><span class="firstname">P.V.</span> <span class="surname">Mockapetris</span>. </span><span class="title"><i>Domain Names &#8212; Concepts and Facilities</i>. </span><span class="pubdate">November 1987. </span></p>
+<a name="id2599966"></a><p>[<abbr class="abbrev">RFC1034</abbr>] <span class="author"><span class="firstname">P.V.</span> <span class="surname">Mockapetris</span>. </span><span class="title"><i>Domain Names &#8212; Concepts and Facilities</i>. </span><span class="pubdate">November 1987. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2599929"></a><p>[<abbr class="abbrev">RFC1035</abbr>] <span class="author"><span class="firstname">P. V.</span> <span class="surname">Mockapetris</span>. </span><span class="title"><i>Domain Names &#8212; Implementation and
+<a name="id2599990"></a><p>[<abbr class="abbrev">RFC1035</abbr>] <span class="author"><span class="firstname">P. V.</span> <span class="surname">Mockapetris</span>. </span><span class="title"><i>Domain Names &#8212; Implementation and
                   Specification</i>. </span><span class="pubdate">November 1987. </span></p>
 </div>
 </div>
@@ -268,42 +268,42 @@
 <h3 class="title">
 <a name="proposed_standards"></a>Proposed Standards</h3>
 <div class="biblioentry">
-<a name="id2599965"></a><p>[<abbr class="abbrev">RFC2181</abbr>] <span class="author"><span class="firstname">R., R. Bush</span> <span class="surname">Elz</span>. </span><span class="title"><i>Clarifications to the <acronym class="acronym">DNS</acronym>
+<a name="id2600026"></a><p>[<abbr class="abbrev">RFC2181</abbr>] <span class="author"><span class="firstname">R., R. Bush</span> <span class="surname">Elz</span>. </span><span class="title"><i>Clarifications to the <acronym class="acronym">DNS</acronym>
                   Specification</i>. </span><span class="pubdate">July 1997. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2599992"></a><p>[<abbr class="abbrev">RFC2308</abbr>] <span class="author"><span class="firstname">M.</span> <span class="surname">Andrews</span>. </span><span class="title"><i>Negative Caching of <acronym class="acronym">DNS</acronym>
+<a name="id2600053"></a><p>[<abbr class="abbrev">RFC2308</abbr>] <span class="author"><span class="firstname">M.</span> <span class="surname">Andrews</span>. </span><span class="title"><i>Negative Caching of <acronym class="acronym">DNS</acronym>
                   Queries</i>. </span><span class="pubdate">March 1998. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2600018"></a><p>[<abbr class="abbrev">RFC1995</abbr>] <span class="author"><span class="firstname">M.</span> <span class="surname">Ohta</span>. </span><span class="title"><i>Incremental Zone Transfer in <acronym class="acronym">DNS</acronym></i>. </span><span class="pubdate">August 1996. </span></p>
+<a name="id2600078"></a><p>[<abbr class="abbrev">RFC1995</abbr>] <span class="author"><span class="firstname">M.</span> <span class="surname">Ohta</span>. </span><span class="title"><i>Incremental Zone Transfer in <acronym class="acronym">DNS</acronym></i>. </span><span class="pubdate">August 1996. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2600042"></a><p>[<abbr class="abbrev">RFC1996</abbr>] <span class="author"><span class="firstname">P.</span> <span class="surname">Vixie</span>. </span><span class="title"><i>A Mechanism for Prompt Notification of Zone Changes</i>. </span><span class="pubdate">August 1996. </span></p>
+<a name="id2600103"></a><p>[<abbr class="abbrev">RFC1996</abbr>] <span class="author"><span class="firstname">P.</span> <span class="surname">Vixie</span>. </span><span class="title"><i>A Mechanism for Prompt Notification of Zone Changes</i>. </span><span class="pubdate">August 1996. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2600066"></a><p>[<abbr class="abbrev">RFC2136</abbr>] <span class="authorgroup"><span class="firstname">P.</span> <span class="surname">Vixie</span>, <span class="firstname">S.</span> <span class="surname">Thomson</span>, <span class="firstname">Y.</span> <span class="surname">Rekhter</span>, and <span class="firstname">J.</span> <span class="surname">Bound</span>. </span><span class="title"><i>Dynamic Updates in the Domain Name System</i>. </span><span class="pubdate">April 1997. </span></p>
+<a name="id2600126"></a><p>[<abbr class="abbrev">RFC2136</abbr>] <span class="authorgroup"><span class="firstname">P.</span> <span class="surname">Vixie</span>, <span class="firstname">S.</span> <span class="surname">Thomson</span>, <span class="firstname">Y.</span> <span class="surname">Rekhter</span>, and <span class="firstname">J.</span> <span class="surname">Bound</span>. </span><span class="title"><i>Dynamic Updates in the Domain Name System</i>. </span><span class="pubdate">April 1997. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2600121"></a><p>[<abbr class="abbrev">RFC2671</abbr>] <span class="authorgroup"><span class="firstname">P.</span> <span class="surname">Vixie</span>. </span><span class="title"><i>Extension Mechanisms for DNS (EDNS0)</i>. </span><span class="pubdate">August 1997. </span></p>
+<a name="id2600182"></a><p>[<abbr class="abbrev">RFC2671</abbr>] <span class="authorgroup"><span class="firstname">P.</span> <span class="surname">Vixie</span>. </span><span class="title"><i>Extension Mechanisms for DNS (EDNS0)</i>. </span><span class="pubdate">August 1997. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2600148"></a><p>[<abbr class="abbrev">RFC2672</abbr>] <span class="authorgroup"><span class="firstname">M.</span> <span class="surname">Crawford</span>. </span><span class="title"><i>Non-Terminal DNS Name Redirection</i>. </span><span class="pubdate">August 1999. </span></p>
+<a name="id2600209"></a><p>[<abbr class="abbrev">RFC2672</abbr>] <span class="authorgroup"><span class="firstname">M.</span> <span class="surname">Crawford</span>. </span><span class="title"><i>Non-Terminal DNS Name Redirection</i>. </span><span class="pubdate">August 1999. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2600174"></a><p>[<abbr class="abbrev">RFC2845</abbr>] <span class="authorgroup"><span class="firstname">P.</span> <span class="surname">Vixie</span>, <span class="firstname">O.</span> <span class="surname">Gudmundsson</span>, <span class="firstname">D.</span> <span class="surname">Eastlake</span>, <span class="lineage">3rd</span>, and <span class="firstname">B.</span> <span class="surname">Wellington</span>. </span><span class="title"><i>Secret Key Transaction Authentication for <acronym class="acronym">DNS</acronym> (TSIG)</i>. </span><span class="pubdate">May 2000. </span></p>
+<a name="id2600235"></a><p>[<abbr class="abbrev">RFC2845</abbr>] <span class="authorgroup"><span class="firstname">P.</span> <span class="surname">Vixie</span>, <span class="firstname">O.</span> <span class="surname">Gudmundsson</span>, <span class="firstname">D.</span> <span class="surname">Eastlake</span>, <span class="lineage">3rd</span>, and <span class="firstname">B.</span> <span class="surname">Wellington</span>. </span><span class="title"><i>Secret Key Transaction Authentication for <acronym class="acronym">DNS</acronym> (TSIG)</i>. </span><span class="pubdate">May 2000. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2600236"></a><p>[<abbr class="abbrev">RFC2930</abbr>] <span class="authorgroup"><span class="firstname">D.</span> <span class="surname">Eastlake</span>, <span class="lineage">3rd</span>. </span><span class="title"><i>Secret Key Establishment for DNS (TKEY RR)</i>. </span><span class="pubdate">September 2000. </span></p>
+<a name="id2600297"></a><p>[<abbr class="abbrev">RFC2930</abbr>] <span class="authorgroup"><span class="firstname">D.</span> <span class="surname">Eastlake</span>, <span class="lineage">3rd</span>. </span><span class="title"><i>Secret Key Establishment for DNS (TKEY RR)</i>. </span><span class="pubdate">September 2000. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2600266"></a><p>[<abbr class="abbrev">RFC2931</abbr>] <span class="authorgroup"><span class="firstname">D.</span> <span class="surname">Eastlake</span>, <span class="lineage">3rd</span>. </span><span class="title"><i>DNS Request and Transaction Signatures (SIG(0)s)</i>. </span><span class="pubdate">September 2000. </span></p>
+<a name="id2600327"></a><p>[<abbr class="abbrev">RFC2931</abbr>] <span class="authorgroup"><span class="firstname">D.</span> <span class="surname">Eastlake</span>, <span class="lineage">3rd</span>. </span><span class="title"><i>DNS Request and Transaction Signatures (SIG(0)s)</i>. </span><span class="pubdate">September 2000. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2600296"></a><p>[<abbr class="abbrev">RFC3007</abbr>] <span class="authorgroup"><span class="firstname">B.</span> <span class="surname">Wellington</span>. </span><span class="title"><i>Secure Domain Name System (DNS) Dynamic Update</i>. </span><span class="pubdate">November 2000. </span></p>
+<a name="id2600357"></a><p>[<abbr class="abbrev">RFC3007</abbr>] <span class="authorgroup"><span class="firstname">B.</span> <span class="surname">Wellington</span>. </span><span class="title"><i>Secure Domain Name System (DNS) Dynamic Update</i>. </span><span class="pubdate">November 2000. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2600323"></a><p>[<abbr class="abbrev">RFC3645</abbr>] <span class="authorgroup"><span class="firstname">S.</span> <span class="surname">Kwan</span>, <span class="firstname">P.</span> <span class="surname">Garg</span>, <span class="firstname">J.</span> <span class="surname">Gilroy</span>, <span class="firstname">L.</span> <span class="surname">Esibov</span>, <span class="firstname">J.</span> <span class="surname">Westhead</span>, and <span class="firstname">R.</span> <span class="surname">Hall</span>. </span><span class="title"><i>Generic Security Service Algorithm for Secret
+<a name="id2600384"></a><p>[<abbr class="abbrev">RFC3645</abbr>] <span class="authorgroup"><span class="firstname">S.</span> <span class="surname">Kwan</span>, <span class="firstname">P.</span> <span class="surname">Garg</span>, <span class="firstname">J.</span> <span class="surname">Gilroy</span>, <span class="firstname">L.</span> <span class="surname">Esibov</span>, <span class="firstname">J.</span> <span class="surname">Westhead</span>, and <span class="firstname">R.</span> <span class="surname">Hall</span>. </span><span class="title"><i>Generic Security Service Algorithm for Secret
                        Key Transaction Authentication for DNS
                        (GSS-TSIG)</i>. </span><span class="pubdate">October 2003. </span></p>
 </div>
@@ -312,19 +312,19 @@
 <h3 class="title">
 <acronym class="acronym">DNS</acronym> Security Proposed Standards</h3>
 <div class="biblioentry">
-<a name="id2600405"></a><p>[<abbr class="abbrev">RFC3225</abbr>] <span class="authorgroup"><span class="firstname">D.</span> <span class="surname">Conrad</span>. </span><span class="title"><i>Indicating Resolver Support of DNSSEC</i>. </span><span class="pubdate">December 2001. </span></p>
+<a name="id2600466"></a><p>[<abbr class="abbrev">RFC3225</abbr>] <span class="authorgroup"><span class="firstname">D.</span> <span class="surname">Conrad</span>. </span><span class="title"><i>Indicating Resolver Support of DNSSEC</i>. </span><span class="pubdate">December 2001. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2600432"></a><p>[<abbr class="abbrev">RFC3833</abbr>] <span class="authorgroup"><span class="firstname">D.</span> <span class="surname">Atkins</span> and <span class="firstname">R.</span> <span class="surname">Austein</span>. </span><span class="title"><i>Threat Analysis of the Domain Name System (DNS)</i>. </span><span class="pubdate">August 2004. </span></p>
+<a name="id2600492"></a><p>[<abbr class="abbrev">RFC3833</abbr>] <span class="authorgroup"><span class="firstname">D.</span> <span class="surname">Atkins</span> and <span class="firstname">R.</span> <span class="surname">Austein</span>. </span><span class="title"><i>Threat Analysis of the Domain Name System (DNS)</i>. </span><span class="pubdate">August 2004. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2600468"></a><p>[<abbr class="abbrev">RFC4033</abbr>] <span class="authorgroup"><span class="firstname">R.</span> <span class="surname">Arends</span>, <span class="firstname">R.</span> <span class="surname">Austein</span>, <span class="firstname">M.</span> <span class="surname">Larson</span>, <span class="firstname">D.</span> <span class="surname">Massey</span>, and <span class="firstname">S.</span> <span class="surname">Rose</span>. </span><span class="title"><i>DNS Security Introduction and Requirements</i>. </span><span class="pubdate">March 2005. </span></p>
+<a name="id2600529"></a><p>[<abbr class="abbrev">RFC4033</abbr>] <span class="authorgroup"><span class="firstname">R.</span> <span class="surname">Arends</span>, <span class="firstname">R.</span> <span class="surname">Austein</span>, <span class="firstname">M.</span> <span class="surname">Larson</span>, <span class="firstname">D.</span> <span class="surname">Massey</span>, and <span class="firstname">S.</span> <span class="surname">Rose</span>. </span><span class="title"><i>DNS Security Introduction and Requirements</i>. </span><span class="pubdate">March 2005. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2600533"></a><p>[<abbr class="abbrev">RFC4034</abbr>] <span class="authorgroup"><span class="firstname">R.</span> <span class="surname">Arends</span>, <span class="firstname">R.</span> <span class="surname">Austein</span>, <span class="firstname">M.</span> <span class="surname">Larson</span>, <span class="firstname">D.</span> <span class="surname">Massey</span>, and <span class="firstname">S.</span> <span class="surname">Rose</span>. </span><span class="title"><i>Resource Records for the DNS Security Extensions</i>. </span><span class="pubdate">March 2005. </span></p>
+<a name="id2600594"></a><p>[<abbr class="abbrev">RFC4034</abbr>] <span class="authorgroup"><span class="firstname">R.</span> <span class="surname">Arends</span>, <span class="firstname">R.</span> <span class="surname">Austein</span>, <span class="firstname">M.</span> <span class="surname">Larson</span>, <span class="firstname">D.</span> <span class="surname">Massey</span>, and <span class="firstname">S.</span> <span class="surname">Rose</span>. </span><span class="title"><i>Resource Records for the DNS Security Extensions</i>. </span><span class="pubdate">March 2005. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2600598"></a><p>[<abbr class="abbrev">RFC4035</abbr>] <span class="authorgroup"><span class="firstname">R.</span> <span class="surname">Arends</span>, <span class="firstname">R.</span> <span class="surname">Austein</span>, <span class="firstname">M.</span> <span class="surname">Larson</span>, <span class="firstname">D.</span> <span class="surname">Massey</span>, and <span class="firstname">S.</span> <span class="surname">Rose</span>. </span><span class="title"><i>Protocol Modifications for the DNS
+<a name="id2600659"></a><p>[<abbr class="abbrev">RFC4035</abbr>] <span class="authorgroup"><span class="firstname">R.</span> <span class="surname">Arends</span>, <span class="firstname">R.</span> <span class="surname">Austein</span>, <span class="firstname">M.</span> <span class="surname">Larson</span>, <span class="firstname">D.</span> <span class="surname">Massey</span>, and <span class="firstname">S.</span> <span class="surname">Rose</span>. </span><span class="title"><i>Protocol Modifications for the DNS
                        Security Extensions</i>. </span><span class="pubdate">March 2005. </span></p>
 </div>
 </div>
@@ -332,146 +332,146 @@
 <h3 class="title">Other Important RFCs About <acronym class="acronym">DNS</acronym>
                 Implementation</h3>
 <div class="biblioentry">
-<a name="id2600672"></a><p>[<abbr class="abbrev">RFC1535</abbr>] <span class="author"><span class="firstname">E.</span> <span class="surname">Gavron</span>. </span><span class="title"><i>A Security Problem and Proposed Correction With Widely
+<a name="id2600732"></a><p>[<abbr class="abbrev">RFC1535</abbr>] <span class="author"><span class="firstname">E.</span> <span class="surname">Gavron</span>. </span><span class="title"><i>A Security Problem and Proposed Correction With Widely
                   Deployed <acronym class="acronym">DNS</acronym> Software.</i>. </span><span class="pubdate">October 1993. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2600697"></a><p>[<abbr class="abbrev">RFC1536</abbr>] <span class="authorgroup"><span class="firstname">A.</span> <span class="surname">Kumar</span>, <span class="firstname">J.</span> <span class="surname">Postel</span>, <span class="firstname">C.</span> <span class="surname">Neuman</span>, <span class="firstname">P.</span> <span class="surname">Danzig</span>, and <span class="firstname">S.</span> <span class="surname">Miller</span>. </span><span class="title"><i>Common <acronym class="acronym">DNS</acronym> Implementation
+<a name="id2600758"></a><p>[<abbr class="abbrev">RFC1536</abbr>] <span class="authorgroup"><span class="firstname">A.</span> <span class="surname">Kumar</span>, <span class="firstname">J.</span> <span class="surname">Postel</span>, <span class="firstname">C.</span> <span class="surname">Neuman</span>, <span class="firstname">P.</span> <span class="surname">Danzig</span>, and <span class="firstname">S.</span> <span class="surname">Miller</span>. </span><span class="title"><i>Common <acronym class="acronym">DNS</acronym> Implementation
                   Errors and Suggested Fixes</i>. </span><span class="pubdate">October 1993. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2600765"></a><p>[<abbr class="abbrev">RFC1982</abbr>] <span class="authorgroup"><span class="firstname">R.</span> <span class="surname">Elz</span> and <span class="firstname">R.</span> <span class="surname">Bush</span>. </span><span class="title"><i>Serial Number Arithmetic</i>. </span><span class="pubdate">August 1996. </span></p>
+<a name="id2600826"></a><p>[<abbr class="abbrev">RFC1982</abbr>] <span class="authorgroup"><span class="firstname">R.</span> <span class="surname">Elz</span> and <span class="firstname">R.</span> <span class="surname">Bush</span>. </span><span class="title"><i>Serial Number Arithmetic</i>. </span><span class="pubdate">August 1996. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2600801"></a><p>[<abbr class="abbrev">RFC4074</abbr>] <span class="authorgroup"><span class="firstname">Y.</span> <span class="surname">Morishita</span> and <span class="firstname">T.</span> <span class="surname">Jinmei</span>. </span><span class="title"><i>Common Misbehaviour Against <acronym class="acronym">DNS</acronym>
+<a name="id2600861"></a><p>[<abbr class="abbrev">RFC4074</abbr>] <span class="authorgroup"><span class="firstname">Y.</span> <span class="surname">Morishita</span> and <span class="firstname">T.</span> <span class="surname">Jinmei</span>. </span><span class="title"><i>Common Misbehaviour Against <acronym class="acronym">DNS</acronym>
                 Queries for IPv6 Addresses</i>. </span><span class="pubdate">May 2005. </span></p>
 </div>
 </div>
 <div class="bibliodiv">
 <h3 class="title">Resource Record Types</h3>
 <div class="biblioentry">
-<a name="id2600846"></a><p>[<abbr class="abbrev">RFC1183</abbr>] <span class="authorgroup"><span class="firstname">C.F.</span> <span class="surname">Everhart</span>, <span class="firstname">L. A.</span> <span class="surname">Mamakos</span>, <span class="firstname">R.</span> <span class="surname">Ullmann</span>, and <span class="firstname">P.</span> <span class="surname">Mockapetris</span>. </span><span class="title"><i>New <acronym class="acronym">DNS</acronym> RR Definitions</i>. </span><span class="pubdate">October 1990. </span></p>
+<a name="id2600907"></a><p>[<abbr class="abbrev">RFC1183</abbr>] <span class="authorgroup"><span class="firstname">C.F.</span> <span class="surname">Everhart</span>, <span class="firstname">L. A.</span> <span class="surname">Mamakos</span>, <span class="firstname">R.</span> <span class="surname">Ullmann</span>, and <span class="firstname">P.</span> <span class="surname">Mockapetris</span>. </span><span class="title"><i>New <acronym class="acronym">DNS</acronym> RR Definitions</i>. </span><span class="pubdate">October 1990. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2600904"></a><p>[<abbr class="abbrev">RFC1706</abbr>] <span class="authorgroup"><span class="firstname">B.</span> <span class="surname">Manning</span> and <span class="firstname">R.</span> <span class="surname">Colella</span>. </span><span class="title"><i><acronym class="acronym">DNS</acronym> NSAP Resource Records</i>. </span><span class="pubdate">October 1994. </span></p>
+<a name="id2600965"></a><p>[<abbr class="abbrev">RFC1706</abbr>] <span class="authorgroup"><span class="firstname">B.</span> <span class="surname">Manning</span> and <span class="firstname">R.</span> <span class="surname">Colella</span>. </span><span class="title"><i><acronym class="acronym">DNS</acronym> NSAP Resource Records</i>. </span><span class="pubdate">October 1994. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2600941"></a><p>[<abbr class="abbrev">RFC2168</abbr>] <span class="authorgroup"><span class="firstname">R.</span> <span class="surname">Daniel</span> and <span class="firstname">M.</span> <span class="surname">Mealling</span>. </span><span class="title"><i>Resolution of Uniform Resource Identifiers using
+<a name="id2601002"></a><p>[<abbr class="abbrev">RFC2168</abbr>] <span class="authorgroup"><span class="firstname">R.</span> <span class="surname">Daniel</span> and <span class="firstname">M.</span> <span class="surname">Mealling</span>. </span><span class="title"><i>Resolution of Uniform Resource Identifiers using
                   the Domain Name System</i>. </span><span class="pubdate">June 1997. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2600977"></a><p>[<abbr class="abbrev">RFC1876</abbr>] <span class="authorgroup"><span class="firstname">C.</span> <span class="surname">Davis</span>, <span class="firstname">P.</span> <span class="surname">Vixie</span>, <span class="firstname">T.</span>, and <span class="firstname">I.</span> <span class="surname">Dickinson</span>. </span><span class="title"><i>A Means for Expressing Location Information in the
+<a name="id2601037"></a><p>[<abbr class="abbrev">RFC1876</abbr>] <span class="authorgroup"><span class="firstname">C.</span> <span class="surname">Davis</span>, <span class="firstname">P.</span> <span class="surname">Vixie</span>, <span class="firstname">T.</span>, and <span class="firstname">I.</span> <span class="surname">Dickinson</span>. </span><span class="title"><i>A Means for Expressing Location Information in the
                   Domain
                   Name System</i>. </span><span class="pubdate">January 1996. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2601031"></a><p>[<abbr class="abbrev">RFC2052</abbr>] <span class="authorgroup"><span class="firstname">A.</span> <span class="surname">Gulbrandsen</span> and <span class="firstname">P.</span> <span class="surname">Vixie</span>. </span><span class="title"><i>A <acronym class="acronym">DNS</acronym> RR for Specifying the
+<a name="id2601092"></a><p>[<abbr class="abbrev">RFC2052</abbr>] <span class="authorgroup"><span class="firstname">A.</span> <span class="surname">Gulbrandsen</span> and <span class="firstname">P.</span> <span class="surname">Vixie</span>. </span><span class="title"><i>A <acronym class="acronym">DNS</acronym> RR for Specifying the
                   Location of
                   Services.</i>. </span><span class="pubdate">October 1996. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2601069"></a><p>[<abbr class="abbrev">RFC2163</abbr>] <span class="author"><span class="firstname">A.</span> <span class="surname">Allocchio</span>. </span><span class="title"><i>Using the Internet <acronym class="acronym">DNS</acronym> to
+<a name="id2601130"></a><p>[<abbr class="abbrev">RFC2163</abbr>] <span class="author"><span class="firstname">A.</span> <span class="surname">Allocchio</span>. </span><span class="title"><i>Using the Internet <acronym class="acronym">DNS</acronym> to
                   Distribute MIXER
                   Conformant Global Address Mapping</i>. </span><span class="pubdate">January 1998. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2601095"></a><p>[<abbr class="abbrev">RFC2230</abbr>] <span class="author"><span class="firstname">R.</span> <span class="surname">Atkinson</span>. </span><span class="title"><i>Key Exchange Delegation Record for the <acronym class="acronym">DNS</acronym></i>. </span><span class="pubdate">October 1997. </span></p>
+<a name="id2601156"></a><p>[<abbr class="abbrev">RFC2230</abbr>] <span class="author"><span class="firstname">R.</span> <span class="surname">Atkinson</span>. </span><span class="title"><i>Key Exchange Delegation Record for the <acronym class="acronym">DNS</acronym></i>. </span><span class="pubdate">October 1997. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2601121"></a><p>[<abbr class="abbrev">RFC2536</abbr>] <span class="author"><span class="firstname">D.</span> <span class="surname">Eastlake</span>, <span class="lineage">3rd</span>. </span><span class="title"><i>DSA KEYs and SIGs in the Domain Name System (DNS)</i>. </span><span class="pubdate">March 1999. </span></p>
+<a name="id2601181"></a><p>[<abbr class="abbrev">RFC2536</abbr>] <span class="author"><span class="firstname">D.</span> <span class="surname">Eastlake</span>, <span class="lineage">3rd</span>. </span><span class="title"><i>DSA KEYs and SIGs in the Domain Name System (DNS)</i>. </span><span class="pubdate">March 1999. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2601147"></a><p>[<abbr class="abbrev">RFC2537</abbr>] <span class="author"><span class="firstname">D.</span> <span class="surname">Eastlake</span>, <span class="lineage">3rd</span>. </span><span class="title"><i>RSA/MD5 KEYs and SIGs in the Domain Name System (DNS)</i>. </span><span class="pubdate">March 1999. </span></p>
+<a name="id2601208"></a><p>[<abbr class="abbrev">RFC2537</abbr>] <span class="author"><span class="firstname">D.</span> <span class="surname">Eastlake</span>, <span class="lineage">3rd</span>. </span><span class="title"><i>RSA/MD5 KEYs and SIGs in the Domain Name System (DNS)</i>. </span><span class="pubdate">March 1999. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2601174"></a><p>[<abbr class="abbrev">RFC2538</abbr>] <span class="authorgroup"><span class="firstname">D.</span> <span class="surname">Eastlake</span>, <span class="lineage">3rd</span> and <span class="firstname">O.</span> <span class="surname">Gudmundsson</span>. </span><span class="title"><i>Storing Certificates in the Domain Name System (DNS)</i>. </span><span class="pubdate">March 1999. </span></p>
+<a name="id2601235"></a><p>[<abbr class="abbrev">RFC2538</abbr>] <span class="authorgroup"><span class="firstname">D.</span> <span class="surname">Eastlake</span>, <span class="lineage">3rd</span> and <span class="firstname">O.</span> <span class="surname">Gudmundsson</span>. </span><span class="title"><i>Storing Certificates in the Domain Name System (DNS)</i>. </span><span class="pubdate">March 1999. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2601213"></a><p>[<abbr class="abbrev">RFC2539</abbr>] <span class="authorgroup"><span class="firstname">D.</span> <span class="surname">Eastlake</span>, <span class="lineage">3rd</span>. </span><span class="title"><i>Storage of Diffie-Hellman Keys in the Domain Name System (DNS)</i>. </span><span class="pubdate">March 1999. </span></p>
+<a name="id2601274"></a><p>[<abbr class="abbrev">RFC2539</abbr>] <span class="authorgroup"><span class="firstname">D.</span> <span class="surname">Eastlake</span>, <span class="lineage">3rd</span>. </span><span class="title"><i>Storage of Diffie-Hellman Keys in the Domain Name System (DNS)</i>. </span><span class="pubdate">March 1999. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2601243"></a><p>[<abbr class="abbrev">RFC2540</abbr>] <span class="authorgroup"><span class="firstname">D.</span> <span class="surname">Eastlake</span>, <span class="lineage">3rd</span>. </span><span class="title"><i>Detached Domain Name System (DNS) Information</i>. </span><span class="pubdate">March 1999. </span></p>
+<a name="id2601304"></a><p>[<abbr class="abbrev">RFC2540</abbr>] <span class="authorgroup"><span class="firstname">D.</span> <span class="surname">Eastlake</span>, <span class="lineage">3rd</span>. </span><span class="title"><i>Detached Domain Name System (DNS) Information</i>. </span><span class="pubdate">March 1999. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2601273"></a><p>[<abbr class="abbrev">RFC2782</abbr>] <span class="author"><span class="firstname">A.</span> <span class="surname">Gulbrandsen</span>. </span><span class="author"><span class="firstname">P.</span> <span class="surname">Vixie</span>. </span><span class="author"><span class="firstname">L.</span> <span class="surname">Esibov</span>. </span><span class="title"><i>A DNS RR for specifying the location of services (DNS SRV)</i>. </span><span class="pubdate">February 2000. </span></p>
+<a name="id2601334"></a><p>[<abbr class="abbrev">RFC2782</abbr>] <span class="author"><span class="firstname">A.</span> <span class="surname">Gulbrandsen</span>. </span><span class="author"><span class="firstname">P.</span> <span class="surname">Vixie</span>. </span><span class="author"><span class="firstname">L.</span> <span class="surname">Esibov</span>. </span><span class="title"><i>A DNS RR for specifying the location of services (DNS SRV)</i>. </span><span class="pubdate">February 2000. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2601316"></a><p>[<abbr class="abbrev">RFC2915</abbr>] <span class="author"><span class="firstname">M.</span> <span class="surname">Mealling</span>. </span><span class="author"><span class="firstname">R.</span> <span class="surname">Daniel</span>. </span><span class="title"><i>The Naming Authority Pointer (NAPTR) DNS Resource Record</i>. </span><span class="pubdate">September 2000. </span></p>
+<a name="id2601377"></a><p>[<abbr class="abbrev">RFC2915</abbr>] <span class="author"><span class="firstname">M.</span> <span class="surname">Mealling</span>. </span><span class="author"><span class="firstname">R.</span> <span class="surname">Daniel</span>. </span><span class="title"><i>The Naming Authority Pointer (NAPTR) DNS Resource Record</i>. </span><span class="pubdate">September 2000. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2601349"></a><p>[<abbr class="abbrev">RFC3110</abbr>] <span class="author"><span class="firstname">D.</span> <span class="surname">Eastlake</span>, <span class="lineage">3rd</span>. </span><span class="title"><i>RSA/SHA-1 SIGs and RSA KEYs in the Domain Name System (DNS)</i>. </span><span class="pubdate">May 2001. </span></p>
+<a name="id2601410"></a><p>[<abbr class="abbrev">RFC3110</abbr>] <span class="author"><span class="firstname">D.</span> <span class="surname">Eastlake</span>, <span class="lineage">3rd</span>. </span><span class="title"><i>RSA/SHA-1 SIGs and RSA KEYs in the Domain Name System (DNS)</i>. </span><span class="pubdate">May 2001. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2601376"></a><p>[<abbr class="abbrev">RFC3123</abbr>] <span class="author"><span class="firstname">P.</span> <span class="surname">Koch</span>. </span><span class="title"><i>A DNS RR Type for Lists of Address Prefixes (APL RR)</i>. </span><span class="pubdate">June 2001. </span></p>
+<a name="id2601436"></a><p>[<abbr class="abbrev">RFC3123</abbr>] <span class="author"><span class="firstname">P.</span> <span class="surname">Koch</span>. </span><span class="title"><i>A DNS RR Type for Lists of Address Prefixes (APL RR)</i>. </span><span class="pubdate">June 2001. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2601399"></a><p>[<abbr class="abbrev">RFC3596</abbr>] <span class="authorgroup"><span class="firstname">S.</span> <span class="surname">Thomson</span>, <span class="firstname">C.</span> <span class="surname">Huitema</span>, <span class="firstname">V.</span> <span class="surname">Ksinant</span>, and <span class="firstname">M.</span> <span class="surname">Souissi</span>. </span><span class="title"><i><acronym class="acronym">DNS</acronym> Extensions to support IP
+<a name="id2601460"></a><p>[<abbr class="abbrev">RFC3596</abbr>] <span class="authorgroup"><span class="firstname">S.</span> <span class="surname">Thomson</span>, <span class="firstname">C.</span> <span class="surname">Huitema</span>, <span class="firstname">V.</span> <span class="surname">Ksinant</span>, and <span class="firstname">M.</span> <span class="surname">Souissi</span>. </span><span class="title"><i><acronym class="acronym">DNS</acronym> Extensions to support IP
                   version 6</i>. </span><span class="pubdate">October 2003. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2601457"></a><p>[<abbr class="abbrev">RFC3597</abbr>] <span class="author"><span class="firstname">A.</span> <span class="surname">Gustafsson</span>. </span><span class="title"><i>Handling of Unknown DNS Resource Record (RR) Types</i>. </span><span class="pubdate">September 2003. </span></p>
+<a name="id2601586"></a><p>[<abbr class="abbrev">RFC3597</abbr>] <span class="author"><span class="firstname">A.</span> <span class="surname">Gustafsson</span>. </span><span class="title"><i>Handling of Unknown DNS Resource Record (RR) Types</i>. </span><span class="pubdate">September 2003. </span></p>
 </div>
 </div>
 <div class="bibliodiv">
 <h3 class="title">
 <acronym class="acronym">DNS</acronym> and the Internet</h3>
 <div class="biblioentry">
-<a name="id2601489"></a><p>[<abbr class="abbrev">RFC1101</abbr>] <span class="author"><span class="firstname">P. V.</span> <span class="surname">Mockapetris</span>. </span><span class="title"><i><acronym class="acronym">DNS</acronym> Encoding of Network Names
+<a name="id2601618"></a><p>[<abbr class="abbrev">RFC1101</abbr>] <span class="author"><span class="firstname">P. V.</span> <span class="surname">Mockapetris</span>. </span><span class="title"><i><acronym class="acronym">DNS</acronym> Encoding of Network Names
                   and Other Types</i>. </span><span class="pubdate">April 1989. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2601582"></a><p>[<abbr class="abbrev">RFC1123</abbr>] <span class="author"><span class="surname">Braden</span>. </span><span class="title"><i>Requirements for Internet Hosts - Application and
+<a name="id2601643"></a><p>[<abbr class="abbrev">RFC1123</abbr>] <span class="author"><span class="surname">Braden</span>. </span><span class="title"><i>Requirements for Internet Hosts - Application and
                   Support</i>. </span><span class="pubdate">October 1989. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2601605"></a><p>[<abbr class="abbrev">RFC1591</abbr>] <span class="author"><span class="firstname">J.</span> <span class="surname">Postel</span>. </span><span class="title"><i>Domain Name System Structure and Delegation</i>. </span><span class="pubdate">March 1994. </span></p>
+<a name="id2601666"></a><p>[<abbr class="abbrev">RFC1591</abbr>] <span class="author"><span class="firstname">J.</span> <span class="surname">Postel</span>. </span><span class="title"><i>Domain Name System Structure and Delegation</i>. </span><span class="pubdate">March 1994. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2601628"></a><p>[<abbr class="abbrev">RFC2317</abbr>] <span class="authorgroup"><span class="firstname">H.</span> <span class="surname">Eidnes</span>, <span class="firstname">G.</span> <span class="surname">de Groot</span>, and <span class="firstname">P.</span> <span class="surname">Vixie</span>. </span><span class="title"><i>Classless IN-ADDR.ARPA Delegation</i>. </span><span class="pubdate">March 1998. </span></p>
+<a name="id2601689"></a><p>[<abbr class="abbrev">RFC2317</abbr>] <span class="authorgroup"><span class="firstname">H.</span> <span class="surname">Eidnes</span>, <span class="firstname">G.</span> <span class="surname">de Groot</span>, and <span class="firstname">P.</span> <span class="surname">Vixie</span>. </span><span class="title"><i>Classless IN-ADDR.ARPA Delegation</i>. </span><span class="pubdate">March 1998. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2601674"></a><p>[<abbr class="abbrev">RFC2826</abbr>] <span class="authorgroup"><span class="surname">Internet Architecture Board</span>. </span><span class="title"><i>IAB Technical Comment on the Unique DNS Root</i>. </span><span class="pubdate">May 2000. </span></p>
+<a name="id2601735"></a><p>[<abbr class="abbrev">RFC2826</abbr>] <span class="authorgroup"><span class="surname">Internet Architecture Board</span>. </span><span class="title"><i>IAB Technical Comment on the Unique DNS Root</i>. </span><span class="pubdate">May 2000. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2601698"></a><p>[<abbr class="abbrev">RFC2929</abbr>] <span class="authorgroup"><span class="firstname">D.</span> <span class="surname">Eastlake</span>, <span class="lineage">3rd</span>, <span class="firstname">E.</span> <span class="surname">Brunner-Williams</span>, and <span class="firstname">B.</span> <span class="surname">Manning</span>. </span><span class="title"><i>Domain Name System (DNS) IANA Considerations</i>. </span><span class="pubdate">September 2000. </span></p>
+<a name="id2601758"></a><p>[<abbr class="abbrev">RFC2929</abbr>] <span class="authorgroup"><span class="firstname">D.</span> <span class="surname">Eastlake</span>, <span class="lineage">3rd</span>, <span class="firstname">E.</span> <span class="surname">Brunner-Williams</span>, and <span class="firstname">B.</span> <span class="surname">Manning</span>. </span><span class="title"><i>Domain Name System (DNS) IANA Considerations</i>. </span><span class="pubdate">September 2000. </span></p>
 </div>
 </div>
 <div class="bibliodiv">
 <h3 class="title">
 <acronym class="acronym">DNS</acronym> Operations</h3>
 <div class="biblioentry">
-<a name="id2601755"></a><p>[<abbr class="abbrev">RFC1033</abbr>] <span class="author"><span class="firstname">M.</span> <span class="surname">Lottor</span>. </span><span class="title"><i>Domain administrators operations guide.</i>. </span><span class="pubdate">November 1987. </span></p>
+<a name="id2601816"></a><p>[<abbr class="abbrev">RFC1033</abbr>] <span class="author"><span class="firstname">M.</span> <span class="surname">Lottor</span>. </span><span class="title"><i>Domain administrators operations guide.</i>. </span><span class="pubdate">November 1987. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2601779"></a><p>[<abbr class="abbrev">RFC1537</abbr>] <span class="author"><span class="firstname">P.</span> <span class="surname">Beertema</span>. </span><span class="title"><i>Common <acronym class="acronym">DNS</acronym> Data File
+<a name="id2601840"></a><p>[<abbr class="abbrev">RFC1537</abbr>] <span class="author"><span class="firstname">P.</span> <span class="surname">Beertema</span>. </span><span class="title"><i>Common <acronym class="acronym">DNS</acronym> Data File
                   Configuration Errors</i>. </span><span class="pubdate">October 1993. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2601805"></a><p>[<abbr class="abbrev">RFC1912</abbr>] <span class="author"><span class="firstname">D.</span> <span class="surname">Barr</span>. </span><span class="title"><i>Common <acronym class="acronym">DNS</acronym> Operational and
+<a name="id2601866"></a><p>[<abbr class="abbrev">RFC1912</abbr>] <span class="author"><span class="firstname">D.</span> <span class="surname">Barr</span>. </span><span class="title"><i>Common <acronym class="acronym">DNS</acronym> Operational and
                   Configuration Errors</i>. </span><span class="pubdate">February 1996. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2601832"></a><p>[<abbr class="abbrev">RFC2010</abbr>] <span class="authorgroup"><span class="firstname">B.</span> <span class="surname">Manning</span> and <span class="firstname">P.</span> <span class="surname">Vixie</span>. </span><span class="title"><i>Operational Criteria for Root Name Servers.</i>. </span><span class="pubdate">October 1996. </span></p>
+<a name="id2601893"></a><p>[<abbr class="abbrev">RFC2010</abbr>] <span class="authorgroup"><span class="firstname">B.</span> <span class="surname">Manning</span> and <span class="firstname">P.</span> <span class="surname">Vixie</span>. </span><span class="title"><i>Operational Criteria for Root Name Servers.</i>. </span><span class="pubdate">October 1996. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2601868"></a><p>[<abbr class="abbrev">RFC2219</abbr>] <span class="authorgroup"><span class="firstname">M.</span> <span class="surname">Hamilton</span> and <span class="firstname">R.</span> <span class="surname">Wright</span>. </span><span class="title"><i>Use of <acronym class="acronym">DNS</acronym> Aliases for
+<a name="id2601929"></a><p>[<abbr class="abbrev">RFC2219</abbr>] <span class="authorgroup"><span class="firstname">M.</span> <span class="surname">Hamilton</span> and <span class="firstname">R.</span> <span class="surname">Wright</span>. </span><span class="title"><i>Use of <acronym class="acronym">DNS</acronym> Aliases for
                   Network Services.</i>. </span><span class="pubdate">October 1997. </span></p>
 </div>
 </div>
 <div class="bibliodiv">
 <h3 class="title">Internationalized Domain Names</h3>
 <div class="biblioentry">
-<a name="id2601914"></a><p>[<abbr class="abbrev">RFC2825</abbr>] <span class="authorgroup"><span class="surname">IAB</span> and <span class="firstname">R.</span> <span class="surname">Daigle</span>. </span><span class="title"><i>A Tangled Web: Issues of I18N, Domain Names,
+<a name="id2601975"></a><p>[<abbr class="abbrev">RFC2825</abbr>] <span class="authorgroup"><span class="surname">IAB</span> and <span class="firstname">R.</span> <span class="surname">Daigle</span>. </span><span class="title"><i>A Tangled Web: Issues of I18N, Domain Names,
                        and the Other Internet protocols</i>. </span><span class="pubdate">May 2000. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2601946"></a><p>[<abbr class="abbrev">RFC3490</abbr>] <span class="authorgroup"><span class="firstname">P.</span> <span class="surname">Faltstrom</span>, <span class="firstname">P.</span> <span class="surname">Hoffman</span>, and <span class="firstname">A.</span> <span class="surname">Costello</span>. </span><span class="title"><i>Internationalizing Domain Names in Applications (IDNA)</i>. </span><span class="pubdate">March 2003. </span></p>
+<a name="id2602007"></a><p>[<abbr class="abbrev">RFC3490</abbr>] <span class="authorgroup"><span class="firstname">P.</span> <span class="surname">Faltstrom</span>, <span class="firstname">P.</span> <span class="surname">Hoffman</span>, and <span class="firstname">A.</span> <span class="surname">Costello</span>. </span><span class="title"><i>Internationalizing Domain Names in Applications (IDNA)</i>. </span><span class="pubdate">March 2003. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2601992"></a><p>[<abbr class="abbrev">RFC3491</abbr>] <span class="authorgroup"><span class="firstname">P.</span> <span class="surname">Hoffman</span> and <span class="firstname">M.</span> <span class="surname">Blanchet</span>. </span><span class="title"><i>Nameprep: A Stringprep Profile for Internationalized Domain Names</i>. </span><span class="pubdate">March 2003. </span></p>
+<a name="id2602121"></a><p>[<abbr class="abbrev">RFC3491</abbr>] <span class="authorgroup"><span class="firstname">P.</span> <span class="surname">Hoffman</span> and <span class="firstname">M.</span> <span class="surname">Blanchet</span>. </span><span class="title"><i>Nameprep: A Stringprep Profile for Internationalized Domain Names</i>. </span><span class="pubdate">March 2003. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2602027"></a><p>[<abbr class="abbrev">RFC3492</abbr>] <span class="authorgroup"><span class="firstname">A.</span> <span class="surname">Costello</span>. </span><span class="title"><i>Punycode: A Bootstring encoding of Unicode
+<a name="id2602156"></a><p>[<abbr class="abbrev">RFC3492</abbr>] <span class="authorgroup"><span class="firstname">A.</span> <span class="surname">Costello</span>. </span><span class="title"><i>Punycode: A Bootstring encoding of Unicode
                        for Internationalized Domain Names in
                        Applications (IDNA)</i>. </span><span class="pubdate">March 2003. </span></p>
 </div>
@@ -487,47 +487,47 @@
                 </p>
 </div>
 <div class="biblioentry">
-<a name="id2602072"></a><p>[<abbr class="abbrev">RFC1464</abbr>] <span class="author"><span class="firstname">R.</span> <span class="surname">Rosenbaum</span>. </span><span class="title"><i>Using the Domain Name System To Store Arbitrary String
+<a name="id2602201"></a><p>[<abbr class="abbrev">RFC1464</abbr>] <span class="author"><span class="firstname">R.</span> <span class="surname">Rosenbaum</span>. </span><span class="title"><i>Using the Domain Name System To Store Arbitrary String
                   Attributes</i>. </span><span class="pubdate">May 1993. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2602094"></a><p>[<abbr class="abbrev">RFC1713</abbr>] <span class="author"><span class="firstname">A.</span> <span class="surname">Romao</span>. </span><span class="title"><i>Tools for <acronym class="acronym">DNS</acronym> Debugging</i>. </span><span class="pubdate">November 1994. </span></p>
+<a name="id2602224"></a><p>[<abbr class="abbrev">RFC1713</abbr>] <span class="author"><span class="firstname">A.</span> <span class="surname">Romao</span>. </span><span class="title"><i>Tools for <acronym class="acronym">DNS</acronym> Debugging</i>. </span><span class="pubdate">November 1994. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2602120"></a><p>[<abbr class="abbrev">RFC1794</abbr>] <span class="author"><span class="firstname">T.</span> <span class="surname">Brisco</span>. </span><span class="title"><i><acronym class="acronym">DNS</acronym> Support for Load
+<a name="id2602249"></a><p>[<abbr class="abbrev">RFC1794</abbr>] <span class="author"><span class="firstname">T.</span> <span class="surname">Brisco</span>. </span><span class="title"><i><acronym class="acronym">DNS</acronym> Support for Load
                   Balancing</i>. </span><span class="pubdate">April 1995. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2602146"></a><p>[<abbr class="abbrev">RFC2240</abbr>] <span class="author"><span class="firstname">O.</span> <span class="surname">Vaughan</span>. </span><span class="title"><i>A Legal Basis for Domain Name Allocation</i>. </span><span class="pubdate">November 1997. </span></p>
+<a name="id2602275"></a><p>[<abbr class="abbrev">RFC2240</abbr>] <span class="author"><span class="firstname">O.</span> <span class="surname">Vaughan</span>. </span><span class="title"><i>A Legal Basis for Domain Name Allocation</i>. </span><span class="pubdate">November 1997. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2602169"></a><p>[<abbr class="abbrev">RFC2345</abbr>] <span class="authorgroup"><span class="firstname">J.</span> <span class="surname">Klensin</span>, <span class="firstname">T.</span> <span class="surname">Wolf</span>, and <span class="firstname">G.</span> <span class="surname">Oglesby</span>. </span><span class="title"><i>Domain Names and Company Name Retrieval</i>. </span><span class="pubdate">May 1998. </span></p>
+<a name="id2602298"></a><p>[<abbr class="abbrev">RFC2345</abbr>] <span class="authorgroup"><span class="firstname">J.</span> <span class="surname">Klensin</span>, <span class="firstname">T.</span> <span class="surname">Wolf</span>, and <span class="firstname">G.</span> <span class="surname">Oglesby</span>. </span><span class="title"><i>Domain Names and Company Name Retrieval</i>. </span><span class="pubdate">May 1998. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2602215"></a><p>[<abbr class="abbrev">RFC2352</abbr>] <span class="author"><span class="firstname">O.</span> <span class="surname">Vaughan</span>. </span><span class="title"><i>A Convention For Using Legal Names as Domain Names</i>. </span><span class="pubdate">May 1998. </span></p>
+<a name="id2602344"></a><p>[<abbr class="abbrev">RFC2352</abbr>] <span class="author"><span class="firstname">O.</span> <span class="surname">Vaughan</span>. </span><span class="title"><i>A Convention For Using Legal Names as Domain Names</i>. </span><span class="pubdate">May 1998. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2602238"></a><p>[<abbr class="abbrev">RFC3071</abbr>] <span class="authorgroup"><span class="firstname">J.</span> <span class="surname">Klensin</span>. </span><span class="title"><i>Reflections on the DNS, RFC 1591, and Categories of Domains</i>. </span><span class="pubdate">February 2001. </span></p>
+<a name="id2602368"></a><p>[<abbr class="abbrev">RFC3071</abbr>] <span class="authorgroup"><span class="firstname">J.</span> <span class="surname">Klensin</span>. </span><span class="title"><i>Reflections on the DNS, RFC 1591, and Categories of Domains</i>. </span><span class="pubdate">February 2001. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2602265"></a><p>[<abbr class="abbrev">RFC3258</abbr>] <span class="authorgroup"><span class="firstname">T.</span> <span class="surname">Hardie</span>. </span><span class="title"><i>Distributing Authoritative Name Servers via
+<a name="id2602394"></a><p>[<abbr class="abbrev">RFC3258</abbr>] <span class="authorgroup"><span class="firstname">T.</span> <span class="surname">Hardie</span>. </span><span class="title"><i>Distributing Authoritative Name Servers via
                        Shared Unicast Addresses</i>. </span><span class="pubdate">April 2002. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2602291"></a><p>[<abbr class="abbrev">RFC3901</abbr>] <span class="authorgroup"><span class="firstname">A.</span> <span class="surname">Durand</span> and <span class="firstname">J.</span> <span class="surname">Ihren</span>. </span><span class="title"><i>DNS IPv6 Transport Operational Guidelines</i>. </span><span class="pubdate">September 2004. </span></p>
+<a name="id2602420"></a><p>[<abbr class="abbrev">RFC3901</abbr>] <span class="authorgroup"><span class="firstname">A.</span> <span class="surname">Durand</span> and <span class="firstname">J.</span> <span class="surname">Ihren</span>. </span><span class="title"><i>DNS IPv6 Transport Operational Guidelines</i>. </span><span class="pubdate">September 2004. </span></p>
 </div>
 </div>
 <div class="bibliodiv">
 <h3 class="title">Obsolete and Unimplemented Experimental RFC</h3>
 <div class="biblioentry">
-<a name="id2602334"></a><p>[<abbr class="abbrev">RFC1712</abbr>] <span class="authorgroup"><span class="firstname">C.</span> <span class="surname">Farrell</span>, <span class="firstname">M.</span> <span class="surname">Schulze</span>, <span class="firstname">S.</span> <span class="surname">Pleitner</span>, and <span class="firstname">D.</span> <span class="surname">Baldoni</span>. </span><span class="title"><i><acronym class="acronym">DNS</acronym> Encoding of Geographical
+<a name="id2602464"></a><p>[<abbr class="abbrev">RFC1712</abbr>] <span class="authorgroup"><span class="firstname">C.</span> <span class="surname">Farrell</span>, <span class="firstname">M.</span> <span class="surname">Schulze</span>, <span class="firstname">S.</span> <span class="surname">Pleitner</span>, and <span class="firstname">D.</span> <span class="surname">Baldoni</span>. </span><span class="title"><i><acronym class="acronym">DNS</acronym> Encoding of Geographical
                   Location</i>. </span><span class="pubdate">November 1994. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2602392"></a><p>[<abbr class="abbrev">RFC2673</abbr>] <span class="authorgroup"><span class="firstname">M.</span> <span class="surname">Crawford</span>. </span><span class="title"><i>Binary Labels in the Domain Name System</i>. </span><span class="pubdate">August 1999. </span></p>
+<a name="id2602521"></a><p>[<abbr class="abbrev">RFC2673</abbr>] <span class="authorgroup"><span class="firstname">M.</span> <span class="surname">Crawford</span>. </span><span class="title"><i>Binary Labels in the Domain Name System</i>. </span><span class="pubdate">August 1999. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2602419"></a><p>[<abbr class="abbrev">RFC2874</abbr>] <span class="authorgroup"><span class="firstname">M.</span> <span class="surname">Crawford</span> and <span class="firstname">C.</span> <span class="surname">Huitema</span>. </span><span class="title"><i>DNS Extensions to Support IPv6 Address Aggregation
+<a name="id2602548"></a><p>[<abbr class="abbrev">RFC2874</abbr>] <span class="authorgroup"><span class="firstname">M.</span> <span class="surname">Crawford</span> and <span class="firstname">C.</span> <span class="surname">Huitema</span>. </span><span class="title"><i>DNS Extensions to Support IPv6 Address Aggregation
                        and Renumbering</i>. </span><span class="pubdate">July 2000. </span></p>
 </div>
 </div>
@@ -541,39 +541,39 @@
                 </p>
 </div>
 <div class="biblioentry">
-<a name="id2602467"></a><p>[<abbr class="abbrev">RFC2065</abbr>] <span class="authorgroup"><span class="firstname">D.</span> <span class="surname">Eastlake</span>, <span class="lineage">3rd</span> and <span class="firstname">C.</span> <span class="surname">Kaufman</span>. </span><span class="title"><i>Domain Name System Security Extensions</i>. </span><span class="pubdate">January 1997. </span></p>
+<a name="id2602596"></a><p>[<abbr class="abbrev">RFC2065</abbr>] <span class="authorgroup"><span class="firstname">D.</span> <span class="surname">Eastlake</span>, <span class="lineage">3rd</span> and <span class="firstname">C.</span> <span class="surname">Kaufman</span>. </span><span class="title"><i>Domain Name System Security Extensions</i>. </span><span class="pubdate">January 1997. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2602506"></a><p>[<abbr class="abbrev">RFC2137</abbr>] <span class="author"><span class="firstname">D.</span> <span class="surname">Eastlake</span>, <span class="lineage">3rd</span>. </span><span class="title"><i>Secure Domain Name System Dynamic Update</i>. </span><span class="pubdate">April 1997. </span></p>
+<a name="id2602704"></a><p>[<abbr class="abbrev">RFC2137</abbr>] <span class="author"><span class="firstname">D.</span> <span class="surname">Eastlake</span>, <span class="lineage">3rd</span>. </span><span class="title"><i>Secure Domain Name System Dynamic Update</i>. </span><span class="pubdate">April 1997. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2602533"></a><p>[<abbr class="abbrev">RFC2535</abbr>] <span class="authorgroup"><span class="firstname">D.</span> <span class="surname">Eastlake</span>, <span class="lineage">3rd</span>. </span><span class="title"><i>Domain Name System Security Extensions</i>. </span><span class="pubdate">March 1999. </span></p>
+<a name="id2602730"></a><p>[<abbr class="abbrev">RFC2535</abbr>] <span class="authorgroup"><span class="firstname">D.</span> <span class="surname">Eastlake</span>, <span class="lineage">3rd</span>. </span><span class="title"><i>Domain Name System Security Extensions</i>. </span><span class="pubdate">March 1999. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2602563"></a><p>[<abbr class="abbrev">RFC3008</abbr>] <span class="authorgroup"><span class="firstname">B.</span> <span class="surname">Wellington</span>. </span><span class="title"><i>Domain Name System Security (DNSSEC)
+<a name="id2602760"></a><p>[<abbr class="abbrev">RFC3008</abbr>] <span class="authorgroup"><span class="firstname">B.</span> <span class="surname">Wellington</span>. </span><span class="title"><i>Domain Name System Security (DNSSEC)
                        Signing Authority</i>. </span><span class="pubdate">November 2000. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2602588"></a><p>[<abbr class="abbrev">RFC3090</abbr>] <span class="authorgroup"><span class="firstname">E.</span> <span class="surname">Lewis</span>. </span><span class="title"><i>DNS Security Extension Clarification on Zone Status</i>. </span><span class="pubdate">March 2001. </span></p>
+<a name="id2602786"></a><p>[<abbr class="abbrev">RFC3090</abbr>] <span class="authorgroup"><span class="firstname">E.</span> <span class="surname">Lewis</span>. </span><span class="title"><i>DNS Security Extension Clarification on Zone Status</i>. </span><span class="pubdate">March 2001. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2602683"></a><p>[<abbr class="abbrev">RFC3445</abbr>] <span class="authorgroup"><span class="firstname">D.</span> <span class="surname">Massey</span> and <span class="firstname">S.</span> <span class="surname">Rose</span>. </span><span class="title"><i>Limiting the Scope of the KEY Resource Record (RR)</i>. </span><span class="pubdate">December 2002. </span></p>
+<a name="id2602812"></a><p>[<abbr class="abbrev">RFC3445</abbr>] <span class="authorgroup"><span class="firstname">D.</span> <span class="surname">Massey</span> and <span class="firstname">S.</span> <span class="surname">Rose</span>. </span><span class="title"><i>Limiting the Scope of the KEY Resource Record (RR)</i>. </span><span class="pubdate">December 2002. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2602720"></a><p>[<abbr class="abbrev">RFC3655</abbr>] <span class="authorgroup"><span class="firstname">B.</span> <span class="surname">Wellington</span> and <span class="firstname">O.</span> <span class="surname">Gudmundsson</span>. </span><span class="title"><i>Redefinition of DNS Authenticated Data (AD) bit</i>. </span><span class="pubdate">November 2003. </span></p>
+<a name="id2602849"></a><p>[<abbr class="abbrev">RFC3655</abbr>] <span class="authorgroup"><span class="firstname">B.</span> <span class="surname">Wellington</span> and <span class="firstname">O.</span> <span class="surname">Gudmundsson</span>. </span><span class="title"><i>Redefinition of DNS Authenticated Data (AD) bit</i>. </span><span class="pubdate">November 2003. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2602756"></a><p>[<abbr class="abbrev">RFC3658</abbr>] <span class="authorgroup"><span class="firstname">O.</span> <span class="surname">Gudmundsson</span>. </span><span class="title"><i>Delegation Signer (DS) Resource Record (RR)</i>. </span><span class="pubdate">December 2003. </span></p>
+<a name="id2602885"></a><p>[<abbr class="abbrev">RFC3658</abbr>] <span class="authorgroup"><span class="firstname">O.</span> <span class="surname">Gudmundsson</span>. </span><span class="title"><i>Delegation Signer (DS) Resource Record (RR)</i>. </span><span class="pubdate">December 2003. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2602782"></a><p>[<abbr class="abbrev">RFC3755</abbr>] <span class="authorgroup"><span class="firstname">S.</span> <span class="surname">Weiler</span>. </span><span class="title"><i>Legacy Resolver Compatibility for Delegation Signer (DS)</i>. </span><span class="pubdate">May 2004. </span></p>
+<a name="id2602912"></a><p>[<abbr class="abbrev">RFC3755</abbr>] <span class="authorgroup"><span class="firstname">S.</span> <span class="surname">Weiler</span>. </span><span class="title"><i>Legacy Resolver Compatibility for Delegation Signer (DS)</i>. </span><span class="pubdate">May 2004. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2602809"></a><p>[<abbr class="abbrev">RFC3757</abbr>] <span class="authorgroup"><span class="firstname">O.</span> <span class="surname">Kolkman</span>, <span class="firstname">J.</span> <span class="surname">Schlyter</span>, and <span class="firstname">E.</span> <span class="surname">Lewis</span>. </span><span class="title"><i>Domain Name System KEY (DNSKEY) Resource Record
+<a name="id2602938"></a><p>[<abbr class="abbrev">RFC3757</abbr>] <span class="authorgroup"><span class="firstname">O.</span> <span class="surname">Kolkman</span>, <span class="firstname">J.</span> <span class="surname">Schlyter</span>, and <span class="firstname">E.</span> <span class="surname">Lewis</span>. </span><span class="title"><i>Domain Name System KEY (DNSKEY) Resource Record
                       (RR) Secure Entry Point (SEP) Flag</i>. </span><span class="pubdate">April 2004. </span></p>
 </div>
 <div class="biblioentry">
-<a name="id2602854"></a><p>[<abbr class="abbrev">RFC3845</abbr>] <span class="authorgroup"><span class="firstname">J.</span> <span class="surname">Schlyter</span>. </span><span class="title"><i>DNS Security (DNSSEC) NextSECure (NSEC) RDATA Format</i>. </span><span class="pubdate">August 2004. </span></p>
+<a name="id2602983"></a><p>[<abbr class="abbrev">RFC3845</abbr>] <span class="authorgroup"><span class="firstname">J.</span> <span class="surname">Schlyter</span>. </span><span class="title"><i>DNS Security (DNSSEC) NextSECure (NSEC) RDATA Format</i>. </span><span class="pubdate">August 2004. </span></p>
 </div>
 </div>
 </div>
@@ -594,14 +594,14 @@
 </div>
 <div class="sect2" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="id2602896"></a>Other Documents About <acronym class="acronym">BIND</acronym>
+<a name="id2603025"></a>Other Documents About <acronym class="acronym">BIND</acronym>
 </h3></div></div></div>
 <p></p>
 <div class="bibliography">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="id2602905"></a>Bibliography</h4></div></div></div>
+<a name="id2603034"></a>Bibliography</h4></div></div></div>
 <div class="biblioentry">
-<a name="id2602907"></a><p><span class="authorgroup"><span class="firstname">Paul</span> <span class="surname">Albitz</span> and <span class="firstname">Cricket</span> <span class="surname">Liu</span>. </span><span class="title"><i><acronym class="acronym">DNS</acronym> and <acronym class="acronym">BIND</acronym></i>. </span><span class="copyright">Copyright � 1998 Sebastopol, CA: O'Reilly and Associates. </span></p>
+<a name="id2603036"></a><p><span class="authorgroup"><span class="firstname">Paul</span> <span class="surname">Albitz</span> and <span class="firstname">Cricket</span> <span class="surname">Liu</span>. </span><span class="title"><i><acronym class="acronym">DNS</acronym> and <acronym class="acronym">BIND</acronym></i>. </span><span class="copyright">Copyright � 1998 Sebastopol, CA: O'Reilly and Associates. </span></p>
 </div>
 </div>
 </div>
diff --git a/contrib/bind9/doc/arm/Bv9ARM.ch10.html b/contrib/bind9/doc/arm/Bv9ARM.ch10.html
index 5fbeb3dede95..452717c68d9e 100644
--- a/contrib/bind9/doc/arm/Bv9ARM.ch10.html
+++ b/contrib/bind9/doc/arm/Bv9ARM.ch10.html
@@ -1,8 +1,8 @@
 <!--
- - Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2004-2010 Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000-2003 Internet Software Consortium.
  - 
- - Permission to use, copy, modify, and distribute this software for any
+ - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
  - copyright notice and this permission notice appear in all copies.
  - 
@@ -14,7 +14,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: Bv9ARM.ch10.html,v 1.11.14.1 2009/01/08 01:51:00 tbox Exp $ -->
+<!-- $Id: Bv9ARM.ch10.html,v 1.11.14.3 2010/01/24 01:55:26 tbox Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
diff --git a/contrib/bind9/doc/arm/Bv9ARM.html b/contrib/bind9/doc/arm/Bv9ARM.html
index ffb7b6242f5f..b31b67ac0fe4 100644
--- a/contrib/bind9/doc/arm/Bv9ARM.html
+++ b/contrib/bind9/doc/arm/Bv9ARM.html
@@ -1,8 +1,8 @@
 <!--
- - Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2004-2010 Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000-2003 Internet Software Consortium.
  - 
- - Permission to use, copy, modify, and distribute this software for any
+ - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
  - copyright notice and this permission notice appear in all copies.
  - 
@@ -14,7 +14,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: Bv9ARM.html,v 1.193.14.6 2009/06/03 01:54:40 tbox Exp $ -->
+<!-- $Id: Bv9ARM.html,v 1.193.14.14 2010/01/24 01:55:25 tbox Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -41,7 +41,7 @@
 <div>
 <div><h1 class="title">
 <a name="id2563174"></a>BIND 9 Administrator Reference Manual</h1></div>
-<div><p class="copyright">Copyright � 2004-2009 Internet Systems Consortium, Inc. ("ISC")</p></div>
+<div><p class="copyright">Copyright � 2004-2010 Internet Systems Consortium, Inc. ("ISC")</p></div>
 <div><p class="copyright">Copyright � 2000-2003 Internet Software Consortium.</p></div>
 </div>
 <hr>
@@ -51,39 +51,39 @@
 <dl>
 <dt><span class="chapter"><a href="Bv9ARM.ch01.html">1. Introduction</a></span></dt>
 <dd><dl>
-<dt><span class="sect1"><a href="Bv9ARM.ch01.html#id2563409">Scope of Document</a></span></dt>
-<dt><span class="sect1"><a href="Bv9ARM.ch01.html#id2564388">Organization of This Document</a></span></dt>
-<dt><span class="sect1"><a href="Bv9ARM.ch01.html#id2564528">Conventions Used in This Document</a></span></dt>
-<dt><span class="sect1"><a href="Bv9ARM.ch01.html#id2564641">The Domain Name System (<acronym class="acronym">DNS</acronym>)</a></span></dt>
+<dt><span class="sect1"><a href="Bv9ARM.ch01.html#id2563412">Scope of Document</a></span></dt>
+<dt><span class="sect1"><a href="Bv9ARM.ch01.html#id2564391">Organization of This Document</a></span></dt>
+<dt><span class="sect1"><a href="Bv9ARM.ch01.html#id2564531">Conventions Used in This Document</a></span></dt>
+<dt><span class="sect1"><a href="Bv9ARM.ch01.html#id2564712">The Domain Name System (<acronym class="acronym">DNS</acronym>)</a></span></dt>
 <dd><dl>
-<dt><span class="sect2"><a href="Bv9ARM.ch01.html#id2564662">DNS Fundamentals</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch01.html#id2564696">Domains and Domain Names</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch01.html#id2567170">Zones</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch01.html#id2567246">Authoritative Name Servers</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch01.html#id2567419">Caching Name Servers</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch01.html#id2567549">Name Servers in Multiple Roles</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch01.html#id2564733">DNS Fundamentals</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch01.html#id2564768">Domains and Domain Names</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch01.html#id2567173">Zones</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch01.html#id2567250">Authoritative Name Servers</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch01.html#id2567422">Caching Name Servers</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch01.html#id2567553">Name Servers in Multiple Roles</a></span></dt>
 </dl></dd>
 </dl></dd>
 <dt><span class="chapter"><a href="Bv9ARM.ch02.html">2. <acronym class="acronym">BIND</acronym> Resource Requirements</a></span></dt>
 <dd><dl>
-<dt><span class="sect1"><a href="Bv9ARM.ch02.html#id2567584">Hardware requirements</a></span></dt>
-<dt><span class="sect1"><a href="Bv9ARM.ch02.html#id2567610">CPU Requirements</a></span></dt>
-<dt><span class="sect1"><a href="Bv9ARM.ch02.html#id2567623">Memory Requirements</a></span></dt>
-<dt><span class="sect1"><a href="Bv9ARM.ch02.html#id2567854">Name Server Intensive Environment Issues</a></span></dt>
-<dt><span class="sect1"><a href="Bv9ARM.ch02.html#id2567865">Supported Operating Systems</a></span></dt>
+<dt><span class="sect1"><a href="Bv9ARM.ch02.html#id2567587">Hardware requirements</a></span></dt>
+<dt><span class="sect1"><a href="Bv9ARM.ch02.html#id2567613">CPU Requirements</a></span></dt>
+<dt><span class="sect1"><a href="Bv9ARM.ch02.html#id2567626">Memory Requirements</a></span></dt>
+<dt><span class="sect1"><a href="Bv9ARM.ch02.html#id2567721">Name Server Intensive Environment Issues</a></span></dt>
+<dt><span class="sect1"><a href="Bv9ARM.ch02.html#id2567732">Supported Operating Systems</a></span></dt>
 </dl></dd>
 <dt><span class="chapter"><a href="Bv9ARM.ch03.html">3. Name Server Configuration</a></span></dt>
 <dd><dl>
 <dt><span class="sect1"><a href="Bv9ARM.ch03.html#sample_configuration">Sample Configurations</a></span></dt>
 <dd><dl>
-<dt><span class="sect2"><a href="Bv9ARM.ch03.html#id2567897">A Caching-only Name Server</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch03.html#id2567913">An Authoritative-only Name Server</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch03.html#id2567764">A Caching-only Name Server</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch03.html#id2567780">An Authoritative-only Name Server</a></span></dt>
 </dl></dd>
-<dt><span class="sect1"><a href="Bv9ARM.ch03.html#id2568004">Load Balancing</a></span></dt>
-<dt><span class="sect1"><a href="Bv9ARM.ch03.html#id2568358">Name Server Operations</a></span></dt>
+<dt><span class="sect1"><a href="Bv9ARM.ch03.html#id2568007">Load Balancing</a></span></dt>
+<dt><span class="sect1"><a href="Bv9ARM.ch03.html#id2568361">Name Server Operations</a></span></dt>
 <dd><dl>
-<dt><span class="sect2"><a href="Bv9ARM.ch03.html#id2568363">Tools for Use With the Name Server Daemon</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch03.html#id2570071">Signals</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch03.html#id2568366">Tools for Use With the Name Server Daemon</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch03.html#id2570006">Signals</a></span></dt>
 </dl></dd>
 </dl></dd>
 <dt><span class="chapter"><a href="Bv9ARM.ch04.html">4. Advanced DNS Features</a></span></dt>
@@ -92,34 +92,34 @@
 <dt><span class="sect1"><a href="Bv9ARM.ch04.html#dynamic_update">Dynamic Update</a></span></dt>
 <dd><dl><dt><span class="sect2"><a href="Bv9ARM.ch04.html#journal">The journal file</a></span></dt></dl></dd>
 <dt><span class="sect1"><a href="Bv9ARM.ch04.html#incremental_zone_transfers">Incremental Zone Transfers (IXFR)</a></span></dt>
-<dt><span class="sect1"><a href="Bv9ARM.ch04.html#id2564066">Split DNS</a></span></dt>
-<dd><dl><dt><span class="sect2"><a href="Bv9ARM.ch04.html#id2564084">Example split DNS setup</a></span></dt></dl></dd>
+<dt><span class="sect1"><a href="Bv9ARM.ch04.html#id2570492">Split DNS</a></span></dt>
+<dd><dl><dt><span class="sect2"><a href="Bv9ARM.ch04.html#id2570510">Example split DNS setup</a></span></dt></dl></dd>
 <dt><span class="sect1"><a href="Bv9ARM.ch04.html#tsig">TSIG</a></span></dt>
 <dd><dl>
-<dt><span class="sect2"><a href="Bv9ARM.ch04.html#id2571141">Generate Shared Keys for Each Pair of Hosts</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch04.html#id2571214">Copying the Shared Secret to Both Machines</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch04.html#id2571225">Informing the Servers of the Key's Existence</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch04.html#id2571268">Instructing the Server to Use the Key</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch04.html#id2571325">TSIG Key Based Access Control</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch04.html#id2571510">Errors</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch04.html#id2571082">Generate Shared Keys for Each Pair of Hosts</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch04.html#id2571156">Copying the Shared Secret to Both Machines</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch04.html#id2571166">Informing the Servers of the Key's Existence</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch04.html#id2571203">Instructing the Server to Use the Key</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch04.html#id2571260">TSIG Key Based Access Control</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch04.html#id2571445">Errors</a></span></dt>
 </dl></dd>
-<dt><span class="sect1"><a href="Bv9ARM.ch04.html#id2571524">TKEY</a></span></dt>
-<dt><span class="sect1"><a href="Bv9ARM.ch04.html#id2571709">SIG(0)</a></span></dt>
+<dt><span class="sect1"><a href="Bv9ARM.ch04.html#id2571459">TKEY</a></span></dt>
+<dt><span class="sect1"><a href="Bv9ARM.ch04.html#id2571576">SIG(0)</a></span></dt>
 <dt><span class="sect1"><a href="Bv9ARM.ch04.html#DNSSEC">DNSSEC</a></span></dt>
 <dd><dl>
-<dt><span class="sect2"><a href="Bv9ARM.ch04.html#id2571778">Generating Keys</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch04.html#id2571925">Signing the Zone</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch04.html#id2572006">Configuring Servers</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch04.html#id2571644">Generating Keys</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch04.html#id2571792">Signing the Zone</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch04.html#id2571873">Configuring Servers</a></span></dt>
 </dl></dd>
-<dt><span class="sect1"><a href="Bv9ARM.ch04.html#id2572220">IPv6 Support in <acronym class="acronym">BIND</acronym> 9</a></span></dt>
+<dt><span class="sect1"><a href="Bv9ARM.ch04.html#id2572110">IPv6 Support in <acronym class="acronym">BIND</acronym> 9</a></span></dt>
 <dd><dl>
-<dt><span class="sect2"><a href="Bv9ARM.ch04.html#id2572282">Address Lookups Using AAAA Records</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch04.html#id2572304">Address to Name Lookups Using Nibble Format</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch04.html#id2572172">Address Lookups Using AAAA Records</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch04.html#id2572194">Address to Name Lookups Using Nibble Format</a></span></dt>
 </dl></dd>
 </dl></dd>
 <dt><span class="chapter"><a href="Bv9ARM.ch05.html">5. The <acronym class="acronym">BIND</acronym> 9 Lightweight Resolver</a></span></dt>
 <dd><dl>
-<dt><span class="sect1"><a href="Bv9ARM.ch05.html#id2572337">The Lightweight Resolver Library</a></span></dt>
+<dt><span class="sect1"><a href="Bv9ARM.ch05.html#id2572227">The Lightweight Resolver Library</a></span></dt>
 <dt><span class="sect1"><a href="Bv9ARM.ch05.html#lwresd">Running a Resolver Daemon</a></span></dt>
 </dl></dd>
 <dt><span class="chapter"><a href="Bv9ARM.ch06.html">6. <acronym class="acronym">BIND</acronym> 9 Configuration Reference</a></span></dt>
@@ -127,55 +127,55 @@
 <dt><span class="sect1"><a href="Bv9ARM.ch06.html#configuration_file_elements">Configuration File Elements</a></span></dt>
 <dd><dl>
 <dt><span class="sect2"><a href="Bv9ARM.ch06.html#address_match_lists">Address Match Lists</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2573716">Comment Syntax</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2573606">Comment Syntax</a></span></dt>
 </dl></dd>
 <dt><span class="sect1"><a href="Bv9ARM.ch06.html#Configuration_File_Grammar">Configuration File Grammar</a></span></dt>
 <dd><dl>
-<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2574346"><span><strong class="command">acl</strong></span> Statement Grammar</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2574305"><span><strong class="command">acl</strong></span> Statement Grammar</a></span></dt>
 <dt><span class="sect2"><a href="Bv9ARM.ch06.html#acl"><span><strong class="command">acl</strong></span> Statement Definition and
           Usage</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2574536"><span><strong class="command">controls</strong></span> Statement Grammar</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2574494"><span><strong class="command">controls</strong></span> Statement Grammar</a></span></dt>
 <dt><span class="sect2"><a href="Bv9ARM.ch06.html#controls_statement_definition_and_usage"><span><strong class="command">controls</strong></span> Statement Definition and
           Usage</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2574965"><span><strong class="command">include</strong></span> Statement Grammar</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2574982"><span><strong class="command">include</strong></span> Statement Definition and
+<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2574923"><span><strong class="command">include</strong></span> Statement Grammar</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2574940"><span><strong class="command">include</strong></span> Statement Definition and
           Usage</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2575005"><span><strong class="command">key</strong></span> Statement Grammar</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2575029"><span><strong class="command">key</strong></span> Statement Definition and Usage</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2575120"><span><strong class="command">logging</strong></span> Statement Grammar</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2575245"><span><strong class="command">logging</strong></span> Statement Definition and
+<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2574964"><span><strong class="command">key</strong></span> Statement Grammar</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2574987"><span><strong class="command">key</strong></span> Statement Definition and Usage</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2575078"><span><strong class="command">logging</strong></span> Statement Grammar</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2575204"><span><strong class="command">logging</strong></span> Statement Definition and
           Usage</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2577306"><span><strong class="command">lwres</strong></span> Statement Grammar</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2577448"><span><strong class="command">lwres</strong></span> Statement Definition and Usage</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2577512"><span><strong class="command">masters</strong></span> Statement Grammar</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2577556"><span><strong class="command">masters</strong></span> Statement Definition and
+<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2577401"><span><strong class="command">lwres</strong></span> Statement Grammar</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2577475"><span><strong class="command">lwres</strong></span> Statement Definition and Usage</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2577539"><span><strong class="command">masters</strong></span> Statement Grammar</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2577582"><span><strong class="command">masters</strong></span> Statement Definition and
           Usage</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2577571"><span><strong class="command">options</strong></span> Statement Grammar</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2577597"><span><strong class="command">options</strong></span> Statement Grammar</a></span></dt>
 <dt><span class="sect2"><a href="Bv9ARM.ch06.html#options"><span><strong class="command">options</strong></span> Statement Definition and
           Usage</a></span></dt>
 <dt><span class="sect2"><a href="Bv9ARM.ch06.html#server_statement_grammar"><span><strong class="command">server</strong></span> Statement Grammar</a></span></dt>
 <dt><span class="sect2"><a href="Bv9ARM.ch06.html#server_statement_definition_and_usage"><span><strong class="command">server</strong></span> Statement Definition and
             Usage</a></span></dt>
 <dt><span class="sect2"><a href="Bv9ARM.ch06.html#statschannels"><span><strong class="command">statistics-channels</strong></span> Statement Grammar</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2586902"><span><strong class="command">statistics-channels</strong></span> Statement Definition and
+<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2586874"><span><strong class="command">statistics-channels</strong></span> Statement Definition and
             Usage</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2586988"><span><strong class="command">trusted-keys</strong></span> Statement Grammar</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2587040"><span><strong class="command">trusted-keys</strong></span> Statement Definition
+<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2586961"><span><strong class="command">trusted-keys</strong></span> Statement Grammar</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2587080"><span><strong class="command">trusted-keys</strong></span> Statement Definition
             and Usage</a></span></dt>
 <dt><span class="sect2"><a href="Bv9ARM.ch06.html#view_statement_grammar"><span><strong class="command">view</strong></span> Statement Grammar</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2587122"><span><strong class="command">view</strong></span> Statement Definition and Usage</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2587162"><span><strong class="command">view</strong></span> Statement Definition and Usage</a></span></dt>
 <dt><span class="sect2"><a href="Bv9ARM.ch06.html#zone_statement_grammar"><span><strong class="command">zone</strong></span>
             Statement Grammar</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2588659"><span><strong class="command">zone</strong></span> Statement Definition and Usage</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2588567"><span><strong class="command">zone</strong></span> Statement Definition and Usage</a></span></dt>
 </dl></dd>
-<dt><span class="sect1"><a href="Bv9ARM.ch06.html#id2591138">Zone File</a></span></dt>
+<dt><span class="sect1"><a href="Bv9ARM.ch06.html#id2591182">Zone File</a></span></dt>
 <dd><dl>
 <dt><span class="sect2"><a href="Bv9ARM.ch06.html#types_of_resource_records_and_when_to_use_them">Types of Resource Records and When to Use Them</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2593300">Discussion of MX Records</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2593413">Discussion of MX Records</a></span></dt>
 <dt><span class="sect2"><a href="Bv9ARM.ch06.html#Setting_TTLs">Setting TTLs</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2593915">Inverse Mapping in IPv4</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2594042">Other Zone File Directives</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2594368"><acronym class="acronym">BIND</acronym> Master File Extension: the  <span><strong class="command">$GENERATE</strong></span> Directive</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2593960">Inverse Mapping in IPv4</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2594155">Other Zone File Directives</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch06.html#id2594565"><acronym class="acronym">BIND</acronym> Master File Extension: the  <span><strong class="command">$GENERATE</strong></span> Directive</a></span></dt>
 <dt><span class="sect2"><a href="Bv9ARM.ch06.html#zonefile_format">Additional File Formats</a></span></dt>
 </dl></dd>
 <dt><span class="sect1"><a href="Bv9ARM.ch06.html#statistics">BIND9 Statistics</a></span></dt>
@@ -184,31 +184,31 @@
 <dt><span class="chapter"><a href="Bv9ARM.ch07.html">7. <acronym class="acronym">BIND</acronym> 9 Security Considerations</a></span></dt>
 <dd><dl>
 <dt><span class="sect1"><a href="Bv9ARM.ch07.html#Access_Control_Lists">Access Control Lists</a></span></dt>
-<dt><span class="sect1"><a href="Bv9ARM.ch07.html#id2598990"><span><strong class="command">Chroot</strong></span> and <span><strong class="command">Setuid</strong></span></a></span></dt>
+<dt><span class="sect1"><a href="Bv9ARM.ch07.html#id2599120"><span><strong class="command">Chroot</strong></span> and <span><strong class="command">Setuid</strong></span></a></span></dt>
 <dd><dl>
-<dt><span class="sect2"><a href="Bv9ARM.ch07.html#id2599072">The <span><strong class="command">chroot</strong></span> Environment</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch07.html#id2599268">Using the <span><strong class="command">setuid</strong></span> Function</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch07.html#id2599201">The <span><strong class="command">chroot</strong></span> Environment</a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch07.html#id2599329">Using the <span><strong class="command">setuid</strong></span> Function</a></span></dt>
 </dl></dd>
 <dt><span class="sect1"><a href="Bv9ARM.ch07.html#dynamic_update_security">Dynamic Update Security</a></span></dt>
 </dl></dd>
 <dt><span class="chapter"><a href="Bv9ARM.ch08.html">8. Troubleshooting</a></span></dt>
 <dd><dl>
-<dt><span class="sect1"><a href="Bv9ARM.ch08.html#id2599348">Common Problems</a></span></dt>
-<dd><dl><dt><span class="sect2"><a href="Bv9ARM.ch08.html#id2599353">It's not working; how can I figure out what's wrong?</a></span></dt></dl></dd>
-<dt><span class="sect1"><a href="Bv9ARM.ch08.html#id2599365">Incrementing and Changing the Serial Number</a></span></dt>
-<dt><span class="sect1"><a href="Bv9ARM.ch08.html#id2599382">Where Can I Get Help?</a></span></dt>
+<dt><span class="sect1"><a href="Bv9ARM.ch08.html#id2599409">Common Problems</a></span></dt>
+<dd><dl><dt><span class="sect2"><a href="Bv9ARM.ch08.html#id2599414">It's not working; how can I figure out what's wrong?</a></span></dt></dl></dd>
+<dt><span class="sect1"><a href="Bv9ARM.ch08.html#id2599426">Incrementing and Changing the Serial Number</a></span></dt>
+<dt><span class="sect1"><a href="Bv9ARM.ch08.html#id2599443">Where Can I Get Help?</a></span></dt>
 </dl></dd>
 <dt><span class="appendix"><a href="Bv9ARM.ch09.html">A. Appendices</a></span></dt>
 <dd><dl>
-<dt><span class="sect1"><a href="Bv9ARM.ch09.html#id2599444">Acknowledgments</a></span></dt>
+<dt><span class="sect1"><a href="Bv9ARM.ch09.html#id2599573">Acknowledgments</a></span></dt>
 <dd><dl><dt><span class="sect2"><a href="Bv9ARM.ch09.html#historical_dns_information">A Brief History of the <acronym class="acronym">DNS</acronym> and <acronym class="acronym">BIND</acronym></a></span></dt></dl></dd>
-<dt><span class="sect1"><a href="Bv9ARM.ch09.html#id2599684">General <acronym class="acronym">DNS</acronym> Reference Information</a></span></dt>
+<dt><span class="sect1"><a href="Bv9ARM.ch09.html#id2599813">General <acronym class="acronym">DNS</acronym> Reference Information</a></span></dt>
 <dd><dl><dt><span class="sect2"><a href="Bv9ARM.ch09.html#ipv6addresses">IPv6 addresses (AAAA)</a></span></dt></dl></dd>
 <dt><span class="sect1"><a href="Bv9ARM.ch09.html#bibliography">Bibliography (and Suggested Reading)</a></span></dt>
 <dd><dl>
 <dt><span class="sect2"><a href="Bv9ARM.ch09.html#rfcs">Request for Comments (RFCs)</a></span></dt>
 <dt><span class="sect2"><a href="Bv9ARM.ch09.html#internet_drafts">Internet Drafts</a></span></dt>
-<dt><span class="sect2"><a href="Bv9ARM.ch09.html#id2602896">Other Documents About <acronym class="acronym">BIND</acronym></a></span></dt>
+<dt><span class="sect2"><a href="Bv9ARM.ch09.html#id2603025">Other Documents About <acronym class="acronym">BIND</acronym></a></span></dt>
 </dl></dd>
 </dl></dd>
 <dt><span class="reference"><a href="Bv9ARM.ch10.html">I. Manual pages</a></span></dt>
diff --git a/contrib/bind9/doc/arm/Bv9ARM.pdf b/contrib/bind9/doc/arm/Bv9ARM.pdf
index fbb664f8b275..ca72481035c5 100644
--- a/contrib/bind9/doc/arm/Bv9ARM.pdf
+++ b/contrib/bind9/doc/arm/Bv9ARM.pdf
@@ -765,323 +765,329 @@ endobj
 << /S /GoTo /D (subsubsection.6.3.5.1) >>
 endobj
 516 0 obj
-(6.3.5.1 The \044ORIGIN Directive)
+(6.3.5.1 The @ \(at-sign\))
 endobj
 517 0 obj
 << /S /GoTo /D (subsubsection.6.3.5.2) >>
 endobj
 520 0 obj
-(6.3.5.2 The \044INCLUDE Directive)
+(6.3.5.2 The \044ORIGIN Directive)
 endobj
 521 0 obj
 << /S /GoTo /D (subsubsection.6.3.5.3) >>
 endobj
 524 0 obj
-(6.3.5.3 The \044TTL Directive)
+(6.3.5.3 The \044INCLUDE Directive)
 endobj
 525 0 obj
-<< /S /GoTo /D (subsection.6.3.6) >>
+<< /S /GoTo /D (subsubsection.6.3.5.4) >>
 endobj
 528 0 obj
-(6.3.6 BIND Master File Extension: the \044GENERATE Directive)
+(6.3.5.4 The \044TTL Directive)
 endobj
 529 0 obj
-<< /S /GoTo /D (subsection.6.3.7) >>
+<< /S /GoTo /D (subsection.6.3.6) >>
 endobj
 532 0 obj
-(6.3.7 Additional File Formats)
+(6.3.6 BIND Master File Extension: the \044GENERATE Directive)
 endobj
 533 0 obj
-<< /S /GoTo /D (section.6.4) >>
+<< /S /GoTo /D (subsection.6.3.7) >>
 endobj
 536 0 obj
-(6.4 BIND9 Statistics)
+(6.3.7 Additional File Formats)
 endobj
 537 0 obj
-<< /S /GoTo /D (subsubsection.6.4.0.1) >>
+<< /S /GoTo /D (section.6.4) >>
 endobj
 540 0 obj
-(6.4.0.1 The Statistics File)
+(6.4 BIND9 Statistics)
 endobj
 541 0 obj
-<< /S /GoTo /D (subsection.6.4.1) >>
+<< /S /GoTo /D (subsubsection.6.4.0.1) >>
 endobj
 544 0 obj
-(6.4.1 Statistics Counters)
+(6.4.0.1 The Statistics File)
 endobj
 545 0 obj
-<< /S /GoTo /D (subsubsection.6.4.1.1) >>
+<< /S /GoTo /D (subsection.6.4.1) >>
 endobj
 548 0 obj
-(6.4.1.1 Name Server Statistics Counters)
+(6.4.1 Statistics Counters)
 endobj
 549 0 obj
-<< /S /GoTo /D (subsubsection.6.4.1.2) >>
+<< /S /GoTo /D (subsubsection.6.4.1.1) >>
 endobj
 552 0 obj
-(6.4.1.2 Zone Maintenance Statistics Counters)
+(6.4.1.1 Name Server Statistics Counters)
 endobj
 553 0 obj
-<< /S /GoTo /D (subsubsection.6.4.1.3) >>
+<< /S /GoTo /D (subsubsection.6.4.1.2) >>
 endobj
 556 0 obj
-(6.4.1.3 Resolver Statistics Counters)
+(6.4.1.2 Zone Maintenance Statistics Counters)
 endobj
 557 0 obj
-<< /S /GoTo /D (subsubsection.6.4.1.4) >>
+<< /S /GoTo /D (subsubsection.6.4.1.3) >>
 endobj
 560 0 obj
-(6.4.1.4 Socket I/O Statistics Counters)
+(6.4.1.3 Resolver Statistics Counters)
 endobj
 561 0 obj
-<< /S /GoTo /D (subsubsection.6.4.1.5) >>
+<< /S /GoTo /D (subsubsection.6.4.1.4) >>
 endobj
 564 0 obj
-(6.4.1.5 Compatibility with BIND 8 Counters)
+(6.4.1.4 Socket I/O Statistics Counters)
 endobj
 565 0 obj
-<< /S /GoTo /D (chapter.7) >>
+<< /S /GoTo /D (subsubsection.6.4.1.5) >>
 endobj
 568 0 obj
-(7 BIND 9 Security Considerations)
+(6.4.1.5 Compatibility with BIND 8 Counters)
 endobj
 569 0 obj
-<< /S /GoTo /D (section.7.1) >>
+<< /S /GoTo /D (chapter.7) >>
 endobj
 572 0 obj
-(7.1 Access Control Lists)
+(7 BIND 9 Security Considerations)
 endobj
 573 0 obj
-<< /S /GoTo /D (section.7.2) >>
+<< /S /GoTo /D (section.7.1) >>
 endobj
 576 0 obj
-(7.2 Chroot and Setuid)
+(7.1 Access Control Lists)
 endobj
 577 0 obj
-<< /S /GoTo /D (subsection.7.2.1) >>
+<< /S /GoTo /D (section.7.2) >>
 endobj
 580 0 obj
-(7.2.1 The chroot Environment)
+(7.2 Chroot and Setuid)
 endobj
 581 0 obj
-<< /S /GoTo /D (subsection.7.2.2) >>
+<< /S /GoTo /D (subsection.7.2.1) >>
 endobj
 584 0 obj
-(7.2.2 Using the setuid Function)
+(7.2.1 The chroot Environment)
 endobj
 585 0 obj
-<< /S /GoTo /D (section.7.3) >>
+<< /S /GoTo /D (subsection.7.2.2) >>
 endobj
 588 0 obj
-(7.3 Dynamic Update Security)
+(7.2.2 Using the setuid Function)
 endobj
 589 0 obj
-<< /S /GoTo /D (chapter.8) >>
+<< /S /GoTo /D (section.7.3) >>
 endobj
 592 0 obj
-(8 Troubleshooting)
+(7.3 Dynamic Update Security)
 endobj
 593 0 obj
-<< /S /GoTo /D (section.8.1) >>
+<< /S /GoTo /D (chapter.8) >>
 endobj
 596 0 obj
-(8.1 Common Problems)
+(8 Troubleshooting)
 endobj
 597 0 obj
-<< /S /GoTo /D (subsection.8.1.1) >>
+<< /S /GoTo /D (section.8.1) >>
 endobj
 600 0 obj
-(8.1.1 It's not working; how can I figure out what's wrong?)
+(8.1 Common Problems)
 endobj
 601 0 obj
-<< /S /GoTo /D (section.8.2) >>
+<< /S /GoTo /D (subsection.8.1.1) >>
 endobj
 604 0 obj
-(8.2 Incrementing and Changing the Serial Number)
+(8.1.1 It's not working; how can I figure out what's wrong?)
 endobj
 605 0 obj
-<< /S /GoTo /D (section.8.3) >>
+<< /S /GoTo /D (section.8.2) >>
 endobj
 608 0 obj
-(8.3 Where Can I Get Help?)
+(8.2 Incrementing and Changing the Serial Number)
 endobj
 609 0 obj
-<< /S /GoTo /D (appendix.A) >>
+<< /S /GoTo /D (section.8.3) >>
 endobj
 612 0 obj
-(A Appendices)
+(8.3 Where Can I Get Help?)
 endobj
 613 0 obj
-<< /S /GoTo /D (section.A.1) >>
+<< /S /GoTo /D (appendix.A) >>
 endobj
 616 0 obj
-(A.1 Acknowledgments)
+(A Appendices)
 endobj
 617 0 obj
-<< /S /GoTo /D (subsection.A.1.1) >>
+<< /S /GoTo /D (section.A.1) >>
 endobj
 620 0 obj
-(A.1.1 A Brief History of the DNS and BIND)
+(A.1 Acknowledgments)
 endobj
 621 0 obj
-<< /S /GoTo /D (section.A.2) >>
+<< /S /GoTo /D (subsection.A.1.1) >>
 endobj
 624 0 obj
-(A.2 General DNS Reference Information)
+(A.1.1 A Brief History of the DNS and BIND)
 endobj
 625 0 obj
-<< /S /GoTo /D (subsection.A.2.1) >>
+<< /S /GoTo /D (section.A.2) >>
 endobj
 628 0 obj
-(A.2.1 IPv6 addresses \(AAAA\))
+(A.2 General DNS Reference Information)
 endobj
 629 0 obj
-<< /S /GoTo /D (section.A.3) >>
+<< /S /GoTo /D (subsection.A.2.1) >>
 endobj
 632 0 obj
-(A.3 Bibliography \(and Suggested Reading\))
+(A.2.1 IPv6 addresses \(AAAA\))
 endobj
 633 0 obj
-<< /S /GoTo /D (subsection.A.3.1) >>
+<< /S /GoTo /D (section.A.3) >>
 endobj
 636 0 obj
-(A.3.1 Request for Comments \(RFCs\))
+(A.3 Bibliography \(and Suggested Reading\))
 endobj
 637 0 obj
-<< /S /GoTo /D (subsection.A.3.2) >>
+<< /S /GoTo /D (subsection.A.3.1) >>
 endobj
 640 0 obj
-(A.3.2 Internet Drafts)
+(A.3.1 Request for Comments \(RFCs\))
 endobj
 641 0 obj
-<< /S /GoTo /D (subsection.A.3.3) >>
+<< /S /GoTo /D (subsection.A.3.2) >>
 endobj
 644 0 obj
-(A.3.3 Other Documents About BIND)
+(A.3.2 Internet Drafts)
 endobj
 645 0 obj
-<< /S /GoTo /D (appendix.B) >>
+<< /S /GoTo /D (subsection.A.3.3) >>
 endobj
 648 0 obj
-(B Manual pages)
+(A.3.3 Other Documents About BIND)
 endobj
 649 0 obj
-<< /S /GoTo /D (section.B.1) >>
+<< /S /GoTo /D (appendix.B) >>
 endobj
 652 0 obj
-(B.1 dig)
+(B Manual pages)
 endobj
 653 0 obj
-<< /S /GoTo /D (section.B.2) >>
+<< /S /GoTo /D (section.B.1) >>
 endobj
 656 0 obj
-(B.2 host)
+(B.1 dig)
 endobj
 657 0 obj
-<< /S /GoTo /D (section.B.3) >>
+<< /S /GoTo /D (section.B.2) >>
 endobj
 660 0 obj
-(B.3 dnssec-dsfromkey)
+(B.2 host)
 endobj
 661 0 obj
-<< /S /GoTo /D (section.B.4) >>
+<< /S /GoTo /D (section.B.3) >>
 endobj
 664 0 obj
-(B.4 dnssec-keyfromlabel)
+(B.3 dnssec-dsfromkey)
 endobj
 665 0 obj
-<< /S /GoTo /D (section.B.5) >>
+<< /S /GoTo /D (section.B.4) >>
 endobj
 668 0 obj
-(B.5 dnssec-keygen)
+(B.4 dnssec-keyfromlabel)
 endobj
 669 0 obj
-<< /S /GoTo /D (section.B.6) >>
+<< /S /GoTo /D (section.B.5) >>
 endobj
 672 0 obj
-(B.6 dnssec-signzone)
+(B.5 dnssec-keygen)
 endobj
 673 0 obj
-<< /S /GoTo /D (section.B.7) >>
+<< /S /GoTo /D (section.B.6) >>
 endobj
 676 0 obj
-(B.7 named-checkconf)
+(B.6 dnssec-signzone)
 endobj
 677 0 obj
-<< /S /GoTo /D (section.B.8) >>
+<< /S /GoTo /D (section.B.7) >>
 endobj
 680 0 obj
-(B.8 named-checkzone)
+(B.7 named-checkconf)
 endobj
 681 0 obj
-<< /S /GoTo /D (section.B.9) >>
+<< /S /GoTo /D (section.B.8) >>
 endobj
 684 0 obj
-(B.9 named)
+(B.8 named-checkzone)
 endobj
 685 0 obj
-<< /S /GoTo /D (section.B.10) >>
+<< /S /GoTo /D (section.B.9) >>
 endobj
 688 0 obj
-(B.10 nsupdate)
+(B.9 named)
 endobj
 689 0 obj
-<< /S /GoTo /D (section.B.11) >>
+<< /S /GoTo /D (section.B.10) >>
 endobj
 692 0 obj
-(B.11 rndc)
+(B.10 nsupdate)
 endobj
 693 0 obj
-<< /S /GoTo /D (section.B.12) >>
+<< /S /GoTo /D (section.B.11) >>
 endobj
 696 0 obj
-(B.12 rndc.conf)
+(B.11 rndc)
 endobj
 697 0 obj
-<< /S /GoTo /D (section.B.13) >>
+<< /S /GoTo /D (section.B.12) >>
 endobj
 700 0 obj
-(B.13 rndc-confgen)
+(B.12 rndc.conf)
 endobj
 701 0 obj
-<< /S /GoTo /D [702 0 R  /FitH ] >>
+<< /S /GoTo /D (section.B.13) >>
 endobj
-705 0 obj <<
+704 0 obj
+(B.13 rndc-confgen)
+endobj
+705 0 obj
+<< /S /GoTo /D [706 0 R  /FitH ] >>
+endobj
+709 0 obj <<
 /Length 236       
 /Filter /FlateDecode
 >>
 stream
 xڍ��JA���9��M'�d2s�T��Beo�ai�Rp�t�����*�Ar����	�/A�}��Փºs��v��
�B)�P+!�lQ�bJ��w�N�1��P�)&>���ͮ��-A�bEM�p����d��[L+V?�c��t�~�r��~[����~�N� a�(��˘���9�M��<��wY��QD�r;y�|�~����h̖�b�VV_��l�P}&��s��C+WDendstream
 endobj
-702 0 obj <<
+706 0 obj <<
 /Type /Page
-/Contents 705 0 R
-/Resources 704 0 R
+/Contents 709 0 R
+/Resources 708 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 711 0 R
+/Parent 715 0 R
 >> endobj
-703 0 obj <<
+707 0 obj <<
 /Type /XObject
 /Subtype /Form
 /FormType 1
 /PTEX.FileName (./isc-logo.pdf)
 /PTEX.PageNumber 1
-/PTEX.InfoDict 712 0 R 
+/PTEX.InfoDict 716 0 R 
 /Matrix [1.00000000 0.00000000 0.00000000 1.00000000 0.00000000 0.00000000]
 /BBox [0.00000000 0.00000000 255.00000000 149.00000000]
 /Resources <<
 /ProcSet [ /PDF /Text ]
 /ColorSpace <<
-/R15 713 0 R
-/R9 714 0 R
-/R11 715 0 R
-/R13 716 0 R
+/R15 717 0 R
+/R9 718 0 R
+/R11 719 0 R
+/R13 720 0 R
 >>/ExtGState <<
-/R17 717 0 R
-/R8 718 0 R
->>/Font << /R19 719 0 R >>
+/R17 721 0 R
+/R8 722 0 R
+>>/Font << /R19 723 0 R >>
 >>
-/Length 720 0 R
+/Length 724 0 R
 /Filter /FlateDecode
 >>
 stream
@@ -1097,7 +1103,7 @@ x
 F��Ica��0�)	�A�+����
��|-Tu�a>�s:���~K���V�׋�O�A�I�
�ɪ�r2Q��ب�>.z��CN��{ի'^5M����������U1z6��v�pF)����ʛC�i#]b�LkS#�Q��v�������cH�$���DI���pt�73*_�'�ڿ���Q�����,�*�+�ڙ%v�&u߉�x��-�kz� χ�	Q�P�3�Z�q��0��wM�?�=�*_ǣR�Ѫ�Ƭ����g!SeR���z�ݍ�FLڟv
 �����e�Nd��d�"gK2c�ɗGoO�8G��Ϧ:B
�ht[�~�����S�ܣu�Qk�%ȴ�ۆ�iAT��p[OU��(z�Q�* *�����F�̈́�'�V��;1a���ˌ�r$���9ˏ8����T�����_o�����C��"�*~u�q�����{��"�~���"���b�z+��]OZ,Sϥ._^��_\^��56g�3^��5Z����U�������O��<�#rY���^~���<ц�5%�܏~��s�\��d�3�4�~��[i���g�
��|���5��m�XS�7������>!�ΓO�hKY�����3/����g�4EO=���쓭�v5�������k����R��̡�l�ŷ�_D�η�R�f.{���Yӎͧ�^���5�?�v��e�M��?��endstream
 endobj
-712 0 obj
+716 0 obj
 <<
 /Producer (AFPL Ghostscript 8.51)
 /CreationDate (D:20050606145621)
@@ -1107,46 +1113,46 @@ endobj
 /Author (Douglas E. Appelt)
 >>
 endobj
-713 0 obj
-[/Separation/PANTONE#201805#20C/DeviceCMYK 721 0 R]
-endobj
-714 0 obj
-[/Separation/PANTONE#207506#20C/DeviceCMYK 722 0 R]
-endobj
-715 0 obj
-[/Separation/PANTONE#20301#20C/DeviceCMYK 723 0 R]
-endobj
-716 0 obj
-[/Separation/PANTONE#20871#20C/DeviceCMYK 724 0 R]
-endobj
 717 0 obj
+[/Separation/PANTONE#201805#20C/DeviceCMYK 725 0 R]
+endobj
+718 0 obj
+[/Separation/PANTONE#207506#20C/DeviceCMYK 726 0 R]
+endobj
+719 0 obj
+[/Separation/PANTONE#20301#20C/DeviceCMYK 727 0 R]
+endobj
+720 0 obj
+[/Separation/PANTONE#20871#20C/DeviceCMYK 728 0 R]
+endobj
+721 0 obj
 <<
 /Type /ExtGState
 /SA true
 >>
 endobj
-718 0 obj
+722 0 obj
 <<
 /Type /ExtGState
 /OPM 1
 >>
 endobj
-719 0 obj
+723 0 obj
 <<
 /BaseFont /NVXWCK#2BTrajanPro-Bold
-/FontDescriptor 725 0 R
+/FontDescriptor 729 0 R
 /Type /Font
 /FirstChar 67
 /LastChar 136
 /Widths [ 800 0 0 0 0 0 452 0 0 0 0 0 0 0 0 0 582 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 841 633 576 686 590 540 923 827 407 760]
-/Encoding 726 0 R
+/Encoding 730 0 R
 /Subtype /Type1
 >>
 endobj
-720 0 obj
+724 0 obj
 2362
 endobj
-721 0 obj
+725 0 obj
 <<
 /Filter /FlateDecode
 /FunctionType 4
@@ -1157,7 +1163,7 @@ endobj
 stream
 x��N)-P0P�-�QH�H�P�s�,
QE��zF�`^-�=1�endstream
 endobj
-722 0 obj
+726 0 obj
 <<
 /Filter /FlateDecode
 /FunctionType 4
@@ -1168,7 +1174,7 @@ endobj
 stream
 x��N)-P0P�-�QH�H�P�s�L�E�D �k8/�endstream
 endobj
-723 0 obj
+727 0 obj
 <<
 /Filter /FlateDecode
 /FunctionType 4
@@ -1179,7 +1185,7 @@ endobj
 stream
 x��N)-P0T�-�QH�H�P�q
�LL�D\=C0��=D�endstream
 endobj
-724 0 obj
+728 0 obj
 <<
 /Filter /FlateDecode
 /FunctionType 4
@@ -1190,7 +1196,7 @@ endobj
 stream
 x��N)-P0�365�T�-�QH�H�P���X����#��-,���Z�&��endstream
 endobj
-725 0 obj
+729 0 obj
 <<
 /Type /FontDescriptor
 /FontName /NVXWCK#2BTrajanPro-Bold
@@ -1203,17 +1209,17 @@ endobj
 /StemV 138
 /MissingWidth 500
 /CharSet (/Msmall/C/Ysmall/Nsmall/Osmall/Esmall/Rsmall/S/Ssmall/I/Tsmall/Ismall/Usmall)
-/FontFile3 727 0 R
+/FontFile3 731 0 R
 >>
 endobj
-726 0 obj
+730 0 obj
 <<
 /Type /Encoding
 /BaseEncoding /WinAnsiEncoding
 /Differences [ 127/Nsmall/Tsmall/Esmall/Rsmall/Ysmall/Ssmall/Msmall/Osmall/Ismall/Usmall]
 >>
 endobj
-727 0 obj
+731 0 obj
 <<
 /Filter /FlateDecode
 /Subtype /Type1C
@@ -1236,40 +1242,41 @@ x
 ȼL��<;�*X�����G�_Y1ET��4��-U�_>��آ��}���v�
��d��#�r۟�@��\5l�h�<8�s���?h��!-��*J��,\G/W�9OW�׵�.����&�[���I�ڴӽ7����K�������.cxQn<������g����h�Y�8��+o�^�밋>9p����!������K���#��R�lx�J�ب�Җ��{ϳw�a��o�ǣ�H���H9��/.~���
 �O���v61B�5*�<6��,�bh����\�]��#�#���1O��Ϥ5o�]ц��4}h��0$�,6���A,�?/�;R�cy6��UJ��Y�X^����ɟ�����2�K|o�ؔ/�Ȩ�/�(�2�#�NMK�r�
r��f9�yZ��}$��	���)�h`i�G�A����H+����&*�X$���V�h�������A1�����0���Hi �w~I(��2;�]�L��x4[�O�,�����QQ��FdQ������%\���:Ó;�є�Eb1��������=$��?I��C���3�C=V�'>�����+�~8	�#;��_���*qň+�	8����p�_YR��d%a	�H\e���Df�����R[�kφG��/WT��A5�H��Voo8h�n�)���Dn���q�zf�h�&�cQb�X�߂�L���;{����u���ن-�[S�-ۼ�yub܁�h�m��4^˙ ��L�Q��endstream
 endobj
-706 0 obj <<
-/D [702 0 R /XYZ 85.0394 794.5015 null]
+710 0 obj <<
+/D [706 0 R /XYZ 85.0394 794.5015 null]
 >> endobj
-707 0 obj <<
-/D [702 0 R /XYZ 85.0394 769.5949 null]
+711 0 obj <<
+/D [706 0 R /XYZ 85.0394 769.5949 null]
 >> endobj
-704 0 obj <<
-/Font << /F21 710 0 R >>
-/XObject << /Im1 703 0 R >>
+708 0 obj <<
+/Font << /F21 714 0 R >>
+/XObject << /Im1 707 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-730 0 obj <<
+734 0 obj <<
 /Length 1001      
 /Filter /FlateDecode
 >>
 stream
-xڵVM��:��+XjU��_Y҈��8]S3����j�'8]��߅$"����+�I���sr
Ïh��,N�fs����z7���MDb��cĸ�n�3��k�}��w�`D8��n`��cj�m���S]쪄��t�:�ؚ����K�
ڡ�Rlj�mrd1��c6�2��#nQK˶�c#����Q����+����ξj&F6�-5�`�l|��"�N�mq��D�~_�%�`�؂(���H�&nB��.����B.�`_��}^�Y�Q�����W�.N��]���n&�E��^3��4T~v6�0�L˲4� �����3Z���ZN�
gm�.�yN�O�q�#�Bڅ쮻�~_G����k�,�8���(�|f���[�,q�.g#g�wEU�^p�K1��\�Y��#B�P�w���VV��6EU��S-֯���F��<���p:�Jn�����Y)O��m.qP�9ux0��:!��&m���޳��r\��l$�C�Y�)6�F�]�*��W�埼�AtY;ݗu�ί�wzW����C���
-��z{ku��!57�R	�.�mh\�3X#�F�Q��d3_�Y<ɞF��D��I�=�c1kn��*D3��բ'�1D��%�
C�*�e�/7��l&�ğ��X\Ix�2җ�5�����;�#/\��hzU<�/�@i��$��q�'�6F�1t�0�~tBv�c+v�e7	��OS�8�1�|��>��g#�ף��c(�I����|���
�lj���6�Y�m�L�y�O/�R���AR�ӝ�ӳ��{�O3�)��1hK��˰]=�?I�����
+��xu���W�D���|�)���A�𡑓����,�����,q{6E�4�~���Jq��}X�:��\4d2b6���eM��M���E���T�+�@-�/(wW�|W����6�>z&.��g�vz&�ݚ�7��c&j���~��z�1��j�a#�8����:�ƲٙT�^�!}N�E�0���h~endstream
+xڵV]��8}�W�UM:|�FT���ښ�[���V\��������/[[>�$9�{��
@4?���8��
dbbj���k��7�����N�����o�m��m W?`��j��a2d����A:�ކ��U��醁�aqMgr@�%�lqd[6�t���b���l�8����e[�6�m@���m~���y,^ߪ���fbdc�(�X�����t
+	��X�x��8A�%%A��!Q����NM\C��V�:�-$X�`_��}^�Y�y���IL�r*�Uq�=(��tF0�4�/J� ����V=��O�(2-��47�4�e��[�	���m�E�7���i?�,%�dw�-����8"�0��]��M)v4�2�i9_ڧ��%��=�AS�Ŭ�Y��]q:�^h�J1�O��g
��!C9ߕ�b�[Y�7��Q�Mq���˹�5Vo�l��M�[����S���x(Or����R�z�<K?���A���	A�Ao���iҦ��\$|�	^�+8��~h6�?�&�(��J!~�R��;+D�5�}Y����Õ�=�ᐯdU��_���B��8��~%���OM�@�b����ȉ�8�vC�f�l�x�=�8��\	R1.��G0��bV�^7U�z&��բ'�P�sIv�P��%q�,���s��J����ŵ�G0������XP���xG|��qM���E�Z�)�'b���7���mݧ ���Bku�c+u�Q7	��OS�4�1�z�>��g�"�ד��S(�$NTV�>]�^���������,A��FV�L/�R��TADН��֋����[g��
+K��˰Ym��$�\��ɵ$���xu���W������@G�����C'}�]5zYG�������y��0�����3�M�Z+|P��[4c2b6�/�˔2��ikE���J�+ՠ,�/wע���O�X��雸�蜹��3���ܾJ�3Q��t��L����e�ʦ6b�Cᅧ���Y+�y���&�̢w����j�endstream
 endobj
-729 0 obj <<
+733 0 obj <<
 /Type /Page
-/Contents 730 0 R
-/Resources 728 0 R
+/Contents 734 0 R
+/Resources 732 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 711 0 R
+/Parent 715 0 R
 >> endobj
-731 0 obj <<
-/D [729 0 R /XYZ 56.6929 794.5015 null]
+735 0 obj <<
+/D [733 0 R /XYZ 56.6929 794.5015 null]
 >> endobj
-728 0 obj <<
-/Font << /F23 734 0 R /F14 737 0 R >>
+732 0 obj <<
+/Font << /F23 738 0 R /F14 741 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-740 0 obj <<
+744 0 obj <<
 /Length 2891      
 /Filter /FlateDecode
 >>
@@ -1289,1334 +1296,1337 @@ W
 M���:h�n��������o��k�h�#��lk�lMfR,`5("qP,���b�����~]��=�מ,�z�%h�g��
 ��G��m2��RE�7XD����\@p�,t��D�'/�ս����@�_�'H�d��!E��B*����Ҍ�@�aa��dz���:�u�նHA���!;2�3�X$1�5�$LCK�[�������d���r�gľڀ�L%
��a�	�"AP��r=|�?SRx�R�Wywqqv�:���7��'*S��VZ��<�`��w�2ci����� Ε[~��&�3��S�����p%��?���Bendstream
 endobj
-739 0 obj <<
-/Type /Page
-/Contents 740 0 R
-/Resources 738 0 R
-/MediaBox [0 0 595.2756 841.8898]
-/Parent 711 0 R
-/Annots [ 743 0 R 744 0 R 745 0 R 746 0 R 747 0 R 748 0 R 749 0 R 750 0 R 751 0 R 752 0 R 753 0 R 754 0 R 755 0 R 756 0 R 757 0 R 758 0 R 759 0 R 760 0 R 761 0 R 762 0 R 763 0 R 764 0 R 765 0 R 766 0 R 767 0 R 768 0 R 769 0 R 770 0 R 771 0 R 772 0 R 773 0 R 774 0 R 775 0 R 776 0 R 777 0 R 778 0 R 779 0 R 780 0 R 781 0 R 782 0 R 783 0 R 784 0 R 785 0 R 786 0 R 787 0 R 788 0 R 789 0 R 790 0 R 791 0 R 792 0 R ]
->> endobj
 743 0 obj <<
+/Type /Page
+/Contents 744 0 R
+/Resources 742 0 R
+/MediaBox [0 0 595.2756 841.8898]
+/Parent 715 0 R
+/Annots [ 747 0 R 748 0 R 749 0 R 750 0 R 751 0 R 752 0 R 753 0 R 754 0 R 755 0 R 756 0 R 757 0 R 758 0 R 759 0 R 760 0 R 761 0 R 762 0 R 763 0 R 764 0 R 765 0 R 766 0 R 767 0 R 768 0 R 769 0 R 770 0 R 771 0 R 772 0 R 773 0 R 774 0 R 775 0 R 776 0 R 777 0 R 778 0 R 779 0 R 780 0 R 781 0 R 782 0 R 783 0 R 784 0 R 785 0 R 786 0 R 787 0 R 788 0 R 789 0 R 790 0 R 791 0 R 792 0 R 793 0 R 794 0 R 795 0 R 796 0 R ]
+>> endobj
+747 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [532.6051 688.709 539.579 697.2967]
 /Subtype /Link
 /A << /S /GoTo /D (chapter.1) >>
 >> endobj
-744 0 obj <<
+748 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [532.6051 676.5858 539.579 685.4425]
 /Subtype /Link
 /A << /S /GoTo /D (section.1.1) >>
 >> endobj
-745 0 obj <<
+749 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [532.6051 664.4876 539.579 673.3442]
 /Subtype /Link
 /A << /S /GoTo /D (section.1.2) >>
 >> endobj
-746 0 obj <<
+750 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [532.6051 652.3894 539.579 661.246]
 /Subtype /Link
 /A << /S /GoTo /D (section.1.3) >>
 >> endobj
-747 0 obj <<
+751 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [532.6051 640.1914 539.579 649.1477]
 /Subtype /Link
 /A << /S /GoTo /D (section.1.4) >>
 >> endobj
-748 0 obj <<
+752 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [532.6051 628.0932 539.579 637.0495]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.1.4.1) >>
 >> endobj
-749 0 obj <<
+753 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [532.6051 615.995 539.579 624.9512]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.1.4.2) >>
 >> endobj
-750 0 obj <<
+754 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [532.6051 603.8967 539.579 612.853]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.1.4.3) >>
 >> endobj
-751 0 obj <<
+755 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [532.6051 591.7985 539.579 600.7547]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.1.4.4) >>
 >> endobj
-752 0 obj <<
+756 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [532.6051 579.7002 539.579 588.6565]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.1.4.4.1) >>
 >> endobj
-753 0 obj <<
+757 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [532.6051 567.6019 539.579 576.5582]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.1.4.4.2) >>
 >> endobj
-754 0 obj <<
+758 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [532.6051 555.5037 539.579 564.46]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.1.4.4.3) >>
 >> endobj
-755 0 obj <<
+759 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.6238 543.4055 539.579 552.5112]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.1.4.5) >>
 >> endobj
-756 0 obj <<
+760 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.6238 531.3072 539.579 540.413]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.1.4.5.1) >>
 >> endobj
-757 0 obj <<
+761 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.6238 519.209 539.579 528.3147]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.1.4.6) >>
 >> endobj
-758 0 obj <<
+762 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.6238 496.7003 539.579 505.4125]
 /Subtype /Link
 /A << /S /GoTo /D (chapter.2) >>
 >> endobj
-759 0 obj <<
+763 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.6238 484.5772 539.579 493.5832]
 /Subtype /Link
 /A << /S /GoTo /D (section.2.1) >>
 >> endobj
-760 0 obj <<
+764 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.6238 472.4789 539.579 481.485]
 /Subtype /Link
 /A << /S /GoTo /D (section.2.2) >>
 >> endobj
-761 0 obj <<
+765 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.6238 460.3806 539.579 469.3867]
 /Subtype /Link
 /A << /S /GoTo /D (section.2.3) >>
 >> endobj
-762 0 obj <<
+766 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.6238 448.2824 539.579 457.2885]
 /Subtype /Link
 /A << /S /GoTo /D (section.2.4) >>
 >> endobj
-763 0 obj <<
+767 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.6238 436.1841 539.579 445.1902]
 /Subtype /Link
 /A << /S /GoTo /D (section.2.5) >>
 >> endobj
-764 0 obj <<
+768 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.6238 413.4314 539.579 422.288]
 /Subtype /Link
 /A << /S /GoTo /D (chapter.3) >>
 >> endobj
-765 0 obj <<
+769 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.6238 401.353 539.579 410.4588]
 /Subtype /Link
 /A << /S /GoTo /D (section.3.1) >>
 >> endobj
-766 0 obj <<
+770 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.6238 389.2548 539.579 398.3605]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.3.1.1) >>
 >> endobj
-767 0 obj <<
+771 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.6238 377.1565 539.579 386.2623]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.3.1.2) >>
 >> endobj
-768 0 obj <<
+772 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.6238 365.1579 539.579 374.164]
 /Subtype /Link
 /A << /S /GoTo /D (section.3.2) >>
 >> endobj
-769 0 obj <<
+773 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.6238 353.0597 539.579 362.0658]
 /Subtype /Link
 /A << /S /GoTo /D (section.3.3) >>
 >> endobj
-770 0 obj <<
+774 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.6238 340.9614 539.579 349.9675]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.3.3.1) >>
 >> endobj
-771 0 obj <<
+775 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.6238 328.7635 539.579 337.8693]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.3.3.1.1) >>
 >> endobj
-772 0 obj <<
+776 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.6238 316.6653 539.579 325.771]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.3.3.1.2) >>
 >> endobj
-773 0 obj <<
+777 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.6238 304.567 539.579 313.6728]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.3.3.2) >>
 >> endobj
-774 0 obj <<
+778 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.6238 281.9139 539.579 290.7706]
 /Subtype /Link
 /A << /S /GoTo /D (chapter.4) >>
 >> endobj
-775 0 obj <<
+779 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.6238 269.8356 539.579 278.9413]
 /Subtype /Link
 /A << /S /GoTo /D (section.4.1) >>
 >> endobj
-776 0 obj <<
+780 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.6238 257.7373 539.579 266.8431]
 /Subtype /Link
 /A << /S /GoTo /D (section.4.2) >>
 >> endobj
-777 0 obj <<
+781 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.6238 245.6391 539.579 254.7448]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.4.2.1) >>
 >> endobj
-778 0 obj <<
+782 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.6238 233.5408 539.579 242.4971]
 /Subtype /Link
 /A << /S /GoTo /D (section.4.3) >>
 >> endobj
-779 0 obj <<
+783 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.6238 221.4426 539.579 230.3988]
 /Subtype /Link
 /A << /S /GoTo /D (section.4.4) >>
 >> endobj
-780 0 obj <<
+784 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.6238 209.3443 539.579 218.3006]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.4.4.1) >>
 >> endobj
-781 0 obj <<
+785 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.6238 197.2461 539.579 206.2023]
 /Subtype /Link
 /A << /S /GoTo /D (section.4.5) >>
 >> endobj
-782 0 obj <<
+786 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.6238 185.1478 539.579 194.1041]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.4.5.1) >>
 >> endobj
-783 0 obj <<
+787 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.6238 173.0496 539.579 182.0058]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.4.5.1.1) >>
 >> endobj
-784 0 obj <<
+788 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.6238 161.051 539.579 170.0571]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.4.5.1.2) >>
 >> endobj
-785 0 obj <<
+789 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.6238 148.9527 539.579 157.9588]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.4.5.2) >>
 >> endobj
-786 0 obj <<
+790 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.6238 136.8545 539.579 145.8606]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.4.5.3) >>
 >> endobj
-787 0 obj <<
+791 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.6238 124.7562 539.579 133.7623]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.4.5.4) >>
 >> endobj
-788 0 obj <<
+792 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.6238 112.5583 539.579 121.5146]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.4.5.5) >>
 >> endobj
-789 0 obj <<
+793 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.6238 100.4601 539.579 109.4163]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.4.5.6) >>
 >> endobj
-790 0 obj <<
+794 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.6238 88.3618 539.579 97.3181]
 /Subtype /Link
 /A << /S /GoTo /D (section.4.6) >>
 >> endobj
-791 0 obj <<
+795 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.6238 76.2636 539.579 85.2199]
 /Subtype /Link
 /A << /S /GoTo /D (section.4.7) >>
 >> endobj
-792 0 obj <<
+796 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.6238 64.1653 539.579 73.1216]
 /Subtype /Link
 /A << /S /GoTo /D (section.4.8) >>
 >> endobj
-741 0 obj <<
-/D [739 0 R /XYZ 85.0394 794.5015 null]
+745 0 obj <<
+/D [743 0 R /XYZ 85.0394 794.5015 null]
+>> endobj
+746 0 obj <<
+/D [743 0 R /XYZ 85.0394 711.9273 null]
 >> endobj
 742 0 obj <<
-/D [739 0 R /XYZ 85.0394 711.9273 null]
->> endobj
-738 0 obj <<
-/Font << /F21 710 0 R /F23 734 0 R >>
+/Font << /F21 714 0 R /F23 738 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-795 0 obj <<
-/Length 3159      
+799 0 obj <<
+/Length 3161      
 /Filter /FlateDecode
 >>
 stream
-x��[w۸���)�h?����ɶM�����}`d�։$z%9����8�����ili��ډ9����`@�d#��e#��v܍��DQ�F��	]���9a�1�p�����/��9�4ף��#��js2K��ltq�����.^��8?��◓W��3��>�'��AG�>�_N(Ϊ�7�J�s|4?�J%�3;9?�5��tc��M%\h��U���J�C�FF9���I��Hb	;3N��rQ.��tqu6択���[�����l����t���g���sK��ը��#T+؍��Z����z+��~*��{`E�)Ց޲r>�ZDP��e��?����P}$%&d5�`�UÈIā�z�E��.#Zb^T�Rʯn����r��\�c��� #!�ٌ�C��7Ì$��A����#�UM�B�<"�����Wݒq{sS-��������^6�y���d~@!���C �!���%���B��A�1?�Q�,�8�yvy�<c��\�R�VU_no�?���C�3�O���rRml.7���<�%[s`�i�i�����j��#�5�C�����b^���~�4k�y]-��f�q?��1�2CCD�^��Sq 2o{g�{�:ic�ed�\Օ���"�0{5`#���z����>ϫj���|�e
$��:�&kn8k�tX����*�֊0�l���8XWҘ����?��,�w��J��K� !}ٟ$`�}��<�806P�
%c��l𖍏���u+RT�,�y�']Ψ��U
���M
-0�H�ba�$��H��s%��Sݎ�[Cm���i��|.��bRg.�|��`�-Z�ጁ�a����L1K�iWuo��y=
s�W�r^.�~��9�~e�����O0�>YP2��D/��0i���U�e�Q�{��\����Qц{�{��tf�1T�\����C�θ&R09Rä�`��"����ź���X8u\Z����\P�!JO*�T(��ˉ��Px�˲�C�iW���e�{��zu�g����U���l�!��TA�aq`��ۺ�%Zy<����F��ڎʚ㨁�ҙ�
-0�P�ra�$��PA�wÅ�D3g:X�u�%�2`����@Iā��z�@��(�57�c]�f d)�`�1�Ur��D����*Q
-߯�}�,��^=2�����%d4`���pIā�z�Ή�2T���x��l#�R��G�Y{LoR�3n�c��ź�1�.����9��	b<AM��)��=���ND��C഻�YǞ�0Ԧ6�����1���%F:K���'b'2�j�^V�U��e����uOrB'�8�h�����'��=�c�ܗ�����g�)���ANB.�9�'P+1��1�	�=pbd�;b�vb2]Lf��e�M�c�&;��'�g���a���0t�����\p��IZws�P��_~����Y#�2`�1�� IāQ�z�(J����ىɗ�.5��%�Y�cp�W}cγy�OPS1��:��=�$,�u�C�{�Q��uR!���tv4@8��� 0d0ׁ�91�C��DfV]]�;����!ϩ]�9J�nØ�lt�!���'F�=�ä?��n)�>?{Lt�?���[�r��	0�8�Za�$��8A�ǫL�r©q���z�m�-oC���e��N��ŢL���AN*���>\/��gA~X����lx�!�O��������b@;U� ?�\U��LGR�������*TLo.<���'�����@���w�K���Fշ��ϟ���n\.��2���,q҆ſ�4/��r2��	0�8�J���u�80NP��L���1���o�2���8�M���|}<�;%`����PJā��z()I�e�C�?J�gĒ�'T�BZ���2P69�+��= #9�ҩ��W4��j]&kR�GI�w����f9!����C��!�O"��{�G�s�]ɇ�g�>�=�><�2�`�q��8Iāq�z�0C�ՠ4���Y��R����w��&;��M�q6?��j�������8%A����>6壮G!�ٜ�C����������n�q�[@JX�{^U��hE}��1V��Uɘ�\�!CO9�~������`���`G�����j��h�ijy<���x��=6B�����P5\PRq`l��;6�#V��G�幗��l�Z�/��'~�[�~� R�
0�@�R` $��@@�w (C,7��!�M&���F�z��fu�8��%.`�a���Hāa�zﰐ���B5X�]��s��8kʎ����	��bx@���F�T��!�ѽ����_�+7����7�1G*b޲���P��D���
-Έ���4T4O+���8s�tY,V�7�
-e����l,�!�F
oBIŁa�zﰠ��z��6X���CCŇ����<J��.s�\�C���~Z*��{�9C�vr�.�����~�Z����y���2��]�Okd�T�k�2& W^h���K0"o*D^�{'�UD���[��~"{�]���xs�M�0��i0�(F��#��i��`�!�C��V��I���bծ8l:��Ŭ�L���@HR6�C�'��#�Rq`��;4#����x��F�ꦚUW�a0���&$�0�`���!$F�#D:�$�	���N���9���1u�Kʙ۾�%�:���cr���:=�7|����A�w�CT��`�!���U�6��ex��n���l*:;
-(���e"	�uGWD�~K�T,7���}�>�g'��M
-0�P��5�@�T,���&���:����v:[���pV�_�.>o^_wH��Z�k�ƸG�s&f![c`�i����d*Lc�{�1eD2ݓؤ$~5�Y�u�V�/n�DKPۂ�9�����
-o�I������[G���'�m�vy���T��U�I��~QL�7u�i�td�ȕ�!2�r=�Ĝ�u^Pe�P|�w?Ρ�����Rs�'
-�o�j��«�{��y��v�ۮ0�����@���,���s���wK0C���i��+k+�-D�~��yi�/,��1�������7 ���";�=�[J\��.�篢�s�%fs��?��T�endstream
+x��[w۸���)�h?����ɶM�����}`d�։$z%9����8�����ili��ډ9����`@�d#��e#��v܍��DQ�F��	]���9a�1�p�����/��9�4ף��#��js2K��ltq�����.^��8?��◓W��3��>�'��AG�>�_N(Ϊ�7�J�s|4?�J%�3;9?�5��tc��M%\h��U���J�C�FF9���I��Hb	;3N��rQ.��tqu6択���[�����l����t���g���sK��ը��#T+؍��Z����z+��~*��{`E�)Ց޲r>�ZDP��e��?����P}$%&d5�`�UÈIā�z�E��.#Zb^T�Rʯn����r��\�c��� #!�ٌ�C��7Ì$��A����#�UM�B�<"�����Wݒq{sS-��������^6�y���d~@!���C �!���%���B��A�1?�Q�,�8�yvy�<c��\�R�VU_no�?���C�3�O���rRml.7���<�%[s`�i��ݰ�80�Q���9"�pQs>���j��+�%N���O�����r^lF���S�+34Dd��9"�w����6�0_F6�U]|..��W6�N���������f~Z1������_րA"��ց6�5p:,[[^S�TkE�d���f�+i��pz�Z�;_N�|�%s�����O0�>IP��D��Ȇ�1�[6x����E׺)*^��.g��ͪI	��&b�@�0Rq`�lyO���K]��n�ܭ�������Zr>��r1)�3N��x��-�p���LmyM~��%ƴ��:���Լ���ūY9/k?Q�j�2�GHi�'b�,(�I"��{��RM��*�2ܨ��XO�CQ^ըhÏ=�=TB:�Q�*P.!�QIā��zg\)�)�a�v�lp�z��b]��l,�:.��JLe.(��'J*�{��D[��(��eYסŴ�B��2���U�:�3���*{�R6�c�� �0�80P�m]Q��<
+��W���L�]EmG
e�q�@Q	��Fb�@�0Tq`��޻�BY��3,Ǻ�߂R�
+0�@�Ra�$��@A�w�HM��ʱ�l3����0��*�᫷�80PU�.0:�_�fY��E�zdı���K�h6.��*�ᒈ���!��e�,u]���-�F���;��*&�����gܶǜ��u�Mc"]��cs��0�x�����80�P�'�t"���ݥ�:��6���tv4@8��� 0d0�-1�Y"ul�8;��T������G(|�0��{���:1ǹ�@C���=�8|p����uL>?{L��rr��	0�8�Z��G�80NP�#�
����b2��,S�hb�5ٱ��<9d8��c臡�F�:��}MҺ���"g������1�و�C�(I"��{�DQ"��NL��w���/AΊ�����s��0�x����mt�80�P�'a��ݨc��#��O��
+�ͦ��à�a�l�!���pωa2n'2����I�(T�yN�Z�Q�v�g�1v��<�80zP�&��NwK�����c����e����lN�!�	�
+�$�	�=^e��N����#m�myM}W-ìwr],ej��rR)���zY�<Z�ÚՄ�f�1x�|�Ó������b@;U� ?�\U��LGR�������*TLo.<���'����@���w�K���Fշ��ϟ���n\.��2���,q҆ſ�4/��r2��	0�8�J���u�80NP��L���1���o�2���8�M���|}<�;%`����PJā��z()I�e�C�?J�gĒ�'T�BZ���2P69�+��= #9�ҩ��W4��j]&kR�GI�w����f9!����C��!�O"��{�G�s�]ɇ�g�>�=�><�2�`�q��8Iāq�z�0C�ՠ4���Y��R����w��&;��M�q6?��j�������8%A����>6壮G!�ٜ�C����������n�q�[@JX�{^U��hE}��1V��Uɘ�\�!CO5�~������`���`G�����j��h�ijy<���x��=6B�����P5\PRq`l��;6�#V��G�幗��l�Z�/��'~�[�~� R�
0�@�R` $��@@�w (C,7��!�M&���F�z��fu�8��%.`�a���Hāa�zﰐ���B5X�]��s��8kʎ����	��bx@���F�T��!�ѽ����_�+7����7�1G*b޲���P5�}����@�wTpF��w���yZq
�ř���b����T(ÎX��ec1,�0jxJ*�{�u�P֫%��⷗*>�'жO�Q�8\t���b\��~Z*��{�9C�vr�.�����~�Z����y���2��]�Okd�T�k�2& W^h���O𰼩8yqV��~o-���@�)w	j�~�MD�Q6�#�����T����#���&�����rZ]N'qR�O�U���0���3�3�O>,!I��C��Ï�KŁ!�z�Ќ(#{c<�
ѫ�jV]���s|N����lB�!FHO#��D!���鈒�_&DK�;W~�8�s�ԕ.I(gn�J���0n'���Fb�����C�ޡ#Q���Ɇ��We�P�o�s��](ǻ�bⲩ��0(�,��� 0$0�\i�-S������q��`���J�g6)�C�����Rq`���;Z� R��PtC����l=��Y�~e���y}E�!��jQ����Ι��l��!�q/��k��80�Q�Ɣ�tOb�����f}׽Z����-A=l��(���*�ȿ�>�:�oV��������f�S1W�'�'�E1���	��ӑ9d#Wf`������s"Df�uxA�!Bq�	��8�v8Ot�3�w�K��S�(��Mt��:;�}W@F3�U*��+�uxo�"��&�>>�<�)��m>�����7�D�F�#�B$��w̝�6���#N)���Z�{��o-�۳����o�~�*�;7�[b6����Uendstream
 endobj
-794 0 obj <<
+798 0 obj <<
 /Type /Page
-/Contents 795 0 R
-/Resources 793 0 R
+/Contents 799 0 R
+/Resources 797 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 711 0 R
-/Annots [ 800 0 R 801 0 R 802 0 R 803 0 R 804 0 R 805 0 R 806 0 R 807 0 R 808 0 R 809 0 R 810 0 R 811 0 R 812 0 R 813 0 R 814 0 R 815 0 R 816 0 R 817 0 R 818 0 R 819 0 R 820 0 R 821 0 R 822 0 R 823 0 R 824 0 R 825 0 R 826 0 R 827 0 R 828 0 R 829 0 R 830 0 R 831 0 R 832 0 R 833 0 R 834 0 R 835 0 R 836 0 R 837 0 R 838 0 R 839 0 R 840 0 R 841 0 R 842 0 R 843 0 R 844 0 R 845 0 R 846 0 R 847 0 R 848 0 R 849 0 R 850 0 R 851 0 R 852 0 R 853 0 R 854 0 R 855 0 R 856 0 R ]
+/Parent 715 0 R
+/Annots [ 804 0 R 805 0 R 806 0 R 807 0 R 808 0 R 809 0 R 810 0 R 811 0 R 812 0 R 813 0 R 814 0 R 815 0 R 816 0 R 817 0 R 818 0 R 819 0 R 820 0 R 821 0 R 822 0 R 823 0 R 824 0 R 825 0 R 826 0 R 827 0 R 828 0 R 829 0 R 830 0 R 831 0 R 832 0 R 833 0 R 834 0 R 835 0 R 836 0 R 837 0 R 838 0 R 839 0 R 840 0 R 841 0 R 842 0 R 843 0 R 844 0 R 845 0 R 846 0 R 847 0 R 848 0 R 849 0 R 850 0 R 851 0 R 852 0 R 853 0 R 854 0 R 855 0 R 856 0 R 857 0 R 858 0 R 859 0 R 860 0 R ]
 >> endobj
-800 0 obj <<
+804 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [499.2773 758.4766 511.2325 767.4329]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.4.8.1) >>
 >> endobj
-801 0 obj <<
+805 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [499.2773 746.445 511.2325 755.4012]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.4.8.2) >>
 >> endobj
-802 0 obj <<
+806 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [499.2773 734.5129 511.2325 743.3696]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.4.8.3) >>
 >> endobj
-803 0 obj <<
+807 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [499.2773 722.3816 511.2325 731.3379]
 /Subtype /Link
 /A << /S /GoTo /D (section.4.9) >>
 >> endobj
-804 0 obj <<
+808 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [499.2773 710.3499 511.2325 719.3062]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.4.9.1) >>
 >> endobj
-805 0 obj <<
+809 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [499.2773 698.3182 511.2325 707.2745]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.4.9.2) >>
 >> endobj
-806 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [499.2773 675.998 511.2325 684.7301]
-/Subtype /Link
-/A << /S /GoTo /D (chapter.5) >>
->> endobj
-807 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [499.2773 663.9862 511.2325 672.9425]
-/Subtype /Link
-/A << /S /GoTo /D (section.5.1) >>
->> endobj
-808 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [499.2773 651.9545 511.2325 660.9108]
-/Subtype /Link
-/A << /S /GoTo /D (section.5.2) >>
->> endobj
-809 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [499.2773 629.6343 511.2325 638.4909]
-/Subtype /Link
-/A << /S /GoTo /D (chapter.6) >>
->> endobj
 810 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [499.2773 617.6225 511.2325 626.7282]
+/Rect [499.2773 675.998 511.2325 684.8547]
 /Subtype /Link
-/A << /S /GoTo /D (section.6.1) >>
+/A << /S /GoTo /D (chapter.5) >>
 >> endobj
 811 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [499.2773 605.5908 511.2325 614.5471]
+/Rect [499.2773 663.9862 511.2325 673.0919]
 /Subtype /Link
-/A << /S /GoTo /D (subsection.6.1.1) >>
+/A << /S /GoTo /D (section.5.1) >>
 >> endobj
 812 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [499.2773 593.5591 511.2325 602.5154]
+/Rect [499.2773 651.9545 511.2325 661.0603]
+/Subtype /Link
+/A << /S /GoTo /D (section.5.2) >>
+>> endobj
+813 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [499.2773 629.6343 511.2325 638.3664]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.6) >>
+>> endobj
+814 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [499.2773 617.6225 511.2325 626.5788]
+/Subtype /Link
+/A << /S /GoTo /D (section.6.1) >>
+>> endobj
+815 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [499.2773 605.5908 511.2325 614.6966]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.6.1.1) >>
+>> endobj
+816 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [499.2773 593.5591 511.2325 602.6649]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.6.1.1.1) >>
 >> endobj
-813 0 obj <<
+817 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [499.2773 581.5275 511.2325 590.4837]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.6.1.1.2) >>
 >> endobj
-814 0 obj <<
+818 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [499.2773 569.4958 511.2325 578.4521]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.6.1.2) >>
 >> endobj
-815 0 obj <<
+819 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [499.2773 557.4641 511.2325 566.4204]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.6.1.2.1) >>
 >> endobj
-816 0 obj <<
+820 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [499.2773 545.4324 511.2325 554.5382]
+/Rect [499.2773 545.4324 511.2325 554.3887]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.6.1.2.2) >>
 >> endobj
-817 0 obj <<
+821 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [499.2773 533.4007 511.2325 542.5065]
+/Rect [499.2773 533.4007 511.2325 542.357]
 /Subtype /Link
 /A << /S /GoTo /D (section.6.2) >>
 >> endobj
-818 0 obj <<
+822 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [499.2773 521.3691 511.2325 530.3254]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.6.2.1) >>
 >> endobj
-819 0 obj <<
+823 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [499.2773 509.3374 511.2325 518.2937]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.6.2.2) >>
 >> endobj
-820 0 obj <<
+824 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [499.2773 497.3057 511.2325 506.262]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.6.2.3) >>
 >> endobj
-821 0 obj <<
+825 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [499.2773 485.274 511.2325 494.2303]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.6.2.4) >>
 >> endobj
-822 0 obj <<
+826 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [499.2773 473.2424 511.2325 482.1986]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.6.2.5) >>
 >> endobj
-823 0 obj <<
+827 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [499.2773 461.2107 511.2325 470.167]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.6.2.6) >>
 >> endobj
-824 0 obj <<
+828 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [499.2773 449.179 511.2325 458.1353]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.6.2.7) >>
 >> endobj
-825 0 obj <<
+829 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [499.2773 437.1473 511.2325 446.1036]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.6.2.8) >>
 >> endobj
-826 0 obj <<
+830 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [499.2773 425.1157 511.2325 434.0719]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.6.2.9) >>
 >> endobj
-827 0 obj <<
+831 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [499.2773 413.084 511.2325 422.0403]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.6.2.10) >>
 >> endobj
-828 0 obj <<
+832 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [499.2773 401.0523 511.2325 410.0086]
+/Rect [499.2773 401.0523 511.2325 410.158]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.6.2.10.1) >>
 >> endobj
-829 0 obj <<
+833 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [499.2773 389.0206 511.2325 398.1264]
+/Rect [499.2773 389.1203 511.2325 398.1264]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.6.2.10.2) >>
 >> endobj
-830 0 obj <<
+834 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [499.2773 377.0886 511.2325 386.0947]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.6.2.10.3) >>
 >> endobj
-831 0 obj <<
+835 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [499.2773 365.0569 511.2325 374.063]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.6.2.11) >>
 >> endobj
-832 0 obj <<
+836 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [499.2773 352.9256 511.2325 362.0313]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.6.2.12) >>
 >> endobj
-833 0 obj <<
+837 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [499.2773 340.8939 511.2325 349.9997]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.6.2.13) >>
 >> endobj
-834 0 obj <<
+838 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [499.2773 328.8622 511.2325 337.968]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.6.2.14) >>
 >> endobj
-835 0 obj <<
+839 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [499.2773 316.8305 511.2325 325.9363]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.6.2.15) >>
 >> endobj
-836 0 obj <<
+840 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [499.2773 304.7989 511.2325 313.9046]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.6.2.16) >>
 >> endobj
-837 0 obj <<
+841 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [499.2773 292.7672 511.2325 301.873]
+/Rect [499.2773 292.7672 511.2325 301.7235]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.6.2.16.1) >>
 >> endobj
-838 0 obj <<
+842 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [499.2773 280.7355 511.2325 289.6918]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.6.2.16.2) >>
 >> endobj
-839 0 obj <<
+843 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [499.2773 268.7038 511.2325 277.6601]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.6.2.16.3) >>
 >> endobj
-840 0 obj <<
+844 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [499.2773 256.6722 511.2325 265.6285]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.6.2.16.4) >>
 >> endobj
-841 0 obj <<
+845 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [499.2773 244.6405 511.2325 253.5968]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.6.2.16.5) >>
 >> endobj
-842 0 obj <<
+846 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [499.2773 232.6088 511.2325 241.5651]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.6.2.16.6) >>
 >> endobj
-843 0 obj <<
+847 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [499.2773 220.5771 511.2325 229.5334]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.6.2.16.7) >>
 >> endobj
-844 0 obj <<
+848 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [499.2773 208.5455 511.2325 217.5017]
+/Rect [499.2773 208.5455 511.2325 217.6512]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.6.2.16.8) >>
 >> endobj
-845 0 obj <<
+849 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [499.2773 196.5138 511.2325 205.4701]
+/Rect [499.2773 196.5138 511.2325 205.6195]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.6.2.16.9) >>
 >> endobj
-846 0 obj <<
+850 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [499.2773 184.4821 511.2325 193.4384]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.6.2.16.10) >>
 >> endobj
-847 0 obj <<
+851 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [499.2773 172.4504 511.2325 181.5562]
+/Rect [499.2773 172.4504 511.2325 181.4067]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.6.2.16.11) >>
 >> endobj
-848 0 obj <<
+852 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [499.2773 160.4187 511.2325 169.5245]
+/Rect [499.2773 160.4187 511.2325 169.375]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.6.2.16.12) >>
 >> endobj
-849 0 obj <<
+853 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [499.2773 148.3871 511.2325 157.3433]
+/Rect [499.2773 148.3871 511.2325 157.4928]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.6.2.16.13) >>
 >> endobj
-850 0 obj <<
+854 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [499.2773 136.3554 511.2325 145.3117]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.6.2.16.14) >>
 >> endobj
-851 0 obj <<
+855 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [499.2773 124.3237 511.2325 133.4295]
+/Rect [499.2773 124.3237 511.2325 133.28]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.6.2.16.15) >>
 >> endobj
-852 0 obj <<
+856 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [499.2773 112.292 511.2325 121.2483]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.6.2.16.16) >>
 >> endobj
-853 0 obj <<
+857 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [499.2773 100.2604 511.2325 109.2166]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.6.2.16.17) >>
 >> endobj
-854 0 obj <<
+858 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [499.2773 88.2287 511.2325 97.185]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.6.2.16.18) >>
 >> endobj
-855 0 obj <<
+859 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [499.2773 76.197 511.2325 85.1533]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.6.2.17) >>
 >> endobj
-856 0 obj <<
+860 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [499.2773 64.1653 511.2325 73.1216]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.6.2.18) >>
 >> endobj
-796 0 obj <<
-/D [794 0 R /XYZ 56.6929 794.5015 null]
+800 0 obj <<
+/D [798 0 R /XYZ 56.6929 794.5015 null]
 >> endobj
-793 0 obj <<
-/Font << /F37 799 0 R /F23 734 0 R /F21 710 0 R >>
+797 0 obj <<
+/Font << /F37 803 0 R /F23 738 0 R /F21 714 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-859 0 obj <<
-/Length 3451      
+863 0 obj <<
+/Length 3456      
 /Filter /FlateDecode
 >>
 stream
-x��KSG��|
-�X8P�gW��a�qXH8�����t�����˟~����r��j�2�#��Μ��:�ݰm��e�F*���VE��������ݛ-�]��/ڃW�:�����ۖ؂�����ư����;�NΏN��v=�~��<�:fT4w�m��_�����~�a�ھu�C	��o���DI!�O��ζ�n~�4M}%Q���'�|�91V��%�p�k>JA�s�|w9�F����h.���j6�����堮˫Yg#V�%���͙�)�e=������twOr�Cv���EZ{�+�H��!�,fqM���v��)T���A�u���Tɮ��UOŁ1�z��HM��<0��_��a�����դn2�G�7?���> �,�le��1V�@XHā��z�,'Ya�l#��b6/G{���)�!��bC�0�>|�ȭ�$��4�`�5Ӵ��D1��HD��Eb�%fs��J<NNz�)�b�@�0@q`���# �A%�Dl�*o`p�>�VJ��є��g}�'L>��0C&('S"&�{�����<�/���"S���C����\d�B�L�^`A ���#.F&#-j#-L�2M�Vo�<�<咳��6��3��(����E�����i7�W�F��/��患{:�THk6,��ʦe?0�80dP�LI���mQpb��@C��81�Ӱ���|׍n?_�3�+��;,PK|
-�� P"�D �������- W��CBP�5!��9ل�Oh6.��
-�U?.�80\P�g`[�Eܭ'ﮛ��A�������\6��*��~.q`\��#��]�p![.?׃q5�z�#��h�?���U��H����>1ٲCLv�xm�eOāɎzwk��.��J�Uw��ѕJ�j&ϕ��[�G݅�2d31Ơ̦�%��=�{('�P����8]�6�M>�_O��d1�efgX��'��fw4?]��g>�C�)�,�n���㛤
��bzÌcz'���F���DYJ�E�{���,��9�,B�rq��+� 8��@p��G�!�2��pp���������%�l&/BY8]�e����<eS�1
-�F�S�����U8�U��5��l�H���߉!T���Z9�&b�@�0Bq`���#!�`p�#!�#䬜ϫ��k��Xr _�����g�1~���",��=�#9a������9�oʩ��\_������qs#^�"!�ٌ�C���H"��{dDPB������w��r��pw�\R��n�p^�4�!�sn�|��#P%�?C��c���Lk�����R&V�
-w[&�b�7�N���$��v� ��u+H��YŞꞵ��l\�!��%��=�B��B\x.�'?�xx�ں�-D/\<���S�
-0�@�Ra�$��@A�P��]�("��M�(����0���y	)�"��H�����:/�0����]����ɡ����{/G��˺a���\ݙ'qc�p�*���7G'G����y�:�P*d��/����S�
0�@�R����T��BaIQ@����r׏�N���Lǃ���x�f�1<�@F�㑈��������z��ݚ^S$l�Y8p��_���4N>��8C'�(�S"'�{�HE\�<N���ր�u��g�|��a�v@
ӿ[ F�:6;B�t��/��U�`��]/�Yϣ��W�^H�\fC�0H�R$�A`�`�c���!c����'������wS���|��Ldk1�a�1�q`2�ޣ���8��O{�	Է��iY�a�IlW`�<V��قCLP�R�Z7&(�=*�&LS`���=XS�S�C>rՆ���+����2Rq j�ޣ��+'��j�N����S�%9���&ы�x)����60�Ԇ���Nā��z�j�f���]��—X
-9�v�~�����V��j~�N���Ԯ�H�Q��Sb>R&�5X�c���S�
0Ā�������80 ּ��Ki��D*�.�7�Gte�O���4Pq0�gը�ڣ�y�v�/_�`=���.�տ7��Ӛ��T�p�ͻ��ˎl3��?��P��r�s�͹�����w�e^%���	�~�!��AA1�q`4��M��,K=M�W[���e�u���r:��EVHB]?������ηD(-��r��F�[�9����o��_���f1b!4��L*�X�{��LNM@6n�O.!)�4��a/�n��<-�eG�M�x4��3̢ϧ �r�3��0ĸ��b\%���B�G��C�"p�w�8��ҫ��pw`���z�%����׋z؞���94��P��gC1���T�80�P�yu��U��g�zO/��V��4u���\`�!̊f0�8`ֽ�FA�h�܏T����]���t��pU�.]�Ք���t7��P\��t`X�����]��'G)ҽ�ɄA��d<�g2޷���ɸ�K�2����$g?H�{���1k`� ~C3Υ �w�F1�R�r���o����tS����'�0������m��p���_�W�\�G�:=Y�;\�mo���?]�f���!'�JCLk�sL�D�ި�P)���T^p�Պ�z�*�t�C.�=��+�:�
-X��J'��f�A�	t�C����P��D��������KL�g����O������_R����v��/�ƽP���F	b(A51�q`(�yO���-H��#����s��}]֣jX��1��v����Z	��/���!9X��z���Dq��iA�vY~�'�W��)���*�/���'$7�遆�ӳ"FL"��{�~1͉��y����e�G�����U������'�ϫ'�CC|xrv��nׂ
-ʞ
->Y�(�C(�B"�{("%�P���7e]N}+�|Z~�Z�-������"+�3Ys�5P:��`tv{�0���7�0ڿ��
-#u��t�t���o��"q������ȿtÿ��ף�w����Y���x�����1`�auB1I�a��D�U1O�hȫ��U5���/?G0B+q���(�����2�Q^ˌ������l.�!�T�"��>�.	cݙ����]M�8-[8�[�]��wC����������%���;�^1��l"�!F�%"F�>����H��f�W�����džk���>���fC1h�j��/����A�h�vFu�%��w�4̀�nN�P;�?�y�v0��3)>U� �;�(�A"
-��5ߩ����-����@����o׃�ԔOvg�i���"^���Y�g������^؟��0��UEoWi^-�QawF�œ��_�1�N�N�ܧ,�!P#k=�5��r��$��7�e,<~��Fƿnټ�����.A���6�Is��*dK��"��\,�endstream
+x��[S�F����Ut�&u���.쐊�Hek�<�g�AeF"s�x?��F��3L������Ι����]���@g�
+#�H�Q�
F�:�؟��a�5��}xի��o^50��<\|�҄j��vߝ^�^���r����)t̨h����O������n�at6��������	�I!�w�v�w��o~�2�}�Lh�i�"���I�De��Ʌ�Y�Qr­�����\0�5��Gs�|1\��E9��.�UU\�;��,�i�ٜ[�bZT��}���7��t:���K�v��~F��%��ߕw$θ&9�,dqC��d�~qUrv��pS���7�Tl#�z,��{`D*�e�{F8�39*~��W墬��;�j�~��|8)�(���e�e+�`����P���H�������������-�b����� ��p�o)Z҇/���ĸ�&1b�f1�80bP�.��9��/J����3�89�ĥ0`�%���ā�z�0F������������@*�RJ2!M)�#��=ar�N�	b0A91�"q`0��=L�1����I~�����_:}̸��"�b�fJ�	�upъ0hɶ��ߺ*�PeԶʣ�S.9�(j���7�
+B*ُ�FA�������L��P�E�^pTƞN#�Ӛ0�p�����H2�w�I���i�sb��@C��X1�Ӱ���bώn?_s�+��;,PK\
+�� P"�H ���HFmy�[@��s����kB�s�
��d\�!�L�~\"q`���.�@3����[O�]7mG�)#^7��d.�!�TF�~."q`\����m�p![.�>W�i9�z�c��h�~__���iud�=Y�]b�e���0������n<F1ș�J�T���ѵJ�j&�3�շ ���dHfb�A�u�<K,�1�{�PN�<�5�W��Z��a����}V���l���Q�3�W���h~�,�1΢vC�)�,�v���㛤�I�bzÌczG���F���$3�H-��Jq�]Z-�s�Y�����
�Ap�Ł��{8(M$e��`��-~[,�W-
�o�+���O^��p���O��yJ��b@t�OA$�Իo��J�L�)�]#pT�Gˈ�o�)�A��u��dB�!F�#$F�=b*":B΋Ţ�&]�~����ҿL��e8�`����a�80~P��	��z~d��IuS�\�������Tv5������k�2�YLfb�@�0F"q`���#��D`$�y��,f-w��%��햌�M3\�=�v�e1�`�1U��3��80FP�1������!ed�.��e�-��3�\g��]�3��p�?/'���5�+�m�YOf
+bLAU1�"q`L��S4#��O`�/��Nޜ�FȒ�v�8�[+S{������	M�b�@�0\"q`���=.�b����������?ǶCf�梏.�\[�S�
+
+4D@Y�
+%
+�=��Q2���P�h*��$'Z�H��,�<X�ا8 `�%���~�80�P�C,sC�\0P�u�_����|��ơG|�ۢ��Y����0���(nL�����˛��㳃f��"V�rA(2^�'����R�0�@�R` D��@@�2e
X�Au �ǫ�dn�6 �M�;�U�2p�	L�bx@����#��ݭKi�6��n����e�ܟ�y�/+¿��.��0;�% '��fI���c�H�ւ%�k��
�B�1�?�q��W2��a���D��@�\��3"��5��
+�+�a��l�Y��W�^J\2�1�'P,�H)��P3�!<��_4N�SW5�ٍ��#$���uv�H�b:�Lc:G��tF�{��Q�)���n�,Lʿ�V�jX��mb�2����GN"������
 "(�=ڼ�Bk(��;������?�2��60�Ԇ�6�}bq`j�ރڪ��
+��&���ѧ�;�t�ͻm�����R��#Ym`��
�m�C����F��sJ�P��S���^[i?�W��s��m��l'|�Y�
*;f��x�j�)2������,��
+{�p)Kb@@I0 "q`@lxg�	{�P�;W����"�y�b��y*�j^��ٰ=nқ7wk���6#޼�*_������<mx�M���|��]�V�f.�`4*�V���g�͹}o���g�eb%��s	O~�!��AA1�"q`4��=MLN��)��;�6L��|^��z)�Bj�c�e���t�!"S�;.�r����}��˞�����X'j2��#Bc��`����E���A9a<�p$���1˥v̍z�cŦ���W7��Q]���E.�OA���e>�+`�q�Ÿ�āq�z�\�biI��+�������_�T��s�o�[�(Qԯ��^V��
R=�ƶ*��T��!՚�T�8�p�y�J5���7��G���
�[��/s�q`\N���0P3�H0�c� �e�{����@{���Y��pU�/m��T������ˑa���/��[aI��/��HA�ޗ���簞N���m�l2m�R��g�#����b���&F�=4�MNf"�I<Y��%Wu7�x[�>�g����.�����Н�h�j^�4i�vպ^�;\�mo�~����3��ZZ��dŁ!�8�9�x$LqԻ�vl���(z�wk��I5jk���^��Z�έ�n���r��Yf�y]x��d�!���c ����3@��9\o���hNxj�<�o��·�յ}h�|i@�v2J�C	����Ci�{�ƴ$7�a�[�9�=��.�q9*"3͂X:U0���߇�.���6�0ڿ�$a�m�yb�)��M��M��SU�^�ISS�%Vn^�_�|��.��}|<2�0��ܽ�Vd"�`��}�唈<��4���!jk��YYt��-�z�y���o��N����PN�b�%+�`����@Y������eD����c4]����)�b�:Y^��c�X��9'���F��\Yn���S��.�`���a��G,��}�"'���h�*q��&���ؽ�Ž�9�{`�kO��B=���NF��dL�!�	�	�$�	��.	c�aʃ�_��W凫��̆ח���8_N&E�\a��@�eFp�Lʇ�\2��*�r	�u�㶻�<�|��.�����p�"�]���r��p��&�N��d"�!F�%"F��є��;yо%j՞4{�*7�?�
?6�_�(�`�%5`�%c��%�����J\D�x��Q=Z��q��O��㐌=���R�
+�C �B`D�@ �����3"x����i���a��(x=� �=��}g{���\��Q����^	�q��.���1����_~�e�6��[�56b*���m��vk/���07endstream
 endobj
-858 0 obj <<
-/Type /Page
-/Contents 859 0 R
-/Resources 857 0 R
-/MediaBox [0 0 595.2756 841.8898]
-/Parent 711 0 R
-/Annots [ 861 0 R 862 0 R 863 0 R 864 0 R 865 0 R 866 0 R 867 0 R 868 0 R 869 0 R 870 0 R 871 0 R 872 0 R 873 0 R 874 0 R 875 0 R 876 0 R 877 0 R 878 0 R 879 0 R 880 0 R 881 0 R 882 0 R 883 0 R 884 0 R 885 0 R 886 0 R 887 0 R 888 0 R 889 0 R 890 0 R 891 0 R 892 0 R 896 0 R 897 0 R 898 0 R 899 0 R 900 0 R 901 0 R 902 0 R 903 0 R 904 0 R 905 0 R 906 0 R 907 0 R 908 0 R 909 0 R 910 0 R 911 0 R 912 0 R 913 0 R 914 0 R 915 0 R 916 0 R 917 0 R 918 0 R ]
->> endobj
-861 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.6238 758.4766 539.579 767.4329]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.6.2.19) >>
->> endobj
 862 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.6238 746.3946 539.579 755.3509]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.6.2.20) >>
->> endobj
-863 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.6238 734.3125 539.579 743.2688]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.6.2.21) >>
->> endobj
-864 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.6238 722.2305 539.579 731.1868]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.6.2.22) >>
+/Type /Page
+/Contents 863 0 R
+/Resources 861 0 R
+/MediaBox [0 0 595.2756 841.8898]
+/Parent 715 0 R
+/Annots [ 865 0 R 866 0 R 867 0 R 868 0 R 869 0 R 870 0 R 871 0 R 872 0 R 873 0 R 874 0 R 875 0 R 876 0 R 877 0 R 878 0 R 879 0 R 880 0 R 881 0 R 882 0 R 883 0 R 884 0 R 885 0 R 886 0 R 887 0 R 888 0 R 889 0 R 890 0 R 891 0 R 892 0 R 893 0 R 894 0 R 895 0 R 896 0 R 897 0 R 901 0 R 902 0 R 903 0 R 904 0 R 905 0 R 906 0 R 907 0 R 908 0 R 909 0 R 910 0 R 911 0 R 912 0 R 913 0 R 914 0 R 915 0 R 916 0 R 917 0 R 918 0 R 919 0 R 920 0 R 921 0 R 922 0 R ]
 >> endobj
 865 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.6238 710.1484 539.579 719.1047]
+/Rect [527.6238 758.5763 539.579 767.5824]
 /Subtype /Link
-/A << /S /GoTo /D (subsection.6.2.23) >>
+/A << /S /GoTo /D (subsection.6.2.19) >>
 >> endobj
 866 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.6238 698.1661 539.579 707.1721]
+/Rect [527.6238 746.4943 539.579 755.3509]
 /Subtype /Link
-/A << /S /GoTo /D (subsection.6.2.24) >>
+/A << /S /GoTo /D (subsection.6.2.20) >>
 >> endobj
 867 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.6238 686.084 539.579 694.9406]
+/Rect [527.6238 734.4122 539.579 743.2688]
 /Subtype /Link
-/A << /S /GoTo /D (subsection.6.2.25) >>
+/A << /S /GoTo /D (subsection.6.2.21) >>
 >> endobj
 868 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.6238 674.002 539.579 683.008]
+/Rect [527.6238 722.3302 539.579 731.1868]
 /Subtype /Link
-/A << /S /GoTo /D (subsection.6.2.26) >>
+/A << /S /GoTo /D (subsection.6.2.22) >>
 >> endobj
 869 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.6238 661.9199 539.579 670.926]
+/Rect [527.6238 710.2481 539.579 719.1047]
 /Subtype /Link
-/A << /S /GoTo /D (subsubsection.6.2.26.1) >>
+/A << /S /GoTo /D (subsection.6.2.23) >>
 >> endobj
 870 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.6238 649.7382 539.579 658.6945]
+/Rect [527.6238 698.0664 539.579 707.0227]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.6.2.24) >>
+>> endobj
+871 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [527.6238 686.084 539.579 695.0901]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.6.2.25) >>
+>> endobj
+872 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [527.6238 673.9023 539.579 682.8586]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.6.2.26) >>
+>> endobj
+873 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [527.6238 661.8203 539.579 670.7765]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.6.2.26.1) >>
+>> endobj
+874 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [527.6238 649.8379 539.579 658.6945]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.6.2.26.2) >>
 >> endobj
-871 0 obj <<
+875 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.6238 637.6562 539.579 646.6124]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.6.2.26.3) >>
 >> endobj
-872 0 obj <<
+876 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.6238 625.5741 539.579 634.5304]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.6.2.26.4) >>
 >> endobj
-873 0 obj <<
+877 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.6238 613.4921 539.579 622.4483]
 /Subtype /Link
 /A << /S /GoTo /D (section.6.3) >>
 >> endobj
-874 0 obj <<
+878 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.6238 601.41 539.579 610.3663]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.6.3.1) >>
 >> endobj
-875 0 obj <<
+879 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.6238 589.328 539.579 598.2842]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.6.3.1.1) >>
 >> endobj
-876 0 obj <<
+880 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.6238 577.2459 539.579 586.2022]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.6.3.1.2) >>
 >> endobj
-877 0 obj <<
+881 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.6238 565.1639 539.579 574.1201]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.6.3.2) >>
 >> endobj
-878 0 obj <<
+882 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.6238 553.0818 539.579 562.1876]
+/Rect [527.6238 553.0818 539.579 562.0381]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.6.3.3) >>
 >> endobj
-879 0 obj <<
+883 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.6238 540.9998 539.579 550.1055]
+/Rect [527.6238 540.9998 539.579 549.956]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.6.3.4) >>
 >> endobj
-880 0 obj <<
+884 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.6238 528.9177 539.579 537.874]
 /Subtype /Link
 /A << /S /GoTo /D (subsection.6.3.5) >>
 >> endobj
-881 0 obj <<
+885 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.6238 516.8357 539.579 525.792]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.6.3.5.1) >>
 >> endobj
-882 0 obj <<
+886 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.6238 504.7536 539.579 513.7099]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.6.3.5.2) >>
 >> endobj
-883 0 obj <<
+887 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.6238 492.6716 539.579 501.6279]
 /Subtype /Link
 /A << /S /GoTo /D (subsubsection.6.3.5.3) >>
 >> endobj
-884 0 obj <<
+888 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.6238 480.5895 539.579 489.5458]
 /Subtype /Link
-/A << /S /GoTo /D (subsection.6.3.6) >>
->> endobj
-885 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.6238 468.5075 539.579 477.4638]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.6.3.7) >>
->> endobj
-886 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.6238 456.4254 539.579 465.3817]
-/Subtype /Link
-/A << /S /GoTo /D (section.6.4) >>
->> endobj
-887 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.6238 444.3434 539.579 453.2997]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.6.4.0.1) >>
->> endobj
-888 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.6238 432.2613 539.579 441.2176]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.6.4.1) >>
+/A << /S /GoTo /D (subsubsection.6.3.5.4) >>
 >> endobj
 889 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.6238 420.1793 539.579 429.1356]
+/Rect [527.6238 468.5075 539.579 477.4638]
 /Subtype /Link
-/A << /S /GoTo /D (subsubsection.6.4.1.1) >>
+/A << /S /GoTo /D (subsection.6.3.6) >>
 >> endobj
 890 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.6238 408.0972 539.579 417.0535]
+/Rect [527.6238 456.4254 539.579 465.3817]
 /Subtype /Link
-/A << /S /GoTo /D (subsubsection.6.4.1.2) >>
+/A << /S /GoTo /D (subsection.6.3.7) >>
 >> endobj
 891 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.6238 396.0152 539.579 404.9715]
+/Rect [527.6238 444.3434 539.579 453.2997]
 /Subtype /Link
-/A << /S /GoTo /D (subsubsection.6.4.1.3) >>
+/A << /S /GoTo /D (section.6.4) >>
 >> endobj
 892 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.6238 383.9331 539.579 392.8894]
+/Rect [527.6238 432.2613 539.579 441.2176]
 /Subtype /Link
-/A << /S /GoTo /D (subsubsection.6.4.1.4) >>
+/A << /S /GoTo /D (subsubsection.6.4.0.1) >>
+>> endobj
+893 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [527.6238 420.1793 539.579 429.1356]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.6.4.1) >>
+>> endobj
+894 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [527.6238 408.0972 539.579 417.0535]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.6.4.1.1) >>
+>> endobj
+895 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [527.6238 396.0152 539.579 405.1209]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.6.4.1.2) >>
 >> endobj
 896 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.6238 371.8511 539.579 380.9568]
+/Rect [527.6238 383.9331 539.579 392.8894]
 /Subtype /Link
-/A << /S /GoTo /D (subsubsection.6.4.1.5) >>
+/A << /S /GoTo /D (subsubsection.6.4.1.3) >>
 >> endobj
 897 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.6238 349.279 539.579 358.0111]
+/Rect [527.6238 371.8511 539.579 380.8074]
 /Subtype /Link
-/A << /S /GoTo /D (chapter.7) >>
->> endobj
-898 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.6238 337.2168 539.579 346.1731]
-/Subtype /Link
-/A << /S /GoTo /D (section.7.1) >>
->> endobj
-899 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.6238 325.1348 539.579 334.2405]
-/Subtype /Link
-/A << /S /GoTo /D (section.7.2) >>
->> endobj
-900 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.6238 313.0527 539.579 322.1585]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.7.2.1) >>
+/A << /S /GoTo /D (subsubsection.6.4.1.4) >>
 >> endobj
 901 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.6238 300.9707 539.579 310.0764]
+/Rect [527.6238 359.769 539.579 368.7253]
 /Subtype /Link
-/A << /S /GoTo /D (subsection.7.2.2) >>
+/A << /S /GoTo /D (subsubsection.6.4.1.5) >>
 >> endobj
 902 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.6238 288.8886 539.579 297.9944]
+/Rect [527.6238 337.1969 539.579 345.9291]
 /Subtype /Link
-/A << /S /GoTo /D (section.7.3) >>
+/A << /S /GoTo /D (chapter.7) >>
 >> endobj
 903 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.6238 266.3165 539.579 275.0487]
+/Rect [527.6238 325.1348 539.579 334.091]
 /Subtype /Link
-/A << /S /GoTo /D (chapter.8) >>
+/A << /S /GoTo /D (section.7.1) >>
 >> endobj
 904 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.6238 254.2544 539.579 263.2106]
+/Rect [527.6238 313.0527 539.579 322.009]
 /Subtype /Link
-/A << /S /GoTo /D (section.8.1) >>
+/A << /S /GoTo /D (section.7.2) >>
 >> endobj
 905 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.6238 242.1723 539.579 251.1286]
+/Rect [527.6238 300.9707 539.579 309.9269]
 /Subtype /Link
-/A << /S /GoTo /D (subsection.8.1.1) >>
+/A << /S /GoTo /D (subsection.7.2.1) >>
 >> endobj
 906 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.6238 230.0903 539.579 239.0465]
+/Rect [527.6238 288.8886 539.579 297.8449]
 /Subtype /Link
-/A << /S /GoTo /D (section.8.2) >>
+/A << /S /GoTo /D (subsection.7.2.2) >>
 >> endobj
 907 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.6238 218.0082 539.579 226.9645]
+/Rect [527.6238 276.8066 539.579 285.7628]
 /Subtype /Link
-/A << /S /GoTo /D (section.8.3) >>
+/A << /S /GoTo /D (section.7.3) >>
 >> endobj
 908 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.6238 195.4361 539.579 204.1683]
+/Rect [527.6238 254.2345 539.579 262.9666]
 /Subtype /Link
-/A << /S /GoTo /D (appendix.A) >>
+/A << /S /GoTo /D (chapter.8) >>
 >> endobj
 909 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.6238 183.3739 539.579 192.3302]
+/Rect [527.6238 242.1723 539.579 251.1286]
 /Subtype /Link
-/A << /S /GoTo /D (section.A.1) >>
+/A << /S /GoTo /D (section.8.1) >>
 >> endobj
 910 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.6238 171.2919 539.579 180.2482]
+/Rect [527.6238 230.0903 539.579 239.0465]
 /Subtype /Link
-/A << /S /GoTo /D (subsection.A.1.1) >>
+/A << /S /GoTo /D (subsection.8.1.1) >>
 >> endobj
 911 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [522.6425 159.2098 539.579 168.3156]
+/Rect [527.6238 218.0082 539.579 226.9645]
 /Subtype /Link
-/A << /S /GoTo /D (section.A.2) >>
+/A << /S /GoTo /D (section.8.2) >>
 >> endobj
 912 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [522.6425 147.1278 539.579 156.2335]
+/Rect [527.6238 205.9262 539.579 214.8824]
 /Subtype /Link
-/A << /S /GoTo /D (subsection.A.2.1) >>
+/A << /S /GoTo /D (section.8.3) >>
 >> endobj
 913 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [522.6425 135.0457 539.579 144.1515]
+/Rect [522.6425 183.3541 539.579 192.2107]
 /Subtype /Link
-/A << /S /GoTo /D (section.A.3) >>
+/A << /S /GoTo /D (appendix.A) >>
 >> endobj
 914 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [522.6425 122.9637 539.579 132.0694]
+/Rect [522.6425 171.2919 539.579 180.3976]
 /Subtype /Link
-/A << /S /GoTo /D (subsection.A.3.1) >>
+/A << /S /GoTo /D (section.A.1) >>
 >> endobj
 915 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [522.6425 110.8816 539.579 119.9874]
+/Rect [522.6425 159.2098 539.579 168.3156]
 /Subtype /Link
-/A << /S /GoTo /D (subsection.A.3.2) >>
+/A << /S /GoTo /D (subsection.A.1.1) >>
 >> endobj
 916 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [522.6425 98.7996 539.579 107.9053]
+/Rect [522.6425 147.1278 539.579 156.2335]
 /Subtype /Link
-/A << /S /GoTo /D (subsection.A.3.3) >>
+/A << /S /GoTo /D (section.A.2) >>
 >> endobj
 917 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [522.6425 76.2275 539.579 85.0841]
+/Rect [522.6425 135.0457 539.579 144.1515]
 /Subtype /Link
-/A << /S /GoTo /D (appendix.B) >>
+/A << /S /GoTo /D (subsection.A.2.1) >>
 >> endobj
 918 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [522.6425 64.1653 539.579 73.2711]
+/Rect [522.6425 122.9637 539.579 132.0694]
 /Subtype /Link
-/A << /S /GoTo /D (section.B.1) >>
+/A << /S /GoTo /D (section.A.3) >>
 >> endobj
-860 0 obj <<
-/D [858 0 R /XYZ 85.0394 794.5015 null]
+919 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [522.6425 110.8816 539.579 119.9874]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.A.3.1) >>
 >> endobj
-857 0 obj <<
-/Font << /F37 799 0 R /F23 734 0 R /F21 710 0 R /F39 895 0 R >>
-/ProcSet [ /PDF /Text ]
+920 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [522.6425 98.7996 539.579 107.9053]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.A.3.2) >>
 >> endobj
 921 0 obj <<
-/Length 844       
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [522.6425 86.7175 539.579 95.8233]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.A.3.3) >>
+>> endobj
+922 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [522.6425 64.1455 539.579 73.0021]
+/Subtype /Link
+/A << /S /GoTo /D (appendix.B) >>
+>> endobj
+864 0 obj <<
+/D [862 0 R /XYZ 85.0394 794.5015 null]
+>> endobj
+861 0 obj <<
+/Font << /F37 803 0 R /F23 738 0 R /F21 714 0 R /F39 900 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+925 0 obj <<
+/Length 881       
 /Filter /FlateDecode
 >>
 stream
-x���OO�0��{>E��!������80m�8�&�	�n�i�>��66��yR��!�@��g���8���(�a�_Z��������"|����MU��ɬ�p&m�7”��Rḯ�v�w�Y}5���bvz1��^�΋�Y��\�]�,��yY��Τw������PZ2����y(.�/�C��64;�LH#2SM�3҄�'�v&'LL+/��n�y�Vڊ	������?Zg/�(h�P�T���>.���WT�W���z������r�P���7e��:nrǭ^m6ͼ�7��Sp����3��s��W3�=�
-��B�~F�D(F������
-�#��(���n�5��q?�`'��`;(���� ��d���';B2k����v�*�����ڑ4���	R�p=t��L"�&r��	�9��i2{�6����U�z�#��B�K=
-� �R�~H�D(H����9mT�� �n�M]����|���VF�Q�k�5*��jz�!��'A�2�!n�܁��R��k���5,R�p
A��V����'AV3�Lܝy$(�D{=�����j0X
-����P��2�P���0#��<n܀�Em�m~��o�����y�'�X���P �D�MT.�9|��Rǽ���㪞�3p�s���-Vd�7Hy���83��>yS�q���o��Ù�V�A�C��Z�l{+�m�׫�v�i���ѣ:���R��č[&�!9|r(\������u�j�m�iI��5�F�)T�� �{�L"����J{Ѿ�T�7����Z��}��kUe�tN�+g�J_J�ھ�ɚީv�P�����˓endstream
+x���OO�0��{>E��!���}e�I�6zC�
Aۍ2Mۧ����:O
+NB
��~��)�(y��Rf����i��.
+^�ù��m�ب­�'�ѩ��g�SNnK�5zәc�9('��їo瓓����jrV�LR�xd���Wqy��YH��Lz��?���{Q.
+�%�J�������:Dg7��+΄4"s)B�K���4!9��A8�\�1�q�������W���c�?Xg��(d�P�T���>����T�W���r������C������'m�2c-���V��j����>�[,Hon(�� ��e����'nR3+���d{s[������o���F��C�w\I�Mof'�7#H1…P݌2�P���#!�5Ƶ����':z���Ǖ�~���N���vP eW@w��$B�!�Ov��0���μ^��Uz�^;��8߽5�@J�'��~�$Bi"������i�ZMfG��~���Z֍'9@z'�4�}!�@�N)|'�\"$z��Y�9�m��BZ^/�Y5������v\-Ao縷 H	�5!�e���'AV3�L�ʹ=A��H����s�[
+����^V����'AF2�yܝy$(,������O5�-R�p�A�na�D(a��I��K7n�ä6�ֿή��晓x}$�X�޼P ����$B�"�O�g����zZΦ����ӽŊ���)o�� �%W&�9|�&���o�4��Tj+�!�F
E�Y�oZ��j�y|aۖ�у:����R����-��>9�����P�����晖9���*N{oT(�B��
+�X�e�C�^VW�qf���������v��%��L:'�+B6�J_J�B_۽O���V(����A�endstream
 endobj
-920 0 obj <<
-/Type /Page
-/Contents 921 0 R
-/Resources 919 0 R
-/MediaBox [0 0 595.2756 841.8898]
-/Parent 711 0 R
-/Annots [ 923 0 R 924 0 R 925 0 R 926 0 R 927 0 R 928 0 R 929 0 R 930 0 R 931 0 R 932 0 R 936 0 R 937 0 R ]
->> endobj
-923 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [494.296 758.4766 511.2325 767.5824]
-/Subtype /Link
-/A << /S /GoTo /D (section.B.2) >>
->> endobj
 924 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [494.296 746.6211 511.2325 755.6272]
-/Subtype /Link
-/A << /S /GoTo /D (section.B.3) >>
->> endobj
-925 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [494.296 734.5663 511.2325 743.672]
-/Subtype /Link
-/A << /S /GoTo /D (section.B.4) >>
->> endobj
-926 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [494.296 722.6111 511.2325 731.7169]
-/Subtype /Link
-/A << /S /GoTo /D (section.B.5) >>
+/Type /Page
+/Contents 925 0 R
+/Resources 923 0 R
+/MediaBox [0 0 595.2756 841.8898]
+/Parent 715 0 R
+/Annots [ 927 0 R 928 0 R 929 0 R 930 0 R 931 0 R 932 0 R 933 0 R 934 0 R 935 0 R 936 0 R 937 0 R 941 0 R 942 0 R ]
 >> endobj
 927 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [494.296 710.7556 511.2325 719.7617]
+/Rect [494.296 758.4766 511.2325 767.5824]
 /Subtype /Link
-/A << /S /GoTo /D (section.B.6) >>
+/A << /S /GoTo /D (section.B.1) >>
 >> endobj
 928 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [494.296 698.8005 511.2325 707.8065]
+/Rect [494.296 746.6211 511.2325 755.6272]
 /Subtype /Link
-/A << /S /GoTo /D (section.B.7) >>
+/A << /S /GoTo /D (section.B.2) >>
 >> endobj
 929 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [494.296 686.8453 511.2325 695.8514]
+/Rect [494.296 734.666 511.2325 743.672]
 /Subtype /Link
-/A << /S /GoTo /D (section.B.8) >>
+/A << /S /GoTo /D (section.B.3) >>
 >> endobj
 930 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [494.296 674.8901 511.2325 683.8962]
+/Rect [494.296 722.6111 511.2325 731.7169]
 /Subtype /Link
-/A << /S /GoTo /D (section.B.9) >>
+/A << /S /GoTo /D (section.B.4) >>
 >> endobj
 931 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [494.296 662.935 511.2325 671.941]
+/Rect [494.296 710.7556 511.2325 719.7617]
 /Subtype /Link
-/A << /S /GoTo /D (section.B.10) >>
+/A << /S /GoTo /D (section.B.5) >>
 >> endobj
 932 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [494.296 650.8801 511.2325 659.9859]
+/Rect [494.296 698.7008 511.2325 707.8065]
 /Subtype /Link
-/A << /S /GoTo /D (section.B.11) >>
+/A << /S /GoTo /D (section.B.6) >>
+>> endobj
+933 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [494.296 686.7456 511.2325 695.8514]
+/Subtype /Link
+/A << /S /GoTo /D (section.B.7) >>
+>> endobj
+934 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [494.296 674.8901 511.2325 683.8962]
+/Subtype /Link
+/A << /S /GoTo /D (section.B.8) >>
+>> endobj
+935 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [494.296 662.8353 511.2325 671.941]
+/Subtype /Link
+/A << /S /GoTo /D (section.B.9) >>
 >> endobj
 936 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [494.296 638.925 511.2325 648.0307]
+/Rect [494.296 650.8801 511.2325 659.9859]
 /Subtype /Link
-/A << /S /GoTo /D (section.B.12) >>
+/A << /S /GoTo /D (section.B.10) >>
 >> endobj
 937 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
+/Rect [494.296 638.925 511.2325 648.0307]
+/Subtype /Link
+/A << /S /GoTo /D (section.B.11) >>
+>> endobj
+941 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
 /Rect [494.296 626.9698 511.2325 636.0755]
 /Subtype /Link
+/A << /S /GoTo /D (section.B.12) >>
+>> endobj
+942 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [494.296 615.0146 511.2325 624.1204]
+/Subtype /Link
 /A << /S /GoTo /D (section.B.13) >>
 >> endobj
-922 0 obj <<
-/D [920 0 R /XYZ 56.6929 794.5015 null]
+926 0 obj <<
+/D [924 0 R /XYZ 56.6929 794.5015 null]
 >> endobj
-919 0 obj <<
-/Font << /F37 799 0 R /F23 734 0 R /F41 935 0 R >>
+923 0 obj <<
+/Font << /F37 803 0 R /F23 738 0 R /F41 940 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-940 0 obj <<
+945 0 obj <<
 /Length 2175      
 /Filter /FlateDecode
 >>
@@ -2632,51 +2642,51 @@ x
 (���x��k�X���)���B�:�96&'ȉj\@4@a&��I��#������g����)W:f�HO�DO؁[�ð����R�J�g� Ԋ|\�z�I��!l����ϸ��:���W���ٴ�a{�ˀtP�G0���Pb�2g�	n�ǁRۑ|�*x�x
�R�'�t����cLi >k�iLa��eզ�j��GϾMM��O]��U�W�����s�eg�>Q����܈A��l\��B�z�8;Q�o�V�o�N�olu �g�F)�Ǜ���ʖ�-X�TZ�-�����P)�JB�e&���������B�8��ZԌ�.��gZqN����)��C*XFA����<�|��J�~f��s�o�uZ��|Am	����g���7�%W������!2��*ϲW<�Pf1��i��NB�\�'�g\�����Zy��)g�$5P
 �M�ӎ��x���C ���p�gb�N"���?�A�m��#I�P��|>���wI>܂�_�'��k��WT�^G��_g���[�3��徫~���>Ue���W��/���W�B�����eʤ���iX��9�0|?��^��+��,~�ʏ��s�Ph�mv�u(���k(Y�2��KHbpMӰ��ˆ/K"
��@4��0�\�+4��B׀�j��Up#���4��#�P���.~�����7���P���Z�N�E�����%	y/��ǟ�+����Ltendstream
 endobj
-939 0 obj <<
-/Type /Page
-/Contents 940 0 R
-/Resources 938 0 R
-/MediaBox [0 0 595.2756 841.8898]
-/Parent 951 0 R
->> endobj
-941 0 obj <<
-/D [939 0 R /XYZ 85.0394 794.5015 null]
->> endobj
-6 0 obj <<
-/D [939 0 R /XYZ 85.0394 769.5949 null]
->> endobj
-942 0 obj <<
-/D [939 0 R /XYZ 85.0394 582.8476 null]
->> endobj
-10 0 obj <<
-/D [939 0 R /XYZ 85.0394 512.9824 null]
->> endobj
-943 0 obj <<
-/D [939 0 R /XYZ 85.0394 474.7837 null]
->> endobj
-14 0 obj <<
-/D [939 0 R /XYZ 85.0394 399.5462 null]
->> endobj
 944 0 obj <<
-/D [939 0 R /XYZ 85.0394 363.8828 null]
->> endobj
-18 0 obj <<
-/D [939 0 R /XYZ 85.0394 223.0066 null]
->> endobj
-945 0 obj <<
-/D [939 0 R /XYZ 85.0394 190.9009 null]
+/Type /Page
+/Contents 945 0 R
+/Resources 943 0 R
+/MediaBox [0 0 595.2756 841.8898]
+/Parent 956 0 R
 >> endobj
 946 0 obj <<
-/D [939 0 R /XYZ 85.0394 170.4169 null]
+/D [944 0 R /XYZ 85.0394 794.5015 null]
+>> endobj
+6 0 obj <<
+/D [944 0 R /XYZ 85.0394 769.5949 null]
 >> endobj
 947 0 obj <<
-/D [939 0 R /XYZ 85.0394 158.4617 null]
+/D [944 0 R /XYZ 85.0394 582.8476 null]
 >> endobj
-938 0 obj <<
-/Font << /F21 710 0 R /F23 734 0 R /F39 895 0 R /F41 935 0 R /F48 950 0 R >>
+10 0 obj <<
+/D [944 0 R /XYZ 85.0394 512.9824 null]
+>> endobj
+948 0 obj <<
+/D [944 0 R /XYZ 85.0394 474.7837 null]
+>> endobj
+14 0 obj <<
+/D [944 0 R /XYZ 85.0394 399.5462 null]
+>> endobj
+949 0 obj <<
+/D [944 0 R /XYZ 85.0394 363.8828 null]
+>> endobj
+18 0 obj <<
+/D [944 0 R /XYZ 85.0394 223.0066 null]
+>> endobj
+950 0 obj <<
+/D [944 0 R /XYZ 85.0394 190.9009 null]
+>> endobj
+951 0 obj <<
+/D [944 0 R /XYZ 85.0394 170.4169 null]
+>> endobj
+952 0 obj <<
+/D [944 0 R /XYZ 85.0394 158.4617 null]
+>> endobj
+943 0 obj <<
+/Font << /F21 714 0 R /F23 738 0 R /F39 900 0 R /F41 940 0 R /F48 955 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-954 0 obj <<
+959 0 obj <<
 /Length 3187      
 /Filter /FlateDecode
 >>
@@ -2703,66 +2713,66 @@ W
 ��`J9�d����V���!�Ȩ��B��?e���cΗ`�X�����-zX��-@f�:\a��G�7����ߕ=�ȧv)��@2wl(kz+0h�zx6��q�SS>u���Q���I���C�-�f¡�oMoq���ڵ|���2VD�W���|���k�=��_bP*�4�/��[Df@
 ��!����y��endstream
 endobj
-953 0 obj <<
+958 0 obj <<
 /Type /Page
-/Contents 954 0 R
-/Resources 952 0 R
+/Contents 959 0 R
+/Resources 957 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 951 0 R
-/Annots [ 961 0 R 962 0 R ]
+/Parent 956 0 R
+/Annots [ 966 0 R 967 0 R ]
 >> endobj
-961 0 obj <<
+966 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [272.8897 207.1951 329.1084 219.2548]
 /Subtype /Link
 /A << /S /GoTo /D (types_of_resource_records_and_when_to_use_them) >>
 >> endobj
-962 0 obj <<
+967 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [190.6691 179.6723 249.6573 189.0819]
 /Subtype /Link
 /A << /S /GoTo /D (rfcs) >>
 >> endobj
-955 0 obj <<
-/D [953 0 R /XYZ 56.6929 794.5015 null]
+960 0 obj <<
+/D [958 0 R /XYZ 56.6929 794.5015 null]
 >> endobj
-956 0 obj <<
-/D [953 0 R /XYZ 56.6929 756.8229 null]
+961 0 obj <<
+/D [958 0 R /XYZ 56.6929 756.8229 null]
 >> endobj
-957 0 obj <<
-/D [953 0 R /XYZ 56.6929 744.8677 null]
+962 0 obj <<
+/D [958 0 R /XYZ 56.6929 744.8677 null]
 >> endobj
 22 0 obj <<
-/D [953 0 R /XYZ 56.6929 651.295 null]
->> endobj
-958 0 obj <<
-/D [953 0 R /XYZ 56.6929 612.4036 null]
->> endobj
-26 0 obj <<
-/D [953 0 R /XYZ 56.6929 555.4285 null]
->> endobj
-959 0 obj <<
-/D [953 0 R /XYZ 56.6929 530.6703 null]
->> endobj
-30 0 obj <<
-/D [953 0 R /XYZ 56.6929 416.0112 null]
->> endobj
-960 0 obj <<
-/D [953 0 R /XYZ 56.6929 391.253 null]
->> endobj
-34 0 obj <<
-/D [953 0 R /XYZ 56.6929 164.815 null]
+/D [958 0 R /XYZ 56.6929 651.295 null]
 >> endobj
 963 0 obj <<
-/D [953 0 R /XYZ 56.6929 137.4068 null]
+/D [958 0 R /XYZ 56.6929 612.4036 null]
 >> endobj
-952 0 obj <<
-/Font << /F37 799 0 R /F23 734 0 R /F39 895 0 R /F41 935 0 R /F21 710 0 R >>
-/ProcSet [ /PDF /Text ]
+26 0 obj <<
+/D [958 0 R /XYZ 56.6929 555.4285 null]
+>> endobj
+964 0 obj <<
+/D [958 0 R /XYZ 56.6929 530.6703 null]
+>> endobj
+30 0 obj <<
+/D [958 0 R /XYZ 56.6929 416.0112 null]
+>> endobj
+965 0 obj <<
+/D [958 0 R /XYZ 56.6929 391.253 null]
+>> endobj
+34 0 obj <<
+/D [958 0 R /XYZ 56.6929 164.815 null]
 >> endobj
 968 0 obj <<
+/D [958 0 R /XYZ 56.6929 137.4068 null]
+>> endobj
+957 0 obj <<
+/Font << /F37 803 0 R /F23 738 0 R /F39 900 0 R /F41 940 0 R /F21 714 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+973 0 obj <<
 /Length 3415      
 /Filter /FlateDecode
 >>
@@ -2781,60 +2791,60 @@ J$
 ?6`�<s��q�q��KN��@C+�s�^��o.����"��E}�0���Ŝ�ݦ5F;�����r/8�g@J`���p�8X,��*�V��
�YH����ц��8�x��p�5UΡ�G��_9��b�^a��8���q`��h}V����W�@]�ұ��]~#Hz����-V4$z+o�­:�u\z_�|�v�SW�� �߀u<<\�E��	��W<�n����J�w������gJx�V�U�Vː"��)1@۞M�U�n��j���c!�^H����)�*x�`�����)�1��N�”�5���oU��r��P�
 �%^G��8ʋ`���%��^_'kendstream
 endobj
-967 0 obj <<
+972 0 obj <<
 /Type /Page
-/Contents 968 0 R
-/Resources 966 0 R
+/Contents 973 0 R
+/Resources 971 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 951 0 R
-/Annots [ 971 0 R 972 0 R ]
+/Parent 956 0 R
+/Annots [ 976 0 R 977 0 R ]
 >> endobj
-971 0 obj <<
+976 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [519.8432 463.1122 539.579 475.1718]
 /Subtype /Link
 /A << /S /GoTo /D (diagnostic_tools) >>
 >> endobj
-972 0 obj <<
+977 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [84.0431 451.8246 133.308 463.2167]
 /Subtype /Link
 /A << /S /GoTo /D (diagnostic_tools) >>
 >> endobj
-969 0 obj <<
-/D [967 0 R /XYZ 85.0394 794.5015 null]
+974 0 obj <<
+/D [972 0 R /XYZ 85.0394 794.5015 null]
 >> endobj
 38 0 obj <<
-/D [967 0 R /XYZ 85.0394 570.5252 null]
->> endobj
-970 0 obj <<
-/D [967 0 R /XYZ 85.0394 541.3751 null]
->> endobj
-42 0 obj <<
-/D [967 0 R /XYZ 85.0394 434.1868 null]
->> endobj
-973 0 obj <<
-/D [967 0 R /XYZ 85.0394 406.5769 null]
->> endobj
-46 0 obj <<
-/D [967 0 R /XYZ 85.0394 301.1559 null]
->> endobj
-974 0 obj <<
-/D [967 0 R /XYZ 85.0394 276.6843 null]
->> endobj
-50 0 obj <<
-/D [967 0 R /XYZ 85.0394 200.1512 null]
+/D [972 0 R /XYZ 85.0394 570.5252 null]
 >> endobj
 975 0 obj <<
-/D [967 0 R /XYZ 85.0394 175.6796 null]
+/D [972 0 R /XYZ 85.0394 541.3751 null]
 >> endobj
-966 0 obj <<
-/Font << /F37 799 0 R /F23 734 0 R /F39 895 0 R /F41 935 0 R /F21 710 0 R >>
-/ProcSet [ /PDF /Text ]
+42 0 obj <<
+/D [972 0 R /XYZ 85.0394 434.1868 null]
+>> endobj
+978 0 obj <<
+/D [972 0 R /XYZ 85.0394 406.5769 null]
+>> endobj
+46 0 obj <<
+/D [972 0 R /XYZ 85.0394 301.1559 null]
 >> endobj
 979 0 obj <<
+/D [972 0 R /XYZ 85.0394 276.6843 null]
+>> endobj
+50 0 obj <<
+/D [972 0 R /XYZ 85.0394 200.1512 null]
+>> endobj
+980 0 obj <<
+/D [972 0 R /XYZ 85.0394 175.6796 null]
+>> endobj
+971 0 obj <<
+/Font << /F37 803 0 R /F23 738 0 R /F39 900 0 R /F41 940 0 R /F21 714 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+984 0 obj <<
 /Length 2458      
 /Filter /FlateDecode
 >>
@@ -2847,39 +2857,39 @@ Y
 K��Z!U�|� },�-T\�i�)����M�)��t�KBa�´���S7`\&�^���&&ڡْ�^_��=������/@�$.�����n	0�f��{/Qc����������=�t��X>��)z/{0��G�1YC*5�H�|�jA��еa0�X�KƯ,��p=��F�9��l���|u�$1S�52��*?�V�8ij�C@��3߂��=�z۔Ss��'����N����Ow�i�����=�|�5�~Ґō����tk���6��]�N�!)��=��*5$�y���P�rla�֯�j����b5%��f�X.]���p�wzc4v��׳�]հ���2_$�O��#�_�p��ذ�4u���z�.�H38Bn��'�������uo��V1J��cݽ��=�m}�R/"$���4��>�t��[�_�@�I��[�a{�Шk/O \�\iܽ���y�bm^`8O_���j�=:9M�<uH&)!�f��E ���F���v�Y��*�]���b7KFY!���4��>a��z�\�"T�2���SCNE�"��Tz[Օ=�L	
A05h1�u���d�kM9C�/�x$ue��r~E��yΟ��&���Bgڽ.��h��\Q&ɧw%�����u�������^��o)��$TK
 �3�U���UPk\�;cp��Ӆ�8~*��DG�R��)=��6M�U$�U���pf���\:��Z�����=YO��zx�H_����?!�����]����4PY&��R��("̔K��
���[��xK:�endstream
 endobj
-978 0 obj <<
+983 0 obj <<
 /Type /Page
-/Contents 979 0 R
-/Resources 977 0 R
+/Contents 984 0 R
+/Resources 982 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 951 0 R
+/Parent 956 0 R
 >> endobj
-980 0 obj <<
-/D [978 0 R /XYZ 56.6929 794.5015 null]
+985 0 obj <<
+/D [983 0 R /XYZ 56.6929 794.5015 null]
 >> endobj
 54 0 obj <<
-/D [978 0 R /XYZ 56.6929 717.7272 null]
->> endobj
-981 0 obj <<
-/D [978 0 R /XYZ 56.6929 690.4227 null]
->> endobj
-58 0 obj <<
-/D [978 0 R /XYZ 56.6929 550.0786 null]
->> endobj
-982 0 obj <<
-/D [978 0 R /XYZ 56.6929 525.2967 null]
->> endobj
-62 0 obj <<
-/D [978 0 R /XYZ 56.6929 393.0502 null]
->> endobj
-983 0 obj <<
-/D [978 0 R /XYZ 56.6929 363.1913 null]
->> endobj
-977 0 obj <<
-/Font << /F37 799 0 R /F23 734 0 R /F21 710 0 R /F39 895 0 R >>
-/ProcSet [ /PDF /Text ]
+/D [983 0 R /XYZ 56.6929 717.7272 null]
 >> endobj
 986 0 obj <<
+/D [983 0 R /XYZ 56.6929 690.4227 null]
+>> endobj
+58 0 obj <<
+/D [983 0 R /XYZ 56.6929 550.0786 null]
+>> endobj
+987 0 obj <<
+/D [983 0 R /XYZ 56.6929 525.2967 null]
+>> endobj
+62 0 obj <<
+/D [983 0 R /XYZ 56.6929 393.0502 null]
+>> endobj
+988 0 obj <<
+/D [983 0 R /XYZ 56.6929 363.1913 null]
+>> endobj
+982 0 obj <<
+/Font << /F37 803 0 R /F23 738 0 R /F21 714 0 R /F39 900 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+991 0 obj <<
 /Length 2095      
 /Filter /FlateDecode
 >>
@@ -2897,66 +2907,66 @@ D
 �m��Q��z
 �~�
�	f�"���9Lt����j�	mK(��b��̥X2�ɝ6�pT!h_�^�O8�,uU�a���k"���6��s��O�_�IZ:�[��i�*Np��Z�u
�����K�!G��&�!c�`��$8��bG�=6���J�� z���5�r�<Iu{��о'u�y��j�� []T5�(���Cf�]�yGO,n�����q3����L�@��ҵ��Y��xN*,ē�l�d1���kB���$���Q]Dg�I.������l���s:n�3�E��‹}v���l��co���TR�h�A��ܰ\
��- B�I�G(�P�[uE�%�y�K�_De������v�Ͼ<�?^�.endstream
 endobj
-985 0 obj <<
+990 0 obj <<
 /Type /Page
-/Contents 986 0 R
-/Resources 984 0 R
+/Contents 991 0 R
+/Resources 989 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 951 0 R
-/Annots [ 992 0 R 993 0 R ]
+/Parent 956 0 R
+/Annots [ 997 0 R 998 0 R ]
 >> endobj
-992 0 obj <<
+997 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [519.8432 268.1131 539.579 280.1727]
 /Subtype /Link
 /A << /S /GoTo /D (acache) >>
 >> endobj
-993 0 obj <<
+998 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [84.0431 256.1579 143.5361 268.2175]
 /Subtype /Link
 /A << /S /GoTo /D (acache) >>
 >> endobj
-987 0 obj <<
-/D [985 0 R /XYZ 85.0394 794.5015 null]
+992 0 obj <<
+/D [990 0 R /XYZ 85.0394 794.5015 null]
 >> endobj
 66 0 obj <<
-/D [985 0 R /XYZ 85.0394 769.5949 null]
+/D [990 0 R /XYZ 85.0394 769.5949 null]
 >> endobj
-988 0 obj <<
-/D [985 0 R /XYZ 85.0394 574.3444 null]
+993 0 obj <<
+/D [990 0 R /XYZ 85.0394 574.3444 null]
 >> endobj
 70 0 obj <<
-/D [985 0 R /XYZ 85.0394 574.3444 null]
->> endobj
-989 0 obj <<
-/D [985 0 R /XYZ 85.0394 540.5052 null]
->> endobj
-74 0 obj <<
-/D [985 0 R /XYZ 85.0394 447.7637 null]
->> endobj
-990 0 obj <<
-/D [985 0 R /XYZ 85.0394 410.3389 null]
->> endobj
-78 0 obj <<
-/D [985 0 R /XYZ 85.0394 348.7624 null]
->> endobj
-991 0 obj <<
-/D [985 0 R /XYZ 85.0394 311.223 null]
->> endobj
-82 0 obj <<
-/D [985 0 R /XYZ 85.0394 189.9853 null]
+/D [990 0 R /XYZ 85.0394 574.3444 null]
 >> endobj
 994 0 obj <<
-/D [985 0 R /XYZ 85.0394 156.0037 null]
+/D [990 0 R /XYZ 85.0394 540.5052 null]
 >> endobj
-984 0 obj <<
-/Font << /F21 710 0 R /F23 734 0 R >>
+74 0 obj <<
+/D [990 0 R /XYZ 85.0394 447.7637 null]
+>> endobj
+995 0 obj <<
+/D [990 0 R /XYZ 85.0394 410.3389 null]
+>> endobj
+78 0 obj <<
+/D [990 0 R /XYZ 85.0394 348.7624 null]
+>> endobj
+996 0 obj <<
+/D [990 0 R /XYZ 85.0394 311.223 null]
+>> endobj
+82 0 obj <<
+/D [990 0 R /XYZ 85.0394 189.9853 null]
+>> endobj
+999 0 obj <<
+/D [990 0 R /XYZ 85.0394 156.0037 null]
+>> endobj
+989 0 obj <<
+/Font << /F21 714 0 R /F23 738 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-998 0 obj <<
+1003 0 obj <<
 /Length 605       
 /Filter /FlateDecode
 >>
@@ -2965,27 +2975,27 @@ xڥT
 4�$��ə��2' �J���}���ֶ����J�ե-�Z���>�AY���w�v����)�?A��R�Ph����~��݅�e�s�L�������wC��[y�T��gGE8�I��|7�ҍ�om�[����~nlN��mh�<�RBH��640;
 �}�*!��]���UA��l�*ky���54<��mgvd�g�T��,��}T�?9_���cZ8^�Klue�zR�]f���ڵ�~���۴�0l�q��P�S#H���]ך�@�;�Q?+G�ļ�P�{$��0BLz���T�H�PG��������H�/��@endstream
 endobj
-997 0 obj <<
+1002 0 obj <<
 /Type /Page
-/Contents 998 0 R
-/Resources 996 0 R
+/Contents 1003 0 R
+/Resources 1001 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 951 0 R
+/Parent 956 0 R
 >> endobj
-999 0 obj <<
-/D [997 0 R /XYZ 56.6929 794.5015 null]
+1004 0 obj <<
+/D [1002 0 R /XYZ 56.6929 794.5015 null]
 >> endobj
 86 0 obj <<
-/D [997 0 R /XYZ 56.6929 769.5949 null]
+/D [1002 0 R /XYZ 56.6929 769.5949 null]
 >> endobj
-1000 0 obj <<
-/D [997 0 R /XYZ 56.6929 744.7247 null]
+1005 0 obj <<
+/D [1002 0 R /XYZ 56.6929 744.7247 null]
 >> endobj
-996 0 obj <<
-/Font << /F37 799 0 R /F21 710 0 R /F23 734 0 R >>
+1001 0 obj <<
+/Font << /F37 803 0 R /F21 714 0 R /F23 738 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1003 0 obj <<
+1008 0 obj <<
 /Length 1215      
 /Filter /FlateDecode
 >>
@@ -3000,45 +3010,45 @@ NT2
 .S��깔��X'�o|u�=-L�w�
v��;d��˪��!�=Z��O�l_�|ɕo�
 ω��j'���9�4���F%�}��gc�)���KƠ��,u�7t�)M�:~�~=}܄O��4��D�~�\w��)x�C6.&�z������?��endstream
 endobj
-1002 0 obj <<
+1007 0 obj <<
 /Type /Page
-/Contents 1003 0 R
-/Resources 1001 0 R
+/Contents 1008 0 R
+/Resources 1006 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1009 0 R
+/Parent 1014 0 R
 >> endobj
-1004 0 obj <<
-/D [1002 0 R /XYZ 85.0394 794.5015 null]
+1009 0 obj <<
+/D [1007 0 R /XYZ 85.0394 794.5015 null]
 >> endobj
 90 0 obj <<
-/D [1002 0 R /XYZ 85.0394 769.5949 null]
+/D [1007 0 R /XYZ 85.0394 769.5949 null]
 >> endobj
-1005 0 obj <<
-/D [1002 0 R /XYZ 85.0394 575.896 null]
+1010 0 obj <<
+/D [1007 0 R /XYZ 85.0394 575.896 null]
 >> endobj
 94 0 obj <<
-/D [1002 0 R /XYZ 85.0394 529.2011 null]
+/D [1007 0 R /XYZ 85.0394 529.2011 null]
 >> endobj
-1006 0 obj <<
-/D [1002 0 R /XYZ 85.0394 492.9468 null]
+1011 0 obj <<
+/D [1007 0 R /XYZ 85.0394 492.9468 null]
 >> endobj
 98 0 obj <<
-/D [1002 0 R /XYZ 85.0394 492.9468 null]
->> endobj
-1007 0 obj <<
-/D [1002 0 R /XYZ 85.0394 466.0581 null]
->> endobj
-102 0 obj <<
-/D [1002 0 R /XYZ 85.0394 237.1121 null]
->> endobj
-1008 0 obj <<
-/D [1002 0 R /XYZ 85.0394 206.4074 null]
->> endobj
-1001 0 obj <<
-/Font << /F21 710 0 R /F23 734 0 R /F41 935 0 R >>
-/ProcSet [ /PDF /Text ]
+/D [1007 0 R /XYZ 85.0394 492.9468 null]
 >> endobj
 1012 0 obj <<
+/D [1007 0 R /XYZ 85.0394 466.0581 null]
+>> endobj
+102 0 obj <<
+/D [1007 0 R /XYZ 85.0394 237.1121 null]
+>> endobj
+1013 0 obj <<
+/D [1007 0 R /XYZ 85.0394 206.4074 null]
+>> endobj
+1006 0 obj <<
+/Font << /F21 714 0 R /F23 738 0 R /F41 940 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1017 0 obj <<
 /Length 1860      
 /Filter /FlateDecode
 >>
@@ -3054,53 +3064,53 @@ g:+
 n9��B��W�QEB�|�	�Nu�`:�kn�}8�X��t��m�����=^�8���̃���<��>%��+'Й�>���E@�߈��4E��hh!V���O@��b�M�1�w�$�%7Bܲ��>�s�D7c��1��0������^�y���l��.$��f��:�ҹ�X��2����+Y��\��
 =�n�i��<U�Z�i�(]�Y$���Ҧ�l���H�q��)5ݡ֥�����)t����j�S!�U��1Yf\{'������[��b�b�Xt�Y�y9c���'�����ݺ�@j�J��+��?��9<��_C"�Gendstream
 endobj
-1011 0 obj <<
+1016 0 obj <<
 /Type /Page
-/Contents 1012 0 R
-/Resources 1010 0 R
+/Contents 1017 0 R
+/Resources 1015 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1009 0 R
-/Annots [ 1017 0 R ]
+/Parent 1014 0 R
+/Annots [ 1022 0 R ]
 >> endobj
-1017 0 obj <<
+1022 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [55.6967 190.8043 126.3509 202.8639]
 /Subtype /Link
 /A << /S /GoTo /D (rrset_ordering) >>
 >> endobj
-1013 0 obj <<
-/D [1011 0 R /XYZ 56.6929 794.5015 null]
+1018 0 obj <<
+/D [1016 0 R /XYZ 56.6929 794.5015 null]
 >> endobj
 106 0 obj <<
-/D [1011 0 R /XYZ 56.6929 480.2651 null]
->> endobj
-1014 0 obj <<
-/D [1011 0 R /XYZ 56.6929 441.7923 null]
->> endobj
-1015 0 obj <<
-/D [1011 0 R /XYZ 56.6929 373.7178 null]
->> endobj
-1016 0 obj <<
-/D [1011 0 R /XYZ 56.6929 361.7627 null]
->> endobj
-110 0 obj <<
-/D [1011 0 R /XYZ 56.6929 167.4388 null]
->> endobj
-1018 0 obj <<
-/D [1011 0 R /XYZ 56.6929 126.8733 null]
->> endobj
-114 0 obj <<
-/D [1011 0 R /XYZ 56.6929 126.8733 null]
+/D [1016 0 R /XYZ 56.6929 480.2651 null]
 >> endobj
 1019 0 obj <<
-/D [1011 0 R /XYZ 56.6929 98.4089 null]
+/D [1016 0 R /XYZ 56.6929 441.7923 null]
 >> endobj
-1010 0 obj <<
-/Font << /F37 799 0 R /F41 935 0 R /F21 710 0 R /F23 734 0 R >>
-/ProcSet [ /PDF /Text ]
+1020 0 obj <<
+/D [1016 0 R /XYZ 56.6929 373.7178 null]
+>> endobj
+1021 0 obj <<
+/D [1016 0 R /XYZ 56.6929 361.7627 null]
+>> endobj
+110 0 obj <<
+/D [1016 0 R /XYZ 56.6929 167.4388 null]
 >> endobj
 1023 0 obj <<
+/D [1016 0 R /XYZ 56.6929 126.8733 null]
+>> endobj
+114 0 obj <<
+/D [1016 0 R /XYZ 56.6929 126.8733 null]
+>> endobj
+1024 0 obj <<
+/D [1016 0 R /XYZ 56.6929 98.4089 null]
+>> endobj
+1015 0 obj <<
+/Font << /F37 803 0 R /F41 940 0 R /F21 714 0 R /F23 738 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1028 0 obj <<
 /Length 2720      
 /Filter /FlateDecode
 >>
@@ -3123,33 +3133,33 @@ N
 Z,�-��5�x+�/m�6#��OC�~�T.8��������RMc�Ha�,6f�;x��r���&��+�F4��7%��y_�ɦS�D2�怷�$�9?��G)�j3ؗ�j�/�=9���d��vʐ	='\�4^$R���3��Ś2���1��"�ET��s,Tz�NӨ.R���w��}=�}a�pj���,�/�mIOٷ�ݬʭ�h<�kNU�a0�Su>ti��������i��FI�ω�4'����*��
 ?��4`��À��q�I[�4ڴ�b+޳��s�������ܔΞuU9���E��0��-Rb��hD �ws������WZ�q'T���YP�*�ҡ��?�NU��^m�endstream
 endobj
-1022 0 obj <<
+1027 0 obj <<
 /Type /Page
-/Contents 1023 0 R
-/Resources 1021 0 R
+/Contents 1028 0 R
+/Resources 1026 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1009 0 R
+/Parent 1014 0 R
 >> endobj
-1024 0 obj <<
-/D [1022 0 R /XYZ 85.0394 794.5015 null]
+1029 0 obj <<
+/D [1027 0 R /XYZ 85.0394 794.5015 null]
 >> endobj
 118 0 obj <<
-/D [1022 0 R /XYZ 85.0394 769.5949 null]
+/D [1027 0 R /XYZ 85.0394 769.5949 null]
 >> endobj
-976 0 obj <<
-/D [1022 0 R /XYZ 85.0394 749.3395 null]
+981 0 obj <<
+/D [1027 0 R /XYZ 85.0394 749.3395 null]
 >> endobj
 122 0 obj <<
-/D [1022 0 R /XYZ 85.0394 221.8894 null]
+/D [1027 0 R /XYZ 85.0394 221.8894 null]
 >> endobj
-1028 0 obj <<
-/D [1022 0 R /XYZ 85.0394 197.4323 null]
+1033 0 obj <<
+/D [1027 0 R /XYZ 85.0394 197.4323 null]
 >> endobj
-1021 0 obj <<
-/Font << /F37 799 0 R /F21 710 0 R /F23 734 0 R /F41 935 0 R /F53 1027 0 R >>
+1026 0 obj <<
+/Font << /F37 803 0 R /F21 714 0 R /F23 738 0 R /F41 940 0 R /F53 1032 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1031 0 obj <<
+1036 0 obj <<
 /Length 3424      
 /Filter /FlateDecode
 >>
@@ -3172,21 +3182,21 @@ x
 .��i�"�|�̴��D9�W>k�:���������9R�ػd�a�}�3~!��1������U��R��-?�=��G�������LS%��/,g�bo�7�ҿ2����X��/��9t�����x�jPa�
 �X�p*LN�z�F$����3*endstream
 endobj
-1030 0 obj <<
+1035 0 obj <<
 /Type /Page
-/Contents 1031 0 R
-/Resources 1029 0 R
+/Contents 1036 0 R
+/Resources 1034 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1009 0 R
+/Parent 1014 0 R
 >> endobj
-1032 0 obj <<
-/D [1030 0 R /XYZ 56.6929 794.5015 null]
+1037 0 obj <<
+/D [1035 0 R /XYZ 56.6929 794.5015 null]
 >> endobj
-1029 0 obj <<
-/Font << /F37 799 0 R /F41 935 0 R /F53 1027 0 R /F14 737 0 R /F21 710 0 R /F23 734 0 R /F48 950 0 R /F55 1035 0 R >>
+1034 0 obj <<
+/Font << /F37 803 0 R /F41 940 0 R /F53 1032 0 R /F14 741 0 R /F21 714 0 R /F23 738 0 R /F48 955 0 R /F55 1040 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1038 0 obj <<
+1043 0 obj <<
 /Length 3965      
 /Filter /FlateDecode
 >>
@@ -3212,29 +3222,29 @@ w
 �e4?s���Zj�	��¦��ʀ'�t�Y�8(�5��n��g��	
wL�+x^9Pk{:�wc�b�+�gj|��`_�M���U|`��ic��#���&��.�
 ��	��,�g�8�<�n~H��Z���g��h�)���e�ś;�9G�];��l��Q�5���!u��������/B(��/�K��
;�p�<�s�t���h,��endstream
 endobj
-1037 0 obj <<
+1042 0 obj <<
 /Type /Page
-/Contents 1038 0 R
-/Resources 1036 0 R
+/Contents 1043 0 R
+/Resources 1041 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1009 0 R
-/Annots [ 1040 0 R ]
+/Parent 1014 0 R
+/Annots [ 1045 0 R ]
 >> endobj
-1040 0 obj <<
+1045 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [120.1376 318.9001 176.3563 328.1154]
 /Subtype /Link
 /A << /S /GoTo /D (controls_statement_definition_and_usage) >>
 >> endobj
-1039 0 obj <<
-/D [1037 0 R /XYZ 85.0394 794.5015 null]
+1044 0 obj <<
+/D [1042 0 R /XYZ 85.0394 794.5015 null]
 >> endobj
-1036 0 obj <<
-/Font << /F37 799 0 R /F23 734 0 R /F21 710 0 R /F48 950 0 R /F41 935 0 R /F55 1035 0 R >>
+1041 0 obj <<
+/Font << /F37 803 0 R /F23 738 0 R /F21 714 0 R /F48 955 0 R /F41 940 0 R /F55 1040 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1044 0 obj <<
+1049 0 obj <<
 /Length 1676      
 /Filter /FlateDecode
 >>
@@ -3249,33 +3259,33 @@ x
 �#�@�1!��Tەm�L��p��8�BZ�Ϗ\��p��6��S[��e��Hh"
 ��i��8�5!lK-�X*+k�����~��VU�?$�!E4�h�tmuA�"M5�1��G�ఛ��ća��l^F�h� C('骉�6�d|u>����v?,h�g�'��Z�uJ��2;��{�L�L06�(n�|	gu��n̐]�ܱ��"���<EC
x�Hk���zP�qo�ް���;̇Pt��Q3��K��jo�-��N��ø������;���v9/z#�A�>�쭋�N;s'�Y�u����ԏ��HH!=%so�t9={q�f7FD���y}���N倗�Iѕ��扆�3NoP�;��,�`€�
d�g3�DPQ��-������d�!�r��_E0}L3`ՀЯ �{���<;�xu�=���=7�!�������1e�H��?��0����o�A�PR�`�R�E@Ʀ���i|4��y9����������H8$��fE���r�[%�SEBa��,��'M�}�������Iy�r�d`>b��ui4��y�}i�R=����g�endstream
 endobj
-1043 0 obj <<
+1048 0 obj <<
 /Type /Page
-/Contents 1044 0 R
-/Resources 1042 0 R
+/Contents 1049 0 R
+/Resources 1047 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1009 0 R
+/Parent 1014 0 R
 >> endobj
-1045 0 obj <<
-/D [1043 0 R /XYZ 56.6929 794.5015 null]
+1050 0 obj <<
+/D [1048 0 R /XYZ 56.6929 794.5015 null]
 >> endobj
 126 0 obj <<
-/D [1043 0 R /XYZ 56.6929 424.8255 null]
+/D [1048 0 R /XYZ 56.6929 424.8255 null]
 >> endobj
-1046 0 obj <<
-/D [1043 0 R /XYZ 56.6929 397.5211 null]
->> endobj
-1047 0 obj <<
-/D [1043 0 R /XYZ 56.6929 368.0037 null]
->> endobj
-1048 0 obj <<
-/D [1043 0 R /XYZ 56.6929 356.0485 null]
->> endobj
-1042 0 obj <<
-/Font << /F37 799 0 R /F23 734 0 R /F41 935 0 R /F48 950 0 R /F21 710 0 R >>
-/ProcSet [ /PDF /Text ]
+1051 0 obj <<
+/D [1048 0 R /XYZ 56.6929 397.5211 null]
 >> endobj
 1052 0 obj <<
+/D [1048 0 R /XYZ 56.6929 368.0037 null]
+>> endobj
+1053 0 obj <<
+/D [1048 0 R /XYZ 56.6929 356.0485 null]
+>> endobj
+1047 0 obj <<
+/Font << /F37 803 0 R /F23 738 0 R /F41 940 0 R /F48 955 0 R /F21 714 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1057 0 obj <<
 /Length 2367      
 /Filter /FlateDecode
 >>
@@ -3299,29 +3309,29 @@ G
 ���.�`�\?������hT��p����6�Heå>x]�jߐ�y��oڣa�N�誁��F�M��� b�f^>6ei��.����QT�؃��0p�0�B���
�:����/�Y���װ/hk��A~P��S�s���������?���p�P��K�����y������i,��y�K��">v����`�y>�>m?�]}*�0���� �@|-A��t��o�aln��u�ֳ��٭�	���|���yP�/�`�a�Mw�r:;4�0i�w�K����&o��Y�{c%��tj�0�C/e���8�i��|�B��>S`�!8�?�1��� ��q^U�2ytJ�6��-��T�L��]�����\mRfL�(.�f�px��Կ����\RKX����تr�'TR+��`��o7�D�����.����(� @�R�w��(>9���>C��,buN�s�<��o4>I�����(���e,��Q�8���Ez9O��ڦ!��?������<6��L"���,X���l�4��xs�|�X���l�ֺ��H�4���9���7�A{����}Y�����C������+NO/���cn�8^���j�=Ewv|G?_�(�4�4kS�����L�8$�t
 D���4W(�pu�endstream
 endobj
-1051 0 obj <<
+1056 0 obj <<
 /Type /Page
-/Contents 1052 0 R
-/Resources 1050 0 R
+/Contents 1057 0 R
+/Resources 1055 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1066 0 R
-/Annots [ 1056 0 R 1057 0 R ]
+/Parent 1071 0 R
+/Annots [ 1061 0 R 1062 0 R ]
 >> endobj
-1049 0 obj <<
+1054 0 obj <<
 /Type /XObject
 /Subtype /Form
 /FormType 1
 /PTEX.FileName (/usr/local/share/db2latex/xsl/figures/note.pdf)
 /PTEX.PageNumber 1
-/PTEX.InfoDict 1067 0 R 
+/PTEX.InfoDict 1072 0 R 
 /Matrix [1.00000000 0.00000000 0.00000000 1.00000000 0.00000000 0.00000000]
 /BBox [0.00000000 0.00000000 27.00000000 27.00000000]
 /Resources <<
 /ProcSet [ /PDF ]
 /ExtGState <<
-/R4 1068 0 R
+/R4 1073 0 R
 >>>>
-/Length 1069 0 R
+/Length 1074 0 R
 /Filter /FlateDecode
 >>
 stream
@@ -3334,12 +3344,12 @@ q
 n*�1����x�ƈp���&XîÜ����\�D����0}#X�������>#^V��|2�i�9�΁r)`��Xh��&��hb�H��e"���ʱ��~ϓa�t���ZD�!#Z���k�!�e'j�=��_ts٬��&�N�@�i��3�t%kЁE�\H�YZx�/U�������@��iWH
 �r�G�X5���8��ժO��t���$�y���Bқ��5�/��vp��o`kA��r���4N.4���&F��T�G%V���'��R5�Bԋ`�qU�v-U�=���Qv2�_ ���qq�~�r��5�J���h�P���k���ڏ���>��D�o��i�CrT]�MJ���ֹ���;�����Z���[�-����Bx��p�|���endstream
 endobj
-1067 0 obj
+1072 0 obj
 <<
 /Producer (AFPL Ghostscript 6.50)
 >>
 endobj
-1068 0 obj
+1073 0 obj
 <<
 /Type /ExtGState
 /Name /R4
@@ -3349,287 +3359,298 @@ endobj
 /SA true
 >>
 endobj
-1069 0 obj
+1074 0 obj
 1049
 endobj
-1056 0 obj <<
+1061 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [470.3398 477.3512 539.579 489.4108]
 /Subtype /Link
 /A << /S /GoTo /D (boolean_options) >>
 >> endobj
-1057 0 obj <<
+1062 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [316.7164 465.396 385.3363 477.4557]
 /Subtype /Link
 /A << /S /GoTo /D (zone_transfers) >>
 >> endobj
-1053 0 obj <<
-/D [1051 0 R /XYZ 85.0394 794.5015 null]
+1058 0 obj <<
+/D [1056 0 R /XYZ 85.0394 794.5015 null]
 >> endobj
 130 0 obj <<
-/D [1051 0 R /XYZ 85.0394 769.5949 null]
+/D [1056 0 R /XYZ 85.0394 769.5949 null]
 >> endobj
-1054 0 obj <<
-/D [1051 0 R /XYZ 85.0394 580.0302 null]
+1059 0 obj <<
+/D [1056 0 R /XYZ 85.0394 580.0302 null]
 >> endobj
 134 0 obj <<
-/D [1051 0 R /XYZ 85.0394 580.0302 null]
+/D [1056 0 R /XYZ 85.0394 580.0302 null]
 >> endobj
-1055 0 obj <<
-/D [1051 0 R /XYZ 85.0394 539.9341 null]
+1060 0 obj <<
+/D [1056 0 R /XYZ 85.0394 539.9341 null]
 >> endobj
 138 0 obj <<
-/D [1051 0 R /XYZ 85.0394 315.9171 null]
+/D [1056 0 R /XYZ 85.0394 315.9171 null]
 >> endobj
-1064 0 obj <<
-/D [1051 0 R /XYZ 85.0394 282.0038 null]
+1069 0 obj <<
+/D [1056 0 R /XYZ 85.0394 282.0038 null]
 >> endobj
 142 0 obj <<
-/D [1051 0 R /XYZ 85.0394 146.7217 null]
+/D [1056 0 R /XYZ 85.0394 146.7217 null]
 >> endobj
-1065 0 obj <<
-/D [1051 0 R /XYZ 85.0394 117.3479 null]
+1070 0 obj <<
+/D [1056 0 R /XYZ 85.0394 117.3479 null]
 >> endobj
-1050 0 obj <<
-/Font << /F21 710 0 R /F23 734 0 R /F62 1060 0 R /F63 1063 0 R /F41 935 0 R >>
-/XObject << /Im2 1049 0 R >>
+1055 0 obj <<
+/Font << /F21 714 0 R /F23 738 0 R /F62 1065 0 R /F63 1068 0 R /F41 940 0 R >>
+/XObject << /Im2 1054 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1074 0 obj <<
-/Length 3348      
-/Filter /FlateDecode
->>
-stream
-xڥZ[w�F~���[�9#4Mþ93��9�3k{/'��6 ��k4�~���H��a��{W�嫋��W2�,�V*�}�r�ﮂ�+���*�5k�h=]���շwB�2?K�d������A�����W/��
'�����۟n��U���x��d�����-��o��n���[ ����=�7�^G���o>>�>�|̧�|��u������4��ϸ�������x�t���W��㣦�/����߃U���*�E���:�fY��]�R�2�WOW���ڭ��?I���H,qRf~"`
-9��-�Y��Lٽ��U]SKצ�V���Tm���ȫ������ߢ(.����_����y���e?���lz�go��B�eA�/mc�S�gZ*��N���0�3)#��߂ �Kf,$<���Y�o���(�h���ʢ�K���ӛ޲�J�oy��ѻ*���(���2׃������Pt���l[j��=�m�PK/����u�z�x@�9~@˾�'vAgc��_x��O4�7�/uG"ffG��B��W��>��^���Z!�7���U�Зƞ*@a�UU�Js�(��*��]d�D�!����W*���u2tS̕���įH��������#6�^w̚d���(=���=�imG��N��}P��Fsl0KuG�aFJ�v��C*H;�e@Z��ݾ�t_��J�!,bY7ts�Ɯk�i���	�x?خ�Z�r:U`��ﷺy���y;��'�kw��g�H�G�w���;���N7fSv|��#��Z���J��+�c�]�Vb;��~��h�wR�D,)C�����y���\7�0ܴݎ�PFd�0
-0B
-�cG.��'`d›'�O0�:h�N_�q�hK�eH���3��Z+���kܧ����G�@���~��%Ҡ�6��ʻ���x��q�<��>X���4`�l��-<q��N�O4Z�I|�^L�8�QgJs�)�0'+�Lw�zC���S
'N5����0��Ю)�6ӷ{^?u�q����T�Y��z�oI�wljl����#���e:�#tܴ��'.��7�����/˻�4aϦ=9�ݓ��e1�ꐎ�������ͤ��P�R/�q�D�	�DH��AK�6�N��q��0��'M��q�+�/%�rA���7���LB��3�ݜ��1��b<���t:��[�VN��}c�xF;������GS/���:R���
�'Vu�0����Kϊ�%r�)yv��>Ex�9��Zc�V���
 �L%s���Âb��4P!����	��dĜ�[]�L�_�SO�;n\�ͨ��H�~�WTt�k���!�-n���`̙�p�S��u�A��w3g��<����o��\�!@x��$�'�+]r��qi8�U��=8�ݷy�{-��NM]BhhlZ>�Ԍ?�[���&8���Z'��b�~�
���0� �q!���5�_0\�NNTZV��F��|�!�u�|�O���+Tzr�	��{�{O��I{r�=��y
-'9���,�#&�Mv�+j<N��q�z��2{�<���Gz�ܵC� �$�:�	{�z0r�����0��8��;N!���Ds\��.�$�򴉯�W!8�����^ı���Jܶ
����7�\�~w����2��a�u��H�ز*�
k��16!�r�C���@�d��ؕ��4�oabQ�7bڃN ��%BH9�4�/Le P--1�������il;*a�b<��P/q
-cK��|*,r��������t�B�q��/�Q���A�\*��w3SFX�Լ��)8�;ь�\a��11k��;ǁ�[xF��-U����@�!(Ӄ��`C;���	��8��
�$�����[X��`�Ql�L68��*p�.E��έW�){Zo�v�.���Qe��f�!dh@���a��?��h�S��!!�,v�H'�|�q�P�`�<^����2Z�a,b8�2��1�X�sc�e6_�h-�V����ݾ��

��b�ֱa�P��P�4[q������������
-�d5�w���-G���zj�y�f�6�hƔ%5Hpmi�ڟα�W,T��A�9�tX�1��jʥ����̜���˿�E*"���q	��x�a(����C�Ř��Kg�Q̱�Ȥ?T�2�y*{�%@	L��{�+8�kq��*(��V�v�T/�9f9��"��b���
����E�����
-�TT�����g����5EFv+C���a��B
�1���#���,���&�J 9�`{$�XX���8�S����a�A����ٻN��5TҊ�Vm��0y
M�����lF]�t��_F�TV���3L>�)�S���J�K��g��g�J`�yg	RS�i��
L�e8j	R6��.��q�|׎�
-%8LV� ��*�
-&�N��M�|�8���iK�m��79K(H~ꊊ��iA-j�~+����v�(9�8�V�Ӵ;)�
-##�bV�X�om|���ז�p5qfz*x�����_
-A�O��H6�D��S0P�����cZDߝ-�bËЯ�U�:%�$|��
0UĄ�ň���_*�'" ���mI
[F���&p^:�'��d�UC�H�*{�tUh�_H3GZ����Q�6[�?��J�`P�By߷�V �ʃ-9�QC�J�.]�V�<�gXǑ�	�ao��Ů$�N�7���j)l����B�l���B��\YNcʾpA�@8�F}��B�#,&�,��q�P��V	!��r)S��ȷ-�Ŋ�\�n@��!/4٦Ok�����=�ƀ@J4՞��{1M�"��f~���,��7�7�mW��xӰ�`�:"�H��s��"� ����.�NƇ6V�@�⎺.j��C��:DCՂ`V
-c�«Fg�/�j����דߝ�R�8hSwD�0S�:v�*����
-^0d~�,Ĉ5�F(,�|�ȭ]����|B�I�@�qH���7�o�*�Q�A4����a0�WW�vb�6C��~Ùi����w���:W���SN��ѽ�FxB�i�
-�!G���\@_x�
[�5&~(�7,�ol�
-�m��(���AA�M@rgJ'Ϣ�P��*s5M��@���T$�/�x���`��+|*س��sr���I_I!O�D�V����;�_q�����9k��V�2�T�Kd'�i�(L5�&uU����dpĩ)A��y�M�#���5H%�
b� �6�;q*
-�񺫾��8�W�=��O�Pھ��-�.��՚�0�QΩ\�z�w�맋@ǂ�Wlb?@~H���O"B�����`����HN�f+_�i�\��T��)�D!ߢ��r��&���bȁendstream
-endobj
-1073 0 obj <<
-/Type /Page
-/Contents 1074 0 R
-/Resources 1072 0 R
-/MediaBox [0 0 595.2756 841.8898]
-/Parent 1066 0 R
-/Annots [ 1077 0 R 1078 0 R ]
->> endobj
-1077 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [464.1993 488.466 511.2325 500.5257]
-/Subtype /Link
-/A << /S /GoTo /D (proposed_standards) >>
->> endobj
-1078 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [55.6967 477.5271 105.4 488.5705]
-/Subtype /Link
-/A << /S /GoTo /D (proposed_standards) >>
->> endobj
-1075 0 obj <<
-/D [1073 0 R /XYZ 56.6929 794.5015 null]
->> endobj
-146 0 obj <<
-/D [1073 0 R /XYZ 56.6929 556.0057 null]
->> endobj
-1076 0 obj <<
-/D [1073 0 R /XYZ 56.6929 521.4772 null]
->> endobj
-150 0 obj <<
-/D [1073 0 R /XYZ 56.6929 361.9951 null]
->> endobj
 1079 0 obj <<
-/D [1073 0 R /XYZ 56.6929 325.2573 null]
->> endobj
-154 0 obj <<
-/D [1073 0 R /XYZ 56.6929 133.2872 null]
->> endobj
-1080 0 obj <<
-/D [1073 0 R /XYZ 56.6929 104.8892 null]
->> endobj
-1072 0 obj <<
-/Font << /F37 799 0 R /F23 734 0 R /F21 710 0 R /F55 1035 0 R /F41 935 0 R /F48 950 0 R /F39 895 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-1084 0 obj <<
-/Length 3001      
+/Length 3492      
 /Filter /FlateDecode
 >>
 stream
-x��]s���]��o�2��>�C���J�L�&��f�d� 	��)�! �j�����w�I��>u<2�c���߻��q�'f�0�2=K3�f��������+�ahC���곯T:�X��dv�.�e�V�n�?Ͽ�����7?^/��sͮ&���r-���|���+�z��-
��yy������a���^x���߾���������ێ��6�+$󷫟�5\�+�Tf����D���ݕ6��TX�^����C��W��c�e��t�=�{L�%�c����n�-^\/����Պ�>�
-��7��T8_9�U�����%
켬�b_�[Z^mˢ�ikz.͗�b���v^4����cl��i������j��ЫM^��H��r�W�-�!Xf�$��v�I:���Q㺢g�	�mS�z���mX^�w��z�I�mj����=G`]q�Z��&���ժhܮ�vWž���݈�NX����T�u�l�a��[�t8M�:�>��Hn��[x�ɻ��/��sH��P�?��J�d­��5�V�
-Gź�Ô{��2�x�-��_ߔ
*�4^��s^8�H!.7EKK�;���#�����p\A�	o�Q Ym����b�����o��HϤ<�l�����n8H�m�`��X���i����4uj��ݫ5����M������e޴e�GB�Jʺ)WF�0�EJ�s��G�/K��!+�*��R���G5=�5���I�P�ʀʳ�EЭ�����o��Efi�3/a�� NX^z�U]�¹|O�_Ӫ�Gx���b˚�����}Y8��N�k;�ZDL��$	.�)�B���c�kKl"=��	�m��~���Y�>�)�PJ�,q���i��:���#� ?�c>�'a!Gqi���hp��q5(�Mz
�"��8�hR�"�=�:�8!]��l9�U�E�o=,�8�����qaZ?�b�6�=\?Ɗـ����܀��h����y)� ܞ=.�#�y�"R��V͔0�*�*�f��]�u&�h�<�{�������@2�$铯��Tu�����y�����u
OE1�����.f!�%�s���}㯺,<�Lʬ����eJ��s]6�$��(��A�;X��CCs��4yG���80��O�O]S
-��ޯ����bЇ��™�1J5m��ˆ�H��)q�x�Iw(N�E��G�.�u珐��|�ܖ+���N�#.�ZqBy��
-�9S���$K2�/�l�r�,G�W�\�0�d}H���o�tq���0�=%0b�7�e�2����+�v�7��E]�g�;t|�fR��Pp��ܔ+�P)y����p���d��*L��vw�9$*�c��,D��w����T�]껟|Ʃ��N�\�R(L�U��G�g��k�j��;$`�Z�K|��*��/0۰DwJ��dA�
-��v�N��R�u�ƌ�:3�A7&�P�?���Vʳw����&!W�&E�h6dHH��0quW�Jrv|��O�x$w\t�=������($��ԩ����˚�=�����O�r�)���]
a�|8�C1B_�#_�ޗC�2�]`𘪢X�������E��"lSНyO�8kW��P*K�?Q`�A��`x�Ú+k�|[��R�������#Z�}]lˇ���m�p_h\k˞"���ژyI�
-���c"D�d�bTnbB���8��i@T�u��b3Ty�B�9�7�
-/�}�X
��N���=��4!�����a)�w�ِ��sȳ�'��G��k�:��f�,�ʐ�ys�H8aƧ���:����q��tp�7�`J_�Өx�v�v~�ċ#��8����w~�?A�]ȥYYu�B�6���ߕIz�>-�����gE��bRC]>ij���݊gd?]���~p�ߩ���o�.�M��c[gؐ�Ԡ�@
qQKG�D�����?��˼u߭��B�g�$r8Gӌ���i�X�
-<��GP���0�Q�U�Q�%>d���xw�{�y��~�2�<;pcV�M]�},��X�j�C�hp瑞]�7����2�3X������(,xbSz(���
-|_�]���;N]W��hs��*!DڌS��0��Wk7���;�0�]�, �JX�Q�;͖R�lخ��PS�	�wl��5��2N<���+ �`�vE�kqO�?��
-I!�ND�/e��=m�E�$��
-Ĩ	�SgyT���y32��>x�UP��2�m�U[>xH����Ä&�����U�
��v
-�7��`�g�N�wbA���&eP�����L�N|&���ҏ����;�3���G=�/m����lJ~59��0�r_Š(��Z�jA��C1����?��:>v���X'�c��̑.Mi#	'��Q�|�$Q�����e�J�yB٥�Y��Ѡ�?%A�2��� ���e	�;5����i	���/%x�'(��>��~J�Pf�6�IAJkYzI��i1��R<wd/��2��|��<�k�͢=ͥ�3#Sq�M�>�ˌ:wjĩ�Ӭ����J��1|��?����g�Ǚ�&�Q>��2�$���ϏO��T����"��*�\�%JuFF게Ν�h|촌�c���
-�Pn��K0�:#��uY��N�$8>vZ�񱗭$ZWœ�h$��.}��gǓ�R�k�Čg�tҠ�ٗj��:����+3����[q��4�Sl���`x�K�p�p�.�վ\ҏ3�e����Rd��n��*o�(���81E��eG�|$�bT���No2�P`��,Z|����O����m��(�*�AV+;�yXR����
~����_�/+�1^d�[��­G�$��
�9���t��1����،M��u�F����'��Z��)H��jK;��˷S�M��?�����e"^��A�B3p�>�!z�RX��f�^l�}q���{�����9�_1v:�7�8!2����$��t
E��rZ��'��,
D!��Hݺ_S��CH�endstream
+xڥ�v�F����.H����ܒ��g�=�fy^(n
+�@����'�d�B�a^�%2222�,�҃��#7J���$��=__f�����q�����P�>]��S�2q�(�.��\��ű���℮r����|���p����ӕ	���V����������������#w����w���Vʄ����OO�<
+��_���\���ᩛ{�qw{�{=�����귧�/n��CM�{
+O���/�y�9����UI�/��\?I���E���C��Hu�x���d��.2���@E�'��I����)��Ӧ�cE����h�}(��[i�5�j�,�ʦN��(Pm��b��A�����_��-���zu_�}'��'��]��EΝ�MMñ�-�]HSp���ﻉ���W��.3T�X"x8�[7=7rF�S�m���)�.�t�;`�H����t[f�a"߁y��\d�d�&�
;�᳝lntUs�MQs+]:M��W~� � �����#���&��=��b�2��/�(T(�b/m�//��h�=�&��K�����-�}_t�U���������</{���X��쎩`��M?]��UiV�ʹٷ�4�������љ����r��]	,`��J�Z�‚�y�\�Nn���lC��B�J��q�߅�D����
+4����^h��+5�����k���ϟ�M��0�߁[�r�uβ�;
�,/�=��e%
e�mקuF7�����+J�Ah�?�敤b"��p���c�gV�e<&��5����p�7hO0�]�fm�v�R�I��D)v/Ѵ�?LN�A�����X��N݊�D��p�������9�F&�6�6$]@N�sV�"�
"{������[���
+x��Κv״i_���ɂ=�lIk�ϨJ�󃭦��-R&Y$�� e�J;Y2"��\d��MZ��o&��W�gC�l��[�a�H��wf[����V�`�g�g�-amE�IHB�ܖh:�sH�)\8;A�
+����a�Ozj���q�gv)0r��E`|��yl�������Nd���J|���S�N_0:�r� #�`SbHY5ζ�kN��fl �?�l�����熇�M�"����f�i��
G�GL�W��l���'Հ0�{�h�1�b<JРi����br��egU�ꎀ�bN �L{���<�܁]��t�u.�u}�[0�a�*�%�ҳm�^���~ij��96{nl�W$/
+#[�����c�S��!-��$��,醴	k����v��~�x��մ���?��M٥���=��FC�|f4�`:qj�!��#����X�K�mQ|-x��Ӱ�	_��F��fQ��X"r>2���	�F�9=��"��R�#)��!D�DJ�B�
+��s�A�p�:�	f��z������co�~*�snsvrXx� }�aY<���Ds t�a�B���3q
���^����Iդ�	�,��)�lw����Ds���<�CD'���õ��m �C�>0��W+�A익3g��`x�H��o�����C���N&�+^r��`�bp�<>O�qD�o�F֒Ƀ�)w�BCc�����I�%��x'[����x5��L�-e%g,�-f<B�'q�SM��6��a�B9:QM�@���A|�v��:9>�g���Jzv����y�����k�9�EqZ#
ٽ�@ʕ���`�Γ��%7&)����.8O���"�~��ف����]�3���#$�9����h���Sv�~��3@��`礞c��:P~�{�RL���I��n�ڝ|�#�˄�T;�~��ᩄ?�~�u/����E"�
	k�)16!����@Ҩ�2)�R�9�)p}>���b.�N $�R>�+�)��dL5$�O��H�U�\:�Nc�R	˷�a��r�S[�w���d
?N��Æ(.�3��;H�P�r�R:�����L��]n�q��A��F����VQ
+��X-���56����U*tvE��vCq���=�**�F�&���H^���‰ŗ�KD��@0,Vւ��
N�H�ݥ
+c�x��0�/�=��m�]�:@T�	��CHP��� �N�*��0��9O�b�%�g�+D:�L���|�&`C��*��q��E�ʖ�a��u2��V`nfY�F���
+�����z�Ph�E8���ơ7١�y��~�eW�Y��1���� ��$Ƿ��y�L���s����X��ڼ㙮(�����E���n�CN *��^�؛i����+���+���:�W�U�_��.���y6��*�9z幾���v=�9c"p> /Q���F��F�p'�Xe��p'f�U�"K`%0]��#tq����kY��r%�Ǻ�=�,G	_�]�Alt;��()��,X�����
+���K�;Ì�5���Ȉ��w߱M\�0^G��ڹP�]��
�V��N%NE���&3������0tc��m����O����Ǝ88
��B�5��(���<�����W�+0j��xH�~~2�L0���P
+�0#�#�|7�tR	�����y~"o�%�D����s�l`��R��D������@G�][*��0و�0�h0Bȅ|%�B�m�������PL[z��X�q)�OU�v˚�,��pIJ�����8Ζ��k�2��F��F̰�rp���7�/���93�
+�@"�mO�.� GE���d�O�)���s�M2���-�I�#@��_˔;�$���
PU�	���K��ly7�VyDN%5lu������f��\�N�
+�VE购@c~B�92|M�?�*5�?�o�`�V�q�k��6@��K2٣�����4��Zu�� �G�&�{��/�%9��ȽA�c����R�Ŝ*����ƀ�q�,�!g_�����@�ޭd��� ZH�Ѿ�&b�e�%�e0L=r#�4Isỷ)�兦�����p�ծ�ג�����	�{	Mk��E,������4�M[-?�\�":��QEs�slU4��J�e�u4\��<It�[�ڨ�ȇ>=��D���	+���l�V�3���bS�����=�݉U*�R���O�Xl�8z�}���ҫ��O@�X�UK��M����.�c�x0Z�I��l����^8��|cU�$��+����>��;�jb���4eh���L������],��?�N���Ĉ�4���T����%:�e�+�SR��FԨ!
+5\$��迡,�2���p��M�e7}ȝ�|!��Pl[��P��
+��@E�:���[(�*W����j܌��):����g�7�=�
ΰ3yYD����zb��W��%d��
+��$�NӞ�2͠�ܑ�r3<�����S6���%6Î��'�Amu�l©�߉S1�?m1�O���L�xڛ����(��_k�Z� ���?x��9��Uq,���aH�(�x��Qn��sN���u���endstream
 endobj
-1083 0 obj <<
+1078 0 obj <<
 /Type /Page
-/Contents 1084 0 R
-/Resources 1082 0 R
+/Contents 1079 0 R
+/Resources 1077 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1066 0 R
-/Annots [ 1086 0 R ]
->> endobj
-1086 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [417.8476 181.7231 466.5943 193.7827]
-/Subtype /Link
-/A << /S /GoTo /D (sample_configuration) >>
->> endobj
-1085 0 obj <<
-/D [1083 0 R /XYZ 85.0394 794.5015 null]
+/Parent 1071 0 R
+/Annots [ 1082 0 R 1083 0 R ]
 >> endobj
 1082 0 obj <<
-/Font << /F37 799 0 R /F39 895 0 R /F23 734 0 R /F41 935 0 R /F14 737 0 R >>
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [464.1993 469.2511 511.2325 481.3107]
+/Subtype /Link
+/A << /S /GoTo /D (proposed_standards) >>
+>> endobj
+1083 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [55.6967 458.3121 105.4 469.3555]
+/Subtype /Link
+/A << /S /GoTo /D (proposed_standards) >>
+>> endobj
+1080 0 obj <<
+/D [1078 0 R /XYZ 56.6929 794.5015 null]
+>> endobj
+146 0 obj <<
+/D [1078 0 R /XYZ 56.6929 535.4755 null]
+>> endobj
+1081 0 obj <<
+/D [1078 0 R /XYZ 56.6929 501.7295 null]
+>> endobj
+150 0 obj <<
+/D [1078 0 R /XYZ 56.6929 345.0948 null]
+>> endobj
+1084 0 obj <<
+/D [1078 0 R /XYZ 56.6929 309.1395 null]
+>> endobj
+154 0 obj <<
+/D [1078 0 R /XYZ 56.6929 120.0167 null]
+>> endobj
+1085 0 obj <<
+/D [1078 0 R /XYZ 56.6929 92.4013 null]
+>> endobj
+1077 0 obj <<
+/Font << /F37 803 0 R /F23 738 0 R /F41 940 0 R /F21 714 0 R /F55 1040 0 R /F48 955 0 R /F39 900 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
 1089 0 obj <<
-/Length 853       
+/Length 3046      
 /Filter /FlateDecode
 >>
 stream
-x��WMs�0��Wxr�����՜hB�f:�4��$9�F$��X&	���W�����P��t�Y^�]�}+VȆ�l�^�C�)p!r�djA�N��`���S9������A�aώ�V�` ;]w(��+`gx��S�u�;�î�������hp��k���.B�ӿ8�jK��l����}���ѹ5��H�� Hd���-�GbS�$\�I<@���S�����z&��֗P{[-5�� ���z(��	 ���x����܄@r���jz�Oq1�:��<K�[�X���OAj�Š�S-�2W��dE�ꉳ�QHxL@(i[:Q	��r�g�dƝ�ܹgS�8/�UL����i�?9eg|̊&Z������b�XE�
�x:K��0n������G�v�4�sV,Z�'������Z@���)/�IR�'
0N���,�\�տ����@~֔�Z��l�M٪�)g*��#>)��H���Jjo��TH��P�%}�n[��Ŭ��,�I
|4��tlڶ�4�zFGy-�bZׄpQ���Q�}*j8�Ai��y�dV*r�Y�갑�c�<@�Eo�9��9z�F��i����H�d�Bxo=#=Jpmy ��M6P�w�k��_f��I雗r�a�:>��������"#��\.�!R��x���o�䟥�w&z�U;&\��Q��J�A��&S����GM�缬��v3��'5N��B|�N9k�~/��Ijda-���r����@��Yl
|s�����N
-�L��'����[B�eK�]�q��]�P��8��ۚ?�e��@� W��x�EeuG�> A��;HK���
�2(��k��7����endstream
+x��]�۶��~�ޢ�D>L����8�I|m3M2SJ�-�:Ry'_;���� HQ�]3}�x���b�߻��q�'fF3��d��	�\�����������Yx�E��۫ϿV�,gy*�����a�1�]�<������x����v��)��x��k!��ś�n^���7oi��͋�,������&����o����m����o�nn��mWH�oW?��gk�ԷW�����^8y.gwW�VL'J����۫�h�n��V�i#�	�H5���T�����e~�2iZ�8�ɶ\uUS�K�=�;4���[�):U�{(�m�ܖ��nbw��V+�1��|�˳DZ
+o>w�m	���_�~��n�`i�h؋[E�J��f^�]���-M��U`�6|.K%����0�m���c�4mWw��W��x;B�6E��!���fO�B�kM�=T���l�+����(|Z��	�e�����^5w��~��b�64��a=G�-���tn�xp؋ժl��	��r�UmoćW�',�z�Hb�gS��Xg
+:�)V�MjP��n�B�����]��,Pi�<�+d��h
+@ź�P�	�����m�n���jQ�v€����P!�8ݖM���ރC
++-M!�8���w�Q ����?������[j�
��I18>��x���/\�b�" k{�=���bU�A�V�q=lm`�w�H-.�8��P5�,��y�DB�Jʺ�VwF�C>jg'����KM\�"+تpN�+��i٠�YoLj��TyTCoW�#e{��o#�"b�,�����I_�'L/��\���˯i��#<�5��eM
+����r_�V9M�N��u����<(��A���JS�B۪+d{\�XjR��?���H�`\c`"��Y�>��PJK�,q���i���E��#�����|�O�>B��JdJ:���B�YԠh5�5�d
+b�P�A�Z�y���-���%��Ƒ�^eWz�����:P���L'��,�%¤����X1_Qr�׎���gCn�8,����r3R�g("��i�I�R�<C��U�HX*�J�.�:�s4}�Ν�� -�	��GĤ���i��k�,S!w������O���蹱n �)fr3��%›i����uW]��K:cFs3t*�.S����'���`��
�n#��������`��>�.�QL)��j{������p@���3�c�j��
�Hi�V)��&��<�p(�x*-�>�@'��4!��珐۸l�y*p��'"�
�F�P^p��gj�wBÔdi.�K:�f\<ˑ������bơ����H���vM7 ��: k��S#�E�_�.!�i���ri����O�K����L�_0��r*%��x8.p dz��_�ν�}��.�4 �Tyx���$.��mEdG}�$���z���8�����Y���
+����l"��j����RH
+�D\��W��%x�ٚ�IPb�&�Wp�4C�`�	*�^Wh�h�*�������'ؔb�Hy���3�>פ ��ؤ��	Iw&���UEΎ�_�D�Gr�I��SH�:Z+��9Bm�R�j��֫�5�{F�����x�J��+��S��aň���$���|9D+�����.˵�K��\�6��@A`ɛB�{�A�����H_*K�?Q`����`x(��-k�|�4�R0����a�#:�}]n����-wp_wh\k˞"���Z�yE�����c"D�d�٨�������qn�S�Ӏ��S/6M��;����qS�Ѡ���U���a��t��Ƒ��o�9<΢&�n#E�d$���	���s��,��jig�c�R�,Q	9�7׋�f|
+NO�������H�}�
+��vu9��Gagi�fI�8��5�M�}���4݆\z���O��	���]���"xq����n,�S&h�!��?��V<'�	�#nz��Iw����ߐ.���Ƕΰ!��A�@
qQKG�Dؕ����?�.�ͼ��[5n���Ou������Ӱ��x"5����=a�����-���Q?\�i���B�o��`n̨�������\]m{�
�<�3${C�}�.s�>��q����‚#f1%O�/�<����X}��|�0��/y��d{UB(��_�B�rL�N������T�hwm��*a1G��-������oQS����l�
������g
+H8�2�(�-��'g&U>)$މ�����c���c�>I�1j���ZU*�iގ̲Ķ�w�U�*�q[���� �7[ �e�0�]wY��_%��;l�0E�	��z��z'��|��3��j��D���g"�	 ��ɨ��C?ӫ���Qz�30���ũ� �e ٳ�5c(�����L��Q.�D6>s�<M����cG�;��tx�w�9ҥ)m�>��9�O�$J3�ru��W��O(��g�$p�tX某��%3J���NK0@]���S{	;)����K	^�	B�i�QA?��(�a�� 3�De�\duF�� ϝ	r|� �c�.�#����N�J�̠�<ϫ��<�e^�;5����i^����m�Q��?����р�4��|#��4��@O�a��M�%������I�EJ�BH</�ꌌ<�e�;5����i����.Y.��#�3�P�%x��H��c�%{��@�M]>I�Z2��'I1}vT�/�9���<����j�e	�s�$���K(6��q_]q����73l�v�`xpS����p�.�վZ�O4�e���d���J�������'91E�f�Q>9*F_�c���y�/3G�M>6���BQ�Q��_[�c�N�a&Qf&2�8��������?F���c�>Ƌ�x�N1qDM
+~'sd_�c\�gbe8�ڤ�*;O�
+~����D0cJ�ՖZ~>���/���8S���e��q�0O��K�S�%8@���k,,�]�x�,6�<��2�f��ǩRL3�!�T��)����f��N�9��(�	�MG�BiT�a�1���v�endstream
 endobj
 1088 0 obj <<
 /Type /Page
 /Contents 1089 0 R
 /Resources 1087 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1066 0 R
->> endobj
-1090 0 obj <<
-/D [1088 0 R /XYZ 56.6929 794.5015 null]
->> endobj
-1087 0 obj <<
-/Font << /F37 799 0 R /F41 935 0 R /F23 734 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-1093 0 obj <<
-/Length 1946      
-/Filter /FlateDecode
->>
-stream
-xڥ�r���_��Ye�0�{���d[���XL^�[�!0$Q���!�I���=� ڍ7�*�LOO�(�.��e�K�e��"pe�L˅����ۅdg@r�X?nWo�h��$T�r�ъ��r��~Y�~w�as�q���]�b�������ZJ��~�����n�������:�W�|�E�T	����������O���Y����P�/�_~u�����^�G8�B&�Z�?�D�{��)����	�n��9�^,�XE3F���(I(���Q���S�5�.����қ��:=�����ߴ�Ug�J�+:����`�
-6WWhL�5y��iDP��i[��H)� P#	��M���w�W���/Dg�
-!�`9���G���(O$�b����X�m�)�W]#Һ|qVHzcK����~�%�,�����x�n�������ɳ�k+˫9��]��vg����V�O�J���0�����^��՟L�N�U�L�yw?�u�}.�ik�����3�Z��
��%���'���Ź��h�؄<�}5?�G�YR`�j7C8���}ɸ�����m����.L�T��6�nH��?��@U��7�Y���Mz �|��d�J��5��`e)!C�՜��G������K���"�5�\E��u/=b�u��"��!��Sa�VMK{����j��!hW�麼�ӡ?ҺYC����){� E���Y�xe�z�cOp�ɘ�S
--VҼ;���������]7g�̴i�o��'�Uz��~8�v����u��uվo41F B
-F������Aw3,4iL�C�&#�c7Y�C8�-^WLog.�{9Yy�}F~���>�mףD�њ5�]�L�
��̉�*�M�>�����{��wڑ��!eX��P��d�K��ʼn�m<B�!�(��pk+����{�Qhak�"p�,˾�S�J�/�8�B6��HPK�Ć�	c�K��j�8ߝ��r��Z�.��6|l��c
m!�[
����\}��V}�B?�zke�.�E<Ђq�cw0�bZz�[�%�KP�5�26��V��#4���*�q
-eS	���&���ڷf�tKn`v�:���q�tg����&��D��S�$�7���]��P�E���UG!�b<?��̏b��(��G(	J(S�_�����w�>`F�f"^�-�U��ǂ���`�0��&!@��t��}��e^��>ɐ�P�3�lO���pge�����돦�k�V�Ȋ3t�Q����b���Բ��m-~ b�D��R�R�#��T��\�f~|�@6Ib�d��f8�@D�8cZΌ!�}�L�4CƁ�>g�'�7֓s1,�l}�83��cJ^]�T?ʹw���QD(�,!�9MC�Q�8�2�
-�K��K��U�d $�oMe�(��A7���˹���nu����Λ�&�`�j���<TA�{�9�/
φ�P�|��1��YX�� �S2[�=S�^2��J�繃�q"�3�*_$n�4z���9�G��!�(N�ށ�
-^Eb�f�C����G�����7�?�����rS�+a~���'�|��cex��j3��n��ʾ�88͓��=#
�}[}y�b&fq�� Ƣ�c�(��&�:�$���!B��Yãf2JE8<�8��n�g8iZ���8p�!�����g�z���k�盀Nd3$��:���So����h��ƽن�C6�a�j70�*xc�m�_��^��
-M>1:C������S�:nJ�5/��̃6�E��n憥�R��y�߈*Q$�LC-�K��E��a�NE\��,�
�2,��q=c�>嗚��c9�q@����iP����j��8��>�M�ԩSfC���b0����o��(���%��|6�{�����t��%��t��?�M��sCj�,�CyO%?������� ��endstream
-endobj
-1092 0 obj <<
-/Type /Page
-/Contents 1093 0 R
-/Resources 1091 0 R
-/MediaBox [0 0 595.2756 841.8898]
-/Parent 1066 0 R
->> endobj
-1094 0 obj <<
-/D [1092 0 R /XYZ 85.0394 794.5015 null]
->> endobj
-158 0 obj <<
-/D [1092 0 R /XYZ 85.0394 427.2881 null]
->> endobj
-1095 0 obj <<
-/D [1092 0 R /XYZ 85.0394 390.6298 null]
->> endobj
-162 0 obj <<
-/D [1092 0 R /XYZ 85.0394 229.0656 null]
->> endobj
-1096 0 obj <<
-/D [1092 0 R /XYZ 85.0394 200.0179 null]
->> endobj
-166 0 obj <<
-/D [1092 0 R /XYZ 85.0394 151.3455 null]
->> endobj
-1097 0 obj <<
-/D [1092 0 R /XYZ 85.0394 127.291 null]
+/Parent 1071 0 R
+/Annots [ 1091 0 R ]
 >> endobj
 1091 0 obj <<
-/Font << /F37 799 0 R /F41 935 0 R /F23 734 0 R /F21 710 0 R /F39 895 0 R /F48 950 0 R >>
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [417.8476 169.1947 466.5943 181.2543]
+/Subtype /Link
+/A << /S /GoTo /D (sample_configuration) >>
+>> endobj
+1090 0 obj <<
+/D [1088 0 R /XYZ 85.0394 794.5015 null]
+>> endobj
+1087 0 obj <<
+/Font << /F37 803 0 R /F23 738 0 R /F39 900 0 R /F41 940 0 R /F14 741 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1100 0 obj <<
-/Length 2314      
+1094 0 obj <<
+/Length 828       
 /Filter /FlateDecode
 >>
 stream
-xڥ�r�6��_��K����B�`3}p'uw����4}�$Jbʋ"Rv�N�}p�����ٍgB\���	�?6�	I2�M�,&�29Y�gt���wg����l�j~��H'��L��.E�Rl2_��24�__���8��^�x�q~�3L%�x�)c,�����
n��p�����4���|y=�m������7�Q���r��ot�V~:�DdJNnaB	�2>��b)���p+���ٿ=���9�	������EH(2#��--�����@�w8(;�eQ��w�(�U�Y~�6fę �Ś��۶��L���s&��T�#�}y�����0�$T:��X��C�o�f�w������X��%���#Б��Og��hq����O�d<c�dRrs�"�Y�r�fٮ�N�~��x�VU{맟8��`�.��ĉ���>�/$�ց@�A��,
-K��>_�����A[��"�^�8o,,�ǎ��~-S�E�,�8�04ciJ��qL����x�f	H����K����_�ێ}�Bs�yu�������?�	�JN�Nb�p'���5�Cyy����7�%�I���Nf"���>��錁/D���W��]���/�&,3.��D&�1I"����!�zY���Z��=��1!s��,�"m׸�(�|��Cw�u��:�n&����~q����"6*���HNn�\w���P���OTҼ�5Z	l�NU�l�-.�݀OՇ�/wՈ7Y��&z�A�(K�Y\�t���;=d@
-PĬ��vD��&��HQ!;��e�`�A�(V�#x�Eյ�����4��ioz��1�s|�S�Z�Űr�l��'"ɔ���F��*�h�zm����XV�]�ᅛ}^[Z�:v-��"`�,9x��1��*��G��Dr��^�]�9��vw烏��kС��kИӖ���ZctR;��d��]�اJ�N�]ܵ�a
o��n��
-\3&_(<n^����[�><eګ�]��q�.������m{�V�V\�f�-K=i2Z:���
.�����)TQѹ���֎��*v۶)��_W��V5Wͺ����tM�!
w!3=�J$N/�(�ބ��tU��$�A�;�	@���S݄�zLh�I��CL,#B�b�	��!|	�J�e�cұ›_��С��cF�W���X���Yr�;D5�Ai���`.�T:14y
�l�u���u�8Y`}�.bΈ�`
R	�FxS���bXH��_����L1�6��췵=[��Y��/OEa���S��wxtv�6�%�~6(d�
Kku$�< �D�*|g����8%�C5���r�|SW�+��̨���ӡ���v��Շ7!<�����z;�	�E{S'00�T�E~]�:C$�����}s����5w��~'#��:SFt�+@�`��P|A�$ۅ����"���ܴ���W�N$$_�l72a�c�h3�lM����;����?����=��@���:x܋���t3'ҧH
-��4��*_@DW�*CH�Z5	5@[6�I�v�m�A�͑2�
-�4�&_	H66_I�� �!�cή݊��"�[�������7�D�iPJ)�ˈtM�~8�c�4ƒK��r}�c�
���&V�����Z
��#��r	��Rt�h�+�#<�A���b����A�!�O��b�Ρ"=���H�c{��+&�Gs�2Ti2;�Gf��Io.���(���-tʱ�M<Em��	'�J��C�#�������p�u�O�Է������6����w��q���qY"��T}�XbD�,{�Xb�!Tv�e������GϘ5�c���f�H�a��-Ӝ���9�"EČ$Rf�����kw�+E
-s��9�%�˿�ur����������`��.-���J��H���f[���j�k��;�o_k�"K\X���
�VmaO4m�P`p}n�`5o�u���A�����q��q�,�Q�4�rv*Q�꫐ue$J<������2Lc���I&�+��5�����r(:+)�ͣ�0R��j�q[V�vۧ6�k���e`X�v�����I�_�#Aq�D�_@��-Y2͋'л�̻a����c����{�.�����#�Nwf4bZ�if�����������PCa��s±�CwÅ�	��)ԪI�hE�g��o��6��h}�6cI
���\,�-r�{����p1� ��){<L��_cti�i�V� R�dl�c�	�D��)��7�MN��}���&�+
�	���M��#��B)��G���K�&�G�����_K��endstream
+x��W]o�0}�W�>%f}��t[5U]�������D ��k���l4&m���)1����s�u��
�ٞ��vR�A���܂��|��BK�6r�V#�="���Ǿ]����!;��(�`(�`r��K4t��'���������4����tt�c��NƇ�%jp4
:����'����GM��� HT����%��rS�$d��  @a���E=<JH=�Z�[�z[-5�� ���z(j�� �
+������ڄDr���M�Wy�ӡ�C8ȳ�i�k��V����:�r�z�S���?����T?	^�+��	��P~Ƣ��3[�:wnx�u0����1�8M��,�L\�V�dy&��\+W��D<_�\�MЃY^���#2ѩ������{�i*�~��
+���x
+.�b����'	��w���BH7�W���ob���-�E��U'S���Tj�{bVr�c��������\J��P��|�n;�˧Eg�Y�xo�����ڥ�(��3:�k�&��".g�:pPY�,�:he(O��&�J�+̲S��<��hW��
+�Xs�Uas�*��m5"���o'�j�K
+�z8Fz���@��l��_]�g��Uj�&�����0��1�������bM��
+��W�^�eN�-%�l�V]�tEd�Geg�l�MW�zOu�/=q���:��=���8ɳ�����>s'����D@��eg''@�I����H��;:#���2�����n�b���t{ P-��ׇ�w�Y�.U4��1�\:r��I�eP�"��"�� ��p��endstream
 endobj
-1099 0 obj <<
+1093 0 obj <<
 /Type /Page
-/Contents 1100 0 R
-/Resources 1098 0 R
+/Contents 1094 0 R
+/Resources 1092 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1066 0 R
+/Parent 1071 0 R
 >> endobj
-1101 0 obj <<
-/D [1099 0 R /XYZ 56.6929 794.5015 null]
+1095 0 obj <<
+/D [1093 0 R /XYZ 56.6929 794.5015 null]
 >> endobj
-170 0 obj <<
-/D [1099 0 R /XYZ 56.6929 691.7741 null]
->> endobj
-1102 0 obj <<
-/D [1099 0 R /XYZ 56.6929 668.7722 null]
->> endobj
-174 0 obj <<
-/D [1099 0 R /XYZ 56.6929 579.8329 null]
->> endobj
-1103 0 obj <<
-/D [1099 0 R /XYZ 56.6929 549.1878 null]
->> endobj
-178 0 obj <<
-/D [1099 0 R /XYZ 56.6929 502.9124 null]
->> endobj
-1104 0 obj <<
-/D [1099 0 R /XYZ 56.6929 474.9173 null]
->> endobj
-182 0 obj <<
-/D [1099 0 R /XYZ 56.6929 277.7919 null]
->> endobj
-1105 0 obj <<
-/D [1099 0 R /XYZ 56.6929 249.7968 null]
->> endobj
-1098 0 obj <<
-/Font << /F37 799 0 R /F23 734 0 R /F41 935 0 R /F21 710 0 R /F39 895 0 R >>
+1092 0 obj <<
+/Font << /F37 803 0 R /F41 940 0 R /F23 738 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
+1098 0 obj <<
+/Length 1945      
+/Filter /FlateDecode
+>>
+stream
+xڭks�6�~�&���&�>�On��n��4�ݗ���HH��;�����bA�T��r�x�X,���R|��_F>se�-��c���eR,����,��qz"gL��fq�Z�˘Ł��݈W��(��M�����������#|w屵����տל���ۗ7�����{^�\�Co�����p�=����߽Y���aq����]��}Z��L��.�q�/a�2�bY,<_2ߓ�������ѩ�:�_F̏D8����,�=�1���)*ϫG�S����	\w�_ZTyzA��r���0�ީ.oi3���D7
�s8g��K)N�������Vץ�+Q��b�@���������4�u��MV��,_xO�?3�ȥ�c�ͩӣ��)�w�d1&b�S���gM�j��gUs͒�x6���S���p�,hX��^�D|{:Z�B5��s��������U�����hkU6;]��G����Ĭ���}���d������Ȫ���[8���x���c�N[=��ot�'�ȓW��3����.��824w%�FP��'F��͋��B�T�x���0"&<�[���V5�֟��A�l�	W�����6�7�����fs��Aw�m	��F�:9�_�(�R���C�e
+���\N<M.���gƗ�c��
�ϊ�>�z�v���K�e�D�|SIld��U�*Z�CU���}����meOu�f�6ݑ���B�?��(��(U��k���QA�l$AN�V�%�;i֞������W���vΏ�n�:ۢL��UrP�ߠf��1�U��už�	F$brK���G����jgD(��6C�v���@���e�ǥ��g�=�ˬ�L�.�8���h.U�գB�њ7՞�L�
����^ReJ@�<M�d�ix����(H��0��^`4� 	}�5+T��'�6�����€r�����-
�M6��������(�2KL(!Gd��y�iFW`AO�a�wN�*+h���d&��-�x(rm|̓��)��� �s� 1@��������}�G���Z�Gc�HVXZ����PD�A�r�g�0��M���dأg��<&��8������"�V��5z��tJadz�>�%�☪Vc$\��&��D�!�c�Nq.�r��<��UeK)o�xz�3�F�������(�NY�!<Q�ZB߽sl���dN&Z�a�صl:S��P��\ĐޤP��m����@�̛@Ѻ�����]:%��D+�!���N�ּ��2�n�	�:�3z��d2
z��/��g��g��V`T1H��=U�!S̏��q$,[���g��d,˙1�e��
lN3l=�)�����0�J�e�ck+7vL��3F������v��0�0�]�j�x�ҀnXv�z}�
+�8Z!C�
+)�ɀq;�ѥ�M��:�UkkޏC���&ݨĶ�w*����Œ�<1e@L"��P�RzP�����^�	kK�����[�,��YX�� �%��n�.I
�c���nt�����c�_fϔ~�ш��c�F���ᕤ���<2��p��5�|S����h*0����IN~�3�8F�{l�Ъ6�`$ @*���ɩ/��f ���mտ�(�a39����slȲ뮭
+x�bb��~�y�<) ����J7��b�|��ć�\Dx�68r�����4z�����/���k��c�6p�C~8I�#
+�dj%l�=�m��
+F@l�Ĩ!�<�x���1C�Ҿ-pbf��֪�z*i��b����m�Z�fSYT�>gEW2��=�e`kC�mT�/P��4c�n>�y�{Uqg<j)�Nj�AOi�@Gp@)�'}�8��C��ް4[�u$"��7n���;��x�'9H^�m�4wh�����^Oi$�_�&% ݀�O��D�K͇���T��膟endstream
+endobj
+1097 0 obj <<
+/Type /Page
+/Contents 1098 0 R
+/Resources 1096 0 R
+/MediaBox [0 0 595.2756 841.8898]
+/Parent 1071 0 R
+>> endobj
+1099 0 obj <<
+/D [1097 0 R /XYZ 85.0394 794.5015 null]
+>> endobj
+158 0 obj <<
+/D [1097 0 R /XYZ 85.0394 418.0047 null]
+>> endobj
+1100 0 obj <<
+/D [1097 0 R /XYZ 85.0394 382.2497 null]
+>> endobj
+162 0 obj <<
+/D [1097 0 R /XYZ 85.0394 223.9723 null]
+>> endobj
+1101 0 obj <<
+/D [1097 0 R /XYZ 85.0394 195.8278 null]
+>> endobj
+166 0 obj <<
+/D [1097 0 R /XYZ 85.0394 149.2124 null]
+>> endobj
+1102 0 obj <<
+/D [1097 0 R /XYZ 85.0394 126.0612 null]
+>> endobj
+1096 0 obj <<
+/Font << /F37 803 0 R /F41 940 0 R /F23 738 0 R /F21 714 0 R /F39 900 0 R /F48 955 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1105 0 obj <<
+/Length 2253      
+/Filter /FlateDecode
+>>
+stream
+xڥ�v�6��_�ӗP'!��Ks��:N��&���}i�@I�Ĕ"��������2}�n|N3��b�cg2�$Y�4z�؞���ޟ	�:��������;�L2��2��V=Z)�i*&��ol`S�������i(��xp������/0�P�����B������[Zz���.ϧI�~���z����˙���
+�����d	G���3��zr�D����,Ҋ�H)�ή���	�V��Q�Τ��R�S��X�`	�2�p,���
��"(k�w�3�*�ȯ�E�G8SL��A��4m'B�_��"V/9�c�}y�wv�@0�j��v���Ǧ۔��x/��T�A��*+�-Z'��$|5
�����L'�LR��8�eZK�n��EGdܢ^4�bI��ۓ�0^5U����g)�M0�LT�TQ�}?r^�X��AH��!��k�+͟�>_tN���A���E{��q^[\P����CmrR�;d��y��ȁB�$L�
+"N�,��>�`aZ�{��R_|y���eӊ/_y.�,��a��|Hc�����j�d��ƾ���� 4�T�}}y�>�1f95�i�@�NBA���'��4���>��{_��>�ʦי��=��d(��{"Ѻ	��۝	���ك�2۾��-�fE�yٵC2��MB�<0�L �	~~}que	���1�F���*�&�Ca�����\�m[�X���^w�m�i�=T]��gKK���5�'�����a�o-v���( ��j��Hi�4#�j���3�P0[�oK��"�j#��q�Q7�5
}T�����p��~��6�V�͈;�T2g����\b�U!F���h�'�V0pIJ�-lG��|kEh��k��牔�!�R�C�.�.?F�_1A����6�0] ^4�;�||�_�
]�_�Ŝ������1N�1�P��=��?Ә�4�`��Ƹ!��3��E�+f\��x0Z<'����{$n�
+��v��;�lp�l�væ9TKǕ`��XhE�E�������lĝ��>M��
+^���n�+�b�i��΋n�i�7�����W�~;b�bC�	���*T�S
����eۙ������,IxP�x*��E��nƊz�x�i��	�>%�1�գDR�1z1�N�U�c
+�\�ݯ%]`*�XQO���u�K��8O.����!��/ڑ,�`�k��:߂-�z5"{�:��.�?�.")X�J	�&5���ޢ�H�?�	��\1��;�6[�w�/B��R�oJ�ֈ��C
�w�5<aH׉�ތ��D�{��$�G�$��m��|ʧi>on
+���uI����
+􍨽�32��������Kǥ�����ܷ��.?����yX��S�M�6{L5J�V�|�ϩwW�T�4�A�9^����Z�F���t�P�k��'���2��ګ��=���ƣځ�W��@��:������P:��&˺�C[���a9����&�+��6�k,P-����Ru	ǖ`:�sG�m��Q�k��t":J�w�Wc�^�xD�
+�u���1y�A��z��:���cH2�ĥ�b���rl���=O$G2��jݞR�������`����?�A�|�F����@��_��~=|��ټ�x�b�4ʏ
+��
\��mQ�4�n`���M_M��SN?��*omG��v�k*��v��? R�8Q��hcf�Q<�*���˽���X������X�!�JD�T�!�NR�e[�����f���,��B�Q����'��:��N��hmW�`��ٰ":�c�u����O����5^��k���1�,K����w�ۥ��jA��j��K�:	#�lG��[�n_�*�]Z̓҆x˦�;�#,p�.7Wq��ew,��ꎍ{3���,]3��β��j��i�6z5�]�T��n�U$]�z]�CS�A�"�����GX�iJ�~=�Ք����^D-EG3
xܖUE��]��ͬ��;q@��X�:B^���I�~�%��8|�%Êi
+A��=Z��+X;Lp�J���O0�_�1��ocX��hp8���������{���8�م^��)Մ�MU�Í�e=v�J4q�dd���[����g�>i�����#�0�ߖ�ߞ?��D�1����t$<cK��um�"�Z�C�FΘK�6g ���c��~.Q��(5������)���Q�0��r�W�� ��+
+No���o.�E�/͒�Yendstream
+endobj
+1104 0 obj <<
+/Type /Page
+/Contents 1105 0 R
+/Resources 1103 0 R
+/MediaBox [0 0 595.2756 841.8898]
+/Parent 1071 0 R
+>> endobj
+1106 0 obj <<
+/D [1104 0 R /XYZ 56.6929 794.5015 null]
+>> endobj
+170 0 obj <<
+/D [1104 0 R /XYZ 56.6929 691.7741 null]
+>> endobj
+1107 0 obj <<
+/D [1104 0 R /XYZ 56.6929 668.7722 null]
+>> endobj
+174 0 obj <<
+/D [1104 0 R /XYZ 56.6929 579.8329 null]
+>> endobj
 1108 0 obj <<
+/D [1104 0 R /XYZ 56.6929 549.1878 null]
+>> endobj
+178 0 obj <<
+/D [1104 0 R /XYZ 56.6929 502.9124 null]
+>> endobj
+1109 0 obj <<
+/D [1104 0 R /XYZ 56.6929 474.9173 null]
+>> endobj
+182 0 obj <<
+/D [1104 0 R /XYZ 56.6929 277.7919 null]
+>> endobj
+1110 0 obj <<
+/D [1104 0 R /XYZ 56.6929 249.7968 null]
+>> endobj
+1103 0 obj <<
+/Font << /F37 803 0 R /F23 738 0 R /F41 940 0 R /F21 714 0 R /F39 900 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1113 0 obj <<
 /Length 3203      
 /Filter /FlateDecode
 >>
@@ -3646,53 +3667,53 @@ gUB
 �-;1�x�k�CN.����9W�;hYq	c>� ҟe.��
 ��f_z�G}�q���0!3�J�9�H�15�������8��HݼR�X3�!̱~�	��忶N���ƆˤS�-��1^U'>�;���Ea�Q1^"/�����o=9$�ӆI�� �KA!8�I����D�g����- #yp���
�I���	Th�)Ƣ����� ���sϔ5G�?�&�1�Ć���$��0����
�o?|�x���N�"}˥$��I͡eX.�&_q��M7���+{��	���af0€{=�ʠ_l�w8���͗`
،̿�a��I��������к�����9����5h	�~F�gΥ�m��_�"��n�B���I�����ܹ>���Ãt�'��GU��>&�2~�Ac�f�(Jo�	V�|��F��F*�&^����v�K���$�1R6Ȑ��;n�z	�����H�VB<]�����4`�{"�N���w���������p���j�.�&Y|����f��k�3�p�t���Fx��s�v	)�jR^��Q�t�k�N��E��%���g׵�u�R��������m��%��^v���R����I�{ |&�2I���lU{�/8e��#8��c��̧,����l2��&J��g��A��a�x��$�S��_�<'��J�endstream
 endobj
-1107 0 obj <<
+1112 0 obj <<
 /Type /Page
-/Contents 1108 0 R
-/Resources 1106 0 R
+/Contents 1113 0 R
+/Resources 1111 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1115 0 R
-/Annots [ 1111 0 R ]
+/Parent 1120 0 R
+/Annots [ 1116 0 R ]
 >> endobj
-1111 0 obj <<
+1116 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [418.3461 611.3335 487.0181 623.3932]
 /Subtype /Link
 /A << /S /GoTo /D (dynamic_update_policies) >>
 >> endobj
-1109 0 obj <<
-/D [1107 0 R /XYZ 85.0394 794.5015 null]
+1114 0 obj <<
+/D [1112 0 R /XYZ 85.0394 794.5015 null]
 >> endobj
 186 0 obj <<
-/D [1107 0 R /XYZ 85.0394 769.5949 null]
+/D [1112 0 R /XYZ 85.0394 769.5949 null]
 >> endobj
-1110 0 obj <<
-/D [1107 0 R /XYZ 85.0394 749.4437 null]
+1115 0 obj <<
+/D [1112 0 R /XYZ 85.0394 749.4437 null]
 >> endobj
 190 0 obj <<
-/D [1107 0 R /XYZ 85.0394 597.4103 null]
+/D [1112 0 R /XYZ 85.0394 597.4103 null]
 >> endobj
-1112 0 obj <<
-/D [1107 0 R /XYZ 85.0394 573.0707 null]
+1117 0 obj <<
+/D [1112 0 R /XYZ 85.0394 573.0707 null]
 >> endobj
 194 0 obj <<
-/D [1107 0 R /XYZ 85.0394 410.9267 null]
+/D [1112 0 R /XYZ 85.0394 410.9267 null]
 >> endobj
-1113 0 obj <<
-/D [1107 0 R /XYZ 85.0394 378.8211 null]
+1118 0 obj <<
+/D [1112 0 R /XYZ 85.0394 378.8211 null]
 >> endobj
 198 0 obj <<
-/D [1107 0 R /XYZ 85.0394 204.765 null]
->> endobj
-1114 0 obj <<
-/D [1107 0 R /XYZ 85.0394 171.4256 null]
->> endobj
-1106 0 obj <<
-/Font << /F37 799 0 R /F21 710 0 R /F23 734 0 R /F14 737 0 R /F41 935 0 R >>
-/ProcSet [ /PDF /Text ]
+/D [1112 0 R /XYZ 85.0394 204.765 null]
 >> endobj
 1119 0 obj <<
+/D [1112 0 R /XYZ 85.0394 171.4256 null]
+>> endobj
+1111 0 obj <<
+/Font << /F37 803 0 R /F21 714 0 R /F23 738 0 R /F14 741 0 R /F41 940 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1124 0 obj <<
 /Length 3252      
 /Filter /FlateDecode
 >>
@@ -3713,133 +3734,185 @@ R
 U��uV���)e	�/>�|}�[�����C�MT�4��F��
�IT��;?��P�VU���7���piK�OD�"V�،66�8uR�(L0�l�u�]����s$�uJA���.�j2�d�JU>���ϕ�PK'��O1ta���#~�
�9�s���q۳��p�0��e��['�|��e��~(!�A��`x�0zD��M�8kO&.β��hB���e����LGO����V�@8�a�8~?{%���F�������s�4��OJ��N//����q$Ϙ}�\���v&Ɍ�hΨY*�����]�m֟sewv����
 +�~�;�(>�w���ğoD�v�������Q֦��<I�)�v�_p�t����B��endstream
 endobj
-1118 0 obj <<
+1123 0 obj <<
 /Type /Page
-/Contents 1119 0 R
-/Resources 1117 0 R
+/Contents 1124 0 R
+/Resources 1122 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1115 0 R
+/Parent 1120 0 R
 >> endobj
-1120 0 obj <<
-/D [1118 0 R /XYZ 56.6929 794.5015 null]
+1125 0 obj <<
+/D [1123 0 R /XYZ 56.6929 794.5015 null]
 >> endobj
 202 0 obj <<
-/D [1118 0 R /XYZ 56.6929 769.5949 null]
->> endobj
-1121 0 obj <<
-/D [1118 0 R /XYZ 56.6929 748.4014 null]
->> endobj
-206 0 obj <<
-/D [1118 0 R /XYZ 56.6929 549.4516 null]
->> endobj
-1122 0 obj <<
-/D [1118 0 R /XYZ 56.6929 521.7105 null]
->> endobj
-210 0 obj <<
-/D [1118 0 R /XYZ 56.6929 231.5025 null]
->> endobj
-1123 0 obj <<
-/D [1118 0 R /XYZ 56.6929 201.1114 null]
->> endobj
-1117 0 obj <<
-/Font << /F37 799 0 R /F21 710 0 R /F23 734 0 R /F39 895 0 R /F41 935 0 R /F48 950 0 R >>
-/ProcSet [ /PDF /Text ]
+/D [1123 0 R /XYZ 56.6929 769.5949 null]
 >> endobj
 1126 0 obj <<
-/Length 2922      
-/Filter /FlateDecode
->>
-stream
-xڵYI��8�ׯ�x�qMua$�F��=�;^��6�
x���>Z���1�c���Je~�
-�W���"r<R�WY8����6^k����##�x��j/��H~U9U�ҫ�}�p���W���TkUFZc��E�$po�ė*����T�u�TL��{��&%m6i���"���t'&�6jo��:/
-��Q�#"����&V���sHU��~�9����DĉBٌ�2}�V��"TD�p��X (�ET9	ADa1�8���ص�{XD!�
=l�eNU�E�/��a|��{q�F��
(��<V��{�[I:�d���8����g�Or)<$n�w{bfz�/�%J�c�ٹT�t�-���aI5����f�T����	vM�L�ıҕ�]���]�M�
�8��$�b�zq��F�}�xN!��O����N�3��E>�r�n�3ˆ���t��@�K�"��yӂ��H�##a1k�4c|4���$Re����'�8l(|d������q�nlx]*%�l#(s���5?f���@"�x��3	E����R-�Kا�@A�L��lEE�b>�
1Ƅ����",������ '��>s�/�� �JJ��LE&`I?�>w�\=���c:F��o<��8��̖��sB���~�4~5<��R�
-�P��0��'�u�@��!I@�&�Oqj�Mn�/�Y1�#Ȝ���8R���\�TA���Ɋ�'LϺ�X���_,�x�@�b���B������� 1����IXg�ς���"��$�~�rL��I��2�p
-P��=Xb%3�_5
���3����NN�y���P#D���8���%s�(H�F�0�m��*'㺕�rj|���)�=;���x�Y4!��X��KjP��l�K�l<��l�%��P�̕�ьIGO<iI���W��~�%%"�Fq��<7سi7�BgD�Cڑ~p\���L�'�0��*�z�g�����
-�P�BK:��(ё����
-�8%*����$�5�9%f�c%��KV���gr�/�e��l4��uu�/ڌu��Jq�<��P��� y�ɕ��<J;��f�{�qY�1���Q�;J��[��i-|*�Y~*rp��z6�T�g�CL+6"w�����D���{X��8q�&34N>.6\���'Yg���	c����qg��B�j>�J*[0C�� L�N����&I��'i�I	À�y�n�liw��X�FS��9�d��'����sJ��1Y5C6E��*�Cd�Wȓ��2\�_A�=�3S�LO'����jV��Pz��RɶXo a$\��ر(�����J��k�{���x2u|<��p�F�v`���$̜x��$�y^x�\Tm�R��c6�كن"�|�B��',<��`�Y~�R���x�"'�9MP���N"re��<>�)"�)����+�����!Drp�V7ֳ�,��I����t��G��IT1��$R����)A�(1E1%��$�M�R�Lx`�p���a}Y*P@�ޗ0��8�2�FI�)����ab�!{h�%��>>=ͧ��P�ϸn���Cr��+�����K`�F��O;iߍ��0H��T��߳���$!"H2�Sbziq�[�L����_o=�����s}�p�7A�~L������"Ȝy|K�}�
-x���Hn�$�r������B&���$$9���Z�������|�˙�"'B=;�7��E�
���[u�.Ѣ�ڶ�^[�|4_�V~�I���v��M6M]�L;ר��v��$��ѽsbG㻺�����uC��¬��J�[v͆p_�G�v��Q�3�_;{sv0�<˭��XJ��{�}����~�˛���J]ݧg����2ʨ��U{�<Y��e/ו�ne;�wi��"��7�{Q���pX*����w�Z��٤����At�r1u��vz��:5����|�~���	��X�f��d��l�u���w��V�<GXN���U�i�d���2wֶ�%���x�^�ѭ@P���|R��]�at�޵�\W�1俏Uy���δ��8By"W4T���d|��"�Njqv���cӾn��V�f|mR5]׺����������a��kNN\��M�d��A�����T�~l���3�+D*�H��L`@	q<@�3
-�U��p�s+�1��ʥQ���Qߘ�+�ڌ���ZW��Q_�G��/�ݍ���X땉?r�5 ������V�����|^�����l4��{g}?ż7;${׼8�)E��:��fS�C��+�����
w������k
A�{��)0�ζe�&���˪U�Z6�Z�gx�t;0����>T���˻�v��=��HkEPl��6�ݫq_�,ų��6k� A�Km%:ݵT;~����zy��ܫ�Aψ�e��o4�r�����]8vj7��Z����B-aٯ����C�bО��~9�-&JuQv�}x�T��4�km��]yV}��C0�ƼZ��������o�Ɓ��̹Y���	@*����e�YMȑOӐk>*��dT�
�g~>S����pv��:h���q���ˠ��q���
-W���/i�����9M-4�.ƽY�ލ:�5���
-.MگC�������q��
Ƿ�5�v~y$W�7˖�bڜ��Շ�/2�mؖ��(������[��v����y�m�n�oc�Y���m\$�Ы�^MևAܿ����ʚ��ɣ�=^���v���3n��TX���j�:�����M����7j��R��'Ao�^G�����[�U��T�u�'���n:�ם�U��n�Ut��x]oO�N�^t����Ʊ,�3󥆳�ߒ��N�4��]�m+�&w�Bk��׌3���_�
-=��8��݂��#T����_�+���',R��/�S�J>��KB&� ����6?����,	endstream
-endobj
-1125 0 obj <<
-/Type /Page
-/Contents 1126 0 R
-/Resources 1124 0 R
-/MediaBox [0 0 595.2756 841.8898]
-/Parent 1115 0 R
+/D [1123 0 R /XYZ 56.6929 748.4014 null]
+>> endobj
+206 0 obj <<
+/D [1123 0 R /XYZ 56.6929 549.4516 null]
 >> endobj
 1127 0 obj <<
-/D [1125 0 R /XYZ 85.0394 794.5015 null]
+/D [1123 0 R /XYZ 56.6929 521.7105 null]
 >> endobj
-214 0 obj <<
-/D [1125 0 R /XYZ 85.0394 717.5894 null]
+210 0 obj <<
+/D [1123 0 R /XYZ 56.6929 231.5025 null]
 >> endobj
 1128 0 obj <<
-/D [1125 0 R /XYZ 85.0394 690.1986 null]
+/D [1123 0 R /XYZ 56.6929 201.1114 null]
 >> endobj
-1124 0 obj <<
-/Font << /F37 799 0 R /F21 710 0 R /F23 734 0 R /F41 935 0 R >>
+1122 0 obj <<
+/Font << /F37 803 0 R /F21 714 0 R /F23 738 0 R /F39 900 0 R /F41 940 0 R /F48 955 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
 1131 0 obj <<
-/Length 2380      
+/Length 3056      
 /Filter /FlateDecode
 >>
 stream
-xڥYKs�6��W���B�"H:'gƓ8��xmM��Ɂ�1w(RCR�z���o7�(�v�j�*�4�~|h�"��+��0��4�S�".�`�=�����Lx�eϴs��:�჊���F�`��JO��?B�R��	<����,�2�����ۏw�+�������D�������/����;�^����B����ݕ_��枈W��X��OwW��?W��]����O+��c|;��O�p�_�8Si�p&�T�3)i���������Ѭ[:k=��TFΘO����Y�LG)3J*g��j[�^�*{(�bi8�m�#�ă�XEr����E�uE]Mؗ:f�����������	����IH����7(�P���hY��W��:�K�Jk�ņ�m#���	L�2A��ao�3e���9��HI��q|�	�K#ë�e@&�e1!����q����F�;��n�����p�`t�^�r,�
-��"�X���'��S:S]A`�8
�
�I�=����C��[�*���9�U�^�4b���ζ���T�xIO�X��JG�uE㻬Y,5�b�/��<�(��uGC#u�^�
-8fz���ڀS�4	�A�}q���������5�
�*���F��3�c��X��	�9�S��ݮn:�8�M@��}ȀIe� 	N<3�a������Mؒ��&��$b�o��HB[u����̹�\ ���ٶ$Å y�����%����<'��_�U���q�QHY�_�����˵�̡p���mMԾ����9�Ͷ4�y�m�ճ�ۦ����Y$ᾪ���k?�U�]�َ�;�3����|�R%���2IJ��<dN����1�d�{�Sj��"li����������䶘�\�w�ѴRF��H��aS6Av�]6~3������ G�4\��Ӳ-rK����8S��dC;�M���ٺ�w��K����[n�H�E��Ʊ<Q&���6X;8�a�����.}�s�ֻ"!W$}�������Q@Y�YN����\*��]�U�>��O�M�sb����}v�1;�(B�[����cC��;#z�sr�9����|��#`�4���m=���|'������i�'	�.g�[�_���45J�'�r�G��0��LYI3���U��i�1!�e�C�4�@E<Z_�����"	���ΰ��e30
�~$����-��m`�h�ws��`]d�j����2�s��=N��
--�Q:Ҷ��e%OC�D�b�q��m��G��M[R�j����&�O�(���(��y&�2{��s�3��9��D��g���|�_��PIXa�Ԯ��A��
-A,��sB��}G�#`���z��2U�<�N�c��{]cA�Y��h
-MQ�s&�ň�3ɇ���.�=��f�]Y�]�����`b#���k�V�b_�����qot ��dp"����m�'�����ܛ����cw�o*<[��Nl-!�;v�
�_��1����Ͼ�@W�	���vCd�Rj��"�&�
-7�&C��ۉ��@
)���n
-w�y�v�m�(F��J�T؃�m<�>�o�=n�jq�Q�`_g�ӵ�TA�~��ӊ[E��L<�=�i���7w�W���/��ic���E��uV�5�%�L�x��~�ſx{\��Ki���'��Jw�8uG�G������`Q�`A���F�Χ�x�Qi��{p���� Xz���z�2DH5^4�Di̽��E
>����lp/�#�x�I�JuŅ�2O����jO���UC��7�;�.0�l;�GC�C�X��y6�O�G�A��U��
-��������r���$�4��ǻ���~e��=�;�c�B��X��V�Ӈ/���c�".���B������G)�[)�߲��d���M�N@z��������t0�[g��pM�
-�7^5t\�.<7SQK�S�����^Gf���/�q��[��::-v޿���o	a��>�)��)��I���2�/.�F'~Q�N�vt�yx�J2Ų�3���Ç��yCO�7����#'!�_B�?݃UqzD:Q������I��@�'*�'�C}�����1�������>_���$�D����I5��.��vv���=�!ļ"x߽t��rZ��p㺛�,�HHD�����O���pt8�?��E��# St�� 9�ئ.��0��P�K��f���b*r�f1�"��Ճ�1���_a��C��@͙Jx��[�m`2�#�'��o2耵_EQ�N��rh��Iv��)�
-�����K`�5¯����=��Hl��s�!��|��8��/� �)��f�x�a��z��������x����C|upendstream
+xڵYI��8�ׯ��˸��0�X�cޞ���}�����N�-@���y�bb�D*����T
+�W���"r<R�WY8����6�k����#c�x�j/�oH~U9U�ҫ�}��p���W���TkUFZc��E�$po�ė*����T�u6UL��[��&%m6i`
+PE�uJ��M��?��KC�5|����w|��O����t^x���z�/<T��/��8Q@(�x/ӗq.�a�.-�NT�\���"��� �n1�8���ص�{X� �=,�eNU�E�/��a�(rI�␍�PJ�y2�t�=��-����d���8����г�'�7tϻ=	3��8%ͱ�l_���6:ŖI��nI-����a�Ԑ+���)vM��R�X�L*.H����M�
�8��$�b6{q��ԍ£�!�9AP�ԏ?��*.� p����^��(��Fl3#��n�!L7�6��)���7-�
+�$?2&�&O3�[�lc=a�D��!QQ�]��v�6�}d�auz��~�nlx]�T�~YF�̥���|�-V���e��$�K��K�0 ��Oq3����ˁ�n�}L�ho*,% �*���7�	�p1���g��"!��\I*�!P��K�!��!r�Ģ8�|��(_x<Yq3ʖ��sFR��~�~5<�;��� ���0��'�m�@��!I@�!�Oq�M�/�Y1G��Sk�3z��#nZ[��%�����#���2����=�K��K�N��pI��>�=�kⰐ7��A|!0�S��S!6 b1ۯ�M���'��
+8�B��.��b�M�c�HNP}���Kh�Tr�,d�%<|���	��|��X)nO,��n�2�i$��B�R���JW���j�_�(�k��d�
�����H�P G$"��>F�&0G��g陊�L��7r�z`8��e������f#/(4�LFe%����h��m�b�$�R-���N�y�l�oeE�
+�(q�$�GPsX�m�p���\�@����B��������2�T{����gȖ���ƓI�[r�.R�S=`��I&=�)/�V��ϖ�L$NQ�0>�
��L@��gD�Cڑ~p\��>3�	�����P���pD�J�a:�y.qg�{>AE����I�C��#,������/فM^?��bZ���F�~ZW�B^M3�Z������ �—S>�׹�x���&u�C��=	Ym5���P�%?I(,Rδux�5��\�p�g���Q��lv<�F�n2�)8�����M����9�O?34N$ѹ�t�']g���`�E⋈B�Y�)�L�	3�=4&a�H�4r�7F$�����,e�煺����<�b].�Lc�i4g�@?%����Z��+Mc2k��D�x*�@��y�p��$�W'��,��h���P�&T�,Pzh���m�V
+���n0��:�zπ�`����������&���#/�l���cNӓL�p�3�J�y�t:E�j��J����,6d��
+q�;����*��f�IJ�f��˜��4A)��ى蕍��G}�~��$�W�'�L[�{�!R�C6���N߼(�n��v)/(x��4E���N"}"Ƹ�2���3s��[��h�r0����a=�	���Kz	3݋S�+��Y�
+�H�C��vG�ŧ'zz��zY�`?na}�s$�D���'�	,�����ự�1)��*��=[��7&�F�p�L/xnr˧iEr�����x�Kg���+�r���	�3��lH���O�� ����Wz���x�2��H�Ϥ�r������D���IH*&۵��'қ*X��}��3�EN���3��~a��(�zz�R��K�胠���ז&͗��n9n4�]dx�MS�.��5jE�>Imyt��ֲ��<==\�P��0��{���]�!�W���ѫ��l��L���ޜL0��r�b�����^p_�" �opy��bX�k����Z��S�@���jO�'����rحlg�.m^����~/���kA�6Q�\�&T��<��7V�u;��B[.�����No�T��ѐ=��֏�y9A�"��l6�l��
ڣ��5�.Z�j���iw��ʂ8힌�\f������$�����%�*��ܒO���k=읣w�;��x�ocU����3�06�P��
��3_�F�����b܅�긮��ش���ռ_�TM׵n���l�_~˿[���4��#L	�)�hq$��
��j��8���^�o�����O%��$?{�������
+3DL3�riT*�u�7&�ʷ6㹰��U)lԗ�?�Kbw�h�h�ze⏜�z��p"/}�Ѣ��n���(���{s=3�����Y�O1�����5/�l
+DQim�Nw���c�}�pYz;��.QX�6�w�� vo_2f�ٶ����y{Y��U�fP+B��A�s�C[�]�Cua{����lٳ�ٍ�V�fO�j�ٽ�g��R<;�i�VԹ�V��]K�㷫_��G�wmͽ�A��^���F�,���߄c�v3O��:�O+����1y��:d&������b�Tegaއ���iMs��]ݕg�7I9Cm̫��?��|D�rvg�f�7'��Tٗ�5
�ⳙ�#��!�|T��ɨ�
ڏp>S����pv��:h���q���ˠ��q���
+S�|K�_�6�G�n�ij��y@�p1����nԙ��ݶohqh�~J_�$�����l8�=�)�{7��� �R�Y��ԧ��]}hN��0߆m�j����jm޽U_ow�[�/����v���6���8���EJ�*��d}��۪�j��ə�<����o�a�y|?���K���\�U�Q�Z{��I�n_{�&</�zy���u��Y����Y�:Ne]{�:?念x�iY���XE��ڊ�������E��p�=o��:3_j8��-�t�J��^ٕݶ�nr�F�_�e�Y2���]�U.o���~B��Y����?�5��onƐ�����ZT�7�dJ�$��j�������s�vFendstream
 endobj
 1130 0 obj <<
 /Type /Page
 /Contents 1131 0 R
 /Resources 1129 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1115 0 R
-/Annots [ 1134 0 R ]
+/Parent 1120 0 R
 >> endobj
-1134 0 obj <<
+1132 0 obj <<
+/D [1130 0 R /XYZ 85.0394 794.5015 null]
+>> endobj
+214 0 obj <<
+/D [1130 0 R /XYZ 85.0394 717.5894 null]
+>> endobj
+1133 0 obj <<
+/D [1130 0 R /XYZ 85.0394 690.1986 null]
+>> endobj
+1129 0 obj <<
+/Font << /F37 803 0 R /F21 714 0 R /F23 738 0 R /F41 940 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1136 0 obj <<
+/Length 2753      
+/Filter /FlateDecode
+>>
+stream
+xڵ]s۸�ݿB�Ԍ����ɓ/�{�i����{�E�bC�
+IY����w��Lg��]2c,��~c���|�Pe"�%Yƌdz��͞a�og��,�§����ݵLfY�)�f�+�W�4��� 
+�pXps�I�"f�ïww��2		qsK�O7��e������w�W���,���Os�ypq���.��} ���b�D���W��9�z4��L�_�~���
+P��3�,�g{�`!�21ۜE��HJ�����90�f��I�q
+�Ą�"3��R͒8���/C�X�A�,��Au���B��S���Xp����UY�}��'�(	S�������oO%i�W�����,����&�4b�m^��/�Ǭ�U�����`d0�`��L�P& �R����oQWC����w�� ���F��JW���,	�,L�����댇,�2IDltm`�n6bvـF3O)�x�s6JA8���T��@�6:55�H��Y���"��4�9t4U�]��-kG^v��sɂ?�Ͷ�4�����\�$����&�6o狈}��U�C^���6MO(O+���������6=qD��P�Y:����
+#8�֘�?�ǡ�@^��.�qAA���Zk4�H��=\} ��m�6���CAym�pN;�i�lu[͹�9 �M��1�3��@wIa��	�5Ջn	�/�ʟ��^�n����n;�aE�n�\ڕ�5�	���JA�� �;��r�&p��A}C����lH_\D�D\�][ۃ�8>]�qq��c~�;�˪�u?�a�E�	~��mSwF�4
+6���+]7�8��|�@��d)�w,�W�$���@�2	ٹ�vEY?�
ˮ�3)�Ƕ���n��6��-���b����n�
+r���>��`���Ȥ�Am��͒���|����Ӗ����Z��n0�I^��G�+��a�@��4 ϩ�3��Y.���׋���8��u��*i��ņ̓��i4�o��Q�aʉʓ���)}Ò�
+��MUu��gj54�T�g��2!R���>��T���~��.ve4Fyob�Z�ԥ����fbSX�jM�J�0�j��4�m��q�a���}����S��Jq�,%,�$霳`י/��>J�S�b_�k�5Z"�89dnY
ӣ�H��/�ʺ��p2�Uu��J�,�]=Y�H#l)�
+nP�x�7�r�	��\��0�����E�,��9Qƍcw8ľ���-������o�g�ju>UB�k��&셰�G���9T1���h�$�n+�¶���z�.�b�$��
+ʸ<A��M�ĦIG{1�d(�6��D��OC��%ٶ����n3�����0Wԋ�rk2#t	����*?Ep�]�Yo{m�^�<�8ԭ���و���6����zB[��cO#(G����x�c��W�u��m]sG�T��v�54>�54X�>c�tx?Pe�{��$��}\W�-|��9��m��d�<:~��Y��N���;xMz���į�`��GH}$[f<�v߷ڨ��!qS&���X]�K�U,/,��hw
+#�&�9���RA3����U�~�i������!8�!&��JD9�k"D��>p�W
+M��EB��v��V�[焾9���P6u��荰��4�o^����;���v�b�����3�2R¿	�Y)���e_�^�k�n�m���q�뗦�OqE�Wi�b��clаڙ�L0tĽ����4��w�>�(���x��	�<�v��C��2T���d�9��t�"J��3㒑I�4_v�n�%�?�%�Ug��]g��њ�n�R�z�M�Œ���l�n�)���\7�����̷��e:�C������H~mJ��h�=��!���t��|F��\~;B4�q@�� ��]:�[ƃ��4
��$��[�d�mh{s�ֈ����&w8��yYe����B��>�:	��
�	oB�s]t��ÒM���=*2���+U'��xw6U	.��~ݴe��勞Rǹ"%W�.FV��ž�G?<.TMn0�QO&R�-���(���̛& �$d�:@u;������C��
+Z<F0|�u'XO{�{��[%4/�S�M��[���1��@~Jw�|_(�)�ω�	J�c��RnZӔ�*JN6�8�7�^D�
�%u�4cN��	r��@��4��T����#����+3�����Ƞ��ܪ0o��D��1�޵h6`�s��
m���I&��V{m"+���"h���3�O����Cg��pߙV�x�����EI|4����-`ӎģ�J8���ф�	���h������U����;�Yx��$I�q�bOd���/u��	�Z�,׾�[�A�0��!!�SUx����
+SLJ�8���E��}i���e�oͽ����&����b��u���T�zaS"ȷ�
+{Gkb�P,&V…}��'�Y��j�R��r���� �8�>����Nm(}�c�r�R���xB-��RFt�QSE3}iD��
+c�)�-,)4��Q�]b&8~G�۠l_PFUl��bL݃�G�!@�۰���BT����i���1��*��J@��/��ۯ�ɋ����B�e���־�
o���ߖ1�43hP%�����T�lߨ�_	��H��7�S���d�k�.B�[_u�,�UP�F֯~�h���)'��[ϚP�#)'�c����;^�$�i*�%�z���A*]��dw?�N�_���&endstream
+endobj
+1135 0 obj <<
+/Type /Page
+/Contents 1136 0 R
+/Resources 1134 0 R
+/MediaBox [0 0 595.2756 841.8898]
+/Parent 1120 0 R
+/Annots [ 1142 0 R ]
+>> endobj
+1142 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [349.4919 384.4828 408.4801 395.2672]
+/Rect [349.4919 62.7905 408.4801 73.5749]
 /Subtype /Link
 /A << /S /GoTo /D (ipv6addresses) >>
 >> endobj
-1132 0 obj <<
-/D [1130 0 R /XYZ 56.6929 794.5015 null]
+1137 0 obj <<
+/D [1135 0 R /XYZ 56.6929 794.5015 null]
 >> endobj
 218 0 obj <<
-/D [1130 0 R /XYZ 56.6929 594.1106 null]
+/D [1135 0 R /XYZ 56.6929 285.3652 null]
 >> endobj
-1133 0 obj <<
-/D [1130 0 R /XYZ 56.6929 562.6395 null]
+1141 0 obj <<
+/D [1135 0 R /XYZ 56.6929 250.4165 null]
 >> endobj
-222 0 obj <<
-/D [1130 0 R /XYZ 56.6929 370.2937 null]
->> endobj
-1135 0 obj <<
-/D [1130 0 R /XYZ 56.6929 341.714 null]
->> endobj
-226 0 obj <<
-/D [1130 0 R /XYZ 56.6929 214.6004 null]
->> endobj
-1136 0 obj <<
-/D [1130 0 R /XYZ 56.6929 186.0207 null]
->> endobj
-1129 0 obj <<
-/Font << /F37 799 0 R /F41 935 0 R /F23 734 0 R /F62 1060 0 R /F21 710 0 R /F39 895 0 R >>
-/XObject << /Im2 1049 0 R >>
+1134 0 obj <<
+/Font << /F37 803 0 R /F41 940 0 R /F23 738 0 R /F62 1065 0 R /F65 1140 0 R /F21 714 0 R /F39 900 0 R >>
+/XObject << /Im2 1054 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1140 0 obj <<
+1146 0 obj <<
+/Length 1018      
+/Filter /FlateDecode
+>>
+stream
+xڥVK��H��W���
+��ӏ��P[!����;�������U��ƙ1���~I-}��j�R��+BE"�(�DQ�ܻڡ�g�{�0{&�S/S���"r��<t���VLh37�?x��Zn������$~�B�-����1o�y��­��5^��~$��f���B*@/������]�l��v�����/�k3�?�o�U:F2��Q��������9�֡D$�r`B	K�֎T�()İR9��?��ɮQ�CO����G3�q�2F��~*!����Cg���[������nۯ��Nn�����%|8�w�1�5p��d��ÒIsGz(@�+@�>���g���g���i��Z٣�Ptp>;fUUT�pj��ؖz$�Y�/`QP/k�ѹ�ʯŅ��EgղSa=Y������H)/:�q�
VEs*р%"�@7�ec7Ph�+�u�PV0 4L�oY�U�L�d���8����v�7��!��][��m��Q��.I��t��^�#l��Ƌ�	)&>����k�Zb��	�Sg]������j�T��ش'\��ɋܔ���{k����5�5(�Bzkr$Z(�w�f�VO9y1�M2��[��0�.�JP�\�ymu��÷`	',��1��V����Rf�4Rp����̉T��c4�k�An��x�el��ہ���:;��g�{(4�М+�jL�ɹC��͋����h�z�7w�D��U�tm�j��P�zҗP$�q���ű/rc5���
��4�[Gf�)f�V4�z��b��I,��d�.#3�)`B̆���P1���N�^c����ETz
�*EF���cc'�Dl�VU�0��=W�"��}�&j��$�1D�&�a���1r�2���~�h�`�d�zy�6g
+�����|c
+����̘x(`h���Rr���� ��qr��Ǵ`�>�C��p�R��p�~��N��"J�q3�{�@u�'��[����_.?u2""���G�{AC�$�2�z��8O]��ʃXendstream
+endobj
+1145 0 obj <<
+/Type /Page
+/Contents 1146 0 R
+/Resources 1144 0 R
+/MediaBox [0 0 595.2756 841.8898]
+/Parent 1120 0 R
+>> endobj
+1147 0 obj <<
+/D [1145 0 R /XYZ 85.0394 794.5015 null]
+>> endobj
+222 0 obj <<
+/D [1145 0 R /XYZ 85.0394 769.5949 null]
+>> endobj
+1148 0 obj <<
+/D [1145 0 R /XYZ 85.0394 749.4437 null]
+>> endobj
+226 0 obj <<
+/D [1145 0 R /XYZ 85.0394 622.33 null]
+>> endobj
+1149 0 obj <<
+/D [1145 0 R /XYZ 85.0394 593.7503 null]
+>> endobj
+1144 0 obj <<
+/Font << /F37 803 0 R /F21 714 0 R /F23 738 0 R /F41 940 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1152 0 obj <<
+/Length 69        
+/Filter /FlateDecode
+>>
+stream
+x�3T0�BCS3=3K#KsK=SCS��\.�t��;�!T��������1��EV.�knj�g`fA�!��V�endstream
+endobj
+1151 0 obj <<
+/Type /Page
+/Contents 1152 0 R
+/Resources 1150 0 R
+/MediaBox [0 0 595.2756 841.8898]
+/Parent 1120 0 R
+>> endobj
+1153 0 obj <<
+/D [1151 0 R /XYZ 56.6929 794.5015 null]
+>> endobj
+1150 0 obj <<
+/ProcSet [ /PDF ]
+>> endobj
+1156 0 obj <<
 /Length 1913      
 /Filter /FlateDecode
 >>
@@ -3851,61 +3924,61 @@ M&P
 q��D"mX�
���jm���@CH�2#��Ȳ&Rؚ8"u�����D����~��G@� 8Ȱ����Оt������QCJ�o�ٲ(��<�,��5k�46i]WMP��/�����
�o��p7�2����Ӻ*#���`'�C���u�?\:	j��3���.���|���ц���Y��e<���d[�4����-J��{��!�tE1�RDPż��bn�%�T+)w�0��T�K�Xx��_OI�N@a&`��Y�
 :����&ī�ۆ�5��B��}Ye��dɠ��]B楖x���@��izT(���xe訳vTn3o-��a^��1�8H��=�6���{ӑ���hW�P��j�v��wЮ�Z[����hM	5����s?�+�
 �p,'��+)j�j�Q�k��﯑�Y��ա�E�������I-��;���$b��֬݉�Q�㩺�{J���4;,��f`��
���W$�7����1[�/�n��X	 �E�QS�����;�W�P{���DN�)��j=u������C;���]۠�_;�`��F
-q�7�Gb�N0b�KN�J�$ȳ�B�"g�O�����	G�^�=Ys{}�JE��6l`��Tȋ��}%�J��Ƌ��I�mS:_��	Р*�����(������Wy����-1~!E��׾6F��E�>5.NF���b��]m�p�v���Ɲ}endstream
+q�7�Gb�N0b�KN�J�$ȳ�B�"g�O�����	G�^�=Ys{}�JE��6l`��Tȋ��}%�J��Ƌ��I�mS:_��	Р*�����(������Wy����-1~!E��׾6F��E�>5.NF���b�ݮ6�|���ϓ�vendstream
 endobj
-1139 0 obj <<
+1155 0 obj <<
 /Type /Page
-/Contents 1140 0 R
-/Resources 1138 0 R
+/Contents 1156 0 R
+/Resources 1154 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1115 0 R
+/Parent 1161 0 R
 >> endobj
-1141 0 obj <<
-/D [1139 0 R /XYZ 85.0394 794.5015 null]
+1157 0 obj <<
+/D [1155 0 R /XYZ 85.0394 794.5015 null]
 >> endobj
 230 0 obj <<
-/D [1139 0 R /XYZ 85.0394 769.5949 null]
+/D [1155 0 R /XYZ 85.0394 769.5949 null]
 >> endobj
-1142 0 obj <<
-/D [1139 0 R /XYZ 85.0394 576.7004 null]
+1158 0 obj <<
+/D [1155 0 R /XYZ 85.0394 576.7004 null]
 >> endobj
 234 0 obj <<
-/D [1139 0 R /XYZ 85.0394 576.7004 null]
+/D [1155 0 R /XYZ 85.0394 576.7004 null]
 >> endobj
-1143 0 obj <<
-/D [1139 0 R /XYZ 85.0394 544.8207 null]
+1159 0 obj <<
+/D [1155 0 R /XYZ 85.0394 544.8207 null]
 >> endobj
 238 0 obj <<
-/D [1139 0 R /XYZ 85.0394 403.9445 null]
+/D [1155 0 R /XYZ 85.0394 403.9445 null]
 >> endobj
-1144 0 obj <<
-/D [1139 0 R /XYZ 85.0394 368.2811 null]
+1160 0 obj <<
+/D [1155 0 R /XYZ 85.0394 368.2811 null]
 >> endobj
-1138 0 obj <<
-/Font << /F21 710 0 R /F23 734 0 R /F41 935 0 R >>
+1154 0 obj <<
+/Font << /F21 714 0 R /F23 738 0 R /F41 940 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1147 0 obj <<
+1164 0 obj <<
 /Length 69        
 /Filter /FlateDecode
 >>
 stream
 x�3T0�BCS3=3K#KsK=SCS��\.�t��;�!T��������1��EV.�knj�g`fA�!��V�endstream
 endobj
-1146 0 obj <<
+1163 0 obj <<
 /Type /Page
-/Contents 1147 0 R
-/Resources 1145 0 R
+/Contents 1164 0 R
+/Resources 1162 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1115 0 R
+/Parent 1161 0 R
 >> endobj
-1148 0 obj <<
-/D [1146 0 R /XYZ 56.6929 794.5015 null]
+1165 0 obj <<
+/D [1163 0 R /XYZ 56.6929 794.5015 null]
 >> endobj
-1145 0 obj <<
+1162 0 obj <<
 /ProcSet [ /PDF ]
 >> endobj
-1151 0 obj <<
+1168 0 obj <<
 /Length 3113      
 /Filter /FlateDecode
 >>
@@ -3924,49 +3997,49 @@ h4:
 '�u�8Z���CHU��á|�A�shQ�P������coY~������~���}��/��-uÊ�o<�ӎ��w]D�P���;N-x�Z�L�v������%�4�h<,z����ut��
 �6��f�&�@d	!{A�I1�O!&�����.�U��{z����|���ou���7��<�^h�d;o����^x�!�`H��f��8�QL�;�K�0���h�[W�zN��ح��2�@�}x
��t�4��Exo��[%hC�-�����O�,�P�(E��/�қ"�*zM�k��y��	�Ba��Hj+>~
��ڦ����fA��4��!rNC�&fFar��^���C&d)�t��E�������A�},���:�]�ͧ�d�bؽ��ixG�A4�
�T���G�vk���Tfַ��9=?>T�sU5Y��aI�L� �a�@yއ�ˇ��ϖ�D����U;/W�(-8�yrxk\�y�����ge	�`T/U2uU�$V*���/C"����~�2��Z�U:�i*�������2R��wH���E
 �>�2����G9�)���rԙ��7��~��;'�U�B4�n��2�'�N;�3�*�?ڪ���YZ���r�\��E^����bYS�iM5<Aj�}HO��Q�|:4N3^�������3�8�
�prz�<�C�ĭ:s�+�a�bz�{u&��F3�	���iL��<��pp�.����{���Z�&�
-����^f"|-ԗ0zp�=�?��3��ҊI����^fSiӿ��X9\+�G��:��Z0)-ؠ����"{K����$�6�_�ri;��ur-;<IߣJ��~���endstream
+����^f"|-ԗ0zp�=�?��3��ҊI����^fSiӿ��X9\+�G��:��Z0)-ؠ����"{K����$�6�_�ri;���NXHO����r�$��endstream
 endobj
-1150 0 obj <<
+1167 0 obj <<
 /Type /Page
-/Contents 1151 0 R
-/Resources 1149 0 R
+/Contents 1168 0 R
+/Resources 1166 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1158 0 R
-/Annots [ 1157 0 R ]
+/Parent 1161 0 R
+/Annots [ 1174 0 R ]
 >> endobj
-1157 0 obj <<
+1174 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [356.2946 363.7923 412.5133 376.6291]
 /Subtype /Link
 /A << /S /GoTo /D (address_match_lists) >>
 >> endobj
-1152 0 obj <<
-/D [1150 0 R /XYZ 85.0394 794.5015 null]
+1169 0 obj <<
+/D [1167 0 R /XYZ 85.0394 794.5015 null]
 >> endobj
 242 0 obj <<
-/D [1150 0 R /XYZ 85.0394 769.5949 null]
+/D [1167 0 R /XYZ 85.0394 769.5949 null]
 >> endobj
-1153 0 obj <<
-/D [1150 0 R /XYZ 85.0394 576.7004 null]
+1170 0 obj <<
+/D [1167 0 R /XYZ 85.0394 576.7004 null]
 >> endobj
 246 0 obj <<
-/D [1150 0 R /XYZ 85.0394 479.565 null]
+/D [1167 0 R /XYZ 85.0394 479.565 null]
 >> endobj
-1154 0 obj <<
-/D [1150 0 R /XYZ 85.0394 441.8891 null]
+1171 0 obj <<
+/D [1167 0 R /XYZ 85.0394 441.8891 null]
 >> endobj
-1155 0 obj <<
-/D [1150 0 R /XYZ 85.0394 424.9629 null]
+1172 0 obj <<
+/D [1167 0 R /XYZ 85.0394 424.9629 null]
 >> endobj
-1156 0 obj <<
-/D [1150 0 R /XYZ 85.0394 413.0077 null]
+1173 0 obj <<
+/D [1167 0 R /XYZ 85.0394 413.0077 null]
 >> endobj
-1149 0 obj <<
-/Font << /F21 710 0 R /F23 734 0 R /F41 935 0 R >>
+1166 0 obj <<
+/Font << /F21 714 0 R /F23 738 0 R /F41 940 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1162 0 obj <<
+1178 0 obj <<
 /Length 4061      
 /Filter /FlateDecode
 >>
@@ -3989,35 +4062,35 @@ Ke
 �@Ċ�B��bW���J����Cq]��#!����`��o]���˳�K�%�]˨ޖ9���]|��l�n�.۵tl�FU�ՋT
 S��s���X���2w�(�0 ��Wb��f�����G<�5]CNΥt֟ǝ��H��Y�h~�p����8��2��Ih�`�	��X����H>�*���PPt3��Ž�E��U.<dH�3���d	�vZ��}��]���g�v�_o�u�B��$�'a�ui�wբ;��YN���>a���+,�'�D9�nl�𘺾��BB0���ҡ{G�}r�/+�6Y��Oy�@D(�S*�Tz��P���VJp����]2@ҟfy�ހ�Kf����8��
 ��ͶK�-�?�^��EװN���;,)�J��0���;����3�&����/���蛻�_A�����%��T���k]߭��At�ۅe�(C�|L���n�?cX/J������[M���Jka5�\S�[�ā%���� ��k�2|�u�(�ovY	m�S�f?P������Q[��>ա��i��onB˗Z1ycr�ҝ�Ǚ'���g5;_{�gO�,- 
k��3�1kΆ_��}-ʍ��u�<��.β�>�eR°��$~p�@�)�ӷ���X�N���bsh~�`.g����ˉTmIeb?<C@򹜤>U���������C�����^�K�v���{�V9��OQ�}@	��b
-jL���xq��I���=�\%���o���C�u��cUJ�w7��U�����'��ag�;�-JZ��E�3�[B����
�+h:endstream
+jL���xq��I���=�\%���o���C�u��cUJ�w7��U�����'��ag�;�-JZ��EȽ�3�[B����
ƃh<endstream
 endobj
-1161 0 obj <<
+1177 0 obj <<
 /Type /Page
-/Contents 1162 0 R
-/Resources 1160 0 R
+/Contents 1178 0 R
+/Resources 1176 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1158 0 R
+/Parent 1161 0 R
 >> endobj
-1163 0 obj <<
-/D [1161 0 R /XYZ 56.6929 794.5015 null]
+1179 0 obj <<
+/D [1177 0 R /XYZ 56.6929 794.5015 null]
 >> endobj
 250 0 obj <<
-/D [1161 0 R /XYZ 56.6929 165.9801 null]
+/D [1177 0 R /XYZ 56.6929 165.9801 null]
 >> endobj
-1159 0 obj <<
-/D [1161 0 R /XYZ 56.6929 136.242 null]
+1175 0 obj <<
+/D [1177 0 R /XYZ 56.6929 136.242 null]
 >> endobj
 254 0 obj <<
-/D [1161 0 R /XYZ 56.6929 136.242 null]
+/D [1177 0 R /XYZ 56.6929 136.242 null]
 >> endobj
-1164 0 obj <<
-/D [1161 0 R /XYZ 56.6929 106.2766 null]
+1180 0 obj <<
+/D [1177 0 R /XYZ 56.6929 106.2766 null]
 >> endobj
-1160 0 obj <<
-/Font << /F37 799 0 R /F41 935 0 R /F23 734 0 R /F21 710 0 R /F48 950 0 R >>
+1176 0 obj <<
+/Font << /F37 803 0 R /F41 940 0 R /F23 738 0 R /F21 714 0 R /F48 955 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1167 0 obj <<
+1183 0 obj <<
 /Length 3096      
 /Filter /FlateDecode
 >>
@@ -4030,41 +4103,41 @@ e$E
 �Y_��̛H�v���U��`�vg��uw/�23z4���2�s7�W&��+-/�TK
F�(
 �bAm�$F����cςP��U��_�xV(�M����`�Xw�?���U�+w:�|]y�/�j]X7K�%�N&ӱi�aX)�Ч�|�U��~EUH��X~�$LAK��Ko[P+�@"f����������J۪͊C��3�T]rB��`TQUw�5���^.�J�����,�ԥ��n:�ЌW!2��\�.^�"�)gJ%[�#0'I�M/X���,cvz����5hD]��=���v�	������;6&O�p>��H�8��se����j[��l_������c�]~��p�|W��HH����'�j�-���
ח�:�M������-U'^GK��z�͘�����;
 �1��C�.�}~���m�t��>}?�
-0{� ����b�>����*P���_�F�s��At$�W�)?��MP�H�5<�qn��T7Dt��}�CuB_}ۥ���n�ۃnw�����21guȥ�pv�ϗ/O(/U�X�5K[�k[wW������^��QPB���}�ȧ}��i��XgR�F��}�:��{W�¿P�gF�lu��z=wI�3���C��s�2=�)CR��B���)���z�|9v�����t쬸����_�r[������O|qҡ�?ی|�	�������~���B'����!�'*��Rh-�w5����������~�endstream
+0{� ����b�>����*P���_�F�s��At$�W�)?��MP�H�5<�qn��T7Dt��}�CuB_}ۥ���n�ۃnw�����21guȥ�pv�ϗ/O(/U�X�5K[�k[wW������^��QPB���}�ȧ}��i��XgR�F��}�:��{W�¿P�gF�lu��z=wI�3���C��s�2=�)CR��B���)���z�|9v�����t쬸����_�r[������O|qҡ�?ی|�	�������~���B'����!�'*��Rh-�j���g_���D~�endstream
 endobj
-1166 0 obj <<
+1182 0 obj <<
 /Type /Page
-/Contents 1167 0 R
-/Resources 1165 0 R
+/Contents 1183 0 R
+/Resources 1181 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1158 0 R
+/Parent 1161 0 R
 >> endobj
-1168 0 obj <<
-/D [1166 0 R /XYZ 85.0394 794.5015 null]
+1184 0 obj <<
+/D [1182 0 R /XYZ 85.0394 794.5015 null]
 >> endobj
 258 0 obj <<
-/D [1166 0 R /XYZ 85.0394 731.767 null]
+/D [1182 0 R /XYZ 85.0394 731.767 null]
 >> endobj
-1169 0 obj <<
-/D [1166 0 R /XYZ 85.0394 703.7216 null]
+1185 0 obj <<
+/D [1182 0 R /XYZ 85.0394 703.7216 null]
 >> endobj
 262 0 obj <<
-/D [1166 0 R /XYZ 85.0394 229.6467 null]
+/D [1182 0 R /XYZ 85.0394 229.6467 null]
 >> endobj
-1170 0 obj <<
-/D [1166 0 R /XYZ 85.0394 201.8883 null]
+1186 0 obj <<
+/D [1182 0 R /XYZ 85.0394 201.8883 null]
 >> endobj
 266 0 obj <<
-/D [1166 0 R /XYZ 85.0394 144.1965 null]
+/D [1182 0 R /XYZ 85.0394 144.1965 null]
 >> endobj
-1171 0 obj <<
-/D [1166 0 R /XYZ 85.0394 118.9605 null]
+1187 0 obj <<
+/D [1182 0 R /XYZ 85.0394 118.9605 null]
 >> endobj
-1165 0 obj <<
-/Font << /F37 799 0 R /F41 935 0 R /F21 710 0 R /F23 734 0 R /F14 737 0 R /F39 895 0 R >>
+1181 0 obj <<
+/Font << /F37 803 0 R /F41 940 0 R /F21 714 0 R /F23 738 0 R /F14 741 0 R /F39 900 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1175 0 obj <<
+1191 0 obj <<
 /Length 2474      
 /Filter /FlateDecode
 >>
@@ -4081,16 +4154,17 @@ xڽko
 ��zA��@���x�D3�i
 (�uc�&a�d#��8�2DZo3Q�p-��8�ȶ^1��M#���4�8�b���?���K����]��L���٭��n�S�	�#�R��2����St���
 �y�U�	S�S�㰈x6��5�=ܞ�;�P"*pOi�햀eI�T
-H�f�9"՝Β�A�A��C9�endstream
+H�f�9"�;�%����
+H�C��endstream
 endobj
-1174 0 obj <<
+1190 0 obj <<
 /Type /Page
-/Contents 1175 0 R
-/Resources 1173 0 R
+/Contents 1191 0 R
+/Resources 1189 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1158 0 R
+/Parent 1161 0 R
 >> endobj
-1172 0 obj <<
+1188 0 obj <<
 /Type /XObject
 /Subtype /Form
 /FormType 1
@@ -4110,33 +4184,33 @@ x
 6\>Rg�b�W��j[���
 W�Ϣ�{6;���F�����]��)�/ԬMu;pk;̩�dh<�E��A�w�𬱱N�����t���D��²]��(��;����厰��r����L��
T�͡誋��t��w_=�]��=�uS����"��yl����-�kHs��reOڳ�vg�<7�t,��e�;���Э/I�B�&�(���󻉨Yٹ�,�kRԚ�'^
m"	^��h���W9AV�y�©/f���"����Fy-Sng	\�d����ƥ��}B�����$�w1.�&�����C�O��V�X�9g�E{��<���P)!�Z�şLު~��'�U�XL��c��XsЖ�����Ӓ~�BL���ƹO��NZ�_[��.����*]3Q����!�-�endstream
 endobj
-1176 0 obj <<
-/D [1174 0 R /XYZ 56.6929 794.5015 null]
+1192 0 obj <<
+/D [1190 0 R /XYZ 56.6929 794.5015 null]
 >> endobj
 270 0 obj <<
-/D [1174 0 R /XYZ 56.6929 769.5949 null]
+/D [1190 0 R /XYZ 56.6929 769.5949 null]
 >> endobj
-1177 0 obj <<
-/D [1174 0 R /XYZ 56.6929 749.9737 null]
+1193 0 obj <<
+/D [1190 0 R /XYZ 56.6929 749.9737 null]
 >> endobj
 274 0 obj <<
-/D [1174 0 R /XYZ 56.6929 282.0726 null]
+/D [1190 0 R /XYZ 56.6929 282.0726 null]
 >> endobj
-1178 0 obj <<
-/D [1174 0 R /XYZ 56.6929 250.2286 null]
+1194 0 obj <<
+/D [1190 0 R /XYZ 56.6929 250.2286 null]
 >> endobj
-1179 0 obj <<
-/D [1174 0 R /XYZ 56.6929 191.4593 null]
+1195 0 obj <<
+/D [1190 0 R /XYZ 56.6929 191.4593 null]
 >> endobj
-1180 0 obj <<
-/D [1174 0 R /XYZ 56.6929 179.5041 null]
+1196 0 obj <<
+/D [1190 0 R /XYZ 56.6929 179.5041 null]
 >> endobj
-1173 0 obj <<
-/Font << /F37 799 0 R /F21 710 0 R /F23 734 0 R /F41 935 0 R /F62 1060 0 R >>
-/XObject << /Im3 1172 0 R >>
+1189 0 obj <<
+/Font << /F37 803 0 R /F21 714 0 R /F23 738 0 R /F41 940 0 R /F62 1065 0 R >>
+/XObject << /Im3 1188 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1183 0 obj <<
+1199 0 obj <<
 /Length 2134      
 /Filter /FlateDecode
 >>
@@ -4148,47 +4222,47 @@ x
 TiJ���o��1��b���e�u�xI��c��v���L�,_'���!h�nr���:ڨ����d�F��$���f����t�ê���B���-�ŊH��vZ;�: ���(��:eY��q/�xܤI��0s�.:�G�Ͳ(ۨ��{��	3c��,�H��FP�kc^���
 v���/�H��N!��UP�h�siu�4V}O�#�x���ߗY��V�� �w�y-�PLk�*��X�+�3H)7�U?�z��~fc����5f�;��a����O�܌��7����/w1��	%���M�
����(ZAP���^|�NQ��b��ð����Ԇ���C�6�sH^[���H%I
V���4�ũ��^a6���y�넍]b��r1O"dA4D#�T7��_�)�����I_�
 |Jq�s
��5}�qg:W(�.Bn����U�� %
M�$���D� \��_���ʑhh�0�׍s�f^T��)�d앺��O��yJ�����b����Z[A�H��W4�,��d%FY���%�0
\r]��vu���uC6�ü���'�Mo�6_˛oH��#A�ؾ��^�ũLU��%����f���+���/)sO,�<�	���
N�Y�J����;�O��H��N즦S�r����;v&��l�l�@�.�G�W��2v/�����u�K*�b��12�ĩ��"��$����r[/ڵ�M瓯A���#!9�6i�/b�!����'5��{P��]�
-c��޾��Pa�m-�(.��O��jA�V�����zU�fW<]������h�i��˃��t���JXL�����^Z����n�m
.Vi�����y��r�<�R*eI*M���U�U?endstream
+c��޾��Pa�m-�(.��O��jA�V�����zU�fW<]������h�i��˃��t���JXL�����^Z����n�m
.Vi�����y��ree)��$�����V4UAendstream
 endobj
-1182 0 obj <<
+1198 0 obj <<
 /Type /Page
-/Contents 1183 0 R
-/Resources 1181 0 R
+/Contents 1199 0 R
+/Resources 1197 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1158 0 R
+/Parent 1206 0 R
 >> endobj
-1184 0 obj <<
-/D [1182 0 R /XYZ 85.0394 794.5015 null]
+1200 0 obj <<
+/D [1198 0 R /XYZ 85.0394 794.5015 null]
 >> endobj
 278 0 obj <<
-/D [1182 0 R /XYZ 85.0394 585.0446 null]
+/D [1198 0 R /XYZ 85.0394 585.0446 null]
 >> endobj
-1185 0 obj <<
-/D [1182 0 R /XYZ 85.0394 560.705 null]
+1201 0 obj <<
+/D [1198 0 R /XYZ 85.0394 560.705 null]
 >> endobj
 282 0 obj <<
-/D [1182 0 R /XYZ 85.0394 491.9365 null]
+/D [1198 0 R /XYZ 85.0394 491.9365 null]
 >> endobj
-1186 0 obj <<
-/D [1182 0 R /XYZ 85.0394 461.8226 null]
+1202 0 obj <<
+/D [1198 0 R /XYZ 85.0394 461.8226 null]
 >> endobj
-1187 0 obj <<
-/D [1182 0 R /XYZ 85.0394 384.4846 null]
+1203 0 obj <<
+/D [1198 0 R /XYZ 85.0394 384.4846 null]
 >> endobj
-1188 0 obj <<
-/D [1182 0 R /XYZ 85.0394 372.5294 null]
+1204 0 obj <<
+/D [1198 0 R /XYZ 85.0394 372.5294 null]
 >> endobj
 286 0 obj <<
-/D [1182 0 R /XYZ 85.0394 206.4979 null]
+/D [1198 0 R /XYZ 85.0394 206.4979 null]
 >> endobj
-1189 0 obj <<
-/D [1182 0 R /XYZ 85.0394 171.8379 null]
+1205 0 obj <<
+/D [1198 0 R /XYZ 85.0394 171.8379 null]
 >> endobj
-1181 0 obj <<
-/Font << /F37 799 0 R /F21 710 0 R /F23 734 0 R /F41 935 0 R >>
+1197 0 obj <<
+/Font << /F37 803 0 R /F21 714 0 R /F23 738 0 R /F41 940 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1192 0 obj <<
+1209 0 obj <<
 /Length 4496      
 /Filter /FlateDecode
 >>
@@ -4214,56 +4288,56 @@ mt
 ��kO��%A\u��j�>?�8b��8)������ <�s� �	%�$*���^}�.CF�/�]N���Y
'��&��G�����(�3��F��urp��Xh����^���a���3v�Y�Tkt
 ��Ϯ
��$5�HN���^6
 ��t����j�`�䣍L=t�J�ɹ[�?4C��[��C�[�P���ac~595_�3f�� ��Vx�
-]�`��Yڑa���)��Â�w��w9����n0�N�-�3��Ch���{���_�W�\!	+�R�J,�o���I�`FP\��[(DS�rY�q�����K]mendstream
+]�`��Yڑa���)��Â�w��w9����n0�N�-�3��Ch���{���_�W�\!	+�R�J,�o���I�`FP\��[(DS�ri�8��]x����]oendstream
 endobj
-1191 0 obj <<
+1208 0 obj <<
 /Type /Page
-/Contents 1192 0 R
-/Resources 1190 0 R
+/Contents 1209 0 R
+/Resources 1207 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1158 0 R
-/Annots [ 1194 0 R 1195 0 R ]
+/Parent 1206 0 R
+/Annots [ 1211 0 R 1212 0 R ]
 >> endobj
-1194 0 obj <<
+1211 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [55.6967 480.2482 256.3816 492.3078]
 /Subtype /Link
 /A << /S /GoTo /D (rndc) >>
 >> endobj
-1195 0 obj <<
+1212 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [268.5158 480.2482 332.4306 492.3078]
 /Subtype /Link
 /A << /S /GoTo /D (admin_tools) >>
 >> endobj
-1193 0 obj <<
-/D [1191 0 R /XYZ 56.6929 794.5015 null]
+1210 0 obj <<
+/D [1208 0 R /XYZ 56.6929 794.5015 null]
 >> endobj
 290 0 obj <<
-/D [1191 0 R /XYZ 56.6929 769.5949 null]
+/D [1208 0 R /XYZ 56.6929 769.5949 null]
 >> endobj
-1041 0 obj <<
-/D [1191 0 R /XYZ 56.6929 749.0409 null]
+1046 0 obj <<
+/D [1208 0 R /XYZ 56.6929 749.0409 null]
 >> endobj
 294 0 obj <<
-/D [1191 0 R /XYZ 56.6929 209.5509 null]
+/D [1208 0 R /XYZ 56.6929 209.5509 null]
 >> endobj
-1196 0 obj <<
-/D [1191 0 R /XYZ 56.6929 183.9497 null]
+1213 0 obj <<
+/D [1208 0 R /XYZ 56.6929 183.9497 null]
 >> endobj
 298 0 obj <<
-/D [1191 0 R /XYZ 56.6929 147.0778 null]
+/D [1208 0 R /XYZ 56.6929 147.0778 null]
 >> endobj
-1197 0 obj <<
-/D [1191 0 R /XYZ 56.6929 116.7981 null]
+1214 0 obj <<
+/D [1208 0 R /XYZ 56.6929 116.7981 null]
 >> endobj
-1190 0 obj <<
-/Font << /F37 799 0 R /F21 710 0 R /F23 734 0 R /F41 935 0 R /F48 950 0 R /F14 737 0 R >>
+1207 0 obj <<
+/Font << /F37 803 0 R /F21 714 0 R /F23 738 0 R /F41 940 0 R /F48 955 0 R /F14 741 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1201 0 obj <<
+1218 0 obj <<
 /Length 2349      
 /Filter /FlateDecode
 >>
@@ -4277,69 +4351,69 @@ xڵ]s
 J[���%R�	)Σ	b��ѷ��e|���Vb"���=��R�''��*�'�$�g��H�5F�}�/��0��-�DsN��UJ!n@X�<����fe�K�j�!�8�m���a��i����BS��o��om���Q�c�.��Ւ-m���-·Sq%ט�����z����Z�@�%�Pv
 �1��BÄNh[1���
Ao��g�V�XܽPد8	Y��$��9��Cw�����q�`^2eIw,>�6�L��J&���Z�ZS6h)؅�]�[wI~�b�V�3�u���w��
{���<o�� �u�f��0�p��Q,<"�H��@PƢ�������Kg��K'�>�c�)�VM��/�'��Z��L�zܾ��NRDz*�}��+�=�yc�s!�h  48:���j�?��妴��pB����o��/\g8)�;�94��>��)��5<�SmB��-�n7�ן^���(�u�6-�6IX{8**�!���@Ipj=T�K��:C�װS�)s�3Y��l+���r\�>�r�z��/�}����iC���:q������/�=R*�ՔؘR[zw�Deڢ�z�C���'�~���|=���널���P���þ���+B���%N����`�}�"emq�z�9���,vDž)xL;�@�ٮ��&���#��Nn[��f��r�
 o��wh�\�"�Hej�f��'S9�O}���"R%'�hlW�k[��5u^��
�
-�}�ݷ�����.�7Xk�̭t����2яkfd�Cy1U���\��k ���̷�l�� ,�ٱ+pb���t��	e��J�1w.9Q�@��x�v�.)1	�^�����~A�\~�w9D�mj7���(�1��ӌc���r�?!���n��F;���?���B5&��L�]�j�Ty����:���p����\5endstream
+�}�ݷ�����.�7Xk�̭t����2яkfd�Cy1U���\��k ���̷�l�� ,�ٱ+pb���t��	e��J�1w.9Q�@��x�v�.)1	�^�����~A�\~�w9D�mj7���(�1��ӌc���r�?!���n��F;���?���B5&��L�]�j�Ty���Dz�y������0\7endstream
 endobj
-1200 0 obj <<
+1217 0 obj <<
 /Type /Page
-/Contents 1201 0 R
-/Resources 1199 0 R
+/Contents 1218 0 R
+/Resources 1216 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1210 0 R
-/Annots [ 1205 0 R 1206 0 R 1207 0 R ]
+/Parent 1206 0 R
+/Annots [ 1222 0 R 1223 0 R 1224 0 R ]
 >> endobj
-1205 0 obj <<
+1222 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [406.6264 617.3695 456.8481 629.4292]
 /Subtype /Link
 /A << /S /GoTo /D (tsig) >>
 >> endobj
-1206 0 obj <<
+1223 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [140.5805 606.0819 196.7992 617.474]
 /Subtype /Link
 /A << /S /GoTo /D (controls_statement_definition_and_usage) >>
 >> endobj
-1207 0 obj <<
+1224 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [103.6195 562.6731 159.8382 574.7328]
 /Subtype /Link
 /A << /S /GoTo /D (controls_statement_definition_and_usage) >>
 >> endobj
-1202 0 obj <<
-/D [1200 0 R /XYZ 85.0394 794.5015 null]
+1219 0 obj <<
+/D [1217 0 R /XYZ 85.0394 794.5015 null]
 >> endobj
 302 0 obj <<
-/D [1200 0 R /XYZ 85.0394 769.5949 null]
+/D [1217 0 R /XYZ 85.0394 769.5949 null]
 >> endobj
-1203 0 obj <<
-/D [1200 0 R /XYZ 85.0394 749.0225 null]
+1220 0 obj <<
+/D [1217 0 R /XYZ 85.0394 749.0225 null]
 >> endobj
 306 0 obj <<
-/D [1200 0 R /XYZ 85.0394 668.2594 null]
+/D [1217 0 R /XYZ 85.0394 668.2594 null]
 >> endobj
-1204 0 obj <<
-/D [1200 0 R /XYZ 85.0394 636.8261 null]
+1221 0 obj <<
+/D [1217 0 R /XYZ 85.0394 636.8261 null]
 >> endobj
 310 0 obj <<
-/D [1200 0 R /XYZ 85.0394 425.0299 null]
+/D [1217 0 R /XYZ 85.0394 425.0299 null]
 >> endobj
-1208 0 obj <<
-/D [1200 0 R /XYZ 85.0394 396.4061 null]
+1225 0 obj <<
+/D [1217 0 R /XYZ 85.0394 396.4061 null]
 >> endobj
 314 0 obj <<
-/D [1200 0 R /XYZ 85.0394 136.3155 null]
+/D [1217 0 R /XYZ 85.0394 136.3155 null]
 >> endobj
-1209 0 obj <<
-/D [1200 0 R /XYZ 85.0394 104.8822 null]
+1226 0 obj <<
+/D [1217 0 R /XYZ 85.0394 104.8822 null]
 >> endobj
-1199 0 obj <<
-/Font << /F37 799 0 R /F21 710 0 R /F41 935 0 R /F23 734 0 R /F53 1027 0 R >>
+1216 0 obj <<
+/Font << /F37 803 0 R /F21 714 0 R /F41 940 0 R /F23 738 0 R /F53 1032 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1213 0 obj <<
+1229 0 obj <<
 /Length 3704      
 /Filter /FlateDecode
 >>
@@ -4360,29 +4434,29 @@ B+
 \އ��s�=�K1���9>��R$u�,�P-AM,���c<�3ѣ>��3�K&zL^�����|$1*�J/ i.���v�?�Hb��%���%���oOo'|���n��� f\��� �+0��p�
�����[���l@�����}*�g���|�= b�j&o|W$�]_�s��Rq
 a֜���2M��n2���3|��P�ZM�-�fj��7bb�3�`���� ��W� ��CI���>)��qS�k��4��:��)�afPǟj(̯C�e�,��t��?%#�zo��j�S
 �$qdAlǷc�6�|�q���c�qJ@މ��e(U�X� �PRq��{4n���,NZ=5��Q=4\Rr�kp��/��H��7�7�Ք��O����#�g]=�@��W�&
-��=~���[G��^
;j�i/_�ay"���/l�Q'��WH�)��sL=�p�r�$Q�f��/��
�.s�x���Q�@���k\������
ߨMS�,Y��+۹Q���#so�27l\�P~�e���V��U��}�aWҧ0|�>�|�}]�t������[�����g�I�,�Ꮚ%�cH�(�ʞQ�>Q~N�`U��endstream
+��=~���[G��^
;j�i/_�ay"���/l�Q'��WH�)��sL=�p�r�$Q�f��/��
�.s�x���Q�@���k\������
ߨMS�,Y��+۹Q���#so�27l\�P~�e���V��U��}�aWҧ0|�>�|�}]�t������[�����g�I�,�Ꮚ%�cH�(�\?��}�����_"��endstream
 endobj
-1212 0 obj <<
+1228 0 obj <<
 /Type /Page
-/Contents 1213 0 R
-/Resources 1211 0 R
+/Contents 1229 0 R
+/Resources 1227 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1210 0 R
+/Parent 1206 0 R
 >> endobj
-1214 0 obj <<
-/D [1212 0 R /XYZ 56.6929 794.5015 null]
+1230 0 obj <<
+/D [1228 0 R /XYZ 56.6929 794.5015 null]
 >> endobj
 318 0 obj <<
-/D [1212 0 R /XYZ 56.6929 607.7662 null]
+/D [1228 0 R /XYZ 56.6929 607.7662 null]
 >> endobj
-1215 0 obj <<
-/D [1212 0 R /XYZ 56.6929 584.6557 null]
+1231 0 obj <<
+/D [1228 0 R /XYZ 56.6929 584.6557 null]
 >> endobj
-1211 0 obj <<
-/Font << /F37 799 0 R /F23 734 0 R /F21 710 0 R /F41 935 0 R /F39 895 0 R >>
+1227 0 obj <<
+/Font << /F37 803 0 R /F23 738 0 R /F21 714 0 R /F41 940 0 R /F39 900 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1218 0 obj <<
+1234 0 obj <<
 /Length 2891      
 /Filter /FlateDecode
 >>
@@ -4401,31 +4475,31 @@ n
 �D�מtԳI�y�9�<�!�s��e`_�=;��#W�n_5E4MI�"�st��������
>k̼0R΁�1H�4nVB%,Uv���ٴ�1BM�2��F}��:aZ�B���*&W/c^�����N�b����3`jN��{h��:~��du�v��b�^#�(H7�VC̈́��LLJKf���@r8{��
 n1�߼K�Ƌ�����+������@�������c��H�Βg�]�2�d�g<>S��1�kwX�����8��uE-LDBK������z�L 	S�t�]��*�^��j��!?�4�
c���/u��
 V��WS�Ei�{��ѻ�����܂I(;�L=�|;>��=5.���N�*�4Y���ht�EQ��v�ļ��_&�s͸�k���&�G-���l=�6�.���%�YN	�0�y��M�lʦ��d	Q��7���f9�z>o{�H)Q�|.�w4L�Iv���━&2d��C��El��pa�Pf<{�0�,����c0#X��z ���֐�>\�&أ�h���=�0��v������/���Q��]�87�?��5��21�#�)��C�����_|�����_|.�E*�����o^�3yN�e���3�.~zW�B��iTyE\ )�������Wo_+����=ؽB���K_��`���΍�Mh9�mt>dg�f8g�a��3[*#E	>A]PC�M���?M�Ũ�3j��י���Р��c,�H��y�Oꨨ��y}朔�|��
-=���˹��Ձ���t��v�t>��:0t��y�������n�z'_&: �W�2sT���ᗮ��gԇzfJ�{,+W/�Co]���,�o<M��+�2j�gE2�f�Q;B��|QMž��f���)c����z&J|	�2�2�0����^~^�{r���\�o"H
�����$��^C�LY+���2KQȎ��)�v����o��endstream
+=���˹��Ձ���t��v�t>��:0t��y�������n�z'_&: �W�2sT���ᗮ��gԇzfJ�{,+W/�Co]���,�o<M��+�2j�gE2�f�Q;B��|QMž��f���)c����z&J|	�2�2�0����^~^�{r���\�o"H
�����$��^C�LY+���2KQȎ甏�pI��n��endstream
 endobj
-1217 0 obj <<
+1233 0 obj <<
 /Type /Page
-/Contents 1218 0 R
-/Resources 1216 0 R
+/Contents 1234 0 R
+/Resources 1232 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1210 0 R
-/Annots [ 1220 0 R ]
+/Parent 1206 0 R
+/Annots [ 1236 0 R ]
 >> endobj
-1220 0 obj <<
+1236 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [173.6261 333.9221 242.2981 343.3317]
 /Subtype /Link
 /A << /S /GoTo /D (the_category_phrase) >>
 >> endobj
-1219 0 obj <<
-/D [1217 0 R /XYZ 85.0394 794.5015 null]
+1235 0 obj <<
+/D [1233 0 R /XYZ 85.0394 794.5015 null]
 >> endobj
-1216 0 obj <<
-/Font << /F37 799 0 R /F23 734 0 R /F21 710 0 R /F41 935 0 R >>
+1232 0 obj <<
+/Font << /F37 803 0 R /F23 738 0 R /F21 714 0 R /F41 940 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1224 0 obj <<
+1240 0 obj <<
 /Length 2569      
 /Filter /FlateDecode
 >>
@@ -4442,35 +4516,35 @@ X
 ��������y����Zru(O<?�>h١�q���.��a�|	
�P�CF3�L�P=S#��d�|͔���I3�Ր]�귦iC[�>M �tƆ��&+��ƽ!��:7ѹl����me��M[Y�D ��S݄��T�>4�@F,��E�ujC��Q�H���n�Ӗ�p��%����32�D�/����n��V�|���ܼT��k�w��e*HC O��h
�!Є���i��˨��qg���[k��M��sB��}�&��|S�rŤ����̳��*i���>r��]���t�\�
 :0M�)]�(���݄�8-�6uU�c.������p|���?�f�4�,}di�v
?�tB��}+5�����񴚽�I<�e��g*Vmi���/����>ɏ���E�&�w9��V�M}B�=�_'�c��o)UD(�3)2VjM�B�RɳB}{�s��R쓪�ڥN�V)x,>-���J����y,�O#񪐉У�S���'������O������v�(����7��m��ez�F4W`_[�����,�������&�
����t*�F7_�=$�3j��I�:�?
 r�[~J�i~��(	����JN~��f�F��~���# ���� W�Z�H�A��
-i����'y�u�b
X�/LN+8endstream
+i���蓼�:n���L�+:endstream
 endobj
-1223 0 obj <<
+1239 0 obj <<
 /Type /Page
-/Contents 1224 0 R
-/Resources 1222 0 R
+/Contents 1240 0 R
+/Resources 1238 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1210 0 R
+/Parent 1206 0 R
 >> endobj
-1225 0 obj <<
-/D [1223 0 R /XYZ 56.6929 794.5015 null]
+1241 0 obj <<
+/D [1239 0 R /XYZ 56.6929 794.5015 null]
 >> endobj
 322 0 obj <<
-/D [1223 0 R /XYZ 56.6929 556.3324 null]
+/D [1239 0 R /XYZ 56.6929 556.3324 null]
 >> endobj
-1221 0 obj <<
-/D [1223 0 R /XYZ 56.6929 531.5504 null]
+1237 0 obj <<
+/D [1239 0 R /XYZ 56.6929 531.5504 null]
 >> endobj
-1226 0 obj <<
-/D [1223 0 R /XYZ 56.6929 214.5791 null]
+1242 0 obj <<
+/D [1239 0 R /XYZ 56.6929 214.5791 null]
 >> endobj
-1227 0 obj <<
-/D [1223 0 R /XYZ 56.6929 202.6239 null]
+1243 0 obj <<
+/D [1239 0 R /XYZ 56.6929 202.6239 null]
 >> endobj
-1222 0 obj <<
-/Font << /F37 799 0 R /F41 935 0 R /F23 734 0 R /F21 710 0 R >>
+1238 0 obj <<
+/Font << /F37 803 0 R /F41 940 0 R /F23 738 0 R /F21 714 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1230 0 obj <<
+1246 0 obj <<
 /Length 2985      
 /Filter /FlateDecode
 >>
@@ -4483,23 +4557,23 @@ e6M2
 ޹WT�w�_KE!�����i�A�B���FUTd�j���gL����G�L���,	�u�@����`_���e�����=�(�v��x��E]�����]��474`	����C�c��6�Q�w����3e������R���S$�(GA����/s�x�(��#���i��[�j⦣���Ж�Ϯ���D5
 "�E	:��~SP9Cщ�i�jt�n0��Pg��ٴ���4�{ <ciX�����֍��ߪ빮�c�4vS
v��J�@*J������&
 e��=X��.��a�=:�}�j��ih�%�e�������>#�;��h����
2L�\���q�3��RR:�|�Ïy^#��G�Q��f)A��A�H"��6��[K�){&{�T�L������5�_Tu�%U����ዊ�1�������
��m� 
ay����ne�XT��z�|Cc�y4ڟ�-z�Bg&��3�`f*|')�H�>�]�"�b=D`�VP�l'�}�h�˦-��i'��[��J�.f�W�P>5U.���wyb�N25���NxFo�`�f�T�K�;zlu�ʼnd{���=ݺ�U0���\h~5�}(Q�� ]r	Cx��+2�OL�uyhQ��2=h-�btH��t"��pW����H��3�%��ey�2h�Qm���9�qB*���P���mA�v��0����C�r18;L��
-��m4uOyU@�7=��n�9�2�Ą�P�� m�����~���p4��q��}��e8h��?��5�c���5��7*,��_����n��~��ɯ�����ÂQu�=Ȇ~��&�	����۟_*�4��;��8�q8V��w���c"�8IŶ[o��վ$�endstream
+��m4uOyU@�7=��n�9�2�Ą�P�� m�����~���p4��q��}��e8h��?��5�c���5��7*,��_����n��~��ɯ�����ÂQu�=Ȇ~��&�	����۟_*�4��;��8�q8V��w�J�c"�8IŶ[o���$�endstream
 endobj
-1229 0 obj <<
+1245 0 obj <<
 /Type /Page
-/Contents 1230 0 R
-/Resources 1228 0 R
+/Contents 1246 0 R
+/Resources 1244 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1210 0 R
+/Parent 1248 0 R
 >> endobj
-1231 0 obj <<
-/D [1229 0 R /XYZ 85.0394 794.5015 null]
+1247 0 obj <<
+/D [1245 0 R /XYZ 85.0394 794.5015 null]
 >> endobj
-1228 0 obj <<
-/Font << /F37 799 0 R /F21 710 0 R /F23 734 0 R /F41 935 0 R >>
+1244 0 obj <<
+/Font << /F37 803 0 R /F21 714 0 R /F23 738 0 R /F41 940 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1234 0 obj <<
+1251 0 obj <<
 /Length 3540      
 /Filter /FlateDecode
 >>
@@ -4521,41 +4595,41 @@ KvF:3+
)_
 U!��I���
 ����BF0~�dU�+�Bo�8��m��+�[p�E��w��=Wx8ο ��[7�F_,�I\�"'[�tS�m���E�"dI��]� {�j@���.P�@�/(fAĄ �½�y��U"L)&}�4<��F`���WK�.
 �WK��jɾ��<I?�j)�z��^NC���{�Wf�Uc+�[�е��1*r�"��&���{P��3���Uh.����W��~���.��!|[��T����0���1�Y�A3��K=��_]\]����U�/�
-�%�'��ȼ����]��jX��5��4�:
�q
C�/%�=��6a�פy9�ؔyD���bR��(��oZw�U��rϲ��BjBl�
Ǯ7ѽ�8�{·��b��jw:��ﰎy��c�]�{a��ߵ�G^�c̺�НV��3�X���O����M��̷m��e��Pgx+~̫�]�ێ���#���!bUa�иFB֘��b���E���bp�b']��W���)��ZQ豇�� L$r�4ˮ(>@��E�r�wT�țV���t
����w���+�UU�]>~����l��a�Q�f��;�9bӶ�O�����q�h��v�C��������݉�+>r̃�-UkuA޾�f���=�G/#��'��c���{S�hN�q�s+�p^*���#�ݡ�gH[Pendstream
+�%�'��ȼ����]��jX��5��4�:
�q
C�/%�=��6a�פy9�ؔyD���bR��(��oZw�U��rϲ��BjBl�
Ǯ7ѽ�8�{·��b��jw:��ﰎy��c�]�{a��ߵ�G^�c̺�НV��3�X���O����M��̷m��e��Pgx+~̫�]�ێ���#���!bUa�иFB֘��b���E���bp�b']��W���)��ZQ豇�� L$r�4ˮ(>@��E�r�wT�țV���t
����w���+�UU�]>~����l��a�Q�f��;�9bӶ�O�����q�h��v�C��������݉�+>r̃�-UkuA޾�f���=�G/#��'��c���{S�hN�q�s+�p^J�������
g�[Rendstream
 endobj
-1233 0 obj <<
+1250 0 obj <<
 /Type /Page
-/Contents 1234 0 R
-/Resources 1232 0 R
+/Contents 1251 0 R
+/Resources 1249 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1210 0 R
+/Parent 1248 0 R
 >> endobj
-1235 0 obj <<
-/D [1233 0 R /XYZ 56.6929 794.5015 null]
+1252 0 obj <<
+/D [1250 0 R /XYZ 56.6929 794.5015 null]
 >> endobj
 326 0 obj <<
-/D [1233 0 R /XYZ 56.6929 769.5949 null]
+/D [1250 0 R /XYZ 56.6929 769.5949 null]
 >> endobj
-1236 0 obj <<
-/D [1233 0 R /XYZ 56.6929 749.9737 null]
+1253 0 obj <<
+/D [1250 0 R /XYZ 56.6929 749.9737 null]
 >> endobj
-1237 0 obj <<
-/D [1233 0 R /XYZ 56.6929 433.0023 null]
+1254 0 obj <<
+/D [1250 0 R /XYZ 56.6929 433.0023 null]
 >> endobj
-1238 0 obj <<
-/D [1233 0 R /XYZ 56.6929 421.0471 null]
+1255 0 obj <<
+/D [1250 0 R /XYZ 56.6929 421.0471 null]
 >> endobj
 330 0 obj <<
-/D [1233 0 R /XYZ 56.6929 173.1316 null]
+/D [1250 0 R /XYZ 56.6929 173.1316 null]
 >> endobj
-1239 0 obj <<
-/D [1233 0 R /XYZ 56.6929 148.792 null]
+1256 0 obj <<
+/D [1250 0 R /XYZ 56.6929 148.792 null]
 >> endobj
-1232 0 obj <<
-/Font << /F37 799 0 R /F21 710 0 R /F23 734 0 R /F41 935 0 R >>
+1249 0 obj <<
+/Font << /F37 803 0 R /F21 714 0 R /F23 738 0 R /F41 940 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1242 0 obj <<
+1259 0 obj <<
 /Length 1976      
 /Filter /FlateDecode
 >>
@@ -4571,62 +4645,62 @@ ab
 �v��7>sz� Ny����_x���(�n:;޲3����z?!S��������4�MBX@#���&���i�^�����މ����4
�U�6���z�W!U�Mc�ľ쉗ӣi�:w�)`@�g�t(�v�	߂��]!3aw��;���j�Ux��R�n��ϥ~�aL�e)�
 ���NF��m49��}Cԏj_��v��dtG����D<tf�r��o������c[�]��iəPjf�
 �ڠ�	�l�j�[ت��q�2��ݹ�}�ݶ09/F�n[����Cg;�Jfd���'@F�Yp>��n{4�vQ��������LƠ(ül�Ɓ�nk1�X�/��nJ?�l���X�ytr���4nbo|��
-%ܧ�)�a�P��,��L�#���i��O�Go<KT�]�_�w�z�Uq8�ڊG8�JS����d��ks�q#U�U$Ν��֠L�A�����:���k9X;���:�3�"h�;�+?��O�Ꞧ|��rgD�I�`��Iܪm�n�}�Z�ƙ?z�n��Q���W�^����=S���IwI�s8�u�״�]^�`�%Pcc"N��QI�.H��!I��×[z�7=��G�SpGM������y�m}7��g����s�~pB�1�����:"MG�f��Y�}f�A_e����W���'"LģG�ֵ����I{&����tޛ�h�d�W�oN�y��D�W���j7#���!9L�]�#��v��<�o�B`���Ѯ�s+�c��Wf(�w)_���L��Zʓ�)��;F�fJ$�N��4�O�� �q�A�U��3*�&�(K��|L,5!!Y�?@MF�
I���bz��Νpt=u;w4r��m?�f�;~=]�����3�&������vn6� �C�0sd��m����������|c�E�K@�����f�WG�`���ͦ��GF@�����nWM|�cjP��Z/L��=��޼si�k�A���px��]��5�^O��Ӆ�)߹`��fkVǯ�x�ݮ��^���ߴa���3���F�ݿw���{�LS1�s���:�o9�0H%_���������exendstream
+%ܧ�)�a�P��,��L�#���i��O�Go<KT�]�_�w�z�Uq8�ڊG8�JS����d��ks�q#U�U$Ν��֠L�A�����:���k9X;���:�3�"h�;�+?��O�Ꞧ|��rgD�I�`��Iܪm�n�}�Z�ƙ?z�n��Q���W�^����=S���IwI�s8�u�״�]^�`�%Pcc"N��QI�.H��!I��×[z�7=��G�SpGM������y�m}7��g����s�~pB�1�����:"MG�f��Y�}f�A_e����W���'"LģG�ֵ����I{&����tޛ�h�d�W�oN�y��D�W���j7#���!9L�]�#��v��<�o�B`���Ѯ�s+�c��Wf(�w)_���L��Zʓ�)��;F�fJ$�N��4�O�� �q�A�U��3*�&�(K��|L,5!!Y�?@MF�
I���bz��Νpt=u;w4r��m?�f�;~=]�����3�&������vn6� �C�0sd��m����������|c�E�K@�����f�WG�`���ͦ��GF@�����nWM|�cjP��Z/L��=��޼si�k�A���px��]��5�^O��Ӆ�)߹`��fkVǯ�x�ݮ��^���ߴa���3���F�ݿw���{�LS1�s���:�o9�0H��)��0�����$ezendstream
 endobj
-1241 0 obj <<
+1258 0 obj <<
 /Type /Page
-/Contents 1242 0 R
-/Resources 1240 0 R
+/Contents 1259 0 R
+/Resources 1257 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1250 0 R
-/Annots [ 1245 0 R 1246 0 R ]
+/Parent 1248 0 R
+/Annots [ 1262 0 R 1263 0 R ]
 >> endobj
-1245 0 obj <<
+1262 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [519.8432 682.6714 539.579 694.731]
 /Subtype /Link
 /A << /S /GoTo /D (lwresd) >>
 >> endobj
-1246 0 obj <<
+1263 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [84.0431 670.7162 117.8035 682.7759]
 /Subtype /Link
 /A << /S /GoTo /D (lwresd) >>
 >> endobj
-1243 0 obj <<
-/D [1241 0 R /XYZ 85.0394 794.5015 null]
+1260 0 obj <<
+/D [1258 0 R /XYZ 85.0394 794.5015 null]
 >> endobj
 334 0 obj <<
-/D [1241 0 R /XYZ 85.0394 731.9325 null]
+/D [1258 0 R /XYZ 85.0394 731.9325 null]
 >> endobj
-1244 0 obj <<
-/D [1241 0 R /XYZ 85.0394 701.4683 null]
+1261 0 obj <<
+/D [1258 0 R /XYZ 85.0394 701.4683 null]
 >> endobj
 338 0 obj <<
-/D [1241 0 R /XYZ 85.0394 475.6865 null]
+/D [1258 0 R /XYZ 85.0394 475.6865 null]
 >> endobj
-1247 0 obj <<
-/D [1241 0 R /XYZ 85.0394 450.9966 null]
+1264 0 obj <<
+/D [1258 0 R /XYZ 85.0394 450.9966 null]
 >> endobj
 342 0 obj <<
-/D [1241 0 R /XYZ 85.0394 393.3855 null]
+/D [1258 0 R /XYZ 85.0394 393.3855 null]
 >> endobj
-1248 0 obj <<
-/D [1241 0 R /XYZ 85.0394 362.9213 null]
+1265 0 obj <<
+/D [1258 0 R /XYZ 85.0394 362.9213 null]
 >> endobj
 346 0 obj <<
-/D [1241 0 R /XYZ 85.0394 329.3761 null]
+/D [1258 0 R /XYZ 85.0394 329.3761 null]
 >> endobj
-1249 0 obj <<
-/D [1241 0 R /XYZ 85.0394 301.8169 null]
+1266 0 obj <<
+/D [1258 0 R /XYZ 85.0394 301.8169 null]
 >> endobj
-1240 0 obj <<
-/Font << /F37 799 0 R /F41 935 0 R /F21 710 0 R /F23 734 0 R >>
+1257 0 obj <<
+/Font << /F37 803 0 R /F41 940 0 R /F21 714 0 R /F23 738 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1253 0 obj <<
+1269 0 obj <<
 /Length 1168      
 /Filter /FlateDecode
 >>
@@ -4634,120 +4708,122 @@ stream
 xڽX�n�6}�W��.@V��)�:i�l�z����%*&B�Z�r�n��KYK��J��$J<3�pf8��������h^`CG7-LF����]���P�_}��~��<-��k��<na�P�}C�Gwc�p����۫�믳��g��7_n'�t����o���zv����l�1Ɨ�^�>���Wn������r$(/G@gӫ�lz{9���?���K���[�o��{]��O#Z��hO�A�F�Z2�:�e�#t�����v7��~�M�5h-}�������i����W��(�+�n"� ��C[,�/R��|�/�*��0`�8f{z��,D��!��h���,�������1zĀ|�1�7c����	si.V�o�bQ0�\F쩟�+��hBJp*�pOVLH $�DH��$hS�H�d�y	II�(�Xd,�'��J�Q�%���L��e����o2J�:B��	��ZB��A��0�B��p�x����Ͱ1|z.T�G c���"���ds�D℀�M�9K@D�s���2��;�a�Ku;C��5V3�>�!���hI�p���5�$B�U� (c�H��r�]-%�U��4\1�~�<)���"�X8�2
 C�IU�3�qtBuc�	�h���]�%�Ō	���菌y;��Kd�EQ��]ƸlƋ���2!���.?�蓫2�j]�����ƍ�����LŶ�a�ץ\�EQ���yW�t��q/d�U(����m#MWp�G%M��J�V���;�Ɲ������!�
 ��R����yH�G��%#�5�d��m��"��Q�dΐ�+�:�8���_�-w�w�,���m�%%��p��v�	�������X$H5�J����O%h�=/&�w��`�c�!Rb�/����p�Q*��M�]���mpϯD����Y�T[t�^gp�B.s�Q</�RE�3�i��X���k�m*WXq6vK�����˥��_� �2P��]W����f���_{����=��k�O��=P��괐gX�Ƭ"���+X��W[���dv�Ϭ�Q/���9
-z�e�P괪�Mk׃�g���Slo1�{a:�mT��c�����nϕ'�38��V��R�����po�Z,N���
��'��Z�7�s@�j�����)�ʩ��m��>U|��?��̍endstream
+z�e�P괪�Mk׃�g���Slo1�{a:�mT��c�����nϕ'�38��V��R�����po�Z,N���
��'��Z�7�s@�j�����)�ʩ�����>U|��?�-̏endstream
 endobj
-1252 0 obj <<
+1268 0 obj <<
 /Type /Page
-/Contents 1253 0 R
-/Resources 1251 0 R
+/Contents 1269 0 R
+/Resources 1267 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1250 0 R
+/Parent 1248 0 R
 >> endobj
-1254 0 obj <<
-/D [1252 0 R /XYZ 56.6929 794.5015 null]
+1270 0 obj <<
+/D [1268 0 R /XYZ 56.6929 794.5015 null]
 >> endobj
-1251 0 obj <<
-/Font << /F37 799 0 R /F41 935 0 R /F23 734 0 R >>
+1267 0 obj <<
+/Font << /F37 803 0 R /F41 940 0 R /F23 738 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1257 0 obj <<
-/Length 1152      
+1273 0 obj <<
+/Length 1164      
 /Filter /FlateDecode
 >>
 stream
-xڵX�r�6}�W���P\^&O�+��4N��O�FÐ���"r�4���I�EY$�D�܃�g������<�m��m�fV�!�޼�����Կz;�|M]ˇ�Ck��ayy�f�������g���.8�Aoo�~)G���������_�˱k_�n?ܕ����d:�����6��B8ap}�ۤ|��^�9/f�F��ޗ���ܑϣ�Y�q��A�{��b�A�>��#�Q�lJw#����{���´M?F=�<�h㚀��9[.�C	-�����E*�.��F�O"]���Z>���6e�O�+�3����K���x��M�}hS�1O
-�S���j2�Q!��S�u��2�"� 컐8&��#�%#J���6F�IJO�m����bBdħ;&��$w�gY'%�m�f�Cw>D?j���z6�
-�ɀTʸ��l)�2�
,Ԫr��O���f���v��H4W�A�e|ZI��
-h���<~Bn�Kh�(�F�D'
Wt��0<�
�3F~��~����#�>}���\q�,�
-4�9�^��s�b�i����W�]�VR�����	�/|_{�p'�j�P�p��tY��0����v���ۦ�פ��;��m렒H��������23軮�^��Z��Eku,w2܅gc{����'��èD!��߾�������
-��C�k����Yi	���y%�ą����=�}6�Dj�ڂ���vW�B�DY��ĩ:���B���`�ei�RHm�?��|�2������?-
��I<;�$�3	J�r��=�������@
��u�@,�A&����?&���`���2Ky؁A(M{ql�Y�(�AO��+��g:?��}� �}�����J��#f� �C���G"̆��e*��kfKuT[��)|X�X��o�#c���틠�ʸRE�ެB+F��<����<d�iY���6�r�I� |j�ö٦�{`�/"���K�{V���y�ȨٳB��Qݡ�)(�M� >k��%e��S�n�%��~� �*�(�V�N�7s���@k���*d K��&���x|e�PÇE���� m7����z��^��d^|�y��M��ydAIh킒"z�ww�rGm��������;H��endstream
+xڵXMs�6��W�hu(>���Wv�i�VUO�FÐ���"r�4��?$�e�t<>��o�b`�?ly"�m��6d3+X��uo�݌p�
�}�_���~����!w�c�V5,"���,�_\�z��l2�Ѕǀ9�����/�/�]}�����kz9v��퇻rx:��L'wW�1��ƞT'�o��O7����/�����h2��R�#�;�y4_ +4n�!H�Ǭ/���sb�G6��ٔ�F�џ�?�����i�~�z�y�m��51%�s�\ơC	-�����E�(]>��*�d�<�}�06|\0tm�
+���W�3����K���x��M�9�)w�S�B��>o�ڂ,٨@�G�)�:_g釡j�.$�	�)��p�Ȅ�"��0��Ss��b}���t�י��,�u��٬�·�G���W�&�XA9�&IT�oE�L�2NX�U�=ȟ*�����P���M�Z�X��G=���W��g+���kd|?�l�Kh�0�F�D'
Wt�� �"��9F~��|̃����>}���\�Q�8�2ˡ��5{)���U�d�E�lD_�wA[%j��~`>�"��
+w���%wa[M�K�^��m���mj|�{��S�ܼ*��>��.���m��A�N{m��lUq�5���p��M�æj��j�J����}Ë4�%k
�d%�C�k����Yi	���y%�ą���ɝ�}��8�r������TIf-���B�6��K�S�����K!�9?��|�2��sIq8����xv��e	(�ʁ����c;`!l���ul,�וQr2�M��1q��{0ϟ�Y*��Ĵǖ��6���Ӿ��JF�������O/aDe|���
��W���5�#f+?C���G2Ȇ���41˯�-Ձmi���a�w`բ^�y��I�÷/�R*$*��fZ1r���o���!CO��洡��CO���P���6]�|J�m]
+�P�E��ye�/�$N�f?%�����OA�m*�Y��$�}�ʛ��`�؝�S�<ʰ��Q��2=�Z��P
+��R��e��D!�X��>��a0k�;H��%e0�rl�kD�{��l�}m��y�_ZZ���ȁ��T��>e��=��?oc֦endstream
 endobj
-1256 0 obj <<
+1272 0 obj <<
 /Type /Page
-/Contents 1257 0 R
-/Resources 1255 0 R
+/Contents 1273 0 R
+/Resources 1271 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1250 0 R
+/Parent 1248 0 R
 >> endobj
-1258 0 obj <<
-/D [1256 0 R /XYZ 85.0394 794.5015 null]
+1274 0 obj <<
+/D [1272 0 R /XYZ 85.0394 794.5015 null]
 >> endobj
-1255 0 obj <<
-/Font << /F37 799 0 R /F41 935 0 R /F23 734 0 R >>
+1271 0 obj <<
+/Font << /F37 803 0 R /F41 940 0 R /F23 738 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1261 0 obj <<
-/Length 2305      
+1277 0 obj <<
+/Length 2423      
 /Filter /FlateDecode
 >>
 stream
-xڥ]s۸�ݿBo�gB��?1y���מ�:��C�I)�8�H��(����ł)ӎ��\.������E�H
-��e�B���l{�-ְ���[�'r�T�ܞ=���d$���j�+a^���m�Ή�`���s^��~u������8pn��\��"��WW��$�����_ܜ�<	����������������W�Hz<���������������]�g��{>��ٻ�"�c�v�1_&��^<ƥ��Y�,|�ǔgo��=0������~$f��E��C�"_�ƀ�����mQ�������V��K����� ���0�ןe��MP���/�{�xO��.�*-�USoݴ�Z٫�c�|������l��ʬI�x��K�Y&�To>Vio�N�F5Z�m��nC�c�S��Fgw��v*wᐍj[���4j������j��=�.��}��	����尅�pv�W�����)�N�'nm�Z��J�N1ܺ*�����5+�ܲ���N-��F�_��S���S;��O���h�e�ܴ\�M�7[�\���&�$/&�:F[��:%k(@U�*��	���TiUTk���j������|�de�*ݺ;ո�7������TNG�j��\��H�C�i�U�٤w�T'�S۝޻-X�W⇪m��J��>m���ou�����?p$<B?Vi���v��m��պ|�BGlNm!���^0�	���_	��+r��0����;,Y-M)ou����^U�=OT����ZYQ�hb�I"fLF��F
��x¤�1#M��}f>�F�Z�v���;��-Aݎ��^b�#|8�����TvC�r��{z����vۑ�mj��)���cJ=A�"DŽ!�-�����G���#v ж�Iɺ���R�Q(��!��'�����!&f%,��߲1�^rl�g�[��e�5.�:�D�]�R(�U�-��ZF�#�Э�Y/bI(�4�r�J���]Q�w�����͜ŜG�,Jb��9���1�s'f�g���(U4*�5��#�2fQ�$�K�f$���=�≩h���sW7����(d���'wP/��W���[����W���ʒV0��˶.;miq�Ē�.����($E��'�\��i����� �O�"T�ғ�R�/=QM+�$ B��q9��H�[!E9���W�����[M�1
�.ԝ�uv���/��ؚQ�LnDG�������fr�ap�6Ǩ�
-p�)/qN�f��'���$H��&̪Z�CK��Q9d�H<�&.
�4�mc����M���!�ȇ���q6g�&�8�{F@���(��E\��������ݦ0%@�I�!O�`�Z��p�a�3#��Mf�m��iqi���kC�4tL���C��w
-՘��B5P��Oj�>X�8�Y�K�f�O����S��٘��p׃yFM*X�t�=�G��b��SSv�65Z�uCo�4��Ϩ�s�w�a���D`3��e���I��C%G�j�/���h@E@$� ����\�]�i��)VD�����J8- �ޘ��z��a�4��<P삸��b&�&���s۵z�K�~����=�<�.<p�T�@5O�+Z�8j��BD>*{��/ܗ��P�$4�t��|?9�.����QZ��5)��e`ە�Tx�M��2�����B�VO���"������SZ=;J� d�0#OMz��u�E\�i�Q}]7��LW&H���f�H�%ǩӼ�j�6���B��€�2��t�I1�
��R��_�
-�̒�ꪌ>�z?����4N�����P8�ϧ�C�dP���'��;)1�z$%z*�����6�n���+]���8=B0�����f���H@G�
-9��T.=*�����Q	�38���3�������mME��"���a���[�H��N����i��0L�S����%V���oߺ�o�^������۝���C
.�f{��?T��2^���c�+]���5\��%}�@4ݐ:�c��|O(���<�,Gj`}n�*+v�r�̸BR9���P��]ѷJ���ۭ��O�`����I���T�M�,������Jg�?5ː'�.�
-*\����ع�%�~���F���mf
-C�u3q�����3�|�HX��W����_Y�M�X�ُ��O�,����`s�Ĺ=�©I3h�~����O}?�)�A¢0�k����7�?�aH˶�p_g�.���4S`���O�fu�A�G���J%b�XL�Rx� �_��[�U�?�<G1endstream
+xڥ]s�H�ݿBo��af��<y'�[����=$���D���v��uO$������������l�N�xƞ�̟��3w����g����=��e~���g�<�͗^��F�ͳ�V�p�8��凛w����8=k~�����k����A�o/~�����f�Ϭ˿_�k~uKK������[���x���ջ�۫�˫���_Ϯ��Y��e���|;��ٝep�_�\Gđ?{��aq�g�3���	�a������z����p�	zl`��uX�~��m���v��&/�Z�zg�|#	W����	~C��x`�j3�ľ�G,��?�b[Պ�|�_����$�r�WeR�˺��I�ִ��͗��RV'�?�&�Z��Y�����}�&�D���Ig�N�F�Z�M��lC�K���3\�ҵ�I�[��p�Z6�lv�j��u
LVEk����.A��ü��q�����N8����n����O'���U��k�\%vU;Z����mf���p�yc���Nʩn���zWT���Z�7ɢ�vR��:W�q.`��#M{�7�C�����5��D�q6�$-dR����K%���x�ߓ�O���e�{+k[���rv��/�tp�̱���˪�t�瞒��u�Iu2?�٪�݀�;%�U�h{Z�*I�i�'���J�<?l&ϑ�=����ue���T��T�R�؜�Bl.���ޘ'd,�~�٬G/Q�Ϝ���	�0ո���b�jhJ�S���>z}+?�./u�#4(~o��4��`b�I<t\�<���Z���X��q1�t30	��f��V#UCP��窨���/�§g-���Ȍ�Ŏ�8�9�׹�v p�bl�Im��ROP*�1��j�c��� �|�d�v��	Y�SH�#�c�zIH���c�%i#*�h��	���1�kˆ��ѡe_��/��ވ(pQT�Wr��BB��h	��2�jL̺��q<ΧL.��0A��A�]�Dw9Gs3sBƂ�`�D�xd�%"{H��ܑٺ���J�LU��@r:�EOK�&$��\���h�[p�z������q���Y���VKz�n�)�p��+
+D�EiHKM�ES�2�8]b�Cs�bt��8JIQj�� ��`��A�Q�	0�*KB%
=�,��*ZQ:ڟ���G��1Rt�� @;5a	���QiӀ��Bժmk��PM���Y9�8��A'@�eNݖ9�0�xr�c�l9�E���;'B���5�	�)���R�В�id��#���K}4M��C�h{6��uh�;a��]w���a������m�0��!C�C��ǭ��T"xX���h6�.�i��aQ�ۏ�.b&����u�-.�>]a�O������h���w|���B5�z�P�T(���ُ+�B����wD�GŊsX��X��:���`ބQ�
+�[��#Oi��f�.;���L۾�1��WT�ȹ�=r�-����vQt�pR��s�Aс������z{swwuI0��}Al��0��U[b�	_X��p��ג�j����� 
p�1;�kVS�����0���Y�㚇�ڴ��%�Z�J���- ���a�K�MEO���+^�o��]'YV��������$�(��İ�;G}��K�b��-�s���e�b��3���n�1�´]��,u0�˙:�/Â7��8�� ���!��y�S�������Q����~RvOu,\��4gP�c�]F�i,"�Oz�L�����JN��8vx{�n׊vP�4�#J��o��BO����$�Q�1cZ5y�������bl��!��
���ҡ�ѪN6�#0`]��Q���[o�(
དۤN��]�
+b�h�{���!(BRtF³�2��T���[c�m�җ�\�bk��4}����gv8�8�\'�`�|,% ����)1�z"%:*=6`�[5M�����S�*��az�`���֣��Pd�4��&z�`�K=M[�R*ʝbG�'
�,����YFæ� ���K��b��!DB���������^b\J�m����a���;{~w���&�T�V^��غ����l67^@�C�j�UCk>=�Rk`&�p�>��~�h����)>4�D��MAǩ؋���s^��V�c�h\gf�T���F��ͻ��Ԛ������+k��ohA������S�&)��S7
+:�k���_녏]H%���
+�c^߈쀇�M'���C4��vh=�iB�����wC�O�{F�h��&r��FlV6��ک�(e>,h+;���I��	ݨ��(X�&���1�*�Ŵ�|'^0�.�_MW/r?�j�����o]�;��0(���h�r�&c��m��������o��'6�(�ӕ������\^t\��o�Ǫ��!�5endstream
 endobj
-1260 0 obj <<
+1276 0 obj <<
 /Type /Page
-/Contents 1261 0 R
-/Resources 1259 0 R
+/Contents 1277 0 R
+/Resources 1275 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1250 0 R
+/Parent 1248 0 R
 >> endobj
-1262 0 obj <<
-/D [1260 0 R /XYZ 56.6929 794.5015 null]
+1278 0 obj <<
+/D [1276 0 R /XYZ 56.6929 794.5015 null]
 >> endobj
 350 0 obj <<
-/D [1260 0 R /XYZ 56.6929 418.3076 null]
+/D [1276 0 R /XYZ 56.6929 418.3076 null]
 >> endobj
-1263 0 obj <<
-/D [1260 0 R /XYZ 56.6929 386.0953 null]
+1279 0 obj <<
+/D [1276 0 R /XYZ 56.6929 386.0953 null]
 >> endobj
-1259 0 obj <<
-/Font << /F37 799 0 R /F41 935 0 R /F21 710 0 R /F23 734 0 R /F39 895 0 R /F48 950 0 R >>
+1275 0 obj <<
+/Font << /F37 803 0 R /F41 940 0 R /F21 714 0 R /F23 738 0 R /F39 900 0 R /F48 955 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1266 0 obj <<
-/Length 3835      
+1282 0 obj <<
+/Length 3842      
 /Filter /FlateDecode
 >>
 stream
-xڵZ�s۸�_��ӈ!���'_��|�8i���sw�HY�H�"Rvܿ���R�|ӛ&�\,��b?~H\��W\�:U]&Y�P����"�|���y��i�s�0�x�^%�Y��2��-��� LSq9+~����������T�pWS����o����ݧ��w~�r}�D��ݧ{"�}�������T�Z���G8�����o�����Ǐ�_�~��tq;sk��+B��v����e���"T���gx	�e�rsi�H)KY_<\��
���O���4�2�/�*
-���r��6Mt�J*�e)ƴl�P����eZ4����+�
-����G�-ӈl��Q%�g��j�t:�	�v��^�IYeA�����M�R�Y�3���5�U����~�c�Dz.wyG���V�⁒���a�33������_�L!�����Ui������I��QZA��4܋uU��eOh���e۵H���`N�"��L)�$�L���*��7`�a<�X�&�F�#q�P7��n�E�|�n�r�e[9�~��Y�X�t~%�@��LL�D���-��
)H�!�w�D��%,[f���zۜ�m����X��%i)�U)b�(�&�q��+_���Q��=G�Nx���ȀV�,�����l���%�>�*w�U[��T"Ό��%ewB)֒�]=-i	:XK�:�%�J�����ZV�wj�cF;��0�v��j\#��4��lrW��7M���y[�oȳq��N4"C�����A��]I�j�kФL3T<9&!�-wO%8$���D�A
�P��b��CR^[c��^릞�߫�3����~~*����%��^oA�IEr����p�,RG${� K�t<wM݈Sȑ�/ �	�$�-�ql�)��:���$�6���1�Є��/͞���o�������t�p��
�v����S���������а5gJQ���.��(p6��$���k�r:Y��OV�����$��D�1��O�2�x"M~�Ko�%��\N,�덱^x�e�b�AҜ)����vb2G���D��R֖�i�C����h�Ժ;88�"o�N�<<
-�r��q�!Xn�������`\�n�FT
-b��-��Y7y�;�v?_W��.����Hu@eUAkiT��r���ƴ�5P�m�Dc�l����s����kv.����(�b�F��`01JM��b��B�s;��rc��}L��+�^q3�댧Y.�Ū�����
6=�}1�r�kD|���lc&}�3����,�6��n��z�ۛ����t6֝֞�F��|���s\&h�7ۓʃ<�"�2�����H��,����ʂ����|�!T!W�>*�.����a8E�ZU�v��t�_P��1�lu���BK�x�Svu�`��Y�q�"u,���K���5Ѱ:lQ.���sf7�1���b[Tn1�`�R����u%�ɟ�nĩ?�1���T$��sl��Q�{)�v�KT@��J���x��B��r�vyP�Z���%� �g��Y8��i�&��;�?�W��0�����v[����q�>vUgr�aq�6L{����a�<N��jz���t���F$�隌�hO�?����s���2ߜޕ��&U�=��NL��'����\�
�q��mU�2��RE�yَkDx��U�q_�̆H?���J�Vӱ��8+A� iP�.��e��
s�X�%Ҙv�Hf�����Ã8���2��Q�5�;xKI��2�71(����[c��[1V�̎�ȫVc�VIs��l�<	��ߑF�[����u��7�ӭ���s�
�!J[��}[=���u�yjLJ2����pEMl�v����_�h�@D�:��!%K8�X3��u���-,�.��qK��#TQ(0�Q�����AP��`bE���R�\;HJ$��GS�JS�H�ߦ�B[�L�:������1ԇ'�M���4Rzr�t�g��X�RGA�(lN(NB>�ն��8Az��@������Q���t�gȀk$}D����-e������d��b�P=�E�w��=(�=BGI�B=�3!�rU.�;�O�H�c��3p\#S��
`G
�@�Vk?�j�jxvWbb9��j�Z2.��������|W��#����	�^�n�B$��HAD2Ȗb#B�}{�]�}�ٌ7�y�
-�(�)��s�F��	��?��!ݴ
��)d�Sߓ��b<U����c:m֖ɀ�Wa$�터k��;��	�ωb@���πr\����:�8��2�ѡ�̷[Hd-wxh�|�Г�-`�[S�OSo�OYS<�B�όd�*�I���(��{�^d�O��}�b�}I]��6��������WI�2AMBX��`��xFc>���=a�q��7Ȓ�69;S���!��DQ��]5����\���C�AI���N����%5�x�����Ǧ{<.��V\5��h�(C��Z�?EoFG�^���h���8K_�@}�3a�rx��W/T`M����T�5"V
NQS%VO.G�t���緳w����Z����9[C@�%RĂ-��c1$��ՓI^H2��>�G���O_w͢Y��]�N����+Z������<��u��0#)���I���N,
�5(�b���}7��I�wn���t��7x���ow���^�'��+&"��<ͺ�~�c��'R{^{��I~�l6��Z�a������n�9	�?i�R�`)���s�6r�u����S�8N��[B���x�5"���� ̢�?�݋#��[�{��'D`2��P���3#Ն�b9ܘ~y&�p;�j��U�|W��\�eaG�+|�A�������s��[0fs�*��/V�<`-=�M�i�;�mn�kKw�쑐�n�/6�e�-�a��%3����Qg�T�s�+{y?��t7&X�&_c��A�&�O�"��]����Ue�$�:xm�o�Fr��|�E�+��}�v
-(5�BOž�o�jG!l gd���P�/�[�dbSl�p��w�Ńe-���}ۙ�U%|$��Аa�Ė!�{��	ަ��,i�(	"<��؟������Qd��Y��AE$����3�WeVQ��Q��P�eTs����G=���	Ò]b��j‹;�e$a��-b\��i]���n�,M:Z@��bOF`�*��,+���Y�U6�.�w�qO�ED�n����/�L��w�~�Ѽ�y�́�6��[�G�8�~��O�j��P���c�p�&��tp\���e�ە��-�(��������Y@)D���8[]&s��j��_}�o���+`��kb�����5�ac�=ͲW�jRn�ܪ�D�a0�]��@����\��x
-a7���h��ZW�h[����4�����-D����٩���@,�`g]Z��8d m�zC����oQ=��L�K�WN�}�3ff���7M�.��M�����(��$=?�52����
-�H&��]!j�aȗ+*�p��fcX�*��nrn��П�!V<��盖�Q�]�%�|*�����N��3�X�_P���8	?B
����!�̭Mm}s+�/����}&�IP�օ���@�?`U��;×�;��ѱ��{7yQ�{�X��<���a��=8M�9�Z�$j����0ɑdNRe�}p9Rxˑ���Њ�����^Am%g���x�e�_���0O��iR�'������n>}���?����SU�t�q������ᡨ�E�T���Mi����OJl���h�'����O�����x�>*M�s���%vR��(�\+�LF��_��uendstream
+xڵZ_s�6�����sC�	�=�����:�X�����H[�J�"RN|��v��(�s�K&!�Xb����- q�_qit�<���$ұЗ��E|�}.���<��vq���.�(Oez�x�2Ql��\����}����ͧ����,���:�g���]%�ǻ�w�o?����U��������ͧ��w7Wsa���%�p���?�P�ç�?�����o��/n~-�zE�p!�/~�-�,a��_đʍ��/q$�\^n.�"�(�(�����^���m"-��r�J�|Z�qk��<KD$�<�Z�bJˎ���^���vS��x�"Q���2�H�c����"1�Pr$|����J�O�����J̪��J"�-?wSl����#>�Y�^�[�+af�cX�>UM�+z��f_�~�+)II	���:;ÿ�������,2˙)"�\Un	���\�,��$-�(�ZZ�庮��2Og4�����;�h�t4�LD���+Sʣ8KS�u�*�����8��,oS�P�ݑ8OhZf�ղ~|�n�r��UW{�Z~��y���3��J�z����>yKt��oHA"�����)���9�X��6��w
�9��L_jk	�z�HKI�J��H$�`5��H�^���-v����91:��:!Z�r#���ɴJv�A����}�����2�F�̈T��N(�ZR�k�%` -Ak	Z'�c�`W4�R˪�J��~��h'4'���Y
�k����t��n����zZٲ���l\���UG���j$�V��e�j�Vҭ��4)M�j�'�$$t��G���H.�!
+@_�s�zH*bk�v�k�6��k���0���?��g�����Mo�=�J�Er��π!5���^2ʍ1ӹk�G��CN�}	L�� �m9G�c㐰MF:�8�?:��L���+�P,br0���{j��˾��'N�������o�_����]]<����

[L)�_�X6U�Ʃ��<ӯ���t��\�Y�����(N��ӄ�aƖQe(�fl	���~D����w�z����B1��;�;Hz`J�vނ��ޑ��3Q�Ѕ���eΉ��P��4��ܸ��.K�X<��37�Ii�Pb$=� "[N���9�+����u�4�)�R03�7hY�@Ϻ-J��!���u��������TTV��
+!tS�U:Js��0^��[��1��̿��߽���}��޺F�[.��Q��M���h
+���8�u:O�4ɲ�^r��:�e�B�\Us�֑�����/&�qM�x�m*�l(�C�{Z�e���oR۬{sݲ���E�3�K�PzE{��9.����I��I_��&dU�D&�#����E�rp)=�K<��xUH�Ut��ʢ/��}�2��Z�Zu���+3�/���J~v-�:Q��!��<M�~�k�%�%̪|��/R�2�R������^
˱Ö�c�_���&�"��;���-���4	(_�$�Y��чqi�a0;ŦD�y6g�Ѥ€�$Jx����"��׼$�:�%�%n�M�=��zٝr�4�(���g�&�1p�4�����<8_Ł��:>{��& � �A��ս�-І�aڰ�}W<�w��8-k�	X��Mb*$���k3�?i}����=Ǡ�<�9�]��u��v�`���Q�L�u�`<J���)3�-X�YٞkB���U��P�…�0����V�TXͼ� ֔4(a�e�1���9�3i�;l$�cv^��A��y|���$ƪԟ�!K$�X��ov�捵�?���*�l'&	���W�4~�����D��H#��-����:y���WEO}_
+�-�%JW5�}W?5ź��yjLJ/���YMC��$3��:�f�"��ӑ�N�f�D��:"[�����[��F�u�ظ�Ox�	*�(����ҭV�� (��0s"�{�@�\;H�FJd��GS�+[�H�߶�BG]�p�:������3ԇ'�M���<Qzv���g��X�rX�)lN(NB>��Ӷ��8Az��@����ĒQ���t§Ȁk$}`���<:���<�a�� �U�\�TeF��}��y
+�N�P����!4�:B��Q�r����T Mt9&=?�51�A<�bZ��(�j�[�V
��J���Y��@�Cƅ6C�A��=����w=��c==�kӯ_���)�H�Rl�cI3��ڵٷu��x��'Ю���NR��0�o��)���S���5hpnN�U�ρO6���d���N��8�U$�'<1l��)x��9ϋR��N�2]���,F��D����=�c�,�[Hgw��~�ғ�.`W]S�O[u뾛N\s<'K�Q�#{T)Mb
+&	�� �k��	!�v�Tl��TRu�A�"CK<5��*�|>hHKS�����h����p�l�p�+!%l
+v��q�p�@v�e�-w�C�%F+5�JJ0���C�s�tI�O��z�y��������m�.���ѣ�V@�b0�#�\���x��#N#��m�י��,Hk��k-�2�&=/�sM�U��T�����haf?_��f��'z��� �����$�q�aG��pIl�U�lS�,n�O��S����SF�}�l�,kW�3�%�5@����b:�� �dl�f��%%�I^6k��������/�:=߃c����x)Ng��TX7b���%}b��z""`���Ӯ+_��a:u���k���f�o�%I�\?�O����!A�'�\j	��k�(!�i#�\�[�yY=�����%�Jϋ�\��Dq���	,��ޚܒ��GzB&Sܾ���f�
+�R�3,�$nƃ�=��zS��5���*ݨ|�o7����>�̌n��-�݀1�KX!g�~�B����i�Klܩ�
+\;�e���7x��/�mi-ۄ�����?Pu�:g���[X�K���A��\¥C���l`б
"���z�+��˪����,��E����p#9j>�"�5O�=7�Uq��P��}��6�3X�}8��-jnd���a
+�"������,!k�uU��֮*ヹ̅��ig��Cl��u�gI�PG%Y���0�����_#L@%�C^�{d�BGy������h_e�;m$���*�B�~�S�m[����.'�w��n�k� �ő֮�����ﶂ�fe��#�z/�d�ͣ�O��t\��}��mp���dYD�KG����:ζ�b���kw�G�	��i{���|���:��SÃ
+=]���)��$r�N��"�]�X�vU9BK<�1�Bs^�皘�0��%�3�Cm9v��_���
�7��˖/������D���6f��3-w��f�O�JG�lp��D^	D�щ<̥(K��v�\��Ќ�uu!�v@�{*{�
��Bd��t_��ˇ��
v�Gg�t��-[o�����
�紙	�ٓ�53�Θ��>߶=x��z�~6���cc�L��̜��皘��،�0���<W�vX��2�!�7l�jC��m�5�	É[b̓,~��Uܷ["���j۟͟�t�=
�
+������ɠ�jdO6ǏAd�lj�[�u�ޗ���3�O��RI���T��� �s0|���+<p�(�a����/��w���g^�|Bꄖ�2���3v:Lr��T9t\��r$�-�"�"�����WP[�YƲ�D>�t��2:�8L$�*��C����ۇ2���������.����.]:�8����7'�CYw���d!��|����YG�c�	���/�7���QƜpn,���37)Ta��g��
+#������bendstream
 endobj
-1265 0 obj <<
+1281 0 obj <<
 /Type /Page
-/Contents 1266 0 R
-/Resources 1264 0 R
+/Contents 1282 0 R
+/Resources 1280 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1250 0 R
-/Annots [ 1268 0 R ]
+/Parent 1285 0 R
+/Annots [ 1284 0 R ]
 >> endobj
-1268 0 obj <<
+1284 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [250.9056 343.4991 314.5963 352.9087]
+/Rect [250.9056 335.8063 314.5963 345.2159]
 /Subtype /Link
 /A << /S /GoTo /D (statsfile) >>
 >> endobj
-1267 0 obj <<
-/D [1265 0 R /XYZ 85.0394 794.5015 null]
+1283 0 obj <<
+/D [1281 0 R /XYZ 85.0394 794.5015 null]
 >> endobj
-1264 0 obj <<
-/Font << /F37 799 0 R /F21 710 0 R /F23 734 0 R /F41 935 0 R >>
+1280 0 obj <<
+/Font << /F37 803 0 R /F21 714 0 R /F23 738 0 R /F41 940 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1272 0 obj <<
+1289 0 obj <<
 /Length 3458      
 /Filter /FlateDecode
 >>
@@ -4758,67 +4834,69 @@ xڥ]s
 o ]�T&�0��_�:�t�`��W[lcX�Q&���^�w\N��t66<�ũDL�0�%_��)Eܙ������a�<?m�C���c�j���`���n�xZD)�9͆��c`�3�`:d����T�O��ِ���Ú]�>/�ْ��.���kM��L�����n�y��i	'�1_l8�Sk/���"�ãե�T�+ X��3%H�u灑�V1���KS͸x��#�$ʵ����vE6l���Y�@r��w4`�Z��Ô�������M�"���9.۱M��7m�Y��E��"cB�2*�1�d��s��#!�S��(%�������* �����1�M�$��(T\_A����a�4 �m搻�fև����?��5
S4��rM�0���n�Y�,U����'Mୄ��,��KMe^@�A��:)e��N_L����mkSrv����#�/�2��$;m�B���cY�o���̇�o��#1yzy�5��0n��`1y���0zw��X�MB����0�t�Y���1�:J3oD�w���uUt����Ũ��e���23h�L3��]ٟV��I��r��F�M�j�n����	��$͜B��7Uc��(!Ď���.���:;ނ��m��R�e�>�e�<Z2(A��AK[F3a���2
o����Ȅ�'��|
 H����H���]����E���^�V��䜳1���.|������UH����h��5���=�N�s�e�A70>m���\��I*��B���c�01���z�r�50,���[a&O�؝@�C�CM(��-5M�5W�eW�qx�f�R�QB�R~r�3u�-=HZ�j#����*��'�|����~(�JwOn�m6��j�����`� �:�!�q}�X֝�f���f�%10��*���{����'Q��D��O�*�)�'k�o���K��A�=�B�E!0��2F
 �"s1�@S&7��+wum��W��7���xgd��Q#!A�q���۸�U�R>��6��X��������}��"2�A�4��j�����[����l f�b�]Rw�=pQn�b��گ ���a�uB��1���eu	��O/�F�
wX�l�.;��%�ַ�J���$W��_X�{#�h̾���V��#��~��~�s����ֲ�Ɍ��taa�;aF޽s�	��F�37V�(}	�Cf/t"�$MQ
?a��c��G0h�*M
-)��}\�4����1~���p��@|�X5p�qC�<��런Ţ7��]�r�W���#�~,�1�3��#��D�/+1 [��/��"�>�Yt[Β)>��`�
�|�{���(��H����Z�K�ъ�UH�V����6�i��`�rl/ė���\fi�+�vAl��_X��J�4����:Jc�7�t���`3O���,��Bw�ݰ�w5i�7f�O��!�d��o�ۮ���;�b�BC̝'C��w���؛P��>'A�@�����ع�cv5� ���ׇ�\�����$>�ޏ�G��������~�%��*\b�#�Bs,��D\����5��^#�����-�T��N�4�B����nJ'>:�4BB�L�OV���̫s��>�C�HO���Wib|?�0R�h��'�=����A�(�*���H2=<���O�4�߻��6����Y��7�*���q'	�m�4a��}�����!��f^�endstream
+)��}\�4����1~���p��@|�X5p�qC�<��런Ţ7��]�r�W���#�~,�1�3��#��D�/+1 [��/��"�>�Yt[Β)>��`�
�|�{���(��H����Z�K�ъ�UH�V����6�i��`�rl/ė���\fi�+�vAl��_X��J�4����:Jc�7�t���`3O���,��Bw�ݰ�w5i�7f�O��!�d��o�ۮ���;�b�BC̝'C��w���؛P��>'A�@�����ع�cv5� ���ׇ�\�����$>�ޏ�G��������~�%��*\b�#�Bs,��D\����5��^#�����-�T��N�4�B����nJ'>:�4BB�L�OV���̫s��>�C�HO���Wib|?�0R�h��'�=����A�(�*���H2=<���O�4�߻��6����Y��7�*���q'	�m�4a���TF���C��d�^{endstream
 endobj
-1271 0 obj <<
+1288 0 obj <<
 /Type /Page
-/Contents 1272 0 R
-/Resources 1270 0 R
+/Contents 1289 0 R
+/Resources 1287 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1250 0 R
+/Parent 1285 0 R
 >> endobj
-1273 0 obj <<
-/D [1271 0 R /XYZ 56.6929 794.5015 null]
+1290 0 obj <<
+/D [1288 0 R /XYZ 56.6929 794.5015 null]
 >> endobj
 354 0 obj <<
-/D [1271 0 R /XYZ 56.6929 333.8409 null]
+/D [1288 0 R /XYZ 56.6929 333.8409 null]
 >> endobj
-1070 0 obj <<
-/D [1271 0 R /XYZ 56.6929 308.7186 null]
+1075 0 obj <<
+/D [1288 0 R /XYZ 56.6929 308.7186 null]
 >> endobj
-1270 0 obj <<
-/Font << /F37 799 0 R /F23 734 0 R /F41 935 0 R /F21 710 0 R /F48 950 0 R >>
+1287 0 obj <<
+/Font << /F37 803 0 R /F23 738 0 R /F41 940 0 R /F21 714 0 R /F48 955 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1276 0 obj <<
+1293 0 obj <<
 /Length 3312      
 /Filter /FlateDecode
 >>
 stream
-x��]s��ݿBo�f��E���}u��kg:i�Z�,6���}��.� A���������
-\����$�?6�*N�����X%LM曫d���_1‰<Rb}�p�͍�&&6)O'�`.'Z����黿������,�*���,Ri2����;7b���ǻ���?ݿ�er�p���
�_�\�_߽��EL+�s���7��v����>���������C�K�/K2���/�%����U���~$13�O6WR�XI!����ǫ�	����1�)�c�y6"@.�`�N2e�T�+��r	����p��늠�q��=6y����,������M�{��/�z�G����};���������͘�싆pښp�<�2���hp@c�Q�[�~MT�(��~��`SS�LV�#e�ͪޯ���vW>=Yj���@�L��\�7�u�*濻����kK����e�~.e��˖0��m�kG�pbA�΁�;���!@�ٱ�=A���`iz<�B/�r]�2�����e]��(*�(�= A�P�~͢u@����MGƀg���|�����zМ�hx�ik���bA�^q
�pj�a��K�Uݢ^h	l-M�堗cs�Be�㬛::9�41W2#��rq�H�A
-Ylם����m�J�9>X��0R�ܳi���WoTd��9�"��N��̫i>p�O�uN_�ʹ�)�o	�v�E��A���n�hL����49ͦ`޻�h���j��m�[ֻ��D�B�ڱ�-��~�>��|�>y�x�g����2N�	ŧmIԺuJZ/_,J�
\�vO�hh���)�^>T�P���ĝ�ݸ)+�]�	U��(@�
sU�hv��=�
�͍ԡ6gY�Sy�2�,|��&���A�n�9n�7�U�SѼ]—����<ygF�C�m��3fk*�B�
-e��%YO{���l;0���oxY��Y���Sb�@
-<�+|+��J��S�옑#�y�3�4�'
�#�p�������,�vF'��w��?��!4nnBb�a�cnQ�р����P��Ny \�b����(����PIp���2����E/��N���P��a��8p�6I������Ě)3L���W�� 螤�}��\��NuLEi��Mf�Db�u�3�'M �4�y��M6p��6��&mR���H�p��&��b�Ȏ�z��x�Xpp�!��TP��Af�i�4�F��@�lL��p��uJ�t������A:y;���u_�b8C��4ը�¾f�A�KL�/�O'q����yu5ā��������P/4�l\X_VZ_ԪU� ڃ�\�V��kq>s
-lD��
-,��kV/�ƙN�%�)�`��*v�J�f�A2���Z��\��'�Y�+ �k�H�d�^����:�����?/������ַ��	3Y(J�IZ�S;�	��다'��>�Z���Կ�ۮ��g)}�ֆ�Y{��
��x�H�bޞ�p(���Nyر^���,�a�b���(� ����9ѻ%�(�:�\���lc ���J,9��6&t�R��_��Y}���Tl��-�Q�X˩���H�-+ylTn�臷E���½h��~��n�|O��Ǧ^v�a���������������Rٟg�1؀=jj�@1Z�^�
-���:��5L0���uuzo�4fI�^������z,��E;_EO�}q��	|
-��ٵ;���[+li�	��:�<��b3Ǐ�aS3N`���a@�)��=��A���Y$T�Ba��~3���� X�ZoYЫ��X�Ӽm�Ͷ
�MڭH��4��0C�p�p��`j���ym���A�C�sQ.���r}G���м��v7������x���1��p����t=e�a���L��[����:���W�ҵ��rQ�)���s�
��`����QC*ۓ#�&��C���a�-�faӵ��*jV�vQ�T��p�\rs��k��A���8$��LGj�	�E�Mѝ����S�6��b_�1Ұ�|v���������8bҽ�i�EM+`�����/�|�y�Ja�:����-��C*�;���c��	���g���=0�F�>�)ʉ�W$:�2���C�3:�l�..֋h�.��=J� D���tX#��"�+6$��಴����4X�شE��ڞ3�o��bD�~7ЗΠ��-:N�(~Χ���<�"���<$�z�03��N�$T���{����<�EAm֢K��op|#��Q.]�6�9*e�L�����?'&4	�6�bn�$�/�o
-o�]�ҰۗQ��}e^�}���O�z��c��A�}p 2N6Ob�;�;w �c�n9�Y�SlLXP!u�:�"�R�^r	��'��C��Jq��X���ò�^7mԴ��5m9?6J	f�Sy��k���Q�V�Y6$�f@��ѦŠ�T ��R���(��v�i��EZ�SK���%��"�Ò��G�bh*�l�9�G��	g���Iٮ����bi�2�@u���m��t�w;�:��)E[i�?*?��v��7�92��I�y2<�1��A@�����3d�ݘ諘��V�*KL�"����u�[?���8%M��e�[��U��a7��SNP�����G�˫T��vG꺦sW�8R$4�R"��ͣr��m5w���æ�0�O�<�5�����K #��G�+�����[I���iu���jL�)ۄ_�*}�(��v9ve���4�k���A�Wtc�>�}����Ar�o��mߌ���&���^_)�ڎ��A���L~إ��,c�~6�:my����*7�:�Q�q�i3���y:���8�5�"n�#�3�s��3ºº����|�����7&T:���B�V^�_��/��AU����"��{:�7�~��T�]Ր��̐�zL�a�(�/�c�ƉAa���đ��݊�����R�O���Ӭ�'���/���ծ�CY�{cg��M�څ��ux��.��ռޗ�oo�M ?s�\({��_��`P/��3f`�1;�e�X(!Gs[AG:��y:�
-̦i,2��$Ў�����&��
-�JzE� �P���n����Z,�_���}'Eubp����~�v�U��XM�:vlp\8�8�>����a�Q����t�x[�,�9�
t)��CT/�`�|���6~�]��0|ST˚zJ���=K�!/z��2�Ǻ]
�1�a(�y��5m� �rN�j��Ϛ���[�b�.;�E���������,C�(�>q/B$��<Q(i��Z���c���.��endstream
+x��]s��ݿ�o�g�$�x��Wgz��q��&y�%�b#��H�����b(Q�5���x<\�K`w�߀�L�O\'ʦ��Mc�}9]]$�O����`��#E!ַ�ܨ���6����<��ĉ1��a����_������*�:�d�U��d����w4b�����������^������
�_�\�_߽�������<Ñnn�vM����>��������뇞��_�(d䏋_~K.g���I��ї/�#����ru�j�T)?�����~���tL~Z�X��P�@�"8�.sm�L�+���*RFO�EI�������gA�U�v�f���*J���)�r��1_��ҏ�3��m7��������o����l˖q��q�<�e��s���"!b��tL���dV΋��P��fi2yX8�����f�Db`��M����nn�X
+�3U�$�ޮ=�tQN��z�kG�H��1�<W��~��c��z�l�Q.H,���H�yq3�/���k�	ү���v�G,!������,Ӧ��iW55�FQ�Ea�	*��k������=v�Ta������z�ӂix��֑��r��^q
�pj���	K�uӡ/���e��
+�˱�b����,�&::_jc�Ӝqc�}$-��R�c����Mf��o@N�,�!�}��fC϶�>�z��f��
a2@7!��W��}@�O�e�_�*e��l�f�����+�qA�i�hL���59�'`ޛ�l���M�|%h]n��fE?�H�^�S76�eR�8�����t�e�EU
����p�L'�ׄ�Ӻbji���+f��mWo�
푷;C�+�Jjz��ڸ�T�7U��������hJ�a.�������s�2A�ܤ&��<�e���:_&���Ĵ9!�-���xZU<����!|=��,�ɳ8�*�m]�-��1[ӱTZ�Q�&=]���Þ.z��a��_����5(���0HH�+���M���*��O�CF8�!G�҈c�4�H�A6S���
+s\�IFG?�
��!4nn*ż����ܢ��Ӂ����@�Z��X�+�P�4VJ�C%�i��m9�̪�x\�}�XwvH�b��?!��D��|P�Y���ml������}�		��Q
+��b�o�p��g*�n2�GKib��<Y��U��f�6���[53������U")R��tK�*?�ڹ�p_�#�J��9�ߤ��Od�AA�iĉ�,�䬭��d�MG@@�!���Ð�KH�_Q�
,�3DF�S��/ �k���f��LgF�N:�TC�	*�|����	�?V@Ɨ���j�i���&g���8�F���Q��(����qa2}N`{�ęଊ�2ǀ��Y`�I%�9�A�6"�g���}��
+��-RB%�gg����ɸj�l�ϋ��a})��ZY��I�<%�-��֔����E�'h�9�ZKq�Tq����.�.K�e?am������`Ή�4/���.��	�`�ᜇ�l��sv-�L�6ri��#�[F�B�C��}��5��˨’� m��"����{��Շ�8K-���b1i7�M:1Xz�v�I�k.��mYc�0�m��.�����$�yl�e��������b�at�k~{��O��W���|%��
У'�d�%ꥺ���1��a�����D6��M�X$Ivfo�{��ޖ�t=-����&�)�F'��Fl�Ұ�!'�:uzefv;��?�{�M�L�"�0 3�À�35��0�:J�d�P�+��{�ʹضN�`
n��A��pc�L��+W�.�6Z�{MYe�:A�Hk�`j�����i���A�C�sV��0���#@�ph��m��2�픵�z���1��p��+j��2�p�bk'ŀ�5L]�c�C�Ɓ+|�[�m5+i
+v��Ă��b�Lp���Ш!U�Q�Q���q�!�q�鱨FKԶ]D�tm����Ŷ�5/�>%B�L�=MJ�5B� ��H@�:�Q�[b
+r�bU��:��Tu-��mKc
+�g:�w?޾������Iz��L��W�0b9U�@_n�P1����&w`�86UW���\�5���.�Pi_7�ؓ}� L��T첬���Y8pUb�4��8�넎y,ס+���,�.����>��ń�$=�f���JI�3�<�=3�/VWbR��bM�\��W�e��]��K2h�0z�	'8?�S��~a����-3y�����{)T����Q�}�u��<�Y�mֲO��78�e�(�>Mٜ=�2�(������?'&4����r��$w/�o
+��M��0�˨u��}^�m���O�fUTc�U@��w 2N�L�T�vw�@����|*A�"L�Ę��B�eu�E�����+�oe1;j�
+�,Ug�u�({,��M�EmyZ�U�C�L��L��&���`h��Y�Ip�Att��>��_����ݮ�#`1	xpHswj��>S� 2;,���CO�s"��aB1�#�(�q"E�wfRu��w�X�7P���w[$q�����N��BJ�V:���O�Ў��0GS�Yz��tHd��GP�!�=:|j��2d�iL�������:Ol�"%�䶣�G��\����R�2�֠�
+)De��UE�;ŔbC?
+zt��nA�o��.>wZ"EjO#%��Uuy4@�����S��.e��R��D��tV�y�x��������J^������$��Ls�	��
T�`Q<��|���k��i��bŃ���ƶ{jv}���QǼ���m;z������7x}�$�9���)<�=���s��Y�&g�l�u��z,gyU]��e������@!��$�X#4q�D��G�g!�4�g�u�u���Z�:
�'б�oL�lPc����V^�_��/��AUG�a�x���tŖO�m
+aw�K��-H�qfH��SbX8*�G%|���83�\��Y4��VT��P�͔2~r6��fY>�~�S}����v�ʊ,JW�kj�����*��R��rx_jw{�6����re�8�A%:�5��zџ'�0����y,gv�B�8��
+�0҉XY�O�c�P0`6�b�+3$�w��<�)B���*���z��8]��n�1H�~�/V�����{1滻���X�JJ%VS���TD���窡�
;���.P�Q�m1����p6Чx��OP�����K���96�a����
��ڽUw,%���ɶ��n1L���R����=jߴ���d�)G�5^>k�c7o����%�g�>�V���2��ʘ#�"T1@��������_�=$�?����endstream
 endobj
-1275 0 obj <<
+1292 0 obj <<
 /Type /Page
-/Contents 1276 0 R
-/Resources 1274 0 R
+/Contents 1293 0 R
+/Resources 1291 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1280 0 R
+/Parent 1285 0 R
 >> endobj
-1277 0 obj <<
-/D [1275 0 R /XYZ 85.0394 794.5015 null]
+1294 0 obj <<
+/D [1292 0 R /XYZ 85.0394 794.5015 null]
 >> endobj
-1278 0 obj <<
-/D [1275 0 R /XYZ 85.0394 625.316 null]
+1295 0 obj <<
+/D [1292 0 R /XYZ 85.0394 625.316 null]
 >> endobj
-1279 0 obj <<
-/D [1275 0 R /XYZ 85.0394 613.3608 null]
+1296 0 obj <<
+/D [1292 0 R /XYZ 85.0394 613.3608 null]
 >> endobj
-1274 0 obj <<
-/Font << /F37 799 0 R /F23 734 0 R /F21 710 0 R /F48 950 0 R /F39 895 0 R >>
+1291 0 obj <<
+/Font << /F37 803 0 R /F23 738 0 R /F21 714 0 R /F48 955 0 R /F39 900 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1283 0 obj <<
+1299 0 obj <<
 /Length 3798      
 /Filter /FlateDecode
 >>
@@ -4843,1011 +4921,1009 @@ tc.
 ����:ߖs��'1�%��2�d���"DB���1���'�<��ZԂ	�=�I�P'�c;�kJ2�!�9�k�#����o�u�C=	�ǩ�P�������ե����pC]ol�5�����F��Z�?��1��������B�`c����qPM���ց:�k
 )6�"k9UGY��7Y>���L!
J�q6Z�	>zJ�43��>#����>��s&��8t����*����/���}-Œ�_���+N�˩�^�l�-��_��-�ca����X�^����y�3�	��,+��0�#欉�N������m�|nr�Z�û��n�m��̮��0��o0誄�����}3V��.��x���Z΅�<��}��+�k�xUe�p5c�&����R��?Ld�?_]��}���i�#\�i�H�����5^��.��Lg�yuKO�5x~�rC�'�C��n~��
 %��
=�*��(p	�C�/,�_y���LA�le���v�q?o��!6�aʶ��k������M��j��l�M�u�*ד?��u�r��l�|/���4�o,�U�g�~�����mO�/����e�9y8i�Td
-�c�8
-p&��4f��K��?endstream
+�c�8
+p&��4f��K��Aendstream
 endobj
-1282 0 obj <<
+1298 0 obj <<
 /Type /Page
-/Contents 1283 0 R
-/Resources 1281 0 R
+/Contents 1299 0 R
+/Resources 1297 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1280 0 R
-/Annots [ 1285 0 R 1286 0 R 1287 0 R 1288 0 R 1289 0 R 1290 0 R ]
+/Parent 1285 0 R
+/Annots [ 1301 0 R 1302 0 R 1303 0 R 1304 0 R 1305 0 R 1306 0 R ]
 >> endobj
-1285 0 obj <<
+1301 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [154.2681 743.8714 203.5396 755.9311]
 /Subtype /Link
 /A << /S /GoTo /D (notify) >>
 >> endobj
-1286 0 obj <<
+1302 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [80.6033 237.2629 144.294 246.4782]
 /Subtype /Link
 /A << /S /GoTo /D (statsfile) >>
 >> endobj
-1287 0 obj <<
+1303 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [265.4578 191.3384 326.6578 203.3981]
 /Subtype /Link
 /A << /S /GoTo /D (server_statement_definition_and_usage) >>
 >> endobj
-1288 0 obj <<
+1304 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [367.5441 191.3384 416.2908 203.3981]
 /Subtype /Link
 /A << /S /GoTo /D (incremental_zone_transfers) >>
 >> endobj
-1289 0 obj <<
+1305 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [280.9692 160.0192 342.1692 172.0789]
 /Subtype /Link
 /A << /S /GoTo /D (server_statement_definition_and_usage) >>
 >> endobj
-1290 0 obj <<
+1306 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [277.6219 128.7 338.8219 140.7596]
 /Subtype /Link
 /A << /S /GoTo /D (server_statement_definition_and_usage) >>
 >> endobj
-1284 0 obj <<
-/D [1282 0 R /XYZ 56.6929 794.5015 null]
+1300 0 obj <<
+/D [1298 0 R /XYZ 56.6929 794.5015 null]
 >> endobj
-1281 0 obj <<
-/Font << /F37 799 0 R /F21 710 0 R /F23 734 0 R /F48 950 0 R /F62 1060 0 R /F39 895 0 R /F14 737 0 R >>
-/XObject << /Im2 1049 0 R >>
+1297 0 obj <<
+/Font << /F37 803 0 R /F21 714 0 R /F23 738 0 R /F48 955 0 R /F62 1065 0 R /F39 900 0 R /F14 741 0 R >>
+/XObject << /Im2 1054 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1294 0 obj <<
-/Length 3853      
+1310 0 obj <<
+/Length 3850      
 /Filter /FlateDecode
 >>
 stream
-xڥ�r�6���m媈!����3�d'����8��Jr�%��E*"i����/��L{vk��Fh4�
����en���eV$�����.��{��B	��#��X��^|��d�ET�:���M�ʣ8������՛�_���x��6^���ڦ��w�gH��7?���_>^_e�����������Ǜ�on��*�
-�kY�	o���[?|����W��xqs�2=��
�ϋ���/�p�/����|�N��З��Ě�&�xH}���a��(M]�_b���$�\r�s���8�-pm�%*�3���Z��B.��m�WmS��ݩ=�ˡ�Ì8ڔ��;g�γ(ֱ�����€�@����űJ�4��]��@��="Ew6mӟ�T�jk�U��;�/��$�v�-���S՗}�@�!���F+��Ɲ;=8X$���q�l)X�{t����?��cU�=7�'#yd[�%�8Iͪ=[=^�ںn��o�_�t�����'���{����˪颀�c���60J���~�-�|{�R��$�:�t�����m�O.Neq�M���=?i~�
-���c���[�+�������`�O���;G\bl��V��X02>���l���0�uR��0C�ƒ���.���q�!�W
0���Pb��3}s62��i���@����X?1���e�;7
-,�u]�R��|5t�7ɾ���p�{�+�"+:md���\0������w
ú� �]��O�:��[:��l]W�ʻ�GMlV݀�fcU�L#��:0���o�N��>�9�'�O<m��1eU�	^S��`BD+KT�(��H�P���]MFB�#S�|u(�v'c .t��g8�����uҿ{b�m"^r�G��D��p,O=�+�����kQ:��m�e�H��(�l�����q�F�.�s�Ε2yXwtD��#������NA0pɞ�L ۮ�@�]��]�32t��K��S����A��qO;c��h%
-�cչ�z�=�<T|W������<*�E��6���
-�8[y8����b���"�U�f�}k��Jf����O��Hv������m׋m��
ژ(ˋL���m#!*ڀ�?��y���_('��]���sZ����	X
��5�̴i�,КDE�����J��=�UHo\�@�2
-���ӎ��zմ�CY������T��c��TD?r-�|�����aO����j��~a�M��Bl93+�g����ZDU��3�T�>��F6@����M���=��(����"��$�3����Q�922*�I��3|r}����rf(�ѩ�
�Wf�p�#�s�M�$	I�HXe[u�u:�@l�>��l�>���a��!�
�p�N��feā�����)�bC�F�^`ۖ1^�Ąq��q���%���mc&� t�x� �kHR�Gdcc��8~��6�%����I����(By��a�Y=T�q�N�~���p��ڲQ�)�ػCz.*N�̘ׅ�Dy��c��.���Heã�T�'ׅ]����m�S�,��)���\oyS�qK�u�!�0��oڠ��ѣ����ã�X�Vب�{��?,O
�
-�9��+��b���5n$y���g�	'D����PY�R��c��h���XO56�Z
fY�%����v���˱^&�� Ȭ��T�6*�|�F�W�"����u�B���P�lqĊ���9
�1.B �H��_,[�QLMzJ�U���	&R��#$bL�SSx�%�ZRC�]D�(L#�i��<��I���%B���������g��g��4�A<J�QI�O��YQ�y�����h)�dMtk�w`���=ڝ��=8?���p�΍+6O�K<GۍV��d���'���)��!�/�-��1��;w:�5EO�Ud$p��ţ��lR��Lq�;^�һ�CINi��Q��ͣ8���>���&6|�M��$[}� �;���E�5�#�c��Ly�:�NJ�	��,s�_j��dLa��v�xkbE�JJ\�E܇�$�b���dN���n<��F�(/���Q5/�u�?��=ł6�C���!?�)(&�3|�:�-�����#U
-�}tǖ�J.�W��x��j��������/�n��Ά�&�}^���B�-k�f���A�L����Ǵ0��������a��j��3���a��I��ѳڳx!a���~�
-<�z�
-�8��7���<�v�)
P�����Q�'��t�B�鈅4�%�vK�E,.���!(��Ɯ��Z�g���l���C"����<4�� lsf�`�ъ�����y^̅��:��Bc�2nb-��~h�E�'�(R�
`��2�̖&���K��T1!�㰅�fs�WOh�n��,	jF{�k�����U3|�f���QE)e��c{��-�N�ϟ��Ը�ۨ>�-�Z��]  ���2�6
�R�;޼(�h��#���t'y�����6w�R�XY�%J��u��3%��V�wʢF�ƫr�!����].���G��,u����!q��ai�%Z�cp��j����D�
-���i&94�g^�rd�5ۋuG���V��tl�:��\�s�M;� qؾh�@�"�¿b�X/[����W_�ͳS�V;�8p����g���虙* (����_�3�Y>]�/6_{VI
-�(z8����T!*`ݖQX*!"�q���H����͏H��Z�`���I�𪗅	A�`����#N�S_5s�w<R�����<�y��2:�L�{b�`a�^��:�����D��&Y��c�x@�P�G�˅pǡ��^LI�����|l�xHȑb?B6e���p�����jc��7T淙�^F�5��N��sAe������~���]b����oPl.]A��	��'��q��/�{'KlJ��N֧�9T}�) [
�-d��� ��Ht<�얃A_�?�y�l*K��wR�(�g[�=_4ș��Y'ݖ�w2x�Svh�O�F��>ATm���Б��t�*%&۝0f߁0����Xm)�͊#����bbyF��x���DЛ��
-�@��R�m���p���>��/\�H҂�
-��P�J�k�/��Q�;l���4ׯt�`-������`ͨ)���b��yp��i���\�i[��gH\�$�e�D�9j��I!|&|N��q*�&��L�y��P �]�pd2NWD�i��H%���_ă���/`���ZQ�p&-o>_
-���plO��%'T�
A.:��M��[�H'�@E(�W)0=�/g��B2=���
g���#ȳ}�X*�E&Ae������6
>��6&2E�N\�B�B���v��C�8<
-�E.2�̝Q�}�ҟM��Щ݃��-�}����ωZ�c������g�fQ�i!�_��s�i�]�؝džE��pC/�[G�N����n�n�M��n;}c�o�cI��Y�$�Rh��W��yI�e�ȩE�4/F�*V�
-_���X/G����V�u��91Q��������Ory�f���/� 0<��j��c
�]��ځq����g8־Gg�fr���!svn|�;��jG��ʻ-��$j�綉r_�7{���B-WH���6M����,�`}"��CV[�˶'���9
-��*X��SQ�y�gޞd�w�J?a8�_���nj�t��0�!�<V�X��fg��������	�������<��'���N4��W�D���.԰��Ɛ���(G`�襟���b�%����M������41�x`�=QH�U�[�w�h������endstream
+xڥ�r�6���m媈!���3�$��Lfg��V%9Pdq�"���|�� )�N��>h4�F��Pt�t�� �y|��q`��\�����ƾ��g��S�o��~���<��\?�&keA�e�����ջ�o?>�}�Y+���fm�p����o���ݏ���ӧۛ4^=���������}�����fe&��JVxe����q�O�?�p��淇^�=��L�����/���[8�?��@癹>C'�<Wׇ�����Z;H}����~��(M]�_l���8�^r��j��a��:�� Q��\V��r��n��j��^�N�a]��+f��PY�{{���A�Bu=���k�D=!Q�*�(�������Y����u�)ۦ?�D٪��W�^�6v_<U�I&��[4�3���/��t
B��� 7F�Ɲ==YX$V�꼷
�"X�;�S�<���tl簪r�M����H�}<��j/VW���۳_�݇��ܾ["6tD��|�xc徨�.�X90��ϴ���j��{n[��{�h�^��[˝������_���ɽEi(�}�n��B�_n��ί�	��`ѭ�C�,����`������%&16�Q+�v,�r�y�t~�SYX�8��a~"��l+Ln�_�P=~C�`�ӡ�҃g��bd*8 ;Ҝ��@����X?3�\ղ��.I�Y�Da��7[
�
A�/�G~!D��B�ȊNFY|:?�L&ol��aX�d������iU'�v���M
��vթ��8�C���6���fjQ$��X�q��Vx}�=	N���Ԏd?񴲇cʪt��`����V��dQ����b�@]M6B%#S�lu(���1���1`�v[��Z�o�a@���ܻ�*Q +�S�
+.E'���Z�N���S[mY4w�	J$�b4�wp�Y����\���	����;Z"�����p{�'/�d�_&
+�m�U �m��]�2�7���4�/�k�'ѷ�v�V;�[�J�s�Y�z�=�<U|W������*�Eٗ��{*�l��H�BЋB3��8(V�E���֮��V2=~�E�['���m�o�^l�4lPZi��b�wmQA	
+���gy�$:|��w!n�/iA��'&`�� T2�+�U�x��8ȳ(����I�������=��H�taj�h�]�~�j�ӡ�k�v�AW*R�1`~*���	|�pu��'Zu�zn5u^uF�0�$Aj ������`�p���(f����l*|϶��
���"�KӞ��'2��W1<���Ƞ>�2�C�i{nT~��L���h��mߣi�C��\xq
+bT�� FA��•Y$��@g�fE�.IB��F�Vz��7[��q&��8k��/#�e��oHaC.��S�Xq`f+`@�hBn�ؐ%!/��m��Tb�8H��������,��zBg5��ۆD{D76�Ώ�wl�a�k><��D7j؍"�'�y��g��Seϓwr�۾��c�GT���J8r%����K���8H�~[*0��\����xR��h�j�,�4�5=�r8u��"��B�����˂��[��Kل�c�zd>�"eȼ�"�Lj��F�>
+Dbqj8X���_�h���[܈� ��,'��Wn#J�(��},J'k��Tec���`��J����l�^��+f,�	�̺�YEb�<��DVX� ��/�u�@���P�lqȊ���I
�10B 'I�S`,[�ULtzJ�U���	�'R��#$bL��Sx�%�ZRC^D�(NC�i��2�vY���eB�����ݰ,a�ے�a���)��H��@�Z�B�{�t"@�Q|�7@�%k�c+��d?��6Rw�������[tp\�y�P�]b:Zo4�:#�U8	@��9v�901p���G!�C���T�?4"+��,-�me[��`�$f�;���-J�J
ތ�nū4=�i�8��Rh�%�����si��S9%"��	&S^�`��@�aepR<H�7�	���#�c�m6�ڙGj!���[�}�N�/�)����K��#d9�ߴ��5����g���h�dpR70#��8	�tRc�yg���0�$��|���ݱe��IꕻD ���3�=#|�{���o��壉{��e��&ϸd̚�Y��p;ӱ@as��11��'�45x��C�}�-[�����Ls�=BR	�2xQ|�
+/�c`2��]�b�^�X�[��~}(�G�]cRTp�<+��a�d`vߤ�c-2OH$���(��-�!L0a�fub�\�i�ɡ����|�?>�rN�He��!��H9��-�̰����T�O)�(/�W�vN�C�P0��}(i�������x%�w�‘�hV!���зC��{�<��/�����9���bO����V�-�F�K}��ŪD��`�L�A�p,�]�����"?���lv�p
���<;B��cdN��O��k�$����Q'3���l��v�B��	������L�]��j��H���xIT{�3�·0�Co�=+z��1+��1�cÓ���!��O!W��1�5���۳}��%o��Akd��.z
�7/EP<���j^�]p71îfփHQ�E�:
+1!��nc��{�!(�����U�� xO�4ۤN�^7��^��q{�m����?�²F�S���mr<�=3[š���f�U����_��Ĺ�i�͘T�P}���n
+YU)��3�1T�;B(�y#ҡ�s K�ʚ�«^&1�I��J]T���rH�e���lEb�#0y��(�琌����t��3�S#x�y
+.a\N(���ɱxHF@�Xԅ�˵v˹���OI�����Zf!�:r�=!eQ�C]��P~��>�#_�b�A{I�̤�u�Ys,��e�>>򛚔cW"�
������1�;�����q^e\!�����e!ld}��C���r���B�ұ���A�A��xb�-G�Ψ]�ļ@7�E�
F(��e{/W���&��I���F�����;���}_��F�RLi�<�:�l-j�pfo@��K�8W[�PCMO9�eᄆ�ѡ�ԇz<[!~Q��}�IVhr���2ChC$�
!ka�����INAb(�^'���KE�+6��a�����H�V�(�<ֶ犃ѣ�Ћ
l�����ɓ�Q��se�m�V0C⚧'I/+%"��Y�1��f_W�i9�cř�4frD�T�)��qEA�_o���E������[8�,=��m,G�gR�.�22�Vo��T�*W�B+�
+r]�%l:eߺ��1�p�ꢎK^��Y,X󇿿�.\s��ɻ�H��y*�l���1�Q&�J�/�:�y�L|�B1b����}�B��*�Od���=��Tϟ�� ����SCtZK[~^��1Q� j��
+z���یM�,UB��|��k����`��� ��
��o�*q���9�� KL�W�6�g�����pČ�������G�-�GN-* ��y5���*�#�	�끴C"����z��,l�u�dY��������,H�0�m.�3�_hJ��0#3
��	��ہq��ӎ�p�]��͞�"2��{�-����SH������*�Fqt�qa�����rV�~9�b��i��W~Y�;���+�ki$������. �+li*�Pi�X�:K��Kߩ*܄�!�@��#����~qa������#���_v�5үB^�O�`�������N�:���e�+z�5t��w`cCȌ�|�a`��߷jH��"�~��������4�Y��UR��݁�wD!�F_Rn@�
�����Z��endstream
 endobj
-1293 0 obj <<
+1309 0 obj <<
 /Type /Page
-/Contents 1294 0 R
-/Resources 1292 0 R
+/Contents 1310 0 R
+/Resources 1308 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1280 0 R
+/Parent 1285 0 R
 >> endobj
-1295 0 obj <<
-/D [1293 0 R /XYZ 85.0394 794.5015 null]
+1311 0 obj <<
+/D [1309 0 R /XYZ 85.0394 794.5015 null]
 >> endobj
-1292 0 obj <<
-/Font << /F37 799 0 R /F21 710 0 R /F23 734 0 R /F48 950 0 R /F41 935 0 R >>
+1308 0 obj <<
+/Font << /F37 803 0 R /F21 714 0 R /F23 738 0 R /F48 955 0 R /F41 940 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1298 0 obj <<
+1314 0 obj <<
 /Length 3366      
 /Filter /FlateDecode
 >>
 stream
-x��Z�s�6�_�Gy&B�/|t��N㤶{י��DٜȤ*Rqܿ�v��� )�v��\,����J�'�'�m*�\��Yn�M�=�=�%���Ùd�i`����?����s��*=�_�r"qN�����B��!��~����_n//23��~s1U6�����Z?�^�{wy{1�����]~�����������
Qrz���������뫋?�<����2\�L4.�ϳ��H�����sgϟ�%2���ә�ZX�u�,���~�'���1��U&=�j#ȏ[Y�LJ`�l.R�toe%cV\h�yݶ�lZ���e��f��29�sE��|��pV��W$y��������zM�v�Z5�^�U�Y�TF�l����⩜3�P�ND�܈�`�t�K�,ۖ%�,�kh�q���暇��mD��D�U�*��:�O)��K�a���c�d~V~���&p�M�SP�����"�V���������?�Ԙ��b�d���B0�Kӯ��덽{���L2�<��8��?�j^tUS�AZ�"W�����sEt-׀�X�H��i����h�����W�e�6����+#S�T�`�����L�~�b�6�l]���>���}��"���SƤ<�p%F�*
-B<~d����&�r�U�KX��߆`�Cx1�����;���a�����Y���U���!F�̹�:�L�J�V�J�R��P�K/wTN�ht�ɤ����%��Dz����Z�T�ul�/w"`!T����~��%�y�B�4Mұg���2C6'we�y��c�R�Y�y�T���J@>��,�+�V0s�$��g7��ϛe]�9�
ĒiV��ދ�+f����Rh�N�p�u���sS�_��î�<�u�q��)"x�G��I�X�ݪ��`�&AXu��^tN:4{��z��l�s��ni]���y?K��*N1O���.	.�O��ՐB\/b��	��zCC�L����G#(�Q�����r@�[�����$Q��U�sY�-j�١��3�����SU{;��}ٙ`�G��gLi;,��gEW>4 3bH����:�VE�/�;�����bA�(�\���s���c9�4E0�{nWBg�	�=WD�8��6z,�޻%m��-i�1�mZ��c �w�[W��{�C���c�.f�S�zQϩѾ�]�zqc��r���7OԆ�iS3,!�+c����hI�N'�%���~�pDj����n�f%��9Q��<��u�=7�O��s!���8�B��aF
-�f��i��)�l�mt�6m�����6�LM�����(lSːeD�
�GH��jj��g�0e���*m�*���E��?+L.�����+8myX�%�XJf!#J�?��s��c��#��)���\��NMn�}c�Oڂg�<��D�K��y��qs往N��;⢙�H�[��R��nE�]�
��9L��sM��sP_KǮ��
-��&U�'oN /ˇbI�Ǧ���c��HB�y���O��''k�����w��5�a�xd͌ܥ'NIʓ?5�j:>��͊�n�hhH	؉�5�dǻ��=P7�->�Ւ�Gf��f����ڻ9�׈�=/_Q�%�#
-y] ���UvI�R�NN�;��n�Ь��j��*�,���lP��ħ�Nn����wI$��ys��w�/���Wn�&b�텵����z��~=~�_��R\υ�В��羧�����x�g�D�G��	�C�7�hjU����e���;“g-���iy�e�|ڬX�b������%�u�ǂ��s�Vq~w}3�|��V\�~�ȕ��'HwI��s���=���	��)�'���t*0m��ӗ�:"�3	��1��g_긊0��@����(׮%����!��9D��ź�͐q�O����u>���_��nB#��\��%�T�&"�^j~u�i��R)>B��nv�jڶ�����rS2��O�DnH'Lgr(�����"O!v�L�!.X�k�*s��r�lϵ��s��ϊ��݋J������?2�H#�T(m�7�4*�fe�`�&�vh�M=��·x��z��91N��%.���r��"sP�����
��0�=���6D��s������B>8tF�ݫ���ݦw芗�M
��>(�pơ1\1Q��n�HժW
jժ{|"�1���hC�?DŽ-��#X�i�Z�����<�C����~���^^��Jg"���;K#r��q
-SE����
-4=V�og��k���b*�J��h��}J�nة�@��>||�@Z�O�ב���Ƿ���v�e��By����SD���&B�T��P���U	:\�g�x�bN4D��Zz�zK]���3@��p��K��v��P}��'��'kt��H]��0�K��&v��V|�/����KjR�/}�KPđ��)+�Aql=,7%�ؓ���R�<� ��&�⦣���ܪ?�`�-]J�r�����	&p4�򅺫z�{
-�a-��>��Vy�
=h�E��l�i����D��ic�bp"��gN�D?��p�˕8
�$��J"'xM����a'���r���\6�D�3.������(�z�F���x��N�R�c��6��#������R�3.���Cv4���y����I
-��W8��� �Z�����g�����t�˓�ϪJ��pT~�Q`�Z3a�܌5�^��ª$���33�f�kw8���с��+:>�s���g��ɶ�?Ҹ�`��쨌p\����廫;���Ͽκ���> E �E�*�mu�!P%VXrT�#�
-\�
kן��������+p�Sڸo��B*u�4�R�T���H�qn)��@й�+ 2��n�Jl���++w���3�d��KsWC�ø���b��/9N�D���{����-�b��h�M:YQBH���FY�ᤠ}E}|O������1�Ǔ9���@������h��)�r�}Kmqx'���s}j'\Gv2p�|�\7Ӻ��M1���~B��5VW��h0���I��Uཔ!�6P�@��w�Ŧ{�Z��_� 	?0<�or�;���_%��$B�&��<��'����(>����p���U&�e����*…z���8,���q��+��膵��lGA����'p�r��<QG��.0E@7�����d�YHR���3�+1�hgEf �jA�����|�e�D����
!Fl�M���hH�� ��~߱���Sx�`�Uο�Az�d�<�퐑rZ�;��T�9���@K��P�[�?���<����������T�⛧2�;L�J��V�#6��MUD���k�endstream
+x��Z�s�6�_�Gy&B�/|t��N㤶{י��DٜȤ*Rqܿ�v��� )�v��\,����R�'�'�m*�\��Yn�M�=�=�%���Ùd�i`����?����s��*=�_�r"qN�����B��!��~����_n//23��~s1U6�����Z?�^�{wy{1�����]~�����������
Qr�90���۫۫��W��xvu߯e�^�h\ȟg�����a�?�%B�Ξ?�C"d���3c��F�@Y�ݝ��O8��Cc�3�	�L
+��B�Rǭ,E&%0eF
+e�[Yɘ�Zy^�m9��u�qY�Y�D�L����\�z _*+��j��I�*�&on��^S�ݬVͺ���F�v�#�&�&~��x*��6����7�8�$��R/˶eI%K�n�`xj�����/e!3�kD���j���S�j�e��c�X|.Ył�����&p�M�S�O�R@5�R���Q��NF�p�XRc^.�͒Y�6bi��.M���7��!b��p�s��Q8�ù���s���EW5��u*r��
+=WD��r�y�) �u�C���s� :�
+���frr�tedJ��ʲ����3s�	�O\,ۆ���r�R�c�G^�?@ܱ�@���sʘTG���(TEA�Ǐ�rq!�dQκ�s	k����r/�0�O[{��#�\��)f�r�M�/�jM�?1�P�s���"z����;N9V��k��*'^
4=��d�Vu�m����cYS��r]-^���:�G@�D�B��[����Ct!�i��c,�Ml'��?!�����b��j�լ�Tz*��w�`��,�C�Y�[�$��7��ϛe]�9�
ĒiV�⅞��+f���H���V'�8�:����
+��)�/��aWp��Ժ����<ڣD�3���U9���M����5<�t":h�@;	����,���Һbݕ�~���U\c���;�]����!��^��&M�ܙ�k�{�FPc9-1���:�q���I�������[��C��d�ٕ맪�vBO��3���jYϘ�,vXFϊ�|h@f�*�J9�;wT���`0w�y�	l3%����rF~υg�������y^	��Q'��\��r���{�{��yǐ�i�f��ޡn]�:���f�ź�ux|�N��E=�F�Rw��ō���uWT,v�<Q:�"�MͰ�Ю���hI�N'�%���~�pDj����n�f%D�9Q��<��u�=7�O��s!���8�B��aF
+�f��i��)��m�1o��ᝁ&m
+<𙚼�	���%Pަ�!��"���\���>}��a�!�U,�8œ
.kQT�X���r�j�;���Ӗg��]B��%f�����?�:&<�Qͽ��n��u��K�:��O�}�<#����h��$Zc*(�\��׌Ә+�e|pZ0���OG°���GȔ�ut+r�y6t��0i�5��ρ"�=	�N��M6��TOޚ@^�Œh�M����� �����$�<
+�GNƆ�������k"�6�Ț�KO��,�'j��t|*[��8R�4А��j22Ɏo߭}�vƛ.~V�%��̐��4� 4ϵwr@����|E]���(�s���W"0P�!aB�:9�+/�UC�ƫ�7>�<2T��*�A9l�Y;�}C�_��%�|x�ߛ�WԸ{ɭw�r���n/�����ף����c�zT��z.䄖��>�=�U�K��[>�'��Ϙ62JM��q�D�P����.��\t�~y�b(*��'X6ͧ͊%,F��l�z�]"Pg~,z�9'kgw�7��7on��퇋\y�y�t��:w]�ܣW:�Ne��s4�rN�z��{��WH��Y�y�
+L��B€�]F�_�d���V�LG��!��,�-�h���~"&�s���s�j�)�y����(�9����8]��ȷכ_.A�{�T��P�i����������s�ܔ����#�R
+�ߞ�;2A00����T�_6��C���VgN�RG��0h����r>+���/*��c�Ͼ쑽����P8�J�����
+��}@�1̡I�uSO���(���sNÒ&e��c�5����#L�s�bl+�cO���
�l�\���o�1��:��U	��#n�;t�ˇ�M
	�>(�p��1\1Q��n�H��W
*ժ{|"�1���hC�_Ʉ
+-��#Xi�X����<ߖB���~�����$�Jg"���{K#r��q�	SE����
+4=V�og��k���`*�J��h��}B�n؝�L}��J�0w'^i
�����=�Uݕ��/�������"���7ʥz���r
���J��z<C��s�!���ҳx�[���~��?@w��plGɐ����6��s!�d����K]�tڦQx;yZ+����G�%5�Ɨ>�%(�����8����F�ɈNQ~�ZJ��X�`m��m��i�"X�*K���\���6��~�	M�|��yXJᄽς>�U�CZl�7�n�,�i��4��p��B4D�DJ3�͜z�~�}����+;p�Z07l�DN�F%���N^?t���c�l���5+f\���Q90
+�l��F���lR���rH_�?"�I(� e=㊱?.�>dG# C�ϐ��N����0N~��?�r
+�5����\�=k�5��3_��ZU�䰄��{��cך	��f�A��=V%!Q�x�����6]�����l�Ef��@���)�W���'۲�H㞂�����q���7����._;����^E �E�*�m�P�\	�܉D{�uT=�v���磨:.?0E�G0��
+��6�[ �(��JC*��� ���) �u�C
+�m#t��
+�����p�"����ݼ���+(&re��p�U��
+�\L����8!����"���q�Hċ���]7�dE	!&e}������=�B�nz�İO� d�Qf��nw��AG�P�I�-��ᝄ���o"�\Gv2p�|�\7Ӻ��M1���~B��5VW��h0���I��Uཔ!�6P�@��w�Ŧ{�Z��/S����'���I���7	�/�ވz*9d{�	��"�O�dx�����z��䱬~���"ܧW���Ò8kj��o$����۳)����]�	��'Ӏ�ȗ���tV����MDf!I9�Cϴ�������<f��NB�������A�b�4���6a�{�!��
+@��6��c�������&����Az�d�<�Ni�Zѝ�E*��З;���=�V���'��?�+��'�/R݁YT� {�IX)Tܚ}�&B�TET�/��@endstream
 endobj
-1297 0 obj <<
+1313 0 obj <<
 /Type /Page
-/Contents 1298 0 R
-/Resources 1296 0 R
+/Contents 1314 0 R
+/Resources 1312 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1280 0 R
+/Parent 1285 0 R
 >> endobj
-1299 0 obj <<
-/D [1297 0 R /XYZ 56.6929 794.5015 null]
+1315 0 obj <<
+/D [1313 0 R /XYZ 56.6929 794.5015 null]
 >> endobj
-1296 0 obj <<
-/Font << /F37 799 0 R /F21 710 0 R /F23 734 0 R /F48 950 0 R >>
+1312 0 obj <<
+/Font << /F37 803 0 R /F21 714 0 R /F23 738 0 R /F48 955 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1302 0 obj <<
+1318 0 obj <<
 /Length 3178      
 /Filter /FlateDecode
 >>
 stream
-xڥZ�s�8�_�Ufj�����n�������tnvv�A�e[Y�Zrr�����%YN��ӒA���b�1KM�LϒL�&f��_E�-�}��3wL�>�O�W?~R�,�XƳ�Mo�4��T��׿�������z.M�����Q���׏Dɨ����O���/�_':����+�7�n7_?�\�Ej̗�…	�n�~C�ϋ����~q����W7��,��H�A�����h��c�|�*K��>�Pd�����Q��J9Juuw��`o�N�ҟ6ih��gs��4�5&����������kY�)-;.���q�w�|�+V��a|l�0����>��sM��z"�$
-�,���]Q��e�Eۢ.yW�[��(�v
/w��["n��j���r�~���.����_Ǣ�x�f���#���M]��!X��:f�8
-�����3c�����L���vt�G�|KĦ��s}�z���7b\,x��v]t�a_�
�7�l��P��P�k�՚�K^��ku���V}�=R4<�=����*���
)i������3?}�A�tD��b�K.�nG��zq����9vL%(9����wX��X�. +�kd��(#)�xʗ�1
lR��V)�g~�ΕD:ԗ���=�W<�qY;:�̻���PlE�;s@���._�sMH08�1�Hp�E�,LR�
)�A��
5 
�~B|��� �?|���}��p�C	ڷ����.c!�O`W�F��sR"���#@������Z�[�$�"X��p�8���$`�i�P�q��Z�h�y�B��U���a����(��l��a��9��O�a)���(T�I��5�52��i�r���K�B�{u�B�f��s�h�-S�p��\4��WN��w�Y��g�����E�����9�$���f(�70XuTe��R�J�����`�WD��}A=��w��QI
�ɫ��ޒ'�B�E��n� ZP�d�8�v�]x�.�m�<ݢvv�S1�����B>��jU�-��2e��m�G-:Ԥ���#���:���U�<P��H<VM�����x��~y��UPWZ���	��<����-
-7>q&@� _�:Ï
�]��Q���q��=ж��a�Cفg?1?��AUcv����y�>��kn;�hm�"�C��g����u�=ꉜv}��R�&��{����xa����)p�L�cWZ��D�it�@�y
6�9V4b:s�����*1k�/Hn��b��y[K ��'�S^y�fC����S1�6chݔ��e���/���#�-���Џ�[�[(�V���M3�0�-�ˈo��!�l�R&�#�)��"93�=�?t��Ͷ��MK���M;r��$u� ������#��Q��Ԝ��ma���6p]Z��v�r�0a"�ޭ�L\N&:��d]�|,V%*�X�d��mb��x}x9�n�Yj�D��Z�ws��u��4I^w��eOwL=GG��:�g �k�:��}~���!�l|�kgC�e�߈��ל����!���J&F��>�n�S6�0ؙ ��(��Gd����P�0��>=����0S���!3�m.2ȲRb3)
%ء$�{��8�Ԩ���T�H�ʤ�l�y��e�n�y�C˼-�wT�Ӱ֤s/�l�f�	���G���f�ͭ����ѡ\��W�Yq��S�C��ꆱfCD��a���5"��`l��(���+WG���7�%.�Be�&-m����o�zh!W<��y^D��sp?[r"5O��DX\P��,~t|I�c��2oY�0�!%c��e��p^�2��z��b��*N���\���ʾr��a;�΢��ޟp����Z��d҆tz���4c� .�Β�@�H��
1�W�X�(��D5Y)��>�j�v���p�9���P�R\x`�h��?4��?����؉�XgAb��d(��͡�*@L����7�zMߏ��%-�bϻ��b���j�/]����,��g#���V�7���L��(�#���~{�C{J�<d�(C��k�A����+% ���x[�s]���˦d����ꇯ�	��̼.��b��C�C)�SiÚ���UO@���8�\ւ`�����
-�}���ǒ��Q×f�������aQ�F�t�� mCS@p���5p����P��\Ѧ�@E7�LY���\����=5Pm����(V�$�Q=����2��/�0�wf�bx����v���t���!��E����-�hJ�S��'N2#�K���.���L�.4L[�8�@Z�6��5h�������XWx��B��C����o�Y�uІ
��c+^f[E�Bg�7����f��5tE��&bE��o�fa�����jy�\O�C�0I�`n���E�C����#���">4uwh������%iO�,���>�=0��A���P�:{F�A~G]A���M�� ����'N��]��=��=&d`�w�كNu�U�f�ZB�%�ك��'L���u���F��<��Ie2��|=�R� ����؆�./�vh�;|�뻄�!7/.������x�].�D�`*���\����>���H�p��Gt������~������%���MJ�z�
�Vf�}����`�&��F8e��D�h+�?&Y/���G!驷N ��$�XiM�1�����0�.�@�O���4Wُ�%K�̿N��c��8
-�P�����ί�)GAh{D�y�v.�P2��v? X�'�HL��g����E�}ɒ~�A���X_��I&�a-m얮L�I|v�'ńL(�3w|_��7Jq��E�T$1���H�:�#�/�	�1�����D]T�[oC$,�����L�rh/�ץ~���3@�G��OA�?��@ͷE{*19��I�A�F�h]B�&��r�d���T��r\'��W�3�O�~}s�5�����5����C:�0����<
-��B)����>�qo&9��f��1
���I0���ǡhJ/�Ø4�"�}4�
��R��H�����F �B���JXKgo@���hև�F~��DD���
x�	.�#R�Z���g��7б�Xg
-�x��=����˿؝��4tO�����DZ��R������7�����w�	�Xz!SRQ�2K�P�5�.fg����h|endstream
+xڥZ�s�8�_�Ufj�����n�������tnvv�A�e[Y�Zrr�����%YN��ӒA���b�1KM�LϒL�&f��_E�-�}��3wL�>�O�W?~R�,�XƳ�Mo�4��T��׿�������z.M�����Q���׏Dɨ����O���/�_':����+�7�n7_?�\�Ej̗�…	�n�~C�ϋ����~q����W7��,��H�A�����h��c�|�*K��>�Pd�����Q��J9Juuw��`o�N�ҟ6ih��gs��8�䴖�02��y��0UBy-K1�eDžZ>>�󮘯v��a��>��-b�"���gx�	TO�Da�%#��+jн̂õH�b[��!��zTݮ������sK�MSU�3��PN���>������X�����bu$"����w8��T�lG!��af��R�T�	��}����"�o����z��_���F��6Ԯ��8�˺��r��-��jwͱZq�+�bM�n=V`1��/�G��Y���i'eNgPq�h�nHIk��������#�#�?8^r�t;�=�ԋ��^�Hͱc*�@�!��w�ú��NJwY�\#��pFI	��S��i`�:̴J�'<�{v�8��u����.{��vtx�w������vw��A\�*�皐`pXcB0<���:��X��DR��t�j@,D�c������A$��F����	����o?6yY�]�B���,�p�DX5�G��eY��˵"��TIlE�N��$q6�ɓI�J�&�B-������*�T�2m��8��1��BNEx����F�o�'�0NM���ڌb@5��:_�Z#�Z�,�*����)��H�W�,ti��;���2�-���uA��|�hx��e*�yFqx*-^�pк>�XP��C�A"`�\
a�4��t`�QP��CK]+�ʂ�_��u^����xW�I�vD%5@'�چzK��
+�����e�hAݓ1�ڝw�I���Y�t�f���O���K��
+�d�UѶԷ2Ȕ��5��P�:�ǎ�K�h~JTM�@��#�X5��o��j�]���9'WA]i��3&�jV�xFSW/�(���u
+����~lpw�<��Վ�d��.�X���k�<���	�
���[e�����/_s��Dk�ܨ$4�-�#x��2�{.�9����M"��7�\;@Iơ1�.����24�]i7���e_�5���XшE��:z�Cn���Ĭ�� ���c�m-�����Oyu��
���O�xڌ�uS`�st�����D�Kx���JH���~L�bH�r@���ψo�1�9lѰ_F|c] 
1�`�H��2�YoL!�ə	����s|l��}lZ
+��n���+5'�S
�QUD�(g�A��_��4�o��%E����B�S�#�	��n�g�r�0ѱf&��(�c�*QI�� So�l{�����Iv{�R�P'Z
qvx7}]� �P�u_�s]�u���u����+
U�|}k�4����my�>����ؖΒ��n�!_�9ak=OC,T-_-6�L���(��ڧ���`�3��\`��D5ﻡ�aΗj={t���a����Y��\���8�MJC��v(��=+55�k{<U/�K3i�l�����}^��2o����y��4�4�|:۪Yb�£g�0�<���u+o�l~t(�k�ڀbV���<����a��b>�F�:�v��{$:�ۢ#�c~����@�Mn���P��FK��m�«;���E[H4x)9�9Ÿ-9��'ab"�..���?:>ǥT�PиZoY�0�&%�����pr�Ҕ�z粙b��*N�����`;lg�Y�<޳�{����uxH'mP�'0J3�"#*,�Ks���^��l���lN�P�����1��m����w�b�Y
�'*�u�����;~p���m��x�u$V��e����:�����᡿~s�����{[Ҳ*���&�\k�v��Ui�����p6���k��1Z�����4Ȱ�Ҿ�����'=�d���7Fy2���d+��i���$Ne�z��s]���fd����ꇏ�	��̼.��b��	C�C)ASiÚ���O@������\ւ`�����
+�}���NJ��Q×f�������]Q�F�t�� kCS@X��s��JR[�C��suD����e�rzs�����@�e2Pr0f�X���{F��v�����s�Ö����ޙ���a0�����]���Qb���S3�Ԣ)aO֞8nj|,��#��3���0m��8b�f�h
+��)�>��V|�c]����E��ڿQg!�A1��ӏ-x�mY��-��������ޗ�)z���v
+�e��O		������:��T	����YD0��1�9"��)�CSw��z;�IZ���K?��k�S��Kd{�媳gdv��K-O��,Z�h�}���(�CQ^ڮ�c*f}w�7�T�Zej&�(4��o$�ޟ0���� e(���d�3��\oH�"�H�0�2_��]^V�Іw� ��	[Cn^\lcG\�5�\�	�C(��x��s]�f��:1�s�Q�q'�i���kb���3xL���R��7)mH`��7�[����BZ>�e�_���l�������d�@������:��x�xc��=��84R�QX������=z{H�\e?��,
3�:1����(TBf��/�:����=\�&v,۹B�0����`�x#1�6�	" �;�%K����Xb}^&�H�!���[�
+�f!��A(�R�$���}	�s�P(Y�q2s����{"9��/���0&��`���uQin�
��&���_�3��F�K��8��g�(������7~L���o��T]r�M���@�2�к�M}�"A���~,�(�c�B��d��dyA`�Я��η�����{�?'�t��:�����'�,��"4�$���*�!�2:	2�-�I�H)���4�"�}��� `e�/2p�t@�9h��!������
��q�2��N��&p��;j��\�G��%R�1����:B����L�	�!��nF�+����ou�;
Ӿ$s�;����XM������/��?:�<,��$���'j͘��ٹ��W+g,endstream
 endobj
-1301 0 obj <<
+1317 0 obj <<
 /Type /Page
-/Contents 1302 0 R
-/Resources 1300 0 R
+/Contents 1318 0 R
+/Resources 1316 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1280 0 R
-/Annots [ 1305 0 R 1308 0 R ]
+/Parent 1325 0 R
+/Annots [ 1321 0 R 1324 0 R ]
 >> endobj
-1305 0 obj <<
+1321 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [367.5469 435.097 428.747 446.9972]
+/Rect [367.5469 410.6007 428.747 422.5009]
 /Subtype /Link
 /A << /S /GoTo /D (zone_statement_grammar) >>
 >> endobj
-1308 0 obj <<
+1324 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [483.4431 226.9165 539.579 238.9762]
+/Rect [483.4431 196.7586 539.579 208.8182]
 /Subtype /Link
 /A << /S /GoTo /D (address_match_lists) >>
 >> endobj
-1303 0 obj <<
-/D [1301 0 R /XYZ 85.0394 794.5015 null]
+1319 0 obj <<
+/D [1317 0 R /XYZ 85.0394 794.5015 null]
 >> endobj
 358 0 obj <<
-/D [1301 0 R /XYZ 85.0394 671.5763 null]
->> endobj
-1304 0 obj <<
-/D [1301 0 R /XYZ 85.0394 644.6731 null]
->> endobj
-362 0 obj <<
-/D [1301 0 R /XYZ 85.0394 417.7762 null]
->> endobj
-1306 0 obj <<
-/D [1301 0 R /XYZ 85.0394 393.3438 null]
->> endobj
-366 0 obj <<
-/D [1301 0 R /XYZ 85.0394 274.0842 null]
->> endobj
-1307 0 obj <<
-/D [1301 0 R /XYZ 85.0394 249.8112 null]
->> endobj
-1300 0 obj <<
-/Font << /F37 799 0 R /F21 710 0 R /F23 734 0 R /F41 935 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-1312 0 obj <<
-/Length 3041      
-/Filter /FlateDecode
->>
-stream
-x��ZKs�6��W��j��
��4�x�6N��=%9�m�F"Qǻ��}���_�d�&[�����f��h|�%f�����z�g�kf�0�������wg"�,Ӣ��������y歴�������,���/s�$;	|��OW.�����s��7�?]�/�������w��~�����BdF̿����7���F�\^�'��?G�^_|�����������.nڽ��+��~��o|��m�pƙ�=�g�{9ۜi���J%������[���a���̘U��@7���YVe�����C0��>.��q��i�P�"�xof�3��J5�yc$�n�t1N���^�}�g�j���3�������Š�
�_�N#���I�b�eJ�ʳ�g�q��"��8l�3@ |}����5lg��Q���	[���W!�V�|\�����>f���}_l�|��X��s<�_+{b2���q�etټ"!��o��v5�m�ey�L�rY4͐ak�,
C������3��l֝ۗA�[^����e0]Hϲ�A萚Y����"��:	�Gi!(&�K˕����yQWc	�H�����o�&�F�;X.�|ģ��sY��l��P.h�����n��V�s����2�h��x�Ѹ\��ʷ�Dy��D�.�]YW
DC���桌�6��$��r�f����¹Y�%o&�m��u��@ܼ�5J�ܪ���2��J{�1
��%.�`��v�b^l�|��˗eu�ҋ-��~G�U��d�7C��;�6���2h�V�8_WE�O����*У�m�~&§�~jg�o� (X�
-�vO���W
=��@��#ꅁ��#H�@���qb��fBô���mA�P+"���އj)P	�l2�8�:'yb�c���ڡ�+��0\�M�' 
-�֟���\���m��X%-T?�$]%���k�朵c�	Mogqy����������.߯#_?�a��-�	x��ch$��b�uLs������ %�P��׿�00�k����/�D`��u����/���q��g~�8s�Z���-�8n����_s&uo�d�L`�
�
-4Pa���)~��nv��Sd��6�B)
-3H�/v�m�<�8�.̫7�����Yl���@w��6`
-O�*b@�wNqk�q�� f�v�VFRh�AS�(XMh!�
�����)�ý�x?Z�\	G�]�n�S�B����l&�x�2��bbi}���5K�@���=�pY(c �p��UW�o`0`÷ZX
~զ��Қ0(�d�b
H!W*�9˒+(�7�\���Ѹ����
-a�6m"�Wn����3���j���-���O�����`A��XLh�!
-J9�0*~0S�3�z!��N���5��Z蛅��i-Z�	5��B�u�mz[��z��Ԋ��V�R+������P��.�+JR@N�HzK5���^j.��2f���#�Ӆũ5Y�|P���@��v�6F��d�k})�VS`�hXGlOI��k��(\�����4\�\���r��æ���-ׄæY1n�H�a�mӌÔ9a�eN|h3��z	�b�K#b
{�I]��3����D(㫦�Bo�W��ek�tZE�k�� ��*��L�Am(����L�r,b���X���W/F�Z��R(�J�N'P(&���	J�KS�c�����
-�+wI�x�v,��@!;L$�u2���$�~4:�^��HK���N�k⚀�Tr��d"ӧuh�&���y��P����6�(�&����
�%���\H��t�]���<�d�BS��I�A��|J�1�^�OF�|i��NZ��Z��i8�����\��X����[�����j�g�
�U݅'��������b72�3�b��݄�%���M�$��*m2� xM��M��8��&V 7	�`!��cp���BS�<��P4��[Ƚ��%��9�Q}|U�
-���]˘���I�W�9CK��A��(�nyq������.ބƸ��p�j��]{Mq���0��E��\��gz����+�}�$�E�j���]�\�15�F*�t�����r���T:\������Gvy�>�/5��w{\'|7q�}w�<��e|4N`~T�i�&4Q�;Y���u��V�n���0��Z7��չ1�;7Ƈ��0��To�:���Cӓ�Q�����@�n����e�򡎬�'	��p!:�7����ɯ?謏i!Q�T���B�c����}s���9oH|�)*T@G��H�*��yx{G���]�t�eB��q��)�hH�eN:##�؂�
,�������yM<E�߮#_��v}Â�7Ĝ�,'�䡃2rXN���z����-Y�틦
W_��{�L_����{����c�b{ȫ	��j�C��sG���3m�iB�dֶ�������a���_�(,5�`�gzX�{�T�H�h�_��<�Q5�1X!qp��Z�������3�)o�u�{&����"��5����M!%�Dk��zE�(xGR���h�6q�Ķ犪RC���\��~!^P�z��_0ɳT�x��ҵU��
�C�GZ���m�	���
-�Q�
-���0��²<�M���ݎ��J�����U�0��qJ�TV�tbxURW��ꗿ�]���/��v����#�{�6H�>�a&:����@C�j��r�#����
-Zrƍ�C��`S���R��y&�O�	=��UBb���g�h�+�nC9j��~�t'h�5v{�e��5��,p&~���S������Z{-�L��e�ͦ�C@��_�D�Aam����WG���x�6�@��a2�.�)
-�*���[Jl0e�����L���6���������P�t1If]��۸u�I�)�4~*Z,9K�;�U<ƞBQ����
-��s:�Њ6uBh_V(u L���*���}��~5c@�)�*۪�E���T��n*ß�M���ߎ��Wv�O���n��wt $*��4��y9 "š��6=�endstream
-endobj
-1311 0 obj <<
-/Type /Page
-/Contents 1312 0 R
-/Resources 1310 0 R
-/MediaBox [0 0 595.2756 841.8898]
-/Parent 1280 0 R
-/Annots [ 1314 0 R 1315 0 R ]
->> endobj
-1314 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [184.7318 238.2538 233.4785 249.0382]
-/Subtype /Link
-/A << /S /GoTo /D (dynamic_update_security) >>
->> endobj
-1315 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [369.8158 116.018 418.5625 128.0776]
-/Subtype /Link
-/A << /S /GoTo /D (dynamic_update_security) >>
->> endobj
-1313 0 obj <<
-/D [1311 0 R /XYZ 56.6929 794.5015 null]
->> endobj
-1310 0 obj <<
-/Font << /F37 799 0 R /F23 734 0 R /F63 1063 0 R /F62 1060 0 R /F21 710 0 R /F48 950 0 R >>
-/XObject << /Im2 1049 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-1319 0 obj <<
-/Length 2727      
-/Filter /FlateDecode
->>
-stream
-xڭ]s�6�ݿB�t�L��@ɓ��s�4i����>�i,��(�����]�")�q�=\,��~Sj"�&�
-����+���o���̽?R�3�H�.��G��t1���Y>����rB:�&��_���y�����x�Y9�����r����������������0���?����������rV���)Xpv��)��_�|�prq���G���,��*�� _�~�]Np�������#�H���&�G�ja���>���s"ؙ
K��g�63�df3�d6.d)���
-�D��Nșr�B!��u�8�nʺ��6�3+�E��I����id{��^Y#2�u�_���7)��=���N�����˦�h>-7��M+����lz¼Z=0���G�tL�:�6�<�d���<�@)�a <m��QeGl�7�i��
@)��FW�I�B��{&u[>��i4ۆFW=�$�V5=��}U��2:c�A����/�b�v[n�۪޾�F��p8/[����jK��Y-�ʞ�p"�.J��ۮ���G�/�UD������歕��_��͖!�"H�r,���~�x��gz�S�
���=��f�;dX��m��u�v�j]�o�ͺ�3�5�;G���{f��p&l�3[�eӒ�U��Qs���f�F�����QE6�0~\�\q�0�ϫ;��6�Hjg�aO�p��:���f�PEv��ep6�����O�J�)���#��nGV���ipP�Iz�x�،z�ԋ`�A�x��C�lM��L!6����c�"�1�6�"�+ ��Lh�L@Ũ�ra!�J	�Uo��u9�ڑMd�7���ѣ�E���4q�l�-
I#pv�E��1�1,n#4)�t��ȧ8��}O
-����7s_F�[BoDBCŮ�YS��|�p{zDo4���}i���:bn˛��bMOڤD�16�4�/"�M�7*�y�f����C7E����2�/���'�97����Y�dp:=��q��@�E�-Ĥ!�d2�ߑ�H�[L:0��c2x�C&h�	ά/�F���1�?�b�=�t�s(lfJ�<�\��b���i�:.��$�0��!��)Y7d>kw�V�b���LЇ(�2:+�i>��[ݭG�S
-���$�EʶR�ˎ���gN\�Q��Fi� ����vv@�����R½����M'�=��$=Angz����7ka���Vy������E��v���Z��
-͚���eP���E�Ɨ
-�p���n%Q8�D3}�%$ԏ�s4�MGF�)�4i���|(��r�\�|�!�E��X1At�.�C���h)�r�q��i��͟V���3�k���ME���>d�q&e��LO� t�Y.��|�2/�S~.��v�����"��Wp��U��l�NAt���e,K�NOG�J������
-�c5
ޮK+Ik ���H���A0hrQ���7��Z�0�v3��Ntx	����/���=�=ve�M�򻔃xe1ȉ���<����E��ϧ��B�����+�R0�g]������~����!�NX�'��ⷘ4JX�t��C	��2=w,n�ݻ�'�
�V/6<H����sQ9��F4P�ES�b�;��N�&.�+7\��ʽ0��}G�6��v�c�'^R��[�Q�hz��{͚�nH$aD�"b��]�K&��U�(� ��O �[/K�S�������9c��_�1Y� ��!���&�L66W�D�|n	o�԰��%h@/�@��h����p��D[��N
-�Ǯ�0e��H�--�`�c��o1��h1v��E��<�DH$i��ÙJr�C��dj��$[���
О4�,KH͸Aǐ��U�,@\���qqrwĖ����X����1�C��'��V�R�����v5�_�z'�"ư	��P����~���0B�A�v�Yp��r�>49��&��4Q��p���U��X�����vE�&��G�J�W���֢u�-N��p��kŵ+ZɄI1:�+��b��;�=g��	����/j^^H�Bh��O7����눴�R"�R�Y\�7o^�������w�	-m*'��b��TN (�(@�Z�����!A��\Ѐm	憶��iW�%#s��Hϯ�l�st�hb���	q5b�#��,>�M�h�o8��H�YprŐE��g���b��?h�w3��$[st*�'�d�8
-	Q�M׎b���c�M��*����HR�4V��[���!?�M�o�
;�BC3�`
WH�r��װaY�ȑ����Ħ��4=��T$K�%Y�:F�,M��Q�t	���5��üQ�R�x6v�[ӭK��N���@	bM_�S�(ޠ�ߩ�9,ƾ��Y[tv�P����j��{�'���� ϥ��7�0��1���+T�^�~l�ƏŮ�0���	 q��e19&	��]��H�3�P�e�H�����26�m�ٟs��s�B�xW�=��G3��%�K�V�$����&nj���Í�}͟�pMI�PG�\��†�V��# ������v�h3ރ�dɼ�Y��o�c�Rf	�_�����\I����g(���/p�с0
-|0h�C���C���mA�"�>�!vh- vC��ΚLls"�*r����?<h+�_
-#��$�_�3��"!��Z��e��L��rn� wY1���|0��endstream
-endobj
-1318 0 obj <<
-/Type /Page
-/Contents 1319 0 R
-/Resources 1317 0 R
-/MediaBox [0 0 595.2756 841.8898]
-/Parent 1323 0 R
+/D [1317 0 R /XYZ 85.0394 649.9934 null]
 >> endobj
 1320 0 obj <<
-/D [1318 0 R /XYZ 85.0394 794.5015 null]
+/D [1317 0 R /XYZ 85.0394 622.3077 null]
 >> endobj
-370 0 obj <<
-/D [1318 0 R /XYZ 85.0394 658.768 null]
->> endobj
-1321 0 obj <<
-/D [1318 0 R /XYZ 85.0394 636.4568 null]
->> endobj
-374 0 obj <<
-/D [1318 0 R /XYZ 85.0394 119.9909 null]
+362 0 obj <<
+/D [1317 0 R /XYZ 85.0394 392.0307 null]
 >> endobj
 1322 0 obj <<
-/D [1318 0 R /XYZ 85.0394 92.5589 null]
+/D [1317 0 R /XYZ 85.0394 366.8157 null]
 >> endobj
-1317 0 obj <<
-/Font << /F37 799 0 R /F21 710 0 R /F23 734 0 R /F48 950 0 R /F41 935 0 R >>
+366 0 obj <<
+/D [1317 0 R /XYZ 85.0394 245.2415 null]
+>> endobj
+1323 0 obj <<
+/D [1317 0 R /XYZ 85.0394 220.1859 null]
+>> endobj
+1316 0 obj <<
+/Font << /F37 803 0 R /F21 714 0 R /F23 738 0 R /F41 940 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1326 0 obj <<
-/Length 3170      
-/Filter /FlateDecode
->>
-stream
-xڭZ�s۸~�_��ҝ���'_⤾�9��̴sw�DٜH�"Rv�N���b��)�I:�	��X,v���ZL8�c��d6I3�f2_�����=Ag��}��o�~z��I�2+��v��1�.~K,��F�ɫw�o��~��8Our{���|*
O�\�����\������T8#�W�x{yCM6�����k�d�82���˛��W����rvyۭ��^�.���o�����g*sf�?8Y&'�3m3Z�(Y�����݀�V�u��3��q�c4�J*��O�b�e�Ի���>X\tS�n�a6M̅���-�
-���WˠߟFk����b[4�Ȱ*e�	��fd���ژ���1��&Z�;7<o�b[6�]�VY��[z���I�.۶X��_6ɩ�\-���\�dAjW��G1��p�S%��}&.����������F�߁gćd�sn<:�݈���O�^;ͤ�b����q��&��*P	�2f�=�e&�vp݊�bV�s��pP� �!�,G��j���6���H��D�@
-��f'cEe��Q�Q�9��,�E��G4n�jQ�Ias.4���v�YFX���j��bf:���9�w;�� %��ο)���%�M�
-��b��i+˔�Ý@��hyiR��{�4?�8H]����>��	�J�.��&�Og`���yK�fS�K\U����J1���٘`��AOw��'ǙVZ��z���������AO'���Ԩ�|v�&9s١�N�~�R�CS�h�%S����%���j�(�;jD��>��
	n�Ftc�q���VDՇ�\|͏����8�,p�Y:�s$U��%��/H2!�T�S�²��X�`��B���w����b��VmC��%=��8�Ӽ_�F̵�+ܝt�L�G�;Z,M���d/���/�I�'�23(�f��맖�~5�	S�LA(���oû��u"3�\���2,KS����vG����@�z�yZ1��ď��Y�OY��X�������t@θJ�S��'�	� H{d$Z$�"͆���1=�:��:��8���*_�1���S6�w�"0�����W��Ky�—zSl��C�7_�P����Z��̌;��r�N,�J���n��ׄ��VVmu��1�Q����$i�%4��>�xs�e��0I������/Bjx)6���5��I�nxʯ14���K�7���K���`����ߪ��r��V��6e���5_ߦT:=�&�‡��ɼ�F�+�/��m�t�_o^��I
�l˦@8v<)���|%�*��Qq�
��~���<i��Izy��=�W�ެ1ʼ�����O���`+�6���h�M��G�+�B���/B��}m��Y�5�%�b�ˢj��y��j�]�"���n[�{��trAM�V�[��\���m��Z��늞���wA�ɧc��, �}��"��0&��<b (4�4X��(�u������4���n�{"?<S��U�1	���װW���J�$iFZ�a��/H���ɭߓ0ͪ��͓ӑ����4��{9M�����H���}�B��0T[�$hֹ��?H�=.�h��njJ6����q�m=�d���ٸ�=v�cj0�\G��V���#d�/@0���!U��!;kuR�A%��!BsE?�][����C܀�,��7�U����F�����>�1<Wu���ϩ�A������z�xL~���E�<8���{@�L��H����:)?<�<��3�y^��2���=z{r ������'�4�gXzx普��=������+��б��`,�NӁ�S�`g�^a_�Œb����;ۇ��<���V$�o���'9�2e�ka+��FzHI���>��%��r�؊��T���Kz6�:H"���@�����|�	��AH~@�>\_�S\�l�G`�V�-�@>׏����ڻs扔�ܦ��WDa�|�}��3у��l��9c����(&҂�����.��Y:��
I�� �3>�`d|�s� ��{PI��c%��Ux�'�0�ԮcJ��s��E�.
���p�-���hg�R�)
-�Ƌ�x���~�x�-oa7����:O:�����0�DZ��"BS��Q"Ğ�D��(Vy��HBZ.(�1��b�IT�ƥ�U����C���4xg_���pѡ�<��jxW���"��X����R�����o�J��
-�Q;z����x֭��W%��N���y��Ͽ�p
-���Zcd���i��}}�g1x�u�vx����q��Ӂc.vsb&Ƕ�3���F`U�9��Y�j�����ma��Liv�p�
-œd~0/��O:�b[w%
��G�N(�8k�>��O��>wFp�DYU?��dz��54ϊyN�
-M�˻��GFjM�:��S-�#��6�, ��Qz�3����+���(݇�L0	���ßq$X4q?|��8�3�CuGHײٳCT�[�����/��&���!���B�8]
-oS�|���֞���j�!\�=}k���˗�Zw��Z�ੴ9�L
-��Q�©5�hp���"l�����B�	��ˎ|�$��^���Ϡs<����^���Γ���:2fSe���RF�j2]e!�{�����w�'=�^�Z]�t>�׃�g�dZ�{��&j��1��I�������eNhs�?}����F���,��w�����X`�;mN�5b��+(@�����������K���{�[4�1�{�Uv|,��a��{|���"�r��y}�tx@(�Jq���#B��@H���`�����2y�0&Oe:q)�X�<�4J��L�N�ݯt�/��j-'�kXϤ��8�7�_��}��X��n�-he�:B�t�W��4�?�г�0v�f
-�
-|�+1pJ�	��s	�8v�dS&U�4���.�A�%�s��Y���TNo^�'��Fd�> )���o.���A����-b�F�3�����*�C�!9�15�VW�F9���o
-����UGl��W����"��	�ƍQV�G��'�	[��M�N�w+x���fL��M(
ď'�����������N�>2n�K��K�=(��b7���c�� �0��اu"��T���?n��1endstream
-endobj
-1325 0 obj <<
-/Type /Page
-/Contents 1326 0 R
-/Resources 1324 0 R
-/MediaBox [0 0 595.2756 841.8898]
-/Parent 1323 0 R
->> endobj
-1327 0 obj <<
-/D [1325 0 R /XYZ 56.6929 794.5015 null]
->> endobj
-1324 0 obj <<
-/Font << /F37 799 0 R /F21 710 0 R /F23 734 0 R /F41 935 0 R /F62 1060 0 R /F63 1063 0 R >>
-/XObject << /Im2 1049 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-1330 0 obj <<
-/Length 2839      
-/Filter /FlateDecode
->>
-stream
-x��Zݏ�6߿�o������4�䶸��wm���bK�%go�����%��$H���ш���� �b�៘8ø�z�z�f��^��|{s%"Ϭe���~�_��Z�ϼ�v2_�d9Ɲ������^��_��Τ�eә�<�����xz���}}���^LS��o�ni�����w׷/��3ጀ�2J83���߯�z��ů��x7�c�����[K��+\�ǫ����%,��+Δwf�/�	��d{��bF+Վl��_���������iǤ�_�VH���j9l�e6ϟ�E�8Ȋd;c(긽�zf�O��j"��H�_�Y*`[S��!��[tp`��X-�Opf����tfE2��er}� R�?�s���''�q��"�Vz�@��f+'�*XϤ��V�'8���`�LO58�s�r����&��LR�әr<��0AdV.��#Ϧ��4����_V
�a����I;�7MQ>�K�f����_D:[.�y%���'UT0���{��
-�[W�����/o�)�N��}ʬ�j��};j��[?���͘��	�~Y�`�
-�5+
3���0���4��+=sR�� ��Λ�!}�B�xɬ֔����V��$��-Ъ�,-`���6���WS��#Hgw$��4��15Li���x{._x�\Y ڊ��e���aGh���������G����b�
-�0��+��),K!eqΓ�TeNer>B$a��}��j+.��p�ʭ�M�YM�6_������(��d!��T�L�U�(�rf�59
�L	L��2-�2��ۢ�_���R(�o�C�U�PeK�Ҭ�f,w�t�7��H�|H�Ou�o��P��y;��6��1d�0k�U�e���)J���g��N�30:�҈�
=ӒE�Y��<:�S�3��S�Bi&����kD� L�g25'�_�s.�P,%�|��æ��64�)ꆨ�����md��8.���oY�l��H��?�d�y�K3�&��P�ed���߼�7�[А=�!"  �H��>v�y�
-�R\��U4oM��j�DaR����9��	�/�b�b�v�@L�RO�q���~˗�����!j�}?��d��
-�%�*����I��f�`<�>tn�q�6P��"��a��kdC[��b�!��X|����%�$?�9���%f�f_h�l,��B,f�9�*��}�Z'Ж5Dm�'"�szֻ|Q Dѕ8�X�:��l��9�e�G�j�֬a|���z�L[�{�&!S�y�S"�$�[|&e�j��>~��v�iR��=�7����v>_e�M˺�A8��ǹOnV��=w��p���~�#R�E䥘G�EM*�Oy��(i(�	�*{�2D�s]RC��6��򳅸���Q3aG*@վX��O%��:l�)��xۛt�@i�s��1�@O����V����_kt��|�
�3������޷���#4�t4��/M5�UC˫�FlDx����U1�А�5?���t
+0
AҚh%���sӌgP��AQ2��Qv�M@щ���V�UF���1*�mn��,2���vj洞��.�𥨏�n����fv��|�kbk��aC��h��i\6�EF�����l��R����>����Bӷ�gm�[>k�m>+�g�H
-'wi�eK:�S0t
-N���rS�C�N��
����SP]r(K:���MU>С_��I]`E)�h�(M�#�U�0%�o��s
-�Y��\BT.O[�c~6�;�SHND��E�$r
ǣ�v|(������)��d���'Usu��2�x��/���uM-�(���fMx��DZ��t\#��$ �89��&ѡI�$I+:=w�����
-�(�Y�C�0�鐤	\�k�D�8��֯/�=�-q���
Z�ڋ���s��V�u>QU����
-j��ES:�[�؂���c�M���=#� �;��k?U�p���P�
-�����SS��^b/�}��(E���h��R�H�H��.@��:��F!mԃ˦t\#�!�W��1GH)�BJq>�W\����9��`b�W���
���a��-��
-��x�D�Y�B��5r���Iu�/��u`W���}�mf��i��K�S`YΤ��	׈
`A��)tU#�o�O�5%��Ru)�w`f�,�p����6������ϗtʅg�>Z�N,V4S#�.���<l����dfS��Z���'x��P��M�����CK��y�PHe���C�NR:���1:f��M��V9��:�!J+�������\>�f�Ʈm�S/t
�pE�d�l���
-���$��V��NR���Y��=�����-��=��и��C��'��7D�RӁV�' �0��	�ry�--3�?���p8�F�n!�PAUQ69�K؋�%D>�wn�rL�Eq��W�E<)����EU.�t����b�x�@�m���,Z=g?si�纐YZ��tD��2�1�\��q�0H+�:�ôҷ�wH���%wH�3�s~���V3�?���A
-��#��0�!�>����'܇�bb>�9��	���4yJ�#���t�?5��]�n`��'<!�
D5�j�n��`�ݧ�7�d�V)5�:���#��
]z�{�*A�:�kW��a�c�۷�B?:�Y��O<e{�c��cC�z��bk�v��1ݔx�L�O�E� �ׯ`�i�Ә��>0�ሕ��W�!b���߅�|�?+>p�n��}dI����u�܍�c\�uy��;qș?�Q��߮�4�~���?�9��	9B�s�#�-sҧ�Qh�IO-7
-<�d:b�����"endstream
-endobj
 1329 0 obj <<
+/Length 2905      
+/Filter /FlateDecode
+>>
+stream
+x���n�F���-20�����&O����:�S�-�#b$��q����Vu5)��d�2F������z6)f���Xf�343\��r{�g`���h-ѢO���ŗ�����/ϸ�bv��yn�d���Ͽ��������}{�������˅4|����W}{������^.�7b��?��xwuKC6�����a��`z{�����曫�_ᄏ�����߯�
+7���Ͽ��
+���g*x3{��Dr���F1��j1���.��1�ƩS���3���3)��+�U>j�O/��0���Ӽh^	lgY-�`&3[X�AN��j&�H<_�t�(�8��xoP��00c�@:��QRs���ra�������8�����q��o3��AM�;=h "����ٻ
+�3�o)�]��Y�3X!�W��
�	"���fS]
+3Z���w`�|��Xf�K��9����d�oQ�	:?/�	=��|EPS�o��/��gzȖ˼��
�X@�����60郟���lA�!����8���Y�B潃�!A���t��	a��4hSw�A1b:���谞U9V��h ]����Մ��Q����?�a�¹����?����M��6�y�Z�.���Y��ˬ$�M�!��T���vτyw���]�MQ�5D���n]$N��c˴H|�z����¹Y�������M��@�|�5J�ܲn�r�����cQ�.����[�ͥ��2�,�eQ~���-���!`U�=�`��!������
���
+�2���T4�
+��2G��v���꩛E�@��''5O���5=��P׷G��3'�<a�#�q�i�R��f(��0������jE��D�(��B�7+'�?@'�C�I["8�&��e�ʓ"��;�p��I�hQ�[}�w�b

OH�,3�Z�z�K�� �*i\{���zs�ڱ茘���,T$�~HGZ%������V�C��$�"~�hd�v�O�׍���A�KY�h�<������i��/��Fq�Re�p����*���L��b�+�W�����?��{���3�֎i�����Q��)k��5gR�fM��D4!��L�aR��"R�R������I،"Cz@��,��0��y�F��)ߥyq^���h��bOd���Sx��HQ)�A1&���S�8ux���=�VFRhE�����X�m��˗�]]L�{
��h9r%���n�X���`��SQO�#�E�8s�����g�p���P�}�A>^��8�z���:�jB
+����T��ZZ�"N���*��c!g��c	e��bজ�k1�2*׆�r�Y!,ߥM���
�R�ث�{���ʪ��YA�3�ɔ` ���=7X@Ф"Zh��Rm?
+�m�Q�B :МC�f2M5!�@�����͑��(d!�:ȱ=	��w]

B�~���F����ŧ�P]�A�!��%&@��GKuR���:��3ό�v�����t�+���7)������9a�Z2�:���Ք�.�F{��%���S�6Q�1���Gu�L[�qw�(C2wڜ����`�(�%��0̖�k�l�%��l�]��T#�/v�i�ӧ�:t�8cM6���nE���3xs�l��N��sm�bD�W%1�ԃ"��K	1�r&�61��O�h�q�	b�^[R�B%M����	�P\�6irm�.MEԋ�s1�I t�C�9ݟ�J4�N��g�M4Q,+���Φ�}�ꅤҧ:��Մ�M�
N&�>/CG5!İ�u,���R]Vv�E�.� v�\p4&�8��9vW�Zw�rV�O���K9�'��H�3�Y(K���}m>I��}g�U�ϛC��9�Ts�?����JM(�Ϯ�QM,�F�I�;7\Te.9!�؍�.vLJ6v#Q<@���m�P��s�m�%�-'`i�m
�W���fu�'���T�ܵ��	"�<eP�RhJ��ϫ<
�9,	�^��Z�t�%����jr�6���+F�8��}F���
g�a�����.n��i���S��=;yQ�h�q,��:?�o���"��h4����Tn�V��/�&��o��|��+9���H%�������r;�d�JCW��ӗ�,(�&+6�}W@��ޞ��>�i���ƾ��q���
+
e|4N`~T��&$Q�{X���:vc�:7�uc�n�����:�1�7Ƈ����|�7m�}J����r��g�q�)�k�[qx&��w#Q�p��:Ѥ A5�.F�8��m��{���#-$J���������6G�S��b�4�
�ou���Q%a)R��Lb�hG�O���.0/�*��>
ɸ��I{R`�p�b��P<��.��WD����&�uKk�W,p~C��=儞tPFk�I��;�H��%_R-�l�f�zQ��K��><�&�矲͞��R�����Y9!:^Gp�R��r�ۅc��+�b����Mq�@�ݿvQXj�A�������z���j�l/�hF�������88YQ.�lC�`)g<Ve]���y&��@�Y �{i����M!!6����~�"81n�����%n���\ITj�B�jk��b���=~�F9�Z�g�����G�^U�no�=���w]' �~*bDQ+b�"_��e��E�v����h��s�M�q'��
+�mY�c��UIU���_�6M��X�.��vf�AD��Ҡ�^�ȏ�И�k�
��X;��������Zrƍ
��`[�5�R�`
S�����ќ���h��]��%�kM�i���p�έ��-?l�,��	��O_8�^���E����]��v�$�9Ӿ�2�z[U�����W��젘6��/�U	c��׆N|�����^U~�w]��ޠ+�]�t��<��$	�5��z8�
+�X���(��endstream
+endobj
+1328 0 obj <<
 /Type /Page
-/Contents 1330 0 R
-/Resources 1328 0 R
+/Contents 1329 0 R
+/Resources 1327 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1323 0 R
+/Parent 1325 0 R
+/Annots [ 1331 0 R 1332 0 R ]
 >> endobj
 1331 0 obj <<
-/D [1329 0 R /XYZ 85.0394 794.5015 null]
->> endobj
-378 0 obj <<
-/D [1329 0 R /XYZ 85.0394 548.8286 null]
->> endobj
-1071 0 obj <<
-/D [1329 0 R /XYZ 85.0394 526.2567 null]
->> endobj
-1328 0 obj <<
-/Font << /F37 799 0 R /F23 734 0 R /F62 1060 0 R /F63 1063 0 R /F21 710 0 R >>
-/XObject << /Im2 1049 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-1334 0 obj <<
-/Length 3252      
-/Filter /FlateDecode
->>
-stream
-xڵZ�s�6�_���g"_��c�8�t�i.u�f��-Q6��������b��(ۙ��3�X��~Cj"�&I*R��$sV$R%���BNn1�Å
-8��4�c}}��;�M�p�N'���Z��y�&׋ߦ���+�雟?�{�ï�^_fvz����3������b�O�����˙�5}�����>�T������<�9�觫wW��>������Nj���,��*i� ]����,p�/�0.O&�H��ӓ��M�H�1qdu��ſ�{���1��$��)8��K�3Y�L)�dƁ4w`�VcL�X��ݶ��e��T�t�l��bw|p�|:�˟�a�PazT(#E��D2���%n�%A-w�E��M�o�z�о�����C���Z�I:T>X���v�m2�;K� B@�<`��Ӟ@�UQ�z1���E.qQ��.�ǰ^;�`��<�Ȃ0p�:��\)�D���rl3'��:s�G{fJ$in�y7���I��i�R����G���{`]�;l���r{�0n%��U���czx���.�9�Qt)y�NkdN��Dިpg�������28h��J�����Ⱥl��6�n�T4�B�6{������?����ؙ4���J�V%I@��?�E�;����j!��C�9�]������n���nV�����<7�GbT���~����+�rv_3Qa�����R�y5~�Qm�7�] .|�ԫG���f�lw備�S		JԐ)7@6J6��]u_�F�i]>�d�*���z�ݘm�	3��K�7�Th�y�$�`.�r�`�0g�	6�Cn����`+l�gq��qcJ1�~�]�w�����U�Ū�����U?A��6�����������m�a�?�IZ4-/U �'������rY�W"FN���Rg�?�~�������&��O�$s_lS�S���c������V�EY�~hn6a��AŧE��X2��G�nTD4�IdT�����i�vW��5�R�D<!�H
�U���࣏u>����mgU}uH�6��'w�F�D�
-�'���4{]|���5w����{��۪͒�i�^������^��w�I��������̧���7��z���(6H)5�P��h� �Z�����銑���X�K��X5����(�J�C\;���"~_�>����A�"Mz�$���&h��D�Lq�)ɮ��Pk9Π�瞵ⶬ�a�_}4@�
-o��靃gŎه�q�Ύ#7hQ�����A�<�j��Pi{S�b�`���h}V��Q���i�c�W�k��f�C摬ا��F�ʉY�dC�Y�D��AVKi4�
-Q�U���
-:�Mx"�&`�U�PϨkN.T�yN2�F��{��_��ݵQ �-?���_���@VN��jh�y�%�҂�u�����	�7�`�$Q�.�z�
-��B�>�9�����ˆ5������4�̅�F=ME�5B�0�4�"���V� �ԉ¨w�;T�`ΩòHPO}��� �4t0Odo��6M��\'K���>�A��[��5���ٕܧȉ���a��Pk���B�B������TE��l�pY�����/�
-��;�
-C�8��,�\�b':��A��H��(��>�>C���Y�30����3t|��w��Sz�ޖ*xB"�0���4���I�]�)�PV^�D�ؤ���#7���ƛ�<}��O9���#�������i�Iͱ��l�H�����-3�h[�n�[ ��Ef�!��Y�K5�,Gz��c����IAY��<5��G��3T(�H$^Dű0�iY�Ʈ�CVV �t�!2jZ,����%�`3�
&ؾ�@��e���G��u9��T�8_����FKO�rǵ��5<�3��ԙ�ą��W�Yc
�rU��!O���-�b��|�誫&1
�b�
-�a�l��ۏ<B��a�����iA®w<�(g[1��aO|�q��#,V5���f͡��hj�(u��$*#�kB�Ow�}�=a�j8vf��c�ZyB0��(z�xڷ��,���q��\j6/TJ��]*_l\ո�e1�������v6v:��,��a;X}L�5�	xq}��)p$�z�,6����hU�}��Zõ
����Z�J���
�9�ì���r\&���aځd*x`#����,3٘A�?�(0���GRa�i�d��#_���\����������h���X�wF"u��X�)��ei�>a��혎q3$���#����j�{`����~�/��}�EH l!΄�f�c&����v�.F�nC)G��:���3�b�Ŷ���R�Ld��l�'>�N.�Y��َ՜Z�I$��gt�1�����s��u�L���~[���ϫ�$Z�4�����K����f>�#�!l�tz~-�Nb���/�K�"u�vpC�����$τ��Wa[�s��>��������Mg ~���jz��zz�H����ba�'���5�Y�=9��Y<�߽_���'����W�����ĕƚ	R(����fEVU�*"H7�"�A.�(Ϊ�10FM���y��ȇ :a���X��acM��S�>{t��r�]=r-eE�/���I��Ё���������u�c �����kdr"����O��ڃ��g"�y�����}zZ�����I���:b�2�> y1.ҕwZ���J4�#����a8�<視���M("�}R�
-5��{R�gz�('�	�Rӳ)����g��}�'�.bq`���$-2�oz�}��k����Ya�·��&w�eDR��aei�LH��w`�)���u��1��Z�d��DYA��,�Ro���ɲ�Vm z�w�Ie���{F��ofV����RóQ����%�/wg��J�0�f��K�T70��]�✗ā2)�g���J(Ϸt�m.�������p���iv���ۊ�>��i��YP)L���$%��G^j$�	�4�
MB��ݻ����V�\"a4�ބ>�T��鐂��ٯ.��kj��ˢ��0�z�& 
-��'J�3b4�Hö�&D8e�V����s@#�h ���D$�`�,妬��~�Ա���R�1� ��;m��~�����T:����0��l�:[$����C�?�h3��=}�:
���x����t��pr�տ�;�|IH��>�BR�D҉�Z|�I~�P%�A�z��.:Xendstream
-endobj
-1333 0 obj <<
-/Type /Page
-/Contents 1334 0 R
-/Resources 1332 0 R
-/MediaBox [0 0 595.2756 841.8898]
-/Parent 1323 0 R
->> endobj
-1335 0 obj <<
-/D [1333 0 R /XYZ 56.6929 794.5015 null]
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [184.7318 214.5925 233.4785 225.3769]
+/Subtype /Link
+/A << /S /GoTo /D (dynamic_update_security) >>
 >> endobj
 1332 0 obj <<
-/Font << /F37 799 0 R /F21 710 0 R /F23 734 0 R /F41 935 0 R /F62 1060 0 R /F63 1063 0 R >>
-/XObject << /Im2 1049 0 R >>
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [369.8158 92.1907 418.5625 104.2503]
+/Subtype /Link
+/A << /S /GoTo /D (dynamic_update_security) >>
+>> endobj
+1330 0 obj <<
+/D [1328 0 R /XYZ 56.6929 794.5015 null]
+>> endobj
+1327 0 obj <<
+/Font << /F37 803 0 R /F23 738 0 R /F63 1068 0 R /F62 1065 0 R /F21 714 0 R /F48 955 0 R >>
+/XObject << /Im2 1054 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1338 0 obj <<
-/Length 3258      
+1336 0 obj <<
+/Length 2683      
 /Filter /FlateDecode
 >>
 stream
-xڥZ_s�6���[噈����4ur�N�Qn�>�esB��HYu:��oP���$�1A`�X,v��O���&35I3�h��d��`�{{�=�,͆T?�/�'�I�dF��|5�ef-�̗�M���������Lh65��L6����G������ͻ���޾�L�t~�ᆺo��]�^ݼ���q�9��Ù	������7�������OW�~/��r&q#^���,a�?]�DfVO����eb��PZ&ZIz��O��F�Ԙ�����LfZ$�Ui\�,a�6KO47�ײ�1-*�r^u�n�����^r;���n�(f��X���df2\�D�@ED��$&M�X�75�@�P�b[�]A��x�
�CAn�O˕�z��M�U�vŒ�e��9R�`6��?��#�JWa�*/��^/#�(�蔥�|�3$��eYbE
-��y�i-�;��:�,��oْ��E��خ7�e��X��
��[QO6���c3��7p��
-�SE�R�����k�&`�7
-��L
-�&��ji��u��)���+y,�}�Y�9�a�)��	gp0�=��ٲX廪�&b!3�A�[`�D���`K
�o�/�n��ˎ���-�" X��L{FO���Zi��
-4�3�VN3z�Ö�f�ɻ���	H�y#�����7��3F�H_]�z:gv
-�����=��s
���}A�#}�Hm�����\�5�dj�(��ӪY�������m_A�ti��ʦΫ����#��4�����3�+��%h��Q����m��1��������w
r��Enb�����@NO�k;?���<�
��x:Gu�T�ch�GtQ��ߵ�&K���s��ocv,1�ʀ�_0@x�N<���-�|�%�r@�O'���� �2�x���f?#S�Ȣ��^�)Z�e&<(�k;@�uQw������)��DYf�"��2m_a���h���qi����aA[�� �hd/w.�r‰m�岨��%��fN���_|��h;A�Ştz��Ea�e��v˲�L#a=���|�:X�‰T���%�yM�ĕ
-I�4+$X��bB%,͂h���i���)#�Lj4}���ǀڣ�C��Ƹt���ԉ=Uq�2��SH���kr\i]�n�9.�D3=�,/�ǀ�o�cV� ���%��A�zԟ�@����	6u*�(8�D�?>����_1�:�0�Bۉ,�\��L������`l�v�=h�u|����d���y6d��e�(�p�;�@�$�L9�?5B)�S�l*�pjRd�F�i���Rϲ)<=�5��f����x|O�u����#4eK�F���MW��y�ƃz���G�Y\
-6���@�+T��4r2<�o�i�e��u(��Ͳg�w��Gg�lM�&��겞��b������O�@a�遫@�f�2�\~�!��d�/�+�VȐ�"�qQ�
-�MU���ӵC~j���^��C�H����{�1�%›nHc9c��&���&j�ud�ZhPhf���Q�v��S�X�bzh�~����ކ�$l��K<��ԟ_��Ii���3!�3�,��UG�>��Bʓ��\��W��+ul�i��8W��
��,c�U2B�6����A���C�Q�_�s�
-�P��-����A!��r�ht���5Vaz/� )�LN?'ՈJ��8���a��8����q;�
-���S?>��D�����~(�d+ґH'��S� H�4��e&�]����)�c^V�]�_��q�/�]m뫦%j���P���MUx����h�U��9�������:��O�v��43��c���5�H���р7����ױ��![��^�,���/1��%����%BT�^�Rp�u�E΄=��~�]�_��hֱ�b���}T���e��Hc��Ga
tK\��Z�_�
��e8�#�;�����E�{$s�+����"0���P�����8�(�D��F�����Ǣ
3�.j��
-Ie�j��Lm*�?�_`�r3�8� �i{6�p�x�d�R�C�?w�PU��{�q�,��%?���Bo��:�@�da��tE��l�ƊИZP�t��-WI��Kn�ʗ����]1���w1�9�QTŽ�;��9`�.�t��,ܴ����@�l���>�pbO.� D��\qؕ�ctW$'��{v/O�Y�hï��>���
��7�jI��j����r5��NJ$n��h���&�x���Ԣ_��vH{��'i����yY�MWӛ�+�4^"_mIynQ���y�6D~�h�w
-��0��+��;�8�/�^���k���I��%L�
靻�qG��]k(�X!�8ss؞�5�@�ķ���վ����c�r@�C��=�۶x���x�!�� �=����i�e���'w���8,#�G�P}ӴmyW�ᶄ���H�tb���?���p):2_t|�������S�k�!��6�"�2z�G����'��;T����~�eېͮ���Ӈ���
~�q�)�@#$�
-E�f���
-��c^�´C�/��*��
-�����˃�	ZSme%��I�F"(�����L*�!׺�k��qh�5�+�/��ؗ��Õg�L�B�.���X�&�p�����%욶��#\���ݗ���SWD�`�TbG�T�C���$���K:��օk(�s�u)��e���@c��U�wkz����nvuY��?C��[��2�Vp�=Z�+��r��瞬�J%��t�QBƁ�������<�Xt���k�Ǔ $-���p3�!H��{���IE)����~.�y�UW\����\=�ِ������'=,��ص�Hވ�O���.2��
KG�x�.��#2�L��.v�0�'U:��s���9��F�zA�Sn(C�\�t���ƥ�����YA_�B�!��k��>�N�I�V�R�kR.F+xˆ^k!����~j�A�z�8�X�Ě�;�/���sG���-��t�	��ِ���LO?Ԟ��}C��X� ̩R��
-G|���R)�=e���c{�^d;��R��.�
�;?��g>�'P���<�<�	�Ѹ8�l�6p��ijk�4'���0���Ѫ�exwIӗ�G4ʲB�5��٭7�L$��<�� ,�ּ���>'�~�%<�+��Y���{~UZ+�@8Ŋ������mݩ����ѽendstream
+xڭ]s�6�ݿB�&�DA��<�9;u璦�;���hK�tDڮ���{w���(�7���b��]�'(9I�''6�rzb�Y"��b{�Lna���d�Y@�u�~�>y}���	������Cˊ�Z9�^�>}��٧���Y�%�\�β<��p��q�x��Nj���]��=����#���/ί�?�;?�I�IX�2�#..�uN��Wg>�]��q����u��+�L
+����?�����$��l�/��Υ��ΔȴR�9���H�3뗎�/SVd65#
+LUG�2���'&s"W0�
+����Z��3�tS��M�Pzok|��|]��.�JY7��~,�*�L[5m�Ղ���vE����E�<F�Ə@K�)hWeE���&E[._��A����eY�eiW놎��k�uE�ǂ�Ŧ�iԧ���dz��d�QՏ��jB_2ŵ�
+FM�-�.�j]��˶l��
�#I�kd&L��F�u��8�?,TA��ԏ�vWT�
(r���N��}~��4�}Ϛ2-�ĩ���ޕ���$IKТN���j�X�pU7����3F��u�/ho���)������Q��i�x�z˓+�j���?���T��=%����L9'l����:*hB1�1�m�F�\07�Kz6Q9K�+z"Ӈ<�T	�Uʄ�w$g�d���ޖU���e܁����A~4vK��[/�Ȟ��X�f6h�<�	�vԗ�F��>�������+o�7�{v��� ��ɭo������:x�&8tǀ4��z�ws�N��y��b�݈���7��˪ޔn��E~c�4�s�m�V���{n��tZ�c�nZ�7<�\�k6M�mWEF%
����q�ző?COd�(�x���ܭ��/�=��}��*R`��C�����l.�}��
�N��S6�_Žx��ٔ6������Dk�36����2d������٧�4_�g�&1��q��ꂐ��df(f��1�	�%{,pd.2�w�|�j��M�(��M ����*'&!F���SN�0qW�چ�d8ۆe�"p�z������/�c4�����@?���}C��o>�����ш���]V3�%�EܞQ�M&"��^@Z+a�
+�m���Ʋ���I��3��0���d6���|���.��0��Ea���,�…}Iy�
+g�/Ng��K��J[aR0�F����4d�@����;2(~�I����{L�x�ut�Y��R0��#2>�Ns��T�$�6�s���B��?
�_'dq�5쇸� �� #�W�Gs�9Sàb!�륈����D{i>@�[�mF�30r/q�TX��X.��a�-��	��?�-p�jđf�-H�}����r����������v�#�$��j;ݣ�	�Y	������{�㳂�Ҝ
+o>(w˪�nN�i��*�����E�*@���f�H�������@���m�aXL ���Ф�:��Z��b�������U%[&�.8Fq̲Yۣf�/9G5�s������3�k<��S�������X�^~z�A=!���P
+cRח�z��w�􁴳�|D�,9T�����n00��;��W�/�F=l*b�$��E�'t8�r��]�V�*6A�U��*@�ԽbX�1v��66�_��ca'D����G���x�qqX
��)����w�x�&fP%vZ�D��z;�v��i�
+�[���M�~6g]�����Qn��ъ!���}O�o1��ȴU}&�U�XnY�_�gӯ(!j%_�xP���ap�9��Fp0�e]�aP8�}�
+f��;Ȯ�Z�N�Tf}�h��v�e�� ^�M���@����ڏ��-U���,ˆE�4��
WL��+�QrAxm�@][�
+�SV��-�u��1��|,I1��]�&��I�D[@�}"�>[�[���6�j������v��.��;��L���ĪŁ�S�daY?�D��RJ�.��.�����})e�z>�������M�֕���W�#TS-��na"��C{�dYV��c��s^��P��/��Al���z@E3~R�M(�ЀF#�և�CJ�����^�o���^cx�������b����J��Yp���h��吒oQd����'�[���&G<��
+v�~=r�C��^mܲmbsQs���*����]\��]��atj16����wj$�FN##��Jv��y�ռ��pF(��u�O���$�����^"M�f9�o޼V���^�N�$��J�@ ��6
+Po���k�`}�oy�.h��sC_�I�����#k��H/�Ѭ�s��b���jD��#���>鴷h�o8��HYpr��E=���W��W&��?i�w2��K�/�9����JD(�/�|AT.��vT˘]��tZ���/�3I�����=G�����Q����o���<�Ù${y���sذ����AO�í���zj��>H�����}�d]�K-�L�W�Շu������٘<��t�/EF;y��{:J�k���clb�
+ŋb>TapX�}��"�2�ٙR�C�Ň�L+<�C�ʸg��B<O܀t/������C���i��w�᫆�_��>�# @|H�)hY(�I�vg ��+dbӾ_�Gq�*���OD�$���K��gCC��6�ؤ�\�ԙ��!�������Eendstream
 endobj
-1337 0 obj <<
+1335 0 obj <<
 /Type /Page
-/Contents 1338 0 R
-/Resources 1336 0 R
+/Contents 1336 0 R
+/Resources 1334 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1323 0 R
-/Annots [ 1341 0 R 1343 0 R ]
+/Parent 1325 0 R
+>> endobj
+1337 0 obj <<
+/D [1335 0 R /XYZ 85.0394 794.5015 null]
+>> endobj
+370 0 obj <<
+/D [1335 0 R /XYZ 85.0394 625.1831 null]
+>> endobj
+1338 0 obj <<
+/D [1335 0 R /XYZ 85.0394 599.8772 null]
+>> endobj
+1334 0 obj <<
+/Font << /F37 803 0 R /F23 738 0 R /F21 714 0 R /F48 955 0 R /F41 940 0 R >>
+/ProcSet [ /PDF /Text ]
 >> endobj
 1341 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [471.1233 402.3147 539.579 414.3744]
-/Subtype /Link
-/A << /S /GoTo /D (query_address) >>
->> endobj
-1343 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [389.4645 133.6118 438.2112 145.6714]
-/Subtype /Link
-/A << /S /GoTo /D (configuration_file_elements) >>
->> endobj
-1339 0 obj <<
-/D [1337 0 R /XYZ 85.0394 794.5015 null]
->> endobj
-382 0 obj <<
-/D [1337 0 R /XYZ 85.0394 458.5915 null]
->> endobj
+/Length 2990      
+/Filter /FlateDecode
+>>
+stream
+xڵZ�s�~�_��ȝ��${ON�K�i��uf�I�@I��9�TD�ε�����Eʔ�wi��`����h9�''�%.W�$�Mb�����BL���:��4�k}y��w:��Iܯzce��29�_�<u�J.a1����w7��twu��������3e����߮�훻�ᄏ�������W�������������$��qbл�w�w׷_]_�z����}���z�и��.~�UL���o/D���N��Hd�����X�X�u��/�~�c7`�5t����N�8P�1�<qZ�΁�-B��{��@��Z.w�ip�0��
$&3�'&�4���r��C����'��w9]־��h��}U?�U�L� ��OA?���-��
�L���A����S@c�K
�(U���$���/4xJ+��Zp	a�YS�w?��Y�>�2ɭU�W����!�o`B�xU�N�ݥ̦��RTKz�ֻ�t��g٪��K�_<R#Tz0}�l:}X�ھ�jr7�n~xr��N�G��)�%����񍈫�/|3{r#�Im��4c_�[ܴ���b���@kV/N��N�I�ze32R���Z��Әi�06Z����hZpa��%Ĺ�S�->�Aʙi�)��/���.l��[.���%���@-��F�2b������^}���1~�z!�!�RІ$L_� *ɳ,ǏY7�?�Kp0�I�2�03Zyu���*@b����`.@��݃,�|ED�{zb䇤H"!��H2���d)O�g�"��mgB@R�.?+:Oe�b��<����^Th
+w�������B�����o�GX���j�sK13[��Þ~/I	�}������=5g���ǪX�.���VdI���!N����N}���"S	��ԅ�3�d�������n8}:S���%�y���*cp��>t�bb���'3�/�3�x2�mt/�Wq���L�-
z9���H����f�6%�,wC�<g
+�Y(c�M�J(&S�R��
ƏΧ���z�,�j��}��܈��ƨ=�F�<��Ou���s���q�Y���t8l�.H���(����L*5(���QXv[>�uF���
��"z.��دۆ~�+z��	p.�R���;���u��mS32��bi;�d��T^�_���O2dN��١���^5�HS�\��@��]�o����u�.��|��M�4u�Noiwd���(8��K�N����u�TN�P3���™Jw��X��O�%�^��(��C�y��l3��Uތa��c*R����I�]�o�"0���/�㫛�+�—z�7�����
5QQ��ɉ͎��\��60Qmb��]��"B[Y5<\�(	�xR�����Sl|�`�l��I�/�+v�_���⷏~�dyZ�Iv#
+
o�N&�hx�K�L��l���b�*8�OE�.�k?�M9dh��Ƿ)U�nL�Cs��dQ�"���l�6	T:�`C�7oq�R:B=��G8�D8o���|%�*��Qst.���!.�A��{�^/�M�C�*��қ�V۷�����Q���c�<��a�n��6��x�q%R���%2M�j;��Y��W��y�(�8��@�5Ղ�"��b�+�O��� �0%vj�\��Ƕ���<w]��ؕ����b6�A�IQ*����c��3�F+@�5��bZ���l|���Qr �m� �L��c$�Ng�^y�P	�d�$iNZ�a��H���)\��f�����H�R��c�Ͻ��H�A���+2�����q�C�uM�fS�̑|�GY�pD��n[S�)�T^v4Z��m=x2��Wuӎl��;�1
�]���"a��8�H�����cHU� z��Z3��3�D��@h��G�o�
T��
�ιo�ݮ˃վ=.������\��2�?gF��O�w�2�n����!2�P��ytz���U��$�\�>NʏO0���n^��6����C�Go/$2�Sr��@�T��iϰ��,0������ESW�aܱ���U
+z��x�����z�/x�3b�-�@�G� �;�#��O�[���AL����m$2�H([�-=�$kh�����|鱜#���� �`���M�aId4p��D�ߋ͖�	z!��G���ۛ`�+�Ȇ~0+���n��~���;g�IY%\:X{E&��>��8=�q���|�1��9�b"-��e^�tY��EEoHB���#�#�Am�P����X+`~�	+,��ML){|�7��ѥ����~/�v���pOQo��T�R0�0�<�V���[�pG�oבt�o}C7<�DZKf�T����'CbC��_�~]�ȋ"���X���Ɗy Q��ZT������'\){g_1ɉ�x\-��<,�jxW�+���,eu�?��a�o�x������jԎ���6�U�>�j�	wݥϫG}��F����5F�A�}����W�Wy��O�S8�'9�4s��~A���V�}�t����!��"0�^������{r�Q�)�~��� ,H��)�uW� ���~���V��$	�sg��oF(��B�2�~
�s�(^��vy�b��A�	�P!^K���\\���ڨ��d�:��g�cQ�?T8*�I�6	��#�qXq?|��8ؓáz 	�k��!���CU��+�-v�|�ȇBg�[h�#��'�K�m�U���tҹsQ3c�k���ڽ���-�"�(�u�/��
�J�#̤��A�.�ZF�9�M7|O!�6��.�TB&r�W����qR���N�Ngq�`6�O����1B@$O\��Њ{��PY8;��Q�Iy�;pQ���wzZg���h�<s�
�X���9꟨5b��?6M��Ў?�<KT�uOO�w�҈s��e��pI�T����6����)�4f�1TH��B��\�´M�PF��u��g����,S'֗f��`6
+�g�����������l�endstream
+endobj
 1340 0 obj <<
-/D [1337 0 R /XYZ 85.0394 436.0118 null]
->> endobj
-386 0 obj <<
-/D [1337 0 R /XYZ 85.0394 213.7989 null]
+/Type /Page
+/Contents 1341 0 R
+/Resources 1339 0 R
+/MediaBox [0 0 595.2756 841.8898]
+/Parent 1325 0 R
 >> endobj
 1342 0 obj <<
-/D [1337 0 R /XYZ 85.0394 188.7485 null]
+/D [1340 0 R /XYZ 56.6929 794.5015 null]
 >> endobj
-1336 0 obj <<
-/Font << /F37 799 0 R /F21 710 0 R /F23 734 0 R /F62 1060 0 R /F41 935 0 R >>
-/XObject << /Im2 1049 0 R >>
+374 0 obj <<
+/D [1340 0 R /XYZ 56.6929 769.5949 null]
+>> endobj
+1343 0 obj <<
+/D [1340 0 R /XYZ 56.6929 748.5275 null]
+>> endobj
+1339 0 obj <<
+/Font << /F37 803 0 R /F21 714 0 R /F23 738 0 R /F41 940 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
 1346 0 obj <<
-/Length 3419      
+/Length 2666      
 /Filter /FlateDecode
 >>
 stream
-xڥ]s�6�ݿ�oG�T,@�$8���I/�6�9������l^(R�8]�2%_�&�p,X`�!y-���6i��I~��:6B��rw%��a��+�8����b������ʮ�8O���n;�eca������q�����û���z��&�����?ܬ#�w�|K����~�����JZ#�7�x����[J��������>g�޾}����7oo��������˔_)2������
���Un��#4D,�<��]i�b��
-=��ǫ'�~���icc��NWM��S�q&% ei�j8�D.�r��S�}�U�Svsg)\Ҕ䳅���j�0�j���/|����s�/�F�k�MOp�ů�[dT�kO�a~���!���c���J�u6n[k�]u�����~���s�hx�G�1�el����R���^�<�3�&�+)���kϋ��Í�цZu��zۆ�#_z¸֊{Ϝ6��-��aL'���{����Qu���@]�e��)��v_J��vX����������J�,�#
KT�L=VuMж�j�m�LJ�|�^���w�F���P��Lu ?��FǦX�������aG��>|gU%�� &�>��_�#��z��$j��¡�@���'j��m�5�**���c�8x����V5���ytր)j�"^bC��j���3�H�����7�ʣ��L�E�o�EC�s�
-���CQu<�[8₶��S�FC���y��ǃ|#ч�!�/
-�e�]����Dc��1JL��pwO��ER֡<�h��COX���@�`c��7�
J�}�?���N��Tf�;����Z��8Sy�`�VeQ>�U0�'�%O�d��E�Y�)m�k����㡫>���b+���PYW�黅U+c5S#��V
�i���yBv7`�cm��쓦X�}Ҁ����I���u3!l��ia�)�V��J�뒫P��%A�9��������a��чi�U�$��[��yT�!�l�52M�CJy7�&F�e��X����;6^��f�
z6��u�JD]�Ka��•,o�����gdq
->���ia�)� ũf�4(��x������V��7ɸ������~=1�HCI1.4�j�r�!b+���H�9Xi0&M
�>�r��ѳL!f��X}����u��P�nD�Y2
`e�4��z�*ɣm���<WbG��c��	��*a4��
-� ����'�2���y�d\���S)x
v���k�s��?�p���ЀGy�6X��x����5'�0u~8�;��J�!���ڗ�j�u^���N�/[���n�WK
-&!��J�����1S1ec-Apg��W�j�r��oݵ����!fM�=��EY�}�/
[͆����x����!�������:�U]��-����qX�y����8���J)+�L���A_@�κm83�a>ً,#�u�"�=6%�����w����%c��f/��)�Y
-X�<#a^�@@Z���	p^�|t�^hd��56(�D����W`��o��lD�1���e��74x��&�v�׀�c��c|ٸ#�v�t?Z�8�9�Ow�zaϩQP�q�2VD�=8�
Y�3'H�d"�T�|n4����f��,
-z� ���++���h쀻�x٪�kw���tZ[o\�s�h���(�x%��;�����y�8���B���BnD�e�~v����Rdh��!�⥪�$�(�%h=8��43S��Lu�W�0����"6��/،	��������W4�Uݭ@a��
-�,K��MX��m��X9��{<����f�Ei˒�$v�B����?������D쇊f�gB��~WSN���I�R��4s
�v��퀖W���ʀ�i0�ot�u�F�y69��n�|�B�0`-�a���J�7����;�}Ѹ��i53AHu�~:�Y'g�[R-�
-����������=5n�r��*���b6�Ԝ�3�G����2d��/X�DŹzRuI�ڕ!�8yD�&���aw43:�
-�Ձ:�U?�j(�bX卸F�
-�ij�΁
-�x�J����DP�SU���uXiS&�ˢ�E}$�Ե\]��Q�>+��/wdDjI>+w�R��Z��c*7����q%�kA58d��"I!�JՉ��邌�,��*�y&Ŭg�=ɱl�BN>A:���_S�?��@d��K+Hϗ���c3[�.�q'��t�p��蜞j8�b�ݛ_��m7��Pdk�٬f<��)���3|~�+�WDiNI�Q�Pfq��K��Dg��^._��­,R�Uז�ܲ�����ga�S�+������i�m-鶱/��C0X�}�:��
-��=M���H��f�o�a�E�/�RZ�r��vn� �8~׎H��{6�&V�Դ��=ޣkM�_c�IR�]^T�$ƽ$C��Fl��u��,��<v�)v��$&��i
Q������D \Ɖʟ�
9�`$�`���k�VC1�#��>WG�nw�8HІDȹ6�+������烠���yt\��~��H�d�{�)ӄ�;t�<���tZ;M�T�D
-9��r�L�*k6���-��	U�48���ZH��}�Z�%J&v������8�2=5�z\Y�3���1~I�Y�/V����/�_�f0�����#g��8�4:�*M{"`�{��]�Q5#wV@p�d'��=�G�;���q��|R����XZy(��t��fC�Hf�b�^�vc�t�>�ϥ$h���l��X����44��	Ġ2���X��u��t���j;����e8�1Dϑ0�c$m�!.τj/��V{��s�q_���c��A�RбP��G���ĜU|~,�/??�+mC_��Z�@�|�J~�M��,�����>�R��	R�=,9�eR�&����B��{ւ"�t�X�^S���U����
-�o%`����E��h��	��(2�3>��4Rp�-#���P]$��+Bv��O�+�|�]��~b@�]Ѡ�^������O
;Ǻ���^�}�
]T�nw��r&��"�6���#K�ǫD���G^j�_S�+8_��Qf�&}rO��O��v�X2̋��?����r6q2�I��t��]*Y�C��t�}CEr飌{w`�h��2w��C;�S��_e��s$ԄZF��<͡�Ɇz"�]�chjm��_A�~Y��ˇ
-n�q] U���߷n��A8lx�AH%�]ӫ��"��������U&�����ۮ�+J>���"B�,�'?��.�	����0�7���g:�@%���L��f�:�E$�bJT����=R-��dPv��ۚ,_a�h2���ٞ<t�9��p� \��������ꔉ�Wp
��b��ۍ�D�dDY{&[���¦�K�x< �}����e;PCendstream
+x��Z�s۸�_���f">I�1�8�ozv�����-Q'���}����X�"eJN�tz��L�����o?@YL8���0���$V3Å�,6|r��_�3L�>���ߩdb��e<��z�R��TL��_�7y�a~y;�Iã�Mg&��W�oi���������?߾�&:�_�\��������7�әH����K8����_/�z����^�N��xq9���߯�
+7�����d	���3eS3y�g�Z9�\h���J�������:���n��:��)n���Yk��Z��X��=-��q��ɰb(�p�1P����J5�Y���%�51�<��F;N�L�2
+Ό�`�㸙�b��]���LK@O������D0��U�ԣ�^>p�_m��m
;��6���ݦb�ì�	�6�,����LKe��.o�����W�e���EE�؝b՗�4�������P̣�YS�wSɣEX�7(N�T:��޶E��ގ}XM��
��vM��o?gV-Q������Yw���7�'Sl3Q�7Sx���8�C#�-�ۤc�:�<���v[�2����'�^ӌ�'�u@�X���$��Ș�&��ػ�;!f�6I�����74�W[/�(�{tNw;`�h�6a1�5�G��������	�C_�Ls�md%1��ޗ�4�8�FL*!��}!��|,�7M#1�]����F��Ϥ�X(�����u�y�~auX`�HNG��hG3�:��U��췽�s3y��=K��f!�,<�e/t�u�0�����O�_��0="�S�:���CD0(w��٩_q*D4f�b�5|�T�-C0��o"}�gB�p�ň��c�SR�ʦ��Z����v�U�
+�|�*��R�@������*m!���V�^�π��_q:<�'�u����1ġ���C1��kH�R:0l�E��e8��YW95��)�D��]��jGAib�3� ��8��YC�&_���h6~�
>�e�r��W�8�V٢�
+șm��4��3�1uV�!eZ  eQ���ok��R(�o�}��_PgK�Ү�v,w�t�7��H�|RD�Դ� ��<̮견]Fw�\��a�������s|��Sθ�4� bk����3��\���q�����Q����WZ���kD����L&�H�����K�b�dݗ�]V�TY4-Q�$�����q*�
+dXX�l��L��Fҟ<���~���14y��o�W��A�4d�y�;q�7#����u^������i|��[���>E���>�6^!\��+,���"�t��RO�a�0@��K�����?�����s	���d���>c�u^n=��g^5�έ8O�
+v��H��Am����$��X|€���$��5���-f%^�܀��Ʈ7.�Db���6�ҡ�}�%j�=q��spcĉ��!�g��ϑ�(��3�hj�0����@�HM(�=@�
+�)Њ���)�E����E����,66o�r��a+u�VѤW'���}XW4if>n����e�!�Ii�/uDW\�K1����T�����h*�	�*{P��.�!]v�`��@ܿ"���LXęP�+�tm��oHǰv�C$Puy2��Pע���c��L!��ďg����Fw(�GݐZ�����y��1x�?���"퍦�D[�i����*�����@����ur����A�Қ��u�i�2�S�ˠ(�J���(��&��FĝS+CՀ��j�}�J�����yf<8NmSj!p��7�a�
��������o��o-|���+h��PN��mc>[dTH�*�'�C\I��w}���GDž�o��g���#���&�ճV$I���>oI�5b����2[��C[��;�ݍ^���߉�
+�"~�����˺��K����(�\��z����ڷ���hJ�Ҹ%�nS���/��D���<�gC�>��Dt*"$�k�5t�Cqp�f���CV��d�z��SO���H�y4���*}M=�3h
+\�h*��8�b&\��Z�q��2D���ʡ-4�Mb�&���DHX��u����V�g)�u���qN�$M�]%<����\+�rȗ�+>�-q���Z�+�Yh��NC��:���}�[Pu��YS:�[�؂���cn��$�p�ċ@��~���J �l帩�sT���/|/�]P������
+�?y�J2(,/d�>�H���jR�6A=8oJ�5b�R�	792��)���|��!_qA�
+�#�
+�|��h��W\��B��+���\����` ��#gA�K�Ro�c:
����|Wd��{����1�b��Y��s��
�	4T}>���K�Ç	x�	Lo��zY,ܵܽs���Mִ.U)�_/�~O��hI���&�M��H���+���;�es23�)uh�Uk�9�~Ǽw��2�.���}���@���ӺO
+��S�k�L����bA\�i�]Ng����Ҫ�}�w�hp�U��bٮG�p̧VF�(���(��G_����Y��A�H���4ނ��<�'�9��pEҽ��5^^ z�~F��m
]ee�� 7؉��P��_���w?�|�_����'L�����1K�M�Q�~c�-7*epUOFL���endstream
 endobj
 1345 0 obj <<
 /Type /Page
 /Contents 1346 0 R
 /Resources 1344 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1323 0 R
-/Annots [ 1349 0 R ]
+/Parent 1325 0 R
 >> endobj
+1347 0 obj <<
+/D [1345 0 R /XYZ 85.0394 794.5015 null]
+>> endobj
+378 0 obj <<
+/D [1345 0 R /XYZ 85.0394 460.4475 null]
+>> endobj
+1076 0 obj <<
+/D [1345 0 R /XYZ 85.0394 437.5053 null]
+>> endobj
+1344 0 obj <<
+/Font << /F37 803 0 R /F23 738 0 R /F62 1065 0 R /F63 1068 0 R /F21 714 0 R >>
+/XObject << /Im2 1054 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1350 0 obj <<
+/Length 3385      
+/Filter /FlateDecode
+>>
+stream
+xڭZ�o�6�_�s�5+~I��v7���u��Mq��}Pl9jK�e'M���
��%YN�ha��ǐ���$g	~rfS�:�f�3�&�Ζۋdv���.d�YD�E���o>�l�KU:�^���E��rv��y�
+%.�C2�ç�������̯?���r�l2����W��������r!s+���������J��~���G?�l����՗�O�.�����uw��}e��"�_��k2[����H�v��=��霚m/��������Nj�t�f��I��D(��	*�#`.�u��2�D�1ElָR�����.�%��D�XBh[�b���P��b���2�R4�������)�E�U���-wD�0S�4#=
+d[�Qm[�ԇ�
�=DD�P�ʰ�-�=�G��\6�
+LUl��`�ȭ��I)���#�*��a�g�zT�T�8a����,�V�\egX�@�>sBN�r����6:^�\�/�`&�H*-R#�����
+�|�{�>#�����h�G��F(c�@0�����y�~�ُю�������<�v�2�3��6�A�fX�IAX8���:?���n^l6�c��}�ϛ���a��zUշz�E�č�ꡬyn_mK2(�
ԤyǏU���f���j[��<	�d�5���t�$^�
��#%͑������Fu[7L����9�(g�W�V&h�Y�U/�P���X� )h�����1Ӂ��'�o�{���w�Fe�c6�\^m=^���ȝ`h8L��_�D��h�Z& �g���‚$_g3��#��1'��ń�>oN�P��I婳+�v]zj,��n��m��X��,����f&��/��B-w���q�W�
+L�n��5�$\�勵o�|��D�L�^�c��)�,����4fJ/D��A3����T
+W�)�`16p�(����9���3���{���X�����,�0ha&�P��@Uw!�6[Bz�JLo�:��rz�����Ғ���xH��$�v��g���Q|���ZdT��Ȁ���~�mٶ�m��3�|cY�G�l$W�$���VSwR�?�o^)Ni�=�/��܋�O��L�tp�F
�r��������oڶ��PD`M��G����C%k�V��K�pN�6�IF��zLFxYA��o���> 5��[�������U�i	�r�E7�eȰ)�pǴ�Nܼ.y��ehz��Xh�y a�qτ$�A4�<L��1��?0yVj�p��`S?�p�&wgT];[a�>��y�M)���CbԉV��t��,6-�>�=��	�=�u!����5m�C���2�j[ު. @L�^��a��5#1q{�3K��n��$K����Ia3��6�8);�8V�	�E�K�ժ�C?<~܇�K�6f7O�B��	mwB��"rȴK���-Xy6�@fIq�y>��C�>:�>q�EU�D	|����;���Q�4�����^�I��\�:]T�6��������?���V|���h���7rw��u͙�� �������V����	�tE'v�Pl%7��9��\�(�2���5Q)�ǚ��,��M��D�#%�|�M�*
+���q{_�D
+��==C�O �k�mY/àg-Mb�7π����b�:g�k��L7hQ�����Q�|c�������>���	a����<νT�C�W�jHx$z���#2�l���;���r�D��l��� #{�8u��x��*D=V!j�T��Y�h«5nd_��
+���Bf�r����h�}��@����(�,�X"�	�_���95��fh�y�5�҂�u\7(%
U�S
�V#��"�W��9)4
+�V/Ha�)�PC)���>-L�\���XtPh�H-2�!La��JC�+��4$��9��"�z��wY����y"{���`4=Ys5N�+~���<Be�������)r�Vp��d��Wv}�rG�rg�J�|*��VS6[�,K{^A'��
+��;�
+C��NN.��]�{��̉�����}��`-Մϐ\��.��G����3���g8�4�~J��w�)�w  �l�L�	f�G���S�
+x�%"\��DŽz�8��� ���&<��~)����`!���3�AZ�S=�	�
U�]����1q	�5�6}��?���m�.�ҩ���6�u�FvP'ye����Dd�HtP/`!�#�xcaѲ<F�]I��"�@���c��X�B�!��K��f�3�\@��Y���[��>sZ\�K*J�!�������w5�XzZ�{�5��avX�	����[ҫ^�k`d�F4�U1ṙ4���[��1=����s�ݦ�"Wl�SA?��z��G(#3,�����>�!H8��{E��x&�*D�o��U-y�p���Pޮ.�fz71�ITF.ׄ:�����{�a�zp��m0��q��`,:34��Q���C{�Rl��w�1�K���!2/���Ц���u�k~Q�,7M����D�6h���8X}L����-��9��%����}Y�x���9wa��ޚ���d�D���4�a��j�i�D9.&Q�0�@2<�N�\}�'��1��D�Q�A�w�|�Ma:���-���/+*�q̜�@4?M7/���Ͻw�	Y=;U�y�쩤��Y�p@�vLŸ�	�)v��(�h"����c`�����F�Pq�;�3�怙蘩��@�P6����ŤP�m�����J��{F�@�a�QT�X����*��Df�Hf�ӓ��R�u_�j��S�����'�\�co�~fx]6�C�w{��H��ϛ�$Z��H �򛮗>�@�Kߣ��p��d2`}v/^�`�Ќ+�[-"v�P��� ��x���P�*dlV\��#�M�5�~��@�p�H���j~�e�2ġ�㲾7�}92�G{ɠ��z�����V��7�Ѭ��񢿳��p�Ղ6�'��Y(l6dU���!nrs%�����<e��T>�Hx
���G��ȇ :a���Y��acM��S|>{t֗r�]���2�"��*��Fd�ԉ��	E���\�k��A��%���ψ��X#��(sS���z���4��H����;�3�l񐞄�:��i��ih�&T��h�
��;-g��1�D��
+��_e�S������X��E�?O
+[S_9�����o��gS"*��,�/����"&��k�"�5���YD:�	L��3�8��*o�g�T�j�����^��&�ѧ8�����g��M��Wf��J�%4-�>�x�7Nu\�.�M���� �rݧT�D���̈�i3�P�Q�κ�~�;*Aq�+Gm}�8���sG���硈/`��a]�ɱI@����~�T����a�Pendstream
+endobj
 1349 0 obj <<
+/Type /Page
+/Contents 1350 0 R
+/Resources 1348 0 R
+/MediaBox [0 0 595.2756 841.8898]
+/Parent 1325 0 R
+>> endobj
+1351 0 obj <<
+/D [1349 0 R /XYZ 56.6929 794.5015 null]
+>> endobj
+1348 0 obj <<
+/Font << /F37 803 0 R /F23 738 0 R /F21 714 0 R /F41 940 0 R /F62 1065 0 R >>
+/XObject << /Im2 1054 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1354 0 obj <<
+/Length 3017      
+/Filter /FlateDecode
+>>
+stream
+x��Zݓ�F߿Bo�V2����q־M9k�z�p��	���@h����랞A !�S��%U��izzz��ף�3��Y�#&S5�Si��l��b�G�{{�O��!��W߽��,�R#��a9��D,I��!�9x��Wn�C�Y`��P|{����x������O���c<ܾ�����77�7w�o�C�h�'��on������O?������ǫ��~/��r&q#�]��+����X$�D����"��b��RZFZI�G���W��f��S�S"��4�4�$��k����b2�,�S��Q2�,��c ˑ�����38Cef��h-��+��(�1<_�ud��g��p��MlY�H�-'��
+�#���������遠P)t2�a�D
+k��o31��������
+v�۵�����f�my��P�ݗ����0�@2`SV���u(ׂ͎^��<����e�"�[DdUWl��:��X���0S��k��F)m��.<GCϹ{ߵE�I3֠]5�*wtё����ݑ�>@P*���.��� 0�Ց�
H��$\DB��`��l�
��uP®��5�t;ʑ@y4�<�фWik,$�bS�np�ij\�uK9�ɩ��+�G�c��2�٢��nvl�-p��
�h�xH�˜ض�l���×�vt�;3:�K���r6�o�3����Nx�ߖB�F8
+����ٛE���'�1��D��������	y͢��Y'�ff�E�4�L�]�'&2q,Ǻ��^��b_{���jPtagyP.�ʱ7�#��튜�v9lh����w��l��)��gˬ�Z�88��2
+Re�|�a�R\(Hʉ��8�/ȔXil���ʖ�"�3O'��3��H�*���!���s��3��nGo�迤L�5��ȑR�7���:�Zt��g�$��]
+&�.��t�& �E�ʹ-8�T�։��8���X������l�*���Xf��s_A�:���&f@�<�n&���ޗ��*TAG_v��������X��	:��'֊#%����i����Cx��cѬ7YW�˪���/:��U$�x�	�\����"{u��p��FN���{�g��2���3
+����HjÝ=�\r]��t��`�*j�jYE��t�SY��ߵ-��P�F�fӕM�UX�����M��󾬜�y�3z��Rv
+*P������Vv�������7���5�=-��12x�^�=�����l�lK4�e+��.SeO�,�O�����N��4i�E�A�����$�B�|����Z+}v�*�aDI�l"��USJ�)�z��p�TU5��\aB�FP�|L�Z����x�\�A�Zu�^��M��&�Y|N�7�W�!��ė/���zh �\�d�tXd́K�1��;4���m�</�C��=6�:���˶�̱8�kmEx�gY/�]~�Seb�ke��,e�D�G��yM�L�Gi>�"�e'��cq�U��O�&t2F�ôƘ�Y�+=����Հ�e�U�s�u�q��0=� �T�Y��m���9U�/ibc�z��׃k�ť&VAa҂'�5�
+�Ij�տ��U�@�?ha�����*�Dq
+��Ǧ�\�f�l�HG�H*@��*m;#yS8~js�hw�
ơ�q#�?����cG�+@�w�=
l�K�|ڠ>��@��6���0��R����!�����2������@�1��5ՉARV��$��\�mB�=��]�y*�	��}�x6��e��x��[Q���.y���ꦥ=��}Mݍyo?�iH�l �H���Hh���'��*�e#����`�`By�0�z��;�0�f.���yR�.߄��`G��$i����2}�qI�Ԕ�s2����_+�ji������F�W�N�����N�|��]�=^i,�v�H�Y���rX��(M�c
�لH��ԝ���VYG�^�0F�"e�<m&D��T��n�c����+0�Ē��cq։������3�z�&���\���=8��<����Q,\�圿�%�9�.f��YB鹞Q��i��=Ӽ�j�'%{��*�W��g�&����c�Ѻ�o|;Z���7U�R����
�r����:���KV	�A�t:�B	����f�cA��I�4��K���r\���U���˳%4�%���Q��:B�[X
+n��(�p�wq��.�/�Y4�)�
+�W$�]T���|��Jc<��E���l�%��P9����qܚ��;�ͽ��6�0/S��%hO��n������uE�G�6�h2�	�=�j�ǜ@��?�ء�T�7�t��I,̿͟ �׋��gg�� >�1��l(�����5HR�c��t��Q�>��nc�Y����8��l�����;����a�X�i<F��l�(�E%�W��]$<m�d��\K	��h)�[����v�8fS���u�ܹtǵh{A�C����}�[O����<��TP"m;��Kq8��ctO�'��{�/��W�d�/�`��vo{���W)���{,��Ts��Ԑ$-?rM�	�Mx�����E�.��fH���'Y��e�YY�-W�]��4N#�ϋ�$��4�Q��a�DV�
���}�S����+��=��$p�+�s)�A��#�C������U�=
+~�JC�(b�g�����M��-���6�8���<�~C6�s��pl�/���X%p
z%�86�h��2/r_�(�g��{��O\R�$x��7Mۖ��M�%���#��Ħo��
+��`��H]��~S ����튵�ۈ·�Ԋ���#>�LV��O��ݬEۀf�Y}p�~i��Ï~�a* @x ]�R���.�ʣ秬��ώ(_��W�W���z4�D
+<���:Bme�A�ս�J���;��B�XK&�5wk��q��앹0�ԯ,"���>�b+�5u1�A�|4�_�cDŽ/�`״U��p��i�X>f�Cw~�׃r៲L�{�ߡ}�_���HőL1�(H�7x���~�99S���Cendstream
+endobj
+1353 0 obj <<
+/Type /Page
+/Contents 1354 0 R
+/Resources 1352 0 R
+/MediaBox [0 0 595.2756 841.8898]
+/Parent 1359 0 R
+/Annots [ 1357 0 R ]
+>> endobj
+1357 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [347.1258 451.8816 404.2417 463.9413]
+/Rect [471.1233 313.2012 539.579 325.2608]
+/Subtype /Link
+/A << /S /GoTo /D (query_address) >>
+>> endobj
+1355 0 obj <<
+/D [1353 0 R /XYZ 85.0394 794.5015 null]
+>> endobj
+382 0 obj <<
+/D [1353 0 R /XYZ 85.0394 371.6561 null]
+>> endobj
+1356 0 obj <<
+/D [1353 0 R /XYZ 85.0394 347.7805 null]
+>> endobj
+386 0 obj <<
+/D [1353 0 R /XYZ 85.0394 119.9702 null]
+>> endobj
+1358 0 obj <<
+/D [1353 0 R /XYZ 85.0394 93.6238 null]
+>> endobj
+1352 0 obj <<
+/Font << /F37 803 0 R /F23 738 0 R /F62 1065 0 R /F63 1068 0 R /F21 714 0 R /F41 940 0 R >>
+/XObject << /Im2 1054 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1362 0 obj <<
+/Length 3265      
+/Filter /FlateDecode
+>>
+stream
+xڥZKs�6��W��j�������3;�d����C6��l�P�"Rv�_�n4@�%e��r�&�t������)�,�fI&#Ÿ��6{���7��,<�"�z�����̲(ӱ�-7�Zi�Ҕϖ�_�:��[X������ç���{����ӏ�o�b���������?����v�S���������=Mi�ƻO�����g���pw��������n��^��r&p#����+��a��ݰHd���@�E<����F*))��nn��/��W'Ϗ�(:�8��O��"-ba�PW����/���D	g	pA��-O�淃i��A��]��
��y�����Pc��^n[���yY������Pw��
+k�Z*'��l�C�M*d����9�#�VN?���K���ל-���ӠtΣL��.�i��Cw��djj���h����ݴ]�|G�%8�?s��ڴž�ue�k6SG�X�D�֖�c�����/�$��h]��N�ܢ_q.y�P"N#35p�2�L1qGqI�2�:��6tq.�h4��Q�>���~Bȑn����L1�����4���z�Isby=�NWC"�u
+L���"�9M.Iu�_U5/e�H��j�U\	���Q�ϻ��}m;��6�m�-�7�A��Þ��Y�[�98Նѝ]�)LۢV39h<� �-��n"������&���ݮ�w4�ڵ����3�_�,�X��A҃	S�k���xr-�`$���4���k{@�SV��rK�m{@ ���h;�A���Gh�����щw���\�tGI��3hND���<��T(Y���Dd"�����M0u�/���G��Q�m��ӣ H�Hx��L.t$���j�D��1���A���;��t���K	�.\�����]~�Rt6{�	�G��HP�c:̌�r�Զג1+�#5�f�J�ο߃�]�͂�åI|�K���	���՗�0���/ؙ�b��݋�?�V����F
+M����%��c �?��I5���1w�K�t�3�[8��Q5n0��;�J�v�x��G�<=��#����A�M�ڳ '}�4lm ���)+%�"����N=�{תL��V����\��
=��ol����᭲0��.@M��]@�����ݹ�m��c{�DS�R�ns@��b�;��/����B;7A����@rg!��"�bMVp���<��1Av`C�l�:���M=/����&q��=N���e�&=�ȧ���ko��r���q5�#z���os�&(�+�9#�.]��O��ks�b�����O�ZVr�|q�*���V�a�7s�����ѫ��	�$2�<��<R��-��x2�G��@�+�C�z=�&O�LB���S�m�lsR�\��	UiꮝJN�H(��h�!~C�VÝ��%���4_�I!�y��S��e,�L{�7������z�	��S�T�1_�&aB����vEAfB�O/��t��!M�A��D�/�ln�����:����Uq51�+�L��DD�/��,+�l��f(��2}�J�W�,uy�e2΀�|�eΞh�s�I��Hs��F�������
+�h=�ˤ�~)����P�L�'<<:n�" ��Z��C.����!ud�������6��%��)�:�
('Q����0�{@��6|g)j��
+�E�q/�i x�>�	��p�y�*���(���/��i��;�����R�|�uL�-8�'�~��������5)��H��I�T�M���Τ�}cw����Ŕyqi���=Մ#
��v$�"C���	�VmS���"V-m�N�Eav6W��z��k��[�UA�&������:VeUv=�&��Ka	7�C�n $),]���Z@��:�4JU��.�lG)e�P�N�6�:(��Tw�뒒Wٕ,0���K���.�Ո�+x�	�����K�`,^H{d���;Hb���&�h9��C�ٷk�iIR�χC	�T���W6v��ID��j��b�������Hq��T�����϶D��"�9A�&ci	��8�ݹb��������װA4��a��
+WE�A�r�ךjm��
����ˆ5����;.����M燮�(�'p��e�<�5��ޜ%��߈�+_�룈�jj�z�䣓z%;�S4��\�mٞŌ�/i�.cFHu3z*��S�v�����n`�'�!Y�$:�,DO5!�8������xt��S'��-�Ml���C$���^�t��7�6H3��KZ0�,Wn�/��"��?7��F+L�؂���2[X�i���JEB�+^ ��p��j�K���
�oLa��"�T2���Y!�BL��|��0\���k�Z�"�v�p���rص�����z�i���4��h�E:���y�+���c�UwfX�c�m#
�$=Sv�"�Ҍ����/T"�8�A͑��w�ȩ��G�Vp6J���i�	Z9Mn�rO��w՗\1�� ��õ���c�&���WV,o�)N���1����jV���� �ʼn�:�%644][�)�L�B�;�"�8;��b�E�:�q����צ�sͩ��rGkH��Pc%Ai��uO��o��឵v�&�3q��C����Sٛ*vg�b��A�|�yO5�}����N5f���ܠ��;�6�����H���^���
6um��!��C�8Ս��4� �'��,=Rꯈ
t�Q���>i�<�2HZ�c���fɕ�ZHu��=��=���m�/f�3u����`��b��'P�mKN��c>�Ƕ�B�oi��	�����p
+��C����m�.l�dn���UyY�Ƭ]
�+CK��G���?�~S7�G4f)��KLAI�pȪ
+4zM�y��0fk��0�$��Q�%��+�TD��z�}zZAlb����M�fb]	*�{�qd���CIɼf�n�c-E�~�6.�G��rm����֥<Ɵ`�5�/�p��q��!C㷃q!����E�5$�=��~�s&�o�'W?�a�T���1
�h�x��kD�C����}�X{�u�^�8q-�X�x�N�{�A�>�{(�!lʁ�TgB�a{X�+��hY����a��`/\n��]f#u�\�Wj���A�Ee=��4'9��͡����F�J�yU�r����*��r@n6����8���V�W�u�2�Q����6������Z7��P&p-i<
�pD�!Cx�l�7>�(�7x���	5_0�endstream
+endobj
+1361 0 obj <<
+/Type /Page
+/Contents 1362 0 R
+/Resources 1360 0 R
+/MediaBox [0 0 595.2756 841.8898]
+/Parent 1359 0 R
+/Annots [ 1364 0 R 1366 0 R ]
+>> endobj
+1364 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [361.118 743.8714 409.8647 755.9311]
+/Subtype /Link
+/A << /S /GoTo /D (configuration_file_elements) >>
+>> endobj
+1366 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [347.1258 350.3535 404.2417 362.4131]
 /Subtype /Link
 /A << /S /GoTo /D (journal) >>
 >> endobj
-1347 0 obj <<
-/D [1345 0 R /XYZ 56.6929 794.5015 null]
+1363 0 obj <<
+/D [1361 0 R /XYZ 56.6929 794.5015 null]
 >> endobj
 390 0 obj <<
-/D [1345 0 R /XYZ 56.6929 585.2486 null]
+/D [1361 0 R /XYZ 56.6929 484.9636 null]
 >> endobj
-1348 0 obj <<
-/D [1345 0 R /XYZ 56.6929 561.0275 null]
+1365 0 obj <<
+/D [1361 0 R /XYZ 56.6929 460.3339 null]
 >> endobj
-1344 0 obj <<
-/Font << /F37 799 0 R /F21 710 0 R /F23 734 0 R /F41 935 0 R /F48 950 0 R >>
+1360 0 obj <<
+/Font << /F37 803 0 R /F21 714 0 R /F23 738 0 R /F41 940 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1352 0 obj <<
-/Length 2983      
+1369 0 obj <<
+/Length 3381      
 /Filter /FlateDecode
 >>
 stream
-xڭ]s�6�ݿB�t�L���$8yrS��N��\߽�}�%��"������],@��t�7����b�X�'d>a���4a�P��PI�x:������~��f�f1�w�Wo?�|R$E&���2��5�<.~����ͧ�ۇ�H�4K�giƦ���O��>�?����_7׹�>�}�'���ۇ�����3�S��pf����n	�����o������?K|^�$��կ������Kd���+X‹BL�W*�I����ꗫ��Y�tL*�I*T6��H��2KX
-Z��㽖�r�B-w�ͬ*��ֳ/;�����i������=Ո2�g��PW�z&U1%A&ifnda7�
-�/c�@��K��:�zA�����nM�ʖ�ү�[Ҹ<>�mm+���f�l���"	h���2	G�I���	l�s	(u>��1Quv�GB�������5�="h�[9y�2U�4o�Α6��[5��M�'��������l�6�4^�ײ�z³iM�[���aX8�=�^p>m7fn	|5eW��4X6[OЬ�<![�4�f�l�nc�wG�k�KZ��E>��u!@;��de[��j��ȝ�6�”���j?<��֔�s�SG�?*)X�$U�	.=F�%�C�`�M?�m�,�9��k����ixW�M����D�h/�e?����iO�b�+kjP��"�8j& �jyY��jD�����E6�ћ���R��c��a�6�b�=!����lwͧ�>g���K��Z�B
���)�zτE-p'���fW-����œٯ��p�9����$E��0wQ���9Y�%䒼qM#���Ђ\���y��
-����:R��	S�+ t�:�b���Ot�aA��� 0�g�Ƃ���L��ã�AY�=іp5�Ƴ��W�\|�ەsӹ�A{��`�b, 
��A�.֥�q@7�@}z��}���U���$c�ꗍ���=����j6��(.ze<m���`���a=���D��_�dW,v�eCr��SpƤ���1�y����+k�ݓ5�������=Ո��y"���p�WA&
�Q,���5��ׄ�OS{�A�kS�-MuO[�s�q&0�u-��f�-Ѧ�9)�DB��=hQBBٌ8�h�<���9^W��fr�s^��
���|�H}
S�au�h�3�y��mj�T��/>�!lz/��p���/'�Œf��QJ��"OÖ�䉯�E��J���3ڜ�΍�%4�a�A֊Iq�w��)$lmG$.��A4����LgbS�r�6�[����:�|���'2�h�eO��.xb�B�q,�Z���2ɸ�,B a���(R9��nbf�C��ع��BF���k��L��h�n���6!�U���&7���&%��.e�z�4+�V�{/2g��E����)¡�ys�-�y��Ѽ�K�Pd�_o���g�y#���yCxr���$Π�]f�T=��l��R��cAtg�@�����nk|��%����w�[5f�%�L	=�Y�fd�	��%c.�n���d�K���
-��B�[��@��-]<���? )�P��ʃ���7/6m��SKc��
b/储J�y�%��y
��<�oߎӅ�P�A�MF��ԣ#�L��J�Z�PDr��0H�]�!�vꋗPn�禨g�P�����L�wx5T+��yJ�$S�1/�:�z*<v��q�2l/=&�o�S�Hq�Ϗĸ7؃ʨ�pp/��Vf�<u�<?;a�|�^��,DXgN<R�g2=	rJK_$�C�@Z�T��ЬB-�1�����Ϣ�
�����~]��'J�)�md0L��ۥmW�zc�|U����X�C�~�R�bO�3P��&P���?�V��ƴ��oe� �X���E���`X1d5ҡ�$Rad�}���i�	�O�Nr�*����LqG	�Q
-���#||������S) /J�!�s��8�2�N�($QE�;�A��n-&�7p�I|��y�v��Dl�`�f(�N�x���o\
���k����Me׶v��C���ϰ�'����fr���]T�IV09��J��A�V�����r8 WZ���2�G�fӀ?�G����S��Ƶ:�����
-l>����
����T�6�r_!�%ʾ
�|�4��,}j0q�@I�q�Ü�'��٣_-|]�]����{�%F��%6D`�ߋ�"����c<qhH���������km���J��q����"��t�/H)��(�;���A�g>[/��G��TY��,�d�)Y@�=/���90f���?0x�E�vg�S��\$���*��L7_�H�X�i&��ߐPA��| �3��[�y�C�����dNU��E����.��7s�a0l����08�[�4��[Zq`H�
-ꈊ֒������ k��i��^�T�6���5˳�"=��������?�	�#_����mhX�ɴa��ƅ���-�6M[RK�N	�{�T��/Kז�Ŷ`���On��d9,۱8�Wj�؃�ێpc��t/E�"�U���Zb.�ѥ��X�u����$���[E�����-.:����zY�'�//%�Jco�}�~���Cl|W�7�x�P0��"�Ý��T�����&���f��oX����!ѣ��i��]����]�|S�~h��ȌC3�aɠ�;�`[���<_�~�G�����
E	Ňɘ�Dj��Ya�A&��ZȤ��xG��~7���q(�[�ލ���h���
$rr������i򴖈��;��-�}N��8�q������t�8��w�e�j����+ ��4m&
���5�xKD�&�(��%ـR[%��R)�[�4�����)��PbAtT�cNE�T8��N�������aM�yt�ut�ʚ`��o���I��}�L%����l,�/����/3�Z��>�c-���ʕ��X�T�$�"�Ԑ�endstream
+xڭ�r�6���m��'G'�d�J&���{��@K���Ԉ�=��o7���DiR�-W��F��h���L����6:3�$3��Ζ�1{��n$�,�bH����7�u2ˢ,V��i=��F"M��i�����}|��](+�qt�������{�d����~����61�_>����������o2��+�pa�����	������o�x�����[�p�Rh\�����,���,��7h�Hf��mo�Ց5ZLy��Ϳ:��^?tJƦ�U&�-���xLjYD‚��͢X+�iY�)-*��6��X�ˍ[4ş�t�d�Ր���Մ�z ��Ո�ʱOw�KQ�b{�b#����P��Q���m����ۚp��G��=�~�ۿ:@�>��!�_�;�=/*�=[׀q�����qU��[�FRe�Je�*/s�N��K��U��!g�zI�������a�A��������;�m?4,ᷢ,C������B���}�D@�5�y{ �<�U����ƭ��ƵX3�+j�����7�>o�ˑ:����&o	C����z��U�L�,�[��Vf~Gd�yy��^��c��-��D��L$���e�(�'$�6�\e�̃��=��9i����o�[�f#�ak���H����+�����'����I��߁6nO�� ���XN\�7�M:p��m;T^��IG�g�(β�x�5�0�������zG��>@i�x��C�P5�K�UE������
+�e�2�PJ�7��X��9��Mû`�}��M����W�@�or4�[����
+��Q�w�W�VW�	�r�v�zύm��x��za^Y8"�*d�˗�Ӊ���)���M�~AR��4��5����
���������{���#5�2����%"�CE���!� �h7��ʶؕA�½5K���Av�;�ە��y�h�.ǐQ��Õ!P�.`Z�n/|�$'�����_�uR��Dt��9[��D��zJR]N��4�ݢ,��U��w�H�Y$�]����a�Tc�G,�F2pR��$�$�B{]�ڍOziO�)�'�jE���8.�Z�y��z�t3X�ʕ�54�˨�DJ��$�.� :LD�����-��VΜ�#"��r'By�i�e]��K���ol��H��w;�
+�DQWM`���m�n����� �O|X���ܞ�����o�B��[���A*�j���yvݸ]�P��;|Ik�*K��F��Ё�:<��Xi�*	?!S��j���ϋ3e���/��2c}�DP]'��mGRB�- �}t��^K�ȧ[��7�����c���V���X_��!�e?��P�eI�¢`�5VphI�u:�	Ǝ�D&��Ol�j�IA-���҃�/�Y?7u	�\�)���d4�E}h�
+5��Uڐ�J��P�䊰~e��8Yu��)�IPB��HZ���MV�N6
+�B�����%)c2.Z&��Dɩ���e(s���ŽN��f��|`��C�⚡`~�PQFg��ځ��̪/,A��o[,��������c��i����^�~�]W#���]�S^fVM`{MŪ_��\)���rf�Àإd�1�K���L[q�V\�Gu��ONc�zvP��pӴ�m�({������wT��t��}vy{���H�:�.CG5!�����ʱ>�џV����͠�-���+&��(s�WKG]-�ӆ�|~A\�ฆp�|�	-�y3�s���Aa'��n�ѠBO�Ħ�ب���(�$i��I6n��c����r
]}
�0:��3�ytySW�s�C����4�a$NM_I�U>����"��cfbÔxT��v��]�����;�޻�TJm��1���.��}9���RG��!�|�*r7��)`��&���
rĆ]��A.�a���uO�W���Ԑ�'vT(�7�5TKW<QG�4�ED"��p���|��.�v����,4�����'��@}Xut)�)- �B5 ���<�I���6����)K'"�6��6�y��bo��E��o�IA�����%Ԗl���h��%�Fh`��l���{�y#���yCx����$����ot8����_��,��G�-B�g�@������>)���`��-�J�wkqB���+��L'�d{v/�ħ©�P�֖�1���ޟ��6��I��ʽ���fY�����Ξj����_�Z��
+����%6ʲ~�����o��"2�e����d��#�<���W��4H5m�#�fꊗPn�MQ/oC�����b'��S�|9��,�*�~%�
��ļ@��nZX.V��ՠ't�!:�	)NÞ�ɉ��lPx���Qz����_�fT�����L��ua�|��Y�3��"A�EE<m"���ğ��bqzMԧm�K
+�����O�xEBiۊQ�F�
�֡�m�Z�ݸJ*vl��,)�����x�ř���	�M�i:���
+�X�Wx�8�#ƬA:��`��Z`�)`�F�2�L�22����0��)!9je�
+~�zOΟ࿚ߟi�jiQI�\U�����Y��j����J��o�j�}
K�
W8/�����>k�S(��0�,�����V���vW����q�#*���&@���,�b��@�oà�E3ҳE�����ih*�S��`�a+3ƌ.�_�Q����AlW�Q�)~�:8�^Q��g
�

��
�����^i��ew�rS׍c9}*.�����8�a�>����F+�
+��k�x~��q������ǡ��nMO-����|��\��L\Rc���~��e�kC?ӷ�+�x�2]9y��X���}L{y���]�}o�<�b|r,]^M��i�$x�Z�K�Π�MN.�W{���s��:�F���x�U�6�ez���-�����3�+{�ܜ	i8
+D������ׄ4pR�39қ��^B�K�
+Wjte����"�?��Ї��߉A�фF_r-l"���Y;��%�%�%g�W�A�<U�t/�آT�-��k��F���PW�ʽ�����=�@���Ȕ�Yl���Go}E�D��(z�^	*<+*Y�{�?�t�
+/�@�=s�$��`�LE��:��D�O��;���! ���o�=������.Fcؾ9��$��V1��㣿O�������^�:�Vx.15����8�o�M3(�;ܫѽ�p�X0�OXD��I���
�^�w��.@��c15/�ؐ�bXi�ʉ_��U����dƧ�*������q8�U,��)*��%�Cf̂�����}ɱ~yw�Q�F����c���������Ge��4�pͣT*K�P��Ч�[�F6UɄ���oҸendstream
 endobj
-1351 0 obj <<
+1368 0 obj <<
 /Type /Page
-/Contents 1352 0 R
-/Resources 1350 0 R
+/Contents 1369 0 R
+/Resources 1367 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1356 0 R
+/Parent 1359 0 R
 >> endobj
-1353 0 obj <<
-/D [1351 0 R /XYZ 85.0394 794.5015 null]
+1370 0 obj <<
+/D [1368 0 R /XYZ 85.0394 794.5015 null]
 >> endobj
 394 0 obj <<
-/D [1351 0 R /XYZ 85.0394 688.9861 null]
+/D [1368 0 R /XYZ 85.0394 590.4054 null]
 >> endobj
-1354 0 obj <<
-/D [1351 0 R /XYZ 85.0394 663.3646 null]
+1371 0 obj <<
+/D [1368 0 R /XYZ 85.0394 563.4931 null]
 >> endobj
 398 0 obj <<
-/D [1351 0 R /XYZ 85.0394 285.7302 null]
+/D [1368 0 R /XYZ 85.0394 179.4044 null]
 >> endobj
-1355 0 obj <<
-/D [1351 0 R /XYZ 85.0394 261.2794 null]
+1372 0 obj <<
+/D [1368 0 R /XYZ 85.0394 153.6629 null]
 >> endobj
-1350 0 obj <<
-/Font << /F37 799 0 R /F21 710 0 R /F23 734 0 R /F62 1060 0 R /F41 935 0 R >>
-/XObject << /Im2 1049 0 R >>
+1367 0 obj <<
+/Font << /F37 803 0 R /F21 714 0 R /F23 738 0 R /F48 955 0 R /F62 1065 0 R >>
+/XObject << /Im2 1054 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1359 0 obj <<
-/Length 3004      
+1375 0 obj <<
+/Length 3134      
 /Filter /FlateDecode
 >>
 stream
-xڵ]o�F�=��o��k��K�O�m�M�f�l���A��D�-e-���?rȑF���]����p8$�_�X$�'&��\�,ױI�Y�vg��־=��@��뛳��T���<���f�qb�Xܬ��X��!�޾�zw����ߜg:��|u��&��]�pA�o�������FDo�{����5-����˫oh&����w�Wo/�����⦿Kx_�(��dz_~Kk���gI�rk�0Hb��r�;�F�F+�g�g�~��n�,�DK��J5�@�ǩ�%d��}IwZ����h�5Ͷ��D���{�~�E�M�8�^,E'"5۰/M��/j�ͪ��7m�U0�ˮ���_�bc��|s�<>
-���|L�9"N%�f�K�w��1�A_S��4�6d�qn�D�2V�H�Uq�jǠ+⤓�I����3J��=0ED7�_FG�(�Lf�T�8wlY|\�8�9�H�w�&^_�����n��.��>�S������M�[`�Ww�4�4P�\�P���:�Jx�桫�T.��r����'v�rW�]��	��7�<��K�y,mn��^&|T3�� ��E�L5��$3=�_���kl+���i,���R���f�m��������x�i�4P�A�h.lT�Mݺ������\}���C��D�]�W�����fC�;00�qt@sp��hvոv���_�\_����4�]U��j�����w
-WnK�3����Ã�'h���X;����rO��j��u ��n?ш������1��;��j��#w:u�ZQ���\D���J�9��f�^@����>�ėd@uI�οٱz����~t,�=#�zp8BH�m{�r���3�^_���Q`:�Ҡ�����m�u��z�e��ء�Er>�+�#@���&�[��G���z��#l�~�"���E@�j[���
-�%m��f�p�}sخC�b�/�@���ꄒ_J	�.�2Ҁ��QK�@Z�p6,EG�U릲��ҳ�=�'��Lj[2>�ӂ逎s�ԭK�����rSR[�x��'���g��)���kK�t_���b@��F�{��	����=#��P��/5{�N��ٳ��ܓvS��I"�Ⱦ�k$/ɣ�ܗ�� ̽�5�1h=[=��]�'�~LS�V7μm��͢ےڇr�V��G��mʸl69t�h=pøz`�ÿZRA�(��T����c��~<T˘z��S�I�5�H�SIp^$_�|1<�^��l���E�84�9�HS��\�%�m��PZ����)p�hX�=��m�m�5� ��w�;��cY3��:g�����0I���fXkO�=�e��8ΐ��R��`�rWt��)�
-,���~9{�OШ@�:S���Y�R%<��5	��XrϦ�c�U��MM3��[��Bu^9OO���]��cӊo*'�-*�γ�yD���A��Z��n�3�T5���&2Z�!�łR�Ϻ]_�s^w�u�t�*�t�RKl	���S\��UZG(,	�y��ĺ%vM�X}VVB��}��y�!����C��wm�ݐ���%:�Zq�I�A��>l�U�͐��X��퇀t2�r,�����2Dy�6a%6�Ɇ�Oa3H��~9"=Ƨ�̓�J��D�2 lL�
-0n'Y5uI��'�dž:%��-��P�h:���_1��}�b�.���-�$����O�E�H���$��4�N��m39ns-�;���	ț�?P��{A[`�x�b�}��Rb	�<�����R�R��x��`��圻0������.
�m�2�i���Q�q.�tL�)�Ա�L�����	lCm�����?��T�i!0��vu_�~'��	dVI>�Q�]Qվ��
�� ��(mPB�p�����{��������;�v���l����Js"�����p<
-w09|_0�m���9z�5>����f��սsq$�"!�q|���q+������(9|Wس��0(�	U���ꏒ��!	�t8͔Ӡ�3��A
-�����P>ܼ?���z.I#��|ZV�9����?&3����kJ $��h=D��2]NaB�/I�-��ZY��������:���l�w���h,s�F'�18�̄|�L/�
-;�@���D=�C���Tc��B��|��1.C�s9��mhz��$,ji��=�'�D� �Pc"O'FK��x�Ii�&`��zVdo �F��-J���i�31p�2�
-�,�gMƜl=!�,ڶ��]�����f
�,����z�ifd�[M-C��;�%
-�F@���v��ܙ#�W�OoN[�����[�oq�R���t6�Rw�Q�b��2�����B��\J�9Ve�vH����Q�˹��I
���W2�q���Tc��]��Y���-Յ���]��<��a��/2�
�}E�թ��
-����%����wW�����#����tPՌ��Z�˹[��Ml䋺\����1Ѵ�x-5-1Eh�E�z
�Ŧ���5O�-+�;&v��z��Qry0XQ�
-F����I��/��|{�<�Խ|w(��Bi�!��Q�Ͻb�D1:PL԰�)*�:�N��È�3�诫L�uz��ܘ��؝��!��)&�u����L��:�j����g���[&�rˌ���0�0��i�	���5�3%��=��	�����33g�j��� ֽA���Q���b�`����|�O����/��m���1i3����8��5�\��a$l�{X�:��'����o����ަ�{b7w�E)<C?���o<~Gs�3p�����W�)5L�}�R�(�-��YL������W�=9v�N�?���I�����ea��s{�r2VO*�?�7�B��g�M>�or�7��M�c|S/�z6��s����|	����69@`�d�u��஠'W2|�=9�jE�[�S��R&�ߓ�Tޓ��K/����,�[{�y����r�h9�j������]�Ьendstream
+xڭ]s�F�ݿB�t�LDs����)M�ԝ�i��C�Z�lN$��8�L��,��(;7�d���b��_��%�O�L���gY�c�3[lN��-��;3�@��듳�*��q��tv�
+p�8�V̮�Fi,�S��D��_��x���W����/�_�ΥI����S��ի�~{uu:ֈ��ϯ~�>����q�tq��frj� �:{~u~������_Nί�����‹|:���d��k�r��*�f���$y.g�mTl�R~f}���a��N�O$�T��`�S4y�*���Y7����4I��x��Tq.=���H(�3��-'Å	��:�z�J�J��L�/i����C{�'���[�t	D�Ź���<T�5�Ċ�~{*lT��-��r��ܶ8�QS�d]v��#
DBmwWԦi��ͣU�^7� n���'1'������V7E���Hcb�XS�*j<Q���V�B����vw�L$C���(��Q�͊�=���KF�U��	��LG*�O��||Ÿ�<��rJ?�e�v�ny��u܃:if��]���حy�^Eqg;���^���k�͢X#{^c�;�ȩ7m�$�)�[��q�=���֙�S)�q\�/\ܥf�jo<��c_ֿ}x6�V���tf��&]̤�Q�cb���{�����X;��d :��H%�ţg�f"Nt�+
+��{�������i�F��R�<��.Vn/up��k�9�5��)
��&W��ԫ�������+�����M���u�)����`H�!���1�t
+2������>����<�{����P�ll5�O�RS�D[g:��4`\Dϩ�m��֕7��sܛ��Rǹ�ױ�	JGdb���n݌I�JA�7�h�iWn��)iq��x�uv&7`c*����f�:���q����h4��Zg�Ԫ�n���V��߄�lK�3����à F�`���X�>;D\���>҈��vۚ��Ar~������:r�Sׯ5m�N��-ˮě�8i���L�7����%P]R��ov�^"��x;���fˈG*c �B2l�+�Ct��!�8Ms3�ʀaN�iq{˶�*�z�y�����Er>��#@���&[�@x�A��C=G�6f?j��S�" h��zNy�]�6�j�d���٭�!\���m C�Au��N��K��T�pvTD�=����ia������h�j�T�ZzV��~��rɤ�%�#;�c9�8�Nݺ�H(�����DX�G��?C`���)-'�-�9�	����=#�,�P��/5[�N���kѹ'��꿒D��8�B�<��]ɨ�܋X��ֳ�Cٞa�e{��Ǵ1h�q�Ѣ�,�)��/�h)�Έ�6��v6:t�h=pøz`�ÿ[RA�(��T����c��~�U˘z��S�I�4�.�xA΋�Ka,G����������A ��ڛ��K�8���額S�fѰ:{���RvM9���wǕ���@���p�1#o��S�I*)g*��!��fXk��=�y��0ΐ��fz(�rSt���hT`Y!�?���34*��T:$�$A)T���7�|(�
+b�-���Vu$C�75�lop�ޗ�
+�y�<=^$he�*��T*��[T�g�1�z�bp,S�p/�� Y@�<��	��tȠH�s~����)�;�;��@����P�%H����	��P�Qr�-�
+2�����(��:k6�f��Ą=��l�i�!����]��wm�^����%:j
�r�I�A��_��բ�&�Iu	�|ڊH��lEi�H���~�=�y����
+)nf���G͈���`��sDb�AZ5$���$��jC(��.IXG�D��P���}f��
��"��+&���l
+;7���BF��	#c,kc���� p�L��\�V��2y��W�P��=w/hl %/ێ*Oc�!��a�qlǩR<��4�<D9�4L�2;60�����h���1�i:$�FHfr�7E N`+jKg���v���.&�Na�����r���� �J�tT3�-���}�!H�1V�+����U����Ю������]5�z9����w�Ҝ�`'$Gi9$��L�tS�0�z��r��%��|�Y2u�\	A�C��;d�f܊�c"�a��J���,��
J`ZUm���\�poHD™N3�4���#Ĉ?B�B����6ԂO�9���
+�I�2�dN� ����h��tS�VuMi�$5��H]r���1L��%�=�5\1�?0ޘ���RGY���a@�u6�e�ڨ㴾#g������^�a�#��3���2	pr�p�djcc��$�<D9�I��f�ڃ=�J@����qD��!��PB
�<�J
V���Ҕ3L�DH�M�L`��R��W����idb�@+������&S��{m[��.�O��B��[T��I�1,�E�tl�[M-C��;�%�hm����6SgV�_�?���������[�	oq�R���t�ۣèl1w��^`�CQ��?T.��K��rT;$T^�Ш���Lxب���`�s�8cp}�4c��X޼��p���8���Q5��}���'V��uiW�Z�*�\�X�;u�!H�.�/�m�=��å�W�p��O��!���|i�K�69�6gR�S��Z����X�:*�Z_�ز��cb�UU�R2J.+�_��M,i��-jt�j����]�PS��Qܡ$R�2�J��6FE�	�#��@1aTP�����;�nNU[�u�ɼNB/�9�����ݱ��!.q�b�!Zj��X��f,JP<&�����2�g��x�[Y�4Ä���O����H˞��DŽ�����33'n3~�h�� V[��_
J�X7
^0VXC��>�������߯�!i����DyvF+o�A	������G���¦���/������U�dQ�O�Oz��o<~Gs�3p�����5N��/�Sj?��aK��,�`z���������=9v_��O1[<uRj'��kY�1���q{�r4V�~��L�?��(&�O,���^���X׳�ؗ��$L���~�5��I�!����� endstream
 endobj
-1358 0 obj <<
+1374 0 obj <<
 /Type /Page
-/Contents 1359 0 R
-/Resources 1357 0 R
+/Contents 1375 0 R
+/Resources 1373 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1356 0 R
-/Annots [ 1362 0 R 1363 0 R ]
+/Parent 1359 0 R
+/Annots [ 1378 0 R 1379 0 R ]
 >> endobj
-1362 0 obj <<
+1378 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [213.6732 532.1015 286.8984 544.1612]
+/Rect [213.6732 432.1255 286.8984 444.1851]
 /Subtype /Link
 /A << /S /GoTo /D (rrset_ordering) >>
 >> endobj
-1363 0 obj <<
+1379 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [209.702 453.3093 283.4678 465.3689]
+/Rect [209.702 354.4169 283.4678 366.4765]
 /Subtype /Link
 /A << /S /GoTo /D (topology) >>
 >> endobj
-1360 0 obj <<
-/D [1358 0 R /XYZ 56.6929 794.5015 null]
+1376 0 obj <<
+/D [1374 0 R /XYZ 56.6929 794.5015 null]
 >> endobj
 402 0 obj <<
-/D [1358 0 R /XYZ 56.6929 601.5665 null]
+/D [1374 0 R /XYZ 56.6929 498.9148 null]
 >> endobj
-1361 0 obj <<
-/D [1358 0 R /XYZ 56.6929 578.6548 null]
+1377 0 obj <<
+/D [1374 0 R /XYZ 56.6929 477.595 null]
 >> endobj
-1357 0 obj <<
-/Font << /F37 799 0 R /F23 734 0 R /F41 935 0 R /F62 1060 0 R /F63 1063 0 R /F21 710 0 R >>
-/XObject << /Im2 1049 0 R >>
+1373 0 obj <<
+/Font << /F37 803 0 R /F41 940 0 R /F23 738 0 R /F62 1065 0 R /F63 1068 0 R /F21 714 0 R >>
+/XObject << /Im2 1054 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1366 0 obj <<
-/Length 2639      
+1382 0 obj <<
+/Length 2398      
 /Filter /FlateDecode
 >>
 stream
-x��]s۸�ݿB�'�sB�Iɓ/g���sZǝN'�Z�m�Q�"�qt����b��ة������bw�߰�p���0����V3Å�̗G|r��	3@��ǫ��g*�Xf�L�n"\�Y&&W��7=������L>M���$|����O4c��������\��zzu�/O�N/O/ޜ�Df��Ág翜����ɯ��\�������%�Wp��|:��O���G�)����p&����6��T������E}uK��gT�L&�j	P��Ym�Ij,K�TN��~�LLfR1�$τ`�}|y�0)�Jf����$�������\��k�%_�+����*ݖ����Xd�"o�U~஋��sYoF?؆=�z�{Dwu��Q�ZtS

�=%m3�V;��׫��7�>���C���=���縃I�%b5�)�e�ohr[��#�􈇷�f�9_,�������l	o������T3˾x*.�f]��",+V�>��MYxo�&������E)�C�#�萔ʦ7�gd'�Վ�>[}��L'Z�	ӤI�~%6ƚ�-�Ҳ�R1�O
Ġ�3՞}&��a*��@� �<���5�ִ�&����5L�Nd�oi�ɗE+0�y��#�<�}�p0ё�@�V���=Q��#3���L�*�Χ_���a�Q�O�W�p�B}�O��~cp _�	<l8p2�58�T��B�,&4�j//��K��f��3�$���w��
-f����e뜼z��h$��b{�Y9����*��j���7��&�=������h��.<A�\����yg�����A�Sp���G�d]�sG�V@��Vk���J;�D��}�D��M��f'0�Q�#�7��TZ�l�m�$�[��Ͳt�
-�t�����@8>��R�ʁ����u�2	1�'r��9xD��o}<�\'$����WMM���ܲB�6A����4�Re��0�PF�$50$&9�����vB��(=��e�͇X����%�P\zE6��i�0�L֣h/Mi�!dR��<�%������՘���R/�VQc…DP
-�2Iӧ$l��,��ӵY�q�$&{�Ig���ݑ����ZH�47��J�
�#�B?MIX���[��i}�Wy��F��Q� �~��'1-!��4d�Ji�|�����X�8��6v�F���\��H���ݭ�����D=	@1��H���Oc����R�,��>���ϵ���Ţ^��j�Ӏ�Zc��x��ƕ4��1�b�s˲,�}λ�9½d2˒�7�g��Q=m0!��s̅
d�����ۊ�*���ўK��b��d>��Eq�C��K�Q�U]��?��׸kH����y� ��I���}<H��i�Ж*�eҾE[�mڜvF��!\�L$���'7[�=����o`ac�C	�e���e�l
�A�J�
!���������#!S\�c%1�����g���h��f���se��J	10�mr��W{�Z�L��`����U:c)d�}���VBxh.���:��08�a�L�4�����@|Պe�E�l�f8��	
-�
-��H�0q���WhZ����It@ⴝ�w{��!
�������qUU��4,��*I 6G�y���`�"Ⱥ
-��(�OPYˀ����
-�$�7�jA���8@˽���4�-�z`h�A$I����c~�'�N�:��ʰ���y%�yD��BZ$Rj	�w��Ϥ��0�K\߯3]���Zǹ/}/
�^g�rXj������
JIt���39�nc�J^�&]��UN��)�z�.]]���13X����W~��*!4��m�…�ÂWR��z �m��2����zKm�D�B�����y�������H������w��G��e*e�Ar	�4�i�j[��fPR@�/���6�(.iF��Y�{~�c��@3R(���/Q?/��}%����/��7:��a8z�-?�)a��/h>ڋ\���fE���~���\Pt�R���
��}S���.�~u��$���8:9��K�6�QH���t�Z!W]Z�;i%(���P�#lZu]���d��ӣ��Aj�BǑ��9�<9c\�A��W��鷈;�o9��:	m�1�/Ƨ;���p䑒;G���Sfm�v�OnI&h{��Z�`�.rGKW_�F�k�p���p���y�Fm6�ʢa��
��Li��6�P![��ܙ����]rX1p���,&�=����4|��0s���.��0��T�1�d8�w�.��
-����P0�S��bO����D0��U��������T?����w!v,A(��t)��0M3XD�-�9(�؃ǼG��*rtN��a��~�ȂFim��p��kq�eb[>�%��ǒw��e�'�hk먽��-�����z����q)��cH�Epl`�p�ࢍ���w�k��Hގ�P�#���u@1sVz�0�~NW'�ߎ�)f[��
-����(���m�,�	p������ð�s��,⽗ץ]���,����[��3�T�
����$���C���y��o,��w$I���Y�X9ֻ�G˿��CC�M4�y2y�6"$T�0�Eǘ��<����"����N�endstream
+x���r���_��'����<9[{�L�m��d:�}�%��"�Z�����F�e�u2�� xpn887�L0���3�'��H`"&���<���g����,������%���rr��p)��"�����/�~w5?�Q���τ���nn��f�{��p{}�����y§w7n�����j~u���|F� ��zG\���ʍ��/��r~����V�X^��䷳O��d	b�p��JL��#�5��ϸ`Hp��Lq���-��]:�?��&#
+�$R %	�F�Qf5����xJ4ED*D/(��?ź�>A�O��8 i!�3��&/.�Ǜk�{T��Xi]���zK�2�	�p
+%�"Jw�_ݺѮ����oܠ��	2xgMh�1��O�{����zc�ꍽ�7�����m@�}I,n��"��H�˼�f��O6�i�Fe�X�p����&�Njk8��!5�U��tN�����������f_����ߞ�p�����۞5�Һ*���w�=�_r#���M�QT��#z��ƍ�r�M�nh��<��#�h���YTe	��rL���j�k
N��
+BNs�U$�:_�E�u�M埖9�cު��s�\:^��M�նqx��̈́� �i��s1��MU�YX��M���v�6�<�+K�Z��s�iyaL=��ӣ�MbLMW�#��L˽y̳��W���Tk_#e�D�b��N��r�V�Ҋ�r1�]0cԭX��������=&������^����-[
+��Y]Ô�D�)33u��zXAx��{A�gā�m)<���7�����P�D��bi{L���y�d�K���=����o�w����9<�:���F	�Nf�=�L%a.0y����#��u�5�a�U���T'�"��1�^AL׻��[��ͣ��e�@R7C4�mim>�e�=����ޙo�/�ӽ���h <�v���g�`��`Lv1=�����y?h}�Y�x���-���r�pm�r�1��7ik��߀��~�#��F~�v���UF�#���j[7i������l���aF:��&��	 ���l�l����;�S$ °�a�n�u�����x�NIO?f>-�ʍ�q���c.�.�9<T�S:��7��	�d"&�$�B�J�oۇ�̣�;��bx�z���&>��t�bkwِ!N%bL�G5@�#��'��'�`�Z�~
+rY��]�B'��l
5f�PF�)F��j�"����f-�Y��	�c�j�k��[��#fA)�X�s�����̱q��X��vIX���[P�Ƽ	>�D�=BAeI<���1N��5�I���50�b�Vc=�
�#l�5mG4�sY'�g��O�~��H
n�H�$��BS"Ҹ�?L��BS� ə~��p_jC��e�N���Ӏ�j��'x���4��fLr��Jt_�.t�HOUJƾa<�0�ޘ��;���pM�*T(m�T~N�~h�snNi��ʌ)�͂e�J!��%����'�p�/o�9����v�C�S�9H����&kiُGy�1o�o	C��!�9���Y���!\2Ed?����w��]���/p���
+,�=#a��d��:���!��uvR�
+c��!1̒��V�C�3�/i��Z'�aN)� ��F	10�mr�շ��%��P?�ku��e\l2h��o�#�k.���À�Êa�B���ZBkq$�r�d <A�4����WW�T
+���5��y��8*8���<�$��i��� �pX4����We6�ћUE��0��NbռN�fc�"P]�|:ʰ��b�#��K;�a��Ui�t���bE��6�o7P� ��u�q��$��g���:uj]��Q�G�5��Q�W;��D��q�_��OS���<��ڕ˙�����_�f�){�1��Z��Oy�8�%�߇��lkr����ּ>&��t*V:MG���j��ma��\��`����l^�yK�Bl.�&���a�K]�� ����:m�c���xg�]P��G�{��ω��u��w���[Dj���$������eX�F��ٕ�m����#��Rו������#�<u
+�͗�����
v�.7���9vt��lfFoL�yN��p���r�q��A����~���\`���Z���`����s��ݯ��*�����hF�G�|�m�y%��Q���{��Z!
W]Z���)�
+	��P�#b�s��]�]��3��G�[n��1~#!�sy�B�P��iZ<����">�w�	r��u��Qc�P�������㑑[?��Sf���ܒ���
�kA��&K-/]}��m�þBL
+�&�	�.)�F���(7�#�3<y1;����gn*-E���C�L�.�r�^������endstream
 endobj
-1365 0 obj <<
+1381 0 obj <<
 /Type /Page
-/Contents 1366 0 R
-/Resources 1364 0 R
+/Contents 1382 0 R
+/Resources 1380 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1356 0 R
-/Annots [ 1368 0 R ]
+/Parent 1359 0 R
+/Annots [ 1384 0 R ]
 >> endobj
-1368 0 obj <<
+1384 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [353.6787 530.3947 427.332 542.4544]
+/Rect [353.6787 434.7534 427.332 446.813]
 /Subtype /Link
 /A << /S /GoTo /D (the_sortlist_statement) >>
 >> endobj
-1367 0 obj <<
-/D [1365 0 R /XYZ 85.0394 794.5015 null]
+1383 0 obj <<
+/D [1381 0 R /XYZ 85.0394 794.5015 null]
 >> endobj
 406 0 obj <<
-/D [1365 0 R /XYZ 85.0394 600.9849 null]
+/D [1381 0 R /XYZ 85.0394 505.3435 null]
 >> endobj
-1020 0 obj <<
-/D [1365 0 R /XYZ 85.0394 573.3935 null]
+1025 0 obj <<
+/D [1381 0 R /XYZ 85.0394 477.7522 null]
 >> endobj
-1369 0 obj <<
-/D [1365 0 R /XYZ 85.0394 447.7048 null]
+1385 0 obj <<
+/D [1381 0 R /XYZ 85.0394 352.0635 null]
 >> endobj
-1370 0 obj <<
-/D [1365 0 R /XYZ 85.0394 435.7497 null]
+1386 0 obj <<
+/D [1381 0 R /XYZ 85.0394 340.1083 null]
 >> endobj
-1364 0 obj <<
-/Font << /F37 799 0 R /F41 935 0 R /F23 734 0 R /F21 710 0 R /F53 1027 0 R /F62 1060 0 R /F63 1063 0 R >>
-/XObject << /Im2 1049 0 R >>
+1380 0 obj <<
+/Font << /F37 803 0 R /F41 940 0 R /F23 738 0 R /F21 714 0 R /F53 1032 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1373 0 obj <<
-/Length 3269      
+1389 0 obj <<
+/Length 3094      
 /Filter /FlateDecode
 >>
 stream
-xڽ�r�6���m骐�'I�Ϭ��g�v�j+Ɂ�`�5�!){��O��C���j��@�h����|��$5�,2�͸^,�gl�s��8��)c}w���&1�Hw����9_ܭ~��D$�����x��盋�LEwW���c�Y����K�>�\�����y�sͣ������
N����W�p���Ȧ7�/o.��_��v����]��y9�� _�~��-Vp��X"M�/��n�Xlϔ��VR�����ٿ�
G�~��8K�LŌ���6I*���ӄk�c,�;��D���Ǔ��t�	��L�G�A�x�u����x�[w�f��	3&?M8 ��#�&��|J��v-ܬQ���Q�����|�vYW����׈��w���y��ժ\]YW�l����U��K��ݜ�yDX�2���%�O�͞,e0��s������ӠBjs����m�y���[[��*j�r�(���}(v�_}5�ϥJLԐ~��}�%�"w*�p�mY�:�"i7PT+��ö�Vnw[|y.6;{��,K������&��;���9+7�ic���1�+�Qsv����4�k�����?��|��ݹ�QMڱ�-����*۽��������ʘX�<^̕���ő'�<�Ͷ���;7b�ra�7ء�j\��\e�d�	���۴Ɍ
�
-�3�r�އ�ܓA�')��[��Ѯ�+���ó��9($�!ǝ��qӺһ����4��-��9���@+�#L��y��ݽ"�tV��d�Yo��B�X�?�g�c���pm
I��`il�ԤH�2���D�Wox��]3X��HS��|YTU�!�mi������W������Ȝ`'��Rn6�#�����n}�J�9�!r��������ȕ%p\�����>�|:����G\�R��FX'�Q�
-�>�@JƤ�4�k������,�2@�Y�!��`����0�/�r����7Oט��@t;��*�Wq��T�eWB0~�!<����Ƚ�y�Q��e����3W�^�YW�h��k���#�!�� V\F8��[������G��+�b�f�
-�_w�)-��h��]S��-d� �t���Տ���{�;�C���q�H�G���dP�-��Z����gnnZ�v'ow��nA�׷���M<�㻡�{w�pH_��(�@����
PT�7;�'���zBi.m��3�2�t�7��븝�X���*n�kl�1X	�s�t�5C{bc��eS�9r�E�,3$���=QD�K
U�Sݺ��j��ȿ�JJ#p��4GO7`ٶ�C �5���Q���J��7�b��O���?���y�I�����	5�"(N�m �i�%�&y� ���o����6�M3#����E`X1�*��
-Bt��t�5�!�BB��b�O�
-ˌ�0t
-Y��W�;�S����CB�":��s�
-P�.h"˸r�_<a��H#؟u��xw��5�h1>m�w���
-yn$�JB�������Z��o�6�"�n��'��2��R��jб<��I�}jX����k
-��yf��W��tf��	 ���z,�ᕏ1īrUv�����v���v���bL�б�>&�MW^N��}��ҕ'>�e!Ȳ�����mY���\�-��bq�{*|Y�
-Q>\��^��Q8xU��]Wo����Ae,�JYO����*�meJ �h����"��z��m�ė��
-6��.��^`B�|!M
-�m�R�d�H�u�i�0��^�ᾘ�-�.v@����2��7��@z�7x8܍�{�P����D��wZ����|9}��NQ�b,b(�h�)��$7�z�q��!%u`;VJ7��_���#B�����w��+�g��}���9q3|�t�_.�Let����@
-��s�2���P�,$V�:/��a�����#�?L�w
-�a�o8��=|6������=<H�-h	�3a��I_0z�<��51ᧂ�7Z0-Ѽw)*���1l^î�K�o�M��0���kb�����_4�-�˙�|ij��kwp�������ܡ3�B���~��kRz�ه��c��Ԕ	�����N���i��tFj<x�Q.z��A��^mѴ�	ӟ޲�2�)�����1CQ'9b��8TV.����{<��F�����%:
-�ч֑�^����w��
ޣ.��ǫn�h�(9zM3JN=�M�-��D��w��55#��z���_�k��a��C�C��h
-�ߍ�	�!}nA"�U��]�����jcc�����B	��
-&�`�v��Z%�a����ߑ/���N��@�z}�\@^�D�T��(t9���7�)��-B��ݢ*�j���\4e��~���f���>�,D��e)�Lb{�,c��z�p�d�qU��ay*!Ք�8�B�5����ȄqHg'L�4��	�����=�s����������dK�7���_�o���]QuaoJ���I�Ҹ�'��f��>N�x����Rv��Te_�����9���q#�Ň��o�κp(��ȏ��
-1�dJ�o���
-�}
->uF�t�:��4=�#�3C0���z�>%�G�5%.�zC�.z]��k��'�~��L"�;~�6�X���?z-%ԍ��S1�%�¥��.ׅ�]�}��"��S�2�-��*6�a����ft��Qn���kX���a��=�QP�(%Ns�cͰ09��P�i=�a�-�0#Rp��3���|����*y^r��h�O�Nߟ����rgʭT���Qƥ��.�Rr�QkW��=����[V<
Q:�Z�/��W�Ի����������E:(��`X
-OESl-��<4�@�ν��qʠ9�<&�;L�"�g���K�1R�7i;�͘�w�����~C�GX'>`��b��nt����#�����C�0xP��j�,U���c͜aR��)
-�P�C���Pn��-�@ݡ�������p���Fپ��/����v]<�>E�2�,�Wڇ���d$~х�R��b )t�L^	KQ�x�M��r��ق#Ԍ	u�b�ˋr��)����1���|���Up.�G�ƌ�!CL��*�:@�B�x��
-w�������='�.0z��/B`�8\��;��&j7�3����֫x�Tu_ZKW7m�T�.d�}���sȔ�����F�I�ɀ�k�_Q��1��_����K6��e���)�<Q9lBLy�������?�P�endstream
+xڽ]s۸�ݿB��L����G_⤾�9��v�s�Z�mN$�!�8�_�v��Rr�M����~�|���/2�(#�B�4����[<���3N0q���P?ݞ�~'��$F	�������|q��-R�H���Eo>\��|����N���W�Xd,zw����_������2�yƣ7;����5.)�����[�1�8��������՛���?�]��g��3������b
����%����^X��Y��$K�3�����G�~��z�-�,��E��Ę,�'�q.�Js�c���a��p�*ϒ,��
+��<10��W�Dj�:������4I�R��9K2)�s�a+��_��dZ�:�^2������@��?� ?��r+ok8�bt��8c��Rb������%��3|Y-�gQ�X�8j���ŗ����nd^�35���4���)K�P���4K���.���`��6�i�W�&�����]�٭�:���-1V�4��_���f>
+�~dL|]Jٵ{ut1����p�@�n#1l,�0"e�;�������)v�LQ�<zWf�ٿ**Bd�i���܄MEG�����TWn�!�]��/�;ܣ��
+�
+���qӀ��b�������Ҫ�ܖ�]cH`l[Tk|ٔ�uw��+q�L"r�/��c6�?3�4��W~�cL͜Xo�|Ɖ����N�+��c��D��nc�`9(.8	�T�U.�
+�c��(�˦�ڸ�6��
�qwp�p��!<6Y�!�q>%|c;�:�
+қTF�n{��M:����MZ���8�*V�GD��c�
͗������ʺrV�����l���%��=��#�ح�VIK>y,K�Ø�j�G��p;r��(�N�VYg
+�Z�u�8���P�sb��5�K����s�&&��+�f���B���N��ܖծ�-�vh�0���k��m��K���S�h�#;<��G%)�#v�!;�1Ȕt������[@���ƕר9;�B����4�j��I��˩4�rp�4�� 
+��v�w+'n�F����.vMq�֝g]�:^�pqb�{}du3O���p�+����\�
Fڮƍ-�U�L�AU�l�6���8��T��F�Cq��@��Vz+2ڵ>�	2rxB��A�|
+	s�q1������@�����G���_ʪ_��<�b<O�a>p=1e2X�졐 W僟��L�A8��f��:X�75)H�������p�X����8�!��T�o�C��)G�~]Y�0�$�ⅸq��,!"2'؉6=��
��;�?-d6U�y!w�,s����mp`5>5�R����n
+Y��̧���Q�����I4�:�z� ����d$�'��P3���D���2@�9S!�q0Ȃ��4����d��Ǹu�FՇn��Y�UѼ��Sͧ�-���“�P,E�����R�|j�C��St/�+G4Ϣgk?�#�q���2E��lzn�=���z�k��/8X�� P����Mi�|G;�m�
+�o�"Q������/y�{�,b���TX�'RB�\���h���j���o��mƕ���_����;wa��٫|�������9��>�qH_��(�@���MPT�7;�g��\ٶ=ng2sЧo��ꄝ(oge7uݵ6Ƙ+��i�=�퉍AhR��'�)r䎋`YfH�3�J�D�/5dT-.u��⃑W�,���4W�Ls�t�m�=�2^3���Q�䎌P��L�=�]�V�	|r�]�m>��J�L�H�L���i!����J=}2O!�(�=���}�-?�ҀT�'*Ѱc�l܁X Dk}�;�CB��T���֨����4�#Rx{�Yw( �ǘ�C.KV2�)e��AU��Z�A��Oߖ��!(��@mJ��͂�<�$�^&�L����$y���X�)�F#@�
+�ig�C��|�!^��{�����ǖjG]/�[���c��2���)7�����tH�|Lzߦ�4f���h$;���S������������WE�lq��u�j��� �נ[A�v�;Uу�lC	$�-=�A��i��;<�/U�-W��{Z�����&2�/�N!	�Lq�y �~?V���/�/fp+����4��H���r�́"�P�������F��E&�i1..�W��T���;EA������{�`n�;�z�q��!%u�v��n�~���v�U7���u`Ž{V_p�qG���v��?'"�'.����K%��{\�R�/���"�k�
+e�Cbu��Rf�8���q��E�:�f��˷
H����������x����@/f�*g��`�Vd:&�~)�0|�
��{��%��y
X��G�MQM�E���5�SO��o�/Җ����F<�|�v�*x��ȹʝ��<|ޠ�����~
+0��M7;u藦LxgO��k�����L�an�����>D��M^|P�آi�5".�����J��
+��^n&SУ\X��^�TY�<�z<����	W��V��(�GZG�zI��?������=h�b�kp����t@�y��k���)l�m�w&�m��(�����ԫOԗ�d�]#�[4�!��t=��w�e�b�-$�Y���՟��$�p��:�k-��^�`a�P>a��UB&n>���������>`
+������5*��D�FaQ�r…�mBSڡ-B��ݢ*�j����h�zG� w��^�;x}�Y��G�R.X�2��Lnu<���5�E�U���婄TSjq��j�����	��N���σ 22>�|�����?� �������_![��)��w��}�f>�)��'	J�OR��}��0i������{�,U��>���?K��7�'>�(O
}�uօ��H�+P�v�o&Z��4:�@h_�C�Q�L�v�8�Dt������	������R��zC_-z-���������'����9ۀJ����14�P+�N�H�����m�.|�"��]�S�����W$�+לn���-�	u��s��z?��:�7p�k�>�b�pO��S���:�
+�����%��endstream
 endobj
-1372 0 obj <<
+1388 0 obj <<
 /Type /Page
-/Contents 1373 0 R
-/Resources 1371 0 R
+/Contents 1389 0 R
+/Resources 1387 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1356 0 R
-/Annots [ 1376 0 R ]
+/Parent 1359 0 R
+/Annots [ 1392 0 R ]
 >> endobj
-1376 0 obj <<
+1392 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [289.8576 392.4739 338.5646 404.5335]
+/Rect [289.8576 270.8769 338.5646 282.9365]
 /Subtype /Link
 /A << /S /GoTo /D (dynamic_update) >>
 >> endobj
-1374 0 obj <<
-/D [1372 0 R /XYZ 56.6929 794.5015 null]
+1390 0 obj <<
+/D [1388 0 R /XYZ 56.6929 794.5015 null]
 >> endobj
 410 0 obj <<
-/D [1372 0 R /XYZ 56.6929 769.5949 null]
+/D [1388 0 R /XYZ 56.6929 661.3973 null]
 >> endobj
-1375 0 obj <<
-/D [1372 0 R /XYZ 56.6929 749.8269 null]
+1391 0 obj <<
+/D [1388 0 R /XYZ 56.6929 635.5371 null]
 >> endobj
-1371 0 obj <<
-/Font << /F37 799 0 R /F21 710 0 R /F23 734 0 R /F41 935 0 R /F48 950 0 R /F62 1060 0 R >>
-/XObject << /Im2 1049 0 R >>
+1387 0 obj <<
+/Font << /F37 803 0 R /F23 738 0 R /F62 1065 0 R /F63 1068 0 R /F21 714 0 R /F41 940 0 R /F48 955 0 R >>
+/XObject << /Im2 1054 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1379 0 obj <<
-/Length 3862      
+1395 0 obj <<
+/Length 3800      
 /Filter /FlateDecode
 >>
 stream
-xڥZYs�F~ׯ�#Ue"s`p�nm��؉�6v�V�%�D�H�A�!��ʯ���!��RR[��h���t}��Z����L$t_�y!��f%��0���d��'Z�������N��(OTr}{?Z+�D�����՛^�t����Z�J���I��������~�|�����?z}�ƫ��?����~z���ۛ�̌���p�w����Z�z�㏯?��v�ϫ���,��J�� �_��.������3s��<W�������Z�����տÂ�Y�����"��tA�J�(���:5y�h�B��lgo�:ѫ��Wm�a'^u�>�x��<V��cѷG�k鷳=�P	�Þǚ�G��~T��72[�{��v3R�O4�W{�†���rc�c�V��b�:X�������p(C�}����
�U�P�m���A�n��+�z-2/\0;qD����Jj޷�}W<�N�t�pGC�T���^m�bX:�9��珯�q&-��¬�vQZ7[��+v��~BY~�2�.:Se	V�
-��^�\�Y��H���2������CyXw�v����H�,~v�@t��D�M�v�Nv�l{�P,h�=�U����}�L�����w�=���雀G��L�0�So��-�nڦw��ֳO������|;����t�[=�����:�#e�'��Tm�H�󅢆���„���9��E��ȯˆ��ۡ��Y��x�X4[|��Ѻ����U�m���7/�;tx[���X�Fĥ�/��'Z���)��3�x�b���cC755�E�6�'�� S_5[\z��2Q���Q�*9Ӥ$��4gb'AX����m֧����5��#[�4�X�H�=�cG7�T�����i-@E��Z���j��h���_lC}�q��#`\x�虼n7_�y,�{�7�}�������ơ�����[~�Oj����!9l*j��B�Y�ELJ���L��Jc�˨��OpPϠR�&K��=P-l?�%ų�	�t�h�A5�c��ӄ>���@��+��:#�V	�m��Y{�bw}��:��Ly�x�мݪֹeTf`��&_��#�3��>g*���L�9(:ww�:1MČK���.9r�K8̸�M�ZwLv%
-b�"%���	c�M���aZ�oZA�H�#�"a�DRi���<bQ�����	W/�g�H8��Mwi�#��A:��0"M���;�9ܩN�<h!��1")�#"9rBl�	� ���&���O�)�i���&��p{�@����*�6�=����4�|�8�!dsΝ7�F8�_�-D�i�g��?�k��_�U������YPS]�@Ej�v�˯��`O>b�����
-��T\L�5ɢD�VN��_���,4�5j3��w����);�1��g~BCĩ�DM�B���55>�N�_8����36��GI1��-T��y���8_��Xk#c��L��'C�qjO��s���2��_�e���U�+��U�ӝB���`XS���t�.'�!0(y
-�#؎} y�D�@���x�����u�m)�&�NG�89?���N��~��i�ғ�DV��ƥ��k��I
-�$Q��d
-c���iL�gj(T���6y���'&�-�Rk��t?�7����p�q~��Dr���3ӫmoiO�f��q�|D�����7N��De%��>��"���T%�a�T_�0�<�W�րA┝��u[��|� ��D:3���W�*8�'Z��W,���[���`�lvv��`�w2m�������=�$�V`PB.=Q�f�%��,\A̩.�ӂE�I��(A�+F�¹�{^�P���5�>0�$�<��	0��(�n�Jp^:�v�O�ҩ�����p���g���pT�$�i�$����QE�u�tRB��p��S����U� <�[0ʛ������/1)L�%q���f�%-����m~�ۍQ��U�#�s��+��r��fmlM�E����+R��NCL<+4T4[F(DL�'/�Y,MЄ��m�ñ �˓pC1���x���)��]��{��i���B�w�HF���D��Lk�ws�)��;��� �f����X���Y���iu�t~ƥS&8Ng\�����2r0T5�z(1��E�ǤdO�	B]#�u���6Eݫ�˗���D��j)��#�
"\�ߪk2��H�ITp|>Aq9�,%8�?#��]��c	�G���(}Lu9JT��
-Dۭ���>���+�	���9�*��y6���(H�;��0��"��J_TM@�U_���)/�c���$0V�y*��lx/��f������$���c5�R���Q�
-�{�y�ƶ�ˍ�ɦ�Q4O��£
5I��K�%'F�oz�P������Qgv~G|�;��Ss�>[4�MB��Kk����Ȅ��o����b�b�0�J@��=8�@bQ2�D��J��)@Q�e�F����F���%{��$��T6r;��2�W�a���=���a&�,nBv㞦W29x?�I�����I�Y��{r�~�v��Z?Wx�TY�k��0.�J1{)$��*�_�HȀ�2	|C�۵���M�i�hh�/��'ͅ�k�8��l�9��_Ruh���M1'&�F�x��b�]w�������3�,���	S�������f>*��ё�VKq�W��_
-H�6�,��sH>+��`�����
-��R1O�-j6	�/A.�R���VYb���P��N��4���H�����]���h5�<���H���p_�����093u���_-�
�zB�3���V�v�0�c�=�`��&#C������㹺}䬲�	��Ä�g2��}8y(1w;rsn�}Q5�Ύ34墡�`�H	���S>�FO���4�Q�nZ�un߰Xp��8<��@����0՞�`�`g1ۙ�DC��]��?�_��N���:�r#s`4믈WB�	�U������#P葌c���c�:��H�q���l,c�����NP8t�(lr���/"����ՙ��Rd,���f���`���,�q��8UI��Q��Ʃc��qj�"8���ui�����^���=P-l?���D9D����+�����r�%�T<Ũ��%j^�Gk�T�i,�9$������h�_�u4C���A�v��|̐��p�4����K��Q.�K<*��Q���f
a�X};Tu��M�\�C�\Hh\ֺ�Hh�)��LG�в�b���ʰ�CUZ~3Ju0l�l}�j",�b۴����pAoTǯ���=�{x�!W���M�?��G�f7_4�^G��:tv(�u�֮�.[D��ҌVQbR��wUS.�U*��9�`�%p
:��ś^���"*�y�`q��
-��pfL�C��W{j9YQ�#�A��8}���l)u$!�{�I�BpLn�g�N^�(�;5V�6t��BM�Y�
�z����Fi���~G���� Ȓ��2�����Rl��\��u �Xчc��8��.�x�K,*�E1(/���Ò;�Hc���l��!H���a �/�<teQ�e:Ů�5y6�@:��D��Xb\r�2�TH����}9�E�uU�<�*14|�8OY��s�7���Jɸ�ƞځ��UB��?���3p�w*����'+�*��鬸��:�V�3�8����g�X6��Y'}	�*����>�?Lz���G��d/A
��C�͠�+?Ѧ%昪qNj�~��C]m\0
=��!́�Kj�V���,�E5� ����OI���.��>���m��M�����ߟ��0N#�e�«b����g�yp3�<|7|�����5�
-endstream
+xڥZݓ۶���ު�����1�錓ة;���/}I��!k��E���_�]�")J�N�s�X�c?~�XH�
+�'o3	���4ב�ܮ�7�v}?�H�Yz���ۇ�oޫ�6��$Nnփ��Hd��}(]|���??���[�F,��ni������%��w?}|��_��ޥz��᧏�|�����w�{w�����}�#\�����#���?�������ܼ{{�W
+��r���ⶄm��FD*�����H�y|���FEF+�[�O7�
+zݧs��&�L��ۥ�QC�
+YD€Ж�ʣL�'!�rNȞ��U�%�5U�Y�ǝ��Z��.����g+\3KP�%�d���%|��U�>��s�(��W�Eo���{������R�j�i��~�lI�˓m������H�-��;�����vպgف�h�ON&N1�b)e����v]�����z(t�"-�Ą��1��H.1�#Ks�h�TEJh3Bo���N&5NO��_Az��2��OE�)ϱ+����vO��H����޶�4�YT
u�X��P���wU�<m��~B;��� ]_4eA�%�`t�cl�I
+�j�"����벹.߶j�{����i�W[��T�-��6;�~<�����V`������v�r���&�$;38ܢ�����^Vm�;�55�N����
��/YW���Y�
��>�U�����i���5=�'�h/��G۠֕^�&��r���?2���Oo�X=��v�-y��p�>|�뢪�a�[���k*a�t8,B.j �#�׳NJ��h�<_<��vD���D�-���`������\<zj�I�1�e yf~<����:%����TόE����g��sC���֤������##����-�#�����3�@����6}�	�dC�S�:Y�J���}�v�/�V��}-=�0�#���嶦���o=3�	k�j�9U��:-c�������uhz���]/\�!���bS�����%9�˼@p� |9�^�(��H�3 �b��)i��?<R.�����.��9��)��ȴ�8�6�@��I�)���₨�;�ɿ	[���"`�Y���=�؁˩�l���A���yr��(���>}�����@��4-/���QH"f��Q��@}E������'�~��g"k��Y�����]����q�����Q�3�>o�4�X}o����9y��q����1�����]�ni1�]�02&�-z��jA���{{軪���y4���Bx���g��؛ށ6N^����~l�a��Y�/�|J�4�✟��3�֊�P<��CQI�,:�����'�$R�&G�k������*'��$Q�9'��*|4m�<mh;���l,�a� M��c8�&��X
+m���:��'2�����3&����NRy�_a2���v������lAoh�4	�!H����7n�g�n�T;�!�Άu՟"V�E
+��ȤV����* Ӑ�22.t!�LIG����kf�10�HOf'XRc����	D��	�����~Wl,�lw��X@�)�f�m��PΘ��Q���!^*to7�u����*Z�B�I8'�#���A`�wZW��B3.!5�%|���.a3����C�v%Je�"%������0�4�a�)N@�HH	�"!q�������) ���	�p�#D��>����		�)�i����T�S�L�#D��5D�X�sDB&>�";��CD�/�`�G��7��i5f>
� `b�lv	�@�]u�>@Ϧ�;�X3���I�5J0B��;O0L/�p�?c#J�(���Q�3>j��_Ua�${R�@%2`<��k���Rt�j��$Vٵ�����:T%lq��O!�u��GB$hQD���z�'O��1���,$�I<�u�7�D�+���~�cR�X�J�H"�ӕ�D���k�<W矎t2����C^6�Mx	(�͗ΤP��c����U�T�c5���p�'�ԓZ��S���GS��OҰ;�
�S��#x�>a��
+��@���2�x_��q܆�-7�${�h�U�Ʃ4N^�i���q��]�rT�j�R��L']LK��\�r�4��i��m�d����4�)�������@�#η��H�P[#Hfj�u���xNC�6ua
+�2
�!��3�U@F�P��L9�L��1t{g�SuI7�Xy.�WT�V�9�t
+��(�ht.:m"��Z�.��r��4l��XB]��ܶ��`�����3��
�ɴŊY���wv���V����DDi����VT��H��4#AeRf�JP�NJ�^���G�W����ٹXs�`8,Q��\���T>��h���]5mO
�nG�TR���X�y̻ľx�۪��J�v�Rr����|,��-\��P����%�!�h��.- :Kt��"�f�Jt��t7�#O7D
x}��'b�|F-�b˔4��}�51�_��eX"[tb�؁����B�4y�ii�%�
N�9���8<	7��*.�A����8���ݵ��/tL\Hx&���NE20�R5e\1��4V^�#�]��l	�������J�ڟQU?J�a?�q�R��XtT��(h@Sլ�C�u|tF?&����o������
+`R����1��%�t$t:��\X��D,�pq�U	�d��;�̎��!����;LR�s�3"�߅l<N�(N�+�eC��y�r�PWx%��
+�r����l���8��*��e��u����	��h��/�p�O�q�W��'���1?�������_���ц�+H�	6��UO:���\�s9o����>�r�n��a�#��!�$ʮdZr�D`�&
嚿�X_�:��q���~}�eU�9}2h`���o��LgE��+ϥ�W�qWp!D�a�fs\�Y��΅���nO��|QR�`�#L��,+t�[��b/�h'�L��Tr3��2�0���ګ�D�����oN7�k������OI�����RxN���U^��`M��	�:��A��1.�J1��B\���$���=�\h�H��������-Y.Ph����(=�	�� aS���7t �b�L�D�x��ly�Na}][?�E'+�&rŒ����+���2r�%�g���<GU���R��,�-�'�T�|�~���̄7R�J[��2$_�.�ig�|����۵���dq��d1��ˁ&��>r>T�D�Xc��r#E�WA_8��qME~蜸:t��ofo}����R-䴕������f;�#H�
+m2r�a�p��!�G��>U�����z�`rp�z��Pb��=a��G��)��sۉ���r�QA�3�(�Ƕ�A�<�`<Y���i���i�օ}�b���~���4�]]�9���H��	~���� &��w���_��δ��:�$rw3`,�L��e�JH9AT�J����:��X����N��0��Ncozq6�1�����?유��=�|���}_4�Zmw��';��\f,���M��'3~�s����Y�6���9��^��x����x��j}\��.��p��\]�7�M<R�6Q� O3S$N����t����)f��̗�p�a���6t5|4����q���]G=A�����������^BEv�NK�x��W
+�^N�� ���ү`a<���Lŭ������������c���H����/�����m0Q��tf��{	l�endstream
 endobj
-1378 0 obj <<
+1394 0 obj <<
 /Type /Page
-/Contents 1379 0 R
-/Resources 1377 0 R
+/Contents 1395 0 R
+/Resources 1393 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1356 0 R
-/Annots [ 1381 0 R 1386 0 R ]
+/Parent 1401 0 R
+/Annots [ 1397 0 R ]
 >> endobj
-1381 0 obj <<
+1397 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [353.2799 540.398 410.176 552.4577]
+/Rect [353.2799 401.8743 410.176 413.9339]
 /Subtype /Link
 /A << /S /GoTo /D (zonefile_format) >>
 >> endobj
-1386 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [84.0431 109.336 144.9365 121.3956]
-/Subtype /Link
-/A << /S /GoTo /D (view_statement_grammar) >>
->> endobj
-1380 0 obj <<
-/D [1378 0 R /XYZ 85.0394 794.5015 null]
->> endobj
-414 0 obj <<
-/D [1378 0 R /XYZ 85.0394 184.8801 null]
->> endobj
-1385 0 obj <<
-/D [1378 0 R /XYZ 85.0394 156.8765 null]
->> endobj
-1377 0 obj <<
-/Font << /F37 799 0 R /F23 734 0 R /F21 710 0 R /F41 935 0 R /F11 1384 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-1391 0 obj <<
-/Length 2882      
-/Filter /FlateDecode
->>
-stream
-xڽ]s��ݿB���3B|� �'��N�i|W[�d�䁖�3�dR�s�_�],@�2D�&���`��/��ݥ�,�?>��d"��L�8��l�t�>��g��,���z�:��Z�YƲD$�ՃG+eQ���j��<a���h�������^�k5_-?ܜ/Dͯ�����?�tq{��i����v�quuKS���nysI���Do���n�n�_������j�����#���~��o�lj�x1�����Y&fOg*�,VR:�����Ao�,
�O�)��Jf�X
-��V�LsH:�X"��,x������7e]k�EL���'����	p��,fJj9�z,��:�؛A�M��	���
���<��z���eN��~(�/ԭ�hV�S�Z~w�|�-X,e*y�`�e�!�2Oq[��}�\^v����*fR¦���U�$��t�E�v�0���9��X���6o���Xk������Y"Rm��R�\�
���a�Ҡl�m�,�=�Ҩ�2T��{�)��i��`�.0�2���u��RV���(fY�����"��B&)�70զl��m�Е���u�4����񀖎t��E�^]{{�4�������e}��֝M�1�"X�Lp���m��o��I�aF�w���&zxa��!tl��!t��}���a�A�$���:uSp���"��5\��S��)y�}���ɫ'��ނ��z@rE�$M��k�ֶ5�/��������)_?���k���ŭ���yC�&M�J��2��­Vz~�������u"���s�x8T�}'Џ2{�`�n_>��8����MA+���`sX?��B��E��d�)��A�K�
-�*�S��<� �'���

Oh��e�7-
�.�.J�-b��C�ݾ8��d3��/�aO��q,D6���l�T�Gg�蠇�k�ɑLǩs�g3{'3�"����O�]"4Sє��N����g$\��WaG�2��8w��>ty���r�S������:_�}���#_��+*f]�_���ʩ��]�ޝGui��Q$/�����^"���䜣����{G�츈�Ȏ�;�ny��>���3N�[��1wty��n�1���ǰ��0�A§Bj3��&�1�NF7O��\lһX$�"D�Bh�p��ŭB��@d�D1��d�X���jh{��#뗰k�5�95�'�:O���¶�=�w��䉰�{"�Lx�hx��w܊>��CˏݑYs�xFA�v����Ա�Rp8L���yА��w$"��vKK���9#H1Z���H�2��6'!Ss$�N�i����yCP��"�W�2���E���U�bw����F	��24�k�$�2s���F�L8�y��F��΅�ס��V���ō�2����̟CĦ�1����Pn�EY��u��k_��o����&̥M�1�����?�-�ռ�ͦ�辣����#�uŝ��pA��nAmڍePW��<خD��j,Ü�i����[���VJz�э=����F'v�Ԓo0�7��k���u�S�x!W��Я�vH�7G=�e6�D��j�}U��t�8֩�c�h
n \Gk�u\��j
-)��L�Nf��kzT��i&��.^�f����������|�᧋�
�h���UC$�%�O��V2R�&!��}[��}9ls���󝊎��;���tH��:p���@x��X�IZ�=���ht{����s��5f���x.%d,�
-�.�X�mS�ҲZo�"�I,őĒ$�y��ˏ_�#H@O
�Ë�QĀ��SUl��
e�Q��mY}�Y4vI{��Nb_�z����|��<�P@#�����C�����W+Y�#�hMq�		!�k���m����?h7\�'�����]([
-�]���%��e���?��J�MAZvE��.�-���܆�g�c
-��Lnk�@�:"N�vl
-���9>[6��Mj��=�5�Y[%Zk윚���Vc��ܥY�7E��+�y�Þ8Tvɶl�a�t�˞����TEX��	��x��2�
-�z^X�Y"�J�kO�S
�8���L�k��"
-��Y�Fly�����e��31�8�w"��1���5��Ú�{�i��1Ӱ�>S�ƛ5�P	h�	�=��֤�cL{͏��5����${��"aRB7���5��Ú�~�i��1Ӱ�>S���x��Q�"�N(�#��n�&U��k~�1���Q@b���U�fL�)�X�-�aM�`�ig�WL�F0�؟�[~L�-�*��	�yX#sX�c�[�i�b>S���X,��d�bֈ�֤�Ƙ�;f�����]��o��|����c�h�&5c�k~�4���4eW_�;��q�'�(kDw�5���^�c�a�}��W��3�s"��N��aM�>ʴ��Ӡ��_��r:��'|��֤�cL{ݏ��u���;�;#Ų?�����g��7��Do���:+�L��m�_��z[�̷��ɲ�f�5Z��QWQ�i�6�o@�F�K��n�Hw�j;$��!g{,�ek(A���0`��a��ДI{���t��po��jnz���ă	'@�4��/��1�t��83JkFS��+�?���}9V!�<��"�^z���[����Vܣ�W\��.��B(*d�P��?�ݶ�>�y����J��!�Z�˜wAl�(�þ	��!�������08���d�%}qqX���b^}r�a�����H�����V�����K�U.��V�!�k _��R�U\#vX�X$B�J"Bv{,Ŭ�_�`�y�+���К*	v�
����,|P�>�a�)�l!�+��Z�6c06��!v:��W�{��o�zw�4�iz"���D�P�A��S6�<����7ڑendstream
-endobj
-1390 0 obj <<
-/Type /Page
-/Contents 1391 0 R
-/Resources 1389 0 R
-/MediaBox [0 0 595.2756 841.8898]
-/Parent 1356 0 R
->> endobj
-1392 0 obj <<
-/D [1390 0 R /XYZ 56.6929 794.5015 null]
->> endobj
-418 0 obj <<
-/D [1390 0 R /XYZ 56.6929 551.4149 null]
+1396 0 obj <<
+/D [1394 0 R /XYZ 85.0394 794.5015 null]
 >> endobj
 1393 0 obj <<
-/D [1390 0 R /XYZ 56.6929 523.4719 null]
->> endobj
-1389 0 obj <<
-/Font << /F37 799 0 R /F21 710 0 R /F23 734 0 R /F41 935 0 R /F14 737 0 R >>
+/Font << /F37 803 0 R /F21 714 0 R /F23 738 0 R /F41 940 0 R /F11 1400 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1396 0 obj <<
-/Length 3167      
-/Filter /FlateDecode
->>
-stream
-xڥZKs�8��W�TU��$���3�]g���f�@S��Z�TDʎ��o7���L��M�*ģ4��5d��O.re�"�:6B�E���{���B2�*��T?�^��Qe�4I���^y,�\.n׿G?������7�UbD��˕IE����������ǫ��}�~������5
�\~������r�����>��,�x��Kj�|���x����׋���.��J��"_.~�S,�p�_/D�lnO���6Y�.�Q��J�������f��9���&O�&jN��Ʃ�)`UoE��yt,��a)���3����-u6́u�s<V���\��2*Jׂ U���
���y�hS�]X^p�-�C��IY�&�ܘ�ڹ�[�
�䱒2��$�rw���v�m��i��5�-��v[|`�/Gwx��)xI�T���s��NV�#L�
⳶"u�'��o1���=o,p��%����h����VL��2U2Nt��6��x��"�$8c&dllBr�ƻ���TK$�"6*�=ŧ�*��-��D����=��R��,�^|Y�Xhk�������W�d�-F�
-��;�K���Qd��e�f)Nh���u�GG�i�}qpuG��f0y=.����f	C�:v�<�k)M�Ԏ�ڇ�]պj��e�Ǵ�vK
��w�D��ı^�5�"'�@q��47���p�3���@Bt�TG����`Q`�i��-@��;��`]�Q���r��m����mG��Ќ���� ���W=�#p��V4��
-^�a�+������~��>���S��\��؜�� ަj1v���N�Ʀv����Ŏ��m.��kG�Z�€��Rab�f��L��PC^�+
-���B���b���{����yNjg��������6`PJ��ɧl1C�����a���]��r�z�c��<�P��G>z?�*��I�C����ͿЬu�]m�i���s�nS��c1״�X�F�-��]���Ą�������N��"��[�LQ�o�"#I��Q���EO5E����Va�$y���j���U'━�*0�U`�	�a��`,��C�⨨O���YS�Y�$A+��#���BKݛ��*�=f�G������@�T�}�FT��A����y�Q{�^�dbH��uz�&&���8�M6��N�r�*A��8AZAQ�_�B���9��Mq�v��y��B��ya�A4^��꼰{*�&_i5���
�)���CO5��T�T�)z�*�	��c�>z0� _h����c#�*<���"��kU�*��}5J���-���pZe�.�HS79�oT�`]�s��O4��"!A��2CQM��2��S�_��8*ؾ>��#�x-ʇ��A�9` @�@3�J�m������d	۹w�Y�
��`�p���9T�I��~�/	���x�g��S��sf�9�����j���ꑯ�
-Rm�oꖧ��m(��Hq	RB���h*��hn6\���h6�~�	s(;0�^�ć+Jֆ�Aʖ���tG'�'dn���9�����Uy��p�G�Iƹc]C1����C��4p@�E�>9����q�t.Rt3&�����LB��k�3�w?d�y]8�
-S;��y���|��X�^�f������ӌX��dDۢ;}
-��҇���8�3ԗ���p����2j\��;2����MG���
�~8���p�{Gm��̞�=�����?��k����қ��u|w �p�����;�+��s��
߹m�H?�Ewǎ&8���4ΐ�թK��t�XXܢ����&T���y)��5�0��E��`��U�q[�n�y���7x�G �c��vc�KӲk�b������"�c���\�r���K�=�7?����m�}�B橧�{�)O4�����t=k�W������x��w]Q1	�
����wԙ�F�ܑ
���*��I���(��G���g�n�or���Mr�94�չ�#��S�B.���Ӵ�ĩ�!6���6&6&�/eM�wp�����C[�|l#P��{!Y�	[/��cP7����!�6{3�*��EH�Q���*Ȉ�H��
�CP�iqB�1�jo���w�I���EW��'n)��c�[� p[?���azNHR���D}CJ�H�Y�dO�V�_�՗c�a�FwG�+���S��i���o��r�<gk�\/��LU,�A9�!��"zQa�NY�ʼ�05�δO+&��u��SN�8��AH(�7eJy����=����*@���bR�ka��46V&ߠ��H�`�_+\�����w�/��Éd�k;ebTo�𒦱Z�Ed�Sa^�"2�V�%&��7cz����qdߴmu׿X6|���b��)���>'�}��T�V����{�5'z�>��b�w��e`^���PB�4(���bɶ�_sr��&�%Bw�:ɤV��S#B�~@h0�T!�*ʾ��U5������zDb1��0y�����e
-�L����oK!�{X�9Is�f
4�2�[�����ˍ���4���V��>yl�L6F�R��	f�!z�iBc�����$������LJv�C��Q�`�����u>�XyR�{܄�OT�K����%Az��ƆdƆ3�4���o�a�ɉ5�8z+m7��:4��&�	�~�C���l�8�c�FF�N@�UQK����[�P�)���?�j���n��X���8,�����{zqYo]��	?��a�M�w8��UsX��'6�s�){P���`��!Ӊ�+�Q�#S��	G�m8zǫ(B��(������H�w��W\ĚĦ�2�<�6��T�{��p���1�n���uh���n�WЧ��QYTww�@|i�=�c��^�����]��)є��`P�օS��o��Pr��d<�1��V�0��=`zy+f��m�r�l�*�������nW��b��יg����ZH��o���{o��I����;":���fA���<N3�/����<|Z-)�n����9��LM�Ϡ�Фګ!ý]�L�k���'v�dz���c�<}
]�sZN%��h��x���Y/����<3B�_T|�
�E��G�0�"��JLfʿJg���Y����h��,endstream
-endobj
-1395 0 obj <<
-/Type /Page
-/Contents 1396 0 R
-/Resources 1394 0 R
-/MediaBox [0 0 595.2756 841.8898]
-/Parent 1398 0 R
->> endobj
-1397 0 obj <<
-/D [1395 0 R /XYZ 85.0394 794.5015 null]
->> endobj
-422 0 obj <<
-/D [1395 0 R /XYZ 85.0394 453.4423 null]
->> endobj
-995 0 obj <<
-/D [1395 0 R /XYZ 85.0394 426.3513 null]
->> endobj
-1394 0 obj <<
-/Font << /F37 799 0 R /F23 734 0 R /F62 1060 0 R /F21 710 0 R >>
-/XObject << /Im2 1049 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-1401 0 obj <<
-/Length 2863      
-/Filter /FlateDecode
->>
-stream
-xڵ]s��ݿBo�;�O�<]���3ɥu�ig.�-Q2'����6���X�2}�{����b���؅,f���d,��Ϭ��paf���m`�홈8���b}}u��eg��Lf�����c�91�Z��gL�s���������۟/_�[=������B>s��k��|���.��1��o��~�����H��w�������߼�|�����Wߝ���t�+�BE~?{�g+P��3Δwf�&�	��lw��bF+� ۳�������S���1#u6[(�🶲`V@�ƳLI�YY�)+',�r�̗��b�-�6��j��]�=U_d�)c�l��$ք(j ���)J�d��-���7 Bq��r����\�y���V�oq��<(AТje�|�j~�7Ŋꊾy�~�3m���M}(�����l�9�ʁ�
-��12�Y�l��~b_�1ǵK<e�Skɜi箬�mр�J�QD6_���mqb�eC���|��bM�M�ۚ��"����}q(�U�$�$+�.
8�=�J�\;�A�Dw��0'�.�#}�c#R�N�qm۔�Tzf��4��!�ѹ@�Y����y(�P�rw��$��Ǫ�q����(a\V����S�!�	~�M$��q%�Hq�V�K�E��9����y[T��pj�T��:�ɜ��F���ۜF(~[�)�`LA��&a�q�-we�eL��]'g��Y4����fCӦ)��}$R'^y�ˆ��;CPD	���eQ���J	=���ӧ�S���-Aw`�>d�ݕŇ�H�'*(�,��~[�]��>?�m�AR����[U�!Lh�f��B��^΃�<����9�&�q�%Z�r�`J
-s��~�J8�y%]�a].�Y�`��c�p�t���p�r�6��Z�}WTQ���|����R3o�k&�+��������C�.?n����%�x�l��0n�ͱ��}��Z~��ӯ�s=e�y���U�(?�/�!�4��Ǣi_Jc$G����ٻ8����:�n�i��&֗���Y��v/ 
�0��7�FuU,��C���$tu�M�E��~J�ߊ�&�X�4P=�
8$�����u��?_�iSˢ״���IC$!��x�x
3�E�_Ò�(���{����C�EN�'��z�)��9w�P�졨�2���E�����l����+&����I�\�?ϠX�Z�3h�y�
-
-�Is�d|ژ���?��I'�����c[��.��Ќi{(���	�M�Bb8��#~�.#f=8�JY���/f6��r����Iڤ;���Jj���|/�<��1�y1��Y4�L{7�"�v]� �ž��'��3��x�G��W�	���z��b����B8j˄�`�
- �t�m��*�2���ɫ
~n�M1Q��TFW��D�)�O�b�!-hp2�S�d��� [�\a����u	&+��\F`(_�{S�7o�zY��c�̩��O��۰��|�F!C������߹��(�G���W�@.� ���d�}��ŲĽ�*���A�+�
-�c�����QI����e�r�,�i�z�c�y��x��=�$2�7 �m�:�m�Jf���چ����;�6��4���A����������3G��ز���a�����d��5�,�?0�~�
=>Z��P�ۖnh�|ZB�SB�q��i�=A��=BJu��9BF�@�l#BɗU�>Q�'�Rz�Rgڰ�����@+�_���g�[=>���X���3un�
-ݧ���AS�tm���iΠ�{��I-����Ө�upu٣�'hM��Î�$,J����/�c}�.'�^]���<=!`�����V[N ��]	�Y�7b@�5ak!y:��d��)�(aI7z��v�Kh(Ĵ�_yM��^3������ԟ\��-�a]�D}0�6���H�U�Pz3z�Q:6�0��<�Bcz�寮
��c���"����r�����[�Y���#����ޗp���Hv}<���r*�ՆG'���~���c���ɐr�@\��!'OQdY�J�7#Jpo�.�t�9~-�gYu��= �#�3r���Nw�=z���)ʼn[��0ϭ�oK|zq	��E�z��+�u�m��Za})�G���Pw�I�b8a���M;@�m�	���sH`*�@�"c@��ш�z�ZF''	��l�Gț8J�.�*RE�mD��M����l������]� ���F��jp9mmLW�>��J�q��ӕ
��k@��U‰�O���	�Jy��Fo�,��T��,��*‡���c_7My�-�E���g+�������}/  �oc=0xx
-�zT�qij�g���**���"v	�5���5tbO<D)HWg��3@i��GBP�"0�#z;]]YÌ�곧B�+�R<��X��깐t�X'�w��o0,lmhra�[$A�f����L�Oʘ<&�|�A'�G�J�T��FO�j�{��
-n')3Ŵ$���.F[���6
-`����xA+G��Ơ���m��axӮɨ�c�ܟ<Q�6����)�vq��٤D���c�=�̀�gT�L���̢����C��Z�VX�׽�	P���z��\fx+P/c���j"�i�R�c��{FX��0I>L?��/UG�K���z��N��I�_�C�Qz�Qv?\��*.��︧�\�	GWX~l��1���|���R�n�Ѐ�+ �hxu��u,�CC¿oN�!j~=�$�ܼ*���B���I��K��/��U��wC
}���E?��QI��Ub_�_�H��
K��*7��p�T)�T,ޛ�E9��
-�QM���>��<��і)���O�p�a�SI������-������O*endstream
-endobj
-1400 0 obj <<
-/Type /Page
-/Contents 1401 0 R
-/Resources 1399 0 R
-/MediaBox [0 0 595.2756 841.8898]
-/Parent 1398 0 R
->> endobj
-1402 0 obj <<
-/D [1400 0 R /XYZ 56.6929 794.5015 null]
->> endobj
-426 0 obj <<
-/D [1400 0 R /XYZ 56.6929 654.5469 null]
->> endobj
-1403 0 obj <<
-/D [1400 0 R /XYZ 56.6929 627.5235 null]
->> endobj
-430 0 obj <<
-/D [1400 0 R /XYZ 56.6929 355.4402 null]
->> endobj
-1291 0 obj <<
-/D [1400 0 R /XYZ 56.6929 325.2926 null]
->> endobj
-1399 0 obj <<
-/Font << /F37 799 0 R /F21 710 0 R /F23 734 0 R /F41 935 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-1406 0 obj <<
-/Length 3514      
-/Filter /FlateDecode
->>
-stream
-x��]s��ݿB�r�� 'O����LsI}N?&�dh��٣HE��S����b�����<t� p,���Č�O�bøJ��&�.�l������~�"Z�G}y{�����D2����pŌDZ��f?̿����n�n.��y�.&��/�߿!HB_}������o^_Z=����=�o��^�\����r!b#`��NLx{��+j��y��7�o.������K��+��/?��gl���T��|p&�D���(f�RR^|��[����N�Ϩ��X�	J5�@��HA2�y�we���yZ>����O��#0CE���!'�f��ԍ���鿅^��%zk�X2 �����f[?Y�(>�o��>e�2ma48��)�	0�����]޴'f�ď]�����
-�����N?�
��������+�n��-�0L�%�H�:+�����q�5v�G�$���oo��?����%�wu�@�uڴ�����h���ポk�X�{w�M�m�h_A#���c�?��ͥ�OQ]y@ ыX6�`�o�mCJ_����j��&Q	��6mr?����z����M�;��M��-Ϝ~�_�:jfmL�z;�k	������j&4Bjfu�����"�g9�|]TH�)fl����e�LK�O��T�%
H�6_oZ?�����_�y���pGز^�wU�LۢZ��i��ب��
-���0hl/S��[��Ig�6+��Y�x~��ʶc��"˸ڳf�O�Oh�h,��N���g�$9Ӳ3I�b�mM�k>�������z�52�Z�)꒲���x���|�G!Z�jҖ:�� i�j�1���O��P�	JU��<��S�VEʏ�����{�jG)9��9��0�H��4���e"�9�?���)�����a�$(�_2�<�r�oI������>�z�6����}(<x�V+�J�h�E�Wm��Dd�ށ����`C/"�J8��D��#��~W̳��zG���y�N�-�l�8�̸ω'UK�Gp�]�
-8�FUr0gM=q�]8�0I��9dd���KK��b��`��#:\��N�y�d�zg�#璺�R��j���"����G���U���6e�7/��X/�N?}־}�2�o��~c\�z����H�7v�ϛ&]�����$�����mg�^�U�H�Cc��ɼ
8�X�zt���LTJA�7��D�M�}Ů�D��4��DH�:4r0Q�M�$�Q:���8��$��~���=a��i�j/��߯����^O��������Y��hx�)1�m|l�Xp�`8����&�.��V"k���5uF����F��M���>83�xé� |�'c`Ɍ�a(x
1�*D�� �r�;��
��KńC�N�o�k,]�,<�>�w9�vL}֍=��p�y�j�75�D1�]V�.?6�t��r8�O��IM�G�b^T�#�����3�P
�����V ��{q*�Aug5Z�sw��B,�f<6������4	���9@�+:�t�q���h�:��=�}����?@b���(Їᛴ]>���~�]c����E[��/�pb"If@�D������бtg/4�M�,�����P,�I�Bmw��aC���H=�`���E�n����
-ɥ��x���k�K��[t��A�����i��_�����R�����n�rC5ɳW����/��ʽ��ԢpZ�gX�փs~��e*��ߴ)�R�q~�/J8D����.��#"F�K��|��q�&-!Ɩ?�RkW.�!��F�[߹�ƹ��b\-w�C<�����wΚ�����#�ut��p��q�0��r�J��XU�S�\���H+N�G)�����=T�A|x��{@�.�;���)Œ�O*<͋�W�I-��I�^0T�	ƓD<3�F~}��'�
�Gr\oА�d�
-ģ� 锥*���"�R��`Eii ����9�Fɒ8�����‐j��8,Z)Vuf2J	�⃀��[9����Чj�p��ʌ�>f/G��:?�|��P�
-�d�آS�F�I�>��⃥�����T�TB��1��~�~�j,!"�h�#�"�cd unW3j������E�q��/��!��NTsDMd�j@�Q�8:G��烠�}�G�6-)ZG���SXk�e=�\V��?<"��n�+���{nj�~v�bX��zE��A���a��M2Z�`B���v��YLW�3^���W�t0��]Cl0����P�	���!Q�/h��fYg��YP&��t);=Uyl�J�Ū���8̚�Ua�o~��+|�?��w]AbU���}X/ C�`�d����o�� NsO$6V�t����}��z�9@���6�����6b�,�~j��6ֻ�-6��81�R��
-k�{����Q'zC����z�b���ifc1��{E���ΗV���S� &M˩�
d�J&�{>�4��c4�bi�����F�C: ���"���GM ��8P���>�e>�8)9�|rd� �'kϣ"�\�\��~.p�b ��Vz����U�'i���1/���<K��K���!C���K���"G/���5T��U�<���\}I�?@�W��^!T��)�i�
2����h�-�{b[�@Fi�y��)����g��-�n):E�*�t.6C���mZ�ͫ�<�{��f�-B��8�5� V�{��5����~��J��G༘���a%Ti+��@��E�qr�w�ݿ��I�O����"�n�9B����x&UW(�缯���i�F�.+���.7`���Xč|��5��F'=�y��u-�	�z�e1�#S��`�ە(�j|N�}^��>Ć�3C����
-�Ⱥ�&�S�nO"
�	���0�tO�
-Y1ޕ6�Q�Ein�K#/%����_?��Ν��ٛd?��ׅx
-�f^�o���]R&��\D�+!�������_?kN	��g�	��}�'wgUw�v֤B�ƕ3��[�s��P`I�M�Y�ҷ&埯`ǝЋ_bG���_T�vR�ũ
y�>5<���`@�Ü2 y�)t��
*{iX��%�K��K�����:.v��z�<Uk��$��Z�|
3 �H<�~�r�
-` ǁ��^-�4���wn&��1	i!1l�b�,�iU�O�>*����ϻ�2zTk��±P�9B�J�qB���P�$�~�E��Ala���6?;Kp�%B1c5V3�����"���Z�l�
-���?�A.�/��d�`�?�������u��~P�9BJid2�"�16��X3z)��S�����C��D%�D�P��8T�ˮ�ݥ�>�D}�U@�ݨNQ3e�۷�N\	�����{�F�
-b`�����z
#����B��9o�
�A�4[�M^ܰ��j��m^Ņ2ǪW̦���yع/�Tt�ҏ���Q?�:��T|m9��NS��[��C]m���12ޗ�2��(��ɘ����1����l�endstream
-endobj
 1405 0 obj <<
+/Length 3058      
+/Filter /FlateDecode
+>>
+stream
+xڽZ�s��_���3J�?�'��N�������4�-��hR);�_�],@�4?|�N�!�X��?, ���B,�E�c�)������[<��g��,�����9��1�,6���yQ���/ˀ	v����7���y{q�������J(oy���Z?�^|�tq{���ˏ�������������$JL���W�W�W7����xv�i|q��DG~?��7o��<�#�x���x��ә�$S�����ݝ���ꩃ��2|(�*f��	 �?���ANY^������sz�vV<�ǧ��J3���H+��葎o���1i����Za2����G��9ہ-��>���wY�X�U�mi�c�=�:=�iFB���to��D�o��ٯN�x�4�s+%��6^��C��v�.�<}N�ծ|J@�v�w�̥`�
+#��b7$2ri��I���+Q��a����n@��8�,�6O�
+wu(p*�uYF�D��z�kj�P�0u��A�9K_h�WOyU���ؒ��`#���qA����w�i�ʡ�k��ûtk�"��.�o
犩XFsޤO�5c�[ih��
9��������`f�+��7\/�l�'�YE�*��JjX8!��m�'ӻ��!9�5uh�a֘�‹�{�h_��/B_��Ŵ� 9��;T,����>�u����X(yh3������9��VԩN:q�L�l�g��l�%y^��~?����A���]I���Fr8䯤�B	����:{ ��������'j<�i�� E���h�eUr�w$����_�A|�>����I���D�F$��}
+n��b��!��D����5)=���Ǖ�栆3O�v�P@ɯ�t���y�ȊG�'}�?y��j��y�0(c�r%��(V��L !���3��t^����#�a�	5�y�5,k�89��3!d<r����?y.��X!�����ՌZ�3�ՍC��eW�>�E5�u���&��/O��ڔՇ�	=;K�a>�p��AƕY$O��9)B����=l�����Ŭ�-���#�WL�آ�����ASZ��Q"�j!����p��A/�=d�hf���E�h�;�����(�=ɩ�,v���:��<+��#T��0����n��W�Ɂ��SP<���0z���BP�
+F�.��3If��mZU��������n�,O@�JS9��.�x6\h��J�7;e��T�hn�Twv��{�)
��5B�jKn��6�;yc���0���ԁve��aę�Y|k�X"FP��4D%�i�5�S�d7�ޕ�0W�S|��oN=��$��{���_���K�d�C4�
+���>+^:�\;;p�>ʔ1�U�V�w�硄����i*|��@xLkk�ߦ���S�katЋ�ނ	�c���퀝��P�J�7
DS[���B"g���"��=�j�R�3pi½v<��ف�Z'|�&�&UM���"R������^�6�Ѕ��H�8���8�["���I"��CG�d��,�7�F5l,��{a���
�A���?�w��Y.��W��M���CM>��2
h���
+��vڕQ�\_ҷ���m�.�a]��.-ܑm�=S�����VZw�Ե޿X�Z
+&�����$P99�=X��G+Y���e�5p�czc�Yg$��-��Aח����_W�C��tK<V�H��6U�� ōV7!���Al�B,��P���� �P��A �X�hP��q�EG
ܞ ��o�K�3��M
��M�� Qg�"v$҂ͷE"�o���D�j��f���ݜX	��ȇ[���p���iT���+C%��6Sspit�P�w"n�m�Ӕmr�Fjɠ���Ƞ���C��A���z'ľ���z뻧7�����|E�����b���UOj����l��7���y�����`�n�>��c�D����)ޯ�G�s!�:����!y����*����_=�Wj��}o�7zWR��^/���C/���E�$Y�3%Pq%�>_=)���;�����vFAY䯸x�\���O`o�<���H���@[I�@uS��3U'Pvܧ�%l��wD�˭eSd9Rm�N�;E>��{T+���=$)��,�E������C@`PC`�jmC�˭C���(8��zb��USH��e�ol���CU��a��2�!٦fš>������
�h�:�EE$�%}Wf�V���Mb���l�Z�S��/ߑhD��1:�q��>B�v�HOv;c0Y$��z��i
+g���W�SK)��BWX�WÖW%M͊m~ڥ��@)zKޱ��b���<D�[���4���nQ䀳�Hw�:C4��2ϊ�S2�;%N����Z�RVC{�>�~5r����V�F�N�ע|)��d���	e~#4 $�4����F����~�ݥ�LO�R��L?����.\aQÈ��3���Y��Jl�EAY�E�l&��޴�!�Xr�ª�l�VlC[��i��꺣���ԸnHM�EX��Ɖ�;�O�b��X�hWƾ�B����T��p:����ȳ��ސz��6Ȫ����E�*��Uv��]=���,��#�~ԁ��4yn��J-�[��78��Xu�zl}�����e�_�)�b�o8�c0q�o�k�o�5�������a�]�.��\�,�e0��5���|Ji�y_��R�����{I/#5��5���~Ji�}_���R��/Ļ�����^���k���k��I���o�z�Q*�v����(�50��~&
+�D,�l���Q�+����c���K01lp.g"�pMD�r�FlJi���ሹJ��#b2bp����51�5�)�m��J�#�*�d����<�ʪi��	�-׬�SJ[��J�=w�F��[|�W[���	�-׬�SJ[��J�}w����{$�
+�i�[�q�
Ϝ���{�=v�]|���bR̬t�3���wB]�oOݠ������?����ܤ���j����VF�H���!�(����5��Q�[��KQo?endstream
+endobj
+1404 0 obj <<
 /Type /Page
-/Contents 1406 0 R
-/Resources 1404 0 R
+/Contents 1405 0 R
+/Resources 1403 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1398 0 R
-/Annots [ 1408 0 R 1409 0 R ]
+/Parent 1401 0 R
+/Annots [ 1408 0 R ]
 >> endobj
 1408 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [116.0003 457.8291 166.1092 469.8888]
+/Rect [55.6967 706.497 116.59 718.5566]
 /Subtype /Link
-/A << /S /GoTo /D (tsig) >>
+/A << /S /GoTo /D (view_statement_grammar) >>
 >> endobj
-1409 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [399.2874 346.5415 467.9594 358.6011]
-/Subtype /Link
-/A << /S /GoTo /D (zone_transfers) >>
+1406 0 obj <<
+/D [1404 0 R /XYZ 56.6929 794.5015 null]
+>> endobj
+414 0 obj <<
+/D [1404 0 R /XYZ 56.6929 769.5949 null]
 >> endobj
 1407 0 obj <<
-/D [1405 0 R /XYZ 85.0394 794.5015 null]
+/D [1404 0 R /XYZ 56.6929 752.2918 null]
 >> endobj
-434 0 obj <<
-/D [1405 0 R /XYZ 85.0394 240.6473 null]
+418 0 obj <<
+/D [1404 0 R /XYZ 56.6929 436.1631 null]
 >> endobj
-1410 0 obj <<
-/D [1405 0 R /XYZ 85.0394 213.5966 null]
+1409 0 obj <<
+/D [1404 0 R /XYZ 56.6929 408.2731 null]
 >> endobj
-438 0 obj <<
-/D [1405 0 R /XYZ 85.0394 126.6995 null]
->> endobj
-1411 0 obj <<
-/D [1405 0 R /XYZ 85.0394 93.8745 null]
->> endobj
-1404 0 obj <<
-/Font << /F37 799 0 R /F23 734 0 R /F21 710 0 R /F41 935 0 R >>
+1403 0 obj <<
+/Font << /F37 803 0 R /F21 714 0 R /F23 738 0 R /F41 940 0 R /F14 741 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1414 0 obj <<
-/Length 2970      
+1413 0 obj <<
+/Length 3230      
 /Filter /FlateDecode
 >>
 stream
-xڭ�r�8���m�-�K�$LNy8��$Y�s�JR)��%V(R!�8ޭ��m�)я�L���h4���,�?6K�0�\Ϥ��$b�,ۜD���9a�3�H�!֋듿�r�C��tv}3���H)6�^~Ґ��@!
-^�{������Oe\_�{{:�I����9Bo.�������9S	^������%.�D����W8��s������o_��~���������,�"_O>|�fK���'Q(�Jf�0�B�5�mN�D�I,��)O�N�������cQ�E�'�Ŕ�������E�bi�v��7y�ᰨ��Z�ZWۯ9�?F�ȿ�2���v[7Da�+�b�Q�z��UEf���pjۜ2�]��e�O%��O��u;������b��J��s� �9c�N�n�;���\�u�_���#d�,o[����B�$��gɔ�}�v�6B�8�i�8A�n�-�|��ۢ[#T�?��R�px/6x��U�"���;��)ڮ�Z��_]=[���A�Hp���y�ـ�o�����,q�Jh�9�a!��W�zC�Wpk
-OS�4eoZ�4>&�­�ܝ2���:��5S�!6��߶�����%	��C�G�@2+5~����Fzu�Q�R�򼚐>KB�SE�*����(P1NHY]ux�e�k�v�PJ0ipx��=��:��w���yUT+�14���v�g�G9f��)��חb{�D��(Rb&#�(QO�O�����N��|H]ϐ3��i��'[��8*ga�%������@�^�Ľ"�p�R��N=�GD'2di*�"0�es��7Tk)B��"[���z����ƒ;q�G���/��ql�Ϥ9�Ok���<��R�=���<{�r�j�JI���`{��!�c��v��A�������^��
�ģ�2��DS���E��)�$����(�pS�_�f(a���C^NN���#���o���[f��/�=�o�� (�H����8ԅ�;�y
-pV5?t�…G\u>�M��ױe�����E<d��ٳ�[J�I��5��C�]xʀ(j!1���(���k�1g��wm�{�cuMA%���2�RB.F��2����8�<�V&t��L�O~X[Ȇ�VK�~�y*H� ����$�a ��A�V5~)��)1|���GEc\x�%B7���@� ���D�E����$���G��K&�8���6��Z�td��"r����"�b�X�4�����"e(`G
-��I��j�	·'��ʑV����<�|�q��X�l��*{Lֿ�p`�`�[��X��T�3 �P�$�r�:B�[����n�)'^&TZh��)��v�zd(e�>g��׵���ˡ�t����<�P!��{�����띲��1��ۼ��PC�dP�`�%505���(
-%�
6
>������`"�l���8���Rc�h�͍�0=e��#���=�G�����1�6MYDBҽE@R'��#�3�PA�����4P�1Sz�����8�-�agS�,�|�Tf�'��c m�aC�<RV��� 6�	pLM�7X�lh͕b&�y�U��"Z*�c�`�	w���)�@�b[t�7��c6d��-�����|�Z�7ś� "������#��ӐWK�ɻz��^�V|�ik�%d4�)��֓��*t��Rc�PN�X�N���:a�`y:>.�(�UƉR��@8����=�^���}ME���	�f�O����ݞQ�����
-*�Ey��6��(��{�hE�\�����K~G׻��Mc6�L$�)�mhGvL)��u/f��v���,Z��,��ax��lJ�?���t��C��>Q)0��Ϧ����J�z�̟*�W�M��b���"K��5�|B���E�TL�2�>�q1��5���FV,�Aפ�᫷WW�/n�l����p���a�'�fM��r-���Ì�C�J̄�J�.�b��!p9h������f�1]{ի�3q����<PG<qs�0��ሚ��(ϽH}73�t:��^ނ���&��.�F��������ݢ,2�A!��������f׭k8�P�����U���y_����ᛏ0���/h�S�>��O���
n��v
k��n��	Ц3���� ��3L���2���,|ӛ�"���e,TO�#:[��߇��I;�ūʶ�'.�΅xa-�~H�v���
-;��]Q�!ҾߊD����gp�5�*p�cK�z�B�(j�]�D�M7&�ƳE��f���Yb�7S��抐(R�6��W�?�aIJ1�.��T���d�a���{���H4��Z��k�iw�e��j�Y�
�W�w^��lw��9q�\k��iduCw��ՒJ8�Ԥ����غ��dO���e�D����o��%����?	1��m��@D]Q{�ğ`�P	.��@�1&&�T��"��6�i���AY���bS��q�$����_�(@�t���@�q�d�@ɣ��������FG�e�X��|��{
-������>WH!YH�X.��m�*�^�?yu'v�N�Î�XG#�p%}%���4�H��n�P�*f�Iˆ����k���cp$&[�{[����hR9�kRpr\�]�����ZJ(����t��S���8�JS�\�H�޸qLN����7�q�o4����5���Dw���/�����d��3V�mY8s�;-#3
T?����v��c{}��nU�}�z���G!y���}�8[,<��nK_.��8_TF��=�2�$�>[�-+��?Y�`2�R"��ꍓ��-�$9(�Ҵ��a�r��	3���+��.�g����A�����/���6ٟ 6���ZH����,�]�~��϶�<Q-�a��ă=A*~l�����?�>�p�|R����?t���/��l:�u���c��0��R|:-�+��1e9�����B�Y�u��endstream
+xڥ]s�6�ݿBӗ�f" ��{J�u���9��C���l�Q�"Rv�_��	J���Lf��b,�
˅�r��P(/R�ZH�(vWb��c?]I�Y9��O������U�0�I�dq����B�erq��=�������[�"-�$\�t"�nn���Ϗn��������4�o>����������˕̴���pa���^����_}{���������,�y�Px�OW��)8�/W"T&Ӌg��4&Z�b�B+�0��ǫz�v����B�E��#5'@m�D�
+�z��_�LR�M�!�a)��$|W�}���+d�SU>T�Oe�4µM����=�0��vL�����;F�܆��:�C��z�.���24ZG��̂�A�<����+�$��9��}_�MGCՖ�p�A��cMK���`{0��l�/��!"��#m@�b1�ѕ����D��>��C��=#-�9�>����_�W���!��=P�̈́�>�
Hfm?�@Pޟ�
<o�m���ݾ.�����},=EMe�*Pl%�T��23++�m�|~�Zb����]��`>��>�KtU�@_t��l�ʪ% y�P2\����
!�����Kǝ���X3M^M�A=1:x̟x3�5;F8r{M����[��tL< p�JЪ$R�MC��!/��(��x
+�j����s֖�UE�1�\����慠OG`�1�.�	�bS�;��3�����!���2�E�,��*(,� ���w%㪆~a�����E�E١��*���8�'mA:nz�P�k�E��3L<�>MYn�j��܅��Z6�n_�aZ����7����e�D_شڜ���9�<��Ϻ$F����Y"�P鯌g2
+���|<��g�R���k�<k1H3N��Ea�&��o\��|AJ����2t����V�m)>��Hp�`/���\`�Xc:�B�%����B�"6F�ۃ����ov��]�Yx'r뮼���l�o�Q
+��N��Ȍ�to�9͂CI�i�}~(���p�蒂�e1��5�K@�٘�F�௥
�%�
���#^F��i0�k\�"7��ͦ<x�m
�fڟ��O��^�kz
+$D#N���p���T�XQ�:[�`l�Rv�H�~�l�-d�X���:�l���14���ie�s5������1Ժ�D3
��i�R���ݔ~S�{'�N��,�|e�M
+�`��}�e��&1�՘�~��X�`R-VQ��x^H�P���H�σ�L<P�
Q^A��TB2��L���_�l��jf{?5��	S��t��� n1d*<�p�3dak<n�!����/�e��Ń5W���[�h�/�����6�6���4�'T�2a�mj�͐V�|z)�!5'A	��O��!�F����l���w�A;L�|A)<�W��Q�JQ�M����V�0����@5��D+`4�Z�>����ȢYl�f�e�;��^1>Q�j1�j���Vec��S��1���Q��oQ�?"0o���S� J�/��G��8�Q
�W���L�$4"�_�a��ab���L�S.���sEԤD˝��E�
+c$ċ^\��͏u?J���9/[�Id�ׅ�S]�@u��;��X$��0P�01���f�ŻA�
+�M�Tm�6���ė�|EL��'_�%hx�y �B��U.AP�P�@
O�T�Ä5%N��M�����\���C�^�J��On�é	
+I�SOi5��$��r%��o7�
+�
+9��Dz�A���#�t�58�@�� T	��5֨�r*�!��r8X�r�zN0��Z")@��h��Y9}�8k���^"�Yij��׷�.2��.Uӗf�9�[������z�􎂋�}�t<�ؖ��..�q(�.�����()i�=�lh_Ơv�,��<$���@=����(>�Q�m���ds�D�ہ~\��Ԉ�y�Q,v���Я�c?ۆ�L4J9����5�A�Y�0Fi?|P���8o�璱ww!�m_�M�~F%�:B0�%�P��̘̚2̼y�NF��ЮIJ��v�	��榓�#7ܼ^4;\j�z�q�4R�:�O��C�����k�9����cc%<�!Y���ߐUj<��UG�-oZ۱4�}p�_�ާ�T�Q�`=PP{����Т�\���d��]W��	'��Rl8�r�k�+5��sQ�JB�˺}�H����v�'&�#ܐ=5iĐI;�Ů.Z�CC����뗥�2���
�Uq�ܾ*�u~���"�;�q�'y*]�Wr��z8åi�w��b���c6Z��[G��C>�s�ʵv�\v$ymn�jS��C�˙���%������zw=�������ӧ���^�y�$�7���jw����J���t�cG�&�'դ;p�d��L,��c�or��Ur�=���%�#E&�r��ڂ�a-
+i�ojڹet�u�/e��������ce��V>Ɖ(�え�������,g����v������~��*�����Q���*�����I.3���E~��t~R5VFą����k�����᧙v�T��n|��<���nxNHR��đ��()�QH%��!��>+vK��m�D��KQ�ͯPd�*����_�3~�e���
+e:^��2��HA�Od*��,���:�!�hV���[�O84���P��n�J�PܴD��v���v��
+2�7��fn+	���W\V�%S�i���.]Zs��{j��5wF/�	�}�)^�y�K����ի^D�q"��^k�ĭ���pϘz���p��ۮ��CDz�3
]
+��!���u�{���ծ:1�Ao�ɽO�s�z�/�30/�H�Pc	͗�^�d��9��
+�R���@���.�S^B�~��`�%�\dU}�{W5d����A��d$�2&�M&�e4���$EҎ;NN~[jp���j�����*h��*��R+J�� ?����KQW��:Y��L�g�ߓ�	Q��.�`����� ��\��C���u��.
+β^�5���捑'�Q�7��#��>�/�i�-	����+��	F0��l��v�$'ڠ�����8�@�j[�5g�@�L����	2���[΍����Q�㲎Ȩ��f�9�`�"��3���V
Y����EQ��v�����Ƅ{��˦������O<�c7z�T��g��$���o�[��A,�e�|�J�$�"H��)۱1��t����~��endstream
 endobj
-1413 0 obj <<
+1412 0 obj <<
 /Type /Page
-/Contents 1414 0 R
-/Resources 1412 0 R
+/Contents 1413 0 R
+/Resources 1411 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1398 0 R
-/Annots [ 1418 0 R ]
+/Parent 1401 0 R
+>> endobj
+1414 0 obj <<
+/D [1412 0 R /XYZ 85.0394 794.5015 null]
+>> endobj
+422 0 obj <<
+/D [1412 0 R /XYZ 85.0394 349.7668 null]
+>> endobj
+1000 0 obj <<
+/D [1412 0 R /XYZ 85.0394 323.7864 null]
+>> endobj
+1411 0 obj <<
+/Font << /F37 803 0 R /F23 738 0 R /F41 940 0 R /F62 1065 0 R /F21 714 0 R >>
+/XObject << /Im2 1054 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1417 0 obj <<
+/Length 2688      
+/Filter /FlateDecode
+>>
+stream
+xڵ˒�6�>_��j�,� *'�{'ۻ�q���r�%�B�
+I�X�Ϳo7�H
�Ḷt���F��hH�8��,NXb��i���x�o��l
�ޜ	��@�1��g߽Vzf�Id2�^�p�����]/?�&�9`��W�߽�|���幎�ח�ߝ/d��/��ޛ��o߾�:_�4�W�x���+��8?\���f5 ��x}qu�������Og�/c~W���go�l	l�tƙ2i<��g�9۞E�bq�����~9�׀p��.
�Op&U"�"$�ذDIeض]�/�vY��,Q�%Q�D���¢���_o��ɼX��t�*��zެh�ߔ�t�f_-i��[�-�Ey���R�MsW�㙮��d5-��2�[����dd�eٗM�U4� :��n�������ı�,�yVU��@~�{yS�YYw4ʨ��J�z��Ӫ�@!u~�1��%
,��n���κ�A���6.�uU�]��x1E~�)�e�O�ý�b�������)�,�{u�Sg��=�g��|��)SB���G�j����[FM��n���v_�v�r������b�m�)��W
+͸��@���Y�7YiX���dO=T0-D2KR̈́2��"���a����-�:�\��	~,#���T`�1�B�L�8�p�
+H�0�ĉ�~_p"b&R^p/�G�e��}��=��K��ǏF�,Vپr�u�U�bX�u"X*"�h����AO=�gPR��SzA=�g5�s^Y
BX�5�0vO�f*��qJ��)��dJ�A0���,
������������ͭ��3�'R�
+�lQ�mYt�x���!t,�U7��k��@�G0Y�nڲ�l_P�5�i��i8�0���<�'��=�,�¯��e���4pM�k�0�pO�\��=l�3�";�Q,2BS���fY��i%���4��;m`���=��Y.��~�fGP�ج��ʾ,�x��@t2L��	��娈inNH��+����4ȶ;�O*��Ŷ��IVy���TV3��;�pմ���{��onqڎ3�����K�� ��GS�y�d�,�/�>�^YS���M�O����C��W�۲�a6>���d"�/�n���[��4��I����#m����%!�����b^|ɋb�y4��i:��H�:�
�n��ʝ�-0�-�;N��1(�[f�]U�\�.k! $9��R���@��bv��|n���Cȟ<��DG��.���m(�hf�����bV@X7������A�����pᜏd�������mo������3�����G���'8�ۏ���bU~����>��JK*f�N2��G��ܬ�u!9�Դ�0���{jnB�����\��˪�
+���}��߄�X��\��/w�O�;��oBзYݭ��{�jZ��0�E��I��P�����y���D�7�
K�t��h��8t��l��t�!����؍��?�ZN��ٷyq��E�<��Bh���0f:R���bf��g��#�wM�^����}XI�\<��sq��IM�j4��uP$)>%5��濚T��J��H!藫�������CM�M�ZA�4�O���F0�J�;�v*K�i����5]�S/��c�'S�	���d�#/�͎�NTJ�(����l*�J'qT�X&��^,�X�	�=���V�E,�Wo6K�9�L*�b��uaE��/vMS��_�����MN�gD��$��p�z�"�P��}(���"Ӡ��4���W�e]K����]��N��F4��R���_�RR����m\@.ii��+�
��9����2w�6��K��f]��+t��eΜ�jh�M�� ϶n�#�^᪪�z\���H�Zi����~3�?Ul�I�	U�}W�%�-���oo$(r%���ٺ���)OSG`U� �H��:�h�ޖ7�%���6]�sNhk@TUfow�?^��:�Zfe�.>���ܯ}�@ȯ�ht2T�@�K�7�*`1܃ul����X1���J�cfh��=e�
+k�Z�P�yn/����f�1&�7;��
+�%:��Ha�����5��
&q�r��C_����9��D�D<T�e,�\K��Wh3�b�G�a)�'G���h.U@z��.��d�����p��.�,��s�'#qo{�W�ǽ�Mӹ����lCSΆS⒠(�s��`��݂4첔���L���}%���r]7G��4��`p[B4��q0~�P���D>ZC�L�g�'1�ɇ���3��t/A:ɿ�W@{[ٴӝ�obLM��A�*
+]��Ċ0��fO�e�Qx�#*Ϩ(�2��q�DZ��ط/jЮ�[{��~�w�?gK�A�g(���ծ�m��/M�f���c��L�sGȭ�D�ڷ`wm(s�����Fd�P��V��UХR�_;��A-�$�P��8����z�����߹5kH���'%��I�bj�w��ƹe�m���/a�nSX���2u:��ܾoj3J@����4|��m��# ����s@��m�N���L�"�Ipq�(�i�P��H�H,=<��a�&���G12R������sc�ɔ+%������)�����Z���v��U�힡��Rg�y�;�9���Χ�?��b�����9��o�O�����T���R�p�$�(�F��o���I��w��endstream
+endobj
+1416 0 obj <<
+/Type /Page
+/Contents 1417 0 R
+/Resources 1415 0 R
+/MediaBox [0 0 595.2756 841.8898]
+/Parent 1401 0 R
 >> endobj
 1418 0 obj <<
+/D [1416 0 R /XYZ 56.6929 794.5015 null]
+>> endobj
+426 0 obj <<
+/D [1416 0 R /XYZ 56.6929 550.5868 null]
+>> endobj
+1419 0 obj <<
+/D [1416 0 R /XYZ 56.6929 523.0374 null]
+>> endobj
+430 0 obj <<
+/D [1416 0 R /XYZ 56.6929 249.7563 null]
+>> endobj
+1307 0 obj <<
+/D [1416 0 R /XYZ 56.6929 219.0826 null]
+>> endobj
+1415 0 obj <<
+/Font << /F37 803 0 R /F21 714 0 R /F23 738 0 R /F41 940 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1422 0 obj <<
+/Length 3904      
+/Filter /FlateDecode
+>>
+stream
+x���r�6��_�Gyk�%.��<M���S�Iv�٣�T��(�;���=�n�}��
��#y���h4�-.c����b��K�����\.w��ƾ�<g�'���>����[e/�(Kdry���J�8M�����y��͛�Wsi�Y]�M�>�~�%A2����wo������+�g7�߾#��7o߼��7Ws��%c8����_�P����������n��xs��?��䗋~�/Wp�/�He����N�,���mTd�R���p񷀰7�N�Ϩ42���j��&�C����Wͺ8����ݗ�-��lQd�鬾+WŊ��Uq�W��)��l:�^�)Z����#�D�(����������S+D-�S^!�t�y*��p���ۂ�uT��-<=���!R�I��K�EB&�K�?3F���j���ͷpV-�5�������@w���͚���)K�5�&���������0�c��(Ó�}[�a/�n��,�n��"�2�-m����ˏ��A���8�T$T�>g��!��U�Ώ�6rKb�j����M��>w�TI>ɡ��X4��c�(�db�́<�S��mqؕU��(���
2/��G�^ @�ݕ�	�mYmh�;L�y�6�+pZ�y�I��9zi�HJ�mp�:�̐k�֕��d(�f�&m�� I��mʻ�"�P���L3���MKp��4a�LXZ���U�?0�F�uG��)@-U��kKs"����qIw�gw�ĊeZN��7�0‚C��04K9&)}��&n���E��t��q�bk#���:�m�������8�����(,?��.oK���
���Ak����}
("jޠ�#}�~�J�Sꇳ�͙#9C���*��B;d =��Ӓζ�q��ߖ�[j���O��f��Z�xo]M:
+��߾n?��������0��^OH�F�e^�`�S!��Ykn���L���}��P��>|D�Ig�l<���S�=c�S��6�6�ڂ��ȵICitP��5�f��N�J�u7��MtJge˧d��9
U�D�3#Ǹ*��������2�� ��*Ȑ�FЬE�����k��@�Y_�	')w�YͣA�S���u�X�O�n��I+�"2��Xw�O�J'�=��8n6lI*6-�C����J-���*��-��mZ̜��z�M��XUS�/udu�G�:�H�S	۹Ntw�Pv���Ɇᄼm�ݾ�e5��&v���wx�;8–�nw���9�K~���Ԩ�ܗN>�1�!� �;/�:+b����O�/�Q,�~�zeZy��ˁ��L�O^���a��K�W�yS�ZLl$e����T�ŘxO>:@�@���B��En	ˆ �
+XՖ�)b�0E.܄J��*��	:JU��j'�Ã�TC�I�Щ��_���2
��~�A\�-W4�<��c/���%��fy%Y<�$������}��m�6�`{[2�
Y��'��B��������
+0�hhE��ê��*�b�����[�1�P�q_6�4莥����^�qf���W-����Q\�=�����LI.��"I62��̀7B�l�-�������v������1�%
�SX�C�S6��-���D
+���%)���eѼ�
+Cb���.���~s�>��8��-�`\��7�1+;�M�oxro�a�-#��}Z�c����QU�0�Mӡ2�^I�
�T�S�p�R��JH�����(BXE�WQ
+*��$�fE �҈�!��"t��p&�J������L�WJg1�
�X��cQ{�D�~1e%�����C���O]e�J�^N�I��MO���ʮ���`8���&0����M��A�Q�@��ֻl;�4�M�#�>
�Ss@x_L��22V������g4�K��ʑ��:{�	Ǘ*VL���>����ʂ�K��\N���uc�!�rb,G����
+D�4�!��̰��]f���>1��8Z܏���A9�p2���?SG��L���VO2>�yHwu�-!��
+IJmF��!#>�4�A�Q9=jbE@G��"��
+�h�z���s� �� i�a���}�.o}Q��0�
���Q�/�pb"�Ȁ�'�����s�0�t�;X���p�M�j;?n}�

�b��3����E�n�t9'�)�E�R�����.M$�a���dL�Y\O��Xŋ_���Q�J�tK�‚^�qŤX�˜L�9h�a~�v�mD$�yo}��U��Z���*(�,�i��i���e1D����lQ�����VWr<�C��T2��
4�^ �r����_Ш����W1���C�"����it|%T+����d�\6��`���|��pVS�L�L�H*ΰG�8ן{{(�����?�`@��&9x{�jsN�$�]�'�<߳8OJ�Ց�A�r�&�8��3SYa������L��ĉ�4�=+�QC�|JSU�;Za��S��`Eii Ìl���<��(K�t��m0��(�mK�V+%����LTBFiwM�O]9ӡ�t�sDp-�2#���mJ�fM ?��}����"_�[���ˇK?4��� �b���>�Ǚ�d0@��p�ի��@�$�
+R�4�|XH���%5���.��y����)^$�C�IO-�UsBMb"!Ԁ���S?�)
+Ƹ��v��=Mfm������s6��=�_VƳ0"�yX��L���hi�>�ܢ����ͦp���a��M6��`Z�����-&���n��8���{l�
�W`�1!8R�t��\���=�~
+f=@�ua�<Qv�z��2|�s�rSVy�m��<��80���&�r,9���E(Kl*?�x��yd���L�I��B�w�@(�c&�C��An�:�y�蔫��b��	�m�X�<�"V�U����Έ`cwܶ�~�S'&[
+�Ya���.��a���Tj�עQ�/�K�*P8��lx���b�\���v�<^���OE��:-��7��*��O��(�Y����	�Q���7�tI���e����iq��@	/�'8e�⬐qR��p�dz��"�X��r�o��g���g����©z��/=X����G[~Wl���5����������y2īO�p*�1Qb��EW>��B���3~{V�U���D}���+�*�<%�������}_&��}X{�X�@^i�y��)Pόg��-�n�D��G�BR���sXm^n�W�x#�*����7O?�
+��~M�R%�F?��ƪߡ�R(��>a�G`�"�*wb#��1P�?�/8�@N�b �N���	I	�O���N"�0�)BN��˅�(���<�f.���3���+M$�.+���!C`��L��ȗ[\�-nr��gZ\�B�@��Z0�g�-�bC���Qf��Wp��95��Y{�`���j2L��O{�7L6;ko��d>\x�U�'�#J���(�xB������?B�������d^{��B<|3/�7^v���ɣ��I+!����$|V�aU�,��G�	��>³��*�֠M�Wn\Q3�����?��%�ѭ�%=mrS�ڤ�#X��^��:��T��w���O�ϣ����~�@�ÜS ���zGM��=��,�|����]��OߪI�7[�*�t������I���<_��k"��?n� ���M�i���,1����j.bLBZH��\6��m^UŖ��]]�}�y��F�*���,K�P�9A��N�q��zݫTE?Ќ��!���°��N\翄B��X����Q���io����w�/�w���'���S<2&U5�y��!?��n�7^��GA�)��٨�tr�(�F�kFߋ��ٹ���J�[���&B��?���_A�H������4���D!�V�)��?'���endstream
+endobj
+1421 0 obj <<
+/Type /Page
+/Contents 1422 0 R
+/Resources 1420 0 R
+/MediaBox [0 0 595.2756 841.8898]
+/Parent 1401 0 R
+/Annots [ 1424 0 R 1425 0 R ]
+>> endobj
+1424 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [432.8521 368.6685 481.8988 380.7281]
+/Rect [116.0003 361.0037 166.1092 373.0634]
+/Subtype /Link
+/A << /S /GoTo /D (tsig) >>
+>> endobj
+1425 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [399.2874 253.3317 467.9594 265.3913]
+/Subtype /Link
+/A << /S /GoTo /D (zone_transfers) >>
+>> endobj
+1423 0 obj <<
+/D [1421 0 R /XYZ 85.0394 794.5015 null]
+>> endobj
+434 0 obj <<
+/D [1421 0 R /XYZ 85.0394 155.2922 null]
+>> endobj
+1426 0 obj <<
+/D [1421 0 R /XYZ 85.0394 130.8971 null]
+>> endobj
+1420 0 obj <<
+/Font << /F37 803 0 R /F23 738 0 R /F21 714 0 R /F41 940 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1429 0 obj <<
+/Length 3082      
+/Filter /FlateDecode
+>>
+stream
+xڵ]s�6�ݿBo�o,�H�S�:�{�4g�7i&CQ��	E�$�w��~�_��t�=p.��~S|���aDF�ElT2.��[l�ݛ3N8+��b}w{���2^��D"Z��
h�i�����(�9P`�W?�}}����Z�^���|%B�|}��K��\��駗��+�C�|���w����*"�]��g>!z}����������?�]�vg��3i����l��c�x�it����1b�?S�B%��)�n����uKg��Y d$f(������I04A$��$(H�1�lڤ͛6O�U�K�2+<�
���Y�����W�D��yU�LRn��I����.���:�4n�۝G�$n�Xí3�3��)a,V�`
1*�Xn��H�s��Y�3i���<M�w���?�Eh+|�3|�l�x��i��d��K`�NV���1t�%@^��V[�$IK�>��2IӬ���O�㼼��}ҋ��� F�ɞ�&�?g�U��q��:�!���.�Dy4��e��z����u���|]d��@�x8T5Q��6?x�������D�ViU4~W"�;��#^�L��c�oR�_u�r�E?�+ʶ�+q��J�p{��N����$��
x�����+���oǼ����!��|8A�N}��1vt��;��|���/`��;���+0d��T�Q���#���i(%��i�t�yQ���Сu�Ë�sV�=[|�K#����){��H��2aN]'��9��iB�Nx���M7D�7�'蹺K�@���d�|>��l�p��r����H����T�ࡌ悐Ҫlq/˫0�2�@��`2����w8n����~�����-�$4���搥�u�p+�,���
+���H*0�(
+!F()�&"	8����h�Q\
I�`�s&C�"�~gˡ��B<`�{}�,�^1��\>*B(�c�׉����T<���ͦ~D�[�5)���<ݑ����)=1}���O���f��W�>+�#�3B���pzJ��XC��zT�BD`/�'u���-׎�j@�T�����x�/IU�)/V�E���!b�<� V�[-������,^�~e!K�z��0G�o4.���2r� �����_���n�b�����/�jDA�M�����(k3u����\C��t��:�&���ز�f8�4��L::=K�՞HCZ|nIJ����p�2 �*H�g���m.ХC���S]�@#��q7�%��2߈�@�q�l]�(��$O��K�������!�BOh�P��Q�~;�H��PV
+F)ǹ�e�%����ل�ρx�h6��D�Bw���@� ���<�3���}���W!�̩%����y�H���q42RK9�*b}�ͱ|�X�\����ǁ���2J�������gB����~�/DW�q͍+�R"P2��� �Г�`���ؐ`���X|�*�	,�i�����]!��b�>�:�օ%��5���@�GH������8��.}�����S�WC鶭��@$D֓�mt<��x�|Y��jK�z��xB�S��o\NS�y�`,�E��w�i�4�^NGQ�yl�p=�Ր�L�5�[�C�lB9���(���H�uLv�`R��CV �Lڀ4g���3	��$zC�$��3*��xJu��6#
D
p���)#h����f��d,D����m kA� e�M��F|���,���aղ�w���0��^G^��DK`l4�۳Mr����m��-�Y�v/]Cc��^��o
+8�$$������#��Ӑ���}e�u&ݒ��^B���)#�u$~;�=9P�P�PNX��vZ�u�����s��0P��3��@:O�X|,9B�$�[�|ME��;	�f#�������Q������}�F2o	�E)ӷ#9�#����f�){��C����>�gR�I�qL)��uWf�6q��s�<��Y�ex��b.�}������ >|�j`��?^�	���"Ќ�]s!�V���f���\v��Lfg�cε��r��6�{ss�
+�&K�u�>�M�j]���3o<�&��5�l��z��yh��B�*`�e����.���;����׸W7�j�y�9#�D���
ᐕ���Li��:���w"!(f�����䝤q�� �.��ly�snD����.�aP��� �GY�����*�/�����	��>�ս�#�7a�+�^�R�&�s�G���jm~��M<�q��	У���R#��RL�� w_$��,}Û�"Ћ̎�0����C�{��u~�#��mi[�3��gޥ5j� ����6+��:s%=�G{[Ն^�ö>�Kg�8���+c�,�
+��YҎ�1�t�~�.�x~ �F���sR��⒐(J��̩��֣>��~CAg�'N����L{�e�{���]��+�_r(9�7�t�g ����Sػ��^��M�Kr���Δ��0H��u��
�o�ӓ��V2��
��g��P�&���]k@�Z�}��7Y��;a/��m��@D�Rw���0�Eh>#!́�c<��i��	T�l��AMh�7�>/������x}��@ꤣ�G��;�������ݞph�\m��ԯP��^�=@��q�o�'D�(Df,���&k��ߋ������|p�O�U�G3�ve�WH�G3�y�4�	�zP�����$�(�{�:�\kQ�'I�]���i8��!��_"������M�/P�1dY��|��O���O�p����bkC�n�Ɗ���A�������� ��߲�k�W�?��A����!I3�O��=Xf�E��Ů�\���4���َ�e{��#���z�mYu�b���J/�\䅯�&H}�x[�:��
+_+~;_TF��#��I9")S��g��+C�BD�>���V�v�(�����H��ð\�d%��J�8�����G���uA��/���$���	5ɞI�����l����?d�Ǫ�h��O�JN<����>s����?vNa�f5+`���;�n�t3�M�NY��ߞ��OP�I��|^.lOHK陲���s�'�S��V��endstream
+endobj
+1428 0 obj <<
+/Type /Page
+/Contents 1429 0 R
+/Resources 1427 0 R
+/MediaBox [0 0 595.2756 841.8898]
+/Parent 1401 0 R
+/Annots [ 1434 0 R ]
+>> endobj
+1434 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [432.8521 350.2114 481.8988 362.271]
 /Subtype /Link
 /A << /S /GoTo /D (DNSSEC) >>
 >> endobj
-1415 0 obj <<
-/D [1413 0 R /XYZ 56.6929 794.5015 null]
+1430 0 obj <<
+/D [1428 0 R /XYZ 56.6929 794.5015 null]
+>> endobj
+438 0 obj <<
+/D [1428 0 R /XYZ 56.6929 769.5949 null]
+>> endobj
+1431 0 obj <<
+/D [1428 0 R /XYZ 56.6929 749.3407 null]
 >> endobj
 442 0 obj <<
-/D [1413 0 R /XYZ 56.6929 543.7303 null]
+/D [1428 0 R /XYZ 56.6929 505.5458 null]
 >> endobj
-1416 0 obj <<
-/D [1413 0 R /XYZ 56.6929 512.1243 null]
+1432 0 obj <<
+/D [1428 0 R /XYZ 56.6929 477.9188 null]
 >> endobj
 446 0 obj <<
-/D [1413 0 R /XYZ 56.6929 424.5706 null]
+/D [1428 0 R /XYZ 56.6929 399.4257 null]
 >> endobj
-1417 0 obj <<
-/D [1413 0 R /XYZ 56.6929 390.1552 null]
+1433 0 obj <<
+/D [1428 0 R /XYZ 56.6929 368.9893 null]
 >> endobj
 450 0 obj <<
-/D [1413 0 R /XYZ 56.6929 210.2494 null]
+/D [1428 0 R /XYZ 56.6929 203.5616 null]
 >> endobj
-1388 0 obj <<
-/D [1413 0 R /XYZ 56.6929 181.6082 null]
+1410 0 obj <<
+/D [1428 0 R /XYZ 56.6929 178.8995 null]
 >> endobj
-1412 0 obj <<
-/Font << /F37 799 0 R /F23 734 0 R /F21 710 0 R /F41 935 0 R >>
+1427 0 obj <<
+/Font << /F37 803 0 R /F21 714 0 R /F23 738 0 R /F41 940 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1421 0 obj <<
+1437 0 obj <<
 /Length 2930      
 /Filter /FlateDecode
 >>
@@ -5861,134 +5937,139 @@ P;
 ��/(7�����Hl�[;aA/NU^;�G�4�����HC�3�|��g�^�W|Ʉ3�Ã�A���Ռ��q�bW�.x��{?��x�>�k�vsF=�1�|P&pԩ�J��0B��<� �C��Xy�)�X�[T�䀍N8DOז���UҌ�/.��`ⰵ+�{�t��Or1w'n�z�?���\�R@1��;Y�;c���r8
 |������t@.9E�ݕ�]-�����o%��"���í�����3���3ψ��ds�"�%Q}@���GzC���"���V����r���#�Lr�6qW?y�X]p����4���(,d
 �]f$�̤?���8��gK5B��r1h�X�[f�-&Q�oj�p�sD�����ڊ�0%���ć=�e�,Y����yu[�+_R'a���:L�Xx�U=Qt��(v�O��L���nj)Y��E �(�@ٳr�Ȳ��X�7��@����^���b���}�K� �A53���l*�n�7��gY�Wr�;��3����jC�5c7ȹ�z�'�h�,~dcn�
-�u}�@|��J��D��)lNU�) �׼�ŷvl�қ����,�zR�v�;��'�\��D�\FZ�;��蛡��������0h�C��#�)�ŀ�o|��
���KG�]F�a/_Ғk�|H���P���
I�%��7�ն�k��F�c��ӻ2�=�����
���3P�C���~����쇋'��ߖ���>r"��Yi�/�<\wo��˔�F
�����@fN�
O1��{p�;ܱP~7H�Ձ~u�����
U[70T�:��$y-��#���^�1_���+\�|�=wʟ>�c~R�'��0Ǩ�=��Q�a������]���`�-���q����l�p�� G<������\?�&�����͟?��ۗE��5���r��}��7�T���N�/����4M����$z��7�+����?����Z����d�P���{fR 	��T$,��c����y(����"��endstream
+�u}�@|��J��D��)lNU�) �׼�ŷvl�қ����,�zR�v�;��'�\��D�\FZ�;��蛡��������0h�C��#�)�ŀ�o|��
���KG�]F�a/_Ғk�|H���P���
I�%��7�ն�k��F�c��ӻ2�=�����
���3P�C���~����쇋'��ߖ���>r"��Yi�/�<\wo��˔�F
�����@fN�
O1��{p�;ܱP~7H�Ձ~u�����
U[70T�:��$y-��#���^�1_���+\�|�=wʟ>�c~R�'��0Ǩ�=��Q�a������]���`�-���q����l�p�� G<������\?�&�����͟?��ۗE��5���r��}��7�T���N�/����4M����$z��7�+����?����Z����d�P���{fR 	��T$,��c����y(����z��endstream
 endobj
-1420 0 obj <<
+1436 0 obj <<
 /Type /Page
-/Contents 1421 0 R
-/Resources 1419 0 R
+/Contents 1437 0 R
+/Resources 1435 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1398 0 R
+/Parent 1440 0 R
 >> endobj
-1422 0 obj <<
-/D [1420 0 R /XYZ 85.0394 794.5015 null]
+1438 0 obj <<
+/D [1436 0 R /XYZ 85.0394 794.5015 null]
 >> endobj
 454 0 obj <<
-/D [1420 0 R /XYZ 85.0394 769.5949 null]
+/D [1436 0 R /XYZ 85.0394 769.5949 null]
 >> endobj
-1423 0 obj <<
-/D [1420 0 R /XYZ 85.0394 749.1193 null]
+1439 0 obj <<
+/D [1436 0 R /XYZ 85.0394 749.1193 null]
 >> endobj
-1419 0 obj <<
-/Font << /F37 799 0 R /F21 710 0 R /F23 734 0 R /F41 935 0 R >>
+1435 0 obj <<
+/Font << /F37 803 0 R /F21 714 0 R /F23 738 0 R /F41 940 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1426 0 obj <<
-/Length 1106      
+1443 0 obj <<
+/Length 1112      
 /Filter /FlateDecode
 >>
 stream
-x��X�n�6}�W��)@�H���O��I��f[���#���-I�q��{)Qr�K�N��0$
��3Ù!�Ȳ�Yă^�C�]HlD�(��\�]
P�4�@�����å�[!=�Y�Y+�v k�=��F��_n.��~����pr���`b/����������3���?��:�M�Wc|����HB�xt<��G7���ɧ�h�ѥ�/��R���;ۊ�ڟ6t€XK�aC��J.q q��$����6���j�A�!b��袖C		\�'!��T���R8!@���V�K���x�'�����`��j���9Ϙ��WEKY�j���T�-Z�b��WcM3�֟�QB��3U�����5i�jU�#R*FA{[�[Ӄ&I��L�\#�c����TEӄKe�� ��&ȳS`�>�4�3&ޙ����j���E��h۰�ejZ�b�4�!��c��,W|�
ϋiɻ�,r�6�򣞡����1�fî�5�}�#K#��&���l=�<Y�y��ehk��ӧ���>ܒ'qDEld+&���fyg:<Sl.�Z��t�*�4Y��i^(��PEf��'��杧6��f��.�bYŞ�Z�e��3_��&]��m.O�$n�oSY����Z��f!K�,Y�g\H�K��	�d�a�l�?����%�F�D����t�dY��_߮`TZ�>����:2����?@JϨ@�|�r�l��7;BG�f<�.�/TW$�*��i/�-N�T�c��y��Bo\m	M؂ҽ{Nb��z�dQ�Ų��5�ʁ�i�*���j�L��������$b/)�n+\���|����8�w����j"0�}�j�_2�[�n��;�!�fA�<zm��>̀@G�^�$��$G����<��O����#yl�J>�4���}R<6�Cϐ+��?���?q��z�[�|R����r�>ң}�S�`3��C���N�ǀ�}&J��O�q�N.z�,RyS�T=T�T%��(��enJ%o�<ة�ڥcU���'wx���	}do�v��ӫ��k��߳`<t��X^F���77'�y�\�z
-����N����t
R�*U����rd��?����endstream
+x��X�n�6}�W��)@�(���O��I��f[���#Q��-I�q��{)Qr�K�N��0$��3Ù!��0�؅n`�8�a:0������|�_}�>\۞���\c��|h�>2&�t�B^(sx����������'�_�.������/#�v3����r|�������_'���rk���w?iI����Gף���jt1�|�&[]��"�.�>��L#Rj��|l�TÄ(,#8؆ر�F��~��z��G�LhٮuĀj0� ƾcx8��mٕ������6������V��õ���8V��S�x�v	,��j���9Ϩ��WI$Mi&k�s���k�Z
+���X�i�ƚg$���0!B�t㯊�eà4sMZ��\���I�V���l�� I����%��Wˣ�S!�)���<aBj�2H��u�yv,:���d"����.�H�ֻ�j8P�	w
�{�gΗI���Yc�d�d�.<+�%��ȹ���F=C=��1�fî�5�~�#-�����l�l�"�9U2�3�ۈ���p�nŒ($<Ҳ5�ϳ�3�I��L���:k1�,���</$kb��"1k�IHβE�u�(��8���_,+��p��@�K���+���	��`ύB�m.
+v�]���.d�C�%�M̸����q(;A��͎!�S��=�-i5:�y
+"��I����>�]�ȴ�}|ko=Ud�?�ӧ���Q�$����2�ov��(�6X�\>_ʮH�U$��^H;�ک|�.��O��2����{��
+D4!� A�<�Dg�k����U,�����^{���5;�2HH_R�+�V�n*��z��,G�@ϱ�
+懪���\�%�oźf�gC��5G��i��4}m5{M�B�H3@��-�1�#(�$��?,��`�H�ݱ�'�c�9�Wz��ΞX���C���&���6J�$r�����3��"99��*�r+��tr�<2��
+8��Y*ը
��P�M�S�P�U�x��<h��H���`�&k�U�Ww�Y�Y{��H�#}��;R2�_��_�G�=��c�6���đ;	s{_p�
�����v+߷���ݺE�<:��I��{�����?�Sendstream
 endobj
-1425 0 obj <<
+1442 0 obj <<
 /Type /Page
-/Contents 1426 0 R
-/Resources 1424 0 R
+/Contents 1443 0 R
+/Resources 1441 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1398 0 R
+/Parent 1440 0 R
 >> endobj
-1427 0 obj <<
-/D [1425 0 R /XYZ 56.6929 794.5015 null]
+1444 0 obj <<
+/D [1442 0 R /XYZ 56.6929 794.5015 null]
 >> endobj
 458 0 obj <<
-/D [1425 0 R /XYZ 56.6929 720.2271 null]
+/D [1442 0 R /XYZ 56.6929 720.2271 null]
 >> endobj
-1309 0 obj <<
-/D [1425 0 R /XYZ 56.6929 692.8842 null]
+1326 0 obj <<
+/D [1442 0 R /XYZ 56.6929 692.8842 null]
 >> endobj
-1424 0 obj <<
-/Font << /F37 799 0 R /F41 935 0 R /F21 710 0 R /F23 734 0 R >>
+1441 0 obj <<
+/Font << /F37 803 0 R /F41 940 0 R /F21 714 0 R /F23 738 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1430 0 obj <<
+1447 0 obj <<
 /Length 1141      
 /Filter /FlateDecode
 >>
 stream
-x��X[s�6~���1�$!@�O���f��m]���x����"yg��^q1/�@6ӎǃ�Чs��ݐ���l
-u��b�:���t�^�}����4�z?�_Kc����f~ˆ�m#m���.��m6�����	ǀ����뛟�V>.?�\]�sz1�����盲z:��L'7��1@6E�?��t���uR�>L/>}���ogG�Y�K�_��ܑ/����y��#fS�I��1��hdP�AȦ&�1��l�]���Ć��V�j�t2�Y�E4	&��10u��	��	,Sϑ�I��d^ߗ�ߪo</�B,"G��0����]����P6� �7�+d�����Q<��+.I���d��MA�}e��I����H@���_��
-�E�Y�2O�L����m�V
0�B���d�J�b'⢬�K��
-J��� \�q�qU�Z#B�'\���"Ie�ćZ�A�˒�Y-���!y�wϥ��uI�g�Μ�^���,��	O��myU ���C��)wO�ʎ�I��~�	�ˋ
-�g�%�7TX�������#�����gI���y�cw��>I]��(}��� ��v����Rq��o۸��5��u��y5��m
ޖ�\���k��#L�"����ze�̜X����S�ħ��@�R�IQ��a��&5��U:��i�A[�j@>u�
-x<t�N��I쉓ݮdD����tyW��IӾr�9��P�˷��F#���$آ
-	Z1
-���&
-�e�Z�~�P�f�Ҿ|?����⎝��4���TfAl��`i*�c*f*�	��b��:��hm����bD驶�c���o��-�w�`)8�Ko�����$ћ$6�E��*:�"����������ʼn�#./Í��T�q����u\q�"���)��2x��aIqvQ�����2�(׼�y�Y~|�W. ex`*����?Ucl���\4[�,�sW�H7t���~Ŝ�+Wi��A�G�uq�o�{@�<��N~Fkl�37�,y~^>o�*#��4��%��!�Q'��kyF;<��;D^y��eɳ���h`���y,������;���8Ba~��q{���د���^dj��m\_�aҸ�#�	m̬�Q��ٵ������h��Lendstream
+x��X[s�6~���1�$�٧l�l��Ͷ���f<D���"yg��^q1/�@6ӎǃ�Чs��ݐ���u���MMHtD4/�ڽj�0B�7`�h~�~6:�2l�BjaK�
,ꎃ��??�����d:��gb�g�o~.kh���|su������6�fןo����j2��\N��9���B������IY�0����b:��}Mf�/M�n�|�ou�Wn�Рўԋ�X�F&1 1
cS���^6Z��]�Á��v�&j�tR�ښM(�l�����37�'�L}W2$ٓ��<�/�U��~ƄXD��!����]����P6� %7�+d�y��Q<��+&I���d��KA�e��I����H@�H�Zn�t�{V���$�u}�r[�U��n�;����؍�(+�҉�����k~'Su�5�!D���2m�I*yBh�%!�Z'�B�,�KK�g�d�r��O�\�;Yf��jj����@�C��)�N�ʎ�I��τ��E��2ђ�*�E2p�a!-zY��X�m��'�����v��c��`ǟڊ�*G���{�[c>\�����Uӑ*���m�U�{L��:��!�xݱ�W��̍�
+/�J^�
+�%K�z$ɣ>&��@CMj.(;��t��Ӑ{�-�R5 �:z|�U'��$���nW2"q�gk����ڤi_��RD���c�D��H�u�l
+
l�m�0���&�m[Z�~�P�f�Ҿ|?
թ��;�W�i����Ԇ�R���T��T2�T�6���
%�Ek�Ml�#BN��(�#�l�z`lCd:�SK��^z�dU��'�޲�acs_tȫ��l&�ǭ<.�m��EvRqq���K3 �+�z�=1t7��+���Q��#�9�X]�QC@:,)�N�!
+;�B�]Y���r����Ƿ|�R��a�6 EŴ�@S��j�Ms^��f+�E~�酮�ޯ�s�`�*�z<���..�mqh������h��B憝%����MRe�u��,b�d><�3���|-�h�g!�w��+o4�,Y��a�
L�98�E������|g�ug�_�uܞ�5������Z���p�h\��L�Q��6ٵ������iO�Nendstream
 endobj
-1429 0 obj <<
+1446 0 obj <<
 /Type /Page
-/Contents 1430 0 R
-/Resources 1428 0 R
+/Contents 1447 0 R
+/Resources 1445 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1432 0 R
+/Parent 1440 0 R
 >> endobj
-1431 0 obj <<
-/D [1429 0 R /XYZ 85.0394 794.5015 null]
+1448 0 obj <<
+/D [1446 0 R /XYZ 85.0394 794.5015 null]
 >> endobj
-1428 0 obj <<
-/Font << /F37 799 0 R /F41 935 0 R /F23 734 0 R >>
+1445 0 obj <<
+/Font << /F37 803 0 R /F41 940 0 R /F23 738 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1435 0 obj <<
+1451 0 obj <<
 /Length 2154      
 /Filter /FlateDecode
 >>
 stream
-x���r�F���2Ƙ^��H�Rk%+3�UT*��H@�������vOπ Z�T9�t@OOOwO������(�X��t���G��I0����'������S������(ei$��x�㕰 I�h<��"&�)p�?_]\~����4V����S_��wq��s�>^�}�tv}��$�އ�~�_�Vdy�����0)}�0�>�8�>��p~z;���|�ݥ_H��Nnn�����I�d���
,��T��'*�,TR:Lq���_�ޮ9:h?0!#1`@�{L�*SI!�oN�(�yUo�zF�߂0��b�u��M+N�w���[�h�s���������櫻l6�-nU�m����Ƙ�g>�{��eִ����]s��]�7����Q���%�ێ���n�>߾	߿���������g���v��r��g{d�Q�/_�h��t��=7m����b�w�NǦZ�S�sQ�R='|5,x�2)�8�X��0���
-Y�Ѩ�߹⩐#��@0	��p����U����L@��5��@B��頪Y���e�7�I�U�Tה	�����I�
-����/2��W�4����Q�nusW�we����oUj�i�JO>m<;{fY�M�F?7��KD^���׺Y�
-��:�&��&m�}��c�.�ܧ��C|!Y�M��.5�
-�m�����we�4��Y�t��D��v��{������o���c[��*}���{DzD��#��#z�{R����:�U��,��V@�U�f��P+�R�--п�(sK����k���N�nD(�*.{r����I��`�n�܄�(��H���s���i�?��Ӣ�ȣ��\��,�N��ݍ|�H�X
OМ��`r�	���iZ��c�b�& ���+������HR/��+:O�Ֆ�jND�c�� �M�=*��D�6yQ4�Cy�M
-���>�W=�3����EU�ب�l6�&���� o�a��D�$�Ѩo��9#���0Q��]1`O��(fI���@�R��H�w�8I��"{�C���6���+��5�sU��
a2���U�O3ڧ���0�L��*!L�=�w��b�z��f@[�X8m�-d^�i��j�b��D�j,A�B���*ׄXVtZ]�B��e �i��s{�]�(W,A��ZY!Θ��B�
-�6�������[� �챜6#�n�"��ҙX����^�H`mP��&;VYI�h�!� 
}	��v��B���&��,�QVJ����[���<�Y�
y�͢�@��.M���P��S�/Aݘ{ԼE,�P�4��)��y��"&pOW��K8]d彞т���)D@�s,`'�!#���o�$+��ؗ*�J"u���yg�g�
�����!h��Cl(#
-ZC[m6��J�s~W�C���mL`6o�F��a�'
-|y�"2ݵpe�w|�bh�.yD�f \�ä"b6y� �Puč?_~$���V���ܲ%^����į�I�ٛ�ă{��{uM��v&ܚX�
4��;X9F(@�"xh�F_UU��fH/��qR�����d���WV�:�6�ߌ>�];��[��Q�;5w�\�؋�S_�xM�%T���]pHƼ�:–���π��!t��F�ь�X]��|���P+m����R���0!7���	`��g����U�(\
wT��-e����hpW�du��$/`��f����-��Z7�[C��7Q���x�+v��/�X|Ӵ�qX�Vuj�&���	�Ѻ�T~![ʿ�n��Lzi��0%��_ڠ0��QJ^����A�e�U���K(����@���U���5���r��������� ,��F�0n���-IY�T���ݏ-S�8x&�L��ͽ�����4���>]F")����`A,�N��߾@3�2�%�,��/�9K���1�&`�--�
 4�gW�H��M Au"���7�;�"�8��m�@k��c6����a�HL}��
-�z��CX6[��e3<�,27�C�l	j�jSX8��w[��;bm�ߖA@0y�V�+.�TqϑYn_[�8%���=����{(��O��)�\
��%���?��`0`��'���~�	S	0�!C^�X=�/�������&4Cendstream
+x��]s�6�ݿB��M��?'ONj��\ܞ�����Pd��HAY�5��oP�LŎ=}�����bw�ߐ�(�?>�bg"%YȢ�G���$����ni|G���ޏO�^�d��,�h<��JY��|4��x1�8އ��..?�z}v������S_D�wq��s�>^�}�tv}��4�އ�~�_�Vly�����0}�0�>�8�>��p~z;���|�ݥ_H��Nnn�����I�d�F�
,ƳL��'a$YJ�0���u{����x���ŀC�3`�8�VI��X
+ixs��A���f�73Z�DA]�ۯ��-�8����o
�}�YEb��j4�����-Vw�l�Xܪn����=1�1'�|����\�����]s��]Yh{���(|���m�|�j7p�o߄����6y���Y�����j������c��3Z�'�=�G���m���[��.���u3U;��焯�O2&E'��22��a�"�%I<��w�x*�H?,L¡A3��?�}U�Ǫf	�w��"���I6�j^��w���
u
+���T׌	E����I�
+�O��/2�HS1hڵV�Q�n������~FV�����ۼ��SL��gg�,o�I��sSo�D�ߨy���T�י�0�5i��k�x�u�>5����2n�w!��V�mSΠ�w~��r��ʹ̵�����!��v��:�����߰��Ƕ*�=$H]�x�����|�GāG�|��.o/u�9��Y v���
+��͞��V���ZZ��~Q(�0y5#�W�߫N�nD�,���a�J�w'i|���WJN�)gq��b�=I�5�Bk��h�}�!�EϑG�ӹ�XYН�g��"�,�px������7H�f�L[(�вG��,�Y
+"�l�@��I�j�� ��!�D�y9�]�AxZ���s"j,�An���PA�&��)ʒ����|RZ��5}W�)O����ٍ|�.��F��P�ޘ�����e���!Kc���}��02x�,@��ı��F��HX&9	�n���1�.�50�Hn���XZ:W�^�	���X_��b��>E@�߅�eE5„��|ǹ+A��p��ʄ%�iKo!��JM�V�0aa����K�2��x�|��
!�5݆V��Юi�ֺ;9��倌r����u��	�)�ݡ�n�i��莽�
+�+h3v��);)����O�F@�k�c�W��K]�i�K0-�M 
+5_�� ��^��GY��yﷄ��y���E�ܙ]�����;�<_��	��y�Dx�$�i*�%S�`�CD.L���''�p�ȫ{5�U�rS��l�X�N�CF2q7ߚIV�!ƾ#�$"�X�؉�wq�{Fa� !�X0��_?��2��5���C���9�w�<
+=��)�����
+m���Ā_�Aa�ȁLw-<�q�;�k1�4v�<�P3�	.�aR1��]t�:�Ɵ/?�{T+
+2�rn�/���r�{���Ǥ���`���������&#i;nM,��L��#�N<]�/��*B���F&z�G�$e �ne
�b1������N�M��7�Og׎!���s�D�N�ݩ�:�"��:^�z	Ufft�������o=7��3�5ӄ�Ba�h�""����bY�
+j����~�̫�q	!L�
'��r��n�Y�� �wU;
+W�����%U�{KAY=�9�C��U$��GUiB���b]�,�����]�k
�iz�춸�MT+�����o�Xb�M���a`q[թH��& DN�vS�%�lIX(���ᖞ.��R�aJtc��Aa���� "�/�n˗�R��M�P��ѣ�&q���k���'�,����#�AXL1��Q*��Q�/Z��*�r�C�[F���d3�24���+����r�t���c ��uڿ��҄A��-�f�ly�Yr`�;���������F`��J����	$�N����M��������H`m��@:�I�O�cVC�C�1qK��l^��e����gK�.�Mi�bN�m���v|[��-[=ȗ�� ?P�=Gf�-|m
�8�<f2���7���1�Z�H�B����������l��D����$ea
+LdĐz%����C�R�T�?&�Eendstream
 endobj
-1434 0 obj <<
+1450 0 obj <<
 /Type /Page
-/Contents 1435 0 R
-/Resources 1433 0 R
+/Contents 1451 0 R
+/Resources 1449 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1432 0 R
+/Parent 1440 0 R
 >> endobj
-1436 0 obj <<
-/D [1434 0 R /XYZ 56.6929 794.5015 null]
+1452 0 obj <<
+/D [1450 0 R /XYZ 56.6929 794.5015 null]
 >> endobj
 462 0 obj <<
-/D [1434 0 R /XYZ 56.6929 373.8367 null]
+/D [1450 0 R /XYZ 56.6929 373.8367 null]
 >> endobj
-1437 0 obj <<
-/D [1434 0 R /XYZ 56.6929 343.7228 null]
+1453 0 obj <<
+/D [1450 0 R /XYZ 56.6929 343.7228 null]
 >> endobj
 466 0 obj <<
-/D [1434 0 R /XYZ 56.6929 343.7228 null]
+/D [1450 0 R /XYZ 56.6929 343.7228 null]
 >> endobj
-1438 0 obj <<
-/D [1434 0 R /XYZ 56.6929 319.3114 null]
+1454 0 obj <<
+/D [1450 0 R /XYZ 56.6929 319.3114 null]
 >> endobj
-1439 0 obj <<
-/D [1434 0 R /XYZ 56.6929 319.3114 null]
+1455 0 obj <<
+/D [1450 0 R /XYZ 56.6929 319.3114 null]
 >> endobj
-1440 0 obj <<
-/D [1434 0 R /XYZ 56.6929 307.3563 null]
+1456 0 obj <<
+/D [1450 0 R /XYZ 56.6929 307.3563 null]
 >> endobj
-1433 0 obj <<
-/Font << /F37 799 0 R /F41 935 0 R /F21 710 0 R /F23 734 0 R >>
+1449 0 obj <<
+/Font << /F37 803 0 R /F41 940 0 R /F21 714 0 R /F23 738 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1443 0 obj <<
+1459 0 obj <<
 /Length 3493      
 /Filter /FlateDecode
 >>
@@ -6004,37 +6085,37 @@ F
 1�h�o�o����w���mPˍ�j6"�Z7�;<IN<
 #n�p*ꜩ=�C��.=U���
 �PI�a(5%Ѻi;���$U�D�B\G�Í��z!�gsS�Sv���p?VG�����XR�H��=�U�ʠ��+�8-�`a�a���f��V�|J��rQ�V�Ib�%1҃�� R,*8q6�=Rǩ���`Mk���eUS7�>��U7�����T�9��vcp#���Fџ�e�0�M�aTk��a6t�,O&3�L�ƒU�L��ix�9� ��輷 �MZ�� Ğ�De�%d��*A��n�Đb'��dž��Ŷh��%
��u��_~���SB�L�����x�]�7��ry�e�O���w]����}���3�e�p}�آ��#֛]7�q�V~��5*�C��A|�9`l���(������B���g���ػS^PY^熜��mt��o?}����͒Ehޔ2�h�2�����CD�����^�jc6`�l�q�:���sܥ:���b�
}�����N�
���HUVKq{���[s��
����8���8�8}
;�f�G�Y9��Q�kE0Tl̆F�d�\|K�$w�.Ν��	��~�t8�L�qH|�.R��=��"�0�KsD��K}?j�����l5~C��+�u��`��6�ß/����_/�_�@A�A���U��<����$i+�ߐl�a�v���C����ˬ����<��O�䇘R�|=��2��BT�E�LL��I,�ժye㤨��m�
&dR>�]VaW6Wj��72��t@
-�F��#�ƙKCb�nf����8W&��Qշ���TzXPsF6u��@���=Y1�`�/̘-�����l�(ug�`1$/E+}���(�L�^�T(�}/�#�|`Ͳl�歔9�!���/*i����w�G
���Aoh3������ǻǿɒ?p�/l�q��s��$�&��	8��D�,a��gq��{�̐4���	��/Ŷj(�A�ܷ]�n�,��y���EvX<��2�|��\>�n�o��� +s�s�m[����Y-�`~-����n��+�w��n�X	�A��Q �uS��'*Ǻ���0KC=��OX��?;�����2�	V3P��L���Y�3���?E� �endstream
+�F��#�ƙKCb�nf����8W&��Qշ���TzXPsF6u��@���=Y1�`�/̘-�����l�(ug�`1$/E+}���(�L�^�T(�}/�#�|`Ͳl�歔9�!���/*i����w�G
���Aoh3������ǻǿɒ?p�/l�q��s��$�&��	8��D�,a��gq��{�̐4���	��/Ŷj(�A�ܷ]�n�,��y���EvX<��2�|��\>�n�o��� +s�s�m[����Y-�`~-����n��+�w��n�X	�A��Q �uS��'*Ǻ���0KC=��OX��?;�����2�	V3P��L�3�b��g&#�F2 �endstream
 endobj
-1442 0 obj <<
+1458 0 obj <<
 /Type /Page
-/Contents 1443 0 R
-/Resources 1441 0 R
+/Contents 1459 0 R
+/Resources 1457 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1432 0 R
-/Annots [ 1445 0 R ]
+/Parent 1440 0 R
+/Annots [ 1461 0 R ]
 >> endobj
-1445 0 obj <<
+1461 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [280.2146 205.1117 375.7455 217.8489]
 /Subtype /Link
 /A << /S /GoTo /D (root_delegation_only) >>
 >> endobj
-1444 0 obj <<
-/D [1442 0 R /XYZ 85.0394 794.5015 null]
+1460 0 obj <<
+/D [1458 0 R /XYZ 85.0394 794.5015 null]
 >> endobj
 470 0 obj <<
-/D [1442 0 R /XYZ 85.0394 162.5022 null]
+/D [1458 0 R /XYZ 85.0394 162.5022 null]
 >> endobj
-1446 0 obj <<
-/D [1442 0 R /XYZ 85.0394 137.1661 null]
+1462 0 obj <<
+/D [1458 0 R /XYZ 85.0394 137.1661 null]
 >> endobj
-1441 0 obj <<
-/Font << /F37 799 0 R /F41 935 0 R /F23 734 0 R /F21 710 0 R >>
+1457 0 obj <<
+/Font << /F37 803 0 R /F41 940 0 R /F23 738 0 R /F21 714 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1450 0 obj <<
+1466 0 obj <<
 /Length 2962      
 /Filter /FlateDecode
 >>
@@ -6049,128 +6130,128 @@ LA
 �\{�N�8Ԉ~�K��߄�Is#�ӜD��ǎe9
 P�g�}�f9��p:��++l�P��;Ԕ!��8�0l}U2���>*B��5�/N?fup��&H08�Gw��~=D���5���m��w�L���8�eJ��d�y^��G���Rn�R7eeJN0��]<����U�;�W6����$�}q�DP��؏�0�0���n�|�_�m��PiJ��/*����\"Q5������s�jc�秢��C���|[�
 ���wZt}^pj=��h[ur���}S,�5�����}�"�6Q@�4Pm7�殢�D���I7��c�=���=+-�}/>������|Կ:��(���Ǐ�_
-&6
�NM�������e����͔�0c�4���_0��O6F&���ǿ9�l����=u�r�!�(�����$4��Q�endstream
+&6
�NM�������e����͔�0c�4���_0��O6F&���ǿ9�l����=u�r�!�(�ŒdB��?���endstream
 endobj
-1449 0 obj <<
+1465 0 obj <<
 /Type /Page
-/Contents 1450 0 R
-/Resources 1448 0 R
+/Contents 1466 0 R
+/Resources 1464 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1432 0 R
-/Annots [ 1453 0 R 1454 0 R 1455 0 R 1456 0 R 1457 0 R 1458 0 R 1459 0 R 1460 0 R 1461 0 R 1462 0 R 1463 0 R 1464 0 R 1465 0 R 1466 0 R ]
+/Parent 1440 0 R
+/Annots [ 1469 0 R 1470 0 R 1471 0 R 1472 0 R 1473 0 R 1474 0 R 1475 0 R 1476 0 R 1477 0 R 1478 0 R 1479 0 R 1480 0 R 1481 0 R 1482 0 R ]
 >> endobj
-1453 0 obj <<
+1469 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [284.2769 667.7189 352.9489 679.7785]
 /Subtype /Link
 /A << /S /GoTo /D (access_control) >>
 >> endobj
-1454 0 obj <<
+1470 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [282.0654 636.5559 350.7374 648.6156]
 /Subtype /Link
 /A << /S /GoTo /D (access_control) >>
 >> endobj
-1455 0 obj <<
+1471 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [311.9531 605.393 380.6251 617.4526]
 /Subtype /Link
 /A << /S /GoTo /D (access_control) >>
 >> endobj
-1456 0 obj <<
+1472 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [299.7586 574.23 368.4306 586.2897]
 /Subtype /Link
 /A << /S /GoTo /D (access_control) >>
 >> endobj
-1457 0 obj <<
+1473 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [292.0084 543.0671 360.6804 555.1267]
 /Subtype /Link
 /A << /S /GoTo /D (access_control) >>
 >> endobj
-1458 0 obj <<
+1474 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [330.7921 511.9042 399.4641 523.9638]
 /Subtype /Link
 /A << /S /GoTo /D (dynamic_update_policies) >>
 >> endobj
-1459 0 obj <<
+1475 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [401.5962 480.7412 470.2682 492.8008]
 /Subtype /Link
 /A << /S /GoTo /D (access_control) >>
 >> endobj
-1460 0 obj <<
+1476 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [257.6971 315.5214 326.3691 327.581]
 /Subtype /Link
 /A << /S /GoTo /D (boolean_options) >>
 >> endobj
-1461 0 obj <<
+1477 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [310.7975 284.3584 379.4695 296.4181]
 /Subtype /Link
 /A << /S /GoTo /D (boolean_options) >>
 >> endobj
-1462 0 obj <<
+1478 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [308.6055 253.1955 377.2775 265.2551]
 /Subtype /Link
 /A << /S /GoTo /D (boolean_options) >>
 >> endobj
-1463 0 obj <<
+1479 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [294.1999 222.0326 362.8719 234.0922]
 /Subtype /Link
 /A << /S /GoTo /D (boolean_options) >>
 >> endobj
-1464 0 obj <<
+1480 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [303.0862 190.8696 371.7582 202.9292]
 /Subtype /Link
 /A << /S /GoTo /D (boolean_options) >>
 >> endobj
-1465 0 obj <<
+1481 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [332.9347 159.7067 401.6067 171.7663]
 /Subtype /Link
 /A << /S /GoTo /D (boolean_options) >>
 >> endobj
-1466 0 obj <<
+1482 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [301.97 128.5437 370.642 140.6034]
 /Subtype /Link
 /A << /S /GoTo /D (boolean_options) >>
 >> endobj
-1451 0 obj <<
-/D [1449 0 R /XYZ 56.6929 794.5015 null]
+1467 0 obj <<
+/D [1465 0 R /XYZ 56.6929 794.5015 null]
 >> endobj
 474 0 obj <<
-/D [1449 0 R /XYZ 56.6929 726.6924 null]
+/D [1465 0 R /XYZ 56.6929 726.6924 null]
 >> endobj
-1452 0 obj <<
-/D [1449 0 R /XYZ 56.6929 700.1172 null]
+1468 0 obj <<
+/D [1465 0 R /XYZ 56.6929 700.1172 null]
 >> endobj
-1448 0 obj <<
-/Font << /F37 799 0 R /F23 734 0 R /F41 935 0 R /F21 710 0 R >>
+1464 0 obj <<
+/Font << /F37 803 0 R /F23 738 0 R /F41 940 0 R /F21 714 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1469 0 obj <<
+1485 0 obj <<
 /Length 3111      
 /Filter /FlateDecode
 >>
@@ -6182,94 +6263,95 @@ a
 �l��5$�9v�S�h�OC����0}�K���,M�N$N�2�.�ز~�%�$,��>�`�I�3R�V͸���(�N�#l)]��-�H��]C	������I�����e�G�h��Ͱ�663��"��J���vX�گ��3]���Yhq�:]`6�Z��W����!ԭ-�,�� Δ��{���u�oU���4b���r�؝ٜ�YKf�R�A�4F���w���9N{8n\w݇�&��D@Mh��6(�U�@��>6�PR��9T������C;�vp��
D��A�|Oc�8�3g�i�2,r��r��/*8�&$��S�a�/��[{H�G�t��dp�/�iy�xXCiiV$��M��������͢��V�̣��RM�9��!0A(���97�
.��24���%
 ��v�6P��ʰ�vwqz������ߤ�wHT Ωo��5z�:y��.����m)�כӔ�<o�A:�(���as
 �7J��h��d��}�(�i�O��1�	�Q�4��?��(���)��N�d���B�r5��a)�XB��F���y���aX2T�;0���ĕ��p�4�蟰�uP�y�#����n�*�f��Dj��qMjB��$ČDȾ.��us
Ԁ�*D�}R"�$����/�?nw��b�?��w�9:��ȸ�81Y�����0�b&G�ؕ��od\�t��}����->ϩ̖!�R�I"���1�Œ(�:j���?�9��%%��}�DU�e�Z`#�b^5ϸ������NRD9�qUjB�>�z�gO���z]�F�Ͱ��\͓O)�g=�c�������)��4��ƨ�8A4U$��"t��P1IA���q=h�H���l_�5��&ݮ=�اo��ЏB�	�59�>�?j�Op/A��xL\�aKq�PGʥ��AE��Q�0��'b�}2�X�P����B3��%�]�q�����:�(L�L�]�{����v���:�'[���ZPd�Z�aX�D�;�(�:�y~y�ex��e�2uԥR�FE�X��K����N�]LHf�z�<��I�:�������:K26^MR���n�5�m�)����Xb]T�d����4u6��fX"��jB~�h6��<붑�0a���ո~:�z�F���6����!
��\�D;?����[�af]8\�"ls -�x~��O̘P+� @c��se��T�'�V����XR�+�l�P!'��C�9s�E՚�W���u$d��0wKO�=9�֕��J�݅	����P�c~2���"�ܸ��)�l�Η)P'>�9_�����ӿ߾}���M�6��������1�^l�r5J�]����eK}�_���`�b߇��\Y�ثUb
ܿ\��.JO���~���v�7u�a�k��B ��������#�M�°5m�?,�M9ч1�4��1ӳ쩺�o����u*���g�m�yZkҗ'g���_�9�3WTT{�"đ2,��#����b3��~��}��۬
-�����|8�;Kw��L�����%��k���~q���pɡe��.��jx�X����ͽ�O���'�����k��%��R��]�	G�(�Ҷ��~,<���?�me>endstream
+�����|8�;Kw��L�����%��k���~q���pɡe��.��jx�X����ͽ�O���'�����k��%��R��]�	G�(�Ҷ
+5�<<���?��e@endstream
 endobj
-1468 0 obj <<
+1484 0 obj <<
 /Type /Page
-/Contents 1469 0 R
-/Resources 1467 0 R
+/Contents 1485 0 R
+/Resources 1483 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1432 0 R
-/Annots [ 1471 0 R 1472 0 R 1473 0 R 1474 0 R 1475 0 R 1476 0 R 1477 0 R 1478 0 R 1479 0 R 1480 0 R ]
+/Parent 1497 0 R
+/Annots [ 1487 0 R 1488 0 R 1489 0 R 1490 0 R 1491 0 R 1492 0 R 1493 0 R 1494 0 R 1495 0 R 1496 0 R ]
 >> endobj
-1471 0 obj <<
+1487 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [259.4835 683.3704 328.1555 695.4301]
 /Subtype /Link
 /A << /S /GoTo /D (boolean_options) >>
 >> endobj
-1472 0 obj <<
+1488 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [172.152 623.0288 267.6829 634.8294]
 /Subtype /Link
 /A << /S /GoTo /D (root_delegation_only) >>
 >> endobj
-1473 0 obj <<
+1489 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [352.4539 369.6354 426.1073 381.695]
 /Subtype /Link
 /A << /S /GoTo /D (server_resource_limits) >>
 >> endobj
-1474 0 obj <<
+1490 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [387.5019 339.3849 456.1739 351.4445]
 /Subtype /Link
 /A << /S /GoTo /D (zone_transfers) >>
 >> endobj
-1475 0 obj <<
+1491 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [381.9629 309.1343 450.6349 321.194]
 /Subtype /Link
 /A << /S /GoTo /D (zone_transfers) >>
 >> endobj
-1476 0 obj <<
+1492 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [398.5803 278.8838 467.2523 290.9435]
 /Subtype /Link
 /A << /S /GoTo /D (zone_transfers) >>
 >> endobj
-1477 0 obj <<
+1493 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [393.0412 248.6333 461.7132 260.693]
 /Subtype /Link
 /A << /S /GoTo /D (zone_transfers) >>
 >> endobj
-1478 0 obj <<
+1494 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [255.0796 218.3828 323.7516 230.4425]
 /Subtype /Link
 /A << /S /GoTo /D (boolean_options) >>
 >> endobj
-1479 0 obj <<
+1495 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [311.5276 188.1323 385.1809 200.192]
 /Subtype /Link
 /A << /S /GoTo /D (tuning) >>
 >> endobj
-1480 0 obj <<
+1496 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [315.9507 157.8818 384.6227 169.9414]
 /Subtype /Link
 /A << /S /GoTo /D (boolean_options) >>
 >> endobj
-1470 0 obj <<
-/D [1468 0 R /XYZ 85.0394 794.5015 null]
->> endobj
-1467 0 obj <<
-/Font << /F37 799 0 R /F23 734 0 R /F48 950 0 R /F21 710 0 R /F41 935 0 R >>
-/ProcSet [ /PDF /Text ]
+1486 0 obj <<
+/D [1484 0 R /XYZ 85.0394 794.5015 null]
 >> endobj
 1483 0 obj <<
+/Font << /F37 803 0 R /F23 738 0 R /F48 955 0 R /F21 714 0 R /F41 940 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1500 0 obj <<
 /Length 2952      
 /Filter /FlateDecode
 >>
@@ -6283,142 +6365,142 @@ a
 Ҵd$<j�Hl-�D�8�9o�.+ѣL�ǦX]�"�P�$��`־ Y5r@�m6����#B2�(�A4���'K`������b� �ҡ�A34"[i%J
�7�9��J�Q�Ǫn����x��4�{X���ba�o�FN���e���R���9��&���3>�v��A`������ޣf����j��!�b�e�J��GE��,@0ʠRL�A��o���Zs�"�J�h������۱��5�)�5K�G����5庘;a��s �ݾ�V�b{(��U[���?'�;t{8�ؾ1N��X�$��$�D�T�A'X��`�M X���C�D�l�*�-O��2L.�	H��I�a�Ai������̈�,-�!겲<���nm��=��զܚH{�j=�
EXA	���Q|‚V#!dH�S
 ��V)L�P)����F0�a�g$sn�5�,QS�Vsx��)~fb������BA> �t0<j�Hl��q%_���X�>0yk#cBG�s�L��8�%!�!���U����y�B.Ve讇��f���T�>��.�J����g���4���3�vM�������ε��hK�_]��]�Z��"�8�D���!=�����QƏߋ��UNS��P<�{��=̌)�Ǡ����"'ƙ1���d���4��Ѕdf��3>�v/d)S?a\���{���Zz/��R�9��A	�9P7C���\��i�3)Ov�Aqߡ�0bʠa�o#��c�A��1���L#��z�YO�Y���c,2i�����4������9���$��!��<���1��m}�ÊU^Q�U��GM��1��ʆ4�Hk�Ό�	dR�$�/�qI�_?�yl�K~�CŰ%c�Q3Lbk^|Q��9�����RÓJ�!��/�=U��\[~~�����\���!�qEm"�~��e��O�4Ǘ��Кd�Cz�����"\�m�Z؆}�>כ�>�F���!���,�'۰ޕE�:���ʧ�ֵն���`�c7�/x8v~5C8�1�_�I��Q\���+#ǧ�Mv6����,��� q��w������d����\�O㭩Ջ����/ 5�Gbu7�;֋��h���-!���D����Pd�j�u�㴇)&���KC�<s�ˏ�I��Z~��7�֖5p����m~�7�Ô&��r�b�x-�{�Z��=
��Q$�����v�r�'������!c8J����ڗM�'|�#��&�N��^��u�W�Tu����ȕ��|T2s
 K�W	�T��B[���V�g�`�1��qh��b�jo�����/��̞�X�ȗU��0��S��"h_}��(sw��ƾ3i#ā9&a�:�����;3�b�]��ݨs�H�<�l#���j�Ci��n�H�kOq.pIJ��ρ
�\B��E���Ã}�)��pmg���m�r5��c~�����ȄU_Ɨ�
-�l�l�O��77�b h-�b[��Ǝ���Z��! Ϋ���"��?�E�ڗ@�ɟ��ґ4�[��DW3w��Ī[6n�*�~>�w�M_n�G&��<�t���*�L��*'�i�j4�������_w���u��'��&����<}pZ�jP-��@p�A�&ե
�0���˸���8�wWp���N����!1����6����p{��g�U��V��6�a�,��\Tv~���&t��N�9���z�4=�i���mI�7��
�0�ja5@����.����`W��}�ng�"C!����FH���n'�2�ꆐeÌ���s�.����{�Z������ز�37:ol����g�om[n�b���jb>Q�\j]XX��8�(]�H��2��4
�d?�+^s3��j��?�6�s������+IJ��(L��G�8���`��I:A��D��Fendstream
+�l�l�O��77�b h-�b[��Ǝ���Z��! Ϋ���"��?�E�ڗ@�ɟ��ґ4�[��DW3w��Ī[6n�*�~>�w�M_n�G&��<�t���*�L��*'�i�j4�������_w���u��'��&����<}pZ�jP-��@p�A�&ե
�0���˸���8�wWp���N����!1����6����p{��g�U��V��6�a�,��\Tv~���&t��N�9���z�4=�i���mI�7��
�0�ja5@����.����`W��}�ng�"C!����FH���n'�2�ꆐeÌ���s�.����{�Z������ز�37:ol����g�om[n�b���jb>Q�\j]XX��8�(]�H��2��4
�d?�+^s3��j��?�6�s������+IJ��(L��G�8��`��I:A��C_�?endstream
 endobj
-1482 0 obj <<
+1499 0 obj <<
 /Type /Page
-/Contents 1483 0 R
-/Resources 1481 0 R
+/Contents 1500 0 R
+/Resources 1498 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1432 0 R
-/Annots [ 1485 0 R 1486 0 R 1487 0 R 1488 0 R 1489 0 R 1490 0 R 1491 0 R 1492 0 R 1493 0 R 1494 0 R 1495 0 R 1496 0 R 1497 0 R 1498 0 R 1499 0 R 1500 0 R ]
+/Parent 1497 0 R
+/Annots [ 1502 0 R 1503 0 R 1504 0 R 1505 0 R 1506 0 R 1507 0 R 1508 0 R 1509 0 R 1510 0 R 1511 0 R 1512 0 R 1513 0 R 1514 0 R 1515 0 R 1516 0 R 1517 0 R ]
 >> endobj
-1485 0 obj <<
+1502 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [352.879 737.5325 426.5323 749.5921]
 /Subtype /Link
 /A << /S /GoTo /D (tuning) >>
 >> endobj
-1486 0 obj <<
+1503 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [334.0699 707.2832 407.7232 719.3428]
 /Subtype /Link
 /A << /S /GoTo /D (tuning) >>
 >> endobj
-1487 0 obj <<
+1504 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [373.9 677.0339 447.5533 689.0936]
 /Subtype /Link
 /A << /S /GoTo /D (tuning) >>
 >> endobj
-1488 0 obj <<
+1505 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [319.6839 646.7846 393.3372 658.8443]
 /Subtype /Link
 /A << /S /GoTo /D (tuning) >>
 >> endobj
-1489 0 obj <<
+1506 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [307.1508 616.5353 375.8228 628.595]
 /Subtype /Link
 /A << /S /GoTo /D (zone_transfers) >>
 >> endobj
-1490 0 obj <<
+1507 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [334.8268 586.2861 403.4988 598.3457]
 /Subtype /Link
 /A << /S /GoTo /D (zone_transfers) >>
 >> endobj
-1491 0 obj <<
+1508 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [337.0185 556.0368 405.6905 568.0964]
 /Subtype /Link
 /A << /S /GoTo /D (zone_transfers) >>
 >> endobj
-1492 0 obj <<
+1509 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [364.6945 525.7875 433.3665 537.8471]
 /Subtype /Link
 /A << /S /GoTo /D (zone_transfers) >>
 >> endobj
-1493 0 obj <<
+1510 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [374.6372 495.5382 443.3092 507.5979]
 /Subtype /Link
 /A << /S /GoTo /D (zone_transfers) >>
 >> endobj
-1494 0 obj <<
+1511 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [292.0276 465.2889 360.6996 477.3486]
 /Subtype /Link
 /A << /S /GoTo /D (zone_transfers) >>
 >> endobj
-1495 0 obj <<
+1512 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [319.7036 435.0397 388.3756 447.0993]
 /Subtype /Link
 /A << /S /GoTo /D (zone_transfers) >>
 >> endobj
-1496 0 obj <<
+1513 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [460.1655 404.7904 533.2211 416.85]
 /Subtype /Link
 /A << /S /GoTo /D (tuning) >>
 >> endobj
-1497 0 obj <<
+1514 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [368.9978 374.5411 438.8121 386.6007]
 /Subtype /Link
 /A << /S /GoTo /D (boolean_options) >>
 >> endobj
-1498 0 obj <<
+1515 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [293.1435 332.3366 354.3435 344.3963]
 /Subtype /Link
 /A << /S /GoTo /D (options) >>
 >> endobj
-1499 0 obj <<
+1516 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [288.6803 302.0873 357.3523 314.147]
 /Subtype /Link
 /A << /S /GoTo /D (boolean_options) >>
 >> endobj
-1500 0 obj <<
+1517 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [328.5503 271.8381 402.2036 283.8977]
 /Subtype /Link
 /A << /S /GoTo /D (tuning) >>
 >> endobj
-1484 0 obj <<
-/D [1482 0 R /XYZ 56.6929 794.5015 null]
+1501 0 obj <<
+/D [1499 0 R /XYZ 56.6929 794.5015 null]
 >> endobj
 478 0 obj <<
-/D [1482 0 R /XYZ 56.6929 256.8016 null]
+/D [1499 0 R /XYZ 56.6929 256.8016 null]
 >> endobj
-1116 0 obj <<
-/D [1482 0 R /XYZ 56.6929 231.4888 null]
+1121 0 obj <<
+/D [1499 0 R /XYZ 56.6929 231.4888 null]
 >> endobj
-1481 0 obj <<
-/Font << /F37 799 0 R /F21 710 0 R /F23 734 0 R /F48 950 0 R >>
+1498 0 obj <<
+/Font << /F37 803 0 R /F21 714 0 R /F23 738 0 R /F48 955 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1503 0 obj <<
+1520 0 obj <<
 /Length 3016      
 /Filter /FlateDecode
 >>
@@ -6433,30 +6515,30 @@ k
 � �H&�}�9�$Dz���N�It�Sp��):G�[�c�{��?�@?(�UNGO
 ���w��,$h��۝�31t�L�	F�h�=�Q���t?�$,,���e��+��K]�� ��u��y{�(R��.���@�)dr.x0��r��ih��(��^4ُ&b�J���֢@tQ �
ٔ���dF[��;����=B�{Ƶ�?B���QR�yk�w�lf쇐�,�N��wYku���E���~u�C٧l��uٔ�P���V��nl~7V�~7�t�n��6�F�n�n�K���D�5�Z6Q�&���82�[�wG�D�L��8�C�h4[�C9T��>���F?<[<6��$�{�k.ހ������JY3�n�H�vC��!����m�.l����b{�B�/��lk��ԔƐz�1��4wDD&�h%j� M��{N b^u��	�<:y�o���2&y(W�k�r÷�p:!���:��UP6>vҁ���?v_@hΌ��(�h���b��[��}]��y���D�G/�n
 u�2�6n�Ʋ�jj�T��}�w�bQ>D�cZcQ�R�m��j�-a�.𚌟W�`����R��F3�"�)��;�U�vwЀ�����!1UR�66mV�N
-fԸ��ɸoIO� �Pǀ�0�(U�/�����wb��7�9�ȑ������q��0	NDzy�K�,GUg��D|����ݝ�U��2wM�������T�8~���|��O&]M�{��n���|����>���%��p�����4[մ@S���=�K�wC����td�-rb6�Ӂ��JO@����q�~���T �O||�"�3�Ż����-V�c+���b%aw�h�`�,��Ԅ�!�L��շ�O���6Z�����(��[�$7�C3Ny"��2L�>
��N�E��r�w,�e͛[p�|�Al��_2��f��A\���K�R���;��_� |F-��{|���Tj�`�w�@��/r�����(i��|Ge:�ѵ^UԐ!{��c����W�������D��7�	*b�q��v��i�J�͓��{p��x�v��Ch�B3g���tzc�1�<)�ˍ؛�s�Y<:ǣ�f<�N[�&\J0���V�pV!�7B�����@������=o�'��/���D��#�։����(x����zw�����r)G�Jjԕ��<�r�d,s��#�%�:0}Y�/���#��3,�Y�Š9ĮUYU����c��؂ŲZ�dޗ���y:mX����V��<�k���zwo��߀,0M��I{���	P��C��XN
����1��s��t���s���m���^��{:��-2�.�ݶ�'}Ͱ��*H�endstream
+fԸ��ɸoIO� �Pǀ�0�(U�/�����wb��7�9�ȑ������q��0	NDzy�K�,GUg��D|����ݝ�U��2wM�������T�8~���|��O&]M�{��n���|����>���%��p�����4[մ@S���=�K�wC����td�-rb6�Ӂ��JO@����q�~���T �O||�"�3�Ż����-V�c+���b%aw�h�`�,��Ԅ�!�L��շ�O���6Z�����(��[�$7�C3Ny"��2L�>
��N�E��r�w,�e͛[p�|�Al��_2��f��A\���K�R���;��_� |F-��{|���Tj�`�w�@��/r�����(i��|Ge:�ѵ^UԐ!{��c����W�������D��7�	*b�q��v��i�J�͓��{p��x�v��Ch�B3g���tzc�1�<)�ˍ؛�s�Y<:ǣ�f<�N[�&\J0���V�pV!�7B�����@������=o�'��/���D��#�։����(x����zw�����r)G�Jjԕ��<�r�d,s��#�%�:0}Y�/���#��3,�Y�Š9ĮUYU����c��؂ŲZ�dޗ���y:mX����V��<�k���zwo��߀,0M��I{���	P��C��XN
����1��s��t���s���m���^��{:��-2�^�n[���fX����)�endstream
 endobj
-1502 0 obj <<
+1519 0 obj <<
 /Type /Page
-/Contents 1503 0 R
-/Resources 1501 0 R
+/Contents 1520 0 R
+/Resources 1518 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1507 0 R
+/Parent 1497 0 R
 >> endobj
-1504 0 obj <<
-/D [1502 0 R /XYZ 85.0394 794.5015 null]
+1521 0 obj <<
+/D [1519 0 R /XYZ 85.0394 794.5015 null]
 >> endobj
-1505 0 obj <<
-/D [1502 0 R /XYZ 85.0394 512.9872 null]
+1522 0 obj <<
+/D [1519 0 R /XYZ 85.0394 512.9872 null]
 >> endobj
-1506 0 obj <<
-/D [1502 0 R /XYZ 85.0394 501.0321 null]
+1523 0 obj <<
+/D [1519 0 R /XYZ 85.0394 501.0321 null]
 >> endobj
-1501 0 obj <<
-/Font << /F37 799 0 R /F23 734 0 R /F41 935 0 R /F53 1027 0 R /F48 950 0 R /F62 1060 0 R >>
-/XObject << /Im2 1049 0 R >>
+1518 0 obj <<
+/Font << /F37 803 0 R /F23 738 0 R /F41 940 0 R /F53 1032 0 R /F48 955 0 R /F62 1065 0 R >>
+/XObject << /Im2 1054 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1510 0 obj <<
+1526 0 obj <<
 /Length 2779      
 /Filter /FlateDecode
 >>
@@ -6470,69 +6552,69 @@ lP
 �lZO誻��'9;&k�'��5�����J���##��5g�d�p=��A~p�ͱs�:]}A�G�F	ރ��-D:̢Y�"&��v�S�h�j[�պ�˝���	�v��z�Xx���­�jU��Q�8�4a�?6p�/������^�����Ǖ}���xfR'�o��
 ���zFָ��i������$X1���ηw�Q�=�O�K��}������pA���P2�)K2�'�A��^�#�zXk�/�O9{��v�P�����������1y������5AvCI|�Hɤf�{����S�I�S�K�!��2*�|����C�Г��Y��W]�(�|E��W<{K)ӌi���H���Z0I�}h�/S��"���i�G����a�%f�"��B1�m���
�1�	�6��b��+�-Ê�u��0B�Wt�&��P���|2ՉN�SԞѱm-]*�4zzS�4q_�[KC��a�Lva*𸭑���x�lB��"E�e��N��˼`��ަ՝������VX�������/S���ĜϿ;��{�g��je��%E<��{Ot�΂���Έ⯨���hr ���78��
 ��9�5ϛk�T.�)�M�ف���%�$�u@�<�zS��M�.U�u�Y�p�){��\�s�PXZ\��Ƀ*�Ґ
-B�H�/��E�`Ժ��n�y\���Ү6�M¾

n�֖�e�3n�qȩ�-ֲ���~-RVݢ�u����m�[���Xmr�J�Y�R�5��k@�?f~�Q�1����<�p��	��۾]�5Qn����E�|���E"ϓ|>����T�W����b*g�m^�X�����������ⵂN|���c-!Pˢ/�3��8�I��k�r��$�����Jp��#�N�̱�}bw�딡�p���i�2����m�g��~'pz�,5I��jf-������"�-��GQf�I����@W�G~&P3��\�%! Te���h�8��͟���$@KɸN�cM�BLy�����¹�sy�����R�r~�`L��m$�>s
�endstream
+B�H�/��E�`Ժ��n�y\���Ү6�M¾

n�֖�e�3n�qȩ�-ֲ���~-RVݢ�u����m�[���Xmr�J�Y�R�5��k@�?f~�Q�1����<�p��	��۾]�5Qn����E�|���E"ϓ|>����T�W����b*g�m^�X�����������ⵂN|���c-!Pˢ/�3��8�I��k�r��$�����Jp��#�N�̱�}bw�딡�p���i�2����m�g��~'pz�,5I��jf-������"�-��GQf�I����@W�G~&P3��\�%! Te���h�8��͟���$@KɸN�cM�BLy�����¹�sy�����R�ry�`L��m$�>�
�endstream
 endobj
-1509 0 obj <<
+1525 0 obj <<
 /Type /Page
-/Contents 1510 0 R
-/Resources 1508 0 R
+/Contents 1526 0 R
+/Resources 1524 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1507 0 R
-/Annots [ 1514 0 R 1515 0 R ]
+/Parent 1497 0 R
+/Annots [ 1530 0 R 1531 0 R ]
 >> endobj
-1514 0 obj <<
+1530 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [312.8189 298.8688 386.4723 310.9284]
 /Subtype /Link
 /A << /S /GoTo /D (the_sortlist_statement) >>
 >> endobj
-1515 0 obj <<
+1531 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [406.3277 298.8688 479.981 310.9284]
 /Subtype /Link
 /A << /S /GoTo /D (rrset_ordering) >>
 >> endobj
-1511 0 obj <<
-/D [1509 0 R /XYZ 56.6929 794.5015 null]
+1527 0 obj <<
+/D [1525 0 R /XYZ 56.6929 794.5015 null]
 >> endobj
 482 0 obj <<
-/D [1509 0 R /XYZ 56.6929 509.1791 null]
+/D [1525 0 R /XYZ 56.6929 509.1791 null]
 >> endobj
-1512 0 obj <<
-/D [1509 0 R /XYZ 56.6929 477.0735 null]
+1528 0 obj <<
+/D [1525 0 R /XYZ 56.6929 477.0735 null]
 >> endobj
 486 0 obj <<
-/D [1509 0 R /XYZ 56.6929 477.0735 null]
+/D [1525 0 R /XYZ 56.6929 477.0735 null]
 >> endobj
-964 0 obj <<
-/D [1509 0 R /XYZ 56.6929 447.2177 null]
+969 0 obj <<
+/D [1525 0 R /XYZ 56.6929 447.2177 null]
 >> endobj
 490 0 obj <<
-/D [1509 0 R /XYZ 56.6929 390.5598 null]
+/D [1525 0 R /XYZ 56.6929 390.5598 null]
 >> endobj
-1513 0 obj <<
-/D [1509 0 R /XYZ 56.6929 368.2486 null]
+1529 0 obj <<
+/D [1525 0 R /XYZ 56.6929 368.2486 null]
 >> endobj
-1516 0 obj <<
-/D [1509 0 R /XYZ 56.6929 281.9323 null]
+1532 0 obj <<
+/D [1525 0 R /XYZ 56.6929 281.9323 null]
 >> endobj
-1517 0 obj <<
-/D [1509 0 R /XYZ 56.6929 269.9771 null]
+1533 0 obj <<
+/D [1525 0 R /XYZ 56.6929 269.9771 null]
 >> endobj
-1518 0 obj <<
-/D [1509 0 R /XYZ 56.6929 89.8526 null]
+1534 0 obj <<
+/D [1525 0 R /XYZ 56.6929 89.8526 null]
 >> endobj
-1519 0 obj <<
-/D [1509 0 R /XYZ 56.6929 77.8974 null]
+1535 0 obj <<
+/D [1525 0 R /XYZ 56.6929 77.8974 null]
 >> endobj
-1508 0 obj <<
-/Font << /F37 799 0 R /F41 935 0 R /F23 734 0 R /F62 1060 0 R /F53 1027 0 R /F21 710 0 R /F39 895 0 R >>
-/XObject << /Im2 1049 0 R >>
+1524 0 obj <<
+/Font << /F37 803 0 R /F41 940 0 R /F23 738 0 R /F62 1065 0 R /F53 1032 0 R /F21 714 0 R /F39 900 0 R >>
+/XObject << /Im2 1054 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1522 0 obj <<
+1538 0 obj <<
 /Length 2893      
 /Filter /FlateDecode
 >>
@@ -6551,23 +6633,23 @@ a
 �JI$��
��$�g�$�l"��T{;ݑ�ׇ�ء)z�2�#��a��Cn�C�ޑ�����K�����2�ܦŃ_t���GY�'���u1�V�����4Y�F���
 �� �?n��G@��g��Xx��|ے���o��!E���]�W�v5�1E�����z���<f�%p�E^=�ۺ|��Oc^p��������O��
���tA���I:�<:Dc�U�E�z(?��z����5����Q����J8c��c�0�78#��
R13�t��agƀ�x�X]�@���[S,$�*�萙d��ʅ��"��>fͩ�3�����~�w|� y|Kwz�N��@k�'Ǿ6�jZ�=d��0g������KJ$���;Lr<
�nӊ����5�@���I�0CkY�
�'���.x��N6�D�#�=��ϙa��"!�����xOd%,&⑋%ƎB�����
���V�s�SB"���F�]-)����t���?u�@D��d;��m���A씭�/Yu��.,�e����f��LI��+�����;ֲ�a��T��熋��T����!�L
 M�����(^�a��0��I,��d��]�H�蔾gV��#V^4o�qq7_RI*�z7���ϳY��	���`�Q�]E���U�$0��.��L��g�L�0��կ��<��M,�d�#�����V��']O	3?�
-燉��.�����	6��l	xͰ��%o6(	�;�L�Il
���D�����j�7���IG�p�s	�g��S�0|�Y4�,��᷅��'?\�N�����W�U���rn�T���Lbܧ�X���h�WX�ɦUk���:0�endstream
+燉��.�����	6��l	xͰ��%o6(	�;�L�Il
���D�����j�7���IG�p�s	�g��S�0|�Y4�,��᷅��'?\�N�����W�U���rn�T���Lbܧ�X��S�h�WX�ɦUk��Ȓ0�endstream
 endobj
-1521 0 obj <<
+1537 0 obj <<
 /Type /Page
-/Contents 1522 0 R
-/Resources 1520 0 R
+/Contents 1538 0 R
+/Resources 1536 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1507 0 R
+/Parent 1497 0 R
 >> endobj
-1523 0 obj <<
-/D [1521 0 R /XYZ 85.0394 794.5015 null]
+1539 0 obj <<
+/D [1537 0 R /XYZ 85.0394 794.5015 null]
 >> endobj
-1520 0 obj <<
-/Font << /F37 799 0 R /F23 734 0 R >>
+1536 0 obj <<
+/Font << /F37 803 0 R /F23 738 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1526 0 obj <<
+1542 0 obj <<
 /Length 3252      
 /Filter /FlateDecode
 >>
@@ -6581,86 +6663,92 @@ x
 �,� �	�B��)����0��q���7�P���iM�j��=SBY�FDz�Ah��>c�3.w���º��pp�}�7�Ue" �9b�CH����a��%j��j�������@�VW�I����b�H��2kd�YtC(D�A ݟ1L�{mFC�T�����W�9�!�[f\gG�/��E�¡�a?�a����UD��kc�"�=hc���\�o5��?b�ы�bb��Bױ��~����[k�Gs�X����
�R��#FOB�������7�@����ƴ��{H��);"6�[�3_�ˢɩ;%�z���fc�g��]CX4�Ձ�c��EQ���8��]
 �#�a�������B�<��0#!�R�����d�è�pOi�6"��3{n������^�u
@BB6}��\�Jő3@EL�7�V�Cg�|ȋI�`d�"��Bpe�p��_��E�Y�r&�a�����>�wJm�����"�Y����u�}_4-�L�r�C�7�z���H�^���1��1hco�;�e�}���"<?�8�����v>�V>�7`���H�e_�'���c68'���o�;�)b���~o^�<���p�	��j��m��L$�5&@��eY?`�t��R$����S*	��I�"�i��<����8ί,iS�O����*���A� 5��xK@ݧe�%$�{H��-#+�h��C���r4xw'�� >�悙�!���u��Њ�Wx���|@�:ۼ��z�z�AY�DI��J1����خ�<����:3�p��^�B�L��n�I]fb�R��Y�����ՈF>A�	���@��PE�v�C&�t�+H�08�򕻢�|��׍�W�BM�Xo��kvF�ˢl+/	~X/��u+��佱�V�S���[��1p�	YX���>Vw�����`v�~����
W�d>�7��E�Ïb���8*b ?�5�)C�*i.u��o�?^%y����.�9�H]��F$M����T���ֽBx"[a=/�ʻ�|/�1��N"c�!���is�MZ��%��w�.�ziWj����VϬ7���8mV�4܃�,\�Ԗ��a���*�55=A��W�q/%_o%����|fH�$�X>R���J�hR�A����3V��y��ʢf����*o��kmn�w;���H`�!���Z@l�;p���nw}.k����¶��9K��],йQ����V����Ks8�Z�M㌭l�R��=P�r�
 ��j;?�S;;�M�)}�a���7�)�Q!}�8xkX�U��0\2i8������U�d�.�!eC�uL&]=`��ϼ/��@;ש�'� �5�+xf)(^��h��K4Φ�8���M��i�g-�&����T@�	�ZDi>��!h]R���aTH4P��p�w�����l$��vm�`VZ�8Յ����1�Xaі��_OAb�& ����tJ�������}��aL��̨a4*6E'3����e1+ZBcϼ~�}5�B�1�#hOR;vl����v����i�Nr��$�j��cЮ;�-�M12�_N��x>GB�q'���� ����D�a�x�����Ӳ�K!%2B�:ź��!�ޱۘ��xxgY�[60o���%r��2�$�
�_�ˑ���*T�o�����S�\��f`�@
�s�X�S76"�!�+�^F8��^���������N����Q	�S7�@`��i�I�le�yx�Y�U�	���^g�HQ��[��!�F�y1���:�62�)��BۑF#�鲙]�6��T�4��T768!�'H7v�Pc�������vS�Ý��Mg�}q��S�G�
-�;,%���v��_WvnJ0��t�m#��=һ��cr��M*�Yb%�'���ْn]��5��^g{�Ngґ�l�ʔ������:pb�Ѻ�[ƣ.�p�W�E�t����]�,72�e.�i�|R�شᴹ��#^�U&�v}s�&����w����}�Ԟ;	��թ�z�?9;Do\D|�����Mendstream
+�;,%���v��_WvnJ0��t�m#��=һ��cr��M*�Yb%�'���ْn]��5��^g{�Ngґ�l�ʔ������:pb�Ѻ�[ƣ.�p�W�E�t����]�,72�e.�i�|R�شᴹ��#^�U&�v}s�&����w����}�Ԟ;	��թ�zJ>9;Do\D|���H�Oendstream
 endobj
-1525 0 obj <<
+1541 0 obj <<
 /Type /Page
-/Contents 1526 0 R
-/Resources 1524 0 R
+/Contents 1542 0 R
+/Resources 1540 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1507 0 R
+/Parent 1497 0 R
 >> endobj
-1527 0 obj <<
-/D [1525 0 R /XYZ 56.6929 794.5015 null]
+1543 0 obj <<
+/D [1541 0 R /XYZ 56.6929 794.5015 null]
 >> endobj
-1528 0 obj <<
-/D [1525 0 R /XYZ 56.6929 337.2163 null]
+1544 0 obj <<
+/D [1541 0 R /XYZ 56.6929 337.2163 null]
 >> endobj
-1529 0 obj <<
-/D [1525 0 R /XYZ 56.6929 325.2611 null]
+1545 0 obj <<
+/D [1541 0 R /XYZ 56.6929 325.2611 null]
 >> endobj
-1524 0 obj <<
-/Font << /F37 799 0 R /F23 734 0 R /F39 895 0 R /F41 935 0 R >>
+1540 0 obj <<
+/Font << /F37 803 0 R /F23 738 0 R /F39 900 0 R /F41 940 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1532 0 obj <<
+1548 0 obj <<
 /Length 2932      
 /Filter /FlateDecode
 >>
 stream
-x��]s��=��L����[6�\ss��fs���ރlѱ����x���L;rv{��;��@A�A�bŸ�Q�L��LQ(��ly���3�4G4��<���F%�,�b���4�T��_�W�|�p}>�Q8���I��7�wo	����������_�'z�p�����7���wW���t$��b�|wwMD7�?]�������C/��,*����_G��dz0PY����er�<ӑ
-"���Tg���3�z��!5E*
�T&z�jHOQ�
-�POˁ�y�T����uݿ%��KB�f֕MM�f�t�-�,[B����45rF�,�f9-��q=Įw<M�.�G7�fNE�̝�u�4m�v�eL��(���"�`KN`�>�i���}c��n�Z�#���ԫ��;�n&l�з��yJRf��D"'�ۻV\0����+��'	��!h^16_�M^�e�6mKʋ�����C�R��2';e�S4^ѧ=��g����a��7�%A���|��t<���}/,��i��kfMuq>Q�bC߁\�V]�^Ҋ1���qa����Գ� g̜�I8�.LM��k�/Ӕ��郮CCZ�~��l�_�����	�'�ۚ��^)���Ue}Z����8����FB��k#�Qi��U��rYV�;�@���E�!$؟���w���a�Oa(�\������#=�`*1n��M�"�0Q�17����~t[�Ѐ�2 �)��?���˦��H��<Xd����	��B����HeU����8��E�y\P�Z��`��z���zӊ�� w�`���q)	2%S?�*�\���ا��(;3Br�X>��x��L򿁑���ܓ�Q��汬���tVy����xk�\2��m7K�u�qj��`K{���~(�y�?�ͦuQ. �
JK���qdo杩],�U���y�����"��U��l���MSU���699����Dzx�e|U���><�t����0��{��U�L�9?i׌�՞����M~4pY�eS��v�B��}_�g��y��#v��X���� �c��#��x��z���
!��T�C
-�x�%o�?5��
-2��
�� ?�͆;�ŵ�DZ��N��Ub�{�FQ���#٪?D�Ko-U���V���ڛ[��U�|�0֡RB���n�|�O�ܗ��S^m���e�u���g�R��d�[l�C�\��T�q}b�$~���)�����.��|�����3N�Qϩ��w�nh`��.F��n��)�	V`�rf�^`/ߠ�a��:�.kP7��U~A�-�[B�±�N��t�E~r홋�NHr����=��%
��Q&pg��[n**�8���M反r�xJ<)���n�!�I���΢@���5H���PI�FQ6�p_L���Mn?��o�m�4���|��DB�H��q}w}�dG
-ՙ�ґ7��[
�
<𿣟n�H�$uH
g�N� �R�4<����^�����������Z"���$:HCE�C��\�bU���dd�$Okƛ�;��|!�*
-'<%�A����+&D/�����@'�
-c�5�� �dF��oH�|��IA-29�o��xӨ(P��_s
[A%�k���N+�c�JJ����G�H`A:�F*�09,�=+���Tf	���4��增J�}���[J*��Ԕ4 b�?q&��0�®>���vQ�D
-䶴�v���G��dZv��7˩-�<��&[A�������va}��B^^���G����x�\��rAN�nߟ�A��JV�JIZ_�צ{���7���A���X����/ͥ�tEG��Ѻ��&�-�o�$ө����\t(!5�y2)� Ð�����vX��vX��J&ݢ&J�et*�+S���*|FG�Ǐ�OW��o8���Lw:̜`����$�?����'A�?��> �
-U���)#�6
AH����}�ׅ�U�X89��J�{%��''����H2Ȟ�dP2H2�}�� �k���'l� Y̱�l_�@}��š��Jz]8�����?�W�8��_��`w�r�R̍���5��!�?/栖(
-RP�DC�⽧�ה�e;����ai���5���;J$�w��-��qa�ٺ��3g\DS�>�"��
xL��@}eM��П3]ޏ-
��4��)�K�W�Z+�`����\(	��gkS�ZA�Z[W�6�u��Kc�7���8\�:m6h-:.� ` )�^V��F!'�%ក��tA��)���
TQ�����$?M������$���-|a�"��cGh��!���e�'�c�U'l����ݗ�V�'����5!����!4�Ly�+�K*A4
-�clj��e`�d��<�v�h[]�,Qk:�! ޺��I�4��A�(њ���+ij}dj@��	�S��ͮ�̲e�KKz����]AS�m������*Q����JT_�P�G�OȾ&�T��5��d�
-�u�?ŗN��_Ʃ�G��b�AR[�D�]��f��q�֘�K���c"'%}V벱�TBօ�*�;��	g���$����ұ�Ζ�;G��A�x�}�(�z=� mK�y�^u�@�N�sS��&pZw_��;*p����TƧt�l0ĶW�O]�=��%��cX������ &PHJ�k�v��\ۛ?�(Ì]�sw��Oݲ�懂Q/q���US���?��zLJG��*�^����wn�4� �e��<��cY�/̣"Am�î^h^���}�B8���y��$�cjtӔ2'�*��M����&��(4��L
�:�^Q2;�k�x+&tJ�k���.��G���g�	��ߚ�x{������]��r��Ws�o����'PXJ�E�>%d����J�;���6�.�endstream
+x��]s��=��L���`߲�䚛��6�����dK�Օ%�%��_��eڑ�ۻ���L�  ����(��P=J��PD���,=B�g�i&�h�S�y8�ˍJF&0��Gs�W�i*F��㫿]���?��(���$���ۻ��1��zwws��/���?ܾ�#�����������D(I`���?��]���O��=�xv�Ћ�/K�
+�������Q���,�I��a ���噎Ti��:�p�����k��)Ri�2ГTCz�L+�B==,
+X,,Ϻ���Ưw���-��]�-f]���h�Lw��Ȳ%�,[��"�F�H�e�,�e�9.��������e����)o���ΖE�@!E�[Y�l�	���"3͜�o���v�۴V�E��')��)�X��k�ۀ��<%)3be"�����+.Gx��
+�`�E����4/�_�MV���j]�-)/bDdb��K-�eNv2�S4^ѧ=��AK���0�ϛ�� �u��U6�\t<���}/,��i��kfMuq>Q�bC߁\�V]�^Ҋ1���qa��f\Գ&'g4N�$oEM��k�/Ӕ��胮CC�b�d-
؆�,QSa�*NƷ5
�R|ɖ��� �X	Oe~<�����0�/�F.���$H��
+�eY��l��~Y��`FN��e�v�
+Ci���6c��a���8�S^L%���ٺIY�Y&�;�ހ_p@Џ�c�P�CD;e����xٴ�	S��y
+|p��@�/�{ �T���.,C=Ϊn�lԁ���ƅ$��-��D`��޴�i7ȝ;���~\J�d�G\������segFH��'���I�70��> ��{2��8��x,kf�-��G�UVF��q:��3��"k��<d�E]d�GA����VrS?��ļ۟�fӺ(��%���8�7�],�U���y�����<��U��l���MSU���699�����L<�2�*�_H~�`�nU0��{��U�L�9?i׌�՞����M~4pY˦.g퐅��}ݟ����n��Ec8bAfN����y�ۏ�h�y����H6�p���qZPh�sL,yC��)�T�)<n�4�	l6�y,��f ��2�v�Ep����4����V���!*^zk���$�jh��d؊H�ȭ�f;�A��j@w{�K}r]�d���j�-�,ˮ�w��>K�R�'�P�b�:��p����'�C��Oɍf�u����T?�8��qj�zN�8����uCC'p1��u�����8�
+,W�l����t:�TG�e
��Ƒ��/���qKHZ8҉z�����O�=sq�	In�=�!�����D��4���LR~�ME�a�2:����QNO�'%�q!�bЍ8d5�5�&
+(�]���i�i����b"Tlmr��6�~�l�X�����D%�/�@
+�����ˠ';R�6"H�JG��n5�7����~R�]$"V��&��<��A�tix��ˏ�>N�Û�U�!^U	ܵD�U�It���.·��:�
ĪĠ�d��D��5���{J�{��� �|w�����t�q��u��@����wDa�i�;��I�� )�E&���M�o*�k��`+�$=t
�?�i%x�_I	����	,H3�P��a1�YQ���$�g8��D˗�z*5��ͷ�T6h+�)i@�"{�.L�m�a��]}������-�.�mi�?�7i/��)�ɴ�Uo�S[�xn/M���Tӝ7H��9����˅�,�9k�r!{����Z�9傜 ݾ?��*��<�dG)����>�����߈oW��>�ci��K�4����6G�v��lq|{&�N�@/����
+�C	iQ<O&e	
+�(I�m��?����*�t��([,�ѩ� LA�W���������>?�>pR	;��t�9�6�!��I�Z?�1O���6��> �
+U���)#�6
AH��2�>��B���B,��i�xӽ�R������V$�'<�#�7���Ql^>`��01Ǣ�}9�A�k�>V����Hd 8������i,���T㸛�s�b^��j_s�pkR��bj�� %N4�*�{�{My[�����	�6��f��zGI�D�.��e89΋v�.�����є��]�ӳ�������c�3����e�(*
��b
+�v�U���!X��h:�J�|��ڔ�VP��֕��}]�������vJ.��6��
+W��?��p/+�}
+��˒�pO@X`���ؔX�����]��`�����`�o&�,	�mi_��|���>k�6�EfDY�	�b�	�('�3�偻��	���rMHb�lu�#SG��
+��J��:��q�t�fX*��*�2�S���m��5q��o]��${k� ��hM[�ʕ4�>25 l��EQ��ͮ�e�"�/-�'�wME���w{��E�~*Q}qB�9?!���R�#@ּ��=*�Vԑ�)�t*vo�`�
+)�$��K���hV�7�`����\<&rR�g�.%d��ޡ�s�p�lO�p/��l��s��{4�gܧ����'�SҶD�u`�UW��Ӊpn�ς���dN��XpG���#�2|*A7��Cl{U��U�
�/Q������-�<|1�BR:^���e�����)Df�b����/}��f��
+F��i�WM��SF�X��1)�:��{!4�G:Sܹ��3�����>󸆿�e]|a	�hv�B�����{�!d����f�')CP�����xG�l�6զ+��,����@�Iʄ� �#�%�q\���[1�S"^[ݤv�H�?��О�=+/H`'����֬@����O|T��r~����c���?�’P��(�)!��H�c���	=��7.�endstream
 endobj
-1531 0 obj <<
+1547 0 obj <<
 /Type /Page
-/Contents 1532 0 R
-/Resources 1530 0 R
+/Contents 1548 0 R
+/Resources 1546 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1507 0 R
+/Parent 1556 0 R
 >> endobj
-1533 0 obj <<
-/D [1531 0 R /XYZ 85.0394 794.5015 null]
+1549 0 obj <<
+/D [1547 0 R /XYZ 85.0394 794.5015 null]
 >> endobj
 494 0 obj <<
-/D [1531 0 R /XYZ 85.0394 729.6823 null]
+/D [1547 0 R /XYZ 85.0394 729.6823 null]
 >> endobj
-1534 0 obj <<
-/D [1531 0 R /XYZ 85.0394 704.98 null]
+1550 0 obj <<
+/D [1547 0 R /XYZ 85.0394 704.98 null]
 >> endobj
-1535 0 obj <<
-/D [1531 0 R /XYZ 85.0394 519.4358 null]
+1551 0 obj <<
+/D [1547 0 R /XYZ 85.0394 519.4358 null]
 >> endobj
-1536 0 obj <<
-/D [1531 0 R /XYZ 85.0394 507.4807 null]
+1552 0 obj <<
+/D [1547 0 R /XYZ 85.0394 507.4807 null]
 >> endobj
-1537 0 obj <<
-/D [1531 0 R /XYZ 85.0394 339.3113 null]
+1553 0 obj <<
+/D [1547 0 R /XYZ 85.0394 339.3113 null]
 >> endobj
-1538 0 obj <<
-/D [1531 0 R /XYZ 85.0394 327.3562 null]
+1554 0 obj <<
+/D [1547 0 R /XYZ 85.0394 327.3562 null]
 >> endobj
 498 0 obj <<
-/D [1531 0 R /XYZ 85.0394 227.5589 null]
+/D [1547 0 R /XYZ 85.0394 227.5589 null]
 >> endobj
-1539 0 obj <<
-/D [1531 0 R /XYZ 85.0394 200.4217 null]
+1555 0 obj <<
+/D [1547 0 R /XYZ 85.0394 200.4217 null]
 >> endobj
-1530 0 obj <<
-/Font << /F37 799 0 R /F23 734 0 R /F21 710 0 R /F41 935 0 R >>
+1546 0 obj <<
+/Font << /F37 803 0 R /F23 738 0 R /F21 714 0 R /F41 940 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1542 0 obj <<
+1559 0 obj <<
 /Length 2721      
 /Filter /FlateDecode
 >>
@@ -6678,425 +6766,431 @@ x
 *򅩏��>����&�t�o�3E�#�W��D���Uq�"�q�T�L$Q5���wD��n}¬謱�
OU|�m�e���7�~���	6q���H
 q�T��ȱ��N�Ґh<�0σ� ��`V��z��w�>ȱ�^��?�1��d2����Gׇ��+jE�ݮ����d��ϫf�3���{�^��%���66���3
 ў�6,mET�H�0����F�ќEYM��i�|��G�b
��
�j��R�T�K�׋9U���1�H��.�!�>\9zU@V�k�p��|4O�a����6 I��5=8M�a�GѰ)�*�cy���>�O��4Y�"�Mq�y
�8�h_ޭ[|ːi��@�2�Sz����-��O��X�
Z��(�X����\��!��,{��v:�
ۢ�.��~r�Ã�
қ�vB��Zȉzj�/lP�"�Ƥ��	4p�˺�@z��"{�2��Y뻉F�\s�=�8���1u��]	R�.�*�.����i|eYP��w��._��%os"��]p�.�rP����Ǣ�77#Q�Е�SWJ�D[p��n�h3P9�D"�;�,�T�dB�|�9�}���I+`
��ߧc��{�0���ըF��vpK��/�����X&�0��:�3�g�����J���T��N3�U�J;C�?\�g��E�UFF�����Q@6�����o +��?!��<��ԥ 
-�I����Vn��釰N0���%���B������8P�J���)>�,�9��|�?��3��`u�9=��;�P�³v���_�0�`�����endstream
+�I����Vn��釰N0���%���B������8P�J���)>�,�9��|�?��3��`u�9=��;�P�³vɃ���_�0�`��㳢endstream
 endobj
-1541 0 obj <<
-/Type /Page
-/Contents 1542 0 R
-/Resources 1540 0 R
-/MediaBox [0 0 595.2756 841.8898]
-/Parent 1507 0 R
->> endobj
-1543 0 obj <<
-/D [1541 0 R /XYZ 56.6929 794.5015 null]
->> endobj
-1544 0 obj <<
-/D [1541 0 R /XYZ 56.6929 703.0246 null]
->> endobj
-1545 0 obj <<
-/D [1541 0 R /XYZ 56.6929 691.0694 null]
->> endobj
-502 0 obj <<
-/D [1541 0 R /XYZ 56.6929 555.5354 null]
->> endobj
-1546 0 obj <<
-/D [1541 0 R /XYZ 56.6929 528.2309 null]
->> endobj
-1547 0 obj <<
-/D [1541 0 R /XYZ 56.6929 486.7584 null]
->> endobj
-1548 0 obj <<
-/D [1541 0 R /XYZ 56.6929 474.8032 null]
->> endobj
-506 0 obj <<
-/D [1541 0 R /XYZ 56.6929 306.0886 null]
->> endobj
-1549 0 obj <<
-/D [1541 0 R /XYZ 56.6929 276.0992 null]
->> endobj
-1550 0 obj <<
-/D [1541 0 R /XYZ 56.6929 186.806 null]
->> endobj
-1551 0 obj <<
-/D [1541 0 R /XYZ 56.6929 174.8508 null]
->> endobj
-1540 0 obj <<
-/Font << /F37 799 0 R /F23 734 0 R /F39 895 0 R /F41 935 0 R /F21 710 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-1554 0 obj <<
-/Length 2210      
-/Filter /FlateDecode
->>
-stream
-xڽko����>�D{�$�EQ��ȩ~\]S\.hi�HG���~}gvv)Ҧ��I���hwvvޏ�q�'F�0�2=J3�f����G�{s$�4"M�X?/�~:U�(cY"���C�2n�-V��'�8�u1��L���M�&����i%��������oWǓT���Z���ήf'��T(m$P���3B:���&��-�]�W�泥��h��ręʬ���D����HŌV*�l����%���G�����[Lq#��Z!Y�=|-�+f�-:ǁV��>��������T#!Xf�D3f����ƀi2�j�cf�$Z ���(	�{���4��/Ǐ�4���R��*�7�>��:��t`/�A~��V�^W Ш#S�;��"%��B����W�%<����ڑP���J`Ĉ(�_.��o�A�M��5<	x��t�d�2>.J�6@�n���s���D�|�np��я�]5f|W���#--����M Z=G���8h�,J֫���|���)AHB�qX_U�-�&�n��:ހ�"�oo�)!HPy��e��7����Cq \��^ه�H���n���u�Y_;ĕ����(W�2o��:o"�::	'j���&o���4�4۳��n�WA��E�:��R�(�n0}[|b&0Y�����m٣�e�
y�
����BZP|`�5������t�{U��x�M�^;�͒�4#��|���vSi��<U��l6>�v[oQX��k��h�|���?W��e���w����	-@�7�e�Y�l\�k�i��&R�v�$�}n\�r+�Y�wk�j�'�[@�V��6Z�.��mn\�w�����/�[��� $��������Z�����}�]��*0��]�[�ᅵBZ��P^�a�`ib���Zn���L��:�W����ʦ=�l*�� �W���P������׳J�(�J��r5@Rj��M#���1�	T��C�)�Rk:��D��E�e�/���/e����_�0#��dzJK�R�U�͋rZ�i_�X&���x?@M�4�mYm����:>�>�?Y¤�>��I�d|�C�h��5ޯDtWDCX���"f~���<^�:��0+�����'�Tf‘�aUR�\�7����'B4�1��
yN�W}�t�	M1_�Qq#,#9�1���bY4CQ%��6rы�����7B�]����ڀ��uܧG	:[��#��0�#ņ�i�E���1��i���٦�}ڃ���&u�P�U�vRtp*o6���HL?�׷n��C�m�C�.ɘH��ef{a�{�?�m	(b�h�e÷f>�]��f�86`Q a:�>�^WY����4���7b�l���{�������9�^���������_0�
&��}�g���]�ie+<���Y����}|��ٌ�\�3b:���9�#>�	��H��dp�(��j��Rx�\��.�X<Q�n��>��
hH���^��m����M����C����I��z�JR8�ɴ�Q\QT�-S)�<����C�	����
x��W5ZۯR��m���
>��j^�����q�z��^Q��1���Λ�Y�������f���q+Ջf�@�uS��f$�7��,}�?m������c^�/��`�+�6S}mF��{H���T�w�'�����{Л>_D
-��Q���)
-�Sfh�T�B��m�G))h-�arW�@g=&�Nۢ�Z������ȁ�%��D���:���
-B�7�`i�ϵǐo��~U�K�#�Sh�,̒}��:�R~�pewX�W�w8)����=^�2Ť�9��'�x�����/��I�h���/b�dL'�~�'�.�g��>G�P!���,����NΩi�™ G8>p��lB���oV��
:��\�T;V�?j�F^<�)%YbQ�?6na�������Pq�
�6�k|��#�:�E1_�.�wA�*	�~��5I�T�?b6@t��X�������!�"s��!�	� e»�J
���T����!��?~��m8��E
-�Ć?��RY7d��[�<���Y�g��"�>��|5��U[��=&���W�	i�����#�Ã~Q��_ܺ��m��#_܄��"�����O%�Y����Qw�X�����?���w���e����M3m����ea�����7��?��6g�{v�>�Z٭�.
%��
-L!��<��(�O�������endstream
-endobj
-1553 0 obj <<
-/Type /Page
-/Contents 1554 0 R
-/Resources 1552 0 R
-/MediaBox [0 0 595.2756 841.8898]
-/Parent 1560 0 R
->> endobj
-1555 0 obj <<
-/D [1553 0 R /XYZ 85.0394 794.5015 null]
->> endobj
-510 0 obj <<
-/D [1553 0 R /XYZ 85.0394 663.594 null]
->> endobj
-1556 0 obj <<
-/D [1553 0 R /XYZ 85.0394 640.0743 null]
->> endobj
-514 0 obj <<
-/D [1553 0 R /XYZ 85.0394 573.5829 null]
->> endobj
-1557 0 obj <<
-/D [1553 0 R /XYZ 85.0394 548.3076 null]
->> endobj
-518 0 obj <<
-/D [1553 0 R /XYZ 85.0394 357.2459 null]
->> endobj
 1558 0 obj <<
-/D [1553 0 R /XYZ 85.0394 330.4365 null]
->> endobj
-522 0 obj <<
-/D [1553 0 R /XYZ 85.0394 105.6253 null]
->> endobj
-1559 0 obj <<
-/D [1553 0 R /XYZ 85.0394 82.6167 null]
->> endobj
-1552 0 obj <<
-/Font << /F37 799 0 R /F23 734 0 R /F62 1060 0 R /F63 1063 0 R /F21 710 0 R /F53 1027 0 R /F11 1384 0 R /F41 935 0 R >>
-/XObject << /Im2 1049 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-1563 0 obj <<
-/Length 3050      
-/Filter /FlateDecode
->>
-stream
-x���r�8���!��bA���(O������t�H۬�H�H�q�~���Ȑ➤j��>���/ ;�����8�S���T�*b�t�>�N�a��	�kfn�l����Oo�>M�4����n+	�$a���c�"<Q����WQ��������������Dl��ru��FRj.�_��z�ϛ�3-����k�����̯/�g�?�/�+��b����y��St�v?�B�&��~D!KS~�>�J�J
-�F��ۓ��G�f��L,
-����N\���00�t�-:�)��N^�e�ʎ.Δ
-�u�~�<h����lG��T�X�����]��N�[�ş���жg,	�Ucڼ��Dz{�ޮ΋?���En�[�k�5RD�oxtV��� #�4��
��k�>3��T)n��f�}A,�f�I-KM#-\���<��c#�!��'�+8ݮӗ�a"���YT�v��,k+Bo.��E�g���;�9x3�BƢ����8����k�v��JyYY�_��n˦��l&�c1L�z;���PIV7^��b�!O�#�s��I���˾��\T�XY
-LO1��l,�(Ү�zh=�P<L"Gݏx"L�û���p\�5��8�4d\i�nUe��F<
�D�=��`\9qw�6��A	��R��U�^�fy�1����0j&�4pu+���&pcj���s�Z#����4�8X�Jf]A�5m�-��(*���mv��*�s;����n��'���.�3���̎fM`�l�`w���%K�5��-Aq�������zbI�I*��1s,X�a"��e���4���E֖����d�����Z�!�p��p��ܕԙ���$o6Ͷ�wK����x��bے�9D&��EU�gX��ȵ�m�<b䘶F���*Z���zv���Mxq��y��,K��[�}s��
-\s61
-я�p�"���A���͸@��-�����7�����~x7(�5u_Qsy}�|F~;������"�	���G�A�		�#�+v�+�W��a���HC�^�>�B��e@	�0�#��KQ�+�7��X��Տ�H�/	E*B�P�����"��:|�,�u;��f%�`a4�C��I
���Dˑ��ZȎ.�f�	YT�EŶ�MG�g��D������e�n�v����R;����&Dc(�+����ܶ�|2��`왒�B�6�mC�x�*6�e-�)yOhF�*.��(�M��E fu�����0��O�7M[b��L&�ʳx3b���JD�	� �rp�`�[	�0H��
-�x�����-}b�������#�7�5�8Vgk7x���yp��ϝ6��=C����*����c&������(B~�X܃t)j�baL�򦪲��{_SFg~=��M��L���c�&Z{g3e����9�Ͷ�0!�}J�?����D&$���$�
-���SV�������ש�X�7���v��_&�Ckv�f���<5;����|g��d&̷����8x�r�Ǒ��w-��xGl����-�Q�Ҳ�V��8v��}�(s�ќ�4(���2P��t�� c��#B69
�,R�~���3�"yT`�,n�:{"j4������
-A{��<��G�HxФ�R���&/ѸC�Ky|(1w���2S&Ֆ�&c�a�7���/'Hj-�)��S��uю{l�2kQl5&�p�3�L�HU����k仕��Z�\�a/����	˝��`��FT�]G�[PIk"��Ѽ�U���3Ks
`R�Li�1��%?�)2
S�$��hA��LW��Ƅ
-	�;$�n�����{ϑE�>y �pv�W�_�"��c��(ŗl���sϕb2��΃Xɗb5�ѹ8�}& 
�8����OZ�spѩdz��DsX�G؊q�qkoax�ےh��f�G��x�_���;����%LdvAF�y�*�YEcƼs_���-ey��^y��T䔘+`�ݸ)|��*[�b9ꛐ��C��wTTV���(�y_Z�}Ň0J4����+������`ڱ45�ρ#'e��W�����$��7�)���7�9pP��R�
-��k���ţ�0~�]��n���v�
��
-��0�0��,���c��b�3>3�kPT���+�G~m�Z��q��ȑ�Q��9��9������I�N*���n:�d˶�v�Q�!��%�q�S��+�xp�p:�{�g��:�F�փ"�6Q�U�1����*���ɺrYVeg"i_0p�ȶUiD����%2�gZ�I�����ܘ1��ڮļ�D�.�R����ö���y_pCQ�_�\���
�ew�X��jZ��	Df�p�8�Ⱦ3�R�_���M��`nRu�Aa�8�n����2(m*h:庘uͬ�W31�CF�W����^�h���0K���?2wG�)�wc�Fn�������ؖ��m6Ϙ�8*'��5ޗ�+��q���8�t6�CO)2�Tꌌ���uB���|\w������c�.J�B�"N$/�'���D�G�H~����hਠ�$T�<ʡc��\���o�(@͍E�="δ+��r[ǂ��3O90�A
-��}Ū��X�w�� ����+����ز�7�ď[.������t;�-����ز���%jx]���^t$c�,��B0����-�})3�&~K3���>,n�iؼ���뾟��
-�Y�[[�^�aۈ �G�QE�^�/�j�� ۔
-9g��*S	=���?ēf'��AZ ��G6bɛu�T�"7�}]��:q�Ym��-א�m�;2=��/��`����k`��Y����mA���Lʐ	2
-���g�q
�W"L 	9h��(I��e+��2�X��?�?���6}�2a�����}��oD��d�n���PqNN
-ow}��&[
p�=���Št�53�N�h0�'q�[�{�_�1��p��a=��.no'��R��?'�|G�~�������=i�C�/)�@�K!�������mϯ�<���endstream
-endobj
-1562 0 obj <<
 /Type /Page
-/Contents 1563 0 R
-/Resources 1561 0 R
+/Contents 1559 0 R
+/Resources 1557 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1560 0 R
+/Parent 1556 0 R
 >> endobj
-1564 0 obj <<
-/D [1562 0 R /XYZ 56.6929 794.5015 null]
->> endobj
-526 0 obj <<
-/D [1562 0 R /XYZ 56.6929 713.4234 null]
->> endobj
-1565 0 obj <<
-/D [1562 0 R /XYZ 56.6929 686.2623 null]
->> endobj
-1566 0 obj <<
-/D [1562 0 R /XYZ 56.6929 478.4096 null]
->> endobj
-1567 0 obj <<
-/D [1562 0 R /XYZ 56.6929 466.4545 null]
+1560 0 obj <<
+/D [1558 0 R /XYZ 56.6929 794.5015 null]
 >> endobj
 1561 0 obj <<
-/Font << /F37 799 0 R /F23 734 0 R /F21 710 0 R /F53 1027 0 R /F41 935 0 R /F14 737 0 R >>
+/D [1558 0 R /XYZ 56.6929 703.0246 null]
+>> endobj
+1562 0 obj <<
+/D [1558 0 R /XYZ 56.6929 691.0694 null]
+>> endobj
+502 0 obj <<
+/D [1558 0 R /XYZ 56.6929 555.5354 null]
+>> endobj
+1563 0 obj <<
+/D [1558 0 R /XYZ 56.6929 528.2309 null]
+>> endobj
+1564 0 obj <<
+/D [1558 0 R /XYZ 56.6929 486.7584 null]
+>> endobj
+1565 0 obj <<
+/D [1558 0 R /XYZ 56.6929 474.8032 null]
+>> endobj
+506 0 obj <<
+/D [1558 0 R /XYZ 56.6929 306.0886 null]
+>> endobj
+1566 0 obj <<
+/D [1558 0 R /XYZ 56.6929 276.0992 null]
+>> endobj
+1567 0 obj <<
+/D [1558 0 R /XYZ 56.6929 186.806 null]
+>> endobj
+1568 0 obj <<
+/D [1558 0 R /XYZ 56.6929 174.8508 null]
+>> endobj
+1557 0 obj <<
+/Font << /F37 803 0 R /F23 738 0 R /F39 900 0 R /F41 940 0 R /F21 714 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1570 0 obj <<
-/Length 3287      
+1571 0 obj <<
+/Length 2430      
 /Filter /FlateDecode
 >>
 stream
-x��Z�s�6�_���g*_��4qz���[��r�>�ls"��H�u����(Qr��!��h�o,�],��'~|b��RM�Re9��d�:c�{�����6��h�����������Y�����%c���'7�ߦo��旛�����Tg�\��O��QII��W�_����7煚�\^}������^����诒|ߏ7����xs�����7�:���HəD��8��w6Y�Z�u�2Y�|����ՙ�e�+)C����ٯq���ucZ.M�Q�pM�	�Y��b���̴ұMg2+�g�16}�X�}�6Ւ��^Z�j7���p�0�L��MfBe���
wٜϤd��E����K����E�9�f��U��~�c��M�d�X\�������5�1��zY�������.�����_m��cbi�Rqq����#�isn(I�v�Oo��"�o3����p�M�4�G�3^p߄F�ꎾ�����g*��zY��&��oYy2�d;w�zR/����s[7��9m�1�@���!�#���進��'�$����u��M�֢�+Ju���L��~K����rs\-�|��;�c��3PnUm>'|Y�"���H��	&�m�ؕ�+�ŭ.�R
-�V��"J�|��zS�cDɧ��<��,6"a�@DiD
~�qp2S����2#K��7xG_��ڞ�鼷?[K�[OŽm즊�wğ-��ept1�P1�p9����D�.Q��Ty�o��]���j
��Mr�^�Dk�|h�u��ig�rDÜ����K�C��K��{��e�D�s� 	�-���"�Tl��[�t=���,/*c�(�r�0Wj�Y}G�v��	d�\C:�uk;��š72Sjy��pH��xYUH��l'�{�4"̄>���i§ی̤a���鶍-a�xa|+T�~]��!�x2��16�l_��k��wۗ���tS5�](o���M����sj���d�=c�=/訂�@�T�����B�	�QP���b���EGI�*��ۅ��y�G�qI(��l:�YmC�	,ˑ-���!���RKIO�N`==~�������(�
-g��@8A��,�z/�!s�u�+�Ae�C�].(}���5i-�{m]�R�vŝ���?�!��ʼ0�8��xB����Ϛ�q�s؊�ϻfc�)�b�9�e>�G�}U7ۙ0&39X���Y����d<?r�h��R��}r��1���v��Dc��v�2�Ͻ/nɒsFd�*\Ɑ~���uo�Q?[صm �Ԇ��zY�73Z�cZH5�ԕ�$��v-}��ʗ��"��3�0��:�@
-�G2�0��m�շ2���	6@�EG�?o�?o�?o���5u��h�DR�������vϠ�W YZk2���Z�d�B1K�����IA�a��a��(`@�d9H�K��L u�5L��>�-;~c�m5��]�����qQ�����k�΋�(2�s5f��� ��������G?&��ۉ���6Z����ZuW`�h�oG�eBK�/[�_��k%����8v�2�.J��y�Zsw���iP=�;*]���
-�+�t��]y�І��^X�&���G�,pέ�u������J2��C�Ɨ9Nj46{?��*��#�_eB�3���LA�I�9Æ����r�m�4�j�n8?{�U�A]@��Ƌ��l�����<40T@|Ä�=������2\�nG�Z��[R�t�@+�㺋�F�B�`?`�Q��&A��;cS�	�|�o7�_at����ܵ�e��/0�q2��^G��L��3Yr�y�#<+�>���N�(8�O��P?C�d�1j�4S��
-M���28�E&%hY��	��;	��Ȳk���v���rL�J��I:����|�j���`̐j�OQN������ 
�e�nI�{��#U6��\j�a��tlz��۫w�Ti�_��
-=��ؾLJ'e!�0�DVp%F0���nj{�����DGH�D;H�BFHb���As���;�0�`7�#a��?%��k{��Džo��F�_����s��̼�EY�L�������}��PL&�:�(�$:@q@���b<B�E��+�U��8���P̅vP�T�n?�(��<���R������.��e6�{S2���`�<����R�j�+d���,����Ń3�]�^5�����j��$�Q R�Ja �lp2�1W݂LP2��R�Ø4�{
-^,��	P��1P�W%�$�P��H,��7��:�a�����Gf2�!��""2�E��������p�������mgc�L�Ѯ�)�W!1��ꎽpw'��j��~M
�5�V�x��r!�N|��υp:�kY��НBXi�@X�<(W�h�)���غ���
��Ň��*8=�ْ
-�Y��C�b��zaT6��u�z�f��@	�%GS�q���pe���K����M�}����!�;{�"����N������p��z�����P���k�4΀�Fd@c	�h�m7
-Ӻ��YNd����Rr�b�{�sU���At9֠�uc���m|���|��%�Ĝv��	��:�y�
-.R�|�"�Yz�-�~-u��Ҽt��2cp�#e��?Y�6{���g�%�T�e�&?J�h�25�TYij*���	�K�0����^��P|��P�S�
Ҍ��T�w�'��*ѩ�EV���+�q�`����
�����C���ÝJ���{?�.M����281Y����SC�u#H���Dp�3�"v]�i*?O����C��0�y$}~�
-nr$c֝򙁹�u�[!G�����#��I�"�v�.�vl�Fm�Gz����	�\*;��j��#w1����XT���
�����/>2��n� GC���cwmx>�WΕ?����/&i\��#qBj��{Wm�������d�R:�a\�^`f?�Q�O-աg�R��QzG#6u�F�8w�!ja�EU��U�k�.��]�ˊʸA����{�����NP��ѣM�A��rA%�k<�$�Y�cx�n!�]P�N]po�*i���v]���!�u�}:���G���c+�޺���;>c��w�c�(�7k�O2Wh�P4�x�P5�]R���2�l���,�Ì	+h͢:�c}���Mwd
��
-��v	=��Ib;��������u�I�;�l�'��zߵ>~�6��&?kxp&�Ӂ��P�L98�b�����t����,4*ƭ���bL�W���x���q��	g�'
-�7ša���I�?��Gendstream
+xڵY�o�8�_1��:Z}Z�aq�l:�e�&{����m�'1�Sۓ4��%J��z���C���(���)�Q��fF*9Ӊ$�25[o����^1ϳL�!ׯ���N��%$�y<[]dB�a���}t����W����+�d�P1�~=;�#	~N.�O�^�qy<�2Z�]�����ty�<?Y�LH�A��"��8_"�������귣�Syh�������G:ۀu�Q"�f�%,I�l{$� J
+F���G��f�ҩc�x@-"�bߴ-�$I��ޖ��bb�Y���,O�cQ�-�@	nDw�\�#�R�^cB�f�\+W�5��v�	Q�d��Q����|�h��������j�1�۝g�f�P�$y�3�?7��ٖ�^V`�l`S��v&�|���kB���%1M�Sxu��Q��rPD�`��..�^�y�G2�$F���y�5�Hh���mA�#�����t{W���S�v��񏻺�3�盼���uU����B��	-�v��(��(�^U���h�s���i��7~˪�D�Κ&�@�<,O��2;&CCY��N��]Z �kқ̚�*%u����D�خ�6��T�N����rm������|��a�6m�g�W4���"m��9Wў�nm�7-(�����dߡe�I,�s������H��8�-z�yzC^����w!φ!�b�-�p'o�V�	PJ�8������<�慧^�u���E�0".����*�݂�I�k��(�D�U�u7
+�i�D^�m��W쟛���t��fq���	��+����ܢ�$jvWM�i��m�v�e%R��6+7���,�Ȼ[�ՄO���ݝ	���L�:o����t��u�6�_��장�#���ZW���=�׶��/�ʏT^�N�&�f]Hg�&���9-n���Z���ƃ)8��x������|Ģ)���^L�2LAg�'��x���� �4�%�y��	���Bd�V�� <�̖P a�Ų��|D��Y���TѴ]4�M	${:��:��(��#xQ@�UV����"�.���.~���X[�
+kE�6wY��Kp)��s95{��Y<j�W��o�?
�h���zW��^XQ�X���q��mZ���?�Xۊ�E�q �!���ө�pʃ���,rȢ庋w���;ׂ�P]A)'E�-XHl�9�ĝ��@�C�b\�4cݾVA{�vrA[ۢ���8(и�u�7}]E�����ã?�:�Wtؿ6Uk��LD̂�Z*�r*2�~d�p���#��c٦��>����Y<Y���h"�oSmӼ\��8�<6�K����4�t@�u��Z��0�@��>NK�5�}! Қ�`��28j��T,
+�YA!Lc�a�C����\�]gs��𛖏H��OP��R6�b/[���_V"�1�|x2�u�"�SFu)�N�F�g7�`8���n:�r(��u�N�8V#��r�Q�Xmb��"��X
+x��K}6F����	��rM&��:�'QB��AK�TJ%Zpq�E�G5Bգ E0A�R���i
+���O�I
ќ�q�	�a���;� ��Qi�.[ܽ����2��@�,�5CPꌾ�m�B/���i��l�j�b�fd�9!�‹V�a�ct2�fg�"�X�	�ݻwp7�OΏ�����������������t�z:�O��68�/u�[ۓ忏���zIN.�Tګ�53~y) 
+H%X<HG�t���[>U��������5�����`]��d6‚kBhfb��d�l��ƕ�_���B۵�z�p�D@��%t�5de;
+8�KH��	wa�JJ�MG�L`����l���~�s���'�W//DL���6L�^�]K,��8:��zZ0A��@��5Q8@(�hO ~�I�<��6%��3�Sv�#�#������InQ��4�F��5<zv�f�l6țl��Jp��c�}:��ʿ��PrQ3.��	7�htW�@&{��2о�
+y��s���<�e��#�ަ~��:wϳ��x3�����+�F��WU��Fbm�)&��q=6t$옸.BV{�j���
��i|'�p'��X+u���Д�'���%�o���f�C����J���(,]�L�ķɤA
Na,#�!��vt�Ł���O
;VgM[ՙM�];�N��D�]��2V}�C��&F�7����B������P������.c���mr�\,]���p�a���H58�:(��NX8�Ӣ���>�r�G�?&[	�Z��Ƅ�a���+�T�l��~A��_�r��Q
�"Ce����
�N={���k����b���㱝���"�=W�=�H������vW�^�Mu��v�"�y�����]��>�# ���}�O�=n�$g�ְ��$�P�1�SF�����2�g(�_�94endstream
 endobj
-1569 0 obj <<
+1570 0 obj <<
 /Type /Page
-/Contents 1570 0 R
-/Resources 1568 0 R
+/Contents 1571 0 R
+/Resources 1569 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1560 0 R
-/Annots [ 1575 0 R ]
+/Parent 1556 0 R
+>> endobj
+1572 0 obj <<
+/D [1570 0 R /XYZ 85.0394 794.5015 null]
+>> endobj
+510 0 obj <<
+/D [1570 0 R /XYZ 85.0394 665.3048 null]
+>> endobj
+1573 0 obj <<
+/D [1570 0 R /XYZ 85.0394 642.5175 null]
+>> endobj
+514 0 obj <<
+/D [1570 0 R /XYZ 85.0394 578.7341 null]
+>> endobj
+1574 0 obj <<
+/D [1570 0 R /XYZ 85.0394 552.6769 null]
+>> endobj
+518 0 obj <<
+/D [1570 0 R /XYZ 85.0394 507.9859 null]
 >> endobj
 1575 0 obj <<
+/D [1570 0 R /XYZ 85.0394 484.7183 null]
+>> endobj
+522 0 obj <<
+/D [1570 0 R /XYZ 85.0394 297.8603 null]
+>> endobj
+1576 0 obj <<
+/D [1570 0 R /XYZ 85.0394 271.7833 null]
+>> endobj
+1569 0 obj <<
+/Font << /F37 803 0 R /F23 738 0 R /F62 1065 0 R /F63 1068 0 R /F21 714 0 R /F11 1400 0 R /F41 940 0 R /F53 1032 0 R >>
+/XObject << /Im2 1054 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1579 0 obj <<
+/Length 3049      
+/Filter /FlateDecode
+>>
+stream
+x���r�8���!����E���'Q���8YG;5��(��YKQ���|�v���!�����Z������Ąÿ��	K2�ML�Y�E<Y�����ޜ	�f�Mǫ~����Z�IƲD&���V�x��ɼ�%L�s�������Oẹ�Wo�'��e��o����H�ҟ��_�HF��wׯ��������h~�of�g7�뗳�O������h	�𾿟}��'`��3�T�Ɠ��Ld����t�X���#�ه���G�vk�L�3���!:�K�T=�b��,��h~_�/���{Um�eW}.W��F�d*5˴�ևǦ˿����V1�E�\g��E��LX�3��m���i�Ձ���I��ڏh�)a����jU6]��p��>��62c��c��)�Wv@��G��t��c~�Q�*�W&�5��"�l�7s@A��-u�ݢ-��%���\�Q�\۶hi��k��7�eS����X+��G�u5����rJ���Dx)���g�7wN�T
+mt�mh���5����|�f��qVW-���U���K�H���L��DpSo
+�&Oz�N�`��s�v����v8ξte�V�����Ũof�3� �|��i��)O�9Q�s���o��6p�X����*GX�<�b��B�2&dl���y���X��l�f`b�r���=n�� ��
��������gL�՝\�c۷O��8Qc�q�k�lC�C� �hI*�w%��Դ�*�&�����v���eI���	�~�wnsS?R��nqɭ�}���;�+S��{�D�-Y��yCm��wp8Ð�O=��^7�C*p���,X�a*I�E��q4���e�V�������Z����Z�!�p�	�p��U��;ǀI�l���A�-����͟�mKt��þ(��.����F�]n��	#'�3B/Q��u;�����^ݰ˛�H�K��X���؉����7W�$`9ÐC��K���8�����t����@���/��l������ΞJHC�Լ����M�`<la�y߁\����?��x�䜐�!�G��
+H�$�8hDZ�L��g��J(3F@���V9oU��
+�M�TL�"}NX�2�7a���߃��"M���
hX��w샚z��*5��ف4Yj�Mi�
+%G���fM| C:�����dR��&�uc;�\tk�@8�j��h�x]���m�޸][j�� ��0��*����!�m�.$$x
+�i/�h�/��	����r����<#�	���7N�˺��j3����P��yS�iz�k�E0ެ�
+c�'B�
P^df2f���J��)� �F�o��o9&hR����N
+�2),2d[��eH��[y���|���C��5����z���S�-8�ghn�CA�t�`� t�V�]]�X0Hp��N!�O}0�Y\���|���5��ٯ��b]���x�L��l��2==�4	���ٶ�&�������:_Bxac)��B�}������j���a��:SC�wV���Ӯ�eC�1�����P�dG��M7��y`�s�@`r���lr=9#��]K����E��wq�=m��l���$�oB�(���ќ�,*���Ԉ>_j�X`���흆%)mlE�)(�����Y��U�H�Xo0P���}[���y�``}te0)���j]Th�!�%�<�W�<(
z{O�)�jkk�1������������(�Cʺp�TEwO]��[��[[�Y>\�\D�=33R�,����ni��8��+�*���r$y~`d#��#��-��3pP�hQ���݉@��/=�L��4�X��Z���Xħ$�GiAކL��W!�>�=*�I��1������x�,��)�9�����p��P�D�����_�զ./WJb&To;�b����T�uQ�L@Ɣ:�� �t,��3-�>�;Lb%���تq�Υ��0��mI�m�3ր��2ڀ��p���R�&r� ��\V���1kއ��%]b����m���a㲘{%����>�n�V>�U�/|5��mHJݡ~	ۇ;�TW
�I����P���ԈAiŅ�²�k��kS{�9r�^�i�ͱXert �4C�)��{�7�9rP�1�z���GZ���Px��Ư���K���
T7��n�!1X�>#6�S�~���8~�P�B�g*@}�r��a��k+$Ѫ���G�,N,]�s,�S`��r:��J���Yw�����uV}�|J�)y���(�W�}�'���ӥ98=~6E4?�|鶍��Qi��`�m���1�]7yW-���lġ�N�����H�0�ѰF2���fY��B�M(��؀��v��'wM��œ�=l�����7ij�
+�p��m����h�Y�����@dƎg���;��!u��+"Ռ�T�L�ʲ���ċ�~��aF�Z�A�RA۩V�[Okz6��=4���oA�i����,�t����I��P��� ���}��:��\���਼D���n_�,�{�y������X쎽��;����"�ѧ_x$8%Dž�1�`hʾ.>��rO(�D�rxJ�X����_ ��&q�g��y����)I�}+�ߎQ�4��8�D\_�宎+Wyg�r`������U����w�� �r�������؊�;��ϒZ��4��~�Q��*.��ت��Z��u�����#۸\�&J��f�m��K�u�0��[���L�~~sA����F_��4�����y��1���	���}4d�u��S�G�r�q|�m"f���'NB��{��%����,�z�{M���&_W�N�^/˶���V+�Ͷ����/N�`����k`������F�)^���$#Q�?�z�,i �Jđ�b`}Ӂ�*���$fJ
+WO/�v"����E��_��u�~���m'ÏcJ�3�u�
+�#�v�}�����n�Wzhr����cB�?��=-��j�D�n|�j����
�-Զ*�����o�M�'w���\�?*��;endstream
+endobj
+1578 0 obj <<
+/Type /Page
+/Contents 1579 0 R
+/Resources 1577 0 R
+/MediaBox [0 0 595.2756 841.8898]
+/Parent 1556 0 R
+>> endobj
+1580 0 obj <<
+/D [1578 0 R /XYZ 56.6929 794.5015 null]
+>> endobj
+526 0 obj <<
+/D [1578 0 R /XYZ 56.6929 769.5949 null]
+>> endobj
+1581 0 obj <<
+/D [1578 0 R /XYZ 56.6929 751.488 null]
+>> endobj
+530 0 obj <<
+/D [1578 0 R /XYZ 56.6929 670.5492 null]
+>> endobj
+1582 0 obj <<
+/D [1578 0 R /XYZ 56.6929 643.3882 null]
+>> endobj
+1583 0 obj <<
+/D [1578 0 R /XYZ 56.6929 435.5355 null]
+>> endobj
+1584 0 obj <<
+/D [1578 0 R /XYZ 56.6929 423.5803 null]
+>> endobj
+1577 0 obj <<
+/Font << /F37 803 0 R /F21 714 0 R /F23 738 0 R /F53 1032 0 R /F41 940 0 R /F14 741 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1587 0 obj <<
+/Length 3094      
+/Filter /FlateDecode
+>>
+stream
+x��ZKs�6��W�rՈ�� ytf<Y�����^6�%Ak(R#R�(�>�h�eZ��萚R��x5���1��QGLfj�d*��G��=@�O�ՙ�J��֏Ӌ��d�E�z4]�҈�)M�����������D�l���I���Ǜ�('�����o~����e��ӛ��}w���������I��ګ��k{?�F��������ӟ/�����Ar&Q�O���F��,�Y�� �"�eb��P��b%��)/�/~�����b�Fq*��	9��8���"��AA)}�i��ꖈf���[�hW��z�u����N!"�Nӿ\���Ƅ)M������(�c�b��D��,��HF��3��W�Ev�(]����:o�/%�*�W��Mu9��r�(��A�iA�|{�������;���v���fg�1�9�ϊ�h��m&w��[�.v�M�ޟu�ؠ�Jc���#�����5��%�$m�2OA�"��n#���v�e�?
�Q��'�U!��C��w���`���SV��e>�I�IW3wb��tdu�����3+�|��[EL8�'x"�B
�
+��O��&p�r�.��l;l-�6wpo���x7ow�Ǖ���h9��7�=P�lO�Z�ۏ�	�W�I����������bm�n��(�"�#{�P�@��g�-�V1"���lA
+�KQ�U"!E "Q��v�����ip�(��>B�e���|ޘK>��f�z��;sR<��l�xI�YӀ���
�p�.O�\�
�� ���(�H�8v�W��,&�z��b;y>^�Dk�\��w��if��BC�����K�>i��ҵ�.��,� D1�����/ZʲJ�껶M�d9;PcIַ�@�R+PX̊%�-���$:���53/��v�Q�R��	��9/�����x)�`�oC+	ɩç��z�0�X�p�XK�*���:V7.��@�9�u'�e5�)����D�l����'[3��U�����Z���fS�;�[�Uv�3�92qZ�n`�#P0�{c�`�@[�=T�������Y4DTɆ��vj�9jQ�%��u�m\b��5X�Z;fK69��H'��`�<�ž�z��_����J���<3N���Һ�27MC��d_�׬�]� ��k�Z�v�:�#$�fŮ)L}1_�ؐu�xe��}��v8�9<�n�bc�z
ֈn�c�Պ��C�!Ô1��2�k�!�!/*��D�i����V�����?�P����E�(�$-���'�#�kLs�n�ʴO��#%f��e��٠�v�x����A��|U��[�'�1����PP`k��C5�����h^�FB�qSӷ]�.��_4I%m`���΂(�)p”/��MS�dJ��1@a�EK�[o�[o�[o��s%E��e4$R�p��r��Q����������X봧j�Q�
+� ��2`^NY.����0�ư�p0�[���5�h��!���:Y�MO���1s��?�6n<˃<6��s؀�)�Ңq� غ�j(E�A0���#�|����w'��s�]�D�֩�-���-�"�e�6[�m��m.�o �xi{�F:�z�G���Z��M��o(���:
+�W�i�m~Qф���X����qkhΎ�6��y��}!U�"}��&5��c>�e�2���U	��,�z�n��$
�9���.�y�[��v�5�w��-�*3�.�z2���yo6����<TH)��k=0���+0���[�g��7G�x�����TY���EӁ�I�8�|@��!�4@�A;C]u@��Po�?=w����,벬���r�CA��iM�#�a�B|�a
���g5����	�铇EԎ+G�}V7�	�OC�d�(���de���;&o�i��|ڙ��WB�I	=p����M��+RK[�4�KM�I�q�[�,Jr��W��w���g��q�v&����o}{���| O�3j�"Y�G��y�w��XDL�<�ƤN`)�z����̶0' tp6H���d(���LdI�mL�$1�ɍ�&�ꅄ�݀�s'��~cN@�lZ��@f#�q�#�-^�"��$K^������I�����r(|��O
+�A1�BQ1�Ai���v#�-��Xd���)(�B[(���O,����X�>��b��T�ҝZFC��?.���Ƈ!��y������m�_�,`!U�kF���Iw3󁶈�C�g��v��tu.�|R��B�9����7ߘ�g`DNZ�0\�ۣ����ȳ��;$,�<e�4"E*�D�P���d��0U^�͗�2��l�<9�� z��=`j����'X�;KѴ�6�!?����}�����n������Ϧ��7�����kx��HqI��ί�_᠏sE��� �BXi@X���V,����]��{��b���B%��	wbI>����b��~a2��fdq>��c���(_�y�-^�>靈WN�W�{���s>�~tGw�9q���mBpR����`���'`C���7T���+Q�9x5���A�]��#V���X�x���c.]�b�=��E��?��PK����4m��ɔ��K�Ĝ�I���
l9'	aP>l�_jHg���7 ��be�����{�Ld.����;������ב��s�B����?\G�0RYҭ#P�]�a>a���@i�2��6�>�Ixs��X'<|4���d�*û\�DJ��|<�hKh��+��L��:�y��E��6�H�����d�w^����d�
+9�꧊ȍ���Ew���}g�f�6
�]実�4ߵ�z������O�/Q�vŘ4��ʴ����U������;��*����eo���+w��WS��a%j����&�`CX����N��t�hW�	**�޻�	�:vz���{��7K�ɾ��8�M��
�y��v�5Gݦ$|y��{��/i:��we;���y�"���٬�+u�L�f���SMex�HTx�(��"V���2�_<��
+��O�N��V��h<׵o�)s���剤�N��j��1`HIɇ�
+����7?L><�ƹ��{���yH����=a�/q�=wendstream
+endobj
+1586 0 obj <<
+/Type /Page
+/Contents 1587 0 R
+/Resources 1585 0 R
+/MediaBox [0 0 595.2756 841.8898]
+/Parent 1556 0 R
+>> endobj
+1588 0 obj <<
+/D [1586 0 R /XYZ 85.0394 794.5015 null]
+>> endobj
+534 0 obj <<
+/D [1586 0 R /XYZ 85.0394 741.6375 null]
+>> endobj
+1402 0 obj <<
+/D [1586 0 R /XYZ 85.0394 717.2979 null]
+>> endobj
+538 0 obj <<
+/D [1586 0 R /XYZ 85.0394 507.0674 null]
+>> endobj
+1589 0 obj <<
+/D [1586 0 R /XYZ 85.0394 474.9618 null]
+>> endobj
+1590 0 obj <<
+/D [1586 0 R /XYZ 85.0394 412.6347 null]
+>> endobj
+1591 0 obj <<
+/D [1586 0 R /XYZ 85.0394 400.6795 null]
+>> endobj
+1585 0 obj <<
+/Font << /F37 803 0 R /F23 738 0 R /F21 714 0 R /F41 940 0 R /F48 955 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1594 0 obj <<
+/Length 2603      
+/Filter /FlateDecode
+>>
+stream
+x��ZMs�8��W�HU",>H��=%��q�DVv�v2J�m�J�F��x~�v�A��eQ�=[�T�`��h�n<4h���i���=cCq�&�޻���'��j�A[�������,�Z���e+f<�Eo4�-�,d}�����l #\��&��������U`m,�ӟ�}�
IK���?������ס7��%��g�gó�ӳ��O'g�f�E
+���?O~������O'�)G�;x�LX+{�0R,
+��%����/��V��4��TZ�@M�]�E�i]��t5_�SX������
�۔�8�3�.�$Ci�`|�G�6�����df3BG�"NSVI��U6)�(
��ݲڏ�9jެ�0��i�b�m���Q0"7mP�KR�Jz.�"�yQ��{RJ&��,�1M�H���4�'�Q$ݬ�,�X�![~�xr��y:�λ�4'������x3��#MkL:O��q�C����9uP���G�AoOP��#^����),��-oz��ܰ-�=�Wk�ڮ҉w�mA	���!��;�6@����ck�$Ď�
 %7Qo���2�S��9�)�<��x?�v�8���
E�5ë�{E��b9O|�|`�*���M�{�]V�R+��,�ӷu��O;�~ì�<C?޼y�{��kP�
m:��|�Y��&�W�1�Tlc�*���j�[����τ�D>%�)���g�eu?�l���|WR�4)Wd؏H��2��1�_�|�-|J�U��'e�֑�&a
G��:8/f��.�o���w�b���Zn��3!�2��5=��
+Y���n�b�C��lr�mo�pS,���އ���d�����������"�沽_-�b�T�~���M�.׎�wdh��#JS�
+ n��[h��L�����':\��Ri3t�$�)p�N|)�v4��U^9g�s��V^���aZ�iVώy�����ʥ�CX�9�R0�M�fI�d�d�d<�*ޭ�=��Ɣ�묺�!\��:�Y
+��:%YB�z��"��2��"iy[��$sG�6��p�I�� ֨��K<!�1��{Rں �EYEÌ�{(�Â����hHR���l
+ܓM0hN� qU;�5�g�e3�m�2j��ѥ6�N��;���^�&��"��ŠǨ�������4�Y}�=��N���1�$�@�fF�T����A���$.�ڊ�j'���T��̒`�b[�!r��(���*��Q���H�I�ª���z��IG�ѥ�ռ(�
���V�z\�^�B�8nv �3`0%yy?3R�b�y#D�F��t�XQhbZzu2R�����چΥ��y�6�t�̛Қ���tS��w�<}&ɖ%��,2�������֣�\f8���&[�����tI����ԕ��:�z�94�/�A;��Ij�2�hn��Z��z�H��ƫ�M�[C3�;-&+,Խ��]6���0��!.��n^L]I?�AQ�"���8��i�mJ�d����=�t�_��N3�4���ރ�<��!A6���NS�d~zZ�(�qɃ�{�3�+V�l:u�I�ll���)
mX�]�nOR�:ʫ��=��[���u�РZsI��(��dw���GާD�ӭ�wl8vٱ��a
���E��N��?���[�h�����M��;��(�{JF,Mx�G�P�P��o�T{�B���iS�Y��65�W��Xl��|��-Lu�p=Gdhb�2�<���JK�Z����@������.��F��s�l9��
+.�R1��3�#�����1��/�bB<b�}Dh������:�sŨ0~�q���C�?;\|&�Г��P:^2Ia+N����x���D���#�An+���)�&��F�=#{2\m ^���.�7B����B��p���?�K>3\- ^+\��?2�:�Wd��M�Φyɻc4l��}�>�py��w{�:dOB�r���o�4�Lh!; 
#f��k��'S��_�.��]��j�(��7���-�oB�Z�C�8���s�<1V6G������av�ȍ����xME�`Ig�����D5>����F?�Z�qfrͤ�L�ܲ8��E/J�,_'�l��H�����L�
�ev�'�����֪�{aC�B��^X�,�XZ8��5q0�GQ���qpc�?��mW��D,����bA�����w�����~����8�����;U,3���M����f�t��X�e����j/�q"�B�;*
+aBƅ�+�I�{		�RUkP�h��#4��>�EZ���_��LAy6�������y���e����g��H�ۍ�G��fhv`�9������&UJ���xA�
��<�g_�:/ķ���
+Y�Î�B(hD��(�C!~p*P�ջ�<�h���L�jt-��:)��k�K
�hP�;�r��ߡH�Q�b��A=���?�i��#��3�]5��7�❔�p����f���MP3�z����8�7�y�]�	,7w����;^c�LW2Z���nP9���~�/��qܸ�Rq=�ğC2%Į��^'ć�.s�÷�@��ݿ8���Xɞ�X�?�Z����^������xO�endstream
+endobj
+1593 0 obj <<
+/Type /Page
+/Contents 1594 0 R
+/Resources 1592 0 R
+/MediaBox [0 0 595.2756 841.8898]
+/Parent 1556 0 R
+/Annots [ 1596 0 R ]
+>> endobj
+1596 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [84.0431 62.1828 145.2431 73.5749]
+/Rect [55.6967 732.5838 116.8967 743.9759]
 /Subtype /Link
 /A << /S /GoTo /D (statschannels) >>
 >> endobj
-1571 0 obj <<
-/D [1569 0 R /XYZ 85.0394 794.5015 null]
->> endobj
-530 0 obj <<
-/D [1569 0 R /XYZ 85.0394 769.5949 null]
->> endobj
-1387 0 obj <<
-/D [1569 0 R /XYZ 85.0394 752.4085 null]
->> endobj
-534 0 obj <<
-/D [1569 0 R /XYZ 85.0394 542.1781 null]
->> endobj
-1572 0 obj <<
-/D [1569 0 R /XYZ 85.0394 510.0725 null]
->> endobj
-1573 0 obj <<
-/D [1569 0 R /XYZ 85.0394 447.7453 null]
->> endobj
-1574 0 obj <<
-/D [1569 0 R /XYZ 85.0394 435.7902 null]
->> endobj
-1568 0 obj <<
-/Font << /F37 799 0 R /F21 710 0 R /F23 734 0 R /F41 935 0 R /F48 950 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-1578 0 obj <<
-/Length 2644      
-/Filter /FlateDecode
->>
-stream
-x��ZKs�H��W�HU��~�ճ�ı3��Idewj's�$��,EjDJ���/��(Y
-��T�\e5A4���A���'zA�B-u/�>�z�������g��Ӡ��~t��K�4ӡ{�ۖ���8���w/d>�����p�fԏ|��]݌��o��c������bH\a�#Ql���חW�
����D^\^/��/��>�]��F
-�P���~����`�3Δ���=<p&�����(�J9J~vs���zk��Mp&U(��&�>��B%U���ι7���:����&=_fy�ƂH��{�3��k��鏚Z��r��v�#t��/�5N��R�zF��~�Hߺ��_�b[1�dl�x���~3>4#6,�y�u� ����A�7��G3��b5�Kjg���"Y�E�E=K���/�oB?�D1%�)��Vd?U��[�u6O�k��Õ�<M�	�=+�J'e1uY1�>%�*Y>�x�V;�A �BG�!C�]�y^�g����f�gJ�6�oB,Uj9�[���.0d����,Ё���g�d�-o���]�����a�ľ���d��
��딑q	Hٲ�r�����MAE����M�t�F��4��#c�@����=�g�*ze��_T�B���Ҧ#��IV���63PD��0BWEm����$_Y�[�x�1p�����q"����!���XB��9!‚�C���hl�0K�%�$˓qnY�Z��z�����~�!<4<
;	�Q
-�d�-!��0���[�L����Z����hYᤧ��Mb�9�9ĥc}�'d��^�ćoR��@�EZM�";��t?K��[MbfeS�=��fxK"�N��>0?�-�1MQ{�G���dvj�? O�?�B�w)��ļ�9��E��Ȍ�&��r����.x��cJI���ˌH�1v+jW+Lo�s������j��xE:-4����0�-��<�A�\@���EL�DƸFb�%���ˋ�# ץ����P
���yAoL��X��fB�K�D���2'���Blm�p6�eX9�E�ke�IHeGjb��L4*N�3QS��j�3R�d�V��m�̠Fb_�:}!ʖ$x3�%E�昔T�V5�[fw3���2�a��ǻl�ZM(�+cRV3*���&�!t&�EM݄��nw�W%Q\�—Ŏ�-����1��j3D��Y�i9Y�!�XeUe���^ڊ
-�q�v�r���(J���)Hئ�H��8�!��d�C��w�i��M:N��f�As�<P�� ��ۚNS�dvx�[�8��޿g�eH��j�M�55���[��
�ܧ�yz5�:�������p��YMT6��q.	�jk;*��j8�~Z�H[�\�dž�.{��w��v��ڥ�b�C��r�8�+����M�=nQ����mS(X�T�S�dq�G�|�|��lm����i�
-ރ�S?�l��-j�,(Xbk	թ����a�D�T����d76����Ɨ�o��p!��2��W��P�HG���e� n<T�IŴ��DRu!?b�n�oZ�B�@1��a��
-�Gk�J�|o�uOM�L��a��/���dc$TF��LR��SH:�5�_�F�2��
�0S��vA.؝m0�n��s��aw��x���R��.`�R1}o�*|�����C��y�����_	�H�u/��bZT��C��'ۻ��7���f���9� �-m_+W�~6�Z3@"���KE�rH�O��˿�Nj��]�j�(�5�i	njAͭ���� o󺐿f�8bR���!���X��<�n�>>g��)H�t<a$���HwZ�,��(^�����A[�N�b��@41�ǭt��̊u�g��!�&\ݑL�
�UvW$�=F�	�-�N8�a��B�}ࣔ�I�_�'��a?<|�t�鳻2xR,o4=a8�f�P��pN��w�z�u�0L��=I����k;�U.3���M;�k�l�nbWhY������)�-�Nx1?����`ܷ��a:q������1���������`���B3�9-~�]4��h�o�]���OY���eRT����P�����	���>:�ZC��	����b��)Ek(��n|?<�<�؅���B�[��.�Bhձ�:`���	����n��1ـ:Y���Cg�:���®
-&bŤ����ٕ-W�C���ƈ�=ף�O�t��	#F,�e��`2�~)�J��C�`��<a4��E2��"�L	_n����07��I�/�dG��(��
-�h�9v{��ǻ�,[Z��`R���|���PCt �&�
-���rXuެ̥j7�_��Ri���*7	���nW����"���ܒ�꾹;ƃ��B�y�P�{t�J��js���{�@Z`�K�)�Hyן/���Czh�q+�F������\��gV�ذ�C;�CFđ�yܽ޳D�F�|v���c�E -��A/�-l6W�������j����k}y8�[�����;��ÎG,��t�֣�T_�\�ӱ��e}�nG�!|[���X$a�*:�s�P�[d���L,��Ä��N^��`ᙸ�Lz)�h?��
-Y�c�Ǽ���c?�|L��0�[��mT���p�D���"���1�\-�����zendstream
-endobj
-1577 0 obj <<
-/Type /Page
-/Contents 1578 0 R
-/Resources 1576 0 R
-/MediaBox [0 0 595.2756 841.8898]
-/Parent 1560 0 R
->> endobj
-1579 0 obj <<
-/D [1577 0 R /XYZ 56.6929 794.5015 null]
->> endobj
-538 0 obj <<
-/D [1577 0 R /XYZ 56.6929 769.5949 null]
->> endobj
-1269 0 obj <<
-/D [1577 0 R /XYZ 56.6929 752.4444 null]
+1595 0 obj <<
+/D [1593 0 R /XYZ 56.6929 794.5015 null]
 >> endobj
 542 0 obj <<
-/D [1577 0 R /XYZ 56.6929 549.5629 null]
+/D [1593 0 R /XYZ 56.6929 718.3947 null]
 >> endobj
-1580 0 obj <<
-/D [1577 0 R /XYZ 56.6929 524.9842 null]
+1286 0 obj <<
+/D [1593 0 R /XYZ 56.6929 695.4159 null]
 >> endobj
 546 0 obj <<
-/D [1577 0 R /XYZ 56.6929 417.5407 null]
+/D [1593 0 R /XYZ 56.6929 492.5344 null]
 >> endobj
-1581 0 obj <<
-/D [1577 0 R /XYZ 56.6929 395.2295 null]
+1597 0 obj <<
+/D [1593 0 R /XYZ 56.6929 467.9557 null]
 >> endobj
-1582 0 obj <<
-/D [1577 0 R /XYZ 56.6929 395.2295 null]
+550 0 obj <<
+/D [1593 0 R /XYZ 56.6929 360.5123 null]
 >> endobj
-1583 0 obj <<
-/D [1577 0 R /XYZ 56.6929 383.2743 null]
+1598 0 obj <<
+/D [1593 0 R /XYZ 56.6929 338.2011 null]
 >> endobj
-1576 0 obj <<
-/Font << /F37 799 0 R /F21 710 0 R /F23 734 0 R /F39 895 0 R >>
+1599 0 obj <<
+/D [1593 0 R /XYZ 56.6929 338.2011 null]
+>> endobj
+1600 0 obj <<
+/D [1593 0 R /XYZ 56.6929 326.2459 null]
+>> endobj
+1592 0 obj <<
+/Font << /F37 803 0 R /F23 738 0 R /F21 714 0 R /F39 900 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1586 0 obj <<
-/Length 2860      
+1603 0 obj <<
+/Length 2927      
 /Filter /FlateDecode
 >>
 stream
-x��[[S�H~�W��TŽ}��[`�S3�f+�3� l4k[F�C�_��/�۶�0xS.���鯿sk���GzZ ��)Ñ�D�Ƴ��
-m?���gPwĽ>ܜ�ォ�AFRٻ����kMz7����������t@�Kt:�?/�|��W�ß~�?U�3���գ�������Ӂ1��x��^��Aa�������7?���4�7I0��?���'�M`�?�`Č�Gx��C{�.���fzr}�0juC�@�\VT�#N��U�
-V
Eʐ�r�/:0`�C�a�W�@It0���0H2��!|.�F�]Z��bCX4�h�>�w^�E����y�8%����i�N|M6�[¤�&���ia���a���,L3΋0�"�OJ+�6 !�[���qV�i�1�U�k)�����0��`2t��y2���;�\xQ�e���5�Ң��y��/b)ڤ�`�D/>��/�a	S�@��}��G�`ֈ�.���S��{Q�i�_(U|�5�/�yyu>]�ֺ�z�cV���<��IR%��*�W�l��UZ&�g+��y��L^���m�	s%�&��̖!���$[L�U'���5���{��j����m�X1�F��S�#ڙ&�MT�<դ1H�k�]�����S!�����E��c�,|���?�&`���b��n��M�
�M����1�U�Z!�I�.�F��Z@�|�A{�o��X#��7��`�UJ�՘�X�@�KҘ�/gW��B�B�𾏛%l�͒�f������R��e��(0}m���Jİ����V�N5�a.5>�cu��B$�t��"O�VA�x�`��EYt�8��'U��}�@�,=_�;cW(��:!_���"-��bs�d�.�юz��s�s�&��O�`L�P�V�+} �7A�k�B�m���_��"��&m���8�F�8�� ^)�ϔ��vڂ�EJv�7��(�x���b����5e�?��}X��f�-:��B�T[N�*�-�S�}r�\q5��]V�0��Ak�y��T��d�������W������O��Ǟ�䄳�2����S�h2	�-ߵ��ȋ�Ǹ�����?<su�?�	Cs��H}kbɶ��IY���_&�<���ԉm�����Mm� X:��F���4Ny|ݳ]���K)U8�Is�-Jꨚ���ٹAy|l ��o�uHՋh�65Yi-9�g�zD��qi��#`�4���ϊ|��&w*[�,߬�*��=���ҸUn(4�ʠSk�c�$�."�n��c�?_�n�$����u+}�o���H$#�{���\^��	#��J�G��h��1�ȿ���2������m%��v�%B�L��>[�wn�v���`+V;mr���@�p�A�u��N�|���)�g>�fu�,�N?	i�����i;.���z�M�A3n
�e˥A���ϒ.1;2��Ix����s0]`���_��=��IZ��lQ'�T"%�^�E.��0,�͗զ�`�CFrp�D�d.m���מ/����� �����>�x,'�H5����^-���٬ �%������-�`+�ۧ�@g`!7�e���A�����ľ�fo�~07�C\��C�kL{�,�n7pGg
�u¤�߹���m| d@����F���w\�O�ڶ��n��܈�8c�9�u*ؖl���l
Pa���_�U�Oؖ��fe{T�&��#�z��[6���M��O��������υ|�8�-�*�ͦ��XV=�l��h����l��Цc�.m��)l��%�i�!�Y^{0��r��5��Z�.B�zӥ+�.��RR���@��H�սKX�j9V�(�u����A�*�
-Ov�"uRr3�Kl�/D�1_N��<�e�+��$_�ͫPWy�&Dll`P
�m�����7�y�v%��Ymi�"�He�����?]ϙÜA�A���:M�B��w[ɸ�8�l��w�-9��;�0�	�/>w�;05���I�����,��/	{�̕�]��v���H��'?�Z����
�v�Iz������;R&`CBJ��o�	�m������;��u�� �f�Y��9�K�qw�l��	_ñ\���O]{ �y�XR�(��,)x.i����wΞ ����el�b�����3��h5�0�0������!$��e���=,d$�����鈯��"Ƅ���Z2�/$_$ر�Ga���gM
CLc��!�|*�"}x��P���w.Gp�mH��kߔ�YcV)��3��w�3X}��I��6p틢W
�ŠDZN)89ؘ�U$�=غE��i�z�o��8��X�B�/�����W�Oc��Of�
-�F�Γ�8T\W����C�X� gB��q�`���Ee1�a���a��Z|@5j6��]i3k��i�?�$i�Hګ����6���e�?��]U�ik��NHI�D����1���
�G�i��
-
d�P�X@J��=]-�o�Ť���u�9��� �lr\[�2�Wh7|�\���>E�Dw�����|�%��W��u��s�Rv�')�F#���7�/��f�Z‚��xnj"��Sޅ��P�� ���/�K'�D& j����
-D��G��~q��Bx�C�N }p�����$�4|R�����w�z��;�!���a#юA�����Ʉ#����G�_����
�1���]�aH�3�+�/�Q��혭���48�����~Z��
���5��a���Eb1xJ Aq�+V���_A���ERq0-䴢�K���	1|��/��#E���A���O�����ʗ�#��_� c����\=@|a�pi�}O��д���?�w��endstream
+x��[[S�F~�W�QTŽ}���d�,�&�l�6Ƀ�Ō���d����ܶeO��[������Ȑ�?2�af�@�&b0����Gx��		s�q�0�����?.�d$����d/���dp;�={��wn�G�C*p&��PH�}yu�G�o�__]\����ݩ�������_��ίޟ�����d�����.
++on/�ߜ�y����mw���3K����ă	������b�c�`v�C�3G�'7'�t&o��>�8׀U�G��=��#0�\!M��8uh0�
+�Q��1��@I� 	IJ$e���O7��h�
�`�
+�
P
+�`?wY�eќ�1Y}JtV4�i[LN�㬜�7�o���r���cQ[f���������+g����ACB����O�e%�>��O�����]hh�5�v�r�\]��F�#�]T�&l�X�������i�7--TV��	�C_f����7���9�0�V��[xpSvP�@
�6;�0�f*����張$YQ��}��T<�ղ�#EݔռY����T
+�"��A*N��O����p~��q��l($�Є�(����w�H�Ej]�툕x��_U�mޖEJ�}'�+�_�ŷ�W�T�_i�B��U���&d7W�1�W��=�Ա����dk˸b��"&���Z!�Ig�G�}Q���%���
�툳�ݛ��Y3�°h�զ�3�g����R�ݗa�@�d���-aʍױw%1L ��K��+vH���FY�NS��uS�/QM�6UF�jB��i����Bo^�v��9�/W�l˕����^I�a�s��&p�+A6%��l%Ķ�dG@���Б=$��f��5��բ�b����:
+�>Ӈ�ՈP�9����j���T����O����.�rz4�`����_��������x@���Tj?�D"�p�.�G?�Z@�|�A{��o�{�	�����h�Uh��b����#J�6[S������.!%Wx~��%l�͒�f�M����R���Wg�v�J=�P"����च�p�6ᐔr����RS&�U�
+�"��C'4��^a㥃�r��lt�8�兢�\'�����|>l;MQ?�t�V�]�}U�RY���=f��͜��8������$��S��F �b>o�mK���+��N�)����'��H�?��/�2��[n`gv�
+$8G���l���㼵��Ld#x��BBՕf��+7Љ�j�y���w*vN�ە��5w��w&e3\��X�!��=IF�_ʦ-��������?����q���л�6�L��6���뢪��8ƻ�5����6�ۧE���V����4o�06���'��pdۮ�j�w���8i�����8��um���ŗR���I��%uT��N��ޠ<>6a��:���z�X�NMV�DK��l\ѯy�(X�l\s@�u��Y]- ��-x[�`
+;�����\���:���>�Ԛ��5y��(�Xi��1�͗�;�	#�qvl�o�)q:~Ih���F���Tk���ʨG�r=��N�l'����c��j�wMg���S�ռ�;�A��2	@(�>ۉ7�}{s�&;؁�M�N[�ʳ/�U];��W�,��)�g>�^U��N?	i��&j洄7�E�O���(w���X�eҔD_<˿�{���P��j�z��`���7�5�F{�����"&�T"%�^�E.���,������`��:8d"�Q�6���ǁ�1��a�`[y��݋xJ�]���k$m��zY3�[�YB�J�D�� [����t2@������ԗ]&���ߗ7+_o����)pW����)�L[Y��a7p
���T��0)�{�ܳ��B����m�����rG1�`�$���~'u�n�z�E�3�X��𯋂}����cA���P�]Um�O������f6	LH�#�xb�PN���	��ɿ���]>��c�s!�j\�y[ޕ���l�|6�m���}v�Y1��X��M�0��Գ|:
;侙Uу�'�k�1��:�����,]������:#I$��%����'�u��}1HR%V���� @$�NJn��
������y=�c�T~�@�c�
c�7oB��E�월�߹BX��V�au��]mo%E���v�U�;w�o]��a� y(!�pk���ap�-�|��ζ{�]bK�e�]�`���d����3ȝݥ��G��3�}�a/����E��}�w_��|��{�G��Ӣ�!�.4SJ�j��if��	� ��_H�����gd~vZ�u��"F;���o��5�i�T�4�a�d��J$W�^�eB��R0�<��PH�`�<8���>�=A�W�=r���0����3����	a�Q���Z�ZS����(_`!=eo�W)�AK���•$�&�Ư�晢��f�#��|�YC�!�J��>�|���������w�<Gp�ې=G�T6eg
+V)�$�;V��<��PX�%]�u�W-�dP"m���s�؈<�lU �D�����6H�qD��+�����h!�?�q��.��򍶘��q��?�j p
\}��
��@���F>���k��b/ðU$Q��K
	�����*A@��@�cK*&����쮂���fg��Նo[kE#��� �!�#�Bİ�����.q[aA8�*�ӗ�O������Ñ<&��`R��_[��8�����h7|�.���3�����`������'����7:��<��!`�)M����J��׎�|�		:��0�
+M���A$������!��v\�1�Bu� ("����r��s����(��j7�	}���0F�JW�A��I��<8(������?q�\���"]������f�v������gbk"endstream
 endobj
-1585 0 obj <<
+1602 0 obj <<
 /Type /Page
-/Contents 1586 0 R
-/Resources 1584 0 R
+/Contents 1603 0 R
+/Resources 1601 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1560 0 R
-/Annots [ 1588 0 R ]
+/Parent 1609 0 R
+/Annots [ 1605 0 R ]
 >> endobj
-1588 0 obj <<
+1605 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [333.4761 480.8577 413.3061 492.9174]
+/Rect [333.4761 409.1267 413.3061 421.1864]
 /Subtype /Link
 /A << /S /GoTo /D (clients-per-query) >>
 >> endobj
-1587 0 obj <<
-/D [1585 0 R /XYZ 85.0394 794.5015 null]
->> endobj
-550 0 obj <<
-/D [1585 0 R /XYZ 85.0394 244.5016 null]
->> endobj
-1589 0 obj <<
-/D [1585 0 R /XYZ 85.0394 219.381 null]
->> endobj
-1590 0 obj <<
-/D [1585 0 R /XYZ 85.0394 219.381 null]
->> endobj
-1591 0 obj <<
-/D [1585 0 R /XYZ 85.0394 207.4258 null]
->> endobj
-1584 0 obj <<
-/Font << /F37 799 0 R /F21 710 0 R /F23 734 0 R /F39 895 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-1595 0 obj <<
-/Length 3080      
-/Filter /FlateDecode
->>
-stream
-x��[Yo�F~����:}��Y{�R��&y�H���tD����T�y�lJ��
-��"��Ū���n���l�4ю��q�(��`�<������3V�ם�a��g�^	3p�i�����%�Z6��j"�(��w�7n4�'ӑ��w�gz=�^�OFc�,���݇��弄���~~{su��Ow���|wyuywys~9�}���� �Q���q���t0Y8�D8��pC	s��gR	��u��lr��!<-�v�&)#�+1K�Rv�k�+(���d�8�^�ų#��D�HT*�Lg�D0���f`�#ZpQN�/���z6���"�%
���/Kci����>^��Ո�a��:΋ܷ�H1��s�s`�H搉�շ�/�%��:Q)	uT� *
�ưѫ(Y�{ �ˀ�ca٪p�M�C����FՌ0�0�ޘ;�fMhK�l�0%+8L�Y!���6xm)���=#b�N�Y�y�x��bRDE�ɬ���l��*9�#�h���2{�)���0�:�\�#Z@-�XK�	m��D��	`"o����O�b�Cy�m�f�.��Ë8����"��W~���8����oq�Z��!�f�M��$%��}\ǫ�O��z8�z��p�:�NV����@ �7�����qZ���BvL9�Qey����6�P�>€��B�|��)!3��9]���1K��JRm�ww�(�S�D6���#Z�x���0���A��=xRE��rO}���x����+��q�P�a����旋���!�B����������UIe �F� h�\V�j&��~�)5|w�#(��rx�%?}%��q0�2}���'�VD[��5$�\[��n��_�e�e��W��U?�͠�X;a����p��*�	�o��x�e+�FƠ>��r�0^�f���d��	k���^<�"BY�//n&t?�Ʈ�QE)�am���2�U�c��	���e�'z+�>z�O�eT�@)���}�~�#|����C~O��!{��B����$݇�鈁����,*�y?�ӑC���F\�OX[!�tT�v�t���e<��E֏@���"�a�}����% XOD��%����]`	��~�:�c�5=xE[L>ƫ�l��e��隻�L��=PZE�8��w��U��
h���}���E�:HeE�/gYZ��؁o����
-���z�V|�����Si����I6��_��
-":�G�0I�o��I�o���s������m�@
ͳl�̪��^��u�p�_y�is����o��Y��'��
:����?h�:�����FԘfj��tg�,��t|�����R�h��_���r�~3�6e�[]��PK���"�!Fs�����dg�� OX�1�p8:��9T�}Ki�ÌR�C���u|C��c�9�L�����L*]��+[�7�n�'��)��3�̟0ČBE����� R��!�Dž�3�%���`ʈuZ�����˾��s�A����1��n�SV
-��I&_��ި�#�p|¸	���������粰��"^>��.n&��s��S�H�A"y";��,�x%)4��[��|�5���
 o��
��G>Z!�J���[1jC�S��Qj����&�|�F�
M��b{Z��O�oMR,)�n���+�흂@������1�DAu�{P�Jo��~>v��zԖ���j�r����C�Așg��<���P�q����N�t�ڲ9��ΰ��*��>�eVn�� }��N�U(��+(r�+�w#a�Ÿ��W��H��S�6�I��_F=���\�9Q1�-�"BB����,�J�\��C���U��9/�Q|~����Kdjx��qH��T*��5��}~$�C���xB�1�!C�����B_��J�>ǎ8������
�qH���4�8M7�u�,�u���o:��J�J�]F%��Qƚb���?�󦈼_D�f@���&Hj�K���Oښb��NG��w�!���L�Mq��H��t�K�5���r�Nhw<��=�H�ȕ� ��@ch�6���8��d�Pއ�a�^~��KȺJ��m�$�y~���?}�Ջcx�).��8��y�i���*b�[�\�tG���8Iv�ZJ��B��'�>F�4n>V���M�F=%�t�X�/U�C@R�λ�
e�v��@���7��u��XS�$��
#��7��mS@����|%�2Y,�<�A���\A��
-�f�Y��#�J�	z}AM��+�.�ܟ�4��4<W��fwy:	��ޮ��N��5�,��;ޮ�5�qH�C��֚n�!�tu��Q�O���	W:�>T
�(/<���bv�6���r�IX1���b���Ӄ6o�U���C�w�+	o�N� ���K����[Q�$����Zӭ%��2dIl�QB,���	\�@H�q�V��A�
n�˿�46����-8�ij����6�C^-|��?��&�/=t3�{=�E;(�9�R��Q��8I��n ٱ�{�u�bv�M��c[%�o,[�Zh���~�3��!�|�nF�|t��"F��Y}t0����������ۃ�G�$�5�I�3V�Ë< ����\y��o�[����xU��_����ņt:�a��:��t�AvH�'���
-bt�W�1�u���õp�%�!���W�0v��Lϻ�6PvЇ���6��:�Cg}U�՟���.��)چP`?H���"[FIꉗxw�1��W�����H@�ld�jwٿ7w��^y2��M[7���/
-��X�p��׋2������JׁA
��"{�[��^.Q����p��T5y�:��ɐ��m���d�K-k7���ԕ�!��U��=ב�6
��&+��h��[c.G���<Eɢ�ׅpOM��]�r%�S���+[�gu���Y��
-�E�i֜�H��j"ڍ�$�u��Wښo�8a�����'*y3�»�ˤ��e�}�m����o�U˦uW�	P��9�*ڢ�`�S�
-X�2�b�endstream
-endobj
-1594 0 obj <<
-/Type /Page
-/Contents 1595 0 R
-/Resources 1593 0 R
-/MediaBox [0 0 595.2756 841.8898]
-/Parent 1560 0 R
->> endobj
-1596 0 obj <<
-/D [1594 0 R /XYZ 56.6929 794.5015 null]
+1604 0 obj <<
+/D [1602 0 R /XYZ 85.0394 794.5015 null]
 >> endobj
 554 0 obj <<
-/D [1594 0 R /XYZ 56.6929 698.798 null]
+/D [1602 0 R /XYZ 85.0394 172.7706 null]
 >> endobj
-1597 0 obj <<
-/D [1594 0 R /XYZ 56.6929 673.6774 null]
+1606 0 obj <<
+/D [1602 0 R /XYZ 85.0394 147.65 null]
 >> endobj
-1598 0 obj <<
-/D [1594 0 R /XYZ 56.6929 673.6774 null]
+1607 0 obj <<
+/D [1602 0 R /XYZ 85.0394 147.65 null]
 >> endobj
-1599 0 obj <<
-/D [1594 0 R /XYZ 56.6929 661.7222 null]
->> endobj
-558 0 obj <<
-/D [1594 0 R /XYZ 56.6929 173.6899 null]
->> endobj
-1600 0 obj <<
-/D [1594 0 R /XYZ 56.6929 148.5693 null]
+1608 0 obj <<
+/D [1602 0 R /XYZ 85.0394 135.6948 null]
 >> endobj
 1601 0 obj <<
-/D [1594 0 R /XYZ 56.6929 92.1409 null]
->> endobj
-1602 0 obj <<
-/D [1594 0 R /XYZ 56.6929 80.1857 null]
->> endobj
-1593 0 obj <<
-/Font << /F37 799 0 R /F21 710 0 R /F23 734 0 R /F39 895 0 R /F11 1384 0 R >>
+/Font << /F37 803 0 R /F21 714 0 R /F23 738 0 R /F39 900 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1605 0 obj <<
-/Length 2016      
+1613 0 obj <<
+/Length 2828      
 /Filter /FlateDecode
 >>
 stream
-x��Z[o۸~��У
��_���4���K�v�gYm��H^Kn��C��)[���1���H
gșo�3�I��DZ ����H`"��a������	�4qK�To�WWLEIe4���kM�����/�?�/of1x*�,O�\�{�z�{\�wu���7�g�O���߹�˫˛�w���Ma<8���s;ȏ��__�����:��wI0���g���8Z�Z�`Č�#40"���a�C�3��,'�����k3tHiD�`Q�8�x|�X�5RX���d�8�ˍ��˿�#��b��BY�r��RdkT�p�4c"R� *��֪�_���,����۬J�����bW�T���Q(�y�*b��(�����cَ8�����N��;���'��WW4�THq���%��������Q�������	ޯ��Ӱ���5��L���8�&�Fd����&M����Y.��!S�#��t~�W�"-7E����ܳ(�ڽ$��2����Vd��-3�u����jEBR�gz��1������9��꯫�U`��a`V����� -$�V=7���|9
--K�Yψ�f��ʹ�O����g�Y9Zxi��e�:xY��sh�e����
-�v*x�őSFp�2��xIC�ǜ^˲ʞ�����8b�`���J^`[�J �%3�2H0��i�7y����Ʊ>o�w���y��|���]��&���1�I��Rg��/ʢx��R`������G�D~̄��HR�ܙ�6j�o���˪6���o�71���Y��Sٌ	�_�x�v�a����t�f��vք�5�zU��	�_�M��I�j�;/��k���]�q�gvw޸��$��&�����ӡ���<�0�H�9|hr&�Ι����߸�������)�u_���X1����'_1�Q(���Yر@��y|QP
�1
DX!��<?�G}��
-������]6���tP�	[L���=�����������־���m���y��)��q����GqK	�5��m�S��=Df�Xu*��IrN��f��r���� Z�ma�\��>�q}�roP�����Z�q[�§m��l�ul�x�ժ,UW��Zic�f)��q"Z�ma\�6�T!�A��ۃ��IܙBAh`�S�/Y)F���\�0�����/OE(�����ρ-��/���*5�����r��|+�r@������*d��}���}&��#�m|u���;����l1���}uN
-������n۩��l(��#g0��OD����w ��c|"
b
-�S������#0,��FE17aA�^�Ce{���1��^�$`k�C�����˼��y�k��I��̢g/��<E#Ah��j��"X5���tK&a�A�ț������|���Uu��`LI
+���O<�c�<�Q%_ 
w����CS�6l���M��t��.�ZV���f�*׍�J�r�3����
-���Ǣ���$D�ݠ :2�������Z���aX�T�xe��Gn�
-`����Z����k�Ie��_���ʋڙ���Tk1�7�_Az�8�:�U��7����we8����j@zhJ"a�T������24������Co�,h�ei���`Ӝx�QxQ�/�(3?/UL�E���k?65�}os���Az�W}*�.Q���![Ʀ���dݜLR9k7�Z-d�F�'�=���0栐��KG0P�\K�`��W�h#�%���vTr{h� �8Q}�>C��K��IS��ݝJ�~��J@�����y*WV&TS��1��(��j�y�qO�����
-����T�A��f�'�����'<ߦKj`�f��.C�ú�]�_��>0J�&���vTr{ڴ����h��D���\4��F��SB�iw�lWl��������*8�ݳ�̈́ו�Z&�~F����td@�8=��_�l�cF�Đ.���jtDvgYh�����aKendstream
+x�͛Ys�H���+x�إ����cC�'f�i`':vfh�ۊ�F�������Q��@G��Q���*+��`
+�XGi�w�$Q���lyE;_�އ+V�闍�a��&W�
+�q�i�;��@�%�Z֙���j"I$��Ow�����vǓ���k�or7��݌{}�,�������`�[頣�Rt�y��}�Ϩ�p�/���hp3��5��j0��Q�����/ڙ�X��D8�:�pB	s�w�WR	�������c%0��wm�&)#�+��K�Rv�c�#(<�8d�8��>�Ϩ#����!Q�L5���"Қ�Q�h�E>��M�"�A{�b�4�lx�4���p��m�u��$����E��>����
+i��;�q
�	PJBU-��!�ԇ��'�4�d��&�h(1�������h};���?Z���F�2͢�|^/y��8���������c�x|�^���Z�y��1�1��
�;�^����N���OO;G��r��1�w4�P���cg�g%L��^m
q�����q=��fQ�����*�<�l=M��h��aFPb4�K4P��
�p"�kY��(�f%��4^��#���2P�\,���-�>��7����U*´#BL��4�&�c���@k�钜p�w��2��8�B�
+`D�`�)$�Q�Z��S1ΦY�f񬘈��&ɢu�v&4#F�Q��9(���H͏��ةԂ�q�#�+y�0A]���B��,��"�l����jу�p<��lA��.����(����,^%�j"
+��Aj>��� 7���!��"��X4�֧�!����\)������c��`hM��w��=e�ʝ!;'B(Z
7�!�;��
����]�J8j%(
+��Npuϫ$�Ъ$զ;c�>Lyixi�/
Ѫ�Ykz�8!�X�mO�
+��S�S��3P���83�jfZ�rF$�����ۇ_���!b��#8oZw:�`���$�$�j�Br�D�#܇�}�S�{}����;ڑ��A�����Q�}�@��E
+��k	�����{�0�u�+�/s���v�U����]��9t@������)Z������� �y70Z�W��d��[���J������a|p{?��-hl�'U���΃��U榈B{0�
+^0E��yTK􆂝@����q��f�'0J� v�n��u��Bx��S��f�[�J�ؙ�����`��7�l�E�v���Cf�[�8�����;DŒj	�Rb4�����2��
E�����=�<ZD_�Xx�2��YrN8�m�+b�vEޞ��a�a�PG~��������s�~\��{QJ^0JF	ת-1A,$�5��ϫuv�
+����}�)�EWe�ZeS8[%����=|��g
�,Fe�e�]|���ٵTD���:�k�����a�~Dt�GY7N���s���<�s�����(����Nv�
j�<[-�����7M��]�鈏|Ĵ�9������o��^��;S4��W��F�e�8�^��W�_D��R�{��~
+�Y��8��?/��I)_T��oKBr�۾™;�~���C--[ŠКP�Xm_,��e��dGy�����-��r��P�H�ZB�P�P�|���D��@�F��x�==jO�~\��|^�����-�d�����-���XX����!9a��7��ш�y�_ne.�&ʸ��i���a��P�����Z+|���$Tޢ���Ψ|k�c�g�h|�\)'Zۖ�jO��L�����.��,Z>�n�������2]�� �z!{A*^��B�-Z�>$wDPʶ@>|=���>*��v�b�q���{��!%���0��)�����1�t[M����$/�_"5N����~S�:��N��C��++[�,W�H!���c��q�G
t;���(w�ے��.�Lp���HM�q>T}\���L&Ir@uY}��̰�:,�~�)��_C�b}�̋P\GP.����G=a�������(��K)^ד&�L!zm�r�_ʈB��)X�PZ�&�s4��D� �w�����zr�W�x�q���*���]����T�/�9붫����gH�#}?�`���cms&I�-�(��!q⬵͟�+��P�{�܁h&�'�����DZr��0HM��r�� �4~�1����a����ۇ�	�!M�e`	��ݣ��~��o��Ķ�:M�n{�ˆ�Z���lׯ�ћn����/&�	 M'�;�Jb�ia�2�����CK��~�s�0�-�T��M6���S��@��ת�����i�F�~���i�=�'���5��&�W|���"�XXK�̈́;�Bb?����j�
+�ߏ�%>F8D�m|,
���w���r��b�B�TI}2o2@C��l�
+��L������XJ�"��
6p\5�e�
+�1�>�߻�/��"N�D,��Tv��9������T�m���+Z���Pu���%q���k�wa�L�&O'aB�ѻ��	���tc,%�C�
ƈ5�ժf�!mtu�n'�?���q���Sqa1M3ϕi��ێ�Q��iVtӧ�f1�c���5�Ɵ�TGE�i��W^��&�_o�3���w;�Bb?�������y(�G�B�\��(!�@W��1�n �e4M
+�����7�W(*�
+�g�p-��Ӕ��o�W�Y�W�
y�t��7��I�?
?o2��s�
�fRNJ�ݘ���$��	n ձ�SwEtPviJ۞cW�'�,u!t�����<g�$�D}H���r���rT�?P���[�mE;�;e������3`�o'��|翄��	dy����I�����f����˒�endstream
 endobj
-1604 0 obj <<
+1612 0 obj <<
 /Type /Page
-/Contents 1605 0 R
-/Resources 1603 0 R
+/Contents 1613 0 R
+/Resources 1611 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1611 0 R
->> endobj
-1606 0 obj <<
-/D [1604 0 R /XYZ 85.0394 794.5015 null]
->> endobj
-562 0 obj <<
-/D [1604 0 R /XYZ 85.0394 477.8665 null]
->> endobj
-1610 0 obj <<
-/D [1604 0 R /XYZ 85.0394 450.2752 null]
->> endobj
-1603 0 obj <<
-/Font << /F37 799 0 R /F39 895 0 R /F11 1384 0 R /F21 710 0 R /F23 734 0 R /F65 1609 0 R >>
-/ProcSet [ /PDF /Text ]
+/Parent 1609 0 R
 >> endobj
 1614 0 obj <<
+/D [1612 0 R /XYZ 56.6929 794.5015 null]
+>> endobj
+558 0 obj <<
+/D [1612 0 R /XYZ 56.6929 627.067 null]
+>> endobj
+1615 0 obj <<
+/D [1612 0 R /XYZ 56.6929 601.9463 null]
+>> endobj
+1616 0 obj <<
+/D [1612 0 R /XYZ 56.6929 601.9463 null]
+>> endobj
+1617 0 obj <<
+/D [1612 0 R /XYZ 56.6929 589.9912 null]
+>> endobj
+1611 0 obj <<
+/Font << /F37 803 0 R /F21 714 0 R /F23 738 0 R /F39 900 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1620 0 obj <<
+/Length 2375      
+/Filter /FlateDecode
+>>
+stream
+x��Zmo�8��_�P�|�h�d�l�&.p�����J#�cy-;����ɔ-�I��b�ΐ3����?��afxO�&��?���Wx��		4�H4H�>�Oޟ3�3�H*{㻄�FXk�O~��p5>�>P���������O���������/�N�G���������bxv:0FS�a���
+#oƣ����_N����E����<��ܛ�Z9��-zO���C{'\0$8c�gzrs�a��uC��&�FBSա5J��&��2�5�P���`+���K����˰�e�,�e��A��j�,�]<�`��P�'�1��	��C����<�s�lqJt���I�;�tVL|s^,����ۼ����0�?ݗ�}���c�
+��JZ��9~�t�;VB
„D�߱�@�~t��ᙼ��+�-3b�V�����v��@�)����
����bJ%��p����G��%\峸~��uq�H����
���O�CV�<�5���&RAJ�����S��o�)�x"���ªy� �W˺����w��
�Hܘ���q��&�ia'a�Q����x8��j:�����П�N:I�$������d�ٱj0�Qo��\�u��q�Y �W�RF��(�{�������f��٦K�yQ-��l:�/���FGgv4�Y9���8A�B�6�徭2�#ND_��.�ʋ���f!*%�pV-�Eᱜ����ݤ��E��c��ms��p#5CR�g�s�5RXm���'��:�9?��G�Y
�E
�"V&Yo�&�8�fL��(��o�FrC��En���^�@e�TȏMܪ��f�a���\�X��u���l0��h�d�� C����{\s��_Bt�p_���&ݬ�I�x�*ϋ��[M��Na���r�������c��2��9dž�l>��籸���se�Z���:�����9Q�3W��NX%��1�.��Bk)��ĩ�o
�s��e�Va_���M���_���~f;Îj�u��%j�e�����˾���+�۱���R0��HA�yKx
�U]� l�ys;d��(�j�����Q�������`fq���(���;|������!��k��e�T�59�ɴF����ӆ��M7�a5����r`Q��m�����)���26����6�A�
�Y��KQ�#aY�ǃKG��d�2�e3&�/���6�p����~%�BҨ7M�>��4��&w�&�g���4�]���i��}�s�sv�θ���p�C����ҡ�}�N�O�b�/\���#�����r�J��}�B4��S�Q�Y��ĝ���:Aˏ!�uA�9�	��@�<���>�Q�S�T���v�&](r��6]��kW��|�on�C�[۶�u�;pk��ُ[�6�r/n)l����q���X�}��)����ٔ��M��M1��-�ki �V���)����͕��������"s��J��!^���F[϶�<���j6�����J8���x�}ӽJ'"jm}���
+1I�<��:k7�л���X��W���s$�9PE�do��"|)@)���u��N�<��|,��N��1p���jR�V���T������~�ؿ������7���6�z�����t�哶Ho����p�>�z��8U�|��$���&1��B躀����'� ��*�V�J�VE�a�45���\��]��;%3IAW���z���o�i��y*�a��iM��Ĭ!�BL�O4���U�l��%����Um�3��b0�$�ٷ��,�=��c�֥$���uMۘ)���������c�e-QӺ
+S]������N��9�/j�Р���z�5�bRq�l���V����Ć
{��s�VĶ�c�lv[�Bu�A�xi�.��`W;�a�|^d��J[�1���$0�lMz�#����߂�AJ��	"���O��w7��VUO����+���ު�J�%U�-~�5��L
�5����Л"��E����ظ�ny^@��xN�"L!H�lR��\m4�tT���� ���Uw��gI���(�ic�)[��ŽIJ gq[���B�n$yQ�`ZNvb�*�9�d�1�R��\C�0�����h#�%���6Tr[h� �`Kh����D2vf��V6唭����g[�WŢ�ѡ�'��ʴ�.�8�ڣ�H�9���J8Wq{��+������T��i�=�*����3ui�4��L���2R9]^Η�60J�f���6Tr[ڴ����f��$���v�?Ȣ@�%!�ĝ������d#���J�/ٲ�̓u2�f�v>��M�1�H��q����s�\=i��Z�"Mrg��6��|U�1���@�Wendstream
+endobj
+1619 0 obj <<
+/Type /Page
+/Contents 1620 0 R
+/Resources 1618 0 R
+/MediaBox [0 0 595.2756 841.8898]
+/Parent 1609 0 R
+>> endobj
+1621 0 obj <<
+/D [1619 0 R /XYZ 85.0394 794.5015 null]
+>> endobj
+562 0 obj <<
+/D [1619 0 R /XYZ 85.0394 769.5949 null]
+>> endobj
+1622 0 obj <<
+/D [1619 0 R /XYZ 85.0394 752.4444 null]
+>> endobj
+1623 0 obj <<
+/D [1619 0 R /XYZ 85.0394 696.016 null]
+>> endobj
+1624 0 obj <<
+/D [1619 0 R /XYZ 85.0394 684.0608 null]
+>> endobj
+566 0 obj <<
+/D [1619 0 R /XYZ 85.0394 401.8966 null]
+>> endobj
+1628 0 obj <<
+/D [1619 0 R /XYZ 85.0394 374.3052 null]
+>> endobj
+1618 0 obj <<
+/Font << /F37 803 0 R /F21 714 0 R /F23 738 0 R /F11 1400 0 R /F39 900 0 R /F67 1627 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1631 0 obj <<
 /Length 69        
 /Filter /FlateDecode
 >>
 stream
 x�3T0�BCS3=3K#KsK=SCS��\.�t��;�!T��������1��EV.�knj�g`fA�!��V�endstream
 endobj
-1613 0 obj <<
+1630 0 obj <<
 /Type /Page
-/Contents 1614 0 R
-/Resources 1612 0 R
+/Contents 1631 0 R
+/Resources 1629 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1611 0 R
+/Parent 1609 0 R
 >> endobj
-1615 0 obj <<
-/D [1613 0 R /XYZ 56.6929 794.5015 null]
+1632 0 obj <<
+/D [1630 0 R /XYZ 56.6929 794.5015 null]
 >> endobj
-1612 0 obj <<
+1629 0 obj <<
 /ProcSet [ /PDF ]
 >> endobj
-1618 0 obj <<
+1635 0 obj <<
 /Length 1321      
 /Filter /FlateDecode
 >>
@@ -7106,141 +7200,147 @@ xڕWK
 [#y��۾�T��#o:�^��DjU����?<ь�8ik�O^]�+����j�u���ӷ+��\c��{]��yZ����v�763�6�$[�-S��,��8��
 lji�a2>DH�o�>�(=�G��p��^Ĵob�S~�:��Ԋe�������]c���%#
��"7M߻��~�n".�.!�.G|��q"o�t��viӭ߯T�x}>,v�J���ЁA�ۤ_u��ѓ��!�F]���ҩ����&�?an��j���q�8d�U�<dp�k�􏮜�{�؈���+�vo�C���ek��I�6�?��~q
 �xK<du���&�2D���f:�lx���F�A�+�
h��X�nECo���q6��!L���;v��X;��VJU��ߐ�y��y-��
&�ne
-������q�?�h>@�>?�Hp��o��#4�;e��;�6|�^��a�endstream
-endobj
-1617 0 obj <<
-/Type /Page
-/Contents 1618 0 R
-/Resources 1616 0 R
-/MediaBox [0 0 595.2756 841.8898]
-/Parent 1611 0 R
->> endobj
-1619 0 obj <<
-/D [1617 0 R /XYZ 85.0394 794.5015 null]
->> endobj
-566 0 obj <<
-/D [1617 0 R /XYZ 85.0394 769.5949 null]
->> endobj
-1620 0 obj <<
-/D [1617 0 R /XYZ 85.0394 573.0962 null]
->> endobj
-570 0 obj <<
-/D [1617 0 R /XYZ 85.0394 573.0962 null]
->> endobj
-1621 0 obj <<
-/D [1617 0 R /XYZ 85.0394 542.127 null]
->> endobj
-1616 0 obj <<
-/Font << /F21 710 0 R /F23 734 0 R /F39 895 0 R /F41 935 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-1624 0 obj <<
-/Length 3449      
-/Filter /FlateDecode
->>
-stream
-xڥZmo�F��_�o'�}�[q8�M��m��wE�IK�P�BRv�_3;�+R���E�h9��ݝ�g�3�� ��D&�(�^��`�����澻�fa-���]]-ߩh�xI(���q�+��8�U��<�w����0���H�q͛�?~���U#�:���%/�}�v�S�I%4��t�z�;�J8�V���������|8�5�џ{;JB?���<|�_�BOo>��t�����u��{x�}��VNRCi
-_���\���?�A�?\��J�`��'�D�vW:P^�������տ���yuR;�	�rB= �	��*�B9�kZ��"��T֏M�K����`��3
��~�r��n<�7���z"����SѢo,���ۂ�7T��‹��j����P^��jFՑ'��i�TvM{$�i�
�!����
-A&Q�`&"���?��jOk�"-<��A��gv��I7����
�=���/����Y.�_/=tY��^�n`���K&-�햷?-���9Q�����;?�V`d�/G��@���q<m����	�X��������B�g�V]�:R�%7��_l2b&��48�����|��%�6z]/���oۦa;N��C��|���B�2��=q0x�_���Z��eOԲ�u����uU��P��x~��ơ
-�%�N'�F��C�'d[rH�ȩ3����..꧒�׻��i����?te��Y_�C�?�b�{f�o��bj�ؓ�����C�a�1�ͦ�#��J<�K
>*�$(�t�"+��LJG�L0��I�i��%F���E?q boa��͞�!r��8qu�q��f���{I�2�З����������E��Q��X�ė�]_�h�+�C[�GzZižJ3'�Éϟ�L�w=8Jde*ݕ;0�u�9D?o�l�ò�hT���?En3��]��㦶)呝g�h�G��{�ʮ�
n@W��ۺ���Em���O����H���a�'ǀ	:����;�yG�
��GZ�^s$m/�t]VFȆ�Я���6yZ�,�٤�|��m�TVņ,��n y��f�|%D$�`�=В`d��L�O��
j����������N��a�):�.]�&�G5v62��"��ZNaWu��t�Q��Fģ�1�C“���o�{���Q*���}a
D������o�G��W<	��3q��f2j�P���ط�m�|ҩ{)��V_q�$H�~�	o&j��ҷ��Oi�|)ހre٥��J�sw7{#��ɠı:j�(�p���a/�!�~d+��dl��6��F�\�vY5YZ-�uY��!�����1���!	�)e���7��[����l���a���8
�0QA8�LCKH!��r�����"�>e2!�X)ī��\��H��e��=7�g�p��mu����'�iۗ١J��9q(o�4.��.��s3��I�@�Q���Ap��_�b�Sq%����I�*(�QV�Q]�1��X7&̢���Sjʉ�B`�mʣ�ΪC^pj. q�-��x�Wq�n�%9�I�z������e�8��U��`i��gr������Au$�&�ҋ��Β�#��c�'�Hd�7�6����*}��t��C�
-p�U��H��~����?��)�E�v#Pb\	��x}uv|.�K���2��e˝����F\��6��Ih�2_� ��1��8<ri�5��ǣ-���:��0���,[=�|M��e�%(Q�mU�2@�c�h6��%���8��,�}	Ѳ:Z~����A��a�_OFk"�OXш�!�+����U|��sAק���u�Z|St,�!`�Ax���)�-<a�y|ݦmi.F�b"1ΐ��h��D����(���7�ŠeG��E�����ŮɁ�pv��|��7T:�^��K����t9����UΘ{g>��;��q�)D،�̋��E�LA�E�k�M���LY��+��CL�!F�ט�!��ټ�ɑ~tB.����ƚ��,���A_��4V���`��lJy"
-clS�ag��1�nj�q1�W����ܖM;t#9F�\`\�T�{�
-ïq��:U(&B(n��~��#�&�<�Ԁ��6�zW+	앲mZo
-K7��!>]�%�i��q��%.�le���l$"��>��_Va](϶��v�����paf��I����6��Y�m(�X.s�r��aǝ�A�M�i�M(���[ߖ=UBS�iRӉ��=-@	`���1�� 	×y�{>��}㬕�>2Hӿ�v���%���Z��d(I��:B��ʕ�����
-��󻋾���HFP�qH������Lx�NE�csדay����
�h6��e�r6���3p��J�ǰM,c�S���-�6Q�¦�oL����� �	l�cs���U.� %53�P3<c�o�J~CF����fBɧ��P@a낁��G)5��t}-!��OE���|L���=�C[t=*�^�7
-xFGϦ������ z-�9���`�a�u>w�F}�0�uh����Ӏp�����s�RP��K���v���H�yNq�{{S*3
--�<������
�[�J(n8(����?R�ǏiƁ��ms�r��U�8(�����Z�����0�'��S����T0WWǩݳl��F�󆟷TM������iGU����h[J����DH�0j�/Qѥ�J=�6T6)¤���V���nؿ��U�j�ս��⤬�^�S�@P�^<T�ה�� ���������-����U=Y�Ʊ�cr9��
-�a��]�o����4(�8�'Mpt(���ꮡ%vb�����'W!T.#S`>�3Z?�E��B�>>�ݱ��+M!�'�kcB�����xӻ�������iq|肷1�>lL��fT�<)4|E3�|�6�mL#�tL���d�`�'觫�'^�`NJ�v��ފ?KwD��3�w\�
����t�M�ӑv)�c��g�Ԧ0#pZlms	
-��Q�9M��ڹj0�n��ih�g�e�`n}Cc������w�)��2��o��fA���������|�)����O��i��L��oU������(��3O|�1��|c>��@����؍!�~A�0������;���rN��5�Ú�g�q�7�6�om�������C_0�5�+�zZ�h��2{���4c��sӦv�):Z������w�����a�4&�bjzZ���������aa�WqsLD5��#���H�|W�w�t��v���M Z����-[���h�i쟏&������@��S�Bخ��Il�LT}�H�lC�Ĵ�7U��[A�>�:iG���T��/�ZPi)5�G��i��	�p�<���=�tL�Px�D_���5����k$�/endstream
-endobj
-1623 0 obj <<
-/Type /Page
-/Contents 1624 0 R
-/Resources 1622 0 R
-/MediaBox [0 0 595.2756 841.8898]
-/Parent 1611 0 R
-/Annots [ 1629 0 R ]
->> endobj
-1629 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[0 1 1]
-/Rect [63.4454 738.9144 452.088 749.0762]
-/Subtype/Link/A<</Type/Action/S/URI/URI(ftp://ftp.auscert.org.au/pub/auscert/advisory/AL-1999.004.dns_dos)>>
->> endobj
-1625 0 obj <<
-/D [1623 0 R /XYZ 56.6929 794.5015 null]
->> endobj
-574 0 obj <<
-/D [1623 0 R /XYZ 56.6929 723.0302 null]
->> endobj
-1630 0 obj <<
-/D [1623 0 R /XYZ 56.6929 689.3491 null]
->> endobj
-578 0 obj <<
-/D [1623 0 R /XYZ 56.6929 552.677 null]
->> endobj
-1631 0 obj <<
-/D [1623 0 R /XYZ 56.6929 525.9649 null]
->> endobj
-582 0 obj <<
-/D [1623 0 R /XYZ 56.6929 411.5673 null]
->> endobj
-1632 0 obj <<
-/D [1623 0 R /XYZ 56.6929 383.9327 null]
->> endobj
-586 0 obj <<
-/D [1623 0 R /XYZ 56.6929 225.6356 null]
->> endobj
-1316 0 obj <<
-/D [1623 0 R /XYZ 56.6929 193.4614 null]
->> endobj
-1622 0 obj <<
-/Font << /F37 799 0 R /F69 1628 0 R /F23 734 0 R /F39 895 0 R /F11 1384 0 R /F41 935 0 R /F21 710 0 R /F53 1027 0 R /F48 950 0 R /F62 1060 0 R /F63 1063 0 R >>
-/XObject << /Im2 1049 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-1635 0 obj <<
-/Length 533       
-/Filter /FlateDecode
->>
-stream
-xڥTM��0��+|��6�`�IڲR�4a��xT��@6����3·��TE��o�|x�"b~	�	�1Je�9��[���9��Q�	Ϥ�u�{���I,�(A�ˍ��D�������"#N�!O���&���XN��,4�1[f��b���ga,�0��)Lg�����	P�Ԟ�{o�_�m�f���==T���=��
 �J��s�y����xK��E���:4<��"J����q�f����z�lO��ս��,7Zw��k���/�v�)���-�ui�[x�UE�*8��y�E_�U� �`wXUz[��H�.�R�Z!�{S�7�Ў��R�%�ѩ'�T��)����{�2�]���,#��o����-������I����]بW�\c�*uۛ|u�vx_�v�溵���¥r�������:�8�e���a��%��Q��p#���N�_վ�*���]H��#������9Ε���یc���h�������!6����J���"��(;/�?V~yA�.��F�endstream
+������q�?�h>@�>?�Hp��o��#4�;e��?�6|�^��aZ�endstream
 endobj
 1634 0 obj <<
 /Type /Page
 /Contents 1635 0 R
 /Resources 1633 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1611 0 R
+/Parent 1609 0 R
 >> endobj
 1636 0 obj <<
 /D [1634 0 R /XYZ 85.0394 794.5015 null]
 >> endobj
+570 0 obj <<
+/D [1634 0 R /XYZ 85.0394 769.5949 null]
+>> endobj
+1637 0 obj <<
+/D [1634 0 R /XYZ 85.0394 573.0962 null]
+>> endobj
+574 0 obj <<
+/D [1634 0 R /XYZ 85.0394 573.0962 null]
+>> endobj
+1638 0 obj <<
+/D [1634 0 R /XYZ 85.0394 542.127 null]
+>> endobj
 1633 0 obj <<
-/Font << /F37 799 0 R /F23 734 0 R >>
+/Font << /F21 714 0 R /F23 738 0 R /F39 900 0 R /F41 940 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
+1641 0 obj <<
+/Length 3450      
+/Filter /FlateDecode
+>>
+stream
+xڥZmo�F��_�o'�}�[q8�M��m��wE�IK�P�BRv�_3;�+R���E�h9������g�3�� ��D&�(�^��`�����澻�fa-���]]-ߩh�xI(���q�+��8�U��<�w����H�J�������?|XѪG{ZĒ�ݾ;�)����|�[=ܿ�`%�U趼�yu��z!d��3��o�aCI���ݛ����_��͇�����}����|uO�����ij�M�+Tӗ�_�g9(��+�SI̞���D����J��R�R]}���c8�5�Nގ�A��������*�B=�kZ:�"��T֏M�K����`��3
��~�r��n<�7���z"����SѢo,���ۂo/Ȯ��8��w���
\^��jFՑ'��i�TvM{$�i�
�!�6�P!�$J���DQ`^�������ZD�HOG:�����3;��t7����
s5z��_�����\¿^z貢�����x�?��LZ��-oZ��s0���}��uw.�V`d�/G�f��K�8�6υ�����A����ys)a <?���ŻU������n�/61�S�X��>��B�������mӰ�u���e>a��l!�2��=q0x�_���Z��eOԲ�u����uU��P��x~��ơ
+�%�N'�F����!Oȶ���S2����..꧒�׻��i����?te�a���ʡօz�v�=3��7�1�o���Ox���0��f��_�J<�K
>*�$(�t�"+�F&�##��oRj�md����t�a�OD�"ú�S<D�'�!6��߬�ݴ�}/I\&���r����#�,�i�mQ�iT�8�>��c�;���Ж����GZ����)���pb�S�)���DV���#_7��C��̶<,��FU�+�S�6�<ݥ;nj�R�yF��8qd�=����t�aL���_�&�<P-�E�\�>9L�\@`��,�e7xni{P�H�
+麬��
��_��m��Y�)�I��P��򩬊
Y�9�@�p �	:̄�J�H
+T��{�%��|1�֟�KԤ����*���s�H��fSt|�tԚ|�����q��d��r
+��s�����7"�)���E}���8X���pl<��@�H���7�-�Hw��'�w&��CU�Lƛ7�&�9�-`[2�t�\
+�F��W�+	{��7��|�[~˧�]�o�re٥��J�sw6{"��ɠı:j�(�p���a/�!�~d+��dl��6��F7�<t��j��Zv��C$��)�/�cBO�J.�S�V�o0*[���+ٲ����q�`��p�=����B���xd-C�E}�dB��R�W-A�l{���;��{n��D�0�/��Hsem%�iۗ١JYҜ��7P�`�r`߹�Y
+�$v �\���Ap��_�b�Sq%����I�*(�QV�Q]�1��X7&̢���Sjʉ�Ba�mʣ�ΪC^pj. q�-��x�Wq�n�%9�I�z����ܞe�8��U��`id�3�	HOe��yJŀ��:_B�EAdg��j�1�B$�ݛr~�}Y�>�d:�翠Px8�W���
+��
����]��SZ���F�$ĸc���,��\F���1eh5�˖;Q-*H����' m⩓��e� EL�c��qx��,k5�G[r�!u��a��Y�z������~KP�H۪$�d�L�Z�l*@EK���qY���eu���&
+
�'��_OFk"�O��1*BWV/�J �W�J�]��C�릵���X�C����,mS
+[(a�y|ݦmi.F�b"1ΐ��h��D����(���7�ŠeG��E�����ŮɁ� ;UK>c�*��^��K����t9����UΘ{g>��;��q�)D،�̋��E�LA�E�k�M���LY��+��CL�!F�ט�!��ټ�ɑ~tB.����ƚ��,���A_��4V���`��lJy"
+clS�ag��1�nj�q1�W����ܖM;t#9F�\`\�T�{�
+ïq��:U(&B(n��~��#�&�<�Ԁ�.*�m=��V&�#e۴��n"��C|,��K&�\��K\��6$��n��}� �0R�<S�Ya@�u�<�6�S�����P]��3םO��?�Ykp���hCA�zp�s�c�`�;�Jo
+HKmB9��������N+КNd�U�i�H��M����!�I�̋���g�D��A��-��.��-(��
+$���+?�� ��`�P^�\��p����_9����JϏdU1��8[Ͼ̄��$Q�h06g=����;9{���f�CYƋ!gs(�='��D���2�35�I��Qa�(l��(�ƤًX0������00��~�ZE�bRR3�5�3V�fѩ�7d�~��j&�,�E���
+3X||�<J����k	I
}*"@��P��c
+T��ڢ�Y��/x��(�=�.r�2s�
+���b�ņ%��܉����ԡ��=�GO:8��[���αKA��O.5j~�u�G#M�9�Y��L��(�<��/l��;��6�o9�+��ᠸr�[�H=0?�^|�͡�i��W���+^a��x[pUSs#�f|��q
+3�2`Hsuu�j�=��(�k�<o�yK�ػi�i�vT)������L�4�	�v�]ʮ��mCe�"LZ|���a�pi�����J�TS�''e-���:2���Z�P�_S�����/~������7����5�]��[�1���U�
s$�~��,Ӡ8@�t�4�ѡ�/N2��]CK���.p��S�\�P��L����hq���`%�L� vbiW�B&�O���,���m�5��w�����H��nq,t���R6&Sx�fT�<)4|�fn�DmۘF���	��f�`�'觫�'^�`NJ�v��ފ?KwD��3�w\�
����t�M��H��v��3jjS��8-���r��x�9M��ڹj0�n��ih�g�e�`N}Cc������g�)��2��O��fA���������|�)����O��i��L��oU������(��3O|�1��|c>��@����؍!�~A�0������;���rN��5�Ú�g�q�7�6�om���HPc��/�њ��i=�[4A��=��]��c���iS��-�bb���;���V��0Y�
�K15	=�]i�zLM�ss簰�ͫ�9����G�|D�\iP�/������l�������	۲u�������HarL�����
+�X> ��v�Mbg��ӀFBe���ž���8��"���i�8֧�/�ԂJK��?b�]M��H����xPd��豧c`�B�ɒ�Br��D���\�#endstream
+endobj
+1640 0 obj <<
+/Type /Page
+/Contents 1641 0 R
+/Resources 1639 0 R
+/MediaBox [0 0 595.2756 841.8898]
+/Parent 1609 0 R
+/Annots [ 1646 0 R ]
+>> endobj
+1646 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [63.4454 738.9144 452.088 749.0762]
+/Subtype/Link/A<</Type/Action/S/URI/URI(ftp://ftp.auscert.org.au/pub/auscert/advisory/AL-1999.004.dns_dos)>>
+>> endobj
+1642 0 obj <<
+/D [1640 0 R /XYZ 56.6929 794.5015 null]
+>> endobj
+578 0 obj <<
+/D [1640 0 R /XYZ 56.6929 723.0302 null]
+>> endobj
+1647 0 obj <<
+/D [1640 0 R /XYZ 56.6929 689.3491 null]
+>> endobj
+582 0 obj <<
+/D [1640 0 R /XYZ 56.6929 552.677 null]
+>> endobj
+1648 0 obj <<
+/D [1640 0 R /XYZ 56.6929 525.9649 null]
+>> endobj
+586 0 obj <<
+/D [1640 0 R /XYZ 56.6929 411.5673 null]
+>> endobj
+1649 0 obj <<
+/D [1640 0 R /XYZ 56.6929 383.9327 null]
+>> endobj
+590 0 obj <<
+/D [1640 0 R /XYZ 56.6929 225.6356 null]
+>> endobj
+1333 0 obj <<
+/D [1640 0 R /XYZ 56.6929 193.4614 null]
+>> endobj
 1639 0 obj <<
+/Font << /F37 803 0 R /F71 1645 0 R /F23 738 0 R /F39 900 0 R /F11 1400 0 R /F41 940 0 R /F21 714 0 R /F53 1032 0 R /F48 955 0 R /F62 1065 0 R /F63 1068 0 R >>
+/XObject << /Im2 1054 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1652 0 obj <<
+/Length 533       
+/Filter /FlateDecode
+>>
+stream
+xڥTM��0��+|��6�`�IڲR�4a��xT��@6����3·��TE��o�|x�"b~	�	�1Je�9��[���9��Q�	Ϥ�u�{���I,�(A�ˍ��D�������"#N�!O���&���XN��,4�1[f��b���ga,�0��)Lg�����	P�Ԟ�{o�_�m�f���==T���=��
 �J��s�y����xK��E���:4<��"J����q�f����z�lO��ս��,7Zw��k���/�v�)���-�ui�[x�UE�*8��y�E_�U� �`wXUz[��H�.�R�Z!�{S�7�Ў��R�%�ѩ'�T��)����{�2�]���,#��o����-������I����]بW�\c�*uۛ|u�vx_�v�溵���¥r�������:�8�e���a��%��Q��p#���N�_վ�*���]H��#������9Ε���یc���h�������!6����J���"��(;/�~����]�ў�endstream
+endobj
+1651 0 obj <<
+/Type /Page
+/Contents 1652 0 R
+/Resources 1650 0 R
+/MediaBox [0 0 595.2756 841.8898]
+/Parent 1654 0 R
+>> endobj
+1653 0 obj <<
+/D [1651 0 R /XYZ 85.0394 794.5015 null]
+>> endobj
+1650 0 obj <<
+/Font << /F37 803 0 R /F23 738 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1657 0 obj <<
 /Length 69        
 /Filter /FlateDecode
 >>
 stream
 x�3T0�BCS3=3K#KsK=SCS��\.�t��;�!T��������1��EV.�knj�g`fA�!��V�endstream
 endobj
-1638 0 obj <<
+1656 0 obj <<
 /Type /Page
-/Contents 1639 0 R
-/Resources 1637 0 R
+/Contents 1657 0 R
+/Resources 1655 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1611 0 R
+/Parent 1654 0 R
 >> endobj
-1640 0 obj <<
-/D [1638 0 R /XYZ 56.6929 794.5015 null]
+1658 0 obj <<
+/D [1656 0 R /XYZ 56.6929 794.5015 null]
 >> endobj
-1637 0 obj <<
+1655 0 obj <<
 /ProcSet [ /PDF ]
 >> endobj
-1643 0 obj <<
+1661 0 obj <<
 /Length 1964      
 /Filter /FlateDecode
 >>
@@ -7253,133 +7353,132 @@ i	
 �����:�����BYn?z�Xd�q�d�����N�:�r��Q�a�L�C�MucV��V.W��4 �8H��Uoy)�@�Z�o+B)�׭��D9��;B.��Ty�v�)�6��Zds�����M����r=����&vӞ��^/yr������P;�y �1{9B�F��{�ו�M>p\�-��7>�	�W�̨W�K��
5m"�������6WU�Ԟ9Z�ו�,�VHb�����'��=�\�p��'8T��[Wy�#�6�y�5�����:4	��l�3,��b�[�+��/WF".����?@��/j�u�1Ԣ+l',{_�2��s䮝��۪��&�B����!G�
 ��rc�-������
 ��%��i�I沠��~��џ/�6��v��mҥ�;�轇C��/a�o��<,EQ^�s�r4��p��;[��V�y7G)JΑO��5���|hW�hpk�IQ�"�5��͎���]�)C��_����%K�QXD�oʬ�]���ʽe�SX{����|>��+��,}�w���U��x�Q��}\W����߶
-�����]q�������Z�^d{���ep
�E\���R�����{w��B��endstream
+�����]q�������Z�^d{���ep
�E\���R������{w�����endstream
 endobj
-1642 0 obj <<
+1660 0 obj <<
 /Type /Page
-/Contents 1643 0 R
-/Resources 1641 0 R
+/Contents 1661 0 R
+/Resources 1659 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1652 0 R
-/Annots [ 1650 0 R 1651 0 R ]
+/Parent 1654 0 R
+/Annots [ 1668 0 R 1669 0 R ]
 >> endobj
-1650 0 obj <<
+1668 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[0 1 1]
 /Rect [348.3486 128.9523 463.9152 141.0119]
 /Subtype/Link/A<</Type/Action/S/URI/URI(mailto:info@isc.org)>>
 >> endobj
-1651 0 obj <<
+1669 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[0 1 1]
 /Rect [147.3629 116.9971 364.5484 129.0567]
 /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.isc.org/services/support/)>>
 >> endobj
-1644 0 obj <<
-/D [1642 0 R /XYZ 85.0394 794.5015 null]
->> endobj
-590 0 obj <<
-/D [1642 0 R /XYZ 85.0394 769.5949 null]
->> endobj
-1645 0 obj <<
-/D [1642 0 R /XYZ 85.0394 576.7004 null]
+1662 0 obj <<
+/D [1660 0 R /XYZ 85.0394 794.5015 null]
 >> endobj
 594 0 obj <<
-/D [1642 0 R /XYZ 85.0394 576.7004 null]
+/D [1660 0 R /XYZ 85.0394 769.5949 null]
 >> endobj
-1646 0 obj <<
-/D [1642 0 R /XYZ 85.0394 548.3785 null]
+1663 0 obj <<
+/D [1660 0 R /XYZ 85.0394 576.7004 null]
 >> endobj
 598 0 obj <<
-/D [1642 0 R /XYZ 85.0394 548.3785 null]
+/D [1660 0 R /XYZ 85.0394 576.7004 null]
 >> endobj
-1647 0 obj <<
-/D [1642 0 R /XYZ 85.0394 518.5228 null]
+1664 0 obj <<
+/D [1660 0 R /XYZ 85.0394 548.3785 null]
 >> endobj
 602 0 obj <<
-/D [1642 0 R /XYZ 85.0394 460.6968 null]
+/D [1660 0 R /XYZ 85.0394 548.3785 null]
 >> endobj
-1648 0 obj <<
-/D [1642 0 R /XYZ 85.0394 425.0333 null]
+1665 0 obj <<
+/D [1660 0 R /XYZ 85.0394 518.5228 null]
 >> endobj
 606 0 obj <<
-/D [1642 0 R /XYZ 85.0394 260.2468 null]
+/D [1660 0 R /XYZ 85.0394 460.6968 null]
 >> endobj
-1649 0 obj <<
-/D [1642 0 R /XYZ 85.0394 224.698 null]
+1666 0 obj <<
+/D [1660 0 R /XYZ 85.0394 425.0333 null]
 >> endobj
-1641 0 obj <<
-/Font << /F21 710 0 R /F23 734 0 R /F11 1384 0 R /F41 935 0 R >>
+610 0 obj <<
+/D [1660 0 R /XYZ 85.0394 260.2468 null]
+>> endobj
+1667 0 obj <<
+/D [1660 0 R /XYZ 85.0394 224.698 null]
+>> endobj
+1659 0 obj <<
+/Font << /F21 714 0 R /F23 738 0 R /F11 1400 0 R /F41 940 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1655 0 obj <<
+1672 0 obj <<
 /Length 69        
 /Filter /FlateDecode
 >>
 stream
 x�3T0�BCS3=3K#KsK=SCS��\.�t��;�!T��������1��EV.�knj�g`fA�!��V�endstream
 endobj
-1654 0 obj <<
+1671 0 obj <<
 /Type /Page
-/Contents 1655 0 R
-/Resources 1653 0 R
+/Contents 1672 0 R
+/Resources 1670 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1652 0 R
+/Parent 1654 0 R
 >> endobj
-1656 0 obj <<
-/D [1654 0 R /XYZ 56.6929 794.5015 null]
+1673 0 obj <<
+/D [1671 0 R /XYZ 56.6929 794.5015 null]
 >> endobj
-1653 0 obj <<
+1670 0 obj <<
 /ProcSet [ /PDF ]
 >> endobj
-1659 0 obj <<
-/Length 2543      
+1676 0 obj <<
+/Length 2544      
 /Filter /FlateDecode
 >>
 stream
-x�uYYs�8~ϯ�[誑���7[��d�rY�N�n�"!	k�`Ҋ��O7�y�éTJ@�h��u��.\��]���
��"��u�z�E^�s/�����<a��0`�����t�~r��or����'߻��u����~<+N���O�����u�~]���u�.������u�&��pD��$�K�Ҍ�^���g�8Z�A��ڻ\y�[�ϵ>��8T��f��:��A6�^y��$M�]�J�i�E�N�g�h&vGI���-
D]����
\d�,�c>Ӈ˹!�[vG�� d�~�~gx���u�\�)����yPu��Q�6s�]	U��^TLݞM'+��m�����3�{Y��T�V��ߕ*���x4�oEv%K>~ڠB'���hĖ
-�\ӱ8ؐ�r���D3hē0D,��[��:��d�9�QԀE��'{)��r���ɪ��q����$���Y_��'�=>\f�sU�"'�_�k/����
-�6pkK­���'�s[w��-@أ�̭�p,XB���'h7����*�pv
-��a�|��nl��-H��Zy�6�����(
-R��1�uL~�6�`l���~ZѨ�<�C��̓���j�$��I���]�(�A�w���Y����e���9'�Q�m�Vu��:��e/�P5G*@'��R�tG��҅�<x)aA�
-�
r��O�B�=�	1j"����pQɧU�z�"G���	G,��fS6��Bdz��z�ӄQ™D�
B0q��Ah3>��7���s�أ�Ff��'��RuJ������]���/�N��VM)gQ�|$��̭}	8�pat*�ҹ�^���ck �օ/��f8�tT��w)˥��Z�R�0�O�:�^���&�:v3*LO�Y����t4�\a��[`\�����������AM´Ě�������,֣�vF�[vA����A��Q����Y4���l����C��B=��!���n��w�P���ji����b�H��슆���Z����μ�������܈R�v��Y���ը�j����s�I����T�w�DD�����v{K�<�0�>��0(�9��s@܏�e�����D�� �nu�����qE?c�q�,�������E��Ę�A�)��k�>�R�i6��Q������%"�2R�q����2$�Q��5����3�X��b�¾��ۺ�~�(z�Hׇ��FX���,0x,�&�,<^N��Y_�#  ��kf�OU�Չ[��{Y��j_��1�����6Hy���/�#窀�
-��U#7C�@Q��.�������K	�yIJ���tG6�� a)\���&t����[�r ���@���)��L�"���@�<�pB���>~��p�BtG���YxE��b����9`�8#ۖ8Ϲ6a�/3!(�݈U��:J�T�p�q���LM��@�M�($��]�B��c�2i?P�n�mD4��	v;)*�Q���3,$��`(��J����z`��w�Y1J�|%\�B�k��E�i�U��e�J}�/˅���K�X%=�4��QՑ����g�,�IJ�gk	�T�%#.Q=(	�ש���7F�g���[�Ö�@���$��gH@�%��ZI(��":�(	6SaU�iQc��F�Ɔ�EiX*�5��]O�-��XXE�p�����o���M������4�K��b�ج�S��V(�&�0�[P� �Ng[i���F���NuЧ�%KީgI�w}o}U�K�yH�2�"�����	Ɗ��3����C�P����?{�G���#S�c"���o�y������鷞�qs���y��f�:��m,������f���������<!��	��M�̢b�O�jՈ���B�B��v�"x�f.(�U������wM+�~l���!-㬍Ͱ��q�G��5p��:�L���aA��0x�n�5c��F��Q�4�*+�����G��-Z-����L�*-R����O� �ͬ�j��A�=�2R�ǩ$�~5�bO�����3)�9���Ş��4�C�oE��wU���,�]���uG]�� �Ǜ=8���z��XKD+�M�jjK���?�%
�G�_�(X����V@%��J4��h^�]��2Fn�-~�j$��^����,{�|�b������٧d8@69�h����?� ������#�l[	�c���#V{T#
�	�w��Lat��sՈr��Cs�:����C�XUC�#�n4�Mgx񀆺�b^��(^PQ���$�,�0��o8��r�׀�����N6�mh{�m�z��cw�����ǫB£
-�D�����^=:\���
-�o���+�'E\2}8ǒ;i%҇�&��W�\~j�a��{���G�!zeoA_�^�Nm�x�^X��;����r{z8�'"H�ȃ��U�N����|h���+řX��Yz��_wE�b8I��O��WH�Ě��ǧ�#��i>�o���g��e5��7������ש�%�F�g��=m���ߏ�j��Zendstream
+x�uY[s۸~��[�����e����%�&��ӳ3��<�m�DUQ������d������>�.��ҏ��"��e��E^��/���]�<q-�8�`2��H��2Y���b���ӻ���"���U�\<퇳Vi����S�_�id]�_��0���=}%�x�����|8"]ƫt5�ȥ��xū��W�2�Ҕ����"�}�:����š�u7�
�Y�8�(ZQ8�Q���n�����2�n�4�L쎒7�[��`���>4�Ȗ�*\�!\ΏY߲;��p�(��`�#c8#X{?|?̕(�Bk����Uת>�j3�ѕP5��E����t�b�<����o�������������R�S���;�Ȯd��O4B�e����R��k:grX��Z��b��@<	C�B��U;�3Э�@�#%B
Xd��ĞAJ��\D��}���j�%fm4��%��'V�W7
���Y�]ղ���b�W���ड���
�ڒpk�-����I��֝lahy's�7����7�	�
�F�
+#���Ľ;��/�ԍ
�)�X+�ܦ�~EA�C1��ɏ�����W�O+U�g��B`hC� ��UM����<�����E>����0[y�6`���Ir��D۩U]'�N+�r�R���
��Ωu)Q���V�Ba�9^
+FXЭ�d�\#�S��yOpB��Ȫ��n4\T�i�^�ȁ=�v��3v�ٔ�<�Z�LPO�`�8I9���Q&��6
C�g��f��u.{4��,0�$rU�NI�b�ð:�>���t���۪)�$
+���������/!.N��z�W�.pl
������!R߸�OG�y������+�
c��P���U	��6ɖ+?���D��Z�nMG��u	���51��l_��i�Ypɼ�$LK���JH\� d`�L'������oA�Av���c�&k�N�Ϣ��
fC4���@t�J\����Ov�1��'B%򣪥!�R���"k�fW��k�6�;��{b��xZ>s#J��J�g]ok�W�Z ��Ŝ��έ&q2�S]߱��o7���-a,�P��`�xKl�àx�Y�z�q?`��z�6�ƃ`����Z��Q�0��������1��S��ײ}��<�̕�Q�Ǒ�����m	��)���8H��F��(ÉњGbo����X1�a_��m�����V=A�B�C#��`�_
+�
+�a�p�Gkଯ���5��Ǫ���-	�Ƚ��|�/^�wx��H�
+D�<����yǑsU@E��q�*���8P�̠˿/@f4�R�}^����R�#��v��/�ˈ�Ft����[�Sr ���@���)��L�"���@�<�pJ���>~��p�LtGY�Fg��[A
�(-���ٶā �ޝ�)�x�Aa�F�����P�V)�8��>@��4����P�B��(d�vP&m�����FD3z�`����E��=�Bj{
�rh���q������zߝ&�(u�J�8�B��5�?��9�p#�f'˒��&_��M_���J6i�U��#E}���^5X*�e���J�>KF\�P�SS�o&�>�!��Lݖ�@������gH@�9�ZI(�	�:�()6Sq
+U�iQc��F�Ɔ�EiX*�5��]O�-��XXE�p�����o���M������4�s��b�ج���y�P�M�`෠FA����m�uGKі�;�A�^�,y��%����1,�UUD�.��!u[�8�l�#_�'k��1,��q�<�a	U����{��l>�1����D}�X/͛��(��-O���7��.f2�eO��ˌ���|���j�J��Ҷ�B�fӄ�^'D�6!2���>�ժ?DZ�ڙ���
D�F�\�P�1�~)���V��^
.-㤍�Ͱ��q�G��5p��:�L���aA��0x�n�5c��N���*itUV`+c!���z'[��z�},�d�Ui�د��7�v����u{d�̏cI��j~ŞXfQ��gR`sd�׳=��i�%�zߊ�����UY*�bI뎺,h�A؏7{p��?����V�M�jjK���?%
�G�_�(X����V@%��J4��h^�]��<Fn�-~�j�a�V��A���I>��f6�n�+L��S2v��DN?�`��8�9H3�`3z��$�V���4����H��\B��u|-Fc���\5��s�knTu��t���e�?M�'���X�p��h�k.�͏���k�Mb�q��B��i��sk(߽�d���lh�p��oC;��n;գ������?^U�&��(\�'H����C�5mWp}c��XɄ?)���9��I[(���^5����m7��l�R͇蕽M|1x:
t�y�iza�SB�H�>��鱳O�"H�ȃ��U�N�����|h���řX]��=����"L1����O��WH�Ԛ��ǧ�#��4��h�3�cY�<��9�wEY�6B=?x{��'�����nendstream
 endobj
-1658 0 obj <<
+1675 0 obj <<
 /Type /Page
-/Contents 1659 0 R
-/Resources 1657 0 R
+/Contents 1676 0 R
+/Resources 1674 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1652 0 R
+/Parent 1654 0 R
 >> endobj
-1660 0 obj <<
-/D [1658 0 R /XYZ 85.0394 794.5015 null]
->> endobj
-610 0 obj <<
-/D [1658 0 R /XYZ 85.0394 769.5949 null]
->> endobj
-1661 0 obj <<
-/D [1658 0 R /XYZ 85.0394 573.5449 null]
+1677 0 obj <<
+/D [1675 0 R /XYZ 85.0394 794.5015 null]
 >> endobj
 614 0 obj <<
-/D [1658 0 R /XYZ 85.0394 573.5449 null]
+/D [1675 0 R /XYZ 85.0394 769.5949 null]
 >> endobj
-1662 0 obj <<
-/D [1658 0 R /XYZ 85.0394 539.0037 null]
+1678 0 obj <<
+/D [1675 0 R /XYZ 85.0394 573.5449 null]
 >> endobj
 618 0 obj <<
-/D [1658 0 R /XYZ 85.0394 539.0037 null]
+/D [1675 0 R /XYZ 85.0394 573.5449 null]
 >> endobj
-1663 0 obj <<
-/D [1658 0 R /XYZ 85.0394 510.2426 null]
+1679 0 obj <<
+/D [1675 0 R /XYZ 85.0394 539.0037 null]
 >> endobj
-1657 0 obj <<
-/Font << /F21 710 0 R /F23 734 0 R >>
+622 0 obj <<
+/D [1675 0 R /XYZ 85.0394 539.0037 null]
+>> endobj
+1680 0 obj <<
+/D [1675 0 R /XYZ 85.0394 510.2426 null]
+>> endobj
+1674 0 obj <<
+/Font << /F21 714 0 R /F23 738 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1666 0 obj <<
+1683 0 obj <<
 /Length 2810      
 /Filter /FlateDecode
 >>
@@ -7391,66 +7490,66 @@ e
 ��D��-��:3��v��Pc^4�L2�%��V���h���4c����R�]�і�\��V7f�Y�LjDJ;`X�x�ø�H҈%�,�����0�kS�����7��M���� �j�.�T+(�m|ik�sP�` Jۭ�b�ݦ�{�B�R)=U��҂hl�g�>]aM��,9DF]�e-�+����+8��r�Dcf��h@տ3zr�޵R�4��H��Nv&�h��TW⠆�.�}�ڏY����G����ud���.����e�5�05���z�Zj�]4�	�w1�\0h��|[J����$�Q�<9m��DX+вI�Nɘ��q�/�St�Zȑ�A��H��m!o�~����t��	�2{��@�L�����D���{V�P��r����{��>PK���i�Z��Zzhk�I�r�TCgl�$ַaT����Ym��J���b^`��5�v��dЮ&�'�7En���\�S('i�i��Rp�uڼ��k� �_O�"����'�VnTF�͖K����{-�/�k�H������\W\��ʃ��*u]Q�{�V���VқHh���DɖGa���8QF�:�������2X�ܽ]��ϡ�2b��;�����JtM�l�x���gm�gEhE��*>z�ƒ���O�m�δ�]�4k~E���;4%�N�����y
���4�x��}u�'�������/?��ET�2e-L^������N)�L�[3���Bc��eefΊ�ǁ��L*47Œ�����c�����/�A���4�~��Ď���UaYyTi�^/��""��Gqʶ
 k�����a�<�@����q�i��@:ļ��"�Zt�ɶ�?|F�0�m
~B}��E��]�ޡM7���F�+����
 �5��5�a�6|�q���A�S��nhaЫg#�V��il�q��˷�(�ᴪ[��2�d����9��v�LZ�ϖ\'Nr�QT&1�;�3Y��j�+~Sm�vRM���	V�_hvK%O�1e��Y�r�Mlk�ă,�m�Om?�矸��"�����@���w���z��rp3���\p�z�|�;�^Md�u����|yyA8�.�.�ja�t���q�`���O�Z���
-ēN"\��_�aE���ȶ�>�t��%AlZv&>}��/3;������X������S�#uU��w�k/����8���;��a��4R�)5��/SyW01b�����=<��
��'�fߵ8�����W�-�O,�"x��b��oi��'�細O�C�����R�F�{��~����čB��}z�qE��^d7,�;N�脮��މT�v�fs٬�����I\y�Ց�tX���qJ�-߉�ȏ���qz7�!�$�MӒ3��o}ᔁ��%'�p���?��?�s2����^�
�13�@�?a�~'=���x��Bendstream
+ēN"\��_�aE���ȶ�>�t��%AlZv&>}��/3;������X������S�#uU��w�k/����8���;��a��4R�)5��/SyW01b�����=<��
��'�fߵ8�����W�-�O,�"x��b��oi��'�細O�C�����R�F�{��~����čB��}z�qE��^d7,�;N�脮��މT�v�fs٬�����I\y�Ց�tX���qJ�-߉�ȏ���qz7�!�$�MӒ3��o}ᔁ��%'�p���?��?�s2����^�
�13��;a�~'=���y�Dendstream
 endobj
-1665 0 obj <<
+1682 0 obj <<
 /Type /Page
-/Contents 1666 0 R
-/Resources 1664 0 R
+/Contents 1683 0 R
+/Resources 1681 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1652 0 R
-/Annots [ 1670 0 R 1671 0 R ]
+/Parent 1654 0 R
+/Annots [ 1687 0 R 1688 0 R ]
 >> endobj
-1670 0 obj <<
+1687 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[0 1 1]
 /Rect [253.7995 149.3637 417.685 161.4234]
 /Subtype/Link/A<</Type/Action/S/URI/URI(ftp://www.isi.edu/in-notes/)>>
 >> endobj
-1671 0 obj <<
+1688 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[0 1 1]
 /Rect [63.4454 110.455 208.8999 120.6168]
 /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.ietf.org/rfc/)>>
 >> endobj
-1667 0 obj <<
-/D [1665 0 R /XYZ 56.6929 794.5015 null]
->> endobj
-622 0 obj <<
-/D [1665 0 R /XYZ 56.6929 662.0717 null]
->> endobj
-1668 0 obj <<
-/D [1665 0 R /XYZ 56.6929 624.1661 null]
+1684 0 obj <<
+/D [1682 0 R /XYZ 56.6929 794.5015 null]
 >> endobj
 626 0 obj <<
-/D [1665 0 R /XYZ 56.6929 624.1661 null]
+/D [1682 0 R /XYZ 56.6929 662.0717 null]
 >> endobj
-1137 0 obj <<
-/D [1665 0 R /XYZ 56.6929 593.0972 null]
+1685 0 obj <<
+/D [1682 0 R /XYZ 56.6929 624.1661 null]
 >> endobj
 630 0 obj <<
-/D [1665 0 R /XYZ 56.6929 294.2701 null]
+/D [1682 0 R /XYZ 56.6929 624.1661 null]
 >> endobj
-1669 0 obj <<
-/D [1665 0 R /XYZ 56.6929 255.4568 null]
+1143 0 obj <<
+/D [1682 0 R /XYZ 56.6929 593.0972 null]
 >> endobj
 634 0 obj <<
-/D [1665 0 R /XYZ 56.6929 255.4568 null]
+/D [1682 0 R /XYZ 56.6929 294.2701 null]
 >> endobj
-965 0 obj <<
-/D [1665 0 R /XYZ 56.6929 226.1045 null]
+1686 0 obj <<
+/D [1682 0 R /XYZ 56.6929 255.4568 null]
 >> endobj
-1672 0 obj <<
-/D [1665 0 R /XYZ 56.6929 53.5688 null]
+638 0 obj <<
+/D [1682 0 R /XYZ 56.6929 255.4568 null]
 >> endobj
-1673 0 obj <<
-/D [1665 0 R /XYZ 56.6929 53.5688 null]
+970 0 obj <<
+/D [1682 0 R /XYZ 56.6929 226.1045 null]
 >> endobj
-1664 0 obj <<
-/Font << /F37 799 0 R /F23 734 0 R /F21 710 0 R /F39 895 0 R /F53 1027 0 R /F11 1384 0 R /F41 935 0 R >>
+1689 0 obj <<
+/D [1682 0 R /XYZ 56.6929 53.5688 null]
+>> endobj
+1690 0 obj <<
+/D [1682 0 R /XYZ 56.6929 53.5688 null]
+>> endobj
+1681 0 obj <<
+/Font << /F37 803 0 R /F23 738 0 R /F21 714 0 R /F39 900 0 R /F53 1032 0 R /F11 1400 0 R /F41 940 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1676 0 obj <<
+1693 0 obj <<
 /Length 2825      
 /Filter /FlateDecode
 >>
@@ -7465,191 +7564,191 @@ xڵZ]{
 �������
 �T�*�ӪA�<�Ǻ����"�a��%(�ϴ����
 ��9Te>#��6�6Ay2�b$��H�)�|މzA4lY3�#��`�6c��I0��ƾ[g;��,{ٕo��F��+��믒�
�.��1�����W���v��&}�/\u�s�8�$�k�3��-�ZKY\{h���}l�6�����+֛����\�Z*)#�&��:����w���s��c�����b���}�O]žk���j�%��S�S5�����3z�ϝ�s��W���w;s��}&�D�(�[�%�6-�~P�xN|��9􁇭�F^d�\�<�k�lIdu��2!���t��:�sq\��I$�؂?S�[Bn�k�6��>���
-�+�F6�u�}^=g��5� �@������LK�}Rۈ�B�Fo_#y5Y�YȰ��A�a�EX�D�*�!��y�JI�/��(����g�vB�fg�>�pr���'��
Ln��_�Z;�1�I�8L��|Rʱ~)�+pp�!��&������b�endstream
+�+�F6�u�}^=g��5� �@������LK�}Rۈ�B�Fo_#y5Y�YȰ��A�a�EX�D�*�!��y�JI�/��(����g�vB�fg�>�pr���'��
Ln��_�Z;�1�I�8L��|Rʱ~)�+p@��n�	>}���Wb�endstream
 endobj
-1675 0 obj <<
-/Type /Page
-/Contents 1676 0 R
-/Resources 1674 0 R
-/MediaBox [0 0 595.2756 841.8898]
-/Parent 1652 0 R
->> endobj
-1677 0 obj <<
-/D [1675 0 R /XYZ 85.0394 794.5015 null]
->> endobj
-1678 0 obj <<
-/D [1675 0 R /XYZ 85.0394 752.3015 null]
->> endobj
-1679 0 obj <<
-/D [1675 0 R /XYZ 85.0394 752.3015 null]
->> endobj
-1680 0 obj <<
-/D [1675 0 R /XYZ 85.0394 752.3015 null]
->> endobj
-1681 0 obj <<
-/D [1675 0 R /XYZ 85.0394 746.3107 null]
->> endobj
-1682 0 obj <<
-/D [1675 0 R /XYZ 85.0394 731.5461 null]
->> endobj
-1683 0 obj <<
-/D [1675 0 R /XYZ 85.0394 728.1497 null]
->> endobj
-1684 0 obj <<
-/D [1675 0 R /XYZ 85.0394 713.3851 null]
->> endobj
-1685 0 obj <<
-/D [1675 0 R /XYZ 85.0394 709.9887 null]
->> endobj
-1686 0 obj <<
-/D [1675 0 R /XYZ 85.0394 651.9592 null]
->> endobj
-1081 0 obj <<
-/D [1675 0 R /XYZ 85.0394 651.9592 null]
->> endobj
-1687 0 obj <<
-/D [1675 0 R /XYZ 85.0394 651.9592 null]
->> endobj
-1688 0 obj <<
-/D [1675 0 R /XYZ 85.0394 648.8377 null]
->> endobj
-1689 0 obj <<
-/D [1675 0 R /XYZ 85.0394 634.0731 null]
->> endobj
-1690 0 obj <<
-/D [1675 0 R /XYZ 85.0394 630.6767 null]
->> endobj
-1691 0 obj <<
-/D [1675 0 R /XYZ 85.0394 615.9121 null]
->> endobj
 1692 0 obj <<
-/D [1675 0 R /XYZ 85.0394 612.5156 null]
->> endobj
-1693 0 obj <<
-/D [1675 0 R /XYZ 85.0394 585.7959 null]
+/Type /Page
+/Contents 1693 0 R
+/Resources 1691 0 R
+/MediaBox [0 0 595.2756 841.8898]
+/Parent 1750 0 R
 >> endobj
 1694 0 obj <<
-/D [1675 0 R /XYZ 85.0394 582.3994 null]
+/D [1692 0 R /XYZ 85.0394 794.5015 null]
 >> endobj
 1695 0 obj <<
-/D [1675 0 R /XYZ 85.0394 567.6349 null]
+/D [1692 0 R /XYZ 85.0394 752.3015 null]
 >> endobj
 1696 0 obj <<
-/D [1675 0 R /XYZ 85.0394 564.2384 null]
+/D [1692 0 R /XYZ 85.0394 752.3015 null]
 >> endobj
 1697 0 obj <<
-/D [1675 0 R /XYZ 85.0394 549.5337 null]
+/D [1692 0 R /XYZ 85.0394 752.3015 null]
 >> endobj
 1698 0 obj <<
-/D [1675 0 R /XYZ 85.0394 546.0774 null]
+/D [1692 0 R /XYZ 85.0394 746.3107 null]
 >> endobj
 1699 0 obj <<
-/D [1675 0 R /XYZ 85.0394 531.3128 null]
+/D [1692 0 R /XYZ 85.0394 731.5461 null]
 >> endobj
 1700 0 obj <<
-/D [1675 0 R /XYZ 85.0394 527.9163 null]
+/D [1692 0 R /XYZ 85.0394 728.1497 null]
 >> endobj
 1701 0 obj <<
-/D [1675 0 R /XYZ 85.0394 513.1518 null]
+/D [1692 0 R /XYZ 85.0394 713.3851 null]
 >> endobj
 1702 0 obj <<
-/D [1675 0 R /XYZ 85.0394 509.7553 null]
+/D [1692 0 R /XYZ 85.0394 709.9887 null]
 >> endobj
 1703 0 obj <<
-/D [1675 0 R /XYZ 85.0394 483.0356 null]
+/D [1692 0 R /XYZ 85.0394 651.9592 null]
+>> endobj
+1086 0 obj <<
+/D [1692 0 R /XYZ 85.0394 651.9592 null]
 >> endobj
 1704 0 obj <<
-/D [1675 0 R /XYZ 85.0394 479.6391 null]
+/D [1692 0 R /XYZ 85.0394 651.9592 null]
 >> endobj
 1705 0 obj <<
-/D [1675 0 R /XYZ 85.0394 464.8745 null]
+/D [1692 0 R /XYZ 85.0394 648.8377 null]
 >> endobj
 1706 0 obj <<
-/D [1675 0 R /XYZ 85.0394 461.4781 null]
+/D [1692 0 R /XYZ 85.0394 634.0731 null]
 >> endobj
 1707 0 obj <<
-/D [1675 0 R /XYZ 85.0394 446.7135 null]
+/D [1692 0 R /XYZ 85.0394 630.6767 null]
 >> endobj
 1708 0 obj <<
-/D [1675 0 R /XYZ 85.0394 443.3171 null]
+/D [1692 0 R /XYZ 85.0394 615.9121 null]
 >> endobj
 1709 0 obj <<
-/D [1675 0 R /XYZ 85.0394 428.5525 null]
+/D [1692 0 R /XYZ 85.0394 612.5156 null]
 >> endobj
 1710 0 obj <<
-/D [1675 0 R /XYZ 85.0394 425.156 null]
+/D [1692 0 R /XYZ 85.0394 585.7959 null]
 >> endobj
 1711 0 obj <<
-/D [1675 0 R /XYZ 85.0394 355.0758 null]
+/D [1692 0 R /XYZ 85.0394 582.3994 null]
 >> endobj
 1712 0 obj <<
-/D [1675 0 R /XYZ 85.0394 355.0758 null]
+/D [1692 0 R /XYZ 85.0394 567.6349 null]
 >> endobj
 1713 0 obj <<
-/D [1675 0 R /XYZ 85.0394 355.0758 null]
+/D [1692 0 R /XYZ 85.0394 564.2384 null]
 >> endobj
 1714 0 obj <<
-/D [1675 0 R /XYZ 85.0394 352.0499 null]
+/D [1692 0 R /XYZ 85.0394 549.5337 null]
 >> endobj
 1715 0 obj <<
-/D [1675 0 R /XYZ 85.0394 337.3452 null]
+/D [1692 0 R /XYZ 85.0394 546.0774 null]
 >> endobj
 1716 0 obj <<
-/D [1675 0 R /XYZ 85.0394 333.8889 null]
+/D [1692 0 R /XYZ 85.0394 531.3128 null]
 >> endobj
 1717 0 obj <<
-/D [1675 0 R /XYZ 85.0394 309.8192 null]
+/D [1692 0 R /XYZ 85.0394 527.9163 null]
 >> endobj
 1718 0 obj <<
-/D [1675 0 R /XYZ 85.0394 303.7727 null]
+/D [1692 0 R /XYZ 85.0394 513.1518 null]
 >> endobj
 1719 0 obj <<
-/D [1675 0 R /XYZ 85.0394 278.3282 null]
+/D [1692 0 R /XYZ 85.0394 509.7553 null]
 >> endobj
 1720 0 obj <<
-/D [1675 0 R /XYZ 85.0394 273.6565 null]
+/D [1692 0 R /XYZ 85.0394 483.0356 null]
 >> endobj
 1721 0 obj <<
-/D [1675 0 R /XYZ 85.0394 246.9367 null]
+/D [1692 0 R /XYZ 85.0394 479.6391 null]
 >> endobj
 1722 0 obj <<
-/D [1675 0 R /XYZ 85.0394 243.5403 null]
+/D [1692 0 R /XYZ 85.0394 464.8745 null]
 >> endobj
 1723 0 obj <<
-/D [1675 0 R /XYZ 85.0394 173.5556 null]
+/D [1692 0 R /XYZ 85.0394 461.4781 null]
 >> endobj
 1724 0 obj <<
-/D [1675 0 R /XYZ 85.0394 173.5556 null]
+/D [1692 0 R /XYZ 85.0394 446.7135 null]
 >> endobj
 1725 0 obj <<
-/D [1675 0 R /XYZ 85.0394 173.5556 null]
+/D [1692 0 R /XYZ 85.0394 443.3171 null]
 >> endobj
 1726 0 obj <<
-/D [1675 0 R /XYZ 85.0394 170.4341 null]
+/D [1692 0 R /XYZ 85.0394 428.5525 null]
 >> endobj
 1727 0 obj <<
-/D [1675 0 R /XYZ 85.0394 144.9896 null]
+/D [1692 0 R /XYZ 85.0394 425.156 null]
 >> endobj
 1728 0 obj <<
-/D [1675 0 R /XYZ 85.0394 140.3179 null]
+/D [1692 0 R /XYZ 85.0394 355.0758 null]
 >> endobj
 1729 0 obj <<
-/D [1675 0 R /XYZ 85.0394 113.5982 null]
+/D [1692 0 R /XYZ 85.0394 355.0758 null]
 >> endobj
 1730 0 obj <<
-/D [1675 0 R /XYZ 85.0394 110.2017 null]
+/D [1692 0 R /XYZ 85.0394 355.0758 null]
 >> endobj
 1731 0 obj <<
-/D [1675 0 R /XYZ 85.0394 95.4372 null]
+/D [1692 0 R /XYZ 85.0394 352.0499 null]
 >> endobj
 1732 0 obj <<
-/D [1675 0 R /XYZ 85.0394 92.0407 null]
+/D [1692 0 R /XYZ 85.0394 337.3452 null]
 >> endobj
-1674 0 obj <<
-/Font << /F37 799 0 R /F21 710 0 R /F23 734 0 R /F39 895 0 R >>
-/ProcSet [ /PDF /Text ]
+1733 0 obj <<
+/D [1692 0 R /XYZ 85.0394 333.8889 null]
+>> endobj
+1734 0 obj <<
+/D [1692 0 R /XYZ 85.0394 309.8192 null]
 >> endobj
 1735 0 obj <<
+/D [1692 0 R /XYZ 85.0394 303.7727 null]
+>> endobj
+1736 0 obj <<
+/D [1692 0 R /XYZ 85.0394 278.3282 null]
+>> endobj
+1737 0 obj <<
+/D [1692 0 R /XYZ 85.0394 273.6565 null]
+>> endobj
+1738 0 obj <<
+/D [1692 0 R /XYZ 85.0394 246.9367 null]
+>> endobj
+1739 0 obj <<
+/D [1692 0 R /XYZ 85.0394 243.5403 null]
+>> endobj
+1740 0 obj <<
+/D [1692 0 R /XYZ 85.0394 173.5556 null]
+>> endobj
+1741 0 obj <<
+/D [1692 0 R /XYZ 85.0394 173.5556 null]
+>> endobj
+1742 0 obj <<
+/D [1692 0 R /XYZ 85.0394 173.5556 null]
+>> endobj
+1743 0 obj <<
+/D [1692 0 R /XYZ 85.0394 170.4341 null]
+>> endobj
+1744 0 obj <<
+/D [1692 0 R /XYZ 85.0394 144.9896 null]
+>> endobj
+1745 0 obj <<
+/D [1692 0 R /XYZ 85.0394 140.3179 null]
+>> endobj
+1746 0 obj <<
+/D [1692 0 R /XYZ 85.0394 113.5982 null]
+>> endobj
+1747 0 obj <<
+/D [1692 0 R /XYZ 85.0394 110.2017 null]
+>> endobj
+1748 0 obj <<
+/D [1692 0 R /XYZ 85.0394 95.4372 null]
+>> endobj
+1749 0 obj <<
+/D [1692 0 R /XYZ 85.0394 92.0407 null]
+>> endobj
+1691 0 obj <<
+/Font << /F37 803 0 R /F21 714 0 R /F23 738 0 R /F39 900 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1753 0 obj <<
 /Length 2889      
 /Filter /FlateDecode
 >>
@@ -7667,179 +7766,179 @@ id
 ����Ϻ`]�4O�Jv��U
N���iqL�2����a:L�o�3�ذ�0VVdK5�*mP�j�c6��a�2��Q9�C��?��<�l|O�\˵���Fnu<0��wu,��l2��폪g0�� .X����<
 ���iueKױ���B���a�j���j�Lp�0s�t��D��yK[��"���+V�,/Mӭ~��;�d'D��CK��l~h�u ��!�T�'/؋P�Ǫ�����j(��K��A���O��^���T�q{���Po��#/���湚��,�����+#w�[�<�����!ٱ�r�
 ��#�:��EYi(^ds�������O�7�ḭD�d��7�m�l��������� ����a �~�c����ʂAY鴎bˮe�60t��1�ڗYR��>
-.W��|�F�ZD��w�~TЙ�kUUIw9SA�J6�$ͫz꾅щlͣ�~d��u1dwGۛVd�J#��4i�6�u�������Bm�D���9��L�δ�1N�C݇My��Ⱥ� л�z~����D�ʎ�^I���;��~f8���a4LK5eb�T�tV]�^T���qn�b��7���snԩb��2^���r�t����������?�N��v3��f#����.l�x	��ߵ�eY����Z�u����y�n�i��x��O�3��>��ϯ�U���08���2��嗪+�9���������O[endstream
+.W��|�F�ZD��w�~TЙ�kUUIw9SA�J6�$ͫz꾅щlͣ�~d��u1dwGۛVd�J#��4i�6�u�������Bm�D���9��L�δ�1N�C݇My��Ⱥ� л�z~����D�ʎ�^I���;��~f8���a4LK5eb�T�tV]�^T���qn�b��7���snԩb��2^���r�t����������?�N��v3��f#����.l�x	��ߵ�eY����Z�u����y�n�i��x��O�3��>��ϯ�U���08���2��嗪+�{�������?�QO]endstream
 endobj
-1734 0 obj <<
-/Type /Page
-/Contents 1735 0 R
-/Resources 1733 0 R
-/MediaBox [0 0 595.2756 841.8898]
-/Parent 1652 0 R
->> endobj
-1736 0 obj <<
-/D [1734 0 R /XYZ 56.6929 794.5015 null]
->> endobj
-1737 0 obj <<
-/D [1734 0 R /XYZ 56.6929 748.5056 null]
->> endobj
-1738 0 obj <<
-/D [1734 0 R /XYZ 56.6929 748.5056 null]
->> endobj
-1739 0 obj <<
-/D [1734 0 R /XYZ 56.6929 748.5056 null]
->> endobj
-1740 0 obj <<
-/D [1734 0 R /XYZ 56.6929 743.7078 null]
->> endobj
-1741 0 obj <<
-/D [1734 0 R /XYZ 56.6929 719.6381 null]
->> endobj
-1742 0 obj <<
-/D [1734 0 R /XYZ 56.6929 711.8197 null]
->> endobj
-1743 0 obj <<
-/D [1734 0 R /XYZ 56.6929 697.0552 null]
->> endobj
-1744 0 obj <<
-/D [1734 0 R /XYZ 56.6929 691.8868 null]
->> endobj
-1745 0 obj <<
-/D [1734 0 R /XYZ 56.6929 665.1671 null]
->> endobj
-1746 0 obj <<
-/D [1734 0 R /XYZ 56.6929 659.9987 null]
->> endobj
-1747 0 obj <<
-/D [1734 0 R /XYZ 56.6929 635.929 null]
->> endobj
-1748 0 obj <<
-/D [1734 0 R /XYZ 56.6929 628.1106 null]
->> endobj
-1749 0 obj <<
-/D [1734 0 R /XYZ 56.6929 601.3909 null]
->> endobj
-1750 0 obj <<
-/D [1734 0 R /XYZ 56.6929 596.2225 null]
->> endobj
-1751 0 obj <<
-/D [1734 0 R /XYZ 56.6929 569.5028 null]
->> endobj
 1752 0 obj <<
-/D [1734 0 R /XYZ 56.6929 564.3344 null]
->> endobj
-1753 0 obj <<
-/D [1734 0 R /XYZ 56.6929 549.6297 null]
+/Type /Page
+/Contents 1753 0 R
+/Resources 1751 0 R
+/MediaBox [0 0 595.2756 841.8898]
+/Parent 1750 0 R
 >> endobj
 1754 0 obj <<
-/D [1734 0 R /XYZ 56.6929 544.4015 null]
+/D [1752 0 R /XYZ 56.6929 794.5015 null]
 >> endobj
 1755 0 obj <<
-/D [1734 0 R /XYZ 56.6929 529.6968 null]
+/D [1752 0 R /XYZ 56.6929 748.5056 null]
 >> endobj
 1756 0 obj <<
-/D [1734 0 R /XYZ 56.6929 524.4686 null]
+/D [1752 0 R /XYZ 56.6929 748.5056 null]
 >> endobj
 1757 0 obj <<
-/D [1734 0 R /XYZ 56.6929 500.3989 null]
+/D [1752 0 R /XYZ 56.6929 748.5056 null]
 >> endobj
 1758 0 obj <<
-/D [1734 0 R /XYZ 56.6929 492.5805 null]
+/D [1752 0 R /XYZ 56.6929 743.7078 null]
 >> endobj
 1759 0 obj <<
-/D [1734 0 R /XYZ 56.6929 467.136 null]
+/D [1752 0 R /XYZ 56.6929 719.6381 null]
 >> endobj
 1760 0 obj <<
-/D [1734 0 R /XYZ 56.6929 460.6924 null]
+/D [1752 0 R /XYZ 56.6929 711.8197 null]
 >> endobj
 1761 0 obj <<
-/D [1734 0 R /XYZ 56.6929 436.6227 null]
+/D [1752 0 R /XYZ 56.6929 697.0552 null]
 >> endobj
 1762 0 obj <<
-/D [1734 0 R /XYZ 56.6929 428.8043 null]
+/D [1752 0 R /XYZ 56.6929 691.8868 null]
 >> endobj
 1763 0 obj <<
-/D [1734 0 R /XYZ 56.6929 414.0996 null]
+/D [1752 0 R /XYZ 56.6929 665.1671 null]
 >> endobj
 1764 0 obj <<
-/D [1734 0 R /XYZ 56.6929 408.8714 null]
+/D [1752 0 R /XYZ 56.6929 659.9987 null]
 >> endobj
 1765 0 obj <<
-/D [1734 0 R /XYZ 56.6929 382.1516 null]
+/D [1752 0 R /XYZ 56.6929 635.929 null]
 >> endobj
 1766 0 obj <<
-/D [1734 0 R /XYZ 56.6929 376.9833 null]
+/D [1752 0 R /XYZ 56.6929 628.1106 null]
 >> endobj
 1767 0 obj <<
-/D [1734 0 R /XYZ 56.6929 350.2636 null]
+/D [1752 0 R /XYZ 56.6929 601.3909 null]
 >> endobj
 1768 0 obj <<
-/D [1734 0 R /XYZ 56.6929 345.0952 null]
+/D [1752 0 R /XYZ 56.6929 596.2225 null]
 >> endobj
 1769 0 obj <<
-/D [1734 0 R /XYZ 56.6929 321.0255 null]
+/D [1752 0 R /XYZ 56.6929 569.5028 null]
 >> endobj
 1770 0 obj <<
-/D [1734 0 R /XYZ 56.6929 313.2071 null]
+/D [1752 0 R /XYZ 56.6929 564.3344 null]
 >> endobj
 1771 0 obj <<
-/D [1734 0 R /XYZ 56.6929 298.5024 null]
+/D [1752 0 R /XYZ 56.6929 549.6297 null]
 >> endobj
 1772 0 obj <<
-/D [1734 0 R /XYZ 56.6929 293.2742 null]
+/D [1752 0 R /XYZ 56.6929 544.4015 null]
 >> endobj
 1773 0 obj <<
-/D [1734 0 R /XYZ 56.6929 267.8297 null]
+/D [1752 0 R /XYZ 56.6929 529.6968 null]
 >> endobj
 1774 0 obj <<
-/D [1734 0 R /XYZ 56.6929 261.3861 null]
+/D [1752 0 R /XYZ 56.6929 524.4686 null]
 >> endobj
 1775 0 obj <<
-/D [1734 0 R /XYZ 56.6929 199.468 null]
+/D [1752 0 R /XYZ 56.6929 500.3989 null]
 >> endobj
 1776 0 obj <<
-/D [1734 0 R /XYZ 56.6929 199.468 null]
+/D [1752 0 R /XYZ 56.6929 492.5805 null]
 >> endobj
 1777 0 obj <<
-/D [1734 0 R /XYZ 56.6929 199.468 null]
+/D [1752 0 R /XYZ 56.6929 467.136 null]
 >> endobj
 1778 0 obj <<
-/D [1734 0 R /XYZ 56.6929 191.7053 null]
+/D [1752 0 R /XYZ 56.6929 460.6924 null]
 >> endobj
 1779 0 obj <<
-/D [1734 0 R /XYZ 56.6929 176.9408 null]
+/D [1752 0 R /XYZ 56.6929 436.6227 null]
 >> endobj
 1780 0 obj <<
-/D [1734 0 R /XYZ 56.6929 171.7724 null]
+/D [1752 0 R /XYZ 56.6929 428.8043 null]
 >> endobj
 1781 0 obj <<
-/D [1734 0 R /XYZ 56.6929 157.0677 null]
+/D [1752 0 R /XYZ 56.6929 414.0996 null]
 >> endobj
 1782 0 obj <<
-/D [1734 0 R /XYZ 56.6929 151.8395 null]
+/D [1752 0 R /XYZ 56.6929 408.8714 null]
 >> endobj
 1783 0 obj <<
-/D [1734 0 R /XYZ 56.6929 137.1348 null]
+/D [1752 0 R /XYZ 56.6929 382.1516 null]
 >> endobj
 1784 0 obj <<
-/D [1734 0 R /XYZ 56.6929 131.9066 null]
+/D [1752 0 R /XYZ 56.6929 376.9833 null]
 >> endobj
 1785 0 obj <<
-/D [1734 0 R /XYZ 56.6929 117.2018 null]
+/D [1752 0 R /XYZ 56.6929 350.2636 null]
 >> endobj
 1786 0 obj <<
-/D [1734 0 R /XYZ 56.6929 111.9736 null]
+/D [1752 0 R /XYZ 56.6929 345.0952 null]
 >> endobj
 1787 0 obj <<
-/D [1734 0 R /XYZ 56.6929 97.2091 null]
+/D [1752 0 R /XYZ 56.6929 321.0255 null]
 >> endobj
 1788 0 obj <<
-/D [1734 0 R /XYZ 56.6929 92.0407 null]
+/D [1752 0 R /XYZ 56.6929 313.2071 null]
 >> endobj
-1733 0 obj <<
-/Font << /F37 799 0 R /F21 710 0 R /F23 734 0 R /F39 895 0 R >>
-/ProcSet [ /PDF /Text ]
+1789 0 obj <<
+/D [1752 0 R /XYZ 56.6929 298.5024 null]
+>> endobj
+1790 0 obj <<
+/D [1752 0 R /XYZ 56.6929 293.2742 null]
 >> endobj
 1791 0 obj <<
+/D [1752 0 R /XYZ 56.6929 267.8297 null]
+>> endobj
+1792 0 obj <<
+/D [1752 0 R /XYZ 56.6929 261.3861 null]
+>> endobj
+1793 0 obj <<
+/D [1752 0 R /XYZ 56.6929 199.468 null]
+>> endobj
+1794 0 obj <<
+/D [1752 0 R /XYZ 56.6929 199.468 null]
+>> endobj
+1795 0 obj <<
+/D [1752 0 R /XYZ 56.6929 199.468 null]
+>> endobj
+1796 0 obj <<
+/D [1752 0 R /XYZ 56.6929 191.7053 null]
+>> endobj
+1797 0 obj <<
+/D [1752 0 R /XYZ 56.6929 176.9408 null]
+>> endobj
+1798 0 obj <<
+/D [1752 0 R /XYZ 56.6929 171.7724 null]
+>> endobj
+1799 0 obj <<
+/D [1752 0 R /XYZ 56.6929 157.0677 null]
+>> endobj
+1800 0 obj <<
+/D [1752 0 R /XYZ 56.6929 151.8395 null]
+>> endobj
+1801 0 obj <<
+/D [1752 0 R /XYZ 56.6929 137.1348 null]
+>> endobj
+1802 0 obj <<
+/D [1752 0 R /XYZ 56.6929 131.9066 null]
+>> endobj
+1803 0 obj <<
+/D [1752 0 R /XYZ 56.6929 117.2018 null]
+>> endobj
+1804 0 obj <<
+/D [1752 0 R /XYZ 56.6929 111.9736 null]
+>> endobj
+1805 0 obj <<
+/D [1752 0 R /XYZ 56.6929 97.2091 null]
+>> endobj
+1806 0 obj <<
+/D [1752 0 R /XYZ 56.6929 92.0407 null]
+>> endobj
+1751 0 obj <<
+/Font << /F37 803 0 R /F21 714 0 R /F23 738 0 R /F39 900 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1809 0 obj <<
 /Length 2542      
 /Filter /FlateDecode
 >>
@@ -7849,173 +7948,173 @@ xڥZ[w
 �ġV"l�J�둢�7&vᨒ׷��F�E�m�m��E]�'B��`����H��&&s-?�!}�f���S�}����iya]��r�.��$Hمkp>��Pn �@�HB;I �]Kt�8�l��GX���j��P-�0M�L(6����'wi�@��h���G�5�|=�E�K���H�5�\������f�پi��U��N�!��Rƕ�A9vP�68b[H7�9����|�҄�>���i*���׀%�	/�x�������F�(�W��Et�D�@�6}8@a�8�����WK8���W7�~�����5�� &�A]�榔�p-e�(����g�����Nŏm�c<�Ө���^C�U����`�
 ��gDDvX�Zd�R�(�>��%P��q#��,�%7�-y���^�B0�WD��ˈ��J��r��:����Y'���2������F@��> ��ȿP�R3RR����aF.hÌ��32��֭u�]V��(��:_���bU�����\�ޢzɚ���n�
���K��<dv]��KE~�uY��%=�:O�2Z��z���(Yr�3��,*!Mb�#!n��x�BYr���~�M*��i��,��^&����`	�e
 �vйQ`ŭcCʡd%�i9q���P�ۢg\�ss:˪��s��Ԉ�'+��I��1�{�y'�UVo���*˵Ʃ]�~�(�0�1�WR]�8�X'���!�E�&�Bj���d�:��3;tx���KQΎ��>	�zl�����E����E���v”r��4$pt�Nh��!��\g�P���P�nppS�i�Gk�y#$���t�$d��W�-gd�v����w~�����@?½����~��Ey�Ns�-b+�~D�(��.L);�Z��:�G't���8�=���������)��U���T��g9�c�r�(£������M����tBZ��.�Q���\�)`'�A7F�֨�-b�"2�]�J�����ݗ�y�`�ג5J%^������s�щ7��N�^����)� JIi� 7;�rAT
�-\��K��W���$�.N�������Ē���H��I4}�s�v�M42����+K�F�o��u=�Tt�)�C(�>�����7������{����DB�-ԅ/{���H%��L���\��Cl�&���VO�x�Ң�/���j�l����:Gk��Ҟ��������6���0Xf�{1O����K]�a4���1g�����^1�+�y���&�G�Xܶ`J�mAK]�#):�;[8�����?��vC8k�'��g�J�oहX��(0Cߋ)M��(��x�»T|dy.w�/&>t�۷S���)����)���H����R��]Ydd���{���������nJ9(VR��	#G��6(b[(6���B����S=sv�iG{
-9��I������bF�S��?Ս�!�����n!;J��$9�hn��x�Y8Y�!�4����7%�o6װ(�2�P.��ba�����+�.kV����7�lE�9�AWܧ���̛�ž[ݨϝ����ƧS�3��xYAFm���� ˘OF�m3م���j�#D����u����{��endstream
+9��I������bF�S��?Ս�!�����n!;J��$9�hn��x�Y8Y�!�4����7%�o6װ(�2�P.��ba�����+�.kV����7�lE�9�AWܧ���̛�ž[ݨϝ����ƧS�3��xYAFm���� ˘OF�m3م���j�#D����u�������endstream
 endobj
-1790 0 obj <<
-/Type /Page
-/Contents 1791 0 R
-/Resources 1789 0 R
-/MediaBox [0 0 595.2756 841.8898]
-/Parent 1843 0 R
->> endobj
-1792 0 obj <<
-/D [1790 0 R /XYZ 85.0394 794.5015 null]
->> endobj
-1793 0 obj <<
-/D [1790 0 R /XYZ 85.0394 748.4854 null]
->> endobj
-1794 0 obj <<
-/D [1790 0 R /XYZ 85.0394 748.4854 null]
->> endobj
-1795 0 obj <<
-/D [1790 0 R /XYZ 85.0394 748.4854 null]
->> endobj
-1796 0 obj <<
-/D [1790 0 R /XYZ 85.0394 743.3452 null]
->> endobj
-1797 0 obj <<
-/D [1790 0 R /XYZ 85.0394 728.6405 null]
->> endobj
-1798 0 obj <<
-/D [1790 0 R /XYZ 85.0394 723.1655 null]
->> endobj
-1799 0 obj <<
-/D [1790 0 R /XYZ 85.0394 708.4607 null]
->> endobj
-1800 0 obj <<
-/D [1790 0 R /XYZ 85.0394 702.9857 null]
->> endobj
-1801 0 obj <<
-/D [1790 0 R /XYZ 85.0394 688.2211 null]
->> endobj
-1802 0 obj <<
-/D [1790 0 R /XYZ 85.0394 682.8059 null]
->> endobj
-1803 0 obj <<
-/D [1790 0 R /XYZ 85.0394 668.0414 null]
->> endobj
-1804 0 obj <<
-/D [1790 0 R /XYZ 85.0394 662.6262 null]
->> endobj
-1805 0 obj <<
-/D [1790 0 R /XYZ 85.0394 599.7666 null]
->> endobj
-1806 0 obj <<
-/D [1790 0 R /XYZ 85.0394 599.7666 null]
->> endobj
-1807 0 obj <<
-/D [1790 0 R /XYZ 85.0394 599.7666 null]
->> endobj
 1808 0 obj <<
-/D [1790 0 R /XYZ 85.0394 591.7571 null]
->> endobj
-1809 0 obj <<
-/D [1790 0 R /XYZ 85.0394 565.0374 null]
+/Type /Page
+/Contents 1809 0 R
+/Resources 1807 0 R
+/MediaBox [0 0 595.2756 841.8898]
+/Parent 1750 0 R
 >> endobj
 1810 0 obj <<
-/D [1790 0 R /XYZ 85.0394 559.6222 null]
+/D [1808 0 R /XYZ 85.0394 794.5015 null]
 >> endobj
 1811 0 obj <<
-/D [1790 0 R /XYZ 85.0394 534.1777 null]
+/D [1808 0 R /XYZ 85.0394 748.4854 null]
 >> endobj
 1812 0 obj <<
-/D [1790 0 R /XYZ 85.0394 527.4872 null]
+/D [1808 0 R /XYZ 85.0394 748.4854 null]
 >> endobj
 1813 0 obj <<
-/D [1790 0 R /XYZ 85.0394 502.0427 null]
+/D [1808 0 R /XYZ 85.0394 748.4854 null]
 >> endobj
 1814 0 obj <<
-/D [1790 0 R /XYZ 85.0394 495.3523 null]
+/D [1808 0 R /XYZ 85.0394 743.3452 null]
 >> endobj
 1815 0 obj <<
-/D [1790 0 R /XYZ 85.0394 420.5376 null]
+/D [1808 0 R /XYZ 85.0394 728.6405 null]
 >> endobj
 1816 0 obj <<
-/D [1790 0 R /XYZ 85.0394 420.5376 null]
+/D [1808 0 R /XYZ 85.0394 723.1655 null]
 >> endobj
 1817 0 obj <<
-/D [1790 0 R /XYZ 85.0394 420.5376 null]
+/D [1808 0 R /XYZ 85.0394 708.4607 null]
 >> endobj
 1818 0 obj <<
-/D [1790 0 R /XYZ 85.0394 412.5281 null]
+/D [1808 0 R /XYZ 85.0394 702.9857 null]
 >> endobj
 1819 0 obj <<
-/D [1790 0 R /XYZ 85.0394 388.4584 null]
+/D [1808 0 R /XYZ 85.0394 688.2211 null]
 >> endobj
 1820 0 obj <<
-/D [1790 0 R /XYZ 85.0394 380.3932 null]
+/D [1808 0 R /XYZ 85.0394 682.8059 null]
 >> endobj
 1821 0 obj <<
-/D [1790 0 R /XYZ 85.0394 365.6884 null]
+/D [1808 0 R /XYZ 85.0394 668.0414 null]
 >> endobj
 1822 0 obj <<
-/D [1790 0 R /XYZ 85.0394 360.2134 null]
+/D [1808 0 R /XYZ 85.0394 662.6262 null]
 >> endobj
 1823 0 obj <<
-/D [1790 0 R /XYZ 85.0394 345.4488 null]
+/D [1808 0 R /XYZ 85.0394 599.7666 null]
 >> endobj
 1824 0 obj <<
-/D [1790 0 R /XYZ 85.0394 340.0336 null]
+/D [1808 0 R /XYZ 85.0394 599.7666 null]
 >> endobj
 1825 0 obj <<
-/D [1790 0 R /XYZ 85.0394 325.269 null]
+/D [1808 0 R /XYZ 85.0394 599.7666 null]
 >> endobj
 1826 0 obj <<
-/D [1790 0 R /XYZ 85.0394 319.8539 null]
+/D [1808 0 R /XYZ 85.0394 591.7571 null]
 >> endobj
 1827 0 obj <<
-/D [1790 0 R /XYZ 85.0394 295.7842 null]
+/D [1808 0 R /XYZ 85.0394 565.0374 null]
 >> endobj
 1828 0 obj <<
-/D [1790 0 R /XYZ 85.0394 287.7189 null]
+/D [1808 0 R /XYZ 85.0394 559.6222 null]
 >> endobj
 1829 0 obj <<
-/D [1790 0 R /XYZ 85.0394 272.9543 null]
+/D [1808 0 R /XYZ 85.0394 534.1777 null]
 >> endobj
 1830 0 obj <<
-/D [1790 0 R /XYZ 85.0394 267.5392 null]
+/D [1808 0 R /XYZ 85.0394 527.4872 null]
 >> endobj
 1831 0 obj <<
-/D [1790 0 R /XYZ 85.0394 252.7746 null]
+/D [1808 0 R /XYZ 85.0394 502.0427 null]
 >> endobj
 1832 0 obj <<
-/D [1790 0 R /XYZ 85.0394 247.3594 null]
+/D [1808 0 R /XYZ 85.0394 495.3523 null]
 >> endobj
 1833 0 obj <<
-/D [1790 0 R /XYZ 85.0394 223.2897 null]
+/D [1808 0 R /XYZ 85.0394 420.5376 null]
 >> endobj
 1834 0 obj <<
-/D [1790 0 R /XYZ 85.0394 215.2245 null]
+/D [1808 0 R /XYZ 85.0394 420.5376 null]
 >> endobj
 1835 0 obj <<
-/D [1790 0 R /XYZ 85.0394 149.4956 null]
+/D [1808 0 R /XYZ 85.0394 420.5376 null]
 >> endobj
 1836 0 obj <<
-/D [1790 0 R /XYZ 85.0394 149.4956 null]
+/D [1808 0 R /XYZ 85.0394 412.5281 null]
 >> endobj
 1837 0 obj <<
-/D [1790 0 R /XYZ 85.0394 149.4956 null]
+/D [1808 0 R /XYZ 85.0394 388.4584 null]
 >> endobj
 1838 0 obj <<
-/D [1790 0 R /XYZ 85.0394 144.3554 null]
+/D [1808 0 R /XYZ 85.0394 380.3932 null]
 >> endobj
 1839 0 obj <<
-/D [1790 0 R /XYZ 85.0394 120.2857 null]
+/D [1808 0 R /XYZ 85.0394 365.6884 null]
 >> endobj
 1840 0 obj <<
-/D [1790 0 R /XYZ 85.0394 112.2205 null]
+/D [1808 0 R /XYZ 85.0394 360.2134 null]
 >> endobj
 1841 0 obj <<
-/D [1790 0 R /XYZ 85.0394 97.4559 null]
+/D [1808 0 R /XYZ 85.0394 345.4488 null]
 >> endobj
 1842 0 obj <<
-/D [1790 0 R /XYZ 85.0394 92.0407 null]
+/D [1808 0 R /XYZ 85.0394 340.0336 null]
 >> endobj
-1789 0 obj <<
-/Font << /F37 799 0 R /F21 710 0 R /F23 734 0 R /F39 895 0 R >>
-/ProcSet [ /PDF /Text ]
+1843 0 obj <<
+/D [1808 0 R /XYZ 85.0394 325.269 null]
+>> endobj
+1844 0 obj <<
+/D [1808 0 R /XYZ 85.0394 319.8539 null]
+>> endobj
+1845 0 obj <<
+/D [1808 0 R /XYZ 85.0394 295.7842 null]
 >> endobj
 1846 0 obj <<
+/D [1808 0 R /XYZ 85.0394 287.7189 null]
+>> endobj
+1847 0 obj <<
+/D [1808 0 R /XYZ 85.0394 272.9543 null]
+>> endobj
+1848 0 obj <<
+/D [1808 0 R /XYZ 85.0394 267.5392 null]
+>> endobj
+1849 0 obj <<
+/D [1808 0 R /XYZ 85.0394 252.7746 null]
+>> endobj
+1850 0 obj <<
+/D [1808 0 R /XYZ 85.0394 247.3594 null]
+>> endobj
+1851 0 obj <<
+/D [1808 0 R /XYZ 85.0394 223.2897 null]
+>> endobj
+1852 0 obj <<
+/D [1808 0 R /XYZ 85.0394 215.2245 null]
+>> endobj
+1853 0 obj <<
+/D [1808 0 R /XYZ 85.0394 149.4956 null]
+>> endobj
+1854 0 obj <<
+/D [1808 0 R /XYZ 85.0394 149.4956 null]
+>> endobj
+1855 0 obj <<
+/D [1808 0 R /XYZ 85.0394 149.4956 null]
+>> endobj
+1856 0 obj <<
+/D [1808 0 R /XYZ 85.0394 144.3554 null]
+>> endobj
+1857 0 obj <<
+/D [1808 0 R /XYZ 85.0394 120.2857 null]
+>> endobj
+1858 0 obj <<
+/D [1808 0 R /XYZ 85.0394 112.2205 null]
+>> endobj
+1859 0 obj <<
+/D [1808 0 R /XYZ 85.0394 97.4559 null]
+>> endobj
+1860 0 obj <<
+/D [1808 0 R /XYZ 85.0394 92.0407 null]
+>> endobj
+1807 0 obj <<
+/Font << /F37 803 0 R /F21 714 0 R /F23 738 0 R /F39 900 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1863 0 obj <<
 /Length 2121      
 /Filter /FlateDecode
 >>
@@ -8028,119 +8127,119 @@ Z9
 a�o����3��s�d��*^��Xx��R~Ȭت�����9w�m&U��鍽c�U���,p�2���6�L@�U\��q8.�6b�N}�I?�L����	���HU��}fF�V�x���}_�*�cIj�\m�17��ԩ�p����<3�$)6�.|�q�j�:��≀�2-�,N7:�ꉸjH��B��:s%v�r�(+$-K��p
 ��u�a�����7Y��O+|��'66E^�
/��z�?�)\6;6jV��+��RZ/ٍ�T[?뙉W�
 BRSO��1���<(AD]�Xx���Z�M���{��P���\J"V�C��N�Q�3;��Իp���Γ	���8
-�ل��A��<r��3���b��q+�ۖ��C@
���)�g�4����lj�8N������t�����KWk�\F,an��^��9�%@?.a�I�G�O��e^���ú�dQ���5.�b[�hA�f�w�y��3��y���ur�k��)\+��r�[t�aUu�E�c��/eU/a�U�f�^�6	uϖ^��u����ȝ�endstream
+�ل��A��<r��3���b��q+�ۖ��C@
���)�g�4����lj�8N������t�����KWk�\F,an��^��9�%@?.a�I�G�O��e^���ú�dQ���5.�b[�hA�f�w�y��3��y���ur�k��)\+��r�[t�aUu�E�c��/eU/a�U�f�^�6	�ϖ^��u���� ��endstream
 endobj
-1845 0 obj <<
-/Type /Page
-/Contents 1846 0 R
-/Resources 1844 0 R
-/MediaBox [0 0 595.2756 841.8898]
-/Parent 1843 0 R
->> endobj
-1847 0 obj <<
-/D [1845 0 R /XYZ 56.6929 794.5015 null]
->> endobj
-1848 0 obj <<
-/D [1845 0 R /XYZ 56.6929 749.4437 null]
->> endobj
-1849 0 obj <<
-/D [1845 0 R /XYZ 56.6929 749.4437 null]
->> endobj
-1850 0 obj <<
-/D [1845 0 R /XYZ 56.6929 749.4437 null]
->> endobj
-1851 0 obj <<
-/D [1845 0 R /XYZ 56.6929 746.6461 null]
->> endobj
-1852 0 obj <<
-/D [1845 0 R /XYZ 56.6929 722.5763 null]
->> endobj
-1853 0 obj <<
-/D [1845 0 R /XYZ 56.6929 716.7581 null]
->> endobj
-1854 0 obj <<
-/D [1845 0 R /XYZ 56.6929 701.9936 null]
->> endobj
-1855 0 obj <<
-/D [1845 0 R /XYZ 56.6929 698.8254 null]
->> endobj
-1856 0 obj <<
-/D [1845 0 R /XYZ 56.6929 684.1207 null]
->> endobj
-1857 0 obj <<
-/D [1845 0 R /XYZ 56.6929 680.8926 null]
->> endobj
-1858 0 obj <<
-/D [1845 0 R /XYZ 56.6929 656.8229 null]
->> endobj
-1859 0 obj <<
-/D [1845 0 R /XYZ 56.6929 651.0047 null]
->> endobj
-1860 0 obj <<
-/D [1845 0 R /XYZ 56.6929 636.3 null]
->> endobj
-1861 0 obj <<
-/D [1845 0 R /XYZ 56.6929 633.072 null]
->> endobj
 1862 0 obj <<
-/D [1845 0 R /XYZ 56.6929 609.0023 null]
->> endobj
-1863 0 obj <<
-/D [1845 0 R /XYZ 56.6929 603.184 null]
+/Type /Page
+/Contents 1863 0 R
+/Resources 1861 0 R
+/MediaBox [0 0 595.2756 841.8898]
+/Parent 1750 0 R
 >> endobj
 1864 0 obj <<
-/D [1845 0 R /XYZ 56.6929 579.1143 null]
+/D [1862 0 R /XYZ 56.6929 794.5015 null]
 >> endobj
 1865 0 obj <<
-/D [1845 0 R /XYZ 56.6929 573.2961 null]
+/D [1862 0 R /XYZ 56.6929 749.4437 null]
 >> endobj
 1866 0 obj <<
-/D [1845 0 R /XYZ 56.6929 558.5914 null]
+/D [1862 0 R /XYZ 56.6929 749.4437 null]
 >> endobj
 1867 0 obj <<
-/D [1845 0 R /XYZ 56.6929 555.3634 null]
+/D [1862 0 R /XYZ 56.6929 749.4437 null]
 >> endobj
 1868 0 obj <<
-/D [1845 0 R /XYZ 56.6929 540.5988 null]
+/D [1862 0 R /XYZ 56.6929 746.6461 null]
 >> endobj
 1869 0 obj <<
-/D [1845 0 R /XYZ 56.6929 537.4306 null]
+/D [1862 0 R /XYZ 56.6929 722.5763 null]
 >> endobj
 1870 0 obj <<
-/D [1845 0 R /XYZ 56.6929 510.7109 null]
+/D [1862 0 R /XYZ 56.6929 716.7581 null]
 >> endobj
 1871 0 obj <<
-/D [1845 0 R /XYZ 56.6929 507.5427 null]
->> endobj
-638 0 obj <<
-/D [1845 0 R /XYZ 56.6929 477.5928 null]
+/D [1862 0 R /XYZ 56.6929 701.9936 null]
 >> endobj
 1872 0 obj <<
-/D [1845 0 R /XYZ 56.6929 453.2532 null]
->> endobj
-642 0 obj <<
-/D [1845 0 R /XYZ 56.6929 369.7201 null]
+/D [1862 0 R /XYZ 56.6929 698.8254 null]
 >> endobj
 1873 0 obj <<
-/D [1845 0 R /XYZ 56.6929 345.3805 null]
+/D [1862 0 R /XYZ 56.6929 684.1207 null]
 >> endobj
 1874 0 obj <<
-/D [1845 0 R /XYZ 56.6929 310.6805 null]
+/D [1862 0 R /XYZ 56.6929 680.8926 null]
 >> endobj
 1875 0 obj <<
-/D [1845 0 R /XYZ 56.6929 310.6805 null]
+/D [1862 0 R /XYZ 56.6929 656.8229 null]
 >> endobj
 1876 0 obj <<
-/D [1845 0 R /XYZ 56.6929 310.6805 null]
+/D [1862 0 R /XYZ 56.6929 651.0047 null]
 >> endobj
 1877 0 obj <<
-/D [1845 0 R /XYZ 56.6929 310.6805 null]
+/D [1862 0 R /XYZ 56.6929 636.3 null]
 >> endobj
-1844 0 obj <<
-/Font << /F37 799 0 R /F21 710 0 R /F23 734 0 R /F39 895 0 R /F14 737 0 R >>
-/ProcSet [ /PDF /Text ]
+1878 0 obj <<
+/D [1862 0 R /XYZ 56.6929 633.072 null]
+>> endobj
+1879 0 obj <<
+/D [1862 0 R /XYZ 56.6929 609.0023 null]
 >> endobj
 1880 0 obj <<
+/D [1862 0 R /XYZ 56.6929 603.184 null]
+>> endobj
+1881 0 obj <<
+/D [1862 0 R /XYZ 56.6929 579.1143 null]
+>> endobj
+1882 0 obj <<
+/D [1862 0 R /XYZ 56.6929 573.2961 null]
+>> endobj
+1883 0 obj <<
+/D [1862 0 R /XYZ 56.6929 558.5914 null]
+>> endobj
+1884 0 obj <<
+/D [1862 0 R /XYZ 56.6929 555.3634 null]
+>> endobj
+1885 0 obj <<
+/D [1862 0 R /XYZ 56.6929 540.5988 null]
+>> endobj
+1886 0 obj <<
+/D [1862 0 R /XYZ 56.6929 537.4306 null]
+>> endobj
+1887 0 obj <<
+/D [1862 0 R /XYZ 56.6929 510.7109 null]
+>> endobj
+1888 0 obj <<
+/D [1862 0 R /XYZ 56.6929 507.5427 null]
+>> endobj
+642 0 obj <<
+/D [1862 0 R /XYZ 56.6929 477.5928 null]
+>> endobj
+1889 0 obj <<
+/D [1862 0 R /XYZ 56.6929 453.2532 null]
+>> endobj
+646 0 obj <<
+/D [1862 0 R /XYZ 56.6929 369.7201 null]
+>> endobj
+1890 0 obj <<
+/D [1862 0 R /XYZ 56.6929 345.3805 null]
+>> endobj
+1891 0 obj <<
+/D [1862 0 R /XYZ 56.6929 310.6805 null]
+>> endobj
+1892 0 obj <<
+/D [1862 0 R /XYZ 56.6929 310.6805 null]
+>> endobj
+1893 0 obj <<
+/D [1862 0 R /XYZ 56.6929 310.6805 null]
+>> endobj
+1894 0 obj <<
+/D [1862 0 R /XYZ 56.6929 310.6805 null]
+>> endobj
+1861 0 obj <<
+/Font << /F37 803 0 R /F21 714 0 R /F23 738 0 R /F39 900 0 R /F14 741 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1897 0 obj <<
 /Length 1945      
 /Filter /FlateDecode
 >>
@@ -8151,45 +8250,45 @@ O3i_
 !��(�7|�l���B����W�n[�e���׻�͛��U���
 �~�\���c��7ME+�a{�#�5��k�Z�>�=��w�n���mOT8���y��������*"�KH,�][�@�7��E�=�q�Z�a��5�и��j�����=#-�DZ�q;2.��Ȉ3t��-Ae�OM�ǂ������˶��1��]�7^x �;7� l>T�.ݐ�1��
�����4
�n�Q���au��ң[(�_nV�-����
�k�,d`��|O�����gZ�h���|���w߷��G��g����v=�C�BD�n�'�`W�G�}���(��<��z��
 ��1��\�\�X�X�Κeyn@ǜ�iJ���7�~��8J�8��v�2e���UJ�k��:�̛{I���m�l�`��*kGk����}�Wg$\.qU�צ���E���f��=�šR�7�ՐB����B(b�%%}r��h��C�8�(Ύ�JV��;C�G��
�=(�;Ф	D��x��$��$��	���X7$̉�nw��������4�t�ȧ9��p��fګLfc@�O��]�O�F����������U��`�E��iJ�MZ3{{��8�m!�A��xR���	x�����X�Lj�7�w6�d�D��*z��}՗m�N��G�cX,�n�B������.7��
���N�lF)A��K�B1�ph�$�?(��� J׺E�N��y,{*��TCV|i@�s�ỳ^5�繬� X��2��ԫ��Q�%jUv䖨e=��&���k�/^����b*���$@���/�z5!����82��(Fd	��ɵ1&��H>���c\|a��I���ɮZ_�ll}@
�^�}���!0\E᥮�#:�tM0!�mz�)��,<�yfǖ�}��B���Р�;(P;�Z�G�;ZZ�U��:
-7�[�ʘ���by��TS�*�ћ��?}��kx��b��ͬ�:5��DU)ǟ��
��8�a�\���7�r$sʹ�g�ȇ��'��������Y�u\��cN���N��{�`Bɺ��/u�0x����{�o�1�tDm ����I��0���MK`�{r����!`z�f�%5YH��-�1��eL��B��M��+5���y1W��M���T���!Ł���:�/
�w�F��C]��^��"��a�~\�,��p�4�Hi0F�)�P��4ʧ�ۻ�@`e衡�*�������c�w�H���m�/����]t즍}��/a������ϲ����y���o#\Ó/Uܜ7�����й��endstream
+7�[�ʘ���by��TS�*�ћ��?}��kx��b��ͬ�:5��DU)ǟ��
��8�a�\���7�r$sʹ�g�ȇ��'��������Y�u\��cN���N��{�`Bɺ��/u�0x����{�o�1�tDm ����I��0���MK`�{r����!`z�f�%5YH��-�1��eL��B��M��+5���y1W��M���T���!Ł���:�/
�w�F��C]��^��"��a�~\�,��p�4�Hi0F�)�P��4ʧ�ۻ�@`e衡�*�������c�w�H���m�/����]t즍}��/a������ϲ����y���o#\Ó/U<=?n����y����endstream
 endobj
-1879 0 obj <<
+1896 0 obj <<
 /Type /Page
-/Contents 1880 0 R
-/Resources 1878 0 R
+/Contents 1897 0 R
+/Resources 1895 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1843 0 R
+/Parent 1750 0 R
 >> endobj
-1881 0 obj <<
-/D [1879 0 R /XYZ 85.0394 794.5015 null]
->> endobj
-646 0 obj <<
-/D [1879 0 R /XYZ 85.0394 769.5949 null]
->> endobj
-1882 0 obj <<
-/D [1879 0 R /XYZ 85.0394 573.0107 null]
+1898 0 obj <<
+/D [1896 0 R /XYZ 85.0394 794.5015 null]
 >> endobj
 650 0 obj <<
-/D [1879 0 R /XYZ 85.0394 573.0107 null]
+/D [1896 0 R /XYZ 85.0394 769.5949 null]
 >> endobj
-1883 0 obj <<
-/D [1879 0 R /XYZ 85.0394 538.4209 null]
+1899 0 obj <<
+/D [1896 0 R /XYZ 85.0394 573.0107 null]
 >> endobj
-1884 0 obj <<
-/D [1879 0 R /XYZ 85.0394 504.6118 null]
+654 0 obj <<
+/D [1896 0 R /XYZ 85.0394 573.0107 null]
 >> endobj
-1885 0 obj <<
-/D [1879 0 R /XYZ 85.0394 432.7569 null]
+1900 0 obj <<
+/D [1896 0 R /XYZ 85.0394 538.4209 null]
 >> endobj
-1886 0 obj <<
-/D [1879 0 R /XYZ 85.0394 303.3232 null]
+1901 0 obj <<
+/D [1896 0 R /XYZ 85.0394 504.6118 null]
 >> endobj
-1878 0 obj <<
-/Font << /F21 710 0 R /F23 734 0 R /F41 935 0 R /F53 1027 0 R >>
+1902 0 obj <<
+/D [1896 0 R /XYZ 85.0394 432.7569 null]
+>> endobj
+1903 0 obj <<
+/D [1896 0 R /XYZ 85.0394 303.3232 null]
+>> endobj
+1895 0 obj <<
+/Font << /F21 714 0 R /F23 738 0 R /F41 940 0 R /F53 1032 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1889 0 obj <<
-/Length 3825      
+1906 0 obj <<
+/Length 3824      
 /Filter /FlateDecode
 >>
 stream
@@ -8208,29 +8307,29 @@ h
 �L��›2������j����]>�|�(�����av�һ^q�$C����|qY�w)����� Wr����bٖ����x�f&@��2�\�Z6�m�	_���á�Ka�t�'z�����r���P</����j����w�M���	3�^�OT�O�`Gͯ;iC�dh����O�ه�^B�H�Ƕh�T`��I��~�X�����:�?��U�]�&Ԏˉ[/�����1�e�K����&_��ڈ'a3 )�	@�;Ni�<a� ���{.��FSz�Fׅc��'.�l�
 �x�k�|t�����˻�w�Vl�)9X�Z�ݙy�0�%���o�2����;��U��+��q ��|鿩�����*
 �Gi�\_�AQ?�M@#`�JU�7��Jg]�T;T��8I�r3�-KBn�q\���I�l��;��@�-�񦩉�ن�(��e��["��ң�r���\�
��+���^��P��P%z��v�^����6u���ȱ���q�"���)�Ya�w&�����!=ǁo�]���{���X�Yf��=ԑ�p�'<Q���Zxt�I��5�\S!����2'"%�.��D!$`L�S���O&E�����,-�9=yS�SM}E��W��/D���ֻ�I�
-/�p�Q���*V�9pcА-Zq4�M��R��2G�/%��累_�k)k'��
$���)�:Dz�-Y}���XȨendstream
+/�p�Q���*V�9pcА-Zq4�M��R��2G�/%��累_�k)k'��
$���)�:�=�����>�����Ȫendstream
 endobj
-1888 0 obj <<
+1905 0 obj <<
 /Type /Page
-/Contents 1889 0 R
-/Resources 1887 0 R
+/Contents 1906 0 R
+/Resources 1904 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1843 0 R
+/Parent 1750 0 R
 >> endobj
-1890 0 obj <<
-/D [1888 0 R /XYZ 56.6929 794.5015 null]
+1907 0 obj <<
+/D [1905 0 R /XYZ 56.6929 794.5015 null]
 >> endobj
-1891 0 obj <<
-/D [1888 0 R /XYZ 56.6929 752.1413 null]
+1908 0 obj <<
+/D [1905 0 R /XYZ 56.6929 752.1413 null]
 >> endobj
-1892 0 obj <<
-/D [1888 0 R /XYZ 56.6929 501.191 null]
+1909 0 obj <<
+/D [1905 0 R /XYZ 56.6929 501.191 null]
 >> endobj
-1887 0 obj <<
-/Font << /F37 799 0 R /F21 710 0 R /F23 734 0 R /F41 935 0 R /F48 950 0 R /F53 1027 0 R /F11 1384 0 R >>
+1904 0 obj <<
+/Font << /F37 803 0 R /F21 714 0 R /F23 738 0 R /F41 940 0 R /F48 955 0 R /F53 1032 0 R /F11 1400 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1895 0 obj <<
+1912 0 obj <<
 /Length 3111      
 /Filter /FlateDecode
 >>
@@ -8247,99 +8346,95 @@ D
 �]Er�<@�ʞ������>����ԩZê`��N4�"N�C�S���2��2L�+�D�����l�����C��Y���u��#f�Y�+�܊�񼻯��O��Rq�~�ƞ�JM�)'�h���(M�U����q��7�)Ʉf�q���B3��̡{+�
��ؒ��·�χ�=���,~�4N��<
 [��P��,C��x�+?gHl!�æ@�Q�x�g/�\:t�;r �y����o��4�T��A������Y�e��uiq��B�a��:�`p᥁���o�-�-r���,k��Tz�l����4�I����]�nn��],/��7<�
 �q09���F����j't����Hzq(����^K��I��*�a��}�˪<n�4r�k#H�}_w��q�X��!�:�ݮԴ{��ӝ�U�9N��Y�-K�hgɞz�:���&�i�f�sJt�t���~�u�K�[�+u�uV���M�4��s�;�j�p]W���H�$���`��"P��{�?�T8�&��o8�#uƩV��.;��s�;Nj�pjW�ɂ��G�`xu��SɠW����=�QU�6)=���C���`�.����ЍM�k�z��>��ʪ+�����:��J?�S=i}�����Դ�kxS�H
-g��nG�����]51�V͛%�^�M�1a��,��0��%�X�Z��)�"��"ѓ���_0[��w����ձ;���{-�M�P�~?Jj*�O��v1��]q �\��f=1٤;Y0�3ߤ��[�!ZR�֡�yp�{����_�_�.�b��O��(3[���l�'��s���=�1^Ԓ���U�imG�,��T�m��J��&)�M%��<�t��)�I9�Y�����[�9�>N1=��b`cr���5M$S���P�xM�H1�u�z��5YQ�0�?2��2X0a�;J�e@>�6�Y�O���{�ǡ�3�2�5�����ݧ���v'�걗X���$�d�o���i X���{�sZ�kۡ��[ۮ�kzĝ�����~��|�����ޑ�e�e���N��U�n�X��7�UZ�i��L{���b��r�D`�hu2C��?NѰ��������r���ɣ��z��X#s�#��?�j��-���I&^� ����(t���t��a���R+�^endstream
+g��nG�����]51�V͛%�^�M�1a��,��0��%�X�Z��)�"��"ѓ���_0[��w����ձ;���{-�M�P�~?Jj*�O��v1��]q �\��f=1٤;Y0�3ߤ��[�!ZR�֡�yp�{����_�_�.�b��O��(3[���l�'��s���=�1^Ԓ���U�imG�,��T�m��J��&)�M%��<�t��)�I9�Y�����[�9�>N1=��b`cr���5M$S���P�xM�H1�u�z��5YQ�0�?2��2X0a�;J�e@>�6�Y�O���{�ǡ�3�2�5�����ݧ���v'�걗X���$�d�o���i X���{�sZ�kۡ��[ۮ�kzĝ�����~��|�����ޑ�e�e���N��U�n�X��7�UZ�i��L{���b��r�D`�hu2C��?NѰ��������r���ɣ��z��X#s�#��?�j��-���I&^� ����(t�zh��ӰS��
R��`endstream
 endobj
-1894 0 obj <<
+1911 0 obj <<
 /Type /Page
-/Contents 1895 0 R
-/Resources 1893 0 R
+/Contents 1912 0 R
+/Resources 1910 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1843 0 R
+/Parent 1915 0 R
 >> endobj
-1896 0 obj <<
-/D [1894 0 R /XYZ 85.0394 794.5015 null]
+1913 0 obj <<
+/D [1911 0 R /XYZ 85.0394 794.5015 null]
 >> endobj
-1897 0 obj <<
-/D [1894 0 R /XYZ 85.0394 679.319 null]
->> endobj
-1893 0 obj <<
-/Font << /F37 799 0 R /F23 734 0 R /F41 935 0 R /F21 710 0 R /F48 950 0 R /F53 1027 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-1900 0 obj <<
-/Length 2838      
-/Filter /FlateDecode
->>
-stream
-xڥZ[oܺ~���GIT�DQ�� �A�S��A$~�W�-D+mV�ί��*R�=m���g8�ͅ����e<�)vy���l�?\��#��r�-�G�&�zw{����|W�'|w��%R$��V_�w)N�a�������3D��77~{����! �������ۿ�����~������׫�^�P`�����՗;��@�_�PJ�����(��p�2�f�R��\}����0՟.)�e"��
-���e5�4��r�SR0���Ē��Rӫ/mww����%c"RFh��wO5gOh�S�2������w�����7T�dx�
��r�qR���{�p��{���2t��"ы����W��Mw���׃i�����<�\c��E�Xr�T�ӏl�f>�Q*�(�A8-2X�ZY%�s3�RL��z�+�� ˶W��p� @/�3Z՟׏�&Rb�����N��i^̼�l+%! :��iF�k����T��^�L��;�C�7�������FVf����#)Z��l��(}j��Pj��yf�~���,O������D���00ܫ��p*�ra&*R�qbɌy���q�u��4�2/�^V���sq���@b�C�u�T�C�D.H8
�M��j��E
-�����֣8�i�C�(ɴ]���l1*RL�l���3F9�p�Cg�_"m����|�N����a��� �@��d�y���o
VE�"�N1Vv�27+�}�e��㰫պ�~��o���|4�Rɫ�I�M�bz�<����[w���rT�`Fe�#C��,͌?�:Z����rCC-m���B��~�
�:*�_�x!X0.�6oO5gC���As��G�AL�(����4*����B���dF�m�C�7���t[�!�
-=��|FB� �Gp>��,����B���
-Lբ�4n!���u����5�FL�;�@���3,y2Ey
-$�'�t(�I�� O�M��7v�$�!��ڵ�jݣ��-aV�0b�-�jԫ���(J>f𹆢�i��C�4�s��A�Ne�����@��6"ki��������"�wLSyBvv�;�<Z������Ld�0�XE^�ԡ԰���iN����j��=������y=�Z��=՜u7�.�`ޣ�+�q��ir<��`�6t��3���A!�l���;d;���d�y8��`t�Ë��S)x�b9.8�N�*��K�,ǎF��:��OJKo���f��S��s/]�V�M�JpTd]�?*#�%!<�B�-3q�@G� �B�	�6@�<��	O�j���=&���dq�1���`5i�-������Y��+#���u<q�0��m� w�9��~��`j�*r�m��j���[�9�jٺ�~,[g����H�OO:��~�����LG��7t�p}g�Lx���3VV�
���՜9*x��·{yr�nֳq�hb��ev�y���M�[�&eiƸ��x�Ow6��c�Gr�:L�s<<m�r�����̧�
-2�e����ݐz1m�0�����ZlҌ�`����uF��ͳ8=��n����C�W�ȘF��it�{�N��^���V˾��v͓@iH��I�jL�&��랴�>�)�O
-k�H+�&Pr�%���}���&{��a�)d�P�e�Pm��Q�9���j���=���q��
-�ܡ�\�_���Vhu��0O����}�gu��T�꧝|p2%(4e%_��(�������4Ɖ���ċ{k��Dǽ��v��?�2�zh\�*�(�S�ȅ�R�#�Sy}?M�"����f�uRS��a��5�Z�1٫�n]_n�QO\�'�VzW��'s��7N�(�SU��%F�
CX��*�)�Y��[���:e�WC���B��p��ߧ(sp2�$���������d�.�
��54��+�SZZ_8B[[����p>���g�v��b�.W�5l���V��U0(�
-�.dڐj���a,�����6sO5�>	����m��a:�{�ͶwۀH�.!��`ko1�xڍ�|�a�R��)7��0��
c�z�	�R�x������l��%mÜm��
�l��I1JF���hZ�0c�d�[��<̚�Y��ty�<�(fv�!Նy�h������fn��Z�m<�\��> )�"� 0w���<<2O��Ó@d�>ڇqkn�×�S8���>�ڇ[���>:��"ͩ�TDF�I���u�9��bM�z8��v<���]>��6Ƹ�m���6�<�x�!Z>�Wi��0r��-��P��2W��A��v�J�d몴��*-b��qy_5@(�;}���j�y�l�H��+Qp�<�����¡����߆�tm��A�� 72Y��E<I2��Za͵��Ӓ��2�&��,{)w*�V�O`wo�!�g�C�=B�^|����Z���}��ܾ%��g�k�Ņ��ƅTRm��Q��Z�s؎���9p�)��y[躛.���0��M�:]g�Z������4��PD��mL�8$�i�q���d��m?Ȳ�����8��L���ͺ�.�u�b�������wp��_/��s����Oi����#0��pW7Pm�M�����30}�pë������v9 ���%Ҁ>I@���؎x��]�s�آ��<j��{4�fg�v3e�L��44FL�Ӧo	�P����ɋ�C!�
-��9���c���Ч��-�:�'�T���Ǵ&�,?g��7�<&ڪNN7�u�o���pQ_�9���Z���U��[@�9�����7���1Y�ɳ>�N(�	���qPJ(�ݹ��n���endstream
-endobj
-1899 0 obj <<
-/Type /Page
-/Contents 1900 0 R
-/Resources 1898 0 R
-/MediaBox [0 0 595.2756 841.8898]
-/Parent 1843 0 R
->> endobj
-1901 0 obj <<
-/D [1899 0 R /XYZ 56.6929 794.5015 null]
->> endobj
-1898 0 obj <<
-/Font << /F37 799 0 R /F48 950 0 R /F23 734 0 R /F21 710 0 R /F53 1027 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-1904 0 obj <<
-/Length 3265      
-/Filter /FlateDecode
->>
-stream
-xڭ]s�6�ݿB3}���O~<���ݜ�4Ik�w7m(��9�HU�����v��D���i/�����],��3�,5��LϒL3Å�-7|����^3�@�>ԛ��Wߨd��,���~�Õ2��bv��9��������.����
��Σ���zGk/3]����il� �`1��o�^�z����}`�ϰ�
-9����_�l|{���R3��D����BŌVʯTw?���v���I��:��8Q��g�����,��b�锘<���z�t�����
-%Ys1��QPc�R�H��T�#�wEw9W*��ǂ�~�(v8��fMkȟ�݆�����z��mq)�|GӲ�������<cq�%����|SԀW�0���1"!��A\O�ȘRpHX7����s-��Mݖ+8�H�b�γh�j����2���E.Xf�����ȨX�����S^��z���I�B�¹�-����V?x0��vB�a��]�)j��V���R�$�;�[��p�'g[O	ȰX/¯�w�#+'�!)T�GuC2PIJGw2 ;w���XV�4�[\)ݛ-,�x�u���`�Z��=���\v�8�Ѻ��:���F���qh��mi�CQZ�����+�
-zS�䵃�\V--��$W�Dq�h񃻲j�������U��˺�IU���҇ߚHR��ī)R\>NܕJ\���b��7`<&��$&oZ��D�t�"��ȍd"V��U.6���]Ɖf<�y�ڇ:�S������-�,^�yU�A�p�gi�1�W�K���[�*�5����G����[&Q�k��h��1��(_=��lI���@�Û��wܡ��2N0{ey3q;�T��]�2ty���e3����74A�!����dC;ٔ��M2{���=��=�nep^�,&�1ʸuk�0�� �vKzZ=_
-!"d9K��0�@w��;���)�v9�OXZ0��f_��Ք�o�0�����Φ!�������K�!_�ta�}A�0�I���sH0Z����cN�u��/v��۸p��VOٚ���l�u��<���bU�������9O8@�)�/��T:$}*Q��4Roli�U��eS��
=��Sq��k_���W���&|�L���w�H��B�(8�������86������˺�+�p���!ܲ�x�E:�Ŧ�Y�˖����TD���M��+b�"({�����
$aeU��H�%�[��Pc���@5��l���]�y����Ӳ��UK�U�[A#+O�}��A2��|����.����'�ۣ�9d'��Q�T
-G��M^�I�b�9�G���|Q!". �`��A!�
\).Nбj��Pq�uG��"_>���L���P9M1�a�Y �*h��n`��nw�ǎz���S���]�o -���Y�Ä-��i�=�����s5`�)7/�t�N{���뼬��!��*�ϓPc�Gy��|'Ҿ�"IC)�t4���(��׾*�p��b�d�F��x>7{�wzP�,�������Ҙ�o.]ݾc�|���*@b+)�j�	�|���-JY�\�:N�UsKTV��N�:tg�P�j�4��n��cV�/
-��K�~8�I��PSq͓�Ӈ:�:*�΢�Zd
��)d�	W/0��Y�-�͐��
-�-&�1y
-�)�m�?�E+l@!ѡ�!+iXu�rK3Y���d��+t~����X�"�N��yAH�Uj�:�C�U*��.a��\�P����T�L���T�u�J=T�R�m�]��P���<��5�>�NHk�D�!�H>Z�#U3����i<
-^��j�lm3��<��+�Ī�1�߹���7���/h��Qd�a����S�Нkn-=�݌��|�*;H]�mc�����K�(�?�*�@�ry^�P�!@Ehˇ�c�Nd:�%��,u4�>T�&��!��-ٹ���_��X�>�y��)�y�}�Kި?����k�v`SX���Ͷ����4G�뉆�N%ә҃����,K�t�!<_��[X9���ۯ�uuwsZ@�1��y}�A��e������4��x~���Dt�γ��<�",VY<d�Vc��,���>p�*h�n4�?X��2���/�9��6�G����ܷ�j�DTif��L��oG�c+?K����76mE�����׷<�Z�LM%͇��	8ư��|��0�e!��-�R���6M��CI�A���&2�D0����L6NC��U�@�j�߈�z��h&uh)ڮ_O���"&%��O��YNv�%S���"��R
-~pۉ����<�+rT�@$�=qau����]��2��z��n|^q�_���&��LЙ�l��`B�?�W㼏rl��K"Tr������)�W괿
-P!~u��6�F�L����1���&XbD2��o�˹����U�";3xq̄f4�;L	i��v8�ܵ�m!�����p0ٱ:�g�P�A��͑��=�끛�&eU���8�1�j��9P�k:&�({�t�C��1t?�,�ϒ>��#ړ���m���+�V��-2��ӥ��Z���_H�T��E:|����'�P ��A�R0���џS���O�*�����������ۛ�	�^Q�L����SB����=2��(��r��엿�e��~-���x��"2���vElK�Z���$��m�m+�
-��&�ԴH���EtQ�GX_��i�\4�B(K�Q���)������rdק����5܇��ԧ3�Y�d^6��ìI`p)"<%N�-r�~IM��_���n ݣm�R�	�/s���8p_���4����u��X��ki0@4H@"f�@@���گ\�cYm�5�F�l0��(���h	IbV1������Iљ�
-�
-O�����w_������܆���S�%>���-�DZ�<˅�t�5kq�}3��ƫ�]�ʅ��4b��G�j�h�
-�m�
wӒ��lE�3{���=���Yq�v�F�V�
w������p��H�,Ɔ�/�s��m�o�>�f�_o^Mum��3��ő�,��=�{�i
-�ל�l�}�fl�W���Ö#oz��W�wU���O�$���>�&Ğ/��Y�_�&ϙ�
->��_��E��;�`�Ւ�߷
��h�1ۢ�6�l���ӷ��?����Q���z���^�R��K;����r�䅤UT��:�o�MOJ���{0#���$�p���_�)����B�?���7r2���>�'��d
-?�B���n06�2����M�xendstream
-endobj
-1903 0 obj <<
-/Type /Page
-/Contents 1904 0 R
-/Resources 1902 0 R
-/MediaBox [0 0 595.2756 841.8898]
-/Parent 1907 0 R
->> endobj
-1905 0 obj <<
-/D [1903 0 R /XYZ 85.0394 794.5015 null]
->> endobj
-1906 0 obj <<
-/D [1903 0 R /XYZ 85.0394 179.5067 null]
->> endobj
-1902 0 obj <<
-/Font << /F37 799 0 R /F48 950 0 R /F23 734 0 R /F53 1027 0 R /F41 935 0 R /F21 710 0 R >>
-/ProcSet [ /PDF /Text ]
+1914 0 obj <<
+/D [1911 0 R /XYZ 85.0394 679.319 null]
 >> endobj
 1910 0 obj <<
+/Font << /F37 803 0 R /F23 738 0 R /F41 940 0 R /F21 714 0 R /F48 955 0 R /F53 1032 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1918 0 obj <<
+/Length 2837      
+/Filter /FlateDecode
+>>
+stream
+xڥZ[oܺ~���GIT�%�C��9hO�-��A^Ѷ��Yic8��ëH����>�"G���7��w~x�E*
+R첂�a������~�–�#zR�����_i�+�B��}��S��xw[}Iޥ8��P���/�o���$oon>�����# �������ۿ�����~������׫�^�P`�����՗;��@�_�PJ������(��p�8M9���4W����'F��K
+`<O9aTAS�2��&�fQ�pJ
+F��X��&G����K�ݝ��|��tɘ�)#4�b�����'4`�)M�$����=>6��
�q2<�Iz9�8��G��=D8���y~E��q��E�]k�+�צ�
+lh���4�v���Y�^�1�	�"C,�}���G�D3ݿ(�i�g����VVɇ���������?Ċ"9Ȳ�Շ� (�+2�@������DJ�҂��Ҵ��P6͋���m�$D��!ͨZ`-{X�*�=PЫ�)��<t�r��fV5T�}y��ʬ`�
+"EK}~��q�O-5�f`�Lp+����eyu��%y��ם&ƹ�jz5�ʽ\���)�X2c^-bw`ݽy)���˹�U:�{�\"�RT�|�C�u�T�C�D.H8
�M��j��E
+��c���Gq����Q�i�>����bT��d|�9Mg�r��8�i��<�"D��	"M��ԝ�0��v��A:�N?��N��`����<E�b���ZenV$��ʺ��aW�u/�h�u��t��h���W
�������y>������g�����RG���Y�*u���E�円Z�:~)I�<��Pm��Qy�z/�����<������c�2(b�Q�(�� ���09�pp�F%�XZh����ȃ�Mw�>�r]7�n�"�^�Ԟ�Hh��Ηs�c+:X)䞏� �T-
+@��]0�����&�菉w�<�E0�l�K�LQ�	���>�o�:`=ȓw����t¡F�8^��|B�{�]��%��F��e=Q�z�A�QE���>�P44�yy蚦{�<�өlz;<�<���@d-��8����={A\��i*O����wG��C+��1<�����`�����:�V���f$�~R�����~�?T3�GP�cz�������مl�{�z�0aCM���LІn��au_=(���y�w��l78��;dz���~x�s{*Q,���)R��vi�3�hTjѮ��Z٤���_+kFH=�0��i���Ԫ�GE��U��2�-	���xo����:I�.$��jt�ʃ��4�&�M�c��1_N6���?�V�V�R�L�q��%^�2�Y�]��Z���H�Fr��c	��j	���y��-R�[�SyK8�X-[7ُe��r�	��I�vp�/:���U��hu����L�	���xc�ʪ�A�7��S#G/3��p/On���z6M̜�̎0K��.n�(gk�$�r&����|��m�=���aZ���is< P�||0�f>�T�1-#����ԋiC��U.���b�r:�9dkԮ��-�,-h����k�EHﻳ�w�Mc\� c�r�ѱ�a:�bz=��[-��v�5O�9��HC�
OrTc"5��_��-��'M��xR(@XCGZ�5���,�ԭ���6��
�N!����@�_�G@�aG5��r��9f���cf̗sL�ݦc���M��=��G�h�B#�{��y�U��P��?���BT?��〓)A�q(+�ZmF�H��?�g����0N|l^&^�[sw�&:�%T/�������C��WDE�2F.�ƐjA��#��iʷ�SN/��4s����B�[���ͨ�/�Ւ��^]w��r[�z�=8��һ��{�>��8�q�Fi�b��-1m��vPLy�Zd��=�)��rw�P�6��L�>E�C�q'�E�o�܏/f'Cuh(���i_a��������m��5�?+�ӭ+�u��a�_��(����@�W t!ӆT�p�Tc��up$A��{�9�Ih�$�m�ؿ���Cm����DZu	��[{����n���
��
+�]H�!Նa�h{�;�M0�Ҭ���=�\��6PfS�X,�h�lÜmXd�O�Q2��_G��˜��%�̚���a�<̚�E����`E1����6��F�TU�VW6s�uגm����I)�c	�g��#"�d�<"	D��}����>b�>����#�}��O�����(Ҍ擊h�h� )b]@�n2G4Z�iV�؎gsS��Gs!�O��W��Yڦ�go�"D���*
u�F.\��T*rT��>ȿܮTi�l]�6�\�ElAC?.�ey����\�@�4��i�t%
+������.�P���P�����8��F&+��'	7������\�y9-� 0(�d0��dYp�K�SQ��2��{��=C���˜��3��\��U�Sn��-�u�?C]C-.�?7.�ʐj���^xײ��v��-΁kOY��v��B��t��?���mz���:�Ԫ����7���"2nc���!���|��%��~�e5��	�EpL�#X���\6�9���݋����f^����|]����e�g?�9��n����R�\�@��6�f�s����ev�
�b:�R����h�/H�H�$��b;�y�w�!c�f�8�Qh�3�Ѭ��y�͔93���1{L��%LC��b[$+f��t+��'$5�>�աOS[:uO@i�
+Ӛ8�t����o�'xL:�U��n��vߜ��ᢾ�sP�~���;��-���s���)o��!� c�dO$�)|,�PJ��㠔PH�s��m���endstream
+endobj
+1917 0 obj <<
+/Type /Page
+/Contents 1918 0 R
+/Resources 1916 0 R
+/MediaBox [0 0 595.2756 841.8898]
+/Parent 1915 0 R
+>> endobj
+1919 0 obj <<
+/D [1917 0 R /XYZ 56.6929 794.5015 null]
+>> endobj
+1916 0 obj <<
+/Font << /F37 803 0 R /F48 955 0 R /F23 738 0 R /F21 714 0 R /F53 1032 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1922 0 obj <<
+/Length 3268      
+/Filter /FlateDecode
+>>
+stream
+xڭZ�s�6�_�����
+�'?���n�m���ӻ���DٜR�*RNݿ�v��D���i/�����.�]�.%f��YjW��%�f�3[n.��޽��f��}�7���Q�,cY,�����V�x���������Ǜ�׷���Kã7�rn8���z����}��dt���������<��}{����7�A����+���������g*K��3t8Y&g�m3Z)?R]�]�콵S��Mʌ��lĉ�Ĵ�8��=O4gI,uP�N���PM_֫�k__oW(�Ҙ�Y��@5f-U��P	K�8�}Wt�s���{,�Q�7�b��8j�4��y��Mx̟܌��g���"�w�-k�ЫoL_
+�3�Z��Ⱦ�7Q
d�	�q,�?^HHƵr�kdL)�$�/Tח9�n˦n��[�Q�r�Y�M��
+����2���U.Xf��+�[��Q���UG���ڻ񲥧Ӝ���sY[6�ݷ%h�~�dn^�Ͷ˻bS�n�W�}���I����[����'{[O)ȰX�¯`�TGVO�C8V�GuC:PI ��;��;Qef���'-�����A�I�i�5ع�:zp$���[:Z��8���,<�l��-�t�JK���*�ʧ���.y��?�UECB���hۂ8.���,��G`�����j6yY�ԩʶ�S���SI�R�x�"����Y���1x�)&���_��9��7�UI�Z:M���ōd"V��yr�.�D3���O�S��������~ݖ�ߌ��֠r8⳼՘�Ы�%Yl�ܭW�ޚ����#5��m��FAHT��b
$�V嫧bו-��:	�ؼ�~���S�Q�	^�,o&Nn4�x��sW�]� of���(7�
u�b���a:1��N6e�h��n��&���K72�/�
��eܸ5QhpzY�%�VϗB�EΒ�'!��z��=��uʣ]����m��׫b5��[2o��泳i��h�vW����%�P.�X�y_�������sH�Z����cN<uj��/v�n!7q�hɭ��5�Wbl^���[�T�֊Uݾ�bdh2f�Cs�q�s>
+_п�t�� Q��6Roli�U��eS��
=�S{�X�k^���G���>\L�������	�8�!���|7������˺�#�p���%ݲ���=��H��F�.Z
+�6z�&�A�X�b��4����u�����*�b��8e	�����X�!�x�
%��+1��2uzZ6��ji�*+�e����W�H�'`��Ϝ��EӺ�v�s�Uۇ�d�;�Ja�q���9�.�c~侉o��.�����RHbC���;�X5dl�A�o��a�ȗ�48���9"UN]�؈��p/�j��e��N`"����p�������ӏ�d� @Z@.룠�	[	�J{�V����ՀA��ܼ���L{���u^V��BG���Y�1�8FA��
y_c��!i:jt�x�v赯�?ܻ��=ټQ����͞�
+e⛜w7?^���e����w�����
+���v�ۄX>yR+�,��D�$��sK��|�]��b�-͹��/����d�%�vw:r*�yr:}���	T:�r�5��n �X�^ P�%8��؛�W$�[�c�27R��*v�V�ЀD�C�C4V�0���z��bѻ��*���+���E�v��yA�Uj���W��
��	ܝ\������T�L���P�Ou�H=U8R���b9:N�!��y�j�}x��$�C�?|�xF�f���n������V�gk�v�ُ�X	;�~���(��_����A}�Ef�x?%��6��ң��(��W����%�6&M=�Qz���'��2�hR.��Ou�*��-��y;�H��g�{�1�! �Ld��쿶l��hRb��P��>����	�E�.��F���CK���
�J,�m�ee
-�1ؚ_O�u*�Δ�����dY����yX��h8��C��ݾ��_Ww7���J�~��У:�Oe����Xt��V<����0��@���"��CTd��*��B�lk��u�6w�U���"��5�.�hO�2��n2zd|.��}�i,*&J�J3��bڗ}�8�K�Yz(O�%,{c�Vd����濾�	ǒfj*h>����m�1�:��|��#]�X���,��ڢ�q�PGmP�꫉H6L�8~)���P�qY&��7b��,)��IJ���׃�S̤d2�a38��j�d��^\4�����v��
�~I�%9*U���8�:\����]��0�p������0<➿2��+hM�+��3��Lq�8\e��_���%�+��$B%��_I��H�߼�T��U�
+�W�lm1m��{p}�{��?��K�H������K[��]�(��e/�/3�/3jo�����i:lh�ʃ–��U��R8��N0��+dg�vqs�ٿ�1��8iiR&�c~�y�	��U-́�_ØL@��ԹOuc�*`?�L�ϲ>��#ޓ���m���+V��%2��Ӆ��\����H�P�'�E*|�P��'�P{A�[)
+���џS���O�0+�������͏�7w������ዧ�$���{XgQF�f[�/�����0��P�&����������[Hb[��Rݗ4\l)l[9�P!�51��A�-`��[�A�Uϰ��E��<��&�e�8��i�+*Fp������}�}
�W�|�ә�,K2��E�aT�,0���������&��/��~����q(�Ǘ��~Q��J�EF���
\슟kGi0@<HA"f/���@V�?�_��NJ�zkX�
+َ`:"�CQ�ˁ��:\Y�TjK3�E�g�S(*<�������}�6d��s�s'O	��T��6YT2lǾ�"Nbœ+��H�f��WE�ܕ��i.8��B%���y*�1pm����~�`3r��s���7 ]Ί��1r�"m8|m���;�8Dz�eWlh���1�,����ͳ0��x�j�j����-�0����7vw��
+�ל�l�}�Fl��z��aʑ7=F���jt�	��t?��g@B��h�B�
+'y�܏P�y���B��hݭ
+�Z�}����7f�t�b��Ձ�I}��� ��nse�����*��ޠ_��'/$-hB�q�6��m����E{�#HryRD����/�d�j�CW�?���7r"���>'��d
+?�B�̎E7x7�2�����qendstream
+endobj
+1921 0 obj <<
+/Type /Page
+/Contents 1922 0 R
+/Resources 1920 0 R
+/MediaBox [0 0 595.2756 841.8898]
+/Parent 1915 0 R
+>> endobj
+1923 0 obj <<
+/D [1921 0 R /XYZ 85.0394 794.5015 null]
+>> endobj
+1924 0 obj <<
+/D [1921 0 R /XYZ 85.0394 179.5067 null]
+>> endobj
+1920 0 obj <<
+/Font << /F37 803 0 R /F48 955 0 R /F23 738 0 R /F53 1032 0 R /F41 940 0 R /F21 714 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1927 0 obj <<
 /Length 1912      
 /Filter /FlateDecode
 >>
@@ -8351,47 +8446,47 @@ xڥX[sۺ~ׯ
 �aW����
 N��~<��$���?'q��`�?�4N�*mUx�S`�H�o;�����n���'Tʖ�T��c�ʵ2�j@xM s�S������<����an��Y���I�(u�B`b*�#�mwB^��B����}5��K
 �F��D޶��P- He�T��8������Ӻ�G�W�I�*U���	_�i�0�슿������犀�U:d�=�x~s���>�?_����ô�p�;������0+�Z���j���ޤ�@�}���d�ݗ����J���~�n\*���k��׏�nAεg�e����gH��j���ھ�ν�:��t��^���	����m0�Ox8�vŽ��sϩ�ɸ�
-n���{�mE�����m�"o���1��K���|ю`$��1FPQ@�1�y����7���0����i8��ˁ[��yb>N�YQV�b��ԊҡBS�'�l/ӴH�z�UB,-�E�����'Q�	Xf�9�/��~��p�~V��ŀp.ٱ���f���!H̨<�����vIޜ�':}� ��� �0>N���,���]$�at���z��a�beX<��nޙ�]�J���S{�d(M����e<�	�9h�2N2FOLo�����_n�".endstream
+n���{�mE�����m�"o���1��K���|ю`$��1FPQ@�1�y����7���0����i8��ˁ[��yb>N�YQV�b��ԊҡBS�'�l/ӴH�z�UB,-�E�����'Q�	Xf�9�/��~��p�~V��ŀp.ٱ���f���!H̨<�����vIޜ�':}� ��� �0>N���,���]$�at���z��a�beX<��nޙ�]�J���S{�d(M����e<�	�9h�2N2�OLo�����_oB"0endstream
 endobj
-1909 0 obj <<
+1926 0 obj <<
 /Type /Page
-/Contents 1910 0 R
-/Resources 1908 0 R
+/Contents 1927 0 R
+/Resources 1925 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1907 0 R
+/Parent 1915 0 R
 >> endobj
-1911 0 obj <<
-/D [1909 0 R /XYZ 56.6929 794.5015 null]
+1928 0 obj <<
+/D [1926 0 R /XYZ 56.6929 794.5015 null]
 >> endobj
-1912 0 obj <<
-/D [1909 0 R /XYZ 56.6929 581.7741 null]
+1929 0 obj <<
+/D [1926 0 R /XYZ 56.6929 581.7741 null]
 >> endobj
-1913 0 obj <<
-/D [1909 0 R /XYZ 56.6929 460.6765 null]
+1930 0 obj <<
+/D [1926 0 R /XYZ 56.6929 460.6765 null]
 >> endobj
-1914 0 obj <<
-/D [1909 0 R /XYZ 56.6929 366.7195 null]
+1931 0 obj <<
+/D [1926 0 R /XYZ 56.6929 366.7195 null]
 >> endobj
-1915 0 obj <<
-/D [1909 0 R /XYZ 56.6929 293.4426 null]
+1932 0 obj <<
+/D [1926 0 R /XYZ 56.6929 293.4426 null]
 >> endobj
-654 0 obj <<
-/D [1909 0 R /XYZ 56.6929 247.3727 null]
+658 0 obj <<
+/D [1926 0 R /XYZ 56.6929 247.3727 null]
 >> endobj
-1916 0 obj <<
-/D [1909 0 R /XYZ 56.6929 211.2315 null]
+1933 0 obj <<
+/D [1926 0 R /XYZ 56.6929 211.2315 null]
 >> endobj
-1917 0 obj <<
-/D [1909 0 R /XYZ 56.6929 172.539 null]
+1934 0 obj <<
+/D [1926 0 R /XYZ 56.6929 172.539 null]
 >> endobj
-1918 0 obj <<
-/D [1909 0 R /XYZ 56.6929 96.3402 null]
+1935 0 obj <<
+/D [1926 0 R /XYZ 56.6929 96.3402 null]
 >> endobj
-1908 0 obj <<
-/Font << /F37 799 0 R /F23 734 0 R /F41 935 0 R /F21 710 0 R /F53 1027 0 R /F39 895 0 R >>
+1925 0 obj <<
+/Font << /F37 803 0 R /F23 738 0 R /F41 940 0 R /F21 714 0 R /F53 1032 0 R /F39 900 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1921 0 obj <<
+1938 0 obj <<
 /Length 4192      
 /Filter /FlateDecode
 >>
@@ -8411,27 +8506,27 @@ VAC
 O��O��f��������UA�$��@d4��~������G���N��������О�,�}���vh#)*&[�J����M��h@�a�R&M���l�Y�>�4u���;>h��+H���N�\��go)�\�<�����a٦CG��ԁ2y�y�b������/Ԏ�<ꓯ�B_1�
 �`WA�3����41Ҟ����%�7������M��� N�:��<d:\���u6�@�1�_��T���Œ��o:��HЌoi!�,��ttW�d����%,���,���^͚�ɓ��\6�����!^ς,"H���8=JM��߭�my2)$B
���&�����>��U@�]��S��U���i��<�L�B�c��5��	�l�AA]���b�;p��&��o6�������䠳
 �q�'\�̵�9'�ȇ��J�Yn���d�T�ԗXj�}-�%�|�����x���M5g�h�,ӆN�4&Ą9<�y���)S���x���3�,�?g�<^�[T��ü�ft����A��0D�Y^|m'NX�gO�r	N2��[q#Q�-›��p���
-?B����{�耝�N-(_�/ˊ��S�!$�U~˨d��l�����j� f�&4('��u�R��;�i��k~���g��.��g�Y�Sm�&%�E%���"}x�s(`��겉�ss9�S���*�V�6+*gS8`�j�<D���*��}Jz�u�o��`��N��Џ"���(�
;�h	�4��~c��,D��H\CJ�բ" =x?~�8��_�p�цK�����-_�s�፪`�Q����`�뮿�q�����D�m¿�3��W �.Z���H�E�@8#Q�a ~Lz�A�)���$
-�endstream
+?B����{�耝�N-(_�/ˊ��S�!$�U~˨d��l�����j� f�&4('��u�R��;�i��k~���g��.��g�Y�Sm�&%�E%���"}x�s(`��겉�ss9�S���*�V�6+*gS8`�j�<D���*��}Jz�u�o��`��N��Џ"���(�
;�h	�4��~c��,D��H\CJ�բ" =x?~�8��_�p�цK�����-_�s�፪`�Q����`�뮿�q�����D�m¿�3��W �.Z���H�E�@8#Q�a)������S���|
+�endstream
 endobj
-1920 0 obj <<
+1937 0 obj <<
 /Type /Page
-/Contents 1921 0 R
-/Resources 1919 0 R
+/Contents 1938 0 R
+/Resources 1936 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1907 0 R
+/Parent 1915 0 R
 >> endobj
-1922 0 obj <<
-/D [1920 0 R /XYZ 85.0394 794.5015 null]
+1939 0 obj <<
+/D [1937 0 R /XYZ 85.0394 794.5015 null]
 >> endobj
-1923 0 obj <<
-/D [1920 0 R /XYZ 85.0394 751.6872 null]
+1940 0 obj <<
+/D [1937 0 R /XYZ 85.0394 751.6872 null]
 >> endobj
-1919 0 obj <<
-/Font << /F37 799 0 R /F21 710 0 R /F23 734 0 R /F53 1027 0 R /F41 935 0 R >>
+1936 0 obj <<
+/Font << /F37 803 0 R /F21 714 0 R /F23 738 0 R /F53 1032 0 R /F41 940 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1926 0 obj <<
+1943 0 obj <<
 /Length 1971      
 /Filter /FlateDecode
 >>
@@ -8444,50 +8539,50 @@ xڽXKs
 ]uI7��(��-�xM�o}�&�
 �����&�ի��.X���o�ĕ�:�����kq���a��(	�sC��Γ����H�4��{�����9ßE!���!
�	�0J�Hv��|��q�Z��y���<�tA�#(0�J�cs8���r�
h4�Q��:`��e�-ZVc
�7K�8A�ݚ��`�����
�JO_>>:�O���V�el0�x��Xą�k�8p����aȱ�@�R���i�=+�!�T}v����m.�ǰmI��]!��n_������N��B��%#(I��%��g�~ED0�!��%?�;�����ar~����Pa=�o�
 n1{w�����6�1oή�ew׵�߲�]�Y�'�Q�*o��g�o$��u%N�M�}5ז<%�bIo�K��_R�j�b��qD�ǧ��zx�R��|p��N����8��ͤ��5�:�K߆� B����oK����\�L�b~
-{A�f����$?�a��>dIC�/�K<A���~���i���������X��ڕ�@*�>���|T���k�eXoЕV�E[QIw%��u�T���u��h�����#R���������=��ƈ	A�5�����uJDŽz��_�K���F�Wendstream
+{A�f����$?�a��>dIC�/�K<A���~���i���������X��ڕ�@*�>���|T���k�eXoЕV�E[QIw%��u�T���u��h�����#R���������=��ƈ	A�5�����uJDŽ��!��������Yendstream
 endobj
-1925 0 obj <<
+1942 0 obj <<
 /Type /Page
-/Contents 1926 0 R
-/Resources 1924 0 R
+/Contents 1943 0 R
+/Resources 1941 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1907 0 R
+/Parent 1915 0 R
 >> endobj
-1927 0 obj <<
-/D [1925 0 R /XYZ 56.6929 794.5015 null]
+1944 0 obj <<
+/D [1942 0 R /XYZ 56.6929 794.5015 null]
 >> endobj
-1928 0 obj <<
-/D [1925 0 R /XYZ 56.6929 684.0716 null]
+1945 0 obj <<
+/D [1942 0 R /XYZ 56.6929 684.0716 null]
 >> endobj
-1929 0 obj <<
-/D [1925 0 R /XYZ 56.6929 572.8605 null]
+1946 0 obj <<
+/D [1942 0 R /XYZ 56.6929 572.8605 null]
 >> endobj
-1930 0 obj <<
-/D [1925 0 R /XYZ 56.6929 509.4701 null]
+1947 0 obj <<
+/D [1942 0 R /XYZ 56.6929 509.4701 null]
 >> endobj
-658 0 obj <<
-/D [1925 0 R /XYZ 56.6929 470.2699 null]
+662 0 obj <<
+/D [1942 0 R /XYZ 56.6929 470.2699 null]
 >> endobj
-1931 0 obj <<
-/D [1925 0 R /XYZ 56.6929 433.5878 null]
+1948 0 obj <<
+/D [1942 0 R /XYZ 56.6929 433.5878 null]
 >> endobj
-1932 0 obj <<
-/D [1925 0 R /XYZ 56.6929 401.47 null]
+1949 0 obj <<
+/D [1942 0 R /XYZ 56.6929 401.47 null]
 >> endobj
-1933 0 obj <<
-/D [1925 0 R /XYZ 56.6929 335.1577 null]
+1950 0 obj <<
+/D [1942 0 R /XYZ 56.6929 335.1577 null]
 >> endobj
-1934 0 obj <<
-/D [1925 0 R /XYZ 56.6929 244.1508 null]
+1951 0 obj <<
+/D [1942 0 R /XYZ 56.6929 244.1508 null]
 >> endobj
-1935 0 obj <<
-/D [1925 0 R /XYZ 56.6929 168.8052 null]
+1952 0 obj <<
+/D [1942 0 R /XYZ 56.6929 168.8052 null]
 >> endobj
-1924 0 obj <<
-/Font << /F37 799 0 R /F23 734 0 R /F41 935 0 R /F21 710 0 R /F39 895 0 R /F53 1027 0 R /F55 1035 0 R >>
+1941 0 obj <<
+/Font << /F37 803 0 R /F23 738 0 R /F41 940 0 R /F21 714 0 R /F39 900 0 R /F53 1032 0 R /F55 1040 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1938 0 obj <<
+1955 0 obj <<
 /Length 1658      
 /Filter /FlateDecode
 >>
@@ -8503,675 +8598,570 @@ a
 ���)]���V���,1ͨ�1<Hu�j����?�뺱�.������ә;hĐ������I�$'����
sЛ/`��qh1�E[fmo���
 �
 Uزo����0T�c�
�s�S�P����Z�B�����⺟+���*�0���;��}rW��MV�.l��	6�7����hT�����A��x��ȫ�ʔVG����th�1ƶ}ėr7h&��>)���h�uB�q��+�#Ii����!����qlXz���m����+���c���>���I$.���VLK�rS��S����l�����_Y���q����vG|5�t����{�Jm����n������H�f�(�E3��9�J"']f�*�;�Nϵ���;�uRl���#B+����B���">1�.άF&���"������Qu�YɁ'1��i���tw<N��Z�
-O��j�����{�\���rg�K�P�!�������[�{�ɽ�ү�IB�0KV7�Uh��ȸ��"�NV���p��1�m�E�����/���_`�"��&9޺��:��-���)��GÆ�"�A?����҅�a�\љdendstream
+O��j�����{�\���rg�K�P�!�������[�{�ɽ�ү�IB�0KV7�Uh��ȸ��"�NV���p��1�m�E�����/���_`�"��&9޺��:��-���)��GÆ�"�A?"���҅�a�])�fendstream
 endobj
-1937 0 obj <<
+1954 0 obj <<
 /Type /Page
-/Contents 1938 0 R
-/Resources 1936 0 R
+/Contents 1955 0 R
+/Resources 1953 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1907 0 R
->> endobj
-1939 0 obj <<
-/D [1937 0 R /XYZ 85.0394 794.5015 null]
->> endobj
-1940 0 obj <<
-/D [1937 0 R /XYZ 85.0394 575.4191 null]
->> endobj
-1941 0 obj <<
-/D [1937 0 R /XYZ 85.0394 427.1073 null]
->> endobj
-1942 0 obj <<
-/D [1937 0 R /XYZ 85.0394 329.3834 null]
->> endobj
-1943 0 obj <<
-/D [1937 0 R /XYZ 85.0394 262.8864 null]
->> endobj
-1944 0 obj <<
-/D [1937 0 R /XYZ 85.0394 196.3893 null]
->> endobj
-662 0 obj <<
-/D [1937 0 R /XYZ 85.0394 155.0304 null]
->> endobj
-1945 0 obj <<
-/D [1937 0 R /XYZ 85.0394 117.4002 null]
->> endobj
-1946 0 obj <<
-/D [1937 0 R /XYZ 85.0394 84.3344 null]
->> endobj
-1936 0 obj <<
-/Font << /F37 799 0 R /F21 710 0 R /F55 1035 0 R /F23 734 0 R /F41 935 0 R /F48 950 0 R /F39 895 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-1949 0 obj <<
-/Length 2406      
-/Filter /FlateDecode
->>
-stream
-xڥY�o�8�_a�^�f�!Rҽ�M�d�:��v��Ŗ!���ٿ~�Rm�^��R�3C�'i6��c��Jy:�ӈH��`����%�}�`3r�Q�az����)IW��G+!4I�`:�9�@"r	��z<��|}������o_�>�|�1�$jx��p3����r�%�%���ᷫ񏫯8�p��������o7�N��Z��]��Es��o��4��W����)�.")���p#����?�ެY<F	�N��c$��{G"S��H&oU�n�f+��8QbJ�d,Ě�qs	���Č)�Gˆ���JK5��&����Ŧ^��c^^��a�iA��;L�$J����Y��7E��B��͈�-rT���$<��}HHH�()-��h��I� fVfM��S�$qjQ�p�?G��A��̖!z����{�zU��HD�D��+�,VW�*o��y�M���x������M�ֳ���4۳4���+���r�^���nt����!�w�O�#KE��"�#���|�~�0��w�v(,K!`1~�pQ_vq*����y�\��dCXf{���k�r�,����]nl��
K�Zl.Y2�W˰�m��m���� ��ZzY5���(�;	��'���ˡ��]FNp��04c���J:�g[�H��<�w��5��s͢���YT�~�d)A��vE5ߛ����P!�Uwo�v�m��`�Q�ħ�a��a4�P&L��'�a�B�Ne(���c���O���C��b#W�C��ě�e>�6ǣ�Kw�b��l�T�p�r���p�X9|�J�����!�c	�e��1�ΐy�\m��?Z���u�����۵D����
-�&�J����,ش08����(D<��\���1���O&8���-���u��v�
9��ۼ,WY���:F��;	���MFц��b����2˚�9E�WMт����I��e���8���6�G�Ϛ������>�
�6 �<k��Bu�0�պ�Wye�v�4c띚�>��,�=�����2j(����m� �����M(ض�*k�YV�o8Ԙ�{h��=�`DE�$��?�*D�2:��}�q��P^��w��0.��"�/W*IL�<-�����R���`�u>+������t�8������C������假/'�b̅��b��_���R�8���>��
-�cF �R�_7yј)�$=-\�
-H�Gc��}�|��Ğ3t��*�^�[����!C�f�
u�V��i�2�[
-�1aqW^�գ���L��c4��!��	�k�����
�h3�@�
�R�L��"nja�Om9��4!���4ڌ\I����a��7���������]���Y����o��4$Á���t'Žw ����|כ���#Wh����:��9��7{�p�Q����9펅��:�k�2�|>l����3�(�K>!�B��g*�>��v(㲳p����3/�*�xtZ0
-��P�@*b_��j�5'	�pM/�(Cwx��1@�䬮ڬ��j��
-�:�S�--�){�=6]�p�9��n�cUm�2hԬN�,��o�H���x��{7���~�EΏ��� �6�>�t(c�`&U�P{wj��N��ˁbyW5	�s�|�&�)���Lw|������1�ѻI�h�]eb{��yH�7)��X�p��W�*���-�⯠HX����<�(��L�����Z�bi�>`�%��i13�H�8�g�{u�Dʘ��>Ke��K
-��?f�­�g��)*Wtf�
-}�7��nW�l��S]�T�ۢ����-���V�ٮ4��
<J	�ܕ��׆e^�6l2����u�"B�d�覇:��2�y>��S,w�9`�M���J����o$��{Ā���((�<k-;z�,��N�3'�G?�eNp}�t�?�Kד��J�C邥�'���Xj�������(�L�"TO��ȃ/���8��+d%�a�:1�?���1�W�Ǽ}��[LPW��3���N��Ki2(���3��,�m��ɂ�
-�PWrA��J.�����u�4�ci)u�;�=�>9�}�������h�TԒT��[t�;g��J��E�f;��PynN�1�HAV<m�=�	;v(c���+q�����x��ˁby�&�Ӳ'V���.J�QnMe�m���О�ަ�D$Qr���	�aT�)c���>=�W?���ǟ�X�ph|0��E�[�Q�y&1�wk��*g��o��Z��$ �!ݓ6D.��w�:��cQ�?�ma�j��[�Y�i�}��c�i���l��-��ye�'��=j�*!L�3@=�qcw c�/�-�8����+[c�򄟔�a��o.��4��X�Ç�y��].���HE��G*$�l�����������(_J�d#K��J�P����C����I4endstream
-endobj
-1948 0 obj <<
-/Type /Page
-/Contents 1949 0 R
-/Resources 1947 0 R
-/MediaBox [0 0 595.2756 841.8898]
-/Parent 1907 0 R
->> endobj
-1950 0 obj <<
-/D [1948 0 R /XYZ 56.6929 794.5015 null]
->> endobj
-1951 0 obj <<
-/D [1948 0 R /XYZ 56.6929 748.122 null]
->> endobj
-1952 0 obj <<
-/D [1948 0 R /XYZ 56.6929 665.5133 null]
->> endobj
-1953 0 obj <<
-/D [1948 0 R /XYZ 56.6929 579.9397 null]
->> endobj
-1947 0 obj <<
-/Font << /F37 799 0 R /F21 710 0 R /F41 935 0 R /F53 1027 0 R /F23 734 0 R /F55 1035 0 R >>
-/ProcSet [ /PDF /Text ]
+/Parent 1964 0 R
 >> endobj
 1956 0 obj <<
-/Length 2100      
-/Filter /FlateDecode
->>
-stream
-xڭY_��8�O��=�ڳV�$[~$��nBr�۫�<x@�k��a3��O���ٺ�y�,�Zݭ�_w2��O�#LS6HR�8&|������}�#�&tDa�������4�(��x0_ux	�� ���9}�2�����;49������裙�2L�`�a2�$<"��b�����>�u��������ɼ�+:�T��߻�ox�
~�È��wx���i4��1Ng����nv���a�^�3�q%[Dd@J9�z��)�iD�1@���H�;��������&���X�3�%�ÿ7��D�C�`X�5Ѳ�k���o�}�-�Yx�	K�]����B6�iԇ�B���PoCBH�O�<��}���FӦAf�40�6�je��F����o��'7�H�8�B�Z��)˲�r��:���� l�
��������e�,�Luhv���7ym��3+��R�M�;��"k�t�n0UN6C��ZVHǹ1�Mf'ֲ����Ktѕ1E8Ǽ�*�y�u���vx)���Ir�)�����-�����$�,�o���s�Q�&����[�̶�b�c↩�T�M�R�4��]��:��k�޶��>Ka�"������V��y��.w�Q�w�W�cweV��}�l��
s$HBo�Cu���궁���1��~w��(4B4�Mo<�ܻh��a�����0I��C�-�P�[N�R'�Ejs™�j�w�~���\��x
�
-�ڐ�d���I`�#v�&�����C>��rE�\�m�D!5 t�X��Ao9�����ӳ�^
-�튍�K��9IC.I	ʾ�=��G�
q���<V�(%p�1��|#}R�(�Zc��al��!uҐ�pܑN�eꑨ�ɼ��B
��,*��\���D�?5x��0�{�
-j������?��n�EE�2�;5P9hV*F�W�&�x���\,F�� �y��ǯ�I������Ru�mӂ[�8v�}�ākDڜ���p׼�����N.L�`>kx(���_�tZu��^^!���P�urq�6of�
�*U�Ҙ������eYI;[V�1\r'�
=�m�W�-9�n��l=���m^א"�pթ_��4��k���=�����E��`�B��T���X��R9Q�fK�nd$p~�C�w�SU4�$H�c���e0�5�a�I��ѳ\H3�)+�VI��#w�>�p�?��7#NS?F!1�����v&�(C	a��S�A >OM�!F_���nz�#d�})m%<{�!�-�ރ�W�&?l��2DU3`ذ����Bw�1����>"�I���.�8�����lE����$��⽭���*~ n��jWC,��;14��KSu��W�����V`�]祐+�Z*��1�5��'�9&(&�%�#��-�º>.|�q����96��?}��$"����"+aITyӼ�|���OR��zf��XY]�2I��p;~3F{e;Zy8C���Y�����u0���aHm��\�7�~
-x�Tm<NO�ش�?��γQ
-QƈSg���j��s���>{O�\sw	��2��.�_���2�o2�� �5��\���xx�T�o*��Ń���g�2~�)l!_e��W���Hy�Y�Ɠ������穧=���=`��Gi�w9�b�fdoJDQ��g���Y���*x���T�Oi�5�y��	�Iܮ(�'� �1u�Cy�ؘ)U���r��2+�M�&�����P�o����|����·)V�\g�c˜A��5V��U�z��.��b��e��j�����z�/D�"J����!rW��)�i�v���JD�}٣����Qr]���\�^b�(!xO��,�QVf�vo0X��vM��g���)a�s)���=|��+ԏ$8طj�P@��ğ+��F����=ԍ���J�[+=X�
�f�Ocn�j(D�Ҿ�*�*�U�V���Kg#�j)Ƴ���e���?�)G���y*��|��Vw7f�A�6+��r��ç�}��4-'q]����]�fG0��+s$�-��_/�|�+{���6F��_��]�1��\����0�4%N(�1!�T��7�s��(�7yendstream
-endobj
-1955 0 obj <<
-/Type /Page
-/Contents 1956 0 R
-/Resources 1954 0 R
-/MediaBox [0 0 595.2756 841.8898]
-/Parent 1966 0 R
+/D [1954 0 R /XYZ 85.0394 794.5015 null]
 >> endobj
 1957 0 obj <<
-/D [1955 0 R /XYZ 85.0394 794.5015 null]
+/D [1954 0 R /XYZ 85.0394 575.4191 null]
 >> endobj
 1958 0 obj <<
-/D [1955 0 R /XYZ 85.0394 752.0811 null]
+/D [1954 0 R /XYZ 85.0394 427.1073 null]
 >> endobj
 1959 0 obj <<
-/D [1955 0 R /XYZ 85.0394 529.0618 null]
+/D [1954 0 R /XYZ 85.0394 329.3834 null]
 >> endobj
 1960 0 obj <<
-/D [1955 0 R /XYZ 85.0394 453.6936 null]
->> endobj
-666 0 obj <<
-/D [1955 0 R /XYZ 85.0394 414.4777 null]
+/D [1954 0 R /XYZ 85.0394 262.8864 null]
 >> endobj
 1961 0 obj <<
-/D [1955 0 R /XYZ 85.0394 377.7886 null]
+/D [1954 0 R /XYZ 85.0394 196.3893 null]
+>> endobj
+666 0 obj <<
+/D [1954 0 R /XYZ 85.0394 155.0304 null]
 >> endobj
 1962 0 obj <<
-/D [1955 0 R /XYZ 85.0394 345.6639 null]
+/D [1954 0 R /XYZ 85.0394 117.4002 null]
 >> endobj
 1963 0 obj <<
-/D [1955 0 R /XYZ 85.0394 279.329 null]
+/D [1954 0 R /XYZ 85.0394 84.3344 null]
 >> endobj
-1964 0 obj <<
-/D [1955 0 R /XYZ 85.0394 194.9705 null]
->> endobj
-1965 0 obj <<
-/D [1955 0 R /XYZ 85.0394 119.6023 null]
->> endobj
-1954 0 obj <<
-/Font << /F37 799 0 R /F21 710 0 R /F23 734 0 R /F41 935 0 R /F14 737 0 R /F39 895 0 R /F53 1027 0 R /F55 1035 0 R >>
+1953 0 obj <<
+/Font << /F37 803 0 R /F21 714 0 R /F55 1040 0 R /F23 738 0 R /F41 940 0 R /F48 955 0 R /F39 900 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1969 0 obj <<
-/Length 2835      
-/Filter /FlateDecode
->>
-stream
-xڥZ_s�6ϧ�3�VHJ���S��ݤ��ڝ�^�Ŗ�ʒk�I�O J�-�7;;��@��0��'2b%�$QQ �����M60��ffA3�����s�LT�bOk�V�4����������~z���>�~���������T���ׯw���s=���M�}���'�z����������Ww�N,Wt�B-�_W���&+��W,���
>X����U$�@FahGʫ�տ;�άY:�
-��b@"tt��@*%'�TA”��c�氩DM�w׳0V��%kqd]ﱃj��)��2����r�)l3l�Y���z��ж&�vW�ۼ"�Y���E��5�),">�[�,�_�t�/��Lk�;�<PR
-#;P\�+8����g#,�b���v���8����/C�^H��4���X+W+��!y�J�O�4ph�m�ˬ,�q��[�/Dk�
�?�Mpb<<H8�'���Ҷ:|���(<k>`�J�j��Y�|��A�BS%���[����Ǣq0�(��lj@��c)���ėn�˗�F�
���Mw���9�c�^c�\�+*��i{ͧ���m���"&a)-_�b���4�t��Mo�����~m�["��˙�a��[���c�Qh�����w!e�7���{Ϲm۷<��Cr��>��u�O�Z{��$N��e	F?�n���H9���)J�9�DL�D�Z7��0Fl`�� ���N����'�M����ْ�ne[@�ڋ>d�rq�1I);�Kҽtu���QjiΓt�/x���d�2�\]��*����n��� b��C
H�2̆�	_<ϕE�R�N�ViO�������C��+��=XO�f�_f���<	x���#�%+Zu���\eL�����p�&ދ�Q`II��=��KS����SW�12�!M��A_\�������a��w����o8����ݬi�e���
-��`;�p��(Ӊ���ٯ�_�f��s�
-
r����ט[$��?����.�^-�49v�
4�S�XfRTM^
&
M���
W�:��A1��+��iCom�
-��l���:���=})���:��d�~9��:����xY�IK�b !�Q�,�T*��� �v�z�V����D��揦�c��;���L���e]�YQ��ht���P�%{�=��6]����	�t��Ʊ�&�-c&t�q�@�e��O�}x��H�����A��8��(c'�6�x:�҂X��C7�\�c����������Oj�b5��C�+Z�M�n�����Ȫ=��(1斌��E�Wg�2�\��Gi�G��ls�P�si���eAb�*W2����b�M�Pҩ;��'���&���$G{.i��j]d!)�C�%!ݾzye��Yܦ��yH�]��A���b?����9L�bSu��tG�ѷ+�MDh���qP#&bQ�D6ùV%�y(�8ق�(
�n��C
��'[:H�ԗO�g("�=�w��_葮�����@G��틎s]�\�tL�bz[���>v
�ױaj�c�!h�"���k��L_�з�
-.�0d[��(���R4�[�%vw�b�cwm䩷����qX�Pa�(K�=��^��^�4�s��K{�:?|+�kWH�V�Z�w�8k�a��E�~u�|;�1ߗ�#�J.�����IB�bIz��뾨lNE��=�9l�ٞ|��g�I�ӉUsTn�uq�oH}��9���G
-LJ$䗫�i��l�i��M*�������?�������|;{0#��s9�7x,�/�P��.��>)pX�����-;�;�T�^(�{�y��(nw�����^����wD���=�k��u�[ۼ)z+:���˜)*`���.<8=��r��$�Y�����!|v/f�y���`�XX�*��Y�`!�ɞ��L�D3�0��P7̖kP��r
�Ȁ�k�'~uśU���F�\OwGhuy��c��%��5�]w �KZF[<*�
-?��r�Cպ�����:���(c��KY�į����4���%��q�:Ԁt�ˀ�ؗ��e��A�U�a�'T�٤nQ�*7UWK�I�������&�g�ũUm��MO�}�+Z�
��`�\	��7��k�i�Di�<
-9p��0�w�$�_�l՘�� _,s�s�Ҿ��/�O=<�f�Nj�s��:�����v���7B��X:dGہ%�t�{��O5�g�72������K�ϖ�	$�C
r��&XҘ[�k<)�̭����G�>wJ�`���(��/�xvE�8�=�Mf%~`�=ե��A�Na5�Drn-�p�9�^l�b�9G���s�2|�p��G�x"�ǜs>��ě���Q���jӾ�ޘ�h}D�s"����5"�\��B���: �	�F&3b/NF?ݸh������3H� F6�E�܋>�L�.���й:��
-2�{��'����%#���yq��W9�2��ӥZp����Y,.</��;�(c)�������C�)��dS5.�
�彇�-��=��'Fa����]IP�ϸ1���4J�vt$��L�?�a��B�X��������Y�m�z|:�4H|2���<�;�ُOv�ɪb���n>S>{���IJ������[��d�\�E���f��Z�|��\r*�`�0H������<���r���0�ɞ�
\-��ȯh2��z�a��_�"BA�+����bN���T�Jzba�ū����tocF���ߞ@���`d@*6����]J��7Q�t��`ql�����:=g��S��殮Sendstream
-endobj
-1968 0 obj <<
-/Type /Page
-/Contents 1969 0 R
-/Resources 1967 0 R
-/MediaBox [0 0 595.2756 841.8898]
-/Parent 1966 0 R
->> endobj
-1970 0 obj <<
-/D [1968 0 R /XYZ 56.6929 794.5015 null]
->> endobj
 1967 0 obj <<
-/Font << /F37 799 0 R /F23 734 0 R /F21 710 0 R /F55 1035 0 R /F41 935 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-1973 0 obj <<
-/Length 2183      
+/Length 2624      
 /Filter /FlateDecode
 >>
 stream
-xڥYM{۸��W�Ѓ�d��Ɏ�x+i�<�6�a���){����(	��} g�|Sd�៌C��h�1L�h����Gx���X��]�������x$��!-:��B��"�>�|�2�����2_�ˀa<��̾M>��/�2O�O�1���k2��og���:�߼����lzy���b�h�*O0�Z�~���R8��Q)��n0"R���E�(b�n'��_��e�yڼ��Q��c!�$c�L"NC���~:�~��/�o��?N�=�'��iM<��($�����*,�P��8Pk���*�~S/�-u�'�(��%^��M�jU��W��RU��.�_.	!�`_���W<�l�����٪j�{4[�٫W�l<�۵Q!:P�bXKb��X�z�$ɛL�y�o�B&�ui�k9@;
-�P��Q>
-Z쁬��"M��D�Ss��7��<^���l�kR��Tu��p��Yiwۓ�f樰���˵���̠�I�R��8B��p �:T�����,�����$>J�@�(>/��:{`J�a�C�ڞ#�E��a~
-`��U/T\p��(:U����j��R�P���Bu �އw
{�*vk�͖��o�1�
-��M@v�L��r�իu?��5�ܡ:�������b��w��e">��\�l�����(˺I��I�'7,F���u
���W���K�)�4�M�4Mi4��K�`c�V�*�Ҕ��3����}R���j�h^ׇ����S�ސ/]s�b�dk��:=�HJr���%8hVý���Ρ5?W{���zt"!�D_Ap�'�ˣ�(��UǾ�2�&��kע���i	�6���� -J�]m3&�`��N�%��~��C�`�=���tz�^%�e���^�+����1;���|�gYX�]U�ӧ��TCwа�a��Z��3���,���#.đ\��v�*��V��]�0��"qL\s�����8�7"]x�Nj��Z��o����J7�"�kN
���SV����;x��<�[�E���A�j�Ω��ʾ_��,}'����'��&�n�Olw�Q�uVU���8^�`$�P��}���H��I��mz�"�����0@!fcӭipb�o�̳��ҋ�e�VuS���*�ۗ�)z��֐�'4�+���|��\[��y������۷�f��
-�����L�Ҩ���y�ְ�}49���ht��eM�����2���i:<,�L�{cJx�D$װPf?1����iU)�X��5�R��Ž9)��bŚ]���Ht͊�#�#���7|��X��h�]=���</�M�
"��ڀ
-Ϟ�]���{K��S�?<:!�H��w���� 1��f��\ �a)��Y�?�'{5&ߟn�i������'��|G>���$z�1}r��7M�`._���'OwG��S��������4��2�i��܈�t���=)�pP���9
-��m-n�\A��9�h��i=(�=�]%�~��`{>��r�i�y8XCT�c�����B�WkB*�l�9��nf�����uVd��I�zޯ�A�K딷I����s�y�
-@'�:��ݵ�Ӽ����8j�ev"b�;��8=d�70����~�m����a��@��-�M�
-Z'ۻ^C�Qn�l�ދ��qWP"h[�Я���!����(��m�g0L��&�\������Y��xf����TW�e>\�/E����x���#��SǘžIRGwȴ5��-t�L4ѽgq:e����^׉�Ar�VKs2v8�H����'�/�	���rL='��ˏЯC�^n_<LY�xغj�T
2UE���גG1�\�|��(��q|�K����!�}�����c�Z���<2!�x��r[$���EZv�0��������A�z4�>����o�@W��v�#�y�3�I���1=q�_u�5�Ai
-�as�
r��$�q5K�~m	t����)�Ü��W��ً0���'6�ʽǐ=ĉ�m���#�0��Ô�T=��7f'�WÀ�ɶ�p
P�6-׺]=�*���0Q��r���KH(f�hN�P���"I�C�J����&���>�e��R�6��4�+]��f�!!���>ł\�;��V�>��?w���BV�B��~.m��Cb���#�t��Nu�/<���endstream
+xڥZ]o۸}ϯ0p_�f�!RҾ�M�d�:���n����Bd�גd�9�$ʲ��"���̐s8<��F��H*�b��8 �29Zl��h}�Ϙ��8�IW�����'�b+�F�ǎ���(b�����	�9h����lv�qr{��ӷ��_.>\}9�0Ej|q5������K
+C`�����_���<���W��_��Ϯ�s�	0*�g�?�����0���(q$G/�A	�c>ڜR�Z�����^3tpA%\(>�"��#���[%�0K2{-�m�U��F�H�Q(�fj�4����;�	�tU�6('��ZU�.&O������C��O�a�hG���
+&BDA�v��$_���^oPԷf\�Vr�iI,xdE���"!I���R?'�M\�X��eyRU�xL�(���/�����B��c����$#����Ԋ�PP� F�&�_�這 $�a���M����.e��u�o�<��F�����y0�&V��O����m�#��I9@nF]^�>~�����M�Q�
+��,±}����C�Su�_�uu>��a����v�Z�N��ʞ�BW���9����;gѸܠX��b���K��#�|���K�%V�Y�l=�ʟ��<���r�g1�8�=�aj�L�'�t�.�ΐn�~hf��+��\��D�.�3+����j�<%�b����sa ��ݝ��aַ�N�����lؕrI�06R&M��'�i�B���P��:�8#<8����p�ˍ���7K�t�1�9G|�
+"f�K��l�M��p�
+��s'���{[-���d	�i8�{�RƬ�f_ը���/Z;��6��z)�!��
+}@����BNDl|9��5)�S���vrlj%��Ke��d�a���K����Qc]��l,5�N�|b���/d3���A/&�z1+�C�r�}�t��"q"YQ�E�ՐH�;"����	�qQ�2�,�i�*l���";��.��(P�.ʾdy��&P�+�]���[��c��k�h_@ʨ�G�j�bR�N��@Hț�]n�,g1�Ppz
+*}d���Ln�����XŅյ.(�����=X���:M�Ba�o��$���,%$���3�Z�6=��-ۈ�Od���T�`‡��sd�P�Nj��4�ӆju�t������Zn�I�=dyV������5��D�{�ӲN1r�7�^��hA�P�c� ��@taO��m�L�r����E|����&-��0C{�h;���ZP��7�i�b�.ɉi���7��:1�%���k��]�ʜ�	;j��M*�9vL���>��RǏ�F�c��c*&�˰O��~������rB~y��R`aϱY����ٛ���J$M]�H;��$���ۏ��0�h�s�H1M�\z":����x4R&�m`X��]~��H@���s�Ԁw>k`p���wϏ���:C�|)R������a�'����z��#PI�'���	6�'X�\�[�O'�V��	P�B*@�qV���^a��&"�H\b�K������_HNbK�u�Vt{��=�A�a�/H]���(fLAy5���`o�t$=�p-YR���6��%�x]���.�������7=Yޝ9Z����U�XU�I�q������n~ݵ�.�FG�oI�6��Q��$j���4��Ì���c�2~c�v�NlY'e��b��s�d��ˡ
+��v�	
8��P�@,B߳�b	�OmV4��5�+]���	;eQ'Y���(T�u�ϭ�:yN=9�e V�^s����B[QZ����t\�����epIM�fjs����(�?T�8
���q4R��')t��ۏ�I���n9���'	����n�RC��#���Q	�������J���Ɛ�Q&�w%ۜ��|H騇¦{=�0�jNnUd
�dY.D�H����ݶ��mj��,[Y���ڤ��A<��ADĄ�ל��H����2Y�M*����&�Ѐ�n�CFh�L��‘�IJ�u��׀j��$�W�L5�	�]U���j�i��f����k\��l_�Vi1ph�$c��y<64� k�v�N��I��<��)�mlLƦk�s
+�)q��7����]b�C�׸�C�а�+�����]��+�H�ܾI]��ȃ���s-u=�n��z�������9�SpǼ��K�˒P�i�'���Zb�SKd%���jn��l@�Y�7:���!�_R�Ԋ�VC�áN{/[\Js�R���~�SJ��(VG���΂	�۲����jj�[��X����������6�TQ{R`�o�P�﹜5S�Q��e�j�X��<w'p�9P#���qG�����q�֕x�����*>�p�;��
+߭.��.K�R�
3�6�=���۔V-� :�-�s�+¨�=��G"���lk������������6M��m���Q�}��iO��X�]�P���W���M�&m�|LwVؼp�VL���e�ӛ���hm�ZN�D;/�/(���ts�&�W3�"��}¾;�ڣpW��ip���`wB���9[a��Yͣ�!�y�Oz�d��o.��4��[�Ç�e��_�Rg�"�~�������OE��w�����Rt�y����`���`���G�����endstream
 endobj
-1972 0 obj <<
+1966 0 obj <<
 /Type /Page
-/Contents 1973 0 R
-/Resources 1971 0 R
+/Contents 1967 0 R
+/Resources 1965 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1966 0 R
+/Parent 1964 0 R
 >> endobj
-1974 0 obj <<
-/D [1972 0 R /XYZ 85.0394 794.5015 null]
+1968 0 obj <<
+/D [1966 0 R /XYZ 56.6929 794.5015 null]
 >> endobj
-1975 0 obj <<
-/D [1972 0 R /XYZ 85.0394 752.3199 null]
+1969 0 obj <<
+/D [1966 0 R /XYZ 56.6929 749.0289 null]
 >> endobj
-1976 0 obj <<
-/D [1972 0 R /XYZ 85.0394 504.8188 null]
->> endobj
-1977 0 obj <<
-/D [1972 0 R /XYZ 85.0394 359.3246 null]
->> endobj
-1978 0 obj <<
-/D [1972 0 R /XYZ 85.0394 298.3625 null]
->> endobj
-670 0 obj <<
-/D [1972 0 R /XYZ 85.0394 260.8495 null]
->> endobj
-1979 0 obj <<
-/D [1972 0 R /XYZ 85.0394 224.9084 null]
->> endobj
-1980 0 obj <<
-/D [1972 0 R /XYZ 85.0394 193.5316 null]
->> endobj
-1981 0 obj <<
-/D [1972 0 R /XYZ 85.0394 129.6476 null]
+1970 0 obj <<
+/D [1966 0 R /XYZ 56.6929 675.7286 null]
 >> endobj
 1971 0 obj <<
-/Font << /F37 799 0 R /F21 710 0 R /F23 734 0 R /F41 935 0 R /F14 737 0 R /F48 950 0 R /F39 895 0 R /F53 1027 0 R >>
+/D [1966 0 R /XYZ 56.6929 599.4635 null]
+>> endobj
+1965 0 obj <<
+/Font << /F37 803 0 R /F21 714 0 R /F41 940 0 R /F53 1032 0 R /F23 738 0 R /F55 1040 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1984 0 obj <<
-/Length 3093      
+1974 0 obj <<
+/Length 2139      
 /Filter /FlateDecode
 >>
 stream
-xڥMw����_�#���Irғ�u7N��m�M�h���V"�Z�����(i_k8�`|c(9�/g6���,u&�B��bs!f�0��B2�< ��X_�_��:���%*�ݯz{e��29�_�}'�%� �7�ww����n��������\f�L���o����r���t@"zwu����p�Tt��������.��;���K���?.~�]̖p��.D�]fg/�"b霚m.�ձ5Z�����݆�Y�tRR�J'jBJΤ���j ��D+������o>�߼����5{	�8�R�<�j�b1o��꯺*x��-H�X+��B�G�d��(LJ�pHT[ݴz,�b��#ނNh"����G����2��E�˰7!��ك��nQ�"#����6e]�D��C���y'/`�}*��e�_`Q})#ϼ�ItOS.y�es�h�v��:��Öźx�[��+btC���M�z{�oŠ�)o	^6_����^�
-X�%�6�x*�K�vh����YE8$��?��z㮷���Kz)z.���nJb�^�I�a@(��Z�����ɄL��@G�e�X�6E;aj:���'�߄Pk�}h��FA,0$���
-|J��R����{�8�u�R&�D�8��MB����k����1I�s2;M2 M��K/�a���ϗ�ؖ+�k�^� 8)�
̜����Uf"=#��	�,/�)T���q��b�7͘1�ęT�4ci�1= p�p��=���hF��m�s6���3�)q�T�i"����cg����qJ�2Μ�{7��%���Or�8L�E�$�-����t��=�>�˨鄻$�r�y��\yC-��6��mΫ��<���c��_i��%�^?�>s�x�3���9�S�|BeÔ�٭��9��ܜ��%�,<���	u,�����],�
�{Yo�3��d�Or�aM�6��-�f��[4��m�7?`��3�0xhY1�rY���m��%����*�`'���Nl��H�u�7�@ќ�a����}&X��\Tˠj(�D)k�Y='}��Mq��Gu�Q�0Y�ڝ�6}��6�ay�X�
�r[,�z{�R��{��k���](�Œ4��C]�g�ê�@���O5�b2�Ѯ`���S�m2UY����KI�S��tk3�ĝɖ}��
X^������!�&HJ~[-F${n���n��G�ڨF��R�X�~��Co�"���lZ��R|)CY�0p�M��Xw=��4q��zzX'���z���4�v������8�tu��k�����g��v5�/	E��0X�zEh�p���$4'��_JH�o�`x�$�>�`�K?�����l���
-����6��~.J�F{~>4�z��W�:�XC��� ��K��"��RCz�����0?-K�|f��vIQZ�G��<�J���{���|تQn|������ݡ��؟�����M+���+��(@B?B|i�2��0��=p�
�}E�|E�
�&6���m��*�"�����0�oI�"ɼH:yd,�,���K80��wl�%��6�����z_@#K�U-����fE����ꄛt�qߤba��Q����K�E����i2*	BB�ʥ ����q������mCȳ"�Л�/����&����a�kND8m\lTv&���G��G�b:¥P]�$����o�П<�\�5�ݰ����3d��o�q���7���缒pD�m�ߋo���M��$����g.
-|`�O�@���Q��\6���uq��Aa�4Za���>�C"ď^\���FɆ#�%/�p�E&�����Ÿ�����8��j�yb�W+�V�1g�9M��T�A�qh�-��
-��wr!m8��t`���r]�w]��-(�t<ĪG{�?�3A}�iT���H>$NT���1�1���d��F�*ل����1el/���7��	iA3���q�D6�i�R���yy��H4�3$'s���&��p �e�ʡ�>�T*�H��G}��!���!l5�3'�Y���];_��� �]Ϲ��uX�
��4�R�!��[�2�.=�L��&�Y$`�0E8xA.݈�{�
-�8�����"ݓc��B�U�X�;u�S�,�3�4XY�!
-ZDh��P��ın.�g�vY���[��q�QY�@|<c9=�����<t_I,\z�d@� 9�� �I~ؖUۄ+v*��-��m6����M�q��7d��q�)���z⃑�������02 2g�v0����ҧ���:���k�<w�,�ЁV&���ӧy�&�8��)���WWf����+��z׬_��?q�>��J�9o�0�3�;&F��������_�%.U��'|t�1rv��$vd>p�p�:���q���X��"��o9c��6p����Q׀� �4�lh�wY
z��}W���"�}BO��l�
-�}�|g��W���P� 6��aQy��e0���0�{5�y�c��R6ő%p��\�rɔkz>0U�%]��[Sו����0U����X����[�4�mb�	LBu�e�T�����o
!�����(@|����m�iI����_"�P�/9Y{�}�@5*t]e���E�Xw5}h.Wt\�}ġ�X�L��(�Dl�	���m(r��mhͼ����G-�(�&�Dj���y���C�|���	��y˭��j�J��)]�0�^`X�"��S�Y#Bs���p�{�K`§E�BO���;���ϴ���C&P�2�I	��[I����Ӊ;/�N~���wWti��mw᣻���u�t��9��xͲ���%�K���G}u*'�JU
-��ɔ�C:���O�7�
-m��� �
YȰ��b)��<�\�tȝ�L"˲{���f�06\h�}�ͥ'�QZF ��~6ч�i�*�
o�pѼ����*����������.�@j��
-�1�t+�)��|���Uh�#��_���V$S�2>��~�|o��>�;�󶄚�\�2��]�o�?'d��N=#���a�|��\���g4v�#�׼��Ɔ���6ϴ"�B���a��1�k¨D�K���G_����Yv���J!a83S(d�š����y�/0w��endstream
+xڥY�s�6�_��>���7�G�VR�������y�)��"U�r���oA�)CVo.y,����.L&�����O��#�����+<y��W��Ğ(R�[^���%�����r=�V�L���h���l~{���
+�Cױ�8�4��~�s_�SM?��1I�H�H2����b1�����a6�����j����N032�u��
OVp�_�0b�m�>0"iJ'�+.�1?S^-���3�v[C�L!�h�%BP*)C�H2�:e�-f�Ss������f��>�
+����
��'���y���]9*2��)����hU5���?��z_o��Q��i�2����vW�V7 N����iև�|�&�D?��Q���ݾ�ڎ6�2����';�����h;X�������f).��
+���,��0�R�L�ܘN�^۰����y0hڬZe�k�������Ђg1���h���*���U[��1ͳ��+���
�p���@�v`���sn��&sO�����+t֗1� ��z;T��>4+�2�����P�9l��ۧ�T��Y�`s9>֘3`C*�����6�l�ϪJ��T5�:���ꢪ�<���W�U5:|>�)�8	Ϩ�:l����G��zg���v�8ܙ�O��h7��
+��N�
+P��`OuY�o�:P��a�=(�"�(y�����>��X����D�$(��1����-��H�7�N�L<P[g������%}R}�ZG�%y�}M,$&���/�XT�+;k1�P[@�UIr��-��)�R}^���-�SS���wv�Ƨ��W9	!礄�>��.@`�\�����NS֖�Y[Ys/7:$e��+�Q��!N��4�2,ҙ���$�r��]}a�k�ڧD3�n��11���e���s3^Q����r�E1�*�I-+"f�:��w�ت�K$���Sn>~���ټ�[=�.S
)�Y�*�5{�����>#�W�x�]>@M�I�f�s[*���Uc�W%]ws���!��и}:?�����sSW&t�d`��9r���j�f���zK@��a��M���G9L���vz�-����+h�I�l�s1s��~\|�\�a
$0N���\��Ŧx��
�;�,�F�MS���lN�8�mQ�TY��^���j�;5|ʪCV"�G	I����ǥ��7�#nj�q0ލ�����(I�+x�u����˚�x�W�U�������
�O�o���x.G�ז�S�Z,�0�cS��b�8��5��qF���u6c66;R�ؑm�Nҩ+��
+����MO��,^�z�@x�Z:�M(����R��%
����5�x][�ʧ�
+\_�bcWΉ��a�$QƏp��D'�o���7h�X�����;�<A�bOWgY)Gb
+��e�=2��^��80��.��h^fM�)�O�f���~�p�
+�/�e�b�O�9�ɂr���E�����u����%6���~��
+$y�.�}�ֹ�����9��O�]%����P�ە~/q�a=��"S�[]=A2��j=�6�3f���F�Lb�����&=��–�Y�����#֍A�����1��7�w_�w�灂����T�"AS:v:[��.���=>�����Z����{�z�tU���+m*�ʖ�
+�:�����`���V'k&��&���N���//�ȔY��㗏>4'O)�ƭ��G��݇c���N���&ˏ9c5Dֺk7�ÿ�����u�1�S��?.'!Ф�*��Pě�k�%q=l��A�gJz,!;a���pK^o���Q�66��V��E�	���I�H3�=4�em�9�����vX	n����_�|�cK����o�|s�ov�x����!�B����ūg
+���Ĕ���> �o��wkG�%I���({#0�%��[O���ۢ�D�e����	��%�WF��9�+���][?��ݦk�am��	�5$��w �.�RϋE�Yypl�u �q�u̸��֎4�+Z'�1�?c�0�'IM�����/��n��S��e�;f��b��%�å�x��:R�E*��NCܞ}
3%1c!S��w��@�� �2�h�)�����eG^����x-�7ZX�endstream
 endobj
-1983 0 obj <<
+1973 0 obj <<
 /Type /Page
-/Contents 1984 0 R
-/Resources 1982 0 R
+/Contents 1974 0 R
+/Resources 1972 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1966 0 R
+/Parent 1964 0 R
 >> endobj
-1985 0 obj <<
-/D [1983 0 R /XYZ 56.6929 794.5015 null]
+1975 0 obj <<
+/D [1973 0 R /XYZ 85.0394 794.5015 null]
 >> endobj
-1986 0 obj <<
-/D [1983 0 R /XYZ 56.6929 752.112 null]
+1976 0 obj <<
+/D [1973 0 R /XYZ 85.0394 752.1618 null]
 >> endobj
-1987 0 obj <<
-/D [1983 0 R /XYZ 56.6929 665.106 null]
+1977 0 obj <<
+/D [1973 0 R /XYZ 85.0394 531.002 null]
+>> endobj
+1978 0 obj <<
+/D [1973 0 R /XYZ 85.0394 468.4168 null]
+>> endobj
+670 0 obj <<
+/D [1973 0 R /XYZ 85.0394 429.776 null]
+>> endobj
+1979 0 obj <<
+/D [1973 0 R /XYZ 85.0394 393.3396 null]
+>> endobj
+1980 0 obj <<
+/D [1973 0 R /XYZ 85.0394 361.4675 null]
+>> endobj
+1981 0 obj <<
+/D [1973 0 R /XYZ 85.0394 295.9604 null]
 >> endobj
 1982 0 obj <<
-/Font << /F37 799 0 R /F21 710 0 R /F23 734 0 R /F41 935 0 R /F55 1035 0 R >>
+/D [1973 0 R /XYZ 85.0394 212.4297 null]
+>> endobj
+1983 0 obj <<
+/D [1973 0 R /XYZ 85.0394 107.4752 null]
+>> endobj
+1972 0 obj <<
+/Font << /F37 803 0 R /F21 714 0 R /F23 738 0 R /F41 940 0 R /F14 741 0 R /F39 900 0 R /F53 1032 0 R /F55 1040 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1986 0 obj <<
+/Length 2949      
+/Filter /FlateDecode
+>>
+stream
+xڥZKs�6��W�(W�h<>�'g�;ٱgG���fs�$Jf
E*"e���ۍ(@��Ö���@��o����HEA��t�a�W��抍�0����Ă&.�����'�� �D4������%	͖��Tp
+����tz�q���o�'<MT:������������������������T�o?�O����ru?��rI�L"M^��-��\�@��7x`OS1�\�J*�Ҏ�Wӫu:���^Vp�^��"�JS5�UD������D�r<�>~��'�9��4ؾ��y�ʽ�n�MK���z�/S�X]��L�C^����I��F������ɗ;�>Nni:�g�,o�y�*%4��"���{K�H��nD&�gⰃ�nS21���MN��h
��o&��U�WM��y�� T�&�n�c��!�e-��4�!YC�6�6���L�P�Q�Zfm�{'h[�f[曼2�f����F���%����Y�3-��SI`�e�D�pFҀ��������I/
+�H�!��X�D��K��A�����dm���򝆚����D�L~P&�up��<�9�FQ2f�4�@E
+�{�G��SM���'�$04Ih����ߛ����4zJ.�i�P=�IoK�\�>u�m�(��5�r�`�T��<�Q�^Q;/Z+*l����cz��1��N”��v�R��_	����{�|�e֯��v�N|��L�.��������/��R�zd���s :7ݼ}�����!I��`aB=<�Y�7Y8iLֹ��Q�l�EBD�v=��4B����qh���mba�A\n[�
<�g4��9�aa�ID�@�W�0�n�e[�1�'�B�!IRk)
i�z���p���R�H��b�̹�h�J� V�k��:��JkluQc�l��������%�0q��:Oe/΄O���"J���N�V��
+�'H
�<T:����i��i*N�m^�L]v	<�K=���
+�R*-���ò9�0ј�,���y~�����Cf4��A� ��$��#�!����p��,�… 4�4J�pQ����V��?�g����Ȏ�͚�^Y�/��
�C��^j}�	��{�����V�'�]#av��v��]#n�`�vG�ф]�y���t`K@�6��n���]x&���oz��h�}��2�&��a	�涡����C�u2>���+�H����wP�oQZ�}���2��$ɋ.�0�΄�p�0�!��yH!'�({����^t���Epcx��Eo�]�䢮ڬ��j}��t��z_�K��{81n:�cWD>h��W4VՆ(�&��LSB�	�d�Eb��>>�A#9�3b&�@�=,.�t(-'f\]��dxK��ҽ��1D.ޖ������.�Zg �9d�u�և�W�jJR޵��ڂ������1��K�tP�(��U�VAF���(ժ��':j�D�0Y�C���T�P�O�47�
	9t|!��I(�)�#�a��<�K7>r�GDK�j���Eו�e�gq�
+b�>�(֚ps*O�~��j���I��ź�F��8��.9�<U��E
��EiY�G\2�C##F3�i�!I�L�0u��<?�B3�&>}��R��z�sF�Q
F���E��VTo_��9��� �����۲����`����:e|f�2@e�~\�l� ��I?��Kɜm�#Q��z�$�IA��
+"L�nw�&��J�So��o�>ҰP2��[Q�ԛ�WЮ�X���)�e��H�0J|+�GU�6�`�>C�_��@`?(�.��v(-�/'#
+X_�҂z�tE2����-���FV����^4��&���WG�z��Us�tw�NJ�!d�����DJ�F/�U��	�8HSO"��LUbç�w#D�B~�n���X���g�fh��ݜl�{7I�����7��ŀ�|H_�u�n@|��Y
+p�q�r��.�<;����b:���m��˳�� q�t����t�#�����V$�8i�D$�)[�&����j��NK�2���$��]�L8�
�`f�<�EO�FY(��iS8�;�
�}�Vb�lI�M�`��t�A��C�ڦ]���=W���vy��S���T�jS�0�ʼ�_�*�Ei��E��n@��
+���;�9�(-ǻKq�ȯ7���4ƀ,&�a�:Tu�ì�|��B,��O�W�ח�K���Kl��*�yX)�Ror{�Vp�w��
M-k����p���k�4�g= 	R�Sa��uc�:	�0I|�&"{������"�� p��U-��9�|��1
+��ւӃ^�+{xb*̩�/�N��uf�c=Sm��.(a,����`m�����VC{7R��h�Ih/�.[�ڐ��8`�;jq�Ҍ��=�
���2k͢X|�vnv7�E��I��Lygf�	}Ȭ��������w�Cs��ҡ��JX�T>�G�]��ܣ����X��N�y����8P ��V�E��:J[��bM�iwy�n_N�g�$�C�P���#��'�����?���Д��D�����o?���ӻJa6ʨ�&s�&<0ә
t���˥�F0�Q�k�b�3;����Kf��2%�e�'�r# ���en�������!����%.j@^,J�K���gX[���!��M�a�,��,�Z��E��r������$L�q�q%��@�,�09:�!��s��O���B��ַ�g��>�->����� 7�ATD�)��==�w��ob�ȍ�"�E�a{��|g�� ��]2�eѾ����V3��V��_��7ӛ�|`�r���N)>����1������j�.|?������׋e�2�OҊ4R��A�,�*��.����#�2
+/e^���z�U�4U��?�@Ԁ��顊������9��)�A��3���U�/G�(<���=�����?���Kendstream
+endobj
+1985 0 obj <<
+/Type /Page
+/Contents 1986 0 R
+/Resources 1984 0 R
+/MediaBox [0 0 595.2756 841.8898]
+/Parent 1964 0 R
+>> endobj
+1987 0 obj <<
+/D [1985 0 R /XYZ 56.6929 794.5015 null]
+>> endobj
+1984 0 obj <<
+/Font << /F37 803 0 R /F23 738 0 R /F21 714 0 R /F55 1040 0 R /F41 940 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
 1990 0 obj <<
-/Length 2978      
+/Length 2192      
 /Filter /FlateDecode
 >>
 stream
-xڥZK��6�ϯ�m9U�AG�v�N6c�gR��8J�FL$R���v���H�R[:l|�ݍ~��?�HUȤ���BŸZ��7l�}�o��,h�G}�p���,t�c/6��Ґ�)_<��?}zw���n�B����v�~~}����ӭ�����o�<Mx�a1���߿{�������������ͻ���>�I�ꯛ�~g����
�N��^Xȵ��M�d�")ews��n�^�:&%�P�"���=ip�(^$J���.���Į�}GIPV����^��Z��ז�6�q�����ڬ����y����*j��M�X9!��x�ӠX���[�y�r�L[>5�QohD�-����-k;w^�媺E-�(���Z)a����,H���zK���K��P7��Tپ\�[]Mx�X2��82Iǭ҂�}遏Y�C!��?p�W?(�C������l��8d�KXT�x��5šg"x�\����-P�qlTIZ�c&@C��l�Dˈ���ըގ����w�h�}��&,�v;���FYs��3o��l�����$�ZcA@�	�&��j
Y��o �$:(��a�
-)�J�?�ڬ*�SӳT�6���`��?������4پ�s���L�������L�����@C�J��;4)��o���p=)XpȚ�R� ���:�Zj�5u��`�>�&Q��H����,;��4;�6{*��W��`����qd��Vu�q�g�b���A<�V�3����P�Z���h�<�Nxda΁H.��P�K�O�+PoFt;�i?�U^?S�ݚ}��4���6<O$}DՄ9f0r_~+�`��π1N���m{�?끜�;$�ܞ�ά�d9ٱbC˳���SE�Sj�T�녝bt����`�Hw��ޜ�D�f��Dm����
-�H����hz�v%����y��/���E�^,q  C��:[oG
��l݈U�����23����~EkC�	N@4�����GKd_}�|<�g���=�Hr@ۘ��1��fM7�?������Z��5؏Es�4X�m�n�'|��qC�N��x@�.��� ��Mk��r���n�gTc�UiHtR��>j:�v(X���
-҂C'�_��8S��*�0���C���VX�
X��|P����"klDD[�Ng�
����p?���(���z�b�A�B��i���h`i�m��H�@&3Bj��~��-$l��h
-;Q���|�eZ�
-2�4�W4�C�h֡�f��4���K��:[��(��Ҧ�ca�!�2١F��+Y0&Q�l��6bIp��56�X"��4�]���:�Z7�%؉	�<���S�4�jW�gh�%;���8���t��6��Y|��R�-4sg�S̚4�w#�Dbt�/Ί�Ʉ��%Tʴ����Y!I��ެ�����ejRj��f�Y�(\B5^cu�evi����Pc���)�H�W�w���=7%!���[�Z�s�y�:jc�T&�y�!d��*N.J�<�����i�u�I��x���e|����]�”'��‡~F�7$fڧ���>���\�†�#�K{ȝ�͌p#j��5��`3�u�����䡢�
-5‚']R��y�/��L]ҍ�w�72����`B[��v2RE\�Q�{6R�Qӑ�C�HU�� 2�Y},�겺!$�b��5›��$P�K�3��iY�a��Ì
-޾�8�N�wC]tɞ�D{9{w�lɌg*��0�tyl7��kB2� �D�믏��_�2��x-Ӏ���,�'�$��Y�h�?O���H�ʄu)�L8%�����ALR�)��:��]!���l۴#��s�q^���3iG�i7�^�'·Р7>�uX�����x���5���TL��}���#q%���f�ˡ�}�K�(���ʒ4�dw�w�K��7��Hph�S^/��I��gmF����i�u��:���H�	�rB۲P��i�k�H�`e�T�"��L��L��O�۲��]�B%ι+�c_$°��+I,S"���c��j�PAmN`�;z�]#�wI(�@��b�1���t]�$���?�5��6��Ӕ���ĮܗPqM��H��ky���QӦء�)G����:/�.S�4��<sj�;���&�Ϟ_23稘/W�0ޏ��8PU���2�7�sf�
'z��S}f���~�M�M�S������$��!���W �WT=K�B�����;Rtit�]�9�U�ש|�v&#�\C��T�s��.�8J�7�!�Y<���!���˪&��m�(�c����L��c�8���T
��}�:äM(�D���=-<��옭�p$�<ҳq�}�B|��Ϻ;foT๲�ۋ]��E������ky+w�>u��dv�e;��ks�BŕEV�xY+9wVVy�����~�&k���$��m}��~��{�v;���t�;����P3nǡ�۹H�4�$��t��%���R���c�*�����`!�_h���aW`���O���飦%ҡ�D�����؍�[���Y�:�k�{K�b�5�ښAf����cW�Φe����J�G��̡�̾]X����nvIYҳ�N�V�����e����*GfV��#5l�`>lᆬ�.g}��$dZ���`Wj�>jF�ed)�쏅I�]&�d��Z�C�-�Pf�P#�y�'�0L����o��\�����7�(�H�O�H4����򩨈�-�R���u���-p��B�y��Y���r�
-�4��&M��x���s-�-���ve�Dq)hHq��&B����G��r*g9ȇWgKkZ�7I�Y�Ydwȭ��gDO�K"��+�8�f�#aA�"�y�
-���>�]~�Qi����u�K���,�#���ܯ���ƅ���	٩h�U/.Rw�&]n�W.g,��G�h�xF�Έ��+���%�LӉ��8\�S(?�Cֻ�5]��?gvH.endstream
+xڥYM{�H��W�����M��Mv�ēX�Fʳ�����A��ϯ�j�CHj�g�>�4EU�[߈�0���d�8�8B6Z�/����� �&�DA��jq��wT�b�^a)�h�~O��7�\!��+t0�Ƿ����'�ww������2 RD\�q<~;�ϧ������?�g����/��XWy������o?�(�3�|��%=�
F$����"b��R�S\�/��v�����`T"&C�A#$#BP�Xx���!m�x?�M�Lԉӷ�����������&�S�X���UV*ҡ
+cD�@��Ҳ��e�[��註<y�DD
�Zo���jPC��z�\fu��+��KB��'ؗb�7�Ǜm^6�6�[u{�z�z�{�*��v�U���11J|,��I��M��<J�7E!��M��+9@;
+�P��Q>
+�@V7I�&�K"ǩ���5�]�E	/Vy���5)�}��M��p�4yev�Ia
�}TX����F_W��
+fȶI����wq�(��@�u�ZW#Q!XJ�����8J� �8/�Q��=0%�����XeO�C�"l�n1?�L�Y/T\r��(:U��*G5�Y�{�N�z�:N�C
+����=P��u�͗����l�/58n�eۀ쾙��6oV�~�9$��8p����j�sR;����ۗQh���|��� 3!�3l�����6)�&A��0�B			�"!�����K�Un�m��i��h�<Wj��J�"�!KS���`XM�B��$�I��zWyE��:�z�jn���|�S$pؓ��������8&G9yY����1ܛ�}aZ񳵧MʩG'�O�{�<j���2P��Yu��� ]kB0���w-�Xe>-�ֆ�
+�A
+�ḇ�mڤ`�;ک�D]���=�z��cY�J���U�&����}���l����U�?�Y�F|W��in$5���T�����L�v3Li�Ky�ן���ڪ
+@��N��gZH�X�ǜ�8p�l+��Hި��z�-u��tm�i�R�ߵ�����)�v�u����������
NN� y�ggUH�̼_V�L����C�V�S��&�n�OLw�ɶ뼮!�{q���H �pC�8��(�)��`�]z�"���fr� �Xwk
+����~��\jQ���Y�@u�����F=��3��	M��p7;n'��=U!��<���-3�'{�J�����L�R����~l�ֲ�}4���ht��em�����2���4�j�P�1%�K���Xdz?��ep߶�F��D�je��oaG�v�j
�b�.�NT$�f%�#Q#���7|���klƶ)aUQTϺ���b�A�g�ծH���!_�e�?<:!�H��w���� ���v�^_ �a(��]�?�'{�&ߟn�i������'��|G>���$z�1}r��7m�`6_���'Ow#"��)y��	��v5��L��4�@n�$����=)�pP���9
+v�]-vt����9�h��i=(�=�m%�~��LЁ=��j9�4�<��!���T�\�n�ʫ1!��l$�1�J]�����L�y��G&��y�d��]�4Ny��;�I>�a0眻�?U��8����wך#L�_�QY�/�����E����Av~Ә!q��'_>6�
���23�b�RC�dz�kh5�m���{�P�#nJmkl�+ġ,`�eG�b�
+�w[�=�I8������P�������ڥ�����b8)�M��ǣ$���\�Z`&|����)kz�[�(�l�{��tʴ3���^ՉoA�î��d�p�QD�c^�Ծ��HJas��z8N�3��_�^�ھx���й�c�
2��4h�%��\,�y>xx|��B�R�}.x������t��[��	��#ˮH�	"�E�b�n{Dz��|��ͷO6���/��b�
`�0oq�^"i�uV���uP�_�����QF�1�� ǺJW��ז@ʉ<��j�;�	��j��3
+�xb������!O<m�Vwn��uf[���T�4{�t�N����o�m��Z!��ǵq�'���U�|�?#@���� �t�G XF�ҢT'E��5�ꗣ��|��F��0w֯hbV�J�iN�C6B���(r�/R���]�����݅�B���?�p�~釆�(��GH|�����T���x�endstream
 endobj
 1989 0 obj <<
 /Type /Page
 /Contents 1990 0 R
 /Resources 1988 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 1966 0 R
+/Parent 1964 0 R
 >> endobj
 1991 0 obj <<
 /D [1989 0 R /XYZ 85.0394 794.5015 null]
 >> endobj
-1988 0 obj <<
-/Font << /F37 799 0 R /F23 734 0 R /F21 710 0 R /F55 1035 0 R /F41 935 0 R /F53 1027 0 R >>
-/ProcSet [ /PDF /Text ]
+1992 0 obj <<
+/D [1989 0 R /XYZ 85.0394 752.3199 null]
+>> endobj
+1993 0 obj <<
+/D [1989 0 R /XYZ 85.0394 504.8188 null]
 >> endobj
 1994 0 obj <<
-/Length 2340      
-/Filter /FlateDecode
->>
-stream
-xڥ]s�6�ݿB/�R�%>��J��n�9��5}�%��D"U�r�����(���u��p��/� >���'�f:�Ĥ���'��Y4����g��)�b��9��i&)K�Г�u�V¢$ᓛ՟�k��(D���b1..�^���r>
yb�	f�����?���#@�(
->�.?���z��`�v���u������+<�$J��ٟE����Y�d�ē��1��b�;S�d���C�g���;�v�1T��X(=	�b	�7g�s@2qʴ�5��c&�Xh�p6TTf4��.��i���4����7y9
�H����ﳦ(��;���N�t��
-�\�
M�MN���)O��O7��9�d�HUnW�ݞ��]����v��&��ƲjzR�h�I’�LB�Y����(���PF�>��(�|y ���m~�ʚ�8�;U�5SI��s��g��c�����L&���u*��&}��Ga�u��0��q{�o6�����/���ӶހߍGBA����}��]���4�Nb&�Ϛ�����Z,��K�8�i$�Q��i�g/lX���}�,֏�����M���d�iVo��vEsk!u� �v�6s��CBC.�q\�	TVC�Y�H����W��b�iY��O։[`:�0����(���Ҋ+}�@�A*7�7O�#��E�+[��}�
�)F٣vxG�����c��	�vQ����˚�|���ŃOQ_-��+���
ـh��K�S�������U�帹v۝Y;Ꮋ�u�AN$ַ[�֓P(�FB��P�P������nC�1A5��u�X+��V_�:�@��Ȇ���k��ږ�J:49�A����6g@dD��0�h��L�%�
1o�P�M0X��'�a�>�&�H��"I�:����	�<"OҰ8Q�?sjD>Gq���	�	J�O�e`��K�������G�C�i�<xt�C�ʭC��0qA��]V7�v�)"���]��4P���-{�މd:�¡�d/j����`����|�����8*�U���)z�`���*�vǠ�z*�)D�iB�1��N�6ʹ�Nz�%�/�ZW~k���|A�i���3��U�b�E�.R0ţA�)w���깢H��;Uû�びԦw:��
�����>eBq
-������98F)E���]�]}����\����D����2��}D��M���(�\˃�z��r_�ϫ��)�<Q��蔱1��
-Kr��z�쏽���t��$f4&;F��"��A*�6,s��6.OZ��3��]�7,��-Kү]�+����ҕ
[��Uwm;����E��ɧ�vлA׷K�A��✑��&5\�z��o�?��'�U�����PT�z�HK��v�5���l���öq�{P�romM�|S��f���
-;du}�
��%�A���t
cy M���XH{�����M&/L"#a��| z����D������������b$���͋?J��ѯ���K]�G��ʂP�,)�,]L���䊼S���p���[�T�<j���*���և[{U��kZ"�Q�]��ȋҭj��2�WV�T�K���Z�92�К
-��ݭZ�H!��M���>�
-n�E�@)��k�-�Q�Y@mӶ��X�|��9��
eÃDݡ���p謰����Z���� c]
�NÈ�i����JcF�`�m��g���;M1+����2� |�j�tK�g���`fۙ$8�`��P��%�~�<�ר��a�W�bcO!��+n�m�<Ң_�~?��;�/��	�Z�U��}z���M���xV�e_r����~�͏��P�8p�&���]�%��v�|�E�-��[�+R4Y�ƍ�-�:�,�怓5P?�n�J#��]&@�wuh쏜�Rh��<��u <�N��2�+��:���`9���g�2A�@�
}؇=k��m��K�&Ul��@
-���?�X�w�m:2?�h�b�f��Ǣa�H�Ir�ZOPk#������@�������ѽ��9�yV���ی�
-�L`�˳�)v6�	X_��n�t^��H�.✱�!p�=�����g���e���0߅@���~盐�y�yη�Α ��m�����o���YW��Q_�l�� �{�~1�Ӟ����w_1zW|��%x�r�vo[��Hz���<'6���+^���I�CV��X?�ly�#?&�>Mp����
Q��=���c�^F�Ҙ%��o���׫��5�E	�o�;wX<֐��9���
-Iq�=�7����1�H���X�&)�2$�n&f�Y{�P9.��W�	��h�^endstream
-endobj
-1993 0 obj <<
-/Type /Page
-/Contents 1994 0 R
-/Resources 1992 0 R
-/MediaBox [0 0 595.2756 841.8898]
-/Parent 1966 0 R
+/D [1989 0 R /XYZ 85.0394 359.3246 null]
 >> endobj
 1995 0 obj <<
-/D [1993 0 R /XYZ 56.6929 794.5015 null]
->> endobj
-1996 0 obj <<
-/D [1993 0 R /XYZ 56.6929 614.1369 null]
->> endobj
-1997 0 obj <<
-/D [1993 0 R /XYZ 56.6929 339.2217 null]
->> endobj
-1998 0 obj <<
-/D [1993 0 R /XYZ 56.6929 150.6999 null]
->> endobj
-1999 0 obj <<
-/D [1993 0 R /XYZ 56.6929 84.3474 null]
->> endobj
-1992 0 obj <<
-/Font << /F37 799 0 R /F21 710 0 R /F23 734 0 R /F48 950 0 R /F41 935 0 R /F39 895 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-2002 0 obj <<
-/Length 1439      
-/Filter /FlateDecode
->>
-stream
-xڭX[s�8~�W�3E���#Mh�nK����L�Dpח�mҦ�~�,��`�dv�3Y��s���\b�G�J �B>B�&b�Jx����
��L<h�F�Y^�e�0D��r�ܴ�R+E�������f6���k<��ޠ�D`<�4��M?ڽ�qHG�w��xB�8��x4�~�]N.��.~�����/?f�Ʊ��3��?���x��;|`�B%�?�#�t��`Hp��N2X~ol��?�#C0���A�	G�KڡC�����t����(ȢT�'��^��ʳ�����+^���1�p2k�lP���5���/�vU��Kx�c��+�*�3���D�u��U�O6�ك}��<q��%	
-���N�b�z�x���e\FJ�8�����c��
���� FX��&�#j�9��`��eH��'�{�zlVߚUe�+��S�$����u\�U�O�qDp$� �N�ĉ6�x���8�Pɐ�Xt���-.n�n�W��櫎(�B��~Q�HQP���`�,]��9��_w�T^�teU�*4w"�^�@�K�����uM��8�p�/ L��Q��XG
�؝lMB��?c҃zL����wL�qvH���<�4�@��̱��:�#H��<�Nu�����#ڗB���/_ھ�Pw�:נz�kIE!���Ŷ5ʍz���d-P�eП�#B"47+sw�6r���*٭�}���m8,~ԥ��(�_9�Qz�M_��:��؇��B+]��_��Eqi��9�E.�c���X�v.��>uR���8������ϙO�:�Oj���1	f�j��:��Uk��(�D����c��y
-b��˼G]�M��Uμ=��0�@�c���z�b�PD�K��	��<1���B�	�G�����=o҃zL��PtM��b�iG��.]L�<Zt�$��4*+]���<�N��|�9���ܧ�3XH֎:,����t8(T��<Ӊڨ3��:ߎ�A�8?o҃zLv�!�P�:&���lO}3F{�ۓ��S>DM}�wE%�zW��˪<I&
�!����F�&�A��Y�37lw��q�y�v��1��K4�3ڵ���a����)�hر�����o��ͬ���?0��jhbt���vrX�]�b�^�����d�7�.�J�@_�d�H"ҏ��u�z�o�-	��2m�6!{��D
-	��D:�9�gtG�����vnu���M?����`l�\�lK_��u�5�*�ve����ua�y�`?�o��i�+
|�m*=vG��q��	y1�ُ���B֤�='_��
-�#�Z��e��y]�¶����ć�����:/�i�Ar�|sW�o��q��
��l%=�BK@TJyV%D��<L��o��Tq�A�ȴ��	H�Bu�ge^T�.=�������Ҁ��O�a`
-fJ�e6�($�)s9Bɡ�͏Ǿ��D�endstream
-endobj
-2001 0 obj <<
-/Type /Page
-/Contents 2002 0 R
-/Resources 2000 0 R
-/MediaBox [0 0 595.2756 841.8898]
-/Parent 2012 0 R
->> endobj
-2003 0 obj <<
-/D [2001 0 R /XYZ 85.0394 794.5015 null]
+/D [1989 0 R /XYZ 85.0394 298.3625 null]
 >> endobj
 674 0 obj <<
-/D [2001 0 R /XYZ 85.0394 769.5949 null]
+/D [1989 0 R /XYZ 85.0394 260.8495 null]
+>> endobj
+1996 0 obj <<
+/D [1989 0 R /XYZ 85.0394 224.9084 null]
+>> endobj
+1997 0 obj <<
+/D [1989 0 R /XYZ 85.0394 193.5316 null]
+>> endobj
+1998 0 obj <<
+/D [1989 0 R /XYZ 85.0394 129.6476 null]
+>> endobj
+1988 0 obj <<
+/Font << /F37 803 0 R /F21 714 0 R /F23 738 0 R /F41 940 0 R /F14 741 0 R /F48 955 0 R /F39 900 0 R /F53 1032 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+2001 0 obj <<
+/Length 2984      
+/Filter /FlateDecode
+>>
+stream
+xڥZ[w�6~��У|qq%��[{�tc'����}�E��D�"���;� ����������� >c��g:MR#�,3*ь��r}�f�����;��gZ���;��?d63�IE:�{��',����u�]�&�0�_���^}��}���n��<�x6���������B3`f���7?]�'��s#�o�n������.6�3�R�q���lV�~<c�4����K�1b�>SZ&ZI�)��۳����Iep���	m>�<1Z�H�$�Ҫ�����O�>޽�p�����4�f�&J
+�[6]W-]����6���,K�P|���؁�R5/�!��(Tj>��j�M�W��LBES��'0�6�<�W��>K?61���%��vY�Ӣ ��K��궡���sr/��@���.�VҐ�@*V]K����AZQC-r��3���z��~1�>��,�^}�1&VN�e��E���#��`0k�Ѓ�S��3�Bހ���.��z�A�>x&�s�B���̹�Z/O��N����jU==�{�3�{�W��s1o���X�^����.o�op � A�Q��U����?�iB`�7�a�ՏZGJ[�KB�"m�Y2��T��⃍�}��I�y:KK����rbZ�|��#^��y�x�T%������ibʡVRhf��S�|�9�W��� �L
o�^��~Kf&eN�F�p���r�M಺Y����+*�(z�*�n,�I��u\0�4!�����H���jY��YoU��k�oQ�$���a�D�uH�:� KO�s�uD��˪��:y�-w�7+O
c���L5T��n@���;7�I($�wA�%P*�(:���"�c�
�v�E�:�)d��a!���v��Q{]�)�}�,����c�ZoW}��r�������:� 	:a��s{.k�Մ�M…�(Y�k�Ƃ�ǧ���%\�����ZŲ���'>�������L4�y�֍c*˺w����-Q)��a��=�1� �y��x��hڹh�Φ:h����6l��x~��қZ脥ڌ�v�M����h�<�
+vx#N���Gx&����/�M����
+p!����h�i_69ʸd��p���3)	��D@A
+��(I��`G�:q@Ò��F��ČO-~40�S也��>|J���]��	�F�0��]=�5��^�a�2'��LSFeK�d�)�Y����;�4H6�$�E�(��>*iR����}s	!a��+ru��l���O��Q��LW�Vhڄ�M�������&� �M}Z?K�K���R�d���o���Qޜ
+?����p��sC�tx!��_�Yw=�$�G�ȧ����RY\l�G��n�T�A0�y���p�!�a�\�����a��~��>��I	�q�ׄ|�!���ņ,�&��G
+4J��B��}��u�����ed�+���o2 �a�>�R�j0����7�AU�e%7�,a9�oCW�
˅��yߵ��_�y�zI�����(�t6��
1?Ud�/��|w��>�b����W7?=���ދV�������E���?�p}}~.y6o�ޢ���C0�|�JiƐTY$�s��������@��msDึ9"$런�����%�⊵�줄	y�Jr��ܪ$�#w����� 4	j��'7�������o�a�Xn7$]ӻo?I@����>aaf2�ƕ(l*O�r�M�!_�Y�h
�A�a��Eu�5��u�u�2��S��P�B��A�۾�R
W��K�~t���9b��F�v���ʡ�>�p�#�,�U��A��4	��4��i�~��p�kB�8eX͕���ƍ˅�A��-�o��	[�o������7lߐX���-ll~�:^���|TJ(@T�5N�
�(����H%Mrt�fS>�5-�7r�8<�\�6g ;�
+Ȅ4�Ly\#n u7�gq���<9��^�	p��	f$i�v� Ɂ�q��z݁
+�d�@Ũ�q�ń�@)fe蛰y�ۢV
Zr��1����X�Tb�H��[$v4��77	��w⸂�3e�D����'�!�����-$Ԗ�QOY�:��Q�Z�)i�Ҭ���7H�W8J�N�����;rײz(��� ��&���8�r���e!�a�"ͥ��v�?o��C��1z�/pM�'iY�9�����<uu;FH!K ��HD�����?��~,����Z�i{G�Y���Y�>�V�[z�s�)4Ka
*�^�8���;�f��9!Uɾ��;���X�7q�������O�Nl~C�Þ���<�U�i�LvbJ�41eT���6O�qS7����<���n�^��g;tj�?n�:ղ��u�ۉ�<���'s�/����LZG�ĘSgC�#��\�:���EPe��
+d?3�
Yy\��5!\�<OR��b��Ҍ�t�X}��m��K9�p���j�I<]�{G�A�#�y�=)��}5�^h&��`�O�4���&�6Z,T��
+t�v��:�q���\���Oa�
+�Y�!��A�:�U
�8��=Y8P3j̪mU!BUQ�8��J�۩��]�n���ڻst��yX�����]g�
/1ƭ��<��}����'���.ݙ��ٴ(��SxZ)�޺�m�]kє��w�����yU,]	b?��2���8�GaK�Fx
 }gn���s{9�cyj_װ����n��������(pGW�D��
+��!6ww#c�ܶ�+�{iS�$��?��+24�
�����(�ɿ���s���0�iGh����_����7��#uw�J��]-m�Q��bw�ʌN����bh��"TtZ�|u�Ăx||e�&�a�E�BO�F}���榟	`�MP���P>�v��@��!��C/ ���pQn�����?�ŀ}��.��F��~���]��nW�`����	�lhb�c�
+����v��R�Ay~�2Fd�mB�	�*�j?�p�cڗ���Xendstream
+endobj
+2000 0 obj <<
+/Type /Page
+/Contents 2001 0 R
+/Resources 1999 0 R
+/MediaBox [0 0 595.2756 841.8898]
+/Parent 1964 0 R
+>> endobj
+2002 0 obj <<
+/D [2000 0 R /XYZ 56.6929 794.5015 null]
+>> endobj
+2003 0 obj <<
+/D [2000 0 R /XYZ 56.6929 751.9327 null]
 >> endobj
 2004 0 obj <<
-/D [2001 0 R /XYZ 85.0394 747.1998 null]
+/D [2000 0 R /XYZ 56.6929 651.1304 null]
 >> endobj
-2005 0 obj <<
-/D [2001 0 R /XYZ 85.0394 709.1513 null]
->> endobj
-2006 0 obj <<
-/D [2001 0 R /XYZ 85.0394 635.0632 null]
+1999 0 obj <<
+/Font << /F37 803 0 R /F21 714 0 R /F23 738 0 R /F41 940 0 R /F55 1040 0 R >>
+/ProcSet [ /PDF /Text ]
 >> endobj
 2007 0 obj <<
-/D [2001 0 R /XYZ 85.0394 566.8617 null]
->> endobj
-2008 0 obj <<
-/D [2001 0 R /XYZ 85.0394 495.6953 null]
->> endobj
-2009 0 obj <<
-/D [2001 0 R /XYZ 85.0394 227.6801 null]
->> endobj
-2010 0 obj <<
-/D [2001 0 R /XYZ 85.0394 156.5137 null]
->> endobj
-2011 0 obj <<
-/D [2001 0 R /XYZ 85.0394 85.3474 null]
->> endobj
-2000 0 obj <<
-/Font << /F37 799 0 R /F21 710 0 R /F23 734 0 R /F41 935 0 R /F53 1027 0 R /F55 1035 0 R /F39 895 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-2015 0 obj <<
-/Length 2415      
-/Filter /FlateDecode
->>
-stream
-x��Z[w��~ׯ�#t����w[I�V���O?@(��������7�AR��6��1��ٙof�$�%��g\ ���I�O0�͗'���~<��&Dq���ۓ�~�r��D�n=^
-%J��m�>�)t
-������M��/���ϷW�1����������ŻӘ�ȁ8I�˳������]�j��x~s�������N���8�F��'�?$�t��$AT+>{��a��ly�8E�Qfʓ���;��U��I0p�d
�g�!�`�׈(I�xV�2���C>����ʍn�AL�B1K|$f8��@E�:іj������Ǣ��v�7B��撄�~�%-��h7��2-�{�V��l]}�Wm7��u���0Ҝ/'�
-&��7��~l�flE��T�΄!�f��A{��.{L�$�b�YX�0<��z���ۼ��a�Ѝ>v����K7�;x�RD(�56r���e�4�l �H)�=U�q1�DW�sO��W˴��8$�8��r���K���gqgvX|SXP�q�<�e��SHX":���Q��������1����za���v�(Qu�f��I�H"�<�	�1�	8!�!\h�M�?��o^X��(��X��^m&�r��x���?��M7�u���Hr���&�낑�7H��S��������.�7��>��ṣ��~�?�A��+�����6z��g���c�$�6B������>���^��|/���1W�0��8�����M�64Ͱ֍)���ּo�o^�rq}{����԰����d!?Q�+��]9i(S�Ө}�<��Mզ��ɴ��dQ���ʗ�4�~ݭ�N��N�Z0
-��E�&�	;Y\��V�̈́��*�		�Z='��!��(Feun�+==��u���C95�SDg�D�E�֖�|J$,�IJ�/�1�%�ጬ�|�.ݾ����-��U�w�z�rC�U���2�����r3��z�z�m���Qk7J�-�5�
-:�S�"4�v:�D�=)vW{��"�;.lS,�2��c�'�����G�NH���U*�[�n��u[��S��2d��:ׄ���mUۼjA�?����v�r4��xYˀ��4�]�Lл�ԽFZ�V�3J�e�Pu����clԢX[m,��Dz0�aY��bނ�쒅�-����l����=�|�����#��<w	�)�N�Y�;T�n
�é*�ҍ�r����(m����y�N=�Cٌ:h�;���w�	� !R�#��&�9��u�[!�j�a�L��Ծ

�5 �z*sB�s
�"L�!gst�f�\7�?amXM�ԝ?k�'v�εu�d_Dw|�=���(�RC�"�X�|,Y�R�p��4��bn�tHZ²yk���m�/���>\������n��Q�}�l�%+��Ȗ�hb�>Tj~�F[�W�]������=Z�Ws��yX�-��=�U�a����j=�oR��~אLڭ����I���t�/�}�D��E��EB(9L�j?2����>hn�a���8�-^�G�V�voAW�a��|Tߏ�\�#�����,:_v��~:�e ��r�N�8MF[N�TMm\i�/�AG�M"��ꢚ����N��*]~�{�@sv��=�T��w@%R�2Ml9h[��pK�m*�J�1�o�]��f#��zU�tn�\pq��i���b-��r�>�~P;*j����AP��\���)=�A�ф`t�(��JvcR�b3�	����5L7���¯Uu�S�꾛aW�o�&T��l�))䑼ԧ:`�@eMQL�BC+�娙4tJJ+M�5�;��2�(��]C
-�2�N릍�Yp��(e���,�&�ԑJG�u�6�J�D�RߚMd2�֡�5V����ڍ[�R�-ቯ�a�_M�g%J���H	�|�.J9!q�-����Z <��ư+�y�Ozh�8���_��Kk�W�� ���B#�e�s�''A�K����ǐ� ��a�{������Г��s�p�A�i�L`\��qn4w�~��'��ZӍ��3�Z��+��b⨌+�Aw�(�*�]2���m\/��[�-��KhMZ���>H�A�fa����gpeJ��>�~��C��~b��d&���C�B�i�S�Mt�"�������|?������wo��`~��r�y����D|�|�v�3������&�G��b���|�p�����a ���@֟���َ�II�\ÆH@��n���6�G�O�焢|������`��v^����m�¼���L��+�;HDe�G�B��J�ό}�ij���ZZ6�u������\{.i�9aO�{*`�ާY�c$ڊ�L[�n�ަ8��(M���M5��
P�]�|���b��R{M"9�{�֘��z���hW��#�endstream
-endobj
-2014 0 obj <<
-/Type /Page
-/Contents 2015 0 R
-/Resources 2013 0 R
-/MediaBox [0 0 595.2756 841.8898]
-/Parent 2012 0 R
->> endobj
-2016 0 obj <<
-/D [2014 0 R /XYZ 56.6929 794.5015 null]
->> endobj
-678 0 obj <<
-/D [2014 0 R /XYZ 56.6929 769.5949 null]
->> endobj
-2017 0 obj <<
-/D [2014 0 R /XYZ 56.6929 748.2469 null]
->> endobj
-2018 0 obj <<
-/D [2014 0 R /XYZ 56.6929 713.4785 null]
->> endobj
-2019 0 obj <<
-/D [2014 0 R /XYZ 56.6929 650.1391 null]
->> endobj
-2020 0 obj <<
-/D [2014 0 R /XYZ 56.6929 514.9018 null]
->> endobj
-2021 0 obj <<
-/D [2014 0 R /XYZ 56.6929 376.6996 null]
->> endobj
-2013 0 obj <<
-/Font << /F37 799 0 R /F21 710 0 R /F23 734 0 R /F41 935 0 R /F53 1027 0 R /F55 1035 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-2024 0 obj <<
-/Length 3046      
-/Filter /FlateDecode
->>
-stream
-x��ZK�۶�ϯТ�9�',��8uO�x��4ɂ#QO(r"R����O�I�koڙ�@����� �d��L��	L�b��‹���+�iV�h�R}}��WL.4����d,��Rdq��e����ۻ���^Q��_���x���ݏ/�s}o�5]�������Ȍ R�,�˻on_�n�v{��}w{����W�����y���ꏫ_~Ë
���+��Vb���b�C�3z��wW��&o��c�L!���e�4�6�Rh�1xe���ѭ����ޕ�V���f�0�Uri�7#�J)��u^���N�edBuSW�D���ֵ�޹��5Q�b��ߍ��+׻���8x��[֫7�_��i�:���&���ε�foW�X��� th!-�,�I�8���q_���~��ϲ�گN�-#�E}"S�Nq����'�ѻ�Y�Lb`N!F���Ml	�s,�-��jՖUY��ؙ�#�8���fd`�Q�l�/���D`gS��Ced���hh*tG4@�ñs����ۀ8Oe�?p�5�pEގ,���a���L"�X���.��	�?I
��vk�uW~(@%!K��+E�?w�)IY�8SD�"�Mi����:3l��f�B�`f�*{�UJ���ʑʰ��:��H(�N)&<���];a�0�O�y�"�k	2��C���6��SC��qFf{�7G�bL��ԷMk�?��@���s�8(wW���"Wbho�m~�:h?�(��+H-h2�!��D"B"���b<&�Z��*��W#h�f\�p��
-P�Y�"�oC�H&H��pa�;D0�"\L�����/���=;�������(MGa\��#��u��b�"ƈ~�@W�"��S�"h�$�)&l�O�%�d��x�E�H+�yR�T7+k������	L�u�;x�M�_�x=^�ǶJ����n�R{�c
f3xp���l'm������ͪ�8�V5!�V�@d���q-QZ-�{�2����b��@s��@?�@ʼM�z[lG���J	M���ݕ
�&�#�Y�`�B�]>��δh�2�j����eu1��0�0���@�܋�
7c�%GJ*�Fa0��+��V�T[z}�^b�Z�FC<1ԅf�XVń6h���Wk��Xl��V*Y�S~���Lg�v�����"�z·�H&�
(���a2"�Svɍ	����L�f�3PYݏ)(GY�լ�2���f�T#�
�|�z�Z��01)�	��]���u��j���5G�Ø�C�>��[�N��Y�¿-��Ů�Ũ�>l6>Vn��+�
Tp���9�2��P�������y�
-����d�|�w"��T�yA�4���yI�<��x���3p��8G�b1�X��lp��f�ڍA% �3A��͏8<��m�C�-�çlyc�C�
����ٜ1�S٧ �� 2C��g"2CY�Ҝ}��頏c����/a{y��8��fJ5
�He�YVp4�W����
����&c��^��5����)�1��!x�5�h|mͤ񄅯��g|�J.�Ɨa���,���c%X����
-��%�\|���KE�,����Q����Br�R�hf����\N�aG��δ�sD����E����M�S�!{?]K�<��1��,�1�'�̆9v
<]-$AJ�`������>��A����Ȑ�Dh~yHA ͎�Cَ�v�Dw��De,t��m���*����y���������.}�F!�˴C�7Ct����d�
-�OVy}	��`S+��N�����`�1xcD	�o��Ո�5���r�FX��0"�!o��Q�24���>[�Lߙ‡u/��ЊEON���Ĝ�㵎r.�&����tٓ�X�<�63���#!uq�*7E����퐱�K��B�eR�4�u���m�
-E@h;%P�B[�����xZ�x�"j�������ˏ]#��2�i�����~��1?��]�G��R,��]g�G+�)Y�����������WE�A��M��wwe^��|�����nwl�9dzy� �,6e�A�����ۗ��!�g�X�����ٲ�ԡl-W6�*�
��eChˆ�ˆ�.���l(�FɨE��ˆ+�����OQ�MŠ;3��v/�5w��Ӫ��kwg��������s��SSF�6�8CZ^*��T3&4PY��b�Y�b�~��h�>`,$���5�7w?�~�b�O�p�Y���h�'�����d�"���v&��Lm�f�T��g������0>�Z2���y—`a��d�	�48��f7z�	x��`L\s�B4�16�Y$:gm�OH)4���v�s��h/�z<J�	��2{S�x6.�m���F�i���:n
-����)�w�	����+OF�D���ƿ�gbX��A���b㋀�����"`;�t�kٵ��-�e��k*Af�&�uӨ�_�K��jW���i�XL�e`E0�1�F�BH�!w��`��� ���|��RSNP�1-�Lk~��Sa�՘���CJ��y}w�ݏ/o��	0=�����ğ>5����}<E�6ËIѡ���|f]���e="2�asi̷�@=�cR3��Ť�܅��R�7��g���|y:%$�6z��2�L9������)_B�4~�bx�j��Mm�4���Ƽz�?�6`
-��f.�� 1��]r��*�Hq!xJ�f�*P٭���j��5�s�Fk���C'w�C'x����}������wz�/k���Ӳڬ}��Dϒ���<���}L�W65s���d)`��Cf��SW��g�1sǙ������q��z�_g3���)���޹��\�oe�ۻG_����≠��l�V���H�*��W�La�`��xƥ��R�2!�֦@d�3:>Z�d	��촑�|�a�&C�dd0�}�,�>��vW!�/�=1����� �z��VO4s{�9(=fc�=���#��̧�FSߧ7r�}uo�7�����/�f}����;�Sjb��h�2�%��������u!ugendstream
-endobj
-2023 0 obj <<
-/Type /Page
-/Contents 2024 0 R
-/Resources 2022 0 R
-/MediaBox [0 0 595.2756 841.8898]
-/Parent 2012 0 R
->> endobj
-2025 0 obj <<
-/D [2023 0 R /XYZ 85.0394 794.5015 null]
->> endobj
-2022 0 obj <<
-/Font << /F37 799 0 R /F23 734 0 R /F21 710 0 R /F55 1035 0 R /F41 935 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-2028 0 obj <<
-/Length 2003      
-/Filter /FlateDecode
->>
-stream
-x��Y�o�8~�_a`�"��E>�M��E��bgw���-�Bm�kII��ER�d�)p��C�h$
g�Ï3e2��G�B"��ǚ#��Ϸ#<^��_G��D^)�j���޼g�X#-�ϖ[
-a��x��<y�4��xrw����"��39���������%P�x������}v����כ����o��YN7d������x���aĴ����hM��	Θ�MG�i
v�6C�) Q&i ��	AZ�K��H2ʚ$<����~� TO�><ڙ5�9�cPB����'�t������E���3@q��8�����IZ����ޒ�^��Ye��J�ڽ-��J�%s�龱S��Kj�ڻEZ��*]xN��d�N�/Y��vv��D>܈I���������0��c()_��
-��K;���y�/;�{Lw�N#J��=��Ҁ��mʅOq� GZ����][{��j����IU����t�r��]Z?&y�l�T�J)��p^�H�}bE�{�8����s���ͫt��!�e�n�ڿ+��WY�=��5�:;�"���~��r�F�	�c�ͨ���i�5g�%�|�4�R?�E�M�������2H`�G^�ʬVFP� -�)$)��j@ n*�z�K�	��&�J�I�Z�Z�yK�����l�������� ��*Zf��[i��q���]�²))�S]�O�*ڤ�����.[i�Jۀ+-���_n�U���#E�>򀽈)�%��Z��_滺Y�H�X-�^M��F�C��l��4
X��m�=*���P��[�X�����E��P�����Q8G�_5Z�~�
��ʣ�>m��ES�`5�Y��9����p���HO�ޟ�����j�{\�_5�o��n�g���~�C
-�r��$ԙj�$��kW����F�u�ʦ]�MM�\a�94���x�K�z�+���:�l2�����>�S]e���y���CVzo:�����v��lz����b�M�Ѧ��k�`��.�G�l˶۲�V�>a�1���u�m��c�6~4�\|�}BM^�j]ԕ}�4���m�W�e`��3��Ufc��l���mn���WC�\&����u��tU����y�+�1⬭o�j���
-�z"~�/%S]V-�4n�&�?�˳*K6��&U2\�
�&uk����:�gi�~��~j��1�w
��4��|�jy�}�E[-�7�C��j�λ�J��:
b���t����~7l\��g�}���uQ:>��b���q���<�%O������D��P��Wp��!�4��f�PԈ����H�4��E�=l�
-xl;���M]f��8D[R�WP��:��u<��s.(8rDA�e�����s�)D}]��(h���=c���a��0a�GE2����Z�@��|�I�i?B�c�C1�T��bQ*�YQb���h~܈�[׈9ˡΛ�`�6���ekD"��<nZ��Q ֌��щ�fI3k����|23_��8K	8+��ǘ���Ie$�ܦHY��/�����C?{3�,���
t�^��7��,��9���X#���N�Ϡǒ��$_��0�������jn��7���>�S+�p���^vEYfOA&AFc����	"q�㋝��	�]-
-X�͘�6���U
-�X��?�c�(�r�@�6��<���Y�SYl��=�%����tu�1J�R]:Zg���j��"T]RZ��_]̗8�����
-د.P��I/�i�D��4�"I�E���ݙ�hC���l��\ �ɩ���Y�2���Y5�o"�'s����8`�N�Z�י:�c_/���b"����E�)����T����&�Se��M�%�sG�KG�C��|0�Js;���i��<�7�-t�3μʑ��6T�S��C=<��hs0x�ti]�e���œj3���&1_��׻��k�����c/:���|Md,4=ܞE����ypsPT4�*�� ��L���0p���\�$-endstream
-endobj
-2027 0 obj <<
-/Type /Page
-/Contents 2028 0 R
-/Resources 2026 0 R
-/MediaBox [0 0 595.2756 841.8898]
-/Parent 2012 0 R
->> endobj
-2029 0 obj <<
-/D [2027 0 R /XYZ 56.6929 794.5015 null]
->> endobj
-2030 0 obj <<
-/D [2027 0 R /XYZ 56.6929 752.1483 null]
->> endobj
-2031 0 obj <<
-/D [2027 0 R /XYZ 56.6929 689.4255 null]
->> endobj
-2032 0 obj <<
-/D [2027 0 R /XYZ 56.6929 626.7027 null]
->> endobj
-682 0 obj <<
-/D [2027 0 R /XYZ 56.6929 587.9664 null]
->> endobj
-2033 0 obj <<
-/D [2027 0 R /XYZ 56.6929 555.0457 null]
->> endobj
-2034 0 obj <<
-/D [2027 0 R /XYZ 56.6929 519.5738 null]
->> endobj
-2035 0 obj <<
-/D [2027 0 R /XYZ 56.6929 453.9292 null]
->> endobj
-2036 0 obj <<
-/D [2027 0 R /XYZ 56.6929 370.2609 null]
->> endobj
-2037 0 obj <<
-/D [2027 0 R /XYZ 56.6929 265.1402 null]
->> endobj
-2026 0 obj <<
-/Font << /F37 799 0 R /F21 710 0 R /F23 734 0 R /F39 895 0 R /F41 935 0 R /F53 1027 0 R /F55 1035 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-2040 0 obj <<
-/Length 2882      
-/Filter /FlateDecode
->>
-stream
-x��Zm��6�����}8-P+|��;�I���^���
-������jdɵ�lr��f8�,ٲ�"-��+����̐2_0�����L�¦*֌�E��`�G{s�=�2-�T/�.^|-�"�S#���a�+�Y��������ݻ���7?\.�f���r���^�~�-���LEt���=�*%
�HfXt{������w�\\�
�E�L�,�^��3[�@�o.X,�D/���<M�b}�����2�T�/�30���s*P:��Pf�Ԡ�$1�b1Ӱ񥕠.�AQ��)*P�����Me���/���D3K�ђ`��ڽ%��k2A�TP�-��-�����f{ɓ�xt���Wԟ��'�=}VUԨ��Dz~���狯�X#B��aO(Xۭ���&ې:Nvd�kx�[��B&ꌑFT'�����$����*6F%^��*;�$26��`Ռdc%p���t*��eʢ~F�JF�{�h]���g���챠檸�M��'�d��b��wMۖ��'�c���x%��&�5��k��:4�H�$����j�����t�,?�&��\�E�lWg��,���߬0B��1��S109�S���P9\����60X�ݧ����������h}���8��		�6
����}S$2fJ��IM/����S��98]�c��~,!��ne�����"JP�6�(���b[k�'���߿���R���U����X
 z�v�R(\p��m�5~�׌ݍ�����ņ%�4䍩�C�@� ���<YGg�[���C�3q"���dՌh���"��9|��L�\�}�
�ʙ�T����?�%Č�B�����>ԓ�>fuG�
-�=�}Օ���z�}뫞OP7���"/�}D���3�z)3�tu�.�Pl)S%���t�P�������I�b�.��w?�Fݯ�]�W��E��g��;���|g7��qJ�,w������i�W���� ����0��xc�vm�x�.��e�/u �U~F�;���ce(c���]G��r�pQ��@��qs67Ͷ;�F'J��+��5�? m
-�'طe���t�_�b[?��ς��b�;��i��[��3�8��ޱ*2P��H$ׂ��1�jkc�Rqڦc��6��M�3�M@'�D3KNJ[��t��^Zm��+%����e�Sc�u`�2oO��\i@�+ݛ~�p2�"�pO|��Tv
-��W)��Z�G�4�-�^&��y$�r��1'��4�/�3�j� �R��4c����z��4�"�R�6~;R�6�H�d��"��_.
�r~iDt}�`*�N
-���k���ׅ[!�D5j����:^ܬ��u{Z��8/Ǭݾ���ji�@��@g�'
-$5��$�Z\&Zge]}��~��.ڎިN��˛��4'��Uq)Y��R訨�~��	>�$h�������[��PΪOY��5xq'^xf�x�~[P{[TE�6p=pW��W�����|L&П�-ww_Kd�Se"8����f'!l�r��|���>-�&�pX*j�3��‡�)P��7�#��y:𪪚��bw�c%��*Qa'�XՇ�W����$�iK92�Zد�E,�nA���ڣ𨘍�J�?�Lce���;L9���8�F�H�&<0r��f�NkV��ҕ�����[�7C[Do�B��ځsk=d2�9�&��#�)OA��	ȔJ�4�d��n���ZQ��<��.�m3<��A�"��1x���2���~A
-@��s�<#�����R1�W	��,b��EbI�bK)��7'��9��q8򔹲0Z?���y����wT�Qm������8�-�i9�\)/��➵��WU�K,jPn�]).��]�
-�X��ݏ�h�j�5\������G5Q%~�m�
�Wl��/�IpF��O�'Ō+�Au*v�M��x����^~@���&M<A�n��i�����ͽSl�f�g���}��(c�}��3�H.��嶩��X���?`�C���sM����m�٠S*�	�S�m�+���a����(���������b��[*YG}��0�w=n	ۀ�嚖����N����{sVau��У*���
"g��|F�����աUPc�
-�1�NWPO��f�-����0�MpI*H�|�$m�����Ѭ�D���=v!
-���l����/WM
p��V׆����w�|
-��se�8�|a��k�,��@Jؙ�D�����:+��H��*�E��in?*P��r1^���
-T3�M\LH��'⽢˓ƝÅ�/���S�9q�ր����?{ W�t�`N��Jƒ'6�f����Tt=����<��S�*H���r�����+ �+�Ofj
-<å���p�a>`��o<5q���Cʷ�����0�X�ƙ���gO�<FZ$r�ƥ�b>�B�6f}�x���$ɤx�xS3*ެ/�,™�)=8�/}��i6z.�'j�C�|*��e?��\�x�C ��B8�P
��i�9���L;����z�u�E/�P���B���HC7�"Z5E[���|��[���Q	�.�kQ޴~X�?��cA�i�ӂ/�f���l������4���(�E+����Ր�0jk��|[Q
�
��z��[Z�"�,���ݱ�bjͳ
�����#��D`�D�deu<#�c�����M��Ơ�3��h
-'��s�6|������f���R�/��tA/�d@[0ޞ��7ݐx����%$�MUt���}��~��Jݥ���V��
l��_�ST��N�k,2;OK�2�?.R��U�J�i�N$����������#�!�|�|v?b�<��_��5��P����Z&�N�����$�endstream
-endobj
-2039 0 obj <<
-/Type /Page
-/Contents 2040 0 R
-/Resources 2038 0 R
-/MediaBox [0 0 595.2756 841.8898]
-/Parent 2012 0 R
->> endobj
-2041 0 obj <<
-/D [2039 0 R /XYZ 85.0394 794.5015 null]
->> endobj
-2038 0 obj <<
-/Font << /F37 799 0 R /F21 710 0 R /F23 734 0 R /F41 935 0 R /F55 1035 0 R /F53 1027 0 R /F62 1060 0 R /F63 1063 0 R >>
-/XObject << /Im2 1049 0 R /Im3 1172 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-2044 0 obj <<
-/Length 2113      
-/Filter /FlateDecode
->>
-stream
-xڵ�r۸��_��R3�b��4��GI����>�"dsV"�"i;����LJ��m����
4�(��(QDn"m$I(K���F�ws�δC����/..?
-bW�bգ���,Z�?��!�@��է��)�R���˗���ٿ�=��(�Ɵ��߮n=������������O׋�8}�(��?�J�$��a�$z�J�1<�\�D�D
-�A�_/��'��uG�L yJ�PV)�h�lE�����є1ED�����A
-��rdHl�2��DS�
I��{q��I�NJ5�:��P���hb�hH�$C<FI"���y2U,^�/���*b���`ǔ)��1B�1�#��N�W#8��lã(�u
-��}�N'�{qǸ��Hi
-@./r9�
-��ۢ�0�/6J�JER�Ҡe�ml��DB�D��ֶ���G��M8��7.��/�߀�̶�}�.���}c��YY�|�qSyp���~���~����;p��`�?�[`ǒ�x*���I���N�_�v��w/�2������D��<hy_��/4�~؈M$؄�.>�@9�l�a[T�8����_Զ�NUS�0��L�P㥭AM�;[W�ni�M��bS4�BI����+�Cǯ-�Ʈ�C���tv)jxc�2Pm��[�q9ASt��#f�줜�j�U�iV%�����Q�i��3Fi�
������і#QP2#ߎZ��.��@�3h19xW������zak0���)��G  �1���
-��a$����HP6$Mu\%z�	�������#�м����j<����x���I@�p�����m��ta�V(�q4С�mq6c��@g�䰊JeOM��6�^�����cMk�¥fAH�� n*<�}3b#�˥�ӡe�iT�'vIJCa�O�m����P�?v����'��]��K�n�}�Q_�pa_��ȍ��	pҔ����c������G��D+�=˲Ca9�^��,�K�ܷ�:,}!���)��&ވ�>�vX΂/>;��_�A��'���l�h�+���1m2�4>+�kD>1h�Pd�QCo�,(Ϛ̯V�	�z�	�Ĵ�R��~�O;�:-�K����t���`/���]�8x*�3N�G��ф�]A0�?���9������!�10�C���Ÿ/������`x���;�;w�l���ͩ�Y�j��al��0�"9�����,Ό�}�g�f	s
eƏ!7�D�\o�]7��wWX��	O�s�¥�r��S��ǯVa���j=-�/@������G�[��]W[�6n�8h����4�d��ݿ�\��ٍ���J��y�8�?t�����?Vm���D�6���/O5�~@�P��Z� 깑�_+{Q�K�a�L����n�W�_Gj	x/�P��-�a6wu�m`����]����_0���'6ܬ��5	�
-���$��_�:�eU6��ڟ��	vp
-����_���> �k�v#�̗#qh~Pҫh�a׍���KpF������:ݽ�X�!��吭ф�γ�F���j���~��ᗡ���`��]�:j�'-㓦�"�A�紙N0�l���F�,��>us�ƚT�s2�q��-�b� �R<��[��sy�0�	M'�ɚ)����
]��og�ږyQ>t����l�8��nȽ�­��Ԗ���R^Zއu_
-"5�E������ͷ�+4�b�y�v�Xt���?���1RBB�R�g
-((�C�K^�D�����I߇��T�_,��vm_�n������;SvP���� ��b�GLO��}*�WA<s��N�Y��^�����"�!��^�8��I�=!�x��m��*�eQ7`�*��ή��e�������#�e*�Q�/����
-p��0�av;�6�/�p�b:=��},�a2I�=r����҅
-�PX�7\�����:�� �"J�����>.O�A�=�hy�F��t�D���S��ܵ��R�ն����+�Y1�HGr)M`W�� �
-�����E~�N];��������)��O�	X������u
-e\���=�ֱ���k�endstream
-endobj
-2043 0 obj <<
-/Type /Page
-/Contents 2044 0 R
-/Resources 2042 0 R
-/MediaBox [0 0 595.2756 841.8898]
-/Parent 2012 0 R
->> endobj
-2045 0 obj <<
-/D [2043 0 R /XYZ 56.6929 794.5015 null]
->> endobj
-2046 0 obj <<
-/D [2043 0 R /XYZ 56.6929 374.0222 null]
->> endobj
-2047 0 obj <<
-/D [2043 0 R /XYZ 56.6929 216.7302 null]
->> endobj
-2048 0 obj <<
-/D [2043 0 R /XYZ 56.6929 132.6902 null]
->> endobj
-2042 0 obj <<
-/Font << /F37 799 0 R /F23 734 0 R /F62 1060 0 R /F63 1063 0 R /F41 935 0 R /F21 710 0 R /F55 1035 0 R /F53 1027 0 R /F39 895 0 R /F48 950 0 R >>
-/XObject << /Im2 1049 0 R /Im3 1172 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-2051 0 obj <<
 /Length 3048      
 /Filter /FlateDecode
 >>
 stream
-xڭZ�s�6�_����K|����n�q|�3��4�H[�H�*R��z��o�����7w�s�X,v��$f!�����P�z��:�B�ֻ�pvm�O�Y�N�a�nN��Q%�4Hc�nn�L#f7�����������N2
-�?��(�oϮ>��Buק�����XBQjC'b�8�_-?\���&z~sq���瓋�N���"T(��'?��V��I��D�(��HS9۝�H�V��lO�'�Z�P�*"e���ģ)fBiɑ2�4��TVˋZ��/�w��`:�`8�VXL(m��?�:]�4���uF}w��
���z��Jp�!;��e���B�r^e�"_�7���n���?��_uUL�U���m��̋&�2�4�<]�B�0Hu������6+�=�weU6�!k�U�/n��ZT�6���֣�@�0�#�.#�Yt�*
-t�fs���w�=<'�rY�š*Z�d�شŮ�«�j�C[w��:P:��wKF-X�ֆ�Us��Y[�(�t`D��nW��g�2�Q���8X9~�2!����\s�jIİ�-�e��ST8V���M�L!"?W�:MI�si��H텾0#��Ő�uw-<����<M~\�u�QwD��>�z\�G#;�)dxGv�q�����\�:��b}���F
-%�y;wt3|�� ���$������ZFwp�-���\�$
-�В}��C[��ؾ������`������
-X�$��r=��+��Pͳ\�)��_�zȪ���Ž����}���Q�'�㟼8��!�����������wWݨg�d��Sd����f�J���9QmM��ڕ-ѽ���@|p�4��Ǣi�c��A(+Ǿ��H
-���胪a!��=�4��S�4��l(��y#�϶��'����GKX��j׵�涫���qŝ�<��i�t�q���5�ښz�#�q��?����V�l\�>R��˶���nx��樯mV�x����m�t�@�b��ڬ��t�c�_X8.H�˦�ǥv����݀�ֻZ���[�:L��,@%-ۖ��͆�c��-X2w�\mƖ*����"�@2'��%��C�5ϙ����W�D�q
��͉�j�~ł�ܸz�/h�����#@��r.bՇ��v�S0U�y���ʇᙖ��aVg���;k����e[7�w�n�jU�z���8V���*XVr����ͪ���·v�O�X���X�h�c�:��d�,
j��+.�ː�\�pބ�R�j����a	f�bZ���Z��T-U[��w�M��/<f�Ax z���B�m����9�->,HAZ�0w9{u���H���t�oGbH'�|�0���^��h'�tI�q��ntA�bm
iA�;�����.���>VA�&�E[���Y��Ȼ�9�bu�����3�)++�7��p�����b:�����e�`�+
-l�
�/\�$�=��M������wY^Lܛ��c�ߖx׊�"�"�p$G�h���Mq��.�}������m2��M���ȿ�t�Y	p���\��9|��}G19���o�
-����f�[;86b~�$qZ4��S8�CR�dk6�p������(Ku6�#a1
-���!e���v�`M��2� ѥr����eA1=Q
-7��yO�,/_�rO$H�#��}�s+���P�
-n��(�Q��8jÃ`~��J��I��5�V�b��[�V�J��e�����r��K�%LnU,G�@��%�P1����<L���د��}�
�5���-�4�#����eB���W�~����,wzX���H'a��K�]�
-c���d毎�]iA>!��EҺL����=:g��j}xth��l{W ��x[sH$�bE@5���٫Ew>���v��yd�0�M��l	����I�6[���*C$�..���+#��a9";1�� �?a�k0v
ߒ�`z}
-�Ko���n�gU��BmaR�Zs�f4��H-M�-l�h8�A"��L��������ņ��������g�uZT<� BU�/�
-7Ngd*Z&��/�(���@ѠR6Dz�Vx�4�&E��8��t*a`[�@����.�m�\�j?�K����v�])��TB�]45�&���	����S�$
^Z�Ow��j{$���״KX�� �ь�[���e�,��e�~��HG���k���
U`�8�	2�U<�0�N���6D�v����J��d�jhHue �4رR��W[ހ&��I}w���"ft��uǂ����I��R���&V�@8"��bwl8�_1�5m�a�E0�u�ys�w�?�m��|s�@�;���j5�禇(���(zQ������`�`$H�,�����N.��fx����R*ؚp�퉷q��ⰢK�ڝ�Y�hTٶ�)`�e�_�/�.d[�]�?Y�J
0���G��G�$�/ <٧�8q�wW�_���P���J��9��ض�R{�1HE���k#n�����Y
-z�u	�2T<�Ҡ���!dD���}�II��]$�]$ݹ)MG�&;D���m���O�l��9ơȸ�[H[
�@�ݱ��<��\o���
@"濞Fќne������E�~q#5F"1��o���_v:J���Qf/Cw�L‘
�D�l�����0���=~������61o�~��QArQ7<#��.���A*�$u�E#�Ψ%Z��w[��ؤQ������Q|�]��@x��+S`	{D�dls;�D��.*���.4N��
57vv-#��eQ`�N��Ӌ��ȃ������(
-Rʀ�nm�b(\a͞s��F<$B�M���o�"���p.����yڛ�϶�&-�39;��r��'ݲ�
->ߌl��'P��N�B�ݾ���Q_�2~�����E� kw��i�����{o'�T�)R��y<Q�A"����H� )�c�5E���l5=��Q�x�w������6�.M��߄��}�I�����=���X�T8�p����w�y*���lGendstream
+xڥZKs�6��W�tU�����k�]�3��nm�%R63���=ί�n4@I�Ԗ�F��/�/��E�C&S��Sj��b��b���x�-f�@�!���ի2^�a�hq�̕�,I��>�-x}{���ݧ�\/�f���z���������:���ﮗ<�y�a���ݽ�����濟o�_�q�������!�I�꯫��`����e���3|����X쮔��VR:������n�A�:&��P-�Z�RK5.22
"X�
+VR�r"|Ld�"[~�������Q"5L������>��T(<�B�G��|�_�aP��1��������^J���UPo�ֺN�%��]W��;cb[5P�m�4�j[�&k��y$	Of �0�����]��[����.�܁�fy�Ɏ���.U�#�D�N�_�=O-��'���("�E(l�Z;ѕ�C��޷e]Q����r���%WmQ�EN_m��Q�*��ظ�5�*ەk�hʇ�!���Mm�{ē���1?��4"�#Í0�aE��}Vu�ģ�/��^�U��UY=Ѐ�>�Z�vf5Vvڎq@�%)º�p�A�K�RRA�����#Z�0R�����n��n���˾d�v��#���j,�D
�d/f цg���(a�&e�JQ�V�C+�稕�B�V�,۶8��	�J�s֡FX���8O}���X�أ�%�z5��f�s�>-#*�ws�vl��!0��rS���	>cd�-ѿ|A�����7o��l�����$�H끀	T�\]��t���~+q��V1q�T�܁Qɪ�>6MM��ӆ�����QT��՚&�pO������5�-���05���=
y*͊���$l���zR�`�5�vH���Ҝ��&�"K.1r��U��H��౧����;4;�c�T�3��7�
+���Ȳ���#���v�;�3�(0bh��P�;N#29�'�,�0����΀H.�f_�K�O�+8ތ�v*�~.��~�6�W>�FZ@3ۆ_��U��N�ޕn�m�w�('X�$�m{�ٟ%wI��xl�9�*��ǚ�j�ŝ\<}rPdT�Z?�~��;�4T�"��N�Riw����O(T+㜀��ߦv8�+�"�W�E���S�-��ԇ��S�vxq�-j�b�'b��Q4l���㨂���Jwa�rC�-�,Fd"����
}�9�*K���-���d���l����$��Q��c�l��t��M��ʞ�h����~(���A�m�v�l/4<ᣃ,��t�{�Cw~����nZc�3��}v��s�ZC@�$�c��k�2��q� -�t�څj��;u�X!�K�g9�P#���Vd'��y6H�X[)�lD4���tz��eG�S�y��u��6Tv�~X�e�6;��V�"#��/�򢅀�ȭ7����׸��_�O�A��*}�d���u(s�7c'�����:[��(��Dv%��a��5¥�70�*�|6Mh�X�}~��( ���N�.�F�:�Z7�؉y�A�s�34�1�s-Sp:�A/�l�[Q�'�"�B�29�z�4��࣓aʅ�ɸ��% �Iwz�x#�c9��X��ѶLM�”��ds�=g
+�*��B���Yv�s��*�ӌ��[�Ô��Vu��U=��␉(,��v�Mg��rsj��2RRD�h��2B`8#&�di�tAR،�jRC�Z���.�`A#��&<V>����H̴�M�}��<M�u�Ȏv)��Ⴅ�b�n7��6#\���(�lAZ%Xp�<��!����e�b�nİ�޸���.*��b_�'��Ɛ���KCԴ_�P�/���T�٪�CY���"��O̳֡Fx�C�8Rj��{'H���
3&�e���G�(�?��Eڹ�h�g�
+L�&�x ߝ��.j��p|M��/R�B�8D͜�C���|)���b�bCHcg�s���3L8�#�3H�ژ��ژS����$��! ��y`���1.���
2"�v�U:d�dC�pd��w�ty���hT�S���?Z��/����CԴ~u(�_��%�W)uaIYr���u�O���uO`$�7�1��T�@D�Y�Q糩�I[k&�H��[uưSI[���֍�Mִ]Q	�j�2�JC�ږ,��P���6I�Ԗ��8�T�"�}�]q���K���e/�0:!_�A���I�F��$(��P��=�t�n���Qe�{�fSӆ�v���v��l�]	�մ*��R�\P�jFʨ���*�-٫�ْ��8\�]�d+��u��E*[��P���zP�j����i���Y�4�bY�&D��H�	�UT͠�	m��(F��)��j�������B�����͸-2�.e��W��Xǖ��oT��py��e#�?�����_������J5��{�-�7) ݼ���a���HY_����v�mQ.���xE{N�KCG��GٰR��#��$�;
�X��þW��[�o����W���#�o�n���od����S0Y���,a�wj.f9�@�yQ��3�=��bsA�mv�H��"7��K���6�H@�M}�v��\Ď��[&��n���Oen�g#��u�S��W �WT��K�*I|�j]�H9"
p]@N���c��mM�'y���0�$�Sx��k4�n`C�^<����٪&�m�Մc���N��)��v�*��*���9gΤ
ޑD�����C��G��,�@�]8���[0���lh�l�~Wvu�d����r��	a����b��d}��8�bĹ5�.쳧���$��猼\��m��[��#����۰�X������'
Nj��»��4mp����$�a+5��Ü��y�(�����n���4-����#�����Z��GvJ�/<�w��v�A<]�ɷ�S�{���x�0gL���
��+��ģ������ՑO��?J�u�x�gwm�����]LšL��j��Pʔ;�p\�S�5��:����يhendstream
 endobj
-2050 0 obj <<
+2006 0 obj <<
 /Type /Page
-/Contents 2051 0 R
-/Resources 2049 0 R
+/Contents 2007 0 R
+/Resources 2005 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 2059 0 R
+/Parent 2009 0 R
 >> endobj
-2052 0 obj <<
-/D [2050 0 R /XYZ 85.0394 794.5015 null]
+2008 0 obj <<
+/D [2006 0 R /XYZ 85.0394 794.5015 null]
 >> endobj
-2053 0 obj <<
-/D [2050 0 R /XYZ 85.0394 752.3578 null]
->> endobj
-2054 0 obj <<
-/D [2050 0 R /XYZ 85.0394 679.8301 null]
->> endobj
-686 0 obj <<
-/D [2050 0 R /XYZ 85.0394 642.5879 null]
->> endobj
-2055 0 obj <<
-/D [2050 0 R /XYZ 85.0394 606.8804 null]
->> endobj
-2056 0 obj <<
-/D [2050 0 R /XYZ 85.0394 575.5077 null]
->> endobj
-2057 0 obj <<
-/D [2050 0 R /XYZ 85.0394 512.0134 null]
->> endobj
-2058 0 obj <<
-/D [2050 0 R /XYZ 85.0394 442.4505 null]
->> endobj
-2049 0 obj <<
-/Font << /F37 799 0 R /F21 710 0 R /F39 895 0 R /F23 734 0 R /F41 935 0 R /F53 1027 0 R >>
+2005 0 obj <<
+/Font << /F37 803 0 R /F21 714 0 R /F55 1040 0 R /F23 738 0 R /F41 940 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-2062 0 obj <<
-/Length 3460      
+2012 0 obj <<
+/Length 2545      
 /Filter /FlateDecode
 >>
 stream
-xڥZYs�6~ׯ��RUM�I�+^�֎ג+[��Cr,���dȱ-���F7�c8�][)�`�G_����?q��01�\�&u$�e�\D��a�Ņ`�k�t=�������*�4�Idry�����Q��������PD�,��޽y~s�����յ��J��7on_?�ox�0g�n^���'��\ܼ���������{���E��L]��gtY�
~��Be2}�	^�P#/��X�P�J9�����_~�ɬ��(�6R%rER��B�0Q0����p%������յ�E�m��C��|�s,&�e24i�E��c��С�S�,�~���V�{ڡ���;��UI��ȏn��R����X��x��r�q���n���'M]��-��������$B"4ZK{V�������"
ꖞŮ�If�P}F��H�x�o�G��\����Ǻ�7�j�����?Ĺ��v
���?"P&�O0�a�F�7�W�|����GI�W�����P"��ᳱBA1�[��a����d��C�ۅ�Հ�f��~�$�#�&s6�a�&�P�4e��2A��;m*z�a��h~<�﫢޺�����Q�2ʇ�q�����.�u�-���͛���������8`Lv�ױ��*;	^�d9J�<R�dH�2�%�����~�!�t8�,�UeϨɄ��v
��xu�����z\@|�RdF������&Ʊ���.#3����WW��R���Ue������Ftr\e5�����Qw��s��e����W���<t�]I�w���tC}����������@��i���s��Jkpβ��ڔQ�«���Я��G4
-0��������ez�;r�o{6��K�v��\����=����}�X�o�@�����l�1�[�ċ����=�#Q���uD�1�z:=�X�F���ͤK�Ǯ���E��?=��1�3��'�٧z��AN�NE�+�$L�p�pC-�n��@��MDe��I�J%����/Vtm[�o�@q�dY:G�{�T��:"A�sO"�V����>t221s>X��|zK��’&��e��AEf��|8T�d�h���D����/��s���
�s����²�P8�tI�M�����{ͬ��J��;lW����f_��&����gn���tmi�����T�I.شsr��>�	�֨M�P���|�>�0�4��㸮��x��H;}�x�2i��`�qt�|�!���F�䢩䐩��r�;I�zK�/,*��"wv;к�@��<d���U%�D⽳�M���ݏ�ظ�zi��Ƣ�āH�{�C]���*2�>'?��F�(Y�&��jλ�䏘P1�4:"fG�6��F%��@T�e��S�$.&۝Z�޻��͹"L��`jSy���2$?؈�8�%=`%]{�uvMY�E��B$f)j-'�_O���P�=����,$��B��Ο�a�
8���Cݾ���jh\vn�-%�{��.]�A+KEЊ|�P��x������Vn�@�-|��*�`
��eU��.l����Y����L(Xm�i
-E��y�Q�Q'�"�3�-.�d���O��Z��s��R��N�DIetd���(��͋�z�r2�)+'5�␽�E)W���8/JEN��L����r~qG�SzY�k!cnL��A�5�I�8���ʵ<Ƅ�N]x�|�Vd=mE��P$��-Uʈ���#yç������c�9����0�B�Ӛt" �z���{�D�3nQ|
-�iTj����w����}��{F�+	`��De�|C(���c11/�"���>�)~�:�����WD3]U�1���/,�`|�Nܮ6�����f�謮�bY��c{߬R���,���ԱAfbѠ��))��Z��CC*��ӛ/B�&kD-�~@��ȿ��������������dP�8Cc��X��8�M���o	/Q�<��.��}m��x��=q�ƙp-1�P�u����$�"F�{�lC
��+��yF+�5�װ�:��@�����t���%(6�t'1Sʗ��+�o޾����$'V;�\S��V�O�MO��&�X�\
-�� � ��;�{s�y�
s4��{mi�L��I>�7j�Y�Z�,��m�݁��X�ŬX����)�pz��l��Beg=��ь�,�؂����亡��D+������-��FIǢI����8	���C���
-�/�guO���r
-�vj^�����:]'�����If8<�Ev;�֬h��)�R�z���^T�Z�%1�w�˻sc+�j�����R9o	��M}p�C�:��߫"���t�5�6u�SN���Y�6#��7D����
]�����ٚ^���
f�NJ�8qY��C��L�b�Fa@g����W�~qڼ(��I5������I��35���Ό(����婱[�/�[|��1/�}e�I��⇧��	��>���u�������5W�M�s���&��v���~��J�)�+�R�0�̇&⹞0�g&���1���W�o>J��}w�\�G$i5I��<���E�\��NtWQ���`�X���i_�c�ބ�f)�S;������a�z�{I��t,|Kz��J��F�]��0��o؄�b�h��j�����Iێ�}��W|�Ԁ�Z�Y�YG���SI����I)p�!,@���"�|F���a'�ό��z�~�&�'Ư�3`s��v�I�W�o^�Ri`!֖@���Ѯ��
-��~��ݯ7D��.M�� B	�˔�.�&�^H��t��M��Y�$��5�L+]9e���G0�''�	��v�-4�[�3����O�5���1�	P���ۄKk���ɘ�ښ��
-i>��)����OZj��<	�˯qc�a��N^�:���S�yJ�F����X:�:��/��
-�O,��@�#i�B�$����\+R`�q��O�h*ӈ�T�b��t&S��>�r*��.��+(*�����
-0�0��!T���wY���X���k�N�ˏP�"& �@��0�`T�㌢�
��P���Q���n���4�P߶Dſ@�1w
�p��E�I�����.���%�#Q���z�8Y�gc?���4��/�ܘ����ώ�w<"Ƃ�X0ARۍSLa?�q�E{�3��$���1m3��~��$�,Ld&��kׄ�<H8&io9��Ď]�����t�&��HLק��uF&�H�h��2����Mrm��e���t'�����Ja�zi��(�������ೲ6�3J�d�uGбˋ�4��%�8�(FlT���k��җPO7��	'�&l�p��@/eyJ�%�q����[��&���d�?���&��sf��7]���ױ���)�G"���������d��Wq+6������w��Xgdr��e�C��
-O/dv���gz�g��r�6endstream
+xڭY�s�6�_��N�i����6n.u��FδwMh�8�Hפ���b��h%sw���%v��?@b��'fI��\�3�k�p��V�3>���7g��,Ӣ������?)3�Y��tv�1�ebvS�1����V������友��7��~w}y��f~�����뷿�/d�9��zq�����?��������ϛ��.o�b}�W��_g��g%���3�T�%�'x�L乜��t�X��
+�����q�ެ�t�:�X"u
+f�L�4�6�`F`2�3���dRL�,p���7�j��"��;�&D����F��ȷwu�p.��%�_-�h�sU�Ѹ����>��ic=���}�UuU߅���Q�г��jv�Ao&�3�SP��-{\'l��-����$�q
+�L�'�:��Ŷ�����+0M��7x�2e����������"O�>��5�"�jST5Q��nC�nc�tW=ښh���^5�-���$1qh�,Z��G�po���2K!��ld��f�b9�1�R��[xmo���m��)U]V+�2�:[(�0)xU�'�tv1l�6��U�0�n}���a<ޑyc8:�������/Fd���"���rDF.����H,`�[���Mݎ����$�i�"ׄz}_
+��$1b��o/��6a�B0upԮ�}���%�J%��&8���b?v���e�(�4��~90�p�gr^�8����T���ϱ����dF�t ���d>�2���Vơ�2[���4޽������
������Ul�G�R�_Q�/[�X�4(z�M7�7cYb���������W
+�]�����[{���'YβT�vz��e�&T�禮`/��G�_�45�I���X���j�}�1��pʥ��^�%���|�Rm�����(�����N�-p���F2���/�L2��1�����]Uk�')��M���tii�n������<}oH�9.���l<�R��߮�T7�Ջ��*�γ�+��-��.�խ0�^�@`aFd?����*�$����8�0g;�$�*�N��ϸ1�icT7Z�w���;���0��>ˁ_am�V�Ux��Cq��m�_��E6�Z����������\1?9|:�7�$���
z2�e���ֳ����Sp`a#����/~}������I�4���8� l�m��)`�f�##��oi��v��߅��!y�(����2XdB�2"Ko�0�1"
+�R��4 ��P�K�}�6�i�P �s/��[(�X>��g�5f::!�Uo'�;�J�	#�A�1iDN���>�����\̟��n�v�r�Y]#�|�!aW��-h�)2P���O)�+��򖝶w�X���w��UK@VKgF-�(����Y����d�m�O-
14�� �$���N�o�CI�&*���RiN��>p0�/�����O�&|Zt4z���1N�����ۢ�&�"�L#�A}�]0�j��KR	���ݔ{���x�زp�49�a���C�E�o�)�!�1K)�����г#��0n��PzX�)^ȃ�Z9\�Q{�b�f�8����~Xlż�m!�����j��y΄���D6��\/�(` �Q�? ���҄�I�dN��0>��2�y8��s���<�V��o��;ǚ?�,i����^�~zW1�dm[��v�;ާH��4���xط�*��^Hy�Hq)Sp��;l<�_���"t!�����Ǫٷ�g��v�Cz�zg5X�x�
@��#��VD4��<�B��/�E��w��=F��
l��|����R:��T�O���b�E��Q�a����߮�%�7ˉ�����|���O:Z�.��� �_���ꈲ�I�y@��S��YW�	����GhK㭤�ç�����䚦(vt���D
+��U�8���Zw�5�bh�5M�_Y"�X�AAg*�/%���A�N\�I�v��,�)J�Dm;��q�v��'�k������܊���71���G�CG!�����[w�,�<�/Ș�@Y�BI oy��"ƀ=���,h�qHHCq�'"��˂O��.�A�J�t\��Z��0.�d�}
����+_J�Wڅ]�F�P_��
+'�)x�b?W�ն�i2L���@7ҍ�׷ٌ�Tƶ�X�>]р��Ʈ>y�
�v�'K�6^��[A�}��ⰲ<䁈��;)��BR"�,����'\�=�|��$"e����s�ſx@gs�):h��~�iO�&�Pv��F���X�&��m�@��T8�W+K��������
+$𯔚GD2C�`�z��������]�T
+{�f��3|c��>� �l�ԍ�x�:?��M��U���1Z�����֓���	�?�W���NB�o$���%��ڢu�/7��M`��E�U;W�$�/��'h[�^%����Ps�{��)9����렬ϰ�C�� �z���:��������=��"\_���g=�.�9W��K���៖Wn<�����ÿ��g��py'M���4(��R�Qr&���u�o��8endstream
+endobj
+2011 0 obj <<
+/Type /Page
+/Contents 2012 0 R
+/Resources 2010 0 R
+/MediaBox [0 0 595.2756 841.8898]
+/Parent 2009 0 R
+>> endobj
+2013 0 obj <<
+/D [2011 0 R /XYZ 56.6929 794.5015 null]
+>> endobj
+2014 0 obj <<
+/D [2011 0 R /XYZ 56.6929 485.757 null]
+>> endobj
+2015 0 obj <<
+/D [2011 0 R /XYZ 56.6929 207.615 null]
+>> endobj
+2010 0 obj <<
+/Font << /F37 803 0 R /F21 714 0 R /F23 738 0 R /F55 1040 0 R /F53 1032 0 R /F48 955 0 R /F41 940 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+2018 0 obj <<
+/Length 1499      
+/Filter /FlateDecode
+>>
+stream
+xڽX[s�8~�W�f����ǔ�6ݖd�ݙ6.��-�]�$��~�,�� `۝��LƖ?�s��+"�?Da� �9��`��������:а�z5�|�� F��2�-[�"����������xry��`H�B������brw�ެ�bڿx3��$��(�0���������x���z�zp?{�����̴U�>��`gx�Èő��#�4X��`Hp��ʪ7���l}����,B"���
JBP,��!b$e5��؜����Z�v��8��H
+�k�"+K5~U��}�G���0Y�&� �@����jri��V�b�fiYI�f�V-U1 Q_ese�>$�&Yy�"2BTJi���(�����##lby� ��hd��4(�e�D!�COw��׷登�*Ud�2fL�e�֥y�Y�U�Y��rĸ�VXE46L��C�f�Z-��G5�:ϳ�ޫ�L &C���i1D6�����Dih����>˜>l�mi�Y$�����mV%�-XL��V���G+vtJ��,�V��~jI�A.0E"��T pB*8<{�FXD:aZ"�4��S4��!	�>޻����K�T��6�Lj���:��B�!��1Dp$i�V�2])m���������c���r<�^�̮�'�.O���|Eբ�5�Fڀ�;��¼|�����j��IV���Bs���D�?k��&�k��ۆ���Z��8j�\�=�����UB�期Q�@�m��1�:�;*o�4ۧ{S&���z�@��3˲��V�(;Pax��vZ��8T͎��>"T��|i�Fx;@�I��ǺNwŜˮy�Ǻ;�:z���y��h�2��wG��(
+������X�i6_mʼ���3Ϋ�I�0 �������Ћ�@����1/�́�
+����@�Xj�\�q���Ԧe1���{���T-�u�J�����ǙK�:����"B�ɼ6�xl5�:��2��n~F�yTv2/_�{*}�����)[��鯇�H�z�F����ַE�����D��Z�p��?<`,��U:�G��EW�*�y���g�J�U�,���je�	Lgv*��gʆ�2�8�̓�r��CG�3x�x{����Q�	=Skۨ�p��_�A�9?�ҁ<*;�0H@m���Qe;��0��ܞ$M�r.j�K�)�dխGi�DvY��Ʉ�s|�����Of�����Ky��Ӻ�Gy�/����Y�
�f0�,2
+�6X8��kC7����k��]ht��F!�WK�j&7����<���B�l��� �L6����z$��H7ھT���-�)���ݦ�M�H"Q�b���_n�3	�#��xvw;1q�����_�w�����R!6�\Aؖ���m�URm�n1"�W��煅=+����BU0��TzlEB�i��&��W�jRZ��Vo�2�}⺀p]�	��б�=���G�p��ouv�W0�2�e��v�uU��3J�t��������|�>endstream
+endobj
+2017 0 obj <<
+/Type /Page
+/Contents 2018 0 R
+/Resources 2016 0 R
+/MediaBox [0 0 595.2756 841.8898]
+/Parent 2009 0 R
+>> endobj
+2019 0 obj <<
+/D [2017 0 R /XYZ 85.0394 794.5015 null]
+>> endobj
+2020 0 obj <<
+/D [2017 0 R /XYZ 85.0394 752.1815 null]
+>> endobj
+2021 0 obj <<
+/D [2017 0 R /XYZ 85.0394 689.7995 null]
+>> endobj
+678 0 obj <<
+/D [2017 0 R /XYZ 85.0394 651.2999 null]
+>> endobj
+2022 0 obj <<
+/D [2017 0 R /XYZ 85.0394 618.4832 null]
+>> endobj
+2023 0 obj <<
+/D [2017 0 R /XYZ 85.0394 583.1153 null]
+>> endobj
+2024 0 obj <<
+/D [2017 0 R /XYZ 85.0394 517.8114 null]
+>> endobj
+2025 0 obj <<
+/D [2017 0 R /XYZ 85.0394 458.3941 null]
+>> endobj
+2026 0 obj <<
+/D [2017 0 R /XYZ 85.0394 396.012 null]
+>> endobj
+2027 0 obj <<
+/D [2017 0 R /XYZ 85.0394 145.9047 null]
+>> endobj
+2028 0 obj <<
+/D [2017 0 R /XYZ 85.0394 83.5226 null]
+>> endobj
+2016 0 obj <<
+/Font << /F37 803 0 R /F21 714 0 R /F23 738 0 R /F39 900 0 R /F41 940 0 R /F53 1032 0 R /F55 1040 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+2031 0 obj <<
+/Length 2089      
+/Filter /FlateDecode
+>>
+stream
+x��Y[s۶~���#=����븭{N�v���y�%�fB��H�U}7��H)N|δ��{�v������%���	L�l�<³;X���x�8�]�o�����əF:������K!��]/�E�"����.Nޜ��O8;���o/Ύc"J���˳����T` b��7'�����]k�|vu���ǣ��V���3�է�w��l6�x��J̞�#�5�-��`Hp��Lqtu�S˰�j_�`DYBGРdF�B�B��Qf�8�����?C��u�ó�&�
+Gv^6٪��զn�e�N���VM�^z. �#���pl0���-�e�������_U��w
1�Xj�/�dB3x�X[��WN+?[-�"����J7��aL?~L�|�7�d���{�V~�*308�7UUlM��m���ӒZ=�6e�P��0hAR%l&�-�h6�d�W��@��6�8�-�z�q�y/އ�};�Ў>���v4w���h��O��md͋��YO1�RR{����G��Io��2mF8��Z�߽G�1'q��Yܺ���i��1XV�l	KĆz<����-���{����/�_}�_�l���C���aDdzˆ�0j��"_e�ZmFD	�*�P�����������@R0��3)�d(�t���g�h�����a�'��N�4���4�B��ɜj��ގ��D���b'��m�\���z�-_X�갳;�p��K�(�����S�0흝�����"���2䨿�h��W�F�b���t�ָ1�Hc�g���볫ӟ�/���^�/Mu#}���WT��nKi[5��l�Q�)��O7��7�C�r���<��[��VC��|�}���q���d�A3�ՃGi=b&D�a�Y;G��9�����`Qe�����}V�QQ��u(g�rf��PBD��y�֖��lL%"�9�TW�C�K�C ���v]8����A�G�U�w�zn2COT���2�w�+�hQ�t?�W��>[�8�r�t��Q���/;�<B�QGd'�L�ڻ�k�(I�Vv���|����@�7"
+R��\>�`4�!��V��f�8yy�D��S��:,��?t�	�z۠6Y��ʿ����v(�4g���@����7f8��\�
��;�M0J�,��Ϋ2-��1!Ęň��X&En�òjV����%�[(�Ǭ������.��t]4�5�(�[�H��:�>�Pպy0�2�*/
+7���/D������wެSO�P6��vfx�f3��@2�l�5秽z�ѯ6�˴\[@�S�0Q���6w ��- ~A����q6['�l��u��y�&��a����;�����[���۾�C)��B�!�x{��s�z�������#�aj��t��zk���+=��8$pP�m�T�n�}h���x1	���D#"�PIh#��<+ӛp��n�ww�hѤ�%�!�[�=V;k�����¶��ڻv	�H��:;X��]��r������p���7ӈ`s��L:T{P	T�O����EfG�(6]�?��p�k�N;�� �+ϰT�>�O�C`'d�ڣӥ�F����<�#L�t@d �C#��@�X�@�Q�y��S��+�kp�z�i*�[2Uw�t���$����:T{��>�8�!F��/2����@
+��/ҝ}�j�߮3�o�]��.����4�=���B��uSO����>�j�j��ʂ�D/pd��۟�b:A�P�_�@4��L�����޷��N���o�a�(��s�VV�N)����/��:����Ť+�DTBY���iG"�|�:8!myW'��ARz�N�fW�^�������t�P@�CGZ�Mlv�{�(���f�5��vT:���:����4Ԏ*���H&(Bu跍��+��v3��'u��?���>�!y5žs��f�����[�H�vH�l��N�~�!-����S�C� 8{�r��jk�RW#�tP�d푳A#&d�s	�ғ�D�W h�34|����W��~}�1�&�
*���RFq��oj��zW���"�aendstream
+endobj
+2030 0 obj <<
+/Type /Page
+/Contents 2031 0 R
+/Resources 2029 0 R
+/MediaBox [0 0 595.2756 841.8898]
+/Parent 2009 0 R
+>> endobj
+2032 0 obj <<
+/D [2030 0 R /XYZ 56.6929 794.5015 null]
+>> endobj
+2033 0 obj <<
+/D [2030 0 R /XYZ 56.6929 751.9898 null]
+>> endobj
+682 0 obj <<
+/D [2030 0 R /XYZ 56.6929 712.1227 null]
+>> endobj
+2034 0 obj <<
+/D [2030 0 R /XYZ 56.6929 678.7055 null]
+>> endobj
+2035 0 obj <<
+/D [2030 0 R /XYZ 56.6929 642.737 null]
+>> endobj
+2036 0 obj <<
+/D [2030 0 R /XYZ 56.6929 575.4649 null]
+>> endobj
+2037 0 obj <<
+/D [2030 0 R /XYZ 56.6929 435.4781 null]
+>> endobj
+2038 0 obj <<
+/D [2030 0 R /XYZ 56.6929 292.5265 null]
+>> endobj
+2029 0 obj <<
+/Font << /F37 803 0 R /F21 714 0 R /F23 738 0 R /F41 940 0 R /F53 1032 0 R /F55 1040 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+2041 0 obj <<
+/Length 3061      
+/Filter /FlateDecode
+>>
+stream
+x��ZKw���Whх|�œ���ǓN;��is�ɂ��O$��q���O�)9�EN������� 3�d��L��	L�l����O����i�hѤ����i���֍��J������Շ7wo��t��ϿA�������ǫ��؇KM�W���_.�L("e�<����y�������������/�]�<Dƚ��W�]����`
�]`Ĵ�g�`D����	�X�^�_�#N�xj_�`
+	E�4(kH�`h�d&�F	�GF��*3��ZҠ�!)|�}����ۭ��ĬM�5'�x�ɖ����żڤ�i���On�pI�<[�wU6����V��r����74����~,���������uҽ�)�բX�'��Y&a�!HA�6EY��]V”��<&&�a[�j�i[,�191�A��~���-H̴o=.{r2�ϛ|�i>�"3]#2��m:q!ȭ��8�Ј+N&�`O9��u�����к����NT�0`^-���)���@o7G@Qc�:f�RV���@֟4I��@��';P�"X*��*�f��*/���ݽ�X�h�.񫳖��~ء�?��Qaz
�$v&@���DLbцC������5���ܳt[����^��i{�����c��D}���|f���y��.��Ӣ��~�U^f+�����ѣ�N�`�oW'�-�䒼�d�n�_ڮ[Z7</�]P����b[[�>��1w��{��ie��eU��N�Gv�}G�����9�HsO�6D�f9(��Y:�9��\���6�ٙ�#�8�/��'�o�{{}jf
&BvVy�>n�,��M���pD�>+7��p�����9/�N�fB��Hˁ,�°�\�7����N��	��������-��s*A@S�-Vq��ٶ�4Y�p�8�pEڛR����ꅱ��
+	�%����-�T.�$1x�2�,֎c�֔�*&<������aB]ŧ9�T��b��H�l�v۔������̺�6G1����Ei�ߚ��@���s�8n)w��^M"Wbh��uz�V�7�O
�"_�E3�?��c�"���q�p	YVBO��A5��@e��n�-�ތKv.Qj8�Z��
���6s.Lq��p1�.f�?�i�ӱr�0n���d�%K�5��IKG<� cD�� ���(����0	a�͞΁�P�z����"P�K<�q����W!t�L��	L�u�;x�U�߾�z�L�e��+|�6b]������ֆhփ�W��S9j�ž��ՄY�%���Ҡ�P�@e��aEQZE�y��R���b��@4�WKI��t*�0�!;��2����iv�.���Iz�E�Ϲ��
�F�:��i�=�H��uü�n�A馛0ג#%�h�b�������L�u�W�l�k�*�Q��m6�$E��4��P���V��9=��ÊD'}k�b�Oj�hp=���p$�
�?��h\q��3�	�H6��M�q�TVGwC:�Q�p5���N�'ӌE���Z
+���Z��01��	�M����Qa��G�ɘ�c�^�ۛ�A[�1������M�c۩ScS����T&p��:��;�����4�����-.x�R��(¾Nu������O�$F�N8�&������dex�I��4c�j��6�Ahšk�����75?���W�Y]�(]ߕ���l~m�����RxgS�$�L%/A$�@d� Ng"2AI���C?��x�DZd���k�^&�t�OC�I5�He�����h������Z��9'c��^��5��o�e�
�����<��H4��rRx��WP�̀3���K��2,��,Ʒ��P!֩l]�[��@�D��W.^+(�/��B��GE�EB�>��
�	�TV3��)>쨑RO;9GK>�\�஥�ܔ@�l���K�燼2���P�g�N�
s�xs�:�� �k�|�K���c����_LI@K�槧V����8��b1�-��X�l��,�9H����PY��9a���`�pC����B�h�9hٙ)���eJs�q�ɋU^��7U	�Ş�w6�����`�!xC��H�}Y}�xPc��$g�j��v �1i�V��}9Ccώ����3S���}�C��ɩv��sa��QNe��Ւg�6��j�A�9���q�mjJ�#2�C�R�/�s
+��I���}�u��m�
+�@h;%P�BK?R���xZ�x�"*�����K�U3��tkN���M�d�SzH+?Y�<�OV����w�U`������7�
Јp���I����WE�A�wE��`tse^��tֈ�I|�js,�9djy� <�Vy�A�����ۗ�b���y��4Z;[<�:�劇R��Ծx�v�b�ڹ1e�(�Zu�p�tbϕ�'�rdŝyf[�����s����ҽ;�3���!Fpe�ӎ�[65��q�%d('Mh�j„*kB�*v��+��}�c�c!�������/�@��Y�Nf	4֓����R�2KCpK;�Y&�����%���R�x��Z��SKF��'����#��@g�h���b�<��ԇ��
+&��E��%�Mr�����	)������]o�+1�˰�R�@B%��vcJ��e��.fRw�Z�~�=�2�Y�K�ػ�`���-OF�D��/�Ɠ1���A����Л���O˶�;\*0Ȯ.���e�˷顾�d�X�1�*����	X5�&p�,������V�s�j��6���4is�ܘ
�@���
+�x�7	*�0�*;��i��3���/�p*���`��Uvh��_��]�������c�9�m����?�|�g���æ}=):��#1�Yn�#�|? 2�asi̷�@=�CR3י�ɤFJ^A7&�� �f ��|��d�6t��^���}Q��&[�{Q��e���e�/�&Dn2��n��/�
h���J<!|C�1���Mh��8���t�,��/������0�F�90� c����ʺ��k�}��K3�Iendstream
+endobj
+2040 0 obj <<
+/Type /Page
+/Contents 2041 0 R
+/Resources 2039 0 R
+/MediaBox [0 0 595.2756 841.8898]
+/Parent 2009 0 R
+>> endobj
+2042 0 obj <<
+/D [2040 0 R /XYZ 85.0394 794.5015 null]
+>> endobj
+2039 0 obj <<
+/Font << /F37 803 0 R /F23 738 0 R /F21 714 0 R /F55 1040 0 R /F41 940 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+2045 0 obj <<
+/Length 1826      
+/Filter /FlateDecode
+>>
+stream
+x��XKo�F��W�E��.�}tb'u�(�%��������a�����.)RZ��^
+8��3�߼I�~d�:�S����*����{?!�'蘂!כ���;*�i��r3��V�L��/�7H�3��g�W�gA���������p�10Ƴ����͙g�g_��N���9C�	�Ɩ�&_���,�u�ՊO��#�u8�&�S��ݓt�����۾ꃀq�x��4�)��� I0I���!�
+������n���N‘�X�tÒ�x
-��L���<vѡ6L圍
[<īd�|P-fO�q}���.�uu��R�6��//��,ɣԽ���UT�5[W�p��l~��>�w�U�YQ��i@4��+ Ҝ���Q�=W&���j	+�j���{��e%i�ii_,���qY�Q��84�>ɢzu��['8�eR�g��O���������P�f7EU%��ֳ��a��+�
+m��‰I�f.H�C����:桏)��/���7�br�ఇJ "��d�$��ES���IJ��v�"1d��lp�Ȧ��h����<���GD)vZs��Q=N���r�{�	 �.�(�-��Rm����،������ͩx}9!)�L���
��#�s٘�a��Ns呝V�1yT���@9��#�ShYKQ�}�l�^3J
+��*�8����Z����˟�H�g�l��C�0�a��Ec�:h]Ҫ?�wŠw�.=l��M�w�� ��Ԗ��R7���.w����tlOq_�Lp�u����.i[;��J?%�x:sG�,�����<g�b*�2��|�8�Ԫ�7��[yTc�A�!J;�l}40`�=�;d}�	dz��9o��V�v�ZC�I���jӤ̣�x�0�W֏Q�@/:TO�B�bX�p��	���1�w�_>ݾ��u�0�]�,��:Μ��yU�u�d;��C&B'�Q$0���u5;wt��
+DB�r�]z�CaDb��<�r-���F�K\����!�r�y�P%�~��P���S
+uUP�ɠ��w�,�Cmb��s
�-��/��Q��VnT���9�.>L�'�`���Zs�]���=r�a+C�e]�ߚm�Əq��b7=���̣
+j�`�{}�F[���!&�ב{䁫CD�����ꡩ|�5RJ�}�/������e7��Zx$�!|�E?��X}��kF"�վ��e'&%��|�	�8��͋B��˸}w����ǯv����+E:ٝ�K����Q��xa���c�n1���Mb*��r\.�oo�o�ן�?٠}c(+�]N&f�`�L��r�j��ۂ�R��Zڴ�������+l�A�	�ij�B���4qsmC�d(m/k�|�oM�N��6x��z�Y�]�E����]=�ӌ�)�a��ڶ�|ob��wu�=�^[�͖��$;�'L/F�f�
�7�~�z4�X|�}B�^T�Mm��+˶�⼮�=^$\"�d�S�z�s�� ��+��-6�S�Ϋgn��7P�͜�m�"�&GO���}�x׫׭U��s�����j8���a�9jh�A��M{yR'Q��iTG�.H!lb��M7����eW�'z�6��	-P��'�����1�_3ؾ>ә&ꤾ��PߨD))黫\d_�<�.R1t�|<Z��qo>&�T���=N\v���Ȭ�1T�+���>��݁o/&&���ѯ�� �ݙ�n�
�Q1]FDý kj`���X�M�<��I�(�����X"-��d��O(�}�����������y�?�|7�rd�zz���r�?��>3S�U�wl(A
�3����0h1
+),=����q:endstream
+endobj
+2044 0 obj <<
+/Type /Page
+/Contents 2045 0 R
+/Resources 2043 0 R
+/MediaBox [0 0 595.2756 841.8898]
+/Parent 2009 0 R
+>> endobj
+2046 0 obj <<
+/D [2044 0 R /XYZ 56.6929 794.5015 null]
+>> endobj
+2047 0 obj <<
+/D [2044 0 R /XYZ 56.6929 627.8052 null]
+>> endobj
+2048 0 obj <<
+/D [2044 0 R /XYZ 56.6929 562.9454 null]
+>> endobj
+2049 0 obj <<
+/D [2044 0 R /XYZ 56.6929 498.0856 null]
+>> endobj
+686 0 obj <<
+/D [2044 0 R /XYZ 56.6929 457.8644 null]
+>> endobj
+2050 0 obj <<
+/D [2044 0 R /XYZ 56.6929 424.2917 null]
+>> endobj
+2051 0 obj <<
+/D [2044 0 R /XYZ 56.6929 388.1677 null]
+>> endobj
+2052 0 obj <<
+/D [2044 0 R /XYZ 56.6929 320.386 null]
+>> endobj
+2053 0 obj <<
+/D [2044 0 R /XYZ 56.6929 234.5807 null]
+>> endobj
+2054 0 obj <<
+/D [2044 0 R /XYZ 56.6929 126.8791 null]
+>> endobj
+2043 0 obj <<
+/Font << /F37 803 0 R /F21 714 0 R /F55 1040 0 R /F23 738 0 R /F39 900 0 R /F41 940 0 R /F53 1032 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+2057 0 obj <<
+/Length 2978      
+/Filter /FlateDecode
+>>
+stream
+x��Zm��8�>�"�}8�]��L��b���v�[`w?xe�_�����ԋc;N2@\�e��(�|Hʡ��"��Xĩ�$�r�*�����^QGz�pH�����O<^�Q��Z�o���$	]ܯ��߿��{s��2d���e(		�]�}�����_�,�~{�^��
+�R$S$��~w�f����W7��8C�)�(��?�"�5H���x�������)[�WB�H
+�}Oq���_=����:�!�H2�!'��Y=��H�w�X��蜞<�)\�>_��JJ"�A�Đ��j�?����S�PE#�_W>������U*"D�c	?6ډ8�eH���"N��4R�d�6k�!Oe�n56N������6�+;�=����jZ��-u��L_�M����j�Q	�z)_�v���J���xrŢ$)�R	"�����(E����R%�{4�z
+.]5�~I�@��v�����-�l�W�~�Q�;��q2�y���Mt�=��O� ۴z?����߹������ZG]m��Q�ry�mc��Ȋ/��n`���o��Ӷ����}����5���(%D9Es��X�2�(����w�<PP��V��c#�N��3���*V�����qRQ'N���bm��A�gV��CS]�zwY�E��� ���\Rh�E�!�it����Ѕ����cX�/�8F�{I��jF�1�đR�K�A���ԝ$6֙.���{C�l��r�#`m�gJ� ������b�������78�ј��h����p���t��H�����f�efE���Q=�����xnq:����NY{H�7�釺���ا�4����t�ͼZYY���&�!F�Kx :c�����f�^� ��bέ�i��*4�#F���[WMt��jb2�q�}���UΝ�$���k�)����U�:=�������(�����T:�:�SOe��x�Tt(uaIO4��H�I���d����7��[r�l����Ƀ���h��>&4�Z��s�&��@v�$�&��iHu��z*sH��
+@@�1`SdG'I!F+
+��Y�z��F�� {Me:
rt{���&V
+�`�&�C_�d��6�LD*��<{l0O&�}�7�n̾d�f2G�E��Z-صfҭR3�EK5�UDE�ƀ�)6�s�@*R����"���d
+)�\ 0�z�D�!��̄�4�2��U��9�*���V��[����j�m=q������!��!/c��Q��(5꟫�ža8�xl�,���֯��zw�n*�I��8�z������@0���ͫ�o�>�8߰q�Y���������P4oP�ț�Kp�h��gd3��,�r	�Tg��S��.��[�����@~V��jF��s@"���h�]���AL����"gn���ae���S�ⸯ���Ud�����_���p
+�z�g	k�+���wCr�L��c�N�r,d���L��6J��}B�ٷ��z�)7��E�7���ǀ�BUY�v�[ר���~aw��(���9d�Uk;lȇ��pfN}���Xx��5���ۓ;��[��2}��f������[�h�]�w��%$.Ɂ�W���-���8�����ݮO���^h��w�!�iw쩌;�.��޷��H�D��ry��ƙ��벉`��M��C
+h�;�ϵ��ڍz�����|�@u9��n&Y�ȱ����Rr��D2-�O�)ޜȸΟ��̙z*s��L%'���Kz��%'�T��/��e,�}�o1|��m� 5�Yǚ��3Y;��J�C�^ws�Ho���-�y{�pJ`d��$����`�sA}"�r�xC��\-�yx���1��t!�P�Fj��	��� �]%V�w�H��W’3�]��B"*���r&HZI�ra\t�y�B�)�T����A���m�oj��b�-�9�6�Rlx�P��		��L-�o�+��M�m�
+�,��on|��*@oݴ���q����ڎ�^r|Y2���?�2�܌�7|��,Dǐ���J7o==D���_L���>6]���m�u��,���``��™D��V��O�B����| t�DT<^~�`y�p�,����S�2�6���q�($jD-�%��'��5����0��.��i&�Eć��̥�H�߀/�:_iu�1&�b��}I9��4�gS����*�6'!��Pդ��H�<�D��|k���E
+j��\E&��T�h4��[���H�3�@��m�=	�t�c&ب��0������d\�B\�u0�&��v������U�^�ɰ����:�\��n��r��Rx+�� �Tޚis�i��i,D��A?0��X�pL�s��
��@�o�����+K����63�`Pn���<�Uf���7>��l��Tѹ��q�Y�k8�}���@P�Z@�U�e��p0���{�^k�������7�gKKp��6���K���*q��;�b�[����>mQO�('4֖��M����k	)��P}�m[Ml��0n�G
�f�b��{7�]DM���>��_<��g�v���Ҕ�Hi�?U&�>U������t�� ��Я1>x��pEW�!6s�@�b|�?��Ψ!�
����E�Ti�?�B�;t\�n	ۀ�yi��C�ݞ5��Κ����>��m�Y'2ǪQ�'�j�L���Aѫ�MU�@������c�R��_�#���8��p����m��뻍��~���7!lM�}�b$��1�'�c���O=\an�6>�jm��®�Rb5+���ϙ���&����T&�jg�4�:<���>
+�"��/�=N�<Ռt#��}�#�^����L�gDx���s~��|�o������~�1(��H̡'6VuYڒ�^
+{'��c�<vT�����sr>���,��{�n̛
+�B&b�]��g	�2<&:�'.#�g
��i�w�����.8W0�Sw��Ԕz�ps��S�%T�2a�����*endstream
+endobj
+2056 0 obj <<
+/Type /Page
+/Contents 2057 0 R
+/Resources 2055 0 R
+/MediaBox [0 0 595.2756 841.8898]
+/Parent 2059 0 R
+>> endobj
+2058 0 obj <<
+/D [2056 0 R /XYZ 85.0394 794.5015 null]
+>> endobj
+2055 0 obj <<
+/Font << /F37 803 0 R /F21 714 0 R /F55 1040 0 R /F23 738 0 R /F53 1032 0 R /F41 940 0 R /F62 1065 0 R /F63 1068 0 R >>
+/XObject << /Im2 1054 0 R /Im3 1188 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+2062 0 obj <<
+/Length 2423      
+/Filter /FlateDecode
+>>
+stream
+xڵY�s�6�_��R3��k��\��;��K���i�@Kp�F"]������XP"%J�^�񌉏�b����b%&��Df���s��Г��O>���3�hfѬO�����N<�F���m��c�91�^��=c�M�Ϯ�__<��d�+���}{q������������Շ�W4�v�ev�������_�.����E\�,���;�,@�_�8S���#t8����,׊�\�ndy���_[��ٸtL�t�(c' S\��e[�"���|2��.��y�:�R�[1d5s�i��df�fV�nH���k-�e�:9�ȼ�������i�$�5��<��ә�ٻ��
+���rۖ���r�y����9���&���ˏD�v<�N+q�˕�<�ጓ�1�Y�s<��=CR�ew�$s��1���L�۬�o˺¶ɚ�z�\��M��	i�LT��cSͻe6{,�;j�w���ۉ eΤ�6)p�!���9(A䉄��q:S\dE�t~��붬>�r�=��p������ݯ�yh꬧3��MU��8Rt3�[2[ԡ�~hi8TwE5�i�|C�������]�MZ�<5mX5?CO�Nh�$y���S xSg�[�@g��k.�Qx�ιH��6���7�e���rY㮏qڠzpx��ۃ�����2|iq[�dh��=�pfQ
+�.+������Fn��w���~��+pj�!�v���"�s��섴~�@�����3J1�
+[��?h�����*]/8�z_{^��;3��x WG4"����-˭ߓ�}h7e�}�wO2�W�Y�'�ki����mT��^�/C��ؿ_'sK[��a]`hb�Y����E���S�P�S�%>����S��6�wEK˖%xi��Wd�N�<��x 
+��}�n���p�p�^�����r� ���K��`�<Sy�%��X��*��Aδ�]�~��:���1��J1.ἄz��C$굏��<�z}�'POC�Q��$2��d����6�L�u`�`��tV]+����4��ڝ�7�cl|�J�E[�Y�?L��
���\�@��8e�®�q����ZƩ*٭��+ �A؆sd��<ܷ�'	��v2�h=�IB�i�����Z���t���x�\�g(ۂD�ǚ�r@�DZ-�ф�[U����a��f�c�D�CSoֈڹ����l�4ğ�Cu�z���TE�O`<����1%�ūPT�+j��6|��ө
�'�b��ϺZ>�d�b�3����&�}��>{�Ո�����_�Z��%
ȲK���(���=�I�$��`8�,0��H0����~v��N�踔CC�, ���6kJ��8�E4쇲�4D��_] ��*�z�OvIu���¢�@�uh�2�U�CD�Ck���k"��L��<\����~�JT���;� �F�����QG}�a_-�Lx�cu�_Gs�_�k,"��. ���X����n��j��!;���>���v����e��_PM��n:���(�2k�:�eG4��@=r�n���fS.S�B �uC�\0��wD'�����>��ޜYȽ��X1��[���c�I
�{J�-ѡpj��Y�7�^�ER͢hj�Ɣ�^���`���fT���fLwIJ�O��}���n����,�<���SG�c�y&��6ٱ�����S#�+���$��4�~!5VX"�`<ߵD�����ۗ���O$ː܃^�^�H�]�۫�7Dz�R5����",_:8q��r�\�Z�i�
ċ�8����9�<}��S@���Ga3V\�(b]�J�؉E,���*B>qI��dP���>v���e]Wøݴ����2M���R�
�L�;�t��9s���g�]��X��̼�|yu���H0���G��w�%�OB:�������y�J@*��*0I��m�Q&�����2U e�@�X�li�%���3��6a
p�s��
+����˒��b>V����蘈v�J�6ܴ�X�-�u*|��ĭ>�q��R���燷5!˸����ȶH�q����/��y‚�JT�Yn���3�N�6ώ�
+@IaE�zT'T�Q%U]^]#H���/޽>�sx�zg�Ӓl�FD�OC�6��CY�6	8�cuZIpS9����`��]`}�7[(�ބjAհ�]=�Y�&�d;����q)b�LD�j[Xf[��E
+Dt�R���zq��ûsT��囫Q#)�{^��m���X��q�r�����qC�_l*Ñe|��H0��55���f�4��|]�tk�nށKj�>��8�>R��f�s��	B���������f�h墫?�=K�����f9&�t|�O���9_�ʪlZPG���]�M�W�#�.�M�Q�0sEs�ڹ�)�s�����ur��kn�u����0�?8%�Ppx�FI��#���C�endstream
 endobj
 2061 0 obj <<
 /Type /Page
@@ -9184,328 +9174,444 @@ endobj
 /D [2061 0 R /XYZ 56.6929 794.5015 null]
 >> endobj
 2064 0 obj <<
-/D [2061 0 R /XYZ 56.6929 420.5648 null]
->> endobj
-2060 0 obj <<
-/Font << /F37 799 0 R /F23 734 0 R /F41 935 0 R /F21 710 0 R /F53 1027 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-2067 0 obj <<
-/Length 2757      
-/Filter /FlateDecode
->>
-stream
-xڽZ[o۸~ϯ��q��˫H>f�l�E��i���<(���%ג�f�^����`Q���19���oȐ�d��L��	L�b�=Ë{���x�� tі�uu��oL.4�	M���X
-a��b������������_P��������ˏ^~p}��5]^����W�YB�/?^���������������UT��:�������
^l`��aĴ�'x��hM�3.���S�]��7��j:f
-.�'���t�`a��f:ڋ�1{y!c�u�ֵ��m��6�/����l�}�B��Z:�#!D�Q�z���g�F��&�KE�R��^��s}ee4��7љ�1�uJ�g�:j0���;��[�6z��1�6oN*�y=�C�$������ -�"hlޣ+$NN��%5�� efl��/:[W�8�ȹ��D��Q�S��:���754��6���w7�{����˻j���D-a��������f�m ���U��1-و��HS��{ʪ�F|H��/���u]d�~bU0��1�X�Ї�w�d$�����a���� df�����i�a�5C�H��Ωd�jt�"ATW��x�y��]ڸVj�
-��n�6�{�\�+�������.����6��u^އ�G�
�E�Tޓ`o��m�_&�R"`��{�w �e�5�K�Sx/�
j4�x�hD��
-���i��U�mZn�ת�l��7�G���~�nA��E�C��xE^���<u�p��[	�\���D�)$�p��J�|�q�L(�%��H���L�)��}�Ͼ�,����i�-��c;&�
-ip7�V�ѫ�fK��v��};�.
��D��1-�������ڽ.]_u�6r�`�;/�}���O�7~
-��~&%����z���S�8;�|ZBӞ
B}�>�ƱLc5�S*�w+��v��{�9�
-4�J���%܎�d˿����OD|	�Xݸ.����X@�^@�q��DJS�E�ꮇP&�@
2�}%ȉ�nK��?H
3{���f�������ƒ�0��+�F�����\t��Fe$l��2�n�C�{��n�B��������Y��8��,@r�� ��6U�z32��	"��i�<c��lT#�X�����#���bdT�$p��(�m�4���B�>M��e��ˬ1�K	�u}��:��!i��|B��f"H
��`ضg��R#��Q誻z0�8lh���8��������q�=f������f�i���e�/���� ݺ�_K	�(��n�w�Ŋ�1{�/J��_H�`�g�	Җ�N�(��	���&Eh�8�	�L��<J���14%�$=�W������WB� tg��B<�d����Kk�e��t�\f��s[��E�¦j���
X1��ڸ~H���c�0�ճ�X���JI@��?��`n�N�$Q�����13j4!�5��e�y�D6��f�����ֶ���5�ր�'u�аƆ�ϟ��[9��9���=[۰��x�/]�c����)��1@�mژ(0��C@cz'� �7K��?�ǒM�2��
-����1�7�a!��$4#�v8!���\�(�+y	�l*y�R�����8��}��7�[���?���Q7��4RF�)���d�(>��l�&������F8��s���p$D!؁D7?�y���$�3E��G���4�G)3�;x
-��E��o��f��7�/~���/�QS8��R#�d�X��J�Z��^���C��X�ԁƃ��E�;+�&�Ӯ�G�l���J�Q��)fD��[���I�G.��|��-
�����"���p~�o;b���\3���53��ؑ{�Xe#]@�҅�s�tj��i��;e��P}���)
�q�4F�I7Ř�1�k~��}�,yc<���ҹC����),�������m^���9���Y���Om�\	R}\I7�	P��4�����b^�(5��R&R��.7&t�t�e�db$���~�e�܁�i�
�4N�Zh�b�qC$�,2֗>��+�	<��ɘ����'J���t�E)G�����6\��Qjd��y=G,Ѵ;�ۼ���N�xn���al\�6���>3i�d)P��t`
-_�]�t�Cg��Z���b4�H�ҽ1y�Ύ��MɠOoK*�P�A�!��D
ږ��`�r��E_׃���Nmv�(52m׃x0쌝y��rS���:�ネ�y݅e�Ǵ��������̹Y���-����:j��X��S�Ғ�1u�ry^?e���\���y����cS��Du'neK��^�p�8f"M�q�D�RӶ�Rϲ����)�G��F��y�q��€ڝ�W��;��{kiչ��A�BɄ�)4Ⓓ���Q�mx��p#��:�X��m���0��N���u�jtdZ����w`��M�-��_�|�pu=�C�$p|�9��6����
-w�Ma=�j���c{�f�S��fX֞w����=Ѻ:7��X��C��w�N���پq}�2ЈE�Ul�����`��@�(	5!�Մ�hm�r�c�;*Y~���a�w$2�%4�rw�ۍ�z�˝bٖ׽���vo�g�k[R�))9��?y���;�4<~5�/��0�#r���h�d!_��6�{bV�@7����l?�C��c荼�ev4��qL �Gm#P�cJ�����F�K�%j���F�&A)cg�$}�SH(�����b��endstream
-endobj
-2066 0 obj <<
-/Type /Page
-/Contents 2067 0 R
-/Resources 2065 0 R
-/MediaBox [0 0 595.2756 841.8898]
-/Parent 2059 0 R
->> endobj
-2068 0 obj <<
-/D [2066 0 R /XYZ 85.0394 794.5015 null]
->> endobj
-2069 0 obj <<
-/D [2066 0 R /XYZ 85.0394 108.4894 null]
+/D [2061 0 R /XYZ 56.6929 243.4864 null]
 >> endobj
 2065 0 obj <<
-/Font << /F37 799 0 R /F21 710 0 R /F23 734 0 R /F53 1027 0 R /F41 935 0 R >>
+/D [2061 0 R /XYZ 56.6929 96.2114 null]
+>> endobj
+2060 0 obj <<
+/Font << /F37 803 0 R /F23 738 0 R /F62 1065 0 R /F41 940 0 R /F21 714 0 R /F55 1040 0 R /F53 1032 0 R /F63 1068 0 R /F39 900 0 R >>
+/XObject << /Im3 1188 0 R /Im2 1054 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-2072 0 obj <<
-/Length 1863      
+2068 0 obj <<
+/Length 2295      
 /Filter /FlateDecode
 >>
 stream
-x��XK��6��W�*�2����l�<3v&�g����-�	I,S�,P�ߧ�)R�H��R�4�BlL���AH˜��(�I@Y0N7#:^���s<^��u�^/F�ވh�8��x��`IB�d�E�i�0F��A'�n��e�Of>�?�=���pP:y?{�u�i�1����ϧ�?���8]�F���O��8�Q"b���C	�c>ތ�@�������?-`g�NT������gC:�#F������J��fI�̆����A�-˿��1�v�
-մ�"[W�&�{�����f}0�X�eN�<�$C���~X�		#��Z��~�����YP�*��0����@��n��D���f��d	];:�[3��<�~2p?��B�x��J�d%jT�x����f>�s�:Xk$tte��n�����b����!�THC['
�[?Yr��b��wPg<�ՀSf�w�0==1̟w��N��W��=�6I^�^�~)�����Ʃ_�>���;��6��t�����
��Wk����u^ۑ`bt��yU"�J�[u3��y��}��U������s�6I�S���ݪ�m�n��82���ᘠ�+����q�9�}�Ÿ<� ��3��7Ѓ̎�rc[�n��t��e���V�L���
ZY�Z妪﹮�b	
-����$�`���M,������w�E�������Y2�Aٺ���M�v�4)QvӮ��)yڠ���VR_T���u�U��Bg7���bX�4�h���-�>QjCN���4��^׎V9�O��4c�o1�ʚ��N�]�8�͗N�.�>AŮU���W6�p���L�0蓲f̹�I��:;��q>���v^� �"@�
> &EQ=#�
-�����B�Ǐ�7-�/��s�e���v��$&�L���.0�DDp�}��n��a$b,�~L���*d�\X�ȁB��2��Ru�jY��!^.O`f_\���:��]Y�fAؗa��S��ݜ��*�|�εL-�}Q���%�$ӗ4�$��������5\F�_Ж��2�8�B���Ɲ�]$�Ē	�`�p�����
-��h�� ���g�ف�Qy�#"� �&P#1�����T�!e]4G�un���p&����A����G�PeZٔi{�܃�O�g�����{FN�H1T]�S�q����ƕ*m5�OC�&�$j����az���풣mw�7W���MpBE�_�G�tf���Aj�,�=����⮧�^�����L�z�i�<����O;=/<&�:�E�?7���贳w�W�܆�Ȳ�c����@OP{�ӓ~p�Ң3�i�vs��Y����u�\|�����ma����i�b.̡a˲���e�2Kʺp����l���z�&����&;�b�������*WW9��A��M�[���6�@{��ԽƄeV]��w���ȟv��e)W���V7	�����.ٮ�ԥ����z��%�b�Ʀ�7��\�C�n�`�����o����D�ac5�?�}��p�ڕY�l
-"=�n��Ng��I��!&
3o��G/��������U��}�y}��c(��PV[��ӌ" y�P�#	�x
-�!�}1�w.<9���M����[�j
-�b٤VsL�y@ؙ��K�$�`)d�� ���ll��|�-�B
�����~�
-����it���b�Dnr�	�v��!t"�p[��`<I�)���a`����&&c����0$_�=gr8�~��Z<�h��'�98;��.�6͠�D��tZm6	���̂��s�@��6,�����U\�m�����C�	ev�=/������lݣendstream
+xڭYKsܸ��W�-��/���dK�j˖�\�����4�f�Y>�(����!)JV*�9��h4��u�#~b��X/�X���`�����>	�Yy�Ր���ѻ�*\�,6�,�o�"ƣH,���˓�˳����d�����*�|������g��<�������R+D�[:×�o��'ǡ^^�������k(��������|��
~?�L�Q�x�g"��bw����������3���s�TĂH�3��bNǍ���Lvyf��j@��\H8�R�&����ڑ�v��=dH��iG�K��9�.D����m����XD�<i��ę]�њe�G����$��Z��P�eKSH��MT�,�oq��L�u���'xI�UlH���Y+O���X�t ��,VB�8���ŦK7p`����$
+�����L�8I2��X-��I�m�ě�!Ǚ�kZ����zW4
h��4����?7Z(�7m���-�q��M��D����H�v���D�L4i]�[Ԉ�fd8�Hנ	8^ڦMꖦ�=Ff	�~f�t�Q��³����a&���J(����g��i�s�,��1��_�,"Z
�\��h&L{*{껼M߹{��*o��P�����S=�`�'@D�:�c�/��6�d�ƺ�]W�A��iًZR�����u-
�^ђ�rZzH�wuW��H_�"�
+"edqR�.IO�\�����+�ߑ,��8ݪȞi��i��#\���֓�미O��8���$W?�D̗���LXhΌ6��&�lVQ������]�v+�%F�*���
�F"��/��*��r]f�tn����d�̘?&���Z	��L�����)�*&�e��,�⥪q�*��)m��4_����\�DL�S�^�F^s�����W3<��r^�y]��맦�w
>@>���v�c5S�Hb�/�H�͡�r(�ʦ�g�Y��
+��$�����b�8�0`��w��)R\��3���b[�Osjⓠz*�}S4S�0P�)�n%
����B��2��҆,��곞j|s����~��i߻�ο�YU�!�=yQ��p�
+�ovI���ܪ3����:og���>�	�3'��(�p�-�sx�d����+���P�R�a5����ڷ��fx�GF&�D��_�
+�sєk���ֺț��S�W?�Z'eV���a��f�P��L|���Z��,�(!PS�����l���������L!6��a�OaHZk����#�/��~�6�ͮh��v�:�|�CQ��.oZ�P��6͖��+K���#�2�3l�fH��~���'��t�q��1�d����F�H
�����M+�f��jzX�!�$˜��u�Hp߮z��w�݁�MzH�X���nz璊��a�gE[�w8��6���/K��!ky�F^۷�s�X��Ĥ��6)�gd͸އ�c�g�õq�C���M���������Y�u��)��-B��;��i�tl[�%�4;��|�u3�v`�����C��D����}-D Kj�3lN�p�=rN�����ˊ��!���sZ�ǭkAs���T�E����T�8�Y�7$>��*R2�u9�|���I��T��D����
nhe[5���\���x�܇�A��I�*�V�Ɋ���gל�{~|v�]u�#T���o2���G}|�;!+lohlC�����&[Kq&�Qc�alC��P]�!����Rp���i�r�?���e�ڳK���?�B��A�[�V,��>Hi�)ŭw��rq������T�#1�c|�_O�Ԧ���j�v��4��/†����W)@������b&�7�^���:�~Z����7�We֞��I�v���p��WE�0��V����J��߸T�7�>���'	�4oz��XO�0�K�|��f�d�-<������~��,���cda�:tu:gd
O쾠�F��`d	o�7�7����5)��߲�b
+{��Wg�;����~��sTP���ݘL;x3����gI8��cx�CM�$)9N8QܕI������0
+Z��lϡ�IV(Hѳc���K97���c�9=T��9�0�^�Â�x�	B=��k���
+���MN.�B�j�H8�r�ݵ�Mp�����K�̲֖5����E��X�9�s�CQ�i�^����-n���S`ڝb����j��m�$(Ƣ���>���PX;�t��Su�Tn8&�9�|��}Y=g�ܹJ�1c?o�<�y���(��t�T��y6o+p./�U<�ç����<��?=��endstream
 endobj
-2071 0 obj <<
+2067 0 obj <<
 /Type /Page
-/Contents 2072 0 R
-/Resources 2070 0 R
+/Contents 2068 0 R
+/Resources 2066 0 R
 /MediaBox [0 0 595.2756 841.8898]
 /Parent 2059 0 R
 >> endobj
-2073 0 obj <<
-/D [2071 0 R /XYZ 56.6929 794.5015 null]
->> endobj
-2074 0 obj <<
-/D [2071 0 R /XYZ 56.6929 479.6712 null]
->> endobj
-2075 0 obj <<
-/D [2071 0 R /XYZ 56.6929 343.3873 null]
->> endobj
-2076 0 obj <<
-/D [2071 0 R /XYZ 56.6929 280.1555 null]
->> endobj
-690 0 obj <<
-/D [2071 0 R /XYZ 56.6929 229.1103 null]
->> endobj
-2077 0 obj <<
-/D [2071 0 R /XYZ 56.6929 196.0344 null]
->> endobj
-2078 0 obj <<
-/D [2071 0 R /XYZ 56.6929 160.4072 null]
->> endobj
-2079 0 obj <<
-/D [2071 0 R /XYZ 56.6929 94.2535 null]
+2069 0 obj <<
+/D [2067 0 R /XYZ 85.0394 794.5015 null]
 >> endobj
 2070 0 obj <<
-/Font << /F37 799 0 R /F41 935 0 R /F23 734 0 R /F21 710 0 R /F48 950 0 R /F14 737 0 R /F53 1027 0 R >>
+/D [2067 0 R /XYZ 85.0394 691.7632 null]
+>> endobj
+2071 0 obj <<
+/D [2067 0 R /XYZ 85.0394 587.392 null]
+>> endobj
+2072 0 obj <<
+/D [2067 0 R /XYZ 85.0394 513.3346 null]
+>> endobj
+690 0 obj <<
+/D [2067 0 R /XYZ 85.0394 475.0295 null]
+>> endobj
+2073 0 obj <<
+/D [2067 0 R /XYZ 85.0394 438.8551 null]
+>> endobj
+2074 0 obj <<
+/D [2067 0 R /XYZ 85.0394 407.0157 null]
+>> endobj
+2075 0 obj <<
+/D [2067 0 R /XYZ 85.0394 341.9916 null]
+>> endobj
+2076 0 obj <<
+/D [2067 0 R /XYZ 85.0394 270.8991 null]
+>> endobj
+2066 0 obj <<
+/Font << /F37 803 0 R /F21 714 0 R /F23 738 0 R /F41 940 0 R /F48 955 0 R /F39 900 0 R /F53 1032 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-2082 0 obj <<
-/Length 3151      
+2079 0 obj <<
+/Length 3927      
 /Filter /FlateDecode
 >>
 stream
-xڭ]s�6�ݿBo�g"��$��Ӥ�ڽ��^h��8�HW���]|� E���\,��b�WlA�-�"TX�Ȭ$�2�X����~�bg�V)�wwW�~/��%Vs���&kB�a���o˷�?������+���;r�R�.?����۟<���˷?|��Wi�$�O��/�޿����ǫw=9)Ɍ
-�叫�~��
P��%��x�J��|���J%���������ɬ�t�J��fx���J��%Zp������_n>����	O��F+n��wȇz�X"��(&
`#Һ���53˦j�oT-�]��cqȻ�����?s���}�k��Sq����ͭZ�ta�+�ŦHV>��K�ҁ�y���3<α+��{���a��<����Tn�����U�|w��=���(E�b�3y�+U��E���,o�3�+J���sD�����Hzj�8�@j��n��u�!�f���Ve]xp��h��;j�����7�+Aa���x(����5�0�a��KXn�9�I�Ց!^��T����>���rx
t���S�=��*����@��<XzrF�A��`\�8�1���~��uޡ$
-T�o9BE��<#(ȳ7�(���w�=>(N]���-��.i_֛�~�g��Gة�� y�ȑ�EI��M�Pvy�U�-�;z�t)�����ـ�><F�������O��7Z�*’��P��ӕ�%Qȑ���e%֊�.NTu$_�?J�̎���(�&��	���9����N�����o߭>�W��e��]����c[��?ڝA�۽k���w4��,�DQ;T�,$�L� �HSÍii�w�HQb�Zw :ַ�ۛVm�R��̔�E t74���O�Ǣ��q��B��^�3���M�oA~
-�N���FMH�w�z�CmwK���z�O*��?��>Z��hZ�_�I��/��ԃs��4[�s �2�5>�k��y�U��*]һ�>�װT�agg��_��o&��R.�:'b�R_e��(�E�uו{S썽B?R��R�p�]9�!�[d�M���w4��5����B]��p�B�D/@
�]����w�8�+���p��"G߀��ep_�*LQ2#��	$R
-�7n��]�t{�RB��
-�g���Y�*Ŋ��i��cᾫ{O\gb&1VES�6�úX�͡h�)�vל��$�X34��(E4�|L�m���H�(�R��TN��Fe�?8�Ǣs��{�u�'p!o]�7e�>a��k5��"!�I#ǂ��Xu�c�?ʺ��z]�i��Q��>����W���ݮs���m0S��ة��|~��@:,��¡�(|�3'�23�fT^��뼌�XNF�s2J!dj����j[Vʼn�jF(��2}=��#՚P
-b4�p^@1%� �$N���f2�Nf�$1;c#m$�Qj����wf������ do��r\Q���E*�-���h�	�;�F�h�y@?/R��0$X�!b9a���{</	R�L)y��k����BR�A\2&�$�L��&�B�Fef1�<F�\O��=r1\=N8�������3e��֜\}�c&�eɨ���Cd� \�Ґ����6��N�"B�C20����<�ukX����p���	�v�G�:�3�k�ӌ�e1L���cCȉ�r;L�8�L����u�d4]����M�ˆ��$q(�[��Y���L�!�X���r
-׾j}���&a�t\&��:�m�BBƲlLܰ�4�і������y��A!�|�Ž����N���!=��>�ֻ"|����7�}�w���˂����k`?Sv|�c�/�`���A�i�n�W�ed�t9�
-�GnQ,��F}�`.)D��U�2Ox�$�(�$5!�bM�,�0��k\�gxH��(�PN����d�!��\��A�c�4�qF������L�O@f#�+,��@�lP�iC�,�FS�d�h��볐��+4ź������'�̱��.��f��2���	a�E=[��Q��k�(8�7������k|k�H���:�p�W7����E��z�L���}>�w�z)C?�^�����F,w���ni�pR4����H3[�x�����z
-�y�D����HF�2�k�$,w�	)�y&�X�	/�2.�7S�aL�c�����T��W<=Ą4	��ܜ�%F3~�q=���Ubg@�w��]��M�q�H۔nRu���B�Ȅ���ٯ8�͑�Ct�Q8�;O�x�����֫�~€S�@o�ɬ�D0��g��$�����_���e��yք:(�>�E� "C��KGPhh58u�3c���܆�J���{5*o���*�k�$Fq���a��Ll�Z�!��ŽOyUnzw������z]�o^	��"�BXtz��*�4��/+YZ�l����/_v��*]����:�35�|��!H\�(�rQ���X�(����\���W��.�h��e.(��1�/>���6�j��p�%bȇc�~|��!d���_]�c��#���7�`	��ބ6���bڿ�	����U�*��_�c~ҏ��-�~�˩�[����y�:��g}6���6��b�lC�oUҭZ����\#	u}q��Ը�ھimb����A��C\����f�6�zbsC��!�G"���
�I9i�Fg��d�
-D1���`��0`R‡=y�&-�b����)���8�a����e�X���Ų*X��%}�"�=j�|�>�� !]��*�����@rV��-J����t��z�H�Ľ�	m!n�����}Y�`��.�bxY��g��,�L
-v23
-��	�QϜ�5����Wek螚c7����?�k턙]Q=�֠w%����`���M�?�|��s?�}�����Lr�PDJ���F?��[�v�H?Ҽx�
��DY��ߙ��X�����4�1�"k�M���ˊ��Px&? p�x�9��<���H:���fF���q���0s,�̔̕��R�K���B|lg)�7�wa�հ���#�0��Z�]/�v�ϓU��[Zq;����0	�����H��xla�/-�rP�6J`ojcid]ႆ�����^��"h���GsÏ%�
�ϧ��H�.��	L��x0�������
�endstream
+xڥ�r�6�]_���*��ysb;�d�x-����8���9rl˩����e9����F�ݠ:���:�I��:?O�8������,:���ϔ���j���٣g&=��<����v�+�,S�W�������@//߼z��"����+�c��_�z�������� �(x������W��������OgO�<Yc�Ud����޾��7p��΢��=�Q��\���bkB�fvg�g��G���"+�4�$z�Z-���ab�!^4��)�
+O�f�a�F)l��E����&�o*4ŞF:���\f�(~8�*����^(��o2^nX��O�C{�+A_5�����m����=��͞��_��|�#O������Vx��#}�T�[��/�X�">���
sy96�oQ��"�_?��ZE1.~iʊ'[8Α��L�W����2:÷LGq8���B��ɏ�nǐM/�Ѣ��ֳ�֝��Y�|�啮�Ue�c�~���Nz�=k�?Ϗ����~����f<����j��6}]�Q�k�� �g�g�*�N�g�����F��`4����ݩ���B	ļ)H)Md��$��W{�����i'`kAPl6Ն��AR�xl*:[��Lt�Q՗�P�7a�6�[�5ؖ�ߵ����yc�N�ѐ��4
��D�� *���hxPt][��𑐩ܠ�Le��]U�&��L�",�,R�Ǐ0�!~�J 7��u<�n'�@�N4�0)�27T"z�#��:R�a�h�HmC~8`��2��ܻUǣ�i�FDc��;i����]� �B'�z�%���щ3�����:��e�`�z�Ykq~]�2[��������O���T2�2��;aZ�����W����t���蠔�n�J�p��<`�͂y���(�*��f�u�qf��XE����+��Yp�su\Wl2#��A�*v�Vn���Bc��A>�["$�.��i���&cp��]@�l���!d�8âth���~��a,P�0�y����zS
�JwSx�ą�G�uFn��E�u�TG�AQ�2L�5W���WJ��5���	#y<�� Ç��<�И7��Tu}G�CA���]����A )]����wpSu�����a��?��b��]roէrn�C�j����kr�:�O28��� c�Dj"�o-7��8�*�M��!tV�
d�`�N3�\߲��g�a���]��	䷐_˶���n�<f�q�av�ZH.�NvO$A�Ɓ4�a���c�2Z;�֨m�	@~�d��(?�����Q6
���!���Bx���L�A(<��	�4��M��Tx������3��Ɯ�{��L���.��af�Y�;���h��*���-)����(}�8\��Ar��F8`
+Y̯���ڲ^+�Bps���z_�=TF�����n�M��ɡ�JW_7E�3�Xy��w�~� ��	�لCo�ԄFyq����uf����CX��(��Є*��S7������s�T�(gb����`
+ugd)')Z��-X�J�TkgaL�&š���u�UI̓P��pa�9X;���I�O�s�'h3 �7��Ŋ-7��c����v�^���d��*�æ���t,�IY`a]�����O] .L�������_^,������Ս$�9$��4���Ӟ2j
�%{�[�kF
�]���BJ��
+��[^]C]W��C��T1���`О�égȑ/��C����ԗ@�ce��Ⱦ��{	1u��)<���;9�v)l����$K�n��=�(
�Zv6yY����Ƥ����2��:Qf��r0}��g�CU�[��L���d@�#�`��T�z�b��b�(�1�,����1'�-yj�U�R\0�oyȲ����ų���F�*������+N�u�р�+�����(W����1�ė�Y����'��X��U?TpBm4�FF���*�9xFّ7��Ӵ,���az\��n���[^�
y�58���E]J��n{	c)�n��S�s�	���HSGQ$�b�[�����X�/�X�H}UN	i��A��͓W8H�`r�
�xu�ٱ�O�Y�aB���	!ivԚ�[�Rv�n[�݉{����� ��M�Be:�.{=1�HN�'&��5
#O^� �IKO;�9�3��ϔ !H���>,;8�f�p�}��d��0ɍ�*���d;�?T�MUr���M�<��iܿ򞊽����+i��8�[0']EK񔀋��k%����i�g�4rq�bSM�@=St撟UOL��y��
�͍S_�O�����z/Ӆ�1��d�X0Q:�Dɣu�m���s-�tXc�bMu	W�����I`�Y����N��6�NZ-��~��5�T���DO��Tk�H��H@�J��0g���iY���<�9�wwb�c�����h��Q�n�sјs��q��tqz˳��U�����n�+�@Z��	#$fC��Φ.i��-pU�~؆ºȥ9���<G�ü�����k�N�Oɏˢ�6�7�t9�$��IF$&\����)��`���q�'��I#P$xK%�P�S#�{S��9S�E,�+o4��G仾�!��7�^/�lP�A�z6T�o��@`�
+�|�j�G�_��̷\Oӥ<�Zh٥��JƟ2�v
+����9��n����X��0��RO��n1fe�p���4Ծ�����I[8}������+\@�5��TUx����%��\E���^�0k�-
L��H~!C^����k�AT�A�ܼ��0�d~I�+��a[5��YW��'��I���J�f��'�2��D|2�"�[��X�����@)�8��2��~R����?o��P�y.Ճ�sc>d!��wZ���#���a����af}
�e*�:ފ+�g&HX�.���K6��k�R�7�.2�'�<�{�xR����R���Շ�ȹ�.,<�ه�W|���Wo���g��~�o���?xM[p�6��Pk�.4�U湣�I�m�R�)w����{z_ �<���~���d�v��&
+���2���8tg������@�_���av�π
35�ϸ����j\�{i���?�o?��\l�`S]�n�w8mG�^��0]�wr�2`�AU�g8vъ��`�%__,�O�wt]|����@�W�T�����o����NA�Օ4���x��)�q|���c���Ӧ�[��w���U��O;��<g	��q⺓xv��1(�o^�|�)�V�����[����b�q$��Q&�����8F@���J0;>3>˽p"�g�v����=-3l'
�Rftff9K.t������T������zU@$���z���Pؑ�BZ����r�q�xqY�pečE��r�)���EI��ɤ��Ը�;�!.������B��V�������D�`�^.�|���I&x\�-;�r	�d��f͂d�k�j���L:�ή�g��V�3.�6O�[K��#8 ��pdžtpJ~��M_��#A��:�(h�w�O�x��8��<���{�x����Z3�^�
��h��M�$�ңY�0-�}E�x@M�݌ڢ,O�Y4���<%a����+�]�,���g�,
�b|�f��=�i��+CI
+}C�������GRK���µS�, ����W�$����4ۖ4��;�K�0�r���4Q�|��0��>n��T��F��o���QIBI�~� t��i�*�d�.+N ,�(l����۵oM�^�|�6��̺9|�w7�Ґ��X�������j�Ԏ>��S�w�\��6� ���tC_�d�'x:>��G�{�;*7K�fga����ȆFG�R���� ���l���r۞AR������� �<q~�}��g|��<���x��9F�����iȴ�����Q&�kw���]��d��$endstream
 endobj
-2081 0 obj <<
+2078 0 obj <<
 /Type /Page
-/Contents 2082 0 R
-/Resources 2080 0 R
+/Contents 2079 0 R
+/Resources 2077 0 R
 /MediaBox [0 0 595.2756 841.8898]
 /Parent 2059 0 R
 >> endobj
-2083 0 obj <<
-/D [2081 0 R /XYZ 85.0394 794.5015 null]
->> endobj
-2084 0 obj <<
-/D [2081 0 R /XYZ 85.0394 751.281 null]
->> endobj
-2085 0 obj <<
-/D [2081 0 R /XYZ 85.0394 555.2948 null]
->> endobj
-2086 0 obj <<
-/D [2081 0 R /XYZ 85.0394 126.1169 null]
->> endobj
 2080 0 obj <<
-/Font << /F37 799 0 R /F21 710 0 R /F23 734 0 R /F55 1035 0 R /F53 1027 0 R /F41 935 0 R >>
+/D [2078 0 R /XYZ 56.6929 794.5015 null]
+>> endobj
+2081 0 obj <<
+/D [2078 0 R /XYZ 56.6929 258.0612 null]
+>> endobj
+2077 0 obj <<
+/Font << /F37 803 0 R /F21 714 0 R /F23 738 0 R /F41 940 0 R /F53 1032 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-2089 0 obj <<
-/Length 2725      
+2084 0 obj <<
+/Length 3135      
 /Filter /FlateDecode
 >>
 stream
-xڥY_s�F����=Tn����2��8N�N��be�f�>�ms*��H���?`�K��s�k��X�?��3bf,��LgI�����V�>����OD�YD�E������{��R�Zig�۞,Ǹsb�\�>˄d�,}�ި�f�%,�\��ޝ��W�s V&	K�J�٧OW�.�{�����Ӆ�|������oD�t������(��b�m��Y��⯓���5����T���	8i*g�m3Z�Hٜ\���؛��NOp&��֓b&K���Y%�����m���d�7#��,,n�gߕ�[U��Wn��������K�s��2���I�(��c&�}9�8��^^��Ӱ���(���eM�#���6ߝ
-7��UN�Y�f��똴��!���\hÑ	BVY&�v:_��|���/�&ߕyC�\?�M����*�j��v��fJ[�h�d��'.X��,N'I�@�)��ȻP�	A����b���	�̤\5D�t."꫔�>Jh/~�\޵ॢ*���M>i�(1�;��}.�����8T�%Ϊ�$��p#@[i0��A)AX�DxL
L!�q1�~#|1�.��?_~Z^~�:b�)�MY<�����`p��7�9&̍��ܞ����aAB�(n{�4���L'��b����O\.%�u�{XF��jC�mSl����0��BΗ��/��\��@�P5����j3[tf��b[l2\L�9�S7oWMKI��Y���e��M㦚���Pcu��>�M9&eIb\�MF��u�����}= Gm�:���yQ�f���z�)��u +<?�}�gVJ�@���g)~[@��T%裕��o��F�*��\ޅH�{��D����U`뤆�;��*�(��1�z�U�E�A��y����n�ȗ����|������%�s�%^�0����?��ד/����+���T����qP���(�4��KY�}(�_�)��}E_ʸ&R���]��(��� ֐��g��j)����gA�x��Et�Z!���ܓG��>����YI|�f�z���&#�!��b!���Ë��E�g��g�<�cS��[��?�^�h���f)�"��4R<�	/+p���&{���A��1�f�Xd��۬�4�`�CU�e�6��h�"hp[m6ՓO$�t�L���aP���ʗ0Lk>�}�S+�����\�D������$t*�^�D��(U��0{_�
���͆F7��6$G���� ��_>����Ի�1��R���wm�Pb�cH���TDܛ6G)��F~��<�jSƥ�c'J����T�D�'!'
^q�Gp@��}�)�/�X�E
-б�lj?�`"���H�a�N��XPpi�0�G�~p>Д�/Qq��߇�C�3�گ]�'VWp�2��J6�?P��X@T��N��;%-�R�$,\T�����ԅ��JgMn���c�Vc?�LRց�۸��,y�Y���1g��(�
-�e�ciD��Ѹ��[�B���~N�8�
-.�#�]@���4"%k��o+M�=�D@C��!������I(X:c�1�m��)�rl���xL�#hb�1a�DcE<�&�!��A��!���`�����"��!�2_EzE�����mw[5AT�9���|���p��|S�����ԑ�K�^b�AE$���t�"l�L��JL�����{lI9�hG4U�E�v�Kս�\��q�"�ь�4~�b��q�����H�<")�=$a��I:(��C	~��������`�G*�y
-�q+Q��U��z��|�oR񁾙0ti�b=�oz�ţ�Z�H&��Cl!�C���w���#�� H � ŷ�@���|�
-��O���A$�
�W�����u�S�m�����ȅ~cϰ���m�oʧ���&#/�e�t��U��J�_��;vݱE����X���]���¹��a�{R4�v�������‡� �-�l�8Ҍ���<v)j���?�t��3�f^�;����P�uq�	/��y3�iגL�e�ݩ�z�WS
sN�P[򛰁��C9�<�|
-�F�$u��j�$�IƾN��w'���Ӷ�v[ZE9���]��G�����������B�KP�H��f���pT���(�C�f=�����H�W�.o����c��+㶻7���-�$Wx)�+�_���>�P���Ó(���&0�|��ʺɳ��-�x�J�0��1�����w�p5r9���#�Q��`��ϜFD1X��j@	��4@@��e���1-4�2v�/�gX*:��ȡH셻���z�s�;TA�s|(��ɐO$*��,G}�M�t<ջ��!{��S�T]�����+��,�1�ԑ#���YJ�o�5�[J��(4�м�78�W���s&H�����/H�b�-L,9H��#t
-�P�p��8Gy�
����S��,�z������l9�2��U;��v�]�ݣ폾X_THEJI���=�>&�B����Z&ם��]@J�3�nN�v�������݅oY��&��Fr�ˇ��Ňw&ܓ��/5���m�����$��̂T<� 5��:_�
����W�_t�D�@XV���
-֬֡�H�}�θ?�S��}_�˽Vx���x�/�/�Bg㢎�����S��u����pʢ���-1~����Ļ�@��G���r�0����oClT
--%�<P=~>>����-�endstream
+x��ko�8�{~����\>%�c�]\{�Ƌ;����$Bm)����_3|Y��i�"@D
��p�3[P�c�L*�\�ZE�Zl�gtqsoϘ�Yy�U��ٯ��t��Nx�X�t���2�Xo?//>~|�������������JQ�|��ϋX��s͗o�\�+�"$F/���~|}q����������7�@V�tF�����]l��Q"t�O�B	Ӛ/�gR	���;�<�WX�3k~:�
+%2�2�����/��L��$0���o]p0)�������d�����78T˿(��nk����wyk!��_����Y�,6�yn��S����r[Tmy��r{��-��G;N�7�alS����w�=]�#Z)nNv_Z�q�'DJ
ȈS"�ʓ�#�e���6D���F���	�������Ȟ	'�I�P��
+ˢ���g�y���?�o��MX�E�:zo��`&�Op�|wcAU�9
+�\�RB���9�:>�es_lJ#��+q��嶸�v�}y���<�h��Qx*/��[2�J��L�""�鸹;�U˪83w���՛|g	ȷ�C�8j>#�W}rX
+<b<��'`��\��LKStYT[$"��]��#}���DO�8۔խ����=�PK9�d��g�PG%#���N����+*��Ѫ��5-и�*&��B�U�=h',Ĥ�����ޜ�~/�f��ȉd�:���a�ZEX�z�2��s�ڍ�/v�a^�yd�al����X�F��]���^?[�a����~��O�҉�;Ꮄ�!C5ĕmYW��r]�'Z���}��/n.VA�rS��܍��ޭo��7�I�X�h�LT��)qv�㲱ҷ��D?�I,����4ͦ)o+�?��s�Є%|�Kt����G�a��#��#��I����!�WH((��".��̓����V�K�"��ڽ��m4������x
+���0��#�L�$�4��
+��Ob���ښ�tg�qSP2 �b�u0 5%3k�	,�>�VTBO��	��d�Xp��b�[��- UٗFc��2����!:�B��>�c��un��u�[��&����n�Ftʜ�w]LY�?����28�j�r�XӦ�����>�����T�y*��Q*��0d�ɼ�Ї
+˨˗��2!����	�ڂA/�T�L�<���lFiHH
+�t˿�0B�7o�S�WP�T��}kF�wl[�H�1����(e*�)X#$�Ɉ�Y�p�;�^GV#��;�1Dx��G�� �W�41���=�f�aMI��{=滇Q����u�g&��r�Xu�+��ĩ\ҥ��� �i=`�@u�O�AkF<n��pvg��kġh���r#(�g)�H#��n�Ų)qͨ���O�3ډ�
q�k��v���woW��XW}L�3��q_���x�fN������2(��z=���6�����fT��)�$�0��E3�,���y���I�M���"��My�Dd�qp>_���h�]�s��2��HY	��*��(���<.|��C��ˏ{KH��"�y+�bM[I�22=��3�o�z���sv���g���ӛ%+`��gy�8�1a��l(]�q�b�
�������`St��f�0]������C/���:��S�޹-B�[R��B����cQ,�:)[�	5��mkF��/���4�'+`��՗�H9�	��VX�٭4I���NI\�Q�b�U�.w/�iTI.!�5���cj%zj�ʕ���Lc���|�)�)�6 �M��)�D2�A����44�á)ڡ�m��d~WGjj��U��R���FJ�r�H����:����uz��i����F�7�`�
cE�Ƣϻdό�b��t��j��"�zd2�Uc>o��=���r+�0_�{d� ���Ȫ�����P]Q�K�B}M�y����UѢ��WX�a?�t��PJO4]�X3�ె�𧭁Q�,�k�ھ=PHbr�w�1Ii��CRo8�wѺ�q����s�"pp�"$p]�Y�|�E���$2¥�����q�7�b�B0
+i�"I��E���t�f�c���X���	�uB�P'(X#�G���D��G�z�𡐭i�ې�1Ņ ��G괥e�,����Z�� 4�_��)ms���FT�{�1Ȋ%�U��]~��EŇi��G���<v��?l��n���'qM�,n����Q[Ė;
7 'l�6S~�P�����ץ�m�	�N����[������Ѡܲ��2[J�yW�V���a�~i�'����oZ{�A���E-@���3�wbrx3w�����IA����-�1y�A�ҟ�HQ:\��\��MBGb�"U�μDR1e���T����=��}�t@�[ٗ�=]7��V�<��8U|s=���o������bپwg���4�礿8ud,#�T̰O��
�w1����D	z�J�bM{��������+�x���vw5��?�g�w؂c�LO�#`�$���T��I^�^���&As,�G������p�+�x�#y,��l�C(c�L=!�	q*3b���g�ݤ���
+@��	:C�4�к�VdfU��0}���GӾ���/�|vd߂�2��R){�Lq��ҩ�TNS��P�S�.j��w�%r�q�)ᔆ ����O��1�����r.䍡o�J+e����?��7���{pZ��l��x�I��`�ȉ�{kگ��_ɷ�	�nk�?�L�T�����)e��,>��UW�6�GU<�@�h=N�+-�ن"��W08Qk1H�21�7,%Z���oi>L��(��9H�{�.֌�y,�F�O����&d4����m�~�$"�<��u����g�1T⿀J��w���!`_4M~[�Yg�R��r_N%��+�Ucw��Z����/��%�A@Ym��6(��酤]��b�piR�Z�?�`iZ~�f�V�b�
��ܖi�g,<)0���˷�(�����/��!�P�]�7wv�8f�L�׻��r�����H<���(��|Udq�m7O�a�cp(I��s;����9G�v���F�Ŏ�8�ɲP�3���{������ٶL�L�d'D�<Qx2&X�������V�@�endstream
 endobj
-2088 0 obj <<
+2083 0 obj <<
 /Type /Page
-/Contents 2089 0 R
-/Resources 2087 0 R
+/Contents 2084 0 R
+/Resources 2082 0 R
 /MediaBox [0 0 595.2756 841.8898]
 /Parent 2059 0 R
 >> endobj
+2085 0 obj <<
+/D [2083 0 R /XYZ 85.0394 794.5015 null]
+>> endobj
+2082 0 obj <<
+/Font << /F37 803 0 R /F23 738 0 R /F53 1032 0 R /F21 714 0 R /F41 940 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+2088 0 obj <<
+/Length 1929      
+/Filter /FlateDecode
+>>
+stream
+x��]��6�ݿ�3}��k�_����q�N����^�����V�mMlɑ�l�_ Aʲ�x{�{�у�@�A�!��
���1��Q,I@Y0L�:\�؇s<�4�r�]޼�0&q���bّ�U�
�o���Q2t�8��t;Gr���'�K��OO��ۻ_(0'������=Ҟ�1M?���??f�֬��
+cӗ�o�a+�y@��U0|��|��@�@
+�)��|�V`g�N�s�	��)��J�����1��DL&����_���+�����RU@d$;�}Z=S�V��S"���j]�c:�W��tk�*/V�4�A��3��?�7S��B�������~D_�f�P��Zo��x�I5fj�I��V���YO�*J�3k��'c$n�F!>�H>5��~�><�c�98�",�.m4(1�ߒ�ncף8�gS��@�F���u2PD2�F`Q�wY���RF�1��~���g�
+��v��DJ^Ժj��� �ݸ)蔺�[ u�Aj�.�ܚ�+�N�Zch����<����s� �参џe�a�
+��&���ܬ��C�������"I'��A(��,���X��TI��L	ϛ���@t���\y��+\�~g�F�����c��/�4�!���
e�"�Fą��8��^�n������6�]!BZ]�WO]����d��+8����a<	�dv3�f�?���k`�=.7ٺ�rm30�s`��$˜��_�
+%�^����F��!Y���8`Z #�0���"���[3ڻX3Ц�A�=Pe&2T�!s<EG?ӄC��^_�[{{��.��~v��q���e�&
+F]l6���f��HC[��v��	Β��;|�u��l�͚�@e����U��_����&�dX,O?��r���6)�d�g�����%]�����9��ڴ�p�r��ys,�Y���p4EL۳���uUÔ>_5�p��t���~F���
�.R��=�̼<<��O#�l9���}�p�L�:ߤ���;[��a�����-��Sl�y�U�%�8�
+f�>Qm��u���J7U���)K� ̅�������k���()�P{���w�E��@/km⬘[�j3�B��M�Ve�h����wJE�z��p)�6��jR7pҙôgM�|k�b+{R�8}|�:j�D�ڐ$�?
a��G+��'�L���L�BiCmi�U�*2�dG󥳧+�>���uA�T+��PCga����鳶ḁ�)���@�}��g��]�ox $���d��"��A���:���������M+��ٿ�����Ux����׺^a������.$��B�
+Ӯ�Z�\�� Uϭ��2Z��&}SA�|�^,�
�N����-h�.M8��,��`Axj��;�W�A'�/�6�L���;��<Ps��x��u�c��X����.#��(t7��;`��̕�;�Y¥.H̨tL�פ��7�$QR��jN)����'^3�[L>��y48���M{5-�e<N҇3A
�i@��ZOB�:�"-��"��?=L�MnČ�x����ꇹ��+j�&��҅m��Ω7ט�m��k�+����k�rmW�_]oz�o�u�����2&��&"BY�N������f�r��c���N������|;?4��O��">}2��f�����?_71g!�
�LP1�������/:cp�v�X��c��ڥܼ��^yz���_~��h���������,�w�l_dI�l�`���)d�=��1���z�T����&����W�>��5
+M�c�6=oa;t�۪��R�5�-�u�ۛ����M�\%����!�opiu�5�Jvk��Q�4�w����n믎�:)V���=�-�;����F�����ua+��؞�G����'��Ӷ��B��4p!"09�F72�/9%\������nS��endstream
+endobj
+2087 0 obj <<
+/Type /Page
+/Contents 2088 0 R
+/Resources 2086 0 R
+/MediaBox [0 0 595.2756 841.8898]
+/Parent 2059 0 R
+>> endobj
+2089 0 obj <<
+/D [2087 0 R /XYZ 56.6929 794.5015 null]
+>> endobj
 2090 0 obj <<
-/D [2088 0 R /XYZ 56.6929 794.5015 null]
+/D [2087 0 R /XYZ 56.6929 668.7228 null]
 >> endobj
 2091 0 obj <<
-/D [2088 0 R /XYZ 56.6929 752.2635 null]
+/D [2087 0 R /XYZ 56.6929 314.4341 null]
 >> endobj
 2092 0 obj <<
-/D [2088 0 R /XYZ 56.6929 690.7232 null]
->> endobj
-694 0 obj <<
-/D [2088 0 R /XYZ 56.6929 652.8084 null]
+/D [2087 0 R /XYZ 56.6929 167.7554 null]
 >> endobj
 2093 0 obj <<
-/D [2088 0 R /XYZ 56.6929 620.2916 null]
+/D [2087 0 R /XYZ 56.6929 97.1798 null]
 >> endobj
-2094 0 obj <<
-/D [2088 0 R /XYZ 56.6929 585.1376 null]
->> endobj
-2095 0 obj <<
-/D [2088 0 R /XYZ 56.6929 520.6753 null]
+2086 0 obj <<
+/Font << /F37 803 0 R /F21 714 0 R /F23 738 0 R /F41 940 0 R /F48 955 0 R /F14 741 0 R >>
+/ProcSet [ /PDF /Text ]
 >> endobj
 2096 0 obj <<
-/D [2088 0 R /XYZ 56.6929 462.0998 null]
->> endobj
-2087 0 obj <<
-/Font << /F37 799 0 R /F53 1027 0 R /F21 710 0 R /F23 734 0 R /F39 895 0 R /F48 950 0 R /F41 935 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-2099 0 obj <<
-/Length 1782      
+/Length 3033      
 /Filter /FlateDecode
 >>
 stream
-xڥXKs�8�ϯ��e�Z,����8�@����-���{2^�cC��oK-{<�ل��`���ԭ��M)��T+B����H�(S�Y9��X{2a�'��!ף���CO
1��g�,M��lz���NON����\���
����ɟ{/�v�kx����
L��#`b��~<{v�P��|a���fYɯO���/O-��ଷw����y��#���ڳ	%�h5]Äf���QR��RL�L^��n�X���Di���� )C"K֕�E��e:�vCAu�l&qЮk��견+$����m����ʖI�%���<i�0�Hm�e^]�x^/�����d3���!IͭU����d�
.c}�LJ<'�.J礸�紬�Yh٦a�2F�R�1��j�{I�'N(���%�=�:8��7VM�"�F�~7Q��	�I��%�?eW����Nm,�
�0�Ȝ���/ˬ��i6b��k*=� <^OR4��OU���y͘N���U���T&z��|�#T�{�b��`�bڅ(.t�����];鮏]���%�tN�0�.W-q�G�(�)�ƞ1��%Wu���E~��u�.p�WԮo��ŀ��p��R�`�I�$y��Nm~�o�TW8j��6+H	�h�&�.k�������Ϝ�ڼ��2�Q��S`��#N��ʚk�Y2[l�ן��ʈD\*�@��q�a��":R
-��f,0���tEP|�q��Doݓ4�'��
�l�JR�8��,)u�>p�v$�-6��8��_�#8��{/L*�O��FC��Z�T��v�쎪۬i���ts�7���6W��ˬi���<���~��p���=q&E�h��ER\�KH&�gi�|Q&��Lը3����R�D���x�|���9�/�2�?9�f�9+�g//����>�?�AtWܱ��O��i���ڼ[�]����=_�z��V_�\a�zB!(��rߕa����!-����H���'fL������L�(P����ɉD��HEK$�S�s
.�%��exL(�Lra
��D�
-l/�]v7�?��3�bj�O�_O�"W=��X mY�'�uZ8۲���*::�6�K��hj���R�P4�l��{!i��H�|r^m����δX�Yo��+�b�,>�,Ž��߳أ2���Ūa��k�M�,�jYZx��m��Wi>Jөqǎz|�Ff�*�Zx�:xz��8<�W��eA���Ryh��~��X�ϊʎ�M�٠1z=���@,r��d�
	߫��l5+jD@0����֫|^�$�	��+b�1��#٪��?LV���#��ʏIk�e20���	w���JB3$n�q_� �]V�
-j$n�C $��
X����,�C]��֗o�p�����|T
�@��1�(��§G񈳶������٨�\#rs�AwNx�?<����Ω!LCзL�E.��ރL����om6��"�ܪ��J��1�Ծ!�J5MB�s��+L��<���ZWH肝"�4Z1xe삭����$o�ʋ���c�#�|�_����Ùogd�j]��P���P��4��_c�Ħ�_���tJ$���V�9�w<��,��+\��3�%t��Ib��R����c��[�������e�WF��lAH|���ً�v)�5i6�g�&"J���NM�Y��f3��ϐ��f�qڎo�-��W�]Kd�G�����_������4#��F���C���dL��|��h��e���nz�Gҏ��
n
8endstream
+xڭZKs�6��W��j��M�8��:����Nj�&9�e�F"�����x��Eɳ5[>��f�_7�f��,W�
+#g��DQ�f���=��OW��,�"�zw��?D63�h�g��WNh����������o?���z���#�E����������}�6|����w�(s#��1��t�������|��'�Q���u��O:[��?_Q"L�f��@	3��vWR	��af{uw��a�j_�R�9Q9�&t�ٌI"���!<ϸU~���Q��C�Z�ۅP��L[��bW�<��N���!�}����37��=;j��Syp�eSw�k�ϛ��8vն�^� 1#F)����;A�^�f�V�X�t'@Z"�4Sjb 8WƓfD	U`���U�df�S
��A�_�+T�'8B0;!u��rQ�V��my�� :ׁ���y9�)�JyRP�z\��m9�V+�)!�l����k�r���H�i6�پ����)G8m�%s�Opˀ�����Y�s�}s�&sAz�����eb�Tg����q�&���He�o�xNL������9.b���8�2nذ3�X�&>�q"���/�ݮ�WSN�`2'��w>��>޽������/��[i0P��
>q28'
+�"A���y�)ݠٗ�����?��o�~|`��7�L�!*s�7�_8��\��S��4p@A5�2Áh�yG��gZ�����}�S�*Wn�
+߰��nn?�0S����]D��mY�e_%E>�YO�(�%ŸӸ "
+�PH#@��櫕��s�m�tݸ�`vr[ե�n�x �Esp�����+�}s��w����IO�~�
��]m����ų[;�d�pAu���*0����Vr��p랜�0�ɋ���[�8�?��|fJ��L9XW�_T9|c�7���XWˢCS��
+Ǒ�Td�4N�L������gG�S�ˮ�f��K���������v�;+�ʛ�2��`
+r�����m@��.���Kk�R�ojG�
T���Qԝ[��`0ʟ���  �\�WmXRG��K
	V��\M����Ak�:�/A��7���$��x�W�����cs�������޾_|��pG��ϛj�q+Ƕ�4��i7�qo�\.�s�1�oYemI�
�8�l
+�F�NLK3���� ��;����O��{�ZV�Xvn�@�,l�a��˶�<�JO�^g��C����o�`?%�_�v�M6��=�����#�> ,7����ݱ��!��������c�����y�BF�%�w���pqt0>�H��T>�;9���_݌�>Ε����A�o�q�%&�4wX���.�+L#����c��a
g\@�^B1_�]yع<ӛ��ͻu˨+����x�P]����!�#�%��?�<�˽�:?����qH
x�vPyC��u���#�奒š�_,`�;)}�!4�r�_.Jb�Pם%=��W"*���F���H,!��5�沈=Մ�)�RDS�S!k�	��)�O�.�K	k���P�6屐Z�}�sY�d�b��t�(�+,���W3"y�RT��Ԑ>�]��ۮ��e�
��G��z`\��n�/��v���6��}�jl������!�ҞI�K2�t�g�F�vRF�b��
T�F�S6J�35mb��ʥ�,_O5!`b�`���%N(Vl�Lٝ���f2�Nf�%13#q2�H��@dux�̈��U�.���L�N&cA��n�#s��N�Q�v8k�֡&��1�T獡�����Հw"K��(yY��jB��t�&����❵�I>�)I�B�Fef"3�<`g.|���>=r1=.X��!��ą�g*'97���{3�-�HFsݟ<�b`���ECq&�RP^�L�;��؇dG��y)@�&gA��
+�g�g��v�F6:�o\����B�(������j=,N$�L��o�u�d]����M�ˆԙH�v�w�v�N�d��Q]p�@e�}5�m���#J�ˢ�T���.�h�eY*\� L�80m�{�kh�Př�
+a�&��va=z�7�����[nJ�RqJ
+ټ+w��5���[Y�cנ~�Lz�i���E�@�)F���+�2��L��Q��#��;�Q�c�9[����֝��D
+(*�ZB8�-!l:�����Mc�����Nb�S޵@�&Ge��d��`[���4�8I#'>����	�ʤxE�Ph�
.?�bhT����:C�YF$��P��9�:��=�����	4��o��FT��
+Dr%�̡��z$�]YO6�ʵ]-����}!�!"�7Uzj�H���:#��}W;2?x�靹�J����:d��ǫT��c������>��@�8/n�&�LtL&�&��c=4O�3���������J�;�F�R��T���^�m\1o�SØ�Ĝ�D��j��O?b$@�ӏp�4��k�/+����\�Q%^�t�����p������x_LՅ;/
+x}���͞�6t�Q��	u��x��x{��z7R�ih�I��d�D0��W�mn��h�W5=�WT�w�L���j|>�!��o!�B�CJ�)E�Ր�"g��b��=�ⶸ}t�@%�m��|��_�)�((V(׫��(V���]��w|*�ժO��g�\.K���,�Y�E��F�9?؊C�,r��L�1�݇�s\�,O[A��<S��g@��ltInQ�/�Z|�z3uÈQ�n���B���`A!Ō�|u��k�Q�Y�[_� @>��㯃��
��&����@Kڇ�]�Deo�-c�b|{�
+��A��m��0�J1���G��-�~�٩�o�a
+�p�^�����U�x����Q�]�p�eZL݅���Z\�o[#S��Y���L�AX�!�#��n+�%�~�	BkC��}	�B4����HxrE9��:Eg�`r�?Gx])u�0j�ÎN�u7c�\��M��˺<~�p��ѥ�X�!ą�*D�v��z���?WL�x�_$|�?�
�'�?���}�B���P�L��X���T���@�Zendstream
 endobj
-2098 0 obj <<
+2095 0 obj <<
 /Type /Page
-/Contents 2099 0 R
-/Resources 2097 0 R
+/Contents 2096 0 R
+/Resources 2094 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 2102 0 R
->> endobj
-2100 0 obj <<
-/D [2098 0 R /XYZ 85.0394 794.5015 null]
->> endobj
-2101 0 obj <<
-/D [2098 0 R /XYZ 85.0394 668.3939 null]
+/Parent 2103 0 R
 >> endobj
 2097 0 obj <<
-/Font << /F37 799 0 R /F53 1027 0 R /F23 734 0 R /F21 710 0 R /F41 935 0 R /F48 950 0 R >>
+/D [2095 0 R /XYZ 85.0394 794.5015 null]
+>> endobj
+694 0 obj <<
+/D [2095 0 R /XYZ 85.0394 769.5949 null]
+>> endobj
+2098 0 obj <<
+/D [2095 0 R /XYZ 85.0394 748.1323 null]
+>> endobj
+2099 0 obj <<
+/D [2095 0 R /XYZ 85.0394 713.0047 null]
+>> endobj
+2100 0 obj <<
+/D [2095 0 R /XYZ 85.0394 648.4882 null]
+>> endobj
+2101 0 obj <<
+/D [2095 0 R /XYZ 85.0394 577.9033 null]
+>> endobj
+2102 0 obj <<
+/D [2095 0 R /XYZ 85.0394 396.1161 null]
+>> endobj
+2094 0 obj <<
+/Font << /F37 803 0 R /F21 714 0 R /F23 738 0 R /F41 940 0 R /F53 1032 0 R /F55 1040 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-2105 0 obj <<
-/Length 2487      
+2106 0 obj <<
+/Length 2231      
 /Filter /FlateDecode
 >>
 stream
-xڥY[o��~��УD۽_p����q��9�sp�$2E[D%R)��?�W���rQ�������7�,��?2IC�H�&bT����	�}:#Af��}����~����AFR9����kMF��o�ah*����������/�.�'Sb����/_.�/��7�R�A$1>��z����21t|���n���׳��dV�t���鏳o?�h;��#f���c�hu�C�3g�gwg�I
-{o�O�� Q&i���AF:p�0H2ʜ3��?_�]�]�N`�����ۺ�����s�����k�[��z��#E�3��/�ɔ9�g+7��<�?�ڶ�=��ESǘ>m7���ܿ���E��䦞~~S�EW5u�깗���ʊ橮�
-u����嫟i�eQ���Um7h��}����훓޾�D�I�V�چ��nj���($�z��,H�x�V��]�E��\��o���i�YW�ʺ�z+́�:,b�??j�AJ%QHnn���,��h{f�޽ά�R�G�n���ŧ�(U������E�x�E�tƸ3xu}�G�?�竪��n3뚍��-K��?�<����?F�y�ͪe��u��g1bͺ�'�������o��;X�������H<�����h楝'~ޭ�L߷J!�`�}��<q�"5�Rʔ�LH3���wο������[����e���k�n�@�5��ڮv�rXA�hp���:�6@4�C��3�8\�f�'o�FJ�╴8{�Cf���G/���J�r���l��{��n�m��
-gFK6��+�t�	�N`��G�	N�ip�?8�����%8��t�#���� M�Z�ށOZ���P�	Ҝ� �t��$-�ة|��C�"�~�(��3���:��{��Oڻ������}}���)3P�)�C,�@5kVG|1菉=i�l>ߔm�~t'U�M�t�j���H钔nO*�]ȹ�J��eA�P`Jzx�..�>�^}�����d�bS*�Ai�L������	[�M �!�
����`P�^ɦj|Յ�ga5K��\8��YXz�l|.�ʗY;����>�_Z�d�/���:\� "��樣-��#|��!p��=�Hq���kv��H���o�Z�n�5!�N�Ɯf"� .UL{�ZF�A���\5��$"�z��dM‰3����I
-l)��ë׺�s�����p3���.���	г��챡�<$
>i`b3��m�{����M��EhD4W���,��PDÛu8�st��u��&�k?1˸Jid0!�LʇAظ�l��'����T�`�"l�.�0���3��Pj`G�?�>��G�I%���T��hwB`p��RF�S1h^v�S	��/��ֈ3P0Գ����n��3`)��79J_*v��$%I�򪿤���跗�B�%'�
-��`���>ۮY��)2�#��'��!Fi�!���c������b5��eL�L>rK�${׹�
-����ڥ��S���U��/0�9[���h&"���=�/�B}��Xq��V0E`Ыۉ��ea)�����ŗ�j�����ف��g\�����«{6����8���D�)�$ߑ�{���@�8Sdv�k�6�Xo���J@�}K���~*�!Z1��z�VGt^f�0ێ��%+.Y���l���E�ZyP��U].��4glB�>8f�3�p=����%_��ȍ8	�M�+;��mm�,�O��1��^�U��z�9?9�8p�^��˦����
��.��&�Xl7���l����)a�M�z�ۺ��
�>�i�oU��+ �L�drQi�x����.B�v
F��q���~�@�c'�?PZ�DX{�����*���z9+���[���j�#��k�8Gy ��7@$FE�p,��,<�m�A�ˌ�Ϫ�<��z�l+�J%�����bp�C
-Q{�d�R��Ѯ��ǫ�{�O���Cc[��a�����Q�Ďi�_<�����Z�~���)�ULWUA���Ƕ
-W�6&�Ɣ�}�9[�� ���>��^��x�#��>�M3<�=6<!C��A�-�j��f\�_��h�v������^��J���T�D.m�5�.ؚe�P�؛h�j��[}���n�+X
-��d�vn9ȾkOt�T�ғ�$?<���g�,�yȋ2#�+DSo�۾�qr�����-��\���%[�4i�aoۖ�2�
�L�P5��.�-��0h�5�{�������[`P����k�5`���� ;Y�g�R�A��.�` ��T��:e6��N��!��1�M!��P}4�����X�d�G:ȸ8�8��u$s�9�34cJ/yê$s`�0�̲��]_CE�ר<N@?�Tף;Nt,5��
-����k�vSK�n)z�h��t]6<��w�=\ƪ�U#���\{O�q-N��?����T��]�>Ґ����(k8a�0W���C��k��*endstream
+xڥY�o�8�_a�N٭Y~�-Mӽ,ڴפ��}Pm%N�r��l��jHY��m��5$��������Bi�w�$Q���j{F0��k�q�r�����˷�,q�������%�Z��[���&�����~}�V��b��p�_����%��p�W���ÄK/>~��ys���%W؟/������������◫[����nTd�,��k��~��5���%�Y�x�J�s|�=�J%��������#���5i<F	�'��E�z�-`�+��فN�dݦ�����cUt�ۢCrs������Ej�?>6��X���g4/gS�2E(U,�wW�WaՁ�(�F�5/���L���7o��p�ޖu�v����|*��9�YQ�¶�y��?u��B�I<KƈS�'����s��uBA	e�G	C�â���4}���A��~[�]����'�	�2�l��Gۢm󇂌�B߃��8K�b)�����w�������?��&ԡ`E�U�����Ϻ)�|u�z.� Bе������$j�m���tp+�l*��&�1�Ң2�!!PߕU�=�3�2�n,X�y�[����mB����ee��U�!�U�H�|>���㰲�V�&6�3��>��/V�����u0�Q!y�5���*���9�!�]Zk"����G��i�YF��)�H$n��?�X�S^����T�۲~���Z5�J�C�\65=�*�$���Љ�ŷb���+�s1�C�1�j�ï14�"xiwnd��4z�b�WW����퇄։�"�������E��X�����sv2W��b�$&Y��b�qnM�Ә��sA��i��@�������ا�J*��Cc^|��ׇOeE\w]wŮ�xs��v�6x���[�����ϕDH�'9aV��_�f��$#V3���)�˸v	��7l��$�ث��B$�*4�6�!_87�8��;� b��+D�x��u����񄁵�X@J���Ku���+F�V)��]�,�$v"�?��o�n/?]����S闲�!��hq��B1$�2��
�x?.X�C���^�#�ޟ�	�sH𩏄��܍vwN��f�lP/:��e�<���Iu��嶬rW���V]K��BY��u���c���~a�B�h��f)�@�3ʎx�TBe�]I�
�p�T@��i�A��5R���U��$ �˻"����@��Z!�<s����jj�G
+�]Vy��:-�_���DZ?1J;�Tm��\��Q�p�]dط�P�`�燎s��{����
�Z`�{�W�줆^�>��zfa4{��~z����ω-/[ۢ^�|UY)n���cv��An�����AC�'m��W?r>��2�Cr����iВ;��{Q-���nLOV�+�#ti��G�+ܞ׸�y���V��ɘ�R���'
+Z?l�|�x�߅�#)oz���
�=���.����O$����^O��M��3��>k,;%��zjo4�}�W�2X�X���*���<��7U�<
HB���D�A��_p
��&����E��a��G�s�
��*\E�x��4m��������k��t��MQ�������8r}(��
y ��}r�EJ���}s�E?R�nR�p$7�ng~��W
WC>^�F'�M
�sS'upb��xB4�^������O��CƔ'\��:盼�9F�ѳ���<�p*�41�\ZL���m\���6�]{����>>@n�bv�.'Qʩi��'�_����)�VIG±��zR��d�߾�q6g��rf�e�|�<�J1��vAX~��1C��ѓ�ͻ�&|D�f�И�����5z��G��G��K&�J�|��8�.Kc&ې�v�d���S�l
�ʻ�mo������?�{��(XZcm
����و�ƜHM���E9K���бe���(7����V�U`u�_����lpE�.V����!(i챁��n�.�
+i�`��9�l 4�tCN�9W���P'��xF����<cy�|\Z�L\1���[@������H;!��)F��!Q����J��s� c�3Cr���W`<G���$�h2�(��d�$�<Fa��1�~��ϐJ&���!x ��‰
+q���Y{l%�~�*����Z��T"a����9�+��P-D�Mǻ������i���<��7����3!�D��E��'ɔ�endstream
 endobj
-2104 0 obj <<
+2105 0 obj <<
 /Type /Page
-/Contents 2105 0 R
-/Resources 2103 0 R
+/Contents 2106 0 R
+/Resources 2104 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 2102 0 R
->> endobj
-2106 0 obj <<
-/D [2104 0 R /XYZ 56.6929 794.5015 null]
+/Parent 2103 0 R
 >> endobj
 2107 0 obj <<
-/D [2104 0 R /XYZ 56.6929 752.3759 null]
+/D [2105 0 R /XYZ 56.6929 794.5015 null]
 >> endobj
 2108 0 obj <<
-/D [2104 0 R /XYZ 56.6929 668.0781 null]
+/D [2105 0 R /XYZ 56.6929 703.1515 null]
 >> endobj
 2109 0 obj <<
-/D [2104 0 R /XYZ 56.6929 607.6906 null]
->> endobj
-698 0 obj <<
-/D [2104 0 R /XYZ 56.6929 570.577 null]
+/D [2105 0 R /XYZ 56.6929 603.3192 null]
 >> endobj
 2110 0 obj <<
-/D [2104 0 R /XYZ 56.6929 534.8112 null]
+/D [2105 0 R /XYZ 56.6929 540.5015 null]
+>> endobj
+698 0 obj <<
+/D [2105 0 R /XYZ 56.6929 501.6992 null]
 >> endobj
 2111 0 obj <<
-/D [2104 0 R /XYZ 56.6929 503.6098 null]
+/D [2105 0 R /XYZ 56.6929 468.7926 null]
 >> endobj
 2112 0 obj <<
-/D [2104 0 R /XYZ 56.6929 440.3004 null]
+/D [2105 0 R /XYZ 56.6929 433.2488 null]
 >> endobj
 2113 0 obj <<
-/D [2104 0 R /XYZ 56.6929 370.9227 null]
+/D [2105 0 R /XYZ 56.6929 367.5092 null]
 >> endobj
 2114 0 obj <<
-/D [2104 0 R /XYZ 56.6929 274.6697 null]
+/D [2105 0 R /XYZ 56.6929 307.6563 null]
 >> endobj
-2103 0 obj <<
-/Font << /F37 799 0 R /F21 710 0 R /F23 734 0 R /F41 935 0 R /F39 895 0 R /F53 1027 0 R /F55 1035 0 R >>
+2104 0 obj <<
+/Font << /F37 803 0 R /F53 1032 0 R /F23 738 0 R /F21 714 0 R /F41 940 0 R /F39 900 0 R /F48 955 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
 2117 0 obj <<
-/Length 2188      
+/Length 2228      
 /Filter /FlateDecode
 >>
 stream
-xڥY[o۸~ϯ��Y�E>�m�'�6�iR`��}P,9*K^In���gx�%����A���F�p�ofd���GJ �4_��#��X��Wx��>]/�B˱����w��t���T.�֣��J��S�Gr��p{�����%8y�����������n��Z��������h�r"��I�|���a������n��z����iPk�:�������E'��
-#��X��
FDk��^q�����������Â���՘)�PHP.KA��4n/����/SN���`/Jb�
-R�^����p<�9Y�;�2E�d�-�F��ٖmY��sF�.ݦi{?�o�Y��n������O������u��5Q��~[��9���kD)M�F���W�US�_��K����ʨFGx�VO	A�y�5#�3�	R�5?�RB�$���+��x��m1W�0��4U�u�"ʍ�@8C��d���X�bLkq|$�Rn`U�#�Ǒ�1�e{���r��V ��͗���iS�=���w�g�P�.?����0o�YY4��[,ݙ96AZj�p��l_y�n��|�"I�P\��c�<�
O��X^����a?�f,u6�����"lv&�昡���+E�� �
-���)6A�
f�j �M03-��&��rO��v��)l�����0�x=�x�q�Y����ګ�nڠ
-l��$c�Y�]�md[€�1�#LDv��aS@tʕŝE%�aJ��s4�+��4��B��y0��΀)HY0�0i$"�l�eu�B��V�v�TD�	����T�)�7|��H�fo��*ܴ! su�:�<�37�HEDT�8�P�,�TӖ�X�'Jʒ;������η	�g�ӽ�@*)0��NI�����Ρ�g�n"�P!
-*��./~���$1�88˜ӬZ��/�2�w���D�*~17��V�� 2��yh)�n��:wj���"ەe���2���=]��nߣ�)���(���QH�x�ѝLL���g��6[��������l��,X�9��R�E�Mf��MR����p�@3F����e/��wE�f�p��n��6�=�?�&r�<�G�*'��;R�<���x Ə��H��:7I9@��d��u�Cxf}��O���b3�o�}勵g�r��O���%���iB�,�u��e���<o=��EU���UBզ%о��ݦ%
��$�{pF5�;/q.+�w���RVd�(%�YѬny��?$h3;$h{3Η�����"D5���R*1]ИSNoӖ�j��s���[��a���9�E=X
-��y,���`1HY,���
-�-�l�i������Pej	��Y���v��J��`߉z�9i����ƍ�Mi�=�B�,��W�q4������K6�j�l��n_j���9k�7�r�P#`��e�딄�*�t{����
-,oq�􆥠�ɍ��K�RQlJ�1,�Ҝͱ2��ؽ�&;�p��6UJG����!6��W�u)�%�m�_]��wƪ�.��%\2��X1�~ffx�
B��YR�+l	��v]7{Kf��	�j�	��8�J��Tҋ܅���b�š�LSq��K���A�B}�ׂ4מ���5�Z�zE{��b>v��l�J~*v�[�l삕)����ē��ඃ浶��g�O�YF�^���C>@����v�����AS�������U�b�K����s�	@��ʽ���f9�P=�Jo��	�Y��4��|�*ç�`Z�R�/��q=�P�A���4jBM��g���o�<|�}���W8q�Փ�N�x���y�ؔC�d�\H��$��}s\��G*�j/5��������˾�=�/n�S���m��P�`j�r ������8x�RK0,�A+M�d���t�vWE)� �&�6;���縶;�o"�t��Zv
��Ü'?l�p�1MJ�T]�5�)
��lY
�D���/h$E��z�@����{�=��8g��0we�(%������h��0x1/���q�8i_m(.x�"r�ĕj}:�p��8{��u��|~�z9���b(��	Șb��v$mW�M��D�������#�W*�B���K���o��V�ʇ�~�K�R�I�=�i����.7ߟ����e���Ўׅ��G������5��/��S?����w�HVŃ����7�����fJ�x~f� A)s8��\u���V��c��*
-�zendstream
+xڭYYs�6~ׯ��KF�A��ʃlˎ�HVbe˕ず�h��1r4+o忧�n���Q�����Ƈ����?1K4�*�f&���Bϖ�	���ܫA<ϴr=�=���2�����g�끬��$���/�󛛋���NR��3v�Мϯί:�i7������x�2210	�N�}��K��U�2ik����������뗖���6�;ܓ�����/���
+����3�&zv��D��Yui�t����'oO~�n�FZ%L'�L��)�t�b%���*_g��[��~���j���v�#
+r����A�e�o��3���)�;T�eV#�.Gp���5Hi���7�e�*�bb�NE2_���~����-�m!X��t&�6_v�C^>�
+!��a��Th��|��;�%�&��z�`&1��|�����B�$"����qF�ά�6ZH���˫��𳨗�~吅��ݮ������mo�l����*�U
i ��u�C��;��7Щ���po-`o�H��ۍ��m�K6Y��n�
+s��6m[ܕ��\�8KmX�Fi���'�*��ل� 
hb�6�nB�4�u!���݄9�qc� 
+t�#i��~�4��0I��S��J$Dk,��W�ֺA��UֹS�!�nщXR����|;�,(�5��sY�`��x�!7��՝�K+���/�x~
+i�,���0#��\�C��=
+�zi��y�9H�p&i<JC6��
���۲pYG������H��,qtGL�������>�҇���C��`잹�_d������㔉��K	Pf�s!Eϛmw*�ESg%,�N���z�)0c&�JW��>)ԆTH�ݔH�b����W,��׋����u�1i<e���!s'�E'#���\v�H�
�Qu�V$ŴdX],ˑ�������d�,bt$?�Ӥd��>�
�8��5��q|(:�Hp�&�R��v�
+�%`�����c��<�����I���I�(hd���v�<�H2GG�ٝM��RhU�wˬ�ov��j*�!9�}w�S�R�����^��	N�B���;�9��L�F����r�H ��L�ŬD��SA-\�w�uW>�dS�Hο�:��z�'�j%lj�w�B";_��N�1�cݔesp�ԻG�f���K��CrH�0���)�˜�	�@X��8B*�٬��0�C���W�8�������������J���qA��&wA�V�޵v������&b�`B��縎�l�ʹ�c�Tw�@���|�O�
�v[��ێ����
���6%�Z�yvy��S$lcs�˪	W�$�=thv��.|���8��z
�O��)d��h��l)�F����Qpg���Ц±?�3��n���8��r&��!]U���ؗL&�7�xHOV�d���9�d^;��',R�UQ��PA�A���ޭ�a����1�P����P:��3bnz�_�+��m��wlbc2�L���q,#��V�Aӡ�vSl���Ŏ�E�lJ��;��h<�r�s>l���(��>
TYM�}���j)���B}������b����p�Y��
+l��^��ׁ9�^��/���)�^�R�)�띨Xp��������[��@Y����/{�K�]S�($��2+�5��T
+�K����J��t�kB��#����%jxMuf���ک6��O5$�n�=�[��eD���#���ɛ�!�Q�H+�������ɝĽI��O"8�A"{�*[.���܌�9Z��O�W�G�M�!*�d��2�ū�i�e���?�O��4�ф�� ��
��ܱ=�Q}{���Ͼ;�?��տ~�n��7�<�4�G�k��g��{�e�t�������!GZ�wDg	��"�D�������fr]��(8��-�
+o:��Z��k����+�\H�8�	�ȅIl((�����<�j���i���䞾��x���u%V'�8�.Zbd����bI.D���
�HZN���XB5hw$d��~�Ƌ��&��L:�m�W�����V��
+-�	���2PA3ƿ3&�r��È^�z6�R�fYp�f�T��^K��^�;v�CMD<=����m�����t��z��k���OM2��M�d��'�N?�Nʠ��XA��v�S�����{�u����?����L�SI"�3��K�-��e7,�>6=�����?�y�endstream
 endobj
 2116 0 obj <<
 /Type /Page
 /Contents 2117 0 R
 /Resources 2115 0 R
 /MediaBox [0 0 595.2756 841.8898]
-/Parent 2102 0 R
+/Parent 2103 0 R
 >> endobj
 2118 0 obj <<
 /D [2116 0 R /XYZ 85.0394 794.5015 null]
 >> endobj
 2119 0 obj <<
-/D [2116 0 R /XYZ 85.0394 400.4859 null]
->> endobj
-2120 0 obj <<
-/D [2116 0 R /XYZ 85.0394 274.6805 null]
->> endobj
-2121 0 obj <<
-/D [2116 0 R /XYZ 85.0394 214.6285 null]
+/D [2116 0 R /XYZ 85.0394 513.4321 null]
 >> endobj
 2115 0 obj <<
-/Font << /F37 799 0 R /F21 710 0 R /F23 734 0 R /F55 1035 0 R /F41 935 0 R /F48 950 0 R /F39 895 0 R >>
+/Font << /F37 803 0 R /F53 1032 0 R /F41 940 0 R /F23 738 0 R /F21 714 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1592 0 obj
-[702 0 R /Fit]
-endobj
-1447 0 obj
-[702 0 R /Fit]
-endobj
-1198 0 obj
-[702 0 R /Fit]
-endobj
 2122 0 obj <<
+/Length 2274      
+/Filter /FlateDecode
+>>
+stream
+xڥYKo�8��Ws��1�o�{�$�����$=X����$B˒ג��b�V�!�6�1�T�X��WU4Q�c#���܎2+��L���:z�wNX��F����ۓ_~������xB�a��ŗ�	2t|}yv:=�������dʬ��x������ſ&S�(%�㏳�ϳ?�ڧ���ه�ɷ��O�o{���3*P��|�FG8��'�k��&�0k�hy"� J
+W����?{����Ӥ*%\h��)](K��W���{<P��!Xw�X׋9[���'wE۵���X�o��d�)·e�ܴ�"|�Xԉ�$�j��!k�I�e�蹬*�}��u1���_�qS�g����i�Yw��JDI���կ}/^����ؘ���)ӊ)$�a�+'�-:H�塨�u�~���:��ҏ�b��03.:?.�DŽ���j�:����z�u��a��v����f@1��f@�;��Kw�g���,X`��
+8��fDz�hɆ�D�{��ʈ��_)�U��d*A�e=�6g��YF���	/�������X��w|qW����:8�g��à����`s�w�6�n���(���f�,ja
+�	�0�̊xN1��H.��@�#K�ʢ�A�ݺ�ڔb�@�@��
+����v̵߬$�71��|Y,^���kI����Wm��պD���|Hd���.o���?6�(c� �f�,��9�%�q�V�0��D�ݑ��?����O�����U�����)��
r�@��'?���	�F�������z���}<��9��@��n�������j����2�\����igg�>qu�A���]x������X��.~����Ū�>{�j@鲩�@V/<M��3�7u�� �E�q�+�����yܵt0��i��x�02�X��{�(Yv�F�ۘ"Q<���t+}��iY'Ł�T�=A9R_��FZ;�)�=9ځ���{�u
+�Ʉ̎�TRE2�������M,�..�����l�,�� �1p麸/���y��c^o�jNn�(���Z�и9�1�����|����~�y���� �u����u�a2���&���A�ս;$�2�"@);ڙ}�����q�\�v���7/-�:d�Sp0(���r���*HGkHFh,0�؆ʚRzPZ8�A��RzLC�If	�3(N���g[����ٶ��l�w6M�'z��U[�����1Z���+���!1[�0ߦ�u�1�4d��ݺ)T�=���1e|�����ΟK�x
+�hy����
�fP�G��y�<QO��
��}Y����~�=���L��0�{�x��Qy]�ȏ�|*������BW�%߅C_ӿ���f�}{T�|�Xm�~
tGY��M�-�T��S���L7G�B����%�Ֆ]��������������Ӡ~aoC�[�D�ѥbe�`f젔� �>���@ޫ+ɨ�GZV����6��]�9�aU���%�([罌OE]�L��b3���tM����ԗ؀�D���}sk�+%�� �}�x�>�d_,{}yή��V�:�b����]5����Mqe��bDX"u_����k�c��h@+,�Y���4D�5��MQ�{8�{�\A��IL�V�ݲu��lշ�\�<hz)��H��3ބ5���޼�jQе����)�@w*T�Y����LGޭ+
+`a��yBU�!�26����=����#!���\ñ�K�D|E0��lG���|@/��X���o_FlL���C=T7 u�˥)|�c�5|�m^��c�)�>�0W>/)C�(o���*eH��SUJO����x�`�y{�H��r'�`�A����� �Ϧk�>�9 $M&��D����8�����ׄ��
D�&���.��G��e�Ż�Bg4f�t��]̿�<�����{. ��#���L�P��7��K�a�������Z����3f0I`�]Dž��/���7Gn-��۔U����v ���wʸ�x"��g���
+jJ����e�z�{%��Y����
+gN�V}M8&���۬f�\	�s��JX���i���fu/d�VT��i��v�J�sV�z�o��O��r�A
搯��o�U��	�� �b�D�
�#���9��x���=��6�˥� ٦�-���f�gj7��r
��H)�YN����ٿ�p��a�!�;�Q�.�7k�nr�!��d���Wi�����f�C��J(�q
+���>L$ᇧC��S�endstream
+endobj
+2121 0 obj <<
+/Type /Page
+/Contents 2122 0 R
+/Resources 2120 0 R
+/MediaBox [0 0 595.2756 841.8898]
+/Parent 2103 0 R
+>> endobj
+2123 0 obj <<
+/D [2121 0 R /XYZ 56.6929 794.5015 null]
+>> endobj
+2124 0 obj <<
+/D [2121 0 R /XYZ 56.6929 613.6539 null]
+>> endobj
+2125 0 obj <<
+/D [2121 0 R /XYZ 56.6929 528.5855 null]
+>> endobj
+2126 0 obj <<
+/D [2121 0 R /XYZ 56.6929 467.4275 null]
+>> endobj
+702 0 obj <<
+/D [2121 0 R /XYZ 56.6929 429.7784 null]
+>> endobj
+2127 0 obj <<
+/D [2121 0 R /XYZ 56.6929 393.7775 null]
+>> endobj
+2128 0 obj <<
+/D [2121 0 R /XYZ 56.6929 362.3409 null]
+>> endobj
+2129 0 obj <<
+/D [2121 0 R /XYZ 56.6929 298.261 null]
+>> endobj
+2130 0 obj <<
+/D [2121 0 R /XYZ 56.6929 228.1126 null]
+>> endobj
+2131 0 obj <<
+/D [2121 0 R /XYZ 56.6929 131.089 null]
+>> endobj
+2120 0 obj <<
+/Font << /F37 803 0 R /F23 738 0 R /F21 714 0 R /F48 955 0 R /F41 940 0 R /F39 900 0 R /F53 1032 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+2134 0 obj <<
+/Length 2734      
+/Filter /FlateDecode
+>>
+stream
+xڥZ]o�6�ϯ��,�E�J״��fy���B��D�,y��,��;��dI��C������s��ɰ�la���Eb%Q���z{A����4��h5�z{��H�X���~3X�j[�g�-�no�o�}��r�]�%�+E�����/W������˫�w�+fe"��	��t���ݏ��y�������.��{���3*��?/~��.28�O�k��~P¬��T�()D7S^�]��_p��}��(Ó�,�ȂQK�H�%Z�+�ŗCU�#�ـ\2B�����l�Z���1�PF�r����{$�$"�ᣴ,��Ɠ��x�Gzi�DZe�]�&\+5�5� fjQ[�r���ɳ�E�;�_2��w�"��~�2]�ۼj��ޏyM�w_�8��m+ƈU���EO�,*����&�&I�����h�����s��V�y��a�}�� ��hZԝ�q��z�߼�#��*��Z��<#��s��
+tG�;���I�C� �0�<r�������`��K�O�e�P��6��-q��Lu�'[8f?j�*��?���������$�B�@��C�$x�Ɠz��<~��N4� ��+���܋�,��1
+���ƃ֍pq|�����' ��-�@�6��m^�\2�B��K}��S}({b���ɂQ™��"�b��R�x��
�>��"��Q���V��W.��F⏑���&�S89%:���3WØ�O�6)_ۤ���O��ek@$y��)xJ�-�7aʊx�
+D�!�w�,�z*'��(��H���
+���4����5�!I��'y�"̍�,�v�ec��v��@�FO%$�
+�#7�7�W��U[���98�a�h��F/?�6L�ݳ}��@�ªl0P��@�%�C�#0&�ab�,ߤ����.��7���X��m�Nh��r�^Ǵ
�-�:j{S�m'�1y���(��XלP�׈�_BlF����N�f�N��'�j�4���Ahm^��4�L�6�W!��eY����#�o�	�X{͑L��sc��W�gi9��v�Rͫ��rbz�n	o��g��"[Og-�\M���!�.��ԟ�}0��ݦ���z3�@�ʺ����Թ��C�Y9}��7�<�ΐ���gU�[h�Ϩf@uB5�S�����Zf}�Iގ>�5sQ<�n�1�
:�ީ����F^����hꖻ0/!>l�?a����8�R��?��e��aVoӢ:r@N���WS_�ڠ����a��:e��,l�!�C�x6���lvga�Ck�bl<�I�:�_#�p2���Q�4�`]�ͻ@j�+A���o�n����,?b�R8��0ۊhFHbE_'�P��U`�eݞ�|�����6Vw	����gJGJd�) :���ΡRR�yc�����7&؀���AC�y0�TL����7��P\���
+��5�4w=U����C٘�1��D �Z6���m��i�
��s�i��M���>B
�J\$��e�K���o�@��W��@� 8u{�Z���=�/]�@�֗zY�|�fP~�~j�����r?+YX��]��&˿�	�1�.��x�~U,;�e������:wh8�㯇!�%�/�K��߹ʛƟ���BM*զ�����]��В�)
��8����cB&�<����:��.g�B��*o�(������Z1���G�cP��i'�쀆BtY��>z���8���\���������	�K
�tHV��Ӏ>yD�\�/��<j �x*��>E�aP� zl�Lt�C�������>4Џ=���g�uh�b�D�)l�T���r�9[�Y�p��:'Y�K�׬EK�o㔊w��l���O k.6��TTd�dɹ�(3FO�"��{Q��q����0^�o��%dE�[���w�P2��3y�e]����P*�$�
+�����":ri�C�X��hp�����i_�-���`�,�j(0O2�SE��VN�������]�m�\�
�0�L��'ZN+o\���c�m}gךA�އ7'9e��G�M�{�e��N7�;׮�����«4[���	�b3��g��{e��{Lq�8ځ�Ĥ�l������50���"�����w�:�������[��Aq���~"fx��D��e��%�?�uS�{���c$(�q$��r(�X�7!��g}%֊��8�Ʋ�<������A�p�ւ0����N���Z����Z#Ƃ�:u9��r�k�$���Y���v{(I�i����s��)n&���Y�!_���������L��[7��&�(���������i`�l�S��9@a�O��uU�Lb�1{�ˢ��<Z°�����Sw!Pt��N��u]F����h��r�j�"<Ӿ�v�����O�w��S���Biu�7�u��-��؍-�Maٙ��1%���q8w	9��9RE��x�sx;%��ZGá)7��!�\�iJ〧���N�j(�
+,�p��G�_�M]:#B�p=�d��n��Xq�Cֲ�!-�ޞ3�:\���"e_�M�kj.��W�;e���h��K��i�Cyn���a�2�4�WQuA�3L�&�8Ͷ����RI��
�\��}�#�j�%P_�@i�̍�������s�����Ɔ��N5��8� �/���;�ڭH�̨SǛz�ʶP�6-�R\ɗ|�jL�7��`I���n��*�I�n�������@�+���	*�Y�2�ڔ��O[^��Ҳ�Xendstream
+endobj
+2133 0 obj <<
+/Type /Page
+/Contents 2134 0 R
+/Resources 2132 0 R
+/MediaBox [0 0 595.2756 841.8898]
+/Parent 2103 0 R
+>> endobj
+2135 0 obj <<
+/D [2133 0 R /XYZ 85.0394 794.5015 null]
+>> endobj
+2136 0 obj <<
+/D [2133 0 R /XYZ 85.0394 229.9393 null]
+>> endobj
+2137 0 obj <<
+/D [2133 0 R /XYZ 85.0394 85.432 null]
+>> endobj
+2132 0 obj <<
+/Font << /F37 803 0 R /F23 738 0 R /F21 714 0 R /F41 940 0 R /F55 1040 0 R /F48 955 0 R /F39 900 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+2140 0 obj <<
+/Length 317       
+/Filter /FlateDecode
+>>
+stream
+xڥ�AO�@���+��:��춻�!ZJbB8	j���-X�OfO3�f�ޗ%���41�N9�8
�ȧR�|񳁠MԈ���S��>'ҁ�U,���-h-�b�:@�?��4�u��8��<���D�d���c)�^안�}��ӻco:��l.��Ȋ���uB�=�����'	v��O_ �sJ�B���Λ��������z!(���$8c�/�Å0�yq;��A��[�PFJ�Ӥ��Z�6��H`������Xt���vW�~��`u�+��d�߬�B'�֪3�v.���qc�Gl/�7T/��b��endstream
+endobj
+2139 0 obj <<
+/Type /Page
+/Contents 2140 0 R
+/Resources 2138 0 R
+/MediaBox [0 0 595.2756 841.8898]
+/Parent 2103 0 R
+>> endobj
+2141 0 obj <<
+/D [2139 0 R /XYZ 56.6929 794.5015 null]
+>> endobj
+2142 0 obj <<
+/D [2139 0 R /XYZ 56.6929 752.4085 null]
+>> endobj
+2138 0 obj <<
+/Font << /F37 803 0 R /F21 714 0 R /F23 738 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1610 0 obj
+[706 0 R /Fit]
+endobj
+1463 0 obj
+[706 0 R /Fit]
+endobj
+1215 0 obj
+[706 0 R /Fit]
+endobj
+2143 0 obj <<
 /Type /Encoding
 /Differences [ 0 /.notdef 1/dotaccent/fi/fl/fraction/hungarumlaut/Lslash/lslash/ogonek/ring 10/.notdef 11/breve/minus 13/.notdef 14/Zcaron/zcaron/caron/dotlessi/dotlessj/ff/ffi/ffl/notequal/infinity/lessequal/greaterequal/partialdiff/summation/product/pi/grave/quotesingle/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde 127/.notdef 128/Euro/integral/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl/circumflex/perthousand/Scaron/guilsinglleft/OE/Omega/radical/approxequal 144/.notdef 147/quotedblleft/quotedblright/bullet/endash/emdash/tilde/trademark/scaron/guilsinglright/oe/Delta/lozenge/Ydieresis 160/.notdef 161/exclamdown/cent/sterling/currency/yen/brokenbar/section/dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron/degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]
 >> endobj
-1627 0 obj <<
+1644 0 obj <<
 /Length1 1628
 /Length2 8040
 /Length3 532
@@ -9515,7 +9621,7 @@ endobj
 stream
 x��te\���6� �t�����ݡ�000� ������R"��t	�ȋ>������?��?��w���^�Z׺�7����5�
 ���r�pr�t���P(�W琅C��fL9g0���]���#�5@��xDDD0�rp'/g���+��������_��.�+� ��.[�����;9�a����@=0�j�@�`��������YI�������P����C@`��`w@�:�@p�5���\8�d\�@��y{��N�!v�������
���l��0�����f�[����G��3����{$ӆ�����!N��Ǭ���t�����y�p�GOk8�����`�4��+s��=]��!.NP��c�G2'g�n.�������@gk(�����wu�uO��=��	��'��� �.`�
'&�cN��cn[������l�����nN�����
-��{fXE���0��l�ɥ	w}L	`��u��?���@��#
�����ܿ��,��v��N���j����xc��ߏ�s:B�^����F�4�;W�c!d`����������(B<���W��}����������SL�7��0};����A`����?6�x.SU}9=����r�A�˂GP���9p��r�o:#
��?��de��^�7���=*���7�����tu�x^psr?Fr~�s���O��o4
+��{fXE���0��l�ɥ	w}L	`��u��?���@��#
�����ܿ��,��v��N���j����xc��ߏ�s:B�^����F�4�;W�c!d`����������(B<���W��}����������SL�7��0};����A`����?6�x.#5##m����r�A�˂GP���9p��r�o:#
��?��de��^�7���=*���7�����tu�x^psr?Fr~�s���O��o4
 0�����a֏��O�o������?��x����=�	a.��Ab���9Y�
���/z{x�œ*�����2#�Dj,���8��E�y��;�o��n
�A����ߋ(��X>�.3v�ms�W`g��Ϩ�"�
 rn���蚗ߡR�w�9�_�ҹ�_8=�e4%v>oF�k(�?`Lٽ�`��4����&9[~��;26cL�|r)S�j���l(��
 b��7�����V�h9���,�I��R���e��߷R�%=���
�t��(��%�LǏ�)��>1٥����^�2��O��	%��>�pjÕr{2��w��<�g��-j�!3c��akI�,A�$�L��ƋJ��n��U��m�މD3
@@ -9538,35 +9644,35 @@ $O
 t���=��b���w�6�"���µ?��J�OP2R�oQo+��1)�w�����d�I��Z�V͝�(e��� �"Q��F�s(�F�$'�qL �/�!��
�Hvk։�h�ȉ��؉�o?�a:���q�c��g�!_Q�~�W�1�a��U�Gm�Y�mn%�R�r9���0q�5�/�E�(�ړ��,W��$�����Lx���|�奕�w�Z|�V���,�Od
 �y�G�
 ����3l�4���\�T2Z��Ag�.7�#�P��v�eŦQL����O���\�	��ĵJ��(�3�].�*,M�>�Bx�(�S��|D�u��ޡ�{:ґ��2G9�C�{ɕ<|?��K����@F)�,�w��?�� ���a��h%ٱo^��{�6��@�-��%�~j�wXjz1��i���%u�3^��g��`d+�K[�De��]��Y����?�>��Hj�,�kѸ�h�8���v_�
[�J֮�9m=����?\�k>�ଇ�*�ѳ�,Y
�<���u�Z/ZV$S��#�mNO��5M@��r��0H�7�&7[��A���O�Ƨ���5�pE6~d��^.x�T1���$��7��4����j��G1���po��3�Q��Z:�N����,0����Zg����)�Q����X""���0�����BvFA�)Y9(�YÖ���S�|�����qb��N.L�X��_��¿�%�%�����|�D>W�7}C��#�ZR��$�`b�Gο�a�9g�S%\��/���hC|�?s�؅�g����)��m}�v��k��.b�&O
 ���+uqf�`�a�����,I�㯽/������ݛ��'P6ߢH��?����ٹ���9��mHr7:pMRY�#� '�W���KC�|-�mW�躖nᲶ�0����3���=j���-,n��e����b�i�;��H�l<)�L.��Y���ڷ)�wL=(�����L|�)=�'��-�@����<�Nr�6�E�ʃ3�d�k�����%�����(kD~�(�_y��;���f�O�{&*��yү9ۏB�T�d>�.<S��X3p7��~�"럽��l˴��DQ�f�����H�EIA��Ղ��}��l:�$k8�y&3����t���4��Gۆq	�PH��ܹ|@� a�B�ؠ����r����خ�����i��
���� ")��1i��s�u�sj	-c��]�JH3��>�Y[a-�Zy��px9���>穾��*|,4��	��=�	a�{Z�wLVq�C�o,�H;�_7Gg[�Gxd�D���*~�JS�/
*���F����jQ�jw	�]_-�q;�,1t��2ߥƐ����{:֧�o$<����J�����λ�b�F=���cT�u;�u˛�#��Z1q��Y�gH�^fiyv|��,Pk�A��FH�s^�E�R�ƇnQWE�t%ڷy3�{����FbK�<%�)�"-L+{卢�zS'�#���Z�+��U��׎#ǩ�Cc�H�,��;�=����.�Y�g:�j��n������S:c���U�W��/�f���cO����M�lD���9��:­����ۘ��˝r6��x��2�]�S��	p7O�,j1�����{�$�S7O�xY�r��s����(�ݚ���D�@��Y#�C�L%��ល1A�ø�3�~M+��A�D�>���c��-N������ߍ	��tz��"�t��'>(���hS���M]��ۅ0�
�<Q�-GSc���o��jԼ�>�SP�KD��dOjn��|KHtޑ�+㢟S'�@6�i���C,��g3B���p��Ρ��φ��n��;ɦc�
_7T,�Q1�TiH�B�WL8����	�,���.��u2�)�=�O�����ڴ���,
Aq��r�^T!1����2�)�N\����)���R��b���6Cb5����ޛ�;�mH���L�^Ȭ��ݸ��	{>�m@���z�N���׻���B�]���@)�p[j���6덶��BSHQ�ר.�ثN��`�G��z�^n)?����892���x������%���3��ZJ��]\�^���SXA������r}[(�0�@�el��mi���EW�9�QѲ��C�ۯ�A�=�g>MF{Q�=��*�k�+�����k<g�_�}�����I�]������Nj,���,���
KcIJ����S��PVB��-"�(��dp�A1`+W�[����H�a�:5JoEM���ny4�K�\��c�p���&�gk\99�t��Qټ�WG;#'>�i@�ħ�W:x<��"�}<=<��C�Q�4���i�U�S�A-�iM�k�qn����O��R<)D���/��T#��M�	�$֞��3�п��\�{U���<UW=�$�&<��Z�0���g��R*���O�1�'������j*5w�-����T�j4�i��u``�h߯��K�ݻʔ�k��A�����D��tk��2��������$��Z��@�^����^E~������u4߉<*􎱧�KJ��y/�n�C*}���LgI�J�8j�[�޳	��T7%J�O��,�!؞�+���f��Șs�h`�q�O�1�<�3(�d�OfBO� �'"p=Q�B���pJ�}�����Z��!p{���a}�q<I:�\�M�ׄ;�[ݯ��l�,�T�O)��-x#��
�o?�1�pŠۏ�Z6�j��
k+�1�g���jd�3��6�f�J��Cc�g56�n�N��:��F��5��*���Ӎ�=�<���a��7���H��CF��%p�%'�*�m��_>ѥ�䃏�DKX���x�(����
���{����j�dqX���P��v��π�i��A�;�@�y�*�o�L�O��������xO���c	-@Y�Uʳ��;�Bi�M��.�\r�;�U��R�'��)眄��	�@�i/_	A�����r�0�Fx<�Er;�zǴUϚ�S���ل.�m���h���2ؒ�/{I;���j�m��
-*s"}Y
;҉��{Y����]p��ݯ���Xo���}�U��Z�: h��)8f�E����D��s��qTM�:ù�ɸX!�l�������΄,�17�b�g��&fܽ�Y'jeAt
]���wV^�%����R��tΏ���l��阦j����ϸ3�m>Yj��C���Ğ���jb�n���U��?���u���W���#��,M��ߥJBQl���X�-eb<Vڿleq6g�|Kʷ${9;�9I�0������y,B����$9䃦��4���/:Z|�M�j�z�]���8)9I�� u�K�l��/����Z‰wf̨:%���:��AeK�_�^�P�wx��DX9�e�zƟ�JK�&fp�:.0tI%L��$�^�"��oK��ñ6&�BL�����$V��4���C�2�ӱ���n-m��*�pk��ކ�	-W�X�����߿[�Y!Wg�#�Ӥ_��������h<�>tx�]�s<���:X�Q��w��-N;N�?Vl��vG��,�%�9����'b�η9|1.��!]��D���=RԌݬ�I�g�=�h_�5r�/�����	tv�;�0�Fs��endstream
+*s"}Y
;҉��{Y����]p��ݯ���Xo���}�U��Z�: h��)8f�E����D��s��qTM�:ù�ɸX!�l�������΄,�17�b�g��&fܽ�Y'jeAt
]���wV^�%����R��tΏ���l��阦j����ϸ3�m>Yj��C���Ğ���jb�n���U��?���u���W���#��,M��ߥJBQl���X�-eb<Vڿleq6g�|Kʷ${9;�9I�0������y,B����$9䃦��4���/:Z|�M�j�z�]���8)9I�� u�K�l��/����Z‰wf̨:%���:��AeK�_�^�P�wx��DX9�e�zƟ�JK�&fp�:.0tI%L��$�^�"��oK��ñ6&�BL�����$V��4���C�2�ӱ���n-m��*�pk��ކ�	-W�X�����߿[�Y!Wg�#�Ӥ_��������h<�>tx�]�s<���:X�Q��w��-N;N�?Vl��vG��,�%�9����'b�η9|1.��!]��D���=RԌݬ�I�g�=�h_�5r�/�����	tv�;�0���endstream
 endobj
-1628 0 obj <<
+1645 0 obj <<
 /Type /Font
 /Subtype /Type1
-/Encoding 2122 0 R
+/Encoding 2143 0 R
 /FirstChar 67
 /LastChar 85
-/Widths 2123 0 R
-/BaseFont /ZJTCSQ+URWPalladioL-Bold-Slant_167
-/FontDescriptor 1626 0 R
+/Widths 2144 0 R
+/BaseFont /WEKWWP+URWPalladioL-Bold-Slant_167
+/FontDescriptor 1643 0 R
 >> endobj
-1626 0 obj <<
+1643 0 obj <<
 /Ascent 708
 /CapHeight 672
 /Descent -266
-/FontName /ZJTCSQ+URWPalladioL-Bold-Slant_167
+/FontName /WEKWWP+URWPalladioL-Bold-Slant_167
 /ItalicAngle -9
 /StemV 123
 /XHeight 471
 /FontBBox [-152 -301 1000 935]
 /Flags 4
 /CharSet (/C/D/E/H/I/O/R/S/T/U)
-/FontFile 1627 0 R
+/FontFile 1644 0 R
 >> endobj
-2123 0 obj
+2144 0 obj
 [722 833 611 0 0 833 389 0 0 0 0 0 833 0 0 722 611 667 778 ]
 endobj
-1608 0 obj <<
+1626 0 obj <<
 /Length1 1630
 /Length2 6133
 /Length3 532
@@ -9578,8 +9684,7 @@ x
 �y��a��ha
��pJ������H���(�
 �@B�0Y$D���B�@�� �#H���
 ��C�XnxX��9���rYz���D"��0�̓;����!o(�ׁZi�@! u
%5���H�����f���@� 0�dw9�q�Y�a��_�!�n�� �b�	�xZA�A g����yA [W�H8
-�rt��%��n�-��~��t�ݐi�H��+�	�ɪ!+��N���Wn��mn<��Vn�J����ܠH(BB<��rYB@�P�����M�2gW�on(��/ W�����#������՝���S��Ύ^��´���D@m��<�79��7�m�0��׺(�l� �?��n�b���
b��3�7",��0G/�5��V�#oR�X�wS���
�?0��Ȁ�#��������K�����wstT�p���yπT@�.Я�j�?b,���^�*��z�?��"�;����f&�"\"X�y�'�Z����X8�t�]f
qu�� 7S��P'7��0m;���W��� 0�k��o�`Y=ͧ
-���v���q�Hm/g��­�q��$-
�ys�q�8�n��p�D�|�E��D<�U-��PO�777�����_'�������ֿ�Fi��Y�~�Vn��7���������C �+���J,�>5#
YE���/k����'Ĺ�F�u���/5|Q����2��vP���k|��rU�m���̑�=��G�C��>�h���Z ش?��^������� ���R��3Ӣ�{��w|�����������'��V)o_=h!��E\U���)a�􄹫�cOw�������ٯp��1�"�]�)��ʕ�U��w���Ă�_)x����	�:7�D/����P'�ƀ,?
N�v�In+\��}�Z(��^Xr�L�GXr�Mߗ�dc����w���K
+�rt��%��n�-��~��t�ݐi�H��+�	�ɪ!+��N���Wn��mn<��Vn�J����ܠH(BB<��rYB@�P�����M�2gW�on(��/ W�����#������՝���S��Ύ^��´���D@m��<�79��7�m�0��׺(�l� �?��n�b���
b��3�7",��0G/�5��V�#oR�X�wS���
�?0��Ȁ�#��������K�����wstT�p���yπT@�.Я�j�?b,���^�*��z�?��"�;����f&�"\"X�y�'�Z����X8�t�]f
qu�� 7S��P'7��0m;���W��� 0�k��o�`ͧ�R����v���q�Hm/g��­�q��$-
�ys�q�8�n��p�D�|�E��D<�U-��PO�777�����_'�������ֿ�Fi��Y�~�Vn��7���������C �+���J,�>5#
YE���/k����'Ĺ�F�u���/5|Q����2��vP���k|��rU�m���̑�=��G�C��>�h���Z ش?��^������� ���R��3Ӣ�{��w|�����������'��V)o_=h!��E\U���)a�􄹫�cOw�������ٯp��1�"�]�)��ʕ�U��w���Ă�_)x����	�:7�D/����P'�ƀ,?
N�v�In+\��}�Z(��^Xr�L�GXr�Mߗ�dc����w���K
 �e�[ă�4f�)ƻ'c���*2��u������MׁE;�k"�{��!6��g��a1����.Զ3���S��?pU�!�?�='g�$N��V�;�;l"=+���jy4&���}��ʡ�	�Q�Ĵ��f�'���8��{@|[�n�.\ex~�j���S��jr����k�}6�Ki�I����s=Z9;����/7�[;�_N��[B�rw�mF��]��[���hy;I��|�P���_��(\{Er����}��,�4��J�Шw�5Z!tҦ�(��2x<κ�gr�>0.;���2q��aZ.��EL_G�Hx5tՍ;�T1��\,�k?�n��������Ҹn�T����
 at��̋���]������%�2��{���)�����>��#l�6�o;�^���L��UjIp�(F�Ӯ��~�}=�z8�>ߐ��0?u>�g�v[?�� 3M�ĺ??�6�GK让������Q�tȡf���8�����
�?;����{=�tvW�u�R^.��ȋzY��t+@�^V�^Ml�oJfE([�]���'�#�|'OF�����֡3��~.IZ�H)L��j�r�g���=�u���t�q�,x�3�-��p�L܉'�A��C0[&�{CiNJ�y�)>���eLc�%/�FTU������¨5��	�
 ���sJ�k�"�C3��cU��4eH�H~0+����E�O�Y^�݈F�͎TU��h�D������ǝ�8I�{�BDW����R�F��V�f��ʦ��q�ǴL��J�GЧzTł뗍��JM	�;�2���N�6�O�H��	���v���zy��gg)�Ղ�?Y��ѼN-�f_6�G�	����	w���8I�w�p�Y%K:��-@2GrM� 4�o��P�-��*�k�sj�#}��Ǫq.��!ŝp�Y2�t�(
]��C��;hbЀ16gRtVw��>o�;#m�Y��0zu��k�
@@ -9601,81 +9706,135 @@ V1-S
 ��C��w��ɓ��Z�p���O�>/�l�4nl��U-oM�ٓ�
o:���|y�7MT{�	�=i3R��VHA9j�Q�r�3�a�3��X_��dh��E/O�\�Kɬ�O���_��&���$�u�bsA�ytN.`.���b�ʥ܆��6���l�}��g|�wR��hX�s�L84�G�}	1Y�mgz���ӌ$�9�Nh�͔Ÿ����Xsm{�g"'H����RU\O�<�>�lS�"�
 ��t.CB�|��(�z?п)|�����8csa4��y=~U�+j�*�8ӓ�&�����w?�,Ip��7o�#���qw�}e�J����U�l��]R�m�Lغ�=�k����KJ;�u�Y8:B.����C\�0&��X���s�;2��`���#��"���t�k���g\�i�.�(�T�R��-ɳ�/%��|���qWru?̦hΑ��7����U^�K:%į
v�A�7p�1���tOn4
 ��+`��Rp�36��FŊݹ�%:b�����0�&Swj�V��C%#N^�ۙKu��y,�E�q&���8���{DLG�8�UTm�5leU�?6�6��6!-+������T(wu9eQ����:Jm��4
�_}�~N���Ok�ڋֻ���M��}��ɲư�q����`�+���5����׭d[%˦��[M����#ߦT\�*wq�����g��������$�d�]�|�y�9��?)�#�Iiw����%z�:���3��KzW�Fc��m={���8uL���w�Y�|��U&���n{�e�bL=X�y*�wSY�"F�N�j�'�<��y�7�4`u��h�����'�o������=)2������Y�9rd�Y�q��`�rR��FWM�Ь�z��^��[�=C����n���Q�i�5�o���[A}s�m��f?�?��˒:� ����
-M0	V��@��R��S�8${�^���u��q������ �r�X�"�N���'y�endstream
+M0	V��@��R��S�8${�^���u��q������ �r�X�"�N����y�endstream
 endobj
-1609 0 obj <<
+1627 0 obj <<
 /Type /Font
 /Subtype /Type1
-/Encoding 2122 0 R
+/Encoding 2143 0 R
 /FirstChar 66
 /LastChar 78
-/Widths 2124 0 R
-/BaseFont /DGWQKG+URWPalladioL-BoldItal
-/FontDescriptor 1607 0 R
+/Widths 2145 0 R
+/BaseFont /QKFAFZ+URWPalladioL-BoldItal
+/FontDescriptor 1625 0 R
 >> endobj
-1607 0 obj <<
+1625 0 obj <<
 /Ascent 728
 /CapHeight 669
 /Descent -256
-/FontName /DGWQKG+URWPalladioL-BoldItal
+/FontName /QKFAFZ+URWPalladioL-BoldItal
 /ItalicAngle -9.9
 /StemV 114
 /XHeight 469
 /FontBBox [-170 -300 1073 935]
 /Flags 4
 /CharSet (/B/D/I/N)
-/FontFile 1608 0 R
+/FontFile 1626 0 R
 >> endobj
-2124 0 obj
+2145 0 obj
 [667 0 778 0 0 0 0 389 0 0 0 0 778 ]
 endobj
-1383 0 obj <<
+1399 0 obj <<
 /Length1 771
 /Length2 1151
 /Length3 532
-/Length 1713      
+/Length 1712      
 /Filter /FlateDecode
 >>
 stream
-x��RkTSW�����RI�zX%2yj	 `, ��7��^z���D|PIU�Elt�ST�
-��@}���0|�VX��T�����`]]�?g~͚s���������l�G��!���p(��#�R����ͦ�h�8� 
Q�p����
-��y+�<>���t���	�L�$�H�R���P�Z��R�2L����	D
X7y#��3`<��@����T��&5IP�oaH��.�	��(�5%�H��j��U����Z����i4k���SN�%��"��L��#`H1����X��8)!:����Ph�M����Y�d�|�#����B�*�&��a����oJ+V'y���S�(�цt��`OŜ?b�$у6���Dr�;%Mk&F�������
-W(��9�A!X`=���D1��Hgr�
-�)����,
��1�����:9{�{��_��鍌\����V앾��c������8�S�C�.V!��0����ML���}���䊫:���3��lm?��ُ9���ro�)��7�mΟ"ǝJF"�aA*^��(�b����8[���e�*��g\.kk�@{p�=����F�?{>��y޾n�}��:R8����WOr�6u�Y��<�J(IegV����[tu�AV�Y�/�O�������z�;���Y`*���0���æ�U�΁��ָRA�L8{��uy��|��a�hn���:{��.�0��-��)	��Č.8V᢬Y���������[��ł����.i��\�bNz�^ں��W�ߖ��4�ŋ��oLԖ�J������޾3�����l���/,�
-�W�Q`x��*S������cR'���v���V.�p\���o����6Y�$��6��K������u��t���Лr6����چU!��3�,M��UK�fc=A�=\��u%F�.��n}���l�����B���/��~*��4��Y�k?�eA�.���F�_��G֦:}kOZ~��l��X�/�xMd�v��`��c��G���sOEM?���"P����rzmÕ�DŽSQԋ�&x�������L��O6��S_wYw�ڸ{��ǷV.ڱ�"t��P�ş���:��sp7�'X�{��w~�C[�r�y��}�4��Zw�c��2�Ϊh#[�]h�?A��+��n4�m�r�"���n��~/y�Z��M�C	��W'�J����U�|<��c�BT�TrZ��fƝ�cOJ���^�7��oWD�����5��s�2R��˙R��M�lo�|U�A�9/���t�S�>����'�/�_�65n�����DA�٪۷_w�.w�r��
-���G�:����)��R?CMK������K���a�宗ܽT\��6^^7�n[�x�+tiT6֛�\�,v�X�	�K��m���DK�N�v��9��.�[�<k���?�=^�)��z}�y~~��\(�/p��������sr�H\}0���'<�y�@�ه�.y{�\X�bP�{Ʒ�X2|�St�u��K�T]Z�G:��e�{aN�ۯ�9��n/n�}�6N]F�|�pj�۷��"NH��QX��,=҂�8��mtid��J��n�Q'7t\/����5P'ڪ������f�v��t5���R��c�-I�z�]���ҚĢ'1Īn�<�ƧYQ�󫨵���pQ�_���R+p�*�4ʿ���endstream
+x��RkT������RI�zX)I&BB�S32%����I�����,�Xt�ST�
+��@}�����H�%,k��U����*�yﯻ�9���w���w6�)\�.��
H �����D�uf�i�?��H�d$"���B2T���y�
+�Gc�<MK�)J���N�x@�FT.ÀDF*5UC.S).GR�B�
+�����"����L��`��b4֤&1���
g��Me"D:%
+�L�t�H�TZ�#
++��!�������3T�0�z���S���ԨJ�W�e�$8��tj�F���������P�KQ!�Z�d�|��遨��QR�
+�*������oJ+$*lM����v*.C12R�������;�L"P
�g3�l�"R��)qZ3&�aK���LK�����@�
@4�b�I�
+���
+��M���THz�$���V���Q�Mb�~���ѹ���w�j�^�	x\v�?���@0rj|(���
+��A4��f��˽�|��Զ�\Qu�QK�􅥇�t��z�ԋ9��ew�h�1��ۭ���lJFB�b�
+n?��0۠������\+�Ig=�'$͸T���������Ŧ�&�?9?��yβ~�=�WE)�Y{���ǹ�;��V_��C%���ӫ� ѿ�)�2q?�ƍ5��'�{j��Ho�ݓz˺��/�X\/�~1���QtҠ�����e��`�B�k����}o��X���P���]��N�����sJ�c�Q��V��k���j��HCۺV�v����o�����.�Қ�0�&��d��d��'�ϟ�={���>����ψq�����6����[^���'S~q���Y�ҷ���n��X��<�G>s6rh���Jֹ}�l؝ Ҙ��.b
T=��b�~?')�?�/�L�M�Ku����
+f&���4��{��;��/��k#L0E�N�M�}��l;����c�=/��~,�24��X�k9�yA�N����:��-΅�%k�<�N���l/���7�Xmh�6��Ξ�����EE��'����D�w	��t�k;c��G�MQ��d&�{��
#0��q]&�̚�\���W=>���������͕����	�z��4ѧ%�����eXي�;��ݣ����G������p���j�O+���/c�"�9��H[�Vh>0��[��u��t�O��bt4H�?q�-i�m�$����%Ѭ\S望N��*&]*>�Zn6��̱�%���ĦW�y�;a�[���F+'��tOd��_)����
+�B�:^�'y�"K�隗��]���B�������/N�6��#����7�ʎm��G[���1|
�ّ��|�ws
+C��O0���1;��2S�����/0�q�v,��2����0/O8��5ɛ��/T[��'�"�����6�K����Tfw�-h��pǦ�-˔V~���/?3�l ��wη΋��$��sb�HTs 宨78���w���X�.ys����I�wڳ�X<|�Kx�m7��[�\SV�[2��n�;A6�:.��x��(��~�>N_F�xr�����"(�G�0�uu�n�������}�yy�2���;G�I�����~Ƣ�����}s��<�O�,b1�bֽ��}�Mr
op켨5�j��;x/��,��"w���;ϸ�IV���jz���?\����( W!2���2"��'?$��endstream
 endobj
-1384 0 obj <<
+1400 0 obj <<
 /Type /Font
 /Subtype /Type1
-/Encoding 2125 0 R
+/Encoding 2146 0 R
 /FirstChar 60
 /LastChar 62
-/Widths 2126 0 R
-/BaseFont /WVJXVA+CMMI10
-/FontDescriptor 1382 0 R
+/Widths 2147 0 R
+/BaseFont /JUNOQO+CMMI10
+/FontDescriptor 1398 0 R
 >> endobj
-1382 0 obj <<
+1398 0 obj <<
 /Ascent 694
 /CapHeight 683
 /Descent -194
-/FontName /WVJXVA+CMMI10
+/FontName /JUNOQO+CMMI10
 /ItalicAngle -14.04
 /StemV 72
 /XHeight 431
 /FontBBox [-32 -250 1048 750]
 /Flags 4
 /CharSet (/less/greater)
-/FontFile 1383 0 R
+/FontFile 1399 0 R
 >> endobj
-2126 0 obj
+2147 0 obj
 [778 0 778 ]
 endobj
-2125 0 obj <<
+2146 0 obj <<
 /Type /Encoding
 /Differences [ 0 /.notdef 60/less 61/.notdef 62/greater 63/.notdef]
 >> endobj
-1062 0 obj <<
+1139 0 obj <<
+/Length1 1199
+/Length2 2269
+/Length3 544
+/Length 3058      
+/Filter /FlateDecode
+>>
+stream
+x��Wi<�k�2e$��C�f���n�	��S3όa�0�%kDq���D���+E�%�bJ��T��6��z:�{z��~{��|x���_�����}�u<Aג��qLG�Dc'Z�?�M 2�����\�@�!���J���_�@�5$rhL�
���pG"�C4m�5@Ck��7G&�Y�`��r@�ƀ &�28nH��w�l&�E�X�U��̀53$�E�p���-mm����)��
l@6���4�EHg�,e�(�@Ȃ
+'/��)D[2���6��pB�(T�B6$��d��T�-�l�^"`×����@�X$�W1�ጨ_B�����rc�B������	��F9�!Zm�6�P�� ��R�F��� f�Ld�c�B�!��Hg�14
+}�QlbpX\0&�߁��@��8�?H���;d)_��D����h4@/��W;��%3���N�`@yz�����wO++&D��16t�L����P�g��z|�bي'�����ҁAa�_[����V�bC�
+ �G[�'��C#������
��A�/���/���8.����$��	�,�B�.Β24�D�i��_����~���e�dP� ����j��q����qH_g����
+�l���B1?a�4Rd��CY�@�����LcPQ"��ݰ��,���IA���T"F�$8�Iڼ/�~_��iK�p�gw�;��f�p�
�it�1�`��\P��A�IN�
�V�Y��JǕə
+�i��A�V-���I��)�g�8a׾[��Bw�g��+ziy���J������m	B2S:nü����0���Za�Z�2	o���.X�=^�
:0a�ȶˍw?jn�i|5'Y�"��?p�J�0�^��S��_����z���B@Ue�4/��p��ΐa�����	�V�G�Ns���K��[��^SU����a��-u�3
���m��D%�-mB�Ё�|����SΡ#y�*��p��UR��w��I�cJ�`�J�*�]�ΌN5��X������Wu
+z�Lznp\�>#|ً 5�
+`.�¦b�0���5ڤP�uI�ƿ�5]�v�T�졳�a)�d�[�玶u�k��YDr e�]+Z�+�6��ޞ�����g�L�M���Ɉ3�^���t�lY� �_[蕋j!�������+�E���EO������XqezK�:��jk��{�+���^�?�p�n�y�NO9�<�w�h�z�w�aH��~A�_d����>��x��|���K�]��6gϬ������������2��h���/pS7
+n��?����A��<�P2g��3�Qo���ID>�#��T�i#�.�����ErwV���y7���܏;��{�n;[e�)���kv����A9�:�82 ���^^:�Y�L&\g]�bO��bU��Ń<q�+^gTf�yU=��Ұ���`��
��h1���*�r>
���S��C,��3�0z�׆AU�U�X��<W���d8��s,�C���T�2	Ł?�Tq�3�����^63-�7ڿך�w��?�W��,/n52��@P>���Ve�����n�:���U�"�7�-�:�Vw���5\����%s{���~��]&8�<�����oyg$%��ׇ���[��{�U3b3B�7UixQ��?橫#�
/���l+~\�/����q���x��T���������ݗ���d�:䍁�-�����BS-D�~�nᮝʜ.�ثuɮ*>oX�(��������}�b�yfql��x���/%J>���!i��=�+���j����lt_�N��'�K�|	��>/���+��WHl�;����Ү]��� F3��<{/1Ɨh��g����Z�C�����#�}᎙h�b�Q�ac@\Q�4�S_�g`j��_�4;���j�nq���#��<W�G����X�0�>�a���7T�ͯ9���\(u������10/W��G`kʃ������7*>W��`*=z	��4� {��U�?�nmHW"�}�c�d�ӋO
���9̛y{<瘩o�AT�s�W__�nZs�{ h���獭��JxF�K�ήK�����;���5%�{�؟T��O�Y$v'���Vyk�^x[�$n*^��J4½.���v4� �J������ſ5�ΡU2�1�JT�НzXp`Ƭg�ٔ��._��3�KE~*.����w�X�V�P�`�������UM�d�eצQ5��J�#4�p�ՙ;4j��cU�"�#�#�V!�y{3xv���OZOh�+5�ȸL)�~կ�=�y4K9��F���^fW��1i�����N|A9{��:����ݎ�<v\�����H��MC�:��rg��i@𞹌��}.b�5#ĝn"v���d_�_p��N*e
���t�v�n3o�|yZ�J�n5� ç�ݻǴ.��L��6��aNF��9���M��2E_���%����eѯ�z4g�~O�m��jL}v��νiU^�$�A����yX�љ����7|��sUsc��I��"^v�FaO�b�O��jl�`y�rF�o���@n�(my����[�=#˔�+ۏrw� ں?<%qw:����m!�PE�۸��5-�a�J��1��^kDlhsiEL�^7���b	��Jn��Gw��X��R�Q�v9��aT���
+�^��h8me)'���Oun�q�2ɣO��/k� �%O��y�b7�RZ(�d��NV��c�}�>��<����Fb��q����dq�M��N��p��,y2�E>��w�����d���/� د�_�s��Ơq�8щj�"�;��n��@jQ��@�M��	+�.7;�1��LR��
+��@�M�K�t-�
+��JX)2�ć�����੮gԂ��f���luռ���>k"Â�c�4}`(��R&�2u�������k�g�i��H!��3�S�l�̬w��4���O��v&�N�����(<�~`���C��h,5[��٘Y!܀�9��.�_�%��/��	�'Ht���0��� xdC?�K�f���@�endstream
+endobj
+1140 0 obj <<
+/Type /Font
+/Subtype /Type1
+/Encoding 2143 0 R
+/FirstChar 97
+/LastChar 110
+/Widths 2148 0 R
+/BaseFont /XZFMMH+NimbusSanL-ReguItal
+/FontDescriptor 1138 0 R
+>> endobj
+1138 0 obj <<
+/Ascent 712
+/CapHeight 712
+/Descent -213
+/FontName /XZFMMH+NimbusSanL-ReguItal
+/ItalicAngle -12
+/StemV 88
+/XHeight 523
+/FontBBox [-178 -284 1108 953]
+/Flags 4
+/CharSet (/a/c/n)
+/FontFile 1139 0 R
+>> endobj
+2148 0 obj
+[556 0 500 0 0 0 0 0 0 0 0 0 0 556 ]
+endobj
+1067 0 obj <<
 /Length1 1608
 /Length2 7939
 /Length3 532
@@ -9686,7 +9845,7 @@ stream
 x��vgPTݶ-HPPə&��ə���������&K�(H�Q�H��s� 9#$�����sn}�����z�vծ�kι�s��VmVF-]^Y���p@���4`���(]����EXY�P0�pP���O�P@j����X�Gw$��
���1�������w����۝(������
 G8�Cз�㍺P(�mX��P����1HC����P�:@�`8@�������(('����Z�����P|�X�(��r�Z�n�Aݬ���]<�G(��B�~`(�
쀾��9X��!�	�ڭ9"����[0-
 ��B�р۬Z
-J�Dۂѿs�`�n���6��r�]��-̭
�9��h��w.K(�C9��o���?4�Q0�1� �6`$E�nan�w�_u�[�`GG���݈?Q���C��pk>��mN+�mn���A9X#�@���g��\��?
��=3��$�����Z�k з)�3���s"�$�����'��5�o��{�����k��o�p{à�j��w�������M��
�1�w  4��
�6�R�	�e���`nP�me��o{�Ǯ���"�0譖�����ͧg��s����b\P�ߙ���7��������o�?QZ�����o��W��?�1��n�O^���WH@���	Ąż�M�?@����h$�
���h���������o0�V��9�E� ���O�o��3y���~[�?��
+J�Dۂѿs�`�n���6��r�]��-̭
�9��h��w.K(�C9��o���?4�Q0�1� �6`$E�nan�w�_u�[�`GG���݈?Q���C��pk>��mN+�mn���A9X#�@���g��\��?
��=3��$�����Z�k з)�3���s"�$�����'��5�o��{�����k��o�p{à�j��w�������M��
�1�w  4��
�6�R�	�e���`nP�me��o{�Ǯ���"�0譖�����ͧg��s����b\P�ߙ���7��������o�?QZ�����o��W��?�1��n�O^���WH@���	Ąż�M�?@����h$�
���h���������o0�V��9�E� ���O�o��3y���~[�?��
 u�Z|�BX��LLIB�Qdt
(<okbu:�}�{������,V��4��r��M������g\=-�p��x�A�3gk���Q�
~�<¤]�p��	�%l��+�:��w���x��9}�]�}IY����*"�Vb�����|�~�������|�ӺNÝ��*�M���N#m�_�a�����Ԫ�!�0sL^�$0���Th5�[�F��{�\����������%�f�C�~�f�*!�:�E�v��z���6г���� 곺���g��e‰;}�v�b]�����6�����}s�.Gj�T�$K�I
�Q����~��E�1w.�*�br|��}$oև�Gs]> �?V1�x�+w��^�9�e�І�ڥ���u��7����N�����/���.���'�)�0�P����ke
 ���R��
 ]8s�&s߱�|*��#>cկ������E��yme��Aƀ>8m�1�4�j��r�X��d8�����V>M���7��&N\�*�J��O���8�^������J%q��  ��.�&��;�XB�0��cVK�0-S۷ߌG?���E���(�(��˚�=�����+y\J6.������޻�^e�ނ�V�(�b*$�=A����mE��a9�o�R�3���S�!�8���9�����r�ţ�C™��\�-�ղk�����͝8
@@ -9718,104 +9877,103 @@ QH;
 ���{__b��.�������}<��kb���9\���pD�\TL[\a���N��W���>��t�t�Q�RD�!$Dr�G��1�A����Y �.�#_���#�w�Ź�|S�?Z:�:��f�ג�ʵh����Xa�fڜ��3�B���������uቇ����Ͼʉlt�p)�&�T+p���e ��Z�M31I���L���c��G���"Hx��S��$�_�*[�n~OYg�C�� �
 L��I8GU��B�\����{���S��7M����;��䃵h�0GQ�&�
<�"�_���Aze��N2�P�J"u]���L�s.}�Q���i�H�5������qL���Uj[�	=���1��Y�HO��oq���!��Rү��%�~u���0�׷6�;>nE=m�a��\{\�c�Qq�&T/b�^���}m���
A��陈�O/�I>c�b%��&������ �mJ;�7�b{�6eC���_�<@�bW�+Q'�����U��ݧ/�+�˰a�*������/5
JԆ��'l�	0Kf�/�^������O��M	[If���C
`��b�1}�U*�ig#�H��+�"�2X|F#�Lq��؏٪�r#g
 <��d�
_I��.���\9���-x��-9?���v_w��}��H`��'>��4��>��T�����G�G���$�	�7LI�u`�UJ2�΃79�~f�l��Κ��W5�?|�':U�.�rJo��l��5�A��xE�������3Ǖ�T�#�K�t�.iKW@�/ɛ��� ��j&Q ����Ș�t����h-ؤ1���b?e��F	����Xr�/&�jz���rA�M�re.�2�e%�ͣ�6"�5[�(H4:\mdb��[i:�P�2�������0Jѻp�h�Q�Q����Q��_��7;m���A�^��;��v����*�H�ߐ�,Q�tT��}��bW���g��x�$ӬG�י�'}�u��i����D���;��x��ԡư~.
���%��4O�����޻B�\����
-��vm�$t���Ld?����+햫I&V�Z"-�35MG����7���4�>�auA�W��r��`H��W{�w1ۮ��E�^["W�%B���>���M�#nNCuy��H�%T�,T��0]4.��d�k0�Pa�5�Y��F�?�U'?Ջ���f����֤qCr�a�1j,����2ӓ=�����D4��e���I
��v�v��b�d����)x�)\+"oܴ��D1�[|�)h$���eGUe�?����<��zznKB��d�������!����O�X��`$aF���I)�endstream
+��vm�$t���Ld?����+햫I&V�Z"-�35MG����7���4�>�auA�W��r��`H��W{�w1ۮ��E�^["W�%B���>���M�#nNCuy��H�%T�,T��0]4.��d�k0�Pa�5�Y��F�?�U'?Ջ���f����֤qCr�a�1j,����2ӓ=�����D4��e���I
��v�v��b�d����)x�)\+"oܴ��D1�[|�)h$���eGUe�?����<��zznKB��d�������!����O�X��`$aF����)�endstream
 endobj
-1063 0 obj <<
+1068 0 obj <<
 /Type /Font
 /Subtype /Type1
-/Encoding 2122 0 R
+/Encoding 2143 0 R
 /FirstChar 36
 /LastChar 121
-/Widths 2127 0 R
-/BaseFont /TNXFDF+NimbusSanL-Bold
-/FontDescriptor 1061 0 R
+/Widths 2149 0 R
+/BaseFont /GDGZWT+NimbusSanL-Bold
+/FontDescriptor 1066 0 R
 >> endobj
-1061 0 obj <<
+1066 0 obj <<
 /Ascent 722
 /CapHeight 722
 /Descent -217
-/FontName /TNXFDF+NimbusSanL-Bold
+/FontName /GDGZWT+NimbusSanL-Bold
 /ItalicAngle 0
 /StemV 141
 /XHeight 532
 /FontBBox [-173 -307 1003 949]
 /Flags 4
 /CharSet (/dollar/hyphen/semicolon/C/D/E/F/G/I/L/N/O/R/T/U/Y/a/c/d/e/f/g/h/i/l/m/n/o/p/q/r/s/t/u/w/y)
-/FontFile 1062 0 R
+/FontFile 1067 0 R
 >> endobj
-2127 0 obj
+2149 0 obj
 [556 0 0 0 0 0 0 0 0 333 0 0 0 0 0 0 0 0 0 0 0 0 0 333 0 0 0 0 0 0 0 722 722 667 611 778 0 278 0 0 611 0 722 778 0 0 722 0 611 722 0 0 0 667 0 0 0 0 0 0 0 556 0 556 611 556 333 611 611 278 0 0 278 889 611 611 611 611 389 556 333 611 0 778 0 556 ]
 endobj
-1059 0 obj <<
+1064 0 obj <<
 /Length1 1166
-/Length2 8309
+/Length2 8686
 /Length3 544
-/Length 9124      
+/Length 9500      
 /Filter /FlateDecode
 >>
 stream
-x��zeT��-��
��
��.	���N�4ҍ�����-���Bp���s�w�}���~�o��������k�Y���(JufQ3�������Tۛ�@�M!
-�j +�s��@C��ف�~ĝA�0�D���kX��M��l@v6>��|���c6ο���*�`{O�
-r�C�!	s{����hY���.�� (��ye�Y(��������4մ���a����y���%@P���y�
-�sp���3�4r~^���*���`���a0G>VVGKS�s�j��X�*	�w����
-�C3	�3���)ֿ�fqp�x�G����%GVM��$+�?��!��bV �������r��ͭY�(����d�#l
-���rtpZ��AA�`K���5ua�. o������h6��@V���/��0��sES�3�������d���ϑ��Z8@�<���dj��i�+*�3���f��9<S2���2s��~v�3#/7�����_:�U1��:��E)�t�����g�j��}�&��O���_�6��e6n�g�<�����
����{
);�?U����g=�@��ؙ:�G��=��㿜��Dm�?������ځ�E!Vv��	���,T�0s���/�-��A*P�W2�����o��5���B���O��[II���bT�=����⟁?`sg�gy�ܠ�s��[������3��m�?��T���1o�pv�h^=�Pp���7Y��^��pe_�OʐP�a-�UQ>8�D2ꝛ-�X2n�L�K���	
-��)[7q\�딬��}2ǔ�W�4B��8����d7z�{N�/I�Ks�Q��f�y	���e�|T�^N
~�`�	IA�k�����C�?��-o�1�������
-���O�Ht���}n縳.i���t���4t\d��F��Z��Eη2��`�L�-��Fs�]�!J�l�*@���w�>ׇ&���y��@�]kU>=�rE�-�Ǚ�V���aQmL1!h�R%^��j��l;����^R���5{/�	��߁�wU�s:NX���
-8����Ov�j(���TԤ\�+�#2\��n5;�H�i}�߮���~�9$m`Ƶ'4�)�6b���.��eC[�+��G}*��>A��d�G�j�f�%��4�ɏ$����w�Po�d������Ӄ8~G����<Yq��3z��� 2[��IJIH>�e�_h�Q�Ǎ��g\<��3����J������e�g�N�b�O+����S��c�H��4�C�KH��m:�dԒ��C�t��!���.�I��^!����D�Z�Z����M�Q���܏ȇ�C�T�Złz�z���#E�7�Lm}.�F?:��Ӭv��3*�H���sLfZ���$Vf�B4���%Dڔ6���!�7�RI�S{�ظ��	�K�G;�Od�V@Sp���_�۫��n��5n̈X��~��	��Rb�LK��6!T��N�g����\�|7A��O�fgYPg~�����ϳ譑!���]���
-e�_�2������÷q���fh�z��#e6Pw=3vd[��#m��;��O�߇P�L�LI
� `�y�b�gh������|��2�1��@�X�����H_Li�=YK/0��E	��(��\����:��C�kX[�Bf	���l�
-�����K��m5X�>�����ؙ��(QjiVJҘ���`��C�9Uo�zل�֍�Wv�D+��o�he�Rj;�5�}_��WЖ�oD���|k���&��5j�C�8.���Y��'��r�'�+�@֊t����fp2:7�u�%�ST�9-g9�<�n�p?��$fvգ�ny��@��oGBo������u�9�׿8a~�jݹC[��;�+�g.{{��\(}�w��&7I���i��Qq󌪢N5ݐ�6��(p�Jd���d��ި�y��<F�}�8|��.v�3.D�
-V�k�y���]WzÁȔ}�DE\M�}��	z�u٠�
-�Ec'b�c��b+�"±�e��3<}M�M�M6�����n�����30�=
�ƨ�c������Q��
-c��O\�a�Io��}��ZzPo�
-۸���%N㞺���j�6c��tԶ��d�#ҁ�I�!QL�=+�o���l�H��
EF��gr8�!s�w�RZ����E�p�x�(R�I�E�"��!$��+3��\a�-�^�n��db{Qɰn�D75���`:4��-T�u�6"�;���M9�s���#�O1��{!��8��_�2�hh.�Lj�q�͌� h�1�R�Zl��N?L�&�����@T���V�b\0���0����0N�%��+1���1��7L��_�>X��G]td�1K�ъQ�SF$��U�8:��5��O��'vp�3gGp|w���J�W�c�LL�F�Y7p��h�nK.q��'�/��9b����w9_2��f��VWd޷���˙w7��"��}R4T˾jV�?��~:��1~u��|*���ʱ��H�@p��N��	7��8[�?p~�y4�5r�����5C6��ѵ,�M���ՐQ�8�����U7
����>S+z��[V�U�<�<
s��&:N�)�I�J��T��X����W���j�dd�v��Z��p�Kv��Zm�"Os�(�n����y�Z�g�!��P��V����� k�H�'���0������q
�\������۾�eq_�*Z��Z>������m!W�
��iO�N��:L��·::���e8�D�^�����W��;��co�
-�s�5�N!��N�JiJ��+kk���r���ۊ)�x��c�\�>�~�.��r�<��f�׌�y�Vы�Y�n� FȁKRd"1f�U��NJ��> ���H�B�9���%��$���$,g��MV0��ȭ���Qԇ����-�¢�������iU:�-/P��/%�Aw�Mwk����򛐞�bة�E���1�����{*7���e�0_.�?�?0: |�ԡb�9K�J���+�{�ޟ�p.��F���75�T�7�u��rA��LK4�G�?!�Z�䚐e��#hty0���I^�pw����/&�%fV-G���L8���ѨHBr�������]�L.�ޔ*V�͕����Kl�K�C��h8%QoHZ���-��ґԩ2���"�4Ρ��%3��!�ʦ�Z�!��#4�c�𩓱��v�9dB?(�N=�{��u3$�d���P^��%�$���x�،L�kmˋ����8Nk���R,��9#�E��*�c�7�
�s��$V�p�3�Z���sG
-�b�3�u���zSH���!=�SV��n����`�͒�;qg?�j�o+�ʀ/F;=!`�� ��!���i�)�*z������.��ؽ�8��4Agɗ�:f�v\J����rdq�x��]�Gއ�Sӓ9�i�`�U��{*=����%R���M[�'0��~��Z]�r�Uňaַ<����H�J�u"��IV5��!˽/�Ins㰞����<{��5g�l
��;{��)�#�J��zY���32%2I)O�>IhJ�յ�WobAnK:B�&��tEM���f-����&I�5?RD�}3ez�jcC��޽�S��p)WZ�g�jp��6ӎ\��;v�j��Sl�kV���������6-A~H<�V��3��X7�ߟ&7$S/���أ�Y1��ؑ�e5�l�}H�
n�>�!�:���/෎���MHٵ��s��"=4�yz-ڧ�N�ůzYj�7��=k|��]	I�>�L��S��I��Jm?IrȂU��/Λa��)��D>���KÐ���,ao$�di����7������7�H���^�����ڮ�������_��/đ�M�Sl'�II37JD�x�3S��;�_rݒ}ҳ��^�%.)�7�!73i�X��]r+�w"�Ȧh������� ڴY�㺾��e?�
[����M��V����wqt��w��Ϩ����`����J��f?6f'�\njEi�[���ר�U�z��[I�hܟ#h�KI��n	�R����i���bш��5�/��u,�@{���U�ya)�̘:m/�_i��R��8"���6/�f����o�b�����^'d��(�ɚ�oj�M�S��E�]KS9�He&�z���@U�)z�|�!a����<ݞ���%��=���j�.����TW4�>�ί/�^6|�:u��5�
��+.���`�x�JY�k!�TB��(P��i|`��0ymc��+������DM���	;�nF$��x���^�ƷOF4�J���a8��L_�f��;�I��@���Vʑ���$l��n�����04q|�����]�;�b�������(�jo]��?�s�it;�
-L^e�ls�N亍ԧ���R6���۰��kk�����I��U-�a�r�B���;e9�x��K�q("���j�m�W.~�����uf��)��U=�?R��7��5ĺ�W���a�[�4�@�r�ߍg|�y�X�%}�	_l3��*C�z:�0��(P�ǎZ��ṿ1�5KUF����Ʉ�B߹D�V��\��G���$uI�!��*��5�1��D(�u�P����������2^D��Tn�o��Aܞ�77l�׍�2+�33���V�s���&�K
-
-	׍yL�ߺ�(P�(4�3dBm�k��?v7�]��Pܹ�ϛ���}�@�Nd���]KT/�@\��t��1j�1��]�?�p�~��V�PMy���~��t��Ҿ_�ᦗGP��u-+{N��"p�U�����-�Ʒ`EF^p��}�%ׂ,����O3�P�2E4�G��a��
�6�}���4Q㦷^��w��Z+J6lr�	#
s��<��3�f��
-�(8��Y&Ҕ}�y��5�K��&Ek)O�x���s=B�F���D�xѯ����㓶�]ռ���lI��6<<*�O�eh���Gݝ�1S���Z��K��˷n�N�X{\��#P/�梢֜�8֖���58~��Q�s(���,����n�vƭ����>65�[P^���"K)u�t3�5��_x˜B�1�_X��ǿ�w3�%%T2(>b�r����j�h�8�t����9��E5�~4�*%�'0`W"���"
N�1F���B�$���q[ܣef���9t�-�B�KG���2�.�j/��/$�ji��4&o�w�I���w�6�-UFK�� ��*��fk��x�ԗ�"�HmK�g@�{(#��YD��B���1�U5�{�_��H׿�bG� �*��u��θ���S��xD�$q*����
�ڂ��THA�iG�<h7�Zt����X4G�T�䱣h^��w�v2�%%�2��0������|�}s�;���F!G�����_�\z&
�h���n�4�D2�b�	ʂΎ3ܣf��1�悱ʶ�f�'C9qo����h���J7�W1ҞB*��lM�Yyݣk���]Ύ��N���6�Ŗ=h��/�>e
-4;�
�k�ZTw�G��ht���4��R��'� DIn>�Q�ܤ�*'_I���6��>�\<��UQ,�ba�&�#�^�m��[o��$ǩe�$�ԁq�=�=jY�Ps���D<��*Jߖ��fo,_mSB��ɾz�S�Q_�i��R@�KF��+����i��Mw����<�i�^�jg����~f쇬��K�kY����x
-����TK�ẑ�?��Ӏ��^ɔe�.5-<I���G�E�u
-j���4;X�O<e�c����K�s�]�䆎s��#� Th��P���y������	�"i��w�}�އ��۾yI�A���T��8{Z/|&j�����>]�P��2�EQ�{��r���8,~;;�W⌏įF�9�C����9c{���p��ÌN�4����/��W�����c��M����-�*{���9�*N���
���I3��#���~��@��f�Ʈ��H2#���W���M�����MOa~H���Rj�nӋ��\J�.�sƫ�o)
-j[�e�Uo�O�e�#�M7�L��X�zۃ�����Wv�����ƫ<�e�hY�<������o��B�ϯ�:YAW���_����Л�7.�.�m{(Az>oɧ��^��@Zc��7*w��
-��WV�]�dٮ�\���f۵�t9��V}������Vᱸ��3Z(-�gW��	iԓg���1��nG��i/��a�\z6wH5Vk��X�Ygt�SH}v�q�-�Y/Db���dyP8s
-$R��v�h'w$K�|��텧�;Y���?�g��+HG��F~pQD=YwW��L;v���&�3p}OG_���2y��@��UR�o<�4"�������2���CI;���)��������Zn��ۄ�ߍ~������@���6!�%�Ku9Ț��A`�ʌa�	��!��yٴFm�LR��qu8�.��j5���?͞��ſ��4��c�g96��o�~��BG�Y6-���M6���Y
Z`��R:�t���J�B	�P�\�����F-<u���]�ި6��ڔu0���N;q3�N�Pq]�w�'��j��M��A0��R���=��.���'w���D����u��ͣ\y6EG�C��/��bI�72�#�rnT�z�� k7ӏb�Q|{wy��s�Bd��qz�����D��,j1^U�p�ᗂ[v��gVD#vR��z�u�3�렜��v�Ȥ��q.�A	����«|�on<o�a�J�P4��@�
�bI��)R!%|r�O�6&֡��
-s��7��P"s̜9|p]\�lf�'�v7K�i��$���}S[�VK�cب0Dה�0�5�git�Zhg7�����d���_��~XD�p���%=�*F꟱�⯹ߟ���+ ��\~d+Gύ�%O�U2���g(�|�K�8�~�=M��U�;�
-�Av4>���b[&���X����R'䄉��"���"�)�F{Wq�j��h!YN���~~�"��5���X�ࠇ�-�x�%�q�>��1�rP*#7
-��������(�m��ޚ�	~��nH��a0��JT��6���eˌL����S�M <z��7B����̍/�d=�T���!֫7#�.lG�e��'6;?3n*���{<^i�y��5��L
��4��6P_���S��xצy�!�,�A5�{I~���.��e�@ۍm����Es@I��'O��#&�ࠫ���b�$c\D5��W�����WH�f�&�D�sٚ���vEz���x��ԁ1yW���7�Q�5�Kwzr����8G�3
߼�'УnRm���:D٘���ԛs�7(R�2%M����&�@{�6��C���gy���;�c?v&CH��`30��Z,�^�D��}��]�4uNU����H�{�v�c����;�2��|�5�X��%]��s��b�߮�Y�pL� �e�u̐;�|OԹ�|��B����@!�>���8'#-��\��W����)͓ᤛ�A���l�	tΗm;"����:A�K��c�F��mP�̆3s�$�`��bw��!�)��T��k�oq˻g�o�:�ƮX��S:����&i{��� �}��G�tw�8��Ž��r&��g���z^?6��P)��I�}��h��k�+:��ʮ����0��}#3�;�ٳƼJ�o������!}|W�|��CdI���Z�?B�̦3�uq���?ҨD,FT��,�v�X3��Q�Y�d��L�A8^�I6���R�-u�mR��Is]	2��xd��t9�9����B-B���J�;g��
�N�dfg|��HO�e��<r��{E0����J�;]x��jv�7O�{�5>뺚j/{f1�=�ď~ƫ��;wjS�F�uв�����X�C%�v���e��-j�k�-�d�/1Tĉ>��	��{��|�Ŵ�F��2�3������ʆzN������5�z;κ7M�V�9>�.�.7U��D=
-�����$��=Z��s��j�M����"��Bc!�d����b�ű��g�@���y�u�[�BQ���2+Q�n�Յl�
ɬ˽p�+M)z�>�!�>��
-��,ݙ���������I�c&�����n�'�~�H�������+R��R���#̻���[�1Z�����<��E���'�DEP���|��s�j#U(��1遷��,��4E����W�uӂS{:D���	}���B%�^�$�Y��8Ǹ	%��c&h�!��G����+([;3����A`����G���lV�S�R�S�W~V'��,�*Z����H��>F�rRZ�����$@!����f'%N��qg'�4���e�+�D�A�x0J1����C�p:���69��r;���>�|��ڈ�;h���g�Ќ��ҽӒiH)�i��&I��RK��-��x�V�Ec��H�1��X�hF���nQtC�``*<L5f����3�h����I���;� �X��}JlZa��O����s1�gH�M�\��dH
-_��}<�!��'�K^y��:�C�j���%�2�I��DϏ��H
-�2�������
�zT�M����c���q_ؙ���cr�&�t�9��W�����K(��X02��_-x�
��.?�7�p�t��\�d�9�5�~錪�$�j�2r�7NN�ڰ�D%DP�y��G]4й��%3�j)���N�`����T�w�_�@Ҁ�z�y�NV��9=-�9rE�Ԕ#�3p|Jɖ2�G��E��s�L]G��c���������f�8R�Dʞ�y�g�n�01-�k*l)o����/���U&�1�#�-�r\+�UIuf��$��?���ޢI}gu?rYREݏikoi�}�"ֈo�H�����������bD�2�p�V�;Yf����C����{�)B���O|�Î�}��FU'~�q-m%�ִ��$i����9��`�k�ˣ�eƾ-k؂.�>s�R�xƃ<��I�$�Ó,Wp��>VDI`��!J���H��a�JC��J�\�(��7�������O�ہL�a��ζ�/g����gR��Dlendstream
+x��zUX\[�m��ܡpww��.�+�p�p����58��N����������O���}������{�1�sα���h)յX%-��ArN����lB�U���T��Q�Ud�xy�Phi�������_i����(c���k۸T� �.�'���/�˚���@'�@vp���\A{��%�d���rt�rsv��,5AP'7�*�z��?����� `kW����#33˿NAAA���_@[;�^� {'�?2�HȃA���-��U�2�����.�����Y������A��A��/��:ZJ;9�!�E��30d�Ҕ��}�st�p���
+�h�gK�n��:�`7�[��	~�P��Y�\�\�\����ia��GJm/gП$���������3���
+�[�^(>P3w�����߉ߡpr,���s���1�K�Y�c�b�
+{9�888��\������׿�U�@�v-����"��{�g���Ӌ$+'?��K��eR^y����O/���OT��?ur�K򭣕@�����WK� �e6�1#���U�\� �ÿFLj���ej^��u��������rn�����;�/~@ʀ?�7��G����뿼��@=�?��������l!�hm�O��P9�'�R�ja�q��e�?�C���Ǘ`�����m��sA�/g�'r��[JYG'K��5@��e*� ����-� �{�<��w��[�_
+�<A(�sN���5��7U�$�;c��|:W�n<(��0[l�]��v�$<����dԇm�*�T�`B�Hd��=�����qB�a"���jET��ΐ&~qt�$L�9���S8�,�2����
+u��'�����!����#���1
+����)��i!���p����*v4L��+Q��q�۰Mg�z��y�gB�Q\k��IJ���G;��l�|���t��U�6v^f��D5����\le���B��[m�
+�[�&J�j��ƅ�t,��J�h:c�m+S��Y��Ϊ_�w+��rڨU�録��yG1��l�A����x��v�'�ս��o�]n�����c�u���!�;qM�%|���R_�kʹ�WnFe��Wl�@�3tlN;���<m�����Ms��E��#s��r�-��i����ḯ�7|�n���p��Y8���-��2�#����"�-�Մɖ������7yG�,x��2x��V�1�ȑhz��%�
�6�/��,щ���#�7)��Ý�
�Wu�Y�����6�7q��J�rAH7�ț!��ܹN"^L�1�#f�m6�˸��^�f/l>�#���b6ul��r��}�7*	�1���
+��~~f��<mz?��>K	{5��n<���"+�ͅ���6_��*߸R"m�r�)�Y���f��;$�)4�m���숁���l��ߪ����ߵ:�S�$}��n�DF�側E��E���vX�}Y��6~�<�цߊ닩�;����5�V�k�*�J��]�!
�C�N���d[�b}�}��[��Β���-�`b�2�YsawE��lM��z����b����4�2����7�#]י�y�/u��44���3e`r<#7(uR�u�ۊ5��Ӂ����կ���v��}�oP��F`<�0ߕv�rʷ۳%����FI�m����/��q����}F�D-V�;��'��ʎ�*��	��jߠ����_��ͥ
�FKR˳S��~sU����	�����:e�}#^��M����/�'FM���=��6�?R9��f;Qq�C��F��|�B�ZM��8l#7���
���d�"�3��`{e&�P`'����Ƌ.tj��]R���i�ɰQ|�a;���_�z�z�{�����8�����q=o���k��fw�ȶʣ���J����=p��n�~�{�Pӛ$
񎌠��`����_�:�t�Hl�ܷ2�s79� ��oۧ�Ԩ�O�z��a�B5Z���}��n��Xrou���3>��>�EN������h�����$⠞`���c)�½�@���dz�Ȉ�M6H6’�9�{5�RJ_�=�P���Ǹ�S�������I��:s��_|�q�Yo��}��FfHo�Ǥ����w=��	5�m�	��Z-~����$y�E�d����8<|�ۖ�=:�eN���b��;�����j$��0����b���
+�Wy\:T*�}�
+��G��J���{  ������i�VnnF���tj̧�-������7!��پ�C�x�w�\��z ]���}�?�U GEu=�Ӌ	jaF�A�NQ(E��~�0FH�d��sD7j�6�/Ǔ��Ad<v�,�*Ab1��a˭�p'ƲV8�?o�t��=��{sl�{��^�- vEz0F%�nƄ$Q���[����\ ���)�`�	����
Ą���ob~��}�QѦ�["O��3Ni�yk8>l��;WyOA��"Ԟ��r�*ٌA֊�����UIhYT��}��:(k�왚���%��}�"��Lջ�a���mt>u�fP:�&&�2�،sRԮ
Z�!6{��do�g�۟Tկ�F��G����WHn����8����"�8�M�XDŽeǙ�H�`�Lؤ��]����K���攟�#�F�ѻ����I
+��WD`�9���$�����7���+1�n
+e��3:��=�G�U�.����	Li���ubb��j&䩢���H[.=X�����U��Ñe\�J�Eu�$,��5�:����zFD@��:^*�O1N]���
3!�eg�N,!u*ՙގ�Ii�v�ޒ�.\��6���tc/�nA�dC�k���`zJ$��T;����b��&����M�qP-��:�/��y4tb�빍P�A���ڕr	�χ�5��%~��k�c��~|F�P�<cvQ��[.��r�<����[�M�{�rD�����V�����;��b�������'0
+�gB���|P��V[������w
y����9O2��)��F����e���׎HW�3���	��.�_�l����Sr�V���}�r/,j0JU�0>N\�3$���}W�f�o��x3Rl�����m�f������G0^CP��z�.���S@��΍-��Uį�eZ77!�s��J&P����sp�'�K�ٶv<������������ŷ�/�0�V
5�U���F��ٶԕ���kM�Б��?��j�3J���������ķ��V����u+0�nҌm��f�e�r�&�u�
2����j =�
E�ؐWշ��5p ���uΰ�?���ۺvt}͓��h&:6U�V��i�28Ow�;����b��.�)�y"�
����������Ӕ]�/�닿;3������ߑ�n_4��
+�W�쭉6�B��"��|�<�ah����ɢ�&�4�HT(h[.��E�L�U�i$%ݑ�&��tLz'b5�DW$��Dw��L�X�+��9r���~n��X��T.:T�X�@����C�3,8�m�����s�+(t��h*o�j:�b�q�ԋQ�
+�~"��i��L����`%��>�[܂'0{�����aL���m\�a�5�BӀ�JJ�,"��K����G4���5<BңEmf>9�çz��g� ���U�QPJy���)�wU�����iO	�}7���8��p
+��OԨ�P���V�]�s<�#���f���W�X,K���Р�G��[Qذ���,a����TG���E��H��o��Bt��K�*5�s��¬���:
+�T�CBz�Ej��'�	
c�M�&B��r<je�J<MuW��1�H�s�%�`* ~����g*L��-v{`lJ�T�~��cڱ_�@r���ufĀ#FE�71�]e�PLA��"�{��'�
+J1Vk�p�6E������=�E=�7$Չ_���8'��\�gq<#��C�M�;���Zw'�'����_����%����z�x&DةH1x1�l��/�p��+�3���T����83;t9��+���$6�����K�D�IU'"�Y��4]+N������Yc�|�{�ă����u����-��QB���fn�pf=��u�0��n"���M%`o;�=��B�+8!�0�W���h�ɃY�~�O���Sڏ�k����fF7��(Jzu���C^�|vδn�.�.�8,���0�Z9���o�]v��ၧK��*��6���)<��{�:�,ca2���������4ǰ�h�{N��lk*p�p�ƒ�3��>������K0
!�t_��"j�DE�C���د�x)�������Y��	�])�������\{.��
+s�6������a�l�q����lDŽz�u؉�j�r4ir��/�𖛚i}�=ڱ��������VR4���|hwFT+��ij����ch;�4�*�B�����6�$O�^��ͷ0~��Sy �����'
ӵ�ٌL�M��g�[A���c��̓[�i����M�~��yE'��I9�\���>�K�ͧ��X尷w��#�GT�$5�\u�;���-�18��X��Kk������H(s���x��-�T��ۋ�v"1�=��2'1���,BK�ǘO�=ĞB���[��⟎c@�ne[�'���(���uyo߯��-���m=���W8�;<ڱ���zs,l���9�u?��\(^҉�ȉ|-
+�sˆ�	Pb�AGЕ=t�b??y���(QZR��s �d����\=*$3�SfY�s;9��6��;�e��\�k��(u}5�M�!��e���Q'-�{��F{��P�&=�|�ُ��&Β���V�*]�!��u��F�whI�)����HY�
+��a��fh�+���*C��i�Yez�^���g����È��b�.�V+�>�@h���3�+	�y���]���HgU�f��Rf���w`�:Cd�ݍa�$�z�'��9�?!!M�VT��?��7�[������o���]��4ͭr�Qtb,A����jJ6�}dݟ�?�pG�ؽ�~w߲�:�����[��jR�N����~V�=0L�D�!$�*��ٵ+.�O���i�R}Rn<�)תNU�w��~W�K�9-ʓ)�Y%���C��QY޷AȦ�A�ڗw��lu +F�gF�L|��̮,2��95�mL���L��W��J�93a�6��7�ٷI��b;}�'vT5���{�s�g�)�V���bY\�5�(&���I��
+�1~*]�ۗ����ƃ��G�f{���9��V0����`��%n'�'�~�{�,��`�l&�S������-o�"�u���3YG\6�_=2[���6�ϟ*<�Nc�Fʔ�m诟pƱ�T�*���L��V�m&�P
+ќ�mh�6�||�Ը\��z�N!qQ���o]*�>
+ќȖ�iH	���x_~����>�3n�e�\\H�f��9(Zhs:�1?��}5�������)v�y��$k��d�lZw���贓(�)�;��
���/�CZ�&h��QDj��Qoc��*eH��bN�lW�[��vq�lCc���������f��{���m%�
T�T�qQ�t���0��e���^o��!�S�R,ڑ0Y�Q/�u���M�"���ú��Ssb�=0@�z'kJ<�΄O���nP��/4�%0�;��^a��B�B�C�-�EK��7�u�rG���.#����K���/bu?є�#�ŗ*
�9(�6�c}iQ[0[*|��]�@N�}�U�ktn��Oc������=�.�+���
G�s Q�
+<�DKr��� vWX�L[+(���ui
�XN�?<�W%f�;j`Qs���Z���Q��bG3�4����gU�#����F0��V`w]��G�h��6B��ښ$���ް�NX�IcFN+�ٴ:��H��th�EAС���,�^���kd��?s�BF�#I�*ٵ�P� w�������5�}}��W��C�$��K�b2�`����q��~k	��6�B�=�*�ؼBg%��	�ߏy�:�[�9��Z���N�{N���ۼp���6�y��*�<�E�L��|�ؤ�%8���NN`oR]���Xl�3��3���C��a�#�S;���~�����_�ު���E�AA�^�~?g�܏ԉ�������C9��[�7��-ˁ?���U�D�:C\�ő	�ׅXe
+�cK&�5Ϣ=trPォ���7?U%q^�v�����8&]2�&���5��J�IJ�|�i����Í�����?�����y�;�:��6�~ݏ�V��ӿ�t��6�p�!#�TH���}S���2#���Q�|`I�X��}�2pV��>�iv��T�,����3qZ\e��<�</���u٧�Ҟ`F6� ��9�@�3r�4�%����)=�/�gB�E;�>fg��(���mdgZ1�n&uX#7�N+Sql΂�u8ʛ�|�u;�w���mݰ��dh!\
+F���	��WB'u6�їNڃt��ۇ���í%=h�#,���b�,���j����ظ�n�墷���c�v���ǯ�L��.�C;"&V���W���j��]c%��'��_+zO�I�ϩ�[:����2}r��9��=*n���iچ�{;S�yw$z�xk�[шcF�1��R��0Z;'i�+��G<��B���Y����#�ٔ^��;}x�J)��s�B��||^$�(s��"���C�1�Y���=:�ܳ�̓�%]�V��;�2Pe�"�(��Dx� �	_�PA��p���`s|��`�w��ZE+t
�S�����(�L���+��پ��ΗFE�*���0{c�@�!�l��"UR�{������A�P�����#SqV�7�l�1՜Ԧ�갥?6d�>�D�~��!5�sCX6
k^o_���+ٕ_0�>���xڼ��HV�MJ�eG��
?Xe�u�������e��<S
��d}N=���K�p�|(F)J~7y��$��@��!˦�j� ���u�lfO���V�<M����4��1�Ϙ�61>�^2ySn���Y��'���\�!V*��^�5z#2��m�Xo����Szq/�h8��ZDa��p�e�!���ᒘ�>����;V5�D�~�_c�����؇$'��"�qL�0��������R,ub�n
+�P�+��+d��t�]ҽ���o��j)��;[Sz��O��<����43H����6�8�)�#�[����}FJ7j����FA1�����~|t�o�WTd`^Wѧp|�g�y�$���b�h�#ƫ�+o0�&�hM|y:bI�D����>f�}�u��Z_$�3ģ"F��ɜ�;�2�̠�>�j�����:���ٗ��UԌA���'�d>W�4���_U���Xo���y�p�.��b��T~�~=�eH�Y�2J)>�B$�Q���*�F��;�=�&{%�����Z�O��9�Hb�w��U��p[-������6������?�c�n���Z��D�S��{>e�:Z�u��Eb��+�	���!�ْd�__9�Y{;Ϯl�L9L�5hBr�*]'����{�ۭ{�rأ����sp��֨Wt!@TQq�;��y��H�%�LP8.7ۄ������M�К��6��������\��|M$F�~p4ז�H*Y��2\q��Y�Z:��"��0��H����Y��"�旖Ec�SF�&�=��0E7`w�H���9ߢ��;�YL#��̳ք��g�c�
+��ֹ���º?�����׮���,L'��#j2�4��7cAI�y�o�cp�߹*y��T���==l�5��D1�s���2ʴ8�h��4���u�BS�71����
�X��y�yJt�b���`1<]�=��.�`�7�Hu�e�W�OH:�(kх.oa�^��ܦ6��W���I�F-͖��k�s��=�2Kʛ`)�.`�(/�
)y��t�,�L��*�7�A[�hDp��/�.�EԓV!P<����b��=�+m™P�?v�17�I �<�"! 7MV
+�cd��f�w�wX�l���C"����;���#�9��_7���K^���[��'}l�i3���������ѥ��*e��̗F�/S�ML�Ӯ)2_&��\Nu<e+&�J�b�f&Y��A�������`��ӽk�;%�	[�����B�O	�c���]Tf�<5�S[^2^.�_�a�N�$��/�o�����U�C�������Lk��")B$P��vN�U�l9�	��M���0�o��6c�*���C�o]�d�C�o
+�L{�V4Jz}�@���V��`�r3�>js4_}РE��*�q�ʼn�iP�|-����S�G���`�K/�K�yӡ�~x���Gp;��>�k�#t-��;پ�w�SxE��c\��h}U;Q
)5�w�hى嬭��q�����·���g2qĢG���ihq��?Ŭة��;��_�_����,��G(��F�7V�w���6"�����c,MD%�\K���q:?�uK޷$I{���ʬ�=P�T�&U�0�vi|�J#��E��C�Kw��Jo��ur��'S��N~8n�cqW��j��iY��#Wӓ!���믬�f��}��Xn�c�w����|�q\�nZ�E�x!?����P�El$<a�Mn�����j<9�u���ˡ7�~��,M��.1s��Uo��H�HE3䔘H5_�E��fij��l	��㻜J!������Iӂeg|H���#R�sD)��9�؆�Z�s8����ʴ�[�'p��	L=8?�օ��Χ'̈3�l�L+�hA�j�w�Nݥ�5gAa|I(
�GI�PHD��A�+�~���9�.���34��1�����(J�zS�	�v>խ.L�[�ά&�dc�L���.-���-�3���ET�k�*�k��h��=��R�П`ɑ.~˥�1�A;�7���q���[G��L�f4��0��a�6�9�6�ژ��mRsA8����x��4Ax����D�
Y�@��Bi8�R}WJ�,|k��]���%�0riZ����n	G����tA�
��,X�a��+Њ�AH����T+�&���Y=L�L-0�͢���1���25c{wc|X�ۦJ!{�$��
6ԩq�Ԇ�O#���A���,��lx��G.�
�'�����*�P�(�b	��հ_�~�R�l��Y�?�X��X�B��߀z'�����o�?�kC����P�b�F
̒2�[Q����]��q֑(�gТFt
+䦶��"oucZ^�����}�����������$4W��t�}�����b����Z�0%�/�	�`�#�)�{���3��}����᠁�+�(&c�!
Sb4��k������a���;�����u��h^314�jT+�2�O�7<�iz�2��"��̙.��@q'�es�����xz�Y~&���G5�]5Et��2����U������?!`a2��:9�A�P|  �������/�_�vendstream
 endobj
-1060 0 obj <<
+1065 0 obj <<
 /Type /Font
 /Subtype /Type1
-/Encoding 2122 0 R
+/Encoding 2143 0 R
 /FirstChar 2
 /LastChar 151
-/Widths 2128 0 R
-/BaseFont /RVSMMK+NimbusSanL-Regu
-/FontDescriptor 1058 0 R
+/Widths 2150 0 R
+/BaseFont /SZENEJ+NimbusSanL-Regu
+/FontDescriptor 1063 0 R
 >> endobj
-1058 0 obj <<
+1063 0 obj <<
 /Ascent 712
 /CapHeight 712
 /Descent -213
-/FontName /RVSMMK+NimbusSanL-Regu
+/FontName /SZENEJ+NimbusSanL-Regu
 /ItalicAngle 0
 /StemV 85
 /XHeight 523
 /FontBBox [-174 -285 1001 953]
 /Flags 4
-/CharSet (/fi/quoteright/parenleft/parenright/comma/hyphen/period/zero/one/two/three/five/eight/nine/semicolon/A/B/C/D/F/I/L/N/O/P/R/S/T/U/Y/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/quotedblright/endash/emdash)
-/FontFile 1059 0 R
+/CharSet (/fi/quoteright/parenleft/parenright/comma/hyphen/period/slash/zero/one/two/three/five/seven/eight/nine/semicolon/A/B/C/D/E/F/H/I/L/N/O/P/R/S/T/U/W/Y/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/quotedblright/endash/emdash)
+/FontFile 1064 0 R
 >> endobj
-2128 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 222 333 333 0 0 278 333 278 0 556 556 556 556 0 556 0 0 556 556 0 278 0 0 0 0 0 667 667 722 722 0 611 0 0 278 0 0 556 0 722 778 667 0 722 667 611 722 0 0 0 667 0 0 0 0 0 0 222 556 556 500 556 556 278 556 556 222 222 500 222 833 556 556 556 556 333 500 278 556 500 722 500 500 500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 333 0 556 1000 ]
+2150 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 222 333 333 0 0 278 333 278 278 556 556 556 556 0 556 0 556 556 556 0 278 0 0 0 0 0 667 667 722 722 667 611 0 722 278 0 0 556 0 722 778 667 0 722 667 611 722 0 944 0 667 0 0 0 0 0 0 222 556 556 500 556 556 278 556 556 222 222 500 222 833 556 556 556 556 333 500 278 556 500 722 500 500 500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 333 0 556 1000 ]
 endobj
-1034 0 obj <<
+1039 0 obj <<
 /Length1 1624
 /Length2 8579
 /Length3 532
@@ -9823,67 +9981,70 @@ endobj
 /Filter /FlateDecode
 >>
 stream
-x��weP��.��NCpwOpw�{
4��4��	\�!h�`��,�$����3u���9�nݮ��]�Z��w}ՌtZ�9�m V �����G�v��pW���q�@�l4����g@��Q
-��9 $0����@��>>����(#@������,z:������QX��y�t۹���<ANWg���l���A�[� ��e���`Q��(�\@P�@��9k����b�B�����k��
�Oj�\�\��� ��d
~6y[�\�@�W��������@�s
`�������O��r[�_�B!����3���n
����^����f����~��gM��ǟ��ži�Q�����a|Y��6`wW'�ϳ�g2W(��0<��.v������6N w�g�g�?��g����=�����/k�_Z��r�����{�i
{�mv���3,�.��/��r�`� �_b�33��A�m .N>��-�����?�2׿�����[�oi�����ڣ�r�����_�<��4������<o@
�g���,7��et;��7V��h��;�?d��)À��v�{n	'/��b���d��Y�l�N���K��b�:�]@�]����F<<���ڃ�]��_�o�b�?7�ȹU��������������t}\A����@b�?<22o��/��OX "��
�o<�E��ϳ:{Lx�xxxϿ����d�/4�.��?3�t�y�����=�����u��������A��k�p���,Xi����Io/�`�ki�nIQp
�;(3zK���wmWӄ�c���wׇo*l�C=$N��頓B������י:��wC��K�����N��6���x�w�Ǵu�?�F�������޲��,
-&b�q�	��hxC܉�GPW���)��������@�9��o��yo��=������(%��*�b^���c��JOЯ�a�x��Ӯ
-h\�O��8դ'�n���3�d�R���c�����FE�z�};�b�W�'�J�[o,?�c
J��a�bt�}6��R
Pu}O�������0������,1�P�=�b�o��0�p��E4�J���,O����޸u�����J��J���ƈ2��e�&C����U��j����ՒRȹ�Q>��|W��^[�
-Y`���'����7;)u��5�{yi��lV�t���ap��$=��|
��2��D$mCG75vܾ�U�'��^�%Q��>���v�i��Ɯ\D��$Uy�r�]�I��pS{�ZX�k�J���w\xT�	ni�
�à=7�Y�}M�o����A6'�'q�1�?���uކm�:��]�9�5Ҍ�ieն��Z�N��4���Z�h��T�n
q8��M#�}J��K/'���k�N�N�u��;�a�t&�+�;&�T���}�_��/�P�̥�b�hS�OMDC:C��quo*¶�Ȼʹ*��������6㵏Xp�
-C݆|D�n�l�Fs*�3D�j^�.km�iM'
-���e#�M	�Y���"F��4����q��邱J�	ߡc��j���
-�!M"Uk�ӠѽD��Įv��5�����֞�v�{m�D�[���Yx�04�õ�����x�`�㢘�Gşl�ނ��M2[���(�<�%��S�K��x��T��K
-ʢz4��+�Bƍ=�
�Y��Vwv�
\,����0~�94�6�	M<5�+�
��mf!�4���2S�bVa=��bL�W7�r�7��4��VG�!\�pʎ�5��G�o#V�#KR�g��p(-�K���|D5�\
U��b�ġ���*8G�mT�%v�I�OH�w�3�+ؽg߰)��j݄�~�ܟk�����&k�;�����$�ŗ
��
-
-��аQo�I��G�aW���h��x=}���|�ؼ���6�F��V�j�ӝlly����5N�����Ltݓ��>��������OT��N�y�������p�KT���+��z����	��@����/���}�X�$R��ኾ��;toK��~Պ�7~g� nX,�\���/νtD�sc����#�㋙%���~�@��+�wZ�34Î���^�z:d3
-��(n۬��&X�{�TX����FeS���#Ʋ�*�3w4�O��=9;�SCoES�1SK{^���q�y���˸j����"'ݜ�_~ɝW��凒�yZ��|^���=���PI�k^z� ~��NoT2�^�t�}�8���"b�
-oagu�!��܅Ҍ9d�ɒ�՚[��7��aNL�H�.���q#t|%�u��Rӹ+�nvꖑ��h}��B׫�s����9*����M�E��h|��iG��^�!��_��e܊��u����Q�`��E���<h������/�Z�;OK�3*�7�t9�}a�q�`�KeY��%�4����0��4��F4�K ~�kL��������<?Sg����4(�i �v,o�'�$@�F�Ĭ�2cV��*�s�-�?6:���牷:�L^�V���pjf<�Į�9��d�kǨ�Dž���#�N�{��7�X|�B/[�x�~X����r>��%�u�:GP�b��"�	�$�Džt�3=�����-�YlA�v�Y���A����jv�m�F�$��eKO��|���.����Au�>��(gEp�ÈbP3P-,��Y�m�Y��5Oh�o�������V{�*��
-��p������{��[�#Z�Px�޾�
-N�^8ܠ�3��mV�RrnӁ%B#m���
- i"�4�O%q�D?=�%�ʪ�u#�⌇)H7tΜno��]`��/����v.��Nv�n1W@Xl�W#��4��t
N7���kx"���:�[�:/��LV���;ߓ��Ɋ�����v�"R�ds���?�<](t��GW�2Kk"� �)�^o|dH�}�|f;?8i�x��������fҥ}��nP�V|���(��2�`�hg��Iĸ�i�
�<��U�I �۲�U��R��cXC�%9����`I���F���Ñ�S��!�>��Ql��J�-�iD���Y�6�r�L����3�aFIq�WV�I����(�=>�k�<mT�o�\볧+�Imϱ�'��;)Aԯ3����|ts>�^� W�Y��,���B��fIJU�Y�븹�^����z�8z�$N���V�S���[PJKR���*rWs�c��"P�k�
���˔-�/��㈓�ٻ�_�CD��W��YX���!v���W�d�~���O�Fu2��]�9�B���:@������$�"�u����kӕ7�Q~v������n
-�e�_|I�'�e�%�*�-:�OP���|6D�F��:݂b�F�oi�S��ն��L�V����x{k�W���A��n�}�ދb�Q>ir���u�㯣�9CMs{�=&S�FSN�+cn�9��7���_z���h�Y?(8��X>�
-�.�Vج�4�mJɌ�wB�ۛ�:3ֺ��Œ���-̎<̲�q!]��M#����E�),f)鱳Gk���dI�(<�*��L�)8�|��i�.#w���.�n�k��X���U6�R�Z��~�ɨ�x>$��$w���q���j.�9bDE߬�g�o��K2�������D���O$;��c�2�V���z(�A(i�vn�kǗ��������<�w��O������z)
-	���
-	�c�I�7�*oTQ��͆ۉ��(϶j��i��[�6�M��<�$e �8��k��g����լ���a��U��L�R���_�7�G$��<����x)M"Mi<�DF='D��Th���=��]�:H闤߮�4~�M\�������H�K���#���)U%�_����aB[ctN��҈���#d��+i(]ʢ��}�I����F�OT�Xi��9U�Nr�4��0�HpVX���M�V�Bv]��
-V�%�F���~T����n����d���}sBu�i��f6���o��/��3ԛn��p�s��J��Az��3sx�t�Z�8V�� �*�lX���Q"��4,���Rj[ȴ,��wn����*�	�G
ѸWՖ����b��d5�yPL~b�@L�����>���PU~������{�n�ך/>����#KY"�yY-:��W��U�
h(��5^l�v�֚�#�w8�1���!��j�g̽��؋���ʀ��VA��Ɔg�h�tʱt���5w����(i�.A��%R�i��́z�к�}�ZZv9��T��D���,���	��g��ͅpB�:�"a�7,�dU��(��C�0`U��u��	��y��j��)��8�8���3�FTܷ��]����c�HTL�[?���:A�U�C5���$kl�2f-�'�/�`3_i����e]�G�J�$�E㜦5�q*=I��1�l�}����(���>�V�����wON�|$����j��r�Ӿ��g�"h�'��#�Q�R��_��qh��&7�>�5���L�=ݰ�p��sp��>����x�1� �g��8���}��/N\`�W����n9�+^�s�q�m��(GTβ�]��~����=H�`�]�tˊ�F�/S�X�a�>�2�N:U���t���\bD�Ի�!�܊5�.�D�ï_��s��g7�����;��j���v#z?	�m�G��ՇsO�	[����)�cj���.���4��xvU�.y�6�+\�!ۯ&l�׉+�T ���_���!�IJ�1�PS˹7I={����<?�m�G��iUl�#.#0�)����d��eF���c�[_�C�;��$��e
--�}B�{?��/,���J�K=1G��a8��q�)���B��Ő�i��F`r"��诲%$�Iw��K5�6����.�\&�C�E��eΛ�]B�R�����ع���f<�u���తW�z��"�ǕgTu�KB�/�E>G��'���HJm��4=�������,����e5�_�T)F�͚���K��'׫��t���lg����-Muױ|��}�}/�4�O�vG�E�~�s��=/��bm�S�.Ȓ�ۈm)ʂ?^F��|�(��&���lVk��؜i�Y㭍k�X��Us�P�͞_Tݛ��3�ɞ�Mˀ��醈`��*c��R5f��6�uci&C�{�g>׺����y�ܱ]�rA����9��|�H��:%9]���S���xb��<'�R���e\�$ă�J�(-��c툣���u�q�n�ӥ��rg)�<��t0�o�p���2�9�{�|�Y�a�os�4cB�5ū���B�o������{X.��yz�2�nQ��6��D3����&4����v�28���-=�l)���4xa�����{,�S#`��_ٗ�s�~a�d␚��+:.3R�;k?�]�$���ֲ�}����ۗ����x�G���A�zcZm��M]�)�5�����Γ�l���vr_	kbPw��Z������X\��U}�p�c#�~?��+��m�$WZT���_���L�b�Qg*'�q�w���q�Ny��M��h��z�['���"�Ţ�-9f)���y1����U���b}�fγũ��Uf9^�,��g(+:�v�����؉�Ο<o��HW���+P�V�{p�����A�@�C�FD�UV3<��t���B��2�@Z48�,�ZY���ZG�sTK`|����m������3^��t��MK=\����޻�\5wc�ߩ�羯"9���or�C���ו­X�Nء_hpk-B�����c�V�����F\&R�R�V��s�`LRТo.d�	�;Esꂗ��jCRbСŕ�����&�}��i&ҵ�ך7����>ic�&p!��3�H��]��" ���R3��_�J��i�}3�J��<�h�3�_4��e�%HDf�����&HTc�gvpL����3m3�TW��%��B�}��%I~�\��&^��vTL��"T��Ggp��2�]�;��)C��{�,�Y��7�9�s
-�7n&�B��.p{%�*\��%�֘8e�^4��9m�R�gAW?���.oh76��PXd�2{�nL�X��u8�ԭ�B�2�֭b�u�N�7�sϠJ~���M��i��F���0ޗ�տ���2��l�n�o��6�|��Jr!��b�|����q2X��ð��Q������
����cl�ϗ�~Δ�J�1��"��ʠZ������\�K��$5wš��ZJ4��*4�
-I�D�H?4��ܜJ�����$%�Y}e����$L(��yI�2U�$4�U��3�pX�%Dm��Aל�C�v&�J%��Z�������8�b�C�܄��'�*�ӂ���x�¨w
|D$ؕ8�->I�3?Z���u;��(�]'�M�U�J"��U���A��y���1>��Px,�)�at{����(��f�()����W�P<�I��^����Ni�ǫ�$xabz�8j_, �b�a���`Kԫ�u+�۷kc���|
-I��I������i�39!5����^,$)�ۘp�P]��R���f�&�_���"r��VkDqO�`D��3����x|�R����/0�4o�@ݤ����p��
ĉS켘=�Y���k�n�qt���PoB�6r�.ԫ�������^�*6I7�4��J��D������m~�b���G�!$
@��K�U*Y��A�lnw1P���$�cV���;���lם�N�H�o6�ĥ��QD��sɢ���E�Ȅ�=��K��b9�~v��h�%����;��(3��
��M�o<�b�AvC�����^��F�E3y��"�>�R�V��u(�5���%�?*�uGJ� ̏�/R�p���o�텸Gf~�}7�c��%)o9�q�_w��|��2�Bd�2�g��M����(r�$�R��j�a�����C������T���T.E��ش�݋�gon)QTs�橹�_9�u��JO�T��6^ִ<�����6x_�`X��Vp�Y�x�����9�a?���
-0s����}+4�l��%7���.d�AA�f�>D�c,+��ɸYw
-
I�4s��;`�������C�ͨ�E���Ո@ ����ĺ������z1�$��uF��}�نu�S�A���w�w��4s{+2�'���^��2��;�3t���R��Est�S+Nys�wJ,�ӡj�m���so�]�Lc��L����]�&��0���E�"�J��p-���'���z��PM��e��"q�}ɋ�-�.��/��$�p�^/���4}�!�o7Ϣp�n|N��S���4%�]$w(K&���>��i+�>V��b`ȼ����Tܚy��*�4�1�C�҉�s��7�4�a
-Q6�T����d�ߒ1�u�T(6R_m]�1I�5�D�T�[W�e$�']�y�ܲAO�5
-)��g�7M���(x�)�8��ٯ&�SN��_�Ⱦ��8�����^u;�\����w	��UX�(fMF#�����L7��]�񞰅��QE�z��M��Q�����v�e�� Ժ��E�,�[J[&i]��y���3����}�+g�~m�S��-$�%���}��+j�ڛ���Z���涨�`=�b�W����c?f���R�EXA��*O��"b�ʱ�f׬J
-:�*j@�V�_&u.����<1���p��c�$�<�������t!��!+��FX;����ћ��br��M0,M(��T��z�	���`o�Y��@q��q����q�m�7�qsU��|6"�̈́�
-?�(M<��8�C�@���+��ҕ#d�P{������g���7�l�y����c!s��DF���=�W�\��8���e�/n�B��&�����u���/L�}�
��,~���vb�A認�eE���/�E���X����-�a�Ͷ�Ƥ�C�0ٖ,^���C,Ok����V	*�[�����s�'��P�n�Zӧ�q�:S����QI	�]��:h~��Zo�@��-_�N7,��$J/�5i�S#*�l�.*zr�Ȗ��)l,��;v`�i�-D����ݻ@%�8��B$��#O�;�1��#�� �a�:�u���s���G3��Op��Y��t1r�T�����Y����BD�x��l��Y���w���n�XA{
-u�jU��(�6��1��d���؜�(��y���&�gzYsNDu^$�l�s��ٸ��GJ�0���{3����|^/�vyaq'����P�pnF3g=?!a;D+!}Ɯ�J[4�=�����a|_j�ˈ읪��m��l�?�hl0|������5��U��5c3�b
���n���}Hdv*�����*����VVE,f��b_Y,\�#�w"\�Sh�_�G�����5D���3�F����w����m���{
�q�pt�!�¼�?d���@� �/)��̛�(�2S�9�_�jnz��Zyl�ʌΰ�&��\S�H��Jg��%>8�OI�i�&�k{��ʝ��%���'L)���t�zB�κ),1���f���F�2~�����pW�$�e]�+
�Ym-��>�BO���*�_C;>�[�M�Y��;9��\!���.�f�)>���{?o&��V�D�K�u�B�Η���7.֘9<��?��&Y�}Pi��T���)���,j�vy\�=B
-�kVH�W/��Kefv?�~�I���֭�tKcu�7�L-�9�2��&��-���!D���(j�#Vo+��1/��q�y�̸gyܲ�N	���p��h�f%ǹD!a%�*kEty,�/����Ű�{^N:���#�Bi���T�����NM�N��C��jJc3�8'NZ�m��4k��bWT�?PP�}�ˆ�G/�T��!�|�,dGXS�&��r~�����Ŋw]|ޒӄc�R4������o�oh{{t������m���1hi��q�֓��s�-!w$��)���諢��W��$Q�	~�tT��Z>���kO����Ǯ1#m"v�F6`�j �dXz����+��D�3�� �[�Z{��t�wNV]����,���n�Bq#IMMP�d���T�K-	��>���F���eP��g�q T6�٠@9y3�o�Y��rj�����*���_���������}��y�D�8�}�{�+d�Qh�����gN\�v��a�)7��%8@l�to��ֻ�ɏ3큗�H�]1vѣK�*�J�l��������T�Zw�ၬA�vbC��#�t�6��1�Rv��!T{g��X_����y����O�����A��PG���_�*-endstream
+x��weP��.��NCpwM���h����qw'H����A��48A��C��g�Թ�k���u����w=k=K��U3�i�ᔲ�X��!�0N^.1�:����M
��)
q�ְt�AFF(C�e�0�@d
�Y�����������7lk��j볲�s�S�G`�����
l�`z~��9B\�@ΰg������l�� ��������EA]��rA���M��T���`+���`��>�� ���?��q=sI���7����er�q�\@P'����3�����a�5�A�`g+Gw�?<�m ��<k8=c�d�7���<{Ք��;N��Ƿ�@l�5�!V�R�{�yFa@������e	X��\��Ͼ��\���pw;��3�d�Z;��ܞi���T�y�K�@G↓!i�g`��ц���٧�ٷ-���ϰ(9�@��<˭�]��y�����̰>��8;z�A6��سK�����\��&�Z�oi𿥽����k���%������wwtT:=��K�e �U��=��h\�A��
�	����X���>��H���+�>�C����%��|\<��n�`/��&fe�:>W�/���5�v=w���>����c�rp�S~��!������ܨ�"�VP�������ֿ45�g�����7�j��<�ᑖ�x|9�x�|�"���0����/��Հ0(�`�����x�����'���s��X���70�������l��>w������?�
<���X��X���gde�jI�Fe�{�y�]Jt���!]�Q���k¹��[�羻<�(��v�82w��N��_�~)�_cjf�
�6+��<ҏ�=�U�@2������6���z���vv��£0����'�*��-q^#Am��#����澡��]�_v(�sߢ3�{ a3���RJ�V�F3����4I��_������]�ʿƟ*�q�NK��$D}�g2���9�Hyǰ�4
+�󓉌�q?>��K2�+ʑJ�Ǯ5������аY�:f��oʇ��8�| �}�Hdt��A��}��N��B��w��7�U(^��BZ��~����pz/���	3���9�9zF������&B����tk����wjH)dݶ])b~��Cl�)x
��7�|�ޝ�JJ������������Gj&�}�lY� �TH�m^���~�Rr<�����;v_�2�ȃ��/Ă�ee�X�F+�$AV}V6�|c��,V���L�6�QX���r5��NZG�{.<��O
��4Tz��n��Lć�F�wI�e�e�z �S���t�賟z~Z��B�GO�d/JLhFl53kZVf,|�^���c͋����V3���_l椒��?#^套�R�z/�'��:Rƍ�0D*����=�M
+~\��g�5��L���2(J��jU�	��F�A�����ڷ���[��]���ejqm��+�䮻Mxm����ł��;�#o����D�̑�
+�t���W�K����DSIB?'{�Hi�C}i��89�Q#8()�q�&s:c��zG��k[����~�D�O}������V,sj[3T����OL�kOh3��:e������Ix�0$�ݥ����áx�`�9��K�O
+?�~��N0�Xj�3/�2�%��S�S��h��T��K
+ʤz4��-�Dƍ9�
����Tu���_.���n3~�>4�6�
+�?5캜(����nd"��7���4U�bVf=��bL�S7�po�5�.��ީ�]�
+
*�?c��n��ֳ�m���!���y�Y0�ީ�RA>,�o�����u������
+8[�mD�9f�I�WH�g�3�3ȭ{ߠ1��j͘�n�̏k����*c�3����d�(�ŗ�����_�^g�A��K�n[���`��x=u���t�ش���:�J����b�ӕddq����
N��;�$��tT퓁�����ރ���T����~9��~�����W�p#��T�s�S��1A�����*�@��������j��mXq�$��Ea
+>]k��t�WՈ�5|g('�_(�R���/νxD�}c]ߵÍ����t�"S�A�b�����{u���GW��o�
+���2��G���V�c,�*,�V8��g������a#���v
+�J�
+QZ�sK)!7	�)U�)%ݯ����y^����z��\Չ̌�t��vo��L��)Z��B��>-o�
+F<�Tv��7��(
$4~x-#|��JkP4�Z�p���Nh�c�5��:f��s	�BiF��te��iή�鎙��0%$��H���Y�I;�:|���8}����c7=sMOUK���Z	��Q���|���QZQ׍�Ţ�Z0�v��-�^_'T��\�'��<f�p�������g�������y?���qcv?���9M��`T�o00�t�Q;������0�²�K�n�=q5&b����y��C(|�W�Xk��e���y���L���+��#��/m�'�CZ�SŬ�2����+��r�̫>5�W��犷8tO\�쵁VJ��pj��?��,�:��d�iE+����#��	N�{����/�G���j8�	;,�����C��XݜѲ^�-�F1Qf�O���L����pqN��$6/q��$��e/q�^�mv��]�f"gВ��IO�X0�rr'j�@퀚3K��T$��8��~X����J�,�T���C�ъ'��N^y]t`��w�m��4x\8w�z�Dg�x�=�R���-i0,�toߗH�v/n�ʼnu�63U))��������]9�4�p�ߟ��8�e=�ȕe{�&F��9S�NȬ��p)���7�_�w	Um\0ew����pb.�И`�^Ff
)0�{�j�.*�M8G
+ְ�o��L��L���Q��>����y_���lݽD$��fQ�~�Vx8Sh'@���>�/�T3D�B.��=�zK�hyz�t|tT���ϑ9�0��ŤC������c���[0Qe\�`��l5��Q�� �E�����@�y�Eߤ�b�E�O��a�,~C��aˋ��.����ȗ!�d�Xn�1���m��&�N��g�[�ʬ2�V����%�e_�[�$���j#�0�wr�����^�>}�Ǟ��+�5�@�h��PQ�N��:<</�����su�\�f�j�����
+�j}��B@T�{	���{���� ��$]đ�Eq�W�g��R��U.��:XB����f����/{\'�\cM�7^�L�}�4G�K��+��^D䐟������Ъ�cf^|y�D�&�pV�DkX+�^�݉��'�ⷫ
ԏ��?�O�(ZS:���tm���#�w��`�Ӧ���@�b�M��L݋�/")qDco�N4'Z��E��	�x��˂H�hY��SLѨ���$
u�U��2����,>���~�Q�I6����ؗ��,B��"�^�RKq=�&*?�3�$�{�}"�v$��"�v���/iݨ����G3���yL��`���F�u���zͺ�oCRz̯ү��hڑ�ډN/����nnz�n����4�i�=�D�(�Jf1MN��9�_=[�8��;cP�Z��QT��g�v����+5
Cviك��4av�_[�'r�~�Y��a����'"���������H^~j�m��臟Pu��#*ܱқ��!�+N׺�*]�RJ��}b�8�h���I�|CX�6�f�������>��������ʛ�����u�6��e��W���,o�R"�8��rC0���F�kg&�V,�EY�e'O��n�W��4�Nj������b����%��"�3*jY���2���7�#�߰�`�����%7�4��v��a�P�}_ �s�4sVl'�_�z����q7a��&��
+S�<!7�f���N��D��~���	m��>
�M%v�;6-B�8��STW�!�§�y;-V�N
>A�c^���b�L�:�����D�ܲ�-n<����\������81���I��+��eV;���ƧM�U�&��Y�
+�s�f9�O�So��r������)���=˗M��QҴ�j�cY�^��L+^�a���:]F�8�����G	K��sl"Ӳ�o�߹�(Y]S(����G�^UY,,@r���T��@љ�	�G�1�k��t���i�wbT��H�0�h��8��䂎,i���i���\W�:[����̊S���5�Sc�������X�=�{��ڣ��>���}/:�[�Z	!��F�=�.��v�Ss�W߱�%)��BT;ZIU�Г16��|Cj���khq�e��IXP	#���3տ$c��b7�	n��X����ްГU��#�b]C���s����$t�_�HP��X&Qc�b՚�QέPq�q��w��y�
+"Q1�m>3���v��*��KhoIV��M��Nw_����>RT=�gK:V���DƉ��Fٍ�LcT������^��QQoPƖ�s,=�P������In'P�?�W;����~ �ϨA�JK(��7CV3�С�ӻ�
.$��(�9
+H��6x(Rm,��9'{�a��p������}\�4���c*F��eq����(H%W�0Ϣ'_S;e�|[�4$k�� �2i^���i�b���p{x���{Yd�)-\}����LV?�r�U�֓nr�v���8��c�$�����FDq��9B�X�����<�z�?Gv�h+;ɿ�/�2�6��//8e7��})����1��p��3n#��v)�tB���I֏՜jy�bu�
Ϯ��)GѪ|���/d�͘��:�b9�
+ăҕ�k�&X�#Q��<Z?�jb1���*�kG�Y����E�H�7��m��l�
>%2ZoT7O�p��m~��qxE���L�%��˵`o�Ü���R^{�%d�w?�:L�1e�#R�"��9�B	i�&%`���*]DR�p�߶P�hEp�?�>qN�2���(<��/uڀ����}I���P����/aʃ_�ݯK�qٵ�4�dLqZEgH�8��ǽȗX�x` )C�u句����/���f���Ƈ+�*!����}	��ZU���� �M�L��?���ɮZ�O:>�$<�F�i��nH�HS�""q�\ԡ�wT�M|
+`��y�2k��#�g��H������/oS�JK�a5�p'fLS���]zFk�,�ڄ�n�|�j^-�Ov�Xo���	�/�H�E��VS��0k&��J2��=��t��Fqw�d>r�t�����/�f%�5�("��ke9t�sӖ�P�;f��0�l�xN�$�/�K�rH�|�P��7�G�G�)�k1c\�J�҃dϓ�x��`��;�p�Q�e�8�{F|�X�`]�rr��C�5ī�e[��o�����ȻY.�������oQ��U�E�#�|G�5G�vt:e��e���6��m��0��uJ�=����K�p�/�����3a��c�������(u�|�bI*���a��:Q�]�7Q�����q���A�ZCj&���Mm��5���l{ԏ�NrlI�6���k�Q��gZ�������_\��V~)��e#��0����mŖWjd<���_a%���IO�`�Qg(ŗr�u���r�Nz�Ɏ�,k����[%���T �Ơ�-:d*y��z
2�9_�V��`}�fε����Qb9��,����+)8�vM���}Xߎ�ʛ�h�3OS����Wݩ�98��D�J��'�k%"i�(�^HU��E��M"�(�<��!���VT�@ŷ;&אuT�_�|�@l��bz̃��f'�n}RS��������WM]Xiw���9*Ig^�7:�"�H��H�/ގ��o��׻�"��~���1m)Y��UK!.�\*Q���uxɘ� �I�T�6�{���	�t�I�F�U����U�����~OӔ[mL���r����E�e�$S�-�{i�c�����SՌ~�K2���I��4+=n��hP�!.LA�Z��A� >�y���'Q����1�»ϰ��WY���O
.�� 9��™I�1M�^>Y��PaXS=D�Ρ�H�����-��1��{��^��DR�1�Ϩ�
+�j���y�W��-�Ye�^P|Ѹ�縱B)�	]��Z������P?t@'M�o�i����>5m����(C�z��Z�R�=�N:N��PK �u2�*��g�U���΍X7a:���_�͝Ef���g��׭(y����$B0�M�X���a-{&�$>����!���Pƙaz?�k\M�ÃǘΟ�»|�(�E�_WF1"�B5q���y�9�?����凲�k(�D��ܭ�%�M_ k$��:�$:):4}M�׵����A_V9�!�@y��I�������В�ED-�����6&�
+E������c-��G��v1�� n˜��%e�)A�*�4<zaԻz>"�
+w�f���Į���2�����~�zA�q_�1e��#=e�>5ЀQn�o��7��=�
+|]^,�5C�J��Xˋ�{��������㣾�0�U\���3Z�B��=)�B��O2�y� :����,w�����\�mm*�Bҵ�i�6}�p��OI
0y��C���J��ǝ�U��T����vD���_D,��j+�i��K��z���<�OΚK���$�$�
��}��fۺ�8~���g3w�p-�E3�NTח
�/~�FNޅzv�V���R��#颞�6Xo��6q��ɫ^���p'd����ta��9��˖8�Mm���0�������w{�_�l��ԈI���C��4�����(f�c�.0�t�l㒷�XL���5�~�4��y �@�k{(̈�n}m{��O�Hl����G;R�"�>'C���ܜ(�!��8͕�(m�{
6t=��OJ�w]R�s���\pzs[��{��C_|�wۢjJ�Y̺�����-�/�ʼY6��)E`w��;6�܄��ʽR6�ڣF�l@e�2�؈{������C
�s!��;66�R��򷷔(*9�Ws��P���~:`3ŧ3�GZkO+ڏ�RSY|�o�1�Dp�9j-q�ݵ��}Ĝα�B�P���~��I2����x��t�۷?//I�r,�>�o�`ܨ=��Z�����?P]���Hϡ�f��LU�bH i}pXab�Bd���vǾ^�0�3�a�6��k�nU�OsP˦$���ժ�'�\�ނL�Ac ��c���Ŏ����e���m���ЌU���ݟ⴯ay0=v�i'���nH��nFb�ոҀ�ƒ��!��R\	���_���	m!��fF&T�C k��0O��P�b|S�n��S"�!Q+L�����ށ`�w瑸�7�ާGy��~��/�_��SO4b�~Z5�Rj9|� �DÐy]:��)��s4uT����/Ǥ�f��ni�B�#�#�䂰1��Ȣv�0��ϕ)6�S^m^�2��3mj����*/M�'O����}�i���Uc�/R4*�ϔg����(x��C6al�!�OUT���K�d�]1�Q�W[O敽�6�H;C�"�[1j����N��:���v+��B���cݡ��E#
+~u��f�.!#���4%mBK��E�����X��6L��6!�DY�aff�O��WN�}Z�g�鞛HR���l�z ���D57u�=5�!'M���AҺ2E��:6�F��;��Rއ[BzK+�
+�!`�Ȳ�e�W-��;$˫A~��_'�/�f��=0-�pe�b\_"�"f]��5|�D�CV�n6�vh�b��7��Eg7�cXS���`U��L��A_��|f0g�q�X�.����p߮k���W����[�P>4������4v�����뮜�J����C�8��ZZ��<�&���1�^�=���Ϫ��?Yt�_-q�j��Ӛ�>�`�
+d�9��ѣon�42��Ջ4ͳ����ۈ	�+��@{�e�^�xgD_��R6�w���-7[:�R�M�d�2x����ٰ<��G{|E��n��rS���X���B�:q�h���Ǥ���L�]"bF&�Wtz`k�Q���j����x�2U?�
+(|Yr��A۟�^��`�Ma��e���Oa#aT���s;n�@�wm��^��A����"�\��z]�	ԟhݏ�d�Ij�����N�����L��>�1Neڇi�E�ˢR���"(
me>������T���f|��/�e��b���
+�V���TY��G��Ց��`s
+�����sԝ�bd�:�z���q�yLmc�v�~(5Xt�_���X(���*|<^�V$yAQ����@�pvZ#{-/!~+X3>mڌ�RK4�=�����~l_r�Ӑ콊%��M��L��H"l l��"ߚ�%��U��
c�B5�+�_'�n*���=HDV"*�����J����kwV,f��tb,\�#��"�\>�hY߼����x��G���1�D����w|�+�lN�?x}��r,st�"��<����[�B�"�-*��̙d+�0Q���]�hlx��Z{ub�Œΰ�*��LC�H��R{��ʣ$�<A��kk��ҍ��%���+L)���d�j\�֪14!���f���Z�"n-����`W�ğeM�
�y&m
��>�|w;���2�O]+.�G����������9Bt�
��M
+/��o����^LL9-��ʈ�?d�8
+��N;^I^�<8[af�����ig*�B���R��_�'ѷ���s��r�t��Z"q_���.Y�������r���vE�K
+�аg��yr��^�a�7QvN1}ױ�꣨�Xi���ʧ�����R��Q�1�R�;E��'�ù���5��l�b���8��eѥѐ�ڼ'�/g����iT����%�`���!9}���x�FY�@A�l�P�&:qN�Ԯ۪)ֺq����~:��
+�됗
�^��8�7'B<9�rIȖ���m���6���ɉ��e�^���E�qw���(*���s~�������mQ-V+�&ڷI�'�e��V�	ZVf��_6���^&,����#�2^�3�D�<��Z�	P}D�m��F`��5N��7��ʌ��ةQ�mM���n�.^"��%��œ4v�j�qF���{�mYUOS��G��Shs���2E��54^��c�/�D@�B�t2[+a\^b�~��i�yx��P`�G�<y�����F���m:�Jd�cZ��D�>	�kj�>�zSK��N�)c��ضž�]$+��UF�i��X���ٱ�[!"�h�&�poE�X�1YR����ך�3'>aL����ko�D�ꌶ�Y�XW�S�'fc$�B�(D�g�T��`��$�\��]���r��N������;7����mG���`���'�A@(��:`��?*endstream
 endobj
-1035 0 obj <<
+1040 0 obj <<
 /Type /Font
 /Subtype /Type1
-/Encoding 2122 0 R
+/Encoding 2143 0 R
 /FirstChar 35
 /LastChar 122
-/Widths 2129 0 R
-/BaseFont /JWHHZP+NimbusMonL-BoldObli
-/FontDescriptor 1033 0 R
+/Widths 2151 0 R
+/BaseFont /GKFSMQ+NimbusMonL-BoldObli
+/FontDescriptor 1038 0 R
 >> endobj
-1033 0 obj <<
+1038 0 obj <<
 /Ascent 624
 /CapHeight 552
 /Descent -126
-/FontName /JWHHZP+NimbusMonL-BoldObli
+/FontName /GKFSMQ+NimbusMonL-BoldObli
 /ItalicAngle -12
 /StemV 103
 /XHeight 439
 /FontBBox [-61 -278 840 871]
 /Flags 4
 /CharSet (/numbersign/hyphen/period/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/r/s/t/u/v/w/x/y/z)
-/FontFile 1034 0 R
+/FontFile 1039 0 R
 >> endobj
-2129 0 obj
+2151 0 obj
 [600 0 0 0 0 0 0 0 0 0 600 600 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 0 600 600 600 600 600 600 600 600 600 ]
 endobj
-1026 0 obj <<
+1031 0 obj <<
 /Length1 1630
 /Length2 10814
 /Length3 532
@@ -9893,8 +10054,7 @@ endobj
 stream
 x��teT\�-w�-�	���-h h�K���ܡp'H �;����q�������ݿ�x5Ʈ��5ךK��5��:����1P�������P�;;)��*0�͝���A�7���Z�h��J����-�)@h`g����!S����A�`����=##�?-�����y�t��h�^\��v�6@[��;P�-��3�5 ���#�$
��V��Hm��F���VL�
  ���`f����`bgk
-��5'�7.Q'���hz���������@G����;��0w4����l�ٚX;��U���������<lް72;'���#�x˪"!��:�F�r;��`��ٛ�����_-���Ѽ�`#���t���09�[���~#�w�]������0��F���@'�7�7��>��{#{{k��������@`'��2�[N�[ns�-�ǿ�E�����������c.@ǿD���пadjgk�0�!T������Tf���A����W�����������=�+�������������2v��_����#௻����ـ�����u������WXl�6Q[�7a���YX�a9I�܀�* ������mf�5lM��� [�����-���_�� +ۿD���5����������
-��J���
�����&�?����FK���?�ٹ<������<�N�/����o����� 7�VVV6����?�<��������_��6�5}[��0��8;:�i���������^{ �
h��8gg"d�������������l_\��0߯ʮ�75l����:��a����}���y[�ag�Ϛ���$�؛��+��*M+�N�ǯ�hiGZQ��3
+��5'�7.Q'���hz���������@G����;��0w4����l�ٚX;��U���������<lް72;'���#�x˪"!��:�F�r;��`��ٛ�����_-���Ѽ�`#���t���09�[���~#�w�]������0��F���@'�7�7��>��{#{{k��������@`'��2�[N�[ns�-�ǿ�E�����������c.@ǿD���пadjgk�0�!T������Tf���A����W�����������=�+�������������2v��_����#௻����ـ�����u������WXl�6Q[�7a���YX�a9I�܀�* ������mf�5lM��� [�����-���_�� +ۿD���5���������J�r�j���
�����&�?����FK���?�ٹ<������<�N�/����o����� 7�VVV6����?�<��������_��6�5}[��0��8;:�i���������^{ �
h��8gg"d�������������l_\��0߯ʮ�75l����:��a����}���y[�ag�Ϛ���$�؛��+��*M+�N�ǯ�hiGZQ��3
 k��ܬ�;��j_!O�$������~�.�~8T7��>&)u��m�
PX5�G4���7��C�}�p]�D�ٱH�.�h4�~�Dº��[�jw�b�r����N����Sg�rUm4>_p��e{e���@���!B�^gY�f�^FT{�nR�z[�5Z��3�쌗*J�>#
 s�x��*o.�_g}w���l^�k݊ԏ'ؒ(M�{�'�Wu��>`�p�d�oR[���!��&X��FZ����>�%��}g��[˽�b6J�uq�DP�}"ߞo�/2�K�x�$���&�6|I�k�QᲪ֏��(F�"A=P�2�ܘ??�@�巇�Hki��i���'��f�����e'�ij� ^����!,l�@Q��x�
�y�3���߁D����ĩ;bi���Z�7��f]q?�lc�?�}�U�YFVg�\B��f�O�A���=��P�>b*���
���r�[�E��o]�7h��O#�]� aOp�ђݬy�G���K�� �dݎ�6[
 �#Ҿ��u���p���\�4hS��E�f<	�sj`߮��Fp�(����|k-�=��E������TvalݴX\0X�٦?�|ew��K�K������ج�ʊ�]ݐ:�%��~���7G�����}
.��<!� !�As������Ԛ(;�3�7���0]�Q|�^�g�C�U�ra�f�gzf�e�E=n�d?8!j���WR-兝D��ʯmh$��a�C�������C�wk!F��I��aN�4d�6x^z/�:�����Qg�A�N6���pP��?���D�Đ�9�,4(E#���;��Iaꂫ{���U��/��H��9����j�(XW����ˁ��������_C�[u�LFq
�ƍ!�
@@ -9928,35 +10088,35 @@ Na
 ���6?��%X<��6������ӷ55ιb�(L85�3��������/��7q�‹^�_5
 r��Q��42"�Qyܽ�8[E~*�\��Y���&R�n<N���Ό���8m�pf0
�<��̜/F�{��·�9��݄P���@c��4�;���ה���K� �$�dL��$?�C�Y�F���&�,��<�#@�%�]g�hƦ��҆F�`{&(]��/i���\p�"�b�>�M�����$�u}��*�W˹эw�Q
 ��W_hi+y��ŋ��
-�f	m���J���ϥ����e��i�Ft&����Ӳ듴�>Y`��{���2 ���d�>sf gz
s��Iϡ������K�Ve����;NIN�
-����[x��?�� !���x����J�v<x�/ OK�5��#�/�Վ�+p�IWP��p0�-�dQ�&et-3�qo�O��_�V��'�K|�id��&�v���?�!���'L��F�`;#G+��(��endstream
+�f	m���J���ϥ����e��i�Ft&����Ӳ듴�>Y`��{���2 ���d�>sf gz
s��Iϡ������K�Ve����;NIN�
-����[x��?�� !���x����J�v<x�/ OK�5��#�/�Վ�+p�IWP��p0�-�dQ�&et-3�qo�O��_�V��'�K|�id��&�v���?�!���'L��F�`;#G+��g�{endstream
 endobj
-1027 0 obj <<
+1032 0 obj <<
 /Type /Font
 /Subtype /Type1
-/Encoding 2122 0 R
+/Encoding 2143 0 R
 /FirstChar 34
 /LastChar 122
-/Widths 2130 0 R
-/BaseFont /SVLVEN+NimbusMonL-ReguObli
-/FontDescriptor 1025 0 R
+/Widths 2152 0 R
+/BaseFont /NCAJSR+NimbusMonL-ReguObli
+/FontDescriptor 1030 0 R
 >> endobj
-1025 0 obj <<
+1030 0 obj <<
 /Ascent 625
 /CapHeight 557
 /Descent -147
-/FontName /SVLVEN+NimbusMonL-ReguObli
+/FontName /NCAJSR+NimbusMonL-ReguObli
 /ItalicAngle -12
 /StemV 43
 /XHeight 426
 /FontBBox [-61 -237 774 811]
 /Flags 4
 /CharSet (/quotedbl/numbersign/parenleft/parenright/plus/hyphen/period/four/six/colon/B/C/D/F/I/N/O/R/T/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)
-/FontFile 1026 0 R
+/FontFile 1031 0 R
 >> endobj
-2130 0 obj
+2152 0 obj
 [600 600 0 0 0 0 600 600 0 600 0 600 600 0 0 0 0 0 600 0 600 0 0 0 600 0 0 0 0 0 0 0 600 600 600 0 600 0 0 600 0 0 0 0 600 600 0 0 600 0 600 0 0 0 0 0 0 600 0 600 0 0 0 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 ]
 endobj
-949 0 obj <<
+954 0 obj <<
 /Length1 1606
 /Length2 17112
 /Length3 532
@@ -9968,107 +10128,104 @@ xڬ
 .��F�#['*���#���������Ҝ��b	9�N�&F������c�؛8�X89��X8�
l�����`akd�b�O��v�J����_�_0;'g'#G{g�ߨ
 �b���������N��;ӿ��vF.���/�_��Vg['�����?�M��N��c��w��W.N�f��-�����������/�_���_u���
���=�u��_^�+g'kSz&�1����6���a�gP$mM��L������O����D���P�M������`lb
 � g��7$����e��>��(�o!�����7r�����������s���3��;��^0��� �g���|
l,�=����f���O ��� dk��
-Fz�+-��,�M�,�����{�/����������_.��F�#�ؔ�-��l�i:ۿM&�����_z��7�Q9�4��M���uge�����:d��������;����@���	`�dpr0������dYgGw��ߒ��U����K����Fv��L���������_��F.�����]�[����5�&&�&F0k�vF<���2��0sG&E���@GB�K��
-�k�z���w�*�?kC蛦���=���������0�)zSM���|H�����;9h�tK�3.Ԣ�nev�4�U��&�|B�Ow�8BݼP������>�#��5ġw!5���_�'��<S���?ĥɉ�&�q�'��w���T��^:�����`4���|�`�g
-�٪q�Ƽ?��W��S!r��r��O����J��h2%�&����BO�q�:��[gA:�s�Kǀ3]���t����ϋv�<y���-݃F��e
-������JV=�W��F����7TD��q%E�����J��-Ce�B��v^:�%2;GΘ�+�޺�	R#�]���.�Wq~��u�$�3@����GI߷���pq�g�!/�T���������5��:���$�P)@߫�,
�#��vU~_\��m��6'H��݌w㘗b�v/�{������]��۠u���Л��;�`[M5ދ��כ�)i��rr��QIe"�8ŹΏ�|��$̟"�":G��2Yn�"�M*�c'�\���b�|"#��f��Ln��x�]��)��3UXm&�~lV��փ-�Z��Z{ri�6���,���P�匓e�,H�A��7�v���4�� @�����10�~7�lD�����vI"��+���&,�I�/=Nve��I1�@�)q�D89�6R��aF|��.V��^�3&��Kc��+�gS4���:V�,��ZFU����C��X٨
j�!*��J"�Xz�+�I��5����}��W�A�Zn4��[P�"����8f+$,7Z'������������+�Dw��Z-&�����y�a��h|�.���PȦ/��X�^�#����NbXp���)��2�=l�-%�<y1�j�pT$>}�kZ����w��\��e"��PX�/,3"@<�S�{4��3#���i7.��[�Z�
���6��7��u�eHfՎvl9����.��C�p�מ��
-�Z����ANv��]�y���{iG�<y�0~�逌�$�����hYR���MʠV�OA{�Zm��É���/�^���4�y�,*His�v��LM�N�a�η\���cF��!]��A�������J�D�
-��qD�49�Z�*G����:)�Gg༥���.#J���;>�2�-�A���}�c�~~*�cd@��8���?W�2,�i|Z��%s�J C�Ӻ�����C!����~0w���L����=%�,jl��ނF�8;��JND˷�U7��w����gV���)��!�Ne�~�m�EG��qʥ�-�9���_*n�Av	�S����v��<���Ɋ����W�����.�hMe�:X��/=\�� 8�O��~�T�J~^�ҏ�(E>JA�Y|̼c���Ѱ>P�}�Ҿ�*"S�R�M}�7�K�a:u�K����
H��D�����lű"��Υ�\�R�#_�1��.�������7JZ*|�P9	{��\U-㱰�
-ڡQZ���w����v7�-ʇJѦ�!��������9�F����=|�KYg�^BX�؀��Jk8»8�Mz���&38S��u�T�o�	$�ǘ^�zE�w#����d8�;�g]�M,�t��{��%�q%%mw����@Je�_���s�g�`�R�5EB� nD����"8�nx�E4�V;�6Qh\���=�X ���G������싔셭b���\E������w#�<���a���~uԛ�9>k�`���X�nz�a�|�Ǿ�v���+=L6�M�f"H������6���?
-,�m͌%����|�"�?YH���]���!P!1):X���~R�������/����,�������W���`���
g���t��䱇s�e�΍4M�G�>8����d���F�����3 ���i.�o��|ͥZ�2D3y�PPj��fG�f0���<5��!S�/!u������
-�:|���.���_Mv��ac�~ϼr�]�˱����a��b�:g����b�-��#�P!���C��bL	��˘]�]�*�d��	��n�"}x3<	`C X��4�Jr�BH���ʄed�I��|`Z���	9;Lg�p�or���敚�Tʪ�i��o�G3i�D��Ѯ�B��e��B֒ G���7�2�#?M�*��gm�c�G<L��1�n���`B��0ݣ?�n�����C;=���w Q����N�w���ھ�7�TOކ��\7m<��Ʃ3�����Y6xv��k#��Ks�{ϳF�-�耞&<2Ӄ��o�E(=JmɌ�a�-���#^3�����d���n;d���:�Ck^��b��g��~�X��Rm��a�����ԙC���&��J)��c�v��5���:��nD������i����}m�u�����B����X���BXl��������qw�g�nːB�.R��R��*Kg�6cc()�h����qQA	*�Ӧ9h�3�
�勓���0�Q�xQ���J��#$T8ĥ(Ҁ��u�&k��SpJ/H?r�Y�!�LNؙ�_��T=
-�ǣo&d2�-j!��$��V�~0��o޼c���֘tT
->=��[|T^�h��>w~�O���Дr_�68��R��XV��-��$J��BG�2E"������=ڤ2߬	'�F��bP��)���	dź~�o����d���D��|��#!v��o���$WG+�������v�x���T:UY������y���ި���b�3��~"�
����i
!�T=���r/2�����лHh:cA�u��/[L���?�4~i-pL6���g�^��
-v߶o�'siEI݇�>T�M��.�t�>�)�
7J��M�"Wv,���{ �~|o�$ï!�ܦ�|���˨�ͦB��X�2�{d�����u����܌��
-�s�����h?����ߥ��Ex�%8�5�ó���o�Ҩ�^R��jfrM���8���x���;�J���y.�\Gj�tP6;L`�6�R�#6C+9G�`X��/+?���E�d
n`��/F��y��s�N520�Bo���Tu�X�W��eBi���ڀ�n��Պ��� t�˨�Cؐ����^�<ߙ&�2�5���*}��/�d�FЛ��Z��?�M�����̤(	� ������U���n��|*0���;���b����O1�������d��x�\6��A��!r���WL�	�
��	�����nT�۸	;����Dc�B#e�>�l��2���P�i�	߱�1�鼽Y��a�u���.@���	��)�K�b���b���E{xa��;��IҮ�njg�O����_����
-_ˣ�ݐ% }\R�:�J�d��X�d�>/�,n�5�r%�಺����mV$H��ql=�KZ�(�ruP�S��R��чȵc;"+?�c����!kȼ�6�����l���4�(A��K)-ݒv�������L�J�r
��ڃ�	~g�ǿ2c���$St[���[�]��1Vz��Z���J=�YR]5�ç9�|[Ey�E��:�4�x��+*���>�yDU��h��>I
.��=�1���c@����q������Rj�z8�v��7�EU�}-H�2��…��vV:�:_��Dٯ�-��m�V�#P��4Q�w���7`��o�J��Fݪ<^���9+���m%��v�Y�Q�`����u��i,gϽϱ��_��2��^ҖL�pi`J��	=C��&zM,�M,<�y
1H��'v��b��nx���ڷ�KK*��,/6y#?H�[M�U���X	A珺F1~���ƌ�����ЗZ]a�\W�2ز�p׸�G������uv����uc���ʉ��W�e�wXSH��?�^��\���H�y0&�c�IJV�������	����1E��3߮jf��D]�z
I퇹`���6p�1�aTm��ۙ��ߗ�d�*{�",T�]B�Ёo�V4�X>}��+GC�<Cߏ�y���/��2E�U�6+ڥ�a����cR	���~ثV.uy��՟�eˮA�t���׌���y���
-;����%}�ޜ��z+q����l߫e�s�	fi�lFN�m�*��.dT[?�o;et��R�o�X�6<���d׏�e��7�șs�� O<$9�2f�|�����h�Wb�*�4���"���;�]g�j�9Cj�\�.��͆�l2u�9�]��;��@�,��e�iN��sl��!�C�.�!7���M���H��a�����A�@�<��5�����mRwi�f�-��E^voF����Gڵ�}NS�`��uOu��M�6�'���ė����g��hmУ�'�'B߲��&�)-���TUn
J����`�Zߩ	�?�W�Jj�����R���b��\k4��X���������M�IA>2��-L�J���~�0�3y�*�#f��^��(���Qˌ�m0�&C��\
� �sTj��A:&ԬX�DGi�x~7�J/o��
җ48�����b��8m{|g�G�b2m��V�oidm������6�i;�<��Ϲ�%lY�͢x��jz���uL��u_�\�滴�e��|2Du\�`�T�E�+�U>|
-R��_�!'z��F�ԔV�u#	�e��	���OLS��e���Ex!#�p �^0�1�S���l���C���2���}��x(��
-���.�ٍ����D�[�vč�)LH�k��!C��eH�tr��I/K��'�&�"łu���.B�J���6�<�mJ�b2��<zB��2~[���6l�Ͳ��a.�����3Q�l�!��v��wURo~�F/���
-h�|	�}�Rd��Ch4y_���T��e�����-�bb�u���q٪�����"�.5Mݧ�S�6"+0�"���oF.�����Β�Ȧ��p�I!ʒ��ɉ*�Ҟ�.�I��H	�
����5���y~s�y�<y���W��v��w�>�}ArL�'�z“$�r,���%�٣�Y��	G�&���9s_C�K�����Q"K+��M=2�y_*ꑮVr�b擖�|.()$Y�m���W�w�45�[
-��B#?���T�ϧx�:���p��߭ӫ�ҵ�2ӭ��׌��-�Z���
-	�cH��R����C\qbl
-p�sw�H
-k無��-y*�mkY�>�2���˻�
-��i�~�<T2�����V�9H;��uH��5s�~t��\hݝ2߁�����
-�h�
-�"9��fӉ�hrx����|�!�\���y�bbF���K��S�~���ý~��F���(�����^A�ҌT�K
�aA�f9L>Ұ��I}��i|��P�A��	/����\�pe<�8�M#��"�%+��~��
-zA�:ۗp�!�^��vA�b<������Q�dW���H��D*uK*��:��F~�1`g��Tَ̀2 ����X�Ze��A���o������͒h��3�3{Vsl�.k�����U�jh��	g�?���:��-���8HM̙Bn�&B�@|Sn'���%T7����N�����d_�C3�w�����p�tj�Hg�U�UP�}��7���I��rLEm� m�Ei����V���R��ʶfn<��X*Y�����4�; �or>�q���sҵ"����j�t����"⺋�q��(������
-&
S�Y�e	H;H��q����X��Wi�@�&k�o��"�%���W�;yf�
-�v����vI]��;�����F�.����T��`/����Ji�>S,�#�������M�lL����z�����z���^H�8�j�9Ux,�}s'^�V�����`<@\-ؘ���v�N����A�qy|����>$����ǏH�����H�U�MX��&��.B��T���̃DX�5ʼ$�Ch��G��M�Ă)��Pk�GSJBc�%��X�X��bc����Bq3���%��8Ř�ݷ��V��,,n����tQ̡�L;R��?�zGc�Wt�q�ı7�����ij6C�';�*8�A��,X��Z��[]����#S*Mͤ�8���}I�(/��d:ǀ��[ăLMbT�����9<���⼨d2ʦ��Cj=���@��zv<�Q�;��b񤟺˹�d)m��_h(���`���4t�0�
,��R
��.b�X�CMj���Z�z��æa�3��Pgp�c!Nn<�,�b^�M�3��p�}�p:}|��D��]%'�T�:#�A��F�V�0b0�4pϑ�)h�aA+�z�C��%m�g��ą	�I�b{�6�w���T�҇c�w�f
-{{~D'���	�.$*>>���1�m̛���(�W�b���l6��>-���d~R3�
-|hD�+i^D��.(���483R��IJ�@�t)����Im1iM?!+�M{�a�]��A4���$�O}��'��ެ�[{/T|F��C}����sH|=OKRe�y����>�O��%�G�)�6<��rԢ�S,�HǮڇ����&%@��~�j5��W���	�����:�{"�vfT!Ƅ�y��qIz�*��m�v�?5{T�0Dӣ	b9h������y�3���"
-�v����Q-\~X^Y<.�/���1F0�����<���J]R�9���t�V�6[8��ɝ���T5�]����;��:�B��j��O7�\C�e��q.����ˊH���۩]�d��+>,ܼ`L�oXG��v-seS�d�W��ɇ۞	0�H�[x� ��>�^��vJ�
�@F�ބ���憉��t�B��	���&!���H*Z"��G�?������g
-R}�n���-x��1-�;�&Y�A���A�x��K\�S���
b�nGU/0�J�P��(�eߢ��i��λȒ� g1�{"��|�G3+a/L��ٹ��2�ӊ,�������	�F9��#�S�ox�Cw|g��u`��u�M�m��	D����|�3�;ە���W:�e��g-�(ƒ�kЋ��5���Tlf����i��MO�3prN]�
-AA�/��|��m?����jj2q�4(�����zQca����T�r.��5���~йc�{	�H˜�"$m�U�bJ�O����
�5�N�Mۡ
-����8����EH�.����FM)�C��-�Q�Yz�?��l�K�D������'�!QiM�b�����ˡk��۝��
-�7�ሳ�W�t�>*4HN�z���0
�\�i�p?�J�)�'���d�<��`Y�V .-Y#����/���(��q��x6�ATK,rO�ݜn���4)���m0���.��3�e�+�v��g�[��r��k]x2���,R�\�m�,�J	�ZFFx�8���u�.!�^R�o}���ʗ�Ny��1�X�0�	yⳘ��%
-��[r]�'�����V�_j��q�4����<W��R��1n���2f�I��Q����Z*zN<�������w�J�� i��$Ub�S�h��S
�ICH�PbGm�:u�HR	4�b;�qg�ɓX@�7{Λb~S}~��f��1�~S�
�Ў��~����BV��d��Z�4:}�35i��6W�#��
���q�	SՃ��m�`����5��O,�0������-�8ɔ�4-e������tC5��\�-�b���,>��ڊC.Xu� ����;exhh�yvM�*�%�`d#���~�i�4Y}��tR���v�����0���O.,ly9.<��ُ+Ӄ��g�+�X޿�^C�k�;�[Q���2�7�=��8��xu��H�(����̱m����V���s�-����U�7�I��iΘ�*9�œ �R�+�J^�ny
-QhN��f.���"�x�b�!�4�|/8��c����2_U�9NF����8M���
-E$�] 02vL�1���&�wx���;|J�WF����_�>)27�`�>���|�	�ԩ$@�
-�Xo�������|_w��t
��j���:�l��*�h#��#Ҕ�g�s�$H�g�&�n!"��3�
T�x�i��/�����h�iX�ꪽ1[��n���T��ַ@Q
ے�.n�ȇ0��f��8�	�����sӪ��yX�[vl��N�����$b71��y/p�-a�E�f���b-~K�����ȃ�>0�h��Ozyů��{�
-�g����dkqQ���W_�淦5�ް�-IL>ċS�?�D#�U����&��\��b�����r�X[n��L^�S�ؚ1'�/n����$��n/&gl�i�����aC�^@��4�n�nI��<�I����z�˞���Zh��q�r��^Zg��=D`�˥����l��2A��5(q:�0D~��/
-������9B��$��
+��0mA��R�����BQ��9FJ����������� ���ߪ�_['�|z�U�cNi�11����|�~i�(�R��J T-~=�Z�Bd����(��HK?����&�=�Lsz�%:�W^ߵwk-i�Ro���SKd�{�W_�m��Tk�3*T�5����h6�q�ʜX+�C���:��2����X/�D���u
Y���wEAM���9���ō�v[���.h�l~gf���i�i�I&��~l<�<},n_MW�zn�o{�t	����!ÞE�37�C)jFC
;>	��֓U�L�ې5�1.���r�v�z�3�8 ��k�{�pX2>}�RC�X��@�4�T4_d�5w�9�
5�oB��P������=^�T&[�� �
-��6�x3���)�lX�:�#k��!1�����v�[m4�g���AA07�J�ywӽ��zHM_PQ=#��4h����%���z�F�'Ͼd|"������?��*�L�4v������dm��@�cO���&Tp0��K}r�`fUx�~k�[�q�11���c
-��������TwAU!����v�I�:#��⊟?��}�A�r�܈ɝL{@�j�<�!ѫ�ѪjH��p���o�H�7o�D�G�{{��T����[�h�{�]�O]ؕ��1�"��\���}��)��X�3��4o�#ģ��9��4�ta��ԚU�q7�6y��XD�o��y�]C��zLyX_����2ÿhf�ϼ�o�E7�n�WvV)(�G�[�Hl��I֧;Z���˩�7"M8�T��~���.~��N^�l��Þӷ*
I�e��F��o�ʹ]P�^m5Y��I�Z)�O�1��艕�C9���<M�uZ)j~7K�`��H�U�Vn�Al�c��x�8S��K�(�g���X�B��t�	�"k����x¦�`0�DUY�4���Z���)�iG/���7O�~�4���\�N�:W��s<${�Z��<��.�N"�H�u����l���d��h�ת��������C��h���4YV9_fT!c5BH��r8)��f��G��;���S�����_~�\���\��&^s�����#O�g�"���ba��H����w;�<����^�L����{����8%�)�p+�6���h��u
�"8-^���WD�$�_�Č:����,����Q�O���)�)�=�1!yYgY���$t�
�w7��=�Ǘ���abg�7nR������*�,k��O���g��* L��L]^<�}��N�9/������j���
-��q� ��$�*8.�!~�4?C�A���sA0���+�B�;���]z�������O`b���o��@g0���O�s2	���9��q��@�O���0RK�}jr�cN�m[�2hL���M�!!���4�R5VՄE]�찟��S-����l�j�ɸ"������365Tը����#zu�E���ܢzy�_��e���{:x+^ѻ���Q�$��2����kr8���K�r)�,
-(���^96���J#�˿�$�!O�k�Vۈdg�sM\�<�]�Y��j��bc�5u���	�oB���WKn��u�eQ4e$�f�h2w[����X�bR�s��êkVh�$�KFs̵�+�~����"70� [��	�H��Uc�~^;L0���|$|�.ɏu�nJz����9v�-$�ƻ
��qs%��89I����p�f�6�m�S�b���D���s"��|rn����O��*�/�r�����v��飋Hس�*���?l޺�H��"T��?] ��2Í���سV璌�~]����Fǰ��'��h�!V����UJ���.4��~��I����P���SR��Dt��ҿ1v���&-�+ʘ^Q|�>(+3��И7��gry#�UƈY��5DP �����?�ZK	'��8��!�Üi���ÞZ���b�4����3�Νg����Nt�d#8g��R&�rzm�?���Z�X(�B�v"٭~�D����;71�w���1d��~ikcFbY.�h�/;�p��[˸�Ap,-��@b!4�mK�$iHR
-���Č�[1�ŠSG�X*���|�on����`mK����5��D�Y�`�W���;�!s�ߘ���Z1��
O�����S6�b���u�퍴��[,5a�y�������Bc/��\ix����l�`^��"	Z$�6����3�MܦL񬪚%Kt�$]�e#/��*��}�B\g���Y��
�E)F^�SZ��XRP���7�q>�"�
-%�4MG9u�b�{2����?Ә���O�t8�y�x���mۉ��@�
-�3�{i�T���
b�A!-�9�����r�����u�a
�|�b�8R������:�����x�k���F{���_^��"&�3y�f�gށ��(h^�V�%U
-4��Zj,%��,��	��O����8[�m��	�r��y�U�F]O��/���6;^d��'7zS�2�N,�$��*��ru>��J#*�"�;�w�1�2n�@f'=/M`A��	9�fqLw�۔�.���gReЛJZ^���'~�����(�maw��2���.��n�@�.�DV�����d�g���.��H��9�P�G��&D1�n�b"�B����*c�#�l'x����R��D��-���T���]]܃|6���H�`Ÿ�q�7�5�2N�l��V�.�l"S�[5	�I�8��"���h��v�$-?�<*:�z��
-��ȩ��H��]1;���V�}8g���*Հ��`i�T�Go!&ӯ�����=Մ�eeWh׷I?��!oku��6@�0�Ih���*oNG���@���a�+2b���?Mb�J��`�8��p�`��(�3]6��]�E�)p�_ȕո�DG��w1��b�:�S<]��#
�P^�}�?��D��&wv���j�2��=C��Ś{d�;aWPq��qQ���â�#�.�~]��]��m���nP�~g�x�T�����<���m�V1�n�����OOa��S�i3���.����\H��S��=���F���O�u<yޜ=	ށ���WZRw&.e��1�s���1�X��^99kୣM�K�ND4ߜ29V^[
uI[��N�̯������ſ�
U^~�L�k���ԗ��*�!U��R��ڇ����r^	D���s!��U���<U�����B���>�jlp0�j��#�7&q��}�6h��9�P堏���Z�U����t���v��Ξ����)����H�PJ$�E�?#���
;�XH��ԣ����¦���9Q��Ĩ��c=?QUg��N혈��~��|
V3��E���C)�9�M��5�o��;l
-;U�V�'�P@��~��:�i<8�_�;�^D+
-S�z��'_P��c��8*Mg�)��O"z����c),�S�:��ق0U�f���,�MP	QOAQ5��r*D�-+�E-J��^k	�z���.x�e����29���hԿ�C\��s����?�r�l��^��=s[������fo���?=��;�4]���U�k��^��fʝ���KZ=l����ٹ�f${��vR��V�Ph�ʡ�'�$4��b?ݠ0dL��#S&�Jok�Qj����#��g���lZtn�j�z�(n�G7�#�,;YREj��D�}���9R�&�J4�����e͆������ K
-\=c��E��98wy�P�Vg������	�y��܊�f���0pѼ!������z��Jn%��A��=�
-��?�C�z|��r��ou��J��9`� �	5�� 
���9X�ə��'�����=�r�2}�z��0�� �q9pɻ�2|������eNα�Y��6���t���F̶*D�{�F���ۋ,T��M�i���U�2��?�\~�9�,�>�~z��Ǜ?��1�W?�,�Q
�����,���_J=	����v�i��Ơ�3
-�Zb�j��*�5���t�c@u�A���Y��L�@�<���!S�X��g�[&IvU5+{�������)�K>Aq���,����;�F�jt�n����Z�p�5�b��=��7Jq/k��d*�ғ֦k�k�$�*@2ϳ�z���a�P�IV�SWi�1a[C=�.D�j/����.
-����1V|w�ҽ�$����J_��$S�8e��1w�;��]>-�D\6�O�mF���[��:_���c���&���C��
W
-�O��wx%�2�k���S(GQ��|s�\��T�G���OJ���1��p�qw
^�����DdOu�Ҷ?ܩ��큘;�d�x�<	����o�K��%�L�X�[��qA�Aw�-��2�5��2�̜s�ҏvԩB�S��^�i:?)M�uߓU@t�~P�#��ݤH腶eC�cacԨ�l=b�S,���&����gV���#m.fX�N�{
)tO^�|����j8���@��eX€I�a.�~Sf�� ay_�NW�-��7��u<�����}��I�T�g	�g���~%>�o���"�q96.9�N��cSd��d&"�7�G�x�ݴE���D���Җ�~�4�L��o���x2b�S:_��ݷ��]���ih�u�ب��XKb�f��ڽ���X�O����5�0�Y8�P�-�����tR�
-D��ȥ1��O��=1�'�9����m.6˚	'{`�8�^��D(|s��z���G�1n�Nq��f�*O�[�\Lb�,�����up���!��h�8j"c��Ψڢ�S����59؍�
-*�gj.[������'i�`ǐ��+��$��郝?�y��*��mx���'�|g'%�\�u�,�n����f�Q�[P0���W~�0N(GC��|n�/�~�:���c*��eu�:��@md��%�͌�����7�:�ٹ�����_��ˆJ)_"�
-3b\�}�z�
J�\P?�	�r
jx���ђ=�N&��Oj����qxK�9iP�5�Ԩ�#�)y�k������i��k'�؍��{Ξ`����{�5z��-�@���bo��zP�ux��/�S�ꄢ k��CSx�`��]�d�ΒE[�k�����[D��8�Ғ�����)�:{W�n���1e��U�w�l���{\A�Zc�Z���G!������_�ֆ�W��*�Ռ�h�F	&6l�G�}8����}@�<�_��%���:Z����p��ѯ�)r���x�=BF@�F��|�!�QT���.u9���~r�]�*=o��.ؤ�jP
-'|�2���Y�{�vi6�	pQ�9$��,ߒ��ܾp�n��߼��f�B�:'OٟxRF���S��fH���jx��S�n-~uG��3������?�6��W�qM�.�Rҝ��ڢ��I�/2U��JC~b>��Z/��OAf?a�H,O��j�n�f��^
�Q��L ����Fp6
-�W��`{��)H���!{e�H�𙔙V��"�)A�W���g��}�"y�S�r���zZΨnq�]�5z>׍˹1E�"��=��ݔ>������� �+��1�j���LC~�>��-)0�?~A���"M)@o�N�Ch����>^ 6H��W�mE���(��G�LdbHk��z����&2Ay�;!L�Hs��G�@�y�G�~S���$��5���G��y'�k/j��@pӷ����*І�������=�1���nL�?��҂�N�:��
-J��ˋ&:ߒnd0�}2�#^����AW�Nb_̽�إe�pw'�
-ިH,Ҕ�<1�2,��1B���М��S\��>�~ԱB���N���[����Bh�S�o��c��T���S?^X1�^Y1�fg/�'�gL�L��T�h���H�I�T�=�
����R��.�-�|�L�s��ˤ^�ˬd�"E���4�Ѯ2i���}oM��x�h-�������
--|�Z���nw(Q��kԨ� ��h�H�n�B�M}D���VK`��� �}]�}�¤t�\40Pfӭ�8<��E	�����V>�Ks��x���^�j6�e;��3����^_G�5���D;�?e�5��m�Kkl�ҧH�gn]�B���׊��6��.hun?��_��Y�]��0�|�r��X�g,��q��/(񲸊����~Tx�򂶢�'V����(��_�6�ȼ�
��V/���0R�8�K#K����N�b� H'��E����=�)ش=�7�!eȍr%�m�i�]��j&#�L�Cw�"��?w-��8/
,d?�3�9TpfR�
�\��ҩGE����z��qM�_��6�*�����7s�$�G�_�am�~�)�����0��?�Z�Lf1v�|��TǮ27T0$ȑ�-��3���y!=lpn2^�'z�;���LT���,����4�����\�_�+����D���58���ZT�<g�h�⫔�MH�Aw!�p����3�ꩴ.�|�llRT�x���,\S:���e����^s���1m�'��I�g퉯���D��~���R�N~��Isj�B�c�[��yr��g@��h��G�z.�]8߽�DN��9�P�;�Ltl=����^�H�K)cޘ��)骙Sg�qWY�����n��lte��˕K~Ǿֶ�uV��l���Ą:MW`�[�_J/9�ԠQ$��,���0��x�^�6>r��E���땷!9�b=���)�^H�ƮR��ר����.�:_C�ҟܬ!v����M�'��ja�k>�
-����Ó���B���Ww��3Z�a�Γ�%#8ae\�M+!�<��*�A����]�F�H�����[�+�p�#�"���4#Y�͆�5~�l�%K �o���c=�/W9E׋f�1`Yb��Ѭ��wr�¬���qx�u�H��m!�q8hE'�ԣ�����#�5z�8���D�����{s��?���y�s�aq���6��������3����=���Ox#U�������P|��1;��\j1+�z�k�akی�|����a?���]��
?�����lO3�6bذS��0GGÄ�B �bb��M�����_����&u�,y��n!\���Dg2�˪Aሩ��o1v(�ьZ���83���xA�3�<=]͠C}���P�հ��<�,�H���S3�������ZP+~��Qĩ��3�
�2�xm�4�����">���x���b�0����o��迻��S�\εo�
a瀸�+@G��8l��F�qs�gC�`��	��&�W����p6�
-c�|�'`��S%Q
2��&�a�����Y��
���w��?�x����"W��y36h?��j�^�iJkӮ߇��Lg��_;s�τ��\�^�#g([��G�1�������W��Ǟ�c�I����ϑ�X�񜍆��
/rM����y�?�s��Y#��
N�3�Y��:U
�[����B�k�z�=i��A���>8����X�D�v��x�S�^c6G��e�z�.��Y��O��0^�7�Se�����M�>݅�4g��Z}:ͬ��j��qyn�Ks*)o��.������%���:L/D~
-��y�&Ķ1����k�C�)a����j�1�A�Z
-U������"�W��N��h�g� �6���yX�{f�L:�� �k�6n�'�u	��$E��9ls+�;���hN�2��p�oc&�F��̭̈́�P!
-a�OB&�~�Y�R0�3��+*Z��:_7��ۿ	8�~B���f��2�
1����hc4|yC�1��eP�(���uF#�`?w�<��Ag����f
-����M�cF�/.��'A!����[QM��+h�#�,��.a��#_�F�ݙr͔�Q�l�tD��oF�}��}l�I�ҍ���	U�U>DM���=�:^颗fT�A���2i�W�\��!@���2���1��F��jB���m(D�k�l����O�������Tg�TOm��~D޽
�W�M>Xuw��u��r�Jb�Y��d��8lxK#Z	�M�)>�`e�_|
N+Zõ����^��ŦЏ��W��� �D�ݞk�^'Z\���)����%��I��l�!���#K27����ph��qq&��*x����<Bn�l��藜��״��/+{��M
-����]uk��X�M�#�`[�њ^�/D��6bʌ�J��r1�[)��i����c��q��f֤<��`K�I#-X��6�5�����ف1A˸?���~���!���]�mn!�yA{A]��w�G�.ROy��>ϣ|y�ώ��x�P�4�7lU��,W`�m_p�-�1u�Ӵ5�Y�J;���Q�D���H�[u�Պ��I�R��VV�?��9M����s�a�@0��]Lo���r$�?
"�P�Z�7t>�n�ڽCP�M(
4
Xi��3ay��䵥iu@��c
-լ���]������b<�w�.�D<���Ĉ:�e]�8%��Y�>��ڹ8��ߗ���#6{��"L��X��ߐ�"V���GZe
&�3�u_9��_f�^nl�
-R�ϡev,;�+c$?� ��{��z�*��>��D5ɝ'_�oa9Iy���F��k$Uj���$����RJD�=%��Z��͒fL�a�OR�>�|�Aݟ��ũT�
��៱
J��x�dU�|O��O��;~�����ޖ]��Qs\��^G��Rh�8�/���'����H|x�Od��?�o��endstream
+Fz�+-��,�M�,�����{�/����������_.��F�#�ؔ�-��l�i:ۿM&�����_z��7������,�n�y)�e�Y���ob��Y;��%��!,l��ce�1sp�9���L>��h��a�/Y��������dF��?���t�懭���?S��l`k�w���������_>�u���?��������ڲ�O�e���:�ܑIQ��>&Б��F���^���]�J�����i��v��s��C)꣱>k��T��|<���-�N��@�R���h��E�0MvFգ�Iş�%��ӝ,�P7/T�$��h����Fi
q�]HM@(u���I�/�C�GG�{���qir��x\��ɣ�rp4U*�"���3�'�1/�zG$91�7™�y�*G�|�1�O��`G�G�\.�=�����q�;��Lɻ��;��ēn\�����Y�N����1�L��Fb$]#b���b��aO�cxwK����%&B����o"侲�U��U(��d�?�
��j\I�<z�3��R�a�Pٲ�뼝��Bc��Α3������z���q�=�K��U܆���~t�<��P�>n�Q���9~5\�Ys�4�;�>ꪅ��c`r
*����1I>T
+���-KC���]��@e����	R�e7��8�X���^�b��fiW��6h�("��?���$�VS̓��-���}DJ�2���$~T�D����:Nq��#5��"	󧈼��QჶL��ȵ�c���؉/W���X2����x��-�[�F7�sW�{4B
+pǀ��LV����E����`K�V�֞\�ͪk:K?>1��y9�d�5@P2��Ͱ]��6�(9�`���~̢�
+�9y�Ƣ]����J�*��	g��K��]?e�C�(�m
+D\�N��Դ|�Ǧ��Uf�����������
+��
�)���&�"��Q�86ƅ��9xV6j�xl������2�^�
+|� �;c
g�lt_���jP��
��T�m�=-��
+	ˍ�	/��?&��í�o�
+%�]�óV�ɵ��#hi�rX�2�K���?��Njt3V<���Hl'}���7�nhJ권buK�)O^��Z5�O��Ú�?�<��s88z�l�; %�V�ˌ������E��H��jڍ~�ִ�b}�M����+G�q�Y��[N�+C1�˯����g�;�B��c�4vP���"d�s��x�^��9O^j���e: �$���f~)Z�Tz=a�2���S�޻V���p"�c�K�W��/�x=�
+R�8��w>SӯS�A�ǩ�-�;%����e�iH�faP$�D��C�&�A�C ѾB&eQ/MN���Qg�N���8o��?�ˈR(i�O��z�~����ذ��ʀ�#!�4u��U�Kq�V!rɜt���n"/���PH<8�̝�%!*���bhO��o��Cd����Q>�N{������k��=�.8}"��Ux��~ʩjG�SY��c[kёp�r)h�x�7󗊛��]B�Tx�0��c��}0p��A17y,�U��������K,ZS�V���K��d=���Ӈj���;���ס��+J��RPl3����y4��x_��o���H�ԷvS_�
A��g��_݄��~w?@�4�Q��(�"[Eq��si5׳��ȗD|̟|��K�m@e�)�����
+�$TA�r���DU�x,�mCF˄vh�V����od%��ͼc��R��k�97Aa��<�r����5{��R�������6 ������.�e���|��Ɍ���a;�c	�1��^��݈2�#"����YkK?���4rIt\II�a밆;��D���W=����Y�+��rM��!��'��λ��l
�Վ�MZaƩwO/���䑿<y��-�"��{a����W�s<���%��H(�*�v�����_��f��Z5X��6���j<��/��*��J���o����Ҽ���6"�ͷ@���Kt�F3c��#�;�H�OR��GA�qW/}gTHL���-'���k�2�}��6��{��56�!l<�-���Uq;=t}�Y)�8��3y��9o��F�s#MS������@�$���(��Ѷ�����>loD�K{�[�1_s����L��Z|����L�/:OMz}�Ô�KH��~-�_�t���� 뭋����W��$�AƘ��3��l��r,��<qX�5�Ƿ��5����XiK,��� TȮ��{�;�S´�2f�}׫
+(��Au�)��H��O�V";M����ܶR�d�2au�/3�����AjqBG���1\�+>�y�&0��jm�q�[���L6Qb~�+�P�-s�����$��*��
���OӅ�J��Y[��S�k���[�m}���6L��O�[�򽼃���NOp:��H��7CĬ��]�y���>Փ�a�'�M��q���b�_w�
�]4����������n+:��	����8��c�J�R[2�mX�w�}y7ˆ��LeD$�,?Yh{���B���ki���К���1����;e�T�n|�)94�9u�Хx�	��R
+>��]�oM%����G)��4�k���bZ~���`_[h��8�<�4�}$.�����Ă(���u�&�a���y��2����Ի�T+�J�ҙç����JJ,���v\TP����i��p�s���F�ã!�nT)^�"���R'���	q)J�4`�s]��ZG����ҏ��(B�q��(��v&��3UςB���	��b�Z��� Ir2Ÿվ��ě7�X)c�5&���O�����2n�ϝ�G�ӯ?74��׳
���ŭTj(�E�s� &�R��ѵL���3�p��uy�6��7k‰��}�T��o�"�w��ls���E��2�'jQ�,���H�]���ct?	����,Ga������2^�d0�NUx�$"e`�%~�7*����挭���{c�l�?hZFCH7U�*�܋ǂ�y|��8�.��XA�u�f���".�-�_Z�M���뙤���‡�÷�[��\DZQR���x��¼K)�)�p��DÍ���m��H��<�����_�1��kH/�)(_|��2�,B�i���4V��C�Y�5�B2Ey���y�47�h�B�\=m�r94�O�j��wi��_w	�vM�����[�4꩗T����\ӯr�N1�c-8!�Τұtz�K,בZ�5��C�g��
�����J��=�|��ʏ,u�,Y�غ������Bެ��\�SM�L��ۺp`i5U])��U�t�PڟhlA�6`��q�"~g2��2��6d`{#Cn�W!�w�I�Lw�dk�J)�K�"���&��V0�fӡ?�r83)J�$�4?$��E���첛�:�
+�(i���-� 7~�SLc��k�!.0Y�:7�
`hP�o����j�l�G�v�j�8ǫ�������6n�N'��3�X��H���%�zl������T~�}�wlz�(D:ooV���e@Xrݪ#��d4C:�G�nx��ҤX����d�^��g��k���}���{����W�F�;������h`7d	H���N��7G�5�-����1��d
�\�(���&��%�g�	R�q[���.ʡ\���G&����1G�!r�؎H�����D�!ee�2��
�����![�@8�1J���RJ��E��]w��{D1�_� ӿ��\ýz����D�����d$!�ݖ#/�$�Vr�lA�Մ���:@�R�hV��TW���i�&�VQ�b���$�?^���Jj��vQձ:��FR�K�}�GL�������A�8�)d�䱔Z�N���uQ�w_�L��p�������ė�9Q�k�`E�ih[�����5?M������
��)�'�Q�*��4yΊ���C[I&��rx�/�`x0�o��s��s�s����弫�诗�% \�҄-qB���	�^nu^CE�����ĶA�X��@��m�ҒJ�f)ˋ�M��R��VSi�#w6VB����Q��k��1#�9��q?��VA�A�ו���.�5.�Q��w��'z���7��#|�X#c�r"��Ut����R��ϳ��d��0�{)�u����t����6�A��v�z»���`~L�%�̷���,"QW�^CDD�a.�����
��B�vU�a�v�~��%�#�D@�ʞ�H�e��7t�����6�O_p���Ÿ��)���#l�t���.j�Lt���ʁv)n�>��T�n�%����K]^s�'lٲk�2]���5#Įj@o^'�|���p?��yI߻7� ��J\pA�F�#��jY�\a@D�Y>���Sa?�
+)�������N�D]*�ԟ���
���.k���a���:r�\e���&��D����%_$$3}9�����8�$���Ȣ���gי���Zuΐ�8ר�=~�a#�L]g�yi��+.����6{�j�Sks����q�D�~�ͯ�{ӷ�m'�v;?�A%q�7��"��pM�!(�x[��]�,�u�0~��ݛ��ot���vm�o���/��y�S��}�"���Im�@�����aw���9Z���	�I��÷,`�ImJ/�!UՆ[��ni$%��wj�����y��ڪ?����8�?����4�q5�g7�}E�l�lR���g{��2���.n�L^�J�Y���(��?f�2ci��<�ɐ��""�@� ����!k��	5+V=��QA+��͸��;v��%
�F�+s*)�Xs9N�ߙ�ѥ�L���[Y�yt�����
x�:�t�s�`	[�x�(����rvrӠv�W+���.my��=��̆Q54�x���a���T`�`�	�^3�>5�U�a�H�c�'x�.l���g�~�uF���8��b�.�%۠��P�*�L;.w_�<�/���o�ov�~8�8��V�q�f
+��`q�oa�:���}�˒��I�	šH�`�����R�u��3}�����(-������D<Ak�
z�,�u�K��m�k�L�4iH!��w�E�ԛ߶��f�įZ8_�v����M�W'n%Շ�y�+ kpKx��Xn���el\��a�Ƨ#��A�K
ES���T���
+���eD;����B,��5�������69@�A��d~gr��G����Ky�c�R�u����t�t�Dr���@z9ODju��(�)���v_�D��뉻��$���K�y�o�(u�*a�Q��ɾu�A��WD����=�rw��Ҋ dS�zޗ�z���ܱ���e*�J
+IEVx[i���� M�CᖂC�=���� �~����)�7�N�w8>��w����t���t��<E� ���5#��d�,�%¯BB�;¦�.l�W������<���9a�ă.vK�
+q���ZV����&���ũ�i��a��F/w�����|��my�d`�\��*��Dw��w �)eG8ï�5�B�Hc���t���^�3�6�o�:W��z�������*�ԣ�@���p�_����%�cga>�W��4#U�RwXPƯY��4�g�FRߠv��<�xP>�u��e&+�W-\O+Nc�ȫ��d��簟u��^����%oH���]���G,�j��s�'�#~3����JݒJ�E�N�A��_l��1�U�c3���G�m+��V���|�-��`����lf�$ګ��̞����˚�vy7�tU�Z�l����,��N��@�����%NRs�P�[��P?ߔ�I�eo	�
w���@�!�&/�8���Ќ�����l<�%��.ҙ{A��@l�A��ƍ? wR,�SQ,H��uQ��>�UAﻵ�/�����&/օJV��9@(�������t\ F;�t�Ha|��Z�)�b�4�H���btܩ.
+D�2�������IÔn�EY���e)��:V��U�>иɚ�q:�mɲ��U�N�Y�B���&�ü]R�*Î��=*n�ѽKv�hf0�;!��.&f�Rڄ����&e��e}|�x$ӽ��;�kg��=�y�g��+a����.�)��`N�iߜʼnW�U��*i�/W6��>����� <?;dPy\��d���t��#+|��1q�qV����h��P��4>t6� �p�2/���z���=h>�`
+n5T���є��X"GE�.4��&����؅'��|�P�L�ar	�0N1fo�����U�"�*0��$]s�>�Ά�'⏾�����f6q썩)�}mZ��͐�I�N�
+��@PD #V{��%�V�|3�ȔJE3)&N��{_� �m3��1�o�� S��/b�~O��8/*������Zφ�(.P����d����X<��r�9YJ�)E���z6�/v0
��D��Tã����7�P�ڡ���^���iD�F��̤9�\��D���%�;�؁�q��2� �N�.�8bW�I0Uy����fPw����8��"
�s�s
+Zm�F��ʶ��PhzI����*qaBrҷ�^��M����-ը����坮��ޞ���>u������on�{���<��U��f);��p�O�,������L~�(�J�W�Q��
+`�*
Ό��h0��$�(]J+?!uR[LG�O�
+>DG�y�}�(l
��&��S�}f�	����7�������;!)��P_�cE��_ϓ��TYj����S({	��d
+�
��ǥ����0ұ���`�/�I	Ph��Z�htD��c�xBk����z���U�1��-C^��@\����#f���]�O��5��h��CG�c(hƼ<@���e/���]�y��gT��B�W��:�ŋ"p+E���E|�7p<*6~�R��{N f.]�&���M��Nsr'=d/UMzW��8��=���n��vD��M=אArY8s���f(��"���vj�;���7/�����]�\ٔ7��azg��g�)R��%H}!��i��Re<�Ѡ7�%���a�d:��gte�I���*�
+��o���O'��xd�"뙂T��3z^��~L���I�BcP/giй.^����ԡ/j�X��Q�����-Ԧ4�{ٷh�gZ�'�F��.�$2��B���07���JF��|�mv�����"��n0j�8xB�Q����������٫�|��jiu��lQ�5�%�zŌ��v���>G���Nv.�Y�=�� ��"�k
�E)���,$i{;v�S����SW�BPP��j�+��{����g���L�/
+��,6:��^�X'��9U���fkM6��t��^�(�2g�I�yղ�R��(.�c��BM�Sa�v��/u��!&j�dR�*�!�BSJ�㐠!DˢFT=B����m+�䒅0�������m�I�}�ATZS�� ��=��r��!�v�}���
|8���,���
+
���~o8L�ć4�D����l��'�:Y'ϵ:X��ȃKK�r97��d�2
+{��Fu��3���o���2C7�jy�-�@��,dL//��K��̰FY�ʄ���9ř��V��\�G�Z��L6�3�:�g�:��RB�����/��v��KH����[��m���S%{ D4�uBޅ�,&�~��F?��\W�ɡr���g�U��qq�6Mgy0#ϕ`���&�~�[�鰌n�#u"%`�����r��g�e��y��#HZ@#�F�X�����T�l���2�X�Q[ľN�1��D͸���b��{�dE�͞��T�߯�Y4v̪ߔc�>�㦴�ƽ;����U>.Y'���.�N��LM-�͕��߈�x6�w\u�T��*�t��X��6�{AFi
�D����}���pK?N2%-MK2{%�,�)�P�h5WtK��/�%��(�����V�?���u��E�w�]��J�b	$�d+�_wZ+MV�3���F�h��G{>��0�{���[^�O0~����`1�Y�
+*��oz��P������G�30��
��?��)^�)���w8:B-s�FD����.��a�mw���BU�z8s�3&�J�|�$�9�
+����[�B����K�d�H*��y�"�����z�X�>���W���Ѥi$&N�yu�BIs���oL��I�D�������Ǖ�l�E)���O�̍:��O-h/_c�:u*	���(����9�}y}F)��]>9]�����%���8[p�� ڈ��4eA��o����#	ҹ�Y�I�[��u��p�)��D���l��})��jo�a�%h1�l���P�Eöd��#�!���Y�q4NaB�#@�3�ܴ*��Fև��[>���z��2��M�Dn���wK��Y(i�X����d��9�L,��^^�������Y%)�4�Z\��t��W���i
�7,qK���-�?��E�@���#��&+��0�ء�04��5֖����W��/�fLƉ�ߋ��0�<I��ۋ��[t>šu�y���u:���{�[�ĸ2�}� cu����' )�Z`�`\��c���ٱ{O��D��r��m;��L�l}
J܄�6�n���>��n�x�Pc=�6pÊ�)L[�+��%�}'�P�a��45�lG�>(��E&-#�ki��jE����	"��mU�SvL���=�A2��_5J�����U��_O�V�m�l=
+�7���q3�`�	t.��c�N��w��ZKG��ԛ.(���^�՗w[.,�Z�
+cGM}!;4��Cn��2'������?���@9��'Ѯ�p]C�-C�D�]QP�-}yh���zq��c���+�ߙA;toc�n���-O���Wӕ����۞:]��#�_fbȰg����
�P��چ�PŎO£��dU ��6d�p��b�Ʃ\�������;�&�{"���,��O_����9V�4�7M=�a�]:m��GA��P.4���3��d��&�ɖ�*Hfń���M:��k(g
+4����Z�jHs�G�����V
�Y).�jcP̍���n��t�w�R�T�B��A4M�gw��sI2��C���ɳ/�C���<���������J'�8.�}�j�g$Y[�3��ؓ�=�	�d��R�\4�Y^��Z���D`L��8��X��x�-���:�]PU�o3����q���������%�F~�d��17br'�P��.�~�F��g�����2\x%�E���[#��[8����ު'ժ{��V2Z�vW�S�ve?sL�d5׬�s��aJ�.���ê0͛��(#�F�v}MD"]�2?�f�_k�͇�M��'��n�[ g�i��S֗���p:���/�E�3/�k�͠�1ƕ�U
+���:k�� �r}���Vbb�r��H�7�������_����2[�A�����JCRz!��<�q3mԢW[M0hҠV��aL�3zb���CN��?O�l��V�����4��>Rj�����D[�87��9(�Ԡ�R��?J�f�;V�32�y���ګ���2���:;QU�8��x��t�n
+v��K�����ӿ½�~�?קS����ɞ��6.�K��H?R�y��n�v8�ax9�:��&���o<��b%��r�D�;�%�1M�UΗU��X��6G�NJ"������%��w��t��_7׾`!������o>v�|���癱�Bu:�XXv9�nn*��ݎ#�*%)��-�u�3�����?N	`
+;�ƊF��*Cb&Znf]C��N��6�.���,	�W91���i�K;m+�bT�Sp�Gs�u�k�&ALH^֙FV{�$	�k��Mbx����6�a����Y卛a�5���J0˚��������
+ӆ�"S��z_��S�@�l��솁D�/�����B�c0�b(	�
+��s��.��xP���\n��J���N*��7A�^��f���n���c#�|<���a=���L¹�t}N9@��2򓺬�;�Ԓ`��瘓gۖ��(kw�H��fz#
��T�U5aQW.;��t�TK!b�6��ڱA2�����-���|��M�U5j2~���^]i��e-��^��Weo�~���ʄ�C���w=	��{�}����N�)�҄�\�*�J�|�W�M������o-	kȓ�Z��6"ٙ�\W7ϧG�}V�c�ڪ4��XoM�7�w��P�c�Ւ�l{lY
B���/�����������T���?���+��Œ�s��G��v5����?�֧�B�<ws��ص���D���9	ߥK��_ݻ�����`�]}���n��hD���\�&*NNk���0�����
��Ժ��9}�Q}l�D��0���j2w����J������v�vz��,�}��"��ij��y����� ���c�O�q��p�d:3��չ$c�_W#�4��1�祆�	z,8����D-�h���5C�ͧ�_%wҪu� �#�ǔg!]7��/B�]eh�IK�2�WT�u��ʌk84�ͥ0��A��;b�1b�m�H;�>n�Ϣ�R�	/#N�qH��0gڅ>t���V�a���/������|�s�Y�q��,��ƙ(��	��^�ς~���>ʧ��w��Hv�;ø����M��$�e���_�ژ��X�K���Z����)\u��2�vK�� �X��E��7�G���":1��VG�����&��(�1��9�?�3�F�R��GcM-,�k�!�����u��7�;r��V�+r“�l����
���4{k{#�"�KMa�b�y�����l/W^�o<9[<�W(�H�I��,�k�{�)G<��f��qIb��K�J-p_��&,x��~�!C�F��A�Vh0���Me���Ⱦ�B�?M�QNq�XA���#�w��4�m��S"u^5^�1v�v"�3P������^�&5���zF�@PD�o�+'.���a9�@�4u�lX��1ߟ�X3����?c(�Nn�--0��1�ў�c�W�����L��w �9
+څW��fI�M@ﱖKɭ7��)Cc��S`�,8'�l[st�<�\nc<BU�Q����K���<�͎ٻ�����M�^��T�̫��4	���1�\��"�҈ʮ���]x��'ƃ�I�KXP�}B��Y��2��6�a��T���&����i������p�4
+~[���L� ����a���=�y�n�%Y�Yt����7R�lN%m�Q$:�	Q���D�؆ȨЬ)�ú��H%��	^>��T&8�ew����'}'�rW� �M�7#X1nf��
~����2�*�U�%����:�DM�|�.�����c:���)Iˏ�*��ο���:�r�2:ҩiWL��=�w�����J5�d'XZ;U���[���+j�"dgO5!nY���m�/��`��Z���
��9LcZp)�ʛ�Q$7����nX튌X,�O�����'ؾe6\0�`�2��L�
���b�rQu
+��reA5n!����]����ػ��OW��H�:ԅ��u��k2Q:��ɝdf�����$E���8f�����N��@G��}\=���������_W/n��b������0^8U�>��=O?�g��U̧[a�;���SX��g�L�����.v�@/�&��i:d�k0G�u��r�B�7gO�w ����������KY&j��7�r2��WN�x�h��ҿ�7�L���VC@]�����*��-Š�A;}�v��iCU��.�Zl� ��?��cHո��u��!�����W��/��\Hvq�bf��O�y3�;�Ф ������'���IܯE|��
��p:�C9�c�!��V�C�7ò�2]�2���⪳��,}��%(��r�ɆfQ����{��3�u7�(;�>D�`����'xN�?1ja�XDO�OT�Ye�S;&b�感"=_��L+�e)��P
+g�}���q��ۨ���N�����/�������w��N�ъ”⃞���(��i.�J�Y{�������o&�X
+�|�T�N!{� L���a` K=ETB�SE�ATMb��
+Q��~�JlQ�R���ZB��{g�^x���m��L�1p%����k�\�~}�O��8�u���q��V��*�Gj���9��O����<M�m��|U�Z0�����r'�>��Vu�t�Cv.��ޯ����U=��r��I3	͢��O7(S~�Ȕ�	��ۚt���`���l/�Y�37��ۦ��;���
�<��N�T�Z.�!`������I�M%0,(`Y��mm� �<!ȒW�X�l��oΝF�5ԥ���Ye%13�}�yBj�$���-71\4o�'!���ޭ��[�2@2��F��������г�Ç���#��[i�R(|�.�m�F
x�H�>&ymr�-�ɽ.��o�����E��B91��!�D4B\\�.����b.��=�q��s,|�?���~8�����
+����l ��"��j�`Zo�hb��}��0���o�*˯���޵���/~��'K�@T��k5{<�i���ROBz@-+��yڪ�1���·��Z��n��Ep7��Pi����pV�;g�.O�p�TA3V.���V�I�]UA��&��w�{�,�f
+��OP\h{�!�/:9*��N����y�ݢ��~��<rͥ�.k���R\�K��=�ʳ������)ɠ
+���^��zX-Ta����U�jLؖ��Pϲ����,j%��B�_|�y��]�to7ɹ�"���W�7��9N�bd���2s�O�D"�M�ӆl��c,�=�/��WDk��-ţø��tF%��jwÕ�S;�^ɣ�o?�
+�Q'?ߜ�*�3;�Qh���R��A�F�b<\g��@��o�fg,�S���w*0=a{ �!�5"OBŃ�4�b�[�R�r�2�'V��ĵv\Pj��h���d
���'3�ܟ���u����.ø��c��O
+DSm��dU��T�Ȩr7)z�mY��X��5�[����ş"f��@��qD���'~�HA[��V����^C
+ݓ׀-x����Nce<Pdc�0`R�A���ߔ��r8HX���ӕ~����tO�08em_�;n�B0��Y��-'y�_��ۺ@�=��*�E\��K�´����ٽ/��H�M����8g7m��{<Q-u���_;M;S1D�[�7;��؂���D!m���`�h�p�h16j�֒؟�*�v/�`%��ek��?Lh�=�v��}���8�Ե�89riL&��cO���i�������Go��Ͳf���z(���3
+��}�^h��g�۷S~�Y�
+�S�5��{'ˡes��cl\�g��*�1�����3���:����egMvc���癚�֢&��,��I���1���
+�*�&;jD�`�s�#)��4s�oEc�	&��I�;q�#K�n�����Y|���m���6��ѐ�>�[�˥ߺ�1��ʮaY���F5PY�a�|3���b�M@�Nyav.�h�n��ņ����R�ŗȬŒWy���t�7���OkB��C@����o�dρ��I���Z���}\�Œg�BT�bM+5��HzJ��fy<p!u�/��Z�� vc&B㞳'�3{�C"�^z�|8�m����#��j޿����:�(�n���)��q�4ٶ�d��ڳ;A�G��VQ�!���$�>��q
+C��ޕ����/��aL�dU��,[g��WС�X�V7~�QȢ%+�?�צ�!�U��k5��&Z�Q�Ɂ
[�x�-b�uP�#����E@qI��$�;��V��$#��k��tJ�\�p5�r������$|H{U����K]N}���E�D�
+F�-�6����	߸���nV�^��]�Mg\�<C��>KǷ� 9�/����7o���м���S�'��Q�����B���e|�i���[�_ݑ�6���.'�c䏽M���r\S>�K䃔t�C稶h5uRE�LU��Ґ��O�z�VNj;��'�S���OX��������;�WE�eԠ#:0���B�U�,���b
+��2p�^ن:0|&e��,?�HFkJ�U'�!q�Y�w߳H��ԫ�;�����3�[��@�h���u�rnL�;��=b��y7��E>�����=H���z����s|Ӑ߶��`KA
+���_P-�'�HS
+�'����y���
Re��i[���2�2�Q%��Z����m-c��LPe�o�=��i:��'�r^�ѭ��{?z$�&aM%*���i�	�ڋ�%4���#6���
+�!;h��G��j2�|O�D�?����w��`�Ӣ����c��򢆉�η��a����툗62A�w��(���s/A'vi�.�]����7*�4�'O��v����F34����g�O�u��.t���r��s}/����ۺ��#=�dr�ԏVL�WV����K��S.��(�;�h"��}R>�l�s�쳲�!��lA�E:�y&��h��2����2+ٮHѳ���0�An��L�@��y��[q8^:Z��c�hj�-�B_�����JT���5j9ȫ>�)�ۻ�nS�j=��X�r�Hl_�r�:�0)]F:
��t�,�,pQ���s����Ҝ��x.�!������Mdَ%󌥢�>��בt��h;�N}�O�~��x[��[��)�`Ǚ[z�Х�;��b�
��Z�ۏ��W=mV�D׮9,���e,�Kj}� ��J�,�b����3��2����h=��U,j�%
+��׾
�92�k�G`���K�{|*��)��҈��R�A�C�D�Ӯ�҉svѬ�>�cj
+6m��pHr�\Ik[xi�$���H$S<��]�H;"��]�h!�K��w�كa�!Wo�t�Q�21��e}�D���M��&��"����1Ip�Q�{�AۻkJ����4�6���O��*�Y��*�A"ձ��
�	r�eK����$a^H�������F�N��)�7���i?�:
����"���
+�y�5��x
�?8��,��%���*%q$G�]�%\�������L���z*��"7�U0�$��ה���q*櫸�\~ghL[�	�r�Y{�k�y9��_�-����ߣ|ҜZ�����.�z��b��><Zw����t�w/*��}5T�4[�*�a�6y�W;�R�؟7��jJA�j��h�U�F�|���:]�+�r�߱���j�u:�d�>1a�N���–���K!5hI�?K3�<�,��������$j:=�z�m�_N4���F���q
+��胱�T���5j�a�"�����Э�'7k�]��A��uS��ep��Z�%�����¬�=��~�P�*����+��Vd���dqɈ�EX�d�JH�+�:��}�)#��@ײ!R�������
+;\����e7�H�x��l�� [s�H�[���X��UN���iX�ثc4�7��\A�0�<�{ Evg]8xp[lZщ5��r��G��m�*N��:Q+|�g�}��\d��O�>h�D��GXn��
+b����;�<n��ߺƶrEiO8v��H�k�}aq�2�5|Lǎ�Fa�׃Z��F�^�Z�D��6�$���B��r؏jyyW�DrC�Ϲ~E�>t��ƌ��6lĔ�>4���0a=��� ���� zb��6��x{�I�)K���[���7�ـ�jP8b*���G��w4�V��2Όfu3^�L9OOW3�Pq�*z5la:��>?��3z��L������~��Ԋ�+qqj����o��2^�6M�ck~�H�Ogi$q5|�/̾������3��.7��,�s��[|E�9 �+�
+�Qk|/�9��x����P7��l©��	敱<�6�Ͷ�=��	�3�TI�@T��07�I`5���lco�|���]���(^�������6�Cތ
����l��ڴ��a�1����Μ�3��������ʖ#Ɔ�yL��hm+�U�b�'�#G�,Ga<�,�s��9a<g���lË\Sy���}�����ܿx��E��n��L{�-�NU��V�`�����B��^fOڻtP%C���8��4�<*Ѡ��'��ט��Q�p�{���h`�?��(6����T�8+=(�b���Ow�.��kŤ�E�D3+��Z�v\��D�ҜJʛ��+2>��|I@�>������n�ñ	�m��?����qJ�.�C{��so����B�(�df��|�������84���2���(ph�7Ӂ�d5��D������Il]B�'Iѥ�F�܊���!�F�L`0\��ۘ��Q�u3!skA$T�B��ɰ`��������%���
A���o������w��ٺ���bCL?�<:�
_�i8eT)�D��~��H���7ce��s6���$�|�����IP�kf��V�B�(�
+���/Kn�E�K�(x���ww�\3�k�!����l�Qe8�n�h�8�t��r|BUw�Q�)�gϣ�W��@P񄥾�LZ�7�(f�l�9�� bfr��ᷚP�}p
+��*���y����B/�1;A�2��3�Ss���wo����V����v������{��Xc��9'*:�҈V�)BSz��)X�_�ӊ�pm{�z����u�)�c���)�+H2Qi�'�ڱ׉�b@ak�E��v��BakR��:��F�~��Ȓ̍m�g4�v~\�I��
+^��<��[7�-�%�q��5m���ʞ�t�Bdc;|W���7�xSy��4���v�����Q�����2�Rwr�\����C�VD
+�`�5�y���@k"��5)�1��R�-D�H�»��DdM�o3w�5Gv`L�2��u�o�b�r�[�v^�^P��]�Q���S^?����_��� 'C2T5�y�
[<;���}�hL��4mMm�éҎ/�}"��B0%��VE�~�b(e���峕U��iN��i��܄{X#�=d�[娽�	��O�H���V�
����v���GJMG����LX^9ymiZPp��B5����#�sW+*��)�O�D��_*��y81��sY�/NI�8w֦.�v.r�������͞Ṉ��;��7�{��E�������VY����|�WN`���W�پ�������sh����I�(�x�^m�����+�O':Q�Gr����[XFR�;j����I���5A�0	{Ab8A�T��QmO@	i�V�l��Ӹ�CX;�����$�aP�ga�kq*�{��n�gl���2G� Y�.ߓ��Sl��-%-���e�pp�W�8�בfš�=Ά�Kb����/$�'�,�A���endstream
 endobj
-950 0 obj <<
+955 0 obj <<
 /Type /Font
 /Subtype /Type1
-/Encoding 2122 0 R
+/Encoding 2143 0 R
 /FirstChar 34
 /LastChar 125
-/Widths 2131 0 R
-/BaseFont /EUDNXE+NimbusMonL-Bold
-/FontDescriptor 948 0 R
+/Widths 2153 0 R
+/BaseFont /NMTNWM+NimbusMonL-Bold
+/FontDescriptor 953 0 R
 >> endobj
-948 0 obj <<
+953 0 obj <<
 /Ascent 624
 /CapHeight 552
 /Descent -126
-/FontName /EUDNXE+NimbusMonL-Bold
+/FontName /NMTNWM+NimbusMonL-Bold
 /ItalicAngle 0
 /StemV 101
 /XHeight 439
 /FontBBox [-43 -278 681 871]
 /Flags 4
 /CharSet (/quotedbl/numbersign/plus/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/semicolon/equal/at/A/B/C/D/E/F/G/H/I/K/M/N/O/R/S/T/W/Z/bracketleft/bracketright/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/braceleft/bar/braceright)
-/FontFile 949 0 R
+/FontFile 954 0 R
 >> endobj
-2131 0 obj
+2153 0 obj
 [600 600 0 0 0 0 0 0 0 600 0 600 600 600 600 600 600 600 600 600 600 600 600 600 0 600 0 600 0 0 600 600 600 600 600 600 600 600 600 600 0 600 0 600 600 600 0 0 600 600 600 0 0 600 0 0 600 600 0 600 0 0 0 600 600 600 600 600 600 600 600 600 0 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 ]
 endobj
-934 0 obj <<
+939 0 obj <<
 /Length1 1612
 /Length2 18760
 /Length3 532
@@ -10077,7 +10234,7 @@ endobj
 >>
 stream
 xڬ�ct���&���۶mW�T�c۶m�b۶]�*��[�s���qn�/}�{�ߚx�3�3�c�)��	�����8�1�3r�ͭ:;�����)M��lpdd"@C's[QC' 7@h��L\\\pd�[;wsS3'����

�Y�	�t�������6��.@+[;k���_���D �d��["
-��R��J	y5���`hPt�ien�57�8��&����F�6�����H�K�`p���M���q���掎���SC��3p���Y9�C����_��l�FX���S�utr4r0�s���(*�o�Nf�N��v4��ؚ��4�5r��������:��8��nN���	�;�Y��������_4��mL��-�hj�`ltt������W����{C;;+�e��+�q0wrZ���11��i������
�?�"ecb`b�������\���?;C��������;�h� o���$���Ne��>��$�o��E�����F��%��{��Z���J��������}al���+C��W�������!�?5��&���#�d�wB6�a�g����Q��
h�h�dd01��;���l��V�6����k��:&F��𩚙Y��3z���6��I��H��� ��%��I�o꿢�j��n����hE������ux����t�,���9��������_g9C's7��ߖ��������I�?`�l�l���'C����������������y�ע�n@#��߶F<Ai��N�X�Ó����L���v%
��
+��R��J	y5���`hPt�ien�57�8��&����F�6�����H�K�`p���M���q���掎���SC��3p���Y9�C����_��l�FX���S�utr4r0�s���(*�o�Nf�N��v4��ؚ��4�5r��������:��8��nN���	�;�Y��������_4��mL��-�hj�`ltt������W����{C;;+�e��+�q0wrZ���11��i������
�?�"ecb`b�������\���?;C��������;�h� o���$���Ne��>��$�o��E�����F��%��{��Z���J��������}al���+C��W�������!�?5��&���#�d�wB6�a�g����Q��
h�h�dd01��;���l��V�6����k��:&F��𩚙Y��3z���6��I��H��� ��.%+B�o꿢�j��n����hE������ux����t�,���9��������_g9C's7��ߖ��������I�?`�l�l���'C����������������y�ע�n@#��߶F<Ai��N�X�Ó����L���v%
��
 ��m{|��v�*�k����?�ܗN�>���F{1�(zR�����$T}���4z%��gQ�W���Z����J�z��Pߧ;X`����H\
 ��I�|�R�c1:QA�����'?=R����@������’�@ �G����	h�Ux�SA�7!�ݴ_}jt{�呑�FX˾*��ٴ˾'A���&�9H��W�������J����Zw&s��mŸ
 쿝�$
�Ʉ�'~����w󬵮�~�C�]�Q�,�wm��'c�	w�Di�s$��Y�1��f���&>.j���蝳�9�5��u���V�?m=�8ib/4l���l�֒��$):Sr��t��#�/s�yd���
_�v��X���"����4�]Ԇ�f���-F�Õ�FG���s!k<T��t�(�m��[Zʼn��I�� &1��B!��<��J��ǯ!����,51�e)D�5E�o#�H�Ya��|��Qz!��p:
6lt��y�ľC��o��/�H�H��pѼ�8w���
���JQ��D�#��5?}I"g���g>t>
@@ -10158,145 +10315,153 @@ i
 ^h��� ���hZ��/��_�7��+P���&&���$+Nȶp��
~I(���c�ڟY���g�%��p%�>��H�iL�\����(���_�8C��R{�
 ��r������0�{���Q�2��Z�a���*7�c��J�I�����]����1=�����S�MX���GM����P��:*��OT9��D�*�z��*ڞ������_hg
 ����9�j��"J7ޮ(�hT(�������ʙ�ċV���q
-o�]�}��9B�7��	���H{������i`T&�V��s"��������VMo�i��׈�{C�^�;�_g�`,���2
�n�
R�ɫǶ]�j�uib����V!Q��>��aO<���O�x��H�$��fe�����ꏥ�Кx��i���>�$���y"-�-ŵ ������q���ֈ�"�[�� m�cA���"t8Q+P�K����є����h_�	�$��+����S������$�ؙ�ezv~7Eh�Zނ�Ӫ�Hݝ��m�ݑ(���"���wn�ꛝ��Ք^���y$3�3i=+i�W�u���m�<�Ⱥ][��QgShSݻ�S���X�w�@�`z>�ې���B�"Ʈ.(��A�N��|�w�3��n1eq޸X�L%�1;�M���*��^O�U��yo����R��ѩ	l�պ�R������y�Q����̷X�Y2������P�+���$�o�7S�DE��G���G�v�.��գ��PH^ �u��jzZ�+3�ƴ�Nc<��e��GKB.�/Q�?���|�]��~.�>���2endstream
+o�]�}��9B�7��	���H{������i`T&�V��s"��������VMo�i��׈�{C�^�;�_g�`,���2
�n�
R�ɫǶ]�j�uib����V!Q��>��aO<���O�x��H�$��fe�����ꏥ�Кx��i���>�$���y"-�-ŵ ������q���ֈ�"�[�� m�cA���"t8Q+P�K����є����h_�	�$��+����S������$�ؙ�ezv~7Eh�Zނ�Ӫ�Hݝ��m�ݑ(���"���wn�ꛝ��Ք^���y$3�3i=+i�W�u���m�<�Ⱥ][��QgShSݻ�S���X�w�@�`z>�ې���B�"Ʈ.(��A�N��|�w�3��n1eq޸X�L%�1;�M���*��^O�U��yo����R��ѩ	l�պ�R������y�Q����̷X�Y2������P�+���$�o�7S�DE��G���G�v�.��գ��PH^ �u��jzZ�+3�ƴ�Nc<��e��GKB.�/Q�?���|�]��~.�>��d�endstream
 endobj
-935 0 obj <<
+940 0 obj <<
 /Type /Font
 /Subtype /Type1
-/Encoding 2122 0 R
+/Encoding 2143 0 R
 /FirstChar 33
 /LastChar 125
-/Widths 2132 0 R
-/BaseFont /MYZKVY+NimbusMonL-Regu
-/FontDescriptor 933 0 R
+/Widths 2154 0 R
+/BaseFont /LPVILC+NimbusMonL-Regu
+/FontDescriptor 938 0 R
 >> endobj
-933 0 obj <<
+938 0 obj <<
 /Ascent 625
 /CapHeight 557
 /Descent -147
-/FontName /MYZKVY+NimbusMonL-Regu
+/FontName /LPVILC+NimbusMonL-Regu
 /ItalicAngle 0
 /StemV 41
 /XHeight 426
 /FontBBox [-12 -237 650 811]
 /Flags 4
 /CharSet (/exclam/quotedbl/numbersign/dollar/percent/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/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/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)
-/FontFile 934 0 R
+/FontFile 939 0 R
 >> endobj
-2132 0 obj
+2154 0 obj
 [600 600 600 600 600 0 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 0 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 0 600 0 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 ]
 endobj
-894 0 obj <<
+899 0 obj <<
 /Length1 1620
 /Length2 20127
 /Length3 532
-/Length 21035     
+/Length 21036     
 /Filter /FlateDecode
 >>
 stream
-xڬ�ct�]�.�v*I�cul'[�b�b۶m۶����cw����>c�����j�k^s^�Z�5FQ�)�0��%�lA,��<�5e
ECkkC;Y)��5௙��R�h���3y�@��������� jg��hafP�堡���/�?.�#��@�F:Y����}pZ����mA)��U�@��0��D���%Ԓ�j�I�-��o��F���Yc���`j����`lgkb�OkN�������'{����0��1���`t��pr���p�9ڂ���d��5�v6����vS�d�h����/��L��	�d�ha�ͪ(&��:A憠r;Y��v�=M쌝�i�_�_��(����	�����e�X8�[���������_e8;Yؚ�W��G�����5���/�_���_}���
�����m�/������6eD`��7�1�on3[����������vg���\����?{��o�&v�����)���oJ����ʌ�s"�H�?"�����o��w���C��z��;�������
�_A���c���.������������=5���Rh�lm�����ۚ�U������V'	7�����`jh�wV���ٚ��-l�5��8,���
S5�0���g������&����2��x&q5	UUI���^����_�A���@���DC���?����ع<X8������߃�������/"��Z��-���̌��,�����������5�3�gǨ�mM�n��4�;;:���_��o�����v݀��+vƼA�i��:�ܑ)1�>ȑ`��Fբ��^ߴ�]�J���`Ʀ���������ҴGc}8�T�)��|"o
-�������tGLz���Q�7K�;P?8�Տ�����J>`�g:Y�n�i�(\
-���<٣��6�bw�5�a��_|M<}~��?$�ˉ���u�B���C(�C�B����i{Ju�gl����C(����b��Z��j�f��pC@��VBj�+s<Y��Q��$��(�%qS�������;�OyA�ob�k�@��S��3*؅�Q����#�v}�i���W�j�t,V%�a���|1Un���/�M<���1T`�����A;\�b�
-�����/鍄�aF)���T_��	A�DF@�_��
z�I�>^"�����p�j��m�HNZ�����;�o{��O�����}����qM g���@��
-v��_��s��K�`z��6$A�ܪ���U�ԼqTɌ!�N딛�/�4�#p�p�>�MB���r�M<�lb�����\j�h�!��q蚖�:��u>5��������G�:�M�{�ε��K�JC��@��/)qpg����� ���g�����]^����1ܠ��߬D��ߙᅰ�]x��9��hNT:�~��r�7��Ar�x�'��줔(I�R��f*��5`�xZi��e��V�]讍tߍ�@��֟ :��WH�g� ���;g���qQ�6�*<�8Բnir{:^2�@�c��L�&��a��S�I���N����ɤ<p1	&�b^u�1�j2@��V���ch%�y%3ƐG��K��Tb�4�!!6Z�G^q�����H�`|dc����}�^�t��0��M�z��'1T�1�e&!���{��o���S���P��!�,��Σ��~����uE������^��cX���M��Wʙ��Ack��8��S�bXd�,?˴a�:�e�DU���Ɔ1Ej1����,�S�p��v����1�E}�a�1t�\�c����o�#��	��Q2%��@_*ԫ�n�I���U}W -�K�(��̛7��1r�k�����k�1�D/pX��\u�.^¸�n���[�<~%��E6���nB�2��cщ�m/�,�W2�r\��s�U�-x�(��W~�d�|T?�C��W���t���8$�/�ݩA�U�Y%}����5Π��h׍�D�0ݗ�oë��='�[9�EQOS��:E�������Zί�d�t�[{G:]�͔k{��4o/��<k�h� ����I�늘�-��!�#�,�
��d�\q;֮��\q�zS�{��w��
-b�H#��Vh@����j�)��e{��
-3 ���"�8a���hC����|���[�G�3�GDBI��Z8������K
-�wi��N��oI^0Ֆ�ȁ!C6פ A�jc�a�L����>wi��Ч('Q_�d�lAS����a���yNM�i��D�."K�.38�n����Q�a�"��'*��U�}OC��?n_�w��kփ&�����7M�AF_�\ȼlm�o�{��p��{�b�O�d#��\G����X�^��ѽ�����Ǒ3�&��b���|3\\����cAu�K2<٪�a�����=ST�@� 
-���A�O�4�|c���˙���_��Bcb�p%�U�x�`#�}C���H"���)���Yi#,ج���;Q�q��j�(^&+
M��kR�,7�u�!+o��-}�iC�HBb�*1'O. ��~6'j����+gt5��PV�����T?���R��s(S��q�"yV���@v��3��HG���u���Q�8�%��V�w>��e��[�}��H}�A�4O��g�
-�7N�{�P��3����/�[�]�p�C���f�eB8|*��%Q0d�hy���9��H7�5'i}=��{LXw��a�6A���5�o7F�A�b�#���O[?�ny=�7�����_�MS��<�j���O-��Orl��|!������V�,y�+�,��2�_S��#���${q�F2<�m=�m�S}�{/����:i����\�����"��S���M>?gЀ�kM�!,�s�-�@��m�.��@u�ltڎ�{��/���<dA��Nv��f�/sn m=V]��@�ي�us�?'��)�~»���t�z�����5����Z��6n��rN^6�)t�MM�!��u%
Nս���f��W�j��AB�zb��/.�q'G�~d��۸L�:�E�]��-4�.lg��E����.�8AFu�_����~��͵?���B�|5�S6��$Ո�����/��¸]�U�$R�����%a�`���@v_��"��ua���%��������5ua%�D�=Ѧ�+M��W���;2�z��R�)2L��R�w4���	ј�W:�B�"�H^c�S��.�(]���	(�X��G5sԺW	Ϭ�d��My�8=���1��ڑ#9�sql(>a?�8A��Kj���BQ���M�r�J���F7�ET�tV��''�3��n��3=�ܽ�(�!a��5���&'��
�n�612"�8F����
_;٦k�O���jwX	��FVfz��1������i�RQKz���$�+,o@r��*��An��,�,��}�e�)yw�G~�(JY���G�y T0}O7&�w�֟�D�����@�=I�~�s��#"Jk6����t�`�b�B����}F����scƁ_�K3B|=iL��*�Y/��d@O�9FԕΏk�&�;�/ޯ/]�H}��g��Ynq�C��#!�k�����B<.�/�Ǥ��Xd\�i���-z+�ɥKH�Q��h��F�����
w��յ����̖$^?B�u):p�u��Shϩ�Ub���M�(��&gP�	\`{$�ɦc�����%_
�攼:��iϿJ������#H��)o=A�|i�Ho5�x8�լ���?[8V=���M�.�S`ǿ%��%�����ju�J�s����=���k�VH�C�V�"���ˆ�K����x�f�xk�v7`��Jm�,�i싗���M|�X2<�.�h�0�d��n���� �g�-K�kenI`s�\�Q
-H��q<)X�e.vU�����6�j�(O�����"A�@�_ޞX$#�alxUeh[fd�.�_l��8-�(�������)Z�՟��-���UL��u!lI�$)��I@��A5��4��Y��ˌ��Q�!I���
-�������z2���#�J�_N�a��YC�>\�z���gĈ�s��jd��!X����w�2m��8�p!os�C?yT�@[Qc���q�Ҏ���=5(�Ρm��	�I��/��a1VGKj]ؠw��}o�8A#���\S�M,Zky��H�(� ��ԊS����]MC~�T�ܤPg}�p���
J�'� fؑV�"���b�ds�ݝ�~�vz-t�~�U��n5\��յI�S�U�	>�K�H��m�[�nKYݼ����|(��s@w�� >sϽ�V����	�����+�X�����9�UW�K8�?�
`(z��ܛ�Io_e�����>&p�$�oL�J��/����R-���O��,�����F��Ӑ���u.ͭ��X���ݏF:��L@��߸�+�CV�D���$2ܘ�����T��:‡4O��?���7�C*�VB��6Vj���۾�
�f��1��d�
��|����@OBG��	����T ��1=�u�1&\�Tĉ�(�64ϛ��쥗��6�n�4~�c��[zFbƒRJ���.���k����D���+G�z��Թm_C|��0�/���X��-`_1+R�˸��M*&`*�|�TF-�\<��T��Щ��7���7G�\[C2�b����fʁP�{��W���(B(�\�ɵ^*L��N8)�p�i���*aG��7(�۟��Uv�9���N�ri$!誨���������"�n�y���g��?ϳ� ����8Zj"k�䓆����Ub�r�|��������,�p�������څ�����	>�z��#㉸Pb���7K"*t��[�q�X�2�?ٮ�>�cQ���	
-���$"��d"<�-ד�!�!၌I�o��魕�0�V;q��k���AƱ�!���͹iɗ?E�\6�qV�w8��_�3���D�	�R�p�d��~.���R�E�?����K1�
-�v��1	���(��JC�
-�+N��5�Nj��Y������ݵi�+Zf;�?��e��vW�k��ŝ����I�봓F4{�*-5	�)<m���i���sA�f�Tlj�^�]�w�H.��I�m�_|�ڻb \�ۏ�#ڞ���1��
���μm�h�f�]�ڸ����\�i��}EK�
�����x}3sŵ���M�=�i��)�o)=26�Q�ɪ�C�;�5T]hQ��^��m��|�Z��!��8�s�S�ȾJ�f?����o�C���lO����1]�Ux�<�z�᥀���=��m����P�1���>2x�i�#��5�.��sV�^�������`�V�ŢUR���p����41$�F�8��8�lV{v����w����~������&�꾃~���EK��y�
Dj���-v�'�H=~�����ܦ�!UM�Ƃqz�Ks"����NIZ�&s�/�}����QE����1�E���A������8!Z��%�u4�7�)-���x����i#�},V{ 3�Lk0�d��1�����N@�<E�=\��w�\#�S�‡�̵�j�um��>��Xzd�i�𻆢�Y��ٹ�Ղ�m�.���)6>NS�"j��H����LnE�����Kh��_���\R��C*  5�
T(�eLj�9��Ӆe�rWtA���l�t�cK���L�Ӛ���Cm �c��7���:�HA��ѝ�$k!�8�#[;m�W�$���Q�]T�Pp�ʩj0)�p)8H���4��d9�YV�]mze;�����.�+���Ƽ9+C�����7��a����%B{P���G>��\8�ӏ>\��
-��07�t�R��P{myZ�2�<ij���zx���'2����D��,9tޱ�vR��SpC�%��O������h�eUfL��H�)���Ѧ"�2�TVޤVx/>�^���$pEڟ��<���|���+����j�lJ��KiM�	��ٗ��~��!�Q��{Ǵ��"�HПc!v�+2�5�lqJ���M�W��3h�s�:����T�1����1Q��?n�a�A� ����f��R�T��q���۷>��*QՊ���gš¾p����߰L������ʫ��H�vN�4'F��_?jw���`Dz?��ɤ���}�?]{�j�qL�ts�N!CP���5�÷�|��~�0Ƞ��	�i�Ojh�Jb�
=�Ɍ��;���ef�U�oՊ�-g�ٯ�ς����h�C�ּ��X�
0Kv�5m�A���\AW�*�P�~�_rq���E�<��CvCX�
�q`3'����{�F��$�h\..����c�ь��ٝ]��i���hI�u����#�;���l�k�HSEb0p�����U��z��~�>
-�.F5|EK�_k�U���&��"�����d΅#�5��K�"20�.F��J�(2\���z~"�*X�ה���-=���!��2ZK
��3�~`��J&q�mvp�;���ռ}�tЈD�N�Q/p��@�y)diD�D��L"Y^��/;>��j��c�P;�)>��D�qL��hF�\��:�z<Ig�w����ê�$���c��~����օiTH�"��83������l|�>P��K
b��{�:b�_��D��x�4�wB�<�hESU�y�,�f=�jŦc��b����Nx��B�.Կ����oRK�NM�ͱ�Npt
�A��������A�El��n_V~MT���
-�IX�_QW:��
]����9L�`]fd��1���ʨ�r
-E���lgø�_:j��e������	3"=%�m7����=~W�FFנ4"K��D�'���?���n���
-M
q�8Ioܕ�����L-ԅ`�To޽*Pvz:N�x�ݞܙ3*I�e�4��
-;S9�%]9Ao��N����p6/��J�6:7�"�l�2�q����A��)۫�!F�?+����V�d$7��&��WW(�g0���#ڞ8�;�J쭯��١L���O�5oY��
-A��}�a�5�>��NF�X4�����ri�����:'�N�X��Q�lC#�4�w�����>�O��LZx�dTH����*:�P=<Ylc<��%V��3n�
�H�!��.ra������Y:��xf��H^#�� �h
-�>@[�CQ�i�m����!
-���ΨWt��?oAZd�v�6I��)����RU��(�@ڔ����a��У�	��ۚ�/��&�%�ACF���a���;��Zj���QB���ǁ��YIN��{�y|�hX�t�RML�WK&�q�aEPj́�_���2��mYL��ݧΌr�gsӯN�ڋ+A׃��7g����N��k�%�~aݖo��~F��.�#3{9D���1;�����Q��Z����8w&_a��j���q �r�>�}~9�Q�����Q��������Rߏ
-n�_�;��W�Z�(�d ���>������͢*q���#r�wQ;��j��^kN�y��z�<S�\�揬#
-)��YQkfb
-<��>	tjY�rCD[")Q��#��n]�c�(�(�C�=g}�F`�k940�ܧk��e:�#_tR�YL���N��AKZ'	KLH��tvH���S�e6�S�<�]�k>�2�G�N�#u0U�Q����K�/�<'\`�y��5�LZ ���n���z���L��)�v�X��[M5��������o�H��Lg��Q�z�<��5�6�c���.U�v�M{bUW�L�پ�,mx�*�+�ikX��{u�<�NZ'8�,T�~X�%{2�/f>[���D���|�������.q���l���AM�S�K��3r,��Z<ˍ����m)�+h�z��a~�^�؋Y�x�M67�
-}�Q@<g��d}��-��f��Ǫ���^.@�uz�@�M|ݏ���4���@���QĢ��~�U��2�����CӘ���Ԩp�n-V��I4�3e��SO�!���)�L}������/v��j�4��ϳ�:k�f�GRqB��+�j���2�O宓�X�-Kp�#a���:��-3�`�����66���p�b�2?���W���4�?jF�Y[���t����Ny˲O��G�C/ˆ�rU�<p5���\�cr���=3�b�1rvYn���,'�mHs<��|����[���H8���w�XϽ��nU�;�آ�p�(Z���譛}�I\����*�<2�<
-��<=�!>��_�!�n�
q�^c7Nh?�Dbk]z�Z�����[�X=mśP
:����W�G�tC#<��אV�'���yލ�1�\��򈿃��9&��T��ް;�oQ
-�d���[Eܭ�����`n���d���iB�Ft���
m�<{�t�JD|�;��&G�i�co���-�aA3��W(�2MY��(m�	�F�{g�z&V__�a6��p���alĺ�uw�n��c"8�n�:�!1w�͑�ݝ�g��
�%�[���I�n��ٖ~gd�/~��ug�p�`�P��TiH��2\)�Й������0�z�x)�E����q;7,��s��,��izխ��*i��\~]�m�� �
K�!���!ou4��������w<��^UG�/)cy�$ˋ>t�CԞ�6rе��j�)��;�C'17'I�Ŭ�1:ϖ�pV%���
-2��ѦyW����j�ΌU�����@��,���&���J�S"�o�Z�,�t��pb����c��"i}��Z~K��X`i~l�`��I�%��>ÑH��V�E��ōU
���K�ַw+�JS�=�˟.�=|��>��=ی
-��C��a4��7C���݃~Z���é��*��s�@qp![~_����:[8&����Np�0�t�"����4q%�i���F�h��<u���7i��Ѝ�S)���I�)���+[�5L\�*��Z��gDس�@W���1��,o>H�81�ѐ�=��2���L�l�K�:��i�sB�/]�P6��[x�	_#6}��fT��%*F����ǝ}ّ8?�ϛPҬ��<7������gVq_��fK��lF�k�(w(:W�yx��CIB��ۨ[N�b�cpq��4j��"#��s7�hНag��^c
Q�'?���A��ʅ�h�(LMa.�(<��
�⹮���%��k��T)ƽ�Gb�8ؗ��t�,D������*Қ.S:���Y|��'Fz�y�v~l��Ѕ��5��f����A-�-��sEZE���Q���=���яMTs��?8�t2eVe&���1�B�\q(ɽA��"_��8�vTD=�e�U���֮e#"E���-�ax�Se�;�F$���Y���7�=Hޯ�~�p�՝��) ���+PXY-x"yQ����C��=�&o����ҿ$�Bb���<kkE�F=�ĥ���@�̢�͔\AQ�$,1��|�]�-�-�ݎ�v&�V����;/ ��y9���0N�D�U/�T�(�utG�%j�9��b��⢠Ĵk������Hi�T~��)��Ø$��:���'�A�׫\���됋-��;mrJ�w�4���+rSB�&��jϋ�p��
-Q+�''a����m@�6ú���g}��4� N����0�H���Po|�R�hkϖT��������#V�YR��ŷR��x��V&��y��E��y��;|0���Op�`��:5 �
-d�����{�$#��r��������'������k)��U<��Ug���sd���h���'����jy���$�Є��L
��Q2���@|����f���w��u��7�|H�(\�"6�S��������
:��;E�A�n?�������g�je��3E�3Y���,�yO�K�h��4��NE��_���C���7C��1wUl��zm�&�G_��1��m���c �������B��z�!z��O5��Om�2��=�E��A&���?�R�`v�U�
‡�q&�n��y�C���Li��64*P��Z+��_�RS�:�_��󸆐�e�[R�B�O�O^*�HJB��D��M���ڨ�(d�#�c���/����Vhm�&�����:%�~~iS��c�����B�,����,�s�b��3�]x����g��H-��ј�H�q"W5E)�Ȓ?{��kd�4�]�MBܦ&Q��(2Ha���C��f�3�_�
-A��+�o徑�^�Wò���L��o�����Y=�nQ�@$�0�]����@�nB�sv_�J������
-��a;�R6��;�D]�VsGm�������(�3�}
�f��������!�u�PP��F5�;�O"��ni2��bg+������%�o�ˣǦ�|�)�C�,ŋ��S�.�Q��#l	)t��nه')��LM��Lsi|��n�Q!gZ��p2��f;|d�sJ5[�O���r�	
-�0>�Q80���jU�9�Ð�r�5�C������A<զ�1R�g�[�X-	?���eb��k^6*�J�(І�7�1)�P�Nа��/r�t�X���&� �����឵�f�H������.�J�9�P>�e't�l���1M�#,��1��#ܭ�Ě#[�N).�E�/�6~���ĕT1���Y�#�:a��I]g=㟗�26��HZ�+���k�
-z|~�X!����F`�[m�ݻ�}�Sq�M�]�&����ԛꚥ����@�H����n�
-c��X��AҜ�.;
����'����C���^z�n��塳��zI���f�.�[bO\���o�2@c��Rv�Q�5�_nu�+��0p%�(p��,\�q�G����J�zp�F�z��B+>�	i��bc�Зޜ:�3\0/�4�c����T����mq���\c� �b{�OhD~��#�H��&����쿁��j��d��TC	�c�Be({f�9�z�������+�����2H��{Y��t��CX�4�5=v���$�V�lY��T� PN�D�	�����4�4�k[���|y�R������K�OsOsN�<
�$�
�O8,x���MSc�1#�Х[�V�D��:1l� �z�,��$�λ���᷵��C}c�
-R�%��W�糖�;�O�،I����L%ǒ,�ۼF�>���|��aײ��4�m?3�V=�_L=Rx;`�i<�kav`�������0
-p�s*�"�V����!�`�n���+�+�����-�a��FJ�`����F�%�m�l���|Gœ�9�l�,�h�I������NEI��>�hܗ���VG��u�Il?�_a�E�X����]Vb��\�0��&�Bs:��k~`�8���gk[�ޖC*q��%�b,�ͦY=S�ܛ)kT}3�wZ�Y+̿��Z� m@}��],�jI�J�Ǚ��s�m�!�=�1P1@\��5��d���բ+3[9D��ݴ�;A<n�8��44�TpV��˪�b�]�\��Q&�"�	���\���n?���1_�gy�_�m�8�N����,���2R����r09>��s�-lFQR����a��v�[A(��䕨:>�a$�/)�����MU_q���X9�(��9N���3+���wQ�ugG��e�d�@LkZ���@Qvۘ�!-+�d��O%�\�&�)ˣzݻ��v�10䘰����T7����̛���eN�Ow�O�C��{gW��u�3������u�*/[��7,���Gܰ���Z�R	���ύ��ǂ���*�5t��Q,�O^�HO�^!V�n�Y���2?K0eX�k��zy*�"\���j��gF��i�C.N�e��딖"��a�4T���Ϲ�)�P~CMH� s��cň$�i~}c5mD��6�4����G��¢�sҜ������s����G���ʝ�	�49���Ɇ���21�膞�P1�n`�\��_R�b����Α6�d�.�N������:����<2������Q�.j����ia�(��Ť{+<ohۭy���1�>�E
-��x�����z#����J�y��E�F��R������D��11t�@Ct�Y$���Gj��%?��X+�?L��ۘ�͔_��#(?��\��@�nw"�Yl���<�w��Y)�5avQ��%��m����5=�A�*$$�-�{Oc�����3n��j�&�3�ǀ�Y+�U&�Zg\'�Mn�@�W�4�:zvlAڔ����>���o��V�_ٹ��};*�ux��C,(��|�����zw���)�`��z��g\�M�J����Ɇ'���j9���W�M���t5��W�����E�v�[rǺ4���ܒ�`h�=�����B����j��I~�[ak���
-�f�6�9�]�Tɰb�����1K/�&�9��eעh�j4��.�[)Z
-�dC�REm46�8��N����6<�,������i:�x(��t8��n��`��!���86��F�K�5J�B�׽VY�g��,&�1:���'�D=l��&菩I�Q
����Wƺ��RҊHw��s�&�٭k���m�yo���ltx�ebmH�f���o&H�*�j�ξk�rX�0��
�=�^�,��.��/�Z�[��X��~�?4�x��'����q���^J�[K��O�H�W|�@yw�I�:����U-M�L�֜Z�Z�B��X�6�|6���˃��������Z���ų%G�c�0C�s���[}�#�\�ae���4R{��{��a�4#�b�7���…z��@���	FC̳����c��N�4.~4\jt�����x�;�![E�OB
�wk�L�1�-M��㤶@f��$�&�U"�*uA��
-��0堮����Z�ܪc~[Q7��4���H��q����7�=������������du�?��+r^9kæ�q槜a^N�b��:�ޓ�C=>J�Еd�dg��]����z@�ea�C�s5z Q/F��D��8ȫ�X�D��O@�%
U�M�d>kZ|�d�%��?,cY�Mw5��ÐP|�T�ZB���xM~`ԕ��P
-�o�-��� �
Y��α���۰��C�a���7��מ
-���%CA���UV��Ma���Ϲu�������:��؃C�(|#���&����ɼ��8G�x被��p<B������[���+��˳�8b׈�[�T|��#N��QߧC�W�;G�|Sm�F��il�^����ef�C�����y	J��L;�L]����e�A�b�PAI�d�I�P������x�x��v���ZVSsh���<(�m�yh�-������Eʼnq��!fm�Sڇ��Z���A��lx�J|��q��T��4�����HUUmn���CW�]��[��;Z�tnh3���8	�.(��[�_�~{hR��t�%kj�)�U12�x�g��_n��q��WŘ���h95��릆�˪���eI]"�+�$jW
 M v��� ZTb"}¤�TS�O{h�?"ʲ|k�z*u�q�tR�c7J��5�
Z��R
-׷���A��]��:#��I�����@��P��p9E�x�9"���F��1��2c��V��r��O�>K�>uһj���r��#�$�Qo�<����#�_���~�L��Q��xꜝ-�9t��@i_��9����u���r�
-��۱�prkB��Cz�a��3��"!�2�]3�v{��Y��G��s�O��n�R�C2�&`�N��E��\��9�&B�.����� nRV'�BV�����%h:�.l�C�y%4K�T�f�4��T��:���4_'�UL�j����X�����i�����甴c�=`���q�e��C�ܥ���lm����f��w ��#���tx�%;$�h
��n����7pP0O�I���f2T�v�af�4Q���,�X��Lܧ�z�_���VM���O�dv�D�eQܪ#�ة�mc�P�Qh�ȳ�%w"?/]]�i��-7.����V�|K�bƔ`��F��b�Ѣ-�1��y4T,}ue�'������N�0mT#?[��<�=�C��)��C�$��h,�#O�P�e8�E(,�#s�zM�)0݂�0���DU4�;����1��~�0W�/MY$g����A-5����7�n�S}�@N:����3��Z�F�kwy<�����h�K�=s+8T�����@�on���D�kw��@8'�op��K�C��y�Ϛʡ�
-H��ּ9G��M�������P����4���.��J�i�G��$�h΁X�l�-D��͛�/c;��?�˥9�l��{ĭƻ�ni�n�$�B�:�ҩ~�Xv�yx�9c�Y
-	w/��U�O��~E��A�8Q��|���G�=g�9,?Y�2�<m�,*]߻��5HN��mf`!�u�I�u���>2L"���E�K��P���A��"I1�'{���
����c�N���_lb�����
m�nĜɫ��Z�o���|t0�>�>S�™�R���zaI�� �%�A�">�
�N~���-��2-QV��h-���
��pܹ��/��"5v�f�GWnT66�8��^��u�4+k�O�5Q]�N٠
�-�l_M�k���A�=�&;4��hgV�C����5��M��\ƻ8�\��&fO���;^�Rҍ.�,S����`�����3y�f?s&†��;
W�,�K#��ٯ��bj[�_VM2�*BWM��3@�1(�������X���U��D�r���t�7Ցlg
h/��w˼�r��'�c�U���qF܊%��i8���Y�X�+~������rkH��>O���Ѥ�v�1�#�^:�?Q7Q��8Tnn�t�#�6n�l�������q
-�o)�S�2���c��F�Ka�\��*���@萞�XsI�X��h��e��8%W6�����ܲyՊ��uoU�JP'mͧ�s���?��Ǝ�מ+ܿeB*�HH�:`r�L]��H.���~}�η��>��H�8��D���.�Q���_]�̗%��ت3�W$@2?d������`��߳�׆>x�:�����9��Y��������^:?�'��eI���-�~�˦�M�7W�_�����Mxq��)w���}�+Ƞ����Gu�.�Y6�D���}KC���WçRPn"8U+S������yv��L�3���3Q��\ɖ�>�UHC{��Ѽ��Q�!����.�?;L9�Z��E��v��}03|��6����9�,wh�-�˟��;?z�p�̈́y8��9˥H��<T�>H����-q��\�1ά�.5HLU�c��|{��8��Z���`����P߽Q5��z�=��W0z�U�� r	c�R����DCh-&�)�u#�>"1�k��������Á�N�vD#��A窠�`_�xX��wgބ��������K+�CܦA"��
-�c�x~X�J�o(�c�;�����#1���}SUx �f=�4+�䎧�Z��H�K0
-��_���*ݖ ���7<�Y6��vl��ݱ���ٸ����c?m�҆h�����略R��ה�L|��Lw��
Ρ򰤼A�YKr�Ϲ��J�kW�b%�y�Q��T�9�L�"$N������9ȯ�L����;���Z�M�����j{wA�ILTI��%��&������ %��(1�:�/h������9�U������͡i�r�xU���P�#�61�#,*@�
��b��Tx8���{�G79y�����C��v�$P�`�匀V����u6�%��qc���:�wt��N�w��P�v�*�&<�'��v�Њ�!�A"O�MB�"��Qܸ��K)	z�>�'����-o��#���ӝ��D/&�sgk7/;�^D���K�����CH-�oS<��Co����w������"�K�_��"H���Vp�s��pa���_��S��ua�����l|�V�{+	w�k�:�6=s�(HfU�R�zP�[E��cY�E���s�r~3���3�MƁ?�T���Z5��R���rL�buO[�`�w\�U�?���W�&�+Дzu(�	�!����R%�2��8xd���	<�Ѓ|����}�rw�R�:Mp���B��]�R��ք���X((g���?���e�����X��`]�#�ݒX��ofQg	��U��7���䜓s�������w5Y���aM(�]F�n\^�BW�ɖ�~3
-���*���V}�D������
-}���q=G/�8�6���/]Z?�{P>y�U����}��2&@���:���;T�
-݂Ư9���Sftt7,�-��hV��<
���]+,��A�ؠ��;��zE�]�<������ɤC��6����R�{Һs�y�Z��+������k�ѤF�Z�!F�mP��:%��d
-�)��lk2'��"�����|sy����e�\��J;Y��M�I��_��~�1bf���d=����|S�=Uk��
-S��D�0��(�%�U�17%g:F���Z?{��s�1Sʫ�]�
-G7����nu�{��ef��@Ɲ�Jt'�D��e�b
����k�,ۚ��(
�Đ�n�Gw3p���H��4I�.���%H����{����>�����<���@J>N��x����/��^�n�v�Q�U	��=[#C�]6��ъ��h&
��# �y��k�6�q
-�G�kX:gׂ	�e���xu���\C�qK�1�g�l�	7[ٲ�4���[P������FԴ����I#p�"�����WwxN�&��YG��Ƅ��oK?\a�t@�=��D#U�&�m�΃:K�#����f`�N�ڬ5}=��fy$V��Id�-�%#���{z�5���F�o��!�����I�M���H}���R�x`�/�]�Ҫ^3��7�����^��
-�(FLH�~���@�6J���x�0V?K���J�}gy,���/�$��́~��p\!#���/�-��
��3Uv+l�EM��D��_O�u�!��:)
G���	�91��d�~�@�q&�џ<��ˊ)���j��p�p 	�O`6��à�ʠ�b�����*Ln<r�ME�J�#�<�����Z��ާ��p֥�~�!�Vʅ_�	a��t\ą�1-Ja4���$��
-�/y���6f,�yK@�c��ϒb�3Jca~��]+)T!�h�(�g�׺�9Q��/L�. |�y��OI�è{�d�*�U6j���+�S���=�����	�HL
-������Yۅ(tf��>�OA�+��dW�X��kڗ� ����U�?*��j���_
-+����C��u�ƅ�v���WU�}�ԓL����(k���Roi�^$H�~���z�T�׿�x�0�����_Sh��2\o�E��=U��$�_N	Ӗjz͉Q
-��2Oa}=A�m�Uv�'����9��,Y��g��Љ$���Ǫ�3|Z��-�
-��nS;݊M��f���%�<%kDpu47�95%�T+G����*T�J<����t��'On���.��r�.�0��w=J/�_Gpp�� A߃�d=F����O�-Z�9��U���s��h#a�j���N̖ tNc�VF����{����U��*Cs~��sg_ܱu���Q��U4��7+�!|��`T둅>��7��s�as�G&S]EH��WI�`�����A�;�te�Ǣ�au�,>:.�
-��ϴZ�׈����^��>�!eֲ��۶(�/J�@�z��F]�w�����w�/�=��h�cs�t��t˹��1|P�1���R,�����$8�
-,f�S��ԷN�ӡ���x��ςȥ�J#�K�1���S��{�rs�,<+����ٜ�U1*���D'��|�B�F5�	.��+�f��-�u���oF��ze���ӄA ǫ᱙�K�+�,V	c���/E�r�<g{��$���-+��xYt3ɰ���q�������@k{#l���B䃏�O�Ħ�%���C�t@A�]7DX����uO[���
	m_'y�,�ȎA��xi������o�����85�q֑��F�|�����Ƒ���,]X<��>�������M��}#j���Z�R��^��/d��x�z[]�9O����/��7�>��T-)AB����C��x��I�I稂i�t�@�"JU��U}m�'s̒��,�~b�A�FKEOl���p�.Xb����ކ�Ec��9��<�E�0m���|�l��3�����="���֦w�:���#!�%֧�\Fj��‡�IK�';I����}h�w��9�T�tM�J�t���,H��"��DH�z	97qt��Č��u�Vqt�����?'�`�N���3���G�*���HڪҠ�|W]�{��T��q�]A�,������oU��h�,���wnm�k���
ޞ�|f����TJ8�6���5��DŽ���1,�lv�^������!��Z����Y�����b&���Չ��C�u���{��f���y�	"|��<�r�̍�)=���0gx��S�^ث��qGG�����L�{���~����w�A�H�����M�e:�f>
*�b&�Fd!$x���h���Gr55��?�'G��Lq�������鞴AA�F߃���C�w
�V�s�kw{竱>�0�8��֠>��=Hq��3��x:��d9QL ����]Y���"�J[^}������"5�=4�*�cu�i���%�Q�u8aA#&S�"\���<H�	)���([��1#{�1��!t��m7/�e����G�D��av���21���>^u����s��	�CbG�|c����l�.lض��5����6����)>5�ܸ��c%Y
�Z}ϲJ�G=��f���n���!�[\��^H0�m����w'�E��T���������qR�}��[�{��L��D߶��Wd6�!�<���](X�JKR
-K����Yt^�evQ&57фt9�Ʃ�;�QLV2���I2�U^��%�~��׈zW������i~=��V��Z5dw0u�{+M	V�kz�jG�7�zb4@�KP��6��]�"���Џ����V�]�Q��%�R���>2�s�s�@�+�<Z1%]��~g��="��߅p{|������+��)Q�<��"�u�Zc��FC��9^��d�Z���!;(����y3{���6��m�0�|�+R�j����-Q���hWK�ή-�Z�kZ�TWSk������(��.���VF���iJ�$xE^�P�T��!M�xfW_��i�W�ᓳ"\�?G�v�[Y�ג:� �G^ذ,����ZcUa}�N���̺56u�p�2:�C�i����,8�m��Qw2eD��x�c��a���U��N��!�o
-�wy�7a﨑��\�8�}`\%�p�c�'��-�稛�2�@/��0���s]1��쳠h�шs.:5ü�k�L�QdB���s+�of���h�"��ބ��J��a�췵id��<���ޟp�=�&���|A�WK��}��2y�2f:o�0��=}�%�4��%��~�46���N�q��������,V�y�0�Yj��c\�����躮�Cg6�h�8=��%hU ��S|̡)�{�zBŊ���"qج5��\
-p���Ӻ��X�k)i��Kqk���ٲ��{�԰!�1��s��3��
���B �Џ2��t���%�]�A��u�"���2�.�
��x�s,�)�k����>h��byZ��-�$�b�;���*	#�6^�����*jj�}5���ʭt�g ����=)�G��;RV���wV*�M\��h�n`�Pٺz�'I~�V�;&븙i�<Y�U(�u,����_�a�~UF!��]�y��ͣ��!�������?z��R��E��MDyR��P�W<OϦ^M�'��h3��3�-?^��tQ7h�=�"�{�D��;+v��J�����j�#�X���[��G�a�Pk�4��u	�V�Zc��}��;x��5[��jܜ��\������ܞ��c�U�޴9����e�����DlPm4&�$��F�>w�c3:�S��a�40�Z:	Mo��~��#Yc�V��IF^��v��&��Bo�z��ҽ�����<�@��!�Vo�C鷳s~�A�)4�jsY��������ɉ
c�xg4Hc=���|(��3��������qr1�~tә�s��V�;ˁ}I���=*���!���8���	���{J��hJ$���2�tKc�Z�=P�)�����w�,�����c�m#�dx�u!^	�9�i7��JcԌ]+�
jƻ�_�[<V�$�")$���&�q��9����oK�MF����`���󜚥�`���s���as�������?
-�S߻b�7+֘ߠ��n�w�'�#�E�nx��P�L~|�4KQ��!�jn�ժ���VBGE�}�� ����{��V��V�0��.�Tv��|`��SU[�U!&��7�>hI�Y��0���*껪��ݳj������`�?8sGx9g3��è��t�:n:�S�luHx�����Po���JA��h�߾�W'����B �q��J�`���ka殴bg>�MO���B8uk����7)��ܿ5GVQ(�P�m-FG*�TA��WK2z)�	��?3�̏�QOl
-s��x��5W˖��zG���?�y��D��8�6<�,�yʜ�%ɾ�a�j��r��� �L.�!�e�&A��y!q���`ۮ8&��Cᰈ�P�K�MZQ��R�!�V�x3����'�l{�x|#���,�9r&t�|�a����3saw��������u�ݙ���v�&R��;Ƴo�5$r��%�i�av�4�E���;E6'����h;�7\oqk��*�u�+�Nc���O������
-���%�����j���k��endstream
+xڬ�ct�]�.�v*I�cul'�F�N�FǶm۶͎��cw����>c�����j�k^s^�Z�5FQ�)�0��%��@,��<�5e
E##SK{Y)��
௙��R�	h���3y�@S��������� j���dinP�堡���/�?.�c��@�F:[����}p��;��@)��U�@��0��D���%Ԓ�j�I���o�.�6�&�YK��3�`f����`bogj�OkΌ���F�g����0��	�����t��tv���t�;ف���d��3�q1����v3���d����/��L���l�d���ͪ(&��:AF�r;[���f=M�M\�i�_�_��(���������e�Z:;�y��������_e�8[ڙ�W��'�����
���/�_���_}���l<�m�/������1cD`��7�	�onsK;������=����vS���\�N��?{��oF��v6�S���=�oJ����ʌ�s"�H�?"�����o��w���C��z��;�������-�_A���c���.K������������=5���Rh�bc�����ۙ�U������VKg	Kw���%��`fd�wV���ٙ�l,�5��8,���
S��4���g�����v�����2��x&����Z�t����/?ſ��T=���?�����.�a�wx1�p2X�������������_D,���39Y�t���Y�����_+��F#ngbo�ώQٙ��d�i�6qqr������ߦ�c����M�W�Mx���2�Au��#Sb:},�#?JU�
+�k�{���v�+
?j06���n�X>w�<��=�ñ��M^��P���o}��;
+d�/EN�Ј�Y�݁��`V?ڛRR�/��!��du��y��p-������k���݅��QWx~�5����jh|td������.'���
+�k��c���Z�xU�����&B��>����PvE�妷�����O͘���l����W"��x��
��Ix%Q�K�f��o�m�Wcw������׊��;L�֑;�T��6��Gv���.�=n��.7�X�J�[�ZU��b���+_��xF�-b��(�㩃w���$�Ӆ
(_,�	��4�S4r-ٓ���3�2�����$� d����}�D�9%G�<�;�6���A����p�(w����W�.S?62=�0z���@΀�����3�>9�%���O�`z��6"A�ܪ���S�ҼqRɌ!�M떛�/�6 p�p�>�OB���r�O<�lb�����\j�h�!��q處����u=5��������G�:�K�{�ɵ��K�JC��B��/)qpg����� ���g�u���]_���c�C���Y��	n�3�aɻ�Sr��ќ�t3�W	�
+o(:��_����OF��I)Q�l����;T�*k�2��(��2+�ջ��龛�AM���Q�?A"tto��$��A��;t�B����1j�Ux�q�e����t�c�TI��3!�@X芆e�^�'a��:U+�����$� �E������M�[�'�n������C�^.�'R���4��d�h-y�qC�_���ɑ�5R^��za�ҵ:z����A��g��P5� ��x��S���*�i&2O-8(c�Cݧ�l�2;�.���C�
]z�W{�r{]ގQYz?4�Z_)g�:��}o���Oa�a���`�,����P��}SU���<[[���Ȧn����5��ڒ��������}���sI�	|d�K�s�aK�.|%�:Gɔ�O}�P�z-$���W��]1���.Y"�T`�3o�쏥>��?���?]�NA��A�"e����&u�4������+)�/������հ��N$n�xye�������s�b�h�xE��������&������4�����!�}I�N����J��*�'��C��ʛv�x J�	�c��6���s2��3_�1�4�]�ѯS�_
+a�;�?o���+L7O7�uv��u�̸��N�������C�������\��P����ߢ��1�ʢޠzO&���c튩���7���G}����ʬ�!F�d1�_mŀth�ן2�?X�'9�1�(R���܏F1�P�(ʷ���e�<sy�A$����Z�j?����`y�� ������@3�2�aM��T�6��������.�s�f}�r�EK�˖4�Jm�H�6���^��t�V-O4�"�$�2��`z�%��,"����_���4ԛ������f=hR ����<|�$dd�̅�����q�W�Q�G�dȾ�-&��J6f��ur�q^K�k\#��4���8r��Rl�Q��o��ˣ+�u,��xI�'[�8̟�X�6�a�j�L��"�9��iꔦ�c�|����`5��2�n�O!�Є'DIrUf^;#��rߐ�q|)�HG��ny
+�9vrQ��a�����Q�i��j�(^&+
M��kR�<7�u�!+o��-}�iC�HBb�*1'O. ��~6'j���+gt5��PV4घ�� ���R��s(S��q�"yV���Hvhp�3��HG���u���Q�8�%��U�w>��g��ۈ}��H}�E�2O��g�
+�7I�{�P��3����/�[�[�p�C���f�cB8|*�vޒ(2M�:G��e����H7�5'is=��{LXw��i�>A���=�o?F�A�b����§cL����כ�Y_�g Ͽ���e�O5��ܧ��/96]d���P�H]~+B�<�ԕR����\ͯ�s���rO��[�����m+������>���Rkn��V��E.�YSssF�k��T��.��3hȎxҵ����9�d�H�6����g�:M6:m�ɣX��IQ����J7���|���9w��>��a^�\�lEuѺ����Y�7
+�]�
+�I:�}�����r\�v-`�����j�����}
+]rS�|�U]I�suo�$�9�c�U���x�ж�ؤۋ�b�I�Q�?���6.S���n|�G{�B�wK����(���q�4N�q���i�;����U�PȜ��x�&���1S�2��w\�+z�DJ��v�$�L����k>^��.L���!�4^��PԿ�.���(�'ڶ�Pb�i���z��DUo��Q
+0E�I�Z^����ւ0�2%��J�^�V��k"y
+4����2�=��UkW3G�{��̪K��(�ؖW��ӏ�ý�9��<dž������^R���P�ʷZl—�Tj�5�9.�"��f>89��I�vp3ݝ�9��CDq
	���/�W4=��dopso�����1����m���6]�|"쮘V��JhO5��2�����7N߼hC;���Zқ��?%	�]�c���q�	ë#h�il����X�������%���(eqB��P��=݄��9����%J
��NR�C�I���KDQZ����u��H��z���3�t��,P�3��:]����Ic��W��zA~� Czz��0��4�p~\+��0��q}�~}�
+�@�#^>�\�Ȳp��*,	A_���t�
�q�b1?&}=�2��]���ƞo�G�PL.]B���E3�7z��n�c<��epNwd�\��"�kс;�X��ЀBgN}������̝�hkr���G�{�l:&j���
^��PkNɫ�L�����D�j�+Y9�d̜���ʗ6<��Vc���͚�����S�si�ڤ��>v�[���^�*�ݽ�Vg�T=g��@!�c)��F�h��1l-�Z�9�lH@�Ę�_��m����iw�J|���ɒ�ƾx9�.���7o�e!�c������B߬S֍����e�x��-	ln�k<J�=S�5:�'���.��#C�q���܆W��i�A^$�������d�2�
��������;���:��3;y���25Ek~á����`���v��n"�-i�$%?wIH88�[�fҝ5+ry��[>
+�"$�p@�z���G����^_f�tDPi������.y������D�^!���1���,��i�c.�4��L�}cN6\���ЏC��?����5�ܠtbgipO
��sh�t�t{J'uȲ�ђZ6蝬w��/N��y0���;g��Z0�.R;
+*�����T��fWӐ3�'7)�Y�=�!`�S�7�v�U��!~{��1�ǜj���Ũ��G]��g�,�[
W,{ukR��j������<���p_�֩�RV�((�22��v���l.���s/�U��&�ko���@���5V�jj�a
`N}�����O����&#���u��W�{p�c��	<4������7J}G����T�$���01Kp"�?�Q���4d�x}�Ks�c*��h�����#Xiu�7n��؟թ��|ӝD�3����Q���TG�Ё�E�ͯm��!�bXɴ2���R�?h���=m�7�6���o'��l��g�����z�8�lL >�\�*����Ѿß1��ڶ"N��U���y�"�e/����9�hӶ�3+���+3��R��4p�}�^s�w�&�GN^9�t���d�����y|�ܨhͪ�m	���Y�*gS���lZ1S����2j����p�N���_�9��������$4W���kߤ�Z�`���@B��jO��Va�t�I��[L�$�U	;"���B)����p�������~��dxpv�K#	AWE�\�u��o��woϳ�?�]�y��E������RY�_ �4���7���#e�Ⱦo�d�h=g!��0�H���l�)|�P�C�ߣ�Oą3��YQ��}����
+����vu�����'NP��e� ��,a�n��d�
��	dL�|tHo������މ#�]��2��8�=l�MK��)Z�}ټW�YX���K8~��\F�='h<J�GX�����\����&���c�[��&b���~wg���Uy����W��k���h�6Q���k��W��v���f����o�>��;�k/E7�r�y'�4x�zUZj
+S�ǴFަ�����13���'�zt��m~ �H�&��~��h���pu��h^�c0x�(�7\׏[:��q�͚-�j��"z�r�YJ�-�6��nn�����I�n �S7��4��쾕��@؈F9x&�s�|�`pu�eF`{i~�ك�!$jmJt��/�a�\���Ni�"�*�z��t3�Gs��/Yn ~�1&���0tY�V�q�(�w��V��� :���ǐotx��*������#Ms9�C�9�tIL���X����݀�W����.����݇Ӝ,7���7��Q����d`�ڳ�t��k
�M��x}P��o\5����C���Z*��km R�̽oٰ?1D��e�'�Ơ�6��jb6L��X��|�?�tK�:6���h�;�p�G�*z��-Ox��o�ܽ��������	�b�,I�����Ni���{^�d�PL[��c���Q�dZ��&��A��/�;�!��p�B��s��O�΃3ײ�2�%�uz��[c�٧����RfU�g��W����;���8�L���k�"���t�2�e��K����9c$rMe���Ԙ6T�Б1�Q�T�{O���]��f���9�-��R[0�Nk��������ߨN���"?Gw~\���XH��\�l��_���*G�wQQB�9+�����¥�(-n�_�x3�m�gU�w����ߪv6�ȯp�[��I�2�6� �����I�G���e<��1}x���~��*@O��ɶs��>��{#��z߈��!��<�Ӌ�g=�ѝGH�'��e	ȱ����:����R,q@������qh�N\Ve�dh��ɘB��m*QZ!cJe�Mj����#��8;�H��W�����σy�ȧ���q���O��$*��֔����C��ߗ(]b]uH��;�ݧ��E��K��H]�X�I�if�S2phz����A����	t�ب8�لǏ���q��
*��E�6��8��J��?�K�7߾�)N�T�"�V��L>+��å����e-mί`$T^��E��p&�91fXh���Q�kc\#B����&��~���,t�]��w�1y����:�Au��� �2�=����0�zV7P��O>���*��B4��&3���Dח��iW��U+L����f�Z=BB��s1���X��j�Y���is�/�
+�zT��g�O����o0-��०�Š�hȍ�9��%m-�C7��$�O�zAp9%m�f7�����N��OKB�W��/��e����o~f�]{��E��*���N�G���ϫE�[��Q�u1���(X��Z���x5� 6����$�'s.1߬)�^r��au5nUG������T�z������
l�Ldi\�a�Zj(����\��,�S�W2��o��C��`e���㦃F$�uƍz�{���K!K#$
+b�b��u�9�e�WsS��IN�E$�c�D3>�:��%���Ir<۽;�V}$1�����m���)L�B��P-P����D|=�F�d�;��R^j��s�c�R�'��ϳH���+j�F+�B~�Cg�5��	�U�(6���#̼v����q������Zrtj�o�e|�+�g�b
��Xx���G���/b�c���v+���kb��BF�;l'a�|E]���6t�C��0q�M��I0��`�sZ+�.�g��)�cs��-�V�ݳ�����&D̘��@�ݔ�O���]��]�Ҙ,��
+q��p�F����y��+45�	�$�IW��o6s�PW�R�y�� ���8M�-lvrΨ$����+�L��t���c8�nH�ټ@�+i���Hԋ��!���qz{��{�l�
+�p\=N��4��
+d;u̒��sۄ�_]e�px���:�h��|k����'nTd�2�2fu�0�e}X�c*I�o�}xFe6;ac���X��˥��r,��h�/�9;`��GŖ�
�,�H>%O�"�|?�J3iὓQ!Efb��DC��d�M�h��X��ϸ�6�#�l�ȅ��sL���g�l;���#%
+��G�CA���}���6Ǣ�V��\�	diKB��ٝQ��.�~ނ���=��m�yS$�-ѥ���P���)ke��nM�G���u�5%�_�E�M�K�c���8�5��|5w�� �"�ů���3ǟ����V��
+���.Ѩ\�d�(��>��L�PÚ�Ԛ3,��16�e��۲�BG�O�����nP�ƵW��eo�P׽'��@���KL�º-/�J[��xw]�G8f�r�V��sv��h;���H�F���8w&_a��j���q�r��}~9�Q�����Q��������R�v7�/����+B�gN2��j�z	�E�`�fQ�8{��9����qN5mc�
g�<�j�`�@.vS;눂D�knDԚ�����O�Zֵ�іHJ���&�[�X=
+<����Y����Z
���������Tx�S�hD��e{В�M���*���D#�TtهͼÔ<~W�ϯ,�ѵ��HL��c�cy�������<�	E�v��t���H;:�[楍@B�CoјI3�Վ+�s���?���0��V���ɠ����ʃ��A��'7���&�GL6�ݥ
+�.�YO�ꪜ��י�
o;��E0
+P|���I�g����oK�d/&���g�VՔ��ݞ��#t�#��^3�%Ns��M��0��a|�|ɼ}F�%x\�g�b��=��"�s�U��9̯ԫ{1K���fU��7
+�猼��E|����Xu��������ί�r����V���Z��HmQE,���Y�(�����ښ&���ƅ��tk��΢Aw�Ș)��^��X�E�O����_�ܔp8���'W#��~������5;<����_)W�/��\x)w���5ڲw9ֈ.Ѫ#y�2g�F�_�nc�A���)F,��M~e9��Ns��f쓵5�:PK���T�9oY�	��}$:t�ld$W%�ȳWCxH��EO89!�hv�3�(�#g���[�Q��r�ن4�c����� �Պ���>zL�r����[��VU���-J
�������͞ަ��(��m��&���3ȣ����#����%��&ݐ7�56q��cI$��u��%��������VP�	հ���b�gK/4��}
i�0|b�(���X#��,��;�x�cR�8L�j!�
���V�@L&K!�]�U���щ|�vYlN��a�&�hDA���mhs��c���W"�{މ569L�����~���ͤ�^���4eU���Eȓ&ph����?�X}}���8�m�b;���
��I��[t<������F���6Gbftw��T7$��omw|[$EV�M�g[�y������փ%Õ�CI��K�]L }��p�pCg>����n�Ä�=�]�p��j���ܨ������>��U�n�'��{�r�uU����_4,U��;~����l�n�/����X���U%~���ސ,/0Бw�Q{�:�������f\��0���ܜ$e�R���<[��	X���+��'��]�����iX{sV-#��5���+�f�*�O��~E�kɲ�ҁ�É��K�Ub실]��j�-�*bA����i�k$-V���G"]�[I�7�5ꧮq[�ޭ+����/���Ղ�����2*H�3�����|_ތD�rw�i�."�����/`8�q�?
+��s�e����1Y�t�Yv~
+�L7,�H
+�_AWš�*Q�k4���Sg��}���
�H>�b5?��ĜbǑ�[��%?Q��u�2NѼ5�|F�=kt��nï�����'�<�LJ_�n|V�	�mp�U�YX �|NH��k��rO6�g�f���lh�b����DŨx`�z���/;��yjiI�uR��3���AZ��*����@>�,cIߒ���}-�E�J<��p,I�[\puϩ^�z�Q\��6�m�Ȉg��́/|g�Y���XC�ɏ�y9m���r!>Z.
+SS�K"
+�~~C�x�'�0y�#�ں�.U�q/�џ�*�����4��`�Im����ǔN�.z�F6����D����,t��(��8�%iXK{�l�\�V�}gx7w�b�b���j��`�'��Nf��B�̴Я1fBȌ+%�7�C�Kv�ю��'�,�jvZ�ڕ�lD�Ƚł�U?/r��uGш�59+���F�'��u���O^C.����?D��
+�!�O$!*_��}	quf��2��AQ����WH,�Z8�gm��ިgA���va�ȔYֹ��k (
+ᝄ%F<5���K������3�΄����~�D7/��	����Ǚ�E���ûF�<g�SL2R\��um�|ؿI"-�ʏQ:��w����~U������"(�y�k1W�qr��}�MN��ɝ�a0�~�BnJ��$�\
�yq!~Y!�`E����$��s���f�T\�\�L��o����rQ��)~���U�m�ْ��p
+Pb�<p�*1oAjV��V�����t�9oՠH��8O�#q����	�ڂ�@��V���xxO�dh�Q[��_���D�1�s?�~-e^�������>3v�,��P���4z��Pp�_-���� ���0XR��A�?Jf���{��ϔ4�R�l��I�����~���PĦxI��/B�B��=�A'��`�H>H�����Px���Z��LQ�LVg*t�1KƄ�dQ���)��|"ͷĴS���8�g���s��l�A�C۪�^�I����m��i�nq�Ħj�A�"����{H�#�S
���SG�L8�kO{d�f����Oǽ�/���w����`�ɵ'j^���8Sx��
�
+���6�8����s��C���<n!�����օT���ꓗJ8R����(Q�|?�:�6�<�����:�G8��;k�Z[��}�b�ND�)��_�T j��*�+5��.�j�a��n^@�]�yE}�ϻ ���w���;�'����#N䪦(�Y�g�v��%c��I���$J�E+��Vbx*5u�l}��KZ#��q%��72�Ë�iXu�ᕩ~��
���\?"���-���ƵK�Q���MH@}��kV�P" �Zß4l�\�7w'����c�j�Խ?P�qƽ����tךY{;�8FңN	���è&~G�I���-M�Q�b
p��Ҕ{����Mgy�جؒ/9��j(��x1�}*ڕ�"j�r�-!����=��$e�����c@���i.����6*�lBK�cn�C�X�|���vN�f��`�V�2A!�w2
+�f��ZUi��0$��|M�ШC���29��e�O�Y(F�ԏ��-^����>�:2���5/�l�%��hC��]�w'hX6͗�S��U���|�L�A��c�p�:i��c�����IX�m��|(�:��zS�������������jb-��
+����"�X�?�SD�J��G��ڑo������ȳ���Kv�F$-�`�5�=��n���_I#0�7��]˾թ����]������Ou��ȎF~�B�g$d���i7u���\�@� iN~���O�݋[�����]D/=]�z����as���Z�3���=�'.K�����e�	�i)��h���/�:ĕ�X��v�IP��8�#o��jN%d�'8D�V=t�l�5„4go��A�KoN�!�.���6
�8b�Ut?�i�C������1�����QĄ_��H+R�>�x3����7��\
�Зl�j(��]Uȣ�db�2GT/��t=�}�w�`Q[�s�o/k���r�#����[���D>
+a�-�P����i^(5a���8��—�rm��0ۙ//U���bVPp���`i.� �����ޡ��	�ϝ��ij�"f[�tk�����|^g���ZϚ�2�D�yӗ�>��6�th��o�\�
+z����u�y����1irݞ���X�E�a�׈�Ǔ;�/��>�[����FcFҪg���ዩG
+oL1MFr-���a=��VVF�wΥXߪ�s�ܔ<��mp�{g~ű���2�ЈB),���ި�İ����:��x1�͞�M�6�Q��ة(���އ����0�Z���]�.0����"찠�+k�t�����4�7�%���МN.�m�g�ݶ@9�l���rH!.�]��Q���4�g��{se��o��CK?k��7qC+�
�o�|��Z�HWi�9�qn�ͽ2$�G<g+�U��a`�
uU�Z�af+���t�Vw'�ǭ�������
+Ϊ�yY5Tl����+�2�$W�0��3�K_�m���^��<���,��˲
�D�)���2��\[E��W&�'�N���(JJ��~;����+噞�ULJ;��3�%���
X���+�bT�+E���	�pze�^�.ʓ����A��̑lH��iM����(�nS1�e��,v���+���0euT�w}�.8�fɀV����[�ys��y���i����Iu��to��״�x�qu���C�e�Q�f“�q�����T�V*�U6���R�X0x2Y�����~1J��������+��ܭ�1��p\�g	F�ky��V/OE�O����\-����h=M}��)���Py��R�R��^F�:}�9�?E��o�	�d��r��$��<ͯo������%�F�3���_X�yMZ�RZ��~�4��ȝ�W�]y5��&�Y<����D&f�З�"��
�d��K
+^����9�F�.�g۫q\V��r_g|�x[D&w�=�w�6��E��t�>-LE�b���bo��
m�7oՖ7�W�G�J�o�b�5z^oDB�w\<� /r��\רrRj�B������!&��h��6�$�W�B-3�䏗K`��򇉔z��N`zd ��B���+s��N<�-8���0;�)E�&�.P�$ݾM��@ݸ�/�2H�Q��IJEz�e�q���z�-t�Q�ԤrƂ}��8k����X��l�i�D��J�FR�Aώ-H�2��X��+�"Á����Ӛ�+;W�_G�.O�x�"�%u����>W�^�.7 �򃠠�0�uS�2 �'w�����i��FN�6�Uv�-�>]
x�՗*����v�?���ܩ.M�+0�d�����Tcz�J���.5a�$��ʭ��D
�E�q3�f�ʜ�.l�dX����p}���7M�Ȝ�ӪkQ4N5��-�@�!G��6�
V�i�R7\�Mj�dc��do�4�~<��e6�m?�0Iא���K��S���%�v���^+��Ƴ���!&�1:���'�D=���&��I�Y
����Wƺ��RҊHw��s�.�٭g���m�yo���ltx�ebmH�f���o&H�*�j]�ξk�rX�0��
�=�^�,��.���/�Z�[��X��~�?4�d��7����q���^J�[K��O�D�W�㺁�"�f/��u.3��Z���­9������۱�m�l˗�ϳ'�4/�u׵F���gG���;`���:���Gj���H��i��@����ÖiF�Şo�Ë��XWA���F�g	=��$����i\�h����9����w<d;Bv�ğ���6ș*cf[���ImA̞�IdM8R�DVU����x�a��]���%ܵ>�U��v"��j�i�S+�4�%⎩�ao�{Zg=!$�3��1'��\�W�sֆ�l�4,N9�4����Ă;w��'U�z~���+�6������������T�4�j�A�ތ��[���q�Wűd������K��1���|ִ����K�-`@XƲ���j������ֵ�������ɯ����
#ZV��e�r�l�[�cѽ�a���xþѿn��"p��6�8wK
+���!Y5��h����I�s����	ù�Au8��vQ��t�M$N���y'^�qN���EW
��x����A;W7�H	��WN��g=p��"n��4���ZKG��ͣ~O��� ����&������b����3��@1"�r=qo�E���יv0��p���˄�"�������G$QC������u����.�kYM͡��󠼷���F��6�od�*��'&a[TF��uOi�/k1��#�'���(�}:&�VS1Ho8�`�0��_"UUu�!���pwI�gl���haӹ�Θq��$8���@�oe����IIk�҅���Q����V��\�Ł�
+�`�}�W���&_cWs���lӿ�
+.��vЎ�%u������]5�H4��e"��hQ���M��RM-D>��)r��(�ꭩ��Y�9�QH��\(]
+��5,(x	J)����g0�{w���x�
+�&�#�f���kBq����{�1��#�w�KH�\�˜!w[���)�?q[�,Y��Y�����˕:��tG��3��*�m�ʞ�`m
+(�-��2��FM:�M�sv���Эv"�}k�dJ�
+�c����+Doǖ�ɭ)�e���㢗W֙eBde��f|���-��Zw�4V�v�&�=��¥H�,d|L��3N�'��,�K�#L��]�m�)n-@ܴ�N&��$�����K�t|]�l���J>h�
+�9���ͦi=��nu��'x�N»�4�07<����I�������=�)i�N{�$dQ��T�0��h�k�����9������ ��G��$��f+vH��:��&��AoР`���DGO?�d��3�+�̪Y��'Y"-���G3q�Z�[|i<B�{5m��i��%��	Dq�r�h�c碫Z��B�GE�y"Ϟ�܉�� tu����ܸ�H��Z�-%b�9S��;���G����0���P�T�Օ��|P(��V�38�ôQ��l������}ΦP��sM��6��dR�<�Bq���HW��X�0�Q��5e8�tK����U�\X�H�WƘ�+�e@�\
��4e���d^�ԀJ�Mn��ܧ���t`7�g���z�����x�����%��{�Vp�XU���~���Kp�1܉~{�������o.����=�j*��* �Z��x�6�w�J�C�J�l(nֺ��+�!U�0��aݳU��|�h��<�����Q.��8d{��#n=ޕw�(H3t�-���i��N���Ī�[���y+�RH�{x����}:��+
+~�8�����{�W<:�9��a��
+�Y�ikQ9���ͅ�Ar�$sCK��+�Hbw��n�aɠ��$.�_��0���~j�I�؈!<�3<�m�׵�}�u�g�>�b�H�߷�l� t#�h'���k���
+�������jTL,
+gRH`\��%A�����LTa���6T:�Q�^�.�ʴDYA���$�<�{�i�Kl�X���%��<�r�����I�������XX;|���bu�	X�j��X�Ԇ���I7١�
G;�*��e��nIn�(��2�š�bE�4!0{��?�񊔒n�0g���}�O4,�]�h�3g"l�\�̱�p��»6�Z����/����e�$��"tդ�:����
���x����?�h[MND.��L7|Sɶt����&�yDZ��*Gmpr8\U��gT��X
+h����]��5�%?��'��M�מ/�[C2���}j��.�&��7������
��r��*�ơrsC����q�l��_��v�vw�SX�~K��ʔ	������5"_���z�W�8L�B���Ě+H*Ƃ߯@K�/��)��%�%]��=ȫV,�
�{�RW�:ik>�H�ST���%6v���\��-R�@B���f�����Urǖ��Sv�]���G:Ɖ��%*���pэ��w��zd�,�~�V�I�"��!k���������6��S�Q����i��2�V����,]?������>�=,+��E!�#?6�l���*����.‹+�N���c�s=A
�$�8��t�hͲ�%M��[r�?�>5���s��Z��|�g�ϳ�6�g�]`�w��
+��J�$�A�B:{~P��|��
��/N��w�����a�9�Ҕ��M_u*u~0�׊��o��X0�r����qh[�l�������e7�M��;�,�"�F�TI� ��Ў�_�05#�.c�Y�]j���:����:Qq�!彾i����o���{�6j���({��^���W�{�H�%��K!z�ox
 ������֝���ll�Y:��3�vz6G0��&Q�	�����n�}u�aI#߃y>g�/�`.n+/��^q��t*+�����a+uF��}�����>�j�Ę;���LU����PҬ����km",�(\~�GP�O�t[�܎�6nxf�lT���H�'�S��w<�qs)���~*�n�
�B�R��++�ț!�)��ĕ�������C�aIy�γ<��x�sG�)�����8z�J��`�n��s���EH�X-zo�=O!��B?���w�������7CM�����:��P'+�'�M�����AJNQb�u:Vw^�(*mk�K櫬�)7,"[�c�X�ɪ�q����g�mb(GXT�,��bo��p����֏nr�ΡUm��C��v�$P�`�匀V�c��u6���qc���:�Ot��n�w��P�v�*�&<�'�v�AhE��� ���&!x^��(n����=Y�ӓp�E��qE������VP�7�չ
+����=z/��C��`R��!�ٷ)���!��z���;LZ|F�G�%���ō��H6}+8�������с/��)d�z�W��X�X��m�ؽ����5gR��F�{�$�*�)u\=(�-�"Ѕ��,�|]ǹ�?9�Y�O�[L�&���rS*A؏f��i
+t)�XN9�D�z��-D0�8��;�E�+p��hJ�:���f��}�P�S�cd?��	<�ȓ|����}�rw�R�:͏$�=�~m�]]�R��ք���X((����?ɞ��e������X��`]�#�ݒX��o�Qg	��U��7m���\�s�����M�w5Yl��aM)��]G�o\_�BW�ɖ�3
+���*����V}�D������
+}�2�q=G/�8�1���/]Z?�{P>y�U����}��2&@���6���;T�
+݂�o�9���[f|t7�C[,#ѼR'Ry\���VX���AA+w
+���ʧ�y�+����i�2�]����\��M��:���wbՑ����hg�I���#����@�uJ*��<�S!��dNP�D )��c�k�2���b���#�Ε�N� ��T�Z#�F��S�̦ۻ�z,�ËŦ�G��\�V�(Z��Q vQ�K>T�:�Sn
+J�t�.a��A�B��n
8b��w�V�n$���)4����V��������N�R���������>Y�5(QD�!%�H��f��9��n	i�"]�-�1�K��ݵ�����}����y�㕁�4|�"��`��]_�����ݲ�\�$�:�{�F�ƻl��3�?�L$G@����vm���#��װtή4�FI��\鱹����cL�B��n��e�i��s;<������7J���ie/�5��F�EZUu�!����JM�����Ӎ	}�ߖ~�
+���z{JE�F�M�ۄ�u��G0i������^�Yk�z�'���H�n��([�KFR}�^��dk
+�5b�$��}Cd%#vﱓ*�����
������8h���_���7�U�2f
+b�o�m���Y��j�nQ���f��m����m&*�8���1|�a�~� F�������XQ;(_�SI0�+p��&��$BF
+�1�_v#Z��,�g��V�
+*��@i�����8��C�3luR�n��sbX�ɠ�ځN�0Lb�?yrK�S��=Ո����@�	��l�
 ��<�'�A�87g�U�
+�x�����XG�y�'��9v�,սO��K���IC`����9��鸈�cZ��h.R��I�8�_$�fIKm�Xr�����%Ŭg������Y'�VR, �B~
��AQ�ϲ�u�s���_��\@�t-����>��Q�F��U��l$�.ËW(�8*��{>B7@-7쑘�y��7�!���Q��L}*�$�WV�ɮ����״//2ZA$�����b;>~T6E�<տ�Vj3ps[��[��#.J���Y��0��'�����Q�8}Q��Қ�.H������$=��o��aZ]�#6�/�����e��Z��M{�h=Hp���-�����e���z���ƫ�(On���s�QY����&�I(Ja]�U�-f���[����ݦ6v�%�.[��KpyJֈ��h2n�sjJ,�V�&EͯU��x�9�W+0�O��X�3�\���]:aF�z�* ^Կ�����A
+����z�:s[�+�:[��r7��_����F�2�:����-A�
+���O��,Eߝ��;XM��U����e��&��c�2�.D�T��h8&�e7nV"�C�p���#}&_ot-�2��X�L�����ï"���f&ѭ탔w��ʼ�E9���Y|t\d�=_��i���9��U5�<}�oCʬe�ɷmQJ_����x-��D���3����"�_
+{8�F������	�sE�c���c/
�Xne���	Ip�X�,X�x�o��C�C7}y�8��KӕF<ؗ�c��c�>��"����YxV�#���9y�bTj��N�������j�\�W�X!�[�뺧b'ތ�)<$1���[,�	�@�W�c3/��WnY"��4��[_���#x��f3I��[V�;��2f�a_��X;q)��&��4F������
�M�K�����适��&n�������[}�R��ھN�
+=X�9��:ؕ�����i��ߔם��pj2�#C����=��ˍ#;.�Y��xB�}!�A��כ< �F��9O�X�|�D;-^��-��(�8���s�j���_�1�o^}$�ZR���E!
+�*N�(�c���
+�Q�p/6�~��E��:�?��ڠO�%3=/4X����u������ب����]��D����
G�Ƙ; sL�y��la�TKc����5�g+��{D���9�M9�u.��GBLK�O%���LM����`Ov�TE����[�21�sd�J�p����#�Y��E�����rn�芻����&��݃�3N^�r����+fd-9��U0�d� �U�A}���"���ݩ
+��2����Y$�ɕ�ߪ2^I�PYm3����Ju��=���~9��	2��pmPkDɏ	ǥ)DcX������k*+�MC�{��~���)��5����L|y�1�5u�������c9��rU��BD��3Ty�嘙	SzH1�+`��+�`��W5�㎎����i��,��}c��3!��҃��Puaۛ�� t��|T\�L,p��BH��9���)8H-���jj*�=�O��<��:�Y�9���=i��h��!���h�������Wc?|8na|q��+�A}~�{��V+g�7L7,�t>�S�r�$�@Z�aQ��L=4�Eb�������ś�/Dj {h>UV������!Jޣ�p‚FL�DE8"�FK�y��R���Q���cF�,nc$�C��n^���}Ïމ�����m{eb���5|:��6����d��Ď��Ɔ^�+�/�:!\��meCkn+?
�m ��K'S| j&�q���J�����e�x�z2��Bw��:�C���:���`R���1��N^�r+ک:�/cm�1+W�������$�{�����m����lXC�y��ӻ,P�&ĕ���6A����X�4�Ljn�	�r:�S#7v����dd���dZ��rQK��>����lH}����z��a���j��`��V������Վop��h����c�mNỒE���/���(�����g�K¥K_}d��皁�WNy�bJ�����^y{D�����ȯ���WV?S�6y�
D\� ��Ɔ��
+��<\a/r��v�x�f��CvP���u�f��y��m4���aj�lW�J�4p��Z�A�6���B�][���״B�����{?q�Q4��]*�
f1
��*w5#Ҕ�H���������C���̮����j���'gE�F�:�����%u0A���$�aX�/�ߵƪ����(ߙukl�..��etV�r�*$�;>wYp��r���dʈ����V��hK��WC�.��$.�o��Q#���*�q���6�J�	���O��[��Q7�e��^��a:i��b�&�gA�V��\tj�y�ר�<����3t�V(���h��OѬEf��	��K�X?`��7�ok��h_y,����?�{�Mp����z������e�e�t��a�s{�(5J<i�Kf��6ZilX'ŝ��6������)'�Y���4a���4Ǹ�;��U��u]h��l��Jqz$KЪ@��3��o%��CS�.���u�D�Yk�5N-����
)�u�ñ�RҎ��,�,���;�e�'h=�:�aCDcj�羵g"���'�@�e;�L7FK@�,���dE���e�u]��&��*�X�R\�|�>�}�8����Z�I�-Ďw<PieUFm��%h	*�U��|�j:3��[���@6[��{R2؏�3w���/�=z�6Tܛ�5Ѿ�����u��O��R�wL�q3�.y���P��X2�#���� ���2B����(��G��{Ct'Lgy55�,&z!#�d������?:��/�x��M���O�{k��f��g�[~����n�:{�E�c�Z��:vV���f#�Je�+�-�G<� S��&���(���i6[���'��\����w�T�k�8�ո9Y'�������=���~��isn;;��JY�5(��ؠ�hL�I��&}���ft2���Ji` ��t���K�#��G�$�6��g=���>p���	|M����T��˥{E-5uyЁ�(C���F��og���3��?Sh`��2��=�II�����h��z[�P.�gN#w��_���bJ���3e��1�?��w����	zT4{�
BfA]qpe�D=>�$�z�єH"s�e�+�����z�lSv���Y�W�ǘ�F���&��B��s��n>��ƨ�VjԌw����x��I�ERH�
|M��z�sz{o ߖ���D3e'l�b=���95K7���'��k+'��xAS5#]�~ ڧ�w��oV�1�A���4��OFG,j�`�8�E�4����i��L-C^+��F�Uݱǭ���(�89A�[��ӭf)��a|�]l�����`���p�B8L��o@}�ВF���a8
+�U�wUM��g�"&��Q=Q���p,� �r�f�݇Q���t�t6.�>����97����nW��������}�!�N��i�@l�
+C��&�A�"4��]i��|,��(mͅp��.���oR��]�k���P��Z�Z��T2ʩ�pC��d�.Rn�f�7����r�k��-!O���1t�9~�󖏉�q�mxY��9gK�}������ H��Af�\pC�ˬM�._�B��jq
��]qL���a��n�����('��&Cv�p�f����OF�2�
+# �:�F(��Y�s�L���x�J��%�g����e:��#0���ʻ3����LM�\�w�g�RkH��_K�wӪ��ni��ر
�w�lN�js��8v<o���ֲ�U8^�|W��
+����%����	���sK����#��������endstream
 endobj
-895 0 obj <<
+900 0 obj <<
 /Type /Font
 /Subtype /Type1
-/Encoding 2122 0 R
+/Encoding 2143 0 R
 /FirstChar 2
 /LastChar 151
-/Widths 2133 0 R
-/BaseFont /EUFTTG+URWPalladioL-Ital
-/FontDescriptor 893 0 R
+/Widths 2155 0 R
+/BaseFont /LHZNYR+URWPalladioL-Ital
+/FontDescriptor 898 0 R
 >> endobj
-893 0 obj <<
+898 0 obj <<
 /Ascent 722
 /CapHeight 693
 /Descent -261
-/FontName /EUFTTG+URWPalladioL-Ital
+/FontName /LHZNYR+URWPalladioL-Ital
 /ItalicAngle -9.5
 /StemV 78
 /XHeight 482
 /FontBBox [-170 -305 1010 941]
 /Flags 4
 /CharSet (/fi/fl/parenleft/parenright/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/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/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/emdash)
-/FontFile 894 0 R
+/FontFile 899 0 R
 >> endobj
-2133 0 obj
+2155 0 obj
 [528 545 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 333 333 0 0 250 333 250 296 500 500 500 500 500 500 500 500 500 500 250 0 0 0 0 0 0 722 611 667 778 611 556 722 778 333 0 667 556 944 778 778 611 778 667 556 611 778 722 944 722 667 667 0 0 0 0 0 0 444 463 407 500 389 278 500 500 278 0 444 278 778 556 444 500 463 389 389 333 556 500 722 500 500 444 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1000 ]
 endobj
-798 0 obj <<
+802 0 obj <<
 /Length1 1630
 /Length2 15892
 /Length3 532
@@ -10307,7 +10472,7 @@ stream
 xڬ�cx�]�-�v��fǶm�$+6:�ض��m;���cul���}���\��_�ۿ�=kT��Y����Z���j�"��@I{WFV&^���������9�A�Q�����̉@I)�4q9؋��yZ@s�8���`���+%@����di�
 ���AKO��_�\��^����tY���>�m���)��Հ@��`�Ĕ�ud��4R��)�=�����fj2ȃ̀�.@Z���3�������9蟭�0��q��\�f��a@O3��?��lrq�����,�M�]������7�u3����v��������/��L��������
 ��UY\��u�Z������8X��4w0s�gK�����E]M@�.�W���?�L��s����������A�*��do�_0����&��@��4�������������_�����@�.@[&V��9�\���#0�3*2��V�����s:��A4����"L��m���@fE׿)4�o*3�ω�? �����#�����k��������SK���*�����; �璱�?�M�@�^�7����w��WW������+�W&���@.� O��2���
-`ab��W��k؛�mA��������FV����[��l��i>�!������L���YI\F[R����W�l�Η+��#��N����#��i)8����>QQO�7#+������dc|�`�������L\�A��=&ֿ�������?
���F#ao�`��쨹�؛���4���9;�U�_7������_�z�V9��[�ge����
O��
��B�8�6��8����o�4~�
aj���h�Z:q|ߗ�;�ñ��M^���������?d6,E�8Պ��\�߂��b�<ؙTQ5,y�!��dw��|�
 w/��xpD�3Kk���Bkè�qrJ�t��@=462������>7���
+`ab��W��k؛�mA��������FV����[��l��i>�!������L���YD\MJV����W�l�Η+��#��N����#��i)8����>QQO�7#+������dc|�`�������L\�A��=&ֿ�������?
���F#ao�`��쨹�؛���4���9;�U�_7������_�z�V9��[�ge����
O��
��B�8�6��8����o�4~�
aj���h�Z:q|ߗ�;�ñ��M^���������?d6,E�8Պ��\�߂��b�<ؙTQ5,y�!��dw��|�
 w/��xpD�3Kk���Bkè�qrJ�t��@=462������>7���
 �**�)�PHW�B��U�m�W���Or�]Vɕ $��qy��"��z�f<0������f}/���>b�F�,V�Ud�Ճ��JlN�o��+�O�X�1�-��c-N�1ipݛ�\A���?����{G.�'޽�$5��^oD�Ғj8���R/�y�࣑<�`�^
 ���`uvd�,RH��$�kK�>&Y	��۔O�&�o�k�Ɯm���W���
 ��/���[B��`�t���N�Gf�ĈH��mV�D�ϓ������Y_k���+��1p�Ҩ�����jD�j�
@@ -10369,83 +10534,88 @@ MI
 �n$r�	X��D�t
��Ӆ�2��n�s�mOƄ��;���shu�U9�֏&;y-s�P~K*��z4rnp��}����)RB�+��>�cI���w�	�hz��\mm��M�H��<�|��&����w�s���+\?V˴<=y��H�M'���67C�o�+A5x5��x�'_�
 c!v�~��4�bIp�P]�H^���nkL�Y�ل��,��)tC�r���i�ϱm$�h��n.����O��W�[�{OFCh�'�W��*6L�1��g^H]u���a3��g@�T�L_1@d7���������:��XF.����fb1\��S٣�֮T�IS�Ҏ�{9.��v��P�_$��Ù.T��j��R�.z���iX�^;-��kw�0HMKy��Sc-�tk��k'a.*b�	۶4�d�&�*qɟX�����"c�4	*+9�3�
 c�E�Lg%����K���=�g�~Q)�u��e7@�`���c��s2��e/���5�I*�[�rH��D4;"�hntRɴc����݄u �{���}h����x;���lqf��
�d79�R�2��)i���G����&����ިC���eV�]��~��T}�Y�d�`X����<�eJ˻1�X�Q��#��gX�;����{}�*�lȻ�~�.��k��V�Ǯ�Ҁ���7�$�o�#��k��<��{
-�41�{�Q���l�P�g;�($@QQ~:�4� /��e���'t��>~���T�={���cW
��6�͆�Ij˂�{Al ��
���s蹔L� ������q���=*Y��K�T��&��9�2�s�������ʛ����=���Ix=��7�v[�C�hw���(�l*���q	��b��f��Y���Y���R���	|)�U-*�[rᇻ���w8me-P�s�Q���W�N�v��{e��=�E�e>*�xQ�u�_�R����
���I��?d�Y��a�/Kz��c��gZ6q�����3�p�0,H�IM,*��M,����lf�endstream
+�41�{�Q���l�P�g;�($@QQ~:�4� /��e���'t��>~���T�={���cW
��6�͆�Ij˂�{Al ��
���s蹔L� ������q���=*Y��K�T��&��9�2�s�������ʛ����=���Ix=��7�v[�C�hw���(�l*���q	��b��f��Y���Y���R���	|)�U-*�[rᇻ���w8me-P�s�Q���W�N�v��{e��=�E�e>*�xQ�u�_�R����
���I��?d�Y��a�/Kz��c��gZ6q�����3�p�0,H�IM,*��M,�����f�endstream
 endobj
-799 0 obj <<
+803 0 obj <<
 /Type /Font
 /Subtype /Type1
-/Encoding 2122 0 R
+/Encoding 2143 0 R
 /FirstChar 40
 /LastChar 90
-/Widths 2134 0 R
-/BaseFont /ODIXFB+URWPalladioL-Roma-Slant_167
-/FontDescriptor 797 0 R
+/Widths 2156 0 R
+/BaseFont /ADSGJO+URWPalladioL-Roma-Slant_167
+/FontDescriptor 801 0 R
 >> endobj
-797 0 obj <<
+801 0 obj <<
 /Ascent 715
 /CapHeight 680
 /Descent -282
-/FontName /ODIXFB+URWPalladioL-Roma-Slant_167
+/FontName /ADSGJO+URWPalladioL-Roma-Slant_167
 /ItalicAngle -9
 /StemV 84
 /XHeight 469
 /FontBBox [-166 -283 1021 943]
 /Flags 4
 /CharSet (/parenleft/parenright/hyphen/period/zero/one/two/three/four/five/six/seven/eight/nine/A/B/C/D/E/F/G/H/I/K/L/M/N/O/P/Q/R/S/T/U/V/X/Y/Z)
-/FontFile 798 0 R
+/FontFile 802 0 R
 >> endobj
-2134 0 obj
+2156 0 obj
 [333 333 0 0 0 333 250 0 500 500 500 500 500 500 500 500 500 500 0 0 0 0 0 0 0 778 611 709 774 611 556 763 832 337 0 726 611 946 831 786 604 786 668 525 613 778 722 0 667 667 667 ]
 endobj
-736 0 obj <<
+740 0 obj <<
 /Length1 862
 /Length2 1251
 /Length3 532
-/Length 1860      
+/Length 1861      
 /Filter /FlateDecode
 >>
 stream
 x��UkTgn�J�+ŀ��
-�2��%X$-wTP�2$H20I0@�,P��A��E��Ji��������F���4
-& X��
-��K��ڳ3�}��{�g��;�33��!8�� ��	 �Nn>A2��833'��<D��t���GI0�R2�N!ө4����E��`��p�dQD0�cAB�
saփ��ŃőD����W��oX�0��A��c�� 8�'đ1��-�lI�[*FE�)�3�	�Yd#B~$��98�;��cN��V6w����`��RJ�!��F��$b�6�
-WJ}�esn0�'�d�b��c9
-��0@�m�dk�2�9�0ۓ'fq��K8,d���ŷd�����s����\�HO�'���;�R
����P��'�db�ۯ��}&d!l�0�PmE�Hv���
-D��OȆ��,���BD�-�hb����
-Z$e�a���ċ�2AHAX�� 2�P��aΟa�7��������,`�������58�F(v�����h4j̿	Y��⥳��������f�z��}RH^urE�g�n�I�E[��W�ٯ66�ǎ��2	��+���C����Oꢗ
2�ӿ�.ѽp%���/+��D���G&��ּ�2e���*�ZiHoB��f����mqm:g�*ơs�s���-�OX�n����x>r�q���ڸ��;Y��2=�"�4s�A;h�}��D(V^#�-wUʣ�����M��'Ʃ�)f�Z}ʥ3i��ѿ����I�(���C�d̸6p[�t]Iʌ��h�j��К�rs����`����#��!���\��Vin.�}^����y�]�ι����է>-��kw�끺���:e�(�r��H��I���j���H��q����{K���1��+��\���J#�ex�ص0�����fd�偗���kE%�D%����G���]�}�x��X�$3M/7�j�#��UY6o����Ԝ���t�5��YQz
-Y�8��9�=���������F��漤���gju��eșc[�|����/'��D�>��]�~)������M��3�UL��~��wa_�09�5�z�7�q�L~��(��c��Єr�%{&n���D��ңξ��؄�k7NK�	��9���v�'�ց��\�S��㲎���xj�z��.�k'$�\�-����ЉМV*���Fԏ=3�5�[w��P�R����?�)���ok���OW���:����~�G��Н�S�ϛ?2�>����/���o�~/��oC�����ޔ_��	���7�l���&��*��In؛�H�[��	�����y�~P{D�.�,U55��ͧ� ������(��x��de�?�S�_�b�	�翜$�N�~�Q�*5*�eT�LM�h�����>�1�'���dP��H\�	@���~�{8s��ڵ��U$F��x7:�,?�y�ӝ�ݯ��O�iD�ȇ���u��T�T�SFa�{�1b]a��_�w*S��#��]k��u �����vl�l��D�7�U������J*ƶ�bu��$����p}�(�5�iQBCG���\�$�!7!�]~9����)�k��)��D_uo����jn�=��h׺�;w���B٘�jU�f���N�Q�օZ��[�!C�W�$A�6͟d��@�!߼t��
��INz�xw�v}�u�F{I�?>�i���`v�נ��T6�1��0S�x}�䇯���F�׆���ע���;r��+�7��t�]�rZ9�qg{7���l�G�}�3\Ok��ɵV'�Dz;B�mи����lo�^�`m`on�=�������vuC�@h(�_E��}endstream
+�2�@	�M��
+�T�dBI&	(�
+A@0�P�TZ)�`��b���Y#BAn�\u��إ?w�ٙ?�>���3����x���H�����gw�C ��d���3
+Cb"t��0
���A�I�T�lG��iT;����E��`��p�lQd8	`�ǂ��;$����>��#���x/�ްF#`6����Ap0O�#-:b9`��%a�a����g�f�������H��9�o�Z��U��{@���K)���<~�["��apG�0*\)���͹�l�D��e�!>��$����!����O�ʓ�lO���8_/ᰐ��
+ߒ����/��s]"=!�P�?2���K5���RByR��L$�AL���Vl�G�B�<a0@���B�8�a���
KX�9&��[`����-��H,��ìũ��e�
+�����?@d
+���Ü?��o�塿�m1B�X�
+�!w	�spt:"�&P���-�# h��Qc�MȒ�(,/�M,�w5�����0�ۍ��B�+b�����G$��m��^�f���|;Ƈz��$X\:Z��zB�U��r8��^1��H�j�D��մ�r��xj����&[���|�!?x���!�	}t��m�{��ŵ�c���7�
vko��>ii�ٮ�������O:�N�����ɚ�}ߍ����+8��A���c\�'B���qj��R�gϯg�7�K�����=o�)�Τ�F�v+L7u,�x�k��ɘ~}��<醒�����ͨ�5���6+�'��A�U�Fj
�C��
+Ly���\��
+-��5vy�}�ι���է=+��kw�끺���:g�,����H��K���j�'�H��q���;{K�>�1��k��\r}���2<x�zE�T�egd���W���kE%�D%���i������]��xƑ�X�$#M/7�Z�#��WY6o����Ԝ���t�5��YQz
+Y�8��9�=���������Fܑ漤�f�s���Eų2�쎱-	c��dƉ֗�VS�qmڥ�R�C�H�R���L��S���*��i�I�����[��͍�J=�ӗq��O~��(��S��Єrk_�L܈���2�s%�Ρ��؄�k?n���sDeI��5O�7�;�{@1��:>f⩡�,�]q�NH��n[(�ݡ�9��TL[���zf�kz��p��X�r��ȩ?�)����j��LW��&����~�'�ӝ�S�
+ϛ?:�>�b���q�7J����������nɯɉ��։��[E�Tű����7�$
7�e$�mʁ�3Yl��<ߋ?����+*��UM�=u�)����0螢�S�<�y�:^�0YY�O��g߯qT1�Ӌ��"�I�~�Q�*5*�W�LM�h�����>�ԓ�YY�)�k$��	@���~�.���I�[֍�*��u���q��<��n�����g�5�S��Et|�:���U*�i�0�}y@���0�¯�
+�)��[�7V�:��h�iyhw|�lӫDշ�U������J*���bu��G$����p}�(�5�yQBCG���\�$�!7!�C~%����)�k��)��D_uo����j��5��X׺������B٘�jU�f����NײQ�օZ��ۣ�!CN״$A�6͟d��@�a߼t��
��INz�xw�v}�u�F{I�?>�i���pv�נ��T6�)��C�x}���o���F�׆���ע���;z��+�7��t�]�rF9�qg{7�Įl�c�ɾ/�ng4���Z���c�!�6h�!IOL��F��[�6�7����?|p�o�?����!T� 4�/��Sendstream
 endobj
-737 0 obj <<
+741 0 obj <<
 /Type /Font
 /Subtype /Type1
-/Encoding 2135 0 R
+/Encoding 2157 0 R
 /FirstChar 13
 /LastChar 110
-/Widths 2136 0 R
-/BaseFont /QQRSYH+CMSY10
-/FontDescriptor 735 0 R
+/Widths 2158 0 R
+/BaseFont /QFMEDQ+CMSY10
+/FontDescriptor 739 0 R
 >> endobj
-735 0 obj <<
+739 0 obj <<
 /Ascent 750
 /CapHeight 683
 /Descent -194
-/FontName /QQRSYH+CMSY10
+/FontName /QFMEDQ+CMSY10
 /ItalicAngle -14.035
 /StemV 85
 /XHeight 431
 /FontBBox [-29 -960 1116 775]
 /Flags 4
 /CharSet (/circlecopyrt/bullet/braceleft/braceright/bar/backslash)
-/FontFile 736 0 R
+/FontFile 740 0 R
 >> endobj
-2136 0 obj
+2158 0 obj
 [1000 0 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 278 0 0 0 500 ]
 endobj
-2135 0 obj <<
+2157 0 obj <<
 /Type /Encoding
 /Differences [ 0 /.notdef 13/circlecopyrt 14/.notdef 15/bullet 16/.notdef 102/braceleft/braceright 104/.notdef 106/bar 107/.notdef 110/backslash 111/.notdef]
 >> endobj
-733 0 obj <<
+737 0 obj <<
 /Length1 1616
 /Length2 25334
 /Length3 532
@@ -10453,7 +10623,7 @@ endobj
 /Filter /FlateDecode
 >>
 stream
-xڬ�c��]�%\],۶m�vuٶm۶m��U]�����Ν;����o~�Zω��cG�sb�'3I�h��MD�l�hh�9*�j����v�4�v6��f(!';[a'N���1@����`����"�ٻ;X��;��bPPQQ������z��t�0���}p1����1�u���Q���dn0��6��kHȊ��dU�b&�&��ygCk#�������	���`�������?�9���p��M�,�n3q32���E
�7q��pt���p�9�:�큓���������v��w��a���L���������	�7�����t27p�'���_7���o�����?%������d`a�p2qs�'��	��������o�`���pv��5�/��3ckGǿ0�����	�_�7���v�w�ݿQ��������)-�ߜFNs�Y�B��sT$lM����a7v��O���ÿ
"���P�%a`lgk�061����s��@��2��;��H��D��'�����k��\������C�:[[�ؘ��	�3 
�g���o�6�������f�$��0N[!`k�WzZ��0Z8�Z���[8�L
����_����������_=�m%���������-��l�i<��Ll��;���˜NLITBY����������I���/��Q�����\��"(h��a`e�0�3��r��f&��C���k-c��`���[6=ÿ�����t�������?�E����������F�u����-�?��u7#���vF\A�i��Nu�#S�Z} #�����E~5v��ia8*�?j�i�f8��ݗ��?$)��Ь�zSL��q��(��H;٨�tKa��բ<���w@5Y�Uw�uK>�qg:� ��)��\
+xڬ�c��]�%\],۶m�vuٶm۶m��U]�����Ν;����o~�Zω��cG�sb�'3I�h��MD�l�hh�9*�j����v�4�v6��f(!';[a'N���1@����`����"�ٻ;X��;��bPPQQ������z��t�0���}p1����1�u���Q���dn0��6��kHȊ��dU�b&�&��ygCk#�������	���`�������?�9���p��M�,�n3q32���E
�7q��pt���p�9�:�큓���������v��w��a���L���������	�7�����t27p�'���_7���o�����?%������d`a�p2qs�'��	��������o�`���pv��5�/��3ckGǿ0�����	�_�7���v�w�ݿQ��������)-�ߜFNs�Y�B��sT$lM����a7v��O���ÿ
"���P�%a`lgk�061����s��@��2��;��H��D��'�����k��\������C�:[[�ؘ��	�3 
�g���o�6�������f�$��0N[!`k�WzZ��0Z8�Z���[8�L
����_����������_=�m%���������-��l�i<��Ll��;���˜N^AMTA����������I���/��Q�����\��"(h��a`e�0�3��r��f&��C���k-c��`���[6=ÿ�����t�������?�E����������F�u����-�?��u7#���vF\A�i��Nu�#S�Z} #�����E~5v��ia8*�?j�i�f8��ݗ��?$)��Ь�zSL��q��(��H;٨�tKa��բ<���w@5Y�Uw�uK>�qg:� ��)��\
 �P����|�RbQ�����
 ��IO��Ȇ�GG�{o����rb�p��’F������T��jUm���b3�]���s�
 �l~^��H�������bا�ٮ�岞��NH��C	��h1R�^�iC���{�A�ֈqw��xy�Wc����y�'���O�T񴚟�w��u��sPMTU���N�(5���� �����M�c,����]EI[�Y�	��ˆ0�^�M�m}��� 3�@����0�Gƺ�>K�y�E����Th6������J�w���_[c
���B8xվVk�Ԃ�I����g�k��+(}��Ő+��d�P9�,U��D�&w("Z��U�D�|y�)Ղ�0��)�` �6l¬N������&���W	�W���[.�N5���ZS�
@@ -10547,35 +10717,35 @@ A
 ��u|��8t^��/��M�p�_�<{*�>Jn
���6�s�R�aƋ�rׁ�]9���:�(`\���lA7�ĦK����9z8nb64��jE�$�1V|�ZB���X#Y�ͪföW�qY�lf/���8Fj���_X1����n�
(N1���C�����9(A�E�ޖ����ɀ���f}_���J�:����J$<�B��SU����M��Yr�������`Q��?��ٱV��ݎ��������h�كXԇ7Ӷ,�!��F��E�^F��x�����B*��v�R&�N�<��`��+�N���
 g��ʾ2f~m���m}�i��x���u��Ɯ�����x\�t{�C���	����ȷ'5'	�zqvipd�k���j�@��:�w��?b���Vs,%�IP��SÅ�A���D�`���,{r��fY�A��Eϡ+LN�^�,��Y�B��9����dbTC4�JLWl�0�k� ^��T��򫾦�t��^���/�3S�蚇dQ�v(C�쇵�%#�j0�7�5pEZ���,����O������(C����Zb4��P��Γ{5��k`���J��p�f�Avs,�p̈�.��g��o����P9:�,'c|�1e�h�M~�fQ���d�9�L����N0�"�/�|8׃ҿ]�/�������z$����[<~q��#���2
 '�P4Iץ��?`b�FH.��R}��#]�i��A�7F��5��q6O��/��Wb��F��q-���
�]x��k%�Ötd����μr��?qE���Glq_�O�1�L$H�lӂ|��ś�:v�
؛���<��2�g8�7�%j �L/ARW���m�����)C��&���(q14�ED;�jdW�q���8�'��t�{r�`�z$�~ЗV-�r#Qc��ɹ=�H�E��C�I��Ռ�aY�u<v��֊�G�<�h~�2ъܫ~�Oz�_�>z8UG���ݡHJP+dGR]�IؘNd�'�D�N'�[�q��I�ĵF,�;ŗ�d���7��W�_�F�k����tΘ~�
yTj�nU�N����6���\�e>:3�t{�^�p*k�!1��3�/�t����|�eW��Q#`Ib���$��P�X�SKU����`�AŞ��m�%N���Y�ʡK_�`�sYG�����,4�����HC'��89c�[��2?�N�	���#����0�g�,����. �j���?�xG# �+��.ă-�c�-Yo�U�V����15һ��c@@���A�L�U���Ʌ�Կ���Zς���SUn9�m�b�f[�����T�8D1�4��#hq�ך�E9�{Ь�u�b�M'�?/�G���ε%��G���3?h�����a����y�Ӏ�^`��׏�z\���v��P{�ѕIh~�`5��0�fM���
-�&oH[��A�9f��˕�+�J�'��1��yC\�<���yʇf�iX.���	��o��A���#�3��ї�;���_;r�w���Ľ�zi��+Yxh�����z5xu�5)s��py}M�~�
�������ؚ9�v�3r���G��7endstream
+�&oH[��A�9f��˕�+�J�'��1��yC\�<���yʇf�iX.���	��o��A���#�3��ї�;���_;r�w���Ľ�zi��+Yxh�����z5xu�5)s��py}M�~�
�������ؚ9�v�3r���;�Uendstream
 endobj
-734 0 obj <<
+738 0 obj <<
 /Type /Font
 /Subtype /Type1
-/Encoding 2122 0 R
+/Encoding 2143 0 R
 /FirstChar 2
 /LastChar 216
-/Widths 2137 0 R
-/BaseFont /GSFITG+URWPalladioL-Roma
-/FontDescriptor 732 0 R
+/Widths 2159 0 R
+/BaseFont /PQWFQS+URWPalladioL-Roma
+/FontDescriptor 736 0 R
 >> endobj
-732 0 obj <<
+736 0 obj <<
 /Ascent 715
 /CapHeight 680
 /Descent -282
-/FontName /GSFITG+URWPalladioL-Roma
+/FontName /PQWFQS+URWPalladioL-Roma
 /ItalicAngle 0
 /StemV 84
 /XHeight 469
 /FontBBox [-166 -283 1021 943]
 /Flags 4
 /CharSet (/fi/fl/exclam/numbersign/dollar/percent/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/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/circumflex/quotedblright/endash/emdash/Oslash)
-/FontFile 733 0 R
+/FontFile 737 0 R
 >> endobj
-2137 0 obj
+2159 0 obj
 [605 608 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 278 0 500 500 840 0 278 333 333 389 606 250 333 250 606 500 500 500 500 500 500 500 500 500 500 250 250 0 606 0 444 747 778 611 709 774 611 556 763 832 337 333 726 611 946 831 786 604 786 668 525 613 778 722 1000 667 667 667 333 0 333 0 0 278 500 553 444 611 479 333 556 582 291 234 556 291 883 582 546 601 560 395 424 326 603 565 834 516 556 500 0 0 0 0 0 0 0 0 0 0 0 0 0 333 0 0 0 0 0 0 0 0 0 0 0 500 0 500 1000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 833 ]
 endobj
-709 0 obj <<
+713 0 obj <<
 /Length1 1614
 /Length2 24766
 /Length3 532
@@ -10583,7 +10753,7 @@ endobj
 /Filter /FlateDecode
 >>
 stream
-xڬzS�m]�eٶ]uʶm۶m��)۶m��)����:n�S�}Xkf�92G�{G,RBy%c;CQ;[gZzNE5ykkc;iA;kc�3)������������	'���1���##)���������3��Y�	!0����N'3[��Wk;{[����J&&��&��&Br��b�b�*b&�&���.��F�F&�N&�v���� 0��5���4'�,''{#��m&�F&����	�Mm,��~�	,��
l�z�lG`akd�b����ݿ�;��D���~��휜��-�	~����Ogs�r;Y��	�L"��\�)�_������������?�M�-��
<~r���;Z��������1�&p413p4�6qr������;�U'��V�����ǿv��+�?9X8;�X��B10��4r��mfaE�ϨHؚ�0�������?|�&��j�?3C�C�����ڃ����N���'%���ʴ�s"�H�?"�������w���C��{��;��������ɿ6��C M��%��XX{����{��ɿq���H8�4B���GzZ�3Z8�Z���[8��X�t�_v[cGk[�5��Hz���S6�0�����,��2�5����q:Me
Yu���F�W�������?���;��\��"(h�N�E���H@�D��s�~�p0���_2����2Ύ�Z?e������k���`Dl����%g[���O�?n#G�U�u�����������j}�Έ+�2�w�sz�Ȕ��@�H�}i�rQ��]�_z�G��Gmm��W�����#I��>4�_��&��8>����d�lTǁt���j�^7Kһ ������S
+xڬzS�m]�eٶ]uʶm۶m��)۶m��)����:n�S�}Xkf�92G�{G,RBy%c;CQ;[gZzNE5ykkc;iA;kc�3)������������	'���1���##)���������3��Y�	!0����N'3[��Wk;{[����J&&��&��&Br��b�b�*b&�&���.��F�F&�N&�v���� 0��5���4'�,''{#��m&�F&����	�Mm,��~�	,��
l�z�lG`akd�b����ݿ�;��D���~��휜��-�	~����Ogs�r;Y��	�L"��\�)�_������������?�M�-��
<~r���;Z��������1�&p413p4�6qr������;�U'��V�����ǿv��+�?9X8;�X��B10��4r��mfaE�ϨHؚ�0�������?|�&��j�?3C�C�����ڃ����N���'%���ʴ�s"�H�?"�������w���C��{��;��������ɿ6��C M��%��XX{����{��ɿq���H8�4B���GzZ�3Z8�Z���[8��X�t�_v[cGk[�5��Hz���S6�0�����,��2�5����q:Iy	Y���F�W�������?���;��\��"(h�N�E���H@�D��s�~�p0���_2����2Ύ�Z?e������k���`Dl����%g[���O�?n#G�U�u�����������j}�Έ+�2�w�sz�Ȕ��@�H�}i�rQ��]�_z�G��Gmm��W�����#I��>4�_��&��8>����d�lTǁt���j�^7Kһ ������S
 ��%`�3�L�7)��]�QH���|���P�����
 �\�%��}�54>:2�{��M�I��
 K�ͧ�R!R�Dzݞe�}��"��\ʤ!g?5��	�k�T$f}Q�}}�7��aI�zQ��`�{1��ʛ�9s���r5��<#�=�����36��4�+�Ǿa��p:��"�|:[5P6��<M`I���LՑ�����Da_g��Ü�]閧	9�8s�Ӛ���e�b�:mi�*N��z|+hytHO�V77�a�
@@ -10682,528 +10852,535 @@ I
 y��P'c��^M#R����4
{LJB�����n�H�Mc�9|�*S5�V��K�����v�J������R��PKw��;�ͳ��H-�O������*W��������p�+��a7AԺ�;��R�~4��|S��m��W�~	����}DL�WF5J����|�i�>#\2�����߻O��
6.�'��p$i���2��;LۖO�� �F�y�)������~��C�뭄a�
�ѫ����G�hg[&��<1�X����{i�_��bf)����T�
���GAe!�gF���Ua!*�Z0���/�a0���~����w�o	��f�J�x�w��a�L���0�^�`8��	�4���ϩ4�V�"�]�B�3p��෽_)��I�\H$s��X�{�b^Z,��6������R2�CNJ�t(��O���7�9��`e���@y%0�j�A��R����~x�4w�5����ֱ�m����}=���tRX[>͔Ҟ�R� "��H�l/�_r<e����
�{3%|m
 ��30D��`�����4}&1xҤ֥	�dP�݋$ȾCO�ْj�v��?`C&W'a�CJ�I's�F��M˼k�����+X	�cA���ᥣ�r!<s%!�b��N�*d3��6���0�+3��NY�8��j��P�7ިV��c=$0��9���
���WCҸ1�
Բ9L���~���W�y�In����'�I3
�]`+�7v��!������k�Z��(&4�j���`�+�p�x���S�W�$�M7�[IZ�����~�V��:�\髅���y_����55�)Ŵ���R��q6v�U���Ai�c��L�f0�����]�jKGP�-}3����r�Q��M�e…uT��-�������	��ù�^�8j������
 .���6�����S�c��Q&�5	fd
-�n��,6"�@K;\���������M��l�`��Q[�endstream
+�n��,6"�@K;\���������M��l�`��[�endstream
 endobj
-710 0 obj <<
+714 0 obj <<
 /Type /Font
 /Subtype /Type1
-/Encoding 2122 0 R
+/Encoding 2143 0 R
 /FirstChar 2
 /LastChar 151
-/Widths 2138 0 R
-/BaseFont /ZTEYNX+URWPalladioL-Bold
-/FontDescriptor 708 0 R
+/Widths 2160 0 R
+/BaseFont /MAJPIN+URWPalladioL-Bold
+/FontDescriptor 712 0 R
 >> endobj
-708 0 obj <<
+712 0 obj <<
 /Ascent 708
 /CapHeight 672
 /Descent -266
-/FontName /ZTEYNX+URWPalladioL-Bold
+/FontName /MAJPIN+URWPalladioL-Bold
 /ItalicAngle 0
 /StemV 123
 /XHeight 471
 /FontBBox [-152 -301 1000 935]
 /Flags 4
 /CharSet (/fi/fl/exclam/dollar/percent/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/question/at/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/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/quotedblright/emdash)
-/FontFile 709 0 R
+/FontFile 713 0 R
 >> endobj
-2138 0 obj
+2160 0 obj
 [611 611 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 278 0 0 500 889 0 278 333 333 444 606 250 333 250 296 500 500 500 500 500 500 500 500 500 500 250 250 0 0 0 444 747 778 667 722 833 611 556 833 833 389 0 778 611 1000 833 833 611 833 722 611 667 778 778 1000 667 667 667 333 0 333 0 0 0 500 611 444 611 500 389 556 611 333 333 611 333 889 611 556 611 611 389 444 333 611 556 833 500 556 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 500 0 0 1000 ]
 endobj
-711 0 obj <<
+715 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 2139 0 R
-/Kids [702 0 R 729 0 R 739 0 R 794 0 R 858 0 R 920 0 R]
+/Parent 2161 0 R
+/Kids [706 0 R 733 0 R 743 0 R 798 0 R 862 0 R 924 0 R]
 >> endobj
-951 0 obj <<
+956 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 2139 0 R
-/Kids [939 0 R 953 0 R 967 0 R 978 0 R 985 0 R 997 0 R]
+/Parent 2161 0 R
+/Kids [944 0 R 958 0 R 972 0 R 983 0 R 990 0 R 1002 0 R]
 >> endobj
-1009 0 obj <<
+1014 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 2139 0 R
-/Kids [1002 0 R 1011 0 R 1022 0 R 1030 0 R 1037 0 R 1043 0 R]
+/Parent 2161 0 R
+/Kids [1007 0 R 1016 0 R 1027 0 R 1035 0 R 1042 0 R 1048 0 R]
 >> endobj
-1066 0 obj <<
+1071 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 2139 0 R
-/Kids [1051 0 R 1073 0 R 1083 0 R 1088 0 R 1092 0 R 1099 0 R]
+/Parent 2161 0 R
+/Kids [1056 0 R 1078 0 R 1088 0 R 1093 0 R 1097 0 R 1104 0 R]
 >> endobj
-1115 0 obj <<
+1120 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 2139 0 R
-/Kids [1107 0 R 1118 0 R 1125 0 R 1130 0 R 1139 0 R 1146 0 R]
+/Parent 2161 0 R
+/Kids [1112 0 R 1123 0 R 1130 0 R 1135 0 R 1145 0 R 1151 0 R]
 >> endobj
-1158 0 obj <<
+1161 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 2139 0 R
-/Kids [1150 0 R 1161 0 R 1166 0 R 1174 0 R 1182 0 R 1191 0 R]
+/Parent 2161 0 R
+/Kids [1155 0 R 1163 0 R 1167 0 R 1177 0 R 1182 0 R 1190 0 R]
 >> endobj
-1210 0 obj <<
+1206 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 2140 0 R
-/Kids [1200 0 R 1212 0 R 1217 0 R 1223 0 R 1229 0 R 1233 0 R]
+/Parent 2162 0 R
+/Kids [1198 0 R 1208 0 R 1217 0 R 1228 0 R 1233 0 R 1239 0 R]
 >> endobj
-1250 0 obj <<
+1248 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 2140 0 R
-/Kids [1241 0 R 1252 0 R 1256 0 R 1260 0 R 1265 0 R 1271 0 R]
+/Parent 2162 0 R
+/Kids [1245 0 R 1250 0 R 1258 0 R 1268 0 R 1272 0 R 1276 0 R]
 >> endobj
-1280 0 obj <<
+1285 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 2140 0 R
-/Kids [1275 0 R 1282 0 R 1293 0 R 1297 0 R 1301 0 R 1311 0 R]
+/Parent 2162 0 R
+/Kids [1281 0 R 1288 0 R 1292 0 R 1298 0 R 1309 0 R 1313 0 R]
 >> endobj
-1323 0 obj <<
+1325 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 2140 0 R
-/Kids [1318 0 R 1325 0 R 1329 0 R 1333 0 R 1337 0 R 1345 0 R]
+/Parent 2162 0 R
+/Kids [1317 0 R 1328 0 R 1335 0 R 1340 0 R 1345 0 R 1349 0 R]
 >> endobj
-1356 0 obj <<
+1359 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 2140 0 R
-/Kids [1351 0 R 1358 0 R 1365 0 R 1372 0 R 1378 0 R 1390 0 R]
+/Parent 2162 0 R
+/Kids [1353 0 R 1361 0 R 1368 0 R 1374 0 R 1381 0 R 1388 0 R]
 >> endobj
-1398 0 obj <<
+1401 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 2140 0 R
-/Kids [1395 0 R 1400 0 R 1405 0 R 1413 0 R 1420 0 R 1425 0 R]
+/Parent 2162 0 R
+/Kids [1394 0 R 1404 0 R 1412 0 R 1416 0 R 1421 0 R 1428 0 R]
 >> endobj
-1432 0 obj <<
+1440 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 2141 0 R
-/Kids [1429 0 R 1434 0 R 1442 0 R 1449 0 R 1468 0 R 1482 0 R]
+/Parent 2163 0 R
+/Kids [1436 0 R 1442 0 R 1446 0 R 1450 0 R 1458 0 R 1465 0 R]
 >> endobj
-1507 0 obj <<
+1497 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 2141 0 R
-/Kids [1502 0 R 1509 0 R 1521 0 R 1525 0 R 1531 0 R 1541 0 R]
+/Parent 2163 0 R
+/Kids [1484 0 R 1499 0 R 1519 0 R 1525 0 R 1537 0 R 1541 0 R]
 >> endobj
-1560 0 obj <<
+1556 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 2141 0 R
-/Kids [1553 0 R 1562 0 R 1569 0 R 1577 0 R 1585 0 R 1594 0 R]
+/Parent 2163 0 R
+/Kids [1547 0 R 1558 0 R 1570 0 R 1578 0 R 1586 0 R 1593 0 R]
 >> endobj
-1611 0 obj <<
+1609 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 2141 0 R
-/Kids [1604 0 R 1613 0 R 1617 0 R 1623 0 R 1634 0 R 1638 0 R]
+/Parent 2163 0 R
+/Kids [1602 0 R 1612 0 R 1619 0 R 1630 0 R 1634 0 R 1640 0 R]
 >> endobj
-1652 0 obj <<
+1654 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 2141 0 R
-/Kids [1642 0 R 1654 0 R 1658 0 R 1665 0 R 1675 0 R 1734 0 R]
+/Parent 2163 0 R
+/Kids [1651 0 R 1656 0 R 1660 0 R 1671 0 R 1675 0 R 1682 0 R]
 >> endobj
-1843 0 obj <<
+1750 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 2141 0 R
-/Kids [1790 0 R 1845 0 R 1879 0 R 1888 0 R 1894 0 R 1899 0 R]
+/Parent 2163 0 R
+/Kids [1692 0 R 1752 0 R 1808 0 R 1862 0 R 1896 0 R 1905 0 R]
 >> endobj
-1907 0 obj <<
+1915 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 2142 0 R
-/Kids [1903 0 R 1909 0 R 1920 0 R 1925 0 R 1937 0 R 1948 0 R]
+/Parent 2164 0 R
+/Kids [1911 0 R 1917 0 R 1921 0 R 1926 0 R 1937 0 R 1942 0 R]
 >> endobj
-1966 0 obj <<
+1964 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 2142 0 R
-/Kids [1955 0 R 1968 0 R 1972 0 R 1983 0 R 1989 0 R 1993 0 R]
+/Parent 2164 0 R
+/Kids [1954 0 R 1966 0 R 1973 0 R 1985 0 R 1989 0 R 2000 0 R]
 >> endobj
-2012 0 obj <<
+2009 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 2142 0 R
-/Kids [2001 0 R 2014 0 R 2023 0 R 2027 0 R 2039 0 R 2043 0 R]
+/Parent 2164 0 R
+/Kids [2006 0 R 2011 0 R 2017 0 R 2030 0 R 2040 0 R 2044 0 R]
 >> endobj
 2059 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 2142 0 R
-/Kids [2050 0 R 2061 0 R 2066 0 R 2071 0 R 2081 0 R 2088 0 R]
+/Parent 2164 0 R
+/Kids [2056 0 R 2061 0 R 2067 0 R 2078 0 R 2083 0 R 2087 0 R]
 >> endobj
-2102 0 obj <<
+2103 0 obj <<
 /Type /Pages
-/Count 3
-/Parent 2142 0 R
-/Kids [2098 0 R 2104 0 R 2116 0 R]
+/Count 6
+/Parent 2164 0 R
+/Kids [2095 0 R 2105 0 R 2116 0 R 2121 0 R 2133 0 R 2139 0 R]
 >> endobj
-2139 0 obj <<
+2161 0 obj <<
 /Type /Pages
 /Count 36
-/Parent 2143 0 R
-/Kids [711 0 R 951 0 R 1009 0 R 1066 0 R 1115 0 R 1158 0 R]
+/Parent 2165 0 R
+/Kids [715 0 R 956 0 R 1014 0 R 1071 0 R 1120 0 R 1161 0 R]
 >> endobj
-2140 0 obj <<
+2162 0 obj <<
 /Type /Pages
 /Count 36
-/Parent 2143 0 R
-/Kids [1210 0 R 1250 0 R 1280 0 R 1323 0 R 1356 0 R 1398 0 R]
+/Parent 2165 0 R
+/Kids [1206 0 R 1248 0 R 1285 0 R 1325 0 R 1359 0 R 1401 0 R]
 >> endobj
-2141 0 obj <<
+2163 0 obj <<
 /Type /Pages
 /Count 36
-/Parent 2143 0 R
-/Kids [1432 0 R 1507 0 R 1560 0 R 1611 0 R 1652 0 R 1843 0 R]
+/Parent 2165 0 R
+/Kids [1440 0 R 1497 0 R 1556 0 R 1609 0 R 1654 0 R 1750 0 R]
 >> endobj
-2142 0 obj <<
+2164 0 obj <<
 /Type /Pages
-/Count 27
-/Parent 2143 0 R
-/Kids [1907 0 R 1966 0 R 2012 0 R 2059 0 R 2102 0 R]
+/Count 30
+/Parent 2165 0 R
+/Kids [1915 0 R 1964 0 R 2009 0 R 2059 0 R 2103 0 R]
 >> endobj
-2143 0 obj <<
+2165 0 obj <<
 /Type /Pages
-/Count 135
-/Kids [2139 0 R 2140 0 R 2141 0 R 2142 0 R]
+/Count 138
+/Kids [2161 0 R 2162 0 R 2163 0 R 2164 0 R]
 >> endobj
-2144 0 obj <<
+2166 0 obj <<
 /Type /Outlines
 /First 7 0 R
-/Last 647 0 R
+/Last 651 0 R
 /Count 10
 >> endobj
+703 0 obj <<
+/Title 704 0 R
+/A 701 0 R
+/Parent 651 0 R
+/Prev 699 0 R
+>> endobj
 699 0 obj <<
 /Title 700 0 R
 /A 697 0 R
-/Parent 647 0 R
+/Parent 651 0 R
 /Prev 695 0 R
+/Next 703 0 R
 >> endobj
 695 0 obj <<
 /Title 696 0 R
 /A 693 0 R
-/Parent 647 0 R
+/Parent 651 0 R
 /Prev 691 0 R
 /Next 699 0 R
 >> endobj
 691 0 obj <<
 /Title 692 0 R
 /A 689 0 R
-/Parent 647 0 R
+/Parent 651 0 R
 /Prev 687 0 R
 /Next 695 0 R
 >> endobj
 687 0 obj <<
 /Title 688 0 R
 /A 685 0 R
-/Parent 647 0 R
+/Parent 651 0 R
 /Prev 683 0 R
 /Next 691 0 R
 >> endobj
 683 0 obj <<
 /Title 684 0 R
 /A 681 0 R
-/Parent 647 0 R
+/Parent 651 0 R
 /Prev 679 0 R
 /Next 687 0 R
 >> endobj
 679 0 obj <<
 /Title 680 0 R
 /A 677 0 R
-/Parent 647 0 R
+/Parent 651 0 R
 /Prev 675 0 R
 /Next 683 0 R
 >> endobj
 675 0 obj <<
 /Title 676 0 R
 /A 673 0 R
-/Parent 647 0 R
+/Parent 651 0 R
 /Prev 671 0 R
 /Next 679 0 R
 >> endobj
 671 0 obj <<
 /Title 672 0 R
 /A 669 0 R
-/Parent 647 0 R
+/Parent 651 0 R
 /Prev 667 0 R
 /Next 675 0 R
 >> endobj
 667 0 obj <<
 /Title 668 0 R
 /A 665 0 R
-/Parent 647 0 R
+/Parent 651 0 R
 /Prev 663 0 R
 /Next 671 0 R
 >> endobj
 663 0 obj <<
 /Title 664 0 R
 /A 661 0 R
-/Parent 647 0 R
+/Parent 651 0 R
 /Prev 659 0 R
 /Next 667 0 R
 >> endobj
 659 0 obj <<
 /Title 660 0 R
 /A 657 0 R
-/Parent 647 0 R
+/Parent 651 0 R
 /Prev 655 0 R
 /Next 663 0 R
 >> endobj
 655 0 obj <<
 /Title 656 0 R
 /A 653 0 R
-/Parent 647 0 R
-/Prev 651 0 R
+/Parent 651 0 R
 /Next 659 0 R
 >> endobj
 651 0 obj <<
 /Title 652 0 R
 /A 649 0 R
-/Parent 647 0 R
-/Next 655 0 R
+/Parent 2166 0 R
+/Prev 615 0 R
+/First 655 0 R
+/Last 703 0 R
+/Count -13
 >> endobj
 647 0 obj <<
 /Title 648 0 R
 /A 645 0 R
-/Parent 2144 0 R
-/Prev 611 0 R
-/First 651 0 R
-/Last 699 0 R
-/Count -13
+/Parent 635 0 R
+/Prev 643 0 R
 >> endobj
 643 0 obj <<
 /Title 644 0 R
 /A 641 0 R
-/Parent 631 0 R
+/Parent 635 0 R
 /Prev 639 0 R
+/Next 647 0 R
 >> endobj
 639 0 obj <<
 /Title 640 0 R
 /A 637 0 R
-/Parent 631 0 R
-/Prev 635 0 R
+/Parent 635 0 R
 /Next 643 0 R
 >> endobj
 635 0 obj <<
 /Title 636 0 R
 /A 633 0 R
-/Parent 631 0 R
-/Next 639 0 R
+/Parent 615 0 R
+/Prev 627 0 R
+/First 639 0 R
+/Last 647 0 R
+/Count -3
 >> endobj
 631 0 obj <<
 /Title 632 0 R
 /A 629 0 R
-/Parent 611 0 R
-/Prev 623 0 R
-/First 635 0 R
-/Last 643 0 R
-/Count -3
+/Parent 627 0 R
 >> endobj
 627 0 obj <<
 /Title 628 0 R
 /A 625 0 R
-/Parent 623 0 R
+/Parent 615 0 R
+/Prev 619 0 R
+/Next 635 0 R
+/First 631 0 R
+/Last 631 0 R
+/Count -1
 >> endobj
 623 0 obj <<
 /Title 624 0 R
 /A 621 0 R
-/Parent 611 0 R
-/Prev 615 0 R
-/Next 631 0 R
-/First 627 0 R
-/Last 627 0 R
-/Count -1
+/Parent 619 0 R
 >> endobj
 619 0 obj <<
 /Title 620 0 R
 /A 617 0 R
 /Parent 615 0 R
+/Next 627 0 R
+/First 623 0 R
+/Last 623 0 R
+/Count -1
 >> endobj
 615 0 obj <<
 /Title 616 0 R
 /A 613 0 R
-/Parent 611 0 R
-/Next 623 0 R
+/Parent 2166 0 R
+/Prev 595 0 R
+/Next 651 0 R
 /First 619 0 R
-/Last 619 0 R
-/Count -1
+/Last 635 0 R
+/Count -3
 >> endobj
 611 0 obj <<
 /Title 612 0 R
 /A 609 0 R
-/Parent 2144 0 R
-/Prev 591 0 R
-/Next 647 0 R
-/First 615 0 R
-/Last 631 0 R
-/Count -3
+/Parent 595 0 R
+/Prev 607 0 R
 >> endobj
 607 0 obj <<
 /Title 608 0 R
 /A 605 0 R
-/Parent 591 0 R
-/Prev 603 0 R
+/Parent 595 0 R
+/Prev 599 0 R
+/Next 611 0 R
 >> endobj
 603 0 obj <<
 /Title 604 0 R
 /A 601 0 R
-/Parent 591 0 R
-/Prev 595 0 R
-/Next 607 0 R
+/Parent 599 0 R
 >> endobj
 599 0 obj <<
 /Title 600 0 R
 /A 597 0 R
 /Parent 595 0 R
+/Next 607 0 R
+/First 603 0 R
+/Last 603 0 R
+/Count -1
 >> endobj
 595 0 obj <<
 /Title 596 0 R
 /A 593 0 R
-/Parent 591 0 R
-/Next 603 0 R
+/Parent 2166 0 R
+/Prev 571 0 R
+/Next 615 0 R
 /First 599 0 R
-/Last 599 0 R
-/Count -1
+/Last 611 0 R
+/Count -3
 >> endobj
 591 0 obj <<
 /Title 592 0 R
 /A 589 0 R
-/Parent 2144 0 R
-/Prev 567 0 R
-/Next 611 0 R
-/First 595 0 R
-/Last 607 0 R
-/Count -3
+/Parent 571 0 R
+/Prev 579 0 R
 >> endobj
 587 0 obj <<
 /Title 588 0 R
 /A 585 0 R
-/Parent 567 0 R
-/Prev 575 0 R
+/Parent 579 0 R
+/Prev 583 0 R
 >> endobj
 583 0 obj <<
 /Title 584 0 R
 /A 581 0 R
-/Parent 575 0 R
-/Prev 579 0 R
+/Parent 579 0 R
+/Next 587 0 R
 >> endobj
 579 0 obj <<
 /Title 580 0 R
 /A 577 0 R
-/Parent 575 0 R
-/Next 583 0 R
+/Parent 571 0 R
+/Prev 575 0 R
+/Next 591 0 R
+/First 583 0 R
+/Last 587 0 R
+/Count -2
 >> endobj
 575 0 obj <<
 /Title 576 0 R
 /A 573 0 R
-/Parent 567 0 R
-/Prev 571 0 R
-/Next 587 0 R
-/First 579 0 R
-/Last 583 0 R
-/Count -2
+/Parent 571 0 R
+/Next 579 0 R
 >> endobj
 571 0 obj <<
 /Title 572 0 R
 /A 569 0 R
-/Parent 567 0 R
-/Next 575 0 R
+/Parent 2166 0 R
+/Prev 243 0 R
+/Next 595 0 R
+/First 575 0 R
+/Last 591 0 R
+/Count -3
 >> endobj
 567 0 obj <<
 /Title 568 0 R
 /A 565 0 R
-/Parent 2144 0 R
-/Prev 243 0 R
-/Next 591 0 R
-/First 571 0 R
-/Last 587 0 R
-/Count -3
+/Parent 547 0 R
+/Prev 563 0 R
 >> endobj
 563 0 obj <<
 /Title 564 0 R
 /A 561 0 R
-/Parent 543 0 R
+/Parent 547 0 R
 /Prev 559 0 R
+/Next 567 0 R
 >> endobj
 559 0 obj <<
 /Title 560 0 R
 /A 557 0 R
-/Parent 543 0 R
+/Parent 547 0 R
 /Prev 555 0 R
 /Next 563 0 R
 >> endobj
 555 0 obj <<
 /Title 556 0 R
 /A 553 0 R
-/Parent 543 0 R
+/Parent 547 0 R
 /Prev 551 0 R
 /Next 559 0 R
 >> endobj
 551 0 obj <<
 /Title 552 0 R
 /A 549 0 R
-/Parent 543 0 R
-/Prev 547 0 R
+/Parent 547 0 R
 /Next 555 0 R
 >> endobj
 547 0 obj <<
 /Title 548 0 R
 /A 545 0 R
-/Parent 543 0 R
-/Next 551 0 R
+/Parent 539 0 R
+/Prev 543 0 R
+/First 551 0 R
+/Last 567 0 R
+/Count -5
 >> endobj
 543 0 obj <<
 /Title 544 0 R
 /A 541 0 R
-/Parent 535 0 R
-/Prev 539 0 R
-/First 547 0 R
-/Last 563 0 R
-/Count -5
+/Parent 539 0 R
+/Next 547 0 R
 >> endobj
 539 0 obj <<
 /Title 540 0 R
 /A 537 0 R
-/Parent 535 0 R
-/Next 543 0 R
+/Parent 243 0 R
+/Prev 483 0 R
+/First 543 0 R
+/Last 547 0 R
+/Count -2
 >> endobj
 535 0 obj <<
 /Title 536 0 R
 /A 533 0 R
-/Parent 243 0 R
-/Prev 483 0 R
-/First 539 0 R
-/Last 543 0 R
-/Count -2
+/Parent 483 0 R
+/Prev 531 0 R
 >> endobj
 531 0 obj <<
 /Title 532 0 R
 /A 529 0 R
 /Parent 483 0 R
-/Prev 527 0 R
+/Prev 511 0 R
+/Next 535 0 R
 >> endobj
 527 0 obj <<
 /Title 528 0 R
 /A 525 0 R
-/Parent 483 0 R
-/Prev 511 0 R
-/Next 531 0 R
+/Parent 511 0 R
+/Prev 523 0 R
 >> endobj
 523 0 obj <<
 /Title 524 0 R
 /A 521 0 R
 /Parent 511 0 R
 /Prev 519 0 R
+/Next 527 0 R
 >> endobj
 519 0 obj <<
 /Title 520 0 R
@@ -11223,10 +11400,10 @@ endobj
 /A 509 0 R
 /Parent 483 0 R
 /Prev 507 0 R
-/Next 527 0 R
+/Next 531 0 R
 /First 515 0 R
-/Last 523 0 R
-/Count -3
+/Last 527 0 R
+/Count -4
 >> endobj
 507 0 obj <<
 /Title 508 0 R
@@ -11275,9 +11452,9 @@ endobj
 /A 481 0 R
 /Parent 243 0 R
 /Prev 275 0 R
-/Next 535 0 R
+/Next 539 0 R
 /First 487 0 R
-/Last 531 0 R
+/Last 535 0 R
 /Count -7
 >> endobj
 479 0 obj <<
@@ -11702,11 +11879,11 @@ endobj
 243 0 obj <<
 /Title 244 0 R
 /A 241 0 R
-/Parent 2144 0 R
+/Parent 2166 0 R
 /Prev 231 0 R
-/Next 567 0 R
+/Next 571 0 R
 /First 247 0 R
-/Last 535 0 R
+/Last 539 0 R
 /Count -4
 >> endobj
 239 0 obj <<
@@ -11724,7 +11901,7 @@ endobj
 231 0 obj <<
 /Title 232 0 R
 /A 229 0 R
-/Parent 2144 0 R
+/Parent 2166 0 R
 /Prev 131 0 R
 /Next 243 0 R
 /First 235 0 R
@@ -11906,7 +12083,7 @@ endobj
 131 0 obj <<
 /Title 132 0 R
 /A 129 0 R
-/Parent 2144 0 R
+/Parent 2166 0 R
 /Prev 91 0 R
 /Next 231 0 R
 /First 135 0 R
@@ -11980,7 +12157,7 @@ endobj
 91 0 obj <<
 /Title 92 0 R
 /A 89 0 R
-/Parent 2144 0 R
+/Parent 2166 0 R
 /Prev 67 0 R
 /Next 131 0 R
 /First 95 0 R
@@ -12023,7 +12200,7 @@ endobj
 67 0 obj <<
 /Title 68 0 R
 /A 65 0 R
-/Parent 2144 0 R
+/Parent 2166 0 R
 /Prev 7 0 R
 /Next 91 0 R
 /First 71 0 R
@@ -12132,2194 +12309,2216 @@ endobj
 7 0 obj <<
 /Title 8 0 R
 /A 5 0 R
-/Parent 2144 0 R
+/Parent 2166 0 R
 /Next 67 0 R
 /First 11 0 R
 /Last 23 0 R
 /Count -4
 >> endobj
-2145 0 obj <<
-/Names [(Access_Control_Lists) 1621 0 R (Bv9ARM.ch01) 942 0 R (Bv9ARM.ch02) 988 0 R (Bv9ARM.ch03) 1005 0 R (Bv9ARM.ch04) 1054 0 R (Bv9ARM.ch05) 1142 0 R (Bv9ARM.ch06) 1153 0 R (Bv9ARM.ch07) 1620 0 R (Bv9ARM.ch08) 1645 0 R (Bv9ARM.ch09) 1661 0 R (Bv9ARM.ch10) 1882 0 R (Configuration_File_Grammar) 1178 0 R (DNSSEC) 1121 0 R (Doc-Start) 707 0 R (Setting_TTLs) 1546 0 R (acache) 995 0 R (access_control) 1307 0 R (acl) 1186 0 R (address_match_lists) 1159 0 R (admin_tools) 1028 0 R (appendix.A) 610 0 R (appendix.B) 646 0 R (bibliography) 1669 0 R (boolean_options) 1070 0 R (builtin) 1385 0 R (chapter*.1) 742 0 R (chapter.1) 6 0 R (chapter.2) 66 0 R (chapter.3) 90 0 R (chapter.4) 130 0 R (chapter.5) 230 0 R (chapter.6) 242 0 R (chapter.7) 566 0 R (chapter.8) 590 0 R (cite.RFC1033) 1796 0 R (cite.RFC1034) 1681 0 R (cite.RFC1035) 1683 0 R (cite.RFC1101) 1778 0 R (cite.RFC1123) 1780 0 R (cite.RFC1183) 1740 0 R (cite.RFC1464) 1818 0 R (cite.RFC1535) 1726 0 R (cite.RFC1536) 1728 0 R (cite.RFC1537) 1798 0 R (cite.RFC1591) 1782 0 R (cite.RFC1706) 1742 0 R (cite.RFC1712) 1838 0 R (cite.RFC1713) 1820 0 R (cite.RFC1794) 1822 0 R (cite.RFC1876) 1744 0 R (cite.RFC1912) 1800 0 R (cite.RFC1982) 1730 0 R (cite.RFC1995) 1688 0 R (cite.RFC1996) 1690 0 R (cite.RFC2010) 1802 0 R (cite.RFC2052) 1746 0 R (cite.RFC2065) 1851 0 R (cite.RFC2136) 1692 0 R (cite.RFC2137) 1853 0 R (cite.RFC2163) 1748 0 R (cite.RFC2168) 1750 0 R (cite.RFC2181) 1694 0 R (cite.RFC2219) 1804 0 R (cite.RFC2230) 1752 0 R (cite.RFC2240) 1824 0 R (cite.RFC2308) 1696 0 R (cite.RFC2317) 1784 0 R (cite.RFC2345) 1826 0 R (cite.RFC2352) 1828 0 R (cite.RFC2535) 1855 0 R (cite.RFC2536) 1754 0 R (cite.RFC2537) 1756 0 R (cite.RFC2538) 1758 0 R (cite.RFC2539) 1760 0 R (cite.RFC2540) 1762 0 R (cite.RFC2671) 1698 0 R (cite.RFC2672) 1700 0 R (cite.RFC2673) 1840 0 R (cite.RFC2782) 1764 0 R (cite.RFC2825) 1808 0 R (cite.RFC2826) 1786 0 R (cite.RFC2845) 1702 0 R (cite.RFC2874) 1842 0 R (cite.RFC2915) 1766 0 R (cite.RFC2929) 1788 0 R (cite.RFC2930) 1704 0 R (cite.RFC2931) 1706 0 R (cite.RFC3007) 1708 0 R (cite.RFC3008) 1857 0 R (cite.RFC3071) 1830 0 R (cite.RFC3090) 1859 0 R (cite.RFC3110) 1768 0 R (cite.RFC3123) 1770 0 R (cite.RFC3225) 1714 0 R (cite.RFC3258) 1832 0 R (cite.RFC3445) 1861 0 R (cite.RFC3490) 1810 0 R (cite.RFC3491) 1812 0 R (cite.RFC3492) 1814 0 R (cite.RFC3596) 1772 0 R (cite.RFC3597) 1774 0 R (cite.RFC3645) 1710 0 R (cite.RFC3655) 1863 0 R (cite.RFC3658) 1865 0 R (cite.RFC3755) 1867 0 R (cite.RFC3757) 1869 0 R (cite.RFC3833) 1716 0 R (cite.RFC3845) 1871 0 R (cite.RFC3901) 1834 0 R (cite.RFC4033) 1718 0 R (cite.RFC4034) 1720 0 R (cite.RFC4035) 1722 0 R (cite.RFC4074) 1732 0 R (cite.RFC974) 1685 0 R (cite.id2505777) 1876 0 R (clients-per-query) 1592 0 R (configuration_file_elements) 1154 0 R (controls_statement_definition_and_usage) 1041 0 R (diagnostic_tools) 976 0 R (dynamic_update) 1064 0 R (dynamic_update_policies) 1116 0 R (dynamic_update_security) 1316 0 R (empty) 1393 0 R (historical_dns_information) 1663 0 R (id2466552) 943 0 R (id2466576) 944 0 R (id2467534) 945 0 R (id2467544) 946 0 R (id2467716) 958 0 R (id2467737) 959 0 R (id2467771) 960 0 R (id2467856) 963 0 R (id2467948) 956 0 R (id2470253) 970 0 R (id2470277) 973 0 R (id2470375) 974 0 R (id2470396) 975 0 R (id2470426) 981 0 R (id2470530) 982 0 R (id2470556) 983 0 R (id2470590) 989 0 R (id2470617) 990 0 R (id2470630) 991 0 R (id2470724) 994 0 R (id2470734) 1000 0 R (id2470766) 1007 0 R (id2470782) 1008 0 R (id2470805) 1014 0 R (id2470822) 1015 0 R (id2471227) 1018 0 R (id2471233) 1019 0 R (id2473009) 1046 0 R (id2473020) 1047 0 R (id2473420) 1079 0 R (id2473438) 1080 0 R (id2473942) 1096 0 R (id2473959) 1097 0 R (id2473997) 1102 0 R (id2474016) 1103 0 R (id2474026) 1104 0 R (id2474069) 1105 0 R (id2474263) 1110 0 R (id2474311) 1112 0 R (id2474325) 1113 0 R (id2474374) 1114 0 R (id2474510) 1122 0 R (id2474589) 1123 0 R (id2474670) 1128 0 R (id2474953) 1133 0 R (id2475083) 1135 0 R (id2475105) 1136 0 R (id2475138) 1143 0 R (id2475285) 1155 0 R (id2476147) 1164 0 R (id2476174) 1169 0 R (id2476380) 1170 0 R (id2476395) 1171 0 R (id2476425) 1177 0 R (id2476500) 1179 0 R (id2477079) 1185 0 R (id2477122) 1187 0 R (id2477269) 1189 0 R (id2477629) 1196 0 R (id2477646) 1197 0 R (id2477806) 1203 0 R (id2477830) 1204 0 R (id2477921) 1208 0 R (id2478115) 1209 0 R (id2478167) 1215 0 R (id2478997) 1226 0 R (id2479731) 1236 0 R (id2479859) 1237 0 R (id2480244) 1239 0 R (id2480317) 1244 0 R (id2480381) 1247 0 R (id2480425) 1248 0 R (id2480440) 1249 0 R (id2482851) 1278 0 R (id2484684) 1304 0 R (id2484743) 1306 0 R (id2485249) 1321 0 R (id2486520) 1340 0 R (id2486580) 1342 0 R (id2486934) 1354 0 R (id2487436) 1369 0 R (id2489703) 1411 0 R (id2489789) 1416 0 R (id2489841) 1417 0 R (id2489923) 1423 0 R (id2491460) 1437 0 R (id2491467) 1438 0 R (id2491473) 1439 0 R (id2491963) 1446 0 R (id2491996) 1452 0 R (id2493692) 1505 0 R (id2494007) 1512 0 R (id2494025) 1513 0 R (id2494045) 1516 0 R (id2494282) 1518 0 R (id2495452) 1528 0 R (id2495580) 1534 0 R (id2495602) 1535 0 R (id2495964) 1537 0 R (id2496101) 1539 0 R (id2496119) 1544 0 R (id2496660) 1547 0 R (id2496785) 1549 0 R (id2496800) 1550 0 R (id2496980) 1556 0 R (id2497002) 1557 0 R (id2497063) 1558 0 R (id2497132) 1559 0 R (id2497169) 1565 0 R (id2497299) 1566 0 R (id2497798) 1573 0 R (id2498301) 1581 0 R (id2498307) 1582 0 R (id2499706) 1589 0 R (id2499713) 1590 0 R (id2500089) 1597 0 R (id2500094) 1598 0 R (id2501108) 1600 0 R (id2501140) 1601 0 R (id2501549) 1610 0 R (id2501792) 1630 0 R (id2501941) 1631 0 R (id2502069) 1632 0 R (id2502149) 1646 0 R (id2502154) 1647 0 R (id2502166) 1648 0 R (id2502251) 1649 0 R (id2502313) 1662 0 R (id2502485) 1668 0 R (id2502741) 1673 0 R (id2502743) 1679 0 R (id2502752) 1684 0 R (id2502775) 1680 0 R (id2502798) 1682 0 R (id2502835) 1693 0 R (id2502861) 1695 0 R (id2502887) 1687 0 R (id2502912) 1689 0 R (id2502935) 1691 0 R (id2502990) 1697 0 R (id2503017) 1699 0 R (id2503044) 1701 0 R (id2503106) 1703 0 R (id2503136) 1705 0 R (id2503165) 1707 0 R (id2503192) 1709 0 R (id2503267) 1712 0 R (id2503274) 1713 0 R (id2503301) 1715 0 R (id2503337) 1717 0 R (id2503402) 1719 0 R (id2503467) 1721 0 R (id2503532) 1724 0 R (id2503541) 1725 0 R (id2503635) 1727 0 R (id2503703) 1729 0 R (id2503738) 1731 0 R (id2503779) 1738 0 R (id2503784) 1739 0 R (id2503842) 1741 0 R (id2503879) 1749 0 R (id2503914) 1743 0 R (id2503969) 1745 0 R (id2504007) 1747 0 R (id2504033) 1751 0 R (id2504058) 1753 0 R (id2504085) 1755 0 R (id2504112) 1757 0 R (id2504151) 1759 0 R (id2504181) 1761 0 R (id2504211) 1763 0 R (id2504253) 1765 0 R (id2504286) 1767 0 R (id2504313) 1769 0 R (id2504337) 1771 0 R (id2504394) 1773 0 R (id2504419) 1776 0 R (id2504426) 1777 0 R (id2504452) 1779 0 R (id2504474) 1781 0 R (id2504498) 1783 0 R (id2504612) 1785 0 R (id2504635) 1787 0 R (id2504685) 1794 0 R (id2504693) 1795 0 R (id2504716) 1797 0 R (id2504743) 1799 0 R (id2504770) 1801 0 R (id2504806) 1803 0 R (id2504846) 1806 0 R (id2504852) 1807 0 R (id2504884) 1809 0 R (id2504930) 1811 0 R (id2504965) 1813 0 R (id2504992) 1816 0 R (id2505010) 1817 0 R (id2505032) 1819 0 R (id2505058) 1821 0 R (id2505083) 1823 0 R (id2505107) 1825 0 R (id2505153) 1827 0 R (id2505176) 1829 0 R (id2505203) 1831 0 R (id2505228) 1833 0 R (id2505266) 1836 0 R (id2505272) 1837 0 R (id2505330) 1839 0 R (id2505356) 1841 0 R (id2505393) 1849 0 R (id2505404) 1850 0 R (id2505444) 1852 0 R (id2505470) 1854 0 R (id2505500) 1856 0 R (id2505526) 1858 0 R (id2505553) 1860 0 R (id2505589) 1862 0 R (id2505625) 1864 0 R (id2505652) 1866 0 R (id2505678) 1868 0 R (id2505723) 1870 0 R (id2505765) 1873 0 R (id2505774) 1875 0 R (id2505777) 1877 0 R (incremental_zone_transfers) 1076 0 R (internet_drafts) 1872 0 R (ipv6addresses) 1137 0 R (journal) 1065 0 R (lwresd) 1144 0 R (man.dig) 1883 0 R (man.dnssec-dsfromkey) 1931 0 R (man.dnssec-keyfromlabel) 1945 0 R (man.dnssec-keygen) 1961 0 R (man.dnssec-signzone) 1979 0 R (man.host) 1916 0 R (man.named) 2033 0 R (man.named-checkconf) 2004 0 R (man.named-checkzone) 2017 0 R (man.nsupdate) 2055 0 R (man.rndc) 2077 0 R (man.rndc-confgen) 2110 0 R (man.rndc.conf) 2093 0 R (notify) 1055 0 R (options) 1263 0 R (page.1) 706 0 R (page.10) 980 0 R (page.100) 1667 0 R (page.101) 1677 0 R (page.102) 1736 0 R (page.103) 1792 0 R (page.104) 1847 0 R (page.105) 1881 0 R (page.106) 1890 0 R (page.107) 1896 0 R (page.108) 1901 0 R (page.109) 1905 0 R (page.11) 987 0 R (page.110) 1911 0 R (page.111) 1922 0 R (page.112) 1927 0 R (page.113) 1939 0 R (page.114) 1950 0 R (page.115) 1957 0 R (page.116) 1970 0 R (page.117) 1974 0 R (page.118) 1985 0 R (page.119) 1991 0 R (page.12) 999 0 R (page.120) 1995 0 R (page.121) 2003 0 R (page.122) 2016 0 R (page.123) 2025 0 R (page.124) 2029 0 R (page.125) 2041 0 R (page.126) 2045 0 R (page.127) 2052 0 R (page.128) 2063 0 R (page.129) 2068 0 R (page.13) 1004 0 R (page.130) 2073 0 R (page.131) 2083 0 R (page.132) 2090 0 R (page.133) 2100 0 R (page.134) 2106 0 R (page.135) 2118 0 R (page.14) 1013 0 R (page.15) 1024 0 R (page.16) 1032 0 R (page.17) 1039 0 R (page.18) 1045 0 R (page.19) 1053 0 R (page.2) 731 0 R (page.20) 1075 0 R (page.21) 1085 0 R (page.22) 1090 0 R (page.23) 1094 0 R (page.24) 1101 0 R (page.25) 1109 0 R (page.26) 1120 0 R (page.27) 1127 0 R (page.28) 1132 0 R (page.29) 1141 0 R (page.3) 741 0 R (page.30) 1148 0 R (page.31) 1152 0 R (page.32) 1163 0 R (page.33) 1168 0 R (page.34) 1176 0 R (page.35) 1184 0 R (page.36) 1193 0 R (page.37) 1202 0 R (page.38) 1214 0 R (page.39) 1219 0 R (page.4) 796 0 R (page.40) 1225 0 R (page.41) 1231 0 R (page.42) 1235 0 R (page.43) 1243 0 R (page.44) 1254 0 R (page.45) 1258 0 R (page.46) 1262 0 R (page.47) 1267 0 R (page.48) 1273 0 R (page.49) 1277 0 R (page.5) 860 0 R (page.50) 1284 0 R (page.51) 1295 0 R (page.52) 1299 0 R (page.53) 1303 0 R (page.54) 1313 0 R (page.55) 1320 0 R (page.56) 1327 0 R (page.57) 1331 0 R (page.58) 1335 0 R (page.59) 1339 0 R (page.6) 922 0 R (page.60) 1347 0 R (page.61) 1353 0 R (page.62) 1360 0 R (page.63) 1367 0 R (page.64) 1374 0 R (page.65) 1380 0 R (page.66) 1392 0 R (page.67) 1397 0 R (page.68) 1402 0 R (page.69) 1407 0 R (page.7) 941 0 R (page.70) 1415 0 R (page.71) 1422 0 R (page.72) 1427 0 R (page.73) 1431 0 R (page.74) 1436 0 R (page.75) 1444 0 R (page.76) 1451 0 R (page.77) 1470 0 R (page.78) 1484 0 R (page.79) 1504 0 R (page.8) 955 0 R (page.80) 1511 0 R (page.81) 1523 0 R (page.82) 1527 0 R (page.83) 1533 0 R (page.84) 1543 0 R (page.85) 1555 0 R (page.86) 1564 0 R (page.87) 1571 0 R (page.88) 1579 0 R (page.89) 1587 0 R (page.9) 969 0 R (page.90) 1596 0 R (page.91) 1606 0 R (page.92) 1615 0 R (page.93) 1619 0 R (page.94) 1625 0 R (page.95) 1636 0 R (page.96) 1640 0 R (page.97) 1644 0 R (page.98) 1656 0 R (page.99) 1660 0 R (proposed_standards) 1081 0 R (query_address) 1322 0 R (rfcs) 965 0 R (rndc) 1198 0 R (root_delegation_only) 1447 0 R (rrset_ordering) 1020 0 R (sample_configuration) 1006 0 R (section*.10) 1805 0 R (section*.100) 2091 0 R (section*.101) 2092 0 R (section*.102) 2094 0 R (section*.103) 2095 0 R (section*.104) 2096 0 R (section*.105) 2101 0 R (section*.106) 2107 0 R (section*.107) 2108 0 R (section*.108) 2109 0 R (section*.109) 2111 0 R (section*.11) 1815 0 R (section*.110) 2112 0 R (section*.111) 2113 0 R (section*.112) 2114 0 R (section*.113) 2119 0 R (section*.114) 2120 0 R (section*.115) 2121 0 R (section*.12) 1835 0 R (section*.13) 1848 0 R (section*.14) 1874 0 R (section*.15) 1884 0 R (section*.16) 1885 0 R (section*.17) 1886 0 R (section*.18) 1891 0 R (section*.19) 1892 0 R (section*.2) 1672 0 R (section*.20) 1897 0 R (section*.21) 1906 0 R (section*.22) 1912 0 R (section*.23) 1913 0 R (section*.24) 1914 0 R (section*.25) 1915 0 R (section*.26) 1917 0 R (section*.27) 1918 0 R (section*.28) 1923 0 R (section*.29) 1928 0 R (section*.3) 1678 0 R (section*.30) 1929 0 R (section*.31) 1930 0 R (section*.32) 1932 0 R (section*.33) 1933 0 R (section*.34) 1934 0 R (section*.35) 1935 0 R (section*.36) 1940 0 R (section*.37) 1941 0 R (section*.38) 1942 0 R (section*.39) 1943 0 R (section*.4) 1686 0 R (section*.40) 1944 0 R (section*.41) 1946 0 R (section*.42) 1951 0 R (section*.43) 1952 0 R (section*.44) 1953 0 R (section*.45) 1958 0 R (section*.46) 1959 0 R (section*.47) 1960 0 R (section*.48) 1962 0 R (section*.49) 1963 0 R (section*.5) 1711 0 R (section*.50) 1964 0 R (section*.51) 1965 0 R (section*.52) 1975 0 R (section*.53) 1976 0 R (section*.54) 1977 0 R (section*.55) 1978 0 R (section*.56) 1980 0 R (section*.57) 1981 0 R (section*.58) 1986 0 R (section*.59) 1987 0 R (section*.6) 1723 0 R (section*.60) 1996 0 R (section*.61) 1997 0 R (section*.62) 1998 0 R (section*.63) 1999 0 R (section*.64) 2005 0 R (section*.65) 2006 0 R (section*.66) 2007 0 R (section*.67) 2008 0 R (section*.68) 2009 0 R (section*.69) 2010 0 R (section*.7) 1737 0 R (section*.70) 2011 0 R (section*.71) 2018 0 R (section*.72) 2019 0 R (section*.73) 2020 0 R (section*.74) 2021 0 R (section*.75) 2030 0 R (section*.76) 2031 0 R (section*.77) 2032 0 R (section*.78) 2034 0 R (section*.79) 2035 0 R (section*.8) 1775 0 R (section*.80) 2036 0 R (section*.81) 2037 0 R (section*.82) 2046 0 R (section*.83) 2047 0 R (section*.84) 2048 0 R (section*.85) 2053 0 R (section*.86) 2054 0 R (section*.87) 2056 0 R (section*.88) 2057 0 R (section*.89) 2058 0 R (section*.9) 1793 0 R (section*.90) 2064 0 R (section*.91) 2069 0 R (section*.92) 2074 0 R (section*.93) 2075 0 R (section*.94) 2076 0 R (section*.95) 2078 0 R (section*.96) 2079 0 R (section*.97) 2084 0 R (section*.98) 2085 0 R (section*.99) 2086 0 R (section.1.1) 10 0 R (section.1.2) 14 0 R (section.1.3) 18 0 R (section.1.4) 22 0 R (section.2.1) 70 0 R (section.2.2) 74 0 R (section.2.3) 78 0 R (section.2.4) 82 0 R (section.2.5) 86 0 R (section.3.1) 94 0 R (section.3.2) 106 0 R (section.3.3) 110 0 R (section.4.1) 134 0 R (section.4.2) 138 0 R (section.4.3) 146 0 R (section.4.4) 150 0 R (section.4.5) 158 0 R (section.4.6) 194 0 R (section.4.7) 198 0 R (section.4.8) 202 0 R (section.4.9) 218 0 R (section.5.1) 234 0 R (section.5.2) 238 0 R (section.6.1) 246 0 R (section.6.2) 274 0 R (section.6.3) 482 0 R (section.6.4) 534 0 R (section.7.1) 570 0 R (section.7.2) 574 0 R (section.7.3) 586 0 R (section.8.1) 594 0 R (section.8.2) 602 0 R (section.8.3) 606 0 R (section.A.1) 614 0 R (section.A.2) 622 0 R (section.A.3) 630 0 R (section.B.1) 650 0 R (section.B.10) 686 0 R (section.B.11) 690 0 R (section.B.12) 694 0 R (section.B.13) 698 0 R (section.B.2) 654 0 R (section.B.3) 658 0 R (section.B.4) 662 0 R (section.B.5) 666 0 R (section.B.6) 670 0 R (section.B.7) 674 0 R (section.B.8) 678 0 R (section.B.9) 682 0 R (server_resource_limits) 1348 0 R (server_statement_definition_and_usage) 1291 0 R (server_statement_grammar) 1403 0 R (statistics) 1572 0 R (statistics_counters) 1580 0 R (statschannels) 1410 0 R (statsfile) 1269 0 R (subsection.1.4.1) 26 0 R (subsection.1.4.2) 30 0 R (subsection.1.4.3) 34 0 R (subsection.1.4.4) 38 0 R (subsection.1.4.5) 54 0 R (subsection.1.4.6) 62 0 R (subsection.3.1.1) 98 0 R (subsection.3.1.2) 102 0 R (subsection.3.3.1) 114 0 R (subsection.3.3.2) 126 0 R (subsection.4.2.1) 142 0 R (subsection.4.4.1) 154 0 R (subsection.4.5.1) 162 0 R (subsection.4.5.2) 174 0 R (subsection.4.5.3) 178 0 R (subsection.4.5.4) 182 0 R (subsection.4.5.5) 186 0 R (subsection.4.5.6) 190 0 R (subsection.4.8.1) 206 0 R (subsection.4.8.2) 210 0 R (subsection.4.8.3) 214 0 R (subsection.4.9.1) 222 0 R (subsection.4.9.2) 226 0 R (subsection.6.1.1) 250 0 R (subsection.6.1.2) 262 0 R (subsection.6.2.1) 278 0 R (subsection.6.2.10) 314 0 R (subsection.6.2.11) 330 0 R (subsection.6.2.12) 334 0 R (subsection.6.2.13) 338 0 R (subsection.6.2.14) 342 0 R (subsection.6.2.15) 346 0 R (subsection.6.2.16) 350 0 R (subsection.6.2.17) 426 0 R (subsection.6.2.18) 430 0 R (subsection.6.2.19) 434 0 R (subsection.6.2.2) 282 0 R (subsection.6.2.20) 438 0 R (subsection.6.2.21) 442 0 R (subsection.6.2.22) 446 0 R (subsection.6.2.23) 450 0 R (subsection.6.2.24) 454 0 R (subsection.6.2.25) 458 0 R (subsection.6.2.26) 462 0 R (subsection.6.2.3) 286 0 R (subsection.6.2.4) 290 0 R (subsection.6.2.5) 294 0 R (subsection.6.2.6) 298 0 R (subsection.6.2.7) 302 0 R (subsection.6.2.8) 306 0 R (subsection.6.2.9) 310 0 R (subsection.6.3.1) 486 0 R (subsection.6.3.2) 498 0 R (subsection.6.3.3) 502 0 R (subsection.6.3.4) 506 0 R (subsection.6.3.5) 510 0 R (subsection.6.3.6) 526 0 R (subsection.6.3.7) 530 0 R (subsection.6.4.1) 542 0 R (subsection.7.2.1) 578 0 R (subsection.7.2.2) 582 0 R (subsection.8.1.1) 598 0 R (subsection.A.1.1) 618 0 R (subsection.A.2.1) 626 0 R (subsection.A.3.1) 634 0 R (subsection.A.3.2) 638 0 R (subsection.A.3.3) 642 0 R (subsubsection.1.4.4.1) 42 0 R (subsubsection.1.4.4.2) 46 0 R (subsubsection.1.4.4.3) 50 0 R (subsubsection.1.4.5.1) 58 0 R (subsubsection.3.3.1.1) 118 0 R (subsubsection.3.3.1.2) 122 0 R (subsubsection.4.5.1.1) 166 0 R (subsubsection.4.5.1.2) 170 0 R (subsubsection.6.1.1.1) 254 0 R (subsubsection.6.1.1.2) 258 0 R (subsubsection.6.1.2.1) 266 0 R (subsubsection.6.1.2.2) 270 0 R (subsubsection.6.2.10.1) 318 0 R (subsubsection.6.2.10.2) 322 0 R (subsubsection.6.2.10.3) 326 0 R (subsubsection.6.2.16.1) 354 0 R (subsubsection.6.2.16.10) 390 0 R (subsubsection.6.2.16.11) 394 0 R (subsubsection.6.2.16.12) 398 0 R (subsubsection.6.2.16.13) 402 0 R (subsubsection.6.2.16.14) 406 0 R (subsubsection.6.2.16.15) 410 0 R (subsubsection.6.2.16.16) 414 0 R (subsubsection.6.2.16.17) 418 0 R (subsubsection.6.2.16.18) 422 0 R (subsubsection.6.2.16.2) 358 0 R (subsubsection.6.2.16.3) 362 0 R (subsubsection.6.2.16.4) 366 0 R (subsubsection.6.2.16.5) 370 0 R (subsubsection.6.2.16.6) 374 0 R (subsubsection.6.2.16.7) 378 0 R (subsubsection.6.2.16.8) 382 0 R (subsubsection.6.2.16.9) 386 0 R (subsubsection.6.2.26.1) 466 0 R (subsubsection.6.2.26.2) 470 0 R (subsubsection.6.2.26.3) 474 0 R (subsubsection.6.2.26.4) 478 0 R (subsubsection.6.3.1.1) 490 0 R (subsubsection.6.3.1.2) 494 0 R (subsubsection.6.3.5.1) 514 0 R (subsubsection.6.3.5.2) 518 0 R (subsubsection.6.3.5.3) 522 0 R (subsubsection.6.4.0.1) 538 0 R (subsubsection.6.4.1.1) 546 0 R (subsubsection.6.4.1.2) 550 0 R (subsubsection.6.4.1.3) 554 0 R (subsubsection.6.4.1.4) 558 0 R (subsubsection.6.4.1.5) 562 0 R (table.1.1) 947 0 R (table.1.2) 957 0 R (table.3.1) 1016 0 R (table.3.2) 1048 0 R (table.6.1) 1156 0 R (table.6.10) 1517 0 R (table.6.11) 1519 0 R (table.6.12) 1529 0 R (table.6.13) 1536 0 R (table.6.14) 1538 0 R (table.6.15) 1545 0 R (table.6.16) 1548 0 R (table.6.17) 1551 0 R (table.6.18) 1567 0 R (table.6.19) 1574 0 R (table.6.2) 1180 0 R (table.6.20) 1583 0 R (table.6.21) 1591 0 R (table.6.22) 1599 0 R (table.6.23) 1602 0 R (table.6.3) 1188 0 R (table.6.4) 1227 0 R (table.6.5) 1238 0 R (table.6.6) 1279 0 R (table.6.7) 1370 0 R (table.6.8) 1440 0 R (table.6.9) 1506 0 R (the_category_phrase) 1221 0 R (the_sortlist_statement) 1361 0 R (topology) 1355 0 R (tsig) 1095 0 R (tuning) 1375 0 R (types_of_resource_records_and_when_to_use_them) 964 0 R (view_statement_grammar) 1388 0 R (zone_statement_grammar) 1309 0 R (zone_transfers) 1071 0 R (zonefile_format) 1387 0 R]
+2167 0 obj <<
+/Names [(Access_Control_Lists) 1638 0 R (Bv9ARM.ch01) 947 0 R (Bv9ARM.ch02) 993 0 R (Bv9ARM.ch03) 1010 0 R (Bv9ARM.ch04) 1059 0 R (Bv9ARM.ch05) 1158 0 R (Bv9ARM.ch06) 1170 0 R (Bv9ARM.ch07) 1637 0 R (Bv9ARM.ch08) 1663 0 R (Bv9ARM.ch09) 1678 0 R (Bv9ARM.ch10) 1899 0 R (Configuration_File_Grammar) 1194 0 R (DNSSEC) 1126 0 R (Doc-Start) 711 0 R (Setting_TTLs) 1563 0 R (acache) 1000 0 R (access_control) 1323 0 R (acl) 1202 0 R (address_match_lists) 1175 0 R (admin_tools) 1033 0 R (appendix.A) 614 0 R (appendix.B) 650 0 R (bibliography) 1686 0 R (boolean_options) 1075 0 R (builtin) 1407 0 R (chapter*.1) 746 0 R (chapter.1) 6 0 R (chapter.2) 66 0 R (chapter.3) 90 0 R (chapter.4) 130 0 R (chapter.5) 230 0 R (chapter.6) 242 0 R (chapter.7) 570 0 R (chapter.8) 594 0 R (cite.RFC1033) 1814 0 R (cite.RFC1034) 1698 0 R (cite.RFC1035) 1700 0 R (cite.RFC1101) 1796 0 R (cite.RFC1123) 1798 0 R (cite.RFC1183) 1758 0 R (cite.RFC1464) 1836 0 R (cite.RFC1535) 1743 0 R (cite.RFC1536) 1745 0 R (cite.RFC1537) 1816 0 R (cite.RFC1591) 1800 0 R (cite.RFC1706) 1760 0 R (cite.RFC1712) 1856 0 R (cite.RFC1713) 1838 0 R (cite.RFC1794) 1840 0 R (cite.RFC1876) 1762 0 R (cite.RFC1912) 1818 0 R (cite.RFC1982) 1747 0 R (cite.RFC1995) 1705 0 R (cite.RFC1996) 1707 0 R (cite.RFC2010) 1820 0 R (cite.RFC2052) 1764 0 R (cite.RFC2065) 1868 0 R (cite.RFC2136) 1709 0 R (cite.RFC2137) 1870 0 R (cite.RFC2163) 1766 0 R (cite.RFC2168) 1768 0 R (cite.RFC2181) 1711 0 R (cite.RFC2219) 1822 0 R (cite.RFC2230) 1770 0 R (cite.RFC2240) 1842 0 R (cite.RFC2308) 1713 0 R (cite.RFC2317) 1802 0 R (cite.RFC2345) 1844 0 R (cite.RFC2352) 1846 0 R (cite.RFC2535) 1872 0 R (cite.RFC2536) 1772 0 R (cite.RFC2537) 1774 0 R (cite.RFC2538) 1776 0 R (cite.RFC2539) 1778 0 R (cite.RFC2540) 1780 0 R (cite.RFC2671) 1715 0 R (cite.RFC2672) 1717 0 R (cite.RFC2673) 1858 0 R (cite.RFC2782) 1782 0 R (cite.RFC2825) 1826 0 R (cite.RFC2826) 1804 0 R (cite.RFC2845) 1719 0 R (cite.RFC2874) 1860 0 R (cite.RFC2915) 1784 0 R (cite.RFC2929) 1806 0 R (cite.RFC2930) 1721 0 R (cite.RFC2931) 1723 0 R (cite.RFC3007) 1725 0 R (cite.RFC3008) 1874 0 R (cite.RFC3071) 1848 0 R (cite.RFC3090) 1876 0 R (cite.RFC3110) 1786 0 R (cite.RFC3123) 1788 0 R (cite.RFC3225) 1731 0 R (cite.RFC3258) 1850 0 R (cite.RFC3445) 1878 0 R (cite.RFC3490) 1828 0 R (cite.RFC3491) 1830 0 R (cite.RFC3492) 1832 0 R (cite.RFC3596) 1790 0 R (cite.RFC3597) 1792 0 R (cite.RFC3645) 1727 0 R (cite.RFC3655) 1880 0 R (cite.RFC3658) 1882 0 R (cite.RFC3755) 1884 0 R (cite.RFC3757) 1886 0 R (cite.RFC3833) 1733 0 R (cite.RFC3845) 1888 0 R (cite.RFC3901) 1852 0 R (cite.RFC4033) 1735 0 R (cite.RFC4034) 1737 0 R (cite.RFC4035) 1739 0 R (cite.RFC4074) 1749 0 R (cite.RFC974) 1702 0 R (cite.id2506179) 1893 0 R (clients-per-query) 1610 0 R (configuration_file_elements) 1171 0 R (controls_statement_definition_and_usage) 1046 0 R (diagnostic_tools) 981 0 R (dynamic_update) 1069 0 R (dynamic_update_policies) 1121 0 R (dynamic_update_security) 1333 0 R (empty) 1409 0 R (historical_dns_information) 1680 0 R (id2466555) 948 0 R (id2466579) 949 0 R (id2467422) 1084 0 R (id2467441) 1085 0 R (id2467538) 950 0 R (id2467547) 951 0 R (id2467719) 963 0 R (id2467740) 964 0 R (id2467774) 965 0 R (id2467859) 968 0 R (id2467952) 961 0 R (id2470257) 975 0 R (id2470280) 978 0 R (id2470378) 979 0 R (id2470400) 980 0 R (id2470429) 986 0 R (id2470533) 987 0 R (id2470560) 988 0 R (id2470594) 994 0 R (id2470620) 995 0 R (id2470633) 996 0 R (id2470727) 999 0 R (id2470738) 1005 0 R (id2470770) 1012 0 R (id2470786) 1013 0 R (id2470808) 1019 0 R (id2470825) 1020 0 R (id2471230) 1023 0 R (id2471236) 1024 0 R (id2473012) 1051 0 R (id2473024) 1052 0 R (id2473610) 1101 0 R (id2473627) 1102 0 R (id2474417) 1107 0 R (id2474435) 1108 0 R (id2474445) 1109 0 R (id2474482) 1110 0 R (id2474676) 1115 0 R (id2474724) 1117 0 R (id2474738) 1118 0 R (id2474787) 1119 0 R (id2474855) 1127 0 R (id2475002) 1128 0 R (id2475083) 1133 0 R (id2475389) 1141 0 R (id2475520) 1148 0 R (id2475541) 1149 0 R (id2475574) 1159 0 R (id2475858) 1172 0 R (id2476720) 1180 0 R (id2476747) 1185 0 R (id2476953) 1186 0 R (id2476968) 1187 0 R (id2477066) 1193 0 R (id2477209) 1195 0 R (id2477652) 1201 0 R (id2477694) 1203 0 R (id2477842) 1205 0 R (id2478270) 1213 0 R (id2478288) 1214 0 R (id2478311) 1220 0 R (id2478334) 1221 0 R (id2478493) 1225 0 R (id2478619) 1226 0 R (id2478672) 1231 0 R (id2479433) 1242 0 R (id2480030) 1253 0 R (id2480158) 1254 0 R (id2480544) 1256 0 R (id2480617) 1261 0 R (id2480681) 1264 0 R (id2480725) 1265 0 R (id2480740) 1266 0 R (id2483226) 1295 0 R (id2484998) 1320 0 R (id2485057) 1322 0 R (id2485630) 1338 0 R (id2486902) 1356 0 R (id2486962) 1358 0 R (id2487316) 1371 0 R (id2487818) 1385 0 R (id2490017) 1431 0 R (id2490171) 1432 0 R (id2490222) 1433 0 R (id2490373) 1439 0 R (id2491778) 1453 0 R (id2491785) 1454 0 R (id2491790) 1455 0 R (id2492349) 1462 0 R (id2492382) 1468 0 R (id2494147) 1522 0 R (id2494461) 1528 0 R (id2494480) 1529 0 R (id2494500) 1532 0 R (id2494668) 1534 0 R (id2495907) 1544 0 R (id2496103) 1550 0 R (id2496124) 1551 0 R (id2496487) 1553 0 R (id2496624) 1555 0 R (id2496642) 1561 0 R (id2497046) 1564 0 R (id2497171) 1566 0 R (id2497186) 1567 0 R (id2497298) 1573 0 R (id2497320) 1574 0 R (id2497336) 1575 0 R (id2497397) 1576 0 R (id2497466) 1581 0 R (id2497571) 1582 0 R (id2497701) 1583 0 R (id2498200) 1590 0 R (id2498635) 1598 0 R (id2498641) 1599 0 R (id2500177) 1606 0 R (id2500183) 1607 0 R (id2500628) 1615 0 R (id2500633) 1616 0 R (id2501578) 1622 0 R (id2501610) 1623 0 R (id2502088) 1628 0 R (id2502262) 1647 0 R (id2502343) 1648 0 R (id2502471) 1649 0 R (id2502551) 1664 0 R (id2502556) 1665 0 R (id2502568) 1666 0 R (id2502585) 1667 0 R (id2502647) 1679 0 R (id2503024) 1685 0 R (id2503143) 1690 0 R (id2503145) 1696 0 R (id2503154) 1701 0 R (id2503177) 1697 0 R (id2503201) 1699 0 R (id2503237) 1710 0 R (id2503264) 1712 0 R (id2503289) 1704 0 R (id2503314) 1706 0 R (id2503337) 1708 0 R (id2503393) 1714 0 R (id2503419) 1716 0 R (id2503446) 1718 0 R (id2503508) 1720 0 R (id2503538) 1722 0 R (id2503568) 1724 0 R (id2503594) 1726 0 R (id2503669) 1729 0 R (id2503676) 1730 0 R (id2503703) 1732 0 R (id2503739) 1734 0 R (id2503804) 1736 0 R (id2503869) 1738 0 R (id2503934) 1741 0 R (id2503943) 1742 0 R (id2503969) 1744 0 R (id2504037) 1746 0 R (id2504072) 1748 0 R (id2504113) 1756 0 R (id2504118) 1757 0 R (id2504176) 1759 0 R (id2504213) 1767 0 R (id2504248) 1761 0 R (id2504302) 1763 0 R (id2504341) 1765 0 R (id2504366) 1769 0 R (id2504392) 1771 0 R (id2504419) 1773 0 R (id2504445) 1775 0 R (id2504485) 1777 0 R (id2504515) 1779 0 R (id2504545) 1781 0 R (id2504587) 1783 0 R (id2504620) 1785 0 R (id2504647) 1787 0 R (id2504670) 1789 0 R (id2504796) 1791 0 R (id2504821) 1794 0 R (id2504828) 1795 0 R (id2504854) 1797 0 R (id2504876) 1799 0 R (id2504900) 1801 0 R (id2504946) 1803 0 R (id2504969) 1805 0 R (id2505019) 1812 0 R (id2505027) 1813 0 R (id2505050) 1815 0 R (id2505077) 1817 0 R (id2505104) 1819 0 R (id2505140) 1821 0 R (id2505180) 1824 0 R (id2505186) 1825 0 R (id2505218) 1827 0 R (id2505264) 1829 0 R (id2505299) 1831 0 R (id2505325) 1834 0 R (id2505344) 1835 0 R (id2505366) 1837 0 R (id2505392) 1839 0 R (id2505417) 1841 0 R (id2505441) 1843 0 R (id2505486) 1845 0 R (id2505510) 1847 0 R (id2505537) 1849 0 R (id2505562) 1851 0 R (id2505600) 1854 0 R (id2505606) 1855 0 R (id2505664) 1857 0 R (id2505690) 1859 0 R (id2505726) 1866 0 R (id2505738) 1867 0 R (id2505778) 1869 0 R (id2505873) 1871 0 R (id2505902) 1873 0 R (id2505928) 1875 0 R (id2505955) 1877 0 R (id2505991) 1879 0 R (id2506027) 1881 0 R (id2506054) 1883 0 R (id2506081) 1885 0 R (id2506125) 1887 0 R (id2506167) 1890 0 R (id2506177) 1892 0 R (id2506179) 1894 0 R (incremental_zone_transfers) 1081 0 R (internet_drafts) 1889 0 R (ipv6addresses) 1143 0 R (journal) 1070 0 R (lwresd) 1160 0 R (man.dig) 1900 0 R (man.dnssec-dsfromkey) 1948 0 R (man.dnssec-keyfromlabel) 1962 0 R (man.dnssec-keygen) 1979 0 R (man.dnssec-signzone) 1996 0 R (man.host) 1933 0 R (man.named) 2050 0 R (man.named-checkconf) 2022 0 R (man.named-checkzone) 2034 0 R (man.nsupdate) 2073 0 R (man.rndc) 2098 0 R (man.rndc-confgen) 2127 0 R (man.rndc.conf) 2111 0 R (notify) 1060 0 R (options) 1279 0 R (page.1) 710 0 R (page.10) 985 0 R (page.100) 1673 0 R (page.101) 1677 0 R (page.102) 1684 0 R (page.103) 1694 0 R (page.104) 1754 0 R (page.105) 1810 0 R (page.106) 1864 0 R (page.107) 1898 0 R (page.108) 1907 0 R (page.109) 1913 0 R (page.11) 992 0 R (page.110) 1919 0 R (page.111) 1923 0 R (page.112) 1928 0 R (page.113) 1939 0 R (page.114) 1944 0 R (page.115) 1956 0 R (page.116) 1968 0 R (page.117) 1975 0 R (page.118) 1987 0 R (page.119) 1991 0 R (page.12) 1004 0 R (page.120) 2002 0 R (page.121) 2008 0 R (page.122) 2013 0 R (page.123) 2019 0 R (page.124) 2032 0 R (page.125) 2042 0 R (page.126) 2046 0 R (page.127) 2058 0 R (page.128) 2063 0 R (page.129) 2069 0 R (page.13) 1009 0 R (page.130) 2080 0 R (page.131) 2085 0 R (page.132) 2089 0 R (page.133) 2097 0 R (page.134) 2107 0 R (page.135) 2118 0 R (page.136) 2123 0 R (page.137) 2135 0 R (page.138) 2141 0 R (page.14) 1018 0 R (page.15) 1029 0 R (page.16) 1037 0 R (page.17) 1044 0 R (page.18) 1050 0 R (page.19) 1058 0 R (page.2) 735 0 R (page.20) 1080 0 R (page.21) 1090 0 R (page.22) 1095 0 R (page.23) 1099 0 R (page.24) 1106 0 R (page.25) 1114 0 R (page.26) 1125 0 R (page.27) 1132 0 R (page.28) 1137 0 R (page.29) 1147 0 R (page.3) 745 0 R (page.30) 1153 0 R (page.31) 1157 0 R (page.32) 1165 0 R (page.33) 1169 0 R (page.34) 1179 0 R (page.35) 1184 0 R (page.36) 1192 0 R (page.37) 1200 0 R (page.38) 1210 0 R (page.39) 1219 0 R (page.4) 800 0 R (page.40) 1230 0 R (page.41) 1235 0 R (page.42) 1241 0 R (page.43) 1247 0 R (page.44) 1252 0 R (page.45) 1260 0 R (page.46) 1270 0 R (page.47) 1274 0 R (page.48) 1278 0 R (page.49) 1283 0 R (page.5) 864 0 R (page.50) 1290 0 R (page.51) 1294 0 R (page.52) 1300 0 R (page.53) 1311 0 R (page.54) 1315 0 R (page.55) 1319 0 R (page.56) 1330 0 R (page.57) 1337 0 R (page.58) 1342 0 R (page.59) 1347 0 R (page.6) 926 0 R (page.60) 1351 0 R (page.61) 1355 0 R (page.62) 1363 0 R (page.63) 1370 0 R (page.64) 1376 0 R (page.65) 1383 0 R (page.66) 1390 0 R (page.67) 1396 0 R (page.68) 1406 0 R (page.69) 1414 0 R (page.7) 946 0 R (page.70) 1418 0 R (page.71) 1423 0 R (page.72) 1430 0 R (page.73) 1438 0 R (page.74) 1444 0 R (page.75) 1448 0 R (page.76) 1452 0 R (page.77) 1460 0 R (page.78) 1467 0 R (page.79) 1486 0 R (page.8) 960 0 R (page.80) 1501 0 R (page.81) 1521 0 R (page.82) 1527 0 R (page.83) 1539 0 R (page.84) 1543 0 R (page.85) 1549 0 R (page.86) 1560 0 R (page.87) 1572 0 R (page.88) 1580 0 R (page.89) 1588 0 R (page.9) 974 0 R (page.90) 1595 0 R (page.91) 1604 0 R (page.92) 1614 0 R (page.93) 1621 0 R (page.94) 1632 0 R (page.95) 1636 0 R (page.96) 1642 0 R (page.97) 1653 0 R (page.98) 1658 0 R (page.99) 1662 0 R (proposed_standards) 1086 0 R (query_address) 1343 0 R (rfcs) 970 0 R (rndc) 1215 0 R (root_delegation_only) 1463 0 R (rrset_ordering) 1025 0 R (sample_configuration) 1011 0 R (section*.10) 1823 0 R (section*.100) 2109 0 R (section*.101) 2110 0 R (section*.102) 2112 0 R (section*.103) 2113 0 R (section*.104) 2114 0 R (section*.105) 2119 0 R (section*.106) 2124 0 R (section*.107) 2125 0 R (section*.108) 2126 0 R (section*.109) 2128 0 R (section*.11) 1833 0 R (section*.110) 2129 0 R (section*.111) 2130 0 R (section*.112) 2131 0 R (section*.113) 2136 0 R (section*.114) 2137 0 R (section*.115) 2142 0 R (section*.12) 1853 0 R (section*.13) 1865 0 R (section*.14) 1891 0 R (section*.15) 1901 0 R (section*.16) 1902 0 R (section*.17) 1903 0 R (section*.18) 1908 0 R (section*.19) 1909 0 R (section*.2) 1689 0 R (section*.20) 1914 0 R (section*.21) 1924 0 R (section*.22) 1929 0 R (section*.23) 1930 0 R (section*.24) 1931 0 R (section*.25) 1932 0 R (section*.26) 1934 0 R (section*.27) 1935 0 R (section*.28) 1940 0 R (section*.29) 1945 0 R (section*.3) 1695 0 R (section*.30) 1946 0 R (section*.31) 1947 0 R (section*.32) 1949 0 R (section*.33) 1950 0 R (section*.34) 1951 0 R (section*.35) 1952 0 R (section*.36) 1957 0 R (section*.37) 1958 0 R (section*.38) 1959 0 R (section*.39) 1960 0 R (section*.4) 1703 0 R (section*.40) 1961 0 R (section*.41) 1963 0 R (section*.42) 1969 0 R (section*.43) 1970 0 R (section*.44) 1971 0 R (section*.45) 1976 0 R (section*.46) 1977 0 R (section*.47) 1978 0 R (section*.48) 1980 0 R (section*.49) 1981 0 R (section*.5) 1728 0 R (section*.50) 1982 0 R (section*.51) 1983 0 R (section*.52) 1992 0 R (section*.53) 1993 0 R (section*.54) 1994 0 R (section*.55) 1995 0 R (section*.56) 1997 0 R (section*.57) 1998 0 R (section*.58) 2003 0 R (section*.59) 2004 0 R (section*.6) 1740 0 R (section*.60) 2014 0 R (section*.61) 2015 0 R (section*.62) 2020 0 R (section*.63) 2021 0 R (section*.64) 2023 0 R (section*.65) 2024 0 R (section*.66) 2025 0 R (section*.67) 2026 0 R (section*.68) 2027 0 R (section*.69) 2028 0 R (section*.7) 1755 0 R (section*.70) 2033 0 R (section*.71) 2035 0 R (section*.72) 2036 0 R (section*.73) 2037 0 R (section*.74) 2038 0 R (section*.75) 2047 0 R (section*.76) 2048 0 R (section*.77) 2049 0 R (section*.78) 2051 0 R (section*.79) 2052 0 R (section*.8) 1793 0 R (section*.80) 2053 0 R (section*.81) 2054 0 R (section*.82) 2064 0 R (section*.83) 2065 0 R (section*.84) 2070 0 R (section*.85) 2071 0 R (section*.86) 2072 0 R (section*.87) 2074 0 R (section*.88) 2075 0 R (section*.89) 2076 0 R (section*.9) 1811 0 R (section*.90) 2081 0 R (section*.91) 2090 0 R (section*.92) 2091 0 R (section*.93) 2092 0 R (section*.94) 2093 0 R (section*.95) 2099 0 R (section*.96) 2100 0 R (section*.97) 2101 0 R (section*.98) 2102 0 R (section*.99) 2108 0 R (section.1.1) 10 0 R (section.1.2) 14 0 R (section.1.3) 18 0 R (section.1.4) 22 0 R (section.2.1) 70 0 R (section.2.2) 74 0 R (section.2.3) 78 0 R (section.2.4) 82 0 R (section.2.5) 86 0 R (section.3.1) 94 0 R (section.3.2) 106 0 R (section.3.3) 110 0 R (section.4.1) 134 0 R (section.4.2) 138 0 R (section.4.3) 146 0 R (section.4.4) 150 0 R (section.4.5) 158 0 R (section.4.6) 194 0 R (section.4.7) 198 0 R (section.4.8) 202 0 R (section.4.9) 218 0 R (section.5.1) 234 0 R (section.5.2) 238 0 R (section.6.1) 246 0 R (section.6.2) 274 0 R (section.6.3) 482 0 R (section.6.4) 538 0 R (section.7.1) 574 0 R (section.7.2) 578 0 R (section.7.3) 590 0 R (section.8.1) 598 0 R (section.8.2) 606 0 R (section.8.3) 610 0 R (section.A.1) 618 0 R (section.A.2) 626 0 R (section.A.3) 634 0 R (section.B.1) 654 0 R (section.B.10) 690 0 R (section.B.11) 694 0 R (section.B.12) 698 0 R (section.B.13) 702 0 R (section.B.2) 658 0 R (section.B.3) 662 0 R (section.B.4) 666 0 R (section.B.5) 670 0 R (section.B.6) 674 0 R (section.B.7) 678 0 R (section.B.8) 682 0 R (section.B.9) 686 0 R (server_resource_limits) 1365 0 R (server_statement_definition_and_usage) 1307 0 R (server_statement_grammar) 1419 0 R (statistics) 1589 0 R (statistics_counters) 1597 0 R (statschannels) 1426 0 R (statsfile) 1286 0 R (subsection.1.4.1) 26 0 R (subsection.1.4.2) 30 0 R (subsection.1.4.3) 34 0 R (subsection.1.4.4) 38 0 R (subsection.1.4.5) 54 0 R (subsection.1.4.6) 62 0 R (subsection.3.1.1) 98 0 R (subsection.3.1.2) 102 0 R (subsection.3.3.1) 114 0 R (subsection.3.3.2) 126 0 R (subsection.4.2.1) 142 0 R (subsection.4.4.1) 154 0 R (subsection.4.5.1) 162 0 R (subsection.4.5.2) 174 0 R (subsection.4.5.3) 178 0 R (subsection.4.5.4) 182 0 R (subsection.4.5.5) 186 0 R (subsection.4.5.6) 190 0 R (subsection.4.8.1) 206 0 R (subsection.4.8.2) 210 0 R (subsection.4.8.3) 214 0 R (subsection.4.9.1) 222 0 R (subsection.4.9.2) 226 0 R (subsection.6.1.1) 250 0 R (subsection.6.1.2) 262 0 R (subsection.6.2.1) 278 0 R (subsection.6.2.10) 314 0 R (subsection.6.2.11) 330 0 R (subsection.6.2.12) 334 0 R (subsection.6.2.13) 338 0 R (subsection.6.2.14) 342 0 R (subsection.6.2.15) 346 0 R (subsection.6.2.16) 350 0 R (subsection.6.2.17) 426 0 R (subsection.6.2.18) 430 0 R (subsection.6.2.19) 434 0 R (subsection.6.2.2) 282 0 R (subsection.6.2.20) 438 0 R (subsection.6.2.21) 442 0 R (subsection.6.2.22) 446 0 R (subsection.6.2.23) 450 0 R (subsection.6.2.24) 454 0 R (subsection.6.2.25) 458 0 R (subsection.6.2.26) 462 0 R (subsection.6.2.3) 286 0 R (subsection.6.2.4) 290 0 R (subsection.6.2.5) 294 0 R (subsection.6.2.6) 298 0 R (subsection.6.2.7) 302 0 R (subsection.6.2.8) 306 0 R (subsection.6.2.9) 310 0 R (subsection.6.3.1) 486 0 R (subsection.6.3.2) 498 0 R (subsection.6.3.3) 502 0 R (subsection.6.3.4) 506 0 R (subsection.6.3.5) 510 0 R (subsection.6.3.6) 530 0 R (subsection.6.3.7) 534 0 R (subsection.6.4.1) 546 0 R (subsection.7.2.1) 582 0 R (subsection.7.2.2) 586 0 R (subsection.8.1.1) 602 0 R (subsection.A.1.1) 622 0 R (subsection.A.2.1) 630 0 R (subsection.A.3.1) 638 0 R (subsection.A.3.2) 642 0 R (subsection.A.3.3) 646 0 R (subsubsection.1.4.4.1) 42 0 R (subsubsection.1.4.4.2) 46 0 R (subsubsection.1.4.4.3) 50 0 R (subsubsection.1.4.5.1) 58 0 R (subsubsection.3.3.1.1) 118 0 R (subsubsection.3.3.1.2) 122 0 R (subsubsection.4.5.1.1) 166 0 R (subsubsection.4.5.1.2) 170 0 R (subsubsection.6.1.1.1) 254 0 R (subsubsection.6.1.1.2) 258 0 R (subsubsection.6.1.2.1) 266 0 R (subsubsection.6.1.2.2) 270 0 R (subsubsection.6.2.10.1) 318 0 R (subsubsection.6.2.10.2) 322 0 R (subsubsection.6.2.10.3) 326 0 R (subsubsection.6.2.16.1) 354 0 R (subsubsection.6.2.16.10) 390 0 R (subsubsection.6.2.16.11) 394 0 R (subsubsection.6.2.16.12) 398 0 R (subsubsection.6.2.16.13) 402 0 R (subsubsection.6.2.16.14) 406 0 R (subsubsection.6.2.16.15) 410 0 R (subsubsection.6.2.16.16) 414 0 R (subsubsection.6.2.16.17) 418 0 R (subsubsection.6.2.16.18) 422 0 R (subsubsection.6.2.16.2) 358 0 R (subsubsection.6.2.16.3) 362 0 R (subsubsection.6.2.16.4) 366 0 R (subsubsection.6.2.16.5) 370 0 R (subsubsection.6.2.16.6) 374 0 R (subsubsection.6.2.16.7) 378 0 R (subsubsection.6.2.16.8) 382 0 R (subsubsection.6.2.16.9) 386 0 R (subsubsection.6.2.26.1) 466 0 R (subsubsection.6.2.26.2) 470 0 R (subsubsection.6.2.26.3) 474 0 R (subsubsection.6.2.26.4) 478 0 R (subsubsection.6.3.1.1) 490 0 R (subsubsection.6.3.1.2) 494 0 R (subsubsection.6.3.5.1) 514 0 R (subsubsection.6.3.5.2) 518 0 R (subsubsection.6.3.5.3) 522 0 R (subsubsection.6.3.5.4) 526 0 R (subsubsection.6.4.0.1) 542 0 R (subsubsection.6.4.1.1) 550 0 R (subsubsection.6.4.1.2) 554 0 R (subsubsection.6.4.1.3) 558 0 R (subsubsection.6.4.1.4) 562 0 R (subsubsection.6.4.1.5) 566 0 R (table.1.1) 952 0 R (table.1.2) 962 0 R (table.3.1) 1021 0 R (table.3.2) 1053 0 R (table.6.1) 1173 0 R (table.6.10) 1533 0 R (table.6.11) 1535 0 R (table.6.12) 1545 0 R (table.6.13) 1552 0 R (table.6.14) 1554 0 R (table.6.15) 1562 0 R (table.6.16) 1565 0 R (table.6.17) 1568 0 R (table.6.18) 1584 0 R (table.6.19) 1591 0 R (table.6.2) 1196 0 R (table.6.20) 1600 0 R (table.6.21) 1608 0 R (table.6.22) 1617 0 R (table.6.23) 1624 0 R (table.6.3) 1204 0 R (table.6.4) 1243 0 R (table.6.5) 1255 0 R (table.6.6) 1296 0 R (table.6.7) 1386 0 R (table.6.8) 1456 0 R (table.6.9) 1523 0 R (the_category_phrase) 1237 0 R (the_sortlist_statement) 1377 0 R (topology) 1372 0 R (tsig) 1100 0 R (tuning) 1391 0 R (types_of_resource_records_and_when_to_use_them) 969 0 R (view_statement_grammar) 1410 0 R (zone_statement_grammar) 1326 0 R (zone_transfers) 1076 0 R (zonefile_format) 1402 0 R]
 /Limits [(Access_Control_Lists) (zonefile_format)]
 >> endobj
-2146 0 obj <<
-/Kids [2145 0 R]
+2168 0 obj <<
+/Kids [2167 0 R]
 >> endobj
-2147 0 obj <<
-/Dests 2146 0 R
+2169 0 obj <<
+/Dests 2168 0 R
 >> endobj
-2148 0 obj <<
+2170 0 obj <<
 /Type /Catalog
-/Pages 2143 0 R
-/Outlines 2144 0 R
-/Names 2147 0 R
+/Pages 2165 0 R
+/Outlines 2166 0 R
+/Names 2169 0 R
 /PageMode /UseOutlines 
-/OpenAction 701 0 R
+/OpenAction 705 0 R
 >> endobj
-2149 0 obj <<
+2171 0 obj <<
 /Author()/Title()/Subject()/Creator(LaTeX with hyperref package)/Producer(pdfeTeX-1.21a)/Keywords()
-/CreationDate (D:20091231231729Z)
+/CreationDate (D:20100218015504Z)
 /PTEX.Fullbanner (This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4) kpathsea version 3.5.4)
 >> endobj
 xref
-0 2150
+0 2172
 0000000001 65535 f 
 0000000002 00000 f 
 0000000003 00000 f 
 0000000004 00000 f 
 0000000000 00000 f 
 0000000009 00000 n 
-0000071459 00000 n 
-0000744619 00000 n 
+0000071778 00000 n 
+0000753168 00000 n 
 0000000054 00000 n 
 0000000086 00000 n 
-0000071583 00000 n 
-0000744547 00000 n 
+0000071902 00000 n 
+0000753096 00000 n 
 0000000133 00000 n 
 0000000173 00000 n 
-0000071708 00000 n 
-0000744461 00000 n 
+0000072027 00000 n 
+0000753010 00000 n 
 0000000221 00000 n 
 0000000273 00000 n 
-0000071833 00000 n 
-0000744375 00000 n 
+0000072152 00000 n 
+0000752924 00000 n 
 0000000321 00000 n 
 0000000377 00000 n 
-0000076158 00000 n 
-0000744265 00000 n 
+0000076477 00000 n 
+0000752814 00000 n 
 0000000425 00000 n 
 0000000478 00000 n 
-0000076282 00000 n 
-0000744191 00000 n 
+0000076601 00000 n 
+0000752740 00000 n 
 0000000531 00000 n 
 0000000572 00000 n 
-0000076407 00000 n 
-0000744104 00000 n 
+0000076726 00000 n 
+0000752653 00000 n 
 0000000625 00000 n 
 0000000674 00000 n 
-0000076531 00000 n 
-0000744017 00000 n 
+0000076850 00000 n 
+0000752566 00000 n 
 0000000727 00000 n 
 0000000757 00000 n 
-0000080810 00000 n 
-0000743893 00000 n 
+0000081129 00000 n 
+0000752442 00000 n 
 0000000810 00000 n 
 0000000861 00000 n 
-0000080935 00000 n 
-0000743819 00000 n 
+0000081254 00000 n 
+0000752368 00000 n 
 0000000919 00000 n 
 0000000964 00000 n 
-0000081060 00000 n 
-0000743732 00000 n 
+0000081379 00000 n 
+0000752281 00000 n 
 0000001022 00000 n 
 0000001062 00000 n 
-0000081185 00000 n 
-0000743658 00000 n 
+0000081504 00000 n 
+0000752207 00000 n 
 0000001120 00000 n 
 0000001162 00000 n 
-0000084157 00000 n 
-0000743534 00000 n 
+0000084476 00000 n 
+0000752083 00000 n 
 0000001215 00000 n 
 0000001260 00000 n 
-0000084282 00000 n 
-0000743473 00000 n 
+0000084601 00000 n 
+0000752022 00000 n 
 0000001318 00000 n 
 0000001355 00000 n 
-0000084407 00000 n 
-0000743399 00000 n 
+0000084726 00000 n 
+0000751948 00000 n 
 0000001408 00000 n 
 0000001463 00000 n 
-0000087335 00000 n 
-0000743274 00000 n 
+0000087654 00000 n 
+0000751823 00000 n 
 0000001509 00000 n 
 0000001556 00000 n 
-0000087460 00000 n 
-0000743200 00000 n 
+0000087779 00000 n 
+0000751749 00000 n 
 0000001604 00000 n 
 0000001648 00000 n 
-0000087585 00000 n 
-0000743113 00000 n 
+0000087904 00000 n 
+0000751662 00000 n 
 0000001696 00000 n 
 0000001735 00000 n 
-0000087710 00000 n 
-0000743026 00000 n 
+0000088029 00000 n 
+0000751575 00000 n 
 0000001783 00000 n 
 0000001825 00000 n 
-0000087834 00000 n 
-0000742939 00000 n 
+0000088153 00000 n 
+0000751488 00000 n 
 0000001873 00000 n 
 0000001936 00000 n 
-0000088914 00000 n 
-0000742865 00000 n 
+0000089239 00000 n 
+0000751414 00000 n 
 0000001984 00000 n 
 0000002034 00000 n 
-0000090625 00000 n 
-0000742737 00000 n 
+0000090953 00000 n 
+0000751286 00000 n 
 0000002080 00000 n 
 0000002126 00000 n 
-0000090752 00000 n 
-0000742624 00000 n 
+0000091080 00000 n 
+0000751173 00000 n 
 0000002174 00000 n 
 0000002218 00000 n 
-0000090880 00000 n 
-0000742548 00000 n 
+0000091208 00000 n 
+0000751097 00000 n 
 0000002271 00000 n 
 0000002323 00000 n 
-0000091008 00000 n 
-0000742471 00000 n 
+0000091336 00000 n 
+0000751020 00000 n 
 0000002377 00000 n 
 0000002436 00000 n 
-0000093550 00000 n 
-0000742380 00000 n 
+0000093878 00000 n 
+0000750929 00000 n 
 0000002485 00000 n 
 0000002523 00000 n 
-0000093809 00000 n 
-0000742263 00000 n 
+0000094137 00000 n 
+0000750812 00000 n 
 0000002572 00000 n 
 0000002618 00000 n 
-0000093938 00000 n 
-0000742145 00000 n 
+0000094266 00000 n 
+0000750694 00000 n 
 0000002672 00000 n 
 0000002739 00000 n 
-0000097170 00000 n 
-0000742066 00000 n 
+0000097498 00000 n 
+0000750615 00000 n 
 0000002798 00000 n 
 0000002842 00000 n 
-0000097298 00000 n 
-0000741987 00000 n 
+0000097626 00000 n 
+0000750536 00000 n 
 0000002901 00000 n 
 0000002949 00000 n 
-0000107947 00000 n 
-0000741908 00000 n 
+0000108275 00000 n 
+0000750457 00000 n 
 0000003003 00000 n 
 0000003036 00000 n 
-0000112966 00000 n 
-0000741776 00000 n 
+0000113294 00000 n 
+0000750325 00000 n 
 0000003083 00000 n 
 0000003126 00000 n 
-0000113095 00000 n 
-0000741697 00000 n 
+0000113423 00000 n 
+0000750246 00000 n 
 0000003175 00000 n 
 0000003205 00000 n 
-0000113224 00000 n 
-0000741565 00000 n 
+0000113552 00000 n 
+0000750114 00000 n 
 0000003254 00000 n 
 0000003292 00000 n 
-0000113353 00000 n 
-0000741500 00000 n 
+0000113681 00000 n 
+0000750049 00000 n 
 0000003346 00000 n 
 0000003388 00000 n 
-0000117615 00000 n 
-0000741407 00000 n 
+0000118088 00000 n 
+0000749956 00000 n 
 0000003437 00000 n 
 0000003496 00000 n 
-0000117744 00000 n 
-0000741275 00000 n 
+0000118217 00000 n 
+0000749824 00000 n 
 0000003545 00000 n 
 0000003578 00000 n 
-0000117873 00000 n 
-0000741210 00000 n 
+0000118346 00000 n 
+0000749759 00000 n 
 0000003632 00000 n 
 0000003681 00000 n 
-0000125183 00000 n 
-0000741078 00000 n 
+0000125674 00000 n 
+0000749627 00000 n 
 0000003730 00000 n 
 0000003758 00000 n 
-0000125312 00000 n 
-0000740960 00000 n 
+0000125803 00000 n 
+0000749509 00000 n 
 0000003812 00000 n 
 0000003881 00000 n 
-0000125441 00000 n 
-0000740881 00000 n 
+0000125932 00000 n 
+0000749430 00000 n 
 0000003940 00000 n 
 0000003988 00000 n 
-0000128293 00000 n 
-0000740802 00000 n 
+0000128724 00000 n 
+0000749351 00000 n 
 0000004047 00000 n 
 0000004092 00000 n 
-0000128422 00000 n 
-0000740709 00000 n 
+0000128853 00000 n 
+0000749258 00000 n 
 0000004146 00000 n 
 0000004214 00000 n 
-0000128551 00000 n 
-0000740616 00000 n 
+0000128982 00000 n 
+0000749165 00000 n 
 0000004268 00000 n 
 0000004338 00000 n 
-0000128680 00000 n 
-0000740523 00000 n 
+0000129111 00000 n 
+0000749072 00000 n 
 0000004392 00000 n 
 0000004455 00000 n 
-0000132601 00000 n 
-0000740430 00000 n 
+0000133032 00000 n 
+0000748979 00000 n 
 0000004509 00000 n 
 0000004564 00000 n 
-0000132730 00000 n 
-0000740351 00000 n 
+0000133161 00000 n 
+0000748900 00000 n 
 0000004618 00000 n 
 0000004650 00000 n 
-0000132859 00000 n 
-0000740258 00000 n 
+0000133290 00000 n 
+0000748807 00000 n 
 0000004699 00000 n 
 0000004727 00000 n 
-0000132988 00000 n 
-0000740165 00000 n 
+0000133419 00000 n 
+0000748714 00000 n 
 0000004776 00000 n 
 0000004808 00000 n 
-0000136765 00000 n 
-0000740033 00000 n 
+0000137196 00000 n 
+0000748582 00000 n 
 0000004857 00000 n 
 0000004887 00000 n 
-0000136894 00000 n 
-0000739954 00000 n 
+0000137325 00000 n 
+0000748503 00000 n 
 0000004941 00000 n 
 0000004982 00000 n 
-0000137023 00000 n 
-0000739861 00000 n 
+0000137454 00000 n 
+0000748410 00000 n 
 0000005036 00000 n 
 0000005078 00000 n 
-0000140484 00000 n 
-0000739782 00000 n 
+0000141049 00000 n 
+0000748331 00000 n 
 0000005132 00000 n 
 0000005177 00000 n 
-0000143559 00000 n 
-0000739664 00000 n 
+0000144495 00000 n 
+0000748213 00000 n 
 0000005226 00000 n 
 0000005272 00000 n 
-0000143688 00000 n 
-0000739585 00000 n 
+0000146096 00000 n 
+0000748134 00000 n 
 0000005326 00000 n 
 0000005386 00000 n 
-0000143816 00000 n 
-0000739506 00000 n 
+0000146225 00000 n 
+0000748055 00000 n 
 0000005440 00000 n 
 0000005509 00000 n 
-0000146298 00000 n 
-0000739373 00000 n 
+0000149032 00000 n 
+0000747922 00000 n 
 0000005556 00000 n 
 0000005609 00000 n 
-0000146427 00000 n 
-0000739294 00000 n 
+0000149161 00000 n 
+0000747843 00000 n 
 0000005658 00000 n 
 0000005714 00000 n 
-0000146556 00000 n 
-0000739215 00000 n 
+0000149290 00000 n 
+0000747764 00000 n 
 0000005763 00000 n 
 0000005812 00000 n 
-0000150740 00000 n 
-0000739082 00000 n 
+0000153474 00000 n 
+0000747631 00000 n 
 0000005859 00000 n 
 0000005911 00000 n 
-0000150869 00000 n 
-0000738964 00000 n 
+0000153603 00000 n 
+0000747513 00000 n 
 0000005960 00000 n 
 0000006011 00000 n 
-0000155559 00000 n 
-0000738846 00000 n 
+0000158293 00000 n 
+0000747395 00000 n 
 0000006065 00000 n 
 0000006110 00000 n 
-0000155687 00000 n 
-0000738767 00000 n 
+0000158421 00000 n 
+0000747316 00000 n 
 0000006169 00000 n 
 0000006203 00000 n 
-0000159308 00000 n 
-0000738688 00000 n 
+0000162042 00000 n 
+0000747237 00000 n 
 0000006262 00000 n 
 0000006310 00000 n 
-0000159436 00000 n 
-0000738570 00000 n 
+0000162170 00000 n 
+0000747119 00000 n 
 0000006364 00000 n 
 0000006404 00000 n 
-0000159565 00000 n 
-0000738491 00000 n 
+0000162299 00000 n 
+0000747040 00000 n 
 0000006463 00000 n 
 0000006497 00000 n 
-0000163504 00000 n 
-0000738412 00000 n 
+0000166238 00000 n 
+0000746961 00000 n 
 0000006556 00000 n 
 0000006604 00000 n 
-0000163633 00000 n 
-0000738279 00000 n 
+0000166367 00000 n 
+0000746828 00000 n 
 0000006653 00000 n 
 0000006703 00000 n 
-0000166453 00000 n 
-0000738200 00000 n 
+0000169187 00000 n 
+0000746749 00000 n 
 0000006757 00000 n 
 0000006804 00000 n 
-0000166581 00000 n 
-0000738107 00000 n 
+0000169315 00000 n 
+0000746656 00000 n 
 0000006858 00000 n 
 0000006918 00000 n 
-0000166840 00000 n 
-0000738014 00000 n 
+0000169574 00000 n 
+0000746563 00000 n 
 0000006972 00000 n 
 0000007024 00000 n 
-0000172189 00000 n 
-0000737921 00000 n 
+0000174923 00000 n 
+0000746470 00000 n 
 0000007078 00000 n 
 0000007143 00000 n 
-0000172318 00000 n 
-0000737828 00000 n 
+0000175052 00000 n 
+0000746377 00000 n 
 0000007197 00000 n 
 0000007248 00000 n 
-0000172447 00000 n 
-0000737735 00000 n 
+0000175181 00000 n 
+0000746284 00000 n 
 0000007302 00000 n 
 0000007366 00000 n 
-0000175899 00000 n 
-0000737642 00000 n 
+0000178633 00000 n 
+0000746191 00000 n 
 0000007420 00000 n 
 0000007467 00000 n 
-0000176028 00000 n 
-0000737549 00000 n 
+0000178762 00000 n 
+0000746098 00000 n 
 0000007521 00000 n 
 0000007581 00000 n 
-0000176157 00000 n 
-0000737456 00000 n 
+0000178891 00000 n 
+0000746005 00000 n 
 0000007635 00000 n 
 0000007686 00000 n 
-0000176286 00000 n 
-0000737324 00000 n 
+0000179020 00000 n 
+0000745873 00000 n 
 0000007741 00000 n 
 0000007806 00000 n 
-0000180517 00000 n 
-0000737245 00000 n 
+0000183251 00000 n 
+0000745794 00000 n 
 0000007866 00000 n 
 0000007913 00000 n 
-0000187075 00000 n 
-0000737152 00000 n 
+0000189809 00000 n 
+0000745701 00000 n 
 0000007973 00000 n 
 0000008021 00000 n 
-0000194627 00000 n 
-0000737073 00000 n 
+0000197361 00000 n 
+0000745622 00000 n 
 0000008081 00000 n 
 0000008135 00000 n 
-0000194886 00000 n 
-0000736980 00000 n 
+0000197620 00000 n 
+0000745529 00000 n 
 0000008190 00000 n 
 0000008240 00000 n 
-0000197709 00000 n 
-0000736887 00000 n 
+0000200443 00000 n 
+0000745436 00000 n 
 0000008295 00000 n 
 0000008358 00000 n 
-0000197838 00000 n 
-0000736794 00000 n 
+0000200572 00000 n 
+0000745343 00000 n 
 0000008413 00000 n 
 0000008465 00000 n 
-0000197967 00000 n 
-0000736701 00000 n 
+0000200701 00000 n 
+0000745250 00000 n 
 0000008520 00000 n 
 0000008585 00000 n 
-0000198096 00000 n 
-0000736608 00000 n 
+0000200830 00000 n 
+0000745157 00000 n 
 0000008640 00000 n 
 0000008692 00000 n 
-0000203976 00000 n 
-0000736475 00000 n 
+0000206840 00000 n 
+0000745024 00000 n 
 0000008747 00000 n 
 0000008812 00000 n 
-0000212370 00000 n 
-0000736396 00000 n 
+0000215241 00000 n 
+0000744945 00000 n 
 0000008872 00000 n 
 0000008916 00000 n 
-0000233628 00000 n 
-0000736303 00000 n 
+0000236497 00000 n 
+0000744852 00000 n 
 0000008976 00000 n 
 0000009015 00000 n 
-0000233757 00000 n 
-0000736210 00000 n 
+0000236626 00000 n 
+0000744759 00000 n 
 0000009075 00000 n 
 0000009122 00000 n 
-0000233886 00000 n 
-0000736117 00000 n 
+0000236755 00000 n 
+0000744666 00000 n 
 0000009182 00000 n 
 0000009225 00000 n 
-0000240979 00000 n 
-0000736024 00000 n 
+0000243668 00000 n 
+0000744573 00000 n 
 0000009285 00000 n 
 0000009324 00000 n 
-0000241107 00000 n 
-0000735931 00000 n 
+0000247184 00000 n 
+0000744480 00000 n 
 0000009384 00000 n 
 0000009426 00000 n 
-0000248082 00000 n 
-0000735838 00000 n 
+0000250363 00000 n 
+0000744387 00000 n 
 0000009486 00000 n 
 0000009529 00000 n 
-0000255955 00000 n 
-0000735745 00000 n 
+0000257930 00000 n 
+0000744294 00000 n 
 0000009589 00000 n 
 0000009632 00000 n 
-0000256084 00000 n 
-0000735652 00000 n 
+0000258059 00000 n 
+0000744201 00000 n 
 0000009692 00000 n 
 0000009753 00000 n 
-0000260235 00000 n 
-0000735559 00000 n 
+0000262252 00000 n 
+0000744108 00000 n 
 0000009814 00000 n 
 0000009866 00000 n 
-0000263744 00000 n 
-0000735466 00000 n 
+0000266146 00000 n 
+0000744015 00000 n 
 0000009927 00000 n 
 0000009980 00000 n 
-0000263873 00000 n 
-0000735373 00000 n 
+0000266275 00000 n 
+0000743922 00000 n 
 0000010041 00000 n 
 0000010079 00000 n 
-0000267780 00000 n 
-0000735280 00000 n 
+0000270312 00000 n 
+0000743829 00000 n 
 0000010140 00000 n 
 0000010192 00000 n 
-0000271179 00000 n 
-0000735187 00000 n 
+0000273468 00000 n 
+0000743736 00000 n 
 0000010253 00000 n 
 0000010297 00000 n 
-0000275345 00000 n 
-0000735094 00000 n 
+0000277402 00000 n 
+0000743643 00000 n 
 0000010358 00000 n 
 0000010394 00000 n 
-0000280135 00000 n 
-0000735001 00000 n 
+0000285611 00000 n 
+0000743550 00000 n 
 0000010455 00000 n 
 0000010518 00000 n 
-0000283544 00000 n 
-0000734908 00000 n 
+0000285740 00000 n 
+0000743457 00000 n 
 0000010579 00000 n 
 0000010629 00000 n 
-0000287237 00000 n 
-0000734829 00000 n 
+0000289496 00000 n 
+0000743378 00000 n 
 0000010690 00000 n 
 0000010746 00000 n 
-0000290642 00000 n 
-0000734736 00000 n 
+0000292740 00000 n 
+0000743285 00000 n 
 0000010801 00000 n 
 0000010852 00000 n 
-0000290771 00000 n 
-0000734643 00000 n 
+0000292869 00000 n 
+0000743192 00000 n 
 0000010907 00000 n 
 0000010971 00000 n 
-0000295142 00000 n 
-0000734550 00000 n 
+0000297630 00000 n 
+0000743099 00000 n 
 0000011026 00000 n 
 0000011090 00000 n 
-0000295271 00000 n 
-0000734457 00000 n 
+0000301399 00000 n 
+0000743006 00000 n 
 0000011145 00000 n 
 0000011222 00000 n 
-0000298928 00000 n 
-0000734364 00000 n 
+0000301528 00000 n 
+0000742913 00000 n 
 0000011277 00000 n 
 0000011334 00000 n 
-0000299057 00000 n 
-0000734271 00000 n 
+0000301657 00000 n 
+0000742820 00000 n 
 0000011389 00000 n 
 0000011459 00000 n 
-0000299186 00000 n 
-0000734178 00000 n 
+0000301786 00000 n 
+0000742727 00000 n 
 0000011514 00000 n 
 0000011563 00000 n 
-0000302629 00000 n 
-0000734085 00000 n 
+0000305229 00000 n 
+0000742634 00000 n 
 0000011618 00000 n 
 0000011680 00000 n 
-0000304248 00000 n 
-0000733992 00000 n 
+0000306854 00000 n 
+0000742541 00000 n 
 0000011735 00000 n 
 0000011784 00000 n 
-0000308427 00000 n 
-0000733874 00000 n 
+0000311033 00000 n 
+0000742423 00000 n 
 0000011839 00000 n 
 0000011901 00000 n 
-0000308556 00000 n 
-0000733795 00000 n 
+0000311162 00000 n 
+0000742344 00000 n 
 0000011961 00000 n 
 0000012000 00000 n 
-0000312881 00000 n 
-0000733702 00000 n 
+0000315487 00000 n 
+0000742251 00000 n 
 0000012060 00000 n 
 0000012094 00000 n 
-0000318771 00000 n 
-0000733609 00000 n 
+0000321377 00000 n 
+0000742158 00000 n 
 0000012154 00000 n 
 0000012195 00000 n 
-0000330157 00000 n 
-0000733530 00000 n 
+0000332763 00000 n 
+0000742079 00000 n 
 0000012255 00000 n 
 0000012307 00000 n 
-0000337397 00000 n 
-0000733398 00000 n 
+0000340003 00000 n 
+0000741947 00000 n 
 0000012356 00000 n 
 0000012389 00000 n 
-0000337526 00000 n 
-0000733280 00000 n 
+0000340132 00000 n 
+0000741829 00000 n 
 0000012443 00000 n 
 0000012515 00000 n 
-0000337654 00000 n 
-0000733201 00000 n 
+0000340260 00000 n 
+0000741750 00000 n 
 0000012574 00000 n 
 0000012618 00000 n 
-0000348444 00000 n 
-0000733122 00000 n 
+0000351050 00000 n 
+0000741671 00000 n 
 0000012677 00000 n 
 0000012730 00000 n 
-0000348831 00000 n 
-0000733029 00000 n 
+0000351437 00000 n 
+0000741578 00000 n 
 0000012784 00000 n 
 0000012834 00000 n 
-0000352195 00000 n 
-0000732936 00000 n 
+0000354801 00000 n 
+0000741485 00000 n 
 0000012888 00000 n 
 0000012926 00000 n 
-0000352454 00000 n 
-0000732843 00000 n 
+0000355060 00000 n 
+0000741392 00000 n 
 0000012980 00000 n 
 0000013029 00000 n 
-0000355319 00000 n 
-0000732711 00000 n 
+0000358145 00000 n 
+0000741260 00000 n 
 0000013083 00000 n 
 0000013135 00000 n 
-0000355447 00000 n 
-0000732632 00000 n 
+0000358274 00000 n 
+0000741181 00000 n 
 0000013194 00000 n 
-0000013246 00000 n 
-0000355576 00000 n 
-0000732539 00000 n 
-0000013305 00000 n 
-0000013358 00000 n 
-0000355705 00000 n 
-0000732460 00000 n 
-0000013417 00000 n 
-0000013466 00000 n 
-0000359352 00000 n 
-0000732367 00000 n 
-0000013520 00000 n 
-0000013600 00000 n 
-0000363488 00000 n 
-0000732288 00000 n 
-0000013654 00000 n 
-0000013703 00000 n 
-0000363617 00000 n 
-0000732170 00000 n 
-0000013752 00000 n 
-0000013792 00000 n 
-0000366917 00000 n 
-0000732091 00000 n 
-0000013851 00000 n 
-0000013898 00000 n 
-0000367046 00000 n 
-0000731973 00000 n 
-0000013952 00000 n 
-0000013997 00000 n 
-0000367175 00000 n 
-0000731894 00000 n 
+0000013239 00000 n 
+0000358403 00000 n 
+0000741088 00000 n 
+0000013298 00000 n 
+0000013350 00000 n 
+0000358532 00000 n 
+0000740995 00000 n 
+0000013409 00000 n 
+0000013462 00000 n 
+0000362179 00000 n 
+0000740916 00000 n 
+0000013521 00000 n 
+0000013570 00000 n 
+0000362307 00000 n 
+0000740823 00000 n 
+0000013624 00000 n 
+0000013704 00000 n 
+0000366071 00000 n 
+0000740744 00000 n 
+0000013758 00000 n 
+0000013807 00000 n 
+0000366200 00000 n 
+0000740626 00000 n 
+0000013856 00000 n 
+0000013896 00000 n 
+0000369640 00000 n 
+0000740547 00000 n 
+0000013955 00000 n 
+0000014002 00000 n 
+0000369769 00000 n 
+0000740429 00000 n 
 0000014056 00000 n 
-0000014115 00000 n 
-0000370864 00000 n 
-0000731801 00000 n 
-0000014174 00000 n 
-0000014238 00000 n 
-0000374585 00000 n 
-0000731708 00000 n 
-0000014297 00000 n 
-0000014353 00000 n 
-0000374843 00000 n 
-0000731615 00000 n 
-0000014412 00000 n 
-0000014470 00000 n 
-0000377514 00000 n 
-0000731536 00000 n 
-0000014529 00000 n 
-0000014591 00000 n 
-0000379759 00000 n 
-0000731403 00000 n 
-0000014638 00000 n 
-0000014690 00000 n 
-0000379888 00000 n 
-0000731324 00000 n 
-0000014739 00000 n 
-0000014783 00000 n 
-0000384086 00000 n 
-0000731192 00000 n 
-0000014832 00000 n 
-0000014873 00000 n 
-0000384215 00000 n 
-0000731113 00000 n 
-0000014927 00000 n 
-0000014975 00000 n 
-0000384343 00000 n 
-0000731034 00000 n 
-0000015029 00000 n 
-0000015080 00000 n 
-0000384472 00000 n 
-0000730955 00000 n 
-0000015129 00000 n 
-0000015176 00000 n 
-0000388739 00000 n 
-0000730822 00000 n 
-0000015223 00000 n 
-0000015260 00000 n 
-0000388868 00000 n 
-0000730704 00000 n 
-0000015309 00000 n 
-0000015348 00000 n 
-0000388997 00000 n 
-0000730639 00000 n 
-0000015402 00000 n 
-0000015480 00000 n 
-0000389126 00000 n 
-0000730546 00000 n 
-0000015529 00000 n 
-0000015596 00000 n 
-0000389255 00000 n 
-0000730467 00000 n 
-0000015645 00000 n 
-0000015690 00000 n 
-0000392694 00000 n 
-0000730334 00000 n 
-0000015738 00000 n 
-0000015770 00000 n 
-0000392823 00000 n 
-0000730216 00000 n 
-0000015819 00000 n 
-0000015858 00000 n 
-0000392952 00000 n 
-0000730151 00000 n 
-0000015912 00000 n 
-0000015973 00000 n 
-0000396633 00000 n 
-0000730019 00000 n 
-0000016022 00000 n 
-0000016079 00000 n 
-0000396762 00000 n 
-0000729954 00000 n 
-0000016133 00000 n 
-0000016182 00000 n 
-0000396891 00000 n 
-0000729836 00000 n 
-0000016231 00000 n 
-0000016293 00000 n 
-0000397020 00000 n 
-0000729757 00000 n 
-0000016347 00000 n 
-0000016402 00000 n 
-0000421042 00000 n 
-0000729664 00000 n 
-0000016456 00000 n 
-0000016497 00000 n 
-0000421171 00000 n 
-0000729585 00000 n 
-0000016551 00000 n 
-0000016603 00000 n 
-0000423902 00000 n 
-0000729465 00000 n 
-0000016651 00000 n 
-0000016685 00000 n 
-0000424031 00000 n 
-0000729386 00000 n 
-0000016734 00000 n 
-0000016761 00000 n 
-0000441854 00000 n 
-0000729293 00000 n 
-0000016810 00000 n 
+0000014101 00000 n 
+0000369898 00000 n 
+0000740350 00000 n 
+0000014160 00000 n 
+0000014219 00000 n 
+0000373654 00000 n 
+0000740257 00000 n 
+0000014278 00000 n 
+0000014342 00000 n 
+0000377121 00000 n 
+0000740164 00000 n 
+0000014401 00000 n 
+0000014457 00000 n 
+0000380138 00000 n 
+0000740071 00000 n 
+0000014516 00000 n 
+0000014574 00000 n 
+0000380396 00000 n 
+0000739992 00000 n 
+0000014633 00000 n 
+0000014695 00000 n 
+0000382641 00000 n 
+0000739859 00000 n 
+0000014742 00000 n 
+0000014794 00000 n 
+0000382770 00000 n 
+0000739780 00000 n 
+0000014843 00000 n 
+0000014887 00000 n 
+0000386969 00000 n 
+0000739648 00000 n 
+0000014936 00000 n 
+0000014977 00000 n 
+0000387098 00000 n 
+0000739569 00000 n 
+0000015031 00000 n 
+0000015079 00000 n 
+0000387226 00000 n 
+0000739490 00000 n 
+0000015133 00000 n 
+0000015184 00000 n 
+0000387355 00000 n 
+0000739411 00000 n 
+0000015233 00000 n 
+0000015280 00000 n 
+0000391622 00000 n 
+0000739278 00000 n 
+0000015327 00000 n 
+0000015364 00000 n 
+0000391751 00000 n 
+0000739160 00000 n 
+0000015413 00000 n 
+0000015452 00000 n 
+0000391880 00000 n 
+0000739095 00000 n 
+0000015506 00000 n 
+0000015584 00000 n 
+0000392009 00000 n 
+0000739002 00000 n 
+0000015633 00000 n 
+0000015700 00000 n 
+0000392138 00000 n 
+0000738923 00000 n 
+0000015749 00000 n 
+0000015794 00000 n 
+0000395578 00000 n 
+0000738790 00000 n 
+0000015842 00000 n 
+0000015874 00000 n 
+0000395707 00000 n 
+0000738672 00000 n 
+0000015923 00000 n 
+0000015962 00000 n 
+0000395836 00000 n 
+0000738607 00000 n 
+0000016016 00000 n 
+0000016077 00000 n 
+0000399517 00000 n 
+0000738475 00000 n 
+0000016126 00000 n 
+0000016183 00000 n 
+0000399646 00000 n 
+0000738410 00000 n 
+0000016237 00000 n 
+0000016286 00000 n 
+0000399775 00000 n 
+0000738292 00000 n 
+0000016335 00000 n 
+0000016397 00000 n 
+0000399904 00000 n 
+0000738213 00000 n 
+0000016451 00000 n 
+0000016506 00000 n 
+0000423926 00000 n 
+0000738120 00000 n 
+0000016560 00000 n 
+0000016601 00000 n 
+0000424055 00000 n 
+0000738041 00000 n 
+0000016655 00000 n 
+0000016707 00000 n 
+0000426786 00000 n 
+0000737921 00000 n 
+0000016755 00000 n 
+0000016789 00000 n 
+0000426915 00000 n 
+0000737842 00000 n 
 0000016838 00000 n 
-0000449343 00000 n 
-0000729200 00000 n 
-0000016887 00000 n 
-0000016927 00000 n 
-0000452138 00000 n 
-0000729107 00000 n 
-0000016976 00000 n 
-0000017019 00000 n 
-0000458062 00000 n 
-0000729014 00000 n 
-0000017068 00000 n 
-0000017105 00000 n 
-0000464564 00000 n 
-0000728921 00000 n 
-0000017154 00000 n 
-0000017193 00000 n 
-0000476717 00000 n 
-0000728828 00000 n 
-0000017242 00000 n 
-0000017281 00000 n 
-0000480140 00000 n 
-0000728735 00000 n 
-0000017330 00000 n 
-0000017369 00000 n 
-0000486583 00000 n 
-0000728642 00000 n 
-0000017418 00000 n 
-0000017447 00000 n 
-0000496757 00000 n 
-0000728549 00000 n 
-0000017497 00000 n 
-0000017530 00000 n 
-0000506693 00000 n 
-0000728456 00000 n 
-0000017580 00000 n 
-0000017609 00000 n 
-0000513987 00000 n 
-0000728363 00000 n 
-0000017659 00000 n 
-0000017693 00000 n 
-0000519675 00000 n 
-0000728284 00000 n 
-0000017743 00000 n 
-0000017780 00000 n 
-0000018149 00000 n 
-0000018271 00000 n 
-0000026100 00000 n 
-0000017833 00000 n 
-0000025974 00000 n 
-0000026037 00000 n 
-0000723763 00000 n 
-0000697820 00000 n 
-0000723589 00000 n 
-0000724788 00000 n 
-0000021134 00000 n 
-0000021351 00000 n 
-0000021420 00000 n 
-0000021489 00000 n 
-0000021557 00000 n 
-0000021625 00000 n 
-0000021674 00000 n 
-0000021721 00000 n 
-0000022054 00000 n 
-0000022076 00000 n 
-0000022244 00000 n 
-0000022409 00000 n 
-0000022578 00000 n 
-0000022757 00000 n 
-0000023066 00000 n 
-0000023226 00000 n 
-0000027466 00000 n 
-0000027281 00000 n 
-0000026200 00000 n 
-0000027403 00000 n 
-0000696599 00000 n 
-0000670078 00000 n 
-0000696425 00000 n 
-0000669393 00000 n 
-0000667249 00000 n 
-0000669229 00000 n 
-0000039173 00000 n 
-0000030522 00000 n 
-0000027551 00000 n 
-0000039047 00000 n 
-0000039110 00000 n 
-0000031056 00000 n 
-0000031210 00000 n 
-0000031367 00000 n 
-0000031524 00000 n 
-0000031680 00000 n 
-0000031837 00000 n 
-0000031999 00000 n 
-0000032160 00000 n 
-0000032321 00000 n 
-0000032483 00000 n 
-0000032650 00000 n 
-0000032817 00000 n 
-0000032982 00000 n 
-0000033144 00000 n 
-0000033310 00000 n 
-0000033471 00000 n 
-0000033626 00000 n 
-0000033783 00000 n 
-0000033939 00000 n 
-0000034096 00000 n 
-0000034253 00000 n 
-0000034410 00000 n 
-0000034564 00000 n 
-0000034720 00000 n 
-0000034882 00000 n 
-0000035044 00000 n 
-0000035200 00000 n 
-0000035357 00000 n 
-0000035519 00000 n 
-0000035686 00000 n 
-0000035852 00000 n 
-0000036013 00000 n 
-0000036168 00000 n 
-0000036325 00000 n 
-0000036482 00000 n 
-0000036644 00000 n 
-0000036801 00000 n 
-0000036958 00000 n 
-0000037120 00000 n 
-0000037277 00000 n 
-0000037439 00000 n 
-0000037606 00000 n 
-0000037772 00000 n 
-0000037934 00000 n 
-0000038096 00000 n 
-0000038258 00000 n 
-0000038420 00000 n 
-0000038582 00000 n 
-0000038737 00000 n 
-0000038892 00000 n 
-0000052547 00000 n 
-0000042497 00000 n 
-0000039258 00000 n 
-0000052484 00000 n 
-0000666698 00000 n 
-0000649617 00000 n 
-0000666514 00000 n 
-0000043087 00000 n 
-0000043250 00000 n 
-0000043412 00000 n 
-0000043575 00000 n 
-0000043733 00000 n 
-0000043896 00000 n 
-0000044059 00000 n 
-0000044214 00000 n 
-0000044372 00000 n 
-0000044530 00000 n 
-0000044686 00000 n 
-0000044844 00000 n 
-0000045007 00000 n 
-0000045175 00000 n 
-0000045343 00000 n 
-0000045506 00000 n 
-0000045674 00000 n 
-0000045842 00000 n 
-0000046000 00000 n 
-0000046163 00000 n 
-0000046326 00000 n 
-0000046488 00000 n 
-0000046650 00000 n 
-0000046813 00000 n 
-0000046975 00000 n 
-0000047137 00000 n 
-0000047300 00000 n 
-0000047463 00000 n 
-0000047626 00000 n 
-0000047795 00000 n 
-0000047964 00000 n 
-0000048133 00000 n 
-0000048296 00000 n 
-0000048460 00000 n 
-0000048624 00000 n 
-0000048787 00000 n 
-0000048951 00000 n 
-0000049115 00000 n 
-0000049283 00000 n 
-0000049452 00000 n 
-0000049621 00000 n 
-0000049790 00000 n 
-0000049959 00000 n 
-0000050128 00000 n 
-0000050297 00000 n 
-0000050466 00000 n 
-0000050635 00000 n 
-0000050805 00000 n 
-0000050975 00000 n 
-0000051145 00000 n 
-0000051315 00000 n 
-0000051485 00000 n 
-0000051655 00000 n 
-0000051824 00000 n 
-0000051994 00000 n 
-0000052161 00000 n 
-0000052322 00000 n 
-0000065709 00000 n 
-0000056176 00000 n 
-0000052645 00000 n 
-0000065646 00000 n 
-0000056750 00000 n 
-0000056913 00000 n 
-0000057076 00000 n 
-0000057239 00000 n 
-0000057402 00000 n 
-0000057565 00000 n 
-0000057728 00000 n 
-0000057890 00000 n 
-0000058051 00000 n 
-0000058218 00000 n 
-0000058386 00000 n 
-0000058554 00000 n 
-0000058722 00000 n 
-0000058879 00000 n 
-0000059039 00000 n 
-0000059205 00000 n 
-0000059372 00000 n 
-0000059534 00000 n 
-0000059696 00000 n 
-0000059858 00000 n 
-0000060019 00000 n 
-0000060185 00000 n 
-0000060352 00000 n 
-0000060519 00000 n 
-0000060681 00000 n 
-0000060843 00000 n 
-0000061000 00000 n 
-0000061167 00000 n 
-0000061329 00000 n 
-0000061496 00000 n 
-0000061663 00000 n 
-0000061830 00000 n 
-0000648728 00000 n 
-0000627397 00000 n 
-0000648554 00000 n 
-0000061997 00000 n 
-0000062164 00000 n 
-0000062318 00000 n 
-0000062475 00000 n 
-0000062632 00000 n 
-0000062794 00000 n 
-0000062956 00000 n 
-0000063113 00000 n 
-0000063268 00000 n 
-0000063425 00000 n 
-0000063587 00000 n 
-0000063744 00000 n 
-0000063901 00000 n 
-0000064057 00000 n 
-0000064214 00000 n 
-0000064376 00000 n 
-0000064533 00000 n 
-0000064695 00000 n 
-0000064852 00000 n 
-0000065014 00000 n 
-0000065176 00000 n 
-0000065337 00000 n 
-0000065491 00000 n 
-0000068921 00000 n 
-0000066744 00000 n 
-0000065820 00000 n 
-0000068858 00000 n 
-0000066974 00000 n 
-0000067131 00000 n 
-0000067288 00000 n 
-0000067444 00000 n 
-0000067601 00000 n 
-0000067758 00000 n 
-0000067915 00000 n 
-0000068072 00000 n 
-0000068229 00000 n 
-0000068385 00000 n 
-0000626431 00000 n 
-0000606464 00000 n 
-0000626258 00000 n 
-0000068543 00000 n 
-0000068700 00000 n 
-0000072084 00000 n 
-0000071274 00000 n 
+0000016865 00000 n 
+0000444739 00000 n 
+0000737749 00000 n 
+0000016914 00000 n 
+0000016942 00000 n 
+0000452228 00000 n 
+0000737656 00000 n 
+0000016991 00000 n 
+0000017031 00000 n 
+0000455023 00000 n 
+0000737563 00000 n 
+0000017080 00000 n 
+0000017123 00000 n 
+0000461204 00000 n 
+0000737470 00000 n 
+0000017172 00000 n 
+0000017209 00000 n 
+0000467829 00000 n 
+0000737377 00000 n 
+0000017258 00000 n 
+0000017297 00000 n 
+0000480210 00000 n 
+0000737284 00000 n 
+0000017346 00000 n 
+0000017385 00000 n 
+0000483306 00000 n 
+0000737191 00000 n 
+0000017434 00000 n 
+0000017473 00000 n 
+0000489586 00000 n 
+0000737098 00000 n 
+0000017522 00000 n 
+0000017551 00000 n 
+0000499397 00000 n 
+0000737005 00000 n 
+0000017601 00000 n 
+0000017634 00000 n 
+0000513699 00000 n 
+0000736912 00000 n 
+0000017684 00000 n 
+0000017713 00000 n 
+0000516926 00000 n 
+0000736819 00000 n 
+0000017763 00000 n 
+0000017797 00000 n 
+0000522834 00000 n 
+0000736740 00000 n 
+0000017847 00000 n 
+0000017884 00000 n 
+0000018253 00000 n 
+0000018375 00000 n 
+0000026204 00000 n 
+0000017937 00000 n 
+0000026078 00000 n 
+0000026141 00000 n 
+0000732191 00000 n 
+0000706248 00000 n 
+0000732017 00000 n 
+0000733216 00000 n 
+0000021238 00000 n 
+0000021455 00000 n 
+0000021524 00000 n 
+0000021593 00000 n 
+0000021661 00000 n 
+0000021729 00000 n 
+0000021778 00000 n 
+0000021825 00000 n 
+0000022158 00000 n 
+0000022180 00000 n 
+0000022348 00000 n 
+0000022513 00000 n 
+0000022682 00000 n 
+0000022861 00000 n 
+0000023170 00000 n 
+0000023330 00000 n 
+0000027570 00000 n 
+0000027385 00000 n 
+0000026304 00000 n 
+0000027507 00000 n 
+0000705027 00000 n 
+0000678506 00000 n 
+0000704853 00000 n 
+0000677821 00000 n 
+0000675676 00000 n 
+0000677657 00000 n 
+0000039277 00000 n 
+0000030626 00000 n 
+0000027655 00000 n 
+0000039151 00000 n 
+0000039214 00000 n 
+0000031160 00000 n 
+0000031314 00000 n 
+0000031471 00000 n 
+0000031628 00000 n 
+0000031784 00000 n 
+0000031941 00000 n 
+0000032103 00000 n 
+0000032264 00000 n 
+0000032425 00000 n 
+0000032587 00000 n 
+0000032754 00000 n 
+0000032921 00000 n 
+0000033086 00000 n 
+0000033248 00000 n 
+0000033414 00000 n 
+0000033575 00000 n 
+0000033730 00000 n 
+0000033887 00000 n 
+0000034043 00000 n 
+0000034200 00000 n 
+0000034357 00000 n 
+0000034514 00000 n 
+0000034668 00000 n 
+0000034824 00000 n 
+0000034986 00000 n 
+0000035148 00000 n 
+0000035304 00000 n 
+0000035461 00000 n 
+0000035623 00000 n 
+0000035790 00000 n 
+0000035956 00000 n 
+0000036117 00000 n 
+0000036272 00000 n 
+0000036429 00000 n 
+0000036586 00000 n 
+0000036748 00000 n 
+0000036905 00000 n 
+0000037062 00000 n 
+0000037224 00000 n 
+0000037381 00000 n 
+0000037543 00000 n 
+0000037710 00000 n 
+0000037876 00000 n 
+0000038038 00000 n 
+0000038200 00000 n 
+0000038362 00000 n 
+0000038524 00000 n 
+0000038686 00000 n 
+0000038841 00000 n 
+0000038996 00000 n 
+0000052649 00000 n 
+0000042603 00000 n 
+0000039362 00000 n 
+0000052586 00000 n 
+0000675125 00000 n 
+0000658044 00000 n 
+0000674941 00000 n 
+0000043193 00000 n 
+0000043356 00000 n 
+0000043518 00000 n 
+0000043681 00000 n 
+0000043839 00000 n 
+0000044002 00000 n 
+0000044165 00000 n 
+0000044320 00000 n 
+0000044478 00000 n 
+0000044636 00000 n 
+0000044792 00000 n 
+0000044950 00000 n 
+0000045113 00000 n 
+0000045281 00000 n 
+0000045449 00000 n 
+0000045612 00000 n 
+0000045780 00000 n 
+0000045948 00000 n 
+0000046105 00000 n 
+0000046268 00000 n 
+0000046431 00000 n 
+0000046593 00000 n 
+0000046755 00000 n 
+0000046918 00000 n 
+0000047080 00000 n 
+0000047242 00000 n 
+0000047405 00000 n 
+0000047568 00000 n 
+0000047731 00000 n 
+0000047899 00000 n 
+0000048068 00000 n 
+0000048237 00000 n 
+0000048400 00000 n 
+0000048564 00000 n 
+0000048728 00000 n 
+0000048891 00000 n 
+0000049055 00000 n 
+0000049219 00000 n 
+0000049388 00000 n 
+0000049557 00000 n 
+0000049726 00000 n 
+0000049895 00000 n 
+0000050064 00000 n 
+0000050233 00000 n 
+0000050402 00000 n 
+0000050571 00000 n 
+0000050740 00000 n 
+0000050910 00000 n 
+0000051080 00000 n 
+0000051249 00000 n 
+0000051419 00000 n 
+0000051589 00000 n 
+0000051757 00000 n 
+0000051926 00000 n 
+0000052096 00000 n 
+0000052263 00000 n 
+0000052424 00000 n 
+0000065826 00000 n 
+0000056283 00000 n 
+0000052747 00000 n 
+0000065763 00000 n 
+0000056857 00000 n 
+0000057020 00000 n 
+0000057183 00000 n 
+0000057346 00000 n 
+0000057509 00000 n 
+0000057672 00000 n 
+0000057835 00000 n 
+0000057997 00000 n 
+0000058160 00000 n 
+0000058328 00000 n 
+0000058496 00000 n 
+0000058664 00000 n 
+0000058832 00000 n 
+0000058989 00000 n 
+0000059149 00000 n 
+0000059315 00000 n 
+0000059482 00000 n 
+0000059644 00000 n 
+0000059806 00000 n 
+0000059967 00000 n 
+0000060128 00000 n 
+0000060294 00000 n 
+0000060461 00000 n 
+0000060628 00000 n 
+0000060795 00000 n 
+0000060957 00000 n 
+0000061119 00000 n 
+0000061276 00000 n 
+0000061443 00000 n 
+0000061605 00000 n 
+0000061772 00000 n 
+0000061939 00000 n 
+0000062106 00000 n 
+0000657155 00000 n 
+0000635823 00000 n 
+0000656981 00000 n 
+0000062273 00000 n 
+0000062439 00000 n 
+0000062594 00000 n 
+0000062750 00000 n 
+0000062906 00000 n 
+0000063068 00000 n 
+0000063230 00000 n 
+0000063387 00000 n 
+0000063542 00000 n 
+0000063699 00000 n 
+0000063861 00000 n 
+0000064018 00000 n 
+0000064175 00000 n 
+0000064331 00000 n 
+0000064488 00000 n 
+0000064650 00000 n 
+0000064807 00000 n 
+0000064969 00000 n 
+0000065126 00000 n 
+0000065288 00000 n 
+0000065449 00000 n 
+0000065609 00000 n 
+0000069240 00000 n 
+0000066898 00000 n 
+0000065937 00000 n 
+0000069177 00000 n 
+0000067136 00000 n 
+0000067293 00000 n 
+0000067450 00000 n 
+0000067605 00000 n 
+0000067762 00000 n 
+0000067919 00000 n 
+0000068076 00000 n 
+0000068233 00000 n 
+0000068390 00000 n 
+0000068546 00000 n 
+0000068704 00000 n 
+0000634857 00000 n 
+0000614890 00000 n 
+0000634684 00000 n 
+0000068861 00000 n 
 0000069019 00000 n 
-0000071396 00000 n 
-0000071520 00000 n 
-0000071645 00000 n 
-0000071770 00000 n 
-0000071895 00000 n 
-0000071958 00000 n 
-0000072021 00000 n 
-0000605670 00000 n 
-0000587353 00000 n 
-0000605497 00000 n 
-0000724906 00000 n 
-0000076655 00000 n 
-0000075475 00000 n 
-0000072208 00000 n 
-0000075969 00000 n 
-0000076032 00000 n 
-0000076095 00000 n 
-0000076219 00000 n 
-0000076344 00000 n 
-0000076469 00000 n 
-0000075625 00000 n 
-0000075818 00000 n 
-0000076592 00000 n 
-0000337590 00000 n 
-0000397084 00000 n 
-0000081310 00000 n 
-0000080274 00000 n 
-0000076779 00000 n 
-0000080747 00000 n 
-0000080872 00000 n 
-0000080424 00000 n 
-0000080586 00000 n 
-0000080997 00000 n 
-0000081122 00000 n 
-0000081247 00000 n 
-0000097234 00000 n 
-0000084532 00000 n 
-0000083972 00000 n 
-0000081434 00000 n 
-0000084094 00000 n 
-0000084219 00000 n 
-0000084344 00000 n 
-0000084469 00000 n 
-0000087959 00000 n 
-0000086818 00000 n 
-0000084643 00000 n 
-0000087272 00000 n 
-0000087397 00000 n 
-0000087522 00000 n 
-0000087647 00000 n 
-0000087772 00000 n 
-0000086968 00000 n 
-0000087120 00000 n 
-0000087896 00000 n 
-0000287301 00000 n 
-0000089040 00000 n 
-0000088729 00000 n 
-0000088044 00000 n 
-0000088851 00000 n 
-0000088976 00000 n 
-0000091137 00000 n 
-0000090434 00000 n 
-0000089138 00000 n 
-0000090560 00000 n 
-0000090688 00000 n 
-0000090815 00000 n 
-0000090943 00000 n 
-0000091072 00000 n 
-0000725024 00000 n 
-0000094066 00000 n 
-0000093177 00000 n 
-0000091236 00000 n 
-0000093485 00000 n 
-0000093614 00000 n 
-0000093679 00000 n 
-0000093744 00000 n 
-0000093324 00000 n 
-0000093873 00000 n 
-0000094002 00000 n 
-0000271243 00000 n 
-0000097427 00000 n 
-0000096979 00000 n 
-0000094178 00000 n 
-0000097105 00000 n 
-0000586678 00000 n 
-0000574689 00000 n 
-0000586499 00000 n 
-0000097362 00000 n 
-0000101249 00000 n 
-0000101058 00000 n 
-0000097553 00000 n 
-0000101184 00000 n 
-0000574148 00000 n 
-0000564404 00000 n 
-0000573969 00000 n 
-0000105860 00000 n 
-0000105461 00000 n 
-0000101415 00000 n 
-0000105795 00000 n 
-0000105608 00000 n 
-0000172253 00000 n 
-0000108206 00000 n 
-0000107756 00000 n 
-0000105999 00000 n 
-0000107882 00000 n 
-0000108011 00000 n 
-0000108076 00000 n 
-0000108141 00000 n 
-0000110935 00000 n 
-0000113482 00000 n 
-0000110779 00000 n 
-0000108331 00000 n 
-0000112901 00000 n 
-0000113030 00000 n 
-0000113159 00000 n 
-0000112578 00000 n 
-0000112740 00000 n 
-0000563534 00000 n 
-0000554114 00000 n 
-0000563360 00000 n 
-0000553550 00000 n 
-0000544464 00000 n 
-0000553375 00000 n 
-0000113288 00000 n 
-0000113417 00000 n 
-0000725149 00000 n 
-0000112407 00000 n 
-0000112465 00000 n 
-0000112555 00000 n 
-0000212434 00000 n 
-0000248146 00000 n 
-0000118002 00000 n 
-0000117067 00000 n 
-0000113638 00000 n 
-0000117550 00000 n 
-0000117679 00000 n 
-0000117223 00000 n 
-0000117388 00000 n 
-0000117808 00000 n 
-0000117937 00000 n 
-0000401111 00000 n 
-0000121616 00000 n 
-0000121236 00000 n 
-0000118154 00000 n 
-0000121551 00000 n 
-0000121383 00000 n 
-0000122866 00000 n 
-0000122675 00000 n 
-0000121741 00000 n 
-0000122801 00000 n 
-0000125569 00000 n 
-0000124992 00000 n 
-0000122965 00000 n 
-0000125118 00000 n 
-0000125247 00000 n 
-0000125376 00000 n 
-0000125505 00000 n 
-0000128809 00000 n 
-0000128102 00000 n 
-0000125707 00000 n 
-0000128228 00000 n 
-0000128357 00000 n 
-0000128486 00000 n 
-0000128615 00000 n 
-0000128744 00000 n 
-0000133116 00000 n 
-0000132218 00000 n 
-0000128934 00000 n 
-0000132536 00000 n 
-0000132665 00000 n 
-0000132365 00000 n 
-0000132794 00000 n 
-0000132923 00000 n 
-0000133051 00000 n 
-0000725274 00000 n 
-0000330221 00000 n 
-0000137152 00000 n 
-0000136574 00000 n 
-0000133241 00000 n 
-0000136700 00000 n 
-0000136829 00000 n 
-0000136958 00000 n 
-0000137087 00000 n 
-0000140613 00000 n 
-0000140293 00000 n 
-0000137290 00000 n 
-0000140419 00000 n 
-0000140548 00000 n 
-0000143945 00000 n 
-0000143186 00000 n 
-0000140725 00000 n 
-0000143494 00000 n 
-0000143623 00000 n 
-0000143333 00000 n 
-0000143752 00000 n 
-0000143880 00000 n 
-0000396826 00000 n 
-0000146685 00000 n 
-0000146107 00000 n 
-0000144113 00000 n 
-0000146233 00000 n 
-0000146362 00000 n 
-0000146491 00000 n 
-0000146620 00000 n 
-0000147125 00000 n 
-0000146934 00000 n 
-0000146784 00000 n 
-0000147060 00000 n 
-0000151127 00000 n 
-0000150361 00000 n 
-0000147167 00000 n 
-0000150675 00000 n 
-0000150804 00000 n 
-0000150932 00000 n 
-0000150997 00000 n 
-0000151062 00000 n 
-0000150508 00000 n 
-0000725399 00000 n 
-0000155623 00000 n 
-0000155815 00000 n 
-0000155368 00000 n 
-0000151226 00000 n 
-0000155494 00000 n 
-0000155750 00000 n 
-0000159694 00000 n 
-0000159117 00000 n 
-0000155940 00000 n 
-0000159243 00000 n 
-0000159371 00000 n 
-0000159500 00000 n 
-0000159629 00000 n 
-0000162513 00000 n 
-0000163892 00000 n 
-0000162387 00000 n 
-0000159832 00000 n 
-0000163439 00000 n 
-0000163568 00000 n 
-0000163697 00000 n 
-0000163762 00000 n 
-0000163827 00000 n 
-0000166969 00000 n 
-0000166262 00000 n 
-0000164047 00000 n 
-0000166388 00000 n 
-0000166517 00000 n 
-0000166645 00000 n 
-0000166710 00000 n 
-0000166775 00000 n 
-0000166904 00000 n 
-0000172576 00000 n 
-0000171658 00000 n 
-0000167081 00000 n 
-0000172124 00000 n 
-0000171814 00000 n 
-0000171965 00000 n 
-0000172382 00000 n 
-0000172511 00000 n 
-0000523089 00000 n 
-0000176415 00000 n 
-0000175144 00000 n 
-0000172714 00000 n 
-0000175834 00000 n 
-0000175963 00000 n 
-0000176092 00000 n 
-0000175309 00000 n 
-0000175461 00000 n 
-0000175647 00000 n 
-0000176221 00000 n 
-0000176350 00000 n 
-0000725524 00000 n 
-0000180646 00000 n 
-0000180326 00000 n 
-0000176541 00000 n 
-0000180452 00000 n 
-0000180581 00000 n 
-0000184122 00000 n 
-0000183743 00000 n 
-0000180771 00000 n 
-0000184057 00000 n 
-0000183890 00000 n 
-0000187139 00000 n 
-0000187334 00000 n 
-0000186884 00000 n 
-0000184234 00000 n 
-0000187010 00000 n 
-0000187204 00000 n 
-0000187269 00000 n 
-0000190703 00000 n 
-0000190512 00000 n 
-0000187446 00000 n 
-0000190638 00000 n 
-0000195014 00000 n 
-0000194436 00000 n 
-0000190815 00000 n 
-0000194562 00000 n 
-0000194691 00000 n 
-0000194756 00000 n 
-0000194821 00000 n 
-0000194950 00000 n 
-0000198225 00000 n 
-0000197183 00000 n 
-0000195126 00000 n 
-0000197644 00000 n 
-0000197773 00000 n 
-0000197339 00000 n 
-0000197491 00000 n 
-0000197902 00000 n 
-0000198031 00000 n 
-0000198160 00000 n 
-0000725649 00000 n 
-0000199777 00000 n 
-0000199586 00000 n 
-0000198337 00000 n 
-0000199712 00000 n 
-0000201300 00000 n 
-0000201109 00000 n 
-0000199876 00000 n 
-0000201235 00000 n 
-0000204105 00000 n 
-0000203785 00000 n 
-0000201399 00000 n 
-0000203911 00000 n 
-0000204040 00000 n 
-0000208528 00000 n 
-0000208159 00000 n 
-0000204243 00000 n 
-0000208463 00000 n 
-0000208306 00000 n 
-0000366981 00000 n 
-0000212499 00000 n 
-0000212179 00000 n 
-0000208640 00000 n 
-0000212305 00000 n 
-0000216337 00000 n 
-0000216017 00000 n 
-0000212624 00000 n 
-0000216143 00000 n 
-0000216208 00000 n 
-0000216272 00000 n 
-0000725774 00000 n 
-0000221633 00000 n 
-0000220341 00000 n 
-0000216462 00000 n 
-0000221568 00000 n 
-0000220533 00000 n 
-0000220687 00000 n 
-0000220842 00000 n 
-0000221027 00000 n 
-0000221201 00000 n 
-0000221386 00000 n 
-0000290835 00000 n 
-0000225939 00000 n 
-0000225748 00000 n 
-0000221814 00000 n 
-0000225874 00000 n 
-0000229702 00000 n 
-0000229511 00000 n 
-0000226064 00000 n 
-0000229637 00000 n 
-0000234015 00000 n 
-0000233073 00000 n 
-0000229814 00000 n 
-0000233563 00000 n 
-0000233692 00000 n 
-0000233229 00000 n 
-0000233821 00000 n 
-0000233950 00000 n 
-0000233397 00000 n 
-0000304312 00000 n 
-0000237811 00000 n 
-0000237249 00000 n 
-0000234127 00000 n 
-0000237746 00000 n 
-0000237405 00000 n 
-0000237576 00000 n 
-0000384536 00000 n 
-0000241235 00000 n 
-0000240788 00000 n 
-0000237980 00000 n 
-0000240914 00000 n 
-0000241042 00000 n 
-0000241171 00000 n 
-0000725899 00000 n 
-0000244802 00000 n 
-0000244611 00000 n 
-0000241360 00000 n 
-0000244737 00000 n 
-0000248211 00000 n 
-0000247891 00000 n 
-0000244971 00000 n 
-0000248017 00000 n 
-0000251891 00000 n 
-0000251700 00000 n 
-0000248367 00000 n 
-0000251826 00000 n 
-0000256213 00000 n 
-0000255399 00000 n 
-0000252060 00000 n 
-0000255890 00000 n 
-0000256019 00000 n 
-0000255555 00000 n 
-0000256148 00000 n 
-0000255715 00000 n 
-0000260364 00000 n 
-0000259868 00000 n 
-0000256368 00000 n 
-0000260170 00000 n 
-0000260299 00000 n 
-0000260015 00000 n 
-0000264002 00000 n 
-0000263553 00000 n 
-0000260489 00000 n 
-0000263679 00000 n 
-0000263808 00000 n 
-0000263937 00000 n 
-0000726024 00000 n 
-0000267909 00000 n 
-0000267242 00000 n 
-0000264157 00000 n 
-0000267715 00000 n 
-0000267844 00000 n 
-0000267398 00000 n 
-0000267560 00000 n 
-0000271438 00000 n 
-0000270798 00000 n 
-0000268078 00000 n 
-0000271114 00000 n 
-0000270945 00000 n 
-0000271308 00000 n 
-0000271373 00000 n 
-0000275474 00000 n 
-0000274971 00000 n 
-0000271621 00000 n 
-0000275280 00000 n 
-0000275409 00000 n 
-0000275118 00000 n 
-0000280264 00000 n 
-0000279585 00000 n 
-0000275642 00000 n 
-0000280070 00000 n 
-0000279741 00000 n 
-0000544109 00000 n 
-0000542110 00000 n 
-0000543944 00000 n 
-0000280199 00000 n 
-0000279902 00000 n 
-0000363552 00000 n 
-0000299250 00000 n 
-0000283673 00000 n 
-0000283353 00000 n 
-0000280390 00000 n 
-0000283479 00000 n 
-0000283608 00000 n 
-0000287365 00000 n 
-0000287046 00000 n 
-0000283798 00000 n 
-0000287172 00000 n 
-0000726149 00000 n 
-0000290900 00000 n 
-0000290451 00000 n 
-0000287507 00000 n 
-0000290577 00000 n 
-0000290706 00000 n 
-0000295399 00000 n 
-0000294607 00000 n 
-0000291012 00000 n 
-0000295077 00000 n 
-0000294763 00000 n 
-0000294915 00000 n 
-0000295206 00000 n 
-0000295335 00000 n 
-0000299315 00000 n 
-0000298562 00000 n 
-0000295511 00000 n 
-0000298863 00000 n 
-0000298992 00000 n 
-0000299121 00000 n 
-0000298709 00000 n 
-0000302758 00000 n 
-0000302438 00000 n 
-0000299427 00000 n 
-0000302564 00000 n 
-0000302693 00000 n 
-0000304377 00000 n 
-0000304057 00000 n 
-0000302870 00000 n 
-0000304183 00000 n 
-0000305902 00000 n 
-0000305711 00000 n 
-0000304489 00000 n 
-0000305837 00000 n 
-0000726274 00000 n 
-0000308815 00000 n 
-0000308236 00000 n 
-0000306001 00000 n 
-0000308362 00000 n 
-0000308491 00000 n 
-0000308620 00000 n 
-0000308685 00000 n 
-0000308750 00000 n 
-0000313010 00000 n 
-0000312501 00000 n 
-0000308927 00000 n 
-0000312816 00000 n 
-0000312648 00000 n 
-0000312945 00000 n 
-0000523056 00000 n 
-0000318900 00000 n 
-0000316165 00000 n 
-0000313122 00000 n 
-0000318706 00000 n 
-0000318835 00000 n 
-0000316429 00000 n 
-0000316591 00000 n 
-0000316753 00000 n 
-0000316914 00000 n 
-0000317074 00000 n 
-0000317236 00000 n 
-0000317407 00000 n 
-0000317569 00000 n 
-0000317731 00000 n 
-0000317894 00000 n 
-0000318057 00000 n 
-0000318220 00000 n 
-0000318383 00000 n 
-0000318546 00000 n 
-0000324121 00000 n 
-0000322204 00000 n 
-0000319012 00000 n 
-0000324056 00000 n 
-0000322432 00000 n 
-0000322595 00000 n 
-0000322762 00000 n 
-0000322931 00000 n 
-0000323093 00000 n 
-0000323254 00000 n 
-0000323416 00000 n 
-0000323577 00000 n 
-0000323740 00000 n 
-0000323893 00000 n 
-0000330286 00000 n 
-0000327279 00000 n 
-0000324246 00000 n 
-0000330092 00000 n 
-0000327561 00000 n 
-0000327714 00000 n 
-0000327868 00000 n 
-0000328019 00000 n 
-0000328173 00000 n 
-0000328334 00000 n 
-0000328496 00000 n 
-0000328658 00000 n 
-0000328820 00000 n 
-0000328982 00000 n 
-0000329144 00000 n 
-0000329306 00000 n 
-0000329458 00000 n 
-0000329621 00000 n 
-0000329776 00000 n 
-0000329938 00000 n 
-0000333816 00000 n 
-0000333495 00000 n 
-0000330398 00000 n 
-0000333621 00000 n 
-0000333686 00000 n 
-0000333751 00000 n 
-0000726399 00000 n 
-0000338041 00000 n 
-0000336845 00000 n 
-0000333985 00000 n 
-0000337332 00000 n 
-0000337461 00000 n 
-0000337718 00000 n 
-0000337001 00000 n 
-0000337171 00000 n 
-0000337783 00000 n 
-0000337848 00000 n 
-0000337913 00000 n 
-0000337977 00000 n 
-0000341388 00000 n 
-0000341197 00000 n 
-0000338223 00000 n 
-0000341323 00000 n 
-0000345128 00000 n 
-0000344807 00000 n 
-0000341474 00000 n 
-0000344933 00000 n 
-0000344998 00000 n 
-0000345063 00000 n 
-0000348960 00000 n 
-0000348253 00000 n 
-0000345240 00000 n 
-0000348379 00000 n 
-0000348508 00000 n 
-0000348571 00000 n 
-0000348636 00000 n 
-0000348701 00000 n 
-0000348766 00000 n 
-0000348895 00000 n 
-0000352712 00000 n 
-0000351874 00000 n 
-0000349072 00000 n 
-0000352000 00000 n 
-0000352065 00000 n 
-0000352130 00000 n 
-0000352259 00000 n 
-0000352324 00000 n 
-0000352389 00000 n 
-0000352518 00000 n 
-0000352583 00000 n 
-0000352647 00000 n 
-0000355833 00000 n 
-0000355128 00000 n 
-0000352837 00000 n 
-0000355254 00000 n 
-0000355382 00000 n 
-0000355511 00000 n 
-0000355640 00000 n 
-0000355769 00000 n 
-0000726524 00000 n 
-0000359611 00000 n 
-0000359161 00000 n 
-0000356030 00000 n 
-0000359287 00000 n 
-0000359416 00000 n 
-0000359481 00000 n 
-0000359546 00000 n 
-0000363876 00000 n 
-0000363118 00000 n 
-0000359750 00000 n 
-0000363423 00000 n 
-0000363681 00000 n 
-0000363746 00000 n 
-0000363811 00000 n 
-0000363265 00000 n 
-0000367434 00000 n 
-0000366726 00000 n 
-0000364001 00000 n 
-0000366852 00000 n 
-0000367110 00000 n 
-0000367239 00000 n 
-0000367304 00000 n 
-0000367369 00000 n 
-0000371121 00000 n 
-0000370487 00000 n 
-0000367546 00000 n 
-0000370799 00000 n 
-0000370634 00000 n 
-0000370928 00000 n 
-0000370992 00000 n 
-0000371056 00000 n 
-0000523023 00000 n 
-0000375100 00000 n 
-0000374394 00000 n 
-0000371233 00000 n 
-0000374520 00000 n 
-0000374648 00000 n 
-0000374713 00000 n 
-0000374778 00000 n 
-0000374907 00000 n 
-0000374972 00000 n 
-0000375036 00000 n 
-0000377643 00000 n 
-0000377323 00000 n 
-0000375226 00000 n 
-0000377449 00000 n 
-0000541829 00000 n 
-0000534545 00000 n 
-0000541649 00000 n 
-0000377578 00000 n 
-0000726649 00000 n 
-0000378124 00000 n 
-0000377933 00000 n 
-0000377783 00000 n 
-0000378059 00000 n 
-0000380016 00000 n 
-0000379568 00000 n 
-0000378166 00000 n 
-0000379694 00000 n 
-0000379823 00000 n 
-0000379952 00000 n 
-0000384601 00000 n 
-0000383658 00000 n 
-0000380128 00000 n 
-0000384021 00000 n 
-0000534224 00000 n 
-0000525011 00000 n 
-0000534038 00000 n 
-0000383805 00000 n 
-0000384150 00000 n 
-0000384278 00000 n 
-0000384407 00000 n 
-0000385643 00000 n 
-0000385452 00000 n 
-0000384838 00000 n 
-0000385578 00000 n 
-0000386070 00000 n 
-0000385879 00000 n 
-0000385729 00000 n 
-0000386005 00000 n 
-0000389383 00000 n 
-0000388157 00000 n 
-0000386112 00000 n 
-0000388674 00000 n 
-0000388803 00000 n 
-0000388932 00000 n 
-0000389061 00000 n 
-0000389190 00000 n 
-0000389319 00000 n 
-0000388313 00000 n 
-0000388485 00000 n 
-0000726774 00000 n 
-0000389837 00000 n 
-0000389646 00000 n 
-0000389496 00000 n 
-0000389772 00000 n 
-0000393081 00000 n 
-0000392503 00000 n 
-0000389879 00000 n 
-0000392629 00000 n 
-0000392758 00000 n 
-0000392887 00000 n 
-0000393016 00000 n 
-0000397276 00000 n 
-0000396058 00000 n 
-0000393167 00000 n 
-0000396568 00000 n 
-0000396697 00000 n 
-0000396955 00000 n 
-0000396214 00000 n 
-0000396393 00000 n 
-0000397148 00000 n 
-0000397212 00000 n 
-0000404163 00000 n 
-0000400335 00000 n 
-0000397429 00000 n 
-0000400461 00000 n 
-0000400526 00000 n 
-0000400591 00000 n 
-0000400656 00000 n 
-0000400721 00000 n 
-0000400786 00000 n 
-0000400851 00000 n 
-0000400916 00000 n 
-0000400981 00000 n 
-0000401046 00000 n 
-0000401176 00000 n 
-0000401241 00000 n 
-0000401306 00000 n 
-0000401371 00000 n 
-0000401436 00000 n 
-0000401501 00000 n 
-0000401566 00000 n 
-0000401631 00000 n 
-0000401696 00000 n 
-0000401761 00000 n 
-0000401826 00000 n 
-0000401891 00000 n 
-0000401956 00000 n 
-0000402021 00000 n 
-0000402086 00000 n 
-0000402151 00000 n 
-0000402216 00000 n 
-0000402281 00000 n 
-0000402346 00000 n 
-0000402411 00000 n 
-0000402476 00000 n 
-0000402541 00000 n 
-0000402606 00000 n 
-0000402671 00000 n 
-0000402735 00000 n 
-0000402800 00000 n 
-0000402865 00000 n 
-0000402930 00000 n 
-0000402995 00000 n 
-0000403060 00000 n 
-0000403125 00000 n 
-0000403190 00000 n 
-0000403255 00000 n 
-0000403320 00000 n 
-0000403385 00000 n 
-0000403450 00000 n 
-0000403515 00000 n 
-0000403580 00000 n 
-0000403645 00000 n 
-0000403710 00000 n 
-0000403775 00000 n 
-0000403840 00000 n 
-0000403905 00000 n 
-0000403970 00000 n 
-0000404035 00000 n 
-0000404099 00000 n 
-0000410809 00000 n 
-0000407245 00000 n 
-0000404275 00000 n 
-0000407371 00000 n 
-0000407436 00000 n 
-0000407501 00000 n 
-0000407566 00000 n 
-0000407631 00000 n 
-0000407696 00000 n 
-0000407761 00000 n 
-0000407826 00000 n 
-0000407891 00000 n 
-0000407956 00000 n 
-0000408021 00000 n 
-0000408086 00000 n 
-0000408150 00000 n 
-0000408215 00000 n 
-0000408280 00000 n 
-0000408345 00000 n 
-0000408410 00000 n 
-0000408475 00000 n 
-0000408540 00000 n 
-0000408605 00000 n 
-0000408670 00000 n 
-0000408735 00000 n 
-0000408800 00000 n 
-0000408865 00000 n 
-0000408929 00000 n 
-0000408994 00000 n 
-0000409059 00000 n 
-0000409124 00000 n 
-0000409189 00000 n 
-0000409254 00000 n 
-0000409319 00000 n 
-0000409384 00000 n 
-0000409449 00000 n 
-0000409514 00000 n 
-0000409579 00000 n 
-0000409644 00000 n 
-0000409709 00000 n 
-0000409774 00000 n 
-0000409839 00000 n 
-0000409904 00000 n 
-0000409968 00000 n 
-0000410032 00000 n 
-0000410096 00000 n 
-0000410161 00000 n 
-0000410226 00000 n 
-0000410291 00000 n 
-0000410356 00000 n 
-0000410421 00000 n 
-0000410486 00000 n 
-0000410551 00000 n 
-0000410616 00000 n 
-0000410681 00000 n 
-0000410745 00000 n 
-0000416982 00000 n 
-0000413544 00000 n 
-0000410921 00000 n 
-0000413670 00000 n 
-0000413735 00000 n 
-0000413800 00000 n 
-0000413865 00000 n 
-0000413930 00000 n 
-0000413995 00000 n 
-0000414060 00000 n 
-0000414125 00000 n 
-0000414190 00000 n 
-0000414255 00000 n 
-0000414320 00000 n 
-0000414385 00000 n 
-0000414450 00000 n 
-0000414515 00000 n 
-0000414580 00000 n 
-0000414645 00000 n 
-0000414710 00000 n 
-0000414775 00000 n 
-0000414840 00000 n 
-0000414905 00000 n 
-0000414970 00000 n 
-0000415035 00000 n 
-0000415100 00000 n 
-0000415165 00000 n 
-0000415230 00000 n 
-0000415295 00000 n 
-0000415360 00000 n 
-0000415425 00000 n 
-0000415490 00000 n 
-0000415555 00000 n 
-0000415620 00000 n 
-0000415685 00000 n 
-0000415750 00000 n 
-0000415815 00000 n 
-0000415879 00000 n 
-0000415944 00000 n 
-0000416009 00000 n 
-0000416074 00000 n 
-0000416139 00000 n 
-0000416204 00000 n 
-0000416269 00000 n 
-0000416334 00000 n 
-0000416399 00000 n 
-0000416464 00000 n 
-0000416529 00000 n 
-0000416594 00000 n 
-0000416659 00000 n 
-0000416724 00000 n 
-0000416789 00000 n 
-0000416854 00000 n 
-0000416918 00000 n 
-0000726899 00000 n 
-0000421560 00000 n 
-0000419296 00000 n 
-0000417094 00000 n 
-0000419422 00000 n 
-0000419487 00000 n 
-0000419552 00000 n 
-0000419617 00000 n 
-0000419682 00000 n 
-0000419747 00000 n 
-0000419812 00000 n 
-0000419877 00000 n 
-0000419942 00000 n 
-0000420007 00000 n 
-0000420072 00000 n 
-0000420137 00000 n 
-0000420202 00000 n 
-0000420267 00000 n 
-0000420329 00000 n 
-0000420393 00000 n 
-0000420458 00000 n 
-0000420522 00000 n 
-0000420587 00000 n 
-0000420652 00000 n 
-0000420717 00000 n 
-0000420782 00000 n 
-0000420847 00000 n 
-0000420912 00000 n 
-0000420977 00000 n 
-0000421106 00000 n 
-0000421235 00000 n 
-0000421300 00000 n 
-0000421365 00000 n 
-0000421430 00000 n 
-0000421495 00000 n 
-0000424355 00000 n 
-0000423711 00000 n 
-0000421685 00000 n 
-0000423837 00000 n 
-0000423966 00000 n 
-0000424095 00000 n 
-0000424160 00000 n 
-0000424225 00000 n 
-0000424290 00000 n 
-0000428694 00000 n 
-0000428374 00000 n 
-0000424468 00000 n 
-0000428500 00000 n 
-0000428565 00000 n 
-0000428630 00000 n 
-0000432294 00000 n 
-0000432039 00000 n 
-0000428847 00000 n 
-0000432165 00000 n 
-0000432230 00000 n 
-0000435543 00000 n 
-0000435352 00000 n 
-0000432433 00000 n 
-0000435478 00000 n 
-0000439271 00000 n 
-0000439015 00000 n 
-0000435669 00000 n 
-0000439141 00000 n 
-0000439206 00000 n 
-0000727024 00000 n 
-0000442111 00000 n 
-0000441403 00000 n 
-0000439410 00000 n 
-0000441529 00000 n 
-0000441594 00000 n 
-0000441659 00000 n 
-0000441724 00000 n 
-0000441789 00000 n 
-0000441918 00000 n 
-0000441983 00000 n 
-0000442047 00000 n 
-0000446779 00000 n 
-0000446523 00000 n 
-0000442250 00000 n 
-0000446649 00000 n 
-0000446714 00000 n 
-0000449730 00000 n 
-0000448957 00000 n 
-0000446905 00000 n 
-0000449083 00000 n 
-0000449148 00000 n 
-0000449213 00000 n 
-0000449278 00000 n 
-0000449407 00000 n 
-0000449472 00000 n 
-0000449535 00000 n 
-0000449600 00000 n 
-0000449665 00000 n 
-0000452331 00000 n 
-0000451622 00000 n 
-0000449883 00000 n 
-0000451748 00000 n 
-0000451813 00000 n 
-0000451878 00000 n 
-0000451943 00000 n 
-0000452008 00000 n 
-0000452073 00000 n 
-0000452202 00000 n 
-0000452267 00000 n 
-0000455355 00000 n 
-0000454970 00000 n 
-0000452483 00000 n 
-0000455096 00000 n 
-0000455161 00000 n 
-0000455225 00000 n 
-0000455290 00000 n 
-0000458450 00000 n 
-0000457676 00000 n 
-0000455495 00000 n 
-0000457802 00000 n 
-0000457867 00000 n 
-0000457932 00000 n 
-0000457997 00000 n 
-0000458126 00000 n 
-0000458191 00000 n 
-0000458256 00000 n 
-0000458320 00000 n 
-0000458385 00000 n 
-0000727149 00000 n 
-0000461723 00000 n 
-0000461532 00000 n 
-0000458616 00000 n 
-0000461658 00000 n 
-0000464823 00000 n 
-0000464113 00000 n 
-0000461849 00000 n 
-0000464239 00000 n 
-0000464304 00000 n 
-0000464369 00000 n 
-0000464434 00000 n 
-0000464499 00000 n 
-0000464628 00000 n 
-0000464693 00000 n 
-0000464758 00000 n 
-0000468481 00000 n 
-0000468162 00000 n 
-0000464988 00000 n 
-0000468288 00000 n 
-0000468353 00000 n 
-0000468417 00000 n 
-0000471857 00000 n 
-0000471666 00000 n 
-0000468607 00000 n 
-0000471792 00000 n 
-0000474868 00000 n 
-0000474418 00000 n 
-0000471997 00000 n 
-0000474544 00000 n 
-0000474609 00000 n 
-0000474674 00000 n 
-0000474739 00000 n 
-0000474804 00000 n 
-0000477300 00000 n 
-0000476526 00000 n 
-0000475006 00000 n 
-0000476652 00000 n 
-0000476781 00000 n 
-0000476846 00000 n 
-0000476911 00000 n 
-0000476976 00000 n 
-0000477041 00000 n 
-0000477106 00000 n 
-0000477171 00000 n 
-0000477236 00000 n 
-0000727274 00000 n 
-0000480529 00000 n 
-0000479949 00000 n 
-0000477453 00000 n 
-0000480075 00000 n 
-0000480204 00000 n 
-0000480269 00000 n 
-0000480334 00000 n 
-0000480399 00000 n 
-0000480464 00000 n 
-0000483987 00000 n 
-0000483796 00000 n 
-0000480669 00000 n 
-0000483922 00000 n 
-0000486972 00000 n 
-0000486197 00000 n 
-0000484113 00000 n 
-0000486323 00000 n 
-0000486388 00000 n 
-0000486453 00000 n 
-0000486518 00000 n 
-0000486647 00000 n 
-0000486712 00000 n 
-0000486777 00000 n 
-0000486842 00000 n 
-0000486907 00000 n 
-0000490279 00000 n 
-0000490088 00000 n 
-0000487125 00000 n 
-0000490214 00000 n 
-0000493070 00000 n 
-0000492684 00000 n 
-0000490490 00000 n 
-0000492810 00000 n 
-0000492875 00000 n 
-0000492940 00000 n 
-0000493005 00000 n 
-0000497081 00000 n 
-0000496436 00000 n 
-0000493307 00000 n 
-0000496562 00000 n 
-0000496627 00000 n 
-0000496692 00000 n 
-0000496821 00000 n 
-0000496886 00000 n 
-0000496951 00000 n 
-0000497016 00000 n 
-0000727399 00000 n 
-0000501017 00000 n 
-0000500761 00000 n 
-0000497220 00000 n 
-0000500887 00000 n 
-0000500952 00000 n 
-0000504237 00000 n 
-0000503981 00000 n 
-0000501143 00000 n 
-0000504107 00000 n 
-0000504172 00000 n 
-0000506951 00000 n 
-0000506307 00000 n 
-0000504363 00000 n 
-0000506433 00000 n 
-0000506498 00000 n 
-0000506563 00000 n 
-0000506628 00000 n 
-0000506757 00000 n 
-0000506822 00000 n 
-0000506887 00000 n 
-0000510720 00000 n 
-0000510335 00000 n 
-0000507103 00000 n 
-0000510461 00000 n 
-0000510526 00000 n 
-0000510590 00000 n 
-0000510655 00000 n 
-0000514311 00000 n 
-0000513666 00000 n 
-0000510860 00000 n 
-0000513792 00000 n 
-0000513857 00000 n 
-0000513922 00000 n 
-0000514051 00000 n 
-0000514116 00000 n 
-0000514181 00000 n 
-0000514246 00000 n 
-0000516582 00000 n 
-0000516326 00000 n 
-0000514463 00000 n 
-0000516452 00000 n 
-0000516517 00000 n 
-0000727524 00000 n 
-0000520063 00000 n 
-0000519289 00000 n 
-0000516721 00000 n 
-0000519415 00000 n 
-0000519480 00000 n 
-0000519545 00000 n 
-0000519610 00000 n 
-0000519738 00000 n 
-0000519803 00000 n 
-0000519868 00000 n 
-0000519933 00000 n 
-0000519998 00000 n 
-0000522871 00000 n 
-0000522485 00000 n 
-0000520216 00000 n 
-0000522611 00000 n 
-0000522676 00000 n 
-0000522741 00000 n 
-0000522806 00000 n 
-0000523122 00000 n 
-0000534466 00000 n 
-0000542055 00000 n 
-0000544356 00000 n 
-0000544325 00000 n 
-0000553849 00000 n 
-0000563962 00000 n 
-0000574436 00000 n 
-0000587060 00000 n 
-0000606125 00000 n 
-0000627012 00000 n 
-0000649155 00000 n 
-0000667050 00000 n 
-0000669880 00000 n 
-0000669650 00000 n 
-0000697187 00000 n 
-0000724298 00000 n 
-0000727622 00000 n 
-0000727746 00000 n 
-0000727872 00000 n 
-0000727998 00000 n 
-0000728115 00000 n 
-0000728207 00000 n 
-0000744729 00000 n 
-0000763926 00000 n 
-0000763967 00000 n 
-0000764007 00000 n 
-0000764141 00000 n 
+0000072403 00000 n 
+0000071593 00000 n 
+0000069338 00000 n 
+0000071715 00000 n 
+0000071839 00000 n 
+0000071964 00000 n 
+0000072089 00000 n 
+0000072214 00000 n 
+0000072277 00000 n 
+0000072340 00000 n 
+0000614096 00000 n 
+0000595779 00000 n 
+0000613923 00000 n 
+0000733334 00000 n 
+0000076974 00000 n 
+0000075794 00000 n 
+0000072527 00000 n 
+0000076288 00000 n 
+0000076351 00000 n 
+0000076414 00000 n 
+0000076538 00000 n 
+0000076663 00000 n 
+0000076788 00000 n 
+0000075944 00000 n 
+0000076137 00000 n 
+0000076911 00000 n 
+0000340196 00000 n 
+0000399968 00000 n 
+0000081629 00000 n 
+0000080593 00000 n 
+0000077098 00000 n 
+0000081066 00000 n 
+0000081191 00000 n 
+0000080743 00000 n 
+0000080905 00000 n 
+0000081316 00000 n 
+0000081441 00000 n 
+0000081566 00000 n 
+0000097562 00000 n 
+0000084851 00000 n 
+0000084291 00000 n 
+0000081753 00000 n 
+0000084413 00000 n 
+0000084538 00000 n 
+0000084663 00000 n 
+0000084788 00000 n 
+0000088278 00000 n 
+0000087137 00000 n 
+0000084962 00000 n 
+0000087591 00000 n 
+0000087716 00000 n 
+0000087841 00000 n 
+0000087966 00000 n 
+0000088091 00000 n 
+0000087287 00000 n 
+0000087439 00000 n 
+0000088215 00000 n 
+0000289560 00000 n 
+0000089367 00000 n 
+0000089049 00000 n 
+0000088363 00000 n 
+0000089174 00000 n 
+0000089302 00000 n 
+0000091465 00000 n 
+0000090762 00000 n 
+0000089466 00000 n 
+0000090888 00000 n 
+0000091016 00000 n 
+0000091143 00000 n 
+0000091271 00000 n 
+0000091400 00000 n 
+0000733453 00000 n 
+0000094394 00000 n 
+0000093505 00000 n 
+0000091564 00000 n 
+0000093813 00000 n 
+0000093942 00000 n 
+0000094007 00000 n 
+0000094072 00000 n 
+0000093652 00000 n 
+0000094201 00000 n 
+0000094330 00000 n 
+0000273532 00000 n 
+0000097755 00000 n 
+0000097307 00000 n 
+0000094506 00000 n 
+0000097433 00000 n 
+0000595104 00000 n 
+0000583115 00000 n 
+0000594925 00000 n 
+0000097690 00000 n 
+0000101577 00000 n 
+0000101386 00000 n 
+0000097881 00000 n 
+0000101512 00000 n 
+0000582574 00000 n 
+0000572830 00000 n 
+0000582395 00000 n 
+0000106188 00000 n 
+0000105789 00000 n 
+0000101743 00000 n 
+0000106123 00000 n 
+0000105936 00000 n 
+0000174987 00000 n 
+0000108534 00000 n 
+0000108084 00000 n 
+0000106327 00000 n 
+0000108210 00000 n 
+0000108339 00000 n 
+0000108404 00000 n 
+0000108469 00000 n 
+0000111263 00000 n 
+0000113810 00000 n 
+0000111107 00000 n 
+0000108659 00000 n 
+0000113229 00000 n 
+0000113358 00000 n 
+0000113487 00000 n 
+0000112906 00000 n 
+0000113068 00000 n 
+0000571932 00000 n 
+0000562136 00000 n 
+0000571758 00000 n 
+0000561572 00000 n 
+0000552486 00000 n 
+0000561397 00000 n 
+0000113616 00000 n 
+0000113745 00000 n 
+0000733578 00000 n 
+0000112735 00000 n 
+0000112793 00000 n 
+0000112883 00000 n 
+0000215305 00000 n 
+0000250427 00000 n 
+0000118474 00000 n 
+0000117539 00000 n 
+0000113966 00000 n 
+0000118023 00000 n 
+0000118152 00000 n 
+0000117695 00000 n 
+0000117861 00000 n 
+0000118281 00000 n 
+0000118410 00000 n 
+0000403995 00000 n 
+0000122133 00000 n 
+0000121753 00000 n 
+0000118626 00000 n 
+0000122068 00000 n 
+0000121900 00000 n 
+0000123358 00000 n 
+0000123167 00000 n 
+0000122258 00000 n 
+0000123293 00000 n 
+0000126061 00000 n 
+0000125483 00000 n 
+0000123457 00000 n 
+0000125609 00000 n 
+0000125738 00000 n 
+0000125867 00000 n 
+0000125996 00000 n 
+0000129240 00000 n 
+0000128533 00000 n 
+0000126199 00000 n 
+0000128659 00000 n 
+0000128788 00000 n 
+0000128917 00000 n 
+0000129046 00000 n 
+0000129175 00000 n 
+0000133547 00000 n 
+0000132649 00000 n 
+0000129365 00000 n 
+0000132967 00000 n 
+0000133096 00000 n 
+0000132796 00000 n 
+0000133225 00000 n 
+0000133354 00000 n 
+0000133482 00000 n 
+0000733703 00000 n 
+0000332827 00000 n 
+0000137583 00000 n 
+0000137005 00000 n 
+0000133672 00000 n 
+0000137131 00000 n 
+0000137260 00000 n 
+0000137389 00000 n 
+0000137518 00000 n 
+0000141178 00000 n 
+0000140858 00000 n 
+0000137721 00000 n 
+0000140984 00000 n 
+0000141113 00000 n 
+0000144624 00000 n 
+0000144124 00000 n 
+0000141290 00000 n 
+0000144430 00000 n 
+0000552211 00000 n 
+0000548852 00000 n 
+0000552032 00000 n 
+0000144559 00000 n 
+0000144271 00000 n 
+0000399710 00000 n 
+0000146352 00000 n 
+0000145905 00000 n 
+0000144806 00000 n 
+0000146031 00000 n 
+0000146160 00000 n 
+0000146287 00000 n 
+0000146805 00000 n 
+0000146614 00000 n 
+0000146464 00000 n 
+0000146740 00000 n 
+0000149419 00000 n 
+0000148841 00000 n 
+0000146847 00000 n 
+0000148967 00000 n 
+0000149096 00000 n 
+0000149225 00000 n 
+0000149354 00000 n 
+0000733828 00000 n 
+0000149859 00000 n 
+0000149668 00000 n 
+0000149518 00000 n 
+0000149794 00000 n 
+0000153861 00000 n 
+0000153095 00000 n 
+0000149901 00000 n 
+0000153409 00000 n 
+0000153538 00000 n 
+0000153666 00000 n 
+0000153731 00000 n 
+0000153796 00000 n 
+0000153242 00000 n 
+0000158357 00000 n 
+0000158549 00000 n 
+0000158102 00000 n 
+0000153960 00000 n 
+0000158228 00000 n 
+0000158484 00000 n 
+0000162428 00000 n 
+0000161851 00000 n 
+0000158674 00000 n 
+0000161977 00000 n 
+0000162105 00000 n 
+0000162234 00000 n 
+0000162363 00000 n 
+0000165247 00000 n 
+0000166626 00000 n 
+0000165121 00000 n 
+0000162566 00000 n 
+0000166173 00000 n 
+0000166302 00000 n 
+0000166431 00000 n 
+0000166496 00000 n 
+0000166561 00000 n 
+0000169703 00000 n 
+0000168996 00000 n 
+0000166781 00000 n 
+0000169122 00000 n 
+0000169251 00000 n 
+0000169379 00000 n 
+0000169444 00000 n 
+0000169509 00000 n 
+0000169638 00000 n 
+0000733953 00000 n 
+0000175310 00000 n 
+0000174392 00000 n 
+0000169815 00000 n 
+0000174858 00000 n 
+0000174548 00000 n 
+0000174699 00000 n 
+0000175116 00000 n 
+0000175245 00000 n 
+0000527478 00000 n 
+0000179149 00000 n 
+0000177878 00000 n 
+0000175448 00000 n 
+0000178568 00000 n 
+0000178697 00000 n 
+0000178826 00000 n 
+0000178043 00000 n 
+0000178195 00000 n 
+0000178381 00000 n 
+0000178955 00000 n 
+0000179084 00000 n 
+0000183380 00000 n 
+0000183060 00000 n 
+0000179275 00000 n 
+0000183186 00000 n 
+0000183315 00000 n 
+0000186856 00000 n 
+0000186477 00000 n 
+0000183505 00000 n 
+0000186791 00000 n 
+0000186624 00000 n 
+0000189873 00000 n 
+0000190068 00000 n 
+0000189618 00000 n 
+0000186968 00000 n 
+0000189744 00000 n 
+0000189938 00000 n 
+0000190003 00000 n 
+0000193437 00000 n 
+0000193246 00000 n 
+0000190180 00000 n 
+0000193372 00000 n 
+0000734078 00000 n 
+0000197748 00000 n 
+0000197170 00000 n 
+0000193549 00000 n 
+0000197296 00000 n 
+0000197425 00000 n 
+0000197490 00000 n 
+0000197555 00000 n 
+0000197684 00000 n 
+0000200959 00000 n 
+0000199917 00000 n 
+0000197860 00000 n 
+0000200378 00000 n 
+0000200507 00000 n 
+0000200073 00000 n 
+0000200225 00000 n 
+0000200636 00000 n 
+0000200765 00000 n 
+0000200894 00000 n 
+0000202511 00000 n 
+0000202320 00000 n 
+0000201071 00000 n 
+0000202446 00000 n 
+0000204046 00000 n 
+0000203855 00000 n 
+0000202610 00000 n 
+0000203981 00000 n 
+0000206969 00000 n 
+0000206649 00000 n 
+0000204145 00000 n 
+0000206775 00000 n 
+0000206904 00000 n 
+0000211399 00000 n 
+0000211030 00000 n 
+0000207107 00000 n 
+0000211334 00000 n 
+0000211177 00000 n 
+0000734203 00000 n 
+0000369704 00000 n 
+0000215370 00000 n 
+0000215050 00000 n 
+0000211511 00000 n 
+0000215176 00000 n 
+0000219208 00000 n 
+0000218888 00000 n 
+0000215495 00000 n 
+0000219014 00000 n 
+0000219079 00000 n 
+0000219143 00000 n 
+0000224504 00000 n 
+0000223212 00000 n 
+0000219333 00000 n 
+0000224439 00000 n 
+0000223404 00000 n 
+0000223558 00000 n 
+0000223713 00000 n 
+0000223898 00000 n 
+0000224072 00000 n 
+0000224257 00000 n 
+0000292933 00000 n 
+0000228807 00000 n 
+0000228616 00000 n 
+0000224685 00000 n 
+0000228742 00000 n 
+0000232570 00000 n 
+0000232379 00000 n 
+0000228932 00000 n 
+0000232505 00000 n 
+0000236884 00000 n 
+0000235941 00000 n 
+0000232682 00000 n 
+0000236432 00000 n 
+0000236561 00000 n 
+0000236097 00000 n 
+0000236690 00000 n 
+0000236819 00000 n 
+0000236266 00000 n 
+0000734328 00000 n 
+0000306918 00000 n 
+0000240544 00000 n 
+0000239982 00000 n 
+0000236996 00000 n 
+0000240479 00000 n 
+0000240138 00000 n 
+0000240309 00000 n 
+0000387419 00000 n 
+0000243797 00000 n 
+0000243477 00000 n 
+0000240713 00000 n 
+0000243603 00000 n 
+0000243732 00000 n 
+0000247313 00000 n 
+0000246993 00000 n 
+0000243922 00000 n 
+0000247119 00000 n 
+0000247248 00000 n 
+0000250492 00000 n 
+0000250172 00000 n 
+0000247425 00000 n 
+0000250298 00000 n 
+0000254305 00000 n 
+0000254114 00000 n 
+0000250648 00000 n 
+0000254240 00000 n 
+0000258187 00000 n 
+0000257558 00000 n 
+0000254460 00000 n 
+0000257865 00000 n 
+0000257994 00000 n 
+0000257705 00000 n 
+0000258123 00000 n 
+0000734453 00000 n 
+0000262381 00000 n 
+0000261702 00000 n 
+0000258356 00000 n 
+0000262187 00000 n 
+0000261858 00000 n 
+0000262316 00000 n 
+0000262032 00000 n 
+0000266404 00000 n 
+0000265955 00000 n 
+0000262493 00000 n 
+0000266081 00000 n 
+0000266210 00000 n 
+0000266339 00000 n 
+0000270440 00000 n 
+0000269774 00000 n 
+0000266559 00000 n 
+0000270247 00000 n 
+0000270376 00000 n 
+0000269930 00000 n 
+0000270092 00000 n 
+0000273727 00000 n 
+0000273088 00000 n 
+0000270609 00000 n 
+0000273403 00000 n 
+0000273235 00000 n 
+0000273597 00000 n 
+0000273662 00000 n 
+0000277531 00000 n 
+0000277028 00000 n 
+0000273853 00000 n 
+0000277337 00000 n 
+0000277466 00000 n 
+0000277175 00000 n 
+0000281968 00000 n 
+0000281594 00000 n 
+0000277713 00000 n 
+0000281903 00000 n 
+0000281741 00000 n 
+0000548497 00000 n 
+0000546499 00000 n 
+0000548332 00000 n 
+0000734578 00000 n 
+0000366135 00000 n 
+0000285869 00000 n 
+0000285233 00000 n 
+0000282094 00000 n 
+0000285546 00000 n 
+0000285675 00000 n 
+0000285380 00000 n 
+0000285804 00000 n 
+0000301850 00000 n 
+0000289625 00000 n 
+0000289305 00000 n 
+0000285994 00000 n 
+0000289431 00000 n 
+0000292998 00000 n 
+0000292549 00000 n 
+0000289780 00000 n 
+0000292675 00000 n 
+0000292804 00000 n 
+0000297759 00000 n 
+0000297095 00000 n 
+0000293110 00000 n 
+0000297565 00000 n 
+0000297251 00000 n 
+0000297403 00000 n 
+0000297694 00000 n 
+0000301915 00000 n 
+0000301034 00000 n 
+0000297871 00000 n 
+0000301334 00000 n 
+0000301463 00000 n 
+0000301592 00000 n 
+0000301721 00000 n 
+0000301181 00000 n 
+0000305358 00000 n 
+0000305038 00000 n 
+0000302027 00000 n 
+0000305164 00000 n 
+0000305293 00000 n 
+0000734703 00000 n 
+0000306983 00000 n 
+0000306663 00000 n 
+0000305470 00000 n 
+0000306789 00000 n 
+0000308508 00000 n 
+0000308317 00000 n 
+0000307095 00000 n 
+0000308443 00000 n 
+0000311421 00000 n 
+0000310842 00000 n 
+0000308607 00000 n 
+0000310968 00000 n 
+0000311097 00000 n 
+0000311226 00000 n 
+0000311291 00000 n 
+0000311356 00000 n 
+0000315616 00000 n 
+0000315107 00000 n 
+0000311533 00000 n 
+0000315422 00000 n 
+0000315254 00000 n 
+0000315551 00000 n 
+0000527445 00000 n 
+0000321506 00000 n 
+0000318771 00000 n 
+0000315728 00000 n 
+0000321312 00000 n 
+0000321441 00000 n 
+0000319035 00000 n 
+0000319197 00000 n 
+0000319359 00000 n 
+0000319520 00000 n 
+0000319680 00000 n 
+0000319842 00000 n 
+0000320013 00000 n 
+0000320175 00000 n 
+0000320337 00000 n 
+0000320500 00000 n 
+0000320663 00000 n 
+0000320826 00000 n 
+0000320989 00000 n 
+0000321152 00000 n 
+0000326727 00000 n 
+0000324810 00000 n 
+0000321618 00000 n 
+0000326662 00000 n 
+0000325038 00000 n 
+0000325201 00000 n 
+0000325368 00000 n 
+0000325537 00000 n 
+0000325699 00000 n 
+0000325860 00000 n 
+0000326022 00000 n 
+0000326183 00000 n 
+0000326346 00000 n 
+0000326499 00000 n 
+0000734828 00000 n 
+0000332892 00000 n 
+0000329885 00000 n 
+0000326852 00000 n 
+0000332698 00000 n 
+0000330167 00000 n 
+0000330320 00000 n 
+0000330474 00000 n 
+0000330625 00000 n 
+0000330779 00000 n 
+0000330940 00000 n 
+0000331102 00000 n 
+0000331264 00000 n 
+0000331426 00000 n 
+0000331588 00000 n 
+0000331750 00000 n 
+0000331912 00000 n 
+0000332064 00000 n 
+0000332227 00000 n 
+0000332382 00000 n 
+0000332544 00000 n 
+0000336422 00000 n 
+0000336101 00000 n 
+0000333004 00000 n 
+0000336227 00000 n 
+0000336292 00000 n 
+0000336357 00000 n 
+0000340647 00000 n 
+0000339451 00000 n 
+0000336591 00000 n 
+0000339938 00000 n 
+0000340067 00000 n 
+0000340324 00000 n 
+0000339607 00000 n 
+0000339777 00000 n 
+0000340389 00000 n 
+0000340454 00000 n 
+0000340519 00000 n 
+0000340583 00000 n 
+0000343994 00000 n 
+0000343803 00000 n 
+0000340829 00000 n 
+0000343929 00000 n 
+0000347734 00000 n 
+0000347413 00000 n 
+0000344080 00000 n 
+0000347539 00000 n 
+0000347604 00000 n 
+0000347669 00000 n 
+0000351566 00000 n 
+0000350859 00000 n 
+0000347846 00000 n 
+0000350985 00000 n 
+0000351114 00000 n 
+0000351177 00000 n 
+0000351242 00000 n 
+0000351307 00000 n 
+0000351372 00000 n 
+0000351501 00000 n 
+0000734953 00000 n 
+0000355318 00000 n 
+0000354480 00000 n 
+0000351678 00000 n 
+0000354606 00000 n 
+0000354671 00000 n 
+0000354736 00000 n 
+0000354865 00000 n 
+0000354930 00000 n 
+0000354995 00000 n 
+0000355124 00000 n 
+0000355189 00000 n 
+0000355253 00000 n 
+0000358661 00000 n 
+0000357954 00000 n 
+0000355443 00000 n 
+0000358080 00000 n 
+0000358209 00000 n 
+0000358338 00000 n 
+0000358467 00000 n 
+0000358596 00000 n 
+0000362566 00000 n 
+0000361988 00000 n 
+0000358858 00000 n 
+0000362114 00000 n 
+0000362243 00000 n 
+0000362371 00000 n 
+0000362436 00000 n 
+0000362501 00000 n 
+0000366459 00000 n 
+0000365880 00000 n 
+0000362705 00000 n 
+0000366006 00000 n 
+0000366264 00000 n 
+0000366329 00000 n 
+0000366394 00000 n 
+0000370157 00000 n 
+0000369268 00000 n 
+0000366584 00000 n 
+0000369575 00000 n 
+0000369415 00000 n 
+0000369833 00000 n 
+0000369962 00000 n 
+0000370027 00000 n 
+0000370092 00000 n 
+0000373909 00000 n 
+0000373277 00000 n 
+0000370269 00000 n 
+0000373589 00000 n 
+0000373424 00000 n 
+0000373718 00000 n 
+0000373781 00000 n 
+0000373844 00000 n 
+0000735078 00000 n 
+0000527412 00000 n 
+0000377379 00000 n 
+0000376930 00000 n 
+0000374021 00000 n 
+0000377056 00000 n 
+0000377184 00000 n 
+0000377249 00000 n 
+0000377314 00000 n 
+0000380525 00000 n 
+0000379947 00000 n 
+0000377491 00000 n 
+0000380073 00000 n 
+0000380202 00000 n 
+0000380267 00000 n 
+0000380331 00000 n 
+0000546218 00000 n 
+0000538934 00000 n 
+0000546038 00000 n 
+0000380460 00000 n 
+0000381006 00000 n 
+0000380815 00000 n 
+0000380665 00000 n 
+0000380941 00000 n 
+0000382898 00000 n 
+0000382450 00000 n 
+0000381048 00000 n 
+0000382576 00000 n 
+0000382705 00000 n 
+0000382834 00000 n 
+0000387484 00000 n 
+0000386541 00000 n 
+0000383010 00000 n 
+0000386904 00000 n 
+0000538613 00000 n 
+0000529400 00000 n 
+0000538427 00000 n 
+0000386688 00000 n 
+0000387033 00000 n 
+0000387161 00000 n 
+0000387290 00000 n 
+0000388526 00000 n 
+0000388335 00000 n 
+0000387721 00000 n 
+0000388461 00000 n 
+0000735203 00000 n 
+0000388953 00000 n 
+0000388762 00000 n 
+0000388612 00000 n 
+0000388888 00000 n 
+0000392266 00000 n 
+0000391040 00000 n 
+0000388995 00000 n 
+0000391557 00000 n 
+0000391686 00000 n 
+0000391815 00000 n 
+0000391944 00000 n 
+0000392073 00000 n 
+0000392202 00000 n 
+0000391196 00000 n 
+0000391368 00000 n 
+0000392720 00000 n 
+0000392529 00000 n 
+0000392379 00000 n 
+0000392655 00000 n 
+0000395965 00000 n 
+0000395387 00000 n 
+0000392762 00000 n 
+0000395513 00000 n 
+0000395642 00000 n 
+0000395771 00000 n 
+0000395900 00000 n 
+0000400160 00000 n 
+0000398942 00000 n 
+0000396051 00000 n 
+0000399452 00000 n 
+0000399581 00000 n 
+0000399839 00000 n 
+0000399098 00000 n 
+0000399277 00000 n 
+0000400032 00000 n 
+0000400096 00000 n 
+0000407047 00000 n 
+0000403219 00000 n 
+0000400313 00000 n 
+0000403345 00000 n 
+0000403410 00000 n 
+0000403475 00000 n 
+0000403540 00000 n 
+0000403605 00000 n 
+0000403670 00000 n 
+0000403735 00000 n 
+0000403800 00000 n 
+0000403865 00000 n 
+0000403930 00000 n 
+0000404060 00000 n 
+0000404125 00000 n 
+0000404190 00000 n 
+0000404255 00000 n 
+0000404320 00000 n 
+0000404385 00000 n 
+0000404450 00000 n 
+0000404515 00000 n 
+0000404580 00000 n 
+0000404645 00000 n 
+0000404710 00000 n 
+0000404775 00000 n 
+0000404840 00000 n 
+0000404905 00000 n 
+0000404970 00000 n 
+0000405035 00000 n 
+0000405100 00000 n 
+0000405165 00000 n 
+0000405230 00000 n 
+0000405295 00000 n 
+0000405360 00000 n 
+0000405425 00000 n 
+0000405490 00000 n 
+0000405555 00000 n 
+0000405619 00000 n 
+0000405684 00000 n 
+0000405749 00000 n 
+0000405814 00000 n 
+0000405879 00000 n 
+0000405944 00000 n 
+0000406009 00000 n 
+0000406074 00000 n 
+0000406139 00000 n 
+0000406204 00000 n 
+0000406269 00000 n 
+0000406334 00000 n 
+0000406399 00000 n 
+0000406464 00000 n 
+0000406529 00000 n 
+0000406594 00000 n 
+0000406659 00000 n 
+0000406724 00000 n 
+0000406789 00000 n 
+0000406854 00000 n 
+0000406919 00000 n 
+0000406983 00000 n 
+0000735328 00000 n 
+0000413693 00000 n 
+0000410129 00000 n 
+0000407159 00000 n 
+0000410255 00000 n 
+0000410320 00000 n 
+0000410385 00000 n 
+0000410450 00000 n 
+0000410515 00000 n 
+0000410580 00000 n 
+0000410645 00000 n 
+0000410710 00000 n 
+0000410775 00000 n 
+0000410840 00000 n 
+0000410905 00000 n 
+0000410970 00000 n 
+0000411034 00000 n 
+0000411099 00000 n 
+0000411164 00000 n 
+0000411229 00000 n 
+0000411294 00000 n 
+0000411359 00000 n 
+0000411424 00000 n 
+0000411489 00000 n 
+0000411554 00000 n 
+0000411619 00000 n 
+0000411684 00000 n 
+0000411749 00000 n 
+0000411813 00000 n 
+0000411878 00000 n 
+0000411943 00000 n 
+0000412008 00000 n 
+0000412073 00000 n 
+0000412138 00000 n 
+0000412203 00000 n 
+0000412268 00000 n 
+0000412333 00000 n 
+0000412398 00000 n 
+0000412463 00000 n 
+0000412528 00000 n 
+0000412593 00000 n 
+0000412658 00000 n 
+0000412723 00000 n 
+0000412788 00000 n 
+0000412852 00000 n 
+0000412916 00000 n 
+0000412980 00000 n 
+0000413045 00000 n 
+0000413110 00000 n 
+0000413175 00000 n 
+0000413240 00000 n 
+0000413305 00000 n 
+0000413370 00000 n 
+0000413435 00000 n 
+0000413500 00000 n 
+0000413565 00000 n 
+0000413629 00000 n 
+0000419866 00000 n 
+0000416428 00000 n 
+0000413805 00000 n 
+0000416554 00000 n 
+0000416619 00000 n 
+0000416684 00000 n 
+0000416749 00000 n 
+0000416814 00000 n 
+0000416879 00000 n 
+0000416944 00000 n 
+0000417009 00000 n 
+0000417074 00000 n 
+0000417139 00000 n 
+0000417204 00000 n 
+0000417269 00000 n 
+0000417334 00000 n 
+0000417399 00000 n 
+0000417464 00000 n 
+0000417529 00000 n 
+0000417594 00000 n 
+0000417659 00000 n 
+0000417724 00000 n 
+0000417789 00000 n 
+0000417854 00000 n 
+0000417919 00000 n 
+0000417984 00000 n 
+0000418049 00000 n 
+0000418114 00000 n 
+0000418179 00000 n 
+0000418244 00000 n 
+0000418309 00000 n 
+0000418374 00000 n 
+0000418439 00000 n 
+0000418504 00000 n 
+0000418569 00000 n 
+0000418634 00000 n 
+0000418699 00000 n 
+0000418763 00000 n 
+0000418828 00000 n 
+0000418893 00000 n 
+0000418958 00000 n 
+0000419023 00000 n 
+0000419088 00000 n 
+0000419153 00000 n 
+0000419218 00000 n 
+0000419283 00000 n 
+0000419348 00000 n 
+0000419413 00000 n 
+0000419478 00000 n 
+0000419543 00000 n 
+0000419608 00000 n 
+0000419673 00000 n 
+0000419738 00000 n 
+0000419802 00000 n 
+0000424444 00000 n 
+0000422180 00000 n 
+0000419978 00000 n 
+0000422306 00000 n 
+0000422371 00000 n 
+0000422436 00000 n 
+0000422501 00000 n 
+0000422566 00000 n 
+0000422631 00000 n 
+0000422696 00000 n 
+0000422761 00000 n 
+0000422826 00000 n 
+0000422891 00000 n 
+0000422956 00000 n 
+0000423021 00000 n 
+0000423086 00000 n 
+0000423151 00000 n 
+0000423213 00000 n 
+0000423277 00000 n 
+0000423342 00000 n 
+0000423406 00000 n 
+0000423471 00000 n 
+0000423536 00000 n 
+0000423601 00000 n 
+0000423666 00000 n 
+0000423731 00000 n 
+0000423796 00000 n 
+0000423861 00000 n 
+0000423990 00000 n 
+0000424119 00000 n 
+0000424184 00000 n 
+0000424249 00000 n 
+0000424314 00000 n 
+0000424379 00000 n 
+0000427239 00000 n 
+0000426595 00000 n 
+0000424569 00000 n 
+0000426721 00000 n 
+0000426850 00000 n 
+0000426979 00000 n 
+0000427044 00000 n 
+0000427109 00000 n 
+0000427174 00000 n 
+0000431577 00000 n 
+0000431257 00000 n 
+0000427352 00000 n 
+0000431383 00000 n 
+0000431448 00000 n 
+0000431513 00000 n 
+0000435177 00000 n 
+0000434922 00000 n 
+0000431730 00000 n 
+0000435048 00000 n 
+0000435113 00000 n 
+0000735453 00000 n 
+0000438425 00000 n 
+0000438234 00000 n 
+0000435316 00000 n 
+0000438360 00000 n 
+0000442156 00000 n 
+0000441900 00000 n 
+0000438551 00000 n 
+0000442026 00000 n 
+0000442091 00000 n 
+0000444996 00000 n 
+0000444288 00000 n 
+0000442295 00000 n 
+0000444414 00000 n 
+0000444479 00000 n 
+0000444544 00000 n 
+0000444609 00000 n 
+0000444674 00000 n 
+0000444803 00000 n 
+0000444868 00000 n 
+0000444932 00000 n 
+0000449664 00000 n 
+0000449408 00000 n 
+0000445135 00000 n 
+0000449534 00000 n 
+0000449599 00000 n 
+0000452615 00000 n 
+0000451842 00000 n 
+0000449790 00000 n 
+0000451968 00000 n 
+0000452033 00000 n 
+0000452098 00000 n 
+0000452163 00000 n 
+0000452292 00000 n 
+0000452357 00000 n 
+0000452420 00000 n 
+0000452485 00000 n 
+0000452550 00000 n 
+0000455216 00000 n 
+0000454507 00000 n 
+0000452768 00000 n 
+0000454633 00000 n 
+0000454698 00000 n 
+0000454763 00000 n 
+0000454828 00000 n 
+0000454893 00000 n 
+0000454958 00000 n 
+0000455087 00000 n 
+0000455152 00000 n 
+0000735578 00000 n 
+0000458459 00000 n 
+0000458073 00000 n 
+0000455368 00000 n 
+0000458199 00000 n 
+0000458264 00000 n 
+0000458329 00000 n 
+0000458394 00000 n 
+0000461592 00000 n 
+0000460819 00000 n 
+0000458599 00000 n 
+0000460945 00000 n 
+0000461010 00000 n 
+0000461075 00000 n 
+0000461139 00000 n 
+0000461267 00000 n 
+0000461332 00000 n 
+0000461397 00000 n 
+0000461462 00000 n 
+0000461527 00000 n 
+0000464979 00000 n 
+0000464788 00000 n 
+0000461758 00000 n 
+0000464914 00000 n 
+0000468088 00000 n 
+0000467378 00000 n 
+0000465105 00000 n 
+0000467504 00000 n 
+0000467569 00000 n 
+0000467634 00000 n 
+0000467699 00000 n 
+0000467764 00000 n 
+0000467893 00000 n 
+0000467958 00000 n 
+0000468023 00000 n 
+0000471639 00000 n 
+0000471318 00000 n 
+0000468253 00000 n 
+0000471444 00000 n 
+0000471509 00000 n 
+0000471574 00000 n 
+0000475085 00000 n 
+0000474894 00000 n 
+0000471765 00000 n 
+0000475020 00000 n 
+0000735703 00000 n 
+0000478156 00000 n 
+0000477837 00000 n 
+0000475211 00000 n 
+0000477963 00000 n 
+0000478028 00000 n 
+0000478092 00000 n 
+0000480727 00000 n 
+0000479889 00000 n 
+0000478309 00000 n 
+0000480015 00000 n 
+0000480080 00000 n 
+0000480145 00000 n 
+0000480274 00000 n 
+0000480339 00000 n 
+0000480404 00000 n 
+0000480469 00000 n 
+0000480534 00000 n 
+0000480598 00000 n 
+0000480663 00000 n 
+0000483694 00000 n 
+0000483050 00000 n 
+0000480880 00000 n 
+0000483176 00000 n 
+0000483241 00000 n 
+0000483370 00000 n 
+0000483435 00000 n 
+0000483499 00000 n 
+0000483564 00000 n 
+0000483629 00000 n 
+0000487167 00000 n 
+0000486976 00000 n 
+0000483834 00000 n 
+0000487102 00000 n 
+0000489974 00000 n 
+0000489200 00000 n 
+0000487293 00000 n 
+0000489326 00000 n 
+0000489391 00000 n 
+0000489456 00000 n 
+0000489521 00000 n 
+0000489650 00000 n 
+0000489715 00000 n 
+0000489780 00000 n 
+0000489844 00000 n 
+0000489909 00000 n 
+0000493377 00000 n 
+0000493186 00000 n 
+0000490127 00000 n 
+0000493312 00000 n 
+0000735828 00000 n 
+0000496412 00000 n 
+0000496092 00000 n 
+0000493588 00000 n 
+0000496218 00000 n 
+0000496283 00000 n 
+0000496348 00000 n 
+0000499721 00000 n 
+0000499012 00000 n 
+0000496636 00000 n 
+0000499138 00000 n 
+0000499203 00000 n 
+0000499268 00000 n 
+0000499332 00000 n 
+0000499461 00000 n 
+0000499526 00000 n 
+0000499591 00000 n 
+0000499656 00000 n 
+0000504137 00000 n 
+0000503881 00000 n 
+0000499873 00000 n 
+0000504007 00000 n 
+0000504072 00000 n 
+0000507670 00000 n 
+0000507479 00000 n 
+0000504263 00000 n 
+0000507605 00000 n 
+0000510256 00000 n 
+0000509806 00000 n 
+0000507796 00000 n 
+0000509932 00000 n 
+0000509997 00000 n 
+0000510062 00000 n 
+0000510127 00000 n 
+0000510192 00000 n 
+0000514088 00000 n 
+0000513508 00000 n 
+0000510394 00000 n 
+0000513634 00000 n 
+0000513763 00000 n 
+0000513828 00000 n 
+0000513893 00000 n 
+0000513958 00000 n 
+0000514023 00000 n 
+0000735953 00000 n 
+0000517250 00000 n 
+0000516540 00000 n 
+0000514228 00000 n 
+0000516666 00000 n 
+0000516731 00000 n 
+0000516796 00000 n 
+0000516861 00000 n 
+0000516990 00000 n 
+0000517055 00000 n 
+0000517120 00000 n 
+0000517185 00000 n 
+0000519967 00000 n 
+0000519711 00000 n 
+0000517402 00000 n 
+0000519837 00000 n 
+0000519902 00000 n 
+0000523221 00000 n 
+0000522448 00000 n 
+0000520093 00000 n 
+0000522574 00000 n 
+0000522639 00000 n 
+0000522704 00000 n 
+0000522769 00000 n 
+0000522898 00000 n 
+0000522963 00000 n 
+0000523028 00000 n 
+0000523092 00000 n 
+0000523157 00000 n 
+0000526507 00000 n 
+0000526188 00000 n 
+0000523373 00000 n 
+0000526314 00000 n 
+0000526379 00000 n 
+0000526444 00000 n 
+0000527313 00000 n 
+0000527057 00000 n 
+0000526659 00000 n 
+0000527183 00000 n 
+0000527248 00000 n 
+0000527511 00000 n 
+0000538855 00000 n 
+0000546444 00000 n 
+0000548744 00000 n 
+0000548713 00000 n 
+0000552431 00000 n 
+0000561871 00000 n 
+0000572378 00000 n 
+0000582862 00000 n 
+0000595486 00000 n 
+0000614551 00000 n 
+0000635438 00000 n 
+0000657582 00000 n 
+0000675477 00000 n 
+0000678308 00000 n 
+0000678078 00000 n 
+0000705615 00000 n 
+0000732726 00000 n 
+0000736078 00000 n 
+0000736202 00000 n 
+0000736328 00000 n 
+0000736454 00000 n 
+0000736571 00000 n 
+0000736663 00000 n 
+0000753278 00000 n 
+0000772590 00000 n 
+0000772631 00000 n 
+0000772671 00000 n 
+0000772805 00000 n 
 trailer
 <<
-/Size 2150
-/Root 2148 0 R
-/Info 2149 0 R
-/ID [<D072E790DA0DA0DFD173C4B6B452D087> <D072E790DA0DA0DFD173C4B6B452D087>]
+/Size 2172
+/Root 2170 0 R
+/Info 2171 0 R
+/ID [<BE11588879418DD4A072761B82307FD8> <BE11588879418DD4A072761B82307FD8>]
 >>
 startxref
-764399
+773063
 %%EOF
diff --git a/contrib/bind9/doc/arm/man.dig.html b/contrib/bind9/doc/arm/man.dig.html
index 2758a8f07131..9339878fcde1 100644
--- a/contrib/bind9/doc/arm/man.dig.html
+++ b/contrib/bind9/doc/arm/man.dig.html
@@ -1,8 +1,8 @@
 <!--
- - Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2004-2010 Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000-2003 Internet Software Consortium.
  - 
- - Permission to use, copy, modify, and distribute this software for any
+ - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
  - copyright notice and this permission notice appear in all copies.
  - 
@@ -14,7 +14,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: man.dig.html,v 1.93.14.8 2009/06/03 01:54:40 tbox Exp $ -->
+<!-- $Id: man.dig.html,v 1.93.14.15 2010/01/24 01:55:25 tbox Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -52,7 +52,7 @@
 <div class="cmdsynopsis"><p><code class="command">dig</code>  [global-queryopt...] [query...]</p></div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2563899"></a><h2>DESCRIPTION</h2>
+<a name="id2575907"></a><h2>DESCRIPTION</h2>
 <p><span><strong class="command">dig</strong></span>
       (domain information groper) is a flexible tool
       for interrogating DNS name servers.  It performs DNS lookups and
@@ -98,7 +98,7 @@
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2570411"></a><h2>SIMPLE USAGE</h2>
+<a name="id2576002"></a><h2>SIMPLE USAGE</h2>
 <p>
       A typical invocation of <span><strong class="command">dig</strong></span> looks like:
       </p>
@@ -144,7 +144,7 @@
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2570522"></a><h2>OPTIONS</h2>
+<a name="id2629838"></a><h2>OPTIONS</h2>
 <p>
       The <code class="option">-b</code> option sets the source IP address of the query
       to <em class="parameter"><code>address</code></em>.  This must be a valid
@@ -248,7 +248,7 @@
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2630188"></a><h2>QUERY OPTIONS</h2>
+<a name="id2630181"></a><h2>QUERY OPTIONS</h2>
 <p><span><strong class="command">dig</strong></span>
       provides a number of query options which affect
       the way in which lookups are made and the results displayed.  Some of
@@ -573,7 +573,7 @@
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2631257"></a><h2>MULTIPLE QUERIES</h2>
+<a name="id2631181"></a><h2>MULTIPLE QUERIES</h2>
 <p>
       The BIND 9 implementation of <span><strong class="command">dig </strong></span>
       supports
@@ -619,7 +619,7 @@ dig +qr www.isc.org any -x 127.0.0.1 isc.org ns +noqr
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2631342"></a><h2>IDN SUPPORT</h2>
+<a name="id2631335"></a><h2>IDN SUPPORT</h2>
 <p>
       If <span><strong class="command">dig</strong></span> has been built with IDN (internationalized
       domain name) support, it can accept and display non-ASCII domain names.
@@ -633,14 +633,14 @@ dig +qr www.isc.org any -x 127.0.0.1 isc.org ns +noqr
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2631371"></a><h2>FILES</h2>
+<a name="id2631432"></a><h2>FILES</h2>
 <p><code class="filename">/etc/resolv.conf</code>
     </p>
 <p><code class="filename">${HOME}/.digrc</code>
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2631393"></a><h2>SEE ALSO</h2>
+<a name="id2631453"></a><h2>SEE ALSO</h2>
 <p><span class="citerefentry"><span class="refentrytitle">host</span>(1)</span>,
       <span class="citerefentry"><span class="refentrytitle">named</span>(8)</span>,
       <span class="citerefentry"><span class="refentrytitle">dnssec-keygen</span>(8)</span>,
@@ -648,7 +648,7 @@ dig +qr www.isc.org any -x 127.0.0.1 isc.org ns +noqr
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2631430"></a><h2>BUGS</h2>
+<a name="id2631491"></a><h2>BUGS</h2>
 <p>
       There are probably too many query options.
     </p>
diff --git a/contrib/bind9/doc/arm/man.dnssec-dsfromkey.html b/contrib/bind9/doc/arm/man.dnssec-dsfromkey.html
index f9a20e360748..7c84aff80cf1 100644
--- a/contrib/bind9/doc/arm/man.dnssec-dsfromkey.html
+++ b/contrib/bind9/doc/arm/man.dnssec-dsfromkey.html
@@ -1,8 +1,8 @@
 <!--
- - Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2004-2010 Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000-2003 Internet Software Consortium.
  - 
- - Permission to use, copy, modify, and distribute this software for any
+ - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
  - copyright notice and this permission notice appear in all copies.
  - 
@@ -14,7 +14,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: man.dnssec-dsfromkey.html,v 1.6.14.7 2009/06/03 01:54:41 tbox Exp $ -->
+<!-- $Id: man.dnssec-dsfromkey.html,v 1.6.14.14 2010/01/24 01:55:26 tbox Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -51,14 +51,14 @@
 <div class="cmdsynopsis"><p><code class="command">dnssec-dsfromkey</code>  {-s} [<code class="option">-v <em class="replaceable"><code>level</code></em></code>] [<code class="option">-1</code>] [<code class="option">-2</code>] [<code class="option">-a <em class="replaceable"><code>alg</code></em></code>] [<code class="option">-c <em class="replaceable"><code>class</code></em></code>] [<code class="option">-d <em class="replaceable"><code>dir</code></em></code>] {dnsname}</p></div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2603928"></a><h2>DESCRIPTION</h2>
+<a name="id2604057"></a><h2>DESCRIPTION</h2>
 <p><span><strong class="command">dnssec-dsfromkey</strong></span>
       outputs the Delegation Signer (DS) resource record (RR), as defined in
       RFC 3658 and RFC 4509, for the given key(s).
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2603942"></a><h2>OPTIONS</h2>
+<a name="id2604071"></a><h2>OPTIONS</h2>
 <div class="variablelist"><dl>
 <dt><span class="term">-1</span></dt>
 <dd><p>
@@ -99,7 +99,7 @@
 </dl></div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2604072"></a><h2>EXAMPLE</h2>
+<a name="id2604201"></a><h2>EXAMPLE</h2>
 <p>
       To build the SHA-256 DS RR from the
       <strong class="userinput"><code>Kexample.com.+003+26160</code></strong>
@@ -114,7 +114,7 @@
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2604108"></a><h2>FILES</h2>
+<a name="id2604237"></a><h2>FILES</h2>
 <p>
       The keyfile can be designed by the key identification
       <code class="filename">Knnnn.+aaa+iiiii</code> or the full file name
@@ -128,13 +128,13 @@
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2604150"></a><h2>CAVEAT</h2>
+<a name="id2604279"></a><h2>CAVEAT</h2>
 <p>
       A keyfile error can give a "file not found" even if the file exists.
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2604160"></a><h2>SEE ALSO</h2>
+<a name="id2604289"></a><h2>SEE ALSO</h2>
 <p><span class="citerefentry"><span class="refentrytitle">dnssec-keygen</span>(8)</span>,
       <span class="citerefentry"><span class="refentrytitle">dnssec-signzone</span>(8)</span>,
       <em class="citetitle">BIND 9 Administrator Reference Manual</em>,
@@ -143,7 +143,7 @@
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2604196"></a><h2>AUTHOR</h2>
+<a name="id2604325"></a><h2>AUTHOR</h2>
 <p><span class="corpauthor">Internet Systems Consortium</span>
     </p>
 </div>
diff --git a/contrib/bind9/doc/arm/man.dnssec-keyfromlabel.html b/contrib/bind9/doc/arm/man.dnssec-keyfromlabel.html
index c885dbec1c61..8996855de520 100644
--- a/contrib/bind9/doc/arm/man.dnssec-keyfromlabel.html
+++ b/contrib/bind9/doc/arm/man.dnssec-keyfromlabel.html
@@ -1,8 +1,8 @@
 <!--
- - Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2004-2010 Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000-2003 Internet Software Consortium.
  - 
- - Permission to use, copy, modify, and distribute this software for any
+ - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
  - copyright notice and this permission notice appear in all copies.
  - 
@@ -14,7 +14,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: man.dnssec-keyfromlabel.html,v 1.31.14.7 2009/06/03 01:54:41 tbox Exp $ -->
+<!-- $Id: man.dnssec-keyfromlabel.html,v 1.31.14.17 2010/01/24 01:55:25 tbox Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -50,7 +50,7 @@
 <div class="cmdsynopsis"><p><code class="command">dnssec-keyfromlabel</code>  {-a <em class="replaceable"><code>algorithm</code></em>} {-l <em class="replaceable"><code>label</code></em>} [<code class="option">-c <em class="replaceable"><code>class</code></em></code>] [<code class="option">-f <em class="replaceable"><code>flag</code></em></code>] [<code class="option">-k</code>] [<code class="option">-n <em class="replaceable"><code>nametype</code></em></code>] [<code class="option">-p <em class="replaceable"><code>protocol</code></em></code>] [<code class="option">-t <em class="replaceable"><code>type</code></em></code>] [<code class="option">-v <em class="replaceable"><code>level</code></em></code>] {name}</p></div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2604515"></a><h2>DESCRIPTION</h2>
+<a name="id2604585"></a><h2>DESCRIPTION</h2>
 <p><span><strong class="command">dnssec-keyfromlabel</strong></span>
       gets keys with the given label from a crypto hardware and builds
       key files for DNSSEC (Secure DNS), as defined in RFC 2535
@@ -58,16 +58,24 @@
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2604529"></a><h2>OPTIONS</h2>
+<a name="id2604599"></a><h2>OPTIONS</h2>
 <div class="variablelist"><dl>
 <dt><span class="term">-a <em class="replaceable"><code>algorithm</code></em></span></dt>
 <dd>
 <p>
 	    Selects the cryptographic algorithm.  The value of
-	    <code class="option">algorithm</code> must be one of RSAMD5 (RSA)
-	    or RSASHA1, DSA, NSEC3RSASHA1, NSEC3DSA or DH (Diffie Hellman).
+	    <code class="option">algorithm</code> must be one of RSAMD5,
+ 	    RSASHA1, DSA, NSEC3RSASHA1, NSEC3DSA, RSASHA256,
+ 	    RSASHA512 or DH (Diffie Hellman).
 	    These values are case insensitive.
 	  </p>
+<p>
+            If no algorithm is specified, then RSASHA1 will be used by
+            default, unless the <code class="option">-3</code> option is specified,
+            in which case NSEC3RSASHA1 will be used instead.  (If
+            <code class="option">-3</code> is used and an algorithm is specified,
+            that algorithm will be checked for compatibility with NSEC3.)
+          </p>
 <p>
             Note 1: that for DNSSEC, RSASHA1 is a mandatory to implement
             algorithm, and DSA is recommended.
@@ -131,7 +139,7 @@
 </dl></div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2604930"></a><h2>GENERATED KEY FILES</h2>
+<a name="id2604873"></a><h2>GENERATED KEY FILES</h2>
 <p>
       When <span><strong class="command">dnssec-keyfromlabel</strong></span> completes
       successfully,
@@ -172,17 +180,15 @@
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2605024"></a><h2>SEE ALSO</h2>
+<a name="id2604967"></a><h2>SEE ALSO</h2>
 <p><span class="citerefentry"><span class="refentrytitle">dnssec-keygen</span>(8)</span>,
       <span class="citerefentry"><span class="refentrytitle">dnssec-signzone</span>(8)</span>,
       <em class="citetitle">BIND 9 Administrator Reference Manual</em>,
-      <em class="citetitle">RFC 2539</em>,
-      <em class="citetitle">RFC 2845</em>,
-      <em class="citetitle">RFC 4033</em>.
+      <em class="citetitle">RFC 4034</em>.
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2605063"></a><h2>AUTHOR</h2>
+<a name="id2605000"></a><h2>AUTHOR</h2>
 <p><span class="corpauthor">Internet Systems Consortium</span>
     </p>
 </div>
diff --git a/contrib/bind9/doc/arm/man.dnssec-keygen.html b/contrib/bind9/doc/arm/man.dnssec-keygen.html
index 17d08e2fd109..5f6ca8003c91 100644
--- a/contrib/bind9/doc/arm/man.dnssec-keygen.html
+++ b/contrib/bind9/doc/arm/man.dnssec-keygen.html
@@ -1,8 +1,8 @@
 <!--
- - Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2004-2010 Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000-2003 Internet Software Consortium.
  - 
- - Permission to use, copy, modify, and distribute this software for any
+ - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
  - copyright notice and this permission notice appear in all copies.
  - 
@@ -14,7 +14,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: man.dnssec-keygen.html,v 1.97.14.7 2009/06/03 01:54:40 tbox Exp $ -->
+<!-- $Id: man.dnssec-keygen.html,v 1.97.14.17 2010/01/24 01:55:25 tbox Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -50,23 +50,31 @@
 <div class="cmdsynopsis"><p><code class="command">dnssec-keygen</code>  {-a <em class="replaceable"><code>algorithm</code></em>} {-b <em class="replaceable"><code>keysize</code></em>} {-n <em class="replaceable"><code>nametype</code></em>} [<code class="option">-c <em class="replaceable"><code>class</code></em></code>] [<code class="option">-e</code>] [<code class="option">-f <em class="replaceable"><code>flag</code></em></code>] [<code class="option">-g <em class="replaceable"><code>generator</code></em></code>] [<code class="option">-h</code>] [<code class="option">-k</code>] [<code class="option">-p <em class="replaceable"><code>protocol</code></em></code>] [<code class="option">-r <em class="replaceable"><code>randomdev</code></em></code>] [<code class="option">-s <em class="replaceable"><code>strength</code></em></code>] [<code class="option">-t <em class="replaceable"><code>type</code></em></code>] [<code class="option">-v <em class="replaceable"><code>level</code></em></code>] {name}</p></div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2605709"></a><h2>DESCRIPTION</h2>
+<a name="id2605796"></a><h2>DESCRIPTION</h2>
 <p><span><strong class="command">dnssec-keygen</strong></span>
       generates keys for DNSSEC (Secure DNS), as defined in RFC 2535
       and RFC 4034.  It can also generate keys for use with
       TSIG (Transaction Signatures), as defined in RFC 2845.
     </p>
+<p>
+      The <code class="option">name</code> of the key is specified on the command
+      line.  For DNSSEC keys, this must match the name of the zone for
+      which the key is being generated.
+    </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2605723"></a><h2>OPTIONS</h2>
+<a name="id2605816"></a><h2>OPTIONS</h2>
 <div class="variablelist"><dl>
 <dt><span class="term">-a <em class="replaceable"><code>algorithm</code></em></span></dt>
 <dd>
 <p>
-            Selects the cryptographic algorithm.  The value of
-            <code class="option">algorithm</code> must be one of RSAMD5 (RSA) or RSASHA1,
-	    DSA, NSEC3RSASHA1, NSEC3DSA, DH (Diffie Hellman), or HMAC-MD5.
-	    These values are case insensitive.
+            Selects the cryptographic algorithm.  For DNSSEC keys, the value
+            of <code class="option">algorithm</code> must be one of RSAMD5, RSASHA1,
+            DSA, NSEC3RSASHA1, NSEC3DSA, RSASHA256 or RSASHA512.
+            For TSIG/TKEY, the value must
+            be DH (Diffie Hellman), HMAC-MD5, HMAC-SHA1, HMAC-SHA224,
+            HMAC-SHA256, HMAC-SHA384, or HMAC-SHA512.  These values are
+            case insensitive.
           </p>
 <p>
             Note 1: that for DNSSEC, RSASHA1 is a mandatory to implement
@@ -80,11 +88,10 @@
 <dt><span class="term">-b <em class="replaceable"><code>keysize</code></em></span></dt>
 <dd><p>
             Specifies the number of bits in the key.  The choice of key
-            size depends on the algorithm used.  RSAMD5 / RSASHA1 keys must be
-            between
-            512 and 2048 bits.  Diffie Hellman keys must be between
+            size depends on the algorithm used.  RSA keys must be
+            between 512 and 2048 bits.  Diffie Hellman keys must be between
             128 and 4096 bits.  DSA keys must be between 512 and 1024
-            bits and an exact multiple of 64.  HMAC-MD5 keys must be
+            bits and an exact multiple of 64.  HMAC keys must be
             between 1 and 512 bits.
           </p></dd>
 <dt><span class="term">-n <em class="replaceable"><code>nametype</code></em></span></dt>
@@ -166,7 +173,7 @@
 </dl></div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2606408"></a><h2>GENERATED KEYS</h2>
+<a name="id2606433"></a><h2>GENERATED KEYS</h2>
 <p>
       When <span><strong class="command">dnssec-keygen</strong></span> completes
       successfully,
@@ -212,7 +219,7 @@
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2608564"></a><h2>EXAMPLE</h2>
+<a name="id2608588"></a><h2>EXAMPLE</h2>
 <p>
       To generate a 768-bit DSA key for the domain
       <strong class="userinput"><code>example.com</code></strong>, the following command would be
@@ -233,16 +240,16 @@
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2608893"></a><h2>SEE ALSO</h2>
+<a name="id2608645"></a><h2>SEE ALSO</h2>
 <p><span class="citerefentry"><span class="refentrytitle">dnssec-signzone</span>(8)</span>,
       <em class="citetitle">BIND 9 Administrator Reference Manual</em>,
       <em class="citetitle">RFC 2539</em>,
       <em class="citetitle">RFC 2845</em>,
-      <em class="citetitle">RFC 4033</em>.
+      <em class="citetitle">RFC 4034</em>.
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2608924"></a><h2>AUTHOR</h2>
+<a name="id2608812"></a><h2>AUTHOR</h2>
 <p><span class="corpauthor">Internet Systems Consortium</span>
     </p>
 </div>
diff --git a/contrib/bind9/doc/arm/man.dnssec-signzone.html b/contrib/bind9/doc/arm/man.dnssec-signzone.html
index 40c09764bd17..735cce1dbee3 100644
--- a/contrib/bind9/doc/arm/man.dnssec-signzone.html
+++ b/contrib/bind9/doc/arm/man.dnssec-signzone.html
@@ -1,8 +1,8 @@
 <!--
- - Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2004-2010 Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000-2003 Internet Software Consortium.
  - 
- - Permission to use, copy, modify, and distribute this software for any
+ - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
  - copyright notice and this permission notice appear in all copies.
  - 
@@ -14,7 +14,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: man.dnssec-signzone.html,v 1.94.14.11.8.1 2009/12/31 23:17:55 tbox Exp $ -->
+<!-- $Id: man.dnssec-signzone.html,v 1.94.14.23 2010/01/24 01:55:25 tbox Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -47,21 +47,21 @@
 </div>
 <div class="refsynopsisdiv">
 <h2>Synopsis</h2>
-<div class="cmdsynopsis"><p><code class="command">dnssec-signzone</code>  [<code class="option">-a</code>] [<code class="option">-c <em class="replaceable"><code>class</code></em></code>] [<code class="option">-d <em class="replaceable"><code>directory</code></em></code>] [<code class="option">-e <em class="replaceable"><code>end-time</code></em></code>] [<code class="option">-f <em class="replaceable"><code>output-file</code></em></code>] [<code class="option">-g</code>] [<code class="option">-h</code>] [<code class="option">-k <em class="replaceable"><code>key</code></em></code>] [<code class="option">-l <em class="replaceable"><code>domain</code></em></code>] [<code class="option">-i <em class="replaceable"><code>interval</code></em></code>] [<code class="option">-I <em class="replaceable"><code>input-format</code></em></code>] [<code class="option">-j <em class="replaceable"><code>jitter</code></em></code>] [<code class="option">-N <em class="replaceable"><code>soa-serial-format</code></em></code>] [<code class="option">-o <em class="replaceable"><code>origin</code></em></code>] [<code class="option">-O <em class="replaceable"><code>output-format</code></em></code>] [<code class="option">-p</code>] [<code class="option">-r <em class="replaceable"><code>randomdev</code></em></code>] [<code class="option">-s <em class="replaceable"><code>start-time</code></em></code>] [<code class="option">-t</code>] [<code class="option">-v <em class="replaceable"><code>level</code></em></code>] [<code class="option">-z</code>] [<code class="option">-3 <em class="replaceable"><code>salt</code></em></code>] [<code class="option">-H <em class="replaceable"><code>iterations</code></em></code>] [<code class="option">-A</code>] {zonefile} [key...]</p></div>
+<div class="cmdsynopsis"><p><code class="command">dnssec-signzone</code>  [<code class="option">-a</code>] [<code class="option">-c <em class="replaceable"><code>class</code></em></code>] [<code class="option">-d <em class="replaceable"><code>directory</code></em></code>] [<code class="option">-e <em class="replaceable"><code>end-time</code></em></code>] [<code class="option">-f <em class="replaceable"><code>output-file</code></em></code>] [<code class="option">-g</code>] [<code class="option">-h</code>] [<code class="option">-k <em class="replaceable"><code>key</code></em></code>] [<code class="option">-l <em class="replaceable"><code>domain</code></em></code>] [<code class="option">-i <em class="replaceable"><code>interval</code></em></code>] [<code class="option">-I <em class="replaceable"><code>input-format</code></em></code>] [<code class="option">-j <em class="replaceable"><code>jitter</code></em></code>] [<code class="option">-N <em class="replaceable"><code>soa-serial-format</code></em></code>] [<code class="option">-o <em class="replaceable"><code>origin</code></em></code>] [<code class="option">-O <em class="replaceable"><code>output-format</code></em></code>] [<code class="option">-p</code>] [<code class="option">-P</code>] [<code class="option">-r <em class="replaceable"><code>randomdev</code></em></code>] [<code class="option">-s <em class="replaceable"><code>start-time</code></em></code>] [<code class="option">-t</code>] [<code class="option">-v <em class="replaceable"><code>level</code></em></code>] [<code class="option">-z</code>] [<code class="option">-3 <em class="replaceable"><code>salt</code></em></code>] [<code class="option">-H <em class="replaceable"><code>iterations</code></em></code>] [<code class="option">-A</code>] {zonefile} [key...]</p></div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2607752"></a><h2>DESCRIPTION</h2>
+<a name="id2607536"></a><h2>DESCRIPTION</h2>
 <p><span><strong class="command">dnssec-signzone</strong></span>
       signs a zone.  It generates
       NSEC and RRSIG records and produces a signed version of the
-      zone. The security status of delegations from the signed zone
-      (that is, whether the child zones are secure or not) is
-      determined by the presence or absence of a
-      <code class="filename">keyset</code> file for each child zone.
+      zone.  It also generates a <code class="filename">keyset-</code> file containing
+      the key-signing keys for the zone, and if signing a zone which
+      contains delegations, it can optionally generate DS records for
+      the child zones from their <code class="filename">keyset-</code> files.
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2607771"></a><h2>OPTIONS</h2>
+<a name="id2607560"></a><h2>OPTIONS</h2>
 <div class="variablelist"><dl>
 <dt><span class="term">-a</span></dt>
 <dd><p>
@@ -88,8 +88,10 @@
           </p></dd>
 <dt><span class="term">-g</span></dt>
 <dd><p>
-            Generate DS records for child zones from keyset files.
-            Existing DS records will be removed.
+            If the zone contains any delegations, and there are
+            <code class="filename">keyset-</code> files for any of the child zones,
+            then DS records for the child zones will be generated from the
+            keys in those files.  Existing DS records will be removed.
           </p></dd>
 <dt><span class="term">-s <em class="replaceable"><code>start-time</code></em></span></dt>
 <dd><p>
@@ -220,6 +222,19 @@
             may be useful when signing large zones or when the entropy
             source is limited.
           </p></dd>
+<dt><span class="term">-P</span></dt>
+<dd>
+<p>
+	    Disable post sign verification tests.
+          </p>
+<p>
+	    The post sign verification test ensures that for each algorithm
+	    in use there is at least one non revoked self signed KSK key,
+	    that all revoked KSK keys are self signed, and that all records
+	    in the zone are signed by the algorithm.
+	    This option skips these tests.
+          </p>
+</dd>
 <dt><span class="term">-r <em class="replaceable"><code>randomdev</code></em></span></dt>
 <dd><p>
             Specifies the source of randomness.  If the operating
@@ -276,7 +291,7 @@
 </dl></div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2659163"></a><h2>EXAMPLE</h2>
+<a name="id2659930"></a><h2>EXAMPLE</h2>
 <p>
       The following command signs the <strong class="userinput"><code>example.com</code></strong>
       zone with the DSA key generated by <span><strong class="command">dnssec-keygen</strong></span>
@@ -305,7 +320,7 @@ db.example.com.signed
 %</pre>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2659304"></a><h2>KNOWN BUGS</h2>
+<a name="id2660003"></a><h2>KNOWN BUGS</h2>
 <p>
         <span><strong class="command">dnssec-signzone</strong></span> was designed so that it could
         sign a zone partially, using only a subset of the DNSSEC keys
@@ -330,14 +345,14 @@ db.example.com.signed
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2659404"></a><h2>SEE ALSO</h2>
+<a name="id2660035"></a><h2>SEE ALSO</h2>
 <p><span class="citerefentry"><span class="refentrytitle">dnssec-keygen</span>(8)</span>,
       <em class="citetitle">BIND 9 Administrator Reference Manual</em>,
       <em class="citetitle">RFC 4033</em>.
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2659429"></a><h2>AUTHOR</h2>
+<a name="id2660059"></a><h2>AUTHOR</h2>
 <p><span class="corpauthor">Internet Systems Consortium</span>
     </p>
 </div>
diff --git a/contrib/bind9/doc/arm/man.host.html b/contrib/bind9/doc/arm/man.host.html
index 22f6731dba1e..85ed78eaf6f5 100644
--- a/contrib/bind9/doc/arm/man.host.html
+++ b/contrib/bind9/doc/arm/man.host.html
@@ -1,8 +1,8 @@
 <!--
- - Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2004-2010 Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000-2003 Internet Software Consortium.
  - 
- - Permission to use, copy, modify, and distribute this software for any
+ - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
  - copyright notice and this permission notice appear in all copies.
  - 
@@ -14,7 +14,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: man.host.html,v 1.93.14.7 2009/06/03 01:54:40 tbox Exp $ -->
+<!-- $Id: man.host.html,v 1.93.14.15 2010/01/24 01:55:26 tbox Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -50,7 +50,7 @@
 <div class="cmdsynopsis"><p><code class="command">host</code>  [<code class="option">-aCdlnrsTwv</code>] [<code class="option">-c <em class="replaceable"><code>class</code></em></code>] [<code class="option">-N <em class="replaceable"><code>ndots</code></em></code>] [<code class="option">-R <em class="replaceable"><code>number</code></em></code>] [<code class="option">-t <em class="replaceable"><code>type</code></em></code>] [<code class="option">-W <em class="replaceable"><code>wait</code></em></code>] [<code class="option">-m <em class="replaceable"><code>flag</code></em></code>] [<code class="option">-4</code>] [<code class="option">-6</code>] {name} [server]</p></div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2603221"></a><h2>DESCRIPTION</h2>
+<a name="id2603350"></a><h2>DESCRIPTION</h2>
 <p><span><strong class="command">host</strong></span>
       is a simple utility for performing DNS lookups.
       It is normally used to convert names to IP addresses and vice versa.
@@ -202,7 +202,7 @@
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2603735"></a><h2>IDN SUPPORT</h2>
+<a name="id2603864"></a><h2>IDN SUPPORT</h2>
 <p>
       If <span><strong class="command">host</strong></span> has been built with IDN (internationalized
       domain name) support, it can accept and display non-ASCII domain names. 
@@ -216,12 +216,12 @@
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2603764"></a><h2>FILES</h2>
+<a name="id2603893"></a><h2>FILES</h2>
 <p><code class="filename">/etc/resolv.conf</code>
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2603778"></a><h2>SEE ALSO</h2>
+<a name="id2603907"></a><h2>SEE ALSO</h2>
 <p><span class="citerefentry"><span class="refentrytitle">dig</span>(1)</span>,
       <span class="citerefentry"><span class="refentrytitle">named</span>(8)</span>.
     </p>
diff --git a/contrib/bind9/doc/arm/man.named-checkconf.html b/contrib/bind9/doc/arm/man.named-checkconf.html
index 94c22f69c4f9..424c9481d198 100644
--- a/contrib/bind9/doc/arm/man.named-checkconf.html
+++ b/contrib/bind9/doc/arm/man.named-checkconf.html
@@ -1,8 +1,8 @@
 <!--
- - Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2004-2010 Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000-2003 Internet Software Consortium.
  - 
- - Permission to use, copy, modify, and distribute this software for any
+ - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
  - copyright notice and this permission notice appear in all copies.
  - 
@@ -14,7 +14,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: man.named-checkconf.html,v 1.92.14.8.8.1 2009/12/31 23:17:55 tbox Exp $ -->
+<!-- $Id: man.named-checkconf.html,v 1.92.14.20 2010/01/24 01:55:25 tbox Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -50,14 +50,14 @@
 <div class="cmdsynopsis"><p><code class="command">named-checkconf</code>  [<code class="option">-h</code>] [<code class="option">-v</code>] [<code class="option">-j</code>] [<code class="option">-t <em class="replaceable"><code>directory</code></em></code>] {filename} [<code class="option">-z</code>]</p></div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2608660"></a><h2>DESCRIPTION</h2>
+<a name="id2608162"></a><h2>DESCRIPTION</h2>
 <p><span><strong class="command">named-checkconf</strong></span>
       checks the syntax, but not the semantics, of a named
       configuration file.
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2608674"></a><h2>OPTIONS</h2>
+<a name="id2608176"></a><h2>OPTIONS</h2>
 <div class="variablelist"><dl>
 <dt><span class="term">-h</span></dt>
 <dd><p>
@@ -92,21 +92,21 @@
 </dl></div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2608790"></a><h2>RETURN VALUES</h2>
+<a name="id2608292"></a><h2>RETURN VALUES</h2>
 <p><span><strong class="command">named-checkconf</strong></span>
       returns an exit status of 1 if
       errors were detected and 0 otherwise.
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2608804"></a><h2>SEE ALSO</h2>
+<a name="id2608306"></a><h2>SEE ALSO</h2>
 <p><span class="citerefentry"><span class="refentrytitle">named</span>(8)</span>,
       <span class="citerefentry"><span class="refentrytitle">named-checkzone</span>(8)</span>,
       <em class="citetitle">BIND 9 Administrator Reference Manual</em>.
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2608834"></a><h2>AUTHOR</h2>
+<a name="id2608882"></a><h2>AUTHOR</h2>
 <p><span class="corpauthor">Internet Systems Consortium</span>
     </p>
 </div>
diff --git a/contrib/bind9/doc/arm/man.named-checkzone.html b/contrib/bind9/doc/arm/man.named-checkzone.html
index b187a1a71124..cabab442cfa1 100644
--- a/contrib/bind9/doc/arm/man.named-checkzone.html
+++ b/contrib/bind9/doc/arm/man.named-checkzone.html
@@ -1,8 +1,8 @@
 <!--
- - Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2004-2010 Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000-2003 Internet Software Consortium.
  - 
- - Permission to use, copy, modify, and distribute this software for any
+ - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
  - copyright notice and this permission notice appear in all copies.
  - 
@@ -14,7 +14,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: man.named-checkzone.html,v 1.98.14.8.8.1 2009/12/31 23:17:55 tbox Exp $ -->
+<!-- $Id: man.named-checkzone.html,v 1.98.14.20 2010/01/24 01:55:25 tbox Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -47,11 +47,11 @@
 </div>
 <div class="refsynopsisdiv">
 <h2>Synopsis</h2>
-<div class="cmdsynopsis"><p><code class="command">named-checkzone</code>  [<code class="option">-d</code>] [<code class="option">-h</code>] [<code class="option">-j</code>] [<code class="option">-q</code>] [<code class="option">-v</code>] [<code class="option">-c <em class="replaceable"><code>class</code></em></code>] [<code class="option">-f <em class="replaceable"><code>format</code></em></code>] [<code class="option">-F <em class="replaceable"><code>format</code></em></code>] [<code class="option">-i <em class="replaceable"><code>mode</code></em></code>] [<code class="option">-k <em class="replaceable"><code>mode</code></em></code>] [<code class="option">-m <em class="replaceable"><code>mode</code></em></code>] [<code class="option">-M <em class="replaceable"><code>mode</code></em></code>] [<code class="option">-n <em class="replaceable"><code>mode</code></em></code>] [<code class="option">-o <em class="replaceable"><code>filename</code></em></code>] [<code class="option">-s <em class="replaceable"><code>style</code></em></code>] [<code class="option">-S <em class="replaceable"><code>mode</code></em></code>] [<code class="option">-t <em class="replaceable"><code>directory</code></em></code>] [<code class="option">-w <em class="replaceable"><code>directory</code></em></code>] [<code class="option">-D</code>] [<code class="option">-W <em class="replaceable"><code>mode</code></em></code>] {zonename} {filename}</p></div>
-<div class="cmdsynopsis"><p><code class="command">named-compilezone</code>  [<code class="option">-d</code>] [<code class="option">-j</code>] [<code class="option">-q</code>] [<code class="option">-v</code>] [<code class="option">-c <em class="replaceable"><code>class</code></em></code>] [<code class="option">-C <em class="replaceable"><code>mode</code></em></code>] [<code class="option">-f <em class="replaceable"><code>format</code></em></code>] [<code class="option">-F <em class="replaceable"><code>format</code></em></code>] [<code class="option">-i <em class="replaceable"><code>mode</code></em></code>] [<code class="option">-k <em class="replaceable"><code>mode</code></em></code>] [<code class="option">-m <em class="replaceable"><code>mode</code></em></code>] [<code class="option">-n <em class="replaceable"><code>mode</code></em></code>] [<code class="option">-o <em class="replaceable"><code>filename</code></em></code>] [<code class="option">-s <em class="replaceable"><code>style</code></em></code>] [<code class="option">-t <em class="replaceable"><code>directory</code></em></code>] [<code class="option">-w <em class="replaceable"><code>directory</code></em></code>] [<code class="option">-D</code>] [<code class="option">-W <em class="replaceable"><code>mode</code></em></code>] {zonename} {filename}</p></div>
+<div class="cmdsynopsis"><p><code class="command">named-checkzone</code>  [<code class="option">-d</code>] [<code class="option">-h</code>] [<code class="option">-j</code>] [<code class="option">-q</code>] [<code class="option">-v</code>] [<code class="option">-c <em class="replaceable"><code>class</code></em></code>] [<code class="option">-f <em class="replaceable"><code>format</code></em></code>] [<code class="option">-F <em class="replaceable"><code>format</code></em></code>] [<code class="option">-i <em class="replaceable"><code>mode</code></em></code>] [<code class="option">-k <em class="replaceable"><code>mode</code></em></code>] [<code class="option">-m <em class="replaceable"><code>mode</code></em></code>] [<code class="option">-M <em class="replaceable"><code>mode</code></em></code>] [<code class="option">-n <em class="replaceable"><code>mode</code></em></code>] [<code class="option">-s <em class="replaceable"><code>style</code></em></code>] [<code class="option">-S <em class="replaceable"><code>mode</code></em></code>] [<code class="option">-t <em class="replaceable"><code>directory</code></em></code>] [<code class="option">-w <em class="replaceable"><code>directory</code></em></code>] [<code class="option">-D</code>] [<code class="option">-W <em class="replaceable"><code>mode</code></em></code>] {zonename} {filename}</p></div>
+<div class="cmdsynopsis"><p><code class="command">named-compilezone</code>  [<code class="option">-d</code>] [<code class="option">-j</code>] [<code class="option">-q</code>] [<code class="option">-v</code>] [<code class="option">-c <em class="replaceable"><code>class</code></em></code>] [<code class="option">-C <em class="replaceable"><code>mode</code></em></code>] [<code class="option">-f <em class="replaceable"><code>format</code></em></code>] [<code class="option">-F <em class="replaceable"><code>format</code></em></code>] [<code class="option">-i <em class="replaceable"><code>mode</code></em></code>] [<code class="option">-k <em class="replaceable"><code>mode</code></em></code>] [<code class="option">-m <em class="replaceable"><code>mode</code></em></code>] [<code class="option">-n <em class="replaceable"><code>mode</code></em></code>] [<code class="option">-o <em class="replaceable"><code>filename</code></em></code>] [<code class="option">-s <em class="replaceable"><code>style</code></em></code>] [<code class="option">-t <em class="replaceable"><code>directory</code></em></code>] [<code class="option">-w <em class="replaceable"><code>directory</code></em></code>] [<code class="option">-D</code>] [<code class="option">-W <em class="replaceable"><code>mode</code></em></code>] {<code class="option">-o <em class="replaceable"><code>filename</code></em></code>} {zonename} {filename}</p></div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2609649"></a><h2>DESCRIPTION</h2>
+<a name="id2610311"></a><h2>DESCRIPTION</h2>
 <p><span><strong class="command">named-checkzone</strong></span>
       checks the syntax and integrity of a zone file.  It performs the
       same checks as <span><strong class="command">named</strong></span> does when loading a
@@ -71,7 +71,7 @@
      </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2659465"></a><h2>OPTIONS</h2>
+<a name="id2610361"></a><h2>OPTIONS</h2>
 <div class="variablelist"><dl>
 <dt><span class="term">-d</span></dt>
 <dd><p>
@@ -257,14 +257,14 @@
 </dl></div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2660272"></a><h2>RETURN VALUES</h2>
+<a name="id2664074"></a><h2>RETURN VALUES</h2>
 <p><span><strong class="command">named-checkzone</strong></span>
       returns an exit status of 1 if
       errors were detected and 0 otherwise.
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2660285"></a><h2>SEE ALSO</h2>
+<a name="id2664088"></a><h2>SEE ALSO</h2>
 <p><span class="citerefentry"><span class="refentrytitle">named</span>(8)</span>,
       <span class="citerefentry"><span class="refentrytitle">named-checkconf</span>(8)</span>,
       <em class="citetitle">RFC 1035</em>,
@@ -272,7 +272,7 @@
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2660318"></a><h2>AUTHOR</h2>
+<a name="id2664189"></a><h2>AUTHOR</h2>
 <p><span class="corpauthor">Internet Systems Consortium</span>
     </p>
 </div>
diff --git a/contrib/bind9/doc/arm/man.named.html b/contrib/bind9/doc/arm/man.named.html
index 2a440ce4b105..d4783be0acde 100644
--- a/contrib/bind9/doc/arm/man.named.html
+++ b/contrib/bind9/doc/arm/man.named.html
@@ -1,8 +1,8 @@
 <!--
- - Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2004-2010 Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000-2003 Internet Software Consortium.
  - 
- - Permission to use, copy, modify, and distribute this software for any
+ - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
  - copyright notice and this permission notice appear in all copies.
  - 
@@ -14,7 +14,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: man.named.html,v 1.99.14.8.8.1 2009/12/31 23:17:55 tbox Exp $ -->
+<!-- $Id: man.named.html,v 1.99.14.20 2010/01/24 01:55:26 tbox Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -50,7 +50,7 @@
 <div class="cmdsynopsis"><p><code class="command">named</code>  [<code class="option">-4</code>] [<code class="option">-6</code>] [<code class="option">-c <em class="replaceable"><code>config-file</code></em></code>] [<code class="option">-d <em class="replaceable"><code>debug-level</code></em></code>] [<code class="option">-f</code>] [<code class="option">-g</code>] [<code class="option">-m <em class="replaceable"><code>flag</code></em></code>] [<code class="option">-n <em class="replaceable"><code>#cpus</code></em></code>] [<code class="option">-p <em class="replaceable"><code>port</code></em></code>] [<code class="option">-s</code>] [<code class="option">-S <em class="replaceable"><code>#max-socks</code></em></code>] [<code class="option">-t <em class="replaceable"><code>directory</code></em></code>] [<code class="option">-u <em class="replaceable"><code>user</code></em></code>] [<code class="option">-v</code>] [<code class="option">-V</code>] [<code class="option">-x <em class="replaceable"><code>cache-file</code></em></code>]</p></div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2610097"></a><h2>DESCRIPTION</h2>
+<a name="id2610590"></a><h2>DESCRIPTION</h2>
 <p><span><strong class="command">named</strong></span>
       is a Domain Name System (DNS) server,
       part of the BIND 9 distribution from ISC.  For more
@@ -65,7 +65,7 @@
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2610128"></a><h2>OPTIONS</h2>
+<a name="id2610621"></a><h2>OPTIONS</h2>
 <div class="variablelist"><dl>
 <dt><span class="term">-4</span></dt>
 <dd><p>
@@ -238,7 +238,7 @@
 </dl></div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2612161"></a><h2>SIGNALS</h2>
+<a name="id2652727"></a><h2>SIGNALS</h2>
 <p>
       In routine operation, signals should not be used to control
       the nameserver; <span><strong class="command">rndc</strong></span> should be used
@@ -259,16 +259,24 @@
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2612211"></a><h2>CONFIGURATION</h2>
+<a name="id2652777"></a><h2>CONFIGURATION</h2>
 <p>
       The <span><strong class="command">named</strong></span> configuration file is too complex
       to describe in detail here.  A complete description is provided
       in the
       <em class="citetitle">BIND 9 Administrator Reference Manual</em>.
     </p>
+<p>
+      <span><strong class="command">named</strong></span> inherits the <code class="function">umask</code>
+      (file creation mode mask) from the parent process. If files
+      created by <span><strong class="command">named</strong></span>, such as journal files,
+      need to have custom permissions, the <code class="function">umask</code>
+      should be set explicitly in the script used to start the
+      <span><strong class="command">named</strong></span> process.
+    </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2612298"></a><h2>FILES</h2>
+<a name="id2652826"></a><h2>FILES</h2>
 <div class="variablelist"><dl>
 <dt><span class="term"><code class="filename">/etc/named.conf</code></span></dt>
 <dd><p>
@@ -281,7 +289,7 @@
 </dl></div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2612342"></a><h2>SEE ALSO</h2>
+<a name="id2664544"></a><h2>SEE ALSO</h2>
 <p><em class="citetitle">RFC 1033</em>,
       <em class="citetitle">RFC 1034</em>,
       <em class="citetitle">RFC 1035</em>,
@@ -294,7 +302,7 @@
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2612412"></a><h2>AUTHOR</h2>
+<a name="id2664614"></a><h2>AUTHOR</h2>
 <p><span class="corpauthor">Internet Systems Consortium</span>
     </p>
 </div>
diff --git a/contrib/bind9/doc/arm/man.nsupdate.html b/contrib/bind9/doc/arm/man.nsupdate.html
index eb3b7bec285a..d3d7547b81f3 100644
--- a/contrib/bind9/doc/arm/man.nsupdate.html
+++ b/contrib/bind9/doc/arm/man.nsupdate.html
@@ -1,8 +1,8 @@
 <!--
- - Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2004-2010 Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000-2003 Internet Software Consortium.
  - 
- - Permission to use, copy, modify, and distribute this software for any
+ - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
  - copyright notice and this permission notice appear in all copies.
  - 
@@ -14,7 +14,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: man.nsupdate.html,v 1.22.14.9.8.1 2009/12/31 23:17:55 tbox Exp $ -->
+<!-- $Id: man.nsupdate.html,v 1.22.14.21 2010/01/24 01:55:25 tbox Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -50,7 +50,7 @@
 <div class="cmdsynopsis"><p><code class="command">nsupdate</code>  [<code class="option">-d</code>] [<code class="option">-D</code>] [[<code class="option">-g</code>] |  [<code class="option">-o</code>] |  [<code class="option">-y <em class="replaceable"><code>[<span class="optional">hmac:</span>]keyname:secret</code></em></code>] |  [<code class="option">-k <em class="replaceable"><code>keyfile</code></em></code>]] [<code class="option">-t <em class="replaceable"><code>timeout</code></em></code>] [<code class="option">-u <em class="replaceable"><code>udptimeout</code></em></code>] [<code class="option">-r <em class="replaceable"><code>udpretries</code></em></code>] [<code class="option">-R <em class="replaceable"><code>randomdev</code></em></code>] [<code class="option">-v</code>] [filename]</p></div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2610846"></a><h2>DESCRIPTION</h2>
+<a name="id2611269"></a><h2>DESCRIPTION</h2>
 <p><span><strong class="command">nsupdate</strong></span>
       is used to submit Dynamic DNS Update requests as defined in RFC2136
       to a name server.
@@ -187,7 +187,7 @@
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2611241"></a><h2>INPUT FORMAT</h2>
+<a name="id2611595"></a><h2>INPUT FORMAT</h2>
 <p><span><strong class="command">nsupdate</strong></span>
       reads input from
       <em class="parameter"><code>filename</code></em>
@@ -451,7 +451,7 @@
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2667228"></a><h2>EXAMPLES</h2>
+<a name="id2666627"></a><h2>EXAMPLES</h2>
 <p>
       The examples below show how
       <span><strong class="command">nsupdate</strong></span>
@@ -505,7 +505,7 @@
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2667278"></a><h2>FILES</h2>
+<a name="id2666677"></a><h2>FILES</h2>
 <div class="variablelist"><dl>
 <dt><span class="term"><code class="constant">/etc/resolv.conf</code></span></dt>
 <dd><p>
@@ -524,7 +524,7 @@
 </dl></div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2667348"></a><h2>SEE ALSO</h2>
+<a name="id2666746"></a><h2>SEE ALSO</h2>
 <p><span class="citerefentry"><span class="refentrytitle">RFC2136</span></span>,
       <span class="citerefentry"><span class="refentrytitle">RFC3007</span></span>,
       <span class="citerefentry"><span class="refentrytitle">RFC2104</span></span>,
@@ -537,7 +537,7 @@
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2667418"></a><h2>BUGS</h2>
+<a name="id2666817"></a><h2>BUGS</h2>
 <p>
       The TSIG key is redundantly stored in two separate files.
       This is a consequence of nsupdate using the DST library
diff --git a/contrib/bind9/doc/arm/man.rndc-confgen.html b/contrib/bind9/doc/arm/man.rndc-confgen.html
index cb59c2ed7220..d6240a718e34 100644
--- a/contrib/bind9/doc/arm/man.rndc-confgen.html
+++ b/contrib/bind9/doc/arm/man.rndc-confgen.html
@@ -1,8 +1,8 @@
 <!--
- - Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2004-2010 Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000-2003 Internet Software Consortium.
  - 
- - Permission to use, copy, modify, and distribute this software for any
+ - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
  - copyright notice and this permission notice appear in all copies.
  - 
@@ -14,7 +14,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: man.rndc-confgen.html,v 1.102.14.9.8.1 2009/12/31 23:17:56 tbox Exp $ -->
+<!-- $Id: man.rndc-confgen.html,v 1.102.14.21 2010/01/24 01:55:26 tbox Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -48,7 +48,7 @@
 <div class="cmdsynopsis"><p><code class="command">rndc-confgen</code>  [<code class="option">-a</code>] [<code class="option">-b <em class="replaceable"><code>keysize</code></em></code>] [<code class="option">-c <em class="replaceable"><code>keyfile</code></em></code>] [<code class="option">-h</code>] [<code class="option">-k <em class="replaceable"><code>keyname</code></em></code>] [<code class="option">-p <em class="replaceable"><code>port</code></em></code>] [<code class="option">-r <em class="replaceable"><code>randomfile</code></em></code>] [<code class="option">-s <em class="replaceable"><code>address</code></em></code>] [<code class="option">-t <em class="replaceable"><code>chrootdir</code></em></code>] [<code class="option">-u <em class="replaceable"><code>user</code></em></code>]</p></div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2613358"></a><h2>DESCRIPTION</h2>
+<a name="id2632964"></a><h2>DESCRIPTION</h2>
 <p><span><strong class="command">rndc-confgen</strong></span>
       generates configuration files
       for <span><strong class="command">rndc</strong></span>.  It can be used as a
@@ -64,7 +64,7 @@
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2613425"></a><h2>OPTIONS</h2>
+<a name="id2633030"></a><h2>OPTIONS</h2>
 <div class="variablelist"><dl>
 <dt><span class="term">-a</span></dt>
 <dd>
@@ -171,7 +171,7 @@
 </dl></div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2633130"></a><h2>EXAMPLES</h2>
+<a name="id2633621"></a><h2>EXAMPLES</h2>
 <p>
       To allow <span><strong class="command">rndc</strong></span> to be used with
       no manual configuration, run
@@ -188,7 +188,7 @@
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2633187"></a><h2>SEE ALSO</h2>
+<a name="id2634974"></a><h2>SEE ALSO</h2>
 <p><span class="citerefentry"><span class="refentrytitle">rndc</span>(8)</span>,
       <span class="citerefentry"><span class="refentrytitle">rndc.conf</span>(5)</span>,
       <span class="citerefentry"><span class="refentrytitle">named</span>(8)</span>,
@@ -196,7 +196,7 @@
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2633225"></a><h2>AUTHOR</h2>
+<a name="id2635013"></a><h2>AUTHOR</h2>
 <p><span class="corpauthor">Internet Systems Consortium</span>
     </p>
 </div>
diff --git a/contrib/bind9/doc/arm/man.rndc.conf.html b/contrib/bind9/doc/arm/man.rndc.conf.html
index e8e86ba6b138..029eff39666e 100644
--- a/contrib/bind9/doc/arm/man.rndc.conf.html
+++ b/contrib/bind9/doc/arm/man.rndc.conf.html
@@ -1,8 +1,8 @@
 <!--
- - Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2004-2010 Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000-2003 Internet Software Consortium.
  - 
- - Permission to use, copy, modify, and distribute this software for any
+ - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
  - copyright notice and this permission notice appear in all copies.
  - 
@@ -14,7 +14,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: man.rndc.conf.html,v 1.103.14.9.8.1 2009/12/31 23:17:56 tbox Exp $ -->
+<!-- $Id: man.rndc.conf.html,v 1.103.14.21 2010/01/24 01:55:26 tbox Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -50,7 +50,7 @@
 <div class="cmdsynopsis"><p><code class="command">rndc.conf</code> </p></div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2607278"></a><h2>DESCRIPTION</h2>
+<a name="id2607086"></a><h2>DESCRIPTION</h2>
 <p><code class="filename">rndc.conf</code> is the configuration file
       for <span><strong class="command">rndc</strong></span>, the BIND 9 name server control
       utility.  This file has a similar structure and syntax to
@@ -135,7 +135,7 @@
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2612843"></a><h2>EXAMPLE</h2>
+<a name="id2615587"></a><h2>EXAMPLE</h2>
 <pre class="programlisting">
       options {
         default-server  localhost;
@@ -209,7 +209,7 @@
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2612965"></a><h2>NAME SERVER CONFIGURATION</h2>
+<a name="id2621648"></a><h2>NAME SERVER CONFIGURATION</h2>
 <p>
       The name server must be configured to accept rndc connections and
       to recognize the key specified in the <code class="filename">rndc.conf</code>
@@ -219,7 +219,7 @@
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2612990"></a><h2>SEE ALSO</h2>
+<a name="id2621673"></a><h2>SEE ALSO</h2>
 <p><span class="citerefentry"><span class="refentrytitle">rndc</span>(8)</span>,
       <span class="citerefentry"><span class="refentrytitle">rndc-confgen</span>(8)</span>,
       <span class="citerefentry"><span class="refentrytitle">mmencode</span>(1)</span>,
@@ -227,7 +227,7 @@
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2613029"></a><h2>AUTHOR</h2>
+<a name="id2621712"></a><h2>AUTHOR</h2>
 <p><span class="corpauthor">Internet Systems Consortium</span>
     </p>
 </div>
diff --git a/contrib/bind9/doc/arm/man.rndc.html b/contrib/bind9/doc/arm/man.rndc.html
index 36843bc145bb..8500fd337487 100644
--- a/contrib/bind9/doc/arm/man.rndc.html
+++ b/contrib/bind9/doc/arm/man.rndc.html
@@ -1,8 +1,8 @@
 <!--
- - Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2004-2010 Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000-2003 Internet Software Consortium.
  - 
- - Permission to use, copy, modify, and distribute this software for any
+ - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
  - copyright notice and this permission notice appear in all copies.
  - 
@@ -14,7 +14,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: man.rndc.html,v 1.101.14.9.8.1 2009/12/31 23:17:55 tbox Exp $ -->
+<!-- $Id: man.rndc.html,v 1.101.14.21 2010/01/24 01:55:26 tbox Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -50,7 +50,7 @@
 <div class="cmdsynopsis"><p><code class="command">rndc</code>  [<code class="option">-b <em class="replaceable"><code>source-address</code></em></code>] [<code class="option">-c <em class="replaceable"><code>config-file</code></em></code>] [<code class="option">-k <em class="replaceable"><code>key-file</code></em></code>] [<code class="option">-s <em class="replaceable"><code>server</code></em></code>] [<code class="option">-p <em class="replaceable"><code>port</code></em></code>] [<code class="option">-V</code>] [<code class="option">-y <em class="replaceable"><code>key_id</code></em></code>] {command}</p></div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2611413"></a><h2>DESCRIPTION</h2>
+<a name="id2612654"></a><h2>DESCRIPTION</h2>
 <p><span><strong class="command">rndc</strong></span>
       controls the operation of a name
       server.  It supersedes the <span><strong class="command">ndc</strong></span> utility
@@ -79,7 +79,7 @@
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2611463"></a><h2>OPTIONS</h2>
+<a name="id2612705"></a><h2>OPTIONS</h2>
 <div class="variablelist"><dl>
 <dt><span class="term">-b <em class="replaceable"><code>source-address</code></em></span></dt>
 <dd><p>
@@ -151,7 +151,7 @@
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2611961"></a><h2>LIMITATIONS</h2>
+<a name="id2613339"></a><h2>LIMITATIONS</h2>
 <p><span><strong class="command">rndc</strong></span>
       does not yet support all the commands of
       the BIND 8 <span><strong class="command">ndc</strong></span> utility.
@@ -165,7 +165,7 @@
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2611992"></a><h2>SEE ALSO</h2>
+<a name="id2613370"></a><h2>SEE ALSO</h2>
 <p><span class="citerefentry"><span class="refentrytitle">rndc.conf</span>(5)</span>,
       <span class="citerefentry"><span class="refentrytitle">rndc-confgen</span>(8)</span>,
       <span class="citerefentry"><span class="refentrytitle">named</span>(8)</span>,
@@ -175,7 +175,7 @@
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2612048"></a><h2>AUTHOR</h2>
+<a name="id2615132"></a><h2>AUTHOR</h2>
 <p><span class="corpauthor">Internet Systems Consortium</span>
     </p>
 </div>
diff --git a/contrib/bind9/doc/misc/Makefile.in b/contrib/bind9/doc/misc/Makefile.in
index 501e3befd522..24ef3bc96aa0 100644
--- a/contrib/bind9/doc/misc/Makefile.in
+++ b/contrib/bind9/doc/misc/Makefile.in
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
@@ -13,7 +13,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.7 2007/09/24 04:21:59 marka Exp $
+# $Id: Makefile.in,v 1.7.252.2 2009/07/11 23:47:17 tbox Exp $
 
 srcdir =	@srcdir@
 VPATH =		@srcdir@
@@ -38,11 +38,13 @@ docclean manclean maintainer-clean::
 CFG_TEST = ../../bin/tests/cfg_test
 
 options: FORCE
-	if test -x ${CFG_TEST} && \
-	   ${CFG_TEST} --named --grammar | \
-	   ${PERL} ${srcdir}/sort-options.pl | \
-	   ${PERL} ${srcdir}/format-options.pl >$@.new ; then \
+	if test -x ${CFG_TEST} ; \
+	then \
+		${CFG_TEST} --named --grammar > $@.raw ; \
+		${PERL} ${srcdir}/sort-options.pl < $@.raw > $@.sorted ; \
+		${PERL} ${srcdir}/format-options.pl < $@.sorted > $@.new ; \
 		mv -f $@.new $@ ; \
+		rm -f $@.raw $@.sorted ; \
 	else \
-		rm -f $@.new ; \
+		rm -f $@.new $@.raw $@.sorted ; \
 	fi
diff --git a/contrib/bind9/lib/dns/api b/contrib/bind9/lib/dns/api
index 4bcf883246ce..1505071b41bd 100644
--- a/contrib/bind9/lib/dns/api
+++ b/contrib/bind9/lib/dns/api
@@ -1,3 +1,3 @@
-LIBINTERFACE = 53
-LIBREVISION = 0
+LIBINTERFACE = 55
+LIBREVISION = 1
 LIBAGE = 0
diff --git a/contrib/bind9/lib/dns/db.c b/contrib/bind9/lib/dns/db.c
index a4c28641701f..02ea6b596ec8 100644
--- a/contrib/bind9/lib/dns/db.c
+++ b/contrib/bind9/lib/dns/db.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007-2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2001, 2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: db.c,v 1.88 2008/09/24 02:46:22 marka Exp $ */
+/* $Id: db.c,v 1.88.50.2 2009/06/23 00:19:34 tbox Exp $ */
 
 /*! \file */
 
@@ -854,12 +854,14 @@ dns_db_unregister(dns_dbimplementation_t **dbimp) {
 	RUNTIME_CHECK(isc_once_do(&once, initialize) == ISC_R_SUCCESS);
 
 	imp = *dbimp;
+	*dbimp = NULL;
 	RWLOCK(&implock, isc_rwlocktype_write);
 	ISC_LIST_UNLINK(implementations, imp, link);
 	mctx = imp->mctx;
 	isc_mem_put(mctx, imp, sizeof(dns_dbimplementation_t));
 	isc_mem_detach(&mctx);
 	RWUNLOCK(&implock, isc_rwlocktype_write);
+	ENSURE(*dbimp == NULL);
 }
 
 isc_result_t
diff --git a/contrib/bind9/lib/dns/dispatch.c b/contrib/bind9/lib/dns/dispatch.c
index 9b4e9685f408..1d04961277be 100644
--- a/contrib/bind9/lib/dns/dispatch.c
+++ b/contrib/bind9/lib/dns/dispatch.c
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: dispatch.c,v 1.155.12.7 2009/04/28 21:39:45 jinmei Exp $ */
+/* $Id: dispatch.c,v 1.155.12.11 2009/12/02 23:26:28 marka Exp $ */
 
 /*! \file */
 
@@ -746,13 +746,19 @@ new_portentry(dns_dispatch_t *disp, in_port_t port) {
 	return (portentry);
 }
 
+/*%
+ * The caller must not hold the qid->lock.
+ */
 static void
 deref_portentry(dns_dispatch_t *disp, dispportentry_t **portentryp) {
 	dispportentry_t *portentry = *portentryp;
+	dns_qid_t *qid;
 
 	REQUIRE(disp->port_table != NULL);
 	REQUIRE(portentry != NULL && portentry->refs > 0);
 
+	qid = DNS_QID(disp);
+	LOCK(&qid->lock);
 	portentry->refs--;
 	if (portentry->refs == 0) {
 		ISC_LIST_UNLINK(disp->port_table[portentry->port %
@@ -762,6 +768,7 @@ deref_portentry(dns_dispatch_t *disp, dispportentry_t **portentryp) {
 	}
 
 	*portentryp = NULL;
+	UNLOCK(&qid->lock);
 }
 
 /*%
@@ -779,8 +786,9 @@ socket_search(dns_qid_t *qid, isc_sockaddr_t *dest, in_port_t port,
 	dispsock = ISC_LIST_HEAD(qid->sock_table[bucket]);
 
 	while (dispsock != NULL) {
-		if (isc_sockaddr_equal(dest, &dispsock->host) &&
-		    dispsock->portentry->port == port)
+		if (dispsock->portentry != NULL &&
+		    dispsock->portentry->port == port &&
+		    isc_sockaddr_equal(dest, &dispsock->host))
 			return (dispsock);
 		dispsock = ISC_LIST_NEXT(dispsock, blink);
 	}
@@ -2048,8 +2056,18 @@ dns_dispatchmgr_setudp(dns_dispatchmgr_t *mgr,
 
 	/* Create or adjust buffer pool */
 	if (mgr->bpool != NULL) {
-		isc_mempool_setmaxalloc(mgr->bpool, maxbuffers);
-		mgr->maxbuffers = maxbuffers;
+		/*
+		 * We only increase the maxbuffers to avoid accidental buffer
+		 * shortage.  Ideally we'd separate the manager-wide maximum
+		 * from per-dispatch limits and respect the latter within the
+		 * global limit.  But at this moment that's deemed to be
+		 * overkilling and isn't worth additional implementation
+		 * complexity.
+		 */
+		if (maxbuffers > mgr->maxbuffers) {
+			isc_mempool_setmaxalloc(mgr->bpool, maxbuffers);
+			mgr->maxbuffers = maxbuffers;
+		}
 	} else {
 		result = isc_mempool_create(mgr->mctx, buffersize, &mgr->bpool);
 		if (result != ISC_R_SUCCESS) {
diff --git a/contrib/bind9/lib/dns/dnssec.c b/contrib/bind9/lib/dns/dnssec.c
index baf3ec5b12ec..8ae29bceee92 100644
--- a/contrib/bind9/lib/dns/dnssec.c
+++ b/contrib/bind9/lib/dns/dnssec.c
@@ -16,7 +16,7 @@
  */
 
 /*
- * $Id: dnssec.c,v 1.93.12.4 2009/06/08 23:47:00 tbox Exp $
+ * $Id: dnssec.c,v 1.93.12.6 2009/06/22 23:47:18 tbox Exp $
  */
 
 /*! \file */
@@ -93,6 +93,7 @@ rdataset_to_sortedarray(dns_rdataset_t *set, isc_mem_t *mctx,
 	isc_result_t ret;
 	int i = 0, n;
 	dns_rdata_t *data;
+	dns_rdataset_t rdataset;
 
 	n = dns_rdataset_count(set);
 
@@ -100,8 +101,11 @@ rdataset_to_sortedarray(dns_rdataset_t *set, isc_mem_t *mctx,
 	if (data == NULL)
 		return (ISC_R_NOMEMORY);
 
-	ret = dns_rdataset_first(set);
+	dns_rdataset_init(&rdataset);
+	dns_rdataset_clone(set, &rdataset);
+	ret = dns_rdataset_first(&rdataset);
 	if (ret != ISC_R_SUCCESS) {
+		dns_rdataset_disassociate(&rdataset);
 		isc_mem_put(mctx, data, n * sizeof(dns_rdata_t));
 		return (ret);
 	}
@@ -111,8 +115,8 @@ rdataset_to_sortedarray(dns_rdataset_t *set, isc_mem_t *mctx,
 	 */
 	do {
 		dns_rdata_init(&data[i]);
-		dns_rdataset_current(set, &data[i++]);
-	} while (dns_rdataset_next(set) == ISC_R_SUCCESS);
+		dns_rdataset_current(&rdataset, &data[i++]);
+	} while (dns_rdataset_next(&rdataset) == ISC_R_SUCCESS);
 
 	/*
 	 * Sort the array.
@@ -120,6 +124,7 @@ rdataset_to_sortedarray(dns_rdataset_t *set, isc_mem_t *mctx,
 	qsort(data, n, sizeof(dns_rdata_t), rdata_compare_wrapper);
 	*rdata = data;
 	*nrdata = n;
+	dns_rdataset_disassociate(&rdataset);
 	return (ISC_R_SUCCESS);
 }
 
@@ -890,3 +895,59 @@ failure:
 
 	return (result);
 }
+
+/*%
+ * Does this key ('rdata') self sign the rrset ('rdataset')?
+ */
+isc_boolean_t
+dns_dnssec_selfsigns(dns_rdata_t *rdata, dns_name_t *name,
+		     dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset,
+		     isc_boolean_t ignoretime, isc_mem_t *mctx)
+{
+	dst_key_t *dstkey = NULL;
+	dns_keytag_t keytag;
+	dns_rdata_dnskey_t key;
+	dns_rdata_rrsig_t sig;
+	dns_rdata_t sigrdata = DNS_RDATA_INIT;
+	isc_result_t result;
+
+	INSIST(rdataset->type == dns_rdatatype_key ||
+	       rdataset->type == dns_rdatatype_dnskey);
+	if (rdataset->type == dns_rdatatype_key) {
+		INSIST(sigrdataset->type == dns_rdatatype_sig);
+		INSIST(sigrdataset->covers == dns_rdatatype_key);
+	} else {
+		INSIST(sigrdataset->type == dns_rdatatype_rrsig);
+		INSIST(sigrdataset->covers == dns_rdatatype_dnskey);
+	}
+
+	result = dns_dnssec_keyfromrdata(name, rdata, mctx, &dstkey);
+	if (result != ISC_R_SUCCESS)
+		return (ISC_FALSE);
+	result = dns_rdata_tostruct(rdata, &key, NULL);
+	RUNTIME_CHECK(result == ISC_R_SUCCESS);
+
+	keytag = dst_key_id(dstkey);
+	for (result = dns_rdataset_first(sigrdataset);
+	     result == ISC_R_SUCCESS;
+	     result = dns_rdataset_next(sigrdataset))
+	{
+		dns_rdata_reset(&sigrdata);
+		dns_rdataset_current(sigrdataset, &sigrdata);
+		result = dns_rdata_tostruct(&sigrdata, &sig, NULL);
+		RUNTIME_CHECK(result == ISC_R_SUCCESS);
+
+		if (sig.algorithm == key.algorithm &&
+		    sig.keyid == keytag) {
+			result = dns_dnssec_verify2(name, rdataset, dstkey,
+						    ignoretime, mctx,
+						    &sigrdata, NULL);
+			if (result == ISC_R_SUCCESS) {
+				dst_key_free(&dstkey);
+				return (ISC_TRUE);
+			}
+		}
+	}
+	dst_key_free(&dstkey);
+	return (ISC_FALSE);
+}
diff --git a/contrib/bind9/lib/dns/dst_api.c b/contrib/bind9/lib/dns/dst_api.c
index 144c685e1089..bbb0a09cc3a3 100644
--- a/contrib/bind9/lib/dns/dst_api.c
+++ b/contrib/bind9/lib/dns/dst_api.c
@@ -1,5 +1,5 @@
 /*
- * Portions Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 2004-2010  Internet Systems Consortium, Inc. ("ISC")
  * Portions Copyright (C) 1999-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -31,7 +31,7 @@
 
 /*
  * Principal Author: Brian Wellington
- * $Id: dst_api.c,v 1.16.12.3 2009/03/02 02:00:34 marka Exp $
+ * $Id: dst_api.c,v 1.16.12.10 2010/01/15 19:38:53 each Exp $
  */
 
 /*! \file */
@@ -183,9 +183,16 @@ dst_lib_init(isc_mem_t *mctx, isc_entropy_t *ectx, unsigned int eflags) {
 	RETERR(dst__hmacsha512_init(&dst_t_func[DST_ALG_HMACSHA512]));
 #ifdef OPENSSL
 	RETERR(dst__openssl_init());
-	RETERR(dst__opensslrsa_init(&dst_t_func[DST_ALG_RSAMD5]));
-	RETERR(dst__opensslrsa_init(&dst_t_func[DST_ALG_RSASHA1]));
-	RETERR(dst__opensslrsa_init(&dst_t_func[DST_ALG_NSEC3RSASHA1]));
+	RETERR(dst__opensslrsa_init(&dst_t_func[DST_ALG_RSAMD5],
+				    DST_ALG_RSAMD5));
+	RETERR(dst__opensslrsa_init(&dst_t_func[DST_ALG_RSASHA1],
+				    DST_ALG_RSASHA1));
+	RETERR(dst__opensslrsa_init(&dst_t_func[DST_ALG_NSEC3RSASHA1],
+				    DST_ALG_NSEC3RSASHA1));
+	RETERR(dst__opensslrsa_init(&dst_t_func[DST_ALG_RSASHA256],
+				    DST_ALG_RSASHA256));
+	RETERR(dst__opensslrsa_init(&dst_t_func[DST_ALG_RSASHA512],
+				    DST_ALG_RSASHA512));
 #ifdef HAVE_OPENSSL_DSA
 	RETERR(dst__openssldsa_init(&dst_t_func[DST_ALG_DSA]));
 	RETERR(dst__openssldsa_init(&dst_t_func[DST_ALG_NSEC3DSA]));
@@ -848,6 +855,8 @@ dst_key_sigsize(const dst_key_t *key, unsigned int *n) {
 	case DST_ALG_RSAMD5:
 	case DST_ALG_RSASHA1:
 	case DST_ALG_NSEC3RSASHA1:
+	case DST_ALG_RSASHA256:
+	case DST_ALG_RSASHA512:
 		*n = (key->key_size + 7) / 8;
 		break;
 	case DST_ALG_DSA:
@@ -1017,6 +1026,9 @@ dst_key_read_public(const char *filename, int type,
 	/* Read the next word: either TTL, class, or 'KEY' */
 	NEXTTOKEN(lex, opt, &token);
 
+	if (token.type != isc_tokentype_string)
+		BADTOKEN();
+
 	/* If it's a TTL, read the next one */
 	result = dns_ttl_fromtext(&token.value.as_textregion, &ttl);
 	if (result == ISC_R_SUCCESS)
@@ -1072,6 +1084,8 @@ issymmetric(const dst_key_t *key) {
 	case DST_ALG_RSAMD5:
 	case DST_ALG_RSASHA1:
 	case DST_ALG_NSEC3RSASHA1:
+	case DST_ALG_RSASHA256:
+	case DST_ALG_RSASHA512:
 	case DST_ALG_DSA:
 	case DST_ALG_NSEC3DSA:
 	case DST_ALG_DH:
@@ -1152,7 +1166,7 @@ write_public_key(const dst_key_t *key, int type, const char *directory) {
 	fprintf(fp, " ");
 
 	isc_buffer_usedregion(&classb, &r);
-	fwrite(r.base, 1, r.length, fp);
+	isc_util_fwrite(r.base, 1, r.length, fp);
 
 	if ((type & DST_TYPE_KEY) != 0)
 		fprintf(fp, " KEY ");
@@ -1160,7 +1174,7 @@ write_public_key(const dst_key_t *key, int type, const char *directory) {
 		fprintf(fp, " DNSKEY ");
 
 	isc_buffer_usedregion(&textb, &r);
-	fwrite(r.base, 1, r.length, fp);
+	isc_util_fwrite(r.base, 1, r.length, fp);
 
 	fputc('\n', fp);
 	fflush(fp);
@@ -1275,7 +1289,8 @@ algorithm_status(unsigned int alg) {
 	if (alg == DST_ALG_RSAMD5 || alg == DST_ALG_RSASHA1 ||
 	    alg == DST_ALG_DSA || alg == DST_ALG_DH ||
 	    alg == DST_ALG_HMACMD5 || alg == DST_ALG_NSEC3DSA ||
-	    alg == DST_ALG_NSEC3RSASHA1)
+	    alg == DST_ALG_NSEC3RSASHA1 ||
+	    alg == DST_ALG_RSASHA256 || alg == DST_ALG_RSASHA512)
 		return (DST_R_NOCRYPTO);
 #endif
 	return (DST_R_UNSUPPORTEDALG);
@@ -1297,6 +1312,8 @@ addsuffix(char *filename, unsigned int len, const char *ofilename,
 
 	n = snprintf(filename, len, "%.*s%s", olen, ofilename, suffix);
 	if (n < 0)
+		return (ISC_R_FAILURE);
+	if ((unsigned int)n >= len)
 		return (ISC_R_NOSPACE);
 	return (ISC_R_SUCCESS);
 }
@@ -1304,6 +1321,9 @@ addsuffix(char *filename, unsigned int len, const char *ofilename,
 isc_result_t
 dst__entropy_getdata(void *buf, unsigned int len, isc_boolean_t pseudo) {
 	unsigned int flags = dst_entropy_flags;
+
+	if (len == 0)
+		return (ISC_R_SUCCESS);
 	if (pseudo)
 		flags &= ~ISC_ENTROPY_GOODONLY;
 	return (isc_entropy_getdata(dst_entropy_pool, buf, len, NULL, flags));
@@ -1311,5 +1331,22 @@ dst__entropy_getdata(void *buf, unsigned int len, isc_boolean_t pseudo) {
 
 unsigned int
 dst__entropy_status(void) {
+#ifdef GSSAPI
+	unsigned int flags = dst_entropy_flags;
+	isc_result_t ret;
+	unsigned char buf[32];
+	static isc_boolean_t first = ISC_TRUE;
+
+	if (first) {
+		/* Someone believes RAND_status() initializes the PRNG */
+		flags &= ~ISC_ENTROPY_GOODONLY;
+		ret = isc_entropy_getdata(dst_entropy_pool, buf,
+					  sizeof(buf), NULL, flags);
+		INSIST(ret == ISC_R_SUCCESS);
+		isc_entropy_putdata(dst_entropy_pool, buf,
+				    sizeof(buf), 2 * sizeof(buf));
+		first = ISC_FALSE;
+	}
+#endif
 	return (isc_entropy_status(dst_entropy_pool));
 }
diff --git a/contrib/bind9/lib/dns/dst_internal.h b/contrib/bind9/lib/dns/dst_internal.h
index 0c1a71c22560..16696487bc47 100644
--- a/contrib/bind9/lib/dns/dst_internal.h
+++ b/contrib/bind9/lib/dns/dst_internal.h
@@ -1,5 +1,5 @@
 /*
- * Portions Copyright (C) 2004-2008  Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 2004-2008, 2010  Internet Systems Consortium, Inc. ("ISC")
  * Portions Copyright (C) 2000-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -29,7 +29,7 @@
  * IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: dst_internal.h,v 1.11 2008/04/01 23:47:10 tbox Exp $ */
+/* $Id: dst_internal.h,v 1.11.120.2 2010/01/15 23:47:33 tbox Exp $ */
 
 #ifndef DST_DST_INTERNAL_H
 #define DST_DST_INTERNAL_H 1
@@ -42,6 +42,7 @@
 #include <isc/types.h>
 #include <isc/md5.h>
 #include <isc/sha1.h>
+#include <isc/sha2.h>
 #include <isc/hmacmd5.h>
 #include <isc/hmacsha.h>
 
@@ -97,7 +98,7 @@ struct dst_key {
 		void *generic;
 		gss_ctx_id_t gssctx;
 #ifdef OPENSSL
-#if USE_EVP_RSA
+#if !defined(USE_EVP) || !USE_EVP
 		RSA *rsa;
 #endif
 		DSA *dsa;
@@ -124,6 +125,8 @@ struct dst_context {
 		dst_gssapi_signverifyctx_t *gssctx;
 		isc_md5_t *md5ctx;
 		isc_sha1_t *sha1ctx;
+		isc_sha256_t *sha256ctx;
+		isc_sha512_t *sha512ctx;
 		isc_hmacmd5_t *hmacmd5ctx;
 		isc_hmacsha1_t *hmacsha1ctx;
 		isc_hmacsha224_t *hmacsha224ctx;
@@ -183,7 +186,8 @@ isc_result_t dst__hmacsha224_init(struct dst_func **funcp);
 isc_result_t dst__hmacsha256_init(struct dst_func **funcp);
 isc_result_t dst__hmacsha384_init(struct dst_func **funcp);
 isc_result_t dst__hmacsha512_init(struct dst_func **funcp);
-isc_result_t dst__opensslrsa_init(struct dst_func **funcp);
+isc_result_t dst__opensslrsa_init(struct dst_func **funcp,
+				  unsigned char algorithm);
 isc_result_t dst__openssldsa_init(struct dst_func **funcp);
 isc_result_t dst__openssldh_init(struct dst_func **funcp);
 isc_result_t dst__gssapi_init(struct dst_func **funcp);
diff --git a/contrib/bind9/lib/dns/dst_parse.c b/contrib/bind9/lib/dns/dst_parse.c
index 2da72ae6415a..e8ab34ff7573 100644
--- a/contrib/bind9/lib/dns/dst_parse.c
+++ b/contrib/bind9/lib/dns/dst_parse.c
@@ -1,5 +1,5 @@
 /*
- * Portions Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 2004-2010  Internet Systems Consortium, Inc. ("ISC")
  * Portions Copyright (C) 1999-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -31,7 +31,7 @@
 
 /*%
  * Principal Author: Brian Wellington
- * $Id: dst_parse.c,v 1.14.120.2 2009/03/02 23:47:11 tbox Exp $
+ * $Id: dst_parse.c,v 1.14.120.6 2010/01/15 19:38:53 each Exp $
  */
 
 #include <config.h>
@@ -480,6 +480,18 @@ dst__privstruct_writefile(const dst_key_t *key, const dst_private_t *priv,
 	case DST_ALG_RSASHA1:
 		fprintf(fp, "(RSASHA1)\n");
 		break;
+	case DST_ALG_NSEC3DSA:
+		fprintf(fp, "(NSEC3DSA)\n");
+		break;
+	case DST_ALG_NSEC3RSASHA1:
+		fprintf(fp, "(NSEC3RSASHA1)\n");
+		break;
+	case DST_ALG_RSASHA256:
+		fprintf(fp, "(RSASHA256)\n");
+		break;
+	case DST_ALG_RSASHA512:
+		fprintf(fp, "(RSASHA512)\n");
+		break;
 	case DST_ALG_HMACMD5:
 		fprintf(fp, "(HMAC_MD5)\n");
 		break;
@@ -521,7 +533,7 @@ dst__privstruct_writefile(const dst_key_t *key, const dst_private_t *priv,
 		isc_buffer_usedregion(&b, &r);
 
 		fprintf(fp, "%s ", s);
-		fwrite(r.base, 1, r.length, fp);
+		isc_util_fwrite(r.base, 1, r.length, fp);
 		fprintf(fp, "\n");
 	}
 
diff --git a/contrib/bind9/lib/dns/include/dns/db.h b/contrib/bind9/lib/dns/include/dns/db.h
index c75c774143f0..9a1126d7084f 100644
--- a/contrib/bind9/lib/dns/include/dns/db.h
+++ b/contrib/bind9/lib/dns/include/dns/db.h
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: db.h,v 1.93.50.3.12.1 2009/12/31 21:44:37 each Exp $ */
+/* $Id: db.h,v 1.93.50.5 2009/11/25 23:48:42 tbox Exp $ */
 
 #ifndef DNS_DB_H
 #define DNS_DB_H 1
@@ -695,6 +695,10 @@ dns_db_find(dns_db_t *db, dns_name_t *name, dns_dbversion_t *version,
  *	For cache databases, glue is any rdataset with a trust of
  *	dns_trust_glue.
  *
+ * \li	If 'options' does not have #DNS_DBFIND_ADDITIONALOK set, then no
+ *	additional records will be returned.  Only caches can have
+ *	rdataset with trust dns_trust_additional.
+ *
  * \li	If 'options' does not have #DNS_DBFIND_PENDINGOK set, then no
  *	pending data will be returned.  This option is only meaningful for
  *	cache databases.
diff --git a/contrib/bind9/lib/dns/include/dns/dnssec.h b/contrib/bind9/lib/dns/include/dns/dnssec.h
index c5206be63bb3..14462664a1eb 100644
--- a/contrib/bind9/lib/dns/include/dns/dnssec.h
+++ b/contrib/bind9/lib/dns/include/dns/dnssec.h
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: dnssec.h,v 1.32.332.4 2009/06/08 23:47:00 tbox Exp $ */
+/* $Id: dnssec.h,v 1.32.332.6 2009/06/22 23:47:18 tbox Exp $ */
 
 #ifndef DNS_DNSSEC_H
 #define DNS_DNSSEC_H 1
@@ -178,6 +178,12 @@ dns_dnssec_verifymessage(isc_buffer_t *source, dns_message_t *msg,
  *\li		DST_R_*
  */
 
+isc_boolean_t
+dns_dnssec_selfsigns(dns_rdata_t *rdata, dns_name_t *name,
+		     dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset,
+		     isc_boolean_t ignoretime, isc_mem_t *mctx);
+
+
 ISC_LANG_ENDDECLS
 
 #endif /* DNS_DNSSEC_H */
diff --git a/contrib/bind9/lib/dns/include/dns/journal.h b/contrib/bind9/lib/dns/include/dns/journal.h
index 3917d8db9a0a..a1e16e448785 100644
--- a/contrib/bind9/lib/dns/include/dns/journal.h
+++ b/contrib/bind9/lib/dns/include/dns/journal.h
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: journal.h,v 1.33.120.2 2009/01/18 23:47:41 tbox Exp $ */
+/* $Id: journal.h,v 1.33.120.4 2009/11/04 23:47:25 tbox Exp $ */
 
 #ifndef DNS_JOURNAL_H
 #define DNS_JOURNAL_H 1
@@ -232,12 +232,19 @@ dns_journal_current_rr(dns_journal_t *j, dns_name_t **name, isc_uint32_t *ttl,
 isc_result_t
 dns_journal_rollforward(isc_mem_t *mctx, dns_db_t *db, unsigned int options,
 			const char *filename);
+
+isc_result_t
+dns_journal_rollforward2(isc_mem_t *mctx, dns_db_t *db, unsigned int options,
+			 isc_uint32_t resign, const char *filename);
 /*%<
  * Roll forward (play back) the journal file "filename" into the
  * database "db".  This should be called when the server starts
- * after a shutdown or crash.
+ * after a shutdown or crash.  'resign' is how many seconds before
+ * a RRSIG is due to expire it should be scheduled to be regenerated.
  *
  * Requires:
+ *\li	dns_journal_rollforward() requires that DNS_JOURNALOPT_RESIGN
+ *	is not set.
  *\li   'mctx' is a valid memory context.
  *\li	'db' is a valid database which does not have a version
  *           open for writing.
diff --git a/contrib/bind9/lib/dns/include/dns/keyvalues.h b/contrib/bind9/lib/dns/include/dns/keyvalues.h
index 7f509e6ef13a..f4a50fa606f1 100644
--- a/contrib/bind9/lib/dns/include/dns/keyvalues.h
+++ b/contrib/bind9/lib/dns/include/dns/keyvalues.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2010  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2001, 2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: keyvalues.h,v 1.23.48.2 2009/06/04 02:56:14 tbox Exp $ */
+/* $Id: keyvalues.h,v 1.23.48.4 2010/01/15 23:47:33 tbox Exp $ */
 
 #ifndef DNS_KEYVALUES_H
 #define DNS_KEYVALUES_H 1
@@ -69,6 +69,8 @@
 #define DNS_KEYALG_ECC		4
 #define DNS_KEYALG_RSASHA1	5
 #define DNS_KEYALG_NSEC3RSASHA1	7
+#define DNS_KEYALG_RSASHA256	8
+#define DNS_KEYALG_RSASHA512	10
 #define DNS_KEYALG_INDIRECT	252
 #define DNS_KEYALG_PRIVATEDNS	253
 #define DNS_KEYALG_PRIVATEOID	254     /*%< Key begins with OID giving alg */
diff --git a/contrib/bind9/lib/dns/include/dns/name.h b/contrib/bind9/lib/dns/include/dns/name.h
index 0149301dcfbd..dc6e525c1c84 100644
--- a/contrib/bind9/lib/dns/include/dns/name.h
+++ b/contrib/bind9/lib/dns/include/dns/name.h
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: name.h,v 1.126.332.2 2009/01/18 23:47:41 tbox Exp $ */
+/* $Id: name.h,v 1.126.332.3 2009/12/24 00:34:59 each Exp $ */
 
 #ifndef DNS_NAME_H
 #define DNS_NAME_H 1
@@ -98,12 +98,6 @@ ISC_LANG_BEGINDECLS
  ***** as they are in the actual DNS wire protocol.
  *****/
 
-/***
- *** Compression pointer chaining limit
- ***/
-
-#define DNS_POINTER_MAXHOPS		16
-
 /***
  *** Types
  ***/
diff --git a/contrib/bind9/lib/dns/include/dns/ncache.h b/contrib/bind9/lib/dns/include/dns/ncache.h
index d61684df88c4..0677211719ec 100644
--- a/contrib/bind9/lib/dns/include/dns/ncache.h
+++ b/contrib/bind9/lib/dns/include/dns/ncache.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: ncache.h,v 1.25.142.1 2009/12/31 20:29:21 each Exp $ */
+/* $Id: ncache.h,v 1.25.48.2 2009/12/30 23:47:31 tbox Exp $ */
 
 #ifndef DNS_NCACHE_H
 #define DNS_NCACHE_H 1
diff --git a/contrib/bind9/lib/dns/include/dns/nsec3.h b/contrib/bind9/lib/dns/include/dns/nsec3.h
index 2d6a8dde8a72..6243fdb10f2b 100644
--- a/contrib/bind9/lib/dns/include/dns/nsec3.h
+++ b/contrib/bind9/lib/dns/include/dns/nsec3.h
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: nsec3.h,v 1.5.48.2 2009/01/18 23:47:41 tbox Exp $ */
+/* $Id: nsec3.h,v 1.5.48.3 2009/10/06 21:20:18 each Exp $ */
 
 #ifndef DNS_NSEC3_H
 #define DNS_NSEC3_H 1
@@ -28,6 +28,8 @@
 #include <dns/rdatastruct.h>
 #include <dns/types.h>
 
+#define DNS_NSEC3_SALTSIZE 255
+
 /*
  * hash = 1, flags =1, iterations = 2, salt length = 1, salt = 255 (max)
  * hash length = 1, hash = 255 (max), bitmap = 8192 + 512 (max)
diff --git a/contrib/bind9/lib/dns/include/dns/rbt.h b/contrib/bind9/lib/dns/include/dns/rbt.h
index 6eea787af888..26155965c838 100644
--- a/contrib/bind9/lib/dns/include/dns/rbt.h
+++ b/contrib/bind9/lib/dns/include/dns/rbt.h
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: rbt.h,v 1.71.48.2 2009/01/18 23:47:41 tbox Exp $ */
+/* $Id: rbt.h,v 1.71.48.3 2009/10/20 05:06:04 marka Exp $ */
 
 #ifndef DNS_RBT_H
 #define DNS_RBT_H 1
@@ -105,11 +105,11 @@ struct dns_rbtnode {
 	unsigned int is_root : 1;       /*%< range is 0..1 */
 	unsigned int color : 1;         /*%< range is 0..1 */
 	unsigned int find_callback : 1; /*%< range is 0..1 */
-	unsigned int attributes : 3;    /*%< range is 0..2 */
+	unsigned int attributes : 4;    /*%< range is 0..2 */
 	unsigned int nsec3 : 1;    	/*%< range is 0..1 */
 	unsigned int namelen : 8;       /*%< range is 1..255 */
 	unsigned int offsetlen : 8;     /*%< range is 1..128 */
-	unsigned int padbytes : 9;      /*%< range is 0..380 */
+	unsigned int oldnamelen : 8;    /*%< range is 1..255 */
 	/*@}*/
 
 #ifdef DNS_RBT_USEHASH
diff --git a/contrib/bind9/lib/dns/include/dns/types.h b/contrib/bind9/lib/dns/include/dns/types.h
index 525dd8d48921..10ce229ac970 100644
--- a/contrib/bind9/lib/dns/include/dns/types.h
+++ b/contrib/bind9/lib/dns/include/dns/types.h
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: types.h,v 1.130.50.3.12.2 2009/12/31 20:29:21 each Exp $ */
+/* $Id: types.h,v 1.130.50.5 2009/12/30 08:34:30 jinmei Exp $ */
 
 #ifndef DNS_TYPES_H
 #define DNS_TYPES_H 1
diff --git a/contrib/bind9/lib/dns/include/dns/zone.h b/contrib/bind9/lib/dns/include/dns/zone.h
index e2859ae5bbb5..746b43cdd6f6 100644
--- a/contrib/bind9/lib/dns/include/dns/zone.h
+++ b/contrib/bind9/lib/dns/include/dns/zone.h
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: zone.h,v 1.160.50.4 2009/01/29 22:40:35 jinmei Exp $ */
+/* $Id: zone.h,v 1.160.50.6 2009/10/05 21:57:00 each Exp $ */
 
 #ifndef DNS_ZONE_H
 #define DNS_ZONE_H 1
@@ -149,13 +149,24 @@ dns_zone_getclass(dns_zone_t *zone);
  *\li	'zone' to be a valid zone.
  */
 
+isc_result_t
+dns_zone_getserial2(dns_zone_t *zone, isc_uint32_t *serialp);
+
 isc_uint32_t
 dns_zone_getserial(dns_zone_t *zone);
 /*%<
- *	Returns the current serial number of the zone.
+ *	Returns the current serial number of the zone.  On success, the SOA
+ *	serial of the zone will be copied into '*serialp'.
+ *	dns_zone_getserial() cannot catch failure cases and is deprecated by
+ *	dns_zone_getserial2().
  *
  * Requires:
  *\li	'zone' to be a valid zone.
+ *\li	'serialp' to be non NULL
+ *
+ * Returns:
+ *\li	#ISC_R_SUCCESS
+ *\li	#DNS_R_NOTLOADED	zone DB is not loaded
  */
 
 void
@@ -256,6 +267,9 @@ dns_zone_load(dns_zone_t *zone);
 
 isc_result_t
 dns_zone_loadnew(dns_zone_t *zone);
+
+isc_result_t
+dns_zone_loadandthaw(dns_zone_t *zone);
 /*%<
  *	Cause the database to be loaded from its backing store.
  *	Confirm that the minimum requirements for the zone type are
@@ -264,6 +278,8 @@ dns_zone_loadnew(dns_zone_t *zone);
  *	dns_zone_loadnew() only loads zones that are not yet loaded.
  *	dns_zone_load() also loads zones that are already loaded and
  *	and whose master file has changed since the last load.
+ *	dns_zone_loadandthaw() is similar to dns_zone_load() but will
+ *	also re-enable DNS UPDATEs when the load completes.
  *
  * Require:
  *\li	'zone' to be a valid zone.
diff --git a/contrib/bind9/lib/dns/include/dst/dst.h b/contrib/bind9/lib/dns/include/dst/dst.h
index 702ad719d21b..de262bdafb1a 100644
--- a/contrib/bind9/lib/dns/include/dst/dst.h
+++ b/contrib/bind9/lib/dns/include/dst/dst.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2008, 2010  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: dst.h,v 1.12 2008/09/24 02:46:23 marka Exp $ */
+/* $Id: dst.h,v 1.12.50.2 2010/01/15 23:47:34 tbox Exp $ */
 
 #ifndef DST_DST_H
 #define DST_DST_H 1
@@ -53,6 +53,8 @@ typedef struct dst_context 	dst_context_t;
 #define DST_ALG_RSASHA1		5
 #define DST_ALG_NSEC3DSA	6
 #define DST_ALG_NSEC3RSASHA1	7
+#define DST_ALG_RSASHA256	8
+#define DST_ALG_RSASHA512	10
 #define DST_ALG_HMACMD5		157
 #define DST_ALG_GSSAPI		160
 #define DST_ALG_HMACSHA1	161	/* XXXMPA */
diff --git a/contrib/bind9/lib/dns/journal.c b/contrib/bind9/lib/dns/journal.c
index 8c21f1ece34b..638e64755b54 100644
--- a/contrib/bind9/lib/dns/journal.c
+++ b/contrib/bind9/lib/dns/journal.c
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: journal.c,v 1.103.48.2 2009/01/18 23:47:37 tbox Exp $ */
+/* $Id: journal.c,v 1.103.48.6 2009/11/04 23:47:25 tbox Exp $ */
 
 #include <config.h>
 
@@ -1218,7 +1218,9 @@ dns_journal_destroy(dns_journal_t **journalp) {
 /* XXX Share code with incoming IXFR? */
 
 static isc_result_t
-roll_forward(dns_journal_t *j, dns_db_t *db, unsigned int options) {
+roll_forward(dns_journal_t *j, dns_db_t *db, unsigned int options,
+	     isc_uint32_t resign)
+{
 	isc_buffer_t source;		/* Transaction data from disk */
 	isc_buffer_t target;		/* Ditto after _fromwire check */
 	isc_uint32_t db_serial;		/* Database SOA serial */
@@ -1235,6 +1237,7 @@ roll_forward(dns_journal_t *j, dns_db_t *db, unsigned int options) {
 	REQUIRE(DNS_DB_VALID(db));
 
 	dns_diff_init(j->mctx, &diff);
+	diff.resign = resign;
 
 	/*
 	 * Set up empty initial buffers for unchecked and checked
@@ -1352,6 +1355,14 @@ roll_forward(dns_journal_t *j, dns_db_t *db, unsigned int options) {
 isc_result_t
 dns_journal_rollforward(isc_mem_t *mctx, dns_db_t *db,
 			unsigned int options, const char *filename)
+{
+	REQUIRE((options & DNS_JOURNALOPT_RESIGN) == 0);
+	return (dns_journal_rollforward2(mctx, db, options, 0, filename));
+}
+
+isc_result_t
+dns_journal_rollforward2(isc_mem_t *mctx, dns_db_t *db, unsigned int options,
+			 isc_uint32_t resign, const char *filename)
 {
 	dns_journal_t *j;
 	isc_result_t result;
@@ -1371,7 +1382,7 @@ dns_journal_rollforward(isc_mem_t *mctx, dns_db_t *db,
 	if (JOURNAL_EMPTY(&j->header))
 		result = DNS_R_UPTODATE;
 	else
-		result = roll_forward(j, db, options);
+		result = roll_forward(j, db, options, resign);
 
 	dns_journal_destroy(&j);
 
@@ -1850,18 +1861,11 @@ dns_diff_subtract(dns_diff_t diff[2], dns_diff_t *r) {
 	return (result);
 }
 
-/*
- * Compare the databases 'dba' and 'dbb' and generate a journal
- * entry containing the changes to make 'dba' from 'dbb' (note
- * the order).  This journal entry will consist of a single,
- * possibly very large transaction.
- */
-
-isc_result_t
-dns_db_diff(isc_mem_t *mctx,
-	    dns_db_t *dba, dns_dbversion_t *dbvera,
-	    dns_db_t *dbb, dns_dbversion_t *dbverb,
-	    const char *journal_filename)
+static isc_result_t
+diff_namespace(isc_mem_t *mctx,
+	       dns_db_t *dba, dns_dbversion_t *dbvera,
+	       dns_db_t *dbb, dns_dbversion_t *dbverb,
+	       unsigned int options, dns_diff_t *resultdiff)
 {
 	dns_db_t *db[2];
 	dns_dbversion_t *ver[2];
@@ -1869,30 +1873,24 @@ dns_db_diff(isc_mem_t *mctx,
 	isc_boolean_t have[2] = { ISC_FALSE, ISC_FALSE };
 	dns_fixedname_t fixname[2];
 	isc_result_t result, itresult[2];
-	dns_diff_t diff[2], resultdiff;
+	dns_diff_t diff[2];
 	int i, t;
-	dns_journal_t *journal = NULL;
 
 	db[0] = dba, db[1] = dbb;
 	ver[0] = dbvera, ver[1] = dbverb;
 
 	dns_diff_init(mctx, &diff[0]);
 	dns_diff_init(mctx, &diff[1]);
-	dns_diff_init(mctx, &resultdiff);
 
 	dns_fixedname_init(&fixname[0]);
 	dns_fixedname_init(&fixname[1]);
 
-	result = dns_journal_open(mctx, journal_filename, ISC_TRUE, &journal);
+	result = dns_db_createiterator(db[0], options, &dbit[0]);
 	if (result != ISC_R_SUCCESS)
 		return (result);
-
-	result = dns_db_createiterator(db[0], 0, &dbit[0]);
+	result = dns_db_createiterator(db[1], options, &dbit[1]);
 	if (result != ISC_R_SUCCESS)
-		goto cleanup_journal;
-	result = dns_db_createiterator(db[1], 0, &dbit[1]);
-	if (result != ISC_R_SUCCESS)
-		goto cleanup_interator0;
+		goto cleanup_iterator;
 
 	itresult[0] = dns_dbiterator_first(dbit[0]);
 	itresult[1] = dns_dbiterator_first(dbit[1]);
@@ -1919,7 +1917,7 @@ dns_db_diff(isc_mem_t *mctx,
 
 		for (i = 0; i < 2; i++) {
 			if (! have[!i]) {
-				ISC_LIST_APPENDLIST(resultdiff.tuples,
+				ISC_LIST_APPENDLIST(resultdiff->tuples,
 						    diff[i].tuples, link);
 				INSIST(ISC_LIST_EMPTY(diff[i].tuples));
 				have[i] = ISC_FALSE;
@@ -1930,21 +1928,21 @@ dns_db_diff(isc_mem_t *mctx,
 		t = dns_name_compare(dns_fixedname_name(&fixname[0]),
 				     dns_fixedname_name(&fixname[1]));
 		if (t < 0) {
-			ISC_LIST_APPENDLIST(resultdiff.tuples,
+			ISC_LIST_APPENDLIST(resultdiff->tuples,
 					    diff[0].tuples, link);
 			INSIST(ISC_LIST_EMPTY(diff[0].tuples));
 			have[0] = ISC_FALSE;
 			continue;
 		}
 		if (t > 0) {
-			ISC_LIST_APPENDLIST(resultdiff.tuples,
+			ISC_LIST_APPENDLIST(resultdiff->tuples,
 					    diff[1].tuples, link);
 			INSIST(ISC_LIST_EMPTY(diff[1].tuples));
 			have[1] = ISC_FALSE;
 			continue;
 		}
 		INSIST(t == 0);
-		CHECK(dns_diff_subtract(diff, &resultdiff));
+		CHECK(dns_diff_subtract(diff, resultdiff));
 		INSIST(ISC_LIST_EMPTY(diff[0].tuples));
 		INSIST(ISC_LIST_EMPTY(diff[1].tuples));
 		have[0] = have[1] = ISC_FALSE;
@@ -1955,20 +1953,49 @@ dns_db_diff(isc_mem_t *mctx,
 	if (itresult[1] != ISC_R_NOMORE)
 		FAIL(itresult[1]);
 
+	INSIST(ISC_LIST_EMPTY(diff[0].tuples));
+	INSIST(ISC_LIST_EMPTY(diff[1].tuples));
+
+ failure:
+	dns_dbiterator_destroy(&dbit[1]);
+ cleanup_iterator:
+	dns_dbiterator_destroy(&dbit[0]);
+	return (result);
+}
+
+/*
+ * Compare the databases 'dba' and 'dbb' and generate a journal
+ * entry containing the changes to make 'dba' from 'dbb' (note
+ * the order).  This journal entry will consist of a single,
+ * possibly very large transaction.
+ */
+isc_result_t
+dns_db_diff(isc_mem_t *mctx,
+	    dns_db_t *dba, dns_dbversion_t *dbvera,
+	    dns_db_t *dbb, dns_dbversion_t *dbverb,
+	    const char *journal_filename)
+{
+	isc_result_t result;
+	dns_journal_t *journal = NULL;
+	dns_diff_t resultdiff;
+
+	result = dns_journal_open(mctx, journal_filename, ISC_TRUE, &journal);
+	if (result != ISC_R_SUCCESS)
+		return (result);
+
+	dns_diff_init(mctx, &resultdiff);
+
+	CHECK(diff_namespace(mctx, dba, dbvera, dbb, dbverb,
+			     DNS_DB_NONSEC3, &resultdiff));
+	CHECK(diff_namespace(mctx, dba, dbvera, dbb, dbverb,
+			     DNS_DB_NSEC3ONLY, &resultdiff));
 	if (ISC_LIST_EMPTY(resultdiff.tuples)) {
 		isc_log_write(JOURNAL_DEBUG_LOGARGS(3), "no changes");
 	} else {
 		CHECK(dns_journal_write_transaction(journal, &resultdiff));
 	}
-	INSIST(ISC_LIST_EMPTY(diff[0].tuples));
-	INSIST(ISC_LIST_EMPTY(diff[1].tuples));
-
  failure:
 	dns_diff_clear(&resultdiff);
-	dns_dbiterator_destroy(&dbit[1]);
- cleanup_interator0:
-	dns_dbiterator_destroy(&dbit[0]);
- cleanup_journal:
 	dns_journal_destroy(&journal);
 	return (result);
 }
diff --git a/contrib/bind9/lib/dns/masterdump.c b/contrib/bind9/lib/dns/masterdump.c
index 1dbb1e615e8b..314112ce5f1b 100644
--- a/contrib/bind9/lib/dns/masterdump.c
+++ b/contrib/bind9/lib/dns/masterdump.c
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: masterdump.c,v 1.94.50.2.12.1 2009/11/18 23:58:04 marka Exp $ */
+/* $Id: masterdump.c,v 1.94.50.3 2009/11/18 00:15:37 marka Exp $ */
 
 /*! \file */
 
diff --git a/contrib/bind9/lib/dns/message.c b/contrib/bind9/lib/dns/message.c
index b541635abf03..2e34120f3b9b 100644
--- a/contrib/bind9/lib/dns/message.c
+++ b/contrib/bind9/lib/dns/message.c
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: message.c,v 1.245.50.2 2009/01/18 23:47:40 tbox Exp $ */
+/* $Id: message.c,v 1.245.50.3 2009/11/24 03:25:53 marka Exp $ */
 
 /*! \file */
 
@@ -1888,6 +1888,8 @@ dns_message_rendersection(dns_message_t *msg, dns_section_t sectionid,
 				msg->counts[sectionid] += total;
 				return (result);
 			}
+			if (result == ISC_R_NOSPACE)
+				msg->flags |= DNS_MESSAGEFLAG_TC;
 			if (result != ISC_R_SUCCESS) {
 				INSIST(st.used < 65536);
 				dns_compress_rollback(msg->cctx,
diff --git a/contrib/bind9/lib/dns/nsec3.c b/contrib/bind9/lib/dns/nsec3.c
index f9b8cad21a70..ea6546d9e60f 100644
--- a/contrib/bind9/lib/dns/nsec3.c
+++ b/contrib/bind9/lib/dns/nsec3.c
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: nsec3.c,v 1.6.12.2 2009/06/04 02:56:14 tbox Exp $ */
+/* $Id: nsec3.c,v 1.6.12.4 2009/11/03 23:47:46 tbox Exp $ */
 
 #include <config.h>
 
@@ -87,6 +87,8 @@ dns_nsec3_buildrdata(dns_db_t *db, dns_dbversion_t *version,
 	unsigned int i, window;
 	int octet;
 	isc_boolean_t found;
+	isc_boolean_t found_ns;
+	isc_boolean_t need_rrsig;
 
 	unsigned char *nsec_bits, *bm;
 	unsigned int max_type;
@@ -140,7 +142,7 @@ dns_nsec3_buildrdata(dns_db_t *db, dns_dbversion_t *version,
 	result = dns_db_allrdatasets(db, node, version, 0, &rdsiter);
 	if (result != ISC_R_SUCCESS)
 		return (result);
-	found = ISC_FALSE;
+	found = found_ns = need_rrsig = ISC_FALSE;
 	for (result = dns_rdatasetiter_first(rdsiter);
 	     result == ISC_R_SUCCESS;
 	     result = dns_rdatasetiter_next(rdsiter))
@@ -152,13 +154,26 @@ dns_nsec3_buildrdata(dns_db_t *db, dns_dbversion_t *version,
 			if (rdataset.type > max_type)
 				max_type = rdataset.type;
 			set_bit(bm, rdataset.type, 1);
-			/* Don't set RRSIG for insecure delegation. */
-			if (rdataset.type != dns_rdatatype_ns)
+			/*
+			 * Work out if we need to set the RRSIG bit for
+			 * this node.  We set the RRSIG bit if either of
+			 * the following conditions are met:
+			 * 1) We have a SOA or DS then we need to set
+			 *    the RRSIG bit as both always will be signed.
+			 * 2) We set the RRSIG bit if we don't have
+			 *    a NS record but do have other data.
+			 */
+			if (rdataset.type == dns_rdatatype_soa ||
+			    rdataset.type == dns_rdatatype_ds)
+				need_rrsig = ISC_TRUE;
+			else if (rdataset.type == dns_rdatatype_ns)
+				found_ns = ISC_TRUE;
+			else
 				found = ISC_TRUE;
 		}
 		dns_rdataset_disassociate(&rdataset);
 	}
-	if (found) {
+	if ((found && !found_ns) || need_rrsig) {
 		if (dns_rdatatype_rrsig > max_type)
 			max_type = dns_rdatatype_rrsig;
 		set_bit(bm, dns_rdatatype_rrsig, 1);
diff --git a/contrib/bind9/lib/dns/opensslrsa_link.c b/contrib/bind9/lib/dns/opensslrsa_link.c
index d557c43db258..95095d1186b7 100644
--- a/contrib/bind9/lib/dns/opensslrsa_link.c
+++ b/contrib/bind9/lib/dns/opensslrsa_link.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2010  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -17,21 +17,23 @@
 
 /*
  * Principal Author: Brian Wellington
- * $Id: opensslrsa_link.c,v 1.20.50.3 2009/01/18 23:25:16 marka Exp $
+ * $Id: opensslrsa_link.c,v 1.20.50.8 2010/01/22 02:36:49 marka Exp $
  */
 #ifdef OPENSSL
+#include <config.h>
+
 #ifndef USE_EVP
+#if !defined(HAVE_EVP_SHA256) || !defined(HAVE_EVP_SHA512)
+#define USE_EVP 0
+#else
 #define USE_EVP 1
 #endif
-#if USE_EVP
-#define USE_EVP_RSA 1
 #endif
 
-#include <config.h>
-
 #include <isc/entropy.h>
 #include <isc/md5.h>
 #include <isc/sha1.h>
+#include <isc/sha2.h>
 #include <isc/mem.h>
 #include <isc/string.h>
 #include <isc/util.h>
@@ -112,23 +114,42 @@ static isc_result_t
 opensslrsa_createctx(dst_key_t *key, dst_context_t *dctx) {
 #if USE_EVP
 	EVP_MD_CTX *evp_md_ctx;
-	const EVP_MD *type;
+	const EVP_MD *type = NULL;
 #endif
 
 	UNUSED(key);
 	REQUIRE(dctx->key->key_alg == DST_ALG_RSAMD5 ||
 		dctx->key->key_alg == DST_ALG_RSASHA1 ||
-		dctx->key->key_alg == DST_ALG_NSEC3RSASHA1);
+		dctx->key->key_alg == DST_ALG_NSEC3RSASHA1 ||
+		dctx->key->key_alg == DST_ALG_RSASHA256 ||
+		dctx->key->key_alg == DST_ALG_RSASHA512);
 
 #if USE_EVP
 	evp_md_ctx = EVP_MD_CTX_create();
 	if (evp_md_ctx == NULL)
 		return (ISC_R_NOMEMORY);
 
-	if (dctx->key->key_alg == DST_ALG_RSAMD5)
+	switch (dctx->key->key_alg) {
+	case DST_ALG_RSAMD5:
 		type = EVP_md5();	/* MD5 + RSA */
-	else
+		break;
+	case DST_ALG_RSASHA1:
+	case DST_ALG_NSEC3RSASHA1:
 		type = EVP_sha1();	/* SHA1 + RSA */
+		break;
+#ifdef HAVE_EVP_SHA256
+	case DST_ALG_RSASHA256:
+		type = EVP_sha256();	/* SHA256 + RSA */
+		break;
+#endif
+#ifdef HAVE_EVP_SHA512
+	case DST_ALG_RSASHA512:
+		type = EVP_sha512();
+		break;
+#endif
+	default:
+		INSIST(0);
+	}
 
 	if (!EVP_DigestInit_ex(evp_md_ctx, type, NULL)) {
 		EVP_MD_CTX_destroy(evp_md_ctx);
@@ -136,22 +157,56 @@ opensslrsa_createctx(dst_key_t *key, dst_context_t *dctx) {
 	}
 	dctx->ctxdata.evp_md_ctx = evp_md_ctx;
 #else
-	if (dctx->key->key_alg == DST_ALG_RSAMD5) {
-		isc_md5_t *md5ctx;
+	switch (dctx->key->key_alg) {
+	case DST_ALG_RSAMD5:
+		{
+			isc_md5_t *md5ctx;
 
-		md5ctx = isc_mem_get(dctx->mctx, sizeof(isc_md5_t));
-		if (md5ctx == NULL)
-			return (ISC_R_NOMEMORY);
-		isc_md5_init(md5ctx);
-		dctx->ctxdata.md5ctx = md5ctx;
-	} else {
-		isc_sha1_t *sha1ctx;
+			md5ctx = isc_mem_get(dctx->mctx, sizeof(isc_md5_t));
+			if (md5ctx == NULL)
+				return (ISC_R_NOMEMORY);
+			isc_md5_init(md5ctx);
+			dctx->ctxdata.md5ctx = md5ctx;
+		}
+		break;
+	case DST_ALG_RSASHA1:
+	case DST_ALG_NSEC3RSASHA1:
+		{
+			isc_sha1_t *sha1ctx;
 
-		sha1ctx = isc_mem_get(dctx->mctx, sizeof(isc_sha1_t));
-		if (sha1ctx == NULL)
-			return (ISC_R_NOMEMORY);
-		isc_sha1_init(sha1ctx);
-		dctx->ctxdata.sha1ctx = sha1ctx;
+			sha1ctx = isc_mem_get(dctx->mctx, sizeof(isc_sha1_t));
+			if (sha1ctx == NULL)
+				return (ISC_R_NOMEMORY);
+			isc_sha1_init(sha1ctx);
+			dctx->ctxdata.sha1ctx = sha1ctx;
+		}
+		break;
+	case DST_ALG_RSASHA256:
+		{
+			isc_sha256_t *sha256ctx;
+
+			sha256ctx = isc_mem_get(dctx->mctx,
+						sizeof(isc_sha256_t));
+			if (sha256ctx == NULL)
+				return (ISC_R_NOMEMORY);
+			isc_sha256_init(sha256ctx);
+			dctx->ctxdata.sha256ctx = sha256ctx;
+		}
+		break;
+	case DST_ALG_RSASHA512:
+		{
+			isc_sha512_t *sha512ctx;
+
+			sha512ctx = isc_mem_get(dctx->mctx,
+						sizeof(isc_sha512_t));
+			if (sha512ctx == NULL)
+				return (ISC_R_NOMEMORY);
+			isc_sha512_init(sha512ctx);
+			dctx->ctxdata.sha512ctx = sha512ctx;
+		}
+		break;
+	default:
+		INSIST(0);
 	}
 #endif
 
@@ -166,7 +221,9 @@ opensslrsa_destroyctx(dst_context_t *dctx) {
 
 	REQUIRE(dctx->key->key_alg == DST_ALG_RSAMD5 ||
 		dctx->key->key_alg == DST_ALG_RSASHA1 ||
-		dctx->key->key_alg == DST_ALG_NSEC3RSASHA1);
+		dctx->key->key_alg == DST_ALG_NSEC3RSASHA1 ||
+		dctx->key->key_alg == DST_ALG_RSASHA256 ||
+		dctx->key->key_alg == DST_ALG_RSASHA512);
 
 #if USE_EVP
 	if (evp_md_ctx != NULL) {
@@ -174,22 +231,58 @@ opensslrsa_destroyctx(dst_context_t *dctx) {
 		dctx->ctxdata.evp_md_ctx = NULL;
 	}
 #else
-	if (dctx->key->key_alg == DST_ALG_RSAMD5) {
-		isc_md5_t *md5ctx = dctx->ctxdata.md5ctx;
+	switch (dctx->key->key_alg) {
+	case DST_ALG_RSAMD5:
+		{
+			isc_md5_t *md5ctx = dctx->ctxdata.md5ctx;
 
-		if (md5ctx != NULL) {
-			isc_md5_invalidate(md5ctx);
-			isc_mem_put(dctx->mctx, md5ctx, sizeof(isc_md5_t));
-			dctx->ctxdata.md5ctx = NULL;
+			if (md5ctx != NULL) {
+				isc_md5_invalidate(md5ctx);
+				isc_mem_put(dctx->mctx, md5ctx,
+					    sizeof(isc_md5_t));
+				dctx->ctxdata.md5ctx = NULL;
+			}
 		}
-	} else {
-		isc_sha1_t *sha1ctx = dctx->ctxdata.sha1ctx;
+		break;
+	case DST_ALG_RSASHA1:
+	case DST_ALG_NSEC3RSASHA1:
+		{
+			isc_sha1_t *sha1ctx = dctx->ctxdata.sha1ctx;
 
-		if (sha1ctx != NULL) {
-			isc_sha1_invalidate(sha1ctx);
-			isc_mem_put(dctx->mctx, sha1ctx, sizeof(isc_sha1_t));
-			dctx->ctxdata.sha1ctx = NULL;
+			if (sha1ctx != NULL) {
+				isc_sha1_invalidate(sha1ctx);
+				isc_mem_put(dctx->mctx, sha1ctx,
+					    sizeof(isc_sha1_t));
+				dctx->ctxdata.sha1ctx = NULL;
+			}
 		}
+		break;
+	case DST_ALG_RSASHA256:
+		{
+			isc_sha256_t *sha256ctx = dctx->ctxdata.sha256ctx;
+
+			if (sha256ctx != NULL) {
+				isc_sha256_invalidate(sha256ctx);
+				isc_mem_put(dctx->mctx, sha256ctx,
+					    sizeof(isc_sha256_t));
+				dctx->ctxdata.sha256ctx = NULL;
+			}
+		}
+		break;
+	case DST_ALG_RSASHA512:
+		{
+			isc_sha512_t *sha512ctx = dctx->ctxdata.sha512ctx;
+
+			if (sha512ctx != NULL) {
+				isc_sha512_invalidate(sha512ctx);
+				isc_mem_put(dctx->mctx, sha512ctx,
+					    sizeof(isc_sha512_t));
+				dctx->ctxdata.sha512ctx = NULL;
+			}
+		}
+		break;
+	default:
+		INSIST(0);
 	}
 #endif
 }
@@ -202,24 +295,67 @@ opensslrsa_adddata(dst_context_t *dctx, const isc_region_t *data) {
 
 	REQUIRE(dctx->key->key_alg == DST_ALG_RSAMD5 ||
 		dctx->key->key_alg == DST_ALG_RSASHA1 ||
-		dctx->key->key_alg == DST_ALG_NSEC3RSASHA1);
+		dctx->key->key_alg == DST_ALG_NSEC3RSASHA1 ||
+		dctx->key->key_alg == DST_ALG_RSASHA256 ||
+		dctx->key->key_alg == DST_ALG_RSASHA512);
 
 #if USE_EVP
 	if (!EVP_DigestUpdate(evp_md_ctx, data->base, data->length)) {
 		return (ISC_R_FAILURE);
 	}
 #else
-	if (dctx->key->key_alg == DST_ALG_RSAMD5) {
-		isc_md5_t *md5ctx = dctx->ctxdata.md5ctx;
-		isc_md5_update(md5ctx, data->base, data->length);
-	} else {
-		isc_sha1_t *sha1ctx = dctx->ctxdata.sha1ctx;
-		isc_sha1_update(sha1ctx, data->base, data->length);
+	switch (dctx->key->key_alg) {
+	case DST_ALG_RSAMD5:
+		{
+			isc_md5_t *md5ctx = dctx->ctxdata.md5ctx;
+
+			isc_md5_update(md5ctx, data->base, data->length);
+		}
+		break;
+	case DST_ALG_RSASHA1:
+	case DST_ALG_NSEC3RSASHA1:
+		{
+			isc_sha1_t *sha1ctx = dctx->ctxdata.sha1ctx;
+
+			isc_sha1_update(sha1ctx, data->base, data->length);
+		}
+		break;
+	case DST_ALG_RSASHA256:
+		{
+			isc_sha256_t *sha256ctx = dctx->ctxdata.sha256ctx;
+
+			isc_sha256_update(sha256ctx, data->base, data->length);
+		}
+		break;
+	case DST_ALG_RSASHA512:
+		{
+			isc_sha512_t *sha512ctx = dctx->ctxdata.sha512ctx;
+
+			isc_sha512_update(sha512ctx, data->base, data->length);
+		}
+		break;
+	default:
+		INSIST(0);
 	}
 #endif
 	return (ISC_R_SUCCESS);
 }
 
+#if ! USE_EVP && OPENSSL_VERSION_NUMBER < 0x00908000L
+/*
+ * Digest prefixes from RFC 5702.
+ */
+static unsigned char sha256_prefix[] =
+	 { 0x30, 0x31, 0x30, 0x0d, 0x06, 0x09, 0x60, 0x86, 0x48,
+	   0x01, 0x65, 0x03, 0x04, 0x02, 0x01, 0x05, 0x00, 0x04, 0x20};
+static unsigned char sha512_prefix[] =
+	 { 0x30, 0x51, 0x30, 0x0d, 0x06, 0x09, 0x60, 0x86, 0x48,
+	   0x01, 0x65, 0x03, 0x04, 0x02, 0x03, 0x05, 0x00, 0x04, 0x40};
+#define PREFIXLEN sizeof(sha512_prefix)
+#else
+#define PREFIXLEN 0
+#endif
+
 static isc_result_t
 opensslrsa_sign(dst_context_t *dctx, isc_buffer_t *sig) {
 	dst_key_t *key = dctx->key;
@@ -230,20 +366,26 @@ opensslrsa_sign(dst_context_t *dctx, isc_buffer_t *sig) {
 	EVP_PKEY *pkey = key->keydata.pkey;
 #else
 	RSA *rsa = key->keydata.rsa;
-	/* note: ISC_SHA1_DIGESTLENGTH > ISC_MD5_DIGESTLENGTH */
-	unsigned char digest[ISC_SHA1_DIGESTLENGTH];
-	int status;
-	int type;
-	unsigned int digestlen;
+	/* note: ISC_SHA512_DIGESTLENGTH >= ISC_*_DIGESTLENGTH */
+	unsigned char digest[PREFIXLEN + ISC_SHA512_DIGESTLENGTH];
+	int status = 0;
+	int type = 0;
+	unsigned int digestlen = 0;
 	char *message;
 	unsigned long err;
 	const char* file;
 	int line;
+#if OPENSSL_VERSION_NUMBER < 0x00908000L
+	unsigned int prefixlen = 0;
+	const unsigned char *prefix = NULL;
+#endif
 #endif
 
 	REQUIRE(dctx->key->key_alg == DST_ALG_RSAMD5 ||
 		dctx->key->key_alg == DST_ALG_RSASHA1 ||
-		dctx->key->key_alg == DST_ALG_NSEC3RSASHA1);
+		dctx->key->key_alg == DST_ALG_NSEC3RSASHA1 ||
+		dctx->key->key_alg == DST_ALG_RSASHA256 ||
+		dctx->key->key_alg == DST_ALG_RSASHA512);
 
 	isc_buffer_availableregion(sig, &r);
 
@@ -258,19 +400,92 @@ opensslrsa_sign(dst_context_t *dctx, isc_buffer_t *sig) {
 	if (r.length < (unsigned int) RSA_size(rsa))
 		return (ISC_R_NOSPACE);
 
-	if (dctx->key->key_alg == DST_ALG_RSAMD5) {
-		isc_md5_t *md5ctx = dctx->ctxdata.md5ctx;
-		isc_md5_final(md5ctx, digest);
-		type = NID_md5;
-		digestlen = ISC_MD5_DIGESTLENGTH;
-	} else {
-		isc_sha1_t *sha1ctx = dctx->ctxdata.sha1ctx;
-		isc_sha1_final(sha1ctx, digest);
-		type = NID_sha1;
-		digestlen = ISC_SHA1_DIGESTLENGTH;
+	switch (dctx->key->key_alg) {
+	case DST_ALG_RSAMD5:
+		{
+			isc_md5_t *md5ctx = dctx->ctxdata.md5ctx;
+
+			isc_md5_final(md5ctx, digest);
+			type = NID_md5;
+			digestlen = ISC_MD5_DIGESTLENGTH;
+		}
+		break;
+	case DST_ALG_RSASHA1:
+	case DST_ALG_NSEC3RSASHA1:
+		{
+			isc_sha1_t *sha1ctx = dctx->ctxdata.sha1ctx;
+
+			isc_sha1_final(sha1ctx, digest);
+			type = NID_sha1;
+			digestlen = ISC_SHA1_DIGESTLENGTH;
+		}
+		break;
+	case DST_ALG_RSASHA256:
+		{
+			isc_sha256_t *sha256ctx = dctx->ctxdata.sha256ctx;
+
+			isc_sha256_final(digest, sha256ctx);
+			digestlen = ISC_SHA256_DIGESTLENGTH;
+#if OPENSSL_VERSION_NUMBER < 0x00908000L
+			prefix = sha256_prefix;
+			prefixlen = sizeof(sha256_prefix);
+#else
+			type = NID_sha256;
+#endif
+		}
+		break;
+	case DST_ALG_RSASHA512:
+		{
+			isc_sha512_t *sha512ctx = dctx->ctxdata.sha512ctx;
+
+			isc_sha512_final(digest, sha512ctx);
+			digestlen = ISC_SHA512_DIGESTLENGTH;
+#if OPENSSL_VERSION_NUMBER < 0x00908000L
+			prefix = sha512_prefix;
+			prefixlen = sizeof(sha512_prefix);
+#else
+			type = NID_sha512;
+#endif
+		}
+		break;
+	default:
+		INSIST(0);
 	}
 
+#if OPENSSL_VERSION_NUMBER < 0x00908000L
+	switch (dctx->key->key_alg) {
+	case DST_ALG_RSAMD5:
+	case DST_ALG_RSASHA1:
+	case DST_ALG_NSEC3RSASHA1:
+		INSIST(type != 0);
+		status = RSA_sign(type, digest, digestlen, r.base,
+				  &siglen, rsa);
+		break;
+
+	case DST_ALG_RSASHA256:
+	case DST_ALG_RSASHA512:
+		INSIST(prefix != NULL);
+		INSIST(prefixlen != 0);
+		INSIST(prefixlen + digestlen <= sizeof(digest));
+
+		memmove(digest + prefixlen, digest, digestlen);
+		memcpy(digest, prefix, prefixlen);
+		status = RSA_private_encrypt(digestlen + prefixlen,
+					     digest, r.base, rsa,
+					     RSA_PKCS1_PADDING);
+		if (status < 0)
+			status = 0;
+		else
+			siglen = status;
+		break;
+
+	default:
+		INSIST(0);
+	}
+#else
+	INSIST(type != 0);
 	status = RSA_sign(type, digest, digestlen, r.base, &siglen, rsa);
+#endif
 	if (status == 0) {
 		err = ERR_peek_error_line(&file, &line);
 		if (err != 0U) {
@@ -293,37 +508,129 @@ opensslrsa_verify(dst_context_t *dctx, const isc_region_t *sig) {
 	EVP_MD_CTX *evp_md_ctx = dctx->ctxdata.evp_md_ctx;
 	EVP_PKEY *pkey = key->keydata.pkey;
 #else
-	/* note: ISC_SHA1_DIGESTLENGTH > ISC_MD5_DIGESTLENGTH */
-	unsigned char digest[ISC_SHA1_DIGESTLENGTH];
-	int type;
-	unsigned int digestlen;
+	/* note: ISC_SHA512_DIGESTLENGTH >= ISC_*_DIGESTLENGTH */
+	unsigned char digest[ISC_SHA512_DIGESTLENGTH];
+	int type = 0;
+	unsigned int digestlen = 0;
 	RSA *rsa = key->keydata.rsa;
+#if OPENSSL_VERSION_NUMBER < 0x00908000L
+	unsigned int prefixlen = 0;
+	const unsigned char *prefix = NULL;
+#endif
 #endif
 
 	REQUIRE(dctx->key->key_alg == DST_ALG_RSAMD5 ||
 		dctx->key->key_alg == DST_ALG_RSASHA1 ||
-		dctx->key->key_alg == DST_ALG_NSEC3RSASHA1);
+		dctx->key->key_alg == DST_ALG_NSEC3RSASHA1 ||
+		dctx->key->key_alg == DST_ALG_RSASHA256 ||
+		dctx->key->key_alg == DST_ALG_RSASHA512);
 
 #if USE_EVP
 	status = EVP_VerifyFinal(evp_md_ctx, sig->base, sig->length, pkey);
 #else
-	if (dctx->key->key_alg == DST_ALG_RSAMD5) {
-		isc_md5_t *md5ctx = dctx->ctxdata.md5ctx;
-		isc_md5_final(md5ctx, digest);
-		type = NID_md5;
-		digestlen = ISC_MD5_DIGESTLENGTH;
-	} else {
-		isc_sha1_t *sha1ctx = dctx->ctxdata.sha1ctx;
-		isc_sha1_final(sha1ctx, digest);
-		type = NID_sha1;
-		digestlen = ISC_SHA1_DIGESTLENGTH;
+	switch (dctx->key->key_alg) {
+	case DST_ALG_RSAMD5:
+		{
+			isc_md5_t *md5ctx = dctx->ctxdata.md5ctx;
+
+			isc_md5_final(md5ctx, digest);
+			type = NID_md5;
+			digestlen = ISC_MD5_DIGESTLENGTH;
+		}
+		break;
+	case DST_ALG_RSASHA1:
+	case DST_ALG_NSEC3RSASHA1:
+		{
+			isc_sha1_t *sha1ctx = dctx->ctxdata.sha1ctx;
+
+			isc_sha1_final(sha1ctx, digest);
+			type = NID_sha1;
+			digestlen = ISC_SHA1_DIGESTLENGTH;
+		}
+		break;
+	case DST_ALG_RSASHA256:
+		{
+			isc_sha256_t *sha256ctx = dctx->ctxdata.sha256ctx;
+
+			isc_sha256_final(digest, sha256ctx);
+			digestlen = ISC_SHA256_DIGESTLENGTH;
+#if OPENSSL_VERSION_NUMBER < 0x00908000L
+			prefix = sha256_prefix;
+			prefixlen = sizeof(sha256_prefix);
+#else
+			type = NID_sha256;
+#endif
+		}
+		break;
+	case DST_ALG_RSASHA512:
+		{
+			isc_sha512_t *sha512ctx = dctx->ctxdata.sha512ctx;
+
+			isc_sha512_final(digest, sha512ctx);
+			digestlen = ISC_SHA512_DIGESTLENGTH;
+#if OPENSSL_VERSION_NUMBER < 0x00908000L
+			prefix = sha512_prefix;
+			prefixlen = sizeof(sha512_prefix);
+#else
+			type = NID_sha512;
+#endif
+		}
+		break;
+	default:
+		INSIST(0);
 	}
 
-	if (sig->length < (unsigned int) RSA_size(rsa))
+	if (sig->length != (unsigned int) RSA_size(rsa))
 		return (DST_R_VERIFYFAILURE);
 
+#if OPENSSL_VERSION_NUMBER < 0x00908000L
+	switch (dctx->key->key_alg) {
+	case DST_ALG_RSAMD5:
+	case DST_ALG_RSASHA1:
+	case DST_ALG_NSEC3RSASHA1:
+		INSIST(type != 0);
+		status = RSA_verify(type, digest, digestlen, sig->base,
+				    RSA_size(rsa), rsa);
+		break;
+
+	case DST_ALG_RSASHA256:
+	case DST_ALG_RSASHA512:
+		{
+			/*
+			 * 1024 is big enough for all valid RSA bit sizes
+			 * for use with DNSSEC.
+			 */
+			unsigned char original[PREFIXLEN + 1024];
+
+			INSIST(prefix != NULL);
+			INSIST(prefixlen != 0U);
+
+			if (RSA_size(rsa) > (int)sizeof(original))
+				return (DST_R_VERIFYFAILURE);
+
+			status = RSA_public_decrypt(sig->length, sig->base,
+						    original, rsa,
+						    RSA_PKCS1_PADDING);
+			if (status <= 0)
+				return (DST_R_VERIFYFAILURE);
+			if (status != (int)(prefixlen + digestlen))
+				return (DST_R_VERIFYFAILURE);
+			if (memcmp(original, prefix, prefixlen))
+				return (DST_R_VERIFYFAILURE);
+			if (memcmp(original + prefixlen, digest, digestlen))
+				return (DST_R_VERIFYFAILURE);
+			status = 1;
+		}
+		break;
+
+	default:
+		INSIST(0);
+	}
+#else
+	INSIST(type != 0);
 	status = RSA_verify(type, digest, digestlen, sig->base,
-			    RSA_size(rsa), rsa);
+			     RSA_size(rsa), rsa);
+#endif
 #endif
 	if (status != 1)
 		return (dst__openssl_toresult(DST_R_VERIFYFAILURE));
@@ -552,19 +859,20 @@ opensslrsa_todns(const dst_key_t *key, isc_buffer_t *data) {
 		if (r.length < 1)
 			DST_RET(ISC_R_NOSPACE);
 		isc_buffer_putuint8(data, (isc_uint8_t) e_bytes);
+		isc_region_consume(&r, 1);
 	} else {
 		if (r.length < 3)
 			DST_RET(ISC_R_NOSPACE);
 		isc_buffer_putuint8(data, 0);
 		isc_buffer_putuint16(data, (isc_uint16_t) e_bytes);
+		isc_region_consume(&r, 3);
 	}
 
 	if (r.length < e_bytes + mod_bytes)
-		return (ISC_R_NOSPACE);
-	isc_buffer_availableregion(data, &r);
+		DST_RET(ISC_R_NOSPACE);
 
 	BN_bn2bin(rsa->e, r.base);
-	r.base += e_bytes;
+	isc_region_consume(&r, e_bytes);
 	BN_bn2bin(rsa->n, r.base);
 
 	isc_buffer_add(data, e_bytes + mod_bytes);
@@ -805,8 +1113,8 @@ opensslrsa_parse(dst_key_t *key, isc_lex_t *lexer) {
 			DST_RET(DST_R_NOENGINE);
 		pkey = ENGINE_load_private_key(e, label, NULL, NULL);
 		if (pkey == NULL) {
-			ERR_print_errors_fp(stderr);
-			DST_RET(ISC_R_FAILURE);
+			/* ERR_print_errors_fp(stderr); */
+			DST_RET(ISC_R_NOTFOUND);
 		}
 		key->engine = isc_mem_strdup(key->mctx, name);
 		if (key->engine == NULL)
@@ -924,7 +1232,7 @@ opensslrsa_fromlabel(dst_key_t *key, const char *engine, const char *label,
 		DST_RET(DST_R_NOENGINE);
 	pkey = ENGINE_load_private_key(e, label, NULL, NULL);
 	if (pkey == NULL)
-		DST_RET(ISC_R_NOMEMORY);
+		DST_RET(ISC_R_NOTFOUND);
 	key->engine = isc_mem_strdup(key->mctx, label);
 	if (key->engine == NULL)
 		DST_RET(ISC_R_NOMEMORY);
@@ -969,10 +1277,26 @@ static dst_func_t opensslrsa_functions = {
 };
 
 isc_result_t
-dst__opensslrsa_init(dst_func_t **funcp) {
+dst__opensslrsa_init(dst_func_t **funcp, unsigned char algorithm) {
 	REQUIRE(funcp != NULL);
-	if (*funcp == NULL)
-		*funcp = &opensslrsa_functions;
+
+	if (*funcp == NULL) {
+		switch (algorithm) {
+		case DST_ALG_RSASHA256:
+#if defined(HAVE_EVP_SHA256) || !USE_EVP
+			*funcp = &opensslrsa_functions;
+#endif
+			break;
+		case DST_ALG_RSASHA512:
+#if defined(HAVE_EVP_SHA512) || !USE_EVP
+			*funcp = &opensslrsa_functions;
+#endif
+			break;
+		default:
+			*funcp = &opensslrsa_functions;
+			break;
+		}
+	}
 	return (ISC_R_SUCCESS);
 }
 
diff --git a/contrib/bind9/lib/dns/rbt.c b/contrib/bind9/lib/dns/rbt.c
index ff8b3a36e379..62a9e2b03bb7 100644
--- a/contrib/bind9/lib/dns/rbt.c
+++ b/contrib/bind9/lib/dns/rbt.c
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: rbt.c,v 1.142.50.2 2009/01/18 23:47:40 tbox Exp $ */
+/* $Id: rbt.c,v 1.142.50.3 2009/10/20 05:06:04 marka Exp $ */
 
 /*! \file */
 
@@ -85,9 +85,9 @@ struct dns_rbt {
 #define HASHVAL(node)           ((node)->hashval)
 #define COLOR(node)             ((node)->color)
 #define NAMELEN(node)           ((node)->namelen)
+#define OLDNAMELEN(node)        ((node)->oldnamelen)
 #define OFFSETLEN(node)         ((node)->offsetlen)
 #define ATTRS(node)             ((node)->attributes)
-#define PADBYTES(node)          ((node)->padbytes)
 #define IS_ROOT(node)           ISC_TF((node)->is_root == 1)
 #define FINDCALLBACK(node)      ISC_TF((node)->find_callback == 1)
 
@@ -100,13 +100,23 @@ struct dns_rbt {
 #define LOCKNUM(node)   ((node)->locknum)
 
 /*%
- * The variable length stuff stored after the node.
+ * The variable length stuff stored after the node has the following
+ * structure.
+ *
+ *	<name_data>{1..255}<oldoffsetlen>{1}<offsets>{1..128}
+ *
+ * <name_data> contains the name of the node when it was created.
+ * <oldoffsetlen> contains the length of <offsets> when the node was created.
+ * <offsets> contains the offets into name for each label when the node was
+ * created.
  */
+
 #define NAME(node)      ((unsigned char *)((node) + 1))
-#define OFFSETS(node)   (NAME(node) + NAMELEN(node))
+#define OFFSETS(node)   (NAME(node) + OLDNAMELEN(node) + 1)
+#define OLDOFFSETLEN(node) (OFFSETS(node)[-1])
 
 #define NODE_SIZE(node) (sizeof(*node) + \
-			 NAMELEN(node) + OFFSETLEN(node) + PADBYTES(node))
+			 OLDNAMELEN(node) + OLDOFFSETLEN(node) + 1)
 
 /*%
  * Color management.
@@ -553,11 +563,6 @@ dns_rbt_addnode(dns_rbt_t *rbt, dns_name_t *name, dns_rbtnode_t **nodep) {
 
 				NAMELEN(current) = prefix->length;
 				OFFSETLEN(current) = prefix->labels;
-				memcpy(OFFSETS(current), prefix->offsets,
-				       prefix->labels);
-				PADBYTES(current) +=
-				       (current_name.length - prefix->length) +
-				       (current_name.labels - prefix->labels);
 
 				/*
 				 * Set up the new root of the next level.
@@ -1423,7 +1428,7 @@ create_node(isc_mem_t *mctx, dns_name_t *name, dns_rbtnode_t **nodep) {
 	 * Allocate space for the node structure, the name, and the offsets.
 	 */
 	node = (dns_rbtnode_t *)isc_mem_get(mctx, sizeof(*node) +
-					    region.length + labels);
+					    region.length + labels + 1);
 
 	if (node == NULL)
 		return (ISC_R_NOMEMORY);
@@ -1460,10 +1465,12 @@ create_node(isc_mem_t *mctx, dns_name_t *name, dns_rbtnode_t **nodep) {
 	 *      The offsets table could be made smaller by eliminating the
 	 *      first offset, which is always 0.  This requires changes to
 	 *      lib/dns/name.c.
+	 *
+	 * Note: OLDOFFSETLEN *must* be assigned *after* OLDNAMELEN is assigned
+	 * 	 as it uses OLDNAMELEN.
 	 */
-	NAMELEN(node) = region.length;
-	PADBYTES(node) = 0;
-	OFFSETLEN(node) = labels;
+	OLDNAMELEN(node) = NAMELEN(node) = region.length;
+	OLDOFFSETLEN(node) = OFFSETLEN(node) = labels;
 	ATTRS(node) = name->attributes;
 
 	memcpy(NAME(node), region.base, region.length);
diff --git a/contrib/bind9/lib/dns/rbtdb.c b/contrib/bind9/lib/dns/rbtdb.c
index d5b5b5c8194f..f841ebea5e94 100644
--- a/contrib/bind9/lib/dns/rbtdb.c
+++ b/contrib/bind9/lib/dns/rbtdb.c
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: rbtdb.c,v 1.270.12.6.10.2 2009/12/31 21:44:36 each Exp $ */
+/* $Id: rbtdb.c,v 1.270.12.16 2009/12/30 08:34:30 jinmei Exp $ */
 
 /*! \file */
 
@@ -258,21 +258,8 @@ typedef struct rdatasetheader {
 
 	dns_rbtnode_t                   *node;
 	isc_stdtime_t                   last_used;
-	ISC_LINK(struct rdatasetheader) lru_link;
-	/*%<
-	 * Used for LRU-based cache management.  We should probably make
-	 * these cache-DB specific.  We might also make it a pointer and
-	 * ensure only the top header has a valid link to save memory.
-	 * The linked-list is locked by the rbtdb->lrulock.
-	 */
+	ISC_LINK(struct rdatasetheader) link;
 
-	/*
-	 * It's possible this should not be here anymore, but instead
-	 * referenced from the bucket's heap directly.
-	 */
-#if 0
-	isc_heap_t                      *heap;
-#endif
 	unsigned int                    heap_index;
 	/*%<
 	 * Used for TTL-based cache cleaning.
@@ -396,7 +383,7 @@ typedef struct rbtdb_version {
 	isc_uint8_t			flags;
 	isc_uint16_t			iterations;
 	isc_uint8_t			salt_length;
-	unsigned char			salt[NSEC3_MAX_HASH_LENGTH];
+	unsigned char			salt[DNS_NSEC3_SALTSIZE];
 } rbtdb_version_t;
 
 typedef ISC_LIST(rbtdb_version_t)       rbtdb_versionlist_t;
@@ -1227,7 +1214,7 @@ free_noqname(isc_mem_t *mctx, struct noqname **noqname) {
 static inline void
 init_rdataset(dns_rbtdb_t *rbtdb, rdatasetheader_t *h)
 {
-	ISC_LINK_INIT(h, lru_link);
+	ISC_LINK_INIT(h, link);
 	h->heap_index = 0;
 
 #if TRACE_HEADER
@@ -1267,8 +1254,10 @@ free_rdataset(dns_rbtdb_t *rbtdb, isc_mem_t *mctx, rdatasetheader_t *rdataset)
 	}
 
 	idx = rdataset->node->locknum;
-	if (ISC_LINK_LINKED(rdataset, lru_link))
-		ISC_LIST_UNLINK(rbtdb->rdatasets[idx], rdataset, lru_link);
+	if (ISC_LINK_LINKED(rdataset, link)) {
+		INSIST(IS_CACHE(rbtdb));
+		ISC_LIST_UNLINK(rbtdb->rdatasets[idx], rdataset, link);
+	}
 	if (rdataset->heap_index != 0)
 		isc_heap_delete(rbtdb->heaps[idx], rdataset->heap_index);
 	rdataset->heap_index = 0;
@@ -2075,8 +2064,6 @@ setnsec3parameters(dns_db_t *db, rbtdb_version_t *version,
 					continue;
 #endif
 
-				INSIST(nsec3param.salt_length <=
-				       sizeof(version->salt));
 				memcpy(version->salt, nsec3param.salt,
 				       nsec3param.salt_length);
 				version->hash = nsec3param.hash;
@@ -2284,17 +2271,18 @@ closeversion(dns_db_t *db, dns_dbversion_t **versionp, isc_boolean_t commit) {
 	for (header = HEAD(resigned_list);
 	     header != NULL;
 	     header = HEAD(resigned_list)) {
-		ISC_LIST_UNLINK(resigned_list, header, lru_link);
-		if (rollback) {
-			nodelock_t *lock;
-			lock = &rbtdb->node_locks[header->node->locknum].lock;
-			NODE_LOCK(lock, isc_rwlocktype_write);
+		nodelock_t *lock;
+
+		ISC_LIST_UNLINK(resigned_list, header, link);
+
+		lock = &rbtdb->node_locks[header->node->locknum].lock;
+		NODE_LOCK(lock, isc_rwlocktype_write);
+		if (rollback)
 			resign_insert(rbtdb, header->node->locknum, header);
-			NODE_UNLOCK(lock, isc_rwlocktype_write);
-		}
 		decrement_reference(rbtdb, header->node, least_serial,
 				    isc_rwlocktype_write, isc_rwlocktype_none,
 				    ISC_FALSE);
+		NODE_UNLOCK(lock, isc_rwlocktype_write);
 	}
 
 	if (!EMPTY(cleanup_list)) {
@@ -3524,11 +3512,17 @@ zone_find(dns_db_t *db, dns_name_t *name, dns_dbversion_t *version,
 		/*
 		 * The node may be a zone cut itself.  If it might be one,
 		 * make sure we check for it later.
+		 *
+		 * DS records live above the zone cut in ordinary zone so
+		 * we want to ignore any referral.
+		 *
+		 * Stub zones don't have anything "above" the delgation so
+		 * we always return a referral.
 		 */
 		if (node->find_callback &&
-		    (node != search.rbtdb->origin_node ||
-		     IS_STUB(search.rbtdb)) &&
-		    !dns_rdatatype_atparent(type))
+		    ((node != search.rbtdb->origin_node &&
+		      !dns_rdatatype_atparent(type)) ||
+		     IS_STUB(search.rbtdb)))
 			maybe_zonecut = ISC_TRUE;
 	}
 
@@ -3546,8 +3540,8 @@ zone_find(dns_db_t *db, dns_name_t *name, dns_dbversion_t *version,
 	 * We now go looking for rdata...
 	 */
 
-	NODE_LOCK(&(search.rbtdb->node_locks[node->locknum].lock),
-		  isc_rwlocktype_read);
+	lock = &search.rbtdb->node_locks[node->locknum].lock;
+	NODE_LOCK(lock, isc_rwlocktype_read);
 
 	found = NULL;
 	foundsig = NULL;
@@ -3625,8 +3619,10 @@ zone_find(dns_db_t *db, dns_name_t *name, dns_dbversion_t *version,
 			 * we are using behave as if it isn't here.
 			 */
 			if (header->type == dns_rdatatype_nsec3 &&
-			    !matchparams(header, &search))
+			   !matchparams(header, &search)) {
+				NODE_UNLOCK(lock, isc_rwlocktype_read);
 				goto partial_match;
+			}
 			/*
 			 * If we found a type we were looking for,
 			 * remember it.
@@ -3705,7 +3701,6 @@ zone_find(dns_db_t *db, dns_name_t *name, dns_dbversion_t *version,
 		 * we really have a partial match.
 		 */
 		if (!wild) {
-			lock = &search.rbtdb->node_locks[node->locknum].lock;
 			NODE_UNLOCK(lock, isc_rwlocktype_read);
 			goto partial_match;
 		}
@@ -3722,7 +3717,6 @@ zone_find(dns_db_t *db, dns_name_t *name, dns_dbversion_t *version,
 			 *
 			 * Return the delegation.
 			 */
-			lock = &search.rbtdb->node_locks[node->locknum].lock;
 			NODE_UNLOCK(lock, isc_rwlocktype_read);
 			result = setup_delegation(&search, nodep, foundname,
 						  rdataset, sigrdataset);
@@ -3744,7 +3738,6 @@ zone_find(dns_db_t *db, dns_name_t *name, dns_dbversion_t *version,
 				goto node_exit;
 			}
 
-			lock = &search.rbtdb->node_locks[node->locknum].lock;
 			NODE_UNLOCK(lock, isc_rwlocktype_read);
 			result = find_closest_nsec(&search, nodep, foundname,
 						   rdataset, sigrdataset,
@@ -3829,7 +3822,6 @@ zone_find(dns_db_t *db, dns_name_t *name, dns_dbversion_t *version,
 		if (result == DNS_R_GLUE &&
 		    (search.options & DNS_DBFIND_VALIDATEGLUE) != 0 &&
 		    !valid_glue(&search, foundname, type, node)) {
-			lock = &search.rbtdb->node_locks[node->locknum].lock;
 			NODE_UNLOCK(lock, isc_rwlocktype_read);
 			result = setup_delegation(&search, nodep, foundname,
 						  rdataset, sigrdataset);
@@ -3861,8 +3853,7 @@ zone_find(dns_db_t *db, dns_name_t *name, dns_dbversion_t *version,
 		foundname->attributes |= DNS_NAMEATTR_WILDCARD;
 
  node_exit:
-	NODE_UNLOCK(&(search.rbtdb->node_locks[node->locknum].lock),
-		    isc_rwlocktype_read);
+	NODE_UNLOCK(lock, isc_rwlocktype_read);
 
  tree_exit:
 	RWUNLOCK(&search.rbtdb->tree_lock, isc_rwlocktype_read);
@@ -5408,8 +5399,10 @@ static isc_result_t
 resign_insert(dns_rbtdb_t *rbtdb, int idx, rdatasetheader_t *newheader) {
 	isc_result_t result;
 
+	INSIST(!IS_CACHE(rbtdb));
 	INSIST(newheader->heap_index == 0);
-	INSIST(!ISC_LINK_LINKED(newheader, lru_link));
+	INSIST(!ISC_LINK_LINKED(newheader, link));
+
 	result = isc_heap_insert(rbtdb->heaps[idx], newheader);
 	return (result);
 }
@@ -5735,7 +5728,7 @@ add(dns_rbtdb_t *rbtdb, dns_rbtnode_t *rbtnode, rbtdb_version_t *rbtversion,
 			idx = newheader->node->locknum;
 			if (IS_CACHE(rbtdb)) {
 				ISC_LIST_PREPEND(rbtdb->rdatasets[idx],
-						 newheader, lru_link);
+						 newheader, link);
 				/*
 				 * XXXMLG We don't check the return value
 				 * here.  If it fails, we will not do TTL
@@ -5794,7 +5787,7 @@ add(dns_rbtdb_t *rbtdb, dns_rbtnode_t *rbtnode, rbtdb_version_t *rbtversion,
 		idx = newheader->node->locknum;
 		if (IS_CACHE(rbtdb)) {
 			ISC_LIST_PREPEND(rbtdb->rdatasets[idx],
-					 newheader, lru_link);
+					 newheader, link);
 			isc_heap_insert(rbtdb->heaps[idx], newheader);
 		} else if (RESIGN(newheader)) {
 			resign_insert(rbtdb, idx, newheader);
@@ -6519,11 +6512,17 @@ static void
 delete_callback(void *data, void *arg) {
 	dns_rbtdb_t *rbtdb = arg;
 	rdatasetheader_t *current, *next;
+	unsigned int locknum;
 
-	for (current = data; current != NULL; current = next) {
+	current = data;
+	locknum = current->node->locknum;
+	NODE_LOCK(&rbtdb->node_locks[locknum].lock, isc_rwlocktype_write);
+	while (current != NULL) {
 		next = current->next;
 		free_rdataset(rbtdb, rbtdb->common.mctx, current);
+		current = next;
 	}
+	NODE_UNLOCK(&rbtdb->node_locks[locknum].lock, isc_rwlocktype_write);
 }
 
 static isc_boolean_t
@@ -6642,8 +6641,8 @@ getnsec3parameters(dns_db_t *db, dns_dbversion_t *version, dns_hash_t *hash,
 	if (rbtversion->havensec3) {
 		if (hash != NULL)
 			*hash = rbtversion->hash;
-		if (salt != NULL && salt_length != 0) {
-			REQUIRE(*salt_length > rbtversion->salt_length);
+		if (salt != NULL && salt_length != NULL) {
+			REQUIRE(*salt_length >= rbtversion->salt_length);
 			memcpy(salt, rbtversion->salt, rbtversion->salt_length);
 		}
 		if (salt_length != NULL)
@@ -6707,27 +6706,35 @@ getsigningtime(dns_db_t *db, dns_rdataset_t *rdataset,
 	rdatasetheader_t *header = NULL, *this;
 	unsigned int i;
 	isc_result_t result = ISC_R_NOTFOUND;
+	unsigned int locknum;
 
 	REQUIRE(VALID_RBTDB(rbtdb));
 
 	RBTDB_LOCK(&rbtdb->lock, isc_rwlocktype_read);
 
 	for (i = 0; i < rbtdb->node_lock_count; i++) {
+		NODE_LOCK(&rbtdb->node_locks[i].lock, isc_rwlocktype_read);
 		this = isc_heap_element(rbtdb->heaps[i], 1);
-		if (this == NULL)
+		if (this == NULL) {
+			NODE_UNLOCK(&rbtdb->node_locks[i].lock,
+				    isc_rwlocktype_read);
 			continue;
+		}
 		if (header == NULL)
 			header = this;
-		else if (isc_serial_lt(this->resign, header->resign))
+		else if (isc_serial_lt(this->resign, header->resign)) {
+			locknum = header->node->locknum;
+			NODE_UNLOCK(&rbtdb->node_locks[locknum].lock,
+				    isc_rwlocktype_read);
 			header = this;
+		} else
+			NODE_UNLOCK(&rbtdb->node_locks[i].lock,
+				    isc_rwlocktype_read);
 	}
 
 	if (header == NULL)
 		goto unlock;
 
-	NODE_LOCK(&rbtdb->node_locks[header->node->locknum].lock,
-		  isc_rwlocktype_read);
-
 	bind_rdataset(rbtdb, header->node, header, 0, rdataset);
 
 	if (foundname != NULL)
@@ -6761,7 +6768,7 @@ resigned(dns_db_t *db, dns_rdataset_t *rdataset, dns_dbversion_t *version)
 	header = rdataset->private3;
 	header--;
 
-	RBTDB_LOCK(&rbtdb->lock, isc_rwlocktype_read);
+	RBTDB_LOCK(&rbtdb->lock, isc_rwlocktype_write);
 	NODE_LOCK(&rbtdb->node_locks[node->locknum].lock,
 		  isc_rwlocktype_write);
 	/*
@@ -6771,11 +6778,11 @@ resigned(dns_db_t *db, dns_rdataset_t *rdataset, dns_dbversion_t *version)
 	new_reference(rbtdb, node);
 	isc_heap_delete(rbtdb->heaps[node->locknum], header->heap_index);
 	header->heap_index = 0;
-	ISC_LIST_APPEND(rbtversion->resigned_list, header, lru_link);
+	ISC_LIST_APPEND(rbtversion->resigned_list, header, link);
 
 	NODE_UNLOCK(&rbtdb->node_locks[node->locknum].lock,
 		    isc_rwlocktype_write);
-	RBTDB_UNLOCK(&rbtdb->lock, isc_rwlocktype_read);
+	RBTDB_UNLOCK(&rbtdb->lock, isc_rwlocktype_write);
 }
 
 static dns_stats_t *
@@ -8497,13 +8504,11 @@ update_header(dns_rbtdb_t *rbtdb, rdatasetheader_t *header,
 	INSIST(IS_CACHE(rbtdb));
 
 	/* To be checked: can we really assume this? XXXMLG */
-	INSIST(ISC_LINK_LINKED(header, lru_link));
+	INSIST(ISC_LINK_LINKED(header, link));
 
-	ISC_LIST_UNLINK(rbtdb->rdatasets[header->node->locknum],
-			header, lru_link);
+	ISC_LIST_UNLINK(rbtdb->rdatasets[header->node->locknum], header, link);
 	header->last_used = now;
-	ISC_LIST_PREPEND(rbtdb->rdatasets[header->node->locknum],
-			 header, lru_link);
+	ISC_LIST_PREPEND(rbtdb->rdatasets[header->node->locknum], header, link);
 }
 
 /*%
@@ -8539,7 +8544,7 @@ overmem_purge(dns_rbtdb_t *rbtdb, unsigned int locknum_start,
 		for (header = ISC_LIST_TAIL(rbtdb->rdatasets[locknum]);
 		     header != NULL && purgecount > 0;
 		     header = header_prev) {
-			header_prev = ISC_LIST_PREV(header, lru_link);
+			header_prev = ISC_LIST_PREV(header, link);
 			/*
 			 * Unlink the entry at this point to avoid checking it
 			 * again even if it's currently used someone else and
@@ -8548,7 +8553,7 @@ overmem_purge(dns_rbtdb_t *rbtdb, unsigned int locknum_start,
 			 * TTL was reset to 0.
 			 */
 			ISC_LIST_UNLINK(rbtdb->rdatasets[locknum], header,
-					lru_link);
+					link);
 			expire_header(rbtdb, header, tree_locked);
 			purgecount--;
 		}
diff --git a/contrib/bind9/lib/dns/rcode.c b/contrib/bind9/lib/dns/rcode.c
index 58ade8587e8c..9feaeb07d9c0 100644
--- a/contrib/bind9/lib/dns/rcode.c
+++ b/contrib/bind9/lib/dns/rcode.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2008, 2010  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1998-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: rcode.c,v 1.8 2008/09/25 04:02:38 tbox Exp $ */
+/* $Id: rcode.c,v 1.8.48.2 2010/01/15 23:47:33 tbox Exp $ */
 
 #include <config.h>
 #include <ctype.h>
@@ -100,6 +100,8 @@
 	{ DNS_KEYALG_ECC, "ECC", 0 }, \
 	{ DNS_KEYALG_RSASHA1, "RSASHA1", 0 }, \
 	{ DNS_KEYALG_NSEC3RSASHA1, "NSEC3RSASHA1", 0 }, \
+	{ DNS_KEYALG_RSASHA256, "RSASHA256", 0 }, \
+	{ DNS_KEYALG_RSASHA512, "RSASHA512", 0 }, \
 	{ DNS_KEYALG_INDIRECT, "INDIRECT", 0 }, \
 	{ DNS_KEYALG_PRIVATEDNS, "PRIVATEDNS", 0 }, \
 	{ DNS_KEYALG_PRIVATEOID, "PRIVATEOID", 0 }, \
diff --git a/contrib/bind9/lib/dns/rdata/generic/ipseckey_45.c b/contrib/bind9/lib/dns/rdata/generic/ipseckey_45.c
index bc2b4e889d4b..6a58bc9bb4e8 100644
--- a/contrib/bind9/lib/dns/rdata/generic/ipseckey_45.c
+++ b/contrib/bind9/lib/dns/rdata/generic/ipseckey_45.c
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: ipseckey_45.c,v 1.4.332.2 2009/01/18 23:47:41 tbox Exp $ */
+/* $Id: ipseckey_45.c,v 1.4.332.3 2009/09/18 21:55:48 jinmei Exp $ */
 
 #ifndef RDATA_GENERIC_IPSECKEY_45_C
 #define RDATA_GENERIC_IPSECKEY_45_C
@@ -243,6 +243,7 @@ fromwire_ipseckey(ARGS_FROMWIRE) {
 		isc_buffer_forward(source, 3);
 		RETERR(dns_name_fromwire(&name, source, dctx, options, target));
 		isc_buffer_activeregion(source, &region);
+		isc_buffer_forward(source, region.length);
 		return(mem_tobuffer(target, region.base, region.length));
 
 	default:
diff --git a/contrib/bind9/lib/dns/resolver.c b/contrib/bind9/lib/dns/resolver.c
index 1b4f407c87fe..02e96cda7099 100644
--- a/contrib/bind9/lib/dns/resolver.c
+++ b/contrib/bind9/lib/dns/resolver.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2010  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: resolver.c,v 1.384.14.14.8.2 2010/01/07 17:17:19 each Exp $ */
+/* $Id: resolver.c,v 1.384.14.20 2010/01/07 23:47:36 tbox Exp $ */
 
 /*! \file */
 
@@ -2534,6 +2534,16 @@ findname(fetchctx_t *fctx, dns_name_t *name, in_port_t port,
 	}
 }
 
+static isc_boolean_t
+isstrictsubdomain(dns_name_t *name1, dns_name_t *name2) {
+	int order;
+	unsigned int nlabels;
+	dns_namereln_t namereln;
+
+	namereln = dns_name_fullcompare(name1, name2, &order, &nlabels);
+	return (ISC_TF(namereln == dns_namereln_subdomain));
+}
+
 static isc_result_t
 fctx_getaddresses(fetchctx_t *fctx) {
 	dns_rdata_t rdata = DNS_RDATA_INIT;
@@ -2579,23 +2589,40 @@ fctx_getaddresses(fetchctx_t *fctx) {
 		dns_name_t *name = &fctx->name;
 		dns_name_t suffix;
 		unsigned int labels;
+		dns_fixedname_t fixed;
+		dns_name_t *domain;
 
 		/*
 		 * DS records are found in the parent server.
 		 * Strip label to get the correct forwarder (if any).
 		 */
-		if (fctx->type == dns_rdatatype_ds &&
+		if (dns_rdatatype_atparent(fctx->type) &&
 		    dns_name_countlabels(name) > 1) {
 			dns_name_init(&suffix, NULL);
 			labels = dns_name_countlabels(name);
 			dns_name_getlabelsequence(name, 1, labels - 1, &suffix);
 			name = &suffix;
 		}
-		result = dns_fwdtable_find(fctx->res->view->fwdtable, name,
-					   &forwarders);
+
+		dns_fixedname_init(&fixed);
+		domain = dns_fixedname_name(&fixed);
+		result = dns_fwdtable_find2(fctx->res->view->fwdtable, name,
+					    domain, &forwarders);
 		if (result == ISC_R_SUCCESS) {
 			sa = ISC_LIST_HEAD(forwarders->addrs);
 			fctx->fwdpolicy = forwarders->fwdpolicy;
+			if (fctx->fwdpolicy == dns_fwdpolicy_only &&
+			    isstrictsubdomain(domain, &fctx->domain)) {
+				isc_mem_t *mctx;
+
+				mctx = res->buckets[fctx->bucketnum].mctx;
+				dns_name_free(&fctx->domain, mctx);
+				dns_name_init(&fctx->domain, NULL);
+				result = dns_name_dup(domain, mctx,
+						      &fctx->domain);
+				if (result != ISC_R_SUCCESS)
+					return (result);
+			}
 		}
 	}
 
@@ -3477,21 +3504,22 @@ fctx_create(dns_resolver_t *res, dns_name_t *name, dns_rdatatype_t type,
 	if (domain == NULL) {
 		dns_forwarders_t *forwarders = NULL;
 		unsigned int labels;
+		dns_name_t *fwdname = name;
 
 		/*
 		 * DS records are found in the parent server.
 		 * Strip label to get the correct forwarder (if any).
 		 */
-		if (fctx->type == dns_rdatatype_ds &&
+		if (dns_rdatatype_atparent(fctx->type) &&
 		    dns_name_countlabels(name) > 1) {
 			dns_name_init(&suffix, NULL);
 			labels = dns_name_countlabels(name);
 			dns_name_getlabelsequence(name, 1, labels - 1, &suffix);
-			name = &suffix;
+			fwdname = &suffix;
 		}
 		dns_fixedname_init(&fixed);
 		domain = dns_fixedname_name(&fixed);
-		result = dns_fwdtable_find2(fctx->res->view->fwdtable, name,
+		result = dns_fwdtable_find2(fctx->res->view->fwdtable, fwdname,
 					    domain, &forwarders);
 		if (result == ISC_R_SUCCESS)
 			fctx->fwdpolicy = forwarders->fwdpolicy;
@@ -3502,7 +3530,7 @@ fctx_create(dns_resolver_t *res, dns_name_t *name, dns_rdatatype_t type,
 			 * nameservers, and we're not in forward-only mode,
 			 * so find the best nameservers to use.
 			 */
-			if (dns_rdatatype_atparent(type))
+			if (dns_rdatatype_atparent(fctx->type))
 				findoptions |= DNS_DBFIND_NOEXACT;
 			result = dns_view_findzonecut(res->view, name, domain,
 						      0, findoptions, ISC_TRUE,
diff --git a/contrib/bind9/lib/dns/sdb.c b/contrib/bind9/lib/dns/sdb.c
index 03fca9ed63e6..ab9ff1967f68 100644
--- a/contrib/bind9/lib/dns/sdb.c
+++ b/contrib/bind9/lib/dns/sdb.c
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: sdb.c,v 1.66.48.2 2009/04/21 23:47:18 tbox Exp $ */
+/* $Id: sdb.c,v 1.66.48.3 2009/06/26 06:25:44 marka Exp $ */
 
 /*! \file */
 
@@ -1458,9 +1458,11 @@ dbiterator_seek(dns_dbiterator_t *iterator, dns_name_t *name) {
 	sdb_dbiterator_t *sdbiter = (sdb_dbiterator_t *)iterator;
 
 	sdbiter->current = ISC_LIST_HEAD(sdbiter->nodelist);
-	while (sdbiter->current != NULL)
+	while (sdbiter->current != NULL) {
 		if (dns_name_equal(sdbiter->current->name, name))
 			return (ISC_R_SUCCESS);
+		sdbiter->current = ISC_LIST_NEXT(sdbiter->current, link);
+	}
 	return (ISC_R_NOTFOUND);
 }
 
diff --git a/contrib/bind9/lib/dns/sdlz.c b/contrib/bind9/lib/dns/sdlz.c
index 89cd0eea2a70..5e5f7e3d7a25 100644
--- a/contrib/bind9/lib/dns/sdlz.c
+++ b/contrib/bind9/lib/dns/sdlz.c
@@ -50,7 +50,7 @@
  * USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: sdlz.c,v 1.18.50.2 2009/04/21 23:47:18 tbox Exp $ */
+/* $Id: sdlz.c,v 1.18.50.3 2009/06/26 06:25:44 marka Exp $ */
 
 /*! \file */
 
@@ -1117,9 +1117,11 @@ dbiterator_seek(dns_dbiterator_t *iterator, dns_name_t *name) {
 	sdlz_dbiterator_t *sdlziter = (sdlz_dbiterator_t *)iterator;
 
 	sdlziter->current = ISC_LIST_HEAD(sdlziter->nodelist);
-	while (sdlziter->current != NULL)
+	while (sdlziter->current != NULL) {
 		if (dns_name_equal(sdlziter->current->name, name))
 			return (ISC_R_SUCCESS);
+		sdlziter->current = ISC_LIST_NEXT(sdlziter->current, link);
+	}
 	return (ISC_R_NOTFOUND);
 }
 
diff --git a/contrib/bind9/lib/dns/spnego.c b/contrib/bind9/lib/dns/spnego.c
index 0ae6ea233c0a..6c94e51baeea 100644
--- a/contrib/bind9/lib/dns/spnego.c
+++ b/contrib/bind9/lib/dns/spnego.c
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: spnego.c,v 1.8.118.2 2009/01/18 23:47:40 tbox Exp $ */
+/* $Id: spnego.c,v 1.8.118.4 2009/07/21 07:27:13 marka Exp $ */
 
 /*! \file
  * \brief
@@ -265,8 +265,7 @@ decode_oid(const unsigned char *p, size_t len,
 	   oid * k, size_t * size);
 
 static int
-decode_enumerated(const unsigned char *p, size_t len,
-		  unsigned *num, size_t *size);
+decode_enumerated(const unsigned char *p, size_t len, void *num, size_t *size);
 
 static int
 decode_octet_string(const unsigned char *, size_t, octet_string *, size_t *);
@@ -291,8 +290,7 @@ der_put_length_and_tag(unsigned char *, size_t, size_t,
 		       Der_class, Der_type, int, size_t *);
 
 static int
-encode_enumerated(unsigned char *p, size_t len,
-		  const unsigned *data, size_t *);
+encode_enumerated(unsigned char *p, size_t len, const void *data, size_t *);
 
 static int
 encode_octet_string(unsigned char *p, size_t len,
@@ -622,7 +620,7 @@ gss_accept_sec_context_spnego(OM_uint32 *minor_status,
 	}
 
 	for (i = 0; !found && i < init_token.mechTypes.len; ++i) {
-		char mechbuf[17];
+		unsigned char mechbuf[17];
 		size_t mech_len;
 
 		ret = der_put_oid(mechbuf + sizeof(mechbuf) - 1,
@@ -956,8 +954,7 @@ der_match_tag_and_length(const unsigned char *p, size_t len,
 }
 
 static int
-decode_enumerated(const unsigned char *p, size_t len,
-		  unsigned *num, size_t *size)
+decode_enumerated(const unsigned char *p, size_t len, void *num, size_t *size)
 {
 	size_t ret = 0;
 	size_t l, reallen;
@@ -1269,10 +1266,9 @@ der_put_length_and_tag(unsigned char *p, size_t len, size_t len_val,
 }
 
 static int
-encode_enumerated(unsigned char *p, size_t len, const unsigned *data,
-		  size_t *size)
+encode_enumerated(unsigned char *p, size_t len, const void *data, size_t *size)
 {
-	unsigned num = *data;
+	unsigned num = *(const unsigned *)data;
 	size_t ret = 0;
 	size_t l;
 	int e;
diff --git a/contrib/bind9/lib/dns/validator.c b/contrib/bind9/lib/dns/validator.c
index ce49daf2eb10..1e55a34055b3 100644
--- a/contrib/bind9/lib/dns/validator.c
+++ b/contrib/bind9/lib/dns/validator.c
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: validator.c,v 1.164.12.9.8.2 2009/12/31 20:29:21 each Exp $ */
+/* $Id: validator.c,v 1.164.12.11 2009/12/30 06:44:44 each Exp $ */
 
 #include <config.h>
 
diff --git a/contrib/bind9/lib/dns/view.c b/contrib/bind9/lib/dns/view.c
index 5f1447ae06ed..961268e22c1c 100644
--- a/contrib/bind9/lib/dns/view.c
+++ b/contrib/bind9/lib/dns/view.c
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: view.c,v 1.150.84.2 2009/01/29 23:47:44 tbox Exp $ */
+/* $Id: view.c,v 1.150.84.3 2009/11/12 23:39:23 marka Exp $ */
 
 /*! \file */
 
@@ -1250,7 +1250,8 @@ dns_view_getpeertsig(dns_view_t *view, isc_netaddr_t *peeraddr,
 	if (result != ISC_R_SUCCESS)
 		return (result);
 
-	return (dns_view_gettsig(view, keyname, keyp));
+	result = dns_view_gettsig(view, keyname, keyp);
+	return ((result == ISC_R_NOTFOUND) ? ISC_R_FAILURE : result);
 }
 
 isc_result_t
diff --git a/contrib/bind9/lib/dns/zone.c b/contrib/bind9/lib/dns/zone.c
index 423b00578720..c21b1f05b118 100644
--- a/contrib/bind9/lib/dns/zone.c
+++ b/contrib/bind9/lib/dns/zone.c
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: zone.c,v 1.483.36.6 2009/03/26 22:57:07 marka Exp $ */
+/* $Id: zone.c,v 1.483.36.17 2009/12/21 04:32:42 marka Exp $ */
 
 /*! \file */
 
@@ -200,7 +200,6 @@ struct dns_zone {
 	isc_time_t		keywarntime;
 	isc_time_t		signingtime;
 	isc_time_t		nsec3chaintime;
-	isc_uint32_t		serial;
 	isc_uint32_t		refresh;
 	isc_uint32_t		retry;
 	isc_uint32_t		expire;
@@ -351,11 +350,15 @@ struct dns_zone {
 #define DNS_ZONEFLG_USEALTXFRSRC 0x00800000U
 #define DNS_ZONEFLG_SOABEFOREAXFR 0x01000000U
 #define DNS_ZONEFLG_NEEDCOMPACT 0x02000000U
+#define DNS_ZONEFLG_REFRESHING	0x04000000U	/*%< Refreshing keydata */
+#define DNS_ZONEFLG_THAW	0x08000000U
 
 #define DNS_ZONE_OPTION(z,o) (((z)->options & (o)) != 0)
 
 /* Flags for zone_load() */
 #define DNS_ZONELOADFLAG_NOSTAT	0x00000001U	/* Do not stat() master files */
+#define DNS_ZONELOADFLAG_THAW	0x00000002U	/* Thaw the zone on successful
+						   load. */
 
 #define UNREACH_CHACHE_SIZE	10U
 #define UNREACH_HOLD_TIME	600	/* 10 minutes */
@@ -718,7 +721,6 @@ dns_zone_create(dns_zone_t **zonep, isc_mem_t *mctx) {
 	isc_time_settoepoch(&zone->keywarntime);
 	isc_time_settoepoch(&zone->signingtime);
 	isc_time_settoepoch(&zone->nsec3chaintime);
-	zone->serial = 0;
 	zone->refresh = DNS_ZONE_DEFAULTREFRESH;
 	zone->retry = DNS_ZONE_DEFAULTRETRY;
 	zone->expire = 0;
@@ -967,16 +969,35 @@ dns_zone_setnotifytype(dns_zone_t *zone, dns_notifytype_t notifytype) {
 	UNLOCK_ZONE(zone);
 }
 
-isc_uint32_t
-dns_zone_getserial(dns_zone_t *zone) {
-	isc_uint32_t serial;
+isc_result_t
+dns_zone_getserial2(dns_zone_t *zone, isc_uint32_t *serialp) {
+	isc_result_t result;
 
 	REQUIRE(DNS_ZONE_VALID(zone));
+	REQUIRE(serialp != NULL);
 
 	LOCK_ZONE(zone);
-	serial = zone->serial;
+	ZONEDB_LOCK(&zone->dblock, isc_rwlocktype_read);
+	if (zone->db != NULL) {
+		result = zone_get_from_db(zone, zone->db, NULL, NULL, serialp,
+					  NULL, NULL, NULL, NULL, NULL);
+	} else
+		result = DNS_R_NOTLOADED;
+	ZONEDB_UNLOCK(&zone->dblock, isc_rwlocktype_read);
 	UNLOCK_ZONE(zone);
 
+	return (result);
+}
+
+isc_uint32_t
+dns_zone_getserial(dns_zone_t *zone) {
+	isc_result_t result;
+	isc_uint32_t serial;
+
+	result = dns_zone_getserial2(zone, &serial);
+	if (result != ISC_R_SUCCESS)
+		serial = 0; /* XXX: not really correct, but no other choice */
+
 	return (serial);
 }
 
@@ -1314,7 +1335,9 @@ zone_load(dns_zone_t *zone, unsigned int flags) {
 	INSIST(zone->type != dns_zone_none);
 
 	if (DNS_ZONE_FLAG(zone, DNS_ZONEFLG_LOADING)) {
-		result = ISC_R_SUCCESS;
+		if ((flags & DNS_ZONELOADFLAG_THAW) != 0)
+			DNS_ZONE_SETFLAG(zone, DNS_ZONEFLG_THAW);
+		result = DNS_R_CONTINUE;
 		goto cleanup;
 	}
 
@@ -1448,6 +1471,8 @@ zone_load(dns_zone_t *zone, unsigned int flags) {
 
 	if (result == DNS_R_CONTINUE) {
 		DNS_ZONE_SETFLAG(zone, DNS_ZONEFLG_LOADING);
+		if ((flags & DNS_ZONELOADFLAG_THAW) != 0)
+			DNS_ZONE_SETFLAG(zone, DNS_ZONEFLG_THAW);
 		goto cleanup;
 	}
 
@@ -1470,6 +1495,30 @@ dns_zone_loadnew(dns_zone_t *zone) {
 	return (zone_load(zone, DNS_ZONELOADFLAG_NOSTAT));
 }
 
+isc_result_t
+dns_zone_loadandthaw(dns_zone_t *zone) {
+	isc_result_t result;
+
+	result = zone_load(zone, DNS_ZONELOADFLAG_THAW);
+	switch (result) {
+	case DNS_R_CONTINUE:
+		/* Deferred thaw. */
+		break;
+	case ISC_R_SUCCESS:
+	case DNS_R_UPTODATE:
+	case DNS_R_SEENINCLUDE:
+		zone->update_disabled = ISC_FALSE;
+		break;
+	case DNS_R_NOMASTERFILE:
+		zone->update_disabled = ISC_FALSE;
+		break;
+	default:
+		/* Error, remain in disabled state. */
+		break;
+	}
+	return (result);
+}
+
 static unsigned int
 get_master_options(dns_zone_t *zone) {
 	unsigned int options;
@@ -2148,7 +2197,8 @@ resume_signingwithkey(dns_zone_t *zone) {
 		}
 
 		result = zone_signwithkey(zone, rdata.data[0],
-					  (rdata.data[1] << 8) | rdata.data[2],						  ISC_TF(rdata.data[3]));
+					  (rdata.data[1] << 8) | rdata.data[2],
+					  ISC_TF(rdata.data[3]));
 		if (result != ISC_R_SUCCESS) {
 			dns_zone_log(zone, ISC_LOG_ERROR,
 				     "zone_signwithkey failed: %s",
@@ -2291,7 +2341,6 @@ static void
 set_resigntime(dns_zone_t *zone) {
 	dns_rdataset_t rdataset;
 	dns_fixedname_t fixed;
-	char namebuf[DNS_NAME_FORMATSIZE];
 	unsigned int resign;
 	isc_result_t result;
 	isc_uint32_t nanosecs;
@@ -2305,7 +2354,6 @@ set_resigntime(dns_zone_t *zone) {
 		return;
 	}
 	resign = rdataset.resign;
-	dns_name_format(dns_fixedname_name(&fixed), namebuf, sizeof(namebuf));
 	dns_rdataset_disassociate(&rdataset);
 	isc_random_get(&nanosecs);
 	nanosecs %= 1000000000;
@@ -2409,7 +2457,7 @@ zone_postload(dns_zone_t *zone, dns_db_t *db, isc_time_t loadtime,
 	unsigned int soacount = 0;
 	unsigned int nscount = 0;
 	unsigned int errors = 0;
-	isc_uint32_t serial, refresh, retry, expire, minimum;
+	isc_uint32_t serial, oldserial, refresh, retry, expire, minimum;
 	isc_time_t now;
 	isc_boolean_t needdump = ISC_FALSE;
 	isc_boolean_t hasinclude = DNS_ZONE_FLAG(zone, DNS_ZONEFLG_HASINCLUDE);
@@ -2463,8 +2511,9 @@ zone_postload(dns_zone_t *zone, dns_db_t *db, isc_time_t loadtime,
 			options = DNS_JOURNALOPT_RESIGN;
 		else
 			options = 0;
-		result = dns_journal_rollforward(zone->mctx, db, options,
-						 zone->journal);
+		result = dns_journal_rollforward2(zone->mctx, db, options,
+						  zone->sigresigninginterval,
+						  zone->journal);
 		if (result != ISC_R_SUCCESS && result != ISC_R_NOTFOUND &&
 		    result != DNS_R_UPTODATE && result != DNS_R_NOJOURNAL &&
 		    result != ISC_R_RANGE) {
@@ -2544,14 +2593,18 @@ zone_postload(dns_zone_t *zone, dns_db_t *db, isc_time_t loadtime,
 			 * This is checked in zone_replacedb() for slave zones
 			 * as they don't reload from disk.
 			 */
+			result = zone_get_from_db(zone, zone->db, NULL, NULL,
+						  &oldserial, NULL, NULL, NULL,
+						  NULL, NULL);
+			RUNTIME_CHECK(result == ISC_R_SUCCESS);
 			if (DNS_ZONE_OPTION(zone, DNS_ZONEOPT_IXFRFROMDIFFS) &&
-			    !isc_serial_gt(serial, zone->serial)) {
+			    !isc_serial_gt(serial, oldserial)) {
 				isc_uint32_t serialmin, serialmax;
 
 				INSIST(zone->type == dns_zone_master);
 
-				serialmin = (zone->serial + 1) & 0xffffffffU;
-				serialmax = (zone->serial + 0x7fffffffU) &
+				serialmin = (oldserial + 1) & 0xffffffffU;
+				serialmax = (oldserial + 0x7fffffffU) &
 					     0xffffffffU;
 				dns_zone_log(zone, ISC_LOG_ERROR,
 					     "ixfr-from-differences: "
@@ -2560,10 +2613,10 @@ zone_postload(dns_zone_t *zone, dns_db_t *db, isc_time_t loadtime,
 					     serialmax);
 				result = DNS_R_BADZONE;
 				goto cleanup;
-			} else if (!isc_serial_ge(serial, zone->serial))
+			} else if (!isc_serial_ge(serial, oldserial))
 				dns_zone_log(zone, ISC_LOG_ERROR,
 					     "zone serial has gone backwards");
-			else if (serial == zone->serial && !hasinclude)
+			else if (serial == oldserial && !hasinclude)
 				dns_zone_log(zone, ISC_LOG_ERROR,
 					     "zone serial unchanged. "
 					     "zone may fail to transfer "
@@ -2580,7 +2633,6 @@ zone_postload(dns_zone_t *zone, dns_db_t *db, isc_time_t loadtime,
 				     "3 * refresh.");
 		}
 
-		zone->serial = serial;
 		zone->refresh = RANGE(refresh,
 				      zone->minrefresh, zone->maxrefresh);
 		zone->retry = RANGE(retry,
@@ -2664,8 +2716,7 @@ zone_postload(dns_zone_t *zone, dns_db_t *db, isc_time_t loadtime,
 	}
 
 	if (! dns_db_ispersistent(db))
-		dns_zone_log(zone, ISC_LOG_INFO, "loaded serial %u%s",
-			     zone->serial,
+		dns_zone_log(zone, ISC_LOG_INFO, "loaded serial %u%s", serial,
 			     dns_db_issecure(db) ? " (signed)" : "");
 
 	return (result);
@@ -2683,7 +2734,8 @@ zone_postload(dns_zone_t *zone, dns_db_t *db, isc_time_t loadtime,
 		if (zone->task != NULL)
 			zone_settimer(zone, &now);
 		result = ISC_R_SUCCESS;
-	}
+	} else if (zone->type == dns_zone_master)
+		dns_zone_log(zone, ISC_LOG_ERROR, "not loaded due to errors.");
 	return (result);
 }
 
@@ -4374,7 +4426,8 @@ updatesignwithkey(dns_signing_t *signing, dns_dbversion_t *version,
 			seen_done = ISC_TRUE;
 		else
 			CHECK(update_one_rr(signing->db, version, diff,
-					    DNS_DIFFOP_DEL, name,							    rdataset.ttl, &rdata));
+					    DNS_DIFFOP_DEL, name,
+					    rdataset.ttl, &rdata));
 		dns_rdata_reset(&rdata);
 	}
 	if (result == ISC_R_NOMORE)
@@ -5458,6 +5511,7 @@ zone_sign(dns_zone_t *zone) {
 	dst_key_t *zone_keys[MAXZONEKEYS];
 	isc_int32_t signatures;
 	isc_boolean_t check_ksk, is_ksk;
+	isc_boolean_t commit = ISC_FALSE;
 	isc_boolean_t delegation;
 	isc_boolean_t finishedakey = ISC_FALSE;
 	isc_boolean_t secureupdated = ISC_FALSE;
@@ -5745,6 +5799,7 @@ zone_sign(dns_zone_t *zone) {
 			goto failure;
 		}
 	}
+
 	if (finishedakey) {
 		/*
 		 * We have changed the RRset above so we need to update
@@ -5770,6 +5825,15 @@ zone_sign(dns_zone_t *zone) {
 			goto failure;
 		}
 	}
+
+	/*
+	 * Have we changed anything?
+	 */
+	if (ISC_LIST_HEAD(sig_diff.tuples) == NULL)
+		goto pauseall;
+
+	commit = ISC_TRUE;
+
 	result = del_sigs(zone, db, version, &zone->origin, dns_rdatatype_soa,
 			  &sig_diff, zone_keys, nkeys, now);
 	if (result != ISC_R_SUCCESS) {
@@ -5801,6 +5865,9 @@ zone_sign(dns_zone_t *zone) {
 		goto failure;
 	}
 
+	/*
+	 * Write changes to journal file.
+	 */
 	journalfile = dns_zone_getjournal(zone);
 	if (journalfile != NULL) {
 		dns_journal_t *journal = NULL;
@@ -5823,7 +5890,7 @@ zone_sign(dns_zone_t *zone) {
 		}
 	}
 
-
+ pauseall:
 	/*
 	 * Pause all iterators so that dns_db_closeversion() can succeed.
 	 */
@@ -5840,7 +5907,7 @@ zone_sign(dns_zone_t *zone) {
 	/*
 	 * Everything has succeeded. Commit the changes.
 	 */
-	dns_db_closeversion(db, &version, ISC_TRUE);
+	dns_db_closeversion(db, &version, commit);
 
 	/*
 	 * Everything succeeded so we can clean these up now.
@@ -5856,9 +5923,11 @@ zone_sign(dns_zone_t *zone) {
 
 	set_resigntime(zone);
 
-	LOCK_ZONE(zone);
-	zone_needdump(zone, DNS_DUMP_DELAY);
-	UNLOCK_ZONE(zone);
+	if (commit) {
+		LOCK_ZONE(zone);
+		zone_needdump(zone, DNS_DUMP_DELAY);
+		UNLOCK_ZONE(zone);
+	}
 
  failure:
 	/*
@@ -6498,6 +6567,7 @@ notify_isself(dns_zone_t *zone, isc_sockaddr_t *dst) {
 	isc_sockaddr_t any;
 	isc_boolean_t isself;
 	isc_netaddr_t dstaddr;
+	isc_result_t result;
 
 	if (zone->view == NULL || zone->isself == NULL)
 		return (ISC_FALSE);
@@ -6523,7 +6593,9 @@ notify_isself(dns_zone_t *zone, isc_sockaddr_t *dst) {
 		src = *dst;
 
 	isc_netaddr_fromsockaddr(&dstaddr, dst);
-	(void)dns_view_getpeertsig(zone->view, &dstaddr, &key);
+	result = dns_view_getpeertsig(zone->view, &dstaddr, &key);
+	if (result != ISC_R_SUCCESS && result != ISC_R_NOTFOUND)
+		return (ISC_FALSE);
 	isself = (zone->isself)(zone->view, key, &src, dst, zone->rdclass,
 				zone->isselfarg);
 	if (key != NULL)
@@ -6725,9 +6797,14 @@ notify_send_toaddr(isc_task_t *task, isc_event_t *event) {
 		goto cleanup;
 
 	isc_netaddr_fromsockaddr(&dstip, &notify->dst);
-	(void)dns_view_getpeertsig(notify->zone->view, &dstip, &key);
-
 	isc_sockaddr_format(&notify->dst, addrbuf, sizeof(addrbuf));
+	result = dns_view_getpeertsig(notify->zone->view, &dstip, &key);
+	if (result != ISC_R_SUCCESS && result != ISC_R_NOTFOUND) {
+		notify_log(notify->zone, ISC_LOG_ERROR, "NOTIFY to %s not "
+			   "sent. Peer TSIG key lookup failure.", addrbuf);
+		goto cleanup_message;
+	}
+
 	notify_log(notify->zone, ISC_LOG_DEBUG(3), "sending notify to %s",
 		   addrbuf);
 	if (notify->zone->view->peers != NULL) {
@@ -6774,6 +6851,7 @@ notify_send_toaddr(isc_task_t *task, isc_event_t *event) {
  cleanup_key:
 	if (key != NULL)
 		dns_tsigkey_detach(&key);
+ cleanup_message:
 	dns_message_destroy(&message);
  cleanup:
 	UNLOCK_ZONE(notify->zone);
@@ -7386,7 +7464,7 @@ refresh_callback(isc_task_t *task, isc_event_t *event) {
 	dns_rdata_t rdata = DNS_RDATA_INIT;
 	dns_rdata_soa_t soa;
 	isc_result_t result;
-	isc_uint32_t serial;
+	isc_uint32_t serial, oldserial;
 	unsigned int j;
 
 	zone = revent->ev_arg;
@@ -7609,12 +7687,17 @@ refresh_callback(isc_task_t *task, isc_event_t *event) {
 	RUNTIME_CHECK(result == ISC_R_SUCCESS);
 
 	serial = soa.serial;
-
-	zone_debuglog(zone, me, 1, "serial: new %u, old %u",
-		      serial, zone->serial);
+	if (DNS_ZONE_FLAG(zone, DNS_ZONEFLG_LOADED)) {
+		result = dns_zone_getserial2(zone, &oldserial);
+		RUNTIME_CHECK(result == ISC_R_SUCCESS);
+		zone_debuglog(zone, me, 1, "serial: new %u, old %u",
+			      serial, oldserial);
+	} else
+		zone_debuglog(zone, me, 1, "serial: new %u, old not loaded",
+			      serial);
 	if (!DNS_ZONE_FLAG(zone, DNS_ZONEFLG_LOADED) ||
 	    DNS_ZONE_FLAG(zone, DNS_ZONEFLG_FORCEXFER) ||
-	    isc_serial_gt(serial, zone->serial)) {
+	    isc_serial_gt(serial, oldserial)) {
 		if (dns_zonemgr_unreachable(zone->zmgr, &zone->masteraddr,
 					    &zone->sourceaddr, &now)) {
 			dns_zone_log(zone, ISC_LOG_INFO,
@@ -7638,7 +7721,7 @@ refresh_callback(isc_task_t *task, isc_event_t *event) {
 		}
 		if (msg != NULL)
 			dns_message_destroy(&msg);
-	} else if (isc_serial_eq(soa.serial, zone->serial)) {
+	} else if (isc_serial_eq(soa.serial, oldserial)) {
 		if (zone->masterfile != NULL) {
 			result = ISC_R_FAILURE;
 			if (zone->journal != NULL)
@@ -7671,7 +7754,7 @@ refresh_callback(isc_task_t *task, isc_event_t *event) {
 		if (!DNS_ZONE_OPTION(zone, DNS_ZONEOPT_MULTIMASTER))
 			dns_zone_log(zone, ISC_LOG_INFO, "serial number (%u) "
 				     "received from master %s < ours (%u)",
-				     soa.serial, master, zone->serial);
+				     soa.serial, master, oldserial);
 		else
 			zone_debuglog(zone, me, 1, "ahead");
 		zone->mastersok[zone->curmaster] = ISC_TRUE;
@@ -7965,10 +8048,19 @@ soa_query(isc_task_t *task, isc_event_t *event) {
 			dns_name_format(keyname, namebuf, sizeof(namebuf));
 			dns_zone_log(zone, ISC_LOG_ERROR,
 				     "unable to find key: %s", namebuf);
+			goto skip_master;
+		}
+	}
+	if (key == NULL) {
+		result = dns_view_getpeertsig(zone->view, &masterip, &key);
+		if (result != ISC_R_SUCCESS && result != ISC_R_NOTFOUND) {
+			char addrbuf[ISC_NETADDR_FORMATSIZE];
+			isc_netaddr_format(&masterip, addrbuf, sizeof(addrbuf));
+			dns_zone_log(zone, ISC_LOG_ERROR,
+				     "unable to find TSIG key for %s", addrbuf);
+			goto skip_master;
 		}
 	}
-	if (key == NULL)
-		(void)dns_view_getpeertsig(zone->view, &masterip, &key);
 
 	have_xfrsource = ISC_FALSE;
 	reqnsid = zone->view->requestnsid;
@@ -8789,13 +8881,21 @@ dns_zone_notifyreceive(dns_zone_t *zone, isc_sockaddr_t *from,
 		if (result == ISC_R_SUCCESS)
 			result = dns_rdataset_first(rdataset);
 		if (result == ISC_R_SUCCESS) {
-			isc_uint32_t serial = 0;
+			isc_uint32_t serial = 0, oldserial;
 
 			dns_rdataset_current(rdataset, &rdata);
 			result = dns_rdata_tostruct(&rdata, &soa, NULL);
 			RUNTIME_CHECK(result == ISC_R_SUCCESS);
 			serial = soa.serial;
-			if (isc_serial_le(serial, zone->serial)) {
+			/*
+			 * The following should safely be performed without DB
+			 * lock and succeed in this context.
+			 */
+			result = zone_get_from_db(zone, zone->db, NULL, NULL,
+						  &oldserial, NULL, NULL, NULL,
+						  NULL, NULL);
+			RUNTIME_CHECK(result == ISC_R_SUCCESS);
+			if (isc_serial_le(serial, oldserial)) {
 			  dns_zone_log(zone, ISC_LOG_INFO,
 					     "notify from %s: "
 					     "zone is up to date",
@@ -9473,7 +9573,7 @@ zone_replacedb(dns_zone_t *zone, dns_db_t *db, isc_boolean_t dump) {
 	if (zone->db != NULL && zone->journal != NULL &&
 	    DNS_ZONE_OPTION(zone, DNS_ZONEOPT_IXFRFROMDIFFS) &&
 	    !DNS_ZONE_FLAG(zone, DNS_ZONEFLG_FORCEXFER)) {
-		isc_uint32_t serial;
+		isc_uint32_t serial, oldserial;
 
 		dns_zone_log(zone, ISC_LOG_DEBUG(3), "generating diffs");
 
@@ -9488,11 +9588,15 @@ zone_replacedb(dns_zone_t *zone, dns_db_t *db, isc_boolean_t dump) {
 		/*
 		 * This is checked in zone_postload() for master zones.
 		 */
+		result = zone_get_from_db(zone, zone->db, NULL, NULL,
+					  &oldserial, NULL, NULL, NULL, NULL,
+					  NULL);
+		RUNTIME_CHECK(result == ISC_R_SUCCESS);
 		if (zone->type == dns_zone_slave &&
-		    !isc_serial_gt(serial, zone->serial)) {
+		    !isc_serial_gt(serial, oldserial)) {
 			isc_uint32_t serialmin, serialmax;
-			serialmin = (zone->serial + 1) & 0xffffffffU;
-			serialmax = (zone->serial + 0x7fffffffU) & 0xffffffffU;
+			serialmin = (oldserial + 1) & 0xffffffffU;
+			serialmax = (oldserial + 0x7fffffffU) & 0xffffffffU;
 			dns_zone_log(zone, ISC_LOG_ERROR,
 				     "ixfr-from-differences: failed: "
 				     "new serial (%u) out of range [%u - %u]",
@@ -9685,7 +9789,6 @@ zone_xfrdone(dns_zone_t *zone, isc_result_t result) {
 				zone_unload(zone);
 				goto next_master;
 			}
-			zone->serial = serial;
 			zone->refresh = RANGE(refresh, zone->minrefresh,
 					      zone->maxrefresh);
 			zone->retry = RANGE(retry, zone->minretry,
@@ -9723,7 +9826,7 @@ zone_xfrdone(dns_zone_t *zone, isc_result_t result) {
 				buf[0] = '\0';
 			dns_zone_log(zone, ISC_LOG_INFO,
 				     "transferred serial %u%s",
-				     zone->serial, buf);
+				     serial, buf);
 		}
 
 		/*
@@ -9873,6 +9976,13 @@ zone_loaddone(void *arg, isc_result_t result) {
 	(void)zone_postload(load->zone, load->db, load->loadtime, result);
 	zonemgr_putio(&load->zone->readio);
 	DNS_ZONE_CLRFLAG(load->zone, DNS_ZONEFLG_LOADING);
+	/*
+	 * Leave the zone frozen if the reload fails.
+	 */
+	if ((result == ISC_R_SUCCESS || result == DNS_R_SEENINCLUDE) &&
+	     DNS_ZONE_FLAG(load->zone, DNS_ZONEFLG_THAW))
+		zone->update_disabled = ISC_FALSE;
+	DNS_ZONE_CLRFLAG(load->zone, DNS_ZONEFLG_THAW);
 	UNLOCK_ZONE(load->zone);
 
 	load->magic = 0;
@@ -11508,7 +11618,8 @@ zone_signwithkey(dns_zone_t *zone, dns_secalg_t algorithm, isc_uint16_t keyid,
 
  cleanup:
 	if (signing != NULL) {
-		dns_db_detach(&signing->db);
+		if (signing->db != NULL)
+			dns_db_detach(&signing->db);
 		if (signing->dbiterator != NULL)
 			dns_dbiterator_destroy(&signing->dbiterator);
 		isc_mem_put(zone->mctx, signing, sizeof *signing);
diff --git a/contrib/bind9/lib/isc/api b/contrib/bind9/lib/isc/api
index 5ef8dc035a3e..e55996b2690b 100644
--- a/contrib/bind9/lib/isc/api
+++ b/contrib/bind9/lib/isc/api
@@ -1,3 +1,3 @@
-LIBINTERFACE = 51
+LIBINTERFACE = 52
 LIBREVISION = 1
-LIBAGE = 1
+LIBAGE = 2
diff --git a/contrib/bind9/lib/isc/base32.c b/contrib/bind9/lib/isc/base32.c
index 3000a84f2da1..d324da9760ae 100644
--- a/contrib/bind9/lib/isc/base32.c
+++ b/contrib/bind9/lib/isc/base32.c
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: base32.c,v 1.3.116.2 2009/01/18 23:47:41 tbox Exp $ */
+/* $Id: base32.c,v 1.3.116.3 2009/10/21 01:22:47 each Exp $ */
 
 /*! \file */
 
@@ -112,6 +112,8 @@ base32_totext(isc_region_t *source, int wordlength, const char *wordbreak,
 			RETERR(str_totext(wordbreak, target));
 		}
 	}
+	if (source->length > 0)
+		isc_region_consume(source, source->length);
 	return (ISC_R_SUCCESS);
 }
 
diff --git a/contrib/bind9/lib/isc/base64.c b/contrib/bind9/lib/isc/base64.c
index 13ed6b5c5c17..4844a4bf75b7 100644
--- a/contrib/bind9/lib/isc/base64.c
+++ b/contrib/bind9/lib/isc/base64.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1998-2001, 2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: base64.c,v 1.32 2007/06/19 23:47:17 tbox Exp $ */
+/* $Id: base64.c,v 1.32.332.2 2009/10/21 23:47:20 tbox Exp $ */
 
 /*! \file */
 
@@ -85,11 +85,13 @@ isc_base64_totext(isc_region_t *source, int wordlength,
 		buf[2] = base64[((source->base[1]<<2)&0x3c)];
 		buf[3] = '=';
 		RETERR(str_totext(buf, target));
+		isc_region_consume(source, 2);
 	} else if (source->length == 1) {
 		buf[0] = base64[(source->base[0]>>2)&0x3f];
 		buf[1] = base64[((source->base[0]<<4)&0x30)];
 		buf[2] = buf[3] = '=';
 		RETERR(str_totext(buf, target));
+		isc_region_consume(source, 1);
 	}
 	return (ISC_R_SUCCESS);
 }
@@ -217,7 +219,7 @@ isc_base64_decodestring(const char *cstr, isc_buffer_t *target) {
 			continue;
 		RETERR(base64_decode_char(&ctx, c));
 	}
-	RETERR(base64_decode_finish(&ctx));	
+	RETERR(base64_decode_finish(&ctx));
 	return (ISC_R_SUCCESS);
 }
 
diff --git a/contrib/bind9/lib/isc/heap.c b/contrib/bind9/lib/isc/heap.c
index 91d78c06d468..dc32100d2f18 100644
--- a/contrib/bind9/lib/isc/heap.c
+++ b/contrib/bind9/lib/isc/heap.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2010  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1997-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: heap.c,v 1.37 2007/10/19 17:15:53 explorer Exp $ */
+/* $Id: heap.c,v 1.37.240.3 2010/02/04 23:47:46 tbox Exp $ */
 
 /*! \file
  * Heap implementation of priority queues adapted from the following:
@@ -186,15 +186,17 @@ sink_down(isc_heap_t *heap, unsigned int i, void *elt) {
 
 isc_result_t
 isc_heap_insert(isc_heap_t *heap, void *elt) {
-	unsigned int i;
+	unsigned int new_last;
 
 	REQUIRE(VALID_HEAP(heap));
 
-	i = ++heap->last;
-	if (heap->last >= heap->size && !resize(heap))
+	new_last = heap->last + 1;
+	RUNTIME_CHECK(new_last > 0); /* overflow check */
+	if (new_last >= heap->size && !resize(heap))
 		return (ISC_R_NOMEMORY);
+	heap->last = new_last;
 
-	float_up(heap, i, elt);
+	float_up(heap, new_last, elt);
 
 	return (ISC_R_SUCCESS);
 }
diff --git a/contrib/bind9/lib/isc/httpd.c b/contrib/bind9/lib/isc/httpd.c
index fa313253b3e9..066939d1f41e 100644
--- a/contrib/bind9/lib/isc/httpd.c
+++ b/contrib/bind9/lib/isc/httpd.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2006-2008, 2010  Internet Systems Consortium, Inc. ("ISC")
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: httpd.c,v 1.16 2008/08/08 05:06:49 marka Exp $ */
+/* $Id: httpd.c,v 1.16.64.2 2010/02/04 23:47:46 tbox Exp $ */
 
 /*! \file */
 
@@ -151,6 +151,7 @@ struct isc_httpdmgr {
 
 	ISC_LIST(isc_httpdurl_t) urls;		/*%< urls we manage */
 	isc_httpdaction_t      *render_404;
+	isc_httpdaction_t      *render_500;
 };
 
 /*%
@@ -221,6 +222,11 @@ static isc_result_t render_404(const char *, const char *,
 			       unsigned int *, const char **,
 			       const char **, isc_buffer_t *,
 			       isc_httpdfree_t **, void **);
+static isc_result_t render_500(const char *, const char *,
+			       void *,
+			       unsigned int *, const char **,
+			       const char **, isc_buffer_t *,
+			       isc_httpdfree_t **, void **);
 
 static void
 destroy_client(isc_httpd_t **httpdp)
@@ -300,6 +306,7 @@ isc_httpdmgr_create(isc_mem_t *mctx, isc_socket_t *sock, isc_task_t *task,
 		goto cleanup;
 
 	httpd->render_404 = render_404;
+	httpd->render_500 = render_500;
 
 	*httpdp = httpd;
 	return (ISC_R_SUCCESS);
@@ -623,6 +630,30 @@ render_404(const char *url, const char *querystring,
 	return (ISC_R_SUCCESS);
 }
 
+static isc_result_t
+render_500(const char *url, const char *querystring,
+	   void *arg,
+	   unsigned int *retcode, const char **retmsg,
+	   const char **mimetype, isc_buffer_t *b,
+	   isc_httpdfree_t **freecb, void **freecb_args)
+{
+	static char msg[] = "Internal server failure.";
+
+	UNUSED(url);
+	UNUSED(querystring);
+	UNUSED(arg);
+
+	*retcode = 500;
+	*retmsg = "Internal server failure";
+	*mimetype = "text/plain";
+	isc_buffer_reinit(b, msg, strlen(msg));
+	isc_buffer_add(b, strlen(msg));
+	*freecb = NULL;
+	*freecb_args = NULL;
+
+	return (ISC_R_SUCCESS);
+}
+
 static void
 isc_httpd_recvdone(isc_task_t *task, isc_event_t *ev)
 {
@@ -691,8 +722,14 @@ isc_httpd_recvdone(isc_task_t *task, isc_event_t *ev)
 				     &httpd->mimetype, &httpd->bodybuffer,
 				     &httpd->freecb, &httpd->freecb_arg);
 	if (result != ISC_R_SUCCESS) {
-		destroy_client(&httpd);
-		goto out;
+	    result = httpd->mgr->render_500(httpd->url, httpd->querystring,
+					    NULL,
+					    &httpd->retcode,
+					    &httpd->retmsg,
+					    &httpd->mimetype,
+					    &httpd->bodybuffer,
+					    &httpd->freecb,
+					    &httpd->freecb_arg);
 	}
 
 	isc_httpd_response(httpd);
diff --git a/contrib/bind9/lib/isc/ia64/include/isc/atomic.h b/contrib/bind9/lib/isc/ia64/include/isc/atomic.h
index 0fac76f3be21..5d7c366965dd 100644
--- a/contrib/bind9/lib/isc/ia64/include/isc/atomic.h
+++ b/contrib/bind9/lib/isc/ia64/include/isc/atomic.h
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: atomic.h,v 1.4.326.2 2009/02/06 23:47:11 tbox Exp $ */
+/* $Id: atomic.h,v 1.4.326.3 2009/06/24 02:21:28 marka Exp $ */
 
 #ifndef ISC_ATOMIC_H
 #define ISC_ATOMIC_H 1
diff --git a/contrib/bind9/lib/isc/include/isc/entropy.h b/contrib/bind9/lib/isc/include/isc/entropy.h
index e9e59c495141..125669ca856d 100644
--- a/contrib/bind9/lib/isc/include/isc/entropy.h
+++ b/contrib/bind9/lib/isc/include/isc/entropy.h
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: entropy.h,v 1.32.332.2 2009/01/18 23:47:41 tbox Exp $ */
+/* $Id: entropy.h,v 1.32.332.3 2009/10/19 02:46:07 marka Exp $ */
 
 #ifndef ISC_ENTROPY_H
 #define ISC_ENTROPY_H 1
@@ -182,8 +182,8 @@ isc_result_t
 isc_entropy_createsamplesource(isc_entropy_t *ent,
 			       isc_entropysource_t **sourcep);
 /*!<
- * \brief Create an entropy source that consists of samples.  Each sample is added
- * to the source via isc_entropy_addsamples(), below.
+ * \brief Create an entropy source that consists of samples.  Each sample is
+ * added to the source via isc_entropy_addsamples(), below.
  */
 
 isc_result_t
@@ -254,11 +254,11 @@ void
 isc_entropy_putdata(isc_entropy_t *ent, void *data, unsigned int length,
 		    isc_uint32_t entropy);
 /*!<
- * \brief Add "length" bytes in "data" to the entropy pool, incrementing the pool's
- * entropy count by "entropy."
+ * \brief Add "length" bytes in "data" to the entropy pool, incrementing the
+ * pool's entropy count by "entropy."
  *
- * These bytes will prime the pseudorandom portion even no entropy is actually
- * added.
+ * These bytes will prime the pseudorandom portion even if no entropy is
+ * actually added.
  */
 
 void
diff --git a/contrib/bind9/lib/isc/include/isc/netscope.h b/contrib/bind9/lib/isc/include/isc/netscope.h
index ba4e792a40a4..0883140acdb5 100644
--- a/contrib/bind9/lib/isc/include/isc/netscope.h
+++ b/contrib/bind9/lib/isc/include/isc/netscope.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: netscope.h,v 1.11 2007/06/19 23:47:18 tbox Exp $ */
+/* $Id: netscope.h,v 1.11.332.2 2009/06/25 23:47:24 tbox Exp $ */
 
 #ifndef ISC_NETSCOPE_H
 #define ISC_NETSCOPE_H 1
@@ -40,4 +40,4 @@ isc_netscope_pton(int af, char *scopename, void *addr, isc_uint32_t *zoneid);
 
 ISC_LANG_ENDDECLS
 
-#endif /* ISC_NETADDR_H */
+#endif /* ISC_NETSCOPE_H */
diff --git a/contrib/bind9/lib/isc/include/isc/portset.h b/contrib/bind9/lib/isc/include/isc/portset.h
index dc1f85616eab..a7ad3d695324 100644
--- a/contrib/bind9/lib/isc/include/isc/portset.h
+++ b/contrib/bind9/lib/isc/include/isc/portset.h
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: portset.h,v 1.3.90.2 2009/01/18 23:47:41 tbox Exp $ */
+/* $Id: portset.h,v 1.3.90.3 2009/06/25 05:31:51 marka Exp $ */
 
 /*! \file isc/portset.h
  * \brief Transport Protocol Port Manipulation Module
@@ -138,4 +138,4 @@ isc_portset_removerange(isc_portset_t *portset, in_port_t port_lo,
 
 ISC_LANG_ENDDECLS
 
-#endif	/* ISC_NETADDR_H */
+#endif	/* ISC_PORTSET_H */
diff --git a/contrib/bind9/lib/isc/include/isc/sha2.h b/contrib/bind9/lib/isc/include/isc/sha2.h
index 211e25505a95..edafa611bc22 100644
--- a/contrib/bind9/lib/isc/include/isc/sha2.h
+++ b/contrib/bind9/lib/isc/include/isc/sha2.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2005-2007, 2010  Internet Systems Consortium, Inc. ("ISC")
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: sha2.h,v 1.9 2007/06/19 23:47:18 tbox Exp $ */
+/* $Id: sha2.h,v 1.9.332.2 2010/01/15 23:47:34 tbox Exp $ */
 
 /*	$FreeBSD$	*/
 /*	$KAME: sha2.h,v 1.3 2001/03/12 08:27:48 itojun Exp $	*/
@@ -39,7 +39,7 @@
  * 3. Neither the name of the copyright holder nor the names of contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
- * 
+ *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) AND CONTRIBUTOR(S) ``AS IS'' AND
  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
@@ -104,24 +104,28 @@ typedef isc_sha512_t isc_sha384_t;
 /*** SHA-224/256/384/512 Function Prototypes ******************************/
 
 void isc_sha224_init (isc_sha224_t *);
+void isc_sha224_invalidate (isc_sha224_t *);
 void isc_sha224_update (isc_sha224_t *, const isc_uint8_t *, size_t);
 void isc_sha224_final (isc_uint8_t[ISC_SHA224_DIGESTLENGTH], isc_sha224_t *);
 char *isc_sha224_end (isc_sha224_t *, char[ISC_SHA224_DIGESTSTRINGLENGTH]);
 char *isc_sha224_data (const isc_uint8_t *, size_t, char[ISC_SHA224_DIGESTSTRINGLENGTH]);
 
 void isc_sha256_init (isc_sha256_t *);
+void isc_sha256_invalidate (isc_sha256_t *);
 void isc_sha256_update (isc_sha256_t *, const isc_uint8_t *, size_t);
 void isc_sha256_final (isc_uint8_t[ISC_SHA256_DIGESTLENGTH], isc_sha256_t *);
 char *isc_sha256_end (isc_sha256_t *, char[ISC_SHA256_DIGESTSTRINGLENGTH]);
 char *isc_sha256_data (const isc_uint8_t *, size_t, char[ISC_SHA256_DIGESTSTRINGLENGTH]);
 
 void isc_sha384_init (isc_sha384_t *);
+void isc_sha384_invalidate (isc_sha384_t *);
 void isc_sha384_update (isc_sha384_t *, const isc_uint8_t *, size_t);
 void isc_sha384_final (isc_uint8_t[ISC_SHA384_DIGESTLENGTH], isc_sha384_t *);
 char *isc_sha384_end (isc_sha384_t *, char[ISC_SHA384_DIGESTSTRINGLENGTH]);
 char *isc_sha384_data (const isc_uint8_t *, size_t, char[ISC_SHA384_DIGESTSTRINGLENGTH]);
 
 void isc_sha512_init (isc_sha512_t *);
+void isc_sha512_invalidate (isc_sha512_t *);
 void isc_sha512_update (isc_sha512_t *, const isc_uint8_t *, size_t);
 void isc_sha512_final (isc_uint8_t[ISC_SHA512_DIGESTLENGTH], isc_sha512_t *);
 char *isc_sha512_end (isc_sha512_t *, char[ISC_SHA512_DIGESTSTRINGLENGTH]);
diff --git a/contrib/bind9/lib/isc/include/isc/util.h b/contrib/bind9/lib/isc/include/isc/util.h
index 8a3b95d9da36..85846b6e807b 100644
--- a/contrib/bind9/lib/isc/include/isc/util.h
+++ b/contrib/bind9/lib/isc/include/isc/util.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2010  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1998-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: util.h,v 1.30 2007/06/19 23:47:18 tbox Exp $ */
+/* $Id: util.h,v 1.30.332.2 2010/01/11 23:47:22 tbox Exp $ */
 
 #ifndef ISC_UTIL_H
 #define ISC_UTIL_H 1
@@ -230,4 +230,14 @@
  */
 #define TIME_NOW(tp) 	RUNTIME_CHECK(isc_time_now((tp)) == ISC_R_SUCCESS)
 
+/*%
+ * Prevent Linux spurious warnings
+ */
+#if defined(__GNUC__) && (__GNUC__ > 3)
+#define isc_util_fwrite(a, b, c, d)	\
+	__builtin_expect(fwrite((a), (b), (c), (d)), (c))
+#else
+#define isc_util_fwrite(a, b, c, d)	fwrite((a), (b), (c), (d))
+#endif
+
 #endif /* ISC_UTIL_H */
diff --git a/contrib/bind9/lib/isc/inet_ntop.c b/contrib/bind9/lib/isc/inet_ntop.c
index dc053ededfba..c37be5c0b5b8 100644
--- a/contrib/bind9/lib/isc/inet_ntop.c
+++ b/contrib/bind9/lib/isc/inet_ntop.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1996-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -19,7 +19,7 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char rcsid[] =
-	"$Id: inet_ntop.c,v 1.19 2007/06/19 23:47:17 tbox Exp $";
+	"$Id: inet_ntop.c,v 1.19.332.2 2009/07/18 23:47:25 tbox Exp $";
 #endif /* LIBC_SCCS and not lint */
 
 #include <config.h>
@@ -52,7 +52,7 @@ static const char *inet_ntop6(const unsigned char *src, char *dst,
  *	convert a network format address to presentation format.
  * \return
  *	pointer to presentation format address (`dst'), or NULL (see errno).
- * \author 
+ * \author
  *	Paul Vixie, 1996.
  */
 const char *
@@ -169,8 +169,9 @@ inet_ntop6(const unsigned char *src, char *dst, size_t size)
 		if (i != 0)
 			*tp++ = ':';
 		/* Is this address an encapsulated IPv4? */
-		if (i == 6 && best.base == 0 &&
-		    (best.len == 6 || (best.len == 5 && words[5] == 0xffff))) {
+		if (i == 6 && best.base == 0 && (best.len == 6 ||
+		    (best.len == 7 && words[7] != 0x0001) ||
+		    (best.len == 5 && words[5] == 0xffff))) {
 			if (!inet_ntop4(src+12, tp,
 					sizeof(tmp) - (tp - tmp)))
 				return (NULL);
diff --git a/contrib/bind9/lib/isc/powerpc/include/isc/atomic.h b/contrib/bind9/lib/isc/powerpc/include/isc/atomic.h
index 765cb6d72a8c..2114767b361d 100644
--- a/contrib/bind9/lib/isc/powerpc/include/isc/atomic.h
+++ b/contrib/bind9/lib/isc/powerpc/include/isc/atomic.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2005, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: atomic.h,v 1.6 2007/06/18 23:47:47 tbox Exp $ */
+/* $Id: atomic.h,v 1.6.332.2 2009/10/14 23:47:14 tbox Exp $ */
 
 #ifndef ISC_ATOMIC_H
 #define ISC_ATOMIC_H 1
@@ -46,25 +46,56 @@
 
 #include <sys/atomic_op.h>
 
-#define isc_atomic_xadd(p, v) fetch_and_add(p, v)
 #define isc_atomic_store(p, v) _clear_lock(p, v)
 
+#ifdef __GNUC__
+static inline isc_int32_t
+#else
+static isc_int32_t
+#endif
+isc_atomic_xadd(isc_int32_t *p, isc_int32_t val) {
+	int ret;
+
+#ifdef __GNUC__
+	asm("ics");
+#else
+	 __isync();
+#endif
+
+	ret = fetch_and_add((atomic_p)p, (int)val);
+
+#ifdef __GNUC__
+	asm("ics");
+#else
+	 __isync();
+#endif
+
+	 return (ret);
+}
+
 #ifdef __GNUC__
 static inline int
 #else
 static int
 #endif
 isc_atomic_cmpxchg(atomic_p p, int old, int new) {
-        int orig = old;
+	int orig = old;
 
 #ifdef __GNUC__
-        asm("ics");
+	asm("ics");
 #else
-         __isync();
+	 __isync();
 #endif
-        if (compare_and_swap(p, &orig, new))
-		return (old);
-        return (orig);
+	if (compare_and_swap(p, &orig, new))
+		orig = old;
+
+#ifdef __GNUC__
+	asm("ics");
+#else
+	 __isync();
+#endif
+
+	return (orig);
 }
 
 #elif defined(ISC_PLATFORM_USEGCCASM) || defined(ISC_PLATFORM_USEMACASM)
@@ -76,14 +107,14 @@ isc_atomic_xadd(isc_int32_t *p, isc_int32_t val) {
 #ifdef ISC_PLATFORM_USEMACASM
 		"1:"
 		"lwarx r6, 0, %1\n"
-	    	"mr %0, r6\n"
+		"mr %0, r6\n"
 		"add r6, r6, %2\n"
 		"stwcx. r6, 0, %1\n"
 		"bne- 1b"
 #else
 		"1:"
 		"lwarx 6, 0, %1\n"
-	    	"mr %0, 6\n"
+		"mr %0, 6\n"
 		"add 6, 6, %2\n"
 		"stwcx. 6, 0, %1\n"
 		"bne- 1b"
diff --git a/contrib/bind9/lib/isc/random.c b/contrib/bind9/lib/isc/random.c
index 0329abde72b2..84ba6a0daab2 100644
--- a/contrib/bind9/lib/isc/random.c
+++ b/contrib/bind9/lib/isc/random.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: random.c,v 1.25 2007/06/19 23:47:17 tbox Exp $ */
+/* $Id: random.c,v 1.25.332.2 2009/07/16 23:47:17 tbox Exp $ */
 
 /*! \file */
 
@@ -43,7 +43,7 @@ initialize_rand(void)
 {
 #ifndef HAVE_ARC4RANDOM
 	unsigned int pid = getpid();
-	
+
 	/*
 	 * The low bits of pid generally change faster.
 	 * Xor them with the high bits of time which change slowly.
@@ -84,7 +84,16 @@ isc_random_get(isc_uint32_t *val)
 	 * rand()'s lower bits are not random.
 	 * rand()'s upper bit is zero.
 	 */
+#if RAND_MAX >= 0xfffff
+	/* We have at least 20 bits.  Use lower 16 excluding lower most 4 */
 	*val = ((rand() >> 4) & 0xffff) | ((rand() << 12) & 0xffff0000);
+#elif RAND_MAX >= 0x7fff
+	/* We have at least 15 bits.  Use lower 10/11 excluding lower most 4 */
+	*val = ((rand() >> 4) & 0x000007ff) | ((rand() << 7) & 0x003ff800) |
+		((rand() << 18) & 0xffc00000);
+#else
+#error RAND_MAX is too small
+#endif
 #else
 	*val = arc4random();
 #endif
@@ -92,13 +101,13 @@ isc_random_get(isc_uint32_t *val)
 
 isc_uint32_t
 isc_random_jitter(isc_uint32_t max, isc_uint32_t jitter) {
+	isc_uint32_t rnd;
+
 	REQUIRE(jitter < max);
+
 	if (jitter == 0)
 		return (max);
-	else
-#ifndef HAVE_ARC4RANDOM
-		return (max - rand() % jitter);
-#else
-		return (max - arc4random() % jitter);
-#endif
+
+	isc_random_get(&rnd);
+	return (max - rnd % jitter);
 }
diff --git a/contrib/bind9/lib/isc/sha2.c b/contrib/bind9/lib/isc/sha2.c
index 70eea4f96700..ff19274837a6 100644
--- a/contrib/bind9/lib/isc/sha2.c
+++ b/contrib/bind9/lib/isc/sha2.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2007, 2009  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2005-2007, 2009, 2010  Internet Systems Consortium, Inc. ("ISC")
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: sha2.c,v 1.13.332.2 2009/01/18 23:47:41 tbox Exp $ */
+/* $Id: sha2.c,v 1.13.332.4 2010/01/15 23:47:34 tbox Exp $ */
 
 /*	$FreeBSD$	*/
 /*	$KAME: sha2.c,v 1.8 2001/11/08 01:07:52 itojun Exp $	*/
@@ -414,6 +414,11 @@ isc_sha224_init(isc_sha224_t *context) {
 	context->bitcount = 0;
 }
 
+void
+isc_sha224_invalidate(isc_sha224_t *context) {
+	memset(context, 0, sizeof(isc_sha224_t));
+}
+
 void
 isc_sha224_update(isc_sha224_t *context, const isc_uint8_t* data, size_t len) {
 	isc_sha256_update((isc_sha256_t *)context, data, len);
@@ -650,6 +655,11 @@ isc_sha256_transform(isc_sha256_t *context, const isc_uint32_t* data) {
 
 #endif /* ISC_SHA2_UNROLL_TRANSFORM */
 
+void
+isc_sha256_invalidate(isc_sha256_t *context) {
+	memset(context, 0, sizeof(isc_sha256_t));
+}
+
 void
 isc_sha256_update(isc_sha256_t *context, const isc_uint8_t *data, size_t len) {
 	unsigned int	freespace, usedspace;
@@ -990,7 +1000,13 @@ isc_sha512_transform(isc_sha512_t *context, const isc_uint64_t* data) {
 
 #endif /* ISC_SHA2_UNROLL_TRANSFORM */
 
-void isc_sha512_update(isc_sha512_t *context, const isc_uint8_t *data, size_t len) {
+void
+isc_sha512_invalidate(isc_sha512_t *context) {
+	memset(context, 0, sizeof(isc_sha512_t));
+}
+
+void
+isc_sha512_update(isc_sha512_t *context, const isc_uint8_t *data, size_t len) {
 	unsigned int	freespace, usedspace;
 
 	if (len == 0U) {
@@ -1163,6 +1179,11 @@ isc_sha384_init(isc_sha384_t *context) {
 	context->bitcount[0] = context->bitcount[1] = 0;
 }
 
+void
+isc_sha384_invalidate(isc_sha384_t *context) {
+	memset(context, 0, sizeof(isc_sha384_t));
+}
+
 void
 isc_sha384_update(isc_sha384_t *context, const isc_uint8_t* data, size_t len) {
 	isc_sha512_update((isc_sha512_t *)context, data, len);
diff --git a/contrib/bind9/lib/isc/unix/ifiter_getifaddrs.c b/contrib/bind9/lib/isc/unix/ifiter_getifaddrs.c
index b576d4632fbb..87ef9ba7f500 100644
--- a/contrib/bind9/lib/isc/unix/ifiter_getifaddrs.c
+++ b/contrib/bind9/lib/isc/unix/ifiter_getifaddrs.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007-2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: ifiter_getifaddrs.c,v 1.11 2008/03/20 23:47:00 tbox Exp $ */
+/* $Id: ifiter_getifaddrs.c,v 1.11.120.2 2009/09/24 23:47:34 tbox Exp $ */
 
 /*! \file
  * \brief
@@ -181,7 +181,7 @@ internal_current(isc_interfaceiter_t *iter) {
 			 ifa->ifa_name);
 
 	if (ifa->ifa_dstaddr != NULL &&
-	    (iter->current.flags & IFF_POINTOPOINT) != 0)
+	    (iter->current.flags & INTERFACE_F_POINTTOPOINT) != 0)
 		get_addr(family, &iter->current.dstaddress, ifa->ifa_dstaddr,
 			 ifa->ifa_name);
 
diff --git a/contrib/bind9/lib/isc/unix/socket.c b/contrib/bind9/lib/isc/unix/socket.c
index d09fe51ab57c..004a038a3a88 100644
--- a/contrib/bind9/lib/isc/unix/socket.c
+++ b/contrib/bind9/lib/isc/unix/socket.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2010  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1998-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: socket.c,v 1.308.12.8 2009/04/18 01:29:26 jinmei Exp $ */
+/* $Id: socket.c,v 1.308.12.12 2010/01/31 23:47:31 tbox Exp $ */
 
 /*! \file */
 
@@ -1520,12 +1520,22 @@ doio_recv(isc_socket_t *sock, isc_socketevent_t *dev) {
 	}
 
 	/*
-	 * On TCP, zero length reads indicate EOF, while on
-	 * UDP, zero length reads are perfectly valid, although
-	 * strange.
+	 * On TCP and UNIX sockets, zero length reads indicate EOF,
+	 * while on UDP sockets, zero length reads are perfectly valid,
+	 * although strange.
 	 */
-	if ((sock->type == isc_sockettype_tcp) && (cc == 0))
-		return (DOIO_EOF);
+	switch (sock->type) {
+	case isc_sockettype_tcp:
+	case isc_sockettype_unix:
+		if (cc == 0)
+			return (DOIO_EOF);
+		break;
+	case isc_sockettype_udp:
+		break;
+	case isc_sockettype_fdwatch:
+	default:
+		INSIST(0);
+	}
 
 	if (sock->type == isc_sockettype_udp) {
 		dev->address.length = msghdr.msg_namelen;
@@ -3645,7 +3655,7 @@ setup_watcher(isc_mem_t *mctx, isc_socketmgr_t *manager) {
 					  manager->maxsocks);
 	if (manager->fdpollinfo == NULL) {
 		isc_mem_put(mctx, manager->events,
-			    sizeof(pollinfo_t) * manager->maxsocks);
+			    sizeof(struct pollfd) * manager->nevents);
 		return (ISC_R_NOMEMORY);
 	}
 	memset(manager->fdpollinfo, 0, sizeof(pollinfo_t) * manager->maxsocks);
@@ -4851,6 +4861,7 @@ isc_socket_connect(isc_socket_t *sock, isc_sockaddr_t *addr,
 	isc_socketmgr_t *manager;
 	int cc;
 	char strbuf[ISC_STRERRORSIZE];
+	char addrbuf[ISC_SOCKADDR_FORMATSIZE];
 
 	REQUIRE(VALID_SOCKET(sock));
 	REQUIRE(addr != NULL);
@@ -4919,7 +4930,9 @@ isc_socket_connect(isc_socket_t *sock, isc_sockaddr_t *addr,
 		sock->connected = 0;
 
 		isc__strerror(errno, strbuf, sizeof(strbuf));
-		UNEXPECTED_ERROR(__FILE__, __LINE__, "%d/%s", errno, strbuf);
+		isc_sockaddr_format(addr, addrbuf, sizeof(addrbuf));
+		UNEXPECTED_ERROR(__FILE__, __LINE__, "connect(%s) %d/%s",
+				 addrbuf, errno, strbuf);
 
 		UNLOCK(&sock->lock);
 		inc_stats(sock->manager->stats,
diff --git a/contrib/bind9/lib/isccc/api b/contrib/bind9/lib/isccc/api
index 8459d4239fcc..2240cdda3ac8 100644
--- a/contrib/bind9/lib/isccc/api
+++ b/contrib/bind9/lib/isccc/api
@@ -1,3 +1,3 @@
 LIBINTERFACE = 50
-LIBREVISION = 0
+LIBREVISION = 1
 LIBAGE = 0
diff --git a/contrib/bind9/lib/isccfg/aclconf.c b/contrib/bind9/lib/isccfg/aclconf.c
index ad3d58e2c148..92839e4d77fe 100644
--- a/contrib/bind9/lib/isccfg/aclconf.c
+++ b/contrib/bind9/lib/isccfg/aclconf.c
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: aclconf.c,v 1.22.34.2 2009/01/18 23:47:41 tbox Exp $ */
+/* $Id: aclconf.c,v 1.22.34.4 2009/10/01 23:47:17 tbox Exp $ */
 
 #include <config.h>
 
@@ -168,26 +168,36 @@ convert_keyname(const cfg_obj_t *keyobj, isc_log_t *lctx, isc_mem_t *mctx,
  * parent.
  */
 static int
-count_acl_elements(const cfg_obj_t *caml, const cfg_obj_t *cctx)
+count_acl_elements(const cfg_obj_t *caml, const cfg_obj_t *cctx,
+		   isc_boolean_t *has_negative)
 {
 	const cfg_listelt_t *elt;
 	const cfg_obj_t *cacl = NULL;
 	isc_result_t result;
 	int n = 0;
 
+	if (has_negative != NULL)
+		*has_negative = ISC_FALSE;
+
 	for (elt = cfg_list_first(caml);
 	     elt != NULL;
 	     elt = cfg_list_next(elt)) {
 		const cfg_obj_t *ce = cfg_listelt_value(elt);
 
 		/* negated element; just get the value. */
-		if (cfg_obj_istuple(ce))
+		if (cfg_obj_istuple(ce)) {
 			ce = cfg_tuple_get(ce, "value");
+			if (has_negative != NULL)
+				*has_negative = ISC_TRUE;
+		}
 
 		if (cfg_obj_istype(ce, &cfg_type_keyref)) {
 			n++;
 		} else if (cfg_obj_islist(ce)) {
-			n += count_acl_elements(ce, cctx);
+			isc_boolean_t negative;
+			n += count_acl_elements(ce, cctx, &negative);
+			if (negative)
+				n++;
 		} else if (cfg_obj_isstring(ce)) {
 			const char *name = cfg_obj_asstring(ce);
 			if (strcasecmp(name, "localhost") == 0 ||
@@ -197,7 +207,8 @@ count_acl_elements(const cfg_obj_t *caml, const cfg_obj_t *cctx)
 				   strcasecmp(name, "none") != 0) {
 				result = get_acl_def(cctx, name, &cacl);
 				if (result == ISC_R_SUCCESS)
-					n += count_acl_elements(cacl, cctx) + 1;
+					n += count_acl_elements(cacl, cctx,
+								NULL) + 1;
 			}
 		}
 	}
@@ -246,7 +257,7 @@ cfg_acl_fromconfig(const cfg_obj_t *caml,
 		int nelem;
 
 		if (nest_level == 0)
-			nelem = count_acl_elements(caml, cctx);
+			nelem = count_acl_elements(caml, cctx, NULL);
 		else
 			nelem = cfg_list_length(caml, ISC_FALSE);
 
diff --git a/contrib/bind9/lib/isccfg/api b/contrib/bind9/lib/isccfg/api
index 8459d4239fcc..2240cdda3ac8 100644
--- a/contrib/bind9/lib/isccfg/api
+++ b/contrib/bind9/lib/isccfg/api
@@ -1,3 +1,3 @@
 LIBINTERFACE = 50
-LIBREVISION = 0
+LIBREVISION = 1
 LIBAGE = 0
diff --git a/contrib/bind9/lib/isccfg/include/isccfg/namedconf.h b/contrib/bind9/lib/isccfg/include/isccfg/namedconf.h
index 9689a2ae7bdd..55c5a81813aa 100644
--- a/contrib/bind9/lib/isccfg/include/isccfg/namedconf.h
+++ b/contrib/bind9/lib/isccfg/include/isccfg/namedconf.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: namedconf.h,v 1.9 2007/06/19 23:47:22 tbox Exp $ */
+/* $Id: namedconf.h,v 1.9.332.2 2009/06/25 23:47:28 tbox Exp $ */
 
 #ifndef ISCCFG_NAMEDCONF_H
 #define ISCCFG_NAMEDCONF_H 1
@@ -42,4 +42,4 @@ LIBISCCFG_EXTERNAL_DATA extern cfg_type_t cfg_type_rndckey;
 LIBISCCFG_EXTERNAL_DATA extern cfg_type_t cfg_type_keyref;
 /*%< A key reference, used as an ACL element */
 
-#endif /* ISCCFG_CFG_H */
+#endif /* ISCCFG_NAMEDCONF_H */
diff --git a/contrib/bind9/lib/lwres/api b/contrib/bind9/lib/lwres/api
index 39934b4fbd2c..fbbf923b5324 100644
--- a/contrib/bind9/lib/lwres/api
+++ b/contrib/bind9/lib/lwres/api
@@ -1,3 +1,3 @@
 LIBINTERFACE = 50
-LIBREVISION = 2
+LIBREVISION = 3
 LIBAGE = 0
diff --git a/contrib/bind9/lib/lwres/context.c b/contrib/bind9/lib/lwres/context.c
index 464a2cf9f2d3..d042c87271d0 100644
--- a/contrib/bind9/lib/lwres/context.c
+++ b/contrib/bind9/lib/lwres/context.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007-2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000, 2001, 2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: context.c,v 1.50.332.2 2008/12/30 23:46:49 tbox Exp $ */
+/* $Id: context.c,v 1.50.332.5 2009/09/01 23:47:05 tbox Exp $ */
 
 /*! \file context.c
    lwres_context_create() creates a #lwres_context_t structure for use in
@@ -471,6 +471,17 @@ lwres_context_sendrecv(lwres_context_t *ctx,
 	result = lwres_context_send(ctx, sendbase, sendlen);
 	if (result != LWRES_R_SUCCESS)
 		return (result);
+
+	/*
+	 * If this is not checked, select() can overflow,
+	 * causing corruption elsewhere.
+	 */
+	if (ctx->sock >= (int)FD_SETSIZE) {
+		close(ctx->sock);
+		ctx->sock = -1;
+		return (LWRES_R_IOERROR);
+	}
+
  again:
 	FD_ZERO(&readfds);
 	FD_SET(ctx->sock, &readfds);
diff --git a/contrib/bind9/lib/lwres/getipnode.c b/contrib/bind9/lib/lwres/getipnode.c
index a6c50c28b803..4331638bcf09 100644
--- a/contrib/bind9/lib/lwres/getipnode.c
+++ b/contrib/bind9/lib/lwres/getipnode.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: getipnode.c,v 1.42 2007/06/18 23:47:51 tbox Exp $ */
+/* $Id: getipnode.c,v 1.42.332.5 2009/09/01 23:47:05 tbox Exp $ */
 
 /*! \file */
 
@@ -23,7 +23,7 @@
  *    These functions perform thread safe, protocol independent
  *    nodename-to-address and address-to-nodename translation as defined in
  *    RFC2553.  This use a struct hostent which is defined in namedb.h:
- * 
+ *
  * \code
  * struct  hostent {
  *         char    *h_name;        // official name of host
@@ -34,90 +34,90 @@
  * };
  * #define h_addr  h_addr_list[0]  // address, for backward compatibility
  * \endcode
- * 
+ *
  *    The members of this structure are:
- * 
+ *
  * \li   h_name:
  *           The official (canonical) name of the host.
- * 
+ *
  * \li   h_aliases:
  *           A NULL-terminated array of alternate names (nicknames) for the
  *           host.
- * 
+ *
  * \li   h_addrtype:
  *           The type of address being returned - usually PF_INET or
  *           PF_INET6.
- * 
+ *
  * \li   h_length:
  *           The length of the address in bytes.
- * 
+ *
  * \li   h_addr_list:
  *           A NULL terminated array of network addresses for the host. Host
  *           addresses are returned in network byte order.
- * 
+ *
  *    lwres_getipnodebyname() looks up addresses of protocol family af for
  *    the hostname name. The flags parameter contains ORed flag bits to
  *    specify the types of addresses that are searched for, and the types of
  *    addresses that are returned. The flag bits are:
- * 
+ *
  * \li   #AI_V4MAPPED:
  *           This is used with an af of #AF_INET6, and causes IPv4 addresses
  *           to be returned as IPv4-mapped IPv6 addresses.
- * 
+ *
  * \li   #AI_ALL:
  *           This is used with an af of #AF_INET6, and causes all known
  *           addresses (IPv6 and IPv4) to be returned. If #AI_V4MAPPED is
  *           also set, the IPv4 addresses are return as mapped IPv6
  *           addresses.
- * 
+ *
  * \li   #AI_ADDRCONFIG:
  *           Only return an IPv6 or IPv4 address if here is an active
  *           network interface of that type. This is not currently
  *           implemented in the BIND 9 lightweight resolver, and the flag is
  *           ignored.
- * 
+ *
  * \li   #AI_DEFAULT:
  *           This default sets the #AI_V4MAPPED and #AI_ADDRCONFIG flag bits.
- * 
+ *
  *    lwres_getipnodebyaddr() performs a reverse lookup of address src which
  *    is len bytes long. af denotes the protocol family, typically PF_INET
  *    or PF_INET6.
- * 
+ *
  *    lwres_freehostent() releases all the memory associated with the struct
  *    hostent pointer. Any memory allocated for the h_name, h_addr_list
  *    and h_aliases is freed, as is the memory for the hostent structure
  *    itself.
- * 
+ *
  * \section getipnode_return Return Values
- * 
+ *
  *    If an error occurs, lwres_getipnodebyname() and
  *    lwres_getipnodebyaddr() set *error_num to an appropriate error code
  *    and the function returns a NULL pointer. The error codes and their
  *    meanings are defined in \link netdb.h <lwres/netdb.h>\endlink:
- * 
+ *
  * \li   #HOST_NOT_FOUND:
  *           No such host is known.
- * 
+ *
  * \li   #NO_ADDRESS:
  *           The server recognised the request and the name but no address
  *           is available. Another type of request to the name server for
  *           the domain might return an answer.
- * 
+ *
  * \li   #TRY_AGAIN:
  *           A temporary and possibly transient error occurred, such as a
  *           failure of a server to respond. The request may succeed if
  *           retried.
- * 
+ *
  * \li   #NO_RECOVERY:
  *           An unexpected failure occurred, and retrying the request is
  *           pointless.
- * 
+ *
  *    lwres_hstrerror() translates these error codes to suitable error
  *    messages.
- * 
+ *
  * \section getipnode_see See Also
- * 
- * getaddrinfo.c, gethost.c, getnameinfo.c, herror.c, RFC2553  
+ *
+ * getaddrinfo.c, gethost.c, getnameinfo.c, herror.c, RFC2553
  */
 
 #include <config.h>
@@ -146,21 +146,21 @@ LIBLWRES_EXTERNAL_DATA const struct in6_addr in6addr_any = IN6ADDR_ANY_INIT;
 
 #ifndef IN6_IS_ADDR_V4COMPAT
 static const unsigned char in6addr_compat[12] = {
-        0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
+	0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
 };
 #define IN6_IS_ADDR_V4COMPAT(x) (!memcmp((x)->s6_addr, in6addr_compat, 12) && \
-                                 ((x)->s6_addr[12] != 0 || \
-                                  (x)->s6_addr[13] != 0 || \
-                                  (x)->s6_addr[14] != 0 || \
-                                   ((x)->s6_addr[15] != 0 && \
-                                    (x)->s6_addr[15] != 1)))
+				 ((x)->s6_addr[12] != 0 || \
+				  (x)->s6_addr[13] != 0 || \
+				  (x)->s6_addr[14] != 0 || \
+				   ((x)->s6_addr[15] != 0 && \
+				    (x)->s6_addr[15] != 1)))
 #endif
 #ifndef IN6_IS_ADDR_V4MAPPED
 #define IN6_IS_ADDR_V4MAPPED(x) (!memcmp((x)->s6_addr, in6addr_mapped, 12))
 #endif
 
 static const unsigned char in6addr_mapped[12] = {
-        0, 0, 0, 0,  0, 0, 0, 0,  0, 0, 0xff, 0xff
+	0, 0, 0, 0,  0, 0, 0, 0,  0, 0, 0xff, 0xff
 };
 
 /***
@@ -202,7 +202,7 @@ lwres_getipnodebyname(const char *name, int af, int flags, int *error_num) {
 	struct in6_addr in6;
 	struct hostent he, *he1 = NULL, *he2 = NULL, *he3 = NULL;
 	int v4 = 0, v6 = 0;
-	int tmp_err;
+	int tmp_err = 0;
 	lwres_context_t *lwrctx = NULL;
 	lwres_gabnresponse_t *by = NULL;
 	int n;
@@ -275,7 +275,6 @@ lwres_getipnodebyname(const char *name, int af, int flags, int *error_num) {
 	(void) lwres_conf_parse(lwrctx, lwres_resolv_conf);
 	tmp_err = NO_RECOVERY;
 	if (have_v6 && af == AF_INET6) {
-
 		n = lwres_getaddrsbyname(lwrctx, name, LWRES_ADDRTYPE_V6, &by);
 		if (n == 0) {
 			he1 = hostfromname(by, AF_INET6);
@@ -285,7 +284,12 @@ lwres_getipnodebyname(const char *name, int af, int flags, int *error_num) {
 				goto cleanup;
 			}
 		} else {
-			tmp_err = HOST_NOT_FOUND;
+			if (n == LWRES_R_NOTFOUND)
+				tmp_err = HOST_NOT_FOUND;
+			else {
+				*error_num = NO_RECOVERY;
+				goto cleanup;
+			}
 		}
 	}
 
@@ -437,9 +441,15 @@ lwres_getipnodebyaddr(const void *src, size_t len, int af, int *error_num) {
 	if (n != 0) {
 		lwres_conf_clear(lwrctx);
 		lwres_context_destroy(&lwrctx);
-		*error_num = HOST_NOT_FOUND;
+
+		if (n == LWRES_R_NOTFOUND)
+		       *error_num = HOST_NOT_FOUND;
+		else
+		       *error_num = NO_RECOVERY;
+
 		return (NULL);
 	}
+
 	he1 = hostfromaddr(by, AF_INET6, src);
 	lwres_gnbaresponse_free(lwrctx, &by);
 	if (he1 == NULL)
@@ -492,7 +502,7 @@ lwres_freehostent(struct hostent *he) {
  */
 
 #if defined(SIOCGLIFCONF) && defined(SIOCGLIFADDR) && \
-    !defined(IRIX_EMUL_IOCTL_SIOCGIFCONF) 
+    !defined(IRIX_EMUL_IOCTL_SIOCGIFCONF)
 
 #ifdef __hpux
 #define lifc_len iflc_len
@@ -504,7 +514,7 @@ lwres_freehostent(struct hostent *he) {
 #define ISC_HAVE_LIFC_FLAGS 1
 #define LIFCONF lifconf
 #endif
- 
+
 #ifdef __hpux
 #define lifr_addr iflr_addr
 #define lifr_name iflr_name
@@ -557,7 +567,7 @@ scan_interfaces6(int *have_v4, int *have_v6) {
 			/*
 			 * Some OS's just return what will fit rather
 			 * than set EINVAL if the buffer is too small
-			 * to fit all the interfaces in.  If 
+			 * to fit all the interfaces in.  If
 			 * lifc.lifc_len is too near to the end of the
 			 * buffer we will grow it just in case and
 			 * retry.
@@ -619,13 +629,13 @@ scan_interfaces6(int *have_v4, int *have_v6) {
 				if ((lifreq.lifr_flags & IFF_UP) == 0)
 					break;
 				*have_v4 = 1;
-			} 
+			}
 			break;
 		case AF_INET6:
 			if (*have_v6 == 0) {
 				memcpy(&in6,
 				       &((struct sockaddr_in6 *)
-				       &lifreq.lifr_addr)->sin6_addr, 
+				       &lifreq.lifr_addr)->sin6_addr,
 				       sizeof(in6));
 				if (memcmp(&in6, &in6addr_any,
 					   sizeof(in6)) == 0)
@@ -675,7 +685,7 @@ scan_interfaces(int *have_v4, int *have_v6) {
 	InitSockets();
 #endif
 #if defined(SIOCGLIFCONF) && defined(SIOCGLIFADDR) && \
-    !defined(IRIX_EMUL_IOCTL_SIOCGIFCONF) 
+    !defined(IRIX_EMUL_IOCTL_SIOCGIFCONF)
 	/*
 	 * Try to scan the interfaces using IPv6 ioctls().
 	 */
@@ -721,7 +731,7 @@ scan_interfaces(int *have_v4, int *have_v6) {
 			/*
 			 * Some OS's just return what will fit rather
 			 * than set EINVAL if the buffer is too small
-			 * to fit all the interfaces in.  If 
+			 * to fit all the interfaces in.  If
 			 * ifc.ifc_len is too near to the end of the
 			 * buffer we will grow it just in case and
 			 * retry.
@@ -786,7 +796,7 @@ scan_interfaces(int *have_v4, int *have_v6) {
 				if ((u.ifreq.ifr_flags & IFF_UP) == 0)
 					break;
 				*have_v4 = 1;
-			} 
+			}
 			break;
 		case AF_INET6:
 			if (*have_v6 == 0) {
diff --git a/contrib/bind9/lib/lwres/man/lwres.3 b/contrib/bind9/lib/lwres/man/lwres.3
index e1f87936f377..14c719adb377 100644
--- a/contrib/bind9/lib/lwres/man/lwres.3
+++ b/contrib/bind9/lib/lwres/man/lwres.3
@@ -1,7 +1,7 @@
 .\" Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
 .\" Copyright (C) 2000, 2001 Internet Software Consortium.
 .\" 
-.\" Permission to use, copy, modify, and distribute this software for any
+.\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
 .\" copyright notice and this permission notice appear in all copies.
 .\" 
@@ -13,7 +13,7 @@
 .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 .\" PERFORMANCE OF THIS SOFTWARE.
 .\"
-.\" $Id: lwres.3,v 1.28 2007/01/30 00:24:59 marka Exp $
+.\" $Id: lwres.3,v 1.28.418.1 2009/07/11 01:55:21 tbox Exp $
 .\"
 .hy 0
 .ad l
diff --git a/contrib/bind9/lib/lwres/man/lwres.html b/contrib/bind9/lib/lwres/man/lwres.html
index 986918a8cf7d..c90bcbd575f2 100644
--- a/contrib/bind9/lib/lwres/man/lwres.html
+++ b/contrib/bind9/lib/lwres/man/lwres.html
@@ -2,7 +2,7 @@
  - Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000, 2001 Internet Software Consortium.
  - 
- - Permission to use, copy, modify, and distribute this software for any
+ - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
  - copyright notice and this permission notice appear in all copies.
  - 
@@ -14,7 +14,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: lwres.html,v 1.23.514.1 2009/12/31 23:17:47 tbox Exp $ -->
+<!-- $Id: lwres.html,v 1.23.418.1 2009/07/11 01:55:21 tbox Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -22,7 +22,7 @@
 <meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en">
-<a name="id2476267"></a><div class="titlepage"></div>
+<a name="id2476275"></a><div class="titlepage"></div>
 <div class="refnamediv">
 <h2>Name</h2>
 <p>lwres &#8212; introduction to the lightweight resolver library</p>
@@ -32,7 +32,7 @@
 <div class="funcsynopsis"><pre class="funcsynopsisinfo">#include &lt;lwres/lwres.h&gt;</pre></div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543346"></a><h2>DESCRIPTION</h2>
+<a name="id2543348"></a><h2>DESCRIPTION</h2>
 <p>
       The BIND 9 lightweight resolver library is a simple, name service
       independent stub resolver library.  It provides hostname-to-address
@@ -47,7 +47,7 @@
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543358"></a><h2>OVERVIEW</h2>
+<a name="id2543361"></a><h2>OVERVIEW</h2>
 <p>
       The lwresd library implements multiple name service APIs.
       The standard
@@ -101,7 +101,7 @@
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543422"></a><h2>CLIENT-SIDE LOW-LEVEL API CALL FLOW</h2>
+<a name="id2543425"></a><h2>CLIENT-SIDE LOW-LEVEL API CALL FLOW</h2>
 <p>
       When a client program wishes to make an lwres request using the
       native low-level API, it typically performs the following
@@ -149,7 +149,7 @@
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543571"></a><h2>SERVER-SIDE LOW-LEVEL API CALL FLOW</h2>
+<a name="id2543573"></a><h2>SERVER-SIDE LOW-LEVEL API CALL FLOW</h2>
 <p>
       When implementing the server side of the lightweight resolver
       protocol using the lwres library, a sequence of actions like the
@@ -191,7 +191,7 @@
 <p></p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543654"></a><h2>SEE ALSO</h2>
+<a name="id2543656"></a><h2>SEE ALSO</h2>
 <p><span class="citerefentry"><span class="refentrytitle">lwres_gethostent</span>(3)</span>,
 
       <span class="citerefentry"><span class="refentrytitle">lwres_getipnode</span>(3)</span>,
diff --git a/contrib/bind9/lib/lwres/man/lwres_buffer.3 b/contrib/bind9/lib/lwres/man/lwres_buffer.3
index cc0959d8908f..e8fe6313aeb1 100644
--- a/contrib/bind9/lib/lwres/man/lwres_buffer.3
+++ b/contrib/bind9/lib/lwres/man/lwres_buffer.3
@@ -1,7 +1,7 @@
 .\" Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
 .\" Copyright (C) 2000, 2001 Internet Software Consortium.
 .\" 
-.\" Permission to use, copy, modify, and distribute this software for any
+.\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
 .\" copyright notice and this permission notice appear in all copies.
 .\" 
@@ -13,7 +13,7 @@
 .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 .\" PERFORMANCE OF THIS SOFTWARE.
 .\"
-.\" $Id: lwres_buffer.3,v 1.26 2007/01/30 00:24:59 marka Exp $
+.\" $Id: lwres_buffer.3,v 1.26.418.1 2009/07/11 01:55:21 tbox Exp $
 .\"
 .hy 0
 .ad l
diff --git a/contrib/bind9/lib/lwres/man/lwres_buffer.html b/contrib/bind9/lib/lwres/man/lwres_buffer.html
index 7ed5407c53aa..b546bcf155d0 100644
--- a/contrib/bind9/lib/lwres/man/lwres_buffer.html
+++ b/contrib/bind9/lib/lwres/man/lwres_buffer.html
@@ -2,7 +2,7 @@
  - Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000, 2001 Internet Software Consortium.
  - 
- - Permission to use, copy, modify, and distribute this software for any
+ - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
  - copyright notice and this permission notice appear in all copies.
  - 
@@ -14,7 +14,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: lwres_buffer.html,v 1.21.514.1 2009/12/31 23:17:47 tbox Exp $ -->
+<!-- $Id: lwres_buffer.html,v 1.21.418.1 2009/07/11 01:55:21 tbox Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -22,7 +22,7 @@
 <meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en">
-<a name="id2476267"></a><div class="titlepage"></div>
+<a name="id2476275"></a><div class="titlepage"></div>
 <div class="refnamediv">
 <h2>Name</h2>
 <p>lwres_buffer_init, lwres_buffer_invalidate, lwres_buffer_add, lwres_buffer_subtract, lwres_buffer_clear, lwres_buffer_first, lwres_buffer_forward, lwres_buffer_back, lwres_buffer_getuint8, lwres_buffer_putuint8, lwres_buffer_getuint16, lwres_buffer_putuint16, lwres_buffer_getuint32, lwres_buffer_putuint32, lwres_buffer_putmem, lwres_buffer_getmem &#8212; lightweight resolver buffer management</p>
@@ -262,7 +262,7 @@ void
 </div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543890"></a><h2>DESCRIPTION</h2>
+<a name="id2543892"></a><h2>DESCRIPTION</h2>
 <p>
       These functions provide bounds checked access to a region of memory
       where data is being read or written.
diff --git a/contrib/bind9/lib/lwres/man/lwres_config.3 b/contrib/bind9/lib/lwres/man/lwres_config.3
index 6184cb23827a..2d3b8137e121 100644
--- a/contrib/bind9/lib/lwres/man/lwres_config.3
+++ b/contrib/bind9/lib/lwres/man/lwres_config.3
@@ -1,7 +1,7 @@
 .\" Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
 .\" Copyright (C) 2000, 2001 Internet Software Consortium.
 .\" 
-.\" Permission to use, copy, modify, and distribute this software for any
+.\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
 .\" copyright notice and this permission notice appear in all copies.
 .\" 
@@ -13,7 +13,7 @@
 .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 .\" PERFORMANCE OF THIS SOFTWARE.
 .\"
-.\" $Id: lwres_config.3,v 1.26 2007/01/30 00:24:59 marka Exp $
+.\" $Id: lwres_config.3,v 1.26.418.1 2009/07/11 01:55:21 tbox Exp $
 .\"
 .hy 0
 .ad l
diff --git a/contrib/bind9/lib/lwres/man/lwres_config.html b/contrib/bind9/lib/lwres/man/lwres_config.html
index 050fd5de361c..fb29b7fbaec6 100644
--- a/contrib/bind9/lib/lwres/man/lwres_config.html
+++ b/contrib/bind9/lib/lwres/man/lwres_config.html
@@ -2,7 +2,7 @@
  - Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000, 2001 Internet Software Consortium.
  - 
- - Permission to use, copy, modify, and distribute this software for any
+ - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
  - copyright notice and this permission notice appear in all copies.
  - 
@@ -14,7 +14,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: lwres_config.html,v 1.22.514.1 2009/12/31 23:17:47 tbox Exp $ -->
+<!-- $Id: lwres_config.html,v 1.22.418.1 2009/07/11 01:55:21 tbox Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -22,7 +22,7 @@
 <meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en">
-<a name="id2476267"></a><div class="titlepage"></div>
+<a name="id2476275"></a><div class="titlepage"></div>
 <div class="refnamediv">
 <h2>Name</h2>
 <p>lwres_conf_init, lwres_conf_clear, lwres_conf_parse, lwres_conf_print, lwres_conf_get &#8212; lightweight resolver configuration</p>
@@ -90,7 +90,7 @@ lwres_conf_t *
 </div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543438"></a><h2>DESCRIPTION</h2>
+<a name="id2543441"></a><h2>DESCRIPTION</h2>
 <p><code class="function">lwres_conf_init()</code>
       creates an empty
       <span class="type">lwres_conf_t</span>
@@ -123,7 +123,7 @@ lwres_conf_t *
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543506"></a><h2>RETURN VALUES</h2>
+<a name="id2543508"></a><h2>RETURN VALUES</h2>
 <p><code class="function">lwres_conf_parse()</code>
       returns <span class="errorcode">LWRES_R_SUCCESS</span>
       if it successfully read and parsed
@@ -142,13 +142,13 @@ lwres_conf_t *
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543543"></a><h2>SEE ALSO</h2>
+<a name="id2543545"></a><h2>SEE ALSO</h2>
 <p><span class="citerefentry"><span class="refentrytitle">stdio</span>(3)</span>,
       <span class="citerefentry"><span class="refentrytitle">resolver</span>(5)</span>.
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543569"></a><h2>FILES</h2>
+<a name="id2543571"></a><h2>FILES</h2>
 <p><code class="filename">/etc/resolv.conf</code>
     </p>
 </div>
diff --git a/contrib/bind9/lib/lwres/man/lwres_context.3 b/contrib/bind9/lib/lwres/man/lwres_context.3
index b1022d860992..dae7ee5313d3 100644
--- a/contrib/bind9/lib/lwres/man/lwres_context.3
+++ b/contrib/bind9/lib/lwres/man/lwres_context.3
@@ -1,7 +1,7 @@
 .\" Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
 .\" Copyright (C) 2000, 2001, 2003 Internet Software Consortium.
 .\" 
-.\" Permission to use, copy, modify, and distribute this software for any
+.\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
 .\" copyright notice and this permission notice appear in all copies.
 .\" 
@@ -13,7 +13,7 @@
 .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 .\" PERFORMANCE OF THIS SOFTWARE.
 .\"
-.\" $Id: lwres_context.3,v 1.28 2007/01/30 00:24:59 marka Exp $
+.\" $Id: lwres_context.3,v 1.28.418.1 2009/07/11 01:55:21 tbox Exp $
 .\"
 .hy 0
 .ad l
diff --git a/contrib/bind9/lib/lwres/man/lwres_context.html b/contrib/bind9/lib/lwres/man/lwres_context.html
index d6fada9b918e..22bdcd3c1e40 100644
--- a/contrib/bind9/lib/lwres/man/lwres_context.html
+++ b/contrib/bind9/lib/lwres/man/lwres_context.html
@@ -2,7 +2,7 @@
  - Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000, 2001, 2003 Internet Software Consortium.
  - 
- - Permission to use, copy, modify, and distribute this software for any
+ - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
  - copyright notice and this permission notice appear in all copies.
  - 
@@ -14,7 +14,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: lwres_context.html,v 1.23.514.1 2009/12/31 23:17:47 tbox Exp $ -->
+<!-- $Id: lwres_context.html,v 1.23.418.1 2009/07/11 01:55:21 tbox Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -22,7 +22,7 @@
 <meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en">
-<a name="id2476267"></a><div class="titlepage"></div>
+<a name="id2476275"></a><div class="titlepage"></div>
 <div class="refnamediv">
 <h2>Name</h2>
 <p>lwres_context_create, lwres_context_destroy, lwres_context_nextserial, lwres_context_initserial, lwres_context_freemem, lwres_context_allocmem, lwres_context_sendrecv &#8212; lightweight resolver context management</p>
@@ -172,7 +172,7 @@ void *
 </div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543529"></a><h2>DESCRIPTION</h2>
+<a name="id2543531"></a><h2>DESCRIPTION</h2>
 <p><code class="function">lwres_context_create()</code>
       creates a <span class="type">lwres_context_t</span> structure for use in
       lightweight resolver operations.  It holds a socket and other
@@ -258,7 +258,7 @@ void *
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543717"></a><h2>RETURN VALUES</h2>
+<a name="id2543719"></a><h2>RETURN VALUES</h2>
 <p><code class="function">lwres_context_create()</code>
       returns <span class="errorcode">LWRES_R_NOMEMORY</span> if memory for
       the <span class="type">struct lwres_context</span> could not be allocated,
@@ -283,7 +283,7 @@ void *
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543767"></a><h2>SEE ALSO</h2>
+<a name="id2543769"></a><h2>SEE ALSO</h2>
 <p><span class="citerefentry"><span class="refentrytitle">lwres_conf_init</span>(3)</span>,
 
       <span class="citerefentry"><span class="refentrytitle">malloc</span>(3)</span>,
diff --git a/contrib/bind9/lib/lwres/man/lwres_gabn.3 b/contrib/bind9/lib/lwres/man/lwres_gabn.3
index 0c143847559c..64846d1846e5 100644
--- a/contrib/bind9/lib/lwres/man/lwres_gabn.3
+++ b/contrib/bind9/lib/lwres/man/lwres_gabn.3
@@ -1,7 +1,7 @@
 .\" Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
 .\" Copyright (C) 2000, 2001 Internet Software Consortium.
 .\" 
-.\" Permission to use, copy, modify, and distribute this software for any
+.\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
 .\" copyright notice and this permission notice appear in all copies.
 .\" 
@@ -13,7 +13,7 @@
 .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 .\" PERFORMANCE OF THIS SOFTWARE.
 .\"
-.\" $Id: lwres_gabn.3,v 1.27 2007/01/30 00:24:59 marka Exp $
+.\" $Id: lwres_gabn.3,v 1.27.418.1 2009/07/11 01:55:21 tbox Exp $
 .\"
 .hy 0
 .ad l
diff --git a/contrib/bind9/lib/lwres/man/lwres_gabn.html b/contrib/bind9/lib/lwres/man/lwres_gabn.html
index efb152a381d4..e5cb4d31c025 100644
--- a/contrib/bind9/lib/lwres/man/lwres_gabn.html
+++ b/contrib/bind9/lib/lwres/man/lwres_gabn.html
@@ -2,7 +2,7 @@
  - Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000, 2001 Internet Software Consortium.
  - 
- - Permission to use, copy, modify, and distribute this software for any
+ - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
  - copyright notice and this permission notice appear in all copies.
  - 
@@ -14,7 +14,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: lwres_gabn.html,v 1.24.514.1 2009/12/31 23:17:47 tbox Exp $ -->
+<!-- $Id: lwres_gabn.html,v 1.24.418.1 2009/07/11 01:55:21 tbox Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -22,7 +22,7 @@
 <meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en">
-<a name="id2476267"></a><div class="titlepage"></div>
+<a name="id2476275"></a><div class="titlepage"></div>
 <div class="refnamediv">
 <h2>Name</h2>
 <p>lwres_gabnrequest_render, lwres_gabnresponse_render, lwres_gabnrequest_parse, lwres_gabnresponse_parse, lwres_gabnresponse_free, lwres_gabnrequest_free &#8212; lightweight resolver getaddrbyname message handling</p>
@@ -178,7 +178,7 @@ void
 </div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543520"></a><h2>DESCRIPTION</h2>
+<a name="id2543522"></a><h2>DESCRIPTION</h2>
 <p>
       These are low-level routines for creating and parsing
       lightweight resolver name-to-address lookup request and
@@ -278,7 +278,7 @@ typedef struct {
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543665"></a><h2>RETURN VALUES</h2>
+<a name="id2543667"></a><h2>RETURN VALUES</h2>
 <p>
       The getaddrbyname opcode functions
       <code class="function">lwres_gabnrequest_render()</code>,
@@ -316,7 +316,7 @@ typedef struct {
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543731"></a><h2>SEE ALSO</h2>
+<a name="id2543733"></a><h2>SEE ALSO</h2>
 <p><span class="citerefentry"><span class="refentrytitle">lwres_packet</span>(3)</span>
     </p>
 </div>
diff --git a/contrib/bind9/lib/lwres/man/lwres_gai_strerror.3 b/contrib/bind9/lib/lwres/man/lwres_gai_strerror.3
index e412b8f89d27..46b54c0f7d30 100644
--- a/contrib/bind9/lib/lwres/man/lwres_gai_strerror.3
+++ b/contrib/bind9/lib/lwres/man/lwres_gai_strerror.3
@@ -1,7 +1,7 @@
 .\" Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
 .\" Copyright (C) 2000, 2001 Internet Software Consortium.
 .\" 
-.\" Permission to use, copy, modify, and distribute this software for any
+.\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
 .\" copyright notice and this permission notice appear in all copies.
 .\" 
@@ -13,7 +13,7 @@
 .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 .\" PERFORMANCE OF THIS SOFTWARE.
 .\"
-.\" $Id: lwres_gai_strerror.3,v 1.27 2007/01/30 00:24:59 marka Exp $
+.\" $Id: lwres_gai_strerror.3,v 1.27.418.1 2009/07/11 01:55:21 tbox Exp $
 .\"
 .hy 0
 .ad l
diff --git a/contrib/bind9/lib/lwres/man/lwres_gai_strerror.html b/contrib/bind9/lib/lwres/man/lwres_gai_strerror.html
index aeb0967e3e06..994782dbb273 100644
--- a/contrib/bind9/lib/lwres/man/lwres_gai_strerror.html
+++ b/contrib/bind9/lib/lwres/man/lwres_gai_strerror.html
@@ -2,7 +2,7 @@
  - Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000, 2001 Internet Software Consortium.
  - 
- - Permission to use, copy, modify, and distribute this software for any
+ - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
  - copyright notice and this permission notice appear in all copies.
  - 
@@ -14,7 +14,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: lwres_gai_strerror.html,v 1.24.514.1 2009/12/31 23:17:48 tbox Exp $ -->
+<!-- $Id: lwres_gai_strerror.html,v 1.24.418.1 2009/07/11 01:55:21 tbox Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -22,7 +22,7 @@
 <meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en">
-<a name="id2476267"></a><div class="titlepage"></div>
+<a name="id2476275"></a><div class="titlepage"></div>
 <div class="refnamediv">
 <h2>Name</h2>
 <p>lwres_gai_strerror &#8212; print suitable error string</p>
@@ -42,7 +42,7 @@ char *
 </div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543358"></a><h2>DESCRIPTION</h2>
+<a name="id2543361"></a><h2>DESCRIPTION</h2>
 <p><code class="function">lwres_gai_strerror()</code>
       returns an error message corresponding to an error code returned by
       <code class="function">getaddrinfo()</code>.
@@ -110,7 +110,7 @@ char *
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543574"></a><h2>SEE ALSO</h2>
+<a name="id2543576"></a><h2>SEE ALSO</h2>
 <p><span class="citerefentry"><span class="refentrytitle">strerror</span>(3)</span>,
 
       <span class="citerefentry"><span class="refentrytitle">lwres_getaddrinfo</span>(3)</span>,
diff --git a/contrib/bind9/lib/lwres/man/lwres_getaddrinfo.3 b/contrib/bind9/lib/lwres/man/lwres_getaddrinfo.3
index 7a1b5d76a816..edac0516ee5b 100644
--- a/contrib/bind9/lib/lwres/man/lwres_getaddrinfo.3
+++ b/contrib/bind9/lib/lwres/man/lwres_getaddrinfo.3
@@ -1,7 +1,7 @@
 .\" Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
 .\" Copyright (C) 2000, 2001, 2003 Internet Software Consortium.
 .\" 
-.\" Permission to use, copy, modify, and distribute this software for any
+.\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
 .\" copyright notice and this permission notice appear in all copies.
 .\" 
@@ -13,7 +13,7 @@
 .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 .\" PERFORMANCE OF THIS SOFTWARE.
 .\"
-.\" $Id: lwres_getaddrinfo.3,v 1.31 2007/01/30 00:24:59 marka Exp $
+.\" $Id: lwres_getaddrinfo.3,v 1.31.418.1 2009/07/11 01:55:21 tbox Exp $
 .\"
 .hy 0
 .ad l
diff --git a/contrib/bind9/lib/lwres/man/lwres_getaddrinfo.html b/contrib/bind9/lib/lwres/man/lwres_getaddrinfo.html
index ec0083952a2b..d3f6e0ba3583 100644
--- a/contrib/bind9/lib/lwres/man/lwres_getaddrinfo.html
+++ b/contrib/bind9/lib/lwres/man/lwres_getaddrinfo.html
@@ -2,7 +2,7 @@
  - Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000, 2001, 2003 Internet Software Consortium.
  - 
- - Permission to use, copy, modify, and distribute this software for any
+ - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
  - copyright notice and this permission notice appear in all copies.
  - 
@@ -14,7 +14,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: lwres_getaddrinfo.html,v 1.27.514.1 2009/12/31 23:17:48 tbox Exp $ -->
+<!-- $Id: lwres_getaddrinfo.html,v 1.27.418.1 2009/07/11 01:55:21 tbox Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -22,7 +22,7 @@
 <meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en">
-<a name="id2476267"></a><div class="titlepage"></div>
+<a name="id2476275"></a><div class="titlepage"></div>
 <div class="refnamediv">
 <h2>Name</h2>
 <p>lwres_getaddrinfo, lwres_freeaddrinfo &#8212; socket address structure to host and service name</p>
@@ -89,7 +89,7 @@ struct  addrinfo {
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543410"></a><h2>DESCRIPTION</h2>
+<a name="id2543412"></a><h2>DESCRIPTION</h2>
 <p><code class="function">lwres_getaddrinfo()</code>
       is used to get a list of IP addresses and port numbers for host
       <em class="parameter"><code>hostname</code></em> and service
@@ -283,7 +283,7 @@ struct  addrinfo {
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543787"></a><h2>RETURN VALUES</h2>
+<a name="id2543789"></a><h2>RETURN VALUES</h2>
 <p><code class="function">lwres_getaddrinfo()</code>
       returns zero on success or one of the error codes listed in
       <span class="citerefentry"><span class="refentrytitle">gai_strerror</span>(3)</span>
@@ -294,7 +294,7 @@ struct  addrinfo {
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2542118"></a><h2>SEE ALSO</h2>
+<a name="id2543827"></a><h2>SEE ALSO</h2>
 <p><span class="citerefentry"><span class="refentrytitle">lwres</span>(3)</span>,
 
       <span class="citerefentry"><span class="refentrytitle">lwres_getaddrinfo</span>(3)</span>,
diff --git a/contrib/bind9/lib/lwres/man/lwres_gethostent.3 b/contrib/bind9/lib/lwres/man/lwres_gethostent.3
index 847d88243383..688c618d9ae8 100644
--- a/contrib/bind9/lib/lwres/man/lwres_gethostent.3
+++ b/contrib/bind9/lib/lwres/man/lwres_gethostent.3
@@ -1,7 +1,7 @@
 .\" Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
 .\" Copyright (C) 2001 Internet Software Consortium.
 .\" 
-.\" Permission to use, copy, modify, and distribute this software for any
+.\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
 .\" copyright notice and this permission notice appear in all copies.
 .\" 
@@ -13,7 +13,7 @@
 .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 .\" PERFORMANCE OF THIS SOFTWARE.
 .\"
-.\" $Id: lwres_gethostent.3,v 1.29 2007/01/30 00:24:59 marka Exp $
+.\" $Id: lwres_gethostent.3,v 1.29.418.1 2009/07/11 01:55:21 tbox Exp $
 .\"
 .hy 0
 .ad l
diff --git a/contrib/bind9/lib/lwres/man/lwres_gethostent.html b/contrib/bind9/lib/lwres/man/lwres_gethostent.html
index 9465440bd51a..3bccc48ceb84 100644
--- a/contrib/bind9/lib/lwres/man/lwres_gethostent.html
+++ b/contrib/bind9/lib/lwres/man/lwres_gethostent.html
@@ -2,7 +2,7 @@
  - Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2001 Internet Software Consortium.
  - 
- - Permission to use, copy, modify, and distribute this software for any
+ - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
  - copyright notice and this permission notice appear in all copies.
  - 
@@ -14,7 +14,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: lwres_gethostent.html,v 1.24.514.1 2009/12/31 23:17:52 tbox Exp $ -->
+<!-- $Id: lwres_gethostent.html,v 1.24.418.1 2009/07/11 01:55:21 tbox Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -22,7 +22,7 @@
 <meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en">
-<a name="id2476267"></a><div class="titlepage"></div>
+<a name="id2476275"></a><div class="titlepage"></div>
 <div class="refnamediv">
 <h2>Name</h2>
 <p>lwres_gethostbyname, lwres_gethostbyname2, lwres_gethostbyaddr, lwres_gethostent, lwres_sethostent, lwres_endhostent, lwres_gethostbyname_r, lwres_gethostbyaddr_r, lwres_gethostent_r, lwres_sethostent_r, lwres_endhostent_r &#8212; lightweight resolver get network host entry</p>
@@ -228,7 +228,7 @@ void
 </div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543606"></a><h2>DESCRIPTION</h2>
+<a name="id2543608"></a><h2>DESCRIPTION</h2>
 <p>
       These functions provide hostname-to-address and
       address-to-hostname lookups by means of the lightweight resolver.
@@ -366,7 +366,7 @@ struct  hostent {
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543957"></a><h2>RETURN VALUES</h2>
+<a name="id2543959"></a><h2>RETURN VALUES</h2>
 <p>
       The functions
       <code class="function">lwres_gethostbyname()</code>,
@@ -430,7 +430,7 @@ struct  hostent {
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2544190"></a><h2>SEE ALSO</h2>
+<a name="id2544193"></a><h2>SEE ALSO</h2>
 <p><span class="citerefentry"><span class="refentrytitle">gethostent</span>(3)</span>,
 
       <span class="citerefentry"><span class="refentrytitle">lwres_getipnode</span>(3)</span>,
@@ -439,7 +439,7 @@ struct  hostent {
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2544225"></a><h2>BUGS</h2>
+<a name="id2544227"></a><h2>BUGS</h2>
 <p><code class="function">lwres_gethostbyname()</code>,
       <code class="function">lwres_gethostbyname2()</code>,
       <code class="function">lwres_gethostbyaddr()</code>
diff --git a/contrib/bind9/lib/lwres/man/lwres_getipnode.3 b/contrib/bind9/lib/lwres/man/lwres_getipnode.3
index e5c51a999cc2..b74b342e337f 100644
--- a/contrib/bind9/lib/lwres/man/lwres_getipnode.3
+++ b/contrib/bind9/lib/lwres/man/lwres_getipnode.3
@@ -1,7 +1,7 @@
 .\" Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
 .\" Copyright (C) 2000, 2001, 2003 Internet Software Consortium.
 .\" 
-.\" Permission to use, copy, modify, and distribute this software for any
+.\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
 .\" copyright notice and this permission notice appear in all copies.
 .\" 
@@ -13,7 +13,7 @@
 .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 .\" PERFORMANCE OF THIS SOFTWARE.
 .\"
-.\" $Id: lwres_getipnode.3,v 1.28 2007/01/30 00:24:59 marka Exp $
+.\" $Id: lwres_getipnode.3,v 1.28.418.1 2009/07/11 01:55:21 tbox Exp $
 .\"
 .hy 0
 .ad l
diff --git a/contrib/bind9/lib/lwres/man/lwres_getipnode.html b/contrib/bind9/lib/lwres/man/lwres_getipnode.html
index c92c51cb2802..5d9eb9d83182 100644
--- a/contrib/bind9/lib/lwres/man/lwres_getipnode.html
+++ b/contrib/bind9/lib/lwres/man/lwres_getipnode.html
@@ -2,7 +2,7 @@
  - Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000, 2001, 2003 Internet Software Consortium.
  - 
- - Permission to use, copy, modify, and distribute this software for any
+ - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
  - copyright notice and this permission notice appear in all copies.
  - 
@@ -14,7 +14,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: lwres_getipnode.html,v 1.25.514.1 2009/12/31 23:17:52 tbox Exp $ -->
+<!-- $Id: lwres_getipnode.html,v 1.25.418.1 2009/07/11 01:55:21 tbox Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -22,7 +22,7 @@
 <meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en">
-<a name="id2476267"></a><div class="titlepage"></div>
+<a name="id2476275"></a><div class="titlepage"></div>
 <div class="refnamediv">
 <h2>Name</h2>
 <p>lwres_getipnodebyname, lwres_getipnodebyaddr, lwres_freehostent &#8212; lightweight resolver nodename / address translation API</p>
@@ -98,7 +98,7 @@ void
 </div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543429"></a><h2>DESCRIPTION</h2>
+<a name="id2543431"></a><h2>DESCRIPTION</h2>
 <p>
       These functions perform thread safe, protocol independent
       nodename-to-address and address-to-nodename
@@ -217,7 +217,7 @@ struct  hostent {
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543687"></a><h2>RETURN VALUES</h2>
+<a name="id2543689"></a><h2>RETURN VALUES</h2>
 <p>
       If an error occurs,
       <code class="function">lwres_getipnodebyname()</code>
@@ -261,7 +261,7 @@ struct  hostent {
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543784"></a><h2>SEE ALSO</h2>
+<a name="id2543786"></a><h2>SEE ALSO</h2>
 <p><span class="citerefentry"><span class="refentrytitle">RFC2553</span></span>,
 
       <span class="citerefentry"><span class="refentrytitle">lwres</span>(3)</span>,
diff --git a/contrib/bind9/lib/lwres/man/lwres_getnameinfo.3 b/contrib/bind9/lib/lwres/man/lwres_getnameinfo.3
index c477f7982a35..d77776b6c2af 100644
--- a/contrib/bind9/lib/lwres/man/lwres_getnameinfo.3
+++ b/contrib/bind9/lib/lwres/man/lwres_getnameinfo.3
@@ -1,7 +1,7 @@
 .\" Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
 .\" Copyright (C) 2000, 2001 Internet Software Consortium.
 .\" 
-.\" Permission to use, copy, modify, and distribute this software for any
+.\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
 .\" copyright notice and this permission notice appear in all copies.
 .\" 
@@ -13,7 +13,7 @@
 .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 .\" PERFORMANCE OF THIS SOFTWARE.
 .\"
-.\" $Id: lwres_getnameinfo.3,v 1.29 2007/01/30 00:24:59 marka Exp $
+.\" $Id: lwres_getnameinfo.3,v 1.29.418.1 2009/07/11 01:55:21 tbox Exp $
 .\"
 .hy 0
 .ad l
diff --git a/contrib/bind9/lib/lwres/man/lwres_getnameinfo.html b/contrib/bind9/lib/lwres/man/lwres_getnameinfo.html
index 7730131cfdac..200f93feac44 100644
--- a/contrib/bind9/lib/lwres/man/lwres_getnameinfo.html
+++ b/contrib/bind9/lib/lwres/man/lwres_getnameinfo.html
@@ -2,7 +2,7 @@
  - Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000, 2001 Internet Software Consortium.
  - 
- - Permission to use, copy, modify, and distribute this software for any
+ - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
  - copyright notice and this permission notice appear in all copies.
  - 
@@ -14,7 +14,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: lwres_getnameinfo.html,v 1.23.514.1 2009/12/31 23:17:52 tbox Exp $ -->
+<!-- $Id: lwres_getnameinfo.html,v 1.23.418.1 2009/07/11 01:55:21 tbox Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -22,7 +22,7 @@
 <meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en">
-<a name="id2476267"></a><div class="titlepage"></div>
+<a name="id2476275"></a><div class="titlepage"></div>
 <div class="refnamediv">
 <h2>Name</h2>
 <p>lwres_getnameinfo &#8212; lightweight resolver socket address structure to hostname and
@@ -82,7 +82,7 @@ int
 </div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543390"></a><h2>DESCRIPTION</h2>
+<a name="id2543393"></a><h2>DESCRIPTION</h2>
 <p>
        This function is equivalent to the
       <span class="citerefentry"><span class="refentrytitle">getnameinfo</span>(3)</span> function defined in RFC2133.
@@ -149,13 +149,13 @@ int
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543532"></a><h2>RETURN VALUES</h2>
+<a name="id2543534"></a><h2>RETURN VALUES</h2>
 <p><code class="function">lwres_getnameinfo()</code>
       returns 0 on success or a non-zero error code if an error occurs.
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543544"></a><h2>SEE ALSO</h2>
+<a name="id2543546"></a><h2>SEE ALSO</h2>
 <p><span class="citerefentry"><span class="refentrytitle">RFC2133</span></span>,
       <span class="citerefentry"><span class="refentrytitle">getservbyport</span>(3)</span>,
       <span class="citerefentry"><span class="refentrytitle">lwres</span>(3)</span>,
@@ -165,7 +165,7 @@ int
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543602"></a><h2>BUGS</h2>
+<a name="id2543604"></a><h2>BUGS</h2>
 <p>
       RFC2133 fails to define what the nonzero return values of
       <span class="citerefentry"><span class="refentrytitle">getnameinfo</span>(3)</span>
diff --git a/contrib/bind9/lib/lwres/man/lwres_getrrsetbyname.3 b/contrib/bind9/lib/lwres/man/lwres_getrrsetbyname.3
index 8419fff36082..bda5aa215659 100644
--- a/contrib/bind9/lib/lwres/man/lwres_getrrsetbyname.3
+++ b/contrib/bind9/lib/lwres/man/lwres_getrrsetbyname.3
@@ -1,7 +1,7 @@
 .\" Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
 .\" Copyright (C) 2000, 2001 Internet Software Consortium.
 .\" 
-.\" Permission to use, copy, modify, and distribute this software for any
+.\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
 .\" copyright notice and this permission notice appear in all copies.
 .\" 
@@ -13,7 +13,7 @@
 .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 .\" PERFORMANCE OF THIS SOFTWARE.
 .\"
-.\" $Id: lwres_getrrsetbyname.3,v 1.25 2007/01/30 00:24:59 marka Exp $
+.\" $Id: lwres_getrrsetbyname.3,v 1.25.418.1 2009/07/11 01:55:21 tbox Exp $
 .\"
 .hy 0
 .ad l
diff --git a/contrib/bind9/lib/lwres/man/lwres_getrrsetbyname.html b/contrib/bind9/lib/lwres/man/lwres_getrrsetbyname.html
index 15bfb82dc644..be8c05aa0e99 100644
--- a/contrib/bind9/lib/lwres/man/lwres_getrrsetbyname.html
+++ b/contrib/bind9/lib/lwres/man/lwres_getrrsetbyname.html
@@ -2,7 +2,7 @@
  - Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000, 2001 Internet Software Consortium.
  - 
- - Permission to use, copy, modify, and distribute this software for any
+ - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
  - copyright notice and this permission notice appear in all copies.
  - 
@@ -14,7 +14,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: lwres_getrrsetbyname.html,v 1.23.514.1 2009/12/31 23:17:53 tbox Exp $ -->
+<!-- $Id: lwres_getrrsetbyname.html,v 1.23.418.1 2009/07/11 01:55:21 tbox Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -22,7 +22,7 @@
 <meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en">
-<a name="id2476267"></a><div class="titlepage"></div>
+<a name="id2476275"></a><div class="titlepage"></div>
 <div class="refnamediv">
 <h2>Name</h2>
 <p>lwres_getrrsetbyname, lwres_freerrset &#8212; retrieve DNS records</p>
@@ -102,7 +102,7 @@ struct  rrsetinfo {
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543412"></a><h2>DESCRIPTION</h2>
+<a name="id2543414"></a><h2>DESCRIPTION</h2>
 <p><code class="function">lwres_getrrsetbyname()</code>
       gets a set of resource records associated with a
       <em class="parameter"><code>hostname</code></em>, <em class="parameter"><code>class</code></em>,
@@ -150,7 +150,7 @@ struct  rrsetinfo {
 <p></p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543524"></a><h2>RETURN VALUES</h2>
+<a name="id2543526"></a><h2>RETURN VALUES</h2>
 <p><code class="function">lwres_getrrsetbyname()</code>
       returns zero on success, and one of the following error codes if
       an error occurred:
@@ -184,7 +184,7 @@ struct  rrsetinfo {
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543624"></a><h2>SEE ALSO</h2>
+<a name="id2543626"></a><h2>SEE ALSO</h2>
 <p><span class="citerefentry"><span class="refentrytitle">lwres</span>(3)</span>.
     </p>
 </div>
diff --git a/contrib/bind9/lib/lwres/man/lwres_gnba.3 b/contrib/bind9/lib/lwres/man/lwres_gnba.3
index 39a1b9d278fa..e04fa8f3ba1d 100644
--- a/contrib/bind9/lib/lwres/man/lwres_gnba.3
+++ b/contrib/bind9/lib/lwres/man/lwres_gnba.3
@@ -1,7 +1,7 @@
 .\" Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
 .\" Copyright (C) 2000, 2001 Internet Software Consortium.
 .\" 
-.\" Permission to use, copy, modify, and distribute this software for any
+.\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
 .\" copyright notice and this permission notice appear in all copies.
 .\" 
@@ -13,7 +13,7 @@
 .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 .\" PERFORMANCE OF THIS SOFTWARE.
 .\"
-.\" $Id: lwres_gnba.3,v 1.27 2007/01/30 00:24:59 marka Exp $
+.\" $Id: lwres_gnba.3,v 1.27.418.1 2009/07/11 01:55:21 tbox Exp $
 .\"
 .hy 0
 .ad l
diff --git a/contrib/bind9/lib/lwres/man/lwres_gnba.html b/contrib/bind9/lib/lwres/man/lwres_gnba.html
index 80c909ec212e..bd1ce6036f1d 100644
--- a/contrib/bind9/lib/lwres/man/lwres_gnba.html
+++ b/contrib/bind9/lib/lwres/man/lwres_gnba.html
@@ -2,7 +2,7 @@
  - Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000, 2001 Internet Software Consortium.
  - 
- - Permission to use, copy, modify, and distribute this software for any
+ - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
  - copyright notice and this permission notice appear in all copies.
  - 
@@ -14,7 +14,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: lwres_gnba.html,v 1.24.514.1 2009/12/31 23:17:47 tbox Exp $ -->
+<!-- $Id: lwres_gnba.html,v 1.24.418.1 2009/07/11 01:55:21 tbox Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -22,7 +22,7 @@
 <meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en">
-<a name="id2476267"></a><div class="titlepage"></div>
+<a name="id2476275"></a><div class="titlepage"></div>
 <div class="refnamediv">
 <h2>Name</h2>
 <p>lwres_gnbarequest_render, lwres_gnbaresponse_render, lwres_gnbarequest_parse, lwres_gnbaresponse_parse, lwres_gnbaresponse_free, lwres_gnbarequest_free &#8212; lightweight resolver getnamebyaddress message handling</p>
@@ -183,7 +183,7 @@ void
 </div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543523"></a><h2>DESCRIPTION</h2>
+<a name="id2543525"></a><h2>DESCRIPTION</h2>
 <p>
       These are low-level routines for creating and parsing
       lightweight resolver address-to-name lookup request and
@@ -270,7 +270,7 @@ typedef struct {
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543662"></a><h2>RETURN VALUES</h2>
+<a name="id2543665"></a><h2>RETURN VALUES</h2>
 <p>
       The getnamebyaddr opcode functions
       <code class="function">lwres_gnbarequest_render()</code>,
@@ -308,7 +308,7 @@ typedef struct {
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543729"></a><h2>SEE ALSO</h2>
+<a name="id2543731"></a><h2>SEE ALSO</h2>
 <p><span class="citerefentry"><span class="refentrytitle">lwres_packet</span>(3)</span>.
     </p>
 </div>
diff --git a/contrib/bind9/lib/lwres/man/lwres_hstrerror.3 b/contrib/bind9/lib/lwres/man/lwres_hstrerror.3
index 5998238e7b62..badb5fed58bd 100644
--- a/contrib/bind9/lib/lwres/man/lwres_hstrerror.3
+++ b/contrib/bind9/lib/lwres/man/lwres_hstrerror.3
@@ -1,7 +1,7 @@
 .\" Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
 .\" Copyright (C) 2000, 2001 Internet Software Consortium.
 .\" 
-.\" Permission to use, copy, modify, and distribute this software for any
+.\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
 .\" copyright notice and this permission notice appear in all copies.
 .\" 
@@ -13,7 +13,7 @@
 .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 .\" PERFORMANCE OF THIS SOFTWARE.
 .\"
-.\" $Id: lwres_hstrerror.3,v 1.27 2007/01/30 00:24:59 marka Exp $
+.\" $Id: lwres_hstrerror.3,v 1.27.418.1 2009/07/11 01:55:21 tbox Exp $
 .\"
 .hy 0
 .ad l
diff --git a/contrib/bind9/lib/lwres/man/lwres_hstrerror.html b/contrib/bind9/lib/lwres/man/lwres_hstrerror.html
index b166e3d7780d..fce6c318eb8e 100644
--- a/contrib/bind9/lib/lwres/man/lwres_hstrerror.html
+++ b/contrib/bind9/lib/lwres/man/lwres_hstrerror.html
@@ -2,7 +2,7 @@
  - Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000, 2001 Internet Software Consortium.
  - 
- - Permission to use, copy, modify, and distribute this software for any
+ - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
  - copyright notice and this permission notice appear in all copies.
  - 
@@ -14,7 +14,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: lwres_hstrerror.html,v 1.23.514.1 2009/12/31 23:17:54 tbox Exp $ -->
+<!-- $Id: lwres_hstrerror.html,v 1.23.418.1 2009/07/11 01:55:21 tbox Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -22,7 +22,7 @@
 <meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en">
-<a name="id2476267"></a><div class="titlepage"></div>
+<a name="id2476275"></a><div class="titlepage"></div>
 <div class="refnamediv">
 <h2>Name</h2>
 <p>lwres_herror, lwres_hstrerror &#8212; lightweight resolver error message generation</p>
@@ -50,7 +50,7 @@ const char *
 </div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543377"></a><h2>DESCRIPTION</h2>
+<a name="id2543379"></a><h2>DESCRIPTION</h2>
 <p><code class="function">lwres_herror()</code>
       prints the string <em class="parameter"><code>s</code></em> on
       <span class="type">stderr</span> followed by the string generated by
@@ -84,7 +84,7 @@ const char *
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543495"></a><h2>RETURN VALUES</h2>
+<a name="id2543497"></a><h2>RETURN VALUES</h2>
 <p>
       The string <span class="errorname">Unknown resolver error</span> is returned by
       <code class="function">lwres_hstrerror()</code>
@@ -94,7 +94,7 @@ const char *
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543515"></a><h2>SEE ALSO</h2>
+<a name="id2543517"></a><h2>SEE ALSO</h2>
 <p><span class="citerefentry"><span class="refentrytitle">herror</span>(3)</span>,
 
       <span class="citerefentry"><span class="refentrytitle">lwres_hstrerror</span>(3)</span>.
diff --git a/contrib/bind9/lib/lwres/man/lwres_inetntop.3 b/contrib/bind9/lib/lwres/man/lwres_inetntop.3
index c7d3d1263262..1f9e097479e0 100644
--- a/contrib/bind9/lib/lwres/man/lwres_inetntop.3
+++ b/contrib/bind9/lib/lwres/man/lwres_inetntop.3
@@ -1,7 +1,7 @@
 .\" Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
 .\" Copyright (C) 2000, 2001 Internet Software Consortium.
 .\" 
-.\" Permission to use, copy, modify, and distribute this software for any
+.\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
 .\" copyright notice and this permission notice appear in all copies.
 .\" 
@@ -13,7 +13,7 @@
 .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 .\" PERFORMANCE OF THIS SOFTWARE.
 .\"
-.\" $Id: lwres_inetntop.3,v 1.26 2007/01/30 00:24:59 marka Exp $
+.\" $Id: lwres_inetntop.3,v 1.26.418.1 2009/07/11 01:55:21 tbox Exp $
 .\"
 .hy 0
 .ad l
diff --git a/contrib/bind9/lib/lwres/man/lwres_inetntop.html b/contrib/bind9/lib/lwres/man/lwres_inetntop.html
index 3522a1dc1912..37bd95fdbc46 100644
--- a/contrib/bind9/lib/lwres/man/lwres_inetntop.html
+++ b/contrib/bind9/lib/lwres/man/lwres_inetntop.html
@@ -2,7 +2,7 @@
  - Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000, 2001 Internet Software Consortium.
  - 
- - Permission to use, copy, modify, and distribute this software for any
+ - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
  - copyright notice and this permission notice appear in all copies.
  - 
@@ -14,7 +14,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: lwres_inetntop.html,v 1.23.514.1 2009/12/31 23:17:48 tbox Exp $ -->
+<!-- $Id: lwres_inetntop.html,v 1.23.418.1 2009/07/11 01:55:21 tbox Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -22,7 +22,7 @@
 <meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en">
-<a name="id2476267"></a><div class="titlepage"></div>
+<a name="id2476275"></a><div class="titlepage"></div>
 <div class="refnamediv">
 <h2>Name</h2>
 <p>lwres_net_ntop &#8212; lightweight resolver IP address presentation</p>
@@ -62,7 +62,7 @@ const char *
 </div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543377"></a><h2>DESCRIPTION</h2>
+<a name="id2543379"></a><h2>DESCRIPTION</h2>
 <p><code class="function">lwres_net_ntop()</code>
       converts an IP address of protocol family
       <em class="parameter"><code>af</code></em> &#8212; IPv4 or IPv6 &#8212; at
@@ -80,7 +80,7 @@ const char *
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543409"></a><h2>RETURN VALUES</h2>
+<a name="id2543411"></a><h2>RETURN VALUES</h2>
 <p>
       If successful, the function returns <em class="parameter"><code>dst</code></em>:
       a pointer to a string containing the presentation format of the
@@ -93,7 +93,7 @@ const char *
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543442"></a><h2>SEE ALSO</h2>
+<a name="id2543444"></a><h2>SEE ALSO</h2>
 <p><span class="citerefentry"><span class="refentrytitle">RFC1884</span></span>,
       <span class="citerefentry"><span class="refentrytitle">inet_ntop</span>(3)</span>,
       <span class="citerefentry"><span class="refentrytitle">errno</span>(3)</span>.
diff --git a/contrib/bind9/lib/lwres/man/lwres_noop.3 b/contrib/bind9/lib/lwres/man/lwres_noop.3
index 0e4ed719472c..6c39ce6fdf34 100644
--- a/contrib/bind9/lib/lwres/man/lwres_noop.3
+++ b/contrib/bind9/lib/lwres/man/lwres_noop.3
@@ -1,7 +1,7 @@
 .\" Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
 .\" Copyright (C) 2000, 2001 Internet Software Consortium.
 .\" 
-.\" Permission to use, copy, modify, and distribute this software for any
+.\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
 .\" copyright notice and this permission notice appear in all copies.
 .\" 
@@ -13,7 +13,7 @@
 .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 .\" PERFORMANCE OF THIS SOFTWARE.
 .\"
-.\" $Id: lwres_noop.3,v 1.28 2007/01/30 00:24:59 marka Exp $
+.\" $Id: lwres_noop.3,v 1.28.418.1 2009/07/11 01:55:21 tbox Exp $
 .\"
 .hy 0
 .ad l
diff --git a/contrib/bind9/lib/lwres/man/lwres_noop.html b/contrib/bind9/lib/lwres/man/lwres_noop.html
index 18a41fa0a542..c8fad5d37033 100644
--- a/contrib/bind9/lib/lwres/man/lwres_noop.html
+++ b/contrib/bind9/lib/lwres/man/lwres_noop.html
@@ -2,7 +2,7 @@
  - Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000, 2001 Internet Software Consortium.
  - 
- - Permission to use, copy, modify, and distribute this software for any
+ - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
  - copyright notice and this permission notice appear in all copies.
  - 
@@ -14,7 +14,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: lwres_noop.html,v 1.25.514.1 2009/12/31 23:17:54 tbox Exp $ -->
+<!-- $Id: lwres_noop.html,v 1.25.418.1 2009/07/11 01:55:21 tbox Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -22,7 +22,7 @@
 <meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en">
-<a name="id2476267"></a><div class="titlepage"></div>
+<a name="id2476275"></a><div class="titlepage"></div>
 <div class="refnamediv">
 <h2>Name</h2>
 <p>lwres_nooprequest_render, lwres_noopresponse_render, lwres_nooprequest_parse, lwres_noopresponse_parse, lwres_noopresponse_free, lwres_nooprequest_free &#8212; lightweight resolver no-op message handling</p>
@@ -179,7 +179,7 @@ void
 </div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543520"></a><h2>DESCRIPTION</h2>
+<a name="id2543522"></a><h2>DESCRIPTION</h2>
 <p>
       These are low-level routines for creating and parsing
       lightweight resolver no-op request and response messages.
@@ -270,7 +270,7 @@ typedef struct {
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543670"></a><h2>RETURN VALUES</h2>
+<a name="id2543672"></a><h2>RETURN VALUES</h2>
 <p>
       The no-op opcode functions
       <code class="function">lwres_nooprequest_render()</code>,
@@ -309,7 +309,7 @@ typedef struct {
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543736"></a><h2>SEE ALSO</h2>
+<a name="id2543738"></a><h2>SEE ALSO</h2>
 <p><span class="citerefentry"><span class="refentrytitle">lwres_packet</span>(3)</span>
     </p>
 </div>
diff --git a/contrib/bind9/lib/lwres/man/lwres_packet.3 b/contrib/bind9/lib/lwres/man/lwres_packet.3
index 1e1f98fe9b97..068d24105c53 100644
--- a/contrib/bind9/lib/lwres/man/lwres_packet.3
+++ b/contrib/bind9/lib/lwres/man/lwres_packet.3
@@ -1,7 +1,7 @@
 .\" Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
 .\" Copyright (C) 2000, 2001 Internet Software Consortium.
 .\" 
-.\" Permission to use, copy, modify, and distribute this software for any
+.\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
 .\" copyright notice and this permission notice appear in all copies.
 .\" 
@@ -13,7 +13,7 @@
 .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 .\" PERFORMANCE OF THIS SOFTWARE.
 .\"
-.\" $Id: lwres_packet.3,v 1.29 2007/01/30 00:24:59 marka Exp $
+.\" $Id: lwres_packet.3,v 1.29.418.1 2009/07/11 01:55:21 tbox Exp $
 .\"
 .hy 0
 .ad l
diff --git a/contrib/bind9/lib/lwres/man/lwres_packet.html b/contrib/bind9/lib/lwres/man/lwres_packet.html
index 11601e86b122..17aed04dcd2a 100644
--- a/contrib/bind9/lib/lwres/man/lwres_packet.html
+++ b/contrib/bind9/lib/lwres/man/lwres_packet.html
@@ -2,7 +2,7 @@
  - Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000, 2001 Internet Software Consortium.
  - 
- - Permission to use, copy, modify, and distribute this software for any
+ - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
  - copyright notice and this permission notice appear in all copies.
  - 
@@ -14,7 +14,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: lwres_packet.html,v 1.26.514.1 2009/12/31 23:17:54 tbox Exp $ -->
+<!-- $Id: lwres_packet.html,v 1.26.418.1 2009/07/11 01:55:21 tbox Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -22,7 +22,7 @@
 <meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en">
-<a name="id2476267"></a><div class="titlepage"></div>
+<a name="id2476275"></a><div class="titlepage"></div>
 <div class="refnamediv">
 <h2>Name</h2>
 <p>lwres_lwpacket_renderheader, lwres_lwpacket_parseheader &#8212; lightweight resolver packet handling functions</p>
@@ -66,7 +66,7 @@ lwres_result_t
 </div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543387"></a><h2>DESCRIPTION</h2>
+<a name="id2543389"></a><h2>DESCRIPTION</h2>
 <p>
       These functions rely on a
       <span class="type">struct lwres_lwpacket</span>
@@ -219,7 +219,7 @@ struct lwres_lwpacket {
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543704"></a><h2>RETURN VALUES</h2>
+<a name="id2543706"></a><h2>RETURN VALUES</h2>
 <p>
       Successful calls to
       <code class="function">lwres_lwpacket_renderheader()</code> and
diff --git a/contrib/bind9/lib/lwres/man/lwres_resutil.3 b/contrib/bind9/lib/lwres/man/lwres_resutil.3
index d26f77c52531..2297cb73956e 100644
--- a/contrib/bind9/lib/lwres/man/lwres_resutil.3
+++ b/contrib/bind9/lib/lwres/man/lwres_resutil.3
@@ -1,7 +1,7 @@
 .\" Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
 .\" Copyright (C) 2000, 2001 Internet Software Consortium.
 .\" 
-.\" Permission to use, copy, modify, and distribute this software for any
+.\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
 .\" copyright notice and this permission notice appear in all copies.
 .\" 
@@ -13,7 +13,7 @@
 .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 .\" PERFORMANCE OF THIS SOFTWARE.
 .\"
-.\" $Id: lwres_resutil.3,v 1.28 2007/01/30 00:24:59 marka Exp $
+.\" $Id: lwres_resutil.3,v 1.28.418.1 2009/07/11 01:55:21 tbox Exp $
 .\"
 .hy 0
 .ad l
diff --git a/contrib/bind9/lib/lwres/man/lwres_resutil.html b/contrib/bind9/lib/lwres/man/lwres_resutil.html
index e67ac0aa7968..3cde25b7917b 100644
--- a/contrib/bind9/lib/lwres/man/lwres_resutil.html
+++ b/contrib/bind9/lib/lwres/man/lwres_resutil.html
@@ -2,7 +2,7 @@
  - Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000, 2001 Internet Software Consortium.
  - 
- - Permission to use, copy, modify, and distribute this software for any
+ - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
  - copyright notice and this permission notice appear in all copies.
  - 
@@ -14,7 +14,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: lwres_resutil.html,v 1.25.514.1 2009/12/31 23:17:54 tbox Exp $ -->
+<!-- $Id: lwres_resutil.html,v 1.25.418.1 2009/07/11 01:55:21 tbox Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -22,7 +22,7 @@
 <meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en">
-<a name="id2476267"></a><div class="titlepage"></div>
+<a name="id2476275"></a><div class="titlepage"></div>
 <div class="refnamediv">
 <h2>Name</h2>
 <p>lwres_string_parse, lwres_addr_parse, lwres_getaddrsbyname, lwres_getnamebyaddr &#8212; lightweight resolver utility functions</p>
@@ -134,7 +134,7 @@ lwres_result_t
 </div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543464"></a><h2>DESCRIPTION</h2>
+<a name="id2543466"></a><h2>DESCRIPTION</h2>
 <p><code class="function">lwres_string_parse()</code>
       retrieves a DNS-encoded string starting the current pointer of
       lightweight resolver buffer <em class="parameter"><code>b</code></em>: i.e.
@@ -210,7 +210,7 @@ typedef struct {
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543603"></a><h2>RETURN VALUES</h2>
+<a name="id2543605"></a><h2>RETURN VALUES</h2>
 <p>
       Successful calls to
       <code class="function">lwres_string_parse()</code>
@@ -248,7 +248,7 @@ typedef struct {
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543674"></a><h2>SEE ALSO</h2>
+<a name="id2543676"></a><h2>SEE ALSO</h2>
 <p><span class="citerefentry"><span class="refentrytitle">lwres_buffer</span>(3)</span>,
 
       <span class="citerefentry"><span class="refentrytitle">lwres_gabn</span>(3)</span>.
diff --git a/contrib/bind9/version b/contrib/bind9/version
index c6fcc3fdeb66..5559b5cc6cc6 100644
--- a/contrib/bind9/version
+++ b/contrib/bind9/version
@@ -1,10 +1,10 @@
-# $Id: version,v 1.43.12.5.8.3 2009/12/31 20:29:20 each Exp $
+# $Id: version,v 1.43.12.8 2010/02/18 03:34:50 marka Exp $
 # 
 # This file must follow /bin/sh rules.  It is imported directly via
 # configure.
 #
 MAJORVER=9
 MINORVER=6
-PATCHVER=1
-RELEASETYPE=-P
-RELEASEVER=3
+PATCHVER=2
+RELEASETYPE= 
+RELEASEVER=
diff --git a/lib/bind/config.h b/lib/bind/config.h
index 1d68450eafb5..3391059500cb 100644
--- a/lib/bind/config.h
+++ b/lib/bind/config.h
@@ -166,6 +166,12 @@ int sigwait(const unsigned int *set, int *sig);
 /* Define to 1 if you have the <dlfcn.h> header file. */
 #define HAVE_DLFCN_H 1
 
+/* Define to 1 if you have the `EVP_sha256' function. */
+#define HAVE_EVP_SHA256 1
+
+/* Define to 1 if you have the `EVP_sha512' function. */
+#define HAVE_EVP_SHA512 1
+
 /* Define to 1 if you have the <fcntl.h> header file. */
 #define HAVE_FCNTL_H 1
 
@@ -277,10 +283,6 @@ int sigwait(const unsigned int *set, int *sig);
 /* Define to 1 if you have the <unistd.h> header file. */
 #define HAVE_UNISTD_H 1
 
-/* Define to the sub-directory in which libtool stores uninstalled libraries.
-   */
-#define LT_OBJDIR ".libs/"
-
 /* Defined if extern char *optarg is not declared. */
 /* #undef NEED_OPTARG */