tor-commits
Threads by month
- ----- 2025 -----
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- 1 participants
- 213340 discussions

[tor/maint-0.2.2] Merge branch 'bug2732-simpler' into maint-0.2.2
by nickm@torproject.org 15 May '11
by nickm@torproject.org 15 May '11
15 May '11
commit 228b77f64e3d545e9d4dac2adc845ecd929c4ac5
Merge: 5f2a1a7 1b512fb
Author: Nick Mathewson <nickm(a)torproject.org>
Date: Sun May 15 11:17:54 2011 -0400
Merge branch 'bug2732-simpler' into maint-0.2.2
changes/bug2732-simple | 7 +++++++
src/or/routerlist.c | 18 ------------------
2 files changed, 7 insertions(+), 18 deletions(-)
1
0
commit ce3b553926ab13a59963890db93aa9d33b830f95
Author: George Kadianakis <desnacked(a)gmail.com>
Date: Sun May 15 03:13:52 2011 +0200
Fix bug3183
---
src/or/status.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/or/status.c b/src/or/status.c
index 3a51c8b..34a27b2 100644
--- a/src/or/status.c
+++ b/src/or/status.c
@@ -85,10 +85,9 @@ log_heartbeat(time_t now)
const node_t *myself;
or_options_t *options = get_options();
- int is_server = server_mode(options);
(void)now;
- if (is_server) {
+ if (public_server_mode(options)) {
/* Let's check if we are in the current cached consensus. */
if (!(me = router_get_my_routerinfo()))
return -1; /* Something stinks, we won't even attempt this. */
1
0

15 May '11
commit f11c269ed690b2197bad6285d614fe161a0a03bc
Merge: 600744b ce3b553
Author: Nick Mathewson <nickm(a)torproject.org>
Date: Sun May 15 11:07:06 2011 -0400
Merge remote-tracking branch 'asn-mytor/heartbeat'
src/or/status.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
1
0
commit 7236bb77e24545f3042d263a012e738d5cf325e4
Author: Nick Mathewson <nickm(a)torproject.org>
Date: Sun May 15 11:08:46 2011 -0400
Add a changes file for bug3183.
---
changes/bug3183 | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/changes/bug3183 b/changes/bug3183
new file mode 100644
index 0000000..b1e594b
--- /dev/null
+++ b/changes/bug3183
@@ -0,0 +1,5 @@
+ o Minor bugfixes:
+ - Bridges should not complain that they are unlisted in the consensus:
+ that's more or less the point of being a bridge. Bugfix on
+ 0.2.3.1-alpha; fixes bug 3183.
+
1
0

[tor/release-0.2.2] start folding in changes entries for 0.2.2.26-alpha
by arma@torproject.org 15 May '11
by arma@torproject.org 15 May '11
15 May '11
commit da805cea47ee518ab1481e1547c7f8704dbf19f4
Author: Roger Dingledine <arma(a)torproject.org>
Date: Sat May 14 20:42:22 2011 -0400
start folding in changes entries for 0.2.2.26-alpha
---
ChangeLog | 75 ++++++++++++++++++++++++++++++++++++++
changes/bug1352 | 4 --
changes/bug2230_clean_1 | 4 --
changes/bug2230_part1 | 7 ----
changes/bug2230_part2 | 5 ---
changes/bug2230_part4 | 6 ---
changes/bug2379 | 5 ---
changes/bug2503 | 4 --
changes/bug3022 | 6 ---
changes/bug3122_memcmp | 7 ----
changes/bug3135 | 6 ---
changes/dirvote_null_deref | 4 --
changes/feature3076 | 14 -------
changes/geoip-may2011 | 3 --
changes/md_cache_replace | 6 ---
changes/mdesc_null_deref | 5 ---
changes/warn-if-get_digest-fails | 6 ---
17 files changed, 75 insertions(+), 92 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 7e95671..e2c2d29 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,78 @@
+Changes in version 0.2.2.26-alpha - 2011-05-??
+ o Security fixes:
+ - Replace all potentially sensitive memory comparison operations
+ with versions whose runtime does not depend on the data being
+ compared. This will help resist a class of attacks where an
+ adversary can use variations in timing information to learn
+ sensitive data. Fix for one case of bug 3122. (Safe memcmp
+ implementation by Robert Ransom based partially on code by DJB.)
+
+ o Major features:
+ - The options SocksPort, ControlPort, and so on now all accept a
+ value "auto" that opens a socket on an OS-selected port. A
+ new ControlPortWriteToFile option tells Tor to write its
+ actual control port or ports to a chosen file. If the option
+ ControlPortFileGroupReadable is set, the file is created as
+ group-readable. Now users can run two Tor clients on the same
+ system without needing to manually mess with parameters. Resolves
+ part of ticket 3076.
+
+ o Minor features:
+ - New "GETINFO net/listeners/(type)" controller command to return
+ a list of addresses and ports that are bound for listeners for a
+ given connection type. This is useful when the user has configured
+ "SocksPort auto" and the controller needs to know which port got
+ chosen. Resolves another part of ticket 3076.
+ - Rate-limit a warning about failures to download v2 networkstatus
+ documents. Resolves part of bug 1352.
+ - Backport code from 0.2.3.x to allow directory authorities to clean
+ their microdescriptor caches. Needed to resolve bug 2230.
+ - When an HTTPS proxy reports "403 Forbidden", we now explain
+ what it means rather than calling it an unexpected status code.
+ Closes bug 2503. Patch from "mikey".
+ - Update to the May 1 2011 Maxmind GeoLite Country database.
+
+ o Minor bugfixes:
+ - When loading the microdesc journal, remember its current size.
+ In 0.2.2, this helps prevent the microdesc journal from growing
+ without limit on authorities (who are the only ones to use it in
+ 0.2.2). Fixes a part of bug 2230; bugfix on 0.2.2.6-alpha.
+ Fix posted by "cypherpunks."
+ - The microdesc journal is supposed to get rebuilt only if it is
+ at least _half_ the length of the store, not _twice_ the length
+ of the store. Bugfix on 0.2.2.6-alpha; fixes part of bug 2230.
+ - Authorities now clean their microdesc cache periodically and when
+ reading from disk initially, not only when adding new descriptors.
+ This prevents a bug where we could lose microdescriptors. Bugfix
+ on 0.2.2.6-alpha. 2230
+ - Fix a potential null-pointer dereference while computing a
+ consensus. Bugfix on tor-0.2.0.3-alpha, found with the help of
+ clang's analyzer.
+ - Do not crash when our configuration file becomes unreadable, for
+ example due to a permissions change, between when we start up
+ and when a controller calls SAVECONF. Fixes bug 3135; bugfix
+ on 0.0.9pre6.
+ - Avoid a bug that would keep us from replacing a microdescriptor
+ cache on Windows. (We would try to replace the file while still
+ holding it open. That's fine on Unix, but Windows doesn't let us
+ do that.) Bugfix on 0.2.2.6-alpha; bug found by wanoskarnet.
+ - Avoid a possible null-pointer dereference when rebuilding the mdesc
+ cache without actually having any descriptors to cache. Bugfix on
+ 0.2.2.6-alpha. Issue discovered using clang's static analyzer.
+ - If we fail to compute the identity digest of a v3 legacy keypair,
+ warn, and don't use a buffer-full of junk instead. Bugfix on
+ 0.2.1.1-alpha; fixes bug 3106.
+ - Add missing explanations for the authority-related torrc options
+ RephistTrackTime, BridgePassword, and V3AuthUseLegacyKey in the
+ man page. Resolves issue 2379.
+
+ o Removed features:
+ - Caches no longer download and serve v2 networkstatus documents
+ unless FetchV2Networkstatus flag is set: these documents haven't
+ haven't been used by clients or relays since 0.2.0.x. Resolves
+ bug 3022.
+
+
Changes in version 0.2.2.25-alpha - 2011-04-29
Tor 0.2.2.25-alpha fixes many bugs: hidden service clients are more
robust, routers no longer overreport their bandwidth, Win7 should crash
diff --git a/changes/bug1352 b/changes/bug1352
deleted file mode 100644
index bde0192..0000000
--- a/changes/bug1352
+++ /dev/null
@@ -1,4 +0,0 @@
- o Minor features
- - Rate-limit a warning about failures to download v2 networkstatus
- documents. Resolves part of bug 1352.
-
diff --git a/changes/bug2230_clean_1 b/changes/bug2230_clean_1
deleted file mode 100644
index a4edf94..0000000
--- a/changes/bug2230_clean_1
+++ /dev/null
@@ -1,4 +0,0 @@
- o Minor features
- - Backport code from 0.2.3.x to allow directory authorities to clean
- their microdescriptor caches.
-
diff --git a/changes/bug2230_part1 b/changes/bug2230_part1
deleted file mode 100644
index 79f7254..0000000
--- a/changes/bug2230_part1
+++ /dev/null
@@ -1,7 +0,0 @@
- o Minor bugfixes
- - When loading the microdesc journal, remember its current size.
- In 0.2.2, this helps prevent the microdesc journal from growing
- without limit on authorities (who are the only ones to use it in
- 0.2.2). Fixes a part of bug 2230; bugfix on 0.2.2.6-alpha.
- Fix posted by "cypherpunks."
-
diff --git a/changes/bug2230_part2 b/changes/bug2230_part2
deleted file mode 100644
index 2664ecc..0000000
--- a/changes/bug2230_part2
+++ /dev/null
@@ -1,5 +0,0 @@
- o Minor bugfixes
- - The microdesc journal is supposed to get rebuilt only if it is
- at least _half_ the length of the store, not _twice_ the length
- of the store. Bugfix on 0.2.2.6-alpha; fixes part of bug 2230.
-
diff --git a/changes/bug2230_part4 b/changes/bug2230_part4
deleted file mode 100644
index f7721fa..0000000
--- a/changes/bug2230_part4
+++ /dev/null
@@ -1,6 +0,0 @@
- o Minor bugfixes:
- - Authorities now clean their microdesc cache periodically and when
- reading from disk initially, not only when adding new descriptors.
- This prevents a bug where we could lose microdescriptors. Bugfix
- on 0.2.2.6-alpha.
-
diff --git a/changes/bug2379 b/changes/bug2379
deleted file mode 100644
index 0d378b7..0000000
--- a/changes/bug2379
+++ /dev/null
@@ -1,5 +0,0 @@
- o Documentation:
- - Add missing documentation for the authority-related torrc options
- RephistTrackTime, BridgePassword, and V3AuthUseLegacyKey. Resolves
- issue 2379.
-
diff --git a/changes/bug2503 b/changes/bug2503
deleted file mode 100644
index 50b8bf5..0000000
--- a/changes/bug2503
+++ /dev/null
@@ -1,4 +0,0 @@
- o Minor features:
- - When an HTTPS proxy reports "403 Forbidden", we now explain
- what it means rather than calling it an unexpected status code.
- Closes bug 2503. Patch from "mikey".
diff --git a/changes/bug3022 b/changes/bug3022
deleted file mode 100644
index 9472e6d..0000000
--- a/changes/bug3022
+++ /dev/null
@@ -1,6 +0,0 @@
- o Removed features
- - Caches no longer download and serve v2 networkstatus documents
- unless FetchV2Networkstatus flag is set: these documents haven't
- haven't been used by clients or relays since 0.2.0.x. Resolves
- bug 3022.
-
diff --git a/changes/bug3122_memcmp b/changes/bug3122_memcmp
deleted file mode 100644
index a049476..0000000
--- a/changes/bug3122_memcmp
+++ /dev/null
@@ -1,7 +0,0 @@
- o Security fixes
- - Replace all potentially sensitive memory comparison operations
- with versions whose runtime does not depend on the data being
- compared. This will help resist a class of attacks where an
- adversary can use variations in timing information to learn
- sensitive data. Fix for one case of bug 3122. (Safe memcmp
- implementation by Robert Ransom based partially on code by DJB.)
diff --git a/changes/bug3135 b/changes/bug3135
deleted file mode 100644
index d761123..0000000
--- a/changes/bug3135
+++ /dev/null
@@ -1,6 +0,0 @@
- o Minor bugfixes
- - Do not crash when our configuration file becomes unreadable
- (usually due to a permissions change) between when we start
- up and when a controller calls SAVECONF. Fixes bug 3135;
- bugfix on 0.0.9pre6.
-
diff --git a/changes/dirvote_null_deref b/changes/dirvote_null_deref
deleted file mode 100644
index 65dc519..0000000
--- a/changes/dirvote_null_deref
+++ /dev/null
@@ -1,4 +0,0 @@
- o Minor bugfixes:
- - Fix a potential null-pointer dereference while computing a consensus.
- Bugfix on tor-0.2.0.3-alpha, found with the help of clang's analyzer.
-
diff --git a/changes/feature3076 b/changes/feature3076
deleted file mode 100644
index a3dcec8..0000000
--- a/changes/feature3076
+++ /dev/null
@@ -1,14 +0,0 @@
- o Minor features
- - The options SocksPort, ControlPort, and so on now all accept an
- optional value "auto" that opens a socket on an OS-selected port.
- o Minor features (controller)
- - GETINFO net/listeners/(type) now returns a list of the addresses
- and ports that are bound for listeners for a given connection
- type. This is useful for if the user has selected SocksPort
- "auto", and you need to know which port got chosen.
- - There is a ControlPortWriteToFile option that tells Tor to write
- its actual control port or ports to a chosen file. If the option
- ControlPortFileGroupReadable is set, the file is created as
- group-readable.
-
-
diff --git a/changes/geoip-may2011 b/changes/geoip-may2011
deleted file mode 100644
index c908f24..0000000
--- a/changes/geoip-may2011
+++ /dev/null
@@ -1,3 +0,0 @@
- o Minor features:
- - Update to the May 1 2011 Maxmind GeoLite Country database.
-
diff --git a/changes/md_cache_replace b/changes/md_cache_replace
deleted file mode 100644
index 88e029c..0000000
--- a/changes/md_cache_replace
+++ /dev/null
@@ -1,6 +0,0 @@
- o Minor bugfixes
- - Avoid a bug that would keep us from replacing a microdescriptor
- cache on Windows. (We would try to replace the file while still
- holding it open. That's fine on Unix, but Windows doesn't let us
- do that.) Bugfix on 0.2.2.6-alpha; bug found by wanoskarnet.
-
diff --git a/changes/mdesc_null_deref b/changes/mdesc_null_deref
deleted file mode 100644
index 30f0280..0000000
--- a/changes/mdesc_null_deref
+++ /dev/null
@@ -1,5 +0,0 @@
- o Minor bugfixes:
- - Avoid a possible null-pointer dereference when rebuilding the mdesc
- cache without actually having any descriptors to cache. Bugfix on
- 0.2.2.6-alpha. Issue discovered using clang's static analyzer.
-
diff --git a/changes/warn-if-get_digest-fails b/changes/warn-if-get_digest-fails
deleted file mode 100644
index 6cfc108..0000000
--- a/changes/warn-if-get_digest-fails
+++ /dev/null
@@ -1,6 +0,0 @@
- o Minor bugfixes:
- - If we fail to compute the identity digest of a v3 legacy
- keypair, warn, and don't use a buffer-full of junk instead.
- Bugfix on 0.2.1.1-alpha; fixes bug 3106.
-
-
1
0
commit 38acbe83903fefcbacc94a3bdfc9bfcc7fe65774
Author: Damian Johnson <atagar(a)torproject.org>
Date: Sat May 14 13:43:04 2011 -0700
Updating the arm readme FAQ
Arm no longer provides hostname resolution (for now...) so the caveat on arm
sometimes actively querying information is no longer accurate.
I dropped the warning about stale descriptors, mostly since it was causing
confusion without any benefit. However, this can still cause some confusion if
relay operators use that information. Hence I'm adding a description for what
consensus/descriptors entries are, with the workaround.
---
README | 46 ++++++++++++++++++++++++++++++++++------------
1 files changed, 34 insertions(+), 12 deletions(-)
diff --git a/README b/README
index e7c2e2c..456aba1 100644
--- a/README
+++ b/README
@@ -88,22 +88,13 @@ share and it should be fine.
> Is there any chance that arm will leak data?
-Not by default, arm is a passive listener with one exception. The second page
-(connections) provides the hostnames of Tor relays you're connected to. This
-means reverse DNS lookups which, if monitored, could leak your current
-connections to an eavesdropper. However, this is disabled by default and
-lookups are only made upon request (when showing connection details or listing
-connections by hostname). See the page's help for how to enable lookups.
-
-That said, this is not a terribly big whoop. ISPs and anyone sniffing your
-connection already have this data - the only difference is that instead of
-saying "I am talking to x" you're saying "I'm talking to x, who's x?", meaning
-the resolver's also aware of who they are.
+No. Arm is a completely passive listener, fetching all information from either
+Tor or the local system.
> When arm starts it gives "Unable to resolve tor pid, abandoning connection
listing"... why?
-If you're running multiple instances of tor then arm needs to figure out which
+If you're running multiple instances of Tor then arm needs to figure out which
pid belongs to the open control port. If it's running as a different user (such
as being in a chroot jail) then it's probably failing due to permission issues.
Arm still runs, just no connection listing or ps stats.
@@ -114,6 +105,37 @@ Some terminals, most notably screen sessions on Gentoo, appear to have a bug
where highlighted spaces aren't rendered. A reported workaround is to set:
TERM="rxvt-unicode"
+> When I press enter in the connection panel to get details some of the
+information is either missing or outdated. Why is this?
+
+There are two sources of information about Tor relays: their consensus and
+descriptor entries.
+
+The consensus entry is provided on an hourly basis by the Tor directory
+authorities (special relays that keep track of all the relays in the network).
+The consensus has information like the nickname, flags, and in newer Tor
+versions a summarized exit policy.
+
+The descriptor entry, however, is published by the relays themselves and has
+information like their platform, contact information, family, public keys,
+exit policy, etc. These are much larger than the consensus entries and don't
+change unless the relay changes their configuration.
+
+Everyone in the Tor network (both relays and users) need the consensus entries
+to operate. However, only users (not relays) need the descriptor entries.
+
+Tor will fetch both the consensus and descriptors for all of the currently
+active relays when it first starts. But to save bandwidth only the consensus
+entries are updated after this unless...
+a. 'FetchUselessDescriptors 1' is set in your torrc
+b. the directory service is provided ('DirPort' defined)
+c. you use Tor as a client
+
+This means that some of the information on the connection page (like the
+platform and contact information) might be missing or stale due to missing
+descriptors. This isn't important to most users, but if you need this
+information then this is simple to fix with the above.
+
-------------------------------------------------------------------------------
Layout:
1
0
commit 8a6099a62642b919a90e21fff0638ba30ab8f552
Author: Damian Johnson <atagar(a)torproject.org>
Date: Sat May 14 13:04:49 2011 -0700
Adding the quiet flag to torctl fetches
I was suppressing 'git clone' stdout on my local system but this wasn't
working on others. Adding the --quiet flag which is a better solution anyway.
---
src/prereq.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/prereq.py b/src/prereq.py
index 50aaa91..4bda913 100644
--- a/src/prereq.py
+++ b/src/prereq.py
@@ -23,7 +23,7 @@ def isTorCtlAvailable():
def promptTorCtlInstall():
"""
Asks the user to install TorCtl. This returns True if it was installed and
- False otherwise (if it was either declined or failed to be fetched.
+ False otherwise (if it was either declined or failed to be fetched).
"""
userInput = raw_input("Arm requires TorCtl to run, but it's unavailable. Would you like to install it? (y/n): ")
@@ -57,7 +57,7 @@ def installTorCtl():
tmpFilename = tempfile.mktemp("/torctl")
# fetches TorCtl
- exitStatus = os.system("git clone %s %s > /dev/null" % (TORCTL_REPO, tmpFilename))
+ exitStatus = os.system("git clone --quiet %s %s > /dev/null" % (TORCTL_REPO, tmpFilename))
if exitStatus: raise IOError("Unable to get TorCtl from %s. Is git installed?" % TORCTL_REPO)
# the destination for TorCtl will be our directory
1
0
commit c21dbc32601b467968c0a900f0b79c2738b7d1e3
Author: Damian Johnson <atagar(a)torproject.org>
Date: Sat May 14 14:11:56 2011 -0700
Dropping the last raw TorCtl usage
This removes the last direct usage of TorCtl by arm. Instead, all access is
done via the torTools Connection wrapper class. In addition to being easier
and provide better performance, removing this last direct TorCtl usage should
allow for arm to be arbitrarily detatched and reattached to Tor instances
while running (the option for reattaching is coming soon...).
---
src/cli/controller.py | 52 ++++-----------------------------------
src/cli/graphing/graphPanel.py | 5 +++-
2 files changed, 10 insertions(+), 47 deletions(-)
diff --git a/src/cli/controller.py b/src/cli/controller.py
index 030b1d3..4916faf 100644
--- a/src/cli/controller.py
+++ b/src/cli/controller.py
@@ -7,13 +7,9 @@ Curses (terminal) interface for the arm relay status monitor.
"""
import os
-import re
import math
import time
import curses
-import curses.textpad
-import socket
-from TorCtl import TorCtl
import popups
import headerPanel
@@ -21,7 +17,6 @@ import graphing.graphPanel
import logPanel
import configPanel
import torrcPanel
-import descriptorPopup
import cli.connections.connPanel
import cli.connections.connEntry
@@ -43,6 +38,7 @@ def refresh():
PANELS = {}
STDSCR = None
IS_PAUSED = False
+PAGE = 0
def getScreen():
return STDSCR
@@ -214,10 +210,10 @@ def drawTorMonitor(stdscr, startTime, loggedEvents, isBlindMode):
"""
Starts arm interface reflecting information on provided control port.
- stdscr - curses window
- conn - active Tor control port connection
- loggedEvents - types of events to be logged (plus an optional "UNKNOWN" for
- otherwise unrecognized events)
+ stdscr - curses window
+ startTime - unix time for when arm was started
+ loggedEvents - event types we've been configured to log
+ isBlindMode - flag to indicate if the user's turned off connection lookups
"""
global PANELS, STDSCR, REFRESH_FLAG, PAGE, IS_PAUSED
@@ -240,9 +236,6 @@ def drawTorMonitor(stdscr, startTime, loggedEvents, isBlindMode):
# pauses/unpauses connection resolution according to if tor's connected or not
torTools.getConn().addStatusListener(connResetListener)
- # TODO: incrementally drop this requirement until everything's using the singleton
- conn = torTools.getConn().getTorCtl()
-
curses.halfdelay(REFRESH_RATE * 10) # uses getch call as timer for REFRESH_RATE seconds
try: curses.use_default_colors() # allows things like semi-transparent backgrounds (call can fail with ERR)
except curses.error: pass
@@ -254,17 +247,6 @@ def drawTorMonitor(stdscr, startTime, loggedEvents, isBlindMode):
# attempts to determine tor's current pid (left as None if unresolveable, logging an error later)
torPid = torTools.getConn().getMyPid()
- #try:
- # confLocation = conn.get_info("config-file")["config-file"]
- # if confLocation[0] != "/":
- # # relative path - attempt to add process pwd
- # try:
- # results = sysTools.call("pwdx %s" % torPid)
- # if len(results) == 1 and len(results[0].split()) == 2: confLocation = "%s/%s" % (results[0].split()[1], confLocation)
- # except IOError: pass # pwdx call failed
- #except (socket.error, TorCtl.ErrorReply, TorCtl.TorCtlClosed):
- # confLocation = ""
-
# loads the torrc and provides warnings in case of validation errors
try:
loadedTorrc = torConfig.getTorrc()
@@ -317,12 +299,6 @@ def drawTorMonitor(stdscr, startTime, loggedEvents, isBlindMode):
elif graphType == 2 and not isBlindMode: panels["graph"].setStats("connections")
elif graphType == 3: panels["graph"].setStats("system resources")
- # listeners that update bandwidth and log panels with Tor status
- #conn.add_event_listener(panels["log"])
- conn.add_event_listener(panels["graph"].stats["bandwidth"])
- conn.add_event_listener(panels["graph"].stats["system resources"])
- if not isBlindMode: conn.add_event_listener(panels["graph"].stats["connections"])
-
# prepopulates bandwidth values from state file
if CONFIG["features.graph.bw.prepopulate"]:
isSuccessful = panels["graph"].stats["bandwidth"].prepopulateFromState()
@@ -332,11 +308,6 @@ def drawTorMonitor(stdscr, startTime, loggedEvents, isBlindMode):
#panels["log"].loggedEvents = loggedEvents # strips any that couldn't be set
panels["log"].setLoggedEvents(loggedEvents) # strips any that couldn't be set
- # directs logged TorCtl events to log panel
- #TorUtil.loglevel = "DEBUG"
- #TorUtil.logfile = panels["log"]
- #torTools.getConn().addTorCtlListener(panels["log"].tor_ctl_event)
-
# provides a notice about any event types tor supports but arm doesn't
missingEventTypes = logPanel.getMissingEventTypes()
if missingEventTypes:
@@ -350,16 +321,6 @@ def drawTorMonitor(stdscr, startTime, loggedEvents, isBlindMode):
panels["log"].start()
panels["conn"].start()
- # warns if tor isn't updating descriptors
- #try:
- # if conn.get_option("FetchUselessDescriptors")[0][1] == "0" and conn.get_option("DirPort")[0][1] == "0":
- # warning = """Descriptors won't be updated (causing some connection information to be stale) unless:
- #a. 'FetchUselessDescriptors 1' is set in your torrc
- #b. the directory service is provided ('DirPort' defined)
- #c. or tor is used as a client"""
- # log.log(log.WARN, warning)
- #except (socket.error, TorCtl.ErrorReply, TorCtl.TorCtlClosed): pass
-
isUnresponsive = False # true if it's been over ten seconds since the last BW event (probably due to Tor closing)
isPaused = False # if true updates are frozen
overrideKey = None # immediately runs with this input rather than waiting for the user if set
@@ -523,8 +484,7 @@ def drawTorMonitor(stdscr, startTime, loggedEvents, isBlindMode):
panels["conn"].join()
panels["log"].join()
- conn = torTools.getConn()
- conn.close() # joins on TorCtl event thread
+ torTools.getConn().close() # joins on TorCtl event thread
# joins on utility daemon threads - this might take a moment since
# the internal threadpools being joined might be sleeping
diff --git a/src/cli/graphing/graphPanel.py b/src/cli/graphing/graphPanel.py
index ef0267d..ae8e73c 100644
--- a/src/cli/graphing/graphPanel.py
+++ b/src/cli/graphing/graphPanel.py
@@ -22,7 +22,7 @@ from TorCtl import TorCtl
import cli.popups
-from util import enum, panel, uiTools
+from util import enum, panel, torTools, uiTools
# time intervals at which graphs can be updated
UPDATE_INTERVALS = [("each second", 1), ("5 seconds", 5), ("30 seconds", 30),
@@ -92,6 +92,9 @@ class GraphStats(TorCtl.PostEventListener):
# iterative insert needed to avoid making shallow copies (nasty, nasty gotcha)
self.primaryCounts[i] = (self.maxCol + 1) * [0]
self.secondaryCounts[i] = (self.maxCol + 1) * [0]
+
+ # tracks BW events
+ torTools.getConn().addEventListener(self)
def clone(self, newCopy=None):
"""
1
0

r24750: {website} Storing copies of past gsoc proposals Suggested by Roger in (in website/trunk/about: en gsocProposal)
by Damian Johnson 14 May '11
by Damian Johnson 14 May '11
14 May '11
Author: atagar
Date: 2011-05-14 19:14:00 +0000 (Sat, 14 May 2011)
New Revision: 24750
Added:
website/trunk/about/gsocProposal/gsoc10-proposal-dnselRewrite.html
website/trunk/about/gsocProposal/gsoc10-proposal-metrics.pdf
website/trunk/about/gsocProposal/gsoc11-proposal-armGtkFrontend.pdf
website/trunk/about/gsocProposal/gsoc11-proposal-blockingResistance.pdf
website/trunk/about/gsocProposal/gsoc11-proposal-metadataToolkit.pdf
Removed:
website/trunk/about/gsocProposal/gsoc11-proposal-metadataToolkit.txt
Modified:
website/trunk/about/en/gsoc.wml
Log:
Storing copies of past gsoc proposals
Suggested by Roger in case the originals vanish. These are pdf printoffs
with the exception of hbock's DNSEL rewrite app, which didn't translate well.
This was a simple page, so just copying it.
I'm also replacing a simple txt copy of jvoisin's metadata toolkit proposal
with a much better looking pdf of his melange app (restricted to just the
content via firebug).
Modified: website/trunk/about/en/gsoc.wml
===================================================================
--- website/trunk/about/en/gsoc.wml 2011-05-13 22:30:01 UTC (rev 24749)
+++ website/trunk/about/en/gsoc.wml 2011-05-14 19:14:00 UTC (rev 24750)
@@ -220,7 +220,7 @@
<li><h4><a href="http://inspirated.com/uploads/tor-gsoc-11.pdf">GTK+ Frontend and Client Mode Improvements for arm</a> by Kamran Khan</h4></li>
<li><h4><a href="http://www.gsathya.in/gsoc11.html">Orbot + ORLib</a> by Sathya Gunasekaran</h4></li>
<li><h4><a href="http://blanu.net/TorSummerOfCodeProposal.pdf">Blocking-resistant Transport Evaluation Framework</a> by Brandon Wiley</h4></li>
- <li><h4><a href="../about/gsocProposal/gsoc11-proposal-metadataToolkit.txt">Metadata Anonymisation Toolkit</a> by Julien Voisin</h4></li>
+ <li><h4><a href="../about/gsocProposal/gsoc11-proposal-metadataToolkit.pdf">Metadata Anonymisation Toolkit</a> by Julien Voisin</h4></li>
<li><h4><a href="http://www.atagar.com/misc/gsocBlog09/">Website Pootle Translation</a> by Damian Johnson</h4></li>
</ul>
Added: website/trunk/about/gsocProposal/gsoc10-proposal-dnselRewrite.html
===================================================================
--- website/trunk/about/gsocProposal/gsoc10-proposal-dnselRewrite.html (rev 0)
+++ website/trunk/about/gsocProposal/gsoc10-proposal-dnselRewrite.html 2011-05-14 19:14:00 UTC (rev 24750)
@@ -0,0 +1,450 @@
+<html><head>
+<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
+ <title>GSoC Application</title>
+ <style type="text/css">
+ body {
+ width:60%;
+ text-align:justify;
+ }
+ </style>
+ </head><body>
+<h2><a href="http://torproject.org/">Tor Project</a> - DNSEL Rewrite</h2>
+<b>Google Summer of Code Student Application</b> <br>
+Harry Bock <hbock AT ele DOT uri DOT edu>
+<blockquote>
+<h2>Abstract:</h2>
+
+<p>
+ The TorDNSEL project is concerned with identifying individual hosts
+ as valid and accessible Tor exit relays. Each Tor exit relay has an
+ associated exit policy governing what traffic may leave the Tor
+ circuit and go out as requests to the internet. A public database
+ that can be easily queried or scraped would be of huge benefit to
+ the Tor community and to services that are interested in whether
+ clients originate from the Tor network, such as Wikipedia and IRC
+ networks.
+</p>
+</blockquote>
+
+<ol>
+<li>
+ <strong>
+ What project would you like to work on? Use our ideas lists as a
+ starting point or make up your own idea. Your proposal should
+ include high-level descriptions of what you're going to do, with
+ more details about the parts you expect to be tricky. Your
+ proposal should also try to break down the project into tasks of a
+ fairly fine granularity, and convince us you have a plan for
+ finishing it.
+ </strong>
+ <p>
+ My primary interest is in the TorDNSEL rewrite. Currently
+ unmaintained and written in Haskell, I would like to rework it
+ from the ground up using Python and the Torflow interface.
+ </p>
+ <ul>
+ <li>
+ Prior to actually building the new TorDNSEL, some time must be
+ spent researching and testing strategies for identifying and verifying
+ recent Tor exit relays.
+ <ul>
+ <li>
+ Much of this information is available straight from the
+ cached-descriptors file distributed to running Tor relays, but
+ not all of it is accurate or up-to-date.
+ </li>
+ <li>
+ <p>
+ To ensure the honesty of advertised exit nodes, the program
+ must actively build circuits over the Tor network to the
+ intended exit node and verify the IP address and exit policies
+ listed in the cached router list. This will be accomplished via
+ TorFlow, most likely using the NetworkScanners tool SoaT. If
+ more detailed checking is required than provided by SoaT, it will
+ be modified and extended to suit the new requirements.
+ </p>
+ </li>
+ <li>
+ <p>
+ Since new relays entering the Tor network are almost
+ immediately available for use, it is important that new
+ relays are checked and added as quickly as possible.
+ Testing ExitPolicy honesty may be time-consuming for
+ certain relays, destinations, and services.
+ </p>
+ <p>
+ To improve exit honesty checking latency, hosts that have
+ complex exit policies may be checked incrementally; for
+ example, if popular services such as http/https/domain/ssh
+ are allowed by the relay's ExitPolicy, these should be
+ checked first and the relay can be marked as "honest
+ (preliminary)", so that partial results may be listed
+ earlier pending more thorough circuit testing.
+ </p>
+ </li>
+ </ul>
+ </li><li>
+ Once the desired method for compiling and verifying exit relays
+ is tested, a formal design specification for the following operations
+ must be compiled:
+ <ol>
+ <li><p>Scraping of all known exit relays and their exit
+ policies.</p> As noted in the Tor dir-spec v3, in the future
+ it will not scale to have every Tor client/directory cache know
+ the IP of every other router. We need to be able to accurately
+ obtain this data, up-to-date and in bulk, from an authoritative
+ source. The DNSEL should be able to verify all exit relays,
+ in the shortest time span allowable.
+ </li>
+ <li>
+ Active testing for valid exit IP addresses and policies.
+ </li>
+ <li>
+ Parameters and raw format of the resulting data.
+ </li>
+ <li>
+ Formal mechanisms and formats for access by consumers of this
+ data. As a minimal starting point, SQLite and JSON should be
+ supported for build data sets, as both are well-structured,
+ standardised formats that have cross-platform open-source
+ support for the most widely used programming languages. One this
+ data is readily available, it would be extremely useful to provide
+ a simple API in Python to improve ease-of-use and integration of
+ this data with existing services.
+ </li>
+ </ol>
+ </li>
+ <li>
+ <p>
+ Currently, users can check the TorBulkExitList on
+ check.torproject.org or perform DNS queries against
+ exitlist.torproject.org, but this is not ideal for all consumers
+ of this data; currently it is expensive to perform these queries
+ and they must be done one at a time over the network. While this
+ is less of an issue for services that need to perform infrequent
+ exit checks, I propose that this mechanism can actually harm
+ anonymity, as an adversary that can track these queries (those
+ with access to the network of the querying service, or those
+ running rogue DNSEL implementations, should it become more
+ distributed) can determine, for example, what exit nodes are
+ currently serving a large amount of IRC connections. This is
+ more important for services that do frequent queries on a wide
+ range of IP addresses. By encouraging these queries to be done
+ locally, we can improve network latency, throughput, and
+ anonymity together.
+ </p>
+ <p>
+ On the other hand, for some services, requiring services to
+ download the entire exit set when they only need to query a few
+ addresses daily would be a waste of valuable resources on both
+ ends. Thus, both single-exit queries and bulk exit description
+ lists must be provided; raw queries would be used by services
+ that are simply doing manual checks of possible Tor addresses,
+ or infrequent automated checks.
+ </p>
+ <p>
+ The primary consumers of bulk data are services that need
+ to do frequent automated checks and benefit strongly from
+ local caching of data. Some prominent examples would be:
+ </p><ul>
+ <li>The Tor project itself (see TorBulkExitList.py,
+ check.torproject.org, etc.).</li>
+ <li>IRC networks such as Freenode and OFTC that
+ automatically scrub any potentially identifiable
+ information from WHOIS queries.</li>
+ <li>Social networks or collaborative communities such as
+ Wikipedia that would benefit from knowing if a
+ particular IP address is shared, allowing them to
+ (possibly) be more lenient towards abuse from
+ anonymizing services.
+ </li>
+ </ul>
+ <p></p>
+ <p>
+ A particularly important goal is to ensure that Tor users
+ that also happen to run Tor relays are not automatically
+ blocked by services simply because they are relays or exit
+ nodes. If a service is able to ascertain that an IP address
+ corresponds to a Tor relay, but its exit policy would not
+ allow traffic to access the service from Tor, ideally it
+ should not block access to its resources. The cheaper and
+ easier it is for a service operator to validate this kind of
+ information, the more likely the service is to use it and
+ collaborate with the Tor community. The more the service is
+ used, the more likely we are to get feedback, whether
+ it be able the data format, false positives or negatives,
+ invalid/incorrect exit policies, etc.
+ </p>
+ </li>
+ <li>
+ The TorDNSEL project itself will likely benefit from being broken
+ into several components that interact with each other and operate on
+ exit list data sets.
+ <ul>
+ <li>Data scraper and honesty checking daemon: constantly runs in
+ the background, fetching new information about Tor relays and
+ their exit policies and updating the raw journal. As new relays
+ come in, they are accessed and verified for honesty and
+ correctness. As relay data becomes stale according to a
+ configurable TTL, they are re-checked.
+ </li>
+ <li>
+ Data compiler: Manages, updates, and merges exit lists. Can
+ import and export data from bulk formats and provide
+ statistics about data sets.
+ </li>
+ <li>
+ Single-query engine: Allows applications and external services
+ to query about a single IP address and exit policy at a time.
+ Can interface via several convenient methods, starting out
+ simple (e.g., Python API requests or HTTP requests) and
+ eventually working up to RBL-style DNS queries, like the
+ original DNSEL, should time permit.
+ </li>
+ <li>
+ Data distribution: How do clients actually access bulk data?
+ This doesn't necessarily have to be its own application, but
+ it must be feasible for clients to easily scrape and update
+ their local caches. The data may be served by a static web
+ server, like lighttpd, or via other mechanisms (sftp, or dns
+ zone transfer as a more convoluted example).
+ </li>
+ </ul>
+ </li>
+ <li>
+ As an aside, there are several open and accepted Tor proposals
+ that are relevant to the work I will complete:
+ <ul>
+ <li>140 <b>Provide diffs between consensuses</b> (ACCEPTED)</li>
+ <li>146 <b>Add new flag to reflect long-term stability</b> (OPEN)</li>
+ <li>147 <b>Eliminate the need for v2 directories in generating v3 directories</b> (ACCEPTED)</li>
+ <li>159 <b>Exit Scanning</b> (OPEN)</li>
+ </ul>
+ </li>
+
+ <!--
+ <li>
+ From what I have researched and discussed so far, the tricky parts
+ will be verifying that listed exit nodes and their exit policies
+ are correct (as advertised) and presenting this data in a useful
+ way to dnsel consumers. It was originally assumed that consumers
+ of dnsel records would want to use a DNS RBL-style interface, and
+ while this interface has been useful to (for example) IRC server
+ operators, these direct queries end up revealing more about the
+ usage of exit nodes than is necessary.
+ </li>
+ -->
+</ul>
+<p></p>
+<b>Estimated timeline:</b>
+<p>For each weekly milestone, appropriate documentation should be written to
+coincide with the completed work. For example, end-user tools should have
+manual pages at the very least, and preferably include a LaTeX manual. Milestones
+that are primarily experimental in nature should include complete descriptions and
+proposals in plain-text where appropriate. All source code will be thoroughly
+commented and include documentation useful to developers.
+</p>
+<p>
+ <b>April 26 - May 24 (Pre-SoC)</b>: Get up to speed with Tor
+ directory and caching architecture, pick apart existing Haskell
+ implementation of TorDNSEL, and master TorFlow.
+</p>
+<p>
+ <b>May 31 (end of week 1)</b>: Have a working mechanism for
+ compiling as much testable information about exit relays as
+ possible. This data must be easily accessible for subsequent work.
+ This may be taken, adapted, or abstracted from existing data directory crawling
+ in TorFlow.
+</p>
+<p>
+ <b>June 14 (week 3)</b>: Working implementation of tests using TorFlow, especially
+ ExitAuthority tools. This will probably be the most time-consuming period; may take
+ up to a week more than anticipated.
+</p>
+<p>
+ <b>June 21 (week 4)</b>: Be able to produce consistent, constantly updating exit lists
+ with tested and untested exit policies listed. Find Tor developer guinea pigs to
+ test and hunt for glaring holes in exit relay honesty testing and verification. :)
+</p>
+<p>
+ <b>June 28 (week 5)</b>: Begin proof-of-concept production of bulk
+ data formats (raw, SQLite and JSON), all of which should be similar
+ in format. Consultations should be made with consumers of such data
+ (Freenode, Wikipedia, etc.) to ensure the current data presentation
+ is not overreaching or missing information that would be useful to
+ them.
+</p>
+<p>
+ <b>July 12 (week 7)</b>: Integrate existing functionality and data access methods into
+ a Python API that is usable for consumers and the DNSEL application itself. Style should
+ be similar to TorFlow where possible.
+</p><p>
+ <b>July 16 (midterm evals):</b> Completed specifications of TorDNSEL
+ operation, basic data formats, and delivery methods. Completed
+ first proof-of-concept implementation. First major review with
+ mentors and as much of the Tor developer community as time permits.
+</p>
+<p>
+ <b>July 19 (week 8)</b>: Work on designing and testing exit list cache update mechanisms.
+ Start with something similar to cached-descriptors.new journaling, and work up
+ to something for useful for other data formats. Integrate mechanism into API.
+</p>
+<p>
+ <b>July 26 (week 9)</b>: Solidify main scrape/check application and
+ perform as much real-world testing as time permits, adjusting for
+ major setbacks, if any.
+</p>
+<p>
+ <b>August 2 (week 10)</b>: Make adjustments based on feedback from
+ (hopefully) several real-world consumers of TorDNSEL data.
+ Generally polish and improve usability of core application(s).
+</p>
+<p>
+ <b>August 9 ("pencils down"):</b>: Start pumping out documentation and comprehensive
+ code and review.
+</p>
+<p>
+ <b>August 16 ("okay really, pencils down"):</b>Major remaining kinks
+ should be ironed out; polish specification and documentation and
+ begin writing final evaluations. Plan for future maintenance of
+ TorDNSEL.
+</p>
+</li>
+
+<li>
+ <strong> Point us to a code sample: something good and clean to
+ demonstrate that you know what you're doing, ideally from an
+ existing project.
+ </strong>
+ <p>
+ Code from almost any project I've worked on is available at
+ http://git.spanning-tree.org/. Some of my better code:
+ </p><ul>
+ <li><a href="http://git.spanning-tree.org/index.cgi/grizzlor/">libgrizzlor</a> [C, Common Lisp], an abstraction layer for the
+ SILC client library focused on bots.
+ </li>
+ <li><a href="http://git.spanning-tree.org/index.cgi/rigel/tree/">rigel</a> [C], a UNIX PIC16/PIC18 program loader for use with the FIRST robotics competition.</li>
+ <li><a href="http://git.spanning-tree.org/index.cgi/nis/">Network Subsystem Inventory</a> [Python], a Django web application for keeping an inventory of network resources on a large university network. </li>
+ <li><a href="http://git.spanning-tree.org/index.cgi/Periscope/">Periscope</a>
+ [Common Lisp], a network monitoring application inspired by IP-Audit,
+designed from the ground up to work with the Argus netflow application.</li>
+ </ul>
+ <p></p>
+</li>
+<li><strong> Why do you want to work with The Tor Project / EFF in particular?</strong>
+<p>
+The Tor Project interests me primarily from architectural and
+information security perspectives; my primary focus in information
+security has always been authentication and authorization - verifying
+the identity of a user to explicitly or implicitly control access to
+machine and network resources. The goal of all forms of public-key
+and secure hash cryptography is the authentication of a third party or
+data, essentially pinning their identity down.
+</p>
+<p>
+Tor greatly interests me because it has the opposite goal; it tries to
+ensure that pinning down the identity of any particular user is
+(ideally) impossible or at least greatly hindered for any non-global
+adversary. Protecting the rights of network users by preserving their
+anonymity is an incredibly important and complicated goal, and Tor's
+role in increasing anonymity of internet access in the face of many
+types of adversaries is extremely valuable. To this end, I hope that
+my contributions will be found useful by the Tor project, its users,
+and those working to protect these end users.
+</p>
+</li>
+<li>
+ <strong>
+ Tell us about your experiences in free software development
+ environments. We especially want to hear examples of how you have
+ collaborated with others rather than just working on a project by
+ yourself.
+ </strong>
+ <p>While nearly all of the projects I've worked on have been free
+ software, my experience working directly with the free software
+ community at large is minimal. I have contributed briefly to the
+ KDE project, working on their display configuration application,
+ and submitted patches to other open source projects (QoSient's
+ Argus netflow tools and Google's ipaddr-py, for example). I have
+ collaborated with various universities in New England on
+ development of the Nautilus project (http://nautilus.oshean.org/)
+ and its main subproject, Periscope
+ (http://nautilus.oshean.org/wiki/Periscope) while working at the
+ OSHEAN non-profit consortium. </p>
+ <p>
+I sincerely look forward to working with the vibrant development
+community of the Tor project and hope to gain more experience in
+collaborating with an experienced group of developers.
+</p>
+</li>
+
+<li>
+ <strong>
+ Will you be working full-time on the project for the summer, or
+ will you have other commitments too (a second job, classes, etc)?
+ If you won't be available full-time, please explain, and list
+ timing if you know them for other major deadlines
+ (e.g. exams). Having other activities isn't a deal-breaker, but we
+ don't want to be surprised.
+ </strong>
+ <p>
+ I will be working part-time at the University of Rhode Island
+ Information Security Office, and will have one summer class for five
+ weeks starting in late May. I don't anticipate either will
+ significantly affect my involvement with the Tor project.
+ </p>
+</li>
+<li>
+ <strong>
+ Will your project need more work and/or maintenance after the
+ summer ends? What are the chances you will stick around and help
+ out with that and other related projects?
+ </strong>
+<p>
+While I am confident I can produce a working initial implementation of
+dnsel in the time allotted, I anticipate it will need more work at the
+end of summer. One of my primary goals for the dnsel project is to
+make it easier to maintain, as its operation will have to be adjusted
+to fit with changes in the Tor architecture. Making the project more
+accessible to other maintainers will allow for greater collaboration
+and improvements to dnsel where development on the current
+implementation has stagnated.
+</p>
+</li>
+<li>
+ <strong>
+ What is your ideal approach to keeping everybody informed of your
+ progress, problems, and questions over the course of the project? Said
+ another way, how much of a "manager" will you need your mentor to be?
+ </strong>
+ <p>
+ I will do my best to communicate with my mentors and the Tor developer
+ community at large as frequently and directly as possible, via
+ #tor-dev and the mailing lists. I also hope to inform others of more
+ major milestones in the project via a blog or web page, and keep
+ detailed documentation and progress updates on the Tor wiki.
+ </p>
+</li><li>
+ <strong>What school are you attending? What year are you, and what's
+your major/degree/focus? If you're part of a research group, which one?</strong>
+ <p>
+ I am currently attending the University of Rhode Island. This is my
+ fourth year in college and second at URI; I am a Computer Engineering
+major, intending to graduate next year and obtain my masters degree the
+following year. My primary interests are low-level software development
+ and systems programming, networking, information security, and signal
+processing.
+ </p>
+</li>
+<li>
+ <strong>How can we contact you to ask you further questions? Google
+doesn't share your contact details with us automatically, so you should
+include that in your application. In addition, what's your IRC nickname?
+ Interacting with us on IRC will help us get to know you, and help you
+get to know our community.</strong>
+ <p>
+ You can contact me at hbock(a)ele.uri.edu; my nickname on IRC is <b>hbock</b>.
+ </p>
+</li>
+</ol>
+</body></html>
\ No newline at end of file
Added: website/trunk/about/gsocProposal/gsoc10-proposal-metrics.pdf
===================================================================
(Binary files differ)
Property changes on: website/trunk/about/gsocProposal/gsoc10-proposal-metrics.pdf
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: website/trunk/about/gsocProposal/gsoc11-proposal-armGtkFrontend.pdf
===================================================================
(Binary files differ)
Property changes on: website/trunk/about/gsocProposal/gsoc11-proposal-armGtkFrontend.pdf
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: website/trunk/about/gsocProposal/gsoc11-proposal-blockingResistance.pdf
===================================================================
--- website/trunk/about/gsocProposal/gsoc11-proposal-blockingResistance.pdf (rev 0)
+++ website/trunk/about/gsocProposal/gsoc11-proposal-blockingResistance.pdf 2011-05-14 19:14:00 UTC (rev 24750)
@@ -0,0 +1,1174 @@
+%PDF-1.4
+%����
+6 0 obj
+<</C[0 0 1]/Border[0 0 0]/A<</URI(https://github.com/blanu/Dust)/S/URI>>/Subtype/Link/Rect[396.66 125.68 420.5 137.97]>>
+endobj
+7 0 obj
+<</C[0 0 1]/Border[0 0 0]/A<</URI(https://github.com/blanu/Dust)/S/URI>>/Subtype/Link/Rect[444.35 125.68 453.52 137.97]>>
+endobj
+8 0 obj
+<</C[0 0 1]/Border[0 0 0]/A<</URI(https://github.com/blanu/Dust)/S/URI>>/Subtype/Link/Rect[462.69 125.68 492.66 137.97]>>
+endobj
+9 0 obj
+<</C[0 0 1]/Border[0 0 0]/A<</URI(https://github.com/blanu/Dust)/S/URI>>/Subtype/Link/Rect[522.63 125.68 525.69 137.97]>>
+endobj
+10 0 obj
+<</C[0 0 1]/Border[0 0 0]/A<</URI(https://github.com/blanu/Dust)/S/URI>>/Subtype/Link/Rect[528.74 125.68 549.52 137.97]>>
+endobj
+11 0 obj
+<</C[0 0 1]/Border[0 0 0]/A<</URI(https://github.com/blanu/Dust)/S/URI>>/Subtype/Link/Rect[570.3 125.68 573.36 137.97]>>
+endobj
+12 0 obj
+<</C[0 0 1]/Border[0 0 0]/A<</URI(https://github.com/blanu/Dust)/S/URI>>/Subtype/Link/Rect[576.42 125.68 603.33 137.97]>>
+endobj
+13 0 obj
+<</C[0 0 1]/Border[0 0 0]/A<</URI(https://github.com/blanu/Dust)/S/URI>>/Subtype/Link/Rect[630.24 125.68 633.3 137.97]>>
+endobj
+14 0 obj
+<</C[0 0 1]/Border[0 0 0]/A<</URI(https://github.com/blanu/Dust)/S/URI>>/Subtype/Link/Rect[636.36 125.68 658.97 137.97]>>
+endobj
+15 0 obj
+<</Length 15264/Filter/FlateDecode>>stream
+x��}K�n�me�����.�4l�_o�� �����.�v�'|
+8�����������.��ut�)�")�������T?�x}��_?|���}���c������?���_���?���/>��C���>������?����{}�����#��?��o�|��ok]��}[�O�/~i���?�?��\
+�>���������>|�����|� �]l/�v\�W6\a���P����8��G���W���ħ������]�n�K���1���9?4��9�5�}Ⓝ��j������{����z�������Ƙ|�ġ��;��^���\���<���6������=��m�G�xӒ��hzL�������������W����_HE�/&Q�
+Ne�o�S�4�w&�9�A�
+�M�o�4�ƛ�����5�M��ah��c�B��/��q9"�����פ7�<a2,���7����ذ�5=&
+,ľ��>�y@k��\��] �Z�)ˣl�X�1��꿲��Kz���c��#�
+������ۆ�;?u��o��q_��&>_���k����
+�}_�#?kMY�?��m�[�����߾MO��6�#���4%Lk�4V��#;yJ�Ɔ�(����
+�+ާ�
+��eC��/|\���k��#lh�)��a_����| W�|��ć��c?��-�����՝�/l|}Զ�h�S|��BH��w�i���7w�I��/&��G��?��U��]?]��6��l�4g�A���C���вg��[�!>m<���h��4$� {�����1oJ�;� "��xz���p������}?O�̫/"�Xys��;u����{��gT�7mI��Q�D���b��#v^Yby9Cm���!jC��?�0�=
+����8��8�Qv�w&x��a�yN���{e�}�0Z�%ME��H�q�x��V!�Q�Z�z��M��)�h���륿7��h�g�<v$�X��45�dޒ�z'�h�Ԣ��� ��hi�����s���kH��V��ܞy_�6~��P�Q��g�<}x多����;�]�S���/}H���S����?��������I]����y*��.��E�L���v��m�M��������*�2}�\�˘�����B�oT��3�rl�<�������+zl���n���1���_?��M��1M2-�hs�}��MQ�A��nJ�n���v*c���M38��*�էK�/�C�c�˅ge��ó|(�([���ѱ~lr�.x;��V6w~��))���i��p�?�lzf��vq�33z�;=��~��4x�D�d�Cf�K&f�ۡ}�Q����?d&���`�Vz��ؙ������-����g�T�K�+�]� ��g�T�<;c��8��'{6��w�S{{�C���C[b����s������:�a,�S�jo�A|x�dD2�6���K���'u
+��������xu��jzl}w☦�Dm���.Ih,p;D��+�ȗ\�:��K
+����+����!�Q�v���p���n�^ߎ��x8l?�O���*���ٱ[%KD�
+[*M+�-l5i��?#(�7�� ��0���q�-�g��s??�3�.
+f�3�����W|8L?���.���ˇ�����#9�!OǼ;�!�;�(��q8�y���:��+I�ɞ���[6~��m�w��7}R�ɶ�;)r�S�>���q�"{P/ne��W�M?J���&;��ar ٣�SrJo�����ɌnZ�;���M��RI�����p����bw���Е!5+���hH��x;�����͐�m��a��x;��. �ՆKՊ7m�8�����"٠�7%3���㟎ɉ��o������Rq����j�0�]z�#+ԡ�iW�L���ة<��:����6�y������ex�C�s(�(�m�료cd��bi�\L�Jښ�(�<=邃ʯ���sD2��?\���vve�Hkq��o� ��L����T���[���6��B95��V��4���#�K�#���=�U@�a��K;ֽ�4/�U�s�LD\�в��T�Ѳ�����dR���Y��D��R��pLR��+W���v嗣�T�4Ov��vjbFO��զ*��<;��'�Q�ZԮ���Aі�C�c��N]w��i�Gup�Cy��h��N���xe�A����`��c��9duyz��(���$�<�S�Ku�s:u߯C)G��Ц��ۉʏ��c�����ic%������2��oY��vn����R�X���>pI����Ǘ+h?�4V�X�x�g5r%�O5�S��\����1��P�g2f���r��Y�&'��:+ܴ��a�\�8y��7�ӊ����%wx��&L�-��RZ�ϕҒogbB�n��7
+)��?�lL��KE�&ެG
+Y�ۯx;}P��g�~�S/Q+z�*�m�<��)����'����դ|x�����T�~=�+�~!]�?�%ގ����~�xz��%��J����^���'E��Z�fȅtI����Z;�:��`Oi��?�^���'�
��Gx=��J?�]�R����^ϕ��K۱2#�Z��Q�C�麝HVڤ4�q�'8I��=�Ir�F)v��a���6f�鎷,�a}�T^<��rx��Ѓ�N�������>�⌠��!����vi_�6^��y��jc�ǼYJ�NM����}[�Gp�&xˢ���^A���/��k䐴/p���7AK[�U�4��J����gF���9_Z[lz�
+�{���������T�;�W鋝�I�vJW�A^�;�3^���[[�@jq��Օ<��0��m�!~鏔n�y���8�/p&�_��ٱc���$+�@P-��"���r&����t�����b��Wy
+R���9>7IW��|_Y-x;������rۜo�KP=����.nv9A����f,e7��JC �������~ɕς?��8��v
+i��/
+u���#:� ��{����Di�g��ԡ��-��Jg������8á�R��~d�p���91��(����v��!=��Cb�m��P���&�xz�<�����@F[����c�:#9����/��P�Ď�Pp��/)�p8)��rf�T ���q2����D�^�$#��F�p�?O��U)w� ع$<qx���xx8r%�����m-�*O��'�v�h�`E���C��P<4��s~h���zK6���W~�k7J�K��s�cא\�Dr��^�d�.a�
+t�U�۱+��E^��hC�9�u|�F�v�M�im���is4�i���~|��v�E�Z]l~���W��i�^�ݗ�[t^����NT[D^{Qm�sS���� �L�M�����ڐe ]G���������Rҥ��c�'K���N�)�N�H��n�n�"�n��鏱��
+O���
+5������)5e�X�)^���x$qa��\y[��'�վ�}<�\6���)��e��x�NV�%l���9tH��C�~��L-����V�xB�T�dAg��6;OOc��;�M+��:}I�v�0-_�V�{rǻ��K�wMx���p=�@��<ץ_�y��
+~�(\ậ��pO�����3��a��Ă��K����+^UP�L:F�_+I�;z��2dҠg���
+_��z�2LA��3���x=�@��K��G)|å�������#^����λ����3?TV�h��j�F�c��&�KSE�=]��V�����F��7|V�A���z+��3y�o����/�A��z�+����ت�{}f^_"Z�;�+'m�mrr��k����C.�o#j��c������gpЏ���8�3r^Ҿi��&~Ȍ"���r�w���Z_�zI�*y0�-�O>:,�ʳUiW���u^ڐȽʛ��o|��
+����������/���gs!;��]��y���y�9��Rs�MQ���y��s�Ln����&��O�U���_���dr���#���.�� ���1j�l�?�}4~��ɭ�G&�9#T�)��陇iu�&�JS���Z&�?z����&m~���I:��-"�M[sT�)y���_|%�?]z&��5|�R/Β���G(�wv�q��o
+�k����
+njJG��m:aC:��p;ļ[�x;ƹn1^�v�vwZ�v�����p��?�\3���?"7��]����CNz}�{Q*���;;!���/xS˥n�9�oAo�iuPg������!/�S��������<yv��θϠ��v|/3+ia�A.�ia�fi���Q�a�����������?�E�o�S�R.{�2�m6]0��!�҉�;�k�o�r%�vݗ�<��[�o���'?�T}�⌾8J{����k�S��Ô�Y�-D�_���mF[��[3{�Wdj{m��CRx�����g~��C.�(y���M�'�V���d�8�BjY�M�<���~��g���dz9��sWw=B\�/�n���:��ӟ/��G�C=�h�D�w^�a>ѹ&
+^щ���<D�2��g�R)�ЎH�}[�����̤�)��{\��plѷ�9�j{v[��
+o��NΏL<�Izd�nr� ����h/��ѡ]F���N���t�����
��v����_��^ݯ�V�y,�[KVj�b��;�oj��Ǣ+����-�C>�I@���CW�����_�v���,;�M��-����v��;
+���+�,�<Jp3=�kg�M�/Eyb�����ķK�h�Z�p;�ѣд��z'~�zNj�o��`H��k�t�_�fZ��92�=v4=m�Z�p_\�c�3��NJ�AO�ڷ��0�������ċ���ziR����$x��U�p��ۢ6�߳��e�1�ڭ��������{�h��3��}��Ty��C�>R�<#p9�?��(5�w��yy@[���
+���4$�`�_z9�?�U��[��n�<KW���s��d��̭��[;C�`�Zy��3.��鹓��w/�?G����N�Jv���% {0���%��Z[�<n<�1�{�Aj�9�����!9Q5=�����cN�Z@���/��7`^!�=����P�H��8|yJ��Vx��do�z�cĞ���ly�61+�$��
+k�C/mR#���z�����u͂��/���Z�v�t���Y�4���wZk��T����糀~�۷����C��Y@��퀺����h��6��A��������5:>�K������b$Mϩ@H��h���s������䄻�l��|�����j};O���8]~��-x�=K��?��P�xw���kn_vA�4=v�;.��$�]�y��Y����q��}p�?�U}����^�S���v@�^�|���6����~߷�x�?�xuX7i����Q��YiF�=�$�7�]ehvڟ[�O��z���
+smvv����m�?9���g.�x�㶿�g�}�y�f�tu-����;�3}������!
+/�y�Bx_G5Fw�g�1�rg�!�������kn�������+���m��k�t�rm����vx�o����a��ppgD��C����� ��ru�����!�ڔ�?���?P���Rp9�ˏyUZbׇ�1]������g}�7e�Y߰�M��Y߰�M-
+���}+0��a�� ���r`��Emh9A^��z���Ӄ^+����-˂?���fv��}rW��`�V���i'J��&4=���\����!-?�������e'�PRp�Y`U�� ��f�g^zd
+�C|�p`�|L��c�tꂷ���a�}#����A>��:����^\���7}�X.�Y�!�;�
+�^�P� }Wy�q�xc+$����i���0��[�؛��C~%i���A��q�����b���)/$O�����oG���
+���wni��aO�E�Ο�&ٷ��j}�{���!#�$A��͊2dXZ�ͿdX�S2,�A-ZmyF��q|I��q|�F��zk����4�.e���z�C
+�6W�����t���<}��pN���� fm������CB�1a7cs���`��0�y�)9vk���qxal�RF;CT�ܵ�s�n�;�-x���/���K;<��}��A�V�vhMpI��Se�/Mi�N�y�c��c�a���W�Zۊ(�7-���
+nrT�����Mj�C+����_
+\w��a:GH`��K��:ȟ����V!�Pwz��u�K�,�4{�x/x;�1�etP?]$�!11�����6�cÛ���6l<J'��=��x�B��*~N�"��b�*��V���[kC���ֆ��!�pU�1��5������t�����h�G]�#��� ����#C�TR��,x3�)3px�R�+������C�r�ע��?�Q��������49 ���������o���]�;�U����\/7���X��X�&w��nRr7[^�߲�����nv�+�nB���e��Mȧ�����pw�&�|4n��L4n�������G����p��=��Gi�C���{�hJ���&����&�E�o�@��R�xJiiw�\��7y����4�Wp���扗��P��7���~�i�#����/jK�N�=S
+Q"�](-M;�g6�#�H�GZIu^]p����J�̣BZ?�v����M<�n<�灣����k��+��ח�����ٙiϋlrɿ��16�Uyz�m�//Sw�7���A������0�3�0���0�A~�d<#͞4c���nB�E�Ee��A͝'Y��f����&)fN�s
+�<�ïJ������ҍ�!;����9L�!������8�_e�/��pcn-������L
+^�[�v�0�P&���閄�������
+)8��v=�������À×�Ȕ�<#]����Ff�nd�����,�ǍD]�r#��9��2��,M�hyíVv�'�z=���C�s����l�oms��vr�{n2)���ѥ;:�4�'�z
+�«/<�z
+y Io��<�}Ȕ����ǃY^����찆�m���Hm}�6�����ͯ���/�&���aE�
+2�M���G����Y���-n�rf�xt�bZ��� 6T;�h;���!4˥Jx#��5E�Js1I��n���M\�N4����n�Ļ�mgQP�y�L�"��*
+�i>6�1gu�h%EB�9D��:��H_�mS�lݴӣ��x��-+���w5NE��]E߳��H�q�?5fe�����F�iO�D�^}jv�h7c���*+���j<�Def�O�����5H��K��"��Vy�7���jSlI)��M����3�^*���n�6
+�ɚ���ڃV���7��RIW��.�$�F"�6��\Na��)�I���#�|�Rj�)K�9������L*R1�J�~wq�w�u���!m��M肖xF��+�>9�/>]�� �w ��LKn�+�c��~���}t�7ig6h ���Zh �0������@Kr")��ܯrhb��/p3]�KS��|�I���n�U<��>�I�<��_��;�I�SU�S�{&|D���9�S�7��
+*�?�A*�+/���0�X��j�㚂�۴#VP��;�p�Е��)�nnQ�d��I8���7wt�3Ԋ6�ݐ�P+�ܡ�q�,h;֛�5���҆K��x;A���?�+d���?dC���yLia��qy�7�<9p�<��OXY@S�x��)�;�v��Ha8��w�N��o��fh���߂���vW���D���Rv�c'ȐKɼ�B%P��cW �³'*�yΥ��R&�x]�s�n�^���������giWʯ���ܬ�'�gk'pD���Hz4��K���M-
+obpl�8Lm�u��TI�MvЏ�ʛfL��u�d�c�-I;��B� cyhq����7=��V�bsL�-�A�T��8J������P�3$�Ú��O;L�3�C��8�;��4}t����ut��~��A��:��̘��A�ޝ�vfi�{�wI?-��/�ͱ_C�����U�����+(ھ�Ev��g���Rw�̋
+<{rL�<�FC��C�hu�陞�'pA�;��EĒ r�3K����TP�Ή]kT�f�!w�u b'��uȞ�mw�"���w8�����M�x��6�(^)<�x��+P���)jW�.�������_����V�m�8�g+���,p3~zֺ,pS��Q,p�e����}�X��WV�pn�۱+��v�ᕕL�^$&��\���ɱS�:��xW+�{��^�G_�0|�eݩ�ogβ4��š$��h��!�x�.��w^���o����\��i�����E�K�����=q��y>�b�7^I����ם�Z��ePY�o��QN v��T�+�ꂉ~�|��$=}x��&���y����o��8���Qւ7�b��+��>ջx�)rq�C��x���̊f������'�4�����3��~}��k�Lw�?2�q���pX�e�}Z�x?)f���P���O���Ӧ*�c��,#�x���xz��?��J��G~pѲ�Ǽ�E�L y��x��O�xm�����C��J��PԸzxd�QY�fą��B�Lpx�����7��"��$�A�8��`!���á�Fz{v�|FNZ���q� ��;9f\*O���1�PS�1;��'����3�Rwa�����2���^t�{����va�����O����k�������v��%�0}�^B��Ҵ%�!�H�L}�L�oT���&��m?m��.p��ai���3:�tA��1fڄ
+o���lς���lς��A@�x;��2щ�?�P�����+'�t����
I-a(�8��w�=+=���x�t�����s'f���3�Ųo��}���vh�sg{������:�v���Q�z
+o�� �~��j<��أ��P�#��W������[cժe����geARC���.�g�,I
+u�4�]bL�q�v�YF���O�4
+�T��%Vde���M->�<[��'��p�\�|Y<���{�o^�b�erp��,�����#Svz��G���ﬔ�5i��сG���{�:�4��TY����0Kbh_��X)Ut�)o�"�_�,���&��y]�L�����\�L�����\�f��[?Lv��~�jC����7�w��o��H����U�h�]�;U���ؾl������ߍYX�A_��`g�+3���]F����ޅ����[�_�`@��hW⃛��g�rh�LN<?e�������<�<�%7���^����{Dj֡^q��Jݏ�-G����˿�Ϧ��9\�Fm~��á^�ު�sQ7�W������6^*����!*�l�"m]�r�e�6
+���E�z+�gM�\�&�Tɵh�y�"��8�N^~�ė幏�a�������\�&=�x��|?������~�K��ح�\~>^�QѮ��C�����C��,[4��I���4.��vd9^�r�����9w�ߘ�r�U�����a~ֿ������ѥ�gW�n��o��%����\�:�S��w��̗��u�A��Su�p��(���j2!����w#����3M�:G�ϝ�A��}A;]������r�tzs'��\� ���\�f2��c�p�f��W�]~!�[ᦒ����~�SL� ��Jİ���q�ہ+���X?Ԉ�x�Z�Y��%�;��������������Rl�/V<SNK>��`�4�%�1 JWy��ËO���+ޮ��|����.�8��C�D�ʎ9i!;�90W�&G�$�g��I�P�$�g'
+��p�eފ7KqMX���_���,C^y��c:hu�k�ī�4=̼��5/��^�M
+�����p8ֿ+�W��'�Q[�{������Ak���wX+I}8���>�
+����vX7�ϼz�p���^��o��MC��at����Ңw�۩�"=zy~�=�C����{���y���/�^Q�GE�Ο��h���/����^��<]�����l�$_
+>-p9�x�E��~�>�me��f�)u�G1:o�rz���|�Q��`�r��֗�~<�wF�߯i =v�M2�~�Z��<L����<{�ܒ��o�o���~i��Ps^P0�o]�3�����?M����)���H
+M��7h�<%��~3n�>����(�o+ޮ����:�����c��I��9�pWѬp�f��V�]E#�V��"#
+_�����^�vY�=�ց�S�5Ϣ�cÔ���w|@�sݬx{f��[��V�t�?L��+��J2��N/����;vѷ�b�*�{瀞oWŠB}��E1(P�i�L��`'���`�n����>"Xeݬx���*Z٪��X�v�T_���Y��~��qH��/��5�d���ϼ�G�����Y[��ikxLny��$�v��>�-E�![�~�#\�`ȼ��lU�͏d��E��qz��|8�����$��e^}1ܣ:�Y���%�m��abGB���$����Q�����O�-廙�o9Kp�?Oku��|(������Y�)sA�ԪO�ci�:}mqk/����=vrn�-���=v{�>|�5����0'��l�7 w�Oɝ%�?y�eǛwK2�5�����aN0�D�M>��(�f��rM�ח�/�����,��"y���d�������V��rm�u\ ��=�4��N�c���Y���&~��E^���{Bt;P��aЪԷ��#�g��;H�2�+(���S~h������-p&?��͝��p�a%M��a劷�]�+ޮw�[�x��)�`�(gbd��q�[�x;%0c����,�:�v�i���=$|�����5m~��s|�U����3\��
+o'pj����q��zś>�3ADKO�Q��t�K?Z
+�6�,.M?F���e���#��~�W�xi��V��v�Xw�]>4#:����e��k��L�-^�c���~IƧ��Nql�ݯ�'��W�o�ݯ��Vhгc�����耕yk%sY+o�а�F�ZI������]����K�������$t�v�
+�О����̳�U^��ӎ��tM���>�j�K[�C[��}�C����=�����P�T<�o��^�E���将N��]�.�L�Hz};�4^�������}}�K��:��7�7<�>5��n���9��*:��O�N`���k+�{s����:�����Mb�Wj�v������ա0o�I��>���xL����HqRr�O��C�&jz�O����$�'U^6˕���阫jcr(~:.���Bў�M?�^���G#�=�N�r�N��]ᦕ��Ю�S9P��f5�^�P�#�=��L�-��?�EC����8T�0�$Ju,M�C;��ɲw�*M?�[�
+�o���biIU����LV�y�D����P���=ߢ���-ڮ���.�9z����~��[;��˳W�j�c'�f��̎�N�NA���'3�K���W]��D����(�fgV�]Gɪ:2=ʴ�Cmڎ�e���
+ꄝ�vjh�n��1��vͱ|���i�wm m�w�%����=ޯx�]�5��<��А�y���J�ʳ_*u:oڤ9a���*���"s�yq@c���_��8�gJҬ��O�>z�\/��ʞ+��9�;�N�C͒I���.-�|}x�y�bh����JŰ���������Ҏ�t���c�B�c��'*c���ȫ�]��&y��{��zٙ����x���������g��8���Wb4���q��<��3^��ڴ3`g2��q��SN���3�B���L�5�yD�lۙ�!�7yz����C�D�u��.�C2�O)�qGp��4�;��X�v6�6��Ε�)o.=�W��Q8kb��G�%�ʂ�C:t���PJS4=���m������S��ُ��s���.���x;��zN�{g�UwY3O���=����?���z����lݳ��VEh��K3f�*�9Ժ�>���j����c+Z|��8:��wʛf��-Co���c��y��U��[�V[�:���L�P<��,�a���gy<��xl%��o_w��)�����i�ܢ��V�c<\wlس���)���eOγ���g܃8N�����s�4�(����[�5t�2�#��N?���b�u�k'����D���9��ۤ�����=�yI��r*M"VWP�>��I���Gj]څQ�e�o��>i4���'��}��h8�+)�|�t)����?��AK�іr�h�*o���O�uu.q���V��:2���{+=~��dc�������P=�`TVt�_�>�[�]��O���
+�Z�������]�f�:=����nA��!]��+px{t���T鬓y{����/jW֭��r�ձ�ղÏDg���#�칫o�;;.��_6�h��H\�u~����+���1�_c��-y��ɡ.��?�f�Ƿ��bh����e=�\;������)zӦ��ir�̫[�B�& ~z���.�v��%;��c�e��Ѕ��v��i�a�ib�y�[��_����Yܣow�wM��8O�}�O��6$�'Sw��s��G:4��Ó���?<���{�1Y�o�9�`֝?�xI�8d�����>&ME�p>�bhn��Tq,������xݕ�̞��Q.�hrzu(b�i +�.9í\sH¸��YM�k���=R<Wp�?]e8͜�:������Tx��_(�����f�w
+������ä���a�ޒH��zK"�ʂ�Pu�?�ݴ��74v��w�=����;�{*-�^�<�iG��繴#`W)\w� �)��KHq��)�d�߯��������i���;�Uƈ��{͎�9�5�����r���];�vަ�E��≠�����4�y��Oٱ�M��i�AE�����b4�:����s�mʥ�CP@�+�k�W%}��'gynD�s������:z�9��8� ��zNkrvK���-p����@�)b���h�S@�*by�V����B�qJ���@��{��_����߰�wq���`x[��ɂ�C�W��Lx��X�?���M)o��l|�˸�0�%N<s�?;������O��kå�3O"���ܔ5;��BQ�Ӧ'K��]�Y�������&�JR�{A�����G����?��S���u����=Rv�H��K�vGu߯_�� ��W�/l�4C��)������:���:���?�u���!wwu������s����ɸ���OL�����9����˳iΑ^;=?6�=j���ۥ_;���Z���C˿�OW�
�K�95�<��I�iR�G��~!V���T�A���G���y�r��k��5;�zu;�4���S_��T�4���8ѐ�r�(��<��Q7��ȣ?�z�8\U<
+�+�!)ce(C�_5O�R��?��'&��� 'G}����*�������;E���G�M��*!��,�mJW5Ki���f\��C��o�
+0C
+����������G
+)�څ��j��EFH���M|��D�P����֬pS2�*�n
+&^Ώ
+n��Z�nG Hل
+o�e�.LL�/�!Z֔
+oG�A�n���+~�f���v�1]��<G��*�x;Ɯv6WCagwz��4�j��Z@�f�̡�a_���H��g��[���+���=��7-�\���x�Ių�^<x�!�k0
+t��o@��xy�G&AK��=v��^����T<ߛ��*��1��*�_������)�wy����9=V�Pq�vz��B��N;G�d�(O�<~���S}S��&�_ٱ]�if�0�G^YPCx]A �Z�g6^���Qc6;bO/��b�N��Ff���;�6JE�`/�nJu��/�<m\��H��P�GV�
+n���
+'肷��Е�'���[��;c4%l�0QB���� ���,x���.�^�f��<���A�O��xf����N�,x�>���N�]]/I:-�cS¶��abE�4 ����5���xعi_I���9w ����ӽ�gH�oZ�;�v���Ő���.ʣy�k徧:���Ҫ�&��;�O2_�6UR������`��~ρ��.ʼ��+�u��X�%$m�P}}
+^[p?���6y ���I��-?.����N�v����Hv����9tx2PnN��p|kp�l�h974+�l�?�6���dR�7�N°�7[.zʥ�GW� z�}��L��E���;�A-� �z�����D��'���0�]��Ƨ�����h���>H�*����'��?�$,^����?��:�����Gců����P*%�c
+��z���4�/��}K����+�������]n~%��p�0��+��Ո��5��߿���=H^~����C��l��2�����A���l�Ũ�݀�=)J�A웁�y���U�����|5�߀_R�J��§�?������]����'���q!��e�Ɏ�
+�������?��?����
+��bm���ߔ�坟��44T}��FF�'����
+y�D:w�x{L-:w�w�jgѧwX&��_���+Y�7��6�����<ɚ&��'��LJ̚f��G�����K�:i����_��,+�و�����9'��2�T"?��}���Gǂ�'�7aE���(xO�����}eI���5��gh�G_���3���'&6LJ"� %I��nWd���)�Tߍ�f��w��o��4lX���|��U�~�$t�?�I�^�K��&��<1C�Yh���h�/��5~��ý��V7��؝W�w��Tt���})��}�̠��.�vY�t�w��O�Y��f<J���ʗ�
+���ќ�'�6e7lҧ���d�p{Jd/j�C�{WG����"v�a3��!���|�W��/���5t(J��[h��WZ;�'�F���"���&<�#Ez�����M|���\�߱��G<�8�4��+^�v,ՠxy(��V���eS�R��:�B��rc$��G[&�4Ӧ�8�"�Tt���a��(e�1�b-�k�22O'5�|D���-��C��_�>|��3�is�O���C������ݾ������֠X�
+endstream
+endobj
+1 0 obj
+<</Parent 16 0 R/Contents 15 0 R/Type/Page/Resources<</ProcSet [/PDF /Text /ImageB /ImageC /ImageI]/Font<</F1 2 0 R/F2 3 0 R/F3 4 0 R/F4 5 0 R>>>>/MediaBox[0 0 612 792]/Annots[6 0 R 7 0 R 8 0 R 9 0 R 10 0 R 11 0 R 12 0 R 13 0 R 14 0 R]>>
+endobj
+17 0 obj
+<</Length 20610/Filter/FlateDecode>>stream
+x��}�ﭻQ^���^��GmA����6�$ܡ�B���߯���{����likֻ���x��|�۷���o�~�J�������'�����]��>���[
+������������o��-|�����~4���[x�������?͟����������_���[���_����̓M����w!|��_�O�o�wm~��>���o����������ӎ���[佾�z���E>�� �4ɛ������S��I�+���=���N�߰ɇf�M�X^��`ҧ�J��������
+9��)�?���j�����3�)�O~�¤�ϫ����l��j����I��+��n�7��?3���������)���#�rq��(��+g|«F~���a1ُ�ч����:,c�O;X�݊qJ�ܭ���Ӕ���S�~��r.�/M���Z�C��3�
+q���І2��/Ә8�U����iK�c�ڴ���[���`��Wq��8Ϻ�̣�<��8����1
+���4��Oa���`'LK;x�O1��p��x���Pn���]�!��M���i^�����_�:���W����*�!͋�x��&�#��x���g:�T�?��˫{�k��ų_��juЏ�{�Ӊ��3?�vL�ڦ��11��Ӌ/���0��)���1kO�<�9=/�:���2�3�iM��2��>.�#��qNu3=�\}�m~����ݪ��r��yzJ�M됧+����:@6â܃�kM�{����_�?���Rg[@ӏW���P��|/�����F�TB�q���td�\B��������ͽ�Ӱ��4�}��eX���<V�dĴ�cx OԜ�'�J
+�i��t�Z:�m�a�k��|^� ��*��D;����t�jv�3O�8V��ұA�i���}6��x��a��M���©lf���G6L�=�5#��٭�8;��9���l��
+�gIm�*#i��F2��Iha�h=�͍3pRGѦOa�NocN�y��`*��MG?�����~��<
+�$I��x��y�,TQ�� O�3��Tr��ا�9�P��>8��O�+����C>iN�!�4'u�MX(��ɡ>)}��8��W�ő��[��sw���G�r����qN���s�<�������@�����No���6}�ڰSK���$Uy���O�]]Զ���8�ggz�!��(���m�P�ޮ�$< ��Jr��|y�3�ʎ�(O/�8N��$�zm�!���4�v���|Ӧ���.0LG��ӛo�y��á?y����l�,�q��<͉��24?\E�w�����I�lӚ;n�ܳ
+s̻NP��8]3R�����[L�˴&kX�5Q��yz��]hFQ7_�K�7��V�
+��{��)l���G/��PMW�5☴��Fn���.����h���Xfƃw���F��uP�X\��l8%cG���H��� �x
+�y���S����F�6r;{c��J�v��T�6<�]K�^n
+Zl�lz�p6�K�P�#�NogϬl!^�u���8R�x���o^�yy����ImƖ���(��Foaz��a����p�еޒH�O���d�^}�<�i�3v��?^1tm�l�`z�1��y�U�7���?I�%�~�����<��Z� (@��H��E��B�<�s������"�
+k���B�<�
+h�[��Ӵ�ެ�6B~Q�w�#-|��r���G��;��H�Z�
+���9M�N������+��i����4�C=��
+U����
+���ş���nx���M, �$/��9I�<��u�ΪĮ4?HyN�?V�<�:xs�@��6RO��֥H�6'i���ys�f��d~��%�f��3z���_���KJFp�"y��v���8o;��(L�^644�����@��9���dE}�^����*���ґ����ţ�M*x���mg'���":����x}R�����*v��yxWC��s�L<w��\��+O���
+�M�)pxY�(�U
+�i�^�Ɍi+���M+�
+����TU^�6rS��z���h��v�;ȓ�NryV���_R�����|�`��:O~L�t�:�A%٩
+vVLZ/������=-�yC���Ɨ���.�+R��_���d����Yn��o�63�K��6�M
+"x~�?���^.���c�����T��5�z�V
+�A�2�>@��]�
+�X� �rc|^��͗Qda�����#���O��/YXU�K�T���r��-�jAZ����]�*���t��
+��e���Yv,iX��^��V~�Fog-�*9��?����Q�<m����4O{r�o
+��V��$.{�G��S\/-�z&�,9�B�U�Ϋ'��'��#yX�!��k���vbOYO3�����Ū�W�3�Luh�֖���C��C��@t8���8���WR���ތ�ȳ��Z��CҾ��r%X��7��v�X�Iu��yX�<\��Ć.�Ê�?�_`-�U�X��W�R�D�C��r�C�aU�����f�F�C�0���<(�y�������I�Qk��Z@[�n�HA����8��;��V�_����3)��2�?+Rj��>��)���@H�N��'e^�%I��}�;P E"��|cg���w��Fn�,��Nr���(R�إ�����/�XE�{V6a��ϹZ;+T�}=]�f���<�v}z^����a
+qf������Ģ��ٹ�vf����K_�,UA�8g�����}�Z�g�Z�����/��J���m�����h��Ým<��m%^���3X���
+ʁ��փ�FoG�����̄��d�Sj�C>�R���pߘ���4��0�|J����J����j��?�/��4�������K��c�������c��.������z�A*���t��3��qAϊ�6첵�H.�+��S�ͳ�nr��i���0�H�r�Jһ�\�
+V�w��4J��4��X��='�����Yj�л��.���'�/ ؖØa[���(5�5�˸�'h�piŴ��Ym��#T�у�(��Ҋim�� �R�Ag� ����z6���Ĝ�i�`OM�.�&��B��ٱ
+�iq��G��+_�V����kc�h p�I��E��~���T$�z1E�e'x�)P Br����q��
+Pj���yYwǁ��O
+K���eI���M�����ۀO�W���4�o�g#7�u�ۏ��|�<!���'7��>i���ۈ@ȯ��@��4�1H���۵S� �N�#m��բ��d��6�z@`77�����ەw�0�Ϋf(+ە?�y��i�Oue��1�!٨���7F�C����u��DO��E�^�͝�\�G�U��D����B*�2
+������<Zy�\�&��8�*v�s��:1�C����s�v����*��q���8�0��:n��V�8�L[��b��8[q�uu�le��˦��z�c=�����ז]��|\[v(��&촘�������������P�?Y�b�K"ݤ�l�M�$�F�����W{����6z��tmH.8OІ�ң;*M�IO'C�O?��Yo���7]f���t�����4���`(j��κygI��:��\�Lk!���-��80~#����h��%u�xg=���I�召���?J�g��Gr)��ʼ��[W�8�Iw��'�!G���Ht�siU�9����:����J�-��\�K�#�K�z�f�#iL�_�W���Rs<�2��^/`����}7|��m�i%m�6��ڐl�60�>m����6�w����F:>~���;?���N���p��X.��Ao�
+�S��uZ<H4:5�R��l��OZ�/@�zɦ�[��}��t��v^X]�u�����.��M�����O�e�[\t���z��y�ҫٱ�#��C����ӎw�%4�]��s�v�k�|:�iN�B���m
+��Ӆ����*Z�9�gK���_5w43���q�2��f���^�����|�V�W��^�ۤ��F~���Rd7�K���Mɥ��J�e�K��N�K��������a��3��Ϻ]�I���L$)[ui}�a�/�̓v.
+�V�Z�h�T��M��2����\F�UI���iI��iI�Ә��H��n��:�?Ts�gzi8�O��>�kr�ۭ�>%ޜ�gU$��A�&�Y]jq���C��ӆf|<�Gy�Ń�ѱ�i�Ú����5O��_��Vv�N���𩹬��19�Ҙ\���*z��y���̓�������b�
+����ѵ/f��<�
+�'�%�z��y�Kw��k��'ϼ1)��K+Β����`�##�n�����O�����yk��Fn�T5I��o�̑����)UM^_7�V�(X濺�o�v�wN+�wN�F~��֕��������&��+���C�i=g��&5q'����ؿ"U�}3ZD{�x�_���عdT-de��{�#C*;�i]�Z��������|���l�vZoA3tA�ec����د��,3q^o�����C�f
+'
+���Tp�W�+�����)|gK��+�������j��U���_��UP��Bi'�x�/���C�m5̠���l��%?}M�`/vɓ*���ca1��{��� S��_��Y��m)~l�!�1��wN�Fo�!8<{�J��s����R���ؓ��%U���Ni6�M�U���/�����Ruh�lM{��f���_�7M?��q�ץ�x��ō��,��P�$��=� �C���e���I+��w�ߴ��T��&'���A�,r/���
+W�N�9��Z/�ɵXO3R���ΤRý���M?�zm~��zJ�l�����ФG���_���
+�d)S��fҗ��SN���著�]o��`����M?�����O�|ɸ�s�?7���
+��=�~(2�ALQ/4����̦/��x~����Ħo����h�!�~0��'1K�)Z}0)zĉ��!�G*~$;s'�����ⵧ=�[��W���4�q��P#e���i\�Ά������Y^��0���d����Ë�x�������.<~�S�MG,e�r����7����&�<�e8�_���%�R4��!>ȧ8ͻB��4ɧ��1�27�7U��#���h�ʃ
�y�Q�P�?:Z$��]k����l�ɛ�o�*P0�'���o�7g}u�ꃷ]���U����
+��ןy����?ϻ����a��6�+���*4�}�~���al����{�����WK̍�$2��Nm����r���6j�������'𝥾�۱��:����8z��/c�k�K��r�7�K��������,�q/���c��і��P�k�������}�5�F~ X�4,3]�6�?5��~ǟS�Y��]�R���ۡ��;z�C�����
+o�f܌��%z��Tv��y���W�m���BmĨ�L�Ja�/�+�KH箃��X��r#���5��ff=x��CL����7���d���ޛ�R����
+Y�%��P��(^ �ɱ
+Z�2�����<LvЅ,)�#@�~o�RQ��� �uZT{�ʣ�;,2��'�j����iǮ��t�7�y��KŰ�cWm�?��6�xJ:�n�$���5�B{�5&̐��xK���K��3A;������!PҐ�:Ǯ�י��QB!|(<�9��a�>��_�VO���t�a�`�?�d��*��&���QB+��Z�r�2Ì�{�&ϴ܇�x��:��+��D�{ɥ�'�Ɍ�T�Dt��%�dI6*����TD������l�J��Nn:�����%yw'7�>�O�Nn�sd����"�o��M�Gqo�@(/;���&=�����zX�ގ�ӣ��G6}՛kqH��y檷���������qQ.V߯2�a�7#?T���Пխ���jcM���X��6b��� �5t���a���-����vz�g���s{/QW��4<Cx�N� 6��
+����6�x���W�8�}>(A"vV�d��AnCU�mw��t�pm���|%����G%^Z���Nnz9t��k5����<�<���L�}�|��K�W:�/�Zd��Now�����>�=:�r�����k&�Ni������R.��`��[���pp��fB��f��{&�N���2@6z�5J�F����S����Un��N�-L��d�fa���S/���a��q���x�e��9f������;&���ѵ�By)u�����!_���2�<;��T2���ytcp�?��ݝ�2*
+�C�M;�O����i3۟Ǻb9Z���"��k�%�qqI���_�{MK���7�^q�Z� T���r�~�����,�x��a��u���ˀV�#��u��$��UyI��#Y-;̉4�-��#Y��l/��9̏4
+>��2�I���Ԓ���qy7���?n�3�p�.Ho��N69����u�&���ͪ3��v�q�O_,����:˴sGX�>���.̃ꎰ��:\��y1��/�γ��{���v��5��t��
+���Rx���Sr��Ey��aF��$��}�K�&���;��F��ɥ�
+���������g�A{輺ayuX7�yk%�
+K��+�8Q^�b ��7�����R�7jS�P���n��`���n�`����&���X�H���/��k��(mT�Z������}T�A���74?)�}�ћȦTv^¼�꩖&������U;���w%iq^:�<RWF�z�c{Qg8�֤o"�?�z�K���<�}=���6�C�Fo�xc�a�� 雎��(��/��Cx����P�����7J��Y��'^dy��!��o�v�W�O����9���ܕy0�'t���!��$��^.�S9�h�|��݊�T�C�[��\��ʔ^}�Jp����7��cys�h�ҺC>c%ð�=M�0�L
+A�uY��M��j�Iґ}���!��=�c�RA�����U5yUb��q��>N�m�`�G<5h�`���;o~�pq~�k�8�=�ї�
+Evi4�/w��5Z��j_؆"�)Z>��7���JeM.]|���`�K�z�0C������s���IW^��Ӑ��}����O�p�/�Mо����r�cMP���P��|�Mm�ڷ��7]_��L�����Ѩ�����em�Ϫ�e�����ms��7������m��5��9y���ªT�����R���ۉ7R浓_�*���!����_u���^�U
+��ݰ�[y~V�+�^L�>�o��QZ���O���/������m��NzBXE��~M3��c���t�ۀ��<���J��}�f������<?-§⥿Z����y�2��מ5����s��,�5���UqZ��x�泉_/*j�ɏ�N,5~��%�5�4����'��C��Ǵ��|NZ��<A��-�6�"�y��E�nw,�&�ѧ7�Ӟo˥t�qz����І&uF�z��>:���5a���0��p^�����!�'8��������J��OY��0��˄qzseb�G�)��Gߙ@�rb��0�2��9�_E5�#�����>�Z�ݲ�����e�,}I�S�v[��h���>�Z�mm=7������G�P�M��7�Å�!��Iސ�v�y�g�$���$��P5��pJ�5����VVz~��=�?:П·�����P���l]Cй���K�!<�8L��_��<;�7K��������$d8�����]D����b�w��M�;Թ���:H��)~������jJ��Nm��������je����8%�4�������!S5vr;�Y6m���TYB��ޜj�҄��>��L���-�i�(ê��Ʈ�1_P����--�y��҆��y���k�d�8��J'���R &�<��`m'�'�0;���B�ѕQ�'?�Q��!�yC���<�U~w�F,��
+�S�m #m�5bϩ��Y�A�.�Hi�<��/����n)�=HZ���:33�vz38C}��tɈ$ǽ�'{��0���`O�9ۅ<�:7)�忏<���yӠ�?�O�(�Z]�zR��]�g��5b���K��S=���Q^jiqR��FJRv�F��I�䤏�
+5䡏ץ�+j?�2�[�Y��Ԍ�^�����`��L�zҤ���Vjʒ��.
+���2�}[�H�9�����o���6x~0n;9�+I�q��H�QރO�<9|[t�˙���s�vh�^�m�ǽ9�-�]�K�Ю���-.pO�Wz{k����dA�i�Ԇ�u^}Z��uV���qY�.ݛi���3◻�h������T�c6z�B���x�A�P>�1}�2}��p�0o;8�K%gy��6r���z;����Ro�f̂��|��u_U0��Nsy�`��ҎB�����\;�]��%�}�z����8�y�ۀ����YO����Q�5ۅ�����z0A��_YI�8��Oq�����c�����\�R��u\�qZ��o��7�2C^݆��ꆺ/��B�yx/Y@20|�7�f���x�����o�������v]�?�w����������5�T��-�w��Fo�_IF�)��3����6z3��+Ɉ�;Ɉ���t����;)�^o���M��$e{.�a2�a����9䟞�m�}�^y;�> ����e锏�!yI�����y���#
+�"��2~�%j��2λ����]:L��'rܤҟ(9��Ɔhq�h�q�.�W��Ko̥F�WA�wK�^��x/톂�m(#H?Z�Ҟ� 7��0��:�*$&��g�z\ڔK{���:�� O]�]� �]q�����
+2�%X�%h�#�yػg
+9l9J�Ʃ�6R5��������[{A�����T�%^�e����.
+n��8g��?����/�}Ċl�?0",3p����20!,�t�ۑ�#
+�vz;�~�<�%�g=5�����L�7��fV��t���Xz=5o��N�� y=Mo�6�����TF~1��ܯKgii�Ưi��m���,~Z����!�%4}/������6z��л����@�>\3�|�t;$If���&����y�2t�o>KA���yz�G<Yf��엨���V�h��"����[�g��4)��%�XE%{��A��K���O�%Kg�6�e�x���IO�'�ìb2v�PLvj��<e�x��P& #���V=3�������2���5L��W�4�s�v��8$�T]��Ti*�kB+Z���b�G�@`N~�6:��J�����Rl��ɼ�攏��"�?�f�N��]��.8Ǩ=B�O�.;,CN2�t�7�3�=������;�c��Sq�M��kư�S���*�N��ę�IG~^�[��_��������?l�%���6_z8Wm�̈�<I2'Xy"�GE�6��>�����#�
+\,d��靰
+3*l���Y���]F���(�/�
+�dyV����i������k<7���;��1s?�/�[����z�e�ُ2`��>���g�6V;�
+c�����"Fv���0����ߺ9x��U���T�y��S6���f��i����i���MƊ�F��)|;��;7k�Ͳ!3���C��r/L�G9V�������)���l�RyӃC�T]0�"�T�� P�=\�xRq�3��M�|ў�{i�]�0��m�k�J0����-��y������'�y@�eel�o���8�>���]�^��r�g6v���\����W�����Okv�g^�ݡnH�y�
+ 4�g��qs�j��y�I���y�O3^�c��G���s���TW�v<���e ��t8�;�
+�;~<�����V{)�Ў/ѽ#�~���K�� /V��줏�ao�:F�:�w5M�Z��f~\�5���㴣��뽠=����ּ���4"��� ���"�f��ј�$�m��S��e��a��.�>yy�I[�<>n/[������7��Y����q^�s泠V�����
+��j5�j:n_�C+
+����];�=�K��������=���Y�g|��K�����<�S�v����2�F@'��"4�翾�����@��Z�m�v�ь�%ͤ;�f���*vʫq�Fo#�̞͚�`��H{��+=���K;�!o4?mu���y��������C�]������y6z�=4{v�<������>:��L��Gf�^�����&K�W��a��r��<E:,mĭv��F�֧:�+�dKZ�y�x�R��T�y��[�z�H!�
+�EJ��C>���{I���ln�v)Rz�JRz��=�^o��]�0���̓گ�[�G��H0���s�� ��,�����d�4�y�����+��G�|�����u��K���S/���<y��]�x�_=x}[����E*����5?��wa�|<ϯ9�N��;L�:��ф�Z�A��V������n#I�r엤�8ܟw��Ni���0�������n�1Q�����qD&M���B�;�:�9�ͮf�+u�ֆ5<�����:������qj祜)In;{�����Ѝr�o�R��Ů�_�:������P�:X�BC�1������8�*�6r�s>�m�%�Nj�Y�@,/_�@��Y�zXv�
+�6z���J��K&к#6z��<��G&P?�/ړ^拾O��ۍ��P7�Kא;���� �CݤU�An#u�)��K=�)~���}��� \��8.}��4�}
+��
+O@v��|M�p��c�'i��1�p2/ �p*��4��Ae(.��1�jٍ�2l�����Nh��`'��h��"WGY�KAև��tfn�|C�.�������k���K3����ڬG�K.�����!*�yB�O����Fҧ����\M��
+��G D5��������F�J�g�WʾxgC���6��l�:@���(���c����D��Yx<�:E��(9�g :�
+x�G{�|p.�2���o�Cʼ]kŊ�zA���N.�CE=���DZ�Y��K��j�ƺ�9������;Qp���5�}�7�),s�r�s����;��KЮ�|rj>u��|
+��W�2;l�W�Z>��wR_}���}�q��_�z6�Kb�������|�������c{�����MФ'��_��-O���[qx��:���W���F�����L �wr�N�Q_���H���!��vJJ�+k���C���) ��Zzp@{��X��%�&hM��K�����f]긤O_���%�Gzm���9Y w/�6�2�et�he���2ن����>���x�sB�q����[N�H�S!l��q��cZ�O�tN���4{���ҍ��`�o��^�-��� S�F�����S����y{:m#8��S>v��:��u}�y���u���o�/x�xe�씂5����Pl+�
+R{�ӣ�~�
+��V�ٓ���Lk&}`�~8�����;�=%\�Z��*����4k�����5��6W��6�1��k(:���5�_��N[��yͩ����7�W��Xt�� E�z3�_�� ���M�m��[���ع��<��8-����ӂک������S�vN�uN��a&j���q��������&��{mW���g�s� ��ۈ�h:Լ$�H��<��B�F@&�_!�6EJl�q�5��4��_S�ƐS���9��76A.R��Js"����˅�L����K<i'�����4�Q�o�qQ�bѼ�)�!�˰�(��M�(qlS����2H\�o�����>
+�q�Ԯ�B2ɱRӞ��Lq��I6;�{��ޥ.p;�K@:�����]�Hc|V�ip��)A��m���Joj�b�y_����,����)��mG�I�idx����AU4�L�v��ؕf3��Lm�0�0K����,��d_@����gOrL�L����>3v>F�'yV���+�6bWZ����i����8$sI]��CvS�ņ?��aSy��l&T!��+���@��"%��
+��H�{Z�c�Km��~#�G����_i_X4iNQ�t�헡�I��2<�=?R�ʞ��e�M�[�4�s����fi�����+����"GC�v���t�<����E��� �3����o�a��ga-<},�]l��2������>~�p�?�+�~���I��L��@��N��&��fu
+AV������@���_H5-Ntj8��ol��>��&yb�Xm����OL������d�K�/��*f����㰛��Gk�y1`� �&1�F�&}�0?��>]���]9����&}��y�t!.R����(�z�i��G��1m
+mv�r�h�i�����I_��g.��HϿ��6���AK��,�HA}��6}�JE����E��(�����D�)�4/��ys�P�;����7s��J����ˡ��g<ꏾ������:��I_��\��"���4��R�ej�wih̋g^��qzӐ ;�l�"X$-�!hmƫ��y������y�yzM�
+Sg�ɏy�"��9�
+�@��3��z��8�˵]�������5 �̟��6�~���oNdf�)�?��;����o�7��B�G�]��}���c�Iu�^��5����j��"�=8n��$H�>�NK���oa#7Eٳ܋�i�W+F�|�V������7�UJ�=����v�3u~ގWsE�}����-��]��/{�[�f�H�lZu0)u� ���+5w��Ov��H��ћVP^G���6�<�
�z㡴�
+��]��'{ͼ6#SN�F�G6�T���V����!Q\�L�z�L���M�S1�ɏ�b�i��7Xs%d?�o#,%����ѧO���ڡ8�Lm��?�����}i��oW_�]}���m�l�dF�m�i������T��z��/�P���L�U]��ۀ@,��"���)~��G�|w�^)�?v���
+5������-��rXCA�_&�$i �<���A�
+aC&k�8/��B��\2��b|�7�_�s��=����£���jo�ّ�}���'}[��ġos��Y�sۡ��p��:��o���^��T�y�����AB|�>K*�Fo��H'F���T��a�of�&CM�c1������շ��A=��|P��n~��٭��F�����#f��sU��.8�I��'���Oܿ�F46�_
+D���Qk�Nnn�����1��H���_�$^�FoC2�b'7�^r�Ao��kz���rm��*���3��PA�)���]����خ�%���mH�<r�m�H&�C��1����VQ��^/��roC�G����ݎN���.�I�8�)j4��j�1�$]���#�����wV��2��]���4}���ʜ�I;(�����>\�(>̉s�Ց�_�\HG�+�/YM��X��O;���W~��j}��Yݱ_p�r��� ��vH�|�vL��v��� ��(�O��^�l�������e�� �=)g}��C���l&�J��8�H�U�lK�f�}[:U:gҾJ�Kr�n����WHA�3d��+a,hq�H�.��5�y~V)?+Ir8�i�b��W���i<�i�F�*�i�1��������|���}0Z"T�����3��[/:I��5ú\��s���Z��f�H��>=���Q�<ܻ��.EP�����C�F�Uk�ћ���88|�2/GeNL�PP���Ѯo8| k��ji���M?]�An�]Zdl��B��ɋy��(ԗ���v��_��.��Fo�i���%�
+�'�v�6����4��=���~Zo�4�i���/#�.|e�l�����V�9�/2��g͘���p@��al����B�p���0�24��ҥ;4�}~?�m�l��?��L�0�~��sn�$dƼ�_JB�d!n�vBG�I�5�h��oG�qH�#-�T;��m�#G�i~�r�������A�,�Ϋ'
+���kzl����;��=�(�o��*xu��Po��K��BWh~F��etO��`�xK���M����"0d��+��EV>�.��8�4���h��|��MK���ϗ���F��oZ�/�I���)�$��q_�Bȧ��E0��V��N��1��6?����.�����n��_�?�6�v�����=
+�o�P��|�[>:����� �G���
+�9��ɀ՝��t����s��(w'7;S�Hhf֠�����d��_�w�{��p�Nn��
+�f����E��M�^ޚϭ��a%�p��G,w~��z�@�ӛ������L��*�kҩ�\�e.���3T��No�*y������N}��(6I�����띇=�߷;���G�c�wwe{�
+���,O�^�e�ݣ�owߊ0��
+�Ɵ_���S.��?̧�Z����똥��^I�w��X%Z��}t��6@O��bN��\I��ح!�J�5��z�]�`+��kN�������|�^�yf)'~�<ՓӟB�}��#�����n�̵svyj>��̩{��tio�x^ڮGd���/R����t7���ใ�nڏD��HߍH�/_��?�1r��i
+C
+h�#8K��&�.�|��3�/`w/ ��<�A*�i���:x|7<f�s�Qi����%+a^��Gu�^��wd��~�4]O��啴��M�Ͻ2d�G��QG�p�J��里����=�츊�Ok;���;�y�W������o�ˀF���}tq06�Kt�������~:$%j���Ǟ��:Wk�юI����t�;�1��Jt��Ios;���yB:�No�
++������7z����)~��ӫG�j���[��Fo�+����+`�G�M�}y~��:��?��Ϸ��H�������,��`�+w^���v��G��y����pt��pvkp4%~�b�n�<?@����ٱ]h�̛=�>W�5G��r.�lދ�v�};\G�r���� ���n�ݢ8����'�<��A���*SoO�9���c�f@��s�"�������>.IݍW�#8�?)��7w�3��Ģ=�+��Oٛ� �y8�����=��w�+���-2��6��L�c�
+�W�e�]�g�t���d�JZH'{s����E�,�?fP�n��=%
+�'�&�����̫ }s!�?f��C�q�=�+tv�ӂކ괛��㔿
+7$i�@[~4>�����Wq�-�,m�x��j��+����eD`�ti~��Ȼ!��dt:�
+nE�l���Ո�A�?��e�݇������oo�p�Q��S��<�s��rP�V����S'��7�yg��Q�O�����v��f�g�=�`��`7�c;�e؛L@����5Jf�No�
+�T���{�d����܃�ؾ��|ݒV����J:�
+����4�aڴ��2�y��X^�p!S�U�B��kt�w�7#;�;������R��~��5ȝ��G
+��-�v�������YyJ�E�M3R�[����͡�1��wڀ��?�߷'���{�?���i�à���šoUR��I���>L�'$�=��އܟ���La����K���'��$9�~��yw�oh����k?�Ǖ{F����B�Hv�nw�Ta~[h��A�e͘���mu(Q;��:�+ɫC�ڜ��Mߵ;c#&-j��h�W�'2�C��j���h(iڈ�Ȋ�+�1��D��a{И�q�-_����8y]@#�^♾�����]���.��K2�L��S��#�R��f�m�p�yC5j�f/w���]c�x�[q��I�S��G��Sh��q۠9�׳��4�&�vrs����]��te�>- ܻ��|
+�h�~��o����Nl�@:����aUj�����vp�N����̒w��FA�$n�vp<��X��Q� ���.��Fo��i]��>Lo�6�p��}\�E�&���>s���eT��1��4l�+�=�e��5S������t��t�̌�8���h���ܤRFL�'� ��+6�+��2�>x�ԉ���8�oǮ9�CŚ��:Q��;̓�j�%�����Pƴ&���e&�:�����Xmڸ]����c�1!�*86wH|��c��nG�Oч�2�=H�-+�Wr2�}�^:�_���')v(?��Ӗۡ%���W� �GE`��[�UT¹Я�*z�u=�¬U�c�NH�r�P���N����f�]�\��}{{�#��.)�z�_C�S!�ÑA����E&�s�rӑ���0�Q�HCK���������0<���U��g��� �p�
+����lhv0������hv.u)U{�� m�mlO��/y%�i~�`��5��f�6l�Lj�FΤ6l�Dj�FM�6l����sx���c�����t�Xe���ڀT�S:vW�i=�/�I��͗Ʉh�*HS����d����w��r3Ye�.頷��='E
������]fBks����9GH���2$n��Tu�X~�ƪBg�9�-���H�C>���� T�ݎ�tx��AzH��s�J4Eھ�>��&-���=7�i��ݨ�����Fm�ѥ�|��}�5�'f�)��
+;�=Z��
+����*��D9d:�i�ΐ{j'�G�������a@�����������w���X��h=e����Q}ݖL���fS�7�!w�E�n¡3v{�*�q#�L�i@zi��9���V����/���A.�7�KoX��H/�s3��5��ՙ�V#��/H����@|P����&q饮��^*�Ύ��d��l���,�C�v?�*�Y}��C�F���84�?���7�x�#�+����8tf^|Ϡ�z�F�]��_��n�*�n�Vi�L���ÇL3�ΤԔ�\:�&u��_G�}y�R�-l�e+��$4?�J�4�gH�=���l^������I{�μ��C2#z.m��'3�p����K͏�fy$�f.#i�����1�K۞p��1�'�Y�y.��k�~�E��hA�w1�K�N���y%�Umk����^Q�9�9P�CÆd���ҖD��2��s��)�U-�<�%>�[�`5o"K~��cI�`�հ��WHs7Y,��;�����0R���|#O��6�2�~'7oH��5�u ��Ao��@Hz;�BP�x�%��s��8�$�h����|�_0�~��e��EF4��6l1���ʄ����Bh��_��F$��6b4�ֈ�.��Z�a���]�+�`���8ϣ]>?C�'��G叻����0�C����C�cʼ�Ae��h�"�C�Eމxa��:l'�����I�)�?
+���"�!k�#�ld���~��L�7���#�VL䄩��Q�}D��)�``A��i;.cho��0���D��Ho��XoN����̳��i��"���ٕ��~����M]��!!�6%�%�dޔ��������>^CZ���D�W�w�qF�M�Ô�p�"�ϴx0�%5��*8�`��U��4��w��g�5�e��~��I[��Z���wK�d�w�=���tq~�|�C/��ҜgW�t�˙G�!����y��ʳ�Í�_���>x���}�Y��~�. ^+H���$��o�f�x�|l�f�ך)���C�.��v���� 1�ש�
+J�Z��Ћ��i-ǹ�������RK�������o�^���;}�~���;����z����]����h�g�҂Cߦ}m͡oM����o���j"�5�٥zx��+�F~��_
+e���e�亝��1���к�N���\��r1��2N�ε���Y����_:�4͎�YEڻ��
+��aHb�<]^�o��@�;��d.�ޖ��/�M_��Ï�/3�
+��~]�8�gg��nZ�ҳ�_����p8Z��U빷���{��ȂqK�i�;��(A.k��C8����eq�Y�ĉ�x��#g���\��x�%7�և�a��Z��a�`�c�*��iZ�T���s�vK�6�[h�gz���&x���/G#�.��yz�m3���C�� ��;�?�(����%��R��ezR�N�-LO�q�2ڐ��%�-�iK�!�%h'�B�t@zi7,�<��֢�[j�N��{����Q5w�Yτ2���r_���E�F�E{��)Q��俠9�n�:���K�$9���o��:��8��Ϗ�WIA�5� +3�ӰiQ����`M���M5��z����|��v#�_��v#7傊��/���ҽ9ct�N�_$�wz�Ds
+���mL��/��h���2(;�{�F��\�C�oLk��a�7�Eӿ1���.I-�l���kꚟ�4?f�+y3���Ji^��Pɣ�(�t�^4`����Z<2D���Sv�3�o'��P�xXS(����eވ��=��!%%�:�iN�����2���?�EV�1I�/k��Yi�Z{lv�z���S��a�QDS�����Oz~���z��g_I��zGr]�Ýy[�i�ʓi�A������`�����G��AK0��i��<
+;�OM��TH�����+���YV���C�˪â�Y���~�F�V��2,i~Z���x��b���]u�۠e_���aD7���n�5���K?2A�6�(މ�:۱�t�O雘�}�Fr���v.��?L�-�T����~�\�� ((R��PCYO ����B�S>��e�T�J`6�4��V�77�8J7f��{Ў��}��6���)z���]yV���A�߯�����&�PB�c M 6��l�izʘظ�!��Z�<����Y��n�ޤ��NnJ����@�{�l�vW�
!{���2A�'k ;��{ �No�$�M�AIuZ���vb� ��z��#�S=�/�QF��m�fMd�����3x5~����mدȋ�F~�♁�:'�L*t���mou�浧�ˁ=[Ҿd8�Y]����C6���TM;(~�8���c���>λ�D~�1��a��L�Z�`6z�ӿ:�U�`�T5;U(-��=)�`;9ă'�����Y����@BM�o�2H����&�vz{�|C����G�Fo#Z��vP����Б���%�(��ۙ'�C�Ѿ�)f�7����4����M�LI���MY�H����X/�����\���M��蔏�����Om�e��:���t�^����J3�á?�xvl�X�ݴx�x�]��ۡ��Y��=i�Y��x0ʼz�A�R����G=8���n�ގ�+
+����sI���-c��G��S.
+��+��8���_�ޮ�h�2�k�N��KR�N�p����o����<H*ҹ^������^9�x�nyAN2�v��qy��QAv��/��7iQc�����`S���<�ߨM��6���5��Fm�]{SnԦ��<ߗF�2t�e<<��r#���W�%��/�v^��7��bHRZA�4ɬaZ�I�V���xr�I3�:�l�L�
+�d������0����=w�6�̥r-�����9�xIّ����� ��a�V�!�.
+�������'����4����t�~6�K.P�G���/�o��5�2�-�����V�]G�Q����|��R<�+6j��--�1�f�J:'{�b����ش
+�28Z2MR9i�t��7u��� 7u�
+�N[��RuZ02��bG}Z���{~<{����įtM����P!�w���i7L�;v)�q��?8���rS��%9��#�F�����$��w|ed<}�J��?�y���
+�����홇��{�G�sDu�\@��(���$�(�*��l���tۑAt�~tN����y_���������y_���
+Τ��K�PV~�e[S�\F�I""-�"վ�Tt��Y�I�b����c�,H��ܴ��w�?�J��%Ō� 5
+A�`�/
+��"��`�,2EvQ����h���t�*)g�',a���
+`�FZ��G��#KRH�
+t�2!MH��I*g�/~yA��m���8�D>��=uڨMEF��d�N�
+���m4��vK��䱺-m�vZ��T4/�A+�7�E��R�ϻ�[jCc�k����/�D��F~�$j���m�g�L���J;ƍ�RI�C}բ�__�h��������(UxɴΌ����"�V����b�7>7#�{D|��(}����{bR����$i���������\�r��:d����ٸC2�z#��nf�8yH2����F�N C{g������D�t3k�����a+����S>���@�Z!1��عK�v��%�-�u ŊؗՁ4O���\R����/�?���=��M/�Kw�߱ў�9���D��y?�����oߑ�s��R�֕3c!�g��F!kŤ�Q�
+�$����N�gG�OQ�\������� m!H6={�z��&�$:��N�JI9(63���z�d����Ј^j��Ӭ����� �d�h<�͗�wo"�x4m��t�^�����m�v������3
+��eMtd5R��VL���C����Of.hRCV����ś�w��9{?��oߞ�ڈ���7���[���ן��_}�?�~��_'�O���@
+endstream
+endobj
+18 0 obj
+<</Parent 16 0 R/Contents 17 0 R/Type/Page/Resources<</ProcSet [/PDF /Text /ImageB /ImageC /ImageI]/Font<</F1 2 0 R/F4 5 0 R>>>>/MediaBox[0 0 612 792]>>
+endobj
+19 0 obj
+<</Length 18443/Filter/FlateDecode>>stream
+x��}[Ϧ;R]�(�h.8H(R�ZI!���g�ˈ3�����0ܡ B��ߏW���v}=�U��n��ާ�媲�\�������V�������}��G_������_��ן}�!������}��/?��_����%~����/����/����?_����?������������T����&A����k_�����6|m��y=��w�����������~�_���������^�@��B��5
+���^O;�o��_��OՓ�?3�!�B:�����W8��&>>������'=m�Sx���6>����?6��y�s�?���U��
+��
+��������A}m���ܖ^�C~�Z�������'?�P_�8����a�W�m�U:OO|«f^|��^!��Cz����-6�1j�5�cy�?b⧶W���Աb�?�]�g��=%�����ҵ~���^<�U�F�z���)n���}P���.�Mq������ܭ��yR;N�8u��vƩ��N�dIO~���_���d?�1/=)D�ɛBw��)&�ɛ�ɮl�������ɮ�1�Ɣ�������k�S�Wt�4�C���L~&�<�����Z_!8���+z�M�|��;����4��Q��UgW��8���x�����?8�ny�����*���� �˕�uP7sws��q��ʫ{�IC_4L�Ϲ����'�l��\��5/ڹ>��a�Z��6{dm�zrx9y��b�[yǽ9O�ݣ[y��n5?����.V���y�����̻@t��2��a�K��W���{|u�Q�]��b�����&!s_'7�[y��mh��L��ێ��<��v�)p��e"
+���a���?��
+7)�����MY�����4}����Άw�u;�3/u�g�����o꼡�C.���$Z�t�F��^;|7���q�b�4��-����F�e`*�s��76�"����Da9�ʩ{�|3u]B������'뷼�O��:ѿl�W@{C�d�MN;�w,��C;�O,tx$���׆��Sv��M8�b�
+�8�U�OmxS��k�REJ~��������W?H��+�_��L��\�c��,��)��鷎C���ϫl=8��6|����y1=�f�;\J�1=��ci�O1�/M��b�I8�bi��y�9�n
+dQ}�\j�J��߄ǹT�&!J\�M1e���M��F��Y�F���I�2�C>ɐi�ӏ����-b-���6����?2�S��A�y��>/����ri`93�\����G��w��)ZQS(x�O�����FwϹ��y���!�R���z�u ؖhyD��U��.�������xF�G����c�������l�����:��v�}�09��u��˘|��#O̼Az�)���}�ʧ6�</��6�B���U{�p�y㞧�9$2#����_y��=���Rx~ݔ�<������y0ލ����E>������,��}���d"$qÚ�9�^�i�A$.p�>Rrv��<KX6�i�<Q����_��掆y��]y��I��lxۏ�f���42Iq��������!���;�A��w��iyx�����G<��Z����v����P.$-���ߩ^O����#��p��^|� ^�7/�p���/�E�]��=�}{��8�T9��:�e%m�j�0&����o�ޥI<���*i!��"��f�v���oKs�4��]�<x~I���3�q��؎ü;�IO��V:ӼN'�x�yA��3�����*R�f^bRZlOiz�qN�pT����_�g4��xmDҏ�6{{˺�n��f���%m�(U�Vm?�<��{~¹V��U\��FԼ�;�����#��9�c��H�i���bE�2x{LMϱh��^Sr�9U�Y�#'�f��L|F
+�U%�Ƿ�/~}��c��H� YCB��Sٛբ�Sٲ3卑;��vZi������>f�ϼ5<�:n1%$}�2�Y�U��2��:x��$ <�-��c�q���SC��]��9�~M^a�
+��L�d��pSF�_��'G��
+o�B�E��?m�b��B,��
+o��ӷ��nx�i6E�C��as�7��r�Ǵ!��
+y�]��
+o����{�]��^o
+Z~.��
�:d;��]Q����z}6Z�2l��N�l�F�g^��T����⡹fdž!z�
+�aR���
+�S#��58��� 7��CրƩ�)86ljXN����v���Z���?R����������7���OS�\��G�hzF��e��>+w������
+x���o��۟i�v:-�!�o��"���?�Q|���|E� ���<<1x�(<1�m���@q��N,E����s?C�Cq�_js����b���}��Mj���
+�hv���9h���ޜ5�����������;�����:ȯ���0o0�����;K��������v�w/����� �
+o'J#O��Lt��x~�i`���aEDY~J�v��!��:�o�TO�U��O��9x.�,7em��ۼ�|��B�vq���ƫK,C����^������[��+����}����]Ã�>�{������+:�9VF${E$D^[�<�K��9ͳ�V���J���v�y\��,;Sz$`��'�e����8�4J���T��[�<��^%��"U��A���C���zQ��`����8L��Fuy��a֊|�(E���U�w��,g����I�;�ن����3nH Tw����҃g��y�G�aw���V��w�]몣�� u�O�2�qy�S�aj���~�c�z�����N���3��k��.u�'�,��:i�>�����Y��!w�ymFQ]>�&�q+��dzϜp;@Q\Č�"&<�EM��"�vxC��:�� ��;��j��a�_z�I�ώ�{�!�8�������#%�{��k>�iG�y�����9!
+~�Q
+�>�"������Ӄ�u�@�}�$���i�U~歪'�V��\
+�v�g���;7��P�Ď7Lm���������1��'霅�+�*��'2�c���M��\�
+�6n�A��o���S�}i)=�Og�%�1�Yg�s�n��T��0=qH�?-Β�9x�������K'��)�l�Չ�2��Gu�C:�TNI��u��v_sDt��#:�x�#ц�ح��{� ɺ�pJ���e�J�~��w4P�y�7i8�3/��~���������Iӟ�}�����!���:ϟ$�����2����KW�Y�cjoM����\���?��?�Y��TZ����C�c{�哱�DK:bٴ�H����y��g��ӵ���h�mz��k����P���p�C���_��|Kԭ�n7��ȼ�"G6g^[Jں]�1�66�N��I���WN�7�-c�7=�����|Y��"�Njl�o��b�y���t�/��(�Z�~͎�vq;�NFI(��W���y��N�o��aJz���7�ss�ކ��_:�%�U�L�u��zP�p���ͼ=&�^�.M;w��j^����xӐ=�AϘ�9�f����EYm:%���$�ҹ������� ��S��HEo�$S�a�?"1��Aemjz�q�K,���v�Tm /����ذ*��h�k���ڶ�֤�O?����Knƣ�bTM�e"�4��
+�t�/�����x�Q���2~��?�������E*�R`;ܐV�����*�;����Q�Q�=��It,w�{��������L�țs������� �T������gd=���X���%E��iz2*e��L'���cp�%%;�I�!���@͛�Ggӟ��k�ہ-<�8t+# 4��'Kk_�<�=Ncn�L�%t��]��H��M��R�-Dl�su@l%8�G�_V�
+��2u]�*s�����y[R�����*]O�?%�hS�ѯ���Ɍ+-f�3i1��s)b�7�evb�
��
+o;�����K�ʃ��o;��s����s���lx;�4�k�H��ŬE8�4�Y�!w��R�������2
+wZ�5E�������"�;'������y.����l��T��������}0c,HtI��Z��Af��亜;l'C�v'��y���y��墶��/��'��>I�ھ]�hw�u�Np����Lt����*����/yz���^��Aqk+Y�5�ұ{8�Kwr��U;� <���� ��d�d}�]"8���ZtT�<�
+C�O8�Dpd� ϟ�7�1I�ל�?;�)g}�������RJ$�����'��N�a�<o�з�K<&ke����Yo�a���
+���O���<=#�ۤy��4�q��P�no�xL��0�6�d�v���0�kS�u���=�溭�k�h������ߜ��a�1��8L��9�VRJ�P�w)��i���Rz4<W=ɽ���J��I�]� �� ��{���X���ϥRiH�(K?">�I�y2"��Nj{bd�������.�
+�*�h����>�q+�!�%U��v�j��ѭyxޑ��ab�����Q�ٳ�!3�v����mp{$�J4�����
+~����
+oG�0���ͥ�K�R�x;����x�b��/�����f6�G8l�_R��8��'��}��}<w�o7^�]�R&��6�]V���0{��s~߮ʪ�9|�_Ff�MZ�9��K�p^��I3;��ra��m^��i+�����_���E=���_��M2�7��#aI�_��U�/��ڡ��e�������5��*c.�6�i�1��xa� �t�� +�z��6�l5^ץ+�^;� ]�!N���O�t9_IM:��>�$��D�2�_R'v��8��u��Ǯ�zg�ۅ�Vw,v���څĤqJ��<a���8� {:o0'/��e�J�I�n>�H�g���L�z�2��2Ai�#5)8��PUw����k#BO!���I����Pթ.ߙ���_BO�a�叄�:oP���:.����DWZ~r~��~icS��~�=E�� �\�<\bOA��m��N�{��i
t�ߪ����!��K�C;R��pD>����"��!5݁W/�r\$��jH,��x��imǪb��k�;��7e�6�釬��v���.D��v>S���vW������ʲG��7�C^�74��f̻��775<2�{���F�pK~����D>?ɕJ�{��^z�[{�C��z�
+Z��n�P~�����D�wk���K,i�m��vjU���KjUU��4麹���Y��ʵ�j=�����t鏴�
+oG���f�g�F,?%�stɓ���؉4�'��+��z��ɉ�)~Û
+��i��T�e^�r���"=����q��_�6n�<�.����{"��P
+�
+ol�p���|<��C�E�qʏ�c��H<km�y8���C'��
+.���/4R��nj��C�a�bك����ۅ�P8鱃[)髌�~ ��b��Uz\���%~6S���j����M7�=�+���ǂ��=�Ҏ\�q~�2�kՎnx{3���_-��o����G��@����?)�͵�L��/{�ˇ���Z뵊�gY�-��"�x�����~�xf�7O����`SGsl��֓A�`�!��4�c�z���hU�y�z�v��k�������T�$]h��c�b��1��Io=��
+o�
+D��q��9�S���_�~g !���m�a�b���ŭ5���� !3z�H7k�E�y��J��Y�O��l��F"9��qhr������yڵ�sm�C<�S���J�2�ڢ��:�Mk����7�����7��ٯ�m�4?i:D�a��Q�l�[=sL(���)�#i���C�������]����A�C�v��㪄9�Ou�T�;���VwUS��|���e�w�߷��6��HK�n7��K�w����([n��g[�����bó�ư�+�؝��x=;���$#v�Y��/5��0����b�9�&f�Oq����-�z�pS�)�p�����M\��;�vGW���7��N�k���Ҋi�����0Q4�%89�Y�����g���7���������#��jl�w:�j�m�w:�ٳå"�r�����Rڼ�m�Ji3��&�;��4i�ɯ�?����.���D�K��3�<m8������C�P��R�Ty��R��ߏ�1���ނc��vӔ��M(kh{ǹ���{e���A鸰�Qߞi]���=�U<�Ѷٴϩ����lZ��wik��Mo%��e��Vٱ��`���^��T��'>���;雌�LKK�n;�I^�hM��>���7�W�]�7V�-h�~�91l���v�-�g�@;�N��r{��݂�����K'�.�ۆ�d�Hc�o�o�NF4wޝ�v��
+3�~��Y��r�6I���
T5��3���eAry�͵S���sn����\=E�,ӊ%m��Ф�玷[bO7n��KS���^x��l��3U�=���CK�yO.���Y!��W���Z2�PFy���zc��iZ{cl���F��p�
+t^��ijM����k��X.*��c��:;�#�9�=�N�e~XA2O��yįw�<��v�*�<�գ6?����v�i�۩�'�ʭ#�w�YJ)�<�g(�y��_���QR�y�(�<��Eryo�1��41J.� =�/�i������8�" �<���c����L�jzD[ibt���m���;�A�N�M�G�2��^zJ7� ����$���%-
+RVxc(}�������R�+����Ĭa�;ޞ����ĬC��A:
+s�a(8�a��ʔ؛;O������ϱ���0��2��GIˠ��ި�Y�hC�wu�V+mkv�ɚ.sw�y��2�p��]n�M��v�H�����c��˴r)4��v�Uh��B�n{�x٪���9�2f��M�㊣�{��,v�����JS�S4��S����#K��4�v�{��_%���-�O�Ӗէ����ձ_g��Mߖ�����V�����+��Rh�Ю��,Z{������h��'d�-mR�T��Ut���O�]x�L�swmg����K[��B�s�Vơ\xS���O������9Xd<�)�v�T_9�f!�'����%�S�s忟����q�;�|t�x��yaóY/����l^ؐ�
+/liꮲU�qZ]۞K�!����t�9����U��� ��N�����jy�'���ϼ���'LO��ky�����"�땤X�<���'�`C�~ť�̊d���bE�L�}Fp���e� J��&)i��ag���c��g���|��l�T��K�dH��U�\�8���k�Ԧ�5-pvۣ���hD}`�-6px�����@�=������2�;nKe^���UF���!?�$�u?�����p;�C2�w�=�j�np;�c�
+n��]��i%��lx��SŎ���@�q~��,�r/�"M�s�(�Į��#89�G����xGX6���+U���0�x;e�|�x����[���A�4��5iz���R<��C[ٍ��cyr��i���o���*��*�
+o7bI�6;WjH71���/R���g�`���`��Ki�C�_����H�_��x���Ɩ�x��_c�i�|�-��?��kP&;6A�S���&��>�>�,����89������%�
+M�=�_���u��n�=��m��#��h{�1��!?i*���O~j��˽��$�d^c����"J��s�v�'=� o���Гe�6�������m=��|�TqE�%�"�ow��J
+�{=7s���FB���[+�t��g�(�DY�m�~���=_R@>�V/c���=۽�ᤝ�{��T�f])Iq|�6�Ǡ���&��N��Z��u�T�9.��tt���S������4`"dp��;��c�w�<d �ϑ4=������26
+]{v�݉w�%���HH�=��y�)ahz�N��V�n�\�|*�y�+��M� �+�����y)D��79���〛NZ��;�n#\%)u��l�~�����K/ut��K�N�k�PKt�o����r�Yt)�Ħi�o-�V"�;����1f����$���ӄ�u�"o�t�n8"B�O����nvrJv�]�<���oVJse��{��9�o����}Hz���� -^B �M��Nv^*��}{s���ų����r0�V:e��9��:�~����ڵ�9 c�Ƴ'�WT��(�z��(�r�8H'���O�t��8���g��ӟ�:��i��-����T��@���P�1
+���ѯs���=��_Z�5�av3���>��䏤������;��j�q��;?�Zx���<\z�IwZ����.��I��� KJ�.~=�z���'}��[$����NI�9� �_J����_��x�����Ə���l%��m_I��J�����������wp��n�6\��嘵���')���-cLG�C�ǩ��΄� ��Vߜ�&��?FW9�k���`Zs�����fz�T�K�]�Kw��]�?=���y�,S^BQ�{n�y\��^twrr\�&7��U~
+O��vC=i���M]�p�z�M�_�v���tԣ�*>r�ɑ�z'=��� lx��;��xۉ]
+�x��%����i �I�yoi��lx�A=,��&f�)�����x;�0�p�]�r�̔�ُ��=�<$37�z[��Ɔ��������bJ����~]���ӏ���&��8mۤ+�I���Y(��"E�צ�ɼxƕ�L[C�g���2�����:H��i�.^���t��nI����,^{��%�S�6�~�.Ip���C�t,��e��p��q���TހJ�ίW�8�������ᆳ��!v�
+/��H=�[*+���L�V�k��V�[|�k��[�'ݵ#2���ڼ��Γ��O�d��]�kY�}�G������R4��AaPwܕ���L��T��rb~)�t�grr���(�`����҆�%J:������l��4�������1�����U>���ӥ�זy�U��M���z�JRP�R�Ŷ����6]�^BAFώ7;�c8�R.��X<�������s��<&���glpS�����v��K،��D?ҁ�ߜ�x�o�9�q{;^�����|�s���ב��/����-Y�AtB��v�s��Ά���bŷ��w�Y<C�$����uh j��;�К�=O�үK�@;����I�x�;@Q�����'��G���=�.
�c��h�p; ����^����K��&?ISdZ!QU�O���1�����
+������@��^����M�=�xƩ^ih�崽��A�'����Fw��h��'��E�a���q��s�p3���S��G[4�wst"�'=����5���"�.;��
+X��E���E��|;P��;��CN�d�HR�dl険���oJ0�O��C�}��Ot�/}H/�(���!E���'IP��?Y��=}����[o�z�����MFR"��h+�����P�ޝ��v}Z��Z������|);���� �9�?�>-.���2}�s{͛ay�; �;^�f���L��c�q���w�!��)�!�L�|�6�鄿C��9V�0�S;�� �B���o'D��c�G憷C�\��m���X;�����t�,=0��"�P�)���L�aU�k���(���i��,�FM?���6��Y���UMD��?)���!CSx�y`ɉ�'�`{��']�֛K���8�����Vmͱ^iz�
+�Ҍ"�p���wˣ��������b��r��p�cKP��-ۀ�)�|[����_�����P�~�^��淒G�Q��!
+��iG�ٓ�vS�n7DN؉7�L�0�Ƥ�Y�����t��ᗮh�<zox�Mҳ^�y|��d��x����r�/]�dh䎷�`!����ej]
+� �m֚*���F�Y����Ǝ�g���<�g^VB�x�ݱ�5�����2���b
+���K��.y;��G>I]Mϴ�\������<�S�.7��xiÍ'9��WNrL��ו��]LSV�����^�im��O��R�d��5'�>[P�Y��ʚ\:�ɲ`�
+���q��JU��i�@�#����iM�c�#F67��B�g���2f���!͙w�=���̴yN(�v�F�q����7��c���JE�)��m��?�E�p�wz,O��!@C�
+"�6�>��T���O��cv��x���A~k��o8�t4g���r��kCzP��MΔv٣�����W�w=�F���)n�]����y��w�3x�S=�izLc"���D:�;��tEs�wW4Zy�Sy[���ڭ{����=\�&v����
+����@�|y�+x��[h3�yb��h;��i���qD����㭏xg���Bu���ӛN<k�L#�h��o�e����2�?�{ �cd|�wK��ͱ]�^������V�Q3��ס��R����&s�v���e�$��2e-9�����X���������Ӄ�C�����n�����+�2����K�~�?m�K�����������c�����E�*�x�A��t��Ǐ�E��-�<↮
+ձ�wJk�b_]Kh���g��<!:�磇�ޏB,?� ��9��g����0���^4�V�k�!�0{�+�P3�-p^��:K���:�yui9��I��㢇�6�;G�\[��
+5����D�G��gz�h���\I���C�(z2��p/�e�.�[s���JS�s턼�Fiz�'�i�S���>�Qe=턹���7�]�W��a�1w�9�9���[7�Q�n�GK��[(dq0�����xo�����A߂6��
+�|��g\��>���'��֬�1��诛�=�j�����;h��o�wЎ����(����������uA�c����B8�oO�J���n��������t�/�tw,7���%�
+;�~z��=h|�s�%Cy�Wy��遳~*�9rC���P/��o/�Nm1�ͼp��Uk�ۗ\�Ԣ�I�NE�/�ہ��
+���
+~������$Chu���s����8̓�=��m�_.�Nv�#�KA:�ߵ5�驸/�p{�WC�ږH��}�N�y�"�k���퐜p~��4$�ꎡ/����N�6��z��W�ǡ�x� ����6 4A���2/��4t^ڐe�.J�d/d���i�z#���: ,d��Q�-!l�Xn�Ai�n� ��87���ى�T����zh�{��������ev���
+}��C{ћ�8�����Ƴz?鱟��[�ە1��q��Epn��!����û0��nyuA��%i�g��H�[^]��OǗM�zE�� ��
+��������젧���!����.��i�C�$Ѵ#�QdjНt$#h�*w�l��&���n�њ]���aTEh��Ĝk�T 4�K��K�d�x��[�E4w�i�V!�ң�\�/8��O��-�5(z��V~�����#1��N_+p3�X&��o��0I�:��ʻC���آ�#
+:xY������jp,v����;���g�8̚�(T^6c��X��AΉ���O��2G<�����9��틕�;~����u���(u=(�q�~���O���m3o�(r�~���o��L����2y��_�&F��s����U����,c�ϳ�;���YDK@�qF���產�۹LE^Xy@��j��t������e�.I�6?��w�����^
+MB��G�y�-�o;�!=�ӝ�9��D|�r�`�����Ym^��1������DI�u1�i<=�R~�Y������� �ٳ�+�pǛOP��������+�L�j�����1�JȱPg�Ź�rMZ�d�_Ɣ;�ҏ�k˥Ӊ7�R��t����mO��
+!hvʘr�8 V25�TBV�nO,;�4�sC��B���nZ����v��o;��}��v0���x�KM��Y/=��{u=�C��~Z��8���_�V�W6���0�~l��*���M�H�%�A?�`�����o�C{���@�� rpg;�C���{���MTtd^�%ZR��Ʃ������-��v?�w���N��^<{��_��/�)a���#�A�3��d=UJRyy��[���a|]��##���hې<��Ia���P �X����}�H/�������� ��a{���l�P}���m�xE31��a�R.Ge5�%ݳ���U��W'7�k�K�c���tBtFPǜ-��ъk�n���nv�ٙ�z���:���v��I,?3�������A'����v� |:�.IQߚ�s�V��뵛���Y�
+@g"��b����Hي���:x�ݺ�����I�#H�J�Ux[�iZ�G�����Ȳ�i�AΈ�d��y��Mj�<��[�@�#����6��Ԍa��r���-Q*��[|�.rt\|�I?g�� �lp;
+%K�H�9cͿ��
+)��1��B+I��%f�rx�I?oH�7C+�.��.r���
+��͝���8�Y+�rQ���
+o��
+��z�q�cG&0K�Þ\����u��a��4�61u94sjҊb�H#i�Ć�shZԪb�嚴�e�
+����A��ԕKJЖ��d)G��<�G��ӝΟ�7��gJ�<��'���eK.y.2��_/"=��}��N�fDz�)ov'�,�`h�A��8Y�u�p����Zp��;υ5�y.4=Mz���_��2
+r�3����~T���+��
+/��1)3��#�S/����of���?�F���VT�(u��u'�v��w����*��6�����b��C�{�O�SWS<Q"����?K�r�L�&�ov�/�x�F�w�\u�s.xۃN�a��w2��i{������YZ��9�'O��q=y���Ɛ�8\b�������r�=[y�����������揝1���%���;����$z�����g)�9��Vͻvqy����2:�;��,���\��|�j��2_�>"oE��5�1����ku��&�W��nr���%倛vg��'�K�G\�
+�YA�
+ogZ<�c9ª+���\��-'�P����Ŋ�ܗ�GpЏ��V?$��?�����r*ʥ��#���hOi�p��L��Nv^�s��&�.�+Y��ĕ�����R_�ش��I;;�N�A�q��=��9�z1KCYN��HX���c8�(<?c\O�H��Xo�d>�Oj���s-�'�y�X��`��`���'�y�� �b���sWX}D˒�a �҇WL3Kͱܱ�=�˝��RG;@4V!��~�.|�߷_��ɳu;�d���ƕ+Ͳu>�6ۅ]�ph�O��I��.���[+LCO�AOYu�4����G>Ju�O->zj��\Fu�
+�?mu�`����8��+?�^n_��x��� �$������/�vz�<��y8�.iXe��R�S�z��K�Ծ����2���y�↦"��c�rї;U�6o�<��/?��ƣ��Ҩ��D��jn���s��6s�H /��G������Q��iӏ��@LC;'%<Z�Mo���oK�fm2��&}�w�)���
+n�~�lh��|���U!���mų҉��@�&��A�S�ְ�������d�厷��"��XSx���|��v� �k��+Qu,�D�y;g�t�n���nD����� Mϻ ͞wi
+���H���3Qs��5
�!�ch�5/1R[����E®W�k/͒s�&94�H�=�o{Ԙ���Oz�Ʊ8
+������w�
+o�s-2���O���;ތؾ{���x���wfLU��DX��W�j�՛��ߞ5�͒�'��۽rF��ʎQ<Q۫Ko�O��GI�+�U�6�����ɱ���3��H��|���3k����&��`?��O�%i����5d�.K6j��CD�iz.!�$!��M����!%Q���".Mϼ>�����������鎒��x�B�O��!�$%�~̓Q߿d�� �ޔ��؝4���h���j���$Ryuĸ��XnZ:��" �I�]��
+<������Y��~�g���'H�� �$;��t�v���.�AuϛezļJ����?v�ɖ�����P�Գ�p�������:���ر��i����e�_b��bW��Q2=DZS2,ֱU�p�UH�����Q�D�w��g����K�ց�2O�4a��?}�P�D��;�m^�N᱓!��z�W;�:5:��K�&��p��v2�hZ�/�R�BK�?�S�.����Ŏ�C(gI<?Ѷ�^�0��bF��6V�,�ymD��I��c*�㰅1w�y{�V�-m�%<9h��جU��3sվ��4y<��f��w��ow��#4��L�&�����ҰZ�Ҷ��焾f��%��kS�E�:N^��i�A�tc��)i[h������+�K�+�K����`��\BK��s m�ѹ�<*U�N̹U�nO;�����j]�j]�o/�������gƫ���z�i��݈d��^}�t��~b�9h�j�F�[^�iS�R���\�QG��wP>�r����Bt�����SqCts�^�Q �%K��<䌤N�Q��$��ڂ���8JQ�����e��~tI'�L�I��,��
+n�ҘW�ə5
+x���>���vVy�iO�?/�gNr.����m�;J�Վ�N�=?ȋ��m��<ꁿT��|~�kR/�~�&����yPM�y��^zm<x�k�<� ��6�2Nݺ�q�z��K�����4i�A��R�^.B�I�%��%n���eʈ,�:x闞���F�갅詪��Ι{�����N���=�6'+͂����J���q�I��U��m��6lx{��j���r"�C����x��ڠ��n�A��n����7��`bM��M&�8��/�A>�x��6��vi�qrǎ6䬭�}^Mq��4�a͑đ��̷�~�(�V���%;��������\�e&N�U��?�d���8�i�l��2-��O~>��/�a��C���F���җ����P���I|%���:��UNA�cLJR��VѸ�� ��o눼�E�V��@��_�/�.�q�"�}rE.���2N� Md�ۭH`�u�/���^:�ȨsZ:Kp�V���8L9.����nV[�N�U��殮a�;���Gx��উ��5���es�r��I�Nmx��}RO������/7�5�O����x_��5�w���$c�v�%SD���{����_t
+)��*2vl�_Z�q�h�T�?��/Bs�ڱ�"�U4�G�V6�o��.���'?��1Qb��j����s?Nm���i+�y�G[��ح8��CN\��
+o��|'�������������8�kp���=����*���v�*�����������Xn��M^���Qꅶ"'����g���k"����v�C��v �4��bm�W�c���plJ^�̳?�*i��:J�ǹ]v�O��}�4#�óܲRcX��Gq���h҆�Su�H��":�8���1���8O�el�'kn?�#E���%m<�$s��\�Uk��MGO�rC�57Q�6<߯�(��Y)����r�f�=}ڈ���$���V[P"SO�f6u���[$�(m�4���]��^�e^�G����Y�z�1��fK,��QN���Ȑİ
+o�I���挱5��GIr�)�v��(���z��ɘ���u��fW�)$��A�&K�ŝ7�2�
+Δm�[lK̻�h��UG RO\��+
+O��솿�d�%E~����y�#U��){:12o��֑��/Mg�$�m�K�L3旋i�'=�1:)9�aA�!�a^P�Cz�)�A�Ή�C�ﲣ
+o�l�ˑ�jW@s%�8c�G��
+|8��ڂ�Av��i�C>#�C�7-]�)o��i%����)����B�R>��Xs8h}GK�x���h�/�GI�������S�6��zK��V�M�r�����V�-n2��0v�
+�`�n�"�u�F����s�;
+�XU<�of2!V��Kl�I���}�]�UI�[��'4�ts�I��W���_[��*ᥗ;mIuH'��4=y�e��0m���JEڣ�x���\������ ut4=��{�]�~;�tS��z O�'�t�� ��m����d����� e�̣T��8���і�^D��6R�Zz��x��>ȼQ���
+Z�.�'�b��ͲC=u���$��;�n�!����2ҧ�{ҥ����mF��{�?�2����'V���"l.�o�
+�ag߹7���ro6�=h�nX�;v��n�������@;��
+�@4�2��d�edЪ��e$Ŏ���u���ܨ��
+iU������������pF�F��9i�#Ok2/:uh��C=�6U�c��6u����.�����K�����c�(�����#�^e����Vu��M��iz��4�(Ki�%M'J\��w����/
+c�����~i�0�5M���v锛��^:�~:�.�r�`
+ml��a�_�+�W�1�uu�����e�e�.����0&2]�qn�G��x;썚/%�����ݱ��zٱ�N��q
+C'��g�%)�^"=+����΄`O;�1���Z�6��z֠�Sֳ-?�둇���h���^ج�J41m<��֣v).%\�Mc�^ӗCǛḦJ����D�TM�4�w������ҜCy9i���$)cx����aw)�J�*�^=��t�o��dT�:n�97}����J�W+;TRVE"�]���JW`��(]��C���7�D��=h��8��t[
+og��F���)��
+�b�O��}E~T<��̠)�%~�d��,��zn�7U�"��
+b�r��_��L��g� op{��r��>=��$ƖyT�x;GstO�%f�r�7���m�<o���Q��E#�':�G�q�ُF�a8֛d���,SFv��C������*Ϝ��#%�u?k����ô*�i~61���& |4���m�*o����\�ZWE���,J�+��S)�3���� La=İ��8U,���ېҖK}���b��P����������ޯ�hm���%I
+��v�!$�߷#C���Ȗdp{�y��V45=�l9��A-@[��r1��;l�G\hÛaN��8l-�ղc���s
+��y��Ր�j C':��}�Qq�V�G��@�J�Q��81�:&;�qܔR�i�<��4K^ڐ�{�͠:��`OoZY~����K�M��`���!h庴n�:�*W��x����ۉ��{I�Z���Fe. 4ArPhz�'��R~�$�@���� ��W���Q9�뛛yQ͘�&���c��#����Q��8�0I��������*�_�L�vx��T�AϚ��5 �}6�
+�����tT����:�{����~'��g���{�5`0=2�y�3��m�-���h�s�
+��G_�_d���h;��/4G�$Z���N�&N�FOw��fw����NG@�'�9�m}���[y<]2aUa��a�^���G�S�V���(ϯ�RJ�Kb�F� ����8�t�n���m�]��I�E�r.����i0�pe
+w��sR`Q(4�oߺ����� �H�R�����7hJP"_X��V����p��N��1
+W?wV�������ewZ3H�`QO,و�B�zm�*��\X1A��q۸� ��mü)c`Qg��=��<�H�fwɧLً��sYv��C,%k���x�m��b@Q�7���$������ᢱ+����;�����m��O=Wx�GNJ.��<���!�j���}��h@l���d�ǎ��t�}m�{�m6��2�FO��;�fsBdK~w�I�Ч0��<�)�>��>�1u(�j&mg�;)��g���e��V���7����U4i�YQ��i��إ�[iFyK���-��0�Kd,�mnb�1����w�5]��x`؏�i��A���ю��O���M�u���K08�_�������P��3�RV�\*o���Y^�7�)@���&+�������t�,�+]���M]�z�+A����B��!���R��?�1_�Q��:�Mk
+�KRnC�;)��m�L4rP���騜I4�%�Qi���H.(����z�>�4c�'��~ DdijG����^�5�6����}��/��6����Ͼ�y�}����ٗ���/�:�?���͊�L
+endstream
+endobj
+20 0 obj
+<</Parent 16 0 R/Contents 19 0 R/Type/Page/Resources<</ProcSet [/PDF /Text /ImageB /ImageC /ImageI]/Font<</F1 2 0 R/F4 5 0 R>>>>/MediaBox[0 0 612 792]>>
+endobj
+22 0 obj
+<</Length 16126/Filter/FlateDecode>>stream
+x��}[�n�r� ����'�/���z'IԜw\c�wE�@D��;���kvWo�z�
+{��y뫮���u��o���o���J������w���o��������}~��o5�_�+�����?�����O��[���_��������_������<�$��?��:?~���������J�������O?��KJ�5���Ou�������_���/����o����NJ���E�V�oh�L������Wm������
+��!�o����Zҿ���I_)o�_A|8�
+Ya'��_Ct<��������WJ��n��}�ϻ���h��9��;��g�!_*A;� 3�}������������1,�?E�^
+b�����'\0�ޝ��b�����-}���
+�\�W���w6����i� �k��1�-Y�������I��������f��x����%�y�'=ۛ��>�Z��������W���ؿ�w~RR�v��"L�P,����S����~U�z1����O�����0����,�~�^�|X.��4�������� |~^}��/�P琾.n��~�Z���ђ���ߏ������%����il�1���J��[�cq�`�ǻUm��\m��s~����������������6�C!�u��ϑ����<�W��#|Δ��5�K_�BC�n{�\1���m�ٹ��,���8��>���j�;����ʱ�
+���;���
+�W��� �f��'F�?|g�8,?�)�,?�@{o��7<�9��n0��{l]��?��n�q��w�چ�7�`|�=��Y1�{ђ��y��zq�{ZF�W|�Wܵ_k��_���%��.�+��������_�=.�>ƿ�P�
+����q��\�z�����6x�p���/�ޚ-}�=��7l�6+�?��^��l���U���g��>8ff���fl8�c~B��ן$�e�P�!ƿ�q���|]|�Ċ5�`�.g+���w�%���L��2ꉭ�Z�x���J~�S�������m�ޯѕ4G2�`#�}2���7��t��C�d~��!�V���s����/�I����}?�>�(�|*.��\^q^\����/>�Y>ゟ�-}lS�n��'��Ò�Õ�K��Cx?E�B��A���_�x�)�{3g�r(�^�#��
+�Xk������Q-i�~� d����X5����m6<����-�1���<6_c�x��)��3
+KnW(��z˱_�j�ۯv�����=k��O�~�c���C���b��9�?�_c����+�Fb8�
+nV���Cz)Y���t\ؘˇ2`�&_(C,�2��-�̓-�z(|���-���/|߲�����%�R/�?f<��Oz_���R<n6l�H���]�F9�e)_��/cz��F>�t�|Ί�h���k*���<�|�Aܪƿ����8��%ޙ6<��ۡ�x�r�������q\�xg5����4[a��#�φ<���/ݳ_�ۢͲ�ُ��wl�b�c�C��N<uf+��m�}l+J����.�h���K���e.�NC��-�����sq���..s�E
+}�o�X�c�>�}�>��5��%ƨ����%����,q���p�������S8N]�P��h�r�C����W|*����J5�v������Z�����[�v[yY�,?��'��8N�n�`����P��ba�ǹ�ς�i��F���a��wj�C-����܍��f��{��>�l��1�x�%t�KL�F-c��rb:���N���ljqFK�����1?���O?�
+g>r�i���0⏧EŴg�E��Q<�S_��)5����~}V�⌼45¹�`��|ŝ�N�i�;?8��>�K���>����_��G��A�%j���v���/Cɻ5����>�ƍ:�vk,ge�/�Yw�h�;�h�*�_o�|:�>E��Cv�b���_�Y��..7�ԍ�?^95��d�_2u/NW�Ͳ�&�v��^��P���w���n6�_�ƈ�[Ϛ�Fo��튻:;����NX4�?�]b��ğ��>���cI^�O��P��#{�C��#�`�0*�,Zy1,xlل�<]�P�o�w�h
+}l�YF�������M���]�c)��.x茖,Z��.xlB
�h�8K��ޯ�zaճ�i^��<�|�t��+�4� ��t�Ų��vNw1����xu��[�DZ6�e^�x�c��1�w�n�;��\YʕvJ�]H���ߞ��Jrt�e���?�'R���3��BߓV�^(O����
+�p�]l �Cp ,W'���/�NAMV�8l�f�,{�hص�� u����d��:��II\��~�/��a��:PZ�z���'ҳ�qx����:���?���3�/��%K���
+�x�3�G%�p#�t��O>�z�����=��]<5���0*����HP��S��|�}�a?z��в�ÄG5���v����'Y~�5��f�F��ǫ�C�5��`�˩�}Oo��mX��X.���&)#���9��UM�a��߹���+~�F��ݨn�yO���"��`珱��/����C/W��}����j���ܴ�yvR���8���i��X�+~#>�=/��Ŝ��[5ۉ�]ҟo���1]���������0+`g/���mʖ>�p��]�8�ZZ�$^�1i+����T-�Ic�'9��q>yx�K��q�y����o��z��j�����[~���_�~��'�Y[�x�|6��D�qqjd��r,�l�-������x�'6�R����O�>8E��u�=��|�9���+��|��+�B��k��I����Ԡ�~�A�/�I���]�Sz�d^���.�A����y��p�ϣs��ڋ����-ݛ��sRb�yWPl�H�7�H���Ջ����~!��HF}IT����>��� �푌&���tfC��=H/�"_|�%(��~��s���1�'��w�����G�0�6{L�Xù��s/]\�%�+�H>EMs|��p�D��[I�
+�g�
+�6�L]���|��3}�h���vIb�.��c��8������%�/�/I7�b��Y~��㾁���I��#�[��pyђ�3�t��b�F�X�(w:0�q���=P��a���$�Z��'�C!� �����s��|\}�`Ʊ�wfp���qR��7m;�Ɐ�uK�1����V{M��j<�O����=�&8ݥ�+ᤐ�b�&ɏ],��Ο�����n�t���̞M�y��ȫ�di���6|����y��U���vH��|�A\:~�)�yX�[[|���j�͝�D�ޯ|C���՝#1��K�Zl:�q�ǝ�m�Y�O+C.�rbo�S���U���`�T��<����Y*���?v��r���L�y,���c�9�<<S��?`��X��l���3��۹���c�x��d���1>[��@|����'��ax���_�7���#�'�>Oi��S���)ķ���?F<�
+Ç�"��94Q�����c�Ano|��z%����C��3T�jg�����/����.ħ�>T�� �����[���K��?������h�����_ghx��ķh��v����}��~���W������c���� ��-����n��<�,?��L3�&/Ӌ�+���}x��9���^In���A��&C_\��].��H��q�H�ο��&�%��m�W�OK�<^n��}L�[v�����.��v���q��/��-)��;����_R�wv��_zV�_*s����)���.���ͻ������2��a����_��5���z��z��}$(.��2ӧ_���������w�L
+��%��G���T�}{᧴��_�6c��/�z�Wy
+�~q9˳�=�5߹O���F�'�z�c���.px�Φ�+>QG�pǟ1���N��a��1X<���,/��6hy-����cwC~,7����}IK��T����Lb��Y����Ԫ�����M�e��[*̂~]��ѧ%�h�x��XBzä2:G�iI�
+����]�㮩ٻ�:��[H�O3����8(�Y�̴8s����!y#mp������_V�}�ҩ��1?-닜O�O6Z�z�x��'�> �ӥ�Qz^~����w�Olv�X #�vċ_�;����:��\"������I�^��E��6��O��R�uh�J�[�OT��R�������#� _e��]2���v���
+��x�:����o]ط���כ���˿�?���L:ч�>����G#w��/�=���� L�/��˅-"{�Q9��=����Ero�=&�k������:ԑ����<�2�>
+�s��SRzd_�V�����>�}�7ނ�J�g.��\�iN����DZ���x��W�gԊ���'�g�;����ì\^�8���ϊw��h���X,�X��[�N��A�ɞ�כ�yϊ���,��V��Cx�>]����ūOն��v}*Ui��,D^���0����Ջ���곲�V�q�����A�h�{�\�~����n�VO��������[B����n�[��'�f���/�?A|��Z�mzWX}����_o�<���ߏ���w��J��17�����?G:��Bt��
+?�Z���p��|���`ϣ��Ε?/I�+����8�����Qn�}��U�C<?���_<�t�q��sI$��B�]�s�����߷i�<f�
+�w^<��;\�}l_�~�O�`�M'&_<dJU��.�\w�R���kI��]�Oc�O�� 0�
+��#U�}�.�nx�v�f{߯]�x=�����?-R�/���_G��<~�3������sy��c���������필���}
+�<�����_����?W8�����
+��c���^�$�xl�b�8b��ƌ�}lb��<��g�K^�YML��|������_B��+u� �Ԃ�UY�.t9t��x����J}Ak<ym���QZ9�����X�p�Am���ò�?�Z-�|
+V>8������C8���/ɧ�ř�H
+��~��s��-�=�����c�y_0a�M�?cxh�Kg���3Ο���H�w�P�4s�o��67xl�b�1*�n���_�����#U���ľo��^���WU��G�W��_�(n��|����*C�$�<%'�F?%�f���;5�/���/�Y:����-ؠ&�_j�g^�b���������Z�+W0��.���]J?N�@��~���j#̏$�~����Ln}_�<���c��a��W�ӏ��%�ϫ�<u�X��O�(�ֈ��]���\ڳ����������g���~�-+���)jP�
+�����V�w��f��c��� pt��îL�#,`
+;ˎ�B��s��X˿q��orA���T</pvj'�Hu����Ϲo`'迋��:�,N��C�H.�fZ�b�8�ަ?�ӹ���H��f?���ёxp|4N���1X�8�?��>������c�z�;Y]����,5z�E��M���[Hjr&�N��!�cI�.n��By�:��y��3B��O��N�NGXMa��,���"g'��706c��p��W06�R�X`~$�����YσT~I�����X��M�u��"IV���O,b9��'V���AY�p� �=��} c�f8��阡TN��B^t�nc�)�m��y���;{����J�v����GZg_<R�Y&�&�s�O�GV3�[�$�ll8���Q���\���
+_<Ҟ�Л�~�:�~��ެ�!��bdwpHr>�Fj�'\6a���g_�> �ܳDL��p��,
+�1�q�M60���
+�`���#�V8n��h�C#��h+�Fm*��]�XL��ݧ����L�i�-x�?�������3������d����������1����3�V<�3��V���<#ʫ�����3���x,��8��ZW�����́4�����{����S�>��=�� .�O�������?����i��~R�O���;[��I�g�F+�)����0z��;���SY��9�#����b�A��8�r<|���+|�B�_�2�<���A�5�C��+emE_��7x�B?�;���pfH���^��Y�/�?b���ߟR;��w����.�u��5�3�i ��|I����)O�O����X�3р��ҽ���43x숐D�ȟG ���;B�K��O1�.���=]e�^�gЪeoWO��_8�y��!���d�����f���<�h&���tʚ���c/�8�8I%��=����rg���cZZ���X�9��a{�ËL�����_��^-ul��l�N��i��rlڊm���u^�L�3{���tޏ����e~u���j@tS��y�ē+Վj�>J��������hޥ�O<k��w��-/�&)y��2���F����p�ߒ��Tm<3��{�K���]I8�=�%B^�bD�`j�%Z2j�Uz�:8{�̄l�8d�a�GMݧ����y-�.Is⅞���e���p�7�K����O�6��Y�M�����\z0p�@�^u;$F4pU�x�ǏM�'7<|l�9I�Zv��wؖ��V%)þ�v��slI&C=`C/�q�}>��/�Xf���}��[y��y�Y*�����;��M�z%�>
+lV2r<
+�MR�|}�_A��#�.��6��R���� ��[h�>n�رp3G��R� �C�y�;-�f v�;-�f�q�c�DF.�2Ƕ��X�`��\����A[�@ߍX�8��kf�.p����K����K�ߢe�I�ՉW+���ՉW<�]'F�xl��xE�����q�G��x'Ψ����0���#Wh��q��F�q V�?
+'%Ć!�cx���[g�0�8��H��L(k��>U'(�xl��f��F��H0���Cl��c7^���%~wǣ��:��]�g�82{|��6�9�h��,�,}�#�:ah��c��`��n��N�)^J?]J?��Q̬���.�����0l�������/g����m�h�lj��w���ջe�h�rݬ�p�v��l���G��p��Kn�3���\�,�1�u��n:m������W'�]|,4Ś�V�����n����y������>���V�6�\��vA��T�v����w�=�;;N����~fL�})i�t�A��%��q_/��}�/!9Ε�LIIe��8*?S�8��9/m���3�y��0~��`��3�W�uT~�����؟tC�����N��q?�'�{��y�f,p��zX�NYu�x���wʥ��8zm�γSg��w����8?i�4��^.��gZ9}�>i�6�n�����vo���Ө����U��~�pҺ��^<Q�_�ڬ����j��`��K��$t�wڻwu6,x<����i��❬���}m���8ofV6{;�>��i���H�C�Yߴz���+��-��8ޘc�Ni�!P��Lp�� �@�"��"f����iP/����f����I]`T����<��n��'+�=���s<�:�i�>Ѥ�x!�O�Â��z�����S��S��]�s4˿3�.\���, V>��/����cv~`��cv�Wc+u� �w�W7�����K�ͮp�nv�3u�+���]�L��g�fy�Q�Va�;�J�xl�H��᱁P��/�j?��D��Y�����l��?��i��xΞ=�x�
+����f��1�|px�9�a��tb�8>5|L����o+
+Og�<Ƥ�T��|�w�f�?:}3k��F�E㵴�� R.�Y��\i5qV<�|ֺ�GlRhz���g�B�������_&F���G'F�_G�3�:���,}]i]k��S
L�x'���.,��_�S:V��O����5[�3J-4��� }�SS�k��t� ��}�O������P#�����E��3,?N�j-^�N�)m�E��DT
+}'+e�+�I��<�ȝ5���~����:KD�O� �x�e���/��M�B�w%lp��Z�¡��ȟ�_�O�xl%��❜Z�D���@}�(� �
+wRp5F��qoլQ���x���x��urj~�(�FMV���FK���]m
+�_��c�lh'�2.XE��h^�ƜC'��X���6�;c��B����D*�Ɋ�ؓ��CÞD'�r���P��(:�P1'�C�s͜�Nj^�a������e>*8b�+1�"�B^{��x��㠏��e� �5��o�$���0��i(_���������e/)���K�Q��:٥A�3V{��;��F���h�>v�o�Im��3�4���,Cx��A[7�47�����|����.\�G ��|�~�q���yW '�QԚc�+�5x�T���SPs��ne>o��Z����>�#�������p�ob>�}�����k��ա֯mh�V,7�T�%\l���
+7�����ٌ]
+ﷷD���{�r�Y�}G^u$�Րw�]�~a������;��S$��;�n��,��T,���
+��ݰV8L������X��8{�OgJO՝����X�NnlV�^o��ZZ�!65��3:(Y��3l69�<��x�)�&�x'}Uj�W8��j������Ԁ�{�n��is/~�]�{��t�d]�8U��X-��О��<�v�?]Z�|���lN��Tn7��.��MB�F<Nv`���'}�P:��Oe^@Y�cy�g���8W4ɪg�3Թ�����}�g�eK�q���r���^�ؗ4��c���g�,z��,���"ޒ�x�k��]�N�n���z�f��M3��~�S֑E��:���P�f��ԃ>�6T-/��ٴ���B��J�h�ٯ�=��F��v����f��V��J������@�<�%�lfWK�9_�$x|��Ҥ�\��>V���TZq��{�8{�I3�p�ܓ��7���4���0��;�v�i"����&����8�b<���I_��n���k�f��.1����k���׆"��4?���da͞�+�!���
+��]���u6ɦy�d6,p��V:M�plQK:�w楞������0�`���N%�/x*a~�S ��J�_�T���wz�k�<��'a~�;����߽��1P���2S=<�Iԃ��_�������ׇm������l�X��G���]xc��Z�8_�y,}lTJw���S�0��0ۿ���sk��-��~�|�h��'���噵����%a幸�����׃'��[<�wj��߯6�!���:~�߯1����r���;�d���j�/��Z�{�t��}�?����K�]\�)��jU}`�cC���/��W7M�O�����x����OקC9/�5�=�R�/N㧧9��H�Y<>-c����͏�䦏���'~���Zh�<%���w��nZ������M��#�?�酿��ec�c�������:x�]�_���ⷷ��+~{��k��z��8^�etfu�������e�è/n�@)7�
+�.�z:�:�]ۮ_|��/N��`J�o�����2�w�k�Z߱L���Yf�R��:l���-��)�X��=�c��v�����ӹ����8�e��7�8���^Y�N�l���S��CnΝ^�8���Gn����M�7��n�@���z������Ҟ�X~���������O�x')c�,?R�ym��h��6�v��:���S�x��~���x�4/<6_�Aߩwi������)7��ʍ��\��<�;�kC��;��a��{��q�͘9�|$'��2O��3O~6p�/sq����������V��)�q�Ae����ߞ8� wK��EB��J��8����c�N�c��)�3��M{��眲M�jej��;��YO�_Ƣ]w)x)<�R�r�|��{o@Wk�=�:4��c'�����̹hH�՞��8aB��/�M�Q�xj��qzN�����M�r~_�q�����<{��fm�~��C��ʯ��/�_��_l��;�x*i
����G�u���.)���Z ҏ�tb��?�
+��9���p��yff��94�d�c{� ��s������X <��A�+����^�r��t�w��]��>���gQ��_oQ�r�;
+�uT7/�� /���wf����p:ݛ_��?��shR;�^QÓ�I�?��������3�wW<��c�x����r���}~,���@;��-?�~-}gƺtZ��x�h�;x��G:op��P
+�&���M� B����w��j��x'�@�3��(�Py�S8�;x5�h�K��d��[)is0�nP�����ڔ���]m.�k�$�r�����V��^C����U
+���$�/�
+1��'���+?�mu
+��9���/����(�
+�x�b5�賘߳^
+Z4U�\ЏU�9Z<���ov6�*��O�_W�f*��%Jl�~(��-�qNįXxm��ym�T�w�k��b���^)��}��X/�y�Ҳ���4W��� �
+��n���_�ο�g9�
+�[ۣ�Cλ�[_�7@�4\���p���LX��
+������N��q�E<��"=V���BZB~wC�N�+f�}�������s�;����S��H�J������g�x���4����5~��q�����gh�}?�+�m�@�S�Z�������i�@�_�
+�gC���$4��ԋ��l�N��~��L?X���S��;���;�f�j�y^ۚ��_�/����{hxlB=?8��T����A�+�:H��\��V�B�K�a����T�N�@���j
+��ە�=:���r!Ϣ�i~������_#!��W;4m�����R
+�C)/(7���N��l�M����g~4@M��:J��o��5�L�3�oϸ�m�T-ީ.�.��<M|��-ޱ���~Z�ǡ�&c�Xn�&���&�4�,�vb�H��/ު��a����KC�#}��xa��Mm��M�i��__������PJ<����v������*�~�]!=E2qu~28|28�dNP_��|28����R�%pA^2�wf]dwzJ�V�!����O1~X�3�\'x����+��&s���h��|L��f��|�lŃ��.�9�V��Q$��5!�6�/p|�+��x�8��Ǽ�3n&X<n
+1���x��5G� C8��5/�ɊwgvʍF��N�n��Nȏ�;-ˁ�Nˢ}li��4j��)n��h�Α����7�4�~��8B&���O^���^��x�|&��x��3TKߙ z����ὐO����z�3_J���e�̰���Zb�❎"R�œ/3!��^q�]pӦ�w�;Mx[�?p��j^����z���O�1�Ϙ����JS�����"�_F촋�J]���.܄T�y]h���?頏]f�P�]�_�˒�uA���t)��%E"|u�|�v�����2���)d���/\�S�h
+�]� d�� �����%D�ݏ+�ҁw\~��������]=q�J��h=��S���;�����;5G3 �և�Qh��a%d�^�~?�8�df��@���3�[�UM�h���������:~�m��
+��8s�;�3ђwS��㺛�n�h�F������ �H�Y�M3i��|��ԫ����1کcf> $���h�N�����5x��5xN��с"���'�h�.�a�����Br��A��@�N�
+w�F-�!�S�1�o_� �ԝ�j�N
+H��L��ݦ:��0I�H�?ab;�m��ޕ�|�=2�5^�#8tK�����2�u���������ԝ��5����<��SFX�h�}�K �N�c�G)lڋm�l���[h1ujEf&y�R-�gN�4Z�q�6mV���"y�ԇv]����;1X����E%�M�Ɇ�3
+b2}8�����~�:�I���%��$�c�m�ñ����&��k6�q�C����R��^�Y�S�}7�o��JI�"Y)���U�&�2����Ў�4�R����ӏr�����d��G�4�d�ԟ
+���Gd�G�����W2�w�W�q����3�c�,x��(�)�^�N���O`W�N�\��b�3�H��S2�9ؽ�n������bsCn��S
+2�3hv�Nk�w��l������T��4���� ���T�,xg:�4�<�W��&��~��`���H_�N;�j���������3xH�7�`{��4�u�i�{WOl�J��wb�ŒwB��Nu�%�
+^�.�i�@˾�H#{WIk�vq����?�=-͏��ޝ�[��w��i?���x��_%��]�w�}��A2���'W�w���4{�ᠼt�v�\����>�
+?�$��60��6KAh�i���^���E��=],w�Jz�cV��7g~��;��EƊG��B�s�qU��-?��Β.��ą���R~{%,�/N������߱ϻ�cׅ���i:I�>�bE�x�>R�q�=])ПFqa�� �m+O��v�����3�H������Z��O��]/tc���9�åu#{I��=τ�����W8�D�������+��l&A3��0��w���8������hһa�c�>�q���zq�x:�N-����������~���ɿtK�ea��oZIs7x�WE��U˿�kp%P����R�P,],XR�yv⣥P����[�Z(Fk���L��fI9���+YJ�A��38S]a���A�odu�їC,���Z&��W:]����*�-�x�z�V��٠i�<�]=[<?3m�W��Y"+�(�-��mtB��ά�qo�?�Z�N+�$�3Z}dRF�~���T���A��s�F��|�
+��_����W���}mlK�s��jy}k��1?�X~����u�]vp�F?���s#vp��c�we�3��P��$�ʏ�Ѩ}`h��ٗ�~��tЇ�Eɢ7�;Y���:u�o�Ys�o9�ߑ� ����9P�%�����?CZ�� |8K�����\���3���^���.�>:h3�����fJF�+W
+hVÂ�>��}4��ƴ�~����&.eu�p'�`ZA�X�`�c�[⸒;jq0-�NX�N.�V�.p���狝�<�h��Ǿ�j�~ z�w�٥:�V�NE�������k5f
+ˌ�b���H��N[��4�~�q����=M/������,u� j���T�\oS��9��ֿ-�Uc��R����C�Pv~��%�L��o=��ϧ���/���̇I]��C�R#��>{��O=Z�w_z��I��UH<��]�Q�VH��0�]-:Y��}ִҼW����T��׆��;ql��j�X�64�5lh?C����V�̜��*������X�nz�%�g�s�c{f�7yx4�8�������^��vީ;�I�Y/�1��0-���gF��Z��{@�
+}�jJB�%# �>�b�&�/������������.�3���j"����_�p���O.p���
+w3V���i�mW�o��aZ��u�m�x~b��8ƭ�uZ��|�����L}-r��;k���J0�^�S��ՊDZ�z�wS�[��� ���;z���������, ��/�kTK�1��\&���������|����⑮o�>��c{��ă>6u�ώtM�����n���O{}��.w%[�Nn����W�^_�������}�Dh������i���%��ķ���I��.~'�s�H�_m��q�?����.�xh����o@�L]���%�Lm��
+Vդ־\\�Z
+��='��xdž�)��Pr����������Y�~�5����͏� �7��ċ�VM���p��ڣ?6���C��K��;�r~,��}��ğ����7w�?��l�խ��<���^'x�.ڒe����KF/�K�:�Θ�#��.C$��:C�g�<C}$��V����W+`֑^��i�lX��Ȇ��>�
+��;h
+�
+wG>�
+�lR�_6��7�Y�ޙ�-�uHt~��d��tV�!N�ʂ�SV�q�\�4sߥ���9����������-���>��k$}�さ������7<�ҭ����>C��~�l�;~�f�dž��X�8���j�~��
+�03%h~dvC篇��;"�߉^o�~��[,���~��E{�ǎi�qq^�Pi�o��c��j�����I\��z�tT����p��'=MO'r�Y��i�\�[�:rs���i�Dt���q.�#��������;������Dt_g�;-�:����\ً�*}m�|>�1�kO+�/��C���������^'b��I?���e|,�)�����zռ���i��,}����w��GS���f��˿�k�=-��ҩӳHs/�v�� �.s��ͭZ~�n|����Ķ�m���~��٦��O�m:��*O��ĕ���v��ze�#ۤ�0�����qv��
+X�p�}�R��?��e�[�Ѿ�c�;���N����C�}oj��?qb�9��옰��Ύ �b�q`�;��,���Y����}����׃����x���:^��~ր/x\��uPފw�D���A��-Ϣ�ܩ����|��z���5���Te��Y Ao��h��z��Q����_��.ؑ�
+��t2`�ى�qn�^'��ku͏��Ϋ��@���dr�3��V[ ԋ�JϹ|��j��������j��kSS���5EC⏗��.���L�8�:���6מ ;}�����fgT+��cVQ/xl�?:��V��Ͽ�L�
+
+Xx��h��㕒�}��ɀ=]�'[�N��4mhv$w�F���<��:Hp���P-ޯ����C��wR�`m�zG�!Oܪ�Ѧ���j���2�q�0�V���aX~��̳X�8�?i�Ez��cd��g�E%�~i�����f�x�ȫ��]�P�ч6�Vاn������i��,y\]2�g!ώ����N��hb���2x'��O�W[F�~b�xד�q����I,Y�Lb���"E���;�np�<�����ybW+�"�.{Ǔ�-��8L�Ƃw�F����t��j|�|�&
+M=8�<�f��ڣ-Dž���`���,;�&��
+Ge\C�ج>��f��/�7kL�Y���å����Lw�ϖ�_0x\3gI�~�� �,�נ0x����+_�?�uSEZ��/�R;X������u����VY�}���ޖ-}�^ }�]H�l���3t@�ܡ*��MJR[t�rq�Ԥ�]�0�P[(V��j��_m�x��ȉ�O��\���7�=�$"���Lt�=���֤��%�����![<��>�S��%J�f�YE�S�?~�t��6HՈ�cs4T�w���^a�A�a?�N�H�x��y~�t���U��C��N�t����I��)E_�b�}���3��� ��K�>.�ӝ�~,��C�ϋ��o=��/������IV���]���� �{A㞈Z����������Ԁl��N��;f���ܱ�Ōc�f���Q�;q�yJb�.p��~�u{"��4uО�۫E�
+,p��-�i�WmCH�^�XeO��}\��W4vCt�v�.ZVp��
+�1���c*����^sߩ;��`쥡v�%#/��KFf�������r�U�/
+O�Sw�0B�o
+���:}kĦ�-�ggo��-u'�.vv�2C�i��1m������J���MMAѳ�#�`��@��A�d����u��1/w�u�O�Nc�<��߿��{Z j2p,���yo:Io������*��{�Kubޖ:V���8�?Z���mD���ԃ���Z4Ϟ&��;��(�l:�[
+H(�?|9
+C�i� ���@��ߥ���4/E��镾��XB�;�R+�eO���ء�Sf�pǾ�_#���#�r�tPdo�O�߰M���wߞ�ڈ?��7��������������������E����ro�
+endstream
+endobj
+21 0 obj
+<</Parent 16 0 R/Contents 22 0 R/Type/Page/Resources<</ProcSet [/PDF /Text /ImageB /ImageC /ImageI]/Font<</F1 2 0 R/F4 5 0 R>>>>/MediaBox[0 0 612 792]>>
+endobj
+23 0 obj
+<</Length 8674/Filter/FlateDecode>>stream
+x��][�n�m.z��"�(|�MHhx��%��$;�4�ޅ4��@zӿ_K^����c��ٰy^mY��,Y����LJ�X�k.�~���o���ͽ���<�t��'���o|����7���o�����7������r�?�������_�|���i���������
+�����}?�a�����up�����?�}�o���"f��6���W�����+�
+�1��;3�Ap������Y��}������Ʒ�.����p����a�����q,����'/�?��*�X�9��A|����5ė(�X������㻤����rŰ��_i���� oQ�&�cc�Q����$7?���I��a��3ۭY���gI�?!>x���������U�a��J�?��t�1�<���%�"��!�cOQ8�a���_��T����{��v���c�ް]]��+�5����C�d]Y��H_Ү�~�Ro�����ɺ��>YW�kLI��?몆�$�O��}(�e0�X�r
+��X;�x��"�j�x>��`���<bk��w\lł1�~�W_S������߀��=�)8���I�[4��k�x7I1
+�?`x��`駱��p��Kv>�㳴^��)�W*|����z�� �CG$��>ޮ�%~S�����7��Z���?�]#�pc�1��*kO��<�(���m��t8d�%no�Ւ~��G+� U�%�P���N އþ3���+�g��+���(���H~Ɲ-����'���L���b�;:!N,�qe�qtb��ē���hL6ҟђ����`u��%,o� ��<��h�~�-I~������0FW�Ip��j������oP�O�`�.N_!'����'V<�<�=�i�g�'Fr�a�C�4�(�x�����8�x���\ly�H�^j��K��=L����x,�^�N��GD�I<������)�����B3�qؗOz}��=L�����R�Ǐ�W��$&�0���N����쑮�]#Q�P�"�=��c3�;�4���c����o]�
+�-��ۊ����
+�5B��<I�H�%B$?�'NH6�G(�^��0�n9Da�Q�!�� }���~�1
+{� �\^����\
+�P����{�Y�8[x�:O07��PL@��{z�}{q�WI~��_ov�����g����x����C�s��<��n8�ɳ��Bu��h�1#_����|��CC v�%��(}b�_���_�/�A����%xu��8�)�����0��8�!J�H��/5{A�=�chw��&6���Q��_�E��8~p�1�7�r>�zS)��Q��.�8\C�{p^���kt����d��~�R���P��r�K
+NP�g�h���
+n�_x-��$��ȋ�z����g^Ȝ#��l
+A�ԡ1q"虡D��j��`�TN��~SC��-�Pv�Z��Swz�KnD�H�rW����q�"뙡0��|��(���a�I�������9ۦb9I�С�x�7lj�53d{�� ~pV˝r��^�j�P�Vƅvg~V9u"����^M��}ɲ(b��$��!�]<
+Cmz����ןIij���I�T�F�)��%���PDp����oֻc)���.��{��C�����x�>j��%��*�R^!S�&�
+43]2���h�Ұ��g�ל]�KzD�@� ��65�9x��q��8�d�Ԯޥq��F���I����DA8��?a�o�#2��],p�����?
+?�Zn���$?ϣP�f�Ƃ�e�I<��w��qYErF|��Kb�m�x��ϲ���hO]���.H̏OZ)S���۸�q�߰Բ����> ��^68T��I�q1�A���$8���(E����ox�f~���C$�Z�>�W�5碖�R&~����%C8�8(A�Uj L:)�Kd���S�*A>%I[���*�C���M�r���s�U��d4E�����+E��.��k
+8��>��H�Q�}�a����I S�p��;8x7���<�'�K_i5;�j��p頏��0�0��d�Mo.a|n�E}�9�h�0G�<�A������qpvxc��%�Y9Q-�.���'[�7��,ֲ�A�{��R{p:��/3�\f8l)K�s�7~�X��l||��`���`�|�K�Z!J����+=��E�<�^2�C
+K&oP����z������5$����kG��j�O�t�]>W'tʨdl�NȆ�q��w��{�W��I�:�D�=���*������$P��,�k; A_�ǍG��w8���~.ȱ^�ѥ�>�H�s�������q��\�ƣ�?��F�z��u��`|�+�Z��?� �X�����ߚ\/�'��8��D��T�!��Wf?���RR1a�����v�_��
+�kԟ�!vA?qw�Y���.x�C�hP���}���\(��CO��\�A~� ���6�?�����e�|�p؆>�}����eO��(�Y�iI�~���a�_'fZƂ���0�G��^Ν0Xo���F{��$�g���~�����]��?�g�<�<+��~�?���npK�d]Ez�;�
+W
+�t0X/�:x��&�9�F�^�aP��8/��n���q�mް���qqG��@ڛ5|H�u]8�D���<sp�֒2'�,p\;2�u�v��L����5vq�7r*��8/���6��@�6_=(d�{/pͻ��v5>���.p�t�f����oP.Jv�9���,��Z�˒���B���R��Z<Á��8q�x�~+�9�Bw.�j-��K�� ނ��.���SأP�+���oW�W~=�yeVoW�Wf��ی�-x��R�o߮˃��[���e��<�5����c���\+N�ph8�E��0{��O� �
+�'��>���@֫?y�ޠn����/h�N�^o�Wr���,�ז���K�� �^M�\j ��ӧb|�+�v�q|�}|�N�/
+��{Dt��z�ϝVk^�Ӫ�O3�]�O��o���l�r�����ax�>�b(����$�_���c�u5��{��j~(E��Փ��w~`!��c��� �s�H����҃�x샄c�KJ_Ǯ߯~�Ǟ���]�4�=����K�~��
+Z��L�dد�%��S�pB��8$��Y�Ku0���J�ךS�
+����/I�Sɵ���=v��R��lp�p������;?��Mk��px�W4�����Z��~�������5��+���S��P4�E�ܽ��N=�X��}1��t���}�vY� ���������!����1�K�e��A��P���z�� �xC����
+��%��^����I�q8�7�?��~�^�
+Iҿ�,tNR˓��I]ի?�{��̝�L��K���+q�����|���'�H�s�5�_�!�~�*ݫ��$��q��&ȓ��0��d�f7j �������E�G*�ĝ�a�|M��*��48t�S��3RA}�q��h�?q��~RF��c�'�а��6�끿�,R��~?�x���������]��IU��@?d�ש6�4�{�U�q<&q?M�e�f�ݼp�
+
+���L��@T}>p%�n/����v*���C-�١�|�:ww�ա��T������%�A���]�n�����3K���3
+W8�
+�+f=�8n�8t��N�����I�
+[N�_��s'�m�?�c���z�?8�|�_��g�C+~�o�w�Sz�A��v���w<�&���+�R^;����+�w�5+��?�"��{�)�z��/ػ/���s׀���]����sv�z�x��]yx��~�(9�F�6Sym5�!H�/��k6������k�����7+K�_���Ҩ�1�$�X���U����ϝE�O�X�0���uA�����z~8�|�_��$ุ�O�U�}��u�J�]�W��o�Z:�z�ҿ�8�ߧ��]������6<��?]�a����<���"ɗ0�#�WoI�q���ׇ�~�o��_|��v���l���%���%��?o:7Z}H�g��?%~���?s�;�>��}0�C�Q
+z�S:��0O�&v���l� ������w/�X:wiS?������vw�`��ʿ����`�t�-�I�{ϧ��y�_�x�w�[�.s+���.s+��k���ޱ�҂�
+��"�{�֏�b�/��O��.��GPlR@�r��u `��2���3��[�8:4����S�2�OMi��$?���q�~�b����q�x�B��.��Avx��<S����a�j�/ٹt��rh���_�kg<֛x���7��8�\L����X�8�P��9�������4�q���i��X�N��l����>v�w����9~���oп��.�V�����빣�x�����ԗS��p���W<�`s`�]�]y�����M����l��$��W.�Ы�|-T��M����\N�6ާ��x����O)���'�_�^�F������O./��_f&����W���HN��?�������6��}�k3������o��q�as)��,\xA��ō&
+��]w3ڠU��Y���i��V�~��0�c��xCv`��쳺��~��A~�k��8�HE �z��t��`�_�`�_j���?�٩��}�ˆ����`�!P���&��Dv�8~0���������W��?�ޮ%�K��O��)�K�� X����=^-��I��ӈ2��4�Š6vJ'H� �����;���{W%�R,0�����(�2�My����
+��p�%��픱_Cء0�qX�{���O�ku�CV裹`���c��o#8�i���X*d����~n�pP����
+ǩj�c����S1pNg��̏1��W�O�L�}���U�p��;�^�t���ߌ�E/6��},J�2�C1_��ܱ�?�x���!�,�p䄰�m�`� x�ѰM�6���"�P-CNz��2*A�c|�g+�#j��
+�mN��㬇M���ϡ��3�"�����:'�ޟa|6�?���?a���P�1����da>;I3��\,T~ʄ*]@�2�d��P�Th���_�+C;��{�c������7�ø�IH�P����}�)���K�8��A]O?Ph��pK���O<��s:�,�)�)��9��،`Xo9�ӯ6{L�� �уA>�H����nƘ�W1�����C-�
+;�;���<�1�噟�-�ý����)x�|�]�?@�%{�|�U3���±���QY�P�)yJ�ǎ�>��C;��%A;*�ϝ���60�c5m&3�#��
+F�y:�����@�p@~�_��,���oR2X�uW�B�Ѣ�iR�`)J�/��S�Exn/�������V�@���._��D��Ct���C2��O�C��N�B-�z�A�7')����\�}��/-j���'�2Tn,�_/
+3��qe�^��++���><2�+�>v*=���O�8�ܨ�������8�t���g_x�����X�W0���^�n~Y��3�v��3g���)U���_~���˘���/Wz�̗1��I>���} � vs�wM����Y8��aH�fYXv7q��+�f!�^:In.�g'W��,���S�$�fJr�[�r�8\Ӝ$��-I��}>T�B?�CK��0-(NjZ
+��������j:�����;/t_����&���6u�a�?3#�+��y&�=]�0~�|��jN<?��x��80�����@����'.8Z��8�'땆
+p�.�_�w�on钟��m����k�����dۯ�$?���I���t�>�㭋z}��z��?�c'qv�]��Q�������jᇜ�hX/E����a�u�.�i��B.N�a^��|��坘�ͮx����*s�����$<Q�vy�i����mX�D��
+�{Y����IV8N�s3��q�����m�8;�'���7��V<���xZ�r����}���F�\��_�,G]�f�U�q�i������K�_ԡ4��T��N����W<��m}�:{O��Kw��>���݀�ch�Ϯ�/�?�U�>w��v(�����M��5��^�����4�6��s�D͡�a�9�^(���~��X���<�v���7�>}B�)G
+�\��yX��>u�nzkfQ��˽�
+�E9P>뷗��`X�p��.~�c��Jj��jԝ�����M�\�Q�(�T<�hU~.��(V���]:HQ3����i������7�3�znY���5�^�<�ذ����������M���T�g'r���ٞj��ώ�;���hY-usk�%Q�(��̝���p���;�C�l7�>���v��Ҥ7��sk�?{� ��������?�|��X���it��2����*Gnȥ^0�������h��œ�҆�G�L_���8s�՜|�r�gߊ��[
+];o�?+EW<��f���'�p��
+���q�k\��;ћ��D�u�_
+Ey�Њ�g�J���lW�{����A�������%t�Ҧ��J;y��}� xL?��ؠ�'��û>ʼn�^{(L��2�lϸ-����P����z�s��vu���|��A��r��ԅ�\:+G��-x�OZ�/�q6Y;����\��_�,ui^xLѸ�����(��/��9�ϫ8n�⸽4c����;_�&���W9 }�/�X�����X���wW� �5�db;N��}|-����[7\b���S�q:_:=7��tj���$s�θv�n��b8;�\�V;�y��ˌ�t�����yl���O�ˏl�F���ᮑ�u�j������p�ï;%h�N�\v��b�8��K�MR<�[A�M� ���|�s%��� v�V,p�
+�pm�à�l����1��/Owt�_/OwQˍw�]��m��/���u���0߂�����MG������_5τ��;5�(�x�e�����p֩z��A��=�.��i��r�_Z�Z=?���������$��IN�s�W~{ծ��(��]"_$@(,�2�����c��\�����i>֪��c�V�C>�_)�����jӼ
+���;=W;Թٲ�m�.x<ǺͷH���u�E�Ժ٠��0�E�z���e��':n��F�o��KӖ��k���.O�n�EҴ%�Ǐ�����+?j���->_T��<�sڏ/{�� ��ux��@���_$����?Ч��I��yq��U��A�ǥ�L;}r�G0�#5c��I���[��׃��������ݖ�.[��ʻq�o{���NI��牟i������n=�3�n�5v�n�u�&���8�:��\�7'��^���~F����nPz,/A<S��n8~�H�FN��0A�p����y�����:\�P�pxi�\���/��P3�����A��3��/��\M��qz8՜o�Kz8��4�gǬx�H܌Y/������������%�֮�r
+���P�9Wd��)l��l�Øq粎�%9����K*�4��w�Q���e#+�2ԜS+��b�_y*�Ǚ4I�s�Kj�g'sȊ����t�jRՈ��u��r��H[��q`�˽D�ܭ����S$���R?����!f;�2��H~phe�ZX��6�+
+�i�����$��гC�8t����I���K�L>�s�2���CC�,pn�Wgj����L)W��ϔr=�sJ�~�xJ�
+�3�xJ�Z��MP�/5�x�㎿��lҡ�×�jF�~�(jf�&�:��Q�Kݏf��&ހ'������%��)��>j�"��i���)�m9kc?��K��XN��W��7G�.����q$&8�zi虠�bT�����T��2�'հ��|/#���G�Ή>]gk� ��zzm���S���%��i��k��['�8pٹM�`�� ��W���_Y(�%�=��<��>�D�[t �=�_�91g�Í�3�W8.2)G̸Y�
+���%�R4rp~)9��,�hW�@WK��^�z~f��_�9���OY�/�go�c�5����j�^-j������
++G��Tгߦ��V�~�/ΨK�����Q�>��0A���߂��(O�|Nm/!N�Ok���ֽA>s���Ǖ�{Z�x�bg}�c[�c�I�1�c���&��%{�A���Dy=?Ԧ���C=!�2���v��>�H]{�Ő)�l;Ppeʸ�X>��"�,h�;�c:عD$;0"�(�_F�g�>����d��j�\-�^�pC�� ֝�8�e��
+¸��{#�_F�;I�m���6�.��t�R�����8��F'R�ni�%�oE��W� �~��SR��Z<i�7�C�cUW<�՜r��Z�%�v�q�U9�cq�A��4RP3pO�k0v���%}Y���6,�I��Ȼ
+�/�;����6<�/� �?��������
+��|0�U���E+��)�q�q(�s���_��{����o������?��?}����o�
+�Go�MD)�
+endstream
+endobj
+24 0 obj
+<</Parent 16 0 R/Contents 23 0 R/Type/Page/Resources<</ProcSet [/PDF /Text /ImageB /ImageC /ImageI]/Font<</F1 2 0 R/F4 5 0 R>>>>/MediaBox[0 0 612 792]>>
+endobj
+25 0 obj
+[1 0 R/Fit]
+endobj
+26 0 obj
+[21 0 R/Fit]
+endobj
+27 0 obj
+[1 0 R/Fit]
+endobj
+28 0 obj
+[1 0 R/Fit]
+endobj
+29 0 obj
+<</Length1 51088/Length 22833/Filter/FlateDecode>>stream
+x�ܽy`TE�8^��~sO��5�ɝ@B2!"y�@�>$h$ 7*�]!*r�
+����**�P�]�s]O�Vw�E�be����{f �cw?����_b���ׯ������
+Z@��������d�2a��闪�����q���\5�Ź�`y��ggL�4�5}��ߎ�����E�(������^��?�����̹ۗx�|l@�s���I�><��Aps�5�S�p�)�4[ M̅4���$Dg��w�/Hz?��!x�� �&'�lj��� �8��w���Z�l��XLD�S����p�
+��'�Ŷ��[�y8��M$P ð�X�
+_�BCl��L�FL�w��{��6��@~;����:l��A��3�SP����{ڣ�� r���LȀ,XI�b����������"�.�̆`=��c��=D��6
+�����`��������IFH�IGb��R i� _�
+2��/�c}c��^���v�q�tA�&vW�Yp��D'O�g�2��kc��3��92����3�����c�a�ƞ�D�I��"�ߡ~��.ނ�8�F�v>��8#�� x
+y�W8�I%C�d��|K�t
+}M�(���� �;9ȣ+�~x���kD��K�2��!��]�m�_�DU�^<)vH��ѓ�a���8�������n����-|Lj��"3Ƚ�� _S�f��t.]K�Ä5�3b��_�-�*~ -�nT&)�SDo�>}#�x�
+�+��u��kQ*�-l�}�>a���!�E���d9��<L�D� _�(��f�>t�:��C>]Go��c��������~/HB��Sh�Z�6�u�3�.����pq�Ù)�ΕFK[��ҳ��Z�"ϕ?W�S���(��[�3����(�*J��ȉ��>��=8/#G����8"yHw�#�d(9�\H����2r+YO6���#8U��"ڏ����T��.�7�=����Dߡ���H�WEBa�0A�@��p��HX��]#l^� ��qּb�8_�Z�S�"�ߐΓ.������v�
+�tJ�r@N�K�Y�V�EVz*#����w�\�F
+�� t��~\�tu���a,H'"�p�E8�qU|5B����#mn�Sؗ�!���W�'��� �T@�(�]�Cz@�#=��&���I/�lGm��>I� �a����&ȧd+|��n'��尝&��5��,���GM�@u�>*�&G)�k�)p������ݢE�-�6X�3���<'������hj�U(�7�z����z���D~
+��x��W�������%�?j�Cљ���?b��n��p��V\w3�\\1���<�y��W����W��S��zkb��M��cW���+�� RLN�"���jxo��ɍ����q��Ot
+�×�GrH����i��M�#�AzU��^Q�?Ai�q��%�@T�?C�텴��Kh��Ԓ��5��z�b$�c+�!�6�z~
+�����=B�Gt1��b;���X�����n,��Z���q[I/z�g`KkQk�#M�g������2��·)�COAv�<U�YF~g;�'Y���]�P+�C��B�8:,��B���h�R�ҌT�p�&á":
+ix�b+y�Sq'�[&\�^�qNq�2��7ƨ�{Nu��U�*+"�e=JK�w+.*,�����g����i����q�R���j1�tMUdI(��Ầ`knS��4�ˇ'a��NM�A,�;�Nk��W�]���Ӻ�4�5��5�=X
+�݊����W��md���i@�!�z�����j��`:��}3[ISp`k݂+6
+��v���p�T�[1��M�4a�����x���ށ�wRP-HTk <``�?<�Q�*��4�u�����B
+݊[I���ɭ��j+�U��w�**���L6�1���}�6;Ln*2O O�t��VaR��Q��h�^}�w&��;k�/��6UX9�73Ȳ+W.�����m�=�
+����5��îW!�G�7zC��Vrvd#a���ojx +i�l����3V�j© �l�QW�v����3>j�I
+7L���+G]��o�g��V���3v�ՖH�-�SO��)^���G��,a��@�/"%��8�^�1����Vß�_�N��٪�6���f���V)���P�>�dR�Dα,��䴨��d���������R�s�4����n��h��\{�F o'5�.A��Bl�ol3`2fZ[F���09u%E
+����iO�q�eoZ�oN�FI��iw�������=)g�n%�_y=5��~t�~����+���sV.����w�TkJ�x!�&R4U�oQ(/<]�eƛ[��O�B=�U@��$X�jo6��/~Ӧ��>j�a_qt��������9+u��+���1V���zW�
+h�ʺp�ne��Im����=�r/�B���;�)9�m�}7��֭j�A� �QX)��&�G�4�����c$�|��]��ڦ�
+;���������.e� �A=AA�EU�*u��+�����/S�e.n��2;/ßn�ưɗ����$*+m��HI�
+�+b��_��(�$���3�_��XuG�0����P�i�)|�(
+9B�|t0N��S�'!(�c_0W�)L�8LB�k�Y&-3���DY�MS������@d��*�!����jЮ��5����������@������k=��;;��a���8�UUz��y�)BE�-�������Q�v����o�OƁ ����0���5�zI��/�̬,�+�����f?�ݬ�r�/z�9Bazn�W�����gSZZ =������`IIi�^KYI�/�Jbn0��r��p0=-�h�RHŹ��� �;w��S⡞6�İ��m�L�j�f�ho#��l�M��K�
+�����!��vt4�#�55Cװ��ȑ��U<�̮V+�i���I�-v`�f�?�X�����z�B#i�Qr�d9�˭����e��24�ҳ�+ˊ�C*{VDr�Y���d|z��zVJl���WF��r��-�����ޙu��^��;:r�3r`�yF���+���z���ϙ=�
+Wn����
+��aﳫ6O�~gL���♂�w?��y�ő!��=V���H5:�p!N��\�������i�� L��t���FT�Ĥ���塵I��*.&�DdMg�`�ώ��3P"�PgX�m[�j4;8էHh@� �vC3o��"�L:�ɣ��q^��v\���si��WN����z��g��|�%�+��S��<D���,z��������֍�%�H��)l��h�>�N�ס��jU4�����h\���=�w�F3��9�����&&��P�B���v)T8z@�i+�^���Cё��p����I$%�F3���M�h�$�d~t/������QM5ɺ3U�Dz�t}�U�m� A(E�7O_�`���Ì�G;��
+��)!%Y��ٳ2����O�;�.'����in����cY��2:�n��Yf�J��Y���.�RAHvޗ~��KX_��?k��Í��~4T�k�6|<���m�i/�in'j���r�QZ����6>�ױ��!�gA�^F:N�`*�(e�-�J�
+H�W��m���CqQ�����^&u/���\�R�����Vt�_�����ŗ��O0Jd:���*�"��KԵ�r. J��v��n�2Ŕm�1���Ax�QH����S���0#ӥ�K��g��F�l��D$������7���i�튬yR��gF#(L��fk����o@���J!iz�T�`�BvOUT d����ޟ\Sl��tV�f���q�����"�ʠ���uHϤ�Przf���L�Ȳ�à��Ȩc�����^���H�gߒ��5u�$\]i���3{�5��k��Otlm|��!�N>\��?�i�
+�E�����3�ʪ����-�nh�����3F���>
+�P,���s/��j̳`�*L�f�������e/�&*��U�iC��bP�]�$��H.L��CA�6�a�*�"�����N2L����n��
+-S#�Z�F�}4D��%"�M]�F���棍;�a�@=_����z�WIuGQ�e�<����!�^]����~��,��Q���V����t}����RE}_,��:�S{��Ҍ��~B!I(E���h�x����*|�y24�[�wj%
+v`�s-r~2r>R1�g�\YHfX~&E-�����P�Ǚ��n�v��Y9�5��!@S���-2����v��9�[3EP�V��ntѽ����-�Ww��]
+v/�N����L)M�)m����z��3�y$C��NJ�Q�4�� GUIc3z�{�kٕ^��NvjٙR�n�J�"�i^ِW;� �SBe�I���5�,������'���0�p"�^K�<�}ل9��n�w���Q�����ίR��6��\��q��Ҿ��8����'Oy�٢R���Òv���jR���B��8����L{M��.B��w�aK���{`�������{A������W�g�4_[*�J����x��Pȑ�|�Ni����'�TC��&er���a,w�"�(/)^_7Q�Vg�Z?�F�ۈ�p�"�6�od9����8�xS��4���۬����*:��v�.J�K3��LA�9�8Z��|��a�h����D��pv����Ԅ�Μ
+��d����u���rr5���)eѿ�_�W^ܼ`M����2�\F��ֺyK����~��Zƹ;PA 5�j�U5GvfJ�Tځ�U�1}p]�1�����:e����bX�� 3�(�6sgi�êz��h����R�^%����Ig � �:�6�J�bͩ/聎�P.�;}�h�H�:�~ R��<����%���O�W�u�JU�CА�y8��Q��44����l�������[��j'#���['��C�tlb���c
+��d�ɧP&����ze�g�S��7�K�7x��j�WNuz����|_~ ?Cd�@�M0�#^��"��1������٭B�d2hd����xҺɚ����~x
+Ia2��d����&��'bq�s�rVi���m�I�cf�Zt�Y��o?z��kѸL�Hv0��\T��KRr�\feӊ���gyPLH���d�n�PC5F�y��趇����&q������[����'����?t�MX���֧d�����\y�5Ǿ����ه�d�����M�t�jz���!AY�p*UE�Ԡ��Bpu�hd��&�0��b�LT7[�-����ݎ�9.���V��5&"7nH���˫��U�+G���kR$N��%�tɏ���i��D��c1�i���s�:�]�HL��s86j\�H�4Bj�HR��$͕�Hb����b�G��1Bm� �3-��:�D�L쑜�y���p��yR��[E�}'ꐎ���0[=�/�Ud�/xUщ���`��T�ƹ����F��1�LQ]��
+*�����j�
+�#�^,�_C���o�F��L�\S��n6��h|ũZ�Q�
+�����Y�;�
+�p����`����'���;��h��&���C��E� >Տ��W
+n��l�(��Z3U�-�
+>�s�#�h|H�G(A�n@�Yݥ����Tt�KԈ�G��*ܣnv���Ӫ)�@�c�`�s�a))�� {(�
+,Ygh��:�v]Fs�P�����U�i�҇�+è�\H�)���*C�@e��]y��O?����)��+C���r�!*�9�W�����5@#N3s~��x�}�c'�%݄�N� O��|��O�P?�����NZ��7���*Q��M���jW:�+�K��
+�R�
+������徥��DI��W��()�,���"x�v�t��k#X�n�7��MoIߜ.ӏ��t{�f ̭.�s�jwڢ?�VA�Ka��/���}�H%s��F�������P[�����rCtQ�����"�㳝;�����oX?wWQ��e�
+ѻ�s���1��N?���,�q\�W9���'�+���;u:r,V+�ڙ
+����c:&�1Knx2�K������$�l�+�{�1&|g� �04� �)�SZ�w����XG-�6yݰY/=sߎ�
+��,��>ڱ�m�����l����~#fXt>���8�n�G�䚥��B`�k�g�W^h��{ep��Ժܾܵ"U�ӵ�@�+�����^
+�@�(bW�ʸ*�RY�XX�S�`Z�xPy�����2u�c�2S��Rd���% f{���=
+2�MC��F�{4wxV7�2���FF6�mM��������ę�3.-�FaS���ͅr��H!-���l&6s���,0�wwAWiA��@�5G�;�(7|��Ќ�
+�1��U��yrҗ�K�sz&�j�CU��W�z\�ri�a}|���#�k1&L�Ȣ��辪��>���UGߺoX�7\a�75�f2�L'�D��w�a�eF�~=y���'�`�4f���̄�q]�m��|e�i�y��ź9���=M�UY������ZgST��pY]6������\�|�U��t�Bm�A�rm�i:��.�l���η.��n��U�-f��b����''��"M��.�rA0�E�
+��by`�[���Լ�r��.�.��a��i8��,�Y=.>#�|�&" n-�8H\?�nn�bhϷ5.��z�t�)!�;
+��3����<�L�5�vG�~gޘ��U�u���ჲ���
+����M�t{�R��!ԱI�=������>�E�/&���u��?��|����}��h�45�
+y�������
+�X�ج���4�������W�/M_2;�&`Ff�ac�?�52�L�3a�9�9|mֵᏳ>�Ez�%;+;\e����zˀ���,���U���VXVf=�o�l�J�t�"g�a��x����n�w���#s|d�����S!�]�T���%� ���@0�vxF�&��l&����䟢���D�V����y��H�F��J^n�;�{�����7�������F�����W��V�Ѣy,�h.:�Xt0���7*��B~���E~����ؕR���A���v9Y�u�欲�U:+�ܰ���R��p���OC�x��zoKEV�q��6�.���`��MWT�)9O\���_�cr��T�F�G��"�!$�g�-k�9/���M�� q�}/�k�\R܋��6U��~}�|��f�U##�S�����ꑹ���˖�+��"9%�.}��E�&��W1Z��|/e�.�J�Ri�6Wk�Vk�L$�#
+TU�z�b� �n�.+AR
+��*¬C���si]ME�W;J����;)�
+�8:��1pꀃ kQ�}84�,� �o��=~�d_�{��<���J���*�bG%�����)�k��k����=[�{�u*�M��UrR4�)hy�J�q�9uDjS�07�%�SKS7�����=̠�����L~�q>̕w8SB�_��ح4�����6�oJ�巋Z$����y��E�ttO>{�ׄK��}D(:��`mä�cc\W�q|f3�EB�4��D�����=�F,t»��_24���LJ9���تn�G� >
+�9n�r4�����G��������x[{_��%|�i���I����O���'�G�/�Zw1K*у��m�F����aR��"3�f
+�]h
+&X�i�ja��7&LSX�$cئ�<Z�3_ͬX|�p����Y�(�b��e]C\f\(�9�A.R��2��2�tMV0�\���&��L]� b'�C`�,H�I�TYUIљ'Ԭ�vnE�-Q��FJ
+=(?ez�(���e�����ߒ܇��v4|G�/�g�F����Գ�'���j�4�����(�����͍l㍄H
+bB���}��#bF�H>&��M��F?BYrߜ�p�D�8�dۡF�;%H�?�1�����]'� J�"J� ��AJ\�^��Q��gE�dz~�
+������OP/�-S���Q���霶[c�b��~�A��#�pu'8t� c����Y�&��\�h>�x}��e*�*'�P�J�>�t"�2������Fv<I�z��N�yp�s����PF��J@M��=�!�������w���_�??w�z���[���M}!�b�Y�-n��������t)}@~T~^6?y�Nӳ�z8�-�FQ�H����zdN��l�]��D��j���N ݞޚ�c���^L�����v�ؐ�� �v|��P��QQ1[�b�b����c�Q�v�
+�)�G�Z��[2���i&�31VO�!�&�7��p��&z�߽d�w�w�W���g�K��h�7�ݎ�x� �^(c��0�䖐�3E�ż�$�47N��Z��G�dOɦ�E
+lo'P��㪺�������\��\o���2���Ne��$��秃�l��L���ړm�BjN�K�]����O��x��1�~���ٕ��7��n��t�p{Êǣm�n8/�ү���Z>����`�ȁ}�o:�|y�}ƕ�VfOE�/Ci��G:ip�^pƎ=LU���R�8y�>�3�א��"W�},}R*R��������+wj�ي�8 �$���"�d���
+���$�^@�\[)0�d.�0�#�&���ꡇ;�?�P<�9����Ic�x�4M��O�L��L�1~���:'��Ȱ<w
+����2�n׳�h��v����_2}�Ri_Ǒۣ��?F�D?��a-���{�?v�]̂�ű��J������g�g�m�s���U�ut��y��w������P�H��}\N���=�9�S�k0�4+����J�p�t�m��Զ¿չų���G�r M�0�����[X�?#bI�=�}Dy�t����``=(_�r������^��R�KXB��,R�������Y���E谭�ƃE��b�q? y�K�93�c����#�����3�Y<{�47q}���W�s��O��e�Ǭ��Ԧ���Y�KD���-,n�������F7g�ܠ78�ҲE㸦��hɠ�����;�"0q�ߩi...&&5�դXm8���j�%LRl6��d'����W�a��p���ʊe�<S��K���
+U$�,/�:B������'���x�d��]���d�Փ�/�>e٦Hz�V�O��v�e����{������桬� ��n/�q�ԙ���6X�ڷJ[�'�',mUu�A�\�N�����X��E�;�{���K�-�m��pVG��~���[psiȨ���ELo20ts��6Y���d��c��)w���`��!� ���ű/�cÆ�t3��dG�':1��b�hr���M
+�H�;.D%3�dܓ!f�B�a�E�� mXt� �at�
+���w���>P����zM�H��;Vr&T5û�U�&L7��������P�nM�˳�B5ܸ7d��wo5�KV֩�uo5�Y�
+<~��! :���DmA��e&� ��ϙ�
+�����bG��f�[��S�0��&���',wau5!�J6��蚏P��/D����A䒫��^���gOz��(�)�B1h:����O����.��aM��ݚB�N]�j3�������D�2q�<$�!�Ͱc�G�i9ťk�5�pu�*����Du�ѰXSr�k"l���[/(�9��{�3!>g�R�͢S�(��� �j�QUfß�J)�R�W�Z�]��z
+�6U�9�幵}ϩx���MbKFg?g�Y�ѩDž�|�GG�M܃(!Ì�W�/K�N�en����b��iX(%�\0H-�.�5�r��é�m;�8���c)���//���S�?����ëߌ6�d��
+͖<����f1c���f+�Q���[\Hv��q�__�8��/͝�
+�D�)�L[CV�c�ɭ��ra�)7�cJG���[z����ʳCN�i�s4����ƪ�hb�5i���;߅����̖�%L\3�[����9���,����Jo��W�
+K���&����(���貫H?5=�e�9)�E��\3�����B��s��%��'��o�~��S������yz�/��У��'&x��S�>�oV�ޛ�������7߅̺c����e�H&�bi�O�;�F~$�"y�l:�1�!BS\g���Ƙ�.(���ܺ��窚̎��HL#��ē�Y���s}G|��+���j�nv�#n��{k�o�W�8t�ԱD.aq��]�b�ʃK��AȠn�7w2K��˟��ixz�Pp�9u��G�[��=��.��c
+��eBŀK;��A�l�;/�F�+���N^z����h�֪�k�k�hR�֤-�6c�$�
+`d�V���-4�O$K�"�TA��e1��jb\g�Q��"\��Un�_T#b���!b����$p
+�p�1ԣ�*AoO�1Uj�W�����v�+E�[�h'��5q�R�D��-�&^K�W����!Dg�D2�O�z�7�o�%"��$�(͎��fT�.���U&c����b���I�z�¶�Jg|0�O�|e�E6�Qʉ\'|ϴ�
+����T�;v��n���5���E�.��y�4y������������jQ|Z�|��@���.O����0e�:M�F\%n7I�
+�U��r�X$ʅJ�Zb��%}mM�T]�5AM�(���&��肮��6z��JԪL�(S-ԔKZ������7�Ёq�o?��CM������fQ�Ԓw ��^ܥ��LX,��p��Mq� ~2�L��An����z]����v\D>Z}(y3���h~Zh0�FH�Ej�ڥץo�G����X �/]�/N )��"� �K\�J�.�ף��#}�B~݈}�u5�e�9"DԈ/@�}��PR0Zk*h)���������ւ�X���`�x���r�H��`�������ҙ9ܥ+!nE��p䥦���鸤l�\�ØP�� sp���:�H�MOò9i�)��aٞ���<�I���ΕVð���êyF?�j��H����HI�ky�ly�y-y��J�byb�?����0�1���ЏAS{�����J���s��͘yE�ܒ�����}^�y=\E�VQg��""��>mmi�}ο/uVz��>3�Ge���7�[������1cǎ�x��
+t��ݫݸ6Ji�� �uK��8�s��iq�3�c��o�u�*��g�>@`��.�\e;�E6�L�S�����İ�_Rٺ)�le��X̧5��a:�,��9��_I�=t���LB.6De��|E*@�Ʒ7ϤM�5bɮh���iO�%�a�z��p�����>'��R~p�/��%��K~�6�ǥ��4�����zu��M�O�*}��7�ɟ[�[�W��?�ϛ���
+y�*8����E.QqU)��Թ�4���®x�F�V]�i����L�H�I'�)'�2�ٹ9�������E"ї��5��J\{�ew�q�eki�*"����Ϳ�\�z�֭�7m���{c�q�q��{��A)��,U)���`����?�j,vO�cǔSU\?��t��d�Y�q���j����<3u�ԇ�Ɖ��I��m.�cX��)�b���L�!���̨o$r�#��=�w�-�q�=7O�|�ҋ�/ǩ1%��hG�X����_{wo�k���Xv�}2���p�Q鬦K�U�6��p
+IS�f�t��4H
+���q)
+ކ����Ҏk�,?����2&�&w|�B��e����s�Y�݂�2�w��u��.�/jN0`�4S��2�;�?-@2w��6��H�L�-����G�$B����D��aʴK&M�5z ��;z�=�N��L��u��s_뎍�0�@�䳿��_'�JFKӤ��P�o�a��u����[�13�17Ss��(P\���|��Z�6W��b�=N:ѹع���St�!�m�P�B6��\G�^��
+����x�����]U�f�o���o��7�z�$���>j���������?��>�J��u�T|߽߶�p�����8�B���.;䰚�ux���]���(�W��:��쵾�4|�r,K.���L��aZ�ܒ���r�gM�]�\�Z�u}�V�;P�3
+��Յ�g)Y�y���;Y��Vd]rh!�%Ϝ��V������]W��/\�^R��}Gឬ=aK�Ż�wgჅ�Ų7�1B��Hˌdz��1�+WC#rnɡ9�/=�`۔��ΈbRZLJ�IqF����� a�� ���ef�R�E��O���{� �oi2Kt�c2!2�ܬ�������Bfz��x�e�����&�D��7��@]��� ���$46��üWX,j��,~ؙ��vgf�������m!=
���[n�z.��,9�e��b����m��[
+I��<�����h���O0�&�B�P��y��k�x�&!�P�D�H�<6�)�خ��F�FEe�����FN>�]�7�o�ޱ�-@Fb�<?��?�Vec3�_9/��3#q����1~�+;�����5�|| �~�Rev��Xr���j~��T�7%�tӜ8�dw��r��r��$�+P�3����/��q�G�`��~�v~����sJ�i�䙆�G�y������Vt��}�ݹ�ɛo�ѷ�'��N�6�~�o��*ʌ}N�Hw�U|�(�z���u�������<n�:S\��.�4EW�>�nx7{[�B�v��m#�.7aFc7��_<]aX�&�D/��'��`��>!���q�����\-�ծ�]G\�쮠��%�������T}k%�>�v�+�Ύ8O�O8�G���a��RX� 5{��v�8O�r����(��qЫ�MyiyC|�{��U&��kI@�=s]QZ���#����v��GW nB-3Z�Ei��=�1ݱV4�/W�jG=�w�
+�i������59ŕ�vS�V���8��'i�iI%GT��rh72]����Ffn.;,u�97��~j��m�樚A�
+�����/ڶ�n��L�3|�AҎ�"�ӄ�����n)?PQ�Cf�=0�zo7b��#D"&U��&�ũSh=��^0�qm1<�����~S�"�۴����N,fޖI�FD�AggZ8���J�i]4�F)�1�U�=q×�1Y2�-b����z�>�_+5L"�2�5�pQ��RtQ[��HU�@���P��L��|C����cG������$H_�E�l�0~��R��&C�ǣcHދ�����2 E�{�<:�ӭ͈�TÈ���L��Yd�+��
+�!:����2t��̏�æ*�J$���e~.`,,>YhEI�L�hN���\�_w��a��nZ��g��R_�Υ�J���ڕ�P�RZ�-ԯ4/���2i��\_f~��K������/�K�tP�R?h�~�IǕcڏ�1s7�-�����������b��r��;`9~D���/��d����8�vk��咇ղ�&��a��'�C'��e���N����^b��Rv��ӈ���K��`�@�{��oyn/ �}v��8|��=7���q�q��u8Z`��ɰTሏﲰk��Q�3+9�j_�#��z1�܁��V��EL�R�$$�!�J/<Nl;_!���跏�AD����n��Rfƕ��W�z��|�E��W���~�ER�����J�"
+�d���"�'�ԑ!�z�q���刹J�{��0���z�>FlЧ����5���Ze��_�P?�[QQ4�#�B�\���D�-����0}��E|\|I?&j
+�v�����{����;�6;"D��M""4�]>�XA�H�]�J6OvDȥ��RM�M���#&�_�rArH��ʪ��@j����5�cR���c9`,+��&V�<?��a��3���Ƕn�C��x
+JN��fG�E����Tr��[�G� �4`|�&)����{�>��ͪ�,��!�?�<]OVD���
+S!�!Ɏjo���Ǚ�FG��pVSHd�3_")l�>�-�z,���2{H,�����#�,��U�SH��*��Â&t%��T�6K�5��Rw�[`����ʍ�UgZF��nU ��Y�om��9J(�9Ii=#��a����hh��L����
+�5o���A�X_P$~K�_P���r'�Qc}�M}o4��D;��lŎ���
+U�?>7�GM�=ŏ��Fbb��wa>�VC|)V��<~�i%E��$]Q�S{��#���WL�ȏ�J�=E�6N>'�����O��?{��|q�c�D[���_���}�������֜8q�����y¿��)}�à�'N������?�
+9QD��
+ڄW`�x98�th�^� �\��f#�
+�&>c��|�_��6Z�����C(G���p�� ���y a�1����?`��*��}�Z�I�K��|�N��ɬ�Z�m�1}'��%o�5�^��X]����`�/��mҸXL� ,Lw`����ь8��\�<vӅ��`|��X�c��x��>V6�,��Y��kF!܈p�}_��eb�&L��.
+��*da�jz�"���&�
+|�8��cB�9M?c}�ib���U��;��n:.�B9�?6fB�*�G�Dٸ�Oc?0@�{���$N�*Ķ!�5�X��2�j�7��(���Z^�b9�� �~
+9*�����b���0���q��)��C�,���$�o0?�u<�=�V�u �L��z�y�>쿄���2.� �=���3�>39����
+���fl��~����~�����a4$��Yx[�@��b�!NA �����BB����X_��2�d���
+�.����1�pcb�\��_��Gȗ���u&3�e�%�6�-&3I�ez6���8�Lu·K�0����E�Jb��ݫܜ�
+�~X�d��[3�0Yc둭��i�ʼn5R��gpYGYL�$/N��`�9N^�r�?�aa�t�[q|{��#�GV��v(�������g��'���[��ȋ�p��~�%�'��=���%i;]��?�]����1̠�����i;L�����X�s+[�W�!��X���P-"��٤Mv�(�рޒ�b;Ԉn0�O9X>V>�������+� �k�↰��F싾�����xh'9:K��R'�+f2��.b ���>�'>H����<B8�����}@�pS\^c�O��K� ��I��"��]�S�*�]1�-L�sۂ��)9~���c:��9f�����N�߁��]��_� �u]�P�P�m<��#O��z����[�'����˱'�;c(�c/�{b�p��mj{\�������O�.&�����l���s;:������7&c�fv��Ca�;�'�w��.?��H�M�/G�0����r���IX�ߏ��b��"�Y���ث���w�L��P�J��{i'�gs��A+b/���5P[�.P�?�
+� s;���7ryb�`�S��Wp|��F�� ~��h�<���0�)���
+������5��<�O�C@A]��� ������p}|�26�K�؏\��ń�����ŀ�;7���`#���?q|#[?�W�f2������P��y�vX%����G[���+�l��5���I�;��7���� �SF�u�^�v�)��u
+���~�O���`9�~�W�;������2zā�#,BX^f�c�4n�kX9�
+/" F�Zĵ�� [@����%\GK`�0��0��ay���P/��g��C%��A;�9���v�"�)B�>�;P�;�
+&H��u�����`�|#�Kb�z���1�*(��uNk��u��յ(�^�wx��e���3A���������x��B?�Ӈ9qIo����臷�"�6��Z�u��r����F�
+��6!<��O�n���A����Pw!���#<���������� ~��9/�AZ�:���w����.��c ,��l�E�� �����|X'����@�w4��Oi'>�ǘ�Ğ�>섃���������� ��.F�����s�}r%�G�$\D�N�>�������y��弼�����d<�Z��j�|�y�wylwfgH�A�20���]�h2����O��K0"ȧ:q���O�Jй�_��?�<��c����yf���ǀ~!�(|7���ˠ_�3�
+��[�=����w����PD�y���k���Z��%?W���(��6���v^Fx�������@YE��to��ъ���0�|n�Xp��SQ�
+>�0���t.�!��l&b�F'`z.�{�U��b*,L��~����@������������2����J��?"���X��k@�>���G0?����v�To�/��S�Ɯ*���FX�����C�o�/��)��@#�9�ޮ1�����op�X#9��'c�����{�A���Wc�$���1G�W�:ЧT���,�����������I��S����e�3�_o�q�kH��p��9]I;�I��b���I�=��:o"=GP��о~���j���{m�
+u�������_�|:�2-iӒ��':��6��i������:<3�@�|Z��/I@������g��Ƕ�ltg;���'�|��P�@1�n�~iW?������������;��{���$�]�'�*{q&��- ]���N��sb�'�k������zK���0a`����z�aU"�
+cm`�jf��SP�>e���[�\���/���A_����߀yE|�����'�]����?D�q�W�\��>N������v�.�����Ź�����������8o��0oü
+uq��2ؾ���1~���`�=�X�����-�P�OØx����C�LJ�Ƽ�9
+�[�3q������o��O�����8Ňv�;+��~ߋ��u/f{S�c��x�{Ⱦ����������v�G�� ��B���9�� l�>���L�$���8v�o�۵�vǣ����4�K���a�����`
+�WI��������������'���D�Z��s����Z�ͨ��Pb��W}l���Q��~~�3�jb߳%a㧟��]����b�/�'�6[2c;fN;�qWZ�}!_:~�J�&�=*v�v]�.��J���~A?8�k8�3���O\ ���s�������ev%�S��ۥ&d�6ʮ$�.�'�6?û!�PN�gf_�Q�v���Qȫ������L}1��~���Q��ӟ��T�8�r�q&�m�ƻ�(�=p9;{��{s^}�|_ �����v�[�p7�� YW��1�
+��(;�a�u�)�G8
+>��Õ8���u������c�P�H�LD�u��_v&�8W��p;���m}����\��6J�&�)�4/{9�%��N��b#�����!�O���i�(�]���!����#�Άڮ��2\���ᜮ�(t,g�W���?C�/��%:~�<�+`y����n�+`y�W��
+X^�_��K|��
+X��+t�
+X>�+��v <�1��~��^����X�A<�Lc���ȿ��7���Xf �X�q�k�M#��+���'6��">7��6�D�o�>�$h}ao�<���~���tD����؆D�>�~���z_��1�ﶜ�.���6��g����?vo�g��%xy_���c~�n�����x������*`��Z�sg����J�Y�c�NFj�jH�ч�6t�70��I��<�|���Oᐍv�m��mlF9���\��~.s9�������0��5ڹ����~4Ƚ�����S���*�"v���<�2����`gd
+,P�U�{�^�:�W���dl+��I�`JbSohО��%�K����T�өL�}��8��;��6��N!��iFz;�&�
+p���1�����|O�"{q]��|EC��1X�Q�S��c�I�=g���Ο�7�X����]��z)�� ��F���]�A|ۺ��\+�p'�`�m_�FvW��_���N�7�=��}$��0�����q'#����ggc���]p�&v���Ұ�����.R�F��0���A�T�~��UT�?�ϔi(��_c{8A�&m\�Z���_�КX��k�]���cT���M,�ؐ(���[�����]lq<��M�}����LW�38��h�߷�k�8Kw��Z���'��oO������=4��ٝ��9����p�d��q`�\�/I?�+���s�����%�+L֘��w���K�Y~ُM��$>��KW�p�^ο�b�{2?��ӽ;~^�z*�z� �'w'���p��[�O�[����&~7�W����b���uƨ#؝��9�e(�ľU9���_����/��o���\���q�=�����F؍�.�ط���&����3F۱��'?w�n�|�{�3�C-������w~�g%��M�c����_��`?�-�K����� ����1H�=��$_pl��|%iN��h�;���_�_���w����k�K/��@���q-}��K>����6Φ�fN�g8F��8�4�b�&�;��e:*�&�,}�dK@`��$��*�% ��߿�uȟ��S��>b���a�|���25���G�Z��of���^����ݰ;���/�����&�'d�^mE��?����}���f�`����88���}�tw:��$��bW����B�!,0�� V:K��`�CǙv�&�Lj;Bv��@���f�db\T�h���";uҦh�qK<m�ih�x�z:�N�r��ޮ����3��{���~���{����,�)*�g�K
^���|�y�B�I��Ge=��C�睱_�Mp�]#��<���3ߋ�PJ���x�DZ_t�W�p��zͭ��Hs]¾�����ˋ�ۋ��k��<^P0���1�)՚wޯ�=��C%ڥ���Z3کx~���59�:������7���8k~y���#h�a̹���ǃ<.�?C;�O�'1���Y����'a������a,G�
+���KW�>v�3n���K�y3�K��:V��j5���
+��x�#�=C��#�}
+��V�����Z�_B��2>M!Y��C�; ����}��ܴY��>y�Ӗ�70�Z���%s��h�����
+��u��ꎣ�k�m/���[��>'wm�[�!�J�K�鼻�s��?��p�j�����Μ�:����ļ�X����v��V�?�y/FY�ce�(���h;ԵS���x�6����i��fǹ�:8��� ���E��{]E|]Gx��'��Z�5T�g����C'���{�lyM�[�X����R^s�k�g��^Ki?��A�
+�G�/�{�t��y����O�wϋ�6�Nk5n��1��ܼv�Nk9����g0wx^��Y�5Cs?��p�m�D����C�;8�*���!~���ÿ���-G| ��߿������0>��{�|o�w��9����x\*����~N�C$u�r�{�ɹ���i��kѧ��j��<M�A!���)��u_��+�~���1��!܁��N?�}���.����T��}��_I|��>H\��O�z����/8�5��q�6��S8��������>^��~�;�������i\������g8��Z���J��yq�]��h�Z5_Q��e�����=�Fu�Q���[���ӣ�~�-����u���T_��C��q�y�W������;γw�7;�+uϭZ���q|������I~�����}��;��-�uг���i�.1���.!��j���৷��s���|�VB?wX0B�}z�����[��=Q�/����t-����s�1��i�e?��Y��ï�]�D+qH���ԀZ��W}���0�%�����h5��a�@�J����x�h�������G�6�}�u���h��&��6�s�'Aj�\��J�Ny$ƻ����$bk�4�d�3�@A����(k���)�]��뿖������"z���ѣ�5��ڍ�mX��t�% =�� (솶���qp�Q�Qz䀔��I{��N!�p�D����^
9 Q�SؗS��C�^��/��_V�r�2Tal#`��� ��a{�D�$�N��'� ;�G�!�B~���ztJ~#Qm�b&�(a&#����o���yȞ'�v�~�j��L�0��T�*rE����w���̢R��+v�H鞰�N )Kt��D��+�*�� �r؇a+`���S���� GC(���r1�BrR�R�U.�r�6`:�صu ��}�L��e5�e�N��yi��6������Y�� ���k^K��
+�=���$��ev�͢��Z�Q�ѣ62J�6��J��۲��n�˕�#y���~;S�L�:/��T/p�(~�sjm�&���r3R-y��*|8S�>A�jYKq ��:�N���Q;�#uG�0*ug�CH9��8���4�#̧�b
+:�+k�.Y����GSj�]��/䚕�ŋ�[Yfaa�����yއ<MٟYR��w^֩]�;SV^����94��!� ��!�a*�r{�n%u|�Y'M�HLs#��o����ퟹ�Ǯ���Ĵ��v&�L�2�%���#$�yq���#�\�1AͰW����ka�ٕo�Y�����߲Jyg�%;����XR��Kɨx]�Fː�����}ML�
+؋�e�S��ނ}E�����w�b�Oq�8K�a3v!W��l�l?����|�h�'���(-��w�ꥈ=��^���#?M��v�^��ZJ�W8��
+[*'�&�d؞4� 1,�Ͳ&3j֛#2���G�5�&c�HF�1t �~���Md�=����k����}��4�mZ�z��U!�62���
+5���
+�1�!���}<�_V1�`�Go�E/�P�*E/�P�Bѫ�����(z�聢G)z�聢�����@ѣPt@�E�Rt@�EJ�EJaBaBaBa*� � � ��&&�Rġ�C�"�q(�Pġ�+E�8q�0�0�0�0��P
+
+
+C)"PD��@Q�("PD�"���`�3P�@1�3P�@1ŌR�@1Ō�?.��oB2
+�4$�J2
+�4$ӐL+�4$ӐL��ޯC��`��S�NA;��S������������R
+
+
+K)�P��HC�V�4i(�P��"�N����R~�C#��RA\kŐ�J�tM�A���i\�'iD�'�ie�&e�S���O�~҃��7������]`8��EP���]����p`[�x`,p1�7� ������џ7��#Y.
+T?����S��~p��Y��E#�mD?��E�Y���A�v�N�X���i��i�|�Iͧz:��*��̅՛�+���f3z�cg�-���{��6�Uf�#�i��D������2W�YN�P .�JK���(hN�m$�f�s95�Н�k�0Y�f̫v�=����i��ȍ��U$�1gl�<�i[o�yȮY
+�Ӯ���,�v��ci�k;��l����m������5��]���H]���*l�U�tJ����0+l}{����zU�<�VfP�&��O3���_կA��hX�?1�>��Ѭ�3�Oֿ�n'C��øk-���#�C����=����֏�g��>�zRE���FV����!=���_��������CQ�����$W����=�w í؋��2�UUܢ��n�5�c�ۗ�;�6�OrP�)�n�o]4������Vd�>vZU��偊@I�8 C�`��E��%�����į^����֧��[AꕰB
+���E�]�w�h����Ծǰ~�Y��B�?k�U�hVq;�w�X�c��@��)�n:v��5�X7b-�lV��TV�q��r��>$�����iw<��Me��5�5o.ڰ��6�w��)�����ޙ��S�m%8���n���4LM��(hk��l�S�^n{��}���p���p6j��-�B��?ia7#ǯr�U��_����_u�@��4��b�����]Q>W�4�g�����ʫ��R쥥�U�U*#]�K��\4��TF��
+�n�D]�us.�TYR��;>%��>%����/?{[bZf��ॶ�Um=Um{A�u�Gʬ�=�1>8� �%�{�<���{������`U�1���m�/q��q��֕�d�m�טkڪv�vg�7���V֡��R�n��&�,�e5'o����f.+�e%��f�Y���>�;R�Aj�;+�B8�{�+�[J#������XY6X~�G�iZ�V�X����IN�
+v��7V���N�IDU�̽n�ة�Z��ݪ��l�O��}�c���\Fm_h�|�W��|O����v����>����ڭ��v���I ��zZ��z6NJ7��ߖ�M!1�Jh�\�bZ-h�0�
+��?<U��,�H컀+��y��o7��؟Y��K�a�c1]ek/�L��� eu�YT��pt�~�)Mק���=;�H}�/�vÈ��X�lC �ߍ��v����
+Up��Xw�O���nn��2p4�\��������g���f�#�>0+pE*q@��L�os�|#�/��
+endstream
+endobj
+30 0 obj
+<</FontBBox[-627 -376 2000 1010]/CapHeight 715/Type/FontDescriptor/FontFile2 29 0 R/StemV 80/Descent -210/Flags 262176/FontName/YWIDGK+Arial-Bold/Ascent 728/ItalicAngle 0>>
+endobj
+31 0 obj
+<</BaseFont/YWIDGK+Arial-Bold/CIDSystemInfo<</Ordering(Identity)/Registry(Adobe)/Supplement 0>>/W [3[277]5[474]9[722 237 333 333]15[277 333 277 277]29[333]34[610]36[722 722 722]40[666 610 777 722 277]49[722 777 666 777 722 666 610 722]58[943]60[666]68[556 610 556 610 556 333 610 610 277 277 556 277 889 610 610 610 610 389 556 333 610 556 777 556 556]]/Type/Font/Subtype/CIDFontType2/FontDescriptor 30 0 R/DW 1000/CIDToGIDMap/Identity>>
+endobj
+32 0 obj
+<</Length 516/Filter/FlateDecode>>stream
+x�]�O��P��~
+�-]������0��B�C��n�^��1f�oߛ9��B~���9#S}����VV��kH[9N������<��4�+���^���[�*><n[����Z�ve�#?�m�|w<��P�/�o��i>g���_Y9ܗ�O��y+�B�Ҙ��K�|�.�����x|,�tz��A�m���v�9�:_���/)�<����N���^���X��Aj���N�.B:�ѽ@���ZH�]�RS��
+�1�ɉэ�1�N%����#1R 锄�9��<�1Cj�Hh¡%� ���&\/FB^Ӂ�����^g2&�5
+��5
+��5
+��� i:���wbd��d�'��0A,��`��LЋLP+ƀ� +|*VM�X^��|&�oc8A��ar-ƀ�1����^�CccD_�b��1.eD_��c\ʈ��cD_� *#�bm
+��1Telum���
+�\n������]�P7�sMs�%�\��2���?�C�
+endstream
+endobj
+2 0 obj
+<</DescendantFonts[31 0 R]/BaseFont/YWIDGK+Arial-Bold/Type/Font/Encoding/Identity-H/Subtype/Type0/ToUnicode 32 0 R>>
+endobj
+33 0 obj
+<</Length1 11024/Length 5530/Filter/FlateDecode>>stream
+x��Zy`Se�?�]��MnҦM����I״�m�Hm��h)�I��Be�e�U:�qaQ��A;o���Y�7*̈#:�{�<�Q��Vǧ���n��(��{�ǽ9�|�w��;�MZ ��v`A���U��6ӄ-���f�̚��?� ��5o���C�O����injh<�|w��㡸�RT+��ĺ�y~����M܂��b��-���{�P"�t@ui~��՝��̿�x�eQS�aq@��U��@���1���f����{���H9��~�
+��uu��п�9�d�����E�'kH;�H���d �M<d��s5���ʦ��"�D�'�؉����NRH,�@�u����;�g?�3�)����Qx�B���=�.x|�#�$����c\=�n�n8�c��?�y�H4��,%�d3Ìbjq��T�u�8��j��1�Y���8�y8�r�d���cz`9��'������"s��
+�)+-).�.,�w
+��u�dgef�;�i6ILMI�&%Z��q�&�`��DG����X�@.�-��D��j���y�z�w�2�.|f����A֫&%_UO���:P�Y�8��^QI�2��$N���;�'y�ؽ��Ċ��z�Qi$��+,��vw���^Ѥ�˅n]���c[�I�p��*�n41y���)3�^Jsd��z,�+q%����7xlÕ]��"��P�Ȫ
+Y��+͖=
+2���s�un�`z�3����0�k@��M�6O�8z)�7K2��++�H�f��N��6���^��~����{mǬ� �W6:�Q8b�g�l��2[����{%y�xߕ�6������k�q1��ŕ��)@c���*�w�Թ�I�u�"�2�ی��c�:;��vocC�����g��`b�OQ������Sz�+���ck|T0{C�5t�-��l�F:%*�h\@�fH2���8��>�J�sF�b<6?�Y��Β�t�.u~2���]�nKC�E�.|�Xe���쬲KU���
+����vI�wv�����]�}8�7��z�\��/��dbO-���Wn���ju�
+hRhXQ�:�~F��}6 ����['-O�r�SCB�-�3�F1j*��"\�٨u����t����}��ӭ{��r�y�Ӟc��$����^o�]�͇fY�1�1���!2���M�~9���Z��XYZ�9�Ӈ� N,g9;�^�˂S�}Ǭ���`�@Oo�}��Z�����PKXSjh����ΰ+��cj��A� Y�~�%��wO*��|��fL��Q_���
+���1T7`v�C
+���M��M̜��̊U�F
+��QmX��;ph�(��Zd��Ϧ
+_�� �u}��+�+ȯ#q�Z��q�B.!����D���.,.NT7yp~���˟3��M����CW��а����ә�_���̟��tj��ӛN
+M1_��h�JXJ~=J)�[�(O�a�a �&nT����:Vk\5�P��<Fmt �M�ylL��M��$�_.�3�]N*my���X��S ��� ��*���U#���'�vf�}/���X\�7lѴ��Oos���o�������������M>0����������pÞ�l��c�M;>�T��D�
+��3Q����z��xw�v�vI��eќ3�9�X�c�:k���s�MΕ�Vg4��\
+[n#6[��NR�[ԬZ����������$ -�P��?X8O�/+�s�������SFSBYB�t�ā-͑it�s!�<�S4����)h�8��lf`}�@��e$s�}�#�lB�ă5�v�J�&"�ή
+|�6Znfi����������?�F��i3���⢂Q�qv�
+�v�N�e��S76Ę7d-O2Jɥ/�����[
+ȇ��Q��h͏N�����l���鋲[�bȧ�����J23�{�B̞��|��w��/tC���de�;�#u��Y�_.t9��(ғE��jO�(\\R�(Al(vc��-qf���ݕ[\mI�T/�I�5�hQ�3�75��Ƕm���k+#�n�&�����ʬ7�(������v�7Y^��nT��ه_�̡%�P���=� k=�|�\;4���a��M���7%VZNJ�Ź❒>C�J�z�o����{����A�h��|�B��h��A�6Dlt8R�B����`�l�Ȯ�&I�U���>t�:W�[�g�`��N���O�P̂Z�}�hW�A�B�S�6� ����k��gO��q��'��C���G<�㱍��i��ݓ�V��[v�;jdaV�)?!>e�Ο=)��ŕ�Y.<��%n
+�!n�Lp0N����`���t���Z~�n�u�j��>�>��Y�mշ�őO������� ���^��E�k��p(ՕJ�I��`
+5�f�b�;"v`S�_��.�Q>�]�ܥK�5�-zkx�gV�l#�H61���vvNK�
+��cC�+��$_��7�Q�Ҥ���-Ó�¨f�o9�P�s�y����!F�%V�C��-��z#Du�HI�%
+bT�2�/�/���@fT�̛�q�MCQ����yϝd�*���$�����˿[���il݅�d�����T�JR�*`�� �N aH��^ۢe�&�^>Ke�C�P[ n̘�>�@�����!�cRVN�l�/���-<]��Z#4GpA��a\�\��.܌;X�ͽ�g��E�L��dަl��x�j8�nEq�~h0h.4���](O��W�J�!>#p8�'�/I#dD�k�;$�v����L���/+�3h"/�r�֔@��]~ǹb�5Y�i�9�kgM�7;�a���h�#J� A��Y�T*�CMl��1v��-Y��Q�6�nU�GY�P�4�U�}���<��U^�m.��9���B�1$��I��k�_SEa��o|�i�
+��GM����ώ��:;=����� �\xb��r�5�fO�D�3�,0A�~����w�tB ��`�2h�{v�+�D�;�b�5Ro,/��,tQ�W�f{FJ��6ni%�i�<&6��Fk4q��7c��
+���4-�w��x�B�h�(��"j�u�]-� i�cR��1Ԉv���ɵ�+
+��a��j*j,V�j�6ޖ�:ɸږ�V��NI��-�D�R^2LW�Yg(v��,FN��(�n%}"�W$Y�-JCq4�a�;��>�?�f5����sf������͘Itw�?B�>9��eō%m��֒ƧO����ؼ��kPv�Qk6d=u����N �-���f嘣�B�c��3�!���0Ɠ��<c�j�b����(��jM@]��ʛbH!��C�Y��j�ݘ+��4;`���WV�o�$i�����#�_�f��g�'7o&�d|�ƠU�<ٔ�3�~����C�,�۳-:�e�Ƨ�f�XC���jބ�(�;�/rpN'5�i�'B��Dj���9�̋yRY銋]� 71�BĖ�k\�Q]�-�ktyp��<�`��=�^@�����w��`g��#��w�Jlo�e�C~i�D�'�:H� �@j�=�C�k�u��� lR?�������U��z�2��pD�
+�=p��
++����rb{"Qo����N�,��W�ľg`>�
+٪6xJ��FRΟ-�jQ��P���_������(�R���۠�{|�k�j�
+�T�=Ѕ�b˂/�S�r�ft�v�.e|�~���4v7���y7��߂<���"H�^Vp�������;����T�NT~E� E������
+~�����]MT�+I�����!?��i+һH������0݇8�C*A����l�,�nj�y��_��2��?��~���
+��ͨ�q��8���A�&uAy��[����3H�^*�?�Zi�����4��N�fi֣.2<��0���mUBZ�e.Ŝ�;�����g�6b�����s u�6�s�p~��m��=�0����TX�+����0Q�@|��R�F!��ˌ�q%{�nF:�d��`a^�=�^��(���Am�?�_�)6Kux�@����H4�q��8�G���z�~�ԍ�4Q��H�XmK���6�vOuW�D���{j�*2P��}E8�긂rn�Jy+ʅ6K�m�S�ij��H}"��ȃ�������:�b�G���!�P?
+u���n����o��:�xj�ǻ0��GuG�ƀ���Tۃ�7` �1,��� [
+�4ldނՔ�܍�%������0���=�Ơʐg�9,E���b���a���4W����E����w�u5�W�y5�1Q�Ka�b^ĵ��S���I}��Acvd��|`>�](�b��w�m�i�>���&��F��Hu<��� ~�?�H}���G���H.�1@�{]W���!ߌ���)~Hq�<�/�f����}��`=�7�?Py�oP� ����_�c�AĜ��P;��)�<Ui�W��rnw(f)y�
+9�k^�Ug�d%�Ҷ�B}��ʯ������*G��k&�~�
+s��s���(�-�|�:9t-�0�{�fտc%��K`R�� �4����Qߡx`L=�� Vko�#ڹ��H�ִc���7E����Q�M�����zP���N�^@�#�����0F��D�]������WB�I�U?�~K��i�[�sh�?C�ڐ����6u?�[�ܫ�\�M����:h��_(��_4����Rrpv��R�}iL�9�N�jQ'lØ���ô�g̵����%�[�F_�Ƿ�AH"�T-E:��A9�B1~�0�3��OF�����kx�s��s���_+V}�Q����k��cRW$6���~]��_\�˽��r����k�G�ɏ����p��1>��x-����%x
+��O�E_�7Y���"��w��J�8垍�/�K\
+����������}��~_��w7���]SA
+�������~�������?o�OڍoEŞ��6œH'�^Cz������AھCޑ%��h?�f�lK�n�ږ.n��gن�
+����M��m"l$t�)��b�!���:H��p�1�x�H_�}���������~F���c�u���-���-����Y�����)練[�7�sg�!���
+z^DE�F�}Xx�m�x
+��6I�]�Q<�t��#�#��0 &��Ŗg���$�~]�ع�%�ks�k;,�Hk:F�?�0��;���̂�]]r�E���8�HS<S��q�{�,��mc�v�wᎫ�����Z�X�`��9�Ze-9"���XS���g�q곲
+�zG�!ͮ�l�TQoMN��$&Ř�bL�q1����ꢢUjM4���@�h��n`<�v�a�Y��p�g=)�r~A�X�jD��ȖiD(Ո�n"���؉#�X�|�H��۫���9V�VO�ur�[ef-�D�[�� 3U�N���D��忸��K��ӟZJ~�3En;�'����BZx �N��.^��y��[Kwo���G�ǫA��^�����{��+Ix�k`��>W\�\���~o;: ����q*
+endstream
+endobj
+34 0 obj
+<</FontBBox[-73 -207 1707 1000]/CapHeight 699/Type/FontDescriptor/FontFile2 33 0 R/StemV 80/Descent -206/Flags 262176/FontName/BNIEOB+Verdana-Bold/Ascent 764/ItalicAngle 0>>
+endobj
+35 0 obj
+<</BaseFont/BNIEOB+Verdana-Bold/CIDSystemInfo<</Ordering(Identity)/Registry(Adobe)/Supplement 0>>/W [3[341]39[830]51[732]54[710]68[667]70[588]72[664]75[712 341]79[341]81[712 686 699]85[497 593 455]]/Type/Font/Subtype/CIDFontType2/FontDescriptor 34 0 R/DW 1000/CIDToGIDMap/Identity>>
+endobj
+36 0 obj
+<</Length 307/Filter/FlateDecode>>stream
+x�]�Mk�0@��>n�ĉ��.���ڍ^SG)��1Nz迟cu*̐~��#9{�>oݰ��#Lv������s�(�x�(���\w�vl��b��2/8n]?����g�K�Ȼ���ߋ�=tw��R_��������n������ֿ�#�,����Q��/�v�p���к�&����@����CU���^S�*U���*S��)�4��eR1�i
+R)N4
+0�&u�ِ��4��z`��.�i����I�����Z�V��Wk��N= �U��_���s�Y�sq��q�a�c���_�d��/oa�E
+endstream
+endobj
+3 0 obj
+<</DescendantFonts[35 0 R]/BaseFont/BNIEOB+Verdana-Bold/Type/Font/Encoding/Identity-H/Subtype/Type0/ToUnicode 36 0 R>>
+endobj
+37 0 obj
+<</Length1 7356/Length 2848/Filter/FlateDecode>>stream
+x��X}TT��o�E�]a�
+w�l� ��iUVY�v��`BhJ0"��%i4��� ��&�ڤ�6.�A�A�(i��iڜ�95�=���$Ѥ���7�o ���?�w~����u�νw�BDQTG*ٖ��q.�9�A��Hy���;��Xtl2KG������ၫ�x*��.��d�ɟ^�z�2�~Տ�.ԯ,[VS��V5�>���*�/)�0��(���t~YIm����>ф�wVV�Vy�mo騿�5?0M4ٵ3�1~//R�%��w���ځ���C���fz�Bt�^���M��WR�z�e��G�S�
+�M�e��㴛�k��]�=Gm�I� ��͐���鷜�M���J�!;��JX�͎)�J#%P*��f��մz�) ��BH����@�>���E�TD�t���A)�i-�T���
+ZE��Iz����*h���_b�������>��?(����Ӵ�d�QD�1aU^$mK�{DK��Dj)���d�i/+��17���LJv���Dk��:jr�;�]R���*s6�}ž�����,_��U85� ��P��Y��e��D�@lJ�%g ���Qp�\.Z�n��{6ij%�U�W �(.s8�O"$�����n�������
+
+�ngvCqCI�^W�v��
+�~CeV�3@
+���
+��2�ؙP";� #�5��s��E��Y
+�Ƽ����Z+���n�~Q�W��]\�S;��
+�La��s[�D[A�I�R&�B(*NQ!����"�'��Du��K��/�PH�,�BK:XXf��d<,�J�x`*��W0Tk@��`"Y������'�i�������j�X��d�(��e�F_ &�#������l;n��<K�)~v�o����nӷ��j g%f�,j��9Dѩ����4z��iȣ��b�X�$ŭ�ߚ6�!-��젇�~�f�h�����B�4���N�VԷ�����߇|��ă�}�]a9mV+ԝ�b��sgM�h�Nv�j)A����f�6M[��o�>S:�*����:�ה���Wy
+���<xU�7¬5AVKk�)D�;s�O�������E&�j��vC�N-^?���kT��S���O��0��.>Q�lbi��z/旅(w��($��*���O-���R�K��֊���F>x�(�t*���;�a�m]r�طس��J����R:B���N-,M�'pemP�az]�ϗg�q^{p&!Q��(��yB��O�j�, �Z,��|�����I��>S%�*�����Ȏb�M�3����pdw�wa�P�+�� ���<�
+�cӴ��S�s�#v�kn�Z���K<m����=�I�n3������s�6ǹ�u�?w�.���]�0Ɲ��S��X�*�(�V��n�"`�("�~f@�����'��8���
+��쬤��4�e�x����?�o�����p^�]��-�|{�m7������6`ݙ"^�/B����[�g",}~/�.�)|*�2���
+���A�V�E�a��%�����g���˘��x1a�>">E�DX�O�b�
+[D�ׇ�۴ш�w�K-�FS���2�@��Km���?�������2����wӛ"��f��7i�3�R�Vp���j�
+"��E�6P� ��9�"&?�
+>��
+q>�F��D^�y
+�E"lg�rvf���v�Ȟ�G�"'ʼd��k�q-b�XC���H��<8q����q�Z#�4��TT�&�e6�2�÷�"ܐ�(���8�4�����ňA�A�vB[B$�k�P��
+��{@+���F���ڠ����R_�?�w�9�E�A�F��P� �z> Ϧ�8�Y��p;7ɜU���6���AW��R�t?��g&d�XȄ�����a�1����OV���|B�q��u��Q�P���9�s�_"'?I�L
+���)V�C���
+[�ؑ�y�-���r3��`�"Ȫ�Tb�?E�����^
+�G��S���RJ�i4Gs�g�.�甤mA}B�Α,���p|�{����{�<�|�hf2'`��{d��b�5��_�Lk"~�Hy��oy��"^�) wp��9�ua+1~�rT1�"d�������@���G��j��A�\���E�L�'�]
+����Y��6w<�s텬�ۿ_&W
+���0�w.�n�f��^⯡�g��V>���Y���5ߌ��ّ���x��r�����`��;�#��;�~�^E�דJ�Lw�F�l4���E��H%%Dyz�wbpr��t�����`]�%��G��Y�T>?n���S���|vÍ��Ȗ�)O���c�r���x��s����=�~~�̟~����ge��3\<3#�����s/�1=��]��_;=�OO����'�����g���T۾�y��x�>�|��/��ٗ0��l[��δ��_z���+=m�y|]}����e�{�y?������>2��q���k���k���M�&��FǦi�uk��7mnZ��`S��{��c�rT1h�u���S��W2��>ʜG�G�*Tj+eޒ�f�I�j�S��<�~�b���Wp�}"w93��>������� 3y�=�_�~qP7֞���v�k��鱎�� �s����;F��Q���w��5�w�N�Ci�;h��q�w����)����.Gg�����r�:�b����D�:����wDۺ뺙7Tb������έ��P\�������QQ3xt�8SS�-ԔE_�qcR�ٟS�K*찐?� ���şk)E<�5��)�xjV��UV0�}բ2FTƸ}(��lu�R��=�,`G�I�#OJ��^H��ݗZS�R�_��m�1r
+endstream
+endobj
+38 0 obj
+<</FontBBox[-49 -206 1446 1000]/CapHeight 699/Type/FontDescriptor/FontFile2 37 0 R/StemV 80/Descent -206/Flags 32/FontName/TSZNRW+Verdana/Ascent 764/ItalicAngle 0>>
+endobj
+39 0 obj
+<</BaseFont/TSZNRW+Verdana/CIDSystemInfo<</Ordering(Identity)/Registry(Adobe)/Supplement 0>>/W [3[351]]/Type/Font/Subtype/CIDFontType2/FontDescriptor 38 0 R/DW 1000/CIDToGIDMap/Identity>>
+endobj
+40 0 obj
+<</Length 215/Filter/FlateDecode>>stream
+x�]�AK�0���st�n�XrQzp[�k6�����iz�w�.8��y/_x��>�2�7���C �8Dž��@�X�._���d��w�qji��i@��9g^��ү���<���tKJ�8!e��1�q��^l:� A�&�kB��|�M��9Y�liD�TR�9I����W�2�n?���Ua��
+�6�Ӹ�Y���K�-H �(ŴQ G��k�
+endstream
+endobj
+4 0 obj
+<</DescendantFonts[39 0 R]/BaseFont/TSZNRW+Verdana/Type/Font/Encoding/Identity-H/Subtype/Type0/ToUnicode 40 0 R>>
+endobj
+41 0 obj
+<</Length1 57664/Length 26586/Filter/FlateDecode>>stream
+x��� |T��0~ι�6��ٷ$3�L�$���&"��A�AY\ �+TDT��
+.U\�КZ�u�кkU��Z���
+���sf&}�����?˹瞻����s�sF)h%�5{��ѷ�-�#$N���_[�t/ԏ���/Z1����}-5�?w֜��-ߋТ�p������e`�Ϳx������v����ٳ�*"�y-�s�+��>B�M��-^2wq����J��� {P�a�1��Q�����n3����tK���;�����xڊ�G/�#p��h7jGB4�u5�Z�D4ZnB��W��_�P�ՠ��p�4t-ڃ�8��]�n�^��nD*E�� �Rt>;{��>�G�������N�ޚ�#��
+���)ۍ4F��?���N�o�/\q'�}��Pv"����5Z���y��0�� �.�>�h,ڏ;I
+�>}���jn���l[v�E�h>����x�3�c����q����oz��u�H���B}�hO;�3��2ݫ2�1�T��p�R�;�:����RA�pe�
+�E����cp�'�?�Z�^ǽȏ̞�\��)����q���x*�"���%H�'�����}7��C�»�Np�O��Ţ̡�0R��C�F���4���_��?�0r>������8�Wi��<t1�=����x0�������x
+�߃���3r:�L����\+�|'�K������g��}��d���]�&=���߉���Fл���X�.��pO�W��Z|~o���vx�A��9���_�DH���7A���ɯ���|�/��\�+�R\=��5q�B��p໓�;��Y��a��I�"<)� u�2�_;�pwu���Y�٘ٞi����a�B j��ς�B��F�����Xq5>
+�
+�9/ĭ�
+��
+�^�����gJo㯡���>�B��d<|�#sI+�@� ��-�'qgr>���5ss�e�
+n#�ƽ�}���;Ɲ�o�W���/�S�(�|�2��S�Sa��𱨊�������i�i��,�&�ސ[�:��v�gP�>ĭ�Fp;ѭ���?�?=���pc P*قגkp;)����x:�_$��12����Ih!韻��埀M���?c�3��
+Q�ג�EmLj�����)�U����������<�M*x�?M������\+��$#R��끎��'@.L��w\qdP� ��z�������ע���Bt+��W�Oѣ�U�%b���/��:�������Ҹs�݀��{ůɻ�2t�Wч�S����X��p�p
+Z�Z���
+a:�W|!��T���t����a{H�� �vw�9p:7Z�@9g]L q/|�9�-�R�Ϩ]�L:Ѕ���A�5s��}ݓ�]���y�&{5�q�݆��3W�Ũ8�C|�0�Ff��u�]2�l<��$�/��[�9M؋��o�I�1�>�&Pw%H�{��,tF�<�L��fƑmّ�b�Ghb��l V���Eh<z�F�,)8n���^��s�˸����
+@�2�?79æL>�i<�Ԇ�C҃����߯放}R�U��ɲDi<VR\��C������m�t��*�$
+<G0�3"1�%�V��Ɨ'�<�/�Ô�Y�Z�b�4��s�b-���g:p漟����tz��V�5��������u��C��ቦX[��e�
+�n@=�b#����pKlD����h�ۦ����}��m�U
+jm���m8pf1dA��j'��h%���q���M�8}��H<�ԷO6;qAJ��f��)h{L�8�Mb��-��A7Ƕ��\���B���9�9�fNo�f5�g�)x������?����æ��}4\���֭��m�8���8-���p-I�lY7��8fR�Fnl�ކo�G��H�r㛛A[Z�ڔ�����j����9+���agw�
+����<=ok�$�f
+�n�u��rb������Ͳs���2���]��s����6��bڣ�h �����dz�4�s�u��i�i�pU��Ȃ6eX�:km� I+[�-
+Ht}yrˬ|����E�J餇��x�ޖJ�UWS��N�������}�w�Db��
+�M��jR���)�o�p��Ӷr���~]َ��TSi�G:G|S葕�#=��$���5W}mry�ϴ���a���ṹ�c&%�L�1=6b]K�c&���;>��X���6���|�D8v�rf��tg���'�'2���!�@���F�Y-g��&5�//���W�͏���6$u��Г�OꞾ����3yƺu�Iǀ�r��ţ���amh
+pf~�����isd�� @����I'F��&�P���g$�u�F&b#��Ց]yA"f%��&/��-�R ��잛#m#�7���!���-��N��fL�m���v����a-g4m+�c�w�rX+��������a�ۉ�Ώ�vZɎ�������Ʌ6�fw�\�Uh#�����F?T��<�7�0�l��H03���P�I(0(�1��#��(�wȗ��o^GT��;k*��W��4��3ї</E�+1�!��HD�V���IVD�%+h��p�E;��pހ�O|W���F��"j��F�"�4�E;h��vDU#�$R���`2��.Iz9p ��-v�]�`��0TUA�`0@��뵭�\�(r�4�����t9vz�k���.����(���
+��1fypG�����u�9�u�:ܳ=��`5�J�H�
+���n�n��5P�NI]c�[sJ�n̟|����ͭO�����{j9���%��/�%<q���/���Kge��5�6N�C��5m�c�?�ڴ�S3/N���c?q'^t'ޚ�D�wf�33?��J�"�n��S@� �"�[�0������Pc���t�~���ǭ=e?��������.Wg&����Nu�
+#�-ɖՁkw�M.��-mr��8��q��������Ǻ�cpw3.'vݠ��jE �>�����ϮZQqj"�S���������lZ�q�s��L���u�JRiE�0r+��&öm��s��i�,2*ߵ�&�n7V��1U�L1]%����>���~zȮ�(�o�l*�t�©T�W�zv���������7�������}��&#C/��|��?XE�v��<O%Np�1�@VqR ;H,
+>¥`�n�l��zr���a���-�.��!��Z@�W�*�k��i����[o.�u.<�t�A���_�8��d1G����"aa1���L��7[����]���Vd}�w:��;w��7�k��J:AB;ې��ӈ��7�ǚ��:�g����Z����?��q��{Ӥ#�����0�6qOs�[�00-���r�!���qx8��J�3pT����f���Tʇk1~|CfzH��z�w9.t��vb�c�u����m����
+�)� ~E����D]?�[g1
+���MIEuJ�h=�LS��,]��a@��0�z/���c�#!���
+�F�ok
+��}`�al7 �1��v�5�� [�z�d-9�~����G�2��Ӯ.���WΧckxH0�b��6��iG�-#��S����v�f��Ų�V��;��9zBq1=Zu��b������ut���&$VU��~Z�G5]�����nEd�y��v�@G1mRx�!Gs{Ȕb/m�����Ƿk��Ơ��=-��=�>�=�8T*���J/�/G��z�>ٵH���}��&����G����g<$bE�"���=�$�je�*��p�jɢ�J4�F�r4'���Qlu�Gv���݁�;�����.
+��v�x/Y�b����H�'���@��!e��n�v3�z��c)J�@��
+�]�͇m7�,k\��\@�9nE��i��q�/^>0>p`}]y��1r�pՀ��K'�@��{��r�U����|������,��ٝ���xޢ_�s��/�N��G����7�b�lW��˝����|�^�q�e]8�;��ϹH9IP5NB:��+���Dt����d/�A�ovT��p
+zE�;ȼgAu�J���@�&H��U;�-�r�)M�I+����P��o$F8B/��@��.z
+�����L�a�r�a���Ÿ��1P�i��֜��s��l�����Na��h�i��o�㋊�-����ǫ;ZZ_9!�;�i�4
+۾iƓM`���Z4��٘l쾁���/�؞������u��d���Mu�,��_xh���g`~D��%�~�n,�8B�h<#��My��/4���'\#l.��a�`�wЁ�I��0�h�8��T�Q�J���V&�EĉRb��=h�s}�k�@s7������u��w�x��[�����%��y5_�l��N��()Dl�,� �kP#"T�=(�M+}.H\���A�sM���x�;A3:H�bT�npjևo����WG���H��"3�q�@�p��d�GV�m#�ʋ�TO;�xi��D-i(-�5�����K��ˬ�b���f��P��h
+T
+v35xX
+��a;�$(|P3��Ԋ8���'��H���;��߿l��G._zopw�?��
+�����I�~��̽p쐡��\0d��
+�����ţ--wV�E��؈/�L���D��4�g�b�x<YoԺF�F��G��=j�dוU.�
+�+�E�U���aɩ���s�S���n�:7879�jy�ʢ%e7o�/�9��<�&�7��jV��&hD��{əhC��©%p��!8�Z�"�=x,� {w՜YfJX� �;�5�4T��l���[�ڃG�@{���28_A ���q}h���9���
+�=��u����
+z��������0PAc�at���J�b�� ���*0��}^�A��u�,Q����������DiYYŋ���h����^�G���7���Ħ-�fɴҥ;6W�O]r㓙����\�����b_0}g�w�'����M��M�s%�=v��7/��ڮwFL��/&����5��օ��cΝ�ΪM�q���u�ZoF*N����å�}?s��fx����]���;�{���ıW_��j�ÿ�R]�g�t��^��v���ܔ�� $��\��]�eZL�}Ӟ�|���ڱ�Z �NK��5V?�By��b��6X//���K��&<�L��kmֿ��v)�����TE�y�pɢ$�P�E]�
+��2�I���m>���x�W)ł ���A;
+����2��!�5ǭ��\�;g����6�����&��G:�A�:ݷL�D��VJD�����9��?��@��Յ��
+a�ƞ]�F+�8����^c���ڷo���i�&�i+W��79Y��e��� /im��K ����χ+�%����L�����|��=#K��F�g3���q���L=ԍ �>L٨Uc�n�NFi�8��G&�&�%�*7(��e�be�v�p�&V�.XQ]�/R������
+E��n%`@!9X.�T㉠�Zj!�n��D�B^���E�k�K�@��,ף�
+]���.|�,=ܧ�8���X��<ƼV�ۛ?�3$�*b�U��ٜ:3�cQ6���v�v��yk� $�����Ӏ�,�Z;>�O�
+��.���9S�<�p@N�B}#)����y�x۴��_��%>u��ƌ��������1d��3[�=M���hmų+/��ҟ;���;�Ҫ�%}���O��y�O��3���;g��E�D6�Ϝ�i-���b��h%��h�Wx�����k7^2��E�.�]�"����+��h�d�1�;�754_XTt��f���=�{�[�#d���˃�(ly�0O���iL͑��i�D��x�u.R�+V�y*�a��%��e��FϞ��d
+%Jj�u5v�`����Kp� <��4O@*�z��C�u��N�������=����7�g��/���μ�������_�=���)���w�e��}o��u�RM�Ȟ@�&��c�&V���9괭b��e�8�xFT�J)J �FzL$�K������S ��
+�W�S��כ$�����prIeA�e^�A"j*��
+����{���q�vA��q�W�8(�R��Y��)���v���3���+�*��?9�ڦeK�]y��3�p����1����mͼ&���}A����2��g
+�:������?��0�@2�w
+���D�X�% q<��kH�(uY�:i2wVL�D
+����]����(���a��=��)���l�}���!���\�ě�
+��Ƨ2�V�E[`7�t��bc�
+�a0��c$����~;븞g��Ϻ��٫���8g�Bכ��-�'>&m�h��l�}x(��A�j�w:a����u�zP%�@�&��$I�����]�s�R�bR���A&i1���+
+l-�����������E��<�b��c��m
+�����(�9����^����=�
+ ��G^ ?��B�(��~���a$��=��< p@�C����"4x�c�,����.���/����m�ܶ�8�
+�sA�jê� �����qpڌ�_�4}�� ���
+�r>�B0�/����c���,t��j����Cm_ �CsS뒆��H�sFQ_k?�U�0Fо�9�8�s��Ҳ2�B����i�j�mNZ��˽
+&&�*���:� �YPy\Ͽ��"[q��-@x���nں������"��������SC��d�TY �NgZQY8�� �\XE2�zU ��D�d$��0?w�c��f�M� �p�L۴~��5�&q`l�vt-��*��Q(l��T�]��wQߋƋ(Y54�?�5�h�A��J�� 7���)��n�ܔѝ#;t�����h��:�rYu
+����=���/���������<��F�@4��C՟)X5wZ.��yǛ�`ޙ��/����Do�[�4�5�(U�8��do|�����{�/����`�*�v�oO�M>�"�稆�f1���c�4%�9�D��Z�����>i�����}н���{+<�n�Dzb�ù��n$o0�!����4Phȭ��t7=,�:� LdEs!Y!�&��j��}�E��,D�&��|Wɉ�Hj���Y���i<�I�I�T[(��H�OEVr��Y)�R�Ԗ�5;'R����J���`%�V.`=���LV:��T�:��ލU�M����
+���y-"��n�0���u&.r�i���R9r�8�!b�^����j�OJ}�>������5�;�_n\�Zc��1�5���K�<�8å�M��6J�-�c��&���O ��D�
+�� CU��1���B����C�ˢxjq�t����v!&w����+j�ѯӰ���!�@)&����V��LLhV
+ bɖ6U!�on�1 �ឝ���156䦆��0�Q���\�'�����ҳǁ�'�-��i��X%�~#��6�J[�7v�Ӯ>q�5(�0�Uw���|�+��(H�& ��㠸p�w�2|n?�������Og�{�s����N�0��x=�8e��AҗPK_�ͭ������R�>Nk2��1Iq+��d�'D�d����P�CB��r��� 3rn�i8�M�Z���JM�d�j��7�a��y��\���7��\�9�4|�ѓ4<����3-�=��W9b����v����w�����ꀴҕ� �BP����DnVDK�%���t��E�jT}��ݶq�{���S����đ=/���V���V_I����y} ��\(�^q&�M쵼�H �y��j-�?��z����9�x����.LW�YS��=3����En�C�P1ǹ�5�W��'p�(��5!�)7
+z�|�$�D�)(�%��8=�E��,�8{��P��s圮����>8^�ƕ���<�A���:�����O�gv= �g˟p����Ȋ�o�s�m�
+�����o��Qf��?����'s�����2�q��⻁�
+D>s�E^2��=�:��kz1H�lnw�̼|���ޣN��E��~���j��ܓ�VcyϿ�9����9[||�@��I�q�=���c�Ew4}�y9�_���g��!s���垻�⽙��8������J9��{0(�'��[sa��茒y��%�63��J��e@��lZ�V�BE+T���p��`{dGiE�M��*����o��;;��s��|+��ǝ�PI�Ί���͌^]�\�Zaި�5�27;��\��h��mzm۴M]qGH<�WE7������C�*JB���2|��钋�]�����HU� )e��=ͱ��e+˸����c��*��0����g���`WOf�u
+�5�k،Sn�I���Ay��Qe�L���=��
+��4��O8��A>���r�i�<���=��W��rO�;�9%i�9���dݾ|����S��}a�%�����?x��qw=��'�����U�,wY���a�`M꾌��b���Գ�������:�G|N�ln6��[��Ɋz.ƍ��.Q2�ld�$�I�Y4��&�+A��e�J�P)/T*
+�CE��\%Y��*�Ik�Fy)�*�ͺ��䈚���)ɋ���"�<���
+�J�J�벲����:�&c�y�uc���;���F_q�R�/wG��Jy.G�*���/Gs����+"7EH$�7�W$qR�Tv�"��}��b?�d^�v����4�)ƚ��7��M��M�G��#�$�q���D�8�7�P��
+�P��e0�e-�p^�7`w�6�ӗ>�>z|�R��p�.�RE�f���`L��M�7=�.��'@�Ly!����y��@E]V�V�F�������tD@�4bL#�Mtơ�G*��TLj�@et�M���6�7���HE��3�1���5�>1i�̡��&.���o~�����=����L��N_y���~)��{���%�L;c��&�R��{���,xm���[W�;��vQ�Н�/;�t��R��n���nr��K�U:���\D�1�I
+�9�����g���
+�ܖ�ĉ�P��hzGy�=�='X'��?�XfH.�F�1i�x2E��LD0�n��ߴ�����/z�Q����t�e��S2��
+U��G�g���G��LIG�� {�E�[N
+����I\'�܋�����ſؿ�����Ղ9����9q�(E��*�w)r�P��j���g?�Cp��Z�� r��v)Ԍk��P���Oc�6����7���a���^��.aωmdN<|+6>�Ɵ����^`�'(�����9��S^���*wy0��i���h4��������ӂ����&ɳw��á��N�Ӈ��1���d�\�a��ȷLX�_�3���2���T�4���f6Eq�9|Q�eA�(��4u��������#۰C@���n�n�>0��@��^�QP��b_���ݺ���Puۺi�,�kY�[��O0mp]��e��"��t�m��@ l����(�t(}�w��'���x(ԁoޖSR����npm�á��s�rr�|�n�S@�?��c{;:'o�k\־}P4�+�z��������lw�A���;���j�!���w�\вCwN���%�q\�a�N��
+O-8<tb �2W��QYx��_�u|"���?d.ٛy�B
+x3/�4�u�ʸ�Ù/�}s;�[0�����:�0P�V�h���T�da�F��U��x7X�6���݃<��C�YnZ��1,#���r.���X!�u9�\#�|�T�U����!����Ly2�,��f�&�/�s���"m�k��2�J���ݗ{V��u�|����E�e�m��]�[�O����\����,�I�A!�i�ɴ5��Z�ӹ�#��
+��Hm���Y""�UB��Dq�:G��@͊��r���t�,�v{<���{T
+��(���%pr�0b:��uNU�#�c��Ar���:c�����LLݠv��ځ;v�O6�y����5�:`q��1��^��Ѧ��4��8����F��'���$Et4�iR�l�����r_3�rvwOX�Wu�BiL
+�`$��sP��'����"i�4��wn�RG��)��=`�q�7\�@����*�����PӨ�x���NkzQ�T���
+�Jk��tO�<h�5�����U+4k-Ƶ�(��,��A�S�NJ��+^��&�#��J��}�
+��]f�e����Ǟ��h}�'g0���~�G��P%D�:}C���*��:m�
+��]�l4W/4T��[g����_�q�WY�����l�GCOT�
+���:P�W���p?.�v�MU����{=�)�V( ��Tץ�t����}��M�y��r}������}�T�¼USV�ϯ���TEk\���\�\Y������k���٢_�G�:>�a�byt.���\Q.�A�����J��f*|D�: �iU��YHd�=/�5o�~�Өe<Ղe4'�f̕Q?��*����
+�AY9�qU8��*���+�\HS��Zb`Ⱦ��U��Y��8Q�/ݙ&��8�};��1��֔=/I��(�Ŝ�y8A���3"sGE�tX��p�tF0�R�iԦ뙀N5t�>��j�éƮ�ùL����9#6�#GM<F�4\�Zs�%Ԩľ�u�T�����>��H�s4���Г��9�>�쨥g�/z�B\;b�u+�ڂ��i�,%P�l4p��Kg�x���ʋ��2��ǭ�uᲤzI�S�Z��7�qf�u�G��x�`�AeԪ[sf˹�O�(z5P4�sY��t�Ân� ��Ah,i+!%%������%J�!�C�l���f�٘n6��/�/2曗�/ w����x/�ϗ�/C�,:T�- ń���Oh4�ls�0Ox��[�K�|.^$(nT}Q�,;�aKs�m����{5F�Z0b>V�0bN7%�f�Q�����S[��Z��"d�Ԭ咄tb�6�6|�%�����(%Z��p�(yaF*���MI3R�Z��R;�O������E�P�A'�t�*�4������y?���K?j]�Z� ����/&>%J+80�k�(q��ڗl���V'��s�."uSn_��o.[�������������י�~�7>?����|q?�� �ϸ.�Wa<#��Z��Ħ��4�b�!�դ`�װ�'�t�����EG/1
+��Ƌ9�f_������D�y�&y&Z<-���}ܽ�#�#a]6B�B��[(\�/6V��;�]�N]����Uz�y�y�əD�����k�nm@��!tL��Џ}�B��\2�O�_��*��� �a�L��0��訯쀄K�F�H.�S�I�R�Hݾ��A��7/�/ٍ0����Mu-acw�t���0��xk�����'��5�9�a[�}/�%�ߴ�o%O������GnXx+�1��\�է0Y��E����^��1#g�2|����FҨ3�B��>:�LV��N�^H�s��ޖhg��B{>�~�W�c�y���T���0�]�Rf��B�1d�1�;::M�j\h|,~��uY�ǹ4���$KrZ���m&-렍-۱[�6�&����n�96SZ�Um�R���fn������*6u�Πر��˞�HIY��(/qR1#9&���)2�1�$1�#���&��<h��ݛ��b���̉�����
+��O���Sy���<w�uo^����[6���=u���l��W?���Û0�n�����H�~�߿��k�(�ƀ->��&9���)\�ЬL��r��K����˭�`8�CkEQZV��~����CB����džO�Nt����8<+z�x��9���F 0�O�Q�57X�-bY|$�Jhy�RlA�u7�-��;=�=L��1�(�4T�S�2�L���k3�.�S���:�uN�j���k�2�)��+`*�SQ���E�X��To��}x�՚Jk�qt��a�\�
+ݭ
+���|:�u-�X.�����r�D�����j�癯��oob>������#��So��q<5�p;.a���̇����{��;W��(H�p��:
+`�)�*�Մ������}����6*��Pg�QxT�K�d��ͨ�}$����M^��z>��G��l"gG��ulB'-�ۀpȡlr`�eђJ-)������$�䃩�|0��v��*[�ё��f�==���8:�U>��T/6��<G��ﲺ��i(��e���a+�e��$�`!Y�;�lь`0��W��)��%�v���f��X�R�G3ɷo�� _��왑��~�w���Eu#����l�`��y�gd&r_G�j|�Ӣi����������JQ���V��Hk�gi#�S���|��[��D����U�]����>������>#���U�㓫H�㳫Z����^�g�_W���� ��+��i+��1=�u���Vr�3@�FMuDiTW���d���p-�����L���Z���@�X0��cԡdb��%���XP��,J�e&N�Ғ����Gf��K�Fs<(:�1f���,�w3Y��d��d����,�S�ݏ��h�� �}�]9u�-͠ۆ��Qk�&�1�����\���f��rO/a7�im��e
+�����\�[���ѹ�o���<z��[�^yŖ���sfj�7|p7���^yb�w�x���K�����?���8�}�ųv#?�/@59̼N���n����!�P]@��� �QA�j��T�ځuYw*��t��a�~���R(Ա�Y���0=O�qm��KQ�P����TA�lK�����um�#~�ؿ�����y?�&s���]��9�x6[����� 0.��V��_�ك�0�$���5�[!��`S�,D��V�1s���w�D��t�z2�%���*L�K�b�a���E��������~٢ �4�I��͏��}>yp�U�n��{/��Z@T�В�~�<e �xe��YiS:���#���e��Rٔo:�d�DK� ��ܵ��ȫ�����̷��!^����1� ��|�V&S
���n�J��3��$_��T
+C~��S�-i`f�k7s�7q��[�PY���������>���{4����D<��ٍ�tF�BR��
+�! ���<�:o�DG��R�67�D�+���n�p�֨��8����#�'�0GAc>�V�<�J��O�x[y�[�zs5�b�
+�Y4Nӊ�R�F�N��Ϯ�]cɹ�S�l�岥F��"(GtYc�b,M��t�����ҁ%��מ~�h�������q����y|�s(�-p��L62ˉ�9�J�*�P8���pL�BJxnbS-T�B�eA���)��*q�1���ᮠ�#��u���87@���/RF*ľ�t�r�2�=���b�����`��o4�M�t�I��_!ܣ�(��K<,~.�G�^��UU�8��8E�E����7�瓹l8��1��@�Ϛ�T���"�,�R*ӽx�yVn�~@Z�$��7���9@�N���(�L�(��`�b�
+�������5C5�!j=�f�R?�w�yH���G��$@����2�4�(�D��#JР��{�V�9�ҧ(��EE
+4�m{Mj{c{�m���k�XVL+�G��l��8K���[,6lOg�mZ!������X���i^o+���� ���m��鸹)��S[�d9|��C��g��?�<x���ij�-��{)�2s.��������&�XZ����к�ܶ_�ܶ4�>�$AݘB��I�H��CqD�J���J!+� �U��<��>�l6!� n&�-���Q����9\��19o�&���´V^v�q�ɲ�
+/:ʥ�b�G?2��Ҝ��fJ��h���B�Z��3V3��a������1�M�X��XB Fb
+�%�����ᐥL�
+��I�9�Jn���3�-ȼ5�c���f�j�@m��6&�l��Yv!����͎Ln���]��vv�� ���"LKF����ĔsD�7�"z??"��$>�0��D��c�W�3�c���D�F>�x�*Ρcɲd�b�O%p.>�}�WȦW�v�Y�uI.o�1��6[�.(j��)��v�
+_AQ�]��M��X����[q?8�х��*����ؑ�y��_�O�s��!|���ο`���wuW�__t��;龋l�� ����n����ŏ�q<'z����'���w�#�T�6��������`6��d���w�ͅE��.�UdvV��\��4fmi=֖Ƙ@+egP3kKc���C���q�&5f�i~ڸ e�0���G�dqps�-�����ok��|���jp�?1��^���N��Sn\�:�{���(3�Nj�O�U
+T�Xa~�VTY�TN��m�����#�.�h�R�a9���5]�A˃,��zљK���zz����^JV_r��w���ֿ�~�W
+v��t$:[�|ʒKi-��%5��ϔ��M��Y�������#�1�1����L�����?'x�p�2Ǻ�}�N�r�SD�8��,LV��/��
+sՋt5�%D��,�|�#��e�����+��3ގ0�4��*���,Y�O�H����I�?A�G�P�]eHwQ���3C,ֈ��,���Z&��a[Rq@P�0
+)�_d�Ü՚j>��+5�'���{��R& �����&z��HC��
+��)��M|�����e�vo_�z���l'\q�����������_���+С5�|0�F���V��k�j����X[��Ī�D�߀�3��6��!�!��gE��s�������"}�uq`Q�3������{�ec���R�z~�5�?˚a}���(ci���Gi�\�G]r����R�E]��1��OE���XvB���P0�z�sat��Z��),ÞZR�N"��G��r�W��:)P~직r6�"��KF
+�"�@�O��,Nn�{G�=���y [sks����!w�_{p�e]5�S�G�_��c˖n�,�[7q����g��|�����#����櫯�M�������BQ<йU#)RJƐ���k� m(�\,�y�"���=�#�<�"�=�#-�+���t"~���H���I�>���g��]���?���>�� &�
+o8�I.��qW-��U[�c��+M��"��L�0{&D�,a2E�B ~
+k**����Xf�<�Z�8�� $���9�7�+*>9���V��6�1���8��|�ᤨj�껦<����ׯ�c�C��X����/{8���C��S��9s����0�ۺ�^z㭗���P�"`�F/;Ck<��q�����y�2^TlY��c+�d�1�@�R�A�rĩ=����{�=��w��KшL�dQ�{���?�=j�Ϝ��V��%t�M��Rd����ߛ���9��E�$P7>tڂ�s�;�3���-��l=s�c�[�t�A�И���P�����Ro��,ex��ҹ�W+�*7�=�y������@�1}�
+2�kV�3��Lu�6S�i,�*Յ�B}��^�^a�T����e3�&mN���e�ee+�~�ޯ�QyW�;�=�>�?\�H��?��+�hi��(T�
+�ʜw�?�V�JY�RD'����rERW�p���k��i�4ԇ�.�C�C燞�f�$ti�_�-DB�n|@,��x��]�`���aӥ��;���\�e�a|�̢��HQ�'�)h���|���P��S��0��O�n����k���rK�Oi$�W�b��sC,�� �n�ʪ�[���ո�>�^Q]ȶ�.�)T�`���G�+��Zt �V hܾs�.#�X� �i�v�Vro�L��{f,/!~pbLn��1�0c�G�6�?�&ϋb�j6K�姾S��^�S���}�M+����Mr����w~��'��oqB��)�-��8�ԈE�R)E���b/��]�*M�\�Fpe���)>�J�"jg��$5�
+��Q�Z�j�%�h���3ȟ5�������~�< _�1�"���͛������/_�g�郫o�t�s3�6}邫��5���k��9�.>5�h���&���W����$u�UϙyΠD�ȣ�՞~����=E��,�
+��A�T���iܣ�9*+Ca�P1����2UPݜfZ����<B�"-�VJ$��Yj�:�����W!eT$��J6]�������uP���~�ɛf9�R�C� �m�O�T�B���0��]���nn��^Υ^'��3:3`b�a���
+��p�E}n�a��Te��>Df���E�[�w�rl�0��A���
+��w�0�sϝ�<~��~ĩu{�R\&{�:��5�6� ����u'��W 0/%�fa��d�߁�$������s8�?1(<����qa��I�H�,o���a>�'�š`�Ĕ��!�W
+�C�Q�h��b���L_(�7QX0X:)$@��?wB@��̀�I��¼�2L��O�e����z��VW��%f�g5+�Y0����ƫ�<���֮ٗL�x�����ϼx|�RrG��[���8鶵$}�=�N�F�;*�"�/d��"U$(���P��4դ>�o}�H�j;���3�F�vZ��ݰ�
+��u2-H�����JCJq�UB��N�4Y��P��{ε��ԡ�^�*�r5���3�(u*�J����<<�,�(W����d�|�r���!������:���n�v�)���zFڦ�������T�D�T���j�D~�������Q�q�� ���{�`<t舚Ȏ��v������*����ф�R��O�O��K��R%YN*�WQT����
+���\��(�
+��P�c�TvGY��Gv:�J�Ps�qp���_)5u�C�����`����k�z�v��w4�<����57G=��6s��'K��/wg.�˻o������ZK�HDHx���V���eʤO. L��o��S����J�bz�@g�+7)���l���6���M����W��6&���j>:�t6}��~���l!i>ۘ��~(3D�����R�Y����6g�r��b/�bJ�Pa2������hQ.n�<SRVNj��#J�-��5Es�ny8��#Zx�I�ZN��P�4D�i�<Ff���r�k��^$͑/t����ɻ�=�.���q�R�+Q�Q�4+�5��h��ry�|7w���B�h��;�.q��O�[��g�g���JTc�rtVZb.M��tV��dQ]&�F�,�I�L���8�I�#��3�J)����j�zDU��Ք=�?G�i_d_m��U[�):r��ibwM�hMni�E_�����8^�%|K���2�(�e� ����l���<�t��`KrL��� yAr����k.ܝ�*{�r���D���e��]��8}�e�IW���c���+V�сs��x_�^���Lq��6�ԾΦ�8�%�'怹ۉ�y��c&Qh���� �5�L���3��\g��H�\V��:��i+�4�݈�1�l�ش��+{��3cn�Q�^=��1mu��z�ۤ~�5�'�i�e�Jr��6)�ku�����Ow�)�iup�ԏ�q;L���s���:;{h��c��~MM�7ѹ�o�r�Q��i
+�7��Tn-[wK
+�'�KC�*8<&�w��|��7՟���L��ǫ�s�a�rI�ݯ�'�G��y�H���������z�gbM�"��4�En֤Q���D�1��,
+��O�g����=�{�N�S�^5��ÜG�a��V�[5��=�o���鮻�����3�C�����5�=�M�/���Ǫ��c���6��U��5�e��*�)>O�\����lqӴh��iVO����&1U�E��B�dO���6����E�������=ڸV/U�Y�r���fx�'�+٫��9�w-)�m_�/�FG�,@WX[G�~�~J�9O��U�,5�4װl�}�6�o�E�+X�fI�ZQZ/
+�9������V��Ҹ4�V�h���XД����U=���W�M|C枿?|J�Or�ۙ����7$�9�ę�G�;��xF��3>�)��g&r_����4R�zMN�!�-j��q�1��cyZ դ�����!�n����Fd��&���t�w����9��U���h!��o�Z�^a���{l��]�9���n�4��x�V�ˍ���+}7��������w�[�g������o�n�{o6Z\�(�G�Fxs�y�ə�����E4�LS�@V���z<I��Sa��Tp�UM�Dz���&�|�D;H�N`�x;�O{gU����;�uw I'�脄&!�@҉!Q BQ@�Q� �.4�\�#��\���K� p7(���ΊΨ������� &o�z��� D���~>�M��U��W�������$��x�:-�)^�oT�v�*�htR���O�<���ZYgS|��!'y��HJ�#2���#
+��?��9�i�دz&z�&J䉃]�\�[�\��'J�1�m���������\ �k����ˏꕗ�V�|B~���f����>]�X�\�ć^�
+�_1��kA���=����r�˿�����dG������r�3��̤��=���[�u�Z{��mEU��d��y�*F�揎oT��x%7�;�m�aPF������a�f�s<�J~�8�D-q�sO�LU&��\��2���Lu��:���<ם��b�r�)�$m�O���v绞t��8����I��{u�}f`"�wG����ފ��OU�+���l�bԌh���V���1Qj�����أ^ADN^�������(㏙��:�!��g�y5_Q��2��I�� ���y��m�*�ܻnfç��D����쑞��"�+������2����J�����ŋ2V�8/a{��E�J�Q��J�R���G,g������vuK�������b��-_�
+zvk�XU�����68=!K�TW�2A�i~i�ϯS�=���ok��N�c�gN�k�����l��ؑ߸�\��O6~ҧ�W���ݶ�k<��,~�K!D8稖��b}���;<$�[�E5��v�$��KW�u��9S�6GU*K�Z�Bw1Z
+��g�g��B���'���HPzJ�K�P�v���a��9B�Q��Ksf3�[��O��Z�7��f#�n�}�5�Dy�aV[��?��3���
+0OE����v��,���x�
+��}��h�^g��R�g�KGd (��.�E`����)�͍�I��Rv�R��s�~�e¾�H��A��,�VЋ�9x�)�{��4�߹���~�����X
+��7���G!�!igQ����I`��ݠ_B
+��Q�Q��<�Ez
+]��t�;v���Kuf��8��N҅�w���Q��������ћ�~���Z<�sQjh�9X?*���q�����(�����"��A����ğ�y��T�����3��{wޝ�$���xVoY7�I�?���G u��i��L�{��9=�R�pl�`8(Y���&�+��MQ?P7���H����;��i��
+�YO��,�J����^��"-��gs��:cKQ�kE���'שV����1��Q�l��i����e�kP�q���ْ���� )G���@�F 5�Y���V9�6�Ӎ�ѧ����<�=@W�_S�֗8�
+��A�]��K�Q�`4L>�8+�9��=�"?��ӛ��j/���pl5�p�r��U�/�g�p���=�L���SP�qlE�����q�4�>r�pS�4[½@?W��VitN&�At���4��<}/�'�<��';�@M�*Z�6�(��%����F����wh�χ�)��Q���-��.�ϗu�i���|*�|�zT�:ك�����>,���]k�<@OB���gX=�
+�����e�c�w��"�������8�#���~��.C�ߣnA=�~�
+�����d<���l��Q�SL�(1�6v���xs���o��|�}{�Zi���=�Z���G��ٟm�� ��G+D���6Z�8�rG(һ^�A�'�]�OG����x��R�G����'�,�y\�1Q{��c�*Z��}���81^����pØʒ�Sh�q�r���k�R
+������uE��O�A�3�@Q�^䁟�����B�B^8g�u�2���ma�/�c����a�<�H�˅>q��9&���
+�m�FJh��'n2��z���a��k��e�sH��j��s;�u��G[)�@֊w/֭>v)�m����f}�a�GϦ�F-���*
�IĻnw��D�]��^�o�^w[����^�~�b�@"
+�� ~�ڠ��e�Dž�����?�4+��`���ϗ��nK*隇�������Љ��1t�����+(W��G���@[=E�i�4M?H�鍴��z�҂x��-��M*cw�7�?B��H�_F7�ӨNێ��6E�Q���$�O����*ж��|�|���8v�S},��Bi� K�Z���2Ez�|Fz���t�il'}�=���~���G�@oK�LTW�V�^}�.�.��+����ג0Ɔ����]`�>�^a����6��m(���/A6b]!������Z���}/��=�PI��3��c��Is7��<�
+�/2w3���cuu�J]�>pOE�0�# ��y����kGi:�70$���h�d��!2��~r�~*(��J����Q���d��y�[P��a�b�]NpH����
+q������˵#��@�B��Ak}x�F1z��p���b�Wp���PM��5�&��>gۍ ԇQ3�֞m���DدMcn����5�z(�fB�u競ƺo��].�����C4��Y9ޖ�m6�݆��}I{~����s=��h;�~���t\
+��0>�R=�0��+����K��O���.�0z���0����'�N���~��T�$Z/��p�)ú��ʭ�_#��$�f�?�\���ӿ�| �����|ٺ�<
+�[�����zP ��� ��. �W3���5�����?TBg��tzy���9��vyv ��v�w$C�¤��3}�/:�9�ǖ(ϖP��f3t�άG�.������7��"^���dݙ�W֝Y�� �"=�y�/�%ǍоU9Ik�$IY?��>�!�=����`n���=TX�ob��Xׄ~��7`O�������>��1�m��c�OSs%��8��ͅ�qL�X�c�h���c�9���q���㼍{�2N��� �K��:�w���X{����az�m���u��gzR�V��ݏ����m�����v��ޤy4:�Yr݈����0F��m��{�u=G��?0n�|Y�� �)�x}�����{�7��JIMG�9�~.�C�����S��vp�]�<�DܿS1��<W�6���0�C9�n��{,��F�m?=���Q�Q��'�������x��<�Ƣ��Q?�k_�Ě^�w[�>�"��^{��^r��z��(��'0N�x���V�=�Z��qO�/�NT,א��kɼ>��1ax#t��O�bP�[�T�y�E;*�j��v�(���Q[h�{?�u�P�k��oZ�=N�����^z���+��q���v��x-�g뚦|�p�@�o*]��1����\%KO�u(k��c�=��گ0�m��|]�{Αc���c~�:�T���Ǽ�^�}
+��J_d��Ŏ��|.]��M`�"����^���W"��Q^���hñ\��.�ڟ+�o��z�ǁ��(��xm�� u-��h+���Cb�n ��O�p�[�fF9(@�f#�-�wdC��0?�'�=��fnT��� ��Z�1�ʽ��J��t�.m� &�Yb�:K�P���g�w�R��b1��w䵹D���F�5R����8�������@��\�/{��%��ƣ\ci��1���L-�j��<����Ψ_��w�����=a{_�Z��ӂ�����ef1�%]�VIs�e�[>����BO�����K�]D5j#�X�� ̓��\-ɒ�ѧ������ ,˜p�βw8ҽg8pgY܋�Iǹ��+�r��w�? �znF8p�8O�JÁ{�Hǹ�93�g�'�����Ӂ� �ؖW17}�r���HԾ�_����9[�+��3���|`�lI��<^
+�_�jsb- ��sv<�C�����-{��2Ζ+|�s2�!��n�3+>7���!3����7h���6�|��Q��aj�r��B����_����Is��~��Ym�}'��xoc�s���KD���c��g� m����o$���C��"��w��W8j06��
+��W�!��
+�p�i��T��^<�-��2x6�۬sh��R �*Ş��NK�v��?]�?"��R�l�x���s���ǻl��w�����i=L�1^y�i�������
+�vt�^ e'�f����g>�b�R�uoQ�,ώ�5���OY�+-ȹ������f�z���uW�܀�J�I�H�eb���1G'�q���(���C�܉����a ����O��|�kh�c)�칻�)�yEْ�����n�9B_��Zr=�U��������z��G��r��u��~H?[�_�}�ZS��4��yO���K�&���uI��&�� ����*w\�|�B��}�C���9�B����h�)���CݿX�����1��σ���Y�=r�bw�6�ּF�_��Z�����27��/��e�oF;4yN
+Y���B�C�B�Ty�j�Y�m��OI����q�3U���ˇ ��v�y��>��i����p�[�S�[R�,���_����.�ϯ��<�y�X�����s/��JJ_빜d�9�6i���C���[O[�s��Z�k��Y�P)ʄ4�Dz�>^���ٜ��z���gR��y��00�0���D���ĸ����i^ha>&9&��h
+��@ �/����O ^��o�<`!���< 'Z�+^H����-�q���1M��w;�|��}���Ӛf;~�ܿ���r�G�����<�gK>�g��n���/�,��"1��{�VpP���ғ�*i�P�f��aΪ�07e�]��1hv�D����j/������c�8�c�^G����l��e��h�<'���.���K4�L��,����F����ṣ���8�@����ct������t?s�<i���[�P0�Me��OJ}��؟Y���roK���j�{���|�_̯��k1���zh�p��7i3���mt+>ss�</�kBZD#_ʴ�!���� ��p9��1���*����,��T�~�}�?�'���|։�"
+3
+�ԋ��;���ȱ�����
+�V���k�1~�N�osaN��U�qp+
+�QO���鰿�����S��|_̷wR
+t�<��wX��0�FyY�U��y�b��A��������d��y]���{�w��WT5�J�.`���Qh�V���z5šL��P��!9`=�M��2��~P
+?`�K�x��u\D���>@=8B#��c��2�0�=K\�F�������,�a��mcTR���2$>�aKu+5�w���Yz�����F&�O[mM��bZ�v\��s߳��1�h{�uN5K�R,=��P-�-��C9��ֵW�|�����|V�
+�k�<ޫP����{�5/5y�����,�Z��o�o�a�P��/��lFGg5β��=����������~�*��%W��-�a�_����d�b}��זk�ж�a:�2�(�����J�W�5�%����"km��^~�A�����Z��DO��~�x�~+>7ѺN;�&s_�}�3�l7�i�oj�oQ�`�{�R��"�.Y�4 )�j?٧�[�wy�B�5�>)��4���?��k�W)ZO��R߶� �C��9 ��1�~�sZ�c�wV?)�B^��Y|Ś?�r���t�/I�rk��cˎ�Bf�s��w������S_^�h�w
+g�?�:H��o���rBY{�J����s�l�9��n��v��f!�i��?B/�¸{��}���3O�t�����ֹ�=���D#���I���@>�$��C淛�g��M��Gy�LTh�bD�0�ѵoѓ�>�-�/��-ܮv��9�N軣A��b�8<'���t�~���n�,��/�����;Q� "��,z���xo�����/��1��*��ŽDC0�Cv�M"�G������h�I4�D~�aQ#Q1�Z�����8�f�Q�/C�O��kbQy��]�N��Hו�F�!B�"D�!B�"D�!B�"D�!B�"D�!B�"D�!
B�"D������N�Hz�����r�[M�9z
+9H�E���_�����t�Z����.���R?��o�2�rc�kixZ����:lM@�iZ*�=�.�
+4���A�+�Ms�:p��h)Zr}��S�G끰=��X�;&�ȋk�����:`�2,M�kqǯu�p0�~�
+�]�+�3,��+��aJ�%/�h��q��ᖷAC,�E��s�%�{�XFE��-�u�KvC�o�UQE��B^Z�%P��!]�Z|C�/w]������B5�5�jJ}t\na�j��)���ԯ�;�W
+1q��
+ǫ�6�4�c��A�-P�p��Zց&�&8��>�߇����r@�ց&p8����Q?��"�l.����}����ƪ���������y����!;G����{�4�w�mTS�/j�%��G�E�h�֫�� o��X?�Zo��ICZ�w}�@�m
+)y1�Mi�L7�w`z��~�j�����wh ��2�RߪG4����"oa7�����#��P_�u�U!��"��Tȃ���^*���0Hd�;ԗ2�fa�ڄ���
+�0
+��I�U_��C��A�g=}!�S��E��~�Ũ�i|�
+�&\֥��~��Ga���a���0��w�B����V��⫹&������߄I0�Ҩ�}!��7oB��V�ކ\�
+�tr�6�����N霶����C���g���
+�V/*�˕�F%0K �W��H%p��V�J U ����BdE@��8Ú�OT��sJ�N ��@o%��Ҕ<��^?n���h(�Fy�(�>�j:r4u>}B�oS�������#�e��~�}��ܹ�c�}�Ű�>:
+h��><d�k�����|�B���X\s@�����9T�+��M$,G&z��}�녿t5ݟ�I�d{�j�%+��ʄT3Uͣn݈(>�רD��k���M�B�z�z�� ���S)�F�z�oa��ϔ���)��SzC^Hu�>��],�P��2�>��b�}xw+1j��T��/�U?O��}7�QW꽇�u������9�.���kT v� ���/�>wPx]�k��Y���S�om��1˺qUl�X��j�X<�8�j�����-H��;��5����D�-c?$�o��4#U<pr^�2��s���9�9̙�����:S�Iή�x�����r�\�Kw�.rum4�������#�
+���Q�*��y٥�x
+v�J���"�4�w&�^���<�Q��Xtd)��R*�T�0���i^��.
+:ˮ�ܮ(�V�5�.kThRe�b���`�ŕ�HQ��Jb��xUU%v�� � ~T\~Iq;����3�g�S��K�+�[R���l0S�J���M�ܥ�P�]�K�3���]�(�����]U\UUڨT����Pc�,��00�?Js�Z��X�z#<�e��?��z��n�OW��������33���iT'��uO�s�7���-�t�A��`�� �^���%5YxQzR���^*ڼ�H/�[�,1iJ��d�O��O������feg+
+#�fN=+c��ѳ����[�$W��m�Y�7҂�o��3簜1+X�1�883�8m����ܞʷGdo���'Un��U\?�?btƌ⪆1eC�Έkyk\C��yX?l�5&���y|{Ǖ�q�q\c�cD\$�xY�vU]<Ւ
+j�(���I�UE�<7��wDz�����V6S��`猢`4�[���-�)��Xy+q������fy�縌"ʞwK�-�8��b���i�-���5��\�pot�?��nQi�_yi�`bu�v�������m�N�F7�{-�pΎ����F���-=�]��H)~�5��iP���<��҂���Tt���S�+wC��ᡮ
+/X�d+u�3d���g��l3�i�y1OJ+$���Y���3+�5�������?
+endstream
+endobj
+42 0 obj
+<</FontBBox[-664 -324 2000 1005]/CapHeight 716/Type/FontDescriptor/FontFile2 41 0 R/StemV 80/Descent -210/Flags 32/FontName/FFLBOT+Arial/Ascent 728/ItalicAngle 0>>
+endobj
+43 0 obj
+<</BaseFont/FFLBOT+Arial/CIDSystemInfo<</Ordering(Identity)/Registry(Adobe)/Supplement 0>>/W [3[277]6[556]10[190 333 333]15[277 333 277 277]20[556 556]23[556]26[556]29[277]34[556 1015 666 666 722 722 666 610]43[722 277]46[666 556 833 722 777 666]53[722 666 610 722]58[943 666]68[556 556 500 556 556 277 556 556 222 222 500 222 833 556 556 556 556 333 500 277 556 500 722 500 500 500]]/Type/Font/Subtype/CIDFontType2/FontDescriptor 42 0 R/DW 1000/CIDToGIDMap/Identity>>
+endobj
+44 0 obj
+<</Length 549/Filter/FlateDecode>>stream
+x�]�ͪ�@F�~
+/[�p��fn h�RȢ?4i�ֱ���8�qy�:�nu����L,U���㰔�����R�����v��m.O�<�EMe7��띱�4SQ���ے/����]Y�Xޖ�Q�;ؼ/�os��a<� ��_kr�Oӟ|��Rn
+ղ���S_��ks�ee���c�%�}�
+�k�oS��Ϲ�m�Kw��K�<v�=��S����A��Q��:) j�I �I��U'm��֢z�N��ꤌ��I="Vg��:!J������;u��"»�o��N��׃�"�^2� �32RR'��U���V�A��!�Zu2D�ڜ|Bԫ��>�u��>��d��N��`@���FA��m��NA��m�F�� k�ͬ��,�(��:#�`X7F�/�(���p�VQ��_�j�1�����Έ q�Έ �F��
+1!!uFLH�:&$��_"�L�%�1��$u&��u&�3&�LИ�K0Ac�/1S`�/1S`jlw�[R�5�ܰ���<��ְ���B��z�N�S��)�)�`J
+endstream
+endobj
+5 0 obj
+<</DescendantFonts[43 0 R]/BaseFont/FFLBOT+Arial/Type/Font/Encoding/Identity-H/Subtype/Type0/ToUnicode 44 0 R>>
+endobj
+16 0 obj
+<</ITXT(2.1.6)/Type/Pages/Count 5/Kids[1 0 R 18 0 R 20 0 R 21 0 R 24 0 R]>>
+endobj
+45 0 obj
+<</Names[(h.88p98gidtxro) 25 0 R(h.c8bilzrkhyd6) 26 0 R(h.mtqs1vjvaa5t) 27 0 R(h.skp1otxgbuse) 28 0 R]>>
+endobj
+46 0 obj
+<</Dests 45 0 R>>
+endobj
+47 0 obj
+<</Type/Metadata/Subtype/XML/Length 2773>>stream
+<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
+<x:xmpmeta xmlns:x="adobe:ns:meta/">
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+<rdf:Description rdf:about="" xmlns:dc="http://purl.org/dc/elements/1.1/"><dc:format>application/pdf</dc:format></rdf:Description>
+<rdf:Description rdf:about="" xmlns:pdf="http://ns.adobe.com/pdf/1.3/"><pdf:Producer>iText 2.1.6 by 1T3XT</pdf:Producer></rdf:Description>
+<rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/"><xmp:CreateDate>2011-05-05T16:18:13-07:00</xmp:CreateDate><xmp:ModifyDate>2011-05-05T16:18:13-07:00</xmp:ModifyDate><xmp:CreatorTool>Documill Publishor 6.3.2 by Documill (http://www.documill.com/)</xmp:CreatorTool></rdf:Description>
+</rdf:RDF></x:xmpmeta>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<?xpacket end="w"?>
+endstream
+endobj
+48 0 obj
+<</Names 46 0 R/Type/Catalog/Metadata 47 0 R/Pages 16 0 R>>
+endobj
+49 0 obj
+<</Creator(Documill Publishor 6.3.2 by Documill \(http://www.documill.com/\))/Producer(iText 2.1.6 by 1T3XT)/ModDate(D:20110505161813-07'00')/CreationDate(D:20110505161813-07'00')>>
+endobj
+xref
+0 50
+0000000000 65535 f
+0000016584 00000 n
+0000105902 00000 n
+0000112511 00000 n
+0000116243 00000 n
+0000144324 00000 n
+0000000015 00000 n
+0000000151 00000 n
+0000000288 00000 n
+0000000425 00000 n
+0000000562 00000 n
+0000000700 00000 n
+0000000837 00000 n
+0000000975 00000 n
+0000001112 00000 n
+0000001250 00000 n
+0000144451 00000 n
+0000016837 00000 n
+0000037517 00000 n
+0000037686 00000 n
+0000056199 00000 n
+0000072564 00000 n
+0000056368 00000 n
+0000072733 00000 n
+0000081476 00000 n
+0000081645 00000 n
+0000081673 00000 n
+0000081702 00000 n
+0000081730 00000 n
+0000081758 00000 n
+0000104675 00000 n
+0000104864 00000 n
+0000105318 00000 n
+0000106034 00000 n
+0000111647 00000 n
+0000111837 00000 n
+0000112136 00000 n
+0000112645 00000 n
+0000115575 00000 n
+0000115756 00000 n
+0000115960 00000 n
+0000116372 00000 n
+0000143042 00000 n
+0000143222 00000 n
+0000143707 00000 n
+0000144543 00000 n
+0000144664 00000 n
+0000144698 00000 n
+0000147547 00000 n
+0000147623 00000 n
+trailer
+<</Root 48 0 R/ID [<4417caa9d79b072247922c809807d326><3c262617ecdf2c2c6092aef76c984d4b>]/Info 49 0 R/Size 50>>
+startxref
+147821
+%%EOF
Added: website/trunk/about/gsocProposal/gsoc11-proposal-metadataToolkit.pdf
===================================================================
(Binary files differ)
Property changes on: website/trunk/about/gsocProposal/gsoc11-proposal-metadataToolkit.pdf
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Deleted: website/trunk/about/gsocProposal/gsoc11-proposal-metadataToolkit.txt
===================================================================
--- website/trunk/about/gsocProposal/gsoc11-proposal-metadataToolkit.txt 2011-05-13 22:30:01 UTC (rev 24749)
+++ website/trunk/about/gsocProposal/gsoc11-proposal-metadataToolkit.txt 2011-05-14 19:14:00 UTC (rev 24750)
@@ -1,231 +0,0 @@
-Hello,
-I am Julien Voisin, undergraduate computer science student from France.
-
-I am interested to work on the “Meta-data anonymizing toolkit for file publication” project.
-I know there is already a student interested in by this project, but I really want to do it :
-I needed it for my own and have already thought about a potential design some time ago.
-
-I would like to work for the EFF, because I am very concerned about privacy issues on the Internet.
-I think privacy is an essential right, and not just an option.
-Especially, I would really enjoy to work for the Tor project (or Tails, since it's heavily based on him).
-I am using it for quite some time and would like to get more involved and contribute back!
-
-I use F/OSS on a daily basis (Ubuntu, Debian, Archlinux and Gentoo).
-So far my major contributions were the writing of documentations for archLinux, openmw, xda-forum and Ubuntu.
-Recently I have released a little matrix manipulation library written in C,
-originally for an academic project (http://dustri.org/lib/)
-I am interested to do the debian package, but heard that it can be quite tricky, so a little
-help would be much appreciated
-
-I do not have any major plan for this summer (but my holidays only begins the june 4th), so I can fully focus on the project and reasonably think that I could commit 5-6 hours per day on it.
-
-Requirement/Deliverables:
-
- * A command line and a GUI tool having both the following capabilities (in order of importance):
- o Listing the metadatas embedded in a given file
- o A batch mode to handle a whole directory (or set of directories)
- o The ability to scan files packed in the most common archive formats
- o A nice binding for srm (Secure ReMoval) or shred (GNU utils) to properly remove the original file containing the evil metas
- o Let the user delete/modify a specific meta
-
- * Should run on the most common OS/architectures (And especially on Debian Squeeze, since Tails is based on it.)
- * The whole thing should be easily extensible (especially it should be easy to add support for new file formats)
- * The proper functioning of the software should be easily testable
-
-I'd like to do this project in Python, because I already have done some personal projects whith it (for which I also used subversion) : an IRC bot tailored for logging (dustri.org/tor/depluie.tar.bz2 still under heavy WIP), a battery monitor, a simple search engine indexing FTP servers, ...
-
-Why is Python a good choice for implementing this project ?
-
- 1. I am experienced with the language
- 2. There are plenty of libraries to read/write metadatas, among them is Hachoir (https://bitbucket.org/haypo/hachoir/)that looks very promising since it supports quite a few file formats
- 3. It is easy to wrap other libraries for our needs (even if they are not written in Python !)
- 4. Runs on almost every OS/architecture, what is a great benefit for portability
- 5. It is easy to make unit tests (thanks to the built-in Unittest module)
-
-Proposed design:
-
-The proposed design has three main components : one lib, a command line tool and a GUI tool.
-
-The aim of the library (described with more details in the next part) is to make the development of tools easy. A special attention will be made on the API that it exposes. The ultimate goal being to be able to add the support of new file format in the library without changing the whole code of the tools.
-
-Meta reading/writing library :
-
-A library to read and write metas for various file formats. The main goal is to provide an abstraction interface (for the file format and for the underlying libraries used).
-At first it would only wrap Hachoir.
-Why hachoir :
-
- * Autofix: Hachoir is able to open invalid / truncated files
- * Lazy: Open a file is very fast since no information is read from file, data are read and/or computed when the user ask for it
-
- * Types: Hachoir has many predefined field types (integer, bit, string, etc.) and supports string with charset (ISO-8859-1, UTF-8, UTF-16, ...)
- * Addresses and sizes are stored in bit, so flags are stored as classic fields
- * Editor: Using Hachoir representation of data, you can edit, insert, remove data and then save in a new file.
- * Meta : Support a very large scale of file format
-
-But we could also wrap other libraries to support a particular file format. Or write ourself the support for a format, although this should be avoided if possible (it looks simple at first, but supporting different versions of the format and maintaining the thing over time is extremely time consuming)
-The must would be to make the children libraries optional dependencies.
-
-One typical use case of the lib is to ask for metadatas for a file, if the format is supported a list (or maybe a tree) of metas is returned.
-
-Both the GUI and the cmdline tool will use this lib.
-
-The cmdline/GUI tool features:
-
- * List all the meta
- * Removing all the meta
- * Anonymising all the meta
- * Let the user chose wich meta he wants to modify
- * Support archives anonymisation
- * Secure removal
- * Cleaning wholes folder recursively
-
-GUI:
-Essentially the GUI tool would do the same features as for the cmd line too.
-I do not have a significant GUI development experience, but I'm planing to fix that point during community bonding period.
-
-Proposed development methods:
-One way to develop this would be to do it layer by layer : first implementing the meta reading/writing lib for ale the formats in one shot, then making the command line application, …
-
-However for this project, developing feature by feature seems more appropriate :
-Starting by a skeleton implementing a thin slice of functionality that traverses most of the layers.
-For example, I could start by focussing only on EXIF metas : make sure that the meta reading/writing library supports EXIF, then make the command line tool using the previous library.
-And only then, when the skeleton is actually working, add supports for other features/formats.
-
-This allows a more incremental development flow and after only a few weeks I would be able to deliver a working system. The list of features supported in the first iterations would be ridiculously short but at least that would enable me to get feedbacks and notice quickly if I am on the wrong tracks.
-Also, since I would add one feature at a time, the structure of the system will tend to easily accommodate that. Thanks to this, adding the support of a new file format will be made easy, even after the end of the GSOC.
-
-
-Testing
-For such a tool, since the smallest crack could compromise the user, testing is critically important. I plan to implement two main kind of testings :
-
-Unit tests
-
-To test the proper working of the meta accessing library. Maintaining a collection of files with metas for every format we should support. Using Python's unittest I can setup expectations to make sure that the library will finds the good fields.
-
-End-to-End testing:
-
-A script (or set of script) to test the proper working of the command line tool. One way is to run the tool in batch mode on the input test files set. If in the output we are still able to find metas, the system is not doing his job right.
-
-It is possible to write this script in Python, possibly using again the unittest lib (even if here the goal is to execute an external executable and see how it's behaving) to get output of the results that is consistent with the unit tests.
-
-The goal is to be able to automatically test the whole system in a few commands (one for the unit tests one for the end-to-end tests). It will be easy to add a new document in the test set, so if someone from the community provides a file that was not cleaned properly, we can easily reproduce the problem and then decide on the proper action to take. The ability to tests everything easily might help a user to make sure that everything works fine on his OS/architecture. Also, if for one reason after some months it is decided to change from Hachoir to another underlying library (yes a pretty radical decision, just given as example) we still have the tests, so valuable to check than everything is still working with the new library.
-
-Timeline:
-
- * Community Bonding Period (in order of importance)
- o Playing around with pygobject
- o Playing with Hachoir
- o Learning git
-
- * First two weeks :
- o create the structure in the repository (directories, README, ..)
- o Create a skeleton
-
- o Objectives : to have a deployable working system as soon as possible(even if the list of features is ridiculous). So that I can show you my work in an incremental way thereafter and get feedbacks early.
- o The lib will handle reading/writing EXIF fields (using Hachoir)
- o A set of tests files (and automated unit tests) to demonstrate that the lib does the job
- o The beginning of the command line tool, at this point must list and delete EXIF meta
- o An automated end-to-end test to show that the command line tool does properly remove the EXIF
-
-After this first step (making the skeleton) I should be able to deliver a working system right after adding each of the following features. I Hope to get feedbacks so can fix problems quickly
-
- * 3 weeks
- o adding support for (in order of importance) pdf, zip/tar/bzip (just the meta, not the content yet), jpeg/png/bmp, ogg/mpeg1-2-3, exe...
- o For every type of meta, that involves :
- + Creating some input test files with meta data
- + Implementing the feature in the library
- + Asserting that the lib does the job with unit tests
- + Modifying the cmd line tool to support the feature (if necessary)
- + Checking that the cmd line tool can properly delete this type of meta with automated end-to-end test
-
- * about one day
- o Enable the command line tool to set a specific meta to a chosen value
-
- * about 1 day
- o Implementation of the “batch mode” in the cmdline tool, to clean a whole folder
- o Implementation of secure removal
-
- * about 2 days :
- o Add support for deep archive cleanup
- + Clean the content of the archives
- + Make a list of non supported format, for which we warn the user that only the container can be cleaned from meta, not the content (at first that will include rar, 7zip, ..)
- + The supported formats will be those supported natively by Python ( bzip2, gzip, tar )
- + Create some test archives for each supported format containing various files with metas
- + Implement the deep cleanup for the format
- + Assert that the command line passes the end-to-end tests (that is, it can correctly clean the content of the test archives)
-
- * about 2 days
- o Add support for complete deletion of the original files
- o Make a binding nice for shred (should not be to hard using Python)
- o Implement the feature in the command line tool
-
- * 3 weeks
- o Implementation of the GUI tool
- o At this stage, I can use the experience from implementing the cmdline tool to implement the GUI tool, having the same features.
-
- * 1 week
- o Add support for more format (might be based on requests from the community)
-
- * Remaining weeks
- o I want to keep those remaining week in case of problems, and for
- + Remaining/polishing cleanup
- + Bugfixing
- + Integration work
- + Missing features
- + Packaging
- + Final documentation
- * Every Week-end :
- o Documentation time : both end-user, and design. I do not like to document my code while I'm coding it : it slows a lot the development process, but it's not a good thing to delay it too much : week-ends seems fine for this.
- o A blog-post, and a mail on the mailing list about what I have done in the week.
-
-About the anonymisation process :
-
-Since I'll relay on Hachoir in a first time, I don't know how much it's
-effective on every case.
-I am planing to do some tests during the Community Bonding Period.
-
-The plan is to first rely on the capabilities of Hachoir. I don't know yet
-how effective it is for each case. I am planing to do some tests during the
-Community Bonding Period. Following the test strategy described before, it
-will be easy to add a new document in the test set. If I could make a test
-file with metas not supported by Hachoir (or someone from the community
-provide such a file), we could then decide on the proper action : propose a
-patch to Hachoir or use another library for this specific format.
-
-Doing R&D about supporting exotics fields, or improve existing support will
-depend of my progress. Speaking of the fingerprints, the subject of the
-project is “metadata anonymisation”, and not “fingerprint detection” : they
-are too many softwares, too many subtle ways to alter/mark a file (and I
-don't even speak of steganography).
-
-So, nop, I'm not planing to implement fingerprinting detection. Not that it
-is not interesting, it's just that it's not realistic to support it
-correctly (actually it's not realistic to support it at all, given that I
-must first support the metas, in such a short time frame). Would you agree
-that it is better to first focus on making a working tool that does the job
-for the known metadatas ?
-
-That done, if the design is good we could easily add support for more exotic
-fields (or some kind of fingerprinting). I think we should never loose track
-of the sad truth : no matter how big the effort we spend on this, making a
-comprehensive tool able of detecting every kind of meta and every pattern of
-fingerprinting is just not feasible.
-
-About archives anonymisation
-
-Task order for anonymisation of an archive :
-
- 1. Extract the archive
- 2. Anonymise his content
- 3. Recompress the archive
- 4. Securely deleting the extracted content
- 5. Anonymise the new created archive
-
-And I'm planing to support the extraction only of archive formats supported by python (without this limitation, the tool will not be portable). If the user try to anonymize a .rar for example, the tool will popup “WARNING - only the container will be anonymize, and not the content - WARNING”
-
-As for what I expect from my mentor, I think he should try to be available (not immediately but in the 48 hours) when I need him specifically (e.g. technical questions no one else on IRC can answer) but he doesn't need to check on me all the time. I'm fine with mails to (since intrigeri is not always “online”, it will be I think, the best solution to communicate with him). I'd like to do a weekly reunion, on irc or jabber, to discuss things more smoothly.
-
-I'm using irc quite a lot, and I'm hanging on #tor, and #tor-dev (nick : jvoisin).
-I'm planing to do a blogpost every week-end, about the advancement of the project.
-You can mail me at : julien.voisin(a)dustri.org for more information.
-
1
0
commit 109ba37d54f0fea2f0b8073b6dd210e8d69693be
Author: Roger Dingledine <arma(a)torproject.org>
Date: Sat May 14 00:21:12 2011 -0400
fold in latest changes entries
---
ChangeLog | 12 +++++++++++-
changes/bug3122_memcmp | 7 -------
changes/bug3135 | 6 ------
3 files changed, 11 insertions(+), 14 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 3553e5c..e799ded 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
Changes in version 0.2.1.31 - 2011-05-??
- o Major bugfixes (also included in 0.2.2.x):
+ o Security/privacy fixes (also included in 0.2.2.x):
- Avoid linkability based on cached hidden service descriptors: forget
all hidden service descriptors cached as a client when processing a
SIGNAL NEWNYM command. Fixes bug 3000; bugfix on 0.0.6.
@@ -10,6 +10,12 @@ Changes in version 0.2.1.31 - 2011-05-??
- Fix an assert in parsing router descriptors containing IPv6
addresses. This one took down the directory authorities when
somebody tried some experimental code. Bugfix on 0.2.1.3-alpha.
+ - Replace all potentially sensitive memory comparison operations
+ with versions whose runtime does not depend on the data being
+ compared. This will help resist a class of attacks where an
+ adversary can use variations in timing information to learn
+ sensitive data. Fix for one case of bug 3122. (Safe memcmp
+ implementation by Robert Ransom based partially on code by DJB.)
o Minor bugfixes (also included in 0.2.2.x):
- When we restart our relay, we might get a successful connection
@@ -33,6 +39,10 @@ Changes in version 0.2.1.31 - 2011-05-??
heavy load. Fixes bug 2933; bugfix on 0.2.0.1-alpha.
- When warning about missing zlib development packages during compile,
give the correct package names. Bugfix on 0.2.0.1-alpha.
+ - Do not crash when our configuration file becomes unreadable, for
+ example due to a permissions change, between when we start up
+ and when a controller calls SAVECONF. Fixes bug 3135; bugfix
+ on 0.0.9pre6.
o Minor bugfixes (only in 0.2.1.x):
- Resume using micro-version numbers in 0.2.1.x: our Debian packages
diff --git a/changes/bug3122_memcmp b/changes/bug3122_memcmp
deleted file mode 100644
index a049476..0000000
--- a/changes/bug3122_memcmp
+++ /dev/null
@@ -1,7 +0,0 @@
- o Security fixes
- - Replace all potentially sensitive memory comparison operations
- with versions whose runtime does not depend on the data being
- compared. This will help resist a class of attacks where an
- adversary can use variations in timing information to learn
- sensitive data. Fix for one case of bug 3122. (Safe memcmp
- implementation by Robert Ransom based partially on code by DJB.)
diff --git a/changes/bug3135 b/changes/bug3135
deleted file mode 100644
index d761123..0000000
--- a/changes/bug3135
+++ /dev/null
@@ -1,6 +0,0 @@
- o Minor bugfixes
- - Do not crash when our configuration file becomes unreadable
- (usually due to a permissions change) between when we start
- up and when a controller calls SAVECONF. Fixes bug 3135;
- bugfix on 0.0.9pre6.
-
1
0