diff --git a/org.rodinp.handbook.feature/.project b/org.rodinp.handbook.feature/.project
new file mode 100644
index 0000000000000000000000000000000000000000..67f84865435c1227c2ecb73d70f73d04b7bf7ea7
--- /dev/null
+++ b/org.rodinp.handbook.feature/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.rodinp.handbook.feature</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.pde.FeatureBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.pde.FeatureNature</nature>
+	</natures>
+</projectDescription>
diff --git a/org.rodinp.handbook.feature/README.txt b/org.rodinp.handbook.feature/README.txt
new file mode 100644
index 0000000000000000000000000000000000000000..a1b913636463454cb5449a780cd8638ff1553259
--- /dev/null
+++ b/org.rodinp.handbook.feature/README.txt
@@ -0,0 +1,65 @@
+OVERVIEW
+========
+
+This project holds the Rodin Handbook and the scripts to publish it.
+
+This feature has two purposes:
+
+1. A container for the content and scripts for the Rodin Handbook
+
+2. A feature that includes the documentation into Eclipse.
+
+HOW TO BUILD
+============
+1. Install Plastex on your system (http://plastex.sourceforge.net/)
+
+-------------------------------------------------------------------
+Windows Installation: 
+	1. Follow the instructions in INSTALL
+	2. Create a plastex.bat with the following content 
+		"C:\Python27\python.exe C:\Python27\Scripts\plastex %1"
+		Please note that you have to adapt the Python installation path!
+	3. Add the path to the plastex.bat to your windows environment path
+-------------------------------------------------------------------	
+2. Install Rubber on your system (https://launchpad.net/rubber)
+3. Run the build.xml ant file
+
+The resulting HTML and Eclipse Plugin with Eclipse help will be in the build folder.
+
+
+-------------------------------------------------------------------
+Linux Installation
+
+  Plastex is available in modern repositories, but it has a horrible
+  performance and creates a lot of zombies (but works).
+  
+  This problem is due to an old version of dvipng.  To solve this, 
+  install dvipng 1.14 or better.
+  
+  Download the .deb from
+  http://packages.debian.org/search?keywords=dvipng
+  Note: You may have to de-install plastex first, isntall dvipng,
+  and then reinstall plastex.
+-------------------------------------------------------------------
+
+HOW TO BUILD AN UPDATE SITE
+===========================
+
+1. Import the org.rodinp.handbook plugin as an existing eclipse 
+project into your eclipse workspace (as a reference) from /build/eclipse.
+If you already imported the project you have to refresh the plugin
+after building the update site project. 
+
+2.  Goto the org.rodinp.handbook.updatesite plugin and open the
+site.xml file.
+
+3. Synchronize all features.
+
+4. Click on the "Build all" button in order to build the update site.
+
+5. Deploy the files ... i.e. http://handbook.event-b.org/updatesite
+
+CONTACT
+=======
+Michael Jastram (michael@jastram.de)
+
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/default-layout.html b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/default-layout.html
new file mode 100644
index 0000000000000000000000000000000000000000..b654215b93a72844752d6e57faa2d6889013c2a9
--- /dev/null
+++ b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/default-layout.html
@@ -0,0 +1,98 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html tal:define="links self/links" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+<meta name="generator" content="plasTeX" />
+<meta http-equiv="content-type" 
+      tal:attributes="content string:text/html;; charset=${config/files/output-encoding}" />
+<title tal:condition="python:path('self/level') &gt; -10" tal:content="stripped string:${links/document/title}: ${self/title}">Morbi metus pede, imperdiet vitae</title>
+<title tal:condition="python:path('self/level') &lt;= -10" tal:content="stripped self/title">Morbi metus pede, imperdiet vitae</title>
+<link tal:condition="links/next" rel="next" tal:attributes="href links/next/url; title links/next/title/textContent" />
+<link tal:condition="links/prev" rel="prev" tal:attributes="href links/prev/url; title links/prev/title/textContent" />
+<link tal:condition="links/up" rel="up" tal:attributes="href links/up/url; title links/up/title/textContent" />
+<link rel="stylesheet" href="styles/styles.css" />
+<style tal:condition="not:links/prev" type="text/css">
+  #indexbg {
+	background-image:url('icons/rodin_miikka_skaffari_index.jpg');
+	background-repeat:no-repeat;
+	background-position:top left;
+	margin:0;
+	padding:0;
+  }
+</style>
+</head>
+<body>
+
+<div id="indexbg">
+
+<!--
+<div style="float: right; text-align: center; font-family: sans-serif;">
+<a href="" id="feedbackbubble" style="color: red; text-decoration: none;">
+<img src="icons/bubble_48.png" border="0" align="middle"><br><b>Feedback</b></a>
+</div>
+-->
+
+<div tal:content="self">File contents</div>
+
+<div tal:condition="self/tableofcontents" tal:attributes="class string:contents ${self/nodeName}-contents"><!--<strong>Subsections</strong>-->
+<ul>
+<li tal:repeat="section self/tableofcontents"><a href="." tal:attributes="href section/url" tal:content="section/fullTocEntry">Aliquam est. Aliquam fringilla pede</a>
+   <ul tal:condition="section/tableofcontents">
+   <li tal:repeat="subsection section/tableofcontents"><a href="." tal:attributes="href subsection/url" tal:content="subsection/fullTocEntry"></a>
+       <ul tal:condition="subsection/tableofcontents">
+       <li tal:repeat="subsubsection subsection/tableofcontents"><a href="." tal:attributes="href subsubsection/url" tal:content="subsubsection/fullTocEntry"></a>
+           <ul tal:condition="subsubsection/tableofcontents">
+           <li tal:repeat="paragraph subsubsection/tableofcontents"><a href="." tal:attributes="href paragraph/url" tal:content="paragraph/fullTocEntry"></a>
+               <ul tal:condition="paragraph/tableofcontents">
+               <li tal:repeat="subparagraph paragraph/tableofcontents"><a href="." tal:attributes="href subparagraph/url" tal:content="subparagraph/fullTocEntry"></a></li>
+               </ul>
+           </li>
+           </ul>
+       </li>
+       </ul>
+   </li>
+   </ul>
+</li>
+<li tal:replace="nothing"><a href=".">Maecenas id purus</a></li>
+<li tal:replace="nothing"><a href=".">Duis et eros</a></li>
+<li tal:replace="nothing"><a href=".">Duis est</a></li>
+</ul>
+</div>
+
+<div id="footnotes" tal:condition="self/footnotes">
+<p><b>Footnotes</b></p>
+<ol>
+<li tal:repeat="footnote self/footnotes" tal:content="footnote" tal:attributes="id footnote/id">footnote text</li>
+</ol>
+</div>
+
+<script language="javascript" src="icons/imgadjust.js" type="text/javascript"></script>
+
+<div class="footer">
+<hr />
+ Work sponsored by the <img src="icons/deploy-logo-small.png" /> <a class="footer" href="http://www.deploy-project.eu/">Deploy Project</a> and <img src="icons/advance-logo-small.png"> <a class="footer" href="http://www.advance-ict.eu">ADVANCE Project</a>
+
+| <img src="icons/pdf_icon.gif" /> <a class="footer" href="rodin-doc.pdf">Handbook as PDF</a>
+
+| <img src="icons/wikipedia.png" /> <a class="footer" href="http://wiki.event-b.org/">Rodin Wiki</a>
+
+| <a class="footer" rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">
+<img alt="Creative Commons License" style="border-width:0" src="icons/cc-by-sa.png" /></a>
+Creative Commons License
+|
+<img src="icons/feedback.gif" /> <a class="footer" href="" id="feedback">Feedback</a>
+<div style="visibility:hidden;" id="section" tal:content="self/title"></div>
+<script>
+section = encodeURIComponent(document.getElementById("section").innerHTML);
+url = "https://spreadsheets.google.com/spreadsheet/viewform?formkey=dEJmXzUydnRzZGdDVE16WFZmZmd1alE6MQ"
+    + String.fromCharCode(38) + "entry_0=" + section;
+document.getElementById("feedbackbubble").href = url;
+document.getElementById("feedback").href = url;
+</script>
+
+</div>
+</div>
+
+<script language="javascript" src="makeindex.js" type="text/javascript"></script>
+
+</body>
+</html>
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/advance-logo-small.png b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/advance-logo-small.png
new file mode 100644
index 0000000000000000000000000000000000000000..fceec77d5498ec4617d3f5e24a9603844b71107e
Binary files /dev/null and b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/advance-logo-small.png differ
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/blank.gif b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/blank.gif
new file mode 100644
index 0000000000000000000000000000000000000000..e5b747fe417ef691e3e6f403cf647d016217bc21
Binary files /dev/null and b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/blank.gif differ
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/bubble_48.png b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/bubble_48.png
new file mode 100644
index 0000000000000000000000000000000000000000..2a56f54fa602d12962d9a0679db6776928b838a8
Binary files /dev/null and b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/bubble_48.png differ
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/cc-by-sa.png b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/cc-by-sa.png
new file mode 100644
index 0000000000000000000000000000000000000000..c67509f1264e4b845b643e340cb39970e432c711
Binary files /dev/null and b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/cc-by-sa.png differ
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/cc-by.png b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/cc-by.png
new file mode 100644
index 0000000000000000000000000000000000000000..ecd2abc73bd3d0bd46b806eb93351c017f15ab22
Binary files /dev/null and b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/cc-by.png differ
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/deploy-logo-small.png b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/deploy-logo-small.png
new file mode 100644
index 0000000000000000000000000000000000000000..8846ba227f0cef79bdd89da0856cceb70dbfcfd4
Binary files /dev/null and b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/deploy-logo-small.png differ
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/feedback.gif b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/feedback.gif
new file mode 100644
index 0000000000000000000000000000000000000000..1211bdc6045206facbf21915af72973716fa7bca
Binary files /dev/null and b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/feedback.gif differ
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/functionAddEvent.js b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/functionAddEvent.js
new file mode 100644
index 0000000000000000000000000000000000000000..abddd68f8f3f9d7b663cd83c74b5fd0da1aa9cfc
--- /dev/null
+++ b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/functionAddEvent.js
@@ -0,0 +1,69 @@
+function addEvent(elm, evType, fn, useCapture) {
+	if (elm.addEventListener) { 
+	elm.addEventListener(evType, fn, useCapture); 
+	return true; 
+	}
+	else if (elm.attachEvent) { 
+	var r = elm.attachEvent('on' + evType, fn); 
+	EventCache.add(elm, evType, fn);
+	return r; 
+	}
+	else {
+	elm['on' + evType] = fn;
+	}
+}
+function getEventSrc(e) {
+	if (!e) e = window.event;
+
+	if (e.originalTarget)
+	return e.originalTarget;
+	else if (e.srcElement)
+	return e.srcElement;
+}
+function addLoadEvent(func) {
+var oldonload = window.onload;
+	if (typeof window.onload != 'function') {
+	window.onload = func;
+	} else {
+	window.onload = 
+		function() {
+		oldonload();
+		func();
+		}
+	}
+}
+var EventCache = function(){
+	var listEvents = [];
+	return {
+		listEvents : listEvents,
+	
+		add : function(node, sEventName, fHandler, bCapture){
+			listEvents.push(arguments);
+		},
+	
+		flush : function(){
+			var i, item;
+			for(i = listEvents.length - 1; i >= 0; i = i - 1){
+				item = listEvents[i];
+				
+				if(item[0].removeEventListener){
+					item[0].removeEventListener(item[1], item[2], item[3]);
+				};
+				
+				/* From this point on we need the event names to be prefixed with 'on" */
+				if(item[1].substring(0, 2) != "on"){
+					item[1] = "on" + item[1];
+				};
+				
+				if(item[0].detachEvent){
+					item[0].detachEvent(item[1], item[2]);
+				};
+				
+				item[0][item[1]] = null;
+			};
+		}
+	};
+}();
+
+
+addEvent(window,'unload',EventCache.flush, false);
\ No newline at end of file
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/go-bottom.gif b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/go-bottom.gif
new file mode 100644
index 0000000000000000000000000000000000000000..deb99a4ea8f5fd37d1d8f28b93fa93a4c299fe19
Binary files /dev/null and b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/go-bottom.gif differ
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/go-down.gif b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/go-down.gif
new file mode 100644
index 0000000000000000000000000000000000000000..af655dfca801341753a2e0d47ac7a9808835e282
Binary files /dev/null and b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/go-down.gif differ
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/go-first.gif b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/go-first.gif
new file mode 100644
index 0000000000000000000000000000000000000000..87faba2dd2d041b8a69f6ab81a1cf023ca3b6c36
Binary files /dev/null and b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/go-first.gif differ
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/go-home.gif b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/go-home.gif
new file mode 100644
index 0000000000000000000000000000000000000000..a77c59ff89fa2e941651cd94dcf69c9af1cefc6d
Binary files /dev/null and b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/go-home.gif differ
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/go-jump.png b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/go-jump.png
new file mode 100644
index 0000000000000000000000000000000000000000..f7dd7edce6c7059af0befd0b44fd5facd9279206
Binary files /dev/null and b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/go-jump.png differ
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/go-last.gif b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/go-last.gif
new file mode 100644
index 0000000000000000000000000000000000000000..f25ca9c798520dd38e0279980936d056c6810565
Binary files /dev/null and b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/go-last.gif differ
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/go-next.gif b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/go-next.gif
new file mode 100644
index 0000000000000000000000000000000000000000..2ed252f656ebb957b72362dff2c1cafed1915372
Binary files /dev/null and b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/go-next.gif differ
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/go-previous.gif b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/go-previous.gif
new file mode 100644
index 0000000000000000000000000000000000000000..747904dc8cf3b8c16a5e57ce2de082d684e26ccf
Binary files /dev/null and b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/go-previous.gif differ
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/go-top.gif b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/go-top.gif
new file mode 100644
index 0000000000000000000000000000000000000000..a96e14c5786dccd8d4ff8fbe1aaa368b67b7224a
Binary files /dev/null and b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/go-top.gif differ
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/go-up.gif b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/go-up.gif
new file mode 100644
index 0000000000000000000000000000000000000000..f812f11a5f57fba2d72cf8de135bbb4a8e04e9ba
Binary files /dev/null and b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/go-up.gif differ
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/gohome.gif b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/gohome.gif
new file mode 100644
index 0000000000000000000000000000000000000000..a77c59ff89fa2e941651cd94dcf69c9af1cefc6d
Binary files /dev/null and b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/gohome.gif differ
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/home.png b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/home.png
new file mode 100644
index 0000000000000000000000000000000000000000..c245767234862e8ab71bd10d2e5f796ca4b2ba4b
Binary files /dev/null and b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/home.png differ
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/imgadjust.js b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/imgadjust.js
new file mode 100644
index 0000000000000000000000000000000000000000..2fce3d69ea2ffd48333976623a89a35fd09e9453
--- /dev/null
+++ b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/imgadjust.js
@@ -0,0 +1,37 @@
+//
+// This code fixes up the images so that MSIE doesn't truncate images
+// within tables.  It also adjusts the line height so that it's prettier.
+//
+var images = document.getElementsByTagName('img')
+var adjusted = new Array();
+for ( var i = 0; i < images.length; i++ )
+{
+    image = images[i];
+    if ( parseInt(image.style.marginBottom) < -8 )
+    {
+        if ( !image.height )
+            continue;
+
+        // Make sure that images in IE in tables don't get truncated
+        ieimgfix = document.createElement('img');
+        ieimgfix.src = 'iicons/blank.gif';
+        ieimgfix.style.height = image.style.height;
+        ieimgfix.style.width = '0px';
+
+        // Adjust line height to be prettier
+        adjust = document.createElement('span');
+        adjust.style.lineHeight = (parseInt(image.style.height) - 8) + 'px';
+        adjust.style.visibility = 'hidden';
+        adjust.nodeValue = '&8205;';
+
+        // Store away the nodes for use later
+        adjusted[image.parentNode] = new Array(image.parentNode, image,
+                                               ieimgfix, adjust);
+    }
+}
+// Insert the adjuster nodes
+for ( var n in adjusted )
+{
+    adjusted[n][0].insertBefore(adjusted[n][2], adjusted[n][1]);
+    adjusted[n][0].insertBefore(adjusted[n][3], adjusted[n][1]);
+}
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/index.gif b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/index.gif
new file mode 100644
index 0000000000000000000000000000000000000000..50838f6f1ec4fe7bf0f3b4d7e3564e28c15ca0e1
Binary files /dev/null and b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/index.gif differ
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/loading.gif b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/loading.gif
new file mode 100644
index 0000000000000000000000000000000000000000..fbe57be3c2cd761a999fcf91698963b723916e28
Binary files /dev/null and b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/loading.gif differ
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/missing.gif b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/missing.gif
new file mode 100644
index 0000000000000000000000000000000000000000..7696c539faced25decdde7c9ad83d1541adc920e
Binary files /dev/null and b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/missing.gif differ
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/modules.gif b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/modules.gif
new file mode 100644
index 0000000000000000000000000000000000000000..4951bb87588f0fe887ca49cdc70cf2897340cfda
Binary files /dev/null and b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/modules.gif differ
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/overlay.gif b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/overlay.gif
new file mode 100644
index 0000000000000000000000000000000000000000..62c546bd7323aaf8c234c89ddefdf9f4c1fa3642
Binary files /dev/null and b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/overlay.gif differ
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/pdf_icon.gif b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/pdf_icon.gif
new file mode 100644
index 0000000000000000000000000000000000000000..80f1c395eb2e0e85e1e21218677fa35ab48b74ac
Binary files /dev/null and b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/pdf_icon.gif differ
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/rodin_miikka_skaffari_index.jpg b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/rodin_miikka_skaffari_index.jpg
new file mode 100755
index 0000000000000000000000000000000000000000..3bb535b824c3a27dc4a556227f73f00af5dfb00b
Binary files /dev/null and b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/rodin_miikka_skaffari_index.jpg differ
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/toolTipLib.js b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/toolTipLib.js
new file mode 100644
index 0000000000000000000000000000000000000000..d76d4e71c67d58b59bc0abb8416bcd7dd1f64150
--- /dev/null
+++ b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/toolTipLib.js
@@ -0,0 +1,107 @@
+var toolTipLib = { 
+	xCord : 0,
+	yCord : 0,
+	obj : null,
+	tipElements : ['a','abbr','acronym'],
+	attachToolTipBehavior: function() {
+		if ( !document.getElementById ||
+			!document.createElement ||
+			!document.getElementsByTagName ) {
+			return;
+		}
+		var i,j;
+		addEvent(document,'mousemove',toolTipLib.updateXY,false);
+		if ( document.captureEvents ) {
+				document.captureEvents(Event.MOUSEMOVE);
+		}
+		for ( i=0;i<toolTipLib.tipElements.length;i++ ) {
+			var current = document.getElementsByTagName(toolTipLib.tipElements[i]);
+			for ( j=0;j<current.length;j++ ) {
+				addEvent(current[j],'mouseover',toolTipLib.tipOver,false);
+				addEvent(current[j],'mouseout',toolTipLib.tipOut,false);
+				current[j].setAttribute('tip',current[j].title);
+				current[j].removeAttribute('title');
+			}
+		}
+	},
+	updateXY : function(e) {
+		if ( document.captureEvents ) {
+			toolTipLib.xCord = e.pageX;
+			toolTipLib.yCord = e.pageY;
+		} else if ( window.event.clientX ) {
+			toolTipLib.xCord = window.event.clientX+document.documentElement.scrollLeft;
+			toolTipLib.yCord = window.event.clientY+document.documentElement.scrollTop;
+		}
+	},
+	tipOut: function(e) {
+		if ( window.tID ) {
+			clearTimeout(tID);
+		}
+		if ( window.opacityID ) {
+			clearTimeout(opacityID);
+		}
+		var l = getEventSrc(e);
+		var div = document.getElementById('toolTip');
+		if ( div ) {
+			div.parentNode.removeChild(div);
+		}
+	},
+	checkNode : function(obj) {
+		var trueObj = obj;
+		if ( trueObj.nodeName.toLowerCase() == 'a' || trueObj.nodeName.toLowerCase() == 'acronym' || trueObj.nodeName.toLowerCase() == 'abbr' ) {
+			return trueObj;
+		} else {
+			return trueObj.parentNode;
+		}
+	},
+	tipOver : function(e) {
+		toolTipLib.obj = getEventSrc(e);
+		tID = setTimeout("toolTipLib.tipShow()",500)
+	},
+	tipShow : function() {
+		var newDiv = document.createElement('div');
+		var scrX = Number(toolTipLib.xCord);
+		var scrY = Number(toolTipLib.yCord);
+		var tp = parseInt(scrY+15);
+		var lt = parseInt(scrX+10);
+		var anch = toolTipLib.checkNode(toolTipLib.obj);
+		var addy = '';
+		var access = '';
+		if ( anch.nodeName.toLowerCase() == 'a' ) {
+			addy = (anch.href.length > 25 ? anch.href.toString().substring(0,25)+"..." : anch.href);
+			var access = ( anch.accessKey ? ' <span>['+anch.accessKey+']</span> ' : '' );
+		} else {
+			addy = anch.firstChild.nodeValue;
+		}
+		newDiv.id = 'toolTip';
+		document.getElementsByTagName('body')[0].appendChild(newDiv);
+		newDiv.style.opacity = '.1';
+		newDiv.innerHTML = "<p>"+anch.getAttribute('tip')+"<em>"+access+addy+"</em></p>";
+		if ( parseInt(document.documentElement.clientWidth+document.documentElement.scrollLeft) < parseInt(newDiv.offsetWidth+lt) ) {
+			newDiv.style.left = parseInt(lt-(newDiv.offsetWidth+10))+'px';
+		} else {
+			newDiv.style.left = lt+'px';
+		}
+		if ( parseInt(document.documentElement.clientHeight+document.documentElement.scrollTop) < parseInt(newDiv.offsetHeight+tp) ) {
+			newDiv.style.top = parseInt(tp-(newDiv.offsetHeight+10))+'px';
+		} else {
+			newDiv.style.top = tp+'px';
+		}
+		toolTipLib.tipFade('toolTip',10);
+	},
+	tipFade: function(div,opac) {
+		var obj = document.getElementById(div);
+		var passed = parseInt(opac);
+		var newOpac = parseInt(passed+10);
+		if ( newOpac < 80 ) {
+			obj.style.opacity = '.'+newOpac;
+			obj.style.filter = "alpha(opacity:"+newOpac+")";
+			opacityID = setTimeout("toolTipLib.tipFade('toolTip','"+newOpac+"')",20);
+		}
+		else { 
+			obj.style.opacity = '.80';
+			obj.style.filter = "alpha(opacity:80)";
+		}
+	}
+};
+addEvent(window,'load',toolTipLib.attachToolTipBehavior,false);
\ No newline at end of file
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/wikipedia.png b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/wikipedia.png
new file mode 100644
index 0000000000000000000000000000000000000000..5428c9b1600b9eb99896d06660bebfd923f5e4ff
Binary files /dev/null and b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/icons/wikipedia.png differ
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/makeindex.js b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/makeindex.js
new file mode 100644
index 0000000000000000000000000000000000000000..42b0ff7c5b395f252273a2e70c214723a799e19e
--- /dev/null
+++ b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/makeindex.js
@@ -0,0 +1,13 @@
+
+// This script looks for index elements and replaces them with the title of the linked element.
+// We could probably do this in Plastex as well, but this is quick and dirty and works.
+var indexElements = document.getElementsByTagName("plastex.base.latex.index.indexdestination");
+var elements = new Array();
+for(var i = 0; i < indexElements.length; i++){
+    elements[i] = indexElements[i];
+}
+for(var i = 0; i < elements.length; i++){
+   elements[i].parentNode.innerHTML = elements[i].parentNode.title;
+}
+
+
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/styles/styles.css b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/styles/styles.css
new file mode 100644
index 0000000000000000000000000000000000000000..2da73871dfd542bdcc12a895044d57cfb37b5e21
--- /dev/null
+++ b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-eclipse/styles/styles.css
@@ -0,0 +1,365 @@
+
+pre {
+    color: #004000;
+    font-size: 90%;
+    background-color: #f0f0f0;
+    padding-top: 5px;
+    padding-bottom: 5px;
+    border: 1px #aaffaa solid;
+    font-family: Monaco, "Courier New", Courier, fixed;
+    padding-left: 4ex;
+}
+
+.breadcrumbs {
+    font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
+    font-size: small;
+    font-style: italic;
+}
+
+h1, h2, h3, h4, h5, h6 {
+    font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
+}
+
+.navigation { clear:both }
+.navigation td          { background-color: #ffffff;
+                          color: #000000;
+                          font-weight: bold;
+                          font-family: avantgarde, sans-serif;
+                          font-size: 110% }
+
+.navigation img { border-width: 0px }
+.navtitle { width: 100% }
+
+.contents ul {
+    font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
+    list-style-type: none;
+    font-weight: bold;
+}
+.contents ul ul {
+    font-size: small;
+    font-weight: normal;
+}
+
+.minitoc {
+    border-top: 1px solid black;
+    border-bottom: 1px solid block;
+    margin-bottom: 1em;
+}
+
+.minitoc li {
+    list-style-type: none;
+}
+
+/*************/
+/* Footnotes */
+/*************/
+/*
+a.footnote .footnotemark {
+   color: #ff8000; 
+}
+a.footnote:hover .footnotemark {
+   cursor: help;
+}
+a.footnote .footnotetext {
+   display: none;
+}
+a.footnote:hover .footnotetext { 
+   display: block;
+   position: absolute;
+   bottom: 0em; 
+   left: 0em; 
+   background-color: #F8F8CB; 
+   color: #000;
+   text-align: left;
+   border: 7px #ff8000 solid;
+   padding: 10px;
+   margin: 0px;
+   z-index: 20;
+}
+*/
+a.footnote {
+    text-decoration: none;
+}
+#footnotes {
+    padding: 1em;
+    border-top: 1px solid black;
+    font-size: smaller;
+}
+
+/*******/
+/* TeX */
+/*******/
+
+/* Fonts */
+.rm {
+    font-family: serif;
+    font-style: normal;
+    font-weight: normal;
+}
+.cal {
+    font-family: serif;
+    font-style: italic;
+    font-weight: normal;
+}
+.it {
+    font-family: serif;
+    font-style: italic;
+    font-weight: normal;
+}
+.sl {
+    font-family: serif;
+    font-style: oblique;
+    font-weight: normal;
+}
+.bf {
+    font-family: serif;
+    font-style: normal;
+    font-weight: bold;
+}
+.tt {
+    font-family: monospace;
+    font-style: normal;
+    font-weight: normal;
+}
+
+/* Text */
+.underbar {text-decoration: underline}
+
+
+/*********/
+/* LaTeX */
+/*********/
+
+/* Alignment */
+.center, .centering      {text-align: center}
+.flushleft, .raggedright {text-align: left}
+.flushright, .raggedleft {text-align: right} 
+
+/* Arrays */
+.tabular { border-collapse: collapse }
+.tabular td, .tabular th {
+    vertical-align: top;
+    text-align: left;
+    padding-top: 0.3em;
+    padding-bottom: 0.3em;
+    padding-left: 0.6em;
+    padding-right: 0.6em;
+    empty-cells: show;
+}
+
+/* Boxes */
+.fbox, .framebox {
+    border: 1px black solid;
+    padding-top: 1px;
+    padding-bottom: 1px;
+    padding-left: 3px;
+    padding-right: 3px;
+}
+
+/* Font Selection */
+.mdseries, .textmf {font-weight: normal}
+.bfseries, .textbf {font-weight: bold}
+.rmfamily, .textrm {font-family: serif}
+.sffamily, .textsf {font-family: sans-serif}
+.ttfamily, .texttt {font-family: monospace}
+.upshape, .textup  {text-transform: uppercase}
+.itshape, .textit  {font-style: italic}
+.slshape, .textsl  {font-style: oblique}
+.scshape, .textsc  {font-variant: small-caps}
+
+small.tiny         {font-size: x-small}
+small.scriptsize   {font-size: smaller}
+small.footnotesize {font-size: small}
+small.small        {font-size: small}
+.normalsize        {font-size: normal}
+big.large          {font-size: large}
+big.xlarge         {font-size: x-large}
+big.xxlarge        {font-size: x-large}
+big.huge           {font-size: xx-large}
+big.xhuge          {font-size: xx-large}
+
+/* Lists */
+/*ul.itemize {}*/
+/*ol.enumerate {}*/
+dl.description dt {font-weight: bold}
+table.list {
+    margin-left: 15px;
+    margin-top: 1em;
+    margin-bottom: 1em;
+}
+table.list td {
+    padding-right: 5px;
+}
+
+/* Title Page */
+.titlepage {text-align: center}
+.titlepage h1 {font-weight: normal}
+.titlepage p {text-align: center; font-family: avantgarde, sans-serif;}
+
+/* Math */
+.displaymath, .eqnarray, .equation {
+    margin-top: 15px;
+    margin-bottom: 15px;
+    text-align: center;
+}
+.eqnnum { 
+    width: 16ex;
+    text-align: center;
+}
+.fleqn {width: 2em}
+
+/* Quotations and Verse */
+.quotation, .quote, .verse {
+}
+.quotation p, .quote p, .verse p {
+    margin-top: 0px;
+    margin-bottom: 0px;
+}
+
+/* Image offset classes */
+.raise15 {margin-bottom: 10px}
+.raise14 {margin-bottom: 10px}
+.raise13 {margin-bottom: 10px}
+.raise12 {margin-bottom: 10px}
+.raise11 {margin-bottom: 10px}
+.raise10 {margin-bottom: 10px}
+.raise9  {margin-bottom: 9px}
+.raise8  {margin-bottom: 8px}
+.raise7  {margin-bottom: 7px}
+.raise6  {margin-bottom: 6px}
+.raise5  {margin-bottom: 5px}
+.raise4  {margin-bottom: 4px}
+.raise3  {margin-bottom: 3px}
+.raise2  {margin-bottom: 2px}
+.raise1  {margin-bottom: 1px}
+.raise0  {margin-bottom: 0px}
+.lower0  {margin-bottom: -0px}
+.lower1  {margin-bottom: -1px}
+.lower2  {margin-bottom: -2px}
+.lower3  {margin-bottom: -3px}
+.lower4  {margin-bottom: -4px}
+.lower5  {margin-bottom: -5px}
+.lower6  {margin-bottom: -6px}
+.lower7  {margin-bottom: -7px}
+.lower8  {margin-bottom: -8px}
+.lower10 {margin-bottom: -10px}
+.lower11 {margin-bottom: -11px}
+.lower12 {margin-bottom: -12px}
+.lower13 {margin-bottom: -13px}
+.lower14 {margin-bottom: -14px}
+.lower15 {margin-bottom: -15px}
+.lower16 {margin-bottom: -16px}
+.lower17 {margin-bottom: -17px}
+.lower18 {margin-bottom: -18px}
+.lower19 {margin-bottom: -19px}
+.lower20 {margin-bottom: -20px}
+.lower21 {margin-bottom: -21px}
+.lower22 {margin-bottom: -22px}
+.lower23 {margin-bottom: -23px}
+.lower24 {margin-bottom: -24px}
+.lower25 {margin-bottom: -25px}
+.lower26 {margin-bottom: -26px}
+.lower27 {margin-bottom: -27px}
+.lower28 {margin-bottom: -28px}
+.lower29 {margin-bottom: -29px}
+.lower30 {margin-bottom: -20px}
+.lower20 {margin-bottom: -20px}
+
+td p:first-child, th p:first-child {
+    margin-top: 0px;
+    margin-bottom: 0px;
+}
+
+td p, th p {
+    margin-top: 1em;
+    margin-bottom: 0px;
+}
+
+p {
+    text-indent: 0em;
+    margin-top: 0px;
+    margin-bottom: 1em;
+    text-align: justify;
+	font-family: Georgia;
+}
+
+img {
+    border: none;
+    vertical-align: baseline;
+}
+
+img.ieimgfix {
+    width: 0;
+    visibility: hidden;
+    vertical-align: top;
+    display: none;
+}
+
+td img.ieimgfix {
+    display: inline;
+}
+
+body { 
+    color: #000000;
+    background-color: #ffffff; 
+}
+
+/* Index */
+.theindex li {
+    list-style-type: none
+}
+
+.changebar {
+    border-right: 2px solid red;
+    padding-right: 1em;
+}
+
+.deletebar {
+    color: red;
+    font-size: 150%;
+    padding-left: 0.5ex;
+    padding-right: 0.5ex;
+}
+
+/* (mj) Used for the Hint-Images */
+blockquote p span.rmfamily img {
+  float: left;
+  position: absolute;
+  left: 0.5em;
+}
+
+/* (mj) Used for making the Plugin-Boxes gray */
+blockquote.verse {
+  background-color: #eeeeee;
+  margin-left: 0px;
+  margin-right: 0px;
+}
+
+blockquote.verse p span img {
+padding: 5px;
+}
+
+/* (mj) Formatting Marginpar */
+p.marginpar {
+  background-color: #ffff00;
+}
+
+.footer {
+  font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
+  color: #888;
+  text-align: center;
+}
+
+hr {
+color: #888;
+background-color: #888;
+height: 1px;
+}
+
+.figure, .caption {
+	margin:25px;
+}
+
+.math.gen {
+	margin:3px;
+}
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/default-layout.html b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/default-layout.html
new file mode 100644
index 0000000000000000000000000000000000000000..a0d42d33294004b731ebbd951b2ba72337c62053
--- /dev/null
+++ b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/default-layout.html
@@ -0,0 +1,196 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html tal:define="links self/links" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+<meta name="generator" content="plasTeX" />
+<meta http-equiv="content-type" 
+      tal:attributes="content string:text/html;; charset=${config/files/output-encoding}" />
+<title tal:condition="python:path('self/level') &gt; -10" tal:content="stripped string:${links/document/title}: ${self/title}">Morbi metus pede, imperdiet vitae</title>
+<title tal:condition="python:path('self/level') &lt;= -10" tal:content="stripped self/title">Morbi metus pede, imperdiet vitae</title>
+<link tal:condition="links/next" rel="next" tal:attributes="href links/next/url; title links/next/title/textContent" />
+<link tal:condition="links/prev" rel="prev" tal:attributes="href links/prev/url; title links/prev/title/textContent" />
+<link tal:condition="links/up" rel="up" tal:attributes="href links/up/url; title links/up/title/textContent" />
+<link rel="stylesheet" href="styles/styles.css" />
+<style tal:condition="not:links/prev" type="text/css">
+  #indexbg {
+	background-image:url('icons/rodin_miikka_skaffari_index.jpg');
+	background-repeat:no-repeat;
+	background-position:top left;
+	margin:0;
+	padding:0;
+  }
+</style>
+</head>
+<body>
+
+<table width="100%" border="0">
+<tr><td valign="top" width="135px">
+
+<center>
+<h2><a id="navlist" href="index.html">Rodin Handbook</a></h2>
+</center>
+
+<div id="navcontainer">
+<ul id="navlist">
+<li><a href="index.html">Handbook Home</a>
+<li><a href="" id="feedback">Feedback</a>
+<li><a href="" id="feedbackmail">Email Feedback</a>
+<li><a href="../pdf/rodin-doc.pdf">Handbook as PDF</a>
+<li><a href="http://www.amazon.de/gp/product/1495438147/ref=as_li_tf_tl?ie=UTF8&camp=1638&creative=6742&creativeASIN=1495438147&linkCode=as2&tag=jastramde-21">Handbook Hardcopy</a>
+<li><a href="http://wiki.event-b.org/">Rodin Wiki</a>
+<li><a href=" http://wiki.event-b.org/index.php/Rodin_Platform_Releases">Rodin Download</a>
+<li><a href="mailto:rodin-handbook@formalmind.com">Contact</a>
+</ul>
+</div>
+
+<br/>
+<br/>
+
+<form id="searchbox_017699211055551047357:sj1wifmh8k8" action="http://handbook.event-b.org/searchresult.html">
+  <input value="017699211055551047357:sj1wifmh8k8" name="cx" type="hidden"/>
+  <input value="FORID:11" name="cof" type="hidden"/>
+  <input id="q" style="width:100px;" name="q" size="75" type="text"/>
+  <input value="Go" name="sa" type="image" src="icons/search.png"/>
+</form>
+
+<br/>
+<br/>
+<center id="navlist">
+
+<img src="icons/deploy.png" border="0"><br>
+This work is sponsored by the 
+<a href="http://www.deploy-project.eu/">Deploy Project</a><br>
+
+<br/>
+
+<img src="icons/advance-logo.png" border="0" width="125"><br/><br/>
+This work is sponsored by the 
+<a href="http://www.advance-ict.eu/">ADVANCE Project</a><br>
+
+<br/>
+<br/>
+
+<img alt="Creative Commons License" style="border-width:0" src="icons/cc-by-sa.png" /><br />
+This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution 3.0 Unported License</a>
+
+</center>
+
+<div style="visibility:hidden;" id="section" tal:content="self/title"></div>
+<div style="visibility:hidden;" id="doctitle" tal:content="links/document/title"></div>
+
+<script>
+section = encodeURIComponent(document.getElementById("section").innerHTML);
+doctitle = encodeURIComponent(document.getElementById("doctitle").innerHTML);
+url = "https://spreadsheets.google.com/spreadsheet/viewform?formkey=dEJmXzUydnRzZGdDVE16WFZmZmd1alE6MQ"
+    + String.fromCharCode(38) + "entry_0=" + section;
+mail = "mailto:rodin-handbook@formalmind.com?subject=Feedback " + doctitle + " (" + section + ")";
+document.getElementById("feedback").href = url;
+document.getElementById("feedbackmail").href = mail;
+</script>
+
+
+</td><td valign="top" width="40">&nbsp;</td><td valign="top">
+<div id="indexbg">
+
+<div class="navigation" metal:define-macro="navigation">
+<table cellspacing="2" cellpadding="0" width="100%">
+<tr>
+<td tal:condition="links/prev"><a tal:attributes="href links/prev/url; title stripped:links/prev/title"><img border="0" tal:attributes="alt stripped:Previous: ${links/prev/title}" src="icons/arrow_left.png" width="28" height="28" /></a></td>
+<td tal:condition="not:links/prev"><img border="0" alt="" src="icons/blank.gif" width="16" height="16" /></td>
+<td tal:condition="links/up"><a tal:attributes="href links/up/url; title stripped:links/up/title"><img border="0" tal:attributes="alt stripped:Up: ${links/up/title}" src="icons/arrow_up.png" width="28" height="28" /></a></td>
+<td tal:condition="not:links/up"><img border="0" alt="" src="icons/blank.gif" width="16" height="16" /></td>
+<td tal:condition="links/next"><a tal:attributes="href links/next/url; title stripped:links/next/title"><img border="0" tal:attributes="alt stripped:Next: ${links/next/title}" src="icons/arrow_right.png" width="28" height="28" /></a></td>
+<td tal:condition="not:links/next"><img border="0" alt="" src="icons/blank.gif" width="16" height="16" /></td>
+<td class="navtitle" align="center" tal:content="links/document/title">Section Title</td>
+<td tal:condition="links/contents"><a tal:attributes="href links/contents/url" title="Table of Contents"><img border="0" alt="" src="icons/home.png" width="32" height="32" /></a></td>
+<td tal:condition="not:links/contents"><img border="0" alt="" src="icons/blank.gif" width="16" height="16" /></td>
+<td tal:condition="links/index"><a tal:attributes="href links/index/url" title="Index"><img border="0" alt="" src="icons/go-jump.png" width="32" height="32" /></a></td>
+<td tal:condition="not:links/index"><img border="0" alt="" src="icons/blank.gif" width="16" height="16" /></td>
+<td><img border="0" alt="" src="icons/blank.gif" width="16" height="16" /></td>
+</tr>
+</table>
+</div>
+
+<!--
+<div style="float: right; text-align: center; font-family: sans-serif;">
+<a href="" id="feedbackbubble" style="color: red; text-decoration: none;">
+<img src="icons/bubble_48.png" border="0" align="middle"><br><b>Feedback</b></a>
+<script>
+document.getElementById("feedbackbubble").href = url;
+</script>
+</div>
+-->
+
+<div tal:content="self">File contents</div>
+
+<div tal:condition="self/tableofcontents" tal:attributes="class string:contents ${self/nodeName}-contents"><!--<strong>Subsections</strong>-->
+<ul>
+<li tal:repeat="section self/tableofcontents"><a href="." tal:attributes="href section/url" tal:content="section/fullTocEntry">Aliquam est. Aliquam fringilla pede</a>
+   <ul tal:condition="section/tableofcontents">
+   <li tal:repeat="subsection section/tableofcontents"><a href="." tal:attributes="href subsection/url" tal:content="subsection/fullTocEntry"></a>
+       <ul tal:condition="subsection/tableofcontents">
+       <li tal:repeat="subsubsection subsection/tableofcontents"><a href="." tal:attributes="href subsubsection/url" tal:content="subsubsection/fullTocEntry"></a>
+           <ul tal:condition="subsubsection/tableofcontents">
+           <li tal:repeat="paragraph subsubsection/tableofcontents"><a href="." tal:attributes="href paragraph/url" tal:content="paragraph/fullTocEntry"></a>
+               <ul tal:condition="paragraph/tableofcontents">
+               <li tal:repeat="subparagraph paragraph/tableofcontents"><a href="." tal:attributes="href subparagraph/url" tal:content="subparagraph/fullTocEntry"></a></li>
+               </ul>
+           </li>
+           </ul>
+       </li>
+       </ul>
+   </li>
+   </ul>
+</li>
+<li tal:replace="nothing"><a href=".">Maecenas id purus</a></li>
+<li tal:replace="nothing"><a href=".">Duis et eros</a></li>
+<li tal:replace="nothing"><a href=".">Duis est</a></li>
+</ul>
+</div>
+
+</div>
+
+<div class="navigation">
+<table cellspacing="2" cellpadding="0" width="100%">
+<tr>
+<td tal:condition="links/prev"><a tal:attributes="href links/prev/url; title stripped:links/prev/title"><img border="0" tal:attributes="alt stripped:Previous: ${links/prev/title}" src="icons/arrow_left.png" width="28" height="28" /></a></td>
+<td tal:condition="not:links/prev"><img border="0" alt="" src="icons/blank.gif" width="16" height="16" /></td>
+<td tal:condition="links/up"><a tal:attributes="href links/up/url; title stripped:links/up/title"><img border="0" tal:attributes="alt stripped:Up: ${links/up/title}" src="icons/arrow_up.png" width="28" height="28" /></a></td>
+<td tal:condition="not:links/up"><img border="0" alt="" src="icons/blank.gif" width="16" height="16" /></td>
+<td tal:condition="links/next"><a tal:attributes="href links/next/url; title stripped:links/next/title"><img border="0" tal:attributes="alt stripped:Next: ${links/next/title}" src="icons/arrow_right.png" width="28" height="28" /></a></td>
+<td tal:condition="not:links/next"><img border="0" alt="" src="icons/blank.gif" width="16" height="16" /></td>
+<td style="width:100%">&nbsp;</td>
+<td tal:condition="links/contents"><a tal:attributes="href links/contents/url" title="Table of Contents"><img border="0" alt="" src="icons/home.png" width="32" height="32" /></a></td>
+<td tal:condition="not:links/contents"><img border="0" alt="" src="icons/blank.gif" width="16" height="16" /></td>
+<td tal:condition="links/index"><a tal:attributes="href links/index/url" title="Index"><img border="0" alt="" src="icons/go-jump.png" width="32" height="32" /></a></td>
+<td tal:condition="not:links/index"><img border="0" alt="" src="icons/blank.gif" width="16" height="16" /></td>
+<td><img border="0" alt="" src="icons/blank.gif" width="16" height="16" /></td>
+</tr>
+</table>
+</div>
+
+<div id="footnotes" tal:condition="self/footnotes">
+<p><b>Footnotes</b></p>
+<ol>
+<li tal:repeat="footnote self/footnotes" tal:content="footnote" tal:attributes="id footnote/id">footnote text</li>
+</ol>
+</div>
+
+<hr />
+<div tal:condition="python:path('self/level') &gt; -10" class="breadcrumbs">
+<span tal:repeat="crumb links/breadcrumbs">
+<span tal:condition="not:repeat/crumb/end">
+<a href="." tal:attributes="href crumb/url" tal:content="crumb/title">Parent Section</a> <b>:</b>
+</span>
+<span tal:condition="repeat/crumb/end">
+<b class="current" tal:content="crumb/title">Current Section</b>
+</span>
+</span>
+</div>
+
+</td></tr></table>
+
+<script language="javascript" src="icons/imgadjust.js" type="text/javascript"></script>
+<script language="javascript" src="makeindex.js" type="text/javascript"></script>
+
+</body>
+</html>
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/advance-logo.png b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/advance-logo.png
new file mode 100644
index 0000000000000000000000000000000000000000..ac5c83dcbfb33481fbd99ed3ca16bd8decd67413
Binary files /dev/null and b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/advance-logo.png differ
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/arrow_down.png b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/arrow_down.png
new file mode 100644
index 0000000000000000000000000000000000000000..652e481287e6a6f669df8618873384eeef70ce11
Binary files /dev/null and b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/arrow_down.png differ
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/arrow_left.png b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/arrow_left.png
new file mode 100644
index 0000000000000000000000000000000000000000..945b43ec2cb31a49e43f417c8fdc8ed01ffd1fe3
Binary files /dev/null and b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/arrow_left.png differ
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/arrow_right.png b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/arrow_right.png
new file mode 100644
index 0000000000000000000000000000000000000000..59179b41c277500bd027bcfae3f8e371b65f11b6
Binary files /dev/null and b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/arrow_right.png differ
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/arrow_up.png b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/arrow_up.png
new file mode 100644
index 0000000000000000000000000000000000000000..c55371f4f585b8a26e03cc7623bb06d846988d88
Binary files /dev/null and b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/arrow_up.png differ
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/background.png b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/background.png
new file mode 100644
index 0000000000000000000000000000000000000000..9d1f6e9a0c468896e3654c6598b8a5e788d7f9ac
Binary files /dev/null and b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/background.png differ
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/blank.gif b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/blank.gif
new file mode 100644
index 0000000000000000000000000000000000000000..45b7594365a818b73be8f519439f500c252da4d2
Binary files /dev/null and b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/blank.gif differ
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/bubble_48.png b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/bubble_48.png
new file mode 100644
index 0000000000000000000000000000000000000000..2a56f54fa602d12962d9a0679db6776928b838a8
Binary files /dev/null and b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/bubble_48.png differ
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/cc-by-sa.png b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/cc-by-sa.png
new file mode 100644
index 0000000000000000000000000000000000000000..f0a944e0b89642ae282047846e55393007b04686
Binary files /dev/null and b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/cc-by-sa.png differ
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/cc-by.png b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/cc-by.png
new file mode 100644
index 0000000000000000000000000000000000000000..822491edb993b072fc183a2ce23adfa8c94cee7c
Binary files /dev/null and b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/cc-by.png differ
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/deploy.png b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/deploy.png
new file mode 100644
index 0000000000000000000000000000000000000000..ab671fa447bbbce5d1cb2df2bdb125bede335151
Binary files /dev/null and b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/deploy.png differ
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/functionAddEvent.js b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/functionAddEvent.js
new file mode 100644
index 0000000000000000000000000000000000000000..abddd68f8f3f9d7b663cd83c74b5fd0da1aa9cfc
--- /dev/null
+++ b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/functionAddEvent.js
@@ -0,0 +1,69 @@
+function addEvent(elm, evType, fn, useCapture) {
+	if (elm.addEventListener) { 
+	elm.addEventListener(evType, fn, useCapture); 
+	return true; 
+	}
+	else if (elm.attachEvent) { 
+	var r = elm.attachEvent('on' + evType, fn); 
+	EventCache.add(elm, evType, fn);
+	return r; 
+	}
+	else {
+	elm['on' + evType] = fn;
+	}
+}
+function getEventSrc(e) {
+	if (!e) e = window.event;
+
+	if (e.originalTarget)
+	return e.originalTarget;
+	else if (e.srcElement)
+	return e.srcElement;
+}
+function addLoadEvent(func) {
+var oldonload = window.onload;
+	if (typeof window.onload != 'function') {
+	window.onload = func;
+	} else {
+	window.onload = 
+		function() {
+		oldonload();
+		func();
+		}
+	}
+}
+var EventCache = function(){
+	var listEvents = [];
+	return {
+		listEvents : listEvents,
+	
+		add : function(node, sEventName, fHandler, bCapture){
+			listEvents.push(arguments);
+		},
+	
+		flush : function(){
+			var i, item;
+			for(i = listEvents.length - 1; i >= 0; i = i - 1){
+				item = listEvents[i];
+				
+				if(item[0].removeEventListener){
+					item[0].removeEventListener(item[1], item[2], item[3]);
+				};
+				
+				/* From this point on we need the event names to be prefixed with 'on" */
+				if(item[1].substring(0, 2) != "on"){
+					item[1] = "on" + item[1];
+				};
+				
+				if(item[0].detachEvent){
+					item[0].detachEvent(item[1], item[2]);
+				};
+				
+				item[0][item[1]] = null;
+			};
+		}
+	};
+}();
+
+
+addEvent(window,'unload',EventCache.flush, false);
\ No newline at end of file
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/go-bottom.gif b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/go-bottom.gif
new file mode 100644
index 0000000000000000000000000000000000000000..deb99a4ea8f5fd37d1d8f28b93fa93a4c299fe19
Binary files /dev/null and b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/go-bottom.gif differ
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/go-down.gif b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/go-down.gif
new file mode 100644
index 0000000000000000000000000000000000000000..af655dfca801341753a2e0d47ac7a9808835e282
Binary files /dev/null and b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/go-down.gif differ
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/go-first.gif b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/go-first.gif
new file mode 100644
index 0000000000000000000000000000000000000000..87faba2dd2d041b8a69f6ab81a1cf023ca3b6c36
Binary files /dev/null and b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/go-first.gif differ
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/go-home.gif b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/go-home.gif
new file mode 100644
index 0000000000000000000000000000000000000000..a77c59ff89fa2e941651cd94dcf69c9af1cefc6d
Binary files /dev/null and b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/go-home.gif differ
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/go-jump.png b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/go-jump.png
new file mode 100644
index 0000000000000000000000000000000000000000..f7dd7edce6c7059af0befd0b44fd5facd9279206
Binary files /dev/null and b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/go-jump.png differ
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/go-last.gif b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/go-last.gif
new file mode 100644
index 0000000000000000000000000000000000000000..f25ca9c798520dd38e0279980936d056c6810565
Binary files /dev/null and b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/go-last.gif differ
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/go-next.gif b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/go-next.gif
new file mode 100644
index 0000000000000000000000000000000000000000..2ed252f656ebb957b72362dff2c1cafed1915372
Binary files /dev/null and b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/go-next.gif differ
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/go-previous.gif b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/go-previous.gif
new file mode 100644
index 0000000000000000000000000000000000000000..747904dc8cf3b8c16a5e57ce2de082d684e26ccf
Binary files /dev/null and b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/go-previous.gif differ
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/go-top.gif b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/go-top.gif
new file mode 100644
index 0000000000000000000000000000000000000000..a96e14c5786dccd8d4ff8fbe1aaa368b67b7224a
Binary files /dev/null and b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/go-top.gif differ
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/go-up.gif b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/go-up.gif
new file mode 100644
index 0000000000000000000000000000000000000000..f812f11a5f57fba2d72cf8de135bbb4a8e04e9ba
Binary files /dev/null and b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/go-up.gif differ
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/gohome.gif b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/gohome.gif
new file mode 100644
index 0000000000000000000000000000000000000000..a77c59ff89fa2e941651cd94dcf69c9af1cefc6d
Binary files /dev/null and b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/gohome.gif differ
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/home.png b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/home.png
new file mode 100644
index 0000000000000000000000000000000000000000..c245767234862e8ab71bd10d2e5f796ca4b2ba4b
Binary files /dev/null and b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/home.png differ
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/imgadjust.js b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/imgadjust.js
new file mode 100644
index 0000000000000000000000000000000000000000..2fce3d69ea2ffd48333976623a89a35fd09e9453
--- /dev/null
+++ b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/imgadjust.js
@@ -0,0 +1,37 @@
+//
+// This code fixes up the images so that MSIE doesn't truncate images
+// within tables.  It also adjusts the line height so that it's prettier.
+//
+var images = document.getElementsByTagName('img')
+var adjusted = new Array();
+for ( var i = 0; i < images.length; i++ )
+{
+    image = images[i];
+    if ( parseInt(image.style.marginBottom) < -8 )
+    {
+        if ( !image.height )
+            continue;
+
+        // Make sure that images in IE in tables don't get truncated
+        ieimgfix = document.createElement('img');
+        ieimgfix.src = 'iicons/blank.gif';
+        ieimgfix.style.height = image.style.height;
+        ieimgfix.style.width = '0px';
+
+        // Adjust line height to be prettier
+        adjust = document.createElement('span');
+        adjust.style.lineHeight = (parseInt(image.style.height) - 8) + 'px';
+        adjust.style.visibility = 'hidden';
+        adjust.nodeValue = '&8205;';
+
+        // Store away the nodes for use later
+        adjusted[image.parentNode] = new Array(image.parentNode, image,
+                                               ieimgfix, adjust);
+    }
+}
+// Insert the adjuster nodes
+for ( var n in adjusted )
+{
+    adjusted[n][0].insertBefore(adjusted[n][2], adjusted[n][1]);
+    adjusted[n][0].insertBefore(adjusted[n][3], adjusted[n][1]);
+}
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/index.gif b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/index.gif
new file mode 100644
index 0000000000000000000000000000000000000000..50838f6f1ec4fe7bf0f3b4d7e3564e28c15ca0e1
Binary files /dev/null and b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/index.gif differ
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/loading.gif b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/loading.gif
new file mode 100644
index 0000000000000000000000000000000000000000..fbe57be3c2cd761a999fcf91698963b723916e28
Binary files /dev/null and b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/loading.gif differ
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/missing.gif b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/missing.gif
new file mode 100644
index 0000000000000000000000000000000000000000..7696c539faced25decdde7c9ad83d1541adc920e
Binary files /dev/null and b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/missing.gif differ
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/modules.gif b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/modules.gif
new file mode 100644
index 0000000000000000000000000000000000000000..4951bb87588f0fe887ca49cdc70cf2897340cfda
Binary files /dev/null and b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/modules.gif differ
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/overlay.gif b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/overlay.gif
new file mode 100644
index 0000000000000000000000000000000000000000..62c546bd7323aaf8c234c89ddefdf9f4c1fa3642
Binary files /dev/null and b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/overlay.gif differ
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/pdf_icon.png b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/pdf_icon.png
new file mode 100644
index 0000000000000000000000000000000000000000..b6d2742401281b89915d84a8bc750a757b947ffb
Binary files /dev/null and b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/pdf_icon.png differ
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/rodin_miikka_skaffari_index.jpg b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/rodin_miikka_skaffari_index.jpg
new file mode 100755
index 0000000000000000000000000000000000000000..3bb535b824c3a27dc4a556227f73f00af5dfb00b
Binary files /dev/null and b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/rodin_miikka_skaffari_index.jpg differ
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/search.png b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/search.png
new file mode 100644
index 0000000000000000000000000000000000000000..7ff964f83e9bac4d371dc369ab1d075ababc8256
Binary files /dev/null and b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/search.png differ
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/toolTipLib.js b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/toolTipLib.js
new file mode 100644
index 0000000000000000000000000000000000000000..d76d4e71c67d58b59bc0abb8416bcd7dd1f64150
--- /dev/null
+++ b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/icons/toolTipLib.js
@@ -0,0 +1,107 @@
+var toolTipLib = { 
+	xCord : 0,
+	yCord : 0,
+	obj : null,
+	tipElements : ['a','abbr','acronym'],
+	attachToolTipBehavior: function() {
+		if ( !document.getElementById ||
+			!document.createElement ||
+			!document.getElementsByTagName ) {
+			return;
+		}
+		var i,j;
+		addEvent(document,'mousemove',toolTipLib.updateXY,false);
+		if ( document.captureEvents ) {
+				document.captureEvents(Event.MOUSEMOVE);
+		}
+		for ( i=0;i<toolTipLib.tipElements.length;i++ ) {
+			var current = document.getElementsByTagName(toolTipLib.tipElements[i]);
+			for ( j=0;j<current.length;j++ ) {
+				addEvent(current[j],'mouseover',toolTipLib.tipOver,false);
+				addEvent(current[j],'mouseout',toolTipLib.tipOut,false);
+				current[j].setAttribute('tip',current[j].title);
+				current[j].removeAttribute('title');
+			}
+		}
+	},
+	updateXY : function(e) {
+		if ( document.captureEvents ) {
+			toolTipLib.xCord = e.pageX;
+			toolTipLib.yCord = e.pageY;
+		} else if ( window.event.clientX ) {
+			toolTipLib.xCord = window.event.clientX+document.documentElement.scrollLeft;
+			toolTipLib.yCord = window.event.clientY+document.documentElement.scrollTop;
+		}
+	},
+	tipOut: function(e) {
+		if ( window.tID ) {
+			clearTimeout(tID);
+		}
+		if ( window.opacityID ) {
+			clearTimeout(opacityID);
+		}
+		var l = getEventSrc(e);
+		var div = document.getElementById('toolTip');
+		if ( div ) {
+			div.parentNode.removeChild(div);
+		}
+	},
+	checkNode : function(obj) {
+		var trueObj = obj;
+		if ( trueObj.nodeName.toLowerCase() == 'a' || trueObj.nodeName.toLowerCase() == 'acronym' || trueObj.nodeName.toLowerCase() == 'abbr' ) {
+			return trueObj;
+		} else {
+			return trueObj.parentNode;
+		}
+	},
+	tipOver : function(e) {
+		toolTipLib.obj = getEventSrc(e);
+		tID = setTimeout("toolTipLib.tipShow()",500)
+	},
+	tipShow : function() {
+		var newDiv = document.createElement('div');
+		var scrX = Number(toolTipLib.xCord);
+		var scrY = Number(toolTipLib.yCord);
+		var tp = parseInt(scrY+15);
+		var lt = parseInt(scrX+10);
+		var anch = toolTipLib.checkNode(toolTipLib.obj);
+		var addy = '';
+		var access = '';
+		if ( anch.nodeName.toLowerCase() == 'a' ) {
+			addy = (anch.href.length > 25 ? anch.href.toString().substring(0,25)+"..." : anch.href);
+			var access = ( anch.accessKey ? ' <span>['+anch.accessKey+']</span> ' : '' );
+		} else {
+			addy = anch.firstChild.nodeValue;
+		}
+		newDiv.id = 'toolTip';
+		document.getElementsByTagName('body')[0].appendChild(newDiv);
+		newDiv.style.opacity = '.1';
+		newDiv.innerHTML = "<p>"+anch.getAttribute('tip')+"<em>"+access+addy+"</em></p>";
+		if ( parseInt(document.documentElement.clientWidth+document.documentElement.scrollLeft) < parseInt(newDiv.offsetWidth+lt) ) {
+			newDiv.style.left = parseInt(lt-(newDiv.offsetWidth+10))+'px';
+		} else {
+			newDiv.style.left = lt+'px';
+		}
+		if ( parseInt(document.documentElement.clientHeight+document.documentElement.scrollTop) < parseInt(newDiv.offsetHeight+tp) ) {
+			newDiv.style.top = parseInt(tp-(newDiv.offsetHeight+10))+'px';
+		} else {
+			newDiv.style.top = tp+'px';
+		}
+		toolTipLib.tipFade('toolTip',10);
+	},
+	tipFade: function(div,opac) {
+		var obj = document.getElementById(div);
+		var passed = parseInt(opac);
+		var newOpac = parseInt(passed+10);
+		if ( newOpac < 80 ) {
+			obj.style.opacity = '.'+newOpac;
+			obj.style.filter = "alpha(opacity:"+newOpac+")";
+			opacityID = setTimeout("toolTipLib.tipFade('toolTip','"+newOpac+"')",20);
+		}
+		else { 
+			obj.style.opacity = '.80';
+			obj.style.filter = "alpha(opacity:80)";
+		}
+	}
+};
+addEvent(window,'load',toolTipLib.attachToolTipBehavior,false);
\ No newline at end of file
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/makeindex.js b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/makeindex.js
new file mode 100644
index 0000000000000000000000000000000000000000..42b0ff7c5b395f252273a2e70c214723a799e19e
--- /dev/null
+++ b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/makeindex.js
@@ -0,0 +1,13 @@
+
+// This script looks for index elements and replaces them with the title of the linked element.
+// We could probably do this in Plastex as well, but this is quick and dirty and works.
+var indexElements = document.getElementsByTagName("plastex.base.latex.index.indexdestination");
+var elements = new Array();
+for(var i = 0; i < indexElements.length; i++){
+    elements[i] = indexElements[i];
+}
+for(var i = 0; i < elements.length; i++){
+   elements[i].parentNode.innerHTML = elements[i].parentNode.title;
+}
+
+
diff --git a/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/styles/styles.css b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/styles/styles.css
new file mode 100644
index 0000000000000000000000000000000000000000..deb4d6289866bdc3a4a75e016dd616e1c6a7c427
--- /dev/null
+++ b/org.rodinp.handbook.feature/XHTML/Themes/rodin-theme-html/styles/styles.css
@@ -0,0 +1,388 @@
+
+pre {
+    color: #004000;
+    font-size: 90%;
+    background-color: #f0f0f0;
+    padding-top: 5px;
+    padding-bottom: 5px;
+    border: 1px #aaffaa solid;
+    font-family: Monaco, "Courier New", Courier, fixed;
+    padding-left: 4ex;
+}
+
+.breadcrumbs {
+    font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
+    font-size: small;
+    font-style: italic;
+}
+
+h1, h2, h3, h4, h5, h6 {
+    font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
+}
+
+.navigation { clear:both }
+.navigation td          { color: #000000;
+                          font-weight: bold;
+                          font-family: avantgarde, sans-serif;
+                          font-size: 110% }
+
+.navigation img { border-width: 0px }
+.navtitle { width: 100%; }
+
+.contents ul {
+    font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
+    list-style-type: none;
+    font-weight: bold;
+}
+.contents ul ul {
+    font-size: small;
+    font-weight: normal;
+}
+
+hr {color: black}
+
+.minitoc {
+    border-top: 1px solid black;
+    border-bottom: 1px solid block;
+    margin-bottom: 1em;
+}
+
+.minitoc li {
+    list-style-type: none;
+}
+
+/*************/
+/* Footnotes */
+/*************/
+/*
+a.footnote .footnotemark {
+   color: #ff8000; 
+}
+a.footnote:hover .footnotemark {
+   cursor: help;
+}
+a.footnote .footnotetext {
+   display: none;
+}
+a.footnote:hover .footnotetext { 
+   display: block;
+   position: absolute;
+   bottom: 0em; 
+   left: 0em; 
+   background-color: #F8F8CB; 
+   color: #000;
+   text-align: left;
+   border: 7px #ff8000 solid;
+   padding: 10px;
+   margin: 0px;
+   z-index: 20;
+}
+*/
+a.footnote {
+    text-decoration: none;
+}
+#footnotes {
+    padding: 1em;
+    border-top: 1px solid black;
+    font-size: smaller;
+}
+
+/*******/
+/* TeX */
+/*******/
+
+/* Fonts */
+.rm {
+    font-family: serif;
+    font-style: normal;
+    font-weight: normal;
+}
+.cal {
+    font-family: serif;
+    font-style: italic;
+    font-weight: normal;
+}
+.it {
+    font-family: serif;
+    font-style: italic;
+    font-weight: normal;
+}
+.sl {
+    font-family: serif;
+    font-style: oblique;
+    font-weight: normal;
+}
+.bf {
+    font-family: serif;
+    font-style: normal;
+    font-weight: bold;
+}
+.tt {
+    font-family: monospace;
+    font-style: normal;
+    font-weight: normal;
+}
+
+/* Text */
+.underbar {text-decoration: underline}
+
+
+/*********/
+/* LaTeX */
+/*********/
+
+/* Alignment */
+.center, .centering      {text-align: center}
+.flushleft, .raggedright {text-align: left}
+.flushright, .raggedleft {text-align: right} 
+
+/* Arrays */
+.tabular { border-collapse: collapse }
+.tabular td, .tabular th {
+    vertical-align: top;
+    text-align: left;
+    padding-top: 0.3em;
+    padding-bottom: 0.3em;
+    padding-left: 0.6em;
+    padding-right: 0.6em;
+    empty-cells: show;
+
+}
+
+/* Boxes */
+.fbox, .framebox {
+    border: 1px black solid;
+    padding-top: 1px;
+    padding-bottom: 1px;
+    padding-left: 3px;
+    padding-right: 3px;
+}
+
+/* Font Selection */
+.mdseries, .textmf {font-weight: normal}
+.bfseries, .textbf {font-weight: bold}
+.rmfamily, .textrm {font-family: serif}
+.sffamily, .textsf {font-family: sans-serif}
+.ttfamily, .texttt {font-family: monospace}
+.upshape, .textup  {text-transform: uppercase}
+.itshape, .textit  {font-style: italic}
+.slshape, .textsl  {font-style: oblique}
+.scshape, .textsc  {font-variant: small-caps}
+
+small.tiny         {font-size: x-small}
+small.scriptsize   {font-size: smaller}
+small.footnotesize {font-size: small}
+small.small        {font-size: small}
+.normalsize        {font-size: normal}
+big.large          {font-size: large}
+big.xlarge         {font-size: x-large}
+big.xxlarge        {font-size: x-large}
+big.huge           {font-size: xx-large}
+big.xhuge          {font-size: xx-large}
+
+/* Lists */
+/*ul.itemize {}*/
+/*ol.enumerate {}*/
+dl.description dt {font-weight: bold}
+table.list {
+    margin-left: 15px;
+    margin-top: 1em;
+    margin-bottom: 1em;
+}
+table.list td {
+    padding-right: 5px;
+}
+
+/* Title Page */
+.titlepage {text-align: center}
+.titlepage h1 {font-weight: normal}
+.titlepage p {text-align: center; font-family: avantgarde, sans-serif;}
+
+/* Math */
+.displaymath, .eqnarray, .equation {
+    margin-top: 15px;
+    margin-bottom: 15px;
+    text-align: center;
+}
+.eqnnum { 
+    width: 16ex;
+    text-align: center;
+}
+.fleqn {width: 2em}
+
+/* Quotations and Verse */
+.quotation, .quote, .verse {
+}
+.quotation p, .quote p, .verse p {
+    margin-top: 0px;
+    margin-bottom: 0px;
+}
+
+/* Rules */
+hr {color: black}
+
+/* Image offset classes */
+.raise15 {margin-bottom: 10px}
+.raise14 {margin-bottom: 10px}
+.raise13 {margin-bottom: 10px}
+.raise12 {margin-bottom: 10px}
+.raise11 {margin-bottom: 10px}
+.raise10 {margin-bottom: 10px}
+.raise9  {margin-bottom: 9px}
+.raise8  {margin-bottom: 8px}
+.raise7  {margin-bottom: 7px}
+.raise6  {margin-bottom: 6px}
+.raise5  {margin-bottom: 5px}
+.raise4  {margin-bottom: 4px}
+.raise3  {margin-bottom: 3px}
+.raise2  {margin-bottom: 2px}
+.raise1  {margin-bottom: 1px}
+.raise0  {margin-bottom: 0px}
+.lower0  {margin-bottom: -0px}
+.lower1  {margin-bottom: -1px}
+.lower2  {margin-bottom: -2px}
+.lower3  {margin-bottom: -3px}
+.lower4  {margin-bottom: -4px}
+.lower5  {margin-bottom: -5px}
+.lower6  {margin-bottom: -6px}
+.lower7  {margin-bottom: -7px}
+.lower8  {margin-bottom: -8px}
+.lower10 {margin-bottom: -10px}
+.lower11 {margin-bottom: -11px}
+.lower12 {margin-bottom: -12px}
+.lower13 {margin-bottom: -13px}
+.lower14 {margin-bottom: -14px}
+.lower15 {margin-bottom: -15px}
+.lower16 {margin-bottom: -16px}
+.lower17 {margin-bottom: -17px}
+.lower18 {margin-bottom: -18px}
+.lower19 {margin-bottom: -19px}
+.lower20 {margin-bottom: -20px}
+.lower21 {margin-bottom: -21px}
+.lower22 {margin-bottom: -22px}
+.lower23 {margin-bottom: -23px}
+.lower24 {margin-bottom: -24px}
+.lower25 {margin-bottom: -25px}
+.lower26 {margin-bottom: -26px}
+.lower27 {margin-bottom: -27px}
+.lower28 {margin-bottom: -28px}
+.lower29 {margin-bottom: -29px}
+.lower30 {margin-bottom: -20px}
+.lower20 {margin-bottom: -20px}
+
+td p:first-child, th p:first-child {
+    margin-top: 0px;
+    margin-bottom: 0px;
+}
+
+td p, th p {
+    margin-top: 1em;
+    margin-bottom: 0px;
+}
+
+p {
+    text-indent: 0em;
+    margin-top: 0px;
+    margin-bottom: 1em;
+    text-align: justify;
+	font-family: Georgia;
+	font-size: 120%;
+}
+
+img {
+    border: none;
+    vertical-align: baseline;
+}
+
+img.ieimgfix {
+    width: 0;
+    visibility: hidden;
+    vertical-align: top;
+    display: none;
+}
+
+td img.ieimgfix {
+    display: inline;
+}
+
+body { 
+    color: #000000;
+    background-color: #ffffff;
+    background:  url('../icons/background.png');
+	background-repeat:repeat-y;
+}
+
+/* Index */
+.theindex li {
+    list-style-type: none
+}
+
+.changebar {
+    border-right: 2px solid red;
+    padding-right: 1em;
+}
+
+.deletebar {
+    color: red;
+    font-size: 150%;
+    padding-left: 0.5ex;
+    padding-right: 0.5ex;
+}
+
+/* The Menu */
+
+#navlist li { display: inline;
+/* for IE5 and IE6 */
+}
+
+#navlist {
+width: 135px;
+/* to display the list horizontaly */
+font-family: sans-serif;
+font-size: 80%;
+margin: 0 0 0 0;
+padding: 0;
+}
+
+#navlist a
+{
+width: 99.99%;
+/* extend the sensible area to the maximum with IE5 */
+display: block;
+text-decoration: none;
+color: #000;
+}
+
+#navlist a:hover { background-color: #ffffff; }
+#navlist a:visited { color: #000; }
+
+/* (mj) Used for the Hint-Images */
+blockquote p span.rmfamily img {
+  float: left;
+  position: absolute;
+  left: 10em;
+}
+
+/* (mj) Used for making the Plugin-Boxes gray */
+blockquote.verse {
+  background-color: #eeeeee;
+  margin-left: 0px;
+  margin-right: 0px;
+}
+
+blockquote.verse p span img {
+padding: 5px;
+}
+
+/* (mj) Formatting Marginpar */
+p.marginpar {
+  background-color: #ffff00;
+}
+
+.figure, .caption {
+	margin:25px;
+}
+
+.math.gen {
+	margin:3px;
+}
diff --git a/org.rodinp.handbook.feature/build.properties b/org.rodinp.handbook.feature/build.properties
new file mode 100644
index 0000000000000000000000000000000000000000..64f93a9f0b7328eb563aa5ad6cec7f828020e124
--- /dev/null
+++ b/org.rodinp.handbook.feature/build.properties
@@ -0,0 +1 @@
+bin.includes = feature.xml
diff --git a/org.rodinp.handbook.feature/category.xml b/org.rodinp.handbook.feature/category.xml
new file mode 100644
index 0000000000000000000000000000000000000000..cce54218609cd050faf6544b117b7ec49b1b16b9
--- /dev/null
+++ b/org.rodinp.handbook.feature/category.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+   <feature url="features/org.rodinp.handbook.feature_1.0.0.qualifier.jar" id="org.rodinp.handbook.feature" version="1.0.0.qualifier">
+      <category name="Rodin Handbook"/>
+   </feature>
+   <category-def name="Rodin Handbook" label="Rodin Handbook">
+      <description>
+         Rodin Handbook
+      </description>
+   </category-def>
+</site>
diff --git a/org.rodinp.handbook.feature/customBuild.xml b/org.rodinp.handbook.feature/customBuild.xml
new file mode 100644
index 0000000000000000000000000000000000000000..6b4daef99a72c68b9929f3af03d3d588ae6e6a9e
--- /dev/null
+++ b/org.rodinp.handbook.feature/customBuild.xml
@@ -0,0 +1,128 @@
+<project default="generate-all">
+
+	<property name="build-dir" value="${basedir}/build"/>
+	<!--${eclipse.workspace}
+	${workspace_loc}-->
+	<property name="theme-html" value="rodin-theme-html"/>
+	<property name="theme-eclipse" value="rodin-theme-eclipse"/>	
+	
+	<target name="generate-all">
+		<antcall target="cleanup" />
+		<antcall target="generate-html" />
+		<antcall target="generate-pdf" />
+		<antcall target="generate-eclipse" />
+		<antcall target="copy-files" />
+		<antcall target="teardown" />
+	</target>
+
+    <target name="cleanup">
+    	<delete dir="${basedir}/build" /> 
+    </target>
+	
+	<target name="generate-html">
+    	<antcall target="generate">
+    		<param name="targetdir" value="${build-dir}/html"/>
+            <param name="theme" value="${theme-html}"/>
+		</antcall>
+    	<delete dir="${build-dir}/html" includes="chm.*,*.xml,*.hs,*.jhm,*.paux"/>
+   	</target>
+
+   <target name="generate-pdf">
+   		<mkdir dir="${build-dir}/pdf"/>
+		<!-- Run twice to get cross-references right -->
+		<antcall target="run-rubber" />
+		<antcall target="run-rubber" />
+		<delete dir="${build-dir}/pdf" includes="*.aux,*.log,*.out,*.idx,*.ilg,*.ind,*.toc"/>
+    </target>
+
+    <target name="run-rubber">
+      <exec executable="rubber" dir="${build-dir}/pdf">
+          <arg value="--pdf"/>
+          <arg value="--force"/>
+          <arg value="${build-dir}/latex/rodin-doc.tex"/>
+      </exec>
+      </target>
+
+    <target name="generate-eclipse">
+        <antcall target="generate">
+            <param name="targetdir" value="${build-dir}/eclipse"/>
+            <param name="theme" value="${theme-eclipse}"/>
+        </antcall>
+        <delete dir="${build-dir}/eclipse" includes="*.aux,*.log,*.out,*.idx,*.ilg,*.ind,*.toc"/>
+    	<copy todir="${build-dir}/eclipse">
+    		<fileset dir="${basedir}/skeleton" />
+    		<fileset dir="${build-dir}/pdf" />
+    	</copy>
+    	
+    	<replace file="${build-dir}/eclipse/eclipse-toc.xml" >
+    	<replacetoken><![CDATA[<toc ]]></replacetoken>
+    	  <replacevalue><![CDATA[<toc topic="index.html" ]]></replacevalue>
+        </replace>
+    	
+    	<!-- delete old eclipse help zip x
+    	<delete dir="${build-dir}/plugin" includes="*.zip"/>
+    	
+    	<tstamp>
+    	  <format property="qualifier" pattern="yyyyMMddHHmm"/>
+    	</tstamp>
+    	
+    	<mkdir dir="${build-dir}/plugin/plugins"/>
+    	
+    	<jar destfile="${build-dir}/plugin/plugins/org.rodinp.handbook_2.5.0.${qualifier}.jar" basedir="${basedir}/build/eclipse" manifest="${basedir}/skeleton/META-INF/MANIFEST.MF" />
+    	 
+    	 <zip destfile="${build-dir}/plugin/org.rodinp.handbook.zip"
+    	       basedir="${build-dir}/plugin"
+    	       update="true" />
+    
+    	<delete dir="${build-dir}/plugin/plugins"/>
+		-->
+    	
+    </target>
+
+    <target name="generate" depends="init">
+        <mkdir dir="${targetdir}"/>
+    	<exec executable="plastex" dir="${build-dir}/latex">
+    		<env key="XHTMLTEMPLATES" value="${build-dir}/XHTML"/>
+    		<arg value="-d"/>
+            <arg value="${targetdir}"/>
+    		<arg value="--sec-num-depth=6"/>
+    		<arg value="--theme=${theme}"/>
+    		<arg value="${build-dir}/latex/rodin-doc.tex"/>
+    	</exec>
+    	<copy todir="${targetdir}/files">
+    		<fileset dir="${basedir}/latex/files" />
+		</copy>
+    	<!-- The Eclipse help browser cannot handle elements with spaces,
+    	but such elements exist in the index.  We replace them. -->
+    	<replaceregexp
+    		match="plasTeX.Base.LaTeX.Index.IndexDestination[^>]*"
+    		replace="plasTeX.Base.LaTeX.Index.IndexDestination/"
+    		flags="g">
+    		<fileset dir="${targetdir}" includes="*.html"/>
+    	</replaceregexp>
+    </target>
+
+	<target name="init">
+		<tstamp/>
+		<!-- plastex cannot deal with subversion files.  Thus, we create a copy -->
+		<copy todir="${build-dir}/latex">
+			<fileset dir="${basedir}/latex" excludes=".svn"/>
+		</copy>
+
+		<copy todir="${build-dir}/XHTML">
+            <fileset dir="${basedir}/XHTML" excludes=".svn"/>
+        </copy>
+	</target>
+	
+	<target name="copy-files">
+    	<copy todir="${basedir}/build/files">
+    		<fileset dir="${basedir}/latex/files" />
+		</copy>
+	</target>
+	
+	<target name="teardown">
+		<delete dir="${build-dir}/XHTML"/>
+		<delete dir="${build-dir}/latex"/>
+	</target>
+
+</project>
diff --git a/org.rodinp.handbook.feature/feature.xml b/org.rodinp.handbook.feature/feature.xml
new file mode 100644
index 0000000000000000000000000000000000000000..0f6ef15d7098f308106d21dd46425d9052b132d8
--- /dev/null
+++ b/org.rodinp.handbook.feature/feature.xml
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+      id="org.rodinp.handbook.feature"
+      label="Rodin Handbook v.2.5"
+      version="2.5.0.qualifier"
+      provider-name="Formal Mind GmbH">
+
+   <description url="http://www.example.com/description">
+      This handbook provides documentation for users of the Rodin toolset, which allows working with Event-B models. 
+
+Event-B is a formal method for system-level modelling and analysis. Key features of Event-B are the use of set theory as a modelling notation, the use of refinement to represent systems at different abstraction levels and the use of mathematical proof to verify consistency between refinement levels.
+
+The Rodin Platform is an Eclipse-based IDE for Event-B that provides effective support for refinement and mathematical proof. The
+platform is open source, contributes to the Eclipse framework and is further extensible with plugins.
+
+This handbook covers the use of the core platform. Documentation for developers and regarding extensions can be found in the Rodin
+wiki. 
+
+What you see here is a working draft of the documentation. We
+are grateful for any feedback that you may have.
+   </description>
+
+   <copyright url="http://www.example.com/copyright">
+      (c) 2011 by Formal Mind GmbH and Others
+   </copyright>
+
+   <license url="http://www.example.com/license">
+      This work is licensed under the Creative Commons Attribution Licens (CC BY).  The full license is found at
+
+http://creativecommons.org/licenses/by/3.0/
+   </license>
+
+   <url>
+      <discovery label="Formal Mind" url="http://formalmind.com"/>
+      <discovery label="Rodin Sourceforge" url="http://sourceforge.net/projects/rodin-b-sharp/"/>
+      <discovery label="Rodin Handbook" url="http://handbook.event-b.org"/>
+      <discovery label="Event-B" url="http://www.event-b.org"/>
+   </url>
+
+   <plugin
+         id="org.rodinp.handbook"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"/>
+
+</feature>
diff --git a/org.rodinp.handbook.feature/latex/.b2latex-plastex.sty.properties.xml b/org.rodinp.handbook.feature/latex/.b2latex-plastex.sty.properties.xml
new file mode 100644
index 0000000000000000000000000000000000000000..c24a61125fca29cdaebeed0eeecc0810575d1de2
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/.b2latex-plastex.sty.properties.xml
@@ -0,0 +1 @@
+<?xml version="1.0" ?><properties><property key="MasterFilename" value="rodin-doc.tex"/></properties>
\ No newline at end of file
diff --git a/org.rodinp.handbook.feature/latex/.b2latex.sty.properties.xml b/org.rodinp.handbook.feature/latex/.b2latex.sty.properties.xml
new file mode 100644
index 0000000000000000000000000000000000000000..c24a61125fca29cdaebeed0eeecc0810575d1de2
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/.b2latex.sty.properties.xml
@@ -0,0 +1 @@
+<?xml version="1.0" ?><properties><property key="MasterFilename" value="rodin-doc.tex"/></properties>
\ No newline at end of file
diff --git a/org.rodinp.handbook.feature/latex/.bsymb.sty.properties.xml b/org.rodinp.handbook.feature/latex/.bsymb.sty.properties.xml
new file mode 100644
index 0000000000000000000000000000000000000000..c24a61125fca29cdaebeed0eeecc0810575d1de2
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/.bsymb.sty.properties.xml
@@ -0,0 +1 @@
+<?xml version="1.0" ?><properties><property key="MasterFilename" value="rodin-doc.tex"/></properties>
\ No newline at end of file
diff --git a/org.rodinp.handbook.feature/latex/.cache/DVIPNG.images b/org.rodinp.handbook.feature/latex/.cache/DVIPNG.images
new file mode 100644
index 0000000000000000000000000000000000000000..6747cc4f86d09b600cdc398567cf1a3c637dc403
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/.cache/DVIPNG.images
@@ -0,0 +1,1704 @@
+(dp0
+V\u005craisebox{4mm}{\u005cvtop {\u005cnull \u005chbox{\u005cincludegraphics[width=10mm]{img/tick_64.png}}}}
+p1
+ccopy_reg
+_reconstructor
+p2
+(cplasTeX.Imagers
+Image
+p3
+c__builtin__
+object
+p4
+Ntp5
+Rp6
+(dp7
+S'_depth'
+p8
+g2
+(cplasTeX.Imagers
+Dimension
+p9
+c__builtin__
+float
+p10
+F0.0
+tp11
+Rp12
+sS'depthRatio'
+p13
+I0
+sS'_height'
+p14
+g2
+(g9
+g10
+F1.0
+tp15
+Rp16
+sS'_width'
+p17
+g2
+(g9
+g10
+F1.0
+tp18
+Rp19
+sS'filename'
+p20
+Vimages/img-0001.png
+p21
+sS'_cropped'
+p22
+I01
+sS'checksum'
+p23
+S'\xa1\xcf\t\xb5\x9eP`\xf3\xbe\xcc\xdc\xf7\xa3q\x89\xf0'
+p24
+sS'path'
+p25
+V/home/jastram/workspaces/rodin-src/org.rodinp.help/latex/images/img-0001.png
+p26
+sS'alt'
+p27
+NsS'bitmap'
+p28
+g6
+sS'config'
+p29
+g2
+(cplasTeX.ConfigManager
+ConfigSection
+p30
+g4
+Ntp31
+Rp32
+(dp33
+S'data'
+p34
+(dp35
+S'save-file'
+p36
+g2
+(cplasTeX.ConfigManager.Boolean
+BooleanOption
+p37
+g4
+Ntp38
+Rp39
+(dp40
+S'category'
+p41
+(lp42
+S'images'
+p43
+asS'mandatory'
+p44
+I00
+sS'actual'
+p45
+NsS'name'
+p46
+g36
+sS'parent'
+p47
+g32
+sS'source'
+p48
+I2
+sS'default'
+p49
+I0
+sg34
+NsS'description'
+p50
+S'Should the temporary images.tex file be saved for debugging?'
+p51
+sS'summary'
+p52
+g51
+sS'callback'
+p53
+NsS'values'
+p54
+NsS'registry'
+p55
+NsS'file'
+p56
+NsS'error'
+p57
+NsS'environ'
+p58
+NsS'optional'
+p59
+NsS'options'
+p60
+S'--save-image-file !--delete-image-file'
+p61
+sS'occurrences'
+p62
+I0
+sbsS'scale-factor'
+p63
+g2
+(cplasTeX.ConfigManager.Float
+FloatOption
+p64
+g4
+Ntp65
+Rp66
+(dp67
+g41
+(lp68
+g43
+asg44
+I00
+sg45
+Nsg46
+g63
+sg47
+g32
+sg48
+I2
+sg49
+F1.0
+sg34
+Nsg50
+S'Factor to scale externally included images by'
+p69
+sg52
+g69
+sg53
+Nsg54
+Nsg55
+Nsg56
+Nsg57
+Nsg58
+Nsg59
+Nsg60
+S'--image-scale-factor'
+p70
+sg62
+I0
+sbsS'cache'
+p71
+g2
+(g37
+g4
+Ntp72
+Rp73
+(dp74
+g41
+(lp75
+g43
+asg44
+I00
+sg45
+Nsg46
+g71
+sg47
+g32
+sg48
+I2
+sg49
+I0
+sg34
+Nsg50
+S'Enable image caching between runs'
+p76
+sg52
+g76
+sg53
+Nsg54
+Nsg55
+Nsg56
+Nsg57
+Nsg58
+Nsg59
+Nsg60
+S'--enable-image-cache !--disable-image-cache'
+p77
+sg62
+I0
+sbsS'enabled'
+p78
+g2
+(g37
+g4
+Ntp79
+Rp80
+(dp81
+g41
+(lp82
+g43
+asg44
+I00
+sg45
+Nsg46
+g78
+sg47
+g32
+sg48
+I2
+sg49
+I1
+sg34
+Nsg50
+S'Enable image generation'
+p83
+sg52
+g83
+sg53
+Nsg54
+Nsg55
+Nsg56
+Nsg57
+Nsg58
+Nsg59
+Nsg60
+S'--enable-images !--disable-images'
+p84
+sg62
+I0
+sbsS'filenames'
+p85
+g2
+(cplasTeX.ConfigManager.String
+StringOption
+p86
+g4
+Ntp87
+Rp88
+(dp89
+g41
+(lp90
+g43
+asg44
+I00
+sg45
+Nsg46
+g85
+sg47
+g32
+sg48
+I2
+sg49
+Vimages/img-$num(4)
+p91
+sg59
+Nsg50
+S'Template for image filenames'
+p92
+sg52
+g92
+sg53
+Nsg54
+Nsg55
+Nsg56
+Nsg57
+Nsg58
+Nsg34
+g91
+sg60
+S'--image-filenames'
+p93
+sg62
+I0
+sbsS'vector-imager'
+p94
+g2
+(g86
+g4
+Ntp95
+Rp96
+(dp97
+g41
+(lp98
+g43
+asg44
+I00
+sg45
+Nsg46
+g94
+sg47
+g32
+sg48
+I2
+sg49
+Vnone dvisvgm
+p99
+sg59
+Nsg50
+S'LaTeX to vector image program'
+p100
+sg52
+g100
+sg53
+Nsg54
+Nsg55
+Nsg56
+Nsg57
+Nsg58
+Nsg34
+g99
+sg60
+S'--vector-imager'
+p101
+sg62
+I0
+sbsS'baseline-padding'
+p102
+g2
+(cplasTeX.ConfigManager.Integer
+IntegerOption
+p103
+g4
+Ntp104
+Rp105
+(dp106
+g41
+(lp107
+g43
+asg44
+I00
+sg45
+Nsg46
+g102
+sg47
+g32
+sg48
+I2
+sg49
+I0
+sg34
+Nsg50
+S'Amount to pad the image below the baseline'
+p108
+sg52
+g108
+sg53
+Nsg54
+Nsg55
+Nsg56
+Nsg57
+Nsg58
+Nsg59
+Nsg60
+S'--image-baseline-padding'
+p109
+sg62
+I0
+sbsS'imager'
+p110
+g2
+(g86
+g4
+Ntp111
+Rp112
+(dp113
+g41
+(lp114
+g43
+asg44
+I00
+sg45
+Nsg46
+g110
+sg47
+g32
+sg48
+I2
+sg49
+Vdvipng dvi2bitmap gspdfpng gsdvipng OSXCoreGraphics
+p115
+sg59
+Nsg50
+S'LaTeX to image program'
+p116
+sg52
+g116
+sg53
+Nsg54
+Nsg55
+Nsg56
+Nsg57
+Nsg58
+Nsg34
+g115
+sg60
+S'--imager'
+p117
+sg62
+I0
+sbsS'base-url'
+p118
+g2
+(g86
+g4
+Ntp119
+Rp120
+(dp121
+g41
+(lp122
+g43
+asg44
+I00
+sg45
+Nsg46
+g118
+sg47
+g32
+sg48
+I2
+sg49
+Nsg59
+Nsg50
+S'Base URL for all images'
+p123
+sg52
+g123
+sg53
+Nsg54
+Nsg55
+Nsg56
+Nsg57
+Nsg58
+Nsg34
+Nsg60
+S'--image-base-url'
+p124
+sg62
+I0
+sbsS'resolution'
+p125
+g2
+(g103
+g4
+Ntp126
+Rp127
+(dp128
+g41
+(lp129
+g43
+asg44
+I00
+sg45
+Nsg46
+g125
+sg47
+g32
+sg48
+I2
+sg49
+I0
+sg34
+Nsg50
+S'Resolution of images document'
+p130
+sg52
+g130
+sg53
+Nsg54
+Nsg55
+Nsg56
+Nsg57
+Nsg58
+Nsg59
+Nsg60
+S'--image-resolution'
+p131
+sg62
+I0
+sbsS'transparent'
+p132
+g2
+(g37
+g4
+Ntp133
+Rp134
+(dp135
+g41
+(lp136
+g43
+asg44
+I00
+sg45
+Nsg46
+g132
+sg47
+g32
+sg48
+I2
+sg49
+I0
+sg34
+Nsg50
+S'Specifies whether the image backgrounds should be transparent or not'
+p137
+sg52
+g137
+sg53
+Nsg54
+Nsg55
+Nsg56
+Nsg57
+Nsg58
+Nsg59
+Nsg60
+S'--transparent-images !--opaque-images'
+p138
+sg62
+I0
+sbsS'compiler'
+p139
+g2
+(g86
+g4
+Ntp140
+Rp141
+(dp142
+g41
+(lp143
+g43
+asg44
+I00
+sg45
+Nsg46
+g139
+sg47
+g32
+sg48
+I2
+sg49
+Nsg59
+Nsg50
+S'LaTeX command to use when compiling image document'
+p144
+sg52
+g144
+sg53
+Nsg54
+Nsg55
+Nsg56
+Nsg57
+Nsg58
+Nsg34
+Nsg60
+S'--image-compiler'
+p145
+sg62
+I0
+sbssg46
+g43
+sg47
+g2
+(cplasTeX.ConfigManager
+ConfigManager
+p146
+g4
+Ntp147
+Rp148
+(dp149
+S'strict'
+p150
+I1
+sS'_categories'
+p151
+(dp152
+S'files'
+p153
+S'File Handling Options'
+p154
+sg43
+S'Image Generation Options'
+p155
+sS'document'
+p156
+S'Document Options'
+p157
+ssg34
+(dp158
+g153
+g2
+(g30
+g4
+Ntp159
+Rp160
+(dp161
+g34
+(dp162
+S'input-encoding'
+p163
+g2
+(g86
+g4
+Ntp164
+Rp165
+(dp166
+g41
+(lp167
+g153
+asg44
+I00
+sg45
+Nsg46
+g163
+sg47
+g160
+sg48
+I2
+sg49
+Vutf-8
+p168
+sg59
+Nsg50
+S'Input file encoding'
+p169
+sg52
+g169
+sg53
+Nsg54
+Nsg55
+Nsg56
+Nsg57
+Nsg58
+Nsg34
+g168
+sg60
+S'--input-encoding'
+p170
+sg62
+I0
+sbsS'bad-chars'
+p171
+g2
+(g86
+g4
+Ntp172
+Rp173
+(dp174
+g41
+(lp175
+g153
+asg44
+I00
+sg45
+Nsg46
+g171
+sg47
+g160
+sg48
+I2
+sg49
+V: #$%^&*!~`"'=?/{}[]()|<>;\u005c,.
+p176
+sg59
+Nsg50
+S'Characters that should not be allowed in a filename'
+p177
+sg52
+g177
+sg53
+Nsg54
+Nsg55
+Nsg56
+Nsg57
+Nsg58
+Nsg34
+V: #$%^&*!~`"'=?/{}[]()|<>;\u005c,.
+p178
+sg60
+S'--bad-filename-chars'
+p179
+sg62
+I0
+sbsS'escape-high-chars'
+p180
+g2
+(g37
+g4
+Ntp181
+Rp182
+(dp183
+g41
+(lp184
+g153
+asg44
+I00
+sg45
+Nsg46
+g180
+sg47
+g160
+sg48
+I2
+sg49
+I0
+sg34
+Nsg50
+S'Escape characters that are higher than 7-bit'
+p185
+sg52
+g185
+sg53
+Nsg54
+Nsg55
+Nsg56
+Nsg57
+Nsg58
+Nsg59
+Nsg60
+S'--escape-high-chars'
+p186
+sg62
+I0
+sbsg20
+g2
+(g86
+g4
+Ntp187
+Rp188
+(dp189
+g41
+(lp190
+g153
+asg44
+I00
+sg45
+Nsg46
+g20
+sg47
+g160
+sg48
+I2
+sg49
+Vindex [$id, sect$num(4)]
+p191
+sg59
+Nsg50
+S'Template for output filenames'
+p192
+sg52
+g192
+sg53
+cplasTeX.Config
+setFilename
+p193
+sg54
+Nsg55
+Nsg56
+Nsg57
+Nsg58
+Nsg34
+g191
+sg60
+S'--filename'
+p194
+sg62
+I0
+sbsS'output-encoding'
+p195
+g2
+(g86
+g4
+Ntp196
+Rp197
+(dp198
+g41
+(lp199
+g153
+asg44
+I00
+sg45
+Nsg46
+g195
+sg47
+g160
+sg48
+I2
+sg49
+Vutf-8
+p200
+sg59
+Nsg50
+S'Output file encoding'
+p201
+sg52
+g201
+sg53
+Nsg54
+Nsg55
+Nsg56
+Nsg57
+Nsg58
+Nsg34
+g200
+sg60
+S'--output-encoding'
+p202
+sg62
+I0
+sbsS'split-level'
+p203
+g2
+(g103
+g4
+Ntp204
+Rp205
+(dp206
+g41
+(lp207
+g153
+asg44
+I00
+sg45
+Nsg46
+g203
+sg47
+g160
+sg48
+I2
+sg49
+I2
+sg34
+Nsg50
+S'Highest section level that generates a new file'
+p208
+sg52
+g208
+sg53
+Nsg54
+Nsg55
+Nsg56
+Nsg57
+Nsg58
+Nsg59
+Nsg60
+S'--split-level'
+p209
+sg62
+I0
+sbsS'directory'
+p210
+g2
+(g86
+g4
+Ntp211
+Rp212
+(dp213
+g41
+(lp214
+g153
+asg44
+I00
+sg45
+S'-d'
+p215
+sg46
+g210
+sg47
+g160
+sg48
+I64
+sg49
+V$jobname
+p216
+sg59
+Nsg50
+S'Directory to put output files into'
+p217
+sg52
+g217
+sg53
+Nsg54
+Nsg55
+Nsg56
+Nsg57
+Nsg58
+Nsg34
+V/home/jastram/workspaces/rodin-src/org.rodinp.help/latex
+p218
+sg60
+S'--dir -d'
+p219
+sg62
+I1
+sbsS'bad-chars-sub'
+p220
+g2
+(g86
+g4
+Ntp221
+Rp222
+(dp223
+g41
+(lp224
+g153
+asg44
+I00
+sg45
+Nsg46
+g220
+sg47
+g160
+sg48
+I2
+sg49
+V-
+p225
+sg59
+Nsg50
+S'Character that should be used instead of an illegal character'
+p226
+sg52
+g226
+sg53
+Nsg54
+Nsg55
+Nsg56
+Nsg57
+Nsg58
+Nsg34
+g225
+sg60
+S'--bad-filename-chars-sub'
+p227
+sg62
+I0
+sbssg46
+g153
+sg47
+g148
+sbsS'links'
+p228
+g2
+(g30
+g4
+Ntp229
+Rp230
+(dp231
+g34
+(dp232
+S';links'
+p233
+g2
+(cplasTeX.ConfigManager.Compound
+CompoundOption
+p234
+g4
+Ntp235
+Rp236
+(dp237
+g41
+(lp238
+g156
+asg44
+I00
+sg45
+Nsg46
+g233
+sg47
+g230
+sg48
+I2
+sg49
+Nsg59
+Nsg50
+S'Set links for use in navigation'
+p239
+sg52
+g239
+sg53
+cplasTeX.Config
+setlinks
+p240
+sg54
+Nsg55
+Nsg56
+Nsg57
+Nsg58
+Nsg34
+Nsg60
+S'--link'
+p241
+sg62
+I0
+sbssg46
+g228
+sg47
+g148
+sbsS'DEFAULT'
+p242
+g2
+(g30
+g4
+Ntp243
+Rp244
+(dp245
+g34
+(dp246
+sg46
+g242
+sg47
+g148
+sbsS'general'
+p247
+g2
+(g30
+g4
+Ntp248
+Rp249
+(dp250
+g34
+(dp251
+S'paux-dirs'
+p252
+g2
+(cplasTeX.ConfigManager.Multi
+MultiOption
+p253
+g4
+Ntp254
+Rp255
+(dp256
+g44
+I00
+sS'delim'
+p257
+S','
+p258
+sg62
+I0
+sg56
+Nsg41
+(lp259
+sg34
+(lp260
+sg48
+I4
+sS'template'
+p261
+g2
+(g86
+g4
+Ntp262
+Rp263
+(dp264
+g41
+(lp265
+sg44
+I00
+sg45
+Nsg46
+Nsg48
+I2
+sg49
+Nsg59
+Nsg50
+Nsg52
+Nsg53
+Nsg54
+Nsg55
+Nsg56
+Nsg57
+Nsg58
+Nsg34
+Nsg60
+S'--paux-dirs'
+p266
+sg62
+I0
+sbsg58
+Nsg50
+S'Directories where *.paux files should be loaded from.'
+p267
+sg47
+g249
+sg55
+Nsg59
+(lp268
+sg45
+Nsg46
+g252
+sg49
+(lp269
+sg52
+g267
+sg53
+NsS'range'
+p270
+(lp271
+I1
+aS'*'
+p272
+asg54
+Nsg57
+Nsg60
+g266
+sbsS'kpsewhich'
+p273
+g2
+(g86
+g4
+Ntp274
+Rp275
+(dp276
+g41
+(lp277
+sg44
+I00
+sg45
+Nsg46
+g273
+sg47
+g249
+sg48
+I2
+sg49
+Vkpsewhich
+p278
+sg59
+Nsg50
+S'Program which locates LaTeX files and packages'
+p279
+sg52
+g279
+sg53
+Nsg54
+Nsg55
+Nsg56
+Nsg57
+Nsg58
+Nsg34
+g278
+sg60
+S'--kpsewhich'
+p280
+sg62
+I0
+sbsS'copy-theme-extras'
+p281
+g2
+(g37
+g4
+Ntp282
+Rp283
+(dp284
+g41
+(lp285
+sg44
+I00
+sg45
+Nsg46
+g281
+sg47
+g249
+sg48
+I2
+sg49
+I1
+sg34
+Nsg50
+S'Copy files associated with the theme to the output directory'
+p286
+sg52
+g286
+sg53
+Nsg54
+Nsg55
+Nsg56
+Nsg57
+Nsg58
+Nsg59
+Nsg60
+S'--copy-theme-extras !--no-theme-extras'
+p287
+sg62
+I0
+sbsS'theme'
+p288
+g2
+(g86
+g4
+Ntp289
+Rp290
+(dp291
+g41
+(lp292
+sg44
+I00
+sg45
+S'--theme'
+p293
+sg46
+g288
+sg47
+g249
+sg48
+I64
+sg49
+Vdefault
+p294
+sg59
+Nsg50
+S'Theme for the renderer to use'
+p295
+sg52
+g295
+sg53
+Nsg54
+Nsg55
+Nsg56
+Nsg57
+Nsg58
+Nsg34
+Vrodin-theme-html
+p296
+sg60
+S'--theme'
+p297
+sg62
+I1
+sbsS'renderer'
+p298
+g2
+(g86
+g4
+Ntp299
+Rp300
+(dp301
+g41
+(lp302
+sg44
+I00
+sg45
+Nsg46
+g298
+sg47
+g249
+sg48
+I2
+sg49
+VXHTML
+p303
+sg59
+Nsg50
+S'Renderer to use for conversion'
+p304
+sg52
+g304
+sg53
+Nsg54
+Nsg55
+Nsg56
+Nsg57
+Nsg58
+Nsg34
+g303
+sg60
+S'--renderer'
+p305
+sg62
+I0
+sbsg29
+g2
+(g86
+g4
+Ntp306
+Rp307
+(dp308
+g41
+(lp309
+sg44
+I00
+sg45
+Nsg46
+g29
+sg47
+g249
+sg48
+I2
+sg49
+Nsg59
+Nsg50
+S'Load additional configuration file\n\nThis configuration file will be loaded during the processing of\ncommand-line options.  However, configuration files cannot override\ncommand-line options.  So no matter what is in the configuration file,\nif an option is specified on the command-line, it will always win.\nTo eliminate any confusion, this should generally be the first\nargument.'
+p310
+sg52
+S'Load additional configuration file'
+p311
+sg53
+cplasTeX.Config
+readconfig
+p312
+sg54
+Nsg55
+Nsg56
+Nsg57
+Nsg58
+Nsg34
+Nsg60
+S'--config -c'
+p313
+sg62
+I0
+sbssg46
+g247
+sg47
+g148
+sbsg43
+g32
+sg156
+g2
+(g30
+g4
+Ntp314
+Rp315
+(dp316
+g34
+(dp317
+S'toc-depth'
+p318
+g2
+(g103
+g4
+Ntp319
+Rp320
+(dp321
+g41
+(lp322
+g156
+asg44
+I00
+sg45
+Nsg46
+g318
+sg47
+g315
+sg48
+I2
+sg49
+I3
+sg34
+Nsg50
+S'Number of levels to display in the table of contents'
+p323
+sg52
+g323
+sg53
+Nsg54
+Nsg55
+Nsg56
+Nsg57
+Nsg58
+Nsg59
+Nsg60
+S'--toc-depth'
+p324
+sg62
+I0
+sbsS'toc-non-files'
+p325
+g2
+(g37
+g4
+Ntp326
+Rp327
+(dp328
+g41
+(lp329
+g156
+asg44
+I00
+sg45
+Nsg46
+g325
+sg47
+g315
+sg48
+I2
+sg49
+I0
+sg34
+Nsg50
+S'Display sections that do not create files in the table of contents'
+p330
+sg52
+g330
+sg53
+Nsg54
+Nsg55
+Nsg56
+Nsg57
+Nsg58
+Nsg59
+Nsg60
+S'--toc-non-files'
+p331
+sg62
+I0
+sbsS'lang-terms'
+p332
+g2
+(g86
+g4
+Ntp333
+Rp334
+(dp335
+g41
+(lp336
+g156
+asg44
+I00
+sg45
+Nsg46
+g332
+sg47
+g315
+sg48
+I2
+sg49
+V
+p337
+sg59
+Nsg50
+S"Specifies a ':' delimited list of files that contain language terms"
+p338
+sg52
+g338
+sg53
+Nsg54
+Nsg55
+Nsg56
+Nsg57
+Nsg58
+Nsg34
+g337
+sg60
+S'--lang-terms'
+p339
+sg62
+I0
+sbsS'title'
+p340
+g2
+(g86
+g4
+Ntp341
+Rp342
+(dp343
+g41
+(lp344
+g156
+asg44
+I00
+sg45
+Nsg46
+g340
+sg47
+g315
+sg48
+I2
+sg49
+Nsg59
+Nsg50
+S'Title for the document\n\nThis option specifies a title to use instead of the title\nspecified in the LaTeX document.'
+p345
+sg52
+S'Title for the document'
+p346
+sg53
+Nsg54
+Nsg55
+Nsg56
+Nsg57
+Nsg58
+Nsg34
+Nsg60
+S'--title'
+p347
+sg62
+I0
+sbsS'sec-num-depth'
+p348
+g2
+(g103
+g4
+Ntp349
+Rp350
+(dp351
+g41
+(lp352
+g156
+asg44
+I00
+sg45
+Nsg46
+g348
+sg47
+g315
+sg48
+I2
+sg49
+I2
+sg34
+Nsg50
+S'Maximum section depth to display section numbers'
+p353
+sg52
+g353
+sg53
+Nsg54
+Nsg55
+Nsg56
+Nsg57
+Nsg58
+Nsg59
+Nsg60
+S'--sec-num-depth'
+p354
+sg62
+I0
+sbsS'index-columns'
+p355
+g2
+(g103
+g4
+Ntp356
+Rp357
+(dp358
+g41
+(lp359
+g156
+asg44
+I00
+sg45
+Nsg46
+g355
+sg47
+g315
+sg48
+I2
+sg49
+I2
+sg34
+Nsg50
+S'Number of columns to split the index entries into'
+p360
+sg52
+g360
+sg53
+Nsg54
+Nsg55
+Nsg56
+Nsg57
+Nsg58
+Nsg59
+Nsg60
+S'--index-columns'
+p361
+sg62
+I0
+sbsg118
+g2
+(g86
+g4
+Ntp362
+Rp363
+(dp364
+g41
+(lp365
+g156
+asg44
+I00
+sg45
+Nsg46
+g118
+sg47
+g315
+sg48
+I2
+sg49
+Nsg59
+Nsg50
+S'Base URL for inter-node links'
+p366
+sg52
+g366
+sg53
+Nsg54
+Nsg55
+Nsg56
+Nsg57
+Nsg58
+Nsg34
+Nsg60
+S'--base-url'
+p367
+sg62
+I0
+sbssg46
+g156
+sg47
+g148
+sbsS'counters'
+p368
+g2
+(g30
+g4
+Ntp369
+Rp370
+(dp371
+g34
+(dp372
+S';counters'
+p373
+g2
+(g234
+g4
+Ntp374
+Rp375
+(dp376
+g41
+(lp377
+g156
+asg44
+I00
+sg45
+Nsg46
+g373
+sg47
+g370
+sg48
+I2
+sg49
+Nsg59
+Nsg50
+S'Set initial counter values'
+p378
+sg52
+g378
+sg53
+cplasTeX.Config
+setcounter
+p379
+sg54
+Nsg55
+Nsg56
+Nsg57
+Nsg58
+Nsg34
+Nsg60
+S'--counter'
+p380
+sg62
+I0
+sbssg46
+g368
+sg47
+g148
+sbssS'unrecognized'
+p381
+(lp382
+sbsbsS'longdesc'
+p383
+Nsbs.
\ No newline at end of file
diff --git a/org.rodinp.handbook.feature/latex/.creative-commons.tex.ini b/org.rodinp.handbook.feature/latex/.creative-commons.tex.ini
new file mode 100644
index 0000000000000000000000000000000000000000..3038328756a502f50e18861cf7bb73c9465a0586
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/.creative-commons.tex.ini
@@ -0,0 +1,3 @@
+[LATEX]
+master-filename = rodin-doc.tex
+
diff --git a/org.rodinp.handbook.feature/latex/.faq.tex.ini b/org.rodinp.handbook.feature/latex/.faq.tex.ini
new file mode 100644
index 0000000000000000000000000000000000000000..3038328756a502f50e18861cf7bb73c9465a0586
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/.faq.tex.ini
@@ -0,0 +1,3 @@
+[LATEX]
+master-filename = rodin-doc.tex
+
diff --git a/org.rodinp.handbook.feature/latex/.faq.tex.properties.xml b/org.rodinp.handbook.feature/latex/.faq.tex.properties.xml
new file mode 100644
index 0000000000000000000000000000000000000000..c24a61125fca29cdaebeed0eeecc0810575d1de2
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/.faq.tex.properties.xml
@@ -0,0 +1 @@
+<?xml version="1.0" ?><properties><property key="MasterFilename" value="rodin-doc.tex"/></properties>
\ No newline at end of file
diff --git a/org.rodinp.handbook.feature/latex/.makros.tex.ini b/org.rodinp.handbook.feature/latex/.makros.tex.ini
new file mode 100644
index 0000000000000000000000000000000000000000..3038328756a502f50e18861cf7bb73c9465a0586
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/.makros.tex.ini
@@ -0,0 +1,3 @@
+[LATEX]
+master-filename = rodin-doc.tex
+
diff --git a/org.rodinp.handbook.feature/latex/.plastex-b2latex.sty.properties.xml b/org.rodinp.handbook.feature/latex/.plastex-b2latex.sty.properties.xml
new file mode 100644
index 0000000000000000000000000000000000000000..c24a61125fca29cdaebeed0eeecc0810575d1de2
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/.plastex-b2latex.sty.properties.xml
@@ -0,0 +1 @@
+<?xml version="1.0" ?><properties><property key="MasterFilename" value="rodin-doc.tex"/></properties>
\ No newline at end of file
diff --git a/org.rodinp.handbook.feature/latex/.plastex-bsymb.sty.properties.xml b/org.rodinp.handbook.feature/latex/.plastex-bsymb.sty.properties.xml
new file mode 100644
index 0000000000000000000000000000000000000000..c24a61125fca29cdaebeed0eeecc0810575d1de2
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/.plastex-bsymb.sty.properties.xml
@@ -0,0 +1 @@
+<?xml version="1.0" ?><properties><property key="MasterFilename" value="rodin-doc.tex"/></properties>
\ No newline at end of file
diff --git a/org.rodinp.handbook.feature/latex/.reference-01.tex.ini b/org.rodinp.handbook.feature/latex/.reference-01.tex.ini
new file mode 100644
index 0000000000000000000000000000000000000000..3038328756a502f50e18861cf7bb73c9465a0586
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/.reference-01.tex.ini
@@ -0,0 +1,3 @@
+[LATEX]
+master-filename = rodin-doc.tex
+
diff --git a/org.rodinp.handbook.feature/latex/.reference-02.tex.ini b/org.rodinp.handbook.feature/latex/.reference-02.tex.ini
new file mode 100644
index 0000000000000000000000000000000000000000..3038328756a502f50e18861cf7bb73c9465a0586
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/.reference-02.tex.ini
@@ -0,0 +1,3 @@
+[LATEX]
+master-filename = rodin-doc.tex
+
diff --git a/org.rodinp.handbook.feature/latex/.reference-03.tex.ini b/org.rodinp.handbook.feature/latex/.reference-03.tex.ini
new file mode 100644
index 0000000000000000000000000000000000000000..3038328756a502f50e18861cf7bb73c9465a0586
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/.reference-03.tex.ini
@@ -0,0 +1,3 @@
+[LATEX]
+master-filename = rodin-doc.tex
+
diff --git a/org.rodinp.handbook.feature/latex/.reference.tex.properties.xml b/org.rodinp.handbook.feature/latex/.reference.tex.properties.xml
new file mode 100644
index 0000000000000000000000000000000000000000..c24a61125fca29cdaebeed0eeecc0810575d1de2
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/.reference.tex.properties.xml
@@ -0,0 +1 @@
+<?xml version="1.0" ?><properties><property key="MasterFilename" value="rodin-doc.tex"/></properties>
\ No newline at end of file
diff --git a/org.rodinp.handbook.feature/latex/.rodin-doc.tex.properties.xml b/org.rodinp.handbook.feature/latex/.rodin-doc.tex.properties.xml
new file mode 100644
index 0000000000000000000000000000000000000000..c24a61125fca29cdaebeed0eeecc0810575d1de2
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/.rodin-doc.tex.properties.xml
@@ -0,0 +1 @@
+<?xml version="1.0" ?><properties><property key="MasterFilename" value="rodin-doc.tex"/></properties>
\ No newline at end of file
diff --git a/org.rodinp.handbook.feature/latex/.style-guide.tex.ini b/org.rodinp.handbook.feature/latex/.style-guide.tex.ini
new file mode 100644
index 0000000000000000000000000000000000000000..3038328756a502f50e18861cf7bb73c9465a0586
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/.style-guide.tex.ini
@@ -0,0 +1,3 @@
+[LATEX]
+master-filename = rodin-doc.tex
+
diff --git a/org.rodinp.handbook.feature/latex/.style-guide.tex.properties.xml b/org.rodinp.handbook.feature/latex/.style-guide.tex.properties.xml
new file mode 100644
index 0000000000000000000000000000000000000000..c24a61125fca29cdaebeed0eeecc0810575d1de2
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/.style-guide.tex.properties.xml
@@ -0,0 +1 @@
+<?xml version="1.0" ?><properties><property key="MasterFilename" value="rodin-doc.tex"/></properties>
\ No newline at end of file
diff --git a/org.rodinp.handbook.feature/latex/.tutorial-01.tex.ini b/org.rodinp.handbook.feature/latex/.tutorial-01.tex.ini
new file mode 100644
index 0000000000000000000000000000000000000000..3038328756a502f50e18861cf7bb73c9465a0586
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/.tutorial-01.tex.ini
@@ -0,0 +1,3 @@
+[LATEX]
+master-filename = rodin-doc.tex
+
diff --git a/org.rodinp.handbook.feature/latex/.tutorial-02.tex.ini b/org.rodinp.handbook.feature/latex/.tutorial-02.tex.ini
new file mode 100644
index 0000000000000000000000000000000000000000..3038328756a502f50e18861cf7bb73c9465a0586
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/.tutorial-02.tex.ini
@@ -0,0 +1,3 @@
+[LATEX]
+master-filename = rodin-doc.tex
+
diff --git a/org.rodinp.handbook.feature/latex/.tutorial-03.tex.ini b/org.rodinp.handbook.feature/latex/.tutorial-03.tex.ini
new file mode 100644
index 0000000000000000000000000000000000000000..3038328756a502f50e18861cf7bb73c9465a0586
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/.tutorial-03.tex.ini
@@ -0,0 +1,3 @@
+[LATEX]
+master-filename = rodin-doc.tex
+
diff --git a/org.rodinp.handbook.feature/latex/.tutorial-04.tex.ini b/org.rodinp.handbook.feature/latex/.tutorial-04.tex.ini
new file mode 100644
index 0000000000000000000000000000000000000000..3038328756a502f50e18861cf7bb73c9465a0586
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/.tutorial-04.tex.ini
@@ -0,0 +1,3 @@
+[LATEX]
+master-filename = rodin-doc.tex
+
diff --git a/org.rodinp.handbook.feature/latex/.tutorial-05.tex.ini b/org.rodinp.handbook.feature/latex/.tutorial-05.tex.ini
new file mode 100644
index 0000000000000000000000000000000000000000..3038328756a502f50e18861cf7bb73c9465a0586
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/.tutorial-05.tex.ini
@@ -0,0 +1,3 @@
+[LATEX]
+master-filename = rodin-doc.tex
+
diff --git a/org.rodinp.handbook.feature/latex/.tutorial-06.tex.ini b/org.rodinp.handbook.feature/latex/.tutorial-06.tex.ini
new file mode 100644
index 0000000000000000000000000000000000000000..3038328756a502f50e18861cf7bb73c9465a0586
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/.tutorial-06.tex.ini
@@ -0,0 +1,3 @@
+[LATEX]
+master-filename = rodin-doc.tex
+
diff --git a/org.rodinp.handbook.feature/latex/.tutorial-07.tex.ini b/org.rodinp.handbook.feature/latex/.tutorial-07.tex.ini
new file mode 100644
index 0000000000000000000000000000000000000000..3038328756a502f50e18861cf7bb73c9465a0586
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/.tutorial-07.tex.ini
@@ -0,0 +1,3 @@
+[LATEX]
+master-filename = rodin-doc.tex
+
diff --git a/org.rodinp.handbook.feature/latex/.tutorial-08.tex.ini b/org.rodinp.handbook.feature/latex/.tutorial-08.tex.ini
new file mode 100644
index 0000000000000000000000000000000000000000..3038328756a502f50e18861cf7bb73c9465a0586
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/.tutorial-08.tex.ini
@@ -0,0 +1,3 @@
+[LATEX]
+master-filename = rodin-doc.tex
+
diff --git a/org.rodinp.handbook.feature/latex/.tutorial-10.tex.ini b/org.rodinp.handbook.feature/latex/.tutorial-10.tex.ini
new file mode 100644
index 0000000000000000000000000000000000000000..3038328756a502f50e18861cf7bb73c9465a0586
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/.tutorial-10.tex.ini
@@ -0,0 +1,3 @@
+[LATEX]
+master-filename = rodin-doc.tex
+
diff --git a/org.rodinp.handbook.feature/latex/.tutorial-11.tex.ini b/org.rodinp.handbook.feature/latex/.tutorial-11.tex.ini
new file mode 100644
index 0000000000000000000000000000000000000000..3038328756a502f50e18861cf7bb73c9465a0586
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/.tutorial-11.tex.ini
@@ -0,0 +1,3 @@
+[LATEX]
+master-filename = rodin-doc.tex
+
diff --git a/org.rodinp.handbook.feature/latex/.tutorial.tex.ini b/org.rodinp.handbook.feature/latex/.tutorial.tex.ini
new file mode 100644
index 0000000000000000000000000000000000000000..3038328756a502f50e18861cf7bb73c9465a0586
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/.tutorial.tex.ini
@@ -0,0 +1,3 @@
+[LATEX]
+master-filename = rodin-doc.tex
+
diff --git a/org.rodinp.handbook.feature/latex/.tutorial.tex.properties.xml b/org.rodinp.handbook.feature/latex/.tutorial.tex.properties.xml
new file mode 100644
index 0000000000000000000000000000000000000000..c24a61125fca29cdaebeed0eeecc0810575d1de2
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/.tutorial.tex.properties.xml
@@ -0,0 +1 @@
+<?xml version="1.0" ?><properties><property key="MasterFilename" value="rodin-doc.tex"/></properties>
\ No newline at end of file
diff --git a/org.rodinp.handbook.feature/latex/b2latex.sty b/org.rodinp.handbook.feature/latex/b2latex.sty
new file mode 100644
index 0000000000000000000000000000000000000000..ef66fa8d71d936a976b720bb2d55cc37ec045d9b
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/b2latex.sty
@@ -0,0 +1,122 @@
+%-------------------------------------------------------------------
+% This is b2latex.sty, generated by B2Latex plugin on Rodin
+% Author: K. DAMCHOOM, kd06r@ecs.soton.ac.uk
+% Copyright(c)2008 ECS @ University of Southampton
+%-------------------------------------------------------------------
+% This style file is required for all latex files generated by the
+% B2Latex plugin 0.5.x.
+% Each command mentioned below, can be modified for your own style
+% but command names are not allowed.
+%
+%-------------------------------------------------------------------
+% Defined colors.
+%-------------------------------------------------------------------
+\usepackage{color}
+\definecolor{keycolor}{rgb}{0,0,0.7}  %color of key words, blue is the default
+\definecolor{labelcolor}{rgb}{0,0.4,0.8}  %color of labels, cyan
+\definecolor{codecolor}{rgb}{0,0.2,0}  %color of formulas, black
+\definecolor{xcodecolor}{rgb}{0,0,0}  %color of extended formulas, black
+\definecolor{cmtcolor}{rgb}{0,0,0}  %color of comments, black
+%-------------------------------------------------------------------
+\newcommand{\paraSpc} {\hspace*{\fill} \setlength{\parskip}{-2pt}} % reduce space between paras
+%-------------------------------------------------------------------
+\newcommand{\itemSpc} {\setlength{\itemsep}{-0pt}} % reduce space between para items
+%-------------------------------------------------------------------
+% Special commands for MACHINE 
+%-------------------------------------------------------------------
+\newcommand{\MACHINE}[1] { \item[\textcolor{keycolor}{MACHINE }] #1 \paraSpc }
+
+\newcommand{\REFINES}[1]{ \item[\textcolor{keycolor}{REFINES }] #1 \paraSpc }
+
+\newcommand{\SEES}[1]{ \item[\textcolor{keycolor}{SEES }] #1 \paraSpc }
+
+\newcommand{\VARIABLES}{\item[\textcolor{keycolor}{VARIABLES}] \paraSpc }
+
+\newcommand{\INVARIANTS}{  \item[\textcolor{keycolor}{INVARIANTS}] \paraSpc }
+
+\newcommand{\VARIANT}{ \item[\textcolor{keycolor}{VARIANT}] \paraSpc }
+
+\newcommand{\EVENTS}{  \item[\textcolor{keycolor}{EVENTS}] \paraSpc }
+
+\newcommand{\INITIALISATION}{  \item[\textcolor{keycolor}{Initialisation}] \paraSpc }
+
+\newcommand{\EVT}[1]{  \item[\textcolor{keycolor}{Event }] \textit{#1} $\defi$ \paraSpc } % opt1
+% Option: deactivate above command and reactivate 
+% the command below to display only event name
+%\newcommand{\EVT}[1]{  \item[\textit{#1}] $\defi$ \paraSpc } % opt2
+
+\newcommand{\REF}[1]{ \item[\textcolor{keycolor}{refines}] \textit{#1} \paraSpc }
+
+\newcommand{\EXTD}[1]{ \item[\textcolor{keycolor}{extends}] \textit{#1} \paraSpc }
+
+\newcommand{\Status}[1]{ \item[\textcolor{keycolor}{Status}] #1 \paraSpc }
+
+\newcommand{\AnyPrm}{ \item[\textcolor{keycolor}{any}] \paraSpc \itemSpc }
+
+\newcommand{\WhereGrd}{ \item[\textcolor{keycolor}{where}] \paraSpc \itemSpc }
+
+\newcommand{\WhenGrd}{ \item[\textcolor{keycolor}{when}] \paraSpc \itemSpc }
+
+\newcommand{\Witnesses}{ \item[\textcolor{keycolor}{with}] \paraSpc \itemSpc }
+
+\newcommand{\ThenAct}{ \item[\textcolor{keycolor}{then}] \paraSpc \itemSpc }
+
+\newcommand{\BeginAct}{ \item[\textcolor{keycolor}{begin}] \paraSpc \itemSpc }
+
+\newcommand{\EndAct}{ \item[\textcolor{keycolor}{end}] \paraSpc }
+
+%-------------------------------------------------------------------
+% Special commands for CONTEXT 
+%-------------------------------------------------------------------
+
+\newcommand{\CONTEXT}[1]{  \item[\textcolor{keycolor}{CONTEXT }] #1 \paraSpc }
+
+\newcommand{\EXTENDS}[1]{ \item[\textcolor{keycolor}{EXTENDS }] #1 \paraSpc }
+
+\newcommand{\SETS}{ \item[\textcolor{keycolor}{SETS}] \paraSpc }
+
+\newcommand{\CONSTANTS}{ \item[\textcolor{keycolor}{CONSTANTS}] \paraSpc }
+
+\newcommand{\THEOREMS}{ \item[\textcolor{keycolor}{THEOREMS}] \paraSpc }
+
+\newcommand{\AXIOMS}{ \item[\textcolor{keycolor}{AXIOMS}] \paraSpc }
+
+%-------------------------------------------------------------------
+% General commands used in both machines and contexts
+%-------------------------------------------------------------------
+
+% Specification Title
+\newcommand{\BTitle}[3]{
+\item[\fbox{\parbox{6in}{\centering{~\\An Event-B Specification of #1
+\\Creation Date: #2 @ #3\\}}}]
+}
+% End of MACHINE or CONTEXT
+\newcommand{\END}{ \item[\textcolor{keycolor}{END}] \hspace*{\fill} }
+
+% Printing non-labelled elements
+% (i.e. variables, sets and constants)
+\newcommand{\Item}[1]{ \item[\textcolor{codecolor}{$\tt#1$}] \itemSpc }
+\newcommand{\ItemX}[1]{ \item[\textcolor{xcodecolor}{$\it#1$}] \itemSpc }
+
+% Printing an element with label name
+% (i.e. invariants, theorems, axioms, witnesses and actions)
+% parameter #1 is a label name and #2 is its content
+\newcommand{\nItem}[2]{ \item[\textcolor{labelcolor}{$\tt #1:$}] \textcolor{codecolor}{$\tt #2$} \itemSpc } % opt1
+\newcommand{\nItemX}[2]{ \item[\textcolor{labelcolor}{$\tt #1:$}] \textcolor{xcodecolor}{$\it #2$} \itemSpc } % opt1
+% Below is an alternative command for printing with no label
+%\newcommand{\nItem}[2]{ \item[] $#2$} % opt2
+
+% Commentations, reselect the second option for displaying asterisks
+% - Newline comment 
+\newcommand{\cmt}[1]{ \hspace*{\fill}\\\textcolor{cmtcolor}{ #1}} %opt1 
+%\newcommand{\cmt}[1]{ \hspace*{\fill}\\ $/\ast$ #1 $\ast/$} % opt2
+
+% - Back Comment, for variables, sets and constants
+\newcommand{\bcmt}[1]{~~~ \textcolor{cmtcolor}{#1}} %opt1 
+%\newcommand{\bcmt}[1]{~~~ $/\ast$ #1 $\ast/$} %opt2
+% Select opt3 or opt4 (including asterisks) if you want to display this kind of comments
+% on the newline like the newline comment
+%\newcommand{\bcmt}[1]{ \hspace*{\fill}\\ #1} %opt3 
+%\newcommand{\bcmt}[1]{ \hspace*{\fill}\\ $/\ast$ #1 $\ast/$} % opt4
+
+%-------------------------------------------------------------------
diff --git a/org.rodinp.handbook.feature/latex/bsymb.sty b/org.rodinp.handbook.feature/latex/bsymb.sty
new file mode 100644
index 0000000000000000000000000000000000000000..3e446a61f1a65ebc5a56db5bfe8c37c0db390cad
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/bsymb.sty
@@ -0,0 +1,101 @@
+%%
+%% This is file `bsymb.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% bsymb.dtx  (with options: `package')
+%% 
+%% This is a generated file.
+%% 
+%% Copyright (C) 2004 by Laurent Voisin <laurent.voisin at inf.ethz.ch>
+%% 
+%% This file may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.3
+%% of this license or (at your option) any later version.
+%% The latest version of this license is in:
+%% 
+%%    http://www.latex-project.org/lppl.txt
+%% 
+%% and version 1.3 or later is part of all distributions of LaTeX
+%% version 2003/12/01 or later.
+%% 
+\NeedsTeXFormat{LaTeX2e}[1999/06/01]
+\ProvidesPackage{bsymb}
+   [2005/04/27 v1.5 Symbols for the B language]
+\RequirePackageWithOptions{amssymb}
+\newcommand\bsymb@defop[2]{
+  \newcommand{#1}{\mathop{#2}\nolimits}
+}
+\newcommand\bsymb@deford[2]{
+  \newcommand{#1}{\mathord{#2}}
+}
+\bsymb@deford{\bfalse}{\bot}
+\bsymb@deford{\btrue}{\top}
+\newcommand{\limp}{\mathbin\Rightarrow}
+\newcommand{\leqv}{\mathbin\Leftrightarrow}
+\bsymb@deford{\qdot}{\mkern1mu\cdot\mkern1mu}
+\newcommand\defi{\mathrel{\widehat=}}
+
+\bsymb@defop{\pow}{\mathbb P\hbox{}}
+\bsymb@defop{\pown}{\mathbb P_1}
+\newcommand{\cprod}{\mathbin\times}
+\newcommand{\bunion}{\mathbin{\mkern1mu\cup\mkern1mu}}
+\newcommand{\binter}{\mathbin{\mkern1mu\cap\mkern1mu}}
+\bsymb@defop{\union}{\mathrm{union}}
+\bsymb@defop{\inter}{\mathrm{inter}}
+\newcommand{\Union}{\bigcup\nolimits}
+\newcommand{\Inter}{\bigcap\nolimits}
+\renewcommand{\emptyset}{\mathord\varnothing}
+\newcommand{\rel}{\mathbin\leftrightarrow}
+\newcommand{\trel}{\mathbin{\leftarrow\mkern-14mu\leftrightarrow}}
+\newcommand{\srel}{\mathbin{\leftrightarrow\mkern-14mu\rightarrow}}
+\newcommand{\strel}{\mathbin{\leftrightarrow\mkern-14mu\leftrightarrow}}
+\bsymb@defop{\dom}{\mathrm{dom}}
+\bsymb@defop{\ran}{\mathrm{ran}}
+\newcommand{\fcomp}{\mathbin;}
+\newcommand{\bcomp}{\circ}
+\bsymb@defop{\id}{\mathrm{id}}
+\newcommand{\domres}{\mathbin\lhd}
+\newcommand{\domsub}{\mathbin{\lhd\mkern-14mu-}}
+\newcommand{\ranres}{\mathbin\rhd}
+\newcommand{\ransub}{\mathbin{\rhd\mkern-14mu-}}
+\newcommand{\ovl}{\mathbin{\lhd\mkern-9mu-}}
+\newcommand{\dprod}{\mathbin\otimes}
+\bsymb@defop{\prjone}{\mathrm{prj}_1}
+\bsymb@defop{\prjtwo}{\mathrm{prj}_2}
+\newcommand{\pprod}{\mathbin\|}
+\newcommand{\bsymb@partial}[2]{
+  \mathbin{\mkern#2mu\mapstochar\mkern-#2mu#1}
+}
+\newcommand{\pfun}{\bsymb@partial\rightarrow6}
+\newcommand{\tfun}{\mathbin\rightarrow}
+\newcommand{\pinj}{\bsymb@partial\rightarrowtail9}
+\newcommand{\tinj}{\mathbin\rightarrowtail}
+\newcommand{\psur}{\bsymb@partial\twoheadrightarrow6}
+\newcommand{\tsur}{\mathbin\twoheadrightarrow}
+\newcommand{\tbij}{\mathbin{
+      \rightarrowtail
+      \mkern-18mu\twoheadrightarrow}
+}
+\bsymb@defop{\fin}{\mathbb F\hbox{}}
+\bsymb@defop{\finn}{\mathbb F_1}
+\bsymb@deford{\nat}{\mathbb N}
+\bsymb@deford{\natn}{\mathbb N_1}
+\bsymb@deford{\intg}{\mathbb Z}
+\bsymb@defop{\card}{\mathrm{card}}
+\newcommand{\upto}{\mathbin{.\mkern1mu.}}
+\bsymb@defop{\upred}{\mathrm{pred}}
+\bsymb@defop{\usucc}{\mathrm{succ}}
+\newcommand\expn{\mathbin{\widehat{\enskip}}}
+\bsymb@deford{\Bool}{\mathrm{BOOL}}
+\bsymb@deford{\True}{\mathrm{TRUE}}
+\bsymb@deford{\False}{\mathrm{FALSE}}
+\bsymb@defop{\bool}{\mathrm{bool}}
+\newcommand{\bcmeq}{\mathrel{:\mkern1mu=}}
+\newcommand{\bcmin}{\mathrel{:\mkern1mu\in}}
+\newcommand{\bcmsuch}{\mathrel{:\mkern1mu\mid}}
+
+\endinput
+%%
+%% End of file `bsymb.sty'.
diff --git a/org.rodinp.handbook.feature/latex/config.tex b/org.rodinp.handbook.feature/latex/config.tex
new file mode 100644
index 0000000000000000000000000000000000000000..558d6680f95b4c7acc14840364bedb6c5f982d54
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/config.tex
@@ -0,0 +1,12 @@
+% Rodin Handbook Version
+\newcommand{\versionnr}{2.8}
+
+% Rodin Handbook Version Path. "current" is the newest version of the handbook. This should be changed if we want to build a handbook for another (i.e. older version)
+\newcommand{\versionpath}{current}
+
+% Absolute path to handbook
+\newcommand{\handbookpath}{http://handbook.event-b.org}
+
+% We generate an index
+\makeindex
+
diff --git a/org.rodinp.handbook.feature/latex/creative-commons.tex b/org.rodinp.handbook.feature/latex/creative-commons.tex
new file mode 100644
index 0000000000000000000000000000000000000000..e222348475c9f1664a3c50c1005d453343971c35
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/creative-commons.tex
@@ -0,0 +1,13 @@
+\section{Creative Commons Legal Code}
+\label{sec:cc}        
+
+The work presented here is the result of a collaborative effort
+that took many years.  To ensure that access to this work stays free
+and to avoid any legal ambiguities, we have decided to formally license
+it under the Creative Commons Share-Alike License.
+
+This work, except the cover image, is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. To view a copy of this license, visit \href{http://creativecommons.org/licenses/by-sa/3.0/}{creative\-com\-mons.org/\-licenses/\-by-sa/3.0/} or send a letter to Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.
+
+The cover image of a Rodin statue was created by Miikka Skaffari (\href{http://www.skaffari.fi/}{www.skaf\-fari.fi}).  It is licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License.  To view a copy of this license, visit \href{http://creativecommons.org/licenses/by-sa/3.0/}{creative\-com\-mons.org/\-licenses/\-by-sa/3.0/} or send a letter to Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.
+
+
diff --git a/org.rodinp.handbook.feature/latex/faq.tex b/org.rodinp.handbook.feature/latex/faq.tex
new file mode 100644
index 0000000000000000000000000000000000000000..e81f23472bbef727e4f3a92ecdfc927cce73c696
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/faq.tex
@@ -0,0 +1,317 @@
+\chapter{Frequently Asked Questions}
+\label{faq}
+
+\section{General Questions}
+
+\subsection{Where can I get help?}
+\label{faq_getting_help}
+\index{mailing list}
+
+In addition to this handbook, consider looking in the Rodin Wiki (\ref{rodin_wiki}) for an answer.
+
+There is also a vibrant community that is helpful and responsive.  You can contact it via the Rodin user mailing list at \href{mailto:rodin-b-sharp-user@lists.sourceforge.net}{rodin-b-sharp-user@lists.source\-forge\-.net}.
+
+\subsection{What is Event-B?}
+\index{Event-B}
+
+Event-B is a formal method for system-level modelling and analysis. Key features of event-B are the use of set theory as a modelling notation, the use of refinement to represent systems at different abstraction levels and the use of mathematical proofs to verify consistency between refinement levels.
+More details are available at \url{http://www.event-b.org}.
+
+\subsection{What is the difference between Event-B and the B method?}
+
+Event-B (\ref{tut_eventb}) is derived from the \href{http://en.wikipedia.org/wiki/B-Method}{B method}. Both notations have the same \href{http://en.wikipedia.org/wiki/Jean-Raymond_Abrial}{inventor}, and share many common concepts (set-theory, refinement, proof obligations, etc.). However, they are used for quite different purposes. The B method is devoted to the development of \textit{correct by construction} software, while the purpose of Event-B is used to model full systems (including hardware, software and environment of operation).
+
+Event-B and the B method use mathematical languages which are similar but do not match exactly (in particular, operator precedences are different).
+
+\subsection{What is Rodin?}
+\index{Rodin}
+
+The \textbf{Rodin Platform} is an Eclipse-based IDE for Event-B that provides support for refinement and mathematical proofs. The platform is open source, contributes to the Eclipse framework and can be extended with plugins.
+
+\subsection{Where does the Rodin name come from?}
+
+The Rodin Platform (\ref{rodin_platform}) was initially developed within the European Commission funded Rodin project (IST-511599), where Rodin is an acronym for ``Rigorous Open Development Environment for Complex Systems''. Rodin is also the name of a famous French sculptor. One of his most famous works is the \href{http://en.wikipedia.org/wiki/The_Thinker}{Thinker}. 
+
+\subsection{Where I can download Rodin?}
+\label{faq_where_download_rodin}
+
+Rodin is available for download at the Rodin Download page: \url{http://wiki.event-b.org/index.php/Rodin_Platform_Releases}
+
+\subsection{How to contribute and develop?}
+
+Glad to hear that you want to help!  Please see the \url{http://wiki.event-b.org/index.php/Developer_FAQ} page.
+
+\subsection{My operating system is not supported!  How can I install Rodin on my platform?}
+\label{faq_os_not_supported}
+At the time of writing this document, prebuild versions exist for only a small number of operating systems.  There are two recommended approaches for running Rodin in these situations:
+\begin{description}
+	\item[Build Rodin from the sources] Users who have some experience in building Java software can simply build Rodin from source.  For more information, please consult the Developer Documentation in the Rodin Wiki: \url{http://wiki.event-b.org/index.php/Rodin_Developer_Support}
+	\item[Run Rodin in a virtual environment] With a fast computer, you can also use a virtual environment (e.g. VirtualBox) and install an operating system into that environment that supports Rodin (e.g. a 32bit version of Linux).
+\end{description}
+
+There are other options available for more specialized scenarios (e.g. running 32bit Rodin on a 64bit Linux system).  However, the two approaches described above are the most simple.
+
+\section{General Tool Usage}
+
+\subsection{Do I lose my proofs when I clean a project?}
+\index{project!clean}
+No! This is a common misunderstanding of what a project clean does. A project contains two kinds of files: 
+
+\begin{itemize}
+	\item those you can edit: contexts, machines, proofs 
+	\item those generated by a project build: proof obligations, proof statuses (each proof obligation is either discharged or not discharged) 
+\end{itemize}
+
+The cleaner just undoes what the builder does, i.e. it removes proof obligations and statuses, but it never modifies any proof.
+
+A status may change from \emph{discharged} to \emph{not discharged} when the proof is no longer compatible with the corresponding proof obligation (e.g. when a hypothesis is changed), but \textbf{the proof itself is still there!}
+You can try to \href{http://wiki.event-b.org/index.php/Proof_Obligation_Commands#Proof_Replay_on_Undischarged_POs}{replay} it.
+
+Confusion may arise when automatic provers have been launched. The cleaner does not undo these automatic proofs (why would it ?!!). Once a proof has been made, the platform does not modify or delete it by itself. Even obsolete proofs are preserved (\ref{obsolete_proof})!
+
+\subsection{How do I install external plugins without using the Eclipse Update Manager?}
+
+Although it is recommended that you install additional plugins into the Rodin platform using the Eclipse Update Manager, this might not always be practical. In this case, you can install these plugins by emulating the operations normally performed by the Update Manager either manually or by using ad-hoc scripts. 
+
+The manual installation of plugins is described in \href{http://wiki.event-b.org/index.php/Installing_external_plugins_manually}{\emph{Installing external plugins manually}}. 
+
+\subsection{The builder takes too long}
+
+Generally, the builder spends most of its time attempting to prove POs. There are basically two ways to shorten this process: 
+
+\begin{itemize}
+	\item Disable the automated prover in the \textsf{Preferences} panel. 
+	\item Mark a PO as reviewed if you do not want the auto-prover to attempt it anymore. 
+\end{itemize}
+
+Note that if you disable the automated prover, you always can run it later on some files by using the contextual menu in the Event-B Explorer. 
+
+To disable the automated prover, open \textsf{Rodin Preferences} 
+(menu \textsf{Window $\rangle$ Preferences...}). In the tree on the left-hand panel, select \textsf{Event-B $\rangle$ Sequent Prover $\rangle$ Auto/Post-tactic}. Then, in the main panel ensure that the checkbox labelled \textsf{Enable auto-tactic for proving} for proving is not selected. 
+
+To review a proof obligation, just open it in the interactive prover and then click on the \emph{review} button (this is a round blue button with a \emph{R} in the \textsf{Proof Control} toolbar). The proof obligation should now labelled with the same icon in the Event-B explorer. 
+
+\subsection{What are the ASCII shortcuts for mathematical operators?}
+\index{symbols}
+
+A page describing the ASCII shortcuts that can be used for entering mathematical operators can be found in the \textsf{Help} menu. To view this page, select \textsf{Help $\rangle$ Help Contents} and then select \textsf{Rodin Keyboard User Guide $\rangle$ Getting Started $\rangle$ Special Combos} in the window that pops up. 
+
+This page is also available in the dynamic help system. The advantage of using dynamic help is that it is able to display the help page side-by-side with the other views and editors. To start the dynamic help, click \textsf{Help $\rangle$ Dynamic Help}, then select \textsf{Contents} and select the page in the tree. 
+
+\subsection{Pretty Print does not work on Linux}
+\index{xulrunner}
+
+Configuring Rodin on Linux can be tricky.  In particular, the pretty print view of the original editor requires an HTML control to render.  It it does not work after installing Rodin, you may have to configure xulrunner as follows:
+
+Add a property by appending the following code to your \textsf{eclipse/eclipse.ini} or \textsf{rodin/rodin.ini} file: 
+
+\begin{verbatim} 
+	-Dorg.eclipse.swt.browser.XULRunnerPath=
+	  /usr/lib/xulrunner/xulrunner-xxx 
+\end{verbatim} 
+
+\subsection{Some mathematical characters are wrong}
+\index{Font}
+
+The Rodin editor must use the correct font to work properly, which is \textsf{Brave Sans Mono}. Depending on the editor, the font has to be configured via Window $\rangle$ Preferences $\rangle$ Colors and Fonts $\rangle$ Basic Text $\rangle$ Font.
+
+\subsection{No More Handles}
+
+On Windows platforms, Rodin may crash and generate the error message  ``no more handles''. An OS specific limitation is described \href{http://journals.jevon.org/users/jevon-phd/entry/19833}{here} and \href{https://bugs.eclipse.org/bugs/show_bug.cgi?id=211124}{here}. A workaround is provided at \href{http://blogs.msdn.com/b/ntdebugging/archive/2007/01/04/desktop-heap-overview.aspx}{this site}. 
+
+\subsection{Software installation fails}
+
+The installation of software from update sites (\textsf{Help $\rangle$ Install New Software...}) sometimes fails with an error saying something like: 
+
+\begin{verbatim}
+No repository found containing: 
+        osgi.bundle,org.eclipse.emf.compare,1.0.1.v200909161031
+No repository found containing: 
+        osgi.bundle,org.eclipse.emf.compare.diff,1.0.1.v200909161031
+...
+\end{verbatim}
+
+
+This is an eclipse/p2 bug that is referenced \href{http://stackoverflow.com/questions/511367/error-when-updating-eclipse}{here}. 
+
+To fix this problem: 
+
+\begin{itemize}
+	\item Go to \textsf{Window $\rangle$ Preferences $\rangle$ Install/Update $\rangle$ Available Software Sites} 
+	\item Remove all of the sites and then add them back again. This can be achieved in the \textsf{Available Software Sites} preference page by: 
+	\begin{itemize}
+		\item Selecting all  of the update sites (highlighting all those that are checked) 
+		\item Exporting them 
+		\item Removing them
+		\item Restarting Rodin
+		\item Going back to the preference page and importing the update sites back (from the previously exported file) 
+	\end{itemize}
+\end{itemize}
+
+\subsection{How do I send a bug report?}
+\label{bug_report}
+
+This depends on the nature of the bug:
+\begin{itemize}
+	\item Problems with the core Rodin platform, as well as feature requests, should be filed via the SourceForge bug tracker: \url{http://wiki.event-b.org/index.php/Bugs_and_Feature_Requests}
+	\item To file problems with individual plugins, check the plugin's documentation in the wiki (\ref{rodin_wiki}).
+	\item If you are unsure whether to file a bug or not, consider asking a question on the Rodin user list at \href{mailto:rodin-b-sharp-user@lists.sourceforge.net}{rodin-b-sharp-user@lists.sourceforge.net}.
+	\item To report a problem with the handbook, use the feedback button that is present in the HTML and Eclipse Help version of the handbook.
+\end{itemize}
+
+\subsection{Where did the GUI window go?}
+
+When you are looking for a particular view, and the view does not appear or if it appears in a different place than is usual, try clicking on \textsf{Window $\rangle $ Reset Perspective...}. This will reset the different views back to their default positions. If you can't find menu buttons from one of the views, try resizing the view in question to see if part of the menu has been hidden.
+
+\subsection{Where vs. When: What's going on?}
+\index{when}
+\index{where}
+
+You may have noticed that both in this tutorial, as well as in the tool, events sometimes use the keyword ``when'' and sometimes ``where''.  The idea of this was to make the formal statements more intuitive.  Unfortunately, this created more confusion than anything else.
+
+The short answer is: ``when'' and ``where'' in events have exactly the same meaning, for all practical purposes.
+
+The long answer is: In some contexts (but not all), the tool changes the keywords to make the meaning of the event more apparent.  The distinguishing factor is the parameter: an event without a parameter uses the keyword ``when'', and an event with a parameter uses the keyword ``where''.
+
+To make things even more confusing, this doesn't apply everywhere: The Event-B structural editor always uses the keyword ``where'', but the pretty print for the Event-B structural editor switches between the two.  The default Rodin editor always uses the keyword "where". The Event-B syntax in this handbook has been generated with the \LaTeX plugin, which also switches between the two keywords.
+
+\section{Modelling}
+\index{modelling}
+
+\subsection{Witness for \textsf{Xyz} missing. Default witness generated}
+
+A parameter has disappeared during a refinement. If this is intentional, add a witness (\ref{witness}) to tell the machine how the abstract parameter should refined. 
+
+\subsection{Identifier \textsf{Xyz} should not occur free in a witness}
+
+This means that the \textsf{Xyz} identifier appears in a witness predicate, but \textsf{Xyz} is a disappearing abstract variable or parameter and is not set as the witness label. To resolve this error, set change the witness label to the identifier \textsf{Xyz}.
+
+\subsection{Witness \textsf{Xyz} must be a disappearing abstract variable or parameter in the \textsf{INITIALISATION} event}
+\index{witness}
+
+The witness is for the after value of the abstract variable, hence you should use the primed variable. The witness label should be \textsf{Xyz'}, and the predicate should refer to \textsf{Xyz'} too. 
+
+\subsection{I've added a witness for \textsf{Xyz} but it keeps saying ``Identifier \textsf{Xyz} has not been defined''}
+
+As specified in the Section \ref{witness}, the witness must be labelled with the name \textsf{Xyz} of the abstract parameter of the event that is being refined. A concrete example can be found in Section \ref{tut_extend_traffic_witnesses}.
+
+\subsection{How can I create a new Event-B Project?}
+\index{project}
+
+Please read Section \ref{tut_project_setup} to learn how to create a new Event-B project.
+
+\subsection{How can I remove a Event-B Project?}
+
+In order to remove a project, first select it on the \textsf{Project Explorer} and then right click with the mouse. The contextual menu will appear on the screen as indicated in Figure \ref{fig_faq_removeproject}.
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodinimg{faq/faq_removeproject.png}
+	\caption{Removing a Event-B Project}
+	\label{fig_faq_removeproject}
+\end{center}
+\end{figure}
+
+Simply click on \textsf{Delete}, and your project will be deleted (after you confirm that you want to delete it in the window that pops up). It is then removed from the \textsf{Project Explorer}.
+
+\subsection{How can I export an Event-B Project?}
+
+Exporting a project is the operation by which you can construct automatically a ``.zip" file containing the entire project. Such a file can be sent by email. Once received, an exported project can be imported (next section). It then becomes a project like the other ones which were created locally. In order to export a project, select it and then select on \textsf{File $\rangle$ Export...} from the menubar as indicated in Figure \ref{fig_faq_exportproject}. 
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodinimg{faq/faq_exportproject.png}
+	\caption{Export a Event-B Project}
+	\label{fig_faq_exportproject}
+\end{center}
+\end{figure}
+
+The \textsf{Export} wizard will pop up. In this window, select \textsf{General $\rangle$ Archive File} and click the \textsf{Next $>$} button. Specify the path and name of the archive file into which you want to export your project and finally select \textsf{Finish}. This menu sequence (and the various options) is a part of the Eclipse platform. For more information, refer to the Eclipse documentation. 
+
+\subsection{How can I import a Event-B Project?}
+
+A ``.zip" file corresponding to a project which has been exported elsewhere can be imported locally. In order to do this, click on \textsf{File $\rangle$ Import} from the menubar. In the import wizard, select \textsf{General $\rangle$ Existing Projects into Workspace} and click \textsf{Next $>$}. Then choose the \textsf{Select archive file} option and hit the \textsf{Browse...} button to find the zip file that you want to import. Now click \textsf{Finish}. As with exporting, this menu sequence and layout are part of Eclipse.
+
+The importation will fail if the name of the imported project (not the name of the file) is the same as the name of an existing local project. This means that when you are exporting a project, it is a good idea to modify its name in case the person who imports the project already has a project with that same name (which could be a previous version of the exported project). Changing the name of a project is explained in the next section. 
+
+\subsection{How can I change the name of a Event-B Project?}
+
+Select the project whose name you want to modify, and then click on \textsf{File $\rangle$ Rename...}. Modify the name and click on \textsf{OK}. The name of your project will then have been modified accordingly. 
+
+\subsection{How can I create a Event-B Component?}
+
+Please check Section \ref{tut_project_setup} to learn how to create a new Event-B component.
+
+\subsection{How can I remove a Event-B Component?}
+
+In order to remove a component, press the right-click on the component. In the context menu, select \textsf{Delete}. This component is removed from the \textsf{Project Explorer}. 
+
+\subsection{In the new Rodin Editor, how can I add an element to machine?}
+\label{faq_new_editor_new_element}
+
+\info{Please also consult Section~\ref{new_eventb_editor}. The editor is described in more detail there.} 
+
+
+Whenever you pull up a context menu in the new editor, please pay attention to the following two issues:
+\begin{itemize}
+	\item Make sure that the cursor already is on the correct line.  If you right-click and the cursor is on the wrong line or in the wrong position within the line, you will get an incorrect context menu.
+	\item Make sure the cursor is not in ``edit'' mode. This is the case when you are able to edit a textual element.  If this is the case, you will also get an incorrect context menu.
+\end{itemize}
+
+The different elements of the machine, can of course, be added using the different wizards for element creation (New Variable Wizard \icon{rodin/newvar_edit.png}, New Variant Wizard \icon{rodin/newvariant_edit.png}, New Invariant Wizard \icon{rodin/newinv_edit.png}, and New Event Wizard \icon{rodin/newevt_edit.png}) which are described in more detail in Section \ref{eventb_wizards}. 
+
+You can also add new elements by placing your cursor directly to the left of the small green arrow (\icon{rodin/structured_arrow.png}) that appears next to your machine name in \textsf{MACHINE} section. Now right click and select the component that you want to add from the \textsf{Add Child} menu. You can also add an element by right clicking on the heading of the section of the element you want to add (e.g. \textsf{VARIABLES}) and selecting \textsf{Add Child}, or by placing your cursor directly to the left of the small green arrow (\icon{rodin/structured_arrow.png}) next to the name of any of the components that already exist and selecting \textsf{Add Sibling}. Unfortunately, if your cursor is not directly next to the small green arrow (while the cursor is blinking, the left side of the arrow is actually touching the cursor), these methods do not actually work. 
+
+\subsection{How can I use multiple lines for a comment, predicate or expression (using the new editor)?}
+
+To insert a line break while editing any field, use Ctrl-Return.
+
+\subsection{How can I save a Context or a Machine?}
+
+Once a machine or context is (partially) edited, you can save it by using the save button as indicated in Figure \ref{fig_faq_saveaction}.
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodinimg{faq/faq_saveaction.png}
+	\caption{Save a context or a machine}
+	\label{fig_faq_saveaction}
+\end{center}
+\end{figure}
+
+Once a ``Save" has been completed, three tools are called automatically, these are:
+
+\begin{itemize}
+	\item the Static Checker
+	\item the Proof Obligation generator (\ref{generated_proof_obligations})
+	\item the Auto-Prover (\ref{auto_prover})
+\end{itemize}
+
+This can take some time. A ``Progress'' view can be opened at the bottom right of the screen to see which tools are working (most of the time, it will be the auto-prover).  This is done via Window $\rangle$ Show View $\rangle$ Progress.
+
+\section{Proving}
+\index{proving}
+
+\subsection{Help!  Proving is difficult!}
+
+Yes, it is.  Check out Section~\ref{use_provers_effectively} to begin using the provers.
+
+\subsection{How can I do a Proof by Induction?}
+\index{induction@proof by induction}
+\href{http://wiki.event-b.org/index.php/Induction_proof}{This page about proof by induction} will give you some starting tips.
+
+\subsection{What do the labels on the proof tree mean?}
+
+\begin{itemize}
+	\item \textsf{ah} means \textit{add hypothesis},
+	\item \textsf{eh} means rewrite with \textit{equality from hypothesis} from left to right,
+	\item \textsf{he} means rewrite with \textit{equality from hypothesis} from right to left,
+	\item \textsf{rv} tells us that this goal has been manually reviewed (\ref{proof_control_view}),
+	\item \textsf{sl/ds} means \textit{selection/deselection},
+	\item \textsf{PP} means \textit{discharged by the predicate prover},
+	\item \textsf{ML} means \textit{discharged by the mono lemma prover}
+\end{itemize}
+
+%%% Local Variables: 
+%%% mode: latex
+%%% TeX-master: "rodin-doc"
+%%% End: 
diff --git a/org.rodinp.handbook.feature/latex/files/Celebrity.zip b/org.rodinp.handbook.feature/latex/files/Celebrity.zip
new file mode 100644
index 0000000000000000000000000000000000000000..a1807775e5f8754ab7b39bc5da1a51f8c3587ab3
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/files/Celebrity.zip differ
diff --git a/org.rodinp.handbook.feature/latex/files/Doors.zip b/org.rodinp.handbook.feature/latex/files/Doors.zip
new file mode 100644
index 0000000000000000000000000000000000000000..9a340b9697860ea38602849c4eb73afc17bd5084
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/files/Doors.zip differ
diff --git a/org.rodinp.handbook.feature/latex/files/EventB-Summary.pdf b/org.rodinp.handbook.feature/latex/files/EventB-Summary.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..19b28e7fae15d59782d45f37fe7efcf8ce30441a
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/files/EventB-Summary.pdf differ
diff --git a/org.rodinp.handbook.feature/latex/files/sld_mth1.pdf b/org.rodinp.handbook.feature/latex/files/sld_mth1.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..a5dddc8c62790fa7285ac0db0008955b926fdd66
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/files/sld_mth1.pdf differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/bw/pror.png b/org.rodinp.handbook.feature/latex/img-print/bw/pror.png
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/org.rodinp.handbook.feature/latex/img-print/by-sa.png b/org.rodinp.handbook.feature/latex/img-print/by-sa.png
new file mode 100644
index 0000000000000000000000000000000000000000..a2ca63f6f85792a2d8df7ed1377bea4c9b9a9970
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/by-sa.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/camille.png b/org.rodinp.handbook.feature/latex/img-print/camille.png
new file mode 100644
index 0000000000000000000000000000000000000000..5a2d3185e7b4450305dba4c55a93dd879e5c19b5
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/camille.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/deploy-logo.png b/org.rodinp.handbook.feature/latex/img-print/deploy-logo.png
new file mode 100644
index 0000000000000000000000000000000000000000..ce76d34a9180c7137cc67df2d060b3abdc8a1675
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/deploy-logo.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/faq/faq_exportproject.png b/org.rodinp.handbook.feature/latex/img-print/faq/faq_exportproject.png
new file mode 100644
index 0000000000000000000000000000000000000000..9dc399e9eb0ada93e153aa41794a5371298e7a05
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/faq/faq_exportproject.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/faq/faq_removeproject.png b/org.rodinp.handbook.feature/latex/img-print/faq/faq_removeproject.png
new file mode 100644
index 0000000000000000000000000000000000000000..cdb82df543473d835685d8a2e30a6e9ae76b112f
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/faq/faq_removeproject.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/faq/faq_saveaction.png b/org.rodinp.handbook.feature/latex/img-print/faq/faq_saveaction.png
new file mode 100644
index 0000000000000000000000000000000000000000..dda13f94f2c24b311888468a5532ba3bef743604
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/faq/faq_saveaction.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/act_obj.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/act_obj.png
new file mode 100755
index 0000000000000000000000000000000000000000..04245183a276139871d2f1ac107f2bd7815a8ab2
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/act_obj.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/add.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/add.png
new file mode 100755
index 0000000000000000000000000000000000000000..273ca90a065571c2cf1f0da0858396e4bbfe64ef
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/add.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/ae_prover.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/ae_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..faa4a23988cd1088b860d44816ef4f02abe9e4ff
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/ae_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/ah_prover.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/ah_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..a0a4bee14deee7548178a876f6eed0f227947987
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/ah_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/allD_prover.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/allD_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..01d16eddea0d41b438b5cf45560d3876d4d86768
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/allD_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/allI_prover.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/allI_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..01d16eddea0d41b438b5cf45560d3876d4d86768
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/allI_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/applied.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/applied.png
new file mode 100755
index 0000000000000000000000000000000000000000..b9797b8639dcf6f4ecfc2469d69d67c01ca2d46f
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/applied.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/auto_ovr.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/auto_ovr.png
new file mode 100755
index 0000000000000000000000000000000000000000..9f13c8be6cee2d1ee0e4764939ffa73b70034fab
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/auto_ovr.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/auto_prover.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/auto_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..8d4738fe26dfe9ee4ec047c1e507b9e8c7e9a517
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/auto_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/axm_obj.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/axm_obj.png
new file mode 100755
index 0000000000000000000000000000000000000000..47e816bf5248e9e0dd0d938d354aeffe1251ef59
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/axm_obj.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/axms_obj.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/axms_obj.png
new file mode 100755
index 0000000000000000000000000000000000000000..bff9d463445f2140dd994b58b2877a00bdb4e100
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/axms_obj.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/bk_prover.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/bk_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..e00d1b538939f444c3d8924f8cae06d4dba45424
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/bk_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/broom_prover.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/broom_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..091be7562b8f179944b56365dcca1098fedd2240
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/broom_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/ch_prover.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/ch_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..de50aeedc8f1419b68c54e1e0459eb8d0850760c
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/ch_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/cmt_ovr.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/cmt_ovr.png
new file mode 100755
index 0000000000000000000000000000000000000000..c739af93c6feaf9661e277e7df2a620daeef5d9c
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/cmt_ovr.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/collapseall.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/collapseall.png
new file mode 100755
index 0000000000000000000000000000000000000000..956daf168045b72bdd9abd55c0a4e7b1aa0abb92
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/collapseall.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/collapsed.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/collapsed.png
new file mode 100755
index 0000000000000000000000000000000000000000..a5de2e3d276f278e437c1e3ad7e3d825aea3082e
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/collapsed.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/collapsedHover.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/collapsedHover.png
new file mode 100755
index 0000000000000000000000000000000000000000..015d1e4685c4e9a276e24a6f38cae29813c5f59f
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/collapsedHover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/conjE_prover.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/conjE_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..b3faadf727494f38165de64e38aa49f2ed51edb1
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/conjE_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/conjI_prover.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/conjI_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..b3faadf727494f38165de64e38aa49f2ed51edb1
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/conjI_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/copy.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/copy.png
new file mode 100755
index 0000000000000000000000000000000000000000..c376a41329938e75aa82ba6d29d304a17f10eb8e
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/copy.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/cst_obj.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/cst_obj.png
new file mode 100755
index 0000000000000000000000000000000000000000..d01c27bf36cb3779733e5bf0f7a73b0bfa2b5dd2
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/cst_obj.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/csts_obj.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/csts_obj.png
new file mode 100755
index 0000000000000000000000000000000000000000..031a0bb3e589ed33024eeb602c7fdabae41502e9
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/csts_obj.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/ctx_obj.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/ctx_obj.png
new file mode 100755
index 0000000000000000000000000000000000000000..714484290a7bcc5436e9776e11a03f731b34d34a
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/ctx_obj.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/dc_prover.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/dc_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..1006cd879510703da36a17bb9ffb87a4d9d7ed93
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/dc_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/delete.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/delete.png
new file mode 100755
index 0000000000000000000000000000000000000000..91f0e2afd660f5e0a9791a3bb6eb355a4c54141a
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/delete.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/disable_xp_prover.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/disable_xp_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..22f8a9215baad5db82a1c090aec60367c7636eab
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/disable_xp_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/disabled_highlight_occurrences.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/disabled_highlight_occurrences.png
new file mode 100755
index 0000000000000000000000000000000000000000..54ed1ee53b95a342bb33efda286b70a6689b97f3
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/disabled_highlight_occurrences.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/discharged.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/discharged.png
new file mode 100755
index 0000000000000000000000000000000000000000..69842c44f061f12e8078dcdf270f372deca6fa49
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/discharged.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/discharged_broken.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/discharged_broken.png
new file mode 100755
index 0000000000000000000000000000000000000000..6cc73ad14524bc2d82999554c931debb29803e81
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/discharged_broken.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/discharged_ovr.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/discharged_ovr.png
new file mode 100755
index 0000000000000000000000000000000000000000..59ce8d6eeb7a6e31911736fb112bbfdd18897bb0
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/discharged_ovr.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/discharged_pale.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/discharged_pale.png
new file mode 100755
index 0000000000000000000000000000000000000000..bce8bb4b1ef563dbd5799ceb6054569eebb0e16e
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/discharged_pale.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/disjE_prover.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/disjE_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..1bc6cee10b3e590efc25cdde8426fa110f9d4f8d
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/disjE_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/down_edit.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/down_edit.png
new file mode 100755
index 0000000000000000000000000000000000000000..087c4cb67ea47d6e97ea905cb5a0aa4dfd01bee6
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/down_edit.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/enabled_highlight_occurrences.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/enabled_highlight_occurrences.png
new file mode 100755
index 0000000000000000000000000000000000000000..be1e0e3401bd4e31cb0be2def289336a4e560367
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/enabled_highlight_occurrences.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/eq1_prover.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/eq1_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..f529622245abfa296a085b92ad53e5cfa5735f93
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/eq1_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/error_ovr.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/error_ovr.png
new file mode 100755
index 0000000000000000000000000000000000000000..717fef54ffc77cdfccda5012b4101c910cdb84c9
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/error_ovr.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/error_ovr2.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/error_ovr2.png
new file mode 100644
index 0000000000000000000000000000000000000000..2b614da281615634794411bf2b0ee1d0fa0dd28e
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/error_ovr2.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/evt_obj.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/evt_obj.png
new file mode 100755
index 0000000000000000000000000000000000000000..3151d70ff23c215ded867d70ed0ad8a8e60b62b7
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/evt_obj.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/evts_obj.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/evts_obj.png
new file mode 100755
index 0000000000000000000000000000000000000000..8655c05c34bfa53f77e53acc9d99b30937f100af
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/evts_obj.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/exE_prover.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/exE_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..cdb7ae3008d09f35abb07a1eb4f0f88593783572
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/exE_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/exI_prover.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/exI_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..cdb7ae3008d09f35abb07a1eb4f0f88593783572
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/exI_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/expandall.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/expandall.png
new file mode 100755
index 0000000000000000000000000000000000000000..f56ed2586588484ce6b8c6f8027b1aca2fc6d2ce
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/expandall.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/expanded.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/expanded.png
new file mode 100755
index 0000000000000000000000000000000000000000..0557f1699d1f770a8f030d8420fee121f9781a0a
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/expanded.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/expandedHover.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/expandedHover.png
new file mode 100755
index 0000000000000000000000000000000000000000..09d5ab12271f3dc4f42ffe4afa41c3f3f40d08b4
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/expandedHover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/falsify_prover.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/falsify_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..d389e4512adc7ce23240695d4c027bab75ebc33e
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/falsify_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/goal.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/goal.png
new file mode 100755
index 0000000000000000000000000000000000000000..143c1833d8679141244efcacd0a09194348b0102
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/goal.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/grd_obj.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/grd_obj.png
new file mode 100755
index 0000000000000000000000000000000000000000..29391329b831f6719d19339d03b88f8a0f6f25df
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/grd_obj.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/impE1_prover.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/impE1_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..0bfc3327653ae43d42c4fbb9f7e601898b06ce22
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/impE1_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/impI_prover.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/impI_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..0bfc3327653ae43d42c4fbb9f7e601898b06ce22
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/impI_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/info_prover.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/info_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..2f57148c0830f8feb54c03df47c38cd2d28a2edf
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/info_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/info_prover_rule.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/info_prover_rule.png
new file mode 100755
index 0000000000000000000000000000000000000000..a33a267f6fb3e0b250ecb8573d17963891e642a8
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/info_prover_rule.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/inv_obj.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/inv_obj.png
new file mode 100755
index 0000000000000000000000000000000000000000..6f41a253e1094077714003a29fc14f2e26d7b5eb
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/inv_obj.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/inv_prover.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/inv_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..bf5da7b3a61e83c43fadae6513d7d3afd5f4af26
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/inv_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/invs_obj.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/invs_obj.png
new file mode 100755
index 0000000000000000000000000000000000000000..86b0987c2e1e37c0a6458ce16fc82c4da9b9782d
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/invs_obj.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/lasoo_prover.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/lasoo_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..895403ffa9ff07ef5d9f49ce9b524cafe6dd962d
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/lasoo_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/mch_obj.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/mch_obj.png
new file mode 100755
index 0000000000000000000000000000000000000000..be17e812103fed08eacf0993ec323167314b4aed
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/mch_obj.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/ml.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/ml.png
new file mode 100755
index 0000000000000000000000000000000000000000..4553e9b9d4948613f53702a54c83329813a004de
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/ml.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/negE_prover.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/negE_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..db53c4c2c969e2585557218bb60c43cac56d6ebd
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/negE_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/negI_prover.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/negI_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..db53c4c2c969e2585557218bb60c43cac56d6ebd
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/negI_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/newact_edit.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/newact_edit.png
new file mode 100755
index 0000000000000000000000000000000000000000..b1b949fb6a9f1a60fd98185bb9431ccee7af7448
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/newact_edit.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/newaxm_edit.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/newaxm_edit.png
new file mode 100755
index 0000000000000000000000000000000000000000..d0a0cbde5f064d98891bd0f5563758490e8c4caf
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/newaxm_edit.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/newcomp_wiz.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/newcomp_wiz.png
new file mode 100755
index 0000000000000000000000000000000000000000..87b501560bc124b467586c163dacb8ae4acf54c0
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/newcomp_wiz.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/newcst_edit.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/newcst_edit.png
new file mode 100755
index 0000000000000000000000000000000000000000..0dcde32dc53f01d54504d8f4cc63aada41f3e6b0
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/newcst_edit.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/newenuset_edit.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/newenuset_edit.png
new file mode 100755
index 0000000000000000000000000000000000000000..861a1e96218a54ac0ef83ea58ac523e9005afa9a
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/newenuset_edit.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/newevt_edit.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/newevt_edit.png
new file mode 100755
index 0000000000000000000000000000000000000000..bdbebd9f1554077792ee3bfa106776e5b806c3ac
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/newevt_edit.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/newgrd_edit.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/newgrd_edit.png
new file mode 100755
index 0000000000000000000000000000000000000000..63e81abe2b1e6ebfbdb792546c73918c4f3c3f7a
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/newgrd_edit.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/newinv_edit.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/newinv_edit.png
new file mode 100755
index 0000000000000000000000000000000000000000..37d2659e0189f24815ad1bb36d461ad56cd552d9
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/newinv_edit.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/newprj_wiz.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/newprj_wiz.png
new file mode 100755
index 0000000000000000000000000000000000000000..6be5cd5b5cf2901ce4ab0c359f0c9a2b2bdae1db
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/newprj_wiz.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/newset_edit.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/newset_edit.png
new file mode 100755
index 0000000000000000000000000000000000000000..7e276c864b7082feafd640aa84a3a2ece62a9725
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/newset_edit.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/newthm_edit.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/newthm_edit.png
new file mode 100755
index 0000000000000000000000000000000000000000..e1dae6ecbe6fbd2956c47a309421b0c08bc6a7a1
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/newthm_edit.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/newvar_edit.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/newvar_edit.png
new file mode 100755
index 0000000000000000000000000000000000000000..633670f8a80f2c36b0b0c9a0a537aab55e8b1f2f
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/newvar_edit.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/newvariant_edit.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/newvariant_edit.png
new file mode 100755
index 0000000000000000000000000000000000000000..45542e19334d5edbd22701b7fbf8fe8e84720d3f
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/newvariant_edit.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/next_pd.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/next_pd.png
new file mode 100755
index 0000000000000000000000000000000000000000..a1c04489c72a5cae02028205268bf3b0165d7db0
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/next_pd.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/next_prover.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/next_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..2d96b9f0b0eca0fcefcb532d9da443431082174e
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/next_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/next_rv.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/next_rv.png
new file mode 100755
index 0000000000000000000000000000000000000000..d9005f8911ac26d6dbc48904977a375f7a8d7d1b
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/next_rv.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/npp.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/npp.png
new file mode 100755
index 0000000000000000000000000000000000000000..d11c0eb6afd79a58d92e7065c4bde2dfd6dafb2a
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/npp.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/npplassoo.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/npplassoo.png
new file mode 100755
index 0000000000000000000000000000000000000000..398482a500dc27d46971ac23738d83614d7777ec
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/npplassoo.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/nppr.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/nppr.png
new file mode 100755
index 0000000000000000000000000000000000000000..bd5fecd26fe2264217b98965cd09f82d7f54ea7b
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/nppr.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/null.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/null.png
new file mode 100755
index 0000000000000000000000000000000000000000..40d87ce4c187b6ee807f2db0dcc1138d0de176be
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/null.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/p0.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/p0.png
new file mode 100755
index 0000000000000000000000000000000000000000..831a77de641a9dc6c512bfb8aacce19af2626463
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/p0.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/p1.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/p1.png
new file mode 100755
index 0000000000000000000000000000000000000000..15a32355353c45446b8f20cf2e2d42f3053be2af
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/p1.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/paste.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/paste.png
new file mode 100755
index 0000000000000000000000000000000000000000..ef68ccdc7aa0e6734a902a102e70d26810142554
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/paste.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/pending.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/pending.png
new file mode 100755
index 0000000000000000000000000000000000000000..ef98f9e3d44c1506d9b2dee9faf11e03122147fc
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/pending.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/pending_broken.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/pending_broken.png
new file mode 100755
index 0000000000000000000000000000000000000000..46aae07568d7006c1e9731b98c66b1e9f0502f45
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/pending_broken.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/pending_ovr.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/pending_ovr.png
new file mode 100755
index 0000000000000000000000000000000000000000..5d64c9acba7df1c5fae6daa36d0cc94265d2447a
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/pending_ovr.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/pending_pale.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/pending_pale.png
new file mode 100755
index 0000000000000000000000000000000000000000..3d4208a49f9981d192cd03b0718b4a137add6697
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/pending_pale.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/pn_prover.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/pn_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..cb5daa8d2371c44c1a1dba010c3b8445b0cd6521
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/pn_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/pp.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/pp.png
new file mode 100755
index 0000000000000000000000000000000000000000..4eb0bf43fb154db9e08e87d7e8aa2c94e039d0dc
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/pp.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/prev_prover.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/prev_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..739d746a4bd179bfe5623cb74437fcbb8e240cbf
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/prev_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/prf_tree.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/prf_tree.png
new file mode 100755
index 0000000000000000000000000000000000000000..3e48ce7d04e9190bd7ff20ab269f63ca63d8b1de
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/prf_tree.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/prj_obj.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/prj_obj.png
new file mode 100755
index 0000000000000000000000000000000000000000..03c3f9ae792714eb85f48e82b7f4d698a0d4579c
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/prj_obj.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/problems_view.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/problems_view.png
new file mode 100755
index 0000000000000000000000000000000000000000..706d598b02e438246ff19282aed6923bd363ec87
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/problems_view.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/proof_obj.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/proof_obj.png
new file mode 100755
index 0000000000000000000000000000000000000000..019eb7ae6aea5f10a43b6473b538ba63b446034b
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/proof_obj.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/prv_ctrl.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/prv_ctrl.png
new file mode 100755
index 0000000000000000000000000000000000000000..3e7c5d7a36bd3836b28b469a4f489ad32d3869b0
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/prv_ctrl.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/ref_ovr.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/ref_ovr.png
new file mode 100755
index 0000000000000000000000000000000000000000..ee3cec12788048e1f762de2899d06eb3a159b0c6
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/ref_ovr.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/refines.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/refines.png
new file mode 100755
index 0000000000000000000000000000000000000000..d28494e110dfc8a54906db0ce112093b7862aa2e
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/refines.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/remove.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/remove.png
new file mode 100755
index 0000000000000000000000000000000000000000..7d8d640f451693c8dc46636ecc37d7bde532be70
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/remove.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/reviewed.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/reviewed.png
new file mode 100755
index 0000000000000000000000000000000000000000..793f183a60614b1938213705feee8f0997ec9e3e
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/reviewed.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/reviewed_broken.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/reviewed_broken.png
new file mode 100755
index 0000000000000000000000000000000000000000..8f0482c92254385fa33a84eab2638eb85c96086b
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/reviewed_broken.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/reviewed_ovr.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/reviewed_ovr.png
new file mode 100755
index 0000000000000000000000000000000000000000..c6ee26ace2b0743d1b0337f66e4789d15afa714e
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/reviewed_ovr.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/reviewed_pale.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/reviewed_pale.png
new file mode 100755
index 0000000000000000000000000000000000000000..718b96978a5de20ddc677610f43881d8be9b0cb4
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/reviewed_pale.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/rv_prover.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/rv_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..a5a149ab3d37ce7578fdf7f08b7394b5501e3739
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/rv_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/sad.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/sad.png
new file mode 100755
index 0000000000000000000000000000000000000000..b38b27fe2975e28fe784049956d7d74f2282213f
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/sad.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/sample.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/sample.png
new file mode 100755
index 0000000000000000000000000000000000000000..bc9989bf49293b1e73ff98dec72d854fa685d204
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/sample.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/select_all_prover.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/select_all_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..5cf2a569d35738b68988200c741da14038fe7c8a
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/select_all_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/select_none_prover.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/select_none_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..735e657d64e84dfba244249dbef58785a1a17300
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/select_none_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/set_obj.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/set_obj.png
new file mode 100755
index 0000000000000000000000000000000000000000..ec964ce7587ece297e1296ebc923f4cc8fef0135
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/set_obj.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/sets_obj.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/sets_obj.png
new file mode 100755
index 0000000000000000000000000000000000000000..51ef3e28efd0b34bd0874c8918312f262e58be7c
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/sets_obj.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/sh_prover.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/sh_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..dd86fa6f95486827fbc1aaaf1eb2d2b70ae28c78
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/sh_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/showgoal.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/showgoal.png
new file mode 100755
index 0000000000000000000000000000000000000000..9eeee0319e902b17c6aff668595468e787df26c3
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/showgoal.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/structured_arrow.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/structured_arrow.png
new file mode 100644
index 0000000000000000000000000000000000000000..240e0270bf8ed266f1627c2adefda33d3ccf77af
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/structured_arrow.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/thm_obj.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/thm_obj.png
new file mode 100755
index 0000000000000000000000000000000000000000..8acc80032902649f5d03004170e6a9e4f450451c
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/thm_obj.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/thms_obj.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/thms_obj.png
new file mode 100755
index 0000000000000000000000000000000000000000..49bd0aad0162bb894cf473b0a68934ea29af07f5
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/thms_obj.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/up_edit.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/up_edit.png
new file mode 100755
index 0000000000000000000000000000000000000000..899a671696734295da7540538ff36676a8493f77
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/up_edit.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/var_obj.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/var_obj.png
new file mode 100755
index 0000000000000000000000000000000000000000..03ede35b918306342320e9eaf74622e468c68e56
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/var_obj.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/vars_obj.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/vars_obj.png
new file mode 100755
index 0000000000000000000000000000000000000000..6fbb08121c176ef7695e77d63dd5221f9ed4a0b3
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/vars_obj.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/warning_ovr.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/warning_ovr.png
new file mode 100755
index 0000000000000000000000000000000000000000..204586bc9b652ed94b51dcdba7ca73becd6bbc68
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/warning_ovr.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/wink-blue.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/wink-blue.png
new file mode 100755
index 0000000000000000000000000000000000000000..2bde4f9bd425491d1466299c4b0f42166b2fc1d9
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/wink-blue.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/wink-green.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/wink-green.png
new file mode 100755
index 0000000000000000000000000000000000000000..80f92b189ce4853ab009dda8ee01dd4e4fe3734a
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/wink-green.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/icons/rodin/xp_prover.png b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/xp_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..f832121834f43a127f753a1c83ce616588938593
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/icons/rodin/xp_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/info_64.png b/org.rodinp.handbook.feature/latex/img-print/info_64.png
new file mode 100644
index 0000000000000000000000000000000000000000..d8611bce672634031cfc2ed5a03a5b7dc8a2b356
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/info_64.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/pencil_64.png b/org.rodinp.handbook.feature/latex/img-print/pencil_64.png
new file mode 100644
index 0000000000000000000000000000000000000000..7a376295d23915ea8646379857a40651902409d7
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/pencil_64.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/prob.png b/org.rodinp.handbook.feature/latex/img-print/prob.png
new file mode 100644
index 0000000000000000000000000000000000000000..abf4d3238d85ad911a888e46b629d020521612e2
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/prob.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/pror.png b/org.rodinp.handbook.feature/latex/img-print/pror.png
new file mode 100644
index 0000000000000000000000000000000000000000..5ddf5992723e1e3e07f0b068194684d3ca3f34e2
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/pror.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_customizing2.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_customizing2.png
new file mode 100644
index 0000000000000000000000000000000000000000..52149328796e9bbb2dbf70fd6b1d293ff5f90833
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_customizing2.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_editor1.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_editor1.png
new file mode 100644
index 0000000000000000000000000000000000000000..b2742298ebc3959bc3905a7276a91be9a844d3ae
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_editor1.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_editor10.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_editor10.png
new file mode 100644
index 0000000000000000000000000000000000000000..a56838a7c7e9359b73f215f786c78475c51f08bc
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_editor10.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_editor11.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_editor11.png
new file mode 100644
index 0000000000000000000000000000000000000000..53039f31e95de4045efeecbd18b1bd3c48ea344a
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_editor11.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_editor12.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_editor12.png
new file mode 100644
index 0000000000000000000000000000000000000000..a5461380199766bb2b1932c171e4d46c30908ddd
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_editor12.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_editor13.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_editor13.png
new file mode 100644
index 0000000000000000000000000000000000000000..cbeeda86c562bbe25ccf19a7fa7d955ff38ee6a3
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_editor13.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_editor14.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_editor14.png
new file mode 100644
index 0000000000000000000000000000000000000000..ba438fb48d52c8e7a09324dc4d1c27b36659567a
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_editor14.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_editor15.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_editor15.png
new file mode 100644
index 0000000000000000000000000000000000000000..c6089e4f1ca378201fd3ce88863b2388d0e2202d
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_editor15.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_editor16.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_editor16.png
new file mode 100644
index 0000000000000000000000000000000000000000..7bc9ee7085e0ed8853331a5a7e0cced15f4bf465
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_editor16.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_editor1_neweditor.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_editor1_neweditor.png
new file mode 100644
index 0000000000000000000000000000000000000000..3ac8b9db0ed8e345dfb17c3033003e4213018b60
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_editor1_neweditor.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_editor2.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_editor2.png
new file mode 100644
index 0000000000000000000000000000000000000000..7a28cfe12f4ce517bb36651f2daa62375636001d
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_editor2.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_editor3.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_editor3.png
new file mode 100644
index 0000000000000000000000000000000000000000..773bccda804cff666fe666c47d69f72e783a6b2c
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_editor3.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_editor4.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_editor4.png
new file mode 100644
index 0000000000000000000000000000000000000000..24eee97e401bccfccd934f288a8bf8f6ed8b7bb1
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_editor4.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_editor5.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_editor5.png
new file mode 100644
index 0000000000000000000000000000000000000000..097114583df0a36af41642ec7a6bc3563a5ab68c
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_editor5.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_editor6.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_editor6.png
new file mode 100644
index 0000000000000000000000000000000000000000..14f5da5a9bdb96c26df671a7825660fd46f229fa
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_editor6.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_editor7.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_editor7.png
new file mode 100644
index 0000000000000000000000000000000000000000..2b701fe70bfd4b4c0ac61403fd323d27ddb9e5ac
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_editor7.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_editor8.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_editor8.png
new file mode 100644
index 0000000000000000000000000000000000000000..aaf578ba27561706f5f488ef320ebc17f890366b
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_editor8.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_editor9.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_editor9.png
new file mode 100644
index 0000000000000000000000000000000000000000..dce0e69a7d9c645b12adb67caee4f3db934b7038
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_editor9.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_perspective1.pdf b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_perspective1.pdf
new file mode 100755
index 0000000000000000000000000000000000000000..7c30213e6e9dc4ad9fee94966240af39a576078f
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_perspective1.pdf
@@ -0,0 +1,1034 @@
+%PDF-1.3
%����
+1 0 obj
<</Metadata 14 0 R/Pages 2 0 R/Type/Catalog>>
endobj
14 0 obj
<</Subtype/XML/Length 62706/Type/Metadata>>stream
+<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
+<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 4.1-c036 46.277092, Fri Feb 23 2007 14:17:08        ">
+   <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>
+         <dc:title>
+            <rdf:Alt>
+               <rdf:li xml:lang="x-default">event_b_perspective</rdf:li>
+            </rdf:Alt>
+         </dc:title>
+      </rdf:Description>
+      <rdf:Description rdf:about=""
+            xmlns:xap="http://ns.adobe.com/xap/1.0/"
+            xmlns:xapGImg="http://ns.adobe.com/xap/1.0/g/img/">
+         <xap:CreatorTool>Adobe Illustrator CS3</xap:CreatorTool>
+         <xap:CreateDate>2012-03-02T16:33:22+02:00</xap:CreateDate>
+         <xap:ModifyDate>2012-03-02T16:33:22+01:00</xap:ModifyDate>
+         <xap:MetadataDate>2012-03-02T16:33:22+01:00</xap:MetadataDate>
+         <xap:Thumbnails>
+            <rdf:Alt>
+               <rdf:li rdf:parseType="Resource">
+                  <xapGImg:width>256</xapGImg:width>
+                  <xapGImg:height>204</xapGImg:height>
+                  <xapGImg:format>JPEG</xapGImg:format>
+                  <xapGImg:image>/9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA&#xA;AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK&#xA;DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f&#xA;Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAzAEAAwER&#xA;AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA&#xA;AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB&#xA;UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE&#xA;1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ&#xA;qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy&#xA;obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp&#xA;0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo&#xA;+DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8An3lv8qPzb8tWCJpPmOx+&#xA;vLDbWXrSqzqLO29R1hUPDIo4yzuQ3H7O3XfCrMtP0n82beeyF1rNneQeqjag7hEcR/6I0ixLHaqG&#xA;qY7pV5FSA6ksSNgqSaL5Q/OrS7Gz02DX7BdPtYZ4FUhXkUfUxHa8WNmAfTuRz+IV4bN6hG6r1KNW&#xA;SNUZzIygAyNTkxA6niFWp9hiq7FXYqwPzT5K8xTeZbnzF5YksLHVZ7SC1+uzRp637r6zzq7QXHwk&#xA;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&#xA;tiqYYq7FXYq7FX//2Q==</xapGImg:image>
+               </rdf:li>
+            </rdf:Alt>
+         </xap:Thumbnails>
+      </rdf:Description>
+      <rdf:Description rdf:about=""
+            xmlns:xapMM="http://ns.adobe.com/xap/1.0/mm/"
+            xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#"
+            xmlns:stMfs="http://ns.adobe.com/xap/1.0/sType/ManifestItem#">
+         <xapMM:DocumentID>uuid:B27513B97C64E111B85EAF4DBA8E5494</xapMM:DocumentID>
+         <xapMM:InstanceID>uuid:8d3c07a5-988b-4dc6-ac37-1c29469e933b</xapMM:InstanceID>
+         <xapMM:DerivedFrom rdf:parseType="Resource">
+            <stRef:instanceID>uuid:25fcf770-62d3-4c0d-ba5c-a4772087e00b</stRef:instanceID>
+            <stRef:documentID>uuid:332EF66894E3E011992D80E0D1F7980D</stRef:documentID>
+         </xapMM:DerivedFrom>
+         <xapMM:Manifest>
+            <rdf:Seq>
+               <rdf:li rdf:parseType="Resource">
+                  <stMfs:linkForm>EmbedByReference</stMfs:linkForm>
+                  <stMfs:reference rdf:parseType="Resource">
+                     <stRef:filePath>C:\Users\Lukas\Desktop\Screenshot-Event-B - tutorial-03-mac.bum - Rodin Platform .png</stRef:filePath>
+                  </stMfs:reference>
+               </rdf:li>
+            </rdf:Seq>
+         </xapMM:Manifest>
+      </rdf:Description>
+      <rdf:Description rdf:about=""
+            xmlns:illustrator="http://ns.adobe.com/illustrator/1.0/">
+         <illustrator:StartupProfile>Print</illustrator:StartupProfile>
+      </rdf:Description>
+      <rdf:Description rdf:about=""
+            xmlns:xapTPg="http://ns.adobe.com/xap/1.0/t/pg/"
+            xmlns:stDim="http://ns.adobe.com/xap/1.0/sType/Dimensions#"
+            xmlns:stFnt="http://ns.adobe.com/xap/1.0/sType/Font#"
+            xmlns:xapG="http://ns.adobe.com/xap/1.0/g/">
+         <xapTPg:NPages>1</xapTPg:NPages>
+         <xapTPg:HasVisibleTransparency>True</xapTPg:HasVisibleTransparency>
+         <xapTPg:HasVisibleOverprint>False</xapTPg:HasVisibleOverprint>
+         <xapTPg:MaxPageSize rdf:parseType="Resource">
+            <stDim:w>612.000000</stDim:w>
+            <stDim:h>792.000000</stDim:h>
+            <stDim:unit>Points</stDim:unit>
+         </xapTPg:MaxPageSize>
+         <xapTPg:Fonts>
+            <rdf:Bag>
+               <rdf:li rdf:parseType="Resource">
+                  <stFnt:fontName>MyriadPro-Regular</stFnt:fontName>
+                  <stFnt:fontFamily>Myriad Pro</stFnt:fontFamily>
+                  <stFnt:fontFace>Regular</stFnt:fontFace>
+                  <stFnt:fontType>Open Type</stFnt:fontType>
+                  <stFnt:versionString>Version 2.007;PS 002.000;Core 1.0.38;makeotf.lib1.7.9032</stFnt:versionString>
+                  <stFnt:composite>False</stFnt:composite>
+                  <stFnt:fontFileName>MyriadPro-Regular.otf</stFnt:fontFileName>
+               </rdf:li>
+            </rdf:Bag>
+         </xapTPg:Fonts>
+         <xapTPg:PlateNames>
+            <rdf:Seq>
+               <rdf:li>Cyan</rdf:li>
+               <rdf:li>Magenta</rdf:li>
+               <rdf:li>Yellow</rdf:li>
+               <rdf:li>Black</rdf:li>
+            </rdf:Seq>
+         </xapTPg:PlateNames>
+         <xapTPg:SwatchGroups>
+            <rdf:Seq>
+               <rdf:li rdf:parseType="Resource">
+                  <xapG:groupName>Default Swatch Group</xapG:groupName>
+                  <xapG:groupType>0</xapG:groupType>
+                  <xapG:Colorants>
+                     <rdf:Seq>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>White</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>0.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>Black</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>0.000000</xapG:yellow>
+                           <xapG:black>100.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>CMYK Red</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>100.000000</xapG:magenta>
+                           <xapG:yellow>100.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>CMYK Yellow</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>100.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>CMYK Green</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>100.000000</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>100.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>CMYK Cyan</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>100.000000</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>0.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>CMYK Blue</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>100.000000</xapG:cyan>
+                           <xapG:magenta>100.000000</xapG:magenta>
+                           <xapG:yellow>0.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>CMYK Magenta</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>100.000000</xapG:magenta>
+                           <xapG:yellow>0.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=15 M=100 Y=90 K=10</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>14.999998</xapG:cyan>
+                           <xapG:magenta>100.000000</xapG:magenta>
+                           <xapG:yellow>90.000004</xapG:yellow>
+                           <xapG:black>10.000002</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=0 M=90 Y=85 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>90.000004</xapG:magenta>
+                           <xapG:yellow>84.999996</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=0 M=80 Y=95 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>80.000001</xapG:magenta>
+                           <xapG:yellow>94.999999</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=0 M=50 Y=100 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>50.000000</xapG:magenta>
+                           <xapG:yellow>100.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=0 M=35 Y=85 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>35.000002</xapG:magenta>
+                           <xapG:yellow>84.999996</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=5 M=0 Y=90 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>5.000001</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>90.000004</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=20 M=0 Y=100 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>19.999999</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>100.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=50 M=0 Y=100 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>50.000000</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>100.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=75 M=0 Y=100 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>75.000000</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>100.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=85 M=10 Y=100 K=10</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>84.999996</xapG:cyan>
+                           <xapG:magenta>10.000002</xapG:magenta>
+                           <xapG:yellow>100.000000</xapG:yellow>
+                           <xapG:black>10.000002</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=90 M=30 Y=95 K=30</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>90.000004</xapG:cyan>
+                           <xapG:magenta>30.000001</xapG:magenta>
+                           <xapG:yellow>94.999999</xapG:yellow>
+                           <xapG:black>30.000001</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=75 M=0 Y=75 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>75.000000</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>75.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=80 M=10 Y=45 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>80.000001</xapG:cyan>
+                           <xapG:magenta>10.000002</xapG:magenta>
+                           <xapG:yellow>44.999999</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=70 M=15 Y=0 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>69.999999</xapG:cyan>
+                           <xapG:magenta>14.999998</xapG:magenta>
+                           <xapG:yellow>0.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=85 M=50 Y=0 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>84.999996</xapG:cyan>
+                           <xapG:magenta>50.000000</xapG:magenta>
+                           <xapG:yellow>0.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=100 M=95 Y=5 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>100.000000</xapG:cyan>
+                           <xapG:magenta>94.999999</xapG:magenta>
+                           <xapG:yellow>5.000001</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=100 M=100 Y=25 K=25</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>100.000000</xapG:cyan>
+                           <xapG:magenta>100.000000</xapG:magenta>
+                           <xapG:yellow>25.000000</xapG:yellow>
+                           <xapG:black>25.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=75 M=100 Y=0 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>75.000000</xapG:cyan>
+                           <xapG:magenta>100.000000</xapG:magenta>
+                           <xapG:yellow>0.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=50 M=100 Y=0 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>50.000000</xapG:cyan>
+                           <xapG:magenta>100.000000</xapG:magenta>
+                           <xapG:yellow>0.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=35 M=100 Y=35 K=10</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>35.000002</xapG:cyan>
+                           <xapG:magenta>100.000000</xapG:magenta>
+                           <xapG:yellow>35.000002</xapG:yellow>
+                           <xapG:black>10.000002</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=10 M=100 Y=50 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>10.000002</xapG:cyan>
+                           <xapG:magenta>100.000000</xapG:magenta>
+                           <xapG:yellow>50.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=0 M=95 Y=20 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>94.999999</xapG:magenta>
+                           <xapG:yellow>19.999999</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=25 M=25 Y=40 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>25.000000</xapG:cyan>
+                           <xapG:magenta>25.000000</xapG:magenta>
+                           <xapG:yellow>39.999998</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=40 M=45 Y=50 K=5</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>39.999998</xapG:cyan>
+                           <xapG:magenta>44.999999</xapG:magenta>
+                           <xapG:yellow>50.000000</xapG:yellow>
+                           <xapG:black>5.000001</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=50 M=50 Y=60 K=25</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>50.000000</xapG:cyan>
+                           <xapG:magenta>50.000000</xapG:magenta>
+                           <xapG:yellow>60.000002</xapG:yellow>
+                           <xapG:black>25.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=55 M=60 Y=65 K=40</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>55.000001</xapG:cyan>
+                           <xapG:magenta>60.000002</xapG:magenta>
+                           <xapG:yellow>64.999998</xapG:yellow>
+                           <xapG:black>39.999998</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=25 M=40 Y=65 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>25.000000</xapG:cyan>
+                           <xapG:magenta>39.999998</xapG:magenta>
+                           <xapG:yellow>64.999998</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=30 M=50 Y=75 K=10</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>30.000001</xapG:cyan>
+                           <xapG:magenta>50.000000</xapG:magenta>
+                           <xapG:yellow>75.000000</xapG:yellow>
+                           <xapG:black>10.000002</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=35 M=60 Y=80 K=25</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>35.000002</xapG:cyan>
+                           <xapG:magenta>60.000002</xapG:magenta>
+                           <xapG:yellow>80.000001</xapG:yellow>
+                           <xapG:black>25.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=40 M=65 Y=90 K=35</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>39.999998</xapG:cyan>
+                           <xapG:magenta>64.999998</xapG:magenta>
+                           <xapG:yellow>90.000004</xapG:yellow>
+                           <xapG:black>35.000002</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=40 M=70 Y=100 K=50</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>39.999998</xapG:cyan>
+                           <xapG:magenta>69.999999</xapG:magenta>
+                           <xapG:yellow>100.000000</xapG:yellow>
+                           <xapG:black>50.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=50 M=70 Y=80 K=70</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>50.000000</xapG:cyan>
+                           <xapG:magenta>69.999999</xapG:magenta>
+                           <xapG:yellow>80.000001</xapG:yellow>
+                           <xapG:black>69.999999</xapG:black>
+                        </rdf:li>
+                     </rdf:Seq>
+                  </xapG:Colorants>
+               </rdf:li>
+               <rdf:li rdf:parseType="Resource">
+                  <xapG:groupName>Print Color Group</xapG:groupName>
+                  <xapG:groupType>1</xapG:groupType>
+                  <xapG:Colorants>
+                     <rdf:Seq>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=0 M=30 Y=70 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>30.000001</xapG:magenta>
+                           <xapG:yellow>69.999999</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=5 M=70 Y=90 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>5.000001</xapG:cyan>
+                           <xapG:magenta>69.999999</xapG:magenta>
+                           <xapG:yellow>90.000004</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=5 M=90 Y=75 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>5.000001</xapG:cyan>
+                           <xapG:magenta>90.000004</xapG:magenta>
+                           <xapG:yellow>75.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=30 M=0 Y=95 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>30.000001</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>94.999999</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=60 M=5 Y=95 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>60.000002</xapG:cyan>
+                           <xapG:magenta>5.000001</xapG:magenta>
+                           <xapG:yellow>94.999999</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=30 M=0 Y=10 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>30.000001</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>10.000002</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=60 M=10 Y=5 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>60.000002</xapG:cyan>
+                           <xapG:magenta>10.000002</xapG:magenta>
+                           <xapG:yellow>5.000001</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=80 M=5 Y=10 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>80.000001</xapG:cyan>
+                           <xapG:magenta>5.000001</xapG:magenta>
+                           <xapG:yellow>10.000002</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                     </rdf:Seq>
+                  </xapG:Colorants>
+               </rdf:li>
+               <rdf:li rdf:parseType="Resource">
+                  <xapG:groupName>Grayscale</xapG:groupName>
+                  <xapG:groupType>1</xapG:groupType>
+                  <xapG:Colorants>
+                     <rdf:Seq>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=100</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>255</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=90</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>229</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=80</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>203</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=70</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>178</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=60</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>152</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=50</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>127</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=40</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>101</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=30</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>76</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=20</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>50</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=10</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>25</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=5</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>12</xapG:gray>
+                        </rdf:li>
+                     </rdf:Seq>
+                  </xapG:Colorants>
+               </rdf:li>
+            </rdf:Seq>
+         </xapTPg:SwatchGroups>
+      </rdf:Description>
+      <rdf:Description rdf:about=""
+            xmlns:pdf="http://ns.adobe.com/pdf/1.3/">
+         <pdf:Producer>Adobe PDF library 8.00</pdf:Producer>
+      </rdf:Description>
+   </rdf:RDF>
+</x:xmpmeta>
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                           
+<?xpacket end="w"?>
+endstream
endobj
2 0 obj
<</Count 1/Type/Pages/Kids[5 0 R]>>
endobj
5 0 obj
<</CropBox[59.333 267.667 541.333 620.333]/Parent 2 0 R/Contents 11 0 R/BleedBox[0.0 0.0 612.0 792.0]/ArtBox[59.333 267.667 541.333 620.333]/MediaBox[0.0 0.0 612.0 792.0]/TrimBox[0.0 0.0 612.0 792.0]/Resources<</XObject<</Im0 7 0 R>>/Font<</T1_0 9 0 R>>/ProcSet[/PDF/Text/ImageC]/ExtGState<</GS0 8 0 R>>>>/Type/Page>>
endobj
11 0 obj
<</Length 682/Filter/FlateDecode>>stream
+H����n1����ܽ������mE�@B�Vp��4��$Kz����w���[�(R2��x��g��V!&�>#8&m�e�̲����Vo�V����8䤭||��rvֳ��1��e�C�h=&�i�����~ԫ���*���D�֔`��q�찥�_����V�TG��PV�s�,xFSv1!�h	R�Awk��y֚�,6����E��{�\������$�M���Y�j��jCc����g˫66�Xf�F-u�pC]�&�����Ξ�����<o
6�W��f�[�͛��f��1n���6������V�QVw���$��^����l��/�
���t�X_��1y�]�떛_��~uG�I'�`�ڰ���qރE�3�O�J{˥�d�z��K��j��P�Hl}��14T0DRg2����J}6���!L"W���Sي
+��d�
T!�,N#�%5Q
+`9�y��q?�0)�l�Zb�L�\��)�C��I�� ���K���`S��̅�eq�bD�X����A���!��Db�a�~��#�)��A�H�%O�*>�e&�-U�b]�b�D(2;Y�y
ҿ��p�0I���;�e&R-�g1�i@��s�T���n3������,cen��R�\��P��X��Ehʋt�a�g��ɵÃL���l��WB��&�E�v�U�]��P���0�f
+endstream
endobj
8 0 obj
<</OPM 0/BM/Normal/CA 1.0/OP false/SMask/None/ca 1.0/AIS false/op false/Type/ExtGState/SA true>>
endobj
9 0 obj
<</Subtype/Type1/FontDescriptor 10 0 R/LastChar 121/Widths[212 0 0 0 0 0 0 0 0 0 0 0 0 307 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 542 0 0 492 0 0 0 0 0 0 0 804 0 689 532 0 538 493 497 0 558 0 0 0 0 0 0 0 0 0 0 482 569 0 564 501 0 0 0 234 0 0 236 834 555 549 569 0 327 396 331 551 481 736 463 471]/BaseFont/QTEKSN+MyriadPro-Regular/FirstChar 32/Encoding/WinAnsiEncoding/Type/Font>>
endobj
10 0 obj
<</StemV 88/FontName/QTEKSN+MyriadPro-Regular/FontStretch/Normal/FontFile3 13 0 R/FontWeight 400/Flags 32/Descent -250/FontBBox[-157 -250 1126 952]/Ascent 952/FontFamily(Myriad Pro)/CapHeight 674/XHeight 484/Type/FontDescriptor/ItalicAngle 0>>
endobj
13 0 obj
<</Subtype/Type1C/Length 2595/Filter/FlateDecode>>stream
+H�|TkP��%d��#;K5��F��BT��
+T�]" h�(���� ��
+ǨE�`=
+� "jAD��BE�J)X�(�@�+U;��]�虳i�3�ufg�����<��>�|8fm��8>c��e�!�ّ��
+JIr	VF�%(R,�,G��tk��)Z���޽�A7Ӯ�?)����ʺ%I����T�����-������_TR�R�C��LTIWm�LJINJQ�*�dR��i��J�T)SԖ����4�?�-U������c���Ԥ�*�B������R�Q��E�2Q�/M�*�?L󖇬ۑ��.�F)�b���0l��0l>��Ya^�	�-ñ���a�l
�E`����*��Jb�/��V��UPemg����p���a�C�%��h�(Nd��	�������ƍ���8�M�o��M��G7)���(����K0qP4Al�}���	�*e�!K$�
����|A
tP�!�[$���=���݀	��+���訜�K9�h���x��=w������v���NDr}�.�薴�cN1���Rw: 0{��5Q���F�|+�{��M�Xob�u?A���r�܅qR
+�;Y�&�9�k�L·�N�R�����'7ՈZ J	1\+[G5��dws|)�<>�~�P�{
+��@SР�<���۹�&��ٛz7���t~�L�����Q�/�����ql�i���6�y��]a�a���W�'g�<�/�����4}��}x�(���~���J4��r
+�i���f�TȄ�h2�Dr6g)��H��"�>�
+f�S?̀٬����z��_1d��&8A쯨�;E�;�z���+��)��ֺ�,S)�𠗭��B���Tai���~��*��0k�Jw ���-=p��_[���1�c^��E�6O��S���^��M��Y��^�W����ՌK�5L�"�LF�����5P�%5��y^��]��AƸ�=#w�?.ݮ��O���s���/�����޾Z{ͬ�>�L��R���-�+���OH�/K�xt9��s����}0XE��b���mv
���b������]���7scqw"���z����q�t�B��F{��e��@#�ݒ<3|l�Ď���۞͂��.$�՚�85�w��ۮ��a��[�m�X���v��H�b����rI��hI$�G����dY���\�m8��	2�`�p��>�m2H</Sd�^�ܽLDVd��ޢ<}��e/���GӫTs>��ng4A��l5�4��׆j��l-�	����^0�G�����h
+��>���
w�4�G��u����M��m������`���jk��$�NM_���c�kx�<�8J!�Vt!mc��&9:!�9>u��o���ft|A�^�A"�\^�E	�P�6QHe����͐��v��
+��7=��?׆��\	9��5��X���]�Ѕ7<��aj�����\�D,rE3=��As�8����e%g��.aV�R#��>n��Z����<x���U�{H+F����?n�-�s��(x�sn"�M���JH�T������cϨ��1�8�MǍf���<��?�y�E���#�8	#�������G��������_]����������������N�@���
�a�Ӷ1���d�X7�Wы���%����9?}	}dA�F��*O���Bk��������"�����&��z��Κ� ��W.
+��b�ٲH��'�%M7��U��T�g�}��tF���͇����~������v�����{{y�����[�{h��p�^͟�3�P�GuĦꎤ�h ~�O������	�f�4�<z�0��5SU�?�/bȱ������ѯ-�[��L���s�-����R����4�_Y��N#���E�芙������Ň�X��#٩��E�:�ӈ�ilAV��hiߖ��`�X�G��A2,�p�J�m�j�A��9�n�:�ʫ��7J�k�����}���Nx49�$�v����m�dJ`�U'S���x����˶��X�1��GG�\/�x�=T&
+>~r;�:~.����	���������~}�sZz�����������bv�xw���|���r�x3��{�{�~d{bbP;o����3���>�a�ι���x�<������u��Hv�xw��^p��x�L�x��R�x/-���{_}c�c���~�{�,���}�����w��S���x�&�x���zМ�������R�[�U��{��0�x4F��{R~X�Z���}�y�@��A<��{V{W�Z���~�}�K��c�v��w��w��O��x�8���@�������������n�p�o����>���9�~,G${q{r{n�{�|�y�F�k�v�w��[��x�G�R����������w^misxqun}u��A������ǿ����:���.+��h�f�n������!�����6��^��/����t��J��L��o������`E���	�
+��
�h������
+endstream
endobj
7 0 obj
<</Subtype/Image/Length 180525/Filter/DCTDecode/Name/X/BitsPerComponent 8/ColorSpace/DeviceCMYK/Width 849/Height 599/Type/XObject>>stream
+�����Adobe�d���������								




+				
+
+
+
���WQ"�"����������������	
+���������	
+�s�!1AQa"q�2���B#�R��3b�$r��%C4S���cs�5D'���6Tdt���&�	
+��EF��V�U(�������eu��������fv��������7GWgw��������8HXhx��������)9IYiy��������*:JZjz���������m�!1AQa"q��2������#BRbr�3$4C��S%�c��s�5�D�T�	
+&6E'dtU7��()��󄔤�����eu��������FVfv��������GWgw��������8HXhx��������9IYiy��������*:JZjz��������������?���q�r�����˞]�I|�"D��#�N�)���$�%�T���I*���ʫ�Ƒ��`�����k�4�M�����q��&@����3���}��S�ņRÄ�>-���3#�_H4����{;�li���١
Fq�x 3�)B?QI�Yߓ�m�O��J%Hŧ�mAy����ʬ�J��?8�3���aT#!,nߛ���*��QҦ��̌���-l�����H2�[��i]9�P���6���,C�_��+�F���,���/�׃ܘɑ�j�Tt8�	&�Ms]��kf��,����d�
x��x��p
+�
�n��{U�Zg�0���0r�S�bjO<>!��ޅ�!����������=��P����1��t�wZ�����ФwH����t����ZSs��d�����P���#�'I���E�����k��'I���E�����k�y��ǎu^/�8��d��T��b����m~c��������f��������W����[?���o@�ށ�8��'�Y�_��7�'�Y�_���<ss8�X�����/���R�)��������W����[?����V��?�_��l���E��sz��_�t��d_�9�ߢt��d_�9�W����x��b��S��P�&O�I���,��V��?�_��l���o�[_����|o�E���������~���������~���������^c�71㏅��N�B��?�'�����[_����|o�E������m~c��������d[�>7�|%�'I���E�����k��'I���E�����k�y��ǎ>/�8��d��T��b��m~c��������f��������W����[?���o@�ށ�8��'�Y�_��7�'�Y�_���<ss8�X�����/���R�)��������W����[?����V��?�_��l���E��sz��_�t��d_�9�ߢt��d_�9�W����x��b��S��P�&O�I���,��V��?�_��l���o�[_����|o�E���������~���������~���������^c�71㏅��N�B��?�'�����[_����|o�E������m~c��������d[�>7�|%�'I���E�����k��'I���E�����k�y��ǎ>/�8��d��T��b��m~c��������f��������W����[?���o@�ށ�8��'�Y�_��7�'�Y�_���<rm�Oem�y������PSg~��j�5��������~.�r��Y2�P<��Do�/���˟.<C,���248�[)��������W����[?����V��?�_��l���E��s\Ow��]�M-�����G FI�P�A�����'�'�Y�_��7�'�Y�_��'�oO1����t_'�@f�4�Z?׃��6s4�5(ؚ݈|�w�=����ȗ���0>�-����Ù�a�}M����1�j4Ӊ��5�v�
+�ܪ�>�7�
_�M���O$�s��Q P�����e?�1������g��T3���������-��P�Au�JD����ĥ����5_�"URI�cҽ�����6F��[z����G�zds�V�i���:O��/���^o�:O��/���^Jt��.�GE��>b��F�oѤ[)/n/��I��5�5,�)<��T����/�/��'��W��3�>�e��v�������Z���(��f��:�x���L(l,�\�w>{lP4��@D�B 	��������2��[_����|o�E������m~c��������a%��4�RYA�\�7�5�[�)���� j������`ڃ$�/��ނ��4��jJ�n<:
+r�U鐏�:O��/���^o�:O��/���^I����

�ãk������e�F�Miqm���)�Zy����*cnB�Ej
2�o)hz�[�~���l��Ok'��F���ԇ��͓���rڸ��c8����wF&��+m�)����S9���ñ��YW������7�"������1������g��T0��:�������$p=�wrC��8�%YiR�>��4�v�4n��#�-0nh+��閭h�A� �t��d_�9�ߢt��d_�9�蟕�#Q���N�{i�I>�������e��[�jB�LG\�(Z�#K�u�F�u۝]෸��P���z@Y��Y��D�`+s�ڕ�OQ���ᇨ�t/y������6L0�1��Y�@�f���l��V��?�_��l���o�[_����|o�E�������L�O6�W6��T����h�AԥI�#M��3������yw|�@���OVA7:|�~I��7��9���D�?�ȿ�r���y�D�?�ȿ�r���x��<sz��9��b��S��P�x��'���o�[_����|o�E������m~c��������dX[��~Y�
#�����"������5������"������5���E�t�Z�.�uk���j�G���y ��;��ƅ���k��"��<��>��;܋��:<Z��OO��,~�<��=*����ز���c���W���?93����BA����������m~c��������f��������W����[?�������C�1�	���#4JVBry^l�O[c�-m��Dk')n`��dkE�Yh��~����p��N���,���/�כ�N���,���/�ם:�ɾY�����-Jc?��H����Z���n��<�>��˶G4�,i��Z����7��W�am�If�]^]J�E�;8�4a�')袔-SJ��Lc��2�i	�5�3|��OG��3��8��>�ߐ�d?�1������g��T3���������-��Pȱ�Y4�m������>�FeVuN F[�>�����gm�����akYg2�L�Gs~�\���<ekQO���FE?D�?�ȿ�r���x���t��l*d�
����/!K7��.��Aqc�a�F�/���2^��d�Ԭ����t�;}f�O���[�}3V��v��p����/4�ʲ��~���~���&�KJQ�
FR���qlH��_�츴�����#bc�����ln7��?�[_����|o�E�����_���r������Ѹ��cK}��r&�W�\��X'�/��X���X~�ypބS�[G`��b��ˆ�r�D�$�)�kN��$ֻ��'�'�Y�_���^���ڢ��L�����>ѭ<�sf%���t9�N[&�>�H©��X@$qNm�i��W�t[�-��^�5��,t=aXIh�I4���D$��Յ|rY���G-b��8J|&bz5]G���M�<��Ő�L���Yf������������-��P�"���͛��X�Nd~v���[�s�v�M���,U֠�*g���%R��)n����
+�LS�}9�V��ƀ\)�A�s�'I���E�����k��'I���E�����k�'H���d��ހW:��^]���4���/�w�nt�;Y��R[�U!/q�~p��u(����O<�a�a��d�"6��w�k��x��J Y$�d���m~c��������f��������W����[?����k/Z�(�F�*���*N����5	�.>�q57�C%,�"�'����jI�թ��E�'I���E�����k��'I���E�����kɞ�����
S�6Z_��k�n�i|�
��>�,����(P�*E��~gi�bӴ�&?U�K��U�4��;�fw����(���1��$�G>	e�1�L\H�8x�������FdsHF�,ՉЗ~��e�1������g��T3���������-��P�;yŵ�������#5��h�	A�T��r�l05�.�����Z���K!W�kh���iψ=M����'�Y�_��7�'�Y�_��:N���/T�����+M��Z}�����[Dz����F�eyZC^.�EO\yC�Ӭ��'��>^��Kho���^��b%$�Sϟ��;���G(�F@轥�������=�$�9A����Q7��l��V��?�_��l���o�[_����|o�E������3߬�WZ����*D�����YX(��UBu�+pɨ5���u�S7v��H�U��N$�k���w��'�Y�_��7�'�Y�_��$�����?3>���P�b�Gr��0Kq��	�� C̙*�,8��A\�k@��H<Ϡ�k���^6�qp֯a=���넒'�`U��+��lA�˼]-�pG�m��kc�k����!�+���ހ��+}�2/�[_����|o�E������m~c��������doO�]G��A%�s��ʐ�ߐ��WjxT�m֊Oa0���3�Nd�.eIO`���F)SN�do�N���,���/�כ�N���,���/�דMK�>����~e];]���ɣŧ�x��hıC=�H�dee�7^��$�T�H�V�4�	��Fr�8����#Tyta8g��ŒC������������7�"������1������g��d��[�n�oe<����������Ȝ�V�Q�����#T�����&1%��w��0�D���}�w�'�Y�_��;�����n����=�����^��v���\D]���%��D&WZ#�Bi\��嫫_.^��r�&ӵ�Ю�֎�������	^<7�_��4������\;�~�][��u0>�����.^�ؽ� �}lȦ���ͷ��>�$R-9#��+
+���nC������������-��PȆ���=�ҭ� ���^\���ށ�����*G�i%��5h�&��!P�?k�/n=�;�'I���E�����k��'I���E�����k�~���5]G�x��p�Ӑ�_�f�m7������N�����M��ԧ�<ۧ�I�����x ����5�ı��qXԱ��T�Q���F;�0��n��/��Y.F\�~�|q�o̎��������7�"������1������g��T2/��N���4�u�3��Ҫ�L��B�]��0"���s����\� �O�� ���Աn>�����"������5������"������5��>^��t�3Z�u��t�Q�.>��SAuj#i"��_ّYX6�����r�cX�F���G�E�d�'9n,T�{�,��V��?�_��l���o�[_����|o�E�����b7�����-o$�pJȁ�	#TS�qM���E���O�b_�t��d_�9�ߢt��d_�9�W��οi���ygɒy[�ZO��P��mF��G���p��F�5�Pc���#�*�K�X��,�@��Y$E�M�.�����8�I��/�L��V��?�_��l���o�[_����|o�E�������ꗑ��6����������WMcy��F��(�Ҟ#�q��:O��/���^o�:O��/���^tW�Z�|ܺ.���//ʲϪ���M�4�C�fi���$�Ñ6��G��H��u���vv�Ӯ#����Ȧ�h%w��>����V��G�I�c<q��×�F�+g�M��r9�R��y�	�I��+k������H��C7������7�"�����@���[�d�k�`[��LԱfV
+8�j�^����n"1=��OZX�X�aS�t��u�E[K��K=�*��d�
�o��^�ˇ�S�+�IZ�N~�����+J�}ŭ���u
SE��_ҚzZ�BU��`�-�\����Q���V�9��Q���UyuV��ݭ�����ӈ�ijz��P:e�S���O�'1��r��3!������-�G���`�Pb
ׇ������s�eQ~j~fLJì�!Ug`���B��K~�u9m������ϬJ��Q���+��C�zW|���I�H�f�9%��y.#����v��' I'�N��\�B�k[e���W �"�	c@��Uxr޽H푯�:O��/���^o�:O��/���^O���MkX򽟙���t���l��H�L�%�����#7M�W��D�\++T5>�.ǗK�x�D�����H�64i�͇U�5�R�G�Tk�ly�	�������7�"������1������g��T2,f�6q�5��E4���#� n\yD�+S�?{V��DX[r��G^Jg�2�� ��#�����"������5�E���}U9R����ڴ���S�^�ޙ�4k�+�iL���6�4I��{˃�����=yԷ�9�|ΖP�'E�L��c����n�ԷT�X��
y S\Ǝ���^1��?L�7�m��2Z����-�����b�ߕ�C��+k������H��Co�?�ԍ&}bU�Z��6v�_�Z��һ�2=j�]w��/�U`���t��Sf��Uh[��RD��S���ͥ�4d������m�w�'�'�Y�_��7�'�Y�_��&�}P����WZ��,��.��4��=KK~>��K$�r(7HهN�>�E�r~]hZԺ�ծ�wy�F��.=y ��3��Ɯ���k��"��u:QU����ؾF���sh��S3^-zdA96�"�c���/������7�"������1������g��T0���N���q����fAS�q�rH��	R��#�?�to-x#�oY�b6h��1���͑~\��z�v����Vo��Y?!��'I���E�����kΩ������|��}sPy5�v�iQ���.�q6�m�������TEC�
+>�~����16��i^f�Լţ�4��2ZM25������ی�D�r�i���i�g&8@Fy#�X��};�z��GfR��=%#(��U�Aq��̎��V����ol���N��h���Ƥ�([���C�V��?�_��l���Em����U{�8��~�_U[������D���7þ�M1Ҵ��g=�r��֥�����1F@@�K�r�'I���E�����k��'I���E�����kɅ��4��K7��`���1ZEfחM%���E¬�?�Y���������i���_Ͷ�ky��Ma����Y���	T$UU��=��𓖝F�&��p팛5�B��j��U(�q�8x��^���+ٔ���������-��P���+k������H��C#���^k,�E
+K+�b8�Ȏ�
ӏ:S^�e�Kv3L������!�e�+�VBx�ǎ������"������5������"������5��˴��մ9<�h�f�ู�D�	d�U�F�H�𲯫�/>��XiYU�`�Tc�a��=�q��K��,n
,3b��Se��Q��1a����������-��P���+k������H��C"�>�Ȃe�iV$�y���@���U���zt^��8��'�Y�_��7�'�Y�_���<ss9w���N�CG���R�)��������W����[?����V��?�_��l���E��sz��_�t��d_�9�ߢt��d_�9�W����x��b��S��P�&O�I���,��V��?�_��l���o�[_����|o�E���������~���������~���������^c�71㏅��N�B��?�'�����[_����|o�E������m~c��������d[�>7�|%�'I���E�����k��'I���E�����k�y��ǎ>/�8��d��T��b��m~c��������f��������W����[?���o@�ށ�8��'�Y�_��7�'�Y�_���<ss8�X�����/���R�)��������W����[?����V��?�_��l���E��sz��_�t��d_�9�ߢt��d_�9�W����x��b��S��P�&O�I���,��V��?�_��l���o�[_����|o�E���������~���������~���������^c�71㏅��N�B��?�'�����[_����|o�E������m~c��������d[�>7�|%�'I���E�����k��'I���E�����k�y��ǎ>/�8��d��T��b��m~c��������f��������W����[?���o@�ށ�8��'�Y�_��7�'�Y�_���<ss8�X�����/���R�)��������W����[?����V��?�_��l���E��sz��_�t��d_�9�F�N�����+�+q�L��ZT���A���JF��ף���|��b��ØH�YFy/yϑ?Q�O������7�"����1ҿ2?0���k�15���^������c,����L��*7;�*D�>
����aZ}��i�q/Б��������BE��,v�>��`�T0���|_͏�Q�����/��l��Vƭ��SN���p}+��f������ӭ���J�����>���~��Wo�?vGa�z��=�,��DŽ���=%�T:]��bh�m�7�?Ri�=
��犒
������׶�l���n������k�ۋ�e�k�:ܹ���$�B�|��e��Ѡ8b/z��@x�[�5���躇�'�ⶴ�t�2Kqez�M5��3$�q掋�N�E޵�E��O����4�O�Z���c��izl���h�F���f�i^���IЯ�t����/���
n��Z�0����_\�y�So3�jsplZ1]�G?BE��,v�>��br�v���0B�K;-��b�>������'y����q��:Io>���v�z^A��5��Bh���즐G�+���y�W�񇤐}'��2<���R��~���տ�i������lZ�_6j�<Z/�o��^�C{����$p�y8�~���`w������[<���q_�6øc�-mi�6�V�n..�+�-�"�c��Q�m��<����"ʡ�i%�UCV��M<1���"���;?�s�1D�{�ȯ8����EFt�_.X~c[�s��,��~�c�Y��l䈑����Fުu��eC$�����D��EF�׷V8�\�d&@��|���?1��r�Ǚ�-���K[�H�����JC�I~��K������ӭ���J������:�!�f�5;�RH�R��`z���^0}^k��imH�V�2�Mo=H���_�d�'E�E����o�gL���ٻ�������W���)����qIv��$��X��`����C0pU�[��.i���o+����^z���@�Q�PA�#S���^��ӓ���M�&o��erŋS�\X�c(ʬ�hr;
�!�.�,Lr�bctI������Չ���Z�t}+o�l#�:�����~`�5Z[x�F��U���kxJ���)��2+�`KQJ;����n�1�����	)g!��NS8�
<%�+_�-7��G�;[\������L�����.l���9��b��~�������ǿ�J�fՏ������l��l��5,-��o�8�a�RK_����$���.����i0���)+�wg
+:��'�6pW�Q�o�?�5�����?�6:��SG
.mLc��G$D��0"G��eU/-�^�ϫ�d��4�Yr��?��@b2F��7q��_6~f�/?k��,����;|�_[Kww��u��O�ң�v��{����օ�y�T�mJ+_�<,-��ʁ-������7�QF;{�?_����^m�U���d0I[�$z-��'�0)q]��l���ʎ������GL������5�����?��ţ���%
g͗&^J19',��,ܹ���:3�MV��!���bO�.8�fS��lȚ�$�)#�w�p�[�yDb9[h�(V��@ۮ�f��	��
+~U8#��_���ͯ������l�_����^m�U���d���d��Tw��X��:g��f�������V�������e������_�`���%���R��R���������6��*��ɳ}����y����W��M�.c71���Qߚ��`O����Y��Tw��X��:g��c��/��?��%���R��R���������6��*��ɳ}����y����W��M�.c71���Qߚ��`O����Y��Tw��X��:g��c��/��?��%���R��R���������6��*��ɳ}����y����W��M�.c71���Qߚ��`O����Y��Tw��X��:g��c��/��?��%���R��R���������6��*��ɳ}����y����W��M�.c71���Qߚ��`O����Y��Tw��X��:g��c��/��?��%���R��R���������6��*��ɳ}����y����W��M�.c71���Qߚ��`O����Y��Tw��X��:g��c��/��?��%���R��R���������6��*��ɳ}����y����W��M�.c71���Qߚ��`O����Y��Tw��X��:g��c��/��?��%���R��R���������6��*��ɳ}����y����W��M�.c71���Qߚ��`O����Y��Tw��X��:g��c��/��?��%���R��R���������6��*��ɳ}����y����W��M�.c71���Qߚ��`O����Y��Tw��X��:g��c��/��?��%���R��R���������6��*��ɳ}����y����W��M�.c%ߖ�Ə���.��ϨX�c}k%يY�mug4xB���t?�Tw��X��:g��f�������V�������e�VmV�>,������R[p��X2��S�r���󉰡��w�}ơ�5����nb�,�G
+�D��VU��j࿯���6��*��ɳ}����y����W��M�Z���M3O7O���{��,v1iڍ��@b$��q��(7�l>u��~_��q2��
_)��"a�f�	�@�G<
+r�����ʎ������GL������5�����?�)ɓI�"9uBu.+2��F;����U���><ZcU����s��.�=@���,)R}A�[�q ?wŹڽ��[߯ї�[݋�M^Eɏ��U��1+�iL���/������E^�6o����6��*��ɰ��~yA�7��y����WZ5�ܑ���SZ_�}/�D�ϔ�$n���*T��@v>j���^��j�e��R�z��N��n�Yf���T�%�̲I@�N��Q�ʎ������GL������5�����?�+��������D������d{���-f?�2'�E����@B
/ս��++kԸUf�k����4�)W�4�j|J�h�ً{{h�W�]5��78�@��pVm��S�}����y����W��M���_���ͯ������l �u[_%��H����q���!�E����%�^"E�DV�W|9�~���w_�t�V�]I,��.��sg;�����%���1ĽX�ʎ������GL������5�����?�.�m�K(�Dd5(��^�"<�X�1�����?�3�x%���:v�Z��RS�Cr&F�!<�Q�Ĭl/�m7��fXb�Ğ@�V�R�}���`߯���6��*��ɳ}����y����W��M�<���+X�̖^j��|�����m�͖��Cꛨ&���$�F�_j�MOP��[�)��y��Wԭ/n.#�����; ��.B;K!~,�@�m���*;�W��	��q3��3ʎ������GL���̮�BB��A���	����S!-`���)&�ecď���ƙut��<�2Z��̷w�	���vE�o�	�폺���Q���km������Y�5��s�}��'��_���ͯ������l�_����^m�U���d7M��ү�����i!,V+�"���)S�)���j���l�WV�X�}B�X$�ULV6�Y�
+"�U=����Tw��X��:g��f�������V�������e�����������rqF�T"`1��QQ�U)�X�A�������2�T�,����W?68������W�_�y��dپ���������ȫ��&��_yW����&��躍��3[\�%�7p@��� G	�o�f�|��M�W��>�w������"���[�h�$�6��H��^
��a_�uo����_��'��t��,���*;�W��	��q3��2�H$%TA���R��������)�GU� t��������:R�/^�{�a�kw��X}bdF�5��%e-�I���޻f�D�RH�����i���-]��nC���x`�����6��*��ɳ}����y����W��M�>h����D�R6ZO��4�]��%Tx�-爼(����O�Q��S��yZ�˚���mdX��5�'�)ks=�Ëag$r@�'@Ȫѷ�w�Uo�Qߚ��`O����Y��Tw��X��:g��ep��8Gu ����� �^���M���$�9i��y&}2��**Q���]��]6�8�i�'�3������|2�zgd�˸�w�������7s������dz�IX�dQTlM|7�O�����W�_�y��dپ���������ȫ��&�
?��V�<��X,��}�����H�s5���\̐(y>LhAj��+Z�t}cQ�Ԧ0�>���D��Kyi<Q-X�L�*ESA���5�����?�7����_��'��t��,�Ţ���D�������3�$��-dg	��<s�U��Q����uĖ��|cK�I�$�Ӎ�H�%R�
�*����Iug���^Cp��S�Q,���@'���������W�_�y��dپ���������ȫ��&��Z�V�a�;L���s��J�����ge4������9��X��a%��׾���������0y���V�/�)���$�c#�I�}P#/U2�%�����|&�������V�������e���G~j��Ձ?�#��fBCC9d��G���O�<�sߟ����N)�0�|8�Q����$$6��!���k��ֲ�P�ҍm}k��ſ!��,�#����ƌ�t�-��DY���y�KQ5�8n,i"�*I�pg�����W�_�y��dپ���������ȫ��&Ⱥy��t�ֳ���ё�O�k�;�4�1����<�t΀�e�&��=+�#\�nb�,��������%棥�kAp	�"�����nJ*)�����5�����?�7����_��'��t��,˲d�N\q�H�L�(����N8j�8e�S�W�k�=(�[1ݥђ�H$0��4jӀ��Z}�ڄZd��SE_J�qe!wko��԰n�v�&_����^m�U���f��������k��"�?�
+4�o.��]GT�7��A�.���hd��o��\1��^ۓ)�8�t��.����q�?,����~^�wϨ_��$�'�w��b���c�6<��
+?�G~j��Ձ?�#��fQ����=t�����3!9id���DD	F�LLl	ݲS)KLdfxLerbdw r������ċ��L�*�i(��SQ���\�5	%���X�X�0��#����Cl�b6��0���_���ͯ������l��� 5�`Q���q����Z�im��9[j���݌	l8;��~�
ĵeef�>�N��X���>���)k�Mb���Aqoim̯V��TSq���G~j��Ձ?�#��fo�Qߚ��`O����Y��4Vk<�5����Ɉ���'IJbl���Tn-��b����&D.D�8�0��&�4�kN�Im$z����i#�Tp�Z���P„To���������k��"�?�7�����W�_�y��d�?L�w�c󍞥=鷎/'�����k�њ�qD.=^O�2����V�q�t�~��~\��{�6�y�Vmv+�us�Q-��%��p���Im���]��*;�W��	��q3��3ʎ������GL���̮GE,�/�b��ҏ13�k�nztl��Q�&?L��^�]��{��>H�i
�sMm��\[���?߱=}�`�[����[(m-
��0Cs��]��Ƶ�р�6k������6��*��ɳ}����y����W��M�y��ɞs�.|�'�N���G&���aut�� ����cL��A�v�SE��+�|N����W��R�B\z��`�!1�k��d��Tw��X��:g��f�������V�������e�n<�\p����F��|6���MŨ�x��&Tl���"��ϯ�hKK�[A	���(y�R�	V%�hd
! ����H�1�j�Ȋ�����QY���`b��SBF�������y����W��M���_���ͯ������l>�5o�MSͺO�����[if�M]>�Io.4ȡ�-����)鱗�R��$��>��7�W������K+ϫ�y�����E�4��0��H���j��Tw��X��:g��f�������V�������e�W���q<Q�����������ݍ9/I�����<���?W�ӧ����+���ynR8�P���,�E-��ژ%��y���8���X���2D�ՃJx�M6�_��_���ͯ������l�_����^m�U���a������y���m?P��M��R.�w=��������"Q!*����r�B��\�hΟc�����c����]=8;z��i��T��#cV�ڝi�?�5�����?�7����_��'��t��,�h�%��$�7y$e/�[2��	�cNG	�@�~�<�9�����E���EڠI-���+_��K�����+���֒܋!
+V��Y'�HY*� ��~�i�����������ȫ��&����/������E^�6�j�yM�Ro���/����m泵��8���˖ե0�F�.t;������v��c�- ��*��+�o�f�i_���ʎ������GL������5�����?�2�GR4�]�t���ia�����LJDOy?��S�V[���@�F�Է8� ��<���F��A����'���V��֛����������k��"�?�7�����W�_�y��d�	��{��eHc��C#�o[¥�$q��=�S%�����M�R�sT���Ь.��b�.��Y��@$�)4俲��
+�������V�������e���G~j��Ձ?�#��f	�4S��͎�K�#�W�a�}Ɇ-\<_�L���17�	߾��PR���H����;��-�]KS������䉁�G�dy7_�cz��F�`ϯ���6��*��ɳ}����y����W��M��~d�&�s��5�iV�w����F[{y��F�,%y�32�+��(��|=hQ}�M��>ZѼ�t���]y|ͨj�V���0�����좤�����5�����?�7����_��'��t��,�1�2+R8l1DƄo��F o�"��r�N��x�Lx�eu!R��M�>d�=3P��� �������"$���f�2ն~&�~�m��%���������ē,�8���H��E?��L���/������E^�6o����6��*��ɰ�K�,��6j�mM~�d�-�I���ap�X��PM�\�9��2�k��`Ī�Ȝ昞R�ӑw��Ww��pzE�f�ܸ�j�_e$��q�_�5�����?�7����_��'��t��,���"_���v�2LG�%������ȳ��#+'(��6���Oէ��p)^4��ݹ#e0T��	�=���p�=+���74�-=0-T��*��c����������ȫ��&����/������E^�6:��Z�ڗ�����X��JRZ;�Kȡ>�OPriPP�Ew��s�rc�$aB�����?�G~j��Ձ?�#��fo�Qߚ��`O����Y�c͢�8c�?��ü�ӏ��>�my��_�<�D��W��-��n����%Cq���#Hcp�r�N�(w�\3���39�$���;(`k����/������E^�6o����6��*��ɰ�������؝>�K�+}K��6$kqkj�̡$Z0� ({�.�������]v�^�u���㲗�_&
+��!�)�n�����5�����?�7����_��'��t��,��h�Q��7&\G�Sd�fp��8>�U���%�M���0X�.Ix��t]��[n��oo8�����5���+Y�)d�+u����J7F#�kLW��_���ͯ������l�_����^m�U���d�_�M|���=��v��jvz&��յ��\�E�n�0����j�ՙ��=��@ռ�g�j�i:���^^[C5���^�w���rp���hF�3�Tw��X��:g��f�������V�������e���:,@�j�$DqqB��Ӟ�ݷK&�D�$2G���D�{
��@&�</�qӭ����Our/a��b�Ȁ�iSV)���lj��^=���P�5��®>�2#A�h����$�z�o]�O�����W�_�y��dپ���������ȫ��&����gmi�qb~�{�=���Ve՞�.V�2��NT���Dּ��y�U����ݭ�Ə�粖�o5X卾�p��c�N��ݳڞ��5�����?�7����_��'��t��,�2KE�J'Q'�qT��<��v��]X�Z��K�'��"�hQ��|rt�ƭ���A���][fi8�,V��*�cn4����[;�xb�^#%�wQJY!FAH���`k�������y����W��M���_���ͯ������l&�u}6_!ygA������u"�Ke���
+yzm��#�l_̺晨�����26�����8:��w�(
�H��Qۮʎ������GL������5�����?�,�}e	~b	��P�bc����Vc(x2�c���ˌd��R���P��<W1�,LKVU�%�0�md[�T���^�jC��1��ȃ�Ԟ�B;���������k��"�?�7�����W�_�y��dت��A����
��{6���^��u�������'�F�jh3�DJĊ…T=�΁��*;�W��	��q3��3ʎ������GL����p�����Ë!rN.*>��Y��#���q��˓)���%_�ӲU>�y&��z*�eW�=H��e�G-žЧk��`�G�-���/������E^�6o����6��*��ɲ�f�2{��*;�W��	��q3��3ʎ������GL���������_�`��KQ��?��C������_����^m�U���f��������k��"�?� \�nc'��5�����?�7����_��'��t��,���_�|��KQ��?��C������_����^m�U���f��������k��"�?� \�nc'��5�����?�7����_��'��t��,���_�|��KQ��?��C������_����^m�U���f��������k��"�?� \�nc'��5�����?�7����_��'��t��,���_�|��KQ��?��C������_����^m�U���f��������k��"�?� \�nc'��5�����?�7����_��'��t��,���_�|��KQ��?��C������_����^m�U���f��������k��"�?� \�nc'��5�����?�7����_��'��t��,���_�|��KQ��?��C������_����^m�U���f��������k��"�?� \�nc'��5�����?�7����_��'��t��,���_�|��KQ��?��C������_����^m�U���f��������k��"�?� \�nc'��5�����?�7����_��'��t��,���_�|��KQ��?��C������_����^m�U���f��������k��"�?� \�nc'��5�����?�7����_��'��t��,���_�|��KQ��?��C������_����^m�U���f��������k��"�?� \�W*��g���2d��Tw��X��:g��e���F[@J�R���ώ��������KQ��?��C���z�k+��0���F������y����W��M��j�-��hu�&ی�K
��,d�Q��⠕� ��C�p�E���}��u���i��	������~�YS��8V�6�j��4/![X]\Xy�^�E�[Y����וT���i^D�vpo����/��7�Ĵ�����TG��Y��ZO�W�S��M�r���
+��ƛ �_�I5��ȶ�q�CLg�)goWx՜zrFYx�+��:�O��Ζm�yf��1c'�����GV�7�����w���ȝg��f���w���ȝg��d
+3��ϊD?��/Oc�MJ���?��,[\\%đz��i�<[������rP����q��jMK6��$t�v:xcO�O�j4"��WRҸ��+�@��rj�ӏ���!�mp��!+�f}�=ԡz�<�d��}~䍎� :��iʺ��4C�5(�X����Q�	/u����W��Ԭ6�C|�����f�����@��h�J���h�r���x5A4���s���-ƭժjr7�+M����F���Z����3\���J,.R�mt�AsKH�vVv�Y�7��6��ʈ�����#�KI����k�����27P���@>4[��
N��JZ�ʁ�=}̎�7
G���%��������q������G����`��Z��9J	�Q�C4N�^.�ю���w���ȝg��bsy�E���&�J
+M-���Ѱ!���^*գq���׉ ���32��Px�͓ۯ<Y�WO�B����*�W:���Һ��J2Ʃ % C�������"��4�ZR:2jZX4�c[��7�TG��Y��ZO�W�.�I�Ǐ4�!F��ˏO��|8�	�|&�w9!�m3J�g���!~$���S�SA^��#a���kE)P���(�h�ff�&������|���tK@����n�s���P_�,��.�8�e$(
F�PT+A?�.���4/�����L�S�~g����!4�0<�5�!�k�#��c�,��yTױf�Hie8�����o��TG��Y��ZO�WC����M��\iI�vQ�߅���[����7s�ԟE�QW�O�U��M����5r���g���b�$]uK�Ku��sl��]T����0�}��;�VK�
+������A��N֘Z<���Ah;xì����S�ou�y��R����Z6��"L{�7�r�
+FaP�#��%x�?	�1͇_������M��4f�G���a�O����l�����������?���=��G����G���;���M�|�~Q����������d��9�Q�'w�{��_9���K}��<���ay��R[�����&Sr�~k�?[��y�-cԎ���M��p֩#�i,�Gj��9ȣ��^F�og���1��ͭݽ�h�kN��*GҴ"6"F"Ue<�8����;��K��]u
Q���`tO1�6��H��+�z&sV����G�v�����+�������!$Jf�d����Z
+�/�#�a�»��y�����VL"<`�I�l0�߶S�2�K���]����.�8 ��FH��.��^�2���Mr�A��CT���{)c��Q%}+��E�n�;)J2��]k�M�����.���N�um�_Z��S{۳��[���Ǩ��oJ�(��RS��~������O'�����t�^�0^��/�+�z6p�ʭ?ʫ�m/P�ט�ϭ~��-GD������������������^��Y�29 !@�zWR><�8O�U��qа�����5n�ϗlm�O,y�O�?��Ǚ5h5k3cs)�Kht�6�]y^*�_�Nr%�7�4'�[_y��!����Ԭ3\4�S1ƩHś���v�F)���J�M&�n��ʲ�;�-�8��b��~5�|��R�?�g{��$^w�]���}UW�&j8e��� Wo�\)�.��kZ�o���n/1�5N1����O�E�|P�n�I3/��ƃC��Q�����y���c�Ug��VI �����4�<�������n�maJ�_^Z��ȉԽ��D�h98��o���u,ޥ��6�<�B'W�5Z�̠4�}��j�ST,
+P��~\�_j�妛��Ԛ|�/.��|e��ç����2R9����bX��F�.�~G��~m}
+&�go��}-��V�nmP����h�++�	@$�q��U��-4�F�k
N�K���h�k�e�12�!U`�ԯ#���e�k�V��riWX[����Ӆիp�>5Z�=�A�s�I����d�F���7J[-�4����@��u���N?
2q�=k�-;]�n���e�[MVX��1A~�;O��*��㆜w^=��6o�2彈`�/�-+�dž��LG�g�?��?:��8�Ю4�
7P���&��6�i.\Ɨ�ؔ#��w�iý~uiqe*�r���eZ�X�e��OTu?�:���t�����Yo������������~���Z��>XA�W��΋�^kW����R���C��[��������팤�]Sq�;�~p�ߖ�'J�/���]��iQȲ�`ѧj�T��yRh0�8��?��|��˿.]�—�y��2�$-�<R�R�4n�⇨��<R���JDdB&D�@��P��<>��� �.���_���kO�5M.Ѯm4T�եV@m��;u~%�0�%Px�J��	¬��o[����Σdyq����ٙ��i"�Ym���T%$Z�:����mGZ�|�gs��Z"�>�m�E�V�]�<�B�%F?w�g��2k�jj>f� ��R?,i�խ�4�[�inl源@K}_�f~*k�l��cZ?���otۥ�-4?0�y�kc��լ��-����If�H��JR6 �qG�3�9����9�{�"P���H���xE�iʏw�xd�#wY��f��C2W�S�Ξ<���<��f�8��4��w�763 �g�����:�駱���T1I�®h�o�K�W�瘵�5�6}RMKD�����^�c���OK;ƗRz)p�U�
�����_Qm&�K䲻�Z6�E��,��H�UWt^\��� ���F��;y��-���W�.���3+zv]��r׋5Գ����ſ1�^��������Q���}O�r����O�?����}/د��C&9bHz�e":� x���t�w,"2�A�ς��.�
�}w��a�J�D�w�%hJ!`��S�����΋��Z���x|�����h�^�>�i�Asz�����9 ,?�t��ב���3��e:���|��f��cƿ�I~���������W꾏չw����Y�.��t�GR��{;�V�Gxcԡ����bh�&P�T5�I�}��ߚ���zW�o�t}\Ь,���)�ׯ'��)�����%�(�A*�.<e���c���ll�m��sk�yEW�O>�/�Or�̬Vc!��Z����	L�Q�@x(��&�8��0�aˊ1��������w�����+i�N)w�ݪ8ď;O�6�gk���n[�Zf�:��R�<�$�����
���.̳��7�\Y]�5Њ��z��y�"��nIt=W�z���o0�k�_�:f�ik�h=[��-��sM"H"�H`�2�y��9�,����*���*����C�^b�>��H�������c�ߛ����C'G�y�N+�gt�$(vJ�GǓO�U��qм�6u���[����mS�m�����6��MZ
Z����`��*�
�G�W���W�S��
+|��}�v)�y��,��;XY�;�<ƉqƬ��z*�9^_�6��..4if�-g6�=�Ť�(Uz�c��05�0��-<��;K���q��-5$�I���}ԎN<�G,|
+�$[�r_�~b�.�%���ì�CI��7>q��akn��-յ������"F����CF�3=c(�t���o�r;l�!\$r���RH5�p�}{�
DԼ�|�~��)S#���o1�9I4ӼqĂ����;��oD����iځ�yB�Y]�jΦ��qi,�8� �sB)���/��Rj��w��%�A�lM���җ��U�����Rh����>*�0z���\�k�u�kV��\zg���H�5�MxjH����Y���X�. i�%ZF�ϥ3g�xywI�$��5//k���Vg���/hVy[��䡒B�ī�BM*i�`�״�?/�f+���jm=l�K{Cc&��Go,̰J���z�
+�A����3�z�E\����|`|���x����}���|"<��'�;�����d}v�G��MH���M�r�w%�	
+ݦ�o*K�\�	6���U<����/�j:����uo(�yp5+�]Z�9��`�i%����
�T����Vc�)|�Vys��g�P��9�]7S�ҧ��i��v^,�B~�4>�9,Z�Ɨ�1��~���xn��V�)$Vi��F��E��Mє��|�\�/�t�4/3��B�\���ca��Kd�/
|H�:�'5�܏*��8�HO��]r����8��=T���C�2��ϊ%�&�����/Q���.�vFg���	#��� �
��{��G���ڏ���|�q�]�]�^���w�=̦k�o���Wt%���Q�>����~�:�_�eԥ�ij��K��Z��oq-��d���t@�Ya���rt��<T.zS�Z����]꺄����]]Mş�0�wn(�@	�Y�����{���`�?�&Q�g9�s�I�t��l����s�Ms�i�x���\Ek�y8��rw!@���q<1����w�������������7���z�v��<�2�-��S[\����@�n"�H��О��%9爼����Ri�q�uy�ѿ.naд�[w�·�Z)y�i��MB�"�~ LRo.�3@�����E勝G�n�Yzз��&��/X���fۙ�w��Fb͛��y9j�N!��<,�œs�q��`I縼��>�^a�/���l�ڔv3ټ����z���m�Y�)fӮ.R9Q�Q�Y����r9�+I���Vд'hz��ou�].���WԢ�'w�y"�b������.�2rI�<Y@`��S]�ƿe��yf�R��W61hɤ���[h��B[�t����bIx��x�j����Qk}N�NWs-���{)����&b�~TJ)�L�v�oֿL~\�G���|���߫�~��R������Ӯޟ?
0�t�>k�.^0�i�w������%����.�9~�my4���D[�Vh���r��[G��}[�
+�q���/6s����!|�xI��*���s̄@��z�
+: �כK
�E�C�q�D�w�?���~��z�cA����)����?׸��?ޯZ��������'ߙ�V)�V
��l>Qk�O�:���-�k��W���L<%�$(�YK8�����=J�Gӯ5mF_F���K������.��1��q�wv���������Q$�IB���C)��EA�3�N��
S��Q���+��i4
P�p^$�j���L�����L�b��(�7�u�i��q�:o).����U[�&����.V0������J��xt2پ��7��X�?L��$c�@�����+�xe�����6��\\ʐ�B�F
+��@'��s���S���'W���,.l�̗K���b�ⶎba{FD&ޟ�s�y�9���o���c>�&���Y���{ր��WD�B>��N�7�v����mS�4}OQ�;�+�:�Ge{:Z���H`tP�����rc�u�|��?2�����z����?DX�c�=E^�o�H�GP�J���<�� ����!"zW՚ߤI�lŌd�Tr�(ǭt=���2Q��^���:rjZ<Vgh�l��ũ�:q����.�$�*"��6�S�|�R�����\�-����=�>fs{.��?֦�
�����Ⱦ��xJj��H��x��h�h]d�E�C++
+�؂1��[?;yL�G���lZ��g&�����Dt��0�İ���o$Sp-��%�7����}N/�
cP��v��K����FI�hHh��y�
��r��2�Q<���65cތ8����`O(�l�v���wty�l�P�7�?.!��I�����h��
%��/S_���ܥb��U1�_���S�>R�ukmS����]I���uk(�����޵<s[���BʀzR��@���̀���l.f<���$otRO�pa�pd��e�$��F9�����Q�-平f�f����/0�X�i:�����&�$�w��\<$�D�h2��y֢�rg�P�}���~Y�������<��kwos�N��o�M-���j��E3��z��1���^i�D���/n|�c�y���Һ{�ލr�gI~�mw4���DM]Y�
+� Z�g�13���9D��y�� I4-�G��@7�I��2e�������Q��^��GқZ���{XR9.Ɵ�i��ŚLU����f��u��"Q�!��Χy���ŷ�����wL�5w�Wmf�K�%���%�P��١�����Kh�c$b^2�$ߙ�V)�V
��l>Qk�O����-�k��W���L<%�$(�YK8���礳g�|����)�˧Z�W��'���I6�V���;9�=(�#UW�����`|��{}��M��g�`�4m")�յ�i�����<��A,
+�4*y#%F����߅�$k��!]H#�N�-��w��8��}��gg�fΥ�뺶�?�F��]I>���.��8���I�XZ}b(�k3B̏(^oɋX�?�ƛr�L�tmY|�v�W�����kZ�7m���[4�H�{$�;Y�b���Xh#���L=;�<��$yy���Uz����sP����Vic{�7��sm/P���%���E�]��6�XiZ��}W�zG�T�ב�.m,�$���D�i`v���ܤ_QW�TUK�8��P{��f���||�������7"�E�����ógb��>�sw���!��!{���Z}��zm�֭�T,w
��2��Ǜ1p�V�m�y�}�)�kc�4���N�M7V�֡��%���]/֚���D�K%x�]�禳g8�����-u���v�W�&�D�i���ma��4I�G����q�FT~!ُ�gG�q4	;��b��.!{s<��/%͓��{�����4-wA�b�Uԡ�-н�.ni���ԟR�nL��=H�qPyFA���ѡ&��ir]�wZ%�Wښ<r"�m8����8�/^x�zm�m�����+G֭u^�_�n�4P��{��GÀ��Q�p��Ux�Dg*���O�.�.��F�y�%�D�����[z3:�eY��C�:e�~p��8<:_�o��2X,)�ݣ� �F��e��e����q�N ��f�rI�.��X�g���g�p�F���J B[^�-��m�_����`�^\Mkm8�Y'�X�Tު'�����|���Z���_Y�w�\�X����Aj�\���xٔ�4����I�%^F�}G����W�ג���b�Z$!}	����I�M�V��5�v�
������P�u� ���
+m�%Sw
���t�տk��G�[V�m���Ӛ�K+�X�b�"�*;�v��8;<��N�a���ՠ[�EӼ�,�����Q��!�e��v��2���y�h�t����f��8o$�i�^AyKX������XVS�7��(��ý��0����Mp��ͳ.?qs\;
쉑�uc&G��`3�!�XVD�F�h�Qšr^AMQP1<�w:ޭ�9�h�RX����-Dw�Q.a*ڌ���q?$l�J�x�|��q�K䵾o8�~[�i+r���wZ,���ІjK3B�/^M���>w��~c����I�KK��>A0Uc-���ś�,��zvk�c��<��*27��Iy��kϬ}X�YV7����[����a~�u�#�~\׼��`�f����מ��t�q�:Uo�����oL���a8@���*��Q���T?�x�Q�Q����e�	�P��2�c
���y~��]hW�Y]�o$�VW�b,W��m!��J��I�6��Z7���z�y���Y���/��I�a�_/)K�`|��P������V��+O�z����Y���>�t��K���4�6���^]�v
+uKKy
,�,D�%?w���Vf��E�_G����Wr��~^i�ZE��u�u�N{����1�}�a�@�$�LjX��I�5�(p������d(��6.� �v�'�f΋��qu6�g�)�Z�+�<ٕͩ@L��-���U�MIR1���9�k~cѼ�4���Xj��U���ս�$E�ո� �ME�Y���dO(���2�{j�g�ɽ�J�4��;�Ǘ/jg;���i�|���m4�|�c��U]�wi@�U�R�O ���D�ɧ��M���!�կ5�i�,u'�n8-�C�[�HŤ1�U��[��d��K����uc�f���;�N[�'����c���8��W����$�F���1,ƠqB�w;�N�l�	D���a�>ҀH�^�a����+��*�Z�����/��;i�\@�ͬ綛�$8�*�7��2kMwɺޥ�&�<���sD��1��]6mVH�,�}_S뗷�/���	;���[h.���,�o�ZM{:BH����0@�Abj��隄:��g�[��7��\IJ�$�C�H��9��M?ʫ�k:���Ŧ}k��Ũ�67v�W0�m���_ܟZ:<���q_��K�h|�?��ts�ed��^vbc+��P���zg�j|T����7���ڽ9�G��"��Qxc�X��u5,?����t�)u+�]:�-�����H@�@X�M*w�gv�U���ʶڧ�<ۧ���~��<ɫA�Y�ZE0im�b�݋��o+�E^+�)ȟ�����4��k�x���κK��+j����OS���������3d#������_/�}o�V����սY>���~~��ϗ�^���#���~�LG�8��z����O3_1�
+�̀�.@m?�����oo�|����Ɣ�
+�f͛ �͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6l���v4������ޡ�_9F�����/����7�cа�O�B��0�����������	����a���i����Ϙ?��Y��ٳen3/͛6z���_��&{�R��甒0D�f��u8os��~��[YuKeI�hݢ�����Ȯ��̬�
r/��������5�>�R�E�� ��;��A}v��Ȭ��W�?�]~_ԧ����:���e��P���_9��[��_�e0���}>����嵙'�.!��x�0C:<r-GĎ��6 ��j~h�7����>U�u�Xc���L���g����l�:1RȤ�iP<1_�]_���q<���q�C���}���˸�m����.\V�]����R��W�F��)��n0������W;/��Յ_�/��S��k��T�ʺ�����OA���u��R��]��Z���u�6m*��˱Aq�Ԓ�˚�r8:��qgaɺ���ET�2)żN?�u~r���w�Ƶ����WW�'�\O7�kP����k�{C���������j��{C���������j¯�W_���)�?�����Y��]~_ԧ����:���`����Ƀ�o��x�������ˉ����j�_7����O���n���֡��U�ڹ���sXh�\>��\i��J����<��ܫM�����t_[�z�K�����Z�P�
+Ӈ��&����J�^���*�����=��ֿ�K7����������Z���,?o�ys�z�����2�I��|=_ҺF��q��S��#ks�י����*�Sy��z��~��N�I���/�ZF����x���km�S���r�T���WW�'�\O7�kP������u~r���w�Ƶ������?��������ߧ�?��������*���u�}��R����p�_����U����Jz�í��؝��?�9���������O���n���֡��U�������ˉ����j�_
Oh�s��������XO���-b�n����t�F�Z����$��ku���Z������ʺ�����OA���u��R���*�����=��ֿ�K�؍��?�9$������,�=��i�����=HզʪBͨY\H�E@�A��I������O���n���֡��U�������ˉ����j�_�C�-ᮭ5��w��V�Z���� �Guu*�~�Z��	Ï���\��|�Vʺ�����OA���u��R���*�����=��ֿ�K�ػ�%~`��k$��m48"�a:���iL��Y@i��+yhƨX�44���o���]_���q<���q�C����������������?��������e��#�����%��^p���O6�E��,q��ֱַZ\ć�F>��VA����Q��/��S��k��T�ʺ�����OA���u��R�6"@�
��r�s�ż�e�����{j���e�9
����uK��hY${v��V������O���n���֡��U�������ˉ����j�_
]�T]J��(��*�?�e�������e��#�������U����Jz�í�o�W_���)�?�����X>?b�#aL�x�[����WW�'�\O7�kP������u~r���w�Ƶ������?��������ߧ�?��������*���u�}��R����p�_����U����Jz�í�?�;�0~-�sqo���]_���q<���q�C����������������?��������e��#�����~������e��#�������U����Jz�í�o�W_���)�?�����X�~��Ƀ�o��x�������ˉ����j�_7����O���n���֡��U�ڹ���sXh�\>��\i��J����<��ܫM�����t_[�z�K�����Z�P�
+Ӈ��&����J�^���*�����=��ֿ�K7����������Z���,?o�ys�z�����2�I��|=_ҺF��q��S��#ks�י����*�Sy��z��~��N�I���/�ZF����x���km�S���r�T���WW�'�\O7�kP������u~r���w�Ƶ������?��������ߧ�?��������*���u�}��R����p�_����U����Jz�í��؝��?�9���������O���n���֡��U�������ˉ����j�_
Oh�s��������XP���i%�έ
+E/Mk~֓,q��X�]��XTlv8�U����Jz�í�o�W_���)�?�����X�~��Ƀ�o��mV�Bԡ�l���{~^�w�vڍ�指���SB�6���х%_�9?��y���Z��W���+����.'���5��|CO��~�w���r��ˊ�k��p�JT���H�c�%4;��~������e��#�������U����Jz�í�o�W_���)�?�����X~(����ay�]�fүl��}I,<����#���v̛��TUMA#"�[����WW�'�\O7�kP������u~r���w�Ƶ���Mk�{�5Z���\�[�9��l������Ÿ́aI2N�y�{C���������j¯�W_���)�?�����Y��]~_ԧ����:���c��]m�I?iN��cV�M���	��sr���M(Y��HIJ�T���/�>�[����WW�'�\O7�kP������u~r���w�Ƶ������?��������ߧ�?��������*���u�}��R����p�_����U����Jz�í��ػ�0~-�sqo���]_���q<���q�C����������������?��������e��#�����=s�y.��[�u��y�ib��a��B��.�*�����/��S��k��T�ʺ�����OA���u��R��F�L�x�Y~f��O�������)Oq�/\���I��^I��wff;�N-��+����.'���5��|��9?��y���Z��W�m_����ZŪ[2Cƍ-ؚB����Fwm�fbORk��������e��#�������U����Jz�í�o�W_���)�?�����X>?bw�a׷3���I-��<�ovЫ�ň�#�j~EUQ��b[����WW�'�\O7�kP������u~r���w�Ƶ������?��������ߧ�?��������*���u�}��R����p�_����U����Jz�í�?�w�`�[����'�9?��y���Z��W���+����.'���5��|5�=�������G���5f�=�������G���5aW����������Z���,��/��S��k��T��������7�98�������������?�o�]_���q<���q�C�������v_�>?��7����v_�>?��
+��]~_ԧ����:���f���u�}��R����p�_�����]��?�9���������O���n���֡��U�������ˉ����j�_
Oh�s��������Y�Oh�s��������XU��*�����=��ֿ�K7����������Z���,~?b�������żN?�u~r���w�Ƶ����WW�'�\O7�kP����k�{C���������j��{C���������j¯�W_���)�?�����Y��]~_ԧ����:���c��&żn-�rq��+����.'���5��|��9?��y���Z��W�5'�wr^��w),�y-��}i�G��#�v�QS���V�W��n"��\�g�E�_0�3FY 4r^�:����zL��*�����=��ֿ�K7����������Z���,7�=��~ay�B�aҬ���,��9/����7'���w�L�����QE�����6�eqa=��+�^	^���^��RE*LsA��������w[�WW�'�\O7�kP������u~r���w�Ƶ������?��������ߧ�?��������*���u�}��R����p�_����U����Jz�í��؝��?�9���������O���n���֡��U�������ˉ����j�_
Oh�s��������Y�Oh�s��������XU��*�����=��ֿ�K7����������Z���,~?b�������żN?�u~r���w�Ƶ����WW�'�\O7�kP����k�{C���������j��{C���������j¯�W_���)�?�����Y��]~_ԧ����:���c��&żn-�rq��+����.'���5��|��9?��y���Z��W�j�ʺף��a��9p���q�ם+����;r�7�S���'�q��kw/,\��ֻ}w	�O(�/$��;rSC��b���/��S��k��T�ʺ�����OA���u��R��E$�˞kռ���і�L��[�����4�c��ʞ��[�N��/O�-�V�����/0�l�U헗b�㏩%��4=:�puq�����u߃����$`��]_���q<���q�C����������������?��������e��#������ �y�_8
^�M�G�4F�@A�8`�k�'5<�Nا����������Z���,��/��S��k��T�
��;������		�T��J�w�h��o�侸�M�ҙѶ���6��/r�#kJ�o�[��+����.'���5��|��9?��y���Z��W�_���\��|�Vo���\��|�Vʺ�����OA���u��R���*�����=��ֿ�K�ػ�0~-�sqo���]_���q<���q�C����������������?��������e��#�����~������e��#�������U����Jz�í�o�W_���)�?�����X�~��Ƀ�o��x�������ˉ����j�_7����O���n���֡��U�������W;/��՛�����W;/��Յ_�/��S��k��T�ʺ�����OA���u��R���.�L�x�[����WW�'�\O7�kP������u~r���w�Ƶ������?��������ߧ�?��������*���u�}��R����p�_����U����Jz�í�?�w�`�[����'�9?��y���Z��W���+����.'���5��|5�=�������G���5f�=�������G���5aW����������Z���,��/��S��k��T��������7�98�������������?�o�]_���q<���q�C�������v_�>?��7����v_�>?��
+��]~_ԧ����:���f���u�}��R����p�_�����]��?�9���������O���n���֡��U�������ˉ����j�_
Oh�s��������Y�Oh�s��������XU��*�����=��ֿ�K7����������Z���,~?b�������żN?�u~r���w�Ƶ����WW�'�\O7�kP����k�{C���������j��{C���������j¯�W_���)�?�����Y��]~_ԧ����:���c��&żn-�rq��+����.'���5��|��9?��y���Z��W�_���\��|�Vo���\��|�Vʺ�����OA���u��R���*�����=��ֿ�K�ػ�0~-�sqo���]_���q<���q�C����������������?��������e��#�����~������e��#�������U����Jz�í�o�W_���)�?�����X�~��Ƀ�o��x�������ˉ����j�_7����O���n���֡��U�������W;/��՛�����W;/��Յ_�/��S��k��T�ʺ�����OA���u��R���.�L�x�[����WW�'�\O7�kP������u~r���w�Ƶ������?��������ߧ�?��������*���u�}��R����p�_����U����Jz�í�?�w�`�[����'�9?��y���Z��W���+����.'���5��|5�=�������G���5f�=�������G���5`%����E]y[B�[u_Ѷ�G zcorr����o'h���g��d�ןػ�0~-�sqo���]_���q<���q�C����������������?��=�������G���5f�=�������G���5`�W��?�'h���g��dٿ�^�X��ԝ�������c^b�������żN?�u~r���w�Ƶ����WW�'�\O7�kP����;�����W;/��՛�����W;/��Հ�^�X��ԝ�������f���{�c��Rv���Hv�M�y������7�98�������������?�o�]_���q<���q�C�������\��|�Vo���\��|�VGA~G��՗����w�P���?���W���ӿ�;w���������żO?�r~u������j?�_7��Oί������q�G��������W;/��՛�����W;/��Ց��_����e�����T3~������/����4�������b��`|[����'��?:�����5����W'�W�O�q���ƣ��U�E�{C���������j��{C���������j���/������_�N����A~G��՗����w�P�n���l�0>-�sqo���\��_�?������W���+������8���cQ����"�=�������G���5f�=�������G���5dw���Y|�����ߠ�#������
;��c�ض|��9�������Oί������q�G�����������S����1����|�~������e��#�����~������e��#�����;��?���W���ӿ�������.yv�E^m�H�A�-�4����'&żn-�ry��+������8���cQ����M���Ђ����'Y���ï���\��|�Vo���\��|�V���{�c��Rv���Hv�M��U���I�?�!����65��.�L�x�[����WW�'�\O7�kP������u~r���w�Ƶ����Oh�s��������Y�Oh�s��������X�U���I�?�!����6o�W��?�'h���g��d�ןػ�0~-�sqo���]_���q<���q�C����������������?��=�������G���5g4ծ ��?4'��&�����6���B*:����ʽ�����;G���;?�&��5y{�����Ѭ���i��g����p��Ex�jV�q<��5�fżt��������O>`���O-aw����O���n���֡��U��u�5��[�-__���}O�������I����?\���W͛6V�36l��ʯ���]���7_�u��FG�tuC�M�̲�b궒0Rz�]��ʯ���]���7_�u�mS����m9���
+L����H�����R[�����&S�C��8{�?�Io����L"���u�垟n�w�Z��ORy�b�y���R@�ֺ��}�YjvW1¥��cU�X���N3_����;Î+��e��x\�����񲰨4،�Y���0KmWf)i�e����V��I��+(ee ��'��?"�6��7V~�`��3�q�1��~�g�o�U}�f��@*OA��y�
+��I�J̌z��}�C��Z���Z1�f��s��"��2�ƌp�
94�fx��P�;f�{��3K���U�B����*�֍��;S�n<��G�le���hm��0�h����i�T�Qu}��6�K�.p#9^øO77<c�!�,���#'����Ŧ��En	m�P^[��P{d�;`�V��yz���R��ڍ��_0�)yyu�F�C�wH�'B��1d
+��kq���ⴹ���F��/nB<�!��U�5�!�
3��s=��In��.�~��B���3|1���!j�+G�){��;����>b8�[����<��n%�	��h�+�٨�>��!��.��d@��h�
�B�̦m~;vQ5�҃�YLR5�������}a�r�xr�!�
������\(V���/@��G���%��
�c�^~�ޯ����1�8@5Wb�>T���$@�܂�`��h+ǹ|+D0|"e�P�&�)9��*һ8u=[�)M�~�.��m���	b��/"�X��#Z����5�9���$J��>�5ŵ�0��~�/�o*;�����}�UB�8R���}H���ͮ��@Ib�#!�A�0?>&eR?yOP/�n�\ܬ�.�"Iq=ת`�/ZOQ$4S����J�|2s���z���� ��Y�A#�Zc2��h�<�����Ȭ@ڕ4�!C����l
�q�
+�����u�
Qր�l�d���/��^/V�|o	���žç]��9>$�Y��F�-�A#�9W���B�~��<�3ϥD�� Mn�\����?��XqQF�����x���K���_�=��ۈ�h���PS׎X��1����G#�'�}�����LF<g��j[�� �X���/&PM�����q9�����'��~>��e�!pHFb��U��2�T��7$Q���t�]D���Ձf���
+���Xc�q?j�̭�T��Ŭ��Ou5ъ����oG�2\=�h�‘��"
+���,�|�Z�a,�,fA"��Hq���|Z����#�A$�f͛u)Z�3�H��)�F�rS؊�F/��o�Gu��fM���zŜ����� �[�Y��SZ#ʌ���&��2c� y�m��c"���6�h|����:H�I�Up�4���¹<�Ʊ\[ױ��Ũ�k�9_��5+�3����Q��"�C�"��+
+���[̳�_�����95��f_�+$i	Iv@Z�����a����wӴ�{��wV�\�I$��d
*���s<�II׌S"9�Q~��n���3N�e�32�L<<���6E���Ŗ��Y��r�ŌK$���?2��uk�۰
Zp5��� �C�a)���K��ӶH�	ހ9i�\q#�߻�&"5I��c�~�-W����L��Ѽ�7���+?2=��R"��/խ��($�	q֯�r������H�P��]����V�C��;�)Ew���m3�&��?��YQ��e��	N���V�Bi����i�X��6P�z嚃������4��]���3N������s{
+Go�ڵ����)��*�77�q_��X��r�W�,0BY2HF#�>f�a3@Y��o�G������3�2�+7��G���lV��Z��{���̱)Eb��'b�2"�(��쪣��,o��L2��m)�xf��*�TgSUpj �k����ծu7WPH��%��:�i��x��×0�-�m�4{�=3Q��S�
)��8�qtUTHb�]
+���i�E+_�00��OY8d�#��A���H�{�^LXa�2������"9����C:�`���W��'��x���#�		#�%oo˵HegD����8 ����vZ���`������\��w+�x�HYT�Hj	������O�$Zt���#l9)�Ev#<�a�;D���N��gV5{���("߱��,9�}�c��;����2o��6g������_�>x�mS�ϙ�����-�O ];I���oH��[�%b�NM�q�m�����7wpY@�7,V5*�
+��;�TDE�وTE���ql�Oq;kr����GM��Q}]��?�������)��U��Q������=��~��G����k����e���Z
+��($�I�(��bh��i���bk�	�������_v���y&���������Y�����Խ͵�F����7����,)�}����mu(R�O���+l�V��y#Uz4�4[�:njj�Ero'0e�PdyP����6@�g,�-k!Ki���>�SN'�B[m�Z�ᜯ{kt����i�gdEE�q$r1芬)!#jR�E8�%�
�(#�b�%�e��$LC�QKx��v�h/{�R���]69��B����t�E	Q$e�5P�Z�֥Z�
�7�o4�4b)�%�kr�B�ĭ&ޤ��+���✣�Z[X<��4���^��s<s�$q޷�UG��ԥ&��Ӫͩ�F���wpe��ӗz��&ٮ}H������X/���ֻV�Kk;��KƉ�7��;�ބ��z�O�h��g�ũ�Bцj-e[f�G�]����L!]W���CΒ+�<Ko���������z�O��x3|CQ��]P�j3,�غ�����Wzx�zl���A&��t�Y�JP�H
 RE �Ÿ�;�ȻT����N���2�x�
`�-rc��I��C��8��ZGw*X��۫R'a�2�^�UI�_�����6G��MM�D�����̷�L�$�EX7��$��f���vy��\Y����H����<_ OFq��$V�Ϲ�ٱ��$N$��te$]��5�u;]V��nH��Gu'�?|$�.�dC�H���f�5���p��7m�1{-Zan^����ۊ(Pw��?�Y~�ꥧ�u��sp�1�FQ��H�r頒��H(J��ߨ߸5�bx��/(>���/:n��
+�_�۠�s`8�;Yu)��o���ۭ.�7�$�6!���:���iw�j �� [*�?|]T���
/��������-�I�h�X䶱�2���JIy����K|h>��=u紲�u1�豉9+S�*�+��y{�<�Z��p�K��b�I;|��]=��	���ب�]��ޟ#�������f��Y��(�� o�}�fͅ�޴z原W�qgw;P�J�%�������J8j�v��CD�hB?�D}��ɒ8��.\Q��DD}��6*��m$�UdE�_�9���`���.��g��E$ѥ��ѫ�қW�Ű���q\jB�Ք[K�[��H.��D"�����4��$P6
+��ϲ�.]NYg��(c�rV#��Ä#�krvf�F�6��X+����8������֊���ӗ%�$�Wr�E�L؍��q���X����y$՜&�&򯔵�1[�Iy6�h�Ch��@(��H>���F��l���w�ݍ�ߚR�%��z��� �������,�?��ތʕz�g�cO[=N-6\�LQ˖1&���uԑ�8�OWc�7����
+�GM�?��?忓ǟ����%��t���l伙�E���Y��Qu����a�/�rȿ�����Ν��SY�ڥ���-�:��i׭
���۬\�<����T��Q�������O�$Zt���#l9)�Ev#.��;8�&��+C4�O&��Vv={�f���(���lɿ�\����ލ���ȼ/-~�����#�`���T ��@K����$z�7*&�(�����nM–Sh��gZ��5x��Uf�\��o*ZȰ�Ѱ�WOQBd��;��W�d��X�E������s5ܲG"��d�3��(�
�N�)��EΟ��,��[�����m�ŶB<@�������OD�B�Hf�n$���8�GF밒:P�SC�y���%C:��#2�p��H�x��HZ��9&�'���U�f;t�rH@b�Iv�h�Gb�~�D�&��42�H�T��XfB
<O�#�:k���5H���O�@�~�q�x�?�LJ��[m?T�\������Q��m1!���
+V����-�vۮْ�H��+Lo6+��q_یҽ~���O�w��Z32e�UGqJ�����I���e5���k����8��M�V*�����Kr⓴'YԵ ��f����K8���7�7�����Ҡ�Oݠ�^Kj��[���l�e!P構���3"�✊��1?���;!=��y!���f����(�ne�I�+���f�T�k�u,~uA�C!v�4!�d���7ڊ�~�b��?3z&��E����q<���5�*B�G�yq��4�z_�G�͎���ҤY�֛юuhI��u�7��[(�� �FF��]�4@Ăi@Ƶ@'���c���\�.��U�$��c5�=�Ӑ�/lL�	G��C��$a��5�3J0���p�đ�F�Ii�R��b���H�J/1ȌU�FwU���6��n!EO��D�����|�Ekq�ʖ����R��12�T�<H�����W��p���9���0R��:�$ˌ�1�e���*x�޼A4��P�����҈�r���<H�O�0��mu�.�x��R妷��2CY!x�UePc'�ѷ���ԣ��9>�����+�]�
���Mf/��J<B��M68����3E��v�h�,ח�a�ZX���>�ꛮSz������ȭx��9�nG[��c��e*��\GQW���v9�G/�D�,J�7[Q�=���n��R(x��k�o����贴X�!Pޣ�Q��26�j���~��s���#*�.��	k�xu+&���t����P��9ӏ %���ʌ��#+T���p&z���������z��×����N_
p�������bx�Ȏ�������OR/�z�S��/W���|^���������8�.TnWRF1#�����^�M�O�*;���߷�C��s��ZW���qz~��
�zV�V�ҽi��WDɴc�^fCZ�Jә�N��9��Gx���:j_��!�����W�|������q�����Z�ߖ�֍��;S�n<��G�le���hm��0�h����i�T�Qs����5�9�Lx�c�H��3c�r]�o��͋�/Nf3-[���v�m־�'�o�<����^�򿔢���ehW�:�^^]~������,I�C��|LG��|N��Kyn�dX`�Y�rfbz�N)�G�;K&:�ՖHa?���/��/�[Ԍ�
+�O%(�5�_�9f�����!H�x��Û�G�H�$�0H�@Y����䓍ð�wW5�#�t�O�8=;_U��}&i_���8f$Ҭe�涗p^��6�Z6,��:�1WGF�сWF��1l ��Y5V������jV��Q8F�JL�U����?w����I5ȯK��,f�KK0�@%h�*����m��,39#r�ϡ����T������kY�	׋�**�A��U��n1,n�Y�R�=S��֍
Z��$j�dz|@��d�!h�@�X��U�+L2͛6X�<ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf�pƖ�}jjj�^3�H?h�R������ �7f'�Uܟ�w2�p���c�E��vlٱv���,�jI�NVlث�f͛��֍�[�޷��i�� �'��;x�B
#(,B�Ol��5i�^�s��Mao����,$��㐰��d�7�/n�d��'���̀��^�[Y��b8�2���os��-�����z��=1BڲƝ����v�i����J��0��k�\C9��cH�_�&'���ፕ���k팫=���9W�>`��pv8M��~?�2>�e�!q�ٰ��y�n�G}~��DD�4,�7���G�����۾R�-�7�#M4���H۱���
+�bfɓ�BX���X�⁘��@��ۯ��a�ŀK&�8���k�D#���}�|�R��
+�b���Y
+����]�k�x�g����Tpb(l�^C��+������R^�FI���Y��r�ȵ;�NJuo��,h0�u�y3K���a��{K	]��r�(��J�/�����>������s�/#���Z�������gMo7���Q�nn��K(D�Ry�����
+E$TsP�j��C�����Ƀ4q�K��`��#)Q�����.?��	�2��d����|����������{MѼ��?1i:u��<��{
N���/S˺l��(�U^L�ƃrIȐ����m��'����5��|w����
+yO���/ ���-P��v�L��y3�6�Kuu��
+ F�i���H�Dffd��I8Yca�A�ܥ��k�;˙*c����Y[�,h�	4���qy�qD����z�����8����/I�5�m3O�Դ�Aw�{x��ӒkmR	�3	k����z�Qk��Ǜ$���l7�13��N���o�!� �y'O #���6q�/�L�~`y�Ye`�ƚΠ��ƀ�'�$�!��?�(��d�����̽�Y��wz�ֳe���#W��KF!kZ���ğ4h����Z�O�fL�j:��ݦ�e{��g[Y�ϨA���ڍ��nL�4PiV.�&���h+�hà���|���R֍��H6��O7���-h��m��T���{�'��u/3i��E��/,�GKyu��M1ʉ>�-ڊ���(����z�̉qi?����n}F��T��!��F��ȍP��U�t�������L��>���1����ɓ?�Y$#��O
߻�������]_���q<���q�C����������������?���3B�|���3ȩk�?3[�>��}U�˱��X/m.'���Z��E?u��:��H�u�/h�[^ͩYy�N��-�<�a��-��I{[���7�q!`��%�W�!�gN��o�m �����@�$��gj�ƈ*�����
+�r��_��!������ʂH���ّхC)A�r�n
B���M�����|���jq�]�$r��[�p�"<'edB��p�=�o�,yy��i�e�YZ\�]^j�a2A>�K�UcFD�aRr�c0�X�Y�(�nVe�&�A����Y�Ô
�q��D���y1?8��:����q�i�c���E���UD�I���+����.'���5��|>���f�&��X͡��D�M�6��
��o�)�F�r�E��WPŹȅy�MSQ�mԚ^�+�c�hZu�����p��i�o���V5$��������M�����o����~\=>�ϗ�ƕ��Ѽ��h�-���L�ӽy���A���/MV��i_�o4�T�ђK�.=68�Ko?��	�3j����]�T�/F��9��.8�N��P�l�[fI��
+Ŋ|F�H��<q���tG��&1�<�b3���˅������'c���d���B��E��XyB����|5��l�y�ξr�տžb�����s���[ۋ�C���z~��Ǘ�ǭzgJ���sP�t}�M���N��G�ŭF3�B��q��=�X��WH�>�ª;#�17�<ٳeIvlٳf͛vlٳd{ϟ����Ο� rC��>���:���y �.���v������N.����v������N.y#6l��9�f�T�U����a�������j3,�=�$�$7�\J�9iZ�&N<�9W#��_�-����n��>�%����:�
+��B��ܓ��:9C���_9���K}��<���a�Ͼ���R[�����&Sq�1}n 2�Yb�9���$��%B9���A�N��S���0z����j;��zf��J{aW����v_�>?��7����v_�>?��*�(d�-�Q@>�f%�l�Hb~`ٔ�ІOJv8ڎ\��V�w�˭sqo��xVK�������P���2\,	�8VP�aej�������\��|�Vo���\��|�VN DPE���8�5�"T,�NF��
y3.#�żn-�p�!�~G��餋Q�m���k�k!��I.dRD���OO�������$_��?��������ߧ�?�������欶e��M_��������nQ�v�"f���
(O���cJ|<Bqo��x�ʽ�e�Y5{s���W$YUr������p=Nu�9��q����������e��#�����~������e��#�������,��Fܶ�XB���0}JhY`u��/�7UP������Zt Pq]�żn-�r���_��O�S��zr�V&dh�!ea��#+)WFdudfS$�҆Y���K:\��r�*z ��]Hw.�ʼ�>|��俧�?��������ߧ�?���������8�-���YB6B��̶��b;���F�������P�W�6�Q!aDdRY�Ε�ة�~�mO��^-�sqo�D�d�t�쥘\JY��S�W��W��R����wws�ٚ�P��5��[����Q=��,������!*U�Xr��=�������G���5f�=�������G���5d��,�4%S����,�	��B�ER�ĢiK��Z*��!QB���=��lK/�x�[��/�Uט�l���������I|����wu>�wtPKs1��8�pDY$��9��gr~X?�����W;/��՛�����W;/��ՙ����j��Yr�V!���������N�9"~��l�-�sqo�֦TеX8K$�vr[�Q�+4�B#V�۩������v_�>?��7����v_�>?��5��9~���e�o��x�O-�<�}�߮I��ߤR� K��L�+,��c��Fr�/�<K�kzF�7��n��.!�3��-�Q�QD�UN?ڪ��?��?�������欿Ӛ)R�R���x�	�����Y0b�!9�#���Ƈ��G�t�4�\�,�R�x!+2'yy�Ki��x�UV1��u�ث� �3��
���"EI���8��;�ƬϹ�ًn��MR�-�sqo��a����v_�>?��7����v_�>?��-���5�/�x�[���e��og�%�����$rF�$>�p��yQ��a��Ѱ�Y�3,���0%��bA�(�=�������G���5f�=�������G���5deN��<'�_C�%WG���3�2�����ż\:E�:Ρ��2_�L�y�Ԣ$q�=�>���ǩ4Z������\��|�Vo���\��|�Vp�(�@� �L��6�%����lh#��%��ǽ9�x}'���7�8a����4-V�%ݜ��GrJ�#ЁHը6�v�~������e��#�����~������e��#�����vŬ��C盋x�[�����mV������t��C'^i�Y~�2���u,����Y�{C���������j�v�6�q	�f�x� IRG]ԑ�Q���� ����;��lo����YE�緒�)�$����e 2���x��r�-�����"��I4��9X�(,�IcA�&�̀\�Q�R�VRC)�0AAl;
�"���+M+��CH��"�h�*�*��36_�8?SC�]ZMa̲��Z8�nQC ��/�f)��O_�R^n�=�������G���5f�=�������G���5`�c:��ѱ}����V)��J�X~�E�4;K,hY�75I}�V���9W�q	żn-�p�j3,�=�$�$7�\J�9iZ�&N<�9W�{C���������j��{C���������j�lZ����żn-�p�[ku�{��D�(G�����/�?Oh�s��������Y�Oh�s��������Y�13�e�x�`5V;���k6_�9������k�++�Y���D�
+�S�x���{C���������j���Y�����ż/scmw5��g���	�1R�ӯ\�����?��������ߧ�?�������欮8��S�c,�7����
+k�!	NQ�d̐(_�5�/�x�[���4�?T�����T-��=9��
+���q�Q�9A��=�������G���5f�=�������G���5a�yba�1�O1 ?��"c0$0E��X�S�
}6�i�Њ�#��g�9�����_�{C���������j��{C���������j�Xea��|[�����Y[j6W:}�z��p���u+�)T�
+�T������/#-��[N��n��}4�OG�
�B)ͺx�����v_�>?��7����v_�>?��
��۞ʖ�Z\Eun�&�E�'�<]`hA�d���o��^�����ܚ�����m���f*���(��q^MƧ����7�8a����4-V�%ݜ��GrJ�#ЁHը6�v�~������e��#�����~������e��#�����Z���h|�qo��x0�՗���&�x���n�3�[��QQ�(�7��>=����k�{C���������j��{C���������j��!��h�c*��b�\���G>�I�\�;՘�GN�%���9������	kz�k+0�aH�T�+Fk^�XPQ8�jpX�3,/�=�������G���5f�=�������G���5`2�6J�#�\$"6��2���P@ڴ��f_�9����%���5[�X\�+,B��"Z,��`��?&�0E4摺
+�=�������G���5f�=�����G���5es�2�C!*��U�砀��&�m�H��J���oQ8��Tס`�����ż/�;O��
������b*z~ɂ"<8/������/��Y���欿���],���|_�^L��Q�j؍�6 �>�q�|[����������Y������ߧt��Y������Y�����żZ�rj��$<o^���Y�Ȕ������򢨭�;����?��g��#�����~�����]m?�t_�^F�/�1��#@'�>l�3*�4(Y���q1�[��a���"�ޕ��v�'�żn-�pv]#NMQ�������<��+#����>�`�TU�7��/������GE��5������]m?�l_�SB��e�x��h���c3�(ѫ�b��S��-X�APEi�+O���|g�9��������.������F���U3~����]��l_�S'll5�/�x�[���J��+�i�f��OE'hߋ����VSC�R���N�s��ֿ�6/����w˟�v������L�Ɠ~mcᕠ�9�)h�:�U�	SQ�\a� �x���ż�maK{tX�B���)���Nyo�����2����s�_�w��������\vV��se�o��x�~����]���d?�W7��,������FC��Up�Y�����ż́?Nyg����2����s��x�������b�f���7�8+6�9���[������U�~����^-�������ثY�����ż
+́Ny_�����p���l��~W�����p���lU��|[������ߦ����W�?����ٿM�[��0�C��U�V�e�o��x���0D���I��\�5:�?�I���Z�vc�
�k��B����c.���!����n��e�o��x3�D���гS�
�A� ֔�8��Oh�s��������X����^I��^�O%+��*;Pw��q���e�o��:���f��Z���U���ܸ%�,e��NDb�f͘z
+�����|�sA{qaqaq��k�a:��XH"x�B
+�߳��=�������G���5f�=�������G���5`4Q�v�����5�W1�E��ޠR��@A�ѫT�/�9�����t�v�&���:�#K,쾖�Ւ�F�CV�=]��v�i�1izu��n��Y[�mHAr��@X�h7��Oh�s��������Y�Oh�s��������X(]ݟ3k�LN�fz��?�w�����\������W���uJ�
# T�M�.-�sqo����Cy:5�^�`Аw�.z�O?K����w��#�����N��.�+
>]xA	�S��ĐK3Y��X�N�������iu���h�Dn"����?8�0����S���iy�7������P���aP,��H�h�c�!c�z*�Q���[��nkk{�g���'��3��=D�6Y\5y65녖^R�u���i��P�a����)c,�DUX�C��������H��?�o��^����#����N��շr�����)e�T�h����"�����7�$>`������,�N�W���r�)��v���u{
+L��$	4�����ԭ	����9���ȭ���i�X�emg�������$^����p���;퀡򟕭��X4=2'����-!V�~�nBJ����rp���s����jvQRzv+�����H��?�?�?U�Z��[����7ڞ��4
��\^5��v��q+�a��x�s'� �TlL2��58t�}K���:1S��qy<�bc����S��
+R�Iżn-�r+�/L�n��R��iAjޒV\h�4�T����a��4mE�X4m>�N�i=i���;u�R���F�qE;��������iu����{���դ}֟�
�7ϟ�����P�䨷W)o%�M"��"M,���:��օ�H�OnG���k_�|�x51j�����!w��u0�1DNr�7h0��x�[�����).Π���fo������g����S�>_*ֻ��A��x��5��Fl���^����#����!�5
65b�OoJ�
+�iS����k�dM���,����g@T>h�΂#�o�G��r��S��]�ǮGr����żͅ����?��������ߧ�?��������Xk6_�9�����_�{C���������j��{C���������j���k6_�9�����y��P�{������[����&��9�$�$LIwRF���P�{������'��G�����㵦���d�qpN�?C���֛��1����$f͛ �=�6l��ʯ���]���7_�u�
=-mo|��)-��O�w�k�T����b$�s%4N�B�
+N?C��*��[�w�0��}�)�i�������8���34xF�Q����I�� _���D���|���)-������)�j�̱�;���$��<��������L���Բ�����K������O���K*��S��=C�&�m)"�?U�D3_�rvn
+��~�u�Y��Ŏ^,�q���hN�#>{LjD�������_z6+3[1W�H�78����İ�����C���w�q>P�<�`M�W������/���-�#'�e�+������O�;H����[�}"/˕�`��Ml��‘�
+���x�r�#UH���(c&Q��S��3������T	�W9��f68Dc)H�"$��8���s��:����|��;!���(LӍ/�6�����t��o�Zw��=&�U~#�D��+K�=X���)x��7W%V�}0���z#ԅ'�k{x������ޮoW<�����[X׼קy.k�~Z���M�]���Ŵw,���\�7�1�'�*'��Ck>o�˞��N�_m/&�X�iz:��](�:j^�Ar�3�Xq�܊����x<C ""&I��j�\� ����K�2�!���
�����U��}��l��^򇑭���^y��]��̶�w'�8��5->���2��,�-�՘�����&%�폗g��w�%��ek{��5�;aq��l�Z����5���zd���� ��W�����y��X?��b��V�\iW�hv���-֔��1��y�	�'���yr,�Ԛo5���n����.e�
+�.k��J#�B�noP
+'���Z�;���;"7��e[{�|Q
+ɸ;��0!��?���d��P�o|��/K���t���k��F��6�.Ռ��q<>��ɽ;6���ؚyCQ��V�����u����~d�\/%ߨ�!���΋(��V/O��0������)�'�4O4hWq���g�o�:2���L�d�h��$�K��A%J���8�S����Zϙ��}/��O0$_�:�>���zW6ʯ��#iq�P71�ū1h���	X�#���#�Vƿ��⭹�zqd�
�f�^��^����*��q�%�)$��:и���Z����U�H��#�����^4��	�3��Ԛ�����Sc�������?��������렷� ���~���ss���F�����/����?�9��R����7�YMeDvlc�f:)���39'����rm�y{��>��[���֡�.t�<���~�Λ
�P�y\@&��L��X5[,R�`z��/��7��>|?yQ2�$�g�0�u3�j��/~�{�r��9��4h�����#��a����ʑ:)T(��4#dP�n���~�#v�\�WD���I��`��S[������y��
+���$R5�:r=!e��ڒ��uݽ��O%����e\Bx��'��ٔ�;��W<נy�_����<�z�]ϙ4���w�.~�o��N	!��H ��.�d⺟���2-.#�}��VK�?�h/�el�>����+������NH���\����}Y#��{�`9G5��ɚ���ts�q����Xt�����%]C)߱�ɽ��c=櫬j6��/y{M�Μ�D���K��"G[�lQ�7!��5Z�I��0������꺟�_Y��#�X����,�hH�v�I 
j;s��>|ǭ���sz��}G�_�wڿ�t�(j���X�=8�WC1]�R춢�3ZI��ꈇ�!��-C3׌��zߝ������mOX�L�4	4��hpEd��]��qqӴ3 c�G
Rh�c���%�ޙW��F�o�Ll���/�{����6u�+��BmN�|ū�cEl�[����'�M�k�uk�O6V��8��Q��V=R9����>^�"�JIuN�I�Ԧ�c�p���2*���++|(���e�p�QѴ}Y���qI2�T�Pc�EV�L�dQR~����oϖ�V��k�-jH��2���}r)n-��_��e�3|r���3��1�˺���J�R%�"���^���Q�Ȗ����,����zPO/$�F2D�$��Vğ����ʭ_^м��jZ�i���s�{���
�ݔ��S�x��A�̷RV8
+z���:������Ϳ��ZK�&���m��4���ۭ&�8a�y���+)3�Z�K�C1��H�Y�����Oiu%������9t����)�.y����1f��$�Y#�C#��`zrO����e4���x�b��(*Y��hT~�wA���������;�}�ᕛ/���9�c!�+��xd�E�����A��V�f͛�}n�DKV�.׳�V�K[���E$�V+X�sD�؞4�a�j�%����|nQ���դ��W3�1�HK,����+��A�y�����P�<�=�����6������Y��[z��y立�V[��u%�a��߮y>{ۍ���ܕ��/࿱��������_Aq���8<*
+���r�cxV��[�Y��9��]Z�5̫J��h����Af�
�B�I���]BOF��	.�����P���@	†�n�#��7Z���<7Q�w�j�P��Y�f�k�F��)��/�K�6�Q���Yp�b��S����uqo/�/~�gs<e�/�~�c�����,��(��D&��MFԼŬ��_ѡ�Σ�^Ca���H�[��(��������0��[~ny�к���˖_]����{-h7?V����D��N�T�����Bw��+�����������b������y���	�k��r����Ң�~��VkX���)��Vn�'Ƭ���{�*4Y��?�ܟ
+|�����F���R���S�������T�i����������2+�h�����G˺�?V�t�ɬ/�����ʹ���6en.�UX���d������̹��s��~t��������Y�����#��w��;�5��)4�I+��[�$',�T���b:��'���k:���
+/��Ж�B*��og��Cp�QJ��{���&��mi�=�q�>?-��Ⱥ����h�ο�;��KčK�����BaU���>TZ��{=�;@K.���8Fc'��� �Mz���,���`m|�0�W������?�+=�y�M��SS�5(o�$<}kyD�\��)%�Q�EF�;�ğ����y��Z�����̞G�"�|��O$�yco���и�%�p�3+T�ek�a�����c��*h��.�T]A�D0��m��D(&G�H�ޤ�lvP����#��H�u�r3�V&�g#!�$���/gf͒�-Ǡ�ygX���&�qe��v�0M<�[R�;�%��G#�-�(�F�C�2�t�1'����ğ����y���~��tmwQף�E�L]��[8aK�g�6
<�2�����dJ��ңj��`�խuM+P�/t��=��qť�:s%���:E at�	rC�T��v�j�d0 ���޸��~,>twL��"FǤ~@�x�?�ijgK���K[�G��V���&�a�;=Rk�������mJK^ ���c��^Q��¿�Ʊ��|����B}>�y{O�%��u�b�]nMnh>���n�>���l��HdZ�&,��[�ğ����o���9¼������WZ���YX���6��p�ە6�r4g�Eyy�W�$u�#jd�]���t=OO��>�ewe<��?J	ce��8*�T�R(0Wʾ�
u�{	je(��	����Q�&�l�C�՜V��-�/��4�No2\Kw�ՓR���1�w	l���#�wj�9R%jz΋�/.�>\��#��ڽ�ޓ��RO���.#��(���uU�1��>���SU]B�x4���J���!�n��$�m�i�4�����b�۬R�f�Q�dr��i��3�I��
z���m?M�������^1���~��oҿ������G�y���8�k��B��Ӵ=3O�.>�eiew�OV�U�� 
+ܔP(r��[ۗV�%��<� H闱뷾z�޳�.�%�F��_\���+g֓���~���������Խ_[���������C�����:ל�Ŭ����v�����z���Iկg��I���,��ٗ��”;�����D�T���
+�2�2�����-��us�֡ �PM!VuQARv�o�-�
+ʭ.ཁn-ے5AQ���X�bcd�,f����G(�ϨH�f��?A�鋀I�
+��"�~ey�ӥ���9�N�(�'�\���y�����·�{q
+���46ڄ������'�d`�8;2�^��?;�5�]����U����l���R��Y%�+K1�
+L,��p�zB3��o�l=��]NY�f�<p�b��6d%�#Ŵ����S�d�))ƈMs���'f͊ˆƮi�{��� �C������3��ƭ�K������{�-:y	f���>&�Dd�K�t�?,M�:�K^o2ͤYE���Z�֖v�c���K_��q�efOTB���EA��SE.���R����`�l����.��S���%���|��?pR͊L��l?����D�ե��"��//g���V}~�KŻ
��[ߘb�+�����8�F�p��*t����)���ʟ�zO�t�}�c7?�o��le�;�R[H�K_]~tWgr-9�+5�W�Q��V�}��r�{og�c�`-�l�Gx�7>L%浠�,Dx���.�5[y�����G���,s�+���=��36uM�?:~e��+��+B����ů�g�[K봟�gk�ۥT�!k��bP�V
+�
+�}������lEaҜص�I��1W�%IEYZ�%Uc⼜�#�3f͕!#͛6�q�wv�[*�iv��@�:��Q@�ʏ�ڡv$����H�������K�0��վ�ר������ٳf—f͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛#v�w��`�����m�cY��a�u�"�)2::����4#
��Z�[�]COi�hH�m�Im�x%G�t�Dd�6RA�‹_$h�6�YY^k���Ѭ6�����qEjo@UP��
+��N�e�Y.����
+�4��4�2��2���;�#��#1,���5��/��o&<����iڌ�W�������.<�带�h���">�YX�EAȧ�<���KW�C�#�+ȡ��"���^�#��H絒X�Y"�Y����s��R���u<�yyy3�]��yW�r�<ұw�G}0�31%����O2y�W�n�&��I���onM��P�6PGkq�kQF��"� 6ip����o�]�c"�vl4�J�(�x��!���X�zr�S�@a�k��e��Lk{���!���Q��Ӧ�.��.ᅷ1HӡS��'�T����_��_���M��~���־��#M���_�ϝ)�k޸#@���������Wߡ?F~����?V��־��r��_���µޔ�L������iߕ�lԴ�?\GЬ��Xd�ӎ���\���ڴ�����`��*i�|��_1yJ��RտGKg��qogw�j�v��d�<ѳ��7*��s*�0λ����W�������_��×�Y��~�����Z�>R�=^�k�q�ژG����+/�U�����j���L������o�?�>��/��8}w�������˗z��wW�gsj��^�x��H>k��B�q��9�zփ$3�VN������V�5;y�٬�$��\Z�<����4��*��֗��^ӏ�a����&M[H��T���J;[�]��Kl�hg2 ����,j/^���ء�QN&`�����#hz������d�<3�3!�FD�Q����t|ծX����8ܙh>d����Ԓ	��=ʹ��f!4r�\Km*��$�~8��\�0�L���8%����5m.=?�ZW������g�>e��MAo��U��	Ze�hB��H4����hӯ8jz���,5����N�Ҵ	���ȇ���sE��D
+EO��-@���:#9c��g.
���eg�KmĀ�z�u<�xE��HA�ߣ�b��c%e*k�w��aϓ4�3Z󧗴�nc���V���q��{��W��Dby��}\ޮy�͞Y��?+t��/"/<�iwZn�.d��^�P��2�<�ə.��Ld����->�7�#WտH�����h%���X�r;AO����G/ڭw�YÂg܄��q�8���0:�\X��} G�ި�{��@���Hsd�O�w�<�5������T������Ge�=���~��
+--��9*�mTwVJ���Eך[M[R�|�>�髹��>Z}@�P��n�Z���q�;>����M�_j�v�6�ȯss"���#@]���0Q���5���]]]�����u`ȷ��H�-�J�D��P��K�
+���7�7�~W�`]K���E�g�}>T�I0׬��s�r�OP��#H��%�t�ϛ�q��/�o-�ﴭK˖�D�kn�3~��'�}>R��0��*6R(0F<P�!�$!*�� ���'#�<y ї&;;�>a�$�V$g`��($�E,�n�O�f�DTgFU�y�H :�+Q�*�|�O�]_N���������Ok����V�_���tA����O��UxO�i�T�zI�m����H����)L2H֢�����!����e��V�Ez��\��W���a��s��ֵ.�m����7��������mc�Y	�]9'%��jO���ځ��<�o�A
�)D�cW�tD��2_6I5ȴۯ/�����4�Wzmŭ�\<}B)rng�RCtޠV	�⫾F�E����D �m ��X:�qʁ� 0�	�#�~VkUYt	�x����Im�]�"GʍB)BWjqߐ��s��]����V��4/�>_��76�t{�ӭRH��)P�f'Ҟx���(�P��k3����yZ��E�)-D�SS�+������-��X�w�@��Ax9,��@cw����.����z#�>i�n���������sY�y��7w����֭y$3A��UT	�mg%��a��y��(�����w�Z���X&���Ѳ�X���Z�YAok<���]4�G�u#����1{�_�:43�ޝʹ��"����A�5V0�m���gN��[�6XuW�r7ؖ:�Җ���?	�q�J�V�Kr�
+43B�.-ޜ�zV��
A��+�4�f���E0FlٱWf͛�}n�DKV�.׳�V�K[���E$�V+X�sD�؞4�`�·6�ݢ�<6��w��ְ	�eXbV�kDE��08?W�,5��[�r�e?֭'�����)�RBYe��'I]H�B�o&�2<-su�ݬ�uz֭u��U�&h��tn.��2�Q�W[F�����y�{�},���m���翾��-������Oo�� �K
+<o�?8�W��r��Vw7��a�]����0=��[j2��"�܄Bh�G�7�O���D{?�%g��/�l�;i��xnB<�\Di-�N
+����s�>�ս�^\���̈́��yk@�����m:$��tR�8�t%��:�����꺄����]]Kş�0�wn*(&��_����y���	�k��q�_���l������P��������?�O� ��ъh�6��-gN����uZ�
>ߒG���H�D��eU��Y��J���R����Q��»�?����+�����������d���#��2����Kscu�E����ֱ߭�S֬�O�YU���NT*h6��|���/^���t����~X���E��)m��P)��|���/^���t����;Z:s���R�����wY��ڎ�y5���4�ѹ����9�̭�Ԋ�{��v������N.J��:?�s~a�_����B|�h����2�8��ٳdW��͛=S�U����˿������M���Lּ��I,V��j�mԐY�ɮar���0W<j�W�ʯ���]���7_�u�
�g&����{��Qse��K��#���
�O%��������L�C3[\Ep���E
Е��<0�����/�2�D�~����O����$�K��g���9.aԵ+�I��$�k�n�U���Q��j#�\��G�7#㔈V\���)e7#)����ۘ���P��N��#
+M1�"�'�6G�ˏ&jZ�����-.���A�.�5�38�ON �mq������ۏ&yZ�Vе�#>�帚�Y�X�x�2����ֳs<�/���>9��NQ�$V�lG�H���WŽ�{���l�4?�
��z�vV�ź;:OB��i���,��W������-��6��hz���/
/^kV��R�&��H1R�#9j��V�)̈́z���|ǨO�jv�۸��������a��ci4>�Z�δ`�<��c��{ S������Ɩ��Wg�)���>=w�G�7#�������=�$c!0H��#��[�{���\�t���7���r�#����kw�y-��	��F
+�������V�m��N��L�����3#i���c��b�5$vo��`�Yo��,Y���+Y-uA6��ouu
+\Em��B��S�i#�Q���F�'�|��۽6��]��k� �tۘ.���7J�)W��#�*�;���pϑ����䌥-�'���P=?Nޞ���um�LW\�MM��Y�8�����v�����3��4�!;�\��4�W�y���龲�%�S�l5hHSPDZ���+Ϊ��М%́|��/�:�]7˖ke�]ܞrM,�S���3<�9�N�������	{}�[��Z�jw���i�jV�5����7H��A��d����������⪻޶����a�$�	�z���?X�u-~��-Ra,��D����(�T�8�
+$q����b���������W�����	�дy��N
+�}-�]P���&�H��_6'�����Ǧ������qpڡnF��=Vc�H.G��>�yc�C��5=g̖�^�f��l���@,����4��務�hۉ��g@�|sr>8##q4xhy};�?��{�&G�&�	:����yL����,�2/�`�d���h��j�N�MdW���Z����}��m��Gg�.�L
,05�0Cl"�.
+���+���EI�jy���k� �2�L��.�����U}ndif溓�ꛈ��9���A���jm������[+;-1c��V:�f��mM���K+��L�\��Y���C�G�7#㈔�@+�������Wu�22�I7�w׎����F��V:���jP�ֳ'�a�!_V(���1�HeG�D(�Y$FVh��U�n���S&��r��1z(�ȑ�h�!�8$j��q�.�Y�����&��P�V���p%��ͥ�Ջ��x$��h}@�۝h6Í7E�4�CR�4�q
ޮ�(y�kX��b��/�{�r>9���(l;������W���'�O���N�I�{I-',�;�;��y�W�������`��H�Z��hQ=���V�����#����)_�F;��b9���:�^�}7RY��o��5��-��<N���Ȍ�F�
+�5Y�y;�:���wk/�R9�c
�ռ��xy\���*K*�7�8��J�w��2�|q������^E-�y\-�KT�����]So-��W����W�Cqn
ż��7�Ik<rAu�H�E+�+�8y�~j��Bק�.�����涸�ŕ�ݬ3i㍜�Z�A$5�~�ա��\��n`*i������YFңE ��b����*XTFnG��ٳf��v�Y�=��&nWv*UK;刹UO�R@n�j��i}k}��@�OS��㪺�ՇppO#�.������2��p�I�PD*�׳b�����#�l�H��+6
2�>�K�@O?W���9I���1>���?��{��i��d���u5G���f����ן�w��������|ߣ�?��{��i��d��Y��<��sTx�����������
+�6ٿG^���������at�6���]��bce�
+�F�0C�F%O"�Z����Q�?떤r��A�Y�-L�4-mn~�������y����K����i�s�'��;i� �'xI�q�4�×�fb�ؼ�c>��{vEy�ЩrB�
;o@OA����z�����O���c��~��ͥ�p䣸�b�0A�WM�Ó.\�12��쏙�Y�>g�eg<�t��&�I��Mq<i
���z�S��	@C�'��v#�n*A�͝�ޣe�\G��N��ܜzb�B���
+j�����7P,���z�4���#�'�?)��eh����UV'Ԗ�b����j�JZ���jsx�'�R�ʾ汦�G�$6����Tz��Zuƒ�R�����⧔֩2D܈�8�Ă���~��sg0/h�Yǧ��m��WV�?RQKԟ�"J������Jm�.<�廫�������5�\\�y�0�B����j�wbA�����-Zw���������E�O�jӿ�d��G1��h�QlV�v���Ҏ��_S�������Y���e֮�P��Ě|ZS���+g�vQ�@�mj���jז�j��qM<��D�>��D�%����i��-���cYdaU�NJ�+�9_�gC�k1ژo�n�xe��E�E���)�k����Ņ��-�x'��yG"�aU ������U�?�N����������-Zw���������
+�D6��#	��?�Ξ`���y^�[[��c�粳���OUb���k��
S��7;np�D�u/.�:w�4i����7����ROJ��E�'�"��Ph�A�0l羉�X��ϫ�������[��}O�z��/O�\�J��������ZN��$��[�q�UbI��O��Qy��Z���7�Q���*�̟�է�ɿ���b�O�<�#����Yn�3�o�6~����G���a�#�^���џW�����p��_���~<"���K�ZΣ�
fo��:�������չ�����F��ɘ�*�;�![����F�
Ιq���h�A"��]��[�;P���U�?�N����������-Zw������rOH��A�<:�r�%a�~��9Y��_����[��(�lo�0�tƏ��G �U ���v 2��s���⮆��r�����Q�!"�d�R������߾u?�T~e�����CToRj��Ѩ?,3�����v�֭8�Q�;J����%�7��{[�;"3Ǡ�pBf�v"����_�]uzx��3�����7B?��=v��+�����u�3F���/i6z�k���� ����#@I�I$�K31,�K1$�����(���
o�Kt/gk{�� ��W��[x�Xdz~��|z��;���V?p���L������X����3S!�y%�Y8�"I��Ȓl�y�Z��S����lػ>mI��p�׬ɠ-L֓ء��ei5��d�x��Q�%�(�T�m�#Rj����\����Ig�]�k	-��Lu���u+K�����ydYb�y�`�;�1����T��#@�4�m&���R�{��WvF��(wTf*������J�q������X����3��1����c��$��K��s���c��9L��&���������w~n֯m����TY
=���� $���(Y$&5
+���T�`K��;�O���_Y�-���B�$�!��]���B�ET�j<��sTx���l*��~c�������I������W���&��:?5����Mf˨����Q�?��?�f���1���P�a��y�
+W�I5��9�#@8�FJ�k���o�����1����c��$���G�!��S��á���_a������\�U������Տ�?�7�;���V?p���L>�t~k��9��͗Q�?뚣�~?�
saW�;���V?p���L������X����1����_������l�����\����k�
+��ߘ���z�����f��~c�������I�������N&�e�x�������\�U������Տ�?�7�;���V?p���L|#�����?�s�5�.��~?�5G����¯�w�?�^�~���d���ߘ���z�����c��G�!��S�ɬ�u����<��p�6��1����c��$�������Տ�?���:?5����Mf˨����Q�?놹�������W���&o�w�?�^�~���d��G��������k6]G���j����\5ͅ_�����X����3��1����c��$��?Ώ�|C��?�Y��<��sTx���l*��~c�������I������W���&>�t~k��9��͗Q�?뚣�~?�
saW�;���V?p���L������X����1����_������l�����\����k�
+��ߘ���z�����f��~c�������I�������N&�e�x�������\�U������Տ�?�7�;���V?p���L|#�����?�s�5�.��~?�5G����¯�w�?�^�~���d���ߘ���z�����c��G�!��S�ɬ�u����<��p�6��1����c��$�������Տ�?���:?5����Mf˨����Q�?놹�������W���&o�w�?�^�~���d��G��������k6]G���j����\5͜�ɾa�?�4�um'Q�a��Yn���"9 $R
+RA�$_�����W{o����|��K�&b؂XCQ��dA�i��"����K����H�$w��!Q�?�e4�P>��iz��:.�maqekwh�sj��$w�m! %ͱR��w=r5����h�Wrf}jϜ�*׌�j6PA�nG��4�x�%(����� G"�ǏU��`��̃���c�����q��������>������=ؚ�i��u
KH�v����okz��+ɋ1�T�)*�"����K�Q,#ב��W��$����3�-Ԓp7#㛑��g�g�sd��FT~����|<81`�b���,s���2�de~���i5$���dkM�����5}OO�c�[9���5Ė�����I
���F�� � ��)y�i�[�FmR�Lc=��j�ƗWq[>������2��R%N��$�k!�|sr>9O�6v��;|�ɴ��{�s����&���5kt�n�{������)mm
��,�^��\]"+�y\rUn�J��~a�����oo�wj�%��֞�P�����}Y�h�`#i
+�����l�\�Z��}Vi�����Z��W����\��L&kx�X�^V���'-����*jgX7���糹տ}:���ޟ���q��&�@i�WͩX����OwWw�F��yf�B�Ƅ���6��v���i��w
���7V�,�� �t$�68�H�MD�;���/�ˊ[�;�'������.�t�]/�a�Y����n�]#G"It���^,B��0O�E�_Bb1���m5�_
+�0\�D��ߗ���۠��)LM8F1#*<�
+�����=�ib�	^	Ѣ�&)$n
+�:�`w�M/L�[��I
5;�H�&�����I*'\W5]�ᇮ|p#㛑���
+�/�6~�ě$�f�����
+�w%�c�[[i湆.+��r�$�ʕ<��M6�p6l�[��;�:f�&�ik/�^8!S5����Efy[$3�+�۷����D�t�Ĝ3����4�5dKt�i�}4�2��2���;�#��#1,���k
F�T����L����pZ�ihd��J�����$�+T̵�_=k��e�5~��7������m@q��{[x#�v�O��4�9�0#����G�O2j�m���5�!��Xm�ɷ������`�8-c�(�8�DUD�%�X%x'F�X����*��hU��z�f�ώ�vmr�{h��K���X�_JJT���S�����nG��,ǦVlk��<��dk[�^Mg1OS������R|�`�J����1�\F�I�dP�Z0"�8	t��g{m��ì⣸7)3�4������r�GL����,2ͅ����?��{��i��d��G^��������V�e�x��������_�:��������O��u��]��-?�k6]G���j����\���p�?����M�y��P�{������?Z��MQv�.�i11��`#m���#���B���gO��8����9~�����;Zo��A��')�ï�
���㵦���d�qs��f�8�i͛6z����%���
��G�a�������1���6~U����a������?ѿ�9?�6������{����s������yɔ�&��Շ�s������yɔ�&��Ն�f�ɬٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf����s�͹2ƨ�3H�4������@=d'0��i����-��������[�eRt�I�9�K�#��0�hMz�4!9�:�w���q��cf@r�~�f͎B���^�O��VPՌrƗV����'6׊�#��+4ֱȶƸ�{�8z���O��&��l|�m�I'��}P�768t�.�O�e����6�x�i������(��������
+�6�uX����
�	#��p�f2.���nZ����$kr?u��ܳ��\M~������s����$r?��ɥ�vрn\z��zp�xIy�,�|�4n+Π��ra ���{n�3��ĎsI5�mu]F��m5mB��v�-n�0Ae���a��[�0n-D�kR��u�}~�M�f5�c$$M� wd��\�`.Y%�	$��E���Vc����~m@��Ȋ�{
�0>(�:TЅd���S��8us�[h�&X>�!����4��{+�Ϭ�q���X9I!0|���.���J�������s�SN	�ZäI��ꅿH$F���5}���KɖDT@]�����^�Zlc���_������z���Z\�<��ώ��v���SOF��G^$8�^�H�e�e`&��{��
2��Kx"���kdDI�UJ�焒L-�.ռ�6� ���k+�ᠽ��3l��R�	�ޜo�	
����aߚ�j�F���5�9�_+�oi�k��V��yZ�v(��0~�����B��l/�im�Z�6��r����D��Ŧ���a%$���@\���H�B><�j�#Y��r���^1f:���<�����dI>����r���x����WD*�k�Ϊ�̀U��'�?͊[�	I%�A���-ͨ���90���ރ3�4�����V�sZ�E٣���t�����
+��;��%�Q�A4RA&č�UF;�����]������~�l��$���
x�"t~-Ӓ����S�����zС~��(H��b���X8��Ii���k��0�3�&`��i�����k�匲�-�y%y�Nl�.���ϫ�h���u���5=*m�����^�eԯ�����0�%z��p�?����M�a~���=O�`����m�F�y�^�G�E��ֵ�/y��Ch]�
f�̖7��>�i���:�����AT�V�ӷ��/�<���C焗��i���.rW�K��O�����9+�'������tZ�}Y���;�G������3�2�Y��6�_�6�����0����ѿ��/��b������b���I����vlٱ|ٳaK�f͛9�璇���r7F�\�e΃��扥��I�е�>�a}��ߛ��	��eaӱ�����5�mD�1ś��2���6��ŗCuF[s�۳f͞w��[���u�:,�[yoF��}8��Ε�ڤ�y�?�_��G��̷�[�<���_��o*��:_X���В�}b��1	���)�v����F򿜖��^x'�����D7a�X$���j
{|���������ݿ;�*;��fH�#�UI��X+�]�X�O?i4��F���G ����O.1x���MK����f1��ql+�n |.>��f͛9��_'h���4KX�����tn���%Π.�D�K4���gp�ZtZ
�N�������/8hz}���N�a�{�Ԓ�eӖA*���]�8�U��fv���@��P�����S����l���[K�
4p�g1���ʧ��y_D����kw�Ͷ�>�o<sM�iw����9��)G�kO��şm`> ��g39�r�8x��""C�;�ʚ|a@qJFϬ�[����Eٳf���W�zG��������b� �Q$��;X]`V�m���Y�7^K����򟐼ѧ��^r��G��c&�m�:�M7x�;^��I�M"�W��������j�O��W1ܭ�Ve��@$`�V�O��;� �GR�&֯tՒ��G�@��K2�&$�$,�o_�Nc�f��K�9�J��H�2�b&%�G�9m\v/�.@��Lȑ)��(�����ٳd�?��K�4mX�'����-@״��Z��Վ��Q���No��
+o�;E���{�(L�h)�C���V(n5MF��8G*�us,kN �l2Q��lk!��d�c31���`��z�����8������ٳf͛6k�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6l����ǯ�B���7�C�gY�M��8���(]���&���{l�9��_㙿���⸿����Z�!��l,�=s��O��?�M��������j��N�g6��զ���y�%ȹ�&�
��6���k�O
��+ګ�E��Q�J���[:O�����V��v�$�G�t}MN]*���������$����D�����G�B���2c����	JP��`�O�s{��_� a�����g�\$w�v��T���_�^Z�_�R�n|�ec�'�L�$�u=3N�-.ON��o���1w��ݦ�٪�5<�v��T��V����B�[h��X�R[���ff>,K�9�?ľc� �򿘥�<�{�}~�ᵵ���sȱ7�T�xS�� 
+np���z���O��K�N?/�BH�B#��8I$F�K����j����/��~V�'Ь
��ٝ>63�M�Ѯ$����G�	%r<�>�1Ӽ��iZ>Z��E�`�6�e!i�� �F�K�D�2q��_Y�y�1�s�e��r��$l��Ub0�dLF�)D��)��J�֍
Ʒ���
Xj��6���v�D��[�Hm����I&��UBЇW������k�{���_3
++�E�q^�THPV~&���v��XԵ5�9��"[�YT3Or���3�3�S�'��Rj��N�R��u�ɋ�]ܽ��
+e��̌� P����;g&�<����&�<W�dMrMGɺ����[C�GL�9�zkC��$��T|]A_�/]�.|���Go�yY�5�!&ym��]*^7�$�O
+lƔ!H����G��˥i�\X�-�yf�	`7��b�Iqڍ8����Q�o凑��KM1�����������UTkeI�V.*�ހT�9�2G$A��@�
��\��
����N�'�=>C�8�qH����W�K���M3ʾm�Jԣ�"ѭ-<ϣhw֐Ou4W����s$��32Nу�\�UR>o˫9-��Ռw��|�i��X���I,l!�3Gkh�jq؊��u�6��b6ߥ'��V�����
+S�ҋh��g~#��r��91�ŵ/<y�U�m2��l丶���������9��v��YB�HC�=j�Z@t�;�?4�R��J�R��mRhM�ۯ��m>�����*�}�X�P�<��-b��L���L�_��&֥���Vu�e1z(`h�`M6N4$�M3�����~RХ�f�l�F��d҄ח�+i�1@�ij�"�|!@+�@$����o+h�E:u��|�
�?���zA�|r7>\G��N�̬�a�$�F�'>3��q�ձ�X��c��o��F���j�6�ya�X�P�CMQ���y%�����
��ܵn����`�@�%�E�搚�i�����mqqq����g�dIdVH8�2��sٕ��ǙuMu�{�g����cei���l�$lc���I_�q�V�S�n5mB�o�nk�]-���ԸOW��)�I��ߦ�9m�����I��R�����o��5V��O[��tk��E������^Z'���Ǧ�_7?�D~v���-�;�u���\�H���H�W�Tn<���2��.��{n��`"=B�U�d�x�!��fy��d�dNe�B8^Ԧ����94�*'���,�Kq!iX���w�ؒO�c�����Tfb8�m�Ԋ�ҹu����m9��ˆ'��o���PҼ���uo1�Wz-����-o���Ym5���-���GI���� μ��J�~y��M�_��������Ewl.D
$���,_\��n	+:)� �/~�M?�^a�uҖ��3ZAc47V�ז���GP�5��RA*��2��m�(�+�z��s��ͨ]�^����Em�@(Q#E�QU(�gD�'����5{S~�d�w���y~��k��Y��KY#"�̹�"�7�t-O�SG�O{�Tk������Z���<��h�$�F��Xrh�`�^س�Xy-��-!,n �ӭ崴����ْ	ۜ�d����&8x�]�_���_��h�dt�ch�Z4~��Je6�5��׋4a锥#�3�q��vo��N<��㌮Q�@�.W̳��ʐk�g����ou(u/�hzg�n��4�2�$չ��Ԥ�D��\�<=Nd���Z#��k/.k������X�dx�\���5n���Zg�u�&�P��]:�}M��ɨi�~��f-���D�s�D���VԓV]t�I.��B���}i^�?��9��6-�թ뜊���w�n������u��<�}��`ְG��v�	�"s���X� �]�?��<������y��徽�R�I"���6�Z|1��F4#��W�b��|���K˳���b�����M�I���#�X���e��	���f��e�m�L�#Csa�*A<�����F'�AG�����
+��%�#)�"c!�DP�/������idp<�I�9FS����#�i�͜h:���t�
8hE�ѥh)q��\Om�=��.=i}7�n�}�F�UzPW�O��+�#�Zw�����|ϣi���5�Ž�7�Z�$��K�k2�L�0���|)ϝé�[YK�A1��{�.�E�=�ʑ8jrD�t=��(a���_�	�mJ�*��}V��˔�NS��h��'n#��r��91�ſ/l�,����J�R��mf�ܭ��^6��c���*�}�X�RO�\�Ώ�=8i:s�d�LV�\�]�*��J�}bYLq���4����8o�j2���7R�"����գ<<q�߄~�6���j��ya�X�P�U~���[�Q�}sw-[�d��[�:ַ{��CPK4�Ʊ�cgk��B
+b����~<��'�f͛)lvlٳf͛vlٰ�^������0S��ɶ��>���:���{�8z���O��&�����(^���l��������6�h|�v����7�c �����W�����㵦���d�qs��f�8�i͛6z����%���
��G�a�������1���6~U����a������7��,o��붰\�w��=h�N<��9J�'��r�(��K�?�Io����L"n�@�X{�?�Io����L"$�����a�l�ߙ��:_�<�s�YZ��h��eq1��P�Ȟ4�'=�M�A��*E����̟~���x� ܛ$�kY�]�]�i�b���g����Ν�y�L��-��~����QH��ee�EU��
�������Q����2���{$9�=��*E����̟~���x���4_��|�������|��w}�6N���`yc��-���'̿�����+��l<���I>e����Hsd{�T���SO�>�/���@h��4��������	��|����L�;�������Q����2���{7��,���$�����!͑��P/�M>d���������������O�K���n<'���Z�w��3d��V�?��yG��|���y���<������?���_��d�6G��@h��4�����������дK�55�cTH����o!���Ae�,S�
(j*1�>_������	�'�<������?���_��`g����ce�O.��dž�a>��0�uc�o5k�~ 
+�q6�҆�f«�C�];��dZ��Ky	�:*Gn��8�,���@��l�������9bY�������7���W>���`�sa��$���H��UEqV������٩�46�B*?g"2FR��e���X@�$�H�/q�k6_&�9�7����O�����X.}:�~�k'T�9J�b�t?��YȈ���ߠt?��YȈ��朘$$�؆�e�o��x���=X��8䍃#��+)� �� ⚭�ך]�����{ib�I
+��@���_�t?��YȈ���ߠt?��YȈ���2���������X؃x�ܛ���+]��AS+�F���"Z����u}V}n���
B�8���������`#2�I�2���n;V�a�����_�"?��7����_�"?��.��I�����&1$]Պ�dN�*q�v�e�o��x��y?A��̗�tW-q$~��/o.�	2C2F�sLcV*��S��^+C�/����ղ��DG��4�����ղ��DG��4�s�3jfrg�,�;NFGo2��@p�"#�l͗ɼNnM�r��K˳|�w�B�Z�]Zs�6v@�	c�F�G|l:
�W0]/���̐��˔Gdx��gZ�v�|����_�"?��7����_�"?��1|d߇����+(�5�x}��0���Rј�H2#P�.MJ�H���%d���2@`�䈧����x�ܛ��l/����ղ��DG��4�����ղ��DG��4団v�e�o��x�0��{�8z���O��&�7����_�"?���f�e�j����۹��R�D��S4���ؕ<�Yk���7&�9`�¤�����O�����9+ȥ����w������q��T���-X������z���?�+/�G�����h��̓���M�t��{f���1Ĥ�4o������&غ�����R`�r{��6l_6l�R�ٳf͛6*�ٳf͛6*�ٳf���?��(��^gң�k�'M���+���P��=h�$�Q�.�y�˺��u)&��U����Kr�2�(�JWP|*�'���<M��uR�|^����!!��n5ޕڴ�͜�˟��s�^�4�4KC��%�	sn�mmfY�i'�$F;�w �.Tn*�-~o޾�}���+�h��w�;]F�H��d6����X\+$п�
+��\~SyZ�[��{ˈ�3��g�N��0Ap�j��x|U5'j;K���l|žfԵ�[]��H�Ђ�mj��!��c���I���1�[��x���C���-��<�n�d�㹔FY{�qF�O�����kcs��Nnb�(�� �BB����:_�>�}gI��ٽ����A��=E�7g�*S�c�<kJum���^�f�%�Ux�tb���׎�PF��1�w�������#H����UR9��HG��ZR��&��z���>a����G{k���?�,��d�%��x���+ta�!�M2)�?"���Ht�kX��-����跓C%�� ��XV�*����v�^CQ,r�N!P߄U/`|�����q�d�.���R<��m2��j\�����:[��XF�==���&����0]��^�l,�����ۇOY�֬��iN�"�	�-/��[�vCֲp�k�Q�T�<F��0^'۩HP33�ٍI>�♍�q=Y���6yw^�c�f͛6l�&n͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6y��q��P���lM��P���s��=�}��m����:�ev���o�:���/�z��֟�ě0�\��z��1��afA<���(���ڴ����������|�q��i�麅�����Q�c��n.Ż y��on켌~�Ҕ�H|���(���ڴ�������(�_5E��ϫk}���}kO���!�e�`Yk-���!!\+�f1��&H�'�����������˭h��.��?�:�<�o�]S%���wE�H�.5�#N�P��=2�CsvX�#-���T*;��÷����F����b��zV�w}�9V�w�O��4���,��IJ	2�|2/�W���k���[����t����;~:��|`�Gg��qp$YJڔ�
�����y1�{�[�/Q�˰Au��PXj3\z%��k{fa��%R��K���o-��͚��1�4Kx���N�E�+F��R7�VR�m��i���|��g>��i�>f!��>�[t�y��e��Һ���p�Trm�#��'������̀��k��Z7�\�bMlx�\c�+Ӹ؟r���;��/�^K��Ey.���@��O;��md���-��"�n@�=�|��+2��,��S�.�F�q��t2�䈱�������m��Z�Q�84cO�Eޝ�c�1�X�o���=��"[�Am ��Y	�И�~�\"��ne�~`�h�h�=+J����+S��i'���co鉖_R�Y�	�Y��q�~b��ua��j�V�5���wq�z�f��Y�IA�]���/�O�=Wɷ�֝>��[yz(n�&;F��[��Iy6������)J�U���uu���_ �<�|����=6ҽ/DEX���%�˕w�0�(�_5E��ϫk}���}kO���!�e�`Yk-���!!\+�c	G��	�F���2�=�� q�K��tn�G��
+zt&'��$����Y�c�jI�(���'|��+2��,��S�.�F�q��t2�䈱�������m��Z�Q�846-j�/��H��,n4��x���̟���5;l6�=ѿ0o�X�s��]�hF����4��n�M1����/�q,�F�̬���8���|����cV��Zc��I�jW���Y�zj9��鷧�nr+�ҿ0�����=��_Wo,>�kq�(iu]>��B��ި,��1�FN��
Vյ�X��Փy�;x5�k;������%�a``f
+T0%\7��a\7�w�g����m�%�Y��B���!Hmͩ�Q�(#V�xm�2�� F�8�;�$x�������j=��0xo��m�D��{�c����)Y���5����K�3
+C`����dk��Np)��T�"6��y���_@�x-ZM��I�f��%��mF�J�;���V���&U�4�>^iV�t�t��th�5�����9�����������d�w�uf,Uc�=SM��o,]"�L����H��;���2I�dI��te��x� ���5y�Wֵ-'�5����?X�LԴ�$.Y%�x����+++ѕ������!�>�������ڌ@����;�%��r�h��+�GvV$d��MW:��w{�#{�/�����L���Z_���G��[D��<m�G�i>e����	�$��J�YL��^#�ݺ�'�}z�R�����C{;}$S;
+��n��vQ�I3f͛ �ٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf��{�8z���O��&�����(^���l����u�����?��l.����z�����������������v������N._�>x;C���֛��1����$f͛ ⽧6l��ʯ���]���7_�u��7��'������\�A�U����˿�������F��x���������'��r��>����R[�����&S���?V���R[�����&S���?VD6�������Z_������o�P��o�����{l�8�����/�Rο%?�r~]�Y��B�d��S��''����7��!�&lٳd��6lٳf�]�6lٳf�]�6l�U������`W�������b\ٳf�V��C�������&+<��.Jz�iu#�ZTx��:h�ӟ����J�X0�T�T6�9NA)Bq��dA��ѭ�5H�$l{�slt?/�2��C��#+9��:���id}?��Ww ��/��ij�Wn<�6�_#k]M{���[�X��-�,CF��'�;���8"�ʗ�ku����6�t�k9��l�j*{��+Ri���m�Z<9�Y�4�8��P�-O���(�����v��$�Oqq�S�r��YHc
�	P���'��网�ݧ��<'	c�>9f�)D���#�$o(���+7�͛6f͛=i�Gf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6��������
+�6�a����p�?����M���vZ�����_�>xI{��)����0_��%y�����N���/�s���N?��E�՗����C�d|�������?�+E��mn��%�"&+���[�f�f�"�*�רޝ0�G��-̔jƱ!,�5
 %���*C\J�M����Y`��Vx��J�ua߭+��-⵸�(��FĒI%�RI',&��̡�d�C�����6l�6l��vlٳa����֛�3�me,'�K�R9��F8ʮ��;��y�,œ���1���d,7Da�$!(Ȁh�G���͛6s]�w�f�.�5��i�/�G�5�+)}E�m#��Y���p�gz��还�w��~y�u���������)H����L�����S�
+��gO:5rK�~L~��Ϝ���뮲���mkz����F��Eh��b%�`��~���/X���ۙ����^�Z������7֡�c�F�RH~(^ ��	V��CQ�P�L@����H�3��ȝ��y)|��w�ӛi�kb8�DǤ*��ޯ���fͅ���k��|˪h��d�5�*��-GM��/��V鈉b�����ч�3۲UG�jF�U�>g���7�i�Mޫi�k��4\[�[İY�2	ݭmar�f��OٮI.��r<åy�Gԣ�����4{�%��/!�U�.��̞���3-G.Yӿ*|�i�y�B��u��y�[˫���	-��s2WP��ѕSb	��j�j�7U�3��e��p\�c:�D��D���@����¤c)c�N�S���vlٰ������v���x�֮�P��I���):�+m2�+�mOL+�
+Y�1<����Y���,����;�e!�D��˫�iw6��a}?�!��3�jś�tR���e�������O����{�jz���(�Z�R�5�ؤ�|P�a�� J�Z㭿+u˚7������^�����zw�b�K��Y�
upҽ"Jh���,�q�8�|R%��
J@	�1��$~�<_Kl2�̣)�f�!p���Kk�]�6l3����������k�7��o8G��?��8q����Ǐ�2!�O6��T���ŗ�u�2���-��h��i�~aGQ�i�bO�
+�pܔ�+NBG�~_����o�O�:u��
+MGG����}Z9ZC�ʬTn��r�\�)y�Aѣ�.|�aqig��;M��G6�0KK3�K}r��-J�c��0N^�ŇU����x��w <=�7,&@w��{�"q�12$�;�M
��6l�[�]�)u����ֹ�Ef��yR�a�o,n	^N��-��J|~��>?���ɞ`��By��~a�Y���d��"���M�8�%�Y�@g�i�1��UZ.�6�GkOO�Rg��eODbP*o��><�9LL�	��J�A�;6lٳf͚Ʒf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛<���8���(]���&���{l�9ɿ����������m�g2�K�s7��~��W�S=s��O��?�M��g��i����I�� �Y���zo�mZ��L���?�M��m�O�;i������O���������"�v��T��n8v��T��nlٳdݛ6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6l/׿㇩������m��ϟ����Ο� p�^������0S��ɶ��>���:���z�=}ͯ�<����kM����?����C烴?��i����\�Flٲ+�sf͞������o����u��Q�Y1�
��׬ξ����w?Z���ʯ���]���7_�u�m��Z����_�JMj����HtǸ���-��eYR��� �	ڣ,��{������s������yɔ�&��Շ�s������yɔ��]�е
v���ڤ�&�q(��V���ڣ
+	>�%����0��-J� )?�Ⱦ[��M6KH��f
=�H�	H*h�Ë�r#c�~������K9Ƈ���O0j�^��h:5����������J�F(�w�D��V�B��J+2ϼӬ���/j������-̢�a��+*�����I4�����e!7$�=�ĂB
+���M��Դ뙭/l�K�K�wh��h�:I���V��|�Z��ϑ4MW�g�'���,G���}����z���m=��t$��*N�1�ı27&2²���i^�'�T���$����Y�EA���N���2j:��w�4�{�-��8�i�߷�|_|���mSR��t;�2�kc�v׍r�n%x⌬��5[є�T;����i���p��7 ��xoɂX�2�e�^��^��*�j�N���'EA���N����T���$����Y����Z?�?4no,4�GC�j-�V����ҍ�$\4��Zv
+d�$�"�r6������=�A��5C�Z��k{,�-�i�[1�5��+r]C����1eɜ���t9����%���	K.<[�\1=,p�.�?�nl�Zys�Z������]JZ�+{�V��k�k��U��!�3*������w ����?TXu=Z�X�!״�.�aJ��B��ֳC�J�9r�KM��?��I���T�~������K9ŗ�7���/�l�O2������T����kon���J�1�N�N��b�QV�+@����:��s�-+H�>��I��+�+��=*�@u��%�.9�In*��?Z��<F�6$6<�l:G��h�c#$c 6����T|�]ۍ��l�'�|�=��������d���S�L�MI��#��,WSt �^B\��w���"�S�����ê+[6��Դ���um�Dn"{t�!^~�%��-��VA�����P7�����f�
W�*J�*h‡q=s?/���������Xk/6�:m��u�N��b��w=�)j,P�[0���V_:Z�B�I��������|/-'�{�	s��n �$��Q��j�c3�#��+��@�����P�9ۀf��"D�#����d�H�X�>��J5��V�MO]B����(Xm��V��~�Iݺ�u��)�yKR��}V���X,b��MR�]:�b��߃Io8��b�2ּ]Ҍ�m���=�^<e�#^1��T�`�*��ſ��_�ɾ����r!�̫O*k�W�5M~�{=:(c���l�u+����&fP���XnP�(��/:Y���?����&��m��:>�4�_��Fn��(!�V �VC��z
+@ H�$y�ǎU�
+������c�!�H缥LR���%�O�|���5�ãjZ~����v���%��t�2�MBSi<к78��H��) ��mN�C�4�2Y�6��K�a���mv�yK4�ue�[���ޫ,��UJ�r
+��?e����_��7�~���7޿�Ns��?9k^`�W��+�r0i�/����Ԭb�u8绎V�'�D�s�9^�91u����8���/�0on_�Ƴd��H��%��4�
���i�tK�մa~����b����z�h���*7�,/
+��_�ɾ����s��ߓ}���4�l��vlٰ��?e����_��7�~���7޿�NfƂ�vlٰ��?e����_��7�~���7޿�NfƂ�vlٰ��?e����_��7�~���7޿�NfƂ�vlٰ��?e����_��7�~���7޿�NfƂ�vlٰ��?e����_��7�~���7޿�NfƂ�vlٰ��?e����_��|����oQ�&����Hb���`<2i��?�-��	��̘Q (�-~���e��<�^���}����^E/�>ӿ��\�%?��O��������_��w쏙�Y�>g�ed�F���l��m����7�a��%&!��6�_�6�����0����s���ٳb��f—f͛6lٱWf͛6lٱWf͛6%ssogm5�ܩ
��m,�HB�q�,����
+�W��"��&���[mR�{����w1�LT��F�!��BF�G���<b&q$Fő���f�E#�"K������SQ��,�eZ����:o����\�j:n�=�ko��~��3K�PC�$�9���������摫���?JZ���@���dX�H��{��ۺ+��q�m���?���F���P���m���6����N��j
2D-�gx$HJ�9I�W����>B���<���a�ٴ�,�Zm��.4��%�{����,�3K-��r��3-�~M�(��(��.���F�3F�#(�_��s���qn!�E��27�ϡ5��(tA���B�X�l�Zy�X[�	%xR	9�{ieB��Z�4[m%�kgN�-�O��N��,R��彬��#���6�Y��
ߓt�_G�t���("�z����p$1L���u����
+<�m�Z/8y�]{H�C��^e�,vI&�u��Dp[�(mM������;	'œ~)/�8to9i̚~���h	�ͮ^�m�����	s$��6�6Z�<�Ï$y�/<�ũ�hzƛ�]�[�n���l���݂��z70<@b�*0ۭ��-|�������Maq�Y�x)�K'��y�N\�7+�����~\~]k�S�N���o�yH��HG�����o�c$��. �XZ��KB	,kL�C����M������]o���8��C_հ|,�y��F=�h#M��n5;����D-4�>��,�?��5�
+0FO_�W٣4n���h�m���j�K;����-$�)��v�I���$Y�%�jI�=hĜ�y�_�֍�v�����Mqy�kVV�w�Kp"7x���e�Ҫ<�-��X����}[T�����gT�Ae���ww9�p��ݨ��@�W9�����CT�J��w˯�f�SM��C~��0���\L��[�20��y�B��?�<������o�i�V�]q/��2��'�kJ����淟5(�-OC�������7�ϖ����JkgFoY"+3zr�m��-^���s�y�)�{�,���$`7#�^���@��2F���?�)����3ggw�]����suu*Amo��Ye`������
o��qn֋�^��_]�v�My$���8]��d�)v3���p��zl�I��_�'����8�I����)jcy-eYU[�Sĕބd�U�����4
R
/V��lu(�kx��n���-��)�҈���[��g_����;/�4t�6��蟢�}��KMkN��-�k�=�P��YH�� t���!U��s/)y7�_�
7͞z��Ě'�_B��Gi�n����[��}x�1����KҭV�7'�@��^����!����;�Q#|@��r�d������cח��6�������m9�u���#o/�G�fD
�oNG��I�G�jZ��t?,�=��ž����0<W��PD!�^k����S�俺���Ġ���Y�p���VSB;���[K$��y˴�\�9dm�*�6F�+)��8�=W����l��f͛6lٲLݛ6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6l�g�����w��؛������&���z���.����=�u���/����u��\_�L����?����6a������b�&�̂yg�Q���i��'m2w�O,���=7���?���N�/��?�~�ۧ��Ԋ���S�q����S�q��f͐ovlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٰ�^������0S��ɶ��>���:���{�8z���O��&�����(^���l��������6�h|�v����7�c �����W�����㵦���d�qs��f�8�i͛6z����%���
��G�d��_��������]�@��*��[�w�0��}�
��?��1����^������ܟ�[ּ����*$DD�����R[�����&S���?V���R[�����&S��?@�Y����>�k��;X-潔My,Q�<�B�n*Oa��s��<����0h{�ޫ��X��1e�f���B�U�P�+E&�����������=��پo�^_�������7˱f8rC,N𐐱{�a'&2�j��]��m
�ijEg��9�`��y�F	!T�+��&cԜG������'k�5]\�k>e���R�o����	�8��ɨU��F��y�H�����-N�͚��,<�se�
/K���.ci��k��ˣWe���)��*��������j�{���|���C��O�o�\��3�\1i� 1�����p�9�Um���6�'�s�&D˕���YS���������Q������/c֑4O<YGg�-[OR�YKd��g�DYZ2ޤ2��jr�-O�-sQ0E��5��om��+����24�PD���pg>�Z�������C��O�o��W��������K.X�uH}Ӑ�����.=�D�k�<��F��t��Y�����-�\Ӯc�L�c��ma�9n-lm��OQ��€6�z���K��'�|��Og��KK՚���o%[�.ؙW�����k�J�^4,���z~��?|m�_��h��{��W^򽬺]���@�n����7���b�z��7��
+�8R���U����}Y��o��/�S�S�n����$�i���*Ī�x'�hTr%��C��O�o��W���������f2&D�7��2l����qɎ �hB��� ymɔ�������i�G���W�mqu���o�C�qL���ӂ���_ݛfZ��
+�[�y��W��.a�
���B !��-��� �%�"�f,xՋ3���oO���=*۫�k0��o9^���[�#qh�_	�К�\�d�7!
+����k�[����j���;]L�>�<�i�b֨�Y~)T�Y���#�o��/�P�������������j�{���|���	�k���|���y�39JVg�ŷ?������{2
#̖6�W�����i����omr-n};f�����inp��Yv$:�����xmm����
-4�T���R����O'$��Ȓ�V�	}?|ޟ�N����;�^Y�|�<�X����x.m�Y�H�Y$Em��#����ou�2]y�;�4�v�z}���\Q���X�e������f�C+�Q�/����yڇ������7��/�P�������D��<�Λw65�m�4H���c�;��E���6��,��5��"�qo:4SB�'��K�o�ո��|5��4��4�}*�.X�Iq�=�!�Q�����E� �}_��Y����?|ޟ�J|��_G����3k�]��;k{�i�Z��Z4�,i�wfg�ٝ�=���\�?��C��O�o��W��������3�m�+�c�Bɽ�Y6y���O|��
?P���4
>m7E��.n�-�.V���z��3�p�Z�T[F$�U�������f�C��+���?����f���yڇ������O�������oO�:�l�?��C��O�o��W����������ýfl����ν�9��/�P�������������j�{���|x����Y�������f�C��+���?����f���yڇ������ �,;�f��~��?|�ٳ���������=��پo�^_�������7Lj/�������oO�:�l�?��C��O�o��W����������ýfl����ν��?�-��	��̙������j�{���|e��?��K�t�џR��닟W����
+q����ָ�� �Ve��<w�
{�N��S�;�`���J�){��)����0_��%y9�8�����_V_����d|�������?�+%�7�s`��e��l]?�ٿ�_�)1
�9������.��l��/���;���f͛͛6�6lٳf͊�6lٳf͊�6lٰ��Xhz]K�X�����Oşӂ2H�P3*�E�`̈~k�����z��A˕f�Nj$�8đ~B����l��J���\�v+oo5��V���i�X�J��܅���8�yw�R
'�c��������?��giHՁ�����]�qb�i��Mw"Xv�X�*�R**������W�M#[������w��{8�N����c�e�H�����EH�+ɴ�$��Ϻ.���o�[?�K�-Y�
<��U-�)J�l�h��[��)��(�/��1蚦��=OA��|�}�E��>c�X����#F��7��q�j�#C@�OL���yc<�o��Yv�����n.)x�5�x�@�=��Ζ��-�>_�t	a�T�(�X�Q�����)��*��E'bT+z���]�c�H9�F$�-�m��	41J-��2���d]�(��^��=ȓ����1y��Zg��d���g�[L&GQ,�~R�̱��!,�����M�<�}���cN�֬��t�A����I�;4Iy%��h��	]B�-�JK|Gb�-�G�O�5����s�]>V�׮��k�9��\Y�n�r!V�hnK��
+�6}��V���$�dZ�g��Y=�l��}�V�6�h�����e%*2�l{��zo����~dE�w�'N�m��/n��qgqya*���qk9�S�A�Ȉ�ы*�A7����<���YOD�T\Qi�&�o�M�l�i�;X�^9�8�|�{�d7`�2�#����]
�H��E�up��Y�#������}�5PE4�n ��T�9��Ձ�OV5�/R>\�,�vͫ�:��e�7�ZG5�~�kg}iw4=�̶�J�H:���K=/O����Z�T��S,�k�v�!�&Z=�p�Iɝ$>#�*�cO;ϥJlŭ��\_�z
�֝l�(�EC<Q��Q����*�D�6�/�<�Ωg�i�4q@�yyڅ�1͌�����������ך/�N���s��&�~�kwg�b�y]	.a�_�N.��+Ũm�����#y�˖�	k6�����s#H�hY��$('�4��<������_hqyv�o�[��s�q}qm�9����0�D�����)�B�9D�X���.@<�P����B�I�C��<p��w�1-���"�,��4�;3�Z�*O\�yoY�)�C4�� ��d�)�/R�=H�x�H�s����]i|���M	�F�k�uoL�-fIx�q�ƕ���Ia�K˾g��:�v:�W�H'���X�K������c�DeS�*�+���ʟ�>J�̖~Z���<v�_���ե����?X�/V&#���/M�+�I��κ��to5��˱�j
�r�m�m�����{Id�M�� �Z|>�FndP�[�2F1��<��X5S����-27�+���H��I�[�ֱ��luHbE�B�<]"�q/�o$�9�侤q�>K�G!R��j����&����m��Z�2�C�4���4���FL���3,a�^	�Y*xFq�"H��`�R*������`+���gp^�S!Dc@6$}���ܢ$��E�.3)F�go+��F�͛6lٳd��6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6l����ǯ�B���7�C�gY�M��8���(]���&���{l�9��_㙿���⸿����Z�!��l,�=s��O��?�M��������j��N�d� �Y���zo�mZ��L��&_�rX��O��?�÷����q÷����sf͛ ��ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳa~���=O�`����m��|���/^���t����:��p�?����M�y��P�{������Չ��m~�����;Zo��A��'���<����kM����?���3f͐q^ӛ6l�O�W�K.����������=?�cu_����W�K.����������=?�cu_����{���p�%��������L��S������)-������)�������vlٰ4.͛6�w��i������Qҭ�{R���Y�Ʈ��}�q�z�{I�}]}I.��`�)&����aF��)*ۏR� Tu½L����on��������R�[{H�qE���F�=ɫp]�Z��֟,�W7���W<���$�_�-ƴ�ZX���sK��@d�t	G�ۀBYq���g#���_�ߗ���ɯG�k�u?/�Z���Nn�o-&�1ҮՑag�U�&@i��X���W&ߙ��w_�~d�uh���˭J�S�ѭٞ8�5���#���)��+vUE",%�A�y��QӴ[?4����H�5�MI-j��$�>�`Vo��ļ���?��z��+c?�%������%��F�K\H|� C!�Ǜ�1�0�z7����/2����ou�h7:+����o3�����rUD����{ЉW�g��򟕕�?�U�&7W��{^-���Jk#:���h��}7�~��bK'���f�9��Hq��1$�>��[�w'��m6���B����@B������o�1R���u�s"��#~[�#rå(=�A��d���n�l�c�m#�wN#$��*(����)ڥޛe�ꖯ=��,S��&���m�B��R�]�p3j:&���[�\��N�����9#�2�"��P��m�V����U��^�����Y,q�Sd!)/�!yOaZg�/ˈ{�h����¼�����:��Y�V�'�bH�B	"�����)�jZ-��_�k�g��O+q�T���z�vy�[��2êKE�������N�|D���aJm^�G���T��`��/)Av�͛6lX�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٲC�_�]�����4��H|���K��b�Ƙ�<ݔg�2����M��>ӿ��\�"���i���.rW�O���S�������_��S���?�+/�G�����i׫
�1$RO Y"�����.�;t�pm���\�$d�ҌA�9M� K�[�RV-���[FW��%�2��4ޝp�E�m>K�ܱi'`�Ґ�h�z�(*OS\�����(O!���G��vlٰ�6l�[��ٳfĮ�{{i�#�K��6�m����T9�/&�&�H�q+������E���VHQ����" ff4�TN�%�^����������ٳg=�?8t�GL�6�/�5�>��iv5i�����Uym���ZN-QZ'�X�ߜ^X�C������k���q��Bҥ���-�nud3Ш$UXV�W������8tx�-~�n�]�4�����_�[�[�B34Fa�C���M����hךeĞU����͵�F��'��76l�x�z��(B��'J���_f�o��qO��#��@�O��y�K�wu�����_�wf͛:��k�W_�<�
+Msq�Y\j0MF�+[_D%%Հv�8�T����i�+��X�mg��<�/-��)�O�[A�x�i$�`��̯*@���|�y�^`���N��m?'yb%��I�G���rx�y <���;�u#����F��ȑ�v������M2�
+�i0�Z�`��5�e��C|ڀ-i��bvp�M>Lєġ=�Q�3�b�F�ok��2�	DQ\��;�C"M�rF��	VVSPA�76uo.~biڍԞ]�˺Ƌk��SO�.ᵌ���Dc��os,?N"S��R�O�,^x���m|��ik�\�c{s�-�ķ��9�>�y;@kǍ?j����󵶦-��cN�<�b���]���]Κ��fVT��Y��]�@ryC�zƓ����/��=R�Yյ��P��)s[� PXɹ���@NW��4��zL|bQ�q��@	N|��Q�'��0!(
+R�"IڥV�R�ٳd�M��򦭡y��Ix��O��u�D%�;Ef��ǫF�N#fe�S�'�.��='I].�Y����ZD�͕��,v�~�����	�]��pD��\�y~��<y?H��=n�Y������	�]![�"&{Sp}k��2�Ρ�l�Zd�ʾ[״�(mG����SD�5
>�����>�5��h_�q<L�i'J�7evTc�.�$Dre�s J�F$q��zAL������y���eN�G#D�E
+J����8��a�_>�zs�\�/y��M��埘5
r�o����/Ztx�T�bx�V(���i\?�����k����;�'Ay
+^��Ӭ��oʤ�RY�ʯN�(�N�5�������ysi}�b�t�j6R��)
+��H%�j1.>�o�DZ��~l��	�;Om�n#KK�V%�����\����דƿ

sU���:Ã��T��a�BdqqQ��G�qˇ|Q�'*$�y�5Y�d���,c�i��]|x*ק|�y��g�]C̚���v�,	u��Kw2�J�y��*��kA����f͛9gٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf�6�=�}��m����:�ro�ǯ�B���7�C�gY̮�����g_�����T�\��z��1��af��Z�!��l,�'�����V��v�'y������j��N�d�12��{����-���H���?����?��6l��f͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛������?��l.����z�������1׿㇩������m��ϟ����Ο� p�O_sk���h����2�8�~�����;Zo��A��'<��6l����ٳg�*��[�w�0��}�]ג�O8Y��2kh��{�z�YgZ��oN<����+���%���
��G�d��_��������]�X��r���s������yɔ�@�N��aߜ���%����_�e0����g7���-��k�?�d��C7��o4���^���#&����sd�B|y��=�s��l�_����-zg�����f���-��k�?�d��C:���
��4[k�-�L�M����1��+�đM��d���Z���V�l4=.�Y�&Yi��]]�AnB���A$�t��J8��!�"@�nI<�G�����1��g�G�/?/<ͩhmy�cg�^鶺Ͳ�Cq6�1�x���7R�WR�<r<?8���o4���^���#&�����Ky��Z���7�P��k��U5�/Zh~G�����Ϡ���,�z�������
鲳+�p�#:琼�g�.��-�NԴ�ٴ�wI��W��-Ob��jj�.�<
@�뽟��~jsG���<��c���D�Q"�X����,9$b.�x#�T�=�s��l�����-zg�����f���-��k�?�d��C'����Ǘu{�Y�ŭ�$	�+[]4Vb�F�<�$-q��z�oV4��fy\��m��TM&�f5�`��5�.�
$J'����	u��+����&�P�����Q����/�ENc�71��~Q�
��z���+y�[Fib���	)�զ�)h��Hb�w�ڞ����Y��‰��)���E/��b�*�ᓌ�IPI�������-zg�����f���-��k�?�d��C:f�����z{�[A��M�װ��:k�h����ؠ-�k"�Gs����|��[���E�]Gp�wv���!*�A4���H�7o��'��������,��>��j����{ឹ�[��n����.��}妧l̼K'�e4�2���5���+Zߖ�_.�Tj�TI.��[�yiuqB%�6�I%����Tpk��s�ʖ�O����2o����T���L�����<!><��c�71�����*[�?�צ�ɿ�o�R�i����3�FM��T3��DŽ/�5Nc�71�����*[�?�צ�ɿ�o�R�i����3�FM��T3��DŽ/�5Nc�71�����*[�?�צ�ɿ�o�R�i����3�FM��T3��DŽ/�5Nc�71�����*[�?�צ�ɿ�o�R�i����3�FM��T3��DŽ/�5Nc�71�����*[�?�צ�ɿ�o�R�i����3�FM��T3��DŽ/�5Nc�71�����*[�?�צ�ɿ�o�R�i����3�FM��T3��DŽ/�5Nc�71�����*[�?�צ�ɿ�o�R�i����3�FM��T3��DŽ/�5Nc�71�����*[�?�צ�ɿ�,���ה�5}GQ��X��.m�m�F~l��!�AJ!#>~���[P���ə0�(8�!S����	�x�fZ��������w�����R��S�;�`���J�s�q��T���-x������z�#��V_쏙�Y,ѿ��/��b��.�a�C_����o������&��?މ���?�91�G ���f͗���_������/��q��q�Iw�6lط�_���/࿏��sc�;�ė{�f͋}e����������\G6<#�|Iw�6lط�_���/࿏��q�lസ�Px���'{�'*��J��r�P+Z�L"��<˳f���ʐ@�,��H�@Y������f����������wMl�t���"�z��v�g�45l���_���<��� yC�w@򶡣p7z�来�[P�
6�=ha����x�U�]������I򅭲Aa��K��B�Z�X���9�'��Une�ޭ�u�ä���1��f�;�vG�����x�$�h�9!
�����,͒�4�5A�
;Q�=���7����J9��d()�aV!@za!կ�KIe��6,
��U�0�@��}�S��;����es��ȐZ�B�����Q)fcJ���O-�b�gͷ76Z�Iuf�,��6�6S���Y;��f���u}�~Z��Mn��P�$h��A��
�R�E�'�ե��;q��d"�L6���W��0|�y�h5�>mV}/�zF��R�Yh�0��DbD�Hї_�X�k��9\$�<��M���B����jg��#�!�v�b�I �wh5Vv��1@ܒ{`��.�M��+�RDs�,W0�(Ve�:�^UZ���ך]����q�$���qku-<W[Nq)`����$M��>��Ekg{��Y�de���[��x�Ċ������r
+���/࿏�����_���#�:
��G�-oSֽ/2^ũ
I���|���io�8�{pU�7?ɎS��~_,�n5�D��/���$o~D����6l��Z��}i-*4H$��YR7�Z��U��|K����
+�ƫ��^ū-�Oax��[���<��R���|q�C𪺞�m�i��U�cm}o-��F(�9��Q�����w�t[o/~L��I��{��˺��qt����<H��(,��ƀ�j��c�-P�x!���"���~���q�H`8�e��@4?^�~��g2�F)U ��F� �5����e�_��o���(��:O#���%�R['��?'R�j�~Tܯ���27�-���*7����M�_�v��杤C�뗿�>f���/�;���Xj6w�IH�3ߙ����2H̊�#ҽ��b�Y<����K$ҟ
+Ļ�n>9x�OQ�����Jr�E)͝Qх�'��q� �R�ԑ���i&��%�3k�>����5����֏�>e���S�y���h�t�լ}-c�ڸ����H���N�]�R$W
nΈ�����/�t��m�6���WZ<��s�O�kk�m�Ks�̴�@�JW~� �sʞL���/�tO������e�ԯ�Y����iᥓ�)>���P�Ԩ^B�*���E�u��(������;G�󶂲G���F�u%����Lp^RC��[/L��逳�a�[���c��9�U��ə q�������w=���m�(�/���5?��5���J��Α���ɵ$	~��V�(>�}XD!��?����xg���C�R��y��vY����inr��zzFl�-��r���1P���y܎E�2?M��ʿ�G�k��/���o����Ǡ�=>:��;צy�I��	�o���I���Qj��ԽO�~��l8��?y�������ǖ��T������Ǔ&���U���\����\�}������y���_���Z����o�v������/]=z�8r�;�o��N��_˃�g���v�\���ޝ����>��oK���9z?����sr9��O���]+�U�����;_����}{_��s������\���gh����
u<�XkM�܍(�P��Z17�Ŀ��8�ڽrZ�����fj��%(��6<�j�|i�6`.[WD��-�s�'�qh_�~��c���΅ӗ�oJW���>W���y����2-壢/��v�2�� �-����J�"U��q ���R������Z��a��W�ޭ7��4�in�g��zp@�ݸ�f4PM�#�O���
����w�@��
GK�dR������7��ŀ`�X�#0�tb�t������>w���sS���Ir:�tإ8�"!)F�H��s
�05��1���Dt�wJ�V���j�������^_\Gkk%NsL�y9Uf���o�^�N�򭌖:&������{cɚ��!�j+��I���ZW���2s(D����&������TX�����_1]\Yiگ�qk`5Ya���ӛ�}hnP^E8�nN�U���\����
��=f)E���34�Of���E���C��$��<��I�Yo����|�7�e��"G
+����m(Y��L~���~�Q��������,���	/��U��h `��_�P��ά��ђ�ur����D�2J���X>G�[�ӂ^(�O����[qxV9����G�A<��=c�2B����g��q�j:��a��|���nT ҄c5�+�\6ߥ��1tD��
ʬ��� ��$�9�澬q�>K�W��Y��z��u�8yI-�Ӽۢ��y��#:��o<��5k���Z��:��}jP5yyJ4���F��X��������2,�&����u<j���'�b1H��7�����4_����0[jzN��E���������B�O�����XQ�����:�`�S�p����6yq⼳�.�Ae4�"��Z������7V��/ (��:��گ����{��O'���E���m�[���['�Kf���0R���F�����W�u����,�kV3�6��.;�-&Ss��Zʭy�›e�L2��%�"kx�扗��ď�uؠ̌P���B!�@{�!�Z����MV�#��V�x.UeN>�4H#�>i��!Yc��y
+��F�g�Mf�N�y��
\�ՠ*�f�t���T�VZKu)R��ps>�}�O*���c���Sյ�*�I�Br���
A&�2	-�u�2��^-���RC�˿?�G^��<��]sC���>l���R�����o,��#Y&��Tb�==��}e����������\G6C�w4���ylٱo����?�7�_����?�
+�����L��k�e��s�8���~�f͊��0���E�c$�Y��o����?�8b��2-��a6�������ѯ�u�[}Ym�s��f�X׮�E���������A��ԑ��ܩ�	/Z[qݬ��䧯�����fi��Y�S ���x���?O}���F"]�?h����)f�L%��o���
Z,e��Sp7;Rw��`��IS�Z�H��*T��#���=i�:ޕ��kv��L�g�g��������<�)�^6Z҆�`߬���?�9W���4��:��J�����%��1���_��0�
+���b��4�N��n�mo�����+�i��=�ȲG"0�++#�9FlP��6G0H�㽘�;�'���!l~~V�e�'X%���x�ko$��!�y�f$T�C���N�F�du4ea� ��`?��
��-\�X��xg1�+�ӞH�EY8T���v>4�l�Ago}
+���5qF"��БZ�^[���o:i�V�U�����^��j	e���p�I�zf.�N4픚Mϗ��K��ԵO�˫�1�2�j��`��'���p�]�lfS�'�đ@�	��|�4��ӿ��'�(D�rF�"�6.@��t�x�4�mRy�����x����+��~�>Ċ�@��z�H��n����9/N1��
+�@�oA���/࿏�����_�����ev:�ג5�6}X�^�N���]Z]=�*f�3�]7�c`U}EY&�����������������}.|?Hz���V��=���������Z8� 	�$�*�����(��_�.-�5����r�Cf�{��2Y}b��(�'.��T�B#�ȟlu��J/����S���R���R�?g�;�b���/��s}e�����|�����*&׼�f�y���O�~��5��G�$q�jB�(T
@4�D�Ї�|�6���s��Z�5-#L������\f�iﮛ�ї���M�
$'9@K�5|$�w!�6s�(��9� ~�HL�-'�q7.��N�, �J
+)4Pw�>�+�5%�k�X0Ku(�LKZ��s�_��K}e����������\�F�4���i�-�����Rh-�$@V���/@Y�s��(Ɋ� ؜#=�}B�R�$���">F�BY�I<�B�������T�~m�r=�ž�����\�Y��#�+���%��ٳg�?����������m�g97�����w��؛�������K�s7���⸿����Z�!��l,�=s��O��?�M��������j��N�d� �Y���zo�mZ��L��&_�rX��O��?�÷����q÷����sf͛ ��ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳa~���=O�`����m��|���/^���t����:��p�?����M�y��P�{������Չ��m~�����;Zo��A��'���<����kM����?���3f͐q^ӛ6l�O�W�K.��������琿�;�����������U����a�������y�����۟����#�{����s������yɔ�&��Շ�s������yɔ�&��Ւ�ٳe��f͛9����ߔ��:�̷)�y��H���ъAecj��m��%��y}�*��͏-�n�����T�\ډ,�/�5��:EV*�c�Rh+�<ّ���I�é�\x�G$oqp6/���t ��gߚ��t�>�u��9��V�o5��N��WwWsK ���,�3$1/�����͛<=�~~E�I��1�����h�t�W1��E��N���%�Z���w/�ǝ
+�\y��h����&�4H.Sҕ��4��9RI_�le���s��y[�:����h�m�B���n#�j�dt,(w8m�_k{M���e���N�Y�Fy�'���"�z�N�Y%�å�2q���#| 
+��ٳf�5�y̗q�u�i�����+x4��v�i+n�AÌ܀�8����g���7���|�VS[�]��%���}Z{�)-�[��v
Ġ��z��8�bB@� a�8��C^'`fL�"᭺m(K�V>�e�{M�|��
Z���o��YO�����j�\���Y����z�,�o��%łj6�_�>��H���B=�Mƻ�p�6y�o��:��^�W�5������W�䚶��&�tڭ��.�H�.�8��z�~�rE���K���{o
��<�/�����awiuk,��h��	N
+���=�ۭ%��Ò�#�* �7��9��
t�j1�6l}yF&����R;Xi2�R�����<��j��h��S�ک���M>�y�To^���_�R�iZV��Y4�v�Y���8!����Tq��n �1%�	f@k�(͛6l�['f͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6F|���(����&���2d�#>~���[P���ə0K�c.E�k���+-~�����S�;�`���J�){��)����0_��%xg������t\|_V_�������?�+/�G�����h��̓���M�R��ZҰſ�)1-�9������.��l��/���G&�S�f͕�_������_������|g����f͛�W����s}W����pFlx�z�p�vlٰ?���?�7���?�fnj����f͛�W����s}W����pF5�H�ԩ*J��̤}�&r�
+�͛6i�����e3�i�Mew�":*�
+dU(��J��A��U��/����:֡�y'�j5-J_К���qw{uysk:e���qs,��.ŗ�؜�Xk_�4��(��-jV�_��������̓E�����ݹ2����pZ��Fd�|F�#�y۞,2�v�鄶�zmF"5��L�;�#��A�����e
��Zݴ�Q�Y�!G1[�@*�B���oEߩ�m@���%��[Fc�Y7 �p�_��ǝ
l)�ZE.�U���&�]�k���/�:�V�{�l'��"�@c�����s��/5Ꟙ��z��򥯗�����F�,��
ܟ�ȬG&����&>8?�l-����i��B�k�т����E��«@|18�	e���3=�m�0�c! �'xDF���l��a'����^�H��[Mk#"ȱ΍qU`B:h�t+nቸs<R�<[e��,L�?%�(���V�_��d�{6�>Y��~��_������_���C�駕��������5ˤ�`��D��M>OEۓ�ݞ�yn2M�焰d8������b�HD��H�{u#�q�lٰ?���?��k�_�����v�IR�W����H8���m,�����[���?@�o��>�}kcq=��	���&h҃��X��F#G����m�n�d���d$Oq��^��K�{�B���$ѫԩh�0�Tx��]/M�I�l��fv���+h�J)
+R��+A���|}�y2�F���.�E�����r��ʗ���
�7,�/kf����=bA"�x����R����m�B�h��_)6��Uǘn��,r%��3Kum��f�JC#����	���,�܃7ә�G��P��<[t��b�\X�a��P P���Aٳf�����E}%���<�F�����K��(�XIڿ�?�q�ɝ+R�.�<����Y�֮"��]�:�����C{W�B� ������+��W�z��K�n|��w���"������������B�z-un&`֦I���AǥB�z��N�0�2KE>	�Ldc".Vc�;��ݶS1���"�}��tf0�̬��J��ȕj}���Ӭ�|�D�k���K$f��[)�vېy/.Fç��
+���=[��%ޫ�kڼ�i�G�j�٤����OF!mon�Y�7%K1�a�0�]OB�����;F���<C�x`wCĂ�V�����򞿨�(y�V�(�����[��˪�ڒ��t��d�+��fv>N��<��FQ�ě���i�����j�-���J#㹉�+V��[�բ�:W��"�_
+R4�k�嶰�%���hV�"�M.�+�W�彸������]�*�nD���|}�q��1�r4�=�F��K̶ߓ�X�P�}H%�SڤQ��q<��N1�/Ý7Κ����?_�<�m��Z�K���-8=k��v�8.�V�������i�8�񘗋��)���}B_N��7F�0�+���e!�Iٳfî>���ͦ�i=���V���<�73��QF;��U@�$�������5�0��G:��l5v��yn4��ŧ\��vr?FC����ܧ���*z����J�<�5������L���t�Ĝ��&�%.�܌9c�<Q7f͛
�7yK�^��__ҵ��q���۸/=.u���w�ZWѼ��1���{Zӵf�q఺����Y='n'�;7�y�P�^���K��*��U�����я�akIm!�+y]��\�#?$J%U�ujᷛ�A�?�[}[���
k��OS괳��/O~U��:�^Y����s8�y�[��Wp}\f�w �;G{���
I�
Ǚ����1�������6l��-7��R�!���5�*�,��iw�h1>�F�#�V�T�q�Ιk���lo�6�^隭��<n"�+�{��U�+(��pH�o���W�'�J���/���ʤ�~��.?�O�z�=�^��^��?)������\1�Ⱦ\�yF�
+ZEZ�k����z=<u8�Z���%���"ۋ/�خ+��q�����)���/�\j_V�ׯ���_�����_M�ӽJ�z�Y�8���Ƣ�y�Y�_������_������C�{�<8w;6l����ۛ���ۂ0�Γ�k���0]Z��O�y$3F�7H�+
+A`3 ���`q>n͛TTN}W����s}W����s�6���U\麎��]]y�Yu��K�����$����?\�H¡��p��|W��:���k�V��iu
Jyo�D�Km3�:HYe��"�5@)�g�)�btk����u*��Ψ1�:?!��U#��[3b�2\Mo�c�2�:�B�z�oJ�8���1�5h�,l#P��
�S�Sj�T�z�F�{;���7q]D$�#,,� �h�Z�#�:�a؂/�_�����}�;�X�h��p�|�Y֭d�{�˘�c�nB��i�5r����ͪI$�'���Gym5��*�:4n��$�aBRH��+;�/�f1� w�?[8㉻�G>�HjS�l}s=� �"B���(b���N��-v�\�cu�hJ��0��G���5&=2�Y��R�Y,�us	���a0��bY
+2���R�*�Cwo
ݼ��5�'�G$pP{�#�Ɖca�Y��&�k��(��)��.bU���/�f��W*�ZNڤ�KX�����a+�j���@�����V�A����቉X�zƱ��
��d�fn<�u����DZ���CѰ�s�������v���@�҃畃�ng���N�!^�(b���4Z�Ҹ�m����(āY�`��5$�iSB�I�)�>��_������_����4ˏ9��>��-V���������g���H.b�k+e�X:��K��aߔnZ��^���׺����e�K�o.����s[$3�1a�e��iD<~8e�Q&<b�=:�H�{��k��U��DԹ{�#�������)�M�[x�iI�H^�B�ZJ�%[݇��I]���P��ѕr
+A�@J����s�#���ۛ���ۜ��[������ԵMW�障��=������z(m��NT"ъ�?�CL%�>o������y�/�]�Z��%�_�կ&��ъ��Գ�*�pމ�V_�S���(	�Iᾗ��O��Ȕ�y�>@�O�/�%�&'Ie��P���/�ʫ�E'�o�z�\Z��i��Id��)%�v��k�ӕ��;��s������������&�D����
��Ʃlךݒ��]�r�
��f�iՐ� ~.-ƴ
+a�r%bp��մ�bD"L��p�ǟ�M���_V6�"�a�E�=;N��7�p?���?�7���?�f���z|8w;6l����ǯ�B���7�C�gY�M��8���(]���&���{l�9��_㙿���?�qU3�?޴���C�$�Y�z��֟�ě2	��G����է�����A<���(���ڴ�����;�L�������n���R+�o�O���o�O���͛6A�ٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf��{�8z���O��&�����(^���l����u�����?��l.����z�����������������v������N._�>x;C���֛��1����$f͛ ⽧6l��ʯ���]���7_�u��!�w��s��Qw�����o����u��Q�Y<���}��1�?�q�G��9p�s�|���)-������)�M���|���)-������)�M���%��f�Z͛6F���}��
���3�Ȉn,�.-�DYH��U�+te!��p������{�٣����游��GQ�fvc@@�'9���5�O�5�5*Zk�~�B�L�?����5
+ga�����'h�����o�ɥ���凙��H��dd��4�$.����X�2���2��!��`�9�G&XBS<�$@'��e!�ʬ�Mw�"�ǒu���2�y_�	֬g�sk ���`�HH%�H�`���ꮬ�;�/����<��+(��Z���5O0��yI�.5������)$�D�}�b��ֿ�%#���>�N�V�g���}�������v��U��Z�]��Y򗛴:iX��UT��ol�P�wew	����2~%�EA�R����Zw�>�{�h����ļ��..�[m]f�H�W�j>u/��[{۽W�3Ͱ���`�]����t�{�$��q$k�wB���}����2Z���G,B5)�R��U.G�B[V�B��`������n͛6u��9�?O���
&�P3�j,g��+�q8C^�8nn$B�J�B�F+g�,�2�i�Νw.���P��_o��Lݿۧ�>8��<�.����z��^���Vӭ!�d{F��>���U��+>߻����
����/��;�#�qdX+�[-���N�P��ɭ-g!B ���+˵sϣF��0���1�,�Ͽ�û}���A�ÿ�Љ�����|�o�j�v��Zi�s����n�x������}WeR=O��ۖ�q��^�������͢_ۋ����[�ffA,E�慑�e��>5�n�����-c��D�4�F�k��%T�j����\�P�z�����G4���+�+_3j7i���%���G���y:'Ir��f��]��;��,y����kM���T]~�����/R��'n5��p�R�����t�_X��i���p��(�.a�� ��Ʀ(]�4�� =[l��w�~d�.���#�]C��X�e�um=
+����ؘm���|!��̌�w����W���մo&�#S�uM
+�I��E��_LB�m�
c�)Z�7:ֆ������'��8�p2޶\��oˊ�-�B�U���	��x�޾��1�ߗ|�囨�|ɤ���R·[j��J�HHY&T%	SF�
0D�P�E��Tw�M枺�bm&�P��m�4>�Ms���y4��*�H��}G˚J�'Z���g�̖3��
�ε��'A%Բ-ƥd���4+�ļe�p�
>;�+y�-S[Դ����
V�j��jF�eqe����3������Ь��r�:O���c��KGm3U�5M) ��M��Hfkk�c�RM�u4~J�C*�Y^r�(�4~kk>~]+W�4�.���V�{	/.~�5�ΐ��N1D�P+1n%�s�`��TH7����J K❸����U��2�Ș�湠I��7^[j�m�<v�Ŋ�-��±�ѯ֡��<^�sW�OĬ*��J2E��]2�B���J�����-ﬢ��+A�Ye��>��q��͛6l�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6l�����ڇ�`��Lɒl����QmC�0M��&d�.E��e��<���C���O�����9+ȥ����w�����ӏ����q�}Y���;�G������3�2�Y��6�_�6�����0����").�� K+;�J�㻸hT'^j��<��v���\�nZ�Uh#X�9�x�E�v
+X,��62g���g�Sࣵ��͛6f͛ ��ٳf͛#_���/����l-C��d�pb���u�8��՚��P�rC��o��;6l�%͜�?������f�o%y{B�;��O0X\�b��K�"di���y0���\u����5/0ܼr��-.��@�í�ʷ@o�kdT��t���a
M��2K�&����Nc�?Oշ�ߋJ2�Sۈj��G�Gf͛=�\�[^�Mgyw��S�̢H��VVV Ѓ�pҼ�4��mgV>I���n|�(��u�_�z�h�����0q�)���|�aM��'XX�r�?-|�Z�ys�ڶ�-�⤩s���M̓�B,�ԏ�xd���03�:�(��A:�dx1ÊR9%|1�+�#��8�z�@���]���,�J�B���x�BU���F���͝�M����Ѥ�m#�z�%ͼ��2Ziְ4��Sԉ�q)dn#���7Ø��.+�/b��K�[f���X�K
��f�
+�dƄ�4�G���o�s���?2O���
#[�̚ޕ�kP��>��Z�bP=C������M����5���m���ͤ���i�_\��m�$�9dgoN_P<�}*��_e��u�&Y�O	�c"x����%�"]l������F$~�D��ϭ�e�/0j�!�����!7���/64>�sfΟe���h�v�ih5��P�����yfࣛ�P���t_!��w�Q��t]"�hZ�O������Y��Q�q%T�Zl2A�4rR"�~`l�cU�h�ۑ=U&�k�W�G��5gb�$jT]�@�v7Q���a-[T��H۔iuq,�E*�P�vla��ZQ�:]�����{��mC���i�i8�F�������c)Jg�D�z�e��f͛6l�vlٰ����R���5]3@Ҭ���^�Y��BC�IJ"p�sȚ�h�L��%�{��N�(WA%���b�AX�MƜ�x��w�2%��HHK6B$��2;�(�DpǸs��{�f̀���+O�Ɠ�����ꮢ��+p���jы�o\*���+;��_.h�u��F�h���e;d����!���o���l�uG3���%8���TE��Վ\���6l'���>�Z�������&�����C���V����?,�y�(��>d��H{�lG�����f��(�i���&��>NXl��G͗ô3aǛP�����?�.):,L���;���͛6�V�ǖ�弻��C^0{���a�3�֍'��ȎGv��lٳ&I摞IJr<̉$��� ���6l��7��n��5I�/�����'���tY"�)WGF2�4 ��fȂbA��R�ٳa&���'�U�,yI�Z��m6�3(Z�9��+�q]��Y�ٹo.�n�o\Ixl-a�3��OI����ٲ������9x��r'����Db*��'f͛	t�'yGF���H�4�>P��ig	v0"e�IP�����]���>\������i7���Xi����}�D�F�C�W$��GY�"`���ͧ�>���}�׆&�
�����6lٳf̝͘�6l؜�Au��Q$�L��ȡ�DqFVSPA�S6*
n�
F�t9�`dӴ���--�{x
�,h$�݊��J)�6�xbf���s�i�Zq�R���������U�}�f��.Vw�w��ߎN��4�q3H�pP�̖��Ez�ͅ���g�\k6�e���v�n���.fRA�ʪ�@�{a�lؒMY�=��*�<�E/#�Qr��f%S��qaS֘�l�V<�嵻��]Oz�M�t-�]E%9$�Ó�������<7Q�@���m`�cA$v�T����BQO����Lj���P�r�%���\N��J�50�X�NF���*z�͛
+��-ysH���I�4��������(%�z�n�����4�C��F�,��t��ɳ�;Y��?�����0͇�G��\������RK��X�i^E�xD�ł/���2��Y���i8(D�KqE袽���f�-,���t������:���8֤�EP��5��<��+cxm�.���P1�@�YF5+-s���Y��$�E�Iߟ�ؤ�̱�Ҽ���]�_��by�ZN���ᱵ�㜒z�,��
+$n@V�y��3f��ٲ��6lٳf͊�6l����ǯ�B���7�C�gY�M��8���(]���&���{l�9��_㙿���⸿����Z�!��l,�=s��O��?�M��������j��N�d� �Y���zo�mZ��L��&_�rX��O��?�÷����q÷����sf͛ ��ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳa~���=O�`����m��|���/^���t����:��p�?����M�y��P�{������Չ��m~�����;Zo��A��'���<����kM����?���3f͐q^ӛ6l�O�W�K.��������琿�;�����������U����a�������y�����۟����#�{����s������yɔ�&��Շ�s������yɔ�&��Ւ��S�2�n�m<�������Np̝A�U�fS�8m�6�k6y��z�5���,���]7V�&0^�L8�P�J��!�ԕe!��A¼ٰ��}[���=/[җ���x���z|�|�������q��k�Is;6l��?$�*u�g�A�yZ�k�VYTIsHX�ib��9��B[�rqiii���caV��ѬV��"�Q���"�@�a�
#S�5m��վ��-R/��1,�L�[�0o��t;����a��w�֩/�c�[Kyy?N�#q@�h�M�z�~�Q���2d�!�&e��M��@�B���yr��ج��B��"�[�̰����d�v������滸���y�<�IP9;��T�:������l��7�-�I��^Qʡ�р"���c�bH �
z("@l�
+Y�f͛�iZ��t�aya�kɭoQ#3���.��N�Ƅ������zw���!�"����Z����.'�Y���D�MR�=6����F y�P���*>��	� 	��Qvlt����ܖ��7qZ|Ri'��T*�Bi�J�-��Y��z����Zmֱ�]EeacOwu1�Q��br'��̚.���kҲ���u�^���D�����
+��N_�ʵ
��F�[��>@���@�4<�pQ͋ZZ]jpXXA-��ԩ���K,�0TDE�1 �I�;�+j�zŶ�9����F��	g-���(o���lN��n(AW���6y{�z?��i�����O���d�N\�dׅi�iQ�xH1؂:���w�l�m�.�Y�K
Fm:yd�N��j6:�!�@i����ժ��X04�)͛6l	vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳdg���j�o�3&I�3���E���7����2�]��h|����@/�>ӿ��\�"���i���.rW�N?��E���e������3�2���d|����6�kku�ۭ�1̪X��C�C����#o%�Pb��I�h���[����ql�W���I�$�@���tK��$�i�6�F�Kǝ>&��J�K4$Td�$ 	;{���4%3�yw;6l�q�6l�{�f͛j:}�����Z�~���[]Eɓ�3)G^JC
+�"���sa��H�IlA	Ă
�!ٳfȿ��/|��	�m5};��
Ʃ�����EXn�e�i��B�
�+a�?)�v�a�,�e�����Y&?Y��8Ly%�B�d��̩��y%)�Q�F|<D�D�q�N�w�I�|F�}G#�vlٲa�Q�:��K���������5mR���r�F�c���>@�(�F'�|��"�rX��P�ߢR�<���1'�S��
+�+�ޘw�_Y���\��!�p�f��J�Z��2��5���2�Jz��2,�6%������#��h��ߨ|��6Z�V)Pj*x��«(yr��Zӡ���W77z�-$�.f�A�y9+�T
+%���������}.��Yʷ�[��^]���ζ���H��LȜ�(�@�A���+�ZN��̭B	/�m�7�����\$V��8K++7#^l{�+����o�~]ysP��&y��kZt�JyM��B��xr��W6�r
�H�3�GS��1c����4�bFC��@&�c߻�����&2���T��B$�@����5�%k�弳�U�� X-�����՞oZx��$m�G�^=釞i��eռ�ui����m���q$P�e�Y[��u�)f��;��{c6y�U�.�7�侙h�{�/�y�x��cmN�P�Q������b����Zo�o DSH������R�E�Cd�EY�������Ha&dx������=�������6X@�|?���q���c�(��{��;͒�5Y��7�k�}�ܛ+V��f�we��E�U7.C��4v�
V�Z�h��Y��)�F{����@�����l�nl����t?B�7ԟP���
�h�x	�.')"9��'#���|��9
��K��˟��:�h�֣i�6�<Ҽ��e�%�C33HZ��V$�����$I�c��yW	���0k��2�<r���1"Wψp�q�w~�,�)�4wz�+k	�k˪\YZ�#�d�1$L�+E�ż�i{{��kpi�o�[��i_V�r�ʖ�=8Ш�&iT����}͞n�|�y�����1���R�DWw��f{����P�A�ጸ>
����KAK�m
݈�~.��%��QԆ��5�Q���y`H'C#]Ya�G/�j�Hw�
��_c͒��ѿ1����FHm���Gp����Q���!Ы}9V*��*
E@#ov8c�8��t�?�����_<�'�o4/�7�W�b��J����r5���j�/���ߔ����kG��/7�:��v�c�"�]�Z_X�lcI�zLQ4+FA�h2��a3P�O��8����H���{���-L�g���jD��I��x���
f�G��9o,�Ukk�s1����g�֞2š�uQ�׏za���:��yu��t��{U�͜Vq[jv0�H�Ց�Y%!�G$�4���ң=3�<��?��������Ԇ�c��uk(7`nb��u��t?	Xn�������j�[�i�5��mM#󆯩���=J�a
�΁g0W�||:a���)Ȉ� ^�$1�2��)���`c�����`CDJ&5��:>V����G;�m[�	�-�N��jҕ���
sN^��
+�v�
V�Z�h��Y��)�F{����@�����l�nl����t?B�7ԟP���
�h�x	�.')"9��'#���|2������Y�Ek{�XygP�R:�V�s�su�fZ�?�@'�U����b��<6g�Q�zp�ő��Ν�y��|��c8
��%�]���G��(�}�}�,�)�4wz�+k	�k˪\YZ�#�d�1$L�+E�Ĵ���h�Ϙ��k߮ZY�.-����\�#�2Fц����4Uf�t�t͞;��/8���O��5��Һ/�u���Op,�����rx�C˨]�s�~Gy����?�z9&���^_�����}U�ӫ4\jB��
+���|�>C\�`�q�8�?���ÿ0��,��aF]n�	|�Ewߓ͝
+5��uo1������o.Y]��D����M���G�?�Ha���t�ߘ�����ES���]��yʚ��d�-C��ʧ`;gp̈́�U�5�WB���>�<��Jd:H���BFT>�TV�_n��l9�����#a#c!8�5��LH���
�9�f͛6l�]�6lٳa_�u)�o.j�����a���B�Q���0R��]�Fh��3���H��ٱѨgU=�?I�L�̡����x��T3#�R_3������P'�n�,��?�NN�\����gY��Z���mmWK���w��Kw�9!�7�
0Sp�]>@�2�q5��V��8����/����H�}|�	��~~EnlY#�y!�J�����f�"�a�M�ydZ�NEIx)U�-[�*�v��M<NO�g=����w�5�޽�[j0
SW�4ӥ���qL��N@!���y52��2kP�o����.Q��K���H�ѝ`���'�iL�Hxr1�*�q��}����5���3CA����������\F�y��J�H�c�AcM�a�y���W�>r����n��L�����������`�����9+Fђ���M��w�V�-,h��]��Z��z:Bzs��� V����T�k9i�+�H��,��B�#��rF@Ț��#���{�f��v+j�HLe~�#��vfܒ="�G�x�FH�����p�2����h�0�cO~��3g*�_�<ˣ�]�_��85k-*}v_A-�쵍�Ч�-��Ӥec�����<jkO���q��f�4�q�w�Ar4�[N����Ee����1?>UW���7�68��gDH@"�Y�����C(�)F5FS���!�̖w3��R@�F3̲-_��(�ӹ�u��=� �8K�.���DO�~�[6r�����H'��U����S������,M������(��d� T�U™���1yβ���Q�Lt�#_�At�,HU.-�x��%����x�2CK>.@��7��L�;�X��}�Ā1��hyH��A���T�W�(�#1��R�0��=7�X��Hb�%W���"�@n{lX���w9ٳg(����������Ky��;�`�o��\V��o����J�� _��N���/�d�հ����i��WD�r�k�^Z򈉞B���~��4����������@�_n�x�1�򯉈��c�t�l0�ӽ3�
+���5.a�%�V�$�_c_��rzT��[�#Q����:�[Sm�9��ag�������S_�3,z]����[x�B��׍25���2y�|�g��6E�4���&�g.�����i �h$�����
+ȼyo�����`~4�{�I�r��__��!��<��bi� 4�I�V4� ���
+�J,��aʝAz��M�NN3g1�<���|�s���ǦG��X��>�m��O�4�NӲ�O�zF��.؎�'�%�Ҳ���7�/��`�OI�2���Y��#�^`���c����#a2w�Jt;�����7�_�~_غ��9	^E_U��)�);��v�I�S5n��F����ymM���T͜���ޥ��s�ڔ���R�uA�kH&������D�E%��l�Izخ��?1Gy���I�_yi��o4+,٘k4S�����C�(M��r>	��3�(��w�]�$ث�(�c!�AO6,����[��2�YH�5`�����H��4�\��X����|7��0���z���.����=�u����_���bo���γ�v���o�:���/�����?����6a������b�&�̂yg�Q���i��'m2w�O,���=7���?���N�/��?�~�ۧ��Ԋ���S�q����S�q��f͐ovlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٰ�^������0S��ɶ��>���:���{�8z���O��&�����(^���l��������6�h|�v����7�c �����W�����㵦���d�qs��f�8�i͛6z����%���
��G�d��_��������]�@��*��[�w�0��}�O<�����m��E�e��=�\?���_9���K}��<���au����9���K}��<���au���w����-/O�
���PO��7N:��8���z$��*ѽ:z�n*�������Rܠ�m4{��RH[8��"hEx�ji��5-�n�-o�g���+�[���i�d�X�R���e`H ��X2Gly&.1�I��e�Q1�����dеO8y�O����5�J�^�������i����H+!�Gz��3}\*�&����X0핛9��=晤h:摧�����順G@RXR%��~�Ĕ�5tE<�����?��4XΚ�������G[�O!�d66ѷ�%H�E-��l��V^'�~H�]��������1��$h�UQ|��
+�2[��-��V�:n�n�B�Ҽ��s<Ұ
+^Y�y%����.�UQ�#���?<y�f8�%<�P�5�Bi��]�N\�2�f�e�$#����H�uߕMkZ��Fe�X�������1�S>m���&�4��N����'C5�)}w%�:\=�C������k�r��v���[]7O�����i��Z���^<t�D�T�G�[�?����+��͚����d^1�8c�"����x�v9p��^)����3+��_oW�h�d�z?�帽צ�/��;_���M��o��
+R�����}�\W������>���w�\�y����(���Dm��R� x�
+-RE���9�3g���������{��Ȓi�m���zV�F���5T�,bo�z�E��ˏ�q�|���;̚��U��מ]I��>�e���O����=eK���#(�+�<S�z�6eO/�*;�&Ǫ��1�������cO�U��e�.":�w��I��5�-���O��%ӛO�s�7��Hk{�pm��R�}Z�~/N�w�aF��>��V�ʷ1Y\��5��4�X�%��KJ���$���V��3�5=͞b�}3J򎧤�i�7諯�=^�K�i��L1���rB~hΩɖ�S	��}�f�cwow�i_���#YE%��ZK���X����w�1겐�_����͑Ó�1�DG���8�=w>���̳�%��B~>��0�>���e�~M��f�_h�k
��M�݅����Y�oF�	!��#���)���C!��z��ם��K��V�+���A}q�{o����L����Z#�ސyyD$XKY9�sg#��Ӽ�7�u��>���[^i���VEr�6Z�7+'�wp��E+�Q>��Z���/�/7y�\��L�@O+�:.��[���ME���e���+����$��sep�WZ��<9_��-���D�#7���c��x�o.��8j�|6zeݴ�����}6��Z�Zϩ���[M+[5��n%W>��p%�J��y�FO.�p�\���.�-��wd�ܣ\Ca�<�W:��}]����d�͜�W��͞n��ט5_3yB�+��5)���NCp.�����Ue��2v�#^��6Jr�#��
͝���ͮ1��<��l�y�g�S�C�M�=6-���v�ލ�Z`��1�����iN�5�:�r��y�K͛6lٲ,��6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6l�����ڇ�`��Lɒl����QmC�0M��&d�.E��e��<���C���O�����9+ȥ����w�����ӏ����q�}Y���;�G������3�2�Ea��]���:C���9�Ő���0u�QAs$P�DXb���ݥ8�����?���O��o���JLl�����vlٱ|ٳb�ٳf͛6lUٳf͛6lUٳf́�M��͐�kSs�.m�$���W�lC��Z���fċ� �tvZ����J��ӱ�Vl�D���<���z����ϩ��꾣i�^A=��3�
r��D�H‡-�����?�&�#Ɨ:�I��.4{��VoVqpc�"�@�`��u\ْ5yĄ�� Ă(}Q�.�9qqƛA���q��D�� A�/51[�@�>��}IP�a�?���F�4���jӕ{�&�f�8��@�҉�~[���H�%@j�v;�B�g/���ӯ|���m��6ũ�'�⽁mR�̳����/�ve���]�Y��'J�����kٮ�����֝,��w�q0hو
+�^,����ww�|��:��UĠ�d�Ia!�%V�9c5��9��(��zbH� ��	��fY
�r�d�����C�~[o-~�Ҟ'c+_4S}p�FU��UB�<}����k[k�X�
+_D�JXART�q��Z�sd'��M�̸��U������{{=&�-���#�+-���B~S��Z�+��w�Z������Yҥ��Q�Ć〖�R!Vk�T�\0Z��5�ֿ0���O�.<�]K���kOӭ��Җ)>�j���v*�դ�@�ME*	����wx��j����F��\�2{*��jm�C}k0��d�o����B�D�8sc���'�,w.)D�(N��9��1�"F2w�D�@��T~i�����[~���j-y@���D�U�8K@�z���ek+�>8a����;�H�|
̱��f��������%~MyZo+����Q�L�6��"Iki�LE�ְD& x�������\�Z{�_<��UK�>]= ��n#��x�xB�!Y���5H;�h�y�%���<������0yBmP[�V6���$�!��v�/4E�]YMh�W$^C�ߙ5�{�Z�r�\�H���5�$`I��w1$��Q$s�ʫE� �a��ؚ��Œ���0k3-��WxD��с×�z%"〉Gcޛ��ȵm3Z��{�-m�>j�&AV/P�"��ƠxԚ���}T�b���7�,XX��%�M�ԚM�6�N�S����5��^�Z��������j�Yu=V�������r��$�H‡-�ѿ#���k�v�w�y�\Mf�Ѵ�gQ7�3��E�X�)!9��:gN͚O�f�2� ���Ca��{8���\<���s�����<���+{HG��� �,"�'�����V-Zr�|m����,$���M��}=��A-�������H�V%E$F��m7䏔n<���y�������b�
L�Op.L�(� eeUS��w�$zߑ��^򷘯�.�ߔ�����6�G3�[�g����&��]��f��l����l�B?t@��
+���Ks����7�UM[ӄȖ�ba�zMl��ȡ��Q�X��z�m5���j�/�H�, �*J8Ѝꃭv�����c�Q鿙�j�a����Oog��C�֠s$we����O���b�c��Ѽѣhv��뉨�j��y���C���/FIqiW���F���l1͒1��FFCȞeÎs�����O|{��-����.�=+L�Z�&���9%d�ԫ�p�><������n�q����
����d��e�f[F� ���p?a�r�RS�9���הl�?+�Rj�yWYMz�_]d���L��u$��č+���x�L����-�V�6��=�5^���y�32����hUI���&��GS������wى?l#�X�����Uc����o����$�9U�K[�+�$QMȱ*qT�tEP8�l�ڕ�k���i�z#��qv1���5�Z��y�B�ԥE+M��%���ʾ^_*�V�jZ��-��j���Z��Ց���S�\Wm��9�d2�l�ːܧ#)�M��rvlٳf͛+K�f͛��lΕ}�]3������$�Q��V��A���;옓$
l;-X�A}Y�77�4[��{��Zt�D�@6�2�R�ܘ��A�}*
��	�w��_��j��w�Ӭ�ԥ�f���b��uQK;�v�*ƙ(͖x�*��_��~fr����+aU���#�Vd`�J��U��ЌRY����GA��j�@Ě�t��%�4*��۫�,5汻���i�]�`��c<�o�ُ���;t�{�+MJ��N��g���ๅ�̑J�YO��#6BR3��ڿ�������Ue�J���5x��y����9��=�q5fF��)XGBVl�i�I�N���?3k�D�Mch�O�(��&��g�@d���y�/�t?.��}�,�B-=4�mc`a����rR�*U���y�.[RG�&r�����ϟ>�e�@�6��~��$��2 �8
+?�5��sO�4�˖RKr�~��w����Ο�?OMV�뗗:>�n��B���P����,7����LTr4(��QAay�\�����֝.������2�%`Vw`�4����f�rH�	�(�οN��
�$9�q�I��w�,!+G,?���+�(�T
���S���!�&�L��2
j������A����Ǒ�;����ָ�/������WF#':(ng���������J�P�Q��OZy��4'�Q���|��c"!$�4�IcSȝ�3͇��ˈ��K����/�Dh
���U��? ڳ#BU���6 ���N�����SCr���$�ٯ]�LK6E,<�mkkq�_�����X��4�Fh�-�Yk1���q�+�S��+D������)5mWS��N:T&�H�Ȓ�("�)O�ı��[jK3a�Y<[�A=�?d��"��>G���g�1���!x���\`k��b��V�$��PF����
I!A$�O�֕��'�����vW:u�Bk[�^����J�YM<A����|�a��᩶���qY�:�}JX�k[0��(�q�P���'n"�i����Q�W��q#�RG��~��
�20t%YH*�b�F),�EEX�� ߀5f��bMM:t�̈́Zo���;�����]�o5��r���\.�QPo̍���3���MՎ��sX��J}����d6���"�Ql�Ό�
 b߷�l�f�2N&Dr����"��_O���pvW����o�=�
��UC^ ��A�'��|vޔijd/N����
v�o0�7��bK��P\�=T�wB�!��W�(����pe-E��鸚4Ю<��P�Y�z\�qP���r�`@�J3a�g`�8Em�	�m��_�OĐI��T�qJP�g�F�b3^�ԕ���Ѻț2�h�q����6�=�}��m����:�ro�ǯ�B���7�C�gY˻K�s7��~��W�S=s��O��?�M��g��i����I�� �Y���zo�mZ��L���?�M��m�O�;i������O���������"�v��T��n8v��T��nlٳdݛ6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6l/׿㇩������m��ϟ����Ο� p�^������0S��ɶ��>���:���z�=}ͯ�<����kM����?����C烴?��i����\�Flٲ+�sf͞������o����u��Q�Y<���}��1�?�q�?ʯ���]���7_�u��!�w��s��Qwdy�s���<�����/�2�D�~��������/�2�D�~���[�6l���ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf�ϟ���?���fL�dg���j�o�3&	r,eȻ-~���e��<�^���}����^E/�>ӿ��\����?������߲>g�ee����ᕒ��9������.��l��/��������?���O��o���JL�Os�f͋�͛
+]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6l�/�,��˟�?�5�ԯ~������)��8p�y//�<��y�~�9��I}_��Υ��>��_�kn=z���=��U�B�7͛ں�1�e�"y�"��bw������q]d�O�f͛9���ߜɗ~D��ӧ��r��ڽ��%��U�A������׊�=�X�Z���d����ѿF\�~��%�0t��X�oexo�o��J�o���q��/�I�D��~ �*�ɦ�%.��K�>$c��bb8�!���F#�b2L�v;P�s����ٳb��#��`�j�Ƒ�i���/a�}N85u�O^�&T�t{k��⅔:�+�EW�?0W���_�>[פ��ɯ���"��R!N"��t���� �ִ�ax3�k`.�WQϗ��o#�\q���h
+7������vl}e�OB���7Knd�0��)4q8�!�'�48��t6��۾�f�#��Z3,�jC�%�"*���	�ҹ2͜���Ͼc�Γyu��v�L��V��kAb���{X�+�����`Jޘ���F+Ƣ.<��z�ͺ_����.kk�G&��C$Oaix	�+�~i�F`�e�$��Lj�n!�r�x6>����w�q@f�=cL��^��-u/Q?Ֆ�LuDo���l܏5�1=N(Ť�	4q�[	9�YXH�IQ�8�	J��n�=rw�	����U]�ܝR�Hԫ��W��}X��x�ʜ�ĵS���C&,�fa���8�Q�"�<��� 3f͛6l/׵�_.�z��/RI-��)�V��6��e�]����IF)��'�@���f͆���_��^��3�:���}
��iq��
+Gu���qqOL:�N��x��鿛�
Ѻ:Ι��n84���&�m���-��C,�=>hZ9BIG_�6�|����WTn���_Uu���2��K�Wƫ�����f͛'���h��7:��67Z���H��u�\�k�E$��6��h^v鴠�\0?i�M|��q�[U�-�cJ�����O�Ԓ�b�����������VEF�a�vF�G<���D�
���y�M�oe y��9����;6l�*́5]N�D�/u�Raoc���wy;Dp��݈��ERv������GQ�M���o˯�/���Y�cT,�f�7O:�#��<��F�A��By0b�����:���@'s���C�f͝#6B|����y�T]�:Ɖy>�����p�v��!��ĺsI8H�������-6�}CQ�����6�����(��Y�؀�RNCQ�ϥ�0��c3T9���"3�����ݛ6l_6G����}GZo-�y�F��RIb}&�y/H9z�aY�N-�qچ�i���.�:h3�Z�$��}�V�܅y���ÍzH���i�b�!�'f}'��]{�D��}�͛6
͜#O������
�`��Q����Y�����}�ϥ���I�>�����q'� 0&�/ί4�5��<������o�h�K�U�����)w� t~*�Q����֞?x�pJ1<&T�v�9N=w����s�2�� ��B"z��f͛;�l�>k����+�b���u���ǙI�$'�b���t}v�>�J0����ߘ:����������Ku�G}>��F��� ��7=N��G�+�Sq�1bꆒZ��1��w#�A�?Q
+3�\5~����u�vlٳ�f͛5
�͛6lؔܫ4.���t*�hApq\��,u@"B�y;6lٳfͅ.͛6lٳb�͛6lٳb�͛6y��q��P���lM��P���s��=�}��m����:�ev���o�:���/�z��֟�ě0�\��z��1��afA<���(���ڴ�����;�'�����V��v�'y���ܟ�?ym���u�Ep����8�p����8�ٳf�7�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6l�_��S���)����aw�?�׿�?�@Ꮍ��=O�`����m��|���/^���t�����bz��_�>x;C���֛��1����+���h����2�8��ٳdW��͛=S�U����˿�����y�/����cn�.� �_�-����n��>�'�B��x��6����2���.��y/����%����_�e0����a����%����_�e0����d�6l�ckY�f͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͑�?�-��	��̙&�ϟ���?���fL�XˑvZ�����_�>y������N���/�s���^���}����^�8����՗����C�d|�������?�+%�7�s`��e��l]?�ٿ�_�)1
�9������.��l��/���;���f͛͛6�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٰ���e���_Gӯ_M�������#�v��"J��Mp������[��������AS�-�.�sv/c<v���SB.#�d�H�dT`J�J�
+n�{b��y{�f���/��i\�4ˏ*��r��Ay$����[f�̳Iin]�bz���i�?#Iǐ��=h6V^^��y��"�;+MN�Y���,q���
+G��Yd�t�0�@�ז|�sqe�]L.���m{iu��`cA*%�0��]�Dk�i��P֚�t����io%ђ���H�!���Z�ە��ږ�C��l��1�	��;)���I�|���8!pd
F�7�_��:��q|-�:����)�ͨHHH��EHK�# ��$!��7|�_��M����e��z;�*���Wn�����k�6�O(.L��X&��"@�����%�EEF)>�}k=��Ȇ)��"y�V���+82~����N��^]�7�#��;��ۍ%�SS�u�n������ͨDge�v�>��y��?�~d�V��kM
++/2�#V���]Oo2Y�٬\&��VR����N'��O�y���/E����]J8l&������}ܶѪ�]Z��$��R��%_tl�<k�i�ɾi�SD��5k?�ލF�k?T@ܤ�-�r+�
+ �V;�Ú3�%�q���b@<r ^��E��o�u.%"C @$	�Dѡ�}�_��,v�Y��s����q�H�9�p�,A�x}����Z�h-mc�w}q%�m���+e �$���u9��R��^ؖ����@�SY���muow��Ryie*>-���W����X�Ӯ乊Fd+<?W�Y	%U�N'��+����>���X:�����S�迣}j�/��Ǫ���>Ja�ӵ�'W7cJ���6RY^�yR_��CNp�Ğ.���0nQ���&p�ސ8@۹�w�~�lٳdO�C��%��������\�ec@7$��/��j���W+�7L�h��]�6l�^[���_�������n��m<y_-igK3Mq2��[��S���ceKx�Ĝ�"ǝ(0^��?|�F���S�^E��z����i|��R����*��Y
���w�Ւ�O��'�'懑��5�Z6�%����v�_T���[{G	,�\��:�	��yk��~m��M�o'7�@�oe{gw�\5��QfH�a��>B���}��v�mC���ɂ���8�
�A���v/�p������s��?��ٳdGD��D�u���e^�Y�Jm���{����I�אKk�ӡ�3�f�F�����|��mKZ������^XGn<������>K�)w��q�@�@E�(�A%��?/�j��R�u��ů~�}�`L��Rۤ(��� joJb�/�<���iqcb��Y��H�
6�[�dbc�3{os�)P���S��v�1�1f�O3x���BD��#VM�^D6pc#�l@G8����]�6l1�o�o(k�]������Vr��aY�d2q��֝�yn[�kͺ����hw����˗z��f����Fh�v�X��#w6��aEX���g�yK��s���^���B�wyoo�F9���S����y�k���������{���Vd������(��5�1)�����ŅJ�H�n�Q��j'�˜Gx���	�D�'��r�N<FDM�}��*��w�6l�W�/)���S����3h�tMM�!��/s,Os1�(}:�X�D��V����o��������k'�6�.��?Z��I��9#��*�dy3ΗR�ysRk��m��К���崕������2��PK$��d�5���U����>�#��0��˼�w�\Q�G��#n����ٳf�͏�5=}��<ٮ�[���4K��}AD���Ұ�~)_���aȶ��erRh�����m����������Y�\5�2@�,7(*�o|ŞL���K�G�8G��Kdb.����f͛9��Z�y/�Gˆ���^vԵ��*Nr�QG�[$1	ϥU!���Aҹ^a����/e:$�zu��<�w�7*�S/(8Y]E Y%��E<�һ�,?8��>��0_y3M���T����c�$�in��o\�Ht��I	U�XRx�P�/�F������?���t�)O��(,uA}ե�CE$�in�b�VS��u�o��#�2�7��+2�#��K�&�\y��\���\��z:���ٳb���_Kټ�6�ms�����G�Ku4sϩ,A�nh#1(6��4I�|F�$ߖ�?����i��4�.[��\+�iW�773Imq��M��(V
+X������y��/����/����?4W��?E�c���Ϭy�4�&���|��;cZ�ޛ��Z�����ڴ���
+�F�i�ʿDHhE(z�&�/h���y�i�&��8H�������}ȇ�88%.�B�1�^ܸx?�ٳd�6l�˹N͛6��KY'��I5��F�a��`m���"H��`�R*������`���90�c�9n~f�vlٳf͛7f͛6lٱWf͛6lٱWf͛#~`��{c���#�$�S��`��{c���#�$�S�<�n͛6A<���(���ڴ�����;�'�����V��v�'y,������ˏ���Ԋ���S�q����S�q��f͐ovlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٰ�^������0S��ɶ��>���:���{�8z���O��&�����(^���l��������6�h|�v����7�c �����W�����㵦���d�qs��f�8�i͛6z����%���
��G�d��_��������]�@��*��[�w�0��}�O<�����m��E�e��=�\?���_9���K}��<���au����9���K}��<���au���nlٲ�ֳf͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛#>~���[P���ə2M��?�-��	��̘%ȱ�"��C畖�h|�{��)����0_��%y�����N���/�s��3�q��T���.>/�/���އ~���ᕗ�#��VK4o������&غ�����Rb7�s`��e��l]?�ٿ�_�)0w9=�͛6/�6l)vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf̀u�V�B��
n�d{}6�k�� ��m#T!v�(BY%DY���S���$�eٳf�ٲe��ϗo<�w�o0��=�����ݮ����#��a�����uQ�FT��>U]�_�+��/��{�H�I:[i���`���^<��aM����5�\#	�����!��
đt	�c�Tn�~߭ٳf΁�^f�[�������Y���4��Ec���a0�`�8O��
;�ڌ�,�v����Z��隴qG4�r�x�	���1��^�z�Q����i��q扌����A�ă��Q���ؽ�w��|�KU��5�&�0.
H����3gѿ/���'���u�+N��f��]�:ް5{��7�Z"F/n�8ʣ��\T�T�k>��5i�F��-{�M�����d��W6�X�Ij�
+�Z8�i���o�Ɯz|]ru�'=T��[���>�,���h`���y������x�s�_���#5���H�^��+8^>1�%�$��"mJ�y}kgo齝�w�/"G$SD��D���1�9��������^Nѵ�_.]]�k�k���x�6Ii�}P����	��c��±�AC�t�~X�毯�j~t򾣧kڴ+.���O��f��͍�Z��J�D$r��r<��f�t���D��	���>�}��~�T�22��su˧D���O�]>D�bX�V(���7�fcX�v�*�^L��9*7
+�)��m
+�Cc���['1kt��٫�nm��<��W���P�	�dk�������ּ�i�z���ֲ[��Z#Î�/���I�id��;���͑ϗ��rp��l��W9��
+���6�ٳf��0ig\�uMfkc�X�Y���Q��>c��ʸc�!	��8�1 ��7�#$9�aٳf�Q��͵�y?.~���-ɦ�ak�;�>mB���x#��`�OP�Ч�6�_y?�6_�����mv�N���m�טu��^K�Ksi+A{v���6*b	�'�^ۛ7'�r��
>�����?�Q�3|�� <Q���
�GO����6l��+|��yg���:�(us�<�2M����Dm"3�$YMM+�~T��:�wl�Ƈ�ش�a�е�F�V���^����k�Kd�B�Z֜T�s��k�uI,�t�Zrki浔P�������Xxt�K�2�:����92��&\D�&\6,�6k�9C��r8I#�_���f̈́�}Ц�?�<���y��m[I����RDq����S��{gk?2~a��QЯ�h��us�Y{����ުM}<I���U1��!�+�;֛�7Jy^�MBZ3�}�_j�=h�ṣ�sh^U򿕣�,�n����M���ee��"�����|}��41����	H#������7{��dbv�ߘ⌫�'f͛ >N�����H�����Y�����eѽ6���k˻��]�"��b��2s��
+����_G���j�\��7������W���H��I�Tm\�5ڭ|�9���/��cD�����w'�x�!@�˟�b">ȇf͛9΋�b�O�f�y��@Kqu8{?.%����U�z�����?�
+�F͛+�k3�e	�'�a�F<��������n͛6q���������w��]~�A�փ�*�H⁹z�S�)�������wZ/�=�zU���y��W�/�������U�ح��J�!�Y"��
�,GS��6ma�������R��bH�߀�2�t��c<1��Is���$~��;6l�®|����弻������5O.�[�}gr�����r`��b_��fBy��P��ϔ����m/���
���.ZC�nh�!*򲻚f�yՐ
��;l��ϛM�H0�NJuQ������ż���1��1�}<�t�wt�f͛6l١ovlٰ��Z�u3�/u)��1�
+>��pnl�#"9�q��Oě?ivlٳf͛7f͛6lٱWf͛6lٱWf͛#~`��{c���#�$�S��`��{c���#�$�S�<�n͛6A<���(���ڴ�����;�'�����V��v�'y,������ˏ���Ԋ���S�q����S�q��f͐ovlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٰ�^������0S��ɶ��>���:���{�8z���O��&�����(^���l��������6�h|�v����7�c �����W�����㵦���d�qs��f�8�i͛6z����%���
��G�d��_��������]�@��*��[�w�0��}�O<�����m��E�e��=�\?���_9���K}��<���au����9���K}��<���au���nlٲ�ֳf͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛#>~���[P���ə2M��?�-��	��̘%ȱ�"��C畖�h|�{��)����0_��%y�����N���/�s��3�q��T���.>/�/���އ~���ᕗ�#��VK4o������&غ�����Ra���Kd��9��Ε�'��Ze���n��8חB���y9 �vlٰ�6l�R�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf���-�/<��kKH�����o�����H��*���Kh��l�C�.<�Y����m�)�S����6�ٳg���6տ*u}M�����䙭&��xuֲ���Eh���_C�1�5�W�B�5�g�lu�3��E�֏/��ۭh �T[�dZ4�C���&�c�"$�m��͝=�ˏ4����"2LΥ0�C�"[��0����z�w��c_f͛9g�_Q�?�4�2E�jZ^��yrm)�5[it���/&���pN�!�5���@,��Χ�6h�����L`1���n�Y���$Ȗ�K�����{�~�f͛6lٳ
��f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͑�0�������l)�o0�������l)�l7f͛ �Y���zo�mZ��L���?�M��m�O�;i���_�rX������u�Ep����8�p����8�ٳf�7�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6l�_��S���)����aw�?�׿�?�@Ꮍ��=O�`����m��|���/^���t�����bz��_�>x;C���֛��1����+���h����2�8��ٳdW��͛=S�U����˿�����y�/����cn�.� �_�-����n��>�'�B��x��6����2���.��y/����%����_�e0����a����%����_�e0����d�6l�ckY�f͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͑�?�-��	��̙&�ϟ���?���fL�XˑvZ�����_�>y������N���/�s���jsCo�	�$H�[/�G`�+��*MS�/�:?�\-?�t�VJQ&8��?�Q�d_����3�2���d|�����{��������EL����p��������XA�O�v�?�Dh�̿_�=o�\q���Ǐ/N�ߨiZ}��q`ɖb��|��K)�Ŋ&s��η��f�6��\s�n4�*|U��)��6y���W\���{{��Ir�o�]s��-���%���d9�����`��O�������T?�e��ٰ��e��������5��i��-�����y�L���]s��-���%���d9��eu�������'�������`��Oֿ�zO�C��_�,͆�-?�/�_��7��O�o���k�Bf�=������oo�.O�!���C+�彽����?���W��x���S�����Ifl3�i��-�����y�FZ�|_��^z6y���W\���{{��Ir�o�]s��-���%���d8��&j��?������P�����K3a���O�o���k��2��[��������Й���2���[���K���s����oo�.O�!��3U����?������,�RY���FZ�|_��^oі����/�מ�͞{�����?������\��C���W\���{{��Ir�?ɚ�����k�����T?�e����g�2��[��������~����������&l������������������2���[���K���q�L�0���_�='����K/Ԗf�?і����/�כ�e��������5�3g����eu�������'��������?������\��C��f����<Z��)�?��Y~��6����������ߣ-?�/�_��=	�<���C+�彽����?�7���������������5_������OI�����%����e��������5��i��-�����y�L���]s��-���%���d9��eu�������'�������`��Oֿ�zO�C��_�,͆�-?�/�_��7��O�o���k�Bf�=������oo�.O�!���C+�彽����?���W��x���S�����Ifl3�i��-�����y�FZ�|_��^z6y���W\���{{��Ir�o�]s��-���%���d8��&j��?������P�����K3a���O�o���k��2��[��������Й���2���[���K���s����oo�.O�!��3U����?������,�RY���FZ�|_��^oі����/�מ�͞{�����?������\��C���W\���{{��Ir�?ɚ�����k�����T?�e����g�2��[��������~����������&l������������������2���[���K���q�L�0���_�='����K/Ԗf�?і����/�כ�e��������5�3g����eu�������'��������?������\��C��f����<Z��)�?��Y~��6����������ߣ-?�/�_��=	�<���C+�彽����?�7���������������5_������OI�����%����e��������5��i��-�����y�L���]s��-���%���d9��eu�������'�������`��Oֿ�zO�C��_�,͆�-?�/�_��7��O�o���k�Bf�=������oo�.O�!���C+�彽����?���W��x���S�����Ifl3�i��-�����y�FZ�|_��^z6y���W\���{{��Ir�o�]s��-���%���d8��&j��?������P�����K3a���O�o���k��2��[��������Й���2���[���K���s����oo�.O�!��3U����?������,�RY���FZ�|_��^oі����/�מ�͞{�����?������\��C���W\���{{��Ir�?ɚ�����k�����T?�e����g�2��[��������~����������&l�h�t��=OԮ�l����Hn'���?R�IcWh���	�j��A����[���Ɲ��I0���y�q�N�X������(I��b�������M���i����כ�M���i����׃�_�?$���p��6l���l�ě
+qms^��F�S��D@��¼�����Ώ��WO��Ր0��'����C��ٳdG�?�M��m�O�;i���yg�Q���i��'m2w�_�rX��O��?�÷����q÷����sf͛ ��ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳa~���=O�`����m��|���/^���t����:��p�?����M�y��P�{������Չ��m~�����;Zo��A��'���<����kM����?���3f͐q^ӛ6l�O�W�K.��������琿�;�����������U����a�������y�����۟����#�{����s������yɔ�&��Շ�s������yɔ�&��Ւ�ٳe��f͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6F|���(����&���2d�#>~���[P���ə0K�c.E�k���+-~���SXѴ;��T����
+<���x��L1f��I���id���G���q��qT��Y~L���$�1��9疬l,�6�hU^��Wzh�a
+���z�[U����k��0�vpͭXèzPع[h'�
#I�!"�G„�Zeg!��}[�*�]�|��95�|->f�A"0����~�J��ٕ�?3��I�T��P�V+RkR
;_��J�������f�����R����&C��e��-/�"޴R	g��h��7!�J���{֠�����^W�uޛa��M
ޱ�2�����[�j���KXf?�cQҧ���D�dw�q�K�+���,��+�w�f����ٍß/y_T�<�A�I�Bm�I,���a��Bh��P�����Eb�Ҁ�K��J�������f�����R����&C��e�;���_6�0�_��3T���:�lU��Qс��8m�J&��*1�;��%�_��3W�~���z����z��^�n��P�f��`�*,�Ȍ���"2�r!*�C)*A�Y˿����ԯ��I����vo�,?�+����d?�]��ϖ���Pi�n��=�a5�?��M�L`U���+��Ij��?�|pY #D7�y28`	"�1;
�M���w�f����ن:Ɖq�L��sBҽ���$e�1jV��G�URUW��+�!�g.�����R����&C��eٿ����ԯ��I����vK|����']�����k���k{[��n>����KXf?�cQҧ���\�V����^������A��^3Tb���*�2�C+�`z�jD]ʻ�qc�\@�,
��%��_��3W�~���/ycT�<�A�I�Bm�I,���a��Bh˨\[�1�Ũ	��Z�����隭���CļOM�E#�������)��@������ԯ��I����vo�,?�+����d?�]�G���?,y���p�3���D�f�y�N.T���d��T$|$�Ө�"H6�>��9�0��W���A |�P��_��3W�~������)t��	��<\�����F�nA_|��a���^����!������X�W������&�X�渵9���"]+V���ª����ӑ���P��M�y�}T�DHo�HX?T�L�b.21"��&���_u���5}����V��K9VJ�ha��g�e^�oG��3��a���^����!������X�W������:��|sz��W��?提]_u���5}����nl���X�W��������F��1-Ǖ�R����Yn\K��V���S�g�>9ӿ1<���2�vw��R(��	�n��%���xm�&�n��ƌ%z�|�����|,}��W�~���׺��ٍɖ��U�^��Z�����޶��Wv�ͧ�W��uo<�@֩�˥�T0FD��B9�����̶Z-��Fh�"p	��������?�K���������#���;�E���4n$��-@@���5��A,.�Q+��,���+�+C�@��]7R�.B��ec��h9�$Њ�iZ��R�bL��>?�>A����}�ٚ���fy�˚���yt=r(c��{���^�����G=�����J���E�t���{G���v����c�������������I���r]��ش�>�Q���	.$U*�J\�]�kA�L����������
��~���_u�����Y����:��*�k�=���Ի��I1���no�����R����$���e�����ٸ����}��\o���aΉ�]q�Kx'���l�oH�K�
+��~�˧�>0e @l5�X&Dc�I�����~���_u���-�G���� c0��=���Ի��I1���no�����R����$���e��c�OȺ��꺜���f�jAm/%��]�hL��Ɗ���zu�C��t�H�28����Ђ2��]ʻ�N(D�j�tw��u}������_��2M�~^���j�D67++:[X~���S�h����[��;/�r5���O�=���Ի��I1���no�����R����$���e�.̓�_�(������w�f����ٍ͑�����R����$���e����?�K�����������*�WӴ+������ao���[EV��U*�C��"������P?�>Au}������_��1���\=��ʕ��X�J���dd�w?n�,"��h���.����L�[��=���Ի��I1���nH4�E�%�f�����ܶ�n�c3[��z��P�;����<��_
+���6$r��u�_��3W�~���M��,�((��:�@�wu��W�'��t�y%�?/j<�n2#Ψ�r��b�hh��44;b���������I���p�U�е�M�����h�eH][�~T�eS��*A��x�j]�Z*�����^h�Mp��]�������w�e���edS�=���Ի��I1���no�����R����$���e���6�0���˚���6���-8QV!Ҫ}�;���a���i6�6�,7v��+�մ�Hn�1�L�aܰ���jWl�N<Q�)ȁ�qG~����Bfq�A04v���W�~���_u���(�W�����%��rM,v�������Ȉ�;��U�������o���&?�-������]������������F��>�gw{-�M
+Oj4�HI	�$De�za�h�A@OA�L�s2	��uQ��!ג�}������_��2i�~T��I�W�����'F�̺̓$�����J��p�Y��
+�'"?��������I���s����o���&?�-�]��]�G��9�moS�J�0��I�I$V��-��S�8�E������A'b@1Ljl9E��WW�~���_u����i�^[����O�[��#O
�@w�2��p&B��4�(����ȏ:�
�]������������o���&?�-��W�B��6��b����!un�Q�S��Ol0NJ_�(����������5}���̡�{~���������o���&?�-������]��������%ٱ���P�h���_��3W�~����ȏ�{G���v����c�������������I���r]�)8��提]_u���5}����nl�������o���&?�-������]��������%��������O�y*����?V������+�m����xs����~7��)��p�>Au}������_��1������}��@Ү�����~��4�W�Z���I��N��N�������zk�����?�K����������h���.����L�[�<��o�4Z��M��m���~��_~������<�т���0�)��k�p���0K�iZ7�B���[�:���ܷ1*q�4�K�>�Md)Z� �ѹ�Y��?提xu}������_��2o���y��*���D��5�3�~�������ԭ�o,�9�~�wJ�S�F�>$q���"~R�^i�l~m�������4�,���$\��oe;I�k��ʿ]�%�����:��>��E#��c7��!����8:)�^�$�s$r(du�r�S�/8j���"е]��as}�V*�R[h�8�zN�ʿY���> **gs#i��5��,������p�����I�&R�2~k�揓������*����|��K�y[ɲy�D�G�CW�ҧ���p�������'�����}H�V>\���jr�W�Θ�yOB�����"��H�zȱ�@Sť�x��F�>T5�1o�,?�+����d?�]�K�n#��a1�-E6��H�&
+[���T�	�ǎ��CJ��ӵ�3�閗�?����8��@�s{9R"�
+T�C����x�`$`#�d9U����F�-<e�.+���n��@�_u���MMsatZ����O�˗���*�ʷVܽD*U��w� ��=����ڗ�Y����'��3���*M��n����O0jv�V��I{-����\Cix�SKjʩw�}]��m�]�a�qO?7 �1��
�j�א���5}����nj^N�t�.-_P[(����Ae&�.�k��ao�XTn<F��/��k_�O��f��j_�fֿ�$���Ή�ޱ����:�������w�csg;��j_�fֿ�$�����Կ�ͭ�I?�!��1y���3h�_�q#kڬZE��U�O4rʭ''J%!j���6��X��9c���H)������E��WW�~���_u���������*�q0bA(�E���U�ڸ9��{R���6���q$����o�����Vmk��I��y�y���%�!���F׵ht{C���9dV�����S�l<���"����~ _)0 ���H��J��������w�b�ZIq��T-�"i�J�c�j�dF!���=�՛Z�����C�Riq���N�|Ỷw$Ȫ��]�u��kW*(�gE�5�=L��5)�->�[�ɸ��p@�Gn(�I��_������I��<~��?�}N����xz���}�z���z5��{��ŏ(w�����ٛsЯ���3Dѵ/1k:w��h~���א�i���?V��E�$�#*�&`*���p��U���L�������?��?HX~�����}c���>��z���������}_� ���W��Mkg�O$	"ԃ�#��~F+��V�_����g�-k-�V6�e�.>����wv��1q70O�^�r(.�x�7^��N�4�Y,�c^�OZj���d������
�1�S�ԏ��3W�~����֏�ywY�|����}GI����ۚI�\���J��fV��EU�=���o���ڷZ������>���V�_����g� ͂��W�~���_u����#��W���n���I���}������ֿ�?�ϲA�Z]_u���5}����nl��_�պ��'����o���ڷZ������>�����ᘴǮ��+����gW��c-�.y�?�=+�pQ�va������f�^�U��֯��~��y�����1[s���s���a�| �@�Ѱ]_u���5}���̛�X~^�Ŀ��=M_��i�~��i��+���;?N_��V�[��O��ru'�����w��]7�n��j�Z�|��3M��q�S�zs]~����}M�o��� ����u��O�����W���n���I���}�|ū�������?X�aq}�~^���h�^��yq�hi�o��Y���o4���-��<�g�W�~���_u�������񇜼��/��K���e�}s���}z�8=OO�r�ϗB�*3�ʐ�'�O��_�_��a�Vz]�=��j0����nn�i"Pr��8�\Xһ�<���(^���l�����S`�M��D&�K�2
b�s0HЉ�s⤍�1�UI�\Sϟ����Ο� pr��}�����`��;Zo��A��'��˟���9���?Y���^�I��G������z|��.��4�8C���֛��1����$f͛ ⽧6l��ʯ���]���7_�u��!�w��s��Qw�����o����u��Q�Y<���}��1�?�q�G��9p�s�|���)-������)�M���|���)-������)�M���%��f�Z͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6l����QmC�0M��&d�6F|���(����&���2`�"�\�����VZ���­N��ee��'.�O��*��G�}���m��f��쮮e�M=Ѹr	3 a#zl[�W?k����N����������I�-<�p��qiy*�İZ,����c�)7'��e��G,�J:|�Ǘ�<2�1�< ܅X�n�9��#��$@������[}C��d|�����ˊ�8_s�������jbI<*�h�M�K�^X�y"�We��ظE��r��QV�}(��������6"��?6?)�4�J]&�F��Q�8��4�bU'W��'����
���:m��WQM�L����Wב+�Y�w'"�.5�`���rqG��	
+�w�Lz�~m	�
����P���rI�[OѬ���-N�M5�Ke��}(쳷��wg' �B�c�քG�VqBw�UT��c3̚D�_�|�i����M��T�$�����jΡ��X_�F��=�N#��=Tn `�
t+�o%C����9���|j�r�e~�?E��pB�R����4����z7������C%p^�1�D�#��mq�Em��#-�8�e�q|W�i������.��O�k������-Y4���g���-g���{ewk��w��^Kh!i�B�gd���v.����/f�L��#/-�]z��:��`TG���c�M���9�3g���.��f��敬�������3L�/�||�N\��\o�Ƈ�h^T���&�n"�/���o� H����������S|#j��REs�޿�o_�����>�Ԉ��Ĩ�3\dy�ב��A��4�ǹ鿚�W��y��e:w���j�$F��e�, F{ ��7Z�uMRO�-&������%֟�ׅ�����6��(�k3DY^<ߓ$�9�3g.�ՓV��k�t9�m����A=�Oq��,Z8䅚��w�ޔ$7��^�����kӮ�on<Ӯk
,B+k�˱j�ܴ�#��"�v��_�7��Ů
+L%{ؑ'�!d���$@oQ�{Y���2'�g�͵���jӵ-N�շX��/��&Y��C4��_�@��Q$�y
+P���;�i���\���hvZ{�'�yko��\E%�Uu���z�B"�K�T��y�͞m���i/��H4���G���K���4��x���yW��'����s�r����?1n��I���^^?W��W����W�>{q�Vz���|���#r1���}=����E��q�@� ���6=$mq��.���P����������>���/�m�O����!�χ_�Z�{�����6�¿�C������6OG�>����������w���r���mBK��Φ��!Џ榬|�3�qun�ޤ�#u
��;�������Uj�+�/yn��@�4�0X�Z���d��h�Me��H���wWT�m�D�†w�m��_�7��Ǔ��_���|=����|/�W$��e�6�q\�|q�<_�tz��?C������P�ԓ��{�f�I�]3R}UWNe����]��B'1���5?ޘ�6jwֺ޿p����Z/,z�~i�=KW���S����%��	JL�6x}E�+׉�6y��>S�������OK�{k�(�Ku�^2�SH�m���h�V���������@ҿ4S��/6_���h��<^`���ظ+�V�#�A��=7�������Sa$�ሃ�� D}8�9��k�����3�6=�?'�k>b�'��o��<ݢH<�3�j�&��ډ/���H���i*Q�H����\>e���+��'�<���[[�.u8���}n��In��b��E+<������O�
>���d�����#���!H�W3y_���Q�Ȑj6�P�,�
+����\��G!Kd�F���o_� %I.�D����m�|��_����k;4�Z���I��ͺ�o$�i��ʲ�����$��Љ/$�%�l�][JԼ�iu�Gv�[�I��E,��R�<�r���*<�w�����f#
�R���<�<2�HdZ���F�Pj	������M�Jf_��F��y�Q���<���6W��O�[�(.-`��~V�	"��c�p��%NCA�l�U��pt�C��U-�)�cnh*hE~4�T��		�iD[�'m�Z}˒|8o}���9`U��*I��t44"�"65�+�����(��6�{i:�#�D�I�w��M�4�p�� ���Gx���:fU,�GR@NP4ˠ=>㔾}���d?�-3����#m����J����B�]���0�/����$6*���ʫ4���h�n�;t�>]ɝ����f[+��3D��$V������=D'D@��_�#�w5�+�|�j���������?�)�0�-kN@�����#�l����ߚ�3�7����V�]��g����l�s43X̼ahUa��u�7|�:����6�Z��M;L��ɔ����INA�a1��UQL�.l�s2��v������J����˙�\Ĉ�E^�p��no@�<��?,�yX��5-O�:uot��R��LG��W�n-E��J�L���E��Oŋ���[����W~���-�+q�(����3ʷM�K�	`� Ğq�<�s������*�������W�SO�q��'�������^�����Ϸ,g({/-'�
+8�c�]���[�K�B�o�2��_[
���q�3���m�
Q�o^H��;I��E��6��V�m�/��ť���m�;Ego�M!�B�b���l>%����" ���5���y0��8���)�ſ1�{����COf�߬h�>��k�Q��Hr��DV��?T���.V�x���6�p*��E։/��r�����c>��p����I6�YR����/J����K�&�u+=V�Q�����%���p�
*7�<�o��U|��jZ�����F���X����\�-�{�qr}hd��/?��~,4��א|�s�Yu�-;LM�F��\�u8"{k����X��YT�f"B�C֠g��d�b$e\�+}���t|�_���>�B~s̜��A>c���G������O��<���<�t���Ǚ5h5k3c��
-�ҬP۱tpm�xh��~%9�<�����{Yм��y�����6���v�A�p��ߧifV8��K4H�0)�9nl�e��wS��h_�O�ҴW6�n�#q��;��z~��zr��%i4o+G�̺�<�.��#��d�W�l]�6ڰ���cb�qE����	�Fz76V$D�Q���
+0��������r,�r�S��x�������~]���Sͷo{i{���t��Ͷ�z�n���Ǧ��K�-��g	�c�ff�c���H���V4�iK�ů�C0]V�����^	Τ."�-�Y
+p��B�,�@����u��=K��L����m��j�Z�3��������#oJc�Ū���$��zơ�hR��|���]T[�te3E��Hg^@��;a�������1�_�tY��U�V�l�d�r���2@�%"8���ߟ{I��La>�H��6<��,eӼ٩[�j��S�%�Σv
+�<�P��%ҙf+qHc�_Q�ʬ9W#ȼ�-Bסm�|+�)z��ed.���7vk���WWV)a��V�,k�����[�����w1����Byh���Z��֮��+���>S���y�������L8�4�
��l"y*1,ԩ%�'��O[����X��b'�1�"Ep����l�i�
8��̆�\ɻ����A�B�?*��)Oq��7������I&��g����t��� �cx<��ݙ�i(���TsU��w S	t��������o1�6:����ӭ�M	�帻Y��[���VHgt�W�=9���I����Q���8��{99'�AW
{�����3򕄺���-�nmnc���ͬ_ӽ���MqϹY�5���$u�h��k3jG�~T�,^]�E����$մ�+SԢ�<���B#I��i�M����o$��q�&1'6y�R���<����#O�4�N�ϱ��j:Hwѯ�ƙ0,��
+ԍ���O�w�����r�L�������]m��
����?Hk+�d՞6��5F�	EP�Š=�2c(��:q���1���vG+��0;�}!(P�D���}����;n�wg��y�X����|˫E��5�h�e��jV�%����%]Q���)�`��ζv��J�5Mj��G+���&���O��o���"�*�Ih�E)�S%9&l�^@��Կ.�˝?J���N����;Yȫ��ۙ6��?�Z��mQBz.�?��e��Qp�	ˎr�y����!��#�Ō�w�5+{�R}jwd���n�[ǚ��D�S,�n#iw�?U�#J�s-z��ef͛6E��f͛6lث�f͛6lث�f͛�uMO�^qյT����ZjZN�k�|���eq����wyl�f�2
+�:��l һ:F��|��i�y~���G�u'�z����������g����~�z�j�P��H�m���;�SS�/�t�U���h��n����.�%�z�^�i���^\�ٵ��������M��c���̐dX�����ر����	b'�jp�g˿��ϗ�|ݤy�Qռǣ_�o�A�G�[i�z�R���i�K��b
+����9������7?g�o�ߘ�%Ϛ|��i��*��L2P'֠<�v���ٳ�j��y��l��_�o�5)ukbJ^;��cO���Q��s�z��C���ͧ�wOs�%��mfV��5E��bI��l�vwj~Zm�C'�"�s���ˤ	�/w{���x�3��(�y�yʻ���͛|��;O3ycO��ek}F�.%HҮ�?	���|�e��>Y�������^_�nƙw���t7zn�*��q��pʫe�w�O�PЎ��_/i�N��B�d����im���<�)�U�1�
i�Fz�9^�ks��e8�g����[q@Bc���Ś=\�f~D���UV*���;:��t=kQ�uo7���:�*%ݷ��I�l��ˋ��ļ/d��Q+�?G�F��=ו���w��y�N���_�~O-�	�F�t׾���LIZ�v
/^4u�2;�o#yh�S������ui��$��%픖ח�b����m�M��zW|�U�ŏ�R���J�W�7ڞ��<r\�/����#UDDUܒd��D�>�7*����[���#*�= l�9q����
+�DF��FC�����F��1L�O<����є��A%�r�@��"}V�>O�C����\\~d�<��� {���i���i�&��4UX�h]��Q���ĸ9�����s��khE���jfk{hC4�c7�%IC�F�����<�����.����h����s�n�p�k�ͦ%��jq+����Ś�ීI�)���/�S_�-<�-=���R��\}����ս_�O>u���z���1�1���G��#�$�y��}NI����x�wЏ���n��^y�X�ֵ��.��G˯<�7_W2M*�C���t��>��21S�1/���r5���������?�W��{������=oK���O���g$͞w��MZH�/���ײ>Z���_Ѳ}o꾦އ�}N>��˝7�y^���O楝��м�}�kZ�˪ē��M$�\<��0�^��O�(�@'cܽ|޿�0��\�qY'r%�:'�IY�׾9O��D��I���K}�_��y�g�s�_���y|5�ާ���I���������Cէ�����z�m�8|˪�[Y]�I�.h�u���N�|%_.k"�{�8kt�'�%UIL���ȿd�|ټͪi�o���GY���i���j�_^�(Y叄�+rPG4=��gI������m~��O������S�wվ������������/��~>_[��N�|޿�@J���+L�u�9ywF�����gQ��4�CՒ�^�qpK��Ӄ��$�*7���Y��~��y�/�~����M���_�P�����9��^�����'���|>�����l�Y�4�K�z>��[�OM����4�N	�m,*�G�2Ux���ئ�c�~����ҀZ64�"��54��@!?_�7��&�=󮙬�r���;��:Ν���jڇ�$��Y���H�Ք+�7VnN��@�ͅv�.�Iiv��)�B
T��
$jl~�B�8�F�;�GW0��K[\�S=ArF�Ľ���J["�갺����l��<y�T��(�bp!�f�]+���Y�+{�{��ֳG<d�$���#��H�qKY�t�6lٱWf͛�����N�����]�i7���rT�4���bI���c�ԑ�O�����[/6iy2���gM���_�<����m;I���\qy=+k[ȥ��F���T�*�{���](���7����l��t��'���J�#�n�|���\��M
�G^JJ�0"�������(^���l����u�����?��l.����z�������������~gk:o��3|��
o��ڷ��;�>����]^K,O�EV^J�є�a����7�c �����W�����㵦���d�qs��f�8�i͛6z����%���
��G�d��_��������]�@��*��[�w�0��}�O<�����m��E�e��=�\?���_9���K}��<���au����9���K}��<���au���nlٲ�ֳf͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛#>~���[P���ə2M��?�-��	��̘%ȱ�"��C畖�h|�0%�cP�gX�����UUY.�$��<�����5�I�h:��ݥ��XZ)�2ڗ��hL��%�6��䠑S��/<����4�:6���˞��)��w[�{�i�o-kZ_�|��||��\�����'�YGs
�ZLB�I��ִBF����S��{s�g+�\����q"��gd�&4=��5�wP��?����)k�X�j� 3B�<
���Xd��:~�q�?iF+�}KMѼ��cYOSM���+�A8������IGڪ�۾j�_׼����;��s�Z��sae!亄�jo-�9G,
+gUI��I�~��l͜7�6�O���k:]�z�M"Mr���Li�Y>�һ��;�>��9_��~A|��mU��Ҡ�/͖��ֆ���c�
}8��H�i8�P3�;��p@	�$��?=��;���d+���!-��9B"����ʘNl����oyR_����k̯��ǫ���Pi�ߡ����[�Fj/5�H.9�
+�h&�(�/�����E�_Y4]S�zߩen�f��H-#����8KE���Ȉ9h'¼{�l������;���W�-�U����Y�Z��x���p�V>�P9c��tmal4�;y.��:�tTS(��!a!�KSo���E���R�޹8������$q�^�e8B��J_.��	LY��$Fr��������W^���_7YY��.�a���5��$x5#���+X�T[�-!��U�$q��������iO�^ݹ�͉�Nh�t�x��������Vv-Z�?x�|LD����l�ޭi�?+~`���^��}wO������ƕ-a���jѴ1�W,=5����vӵ�/V��-6�;��.���c50\�$�x0Y�9����N@p��ō�o̵�R1=��o�$��Q�;��p�G�����}I�5�K^g����+����oIM����y&ya��Ӟr	m� X^h�5��Ձ�J�#���I�9#-Gpp����V��yj�V�5��Á�c�L����f��ٍ�M� d�<�^@�Z�'��K/9j�w2�[�Lg���n�_L5bX�!�BT�;���������#i<��[�Ld��t����w$�6qd6L�A�Ǫ0? fA�w���e�x�����<&B>^��7Q�΂<��T{�Y�/
+��ζ�O]�+Fg�A�N\�0�:��7s^/����˟����B��~��˿��f���G&��q)�瑏˽"���L����2Z��Wz��RC$w�G���5��7�t�s�f�3�\��aҼ����$�Mq#�V����/����VvM
+�f���E��%�=V������I:6�}�Ϩ��h�DS��kv��'K}Fy.��X�hT�F*J��8�z�X�2F���G���k�����
Ǻ���2�:�ijgO�f�uo*���{�b|�$>U:@����k���T���=%C�G.|rE�6�|���ڲ���<���{ZֵHn4��Cv�i6�d�I,v�F��ܰ�Gϑ��zw��:�i�d�ewy�˴�-j���:�z�ru��SR6�4�~L�������Kf�s�y��j7��O}u�
 �*"�
+ӈ���;M#̓B��[M6��?H���*�05ޑ��#J����
+�iRq�0rF[�`a�m�b�ڲ������7Ã&[;m�����ؤq	W2"�8V�d%�x����6�?X�o�����7��i�]ŧ��O�ڙu;w�x�i+,hZeQ!�D��A��k�ך����O-yO�Ե�y�n�O1I�4�gaQ�	?e@힇͞nMK���<ސ�Y�f��I"{e��8�V7Y$�e�7*�-PyP�|5�G���~�$���~��NC�����V�8��שJ|Y?Y�� �c#�^.��6����1�$��+8��'��6���y��A�����Y��C���L�iJ};Y���PM4i�e�)Hx䓓/��UM���R�g�������:���+���ޏ���w�\�OO��kO�g��g�ܺ���goj�/�o5-_R�u(�x|���K����`�u?� ���j��m;�:[j�wvҙ����=X�q_�O����(���(qW�p=}��P�l���.\��6u�2E�MW����R_1ykE�ll$����Q|��΂W�NC�:�n%EIK��C"���緸��ҹ�ᐢHE(�%P��4ٕ���F����W\O.Xj�˨J��o�2Eq%�����WAR���&��u���t�ew2ެ�ױ"�ko@)f.
+��D��������]CI���.��X��@׾��i��,�v�z܋Ǜ�*�3H8�9�~Ѧt_7���������M�����DF6
���1q	��2;
��we������bnC���~)���Jҭ���T���cux�$�����#Ṁ�-2 �~$��@�oQGD��`�a�(�hw�=��<�cw�������.y��'��*��
֯i{�
$f�4�2���ӓ��\�[�-��OO���7�Ѳ7�9�y���P�lo��b�X-u;�� �ky淔«3�DxN�F�q����H�·e��ʍZ;(��յk�N�Q��쯭��[i����4���ڻ�O+�-��W��N�!�/|�v�r����K�[k�I,��ۀ�s��C�Wc�KÈ�CwÖ8|��A'�-W�WVyq�|CsC�P��x���'��3մ������,o���Msgi봖,��$1�^��D���0#:��gQ���ӯ/%��J/y�Y+���"�,-E�0��s2<�y�&,K18�#��n�O�����cTּ��m��susqy��v���zvN��%�tbPkȟO��3ҷ:f�{ �������,I#�U��|G����V�/��Ӟ|�]��uQ�j�o���i��6��w�w̖ ]C���\3�oO�V؞Y׿)���/#X\��U��jf�X-l���E[�G�ndH�Ҙ��j���E	��R�W�Q��K~�WŢD���	���˧7�GBsro��L��E���#��5�S�]�/1ˠ��̚~�5)]sHfu��o����2���z��N�^�oq�O�N��Σv
+�<�Q$�%ҙf+qHc�_Q�ʬ9W$��t?��YȈ���ߠt?��YȈ���0͕�M=ɼNnM�r�a����_�"?��7����_�"?��3cAh7ɼNnM�r�a����_�"?��7����_�"?��3cAh7ɼNnM�r�a����_�"?��7����_�"?��3cAh7ɼNnM�r�a����_�"?��7����_�"?��3cAh7ɼNnM�r�a����_�"?��7����_�"?��3cAh7ɼNnM�r�a����_�"?��7����_�"?��3cAh7ɼNnM�r�a����_�"?��7����_�"?��3cAh7ɼNnM�r�a����_�"?��7����_�"?��3cAh7ɼNnM�r�a����_�"?��7����_�"?��3cAh7ɼNnM�r�a����_�"?��7����_�"?��1��LN!eI
+���UjlJ�RE{r<4��&�9�7��̀�@��l�������9�@��l�������9	�
���OS7:�����(��%��ޟ\C艮�����‘E�H�M/[�՗��uGi��#�)u���F`�hw�*��KW<�xd�!��o��W1ӛ(��(��R�EnF۷ɼNnM�p��,f����p�\љ"O�f�	"��'�G�`�����H�;����V�/��ӛ����V�/��ӆ�|��wפ�[խ��b�Ѵ�b�O�	5����;,���QՃ�,����M�sro��?��|��AO(^/��[�y��ӼϫysM��C�Kk�}2�訡ky�Gdbbuh�������V�/��Ӆ���Q��+8"�C���5,Eح
��>X����M=�Գ��%{Y��u{5QD���G!F�!�dr[�/Ѻ��4�ŏ��0'��o�	<k���&�~u��u�:v��X�iP���զ����z��r���4�b�3�p��`')ԚXx�����H3f�5����k�
Y�VcɅI��� -��6l�͒���o������.�,--m�H#��@��c�{��-;6l�I�$ֺN�%�2<5g�Y�&${�ߡ�����3���X��f͑<�w�XZZ�$�G���I��b�'���:|����՞5f<�T�	�-;6l�͒���o������.�,--m�H#��@��c�{��-;6l�I�$ֺN�%�2<5g�Y�&${�ߡ�����3���X��f͑<�w�XZZ�$�G���I��b�'���:|����՞5f<�T�	�-;6l�͒���o������.�,--m�H#��@��c�{��-;6l��HҮ�i�lmf���I"GsAARA='�C���e�����iɵ����m�
Y�VcɅI�����m7�������V<+��H�NnM�r�d����V�/��ӛ����V�/��Ӓ�b����$�>d
+O&;ǹ>.�I�䶆G���1�¤�O|xW��M�sro��!?�t?��YȈ���ߠt?��YȈ���>��_,h�`�|�qoq.��).�(�T��4��܀H���=Y�7X����I ���Ɏ�1�O�<_C�6S�[|�����'A���X]�h�ZY4Q�9'�p[ӈ5)̈́r:�uF?��3�O�Eq�_5�C�N�������V�n�S
�n�����Pv5����z�����������'�?����Α���B���gO��9���r�"��8�k��r�i�)�/��0=��G5�-�7a���q`O�J���^����7�c ��������k_��[�Z�v������N.y#6lق�i͛6z����%���
��G�d��_��������]�@��*��[�w�0��}�O<�����m��E�e��=�\?���_9���K}��<���au����9���K}��<���au���nlٲ�ֳf͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛#>~���[P���ə2M��?�-��	��̘%ȱ�"��C畖�h|�7�w/�
+��N]a���z���JYZ|��H{u�#Vc�����,Z�����V�;�G������|�����}����\?�ũ���>���f�����-O�����C
+Z͗��}�7����}p������p�������X�?������U��|O��3q>�x�8_�h�V��i�Z�������%���nRH�ĒN���������-O�����C7���j������W]E|9�����u�,_�Z�nnf��e��e�8�T!�cM�^**z���$�|O��3q>�x�9�7���j��������S���}��P�Z͗��}�7����}p������p�������X�?������U��|O��3q>�x�9�7���j��������S���}��P�Z͗��}�7����S��ޫo�j�αugk�E�â4�-���!�$$++*:��x��6�/���j��������S���}��P�	q���x"��pc������3����+N���;�Ia��Mxu)���$��{tVV���n��Uf*������n'��$��`
EҼ���h�%�Y�Z)K{t�
+�1%�%��fbI$�wž��S���}��P�����,Z�����7�����b�W3^�MypT�q#K)EXԼ����UQS�@�'��}�7����}p������p�������X�?������U��|O��3q>�x�9�7���j��������S���}��P�Z͗��}�7����}p������p�������X�?������U��|O��3q>�x�9�7���j��������S���}��P�Z͗��}�7����}p������p�������X�?������U��|O��3q>�x�9�7���j��������S���}��P�Z͗��}�7����}p������p�������X�?������U��|O��3q>�x�9�:��ė��},��n�K�he1��IV)"=�X�b�\?�ũ���>���b�f���Z�uo,_Bn,��J%�+,�#,�uE"r]�+��O��0Nl
����,Z�����o��b����{��T1V�e�>�x���}����\?�ũ���>���f�����-O�����Ck6_����O��0Nl
����,Z�����o��b����{��T1V�e�>�x���}����\?�ũ���>���f�����-O�����Ck6_����O��0Nlk�[_Z�{e
�͵�k5��67rE,R(dtu��VA�����j������Y�E��{q�j6���Y���v�
+b�	�b���2��!����q>�x�8�]���H�VU,�'�@�Ȩ�� b?\?�ũ���>���f�����-O�����CGŬ�|O��3q>�x���jGU����+�C�R[�{5�+uʱ��X^�:�"T7��R�$��5ͣ���b�i�M[������94�J�J�����dT-_���b����{��T3}p������p������4zI�a��ęqD�[����!�4`q���H�@;��	��v�h�7�T������cV�V!����5�`S�,��rU�iO�����TV�?E�}�����	́���S���}��P�����,Z�����d0k6_����O��0NG���h?���a����j�����M�7%�ۋ-tH�VG��̬�\������[�eq>�x������3�R����s͖��<��嫸�*]��w�'�?$��6�D�)h�U$�T��8{����mn�}�^Ҥ��H�����6%XJ�spP����d�6��g)��ӿ6�֠���-|�hd��-��({��uwqy�h�DT�:ט?�(���0����o����o���j����K a bX�(���'�����O��c��}�C���.|�t[�$���P&�m�4�c�Ed�*\�6qE+�Z&��_�iWa�!�a'氕�&�ذ2�-^�W�/��)M�R_7
b��#�Y|���7��_N��4K��^T��{~���ݾ�i
�Q2JZ8�IiU�6)� ���}��/�Ն9xcT6$�￾�|YJ������E�_Z�)e����_V7&�������p�9z�>��k��P���H����O�ް���z�8�}S���l�`��x������"�C��ouu�O�k�K�|�|���	��k9��I�L1�5K{�u�%�0�1,�������}r�+x�d���T�-*���|��a8]qD���Sn�Xe���e]�n��>P����٠��AM���i=�`}�Fz��A�	�g���׼���8�a�_���֫�^5��z���JoC(5&"
+�CPs������3��a��yC��ִo-�i�����kgo
�$�Y��@�QK
+�@'uMR���b�d$K��#�>9����� 8|L�3�rp�z� �����c�D�W�˓3Ѵ[�3L�õ�-��u�iqYMʄxo�Z�Ѡ�M�9��qG=����|ծi�6��jz��� �L��.縶�EP�`�Ge�P�(
+a>�{�~Zy�\�_Ӽ�|�wyi!��Wtj�F���4
?�ZW�Ϟt���9�}CL��=���Huo�v2�3܉$~|f>�/E4�AN����u��3P��ռ���W���4�cd����V�Ĥ��Aak.��iRG6�[��g$
+R7�NѲ)���L�A�D��x	�G�~$/��3��ݶR��d_�ӈ?�H���cJ�]�.����8�=F���^��$d��,�/�o<�y���4:v���Y�A�Lڭ��K@��p�n�V�7b��Ea��y�����G�h]d�hأ������PFh�'�&�^4�A�TIu�+�w�Z�������f�ȏ����䟜-l������7i
��-q+5����V%�A@rC�j����K a bX�(���6��6�D�)h�U$�T��X4o�"2�=�xk��S̚;�!������2#�XL���2�ƴ,�¬��n�������ݵ�"��/�e����J�Ii(�[����m�J�oH�n����?��?�-��Ae����_��j�������H��
+�Gb|rFw
�27�cu���k�>�����*��(tgq��U7�5��'Y���-�AY�(.ȹ2��~e��AÃ'&v@����	�6�������ߕ#��Q}Q5[�.������ܢ��(�j`S��
o��Jo������^Km��Hm≒R�ƪHJ���O����o�欎�5�[���n����ߖ�i�G�-�7ڀ-�\�kV�6��a�G�e���jwۦ~������W���RX�=�l����)t���}?��+�ie.�d�ݍ����YW����Y=3�c��X֡ۢ'C����q��-z����BO�;����@����:��~�0F��[�[�Q,����`��v'�}w��ZƉr�p�ݛ��5��E�34oZ��~�ԙf���8�A�"<6Oy�OS�fe�ۏ���+��:2���g�$�ݫ�
+�{Vӭέ
��]"j�1�A,0[+F@H�W�����yC���A�����KO�t�+�?�O�S�������>/
��)RP�0`����kB���c�X��?����&��eHoΣ��yCL�d�[�s�����Ѽ�7o��4��	@�g�����G����E��B�A�ދ��H��
2�+;8��V"����n�ԝ�?T�-��(�@�@İ�P;�9��%F7Q��t�G�L�����	5f��r����z���R/����yC^�[_.Z�5-rkUt.�c�( ��V��C�$j$�P�^9��^���Q���5	庻��纺�̒�4�]�݉,�ĒN��������ϟ�
?�C��H����z�����������'�?����Α���B���gO��9=Ջ���ˇ��s�r}�4��8ֿ���Ĵ?��i����\V_��Z���c�����㵦���d�qs��f�s'��͛=S�U����˿�����y�/����cn�.� �_�-����n��>�'�B��x��6����2���.��y/����%����_�e0����a����%����_�e0����d�6l�ckY�f͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͑�?�-��	��̙&�ϟ���?���fL�XˑvZ�����_�>xE��E��lȿ�w�f�ߗ�c_�4�(���0�sNE}WZҢ���w��W���̋��s����G���.~����Aj޷�xz�-k���zW�Wu(������S��kQ'����.���?�
�_*y�̐��ywC��xt�Y5t�I������F�jt>S�#��M�?���ʮ���O��<��zU�=O���x�޵�L���",��tpMC� ����O�/���<����?H�n��5��Q�F{�m�d���֖��`��"䊿�W{����+�x��o�=����--5���լ�3GK�,P�Ik�}RQ}FO�ԓ�1&[��@HQ�H6:�j���}�U�x~�{͝� 򥦵��3y���
gJ���=�̒ǩ�Y:�S]X�wV�����M,��Z��������y�S��Zkk	-!E޵���	ܩJ�i�Osp���f���|K��g��h�4���=/Sմ�,�����T�n.^=@���������DW���P>�W?1��Ӽ����^d�W�s�ӧգ��kǷ��q4Mp�������2�^$1r3�Q��B*�D���1E��u<�uF������癲io
����4ݥ����hs���c�Xځv!��Y��|9�b��⾨�j�J�u���5mKN���K9e[oH[[�qp�KP�4��ƠG�<�:޵�y{J�ֵi+4�.$�)geZ��p��nz*����L�����^d�ѵ]n�>����)|n"�F��=~L�W��`	��2.��b~]h�:����������Kt��D�C$dQ�SZ���Y��2���~��� ������_ܑ"�`�J����7$�~h�n5��B[m ˪�=��CI�V�"h�yAn��+yi��"H
Hj�/ʗ7�g���oO�l���?���Z�v�ӫJc�$���8����۟:m����K�]Ci�Go�"į4�#�5,@,��Uz�h1
oZӼ��]kZ��
��z�G���@�8Qݷ=Np{�o0~TywU��K�Il<�ka��s����a�<�)]��.sz��Y2��o.�O�ך��Y�i�\X^ǩߛ��YG"�5��@9�"F`��iAIC�2���W��+ߑ���1��(��>�)G�qb�[\]9��'u�IY#R�#�I��DVf=�$�E.�V�>$���~V�'�w�5m;@�M�\yb����2�Rk[�����ͺ�i��w�#��^T9���Ѭj��Mw�"���94����sm[�����H�1��sg7���\���>[��.�=+Q�R�v��62�\�����]B��K�Xr��2�O^�M�原{�
RK+����͵�֒j��\�
�K$.��*#z��nk�� g!�\�G���5�LE��Qgn�e��?=��0��>]���i
�ޯ��i���������ޥ��.
��r�J�6�t*���B�6��޳s�i�{�Eq�o}j������Iswl�]��}���\,�/�W���d�cSԵo��:}Z�k��{�J��\1�yb���H�G;��q/&;���r}�`FD`/���$x4^{�u��59^4H��"��b^�n�I�"�ER�W�avlٳdUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛8����י�Ⱥ)�Gҥ�Iud��!�Tk�a	
+�7�7=cJ���ӭ���n�5̈́�G3C'�/8���zw��	@6H����ɽ�qtyVo��6<^d֡{{(-�9������ڴo32�?/���8&�kic������j��N��j0��Gs�"���o���� ��9�cy��t�7
m���;�K�5���ϩx���s�ER��+���<�6�y����������$��I�u]am��?2g��������_�-�Y��sq鬴T!\� '�3���|��ܺ�ۚ���g����˼���(�������C�y+�ZF�k�=W�ڽ��~#6:�Օ�6We��wEG��cQ���?�-�_������$��L��6�q֙�Zjqy�_"yy���9���}M��H��&�Ha�Lk�W�Lʫ'���9��iw>o����f?1�cu�����gu�Io6�\���ɢs<a�R��YM�3�PԼ�����3jW����y�,��/Uqod�� ���LB�����	���p�<:����ԙpp��/|�_������o���\G�8ٷ:�y����~[i>W����T�{�/A�C����=]V{!q���.~�
�(��m�5�2��#����i�d�PϦ���ť΍����!I-�T��n4�.i#��¡���Fl���`ԅ���<�~u��ƋAm�\h�^%��6jBon޷��Xιw~kաҮ!mj�.����������v6�⯤a���҇g7�[q�GoX@������L����̇.|#)?n	|ǘ`���\Zi��u����V�_�8,���j/���&�PHP�7���I��	��ף�j=3�Z�������yx]��cN:z�Қ
+�Ǘ�����l�z^�}�_ͯ?��޳��E�������ma�[�f�G����>�j܃mF�b�����5�y��:��y���,4�汷1,/l�n�w�0�� ���
��2(��+��A�w�˒&��@fq2��9��l�#]liZ-��������;���ma��X.%1���IV��b��Q��tA���g��tkm&�;V�n�Q���/]f���]L�4"'F������JK=z���������
+�6��4��7�����ᱺ���l䳺֤��X.D��d�9���)vg���v�{�8z���O��&�+����8^F"C��҉��O$?�H'����Ɋe��<����O��t7��'����j��m��:OWU��H\km����s�)�[MDn��e�>�h|���6�_�~W���;{{,ir�<�#�8�O�����RN
�|��~Y�е�;T��U�����\���N�A�9�����?�_C��td�/�4�KO����Y�iz^��~m�:L�M^�9m`�<�a�#������������(�ߌF����g�x0��,��k�������<���4R�����(�I'�5��4���	��
�'#�a���<6�kеM
+{�2[êZOd�E���ɯ�'��G����?�?�.$�z��g�i�mGT�'��4���e���Ś*G�XLoK'$ D��~���|��ã�y���˦XGq%��}a#["�q��d�f6VQRJ��]�ߘ�ySQ���N���.�q���s�\E,w6��*����vI� ��l��1-��V��^u�Io
�P���kyo���^^2�m$����=>mȱc͉�x�8����r��l_.(w�=�'O�͇�ɗ	�#��~���)4����Ӿ�"]]~���gJ�	��.���ЂL�m��o4='��#���
N;�,iz�$��.^���յߦT�`F+ sVP�|��=S\�����ԭ�����'��^��;}sNӥnmem:���rV5�P*�����R���l�ն��.-�^qJ��р"��#�%�j������+hgX�/쵏����-�'y�K�I��W��
+�u��Z��r�F!�dD�x�|��w�X��`~ܜ|s3�&��n^�����yFl�����te�:~������m�O�[r`�J�H���Db"9&g��C;���f͛6c�;6lٲ?��A��lX���s$�?����,�9����������p�����H2Yggh֐3A&$$�RI*7;dO��J�5�˝oF����Omg��K,Uy�]���a	�G���}tn�9�$�${���ٰ�����y�Aյ�O��6��֧c�%�Ť��	V��ō
w���̿��
SLю����j��[���m3%ĕ
+%���X^[�!EI��oo
�4QG@%T)����+�,������yS�����˞X6L��6�Q�����E�&�\�
�9�+#��0�Q���a��l�ɌB��z�Q�TOJ���f����n��`רq��/�:?ˏ?K�ۯ7��X�;T��Y��Xl���4��%^U�BƕjqV"/���#��b�|�l���E�Bj�?3����\
wus|��Y,o���W����������X"��ѭ f�"LHI(��T{dZ����Q��d״You+���kky��Au5B,�b��p�9�H�~u�5=k��[�4V��}�Oog��K$B�$�^<��sʟ��&�q��>f�l����2�i�G�|�
֟6��	L�\�S�~����!}U�s2��,t�����=�H�Q�:���<���&&Q��'˟ʺ��&���ϲy~�͟�Y4+[d��X��X��K*�3��ե]��J���~O�4�'ͺ��_�i6:��֩c�e�Ť3��![�^,hk�wO���-P�m4��#�B�u=sY�����֯!���Pօ�I7�c�����VZ�^����#Eq��UB�qo�^�Z�4�>�]���of���y†���8�AJ��6�|��|���G����E�����S�>w��խh�y�B�N�|�7�zO�b�R"���Y���2g+�q��@Z�7������C�����eC�$��@w��g3�������g[Xd��� �K�%,�h
@�8�v���9ywK�f��ɯ��y�"mZ�O.i^gdX��c����Ml(�0�ǒVS��W������kɶ���P�7R�Ą��Ɔ���:���ft�n,����KZ:2�2�8O�<��������Bk�( cqk��˩gV�}$�ab���M���*y���T�]m[K����}�m;_����72|L\�J}��۳e� ����H�$�s���o��d};s$u���7�ZZ]�pXXA-��ԩ���K4�0TDE�1 �I�s��>~�]֫cmk�x����(἟���6�A#�#�u�#U'�r~�s͏0h�e�֥����s�u/2�J-#���Wk�CX����|G�'Z@%��u�;;F������QI$������,�s�z��zv�lP\��*�0�dX՝�E^N*�a��g+����OV���ʋ�Gv|ݫiޠ��W��Fc��8���g��-˷����	/lb�$�V�p�o����D��	Fp�i�w�!�%[�
~������?��$qV�~�a��������D��3������UQRI�u'y��zO�,��OV���>�����`��Wa�����q-A��8}��Td�D���k�z�y�4˃u��I�_�����34�~Yg�䢢�o��Z��l���8�<�G�(��c�v��vv�i41!$��IQ휻����f�ŧ���������g7�������X�!N�%W��7Ιq~4�/K��'�V
rm����_J.|#E��(�:�9�q�"�"F�G��X�>V�Z�rhw�u�����4�����_5Ϩ�����ɨ��S�J:�ٚWkߨ@LVܑ�8!��z�I$p!�B�GV����ƃ��UQ����i{��B�H��O����/�VQ4O=��h�TZ�s
+J����-��F�(�c(��4��8����������z�������{�)��Wz��jvM
+��~�KY�
+�������?��?�-�ɏ��~�q���v���<�e*�p��.(�F�n˧�����k�%�+Ȍ��H��<K#�^2@�H�*6�uɶ�����w�4W���凍��'��bkiip!�oV�L`��D�AI��d'<˫Z�S�w�im,j?���{5�~�I$p�yg�Am�2?�~jy�O������R���>�Ohd�WR ��QR�ƕg$m�ŵ�����k-�͠�x�U^9#��G�<��'�K���/˳iV�^�Tì����o��׷�r�i�eE
*�LH��~�{�"yx%��o�B�@{���ˑL�b��p7�삱�� ��д�u�oMР���]N�(�n��o�ȱ���b����CA��������kx�{W�ԥ�$�����F!�i#�j)��"���m�����(�W_���韘W������(��6}J�lZWT�;녊*?�f�zk\����(�����ӋxRHZ+\�i�^ޥ����B����Ҕ~�b�M:������f�ʿ����3�mac��yz�4o���dB
+�Ha���a-�ni�`{������"2���",���k�
+YA v�>x�Z�����;$����!����K,�A,�H@�9�~a��O�|�� Yi	櫛�kk�uX�}#gk%�Y�k�/�kڇ�k����#Eq��UB�qo�t�ߑ�8��*Ǔ�����R�>����jKn�K��TNO�֝i������f��f5\�6�ޮ��v0w2�����ʞD�����yW�����si�������u
�2M�{�#Ο �;�	��R��؇���y���sN�d�j'ʶ^[���bV���ͤVP�ђ��jg�9��>|���i����:G�?�׿�?�@�7�8|��������=�t�>���:������V/�F/�.�����
����_��Z���c�����㵦���d�qqY�k����|KC���֛��1����$f͛5̞ӛ6l�O�W�K.��������琿�;�����������U����a�������y�����۟����#�{����s������yɔ�&��Շ�s������yɔ�&��Ւ�ٳe��f͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6F|���(����&���2d�#>~���[P���ə0K�c.E�k���+-~������)����"������g�~a1�G��Se��[Cs�59�Q�Z
+��H�׵��#Q�ͥ݅�N���i#';�TKo$r�iF�!Pj	�����o�`��3����nF#��ـ����d|���m�~i��7��]�5="I=F->�kT�D�fX�C�ͨ�O���{�P�U���Y���iim��hP󷼊h_fۚ0����V�����_�Iyk��x�����������i}f�JZ��ЩAE�:�6�r�;�3���D��.�g��/g[��ս8�qZ��a��*;���X5������[��Tw���j?�����
��A>�Ȧ�+a���Cӓ���g�ڄZ����iZ��������*�d���A ���7�nѵk�{G��]?U��N��x.��A$Ѻ��aɹ��$�<���,R���K�_�����+s����/�$����x�J}E��SE��l��cD�=>H#{dH�DEJ���E6���痡��Ӣ�l#�ӧ[�>�m�Xm���X�/p��2�jN	����m��,���u�-���*;���X5������[��w{�%~c���H�(l���G&#��ڮ��C���Z~�n�K{�I^���$��e4'pq;�B�������{���ionf����I�f�ؒ��%��|����_��yK��	/-�/7���5�����������6��.���t�
Pۆ���+���.��\V��A��O���z������Ӡ�t(�:����\6���6E*�����'�K�G~[����q�_��sʎ�����
G��:�����^h�ґ�;X
�_v�l˾p�o�%�)�ڮ�-ʄ��K����E5Us�`	���j��j��j��^^Z�?�
���_
i��g��VP+�`�����_��yK��	/-�/7���5�����������6Ѵw��C}>Ѵ�� M4��Xc�Dq��h(����|�乭-l&��%����Z���Cnnԗ�C���������o�`��3����no�Qߖ�������gW����H&�ݐO��ڀ$��W[��z0�MGP���U������e���9��Ȓ)�Z�Ι��=h�����y�[ӵ-U̚��gsosx���O,r+HK1b\��p��V�����_�Iyk��y��ny��X<����������>T}.=
�--���ib�M��$rřb��1,Ěw8.=G��d�O�G��ht�XcSi�FHH_ݩU
+B�PS����m��,���u�-���*;���X5������[�}��l��K�![
�s���!_:y�5�<֞a��_�.�/n�ࠌ�����ݺm�	�i�7��~:�"r<Y�0V#�������V�����_�Iyk��y��ny��X<���������a�i�]���- ��$���5�0�;I#q@]ٙ�v$��N����m��,���u�-���*;���X5������[��j]���<��+s���*�f%�TT���=��:������`��^Z���^o�[�k���)�%������Tw���j?�����7����o�`��3����n<+R�?��sd��V�����_�Iyk��y��ny��X<����������`_�Qߖ�������gW������-��Q���ί��e��K�|��c͓��[�k���)�%����������`��^Z���^
+́�G~[����q�_��sʎ�����
G��:����µ.����6N��ny��X<����������V�����_�Iyk��x+6����m��,���u�-���*;���X5������[�
+Ի���0\�:������`��^Z���^o�[�k���)�%������Tw���j?�����7����o�`��3����n<+R�?��sd��V�����_�Iyk��y��ny��X<����������`_�Qߖ�������gW������-��Q���ί��e��K�|��c͓��[�k���)�%����������`��^Z���^
+́�G~[����q�_��sʎ�����
G��:����µ.����6N��ny��X<����������V�����_�Iyk��x+6����m��,���u�-���*;���X5������[�
+Ի���0\�:������`��^Z���^o�[�k���)�%������Tw���j?�����7����o�`��3����n<+R�?��sd��V�����_�Iyk��y��ny��X<���������� ��9�cy��t�7'���u�\��:U��u㼗v[��Ӽ��;IR�Y�"H���;��Pƶ�F��dή���G�~�X�I�E����*;���X5������[�u�#!\�7ϯ��~���[�����Iu�ɩj2��y-����P�p�;H�[İĊ��*F��:*��&��t���+X.���YBm죓ʾ\u����c`�"�%���ܙ�Rq�[�k���)�%����;�+yb�R�Y��tۍJI!�%���cx��,���ZlA�2y_�1j��c�t��y3��[XE�)V>�Nu �w�ʎ�����
G��:��������m��,���u�-�*�U�ǟ�Ldn�޺�r�эC�o2[�s�b�X�"�.��h��̶3J�Hw�8��q]��a�o3y��C���Ʊ�͡�Jg�Ѥ���a���s���Z�|rK��+s����/�$����x���<���,R���K�_����˞^mYu��l���x��*����y����t�����/�7z�>��9?HKi���oU��Q�FS]��:��*;���X5������[��Tw���j?������ �/.�)7`o�ߝ|�k��h�����N��[M$�!�[��}Q.�iˍi��]���R��m������/գ7�	J�ˈ/O����[�k���)�%����������`��^Z���^\v�myu�[Z[�w}��v�8�&��T�~���E�ML	w�.�����F�u�[25����IqFy!IK)S���ʎ�����
G��:��������m��,���u�-ƍ�{�G���#`���������Vb��*Ե��'-�ï�h�~^��o��/�Yo���%K;�#*U��X#�*�SJ����_��yK��	/-�/7���5�����������ϕ��{�ǭ^h�mƥ�����%�<a�VB�bض���=O�`����m�ʎ�����
G��:��������m��,���u�-D�
�/oz��١gk��ơ�7�-�9��o�jh�R��h�f[�^$;�F�8��k�µ�C瓟�[�k���)�%����������`��^Z���^y>�������w��qoq�.)��D����+++
+�hA��ll���`��+(��Z"*����(Q@��1��-�ƟP�x�pĿ�uz$P��4Q�ݕUB�������*;���X5������[�c��;���P&+�ܷ��K�9��Ο��v�H�ᬼr!*�˨NAn9΃{���}J��Q�`�����qwwq�_.K4�J��I����ĖbjN!��+s����/�$����x���Kʚɼ�4-/M�*�n,� ����2��4SF1G�w�/�)�o��_���>��C-����a�n`� ��®�TrV$5po����o�`��3����no�Qߖ�������gW����h���c�Ln(o|����Ư�?0��g�׵{�Ri
+%�����ĥ����*H_�7�u��-7M�U���FiH�{�Z�����X�E�C1@*ENJ?�ny��X<����������V�����_�Iyk��xȴ�&�{�,-b���66�	
+,���aFU�����6��_�Qߖ�������gW������-��Q���ί��e��O3���?i^���8�AB�l��:�%�	*|�:������`��^Z���^o�[�k���)�%������Tw���j?�����7����o�`��3����n<+R�?��sd��V�����_�Iyk��y��ny��X<����������?��A��lX���s
��G~[����q�_��p�V����^�l����D����VX���(/#31��LĞ�#!Ld�L?g�o铏�[�k���)�%����:��]B�{����y'�m���"#�H�Z��UTl�"������o<��ڳ��ٵ��GP�8^H�0��Ʌ��ç�,αƐ#;�
+���=11��-�z��c!(� �C`�3Q���+=_M���l."�����I�8�YH �( �\�9N��a�W�&�m<�g-Ζ�Imr}[�=�+���hd��O�ҙ8�5o�°�>�˗.��t8�K��S�5}B�R�]C_�{]6�ݖgw�&�ق�@]��`��0�Q���a��l�r��Ȓ	'����h��r����_0~p~j��;�0y�������i�_�=F�W���J����@�
+���F�y������M}r�cDk��`��r�4��GzqG*A��0���zh�˝+�R�g����˷�����p�������)��[�y���
ݮ��k:}����Aegqqs�-ċkl����QA�"$̚������Bݛ6��5�N����Mӯ/-4��ڕռK�Lx���H�I� `
CV��+���p��r��A����0���zh�˝+�R�g�����3��b��V>�5MR�;K;[d���c�8�(�1=��j���@f͋�Y^jW��v�o5����oiin�,��+H�D���
+�T�	�#���o�)��6�MCV��+���p��r��A�ZN����I�hZ���g!!.즎�#�2�|�?�?�(���0����D��ں"�X63b��W�m��~�m5�ݴ�ͭ�4SE"2�8�PF!� ��c����4T�Ε�)_��������J͸c��\wWR�Al%�iX$qƉə����T�����-R��O�5��&��KKf���	a�id(����#���I��A��c��a�ߖ�}#�F�y��ـ$�nNJ�O˟5h�}ơ�ǧ��Sk�>�T�c��~A
+I��кY?fK�
+a֡�}~�����~\�tS������c����4T�Ε�)_������G����E�TWZiq�]J�A��i�`��'&ff��RN��j��MlW6l�h7'������%?��	�j�_�a�}>.�.]�<p������T�����bkɯ.R�٭��BXd�YJ�lc������R@�����[$c!#ty�c`���%Z��Ϛ�M>�P����~��֟q�i��p� �$���],���3%�2+� ��c����4T�Ε�)_����H�"Y*��28`PPT����z��k��V�3]Z��Gq*���>��|D|����{��.����
N����h�¥�#4b"iȺ)e��H��a���* Y�'��ٱh�.�����8�3(�`�4�i�7��Ӧhmn�#��$�;H��N�Ya�ȑr
+��D�ۓԌ.�5o�°�>�˗.��t8����p�_�����ҼE+�q�֓��Y��`�,.�
owl�H���hW� �A;���Ǡh�i����ic5ի�w�l�ZC��'�G�
+���Iڮ�j�j"I��G6>X��W�dh半I�����w|V�S�e�	d�K��K0cT����hi��#���o�)��6�MCV��+���p��r��A��v�c��ֺ��:]X�Aե�f�,(tu=�)a-Ƶ���@��t;�5�[��8�'�:��!�PE�)BQ�� �G����]죛6>X��W�dh半I�����w���'�?����Α���B���gO��9���N>�4���c�#ϟ����Ο� s'_�b���b��r���No�nO��2�����3�������7�c ��������k_��[�Z�v������N.y#6lٮd��ٳg�*��[�w�0��}�O<�����m��E�d���%���
��G�d��_��������]�Yc����}�%��������L�7_�~�=��������L�7_�~���͛,mk6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٲ3���E���7���$�����ڇ�`��Lɂ\�r.�_�>yYk���
+t�K����+���O2��]7��[��į2y�<�+_~���ᕗ�#��Vlٳd�;6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳ�y����G�����k��y�<���������B|�O��������p�����Ῑ-�.���Aieo���ct��qy
ˬ|�mI~DP)u߾a����Ƒ�rEEޛ�����x�(�G"Ǜ,rᐕ]inh7�L�4�I���Y��pg��6wq��W���1�AJ��7��<Z�������/?#��g���?0i~J����o��g�Z��BZH!���RfU�ʈ�K�y�=�����[�'���������MB�P��R���@�����P�V'�22e35Q��Ы6ze�b#grO2�/��+1�w^S����1.lbI�m�5o6}j-Evu���頹)�D+:������ٱ0��L���4�M?���	Q��q��<(y��Zm�<ǧ'hڎ�m{��owy�o(^��[Y\ʩ)��!��E�OO��w��QՒ�;NH���sUcPqO�z������)?�G�,�';��6>6��Ā��I�����q���i��	}n�C����%R�rn�a�I�OU�q�#ƹؿ1���/�jee��ue�����6��X�̼���Z���9x[�p]���S8fl_����[y��S�<�{�Z���^��X��%����I+z�Rq
B�P��R���@�����P�V'��QՒ�;NH���sUcPr�!!ub�FU ]�t{H��{	�$WWP�+���
+�H�I���=�ە��+��g�<��{�;�~j�-|դ�k{m�[ycʗ~]�T���;��sK4���:����Gy����3��b����c���R\	�^j�]��H�~*�����#�(F�[��`#FR$�*�|������1��*����yz�C���]o�Z/���64e.�lp^�!��~�a��ۙ8Fl�~l���k���Y��}WH����I�*���x��T�_*���?L��|���Z�^U���o�5]?�CHZx�gIj���N@|#��0�QՒ�;NH���sUcPqO�z������)?�F�$Չp�<��*?�z���Dnx��~���	ϔ5��_6h>g6��h�����Fn�Γze��9p�h~Xe��kʖ�|����M>���k��e���r)`Ȣ�kT�V����"��0�Q���a��l&�֝��k��W��\w�,��P��Cm���s�J����/5�U.��$n��b|qAw��h��b�ۘ�x��Ҕ�V��d��	���#���9�c�H?'d��z���,��v�.�ya�X]Zi0�iof��7Kt�Ťe(���9͜��ߝ��G���*�h�_R�H7g��G���;ex-���Wp�
+��������`��x������"�Q�A"M�e�C$�f��B�/5�U.��$n��b|s#.Q��G��FR�.]���ὀ��zϚ?!|���/����UK4�����{^�n�"�G��a%�L���v�W�f͜��#�q���^�_���-�ִQ���H�<+ۘ��^�%��s>��G+̿�Ǚ���i��[�i���̂�W�ԭ��$2J,��U^OUUby�R\���5Y!�#�䊊�75P65�'���������a?�yBBQ�"F_y����/\���U���#�D=G��7~Nд��/I�U�����Ow�XOt�jp�nWֹ��a(�>ȧRh��W�?<5�Q}B}�W�Z�ۭ��ևm�Z��a+���!�����1🄜����~^�V��i��A��9�S^ԿHj��,���VO�?���/M�UX��G�����6�k��[A�h�O�-���`xV'�1%
+��Kw��}Ej�'�����*�v��7_��j�>8����Ƒ�rEEޛ����̙�%��Db{���������f��x����e��>v>zլ�Ѷp��-��l--�>�-A��Z�qn\UQh��GV�ɤ�H���v���zO-�������{�:�{��S�Cr��ͭ�	@D0��E8ʓG��f�v��?!�,έ��8E�}^?��i��K��X��1@��YA�l�}�[7宁�=��>��k���
Pz��i̲m��g�@�w���PQпI�?����$���P��.!T����8!�2�T;U�����F�c��ʉ��GɏDDkh�G�>�Y����3շ�?�Jys���Χ�Z���t�
8Xi��X6��Z��#ך+T� �ˊ�-5H��94O6pA����ϟ�
?�C��H����z�����������'�?����Α���B���gO��9~����������}9��>�K��k_��[�Z�v������N.+/�q��1�o�h����2�8��ٳf���sf͞������o����u��Q�Y<���}��1�?�q�?ʯ���]���7_�u��!�w��s��Qwdy�s���<�����/�2�D�~��������/�2�D�~���[�6l���ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf�ϟ���?���fL�dg���j�o�3&	r,eȻ-~���e��<)�?�.��`����W�<����)t��o��������9|]�#��V_쏙�Y�f͒d�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf�Y�_���������s��,�/����e���׹	�a>N����[�cq�����s�y�C��t�'��.�{bnŔ(Ҵ6���ӕD��D.G&4Z�B|!���!���7���Q��v��kZl�d����!�Hth���U������a���~����I���e_��L����[�G�
<j�[6���;�I���$ଥ��Òr�5�l��������>^�P�|˪iZm�ܗ��O����&�Rd	#�B�
ŅS�99�����pZ]��;K�����m�P�=i���^!ދȁ]�����4�4�4p޵��#Csiua$��j*��PA0��3�5~Y�����d:,�$��Y��b��5c�e��&�Ü�9�T�n@��ߕ>^������W��
J�%յ�3; ��$`�Q��#J��f$�@������^�ͺ�DС�{��_O��9D�4��S�"�/]�-���%e�=hddBC?%� %cVsDF`��Մ�mw�U
+�4!��::�P��C+)!�gC�?��94K����u2�$p��uu<�S��Y�$�% 5l�����d���-5O2�M{.��å�=ô�-��v��W���y���<B�Y�^l����+���ˬ�؛�e
+4�
�*+4�A!b�ɍ��DMs������I�?������;\Y5�6u2AxDH�̤:4R���UYj
+�����B~PSo)XW�/�T��$�*6�����l������O�����~��x�Z"�m9��v!D�*e@H/�YK��$�NkP�7���7��2|��x<����TҴ�K�/-�wqg$M8��F�~.�
+�rsw������j������V�[_7h>s���\�����/-�F�����H.!�+�"�u`6 ��	1�����MZ���ַuM![����RX��T8�6�%V�Z���'�T��@�
/����t�jډA��JQ5$G~��@w,Ē����<׭��o>3y���+]M��z]���*G�RY$�<�iEP�R">&���g��6��|�m��������s���v���
��������1J�Z��2:�GR*YHee$0 �LR�K�����愋;�*�ܩW��݂�*O�3F�`��N.������d�����?2�M{.��å�Iq#O:�ۗa�L�y�G�ݎ�LjU����>S�{/(��^[��6�q5�׏��i���0A!U@B�yc2���O+�'kX�+�gor���efD�@8�Ϗ.@-E�H�/3�n��:��r. 7&���5���h��D?i2�o�Ɵ�]u,-��6��>�-�{�Z��f��+9R��TQY	�
<��[�~U�T�l�w}}v.��M�Dnn
+�؉IX�@x���Գf C�!�<W�����}�sD��4��������D�]��nWO�����^M�=�i]P���j���戬��M.��F��Mԡ�n"�J�WGII��G�Dex�F*�C)*A�ޕ���ͤM-�x����!��n�V/TqgX啓��fSƼ���{�}�?��o����k��;(t�I'c#���"�]�g%����,�Nt�/����0��Da7�<���@O1���Gi%�墥ʪK�i�R�Hh���b���V�l"������-��s˖w���Q��=@��QI��l�E����8��y��)���I��5����Yc-�Բ�T��u�~�r��c�#u飸�kj7���n-嵐G0��r�P~	�dS����&������:-#��o���>�F���3#b��"��M\<�?>8�;Ϯ=y�ܘa���S��2�đ	���9��ާ|����A��OA�2��g{o*476wpAq�^9��á*�e���4蚵���n
+�2·�3#E*����*�N�"Uj
+א#!�P������~�<X���M��<^� �Ɖ$G~�Ҧ�ܱ$���[�^�/�����6{h��]:nPY�vj�̩N=Idz��!&�U
+�"#�l}<�Ca��Wζ��O���K�9�l՝�����.mn,�0]FѿpFGP��F�YH*�b7b����6z�Бg~e[[�*�۰Y#%I�"rFhڌѩ�ԓ�<��̟�Z����kɯfӴ�t�9.$i����z�HK���I#��LjT
+�Z��|�f�^Q�/����k鴛���x̞�M$rnB���x�,�g����VԵ�*�9��^������W�kh��ңG@�
��¸�Ϣ������ȸ�ܘfFS��Ƭ�p9��`�f���8��ok�뷗�%�ս��O��5,���8�?���J��a����+tOʿ*�3M��ﯮ�α������G�)+H�_�:�b��Dx	�7�
+�G��s�*�bL����_���ܔ�:=�i�������&���j}���<��j�xS�4���];R�Ѹ��*]$Q$rF�Y9������:������X趐y�̶�ivisq�v�V���I���	:C�<c�a�ǟ|�������j������6�I������(�ܖrY��ؒ������j�5k��/���4e�o�fF�UIcW�T8�7�"Uj
+א#ٸ�5	�	�&�9�����׭��=�y���]N��z]���*G�RY$�<�iEP�J7��	V	�;��<I�H�ޠ����E���k�����#bDF����������6z�Бg~e[[�*�۰Y#%I�"rFhڌѩ�Ԑ�&�0|��;7��}�՜�_K��Mg5��d��i#p��HUT��E����������ˁ�����l;���/�����\��
Ɇde1�o<j��7���F���/4i�J�U��ud�[M7�Q�*��1�!����a�ȏ�?+tOʿ*�3M��ﯮ�ֱ������W�)+H�_�:�b�����?��|е[���K?2��x�
}�Gxn+r�WPx�{d�p���qC:޼���a�<]�{�k>�&%�iw�5��n��qT2�:H�H�в<r#+�"1WBIRm'L�ֵ[�+]j7QZ[+�*e��h	�*�|9�ǟ|�������j������6�I��"Z��(�#��K;;;Y��6�/���ot��y�Y�Iүc��
���L�_VX�@�`I�r���Z���m���kc�N�vw�ڥ��!�e%=gXՈ��^D
+��n�|�.��\����o ��K�C	 ��@��QU`6 ��&��Ə�]j�N��Ӣ���9�I,���{m5m�V��C�� ��R��?'~Ty���[i_���r��ڑA��JQ5$G~��@w,ē*��;&���Z��_f�X>X܁ſ-�����g�>�K��>�,!����KɢV_SІ�FD$3�Z���j�h�������kk��R�V�����ՅC+)���hs��ߟ����-鿋��`��E$p��us4�S��Y�'�% 5l�����d���-5O2�My.��å�=č<�kn]��3��vyGv;�!W��
[�:%��h�׆�{�Mouw�Hyı(�r�h�p��x��?�׿�?�@Ꮍ��=O�`����m��|���/^���t�����R��I���{A�c�����w��w�4In�X��*�lw�J��:�v������N._�>x;C���֛��1����$f͛*q�ӛ6l�O�W�K.��������琿�;�����������U����a�������y�����۟����#�{����s������yɔ�&��Շ�s������yɔ�&��Ւ�ٳe��f͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6F|���(����&���2d�#>~���[P���ə0K�c.E�k���+-~���N���)t��o�����@��K����+���O0G��a����3�2���d|���͛6l�'f͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6r�2����h���_�m{�O9g���4�/�6��O�	�v8~���������Ü9�������������4ۮ�0�d�����~n�����(��wW��OhՀd�EaPA�t�s���[�6J4o�_�o1i�j�_�5m>b��
6���C`�E)�
����~��?Kz+������?c�P��.�+�>c��������
/S�k���:u��Զ� jL��)��0UoMY�kJ����w��2�)��9B^iׂ�V��kYi S�&x�N$�4l��J�X1�Q��$G��-�ޡ���I�9��}����gC���"8ur��1�$�\�Ε�=3G5�S�&Uf^|x')�k�w�������.�J������m�kik�UY��*F�
+�*�2�%~��c��ྟ�_f�uߦ)��;'��8.]J�F�[V��[k+/���=x�Q�v4���O��9�ǭy{B�˚ݝǚ��495��G4L�z�w�F�cV���ebD�q�̤@�WC�G�{����h~�~/�<ص��֡w���]]J�[[B�Ie�F
+����f$����o�{������?̺���������I=���kk3Y%�Ǚo��#!K+��Zo�~��W�����~�ڡ�]�W�������������4ۮ�0_�?�(���0����>���?/K��u=����ٸOn���Ive&�|r�	��!��&1@C���ٳc��4sG1��I�dn&�e=A�0/�����MC����_����>���ҸS�C�O�>Tk1�>d����ɭd�����a<M�E���t�G�?�(���0����Y8p��#��E�Cȍ�7�$;�M�!fl9�>�m��~���
+P�o�v��Bm'�X̭"G�����=X�.�	�$�����/���٦�w����~�$���,�@�R�j+d*�+�T"�*��� x��_��/�u�7��&��˪J������o/�y�[�!P�ON4NE�\|"��#�9�ח�V��y���"hr�>�y�:�vl�sJ��%ϐ��N�X�e�]2R��uwhu�f�����H�*f.�����5#2
C����_����>���Ҹ������/���٦�w�����G����E�Iu=;F���]�cekn�qwr�Q���3�
$�TMb��b�VW��徟�[�wyw*Akkn�,�M+D�ff *�Rp'�����MC����_����>���ҸK�~sy;X�E��-�ݿ�mM͆���.�(U�]4SJd��v�F��X�L�y����3��d�H��|��A���}y�-N�F�Z�Ki��kx�KI>�"�4�4�[�-А�LM0�[fA�8���~��|�����n���?�d��?G��Z��ֵ)=+=>���KB�b�.nh74�s]���R���{�Ih�7
kx#�i�ty��ZۍN��!X�2�KȐ��>R)�%�B�O!��YT#�#B��ݛ-T�*
+�Ro�M��n��I�=.=X]�&��x��B;-N����=F{�@�Z(�8LR#3mC����_����>���Ҹ������/���٦�w�����G����E�}���o��S�"2��͛6�����~��?Kz+������?c�P��.�+����n����MoZ�����ߙ.�!���I'��[��	�1�=4=�a������f���������c9C�rG�&\D�\'��%�]�:����XywT���X��_)�RrTjz���V#�������r��S���)����aw�?�׿�?�@Ꮍ��=O�`����m��|���/^���t������G����C烴?��i����\�h|�v����7�c �����H͛6A�{Nlٳ�?�_�-����n��>�'�B��x��6����2�U����˿�����y�/����cn�.�,�1�r��>����R[�����&S���?V���R[�����&S���?VKsf͖6��6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6l�����ڇ�`��Lɒl����QmC�0M��&d�.E��e��<���C�:������J�'��?�.��`����W�<�_�/��d|�������?�+6lٲL��6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6l��<���������u<�e��{|���l����!>L'����?�Ln8~����p�<��������4���!�Ԟ{h����
+�)&�S0�
;Vxcx���"�_Q�����l��,;@�c��
+���M�O5�ck�i��Y�%��v��W�%`���@�&��
+�@nKU)i>D��<��_���z�^���{���ZI�S����6P�}�3Y�����+'������o
+��Ǫ��͛�ތ�O��@�g�!�@5c�/.���-_�<�xu�[;�JHc����̥���X�+�n�/[����y�K��Y��cc
O�kin����EI=ً;��K3f�o���������U�K���(y+�hJ�2�*���ꞙȼ��'��{�X]�dj�%���X뺦��z��Z��A/ciY!��h���<�/�y�vH4�Y��⌊Q}GR6�����g����a�3�~$F��	ތH�7��w&^���ˋ�&� �e��ZM�V�SL�����z���U�V>q�_��kң�N<��� �"�����lDr[�zm��:TS��R�y�����i�}4�ҫ*B�s\ؿ�?�(���0�������x���
+�FG�=B�{��U��7�C�^
;Vxcx���"�_Q�����^�ݛ6l���Ǘ?8�|ա�Is�y�O:o������Q�����ʌ�Kv�;�=2k���?��?�-�~����J��0&�g�[¯wq�p�f��w�����5��D����yP�"dG0�
+��O>�e{�oѷ����K����8Wմ�����7��X�>�$�e�6l;H��HX ��e��$w1�g��(C�)*w���_-~M�^Qմ�DԵ8�HT��e��0	��5�]eQ8��Gð�A�j�o�dR��8�������g�[?䬟����W��߿��TxH�μ������b
+�{�Z������h��v�i��:.�� V���X�֫2�q1>��� �f�����G����E�B��jJY_��um=��=��E"2��#>	u=B�{��U��7�C�^
;Vxcx���"�_Q�����w�E�E�c����5���[��M�"�2U���2�B#c�ͅ��w�|���à�s`b����J��V��[�b�G��٣��B��������3��b�5��l����L	�Y����z�\��پ*��xd�#!���G~�Ʃ�gZ�����9��e�{x��;H��ݬbi�26�H�æ�͆�:U����t]J?V�Q�6�QT�(������Ǯsm�*�N�
��{�Kv������k%��[�Nw��'J��	\H
+�c�O ӵg�7��2)E�QH�PS�f���-��VO��9	���w�e�����h�\P� ��0��~��k�y��4���lm�!���9�通�ӣ��,&
,��<�/(dK6/���?��?�-���+�Ÿ���B�P��^���B����P�F��N՞�;�(ȥ�qE#a@2{�6l��)?%|��/2hzƱy�O��kZl�i$�#M�kM��TI`���rH!���������3��b�5��l����L	�Y����z�\��پ*��xa����#3�Ȧr3�L��IqK�@~�m�8i����i��\��Rym�i��ԇ'�Pc�u�x���6Gu�����?��l.����z�������1׿㇩������m��ϟ����Ο� r�ը��6�h|�v����7�c �����W�����㵦���d�qs��f�8�i͛6z����%���
��G�d��_��������]�@��*��[�w�0��}�I|��}G����"���V6�5u���pΤT0��=�\Mp��K�?�Io����L"n�@�X{�?�Io����L# ����:&l��������W?�t?�S7�����p��GC��U2|C���w�͗żn-�rM�#?��+����T��>��\ �������Lx�z���e�o��x�f�������p��GC��U3�����W?�t?�S!޼C���|[����$ٲ3�>��\ �������L���+����TLjw��k6_�9����6l��������W?�t?�S7�����p��GC��U1���;�͗żn-�rM�#?��+����T��>��\ �������Lx�z���e�o��x�f�������p��GC��U3�����W?�t?�S!޼C���|[����$ٲ3�>��\ �������L���+����TLjw��k6_�9����6l��������W?�t?�S7�����p��GC��U1���;�͗żn-�rM�#?��+����T��>��\ �������Lx�z���e�o��x�f�������p��GC��U3�����W?�t?�S!޼C���|[����$ٲ3�>��\ �������L���+����TLjw��k6_�9����6l��������W?�t?�S7�����p��GC��U1���;�͗żn-�rM��?�-��	��̙���V�����:���~o���?/_���۴�o7��%�����$���Gv2"��e��<�[�媷!��h�M��0V���+̞g�%�g.�<��Y��̖V_P��h�K��WiP~����\�������ˇ��t�����'68nEL�}���Q�$��@����d|���ŭ�"Dk�g��W��n��to�e��?�^zW6y�����\?-ӧ��f�1������_����d�a��)X?�K�%��O����G�)+͆�����,�}��k������7����l�W��?��~Z���O� ��c����.������1��?�+�iį�O����G�)+͆�����,�}��k������7����l�W��?��~Z���O� ��c����.������1��?�+�iį�O����G�)+͆�����,�}��k������7����l�W��?��~Z���O� ��c����.������1��?�+�iį�O����G�)+͆�����,�}��k������7����l�W��?��~Z���O� ��c����.������1��?�+�iį�O����G�)+͆�����,�}��k������7����l�W��?��~Z���O� ��c����.������1��?�+�iį�O����G�)+͆�����,�}��k������7����l�W��?��~Z���O� ��c����.������1��?�+�iį�O����G�)+͆�����,�}��k������7����l�W��?��~Z���O� ��c����.������1��?�+�iį�O����G�)+͆�����,�}��k������7����l�W��?��~Z���O� ��c����.������1��?�+�iį�O����G�)+͆�����,�}��k������7����l�W��?��~Z���O� ��c����.������1��?�+�iį�O����G�)+͆�����,�}��k������7����l�W��?��~Z���O� ��c����.������1��?�+�iį�O����G�)+͆�����,�}��k������7����l�W��?��~Z���O� ��c����.������1��?�+�iį�O����G�)+͆�����,�}��k������7����l�W��?��~Z���O� ��c����.������1��?�+�iį�O����G�)+͆�����,�}��k������7����l�W��?��~Z���O� ��c����.������1��?�+�iį�O����G�)+͆�����,�}��k������7����l�W��?��~Z���O� ��c����.������1��?�+�iį�O����G�)+͆�����,�}��k������7����l�W��?��~Z���O� ��c����.������1��?�+�iį�O����G�)+͆�����,�}��k������7����l�W��?��~Z���O� ��c����.������1��?�+�iį�O����G�)+͆�����,�}��k������7����l�W��?��~Z���O� ��(y��2��Vw>r󶅨h���v�٭�i+���k	�B�~1���#-4#/��4	�#g�l�:�)�ejȍ~�^l4�to�e��?�^%p�kB�oo*JiŚ������6F��V�����:����}�o��A��#�������;ܾ!ހ͗żn-�rM�#?��+����T��>��\ �������Lx�z���e�o��x�f�������p��GC��U3�����W?�t?�S!޼C���|[����$ٲ3�>��\ �������L���+����TLjw��k6_�9����6l��������W?�t?�S7�����p��GC��U1���;�͗żn-�rM�#?��+����T��>��\ �������Lx�z���e�o��x�g,�/����e���׹-��y[�����Bu{�=JO3]X��6�>8�\M�P�$V�d$Aa2k?g�o�żXq��L�d��W�t/>��\-�������`H�(�4PI�S�����\��|�V����[�j壍T�44��?ߘ�ƈ�b@;�[����8"�y]Q0QɍY��Rq�[����,�:-/�Ң֚-Bk�,����m.��訏�3���B��Uh��y����3��aw��ʵ����w����T���(�`�@ĴЁ@���,��[s���F��q�M&��V�K7ZM�w��A�i0�ӊ=����		e���"*@ȶ_�9����:�Cc�-��?J��K/��+�D�x�j�ƃ��Ol��ͮ�g7�t�ZQ����꺭���B�j0YM�d�q��x�a����z��6�Dڅ�h�U$M
*���Fu�_�o0jP�7�W�R����אַ��k���;�V��2	�^%!%ja�8G,%��(��ܽ�~
+dn5��ӗ�h�GXր�
+�S���{��_�]ϠI{c��u��m��6Wv7*��i'�K�X�r+#��)��-�p��^��m&��Uky���E<Q\R珪`���p�H��]�BFN����G����E�B���i���8-�D�=qHӓ($��#:����}n�E��%��
+�Gg>8&��^X��(�P�-j����T�����D]l�B�J�
����7�9�4���;O��4h.<�s�i�2kz����!��a���Z�R��V���O|���G����E��k�w�>��E�K2�_%����Λx�F�]>�.�i�.:�U��FH�O9yn��b�Q�$KM���|r�(xt9�H�o�Q���}��9t����O���v�_i���궑\��[�&X���H����)�e0���uS\�᭮���ZIb�$�In����p�C!ve�yQ�FF-�2��¾-�rE6�c��/�jp�͕��ծ������u?0s��D����s�~�RMB��7Z�׼�5��Q�:���S��>&-\��k�o��w��b���)�͵�������/"���y2���
�Mzd2?,�I��=�����{�$\s���V���_CqO
+1�,]�����Q���}3�b}�H�����Q9V� q��!�Cx����� ����wVP_X�%�մ�5��,c�)c`���AVRnK��04l46Eooc�l��HM�B�#i�������A�R��Z5_Bd\)s�峵Ԭ�u;6�,���K�����(��BUV)��������׆�������[T���mqq��=�A$I���s����[��V��?�#"Z����}n�E��%��
+�Gg>8&��^X��([P�䑪&�����C�n���cy�����żJ�����[9���4-GL��3_�������X-���i�yRb����Ֆ0(v^��ɖ��/-�[�Qj6����i���ώ6A�};���(� ��x��k6H�}W�7���i>Z:d�ͧ=���f���V��CyP�s�O���uÂ�$�{�x���V��?�#	4_;����|��=:I[S����+�U_+�E���ھ���z��6�Dڅ�h�U$M
*���+�>��\ �������L"Q{�hy��o?-��m`��R�l����}+}f��4�9#z�Gq5�5�ZKo"р;W����7�8a���?��?�-��/F]GS������$���u�(�(�3���F�O9yn��b�Q�$KM���|qx���?�������"X�F�F��2n2$�9l�E�Z�쬯5+�};N�����d����F�i敂$q����P*N#żn-�r1�ο,�^t�7��5�;;�:���uɨ���e�Y�e���騍F���'�`��x������"������|��3��ڽϘ&��H��퍔x�Ei����j�r������lH��(����(p�|"��/������P��ݞy���˺-���y;̶v�Q{�Z��M��G[��GhTF8$m�گB2�ou��m:�p==2խ-�ʾ��MrkREy��)�����{�8z���O��&�����(^���l�����kZ4�6�Z����L��4e��l��6��<���(^���l����*�k=}�_�>x;C���֛��1����J��lz���;Zo��A��'<��6l����ٳg�*��[�w�0��}�J�[e�4,׷Ol@�8b���iO�������o����u��Q�Y&�:h�ӟ����:|���py/����%����_�e0���}�?�Io����L"����6D��3��=3R��Ki�u�/8��m$���;3@V��{{�a�2�I��`,FD�O�;s��0�&C	B#��h� T|�d}��l�b��m�
��KsdoD�U��[�l�#&�%��p�S��eh�[[Ԉ�/��8�Ò�L��'W�Ŗ)�6G�������NXxr��ۘk6	�`Xԣ�-�*���oQO��*6lٳ-�ٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͉�*��%���m�ZC��>���}}�b�_�H���홧��U٩�se�����sf͊��6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6l�����z���������{ϟ����Ο� pH<��~����7�c �����0~����7�c �����H͛6A�{Nlٳ�?�_�-����n��>�$ڧM��s���������o����u��Q�Y#�3Oq����-n���汈½���~e�G�S~�>�'(}#�K�?�Io����L"���=��������L���`���Ɲ����6���jy�%���+��0�Ã�`1s��В.�"��o���6lٲIvlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳ`i�"����f���3�NC4����[�&���6��}F���2�w!~!NT>أ���>g�ee��`�ٳb��f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛#�|���/^���t�����y��P�{��������v���㵦���d�qp���㵦���d�qs��f�8�i͛6w�!��}'�z.��u��o��奡��R��~�����������Y7�&�������͒ݸx�+��~fо��]\���m�����ӕi�x�V�S����Ώ��I_�flٿ�d���ԛ�o�Bo��VM��I�f���&���c�x�����t�J���3�?�s����W�ٛ6o�Y7�&�����������w��Ro���	��l�w�c��:?�%͙��������+�l͛7������|���HM�s�ɻ���7�����6lw_�;�1��k���������\�������6f͛�VM��I�f���&����d���ԛ�o�Bo�6;������Ώ��I_�fo����t�J���3f���+&����3�\��n���M�7�!7�͛�������G������7�c��:?�%͙�f����w��Ro���	��o�Y7�&�������͎����?�s����W�ٛ�1��k������ٳ�ɻ���7�����7������|���HM�sf�u���������+�l�����Ώ��I_�flٿ�d���ԛ�o�Bo��VM��I�f���&���c������\�������6f����G������6l��n���M�7�!7����+&����3�\ٱ�x�����t�J���3�?�s����W�ٛ6o�Y7�&�����������w��Ro���	��l�w�c��:?�%͙��������+�l͛7������|���HM�s�ɻ���7�����6lw_�;�1��k���������\�������6f͛�VM��I�f���&����d���ԛ�o�Bo�6;������Ώ��I_�fo����t�J���3f���+&����3�\��n���M�7�!7�͛�������G������7�c��:?�%͙�f����w��Ro���	��o�Y7�&�������͎����?�s����W�ٛ�1��k������ٳ�ɻ���7�����7������|���HM�sf�u���������+�l�����Ώ��I_�flٿ�d���ԛ�o�Bo��VM��I�f���&���c������\�������6f����G������6l��n���M�7�!7����+&����3�\ٱ�x�����t�J���3�?�s����W�ٛ6o�Y7�&�����������w��Ro���	��l�w�c��:?�%͙��������+�l͛7������|���HM�s�ɻ���7�����6lw_�;�1��k���������\�������6f͛�VM��I�f���&����d���ԛ�o�Bo�6;������Ώ��I_�fo����t�J���3f���+&����3�\��n���M�7�!7�͛�������G������7�c��:?�%͙�f����w��Ro���	��o�Y7�&�������͎����?�s����W�ٛ�1��k������ٳ�ɻ���7�����7������|���HM�sf�u���������+�l�����Ώ��I_�flٿ�d���ԛ�o�Bo��VM��I�f���&���c������\�������6f����G������6l��n���M�7�!7����+&����3�\ٱ�x�����t�J���3�?�s����W�ٛ6o�Y7�&�����������w��Ro���	��l�w�c��:?�%͙��������+�l͛7������|���HM�s�ɻ���7�����6lw_�;�1��k���������\�������6f͛�VM��I�f���&����d���ԛ�o�Bo�6;������Ώ��I_�fo����t�J���3f���+&����3�\��n���M�7�!7�͛�������G������7�c��:?�%͙�f����w��Ro���	��o�Y7�&�������͎����?�s����W�ٛ�1��k������ٳ�ɻ���7�����7������|���HM�sf�u���������+�l�����Ώ��I_�flٿ�d���ԛ�o�Bo��VM��I�f���&���c������\�������6f����G������6l��n���M�7�!7����+&����3�\ٱ�x�����t�J���3�?�s����W�ٛ6o�Y7�&�����������w��Ro���	��l�w�c��:?�%͙��������+�l͛7������|���HM�s�ɻ���7�����6lw_�;�1��k���������\�������6f͛�VM��I�f���&����d���ԛ�o�Bo�6;������Ώ��I_�fo����t�J���3f���+&����3�\��n���M�7�!7�͛�������G������7�c��:?�%͙�f����w��Ro���	��o�Y7�&�������͎����?�s����W�ٛ�1��k������ٳ�ɻ���7�����7������|���HM�sf�u���������+�l�����Ώ��I_�flٿ�d���ԛ�o�Bo��VM��I�f���&���c������\�������6f����G������6l��n���M�7�!7����+&����3�\ٱ�x�����t�J���3�?�s����W�ٛ6o�Y7�&�����������w��Ro���	��l�w�c��:?�%͙��������+�l͛7������|���HM�s�ɻ���7�����6lw_�;�1��k���������\�������6f͛�VM��I�f���&����d���ԛ�o�Bo�6;������Ώ��I_�fo����t�J���3f���+&����3�\��n���M�7�!7�͛�������G������7�c��:?�%͙�f����w��Ro���	��o�Y7�&�������͎����?�s����W�ٛ�1��k������ٳ�ɻ���7�����7������|���HM�sf�u���������+�l�����Ώ��I_�flٿ�d���ԛ�o�Bo��VM��I�f���&���c������\�������6f����G������6l��n���M�7�!7����+&����3�\ٱ�x�����t�J���3�?�s����W�ٛ6o�Y7�&�����������w��Ro���	��l�w�c��:?�%͙��������+�l͛7������|���HM�s�ɻ���7�����6lw_�;�1��k���������\�������6f͛�VM��I�f���&��O�>�_�kV�*���n,���hR(�!���Gs�6;��������t�J���0^���CT�����'�s�q�rv���G��6y�6l����͛?��
+endstream
endobj
12 0 obj
<</CreationDate(D:20120302163322+02'00')/Creator(Adobe Illustrator CS3)/Producer(Adobe PDF library 8.00)/ModDate(D:20120302163322+01'00')/Title(event_b_perspective)>>
endobj
xref
+0 15
+0000000003 65535 f
+0000000016 00000 n
+0000062862 00000 n
+0000000004 00001 f
+0000000006 00000 f
+0000062913 00000 n
+0000000000 00001 f
+0000067448 00000 n
+0000063998 00000 n
+0000064110 00000 n
+0000064507 00000 n
+0000063246 00000 n
+0000248139 00000 n
+0000064767 00000 n
+0000000077 00000 n
+trailer
+<</Size 15/Root 1 0 R/Info 12 0 R/ID[<47D300965E2C8F4C8F5CFBE6E97A293A><EA544BBD68C4EE47AE352FB57531C9C4>]>>
+startxref
+248322
+%%EOF
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_perspective1.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_perspective1.png
new file mode 100755
index 0000000000000000000000000000000000000000..6b6740e2b7324e463889e861b190e5652aec8cfc
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_perspective1.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_perspective2.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_perspective2.png
new file mode 100644
index 0000000000000000000000000000000000000000..aee0fbc11399f7b6c01923703683b2bc6c07eb02
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_eventb_perspective2.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_menubar1.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_menubar1.png
new file mode 100644
index 0000000000000000000000000000000000000000..006cc4517e6919564153383a5ca37e3581315dcc
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_menubar1.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_menubar2.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_menubar2.png
new file mode 100644
index 0000000000000000000000000000000000000000..a24a995629201cc04c40e2c62ea10a3f563efd25
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_menubar2.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_neweditor_add_element.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_neweditor_add_element.png
new file mode 100644
index 0000000000000000000000000000000000000000..09b12fd5c6d83a71dfa71f7e1bc728808fd0b14f
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_neweditor_add_element.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_preferences1.pdf b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_preferences1.pdf
new file mode 100755
index 0000000000000000000000000000000000000000..fe1315c96a96208a37ca537f3908764fa2231efa
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_preferences1.pdf
@@ -0,0 +1,1972 @@
+%PDF-1.5
%����
+1 0 obj
<</Metadata 35 0 R/Pages 2 0 R/OCProperties<</D<</RBGroups[]/ON[22 0 R]/Order 21 0 R>>/OCGs[22 0 R]>>/Type/Catalog>>
endobj
35 0 obj
<</Subtype/XML/Length 64532/Type/Metadata>>stream
+<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
+<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 4.1-c036 46.277092, Fri Feb 23 2007 14:17:08        ">
+   <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>
+         <dc:title>
+            <rdf:Alt>
+               <rdf:li xml:lang="x-default">prefix_settings</rdf:li>
+            </rdf:Alt>
+         </dc:title>
+      </rdf:Description>
+      <rdf:Description rdf:about=""
+            xmlns:xap="http://ns.adobe.com/xap/1.0/"
+            xmlns:xapGImg="http://ns.adobe.com/xap/1.0/g/img/">
+         <xap:CreatorTool>Adobe Illustrator CS3</xap:CreatorTool>
+         <xap:CreateDate>2011-09-26T11:45:27+02:00</xap:CreateDate>
+         <xap:ModifyDate>2011-09-26T11:45:27+02:00</xap:ModifyDate>
+         <xap:MetadataDate>2011-09-26T11:45:27+02:00</xap:MetadataDate>
+         <xap:Thumbnails>
+            <rdf:Alt>
+               <rdf:li rdf:parseType="Resource">
+                  <xapGImg:width>256</xapGImg:width>
+                  <xapGImg:height>196</xapGImg:height>
+                  <xapGImg:format>JPEG</xapGImg:format>
+                  <xapGImg:image>/9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA&#xA;AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK&#xA;DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f&#xA;Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAxAEAAwER&#xA;AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA&#xA;AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB&#xA;UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE&#xA;1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ&#xA;qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy&#xA;obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp&#xA;0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo&#xA;+DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8A7kLiRrr0kjPBK+tIwKgE&#xA;gFeJI+Lr2++u2UcUuKgNuv6PeokDY7mxNK1wY1iPpqSHlY8d+II4inxV5dfnjxS4qrbvSGzJL9YV&#xA;FSsdCZHO1OnHj4/5/SOOXHQG3U/dXf59ya2Q8WoSTalPZpbSrFbBPVupFZI2aReQWEkfvOO3Ig0H&#xA;TrUZYbvyQukvGhtzKyNIfUdBxHSjMFrTfsF2B3wSlSQLalvLiKzFxJFRgx5puaJU0JIBI2oTtgMi&#xA;BaQN0TBKZLL1zEyuQpER2bcE03p4d/wyQNi0EboOw1GW4tlk9MylnAJjAQBWYgOVkYEADruT7Yi6&#xA;3U80i/5WP5bMzcLxWgBX4hFPUD9on4Puy44ZDntfmGoZAbrevIun/M3yuqQtBciRnYCVHWVPTUqT&#xA;UkRvWhAFB45I6bJ3fcx/MQ71WH8yPKDoPUvhE55CnpzMoIB41IjrRqDoK79MidPlr6ftCfHx9/2F&#xA;QX80PKpmuYjM6iBVMU5RvSnZgSVioPUHEihMiL12rvQ/lslcvtCPzEL5/YqR/mX5TJAku+JPVlSV&#xA;lFa9yit2H7Pf54jTZO77Qv5iHf8Aerf8rG8mf9XEf8ipv+aMP5afd9y/mId7v+VjeTP+riP+RU3/&#xA;ADRj+Wn3fcv5iHe7/lY3kz/q4j/kVN/zRj+Wn3fcv5iHe7/lY3kz/q4j/kVN/wA0Y/lp933L+Yh3&#xA;u/5WN5M/6uI/5FTf80Y/lp933L+Yh3tf8rH8l/8AVxH/ACKm/wCaMfy0+77l/MQ73f8AKxvJn/Vx&#xA;H/Iqb/mjH8tPu+5fzEO9v/lY3kz/AKuI/wCRU3/NGP5afd9y/mId7v8AlY3kz/q4j/kVN/zRj+Wn&#xA;3fcv5iHe7/lY3kz/AKuI/wCRU3/NGP5afd9y/mId7v8AlY3kz/q4j/kVN/zRj+Wn3fcv5iHe7/lY&#xA;3kz/AKuI/wCRU3/NGP5afd9y/mId7v8AlY3kz/q4j/kVN/zRj+Wn3fcv5iHe7/lY3kz/AKuI/wCR&#xA;U3/NGP5afd9y/mId7v8AlY3kz/q4j/kVN/zRj+Wn3fcv5iHe7/lY3kz/AKuI/wCRU3/NGP5afd9y&#xA;/mId7v8AlY3kz/q4j/kVN/zRj+Wn3fcv5iHe1/ysfyZ/1cf+SM//ADRj+Wn3L+Yh3onTvO3ljUr2&#xA;Kxsrz1bqbl6cfpSrXipY7sijoPHIywyiLIZRyxkaBR8GqWc+mLqCT0t3jSWOT0pGZ1eMSgrCKSfY&#xA;NadRkIQMjQbCrrIrR+oLyIrwMh/dNUKtQ1RzqCCCCOoOCQ4eajdr1oOIY6jbBSK1K02qV7yeIpiR&#xA;0ULJbu1ifg2oQGTkEKJGzsGZgoBCuSNz+s9AcAVR1DVNP02zhu7i+jNvcS+jAbe3lnMkzciFRYDI&#xA;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</xapGImg:image>
+               </rdf:li>
+            </rdf:Alt>
+         </xap:Thumbnails>
+      </rdf:Description>
+      <rdf:Description rdf:about=""
+            xmlns:xapMM="http://ns.adobe.com/xap/1.0/mm/"
+            xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#"
+            xmlns:stMfs="http://ns.adobe.com/xap/1.0/sType/ManifestItem#">
+         <xapMM:DocumentID>uuid:5E44D13E24E8E0118740F4F8897BEDB3</xapMM:DocumentID>
+         <xapMM:InstanceID>uuid:30dfed04-37e8-42a3-8800-171dca5ace96</xapMM:InstanceID>
+         <xapMM:DerivedFrom rdf:parseType="Resource">
+            <stRef:instanceID>uuid:785057f8-a90a-4b7c-86a9-0414a6193e75</stRef:instanceID>
+            <stRef:documentID>uuid:C2B6D33720E8E0119C85FEA5916DC8A8</stRef:documentID>
+         </xapMM:DerivedFrom>
+         <xapMM:Manifest>
+            <rdf:Seq>
+               <rdf:li rdf:parseType="Resource">
+                  <stMfs:linkForm>EmbedByReference</stMfs:linkForm>
+                  <stMfs:reference rdf:parseType="Resource">
+                     <stRef:filePath>C:\Users\Lukas\Desktop\Screenshot.png</stRef:filePath>
+                  </stMfs:reference>
+               </rdf:li>
+            </rdf:Seq>
+         </xapMM:Manifest>
+      </rdf:Description>
+      <rdf:Description rdf:about=""
+            xmlns:illustrator="http://ns.adobe.com/illustrator/1.0/">
+         <illustrator:StartupProfile>Print</illustrator:StartupProfile>
+      </rdf:Description>
+      <rdf:Description rdf:about=""
+            xmlns:xapTPg="http://ns.adobe.com/xap/1.0/t/pg/"
+            xmlns:stDim="http://ns.adobe.com/xap/1.0/sType/Dimensions#"
+            xmlns:xapG="http://ns.adobe.com/xap/1.0/g/">
+         <xapTPg:NPages>1</xapTPg:NPages>
+         <xapTPg:HasVisibleTransparency>False</xapTPg:HasVisibleTransparency>
+         <xapTPg:HasVisibleOverprint>False</xapTPg:HasVisibleOverprint>
+         <xapTPg:MaxPageSize rdf:parseType="Resource">
+            <stDim:w>612.000000</stDim:w>
+            <stDim:h>792.000000</stDim:h>
+            <stDim:unit>Points</stDim:unit>
+         </xapTPg:MaxPageSize>
+         <xapTPg:PlateNames>
+            <rdf:Seq>
+               <rdf:li>Cyan</rdf:li>
+               <rdf:li>Magenta</rdf:li>
+               <rdf:li>Yellow</rdf:li>
+               <rdf:li>Black</rdf:li>
+            </rdf:Seq>
+         </xapTPg:PlateNames>
+         <xapTPg:SwatchGroups>
+            <rdf:Seq>
+               <rdf:li rdf:parseType="Resource">
+                  <xapG:groupName>Default Swatch Group</xapG:groupName>
+                  <xapG:groupType>0</xapG:groupType>
+                  <xapG:Colorants>
+                     <rdf:Seq>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>White</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>0.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>Black</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>0.000000</xapG:yellow>
+                           <xapG:black>100.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>CMYK Red</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>100.000000</xapG:magenta>
+                           <xapG:yellow>100.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>CMYK Yellow</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>100.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>CMYK Green</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>100.000000</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>100.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>CMYK Cyan</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>100.000000</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>0.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>CMYK Blue</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>100.000000</xapG:cyan>
+                           <xapG:magenta>100.000000</xapG:magenta>
+                           <xapG:yellow>0.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>CMYK Magenta</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>100.000000</xapG:magenta>
+                           <xapG:yellow>0.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=15 M=100 Y=90 K=10</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>14.999998</xapG:cyan>
+                           <xapG:magenta>100.000000</xapG:magenta>
+                           <xapG:yellow>90.000004</xapG:yellow>
+                           <xapG:black>10.000002</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=0 M=90 Y=85 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>90.000004</xapG:magenta>
+                           <xapG:yellow>84.999996</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=0 M=80 Y=95 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>80.000001</xapG:magenta>
+                           <xapG:yellow>94.999999</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=0 M=50 Y=100 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>50.000000</xapG:magenta>
+                           <xapG:yellow>100.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=0 M=35 Y=85 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>35.000002</xapG:magenta>
+                           <xapG:yellow>84.999996</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=5 M=0 Y=90 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>5.000001</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>90.000004</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=20 M=0 Y=100 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>19.999999</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>100.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=50 M=0 Y=100 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>50.000000</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>100.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=75 M=0 Y=100 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>75.000000</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>100.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=85 M=10 Y=100 K=10</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>84.999996</xapG:cyan>
+                           <xapG:magenta>10.000002</xapG:magenta>
+                           <xapG:yellow>100.000000</xapG:yellow>
+                           <xapG:black>10.000002</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=90 M=30 Y=95 K=30</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>90.000004</xapG:cyan>
+                           <xapG:magenta>30.000001</xapG:magenta>
+                           <xapG:yellow>94.999999</xapG:yellow>
+                           <xapG:black>30.000001</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=75 M=0 Y=75 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>75.000000</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>75.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=80 M=10 Y=45 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>80.000001</xapG:cyan>
+                           <xapG:magenta>10.000002</xapG:magenta>
+                           <xapG:yellow>44.999999</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=70 M=15 Y=0 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>69.999999</xapG:cyan>
+                           <xapG:magenta>14.999998</xapG:magenta>
+                           <xapG:yellow>0.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=85 M=50 Y=0 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>84.999996</xapG:cyan>
+                           <xapG:magenta>50.000000</xapG:magenta>
+                           <xapG:yellow>0.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=100 M=95 Y=5 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>100.000000</xapG:cyan>
+                           <xapG:magenta>94.999999</xapG:magenta>
+                           <xapG:yellow>5.000001</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=100 M=100 Y=25 K=25</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>100.000000</xapG:cyan>
+                           <xapG:magenta>100.000000</xapG:magenta>
+                           <xapG:yellow>25.000000</xapG:yellow>
+                           <xapG:black>25.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=75 M=100 Y=0 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>75.000000</xapG:cyan>
+                           <xapG:magenta>100.000000</xapG:magenta>
+                           <xapG:yellow>0.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=50 M=100 Y=0 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>50.000000</xapG:cyan>
+                           <xapG:magenta>100.000000</xapG:magenta>
+                           <xapG:yellow>0.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=35 M=100 Y=35 K=10</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>35.000002</xapG:cyan>
+                           <xapG:magenta>100.000000</xapG:magenta>
+                           <xapG:yellow>35.000002</xapG:yellow>
+                           <xapG:black>10.000002</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=10 M=100 Y=50 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>10.000002</xapG:cyan>
+                           <xapG:magenta>100.000000</xapG:magenta>
+                           <xapG:yellow>50.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=0 M=95 Y=20 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>94.999999</xapG:magenta>
+                           <xapG:yellow>19.999999</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=25 M=25 Y=40 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>25.000000</xapG:cyan>
+                           <xapG:magenta>25.000000</xapG:magenta>
+                           <xapG:yellow>39.999998</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=40 M=45 Y=50 K=5</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>39.999998</xapG:cyan>
+                           <xapG:magenta>44.999999</xapG:magenta>
+                           <xapG:yellow>50.000000</xapG:yellow>
+                           <xapG:black>5.000001</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=50 M=50 Y=60 K=25</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>50.000000</xapG:cyan>
+                           <xapG:magenta>50.000000</xapG:magenta>
+                           <xapG:yellow>60.000002</xapG:yellow>
+                           <xapG:black>25.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=55 M=60 Y=65 K=40</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>55.000001</xapG:cyan>
+                           <xapG:magenta>60.000002</xapG:magenta>
+                           <xapG:yellow>64.999998</xapG:yellow>
+                           <xapG:black>39.999998</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=25 M=40 Y=65 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>25.000000</xapG:cyan>
+                           <xapG:magenta>39.999998</xapG:magenta>
+                           <xapG:yellow>64.999998</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=30 M=50 Y=75 K=10</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>30.000001</xapG:cyan>
+                           <xapG:magenta>50.000000</xapG:magenta>
+                           <xapG:yellow>75.000000</xapG:yellow>
+                           <xapG:black>10.000002</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=35 M=60 Y=80 K=25</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>35.000002</xapG:cyan>
+                           <xapG:magenta>60.000002</xapG:magenta>
+                           <xapG:yellow>80.000001</xapG:yellow>
+                           <xapG:black>25.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=40 M=65 Y=90 K=35</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>39.999998</xapG:cyan>
+                           <xapG:magenta>64.999998</xapG:magenta>
+                           <xapG:yellow>90.000004</xapG:yellow>
+                           <xapG:black>35.000002</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=40 M=70 Y=100 K=50</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>39.999998</xapG:cyan>
+                           <xapG:magenta>69.999999</xapG:magenta>
+                           <xapG:yellow>100.000000</xapG:yellow>
+                           <xapG:black>50.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=50 M=70 Y=80 K=70</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>50.000000</xapG:cyan>
+                           <xapG:magenta>69.999999</xapG:magenta>
+                           <xapG:yellow>80.000001</xapG:yellow>
+                           <xapG:black>69.999999</xapG:black>
+                        </rdf:li>
+                     </rdf:Seq>
+                  </xapG:Colorants>
+               </rdf:li>
+               <rdf:li rdf:parseType="Resource">
+                  <xapG:groupName>Print Color Group</xapG:groupName>
+                  <xapG:groupType>1</xapG:groupType>
+                  <xapG:Colorants>
+                     <rdf:Seq>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=0 M=30 Y=70 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>30.000001</xapG:magenta>
+                           <xapG:yellow>69.999999</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=5 M=70 Y=90 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>5.000001</xapG:cyan>
+                           <xapG:magenta>69.999999</xapG:magenta>
+                           <xapG:yellow>90.000004</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=5 M=90 Y=75 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>5.000001</xapG:cyan>
+                           <xapG:magenta>90.000004</xapG:magenta>
+                           <xapG:yellow>75.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=30 M=0 Y=95 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>30.000001</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>94.999999</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=60 M=5 Y=95 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>60.000002</xapG:cyan>
+                           <xapG:magenta>5.000001</xapG:magenta>
+                           <xapG:yellow>94.999999</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=30 M=0 Y=10 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>30.000001</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>10.000002</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=60 M=10 Y=5 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>60.000002</xapG:cyan>
+                           <xapG:magenta>10.000002</xapG:magenta>
+                           <xapG:yellow>5.000001</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=80 M=5 Y=10 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>80.000001</xapG:cyan>
+                           <xapG:magenta>5.000001</xapG:magenta>
+                           <xapG:yellow>10.000002</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                     </rdf:Seq>
+                  </xapG:Colorants>
+               </rdf:li>
+               <rdf:li rdf:parseType="Resource">
+                  <xapG:groupName>Grayscale</xapG:groupName>
+                  <xapG:groupType>1</xapG:groupType>
+                  <xapG:Colorants>
+                     <rdf:Seq>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=100</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>255</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=90</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>229</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=80</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>203</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=70</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>178</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=60</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>152</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=50</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>127</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=40</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>101</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=30</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>76</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=20</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>50</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=10</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>25</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=5</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>12</xapG:gray>
+                        </rdf:li>
+                     </rdf:Seq>
+                  </xapG:Colorants>
+               </rdf:li>
+            </rdf:Seq>
+         </xapTPg:SwatchGroups>
+      </rdf:Description>
+      <rdf:Description rdf:about=""
+            xmlns:pdf="http://ns.adobe.com/pdf/1.3/">
+         <pdf:Producer>Adobe PDF library 8.00</pdf:Producer>
+      </rdf:Description>
+   </rdf:RDF>
+</x:xmpmeta>
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                           
+<?xpacket end="w"?>
+endstream
endobj
2 0 obj
<</Count 1/Type/Pages/Kids[5 0 R]>>
endobj
22 0 obj
<</Intent 23 0 R/Usage 24 0 R/Name(Layer 1)/Type/OCG>>
endobj
23 0 obj
[/View/Design]
endobj
24 0 obj
<</CreatorInfo<</Subtype/Artwork/Creator(Adobe Illustrator 13.0)>>>>
endobj
21 0 obj
[22 0 R]
endobj
5 0 obj
<</CropBox[7.34326 213.403 591.672 651.463]/Parent 2 0 R/Contents 30 0 R/BleedBox[0.0 0.0 612.0 792.0]/PieceInfo<</Illustrator 6 0 R>>/ArtBox[7.34326 213.403 591.672 651.463]/MediaBox[0.0 0.0 612.0 792.0]/Thumb 34 0 R/TrimBox[0.0 0.0 612.0 792.0]/Resources<</XObject<</Im0 27 0 R>>/ProcSet[/PDF/ImageC]/Properties<</MC0 22 0 R>>/ExtGState<</GS0 25 0 R>>>>/Type/Page/LastModified(D:20110926114527+02'00')>>
endobj
30 0 obj
<</Length 254/Filter/FlateDecode>>stream
+H���KN�0@�9�/Pן8N��A�B]p��G�
�_¡�eX�,��{���f��0���Sb���
�+�+z�Y%�����-��˙��3-���;��Fd��XK��y�����ƫ#��=�� `��˺�N�&8��f�b(�
�+��7�4�WT���К�kڅ{C�5S�a����؆M�5�����qL�E���T=��3��V&�f�g}����������	ɢ��t�%�x`��R}����%��[�dO
+endstream
endobj
34 0 obj
<</Length 983/Filter[/ASCII85Decode/FlateDecode]/BitsPerComponent 8/ColorSpace 32 0 R/Width 73/Height 54>>stream
+8;X]TZ'*fp&="c=Egln,WGIIM2!6M_V,TH1P<"Mi]-"g_Qn*3SEiRK_U4UQ^`d8.R
+<;m,_k-VmeQ*H:-ALnp[1lK29T:XoBFp6m?C'"C"9`_eT)&2NW)WEX&'nN1u"FQ'_
+<SK\WHAGC3US0WJg))shLEk;3F'sY<Ib>m;1>1n`gO;"*+Aejf>B*)$'9rj%aVtB,
+r!6`U51r$M/".E<!UnM+"S>*W(YIULoS1Q?)CU5M^aLMZgeE=7Ktqm5@M',[dAr*K
+"!DTbN5fU_H;Zo?dq]Xdd.IEcZY7__4b/GPn2!Pm-'#j_s.YX8?4dESCKSH"Z<Wq6
+7hVeo#%O`5Z$NVDO%d%qb;G/dEZ2RmgTFcY*pBGO;,N785aD&k>tbf^Ht<O?=ossm
+.;%98p$(.bCjP-T-7i]b:Jh2[/u:b'SGB);G%j6+WYdPgYptdjitA7;(`DZu*M`Kc
+$k#O`<\"/s^o0X<kG':gHlrDT[M-!/^:2j4F89hIp<PjhlW,pO80KLE,utnX=^&+n
+=@,.10;[a7+rV1(5i2oNo;"4C.YnD+4]J^1mgDVpo62KDHt/f^X1B9]OH5]*L3^(%
+85-!mUPd1!:jYZj/I*&p\jE[E[@uJlYKgCfZn]W#(i^e\$@t<2W[17^MQqrB.A3m*
+Zf`7'A7mj+J2'$O,.B(47MJKNSe?bNMRo*n-qsqga#&hI2`HS*Qnp%;N(q?>NV\\"
+dX^p2?l^(UAPuQ'EHL$$O/<Bm8,CJ?Jt,t8P-nbc1>tNh9In@eXj9KO:V(@XGWlaS
+V<pW\P8Z3^rTt2#[RDNf]/Th5`qeh33n([kN)](*QO+4eV`.rYqngU!2WJ"Bh>/Ee
+-M]&4]GP2)UGHOW7Q.8^L](/\P?t#H8Hl/qCR!LX.tI/kF!h@[U])7hr-p:L,DUW2
+)AN"KZ8[RnU2*7#XVg4$$]B@[?p$%07]I.AX"l_'U\_<<)oKDm!4fuu>Q~>
+endstream
endobj
25 0 obj
<</OPM 1/BM/Normal/CA 1.0/OP false/SMask/None/ca 1.0/AIS false/op false/Type/ExtGState/SA true>>
endobj
27 0 obj
<</Intent/RelativeColorimetric/Subtype/Image/Length 124776/Filter/FlateDecode/Name/X/BitsPerComponent 8/ColorSpace/DeviceCMYK/Width 826/DecodeParms<</Columns 826/Predictor 15/BitsPerComponent 4/Colors 4>>/Height 622/Type/XObject>>stream
+H���PW��&���I�(,֊�]�����6��j��:�Z�V���kozj���X�
+I����Z���
+!�$DP�'*��V�i�8DJV��ݽ�&9L�f�1�_�&yo��1�}^c�����l:��������������7������
l:���x����������7������
l:���x����������7������
l:���x�NR��ּ-8�3�����`/�t����6�>�=�Wh?;���y�<�M���o`��C�뉿����l:���x�N�_O�=�w�_���T�e�e���u�T�+&&�A�<�~�>����g�M���o�tb�m+"Z��$��������ڦ[��������v|�0F_��7�B�nd/�7�r�9#	�B)b�3H;�q�U�P�i}��������'u�v*��E�`��l�t�����'>�Go�WI�Ms�ɲ�Nץ�
ϋ)74��3���(04ǡ�n���8_�,���a�=��R”r$A��j7�~,-Y7I���a���q)h�=����fG�w)E���
5��a>F���;�~"U7l\\���P6wS��p���w���I���oz��'�~���:9�t��|�H:���f�uVN|�I��M�\��}���ɢ��u7���=/!9O��В���T�����¬'S�8��?��B'��"����:u�
����C��p�P����E�&��ߥ;�$�?�a��C��'к8��l-�D鳿��
+�����ؽ�'���T03�k��uB�#}���8�ţ[��T¦��M��Lo�I0%	\�`+��5S�����)��N�_$����{�4��;d��NS�F��=���R�V�0�:�O�Y;�ܯ��6���t�����ӣg;U6�l7�� Ծ9ʘ��
�}~����!�ts�;�4ݔvVt��0a�9�r�07���-I���I���oz��83��>��|I:lf1�$�%�$:�Em�k���έ$Kg-P�h`�X�V�~�����A�-��{�m��9�I��:1Y�}���q�k�ݻ��+��3�6I���s!��j��a�E�uj˴��w=Z+�NXO�����V�$�M�b*j��iz��Z�i�3��xѸ���U[���4�^���	�`�X�=��(�̩&��T����<wheŸ��Z�;S��ӓQ[��:b�s�;��ߨ"KfY��Z��]�'z��� ������C�N,� ��]qyv�����>�5�O��j�%�r3��&�pY�Z�dhi�p�?�I_4�q]�$,s#ަ�'�=��W��?xo����M��/E����?���A�����$���-���_���'�����?yef�Bx��B,��ځS����N��T���芉��yl�Yl�;6���c��ѥ��ýT��F
3ti�^�����#K��\4�Z�j%J;��W�S ��m����3M��⢔?��>"Uæ��SU�Ů���:t��P�\5G,�qv����DQ�uS��Ї����N�n�|��u�}�f���FF��ǟ�4j^{�n��o���j�ȯ�~hm�dҴ$dx�a�"����#8�v�3֎׻Z�\���:H:���xcu�Y�M�<��j��׏���B�8��d�����^#s����Xl��_�~ZkN�vz:FO�N�L�?HIb�z6G5�W��u{3J-k����q_�F��oΑ�h�8k�}���w�~�y�t�%Z��Q�^�DŽgnR-�������vS�
�UWy�T`��1�	������z/�����(2kc�3y�rBG���:��4%	����,�UXu.�vޱ�5Ds9��0��&I>Nb¦���m�_�䁍�{ǫeB��.d��х�̯�׋�-���N$\:��z`��S��&���s��vɰJ����N^%�ƞMF�[jc����z��ʚ�����/]n:��N���
����+.�t�>W�cʤc���H6攳]������6&��;�vt>�&��B;TI=Z8�
�F�����^bn/x3k�������e�B^�߃{��'�LA��`1�E�[�q����ou�BKq;��/���Ҩ���3?���Jt}@*M-�W�æsݵ�E)h���XE���'1��0m�l|㧑%#����A��Jd'����#K|#+�n������6���1���}X�+��F*ף�7_�\/j�Ѧ�ѝ�_��m�Ҟ�/DMȌ����3�6W��fw���ɾ�^ano���2�8s���yF&����(�n�X?Rm�v��E�u������� �����M���9혓�)�����%s�1'g��O��j�W�Msj�ks�q��I��$/v�j] 	Sn��04k�ТmQ���ό�rf� ��-}/m����ү�qW��"�;gޑ�F�44G��V�J�������;aչߛ�E���>�k��r�������0�;��S�=z���gO�tGp�Q���8@�b�զ�s��yI:bg$����dc�M<I���ݓ�Ê�/;�N�DK#��l�R����������e��36����3�R��8��W�W�Λw��6��_�5J9�<Bލ��*=Y�}Ԙ~�t�w9vT[,�����-a��د�&������Hk�Ե֣�v��R���ţ�@@��H8•���3��N A@���`H�j8D��Z��G��Zw��ۖ"�H`'
1�HHЏ�~o����7<���Aԑ�����`��TUymU�T~I�t4t�c����_:����IȲգ�KT���v�]�;�PKG�C&j�rX���ϫ3^݉�?�_o?��Ԉ���m�שv�j��%=��I&jt8���獄+
�����m���q��;�H�<�T��<��~,����uw|<;��7|�޼����WM��j��9\
+��� TI�_���`Yt�H�%H�1X�	�#�c�SxI�ޮbõ3bJGS8���s���^F�$s�rAkkG��3����\(nr���D���(Z��ŏ|�:�W����>��3�@tf���7�u��{��`���M���b��Cۛ�r����FD}�����X�!�Q���LU����vn�44X"„��'A"�e
^;V/
M�ܚi���Yl���x�t:��;%�0�q�[:��f�pu솫�埵<���B���|��{ڢ��zݨz���ڲZ:��S�l��i]�c1_���?n�����p�{�(��r��Nb�B����T�/����:]"����i���|L�����T?��j]�NIAp \;�}s1��I�������,
�+0�9JGY$l�t����KX���[��u5���웝�\�綺�x?��I�2�c��0���ϼ���4�����TV�re9"�ˠ�⒉��Q�b�E�����AeIűlU���"ATX�F4��Lm=�Δ��C���X�<�劸x�6�J�U:��)�����׼�j:�����CXӓҡr�$�a
�_�L=f������Q�j�E�\w�̟pR�y���c�B�s3�ˆ�5���00J��tV9dq��>ot�H@��+�~>j(�1���ٷ�t�<"ap�%�U��t���\:�_�P`0Tn�
+��8t��+��$a�r�O0�|x� &��`01�����"��A��?·q���K�Tz����0#J�D���+r�B�J*��k��k�%� ��g%$�K"5���)���2'I{^W:kޖ"�����3f��7��뾟���!�����iH{�}�^��Q϶�"L��j��
�q���ec7��k��^uN�!_�Ĥ�b8\��#�
+e8�$q^!l�8��]���܅qQ�³3�	�&����2$Blf_���r㉹\�@����+��ݹV$Qނ������c&�Q$��sw�\s���Ygʷ��Gc���[add��@��7�^?�����{ݷ�t�������L#��k�0V ҭ�SEG�����t&�ڼ��������\w��z���
+���U��4
+���'��|1'�l�|���r�h�ߣ�� ��i'ݎpR��$�ب�W��k��0��/5�C!�ph95��޼sm�S[��~�����L�W��>����_W��Aח�o>(�0�'�C���.�+����t
��D���0&J_:�h�l�R!/,�l�v���u��]��C��/I_zT�	�����yI��@IT��YW��[��q�8�-���W�
9Q��[��A���#3#.4�C��xx�X��]h�޾&�������H^�ؾ3_�1=��g`���������8��9�(R�Q/��Z�o塀�bQ�v���Ҭ/�r���Se��O��y���,lG
+���>u���5����#���)=�
+�����ۼ奨�V9�����葨!.K[:L��RIRq(����v<��Վ��1�4m�ΐ�0���tP:�`vOJ�����9]ԯf�
���ѐa�E�
+�y�t���T,�}�����P�Sp�[�e��}�1h:��Ďi���k�^��ë́�ʗ�W���`�ŻN6;��|��@v���<k�
+��r��S.?*���ݥ�C�|���B����=���#S_<F�_V./�G�[��:��4Ά|G���‹�lo?�&B��߽�\`�{SD
+;�}V�g�J�
+M�79L��k�
�����ڂ�߾�~=ߓ����r�b+�����bc+J�Rr��O���wWݣy6��L���w�\�~$c�H1���@�D�	���aP�<"A�ʒ���߲���TR��
+��<��W:o��1����4P:�`vOJ�!������P_4id?��V��t�/�T�_�V�ӗΟ��$�1���S��Pv���/�\][vzﲉ�� 9L��Ẫ�O��.������	��  Gh�:��K�W8�<�E/�����AEj�nY��~��;���O��D�.�|���C�t����c����8m�g-O�c9N��u��+�i��+�	Ĉ�/!h�W�{�߳��r�b��b����qD��������ퟻ�鄃SKۜ��B���BDY	��H2��P_�4���yP�gǟ0�Nǵ��⵭���-*jW-ʺ��ڪ�m�p�$y�9���D 7��" �T�
+xQ�֝��ԩ��n]mw]�vw������D��2Of>�{����x��|rZL��_`"��n��k��i
:���%1_|x _��R���@ �$�F����.�J(t��Ya�
+\�F�8���OC,'��@Op}V�b7�:
�9�턦��9�M'���؞Q,���A O�S���D΅!km��&�]T�S�^���������B�f���}�D���2�|xK���]���Ue��S]����$0
,/�T.W��i{��u�/
+�O�@P&.[Z���!��aq�?��hf��:�����t��cv������^�^�r&F�v��T*������Y��j0��b^�buV..���H��`���^�P�eZ̍���@ft�����qK
LAo�,~�E*�!U�I�����|c�[��Y�=��zS4��~*��S�Ԩy���@ 6�b�餧�ڊ��tcy<�a;ӧݼ�l9���x��D�N��;��@Ӂ@ƜA�ɐ�4�3���l:���@ /2����&����?�Lg�^s�E��kڛG��;:o��
+�25����:
ʭ�&���_���,�U�_5��v�c�Fq4��ͳ�?"�{m�4�v��%����n:+j�3�L�3�Z�v!���܋k�K`���,��,9l�k?3-�`�	���e�E�d�,��_ڀ���[��)��Uj���t�����Y�l~�o'���M�/*l4�Œ�j��@}6 �+<����XMg�K�H�P��֓�G�a���T+N6�
�۷����t�k]j|14d�4I�g/��R����G�A �R���Mx�}��鼾i�'�2-�]�_F\k
+_h��/��4���۬��*cxVhjn���� ܖz��F���e�+9}�J����.�C�heXLg��tV�g��Y�glj/Ig��=s/�9~`X]*]-���[L�����
+6}4p�;0)Z���I_�V@��ߝ+���.ll��Z���v}V�Ɏ��ɕ��0`)�>�_�	{��o�������k@ ߁�*q��t$�#\!�M������o��d������JCW��HSe|��s(a3��Z_�X�'��N��<���I��[�d����@ O�c��֩	��9\�d5ʑk�x�Ի��Mx��<d��t��(ר
+��2��(�.���U|��A�����
+�T��]#.�,c��Q�������;�~uYƗU+i�M+�����M�B]!�m1��tV�I%��������y�^�s��
��h�dN�S�W���M���?��E,��^z�8Zj�'mg�.Y����9��&��<��76s��SK�ì�@|NhTIEv��2h1�"�d�p�c���d�g?9~~d;[M��8�gQ�n:�5*A�c=��f:���/l�t ����y�����d4
+��s
�z��o�[艮�\��#��A�2=
;�=w���Ja�"hm�(�<��̓w�Y�rI�QE91�
�d��L��C
Z���tjs���R
�^F�as6s��R�R����עomh9[��Z��#6׻�@��R3h9���Xk#9��#���5�����\���ME�X��?'�j$���vԉ���Ѷ��9�ƨ?ڶ����H�{}˶�
+j��y.�d:bG<�t8Q�V��6��n<ŭoj0��y~�~��zv�k�#իq��t9��n��`m�y�x��[��&���9׽��tL9YBl�<~����;<��
+��r>�6��84�r
+�?�C�KkJiQUF*��:�z�-�V]�A��i�,d���K%"��NG�Ǡ�Qr8��&��tB�2̒{� �����6
��j#��PE�<D��f�ez�����z-�So����B��J��̡֛�Ў�_���3A��킵�R�����@ �C5�b��H�ez/ӣ��j2��f"�X���'�[38��t�jԂ�z��t�^��F��d,��aO���p�M$�1O�<ϐ��j!6�l���m�b����;��r�1k}�y�x�Է��Mx=���U�w�Β��l�:%�4�����J>aG�u{�,��6��ϔ��>�q�y��s�,��n���t�bcN��<@9�N]n��<cў�<���̽���F��Nk�Ce�������33d�٠�6��|���}�g�8�!&��`z���^/}=yƒ�)+��/ �n
�^���Ns�C�_��f^���&K���0�����\TU����NN�����ٻ:��\s��-�L�qq�q+��T�c���;�7��gp�3MU,NqZ�o3}��6�q6�'݄-����6x��g�L'Ǡ��#ӡs2�‘�F���7H}E�o�[��3ݡΦS��#�\砼2=
b:�J����?����p�}vEȀ�� �� .�U���CTԪ� �V��W-ADe(JU0	�,@+Z��Á��BBq��$��8��J�����y|x��G1�Ҏ���H�3T؛������D�H#�D�p�rJ�q���54�݃���S��I�v�}kx�9.�!8K�HJ'�+��tLҾ����{�9�q;{��\T��G�D��"��8E��ѷ�X���}��ȁ����+��p]���wb�	#DV��Z�Ҁ77�^��j&��;������X̭����M������r��r[�د�*��^gޒ�qti���U��;S׶���h-
+��iO���t�����9���"�W��g�K�C��}�F��d�`��1��寶�Q9����³��|sZ��EײhG�J:���;e���mm��[[fqWڥ��w��u����i��F�e�d�y�m���h�_c����:X�8��y�v�aX�_�yN���=e���[���6V��8�'%mv���Wt�`���I��u�~/�ƞ˷�������p^������m��:t)�=�1ޭ�;�|3S��xyJ������S��z򲍦��̼�c������·j*g�r�n�J'|?���0Ph!s���`xx��X[9����7.��rum++pG�=�T:�P:��J�k+v��p��E�|���F��!���w����Ȃ�jQ�m��=����wr��6I�FD�货�G�N{��v�9SW+"��̾��=K��=1�޾���B�X#���Ã��a����[�%���Y�&1Ε�q�|ӏ��T����u���_�d��#_��d<���q,"D���FĈ��ݻ1�ޖ�����Y�[n�F%�T?0������tv��E�|���2G�������GLJ�a1J�&�? ���m?�~J��vW:�PL��=I �����Z��Yn��Sމ�N/�����Ž�z�c�U)/_��2�c�D�P;d&�Ρ2iR+�=��C��]:���d��
+-d��!���/7W��o_DЗC#8���������V9�˃+�SJ��!u�D
+�~2\��j��^9�g�[���1�5�����.M\��^��B�Fgx��Ϧ�KPP����X��*h)ݤ[�D������P��`\�5�"QM�&��x�䪉��Ѫ�[�oE�C�߱���3m��z���P����0t�+D2��\�1��KT$Ɗ&��f��&��F;�3g/s�Y]�56�3c��0���}�N2�B꺎���11*O+)�Q
�t�2�ɟԐle�^�6�x|�Dh��N�-i""��ؑ��>h[�d����r���������0߾Xe�d]ϲoE�������QA�__�i}_��N�aMy��r�V���@/�C���=������tN+�5br��ҫ��X� mC^���
+�3��3M�D�����S=.�^�`Aa!��u^��\eՄ̱��&0n�ilx�$ֿr���(��#*J�d�l%_�4��t�ד���$U�������k�'�)5�:�$�4/�EH��ۺ��h>#�Ȑ=J�U��;�%+���5�j�%�dJ��d�{�sW�.ڇ��S;�I�S�x��i�ѱ�uG�vWIi��79�~%�S���M�vj��Jv{r�jy1I�~�X2��f�9[jE�I���Z٢��CV���[#^R��Z�y���R����k���2;���5&_�y�a��:��B�t)�B�n�����S���ء��Gˇ���F��0�i�Do�	����rݒ�a�t6�z�U���k�¶�J�_�"bDG��C�^�EݿUj-�J�]�[��θ����g%����a�6����P+j����u:y[~��N�-T���M��7�Q&�R:Ƒc=~M��/*����8�=������r��D$�B�/2xz[<�񉂑�-j��A��RD�i)�Heƥ�����R5ʦK����~�2_R*t��1��q踧���R�PZI$��Co�9�8�����渒��x���d��V�����X��YZ.˒���ϓ��Ӛ^aZ���,S��G�|#�Z:H?�5�L��N�1�ʁ��
+J��V:q�;�#��Ё���0T��t�t+��'L�O��ʗ���7u�;K�T��[^>k�/�,\x��rӼ|���K:+��L���^���4�F�d~�^zPj��.-'Nu��9*��z�#�9���0|�[��r��t���P��o�͑�bgH�X-�4��酉Xu�U�}kW���X# ��<��N�6_j);K���RV����)ah�+��*�֬�I{ް^˝{��͗�nzS3�2�>癴��S��W�^�W�:�I;D��Z��|͸@�HĜ��4mI��v��z��W��+rn1	��Ou%��V��l.�����=��ٯ�&�<��3�V*Gn �G�CP����ED�Z}Ͼj�Z�VݵZ�j�]���Ⅼ+��-T��(�!*G�	A	�
+$�3h*&��\��{�� ��������t����Z���t``�H� ��ފt"O�|�?~ƕ�	�~NN��b&�Q�]��w��)��ɯ�S�Z��~�cr{�:T�l�B����Ӈ�FO#��M�&9��\�;j�y��6�Z���5��{��h&HU�T�B�f?�fH�C�P����,�2�H����X4�,�zщmϘe����O#3��o�V�.��m��nWP�jԯ���ּ��y����k��������fv����C:LOn�q.��R�aa5��B��!��ҡk�O}ƞ�h��m@:AP��-�9k�V���.�6��ǔk���F��⒝]p�a��ݽ{�TZ�j9��D�9�t�������>�C\���«���J��1��9�tjiy��m�Õ	�\v7�Ge�Y���1�y���=
+ßK�6e6��(n	qSE�����{��[nN�^ǐ��Z�r��cMH���@�~mR:-�I*c�zg�g�$��ldG_��t��GF���1Xz��*�u���K��`yX==#���e��t�娇|�W�궯�iX; �ҁ ��=��!�xY׻&�sƨ���)7��
����=#�~���{�v���x��Z��ΨQii��W��E�,�݂�}j|���F*[?�r٘%)�c�l��9�o^nMJ�8����o��CA+�V���ʌ���|�����Z�3,��Ԇ��_��/^���i����OhI��IlL��Ċͣ�X�:������
�gz��{ZlVEpƆ�0X�r�Ոb��G����
+U˵j�O[�n�������û�o���v@:00��Au{Z���C�3ґ�*<#���Υa�_|q�p��U�hJR-Ǒ�!e�=���+�����]�M!�tU:�����E�|{q����l�RU2��!��]og�9,����	%�|��m^��9�2�P�<~�`y�C徃	�����؟�V����ع����V�?�@I�P��J�\��+{�vٷP����A��,Fl��m#!-��"F���Zm��h��tZ��u��v�HF�t ��n�[��	�!�Wk�aRl���*�uũV��Ԍ�~�΄��-g�x/�pz�d͛y�jq9������CT���p�g)s���=5F�%(!�!��l�F/���� ���H�4�MI;j�$
+�Ǯ�д���*�y��D�QD�ҏ�l��o��U��\E��;c�9&��7Y";��s7��}��v��t&����R�Um��FHǎ��^�W_�����;��a]�*��?�kM;]�yLJς����A�+RK�dm�7��Iǘ"Sq����N�on�:Y�%'��t��/Fs��c�-3��V�����@��t�z�K�},�r@:A�[I-���߄�$�C�����vV\T�´_G�^=7��dļ/��32�5���Q0��mex�mԢ�T߅��]iwx���Qv}%����M ��E:]�K���mc�����t ��nO-���HU@7�:J����-*���n�7�(��X���(�D��F6&S���zWS�v@:0m@:AP�K-��|T��P��67�:I'��T <z}���	>�����H�r,��g'�#��h����-����P �Q�k���@A�.�t~�G��y��nBu��BŃ �M��?�ҁ���z-DX�3'p��%�Fi�������jY�/�C�^�%Z�t|7O�9��O�1\y_�y����M���]�.�b�d�-������&S��B��A��SKgg!*�9��G|�$�_�h9·��Ej�տ�ҁ���H�8}T��u77/��rL{*>�lr5zB�&��0	E�s�
���9�'�S*��5�,S��?bD@�oM
M9&�䦗���_8����]��������_}��7�f�b����"'/IL�|��g
%��;��cU����WĹ��ּ!
U��@4PRK��B�L�iHzk����ҁ髓��J��F��/��30E�^i!��+"-�z\:�fS}&"���)��j�Xԙ?b�oPn�t����Ğ�&OCs��I�P�t1b��"�MU�\�
+53�NI�H*��50��V�M�鬢�*�O-G-i%�u(͔P��L]������UVϟ�7��^��캏T ���$���C�.��q��t`��|0������W#���y�o|�z*޷dZzN���l�HFc�#���ᠳ	[Ek��X\u���V^�J���[|��DZ%!�m=����~t>/Ў�(Åb������R_��c��T������Ke�@(�/I��h~ǚj���h*VYc�6fwvt��
GKi_E�C��K�D;��1���(:��#uQ���Y�

rO�C>��8�bn�p�DG����z�ᬈp�);!�?�e�ԙ�����aI�V��Pl�S�\(�g�j��Mh]Z[۩��P����q)8XE$`DB�Y���$��:�s��{����n�w���N�wC�����1��cY=��hOnPE	��/��=y�^;�R�:/�s��BGc/��D�ٝ�:��xSRo��b8���������
+�?p�5�!��jc�3�_QT5L��;��(��j�k���q=�5\�[ܺj�^"�w�P���~Nw9m��-�s�$��(�H�ML���3�|�����������p���&Α����T�(���M�_����Ԍ/�3�$K׆.*��Ǎ
��\�x�}K:0	�f\���K?� >���e]����*�?���Z�7��;��챛Kv$5T�Q�=E�^Ts�6|v���8��E��aϩv��?���(�=�t�
�`Z�J;'�I��}�H�|�c㶁ݐ�:��Ȗ�brM ����Xz�cu��5������J*��R�uׁvT��˼Z��y����`��*1é��L����w[q
+/L���z�����\�KH9��5�,���@#L>�B���O�vt.�&����kv�<���Ғ�ɇ{�l"�^���\�Yȳvr��!`	X��.�/T�&BZʹ����,g�=Mf_c!-�i���+_:�d��*T o��tИ:�nc"���Q�o�_ϊ�vL���"/f������_Կ��pʓ	�zzL�h'��
+�,�M��A�{�Y�Q��+OTT�)������l(\d����&�_�smɳ�YJY��FD�ٷ6����7^�>y֡�,��yQ���L�ƞ�9����D21�k�\d��q
+���+Gx�j�#�����a)T���Ӷm)�101 �����^�K��׳"؛a_
+�3�B*Q �9B3�l��N~�*SN��빞#+���rLp�S��Y�l�i�Z��GJ�^K $ƝN�L�z�9��O;W�.�XI^gy��9#�Ό�_��k?�O���P���k�g7���i�Z��|���#�,_���:N��������E�Ra��5�l��l,��*T� �tИJ�;��lQ�+V	��LӜ┲�A�Y�F�޵��7�,]��$�J��ы[qij�J�DŽ���,��+�Hv�����i����I��=��'��&r~���
'%R��:jU��k�@5�c��c��}��r�˷�sO"ų �?yM�YQ�bN�7{�I�azm�tS�=3*��cL:�t\�L���N�ߔM;
+���{�{������%>�;��ץ� �u
��V
+��c��~;�٦h�����"��<���m��M��4*ToS�,͏�:�Q�Bus�!��R���A�����������+��]��O5j{�+�4zAG��d��g�:�|?B�Y��z4��V2����c����t���c����[�Wx��Q{���U�7?�q%��y롁��)Q�Ac
+E�_?��詎�p.�-��o�p)�-����\�����֍Μ==5۶̬���y��������	�y{�D�
+}�M�?y�A���� �q��@�2�ؐo[6���Mps:(��},d>zҁL�VG��?�!� Ul>�"�u&z��,�6���1~&fV�]m�"�Qx�Q�ǔt�5ͷI�;z�c���o�:U��t�>O!ώ���_�� �1��g��.�Y�m"R�f�*���;��R'|�D��m�ѫ��Ƥ�L¨��#䏙А��㉹���}@;��g��9ۅzHR�+���#���u�������hg,(��t��L_���o(�1�b�Gw���m���Ko�k��.�[�z��������[��}[$�h��1�IG;�k���M� �H���ҁ�=:���gG�fj!�k��EFM:x�X�����q���L�S�,x��6}�aa��_�;mK�|�����
+�t��%,cv�[�_��j���d^�+�An{'r&^�Fr͙�#�ߔtܘ���e�ۓs=]~L�E/.%�<E�A��n�0��
+���^����Bq��^��jgš�EƓ`�D��m)��㷍/)��32��*�+^���h�xu���2t�>���*%�@-�{
K��>����[��K;cE9�P�A�q�tИJ��Ϫ�����XlnJg���X���p�zq�͑��22��
+5��q�N�)E:��kv�F{���ֿ�]��bH�a�76��=Vݿ>C�%����u���}����e��a�|�����H��,�KHX^�.3l
+�jF�]�����8��Qy5�S�|�N���VPL\EZ����ԍv��7 �ig�&���M?�<��y��o-���&e4_ùx5d)�-�D]�?2k��M_n=�&��
+��Ԓ�	��iJ��e��Ƽ:o���n�磻`|� ��u~K�}��F�?���v^���TSY�o*%��  5bQFtTl� �3���:�R�љY,��88.*��Q@)DE!J�	��jB�}����.hX���߹������{'������.�lg���h:00#h:0�)�V��k1
+\���_�,>��dS�!:nL�+Of�۷m����s�o�U�#Zh\�B����˳[��Z�˨�Zw��*��`:8FG&*#�5	7��H��2���
+�RBrN�N_(��ig|�`�FC�Vu�É�C�O�2TR9�R����sw@�aͯ���{E�IL���-%�F�U�)�.ҏ��JBj)7�y�L��]a:�9ℙ%/���e�=��+�a��tA��&>�Ř���Ɉ�IXx���*x<CEW��Z�Sc����e!��0?���v�d���̻���^�/�s��un�L����Z/�Z�j�tΌ��W�3R���q�,����h�޽;ʥ����.��\0<���K�7��vw�IE�9�ީ�X��E��%���Vef�5>��@>'�z�yZ�jKc߱����<#��)��Oe���#"��FΒK�wڻ9]>eʹ� =�����Q�������@�����̝֖o�X�Z���������m�����O�"㍭2�0��<֚u�7�x�5��|�5R�BB�_il��i��&����6�ϴtk5�*Gjn��>!q�.:"�|���dԹ���A1���jzx$7��֋A?��{M�um5wh:00o��h�;�?t:�,�1���xz�\
+��2ݖh'E�xMޫ�'�s�Lץ�.���Y��w����5��|�u�z�M�G��ϑl����WL��x�ªbW(�\�(�!�р��Cً��U�[?��{M�}�/�t0�l�.����e�L @�J���1eO�i}�������s��1�B����w�ƴ��q���I��֨�V^_x�hx�t�^����*#�l���@�Φ81t�b$�v$@rN
+�o^q����@q��-��y�����mFA*G5}/�grn���)-j��FKL������ˆ;֢x��AP��#���`�ЯI�Νj>��9�t`FS�X�����Y;p쌯�ӝ���V��Z��e9����$Xj��W��@Ď>�	�q���)�k&���ڠL��xb4���m��e1D�|��{�k����������@�z��'�8��M��0g;
�^��+����l���E���x�ʂ�`��A�����m���LK�\:Q�Ax�U�Uc�����T�by��{%Mc�u\��Xē�B]��(��Oh�遯�G�..�����F�!h�XK�1��>cZJ��%a�JD�}O��r�0�:hmP��[Kӷ��2���!��/��w�f��t^�_Ͱ��,�t���#B�3���'2�@Ӂ��M�@ bG��������<��	�foK��*%M�-q���:0x�i:�[[�.�\�˫�SÇ�9E�-��5D�gI�f�4�̄�D�������-�������|%����%d����B�)��������lH@f�t�WH���t��d����ɯ�FS�2�y��w�������U�/��&�m:��S���a�]�R�t�c�e�|��f4�Nir��Z]3��1�±�I�ϸ���>������@Ӂ@ ���g:�G�e�k�׸�j��}�ٵ���s��F�ph_��-�	3�=�)�����2��;ڵQY�R~�o:r`<-ϳ&���xgU��
n���W[{,�����Jve`��_��8b��8$��0*�m�06G�1kOW���L����č	eM����$g
+Ϛ���<��{ְ(rhy�`��de1/iKƽ��MI��
+n!���5��Y��39} :g���S�ʼn[p
�=��f��G���5$��U�����l�#*{{�3�
+���h�$�qT7���#sdf�+]��w�C�����Q� ����S��),E@
��N�t�H۫s��.U��~�����\�Dð��嶤�qhu"�y��M�K4���M+�ޥ\�{�-�*�:{7���t��t`��t�ǘ���턙%G��m
+-��]��V�*�I�WBA�k���x�gH+L��B���Fڑ��x �,с��rMu�|_N\�K;�W���m��͏.Q\	�U�y��m[>�tL�;P+"
+����Ww*Z�Yɿm:ٻ�fc�����@qg$�--?����SG֣l`�ʖ��Y6��T�)NwRdζ�:�b*�i>m��h�
+��8qRQ���3�z�K���$0�׷{;��FP�mP01/����4�]�^/��W&�t�
���C)����[t�(��������lEn���bu�D��چ��,�t$�nd�`xo2�;�*��T�p61\��/�e�ԕ���$ k) �â��Qqkq
+j�ڪc��T�S�Ngک�.u/N�9����*պ�,A*ٌ������4��$!�A���9���{��r���ZpQ�����1�{s��5$.냼ճw��֧8�K�
+L��JEI�y�҉���!�hO��AQE_(�KGv���_s�ٹO��)�.��E����4J�O��
�Hg�'����>M-���	U-sʚ,�K���}v�x����K�O@BFC�%��찍6�y���w2�&3=��U��0��A@��2c�xv]~��tQ�������:�������]�����BmPHk�0�{gJ՘W:�Nrl��(o�_2��S�u�
��F�x���.��Tn���#پ���Y
+Y��uKA�㒜c�c����iJ�"�=\YF$軑g�@9�78N**Y��L9���9Q��,�UD�#^rֆM�r#;Eʹ�����M^:�z��3�-�'�^�������@���o�x�R���?�s��-��>�����(��]��QB����p�wm_�q�WK�4�K����I�h��OSK���c�0�[���k�9�2�nk��ҡ�������1q�'[���~Q���ƟꖝPT�z�؅�4%���;FK'|`�q�}K��BF�g��?��_k�~�)`-��}P��jw��8���b�:�N�΋���e����[WJ.5�N�|���˿�S��.��)��(3h��ɲ���n��ܣ�
��q�����mq�֔Lv�0�\ei-�Wާ���������*Y~6�:"����qś�Wf��,|�v\�t����{�^7��bOU�P��R��&�9zhS%IS:6��J$�'m���[�S:�����(jv���c��ұ�Fu�h���t��ѧ��Sx-�,��Z���+�恴�8� GY:턿�_ՙ���uO����!"��Z�JkO�n_��wⵉ�3{g4��ߵ��FQ
V#�d?:o��j[�KgT��lp��+�y}=��~�`v.~�1~ի{M��O�.��8�9�J�3z�N�����8!�.�$�)����+=G-w&s�:d+8,�N`���	/ޑ�'��������ڥ3�2�Zm�7���t�Y���ε��6�
+L��*���낥� ���AQEͮ�ҁ�-y��|R�i���N��V������$�Ҡ�A���S�GY:��G��i��07_/�]u-�s�[�d�2��8{h���m�+!gU���՘8kYmȷ��M�t
+�W����Kg|#�ڀ�6s��j���Ў9��ٖ�l7`�FCm�(Qi��E�U�[�cy7�5�BV|�N]��\ץ#�_V�X8��d��rGJ�D�-_�� ��hv,[���{�u�|�ڥS��Ox��U�P)�h�낥� ���AQEͮ�tbR;�D���Z��Mr�4e ��1~xz��Z�[��\y���E���U�{���^[���NNR�{c�{B�(���w%
+.�K�Nrw������[���uf+���q�U3�5�(��畵����eVvp��"Gb8�کe��I���;(&���޷��"v��
+�n��~���G�:�&�[]:����9$Ǖl���55	�3j;�Nr��=�Zb�'M�gx(�s����Zee�˚���En������J�pV�/���k�=�.J��jn3�꽤������f��1�>ooH�i�#:�\�,���f��ҫ]��$�]�H��,	X���y1P�"����t����yf@��ά/���.J�B�)b���SvX:b,EQ��K���z� �:|�X��֡�>��u�r3��j��O�jե�=֓��^G���Nfb���U�Q0�ɿ�N��o.On��_v�Y�L��I��7'-"�������J���U��>qs��'�_:dQ��69{���	�&��T����9ɟ��cܹ�R�Y��CU:���=4��8���Ԩ��
���ZrH:�kN��!�f�����ؔ�	�`��˖AY��R�V�;��.��.��_q��
$"������>��X1m��Rץ#!ن4:�=�/yU��b��HF��$H��F�V+���p��|���Avb��=����e��K��з�ґ��!��)A,1���(jvե#?���� 3RU#�Zu�h�u�t����^�V�^�������A�`�(��f�������j����ޠ;�45bh�'��y9��8ا9��6ڨ���K�2�?]���ׁ�� �Q���U:��ē(��(��_.^�ҙ��4��t̵6��A�v��݋�I�:{�pO���V ��~�X:b�ґ��!��%!� //T� ����G]8O~�t����(������ f�KA�����(��],1X:b,EQ��b� ��I�Lݘu�lW���D�,��4�|�$��r3����(��],1=)�K���|v�Cv�(rݷ&�֖@�HT7���EJXӦ-�
G
+	h�3��Y���򃥃��o�	TSW�����$!D� "�*.�t���UDG�vu���A��SDT�A���QtP(U(2"YDY�"La߲Q�
+)RB�x���������~���r����� ʘΝk�n��4�Uy�����.u/�l�n��Δ_�~ٞ�A�Zz�2?л*�+��
+���a��·h:Q9�4���l�Pl���(k:!N�y�㕳0f9�[A����ҡF��d��~R�����0�Q������/�,���d�Gx�(��#���˜��D�������/���4����Z˄a<�;�LA�
+1��g�$��/��H���&h:~��@ D��t���Mfh�5��4��g)g;h]�J���i���wj��¿����I�[��t�r�|(�f�kWT��4o��uU�L�~v�x��~�|�h	�Ϸ������.:�:+-Cn�3���KBn������#�t>�|����l]�o���?�@“�5}̠'1˥)��9��\CZB��Q����v=W���A ��MFӑg�;?fe��t��D,��5�O�($�T�E��4���[o�)%���b��]"a�Ƞ�ή�*�%d�̰1�����(d�Ln*���j� �G�����Y��㱻m����ANj�����^�e��$�H��|�Q�tԦ�y��vK(XoA�66�׻��c��j���(�9ù�_L�	T�� t�~��c��~Q7���:uW���5�]�$g��e���j�=TT����9�;0��<E�8x%�3sI��S�E�)ݍ���a������В�ʥ��
+���R�xnp[5���>A �MFӱ�՞w8^h�ڞ�;��C`�HE�:�!j�z�M%�z����@���iQ����`��ҡE�c�Aj`2��ncĠ^y
+��'&5�E��V3���t?m-�e~���oNތ�i�—��".�h=�$�t>�(e:8�m���B�V��8��t�-��n�|�v&ڙ���Gk;�/�Q%6�"�~jd֒�]Г�.gag��QY!�"���t�[+C�96���jkn߬�E����V6n�>�72:�ɮ,5���G�A��-Ff$��^@���g���'��;��ރ3�@ c4DY�	qR�r�A뺵P
+�M��d�����;xN>-8�rm��ɍ�.+t
+e)5�7���צc/�k�?u!vK�h�4Vti�6���p�vKA�;�Rme��Z���t>���t�1G#�gp�i56�譯R@���f��0ƶ5}�s�9IkX���ЦN�H��"���ԩx�޷��rb;�L��B��mΫ�]�"|Q�k�w&9�%��>��G��*\��Ȼ^����\����������x�x�:Tõ�e����耸���Y�}��[��|}&/ѫ�l�s�>�/5�y���`p�uI�efV�r���r�"�sڸ��k�a�s�j ��Fu�����O}B�4VM��x��qEQ9(*b-����d#R�P�f�h�
�����v�*�\4�?��sYO��#A��M�~n=��~+4|�u��/1{9�b.r"wR�o���\�wz�;�:U�Kʸ�ܝc��D��C���CUO} ���b�	ͼyQ����=)����)S��i�]��Px���e���w9�u���s5�O����"�8����JF����9���� �<��y�/��o��g�b�8;����� ʚ�n�r�#��Ls��A*Ӻ����{�t0D�fB����C_f"@6�9�0���W�$�daב�|��Wu���C{1��G�h:CFm:jS7I���	]���+_j�g��aLGw����lJ-�/?����BZ���i�V���9�
�b�M��@��G��Nz����������i��#�1n���E*��v��9I2����Vf+.
+�s�c'О%%j:�&�<��D�{�&cJ�s� ӑb�c�L����3�wDxoVj��W�cU�K�r������aa����u:�_����Χ�%��8���ј�C&��]�v�%�FEs	���\�����mc�����6��}B��x*��m ��D}�rP3�P�����rp�������㖟��Q�����ho(�95���m$�
�9��V�r�9=4�B�rQ&�*��ۻ���������	�P������Ym�'?��]�ՠ���{��ֳ=��<x�^�awj�}-)`s�N�����/�a޷���@ c�"��͎y�(��ߛ	Mf4Q�tү
+���U�r�f�]m�ӯ+��\�aѕr��U����Z'��r��~������B��2_#.8UM��O�2ʧ�V�p��]�3���f�_���צk�.�1uGQ[�g��2���_�QM]y��I�
+!kH@D��h5VD�NK�:�v����cݎ��Z�X�G�qE(Z���
+%h�U���,
+I�	*�L����S�9�9�w��y��ֶ��y0�t�g��q��B	�\l��w���U���W�T��kP�k�L�D�R�"��0߼$͜��+�T�"�	�¶<$j'f7��x�3)k�Y���p����.2�Q�<���Nᚵ��}J�w
P�Ve��O�I
+�me�]���_̬�X���[��j$��/�l��vM�Q[��F����P�Χh�X�U���ES]꒣��
+��z�/�̌<φ3�F�_������;5�Ź�.WUޯ�Z_Hd��]gH׬`���B�}��t�H�J�֣�KNV:Y}�˰Ԯ
-�~�Q��=�F�cŲ0X:�s�.bR޵(����uQ��#����D��~�7�W(��R:���T�3�����gq�u�V�[Z&{�'u�Um�$�'TcQw�w0X[�������I/�5y�/M�7�wJ32Z:��^�*����#�D���?�\ʳ7�[֤�Y<�Q(�7�_�tH�����G����O�we^��ۊ%��\_�X̉�ʮJ���%5u��7rFe�8*���y�4ӵ���G���א���2�����L�*NJ_����<s6����1s�V�Q��Y���}�-�^VS𿮋o��mE?/����F�kH_�x?/'�V>>@�N�5]ΑԨ�fLv4�
^����1!�:K��Z���@UW���\� ���[L�q�W��7rzeg������zΐ�<�Ƚs-�mr}�U�����[gܔ�Y.~:�E���BY�ֻ6��^���jG_�(:�	BV�i͍HS�굕2�_�m���mI�t#��y6iRX�L���5o3�Tf�B�N;/��OU��o����w{��}_I7ߑ�(���(����PJ��L.��O����Njl��XH�oZ�:O�R��wy7z���r\ɴr��k��g�Ȭ����|�ӋW�XNq�2����#���>����N��ɫ��D���8Vݳ.u��"�ɲ�lv������7���+s�B�W�jʷ�u0���������}'}�*��1N���jA���0�v-�Yv�G>?����Y1��a55�g�=uY{.���hz���)'M��v
+�,����uR�;�+:_�� F��-n�'�Ev�Y����������~�*e-3	=4�t�U�Qf{����'����������� �2�Jg�@��� ����`է�����t���t��0&���,&�Kނ��lV(j�=Y"6EL�(��uxK����:���k�]��H�\� �/yY:��I�Z�ۑCG����٣�ħ�"+&xD8�u�i�%r�
+�s�M�
+�SWd��EN".��L׃-�"e�$��?ڒLݖX�{}���+�����������
�t0�}*�#[�N��=;y3��r]�/�|c�3V:�z�p0�=w�+�拮�C��������~R:���D�';�:�?�`߸����6U�����}#�&A�=�+�=	Rh��t�`�@���aL.��+⻁Ϧ�.����gH���ha�g�	1�ع�inքF���@�����K1������
+���\��~vuL�-�$�l���|;��"�kϬ����5&�i	ro+鶷����n@)���K�I�J��e�-}��XӪr�j�go�V���p�v��I�T5=AjE��E�Ҿ��ИrH�q��)ℶ�Y������������{�����rrm�������Ѹ�"�BR�^��R��,%M�$��g�Vd���##��+=gإ��^�3n�D��,?ݢ~��Ŋ;[�����U�ҷdL)c��)�^LMMلRg��5&,(l.�y����mW����i�7�\j��_Ѯ�G��ɺ�|��
L� ����t�
+�P��J����fH�����*yI¿�9*�Mޞ��ޯݴ���[�P���1�aG���YAu��=;\��^�����>۸V���eV]�{E�#f,CT���u�ǝ����4�Z�i�Ͳ��5B�O}�RB�3�˸
+R����U�Q�����0�9��g�r�`k;����>��?�m��{"�C����G�b'�;��݋����(��VM߳���?���} b�p��7h�I�^О3^���9������h�����o�ұ��;�N�{��B���D�^/A,���:D��2X:�����']�$���#F�7���e'��E�E��#e#��xߔ,K)����	��-{��m�3�N(��t��0C.A4���!N�+�o�*�a�U(�0(�0�� 8��+3�
�‰-����P:�`P:�`(Ap��W:Q�kԉ��+�YP:�`P:�`(Ap�Օ�f(�������JAv�t�`����@� ��.�����2�j�J���BB��$lI� ��Q�jG-ʦ��J�Tũkeƥ�vt�:"₀�jaj��"h�@��(.DHH	�iXR)�D	�`�s������������h:�b��������=�t 5�MQ4�����@ �����@Ӂ@��4D1�t`````�h:�P�tf�뙙j����Bh���{~�V��5@۟]΀Aiz���+�����Pz�3����@Ӂ@Ԁ*�s?F0.�Wu�A���pq�A�������s���GZ�A{�1F�v���֎�{6is�������oz�5Q����K"�_�ͅ�"�?�v_��W�"@�bW}�1Z�'D]cl$�`�	\���V��i�&>C��|M��鼏�>t�����`��<0f�gE���c�n��Ww��c�P!���g�{cƮI�|�ް1i����W��鼇�9AӁ@Ԁ*����.���VaT��ŀ[$kKc!k�.6^��6'k�Јc�
+Z����<���xo���.��o��]��O�ܘ��`:�A%��w�g<WR	YXKPl8�"�Rw������3���e��3,����,�`���1�\]jM>2���o�<əe*��L5��@qpR>~�&JG۲�k�]����-�I�mC�uP��n��G?��5iW�
����-���VC�6.��9����g�wN�3�t 5���,�g�V�vd�#<Kr�͠���K���(Dē>��z���Q�c�
+����~kls,:�Z�uxcC��7��h:��Ž�L9nmn�����/��$@��~�(�����芧����@a��K�r=/3��琾C9�Sy?fk1����MF6��v�6�ܝ՗�`����&��@��.�]Ss�bNF�X]$�e2>Ii�w�t����l}�t�v��C���yb^�6ˋ���JB��|�� �@ӁvAO�K��56mLӚ���wf9?N����+��蝣
[*T��2�lBH~@\���x���Vu�$�i��ĥ�~��{8�M�O?�wسᴏ�MQ����t�lG�tP@�ң���ͷEzvq�E:�k����i�R?/�5:�D�m��b��yٯW��j��L��6��x�$�,�s�+N��
�mk��̑�����$�����es�w��6�?�z���b�����(�:(�o�>k�c��� P%g�>jB�3�
+LD`���<Y�F?;��}�1#$��9�\�&o:�z��34�a@�b�ܺ�8�]݂Q��4Gׁ��7i�IFj���XZ�7o*�4�5���az���Ay~�+g_9�{5���4��\t�� ���K\t�q����^)ES�
+�t�N�Y�ս+<<�*�t��TJB���Şט��W��S-o�Y[0BV�����%��YP�f���̾�m��J���vr�-E�3-(�?y�	6�\*+�4'�:��p{�pe=<Z�~)z�wu1�V�7!d��,ݎ��YÎ����o_�{�1cפ{>So��n�f���
+j�|�'�ȓB�Q"�U�j����=mEl�ǥeo��<7�[;���}��hk��
+M;[�™眶��WR-V��@k�p�� R����|���w��Zަ�V5�M1�9q7��3A����Msz��/�i���$Q�=w����������Uj:}D1���o�54D��0��>���4Bh�ڹM,~�d��|P�Bb��g��DqM~��[6�d����ӥ����n��<@ڑsB�O�V֚�04i�� ۮ��>�lM��E&Y���y������V�l��tJ[��6��1vI���^��u򝢁ٺs�
+���(�tù�3�t·����s���pk1ۼ�|�?���#f�$��/5l�!o:�zzǣ�K�MfXK�O�%�y>4���:(��9Qq�
+�49�e�v-I	~�;�i�Ѽ�:��֎�a�Zdžb��̸�r�M�\ۭ�_?*����<�k�����g��_��:�b��	�'w��c�P!BŲ}m�Sƈ);n�ٹ�=IY���բ�7{K��X�1wޕnd����Y��s)��{�L�q�E�c0q����ZQ�espP�0���{A]]񘃦�'F
+A�k�XE���/r��.���_�q�:gk�K����?�sx�7na��U�N=4$�ʶ0��<�nZu߶{��Ndޭ�5�q��8�]�3�K	cɪsQ��ܪ6%�IT�
[�Y�>�7P4W���$VRs+U���מ�>���$J�g��������߅�����0��z��h�U؆zf��j�Y�E��4�4	�ȝ~�2'"��Yw�!I����h��`"0��:�]�9�%����1��;˩=L7�J�Ԛ#7����v�:��Z�.��nY�ۘ��9����&�ݯ�:=��Lf�
*��/D�����1i%ϳ���gRL��4�O��B�m���&]͘)�~�2���5j�l�3��c�ț���p|<�t`�U����+���/���,�/d��G�����R)�q�ZQ�#�[�a�Qj���j��Pk��QQ��E\ڊ�Z�E@6�$ �� �E@�3I
+�K��9μ�9���}�����rr:'����ƹ���h0���SgCR"��Y�Mx��}�l2���j��vW�d���K5f��;k�(�/A�9YH�#�C��=)��ٍD�HC�I�(�l�#�!͏������8�X���3F���2�?���CV����`���&�S�vi����N��͎aVb�ۆ��/�	B��k%4¬X'��u�5�#�y��VOd�ԊnF���ggC/�����D'�}���0^.ejB{�L�/UHg��LA9�t9��d`��	�[����@5ʑh�t�Ǵ=��K���{%%<��߰���{$�C���}!L�(��$�=<@z��[����}�5��샛/�t�|�B���Z��?��֟O�I:j�ps̏Q1�H���[�z��{�Ig�(���ɯ<�~/؏f<*[��ΛF:X�S�鐽ᤌ:5� �_�ݲk����ߑs�yE��!��E��S�ӣ�����(��+��*��L�Tq��Z"w%���V��!G)H:��ӗ�^��M�$/89[Hfu���ڑ��K�$ݾ�Q�#ɱ����5|�Kd���ߌ�N�hF��.e�MD��0G3�8�W�W;��@�&ꕛ�{5��^�պ0�=q�:����Ճ��1aoʑU܇�qr)S�;�'�m�(��9�0�y���MF:�0��J:�7U���#�wr\S#�wX4�t��l_�(ˌ:C��R/�A:x�MMZ��
k���!N:�H�����kWӧ)�s����}�u$��p���p�yu�_�A�4M�FOd#2$l���Ѡ����\ j�0�����Ѡ���vQh�PN��	�Zf�z�Ѥ�V��o�_�`�Nd��Ky���8�7[�
�ǚ�%�d�9qF���������f���#I�.�Rg�?�t��O�M��걨Ӵ4�,�M��N[�I�_z_7=��_�0�����CF�D�C�����}�Z��*�}�s��J��0���ҏR�t1�N���#y5Q�96�(N:�gm����
�v��Cwݖ��qI��|��dF:�0M@��NjL���e�Q�DC�j���
+$cQk�SZKaT"X��{k�C�>�tD@
�j��ꐎ�x�@�	&%���b��z7�,װw*�}�<��¤��/�GV9y��mSsT�Q�_@����J�^/P����o3��	��t[F1kw�/����u�2��
X"<���](\�L����~|�޻{�Z=�� ����� �Ć�W������m��;<F�z_0!���T�.�vE|��⛌�5K�z��s�|M[A1́Yx�YC�W��Rِ����pVf#�u\w�2��A�9YH�#�C��)��ٍD�HC1���|]�O�ks�]7��'��9YB<<����D�|��7C_vMn$9���(������ʮ�(��!�K��V"rG� E^_4��I�9�f�:��e �S2�����r�S�_&�I�I��ἴ*3�xk	�>;zI�
+ޔ!59������ϱz6�5eHG���x&����H��]{�Jb��e~�H�8��H�	Hҙ�:�H4D:�{�\�sì ��ۺ*@��j��{^��H!IG�qr���2��ir`߶EK@sΫgI6_�4go㕳�\}5��i�aT��R�t �c�y��ϼ#s�g}�S�E���t��͂�%ڥ9��Zc
+����猸������ǚ�ݻI��w�  �M�Gq{�s�ؑ�--ƞ�nOJ�L�����&E��i�0����+#'^��kϢ����!~����پ�1a�,M�gl�;�0�l�*^!�a��ɻ6�Y�2�z�%�x{����*��%�.�raqi��K��K,>��<���Ag=����j�����)�9��[�,(�k.^YUG��M:@�P7%���WD}��lWʳ�Y��a���g�!D�H��)��ڲ��βyR����]ŵw�fT��X{��g��� 'h4O��H�g�
+�,�s�
{�
+��σ���aY:zx��+���Ko�ߌ��&͕j��<���!���)��
m������=>��S+�Y�V�*��Iu�  ��~�kB����3��>rH|eH��r^5�x���6�d��Ó7��|�փ�}���H�y-�s�6��c��	��
+�`��� �t�x'gO-��c�Ӈֽ�nk1d���-t1�N�d�R�,=|bSm-����l�;i����د/�H��C����s��=P��\��)σ7��u��z�u��zi��/|��dNsm�Y�=Iu�3c��Գx"}?�֏y<����r�i���V������?TCƊ9E�56P�m��ǧ��g�3���A:
+xF�j����������}�˖\m�$Zƹ;G������]�j �i�:����YO�t�5���䩧<�����k@�O%oR@%�:��_��1z!�-�(}��PQ�+I�g|���/���3�����K� &P�**������6�j�n�2u��ڱ:u��xmQA���U���-(;�\p*! ��5a	&� P�����>J����yϦ-��㩳��[����שׁt�I"i�����(��JA�L���B=��A|c���Z�6��]��$y��y��ԥ�_9ԟW����O=�q�������@��%"�O+A�E��wU��<o[}כ���(��J�B#oRlb��UQ^�$��P�
�Yْ�!:>I+ߞ��s҂�	#-db����_`�p��h����4��n��c���}w�?�
+U��x(�
+���(��JAԺP:���t��(AP�J���<$�� <��l�k+2[�?�|�F=���P:��
�� �uU��/U�d�mz�6���"O��J��A���[����@� �ZWU:���������J����A�.��h(��JAԺ�t��(��c�G��WE[�>>Ϟ�u��p1�5��*�}�4���*�ܷ��H�ݿ��V���d�D��y�E���ܿ>IF
���������i�o�4���e��Hx���@�cVkc�%��3L<k���	[cH�cu�k�W��]���lq�tsE$k��-��f-_V`���l�t@A����rI��J���r��NI2�\cxk\U���U��p���I'�؈[���粒F�T�E�"��	+����5>�V�&�!c��0Ջ���MA�yݴ-�:������H�WH���Ώ���l��Q�
�}����3�y}-8�Pηb2�Z��p�~�w��](`ȁ��l�t@A��3���՟�EU:�Nӧ��j��\���Ƥ�-�:wՃ�P�E�kR����nS1����8���ʝԥc43�N�U���)"$��˃f�)���{@/�y��
�l��O5�J�ې��.]JLJh;��I����f�5K{�܄R���C�K"�9�
F�J-�'Ƒ��.�?���P:��
��0K��OD][�8~���ì�qŌ�q��2��� 8�T�t�{_�K�dzo~*@Ry�����^�F�0��ԥS�}���po;�K��s����ߌ�y�ҨU;�4vQV
/��3��E5C�3N�i��<M6ԚdMh��8�J�$���+p�]��J���J�?t�ß^��́�.���>�m�#ܱ���*��n���	��8�{,�=�R�l���س?"I���� �����f�l�D�B�h����$�p?�� �:W:=�����;�^Q��lb�#?k�ɔy�>a�9�*����\bOF�ͭ�6���f/)>��pR��I]:�+X��.��X�Yz?�Ar�Q�}�ΘD�]����,Ҥ��W�`�Ln��P�t���M���Y}�d��\�K��`;�X����,P:��͠�e��TQ�W�����.��s�)�ɌU6���d��S�M[jR;�J�(*�ú�1�6]Č�oF�Z�bџ?iӁ�Am�����k�Q�U,qc��ԇ�y�١�B�	(˂��j�J�r�d�N���F���mͣ�]:�tަ�{������Έ]0K4�T�t��Q�G��gL�ʔ����X1/��y�t���Ã.�#���^���?k�;���T���#{d#L\y�5�ֱz�ӹ����?�µ �V���A-��������~X�K�*�xrG��ʄ��8�g�\B9y�v�Y�ƕ�(u�����[9W����=�n9fxtg|�7���?��5�bfXM/H^��[�����ʩ;��V�F!�GҾ���XUⴴ}�^�S��l$�L^�Y���S���M�%���1�+���ݒ��gk��Us=�튤�3̀�J��x��8'��;N|�=1s��9��K[h��\D31�$i-�/����\��ڲ<���1�qDRU��c�w�&2�j�wY1�I��$n69w�}�|��u�:������Ζ��*T���4s����$0<"��3/1u�	��|BR�N�kR����nS1U!����XҮ�I]:vA3����k���nZ}��S��
+&g�����B��L�a٪�Qv���=O���y����)���r/șa �g��d��~^Z`�Х�A���m�$�z��ZC�{آ��i�x��(�Z��(b���~�,�5ح�����cPK�<�O���[G<ϙʟ�e=����D���-��c�/'�<?�E�~<��f����LQ���}�&4�2|�U�$4���v��@���k;,y� ���u����_q�f��Q)_���Fצ$�~c��9r�8�S����b��~cP�����?VR�l��$̀h�{e<CQ)=��}n�r�����������xSh8�ޙ;�M'+��/���<�;ǖ������2z��M1/�7�3�ыZE}P\���ʯ7�+��1wG�M���vk�Y���4��<�l�5Ζ�!a�T�|@|��u�ę���$�@�!ܒUQjE�V�z jխ�G�zQQ�u��]+�����"h)��"P-"�}�����I@	�c31X������}��?��w��g �����i+j��)4QJ�K�q/(C����H��JY4FD7r�l��A-[����f�8��-���E����>	��(gX�*�}T��ѕ�GI�c�jh��ݟT�%H�R�*�I����e|j����;�\�QX�e�>ANPg�������������v����B��]$n���C�U�5 �tL�?��ĸJ�0?��l���??6Aj�K	,��������Ϳ��CN6>\���Y��0����|�ӞP
+z��I����>����q���7*�����n6�>�+0���c�K�����3ti(���C�$��ﻧ�C��6T���m��j=J[B�,!�P	n��r�
+J�h�jHy����g=�D��Э9����6�#��ʲ�fBnW��t���xc�S�u(�
˾�U�|Ƨv4&���R'2;�5�2�驕Jq��{kZ���@��är���&��t�A���yg��I9p�K�
Q�]�o���8���Mth)�7+�.x��������	HV�Q:g����a=�Z���_�ēK�9��ox�td�"y��t����>^`���W53�皢^:�`��4X�y�y����Ӓ��m|v<[�"��,��ދ)�R�qt2�xoĉ�l��]Q@�\:_�nO��[�`���1;��
�����X6��fR�Ϣ�Xe`O���$����d��Ȼ�~�.�E�ItvT�(ಠW���u=����)^�Ff�M'�`�9t��T���u=���rWg�U�D��#)��xK�*�5��aŌ�aa"n���O�-h/�h��쵛r��V���ZKGޫ��a��r=@#q)�Y�@�����/�����ֶ��1���A:25�5�omn� +���d�m򬚟�m)	��ƜfUχ2� �g�F��+��c�gHG��Q%�Sd�;uNg�����<�E�v��Ӎ$���He<�q3����;+m�C��'����ic)�Z�������vqg:O�*�(�3[�ĂUQ��zw��uu�]<Z_���>�@�e�&�u�ψe�3�%���9]4a<'����f-�Z$o)Ñ����r��	"��W7"�e%f	!X"�i~en;u��C`w+wE�Y�,�ٷݴ��W�2�P(�YKrPl���^K�a��
+�\#���%�T����M��BC�N��K�&;�W���H���	>k��Bz��C
+���
pU����Ns�J���4�t ��u��_s/��4P��Ǯ��+��o��L�	��I�ظcŠ�ۢ���
E:�V��	���s)ٙ@�R:�zk�K�P�t��s�q��)q��\�t�we.
�f�?��"$H�h
+���G�t�UU���#+?ώ�X��F[�,^�E)vR�<�_�Y:���,+�L�>~�裔�#��>萫�0~_��Z:���w��e�|NV��R�6�tdT޷[%	:J/�:GG���i��"y;�t����~����)N�;R��~ή���au��π�=�b�������j �]�Ij�Y��
��8�Ȣ�t2�zo�J?�z�:/%0�)�#�'f��"�?�S�[�t���Zw�m�<��T���GsI_�L��Z�x8K��}�uai��N5�3
+��#y��Z�pݒC(��D{zcJ��/���!8�aו�����,"
��avH����ֆTaaQ���>݆�kH���q�6s�8��8��J��g�����5��b�yV����u-�F�z�0�p�	�mbE�k��NSb��0���+T1&6B�	GZ'����1��_oM�������<�˃w��&ܦ-w�Ed��v`t|7��3� A�.�u��O;�U�>ANPg�H�th;��Rik���z
�3Ş�:�r.�O�.���hJ˚8�S��M��ɥ�.���t��F���ӱ��TI,z����9�A����QZ:�����������y�ҁ�0c��B�'���������gve�Z�q�Bs�Ŕ�vT}����`��:�>?����֜s*��6
�7=�j��)�gP���g�Pp
����D�����`~����?��9v�/`\�9f�m�����rHi��@�|O����a��l�7�ƽ�2k���C�t*<n��.m;D�Gb�FD������&��ހF��� ���R
�xnM��>�0il�
4_L�{�p3��)�	��#d�A���%j.�$�O^W:p�:����蠍t `�k3��.�	r�����y�.ŹC�6r�&���7P@6p}�ґ�ݐ�s����!�$�MO3�Lh������#�y�ҁ˚U,��\�bC�L�R{�s.o�,��-���'���Efo1��4Зw����2j�������CB  ����M�^[]oqvgW����Zю�.U)�W������^�(FA@IX�����T�@6h��1�~?3�?x��<?^&���*潬�VJ�D���KY7g�0�_�q��Tʺ��u^�4��N/��ni�f������y��{���f�-�����2
+8s��ag�`,Ϣ��f]��I9���$���d�DZ��dk�]ά��n�PHS1����\7���	������72�zN̿���i�8����l�����cZˊ��t!�~4�@G�=J��(���w��K�Y��b�K�:�*_�El������2gF!�f�Bɛ�����o�E��.Ƿ]bZU�Xx8����-L\�����Q�
+qO�;���������*z���1��ݬKY����W��F\ �^��N+Z)������LB��t���T:q��˄����4͐�����܅Ŧ��}������$R�|
���t����a�U��>_�FK�̯�\WDRk�C�ǒ�����,+����ǯ<*���[��)�Ϸ|�L�ܘ������(!T-J����>���P������@������6��@G�t�PJBa�D���#P:���!��M�t��(�ԃҁB�&Q:�����A�@!l�(�tJ���t ��I��:��zP:P+6B� ��������@�t�PJjE���2B�Q�l��s���@����ԊʓO�������y���>J���@=(�Q:�t,P:��!(�ԃҁZ�@�����@=(�Q:�t,P:��!(�ԃ��civ.���3�"g� ;���F=�ISQ:�t,P:��!�,���UI�p?��Z)�Zb�$vN�l��2�m{������s˧�G�[z�W���9]��<:�z]za��=�}>�"f�J��n++�zy=>]�S�2�AK�Vw����M�U����W�c�4��3cy�$�[z^8���Δ
+��.�1/W�P���>��,�8ǂ�3�Zz6 
m_��ޠt��CtY:W������=k�"�9�p��g^]w��@W|���mm�WE��C���\���j��\g�y�VO��tȾ�<��˅����3�E�b��{�Zx;[Ֆ���As�%��J���7yT�5Ts��Lǟ"��1���}-Ilr��֮���֠���R���d��{���0Q7L�:F��*�ߙ\���������ҹvB*0�U�ۿ}j�"�?;v�}o���{�geED��j�P2�H>�[:�ͻ;XT���:}�
+,��
+&OG�RBqy��n�D�O��H�L=o�(!b�k�%(���\zѓ���-�`�v�.�#�}�\����,���f���$�7vB۔�z*�!׬�4��b��2ᕾ��L���`N��$���:�\�נ���|��s�g'�D����HL+k�:�3�7�,O�ٰ;�oFc?�z֯��{d���a1��e/kC9��}&a�/
+�b�}z��{����,���Ɂ<���"� eU�4z.o��}��"kY��H=�'�ns�F���[����ݚS���>�Ҥt���_Hģ+��e�R�K���~#��ܗ�B�x�.�!��pʳܦ��汒�IiĔ����mi����_yT*������(��]�ή1UIki��a��>�/9w�ѿ���ۗ7S�}W�|�F�n�Rxv���}��+"�n��c�h����Gil��Wk�>h�ځI��7lN9=A&!�}���Ȇ��
�7f��[�~�i��.ǃ�
+���y{���Y�=���{R�g�Y���\��p�eg�����73oI:���eR����-Nz�7��h�/�&��ޢ߯���ڐI5]�H��9Эz�Z֖�2Emp"�-%�i.��b��P[B[��W���+%��D�wbs٬�~�x���Q`|l+�x�j�]WK�vn����tK���B�d��:ƃF�K�?^'ּ�|�ڒ�w�a��:��ާu�BG�Rԅ��	�Tb�qDH���hʣ*�|�����DY�۬�ܺb��O�Fۅ�D�x������Fm}:��5�+O�̍�N���t�>���Ҝ�E9*礻O̔g���P<p��Eiɻ�����پ[:t�o��SJ�Ι�UT���f�g4�c%���q>�:��LoQrA̲3���j�3����e"'�ı�⌫�އ���J�=Dץ��%?Գ=j�Aw��l#{3y=q�,��f?���4��EE+w�
.�6 tb;e�7��3���:i��@��-��u���閕R+�Єg�.d��]�$����~IPh����4���A�w��=�MK�vZ��I�L]N�p���Wִ�q=�<�<���5�x��h�E�˔��t�"Nj����҉�-X&��Kr:�t��{FM����a����b9�+1�@�q{�q��~�G5u�q�f!!A!��l
+�Ҋ��k�QQAgpƎ���ւ��
+�"Z�V��,�,"6eP@ AaOd�Z
+!����9�>��?x��{����t�"g��A�P�����K���Y�v���Uki�7�=o�Ɉ��"6)c�;a���S��p��錮sC����f�����_.�֗Q��y�(A*���A�N��qW,����J��Z艞W y���`tc�>޷�1d:h%�2r�1Fò��Cs�M�i(�;��za��j֊�1�Π�`�b:�k�m[n$�y\�O�$y�k��s�7���`�Bݦ��)�R�LbLb2LG�1/N����F����dC�����.�%܂�.�՞]7^H~��M��oN�Kb?p0
֤l�������y��{�9ACVMk3���X��zR�	�[���k�VOsS���0�xT���\���H�W�lQ=���ף�Q�Th��-_�t@�"{}7
�����n*O�� ��ؔ�l?��e#<��fn(�W�Tq=�t`�8��D�o��S��l �amvȐfʆ��Η`�hڃ���0XX�o���F�a:���\)x�f����0�>�/��F�y��Fװ=��6��V�:��ekbOƷ���L�&����2a��R�>Kj�ԠH��q�y�b��_I�>>\\ƵѦ�l_F�1��0�WS����`����+€�S�tx%^��F*�@�h��S���+.��5o&����&��;�D��{&��c�i��@@L(��@@LB&��,�ӕ��jtuWW>SŽpN�3]�kvtFJ�Fl>�8��/��祦�ϗ����`8����m��R3'���&g^�4�-WN�@�<D�aO67�77ߊoA-�7�
+��&H��$.��G��k�!�DånC~%�|�	
+��]���*��v.��+fL�Q��xFE|YӹD��O�c⁵�>��^~eZ{]��}���i@4�w
I�y����,k��
+�q����:RӁ,�4]~����Q�� ��N��h'~&j~{��>n����ob���7Y`��h�m%�y�|�e��5u@����2uy˫ޓG�~�_�^S)����1wL��~D�����e\m:�*�E�g��:Q���w�e��+�>�*��U�t��B��yi�S_?,?�ik�|egN@ύb�q���ݗ�1p���!Ӂ��P Ӂ���L�鄺~���@�&Iy[��Ʀ�
}C"h�!k؟7�.�)
+B�:�h]�/k&5�q��g�Y�jk{q��X6g�	M컾A�ԗ&%;
+]�r�r~�����1�֢�r�@�SL��;;k�VA0�P�	3݈��I�m[c��$;� XRz$�b,�2�{k�(2�"��퍩����2;�?U�4^�N
�����=Bkac��R+H8	��Y�,*�4����R�i/Pw�K1n�|����/�Nð�!/O���B1���Z��(c:�g�~H<�i�i�k+��S��2MgH�6�I�i^{�I��F*�����t���4��fX�����!	_�!�t  &!m:Ĭϵ�꛺��;��Gz?�2��Iu��d�:�F������hId>bo��,�tv�7V��������]D9A3+�̹�L��4f ��_�qd�7�:.ɶU֌4$٫�X���������(
+F��eM'r��>���Z�K�HFo*�]��F!
�&��y��I�P�׬M�������x����'�ef��1V�L
W�TȌ;�m�oQ�LG���L��_9P0u����_Vj�󺣍�a{j!H'l�W��t��UEd��ɲ45�}�����]~ּ����)D���od��P���X�[<��p�+3��I}������f��.�Ϩn:B�2�v���<���ؙ���;~x�[FJ�O�R~�����Q���&yg e��W	��X+�9q�WZ��D�ҽ/D�ןKl�~]4��n��V�&������Pl�t��U�o�� ����� ǐA����p�=�җ���t  &!i:��-�an�g9⯾���׽]�2����ݠ6�����7P`��d*��F;oQ���3�/	_]��]�;dB��+
+H��6��ee��n�j����+�,�G	c��An�lkQe�H��d]���b�8�%R�ϙ�l�����X`(7A(�5�4�j����2����3 �;׋���R��r�/>2��?r]Z����+���H}��y&%�D��S���YV0�t��K�&Wex5��-H��`ou�szA���N�����
+�k�e⁶^T8��k���� �u�m�/��?=����Ұl��O�1��5Zr�7b��n|9�æ�`�MgP����nd����^��E�\�
���̕�=��ǐA*�Y�B�}��tЌ��z�a�ڠ�H��a�L���0|_�m�%,aW1�S�A�F���:�zD+�c]뮈Z�UgG�][�n008�:��ADEVE7�- "[��&����@����H�M�}9�q��!n�>׽���ۚ��nh&5��m�4J�����R/�&
+-�̾�v����A�
�K��6֣($�T�����J�H{���A���ߒإ�y�٧'�#%�=@�A�������Wdr���b5����s$b)�*�(hc��� Q[:M��]K�A�M,<v���I���uf�-Xd�3;jp�EE��҂��/�c5s1��]w�
E�B���/�����o�`���ҁ�a���:7(�: �Y:����`>�.(�Q:��(�: (f��ҁJ��j�����a6�.(�Q:��()����s��Wg�rG_	i�U��!��3�hl�
6u����@u��lR�p�����UJ���ҁJ��j��s��B7�%7&1�x�\z�����{���@J�ˑ����k��^��i�ܰ��ID�Y�ϑ0X����A�@���@�P�ґݔ�L��F�
���p�M7߷��n���f.�Ok\�	I9~����po��Z�'Q�_�����TJ�Q�9����bP:P)29�@;�*S:
o�Ѳ���ʿ�ccUS�M��6.��)���c���4�>L�0Y����A�@�8����Z�L�4��)(�qUy'|b���9�ް]�w-ULJ\��b������OP����n��<�T��7>B�s��
J�Št ���N[:M=�!,b<q���[#�59B7Z(p.<�j4+PSZ!�b½��uU���*a8��Z�Рt�PJBa��ԥ���6�aZi��/�kn�������$��f�M�_��b�
S��$���S�d�?���U3��d-�hP:�(�!��Uv�ҩ�g��]�?S�g��-""�ڊ�<柙=�@����a�V��m�0(��ҁB�*;u�0��S���WwW���ʠ����S9��p��c���>H[���$��>(��ҁB�*;m�0�),���4m^l�v���y��;��XT��<+�S<e�K��+&�K(p�8�e�/��Z���m�*]R&-���k@��@1(�e��+�Pլu�t�V���Q撾����u+h���?S����?�ԉHZ0�K�]�ib�ʀ�&s��
J�Št�R�O>
��C;��0h���J�c*��J�,�)�&/f��Z�Y��\�V����Ȟ#��q��A���"}��a��@v�o�ߩJ�N6�TU(���OnL�N(0��|�n=�����d{_ȱ���뼹��k�e�PĈ����M�m�<����[jJM 6��mk���7[��Ex����{�7����H���s+8�u�&���w��t�RD���Z�D���j�R��ސ>p��ྯ��Hu혡[X������nq�:H�(�NۂҁJ��j����Kg䠒�C�L��nt��84�$�.���K�j���}.~~+�c[��yS�O�>���_��|�Jsǿ/J�����#v�Y�EL}��F��~W,M�
+����#�P�S$k�[��K�Is���X^:�W����w��E���"�X‰?.|��fJ��c�կ�2�����?����ؤ�h��gM����e��Vf��+(����GlC�t������iSP:P)�t�P-P:�t@>u�Ȑ���=ϯ_3M=�t��}g�:�L�Ҕu}�pH%a/�w*�
�6��đ��	�ҡ���/z.I���"�d�~��I�w~9A��*��'~#��� �s.��[s�b�c�y���,���o�R���b�1�c��e���A�)��
+%���Ϊ�^����>S#lb��Կ��.K*�J��%���sH������L��Ī(��qc��4�<P:m
+J*E���J�H{����U��ʑA�N�&�����N�Lr΋�G�^�;
2�,-��.��)6w��0��U޼%O�����H5����\�n�"�(��U��������0��L�ґ��l��Ef���{W��5@b�{��D��x�%-)���63d"+g����z�βoްMV�&	s����j�'�%��JG�t��RJ��f�>��(|�P���o���,��95J<e�,��Y�7%s����>�I7�&f-\ήL�+XC���$�߂��{�W�����r�����^�����߳�J�E���Ksøc~��P���J�H{���n��G��ײʑA�N�&��:ā��o
+ޕe�qaY`�{4�tm�e����s����~�]�ۻc��U����� �-����5W�{7����7�{��I��g!��7�����ᇇT��C�j+���Kge{L���7(��j���G��i	�/�ێWk/:�X:sJ�8d<���Q6J-���dm�:\}��*G�e��^OKxTvG*r|��e����#�#t�Nytٹj��p���(��j���Fv�����w:���^qUo�m�K?�[j�
�7�:��ǃ��g�̃���8�:7��H 	D��((:�x!�8b������:�xΪ�+�z���' �%�x0\"n��(`I�$�B�MD�����n���^��o������`Ӂ��|N����v�[�����t��Õk�7�UlY���p��6���t|�Kv�l��ZG�_�x�x�A�%����mڟѰ�����}fӛ�d��Mzm:SU撤��Kj�m:�-��Zϛ��M�e�][�hڰ�������>�� 
c��Ī7��+$�	���Gpx-��y4˯R^X&:x��3!`ì%�D�w�WTTC��E��ݖ�	w4Pٸ�"�)Q��6'��
+{��POho�sjx*�Jl$�g/�� �`�1�I~�p	e�}�	h�u伜���į�-�]���0lF������tq���u��pcZJ +M=d�R�;����5���bz�,d����[���:��Ҍ���o9Z�:��Y�a[�e����۞�x6||���=r/紗Q���ݥ2�ȧv�
+,��Q����V�{�o:��q���)97��B"�-��5�3J����O?��o��EN�B�<��R-�e�9y1od#~ܒ����a``>����B>��������S~�t����*�-�$1e�	x	�Le&"��$
?�z���sϲT,k��s;���ɦ��C�j;�x92��ɋ��%(��fR�7_�cA>���h�AQ�6Zr�E�����q�
r�^x�4�H�UV�
+m�h�]6�"I�jVU�Ϲ��
���'>����č�Q�R�6t�#�~���#-M:e���ߢ�نYb�F�	Z�$��D�'"b��%�%�$6�	�;w~J�$��}Ɖ�ߑt��ya�1p�p�X�`	P���
+���:s��1�Zw��Yu�_nK�{��I�mf��rM�����y�κ�
Ѩu��76��AG�3n��^�Of�B�<�&�T��h����~n�I�����Y�McD&B10�l�F��G����]��-+&��L{č,V)X�C��Ɓ�ׇ�8���<[r��ʉ�.e�Kb��;F��&"�ل�^}Մ(���ه܍�:�>G`+��c1�,��s�������3��t7-@�
+ Y�����̀�5v��_ku;���˘�J���`����]����+� ܰ�
+���(%�f�֢�t���,��C<��m��N����<o"�f�����	��m:���[���~ߙVe��)o'\.�QFo��Al�&&�Oߒe��Ʀ��rHuy�]!�q���
S��t�C���j:y�D����n�=!hM^�Y?M�l�b�S��Z��2W�8�p��L�r	��.'������g"lF�arL��y�R�G����|��$�v�ޤ��s�h�gr"7���i:�s�+g����{�~���j��Z<>xk9��s�n�w���x��,c�aCF^���B1��DT`;ͣ��3��[U]��]u�����㳑���ҥ3�A����C��!��2[�L|�Y+��{�_B��{�����/(6�Al:00��/�tަ��t���*�ǣ���bQ�6����	�k/�hB��E�m�d����,�J�2n��tt�T��ƭ�&z�d���G�#|E�W)�nh�M�#~�K�壇� ��A�b�rx��O�U��
Ws®�Ӄk���]Y�-��C0ϒ�w�l:�棚8�9��(�CO�gc;�4[n-�k�h!y{��]�(���a������!9��}�e��l��6�p;7�o���BH���;n�J�љ#���(^b��t�UY�J��R8"��L�*x5�Uθ	���[8�) ���=�q��;k��������tL�]a<M�Ӿ<M��C�M�Q"oTe�K1כ�;�mG?%I���<��'9��Oɩ��W�A	����K���niQ�il��;���Z�z��g��tp�ϔ�o�JnZ���WP�U���"+~��L�<p�a�����%�t``����B����z�狽g$+4E0��5��aLr[[�ܸu�X���x@�����p���fL�U]�*�%5ڋ�w�”(.�C���v�kT
�٩�9D�;���	n���3IQ���r[No�5'!(��~R�"$A���3bq���MA8�{ќ�YA�L��Mt���\K���%����5�X��1�w���gC�}$�^QD��i-�Q�S1�����,��b�9�N?��IMGD�ҧ��#Dz�>��
���[�VG����`�6�Al:��s4il�i�s�%�E�5A�� ���糙�p`j�Û�]�b�o�n���Ŏ�j��^b�!wv��1S���g��W���i�j�s�-�ip�Y��/󨦮����@��FpkE���G�b��-#�P(¸T���U<�jG+ZQcm�."-�� �(��"	��dXDAC�3������Hx�������R�k���S��۪H���$t�+==���ڈ�z��誛̑���I�ͪ�/�S�5�6u������5����5_�€$�u6a���hHY�ƌ]�6~\����"&�b΁k�I�������N_��?�C�xU�dM,�����GI7	,�M�>}<m9�X^A���QN{�D,����(���Λ{����1s���
+��f�k�T�[�R�L$���[�|K�?y��uu<ù!��n},qȾM��@b�(�l��;72Fb��؈�헠�Y�l��O�������d��K������S�J�=Fo'w#���o>�I�U�M�겛���y?ڌW�ĘD.k-y��y׶�s�>��JJi��6a�բ����^�cTC�iՉ�1:�Vg'v%�\t'�r����Q�$����Q�j�FE'�H_9eMXX�����笎��yf�֐��*�T��w��v%�6��/�IY�a�mQ�{B���BX���3WF�e��x����c��t��Y��K�
b��)y�qx���kt��2���14�#�Z�o�=�O�<3���,7��÷x�;�jٱ��i���ɮ$�gͦ�(���-�Eqw�o)(������k��{	���ݝ�řn��P��z��{^���GHf���A��R��u3�B���'�������sUg�p�V��BZ/'w��ך3|�s�x3�N��UO�?i��<�nfX,��ۨ#��&Ɣ��:�9jrZK��oi�m�[��Ǎ���nf���L�F~��h<�<�� ~��� �G���<�YI��s�e����/�_��cN�s�J�̩�4�������f)kS�߭�^��P������d����AF��׆>\�%㟽�����u�u�N�IFŤ�v��=ɡ��
�B��՛"�C?O��}����OS3G3��q�9nzi]�4I��XC�eU\�p'W�un:3ܫ�e�&�0����t�PBP:��F.��������t�PBP:����"J��J�%��lP:P.�t�X�t�PBP:����"J��J�%��lP:P.�t�X�t�PBP:����"J��J�%��lP:P.���!|�D���d�t��
J�ſ<�a�(�����A�@!�(�J�٠t ��K��
+�^�Ɯ�hP�4�z��
+e%�F�_4�
+iV��JBa�D��� P:/��'W�9���X��
+�㄂0�s�o ՘�,���4bM���<��'_W1�eL�����΋�&t�&v�p��z�Z:�#������r{E$rY���ҁB�/Q:�(�N��E�^w�8~�7�>�w�M]����o����(�3h�*i ��E��0���l�s�ڴ��&��
R��R:�Y��T�oL&�t ��K��
+����0#6I��$n�S��L"��W&Q7�*�Z;�bo4�~��˻�-�'p>�vq�*���9���D�kx�����c`3M=0�����t�A�ғ>��'t�&v�@g�{չ"���l�joJ���*����/+혰��M�����p��
+yg��-�:ߖc���ØM���Q:�����DDZ����:Vdt6x�����|��c1�34��S}�T�(+	�0��ʠIGd��{����7�q�$M��i���VVP:P.�B$�f���z��t�P�(BTtVVdL(���-��k(�!�$z���M��ayK�|�	�}�ATDZ:N���.B{׎<B'�������Ŵ����Uq�g��dG���N����|Wݲ��)��`��`���+�OĴ^E#�>Q��?�Z��)���J2�Q��u���hR�|y޲K�"z�6>����.������OSFf:���N�^:*�3z�;��7e���46m�Com1:K��:�w�P:P.v�|�������>J���!�5�h�NR~K��=]C���U>^��������s�n
+k�fn������Y.V#
�EAc}��-r�N��X#��l�*�Ӥ�%�ĝcR��Yi��S�K�:^[H]��%�,�
+��rП�!����҉���alq+ݬvҚ
+���^�Ee�G���ќv.�9��~ݔ��N_��ܓ;]�ԽR[�J��ΓO���������鹏�@A�t�V:�cN���:S����MA1f5��!��-I�Q����|@�9���,Oѧ�u+�~�2_Z!�F�o���mʽ׽B�4�z��t�@tC�R�G������q�K�ϔ�0���l�s�ڭ�i$��u��Lm\\p��*Z+j�oۗ�/�[��uo��L���y*3((Q:�,���a��G�ےU��*~����������������s��o�:^S���H���"�mƇ9�g��
+~��e�Ա�IHBB$���Q�������R�W��-�V���\k�۫V-Z���RTPE��5�,���������! �
;Hx����}��G2s曙s��%z�C�&ʁ�{{a�)$(���`��f+2#��ـ�T傓d�"47(��c]2^Z�5�jJGu40
��w�������!�,��v�qT��9�1/"��=](g�ٗ���0bu��y�
]�:�}���LGQ�k�~��`V��;������O�.L�3��~±�q�����o�܈��T��0��w������	I����my�i8��Z����Y$_��`gz�p��"}��vM��ތ% ӁbT2����t��(����D�a���TA܄� 쓝-G���>���~��-o�L�2�ŀ���������� ưy.�9}��F&qeg��S�P�
�cQZd�8g���3S��\"��"/��K�{E˭;��, S�|�.���|�W�0@䪻��ЁcuĴL?�"�\�O:��7�SL���}�3�#s�}�7���t�P@ʿ�d�Nk~���,v���zu�>�Ć��jCuo�ݠ�A��xO+n/Sm:���&#���c����F��y���~T��(CM��fT���M�8�����6$��y�YW6�g:H�o��e��Z���=��O�*U���r�2�Q��M<�k��X2(F% Ӂ�x���MG��'y*�g��Ә���o=�|�sD&��	�!�A���KM�Mz�hP��
+�|O>�����1�E���2�q�]s�J/$eN��ԾpUEW/8�ZUjZ�Wh�S��o,&j��w��G��y���c:����q�T��w-����b�wv�Zg����M�Ix����YD�t�K:L�&���.%�'����}nq8m�������:�6���3o�^@2�.P�բ�_<�w�&�����B:��,�폈��?F�RsV�2�͆Y�+p�S�s���k��V&�
c:�hۜ�e ׊�
�j�i4��X�<�(���[�G���k�͊��-O��b�`@X'g����/Y4�#�A�޴�Y�1H�I�+S��I��H1%Y�����=�	�h��f�4K;
	
Ȑb⽔��Ê��n�MG�:��֯�7c	�t���[3��a4��ncC)[���md:�����\���W���o=b���ٗj�
+��mX�S�,]��mf���x��tg5mEz;�����3R����;�`�/�7Q�y.�=��"p`B��%�ec8n{D�g�:W��|鱩)��s�Z�r�0sv�m�Z�w�z��8���(R�!t66�LyL07��X��u�\�5od:} t���ם+��/�6̘�8���v�6 ��|a���E	��2�e��������Χ6����nZ��+����h}$H|�$p}����O_vG�fL�߆{�7�������-g�Z��w�t}�$Zs���V�,jLq�5��e�E7g`8f�D�6�ø����:�����]x&��N���<K�Tf:C��5�f,1*�#��U�S��1�ѣ_�Ím����e���Q�K�<��u<�k6!���R9��N{'�XV\��D�3	GU���c��;t�a¾[�2�t   �yƴ�ܽ2�c�*��4���������ŧ�1������T�"v�ʼn��M�Ù���L�N��t	G�.�5�����'��;e?5ӛ�(���Pm:���1��5�&5	�GL����P���-�\�7��M'�
+�k1��/�$�r������^W��������)�D��a��Ļt)sg ��t  T3��bݦ��^P����wĂ����
+9�z�L�uu4��"� �ؕ^��t7��6�|�^w({�[3�7v�O�;8��Z�7���xW2���1o:#}
��(-�>�i���B8�&��� �ե��i�[(�g��ͷ�-�R�bQ�l�U�˵�gi.ia)�3�Ϫ|Ծ��?q�NIF��3\��)4hq>"��p���>]��t(����}���y�Ys�Tֽ>7~���g�
+�+⍁LB5�k:'�'�D
�~m�H�����,����=v���U��R5&L���w��>f���TN\!�tȠ�\�X0S{��ʑ
+��(�_�$�xcm�`?��’��Z���w��l��b��ڎ>W��>�y"�E��w=�7�IM�e/�ٻ�2��cw��7�f����(Fu�a��6�
+���´�D
���}�Z���3��’��a4����[�W���{/�d<�Q`�+\�ݘ[��ֽ^z}����� ���|�Q��8v��TvrH9mb�m����-�H����k:(`��б�k�JX@�4�:Y�^����
+�:Z�C�R�W��4����X��{��l*���e&씐���_�QM]y���N6�����EA�����-Z+G��2�Vź�;ŵUA��#���]QT$*@Y��2��� JH���`ADlu�:�{��'��./����?a�7��F ���`p��6���rեui�
����� ��PE��=�o-8��N_}���ԧ��Z-����ǓD��O�@�+880��EKy��\�۫��M &����_}C��Ym��Kg��	�Ԇ�j�Ш���3�\��D��U������K��E85���8�V��w��G����#�����/���d�,,�j�Zj�7N�5���[_���b�c!��z�N{*��������G�{�H	���?��Vn��1e-�%{JP�gLt-m��V��v���J�5ڠ�M]2V|Ҕ��m��
+;|��῕����ͅ�ϖD�G�t�Š!�™
�B������!Fxek���n�$��N�f��wZm�;��9�ڤ�Q��s��K����ӧ�JF�����g����NK�z6_�G��t�z��`��[��1����u��t�Ӵ�������OH$MvSďN�,��B�5��~+f\U9��IE��"�t,���D��K����Dׄ��UD��KSeCo��s�c�8�v5�L��7�M�����ț%�Q?��RsQ@���C?�7�8����,�B�,(�|uJ'�q��Zι5qF��
+���{A\�i_�"
��ͥ�tϑ��'V>s؈�v� y���KN_�y�� `l�R��M;��]��I5��I�E]�C������f����W�4S4��*��%�F.�԰󊄵%�'�<C��g|�t�3W�t����9:[Sf@���T.ʱ����t�X�ٻH�:����)�o{�]�L�����/`N1�m=$��}�$}�J�Խ�s�)+a�T^	�������՚�>�A�
+p�t�9��	c?����Q#_�c)J7&j�C5�K-�l������}Nwl,ú@�L��'�Շ�{D|G��\��r�VT���
e�Z��9|2;�ˋ�LPK�}ޥ���=�R?�����u5Z�=amH����f4�vL��tp�KrU��*Җ��$&T���#$U���[�:�@3{s�s�$�}��;��ͳ.�5kP��"Fd�VP�ꈑ�I�oX��'��C�M�d���VZ[�q	|x[��O����C9�,�7���p�KG��1�
+Z�����)SЦ�����#���݂�P=�	)����� A���B:pz�۔�`o.ٮ��iX��g�iI�/8�A۪0��t�ƘR׀�����kK�8���~Av���t�"Ř�r����*�x}q�̛�ӟ�ԽH��Pc���:�˕tkO������Jٯ���=@�1���:�t\���	������s� A�w>�t��q.62ֳ-�m��6��F�Š��;@��lT���+V<�)���M���>�	��KӢ���c�е֬!"Hxa�c��nր�d�Vc+
g���h�H��m�g%�&�b�}u��}��r�~��\G����ر�.e������'���ԫv(_D]��l��9��թ�������%n.�['�4���]:����+c����Ҥ
+��
+aH���F��4�-&9mg��CpY���6*,��g��Zښ��g޾��A�@����/��!+�A1�8O�J���c:a8�o�!��"{�)��O��:�u�Yy�0>�3��Qd_R%N��u7`,(�e������. H� ���h�緲�r:�r�D��6—�t�CcрDW�P�����t˸}��p�
+Z��Ӥ �-Q|��"�0UnXu
+;�ۋ-A�5��α�++����F�1p�b�[�ɪ1�g~yq!J�߹T:�Y�[����h5�h����'b�m��
���)�Q1�#?�	�,�6��<�ϝ�,-���)�1w��x� ګ>����K����*�$�[�)�P���\n?T��o�]'zǟI?�H	���a�s�fg�h�U�M�V���E&�.G��fm E�=�5@�q���T�"�\CoϢ�W�D~�naL�tPVc*����_�w۰�m���2
�HúI��X�7��p6]p�Z+=�6�Qg�K�mz]a~�q+֍�����c{b��V�Vu��{��c��YfE��EQ�j�tW�0�N�C��夃2�m%6��5N�bD�;4�!ML���Y&�9S'�&���x�`9�h����?T�t�T^�P:�`��n��$���Ȯ~�����[�\$�e�t� y����\����"�cU������\j��}1���`[̛[p _?~[�M1��Q����f�5M�^��X/\�;)�ZF8��C`+H�����c����d�zY�t��1�|�4S4�Kr0�)I����_��=�t��o��}Ƹ�4v�Je����Vm��tۜM���6G����=Bm��H��t�n=��%�\R!��01ø�q��5u6�&���<�?����c��遼���F]���\��˴�t��ӆ�PQjǴDF���YW�T+�Mtr�k�\�3��K"�V0�@���ȌY�`�Ie��<x���&�ڏ����;�%Oېٞ>�Q!py�{��JGQ|orI�G��7]ua���߶NE�k�ZE7��c��!~l��Th��~��"���2s��]��;���Dю���!-aռ�)�I�q��?
+\�9���'�tH�7?����u�'���;����זR���X�a�����(�e)8�q�.<�9\��и䇺��J�`SO*�\T�另w����
���������-�t�`<���##��	���kPO\�K�T���!M�i˩��>�1"��J
��s�L��HS��t��;72�5%��%�	?]q��-�	�6/8����Ѡ�VJ�qB���i�|d��o��z���m��T��@a��ߊʠ��^�O��
�4B�������C�	������iI;��gr��ji�����܋��^�/ȭ"��ʨ.t�²>��Pk�
*���V��rG���}�MY4=�<��=�湳q����qP:�&�|�W���c)H�(�lϮg�dX���D��JT�䰇N(�̘��GmC5*��*L�w���,P:�0�@�����##�҉w�ӓ��E������S�tA�4��i�<�����1m�R���%���r�j�av��7\/<�A)�-�#/~-�pKtA�ci9�kn���]�BF]�;�S�I��]��^%vD>�����c���E�#-C
j}U�
+B�rlZ�}W�ee���~���ʮ�yXDZ���r��u�Et���?�t:ׯo\$r$8�E{�U:c���\�Z�yl���K���bn�%Rj��[���ICn}�)�S͙GH��Z��W�I��[���!��o�'W��l:)Ġt�`L���)J�FF"��CK��(��B�t�`d�t@����(��B�t�`d�t@����(��B�t�`d�t@����(��B�t�`d�t@����(��B�t�Z0�q���w۬Bq�}�q�'�/��O�4�,���
+��#ٴ����K��Z-��4P:�D������H!P:_4�Qa���\s����'x�N ������!���S���zK�`H}tt��0$z��
s���ғ��9|��/����!�W�G_pi���(�e�A��J��(���?���*-S�Zv1v�������2�1�\������+��1��� 3�)��#ra�p��/�!�F�tp�Jm&A������(��"�t���V?�mGNIɵ?"���:bf�_����8���
+���!!}���2n�٨����0�kB���v�p��x�?�����k��a����41ĥ��_}�$��x�a�	d���]t�Q
+8LO�_m�0i�َ�=e�!�xA���	[�&ϗu�=��Y^?�=�lNm�)0� ��J~�i�U����i�����j�=�s�fh#rҍy�)W�29}�ku���2�H����ӓ��SZh_s=	IS[t���=�1�U�L���]��%#꫽L�`��x]I�(��l�K@�9�A� ��%���P:}��Au�/����1�JF-����3���U�S�C}��؋{J��=���͌I'�븪�s�y��ȼӃ$�*��e3��VT��3�l"I��R��8gv&���:Jg'gW0�����:����p�e��'c�h���)<�;B��p���'���[�NLjϐE���P��r'�9��\�v8�V����1�-4t�o*� f|�=zj�5��K�s7>
+��1��j�X:�e��^y�C}����BT�r��0�o<W�j�%L��
+rgNln*C��{�8Œ��M�grS����(A����X��������}���dGı���>b��ף{`(P:}�Ɂ	�4M����ZT>x��3�R_Q����i(��(�$�0�7cְ�� Ց�IJxU�{c֐guO��ʹy����4�r��*��ӳ��[?�$z�/Y6a55w��#�h���F�9�'(;�h�0R��x{��MiW��^�Y��M{�?�5�'������0ǵ����Q���U����F~�����W����V:�v.-ÐW�i�=� 1}�k<�6p�<={�r�[* ��ڒ6�t@��Jg�	FC���7�O`y<�_��*�D����}��8F,�B��3��&�?�3�\�X?�rt��N�����*9��Z�r�Z�o�n�m竕k���?Th()��=���G�c����̮Z��.r�LG�!Of�|�s����=�k��q_��TS����܄��Q�D@g�S�"�-Q�V�[�>�u�O�|�N%	"�sU�+�j�)��0�^B $!�
��@"汲����;'7���/��MM�)�m8�x|u�����<���	T�4�e'�X]a�rO̳q�+~�\T:GNf�H���ϊR]��\D�&���.R$D�	�r��6p_�l��ű���b��J�6�d���}�=Y}���2Sf#JL�Y�K¼��3ݴ� ���|@� �z	�c �G]}�'0���j,��V���4�ce[7
++��!	�h�`��u��*i�"Y _&����?���˥C#�]cK6�_�/ܾv�ږX>����.��������j�f�J+�(����MVҿl>�3���u���\��s6*�ە�JG�z��w&�Ť>Y�݀����qv�fH�=�gT�3K��/M�y/��>os�/(Yb���}���� ��P:�U��o�Lc�3TՁ!G$�L��6
i�����J+�qXX�~�I�ȥ;O��.�+��l�{,�t������^:�2r߿�?�4{��>��!�Z阌�-�޾�h]�e$�@F.{K����l~v0)m�4Z}P)ܲ<�ϳ\:���F��i��~��!�Ϫ�t(���\
+�������g����)�O�t�Fn������E�ݟn�N4����'��V�̠z2��շ���w���^���a�' ���.������`��B@�T;��Le^�Ğ�^ѐsS>�N�f��s,�hM1_/��l��p������)[(�����;s����ct�t����(�%�a�]逫�n��Ѣ,��)fa�)jG�^����>����P�!s�q*/U-�}9񟸽�n�t/>i��49�t�����%<��1iT�guC|\�9F�8,�I��tV�����"*7�l�v)`V%�H��Q�7��k#Ƙ�K��2V�x#uGnD�S���A��ξ�	�qs���%�YKB�����p��.�Zy�W �9�-��1B*�F�7�t����e� ��s�ttD�r����֎��6��s�#��7�O�c6��岖�p�!�&mA��6V��>:��"�>/�+��l��ς�1.P:���˨���{༔u�a�tdݑa��ju���gY�ųC�T�C�$;uz~��u���!OD~��W�Ol���;.�4L�e���3��g��~#�J��B�J�7����{����\�:?f:�}���C�_5�*��h�'/�oZB������A�d̦���J�E~�g,m:����w��	v����j���k�;5dw���3
ft.A�P:ZH�p��]<�S:���:+pK:3h'o?���R&�n��n�,�h�7r�:N}7��ec���Q��t�N�J��+�*�h>��m00�t�@;P: ��х�т1K�7�Dy�jlP#Q"�D��R��B��t��e�7r�go"J)�I~���QPUI!������p�����YǍ����@� �FJG�KG�xz�ޥ��HB�tp_yW���MG��y��<z<�M)ނ�S6��p�A�e-���]��Ioa��
+�#y�Z��l�QǍ����@� �FJ��׎z�@K���,>Z���Ξ�iN䲰b�g�S8Qx�fY��zq�����sė�S�Y���ѐ�X3�y={����@���v�t@A���
+�KG����
j�}�94�$���S��QA?�a�KB��f���"
+�C�$��Q
qo+����7���hJA4�P:�U��O�d�Sk�Ĥ���ԙ�k����n����"$��}�<�˯a�ʟ���3��g�����@� �FJ�5P/}��i�ӣ��$��T�&�l����l��0�g%]a��>�.r@cb��c��4�����-��w��{F>��蠨U��٣�Rʼn(q��������`���'P\K:ç��[0dA�]�X�UA]�d�_+�A�?A]��$L?�=c[#dk*{�`ae��{�ʋƄ�����hǠ��9Z<�f��y�˩WaPF�-�����n�;����B\Ͽ��.�j��K#���I?��ȉRc�'��Y4�ON�,�£��_�~V�RΫ���� ��P:�`^�t�H�Q����I����t��U���)8+~�$S�s$m�H٥���ݵ��Jg������R�GK��Ō�P��;Kq�l�A�B������T��)��ܺ��bG?j�x���z�ɹ�����e.�q�ي�+��r4�}���s<����q�w�u�YU��L(�O�=3]\�l���s��;�"��vިϛ9�S��SL
�qN���aCG~�1�z���`��Y��=�)U��w����5�]F��[��w]����h�y�������g�D���e�䕇�|� Y ��MQ@A�"��g�v8.��Z��iG�V�Z�b�Tp�2�Y�&r@��2 ���"Y¢�B�2	�J��P+��{�����~����'?|*��`�J��;㪳Ehk�԰i�Cb�o�)�C����Ye�f`U���o��I've��m�e�}a�f��t`L��*K�]'q5,�5�Z�J�����.�;J��&�g�)�ꙕ,}1�(o/F�J���*�q��}3��y���>��K�jYRn�����k���@ ��MfM�2��#��W��;w�<&���J�j���RY�\�Y;l:d1������KE;=�S��֖��eR����M�6��o��gOˎ��:ɋ)���qǹD�!J�
o��,w�=Jsy�3qg@�����6�Q�����:����"z��ì6�P�c9rEL���'w�bg�FG?O��z)�z�\��y��	�{�^L�<E�{�	<ӂ�?��o�ߗ�b)���Z\�vp[{�B�>hWr�iɢ>�P��������}k����gN��Լ+I?4N��`gvg>	C��iEeWJg����XZ�`��>M�� �Ͼ��V!!�:4��@ �h:00ch:���q5����Gx���g
�R�V��;���|+���MG����h�#�������5�r����C�QX@��o�4�?L�ٴ�A+���Ԣ�:	z����~�t��h�Y�I���I����֐�2�i���*��o�:�/3Z�(1�woY
+����`jǤ�܏�X	qM�;Z�}hͲ��'���hO��::,�M5�1QH(��>���UH����lcj���[��4��V��W���7���MfM�2ΦCq��8
+���s��n"��a7��^��,F��t0"����u���5�s0,��H\��^a�G�{���^�4��#]�m�it
���{���Wm2jA&�i��E��'��h3��*�˷lň��q\�\���W�Kf���0�X��,�e��1ռz��vӡ5�"��Wy�5��&�j���<�|D�LBU�騻	Ο�Kݻ�\������&������(�$�P�s�:��L�$zbL?S(R�ķ�@ �?4�14��ʘ���?�z�Hәd�����Mx�d�o@y�;kS2�t���k��YL~��#Nc���'$�'\��݋/�m:"��r��2�4�Z����s(�L��YK"�Y�/�K�%�ivic�t�'�nT[��6��"���|2�LG����CmJ4���Q�D�֧a��c�K	[�6�^���3z���̸��Wmr��k��+j���̟�+q��M����Y��M��U�@�I`���N����\��.���x���\<��	�7��Ɗ�b:���ӱ2�o'�	���3e,Cѧ�3z%��C\�m�dqL�t���-���"�������a�=h�5�r��S�!�4
+�ch:��+��O��K���47lv����Z	�lz�%�p�;���Y6b�ч��1��M]T���ݵ�g^[8� z����K6���\6�ݦ���b�Q��hC-+������@�Q��}���|���F�����?y�K��W�%<��� ����i�J�R���V%�2���I8�?>YT��G��[��|V�8�DZ�|�	X���-�Be) �z���I�k��3�|��t���Be.���j�YO�z��a:�y���|i�i��V�����.�s���/�`SETnN�4w[�C��D�Q�7Xm��8�%q�Q��t�,���o�$�X������3z��%f��H�⮘Z��Y�M����)e��t{��H�ٮ��`]����tt :L��Y�;A��EȽ������u�
+��M�m
+�
m�B
+�� O���8J��}sN�֏��
1�ܖ ��'�t``�)�t���x~+�]���'�yfȗ(�	Xx���5ϭ���,�3W<Nh�fu F���Pq��+�lj��E��e̡��/x�����Hf����L���6�5�����7�t�뚦�cs�	~��")2���7Q��Om��)쑪g�[<�F���;hk�j��~�~�lr��"�I�e�0‚NE͢��w̶��3X,���o
+4Ϗ��n�Iڹ��/�w�7y�/��c~�O����tN41֞��W&5�m>R�|X��3���c��[N�C阯?w�������P���3u��a���"�X֪�� d�@Ӂ��@�a:�^�~������D!x�������/��w���=��|�G���Β;��m�Ő���
+���G5�f.����'���-R��r.zፌn�0�[�?��5��4��O{ڞ���;X
+x�tE�QT��\���f7�I���O�M6��a?���n��f�ug3�dh+����2AEY��B�Bi�\J��\ڞ�i��r"�?�}�=�9�y��<�m\�Ye�~]�b�R�B��S8�F�lu��~ohVF�'�!*����1)tD�mfb����it��^G��;4��P���.�a�־����0�w29���cIwySv��y]6��|�	v |���4�NO�-,+��+7���
�lL#��&��E~�Z�/�H���l%�LAd�����lP�t<�N�+�ځ���ԗ6��}��;Î'�d6;o�Z���`�9�xP
����Qqc�CId�JR6����5H�����t�JM�� �M��[U���/�Q�*8q��(� �dZ5O>�6�Yu�6��x�O�,�\K �&�1��z
+�J�� L�n�O
+Y�ИN��m:��3� G�ɽ�>r�Ҽ����b F� e}��a����g�n�Z�Z�jlӦ�ʪ��qJIhdQ���ok��^�%$���
�� �$h:�Mg���/5�ֶ�h+�8�~�+���Y�,�_1�m-�s�*�h3�,�ȦmC��q����_Vs勘��ez��}���25}�ÿ�P̳���*K���v
+H����{C�����P�lu��ٕ���s�J�0�9G+�d��{ó�\'��;�R�ࠏ��t���Z � �*�ɾ4�uMAd4�-W��<��W�A�yo:�W��O������{�ρ���p��G�ݝ�qp.�O��r�,��L�����~p���Q�p�p�z��J��M�Nc#F�3*/�u�{=�N�R�q�]0c'��������:�TuN�]E���Skb�4��
+a��p�K
D�����{0�i���bK7�wG�AA>h:[0��f�Y˽C�yo:̐�����M�Y��_�����n���4�M�Hi��`�l�������aբ�#S��x`�	zwC@Rw���=�����@D�u���k)o�,h5K5��k�4�.:{�ʾ���I�T�������&���V�<D�Z���tA��4�-4��Mg�LG���WD)�y�2��g��W�C Jˬ�O��߳�鰳��{ic�'~�t���B�-�p�K�[���~���n��e}��)�.��s�r	��f��e��USi�g�NN}���}$GL���:�gn��5?l�kh:� �G	����ʃ���CJMJc�M�H�D5��:���z[�@Oh�rR��t��~�[a�Sp�^���u���0����&a�}^
�ٺJ+�3&H�o�gw8�w���]v��I=Q�-Qx��hP��ԍ1Ei�y�k�<gWfR��+��{�t�!�}��a������U3����jl�6�L���	~%�$oq�,����/���x�� �%@�قA�Yy�t6�t���{�����P�����A���.� ���y7�у�M��8w_��㗎���ʛ�������@涗����,���ۘ��	��%�?�V�T.V�p�*�~�����(������~G�={��NK7]';�uِ���]S�Ut����q؞{�N��@����k��xA����z�6��� �|���l���<h:�fƑZ^k�-n�l�����4A䃀����p����#7�tX�����%�J��2�RK`�Ο�����P�����Չ�V�D�Ո%�5%`\���M�L�?t��H`?�V�m�f���
+���JH����	4�Ar�Gd%̔���Sh:�1s
g
�g�L�	���{����`j�wy7���"g$�/v-�t�پ+����ήNIT�/4����<4d31�|���0:����ɥx�{���T���h:��,�A�� 
_��G�Y�܋��95I�j;��,g���q������0 8�q܇a}��[��X�MA�4��tW���0���:�=��h:k���S�&�Ʈ�v>�����$��R��������k�4���w�+�O;DL�_t����;���oc5UcwFʠl�"��SW����k��\�J���h�����D�
��h�f�D����-J��K���iө5�� �����m�S������f:��?�[��ut��>tt��N5�y�<������;:�td�@�A��`0���:f��H迿]��,�rVa;s�u��������}���=€���ġ�׿1��1�B��߷=5m-`�2�I)�|~�}�xƁr�3i:��c4e�U�0��������vj��E���$]�c:ޟS��I�t����������_={�������L�I�~|��������h��{�eK����q��̟	MA�4�������c�MG2c�۵2������_�QM�i~�� �!���(.Ȫ( ԩ=�j�T��R�g\�8��A�U��-�R���9cAꂀ "D5,!!;$��I�M����=�����{��N���:����KZv���g7A�y�,�x/�ڜ���DF
�q.W�Y�Ά���~�y:/��P;k`m4c������ɡ/����FK�Z���s'چ��6��@�O�By��a`���!Y��P��KĞ�%�tPPd:((c��� �Q �����#�����t�4�W�[�T|Q����z��XR�i������,�t��L�8,3N�!��NAv��~��4�ϖV�<ylӑW�g�t�;���`�#5/e�^���\�vv̐Ռe:�ʑ�n��l�q��	�:
MîE����� �y���Y��`��}(�PT+�=}�A��@�9�t�p��]�#e�żN&p��i��K!`�ڒ����Mj$�63�6?�ξ�%�������������ry�.\Ǝ�g#L'��\��Hd�,�tƫ/�t��/��\��eT'ʴ��LV�A >Fb:8�A����]u�#cwF��<�f�S�Ň��:�w��>�=����mڪ�]Z+�s�Z{�#\nqr���nj�['�zy��h�<�S�?6�������6MV`�O
+���C�>�ć
+2�w��v�S�3a�D��#E��N�������9"�syizj�1�c;*Jz�z̮�N���`� �µ�����o:��4�jdy<����Ҹ�j�n���a+���⵸<�:��J����%�e'�G�z��A��@Lj:p����J�N��JU�ƻ=Ed]Y.��j&��������bb)�/�qǽg~����^W�X���Y�X�!�H�:������-=o�7���� �y��CL��/0t�f3�ڰr��n`��� �s��i(�,FS}o��b����o�tƫ?h:,{3v;�8g�|����'�7A8��;X�'7���t�
s���T�~΃"�B���u�S@]uy��9�*�7k�"5��*��Ut��:�`�ů��&2B>�5���f�jw4��#���aP��*|N�`��6~�.�a��[d̄�Ĕ�z2+�V_��9�ޭGJ.��P�3����qG��v���?���4��7�Z�5U}�zrI�����������ۭz����5��F�v��-po�AP+�^T�ܧUe�Bڟ�21���)P^��7:稝����ui�q?��%oI�>��)[�IfXه��Ž���C��m7�����n�V�%�۷'��U�=M�t��b瑈��+{k@���J��,�ݦ$��8��T�uhX�K��/�]����2�eoѬ���������
+b���*�a�L�}DA�#e�i��+ ���i�yW�7���1��c����Ke��%;��Q}]tP�v�2v��o:xp�ͅ,[3��eئSف��S�t�ژ@���Q�h��Wp�ď�}��@[�@����r����rvȨp`f�Y]��U�f�q*t��b��;�c>#5%-�߄��գ���ͯ��&2B>��t�Q[��R��M���3�t�J�����y��C*��^�6(W�vAN�6릴;D�l|����u�SΦ6�t���E4o�*��>�L0"���{�Z������M�
O�Z��t�&g�ݧ�Cr�,���_����k��� �qP�k(��BG[U�H�~?e[�)���΀-i�M�ә�l�|�
+�^�Pcݬ+ʾ'��
�j	�z�Ѭy�a�T��Ԥ�p; j�Fi���|��T������P<��~�(㙎�����)yJ���z���''n?8|��}%��.l��o�LK8����]��m��w�9W�a*?)议W��S�@|� �y�y��3�ۜ�?6�� ���N��FW]���Z��?T��+>���4�B��^�M��w��9��4J[���1�D�۹��2�@M��\�c#��W^�3�ŕN�]�S�,u;��=�ʷB����.lW�����>W�,�!��4����{�r^Κ��T�!�>�,^�}���W�X$ʛݮ�>A�~>^Fo�MGy��QMDڷ!�D��ݯ��&�nՠ�R����U&�ML�j:���2��s�i��?���E�;������V`�L��L1d:���P���ywgS+a:ѫ+U�/��.c>WbD�k��Z�/�!�X����S.��K�&{u�c7x7U����4i�]��O��|/.�D�������拫���G��OגaZM�ο�⤗��jǹ��x�I���{cAq1d��r�-�������3eJ�L�!q��p��3^tLn������t�V�{s\���_�tH~�N��.�vn�o���`�]��K���2NGjzr��<	lb2�U�����t�o����v��-0^ʧk=����.-Gc6���:�j��8~��
+�l�d*����]�9.UF��jQ)U;V�P��Z�V�V�Ŷ�6�#JF��
Ĩ�`� �5d�$��9�#m��9�?��wo8$���2P:����WP:�Ο�X*�+=S���_�#���)�8szۀZ N�*ɑ�����[afb� ���z��Ί�w/�r;|bk:3����Ӿgt=�V3J��gb877<��	��Y1q�$?�#7�!Ml���u�n���<�-��|��ݛ1]@a'����0w�dO�	�������h�&4y�J��K�v��kU�����@H�'�(�ok�1JP:�>A�|xP:�C�����u>Le�OvE��<�1P�=���1�oK-�a��aɌjn�dk9�*����+M^[��l��zo�{�;�?K��G_	�O�b:�_z'H��y�s��8��dMoU��ฑ+�qj��iU��I~(�!+�M(�*�<�ks#iu��['�3&R���,�<�
+�sn�۳�b���[�W���?"���/�n�F�*v�*�;zre9��cn��/��k�+���ci�q�o�6Q��5'8Y�Q^�<� ����t��������6�����1!EǶ.���T&P�|Dތ2�^/n� X��$�'�	,�������WP:�Nﺥn��X��u&>%��	+:_\�4���(@1R����JGs^�Ϛjn����? ���������W��hSC����c��_��|���)�&
+���&�]�$Ln�!�sw�.�/
+�L:�t%'���a�	e/���d�1�Y��.��Y7d�f�G�k?�^�~8O�c�zLZ���ҰUT���z-kk�N�zCͧ����]x&w>db�#�\����x��I�CY��[y!���gm2���t�ÐO~��7�p�JH�Z�P������9*�h�C�|T�`i[D:�y
?�y�ڀ�Î�&�����w7��@�Q���r����/�c
:j
�;$��aYX�1;N�ȴ��"��vS�~T�F`P:�^A�|xP:�Cx�G��;h���:�`Lwwquw�����cm�:�ǎ��]=�(��ܠ&���q�"�(��懞�7�L=+�o5��ަ����f
+,�uE�g�ؙa�Dt��Ly�<��e�#�R�����3���:�>_{Z�ѵ3��D��ѯ�,���H�{pr�������4��a�Y��޳�G�ok �U)���ON[��b��k�Nxv���5�L*���{>�3����sfA*e�0(�T��Ǔ�΂m�E)>Ux!˝�H�����=�i��5wo��O��}���S�J�� ԄiLk�� � �������#%
2s�2����SC퍑r!ka��<ۛ�oi)�K�6���
��t����XB�8��i6�^�c�ז;���
+�1(��*�u����+���E�&�'{���H��e�o��tTZ&2��!dz"���j!ky�x��=�Q��a�n^}jPA����IY��p��>IA��z�zzP���Ё�yۀ��̔T����븏�*���~{�G:T�U~����{�[@��^S��B���Ҭ�� ��J�^	0�ߖY=�T.9�杦�L���p���,�K�����}�|4��|0��y봝t�����k�̔�M��ʃ�2�����J�.��]�g�<JG�������_:0l��t`0
l$JG�5�Z���)2���{�"
+�B�6���-j
`�w�yLQ͖�/����-4�6�.:؆`�{�w�l�}8��
إsֈ"�T���N����@T�@	����n�Y~�����5F\=��c��h��9��Z�\(MJΨ(l�A��`�H���������9�b�h���TȮTʌ*��"N��vi<�[�����(��[,�
+/��Ŭ��L�A~=å�I!P�ֵ�y��|�]��Kg�C�(��v��^{�b��+┨�E����=	j7��A��b����d��&�g�
�6��t`0
l$I�1l,u��Qe���=ޥ���E��
+\:�����\yM������듥˶4_NS��]��y;[�W{���-�C��0��Q8��K�o���S���m>o�v<�(�3�A��u��
=(LI�y���@
+�������^_��~�.��(���v��v��(���%I+q0;=�Gp�����W�t���5F\=��c��h��8 ���2��t��f^�+�c�������Q�tkvɥ���?�����g�
�6��t`0
l�J4`w��<u�7N�gy�O$��D�}�V�]�@���S��7�mpZ��]��kU:�̔�M �Ս�2��2�%_�v���4���n�}�̸�Ҝ�_����3���91Fąquu݂��b�Z�┮�X]�U�Y�2�����HA� V(�T���UBk�#�"�'���Z�C��97��RB�����<3�%��}�|����M��������)$�'D��ݽF���A��1'J��A��0���}�5G�p�s���4Nm�D�f�5�!��z����Ygq�ײ䕥Z��Idϯ�Z:ݯ1�h���h�8�����K�cv٭�NE�>��glb�r�(�Q�M���|N�"h#��g��;��s�T!��(�F��3Zaω�޳-�d��s�V#�s.}�G����#�����=�@ɻ�����z����럧*��gM"�Di�ŁA�@!�K��F���Z�]��x�*��,��l�{��ZHT�^�
+JB�^�t�0(���ҁB��(��J���t ��%J�#��@;(!�z���H�t��J�95$�j�P��?S(�QĒ����T���]v�k���1K�/��
+���~J���t����T�Ƀ��)���Q:�LYO�{9�g�~�2��؆<!�'�+>U:<s�c�c��o�Kd!�%��>��EY�T������@;(8��9�iNm������t�G�}�����0�OU��6j�����2���=QM�����DBz��Y�2�%�\�mbNܣ2��Z�g��A����s�t��������ѷv���ꠈ-�a.��[�!2
l?��"}��&���[���"�<@q�ħS�p��+2_�.�����t��J�9Q:��J���-��
ӕe����d�KgQTN$U��ʄH)'U%�C�k�ۖf�Nk�َ����e�Ii���Nw�Tȿ��MQ@ƓWP:��vP:p̉�@wP:�o�h+]k�3\C5�|� J�A�#�'-0�m�`���Ip�'�=�(��ŧ�P�CۃwB��^�S�1��Ċ̋��tJ���t�����tHR?����ţK���+�_�x�͊Z�A{hCj�d��+�E�]
�E�+BҢ}BDB�`QU6�=x'jJ�m�M�0�eݥ#��S�C�J���t(��5�[ě%<N��:���0;E�Ҁ'Y��k��BX	�-B�{�����_��S�9�!-�U�����ҡg��o6fs�Nщbx�0�@�C�No���A��"����.�t�۲Fu�P�ڼ�q���"�=�R�'���]ە�.�4MI�۸��ନ�v�<�]9L5q�`@�Y:��޼����`��!I����b�WW[���
+���*[�f$���u&.�g��T�|�y�l�_�O��.k/�I]O���h�X�����1 �K�o��.�K'*S@�Q��]�]:��yS��t�m�O|Z�t/�`��M�;�X�o9a���/O�O9��?�g�8�j�����t�R%�;0<���z׍O�:o��=	oᏧ�:�n��#�a�oHs��5�Q�����ɓ�&>��ߵ���]�,�5��8�1l�����uG���cd
+��:&7�<����5ɞ_g�����#9�����T�GV°�k�3��'���$94���B�-����~D�>�/z�2��ż�f3<��ӿ���	ײ�⇬M��?�1i���5I��L:�u��5��������M�/�7��u+�f�t	�0�z
+o����u�*h;�v��"t2�`�V�B�ƻ/�i���wX����fğ�����{�N,�5��>��
+����[;}K�$Y�W�h�dFQ5�I�M�S:��E�t�3}�Ң���"�v�6��33߶�,i.太 &�S��EQ9�T�b���9/�Y�����&�j�����E�����$�؎�?��N˰�m9r�ޅa[��Хt�E��#���,n�������gt�{���7�F��?�`�=
�K/��<��2n5���=TJ�\���Xm:����[x�I���	gs���u;\�s2�,�i¸S��k����M
<>���'�v��/ӧ0���O���~`�]��s�bT]+�E��(j��\�B=����Ք	��ɶ�N���*F�ޠ.�cJ����#V��~z��mgU��[Bܔ�6u$g�C�C��ڪ?~�:�����n*���c�D9��������[:��X�f����ħ3��зt4�$�	���H�M�S���\ �'��Z��bA���o>c�N�֛�ӯv���umd�U;�zE�U��}=�7A�T�N��};Q��8�Ľ��\ܑowS��T�2����ɻ�mW�X$�nL�>��e/��Z%�>~+;?8����S��J����w�6';�|�ٷ۸.�MCӸ'Bo1�q�S�+Jx�����\ԔZDd����t��8���S}pP_c-�Nx�t���-�Mf;�{Y�H�?�y�s'nO�b̔��G_�;;L�˝�f��5TcQ:q8Xz�մн�n�9����wX���2j�Z���7	I�@$	�,�K�E��"��
+��:.U�����Ա�9�(ʢ�RK�.UYZ��]���"�!!��5$��D@d,��7��ι�s�{���.���9��\�D��M>��$9����R~Z����)-��+���Be��"�NHUd�3c��@�tb����SH��8r��Ʉg��0߇e�Q�����oq�:��-�
�����5y�\s�?�t�s3���(d1S�lH��t��F�*zF�v����t�ʬ�[E_?��&S�o�㎑���@35m[�
���>#��0�AL�o`$���YqVd:������uY1���c51V��>��M�0�� ��Y`��
1ƞ�0<m:�/R�Ec���m�ĊP���$� ��"
4���
+�
���R,�P����%Z��oڃ�E֠�4�R�A�Ɲ�g1�=ӧ���.ɥ����tF�c�
+�����,G4�u��M�����E��	�tP˺(�P�|��;h�M����/˜�(D�<	#%�9�A�>P�ٕ��g)a�n���ﷀ��*���T��R-��֬���y!�������P[@��]ݹ����v�>�Nj>�� 3#��$�
+^VRM	<eF���a���<A��V8��	�����ĺ���!O����~Q5�q��ߵ	q��\�/5�\T~�k�ES�t�(�e/;�.�MߕD����4R2��گb;����}��+�5f`��G�ae駲)ZFDY� ۙ�g�hs�j5�t��A9��:���{B?c�͡���{mj�-(B���*��Y�J�S`�t>��h<c5�^�{%�@u��'UPL@�€(?�l|����F?��@	�����'ax&��9�T�.���ǰK x�eC�3�>KR'��PV�\�����j'�����۽��!HG�̊p�U��Sٙ��K�0��rz�eLo?&2Z-F6���a�K���lgm��$�c7��5vqO�<�&`����l�����eJ|���kp�+�U��|�M��j��w��)M�R�vK���vɺ�1���:� �:h��mk�A2g��<W�5�#��t�橐�ق�pF�Ȁ��ځ�g1�����y[<d�%s�Dc�6"�����Z7Ե�L�W0#�;,�����j�R�����D�!l�������,��3��1�Gkv���!7Q��:�k�8�D��T����[|=˰�?������3�y�u�u��D��p]�վ���|�t>ә&�<��=���-�o�˃sЋ�ͷ�>�z�/��\����c��%��P���oZ��Ɛc��4˹1Dw���K;��:^G���������lcrڻE?c�'/_�}��X4�m�a��fj�~U���Mg�|)0�k���+n�=>��-$n�ߵ�b:I�~��Z�EY��S4!��-��dyӫ�8��&M?�e9�ї
+a��	�kA!�3@�[�i�צ&܂R ��ъ���u����`����td�L���H���h�`�C+-���멑�$s�:�����l�N���?��D�ت�r��T�!`
g��S�>�?3��oPMѳ!5|
44ѱ�P������C>(0������۪���>t���Zɀv�+O2Vo��g��{�" L/�A@��L��،��˜�I��g�+hV�/�/���b��;d?�3����}��2�R����-���`��+mRs��5�_�2|O>�c!�]��oM�\��
�	���凘��j̦rj�5�n���5F6�0Tw&=������h��+����"��1皎|Z�	23R�hJ¬�%`%՞��K
+�0�4�x2ٻ,:^�«S"�?���P	L�;����"����f��̌�\м�lz���H��Y��A��1	[U�ZK�CXE�>M���30��#��E�婧r�[��D�64��r6�Fo:����_���x�ι�'Ey]O�Wɡ�Q�\����f���o������%v�sf�}��`n�;���A�^v@��m������y���$d�MG>e�-G��Fe®�sx
+v_��������b(G�ɹ4.s�+��w2���
+�"Ӂ�g�>8�f���z�Y�*��@�]�ք&:6ޓ?���jU���z�>�>���c:�Kd3i�1�Ej
4�����e�=T�;OJӻtF��~�Ɏ7'����{�m�]�S:�zQ�d@�$�c�5������6&��[k��+�Px�]�y��NY��:µ:��A�M��ʴj�]�<�hH��|�U�,o����|T
�`��ϲ�ĕ=v�fH��7l�p���;G���9y*��'ό*T�9�M��!�!�#~��縞8�4����Ni4l��������Zѹ�cܼ�`���;ـ��A��?V�M�(,����*�ư�w��:�����2�j�L��w/	0v�&Kش\�
+�ң�#��-V�:�(.�:"X;jպ�P\����`q�ZT�("
+
+*�`E$��d4�10������A�}o���{�P@�Y:���N!�d����b��q�l'O0��g�dn�x���Zs��*�E��2�^��k{l�U��R]g�4�V����a
�#�	W�Iʌ����>�/�.9�̝��Mj�V��Ax�����9;��e˩�$���ԍ)�n~Um]Dl$���!�M�n�$��<�_Oi�<o�VoR:�!v�|H��
+��S�Z�\�4%;J�ak�X_HZ�_E�ei�������,֩�ȷ��Q����H��������H��"��qw��r�Pj�x������A=k�y���G��
?�f���I
_C�ڮY��֏��k����s���_����r��4kL��O�{|)�ԗ�-c�oi<�JJY,,BT�&Ts�ڟ0��7�as�U\Z"�ᤔ���ґ||�c��6䋻�W�3s
����ޕQ���5�A�?���F��ov&l��_���Y5͋�'�_����3v�k�����O}��R^�@��N��҃�@�g�(2��F�'���v�P^P:P�D�� =(���xP:@J*�(������J�@�@�����t�P@P:�H��N��҃�@A�� �T:{�+��*J���dP:P����/=�@zP:�((�$�ҁB(�(��J�ɠt ��$J�9��@2(!�2��@N�t��JB�L�t��(�$�ҁB(�(��J�ɠt��)� 	fB�Į����B�� P:�H��NѮL?	B(�^&��}��r��dP:P��ʄ�6�@����[�Q:��	YJ�ݥ65��&���X?��}�f�>�"�q����N��҃�@��t.E�Bf�^;�%�N+�w� ����Mb��I2��٭=�J�(�t�t����
+�,���	��vb�M��j��T:Q:�HJ�D���;�6��H�jG�ҡhn�m�W;nq�i�̵�T�D��A����K���������Y}�{�?&���ƃ���':���,�H��J��2��g�L�[�[`�����}q��0��@�����Z:�Bw�j����Ax�Kɣ��uK�稙r
+
76y4cA]�E"_:+Jև����W!b2;�=��*�o0)PF��t(�QѠ��E����I/;l���iS�BFᩀ,�Q�%�Kܜv���M.\��јU�"��n���n]Y�vꔩq�A���2Ǡ�Ռ[e~/{�~
��E�öy��7ޥ�@.7b_�@�|��O����('��t�P@��t��[XzdfD���Q-��R� *���W7}B=�Cq|*��&�}����$0+9��h��[4�$�J�f�֟�Hm{A�d0�ο���N~L�,��l�6ѯ�C��F[��.�	����ۇ�.U�H�C�q6��Lf�c&h�L�ʎukriН�3h(�^;�.b�|*�h~,��k�ؽt�Mh��>���k��tX���KumI���->����#܀��^�� �|�ɭ����;0�IevA�j.�Ѫm�h>���'�FHE��.�IM�[>g�V@�n~���G)J_0�o���w�j*���:
�>��� �w:�J"���NL�`:D�
+H]��_�3�tL	�����F̹D���zpy��ΕH�hT��g�GV���x�zZ���������R��ud�M��Ԕ7�AT:$Ɯgm��W���a��i���N:�%9�Q:����rL��ZC�[��T%������?��"�eX��T�����w��9~�@��o鈩b��Twgb y��'��S����L�i�
ys����c��1�(�||m�CFI��O��m1ʌ�AsIe>��~z�\�_��wN'M�tp����E�G�j?cg^Z���
�ə��^�؋9	W�H7>n	�<v�Jeq�|����YԌ�:=\�W�H���mɇƳ*j+F���5�`��Ԙ�τ�Н�_pPȺ_�'�ٿ{�˟�}rc��s��L\�^C��k�ؽth�R`-fqM�\a}�_aWھ��w��_�J[C��ߠZ9ftŽ�K/��c��9i��]����[v����\D*G�|t�y|����|"�]����^nv,�h�A�Va�w�����+�3�m�u/�!nFF���>=yj��]>Sm�ʨ�$�U��tD;����wg��iF�����a���z͑�.�j,��i��VU���Pp�R˃b�l�����-5�請f�a�t��po�+��C���}�=�sQa�.*����XP�w�h��"
D�'L����7�7��_�dz�Ύ4�/!���+��õ
"�V̹DZ�N7����m�$z����-�\G�������W:}_?�YKg��*G��V��A�;�7����.>͓dt�s��)�JwŔ��Al����x����63����J��Ǧ�j��>�z���t��ƮId�U�
+>�r�>�U)�,����e�ԕ��=H�����Z@\PP��0:�-<Z�:V�8ա���R�Z\F\F�*����PD	�$��)�l4		 K���s��ɹ���{�s��g�ȃf��6�1i;�w�ECZ2�s�l��ф��{����Ir��;ܸ6������$_
+'�}�jF�6tPpF��g��a�X�P샙�0�E��>CZl��Q'T�tԂT�+�E>8�'��x�]k���S����\���X�ǖ�Z��68�S<�$b!($:�*aW���tT����X����Up軛���2��-�#(ύ�'��ўJ���ƂPy&:���w.���.*�4?�e��\8��^��9��(�΋�?"%�!��s��;�.��&��T'���TN:�yVc'0�I��D�h��(Pk�I��$�cL�eXT	�~{[N�c�����z:�Hg���epSc�	���\�����������nMh�&B�q�+x��@swJ�/[}�c7&W�s�hL/� 9�,�rv�0J�t�Z
+/\˰)�țP�jͽ�p=����Z��&�K�H�+��-g�|=.]��H���\�v���}E>z I�DT����x�-��秣���h5R��~82ʑHUҁ��6�<�]���D�-�5�a�"�u@����i����`��/���Zj���J:����Y=���3S��9��d]\�b�k��gw��Y؜�-ാ���n�S�($T�o>@��<�c'W��#i%K��N��$�/�L3b{���`�_v�����|�9D��[�2�"���)"��(�u�5t�I�"s�\!�K9"�?��8i�l>������Tl�E:�7��H���2T%��%���C��BQ^DƗ)�z
�Pī��O�m�GH��P2����	NX�W�M�G��׬_O�4�ʁP���O�#�߷��4���դ��(�'�p��(���L�Z��r{#�j|>�zslqݢ�n"���"�N��P��{����V���ï̼R�{�T�M�	=��g�VV޾\+(�UQ�*��r	t�%'*ռ��!��#�ٯ�7�_�w���A�؆������[ϊX`����it��ກ
��S�n��cE\�[�@�W-�	�ܻZos�{d�#���#_����%[\>���k�#�="09Ag���0��K��E����#�F���9��}r�U���譒8�dod�IG�v�CI�^�!����`²B@��
+hF1X.{�+�(��OŒ ,M��[�q�Eo�d�^��aJτ0����ȟ���f�E9�q%+�']g�䮳�b��������y��e0y���M�i�/��iWK����M�����Ȁ�����^Ed8���5z���g��6�'2���ڧy4�P�O'�� �?��1����i�= �oS��wc�;��B|0�w�~\�,��:�Ĭ�[��G�6���vX��I�3o2o1_�>�n�-Q�@ ��ОuRN!�IG5��jT��Z���t���&��|s�/�31�3�R������o#>���-�M`�ķ:��+���4�Ev]��x��@��kO^���N���	B�q��p�ݤCYyFՋ�?�f�~g�g�ں�>Ƞ�t���Ror
N:�<>�}�L��c�]|�)�.�JޞZ�4�q�2rʑHu�υ�,v�>�8�����
�ԣ��M<�}��0�C��\9r��&����n��g�M-U�vIGF}iA2���h�\!�)��p��a�� �o�B�wZ�"I���y�b���$wf��|0�I�ܡ&�����d]�I� ���
_�g�3�3y��;�̓։����+�����c�UHGA-ZJzE��x�Q�>�Y�UϠ�.0hg`}b/R��?"Ӻ(��_ҁ�C��z�4�>�N�p~lE8tc�� =G��Y�"6s�^>��Ը����s�[/Tc)W�.�*�n�n]��v�����N�
��nJ��߷��x��QM:j��>x��^�2W9�P��[l�?�س�x���Е5U��p�n�Z&B��΃�	����Fp�ѡ�襌+��c����d�M���W��6a�����%�;�IG���Ζ��>�l?s(5˥t={���#�ꀞǁ���/�"Y�N�'�Ԙ��G�������FB:�:��Rk�zg�10c ���<���f%�aX[SB�t.��7_�kۆ��<O�%�N썪�T6�j��A�`�}�:q~1����V�_ddHGQ���a)�����7��k@F1��{@��H�>�HGs�y^�
ҁc`ZvwM��9g���	#��{ԄȢ9�Ш��Yp���!%?���w�S�t���&�뫼�m�p���Rk���IG"UhG��c���Ob�:�DKi��y&f=4�íi����p�yk�W���1�U�(��%}$0;S�>�R��K�C��5o2���5��~�����tX�vű�t���zα[R�a���dBe���z*��%E��%r���yTSW�/!	[�����uA��S�*�XD
+ZQ��Z�q��q;�.�Z�ԭZu�q���TeQ@VqXd
;a��) 
+����������ݛǻܯ�h�(?���7v
��&�s��~:H[`� �l�m��NgdV˜,f��*��<}ȑ�ٚ߇�I�����4��Sn�}���ុ�!�?�8���X#+�8v�o0����)�Mfttr����F-�듄Z�g) �L�m�����3~��I�����lq)�������a��oWZgJd���:q�����,ݪ<5�%i���}2��ӓZ�0;1Fg>��bW��:z���"�r�#W���-��R���X������*���_Vŗ'��7�������J�3c�9G6�p�&fDz5�Z���Q 
+�������RBTJgt�����8-pq��/�Lo/}��� ���R����C��=��ne��SWe7��A΍�Bf������<ȶ�9��_ޫ�t����@��� ���A����WS�3��Q\�+:.����޸Up�v��S��* �mJN�tD6�tB\��8I�'jN�O\P/�Ny�kT����#�7��F�ֶÐ���k�o,5�
+?ćr?m�F��3�F�.ԭ���u��f��N��'b�j(�s��X#�򕛸9~)�O�[Gr��D�Z�����f��k��9��9�
�z�9��f:oaxS+I'�����[�ґ��[>����z��o��ECm�k�.{O&�L�8Dm>g�R=�ac*햖�V:���9���O,
+���O�L��.%c[�A�W�I[EC�rH:.��U����W��"��?a,�B�@뚖5@�-�;$����I��!��G�`�k�i�}�R��9�/0�s�F��x6[DlC�JuKT����!������T���Դ"�i�0g����6��4�n��`�xҴm�֬?��JKg\��|ei�H�<���\:����Aў�ۥ� H����!iY6�*�
�Cn?�E��b����D��������KGk�+�Jg�=�<�Ӵ��'}�^U%N������k�j�R_�r�3�5��e�����/N:'�����K0mk4�Us�]]q4�6J�P�Q��=�O��V\�p=+-���L�~r�MV��X�ź�F�P�3�4��S��H�5�>�y��aC���,�,�ω�� �ӫJ��,^8����-�4�>�W�������<J�k�J�N�0�@��4�A���u
�	����^!�"!���<��'�yRȼ��a�<�ו@�_6'r�#��I�m��2��&�=�t^��z2��̙���X���!�d�Z�É看2��#�'��ϫ_�m�xK��qy��A�`�}N,��^W:���A�`�}N,�,�`� �l�t�>'������@�tD6X:h�KA�KAz X:",��I�T��hk�t����� ���A��S���,�A`� �l�tPEQ���A�nKAd����(�*$��tX:",EQT!�t��P�t�,*������4b��$+��鄣t�o��{�ӡF'k���nk��덑v��AQEKA�	EJ'��h�Ṋ�Z0�i�}�!�DU��Ƣ��Xt�7��J�Z:40���s�hW�^�e�He��JҟK�ס��w��o2�Sq��!O�tf���`�(��
+��� ݄"�s�H�
+4=�X���PJGI�=z�e�ҍ���yg�
+�N_�K�s�$�#����el�|��t�P�t�UDﺠX��]:���\?�5�&�=��]�3�3U��:'=�:�3��e�ɤ`��"�H8(���C�����R0�y03d�H���ڥ�b
+����sա.Jƌ͸V7)a�j����5B�t�����?�
+t�����B�4�#Ns����-�
+�R�Ԛ�~L�ʶ$Zcє�U�]8���u��A���(�q�Z���ed�0���y�aHk-�u4��A�vxE�j֗�
+���,g=�u���y�t�>gө�isAQ����m��X:�?��7m��^"�kǝv��{g���b�2p��}Dn׎��F��!_j+�j���q��y�g��4:(������f-�>��<�X�������R�`~��"�(�#�d,�͛|�u���`��g�EP��L�Oh^�x�?�d�L��B��	��{Nwm'b�%�P/���G���6����/8~Z ��G�c���<$�9~�s3S��*�E�A��~�D�t:�w�kU3����8K���	�@���c����N5_�PK�s6���
Aj��}{�>�N��D��p:���=�,=ȃ��󹹇H�qm���H�a0�4���E�w��H�tE�lv-8�x��t�e}]��sh�t���%��Az
������10b�r�GG�Ɗ���������5��+��-�Krҡ�B��X��~y��#��'��z]9J�|9��x�0����㦍�P�\V�cT�7oMNӼ�?�?��e�p������%�T�.T���R�2T�u�vQ�JҢZ��<{j�̸U�F�z6�tj�SM�Zb�X�2.Ba�s1g��Zј��vz�����w~?���(J��n-��s�+B�Ѥ]Af�o��� h�x�k�����Od�h��*�|������4X8����
b@�*�2�#+����ļHF T(���� g}�
��.<��	P�T����h��cH�zn�㓱
�;�g�b��H�#����@r
b#T��_���@̄��t�B�Tܒ��sd��x��nh�@@�bOz3�'���,ͼz��z�uc��Z"��������v"���E@$�t<iZ�A@<���V���4���əK�W׃�?)Fug�N�I�
R�0���͢rڙ$���k�E���@��P��;�t��d���I9�jg)-!@���\
v� �h��P�»�s�WD�iP�|��_`�0%N��J'1f��K�H�F���
���9� �r��O:Lъ�wұjpc#�����u�&��-�����?k��V6[��?��ĵJu�q�u�}5���@���3�/S�6�c�t@�j�ˋ�)z��ɵw�9K�]��N:�t�^͝}�l���I���q0k�@)cf�S��L�tl�.'����,������S�Փ;��C�J�w){A]H��m?��M�P��;�t��d���,ηF�ب;:Z~�XS�NAo�_����,�iʎ�t��mQ��C���Q�@y��#�R'ῤ��,��0��“W:ji�)Gڨ�3 D�H�z�&��Z�L�,�/, ��>~�٢e?FԹ�~�
+L<Q�w�g�%td�@��n��[ߟM����I�87c5Ș8I̯������|OV�Eǻ��5�[�p�$�г	�������:�2vo#�WQ���o�Ix&�]�}�'wĹ�����T���{⯩P����	��'~0eP)����,��`�O�(J:0n-_�jsb��'���
������#�v�����ƾ?!����Y��J��[��Zcn����*8��Ӄ�g��aUD<
S�+:b.̔<M�QY4T:�M�$���>�$�r��*����:^AJ_`5p
dWZ�^e@|��Hɕ�`Zz�׀�oH��wBJ�<Dm{�r�EM!N	D��&��E
+)�ͧG�V�d���{�鄷��@eq̃6�P{c������Nɀ�]�w~Db�~������D�Ĩ���t~�*Π�7;�K���Ʃ���)3��Š;G�����D��ʓ��uiTfn����_�s�(�aN�r7��N�L/G�Ԕs��]r~T�e
+��3�F��隼��B3�����1����[�O�0����ֱB��ý�Ps��H��j�;�/�
�8S�|8�5.g�4�������:��8M�]e��]�����JG��J
M�P�(��!�3��,�Y�bs$�f{8���1�?\�
j�J<~S�㔃;=�����1�!��vX)��F�u�t���������ÒG:�s�W�4Y��3<Xʻ�'��;���v��Nϋ��4D���Z��"�C���q��Ԗ;7�MgZ���e@�+YyӘ]��ʛ��;�6��$h{��� 
��vix@vt�]�p�,��e\���$rށ��m�����	.��~�)u?�h
������I��'.���w���'۴E����,b1%7o��A��a��kS\�Z�S��>�aChkiX8�s�Ի��פ��|�dK��QV�z���Xۮ��,�DS�J�:P͟I: r���&6v	6Uy��b��`n���Ḯ���CX��Qm���i;��Z��,T7jƂ���L����E�w��j���b��td?�K0F(�ݫ�t���C���)���J�W�@�D"Y��c7
+%B��Fw?�0F0ŋ��-����馮+Aѥ���$��o�@��H�Y�M	��G98�{�G:�C CN�7��$��!Ć��X鄒��w4�Ď�VN����lNS��ƫ��ʷ��_�rGU"!0Q��t,�Q�-�u��o���_�	�h�i%\�K@	�H������(O����F7}n��ި$�L����L�=�H���s[�0'�S�����X��4�6
D��J)�~\���-�
+�?���8e�sa��L����������~��Q�����cCllk�oZ�D\Y�m�����p����*��c��M��<h`�E��fе��3V����X�I�����t��d�w&,��d���O�Y��*�\���ד���]�ꁨ	�����U�׊���q��Z�a�� �b�H=V~��޿��F��)(T:
+l�t�g�p��E�k$�A̅=�A��M�<��(����g��?�[@p�U����������	P�W����m� W" -�@D�(���Q���d���U�*(݅�K��E/�[���K]�ʍ�r�%"G�!	I6�@9,��a�w��@�/�?3a�Q�-k�00x���y�{����Jg���t�7*�#ɚ�^(�����bͲ����{e���B)^c���}1Q�}�g�Y=rmУ3�A����Όd�rj*4�r�n?�v�P@󽐮�ae�WS�L,G���y��1<�S�iЂi��W�b��!i����9$�
,nM�C��ج�*l��؃3�S.e��H�D��"�lԄҡp���N�ٰ�L{h����J�D�窉xC����ӌ8}aH�h}j����vmP��Iڸ��g������(�B�LV:P��n w��ғ�&��Rqη�EkK�����9��QI��)��1��)B��7P�͍^����ɪ—��f���]��0�4�3͍��H�|\��E���AW	�@�I��ÿ�TM�L���L����Sp����-i��8KQ�'��/�fUP�9�7��ac�3}A�̌�U:��*��.��
+=��a6Q!����m��]���<C�Ka'{�H5CMzo'f�s�\���йԐ�7��Ќ��~P�2jV(@�H����ߡ�Zs��~}i��w	�7Jg��ś������X�
A�"V#���[�|������^�a1���Ar�*�5�tp��M��䯷E?�K����x��o���`�Q$�W�{y����+���-�(��J�v��^:�����P��re<���W�t�UYC�W����K���v��!��M��5�
+VA��f^P:��H錵�.�c��	�	蝒�JG����`t������M�����y�8��l���֩�;(l��U: ��\[������_-~�P��,cb9��g@��P�j>X����ڡ��7�"�':�OhI$�U�)�2�i��\�AZ������W�A�~�T��w�=�L�(ҡ�%�RQt��j~�Ţ�dр�z�М�+L��z򱟂,ʮewk�N�.30��;�ҎB:��&"�շ|H:(=f=�Z�����<MH$~������bk�=���_�R2�,��Y���B:�{�Q6���=�7G���\LJ��g�Z�b��#G�t&+²�l;ف�n�$00��@���J���]��9̢�����=�E�"��������̨�a�l����H;SQ�"� �tZ�@�2���֋�PN����S������!�JG�]��@�H�3 ���@�3��ac�����J矴���}oiA��G�Ip?S���W��N>���.��~SX<���R�{o��(�8�K�e(cP:(�,�.F��:�SG�Z_��`%f�D,�eO���3���貘&���-`�g���K�&"r���J_�'�?����w@.��
r���)�5��V��^Y������U��l
+�Uͧ5��-�[�Dž��"����΂�Sw��)��Y1w>Ɩ,�yA�L�t�%v1( �c/��l�W���A�_2j�j�]�t`3/(��H�LU8C��� <��']��V�\`d�	���s�}db ��
��@����;(l�~7� ��ZpO�}����2ȍ�=嗯��/q)����\�����S�o����l|c�O���1m�����'�S�5�����+v
o@ޚ[��P����[Z�����!-�f�{�@��������|XB��@�w�Xym@�|nT��P\�X�`�9��G~�aG8����!�z�
+Q���+1��I�;�ԕ.P��ҙ�t0jGxꥳ;Z�N�hq3d���ѥ�U�l�S�kl�rF4�ot��% �@��f^P:3�5ߤ��=���D�y�/F����v���y$�"��{.l��t`��^�DY�k��3���4��՗U��ʘX�kV`�T����A�8�C�4.�NƉ�ᕆqWo��J���c�>��펪�N$
�VjA��[m��o��j�(b�3r���^O>�S�E��'���*Qqڼ�S�=��fY����-���>�=nEW:y�j������/��x�r,C�K��8�����<���$)�ۣ�Iv9^�$ל�ti��U�z_�nR}����΋��.DS����t�^cIV��t�����y.�:J�P:��T�Av��۲M�Ij3u��9��S����bձ�Ѥ���� ��
+�t?&T)�X�x����)f�ZC��f^P:0��aP:0��M�t2�;,Tr�\���5�U���u���}yKd�K�����|��gh1�g�����E3Z{�r�rա����jFM ��w��/Rj�ݛ9����-'�K���aN��R��/~E�&T�����y���,�U�;*w�t U����053���5�V��8���[MԚD�`�b��D(V��P�������⢻\����E� Y�gwr~�������Y��wi5�^�z�����]��'�^�^ ߺ�Yv��IQ��O^��m���W��#&\��(͠�w�_w]�j^g�fsµ�)֣���o>��~#g��7?6�Rw�h>��?�\yz籂ō��d_�/�3�a��
(�ᖎ���ǎ�	{�V31̚����U^�Ջ7�u�N�=Ӟ8���}uM����y~�.X�/(*�C速(�����c�ҁИ�U:�'��|��p�{ɤ���������P:�s�*�)K�Ta�r�ZڅN/h�z4E��$Ёd�za�'��J�#�@��t ��U:c"�dV]X�|�*
�P�e�ZC��LZ�I��M����FJ��A�@Ω�t������A���?(�9Q:���FJ��A�@Ή�`�t�0Bؔά�ւk�����9�`Ne�����`S:)҉	���CvPu%:+^&̕�9��N��o8➳6ӌ���L�A�_0���Y��KI�rg�P:�sFv��C����t��/i��l����jG[%�&��tl��t,�x���t��OZ~|�x&
+�g:�$O~�S��ŅQ2G���a�(!��D����`[:{�Z�$��m���
+gZR�4���o��O:\,�����Mr��b��'���h�2k/Ǥ����'(��m�yi��8��ٶ�7���i��*]3�,�?�p1���1��7����!���(�^lKg�+ѬPv���tL•��_��L\oN������ƽ7�����Odjf��{.g9��~�u�bL�E��������M�9��LYz.�Q������9ɻ���@�@!d%J��>JG�W>�g�!��;��
+�w�]:j���cm��$�T:wD�񘟩�;KG'�kC��J�/\-�+�o������9f~�+����mz���/
��`쓗Cͥ�⎀��t ����A4�u4����
}�ά�ւ-�2�}+Z�
㻠�J<ˮ9'G�Œ�H�Ru���WF��g��(�??ruZ�֯����Z��c���N�x�v&�	}<�d��Z�8'4���й�ɣ#H�UL�JB!+Q:D{z��g(��lKgO����JN��x���<'q����~w�+�%��d��#�+�iImϪ�:�|��[���cs[�5P:�sjH��p�=�)��@���,����*GC_U��}������7�/��H{����
+�BY��Mm}ʹ��~޾,�V�]j+�ҁ�S{*�B��"Wݿ�(��1#U:)҉	��U���C��w.7��b?p�>U9*(�FG���׳�M�y�ә�&��t�Ij�CDhfc�?����3�n������9��T�9��������}�A���*�Y��+G�pJ��u���q��q�3��BI�}ls�"j�%u��Y��0a�S�����6-YnR�֮��G@�@Ή�`�t�s�t�H��\��9'J����A���8���ǁJ�	�S=���4Χ���E!�N���b���C���OP:�s�t�:(�Do�ӻp�X<}��y���~���۾�VR���`��ll���{WG���Q���l6��������{����KEiԤcJ����7_�i��
�>!ݜ����eٔ��P{�������_��R�$��
+Jg�K�T9,kg(�q.�w�0�h��An�<��\��i�����1H�0.N��o����R&�}ޠ��?�����|�e�ɟ��Y���+ɱ_ ^���^&Q���\u������_�2K-i��~}��G�SO<�ɽ����uUg����q�62����d/ş8�$� ����M�0dO;�m���&Cj�yԝ���9��?eP:#��rlo�����J��9_„{֊�z��(:�j �%<K�~%���,WTTN�]j�\��#�Z:߷�:�((ܯja]&=�ǔY�^4{j�G�IJ|�r�)5iFUM�gm��[t�-�%��Rdz
l(r^J�E˿7�<���׈<j�j�Se�&��G�hK�]ma�'�4�{z}tbI����45�?ۧ���1h�P��)�|��L��3�>�����T�0���t��w��<�p�KVq�)��3;B�vs|�z׎u��o��.��$ޡ�?���=���k2⟼����g�Ec���u��
+U�қOR#9��s���
#���
Jp����Wz�kg��âv�>��)(��FQ�A]�s�����q�g��&ѫ37^Ͱ��,��_��dn\�[�N���]�O�[���{j#s
+��CeUuV�#b����_�^0���]����{��έI^��Ƴ�+$!S�4��
+�����������k�k*& ܻ:B��9E7(�FÖή1/��{"S�x�\uv_dBw^���U4ut�n�].��v�t�����~�G5u�q��Ia������H+e*�uEF���V�XE�jepqW�:**�S�mYDw�`�� �H��H2�h)m���9�?x���~�搛����b"O?��JҪ�pZ�vȌy)
�e��C���醟5��}��X��h�����Q-���6sk��	��	��u.1Z��	Ȇ"b�/�c����_��+X02��ⶄ��0�V/u'�����h���\1�,"�YMݫOs�X����k$u���W���!ք��j�=Q@��͎3�)s�o��=m
+
+���.
+�tp�dÌu�����5P:�@Z�S�������C�u���n�ض�m��h�O%Dμ��;Z�(��A�S��紀>pd�d���,��ڜT���	�	"�
+����z��r�k�o\c�h����-SOM�L��΁����R�%����ٹ�O��
�������?�G6@�+T��L���ḥn�n�tJ]r�$�!�����������D:H��_u����=K�@ܦXw��Fƈk�mۃ�b�4wC�0N��rB6Olȸ��0�Fǜ�L��4� .����'G7�;Ydq��+$F]=N�
ޫw�Q�և 5�����E�4�Sͣ`&z}�10#ؙv��>C��omQ�m�g0SW�PyՏ��:x�י��R�M���_�e����R�Z͚dj�D{�<i��re�y}�֗������Ҙza�pc�7j�t���Ln>]�<:L���i޲'1�3&^��_:�?�)�lm;�������>4p�6�{k��]��F���D:�X=��+Gc���{,�km;�k����95�����xO[%�B�Z����K��A�X������u�s�I�N*+w��q�lxKۼ�tk�k�~8=ҡQvs�)5�y���Ҡe�t� y�2���\_�iB���/���![���_��Ԩ���B�H]�
+2I�ϻ�\ 9Y�5h9a�D~G�����9і�y@��Q����i|X�K���M:�aIa؊���5Q�zo)��}v-��
+�	
.@�������d�6�]Jt��̦fݗ��d�~t�bfV�[z/�R&�A둿�t�Z���=����y��"��x>г��#C���(�SF�K��1ge�%'U�=P��*���̴����{'ZD�hu�@7#�A2>�Hg�ҧ�wV���Ѥ���*���]���*,�VwF��^)`�<⻜S
�&���=Ya�/A�r�[U�!����B���E�@��g}���7�y���Ȁ�(Tv��?u�wiп�D:H��WQ�xw+q&֯3�,qz'U�WP�B�A�~P�����`J`���_&�^�OF������ֱ!��V p�\q�֎2Y�$e��R��J)`lgWJkO�LO�$��a��؂�&7ӜzOg�}iw�
+L_�f�R�s����ʙIe�{���tt76hP�����J�s�>K.�"dw]�M��
��}�Sm,(�|)g�)k�2��T:ì��nO��U)�'�ee|��I�$�P��0]9`���V�� ����@^����7uk[Vv&;K1�k�+֬�A�A�w`��
�H�8
"�Q̞ߣ����r���t���^w�ѩ�<�����}�ِs��Nk_��9����t�
f�f�=�X_7�~騛_S��ǿ��gR�"~hb�� A2zY�|G�bElW���sP��v�~���稝�"���eИ�“i��������U�@�|�xŐ{U�������?	���GF*$�q��u��h��R֫9���<d����+��D�t�%P�~�)�J��p&<ո<�ۧZ�?���Ho����_e�Y���aJ@��
+��Jg�5���	\���3]1���þ��-������ȭ��ky��tP�d���-�.FS�߱�)d`Ȣ��ީ�m��ӭ}a"�N4"$�4�tF1�W:�R�ͽ'rY֎�������:�Џ?a]�E�b��vH�f{����t�ͯ�t��[�K}�*�8q��J���m)7��e��'Zps��*���Rs��vp� A2|�L:({�veZD�b�����]� �Ŏ(Qދ�0�P��"��-������m�c͍��Q1�i��Yw�����i�p�+�A[W�)Je�v7-\���c�%���<XD{�rL��3I�j��h��-R�`����[���=,�-9��۴9O�-��C
�t89f;W���(v�l�Q-����`m�U-��t�9���1��c
��f�xFk
O&$H��Hg�H�)��_�h���~��L��q,-��57�s�h(XB�J+m;�>�-����@5���p�(/����W]��Wp=�����KG]�j��T:p����r86�F�/�ɛ��(Ml�c_5���qRA�0{;\� A2|FV:�>�V�L�_g:NY����U�?����{���'�� ��$���B�m�{O������^����-ڞ׺�jk�Ze)��@�R�**2U�"U�((+�����Ұ5>���{<	I~7�|��I��3�7�S.��}��z�W��d4��X�z�^w_:�dt�}P�Hwj��5[�fK<h�$���=Q�J�Pȡ?y��5��qO�QCz���
a:�I��y��0����DIsJ#f6�d��#y#t��i��[\�x<~�g�)6�.g��3�����5�4�����)��9���M�������a���x��no������Y:*~j u�A��������"��1�Ŋ�8���I,6[�Z�\��Y�(>��G߶�[��,�Q%�,}.�[�cư���.׉�Q֖o�X�B�`X�ե�	]!r��Τ$��U�R���V�*nڐ�l������B�c��g�|���##X��#�>o�N�ˢ� ���=ƭ���"뙦\,;g�ם��V��/.�Ϭҵ_�e?#"�U)Gg�)�Գ�Vs���x�z�������П�B���<سa�W�#kf?��Bi�I�k���F�y���ބ5;)g�ɞVQ_��4��e���T
��6�f���*�]�g�f��O���{�t������-I��S���z�$@�[�cư���5	��u�t0�������4'�T�������ޔtl��Ŋڵ��G�}Y�������) {��`]J��
J��JkJ��zSҹ �q��q�����v�;�Bn�Xhp3o���b��^�J��N3L�,��b��ʼn�Rç�n�?O1CS�UO)�f�V�{:�����-B��t�A�`X�C�`MB�t]oJ:�ψ�z�fǖuL;J��y���aA�v��/vz=�*0��_ׁ�n��!oRy���m�`�<�'�ն�I4��}���L�7�-^""�lyo�N��ӎ�Oe�ej�N���am��5	��u�I��Z���1�(�S��Ä�:3�QR^^��f��@lI�o�E���P4gT��\��ֹX)�;�+�L}�x���Y�e:�� }qʂ�'��yF��R0{��[��28z�Lq���^wO�b$�ؾ�@���--J, ��ǻ��n�p�Hs�)��?Gl�3��X��
+���B>Ͷ��b���<78���̤l��_��;ڏ�E�7����:9�N;��27��Ri��⑪�N8����=��$ŷ����MIG�Ah;�c�yM:T)�n�9�
=���u����P�ݖ`�ow�S�}ם=lY;}M�[H�X���f�O�J���"M��i=�HZɤ��L0�Lp����K�tc�S������*�B@�pnڪ`����Slj����!�X�kş�hQ:pA���t�B2Y6„�H�����ᗍA�K(�v�d��� �|%�}3�I%��wjP:��P:��u�t}�"��ޫ�l�im+�՘R:�;�Bnt��N������cZPВ��Į�\-����>��������_��ݞnWe�;�/f�>�k�zi
+cN�A��،c�.�uK��J��m�S"�Wn�&����SkRq.|M��zQɯ3ξ�tw���!$U	��ېg��/�q�ڨ��7����.��Q�P:��)���A�F���!	9�I�Y��yg�5��ppp^���Y�!ۡe�.�fǖ�Ŋڱ�Rddn�/��M��B�65'k2A�:鬿F�ȇ����a-�����'�g(.3�u&|��#qb�\$��3���hq|��]��`����,c�S��Q?j��0�K����i��,/�ϯ�вևA�R�7c�O�r�~��4ޛ��X�O�$}>JG]B�c���<�:�[��P|A�WH>,E��3��ð����05���9:�c�QD4#�����(�\�PD������xIt�*��Qq+_H�t�������p�]*J0���4��d�T�B:���S��d��[
+�N�F��]�'�Q3{ן۬t�"V�08*�F��t�1J�8�,{Wf���D�Pr6��L.C����t�A�`�[���ы�r5'�=\����W�K��9�?��"!w�";;�oY8�e���2~ι�G�9=���׳�28z�N^]�
+{��ulV���a�s��� ���_$u"k�8��ӽ�?g��؛�ېg��/�q�ڨ��'���Ǣt�%�N;F)�9�$�����y��рL�"��,�����Ӎ��ao��H�j���mnǔ����A�9���M��U��t�rH2@ZpH-�
+~��;cw��ƴ,
S����M��
+�/���&<I��U���i}���/�̌7�-ZW/m0�HX[�p�e�_^�4(���g���-��G�R:i��ef'����4��.�ô��E����sU{��p��^7-$Ko਻5�^�����Km7��~��5u�q��,J@DPYEn�#n��Sk�h��Z��Uh���*h�- jEK��ʢ@밹����n,R
*;!��!�{�K���d�{���Ͻ����&�9/_ɶ�������1��h����#1
֜��sI�CQ�s�
+�
+�@ 0�"�1����[N'���"#N���_j�l�$�f⩓�kL��}�_����Yt'g�|�	=�����|_&?5<�+[/���^���=J��4�٫�RJE��Q�	�]^G�G�Q6�ۖ\���|�^}������U�x��\�O��2̗��U ���μ&f/u?ۣ��H���)�0������K�xd��Y�_���0"37#\�c$I�h�L[a�o���h����8-l���L��eL�� Ӓ��F�$b�|��!���Z�N׻�t�-`(�Q 2�Yg���T��cv�ڜ} �?1�Hs�5=T*b��@ �7;`:�0D��C1&&��U�C]J�hM�8�p��`��ܤk�x��vD,��j=�1�����Q 2��h*�t\�c$Ivi��?7��+�g}�O���Q�t��D�t����)0��t�Qu�s�?��7	y
+R4�׻~Hf#��C�ALG��Lg���Y������n��ۂ��;byV>³��IlGU";��e@ ��d%���>��`:� 0"3��$BC*���H����
��ܣ�����ن詘
��
+���:Om������޾�`:�0D����|�t��t�Ml�'�$�8T�;z�^��x�z�ϣ�Ǜ�L�[%�l��?�KT���=`:��w�t�@�����(��x�J�H�D�g�V��~l4A���G�m��\n<K]���J����l�cۍ�F�i�
+���L����� `:� 0"3�v�5lQq��z�>�g�>E"��p�������Ci�؜,�L�G�q�����U���=`:��w�t�@�����(��s�;�7��o⌜�H��p#�֑�����پA�)iN؍�L��������w_��J�wޅ'.�/�H:���ߎ`5�;?����|�t0֨j���-)�yz��I;o��x
1�'Y��E%�2λ@o����z��</}�K��m������s��g�Z��v�l4�7M/�����-S�"Lo��i�N���9=i�uߗ~v廋�O��F�o����;T$`:��w�t�P��uI��Q��G��R+F�Zd��B.�bE�3�������%4�!c�A4���!��?�=���P�A�N�ƚ6��牯1:3_t7�<$YX�*�
+�agh"ȢϢ���[��$���3)��n;]M�ǯ*4G
+f��M_*��t����Í8VO�_�ye�!1��,t�����t��)K�/#��CO���3mm��z�Clz9VZ6P�J�w����{����P�*����*�� ��p�GY�p���D-�
�O[ ���G�Ba�׾$(1�Z������eqi�i~W����zL��3��s�i5V��/���Q�{8m*[�>%�D yq�n�Z,.u��t���aBh��rf����C�i��֫�۾� ,��B���rJ�/�տ��qo|���N����_�W���j=��I���^���t�R-,������:�jݔ�[�M��TA�������\�DA�!�n�[���X%f�*f�U��l�-=���ܖg�	D]�&�Z-]��qo=�j�\*��Ink~���{��?�Qo6L�)����|�;��������^!�'v_�ZȰ��4��I{���?�Xm�֩Q�cf���?3-�x���Rk�=~+��Z�I\?P��[+�=`��6J���}J_�w���1�զ�QlÚ$�<�!��=�����<�������s���F��Z�i2>l��uE�׷�5gl��ӿV3Z���D7O�&K��n�ᚯi��	n#rH����<`:̫,GYۙ�ͷ�:0��O�d�/iM�p����,,��W��%'��W�Qj.m��i�L�D���S�ܼ�|�t�@>�n:�QwܕF��($7}WD�ƢV3?�	5nu;�HH;lC'��.��v��F2}�v&%����5ޚ���P牶�C��~�7���
+�M���y��uۯx�OXT�*������k�׬�g��ŷ�K�o�Q�e&#�uxc�_�:fd�b��[:,G��=����x�;�62(��ݞV5+�����8�'DEP�P�f���Y�mN��(v�;����r�ݑ�[l2�o���/s��?���j�	�����s�y욀O��m��d�Ԗ�0���(�Y��O�5\f$=��<_��x�8}	�xUz�'z��u��UΩ���x�z�P=v?�"b�s��?�qC���u������ ����]��E�gh�E������~��5uf��yK$�WB��t�� K���:h��೰Z;*.�Z�V)�T�/(��kQV4�QA�C"��B$) �A�	�ŘH6[��o��}���sfn���lëٱ c�7>��'=μO��螠)�z�9{�@�̄6=�l:���z]�����,�͏�:�p@�Ț0n�"�o/�p}O~[oz��*�����N��� ����8���w`Ӂ���NA�դ��E��Ȇ�2PL�͗"�=�l�S��b�%�r��T3{KRO'�am�!��?4�1�'bʜg�s!!�ay�)mV�b�� -�f��SL�H[�FYӒ����
+�q��r�~bo4��-Ca:�_�]�Q`�]�5�	������Q��1Ռc�?�M�t�Ts�qԉcu?��&o
��S ��8b03�*X��<H�ll0�=E������h�`I���/���~]J��]�opeT,��\��/�����@�s��Ď�w�rWg:�[�� ��C�k`��]�`��n����M>$�����1]����:�T��fP`@�����:�q�N�@�v0�Ǽ�00�`��#ʖ3���v<"���#�BV�'WQ����K�uݧq!�G�;ű Tg$B��հ4�J���0P.����������_`Ӂ���H�p�����y��%��8-2*�C�.��y�B�	�L�Q�w� ~�M�|
+7�N��z��Y��6�Xs3�w�Pgp�֬؇X�h��tp
+FNug�:��R�������_�/��r6-�:<�I����y�.�G�ᗢ��m�N�D�3u�s!v�5-�����ଫ�S=
+�B
����+�_�g�>~D�w4��;�I����ȟ_O�����Q�bj�N�R�bp._���>o>�)�� �ĝEI�K�#X�|��>L��ֆT�?�޽���M'����(
+H�^�I�~�"��h�,��z�����@��p�-����s(��C��V�x��F^W�N�Y�������00�t�H�
+�Q^#�g<���V����8��ؿ�ωF<��m���w|^2�k�/~f���2�C�	�!�D�^���*Lg��_
+�A��M'!���n?�����,��s�Lo������tgZ��޲��$�
��M�d��	WF�O��_3�9¤<��Rt�CU,B1Ys�U�ʐ
 �~����,�����
+@��q�ą�E�B��HH�͓����:�L�1�L����?���҆_9����^��^��Za��Y���M-����V���?ى����/}e-J��&�v׼�����g�!�1�Q�4���������ujӻq��v��s4Jn-����.��_�+�~�tr>>��ґ1o�CY��m^c탖ɯ_0R��Ӵ7��G
���Lh`��#�4��x���!�.����Fr�Z�%7�Z��>���轃��SnJ�d�a�ܠ
+�`�9�^!y��a�q[n%A-�Q�.��w��x�_7�A�fV�ҍ��\MJ�^3ٷm�Qb���@��Z1lfD�2�/�J��@4a�
���XǀJi�ܗ��eg�*&VM6`$����4�~����]�ī.O��̳b֍q`r34k-G�G�7�s�n�B�b�1�b9�#��A������E�M����HE���n<��0�D�9�-4[fɹ��j��]8`,aӁ����i:��3�pt6���8Wn:(ɠ��%����h���qF"�6D�w��B��u�6�}��q݁�d������#� ��2q��b:�Y<W��i'6�`;#��T-��W���n0.��d�9%O�b��p��b�\��a`tF�����be+(@{	󰃫/8�U
+�ʨh��C
�reV�RpHn(P�\�s��yג����b����La����v�բ5ـ�͸,70<]�اu���N�j��3u�<�
��nV��j*��0Y�Y��K�d&Bm������x�sA���}������T��c��sP��h��t$��RQ��ܰ}������ ��l:M6E<�<{Xv'�D�B�����g6=�l;ʦs�d9
+��rc!��F:���3��~O�4F<�v�8��7�p}Ϗx���7Qd#k8�/�gql~ԡC�0j��t�}z�8������~��H�t���XR��#��ge���
v�������W�c�͎��+��K����������6��=�Y�в0k�:d�&��Y/�6l���6��.��xv���-��, �9��G�j:A<W��7�'դ��
+�(��Ae}we�8~a���G�A��L>~��Qgb�����{�""���-
6`(?6�hˍ�_�Z8���ݸ��Dc���J+��=��+u�q��ѻ\�h��8�䯣��]v14�ݵX�
?h![U��'����T[�61�LG��25uJ�ٻq�N�=ܦ3�_N��
+K_�ٞ19s�#���6�t��[�a�^�b�8���gf�Qi�i��x��F�q�%�d��û�Ëv�e-�"�J.�.�)���g�/�.kX��B(M�i�&*Mm���;C9M234��>��Ρ�����y�ڗ�T3I�M|��f̔j[:J�q'����=���R�I��ƫ�GJ��K
�ʴ;^M��Q�G��vZ�N'����M��[��g��tۼ?ڦhʂ������%�gK�{JӪ���׈�����\��#�H�����/cE.G�:ԥ��]�3'v�C��O�%�b�q亥�G�Յ��
X�R�fQ;��[)�罪tZV��B���m*Gi�E错�����
�q
���ڽ�"�-��N�3s�ʏ1}$�(W�MbFE��R�ڟ
����Q�zQ��iq�s=��_�j�P��b�{���Y[_IQ��=�\�C���m��yʥ�y:�Ew���t�p�;��g�g����Sݨ�9מ���Z��z`ã(�	@J3��t�4��y�Z�����{kj8��V�Ɏ�!$��y��H*_7�?p&���F2�5�39����s��tQ:#�k3�9Z�wAmf�VW�Z:L��k��8|��
+/�4���d*n���>M�>�[怆�[e=��t�qKj�gI����Ɉ8FS�0m֖���YP���n͝{+Φv�GUny�J��J3��t�4��yO�ޖ1fMr��է#ǯ8F��|��İ��I�H��B۴-��I��%��ay�7ó|��sj�U4{J]���c��c�u1)x*#��tLR���gջ�_�N˛3�zM�[A���S�^�cp�`�ڡ����Q:��fpk]:��z(�=�m�X\�U�(��e�����}���\����W���]�e����Ba������|2��5�P:�(�����J@iS:��*���QR-���1YK�AIN?�L6�ZS�u����n�;�4��i��*���9�3S٤��?Xz���e��|��������n(�͡t���6�3�]���Ժt��t7�Ӫu��iR[S9�^"�[��At��	�����&��O:/�6�}���@�^��J3���ð����3ڔ�!@�`��M��@s(�=��P��a�i5�@A������0ôJ���t��C�`�aZ
��AP:��t0�0���� (��P:�a�VC��t��z(��|@�O�0�M�26Z�N�t�:�J@=�fpk~*�J�0L�Ͱi�}��AP:��t0�[�S��
��G�~���}�@A������n(�͡t��J@=�fpC��h���P:��t0�J@s(�=��P����N%��ABG�`���L����=]��ҟC�������kz���]�M����O��a�>�����*�Qv��$��Q�ȴ>@�P:�z���[)��]dV�(XT�e��:�����7�w)a��g[ynU�o�u��7�t�-Y��ِ]&m�z~������li.����ᙋ,�I��/u�Pܨ��R|뒮��W��pƸ�ry��C�h�wQ:�B��|�����_�z��9��B����VK��d�X-`��O5Vn�����r%ҧ�!��������.�Ο|L�4�ѽ�;ʱk}�j�0K9��L�מ�W��hY3DZO�oI�,���Ӡ.�
�Tn+�������jo�thB3$�J�J@�t��{�����ז[W)Qy�7.�F^!�&L����͵�r�,�/��Q��YsE	���Ŝ���+���1�ퟒ�ۺߎ��������^��b�����M��vd8:n��������^Vi�7�3y�I܍��v\'�uq�|N.�`��č����wڝ���B�Y���-*�3��A�0�4���G��j�>t�g�/���1��CI�J�g�;`���s��]�����(�}^&r��ȪgY+�pc6�2��y�l�����3,�5�6J�R��4�R-�ݐ��H<dP՝"i�Š����E+Τ��ϡ��[�-�Ɖ){|X� ����)���I�+%�|Yl�C~H�gfo32�����~�7���o�F�w9�mߥ/-��L����/䎲|�*��ɜB6��~��R*�w�#�������x#��J@�t��{祣{���kյ��ri��xg��X�:�o�#.�%�ڰ<r~I��̩�|k��U:"�{��O����������-��_h2ÆU�
9�{迱S�/�r�K	�$>8��sk�~{�S�8���	�DyaHw��}��ri믱�YR���a���g%�<���s�ɑ�}�̺G֡c7�y_���j38S���f�dH\��������yȏ�O�d"�3/Ϩ8a�С�t�E6�8#g��t`���X�Ԯ�1��ͥ�ӭJG���g���}�j�(�6��ݭGe%�4����K�O^�$J��6q	��R㞒������5"�*'*1W���4*��Y�,/��1]t��������/󨦮<������f!����VAPю:Eŵ�B�8�tEGE�e@���H�EE�V@�V�Ed���,jH		B iA�����9���{��{�9��~�挴�w-�f�^F��T�ՙ5qC
�q��c���O�
+��V������D΍*�`��~�?�ϥ+\����06��R��������#܊M�Z2���~�״F�&	�Hj
+i�#{
+�e3r�O����8\�Pd"L�^�f�ϙ��R���pa��AWfRV�Jj=����K�>�t���X4��,�gh���:��z���<��^c��v�ݹP��U	��·�O�!<�C�kb���ƘJ��l�����WeF����Ǔ��:�!iH:�4����1��앇d=�$�_���k:`̞�\�p�������/�����+ V���.�I��l�ª�
+Ki^e0C9������"��_�9H(�?�?���`�+�_�b�RP�<���A����N�r���>�F��06��R��S]hV�,�t�m����T&CBF1������s	"�R�F.~�Y�Y-�X������<��6��53�x�@d5���6�jH���N6��@�ܽ��)��D�,�
+���O?Yr��lX�u�"���7�VC���qT���;��yOH��Rl8�օ�Ӭ�vfn���/�p��[wgV�&o�!�Ȼ|�$,�GRUJ@�#j��A�ž��´"ۺe�"���8v������^F���4�.�,�tY����঩�	Έ��7�z�Pd|n�\�#sJP�!��)n��* ��~�{�{�h׿��s]�/H	�_��9ƀ��=Zc�@�Kٔ�7��j���Z��G�@)/Z����9�x`F��Ì�-y���<���R��ɀ��8��3�Mf`��t��G҈�*m벹�*�n~�����*�
+�>���~�37*�T�?z�_|�JӐ����?����I
+�A�O��b���䓡��t4��O��E9�ɝ9�I-�Br�{�ĭ�rQ�,�E�s
@�����"�f�*O_L���%��
+ ���7#�<�k��K
)uU]���O�%[Ѳ舂7�ҧ����T'�LG{���Ҫ����"�`Q��&���یD��9�_�˕;
+Bsa��h�3s�>�i����̴[n�u�oM'���x������*MG����k:����9��앿)�
+fh�Mf���|6Ӂ(�
躔`�go���= 7ւ�Z>㸂..���Qab:��l����Z'�+M�C����'*��R�]��Y��w;�HҾ���kb�/�-��=3��5+6�3 �Y$�d����/�Ƅ�g:Z�d0#@����Ǔ�AP�0$
I�ܨ���46�Wz����J�� �`Q���v��iy�~��9ڠ]�-�Q�3��p6\W8�0
�ލ|=g[�1�LG͌@�a��r{� 	����2�1۰��{�!	k��Gc�B�dC@�iw
�/�/�tP`��U1��O�9׺z�k��>Q�{3�q��{�d �����l�Bk�$;�����$�v����_IE�Pv	��f��k�M����xc���y�D��w�����62�������{�|
�Y�6p1����PҭH򞹔e�ݽ_x���u9a>*�����КN�T�� 5]x#���`te ���b���X}#]B6��7�b���w93�{#��>�t��U��\�T��%?�	j0�1!6�����]�����U�H�	�m�g��Q-Z
+P� ����ڼ�R�y�i��UY�ܶ(�
���ez�]y�h�y̗��҄��\�e���v��7kn��W2�'-;�>����ɐ�N��,m�����b�ѓ�//�����O�d��D��ܦ#s���c���P���ٛX�O���|���h�\v[Sz �t(o��Xn5�s� J=�Q3#�fm��2f�E��k���(daDn��S��d�,˳�
��iֿF�B�r��h%���'��g��t��"�K�Nf"�� ���?@�Z�Sqו�}z��%��Ӻ�9�Q x���G��R��D�lF�����K��B����f��}'�f�>��XhcD��WD`�4g~ցwǘ���݃�;p.�:o$����?纬o���3ݙ�I[nW��R�a)���އ�̧6��R����qΪ ̰6r��������9Jf9�։-�zgP����'�w�wp�'ږ��yr��k���ALGGz�3sݭ�~&Z�'���=W�کF�f%t��
;�X�����ڑ������ɻ��<!a�&�q�[~���r�躋�.������&�%y��-ߍ�T�t$jfT���$�������c����>��Y��m��t���?�/���<��WH�AnH
+ʢ�Wt���G-�Ei�[��Vm�E�nG׫�kڪ�V��Y�,*��Z�V
SA)�((���8�s�H�A����3������#��c�ǻ.);h�G%��%�-����L��!�'R��'s{sߏX6yn�.�JG�c���E�e�����)�<�����O1������rۍ�~F���C��γߠ�ίʎP0�t.�)�~ӿ�b�����'�x��7��6��s�֤�G��x,�)j.�W�e�|�c�����F�4����JgB___n��GfYq¯'#����ܸ�p�ئ��
�yI�]�����ӥ��"*���<s^�k=U:��}�j*�[��Ϡ�t�Tk��*����n�_tma�zIƢ��*��������h�t �eՕ�@=�*���,�a�Vy'֑uc��v�T+��E�><Q4�t���,R�ړO^��=<�[��<���U�~�⣥t�b�ʢLRK8�����J��||�����q����ƹ#WW<V/XKU5�S=�Zp���ۛ��m*����8���ԭt����t`��@�a\��Z=&��T���Ӳ'�T�6&"�뜉;Z.�3�Z��+�;s�'�q�<�t���O����1@�KG4/dx��ӆ����ı����?�?�&}�p-U����F����Πu\�Y���CJ�	P:L��=(��D���~Y:궵B�������SgIJ�'��9��7LRx���-�3䈼�7Cϳ^��oW�S?�{�rq�)�&���t�s(�P�h��G���m�jcE��y�Z����_xo�[E�F����ElFg��a
+(��A��'J����ҡ��4z����L0�p~W`4��<a\�m��,CRE��0 ��nϓ�$~�}�1��lf�\7���
+?<�PM�3������t˵��\���' �x�%)lUt���Z���{��s�eY��'�uo�)A��XW�S@��@J�8Q:���_:,bGܒ/� ��{�6�_Ȱ}2nAV��,�z���-�N�$BY�V򬿓i�]U��\:b�[eQ&�c�����٥w���6o���gWT_:��*�\��\bK�R~��쳠`�Kso:��t�J�zP:�lj���0�t4��F��~ŝo곖�$�����MO�\$5�w
�V��G�
޴�	y9y�ʇB���T8�~b��`>)%z�J�V�9���e�,��f�ܧ�>ԗ�Fk�JgX�p�	�&���~�"�M�y.c�P:L��=(���d*�>/�JG��i���T_��4L.��q2#�
��� ���[�dzZ9r��j+�`b�Y�_��V��2�T)��}���'J焐zEq���N��	�?��� ����p�Q��������*?o��j���&��������C�0����t`�s��K�h?�)��VN�I�^+�=�Y:������U��"��(Q:��Q���-��"D5���6�~K�9m�!F���[�)���A����EH��$BY��	׭_���k�Jg�%˕OJeI�1��I7�t�J�zP:B;d�+����t����t �v�nU:B*0����t �v�nS:�0
����t �vH��]J�zP:B;$J�.��=*��߁B��E����t���Kg_%� ��FQ:��bP:���ҥ!�j*J�-�����B���@�t���!�P�t��(��A�@!Ժ(���J�zP:B�.J�-�����i�K��\�$K��ww�=�&Q:�h����t�N�����"sU�A��KϾ{H��D���P:�Ѓҁ:-�]f��a�(������t�N�i�٢t�!J�.��=(��b�e�(f����@��@J괘v�-J��t��"P:�Ѓҁ:-�]f��a�(������t�N�i�٢t�!J�.��=(��b�}y�����\�s�I��,�~2\//����Xv�3������]�S�	����=~�t��"P:�Ѓҁ:-ݴ˲��6M�0W:��e���ռ!�9{SG$�a	
+���˶g�g�ZuK8x㫜8[_�R�����]��\bix.Ė�e�V���(p�홨�:����u���S8��Qw,�5[.�u�p�����5�����c�A��@J�zP:P�դt��a>�}���cy���Y}����aٻa����bg��r"�w�y؞�<{M�r#�p�Y��2}'�w�_��q��Blx����."W\�����Nx(���{�~�׼��D�;���u�Q:��(��A�@�V���f��hQ�_���v���f9T �~�ݪ*���1�l˪ћ=��sS�N�Y��:���lE��p�-�\�3��NY!%q����Ԓ�@NEq7����ŔD(k4�,�+�qŵ}�R���l�j�c;�t�<�By�r"e;x���¾M6^��t����
�^�}:��d	ԜC�I��kj�ng�ɿ��\y�k����Yj�M�����/󨦮-��$d $a�Ĭ �"ZD�C���iՁ:��Z�SħQTD�O�և�u]X���@�����d`"� 	/aXR��j�������;wg���?�������c�F��)UG;�wBp�E����qB_{~���xliMGv�3K�Ug�3���_���bT17���lB�-�c�[CAȈx��Y!S���^�p���t3}Sإ��$����3��ߓ��uE$�`�s��w�j6:�o��U*j�:�頫h'���x�jL�G���,}�R��E]�z����

�!�@A
� �@Ai$�����҄ZA�~ohq,����KB���������`���:~<v�n:�Թ���5ȗkq�?d�
+�X��/�l��S�X�/OI��:��i����O���PT);��P����q���bx����i��\�Q���z�F��X�[
���(S)A[`Kh����3(8SO: �ڟܜ� �{f�:���)�	-&��
͘��}������>��ܜE]6;�U�_�����TE�`�����AC��Ϫ�h#�$Jh!)����x�B�@LI�ќ��:�
+��
��
�;����K螁Hyןa<�Tb��{e�����"���}�l�Zb���g
?,�EIC���0$(�a$((͂�=�=�Ir�:�u���g1%������	k_`s�Bٶc��w�Ɠ*���)��wM�����/��,�z��x��[�B�V��oJ 1Q�3m?�"�6��wm�`��DcZs��`zW��gB"��k!:w�wk�e�5�Z��1�}H)C���K������_@:d��~3E�h#���2��܍,��H]&����x�I�Ƈp>�����t��֐�ԑ;�m)•���^`���Z4���Tk����b����%�ϲԗI�,11?��w^�s,
Zj!�@ҁ�?$((͂�=�=��g9r,>�7:��z��܀;�	�\^OX�K�(�`f������j����]E���_��H��.�>�~;��P$Vo�H�C��L4�,$C�U��5�|ni�ȏW�4B�c'D�"N�|��!
0����z(��yέƅͽl��d���f��j��Ӗ}w�����<��^�Y��]����3���&��~2E���F:��"�@6j������u$ME>(5騾�"C�=���L����
+�-���vMu��t���L���~ż�u'�r�[��-�L����?3��=v��� H:PP�IzD{P�Ӄ
+H��W'�Ȍ#�D��'�Q|3��=�F�O`L�4X�x���特۝u�[�z����ϒ�8�x�����|gq�}��3t���IM�r
+e�W���}��3��`�-z�R�9�Ұ�ˀ]Z(g�D���7��V4)�f��H',#��YZ�)�Y�v��HGS�
+�9G��*ݤ��}}��8�#`�u�]�Sn>n��bw�#�'=��>�N��ޤ������m�[	on�3=�$�Trc��ZG@&���nCҁ��I
+J� �@�h�t�K_����$����fFQK��{ʥ%��]��N��t*�o��$�-E��{>%�lw��6R��x�l��XA���'2Q�3m?�"��7����[n/��ۯ�Qa��H�6���|@򲃴+�R��"�鋟��?l�v����/���e+��T��"5��Α�V�����3|�<VH���@�HS����D:X��/eE��w���ϐ%fu����Hv�����êP�o@q찷!����'V�+o�R3���Z4���Tk�"����N��%K�wB#_������p��0	��fAҁ�*騟���mN�!Sݎf��qg�m�]����.Kg��}l��
I}�+݅;b��NQl
+�1�l�����)�^���z�nV����L�W��wr�~%��
�֞���=��:��O.��>���
+���T�����������Fa)���,���ϙ9ӟ�p|�G�z���@:j�j��DJ	s��7�PM�ҍW��^l��3����6���v���s��`5��?���"�C ����=�/S�p���t��T���z�V�k��+z��&�Jɭ__*��mD(��rS������n�y�u�RH���R�~I��"����^w��{<Nģp��_��"B�r8
I
+j�I
+J� �@�h��A��E��h���M����|ƙ�TYm�4��Ǻ��>~I��8��QY�w%��(;Z~������lS���ɫ՛,���Nq�qRgW�Wބ�g�
+�	%�kG��<9���,��w=�oB�F�F ��99,�^?3�w�$w��~Z���%�=�x�!�����/@ �"��v�eE;�u����G�+RǗ��Ş4��~����'���da���Ơ,���D�dZE㞾��D��(����Q�g�����t��~�@5u�q����@��AʒH�e���c���ZF錝S�u�h�ъ�q�:�:�Z;sTDWpYT\	"�"�kX�LB�1��ya��9��r��}��9|?�ͳ��wj9��廲k�w�4 Sb{)��t"��e�B}D�e;�~>�1�+_��{"�$U�gX�i�sԊ���}��B���˫���ى���tQ�t ��H
��]��1�!Jk�K��֠�<��N*J�z��A�����:�t L10�Ԙc��b�nj�c��4'��t��f���5�F/���k��8�r���F�E[���M����_D҅e�.AzL/9D㬽LE��՜=v�ע�+�����Y4k�m��m����#��Z��]�s�o��d"��.�øJ^���A�x:�"��![�+[�ь{pfTUE�B����2�����D�����3n֙|� �,`:������l�.й����m&�VӡxOz�����f��Z��lu�A
+�Ii�� n��Sb��xE)3S����C�<�3��,��9��T`���8Rj�~$w��ݎ��V���e����S��=V����6b��j�D�\t�
�T�<m�`6����-H����<n��x12�
+!9L���'��lv���G��xP��m�!m�t ��H�9v��q�����bV����+��L'��
+l~d�-O�o�������f�gS��RO�X̪�-z��:��?=����m0�=z�T���4�WO�����>���g����Z��c�Z<��v���nqX�Osh��*�IF�Xa_��x�'ܭ���S�N��f}�w񇇐:`:��������
�N���L���o��t�{~K��0<�2\�\~lZ�����wP��{F��Ǟ��vB"��"��L���������I��iI�Z���ӑ5Y�66�/'���-�F����CuXP�pc�l�_Ow�L��=��؃CH0�x�t�R�n�L�{`��c�}k���U������,�%�,�33�����v��Mș]���d|���%�5�6>��<:����(v�
ڐuL�9/o��"n:-��]�����8����|zAp� �0�x�t�R�n�L�{`���ڵ7�5��eR�c���f^Ѝ��t�<������Q�gg�A1������<:��g��ې��?�p�qv"n:��i�ƓO3G*�ϴ�1�jW>�H�!��xT�B��@ ����v�7`:��6c�_-Nk(y��W`�#smy�|K
���Z(׍��~Yc�(䮝��s#��}7��+��c��̂�<:���=���:f׿TNɒ����w[L�y�t��	N1"Ɵ�������{^��sr	n��Ӂ@�L 5E͇T�'��b�t���C��N��Na���*�>�co���t c�HML�T��twu�P{��L�83^7��0�k�W�n��zmZۛ��`:��������&L���NK1U��L�xm�t ��L���09`:$G�t�"`:�k���/`:�������D07����P�30��U�L�	s�NJ�T�m{G�ӧ48��b���*�Ty���=r7)�������/�K�6��We��mG����?`:�����y���q\$օ�sS��
+3��k%�UoI�s}�~�s]Y{�W܍_B-I��8t��K5t���g���k�St��J����q"��7mA�Q���ɩ��u��ư���P��
+�qC*�#�Y�4��胆�m�t,�ɮ��g�ٽ,󤂾�$4��G$ɒt�B�Ԥ�Ӷ�;�s��b,`:�������A{���U��pJn�w �Ί�t��krh-�#.�T�!j�Lm:��V"ko9F�tR⤂�\��S�>^��"�,�R�V�,
+�
�J�t��̀�h�'���iYOܽ���1dE���D��e�Y�G�;��(8!F<���t����������&�kLg������R��F�SX_�>��^���RL��>�\��:zUR�X�R��<��RVdXT�����e����/��rw�5�����.�
+3�L�
�d12&9u��5�)?r�;΢�3)WT76���7�A��w*��L��`e�:�L��#:!���б������]��k3��Fa�o���gV�k�����?�����~�LG[��TF9��BuHi�68cX�klԶ+K1��ҽ���2eܘZ�c�*��s!W�G�"&��d}���֘��GsQ�^7Ҳ��A�f���T��dY������7gD����ڮG����o
U
+�=y�y[�b��2��{$�)�wLo�lC������9�9H��0%�+�o�B��Z*��T;y��I��ͷ�&>!�h�fl��k����@ �������.7�s�ce񮣵��}9|	*���t֑r���	G)��h���W��ً|+S�i`e�Q�3�ì�\�@n�jIB�=ǡ�ݚ;^��5Ơyي�l�j��\Z�z���ŧw8˦.�ޟ�Z�޵�x�|�8q��[�t�c��~��5u�a����"j�*��F�R�u�UVW��A��:u[o�8ں+ZwG;�uu�U�LQ���
+*��- D�=�VA.!YF�ٓG" �;���r~��?���/��u�Ϯ�\�l��քl��T�`�'�fꦓ'S�M�C���k�IV�'6�?�
+&��Kc�ބ;���g~�M�Kڈ� #+�\��qB���9AT�4B��1��*����L��ֶ���o]�V���ы{J�o�xq۷6>$Mq$�I��G^�kZUڜL	#������̖�a�T����^Oo[Τ���R����u7���m����A����`p��t��C����.<R�2t������4K>�{���Y�]�ƅ���J���)6z�=F��H�鈔���מ���t8�S����7}e;�ݮI*�\*������p�o��e:��C��U��<��=�3�k���(�ϩ�����t6��tRå"��.\ng6m}����ڡ�.��?^W����ӗ�~.�ox_?ӡO#�~ʴ�n��7�9J~u�Yv�/z��*�B�Z+X�Ee:d��7e���c��r�L�<
˶�qNF��Lp�.W�ףB�5�o���4����� ����`p��tRWtM�#r�(��_�Y�K�r�-��Fl��j�5�_����a��'{%>�^\ݫ�z��Bȭ,?uĵuA���돍'����4iR��v��K{e4��5y�w�E9�;�p]����DŦDž�
+zh:)qRQ0�i:$����YZ��|.6�^�B*��ot����}�k.���岧�\��3�s���iDS?�nNŶ���(��X�e���c�U�m�DG��X�EuO����U�:��s���T��s����P�˩��7~����=}�yXyS��ȉ������t�]`:���N��9<�����u�ouf+��r��f+�v吩��E@�������jd��d5���w�Qk�˒�e	#v^�A���Y�����^M������%��='�φ\���t6��t�����I����4�?*��x�9���C���ą��3�4�������w��}Cf����7�-�f�����G��(!ζe���6����5"�)��4I�Y���M�em�70a������7��`����:�D�4���/ʑ��i�<4��kݾ�ɽ������	^�.�j��kʵDhYis.u-I�7��l��"����j���^{j:V������IE��v�1�_]�|��d��-�k<�y�+

3�Lgq{�����h�"{�� �k��t8N#�MK�����A�P/�Rk]��T]���8'tL�Y��tC@x���4g0Mk�h��� ��t����~o:D(���!e�4ao����'xnY8_0������ѻCm��o%�$秋ly��B���ڊv����Y��J(O����x�l�w�DCa^��0콕6���NgC:M��;{�9KKx���f4�9V���>�J�b���_VH��Z���dnʢ�����bIƤ�$nNI���Q��OL���]��~-����NXL)M��$�o�~�`s�(���mt�Z��0ԥ�ɫ���K��z��x���c�W�>�Y��_3�z<���Q��o�Z�J�Y�� �~�����08��t:�NI���s�dASmݻ��Ҭ�H7m�V^�(?���EWWH*L����M�����p���o�q$q���q&��G�=��^{j:��Bu���tR⤢`��tRå"���LLv_dJ�	�l��ag�Ee�{4r��C�IW��
+�d�,a2Bxo�-�>mS^�}��?\��#�(��F��4r�p�:���6���=y2�)��+�Id�$qx���I��e��k��t��b�Rߦ�m����s���9�6�U������/cLd�
+Z�̴�m���u���������ZM�?0dԬ��-�%I�cm��R���х���E�L�M�5��h�Mh8LA�������!N&�f��s�g�s~�̽�����Kꦓ'Q��9�G�9lLg�֚Mo`:�.0���gИ�=�>G����}{�g����J���u�鋰1��Zk6��� ��t����Ac:u�I����(C�ݣ�6�3X�� ��t����N?G�t�QY���O#����t�]`:���Lg�@���X���t�]`:���Lg����"���>��	LA�������t�0�0�������2��b��a:����� ����`pb:�@�7��tD��t�����81l=6���"4���(ߓ��/��xY�����e]��t"��6��,`2勇 ��h��� � ������@?8xi������tƓ������t���枋q[`:�������P�N����J��n8�e��	�Y�f8J��/Co��
0������t�CSX���r`8�������0�����ALGe9`9H�|�a<0������k�Lgmo���r�r���X�p`�L�v�t����*�Y]����t�t�+���)���t�`L��@��2���2�B������I1����t�JH𛔜6{�����Ʃ�i������:�j�L8�q��e
 KPAل"�c��cU�AY:�@�P��N��:U)��ʀ(�SE+*�,�D�J�T,h
������ĩ=�q�sHr��yC����g9�W�XW��������������,R
,� Hm�V2�AS��9�T:�~��n���}cA'�)��>ߺ�-�?_h�Q���N�Ї��V;�t H5�t � �Q�Η�,��������E�a��aZ�qQ�oV�8�^~}��W:��"�r�����b�y_�T�.��UE5_=#��
Z2�KM��R1"����H��@�Ezx�xn2#~g'���}�~�} a�_؉�>a�������I��#$�Ǧ�#�Sc���-�p���+�>Y����������ҁ ��ҁ ��FQ:�%C�U*�3��W�/�{^fċ��3!j~xJ�NװĠ�I�����c�ұa׊@7 ��C��?x����5��̍hw�.nw�)y鼠�h��=�a@;�q�hpt7���t‚ZH=������wI8���R�O�쩽�E��kD�'����dף�<}[�xN�	(_'��L��*3s��a�"�뿷�Ko�2^����P�];+�M8�'Z<j�����ys�r�m�k���USؕv�ե3�9ͬ(�:�<��+3����a���ژ������<K�TK� RE�l-��R�$"h���m�u����L��q^ؘ��j=c��,���ᜍS���tz�J��W:�N�r�<G��	�qrV�4��&Ư���*���Žb��VRp��=��їq��W�C�[������~�[NH8���`��k鎗�'l/B��i&�l��z��/��LGKG�t]�a<��k:�[M�t���ޮ�5����{��>^g:��Y��ډ>��o������g��J\����'�[)�V�N��<�����/.HwYTx��ϥ7Vxe$��P:��t#sn��=�t H�t � �Q�ζ���*�ο�����-��4�1��fm��W�a�;{]�;찣&�~�X�[ײh�@p�z�!����F�����H�H�D�����褼H�nf��ic"
-��:'�y�`������坫�"w����s;�R\|N��X�#����b,gi������<�֌�rs�#���.Ye�i��I{���jY�'F�4N�"��^�����?��^l갍�!Z�5�y��a�u�#�J֐Xf�����-���쌕�PC�x��������+vk3=�T������j�e�o����`�)�N�>ބ!H�<��1���Om��,��߁�O�X�������O{i��_���T$��A 	7�^,|���ª�k��f�+�o������P4���.~����#��KM��v���׎㚞��K���@���s~)�h�ո1=!�t H%�t � �Q�������Y��I¡�B��7���4�)��V�zl���[UG�m��xk��m�y6�Zz�%�X���
+
��
+Q�o������n�����[��z����4S�0V���wW�a^-���w�&]�'�ۛ��������E+6V�`3f�*�(;��к�H����d�E�nKFP���a-�H��l;�Z�|��jo���+qD��e�S�{(�M�T<�~"�5,}6�Ԗ��>a�>ib�&:�Eȩ�1�v���D=�1�WFٹA�l蝁|��^Y�I�?�e�c8��'��o}[ѳ.���3 ���I%!�n�z��ʉ���b�
�ݷ �7Ċ����fr��x�5��q)�D�.*<=��b���y/8Qyo&�h�z�X��9�JC����Cn��G�r���żF��%�|V]S���?���f�>C��jGV:RV�܂�0ޔ�̒A�[(�>l� lf���K��+X:A��(J�x��Z*?<�T:)i��_�FJ�}���.�nO�]��8���e�\Qj�PUim[[ci]Ƕ�TWgiUW�>�B��2x����3���
kw�.~˨�m:���D�+!�,��\n�n��$�%<�=ǯ+�w�{�˶��̓)�<���z��:cQ�5nv�>�$��B���n��4s<4�(�#t[��+�:ܴ?1��b��q:K�4/*~���4�~�q�)F�n����k��'b�50���U��6}���Mpܾy�Qv��w��,h�����l:5[�#8N���q=c�3Z��xdP�����|/,}
+��vyWzݒ�1�DN�X�H6�:�h7[À��@w�d<�y�:<���t�J�3�-[��|N��a>�ѤQ;�����<���v�=��I���i��A�p_z�g�ǭsOޝK���A�6�������5Y~�W�t�)�ND��s�
�B�C�A/�0�?5�=���Zv�;��l�'[E�ېs��N���2�j�J�����=@ٔ]�a�*Z�:�q��*�:���q����j��
+��qGj�]�b0����VE@	$!D ��HÒ�(�s�9���}�~��r��~.v��"F�w����iS���Jq��4���ׅ�K�.�1�_w�vҷ�6�Gҽ�[�	� *�2�����;L �w(0�F�k��5��J�b�#���
\�/�I��e������	�N哵��X�6���V>ק|O��$�^u��\�]h}4#���L��rM��g���D�K$�mnd-@���YHh2DZo�� 
�(QgP1<���A$W����U���R���/����mv�4Y.�Gk���|�A#��/��_�e�W����i��ͽ��d-���=L%�=l'$��q�{I��Gq������p0_��d,n{ίCӁ@��� y����Ahs�f�����ԽA�6�ާ.T��۹�f��
�^�s�!$5?�?�p��D�H<�,�����Ԛ_����YX����bS:��
+֌�4�2�;i������U
+���n��%�P�H��?��\�*��(����1'�p���\�rk��#i��k����
+Y�u���W��ѯ�,	�0�8	U��r�G�� ���>�:��l�أ�D����c����gsIZ�!g=\���0��eR�H�Pe�P�4��-]�͕�É,��f�A�`�(M�7���5:��RB��=�G�sδ�5<CM�]֔+{�>�����1�r��_Nn�.U��C�X�Ƥ�N�Z������� IZ�D��}����r:nH���\C3�����Ci2u`:5:6�0��ս��t�#~ރ�YS7AӁ@��� y��
}��6�3��l:ښx��[RߘNT^��IqT6�z��y""D(jvn��oڳ'�i��P���cj��Y8���,��QP��f��z⒈�y}G�$K�"}�����#�[�`Cf6Zed� Y~5�Y��qh��/|`FV4�k��[r���2I��j���rf�'����^����w�f���3Bˉ4'>���y�#w�̤MX�߬�ŕ��$�D
+0g>�θ�}<�|��;��x���Ѱ��F:2��k�8�����T,O"U��䓪�7>�_lC�Q;d6������ۀ��
�I�+�GOP�q��0������2C��Q'On�.�w�c���x.C&
^ZN��P��l(�����b�uzb���,)�ij����\�ϋ���gw-���̻���tbh�����ph:�^@Ӂ$�t�1�N
ջ��ٔ߹�6io��2��.��;:��S�� 
+d���p3|Ʒ����L��g��}�d�L�l�ȪH�'g�<�M��Us���d��V��~~l���������l3����sO\B����K����y+I�m,.mưF֚�~q7$���a�D�S����Gv��D���t�b
'���t,�ިL�����
��d�F���
+t
0���[F�+�Ӈ�KI;��^>\��7�!SY'3W	���s��%�KimҨ{���Q{���!�uU	j:�Y�B��t¸��t�n�*��צ3��m�/��#<f��t���u�a!����tP�	q�=�>����qrOj����ګ��Km=8�����������E�V�foY�fҌ�����6�M�	h:�����ΧC_�ί�.B��<�e:�HBW�ޓ����	�
+�)M��D����؋�nA�����ڨ���k��RY�ʴy
+6�݁(KU�L���:d���ͪ�rl+�κ!̪���s�����F���	��ǹ�
N_N���f��f�WV�
++!2�xԪ�+���vXQdBӋgZÉ��}��
+��W���=��ȥ�c>8
���֞�hZ2�����c���t�,��E�͡��M@F�Kf��yX�6�����/(Mu<_������a�n�5��cU�0����2���,��M�Ք��2��O�������A/��*���|wm2�"j{W*��>R�%��~M_za;1;n�OD�(0�^�?M�
���'��
�� w}Z����"�*�v\�Vd&m�����,�Yk���
h:�����ΧC_������5��y��t~%ct5�b�G?㵙���)��݌]׆spJ���(*��P��޹�L��|V$ә>����c*h�U�\��˥8�Ljm.���ނ����\Ơ4	�]O��.b���h�� ��3p����З��S��Q/ӹHExS
j:�"{ǘ�7*��@ ��?m�c�j9�+9�w1�-`8�X0���k�'��c��I9�^�k`<����̤�+��@h:�����ΧC_����͢^�áa��H�3��l�C���O%wM���tik��ְK�3�cf,���^�/�	ވ�mg�w���y�ª�72�#�t 	4��4�O��4�m��E�L'���!��a0|����k<�tvn>��̴��/�‽�d%-����Y+O�u�*�����	PSg�񗐗BB�#IAXAP@�*�^+��R��X-���L�n����@" 
+��l��*آDa9UHB8�ܐ�M*�D&kGJȣ�1���{����y���E/�������]��S��
b���2I�����z]M
+^f �H@: T���0,k>�t��gV��,S�E��{���4��	�VH�t��1�C� �Z�=q�Ѥt�f5?������!9��#E�G·�#!|����*Jgk����b��J��]2������칖�}���4���E:�Y�O�I��'_�2e-�..�W<Aa���}�L\�9Ky�T���^Ӧ���K����5��a�>��c&B��l(�6Ü��!S�}�h�^�&��W�8��c@Bm�����xH'�F��pL�ɢc[�� �Z�؟C�j^<�����iCv
�-0"�
k�@�
8�h�2��R߯7�#�dv�χm�{>l�wV|�^�+�����y�pr���_f �H@: T���v��|��b���ܕ�Bt���7�4AR�#�Oܬ�۴� ����`����%}��۾�!<�=����;��D�ڙk����Qґ����W���?0�:Y��$�Q]���F��pLҹ1j�LA �6"M�G��a+t�P����~�wd7MTy�BD��g�v�=��Pv�BA#�CprY����n�^��@ e@: T�m�`X|/+J]�9̫KU� �O���c�)����Ava�bҫ�Ws��V4m
 ���2�uX3�&��^K
+����p�`���B�7���0���y��@\a��	"l��L�Ć������H1G��}1�'j��(�uܤ"�Hyr��t&f�(�@��\�L,Y&,����Q|��\�/�V����Q�.�
+{ c�-��qO0̤Q��Z��t"���$��F��yj@=��N�ɸ��m��J�v���E.uEo��l�ʻ��&���522�{�l:�=�P������Z!/v��ǮH1R�B�ibP���eG�����u����-���� O&��j,i���i�D�}O��΄��(N��Q�V���{�*�_�� ��99��3R���>��!��h�����_[w�f�󨏰���6띻�6���=0k�S�h��rz�%�Q{�k��\���k��`cDk#+��:�"6%:��q&�
+bL.娮�xH'�^�!pL�Q��L-SQ���!H�ҹفHh�װ�L�_��
I:�j�\zC���G]'%#}��o���P��i[:�9qc��&2yKP�=>G��:��\�gLU}�|X:��ܦMh�)�u�������+�:n)Cx����/��:I|��
+z�������lv$Ȍ̭]{ň9M����= �N$o*�0L�@���(���P�$&)����>ߥ=�U��*
+�����xH'�A�<�4��=�9�'GB�b"U�	�iѼ�G
+
�ƅ��+�
+�{[!5�
�ɿ\�j�w5A(xf �2 *���	�m��d�����SJߜ?��;J>Y܍(���+�2M�jD�rA���Tz�'��*�:���c�?�M6�﯊�οA�0�|�;UsJ��kijт���x����s��~H\B����ԁ���Z�@(K��	�~7��/�H���QmXQz�Ȱt����"5�(�5�}���������Beږ�~k���IB9��!��l��z�!����Lj�X#c
�)>�Sl��#
+�HG�	/�\#���Z�7�D�3
+�>���SY���2�����s�0,k>���=0k�ӡ��Ru{�k�ֈ4�g��27����
+�@ц3��4̗/�9.��Z�����@(M�ұs~^�Onr�Ht��=��h�}�ƽ���!5�2���R]佱 ��T��	H�ʴ-˂O*�
+�.��WZ�։b��$��%�KC�X�Iv]�*Ǚ������s���ߖ��-eϾ�����?�$Mp�\&�9�Qέ�@�������=�'>��Z0���W>�������;�G��r��r�a"��U:�S��u�s�~q�/��I��wL&팧t�����(��7"�t@�1�I�(cN����^�+Ăו��*YN��9��~g��Z��ypԼ2Y�w�@Z�zw�	H�ʴ-e$�]���˻>���4��Jt�C�n�.L-������\_�_6����w�`�/�����P�U`��4��oK�¤	h�{�$y��sR3u�u�}��!����r�o�T�];{�0�����,>5=E�*��3!�}��/t�.dm�ʆ�C��dc�vr+�-<jg�aлڇT�cN�W�'�}�CzM�5ō?g-�&nGP��Z��t��������z*��0�^Hq�8�g��swV�8yӽcG�%�OMK�#ך����8I�Ў�J�e9�'�B��B��~�G5u�q�f#	!$a�$��R��)��upWZ;J�zTPGP�����8��B���N� *
+��}��@dQ�!bʖ��U2Z@c`��9�߽��/_�y��
+����A��{~��mW�|���]`ӁQK��t 4�V�~�N��he,c��z��~��({.��8��C�K�:jiwl���ˠC��_bΎl:Z���rDpLn�������;Si�x�^�0��tC�c�#�B�ɺ&����H0���R��b2��qi����G���p��in�ز�
��1Ԟ6(w�_L���+�Z]:]w~��f�W��0��������o�]�$�_��k����M��9z�ߟ˿:���0�R��ے����7�O��[?�+�?��؁��D�n��C?nJH�	�#�~/�!��}&SA��t |����^��P�Q8P�ƃ}(9�-�����c���u`Dˤm��O�\���}��3�t`�u1�������x��ݾ7��M���K���Γ�Ǟ�JZl����K"�t)���d�@Sl���e��y����}��U���ȥ������{^��P��@�M�Y�U��H1��Eh���4%�$�^>�(��Fh�b,^��O�������1����%��L`ә<�������ƽ���C@��	"�&�;&�Aٰ�MwBE[(.�"�T��_��'��Gk�*�PR�؄I���?=��nk����O��R��\��-ɉ�?��]j�2����^���܌z�|�f�:s���������~FSu������|p�E,T���إ8��=t�4a	����٬��d}���E�t�G�'
�%���A��M��'14��v��6c��\�|z��Z�ֹ��%�F��>Ytu����޶>�����in����L.�b��-XK�qE�,��x$k���Vl�ޑz˹A���osU��c�T'K
+�Y�^2c�0��ͣ�,��o
/���@5��6�4�#g��QԎ���FhJ�����G��y��N��¶	7����ЏU��nO҂�Ɯ�p�O�P_���d 
JQr�uI݂���g��^wqϸR?�ӿ�``�6�6��l:���4��j��(�Ax��*}®�yd�H�!K^��tP�<�j�Vѩ�)���HS� �z�S��qÁ)Zq/@��Rnf�E_�Z�3�0N�BdD�/:����.e��h�eşn��nu<	A�q5�-���3-�߮��j5jg�~}ޮ 9��|v
+��bz�"g�%�)y���m9�"}	��ы��]������Z>8B���縿ȐQ]/��c#tZI�黲vػo�J���c�Iw�!Nd	�4"��v�oqnrnw)��5��*�T*��aJ������

+��c8:�����{�h���/Sf�g��1�~:[��?��Ϝ��MX�����W?��L�˯�l��D\DUIvJMg��Ay~��,_ �jF#��!SAШ\���R����Q�JӁ ��\"7�÷���!���إ�Rcw�\��-����$�AW+F
^\00���Z���6���x��ݾ7�̘L��[,-�D�|�c�#
��(��@�u������䈵����谄{�H�~�Ϙ��vD�uw�f����Fo�1���Ԋ�t�]���Q�����	4���3�B>������e�)�w���\f�q�}����c�*���L�[@֡�M����$�Y�|)2/`8�a��^I��?���Kt��/����6e���).S����ruCӲ��`�J��0�~�<�2��(A��/�����c"/��F��W����2��j�)1���e�(P��(���l:�V�zT\�X�MF-�Mg�����a<MG>�\{�������UL@��CXy&���gF}�W�sm�!�
��?�ЙM�Є�z����&���+�B�$��P�K�������u�1
�a6�9Pv�B�B�kC�-K�ۗET6G�!��O�F��3vKc�g��S�Xr4P+qV��W?_���
+4�Z7�n��J�A:�Cqߚȸ����N��Md�Pͳ%]�����`O�
d��P�����o�{f����0�髣�Y�’����<�6��0e�=��J�*�N��S����|�}���(�T�3сMF-�Mg�����a<M�7yٺ�ǹ�l�Ќ�tP�<�j�Vѩ�)���HS� �z�S��q�d��Wk�����_��;o�K��z��ćW"hS����2�A�@{�c��W�7Da�3j����[{xkd�i�V�h���% '���j�s�(uv�D�qȾp.���bI��|f�O>^�c��N��SB|�O߰�!5�����c-�����7��� �?o��E�,H�|�����O�t�*�N��S;�L�LCp�?�����|����%��L`ә<���T��V&4c2��t����-}�2�.��e�N���8����@"GEP���.*��u�dz���]�U��,�k�*�֫*h=��C������EDY�$�pUE K��Ԙ ���|f�#����2��*q=�r��&7C�37C�ַ�}hR0��
+D�uK��wa������g�eîUw�9�?F�\F���g�\�taV\�I�!�K��2_��o:O��cm�d��V�*)�V:�3Km�b�rf�>��zUX��jĖ�]�G��-mܕB���G��(�D��:�c���׉������\ؓ��*.)��Nk��)J�U��-棇�0J�$����MJgQ�{�@[f���m�L^:�B�����>e\���_;�q�v�*M<~��5�t?�R��f���:$f�2"(�%��q���4�x�0�n'�G�����'	�����DĜ�R"/3G���%��,���B)����5�;��鷝�9�侌t��ǘ	����G$D�<8cF_�����G֥J�K�f��!w����
+�qN��~�N��6�Q�)!�n��ÆY�V���_m����� ��I�ը��y���H��:��i/���/��g�p~��3 B��-!��mg�_��ڷ�ڙ�t^�|0Z���}�P:��A�@��+���S:��3�?�h�4ԋ�Ff�~��Q��tǙO<�i�m37D� �����KJ`�E�{�ۉ��~�dy�����9�8�{�1�7�]ޡ�(����<���$�]c9�3�����GR/nVq����\��8IsP�h�t�g�?!��o���u����ٰ�fg\Z�>����ߕ�=s���؎�����j��q�v������(S��龛���Ţ¯�Rw�N�^S{�gkB�����\�>	��#� ���W�,�b��ڙ�t^�|��,�\j��t���ҁ6	;��J���fK�C@�󊭓��T���l+���~���[#��N�UKN+ZZ��u�P:��A����ɠt^���G!5wⱻG�? ����:Yn�匳��S]��Lp-��?�2�EĶ,+k�^>ֵC�����&�/�����OKg֖��0kJ����m�T-�b>�.k�r>f(��t���dP:�f��0J��L�`(��t���d�Z:����||z���0J��LF_:�M���J'���q�����Q:��@����ɘ�t�O>F>(���t���dP:�f��0J��L�`(��t���dP:�f��0J��L�`(��t���dP:�f��0J��L��BȐq&�w�D4��\����J�8(��0�V/�`�IJXG.��������'Y{c�|M��
,�!��x����w.Z����Լ���	{C{Tl���Tg��mC�����&�/��+���7_f�ҩN [v�)�����O��e�̴��^��T;o�U�6��qP:��`2��)�<a;�ef)�����zM��5I`/g'_ZI�
F�/�R��u� ���ߛ�]�g���d��K��1�
+���'�qr{p�"vw�"�I�~<�=�/���s(2���"%a^w�����Y���O
+��L���+�܎��.��hן�?��I�g������A]��:p�2w�d��T�ۧ�:E�Z����K)�s�$=�.�}�K�v��f���f(Ҋuc3�m�.��shwO�a{���dW���\7?��:?Q��m����]�$�ĒY���Kス��� |���=�knԈ�2�y3S"��	^@�����&�/ݦ��a��ѝ��6r?9wc��ۈ
+��-�9�G�/X��4w^b�ٓ���������j!]��*�HȦ��q�J�;�zɟ�+��dR��G��Mje���O����1�*{|�0ǣ7�����ЗN���#�;o�5�(��3Qg|X(��-�!dȸ����n"��I���/�ۖ�	8�Iu�Z@I��V�B�J�y�>ք��=*6�T��?�3��͍O8r�ӱ>č9;]ė���z>��l;&\�Z�VW:��u�W]p<�aѩO�:��Κ9�ϻ��(�����u�Kgp���^	_��0�w^:�i�N�����P�M����U��;��/�>�2:��ͮ�:*%5�7<v9q�37�ry��iA,�_�}��Q�)��U��t���S(i9�M�h�D��C,�vu�U��γ'�rVT�C�fmd��}Ɩ���<m�rq��1G���"㭹����䵖A���JG���߹�l4B���)y!�nQ,58x7�C	�o��/����;.�#��Ԥ'����YC�cJ��x9J۫/8e��s}o�d9{����b�����T}�$��T�ơ�D�X1�Vٗk�Z�u��U�
�B���a�ȩ]���{Z,ɹ�y=\|::�?�1���LQ���|���,]��Si��E��P�c��.�?q���B�+�������>��yPSW�_6 !�8���mUڎک(KU��¸`;�b�ԩV�[�Z�E�
+*�n�[$G��
+H��% �$$/MP$����x2���w��}9o��~Z���X&�a�𛌿�
���;
�eht5=�"���_)�'��[�qR������zT��{5 )�n�ҸD����������3Ht�*ڡ�r�p��`@�0��7�0�~��gc*@�s�]�����!�FPj����(Y�/��7���ʾ�3cm��u
4��f��WJέ�qýa0���5t�`��,��y�׾�#Ta�UK� ����.լ¤y�?����5Գ]$�d*���2��[�0�Q[;��"��S;?-g\W�o�a,J�"�_�,L�$�!''��fnl��f���Kl�z�hs�������:�O;Z�����1L�&����~��5k�L�p� ��4��Q>^�ƸSP�	���=_�٦c*������h/]�t���>;�W-�����Q����2m:O]"6������ˆ
B{�J�����W��~����M�u��`+3�t>X�c��B��� 'A�D�R����_\GX^��CJ�Q3��Gr�
RC�{-�]��>&ya*X�#:h�����t��[���c���n:8.[FOK�9���T��r�����G����b4�2e���� �y}���
+
�Zfw��r�޸��[9�=�w�t
+O�CV����
+C}���x~����DE�:�m睥{���g�_����������W^������D����;l���X�.Vj�t����ty��(m1�G�څ�6���?R
HV��M��}aA�W�.z�B��j�W�y�7
�t��&�q��e���LG��>�GQ׫[\'���r�͔(�b��BP�T�S�������F�3z�ppy�骐3Z��N��)�S�J��i�	�$�ɺ�?�����a�����Lǥ�l�����X{�-1�D��:{�Qީ���ܩ�诳�����+��^�I�����&Q��u����o��Bĕ�c*ݫ�-���ˠ��I���^_Z��ho�t���vo<�=0Y������́QU޴��rS}M��y x�_��W�f�G�t���!���%]�N��l�����g�z9
+��@7L��tߑ݃$u_���h�uqG���T�1�+���ɷ$r�0��%7_a�DئӸ_��x�����t�d�`�H�gm����"�5��㓗M����tí�&r�*�N��i*�t�t�Z�N1�r!��|$�t�s���v�� 2��7���߫����]�
r���#
+�(��C�P���b����Ǐ�V)���xi�
�e��C��|�
+�/����7?��7e�RRnʦ5�qxZtx�����>��a򣥪�1E��Stz�c����[We��Au�琥׋5Fu����}�Q��#)G�@2����@1�7���=�|hs�0���}�ΚXl��4>L��n�N��q��/�!�q�s��HSc�Nv���N�y�q*����E������3��6��Wk�x�j:(��d�Z'I��"��=���9p~�<�>�l:(�A�sS��a�^$��/���D�Vj�t�t�P�7n:�:M�s�~��^Fv���t���t��R�2�݅a�������N�t���:0���`:��Q�t�L�`:������X�0��	è�`:�����X0���`:��Q�t�����r�
+endstream
endobj
32 0 obj
[/Indexed/DeviceRGB 255 33 0 R]
endobj
33 0 obj
<</Length 428/Filter[/ASCII85Decode/FlateDecode]>>stream
+8;X]O>EqN@%''O_@%e@?J;%+8(9e>X=MR6S?i^YgA3=].HDXF.R$lIL@"pJ+EP(%0
+b]6ajmNZn*!='OQZeQ^Y*,=]?C.B+\Ulg9dhD*"iC[;*=3`oP1[!S^)?1)IZ4dup`
+E1r!/,*0[*9.aFIR2&b-C#s<Xl5FH@[<=!#6V)uDBXnIr.F>oRZ7Dl%MLY\.?d>Mn
+6%Q2oYfNRF$$+ON<+]RUJmC0I<jlL.oXisZ;SYU[/7#<&37rclQKqeJe#,UF7Rgb1
+VNWFKf>nDZ4OTs0S!saG>GGKUlQ*Q?45:CI&4J'_2j<etJICj7e7nPMb=O6S7UOH<
+PO7r\I.Hu&e0d&E<.')fERr/l+*W,)q^D*ai5<uuLX.7g/>$XKrcYp0n+Xl_nU*O(
+l[$6Nn+Z_Nq0]s7hs]`XX1nZ8&94a\~>
+endstream
endobj
6 0 obj
<</Private 7 0 R/LastModified(D:20110926114527+02'00')>>
endobj
7 0 obj
<</RoundtripVersion 13/ContainerVersion 11/CreatorVersion 13/AIMetaData 8 0 R/AIPDFPrivateData10 18 0 R/AIPDFPrivateData11 19 0 R/AIPDFPrivateData1 9 0 R/AIPDFPrivateData2 10 0 R/AIPDFPrivateData3 11 0 R/AIPDFPrivateData4 12 0 R/AIPDFPrivateData5 13 0 R/AIPDFPrivateData6 14 0 R/AIPDFPrivateData7 15 0 R/AIPDFPrivateData8 16 0 R/AIPDFPrivateData9 17 0 R/NumBlock 11>>
endobj
8 0 obj
<</Length 1048>>stream
+%!PS-Adobe-3.0 
+%%Creator: Adobe Illustrator(R) 13.0
+%%AI8_CreatorVersion: 13.0.0
+%%For: (Lukas) ()
+%%Title: (prefix_settings.ai)
+%%CreationDate: 9/26/2011 11:45 AM
+%%BoundingBox: -29 177 628 688
+%%HiResBoundingBox: -28.6567 177.4033 627.6719 687.4629
+%%DocumentProcessColors: Cyan Magenta Yellow Black
+%%DocumentFiles:C:\Users\Lukas\Desktop\Screenshot.png
+%AI5_FileFormat 9.0
+%AI12_BuildNumber: 406
+%AI3_ColorUsage: Color
+%AI7_ImageSettings: 0
+%%CMYKProcessColor: 1 1 1 1 ([Registration])
+%AI3_Cropmarks: 7.34326 213.4033 591.6719 651.4629
+%AI3_TemplateBox: 306.5 395.5 306.5 395.5
+%AI3_TileBox: 25.4399 -12.9004 586.5596 804.8999
+%AI3_DocumentPreview: None
+%AI5_ArtSize: 612 792
+%AI5_RulerUnits: 2
+%AI9_ColorModel: 2
+%AI5_ArtFlags: 0 0 0 1 0 0 1 0 0
+%AI5_TargetResolution: 800
+%AI5_NumLayers: 1
+%AI9_OpenToView: -374 794 1.34 1841 1085 18 0 0 44 75 0 0 1 1 1 0 1
+%AI5_OpenViewLayers: 7
+%%PageOrigin:0 0
+%AI7_GridSettings: 72 8 72 8 1 0 0.8 0.8 0.8 0.9 0.9 0.9
+%AI9_Flatten: 1
+%AI12_CMSettings: 00.MS
+%%EndComments
+
+endstream
endobj
18 0 obj
<</Length 11898/Filter[/FlateDecode]>>stream
+H����V�H���Z}'�)�� �G@�E(��H�ĤrN�W�U�BB���R�޽we�F�O����P�*”/0������W��X�?�XR1Y�?��`,�(����q*҄@�;���L�K������(�kp���m��U�ʌjC��`^DT*��j]�]Q.��7��Ď���:���pb�OE�?ǰE�BSkgJ�"��(C��աQ�+s��"�����$��La~(�v��MM�@(S#�����=�/%�)1Z������B"�j����xG�
+ ��Z��c�~�C٘D[~Y�[��Rx�t��t���Ɯ�>>��!{R���oW�]w��ꊒ��H����7��OR�W�k�:�s4#���Z9.OmQrQ�+�h$�{5�"D<���eq�Yz+b,.\dGK��&8ڶ�-S��NfJ�VX��.?S�}oU�D���2U��
+ء�DA�#����(ۀ�Ӛ	���<�$��ߡ�n�5�]4>S�;�&�ց<wc�)�F@X��*l��B��BC?;d�#i#U4����R��";�e�IEg_*D�$��q ��2�b����O�1��&}���g`�gG�N_�1ɪa��Q ��IQ|;ג���ٍ��2[��sH"Ʉ^��L:���V*"��R�:�������x Ip�*Śl�3|X�`3\�]]��5H���ӀZ�r�4��p�Y����D#k��g�eRH���˾L��k]S��� ��[S@���k#���s~,!E �X�r)S�I���-��D^
+(2��9���qS�#��)�<�Hf),jG� �cm3�@�0E2I&�r�)�h��WE���)���!"�X'N�x^�T4G�1�]w���Kn��V����L]�ŵ��]t�n�sPx���
+�/<��������ߗo)���^-F�����T��4D܄#Q�ڣ��&��0�H��C�m�s��q��~��Zsis ����ҌZNꝳ�Tش�0cy�4�'�Gʶ�:�N�L���\�Gd�R����5'b%sc����<�b~�����2a^-��.���F�]�XW�p���Z��{��|4�k�ꤰ�����%�=.�+[h�-�8�t����r��$��q��W(���`P�ݸ�(�p¡-0�m�`Ҍ-j�t�� �f�^3�S-ձ����՛iS��<Ճ�+��{�xp�1Ӂ6k��b��
+�)p�r��}��٣�+��"�|�n��n��z1y=�.,�j�s#P$OT4r�
`����B��Y��`�n9�GծI���"'��=��oG�6{p���G'�1�sx�3G��f��K�va'/?s��+����`�WTq��F� V%J
+�#�����y����'���W����)���_�^��/�������o��d���+��@66Hr/�	�/��Ol4���6O�O��5�k����<��43�8�;��*�4�3���d<��E�`<��<��7�W���'k�I�PS-O��O���,�t|:?�)���
+�ԉu�y4�0�r�I.���thP�=ޮҕ>,�,g3�|Pj����R��J�5\�ї;��K��N���gF�e>�V��)P]6	��sx�R��]�jA��USd�ZiJ�JG���#[۔d	������3:�a{�ܣ�49<��eϹ��27�y8�$�����'�Z���.�]��ߟ����G,U�[R?N5�1���8_>���=>Ya�dk�#�����-�`�`�"X�Pc3���YS���@��Z��-}D	��YjV�ҥ��j�����
��A�&�֖�yc��=�s�W�mI-Wضm��n�=ЩD�ûݼ�j�~W�5
��O��ý	��P�➠j���xqa��b���������m�7 �(�2�ԏܠiG��)�~�v7��)'3ش�>�ٯ�E͊�R�-U�ͮ�.sݛkj�ӡKWtÒ�-M���`E%���l܍���Q�`Gt98x������%::�`�A�'�܊�	�LA�5��U����j7M�!F�^���x+P�7A�%��d�q��l���|\�����e�J��J3�[�J�|ʍ�%�u}��R�a����� ����V��rW��W`���YR_.�Ԗښ=
�:�`��}+�/�RښZ�ΞK7�5U�嵢jZ���^l��5w_��ֳw���^ϒ�{�Wu�>o������%�{��)BȚ���WI�D�0:�_
!� �g��dž�y����/Kj��znz!��p��\<j?�_Q���T<�n
\�T�"���Z����F
n�F�s?��3 #���x�YQq.`�����K�m���6Š�<g=�������%���o|I�1�!SSJ��r�p��½N�1+�,�!Ҩ��*�y(�e��c�*���j��ROaS��"��72h!��wͪ<��)����x�[�ѕ���]���m'y8ֆ}„i5�d��ժ2O�gͼ�XmXv��j��WiW�J�-	���e�E�������;[w��"��$�ܮ�u�|z�tG����P�@�}�\��~�O/���?_����A;
+\���M���<����y��}ۋ�1d�GZ������4ƫF������8)�O_���	�Qhx�~nn���ӯ�|k=�m�U/��QL����-%[�;����]B�K�t�r�>��w�S�iK)�i��%�O��Z���:�e{��UK��J�t�=�������BV�ƺ�VIM��NE��_��[_Y�o�������4e�[hE��r��~��#����j���G��������n�`���ȅ����hbuZ1��ї�9��
+Q���,d�����gE	9�85�
+�"*��ގq�{�"rc9&���(���g����	�f�gڮ��t�*z�3�7�uB{������U���:������׌
a���6�2^#mť3 �+�
��heD����a�}�"��,���W��3~��B���z%B��JX�q���=s�Ӝ���/#Ry�̽�7����V�Z����Ù^}:o�Q�/�u�4�(<��u�.@�^߮u����l����Ǭ��� A�$��0��M�;r�m��\3�I�(��UDb�5�:cє�X�G���=ulx�T'��W���2l(&���i5d]ZM#CT����M�Nx�*i��ݻA�HX�n�4U��3�Í�bX��0L�C!r�|��Q���r���޶2��NL�K�iشrk�AS���vz��%��,��1�$x��މ�w03<0*��$ֵ=����T��xx���Z���YM�Js-{�_q_�e;���j����υI�'���F_)?�Z�����X��аƲPd!�i�7R{�X��A3J��ֈ��A"��bڡ×^���������e ���?9f���2����܍��#��T�����F�5�IHz	�pj
�yX�J�K6����ק�5��.�QDB����Už��A�I�����<�g�h�(��Ǚd-�����hh=���|�{m@�����]�o/4����1|<k��DT9��h2\k��F�*>Эb_��Q�&%������ͦ�����P�g�馗�Qg��B-����Ln��+}����I�AMZ/#���^<|\r���/��,0i�������f�CL�R���]="/Z�=������sAg��0׸9�
wظ�[�������C`�==Yc����A`Z8/9~Ҥ�������%h,��L�7k���;�����P9[�b7(�&oa��.wf+��Lp�4J}��sS�]{�����2҄��|\��f3ZJ�/-tp�����(y�M,�i�����i�#B���6z����UU�-��Qл�����H��g���	-{f���G%�챡p��WTrZ
!{d����Wu��q\�]�گ��]r�CQpR6\&��Y�h}�9����F���^7!�I�
+.,*�*��P���xF@8/O���r��HMկ�QZ�M���6,���(`3��e.�����*ղq��{��k��F!�|6;�����L0��d;�E�a��޽x���7�n�֌X�=-Sӛ�qe��p���kW�[����.�nS
e���F\�+�o;nX�"��e��e'5�W�-���J!)��\����MYsf3�.�:���y+��^��An�=��"�q&t䭠)}7
Ki32�lk�٨Ѓ���6F�m��~��u�(���J��+��e[Y�ۚ��ض���M�6✜{���ih������m�PJDـ�*��?��R/th�i?Ć�|���,`
?H�"�l��m.�2Wφ~��������*/�������.�
+�(��@�Neѿ�?J@�M@�5�ۮE&����n�G�*�<�M��p�٧d��9�@�7C��/�=
C���f��8-+&C�1�Y+?�Z?�:e�_Ț䈅Y1������t����Cc�Šʡ"l���ڵ=�lMIx��pV�������0ͯرfg7�+��n�W�?�+�
���j_v�Y�f��~��ݚ;���4Α�z���՞���?`7ts<v��Ȑv3J�nhv�VLvӧ�O
���Vb�^C�N�R6�D`���Ү6��Vɸ��[�vb|ᒍu���[/Ev�O����5�$:���y�!�`J��*��7��Ơ�&]d�A�Ÿ�
H���@ܗq�D�hjقn����q7�M��VH6�*���y}���
+�����O@9�uKrج������e%�������>�*�w����y�7�����K��#�x`k����o8�k��տDZ�
���)+�p�c�C�ϳb���!���y8jd��{>2��mm������Q�?N�Zۘ���2Z@�j1�p�ok�k����'m���̾�>wnr����}��
+����2/�'%l�&q�L�B�:�X��􁖃;�ϔ�����ƽ�쓪��J"�m��0��r��D�Yj��%��9���!m���P�����*=րK�[K/@k�����*|�ֲK�Z&��}静�A;��;��M�ͷ�SAۭm? +�sY 7zex
+�cY�4�1��&�\��.�=\�뵢�'��oB�aX�癡o�jb�
+�5b��{|`���u!V�V���\��J���_ok��M<Z���j:���Z #��Z�DR=ifE%�#%` ��,�T��߮ק��~���Z���z;J��a�FO��nm^5�&������g����	�����4�5U������T�G)�z�
y��^�wA���U���:���añ�M-퐱�\\�f��������.(�Ď�ts�+��Q ؝+C������
����6b�Ы<
��^O\�0�b�R���^Q��
+g��{Fr �Ӝ��_F��4�3%��7�����l��հֿv5y8ӫO��e���9�b��G�%=�ţ�]ÄeDz*6�bw]r�]&��f��i�UV�*����t��h�F���+����Z{�ט���	�֫t+�$�>���;����M��"Q�e$�H�������k����S��i��~۽�R["J�4`�r��G�`��p=&Ͱ'7E"�(&��1��"0��M��+�nX՛�g@u�d���w�aDq�T�� ?y�ܫ�"8a}�����8C�&���7�߅�P=7����DŽ��nX��ÞP�k'���l��l��ص#��&kǂ�m'l��LDQ����0�Q�Un�"fìZ��������Eq�=}'����%J-�]��7�LX����&�lT&S�v�]�W��K��NC��sS�W�셐�(����N��rKT�zuBlF+#��S)Ru��i��-�4��,0|���z�
���>��1T����,|��:.�L��vz��lC���3��c�U�����b�g�K��t@u�M�#��A�$�U)��X�
���C.��
�c�R:�v��	[�W[K�8 e�o�͑RQZ��/T/�dNV%$�IM�Y��Ú�ea}��gTCo����9�1����j��]u
��4*��#�{t͡�5�1�U!Yk!SކbM��>@+�Db�O�ݼ��$�m?М�[�>f`_y�܆#c�<m?�
��n�c��|f#�1��Ά��,�i����|��s�6ЃDj��mc=(3��hw��F~�2�S�gn`�ń�̏��U�
�Kt��9[k�@w�����~9���f���H��3|Jnm�fu�3�Z��1@�񖘬���
�h)L��!�l�kZ	�,>�7��O;7�}2�r��vn<�*�	b��tQ�j�S����A��OL���aM��&&v�
��iLX��jd��
+/ rֲ��Y�ysm�_��M ��N�g-A�]�+o���e�@"�@���K��u#b�Ӵ���f��t{������Ec�(����$%�p���Lz0r���H۽w}^Q'/����Z���}R�ز;�đ[�A�;Q�y/E*˲��0��d���؄�}��@�AC�i�H�j��<K�;�H{;��`F�K��Tؠ#�ܰM���:D�
+�t�M�&fRP���)H�%Gia�sɱLx79I�2�sX�ը�.����s)���8����r�k���"C\�9`�16,0G�r0�Ș(�xm0�4�d&���S&���y-����s����9��o5?��Y�\Q��6eA��:.���Q�2F�����	:
b��R��h‹؝�}
����A8X{*�gp�p������79�4�����rk�ĔĴk�=҄���@���-�[�T}��:����5���~��b-6�ӌ��ͷIR�&�
|�����d
��z�R���������{�D,<n���z�z��;��°<�Z+EN:����zV
+J
�O��M`Cim�	�4d(�)y�T2*7��N�^�o70(�<���q|oO�9j��p�$?���bp�H�n�̣�����3�<k�<��4�<���s�R�n�c�ߤ�����X�"C�0F�J��i
�
���FM��5V_5g~4���s"��:��#o��_���f'��1���.���BH���a�luW�v��B��d�2����A���PdvYQ���z\B:z���jc`h=�;H8(h�A�@#
MԚ�P5�S����CDA�h�S�3{��������O6w���jZ:��0f�`�qx�0V�y�Nc�9k�1���bP��c<�4A��ʹ2�k*��� U�[m������V+t.
��AZ�v���	
+����jOf��#�-1��|M�c�0&��
�i�1�F6��Y*b�62�(��P����w`�G�XLd'�Y
+����FV��v��Qqmٿ���[��b2kG��l��a(���a�q��
+j��M�Iu��@ʍ�\������`���2��\k�9�uM������s�2j�_�V����u{ֳ��61xZ��/�������Z}��>��hԳ�4�\'��X��������Y��]�gs��v�n��D��Đ�:lW�������a�nЫ��>����&�B`G�2����4u��u�j��_���׃9��1�Z�^C�ל�k�u[��:�A��‡��u_d^�^�L�������պ�Z�v��O��`zy�z���^�������>��W�H� =y�K���ˣ���ky� �
+~/�ƒM7ߚ��J�F/'�W��	�/���nr��Ճ-E8�Q:ɼBr�SZ0�8q�n���w'����p��/�L�=�;|L/��ʓQg���ƾFOW҅Ev�Ls��6�����[�����	h���M9�b&���B��{ѥALhn�a1y7&����h=�Z�q���s���È�b*>m�.&T9T��؁��[@K���
+�.?�QV�w����>���x��1�n�Usң�2����p�9�P����V1A��a�?+�37�dcU��\̱�/��Y�ys����z�4��2B�R�,-���s"�Ğ�azX% 7�{�T������\���&W+t.��M.6P�I/%�xgn,CYu�/*PxV@�%��kQ��ֶ�}�cw��7��Ua�T͜lv��Ë6�V�(���ēZ� ����r��b�8��K]�闖��l����`�����z�K!�b�Oa/��%�-p�`x����nlե���^�Ne�L��=������t�����x�1F��;�
 �ѕ�,i$mdClZ�s�'�)���f�MpQtE�ώ�"��N�U��5>�q�x�	ª��L��c�4� Pğ�!��Yڊ@3f����"�kHV']�ZΟ��.Ț�'���cm�Ɨ��4恡�hjƨ��n��av���m82�R�%7�9�a&.���u럓pC�S��!��Bj��s�W>��9o�jq����!D��3� C�:���ۥ�I�҄��0 X�����O^Fw�r�Z3�ʓQ�e~|��(opo��A�$���Z��pPT ��G��C��Z�<�)�ӈ�^"r++�F��H��v�N�q�u�kD='��*^Y|Z/5c��_��(����r��AO��C��8ύ(�T�T�T'"���-�0��~Nb�;�8,.&ӥ�RuUX��=�"^h ,V���U��e������w|�Ot�X�T+\�9�T�T�<�C���iO��F�s��Fe�
+�s��h;2��3�|��������M�֫�+����2����@ H�Z,(��_9
+r��o��%!;�0|�b����g?�g��V����ڰ�1:%'�
+x�ݲ�����q�A���p�z��K�:w:��fܦN�T�n$�P�27����wVLr�q�
NЉF���E����c�}��Ȧ|q$��++����e�e�"k�m
+�#jCS^Ȩ����rrܙ�3z�"w�X�s��r��p�˂�$u���i�3�,�c�Q��T��Eߞ�����Ѡ،l�{;�s�	^����r�F�,~��'��pC��jc��8�_^\
�]�
���X~N�ڃ7p����)j�c�IZ��\%$x�ȕ(F����Cv��D�r�S���/�t�:�P�Q$(��S'�vKZ��
+Y�O6��i+B���wn��T�;ce��!6�7߁yDh��tu��^f`6���)�
}lJ�E2E~R=��^=3C��1�i��f���qB<�빂�8�HoOj�ѡԒ�,/v�ηZ���!p�a���X`������;�0%��6�z�W��@���(�;��)E��;�0���[s�~_xm�Q��pg���W������ٻ:J?���h�a$�Q�#*F6�݆͐��&�7�Gkr�O����y�&�Hx��rb�v/�0�j_��y|����(\k(�<bv9zÈ:����[�ܞ����>����m�� 3��ٕY�#�}�rM�j;d'��O\F���BS���V�}��y���vr�9k��0��3"�L��=H�i(w���ך�d�i�}���"]q���TuVL�W
�B��Kq0U�L�H���ON8ڸ#��籜���c9�(�h�a��f4��#-
���.s*�(��k�^k�:p�zT�,'
+�0](�6��8�V�i<�8P��dz��OH�I{��޷'�f{���H�~%[����ޞ��-�-�cV�Ƕ�h�R���	��7/�\ҳ�9��J�I�ʦD�!2?=��i�h	��IX=�B�Z�-	;V3{�"�=��l]�]����_MD#��SМ�
�����^:�����!��m��h��Һ��t�q�El�Մ���s��97�\�o3�ԽBf���՟��!}�>�?r��MZ��iڋ��5(�OQ<�It�D���_�K���*�|�+�'/��:z=PY�F��!��v�����o�\�뻑�UF�ժ�e����EVWۇ��14c8�ʧ��Փh��e��:��Vq4�ֲ��oGo��U�l��׵������(�[�Ѡ���I|.PV��oum|��<�E���d�v���*2��|G��Z���Y�j���>���D?�~5�UW��I��Xm�N`����*2C�������$�Ɨ�կ�zװU���UoI#�1�������j�����~Wl����,�ZH�j@�ˋ��/N����Q��A�C�ާ
���%'w��{U��~Nb�E+�&����Uo]#�ʒ��~A,��si�k2o	X���a�O��a�+�-֧(C�_��E8����F�t�\#�η�OD�R��9���ⶽf�\eøu9H����Z�_��#Jf�}оz��d��I����׋0�E�iZw���!��Es��x�->!32�f��4�λm�'v��(A<��˚TS��<',��(9�����J}��I���?�����˸������'�aK'��a���#`p4����i��^ܩ�	���3ʹN\O�l:��1vC�I�)�l|��7W2N��/i�Z���P��KL�Kf����f�i栰��9�wIF�L[�Gcj��]�lZ����LR����`�|%��N[;d?N�J��
+�@Ɂ�C�2�}K���c���������6�l��9'K��%����*�H��&h#��?D�"�㦠�m�����)�E~l���o9�6�T;?=R��]N�O$i�[���i�rJ����}��F��WPCk���c�=Nj�;M����E?L
�hH��O���a:"���t�j�Ph��_
��Q�F�LȤ=����\N�.i��M�yi����hW$ݤ��1�;��x���۞J�,����H����\u�=�1�� ��Q6	�'ɍ����xI���v��o�s�ڰ�`T�����`5ϸ�Ύ�
+u4����y�U#�$i��Z��R*g�:�_8�\H،�4
+I�8w�$+�X��6�OxI{���h7.VT�׼��%�y�p0:��3��XS?g�+���}����z�$��j}p�<H�R�F�|���d�f�^r`�hv�"�Zc}"��U�a%>y��ߞ{�����dn����'�i�['�[N�vI�a���ē�i'��:���?S�ih��d�՚�[�n�C	��	�uZ2N�HxA��^�	�˜�
+�V���q�!�yt���\JG��;炣ĭ�������i��vy���t{�+n�%�MTxv�q�%S��ݲ{a�}����Io��sw슱ӏR���&���l$��zÛ��
/��x�Eb���O�ڟM�U�=^��\z�:$苵a:�#�=�� *�2��l��ۢ|a��t����)WN�t���
+x�������~���_/���_����1���j��G�4ft����37'L6�M��"�	���	Ƹ��dU'&L^�������Z�+�n5GW������C6^�/���IZqo8���1�N�h�0X���#��埦�I�i�,�N����k+)d&����FQ�B�FH��n;�;+&}(��s�CcE��:'� ����0kTV�	ҽ�0Tc�C��6���h����kM�:��O)�l�G +��v��$b��mf=O��4}Z�8���h�!핳�u$�M`yA����nmq[Z�h�ط�y��]ϋNm�h���o)9�'��@�0��h\���%#�Z�c��sߝ��"]q��#�� ���c��~��p�m��Ӑ�8��R�<��Őϣ7��d]��<��Z��љG�d�a��5-�<����>R��T_S��
+�Ft�1B(Y��B�4ך(�#'�A��
B3C�-�>xHf�O���ث;�x��?�G�d��)�?��	q��a����祐
+endstream
endobj
19 0 obj
<</Length 4966/Filter[/FlateDecode]>>stream
+H��Wi{�J�~�����Y$(%�%�R�ZjWZZ���L�����%2�q?���s�BD�y���X�U���8quOʎ�7�d{���"ٻ*�Zdݢ�%���*!m#̽���y���xm事�
�&��Ӝ��
����5�,��|*�<�V�Z��&c�
+�%'��
+P�%e��jBa���1���
+�I7kbHdݔ�Vꬢ
��b2j����f�֝?2Pީ}�
+t�]���J�+����OI�n��?H%�"�&�4E�P�q1A;�)aql���;��?SÛ e��
�Co�&L�Q���ܧ9��ܶ~t򱊿�5�P�hӇg�IC��l&��X���.�ڲ	���������!,#]��T��y	���t�JT����ބ�\8X���yt�.�h��t�$�+�w��2�R�1w��R��	��Ӥd�Y��4%�1�hN%�M�+�����hL|w��������s�G��t�eZ�0�n�|k�C �g��0��\L��V�}
+y<��h�*06@�S|{�d4���M�<`.���&�9T����p���'of8�^lLK��4������kJ����¿@s�}�N빼?�Q��}DS�}]AA�9�9��poޞ8帡�`����qV�\��1.^����-T��LO�������NP�������$�P�.}�R��M	�'��UJٙ�P5UH��؜-��������^�m��P��� F׃��������w��T�^dE)r�M��N���S^ټE�-�b(u�
+�e5�ޟ�01��%�6NyB�o�y��׽>	q�졒�r%N'BeM��u+9��;��ڷ��;�I3r���l�ֱM��]$���(����p��T�)�Z���/���ݗ��E���V�Mp�0E��6����WK���=	Z����q�����=O�i�&���I�e��&�@���Qr���}��a�}�����N,ڄ�x|-���Y}�^v��"��ƢǗN��n��|���H$�h.��'Ԣ�n�6�[��ޠ�<�7sb��2�'��]9 �8�wru�V���t����b��	ն��~wUF��Z�N7
+�3�'fhq�<��=��}�/�Y���˼i�n����R�1�����|Խ��:)i<��h�vw�.��)�j�-\�q�]G(��0�X&tdW�k�:]�tFl��-�7`sm��
&�V�=]X�8��i,GG�/�!���Dԗ�>�|�e�(�{�;�L��f��X���K������`��6����t�X��jd�Zb���qbo��F��1�^��F��o�2K{C�64u�p��ÿ��):l�@Տ�-�T^ʟ6b�L	pB�b!������v-�
�����%�[�Gfd$f��a���,��)еk�/q�,B��M�Y��p��wC����t4�� ��ݠ�9&�$S���G)�<6�
���k��r�T$^Ι	BbД���޺��A���_��L�s�z9a㪡c�\ho���ˉ�Ƚ�k���xN���i��|LxQ�{C�J����!��̬�uț�l=�c���#�����7�A�8�A�b�$��r*�1h��E+�ա����U+��=o�\G�<��F���.�9�k�����l������AVX=�,��5RF��vq�������Qh��Q������^y�2��)�)����>X�~�������!�p���0^Qr�p���X#P��Rŋ%(^�U��^��c�����g<S��Yb�u��+qx?X&��S|+�R�д��� ?X>�]�H�mQÄ��x�M��/ g����L��R��T��Vq���@,G�E�`ƾ��~�o'�w�Pˆ�F�
PC�O��O��B�K�{��������
��T�Z�ўtf[����d��y��C�11��D��A�p_pf�h\�J+��������ַ��������oȡ%2�GL�$%���E@�ef��	�<���@��G��"�bl<nZU�ׂ�n�X�d���b��.MA�y�X8�*�`�ds����Oʫ�g�E����0�c@��SE����/�%�l���I�e�|��;k���[��aMv�j���^l�7�T0p&Uclq�DТM�mM�����Y3|r�����H���s0����I0@�/��g��1�T�7����#�d6���ga �oa�S�]t��������{����!�{�@k��+CZ1�&�Pbw�4H�|��Ѩк�_@�v@�@��ytθ߄�d�+8ď�2��o�%Ȣh��
+*��n�=v��R�S<��������(�/?ܯe9��2L%q��U_
+����>��a$�/�	�26Z��mh�1|9�p4@}��r��	V�e ��h6b!\N���4��=�&�%�Lw"�	 ͸&�,_:M��3�����%���"��ooK�W%��ݖ�J@��x[r�*���oK�W%�@�C{�7%�d��������$ ��(2��b�����ojk��{ݝF]gG˪H����󃶥WW%��ö�WW%��~Զ�����ږ^]�P��ۖ^]���	�b�ט��Gl=�_V�,�V�:(�n�����oQ4�H(��NL2�aah��I`ˏ����|cr>��I�9�%�D0�(V[L��9�77�"�G@4k ����0[y��D������}"�q��A0�dKi&I	J'�ɔ
;"U j�gp,N�6�no�}����+KUrn�Ҹ��-���*v���]P~e��t��8C3t.V_=Y���q�8栬loŎK��&��e]Z�,����/�$;n�J%C�[����h��tgH3	����U���h�>Q����f�^��8X����Ӵ/ԁ�ڔoϒ�}���
<��IO�����I݁g�᝼5ϮN�J��F��5D{�����쫧Zr/�?��wrC??:���%}^�rN�M����N�v�6�v����R**��Σ6�y#拄��|���/||_�@ġ/z�|�J����@S0g�Z��<���t���u:BmB����1�~?̐��5��_ ϕ���R�B�1s���w��i�eL`��g�d0�2�d .���˓�h� 9��0��2aǺr^2iރ0wsi��I�����桍+�\��{0<�ف�ÅyYs�@6��^,	ؿÐ��4��}��D��a��ڑK�/T�&���0L�V��\�1�3�R6`��k�ֲp��±I膩�b���4Fؼ.yO���P��Q��͆�5-3S���8�,�N��N�6g-V��*�r9"�s.ɗ���$�@Ɵ�I�Ό/	�X8
+X��� �cYuՒ�f$�f����O�dW��hoz��W��n���^3Ƣ���^��_m�5�ޭ�I�d�W��}�ܒ���8�s���-�Nz���`��XM;��!��ٴ�rpJ�wKR�g���n��o5̿���
�%��xoe����ǿ���f�D������2
X�M�O7N�7d-������յr�y��yI�˹˞�n6�3��*6���M�^m�����t�Z>Cy���K_AQ�K�E�ߧ���^�
F@�6	(�6%�l�F�Ҁ��S���fa��C�Y5{�P��1�93��ϣ5gR��'�F��_�%%Қ�"�oaj _��%�� B����k>����T~рկ�]C�8Q�	�<5/PT?��lS	ھ������h�?Y�Cqm&̸��5W��X8OՈ!�Ѐ�A�a*)��R��+9�{-��u�"N�<��s�l���^^�[@B�	ȧ���/"Z�ء��'���+69lɑ��Ix�8	�o;c��f]��ݿ(
y�šq�ѯV^�f��̄7� ���4L��s!�Nd�����R�g�%kR��K�;F�h�l����F�l^}��/�t��xվw�޸lޒ�=j��O��k��c�M[M��u�u�ru���1�Q�W���8ٰ����S:?w^'F�����u�F���:�!#�'���7���8���ϛב
��<��H��ݙ׳��hʲ�왽������?#Y��W � h`��w���	�-����}M��>�)u2�b�o�,�����UGQ���5�_�T/����)�&B� ����n�:�\�>��"��Hyr�,EKL�s�+���Q:�Enu�ؕ�h�_Osw����':4GwK����j�b�/�e�x��Q�G�ů���Z�$Iݓ����g���W��G�=�5��jJ�hݬ5|�͟�|{K�����$��ip�Z�	&HnsR�+��H7v<_�����؜��֪���<����.�>�� �؅�
+qX8�(iw{K����ᕪ�d��J{��'����JrP�ڢO���1��)��qU�4���qIYTn8�04���3tI�D\��h	YJp*���Q.��4�|��W#��a�ZN��N�?����a���a��)��O���b%�)}I��֟mo�b���m�^4�G���ַ����������s�S$��x:�_����p��l��&Ț�����=���8X<��	A�U�+ooe������j� )�B/��*��وǹ'JA	�o��Ӵŕq�?,`�5��R�QBe��` �$%$N� ���m��]�]D
�#Ji�(�U ,�U@.�IW
+�x����Tκ�'���B�<7�L�8D�����!f<ApŜ��h<�1�Ɠ%��LY�ֲ37خ��rnbT݄P��k!"
+�A���=eIg+��Q� PH����9�ɢ�ܵa��{�6ף�a�$A�ˉ56p�M�a�u`��&.B��!սl �7������������l�
�94�vs�o���?��=�#,E{{5sh]�M�MPч�_g�!x̥57�[��dnqP�~ 9�?T�[��9�5B
+endstream
endobj
9 0 obj
<</Length 18310>>stream
+%%BoundingBox: 13 215 588 648
+%%HiResBoundingBox: 13.418 215.0781 587.1953 647.1479
+%AI7_Thumbnail: 128 96 8
+%%BeginData: 18157 Hex Bytes
+%0000330000660000990000CC0033000033330033660033990033CC0033FF
+%0066000066330066660066990066CC0066FF009900009933009966009999
+%0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66
+%00FF9900FFCC3300003300333300663300993300CC3300FF333300333333
+%3333663333993333CC3333FF3366003366333366663366993366CC3366FF
+%3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99
+%33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033
+%6600666600996600CC6600FF6633006633336633666633996633CC6633FF
+%6666006666336666666666996666CC6666FF669900669933669966669999
+%6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33
+%66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF
+%9933009933339933669933999933CC9933FF996600996633996666996699
+%9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33
+%99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF
+%CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399
+%CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933
+%CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF
+%CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC
+%FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699
+%FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33
+%FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100
+%000011111111220000002200000022222222440000004400000044444444
+%550000005500000055555555770000007700000077777777880000008800
+%000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB
+%DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF
+%00FF0000FFFFFF0000FF00FFFFFF00FFFFFF
+%524C45FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FF
+%A8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FF
+%A8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FF
+%A8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FF
+%A8FFA8FFA8FFA8FFA8FFA8A8CFA7A8A8CFA8A8A8CFA7A8A8CFA8A8A7A8A8
+%A8A7CAA8A8A8FFA8A8A1A8A8CAFD05A8CFA8A8A8CFA8A8A8FFA8A8A8FFA8
+%CAA8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8
+%CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8
+%A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8AE83A7A8CFA7A7A8CFA7A7A8FF
+%7CA7FD04A8A7A7A8A8A1A7A8FFA8A7FD04A87DFD05A87DA8A8A8A7A852A8
+%A7A8A1FD4FA883A8CAFD07A8CAA87DA8CFA7A8A7A7A8A8A8A7A1A8A8A87D
+%A8A8A82E5352532F532E532F532E532F2F2E532F532E532F532E532F532E
+%532F532E532F532E532F532E532E2F2E532E2F2E532F2F2E532F2F2E532F
+%532E532F532E532F532E532F532E532F532E532F532E532F532E532F532E
+%532F532E532E532EA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8CFA8FFA8FF
+%A8FFA8FFA8FFA8FFA8FFA85952C1762F2F592F532F592F532F592F532F59
+%2F532F592F532F592F532F592F532F592F532F59537D537D7D7D597E537D
+%53595359537D2F532F592F532F592F532F592F532F592F532F592F532F59
+%2F532F592F532F592F532F59537E5359FD07A8A7A8A8A8A7FD09A8A7A8A7
+%A8A8A8A7A8A8A8A7A82E5275532E532E532E532E532E532E532E532E532E
+%532E532E532E532E532E532E532E532E532E5353522E7D595353532E5252
+%5352522E532E532E532E532E532E532E532E532E532E532E532E532E532E
+%532E532E532E532E532E5953532EA8A8A8FFA8FFA8FFA8FFCFFFA8FFCAFF
+%A8FFA8A87DA8A8CFA8FFA8CFA8FFA8CFA8532E52282F2E2E282F2E2E282F
+%2E2E282F2E2E282F2E2E282F2E2E282F2E2E282F2E2E282F2E2E282F2E2E
+%282F2E2E282F2E2E282F2E2E282F2E2E282F2E2E282F2E2E282F2E2E282F
+%2E2E282F2E2E282F2E2E282F2E2E282F2E2E282F2E53A852A8A87E7EA8A8
+%A87DA87DA8A1A87D7D7DFF7D52FD0CA87DA87DA87DA87DA87DA87DA87DA8
+%7DA87DA87DA87DA87DA87DA87DA87DA8FD417DA8A8A8FF7EA9A8FFFD07A8
+%CAA8FFA8FFA8FFA8CFA8FFA8FFA8FFA8FFA8FFFFA87DA8A1A87DA8A1A87D
+%A8A1A87DA8A1A87DA8A1A87DA87DA87DA8A8FFCFFFCFFFCFFFCFFFCFFFCF
+%FFCFFFCFFFCFFFCFFFA8FFCFFFA8FFCFFFA8FFCFFFA8FFCFFFA8FFCFFFA8
+%FFCFFFA8FFCFFFA8FFCFFFA8FFCFFFA8FFCAFFCFFFCFFFFD04A8CFA8FFA8
+%A8A8FFA8A8A8FFA8CFA8FFA8CAA8FFA8A8A7CFA8A8A8CFFD04A87DFD17FF
+%A87DA8FFFFFFA87D527D527D7D7DA77C527D5253527D7DA852A8A8CFA8A8
+%A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFFD08A8A7A8A8CFA8
+%7D7DFFFD04A8FD1FFFA8A8FD17FFA87CA8FFFFA8FF7D7D52527DA752A8FD
+%08527752A8FFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CF
+%A8FFA8A8A1A8A8CFA1FD04A8CB527DA8FFFFA7A8CAFFA8FFFFAFA8FF7677
+%7DA8767D7D847D52A8FFA8CAA8FFA1FFA87DA8FFFFA87DFFFFFFA8FFFFFF
+%A8FFFFFFA8FFFFFFA8FFFFFFA8FFFFFFA8A7A8FFFFFFA8A8A8FFA8CAA8CF
+%A8A8A8FFA8A8A8CF7DFD1FA8A7A8A8CFA8A8A8CFA8A8A8FFA8A8A8A1CFA8
+%FFA97EA8FF84A9A8A1527D7D7D527D7DA152FFA1A87D7DAF77A87E7DA8A1
+%FD1FFFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8
+%FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8
+%FFA8FFA8FFA8FF7DA8A8CFFFA8FD05FFA8FFFFA8A8FFA8FFCFFFFFFFA8FF
+%A8FFA8FFA8FFA8FFA8FD1FFFA8A8A8FFA8CFA8FFA8CFA8FFA8A8A8FFA8CF
+%A8FFA8A8A8FFA8A8A8FFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CF
+%A8A8A8CFA8A8A8CFA8A8A8CFA8A8A8FFA8A8FD20FF7DFFFF7DA17D7D7DA1
+%7684FD12FFA8CFA8CA7DA87DA87DA17DA87DCAA8A87DA87DA8A7A8A8A87D
+%7D7DA87DA8A8FFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8
+%CFA8FFA8CFA8FFA8FFA8A8A8CFFD1DFFA8FFA8FFCA7D52A876A17D7D7DFD
+%12FFCFA8A776522752527C527651527C52535228767C52527D52522E7D52
+%5252A8A1FD20A87DFFA8FD3DFFA8FFFD07A8CFA8A8A8CFA1CAA8A8A8FFA7
+%A8A8CFA8AFFD07A8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8
+%FFA8FFA8FFA8FFA8FFA8A8A8FD1EFFA8FFA8FFFFFD04A8FFA8FFFFFFA8FF
+%FFFFA8FD0CFFCFA8FFA8CAA8FFA8A8A8FFA8CAA8FFA8A8A8FFA8A8A8CFA8
+%A8A8FFA8CFFD05A8CFA8A8A8CFA8A8A8CAA8A8A8CFFD0BA8CFA8A8A8CFA8
+%FFA8A8FD1FFFA87DFFFF527E767E7DA152AFA87DA8A7537C7DA8FD0AFFA8
+%CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8A87E7E7D
+%7E5AA8537EA8FD057E7DA8FD067E2F7EA87E597E537E59A87EA8A8FFA87C
+%A8A8FD1DFFA8FFA8FFCAA1A8CFA8A8A1A8AFFF7DA8A77DA1A8A8FD0BFFFD
+%1AA87D7E7ECA7D7E7D7E7DA853A87D7E7EA87EA87DA87DA87E7E7DA87D7E
+%7D7E7E7E7DA87DA8A87D7DA8FD05FFAFFFA8FFFFFFA8FD31FFA8FFA8FFA8
+%FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8
+%FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FF7D
+%7DA8FFA8A8A84B535276A1A87776527DFD10FFA8FFA8FFCA7DAFFFFFFFA8
+%A87DFD13FFA8A87C7D7D7D52A87C767DA77D7D52A17D7D7DFFA8A8A8CFA8
+%A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8
+%CFA8A8A8CFA8A8A8FFFFA8FFA8FFA8A8527DA8A1A7FF7D7D7DFD12FFA8FF
+%FF527E5284A17D527DFD12FFA8FFA8A87DA1A8FD067DA8A87E7DA8A17DA8
+%FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8
+%FFA8FFA8FFA8FFA8FFA8FF7DA8FFA8A8A8FD0DFFCFFD0FFFA8FD05FFA8FF
+%A8FFA8FFA8FD12FFCFA8FFA8CFA8CFA8A8A8FFA7A8A8CFA8CFA8CFFD06A8
+%A7FD24A87DA1FFFFA8FD3DFFA8FFA8A8A8FFA8FFA8FFA8FFA8FFA8FFA8FF
+%A8A8A8FFA8A8A8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FF
+%A8FFA8FFA8FFA8FFA8FFA8FFA8FF7DA8FFA8A8FD1EFFA8FFFFFF7DA8FFA8
+%7DA8A8A87DA87EA8A8A8A1FD0CFFCFA8FFFD087DA77D7DA77D7D7DA87D7D
+%7DA87CA1A784AFFD21FFA87DA8FFFFA8FD22FFA8A8FFFD047D537D52A8A7
+%7DA77DA8FD0BFFA8CFA87E7D7D7DA152A859A8767D52CA767D84A8527DA8
+%7D53A17DFD23FF7CA8FFFD05A8FF7DA87DA17DFD15FFA8FD05FFCAFFFFA8
+%A8FD15FFA8CAA7FD0CA8CAFD06A87DFFAFFFA8FFAEFFA8FFAEFFA8FFAEFF
+%A8FFAEFFA8FFAEFFA8FFAEFFA8FFAEFFA8FFAEFFA8FFA87D7DFFFFA8FF7D
+%A8A876527C4B527EFD33FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8
+%FFA8FFA8A87DA87DA87DA87DA87DA87DA87DA87DA87DA87DA87DA87DA87D
+%A87DA87DA87DA87DA87DA87DA87DA8FFFFA8FFCAA8FFFD05A8FD15FFA8FF
+%FFFF7D7DFFA87DA77DA87DA8FD057DA8FD0CFFA8CFA8A8A7A8A1FD07A87D
+%A8A7A87DA8A8A852FD047DA87DA87DA87DA87DA87DA87DA87DA87DA87DA8
+%7DA87DA87DA87DA87DA87DA87DA8A87DA1FFFFA8FD25FF7DCF7D7D847DA8
+%A8767D7C7D7EFD0BFFA8FFFF7D527D527C527D52A8527D767C527C527D7C
+%FFA87D52A1A8FD23FF7DA8FFA8A8A8FD1DFFA8FD0BFFCFFFFFFFA8FD0EFF
+%CFA8FF7D7D7DA7A77D7D7DA8A77DA8A1A87D7DFD04A852A8A8AFFD22FFA8
+%7DA1FFFFA8FD31FFA8FFCFFD09FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FF
+%A8FFA8FFA8FFA8A8CFFFCFFFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FF
+%A8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FF7DA8FFA8A8FD04FFFD09A8FFA7A8
+%A8FD0DFFA8FD09FF7DA8A0A184FF76FFA17D52A07D7DFD07FFCFA8FFA8CF
+%A8FFA8CAA8FFA8AEA8CAA8CAA8CFA8A8A8CFFD287DA8FFFFA8FFA87D7D7D
+%525227A1A17D527DCA767DA8FD17FFA87DA7A1A2A8A2A8CA7D7DA7A8A8FD
+%07FFA8CFA87D76A87DA87EA852CF7DA8A1A8A8CAA8FFA8CFA87DA8A8A8CB
+%FD22FF7CA8FFA8A8A8FF7DFF7CA87D7D76A87D76767C527D7DFD0DFFA8FD
+%1FFFA8FFFD047D7CFD047D767C7D767DFD06A8527D7D7777A9FD20FFA87D
+%7DFFFFA8FD28FFA8A8FFFFCFFD04FFA8FFCFFD09FFA8FFA8FFFFFFA8FFCF
+%FFA8FFCFFFA8FFCFFFA8FFA8FFA8A8FD26FF7DA8FFFFA8A8FD07FF7DAEFF
+%FFA8FFFFCAA7FD0DFFA8FD08FFCA52A8527D767EA7527D7653A1767DAFFD
+%07FFA8A87DA77D7D7DA77D7D7DA77D7D7DA77D7D7DA77D7D7DA77D7D7DA7
+%7D7D7DA77D7D7DA77D7D7DA77D7D7DA77D7D7DA77D7D7DA77D7D7DA77D7D
+%7DA87D7DA8FFFFA8FD07FFAE1182FFCAC9CFFFA7CAFD19FFA8A8FFA8FFA8
+%FFA8A9CAFFA8FD07FFA8FFA8A87DA87DA87DA8A1A87DA8A7A87DA8A1A87D
+%A87DA87DA87DA87DA87DA87DA87DA87DA87DA87DA87DA87DA87DA87DA87D
+%A87DA87DA87DA87DA87DA8A8FFFFA8A8A8FD07FFA7FFFFCFA7FFFFCFA8FD
+%0DFFA8FFFD0FA8CFFD0BA8FFFFCFA8CA7DA8A7A8A87D7DA8A1AF7DA853A1
+%7DA8A7A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CF
+%A8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8FFFFA8FD1FFFA8FD087DA87DA7
+%A8A77DA87D7D7DA7FD087DA8FFA8FFA8A17E7D7CA8527D7DA1A87D767EA1
+%7D7D7DA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8
+%FFA8FFA8FFA8FFA8FFA8FFA8FFA8FF7DA8FFA8A8FD0EFFA8CFA8FFA8FFA8
+%FFA8FFA8CAA8FFFFFFA8FFFD067D7C7DA87D7DA8A17D7DA8A1A17DA8A1A8
+%FD047D76A8FFCFA8FFFD07A8CFA8A8A8CFFD04A8A7A8A8CFA8A8A8CFFD06
+%A8A7A8A8A8A7A8A8A8A7A8A8A8A7A8A8A8A7A8A8A8A7A8A8A8A7FD04A87D
+%A7FFFFA8FD07FFAEAEFFCFBCC9FFFFA8FFA8AEA9FFA8A883FFA8C393C3FF
+%FFA8FD147DA8FD067DA8FFA8CFA8FFA8FFA8FFA8CFA8FFA8FFA8FFA8FFA8
+%FFA8CFA8FFA8CFA8FFA8A8FD1F7DA87DA8FFA8A8A8FD07FF83FFC9BBA0FF
+%A8A8828383AE7DA783A87DA8A0B59ACAA8FFFD09A8CAFD11A8FFFFFFA8FF
+%527C7D7D7D84A852A7A17D7D767EA1FD0CA8CFA8A8FD1CFFA87D7DFFFFA8
+%FD0FFFA8FFA8FFA8FFA8FFA8FFA8FFC9FFC9C3C9FD05FF7DA8A8CBA8C9A8
+%AFA7A17EFD0DFFA8FFCF7E7D7D7DA177A853A87D7D77A153A7A8FFA8FFA8
+%FFA8FFA8FFA8FFA1A77DFD1DFF7DA8FFFFA8A8FD0FFFA9FFFFFFA8FFFFFF
+%A8FD05FFA8CAA0C9CAFFFFA2A8A7527DA07D52CA527EA9FD0DFFA8CFFD09
+%A8FFA8A8A8CFA8A8A8CFA8A8A8CFFD05A8FD1FFFA87DA1FFFFA8FD0FFFCF
+%FD11FFCAC9C9FD08FFA2FD10FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8
+%FFA8CFA8FFA8CFA8FFA8CFA8A8FD1E7D76A87DA8FFA8A8A8FD06FFCF2D83
+%FFCFA7FFA8CFA7FD0DFFA8FD04FFCFA1C9A8FD07FFA8FD0EFFCFA8FF7DA1
+%A8CAA8A8A87DA87DA8CFA8A87DCFFD0BA8A9FD1FA87DA1FFFFA8FD07FFAE
+%5883FFCACAFFFFC9CFFD11FFA8A8FFA1A1C3C9FFA1A8A8A1A9A1A77DFF7D
+%A8FD08FFA8FFCF7E7DA17DA1527D7DA852A87D777D7DAEFFA8FFA8FFA8FF
+%A8FFA8FF7DA87DFD1DFF7DA8FFA8A8FD1EFFA8FFFFFFA8FFFFA87DA176A1
+%6FA8A1A1A8CAFD057DFD08FFCFA8FF7DA1A1A8A7A17D7DA8A17DA87DA8A7
+%FFA8A8A8CFA8A8A8CFFD05A8FFA8FD1BFFA87DA8FFFFA8FD2AFFCAC3CAFD
+%10FFA8CFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8CFA8FFA8CFA8FF
+%A8FFA8FFCFFFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FF
+%A8FFCFFF7CA8FFA8A8A8FD1DFFA8FFA8FD05FFA8FD05FFA7C9C3CFFD0EFF
+%A8A8A8CFA8A8A8CFA8CAA8FFA8A8A8CFA8CAA8FFFD09A8FFA8FFAFFFA8FF
+%FFFFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA87D7DFFFFA8
+%FFFFA8CFFFA8FFA8FFFFFFA8FFA8CAA8FD0FFFA87DFFFF52777D77A1FD06
+%FFCFC3C9CAFD0BFFA8FFA8A8A1A87DA87DA87ECF7DA8A7A8A7A77DA77DFF
+%A8FFA8FFA8FFA8FFA7A8FFA8A8CA7DA8A8FD17FF7DA8FFFFA8FFA87DA852
+%7D7D764C7D7D7D7C5227775252A8FD0BFFA8FFA8FFFFA87DA876A8FD08FF
+%CAC9C3CAFD0AFFA8FF7DA1777D7C7D7D7EA876765928A876527DA7A8A8A1
+%CAA1C3A1C9A8A17D76767DA17D52A9FD16FFA87DA1FFFFA8FD04FFA1A8FF
+%FFA8A8FF7DA8A17DA8A87DFD21FFC9C9C9FD07FFA8FFA8CFA8FFA8FFA8FF
+%A8FFA8FFA8CAA7CAA1C9A1CAA7CAA1CAA8CAA8FD21FF7DA8FFA8A8A8FD1D
+%FFA8FFA8FFA8A8A8FFA7FFA8A8A1FFA9A9AFFFA8FFFFFFCAC9A0CAFD06FF
+%A8FFFD04A8A7A8A1CAA1C3A1C9A1A7A1CAA8A8A8AFFD06A8FD057DA77D7D
+%7DA77D7D7DA77D7D7DA77D7D7DA77D7D7DA77D7D7DA77D7DA17DA1FFFFA8
+%FD08FF82A7FFFFCFFFFFCFCFFD0EFFA87DFFFF7DFF77A752A1A8A1A17D84
+%777D7DFD06FFCAC9C9FFFFFFA8CACAA7A1CAC9CAA7CAA1CFA8FFAEFFAFFF
+%A8FFA8FFA8FFA8FFA8FFA8A87DA87DA87DA87DA87DA87DA87DA87DA87DA8
+%7DA87DA87DA87DA87DA87DA87DA87DA8FFA8A8FD08FF3383FFCFA7FFA8C9
+%A8FD0DFFA8FFA8FFA8FFFFA8CAA8A8FFA8A1A1FF7DFFAFFD05FFCACFCAC3
+%9AC3C3CAA1CA52767D7D7C7E8453A17D767DA87652FD04A8CFA8A8A8CFA8
+%A8A8C97D84A9FD1BFFA87DA8FFFFA8FD0BFFCFFFFFFFCAFD1FFFCACFCACA
+%C9CAC9CACACFFFFFCAC9C3CAAFA87DA87DA87DA87DCA7DA17CA87D7DA8FF
+%A8CFA8FFA8CFA8FFA8FFA1A87DFD1DFF7CA8FFA8A8A8FD1DFFA8FF7DFFA8
+%7DA8CF7DA1A8CAC9C9A1CAC9CAA7CACAFD0AFFCAA0C3A1FFA8A8A8CFA8A8
+%A8CFA8A8A8FFFD0DA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FF
+%A8FFA8FFA8FFA8FFA8FFA87D7DFFFFA8FD1CFFCACAFFA8A1CACA9ACA7676
+%76FFCAFD13FFAFFFA8C9C3CAA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FF
+%A8FFA8FFA8A8FD1F7DA87DA8FFFFA8A8FD06FFCFA7FFCAC2C3FFA8CFA8FF
+%A8CFA8FFA8AEA8A8A8A18CC2A7CAC9CFCACAFFFFA8A9FD16FFA8FF7D7DA0
+%A0A0A8A859A17D7D7DA7A7A8A8A8CFA8A8A8CFFD07A8CACBFD1BFFA87DA1
+%FFFFA8FD07FFCFC9FFCFBBC9FFFFAEAEA7A8A7A8AFFFA8CF83FFA7C2C3FD
+%1FFFA8FFCF7D527D52A076A052A8767D7DA8517D7D7DA8FFA8CFA8FFA8CF
+%A8FF7DA8A1FD1DFF7DA8FFA8A8A8FD0DFFA8FFA8FFA8FFA8FFA8FFA8FFA8
+%FFA8FFA8FF7DFFA87DA8A8A8A17DA7A8A8A7FFA9FD0EFFCFA8FFA7FD05A8
+%A1A0A0A8A8AFA8A8A1FD0CA8FFFFFFA8FFFFFFA8FFFFFFA8FFFFFFA8FFFF
+%FFA8FFFFFFA8FFFFFFA8FFFFFFA87DA1FFFFA8FD11FFCFFD0EFFA8FFFF7D
+%7E52FF7D7D76AF7D7D84FD0FFFA8FFA8FFA8FFA8FFA8FFAEA876C9A7FFA8
+%FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8
+%FFA8FFA8FFA8FFA8FFA8FFA8FFA8FF7DA8FFA8A8FD1EFFA8FD05FFA8FFCA
+%FFFFFFA8FD12FFCFA8FFA8A8A8CFA8A8A8CFA85951C3A0C9A8AFA8CFA8FF
+%A8CFA8FFA8A8A8FFFFFFCFFFFFFFCAFFFFFFCAFFFFFFCAFFFFFFCAFFFFFF
+%CAFFFFFFCAFFFFFFA87DA8FFFFA8FD07FFAE5883FFCACAFFFFCACFFD12FF
+%AFFD19FFA8CFA8A87D7D7DA1537D7DA8527D7D7676A0767D527D767D527D
+%527DA8FFA1A17DA8FD1CFF7CA8FFA8A8A8FD06FFAE2D83FFCAA1FFA8C9A7
+%FD0DFFA8FF52FFFF5252A876A8A8FD15FFA8CF7DA87D7D7C7D7DA87DA17D
+%7D76A87DA175767D7D7D527D7D7DA8A8A17DA884FD1BFFA87D7DFFFFA8FD
+%20FFA8FFFFA87D7D777DFD15FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8
+%FFA8FFC9C3A1CFFFFFA8FFA8FD21FF7DA8FFFFA8A8FD1DFFA8FD1FFFA8CA
+%A8FFA8CAA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8C9A0C3A7AEA8FF7D7D7CFD
+%077D767D7D7D767D7D7D767D7D7D767D7D7D767D7D7D767D7D7DA1FFFFA8
+%FD3DFFA8FFA8A87DA8A1A87DA87EA87DA8A1A8A7A7A1A8A8FFA8FFA7C9A0
+%CAA8A8A7A87DA8A77D7DA8A8CAA8FFA8A8A8FFA8A8A8FFA8A8A8FFA8A8A8
+%FFA8A8A8FF7DA8FFA8A8CFFFA8FFA8A8A8CAA8A8A8FFA8A8A8FD0FFFA8FD
+%1EFFCFA8FF5376525976537E53A776527C757D757D53FD06A8CAA0A1A8A1
+%7D7DA852527D52FD17FFA87DA1FFFFA8FF7DA8A87D527C4B7D7D7D765252
+%FD2FFFA8FFCFA87EFFA8CAA1FF7DFFFD04A87DFD04A8FFA8FFA8FFA8FFA8
+%FFFFA8A8FFA8CACAFD19FF7DA8FFA8A8FF7D7DFFA1A9A8A27DA8A87D7DAF
+%FD10FFA8FD1EFFCFA8A8A1A87DA87DA87DA87DA87DA87DA87DA8A7A87DA8
+%7DA87DA87DA87DA8A8A87DA8A8A8A7A8A1A87DA8A1A87DA8A1A87DA8A1A8
+%7DA8A1A87DA8A1A87D7DA8FFFFA8FD3DFFA8CFFD3D7DFFFFA8A8A8FD1DFF
+%A8FD1FFFA8A8A8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8FF
+%A8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8CFA8FFA8FFA8FFA8FFA8FFA8FF
+%A8FFA8FFA87DA1FFFFA8FD3DFFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8
+%FFA8FFA8FFA8FFA8FFA87D7DA8A8CFA8A8A8A77DA8A8CAA8A7A1FFA8CFA8
+%FFA8FFA8A87DCFA8FFA8CFA8FFA8FF7CA8FFFFA8A8FD1DFFA8FD1FFFA8A8
+%A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8CF52597DA87D7D
+%5284765252A8767D52A17DFD04A8CFA8FF527D7D777D7DA8A8A8CFA87DA1
+%FFFFA8FFA8FFFF767EFF527D77A17DA9FD30FFA8FFA8CFA8FFA8CFA8FFA8
+%CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8FFA8FFA8CFA8FFA8A87DFFA8CFA8
+%FFA8FFA8CFA8CFA8FFA8A87DA8A1CAA1FFA8CFA8FF7DA8FFFD05A8FF7DA8
+%A17D7DA17DFD05A87DA8A8FFA8FFA8FFA8FFA8FFA8A8A8FD1EFFCFFD19A8
+%CAFD09A8CAFD11A8CFFD09A8FFFFA8A876A8767D76A8A77D7DA852A8A1A8
+%767C7DFFA777767D767D52A87DA8A1FD1FFFA8FFA8FFA8FFA8FFA8FFA8FF
+%A8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FF
+%A8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFFFA8A8A877A87D52
+%767DA77DA8A8767DA1767D7CA8A87D767D7CA152527D7D7DA7A8FD1EFFCF
+%A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CF
+%A8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8
+%A8CAA8FFFFA8CFA8A8A8CFA8A8A8CFA8A8A8CAA8A8A7FD06A8CAA8CFFD05
+%A8FD1FFFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CF
+%A8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FF
+%A8CFA8FFA8CFA8FFA8A8A8A1A8A7A87DA8A7A87DA8A7A87DA8A1A87DA8A1
+%A8A1A87DA87DA87DA87DA8A8CFA8FFA8CAA8FFA8CAA8FFA8CAA8FFA8CAA8
+%FFA8CAA8FFA8CAA8FFA8CFA8CAFD40A8FFA8FFA8FD15FFA8FFA8CAA8FFA8
+%FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8
+%FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8
+%FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8
+%FFA8FFA8FFFFFFA8A7CAA9CA767D7C597DFF7DA15276A8FD047DAFFD05A8
+%CF7EFD06A8CFA8CFA8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CF
+%A8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8
+%A8CFA8A8A8CFA8A8A8CFA8A8A8CFFD05A8CAA8FFA8CAA8FFA8CAA8FFA8CA
+%A8FFA8A8A8A1FFA8A8A7FFA8A177A17DA9A8A8A77D76A87DAFA8A7A8A87D
+%FFFFCFA8A884FF7EA8A8CFA8A87DA8A8FFA8CFA8FFA8CFA8FFA8CFA8FFA8
+%CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8
+%FFA8CFA8FFA8FFA8FFA8CFA8FFA8FFA8FFA8CFA8FFA8FF7DA8A8FFA8FFA8
+%FFA8FFA8FFA8FFA8FFFD04A87CA8A8A8FFA8FFA8CFA8FFA8CFA8FFA8FFA8
+%FFA8A8A8CFA8CFA8CAFD0AA87E7DFD33A8FFA8A8A8CFA77D7D7E7DA87D7D
+%FD05A87D7DFD04A8CF7D76527DFD06A8A1CAA8FFFFA8A8A1FFA8FFA8FFA8
+%FFA7A8A8CFA8FFA8FFA8FFA8FFA8A8A8FF7DFFA8CFA8FFA8FFA8AFA8A8A8
+%FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8
+%FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFCFCF7DA17DA17D
+%84A8FFA8FFA8FF7DFFFFFFA8FFFFCF7DA1A8FFA8FFCFFFA8CFA8FF52A8A8
+%767D7D5276527D7DA87D76A753527C7CA8A1527D7EA152A87C53527D7DCF
+%A8CFA8A8A8FFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CF
+%A8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFFD04A87D7D7C
+%FD0B7D7C7DA77D527C525252765276527D5252527652527DFFA87DFFFD04
+%A87DA8A7A87DA2FD04A8A1A8A1A8A8A77DFD07A87DA8A8CFA8FFA8CFA8FF
+%A8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CF
+%A8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8A87DA87DA87DA87DA8
+%7DA87DA87DA87DA8A8FD107DA8A8FFFFFD05A8FFA8FFA8FFA8FFA8A8A8FF
+%FD07A8CAA8A8A8CFFD2BA8CAA8A8A8CAA8A8A8CAFD0BA8CFA8A8A8CFA8A8
+%A8FFA8CAA8FFA8A8A8CAA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8A8A8FF
+%FFA8FF767DA1A8A8A87DCA7D7DA8A87DA8A8FFA8FFA8FFA8FFA8FFA8FFA8
+%FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8
+%CFA8FFA8CFA8FFA8CFA8A8A8CFA8FFA8FFA8CFA8CAA8FFA8CFA8FFA8CFA8
+%FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8
+%CFA8FFA8CFA8CF7DFFA8A876527C527DA87D76767C7D5276A1FD35A87DA8
+%A8A8537D7D7D767DA87D76A7FD10A876537CA1A8FFA8FFA8FFA8FFA8FFA8
+%FFA7A8A8FFFFFFA8FFFFA8A8FFFFA8FFA8FFA8FFA8FFA8A8A8FFA8A8A8FF
+%CFFFA8FFCFFFA8FFCFFFA8FFCFFFA8FFFFFFA8FFFFFFA8FFFFFFA8FFFFFF
+%A8FFFFFFA8FFFFFFA8FFFFFFA8FFFFFFA8FFFFFFA8FFCFFFCFFFA8FFA8CF
+%A8CFA8FFA8FFA8FFFFFFA8FFFFFFA8FFFFFFA8FFA8FFFFFFA8FFCAFD0BFF
+%CFFFFFFFA8FFFFFFA8FFFFFFA8FD7FFFFF
+%%EndData
+
+endstream
endobj
10 0 obj
<</Length 21071/Filter[/FlateDecode]>>stream
+H�̗[o�8���;h
+4�w2X,���
�i�&��`�0�DM�u$C�;���{xH�n����#�MR��ˏ'��vyujo���)����ѳg~hg�~8���:_,6������9�K�칞�����j�wgؗ{cz���ͧ��z~�����E�ˡ�0�k�j��yw����'�Ua�0[�(���К���3.*{�Ƹ~���K���:��"JU��Jj���9Ӯ��'RH�FNx�W���w�ER�^����֗CӮV�_����_f]u1���Y�{�X�Vn1����N�/�ՙ?{�vvx�g~�էu�|wu3�m��د'��^��b�����֕As�sB�n3_ܾ�ܿo�t���Φ���+��'}�v5=����bij
+��/~�u������i���F��O�ɇ~y?>�j�8����D4�0�J��P���~��'�}Y-'�bF�߻��P8(�b™1�)�S׼�
+#+]�6f�|�����z�wm1��W���$��2�4��,��m7_�!r��F��o��؆���m�"��e��l�k�B�b�ƀ����y9�Ҧ� e��˶���m�2�aO�"`ƊhF���O�
+�NQ�#�&)�I���*��\�z��ͻ�qwj�b�����h��/<�D����l��^�ݸs�5�9���*��t���O�_a�A�tM�����`L�Y�c`��u9̻4��ѫܧ���
t������=�`���?B:��mbDn�_��
+���˓Ly���}�����l??e��av�^��O{���K����f�n�2�e2�н����cu����&ˀҵ=<Dl~�Yd;�����N�g���n�-?�o����w�}ʲ�zC��	�������vh�_wm�x��ϱNrԇyw�`��,��/ӕ]]}�-Ss�F>e�����^l`k�}n�r�ۖ,��ٰ|Rj-f�l��c;7��r���Vض�VL���d<=}���r�����vPN�Լkq#��"�āF�h�n���8>���Q���!�袍&ꨢ�"��"�$�Ml�&4�q�mL���F4�a
mHS���.�`TZAD��H�}��{�7^{��{�'�v�5.8�8픓N8�8��l��
�[g�5V[e��[f�%�6�4&o��P-h��4�p�5��:�F���V�T
j���k��&�VQ5*(����(���J(�����ZF�� �t�J#�TRB��%�T	{Q4"/���-��B.�����G���=w�r�5W\r�9g�r5Ud
�3�,3���L@��e��4҆ꩣ�����
+�)��(�#iH �8b�!�("� �0B	!���Y�CjW��j8v-k�Z
��$U3��Aճ�0<RI"���-�ӽ&���_w�ۆ���.��|b��C�KS�����K�i�AY�yT�5�XG�$���i���`(A���I0��%A�1� ��I�`�$�Z��d�_�K�D��8	��@i�$80	�ܙP
+�ը�=����'A`�D)�F�E9�GT��I�.£�
sV�Q$Q�H�"[䶂̆}Q��_��%�����e=�)�Tc"DL�"�38L��aJ��rz��"0Y8&+V�Dk&�gkg�;L�$(��7�K�cSL`�qL5��F1���)0�L��i�xr�C�#KI�@e#�M��������I1�L�,_�l�)�[��r�@�#P��B��C���!��a��!��x��q��}$o�j���C��#��%�D��ku�1�.��[�ē,��
+�I��1j�6VL��Fn�i�	���)Şt�<�^)�
+�	���[e%D�B4[Dr�qDSD�@�j�+�m�q�@*�	����I�A�~�� �H�G��qO�Zf�f�zf�hƚf�j����f�kJe3�6�G��f�p�g�r�:g�t�ZGp�ɏF�"Y$P#~3[.ۄ�(<#�;�ʢ�2�Q(�”a���Ɣ�0#)8��Pxz�`�Yl1�
f�ƌV%�S^�m���<c7�1C*�z���c�;��0��,H4�!
+8��!("	��ȬH�H��pH��0� P��-��/���\IB�_baL�L(7b�%m"N�����~(:
+f������`�r��@ͣ
+;Ȧ��=*����;$��!��o͇��J�Eb�H�G����p�_��3_�!B���Na-g�n�1m"��B��t�o �F�\�p4�� �$���3��s3@�F0
�\f��BA6B�k��*x�D���%@���
+d�I�\\C�lH' ���@}�4pj�rc"8��%� ��@��(X�f����K�%������K]��X��.�-�A �,YȒz�c���*���v���Vtw��̪�<��Hx��M���
+�u����/H-�I�w`>��^
���������[8@(�(�(�(��G�����@nG��=��'�s<���Uq���j���r#4��AwS<��N՟#(�楖6^���zX�ݙ5a3�s�l��|��� ��?��=��#ϊ_�7?�c��Y�� 6g�����~w���\:�cEa��t���]�������a��10[`��,� K`�@v���b��	0`�ʿ���~�극��6���c_w���룷�d������U/��C�(�q/ҲZ�1�:#]��<\�p;g;snK�$DN�l����6��ߘ��Z�c�>[�>�:�K��|9�����/�W.���}���2K�'�g�+W��K��da^�26�,�T����mAFyVI��|w,ƀ���8�s����ԏe<��g��:A�Y�k�����4&G�u��؊NO`�*����}��2�]V���~�d	�e`x�aD/�@���>�N
+E���4�6tY��[Z�{�	^�Q���T�&i-��?tƱ�T���27�b�~h=x=`DY/B#eF��5�
q��c�β�|�kaߖ��Z-�$�a���(gWj:X�g}$=�������=}�����Z�H�gv�>��tZG�}���u�#��J��c������$�óX���Z�ׯ����y��\7@�@�_L�l���m��m��0C���MK����a��-�_�֨/�۲=���f�Xd�y9�����Nt�E����"�@2�Y�K�L3/'�|�}~Xxi?���7��]��mAe�4�`M�B� ��K�J�e�50�ʂ�ȆwYq�P�QT-�R9�.�'^�M�Ey��ܽW��)��B��Vu]V����d�]V��rY�˥�r��ב���~��x?��~#���o�����w?<~��g[�o�~��/���o޽���G ���?���t���i���O��C>y�JK�1����M��o�e�����t������?��"��S:��������׌�%�/í���������ڿ�.���h��e�9�q�������1�ɍy�K/P��V���%�ho�`g(7�Oj�5�p�I:�B�J觿/]
+�� �٨�|j�:a0='�<�d����w�N-$j��>��J��N�#0�O�=H���1j��k�ϡ�f,��&�&�k1m���R�A0���5v�>0{��?�9��t,A,6u-R'ꎪB�S]��Ս���s8G��T>;�c��u��QM�.T��ۑd���w*U�~�1˥3�]P#T2�F	�]0)�����3E���Ԟ�}	�N�s�5l��,=��ȷHg���U�FZR�}��FP�a�!��ҭ�D9�ds�.5G-��Y�֤U
�6I~/5,��,�RGn�ւ�>s2�K�Fn:�S(��H�� (��nI��|9��?�J�QR�ޫ=��K�e����s���{;o;/!��I0$ڬ��i�)c$�M⓰��&��crT��j�ٚ?�:5J^	;�5F�R����/	�<mz�>��/]�\-�V�;�w���#`H����`;"i�7l�Y����N�t�N�:5j6/�kDj��ɲr��N1��Apy��u�\����N��	"�`����>LB;��=��J���Q�d �Oe�@�ZI���>OR�|``�V-��l�d���3P���@h���@�|` ��Å��=LrP��=���Mj��d tX�8� �<�Y��ܧe������2*T7�B?0���d 4�d`��r~�@����` 42a2��[?0���0:�2��΁���s�OK�����`+������О�� ���
+Ah;��;@�����BR�|� �>N�Q��.*'�s��'bO�!���mBP�'�+- ���.B�: ��2Q����G��V���a���S'���
+�	A��8!(B�=I��'�ۄ u�� ��D�}�@�r���(��8��!�`,.
R;���y��@�|�m0�K=H]Z�30���{�����Ş�?jo����=b⏧�����#�(���I?~^�}�Os�ڠt���`s��;�٠_�E�o�X��|�?�b�� k1�5�`O1
���yue�:Ɣ��C0/�L������.!�=��W�?h��:������`m�}��?H�������$�Q{K
񏚟����U��9�7��c�{�1�m��A�?ʲ$����n��h�?�T��SЌ���ٮ�8-ݗ=�8����K��X���Ov{�Yk\��]N�?%!����T��cIL�\���/ׁ?�	���}��O���>m�Op�e�?À$�I?�G��E$,ѳ��}�OM���ԩ, ���6�GӴ��,���X��B���}0r��a٧�i5F�[@�Ҵ�ԩL(�����}Z@��wȯf}[!��k�Bc�0v:�i����F�Ҹ���Us�d T�uZ��w*�`��b@_�Ӵ���}{r��2�Y�yZ@���&,_1Cj��8-`ZRd�@^`kD�;?, el�`��R&���YjG@?N�F@�֦�.����u:�� " ��tr�P��t�����t��A}:@��r:S���od�dwp�̩��Do��)���*O�t�ԥO�������
+�t��i:@�|p�
+������P�� c�L(������X��D0��@.S�09^���{mc ֺ�
��T�D~��a�[rke t�Gr�����_7=��D��ʻL$��.�jF�  "��dDF@E�E�=�T�]�� �A(�̔ow������8&��@��2��m��a���s8s���f .��6?*��@N]����@�c�ijȲ�uZ/�gx��h��@�9��@Vn-Q���@�/B���K)�e jt�����Ġ��Q�V�@�u��@��1P�g��?�l�2�����ZǸ�g/�#����UQ�A�!\���"D���Aѝ�#�5GP�z!����.��-bM�r>[w���
A�J�A��$AuC�=o�L���eC0��'�Ѯ��8mC�u����=ƹs{�P�B0r�!Ⱥo����L��3N9VjY���A��R�#�A��A�u}!�:�~��8Z_��},YWۣ��I��q�;�u��O�b^���&���:�W8�l���D���l#]?�^����9�}釺F��~��U?�/��_�E���aL3�����V-s�~�Y<���y
u�Z%N�0Xf2S�P�=���)Փ?���)�-�R������)u�5�m�(�Z�L����Z_�ӿ�l�v�88w���R,���E����M�o��cYg.���m3���n��g'��?�����٪S�8-#��?Nh�}���G��x�ã����Ǯ�&���&d����N�m��Zj^���Km'�/���&�X�i�ɟJ^�>}�8I=�S�$�O���z�Ѱ�����c駇���s�" 됾�c-�# j\��qL�G@Թ'���<�+F�UY���P����c�# �\=j���AIY���?.�+��~{ԩ�Q�_0V&�����#W��c�R"
D5�y�
��^��{�A�yd�����1�ET����(Q�R�;�R5u�����a '�J �⊀,�_��E<�6&U���v1��`U@ֽ{d]ە�9X�'��"�eHW��s��eO�Z˕�u0x�/��y�T����� �+�i	�V)�J��V��W<�C���i�ȺO�l����	PWD��u��VO��{��u; �j��u�Ⱥ�_K��A߂;�L<v���"D�c%�A�j�S;��4��c.'�Xa5��l�[�D-%�A.պ�!��gj � �0���@������d=��t
+e�՟l�����c���D\�e g���1��t���”ر�$�e �)��n �B������ *
���o�}�� ~#�Zqq'!^���#��O}C��q#H`�:����!�g3ʍ ��#Z��D�� 76uC�u��೙:�kk
+��R�D­ NaS�/�
+F��nu�)ȃڦ �z+�A�D]Ҧ���[���r�`y���x�].�KAz|���� {0^v��8���	e�2���4��d1O
$8-�e �~ȱgK��$y
+�O|A�v�ڪ�@�3@+����/��s�>��
uZ����R�^;��:oHDl�����lo�
B��Ru	�k�J!�N�aax�
+@��� ��q@����Hlf�0�qt��-6��!(ÚY5�_���Oq�M�Ѧr5�> ����c=EĊ	�W{H�=��+b�B�3�X��
+��.{,�������Ʈ��%"�`/w��E��W�I'*.����Ą�Ҷ\��,�*��_�{<I�d/3�g
+Zj�Mľ&d{����������;M�
���D��zKM�֭d�UMD�s�i"�Y&�n`�c�p�k7�ߎw�2QR��zR��DZxQ�=ՈT1+#�SDLg��E�X%5υ��߶\�E�&+� m��,a��Dvj�p*��4SE�N�M��"�bK^.re��Q�F<h��ܗ�;K�#�T�Y.i�N��#���G$4�������7?}����O���O����c��*GC}���ן~����_>{�����?���?|z�c?����퐯�{�ㇷ�����z�黿����7���5����?5�p���_�ƿ����g��|�7��g�����~vXgs��8��+�S��o�C��u�x�O�j��sW���N������������g]�8��8&C��V���ر�ױ���q���
+�DP���|dyW�g��>o�/�u�r_�+o��kσCt��7���zR��U*@2���n�s.�ݧc��ʒ�4�/����rbχ],�*����X��"K�\�H�{��0{J��O��
+�_��$�{�l���s0Y,U앮\�ʛ�{���&�pb�Z���s0�I�׋��Y֑N��ۛ`�͒�bo'�{ܴ�/��=���Jkl�{^q·r�[��]{���=�PB^�k�xj����ž5�_��ٕ�N�������ֱVR���:(����*�8I=�W��#��).�Y'{q�?��?!���O�3�x6���g<ࣧ�!�_�C�~�9�-ᣑ�W�OE�B�~
+%��%|�F
G�LJ�4W�O�y�-觹�9�~
+�Nzr~S�'���"��`Ŗ=�w�	+�cq�6c����\�[�/!p{��|�q�b~i��~L�����x�B�ƛ-��`�x���!����b~�uO�#�7ږ�k����%��������B~7:��_�	�d��G}��{�����9eY�3���_e|����{��۽"~�V��_�nS=��a���{}K��y�/��q'|�U�>r�5�L�8��;ᗔl%Έ_�I3��mÕ�<����I̯2>ڣn!�ג�����ʫ�_���?R����x����
��D|�u{��>9#~���"i�{�lt�{������o��%Y����I|�oM��v�@$Qfoԓ�T��fFd�9!f�W~x���@��ݔw�SJ}{�.V��(�sܖ����%Wc�
+�4S4�\hH��
y[�ِ#�q�G����4�ȭ�8�,�ّw��}��,�x9{K��+���e�_�+�}E�˖�4�noɑ��GK�%]�m�ل�1&Zr.J��F'�CcԢ%��O�%�~�z���QlmdS��d�M9_��vaє���nS^�Zٔ��i��KsZrn��nK�mW�C<-9���<-9?�W�iɑ�%��D���Vc]nO޽
�i�ٓsRJ[ٓ3w���9��$~{r�$��'�ٯ3{r���%��Y��\���6������)��d�6�\̚_��m�=97_h�'�6���'��:'GM�dO���NO�����,�XAޔ�#6�7��|]�M9��eO��-v������m�'gQ֌MQ�w����U\���c�!ٓ3�8�zON��|�r�C���?�=oʙ���w����rנky��N�u�E��SYDk�Q�nź�mֵ�T����ܿ�^f���r���K�f���kme�s�e�1�,�q��5�fP���}�EQb��T��Z�_W{�X[��Kk9pڮ��Ţ�c-�
+��Z��Tm���#[��ZB!}��|���c�=�V����6���VA���r�ž���y�e.URZ_�!��g����VB��p�Zn]�;	-���2����Ym�t�sh��2���,�8�H:˼4�e�*�Z�9ue�[Y�2���߼�T��V9���bDSY������l�����Y��՚��zK{"��.���"�������;�Q��TY�a�"[sp~��~bMc�br�X�*c략c,s\8��ғ�$��%���%����k�s��N�X�u���������k��������/�h�|�k��������Y#_���3^�?$���Y^��Vz‡�KX��<g}�c�_>^�XK������)Mj�烦�b[�U5ƍb7���qc.}�3�yk$z�mFG��!�6}�C񴃎����ݳ�>EƯ{(Ů��!���EȲ�������!�1���<ʧ�D
/�����S����y��kk�t�s�.�=����v�c�ך�!��X	sm땏���;/��c֩�|~�8��2[��\���z��ZO��>{�>>�ݯ|:,ϕ���Z.�����
+}��|����|�
+U^�|��9����֓>#o�^���MW���Դ�s�}��b�i����Lm��9a���J��\���}��j��X��z���u����>e�|b3���!�����5N�r�р�b��/�]oY��%����_y��Y�L�����?k�I��Y��?����ϴeu�}��
+��%��K ��xD^�j�ܤq&���]}D<�9��x���@O����`��"�ɯ���Б"�,�"�-�š�S@d,���nq~���v��"��-	�s>�5����@=g�M �?�/�(Z)�2iI ���ȢƼ:�y�M �4�|	���L�Cq4r=��!�k�i��HWȿs�9��]v}^e��\+b��Ue���m��B���T��N W�0y	Dі�$��Y��)��ź�@�qe7Ѕj�5Я\G蹌4�Y���@��]CQ�5�
d.:�����-��,�9��HݢS�����k �f�ק��eH��"_��4޷n ?T�Ot=������"c��4��Ǚ�Ȣ����~���=�5�*M�@��`n 2~V{
����"�m�
+7��/�(_��@d̻^7c�X�gk]�4�����~
,�k7�_+���@���!����>�3�� 7h�^y~���!���9��~Z�������(j�k ��k ��Տ�(Θ�0�\���F����1*���{�IY�v
���s���9��
+9���ȥ2L_����P���{�*�ȸt&�ȥZ}	��I�{�$	�~_�Xg��Z�@}��/��)�yn!_+:�>^Q�&�X��%�H���X���=����%�����K ��"k@��@n�x����
��2���W^��'�������rI���e\�
+��>��9���_�YM��V����oֲ�_�T��r�~Z@����_K��?d%.�Ҳcs����L6��1��~D�����	��yDQ������Q@d��_�K�K
+(X�D�(��+ �u�P�QhȬ1�W@�)���4d����,��Y0/�d��z��[���c��_��?�iO�����2��r<K�U.�ϫ\�E�@��V�����E����a���"ڻ����>�b�� ���ȼ������X���H��~�ʺ"����5��/&`���ڊ�w���C ��//�(b�M �D�F۴����8"�kI �^"_�i�l�@~iE��z��7	�+����J���K ��f�2w�I ]����ǮՒ@��]N rץ/���;�N`�LTmI`�QT_��@d���@d�Z�k ��cs�a��|�"�h��@���zDN�����n_/�(�����tH�:t���"X�I ��$�Yc(/�,��=F��2������y5I��G�@{̫���2�>_��q��u��S��y�y�^�f�	dn{�@^������h��@����
�Z1���\UCW��$�a/�\���؂�# �R�/��Һ�QD�������]%d#.��m0��¸�o�9����~���L��\���u�- c�.���Tl|U6@��8�����Bk�K�7[����`�P��@��^�2f).��t�?e��(aD����c���кu׏q���c\,>�EVhw�xLn��Sƍ�.<��Y�!�~���я�ݪQ��"a����j
�я��\�~�5ۂI?�S��W�bC/1��8�\]�����������!^�	�ؑL!��apwk�q�J��C�c,��ah�]?�#��������/�j��C�����b�6n�0�B��b�^s��޿����ً��&h�x$���8Xm-�[�؜?�1��?����/��c\Z����Kr�t��ğ��/�4���Ǹ�����h7�Ú*�����d�y��a�E�J�ō��Oi���suĶ�C�b>�"9�@&}M�7}:��ǸT���?��O���J!���Ì.��?	[k�[@����8��o�K[ˎ����{��@D�۶��TZ��� �Al�#�IRO� ��=�Nm��8��]�d��� /<,ͅ 9��Bq��`���կwG1��F�$М� '.��"Y�A�h'F�� 8�<�d�v� 8��I�����N.���N�k�&
+���Z���`@���A0��``b��ݚ���`�n�(�=���3#�{���i���6[�f
+"n�ܽ(���� �i��P
+b��~��
+F�_�2y�i�zȱ܎��m�����(1���*��Bw�+��a ��������$Զ�@d*�=c8���"�ݵ�{%+�Lv��7��	d<ڼ	d��V
+�z$Pa�Q�@��饀��.�P[P>�:k�ww�2�y���W.vO"�a��P�mPY�:*��l��!��1��.	1*?�H�9nY�ؘ$��Ś�U�����򐣽&�5�޽8��!�[����_c���x/�!.�ӌ��B��Q�L�i�JE�Д��mF���p!�xzCTm������k��!ϚC|+}��9T#�E<�֘�b���bSvGE�$�"�99��{U�F1���@��ڤ�bV�eGѶ5�F�{�V����F�D����&f���3��M�,�(��\먒�/�L����������_:CԭB��N2%]E�%�E��"S��8��^o���t������Ӓcyt�Њ�睡�N�3�w���,"S�B��p�ڇ��c3�0"�Y�d�C�ؖ��G(��1��Kn�`��md<{{�8�O5�G�4N��2��>���퇿}������o9��_�}���_?����w����/���������_�����=��߮c~����_��o�O��d1��#����}���_���/�������&!z��� &;�PL����f�U1�Ʊn"0��� �m<H-$�Yt�!��>'bf�*6��L�H���T�,�6��B�4~f���������Q��L��"{�1�=��#�v�B�`�d
+!�jA��6Z�;��}�mr��>m֊�\�[ƨP�����j�X�YQ�
ֹ��`�WL]r��A�x��H_�P_�tڲ����A�rWۧI3����#�����t%�3xPiQo&�lZ�;�'u.B|�u�j�A
W�\҆MK��N����<&��sj��}m���9��pY`��fS�ze�c�s҈��a";WB̯��c�Q�#��j�:	.�}�K���öq���� 3�q�����F��a�HB�v#+<9�y�X�X��T?)�7��ˀU�_M'��մ��ү�f;s��,$�1s*;7��Ұ����\�T5���Ax&|�� �k��-�>�����N�E�
��U$Q�Z�}�}9�f��hV�g�k�������13)�S�,N\�&W�l���������nv>hoҲ��H�x�v����<�E��ُ����G�H�ʃZ6b=j#W�|�����Cm���{��n������n�1҈�-�2҃�h_ֹ%4���-.����-ȷ��;���	��M����(���_޲���޲��̿�-��mi�~-l��e�6�mpWז]Z��֖�[��-��k����=ڲ�i���ꌦc�vj��Mll�ȅc-C>�e-�n�b[�d-c������'���-�D-C��H˱f���}���L��niu�ֶ�<���-�α��H�A.mKZ�Ȝ�g_�8�����1h�~O�7Z�	3���	�[wi�fK�,�!-��h�:��67��$��,�!��,����Ֆ�Ѫ˝%N��,K�0���k�F�|�,�8�t���l�.��Z�?�iʷ̳�(�y�LF��[?�T�C6�?��bǏt[ԅ����8��i,4�Oş���x�}~�&��
+59~�k���K��>�[����g��C�7\���V�p�t3{��Hɻ�S��Β�i*R���|�)\��w�����o��������{/�UKJ��<�}��в۷s}����F�u���}*�6?ƣ��ql���)�)�},���8�bt��D�R�1f�^�q0����\D�I�Qn�t�V�~k(���3o�4�?�ǪN��
�mݎ~�e����g%\K?�hK�~��V]�*���,,��O�j[R��o�'���3��e�*�p��U���`j�?����Mi��I1I�)���c��������qp5��q+��c���?�>���hPK@�;����-;��c��	d<,vK�V[�c��n"Pq*����خ�$�B�;�����nP��&�x��Kt�MfȬ���(��\kK�W4�A�$�u#�g� b��^Q�|��A䵚����t��A��d1�#��8[�� �ѭm��\-M��?�WA�ڈ#�D�3V��)�U�
+�8j�� ��h�|ԅ���2���!�AD�]��z.K��-�3Xυk3ȼ��� ��D/�2���%cn�/�,�85���A�A~��e�?>�$2��Y#���eЋ����A��;�ױ�_9���
+8���f:ȵb��rU����zP��*��:�K�4d��A.���eŶ�&���jɠo�R_�(�0�1v�(��AXF:蹌t���1_
�u���:�┘yw����8��m�u�E�3D�mi:�\z}D���� s�k�;Ȭ��A�^�s��{$�8w�s����f:��7�A�td���� �5���u�����A�<�� �E_mA�(���8T�A�>��e��x;���^���q����8X0W�2X�?w~, ���`I��A�>�
+:��A��i�or�
�0(��h��A\^��e�����y��:�7�u��hUD����^8�ח��A��u�"����m��|���AɛϏ�,6��b������� �sI�Tm��\*~��U��j��
+��<SA_��^}�����+:$g�HtP�A.y���3��D���)�2�E��A�1)�Q��
�\Aϥ���s+�QP���Q�����.�"�(і� �uߦ\�7�lA���Al���E��qD�/�ܩq��xO�>.d��A�/�"Dž&,��_K^�@�~�@��Ꮑ����1�S�27P�]�1P��Z�(8Q�]�I?��)�����7��v��}�6y�y�4�/U}DQ9�AY�� �m��(V�3D�%�?W��WA�v;
+�������+ͯ�,Jt����{�V�y��WAG4e������d6���,j����� � s,Ջ�z;�;�J�?�k�kO�g�rV檯��β�QП�]sR�A,*kr< �u}�9U�^�-ڼ@P�K��V/�$g�� ��e?����{�A�BI�(ȁʺ
+"�ZWA�=櫠b����^Y\1� �2�V�2�����Af�5D���� ��j2�,��� _/��A�^�C����h�Aϱ�/�>�J[Y� s�Ϲ�h���A�n=䗓h
/���"-���zD�u՗A1�5T���ɠr����(V_��Ad��Ad���uPk�m�A��]S�Ad*/�(6~�� �A�7�����6Dq�f�"cX2�X�חA�ki�2ט�� ����URA��A54�-d^��9��C�E��.-��d.}�
+���u��̙z��{�b�� ���s9���2�����\u��\+�O��A��QW:��t2�P�� WjUK��&�
+ru�h���,�Y*��D�
+z^�UзM"�)��t�����*9��}�D��F�EP0��֋ ��v��4D�.�,q���#	d��
+�z��2k[) s��J��q��[,z8�s�/�>�P���k��̳�W@G�����i���-�+ �ۺ��'q͸�]�8�H�����nѡ���UWk
+�|p#���^���ٶ����- ����(.3I��͕��-�P&�UM�uF���"���b/���z(�2� �+LP΍h�<w�z	d��y�
+�kqup����@K�N�� N s���_������@/�L�{��'���@m�q�ˎ~�Ųl��إZ(�m�/C��@��)=
DV�� r1/�\�M{"�����9_}�;
+�@#t�J􁊤��eI*�y��*�������(��
+N�@嶂��f|����+cHK'g��tۥ��&�(���B�����^} �f�3�!�[���2���B�qg,u��{���!�o����&����	!2�텐*��	!�N��^uF�s!��*f���B���]o9����0���u}:�Ŧm���pa�6�a���@X�
+����$�av���<
�W‚S��+a�'�����_���%��j����$�-(�;$d�"�F�GBa<����E�"��>�X˸�ABB�5�!?�JBȷ�V0��}��.���� ^/��~�t*۫p�ϕ�8���>bU5~�� �2�A.B�=�2�����L'[�dpr���2�Cpi��3Hs@E2�<�z�).t��e�D�*/�(⒒
+2r����֠�GA,��D��`��Ծn7X���T����T�H����I!6�hMQ����z1�>�N��5D��h��!
+X�k>r�⒢)"�%�L�D����DVG����m�>�&�,�b�U���и�8�(���i1���E"Q��l9�e������Ƃnc�X�#�3u���d:�ǧG��Ǻ��=o�?��I�vN�F�$��4�͇FŇ���J�˕/JyeTL�i¨xԤ��h4o}`4lco�F�i��,a�;N}a�Ũ��>�(my����"��f�"'խ�.���"_Y�g���3�o7��&Vх�b�C�{F,=���'��2���]F�]q�w�+#泏�!���/:D̊ф�CXƖ�t�δ��P�Nwi�J��e�yi3m,$qFWvqIJ���H����ud�9xx,�����4�u�#���'��є9�,�c�nz.��(���w������*!����v���Q4,��9�Tw�}H��{��mw�qy�;�Ķ���+H~��ϟ���ݧ�����Ͽ�}��������o>���ǿ�}������?>�������Ͽ�����o��/��~���������_�C�����������W���۷�?����������Ww4C(��-
��?ﱆ�� �0c��F�J���#�Yk�]הO+�qU��dF%2���*�/�5|�.?�M���dV�O7���#1��3[P�1�� r�Oc(a�q`�v����HS����E������D�,�8m1�V3��"ōX�����yQ��
�a�2���f�A0�9R]"k-
�i��*�J׏�XYX�æ��Y��A~f6�~_�����<���נ�aƉ����
�a���y�A���H2��u��
�@$,�KM����-}�;���"���LS�׌\��E�u����Wx_Ss�{E	�ƕ%�wԖ_�G�+,1u���-�[����yNe�����墋��j�d���!Du�T�f<>3TS!�e�EC������p5�x��kձi�,�R䑲�E��Y�j��g�ZN,�N�������v�CfS���
+�©��%��2fl��Q�U7�յ�.BU�"��{�i/�6�r?ӚHZ���M7ۋ��3۸�Ѵ�a�ME����]� uv���3Og̹G��������vǺ@g�,��oeg�[Yc_[_�Ū[^9�,2������'�c/�7����ߓ�����Z㞺�e,���cilj�i:�N-r���Z��R�V���m���Z<�����ռ��:��Ok3�3��b9Y[am��3��bl֞[�x;*l{��vb�ُ��"����2Oi18Wk!-s��"�K�-mG��{
i;+�E��'��]-2���Y&6�����ʮ��e��>�� =%�e�R����V�c��e)���eL����{e�!K-��E�Ne5�s(�/j#��M]��,'�����n6�,eYO�E���&�V6�b<�e�֍,�@C����YZ��r-���e��b�]o�6���0�2��X
+��&���&��-_�偏�����ŧ��1���>�hs9��`Y=���r���)�|�dz�#��>��y�׸D}C'|�L�[>�r����>dܠ|̼􀏃�.�x��r�������4k5�C��N�0�'��C3�k\�\��x�U�:z:�zG)�xR���=M�fP��hZ��x*�2N��k5��Q�z]���;����z	���
Ϗ���Q4yC)�t��놏q��=����=e?[�=d˾�m�8��½�w�X
+>f�m�8���|��P>��n˧o�-�cn~��|~�:��`��=ג#||���-f?j�|z����c�,j��E�>���51�C>�`-�|�Ӳ�>�f�}Ț�>|�+��z�fH�)���i0��O�}�)��>	��>e7U�1����>�r����j��>�^g��\����a����ٜ�{5��������`}u�1�yz��I�i�?3�isØs=��}�9���f�ǜG=�㠍��r��1/o7�|��
���ԕ- W��2OfN%�ūY��8�b��j��n"P�a�$�vui� �e�#�Zw���x��m��B@V�%���Z[Y��j���Nj�$�����{�	���i ]/X�C�E ��I [J-d~P�W��Z�'���a���M�/�:�<	Է��C~0���!'�`�a����0��J>
�.���z�e��z��N5I�
�7ȗ���2NU�%���~_���[9	d����@��Z��;�&P���@�V�@��a�nl#TN#�յ~����.?�n18�g�2�:�@^su��@ڜa`�OY9dN�b���ݧ��i�0�9{����4��1��d��U÷�����d 2����z����p�<k
y��=�6�OY|ې��:��d �)��P�A�\JW����`7}�&������0Sk�P^+�_�60m�e �>_	4tl�9:������4L��@Äx���Ē����x�q��3�6P���
4L�ou1XS���p������b g.��}��}�z�ow]�@~ȅrm�w��ly�/����#�1�#�������,���) kJ�X��U����L���̫� 9Y��@|��o�D�H*'��]Y*���@�t
+��^'^
+��Z�</!_4��>^4_���%�D4����웿OKcͶD�m��b9-o�@���D��r���+���
��l���]�D�S����z�/a���q闱�C�>��Cߴ�?N�7g��5y����P��m����h�܀�h�".�r�&������?����C��[zX
+J4�@�VV��lm���\ n1�7>C@䞮��"�~
+���������Y�Q��������	X��% s����X#,<���A2����W�M7���}����[����!I��%��O���̳Z��I���r:�j!�^l��fLJ/����@��@�Q)�
 r���Dq��^���7J�����` ��}[x�h�{��8�8����) o��9��d�{��Q��[@.�y
+�8�
+��s����
+�ˬA r��r�\]?�'�����&0s���Ky���M*_|�������@2��N9X��E s/=�o3o	7�|h�j�7�Ƚ�z�A�n
s��� 0s���@�U����z���u�b���TO�a���"�����ҲGD��|�����+ō�P�b�A�5J���{�9�S���H�2���t���)�"YgN b��	q[��&�ެq��g��	L|�VN���	D\B���A�	d��P��o������2����d�c>d����>B��6N��e:����H"P�:�8�JZ�!���H Mv���s���@M��%Y+���h �J�����L�$�uZRv����gɧ�Lby����#	�x�S@��
�B�(P:�Z@����q��T��<���6O��Tl�2L99��M��S٦S�!n�w�q��~H�w��dO"���~�j��/�ּ	?�a�iؑ]��%���x�*��1�[t�8HX�+�ǸZC���;V뼤�>�uf���I�Q�ntR\�!�5W�/r��t�\���M�E<S	��ɫW�~��v���c9�Cr�]?�#����ߗ�[���+��4V�G�"��?$�d����.��u�yď�i����)h�x$;�n�������uh��8�v��d��R�=BB��N���%9�������ɟ�y8�[��_��v�d�;�ٔ�?����/��X���埊0��?V���C�b��"9�@�|M�7���Tl��P'd���.�x
+�P��23���m̛����o- ��%�l~�n�K{�m ���X�@����+Q
+�XK�"��#���_"��#�\���A\b��B�q0�A;�΅ r0(� �T�
A��L�`��g�
+A�r�@�$��A~�ؒ#��L���� �b�����(7G���C<d�V�!8��p'��y��'�5k��ė�����Pc�!�)��l!���������`@�������}��|�`ā�TWP��vS�'������37���l}�V��4��D\C�)�d	}+����g����7��f��vK��dn�@�l�q�����L����X�e�d����(�Z�E ���;�,A�	�3��3���.���\�:�=�
p&�I�m��x�y�e�R]
+��	�OaQ/�+��KB��]����|B@�1����E���.0�*��B0��L�� �mPq�>�~�r	<�=�C�UV�4�%!��p
+�@U�qZ�%+Җ��*֜�s�q�y�d��t3�4��� 2!	��Գ��Z����4�i"�z��"?e���������b@��gܽ!
+(��{C,��}�7D5��7��Ys�婹8�C�q�]L��m8��sN̍ń����(x�*&�Of$'G1a?�#9������˯uG}腢�kʉ"C�6G�:-y~��>�����3��M�,�楜&2��Q��0M�<�X
m3��3�E�V�T�M��V��dKQ*".2e��W*��SE|O}�KEN�j��3�gɱ�:Ch�K��PD���!c�'��Ӧo�XD<S��]�-�0��Y�d�C�+�`G�Mc��Kn�`2�d#�����.>�p�i�1�e(3}�_�����_>��������`��wϟ^������ߞ�����?o���ͻ_x���?�����g������o�5_����	o�?�>Z���ʿ��gϟ^�̿�k���u��c���idb�����R��.ڍ�d\���	`��R�K����I���{��VĪFn�y߂ŧdkQ�p?b�Z͊���*��n��Dz��f�8k��������Ļĩ��b��8�G���aG�L��yI�u��a�`X�U�|��5N���͊.��xGīr��F��v"�*KĹav�h���z��+�D���#,�"�����m^Lr!w5}�!Y�Fk����4����f.5�J�[JC�M7�7�S��
+endstream
endobj
11 0 obj
<</Length 21494/Filter[/FlateDecode]>>stream
+H�t�M�9���a��W]9� n�q/�8耎2��o�U���7����Nw�����?���병��蟫����sY[��>g����۟����Ԩ��8�md21di��U'	5AQ��a�~�gk&���w�d��-xqL%�*q�)4#3G^C�IJ~i����v#�KGd[�܍���F��s;��A<뤁,���&j��,ژc�#���!�ӻc�I����`?�;��2�C?�_ �<����x�1�	�t��Dݟ���;�q{N��l-y�������lj�Au��"�
���4�2���[�����1mJ�n��J��݀7��}s�rk�Wb�ܗF&��<���������������7?���ר}�/?~��O?~���?�����绯�����7?��/���w_~�2�������?�����g�|.O�ڵ�1����A��5����׾��chİ�B��#�Y�s�9G1n1���A>zbX���-3�O��='1�h�1DpҊ{팷��1�c���j9{0O��bJ�fq!�I1۴����?�Kd>~1�g�?|x"����qM��9����hc�O6�öO��.��^sz7�l����}3���MG��j�H�n���L�U�����x�<�q[a���xN68Z��넹4���E��o�sLZ�ѡx<W�$��&%�g�U�z��Z��]��ю��>ogQ�5��ȼ�Y�x�Wg�8�s9����E|+��1�����,r�v+7+eqP�Q����V����Q)�Qʢ��B�����Bd��&j|+�5R�P�6�[Y@�7e1J���4td�z>ސ��E��������؞o��EΆ�X��o��0�C,r^8��lO��Ī|��#��>�8;=�C&�m�Ƕ�o�P�e�>�I1K>$t��E�"�^�!K��b~��<��A<�|���/j�
+>�ބ|� �E|6|h�)m��n��ʽ܋^�b�#�~��5<�Fϣ��BO11���:6
+=�1�6z�EHn��hDV�y��f�����r�k�*��MtL#������S�{�u���������4�=>m|�Sn�P[�ʽ�<�=ϝ��v�C#m�����C�n�Pl�K��ȖY�����MK>dmR��I�/jV��ur�|xB��%�w��\��|�Z��ce�����u��|[��P��/F*�M�G�jE�gf]7}�*��	�z�9�>�E���lE_�D�/#.�"w.���c�}��W��}�����O�؇��n���#_g��/.�<��w��b��C�����yf>�	�i~f�?4&�sUz����*�����������sR��"��C\�<��X��:>z6ld.�8}�����sR
+&霷�^�nE���
z���	��^��2����Y��K:d����i�������!�m=/�T��%�������Ө�gt�b�ʳ���s�E��5-�S��D7�(
+i���Js̛����"0ʽQ��笗'�*e`\HV��������\Q���^y��+�z�Q��U(����<nc�2m���G���o��K�q��1E��F��"0r����(���h��20re �<���y��\b|���0���6�����@���@���P�cT��y��b�r�-s�L����@�⠞��002�m`����B`�Q"[nz��(��
D�"�@�ɹ$<�9�����	B���6��Ž��i�����&7��
�'{�}1G>��f`�%[ؼ��!��m ޹�1���i��>�	���y\�h�� kς`�M�O����$�g"Y?b���B 69sc�������{1Ћ���Z™�����^���I�F�@��ܛ��|��@�{�4��-�:��^:�B9��@D}лs�*�[M�B@<���pD��o9~��Y�d����}��d�xw]�M`�t�E`���׽o�-�>F��"0r�� 0�z0~v�0r�0f�#�% ڴq�0~ر�)�=�6����5_f�臮�S	�g�������E~�Yl�=[��12�s���.�����D˫�=�V(�������[]9%�?L�*�Fd.	_���|`M��q�K�|`�q��1����cn�1Cߖ�L�xt��C��,�����Ž`�<O���2��N�@���p
+�=w}>��M����E�gF@@������%����,�e�h��.��>��g+�D�|�G@�% c�FR"�E�܍l�s����Z��!�O
+������X��<��蕹���rY�{� y��x���*�o�1i���5���q.�@�*��C7X��f� �7�{�������P]�ď�}M=�ZG@��W�G�0�Dme���ȓ�&1���z�W�	@ "�J-�LS�&E~�� г�p���-�!�0O�k⤕� 0r���hy����V����@�m�"�&7�sEx�c��E`�\ή гy��z�{W�@�W*���M�f7
��.;�I�V-�  D�#:�#�Tհ����yr*H*�=�I�+K�?D��7�f b���@��Z�m ��a3�b��xj"�^�E r:e����VO���_�Hvck�x���,
���E rP1��kR	W�C �zz@�}3��ȩ���t5
@�F�+�L6?���!@ƨ�[@{���@�ȏIF����3���[�@��K��3����@g����yu��@��>��U����",�&�+��2��	��=��2�EB@�fhh��}��9�ZXk�h>=[@{�:�@��kh�����t^�2g
��q��D�����K��ރ?�Eo��C��C?�Eg�Ǹz|��,���i-�ػӃ�=xH�Y©�~��W�я���h��!ɏWԏ���֏_�X5�l��f�!�<g\��^b����h�Y����!�{���
����|��n�l� Vn$[?�X����)�C?�C�������/4k5�CXFk�b�6.��kI5�C��k�_^�?&g��_^����Q��{�cR}+4�2�"���qN��ɔf���c\[�������E~H2���~�g9��&���h7H������-%��b�2o��lٱ2���x�g˰��?�Ց��a�r�D�D�
 ����7}��qh��$t�zh@�vhOJ9d�f-^}�U��- r]�����O�p�����8�v�o�4a���KQ*�z#�$N	����"�܃ �7[C��ul0��o�����d![�D\�=�5�@��Fz�"�1Bo)'#ȑCQ�X�� ���<TAp�wZ �k��v�<ٔN�6�ɍu>:��nm��Dp��RGc�YnY�eS��bV��� 'P�Q\��
+��[A,��-�+�9���
+�$|�]A�޿�����v/
+fv��(�s���
+"֤��~�q�CBAVp{ ȷ�Q��5��[�6pA�I�1O�>dQy[er^�wCf ֊H���9��=� ������@�{�&p�
pk�@��nG�W�>g�{�@�)�@ƣ͛@�Mrk�@H�*�|�d]�^
+�pxclk����k�Oj��y�����d����CAd3����L+����T��9o�>Tfj!!	;�
+����㶐���I	
qYV�f�8��|z�l�rѢy�"�A�DL�+J� 	�x�1�s��|�H �e�ȡL�%5���|��q�3����:=�!�J��7�aGX�
_ȳ��s>�����.�b�b��ؠ��X�@		OGE�H�[ł�(���(
+��7��c��Q�1kNE?��E����j(���6��'��W]�H�3����l��1=>&2�ց�&�l�g?��L����b*�M�d��\�b4W3e�(,��������rVW��!�E܃��ZIm�34������"~E[(�E��h�"J=���؁�"n�����&#�j�iL>}%l4��9�������6��<21�8bb�Pg����㧯>������ǟ�~��gx���ן~�����>����?|�����O�?}��~����Wv�������-�����~������c��[���}��훿����q_����ܝ�`����S�"Hf�ø��Qk�t�3O}�
~��BR�uXT�<ck q�4���f��{��LX��+_p��lq[1f�w~æ�~���UV̞
+)J>����L�~W�^��*�q�w�[9�=!3�,/b'�������%����A�N&[��G��E�!Bl[���h��ͻ��KI^K���3T6��A�cI|
+/���~��D��>u�=�{��0�oݺ>�m�8��3q��=�U�=i����	�e7���>,v��7uۃ2[^3Qk&<�cD˰/R��`.؝�P��a�Z��lA\��H/7���Frf{re-s�ض1�O���F�٦�U��>ƘGT�l�q���dT�i?�����:�$�Ķ����5 Ζ��=�"۾�ּ�W�*<��l\��,̹���(���mf����/�˝
����l����a����
+q(����������U�`��]q�����f�Zgܤ]=���H�mg�U^X����k��'�QhE6p�M]7I�a?a\D:,�_��/���yH��FC��ޢik�i3��~�E���H���>�E��Mm��&�Z�=�8���ຽ��o��<�e2��-�M����U��fo#�[B�5��ŏ�-?�%"�[�`��f�+oo�֚���2s�����v{�X�\�[��R�a�Ѯ��6����
.b
m�.�ֶ��TC[�)Kh�x.}��
�Z��",u���ˍ-�(��"��wYː���Z&u���b���Z�����"������}5���#-s�7g���&c~�%����--��ICZ����#�%��-i�E�I�g.MZ��r�8����7Z.mrK��[i�fK�X�!-Wi=�"�:�<����ɬ�YC��,�,g��l���'y0KŊf�{�Y���`V1y��?&Ň��c\T�?�i��cRf�cw�LF��[?$�k6~��Əq]��OY���~�F���b��\j�b<B?���s�c������~�����#Ur�g�V7}��̷|��.�6��)ks�>U���>�v���!���>$�)\�!2Gا
���>$�h
��Ӭ%IJ��c�55��!�1~�{z4��as�a�v/���Qo�������z�n �a��%̛�o��&��ܔI���O�̰ٲ�p�>�Y؇��c~̖׫��X��3��c�������[�����z�S�~z��uď�p���ꇩ닝���J��~\+����U�k�_�>�G?��Z^��R�J*���yO$��K����%�p�ӆ�H�)�������O��)��?)� �?e+�s�>��U��6����і̽����x��C����?fs�% r�h~����G��·�ʭꧭ�g��n"P9��@
�]�d.ܺ�@�<�k �6F�\k��7�A�$���P��^Q�9�py-���`�>��uE��� �N"�l/�(z���s�r0�\��~D��:BAd�ģ r�*^Q��*���n��`]�㣾���`�̞��z.K���-���µd��eŖ��^b%��-�A���b�g1�'�1_��6��������A[
� GD���ͯ��P�����+O�� �Ji�u����փ�vP����A-Ւ�AfGZry�V^Q�F����Y-�I�ePE[�AEX�OF��:��m���i������8X�^��N��(N󙗃̩�p������ �6g8����� s��u��v�O��_C� s��8X�W�ܕ���y'��*5�� 2����?�:�bs�� �5��{�� g�%��|D\#�������_<T���}:�� �C�x;���n��`��?�ݹ�j]1���� �SrLm9���2h؎���[��8��u�?:F���A\^r�� /3>�?��3�uP7�u����qŚ�u���b�A��� �3�����"�� �F8�Ϭ~����8�b��A>h�>9���>
+r��_m�V��T�Ư�\T��P���
+j
��*��Z,d^�!�A�d�A]��K�`P�x�$�CRyT��aP�'�a�QP�:KRP9�P�yn%?
+�6�Q�����.�"�hޖ� �uߦ]�7�lA���Al��g�#�|5��}�@�;�O]G�i��9���?r�eAd�и������䣯k w�@��Ꮑ����ȩ�=����@�m�v
���Z.�ܤ�V�_j�|
����l��^9e�۶��|:O6�|
%�A��=GB�/��r�l��\��Σ �{���~��U��-�
+r;v�T
+�s��U�E�6S
+�s/�
+2W�WA�7e~��-�P��X}d1��)��̾T/�zz;�>�2�����X{(��(�V}�|�Վ�z��"��eu|�*nv< ��� ��*�zD.��9�x����X�ԋ ��A��?�~oA���ro"�֏�(�� ���Q����(�1���U���3/�gY� �n5/���e�`���"c�� �e��d����i��`�^�CW���qbPy��`P�P���2W�e0�7�̽�`�_�j}��6�Nj�r="���� ���f�D�9�ܥ�� �U�x;������ad���uE�m���������2�b[e�ȁ67rߍ�eš��"�:J0�;���eE�h� rM���է�2�b���b�P�y~D

p�W.� ��'K �b��"�S���zz]�A}f�`P�W�ePE�9� sޛ�r��w�� 糮r�{�+�Zi��rU����,��A-�<^�Rk.� ��$� W����*Ȣ�
+���j���6���ωP�VP�JB���*o$_����"�� 3W�Aٵ���}���n	sn�����! sn+d�;��t��H�N�(���qg	��8��y��
+���r��oZ��ycx�l~�I@M��# �~{�ZGK1G�\'hܢ#��8F�! ��M�ڀ��^�Q��m��t�l����
+��*�B@d�"�����
+hM[=�"��>��� �=��"������e�@�w��΍h�<��Y/�,6?E��f=d��_YL~h���AD s��%P�����8�"��g��Xf��]ȟؽ���X��@�Xv��@.�U�K ��j	퀼
�2��ȵ:������E9�2^��[�q?���/��9�]�
+J��_5P�P�9-�}̏�X���O+��w�[��(�Vp����}��bX�m�b����E�Z@�=���!���ܬ~�
+B|ě�
!sr�.�w�R���ɵ��Xc���c�ȸS�B������;��@�����;‰�b�B��B���]o9����̀p�|]�Np�i�vQ�-����!L�V>&���@�.ۂ0�����0���K�ޮ�x`m�#!P��s	���]	u��	9g>�.!��+!r�#�GB�kWB�٬]	�[j	Q�i\	� .!� �ӫ���m�?��AK�Ⱪ�uO��~L�����4�A���qp���r���� V*n?3�lr'߶_�.�8W�җ�9�"d�}�r�$���v$Qi�V�AqI	�*��TkP�Q�u5��2��-s_�Ll��?U&6��|$L��-ՠ�aGװ|y���$��vi�B��4���%����!�,.)9DħL� ���5����&�����@����zUL<1�_`�"
+h�~D\��E"��[6��̴�S�!�X}�4�6|,�����#b�v�O���O�v{�˞7�X�zO��v��X/�^Mn"
+����Hh���e�X��FdD" D�a��9��˯��@B�;��j�ݶ���
+6��f.4�p54�M�B��MF<(�IF�ܬ�cAV�Y���`�<�>��8]
0z��N0�1�X��n�..���v_����iW�l�Ě��x>���E�\*.�,".V�6�E�0��+D��z^yp��r�����(2B��+"#��ư���Ǯy�W��"N��	G���,)�
+Q�.�Bđe��6�����
+��f#=�L��6����H]��H=�7��ɯ��|��u�#��Q'b?j"iP�ތL,�*���Ͽ���������ǟ�~Mۻ�}���ן>���_��}���?}���~���~���?��᳷_i��u�o��������O��7pE?���}ǿ�ۻ�޾�3���?��=����g���Q�������m'��3CS7<�f,Q����v3��06V*�t}�Y5�I�gL�p�P+�0+Qg^uw�.�:o8wi�Y��1kP�I�J#�@�ʍw�OaD�변�*���#M�i��� )d]���oȂ�I�5R�����{�C�������ޓfr���&C'������
+��=R�B���#G�L(!�"������E#�x���+�1hPŤ����(^�V*,��[�ڜj��DU�Ho7`�?�1M�P
+�
�L?���7�:m@�`�$�Ȗ����i%�N�z��t?r�qѕz�=gf�3��8���W|45�T�E_+&Y��$�,2������~O�/��l�㪯IC>�<�z�@X��{<���i��y�Q�����d]V:"8�3�����
���ng(J����\y��Ƀޕ����6-��Եk��m]�3+�{����Q���!)��t�Iw4��a�,!�;:�I����]�_΢�:L�H�x\ҥV<����/�fwD��a�WWAXh��&,��� ,�n��8a�Q�o�"h�h'b��w 63�ՍX<O�_��k�9��P7f)ky`��46fYg:2�� ��0V���YR���,>.���,;^��Y]+��,�ryp�p�ys�mg;i�zp��֢�9g!��m��b'h;K�2�����Γ���YP�:���^u7e;
+��[P����ć��0"BW@��ꂱT����hkc��b,�v���N�5K�n$�t2n���=��/K}�d�Vo�=�A9YV�V>	+c/AX��F���'`y��s���/`���K'�y��'
�!	�o�߄��1���w�
X�������X�m�2
+R�|�����|����|�o7_I�z��*��J�m�5�R��W�7�YN��X���=�b܃N�ԓ{4�Ճ{��u%U�l��o�Q����G�\o�#Գ9��1un�I�z��Ѓ�
+У�3�УQ���IVz��O�q�Vs0O��y��ăx�i����h3�gM����:� ˼*I�x���
<�"P���u�`��7s'�Nn-�}�YA]��x3Ϯ蹙msn�A��(,aCB�<�S���l'�h[�󤽡�s�̣��̃F��zԹ��z4���z/�}ڠvRO��ԣ6o�D=��N���zz�G����
o�6�pn}�R���[ub�z��E��R���n�܃z�VO��C�
+�A[�؃��։=����S$x
$�I�|rO�҃{�=�'(�ypO�r�{��Sq�:9�kس
;�G�
+�{Խ��u�s�:�J�=��|��K�� m�;�:w���z���kTO�D��Մ>��N�ia�
+�>�g����v���<F���5�Q//�7����Ŗ৳��~�]M�+�`�%���Z���a�^�?��x.�Aو?hd�q�ƻ:���G����VO��f���t�ɂ~������Y�A�r�x�_[ �h'�`,m��t����kw[��?]�_�[�����`��,�G=�9����46ϓ���"�?m�y�O��� ?髯	��h-������sD��?�fM5��k�3�GO�f'��N�"��
��:N��Ek	�Q����zX=���V�Ͳ��bó�Ɵ�y�����R�i�<��i��۵�ɿ
+o]ޅn��8s��.uj#��IWY��Gc�3��y27��S?�]�̮:���Nc���e<���H���rL��M��.��W{$�A#�F���{���G�r��?��Z���V�7���Zvë����FH<޺�g7��H����0��߅�_�$R��w[bV����Ԝ	Ǵ6�<�����7�R`����󉿌���B�~
�2�6/����x�G�9�Ƕ�1��?�6s���e���3y��������6�e�L������q����,2�m�Gӫw���� y�8�4�nz����^n���a��{^]��K���k'��Mˢ�b�����畃���^m7��)ۣ饫זb��]�B#=�^��I��b�I?��w�+�v�K=�/u�5���x�F��7�2˞
?��e��2#5o�%��6����~���������8�����1N=�
+~c^�9��s������틳2��`_�����Яc�zx-��>�rx�����`�U����7\�ٗửn�1Fw�W��ž��F�A#���}0�u��=�A.�U���q��bu����#�]/n���J�A?螮b����I?W�5�W�����_���W�ј�����]��n~�A?��A����;я��;�Gc�L)��,2���8�W[�OC�/�|��쓱�`�l9��#��߬�K�G��-m	%}��*�M�����J,b&����}�9�S==�����kO��U�ԏ�fu��Y��/aJJ��Ք
*�wA|��ŗ�?�N!���le��e]K}��}���#5�o�ۖp�/��v�W�u�G�b9�����!Nsn��k��1�u�[?N�y駴���c�J������c�Gq��C���?��U�?%g��o��B�ݖ�)a�l�mo�t���1�a:��Փ?�`[�1n�9|�h���ocu�.�.�$�M����샱�cI��X���O�l��-�l�?������56�<�H��@O���w�����-��MZ��u��n�`\�g���Z9�cZ5+�ğr��\MZ����q���O��mҏ�8�qVǏ�40�c�ˉ[����"]OVC�~�u�Ο��H�)^-��A�d��8Y҉?^4Y/���d���?]��|�Z��p��I8;Z|���q�{�Ǹ�O߲�S?Ɯ]?Qc���S<멟R`��&E�I�G����2ns7����߈��:O�8��w��8���!6�6}��=E��{w��z��U���|��=�����|�j-/�xH��M�)�O���L�\>�òh���ޢ�Njk�$�j����/Y��|�7��$��._Ă飻|�s�u���Nя���Cx�F�b��x‡��F�|����%�c9����9�|�G����K�-_|�a��#|�a�8��`��	>ĸ_���W�r����
+~���gɇx$kN�>�U��t�}�5	��q������I�w�H׳�WI'}�wIN���}vR?��`N㖳��l���a0�ѝ>}ה�>.���I[4�H_� ^�i��x��5:bs���7~�C��ď������sC�)�-a㧔	��3z��'�B;�ӅBt��]?�뚧~X���Q�a��\\���'��o������
�c���C��t����U
+^�b,+D �՞@����d�6o|q�U@���������d"SR�"N�=����ع���1:�zH��2�9u�%����bbX�@p�x��4�"͎��g���Iۆ8���Q�Mi�<�&W\)��[���0�M��������W���V/���^�[�����!`@}h��	!E�.�Z����NO[@�V������r[�Ȋ�oٜ��& ��C@�з��"ݞ�����u�@�K?;�>��`n�?�5��������&3����&+6�V
+Tz���TK��#�=v珋Omҝ?�P�9�����Y��uWw�[�Lv���5�G��h��	�����=u�G�������܍/�1��7T��臥:k���/ S����|��T��)?�hD�S�@�Gm� ����ۣ:�H����.1�#
gX�s�2cѓ�KBk��)�u�|Z��ng�B�4���r��<O
7�Գs��v��μ��!�z�"�2��]D���l�$1 ����&���j�	q��]���-N櫮��Ɲ�BX�q�*ߢ��0�m8��~��	�C�.b��a���d<EL(�rr�Z�"3��q}+���kp
D�f�	"[ {�x�D�CvMzݛ�|�vE�nM�,���o9�vOyx�H�U��D�|�yP�Đ�:Ʉ�"r0YJD�E�,�BE=�]D�f뷊�u{V�E��gE�ri^��+B,���I"Vh�T-�T�pAsLc�E,�l�/i��\�"��+�,�x�]�I��\d��È��P�i��HcW��߽�������o����ݿ߿�����{���/_~��û�y���o~y��?߾���o>���O��}��;��=�o�1����z�������b��'����z������_�?]�쳃��Pe�&�@���jS�>��O���Z��A-�ڏ�܂�>��Pu��s5�Wf�u
+R��y3�'`�-�q[1����8{k'�Ģ۱8�z	�oR��+�i���كL`�85?���ɰDuD�<���%�/��^{���$�u2�9�Y�A�� n�ۜ>�IH��̀�%b�R�fԢ�r1��<�!�ӀX�s؉!�:�̐�m[Ԯ�U�ٍJ8��at�Z�����B-��РE�P33Ƹ�1�%
+��FZ
+���-b��KO_�44-���N�;,�8W�6�s�:	�[c\BY�������UW.��Gb��X��o�J�'
ku�Z��4����)W���TSֺ�f�"�5uW�l&V[~'����8-��'�N�~Nk���F+�Xq^&ld^�0�$%);�N}Z�X�؊�����v-1��bK(f�%�Q-I��"�ƞf/֢+a�yd�95X�!��s���9�W��dY��6�Q12ig�}9Ԣ(H?C1k%�m*��7�X�#����(���͹������A����bL��,���n9����pY7m��Y�%��,�v��6���6rg�Z�V���֯�����ƖaNl9�Ɩ���i�"��'�̖��-��ٵ����ⵗ�-g���-�apj��!ĭ-�)���6b0۩-����%��m,�S=�m�H�����[���<k16f�n-��[�x.{���`i���"Ne:�����H���6v;[Z���i9X�pi�V'i�m��6�U1���gqh���Y����Y��r�q�tV7o͝�A�|9��f<��XK�nT�;�T���r6k��lc���f1�u���p�+���r�]�_�r��p�˴8��z�Y6b->��`�[YfC�[Y�1?���]�2���Q����T7���Ɔl�z�?��h�"��M?�e���T��0S>���o\�Y�� �-1�a�+I꫏�*I����Տ~�eq{L�2�k�s����-������W�o袏?��ڧ\_�TK=�C�-,�c�3����Ma�Ǜ$+�>F�||I�9�Ө��������^q����f�g\����Κ���=�2wWI��[+�e�,:B�g|�!�A�\�#��Dh-�C����2��9�s���e��>���L԰5����Z_A�l�|���C>�:C>�\|���s���x���9����b�3�싛l�����>=�[��l~�}~�z�S�}z�^t��o���ڇ��˻6MW}W����dY���aZ�W���q�4
[}��T��(�C�l=�C��������iE��)��W?K��{�'��|�b��~�Ϊ�cN[�G���j��X�-��c�m�k�~(��ߓ�1�U�?��}+�����!��s�2ϝ�ƅ�;����,��w�W@��;D	�\���h��,f_���5;2.�/�|�M����k r�i�`�jL5D^�r(ظJ�|D��"߄ 2���"��iՄ`�Z%D�VQ��F�����6���h�;�@�Uv�Gg���X�ȁ r���휒�
+��~	�vNZAf��A-%�G-� 3�� ��X 7��Is�A=�f ��I*��ƾ�Lk���V(ȿc)�
+r@�wURP���V�����
+rZ��%�!y+�iXǫ��j-GAF����V_Q��J (r��Z#����W ��w��2��WA�9�PP9�P���M_+^y��(���n�dNmy��˯�,�9���ݼY��̩�WA�v�O���?� s�9�\���JA�({�(��ugoJ� 2������,j��
+2�֎��g���*������:_aRy�T^��^����P��U:�� �CSx+��;]����`���L�uL�(�zLX|�_�[
+������d�"��z��f�6����;?G����E����<��y�Qh]3��w���(�T��<�9��`�$�
+�8���
+��3o������
+�G~Prs�{�{
m����� ^���x��@~V�
�\�^9���d`��3�$����Z�1�q�V>�ۧ� �|m9�8~��Z".�EP�<Ae+����3P7��^��,d������o��k j�v3[� 0�5�Ĵ7��"+cM�"7�?b9-���@���%��|	�:��	ďl�K ���y�/��~r��^��פ��_G�8�-���ܴ��8?�����:q<f(��
+�1�Z�r�����`	X���M"cs]��(��M"O�&��Z�N���Z�8"g[#D���k ���"��?���k ��ֆ�RX�Y�k ��[LXρh���K_Yk���ǵ��@��k �%�00n�
d��z	��-�O��$�{T���y�rT�j���䭕ԇ����Ai�@̪�\9���C`v�^�O�҂@��-���m������9.�̫���w;�};R����Һ"�����~�����:zdm��2�y�udT��Eź�:2V�ք r��_Y���'��8�Z ȿ���•���E˛E!��gp �;�0���
+�[�A�;l�{�A��w�A�v�j�|y	A��V{D����y�[	���SŦ9�Dp=D��:_Q�M�,���%D���A�l��bsA!���^QZ�A�ռ�����^Q�9Dn�j ��|,/�,��K����i82/wS2�\_Y�~��q�M 3x��� +�#?+	Ae����ƒ7B���Gyϲʋ dzyk%�a	�V���Z�~ړ�ED���e�r��R��~���sv/�,�sδ0P��j�\[���2�5�@�M�C �r�����]�d.�ݺ K�?&�zc�Z?���u6�ŗ��V��u�s����Z˽�ޡ^�t�Yÿ���O��2���8|=�?�$�3V�����?��U�i��&���_���1G�Nj�Z��'�Q^���j-��8m�������1�
����V���wȹ=��ך�?}Ϲ�?�}{x��<M-��Ԟ��K�W@����u�̂?��憊�|N1_�X\�]ʿ|�B�?���G� �6W��yP�=�dΩ�����
+��&@)����J���II��E�P�:@�^k��W쳿��鍕�ԗe;�����^�9Hٹ��p��<,���g�~D,�^�Ik/��Vz(p�
+��|	��I5t�F諥��N)���ɿ�T����f�m����&'��m�d���U?��I*�+��PW���2��̂A���(� �9�^�T}�����g1Ȝz~���6��O�G�"c���J08��q�����҄4J0ȑ˽����A̠<͂A�:�ӃA���]�7�����`pqo]]�b�止\�M�3�0f��&4>u��t��	���2���&\�m�;��ĭ�9��1��s3g�]u������2�zD��}�l�u��5��D6�>�������3�0��~�u����%�*�Z�WA<V-�QO.�GA�g��J
+���_���,��OAL+��?#�@��PG�/���8�̃�d'PJ ��=t��"�V�k� ���A��׋ Nrm���� �I����|����ӛc8��X/��Mn"����H(�����\�"�Y��h9췧�z�=~"H(J�V?�g���u������ղ{@0�*K_�	&���I&��b/D4�	��(��r�AB��n 6
+Qe�t�b!	Miw'�yҐ�o+�C˷���Z�Ddt�4UM_���&&v��:A��m����O*I�ra�[���T\�X}�`Lp*���Ū^o���6^�!�h�X��zn����a��r��`�S����	�Q,�X񴹈���|r���Y	,4�6K`ј}��)�ta�$��rSO,�F����}C���[�>�IEçϴ�!�o"�EE�>���ME�u��Q�"���n,���9hx�����l�9�G.BWQ��">	)�N.���y�2~�;Ķ����+�}�CA�lw�,̥�`D���cbʹ1���t.�
�F#�ޜ�I��*+6R�T�	���W��B��Nt�^��x�D��6��2�KLt
|�_ �˯~��͇�~�������׌}���߾����~���g�����_����������������J�����~��5�7������
�ӿ�}r����_����߾������{������bv�2Y�j��ޱ�ex��Ԩ+�pP�����_����$3�
UJ�ԧ#����$�9y
N�cؓؠ�-=��F���g@x_�4��o�����RT��Ha�,�� b/���NzB��8��	t������0l�P;G_����|�H˷L�;	DB��e������7�>�c�J�pc���D����-4�`a7�gsw��tN��e�
/s���?o&C������A�>�t��r�I�]M�Р�3?��d������φ�Р�R��&;��Lm�:�Ow����m}pRW���I{9u���Z�|�>��U��ڧ�7�(G.�Iho<��&�Z:��
(�o�-����*f�E�+�u�<�#�'�LV�j�3y�$�$>iλ5+ֽpP� /�һ��b�f���d�d�uJ� �X��p�W�U�t(6�-zQ
+eKn�S���«
�d%i�K�5�r��<�[��c�]}m4�+�*�h�G��$K�b�����g�q�G��k4�]�'�9�T��~�$5u1me-�x�r�?��go�'g��Upz��9�I���Y��Zcs���9���~�|�Ay�6���-~O���נmfWݰ���[�ذ���il�i�O�"h�mؒ3��-^-��B[|41~ӖW˦-�C�-�-9oڢ��?���, }��E/1���I��P2������0�7n�[��R��Z�j-XK��k������^�Jz
�B����x�r�A�
+�B�Oݤ�$��2���J��9i���i��ǂ���&-����,c]��9��p�R��O���g9(���$���Y��!7g� ��8�5�%��͖���+M��Y�I�vr�5������Yf 6��,Ӵn�B�67fy����)�jH�)K�텲�O��,���%���dXi���\�,t��<!�*X4�I?ͷ]��.����*vҏAR�_Cel�IUF9ه ��F%M��>�*}���D��}as�O�N�)�z�K�@��S�cp���>.�Z	�Q�~����,��Ӧ��dY��B��{����k,�UO쵆Z�#�]�\�c��RO�!(Cxcz�VA�֑�6N�!X�� �Ei'��G~��J���nX3�=ҋ�D�i��@:�裞�$c{�O�f�:������A�y�@5�c0Y��E�}���d��[���������>�z�O������/m�}غ��ڜ}:Wǖ��dY��}H+X��k�p�)
���S��eT��n����m�~iÏ)��
+��"��~�9��S���~�=�'2�y�Os���������~��!���2���{�A?js��釠���~��1-�A��1��!�B�>Z��zJ����TuZ G�6�t�'�����P�7�˨'ě�kmA@�%3�@ ?�l�����@�n�n"6Q`AAh�pP��H�<)�`�= y��!��:N��N�`�W	B��` bm�����@��L|0�Q���Ы��+�TG=!�`�54 m���`��It�'��uC��_|@��d����J@���rB�����܋8��9�	A=�̀�����N@P�V��z�#D���Q�'���즠/uS��b��dZ�����"�MA������U+AAjG� ���>!� J�������TO*��
AI_X�J9)���
+J���ך'
	��^�)��̾� 5�6(�I���d0�4��*AA���IA[�L?)H�tq
+R雂6��n
+rD��s
+J+�Բk�Qp#(H���l"�S�z��&_�� �Ҋ���Y	
+'�rP�����S�4 h,��O7��� 4�}�Ll�����][P)�Pt&n�z� ҝ�$(�nd_�����r@��}�C�9Gy�`�[�� �kK�yC�������̹)������~u�'D�l
+�fyS���_(� �S0�(������||�����`�KϦ c�l
+�A^{N���mZ����Aou1�����+�\}2�Y����<��JBk'�������ݑ ����
A���q�	�*�d'�󆠤o� (@�0P�:�T�ҩ��3��f�ㅁ�
+���@���-��ج6�F �iͶ]�|A 6oy'qBF��]:�BUǽ�헇�H������к�\�L������& ���& ��/|I��侕���eW���2�P��ݰ�A,@
+�� ���=�_e��
���vϸ]��[@�ʠ�����"�`���{s��Bom`�8ߔ��71��q
+���lK@ĝ/w���O��%
'��ќ@��H��d�����k��O
D�X���Hb���PR30���a ��-���h�8뛾�d�~�L<���2���LF�5��=��X�@}zq��>\@��j.W�q7@T@�J�4��FY�M���9��F VU*�	�;�\�q��6b�"N���xb��F �R���6�b^����E���	�O�or�0����1���瘧���u�䰙W�4AƳ��"�F� �Գ#�8�RO�L��'��q�-� ?/#KU7\C�wm�A�u_�a��}�#�8�S.2�tY��k�� ��h[xA�?Z�,u�bvW�� r���F,s��F�h�)�d�^
+"p�D�͵�
+"ɞm!f�GGqjQN�,#uG�$�D\��� �dc%/�ܒ#+|��DI��8��s(�d�u./2Yv�a7�q��\aY/���@�M�I �U��1��O��y8�zQ�v�q5g��"�8Z�)�3��j#���#-��`� K!�W��Z�`T�A]���r��A�v�T����N�@&%%7P���H
�x��@�'P#�%Py���:���5�ݒ��y#P
+:�2N��>x�8��"6�6�L��@ĕ�-��r��:���1�e�����?a�6�$�ߌ?�C?��Q{r��E����c�~���V��� ��X��M��?�F�:��Y���!]�m�?�����?ĉ�i�'��O��d
���6�O@r��k�?ą;��qC�p���HI�?�}���<��'�-!;c��O�C��������!��Ο�c���C�K�O�Yh���G=�^�d��nh�J�j^�2�PO���e�{�q��P���������5��ȸ�
+ b����{[��E;���ji��"Y%'P��K@]�QN�X�Tq��	D��I W}��	TpL%P��O�tBZ�?�
T�B=
ԁ�����7P�9�i l)���"��85��
+�
�l2�{o;��V�T���]AR�m�3�$V^qQdS��$���d��~k���q,��� G��ЍA�rP+�ABP����Ct��֜A�8M��A�Z\r�Fg��umu6�
E�q�A�
+x�3�"mJڅ���M���p��Zǭd1m�A��t2�wP$��+����`��� K��z���A�&�� *+k�7D��\��z��7y����2��D\uû:���m;�Ӛ�� b<��p����2`n��Y6��f��vK9d.խ �l��U�EA�g�e)�Cs�;A�MA�P��aXs��4G���'��N�rw;�A��6uA�<�;�P8��QA'�,�`�A�lY+!ˉ �8����Hn`�� ���H`�H;ģ$ֱ;��6(�S���F3���Ȋ��	!oGIg���g���)����"t--�����!KǓ���rY r�1�"2��6_�tY$2Qx�ab�n��b("�>��b���*҈�_2Y�L�����X
+��:���5�C차���jkj��#�*�?t�f���.�Q[9q#&�v�1N�#�����H��v�I9]���Rt#�-�2��D�ƍń���b��H��v��'�<U�X�G��"�Q����	�S�;���,�y_Td�vRSqb*&�jt]XD2�Kwȋ��=sQo�
�]d.Z1����TE]�O�����"&�oa���:?�1+I�;D�\ww�F��bj�y�K�N�F��v�)#�ح#�4b٧���H��YVmd܃7��^_\:*L&���x�z��7�Tw ���.1�k�cῈ|�������������?|||�ܳo�?^�z����/�g�~}���/~���w��~���_o�?>ѫ>�߫��j^���?�}������b����dz珟~�+ǎ��+�]7���h�G�X�X�(E��?V�T.���q�t��!j��`����˫,���r���bǹ�s}�Y���
+J�c���X(��Uc{_�M�aw���3��`��?h�z(�!ET��C�^$<G�@���3��_p��	W7�i����pL ��Er	�U�q���:i�;P��(�Da��;�~[�-�L���
�/|�G�>�u���5���Bz
+
+endstream
endobj
12 0 obj
<</Length 21859/Filter[/FlateDecode]>>stream
+H�t�K�m9����L�n�өTU:��8u.�kc7��렿�kU���
N���u�T�vR��^5�K�Wz�kF]�fͼ�>��7��'�n�V9W����
+[Uk�i����V�1��۽p0�bhÊt^-KTr�@��ݫ�*/�D�h�S�l�k.&�Sn�-��&�_����R�nl��嗼SJ�Q[�-�e[�,#��-��h�\��ޱri�w�&4=����V�k����U���yF�`V�X�q�n���.��m��muV����*RrNu���Y]o�+�}L�}LT��刞v)е9�^��H})&�#H�
+]E[e^X�̃�+-x�4-��Q�����߽�@k�9F'�-Gʵ+�4-�c~��?W��x�0#!�
����Nݱ�.���	�0`�2;EXZ��3��3;��:�
+MKy��9�{+��2�e2��O��/����?}�ӏ~���z��w꒥~����~����>��/?~����������h��[�����o��Ϸ?��>}��_��j���m��of�?��
+���"�^?\fwF���2�n� ��qt��V�ud(�Yf
�Mi�1�L@�1���^V��F�+�	�Z�F���B���o_�N��#�H(v�h�D�ԇV�Ƞ�5���b+Q�ԞY�Ų��p��1��Zc�V�IX@�<�'EHAά0��M��3v��7ت��.4J��<ĖM�3�YC�	AI)����`�[�⌀/0�����.(����4��rݐ���P�|.���4��&4�>��	]�J�Mh��4t��4\�v���#��8��gJD��3M�m�9t`t��>��e��g�n����t�W�p����ԩ���1w)��Fً�ѧ�I�0K^t���.:s��
g��E�q&�QT��*^��3��I���V,:3
��>��d�g��ZpF�#p�)��̪H��L-�`��C[l�.��LL��<�������%�h�z��
kk�$!M��Rg�EB�Գ�$���\$t�F[��5���j]�d=\���7:K��A6�f����`x�,
+Bc_�nMN
+��'� I����&]eA0�f��й��0��E@�3�t�g��߉�^�_n�V:�,��LN�h�ۆ�,[��pQ��!�B�� �~�C[����(���-&�VuC��;j� u�
���RCk[��߼i�Ah\]�EAJ�A�)�w`p�10Hm#7c��)=�����O�Yc�Q}AAn��;0��<�x�`�̗�Dj���P.����'#a�_�t�8��ރ��|��@��d�0��	�0sY ]R�� ��C�.R��
)���	B���_ �F�-Rk<n ��5�4@H)�BhP9QHS�2X-%V3XH�B�Xh��Vو��X:^Q7�Ƚ/R��C�\�!M����|����qӐ[�4���
�0
+�D'�6V�"������V�{"\�I$�<I7y_�z�漺MZC�z�<���|�&�nˆ��0����!�j^6a�w��C��L��f�i7ah+y�����"�@���g��Cj���!LGt�k�&������C�<x��<�D����1�����&�O�����s�a�n�1��D���>�Ȉjܵ�|�- 2_ȧ�L-x
 �����E�'#c5_@��q��H���0�[^<�t_<�Z��č�aJ_<������b�,u1t����>��H�O�a6�� R#q�i\<o@�)�]@�,W�D�T�"L�x
+ R����9�
�ʒm���FR�b���1r<��Qsu��ē�D��Z\@�f�_@���
D�S�. F���6��ה@�`�;�_��Ce����!��TN�_~�1�k[@L�5�"&@^<$�r1!E�܀��'Ѣ=x���T^<D��h4y�@���<gp�!N2�<�;'�u�!��b<��"�#��D��t�/����"���D�-xq�1���䑎7 r�xk
 �M��&�z݁H��"'U8�����m���!O7H6p�t�n'�Y��¡���ad�����W������!t����|5Y<����a�Jғ�aJ[<Q<V=p�C'_8�n�O"���a�p(�mBJ���4D�z��!ʣ7�4���@�i�����4��X̤!t	}�aTS�4L|��MCj)r�.����ƙ0d��!�����D��
C�����A�	CF.nmћo�1n�7be��FC��r����	C����0�%n�F�e�P����p�
a���iC7�Y��q���
Nˆ�'��\t�P��`[8���9pHSZ^8��d�pHmq�7��m`�P����E��R�N��q��{��C�RO��~�0Z�Kj�p���aZY0�n&�J�v�Mq�8���MC�(V4Dfi�k�p�yѐ��t?h�%�8i�q�4D���AC
"�iH�pU
��q���c[4��D[4$��8�H�oB��7�c�'��{���u�P����L$���G�Jh/J�@	��B�ɡ
��*�R�߳�=��Jo�*M�w��c���r`�d��pHg��+i�؍��U|n<�P듇4�h8�!l�9yHg��@y۷����݉��0�ek1�^��Pl-��CY�i"}�C��'�R��C�%�!w�E,.2l��PR'�m����^x/��e�xة�
+Dxk��w��, ���@�SE��aȂ��C8b
��Cxs�m���o�!E���!|���<���C�J��^���H.G�!�$��xHg^�PLQv�C��BC� ��ѐv�
+
i�#'
�,r�Jõ�Ґ��j\8��˸%<�gd�R�-C��Cq�Q�ڄ�C�d��xȄ&\�C9_a����)<v ��j�� �6J)��;Y���QҬ�p�"�)�8���h8��l8����?��bJR��B��8��OJC�(8���J�
}�J���!�TǓ��CFC؂���tE9Pa!L�`!�O‡#��B�A��(����P�٭�H�g��QJB�];I(�h(�le���4҆B:���(�"Ng/A!�,Rq��Q*c��7�l�pt�!'
+}�Z](�C��P�٦2T�(��V����
+�AB_�/�O�9�@!�׊��2]Po��/��b��|BٸP�6�	a�&Bp� �]H/*./��Џ9� !��!C���D!�d��XHg�RY�9��T!,��]9YH��V�5���S	'��)L�3���B}��,gl�B�%Fc!#,��,�36�[�B9���,���B8�d4���	C)��O�d�/�0�����]��Ӑş)k
=�
Ŗ;b���/��CEQ5
+�\9q(+9o8���7�-�^q��͹^�!�5�d8lEn��F�)߀؞�Z}�@��knDt�j���pb��FD�Y�5a7��ID�liFD<Ss_ڐ��mD��MJ]�Ȇv�M%"�˅�Un�`D���\���;{'"��j0"2u��EDT,��/DlPM(0�*�Ae��Z�p;;����u��-"v޴��
;�(�AĎd	Q��Xg|%"L�K���>���T�nDt�(����5��!?�\�HtА9nHD6�B��:�DH���D�"�a�w$�u!��pT�3�|A"���H�5='��q���|d�C}#_�Hg,����~�;i���d��@�����`�D�VN�xHW_��,EV�H��a�6�*Q�S��C\�=�;�C��0�nT�;�@,��CaQ^<$�����pbv1�l=�����b{y��U�C�K:�Fр�>C�^_��wA"Z$���1i���Q�FE8n�fXd�J�ٹ[���qvm2�*�>sa#�5c#Z��>��.����f��$�*��G2$��6>��L@2��.B����/���ғK4��E�n��X�4ш�R1;�3�7U#��c��F�v~12��
�<W��d[��Ht���� ${7�HT~�-,@F��_�.Ŕ���f)��:���dB���9F��G�Y���cT��ۋ0g���q'�ԫU��%pr��8'���p����|���Q@�;�
�tiJ$�E�L@�_���H(�����U18#�ѧ�b�b*K1
+��R��D�IHNa�!a��k3D�H}h�ō�8�(؟�$�@����
+�I��!r�II[0q0�pG�(I���Ĥ��H�/��q����?w��7�?�>��	���^�Oo��z|����ۓ/���������٧��ʓ_m����͏�/�s����o��ˇ��S��/?����㟿JH7is�y�Am��-�UnO��^3��?�2��Y�����p������p}v{�͛����6짟����!�,)����Q�8�xx�_�i��m����/x���o��������/ǰq�����߾���/�����[S���?i=����3*TE=:��߿����z9���}5�0�~F�
+�1SБ�׺8���V@��z.!^L�K�z8�x&�j����W��z+	M���iG��Q.L�8�YIm\��ںU�1ACf��F���@SF������'hӜ�%G����.X0��W�+��rF�x�1�ik1YZ�	�Ȭ�=T<���3Ԅk��BM�4��jbJq��Pas{3Ҕ�$ ��w��5�gy3�P���S��Y��NЌG��WN�*&ـ�X�R@`�*���*̖b�P}}�d�3���&��wT�գP��#R|We�H}��`��W!cj�H����8IW��Z9"�ȹ��|f�ˌZCr[����0a�K8���ؽu���	�<�{.f�K�a;�V�����/�"p${�c�eiy�.��jbeZ�lr��w��4��iggo�r4pp��0��q	҆��!g���uLȕ���U(G��
�簁����X3#s�J�[�T8j�d�CY�^�e.@tfv�\����<3�����\������K�0�#s!�d���l������!�!�g�`�5؇���M����
��-s��xD[���P g�!h�<S�QС�3uR��g*�m����'t<�N+B�R��x������U�ލ
+�R��lk^�A*
+&�b��k�\�%�&1+2(ae�� �ֲ�	sS��O(�!ti�J�M�,H�"�_�ƈ6BE���a�_��d#p�V��fg��Fi���1B\R*�W
+BD:p>�Cj���~`U�-uȿ�5<R�.y��I���E�&xK]�������͙:��FÙ��8��3u�d�䣩����Z�"[4�3u�����.�H�L],������0S�x��R
+��R��)��������^G�T)\R�%�5/�(Z�
'e�zB`��:P!8v�G�C]�2'+�!'x�W�R���Q����ji��8�{�����¼zK[d�8�`��1~`R�,����G�9�$;`d���>==��U�F+��g���꺫T�`�c���Q��IHet�]�Hf�l��עW8�6�2��sK�7�q����E֍ʘ^Q"����7�2�K���T�,�?�0'?�Xt�Y�ױ$�uv��k�,�Ȃ>��#����_b�T�*��S$�d�LaX=U@���RZ����x��z��S���X�A��Ҷ��$ИW�LaR�x:����9W_",T�7U�E�Ń<�Ec�px�2�g����⩦g�LS���},�/Mva�LT�ڍꙨ�n�W��Pe�LU�UX=UU��v�c�&
+|�Ϳ�~_���ի�ͻ����7���m����>��k��⻷ox��OO�˗�髗/`�������Ѱ}ޮ�Y{Z6U����j7&y�!a���G��Ey�8���W������b��_����!�YU��!��[cG���?����������R�I���x�����Q�����&��5?yv�ʑ��Nb�`�8�w���:�M��[��t��K��ٗ������3b���QP'�G�We�8<���0�֖]+��9�fz�,[m�/�I�4�
+����F7@H���,,���r�MffE��gs��æ?3��ZY=�{��[ť��-}8!ç�zSzY�g��Iun��⛁g��8����zT]�-��>�?��ʎ78�&p�ʌ2˹"��#l9F������;T]�����h*�@+���k�+c��hl���j�31S`
+J0B8KF=�������ã���Dr�,�z0�\F�?�U�L#�,֗�U��d/�-��mE;x�A��E�-�V<Y>�h�΋�59�UX/8���H�X~X]�� [��0#��o�[�D�d�$�C�<sXG��g���w\A&��.� *j[ya���J4��]��s�aϨ��h�[�)�:^v�$��vF���Ļ��
�])k��S=��2��5,�P'yŰ�=N+_ $׹�f�U ~���X�U�E�*ڋ(#�A�qA
+ğ���9y��?[<q[����72�,��{�ű����L��}��^��Am�Sܒ�0��-���4��Sm��=�ռ�n'mZS;B��c���ƫ���K��P��a;o�x..�b��d
����r�2a��꙰o���9�HL!�X�u��
ϧ������=� 2�Q`}V�M�E�l��9��r|&�T��'$��r;� ��
+w&dsDP�lF�E����T��v2P��ۭ����7&R���ͬ|�~X�il�U��$�T��6�;6ۃ�98���gQp:+x���ڳ�� ���^�#7����:p:��w��"o��g�R��6�]=��/�A�Mu�����u.�ce�FPn����+d;p�Uo�� .\�;�;@�,�;��M^l3F���gG5�9@2(�RlgD�9�p��xd��3������I�7F� Ev��ތ�0ܷ2�A�}���3��[1�v��:x'9�8�c�61\F6�mesQ�&��.;K�����$0jz�aٗ�.�®����NvE_qx��Y�v�س%��{���ܞ��I���q�pu,%�8)�t��v �J�4:8��3�R���}U�S��P�H<.��Z�s�>5
+��+��ϕ�}R��(l��$"�z�`��q����m�H�v���s�q�����nsW�4��:�?�FA��W��渝���*ϩ-X���R�:�N	��,k���۶�]��;}�������au��p�Qtk���$�MF�ƅ�A�H,r�X��Vh�,�����{�p�-��^qNl ���[8Ɗ�‡e�ᕟ��/v����GFP��'��9(��Lo��?ke���
+�3����΁���@:�@[�Wj��!c�>�����ٕuh� ��(`޺�v��݈=�<��H��i�6<�`�����^�В���m�Y�����i����4�x��`#̓%�����lb��
R��X:����7J�j· �2�Ti��V�@�%��V/��ڎ~��م�f�A���7��<��q����{{���
��A�������������E7�T��OA���w��6�^�a������6^Oh��L�$5�Q�F���E��S�<U��[8�Pf|���i���� ���NH�{��j%u�߂�F���J?|o.2T�������w��[:+���BF���s���n8s�C����^9��ΊDŽ^�[�CZ���eP=���{1K���F�G�	��L��\���n���*�&+8FhX	T�v9ah�bչ��ڠ��z]
/K�xZ�bE�����=^�z�Ό�#(�:������s�sp���,�:��;4�����Ia�V��t5ŋ6tuKt�<���i1-��6��S0�m�= {����G��Υ��Q�M#��E<'��m˹��C����٘r#����S;�;Vh��R�(��]KG'�gqPUӢo+���ӣ��Ȣ�՘N��d�MdW���c�
_�f,�����&*�}�*Ј�]"k��
{w���=zˍQ#��\*%ߣכ����Ԋ��u��ڹ��4~�Sv�Ox&.�Cb�x���l�F�k0�g�.�W�-4U��Mg.��j��RA{!��,���\����'�i�n�&���lŅ��u*�삵|�!�3��N�S��&�\�f<<���?��R��&��=��+�Os��������ŗO���'��W�����O_���ۯ�����������ri����p_���;M�X�GS�4"�!���H���h��0j��7k�}��G#��`��皏1�t��w?��|�������߽���?y�O_|��/>�U��[��~�����~�����������_<���u�s���"hI������<�ލ������g�+�E�6&���_=��P�A�����l�'�lL%7�/��!�b�~���R�Uq�-0�UV90_(��rG����������X`7�x�l
�Y�†k��X
+8��Ȣ<��z�k�-�.�������H��B/}�N�& �I��I���%����S&��ӻ�YĔ��㭹E�-���~rX��^��_4����hba�7q3����!��l��k�k;M����V�ЃFե�,��N�e��Ȣg��i��ٸ�0�p}[S^̞�&�<fq[���G	H��>w��W����i���z�g��߉�[�Tr��]���Y����V�R^66<�������*D#�P�wU�x�h��������ƥVhpO��"pʠ���r�ˀ�aA��Tw��6}}8�d&���.}8wuq�Zu��ޘ��=!�GO�u^gL�����9�HM�z�PF��Ֆ/@Z��q~1�Rw鋮�G��1�8��o��
l|(FЩu)eq��6/��Ū[&�殁�,��2+J?Q�!���IL>�<O��H�!&e�2��~��p��`fv��TY.�S��Rl8ƿ�ѐC�u��]��
^�.r�o���cB�c
+��f��z�DZ��PV����jh,�R�SҨ~6�b	��5����D����8e�֙J�[���>�D6�����,I���%��d���_҇�R��W��
+�mgO{�nXnY���XS��-YT5L��)Hd<���uU�粣A(e�l{>�P�yo�q��7�R3U���j,j�%XYҦ�|O����%$�*]up�|����%<0�����h��{�B�q~�*�vX�~�G�Qa}�hg���Ny�����R�$�[J�o���!~�g��j���Z����!���c3�tf�f�S# N'/ ��%W2bdWǢ�c+�iz��~}�m�`��
+���d�Y^�9w@�!��B�.��&��b��	y�|<��>�HWo�,�.t�C��5�bu���մ�7�^�IR�&a�<Tx� ��V�o(ܜ�EB�n����ې:�_�6
+�b���J��3�Ly]1����h޳%�<����i4�X�ln��\N��N%Y2[4���U�M�T��$�5{�gS���i�R#_Z(��+�b��f�^��}#	.j���s�1HSǠ���#F�����,��#����&�;*��,�h��	��^|����&�LX�<��efs�N{��13Sc	:u���&�8���$�"�@�1��"��V��X-ija��b7p�*S����� 膓;���4zщ�b	hݫ:�	M�3��(��H�9���A%�>�,9�� ̦^�^uezm�%���i�dX�I��8�)c�����oq^��#6�;,�f��Z5]����P��.`�d�y�)�����0A��!��q
�ˊ��rU����>�@�+���l�*hZ� ��n`f���t���4u�.)ݮeG(���ʚc̚�Sz�g3�b��AI,����j]F����b�o/����%�i��NOzW���w��z���^;����־kyk��8���Cw:���|��GY>��m����w-��:<Bn�Lʢ伟I_�K9����	�fu��]��T
0N#״�����Pݫ�kϙ���#e=��S�~��V��4<r�v�Ը�*�#�9�{�z�X����R��"�nؽ�_i�1*��\�M���c��߬�Q�f��~C��gq�pGf��~���>�d{���������{~��Ͽ��?����_�����g�~���������߿{�)��o�a��ڞ>����<�.��9��a+ۗ۷߅�-�x��6��`,ݦ�1�;����.:j?<�쇄�W
�+!�&dJeP���T.f�^I1�=�D��yS)@���vZ����d��?��w+&c�Y���ؠ������O����$m�B!���:T��/��J�Y�:\��������t�߬ ����ﮝ�D�Afr'i_τ��~Xr��K�e?
�{��:��a1�*K�H7`�Ya��ٕ���L�*��~C��p��[ֹ6�� v��8�@�����G�R6=�aSy����=�x^-��[	&�~��:��_�b�J�o)y�Z@i�ri���"��dy;�i7����{�9/����(��	V�6\� ��}]p��<�OTIj[��0Wwh{��{i��,^),�6�j��~�8�Y'�"T�vifJ����
+s_t1C,�NZmG�[_�8�v���sAG�;ښz�X�b��?�٨M����Yv�P��0�N)�
ז�>������=�!,�u%��O�7���WR�'F�b%������7 K���aj)�aw�2BШ;�T�����am�~��#��K��L�s��Y<ilc���տJ����
#�l��v�1,w`�c\n��!�q�����n���op�z}X��[��P\Ἰ�c�g�J�|�=�`�&�������.��
+?���˾�xb��lN���r��`ᎀ������D�Ԝ-�n��J��2	Xe=��Qa�p�����B�W7ȷ<0��{�7KZ����j[�z�n(=uó���u��`�X�1���s�>��Uv�tX���
+<�����H+lSQ�;�[_��h%�gQ{��p����z�#WH��DA�Q����29��x����rN�t�1��|��/�v�`�D��g��M6�)��������1��Z��B�7Po�~���5Ǡ`�&�����˦����{�����B�F��e���B���^��؋4!���͌��9-���i>�i,������\�������w�†��n\ԝ�X��r�h�c͵'W��l?��5"�M_i!a��8�Q�[�9 œQ>�ލ1��#�;���'��+TռjmH��sI�dj���7�°�O�<���uNĨ��ʵ������d�H;ckQo������6J��ߏ��Sљ�j9S�o��^�t3fk��e���'�HT�!�P�h�:ͣ;j��'���>�?6�„��'VK���K��=O�9��x�D&`8�R=K�k��uߪ��(�t��j�� Kb��P��l3����Z.OͳW�|����#�f��W��X���f[Z�Lۀ��Q�HR�n\Jɚj��RlB�HRY�W���.U�S��e|��-�t��t���w��,^����5"ې�n�#
+Pr\A��f����M�bʔ���}0�����]~@��m�2S����cĜ��K#\|X���V�Q���Х�;Z�5Թ	��i��_�E��~��ס�OlY��frO7	*~�a=K�F�`�>��r�WS䰭u�n<��������H/ͺf Qr?e��U�.�sp�Vb?W�>0ME�/Fp�w��_m�@����(��A�_���@��k{C#y�[tt���qŊxJJ�����C��lwl\��> ש���(��*��r��f2�ސe=<%Ć˻�m�{ީė�������0�c�L1�28�	B��n%����y�Ȫ+����t���#�	��i�8��Y�`22ǽ�����#���
=����)�i��P��0��#
)C\e�Z�#Uz��2��耬�D�'l�ȼ<��@i�X�TkB�#����5Bp�N�(��5�B\L��N����87o�-�8��Ɨ�e�uo��=|�5�	u�W��U��ōɮ��f`�EG�Z�ʤeY�ȍ��׳5�����'�n;�!!�xㄓ��s��D�š\*3���}���� �#F�x�]us���2i泊qf��驋wlY~�fo�s$�=�
�:2j��+p��i�ci�b��܋�GWS��#�,��u�~�`�_�d�4[i��:5W�y���9�R��h66�}��օ�7����nlɅ��Q����� M�	=J���Q&�����^����<�>f��
+�����h��D��T�-7x�o�xK4����{m��2�'� a����<�X��5������W��6e���.Y0�]� [y
��ko�R��m@gH��-�;|O�8��̤�2L�T�.����k.s����,��`VE@?a��9����V�Xt��>�q��2��0�-~_��-�]
�oZ�h\�.~�8�{C��h�QTք����14TI���:<6�Ymk�O.v���H�6����۰����֙�kD�:�q��H(n3pWc�����P��>󤥸0I�u�;�{�#r��"7c,`{������*��Y��#e��Ee�Er?����_{���Y�,!	�5c6Wmnp����2��u�\*��:���fcD�1�׀��X�͸�0�m��
r˞��C�����Ƌ7� '�U��c��|���Y(&���z�u��Z�t0��A�8�f(�q+�n�%�f���+Q�A\��Ep�:��B�.2S���m�|��������W\�%7����D+lp�p$N5��{SJ�a�k+:x��춐��b�jB��+�;!��'���SG��wh�����+�Sk%��x���K��Y�n *��ݰ��܁�R}����-�`'�\E�aL7��E����<K7�s�=�6�8��P��z��
����O��<��r[Tܘ��UU�րt���S�vU�`�;�觙g#Ü�9�]݄���2��Ĵ���`�Ue#<�ܓ>LL"��q���6e�.)YgK�8Ƅ�:�I/}����5�}Y=��Qڔ8�t��;C�	�k9�������Ը�����P�*:����*>q5_��a��x	�R����+F���~�0�8�j�o�Dk��:�k*~a��'<^q���9=vа�E���|Z�-1&o��C�9fwPȵp�-��d���c}P\�0�S,��O\�֋��%�6�;%/����S)y�!EB�U��.�g!:���,Oq���
j��,�z�,���9R��\ʞ��y��)B��J�bu�P��u������)��d��V���A޲����]W=j�`m��
+�~���u9�~3�8�	����kS��$7�A*=6ո��h���S���Rؙ�)����|T�\$����XJG��|�Uo��>=���(qq֒uod�ח8�{��PHp�骪ba>d�|�
����q�5XJ�Dy�T�	�U����B>GW�
+�K�h6n��rLЊ?E�س�X�c�md��N8�kUbp��i����Ďfw�p.vksk�qn_e�JJ3Ҥk\��۝&x�����U¼��f�
��s7cYJ�mc����p������^ &ž#����pQK)
+Iy����np�?��4�+H5�~3V/ZI�]��r[�\A��������V?G�7	l���?_a��7o�࿟}����_����?�����>~���W����W��o>���������������x���7?ꇯ�/z�����_�ŧ�������sz|����q>�#�v(h�
+1>���`�/���9���w�s���|�k�^��?��W���i�)k�[��Kv�\ٖ��T:����ƌߴx�'�� ����Jˇ�1H�J?�)���O9]\3z���t��_}F�4�^��`?A��<��Ɵ�5ϋta���Л�oJ����V�R�S��[F��p8�A.a�_����\X?���wC��-֮�!�n1�-��=|�lm����<1m��
+d�ט�G���H
�?N�"9���8ؕ|v�ɲ��8F˰�6#��Y{;�����嘌p�1�# 0�gaT�I�U��5ca
+.�!��$��W�b�ovy��2F�n����;,�u-cd���m��`aU�k%h��s9LT
�]�t��Q-�9C�K\�3���t�88���6�19/�,�b�v��*
м������Fp1�'@�x����'A�͂��U4'��x�_�3�(#�`2L'o5(me�=���0U/rn��³�ɦ�F8 ��t���v�3#\W2��!���&���܏������۳�S��gq����9y
+I����3����,������.�IW]�����Y�˵����'o�v=L�l��i��X�����m�D�I�93R�`��g��z���'f��-��N6������D؃܅.]/��2F�+�>;"���Ilm|J����k���Y>��d栾RV�k�#�n����(�[��r�_,��/�����f�i�.�^�4Z�}ĵh'��>/S����Ta�(g�L���`/U�iQݹo��ANl����Z:h��`�ha��M??��9�3h���IJ�y�UF�ޕ����888<m�����
+c@�Ș�!ռ'105���'�5k2pXm�oi_����E�6I�{��Ol���j~�7��{S�V_ß6��#���ɏ�q|\��櫵�����R�����/1�W���2�0�i����鑵�M�Q�ȝ�KO0v����vt}�+0��Eg�����I1F����ƛw�y�{K���vaг�<��3�ypR���Q����ۭ�x��$��^dS��+�	_�9҃�#uwT��]��Ta}V���j[/��N�G7<��2�Z���y"sr����$�g�Fp-p���{3��.��Y��@)�S����ۋ�y^���^����-	�9����awR�J�fOpc@�
�EC����ބ��}3�����]�_�Y�b��2Yu�[��ܗ9w���:`�FL�f�5�8��ߚ5E�.q0w�b|d�&���6��rJ!Z'�����9:�9��"�f욖��d���:%�f����b?�{��l8�j	ay�����sx ��q�i=�q\��PE�?��3�C�w�	�#h���4 �!��D+K��t8uU������C\&��\�*\^,�ұ��:^�]'oE#�����#�N�g���s���.��A������j}l�i�V��]ߌ���Xt�Xg?���p$o��q�Jt#T�=|w�M���8o��b��_�+�$joY�����Z�颧�R�r~�Ƿ:���*��E([$��� ��R�������p��|��~��8�T�[�䁬��k���R�*uc=����%b��5j�9��S��2坞��i#s�Pj�U��M�l��#=��E٥Ŧ�3"8��Ew[����t��)��'�Qm��O���.`'8��sN1���)z�@]�K���%d�
+�3j��z�]��3���ɓXt�E��T7���w����]��M��E]��Pbe�
+J��\Pr��(���1,��l�'[�U�9���Ke	)���q7W���mV����6�jc)b����5@��%kp�� �9ٿSp�5�ч���n�ou��Φ��etvn��!��^&�ᓩ�PA��/[U+������k��ë)�_�`g��
�[hc����sG�%���J��v93A�&lJ&"m�����C�s�a�YS�a�d3�
K��W�5��uK�
��!.iR}�
+�p��\�h���WY+��v�R|�O;���6?ݗ��<���_�F-�L"V�bϕ��1�nSU��^�-��N#���y���V��S����&rE9�%����aL���Qe%f�[�͡T>d-b]��ΜV��"�����m'䄷wpJ	_>>�3��S"�,��O�,���g���	���;��ːV����W_���n����*�A����m��fe�106%Ame}�����0�]*}�3?5i�Y&��R�e	/�<��r%|j9���Y߻i�"�M/��{a�2���Օ�c�L�辸�"šr<�6�,�����Y^nuo���+/W��L��+��r6/N��S�W��`�-V�ڹ\����gu��,����Q[T�K�qp�ZR�w�y]:f�����K���=��U^l���`:�h�3�L���Aɘ�����Da���_w:=8p���n��4����t�Y+�����Yp���`��ޕI�?U_][I���tpO���G�#s��í��o�����?����{��+p'�%��j�_ X�ʕ��Med�&��	�|^�3���UF���	pi/M1FU뵜w/�����C��"�?�ٔ��(��Ƈϑ���2�~���, �{���;(�+Aam���*�ҭEa[�7�}Tu����z:\Z�uϪr�r!2��HyAg�y�+êv��i)b�����w[��S��2�IY�����q�\F�U�z͎��0z����s��f>�aC����J��M2��n�3A���]��S��+d'ёdv��O1�S���ƤJys$��d�`Z�lZ`����J��k۽D1��z&����8K�?�b$�2О?�����3b�v~?�k3퇿�^����cQ��p{�g?ġ���_X5Sf� x����
-A�/I�0�ޗ����,�s析�v���	�ٞ���=�Z6/lns>�-_�aJ����j�OG2�������Y�2��×FYQ��qc��u��[.-�E�34�Xz
~�	�-W2�W�:榎��ӻ�Y��2�8�;;UjZ������cc1��x�}�=��4���m�'��Gg`Kfe_��M�cػ����v�'��a��pjJ6���JZH�K��P��f	�f$��{@�qG����z_]9����^���6�n�Ux��B��$`��~Xކ���pH�Z?̧6K�s&���o�LhRkЮ����߿�k~}&8&��{���9�'&a9�O�‮W�G��ߋ�[��|[Y��j���� >�9\~_koY�O��L�fV_��6/��n�oފa27T�%�j��%؍�~�)���#�X��Y-����}�*�cƙq�a�|��Br���ay� 9s
þ��Wa�(�k��奭bS�{��c����s�R��;5��(�HԺZ{���rw����&XB���
+<m��Ӎ���������/j���n�I��S8w��9�0��v����i��8��0v���N<��U<�lx����`���"�İ���������X����i�����3�1�R��>~xM���P��;�D-�)t'O�;3�pd؝Ϋ��\]�}�$��%\/7/��_Y�π����g[4�F������{?�}��€��}�=b��q�][��P��b&,��wf���n�M��#Ű�s,���Y��[*����aO�$�0L<�7�������{>`2`h=p�7��W���-�S���rzҙ�#F��}$CSaǷu	���̓g�p$H^�
+�����P���!<,�3�m?1��B�\��0���(�v������2���r<Lxc}|�<?�kC��� �7�2�<�d��,ߨ�Ǟ��25��8��ɯo�G���D5he�'����嬧v�}�{�ÑP��[���
+�Z�m��]�����)�3��~�O�^���5��K��bfͭn1X�cI�n�*�������k��[���+6
���'�&A�ٗ��ɜ�slYG��y�V}z}�ʭ/�r&�Ri��'�ʄж���6�J������p�u	�F�y����7����/e�H_���l�qY]�,��:�֔�ϟM��Ns�Յò�}��V��2�~�w��JQt���(�������oy
+pOa+��zRkW�VL�'���
����d�7�Ԛ>�����VΦ��HBe��lɀ��S�q�%����H���`��j�]2��X�ӆR�P[��p�g(���j�,�
U�9ᄀ5%`ܻ����|
+�A4��ݢuy/��6�Vp3�E�TaG���5W�j�Ɣ�_���Ʀ�V�<Y�#����m~��g��{�~i��ȿ�P����8tiu1�]+?��엘�߄�+k�5"^�A����%^k��᝽�#����m�OY$�g��&���M�"�#�`��N�����_�?�1��������6|��؜e��F:�l���琧({/��8�~�oap�9�~X�V�xg�oV	a�V/�1
1RF�@�:v�f��$�$��j[��nw���]�e�-Z(�n���ʹ����\T��K�Rz�K��l<
����M��>��f����iT\���9Ag�y�u�^3�i=Am���n�������%�s���\WƠ�E9�ğύnC��f>���ƀ����jl�e�dh����&�x~ޛͧ��CfT�
+���kWjb��m��0\y��
+Ϸx�ˣ��Q~.g����<L����I��b�x����0�K�V� +��e�sujN�@"����fh��5�ؙIlc}w�������|hWzII��X�'�ni�rg�P���0ãɳ���0�+��^�Vn��6���6�;)���?w�ew�‰g��Fsa}����-�ۉ]����Q�zj�vba�4΍����{����	��&/`v^�e|��_���!���p����7���x}אּ��1�'�>f�m�5��g9������G"�����v��ލw��0��n���6�\�	lC�2��d�2({��h���T���Ӓ��j�\�iv%�}��0ij0&r�0����j�h�-yߓ�F/-��m�zj��U,�5@D/�� 1Ԙ�SX�����}��~�� ֺ���5ց���9���\�HW��Yf�Q|�#�Bs� ]!@]_A(6�1�c�ય��*��w��t������3Ơ�V�#-`�%�i#�N��j䬔\}
`�qUW����ЏI�x����[ �U�x+������Y�K���2�F�`ᵲ��$ȅ�s*�Qk
�\�}�ѿڬ:+�S���g��/-N
+�c"C_�%����:,�	9�l���]5/��6�>0�û�Ȳ}����!!�a ���L>�9lvY�ߧd���{�a`��ӓm�Teg�ҍј8D��K%^�z_1u3q����+��RR��ל|M|��21�ģ4�"�G��]_PW��b�sD�ϯG�
+�����7b�8@pF�Kɞ�G�n�Ϳ�Ϙ��yH������b���s�XD^6zk~��9��M���h�]C�Ucb!cJaa�2T͸|gH-2w3r�+8�EGf\/A��	ڞ5�-�
���&���KP����~u|U{�"1d&1VE���v��,�*��C���˝����e�O�eL���x
Ĵ����5�����^2h��Np�+�R���Ě���6
��gM�%L��96f�3�8��O��]��q>�lyW��Ԉ��m���-?<G�֩n��P4�ǡ��=�cTRueT�s����3���I[���K��s|z���S�����e�]j1��]�F����k��&�m��ri'CI����v:RJ$(I���Զ��=��|X3D�&a`�A�m���.̸Na�$_}��>`ٍ<1p�~2p�،�Z�al�={
8:.1��pq�	܄��K���R��S���b�)/<Ah�N<�N��/���@����:�R2
+��K��	:�1qf �9�M�
+�⬶%j�l&�yE�Z
�!�W�`S(JۂN�`��=ܐ��?��7�����g�������$�	�8�$��J����sO;�f����1��B�3����(�tR7�ח�ӭ��^J�,�@*|9�1�����@�c��7&�N��}^2���dCpv����C����V��e�]�C!
+i�Xr΅�gq�ϤͲ�3?�/�˕(ŗ��Ja���-� k��g-��-�S"��~���
+^��%<]�_�Sb�Nu�y4�0x
+b��B�֛�w'6f���|��e�mtfh��_Wp���3Nh����u�cF3g�Y�8�u̸�(
�-�d5��`�61Z��]��},�@�$���
Ro�h�/�x���}��[L%cikfZEO�ka�����Zl΂/�C�V�&Q�7N3��7���쯨ɽ���h�%�XH��x\�G��
+�yFnj�vb��@=��Z�7K�/V�]d�,�������5�q&'ʁ}{����|���Ͼ���믿|�����?|�����B�����{���~�����O�߀��/ާ���ߥۇ�޿��~ȷ��}����[��/`?����۟��n����%�Z$��l���E;�f���o@�A��K��o��
+~���
7x���t�wd��۩#5�\����w�1�>��9��F���7ǵ��>�A3ѣ� ��8T#8�S3iR��)M��4T�4;��oN��n6�oa�z���`u��R�s.�ha*��:j�-��)�Th�������U�����>F�1T����;���T:)��p��]p���t_�Niݕr2ֆ���d��i�l�]�CM��.��.���P�XB�i�B���mj�����ʇ�7�L��43��T�����VӸ�FM�����5:�~�vm
)��R��Pfs6�%�T��.3t'�4+ ���8�y�+~L��yv�3�]|{d3>:��ӥY����3M�e��94ql~q��5hs!D��f){.���dhb:�ѭ2N���P�*A�������8x��3���Kor�[�1�Cp�	�ZLR=������){�6HS�6��,S.�~�9�|f�r9��������~k%�eT'��҈ZEvn���9��;-�CN��֜���a��{m�7�w�g�
���A]��^B����Up�N㘑���N��/R�������e�P�:� 3���`|I_�n�����&��['�`���h5NY}�Z��Cȣy�Cp�!\��f�`�J��#�ƭ6��ײ��f�W�*(��W����9}�hS���E_�&q�Z�c�#���Q���)a�O!Ϊ�`Q���b������naפ��xL梍k����W����͹�f8�l�e�ժ\v3�f;����1!��$9E�k�Gp	f���
�.��2I~.�tj�8TE�0�e�X��l=8���9���iO]�I&���h���lI3-%��=��K��!��}i����"����0Qs\���5�j�����/���2o�RF#��
+�Z�����꺵
O����%�F@�Ϻ�6�xJ��ح����N| �sL�-pR@[Oi��d��K�؟Qqd�W��d������+2��^���Wa�j����Aia��С��=O�^��Sf��1��.0�T�r��ف]�[Je�PL�<a�X��F�ڕ���>�@��܏<�j�k0V�\�i���{p<�I�Ӊ�iǢ�Of���.��x����6�O���>���
+endstream
endobj
13 0 obj
<</Length 8887/Filter[/FlateDecode]>>stream
+H�|�[�]�
��
�����iF����E�KK!�PJ	��#�E���}g$͚��[��X[K���IU��U��*�����_J�|�<x9Sn�0�X��t
+	=�����}-�����cY�
�zfN��q�6=	1x;s��1V���Ye�E�!>��S�O�}r=��i. 7�'�Z�l���p%�f���O�|�4�Ø)+��i�gK�:l���ș��0>\��V�����ฆ�7nKC�ϵS�(��˨4ڰ�Jw7�������s�#+bM�T�!57���C7�Ϟ��T-l|r�!��t�!��ٞ�$��W���l�3K�����x>����i*h��R&�g�Jt
���L؄�IT]-L���z�Rpᔥ�ג��5:K���k0��k�xp{�4�G�Ԫ�F��C.R�LK�z7^�CX9���2�<�2ID���Y�P+�e�M6���r�=�����~4	�n@إx$ݠyY�$�fE��es�����=!�'��خ�_4�\�����	�����øZs�	#�Y�dZpV���>����x����7���pSb{p/l�>|}����z|,5r�� -87cyt�7��MÀV�/T=k��]}�D�j���q�=�Hs�iZ���f��ZY���:�1�
+�p���ju�]Ss�Ģ>�|J�O9[�U(ջ(B�T�U�ϰH������݅1"���9P�S�8l[ Ħ��W/�R�޵��%����+u����N���sU^h�)71K�|P(��.XnA���e����
+���IH���+�>.a�%��j�s��j��
ޔB���h�"�Q|LV����l/m�k�S]ͩ>���^>���C)�p&Ja��@����{_�I�8DŽ�h�31F';]p$l�̿p�K��Vt��f@�e�k���7��ï�½�G�o1�m�9GJ�h�sJs����Lp�Z����	\�\k�ܟ`Uن���e;,)&�wZg˂��hX���U�Vy�ˋ��� ��e����v�3bKC�Qf�e��_,k�F14͹p%����p�u�ђ�>@$S�[:G���C[��zW�Y>�k��ք�CӀ��d�Ӣ����S����Rb��x���6����.�:��9�|�`���c���kl�Ԁ]�X�$j"_`b�Ʒ���Og����U:~e�#�-4�|||�kUK��8��������-ݞsFWp��Rf���"d��i��K5>r�5������iV+m�%4�6�$<��-`���l�v4�lhj��p���q�h�s5�����w�X
6�"�Xҏ�F�"5�j4�Y�D�v.��<Ԝ|I�ɒklL;t�H�]�m�tt�\�/O8��������K`ԾZg5�j,\u��%�e���f��ɯ��m�ݍw��.\��@����Rr�RV�����9���]�o��t��l�p.��$�#_��lrCTlL�>��E2��uG�+HX鞅�89�}�ي�8 �f�m�EC1k�K��'������ׯ��Ͼ�M�˯?������?|���������ǧ;��ן>}����c���_�NǗ����������?��3����?�~:����?��=~����#��{�G\h{ܗ�`��@���g]@���i���L����?ؤ��/�	
+D%"OX&?�J>=���@�����s�Y�o<�Ea�e�(L;`��R6����a�� v���T�K��їՅ�;	�DΡ#���Hzi�^Zh�݊P)4`y�'�0 /
����"��f�uc;���=�M((B.\�w�¾�li7���7�����Һ5�l'�EHR�2h���Y7�B�3nFIdo-�`
��o=��/x�q8�]x.�����6�$ɳ0��'��k�i�+KtL�nϴ�Е%�
+��{�7h�E��ŒVm�P�	��,~��T�@H�ÞlKf�����:�&<vqa�
�璚}���E��XV9�.00����l�o<2�V����p�ZnZ����rx�][tr񪙋Z\Qh
W�R�x�m+o,��h�֋���!f�%z��b����*���(bU������YGV�f��>�d�<\�����.����m�0B����;�FcL��D��COZ��B���H���Nc�A��i�y6W�����9|�>���7��%��Hc�AI^�8>��yγ��
"��rY��m������Y��nk�5YV܄7�L�֪7Hhյ<k@-]X�j�n�c�,7�@�,���0�W��v�)�!8�y���䵇��V4x�v���a���+-4�Cy��U��p�mQ�>7�U	
�Sġk7�-��c���I��(���J�Z��+B�	��C�G3{n0�a��
���CMq(VD�D&�8�c��؊)��������ۋ����_.
�9��C��e7n��}�����|��eZ�B�>S�][���L����ޱ�������)j�0��]���{�����Fn|����my��	�L�����0�f�$|��^7X�a�a�T��p_%̕Æ�ָ,c)��U��7\��m��Rs=�����|��t����s�Q�/��r��	�T&���\��	x��[����n�+]~БZ�����'�>�DZ�?P�O0�3=|�,�X�i�P�����c��aN���W��~��m��Ia�E뫔���f�Bx�D�����p�s���M��~	p��}��୤�'�}�����8j��	07��;x"%d���Z��dD3�ɞRXM6�үI��ߗ?s�Z���g�SM@Uk4�!��<������A2TU�lI�-���e���*<F�Ya[Z?i���NI����9`nY+o�Wǜ����e��!�O:Ew���9�bi&���2�N�;�+wV�]6������
+��?�DsK8^����y���������Рy�[�\t�3��K������E���R�M@�����S�[�]Ǯ��i�=I5p�*meX��\O�"�k�Po��a=�t��.��vI���Č�W�H��5�JS}z��
+�I�6\����3i$�����3�}-���n�����U�8�`52��.��8��A���{��]|���@��9�h��"	�*>�<z���w��;_�Hm
y����	����6��l���>s����'[��9nʖ�Ҷ��0�������d���E�NiT�T��5Ģ S{�\�jź'�,�Jh؊�f�����7�g�g�W��a��lӔ����*��{f���I�6�`�aU���������T�Ȫ�hO�bT�B�E��s���'��Bl7C!��0貳�'8�F�|`m?�G�Bԙ�笜����
+=
����x5=��D"sj�nj�Stk1U���Ȯ�)��|�F�
+�*��7{a����O�©x`U�垴p3��L�T�d("�\�IJ�u\/�%��ޓ�a��6�M�4Sg��1�S[���B���7�p8��SM/<ݖ���P:��;�C0~y�.@=?�;�fJ>�
��v��'2��r���d�k1��0�m�����⶝�${�8��'��p�o���r��Ǘ!��/��y�����Z���d�����\M"����&Y_�Ëu�`�k�x���1�gХ�o��<<V�ce�
+��m��ms���$Y#0˰T�er��x^�gt���菱���6��:�F>[��8Ql��M��>�7v�zim^Ay�ʋ���+��1�T�0�D�B��]9�����"K4e䬟m�pfW@}�.ƟU�2�򃶵X����ۍ���Z�����������+��~*/�G��a�H��'��������]ھ��n3o�[g���`x[��n)v:r��T>ul5Y��”F8��yf���֙ը�S�tIc��.aXn1!ٴ��`�ў`��3���B%�9A9�b�S��~�a�|�;�y4x4���7x����z1V��ߞ��j(�7����E�y�i4flqlj4Ȗb�s�q(8α;�/�e�W��r�z����G���s,Y/D���l��jia�8[U������%[�V�2��?-p�	_)�3B�0�x��	Ρ�l��?���jPO`-��	�����/����?'ǜ&�1΃dr[uq����"��һ���}��R��c�Q�O��X�h�	���w8?g���vn5�->�m�i���P��
+x��B�L�8�~i�X}�]�9s�
+�<�� #S�I���4�j��>�Dž`�w��XK��k93�NՂ�XjW�p
�7��w�k�nM��K�_�{<�a��j�����͸G�Q�W8�l��6L�D["�u��������G.�4d�P袜e`�`dj�S�'�0U�z_Ͷ����BZ�/E��O0���b���u���WD�c
��ԭs5]`\� "o0�lwH�zۊZo���[а�U���g�׎"˲6�ŵsR�B˓lw�����t7��>v������@m�$���e�����]z�t��Z�	�����Y�R=o8�›j��;���B���Z�'�/64��ݗ��;*\6ھ���[��K����O�?Ÿo��֩��N|;cwڐ����^A��F�ߟ��~>���w94��|j���
+
�-I�o�?��V)�đ��>��+�B!M���%[r����b��4{�E!�-�-`^
O��'���H���]�D�rJ�^Zzq^��c�$�o����M]Nf��Ը̒I!�����ug�]�)��îVyϯ������H�T�Xi6G�]�h�x�z���>�����F�������5j�u����PFRo9�1S��gP���^�M���-H�P�	��nÞ57�{���,jBp��=��cY1hJʷ��P�~|i=���kB�����f�R�c͊_�|{ee��?Mց���!�hT��҆g%�(��]]Ҕ�*O4�
;�7�+R�����������^��"���-�N&1�uK-�,�*��ޠ8�k��p��G��6�B���^]���Rc�[�>ĕ�����p8.�ȂW�Y`K ����s��'HF�
��d����w�y�m�Di�󖬷��B��Q5@���ww��6��������C��%��F+�r���]e�k�	F��{�*,b��L����^>6��ۭ��|�wm�
+4K�>>���O��f���|E}Z��q�!��Us�����j�"�+��%�����'�hf
�i1��K2��_�l�@b�ִBM-�ͦx
+/�Q&�8�4�k�!ؤl
�	�۱����Ց�?���ؕ����F96��@��P;�p�p���Ұ	�	gW��Bqcw��ס��xm����<�P6d'�!ޘg`3q�c#��{{BQ�!@bF��V�<>�T
�b���I�L���L��b���d��?����m#����K�v7~�y������*-�f���ņ"U~8V~���"�r�x�;�����;�9s�{�K-$� h�����Q�p�(�?'_xT�Wp�N�(��%�W��`x�����n�-���t����� ?���^�7D��>�ș��\z|%~ė�R��`z����~XT���Tn���	��l� ,��
+�MP� d �o���#*tf`��� B�tC���3y���3܃���H8a�Z�^CZ���U<��߶ب�.�N:1B�ݲPx{1�
+(�'�A�C'�U��(�0r����
+��[��^0Hx��$�C��E�߿��22�iK?���Xw�З�����$�HR@(V����?%
+)H��[�[|��A�A���3���z���(�Q
��b2DQ�P�`b��,ph�B��W�\�i����1�{	E�S"���|8�y\`���6=OT�C�ٚ}�x�!a�����M�,��C�LP�n{Ӽ��hv�v
+A=OΈ4'�}�*o��+7����\�u�*�9Q0�z��,i��.�:�^ŝ(te��Hy�%�%�u����-��Y���A1���vu� veb}�g��bU�z|�T@���q�vL��p�J��i
��,�{���2���`	O�ؠéG�î��IG>�����<���L���xS� ���^�=��3��7���0��?��c��\��`�$�!�����uz��x��C&C
+�H�X&��9�I��U�|�?e9�r���
�YASBQg��E���tU0�w��}0Q�3e����BG�Ņ��H:_��$�H�����`�OB����ڠF��H�q�+�^`b�+��
+�x{��aTrbGɧģ�l�t�p��D�̔�P퀁Q���9aSV�������#~)��E���q�B@�^�����P���a(ȿ˄T��vQ>�
�x��0�A�<�x���W{�=r�V�Z��=\)؀�Y�v���Uq�<N��0m�Cy��
p)\�m��QI���!�^�g@��xOf{p��
+�q�Й t�@�U��!��b8�m��m�g�9��"	�w����d���C� ��x��x=�j�G��8̳�E^ ,�K;!��q�k�d�%��4/�6��(�S��f��S��݃�=�J�B`%|�ÜZ����]��Q�����KS?{U�J��p����ag��G�����"������_��|��:}_�V,�U[�?�!U�Ѐ�חe�ʊ&+nON>'�Y�~����}���⏋wY[�|��<������咰��Y�de����Wog?�o��<�V�Mې���k<�*����|Y��E��7����춄}�r�W?���^d)�ػ�����k�ݮ��xã�<2���}͖�Z���È�N������ק�v���6�l	�c�h��t���{{�ʛ�H��˶X���ȩ~+�����L�^�{n۴�M��"%�w��^R�S��i�H���C��"W��&kґ���Y��,'�|��UW�c�n��ߙPT�Xc��I�������-�A��[�)Y������;����*=#G�qV�$lQ�UJ.*�]g��)(�ӕά��!+����WH�[R᦬���+,W�Y�ٖu���������9'����z�C��������z8s������2����q�.�g1����t'QtD���q=��A��;�y5!7�A��=�QtN�H�X�e��Z�4<���(Y�#��3�1N���ø�ۑ�:��L\���9��0=��L���l7.p[�.�<�ӳ���Z��&a��@H�����h`�Zդ����ЦF\1��T��|y99�t'i��կ_�|Z��Y�|$zجX�-����W�H�L�k�yk�N�"�F���6�계|�9��ʢnpa�ɇ+��u���v�-���ʉ�I08��7�M����{'Ȉ��1��KON��޺��TfE�U-��T�X��� �$-�i˞��Z�m���|���\r��h=��W�P+���M927����u��l˚��S}��Š��X�*F�#�#}�e����#߀�o�S]Tx��҃����b*=8ϚO8�'܄q�5�
i^��xn��\�j���v$s����L�GR�z���Z�Zs��y�S�<A�7�?��s�����,��x��<GMA��J���Iv�6�2�ڨ��}͖�Z���E��$o;}Z;{�N�_��e>��F�5t9^�,�Z��D��'�����/�6�-�p�y9r��	�M��t�H�>;��ed`R'��Z����âl�����5~J�cg�:ܹ�LauseQh�Y����ϴ�����xYm�e^��&9'�����3;J�Q���v�������fPMSQ>t�ҧO��gS�V��4��U���eV�k8_����Ǟ����FX٩i�>�����\4Y�����,�s��d���@�c�n�@w�L(�kl1t��\�w��%Ej���Ynm�����(d���ӯ��MM����/Fb��\�����Z�>����k3�?[� ���$m�J��Õ�؞j��=��Õ���yVos��
)��x;ɦ�����ANk�L��=���鳏6S�OAW���������m*�Y���G)5�SI��L���í#}jSq��#Z�,��]��F��*M�xnU���6bOTY��\��x�����+ލ�a�6�2+Y���@�ܲ5X�5R���4p��thU���b��&��wCnM:��E�"l@�f��ˬ��F�~�-�EYL�v��1����E2�
+�GdO���<��>�~�-���Eͧ<�%㢝��2��.�
��s�S�g�������
h'��}�����)��F�T�=Lm�4����Ӟ8���jU�f����p�����j}���k{q�c���ME#���}j��K�{�dM��&V���YNFF.��`�-��a��V��0�*>�V��fW�Nم�حۣ
ĤKѷ_�ʦ2<Q!M	^X$G�夿�;݄,R�Ż��E��_���,r
+
+�
��!Q�y6�O���ۭ��w��z���l�^}��ʼn����<��o�Yӥ�b�dE�~B #Ǭ����җ�Y��l�Ǖ��,e���E5�2HS[���U+絤���_����9s�>��b��uA��3\�')��K5ڡ&<J�t&���>|�ѥ��&�#����6�rA��<�bFk�u).(:G���N������<�t�i�K#��-;��.|��
+	Fp���l�2��5M�{�m�2Nf���z��ߴ3������E���r�X��PAY��u3D���dY�D�Ttq��I,UY�!v�� �:�"k}��� � � l_��%�� n�q�`��%�q�eq�G���Q�q
+endstream
endobj
14 0 obj
<</Length 3673/Filter[/FlateDecode]>>stream
+H��Qo9�������@{�Ӧ-�Oq}1
+4I��+�-�G[�F��HI��~���i��\��n�:)��'���Jxa�_~]³���嗹
.���Je�G�2*�s�Y~�-��9]�^��mjD�X��m�t��������*���֛/�{g��O[U�t���&[)-4?�xp����o�Ӂ�_��l	Nx��l{���݅18J�ùu��j�\?��֭��?ZJ{p�������Y�fg�O]?.��9}5���0��+|w���FȢ9����D����؄�类sg�k੷���<�֖�O���[?譏��G-�W�Gi,����d��ir���wc[����h�!����N�-�7�z2�֩��頰��?"k�i�j�F��l�9��pO�Ձp4���@��jc.*���0���l�������$�=�?��9�;��1@3�	"���VFB��F�E�A	�O)�r��!h��)��ʫ���!�\��`��"h��|���Y�Z03����-<�ރ�޵���A���z0	���ӗҡ�is\��\	�IB��sq�SJ��҂�-i�}/��#�1�[�
���r
+�Jl�³u�XE#��U���4��v�J�'���̉r�2�1/�Ei��5_����XS��B�%8�-�$�{0Ȼ]*{�#t��z�ck�^�^�
�D	�ѨD�D�z&�����󤏳/}��)�*�֩����8��~����qf��6O���F���w����8�e�ivV�bើ���nA�b}��ʕ������d88��<MN��nl?�\���3d~b��1ԉ�%�F[O&�:!�����Aa���N��@�q��7b�Hgw���Ѷ�Ɓ����d �P�1�]��Z���1l�Yx|<�45�?�ig�E���\�f��v_	�O)U�r��!h��)��ʫ�޶!�\��`��"h��|��������f&tvn%r����\����pQ����uc�фQES�����V��
.�S]��!�C�Y��)��nfA��ھp������MTy9�k%6a�ٺ^����L��R�L�L�O;h%�ѐ*�CE�)��T��H���7h,��+
^dV[�=��X��֫���3n���5��Ѝ�9r���'_py<�	�z!'ߡ
�Mݵ���ƿPc͕�o�5������N����'x:��+:-ex��Z���m�y��x���8.z0VF��_+���ȱu�,��XL�W�v�\O�!WFy�2X��SJ��\�@c:�4��Ry��6�ރ��XC�̲P-R�� �|� �2 �'Y����-<�ރ���3��⢦A'��\�~D6��lp�B0�h*2�ݩ��o��T����W�$��j�5t�j���Z9LU}$}ش �/��j��Ղ^�Dܩ��EY9�ƪ�,�@w�I��	�v���|ےD�Q�U��[?��
�Z��%rW€�z�a�|W�﬩Ő���g��
���e\��DN�Cj�M�:�餴ƿRc�UB߈uEQj/M��J����<n���\TC<����ak���TK;^:�3^���f�$_+�����['�ߎ���{�_`g���+�<�A	�O)��r�[�J'?�,�Ry���]�Ճ���ɇ̲Pĉ��|������?e⦗��o�!�|��5���]5
:�]7���#��]d���QES����N
���_���~EH�΁�&�|*q���6�\T��)���'k��vUSU߀�IL7�c2ߞi���N�ݚ������܉�6�Nu��c
+�1�}2�ʠiWhmϷң�l	N�Ԋц�{0+�;[��R=��c����0v��%��%�O�0��z��W�W��j�D�R�O7����P%N�^�a��G���;��S~U�'T��0>|���0&�dF��0�e��j��,Ƌ��0�Scġ�rz1�C�8�{n	�gEe�Q���@i.����8�e�ivV�bў������7W���i�ڈKt��3d~b��1Ɖ�E�5ɍ��·f�	٣�Vs\��\��n�Z��=^0�^���r
+�Jl���u��'�L��R�L��>h�`�V�j��5>G[��#%d�Ct����<��o�Ɓ����S+.k�?�!�\��ɡ�ٹfN�+�=���h���8z9��^W��+����sM��+܍�~�gۚs������'��y��j���\�!%ӍX�"O���q���ϐ��
F�'6�w�m}�'�8!'ࡩl�<��v�7���h���)\+�	���b��f"T�f�d�[�[t�$a$JƙH "�8=Hr�
�y^���I��("�V\��U�>�����̙�spKؼo/�A�s͜(W*{J�7������>�M!�c^�fg��!
+������!�he��6z:{3fr'2/�U�_�q�>��_���~�50;��}��V�6[��d��+���`Um���@��h��4����sMal�p!�~�f\�
+��'���x�o�z:X�?R�,դɫ�j@��N�mW��p4n��O�p28<Xm�׹o��%�7�j�;[:����RFB��b�%?��c˅4��E��R*�R�چ�{�-@���e�Z�2�Al�pAje@$j���	���o�!�\��u���]5:�]7��#��]`���QES����?V9��"���0m��u�p��v���28��J��Ѕ;��h([���ރ��sxg��V�������M!���?��j�C<�F���[O�0ǿ�^���N{�e�IhL�="7q�W7�|�O�4ii
+H>���8�#�G�/�������sq�#��z=գ@�݋��p��r�&�x������3o�p�N�O�^�I=�O�H�~�Ď�+�j�c�����Z�h��!��tMem;
¾U3�HO?E���8�0��z*�BM����Z��^�SH���[CT�����[\'��a�3db|x4CΘ���q��E��1��xEIK�����*�h��-8!VQx^�U���bE�L�*���J�XFc}��e�d�(�1vQz�]4v��E������E1pauуA��/��[�b��*�:�XF{ZF��q�Y���w�j&�'M�DQp�AO�P��}�����	���m{�85^2g�`Ÿ9�����R�է�^� BxbJh�8�D�U�n��F��L�9��7��zJ	�^Ӆ'~��J�A��ҧ3ɒ��ͿT�aO�1n�(9����Tw��������.�W4���<��;�(�1��AB�&&g����ZBH�|o���J���}�6�f�X!'jQ*#,R%{�S�e�x�Q����E0��������m�����m��sT����&�����ϸ��U�
+�c|1H�:��7�3�p�nO]�k~3�?�+���/�4@uji���u�������d��(w.j	�Z�"(��n#��]��*&ˮ$KS��I���ǡN�����ݵ;���7�^N����j���*�[p7�1�u5��D��md�z�AG����P��T9��3Y����j�p�1w��w�Zh��YL��L+�D-Je�����mg�xZs—� "��!d��g�� �3:A�P�եfe.��yq*���C���`�W6a����"n%Ҍ�	0��\�]
+endstream
endobj
15 0 obj
<</Length 17930/Filter[/FlateDecode]>>stream
+H��WkoY�)����Ҧ����)	�]#��FZ��q:Ћ_�n3��oխ�mgaH/4(���u��:�n��ŝ��jF���[����~q��t2�_TG��m�W��Z�'���ftU�����M=�h�Y�Ž�g��!~�W�*=,�A����ߍ&+z~�:�O�e݂�γѴ�M�~Ο<~
+V�ѽ����Q�6��G��S��wG®��c0ހ��������i��"�"="��
�!�{��l���hR����Y�X=���
l��ƫɨy����"9�Mٚj���ྉ.�p���i�����'k_���,��[;�痗˪=�����8�,ތ�d3��O��u���ˑ�k�S�/�����e3����y��zs���eI��A���W͸��jl/Vͫդ����n�F������������E=�
�Eym�`w����j�d�n��k��X
+��Ѳz�T����W�a�ϲ���k
+ݿ�a:�p�o� ���YzcO_��c�ߣ�c_��G�z9M�ʩ8�
t2o�d��_{�ͳ��d�4��v��m:3[�e�w����\��j`�=���z4���܎�_[L\W��?/n�c�Az�g�c_����e�~��8d� �{�/�����3�
F5���t�qҿ��M�ۀ6_Tͨ�7���W>�O�e�V{�G>����J6����Xf��?;������=�Qo�U�n���³�V�v�j��Ӻ����22U���0�����6
܅�f��{�~n/K_�������((��&xҋ�_��5�f�f4[�豗z���i_�³��W0�.���-��pa�O
;�Ư5��&�m@�/�f�Λ���+�h��,���>�j^WǓɏ���U���i��pb�vГ9�b�ԓ��8p�AuY�?<���g)^�mvq�ۣ�im�Y4�|:��QZtt����u=�|rx�t�㤇gW�W�	��vU�����CQ����Ã��D��?��G齳�(��0R�RĀ����[�c�;��_�o���)����(.�M���|��T.�"��J� ”�~��v���C,���N��H%�Q�^	�F[*�6N|(���6�,:�X�h4�*��:Mi�OaC����2-w�
>&O_:��(���X~�1�ա�:�+F�8�
٨�J�ץQb3�����ޣ����S`)�(�,"���2���.�t��f�B�(Db��>����]^�@v%�?��.���*6�H&-���e���F_JM%�P� 
]�6��-�6q��W.���m`��#�.��GH�Mt���P��	�\"�5V�z�%oW�%��؎��t�h
+.\*{��ڙR�LBzMFk'"
+X/(6ml
+a����
+W���Q o�>p%�Sz*�������Dx�2
+��4�J��ˤ�{[jDF9�B#\(�S�G
����J��9H�Hv�;Q��^l��:��v��#\�C�(�
�4*١&�v`9M)1>5(+F"C�G0epD���I�a�ȐcQ2B�q�o�����#���_�$O� �f�_��J%+�kn
+d�mK4|�W���<f*@���:W���h�<�8�qQf!7�$�B8��E��4�<���ݠ3��a��?�L�x�������QMP@h��ö���ŨX`�z��$B&�$)(�}������О�-ݲ��KYM1$@qT1�4*I�	�B�*z��?��W�><�:�6XȁOt��b o� <[�a�Xi\��^��;�i���)Of%F�(���u1��[����hI*ڮ�T��f�!���jۅ�N�~,W��.d]֊���(�[@])j.БA�Lte ��&KR	��$�qVz�!����"(Kg�g
:�Ga6Fש�#�IMO��[����e1���K����L�L�r].�;�=��2���1��$��;�QVh�6���G����6bw��
+3�ߠ�)�8Ï_�#w���Ĺ�x�>7&��&��)jw=���ݵ���v��n*�]C�+hw�쮞ݵ���
"]����1�0�7�<�0�,���}���X�'��a��F?V���Q�>��Z��ȭ��ac�W:���O�(-���B�ZU|�}�2(�XoE��
<��q�"��H�"g]Xٍ��h'��|��2�ǻ�������҂�o�0)��.��wI�!G��LLN�ήhK0O��x}�Q�� �/Z1s�q�;�V^�Q�O��C9�ɞ�mޤ��Ef:K�T04]B�T�R�U�|Cg�0�k����6�${{�8D���W8hg�&�������_j���P3d!�!�[��k
+\�(@�2T�5/b�H����e"h�ہ�(�Yn([�)]6
+�s(����V��Ph�"h�N��j<���z*G�IVq�Dv���e�e�3��Đӈ�L�<"u}�I�7;W\VN����i@Eq͠Y:y��T���p�����]���g��s҉�1��2[)����������|�u>�PI���`#���orsdP���u��QX��+�mZv�$��ˤ�S�F�b�넉n8Ì�4�`u�\����c��\_�T���g�A[�H7���x��f�
�+9�0�@��n�\J��蠆Ij�e��z-+��;����B������'�A�B@�$�L�AA�18���]U�����x8�Y�o���U�e��Ԑ�{XP�������i��Ħ%B�3⢬�P?}=Q^�q��=�`�?�荬G�e~��ezg�Y���O�]� K���a2鱪,�ʁ���b��{X����Ĩs(6CMhgzM���=�Z�m��I�4�_X��AP5�Aq�3�8���3���nY捞��>��/u��񅩃���z��S��OpY	���2ŏqaT�i��~����00cQn���C�e5���v�'QJx5�=�50�-A�d��<����U.Įl	�m�U�E��9�<sn
*y���o"��Byn
�j+y�X��LsP�f��J}k�߉��y�u�G���G.%>�$���[L�{�hV҃$:z�D���!p�#��	��=t�Zt�d��oN�����fv��cJ���46��6}�*al�Q�O�R(�����/\&��˾Q��ZMG�u-�{�/�Z|ܶ2݁w�)��-�ڬu
+��l��-�A��y;�_��,`��d,3Y��h�^��X�ܺj��Pɬl#o��V�;*6�NwZ,�F�C� �t�H�����a��S���y�W���t�Y;�gE��DdeS�J��h��o��ѕN��a���ٰ��i���Z�Z;�p6�t�b���g���L8�]��*���ݲœegٚ �g�ԫ�ha�l�BU�E�R�ܤ\J��e���ȵ����kh-0��d�TMP���1��$�X��T�)h��u�''2IW��ۉ���Ȥ�%�V�A}T��m���ˉ���\�<H�횼�j�5߷�]-ϻA52q��\)D�2Û���#_��t��Y�qz�ՌC��7_�E�jR�he���yn~�N܄�^k>�[-�p42���	βܙ�����8W�F͹'c�g��c$H�1�fY��$�‰��S2Y,N�kd�q�[������+r�66S$[O����x�
+���u�:ԙV�q�9�&�$[�j���0�IL�ʺ���2fI���ꠦsb^tp5Z�"��!Ek���jQf�.n���M�ői��ؿ���To�<��ۚ9��Q��IK��|�4Ȭ���:l�/�	���P̗��kk5oHm���m 8�D�0fە �����<�YP2�(�Fx��X){_T�\���J�a	��GH@�HU�J��_炀g�m����L�{��y`9TT|m�ތq���lK/rH����j,x��a~iA\M��]	�;��*�U"�����w'��o�z�X�e�`Z_y,zѝ��cE(8c�b�����0W��v��o�I��������B�6h�`��k�2��6V��W0
v�0���ꐔ2�㎄u�7�w�m4��	��A�n�����]��?�CܪŽ��/\�=Μ��ߦ��`Ecl��������9���z�H-|�B�	�����<�O�-��E����^9�w<�B�(l�r׮<���D�JH&A��,�Ǚ�b�hu�2����5�c�3������ێK���0Wf#�e��<���ł~��F���tb3���I�Ҝ��
�x��@����v�ɢ�N�������&���
џLr��ZO�� �3�}�;B�%�$Ii��4Yt-Wϰ!E����Z���잉�l��+~�ECx��=-z�1�cv��
],�/�0�cjਡ�k:k;(	�&�����8��l�C�yB�j:�^.������o3RJxjV�5E1��!�:�uG�ie�.
+W�`R�pz�[Idb��'q�X.����%[	gL0IХ�S�88��~[�o!a��ن�YI]��	��9�t<$�V�!�������l<�AX2�
+���q�kq���!�>������*`9f`Hڭ��+l$wxIx�W��E"\1
.l���c�1={0"
�_<��qHxO�4�^���
?�|��#Ax��}%�GI��5���'O���[oߞ���}��/�����o_}�͇������o����?�|��۷z+7\����f��V*X���[�W�H��H���<m�����sA��K�����i�}�٫/_~��?�~e�흏_}��7��ņ��6>������������5
+6��œ7$�r���
�50�7cQ,��_��`�,m���{u"���ʡsq����fBҼ�Zn��,Z*������A�X��܊3��G�,g�j׍�i7�#,�$�Hh��^!�`��񺻰�
+g�wh�n-.���w�:�G���C�id盁dn�`mа'7��72��~
���xh��fԼ�!�c
��%.�q[2‚ALd�-@F5�˝ih��+�@���^�sӬ�ʒyw�����)Zp,FT\+�ӹ^��q�ń~gm����������c~��ɛ�#I�p"�k[b�A��0�V�����H\ͮ���>>�������}<��7[�|�~����	��۸������ۋ'���z?���6����џ���s��ԑ��b��!<
_���;�q�2�ou��O���
�Hܸ�*e�YJ��;�ݽ5T��SО��~3[XD����fĽ�a��j�O�R4ge�s�N�+L�����gw��p��B���&��P��4����B�&�r���+w�F��2'_DŽ�q͍�;NGm��Ӭ������1���#0�iuN�$��;�@V>&�Af:N����W�,c��Z~�'�a�e��z����{�����D�
+���n��@zE�TUmh�%I�&���]�<���4�y�lf�Y���ڀh�ɪ�L�>���?����K�#d��|w�]@����($��]��K�V�F=��J�
+���Y�"ʈ�cʬ���`��;��K�7��2�v��uae�����YC�2q5C��.����_zf Sr��pL4Q6��{T'e�e�(f�j�K�=V2[IQm���+��4�:[D�6��ޏhW���Z�Q(V9b�LCvOM6����||���!Y�`�q3|)�I�
����y/�s7듛_F�0�\����t�m��Z#�\u����F�̸�NC����i�
+��A����*#LjPH���ibl�Vړ���DNq���I϶��lN_)�I&�e����hqi��d�!H��6��{,
;���c`�Y#k��~ܹ�8�"���e�ܓ*�KNȼ��W�#���`qbɘF+s>�Y}�g�Y���R�2�����j,_��-�O��e�.9j��A���Gk$	X�ƅ�Y�*��Gu	�FH�q�>��5c��:g�TѶz���)���ÈF��'�!4�܃�ā\H��C%q@0.�X*�ܞ�	a2`bX
ʙ-�_�Nڏ]����w��ҿ�F�6y�Ds�X4��!S�������Pc\��m�hM�3F��
+�� 40������ *�3�zpmQ�0�φy��kG�
c2�\Z�qj�+�r����<$��o�K9�J��U��&�uYF�]��bG����G��EڤƊ�Q�C�H<�D8kڳ��KnŔg>a,�W	f]�u�<��Ȱwd�ΝLk3oO�;f�d��n'T�nu��$쐅lZ#�$U��9�{�C̦p���Wm�<3��zٱ]tqf�8���1�!�Hs$���Ǹ���i�Q�+�v&J��V��mu�E�H��-f���n_������Pv6�>��@(�T�G�O-Z��I�<q�\���W�(Ŏpq�il9��k=�@�yk����^8����J`/~
+���’a"�KtΠl�9�X�/֧)}�Nici���%�W|�-BsV�6�����}m�k�n{��Ȟ���S\L��84�4�&�cx��|F"�"rz4S.�����#���j-*��X���Mz=�!�`�Ψ]'j���.�8�D�r�	B�(��Nn[27T�rQ:�3���2��+�R��3�����mM4��B�k�A�&�y�y�N{|��������"K^0��$�n�����z��t�J���F�J���$�)�q�� ��s�8"��j!*RI	q'2�!���C3K��|@N�����;[xJ�#��r8ˡwǃ0<��$�VGk,ւ�Ρ
+�RHj��k(���I�Sͺq�S����t&9������Y�����:�����Mu��r�6k]���{ˑ�4��B�H��9u�7����q�ͫG��iN��c���m��C=c�$nWYSg�����R�E.���O�1^Jr����pn+�z����4cVݙ�-�C�m�{���~��l��Uw�j���>��ŲG�^wA���@CH��N�����!��������~��������>~�����~���/�y���ׯ����_����-��
���|��	5���7��<�8���O��' ��H*�?G�t�4%|}�1N���������o^�x���>�����_��6zv����g#�G�_�_����H���������H�/�����Ә��
+��&��t���~�,���8�ҋ�[��MaI���'�0H`���W�����M����>���wW��J�u������	ۻ���p��_���C��%��~t��=�}v�6�?��-����S�]�Uf{�z(-*�!4�i�s�~Ū�?]�k��
+�tCY
{?�ǐ�l��[��Y���'>9bii�1�ԑ�K˓!�hu	H��42�*R)*D�~��Wpˆ“c�@���Ŷ�l)t���\$���AM^l;C�ch���U�C�
���������"�K��9b�#Ĕ�O�
�4.8������V�dť��Hx9��X)
+�""[7��1u)�ܛp�i�#�C��b��c�,d�H��yEA��Ce<Xვ�62^�й��|��Y��r��H��hk����gU���_���3v<.���iՌ���@�-چ��hc,���R��na�N����I"&p�J�~�_�JE9ԍ�ef9{�q=�$�[ĝ�.�[�J����Q�79��������m{ZF�l�(X4�!8��[�9n��E�n��� �U#?U�^vxv��r`\��r
+��l�[�J^��:M&�"��u�&#��5
g��]����G�僱f]f�b	�Ğ^�� u!c�A�k���,��X�Vs
��Y�^��[���8�K�H��n���CuD���LY�Z;*U"d;D���6�r�c�`�)uHZ�iD�%G�ڑ
�����]�S�0bޒ2����p
+6�Iw���s��凞h�N_L�p���[�ƒ�o���]�5�5���6(�4��B�-�`���cW#��%�	�^�u5��,��F>���v��ak��Y�k��蝗F��	�+���H�U��fR������y"-\T"σ����S��\���.Մ�R��\��~��X}��w���$��d���̴O��-(
+RU��B�j�����s<��KB���p�=���x��c<��DO<p���X��
+!'�[.(�!56�eܘ��1TD)��
+ܞ�B�Y���K�Jt����+��]?.�x����sʼnh��t�U����� ��D]j���i�8%��%�ub�`���Y*(L�`O���7�spe\�,"�g�Η�BvkB*Tϭ��zN�wCʂ�/��'�A�5�fUA
+0!�Bձ�6�c������66����Ck8n+�4�ke?��((��R��[#�W�����RC�i�"@F/�f4�T[�.kB��AM7�Ts'aM�4#��]|ى�YO�%���JV'ܪ�n`�T��@���T�f0$fͨ߉1c�뮱��=uu�h	]��qV6H�Iy��ʉ�n����D1�Y�)
+��8��jrs�u�9C�����+����ֆ����*Z�P����M㵺۟��8�CfM�a
+����*x&tp�XB����Sv���n}m�c�b�l�8:�1�Bmu�L.b��A�v<�2kѶ0rwk��������\-�^�;<��
'o_�B�Mkd�������ָ4^�)9UY�2��a8UY��
�۸	d%<����0�x[�`Ռ��U�.1�ӱ9p�\����R���wU���@j6�jA!Z�`؇�u��#��P�y,�bV�a�y/
+��	��U�4�����,�bs�ueAzz<�7�E��
��`�:ֶ���Z�;�uo*�z��KS۞��Yrsԋ�2��+�ko�;Bvkb��i'�'Z..���H����|{��p>��*Y0�"�w��HuPqY���9%q2�5l^�L
+�{�4h薌�55����U��Q
+Y�NV*�H���汫O����*:O*��x��hx�ʹa�]�"�S��d�����'B��'짫�gw�q��������ރ�?�:\^=~��������?�>�������p�z����ݠ���2�WC�c8��7:����7�))�תDY�\�߄�?���}���՛�w�/?�����_�.߼��1:a�zy�c�������^#h��^��`�;�X?�x�C_l��9j�-�J��H`�Z��{��������j��`�����?Ӯh)�7�bz*����w۩���2,��x�l��(�����T���-3���8��"�"�7��kĵ䦹ݚ������v�����4PM��������2�o~=���e>>+����3l�C����?����p<�����>�b�=8��c��O��?�p���o��3������/���������L����Tݹ������`8r�����U
+T.'G�eW�.��vt��ae��B�ơ!cs��y�C�4�_��X��K���k�/r��u��(c5�n콤�֥rnΏj<�k�/e�皣ؘ�S]�r#8(�!g�lf+�*��>9��vÜ
/��SK��]�$̈QGlqN�V�m�wસ�Y�d?Q��7�2"�Ù2ʋd�Lhl%3W������[�C+���Iޞ���������C�|�V.V+)���Z
��j=��w�y.��CF�]����Y`'�E�=��S�ܷ�(0���mfXu��bne{���6u�Z]Ĝѝ���nB���G,ɮ��Ж�d�e�ᮮ'Ld��%���<��<HB��.����#3z�J��\2Ht��a�w.܀��蘗q,s_�qW�gX�54�t�v6�2U�|}�(�b]J�����$�:�W�O9�o���a_BE	1�j��]�	f��]#��V�*�
�מ����*�`cBy�AP�<a"\6���\qߖ1����=�k0AS�Ns�֥Z��A��=�	%Yw�վƢ�ku�2�!�:��X̯1�^�M��Lۯ����|#.����y.i��=��v���
+�� #����0$3*��Ab��	����`�%�>PH�.�D-:��x1զ;��Yꔾ�\a/���pfdW_����%�{b�p."�]��*_b$U�\���t!Դ��5P!�lkO0jZ�cw���焑N-�J����\���U��z$�[I��j�����#�CML��a��E�������x��\��Jъ�������fFk�%��I��h+H�EKWV��N"�j؄�Q���y����k��mm��<�I���?.�w�.���#Y�&�%� �i��U���!d�i�D>�x�qM���.Co�JnX����<.��ο�Rp!�jC0	��)*I�d*
�i�^�\���*`�%$d�Α��ƹT�B��-���S�ø�- ��-y���
+��
��6=v|Y�Mb�JYx�H�h�T��Z�+�ڗ+ST��,�Z�E�]|��E�!�1*���qm�@0���k����s�#�h��t�&�	����N���۱@{p�.�[	&�&�V�5������S\km�9*�fs_m �mS
OUc�� q�R���{W��6�js�ɶ��B�+�#�o�����q�{�1�~�"Y*&h7H�hB���nɘ�\\�P4u���)�Ȟ��n��x���x�n�m���8-a)�U��n"y��>a�]�H�^{oU���OWO�����������//~xu<��z������W��~}|wq���#��/�U�k�QD���w�<GD�	+�a� [H-!�B6 �� ����sb��״{���}�FfEe�p�	���߿���	r���}J��8V�4��p��GB�Q�80q�O���Շx��_}��W�����|����~��7_}��G��/_��3���S���x~
�_~��{�d{��^��-����C����::��غ�L���6�L�+��<�Xy]+��`:p�1y�
�20�ӘѨ��>i�^�����16�ae���:���/����k�D�iJ�QS�c�'w`�����$�i���2��3�����c������\�k;�UFi�g0��>��@�.��n��2#ܪ�@�LR뎃������s�D@")�,�@�2��q���E��ؤ���6�zHCqm���tc4j�H��@|�)[w#�1���</�	T����ۗ�Ӧf�Eh(~���?Pq/l�Q��
+T�CQ�W��'����H��tC�������9bX9�p;�6��4��M�@�������A|<b#���h� ��ȅ<^�?i�f��4AJu�;FcZ�����{t����B�ٵ��)W&f�p!�n�HՅ�[Q����z�L����r�$���ŀ�����;?�Ȁy���7cΌ�\>�ӚQ<�54�{�u�LsS�@@%�-�6��94>�c�z��[c{x\�.}��
+=�g
+����R>��4�V�f÷xٌ�h��
�=�gJ��h6��K)�}�U0a�+v��Q�����~6���E�-����Yt
+Zױ��
	�8������Ƈ�hA��U�8�T�h���šQ����H|�����q��3��}h�3���������vh��ql�����8��'ʦm�auL�S�F�g;
��W�Q��#�O�%�sJ�S�
+Zg�&�!pw�q��+xp�h�xvѾ\:�,7��L~m�%�,fA���c"�sU���PĊ��G�.���6>K�6��%�h��z6��oxR�)q-�����=��89����m��b�0�E���c�Ė>��K}��yŢ�����%���L(r�xS����*�J�+!x^�Bc�Q��7����c�j���W��/�;:˴�K��������~���<��'z|��?�ُ�c���w�o�5z�0=]��Gz��ݚ���s���Ž2��\�����nQ�}JA�r����Z�T�h��c���g�����y$w+2��ty����q�.��$��y(NH�����7�(u��sgfh�!��}ʼn�CS╍+J&�z�g�D�ԄhH�k�1��%��G6���g逄b^Y�����"q@(W^�+{J��ĪQ�IV<���&�al����d��ׁ��tg�d�V%ЕkTvfy���(�8������q>�m��M+�%�����n%.�Xa�"=v�����uU��xqx�MrL��.��-a�t#����l.�g�I�Y�.R��#n��gi�����beH���jY�B�S!w����/��%}�Pm��vVޥ�u�4�P��h�=;��f3��1e�d-��s�y��:/3�[�h0N)	o�.��F�i�p!�y�>��'U�F�U�H�m[��
+sO>^(��z�pz7~�4���k/s���?!+�ǵ{�5�.������ 3_��k%���:�d=�;���
+�\��@��ꎺV��H�5r>j����#d�jTE`�F(�,$(�;��O���Q��C�8�QoC8���Ez�C�)�8��}@?�^��A5i�Z��wCk�Д|d�V�iIN�[o��R�4�٠j|qmO�����x�+3�d�+gݚg��㩩g��}�ip�Zș�Bp��6ꦆ��d�xj\���j�|��d�
+��׺)�a�Ӹw �FƝ�@V��Z����-LsI��`L%)���XS�{(CJB��Rk��eƁma���Y�y@��
+��d��`>*A����Щ&0^�+��gy��,�;�B�"y����g���cH]�Q�� y�[V^jJ8ҚzL����S�Š;ͫ`g�q�̶3c���@�a
+Mr(p��S4Ϊ�������s�[L�N@� ��=����w�-������;�L��~��S�o�i�(��dc�ae��@T�dܝ`}�Xh�n����g���3��2���6Y����+�ܹډ�j�c�W��T�����=`�xSV���u��m����'@t���׾����	�gB�%!r �ѕ^ @�7A.�kr��7��Ԗ�G4�3��9[*y�K"pMo����ź�+�M�N����FP����]>l%�*����^a���h]���f�mU�4*�1���X���y�m��V��������2@�&ţҶM�qtsqP���J�<m(���(mi�@�$'9U��(��K����1��$i��ɧ�.!Ƭ%��
md'S��K��T�k��hIY��y�n�m����,㜧��{�鑰c�4��{Ma�#�9C�l;����0�QC�RFՊ��ؐ�$��cp%j��Π��udb�Dqݻe<�o�;�qj�K�s����S�q����8m.m��9�I��0��U��3m�$ssN~$�Y=ik�b"�p��s��ۆ�l�>�=��i���g�4'H�+��s��к����-�^�1�E�����ʌL�F�c��ő���/�1f$p�x��	i8�(��v�8\��@olt�=Jܠu�0�v�NAA�������(<�6/�v�\�aP��m3�CX%n���F�4O���ZSD��P+3��a�X��]���}�����:����*��mՂ��PU�B�	
+���=�{�>I�@���{��3c/���˓s~`jTNt�������|�
,nd��^�ئJ��℁�H#��K�3FQ��S���^����>�j<��\�#nD���GO��F��-�.��z
[)��s�1�O�JN�⌘���*��0��m�O7f���tO���eY�9�m&���*2m5y�z;�bL$��y�p�ぶ,�@A����<�;=mZ��s�4g�0���F�SD߹�z�g����P�X���N��̶r�ȨQc!�������F�C����6�B�C@hPxh?l7�i�m�6�A#Vk9����F(]���P)�v.�At�ۜQ�m`��7����$�i�N�E�Fj���&�����-g��[h#� 7��T�T.�w�A�U��[�ɯ=#[��fc�Gd����
+F�����)��B��R�����Z���xэG-(���R���$���S]��F ��,�F�
�r��j�M�ř�M�}�n�F==��:��rbh4�4���Y��g��B�e�����S�~��M�/Bj���!�m���="Vኀ��mDX��H�4;�zz;kp�r��zЇZR���I���
+��7U���C	&д@�дE�� $�$S=�I=D9��:+j�n����˧���]/��RԤ�r*%7[���鞥�����_�{��d`�0�7�L��
���Sv���y���h�Ɇ��c�pN&gt����R��ѱHt�G���t��T���'v,��u�˵��#xdQs'�M�m��0�ks�ro5]	Ƴ�&*���NL,\g�Jt�i��N���5�RUY�R�kō��;=k��ta'��}<T�$ƞf�-��8�zj1‘������$Y��/�M%��ٌ@� s�W�u�+�e�gF�C�.����_�c�C�ue%/7���y���$f=��#W�K���_6�e�`��t���Z��'��;B�A���G���_�����W������/������_�~���o���G�z+7���/u��J/�P���K�u�����`��πF2�P�O��n&���������go^�������_�����o^����͓��R���7�ף��u�/�LJ�T������<=N��H<�T<��S��:Rɶ�Rr�B^d��d��9�P��ɨL�QV考v��$��e��O`V����
2(h
+i
+�>�8�%��sN�Q���"��BAz���Du�X� 9�� �3Zi4��C9Z����u�q�B���!_K��kmH�#�3'���p	���^GQ����4�c���Ʈ|4!�3�\#��~�X�l��N~Vi�%�U�͌��LjIB��\k�H@\�e�N��]�rQ� >ޡ�J��G���>��Bq�����G�I	��;0c���)��P�s�Q�O���o�;�������@MbpuTGA
!#�U0��qRe���H%���Ѫ��H��.���*S�\��2Y`�:ϧDԞe���z���0�Y�st��.$�k��&�����'��B��0��Ϙ��oFE10���S�͈�ʊ�P���OS�c��u!�m[NG?L���a\�qԴ2]�1ʂ>-:p��4,Q���Vt`#��A�����~g��fw����iD����w�N
+cwt���]���`V��jeQ�H��q*�l�i������*�]�]�zo����*�����}���\��Œ	U�H�މ�v�!=�N�u�y���H-���������|u�ڰ����
~�;��n���۟�\n�?���:g��+�ϯ������Z{��Ee��\<}D�<����4/�k���ˆ�F÷�c&<�'{H�"B��f���͊���)�u�'���y��%-�Hk�S[#��A�è�q����!@Id��(��G��4�YB�y�8��d�J�(9o��'w�û�V��y����g�ŽjD�g�b�Q��A ����s��>Q��2��A���Qms�qQ������3�)�c�7�]�c�`��O�=�I�a8mt�I n�tɗ~�)�bօ�Rc�g�ua�C(��j`�1h����3��-�E�ޏ��#+Qڵp�Zf�<�qF��UC���d�1��{�>[>E�t{ʪqb�ƕ�EǭX���	��GM,Y�_c�TO�~�N��
j��^Z{���/P�h�Ǎ��jy��D�6��&q��f�,in%cH�2�
+�.��cW:Zl+��@DT�Ȳ�´��]ga)?�<�i�5;�ʊ�ᗱ7� &zy$�F54�$�	��F�w ��Ę���|?R��0��-���8ȳC��{����}����Y"��¸���i�3�H:����������.H�e�[N�ι���Jm]'�jgpU��"!j�3#sd���i��с�=<3�gN�;h��(22�rz��ш�v�q�.��������^amYo�̋}Y/ƍ!]E'E��{�h-־��󔦗���b�7�Ø`��nl�K}��ZsE�S(7�9�f�lų�E��s�(m�Y�i�a��FâԢ�����q(�AѪ�����/j�4��˸��b�i�5�Ut9A�(�^-�I��� �L@�q�
+�[{��™�X.���#���W�o�rbv
��hqD��:���{���O�
��4F�C0����]�ق*�X�{Z"��(=y%�K���(`��3��"�V������G���Q�J���98+�?��i�fjky[L��%t��V���*ꭳ���`��{A�$�9N�$�T���c�6��l���t���w���u}�m�\�q��srZ^��E3�US�ET��;��3�Mt{$�����6[)���b�6K3آ�e�P��;,-��dx׷7�*������C����¶@7�%rvgj��A�{�Ec'.q�>{+Y�]�)�Y��$:,�P[�Z�g&��AIɂ�����N�g�u(1����%j�v�����wV��P��f��pa�p�1G�@��&�d���l-�|䜋�i.���]K+�4�g� 6�?��^�bp�}��N/e!�L�sb�G�!�����h�%�*2�+S2�M�[�:�Y���9q����]&b1W�ao=�Q
+f�	��
+��`Ͽ�#��X�<s�[j�	/!��K�}[��c_��w�	s�G�[$%_�B��]p���b�<���8X�s�i"��XT.�"���=7��4���e�;��|�!�V��9ؤ��:��h���:,bץ\d��{�,�֖	�M�1����N�|@�AM=y��]w(!n�y*1�0�����O7��i*T��x#j���}1��(�UU'���J�}�J�kS�^p����EbM��'-i����S"����M�����'��U�Ԗt;KZޭd�CX�C��-��T����b�\
Pw�������=Ϊ�tD��%�L��S}���`���Z��F��i�XMƖl�]f�kw�R��ue�c0���)(��A�#E�nGyYU�,�,DY�=L(1�V)���"O����\WL*�F��z��]���c=��=���0ʒ������;B�."�ED#��_�k�4-M����,��0�q�,z)�h?��갋��|-FTϹ��t��?~����Ѷ�w������O�.y��\]?�x������ջ�_o�_^�����6��ӧ}�g��H�w��״�����$���������rPpM����o~�~sy�����E_��=��zs����b����E����y��e���J�PO��_r���)&I�����uo��k=rC�������ņ�vʻ�A۳�G�W��<R�r��~�����߲z�vV:���1tb�Nw1��!@���E��jx~���v�����w�������
���ﷴ}���3mg�Ɨ������:
�ɿ��O���@wD�G�w��%/�Դ.4f��euvܳCu7L�g�l��ܻLE-m!_��E��Q������c�EUi��07��EU�Α�WJE����y�hQf79�%�y�P�$[�Ga�Qb�G��so��(�e�'�9�d�A��N�ν���h@���'Q���Z�n�j���6C8��k :^¥`�1݃�mq��>�Ds�^�f�;u��,��!�B���#-�A˜��j�b���%�ۛ2̨�4c��G�K���y�ъ0oW�(]U��Ϙ�!s��;�5��ڼ��^����f#�j���ʋĵv[�w��z���mxtsDO,)YY�l(R;yv�[���t~NWRGp9�L��8�q:u'
+endstream
endobj
16 0 obj
<</Length 24069/Filter[/FlateDecode]>>stream
+H��WA�^G
�#�?�M�V�����aҲ�B�"BUI
+-�	J��{<���7��ºY$��g<�c���~��{-wn‡��;#���[?z�Sx���\��w�;�Q��2��i�_F�z��
<����.������`!�
+AF�մ��f��%�:[�nq���e��
+�m��+��4Oә�HMs�^�r��t�~�0<�e��WO�F���*0v�e�ε�r1^��z~�E-q\�ta�Hm�;P��nw"m�r�5ŭ[����z^��H��j8N]��wT=��#_�Vp��'z�D�x8l��.nr�=q���*~V�J-}Y9��[�X�톾y�-Y�`:C*�[�ܢu�4F�
��}�!Ln�ʨ+�Y�PkD�d&��0��ܨR�4Jg�߮NgjC#]��(<)1�봵ZdcP��(S�����M��h�/�T����F���D��ȿ�ъ0��Eb乥�/U�1�f�E��<�;�ג+ŵ���6p��f4���'51�q�h	���e���i9Y��wL�i4�o���`(v%��?�3�ؚ�tOp�LXM�a�6\���i���E���Y�40w�#̭
+N�ls9��w��
+��g���hM�hE^-�e��B�ͣ���fR���h�_�E{�{/%���Fn��]IYi����P��@���:���t5t�0�t����5��Fq��\1G$P�y~BR�$�\ok��&���K��!����as�֚9�
�w���xd��۠�L��A�1ܱe�5����}��9A�4�Vgt��	�����A�H]��Qkg�.-��R�K�J����6Oy�
G^�Tr&�+�k�w˾�g嶔X1
:�������V/Z;�����bZ��l�������	,�u�V�'Ӥ�5Y��P�-���F����SbH���PKXȾ��s�\�x�U�����TZ1�xF�u@A��.T7�Ԓnk��K�_�m�1�J�f%[�Qr�`�Y�e-N�4;�,7T�O�����V���RZ�&���1��E�SP5H�̞z�Xڼ"%���\��E�<e��-�����F�C�7viA�֕T2'��8�f5�d��6�k.����tl/��6�z�8�����W0�TLc�@�۾!��V���T�-R�R
+��0RjӳDV��$5�3Z�'8M�pYjg�T�j't��*(Z�by����X�O~�o�jxZ���yn+M���Qe�%F,V�n��,�A����xU@���9�>��"8>���YP�E�[�`�|Z��7��M��a�y�	I�k�j���l�i$�϶��[A�9�+zE
pٳN�#�*�I1�Bs�%���a����Lw�{�۔��\_}$��s���^Ia��W+9��.5ꊈ6)E6�����N��WO�[���7;d�A�h��1��^<�����~s����ˏw�=������Σg/�����嫏��٫/���|����^���ݣ刉�����L	�[K���~Q�?��ļ+�/>иx}L����'�Z�>(e�x/v|�˧��|�����?��߾z���WP���|���׻Ǐǒ���:R�P�<�ӛ'_���83�cn0Hal�W�����T�t�f�U#��/���M^_�t�$
+��-�H�hz6~��DO�bQ�W��6����v
��;��s؜�n���+{��E����0� ��*�C#�VI�2���0N=zz4{iѻ��8��b����)�.���8�g+Z�Û7�H�9�D��|7>����ۙ�O�[fu-��Nɷo�����o��x�����ɷ�e��p��w��_����o>~}��O�x����'?���_����K����R�R�Y�5�U��Sn�kx:�c)�yv�m�
��<�{��b�����0�l�Z2ӌ[&G>�����>��:�ӛnQ'Uߣڿ���D*�^���(�w���yP��B����lxz���z#��*�-D��8��&�Nc[_�JxB;�i��������tڿi�>Cgܥ2#�P}��'S^��G��WX
+�Š�S'�*��a��4�U�'���sʨkKD�ihg�WtW�6OX.�b�0*}2���d�k;}�zy�0أ�S��(�{��)�n�&=R�m��x'�K�X��{�2Y'�3v�+ƛ�,���E΂����!�isG<��y���dL�֗#E���A4�@�\M!:�x��g�_0��^i%J8
+�,9{��P/��.�к�G�b��y	Oa���d��_O�a�]��}�ۈ��5Zs[�rxhg_��!���)��x�!��KpN�-�8=��Bx�b c�wuٸ��1�g�Ϡ�-2�J���x�K��9��C9$
+���e�$�s�@0�#�)f���|to��Ȅ��v��J�����6	@�4�h�\�%�Ğ��ך�9�ǥ�س�"ؾkb�+�3ц��M��������	ɱG����p&�0�T	Vt���Z���%b3LӦu�-G��z��fu��H��K$�
+��K��.��MJCEl'P��"�}ϙ���^c�Ud=��{��Μ9�L�C�+�\���'1��wR	v=J�z'7{��펟;)Y�QI�ʮ�n�\Ĵ)D��\9���d���\�f8UK\��
+��4�	�2Mޘv�>�5�b5����9�q=op���z�(.��x���\
%g���b�[�^ɊTXvŹ(��y���AȮo"�i���o6��P�[�\1�����h��r�FD�����~PyJ_��m�x���N(e��Ms��a>���Xw�O�
+9s��ؽ�?�(Wr�FE�I����s|'l\3�i�\�GiM�jJƺ��d_�&K^�cΗ��5���Y��V���t��s�����)3E�o�Sb�v�9R׺����>�X�&�v;=��Y�cV/:��Nu�r6;��:m��'�f-�7h��|�{���6*}���ݨ�:��~7�˝�F[� �K;�H���X#�jޱ�<��8��\�Πڮ}b�浜�D�lRu~�uQ���[�s����:�l��������bg�>�m�)U���7�ԙ�&ˬ/�w�˛��hLyZԺ�D��b��t&�
$vJ�@ی�6=�G03�s�t��׼3�ʦRm� ���A�f"R��b7�����8�5�a�`��|.���ܙ���Z���i$�5�����9�d�붳��v���
+~:��!����[��z�����pL��Sr���b�h�dnx�l�c�]v�����B���vn6_�w�G>�O_��[^��{�}��d��t9�������7������,�����[��ዧ|�+�����4����;P,WryR�����G&�s{y���_|�����������\[>��x{�ˢA��PNO^2�{��ȟ�sݕB}q¿����b���F�h��=�
��g5�y�����_�(�|������4����w�|޷���9E�G�p�a_�7X���{��"(�fC�;�G��w����3�;w��h���&,�B��|��w/��<�|�z���Ny{nKw��<]���}:��w��Ã;������[�����������7��f�o�`�e>�_����������ˏ?���z����Q���ԁ�&h�z
��¼'��WZ�VP�)$F����pk@��Rp��<����:�����ݽ�>t�}O<�~w��o��*�LՃ�\4�dM�_>ܧ�at�%G�o��W|;�H�O�¿�k0as��A(1R�� ��t�ۋwlA?-���,�hԜ�T���f' ��F+-<�N��%gǶ���P'e�Sı���D��S�
+[��Z�E�@=	z��d����/�\e���Z�i(���7�b̓%Jw��n4�n�� y�%`�˭Z��"r_8�@���X���:�V���bt�LbOB_
)B���,��*~���H�9ĩ�\RI�TKLYC�>��Jy+F/d�z��NNO�\
+v��Ht�p�M�Y�Й��+�:Q�5w�=�PG�>b6f�sb����B~�U��Kb���r�"��5�����Rhb�%G_UЄ>�<QF~+��j���6����s�N$��qo�;��|�(�9�aem:8v�j�xM;���	S2��'�j��RMh�蠰��J�RW�B���>
+(�"BiiL��`�C�ü%�N�R�'q��[s^�VT��Y�C>�A�����8�-�>���@���ه����7�>�.g���-����>ݽ�jy��\`(.O/@��v?I����m�(�+pC
+?-�$�̻���xg�b�r*Z%�~�9�v�`��4�*U���Y4C֜�s�Ģ���&�V���`.��;�Z�Q��Cۣ�X��`�gҰ���X�@Y%�	���<<,�p��Q�� �X��7�9�m�tX`�^g��n�0p�N���F-sL���+e�R�jE� ^	��6�"e��;���B�CCT�Z��a�"�\��dm�BS2 ��E�S���s1G����{Ы�%�݁9�!�j�@�ȝ%�㒰-�&Ԣ|ԫ��}���� Q�I��0�F8!�_�s��tGk(��H�&;UH�h�=22*���Q$,U�V����
��ɕ�I�1�F섢��~�
+�y���!E��P��2��y��𔊬]
D8Ő�
Z�2�1Z(+F!ҥ��]�r�'����h���T��D�ҩΑ�i�q���w��ٔps럢�U�k��ku��O�I]�:�E䡠��j�"��K���`�^�T�"�@+���l��Q�m	��;?Hs~�2�������iT
���F���ъ�?v���5��Zxf��z/����΂(��n%�@��j�\�^f�ɡ�r��R���]�E$#����vkt��L�7D$/&�ml�@'M�I-4�NN`���d�6h��nJB/����'��t0���/�R:_��2r��U�&=�c-I�0�`�C��l$�oI�84z�1TU�L6�P��j�}���[��3-��t�*���W�isg��P)
:�I���x�,�Ѵs�"iJY���@�d�;%�Ԝ������q�������*��_��Aj�����5L^��X���QE��؎B[<:��Q-���Y�^����&��LU��P�
+��0CÇ9������Y��q��M���ޖq\]T���aYi9
?�	�E���m�@v�U�p\0�|�tP��Xt5
)�$���̢>k_MO��P.'�vQцc��Ř#t���i
+$�H��a�9}�tY]F��W����{�F�Q���"���!�����2(a�[��OԢ��:�⨇�Hm�|�{;�����_ګ���∾��%�/��ˣL�@A�I0gDǘ��Y��o�A	'�r���_uժUku���eXyx����(�8̡ԣ�9t�R���y
+�̴��L�cx�݇�W��B�S��v
+`_fy0�c��H�+�ѱkrn���`�
�?*q�KKQ���o����X9@��3�k�Lphy��㍍�gǧe[:BbG�ZG��G3_k���3�_����,�}S���`�BUצ����ۑ�8Q$�a:�^��h���D�<�:�1.�xj���\�8���>S�����?Ш��)�(���"���%��I(����{�}�=S�6�1V=���<���%��mn���P�QJ��R��ʠ>�ݕk	����A���1Y�a��������7p9�\/���*0<R�����c����MP���xS>9�O�%�ge3
nH=-�O�P���
+"�c�	��������p%^��삑�.�r�d-l��B�wp�Z�0�p���:�<��-�F�~�X��l���-\��z�)�����n��RIࢥ�`o|�axv�zc�ͩ[U{��_7_�(9��¹o:�q>�m�P�t�f��B�K�*��͠_�&
�����u��`���C��#(� �W�`�2-@����it�,/�y�8�=�����
.d�놺�w�$g6��U��hsm��W���}P6�Ḓk>/ ��N�c^Qq?��_;D�&S���c+�q�����9��A��Z6
l��W'�qjˍ�9�X������@��u�7�J�mO�^��k9�ʎ:��+E)z|�qLSq7T˱�(�u�xV�x�Hg�W��_�����
+� wm��ʜ�ζO�l�H��
��������}k6�l��$�0T�;�:X`0/�S1��|(�M%�N�5��m%:1��@髝:�v�5���
+ߐ��U6e��������c�>w�P���,�ļ�;�ծ�
+l\<��(��v-/��A�*r�M�(=7 a��a���YZ
+
Lt$4D�i�1?��h���Mla:����5SGuX�\��vj9^[�d��o$V��Q���r��-<LF_�fxĹ����8Ʈ�8��������u'�؍�^�fFsv��M�}0�l	Ph}��:�Og�����3��`��r��
֣�MCzD���-�s����fO�n�b@�#�M�����$�TU�QU
+*l��
+U�;ƺu]�L(s�(t�Yd�Q��䤰=��`�ܤ�a�|-y��D�܇��Ȯ�}�G^1r��Q�\cI5حxM�ֆ܉摇��gq[�7x�2k�#���؁<��g�Ey$I�r��M��2�>��G]GTՄ����������+I��u�'7�_b덣(��E[�.�t����q`�5C7��T���-��*ؕC�f\Ψ;��B�K�ֈ��s��z]��ɕ$���՝�wA
+������[��%��\�mq^S�Z�}�+yc�cͺ�7Z�B1Q�@�WVv(rksC^!C�k ��O�Y�t��J��]"5¿��"�5ػ�j\N�`@|�@_�1��y�)Lh��r:�җ������؊njB��q!����,����c��5���a�R�Q˓KKX`�vT!�)����DAnd=;t�|�4�r��*�hDxI��Y�'n����r��9:۰╭�����Z:�™��I{]g�A��p��n�
+oՔݫ�Z�����Q*?97X]~�^�ݗZ;�҃J�}�c�qAu�H�!1H�0n�d�j���G/�6���1A�ߜ��[�d�E!�CۓBC.g�"��H��;%�p��m������@�ձwIb�Cï���b|h9$b�v��Ƽ���m�:/�TD�_�-J�?�B�^�q���;�ڷw߻=��O���/����|}{��Or���_?���g���������z����B��ɏ�����^?8�n|��Ջ���������Ϟ�v�Wv������_>��o�|��>B"/O��'/^���w��C
+��?����j
+@I��_����7��o��?���n�������<�Lm��nC�&���@��GP�lz�+���"�����mStX��=�[�ꐟ2Fzf$������C�bL0�_:hŠ�CB���P�+�T��|�o(5�Ӑ��6BuC*V���ka 4��qEE �4���l�2��o�e�9a0��R�TZ������8�h��&��v*��.!;���$,���%n�X3K7cŬܢekp��,��A���7I���4i�������[��e�����'�Ae�����*³�Kv̍X�L��R>O�a���[TFK[
?���hT��ڏޝV$]�ÉAi� �y�;[�M�)�0�5�<����RQ�K9���'Vj�����S`���^�}g<r�N=
u\i���(��`��9���r(�\���d�m&�B�^�
�6�$���:e5Y�!���Q��&@�-�xִ	A/|�� ;~�B:7,�)lW��&�,+)�֬8����7�,�Ba��p3SH%���T��+�vsP��7d웙���Q<��4��Y� �SS:	���ʸ�\�8X��s8���q���k��@l+�>�$~[]40��t2&6r�I�u�6�6��s`�Y�7�Ύ��`��e���;m�,�(šX�<�;���6=
 �Z�;��2 ��o�x�\񸴚ً
�cT�q����S�
+xn�C��(Z���&yo�O�B�bG;��V��])�k}�umY�d����$�2�m���P���ГU��>*Z�bz��9���H}�j��=���[�6�h����G0�q5VJ�C8I�b�lW�Q�״�xrd��L�4?����L�Hf�44I�=r�<��鮶^=�*|�d��&
+s>�(D�)�pA���
+-iw���>�5�W��vϞwf�:<����
+P��/�D�0s��OX\`�ڍ9����3�$$�!��N5$,?�Ŕ�#�S���:W�&�Eh�a���l�w,Vw������+�|āB�F\9T�Ь(.2X*%6�yB�fԴ��X27��r��+Q�sp\�pP
+�G-W�ۭ'��	,`�xBF�x1.��W�	(7:/��x����%�R�3ޅ�lk�S��P����krΘSKg\�����6͝�A!�x�QQT�&k$ ��t"�zP1�Sd�K$x�㼎N�tj��nz1QZz�_Ł�Tk�s�����L$�E�$�E�B�VTjb�k�Q�M~Sh�Vdx���c�![|'�T��K�_pZ�_Sz�P
+x*g���@`��ݰX��a�|\5��I�gV�X��7"(1P7fAS��
+뜚L���δ�A��Av�j.ڌi�{��T"�׋��La3:υ�dFQ
+�!���佫�کE�q�S
JH6Y%fMs>&b�Y�aqLV�O[o|��@$d�\����		�<.�)���֯o �L��� �"	���]�����M�#�"�w�@���.T���d	�~
��+���
+����x4x��=���e�F�;�
�
!t,s��rt�=vF�CL��J�YNv�4:A)��j��
I4�(n��If5W+ga&�w�@�J)SH��q4�+UVgeFi��$��C�kV�e�)1�]y��y�ul:b�U��i��N�J�#��~_i����-.C0er3�9�-�Y�$ �E���C,�A(+{F���!�}B�Ñ�����NJ�Y�r1��a+G����5��~sf�KC<���ꘕ�ҳ
@�d����!����|��%�9�>	��"n�E��X4�z��=�J
H�qs8NH�ޥ�U�#:�w�����
t͐�BTâ��
+�oˀ������$v�+�ɼf�Ͷ��Ӯ�lX�c�_�Ҁ�9�	r���ڼI7��E��!��'`w+��ۙ�RTd�i�qB+�1HB���H#l���:dX��눉����:�~��H^�f&4�	-c�S0)�Qa��r|���iem�4�!���Gs�!lC�s3�v�ec��E�ZU�)�1Ut?M��pv�)��(=Nm����GD���-5����ERX�D5����<��T�"鵙g_&�0�kR3)�yt׸���Bq1��'^���Rn�F�H�fgiQ��>tM�Z��-:Nz6��Fn)
+�
+����^�����:�]i܄�Շ=p�Ǣ�v���~��Qv{��H	#��5�v�r]�N+�u�}ۍ`n�~���\,ȩ`v�d�׮qgG�'��eWz�1���醐|s�h��fqCB�(�S���}j���'K~�,'
k[���"
�>S��訮0�a�*�=������٦��p��t����#�xBe���3eo��ְƃA��Hai���1�,�=L>�Df���k�Q��ǎ������U�R��ھJ�<���F[[�h���� ���f(��M�ks�pI�2�)�c�$R�qn~�`�,�@i-ܖK�4��t�>
��R��h��*qN�:z���s�#�D"Jh�`���<
;ݶ�<���G@�_
�/`I�Z�J��΅jk%��Řq&өC�
+��B�9������
+VE�RjMY�bS1����~+8dIҒb�9C?H��z{?h�y!�H�)&D�e���y	q|Z9ѿJ
+B*�%���G{J��1C#��M'�I��c)��]]�8�8S,&3�F��-���
+����\S�`����jgp���FQ�w&���Bx]���b��i���z�V� �u,�Ah:	�!�+TE(#Q|�ot�w0aS���d�!1t֨
Z��߃�}���,
�S.��	��i��FS[�ښ�[�04K���+�i�~��?�
+�����w>���O^�����|��ջ˯��/�����'_���'���^�x���_߿z�}y�㳇�_pg��������W���I��?}����nz���}����g�cۯ��݃}�����_���o?{���w?|�����)yq�>��Փׯޥ�'4v���=x�����O�s Z�_���t�ߧ���O�ǿ�����v���9=�����N(k����l����4}*
���M	>p�GH����^�(�p08� 3Q)�7-n�(�H=g&��ʽ�tF�iٮ�]=�@�"�¤�
P
+�J��cI󜀛[��L�FW��^d�*D�M������>)�A6�zn�%��52GD�R��"�y�ĕ�a+���}
�0�_�`eE0:��3�D�l�-�cM4�Rg�N9������aIΰ
+i�@끂�b0'��3�(��:5���$��^�J�]�Ģ*�P1��#�;�����8��4'�=E1�Y�A�+m@����%�����^L���K��3�ө���q����Ѧպ�-�غ,�W�JW��������`���`��	���mE�X���� >��8�ͽX��w�e@�s2z;�5��:l5��"f�$En �&�4��O-��șT�Z2�<V�P9����ŀ��Wݼ0aEs
��s,�I&�R˥�E]����	W7:���
10�h�	T_��f��3�{�͇�ĝH0��੹��J����=����8���Ҕ,�blV�p��T\�
+k�|Z:��u�!>��Ԣ��#����韼T����xC��5�!'�2�����Z7���J���@���]�'�z�`���=�yC:zc�z��`{I"�$R��\��P�o�>���a��y
+L��7�)ȼ�{�r����'�]j�T�k�K���F��k$��E�C�[g�&yg�â)4[�އ@*���y�:򽭑|�
+�15#��a>�sܙ�p��:���o9�o�����6��t>`���0NP�!��	3��Kz��j�Q�	|��PɌ��gR*(J��q�8���޵bE�����C����y�X�/:TD;�C��8-Q����6��T9!�Qptg6��zgB ڒ��"G�{��xkn�j��-ۏA�g��-ɶ{-�M���h��v������^4��8�K��~���9�����(�d���=�c,
q8�N��S�)쫬<�������@PV
��{����=讟�TP5?LE�h;��=a�,�z��P���#^���o���������U$��7�+D=���^��Qw������T���<��\��h��ju�Kj(��jR����r�ERN��=�mP�є��,�}�Đ���Ћ��Ǧ�9[A�lutOi�4X������8h�Q���/Q
+��5�mN�\Y�0�5w^+�e);j
+Sc>���D�W�?�l}��4�n�N�Pz�K
��B)k���Z�����M�1&�2���5��ͱ�LX�VHqČ�T�y��r��ð��}�-+�oD[�X��8��4E^[-������7ݓ�I�3����	6�z��G	�͛F�Y��ݘm){��ϡ;�ӝ=FP��c�y��`���=G��8a�����;��A��kM�:O@9������L).�l@�\�.�J��1�WT֌���
+�p���5{��ٗvM�(.�Έ��&x���l�v�[:J
eC�>��VX����k;f#w�LW�ϭι�Am�
+��f�s.�)v�Ti^��bAWBs���]��A�S�{��f�"����hAB��ٷˣ���
��cy�h�"ŕ����i?�����q�Sy�����?�����������o�����������/-�����{�۷X�S$����S�s�zNP���1==g����)n����93='�����>�J�"��p�cJz�H�"����c:z�F���9}��>�Dω�1=���,���>�A�)�9='��:��' �w����;~�6��_�
+hH���k�aMq��/��:�W��J���ƶfu�apۈ��+�eX���γbq)���џn
	������;�Z��~�pTɼd��Iy���x#{p������e������Ũ���է�<�����,��V������Uo���׷�~<,*��{}?���\���^�>x1�6[�k�:�.n���l�j]��յ_��Cn���ڊ�mG��8L��P��/���C�X�#�iF��^��|}�X��;��x��x@9�g��d\ 8���7?4����>
+y�����Py�%��^L�]a6ߎ "m�"}e(j����(���i���p�Ż�4~���ǝ��}�S�י�2��_O��]f��v���J��s�����(G�(d��+nE�G�9��;Fa��
!q�B���}���hl���L[v�W��A������b�q�\Aqp�"wJl�G���{s���O�
>�h~=�	^l��J�;��W�p[��Gp�e��ރ��vg(�c�!�#��W�:#��U�j�?�UNf�������b=%�&F`�Z-�|�M�����_<���>���
+��0�X�+O����Uv� @&�p���?	UkO-��W������PbS�P�#C���7�D�y�q��WĶ|��S�[�=]����L C���e����	��so�����"o�oU��z�+�^�Q���L	��@�o���2g"2@�c�se��-f��=_\Z�jz��d�8�_���
+�t�ذ�Ot��Z:�差j��uԩh�׎���[è�C��B�������ր��>1����Uj���i:�02�gb�O_��^]k`���	A���Ź��Ԧ�A�O,�&D;�j�����OoG0�`�����U�1�j�2̬4�1����/w�w���u�L3N�����o����W�_4�p[��� �bj�]U/�&T&k�,^Y9qyh�+3޾;�#���Q���lZO��֞��Q\|oti-���ώ1�oQg��!QE�p9#�_�.� ��\�NJ �DݯbUf�B�e�\Kr����]�̸+�Y��hPSr�`�=,�v"��ȴe��@���i��)ܮ�V���pCM��f��
�i9*���E&�����b.G�IĤ�3�R'�z㵘+A�C����]r�^S��
ɽk�]Tx]��~D��r)Q�^��}ͨ���уU���f_�+�)�X���/�@��(�8$7+�����8�5���5N�T��/�n˸��g�1��=��|RepX������q�n�X�c�s�Y�6l�vW+:N�vp�mv��j.L�
z,�,G<��+��\9$�t��t�-����E%��_.�$�M.���k�ጸ3��~fw�N\ljy\o�Y�V��7}7K�E���
�
[=�d��η��ևQ�0$6lW_����!\�6m����6���j;�o֩�-�
+�G�皽���J;qd�nT���3x<-�}_
��G_�WFjD.1D�4�{��6��V�@93w�F(=6U�\fխ�yg�[t��;-|��o�·j��-���g���{䩣���D�+���s����UK�E	�(��Z������+����C����f�
+�H���&���s�1Gb��]zB�Qi�u�`�YT\o���`�C��	��V����I�%���:�܈�#���M��
L�����u�ٙ��ܙ ����)I+q��z{̡ʹ�Q;�m�z9z�I��ݐ������u������gByY�Q�{w'� ����8���o0�r��]s��I��_s��n����C��&�p[l�vi���}�,�ihZ��(2Ɲ�Ҵ�8���\E�	3��}���D7�&���0G�7�e����#����Ӟ�	e_�����*;�$ǁ�ȁQ��C�o�����?=%<���y�gG���2b��6��jـi�����w�g�e��g�8����6ۇ�t��Vl�ؗ-#��g�7)�m�v���H��1��.��A�W��"m��:G�?�UO(�@�`���߸B
[�MBEp9�/���.���vS,D�-8���[�H�X����k�gw��
+8�H�e��d&ʸ�B�5
���)��*��ͫ��mx����+�Q�)�l���X��-������w�zf�~��Sk�~��Z��n���b'�[4����7���C�/��vø�+��'�U�|�n�,�l��ap���)w^pw��h��,�k��^ι�\��/[�nR�Y_��-�VO�K�We�͌s�7q�2�uA�Z��3t�g�:+�l��F��L�S�t�:�"��[_W��S}�>��2�ԓ�rwf������A�_rmz
Ѡ�|�x��~��O&��W�
+ÖG�+a�Q��k���İ{�a�8̱�v$�`��s^�~�4ذ�Ld۬|}�6`��������3D��붉k�A��r��
+!��a#��3@��x�.��(P���Q�T	����׳:�O��vF0M�`���)k\v,�y�`M�^���wd�J���J����mN�����0�0�8�J���N��8s�� o��"���x�#ǖ������n?Bu\�-n~�E
+,<���{�TM�:4w�b�yF�����ԟu.'3���ʡf�v���i��%z��3�� �#Z!�) �1�
+�fV��g�^�b9눬Ч �q���	"�����͏w-��� X�Eg(�n���<Z.��ʿ�cs݊�mm��9�+q��A_��w���_z�����r������������v���2���־,��7ŲAV���딓�D�m�4U�>�Ej=�E������0�>(��HF�$�	�^�,YX�����Gv�~<�o�q��4#��q�c��c���#z<�Om���ōu�w��Z��Ç�-=?D6q��֦Eg,�?��u`�W&�N��E���wṚ���~� �N���05�;��,�6`�k��ԟRV�u���Y߸oc~G8U��I���y��;V~��m�j���/�<}l� �I���rT�l06�6aϛb6.��}�F��p���.�70E����!⦙�s?���5Ϫ���$��&gh1%*�,>�n�=M�c�/pއ�W)$
+#3ܙ�� �V����8]M16y�[9�2�-�ά��f0���fM�io"GFH?�aN�����XH����[���iX]BjC�1\G�!�x���xIFYJC�����'G��o�H�YUa2`����^1�?Ǝ_o��gUg(�
+i)`�fI˅�_?y��O"x�E�!��Y]�"]E����k�#�Z��b{ª܇�oq�6�g���c��tIC+li�K��S؝�4��XR�Q�!�
+�1X�ͭ|��[_���R�g�Y�#���e�3���l�8GxE���
�MGC�1��d�.�P�o̶9��k:�f��c���M�TY�A9�ۡɁHԭ=9��1�-�@FŶ�A9㞁Ɋ4,<3*���fƺS�L�#����,3ήʁ>l7m�ʻ��Ԕ/y��olZ_F!�e�st�[�ڻ�9C��	�}�>�=<;4�k��:���IĖ��A�o��r�`��=�=}#����������}r��_d���e�j���Es Ǖ~:�6�i�&$6�4d�e�v�9����5r k�=������J��
����h���/+`���q�T�
�5�N�v0�7�w��ּ�����'e����+]t�v��m��9��a�e�5�Gl�<po;�~�>9��vg[C��</F�zvc��rtJ����
4:�E�=���ن��,ןlXjs��t��`yv[�N�M��@1���ΝD6�z�19�<��1��H���6��3�aM��sq%���‰��R�
+;�D��~)Cq�5��Fz�ʔ�ubXmpe�j�Qp��A�[k��x��Y�#����T�R3QJ�/�>�-�e���#�qlR�Q�בUd	Wex�~4��9��g�,.�˺��Z�����(j�`"�������%���U3����XYx�3���Ux�W�b��-�z�2IU�5��-P�[x��,}�Dz�{3HI���n���Y#q��.<+��d{��(w�p��ď2
+@�D=<�5bĀi�P�w�1n\�J9Y��ై����A�N`�%�Hj<K�� ހ���T�������>w&&��N�U�Ğ�@����M]��5��6 ����t���X_-̏���XȲ�:����
\_�s�.~���?�ã���)��l�>���d�#R�'<X��E�{qR�dR�x{�^�m�)���R��mH�ـ������Q>c+�q=S�7�L��n*H�/��';��ϰ�3����Z�K e��10�p~[�=}�)���CX#�W���ܕ�5*GK��~�,bڒ�JYW���,�6�����).%�Džu���(-]Š�ϱjQ�3^�I���ja�Йd��W?T�X������f����8���!Z���yF����Ɉf�������\&2�*��ݪu�œ��4��~�I<Q��A�vˆg^C��8��kIx�sC �2nٻ�����U�^�ζ�������V
�3RX����L~11_v��t�ܚV��d����>�Ɛ�ԕ�Js\ ȉ�l�3-$9ݨ��:6Z^��1^-;�UtN��p&$�����#�H�Ff�QH�N��ķw]v��I�B��S_ծ��E9z�S�Q^�s��^�%�EK�F�{kK�H���<�P/D�v���F�X�~��!߶�DŽ�3������yF��ˋ7�*��>��rp4�/C�d0l��w��	 �B58��$�[|��l�Gρ��.�����5�HZ���ۃO@/O<�$�zNPVe0�����H�8�<���x�Z���jl�z�S�fY�h�:��A����<�5�%N1�1���i��kx����/�������5j�8Q�{��3Iw�voه��|�HNT�BGMVq��b���Hv�z��0��v�9-*�u��m/�D'Ӄ���m����5B]�]dű��䂴�0M��]ҫ��=� M��`Rf��V���M3H�7�B0ˬA��rQQ�4Gpl�w�j�����ФV��]�+Y:����z�m����P�2/�-U�U{� �`iR�}���l˸��ˋ�ۄ���K�sf/,����%BN�I��s�� ^t���&q5�pz�/>�nv<q$��"JrO��f��ʈ�]�RE��r���YlDEqR�N���l'f)�<��F�0D���0�k����|��<p�2Z	b�NQ֠
+H�U<���16�zR��(-����\��oc\��w�$���Y�n9�v�S
N�e���4�V5��]F2�^u����^��/�1��'/~b
���e�踳��B;�8����8py�/������t����o״�x)�����G�ӊ����w맮3O�a)w�;*t��bV&�����/�y��׎p��<�f��ы�o��@2�X��\)GZ�Qv�#�,��R-�tV�C'$�ϙ3<t-#T�:^���،j�QW�K����R0"_�3�
+�gO3+�� ��;�bh�$��&f��
�<m�b�1�x�b��^x/]f�^ǎH�ҞN
�����Qb�3�X���S�_߲���� Z)��B��z�!�>�
AzR��׊ �\��m}쀦k�:ya�Z8��Ir��r�)�ye s?Q�z`�LazSqĢ[@�zn?G��8r�6�q�*�&����C��'9�%,��&����I���-��
+���������ܡ���sf�7@i�gyۄ�̭�d����
(�T��Lb(�p�����|�3�O��93>g�O�\D��p���ԁ���o-A�s�N	��"���ٗ�CI"�Vu-�z�+aT�_��v,}]�-�2��B�[��e� ��S�P4�=FËAUW�|z� �}�z`b+��#�0)�S��LD0����.3@xK��
+*��_��sLr"N�Փ��C�Mb�V+���i�����'B�#tL�s� D\S)�j0Zb�n^�'�����x�S��sK�M/'3�ͬbk�<�x_�A��ێ=jJ뉷}�!�xK��o�//	���M����� ?+��|2�]�{h�f�&�x��L��s�I^�I>��um���+<E����c@�>��e1�<
+�k��Ԋ��i�v���ګ����S9;��P��y�#ﰖ�B�����5�	sU�ن��������	��2���
+�^�4�f�[��V�l��+��5�;���A����pt�ϔ.���0aW:�A*��V�CV�j6�1�`3a�xG�y���xQD#.[A�1d�7��]2"�J���Khr��I7��4�q�O�8�����F�~RCQ��h��mi�U��xc��_r��Xq�<��g;.����SWs��L�O���5dp��R����ƜHp��
x�3���d���~L��p�Jg^�z>������H�e�9.2W)�fr��,��q���0�u`��E�8g��[�^�=�9B�%r�P)x�nS�L�@�ޭփa���dȋ�}[N�
���mh	��^GG�骷N��S��{6&Ԧ�ÊK�4�E�N���z�^��8x�r�T�.�/[�.��bR߱*9�Ĵm��U;���f�e��<g�k*Z�A|aWK{�	�q�
JXw�U/��`�;�_��0�m�q�v�,�1�N�"�h�$i��y2�w�7\^���t�Ӱ�G�	eu�+��$�f���m�)n�ȶu�`8��u0�6��^�ÏͲ��)��y�D���-	�S�D���D�qP�)�\��;��
�kђб`u��hɼbZj;N��*;{�e�"�DDl��㘳DlL��Г��+M�n4d�G���o�j
+&Y��S�yL:�;>�|�'�f.�o[;|{ɫ�qg�Di�/�:���[޸@���!pYYl��#RZ�`څ�5���XPn�w�1I�Y�)����+���LDkR�w�����B���'W�-����TEX���NUz
�f��!��18�=�p�B	GӔ�;Ji09n�z?~�>�_^}�}��������雷�������o��������ǟ߾��Ǐ�H<��_������2 ��?+�?������>o|1�\㳒�琿��(��"%���O�����o����%���O�����?>�k�7�y������??�F��~��q�_���#���)0b|��� {
���@mAv�� y��哴�H�	�8囷���vޚ����=/��jt|ގ48�]Ѧ�2R�M!���=��%ߞ=����Hj���߀��nlۉ��g;0����= ��)�M�F�]���y�^Ճ">cZ���]&�W懺�1u�-��!�D�v�q�Z���K���ƴ�����փa��p�Uu^������^�<�(~_����z���piK+PE*"�&�Rm��4��w�<����d|3�̞����s�*ӝq�s��µ�pe�s*2�Bn�1`Q�������w���|w�ΑX�e�'{t��o_E��XR�oo��m3�
���7��M Lp��y���/�H�zq��ʓ��Kg��ѧ�d�z/Sb�<���Mݨ0�-�V��Y�)��8W���qC���N����Os^�-��k�<�H�R�/�s>�h�`�XzP�&2�]���W��=G>RϢP����R�~��EhA
+��"
��kT{��m��hZ��l�~��k��ڏCS�a�Ȑ��u
��iͩ_��P Wm�?�
+�3Z��尵z���E��>�����wg�ˆ�JW�é+D�*	o��;��K��C�*��uG�ˎ���� ��"`��@�V��v���Z�o�a���Ji#�7������?W���U���8�ߖ����hv_i����8��]T��T���<�\ii��7���������`��N�1m%�q���\V*?�'��}���'��̑�jqZӅJ4�LZ*�'��A��43	��-� ���K:9��IK[�����1�+:kDK��K������|	"w�>5��?Ah��4��gs��#
+P���pA$QxY�q��y���������m7=[�ՠ��V�Y�1&�V���Y1�=?�-�j��T��(#Ă���a����r�T�A�n3ت>��/q�P�"�E����uwyt�i@�ml��\r���H�ŕ�ׄ���~��O�/o�������/_c�/r��~x���ÿ��������?���!�����������^?�M�}�	���=~��w�����?��~���|���Oo^|���	�x�~������߽���կ>L�_�_���?���G�q�B6�ӓn���A�U=��o�ş����n�������nϱ�W_*��W��x
c9��Yߋ<���t�Ő��0
pj��
+���״�lqϴäCМڢ��	�Q���t�09���֥����^�? ��K�$B$V���ſ���j?��-+YJ�I,�#���H^�V7�Z\�rfN"I��]��*"*�9�`�Q9�?H	Ч�AqS".衛�o����j���:g����Nar����"�j�i�F@���Z�'�5����4bq4<�A�	T��r���0K���N#����O���jc���p٩o �ظ����cf�mZ�6��tl�,������=��Pv�W�hK=�K�2��r�}٥��w��:a#�ȸ�?�е���&�%�dP_�sM"�r��ad����Q<u@�)�-��i�u�Z3���.]�s@��,�;:�꧍݅xf�^YQ���pG [�+�\�݉���io��~�����δ���>�BFȋT&!��-��G�.*E�(A�8J��>}O�p�J�/�t�ӌ$ӨgW]���n�1�Jz�&����M���Mw�
+���B���������n��o�Rh��.�*}zW�;�r�)0NQ|4�������@��J�xܽO}!�Ijɻq�A�"Ȉՙ�j�J�W���U�y}I�+����v�N�J�$7.0�M�����m3sЂ8�ŭ쾃�[�3 ��]1���d#�,�">�|91�h�A&��n;j�!]�x�j�cT�Q�l-9��t��,��ϯ�P�� ��,5Bt��S`���t����g=f���t�IK	�uR;�k���ɾ�>���J�}(b�h�P�Q=�0��@���m���U��C��A��8��ʧ݆8�b�����Ϊ��i�~q��a"�H�/��XRH֌._���R��
�}���� H���4ǩ�����;���m��Ǫ�Il�{5*o
%d�۽D-����ca^;#��].q���X�Fd?���yt�ad��o���4C	����~�W@���tܵ��
+VS���1�lЍ��B����v��������+����G|�%"F)��{*�B�Ӛ�~?ƴ��I�N�H/vL�6E��EHT�W��Ѭ.}�QpC�P��d�&�
j#�+�?Y_fF��B��lj��{�����iVj,V��g�@D���6�a C��5V6��$L�B�g����Lx�X����S��\H\�ާ0<e���}�����x+��֝V�n���v���
)"Δ��y�;��kp��JiŠI}vp�l�^NVR/�8Է���q��/4!�R�\0���L���nʶx��	��r���|P�#�g�/�\DY���#�[��D�(˨W�c���8<���#�rw�M��6f���z��P�<GthYS?������r����3���W�i��@�z�u�21�ؠ�hO����Z���,���<:��yB��k]f���C(B]�s�j	@YűD�T��qge>���v��T�����66�,"RC��rK#�����8�R]T�E�k��˖L�X�:�C�9�?����fD�۳��W��AB�{�;�E{$w�>ٴ����.�!�!R���F����XZ�v�'��-0��K��,�;��A��,��j������|�`dY{�u]�8d���D�[���$�E�eG�Q������na��f�*�\�&��[b���&PJ���B�����V��� �=�/RK��h�����lg8H�����Z�gZ�5	Iij���|�B���x)��2(Ў����g�__�w�6X�\o�yX���K�w@�q�;�1�s&��P�}���a�oNe�k[.�`����'l7��Ջ]J���$Z�M����'χ#K�Wg���0
+�Uv�n��M�7Rr��`����e��al{ҏ�]}�C>�Q��Y+�̋`蟄�<-AX'�	1)��p��@��q5�q�<�ہ�98@%�����^�kF��J�� S$��|UD�3J��wԽ���>��&���{�x"/�_N����wX0t���*��2��=��Р8q�z�m9z$jޟ��a%VB�l>��]�����ע�[׆�S���N���R��z��@��eIڽxw�2�$.���Q���7	B�E3g2�����Q���$r]h��ճ24�������+��
+��l�i[}��1�HQ%`��(L@�}D����v�ͮ�!o|�ᴮ�RfB�
+Y��(�0��$!��R������z9:�z�H��� L��$w�<2c��fWG����@Gn䊳T�2�s�b9rBbWcO��3�����~}����������{N>
����^�F}��u
+����	}��b��-�vtݰ��� ��p������`!q�I����K�(���]G��+��Ɠ19;ڏō�<c&�hj6n�$��щ�z=�Zg���q�VW<���M�VsI9�|�V��aw���'A����S,�p�~�=�����D�r$B��ҙ,\r*�nfY���.��4T5�1���o�=0��7���ԬT3��g��k�$�Z-��'I�h���j���I���A}��*��1ۖ��``a�$��Q�����绉�o������������Z��[+���[З���rhN�~.6��� V������IŠ	.��д���-���[1�Ĝ�k|m�$@E����#�Ud1���{[���D�Y���YOZ�LM���5Ԅg�mh>�u���:�S�T9�wP�����T��2Z��*\��6(�D���<[��8\�CSn.��K(-ϱ��� s}9V|?��n>�����!�A��*�jc�>�*�76�#J��F���S���%r�u&�{U��#ít5g�&D)(����/�<>b��i��`H̫�'PN��JA��@���0[=�m���`)#
+��}99��)�͙0м��ux��	keS�
z����%��ΪE<�/��oШ���,���gl����xq��=���\�m�ǡGo���M��,}`��I��y�Jn�7�恜x�2<��ë�ɇ�V
+h�/o�@!�IP�0���uPéZ=�H9Pp�͞���~�
+*��q��,d]7��,�J�!v{�;͘���X�&a18Z�U�X���X�U���8��Kh����;���jD�c���4�S��5u�_�q�>�
+endstream
endobj
17 0 obj
<</Length 17848/Filter[/FlateDecode]>>stream
+H��WQ�^�
}��p_�޵d[�ۧd�B[J!�4Pʲ��K�NR�����Y��/����ar�+K�tt$9������68�U�غ��s���w�^J�
+���Ad��Ѷ�i��Ί�=���aٓ�j`�it�sQ~}��������?�mR����2�N���.�ѧ��썹�>h�	f¥�2A|Gy���J/w+�=Q��5���Y���
+n0p�3�hԫ]W����51�f�J�y�Ms|��R�%ɯ)�Mh�S���,r�4�^qA��B��f�yo�P�,��Ik햇�町�e<�Чh���ᰞ�_��
+��ژѢ8�HP�xl�K��c�x6N�--������|���W�=��V�_���D�S���yw	�.R�3����\G���z�E��a�K�ta��ͅe�����(��F����UD���G�a�2��_fY��e���9�f3�vnuX����ڭ��
�_&������>��\���U`�<�˅������Gd�Ջ,D�����WcB��]Œˇ1@��.t�R��݇�Ax�����h.,\A<�f�\����������9ްz��#;�2YĀ�-�\�� {��ݏ!�Y��{���d��I}���ȓ4�݂�P]��H�Av
�d����:+�=�[������#���B�'�y~v{4������ه�߾�����w>m�V���Z��gz�}�����w�oO�?v{��݋�����ۯ��o����9�&���r��;��gh�Ƣ�AR�����us�G�4>��$�ϼxRX��
+O����ɀOϴ�^��r��%�wY~�ta�1b1��c{���N���f�#����d�r�t���l��28r�/c�2e���r�
�X*%*�ܣ!��{�x ��U�P
+����h �0�a���g��^�_֪�ʩ9jE�[h!�T�M<����e�߯0u���z92}�h׺2���=�(���`�|�)��dy2����z+���y����C�$Z��T�r�*˱�`�DD1u�ق���Q(��=��_�iP~�:��Q�$,;��h9��0|��V�U	���V��j�J��N��<��B��Ʀ�1���lPS��G"�U�~�:v��(��eL7��X�_�gLN�Z\%C$G��c�p΍��_�؀T��u:*ѵ���Ǘt����A�M�1��Lf����Ƃ�z���9���^a�qv�5��G'��a��Z��G�����K�L)5��GOVW��+Zq��s�	t%��{��y����38}X���:���x���Z7����Ж���p���7	�k?X��O-Кa�6{=������C&J��gpz�\�,f2�/}ppр�{:z�u2�Y,=�wQ�в�DǏތB��l�m�%��.vژ���m��جITQ�V�tK����'o�FH�,G��
�^ǒ
�fŘ�4�Z:�;.~]�<}@LÄbg֩�>�N�����a������Y�� ��KL��H�fL�fa�� _
+�iRPGFJ�S"�/g���&�4*���� �
�U{WF�	db���ձ�'�1�c�U�Dj@Z�’���&̜)Y��h>�LU��`BT��uu~�l��!��"���CP��]�4.�S��pq�=iY�d��q���m=���M��:R�=���X�(��Z[t,5	�$�EX���)���v�]�w(�į��"g�>J*����i���޹�qճu�[@m&��.�(��t������0+�#�̖���^'��(J>�`��:�s�دS9j~���mعF��&���v��K����6�ci9�6+Ww�D,,�†�v.�C�Ê��
}sx�d��0��0��k���F����K�7�n����5m����~7@H�=3�R���i����$�
+�W�^���Pjjv�wD��@3\�8et�KY)�ٟ<5+�*
쪶����^H���iH�x�=UVN嬢�l��[�s����O�N�T���e,�Y�
�9�A��
+�/���_�݄(H���&Xk�v�Y����ukQ�Y�#��:U��eث#�cX:xɁz��>=�,?��!0�p!�h�\c6ٴ����^
dI���ёW������9:�	���iX���
+Պ��d�
�<|S|fB��s��u.
s�KY`��Q�Cw�����y��}:�D���Qp�}n��m��6T?#[��O�a�IS~Ƭ������J$ʫ��W�=y������W�.�G���(}��w�_~���������o�������߿y����e�>^_�8���b�'��/��ڠ��W��_�o��q+۟���#m�a�ՋP2��CΈ-Hw�+��g(���
�\c�U%��Aer���NB:�.��%�ͩ�Tv8��>h!���;�Z��TrTx#d��,3�S	u�KY��X(߃�}_t�9=��9�=*��VU�@)�:g��j2w[�㦚��Ne��A��q��3J���;L\X�2k�+HP6�bQ��C���ܧ�K�/OL�T��3�:L�1��1� J�ӂ�a��-���ߣ��"��*H�haA�(��^��T���ˌ"Ŝ�o�g���Ny�����B�u򆕜��
+��(����֋	�6��#�)�%����sj���:	�����]7d>���.�,;R�n�+��w��k�ӎ�ȗe׬�z&I7:/���b��Iy�%*b`���.�v� 1��

+�_N�"(��E������v8�y3�D�}gB�����8�c�
���Ϡ�������8�u8�`���&���Pl�e6*^��p�����d���6#͸
"
K�"�#0�ǜ���г��g���;�MI.طD���.��Ш�%u��@e���Z|�?��N��u�я<j{L���J��I� e����ڌ�]߻�lժ�	���竺
+����#�Rif�[�x��׮�@�b���X���+�E��8���5�-�����_{Ç`��8�*�6�1�2Yqx���m<p�ry�Oɡ�HWg�y�pX5@���˸������AZϴ�΅~��s��!m@}�<�k�Y�q<2�ؓ:�kW��#��/o[[�^<�I�3c�"��5�0�!�U�F\��P����-�[ﮜT�lkcg
+i��d�<c��w2�pgj�F��}rB=֘.���9� lu�2T�F�U��a���I
�"3�eg��#o<��1
+Y��Z���<=�7~���2��10�ݧ"nMĀ;�����Zo��j���h���ZP�$��0A���y�2���[�Az����H�Q�B��r3�r� ����6St@�� ѼdKa��Z��>^q��0���\L/���r���g�36�@��q�3�6��Ѹ���<c;㼎ׯwC�;M.�O��2k��}0�1�[���T�^Of����:8=�@��a̿,죊�FhI�>ޣU�x@�)�9�>]=�yjϺp�Ĥ�{;���\�sԫ<XTB�|q�x[�ٯñ۔��]�6��N:�����d��$�ɨh3e[B1I���M@��&0���,�"�ȶ��Q����(�>	�ͅ	T�N�������)jY��4K�^���tx�u��G�+(���(�?�$Sͺ�d�	~-�߆�wK�N�8�����W	\;�l�-�-�;)�1"�����2r��g�'*�}��ǢZۓ����������p]s�׵�v��ܙ����yoz�|!�Ir����&�6��̜�pq�z�P��Cb���)=)a�E�#�E#�֎��^�b��ʺǃ;�ֻ'n7k�Y�f��Yݙd{�.��ʨ��4���]��^'=z��C0ج�ˡ�����t��=��\�w�dN�o��O9x�u���>}\����ܜ�L~��5rZЈ������dH�'�7��8���^n}�ܦN���̓yN�7�m�����HL��#94M�i2��ܔl����nS���pM:��\�V�"�������A��y�)�0<s]S��6�HU=�\\v/�?nu��S^Č�)\�iZ.zٿ����ip��%����Z�Ժ���T]�9p�
m�Yx������2>5�ɮ/��ݭ�o�)�������Pp=2�u����yD�6j�|�V�=2I��)�B	��(.�!�c\ ȑ#�DS�C'^��j��r��18��/�,'���y`((����T�eqy< 鶯�{��Ö�Ф�#o:h��uA�EL��"����E���C��"~�W�f�OZ�n��t�qM�G��Z]r�ȇTb���C��.��@,vy
�#�g��5�ZqPo�!P���c��6l	lj��C�s�J+HBߪ"���%g�����u���Yz�f�:�6`��VG#�:L442�b�.�s�0������Bȋ6���y��>6��������Oĝs��v);�(ȳ͡F�B�u`Hg������"��x�U8��b<��r1�rn����zA�JС�+�!����Ǵ����(eC�f�{���%�A�k	\Ǻ�
�����9�^b�ya���3�����b��[8�ʙ��u�4d�k��S%W|��B�O��������!1�4���,j���rx�4��>S���m���!ҳe#h�gdA����X�������A��'�c�T9ZK��{.�S�%�>z�JA{)6\��k��>隊vg�����݁p���c��q0�r��ʟP�U���8|�9e�GJ�
+�i<��,F�6�����㟆�\�9f�U�d�‡v��h�%.��F��ˊ��P�V�5�]~�����f�	~Y]$/���3TT�A�`Wo+M��0�x���3���U{�ET_�^�V��':��vЄ�s-���w�}T
+�{�`I���r�SZ
E3Q�����
���=u�Ͻ3���ܵ9�n���	��{˃SiiN-�������ZZ!3#†�#]E�+�Ѩ�,�n\G�:�bk��m���Ћ��[Ɯ�&֗q	᯳a���#�l�*�.ʭ�9K�{%�Nɬ�9.�ŋ4��¶i�B�0���#�	D
Jj*�g��*��2P�#;�)_���x����yr�	��-��ù�B*�o�P��"✌;�
L�o1�.����L|&���;�R��fD�s�W���O�砏���yd�9��ȭ'	>I�1�@��>"�i�E#����#hL��N�ףO��Տ'M�f�<P�k����W"U�7���A%�A\w�RoZd/��!f�	]D�� x�ܺ:,���N;#�K�EH��#���X��,����ٕ�;S�Ŷ�p.��øo^�Uӏ7�z�OU0�"�m�׆C����r@���`^�@o���
߈qrQ5-���R�WD�׈���;�<��9\�N��P#��n��UB/����Wb	t���^��i1��aU�a�b����ӌ~֜�ѡČ�r�pE��$���n~Z=��L�O�"��	"�sb����2j����#�u�i�9n���"���;�h_8��i:�^@�E���^�~���G�֍1xח�o�ѱ���E��T��Q�1���s���Y����������.�,;v�n�V�h��c��a�|Yf&QOL�"n煹�A#�
����K��j�^�8;��+Ǽ�.�c;8��|��5./�
"$�XMO$S�V���X����v՛����(�ij�m;��#"w�K��s_�,	��z���0Oy��>���� K�Y#\�X�W����nLW��3�^Xl��X㙹�صD����x�uZ���$r���6�����r`XV��n��@ʾ2�G��`��tՕ��:@}�F���<�w��s�%�>��U��
cy��B��:<?�?�'2���}0U��he���ZDȈf���ryD����>�5(a$ ��vu=?�}n���,�5���pK�]��>��	$��D�M��!�!��\݃'���6��3��d�E����R����.��~x��zq@�3��?-7�^Q��%���)os+j*9wx��'`ZN@r.����c~Ԩ"���]%�B�:f."�W�ŏ���3}��\q>0�����8"{ w̓��yvKh�%�R�d8բi��)�UXӍ>�@N~;Fr/��)���{�"�HW&�Y�ݰX��NH(7�e���hm>k$�������ԁ�K��F�RG|}�{u����y�DO�����-�/�`ۻ9�@������D���)�!���W
+0��K:�3.ÀO��,6��)�A$���a�;����R�dU���}F��x�CU	�}�E���&Aދ����c��2q	�3j��G9	��0�7ڣ��#�ip�0HOZX���0	_��8�CF��.�� ��X(���Ź����:{	k��2uhXql!).Lf*=���%XG���;,�/�y=j2"�6!�o�ѯ�͉��	Ul^x#hޖ
+V�K���T��ꯃ���i�_�u]�Mz<�w�}}��e\jN8��@��c@����UpA�L���xG4Ki���PT\�,?-s�Gm�N�)eU�}�b�zz�8%����%���/�><�,�Ls4�@1�9�����Oqh�9�᪵v_�����"[*��~\$M���91�(M���(��ڍU\��#�[m�?3Db�jF.�I���W�s�CdU�r�cH�^7LΥs�3Д����7/�O���N���/���zt^�%VYw���"�H,�M��ͭ�nl��N�,�����*�8I�1���>�}2!0b�/h��ߓ��
+�1 SSC���{�K�����m}����h�D�bRf��l�������#�(ɞ�R�s
)Z~��N��Ñ�f��HNVX0�����óƋ��S%�O�����5e�#(�S�����CD�al��QL�9��ATG��\̱������D�Q���)��9Oe,�E�&NB(���!�5q��K�W��1w,�s�-��`�6�oe�O\�KaS��o��������s�,����l&�h>�b�q�Cm̀0^�����D�|<	��FL�Y]���`,���]�ōF��]W��v��f�iJs�p&٢��m��$�s�*;o�Tt�h����u����N
+�ND��7���@I�3T}�<͋ՙ���z�������i��P�„��|p2���1�I76�?�����f�7�.����J>�:�9E�j�bJ���b	�c?��Cb [Mvc?�J����Xa$�Ѱ�J?����:�Hz1ea1VX�A
+^$b�X��}�M�S���t%<���
�Ǽh��]��L�s*��Qh����~�Ms���k(���zC
�l%ŠÕ�2�r����܀��/��@�/��j�(�^�LFE�G��Y���E5�����M���3'3
�D���_^���3w�]��
+���mk�A���Oϖ�����l.J^�u%�3�0��LK*�	X~��F�`֒�6|p<w����:FW??�=L�#����oG[�G����+�8�Z_��p�3�M�O`�0�
`X�{o4
�X�����/�u�1�����jo�:s�?�Q��xmoX5n�J��n��] �S�q�R��5�u}�u�v�9�5�,�)U�dža�Dӝ�.q�"YP�aԛ�`�X��ƔB�:4y����g�%$�?�ׅw=�,��8��mf,S��;�|Ji�O�N�����4��2���?�M2�D�u,n�IԪ&S.��Q̀��'�� �}G='�I�4�s��V�.B��44��p���r̰��B�ƿ3� 	�`�)2�'�����/�:�X�+]l��C��8�>��;���F����}���F.���C�!D�qLT��7�#����o�?[
+����Z�lW ^j��4
+�AO�����Jv�H�yVz/˅b����nNq�HL��"OhƳ�֯�V����aRǪU)���Q;�
>���n�H�1����bd&����4�ͤ��p!@�Θ�\�o�����2Mz��?^w�&����ۇl�9SiO{�5|�)"��Vl	��v�6���C����Wy�t�l��^��!SÞ5�(``��/]ie0���b�P�H
�I�*0��[���\i�A�A�&��ֵ�L7�4�ұ�a�Un~�LQՎt�/�V������њ�XEW�V��ҘMZ�h��y��5q��>\�����S���A�u
+7څ��!�5|��ς#�\]���C%�WԿVO^v�[B3���K�Qy�M��;��o��|�76��HA�e$��:�8o��b��pƔ�Cxn9��:����:GJ.o�vȥ
+�B`ͳ�E����}�9�M;�;��9�"���J��h[���!\[� ��
O�ߢ��+�77����|�2E֚��ӡea�۵���z��s�����⩍P ��:J��	ʐ��t�1�fdޏh$��X?'���g�c ��i9�w�0Ƅ�J@�t:�mj�Hz�9��,�EW������(�s��ͣo����p�J��dۜT�NҘm��ВAބ�c�.����ۮ:�}�ԡ�w [J��H�[,�	
Y�ML.0	n>n�����r��㄁�V���d|�?M=Dw�����6?��R�&��U|b�9�G��y��9!�ƚ�O��F��/��i���8>��o��}o��"���+�Qԇ��IO 1�q=�@J�#��j�����9���{6h�V/bY��mm�8W�ŵ̂	M/����!B\�qǿ���rb��N��ÆM@�����i�g������#?D�~q�,C,��w��\��
+D�5Ԝ�=��p���OsϮ�]M�h�g���q�.�:�cNI�.,����&[���\��E&Q��p$`y6:�M	��� )��U���+�78����q2��#�o�wp�#wx���_�IP+�DqfLǪ�TH���o�Cf�k����\�s�i��8��uA9���F�VM�X>OT��5I��"V�΀^�K��>W�j�u\�/�w�(��=�5�J�~����G�Af�'� �^|
�e�
Fv{��m�Of����+��|]UŹ��OF�@�/�xyR�j_�Xͽ�ť����z��W�ěc�=�m#f>A�™�=�y�jm���˟+�k�lA�蟚�۶o�#[ɡ�l�b�{���/�}S.0M�[q>�X3L�m����tn�6���<�>�߄�XKuI��.�;��j@/{]������{��۪Tk0.��z."}��Վ 6|��m4"�q��e��}�92�,4Fg7|8�|����%„�K��
u/Լ��A�1�2���]�P����tFCe'j����Eh���J�Id��!�t�g�m,j2\�G���;SUݸ�
��Ɍ��T�V�/B
+�4��蕔�D�Y���h��f%U�K�0qؾ�CO͞������1�>��g�l�pHKA��(d�LA7W	�2:��K�4�a���8�J�8^�69���6M	��bTg���7'��Ѡn�*�3����7���p�GJ��;�p.f�9����>V��r�B�3K�K˴�?D��u��b4\$�˕���<^����4W~^/0�Q�N����B���Al�2~3�R�z��:�Q�ʃ��y�j�ɮ�'���G��w�d�������r��WL�B�%�0F��a,��ж�sz͛W���H�96���箯�f�(cuK4j��rB�o	�
+_�!};eq�[U�!��l�qv���&>�C�|��Ȑ�5���(��2�rE<��^v��M���NS��1�h���RU}	�B=�g�Nġ�H�T8_��q[uL����9����kAU|:�	��v.��E�ݠL�/��5������{�~f�ɡ�!}�[7�C���|3�{��}V�I��D�Re0�"�Eg��J��h�0`�g>X��Xbݺ������E�y������N+Z���G�Z��f߾�GQ-����w�/�H+o:yf�Vʦ�
���݁���j��+��?�R��}���X�|Z�Dnު/��y�M;C�`�Y��y�"
+գg�@�L�&��3ި�T����2Q��NGAi�@����5߃�[�U��"pA�l6���*��|����
u|T=�Gn�h���n����ӷv�O����sTS���^>�s��d�(���\�<����
+�B/^�*�,��9l�0����C�@t�����M����m$�K��C��8�DPEQ���F4�a���֠3&���f��"L.���r��9���u���	��XZ��/�Bp�7:�Ȍghɻ|皝ժ�����,����g�:~���~ݯC_�\Ž�W�>a[��i�#6�g���p�6�.�}EH�"R���Pk�%~c"ӡ�`u}�
+�=4�0K�f�)چށu<5[�~�z����5}E�EU! ����J�0��I' ��9Aa�?_Kפ�������w�s�Jl:T���6���х�&�I.�|�M��봀��]�rU���1S��W:�u����t$WnB�Q�J†�(}�oI~E�c�XL������o�������r�8�	ΖY�0���Xc��l@�R�m�¼b%>p
+�p�	�];��e��"�vy����d���a��r!��� ]�&Mf���%���ب7�C�{gH]=��9������U��\t@�ޘ��EH��ãq�ͻ0�+r('\Ą���D���9K�^����5l�4;o�P�q�����6�C�O|S)���$���{Oe"6�>v�N��W	M9�d�ԏ"<{��C"�1$�?�\��?�������}q}H�"�D�ϋ��3��1u�>B*ˏ�vZ��"���ẹ& ���1u����M�1����Z��7=���ȷ����+�ď񉺨3
-�'�uy�1�y���Z΋`-���<2s�rt��ӷ�	�;%�>�b��u�R(��ʨEl�s�I����S8��W�>�h��1������J:�F����܁�p��)ӧh�Op��Il��;���N��!3�R����e�?i[�k�rq�>ZĴ��t�R�Q@{eC8��HEKm���lY{�B�D�*�I�b=1�ck��K�uA���r�{�%���������(jtx8̴l��8��/�����6�%�<4�ʎZ�<�Q=q��Е�X)4qs#�,�����;��$�r�8S�g��̒�2>���i��"��hc��ѫn�)i����-�v�q|8`���.!�&p�gs��mqk��{H�)�Ja����W��'̻\��\��(� {UW����\<78LM�Y���������"o}P������1��rN�������b9�W{�p�� �k�v�H��j�E�S)�v�)G!N�Z��z,�{::r����@@�F��[
6�`�%��#C��sH��&C��M�$SZ�"%8�E®+S�mZ�™3�*���C8^
+�Uq��	U^;�|�
+��ϫUy�j4z׹��?;�N��E4Q�m�No_�&-�Fuc!�0!`�\rgt�c��x�JēS�o(;?
+���ca�+��Evh�̰.;;�p�n����~p(O�����\l7����/��v�
+��i��د����$����+1R`��hۛ'�$W٫ao��*23�=�dɯ�SU�3��#�&�	�)����N�:���G�£�pXՑo&���j���q�F:gz2��f���1,�E���#���	��q���)5aĨ!!,t<�q
γZ#kx����;�aLs�B,��%ΐd	�pLT��A�����;�=�
+@��K,��f2{��&^���pG��K���bl	#������^���p�#%��l�=��_<�μ��(@!�l���`Wr'�h��%� �����Q�U�:��?H��bbP�9ͣ��TYD��a�y]>"�FC�!z�w���-hs��0��gL�y*�����g{�[�V����>���C�
�W�i��p?9	w�@�����:�̬I��m�Hy���o؈�$V߰�	SqM��Xqa�no��U�:!��H�5�5Eb9��XC��7Щ�s��C�4��J�9p�p��\b�qqLfx���"@M�1�j���%iX�]�4��록��8w��R�vz<O�]�m#��P�'|�o7��b�u�5��d۠�l�T��m��Dm�����~�f���^�ʗ�K���n�e���`����+�;4��2��	�:��8�ģDR�u9��/���i�Ьe;�FY���l���mX
+.��$ڴ���(> �yqB4-���(�Θ���LD3��Ô=n��t?�L�1���7��@�@�9��-5'>!1h<	�n(&�a2/��F�ѓ�2}�s�M<��Lz<�I�X�2nh�#L�B63�@4q��{	β�!%O�	9�n�	�fO%�O�ܶH�:���k� �)2y�hX�Kc��4D3Nvtmρ+�H��P���]�o|iH��8VF��-ݐ����2Bc�\����?ce�o��t8�9�w�lM3�* '/�,���<A?���pU��Z&HRy�a��fI�*�u$4�
+�Ȉ0��q�Ի��pCČӰ<�����E�2`��F��a��X��m?VabΊ�K�%8�|Z@�Kd7���?�$g
-���D��

c�c���7�@�Ƙ�Ab�"0� /S�;yCv4�H;-懤�	0�m��KV�(�N�Rk(�ر
+Pͥ��kQ,I�Z��F�#_�C@��=�&�)�W�P�<1!U #/�-�9X	C\w�����Dֹ���Y6Z<AUA;���K%zT��$E:0���
+
+=�p�X���
+?.�i�+��;�*�7��P�$��{)��fmHj�S���0��5����
trgs8SÛ�_�`ФC��"I1.pC�hf����-�������^����f'��Zw�<�ǣ�Sd	�!ऑ��pq���:B�zN@�m2�%vr�6��xFU�D�ݔo�I��ϼڰƂI�%f�v���
+H����E�p}�S��8Z_3j��>�Ͷ��
+��-�c���>��F��GuɆ��z_W{�-T�榵��>Y_{?�g�<�+/�{��s>l��6�G�Q����T�˪�$o�n3ʛ�m�<��ʲ8i��i1�K?�u�W��[j�K���/��Mڣ�Bt�sK^*{�)���d�Ke�e'������e�����n����s���jX�jS}8-*�T�X���i��YX�d�GU�[�Em�TV�6Uv�WmV�AM)��Ԗ�	�5��G@ܒ`�f��o@��(tOh,��Əw���yv0ʼn�����N��d���h�y���<��ѕkGJ.���?y�l:Y󩛐u�d[?���՘���;�]�ʛ�dT�R!}uXQ��="6�A� �
ihrh����[�]q����2m-�X�3�ɏ��\CN=�[s�{�7�Gw�硡�����k�<��"ct�(�h]G�}��=����D����Ȥ��<h/�|�������V�����vUW
+Ҹ���q�K�!����5���|L��(K~
�,*%K���;���_;h���-�
�I1�s9p�wg�++Ƹ�rw9Z"[��-���.�ns�6��D��*���χ��=ű�9p�q0Ά�x�_���Ϗ��J��o���Z�T�?l����ҝ�۪�=?_LZB0����?��a=B"��񪘌��R���-���6��n����;uY7ŷ��W���xR��W��\]g1���c�fŸ�4��/z�b]}��o��_�U��c�T_U�ީ��S�u,�'7D��_!�/��1;hΡ@
0����k1��/�Qa"@�3�~�v�jtQ��y�˄�[}�$��������$���,��¦D̻��F�Cr�e^�~�}�����\b�Í��;���/�y�[,�h�{+�{p�K�:���ޖ#���'�)p�W�b�Ge?�b��=8�űa��=��	�_�.g?H�hE�+|j�W�"��A�~%Ɋo��ݛc{viM+W<yg�L�O~�iW�e�Ɨ�M�������"�[?
+�G��C���r�~?�}�MNs������ߣF��|�2�u���kl���w?���J�7,TL��4�_�o������fF�BTm�S�ư���d{T�j�z��]\oe���+/N�
+Kr��+��P��]ps=@��q�ˆC�U�mժ��������gH�i�|c��e��gù׆�f8�ڗ�i���8+�ȭ9*/Ēx�4ʚ����~2?�Y>gb|B��x���HXb��x��j/kO��D��r����,��Z�\�c��N��x"�8�����=��)�~�T�fX�R6�
+���&9����r��������~X�K��\|�v��e����g����a�<�or���{פ�S���U/&���Vz�7T�æ8:�ݞk�Y���z�S�����J�'�ދ�ء��[^�c�x9w��l������Nz6pbܮN�5���~=:�w!���6������i��6֭��'�+O��eM����,/����د��m,��;�����ݑg64�(��~�Yo�Dk��f�L"a�k�������H��)Qt�&J���!����i!��b"~�@���6�d��Z�'J�?�XŌ��*�����g���`��{�
+{6�lo�����!:�,%�w����{������Q��kx�ڝW��8�i�%��K�rg"�]Ae��1Y��|7��JA.�@��ge��f�v�#��Fmsw
	Cø�#�v�]�Ä陲HҨ�u��(��b�^�>@w��!ga�$��:��Xg8fjZ��ER��Ӛ
G���V��ޟ�M��u\$�[�L���,iȤ�cU��49��19稜�C��
��vz9{�C��\^��/��=���xP=yR��(�9NH��R����@|����>ϙ|8�q��s��o����i�W�8'ƺ,+�;��zݑ�������
��#��k�$P����}�I�M[�<�͞c�%Ѵ1���9Vۖ���Vi��	,]�8��^��l��m�����$����	$�=;с�Z�L�T�l��j��J\o�<�{3��o.ߖu����������O\�B�.�|��&.�w���X��i��ܸ[:۫�������v��R����#0�4���ָ�Nm���ĊQ��M�)\��6(-��ԁ�2�n.�_{^��T�]���C��t��u8��M"����|{�+k��hy�L�7�Uj�UC�v6K�f	��V����q��BW��&x\Ԫ�[��B��WJ�zf˟��]����m��W�I�N��L$^xc�R}\�u��5Z�t�K`���%hy�S�LuݽZ�iKw�FYP�g&�j
���hjؠ)R���F���ƠV%P�3�B.]�)�<�:�#��q� 5%lt��rv"�'�jB������-z���^m�Gk��v���R���.^=@��#CH��F��e�#��9M�1����du��&6���ӄ
+��"/���le��cM��k���l���f�L����t�)<sN{j™sZV[)��Nd�v��P�+ӱ;2sL�)�X�oH���s�� 3x�	V^�_#�A�fm�פژim��Z�j6	�W�Z��j}�w�rIk�J�S���8��W�+Я�ق��Q�l~�P�7Yg��~�<����Sd�
+8����!��D���ӒÎ.0_�b�^n�Xqf3zW�������K����
+;v�y��^�D���d�Ag1�{t��B�t���La���:�K��UGJ<�d�Q���
�5���cXw�ģI|�ނr����4";��G��$��.��"'\���|� �?����
Y�D�;%�EǗ�z[��2Rm����w����2����
o�
+,6�`
+��
+Wi�͏_��R��!^JhxO�!nR����8�@ag���3�$.�`��=�����;e�+b-|Pe��gO��7��6�ۂ�F�;Â�t}���M��8^g	3�px�~���M���������/���$��6>�\˞̦���������A5XC���gA��5�}�A�Uȃ0�u|���^���p f9�5v�'�a��P�B�g��ٳ�9��+r��`1<k��=t0�B��[Z����"��S��;=�$����A��G+�׈�Ś��Z��.���&Q\��
�4)D]�A?�qg���K�A�I��Џ	d'I	CsF8ɑ��딨7Q-!�QT�lUVk��ۥ�3��q8�U!x�]y.�bK��j)�	kL>�D�EN�
�9a�-��r�2��%<^`h���,_P�"�)�
+)�������ђ�"����x��4����j�V>�_��M�*j!��L|��wj������F��"�@ݏ�`�H��
+`�p�3y>�(���u |w�NwKuu��bu
����Z�@#�2�ن���C�~��/�$���WB�%t��e���iVg����4��ܐ�Hx}�l��˖_(�<��M|�O���A�̱&�3
|t$ϹbL۞��M�P�r�hv���������7;��5�nI�O��� ����Kޅ��!NDG1�:�x͉����Fwuw
+�8�(���|�(.AS�D�&��&��Ɇ�9����pK�0�@�'qJPi�(��OU���w�E~�+�!��3�]tCXq���J�3zO�g$UHYD�-AC��in���]-�E%�֐kl����
+�6��?�o�H�0m1�LRI|ܰ���҅.�og�qT*��%ii����8[@����� ����1�dS�п��2��h{��PJ��@q*���6e�l׆��G� ������nvV�Ė���?e�ed��~%"~�r�Ө증�c����S��X�Tq���S��Pf�PG��Ot�۫G�X��s�i|�`������W��j�2f��GMO�PD�p����g��*���q��*�t�X�]������^�;�1B�t�`V�.�mЈ��풰��n���6OI�$EJ�~�D�0��L����ʱȢli�[P�6*��N�!Mji{��>�%*K‡��)Aa�{}�(Xͤ���r}o��!�s�� �>PĨG�4��Č�V/�m޶˸���ad���ә[)Yb���@�4�i��8b���pZ@��0��&���I	�tI�!�L^����G{@�,�����æ������f�i8�YH8NS�"���H��v���2�ɺ��+����)B��n_���r�6n�R 'c�.���~p?�7/�Q�LJ��9�̙ݹ�牚>�7��k�OŹ��!���1^v;
�0~�\röN�
��T!!����M�jm]9)��Y��4�'�c�ǟc���������7�k�����6"Ӝ�$��u�����j���n5v��f�`�F~��~=�ą$!���C�(t�B�ǂw@Ǧ��}���������B.�ʹ˕�ֈp�e��OFM��d	���^wZR"גb@@��T��2!�=�6�"�7��m�(3^z��E肋zF���,��-3������O�����j���:^��_��)��S:�UDZN��<2�G�JrKA�a]��P��!�>4O�{�1nMZ�s<�A��6rq7r���,�XbB��j��r�r��_B
���1���S�cң�Ci3�hٜ ���)��$�{z(
<�˕�݂::��D��8��U�:]��l_������m�ga
�R�!�r�W�!TU�W^+�r���j~�\��гG6�`L��(��~>�A�	!!|��e&�Ê�6ݰ`Mڐ!��>�������c�
+endstream
endobj
31 0 obj
<</CreationDate(D:20110926114527+02'00')/Creator(Adobe Illustrator CS3)/Producer(Adobe PDF library 8.00)/ModDate(D:20110926114527+02'00')/Title(prefix_settings)>>
endobj
xref
+0 36
+0000000003 65535 f
+0000000016 00000 n
+0000064759 00000 n
+0000000004 00001 f
+0000000020 00000 f
+0000065022 00000 n
+0000192609 00000 n
+0000192681 00000 n
+0000193064 00000 n
+0000211174 00000 n
+0000229536 00000 n
+0000250681 00000 n
+0000272249 00000 n
+0000294182 00000 n
+0000303142 00000 n
+0000306888 00000 n
+0000324892 00000 n
+0000349035 00000 n
+0000194163 00000 n
+0000206135 00000 n
+0000000026 00001 f
+0000064997 00000 n
+0000064810 00000 n
+0000064881 00000 n
+0000064912 00000 n
+0000066892 00000 n
+0000000028 00001 f
+0000067005 00000 n
+0000000029 00001 f
+0000000000 00001 f
+0000065443 00000 n
+0000366957 00000 n
+0000192047 00000 n
+0000192095 00000 n
+0000065767 00000 n
+0000000148 00000 n
+trailer
+<</Size 36/Root 1 0 R/Info 31 0 R/ID[<E9F1788D72F69445ACD25305EE00A25A><A13EE37EBD08F64DBD4B7980C8FD0307>]>>
+startxref
+367136
+%%EOF
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_preferences1.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_preferences1.png
new file mode 100644
index 0000000000000000000000000000000000000000..46f9d4e6ce2f0c4370f133f321226779ccbbf382
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_preferences1.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_preferences10.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_preferences10.png
new file mode 100644
index 0000000000000000000000000000000000000000..a8cdd11cfd60e1bd502ef7002e212231dd298036
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_preferences10.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_preferences11.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_preferences11.png
new file mode 100644
index 0000000000000000000000000000000000000000..86907e481cf077446f26941f9b6436c6d8075a72
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_preferences11.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_preferences12.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_preferences12.png
new file mode 100644
index 0000000000000000000000000000000000000000..89fae05e514556919b159a95a3c6f8682fd98187
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_preferences12.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_preferences13.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_preferences13.png
new file mode 100644
index 0000000000000000000000000000000000000000..115134c3b95022dbf4eb8d89611e2363804dc292
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_preferences13.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_preferences1b.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_preferences1b.png
new file mode 100644
index 0000000000000000000000000000000000000000..f2bd0bfd73606f8e6ae96712d2f6bdfe8a8a4701
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_preferences1b.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_preferences2.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_preferences2.png
new file mode 100644
index 0000000000000000000000000000000000000000..40ee848b102b6e107f52f944e8fe5747cd447052
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_preferences2.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_preferences5.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_preferences5.png
new file mode 100644
index 0000000000000000000000000000000000000000..ef6b8a08b433978b40213da182a4b4b1f4413654
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_preferences5.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_preferences6.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_preferences6.png
new file mode 100644
index 0000000000000000000000000000000000000000..17d02907948a46ef0832e0dd0742a8d157271d44
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_preferences6.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_preferences7.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_preferences7.png
new file mode 100644
index 0000000000000000000000000000000000000000..74cf738f83b838e7e4df4a903c82c6d8837ce3c3
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_preferences7.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_preferences8.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_preferences8.png
new file mode 100644
index 0000000000000000000000000000000000000000..477ba9f043092ea6ecf399b2557f0eb2241a2a96
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_preferences8.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_preferences9.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_preferences9.png
new file mode 100644
index 0000000000000000000000000000000000000000..6613988474a96faa06822448429f434f3d748663
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_preferences9.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_project_explorer1.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_project_explorer1.png
new file mode 100644
index 0000000000000000000000000000000000000000..d54bda615e5b93d02715c2e53206df216f94eebf
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_project_explorer1.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_project_explorer2.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_project_explorer2.png
new file mode 100644
index 0000000000000000000000000000000000000000..11204d663f1c13aebff817140363869b705dc60f
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_project_explorer2.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_project_explorer3.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_project_explorer3.png
new file mode 100644
index 0000000000000000000000000000000000000000..e61c11b700774b5ea4e32058047edda4f0ff68fd
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_project_explorer3.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_project_explorer4.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_project_explorer4.png
new file mode 100644
index 0000000000000000000000000000000000000000..497633b1967977ae8a626fa64abeafcce8423d5b
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_project_explorer4.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_project_explorer5.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_project_explorer5.png
new file mode 100644
index 0000000000000000000000000000000000000000..871c0d3a958523401e15c534eebaf5d28c1c6759
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_project_explorer5.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_project_explorer6.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_project_explorer6.png
new file mode 100644
index 0000000000000000000000000000000000000000..98464c20c60bc25449c802d0f5388d4cf336eec1
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_project_explorer6.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_project_explorer7.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_project_explorer7.png
new file mode 100644
index 0000000000000000000000000000000000000000..2f2543e2288e9d2e7a727ef115cc2c4f19594ec2
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_project_explorer7.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_project_explorer8.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_project_explorer8.png
new file mode 100644
index 0000000000000000000000000000000000000000..6f4c3a4613e7f2d4a4c9a40b0876e05df2a26be3
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_project_explorer8.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_project_explorer9.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_project_explorer9.png
new file mode 100644
index 0000000000000000000000000000000000000000..9caa59efa4e74d86ec93a48188db2c18d41ee80c
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_project_explorer9.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proofskeletonview1.jpg b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proofskeletonview1.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..82cafdb79a2da3634d72fd7b749fb40d7439b969
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proofskeletonview1.jpg differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proofskeletonview2.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proofskeletonview2.png
new file mode 100644
index 0000000000000000000000000000000000000000..e84ee01795593ee34817a28e41de51c2941efd90
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proofskeletonview2.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proofskeletonview3.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proofskeletonview3.png
new file mode 100644
index 0000000000000000000000000000000000000000..425cb05bb03a2b45e5b1c24179a89d8af61c19cf
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proofskeletonview3.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proofskeletonview4.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proofskeletonview4.png
new file mode 100644
index 0000000000000000000000000000000000000000..0af04e2242c3f9b74952160930a0e882c6cf9e3d
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proofskeletonview4.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proofskeletonview5.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proofskeletonview5.png
new file mode 100644
index 0000000000000000000000000000000000000000..756cc719868c31ed0e343af092ad994781ab2102
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proofskeletonview5.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proving_perspective1.pdf b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proving_perspective1.pdf
new file mode 100755
index 0000000000000000000000000000000000000000..b55a53060ede98319c5b29c4f76dd57297ceb0d4
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proving_perspective1.pdf
@@ -0,0 +1,2365 @@
+%PDF-1.5
%����
+1 0 obj
<</Metadata 66 0 R/Pages 2 0 R/OCProperties<</D<</RBGroups[]/ON[22 0 R]/Order 21 0 R>>/OCGs[22 0 R]>>/Type/Catalog>>
endobj
66 0 obj
<</Subtype/XML/Length 62633/Type/Metadata>>stream
+<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
+<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 4.1-c036 46.277092, Fri Feb 23 2007 14:17:08        ">
+   <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>
+         <dc:title>
+            <rdf:Alt>
+               <rdf:li xml:lang="x-default">proving_perspective</rdf:li>
+            </rdf:Alt>
+         </dc:title>
+      </rdf:Description>
+      <rdf:Description rdf:about=""
+            xmlns:xap="http://ns.adobe.com/xap/1.0/"
+            xmlns:xapGImg="http://ns.adobe.com/xap/1.0/g/img/">
+         <xap:CreatorTool>Adobe Illustrator CS3</xap:CreatorTool>
+         <xap:CreateDate>2011-09-23T14:11:28+02:00</xap:CreateDate>
+         <xap:ModifyDate>2011-09-23T14:11:28+02:00</xap:ModifyDate>
+         <xap:MetadataDate>2011-09-23T14:11:28+02:00</xap:MetadataDate>
+         <xap:Thumbnails>
+            <rdf:Alt>
+               <rdf:li rdf:parseType="Resource">
+                  <xapGImg:width>256</xapGImg:width>
+                  <xapGImg:height>192</xapGImg:height>
+                  <xapGImg:format>JPEG</xapGImg:format>
+                  <xapGImg:image>/9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA&#xA;AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK&#xA;DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f&#xA;Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAwAEAAwER&#xA;AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA&#xA;AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB&#xA;UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE&#xA;1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ&#xA;qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy&#xA;obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp&#xA;0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo&#xA;+DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8A9UmtNuuKvHdP8jf85A6d&#xA;bqsHnCxnmMdrC73ImmpHbrMGI9WOUepIZF5vTk1BXpQqp3ceWPzRvtO1zR7/AFqzv7K7tdQgs5m4&#xA;xTrJcBBZpMIbVUAiQMzOvXnTgeIJVVfL2i/nRH5mim1zXrGXy2juz2sCo10yBX9JGf6nCp+JlDle&#xA;NeNV41K4q9CxV2Kpb5m0271Py9qWn2Vw9re3NtLHaXMcskDRzFT6T+pCRIvF6E8e3jirz7WPJf5v&#xA;3NlfaTaa9ajSLiGS1hjuZDNL6Tuy/vJXtXmb/Rjw3lL8/wB56hHwYqv1Xyp+cMGq39z5S1nTrSxv&#xA;rlLn0rs+qGC21vF9kWrMtWt2DfvTVWBHAj4lXoeiW+pW+j2UGqXP1zUo4UF7dUQCSbiPUYBEhXjy&#xA;rSiDbtiqE83aVq2q6BPYaTfvpl9M8HC+jYo8aJOjylCA3xGNWABFD0O2KsAs/Kv5/wAc0sUvmqwS&#xA;ypO8UkSB5jKwkeIf6RazcYvVkXknJiqKApxVNLLSPznFhqMV3r+n3F2TZrYtCiQsnCI/WubtazIr&#xA;SOysKwuKVoEqKKoa1/LPzbFp9rGvmKa0vYE1i4nmspTDHc6hqNx6sEtxGsaiRI1Zia7q32ajFWZe&#xA;U9N1bT9Nkh1OXnK87yRRfWZr30Ympxi+s3CpNLQgtVlHWnQYqnWKsf8APOj67q2gtaaHc/VNQ9VJ&#xA;I5TczWiUSppI9urSshP2kVkJ/mGKsJtPKH55x3tvqMvmPSjqDiCDUphAxV7WGa4k9NU9JRWk6io4&#xA;k+O1WVRR8ufnel4ssHmO1FtIGa6gnaKVuX1ZY0WGRbCJU/fKZC3pkbj4DQh1UNL5E/Mez0Qm08yT&#xA;Wt5AnqrBavHKs051C5vJWZZLaNXcwyooCCNXYcXXhQYqp2+mfnvqH1h21mGzmtbq3IgdY4Y5AbRG&#xA;uY4XFnP+6SWZgrv6nIqPs8TyVVZfJP5w/pOXWIfMlt+k1tHt7RJfTe3RpfqwdXQWasR+4dy6leT8&#xA;aIi8lKrY8vf85DetHXzRpZhEPGYeivJpvQ4cl/0X4R6vx71+VPgxV6RpEepR6VZR6pIk2pJBGt7N&#xA;H9h5wgEjL8KbM1SPhHyxVF4qwPUvK35hN5vv9W0vW/q1hdSWqRW8tw0sMdqsYjuVSze3eNJuRMqS&#xA;LL8TBVYBS1VUsh8sfnpJZqt95qszc84S4tY44kKJLJLJxY2jsHZRFGK1XjyqpO5VXap5L/My6u/M&#xA;AHmACPVXsJLJLe8ubMxLaND9YFuvp3JtBIokDcWlDFl5U3qqgNQ8vfnPqd1q+hXOp250u4tWMMzF&#xA;fREdx60YgZhYrJLJGFXkwkQjZ9+XpqVTJ/L/AOehitWj8zWCTRvD9ZjeGORHjDyNOeQtY25EemEo&#xA;FoOQNWAchWe6Jb6lb6PZQapc/XNSjhQXt1RAJJuI9RgESFePKtKINu2Ko3FXykPO/mq7hlvJ/MOo&#xA;LcyMXMMd5LChJFTxRHVUFTsqinYUy2cpDJGIj6drlR/H6rB3GzHHCMsUpmfrBNRsC9vP9t0Rsd0L&#xA;/jbzZ/1ftT/6Tbn/AKqZm+HDucDxJd7Q84+aELMmt6irSnlIReXALMAFq1H3PFQPkMAhHfZkZyob&#xA;t/4282f9X7U/+k25/wCqmHw4dzHxJd7v8bebP+r9qf8A0m3P/VTHw4dy+JLvd/jbzZ/1ftT/AOk2&#xA;5/6qY+HDuXxJd7v8bebP+r9qf/Sbc/8AVTHw4dy+JLvRtt5v124VIj5h1W2mVZWlmk1Cdo3KoXjV&#xA;F5IVJ48N2O5HTAccR0ZCZ7yqQa9rUUcMZ8z6hBD6qQokV5IQkP7xeXBZxx4tFTiafCVPcZUALA4f&#xA;xs2nr6uv61K78z+Z7dIGHmbUH9aD1qfXbrr6zx8BR23Kpz+Kmx++cREk+nkaYSMhXq5i1WDzR5gk&#xA;uLVJfMOpQRt6AuH/AEo7j96aswIkXhxWlVIbiep7ZCdAGo97OAsi5bbKkeva+89/G3m++VLOOV4J&#xA;fr0/G4MZoqx1mBq/UZOo7elruX85D2PmDzO9vcXx16/WGJ0Nyov5o5JixKgIebVf0oW3I2Cj2GRI&#xA;jdVv+xmOIi72/aiW8x62L2eE+Z9RSGJJfTkGpSuHeNW4tUOKK7rsoBbt3BwxiDVhEid6kuOu64Be&#xA;k+b9QH1aSWOL/TZD6vpxF1Khbkn43HGoqvuT8JgSP5vcyA/pd6FvvM/mOCEyw+ZtRkC+iHX6/N1m&#xA;hEnw0lPLiwdX2+H4a7naWPhPMUUZLBNSsKi+aNed5R/iTUokW2hkjLajM1ZmMIkBo4NB6jnjSop3&#xA;ocnKER0YRlInm3qXmDzJZ3d1bf4p1FmtrtrUs17PRkHSYenNKabHkBWm1CTUAQESL4eiZmUTXF1d&#xA;p3mXXbsCOTzRqUMv1mOJpTfzBDDIHrIFllh+wyCtW6N2puJRAr07fjutMCTfq3/HuUL3zNriRW8o&#xA;8xajNIsHrml7O5WYyyw0X94Cn7qh8aN4GmRAHFXDtf6GR+m+Lev0oyw8y6peWUIPmfVLW/8AU4zt&#xA;LqMoiMZEhBQGRCD8AB5NSpG++xoA/T1QNx9W9Nafr+t3UVoJvNt/azTTSJO0l/OVSNYonRqCT9pn&#xA;Zdz18KNg2v6e77yP2p/zvxQP7FA+ZteNhLcp5r1Iyxl+Nu95OrMqtEoIpOxq3rE0p+y2+SAFgcP4&#xA;3/V9rE3RPF+Nv1/Yl/8AjbzZ/wBX7U/+k25/6qZZ4cO5q8SXe7/G3mz/AKv2p/8ASbc/9VMfDh3L&#xA;4ku93+NvNn/V+1P/AKTbn/qpj4cO5fEl3u/xt5s/6v2p/wDSbc/9VMfDh3L4ku9r/GPmgsJTreom&#xA;RAVWQ3lxyCtQsAedaHiK/IYOCN8mXHKubf8AjbzZ/wBX7U/+k25/6qYfDh3MfEl3qn+MfNgi5fp/&#xA;UTX/ALWE/Lf/ACfVr+GDghypPFPnasnnrV2sZIjq+srqEYBE/wCk5/Sb4xsIiK/ZNP7z39sHBG+Q&#xA;TxyrmqXHnbzJZ20V5Z+YNRe7h4PJHNeySorgMwBjZ2WZW4cmHGiV4NU4DCO4pInLY29A1rSI7Wz0&#xA;xNF8s6dfXFzacmMtsoAkVIitXCCMVDOTzda02NdjgiZrmXOEI3uNla90aCHyuL5vK9gurlovVsI4&#xA;Fl4JJOqPR4EZ+SQsW5IDQiorgGSXeUjHC0m/L78qTo99qd1rMo1W1uZCNOt7wGf04PhaNiJT8Mm5&#xA;VqpXYdNwXjLExB6Iu1sZ5r/ULdfKNg8VtcPb28r2SW6MjM3pT85GPqRoqgScFqTuopQGYltvI/iv&#xA;2oMBtQbewvnSX6v5KsDLExVkeG2VSQqOAjsycuQ5DkBRSw68WGVYssz9RI/W2ZMUBy3/AFJnqnl6&#xA;ODS7Wex8s6Zd3/wm9tBDAo3iYkRO/pr/AH3EVb9muxOS8SXeWIxxvkhbvQ2NnP8Ao7y/pc1/DyUx&#xA;zWAhjLiIMvFnZVdWkUrVWNOS9eJ5DxJd5WMI9Q7XtHa10XTptO8saZNq9w8aXds9qrxITC7uoeJT&#xA;x/eqqB2+EVq22+HxJd5ZRxwvdC6Tot5NZ2yt5Z0ygjA+tyQQv6oYKI5acgw+1yZSaniRVSwyU5ED&#xA;Y2WuMQTuEwvdFt7bRNPlXy1p0urz+kl3bi0UxpK0RZxWNZeCiQUDMePiwHxZXPJPoWyOOFm1fRPL&#xA;9rcPdDVvK+nWSI3+iMkVvIXQs4+IKG4kBVPX9r2OWTmRykS1RiOoS7TNFurjS3vJvLmkmZg/oWos&#xA;vQc0YcS3r8SGC8hwIAJFeYU1yRn6tiaRw7cg7U7PS9P1dLeDyxDfW1xdmKeaKzSUWyehBxJCrsvK&#xA;UsfYNTfIcZ7yz4B3Bbrmk6pa6ikOk+S9L1GyKMXuittCQ5f4Rwc1+FPteJ6U6ZHxJd5SMcT0pMpt&#xA;I0qPQRfv5WtIb8FQ9g1tFMw/ehDvbLOSCvxVUMQOo6jB4k657pEIXy2QeiaO11c2w1HyvptpayxN&#xA;K0gtYy23RWU/3THmp4tU7H34meSQnQJMe9RjhwWfqvkyL/Cflb/qzWP/AEjQ/wDNOHxJd5Y8Ee53&#xA;+E/K3/Vmsf8ApGh/5px8SXeV4I9zv8J+Vv8AqzWP/SND/wA04+JLvK8Ee5CXvlfyytzYKukWSq87&#xA;K4FvEAw9CVqH4dxUA48cu9eAdyL/AMJ+Vv8AqzWP/SND/wA04+JLvK8Ee53+E/K3/Vmsf+kaH/mn&#xA;HxJd5Xgj3O/wn5W/6s1j/wBI0P8AzTj4ku8rwR7nf4T8rf8AVmsf+kaH/mnHxJd5Xgj3O/wn5W/6&#xA;s1j/ANI0P/NOPiS7yvBHud/hPyt/1ZrH/pGh/wCacfEl3leCPc7/AAn5W/6s1j/0jQ/804+JLvK8&#xA;Ee5CS+V/LI1a2jGkWQjaCdmT6vFQlXhAJHHqORx45d68A7kX/hPyt/1ZrH/pGh/5px8SXeV4I9zf&#xA;+FfK9Kfoeyp/zDRf804+JLvK8Ee4O/wr5XpT9D2VP+YaL/mnHxJd5Xgj3Bj3n7y9oFv5XuJbfTLS&#xA;GUTWiiSOCNWo91ErCoUHdSQfbHxJd5Xgj3Mn0tpntLWGIR8vQt+PqMUWr7GrAN4bbdcjGr3NBMia&#xA;2XvfcIrmX0+UdujOJkZWicoXDKjfa24VJK03FK70hjJkN2UhSHtdaFxBdyCEqbVeRQsDyPEmmw2+&#xA;zt9+WGLG249ctW0yTUCOMUTcX+IUrUDqaD9rHh3pbVRqQl0tL60T1y4JSFWFWIjduAbpXknHIyBC&#xA;k7WFPS9csdSM62zB5LaeSC4iBo8fFmCM6txZeYTpSvbschCYk2HHOMQZAji5e5XkvHSND6RdpJWi&#xA;joDxqGIHIgNT4RXp2OCeStuqIxtK/OMHmC68v3EOgXLWGsNyNnLRGq8YZgpDB1pJxp7VywMUB5BX&#xA;X7LytFba3O11qdvbpJPMwQIrOpIt19MAfuVVVbepO/SmDiB5Jpkpuj9b9ARkjariu1Qxqdunw0Br&#xA;1+WDi3pa2ajved0bYxMHUFiRuAoYhSa0+1Tb6fDES3pa2tQt9UaS9S1Mf2okdnB6Fl5e+x999vCm&#xA;EE2pGyhFfGG5vgIyZpJgyw0q3w20FR8NRsWFd8JI5IAR93czQ2zTJEGKH41duNEBoWqok7b/AK6Y&#xA;CaChsXkXpJKwaNHNAZEcEHlShUAtU/s7b/SMryZeEXRZxhZps3HGEyvFIoFPhC8mNQOipyO1aHLL&#xA;2tjW7dvP60ayBSFZQwbsa16dD26074g2FKrhQ7FUFf8A+9Wm/wDMS3/UPNiqNxV2KuxV2KuxVcgG&#xA;7MKhe3iT0GKqd1eNb2s0/FSIY2fiQorxFaVofDG6VjGqavcXjWt1a3T2pihnMj2CQTu20DtGq3EJ&#xA;Vj8Qp8INe+RM6vbkp2F+SWjUfNR1OK2N/qItJYUkF56Om0SRy/7p0+qbcVj3IJ3IGIncQe/osd/L&#xA;a9/uQWq+atZ0wlpr3WpbdYvWe4istOKJR2VlctbJxI41+W+SLKMbFvRbOWX6lbF3MrtDGzSSJGHY&#xA;sgJLBFVQd+wAwkUWANhA65cagbLUI/Rh+omxmPr8v33q8SOHpenx48d+fqVrtx74EoK18xaZZtY6&#xA;fcBluJoFMbrQgrHGjHl+0Pt/LJxjf4DGUwOovu6rrbzroE7zx8pYpLeQxyLIhFaMyhlIBVlbgaEH&#xA;2NDtkzjANdWPHtaEtPzG8u3b2RgS4a2vxMbe6IQR0gLBuQLeoK8Kj4O496DgDIki/JMJ/NWkR25n&#xA;UuYl5epMeKRxcULBpWkMaqpYBBU7uyr1OE4qYxyWjbS8tbs1VleWLvTffao60rlcokMxIFFZFLQA&#xA;AoBQbnbxO5xVsKrMvKgodmPbtXauKpXquuW1g1tDcREm9n+qxL6luCeUqwq4jeVJJEPMMeCsQv2g&#xA;DtiqvBqkUrxR8SJJTsKrsDz4mhIZqiJvsg0pvtlJzgTEev4/V0bhgkYGXT8fr6oC8846LZWtrc3T&#xA;Sxw3cwgj/ds7BnDNGWROTj1OGy05biqjelw5W1CO9dUNpv5geWL7TYb61klNrJ8AAglLI6ojmPgq&#xA;ksQsg+wGHvtkowJBI6ImOGXCUz024R9S1aAA1iniZmNKfHbx7AV5bcetKeB2NI2tJi9zZW0bz3jN&#xA;6S/CEQorMxVn+1IyIAqRMTU5VlyjGLP4+bbiwnIaClqPmLyjp9kb24luvQMaPBxjq0zPAbnhGlOW&#xA;0S8mdgEFacqhgLITjIWOSJYpCXCebtO8yeTdRtLu7s7m5kt7N1R3MbR8leOKQSKHRTw43C7mnttS&#xA;t2PEZ8mnIeDmnSWWlSekbeV7iOWaS3MsTxFEki5h1Y7bq8ZQhakNsRsaVGtvNlSVwzW97qGoWtgJ&#xA;CdMKrcrKEqWZ3UGPixJH7o9VHtXcAkK0rKyhlIKkVBG4IOBUHf8A+9Wm/wDMS3/UPNiqNxV2KtqA&#xA;SASACep6D7sVSzUdaisZLaGSJvUu5jBCOcHKvqCNZBE0qSOh5BzwUlV3YLiqc6SdPvLeNpTKkzrz&#xA;ICn0wOTLQSFeJPwE0rWnbFShNA8w+VdeskuLWa5iJ4n6pOnCZVkBMTmMKfhlVeSsNjv3BAIorMGP&#xA;NSTzL5VlgsbmD65NZ6gLsw3SR/u1+pBi/qcgGTmI24VG9O2RMgBbPw5cXD1S+480+S11PT5biaaP&#xA;nBPHJbTREyxSsttccHXgyhkiYlqE9CBvtluOHHy/FNUzw809kuvK40htWiDT2imgKRRhiRJ6Zoro&#xA;nRsriRIWGcokGitktfRYrJDCRWiyLGnFh40pUfI/j1xQ2qqwYl1TiBxUg70HQcQRirH9R1mC6sNW&#xA;togvK3jmilInt5SD6cnVIZJXT+76SKp9tjRKoey0K01GP1p3kVkWFAEKgUFvGe6n+bLI5DEMJQBK&#xA;I/wdpn+/Zv8Agk/5pyXjFj4QUrryxotrbTXU88yQQI0sr1U0RByY0CEmgHbEZpFfCDa+VNNMAlc3&#xA;EZ482iZoyy7VKniGWo9jTHxivhBux0TSlreWt1MDATV0kiehUVIIUNQ0O6tv4jJTMro1uiIHMI97&#xA;yOOw+ufWnlhBCho2t35EvwFGX939r/KymUSDTbGQItct1EbNbs3UixEGvIR1BFeQI49Voa0yBNc2&#xA;QDclzCghP1qRhcDlCVVCGFAaghKdDX37YDILS+QyJPDD6k7ety/eKiFF4ivxtx2r2ySEXpVhpKaT&#xA;az3mom1aVWKh3hQU9UJ8PNa05Oo69SPHCI2pKuB5WaSKJdfjMk4QwoLi15OJDRCo478j9mnXJeGU&#xA;cQajtfKmoSpaRa1HdzM/KOBZrWRi8LB6qgQnlGyhvY4TjI5hAmOjzPyPY+Z9C8z6/B5q1hk8vwXv&#xA;1XTlitrS29V5GjrdS0ijEcaI8YY9Cz13qKox2kyp6ql/oOlvwF4b1ri6hs3RTHMYpi4VfUEYHAB5&#xA;UBLdCy+OEYix8QNXnn3y5ZzX0E8zLLYIski8a80cKwaKh+P4XB27ZKOImq6oOQBPLO7ju4PXiDCM&#xA;u6KWFK+m5TkPFW41U9xQ5AimQLUFhY280s8FvFDPcU9eWNFV5KEkc2Aq1C5O/icCVfFUuutCtJ5D&#xA;IrvAzEs/pcaMzdSQ6vT6MFKlOpeXoFvNKX61Oed0ykn0tv8ARZ22/d+2NLaYf4ag/wCWu4/5Jf8A&#xA;VPGk27/DUH/LXcf8kv8AqnjS27/DUH/LXcf8kv8AqnjS27/DUH/LXcf8kv8AqnjS2x7SyyWUag14&#xA;8wCaV+2chQTaL9WTxwod6snjiqBmkf8ATVoa7i2uQD85IMKr59VEbyxKwMyKTxJWteBcVXlzoaHe&#xA;lMkYHhtiJC6cdTgkvGsXYiUUIrsGYAPxFDWoXc7UysEkkVyDOtrQ1vfx3V1PBBLKWgkaOagipGy7&#xA;0OxbcEcfH6DSPEbA4TRvfatjS0hNXM76XeGVZowi3CKsvo0dRA9JF9It8J7cqHxGSVE+WUWWWC0a&#xA;C/IuqUu7dImtYvStIWImd6sjNyou2/bocnTFOrm0srTTL/ULmW7SKwhe4kiU27SNEkfqVC8djsVo&#xA;1Nx4b5CBtslGkttNW0C6uY4IZr0s6oWetoVjeSURCGQivGUVDGM/FSgpzIXLDBhe1/jvQh80+Wxc&#xA;29sG1MzToHdQltWANbRXSfWP99Blm48m+EFX5MFXlg4QnhKL+veW4vrUcsl5bwW7GNmdbVVkcS3M&#xA;HpxIBzldmsmoiqWIZaDrxSgbq2nLoGsaRNcQ/XntEnFq9tNBEjMzMgH7t4x8NZAd8PCp2S+213ye&#xA;9lM1q+o+lZJJLNB9VWExrArymqyxRgH92aDrXrQ4Ks/C08Jq/OkYuqaCdQg09n1JLq4lkiiVoY+B&#xA;9K6a1LCQIYyOSc9mqEoSBXAB+PtR0tkX+GoP+Wu4/wCSX/VPDS2klrfWMOgRPfWkM8EEcnJpU9Qh&#xA;AwlbajHqimg7qMAlQTVmlIap5UurGPUX02xNooEaXE8CoEVHKAH1FUoquT1oB1wxyEjZZ4+E7jdF&#xA;SXekxosx06G2ck8JFQ28ytMFV6MBHJGzBFDbg0G/TI5M/CLJRHHZ2DhPoptpYm0y2kgaJ7q4EkYk&#xA;5pEUd5JC4JduXFiWqxO/XJRyEjbkgwo+aoZtL+tGQ6Vam4JS5M3pJy9QNIFflSvJSz0P+UfE48ZX&#xA;hC5ZtMQgppdqpBjIIjQUMK8Ij0/YX4V8BsMTMlQAETBrPoQxwQW0cUEShIok+FFRRRVVRsAB0GPE&#xA;tL/8QTf76X7zgtLv8QTf76X7zjau/wAQTf76X7zjaoDUtcla80o+kvwXTMNz/wAss4/jhtCP/wAQ&#xA;Tf76X7zgtLv8QTf76X7zjau/xBN/vpfvONquj16VnVfSX4iB1PfG1YtamX6zolssrLHqN7PbzUC1&#xA;VI7ae4BSqnfnCK1rtXAApZX/AIag/wCWu4/5Jf8AVPJUtu/w1B/y13H/ACS/6p40tsK1W7Sw1T1p&#xA;55PRt4505AR1oXtxuSoUbv3yrJMQjZa82WOOPEeSNt4be8tkuo5HKXKBwxRFYq603+AH7O2SjPiF&#xA;9E45icRIcivGmQCc3ANLhjyabhFzJC8AS3CteO3yyfHKqvZlQu1Zbd1Xis7hak0AjAqxqT9jud8i&#xA;lL9ejddLuC0rOPSn2YLT+4k/lUYEvP8AzJ5+82+XtQjstHv/AKrbSW1vM8fpQyVkaJVJrIjnog75&#xA;m4McZR3cPNklGWyjo35t+d7i5kS/1sxxLE7xkRWcdXXcLyaB+orQU65VrbxQuEOM35/obtFWSdTn&#xA;wiue36Vy/mh58/ecvMifBNJEAttZGqohZZPiVdnIoKV/4iGyIY4mIJjRIaJZCJECVgFCN+bn5jL6&#xA;ynW1MkJFQILMqRXi3FgnxUJFONaip7ZPwYdzDxZd6IvfzV/MC3hjlTX0nWZVChIbTkr+lFK/NREd&#xA;gZeA9wfDAMUT0Scsu9A/8rk/Mj/q7/8ATva/9Usl4EO5j40+93/K5PzI/wCrv/072v8A1Sx8CHcv&#xA;jT73f8rk/Mj/AKu//Tva/wDVLHwIdy+NPvVLf84fzGeeNG1eqs6gj6va9Cf+MWA4YdyRmlfN7Dp9&#xA;xpI09Le6E7sq2gkVRGUP6Ru3tIqct9mj+OvbpXpmuA2c+0a+n+Vvr8flv0Xk5xO5gWENbIIvTbg5&#xA;CemrfvVYD5dKrWwYfTxdFlIk7qXmP9EaJFbh7HUL2oLW8WnxrK/KNkTgqjgS3GQtxX9hXJ+FTlMs&#xA;YlzF9WUSRvaMs9E0fVrZbieEOUeSNQ3CXjRuJUkoOLjjSRf2XBXfjXJ0wtH/AOHrP1C5klJKhQKr&#xA;QBST/L4scaW2/wBA2f8APJ96/wDNONK79A2f88n3r/zTjSu/QNn/ADyfev8AzTjSu/QNn/PJ96/8&#xA;040rv0DZ/wA8n3r/AM040qX6nolot7pIDyUe7ZTuP+WWc+HtjSph+gbP+eT71/5pxpXfoGz/AJ5P&#xA;vX/mnGld+gbP+eT71/5pxpUPqOmQWWn3V5EztLbQyTRhiCpaNSwrQA0qMIjupKH0DR9OuNPsL2aI&#xA;vc2ss01u4d14yH1YSQAwXeORl3/pgASVuseaF0+40SI29P0w6qY7m4ME0fJo1osVH9R19XdAe2X4&#xA;8PFGR/m+TEmisj80X7mYpoGoTRI7ejNEyhXhErxK5EzQtzk9IsqqGHBkZmUN8NOOpJn6UrXVNO/S&#xA;t1d3mjX2npp1le3F2Lhf70RmBqwssjI9EWh4njXueuMgAa92/wCO5IBIB72SWNrZXccFwLNora5g&#xA;SeP1WdZVZxUxyR9FIBH7R3rttu8KCd6Rf6I07/fX/DN/XBSu/RGnf76/4Zv640rH/PNha2+gyvCn&#xA;FiswJqTt9XlPc4CEhR8naJo1/p0k19YW11KrxIsk8McjBRawniCwJpUnJxkQGJAJT7/Cnlb/AKs9&#xA;j/0jQ/8ANOHjPejhHc7/AAp5W/6s9j/0jQ/8048Z714R3O/wp5W/6s9j/wBI0P8AzTjxnvXhHc7/&#xA;AAp5W/6s9j/0jQ/8048Z714R3O/wp5W/6s9j/wBI0P8AzTjxnvXhHc7/AAp5W/6s9j/0jQ/8048Z&#xA;714R3O/wp5W/6s9j/wBI0P8AzTjxnvXhHc4eVfLCkMuj2QI3BFtFUH/gceM96eEdzCG1TSre70eG&#xA;60jTbu6Bsvq13eSIl1W4v3iH1VGhlaQ27D1TR1pUdOuQHJkWUDUvL582fU/q0A1gI7G6KRCWqRxk&#xA;KG+38Ucpp7Ke2ZHDLgv+Fj1Retaj5gtTb/orTE1ISErOWuFt/T3AVviR+S7ktTcAbBjtlCQjLOW+&#xA;MNbvgJuTbRghQpNVXcsSVHwlv2iOVADQKFfm3jhS7m3jirubeOKu5t44q7m3jirubeOKvO/zD/KW&#xA;283+adA1prpreOwk46rArMoubdQXRRx25c/hJ/lY77DFXogYgADYDYADFDubeOKXc28cVQOvO36C&#xA;1Hf/AI9Zv+TbYY8wg8lvlf8A44dv/rS/8nWyA5MiiJ5dWXWbOKGCN9KeG4a9nY0dJlaL0FQV35hp&#xA;Kjj2+0OjFClc3OuCzvDBaILtZfSsVLK6MjBVWaSrRUVWYs6g8uKkLU0yIJ6sYk72GO6vc+eIvMVh&#xA;HZ29rcO1pIDOUKooLwLOSjXCsaOqsoB+yabkVyMpSHIW3QjE8zXP9iZaRqHna4u4DqemQ2NozH1k&#xA;R1mkUNEWHxCUKAkg4FgrFq/ZUDll8xEci1RvqyLIJdirF/zCnhGiNAZFE8iTukRI5siW8gZgvUhS&#xA;61PuPHBLkoX+Qf8Ajkzf8ZIv+oSDCOSslxV2KuxV2KuxV2KuxV2KsJ0/X9TsoLOyhspZo5RYi3mS&#xA;1uJk/f30kV56ksQMaelAFcciKdTUYBySU9Ot3o8zJpX6Pm+plHLX4icxc+CPHWQhVH+7FNOW/Hf7&#xA;QF3AOC73Y235hPmykK+XRZ+oQ7TNfrIYtigVQ0UiurEFj/dsNtyu1aWYrqmFjHdpbgXcglnJZmZa&#xA;UHI14iipstaLtWlKkmpJYoigxV1BirqDFXUGKuoMVdQYq6gxV1BirqDFXUGKoDzAB+gdS/5hZv8A&#xA;k22SjzCDyUfK/wDxw7f/AFpf+TrZAcmRRU0OpNqtrNDcKmnRxTrd2xQFpJHMZhZW6rwCv3oeXQ7F&#xA;ShUgW8Ek/rsjIXrAV2ISg+Einbx5Gvt0yuInZsir2939qTTyfzH+Yf5g2X5t6J5Xg8vWr/Wo3CXg&#xA;uJXjltZHR5peXpJ6RjWD4lIenYmoOWS8ljVbs8sD+YguYTqCaS1uVUTi3kuFIJlHMqHjbnSH7PxL&#xA;8XXbpI1WzEWyPIpdirAfzL/46Wn/APbN1b/iNvhP0n3j9LH+Ie79Sc+Qf+OTN/xki/6hIMA5MmS4&#xA;q7FXYq7FXYq7FXYq7FWE6fJ5nS2tEsLeSaynFmEmQ24SHheub0yCVlkPO3KheKtuNqHfBHkkptTz&#xA;I3mhapKuiojrVPq/psxSMoz8i09Q3qA8aD7O3Um/08H9L4/2MeqaX1pcXNrJDDcy2Uj043MAiaRK&#xA;EH4RMkse/TdDlKVKWwvmSdUvpY2lgEMTcISYpAG/frVKFzyFQ1V+EUUfFU3uhDXen+YWS1t7TUFj&#xA;jjipdXssSSXEkqSQlTwURwgSRrMHoooWUqNqYpRGi2F/Y6Ta2d7dG/ubeMRyXhUo0vHYMwZ5DyIp&#xA;yPLc7+2BMtyjeDeGFi7g3hiruDeGKu4N4Yq7g3hiruDeGKu4N4Yq7g3hiqA15W/Qeo7f8es3/Jts&#xA;MeYU8mvK/wDxw7f/AFpf+TrZAcmRRslnz1CC89eVfRilh+rq1IX9Vo25und09KiHsGbxwoUGs73j&#xA;cJDfFucisnqqH9Mc+UkY9P0WoUNFq1R136YOZ8mciKG1MYv/ACLqk+tLrFz5lnikQwiGONPTRG/d&#xA;CSNT6hYRzywqWjBoa0NcBBIoFYyA6MpsEGm6ZY2l7e+vPHHFbG6mPF55QoXl8RJLORWlSckwRhZQ&#xA;QCQCxooPc0rt92Kt4qwH8y/+Olp//bN1b/iNvhP0n3j9LH+Ie79Sc+Qf+OTN/wAZIv8AqEgwDkyZ&#xA;LirsVdirsVdirsVdirsVYZpvlK11O2stSmZDPELM2rPEHaE2V69zIY3JqvrqwjalNh36YBySWSGx&#xA;1L9MpeC+/wBBVHQ2JjPVwm4dXUfCY6jkhI5MK0IpZxDhqt0Im9tIry2e2laRI5KVaGWSCQUIPwyR&#xA;Mjr07H2yCpdrXluDVLeaJ7m4jLxCNAk86RgqHALrDJCzhvU+MFviAHhgISDSY2VpFZ2cFpEWMVvG&#xA;kUZdizFUUKOTHcmg3OFCtirsVdirsVdirsVdirsVdiqH1K1a7066tVYK1xDJErHoC6lan78INFBQ&#xA;Xlf/AI4dv/rS/wDJ1siOTIoi60XS7vU7HVLi3WS/031fqM5LVj9deElADT4l23Hy64UJV+g9A0lr&#xA;+e/vikWqSIZPrEywr+7d5RGGX02YFpG5Biar8JqK1xceKOGRlxfUevx/W26nViUYiVAR/H6EBpvl&#xA;byTZXp1iC6jCQI+oCNmt1gggugxSVFCL6EfFGoyFedKuXZai+URIg/jr+tjCZqh1/Yl1/wDl95K1&#xA;Wxh0dNYcyxKi2wSe3aSlossEasqqC6xKrJTtwO4YyM0yTVfj8brEmJuvwf7FC08heQdL0mbTp9e/&#xA;d2TxyXksstijwmSOFY1LekDArCFWShBqeVeXFllCXBy/HVjK5lkXlex8oaTFe3ek6jBJaM0VtdOs&#xA;tuY45rdOJDPGqkSNz5OrN9o1ABY1qjEQFM5yMzaRfmDeWd1f2D2s8c6DTdWq0Tq43W3PVScsI9J9&#xA;4/S0/wAQ936k/wDIP/HJm/4yRf8AUJBgHJkyXFXYq7FXYq7FXYq7FXYqwJNUrp1hax3lzZG1ZXn9&#xA;CIMZOM8cwXkXWitGrKRTfl4AhoApIS1ILgWUtu/mXV5pCpW2ndeLRExenU+jLF6lKlvjqahTWvLm&#xA;k/j5/j8CpXudk1m1wRBpYL+6F2IrwW6SqxhaWd43ieRDIxPomOlFoPiYKFU8ckZA0GIFWldjcTJF&#xA;Mt5r+ozc5JBElTtH6/KNi8bwv6nogA0ITl+ywryYyAP4/H491GW/L8fj8dbZcPfy26Rr5t1OOVDI&#xA;fVWCEc/UdWo4DDZeNF40I8ePw4L/AB80pnBqdmltbxSXclzLDDFFJczK3qStHGqNI+77uV5faOAl&#xA;jS/9K2H+/f8AhW/pjaad+lbD/fv/AArf0xtad+lbD/fv/Ct/TG1p36VsP9+/8K39MbWnfpWw/wB+&#xA;/wDCt/TG1p36VsP9+/8ACt/TG1p36VsP9+/8K39MbWnfpWw/37/wrf0xtaXw6tYesn739odFY9/l&#xA;jaKZJ5Xr+hLeooeUux2P962SHJSmmFDHvOB8qehB/iBSyfvPR4esG4UAmNYaNwCn4q7Zjag49uP8&#xA;d/JxNX4VfvOXx+PJZf3nk6Wa9m1ONIr46R62oRTowuF0xi5dSq1JUMGDqlSDSvVcyA5seIgV3/al&#xA;+mv+WU/mSWLTRCNfjupZblrdZo5jcK0okEzoF5fYk+BzxpuBRhVvc94H2bfsZSEuHflt9232NXd1&#xA;+V1jY61b3KWxttNNouvExSTsTz/0YXDhXecq47lqbg98lRYxsnb8d6B1S5/KGOz1Ka9WKVLS9S31&#xA;RSJ2mN0AUVpFP7yUhQ5D/FX46VPLIAgfj8fNsAma934/sSfW73ypdizbyzGkditjqyyenA9uDL6d&#xA;rUsJEjLNx41OSoCG3L+1plfHvz/sZt5B/wCOTN/xki/6hIMRyVkuKuxV2KuxV2KuxV2KuxVhGiSX&#xA;CR2syzmOCKPj6Klzyb1JCxpzWMVDbkoxPbjQHIAn4LIKEs/ntopVj1a2jdigR/QDUCsA5AI+HmoZ&#xA;qHlTkFH2OTputubONXvyTBLvVpNVvDeSxy6PIF+rW2xZWCx7miKftqxHxn+ANsVLkUk9M1YH7ElO&#xA;o/yqCgP6+3gAq/FXYq7FXYq7FXYq7FXYq7FUCdJTjqAW6ulbUAQXEzkw1Th/o4aojoatsOvsAAqs&#xA;XRlSwtbdbu6e5tHjaK8lnkZ2VZFeVZlUokvqIpSrg8a1GKsq8pf8o9af89P+TjZKPJSm+FDG/O+t&#xA;6Rpllb/pOxF9FJIXRHCcFMNHJq+3OleK/tdMxtTkjECxbh6zNCEfWLH6v09zWs+erDSZUtp4JLi8&#xA;Cs91FaFZhCI0V5Oe6uPhb4KoC/y3GXjjxda5/Y5RJHRBj8ybWa0tbmy0+e8W5u4rbjEVqEuDL6Un&#xA;xUoSkSuVfjQOu9N8oGXns5Bw+f42/WjLX8wvLtzeQ2sbuPVhNy08gEUUUSg8jI8pQAhkdSq1I4mv&#xA;Q5bHcE8iOh5tUxwlLr38xLRJuUGnfXLiF72BQj8pFltZxCyDij8FdeLln4rQqPiJpksUeI0O79qJ&#xA;WBaJ833n13ygt36Mlv6ySv6E68JUrbS/C6/ssO4yExSxNojyD/xyZv8AjJF/1CQYRyVkuKuxV5d5&#xA;g0H80Z/zi0jWtPvbCPy/aW8kaafJNOry2xaIXRkCwsvqM8ilN6fAKnFXqOKuxV2KuxV2KpR5S/5R&#xA;+1/56f8AJxsEeSSi79NUeW3Fm0axCRTcl2IbgHUkKArVqvLuMsgY72wkD0U9U0f9ISRP9eu7T0lZ&#xA;eNrL6atzZGq4oakenQezN45TOHEKsj3N+HLwG6EvfuqR6XbxRRJEWQxTGdXFK83JMhIAofU5ty23&#xA;JLfa3yYaydz5oTUNBlvLkOboQ2vrRXMlvFEoMssE1tLE8shJZmX6qybUHF6EfCDhBQE3wK7FXYq7&#xA;FXYqo319Z2FnNe3syW9pboZJ55GCoiKKlmJ6YqrAgio3BxV2KuxVZN/cyf6p/ViqV+Uv+Uftf+en&#xA;/JxsEeSSm+FCR+bNW13TbSKTSLH67K7ESfC8gUAVC8I/iqx/a+yO+Y+oyTiBwi3G1OWcI3AcRXT3&#xA;3m6OWOGHSbW5+GP1Lo3jQx82Wr0T0ZXAVlI79U61bhbZ7nLiBW5Q+ka15yu7gx3/AJbTTYQAfWkv&#xA;4pa/GoYcYo2NeBZh4kUNK1E/x+Px+tBHcuvdQ85W91cm20uG+tUlcW6CVYJHi9KBkbkzOtfUaddw&#xA;K8V6DfJRA6liT5ILV9W/MIF4tK0i3Fw8KvD67epCsitMkytIssfIV9B46qpKFqjkCAMYBPq25/sZ&#xA;S8kD5hufMc/ly4/TNpHakRsyemQau8FyzLQSS/3cZjUmu786fDxJr3rdnLhv02m3kH/jkzf8ZIv+&#xA;oSDJjk1slxV2KpdP/wApHY/8wd3/AMnbbFUxxV2KuxV2KuxVKPKX/KP2v/PT/k42CPJJTfCh2Kux&#xA;V2KuxV2KuxV2KuxVhP5w+ULnzX5JvNNTU3022jVrq6EcYczrApdYmJZaLzAJ+QxVP/KWiXeheXLD&#xA;R7q/fU5bGIQC9kTg7omychyfdVota70xVN8Vdiqyb+5k/wBU/qxVgmmfmDpGkWMWnXNpfyTQ15PB&#xA;bPJGebFxxcbHZsMIWOYYylR5FFf8rY0D/lg1T/pDkyfB5j5o4/I/JKPMP5rTNDENCs7xJKkymeyl&#xA;J2oUA6jiT9rvTpvlObHPbgMfm0Z55K9A38x+PiiLj81kN6n1azulsfh9QyWNw0vR+dOLKvXhT/Ze&#xA;2SMJXsY173JE41uJX7ks0L81vMXOQ69aJ6dCIUsbC9rWq0Zmlbw5bBfDfLBDvI+aJzHQH5Kmo/mj&#xA;qvq3MmmxThRIxtIbmwnZTGYYgokMfFhSYS9K7Fd9qGUYR6n7QwMz3fYU5g1/zFqmmpdWeo2VhJOG&#xA;HC6HpMnpSOgb0ZFMiGZWV6MzBeNBUNyFMBUvUdvL8fj7riQRsPn+Px96OvXmpzeXbhNRvLKeYREr&#xA;HaSeqQ31WZpmLcYvhDuI0+D7KhiavxWG9bmyykRewoJ15B/45M3/ABki/wCoSDJjkwZLirsVS6f/&#xA;AJSOx/5g7v8A5O22KpjirsVdirsVdirzvTkgkvbC3m0sTWc8DtLfqzJwkRnqG4sB0CAfDU1JrscR&#xA;GPDfVBJulE6vo1vpyXF95W1Fbp5Xj+p2iy3TcAOSy8wyKFKMuzUblVaHicqhK+lN0oUaBCg+uafa&#xA;pbNd+VL6QTWsM0i2i3M0izSoGZOHwxhUNUPOUScv918fiydII35p1y8r/pNdPGk3fJuQ+s8J/q4Z&#xA;CPhMpam6nkD9k9K8vhyRgAOjUJFSS1027untUsRbCMylZuV4eXpSBFDerDHH8anl8Mh/yeS1ORoM&#xA;rQF/p10zAabBb/u0le5W6eYMCnHiienUFm5H59q5PEIfxX8GEzLokuo+YBZXN/B/hq/uRbP6dm9t&#xA;HcSLOxC78vTCogLbtU9DSuQAFW2DnSYG+sOKsNLvivrMjUtpwfSCB/VAJBoA42+0SGCqSMExRCw3&#xA;tWsntbkW840+eOCYFpYplljnioiNxZfiHPkxFCaHs2A7Eef4/Fso0Qfd+O5DyX8Fvqd3ZXOjXfpw&#xA;mP6rcwJPOkysivI1VXinpkkULFmpsK0BMwALG7GNkoPV7xjozG30O5eSWMi5aWsAiRkn5SDkX5FD&#xA;APg8HXfemOL1CzsnKOE0N0VrWo2+nrFJb6JfagglKXKW8MjOECyDkgdkDfvI/H7O/wC0nIAbIG6p&#xA;p9/Y3zRINHvrMyIJOV5E8aqPWERRiHajmvIDw3xCZbFFnSL4NfkC1dSn+4xSJlKyUb+/PqNyXlx+&#xA;wB3w0i0J+jPMaW+nv6OnvOJgNURDcGsTTKA1vzPGqREs3qd+gPTGltONOuLhBaStbR3NoyiFoUjg&#xA;DKxlcNLI0hQ8I4woVUqeu3TLY8Jjvz/GzCV35KOmXPmQaZdpeWFidQiJeyleKPjMpLAJIsbj03+G&#xA;uxYBWUcnYMchCr35Mp+SlbXXmkT2Zn0+0eGMxpdLwgUyKxjjkkYgt8SESSBUCgrx/aJVYY7/AIu7&#xA;7dv2s8nD/D3/AGb/ALE+lg0qfhyt+Lj1auY4APt/u68KMRxJ4jw+18VMlswQDwWMQHqpCp6VKqoJ&#xA;9q4FW/7if+KP+ExSuR9HUMClsxI2J41HyoR+OKEs1iDT4dOu2truSeSaGfnE4twsY9GQ8Y/RRHK1&#xA;/nLdBiUsn8g/8cmb/jJF/wBQkGTHJiyXFXYql0//ACkdj/zB3f8AydtsVTHFXYq7FXYq7FXnhupr&#xA;Lyy17BEJ5IFlk9JmZAyoeTbqkprxrSimp2yAZFU8uahfalo1jf31stlc3cSzPaxyPKI1k+JAXeOB&#xA;uXAjkCgodt6VxQi0uHkVG+qzwBwD++4gjktaEA126H5/OgBthCV9KSi11/UJvNF1o7abLHaW8QkW&#xA;/NeDGikduFH5ELxYtVTUeGVLBEYhPi3PRRI8VUi7TU5J5J09Nk9FSQzKyqx3Hwk9emYzaY0pWuom&#xA;9tLi5ltZIzbhjGrKVlNASeNDXfj2O+C0yhRqwl+sa6un+V7nWjFIrxFUSKaSSOjSSLEpf4ieIZ6m&#xA;nbBKVC6a80uAE867m9E1+HUPLNrrLQTyPOxiMNq0klZFmMJIJZQqclJq5Hh1yHiekEg7rhJyRB5b&#xA;XuravcahbSWFrZWcs17qDlS6NJLCjonIq5LwUDKDRydgv2W6ZalNfq80cdusltNJcyMEnWGdzHEf&#xA;h5ku1KgVNNt/btElhKRFULQetrEun3UAt7ty9tMzXAZ/QWkUrCrVPeOlPcYb3Uz9VUf0IktH9ZFu&#xA;La8O45XRZxBQqTs3I16cfmcF70jxPVVH39Fa4tbdPtGSnEEVkkI5ceS1oT1bbpkM2TgjdE+5vhGy&#xA;hLuVLeOBhFM7TMiU9V1VObqlXYnbd+nU5ZDcWdmMtiiGgQTolX4srMf3knVSoH7X+VhQmHlFJG0x&#xA;kVQVNA3Jyv7bbfZbrhipTlUuGcsQqkSGg9UgE1Bp9g16YUKLLMbVySPsOeHqnpQgnjw/jilETtcK&#xA;ykrGCXUkeoTuNv5NsULZPXW6gHBBUScQJDTfj34intiq2BJ/XlRAvwrEKiQ9FDAb8N/fFKrCbluZ&#xA;VE2kJ2kIH/ENxihgXmW8iSBrIhvVntbuZGFOIWGLiwO9a1mFNvHBW1re9Ml8g/8AHJm/4yRf9QkG&#xA;SHJWS4q7FUun/wCUjsf+YO7/AOTttiqY4q7FXYq7FXYqxrR5tNsvK0N7dQq9CU2VS7u8xSNByoKs&#xA;zBRU08SBlZkIiy3YcMsk+EfityfgEBd+dNJs7iZbqPSYEtkWW4t5L6JbyON+IXnCYhErFnVRWbjU&#xA;j4t8gcp7h89/u/S5sdBEjYyv+p6fnxcVf5t+SeWt1p+pxWdxpRtpLS7ieZJzGHBCMq0oGShBYhge&#xA;hFMtjIEWHBy4pY5GMhUgg9c1fSdDl06LVLqytn1W5Wysg1ufjmcEqv8AedNqV8SMNNSa/o+b/l1/&#xA;6Rj/ANVMaV36Pm/5df8ApGP/AFUxpXfo+b/l1/6Rj/1UxpXfo+b/AJdf+kY/9VMaV36Pm/5df+kY&#xA;/wDVTGld+j5v+XX/AKRj/wBVMaVL/MVhMvl/U2P1agtJz8NuQdo26H1DTGlTD9Hzf8uv/SMf+qmN&#xA;K4adMOn1X/pGP/VTGld+j5v+XX/pGP8A1UxpUu1yFoNOvuSwcxY3UkUsUXpujRqtKNyb+av0YYjd&#xA;TyQvlMctNZeTBTSoVC1fjbw6ZGKSncJkHI+o1S7UIjJPY70G2FCkwcWUh9Rv7twQENKb9+mKr5U2&#xA;QBjTl/vqm1d+2/yxS87/ADbsfzGu73y+vlK4trWO0uluJpblnh9SRCOETKEPKKlS+++3hhQ9BsVu&#xA;HZnl4xTNFC0iKA4VnBJUGgqAe9MCq0ML/GvMf3hAHpgjbf6MVebeav8AjpW//bN1P/iMGH+E+8fp&#xA;R/EPd+pmXkH/AI5M3/GSL/qEgxHJLJcVdiqXT/8AKR2P/MHd/wDJ22xVMcVdirsVdirsVea+a7a8&#xA;b8udPv7YFv0Tdi+njUMxaJHljbZeyepzauwVScxdSDwAjobd52DOP5gwl/lImI9+x+2qHmXmV7r9&#xA;3J9ZnjjtbmP0Q8DyylCzGRZHSQADitVLD0wzE9R3zA4w9b+WnE8IBv8ATRHcfL7e7ft/kaKSPRdJ&#xA;MiOjywXU5EmzET3CyhiN6cg9ads2Wn+gPD9rSB1Eq6UNvIAfoSn8x/yx8s+cNY0O41k3LNDK9vCs&#xA;MzRKimGWYsoXo5eJKt4AZe65ncMXpQxxc2k9NQvqOas1BSrHuT3xVfirsVdirsVdiqXeZf8AlHNV&#xA;/wCYO4/5NNiqY4q7FXYqkvmf/eC9/wC2be/8RTDHmEHkgfKKxnTm5MQRTiObR1+Jv5TkIsinMKQV&#xA;f4zT1GBPrONvHrvhQoER/VZByPH0XI/eP9qp2pyp+GKURPHbfu6SN9sf7tc7f8FihLNbWL61po5G&#xA;n1lan1WbaopuTUYqj0WAXU3xtSkdP3rg/tV3Db4qvhW25ODI27tQiVwKCnX4sVef+Z7OV3W9BX0o&#xA;LK+hdTXkWmjRlI2pSkJrv4YL2pa3tkHkvVdLtNNljuryC3kLxMElkRGKm1hFaMRttkhyVP8A/EOg&#xA;f9XO0/5Hx/8ANWKLd/iHQP8Aq52n/I+P/mrFbS+fXtDPmCycaja8FtLpWb1o6AmS3IBNe9DhW0w/&#xA;xDoH/VztP+R8f/NWBbd/iHQP+rnaf8j4/wDmrFbd/iHQP+rnaf8AI+P/AJqxW3f4h0D/AKudp/yP&#xA;j/5qxW3f4h0D/q52n/I+P/mrFbSfQ9Y0q30C1guZEct6okiqhp+8bZlJHWuRBFM7INhQ+r/lz6nq&#xA;fobT/U5c+f1a1ryrWtfGuV+HDuHycv8AlHU1XiTr+tL9aar5l0RePEgcBxSnpiimmw+LpsMssOGb&#xA;KC1LzNpT3mlMH2jumZt06fVZ1/m8Ww2ikw/xVpH+/PxT/mrHiTTv8VaR/vz8U/5qx4lp3+KtI/35&#xA;+Kf81Y8S07/FWkf78/FP+aseJad/irSP9+fin/NWPEtO/wAVaR/vz8U/5qx4lpL/ADB5m0qXQdSj&#xA;V/ie1nVd06mNh/NiCikw/wAVaR/vz8U/5qx4k07/ABVpH+/PxT/mrHiWnf4q0j/fn4p/zVjxLSjd&#xA;a1od9BNayyKonhkhZ2aMUV1owDBj1piJIpLfKupaXb2JF1NGpP2Q25+03z8ciCkprHrWhAtW5hAM&#xA;hPStVI27eOSsKsOsaH9ReP6xF6pRgB7mtN6YLCqkus6ASpW5iPxhm+Q+jDYWku1jVtGe405kuImS&#xA;O5UyEClASKVFMbVHDWNE+szMLqJUYJxNAeleW1MFhW49a0Qer/pMIq1Ur4V+WNqxTX7iB9LuFSRG&#xA;b0p9lYE/3EnhkUqlg8osoAj8D9XtqMVaQLyqGbgpUmg8DhFXuiV1sjy7Rxh5PjCkGUqGrwr8ZVVE&#xA;jFgtaL3O2MB0KyPco2dxPcWccrJ6UjqlVdXUhuK+oGRgGWj8gOu1DXfJZo8JIjuwjLayhGkuP0lY&#xA;vIBzNtcNIqqdhzhbiAT17fPKyJ8O1cX2MzIA8jS+8m1tL3T0tIoZLdy36RZ+S8VAUAxsCaHckAqe&#xA;VKfD9oSiPTv9W37VJ325O1C/1KC/tLe3svXt7g0luQx/dBWHIsvELTidquPGhpxa7HCJiSTRH2tc&#xA;5SBAAWXEfmQ6gzW81otgQQqypI0ingKMeLKG+PtUbd/Cjej339n9rd6dvx+NnIPM4sIg7WT6gPU9&#xA;dgJUhP2vSKCrsP2CwJPenjgnf8Kxq90Jx8+egAX0sz+o3MqtwqmLkOHGpaj8a1rUVpk41xb/AE/b&#xA;+ObGX07fUjrH/EXrT/X/AKp6Pry/VvQ9Xl9Wp+6589vUr9um3hgPJTzSbSpPzKuIjJqcWm2biJhH&#xA;DE0rEziYcTIKOAnpL+y5NT26CUOG91ny25p5pH6b+rv+mDbG55/B9UEgThxXr6hJrz5fRTGVXsgX&#xA;1bv/APerTf8AmJb/AKh5silG4q7FXYq7FXYq7FUFrf8Axxr/AP5hpv8AiBxCoi4YrGCDQ84xt4Fw&#xA;DiqrirsVdirsVdirsVdiqD1Lpa/8xEf6zhCozArsVQWt/wDHFv8A/mGm/wCTZxVl8Wh6XFEkUcFE&#xA;jUKg5OaACg6nJUhd+iNO/wB9f8M39caV36I07/fX/DN/XGlS+XTdHPmC1i9SETraXDmzMp9dkaSE&#xA;eqsdeRRSvFm8SMaVMP0Rp3++v+Gb+uNK79Ead/vr/hm/rjSu/RGnf76/4Zv640rv0Rp3++v+Gb+u&#xA;NK79Ead/vr/hm/rjSu/RGnf76/4Zv640rv0Rp3++v+Gb+uNKoyW2gxXcFnK0aXdyrvbW7S0kkWLj&#xA;6jIhbkwTmvKnSoxpVO88v2k1xYyRxgJbzmSYFnqVMMkdF678nBxpVefT9Ht4JLi4CwwQqZJZZHKo&#xA;iKKszMWoABuScaVeNJ01gCIqg7ghmpT78aV36I07/fX/AAzf1xpXfojTv99f8M39caV36I07/fX/&#xA;AAzf1xpXfojTv99f8M39caVLNQs/L179e0KC5gGrPauxtfW5TRpIvBZWiDc+HJhvSmGlRawaE+oy&#xA;6corewwx3EkVZNopWdEav2d2iYde2ClRH6I07/fX/DN/XGld+iNO/wB9f8M39caV36I07/fX/DN/&#xA;XGld+iNO/wB9f8M39caV36I07/fX/DN/XGld+iNO/wB9f8M39caVx0nTVBJioBuSWalPvxpUuvtP&#xA;0We0s7yOaFbMzQSrcGX93IkhAjCPy4n1C6hfGu2GlTH9Ead/vr/hm/rgpXfojTv99f8ADN/XGlWT&#xA;6DpU8MkEsHKKVSki83FVYUIqDXpjSo/CrsVeZWv5LyaZp6Wmg+YrzSSYlFwYXuhHJdMsgnu/SW5R&#xA;RJIWjYDdVKUIZWZcVRB/KE3UXmFNa1mTWG1u1FpAbuOSVLZVd5EdY5ZpEZld+Y4hAp+wFGwVQ9/+&#xA;UvmyWe6OnefdR0yzmUpbWUCMY7dTc+sBHWb4QsdIlApRenw/Dir00dPH3xV2KuxV2KuxV5zL+UMk&#xA;C3L6Lr1zpF1fXF7d380BuAJ5ry4Eyu6JcR7wovBaH3OxZWVXD8qL+W9vby/8xT3stxaz2kKzLM8a&#xA;pNNDN8cclxIrBvq/GVECIynZUxVfc/llrk5uFh8zzaZaSoFhsdLSeyt4Sts0I9KOO6/dqsrCbilK&#xA;mocttxVQCfk5ra6YNPPnG/eBreS0lSQ3MkbRPbrCv7p7po68ubPVSDzIUJxQqqqax+TV3dG9l0vz&#xA;Lc6RdXF2Lm0uYI/jtoyszTQxFZI/724vJ5Wfr8QX9kHFU+8q+Sdc0XXbrUr7zTf6zazxvHBp91/d&#xA;RNJIsjOKMQSOPFfhHEEgbYqy7FXYq7FWG6/+V2ka3qF7dz6jfwx35ElzYRvA9m0wSGL1mgnhmR3E&#xA;dsiD1AwXfiAd8Vb8hfldofkq81O7069v7ybVjGbpr+VJjWLlQqVjjNW5nkWJJxVmOKuxV2KuxV2K&#xA;pJ508uP5k8t3WjJPHbNc+mRPNCbhFMUiyKxiEkQejIDRiV/mVhUFVh8X5YebLhbm4uvN+pW1xO8x&#xA;trdbi4ljgSk0dsCBNEkpVTA8gZaM6NWodsVUNN/JvXrWPT7abzhcz2FhLZSCx4XHolLHjSJUku5V&#xA;VZGjWQ1DFWA4cVqpVRV3+UF3eDTZLnzHO99YW9skt2Yizy3dpOXhvCZJZGEiwzTRbsahwSTxAxVX&#xA;8o/lp5o0PV7O+1HzxqetwWwkM1jcchFNI6NGrNWST4UDVC7jkOXXFXoOKv8A/9k=</xapGImg:image>
+               </rdf:li>
+            </rdf:Alt>
+         </xap:Thumbnails>
+      </rdf:Description>
+      <rdf:Description rdf:about=""
+            xmlns:xapMM="http://ns.adobe.com/xap/1.0/mm/"
+            xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#"
+            xmlns:stMfs="http://ns.adobe.com/xap/1.0/sType/ManifestItem#">
+         <xapMM:DocumentID>uuid:DFD1EAB1DCE5E011A2C2F2A9D406202E</xapMM:DocumentID>
+         <xapMM:InstanceID>uuid:794be5f3-e3e3-416e-951a-52043f04237c</xapMM:InstanceID>
+         <xapMM:DerivedFrom rdf:parseType="Resource">
+            <stRef:instanceID>uuid:DED1EAB1DCE5E011A2C2F2A9D406202E</stRef:instanceID>
+            <stRef:documentID>uuid:332EF66894E3E011992D80E0D1F7980D</stRef:documentID>
+         </xapMM:DerivedFrom>
+         <xapMM:Manifest>
+            <rdf:Seq>
+               <rdf:li rdf:parseType="Resource">
+                  <stMfs:linkForm>EmbedByReference</stMfs:linkForm>
+                  <stMfs:reference rdf:parseType="Resource">
+                     <stRef:filePath>C:\Work\Design\rodin_handbook\proving_perspective.png</stRef:filePath>
+                  </stMfs:reference>
+               </rdf:li>
+            </rdf:Seq>
+         </xapMM:Manifest>
+      </rdf:Description>
+      <rdf:Description rdf:about=""
+            xmlns:illustrator="http://ns.adobe.com/illustrator/1.0/">
+         <illustrator:StartupProfile>Print</illustrator:StartupProfile>
+      </rdf:Description>
+      <rdf:Description rdf:about=""
+            xmlns:xapTPg="http://ns.adobe.com/xap/1.0/t/pg/"
+            xmlns:stDim="http://ns.adobe.com/xap/1.0/sType/Dimensions#"
+            xmlns:stFnt="http://ns.adobe.com/xap/1.0/sType/Font#"
+            xmlns:xapG="http://ns.adobe.com/xap/1.0/g/">
+         <xapTPg:NPages>1</xapTPg:NPages>
+         <xapTPg:HasVisibleTransparency>True</xapTPg:HasVisibleTransparency>
+         <xapTPg:HasVisibleOverprint>False</xapTPg:HasVisibleOverprint>
+         <xapTPg:MaxPageSize rdf:parseType="Resource">
+            <stDim:w>612.000000</stDim:w>
+            <stDim:h>792.000000</stDim:h>
+            <stDim:unit>Points</stDim:unit>
+         </xapTPg:MaxPageSize>
+         <xapTPg:Fonts>
+            <rdf:Bag>
+               <rdf:li rdf:parseType="Resource">
+                  <stFnt:fontName>MyriadPro-Regular</stFnt:fontName>
+                  <stFnt:fontFamily>Myriad Pro</stFnt:fontFamily>
+                  <stFnt:fontFace>Regular</stFnt:fontFace>
+                  <stFnt:fontType>Open Type</stFnt:fontType>
+                  <stFnt:versionString>Version 2.007;PS 002.000;Core 1.0.38;makeotf.lib1.7.9032</stFnt:versionString>
+                  <stFnt:composite>False</stFnt:composite>
+                  <stFnt:fontFileName>MyriadPro-Regular.otf</stFnt:fontFileName>
+               </rdf:li>
+            </rdf:Bag>
+         </xapTPg:Fonts>
+         <xapTPg:PlateNames>
+            <rdf:Seq>
+               <rdf:li>Cyan</rdf:li>
+               <rdf:li>Magenta</rdf:li>
+               <rdf:li>Yellow</rdf:li>
+               <rdf:li>Black</rdf:li>
+            </rdf:Seq>
+         </xapTPg:PlateNames>
+         <xapTPg:SwatchGroups>
+            <rdf:Seq>
+               <rdf:li rdf:parseType="Resource">
+                  <xapG:groupName>Default Swatch Group</xapG:groupName>
+                  <xapG:groupType>0</xapG:groupType>
+                  <xapG:Colorants>
+                     <rdf:Seq>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>White</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>0.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>Black</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>0.000000</xapG:yellow>
+                           <xapG:black>100.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>CMYK Red</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>100.000000</xapG:magenta>
+                           <xapG:yellow>100.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>CMYK Yellow</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>100.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>CMYK Green</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>100.000000</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>100.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>CMYK Cyan</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>100.000000</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>0.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>CMYK Blue</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>100.000000</xapG:cyan>
+                           <xapG:magenta>100.000000</xapG:magenta>
+                           <xapG:yellow>0.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>CMYK Magenta</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>100.000000</xapG:magenta>
+                           <xapG:yellow>0.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=15 M=100 Y=90 K=10</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>14.999998</xapG:cyan>
+                           <xapG:magenta>100.000000</xapG:magenta>
+                           <xapG:yellow>90.000004</xapG:yellow>
+                           <xapG:black>10.000002</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=0 M=90 Y=85 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>90.000004</xapG:magenta>
+                           <xapG:yellow>84.999996</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=0 M=80 Y=95 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>80.000001</xapG:magenta>
+                           <xapG:yellow>94.999999</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=0 M=50 Y=100 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>50.000000</xapG:magenta>
+                           <xapG:yellow>100.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=0 M=35 Y=85 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>35.000002</xapG:magenta>
+                           <xapG:yellow>84.999996</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=5 M=0 Y=90 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>5.000001</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>90.000004</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=20 M=0 Y=100 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>19.999999</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>100.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=50 M=0 Y=100 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>50.000000</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>100.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=75 M=0 Y=100 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>75.000000</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>100.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=85 M=10 Y=100 K=10</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>84.999996</xapG:cyan>
+                           <xapG:magenta>10.000002</xapG:magenta>
+                           <xapG:yellow>100.000000</xapG:yellow>
+                           <xapG:black>10.000002</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=90 M=30 Y=95 K=30</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>90.000004</xapG:cyan>
+                           <xapG:magenta>30.000001</xapG:magenta>
+                           <xapG:yellow>94.999999</xapG:yellow>
+                           <xapG:black>30.000001</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=75 M=0 Y=75 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>75.000000</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>75.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=80 M=10 Y=45 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>80.000001</xapG:cyan>
+                           <xapG:magenta>10.000002</xapG:magenta>
+                           <xapG:yellow>44.999999</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=70 M=15 Y=0 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>69.999999</xapG:cyan>
+                           <xapG:magenta>14.999998</xapG:magenta>
+                           <xapG:yellow>0.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=85 M=50 Y=0 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>84.999996</xapG:cyan>
+                           <xapG:magenta>50.000000</xapG:magenta>
+                           <xapG:yellow>0.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=100 M=95 Y=5 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>100.000000</xapG:cyan>
+                           <xapG:magenta>94.999999</xapG:magenta>
+                           <xapG:yellow>5.000001</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=100 M=100 Y=25 K=25</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>100.000000</xapG:cyan>
+                           <xapG:magenta>100.000000</xapG:magenta>
+                           <xapG:yellow>25.000000</xapG:yellow>
+                           <xapG:black>25.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=75 M=100 Y=0 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>75.000000</xapG:cyan>
+                           <xapG:magenta>100.000000</xapG:magenta>
+                           <xapG:yellow>0.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=50 M=100 Y=0 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>50.000000</xapG:cyan>
+                           <xapG:magenta>100.000000</xapG:magenta>
+                           <xapG:yellow>0.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=35 M=100 Y=35 K=10</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>35.000002</xapG:cyan>
+                           <xapG:magenta>100.000000</xapG:magenta>
+                           <xapG:yellow>35.000002</xapG:yellow>
+                           <xapG:black>10.000002</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=10 M=100 Y=50 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>10.000002</xapG:cyan>
+                           <xapG:magenta>100.000000</xapG:magenta>
+                           <xapG:yellow>50.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=0 M=95 Y=20 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>94.999999</xapG:magenta>
+                           <xapG:yellow>19.999999</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=25 M=25 Y=40 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>25.000000</xapG:cyan>
+                           <xapG:magenta>25.000000</xapG:magenta>
+                           <xapG:yellow>39.999998</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=40 M=45 Y=50 K=5</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>39.999998</xapG:cyan>
+                           <xapG:magenta>44.999999</xapG:magenta>
+                           <xapG:yellow>50.000000</xapG:yellow>
+                           <xapG:black>5.000001</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=50 M=50 Y=60 K=25</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>50.000000</xapG:cyan>
+                           <xapG:magenta>50.000000</xapG:magenta>
+                           <xapG:yellow>60.000002</xapG:yellow>
+                           <xapG:black>25.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=55 M=60 Y=65 K=40</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>55.000001</xapG:cyan>
+                           <xapG:magenta>60.000002</xapG:magenta>
+                           <xapG:yellow>64.999998</xapG:yellow>
+                           <xapG:black>39.999998</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=25 M=40 Y=65 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>25.000000</xapG:cyan>
+                           <xapG:magenta>39.999998</xapG:magenta>
+                           <xapG:yellow>64.999998</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=30 M=50 Y=75 K=10</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>30.000001</xapG:cyan>
+                           <xapG:magenta>50.000000</xapG:magenta>
+                           <xapG:yellow>75.000000</xapG:yellow>
+                           <xapG:black>10.000002</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=35 M=60 Y=80 K=25</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>35.000002</xapG:cyan>
+                           <xapG:magenta>60.000002</xapG:magenta>
+                           <xapG:yellow>80.000001</xapG:yellow>
+                           <xapG:black>25.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=40 M=65 Y=90 K=35</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>39.999998</xapG:cyan>
+                           <xapG:magenta>64.999998</xapG:magenta>
+                           <xapG:yellow>90.000004</xapG:yellow>
+                           <xapG:black>35.000002</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=40 M=70 Y=100 K=50</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>39.999998</xapG:cyan>
+                           <xapG:magenta>69.999999</xapG:magenta>
+                           <xapG:yellow>100.000000</xapG:yellow>
+                           <xapG:black>50.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=50 M=70 Y=80 K=70</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>50.000000</xapG:cyan>
+                           <xapG:magenta>69.999999</xapG:magenta>
+                           <xapG:yellow>80.000001</xapG:yellow>
+                           <xapG:black>69.999999</xapG:black>
+                        </rdf:li>
+                     </rdf:Seq>
+                  </xapG:Colorants>
+               </rdf:li>
+               <rdf:li rdf:parseType="Resource">
+                  <xapG:groupName>Print Color Group</xapG:groupName>
+                  <xapG:groupType>1</xapG:groupType>
+                  <xapG:Colorants>
+                     <rdf:Seq>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=0 M=30 Y=70 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>30.000001</xapG:magenta>
+                           <xapG:yellow>69.999999</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=5 M=70 Y=90 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>5.000001</xapG:cyan>
+                           <xapG:magenta>69.999999</xapG:magenta>
+                           <xapG:yellow>90.000004</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=5 M=90 Y=75 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>5.000001</xapG:cyan>
+                           <xapG:magenta>90.000004</xapG:magenta>
+                           <xapG:yellow>75.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=30 M=0 Y=95 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>30.000001</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>94.999999</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=60 M=5 Y=95 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>60.000002</xapG:cyan>
+                           <xapG:magenta>5.000001</xapG:magenta>
+                           <xapG:yellow>94.999999</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=30 M=0 Y=10 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>30.000001</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>10.000002</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=60 M=10 Y=5 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>60.000002</xapG:cyan>
+                           <xapG:magenta>10.000002</xapG:magenta>
+                           <xapG:yellow>5.000001</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=80 M=5 Y=10 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>80.000001</xapG:cyan>
+                           <xapG:magenta>5.000001</xapG:magenta>
+                           <xapG:yellow>10.000002</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                     </rdf:Seq>
+                  </xapG:Colorants>
+               </rdf:li>
+               <rdf:li rdf:parseType="Resource">
+                  <xapG:groupName>Grayscale</xapG:groupName>
+                  <xapG:groupType>1</xapG:groupType>
+                  <xapG:Colorants>
+                     <rdf:Seq>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=100</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>255</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=90</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>229</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=80</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>203</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=70</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>178</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=60</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>152</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=50</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>127</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=40</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>101</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=30</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>76</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=20</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>50</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=10</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>25</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=5</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>12</xapG:gray>
+                        </rdf:li>
+                     </rdf:Seq>
+                  </xapG:Colorants>
+               </rdf:li>
+            </rdf:Seq>
+         </xapTPg:SwatchGroups>
+      </rdf:Description>
+      <rdf:Description rdf:about=""
+            xmlns:pdf="http://ns.adobe.com/pdf/1.3/">
+         <pdf:Producer>Adobe PDF library 8.00</pdf:Producer>
+      </rdf:Description>
+   </rdf:RDF>
+</x:xmpmeta>
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                           
+<?xpacket end="w"?>
+endstream
endobj
2 0 obj
<</Count 1/Type/Pages/Kids[5 0 R]>>
endobj
22 0 obj
<</Intent 23 0 R/Usage 24 0 R/Name(Layer 1)/Type/OCG>>
endobj
23 0 obj
[/View/Design]
endobj
24 0 obj
<</CreatorInfo<</Subtype/Artwork/Creator(Adobe Illustrator 13.0)>>>>
endobj
21 0 obj
[22 0 R]
endobj
5 0 obj
<</CropBox[67.333 267.667 534.667 619.667]/Parent 2 0 R/Contents 59 0 R/BleedBox[0.0 0.0 612.0 792.0]/PieceInfo<</Illustrator 6 0 R>>/ArtBox[67.333 267.667 534.667 619.667]/Group 60 0 R/MediaBox[0.0 0.0 612.0 792.0]/Thumb 65 0 R/TrimBox[0.0 0.0 612.0 792.0]/Resources<</XObject<</Im0 34 0 R>>/Font<</T1_0 57 0 R>>/ProcSet[/PDF/Text/ImageC]/Properties<</MC0 22 0 R>>/ExtGState<</GS0 25 0 R>>>>/Type/Page/LastModified(D:20110923141128+02'00')>>
endobj
59 0 obj
<</Length 840/Filter/FlateDecode>>stream
+H��W�N�@}�Ẉ�������ыR@X�CUU\Liq0z����l�`�(����9{f�3ٟ�d>���;��&����4���L>�U�S���Qp�L��$|[&�B}�+�y����5���$���J�I�"��γܦ��O89�;��D ��X(��樱���,W��e|so�<���]}wQ.�e����}�^dN�u]=�0«ЄX��2��ʔd(q��;0�s]շ�j똣���>����icU�琑�dڕ�l�fEr�\:���
+��d��2!:��7���;�2�:��f/d��~:��"��]Hح9���O+#a����/�	�<�4S�u�a�VA�6�����[�Qh��O�O�.N�jٵlxk��5�7���Q���1����(�*e����<R���؉�D>�z��Io����r��i~R%�+��'sx9���=._���MnɻD0�r���� ��N����
��ɕ~{/�;��x}�G��
Oƭc1���)Ħ��I��@��C`V�����q0A����E0!��%W��	��y0|���K _ea��;��X��x+�bɍP�7� 
+�e��b'��X7������X} w�����4Nm�Cj�!)�0�ۘ0.��a��m#�0C�"0�2��,������`Yؽ�a�C���&�	A�K–�Ea4����̨G��;ǓޭM��,7i}\������Y���)�h�Bt�-�_���*��V�x�y��&�$�0�{���Nj�]�`?+~��=D�eSd,F���y�{iA'��n[��!��������*�}
+endstream
endobj
60 0 obj
<</I false/K false/CS/DeviceCMYK/S/Transparency>>
endobj
65 0 obj
<</Length 792/Filter[/ASCII85Decode/FlateDecode]/BitsPerComponent 8/ColorSpace 63 0 R/Width 58/Height 44>>stream
+8;Wj;]lMj]%&Tr";u7-o"F6q&jA&L4/D_:f83HNWb7lO&-8US9W?&TmMROdna)$0S
+`/BK(.7Fj^s.Z"k*_Ckb"FL=tMWk(35h?G1\7*?s);3\0rtJ")@Y*0fWhsTcm\Z,F
+c5P>E--jX;DfE=eb"Vou%B0Ns5W;#4^kJ@f)D$6AC!cWQY=j[Di75Eeo+r)ml5<gr
+DK:Lg_]sc&D$T2p%n"sqmHh"aO4U=un&>_l,UEf5%=Z)s+n`j_>rFke;(!+%\MS]:
+JM0`M4m9F8o<hi[XsG=G#_O+hBNjf<'7%[eAthcI&8IQ--pjqM_BG7A7P12!!!.)=
+kH`c@i^Z`)T@hSc-Fu,?0r:fdRABq,9_)*/hF,0#3M0>taCj'$DQ#"n>oB)/e@XIP
+[Sf!5/aPL+QO-&&or(cgl"_D;_rlt\Nm_^'5TOT2mN[hbM7$X7FeYYMqH;!=)IbfG
+kEoiJSum#J9e1"#dZ4+@QsT>d\b04N=Sc%WhA_aRDYKM>eYJiET2kAEhWr&'L7e,F
+),2H\)P_Z)&N\)i_`f3<qh^uBe,&\k`L0"?Sja[p/D>!SlLT9!KJ6L&9(NFjD&M'r
+D<u>AT?,iNn.WCnck;t6E.oC=Q#oUd9o@5)7=-NTfaZg7K`&/&GLjk2oG)RII]5P9
+1^._S<Q=4J^V?N@7Qug%_+>.JE=hYA!'D^HRIdC[h>'b5bP9@>=&LL]IRF#aFA3``
+V(YW7eSe684*/JU-thtkjN`^.@4\$2S/GK0)M*)9J<b\LlL,>R`NB]EIffZhbR]C~>
+endstream
endobj
25 0 obj
<</OPM 1/BM/Normal/CA 1.0/OP false/SMask/None/ca 1.0/AIS false/op false/Type/ExtGState/SA true>>
endobj
57 0 obj
<</Subtype/Type1/FontDescriptor 58 0 R/LastChar 121/Widths[212 0 0 0 0 0 0 0 0 0 0 0 0 307 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 542 580 0 492 0 646 652 0 0 0 0 804 658 689 532 0 0 493 497 0 558 0 0 0 0 0 0 0 0 0 0 482 569 448 564 501 292 0 555 234 0 0 236 834 555 549 569 0 327 396 331 551 481 736 463 471]/BaseFont/CTFBFK+MyriadPro-Regular/FirstChar 32/Encoding/WinAnsiEncoding/Type/Font>>
endobj
58 0 obj
<</StemV 88/FontName/CTFBFK+MyriadPro-Regular/FontStretch/Normal/FontFile3 62 0 R/FontWeight 400/Flags 32/Descent -250/FontBBox[-157 -250 1126 952]/Ascent 952/FontFamily(Myriad Pro)/CapHeight 674/XHeight 484/Type/FontDescriptor/ItalicAngle 0>>
endobj
62 0 obj
<</Subtype/Type1C/Length 2978/Filter/FlateDecode>>stream
+H�|S{TW�!d�G��L��`���Z�Q�H[��E�h� ��V�UA]E�A߮.EyaQ�G�Ů�7��9;i��=��{�w���������1[�q'�
K�>^�K�T��&�QG�h�Z�%�38?Ֆ�p�<�����q2��r��I6�
���OHr��%˼�Ν�n�}d,�~��H�,tWR�:.I��ML�*��*��F#��%�B�Ij��z��!['<�O�-���q�����'5YL�L)Ӫ�c�jZ�J��U��qJ�vY�V��A��aW�Z6_�Ro�0\�a.86��p�C����<[*�ql�-*�f�`��5X$�w�����M�M��o�e�J�5oc�#vg��ӈH����8Kb%�v�)���x{�=�/&(&m�m�G�pa��$ʵ��֍g`Bwi�����
��x�d����#!&��u��I�<�߂��\�)�M���	�7��@�C��AH��|N��6�Y'/g�c����+\MuE�]�Kn��F	�w�t�EzCw~�q�FZ�ìY����\G��+L��=͢Ua_�������U�zά���m�)�#�����T���T|�N����A���`��Q�}%cw5G�9�!��
+�?+�� 5rF4�.�/��cY�i��5CV'Ę��A��Ҩb��y{/�'�QdA	A�		�P`�Xq�I��?��h�]�P8�/U�U�<g�§�x��6��]�QO�F��ה)�C,rE�9�s���P6���o�ដ�s9rDm�P�*0�^��{LN��B��6˘�բ^���`�{W�l����2*ql�c?�����@�P��:'O�K[a�M��'w%<E�*�R�����O�r����A�9���9�nG�u�0�<�{E���ș�
�mG�������]n�Cw��6��#\�P�5<9�Ϛ�j�6,���	b�+�@x�%�2g�o=YC��6U��^'���b��r�����ց׽�����͘�V"'���(� `	L�ɐ��D�����e4|�.<���
+D	jNS�
3���`G&"����6�����n�A� ��9��?:�x���-�z_z/�q�i�.*��/�|C��Jn0��/9i:������s|���N�\�7�W;cSn[ n��XM'�u��0��3����o!��󨋬j�^����~Cj�Q�j���S��4�A�(��[C�F�
o�����|��ڐÕ*�\DǏt�aA����Ȯ�,?P�)���ݘ<�!��I%��2�&{�@�{'�w*�Į^m_��3�O�M@��`r��%V���lq�����j�=���Enk֧�b���R���>��퓠�y.A�^��)����5gO�&�J/X#~LdV.\�ʯ�T�~þ��l䞨�`f��ĝ����l��b}�Z�+�a{��y�,T���Tz�a�!��&����bTw;������5O�+��(B��i8��!���bS��{�a�����M���D��	����4����!))����g�D��3Z��ݻ��ؿ
lG����j�>�w�U\�^�9��>B���^��̖ke����C���Y����_�ul�.$�R6��1h������On`���7O�FA��y�^"�:���x���{r2�3X�1pw�j���_��|<��jxhg���d��
5�K3~��񑠣�3�K���!/4�I�L4s�
f��(+�bӛ�{b��`���F�h��������ו>�9�J��>�O:�A(y_���K�~x��X���"��U\��X�a"��w{,�J_�B��be븯���?1
+�f�-"����������҆�w��'�����_�ٗ��MLOI٣�3�-o�D]B���o�w�'�,��u�wz��P��c����I���IU�G+O�pU��X�D�Gtc���VбMB8-�Yة�3�q����B%ƒ�El}���[�Ú���4��%����B�Rɹ3MLGM��N�Y	,r��=#%�MMߩKO�������-�\��Ĭ����ȍ���`��j@���ƪ�i���i��vl�1�ƻ6�͂Q��X��:�
�a��,�c�L���
+k���ˇ�������a�7����̂0g�(j��F����,璗D߫��79�yϓ��Hz�{U���	BB!�'	C؟6����Ԩr"Y�6O|����&�F_��9�$NJ��x�x���xz��ŌG�a�G��i�b�F���[���X'‡���oy��DCk�X'_���D�U=Pz�o�Y�����=�|�g��F�R׻o*VJ�6�W%[K��
O*W��}��xh�e�^�ϯ�b3�z�g�.t�M͒#�%C\>U�7r���iqz�A"�r55_nP��1v$�:~��_�i	R��s�]Œ�����;j��Ibj�����F�!<���1������z@��:e����ۃ%+2�#��g?(<YՐ���f�E���U~F�7'�G�h=e����eP����b�	�n�8�J���I�:�Sa�Dj�f˅�L�I¥�,Ɵ���,G���YU����"偪���·$��_O��<6�Mи�c55�}-#q�4�5�����˪�4�fj��7S�(G�-fOZ*�
+�
�v$"���.�W��o���ϓ�y4I,	�w�}[\ȧ
�����Yz���:����z�I�Á�Q�؅��ѹH�[�b�Nxo�[�/���f�k5��&�'�QqP��
+n�9��ZC3 
+GC��
��!C��j�wXD��H�l#y�J������k �l��ȅ���4����fy��G����R휫٦�9��*����FsM��R�ܕKw�w�M�/}
���?��h�]_�p�ѰÉ���}\�N觥�wc�뽐��n�^A|�kܛUޘ;ꖨ:�5�ٞ2�5�-پ�)�|�D����

+endstream
endobj
34 0 obj
<</Intent/RelativeColorimetric/Subtype/Image/Length 130218/Filter/FlateDecode/Name/X/SMask 32 0 R/BitsPerComponent 8/ColorSpace/DeviceCMYK/Width 928/DecodeParms<</Columns 928/Predictor 15/BitsPerComponent 4/Colors 4>>/Height 614/Type/XObject>>stream
+H���yP�w�7V׵�j[u�jmQ�z�x.^(E�C�C�7ɛ���ȝ�
!r(��-r�pTvk]�ԝu�vf���:묳әm�V�  ����0���7o�'���/�/�X{��+�z�t�֮�������p���M������m[^���	ty���e�V�Z�������`	��k�&����W^����v9��@����Y�/�g+x����,!��o������*��ɣ��A��U���]�MMQJ�)��ҡ�$��ϬD�/,����: ��������!i�^I!Ql�r�a�W�FGj�d���%L��13�Shm�j]V�hR�������X�T�7��`�	�5�_^+0v�Y���<�51٩*<Aa�r^U^fNk�i^KlN��Z�{�9�^��rk+!S!��*������A0�ؿ	�����/)̧ˌ]{��U��L�����������|b����G ):E�]�5�@�r���o�^g�u���%��D�ir�UU��Hd|�������C����;ݩ��HN
+ذ.0S�9���f��ě��j�}�W ���A\�ɭ�P2���a��7�=��G0���k����M�K�OjN�2B,�lC(V�����3�k��'��@J�=:S���g�}x���׍.$���@0�ǫ�bh�)M\�,�KS��쉅��i=F�M��]d�i7��iz����=]D�5|���s���˷�>л�*���#2�8��,���~2���{a
3�%�s��Tgzr:�e�uAq���*PLJeʱ	�-*�]���q8������	Ԝ
+�%D~uep����Dk�����8+����+`čУ�!�DN��c4��bP
�����sz�#�9I�%#~�6��7y��7]�(����T�Q�%sZ�C@~DzY�LR�(���)���
�KԨ����V�0�Lj�+4*R��ZIy��A��n|��r�7y9hb#,��(-АD�&��_���q�![j�֓z���P.�pF�i!�v�Y~�����N(�n���A�[�#d�ߌ�s��n�_��U�J�M����/L�$1�/mv�×�xl��˚��L��H	��i�������Ix`>k�y{����de���a�g�H*`M�<��S�W�W
	��$�����%����gC���[]��Q�RGƟ����`��S��R��?�"�M�?{i�X�h9�t3
�Rr�i�8'c��㯗��v&�����f!E?��V��3K!�o���+��(���`�D�@�M=�����%�m�<>J��MϪM>I"��uL���-?�l�"&��$�T ��;F�:�>����E7
+cX����as�5�i�Ќ�����H�lC Hj�5y$��Z��P�y������\fN���_�onu-X{�v��P{ԫ ?6������1C��޽=oٿ��%_���\�I���X4��0�
���ˬ��tB�v]�5p8��g��5�_ׯ�ްȱ��c�H/�٩:��$LJ�p��rp��e�pm���$��bͅ�#i�\��g5v�J%�qI��0���޾C�܏޿�bߣ?8�u�/������@V"{����(��<k�ORJ��[�<i	�Ҷ�ݡ�p�9��з�,�BA~n](h�q͇�*	�doɁ�}<q��%J���������A,��Z,Ld�a���h�I�5D�kЬ�{�O��y��ýo~2o���$��I�S2{y#�ٰpK[�|�<F~��TJ�-�F����3�k��%��\���M��M~�Ѷc�K~!8�?�L���l����?�Af������Sq�2��9i?B�L3<�PR��<�m�CI�L�\K��|=�q|����/�~������и����ҡ�9���"}����ZOꉞO�B��Ͷ^G�@�L��#]`�!S�'��,��<e\Թ��1ƶ}���
+���&�橕�ɑ=�C��PU>	��{����.
+�R�Y��=[���O��z�o����	NI�Ȋ�z8N���swRSs�!�H�*��Fk�	��B��|n<�i�M�䪪PW��f���ha�r��������z�_�	
�W�d�C۳����>��k���:?�s�CO�������A���趛%�V[Eό�~����i.A����V���ED|z�D��),V"Z5��/�s��y��2��e�g��	M5�Q�M��Z��ׅA��9����Dzw��
���3��~2{xHpJۉ��5���_uMH`�����a)�����GZk"���麠yyq�nӚ�}�E�S�_��T����p�M���_mw����]�(`����x}�z'��_#Q{L���D�����gϡ'a���h�4M>�VY�A�[�kdcC\�{��G�!?�%Pm"�G�M^~!�Oٺz����ё^۷�gb1]�od���Kg���o<�[Q*I�R'w#$���*�j�J���E@-)U6*( ��PY��a;|I ��
+a'	al"����KG�v��Ꙫ�S�U�q�V�8��� ��g:=�9Ϗ|�{�{�s��~�&�
+��t\%sj���iL��#䜐�lx �U�;Nx���xV����"�P�t��!mF��޶�o�u\��� �k��_����y|����Q���[q(20%-�0�W�,E�3!K�����C�ڋ��K*Y+�h��w���Ρϛ�Y.ўnn�'�\.��������[#
+���c�Y�TbI	��Z��<鹷�1x/'8��P���OΒ;5s�(�)wj�+��X�̹�r*s���0�ǻX�Y���Ң0�dw�҅z��t�s��)�������@������ɞ��
+�U��L'և�q�C�Ջ�%��7�b�}�����2�i�\��Xp��뚰�!e�
+�Z�oG���cҍ��7�`w��P���כֿ�:ˉ#�pyh���m��U V�Դ��̸82��:���Zt�k���7���l]�Z�`��K���ƅ��uP'��⪦���@�Z����~�=:5=�"����BB�]���-C<2r�ܱ��
+Ƅ�@�_�p)`��s�#�����A`�1��*5�3)�LTF�ԉ�?ggK��H�D(�[��?�
��L"�FMg�c#w���5����K�������R��7��Lp�R���ؠ�WC��a��xae�g]�R�J<K�;���[���&ֱ)��K���>0�oM+As˅I�d�Leo(�g1Hc�o��d�
+Ryqh��4:��1QR���T
�6�X��իY��<�a8���m9��rf�[�3\*)$Q����f1>�}�E�>�=n����L��P����X�A��#��\��ҋj��Jd(�$����W9��'���q�j���Sy#�jhLF��qm
a	�5<�267���
+������F���x��uK�{i(Vén��q�S�͛޻4yǪ�U��L���0���hj�tE]���T4G���LZx;!>�磙�[�=��h���t��9��"`<���^��H�\Bs]�-��f�w�`�!���Kp՛�@Mo��ᣳ�*n��a�[i�uii�
��:k7_�\���2=���?�
+(�Ac�l�S�gp�Tha@g�9���<<~�\q�	G��r�y���o.�e%(�u���[-�6���(+	�}_2ЙSh|�L����p���l���R@��gDE_9��yB�l�"5��)?��n
�pW�
+�a��k;�{��5�M�(ḿ�W�o�ڊ��psp�p'�GQxjDآ'��X��,�2���NS��LhxC���RH�Q2/9��*Z��y"���<2�Ϗ"_�6R�ߦ$o{�;���Y;!���YX�\�HU(�Y��ScW��u�~��_A���2�Z^n�,�_n>�R�=�T��l��S����XS�{@k�ʭ�`�	����H *	9�I�H�:S�T�2�%43"�6�Z@�O��ޮ���m��1�Y������HLP7�ԶfD�sy���)7����q�`����=Mc�~���G
�ώ�G`T���Ña�g��yh�x��gm�xr�b��:�1��a�����/J�ؐ-͡�G6!{E��%!>�5|T�(׼�K��yGǜ;�JuJ	���]���2I�z� l�Г>�<"��F���.Ȕ\Up����f�J�3�?X�	1��ޜL�G�f/~Y�"���ࠑ�S�e��#6^��E���X�w���R'��̺+�&;?��U���z=���6}�i�s}����E(̙� �=�e#����R��#d���hQ<�t����e��`�����~��Z�4�a��!y#�"15� ߴ�A��WO�x�����i��eC�T�6�w���6�Eߍ�
l��6d&��HG*����oe{�k[�X@z���	h��'؈�&���REH������̗�֣f#=�;
�o��mm��f��Z��^���.��ȅե�k�/Sߧ
ۆ������X����R�dx���PΘScr��0�Ŏ95��<~�\��W����N?�\�M*/�O��6�O����>�ʋ�B�ޗT�Tʚ�!|uh��^��V@�?;���u���U���yg�]�͕���U����Hk��͖p�pT�J��\'���фå!��F���^��ؒ�����R[N��j�T4�V�J�4;B.��^�G�e`�y���9$�����KV��(P^��=����\�6C��22r0�s'M�ūK\�c]eNt`Q!
+s���ʍ/�z)n7�Mdv4.���I	�;�w�uV�_��<��+�@A�Z�봵�:�(�PPQJ�*�a
d!/;I @6H��I������j��;ZG�Gk;�ulDž��{	 ���t�����{�{�w����/�q1A·�X�����ϡ��Z(�RW��~��%�o�Տn�R���4$j�=j��c������7�1+KI�(/
+&�tx�x�͂��JM�fO�"��ڭ����M�$1���J�sޏ�fC�Œ@������C[7'�?�9ͦ��8*I;z�!zQ^Hة���d�qF�|Q@%µ�|\�
+���M!�TQ�c�s�p.�����?����iLJUK�����.�}7$���J��G����`-��cFaI|���W�t�s�:&�?���,�;P�b6����$���#�܁sγ�N���"@G;q�郷�l8֭*[.� �?��<0�"�qm,U0E8bME��	Kı����
+ᖐ��M�y9���~���5���5j���m�gd����b��]��K�W��(�@�'�N�\;R��˅�9��g�-��_���A�uh�Gc"���&���}c��C���e�a�mM���^�,�^���D@
S)��
ZH� �zZ£�C-�(�=���2:I���t7�c�ty&�1�%B�PH��est��aC�ҽ�x!fgUy}������0����7��K�I�<$A�꜏Nt�Kdl�oߐM0����wj����@ٱ����Xq�zG�z��;�h���z������v��₈0�օ���@Bu6�i��
;оT��`�;�/�.u�d��%;=�7וK��'/}i��>��`�%s��l
+�|�	�\i��������Jŀs���[}�����*�s�J�q';7{o��Rn|�]�$���Đ�V����J�Z�����(U�.!5�H��K7��1dzM���9DAMx����t�ھL�Ε�8O�w�'Pnno��C�TF,��j�m|r��	�J!?�:174f~.%:?��@F�Kc<��1T�v>~�
x����&%�x�(7�\YFWȅO/6����
��+��;;۽|t�`��o��L���(�B�3�v+�|8rr�3��޽A�O�
+�J�W�D1�x=%t�Bl��*�zk��>��eA~Ǻ'�k�0c��'������{&<=]㥩�a��$�� �+a&�E��b!%�x�'��1����bO�qE�����z[���f���i�,%�WS�T�8}YNٔ��?�x����֓SF;��X6>��I���.�T�0v,�j�H¦�ݝZZD�g�>/��֜VP�q����`����Z���!��f��,n*�w�Bh[�����iIT���)D)I܁��'�A����O���l:��Q�������#�hȁ�d�s��981��o�/�`w�ҮY1� 2ᱨ��<��f'�����
��ڶ#��l�5�M���/�ƿ��`�
+��"w6Eĺ�Nv�H3`��<*%�$�3.��D�3h�h<%�-OI���n�o�֏�r�r��MF.Q_���K�܈V���W�&��h�&��k���rT�S��i2CNma��b��r��9
�3�s���U�>=���V�>Z&?����V�0~]��qT(2��νz�y"��;L��>��8���i[E�P�:�j�=�z�3�l��T-"'Oөm�\`qᖐ�ʆ�Dn�ae�<��;H�y��rY8�e��
9Y'h͇U;��������:
+�P��k%8m�?�N������%�A�N��C��t"E73`
\K�Į�D ���zj*z��/߁YA�}kK�s�d��~�
+��IOx�B�C�͉@:����>��#�V�	("`IԺj����A��<`l�ݧ��gR)9Y�qBv��,,����@��W�Oӥ԰@�A���GgE`ݻ='G��s/o?�N `ƊCviy�Ҹ��-{�����78�9��SY0w4z�^��C3���p>��3?���\6���F�^$y����Q�����ϑxx�TZi-=Gfv������KƷ7��Zt���U�2���
+*�����%�Ԃ>����)|j���W�a�l��O� AG.,�@�5��X�8Б�0"��_�O�0$��ko�q!��H�_w����%��?��̻ż������+x��6I)����6��k�b�V�����A���ֈ��4���n+˸��RU�/

|����-eL!"B�V�𱅈��Eo����jE7�AdPJ�	�������~�p18�.���k��tt�v��m�Pv���tm���$�<6jd|R��Mh��.%�.Ox�#�6 k7�j(�V!�E�������=�8^(�+���`��h�'S�Ԅ�<5��z@�뜚ۻ9*&��XL��Qn��<�D�Ǝ5�؊��x�����~�F5u��/�h;���N�X�v\:l(b��*�u�"{ �ͽ�Ka�!���IHB���F@DT,r�QK{f�uJ9v:K=NGϜ�֙����&��A�����#_��-�����<�Ϗ�O�ݰ��p���m�^SMr�{粂�pv���
+��dtkܦl�1<�1�
~>&NV����B��t�0�Q�QE9Yl
+��Q���s�/B�!�p^q	���DD��#��`�lsä���;�����2uj��첯2�{�U �X`q��p��_���7����b(A�����:��|R���{�$�2�����X��:G��@��=ل��5!��^�poG<4&PF��#?��0��6�\�.�?��x�5 ��#�A'E�5�0���q1Hq�`M�����nL�д�:�Р)>�RN���\���xFSV�{��q��t䢍�	�̗H9D���U4�Y�s6���ܯ�:8f��ښi���/.��+��ۄ�0˕H��~�^�]�"��,��
+#��ď޽F�r>�yR�GPUJy/���2�Ti��2�gy8����O�Tj���;m;�@�N�33���'qh�!���t�A㱄NM��91��k�.ҁ��T����h�š�������_���|����aL��l�w�F�5�Qy5�e_���y b��k���kx�tG� =�5ވ�ގؔɍ����i)<��̭�OI�<Y�����=r�%�*|�E_��?2T���/����ւMKe���R�>iI�F��hH�����<l�����@�y��}TC�~e1�Z'�Ȫ���%`��"�lܩhT(�À��;��
+n��kqD�2���ww�	��&C��>���Rz��o��m.t�ɐ���sYA�;;P7�<�qp�ҩ�cx�c@s�8�	���6�S���{W/vx�3�2ר`��!+���4x�
+����^-V�Ĭs�];�l�]�V�|M�Y,�H����9��/w�
+8_�[�9}	�|�y��:a��S����f����N� Ev1Z��e	�<��������$b�����
zc��z�_��/�,,HG��`&�P��9��t��r��<T��N$�1̉#L_E�/v�|�_��ݟ��5mi��ɓ�`�ќ�k��ߧ�s����C����ػ;Z�)��2`�nt�d�#�2�Ҥ�&����q$�����
+xC�-���\6��d�db����C_�j������Y4�g6��^H�L'���;�D���Q��y�%�~f>ia���G�{�$�߽�V��A�.�U��8����7�e���H˿��(���ӧ攋�W��K2�&k����piN���D��Ů(����a6DX/tCa�(� �5�?�J���z�-vw�EIZ�F��k��u�T��)&��L"$*X������jQ�-�N+�p.���L���\`!5�����K|�冒�uĭ���ZUOP�=��`���n{��?ވ����׽��7"���MoK�(�ͭ�;'bpv��S$:<r�<\�5��D�*5V���M���k^.�߄�E�����I�@�h�������0I��k.fz��gw�r��K�?���@]p��ؘݩ)���EP�ƛ~-Bhw�Q�O��U��kY���qPO��[v�iP���in�7u|����<����T�V`ܙ���@K��O�M��h���a���D:2�)��U�ݯ;>�%%�Z�:5#���e~�",I��i�:jBs��(]2�"��k �zsQX&)
+����\�;:���ϗ�j����մJ���1ZՕE]tX�b,��X�"�ۖ���6)��I�����t��`��̏��*�����J��c��aB�8�:�;,��F��7H��W������Vs�{�ڄ����ij�I���W/�
+-�Q��;}j����@���M��C�*�ޘ@=�~(�hܻ�\�&T�T|0�}�>�n|�WV�ac�Y�
~I�������D�j����Q��Kc�[�6Kt�<[�`ʽ�n������d9�oeYyj�
+�n�A�R�-Gp}3�d�O��nS�]����)#DY�*�O,�c�QO��Bʵ0?$0�M�'h*�s��p��)���d�j-3�b�K<�A'";���
Zjl�1j*�(^�`�Γ��;���oF���+d8fo�!��2�֖����8�>!�|�;�%�-6�I.DRL{���1֦$��@m0b�i_y��>�-����l��ﴍ���2���c^�&�o>�d���Ϳ��F�㕖A�=�/�ɺN/�M����ʴ�䄓����?k�����ʁ���l�[�wNĠ,�!C��}��0�6}x��K�c��K�;�ow$�9p��q́�N�ɘ��I�N�A�O�g�x�\N��L������Ӟ��@]q��P�R�Y>�����tj���yTSW�/
+��u��h[�Al�#-.����  B��$$//+�X������0 Ā$�*e��㴧�t��S�S[�vtNmE`�#B$aѩ=��s����{��������>)�J,fz�媞�
+
��]A>'��Z��|kH��Ov-8VR@z�2}|��<l�q}k�b��6���N�(U�%g�1��!;���i��>j���d}M*7k3K�	��Tc.���6S=N�Z�и��ُ>G(a!p�X�儻�b����`����5祰�Z�{�o�SN���
Vv8���!@�4CnI�ydx|(б��X� %�R�px󧗑��}�۝p=-�Y�4���
+V��_=�x�^^<���v\T���sC�k�r���۟�]�~�{��/o���H��6v��N--��SLo6=Emm7�����e���c�?�4��I��*y<*������8��À$5��߯���!Z�J����%��Z�Z�9��~[��A����m�s��#������sA��(JYd����]0�z����$ΑW6�^-�`,�["���ݚd
~Fr��ܶ�ɜh$fPg+)�=�t�>p����rc�Ƙ�HL'��&=ٕepb��mM���O���{��'`���v��p��V�³��I�ͦ�U�!�-Dkds�z�NdG)S	����_�Y��p���v[�z��C00l�k��)�������5?�:G^������B����
��,#:D\Dg�!%Z~J�����&���Wb�C�T����R(%8�������B4��)�l��թ�Z�0��<)Dҋ=e�E~�D|?1���Ѳ�v�u�L��[�z���/s���B�n��7�Btg�"&R �R�'m�*%�h�$-%��塕g��0tA��}�@sӳ،�B��<8z�@���(�f�h�H� &5^���(��)��nj����sP�ä�D$�K�x-���R��Nq-�'
+��c��wOm�G��V�t(��L!��п֐غ�+.�����H�,����e�LT��ɭ��Iu�Ck�J��Fh_N6�5j
o!��$�-���s���`���ukͶ��tZXQ]˞L=!�`1iH����%%���"�ρŅC~A�woӕ��h���4c�p�h3��13�E). RO�@̥sO����۟��o�v�b����Y�\*x��ˍi4�h�Njr\�U�ym�?�8�������[��v)�k���� �S!���TU�b���?��c�~����E�����S�C"�����d���Gbgv�.H����lav�̶�qv�����rF&�i���;�&���'or]�������~�~��k�x�X���5Բ��b��P"�ـ���%f��_�~��48��%�b��e���t��jr6�����M軦��Et��(!ե��H'da�*�=�$ d�O'���|Q��}�ז��2�uU���4��G������ R&�gμ��Wy9+\��T₄"�6;�B3�K�⻎�|�5@I&#:�Y��@�L������0�J_f���G#�ȳ,�j
+�7��K!�xћn�ח�0U*!'�/7+�����g���\�]KL���u�@	��?iW�K �(�n�dpٴ�_�����5��a�KG�=�,T�@���(�f� H$ܟ�&��i�b�Q*�'O�@=�W�A��Im��H���Y��W�/�O?�>�cڢ#HTS�k����O�ma�_kH�i�>��h�(�f��Kz�S䕪�F/���zF56�b�ҧF���P�{�������{w76���t��*uE���L���Tz��9��v��)O�i�����6d��"�7��݈Q-�8���^��+m��n��h�.�)�\KBl�g�2_2���1�ˣ����v��
+����mn,)&G��1�|���+L��'\����Pz#���	W~�>j���|����b1��)��!�[&�SQJ���4���x~5�,e�/��ݩD�4ȓ����Pn ����&�_��ˈw�����`qD;\A�֗�^(���^m
iPxa>��i��
+���!��ա�g�<�ԋ�*�M��4?�	�/]��qSX�#�
�.)l�ڜ�)^��'h��*��~�/Lѱ�O�����#��߰���<߽+X&���c�C�J�� �(Vv`��T>��!y9���m{J�v|_Fћn�ח�h~�ᓝ� ��9�=>�u�{�Q���1��5xO���'}I�)�A�y<64���P,��{ǐ�s�Pӧ�=J�~H.O���)Cj��b
+����4~ݟ�<��s��P�+XK�ޮ����!�	
}�+�#�	�*:�����fCOO��!=G�i%0�(��2J-�VW�����@uUDxu%>�MJ����\3`2{{���'���"���}�����Ĕ��*���#��O����r߭N�h%T������M�N�r�o_��f0���߳&���b�†�,AT��:�?��,�}���N3�Q4�Y���{�Y�cy8I�\�u�i��\J�8%N�4�(I�ȑ{��l)ZТBv"Zi?OOi��3�è)�j�����������}���d_�`��6�N:0v��NN��T����ֆ�s�Mj�4��>�������㹬��s5pO�^Av���A6��~]��֊^p�Л�|i�e��ٱ�S	��pd��љ���vY�=���G̛�w��'���.AЧUM9Z�������>Dz

���/�ʒ��`'u˲��T�+���M�G��9�¹��M��8h'���i߁�[9��@W�r�lh,�@g���w�θ�	��|�{p �A:l���݅IM��w���=W�X�ؼk'��`��Pl�����\�-��N;���=z�fq����bo��uve����מ
��]"j?MuH��Q�&zm��:���Qkzjͺxz����JD)! ��ڏ�dرx��|?ǎ(�)(�?b	t���'��o,�@Wgg��9��q����&
]�x��]۬p>j�(Li�<�*>o�{מK�A<����x
+��<�á}�##��y�t��H3�S��=��B���M���-�u���)5~�s����.���u����u}�Z�-;$x�]H𴹗�Y�rh�e3��%���Ƿ���
a.e]��e�d&�������|+X,���ϕ�6e�t����qV��W�~s�9�'�_���:��@k�	~�_��t��<.g����j�X���u����	����!���|���˫&z���H�Y����ZdrH����5�Zݐ@9	�W�̭zN```````�4��.�C�G܉Bבo���wd�b�fh������4_����͛��<��7$P����@����	��@��@��$@���"$P���	�@���	��@$P���)B����C(�;0��uf]ƀ��Z�|B��u2АFr�fO���
+6q�2\���k\����6΢��M��ik��t/����ć�G��I�z�p$P����I=��ښy�Ϣ��mMԒ��@i������r{�`��t�ɽ�hs5��mz��V��u���9Ԝ��j���������]�|�hm�<fj���W�YQT��������H��A1�ƛ0�Ȕ�ʃ�
+M�eDf�6y)y���+��ߧ�9��*�&
M����ƛW_2�4�]�{.�V�k���#�r6�JŅ���v݃&�?w�Tg��:S���e�Z�$/"{�S��wJk����e�ጓ��:ܳ׻}"u��22ϹުFz�=�T�xO�Zm�1��9XO������f�1�b툋,O״t$P�����n	��<Fo@Y<mjU]�:�5Z��}���xM�i��>��&?I1�NX�u_�h���x�Dtz�v���L���ò(��
�k�ş�6�rEqi�p���Ђ�3Y���#th��z�/���}(���^��L���]r��ݵ�ݨ���h�Y�,���k-MaL�q����`K����P�&>y&;B{��Zi�hW�͏gDO�Q�2u�zU���PE3��
+�.�Z�=��B���˫b�*G�V6�d���r��2-T��qP]
+�Em�:H�����k�*vh��ط;�ķ=�[/���L�Ѡ�zf���y�潃��6��$�Ԉ:p��/,��fȬ����2�7�g{r���KC�u�{16�.�&j�o-`���9ކڞG�ֺ;��<��u;lz@]�j���@x�TۼqGʡ)���Q�q�YYV�t���z��_�F��()�KOY4C�gKo�]�����5m��Gu>��k����;v��G�k��0_��J~�&z �֟����#o�&)S�;�S��Q¼��"�����w��2�nhe�߾:ڹ��R|�5y�&3���
O���k�C
+?���=_����W�U�'�>7N�;Eo˩���T���gU�[�+�9��1�%���_�A/臼C.sz�d]�YXnm/_��]��3ךgL�we�u>�%B��Ev<G����Z)}L^r�j��{TVu~���3���������t�O�t��=sߣ�y:y� ����dp��&��3O%>�M\?R�4���d�Q�dZ�/7=�*�?R�0���!���{fwmȰ�2ѵEI���XRk��"vO��襤��(�R�?�oj��ryL���Z��r��U�PsUܯ��l���.A�<S/|H<4y^���֗���I�������d*la��ޜ�h0���~�y��=��}�
+�� �L%�z�L9<΍HY�r`Q\4m��5
+/��5�}1�/\dK	����QL�r!�Zxލ�W0��"��拾�����8�6�JD�����j������6Q��7�?z;��܆~!�D�I푧�3cs��	���י�'G<���zm�!��F�k�x�D�Ͳ�zֶGѵE'?�c!�*�z�yWJ��^'G�Z��ٯҰ&�4zCV�	����øv\F-���j�
+�e�R;�R��Z�hYܵ��DA�eGDdGV!	aϨY'���������<ߏ�>�}�y��r�?���״�~���'7$��f�3�>�F0C�CY��ʪ7�u.�A��t��
u����e�Dž>s��d�;��`HyZ�Y�������EŠ�%%��lb0.���,+B�}��;���0�ȕ]��Hv;�s6s�|MeN�L�H�/�|N3r�͘�*u"�	�������{�mAR
+��y�܂�(��]�վC�1)�̥�f��[���9�s?��Ԉ���ƻ����L����\�^��
+֥�ҐL4�x�,��-X'�=�ʙy��%N����9@��bFz���4�j7$��D[S����R�n�ȑ�
�yܪ���vX�Ђ �qً�}2n&ZJ��#C�'��$��r�WĪ��z]� h���/r�w;,)4�f�'�Ļ^�_ ��8�-M�WM�b���iЦ�-����d`y����U??F��4�'P0`��C3f,�f��^�[�?�EY���t�&H���n�JZ��OH���<-��m�{�L�Ӎ��oIRSM�*3��o	��둤�.�����1<��&m����d.����I�£��ֳ�<�O�w�`ފ0}}�<&��s���+L�ڕ��F�TQSKB �������䮐X��\ճfQ_�]����KA1Q���/�(�#�F�w�v3��}K�or����`⸺~��ŷ
��X��~̱�FE�He-�7����F.J�	v��3�k��k�Q.y8o�sj�m���Z���2�aR����\���o���X�v���Q
L������]k6���+�ĶiW��g���%��k:^�S{y`����v��L�1�y<k�=�s��&�qA��Q4���.m�Ar�.1��Vh��pi�5�-��g=а6��9��j��d��b�!���̮��m�k?�T��k?I���~��L}}�vM������f  ��ڏd�Xc�V	/�jv�k����g�v���5�%,�����#��?آ_����@U5�Mk��p��^$��ә�\u��O��e�#X�LKb���pKS=p�04c�(��CG#A6z�Pv�@�dNCR忻j�q>�Ĺ�3ѫ� 	��$��4A��ێw9wǘ�>��7�1�UZ%&��}�.�Z�e]��yA�}�W��>�k	ť�n��O�i�b��>V:+��	��K���h.�d�q��Y+�N��6�뜟
+Bwf�PUkg����T���CYn�E�Z��}�H��'Q�~��7
+����nyC�O���C됦���/� �5�|�D\.�w��fwx��9,���s��+�K5!h)��!�.h�{��fagDL�M�l��t��6�(c~���G���
�չ>�6��z�WB�h��������Ƥ�q�T���q:}����$Ppu���U��N��ڜ�'��+/Z�do�@�ZTbO2
�cz�kA�����L�0�E�l��"�2p��������R��G*�gJ)�����o��v��(Ws$�H���n�7�'@ۄ�tl�������y�\+�]��В	�u!�S
����=�$G�+]!:r�oSg���ip��SϷc���fz�N�T�Ie��V�3��CA�|+���B̿��IJ�6
z���b�B� �h�Y�f(��z�
+0`h��%�0����k�
+��|ƥ�uቌ���ݱ�Sqd��I��aY�G�����CY}Z�~<�O����9}�i��v�5(��n}�I^�/�9�@�,�k���K��-_�Y��b� ����ѧA�Т�B�Y8�}E���W`��j��.��>	�_�함�*�!�S�@	3�?uВ'a�/7�j�ݼ�B��'�
�E�2�qߕ��gJ�@U�W�#�G�Ļe�:��T�2��G8�KD̗\��N6�B��	y�D�&�R�����[�f-|&O���w�$P��
Ⱥ�
���	����%P��Ct��BVĶ	w^�)h����FZ���$P����u���t��jٖmԖ��E���lB�.@@hɀ؏P	��@�(����مfv�ZkkJ��%��a9��E
���"��y�?
+�����F(b��j#O����>��*>�ģeg��p�0�
+�U�غ�K�
�l���tB�A*���aJ�^ȼ�U��?#�	I��|�K�9>��9��N@�|��]�t&P)ͥ�����u;?�x�$PܟN�����)��3���˥��-["�'F(B^�91�o���)H<N��h�|U��.�.�D�ǿ����ߕ�� o�-�q�X���Z�X&\k�?8��0���N4��x.�(�֣\��f�{��6I��Ǟ9�	TÜ��k�Y&.2�����a ���^�%)�����I���x#�{�U��.�|?�K��j
��N����ٯ���<�7 $@)���"*�+��(��գT@m�[Q�Zkud��V�e�
G�:E�RTP*T�� ��`���!����ɒ@��iBH��9ω`����	�m��ū9��nNiLif~���=�rLֲs!���Z��#O)J���G�7-_�gd��˵�
+�EK4�1-oҍ��ˋ��y��T7I�,�W�o��|d�Y?M���m����KjK����#�`��3����`qf��
�~�=��Z�ֹ@ir���(���~�0]~�q��GR�x�m[K�
+�� �F���[`�%��9G�;E�S�������!gJ+�s��\��3O�l;�*Qǭ1^�U}<1��+ժ_�aZ�"t�F#�Ld?&�H?��4ǎ�LB�Z�>cgŭ"�f���p	�:n�2�u(�f�g��35^�e�w�P�o��e9��sj̞�7
+�=�ׯ���W�<�^^�4�'Pww[�d��lK���'�m�Y��Z�ʐz��W6K���$�Ϟ�)Nݗ�;R�浙&r^O(��1��c��&~�9(5#|X��k~����Ub�7~��������M弮���H*P�ʸ�8�ڦ�D����p���,���t��7�i=���!�C�4/e���������16�$������T~QU���1��u��y,U^��j�޾˵I<&{宬�/&l 2<���yĐQ(1�2Wݶb.լ�������8��/2t�D$-��Ǝ;f�.���T*S_��A���$�끼�Y�>׉�[%�eeSb���������n�)��u=�(�ڢ�)��Q��ų���	�E?�k�?]KZ������a/&x��Q�>��砫*�s�ӥh�G���
�MG�n��8Yy�<��D!m(���tU��ws6VEo��t3p�qCY��cN
+{�Ҥ��.�}�D_��Y��f�7��@��љ�u ��O��k�٧NqW)W]��n�c���d��}��[T�K������l�
+��$���O��r����@��%o��q4��d&���Ko�n�׍�����j+P��|���G�f�������]]�s/^��P����a7
+�ޯ�ymh���d����;�Ӻ�z����j���:h�cv���[��WU���~��AU@�����U��]7���H*��sf;����A){�ZP
+�.�ew.n�4�vҘm����O�w'~n3ȴ0�ګn�*����)�.�=&m���k�򺗰V��c1���׃�Xڍ|T�9z1�����G��s�T��hV���	�?v�d�~X�f��g.aI)m���|B�>�lr��27i+M�uoz4��� ��ÿ��x5��*>�t��zr��v^�K����^�;G�|��sI�jE���,�ɬ!�>�����W�9׿�s���drjׅ��a)Q;���O�A���H���e豗3�0�ೈ��wޠ����
+D��߮}'�c1�|�W�ML9���
+�� ������Y�d�/��d�ԛsue6��hI+e������9��T�Ú�U�q,���i��Ayy_*PM�u�I�5.`�]]�jBa��,�@֨�{��suw^mXCO�E׎��P�(h	q�.��˕i�
e|���f�U+��kn����|�1�p*�=y����0�6A����
+��@�P����2�@��T
+�� 
+��@�P����2�@��T
+�� �B�K>Y�	����P����@�.��|�4�������?����r�-P������?����]���P
+��@(P���%�@@#�4�T<#��/��j�{���P
+�4J���G���3t���P
+�4��
+��@	(P��u����m���P
+�zM{yZZ�^+�at�f��@�����^�^��X���:'��b��x["[
�/UQ�@�/_oJǼ���m��y��<X7h(����P�b��^���&��m}�;���4m�g�۷���A��@�G���C��@Q�����y��<X7h(����T�b(P(
+�v�1oߚG��=����wJj�]�G�잟�����'�"��[e|E��?���M���2(���	��;�!K9��Mշ����?_=���������5��
+C�o*]��1ס&�o�w�@Pm���ٹ�{�د����qe����?��6�?��h��1���l�*w{ǧ:�Fq3Fݫ�oɍ@pcؔy=p!��|�I�ov��=<uE�х�?~9y}�
��3߯l����k�<�F����b�����W����M<O���R5�p݈����K�N���^�P�uC�3Y�
�j��xlP{�AF��ϧ��|o"(��]{yZT�]���U�̿��JY�|*}��RW-?q|x�W�Z��c���gR���14�@�(��E8��B�o�-���ZZ��+��#�j]g�$đk�/�K������--���-���l#�r�=�h����?��Ǜ^�O��(�3<I>�L�j�&0k�Os�x��s��]��ʖ�0�<���1��C	����"�����_&`M]Y�ِE���PU��!0"��"Rq�-@U��E�θ�iEGTVa����$l	��تUVhQv�@bL���כ�S��D�����'��w�=�{��������2n�7sM��������BO��/E�i攕aK �Pf�+տ��:>��W��i�J�w���Ywq�XÞ;�/+tz ��(&���M.�y��-�?�M7��Y�'��ݚ$N-q�>l�ŏ�ϔp��&7�Y�[ZQ�i�����"��-D�`��3�&�z|��L>����I���܆1�IIs_E���h���of�6�L2�$�hzE��O�9���hʲԺ~��g��s.>�,|�ΟO�CE0Ӫ�o͈�ԟ�C4���|���T�0,Ϲ��zo,9�J��!n�Ɂ����K
]�)"�9(}ۂ�
+�i7́�ۜCYIΡb9�`�gU���,�Śb�m$�����AJt�ec^�":<z��?�g�8��p����(���0O��K?t��$���ϧ=���뎅~F���'��ٟ�緹m��ԃ".vO˱/m�d>�u˗9{�ھ����k�U����M��(j��Y�x�ց͠D}m�)M���E��t
+���m��a�$�
�Oߨ��=�5�w���|!���W�p
�ϐVC��#�l
+|F���hQgR�0�J~#�7č6���`W��C�%
+E)�yE�,��^�?���6́���Jx��r	�Ht֝�`ۥTGiA��LA_�{�D2}MZA�Q�g��Z����0ޑqW��(Yb�_�L2��qi���
�=9/u�KQ�B�2���u
+�|圷��}x:I��k���w%�m�/��
+_�;2��I*�����eNK����nv�.e��3�s(Jހ{[�7S�V8�!����yEcA�$s�'��Y6��i�K���G��/U����|x����3B����夒�k�T���v!k��Rq���J���s��3~5����$�Pa!u�'��OhO��t�]�F�
��K�J}���1��.��dPc�绠���I�\�Gi)���e��w��SЗ�����ߧ�북�W`�ګ�;܆�_��M3�X�|�O�6U��i���a��8���B��nI�3i������@u�I�p���y�g���Q��o�$\�p
�O_?\�)D�����hQD�fΟg��Ŀ�/����A�'�/6��2����������E���A˔S�c�R��E�k��\i6�T�@�,Š��0��"� O�{��j4��(�b����VZmy՟�6��c}�*���Y	��H��^ŗ�YUϩ��Ѝ��I����h}��2 ���@�%�e�I&�F�x�O��#�v�8��O;�u�FB׆��Q��M��"k�ܛ�o��-�ټJ�F�܏�@'�	`.0w��0��/�I�^���t�F�7(8f�x��\yWՌ�Ą���7���r���#�Z�y�-���c$P{Wn�&*��a����[�T	49�-49��`��ua��Aq;�F��K󱎹j�Y��:�ڿS��d
+7����������1�_��F�z�՝�K�B�iH}Ǜ�|�-�����!�����Ǫ�˽0��?�gp����(���0_��K?t��$���ϧ=���뎅~F���'��ٟ��m��z���瞤��7�GR��U8U�ɧ"�W!�p<'^α���լ����
�����d
����p�ih�|]oz��)t���;� ���IIك���{�o�O��^Z
���z�kS�!3]�������< �zD������bBI$/o��T��@���S;��*g#E7A�����1r�k��.�q�(�����XD��T��?|^b�t��<&�TᲐ�R?�(N��}�%q^�(J���߮9Ё��~�\�h��� �B�� n#�Nm��|��q��ݲ���m��c}V�L����ZQ��W�.��Q�.N���X'�|���ѸgS�'���#�TD�6~#k�K�$$��;95s�Y���ft�!�R�q3�$�L2���H�7h���/�W�����:^���W�y{;؇��4��\/�r^�Go�܏�@������ހ
+�`Ѕ>�����?
3�������͵��l�Q�&4�J�D��ݖr�w�섣��Qm�W��9[�&/)8���S�T�h��|w�r~�™������vخR�D��L�o�co��V|ږ�)$͚�֌�N�y>D#�m�l���9���+�SZ�`��<A|�$$a"��xykӫ�.�\���q"��J�J��L\Ԯ�&�@]<�ɮI��*�_�ǒC�J�CY˻f�ץ:��
+`��w'Sp���2h�k���{X���b��K��/�Nb��o���)%�.�y�i�~�ǥۮn�\&'|��R���m�/�e"�'p|!|��)0.�!�<����\P}Vx�$��~��C��q����=�3��V�hwQB[�k����R�����h�<+��Zur
��e\3(E
+��a�ܙ�����w\�2kO={x������������7�ҥ_9����&���U�:q_X�=�/�M�<����qJ����������-�����3S�����V��&\���rJw�q�D AQ�9�V��Yg�A4�qi�l�#���9�����͗}�'�1V+�u���!(���\<bþ��-�����T!����+L��9e�?��<T1B����򩛺�����Q��|V8$0GK�w�bCۃ�֮��	���*q۶z}���K��d�g�m�P|'/^��r���zF�
��!��M*=���M\�.4��f�I��"܍�3LXfԠ[VLViMs��B7
��=�)���Ʋrb�/��U�l�A�/a�ߛ3��V7fϳ$d	`��R�µ��p(rtgih�,��z"�"�^�� ���c�mG��!
+�g�^G��*ٜH�9X-���[�fE�*� �Od�;t�
+����E�BU�gH%^�_	��
+�,��OV I|�W�l��"�P�q�|f$E�V��(��,���c�mv'��LkZ���ЧH���
�7���o�`�z���E�^��x��;�I}�c�G��������.�–���K�>��(�6���٢5�t1}��IE,f��gV)=ڗ���
��%���7�@���e3�IoZ����H���A������gJ��vT�șqg�_,�~I��3X.�V9�t	�
s4ڇ�j�\7����R��@��YO&�E��?N�s�~F̼D�-�׫3=��('��t	T���`9�#�vYM)�j���s�J��Ƀ.H�}��PQ4�7�G���?��[qp��/���8�e96���7��'�Xj����\��-��@ڻX����� �$�]��v�3�w�W/�w�K:&�GÔ�h�ƚ�.�cSۗ�mz�r3���f]N������b�㵿Hi�����Az`O �셜҅��7��C9Pֆp/O
�P�a�S��Tb?��\��#�Ӱ�B�:��pK����sҺ9����˴��7wH��:y���L��,4�N��Yѣ=>�~�>�/A	��g.�L֐�Xɴ��,�μ]��莆:ތ`!����+L
+:=�����{�=!��i���lN9g��cH͖HF�Nk
o��B�6��`���A�����*3����mu�g���\�<;�H&w��ޖM@z���h{�#�എ�Cz<B�r	�(zl��������=5`�X5L��k�c�W�=�q1�R�w��k2@��32C1z�3#�(�F��Ԉ]l`Ӑ!��oFy#��:�VN%����d���ͳ��Em"Ɵw��c������΀�����VpG��N�H���^�\�~H�Q�q�7�-�lҰs��8Y?�iM��O�@�/�=�{����s��Z�S��k<�z0֏��;p�o�=�� �'`��D$P����?%�ܟI$��g��"�:��&j���*�ƍޞ��S�z^V0B�H�$v�j�P9|2SƄX�]}�<�B�AK��	�X�����(&ƪ�e8!
+�t�Hڜ�b�k�8efu�r,M�f�
v�F��Mjh�R�N��&5��=���dhJ	T������U�/���:^KtB���]��O̼����cT9�~�����+����xѠ3Q�~�w����(�OA���s*���x�.��I~��p�I�<�DžDW �q���e/��q�������Y½�]k=�o���	/Q����Rk��Lۍ��#}��	w�oUn�����S�.����u�Ґ�Sg��X۰rF�=�[��k�ve��%����#uF�*���@���CP��)��.S0�z4sy��ٖmYsZ��}��~�+�>?�|��7��l�ys���t�^\|X?�Pb�ٗ��o�k������R�9��H�F�/S��ۯJ��"\����o�H����������م�������-���8*��`j)r�{}H�m�x��~�F������E�����v_/Brg�Xb���ڥ5�*@���&�Z�5aͷ%��P��k'�Q�����EF��R�fp[=w��&�(�����0���c��-a��w�G��������݃t��'Z|m����6���8%�>���aq��I��������\�k�l����S8��#��!���-���5���>U�r߯��3�^_�]�K��r;޸�k+컌+<�x*	���ܵ�j:53��Ч@d���C�7�Z�+��ܒ����{TZ�q�Y����ʟ�҄��П۩+RO�W��P��#�t����rs��gbJ$)�g�S�.�{��/�s�[4Bw�(Bb%�A��L)�������_&PM]i�@�AP\�bqZ�( �Ω�RE�M��� aS��e�*�����"n���(�]:H#��(JXg��H�#&yan�hD�����I�������}������-�x�����<�;�n�������a�oqdv��Q��'qnl�P�h&�.���	@E���8�j�sօ�S$�Q#KV����7�sY[=��(÷y�޸7�V]�<���b5���6g0�X5߸5߮�z����]p^�8����%p]�"ʉ=H��RG�ݍ}$�����\t>����n��`������zoĂ�u-���7*�v�A�_jUW���+�j�Pc:��8�o~^���A�>_q	J@��AE�bV�-�L�[O��cg��G{�I�g�ے���S�;�������ܗ��3cU���GL���������R=�g��({��}֏
+�]Wd�Pi�x�9�b�;'#RE�=:�u�/��qG���–H�/F��N�!N����_�V��G7ڿ�:D}e��l�a�&���i�m��Ӈ&�.�c�l�Y�6�5r{���{��W�Dy>-9d̠��"�\	�1\�m��.�-��qqa���M��Q�'�z�]W���/k��&=�J�7�f8˗�߬�5��j��py��:��֎0�g�|0�&%��e�I��_}��)Њݡ9vϩo/��k�5��"=A
�Bs�c�k<}���a���b@��2����-��B���@�qǕ�M�YJ+_��[0	���c�_H���TH����z�x@'���C�_�J�?��TZ;s͡�غ��i/�V�$#P)���"��
+� c����\ e��~�X���~�5r�-~'�[C��p6�bZ����q�}�A�[ȤD^L8ׄy�˼�$�ip۽j��	����I�E��Hf�͸�g(�fdab|	\KM��:�'�y���C8w�x�ۻ٣>��o����n�S���'�ue���s�Vz����B��;��M4SlC��i3��Y�n
+꽪�\�\�
+��;��`[.���$���c�;��� |�y]�3Vu��\C'��nK0�X���.�?<I�p�PD�n��7�cUz@
+M�gR�¦���f���{�D����1k���������6�܃S��>�>�P�-H�a<�������c��;��`�����K�S }BWN����]��У�vߺ’��3k�b�s!���"NЯ�gR�;7�JQ��'�z��]��G�1SR�T���\¸o�s#š�=\�y!�L�����ď�=�������3R/���d��U;sO��=�����6�
+���{��.���#�R@�.��3�,cѧL2�$�X���S �����9:�_�j��R�T��y{�H�
��=��:G�5����������
+�Wþ�pl�xz�l�L�0l|$U��T�U��0���$-H�T�&$�������#�*�u�����ò���O��,�LO�G��V�����$����|�'�d���{�ƶ4�7cs����R���A���������k|%�Q+�Õ>��+4��A�K&�؎~�\?n�|̈_1)�"�X��b���q:3�G�TdR���j�g�R
.s���)��;ڵ��$�T����	����cdɪZ�i�Ξ���wMRς���f���޻�H�%v�A]���7�u�Qx���0��9#+���-����S�(}�����M�qV��6Вf�ۮ~�:}�)q�xB�������o���h���i+E��n�߄m";�qh����sh^0n�H�q��I� ���[ }��6�H���CK��~�$�r
������H|��L�C_
��M�z����ؘb�L��?y��m5"��;� �(���/��}R�c�(�G
+�5��w�͓p�S����D��M�h-��XΧ��x��~)�dR*�q�I����Ϡ(�d��W�;��v-�z@��̀��xiql����/
q#�}9z����
������ >ӆ�%I�s�j����5�+6�i긹�Ƣ�JMOGg��ZAsP���q"YŰ������4�!R�@����+n�>G�7�f���Lo���I��S�����I�2}+qnl��I?�Q�"�����>��z����Lm@�� ��*/����c�_p�v�>L���v߂H�d��%$��S��_�2s�����~R�{��@����+���/�Z\��"��7㈍\F�WM���
+i�����2�Ϧ^�o�x��˱NJ:8����?�ġC��z`ٕJ�w�B�M�=V�?��%$�4��-���wh+?���;4�A	�ḽ�d�w���D����Y��l�z�H���g�/���1��Z�������/�ک���ݳ��>ۆQa�*�������=�}SN7�\�fR���称�����_'PQ����ʭܗ��D�4�մ���5�ִEm|�h�G�5}�6�4��G5��V����1O�D�TQ��5���\� ��?�;���첿y����0;��s|�,/쫫O�Bw���8�^fI��j����K;�"ͪ}�ɰ�v��P�M{�e�evX����m
ɥYt޿����#�D;�4��G�ON���/���_�(NKk��Z�?��&�k]�h{�-T[��/7]�����~��w�r�`Y����z=>Wri�ǔ!q[�+�ï[h��r�}Q��qv�/�^��2�x�.�҃�}6||��'�-��ZYz��Hs7Z��#���Ҕ����H�Ԍ�5�K�g���;�=�M�_x��Y��ĢTE���̈́��%�����4�x�IzQ��h��ru��>�1DU�yd��bwyQL•��^��M�ۨX23��'�#��]:���(y�c�8F^�|h���~�-u{R����r3�o�]V�u숿i�Nj�y�hd��YF����f?>���i������_{����h�F��,�O[������5����Y�����p��o�EK?O�~?���*����kr��Y������g���y,�������1t��}���Pk�{�*t�������Y���Y�&/�Z����a�Н�t�	��q���,z������j�9�����u�kC���I��[�������ұ��F�ǶOE�����:+��=�_�q�{ݩk
+TO���y�3/L�y�W���Ur:tu�_�W�n�{[v�@�O̼켄���G�)��[�������`�XU�b��������i�e����;��FQ�����:�Z�(����y�_�4���[��i�{�ϭ^N�VI�w$����yC�<�yZ��ri�fޗ|�����\��N�pY�����,����t�����|�n�����do��+0�~[�o��zmi�v�����wv�*�fT�0R�k���~��ΩO��o}��f���9�E����I�ƫ��)�Vh��Q��Q?f���Aʆ�=:a{:2�Ĺ�E��N������߬�rDZ���(~�D�'4��q7����Ԥ��g+��Q���*to4�+1�n������I��@W�/,�|����uuT�ݝ�E�Z��7Ӛs���8�;g̉{�֗�M�Ř����g�'������:����[vy[��-/�����i�6���?��s3iŖy�
+�M�%��U�r���c[7Ux��������q�O(��oܰ������u�ߥ�m��m�#�w�0����Ԧ�y�Pe�Ҏ��U���)y�n�>�
+���ק���=�z��\��Ha�huY��W����|�O!O����,�u�'UW�l��۽��
�
+�VA��f�
+���Kp����^ۃ�g����r}rP�(P�
+�{Rc�iቭ�r����^ۃ�g����z}rP�(P�
+����P�� �S�E��������IP�(P(
+��@ (����O��W�[�%�����
(�t�/O���@���X
+�O1�N�'@k(P���+�`��2�7�5�3��7��7�C�	'�y�s{���T��{����
!�,}�E�[��Ӽ�#�$�TqZ��'VG�T��eZ��j�	djX
����F�j�R�j�gjYRKt��"%~���#2��j�ak�1͸+cz9i����D��`(�K�Z���!>�N�`L3�M�[��"O�ܸ!O�AM�I+�Ɠ4��==��� *b�㸳��8�b8P��=���h�M�q�����eDL3+b���=���ɍ���P�o7VmH;FԤV�aK4X��4�L��8����'T'�q(P���+�`���X
+��`(����Vh�Hr}d��N��tm�X��I,���:�Zp�y��A�,pE���-��)��r�YT��'i*�j�p��2/��`hB��ߑ�u ;�����x�	V��L��t����
W�O��\�57��M]}�br�i��v?�(�54xz64��H�ˈ<�ǁ�l����������k��7����pj8�F�U	���<1�7�Fm�q(��ӽ�>"��*��w]����8�,`��. �Oׂ�4=9t�N�5���snf{P��̜������gv��'j��RZQ
+��W�����#�0����ZP��MNS��ė(n�
+:���U�j�
@��q���3$�@3�e�I8�^2�[����p��0(P@��79]�r_��9@w���l
+,4�O��!��[Q�����Ge���x�Kk��&~�mMhS�m_C���4r��'�Dqs�����l?a���֙����!�:8�8R'��0Lz3`��~�*�iH��oڪ����?�@����2��Gnڽv��]�c��(���;���8s����*�S(7�B�^�fv�
+6��`�OG=�	*�l���!��?F���M��;�X���@���`�Q7|����SD�����!�t�������Yv���~z��ϧ�w�f=B
+�oOe�=I>8��%�)\�c�5��7�Z���ґ�S?���e���]���w�� 2�Y�6��[�p�[Y����g[{G�M.o�g8#S*2�xWY�E�MnL?v@�ٹ��\D�M.ϸ
W?#��?���T����@h�BOH�DPQ�uvm(6С�8ʈXpA�*�cA,�Xg�A���8("��CGB�Q�B2��Z
+lv��[���-����es
+#2�����Ӹ��3��ev�>����I7{Q�?����wjԥl�&����]B9�I\�����}'ɰ4U���I{VI����n�@�Y%Vd�̶O|��]G���U�e	��Zf�Zfr����O�*u?��+�!
�?YУ�V�Ƈ�*V�l�~5�bZRH�TWw�e0un4��Vy�)���ʲ�������"*�g�ӳd/����(Ge��=<Z�}�Z��(~P?r�_6����~4�{ۯ�=w�?�~ϕ����,<��kV ��$���T{�0��������b�Wh�[,,���8{|����!ڎ������m5ܟ���h��������,�G�H��*��Lf��
+�m��o�VTmz�X�Ai
+��n���\��6B�{X����_�XX�F7̩��
����v,&��u{kH~O!@��Ȝۮwqs��c���€��ﵺ(ۆj8c� ����<j����F�{pH+��-t��F�/������@����(��A�����?F�C�U�w��W�!
J�G�$o��[�Hk�8��hۺ������an04��)2���ObR$���d��B^,T^��$�2д	�ͦ��r����m+���E�����S�:�ػ�,���*��G�!K��L�{^�\��2�,�][RM��y^N5.g
wI���
+ZL�qp��k��zF���+��='���<����<=�:�[�0
��D���$���SF�x�"BbA�N�ߥ�KChnv���2��oz�~����@kD���;���m>��H�v���.�C�H>fڬ܊𧛙K\�ٮ���A[�g4�/k�0p0�v	m�MU^O�ʉ�[�fM��^J���6P���u����q�s&l��r��@/�x��lҝ��b���
����s����e�{�� ���[��mh����CJJt����s/�In\DuB�T}�(���;g�
tܼB1;��U=���X�v�3P�K`���Ҹ��3���e	�ٛ�"�/�y�.HI��r��!�7�u���پ����E;u��9�����)r2������jE�ت���k��xxN�G���y��	����N�y]�4����v���{��R��
+��xnb�x��K��EZ��b;�e����\C��?k�����}'ɰ4��8٨�)M�r����~=���H���P��(,�u�����a��M,�=v)���
+��3�|{C9�"&�D�*�f3|k��
��fB�e��j[Sx!>��v��D}|m��Z�*��Z���~
�����
��c�l{>ķ=c�����{?�(�8Ì�ȭ�����dž���z��&�'2	YW�\q?j��@��a[܏�	��&�\}½��o^�\�޹�zS�r9�(�ca�
:z/�{�8o>��+��f�c��~QD��N;׸�=FM��Y�;�K!�Y.�,��Q��ƃh��1y����8 �X�$Mh)ԣ��=��,��P=�7(��T�\��<BdE�@5@�@!R�C>h���p�g�D1��Q������+0{°�?��^��7Kv��(��+�5߫MPiVb���yI�%���5�) s�J����y �ټ*���`��J���L�mP��;�sQ���y/��<��·�B�����c�v3P�~���hzv�&p�zf{i	�-�H�@lk��4��}�ȍ����V��F�v*?�E\k �V��@�Q����d��BY���zӗ-6���B�����^�^��������)��f���"�/�^�v��{C��l�+G�A+�f����?�b�ە�6���X.}J��iѹF5W����v?t9�b��4n����q�]�.@���@9�=�h눌e��(�p��e�?S�����"�Ӝ�g1S4��|�2
+���/�Zg�~���e܊d����S�y�h!��i�9��TN�9�V��ڰ[ZC	y0�v�����9�(���uj���}�\�)]���.�pJ;(y)-��q�1�!NJ�G���xbĀ����F���(�̯�,�QE�;�(O�?k���;���|��؟��
+�E���^2�>�}]3�'#�U��'�'oʣL;-n/�	W���?��/���<"|���;hk&�c���J������x�Cջ:�O
��)��[%�x~���W7�����rc�Y��T�rC��@�z~W$�m��m쵊�C�E�ӻ�`���S�G�:�ZTF��㟠�^8U���&�bL��ĺY�m&�=BM�l��4N�Vʵ0p9���'�PJx��]C��7���A9��K���P2p9��)ы��DQ�SɅ�,>}fs�VZ�In��e�Ե��s�/@H�$DV�%���>}:��+�.��E��T�]�-��DQ
+tp����`Ed�-Z,�fAYQ ��{!(�@(3:����'���,�{�w�����[a�����qy�ov�r�z��3�m=��#�e]�k��Plc���w>)\�;�y:=H2 I?ch��#2�F2��(�R�� Ўy�W�C����4����a�#=�κ6N�^�*
�
+�:2�p���*"1�ٔ����pvK�y��zўg
a:�Dh��WC������X6de`'R�i�}#tb�S�#P����!L��C�[d���QT;lt4&��b�c(8N�Vş�]�eG�I�����'L���y��Z�'G����P/�9�@�GmS��V���P֥g��ۨ����9Ⱥ���W�Jg��E.�AQ=C�Nx&�\�H]���!sg 5�zk�=4%�5�ؽ�)�˻g(	X��j�9��x����76�U=�분_�R�@���&��ʠT�ŏ��TCt�Ѿ���
+�e����!�к�hy��2��8K�e,�c�=
+X����L��D�Blb���2�X����8����ڶ{������J���(R#̿B�=e�BG5��!�D,hľz蓢���/��+MFr��Y�f���5����`,eWf-�E�Y�yg�8q�6�����gW#���f�0�_9o�>(�RN��P X����'��{L�>:���'}S��uxC'ooݾ;����B,+emJ:•�l@�P�M+�&mM���*�S��O9-յ�Y�����
4��F��߻�w�`/��Ӣ�-A�Pg�H�;�d�)
+�F������.	Mx��mK��1W��c�NfIW�jC�-Z��o�y�������}5�[��<���I��7��W�:g[y}5|�t��"4���?���ن����T�:�躖��R���[K>���!�<�l�0��C�^*���o�~rd�<V��{�o��d�UL�|l65w�**��Иk�wKʳ�\��>�;��H���A�in9�:��nß6%��G�����#�8�^���MB��\u�]K|������
����E�V��s�p~�i����5�����g��m��V����.�v���"\ed��ɔ#_x��,>U�Q�b4$��g��6����geT����f�ɭ*Y�3i����<��
��d�~׏��D��qL�m�?�"˰�}K���#{E�I�I���e��	o�W�-���kV�T�P��B �9*��ܫ�,sIo�i�ob'B�ڍ���zՁ�MDJ����N4YbŴ�H|9݁C}ۀ�#ԏr5(�bK�%���4s��^�#!	R7��ҧ���#P�[ȃ������-L	=��m�����@��\ow�z����Ŕ�jEӴ���'FE��sv��E�1�&/��?[����7�j��)������Y!��&=�ĕ�X6oXA��.h�mT?��H�0�E�}��s��G&�*���@�5���2\E�&�}��Q
+�Hч8���-���a��z�uO�ހ�+[�V���@L�%d�v��&�2+�|om��D�y/Nq�h��::Vo
�S7��a����� �a++����3XGSls�$@���)x�|OV�'FϱY��Ո���4=�f�$9�a.݋�m�#^
�ԑ��s*6������=�M8a@�*�����S'�kK�a����{�ȹ�����t�N�_��]����]��`�y݉<C��^�����`c�6�(=����x��VW���Z;�-+$���������v��$����$L@�N>��Ѥ���+,�������!Ї&ϫ';���R	L�.ﯟ�Yz��Z������Z�+��ڷ�@�w�/4(�t��G�d�U����^��*��ǡ_eK?��E��6��k���;���?�8[�@���8�xM�A�����=�|�4��1s3/(�ğ�x�C�[I'���&�b���4�Yt]xeiT�wS"�<��`�W����
��<7���`�\��\k���z��|��J]�@���1[�i�7��~~�+�oB�JQڮOk����X���."	����0	��}8U�F�2�����&�1�����7c��@��?Tqƅ�1�|��#`��P3���M��1Ŵ^	�+h����r�d�k���x�7��ׄu�����*��]�ֲn#�@y�\o�a(�)��%C�M��~샓���zѡ��6]��˚�=�JViE���D;*0���)�Š��t����d������j�K�5�Y���o��e$(RF)tT#A�0;��@_�Z׋@q3�e��>����U{��4��i�P�l�®�\.�m�f
�x׶<",�Kc~���
Dƶ���Ch�>Cz��X$�����~��5ymq���$$!���-B!�D��A�.<->yc��ڧmu|�m���R��DPTdy�ʦ��������Jd	Ȟ^��1��)3|3���=�;�|��{n~'�p1hIfiPVs�P�Ż��|�꣇�ߩސp<���w��[M�CR�=�k����e�e��&���vvHilS;�ّ�/�\w�
1�g����q[�*m�KX˸����`�Z�DX�X�B�۰�|O��d]s񚃈Ќ���p6�XA¿����j���T��.ä�]�71R�i�S��T�;zYpƂ��;�ă�1𮭰��Ȭ�U�Z8�P�B���o�	-&L�?w����9���_�@��k+���O)cĕR�c���%$^�!��=�7��\Tf�SBI�5p��م�c��0��!'�f�Nẃ�����{W�q�c����jeG��=�Ϧ��1X��s>��b�U��4��Ͷ*�(1"\�6�7�+��,?��<�Q���R'k��B��|6}����{�w��#����SхI�AV1�3�+��im��Y|P��ᛇ�f��->�T��u�R���9_;�L8�@��Gs��	D^F��U0�zk�$�ޯ~a�m-"H�`V��K�/���$V`��C�C
+OE��ǜ-N��$S'P���+�E��eՅ�J5���#�X
-�h�W�oP�g�T�]�~ޘ������@}DHi����9>�&"Џf��_)�=(nw�N�Ex���D���
�g�	Hj�9ƒ�y:T�Q�H& �>�j�@�
,�V�sLH��^l�_X��&�%�QB{�����i��̔@'#�9
+��lׇ��"��`ƫMJ��5�OW*h�.���M�@U���_��1���g���~h�ےf)��Ap����Ԇ�R�)/�I���%
+ޅj��	�f��P�n�TJ�����El,�a-;p�I_�ᙗ�Q�v]�F$��i��Ai+�[���8O���l�͊����|�@;5=�F�&��[���c�����c�'^/8�+%PYn4�K?��<B�ꈰ����&Y�O��[4\�߾-Z<�P-���@ǭL'H	T~-��_qJ��.�����gi���h�IU�RǢl�H	�<�|%{c	o>ˆ_�E�m��3����7����%VO�(rv���{y6�Bٽ�Y�k#�]�p_��F�C>��b�͑��z�K'�c�N{E9+��*r�n��@*��,7_~α��W�~� �8�̢�e��峜�!z`���s>���ͱ���̮Lr� �tB��c�맿��›W���҃2'��CV#��>*0 Ձ��T?�׬�%���d6ON$hr�P�|}_��� ���0ni�Xb�(�C�n��$�ޭ��!��1��!���h2�!�����-1��V�l���n�w�i��?�DPB�@ߔ����]E��f�b�r&�4i����b�1�1���b0�Z�۷U�5O��l��lѓAj���P;(r���Upq��`����/�{[Y&jp��6!p;�5~����w�#�$��C�����G	�P��mC�
+�X�R���A���@�����-9tG�B�^
�E=�
+오��@N/�"lZ�93�'̉.�9
+��lՇ�̢P�`ǫEJ����OW*�N����A0
+	��'V�5��W%l\K��x�z��j�	�k�n���uh���ka$��r�B5�B� ����`���JX�o�~?jc>N�6��ߨ��Ѣ.�4������s�[߮;'������kx���	-]nG�i�?�pG:xS%��Ώ�x��0��hx�&D�����M�`�:qu�����t��.���rռy��C;���oe�Qv�y������5k1����b��c�~5�1��}��jZZaVY�1���p���̡���ī1�N��>S����݊{��.6O��rv�Ҿ,�g��!6�ݝ���-����r=��6�*�����b��m��l�R{�(�V8��nɲxwα�u��3���Yg;Tf�BE�H}�o^��w�Υ��'���ۅ�&~āo�XJ�NJ��1�DvR7L>>S,+�\g�A����h����'n�l
+*ݿ�J����{��6%���T��"�8q瘅x�^�����/Xѱ�l�/��a8rqO:n)Rp�t��;~�9٬��hs��R�;Wn h]��ՆwUϓo	�B�`rt8H��&�W!�ҕѴ�`�U`�B;#nT��:�̮�@��
��t/p����}	,�^�F|1+���
�x���`Jk���
l��HHW��c]Lқ�7b���吊*��O����p�'z��5=/�VRh�^dѽ4��q�Qb_x@Rçf�H)��B�����g~;�>\��
�a���I���>y:�
L'�%�ʽI���75	�f]���<����(�NJ������A�<3
Hu/D��	TSW��K �¢�� * �DA*v�բS��֙���Q���q��S[u�3Z��R����(�jd�]0*(�
+�$���y�`�Hb�|�s~��w�}|�ޟyk�Xz����;�TGV�ٞb��8†G��f9��ւ�����t������Va�=E+�P@W�����c�<�@e�����8��A�TFP�U"je���(e	r��k���"Z��<�״�!�<E�ĸI��o���&�r�Pa����f����M�C��u�9�s=���1qo}@sN�9���c�&�F���r�2P֔��je�ꘗ�I	�TrŃ\�;{���Ǝ2���xVd;gⅪ�}�V�"fwf���nT+V�C���H��`ayi���‡/��o/��h�цJ��c�4�S��ݩ������v�ҎO�43\�U�1�a��:Z
+������E2�tϽ�c1�'�!��Ed��¯����@��l�y2zt��Ua��͟j3�'n��!��'ʐ�����)����4N�9����^7�|z\}y�zoG!��8*8?��<���k�q�9e�M�9>�=t)u�J6�+~��M���|��D���1!)�ߔ��ԄDdWX�<%˷���U��힕����#(O�쑜������ȱ����7F{���y��į)s��
�P��u��@%TY�[��JV�=^���-����K�i��Vϥ���OD_(�?�E����k�Q�y;
��T�_G�U3���ȟ����v��e�۴�Z�Q���
+�H
���>�q��s9��f�����%`��M3|ŵ��e�54^�\��M�o�t��).^U(n�ȗ~�4��F!��G�k��y0;>�n�Z�2�E����b
}���h�߻^��1��폭��3���}���së�o@:�%��[��xԆm�.N�f*h᳽˯P"yѫ:j����?"5�[���p;��h�*�ٴ�f�I{b�����
Y��U�x�(����,�<��㊋�b!�IoW���Oe&r	C��vLYנ��
�v=-��k�,�E�-fg��F�ѝz�@+�]�r��7��b�!(�d=�%�ڿ��w��Pl�Y�S����^�B���C-_
+D�}4�����	�>�b(?�	E���t�;}��P��A�m<>{Li�ydú�(7�	ez��꒾���:ڈ�1�~�C�Fu�R��ϳƏ-��d>�Z����dQ�\��	��9���ynˊuf܋\��5
����pʦ��}���\�u�F�g	q�G?���Ҥ}/5[s�����e/�z��m�}�-��֢��ʷ�&��3�{�~,��� �z���̍.#���y�E�i
9M���E�G�32s��į)K�͟j3�j�������e��
tִ������Yv7Ԁ
+�_�DT��B;N��I�6���։��S�0�^ŋ�mW����i�R�)�T��T#��[�}�CP��������r���\mu�],�5�-f��F�ѝ:�@[�w�g�2r��������Z��� ���7�K�Q ��q���YL�>i��2��@�Ɩr"#��LG�R�4)@~�5�.j]�W	>Y��
����=x��y+�2����I��4��7�c��|,Z4��ԛw�:I�/�(2Ю���K4�Cڏ�@������M�^�꩓�9��v��N
+����6a���@�P:�ݳ)���^�Z��
�?T{��-D��f�1�I����@y^%E3I`E�f�w� ��
+�_�5P�
ԑ�����F~��vz�sGq�Xz�4dkz}���h�ӝ��a��'Ϛ�m�D
"5P
+mN��L����YǶ>@��
�#w=�2]����|p�8���JD���+�P@W���%�Qf��V�/�����_��7h�
����q]��[H�N��1	��->���Sm��s� �FhW6'w�?�E�w�����0%T��f�,���[��KGx��h�Yz<��@���p��FO*ʞ���~
+ ���@
0P�1h�J������y��E[�9f��@�O��K����$0!@�xf���X�����j8���4]
+�@6�-f�l)����@f����6fN#���gj~�?���X��`��'0P��x�@{D�Daq�Ȁ��,��C�|�ԓ�Sm�姅��~��0=�:[�x=)����p�%0�~6
+�y��eZ�9��������dj���$���x����\���@���*(���Q��$=��v��@Vtq�5��}��@sx�{юj{��+`�ɳL�b
+������>�@!y�@@��@�H�R��d��(�0�0!0P���6ߪ���ӵ������:�@�!y�@e�ͷ����@��!0P���6ߪ���E�h0P�x�@!�P�|�>~`�:�I�@!��@H0P@`������8P�&�@�!y�@e�ͷ����@�5W?H��������lq���F��"+q����(f�o�`��B $(��l���mk���뻪�We);~`�:�@�`Rp^f�A�*�IS���fT{En��ϼ�ϕQ��wh����g�L��H�8^	9����Qqݑqxꮢ 
+2B�A�PT�r��B8B���y�ˬ
+J���Tt�PuE]1	Iow	%		������������J��.��c��;VE<dq5��r�7�@Q��](��B5ʅ�ط*��&�R�{T�OBa�_B!uWdޗ&
O'�(C%PĊ"%���w�%�8�׍g��C^ŀ��l{(�@�#��ka�<p�}�-��R�]^wy|}�^W"|}��r�����;���+�p�n������
+l�pGy����q��
+��B	�Q.�@ǾUq(U�@��ojT)
+<��/��'\�:�z�F��
e���/���Xr����;7�z沰����WĊ"%��YL��P�t��%�8�ꓫ<ds���c�8b�X̪w���k�ufP4��/qY�.�u&���+睉��g���Yy���óVTWr�e�@	t8��_7�����%���?�0-(4+�ߛJ��̺:	�����Y��[��c
�����e�D2�K�0��Q;�.0����T:-�D�Y���&-$���M�U�Fݴ�=�y`��iZ�e,��L��"�)���~SƨM�P�����v�K%IA	��.�@ǾUq(��@�K^*�?c 4UT���$�h�(
+���S��1B�:/�=���.����z����V�C�d�P+�>��W�@�@����vC%PU�{w�#��������e�Z3/7๬�4�/�\Vb�xF곡�y����qUEr�˗�Uv^���6c��DH�v��ָ�?���kB���#��|qS��%�����G�xPH^�޵�e�	�׏(�,�k}(9�s����XP�e P�_yWi��j�	�K��K�nlM��u^��T�V�q��=��@
��|7���$%�%PT�F�P�VšT^E<���\������p.Mt�����Pxp{LA)�9�dz�C�}����x���B�ɖ\��f�HT(�)iy���C	t��2�S�E	T��h�f�k���}�E��}�()�H���J���*�g%��EJ���*��p��f�b�X�6��ǰ|>Q�\��8���m��5R>�۷�Þ�[�+��h��<.�O�qۿ>nO����*ŪA0j@�7�SIX�R���g�|��h�<��kZC��!�-��ۄ�>�,����~�s��&�H��l���N1y�L�UQ��1־��9
� M�^��O�O�O�����I�p�(�C�>�]���+ߕG6��3�'�VIJ�J��P�z�:���C�<�o�f�n3����k�
+ӟ�a̍l���8Q�3���y�59U�M#*��a(��������-qe?O`5�g<(���x�KR���SQ�:B�&P�8Shy�t(���F��y�:e�d�Y�8ቘ��v�eSYuq"����Ɂ���X�SE��O��n��O"_Ӆ�_v��X>�����Ψ���ܼ*B���H�;r`
+�޵;4Ł���R�d:-,�1�S��p�W����c�" 
+�$��x�;�q�H��\�ߖ�;�2�@��4�E����ۗ���{R}�惹g���	���b�����G3Ӽ�c
+M0�|iӘ<��
+�7']"���C��m���f��[+�%u`�m�B@!{��2��>����H޼�N��l5HG�9&�iwwb�<�k�*<D�D�r��8x���qs������&:և�H�R97✇sܷnFW=d���[����!R�W��<�~�r���
���*;�"ް��L|����4��P��d�.#}���8*�L�[fSr�^�d<w�k��KWA��
+�(J�cߪ8��z���?��#�0FӖ�y9L����?D�$	���S�g�-�..�i�Ko�f;!���U���`"F(T���q,���)�Q��Z�@��%*J�ڠ��*Y�,��s +g��fw:�V|9�i����>�V��p���,\:^�����Uwt��<*�ֹff�K9c�ʽ��/^q��2�����2
+lwc!����q����q��H�+]�H��ZY����B���>B՘��wv�*���G�-"���-!~5�ѽ����.>��K'u8,�(�M-����];��O�D}��4{��Y��H!}�F/&2jv�Q��p�6-~Y�������`fAHJ}��7���R��:Yx\��)������hl�d�=u	~Ҟ�|χ�]�<LB��?O���r�͝�ؽd<�m��1oh�c��@mM��zQ�d�Ǒ"�pJ�@@����6��Y��ߴ��42>\��W�_}���fk�S��-�W�PE�j�%бoUJ�9|�f��������^��)��G%�$&m��g��=��_��1ǿ����������F4p���NV�j��Q�>�6[����-&�Y�#�NP!�E���h`_�<UU��ޕ��z|�G�w�}�P�d֦��5��Ykj�ƨ�B��-�Okٿ+��`��5�"^���q�����=�|1f-aՙ��?R^�`Ս���L%��D��-k��}���~�_�GrGʶX�$B6E�W �K��O��%���4wk�)=����/��ؼ)���<��ǟA�RR�~�%N6[(e�|J�6+�61Ff�;mH��6��,'�e�����!��v���{���Nm�FrM
�}��6D�0b���|~�g�g�y������<_��?�д6�ݝ���%)K������~�X�l�H��Cώ�������S{�	1t9��J�3$�P^gx�7��
+�k��xE���D��&,J��!�;F/��*N����q�=EȞ�,g�k\��>�̮O
+Ch6�3Dc���fŁQ�F��~$��+��w(����Pf�~�{fsR@���O�-�	��n�����1��l▦z&�i����ʂ��}�,�ڞu?1 ���<|�m�uK�k3��=��Sh�B	�9.�@�g�P*��;�8ƷYΟqD�M�R�֤�*͇�C2}��@��
l�.���n���2���ڇL�2~1�=A	t�I�7i�}�8`]���m��v��Y'�3��C�5���J��v�>���|����i�z�
+��.c�ĺn�"��^�"�[���0�`Ԫ�Z���GuN\�ۦʲ��7f�]��g0��~+�`���)K!� �H����Y~�ɫ��ɫ��'��M��p,e9�̼�!�`JF�VW;���i�_�Hz�pg�"ha��#�ʓC0��F�Y2��x�.�yr��C���e�Z�G"/�a�2l�W�(�jv�`D��1�v#d@�rP	<�jL�J��ݒ��EG��D�8>��0t�<�[z{m�Q��|()4-U��0����ɸ$������j��f	%W�T�	uX�`K�oƱ��XJ���
�6�"+	�Eϛ��.��Cxڿ#�4r�k��H��}D(��B5Dž���LJ9|��{��U���E?�8�Y�I?|���|>�GN���K�~�Gx]
+��1���h�xA���A9�gl�ЯoQ�n��m,����%+e%�QE��x
+��J�i�T	T9{q�%P�9a(�y:�g�{}ն���X�v�=� i�S��z�ǚG=u:��U8�|�AֵO�g�������p�9W����~��u�9�׸YX���l��빶��d�FIc"� -{�0�@)1�H�3lz�H�ܓw��9�N#�m3�=/g����!Cf\��x�
��%�?�N�Fa�nH����d��<����р7�.�����f�y9�
>٧� U��	k��$X
�KZ���άꔠPX�?���s�I=�V�(s�L�v�c��DJ�%������Aǚ��%��n���'�2�,�Y2b�_-�� �法R�~-mo�x@BӶ��YB��z�;��7�L?����]�$� ��3#�@Q���B	t�{&����/��1�S�EqlYe�h&z���-�������5n����^Ǡ�\�3H�6�j��e���J8��o��%:PE��\��ZP���At=b�KOw\s	�wn::Y��<-�+�8����p��zq����ߏ�cv� c�W,&��{�"������l[!�A��W�Ȩu��<'+7�~���^������3+,�%��,~9e)�:m��/R��[耇@y��H|4H̻�&P��V�<�%P�O���TL��A���v�ϓ�Z,�Ւ<��Z�)�O��A�q^T��������F����71i�_p�W��ȥ	�+	�E�\^���Oև��)?u'W�Bۻ]�y���QvLc&���Bb£p���XGB�zw�:ÏPE�j�%���8�
+r��tU�`p�yb�C���G��>�Ley
皮����}y�%����ޯ��׺B�n���lZ�
+:�[����(��z�}	��s^Br6�.;72|[��N����͝Z*�!�܃m����}�ցt����w����?�=w(:�`���h�}�{�g�@1��,l��d�X�=9�pAq/���2�}�6R5�بJI0�<5�'P�)�/��$.�P�v)��:Û>��l�ٻ�>^<�-υ��ZԢ�`��i�T����Vû$Tl�j�¬`$NH���l�SyyF��r���E��0�j,����ށ��U�c!��N��(���y�N&���
+�溭��[�������u��(*Ts\(��q,�C� ����f����k+6z�8}��6O��m�3wh���}���-sA�ڙTk~��_���ϕ�����gh�G�(%$�֚1��@	tx�j����%Й�s�X>���5��t�a!k�^}R~���Fƒ����^��~��=�
+%�cy�'��R�r�C�s��c�K���OϪ��}:�DK(�!1�Q+�<�*H�.i�I�1\��H����Z
�4�8N;y{⛹q��b����1
��3�S�U��o��!�w�-�\%P�$Vl�O�*M���M@L���K+O~�:�Je|�J��P�q��DZ0����M~����ϴ���q���Ѥ�q�52>��b:��ƅ��}�2J��%P�Bo��:��m�w�v������f2J�tU�3&�9�UY�z��T߭'s �߻g�@�ė�vZ�O�F�?���L�R��Y�M��.�-��Ű�M8
+%�������[���:��q�Ɏ������7��8�2.
����2�j���?�\rr� ��U�(*^XADED�@�E׷(x���QW��Ҫϣ<+ҕ�bE��@�.���\r�\E�N��#		L�D���~��L��7�̄��m1�?;��t���V]�-r>�8���3�v��h��M�\e/P�~�7Z�"�@��#�"� �kW�g����j�:D�\��E���vEY��<2U҉�y�h��tN+���a�*���@Q�ڽE��a�4+���%`���O�2͕�@��`��]���~X�J.��"�%&h�}�O��F�e5����$�M�@��`��]���~X�J.��"�%ӺqmT�v��#��������a�*9X�Bq�@Ѯ���_?,P%oT�b��M]�R�ii��m!B�q� ��y"�A((���������ś�U�X�"=X�Bq�@Ѯ���EQ��E��E�������>�
+�(����^�E�`�"őT�3�EI���Ej����_A䊿3(�H(�PI*�X�җ�
+�ED&�@Dz�@��U��)�׿��r����@{�X���(�H(�PY
+4W�w�*,-�-�w��>"ĭ%�;�ED&�)Pq�(�ۤ�̀��TRMJ*P���`��GR��ZK�w�� �L`����b��(E�UX��(��@�Z}^�*���
����E|�2��:�T9�A��t�@���G�K<�����T1`���T��������h?�����e�1)��ߋ7eV:�����6��V_'�}0�|�f(�2Qk��&�F���k���/�X��~�˟�J���e�?k���s��n����:��$��=e�n@#I�������������h�_<�����T1ȣ@�@���Sa4�G�Ax�`h�-b��R_�(]���ЋÈG{���SQ��<�C����z�����&_��B|npH�N[�7\��O����i}��\�&��O�ufSf�����~�/�����ZD\����2�,:ַ��)i%�j��U�<�, x2ίw ��;_?�����Qv�@Q��b�*��T`?��/�'���$�<��:��Eb�	���*^�������r�`���c���5�/j�����'�h�-���d����@�����}c��RҊ�=�bA)�Oq��@{�xeE)*�b �@�D}%��(8���0��|�'
+�p�s`��$�f�<
+\g�h�R�SF�>�s��� ��^��hu���}�*�մ��f�t����Nn^N��q[^�O��;�&랔7�5��>��o���o����O;y���v���Ǿ�����ރ�ϴOSŇ�Әu��m�O���5�l�e;�9�NF��D��6<� �+�'����
�9C�8o�9Ae
+��#�
+T���±�|�Vu\�٬���>7�%h�>l�ޥM�~�Ȳ�-�ě��yJ�L0Yr"#ޫ�@�z����3^��a�sA8�!��If::�m����i�_5�C�����0�hD��}�YE"�)��[�)�y|:��U���9�׆���K��=4��R��Y�h�����K�z:�wb��j�=�����
+�������SΌ�aT�s�^�q�%�iL�F���Gb��+l?���˿:�]V^xD���%�4�'n~�^�=(��nO>0�7���f��E�xeE)*�b �@��h�4���s�"��,��[s}�7�3�1��0�����N� ^�)p���K�
+Vh�O�߯n[�����ڰ��lcjh�8�d�Œ�?,m}��	��[�[�f��C5��ҽy�������x��)�:U�nO`�?{3i���+P�܃��;�dҳ������
+��=wL�����J,JX�?��s����c07�%%l�
+י�
\x��
+T��E����h��`Þ�m-�2\����(˸j��F��(���C��w���e�UaP��:�WXF�%:�>Ґs2w��%j����T���
+��$E&����et�Z(v�l���3v���}7K�C|�ヰ@�o,�x�C��FqL�F�g���/�,j�ɴb��3���ݩ��婛��k�����8��^.^?��Tb�^�NL\\4�0a`F�G���=Lb����Ь�F>�T��(~|��3(��;[?U(f~��bbi�O��S�0�U|� �a�v�_�lr~s%m[����s��f;9*����],P��X����Ճ~���������\�s�
+��?��1p,@&�o0�٩�(p���[�
+i_��ԧ��E��������V~ǿ��.U���%���Ul�7䘛�J:�C���-Pۺ	������e�5�	`��K~,_��}���:�Û�^Q�?{�U�$�x��8�+PXFe�B��y9�(Ŋ�.{|ڬ��5��>����f�_��~q�MZs�Ѡ����8
3�V�H%>�R�E��n-�I�Mᚕ�l^m���њ�B�i�쪲��9F���z��I������o��Œ�K��4<{+�64���]��^+�U��=�떺�nwK���������<�� ���x]��V������4��K�@�-�\�D���"��5:���2#��8����Ί��5.
+X*��Q(*�A��U�(�A�H��I��3�@ �Lv�_տ�n�t���������%x�t�sY�j����Lq���_M�R�W�j�Q���Y�
+�:������������.��2ib��̜���&б(,bL��)a	�,�#8#�D������rH�%��g��A���~}�9��]����P��է��a���G�O��|CB\yhR��c�$�N�A=�S!�(��e�s�ӹ��Ľ16R�g����	�>�@g�5T�VD�Z��3	���,�=Vae�"Pz��3c�	�^�HN���,,/�p
��D	���ez���AZn=�Zr�6��۟���e��Ǡ�>eP<���S^�[���ts��4g����2s.e[՟���x�Lj@˓�fYY����y�5��-
+���wuѕqy�b�	F�߱�u�Kz��~�s�E~����Rl;->�@�"n'��3m��*5w������������:ft�S�%J��ӧ0�w���9�O)	�^�cM�ܫ^�Ҿ�',P�%���5VuDq�������!di���]��	t������hJX���*W�p���ڭ�Gȱ0;��6���2�,k
��L�@��S�X���?��l�/�?�㣿f��<~����5�kH*�4講�|��'����}<�1�@M��>Հ֟>�w�\I��e�+窱H����G��%�u�b�ۢ�*���h�����
/=�$�������u�nP�,�d!#�d_'�:��%����D�������h������	�$��{�GN�����NͨY}���U���12o~٭��Y��I��i؛�6JC�ڶ[�}~~���<�@G�_����Oї(j��_��\,�Kp8��zV]�)�Ay��~�[0���#	�D|}��oS0W��+�!5��*�~��h�	1
&Pє��h�"�XXn8`/-P;0G�i	Ұ�K�hn�&P1�H������`�/٨��2��q-�]WX�=��:�j�ehV�5����L�ҳ%In��r|�C���MG�g+Ac���<H���<��χ���׶�����o�G�y	&�.����mP3��Ғ!����_a�>�y��^Y@?��/P��Q�p@�ҳ#r��"j}�
�B���I9w*6�]O�힊�&o|A�p��)�%2nb��Y�>�|��7�k��x���di���MjR/ms���<8��wBɂt�u%�z�?~�w���oh
�>E_��h�9^���f'ľǓ��EJ�9&l��1J8IP��:M;A����t��~���P2S8��*L��	&P,X�4�@ES��|��b9$�R�2p��5���ò!�Ds(�F����@-�����m��iI��)���D��M�aK���?��p-QzRU���}^sɕۯ�-I"�0��Zz��g�=�*�f��ܛ�W�/�)Z8�9{*���u�����O�k�A�(S��j������;lԘ���d��g��W�^l���JU�R����H���w�4�{�7�,P��[k�r�60��HPķ�p�N��1��H`��*��=%�n�$���R���DDs0�E�������qS�a̹'
�G5��ԙw����!症�O^��G�K���VG���oz��4�'���@����7��)��@�9t������sz��r(5W�� /�y8�R�Eך�X�׵�����LP��![r�nL
!(PsO [���ë0��&�@�`�`M	K�*�{����`�Y,�z��*}��T@Џ,�(^��>-0f�)ǧ���7[��w]��1��H��Yٶ�Q�Y
+t����]���h��Q�!�X���|ۭ���^�fà�>����k8ȎF�􄍅3�/�]J�]X����a��&��}R���*�A��)iJ#�a�>{E�-k��qowf�5�d=E��Wv[	P���+c�3�k��+�#�ߠ��:���R�< PTa��b��H�"�c�hɳF1?�����A�G��Sk�H��/�$t���?�E��:�h����"��o�cPמ-�+_��]�ݿƎ��Jm�ۏ����6��e�Ko�������>��L��y}��%*��r�x���r(�\,�K۱�/͗�|H����qy�q7>�J��8�j���
+T�/#�,?�Ͷ�}�Sq!���Bȭ�}�&P�	&P,X�4�@ES���6� l�1,��`��9�A
�y�
+N ��_[���{��%A"���<��#���j�E�^��(B���GI���	���	����G��4E����_n��^�J����6W��`���,���0�*�P�%�k��e
ye}�G��8�M
+`ޫPt��2�eġRa�x(,bL��)a	M!l����w���td�6����3,��?!о"陔2������l�q��f/�;�F�Dů0�b��Z�(��*TP}�����U�֗dX)e�t��jp��(*�F��]��e�L��8���b8t)�T׈T�и끴P+F�l,� 
+���ED$!EVo�]EAų
+^����ji�+���-�ȑlF�(�r����>s�O��'���̎���OjU\�P��
+q*�fPe�bb���~W��#����*Ё(0X�d���_�ؒr��`�b�1������ng���7u�����az�JY����A2�~Aș�S�L�P��
+q*�fPu�vj��e�����h�D��J@�Z�o���@)4Y���*�?��ٳ��8?�����~c���O�bRR*��r��o�w�Gɭ۞Z!��T3�C��K(PĩP��A]
+l�@�P
+Mh��{��uM�Q�
{�.m(������2s�׿wj���K�;�^����e��1�B�L�O�EO(��ʅ��&����&�r=��Ay�@A�B�j(P�7�@�P
+m�`�~C�H_��F([R~��x��B�� N��P�`oB���P��+P��U�p�&(�Ծ(�MJﰷ�����£��>K��
+����}w����P� �S�R�o��������@y�
��z������K2
+�]��B�� NUe�� ��*/�*��-5*��&V�l���m��;�����B�� NU�@;��@5���9�i�
+��	��Z2U��wU(PĩP���y�V�U����
+�Aia=Bl(**(�T(P��<j+P�'j�T�
+�@m���ל��%���c(�h�h����El�!��|��ʳ^!E[}�f��呭����Aob��
+��
+�8
+����
+��Ò��Hj5Yzp�2NN¢;S>�>yh������I��q��q\�
+���5adx��qzebjES}.�r�L9�D�r9��uO�E����V�	ڿP���P���(P���#�@@���@�P�\�b�i����&/�q�
+����45��G���|�ң[����&t���ip��1I)�L�v(jD�4�e��eƺâ�1�
e�g|h�˓)�E��(?f�P�bͬ$ڼ��a}���
+���-�I�!K?���9�H�6�
+��
+�8
+����
+�����&��^!E;�$oM�d�Ϧ�8�)32��_�E�1�����>���,v�Z�:R�e�	J]2��?$�L Z��,z�ˍ��o��a�^��\!S����Ud�Ad�5��_V~���8&�R��K��.��S�d)w|t\j�uS2r����m�;np�K�B���@���J@Rdo�V6'"�x��>��Cb&L����i�����A�lf��v��t%������-�A��
``���B�)8E<"�����U/{;G�r;'8�p�ﺲ�y��a�e����@��7�w�2��S�ZE���-�̱58���^ D�b3���"�7�#:K.�'�����+���8�ۃQR��]A�W���K�C���{U�1B��5���Km��\�/����=�1���^�&o�7��P�k��������@����-��N�߾ы��$7�]Ĥl�Ǝu�ik��{�t��9/
+t�����4(P�P(P���@MM�>�*��~�|���o��+t�9sh��ţN�jO۹`�-,7(r.��&������L��5N������"	-��u�&
+��L�]ƒ�:�ԛ$E:��yXr�l�.��.�0e߃]���#��&ɻ��s�w�@�P[��pR��'mi�.D�6���D&�HN)\��)O�e���8�,ɺ� 5��y梬@�U;l���%��(x
�K|��P2u�+�t����Tۺ;n�`yl��>�B3����mz��=��W�Pݮ���M7A��)ц��q>���#d��w���Ɋ�H�z
+�b�p7���g��V�/z}���ev$+6v�H�ad�=��?7�չ?��W8Y���j�����A�}n0��R��;!�
+�	�������3Y��h��H�ۏsB���
+����
+�8b ��ɳg�'>9R������y\.�B����9�Nٻ�;g3c����o;�+�O��Ko�O���{QV�7����ޣ��{��>r�Y��^����_�:HG����U(�C��V���2K���V��
+Tݨ�@�P�\�^pZr���>��O��Mp��u杊'Kt$C��h8t#�akG}b�Oܗ�k��s3��d�Uw	&��ye���Y���h$}���N�����5F������Ak:�-�u��6�D�(0�(V��S�������~�s���}>�� ,�ɷ�V��n{]*�6ӊu�h���;*��OK��)6��}9��/`�^���6�[����ʻCV�>8��^�l���G6;��ѣ�M���d1����a��yh�L��_@����F��Lj����H��G��Ye�\h��|�|��ΡC�H��<����4���Dji��(*�,qv�R>y.{Yf���X�Y{��+Q���E@��؋���t������MB��M
�k��3B26em����e�\��Z�8���~���FS�=%��Tn;�"�1��Ƚ��U
+�AC��K��n�}*�s�Jd$B�V	��8ƙE#㲍��r:��<�g�[﻾�~�z�z�o�X�
+k�o��S��i����g�,-D;^�^!����(��z]�T)+^"�(��R� ��tA��֛�=ٲ�cQ@�`_�=�|ݳm"�Β�I��U��ZK*�ց��.T���OC\^qz�x�/?S�M-~�&Щ֔(y��'�ܕ�o$d�gP�˰�&L�ԉ�pT\\Y(���}���K�J����O=���y��J�<˶ؐc)#��M��A��fQn�juV���@���P"8!P�=��%�@�Y;�@���<}Ia���Ij7�.���c�q޹%Tt2k$�!��
4�a"mB��<<\~������1���cy��	����x�����ߴ	p���;~Y�:��MwzW�q���v�%�[�Wx���BZ���Z�B��ϸ~�{��m�+��|�s�^�`sG�a��&�	O��{X��	�Y�� PH���5��wb��񎏔�Fi���KM e����ο�������--��YX��E������qn�[��L�������X���7�7���m�F�n�S����Q����A��~�z��Ip�$&��$�t�<4���"P��g��P��ye�����ʃ�@P��c�ĺK,�E���(N�nxg�>X7��������oc~��%�@�OSF�����Ig�eP���~<=����2��}�%�N4Ϝ־�f���iv�DvU�<pQ���'"Pg{���
��*$orKK�p�jKW�E��&�h��U­��&a��x���g��=|"�W���@��n�!ߏt��|<�)�ND�H���@��>ņt��`��Ri��$L��6���ϭ�K 养�
���$E㖃��wm<��S ���/C
�����d�r��
+!����ζ�i�7n)�\�VU2��Ғ/ė,x�c̓��:��M	Č�����{yZh������6+A^٨�QBҷI���ײa+k>�eW
+T�n���������&PX�f�f�@!��MN�R����5#˿����<���\�>����X+g����kj�X�c��79
+:w.�ٌ5>�D���A_w�s��D�����X�
�u�/��7ߔ2�b$P�	t�|�"Lp�`hh��1����k��y�2�͎�@`0���;�"�P-~Lx�h�>3wA�/{H|퉱���
L�ӧ)#P�,�Oȿ����E=��?��Cۋ�+w�]��Vn�Hw:GN+�N�)�DA�ŕ��"?-�_���t5r�{���+@��m�RZ^k��쬭wb��[b�N��qn~��b�" ���5�lD��*{� ��R)�e��t�C84���F[?=�=��%������Y� �ǝ�gҥ񏻨<�
+�:D�7=�!�����;��"u�-�xjC�e���>-��	tbq�s���Emu5`� �F=�M�qyUz�|�{T���L*�~QHoZw|�X4�R)V@g�l���a}+�
+�,�L($u��}�l��}B�H3�ȸn�
���jj��k�3b0�՚�EE���ن�(V����&Wa�s�ñ��@y4�:���/?���c�,ye��at8q���,�Y�j��`��b��>�P�2��z��g5iN��&�Z}���J�@گq^)_c���n��Ƞ`�>M���|&
�\0��!�h��L�L���%��T=�v�S�oHe'Ѕ^"=�׿��2D����|3��q[m�4�U�/D�Dp�����a���c�+�(�C�y�@)�g�Φ$C�UQP֘>�!]���:=|"�ZB�5�?��
��כ�s!ţ��s�ZU�"=����nց"�ՠ��R$����	ƶF��g`��
=S>Ƴ�@�<=�ؒ�y��FQ��|!���lI�ݢ�9���u���_��c!���=�\)o�>�|�4�\��R�ݬ���ȪE�K�<mi2�Q�@��ڑm��mSY;�o+�@a��E�i�ĢPN�5����7e����q8��5#KV<��ڭ?�K���f+
��Fc��%��6�D����œ�ǫ�\��)�����X�F��D��Cn��˫�"Pj�Q�K��@��������8V)��������0�����	t�4eJ�%���M�@�\j����2{��R{���V��<=�z�YϮ���2�ȍi�5���NR��9�ʗۅݠ�K�Oa&�.�Z��ES\�Νr�{���'��Ì{��^"[��n
+B^�ݎଓ.>�_��m�$@X�/A��<�^������ÓG��߱c:�{���{rf����2�,^c�Ț|&����g+�r��A����U������z�1_�8�ߙ��)ɤ�THMt6D�ص�e9ω��:�uiIN8��=��������,��fU(�tE��.ZEf�̋�ef��w��<��g�������Q�D얟:�&��OZ��3�����M��x|�
+�V�p��
+TG����9S�`~�����n�4~��*���v)|i��y�^#�?E��p���u���{��.(COGZ_��󷬙1?�W7ﳿ����������}A��Ei�$k��C�ck(Ѓ;|'0�m�""�F�M��ل�+�i"$v��}MN�u{Px�I���f�wF�܁7�V�N�^�dM��vʽ7=��@���	����('y�������z�����"�7N�O�龁��[�ج�$ͭ�uځ�3u[�*�'
+�9i�@�I�8v��f�O��9���'{��{���!�a���"ݗ��uubpGÇ�Y���s��F��r��y��k"7�����z��^].�6�Ҹ�1�A���^�3�Q|�'#o��`s�ǃ��[h�p?1���m���>5��U&�b�78f�ZկӮ1v�77�2��N�-4�lX���9�X���$�o/�$w{�J�
+_9
+)�����/�$�=���S���k���t��G���Fw��\��~v�4�47o�A��9��U�h6�@8�+�*'���8�
+e��_M��_�`߿0Q�y=����;%���Z�XxAq�|"˗�<{?]�k���^���o�C���	j�;��|����������)J�::��+���D��5�_�εsz�P�����GM�}"z��
+�p�Q��){۶�WtX�����
g���5��C������[;c���j����s⨬�xsS�V�2*GE+��J�[�a���eS��X�����[s���������&4V���ϗ�h����
X����{V�ϋ^���{��g����:�e��a��G�l�Z%8m��/F��LX�kS�*��:y�� ��V��V�k�y�Ш�L]N��m��֊/�!K�k',y�Ys֮q���$�G��l��.��i�\�Ϙ�g����qꞓP��v���7}��Tq=f��]S`Q�i���Rc�(�y}��⺂�W�g�W,;��H�ǒ��R+�۟{�ϫ�DNlvfO'wƮ�=�i�5���ˁ9:բI�������
+�!�Z�4%��w�,7���)�v}0�)�kI�L}2�y,f�� �����;d^��z���A��/ޓo2��l���g��ՖW��(�uk��i�H����$E����-ޔ;@��~e��_�aS��&�+u���煙�7i���Q	��������.�e^�\�*J�1$�*iAN�i���Ѡ��3��%�wR.Yg�Y_V��1��/3�ڏ/`f��.
+k�ϩz�����
+4��_sػ/hΜ��&2���(�����gr�0v����(P�PD_<!���Č~T7��x�gڀot���I��4_���ɤOG�˞��N*ھaM�F{!]�8l)��O������@�p��(����ۅ�"OfM���'�xXX����Z�Y����+�<Z0�a��q�������i�@CQ�֢g��������n�7��}���d���^;�~�O��"9�&����/��
+fMO�A�
+
+�C��@L�f��9�u��,'�i`��d�x�$�e�5�GZ�5�g��X��M�~���;�?4+�d���aX�s`{s�@�����Eɹ����:K�n����;�x���d��qq����˒�T׫����#���u�rG	E�l_��
+�!�^�
z�\��i�ȯR�z��9�o���LquMO����EDo�g���Ǧ7��܃�n_t��RG��P�h���z�{�s��������x�*�h(��Z�,]�Z�
+<�t����<��2caə6}�Y.)�����Y\�=�ٷN�����nj�;��P���R
+@[i�@�I�8�a-ǵ����(���@إ�
]��C��[��E�Z��W��ϩ6UT^f,����$�w�"x(���@إ�Mf�o��z�|�P���`
+�ԂP
+�CP���B��ZP���C�p
+�](P�P
+@y(P�A��
+�jQ�@ux2)�a��‡ø�S(P�V�@@-(PS~(P��P���B��ZP���P�ơ�@؅���@1L��@1�CC��
+�jA�b��C�b��������l_�Д������Q<"}��)�Y&�}4�t���������@@-(PS~(P�д�@;X�9��
+����]�_�]WܖH��_+b�Cf�)�H,)�F����&�k��%�V��("��Q�Z
+�jA�6��z�:�������V�J�K�'�ED΁kÔ
+�84m/�S?V���m��V�*Z�?ao��q�C~n�v������ɗ��U�>�м'*e"
+T{�@@-(��Xk��ތi�F�w]~�I2�i\Y��"��v���CT�
�aZK(�-�k�Vx?�(2�.�z���_�AM]y�>In�Q	y�V�P�UѪhRF��k�]Ţju��R�[tq���,�A��3 �  *��$��db,Ug58���ȹ��9��s��,��uI���
Y
���mp�Ѿ�ysww� �
+�ܴ�P�dm@��ޜ*�Q=?�?����
Ò�/D�Z�/�������fk���l��QDJq<��TN���|҆D���Z՞�T���}dԡ�s�T��1P��{b�i�z�`�<�l흅��}<O��|V��}}�u��
+�@tB���|i�p��R������D�|�5�\Q�)TL��#��r�0E���[/��z�]��4O���͡yu���IT�rGܥ�*���T���P��$�o��T���3B�(�G~
+���o�w�PU}�ɦ�,�����j3
+��*+��u��0�8��.w� ��|b�\o!&]<SOo���x�}������ù�N�Pwn�B�k��ĺ%cE�����Q��!ir���)SwT�٣����u~��������Pм�cnz=�M�ړp¬9`���m��^n��
+�i`��i4��M�*O��2|��@ :�k��^�ڢz�k��
�#�b��O��T����Q�&s��D�I��x)�~�L�y�(lm-��5�����x5v5\[f�F�4ۇ���� Q���;4gI�"%Dz.���Q���?t��
+�ꑟJ��ؾ�{n���ɨL�p������<�
+�L��m]���wl�7BRU5D��������Nݓ�m���A&�A�@�^�������@0p3A�n�=���e+	����y���~�.hZ��˧�`\��nl��zY)�)�ҝ��&X~z�'	*�@!�N��N���\���������[��KMA'P(��
��ş�h�<�D��r/�#1߸��K�%ѬQ��W��g�f���#,P(T��T
+��UT}�o�JT\��M����<���>GY�W��v�
i��थ�o}��Le�a��g��m��'J�M�y�&��B��u]	E@���
9FS�5��z�j5#���� 4�����K%9�	t`
+��#NJ*�ɠ�M�������"]t#�zsaZ��86�LZ?h��d!o(�	�.P"�o�ڲ�,��6�y�=��~�͏�\-XШ�-lQ�t���!€@�%$�_<�<�@ٵ �NSӟie�h|�e��#;�N<\�(+
+�FIp�{�J�!�#�0jF��@�P=�S(��~�V�*4����Ϭ!��5���E����]E`�t+��z��
+��@S�G��rg�d�$r���3ny)|�v��,���2VY�*^-P�v3�X�}���^-P�[r�dnlڳ_4��*̼=�Fμ^{`6���3�����!�,P�z[�"��o/�!���o�j�L�.^��;��Qpd4</���t�L
+V*�|����O��)���ji�~��&��;9L,c���Qv�
�A�G�?����D�G"���YҾH�a�g�_ż�R��
+�#?�5�}���0�B�V�j�6�M�"��&��s����c�j�8�x�,qLw]�6��=v �_��uT��rF8؅�����`&(�m��VNq����z�<�,�W�ly���,P�������E&���C<V�[�
+�@tB_ϲ��l7o����CѿT&ް?�(�<I�lH���4�`�SD������
+�P^C���L�F��3'��vĸ�9�X: B�w�
�uS:�.�W~��/5�V���o��H&����T;a�B�z�H/�;Wx.q�߽>5�*��J�P�S�����N	`M�.(��E��R`�0�F���y���*����;�iW�Z�oI��&�c� �QQIǐ�C��%���
+l�׉�e�_��E0��O�,��:��5��8q{٘M	�)��x&��^s0����4�?O�IC4��@ :��J��]iv���e�*��z��(��-݊���s
+��л����+i��@��?����ߎM���tc�<M8j�`�@�RJ�-���i�Ys���QRK�Z����?��	
+�#Gz�z�_}�;X�
+)���Ɵlul�^DYz��u��<[{w0�K�-x�h�\��5�x�
+T�Ť����
+%:|C?Ǽ��Zu�����`Yr�-;��^�Au�=\�ӱ��5�ҶL��o�RT=	����}�dc";ss��.`�B ���v��*Zx�e[Z	8T��@��2Mk�Iwt��4{����r1���%J�T�CHv�����Yb�e��2Q�^6P��#���@�P=r�(2ҁ
+�@tB_ϲ��l7o����,��T&B��f�v>`�u*�O�txšc�;���W"�nZ����<��3����7�!^@Ed�Q�UDċg�c�X�V��VQ��ZŮ'Vd��X��,v�x��@����-5���	1��/I/�����0ħ/��O���������P�Ơ�@:
+�����8����"3�u����͗������1g������O��a�Y�vҚ�Uq捽#B�Kx{�Prh'
+�4(@�B��V[����ԏ[ �N�g�_.�u~$���ϊ"3J�d��C�/�p���^�C�b��0�������B��]�ư�@1�AC�
+�t�m�r�[{T.�u�(��Z��_���?(�1h(P��C��δ)P{W��0

+`x(P��
+���a
+��P���3(��
+�4(��@@g(P�?(�1h(P��C����(���:���WWQ������@�C�0
+��P���3(�}(P�A�
+�t��
+� (P��C���P����@����Wu����(V��|�5��=l��яo����@�C�0Hg/�G��bg�B��eU*���{YĞx�'O-��mN�I�����38�-�)tY/b���Qč�)9q�;� �V�P���3�a�ؼF��훮�twr�9!_�Q��!�=h
+� ��@/�$��I)��}��
+�\J�-�k&�@�.(��j�� �S�8|�۱#��'=;K�x�5%
D�я��@�+h���̍���P]
+TA
hr~|jQ�Ŝޡ��k����<�D��7�ʶs^w�o�~�����;eZg%^rZ�5B�"����o�e�"�
+o����1��,�46�-����V�;Y{8�cK�k��m��̻�4j���	���{F� �Y�S.o��r���U�C�a�ȻZW� �훝�=��'�j���N(P�Й6��45����G��^�d�?:o`��L��]-��̦�YI7&&ņ紼fd#��p�m�]+���Z�T_g�<42� �~w$3w�^�媼ė�m2�
�_�/�_'�`��P�����K��O����f��Q�_ȷ|u�zӆ6���?�O>����$����ͲǏ��Z�"�N9{|�b��ژ��*5#�+��y%	9�g�n���rQ̙��댉Ly��ϗ��-�X�"��|��Ա޵�\�5��@���3*��Sr6�"w�A��+��c�����mO[�TV�x8��E�w������C��δ-��e{��F,KŒ��&�Mf��X���I|z���o��?��9����iM��+����Lq��IY.�<)ϡ��U5?��dn�%�tNcY�r͙��~L�{�����w����A�0HW)P���HMO(�m��q����>�zt*��}8�e�ih�3���
�G��g,XYE������9���5_�v�_�`f�A��V��5g�|l@��~�B������8��)V��|�5��@����5�'�G�<l���.h�@@g(P:��y���ro��GE�+׆x\M�㓽=�,I-Q>��������f����m:���^Y�
+�ب��5v�~�.���<`e�~�(��t�����ܘXʏ��:S��3Tչ�O���I�B�(�E9cQ/z��#�/K�������G�"s��~6ү��]���S��ðk¯?+Ԝh�;WPyrEF�����R_�@�j7a���B"q~���8����wF[���%�!rGት���j<���X'��S2R��OTP���3F(e�4z��=��=�Ķ��iV>W��$���W���X��i\-No�^���[ϊ��ln��g��<
+?�����g�n�o���ڮ@}I�^�����3Z�#;�L���U�����Y����
+� ]�@c&k_��R�h�
+��'oQt��x�\��=�ᕿ�V��kL�����e�������Z.v�nzZ2q��n�ş˃gU'�4�eRg.�q�D���4���ȈE���~�I�*c�[�����6g�~��h����/[���Xޖ���������'�](P��s�M���Y#�e�U����m
+*�ܽ>�5��C��┭&�M~�ry�(�L�w.�e��פ�'�<� ��ET����bKA7�22��w�C�V���/3Q��>��X��\s�ɰӝo^}�4p�a~�(��t��I�O}jh*TS�*�|������	eU��~m
+�".�W�^0���?�ҜǛz[���w�xƈ��E�,8N��!��
�Vqj��>�I�@�9��U>�ä��|�q���p#K��ڧ!_���g�@@gL-P��KE�c瞻�͗�����%.P�5�-<%��&d��G���1DŽ<'
+�O��M�N.'Q#},d��lKY5�JVe�eR�@O|n�$�0�?^��qZ*�lY7iIULj�#0
+�A:{�^8*;S����U}j8�JN]=Y��������������]�f�خ~�"��<�ݬr����̔Uj���U���nS&���:k�N�8���D B�GԀ�zѪha�������+�]�]�Q�G[ˮ��Z�Z��G��QԮ��GJ��T���r�����bX"g&��+�C&�����y���ax|&ߨ�ϙ�=�x�]Iͅ�$M�'���$U�]����Ύ�U�M���B9c�w��I�?�t����P���WT8h`�"7�4�i���R����#*���4�S��Ǭ�n�Z�>3�M��ώ����
�k���j��>�s�{37�����J�+�r�z�7�����i?�����^�!�_�V-�����ʧ�׾���b�}�KAU�_�K՗�����_�<���%Kg�͝�S�z��G��c��=���5�D��R�˽�]�>>B��}x���������i��v)�JX�gv����P���
+�9�F��4���1�*�
+H����7S�����Q
��/�Ѿ�7m8���Udy �4��x��(P����VZ*P��MHIh�ˁN
+��q�@y2}J�W�/��?���,L�71,Q�r�	��!��od�ya��r^��G�1c�AzF�xɂK|4h���(s꥟~:Ѿ��P���W�>�a��<������w/�Xx1\WķT\����Ͼ��^�gӮB}Ck��:�ʫT���.�}^�j4��u!������Jxvv,�(���@�
+��q�@-�bz�91y���d^%�n/�V�*�����z_?x��Z��o���qt�x�`�Wy�[w���{���bR�n��B�p
+��P�����cP���p>(��fo��5�[k�\&���a�J����x(���@�
+���S���V(P�A�8
+�XC�0��(��@�5(�s(P�A�8
+�XC�0��(��@�5&*�h
+�0���Ɲ}�p:(����0�C�b��p>(����0�C�b��p>(����0�C�b��p>(����0�C�b���4d�!#��/��P���
+c?��%ﯤ�χ2��ݯ���0���w��1�[�!��}Z��<�A�_O���F$�<����'���i�#ϕ�<-�����@��k(P��P����:z�~D�Z�;�qjo��$��Z�-���Xׯ�*_�s�e�,hǃ��P���@1k�u��:ѐ���
+�y�y�ߛh��[�VD�GKH-1=�*�x���H<�a�u��3�\�k\˖}����x����굛.&u�����6G,_ީmzm�ɫ<ii�t�nu‡��.P�+Y���_~I@��_fZX�fm�\Ӵp�����y������ktuڠ�Y�S*'Pt	�P����=z�ȏ���j�+\��[�C�4&!='t��Wg�Y�N�*e��a�l��Ib~�1"#_R]M�i��/
ؔ5��T�~�gF��	�'WJʗ}1fV���q�j��Y�[�A�T�q�:'�?[(�Q��j*|�$�Gr�&�gOZ>ô�=v�P�ơu����R��S���l�'���r�"�^u�O����mJdaǏ�0OZT�5�R�����ܜ:�����b��bݎ��7�̩�}���
+�-�'QIn���,��s�䅵1������J�G�����?�KA���ɲ�7-���{e�{��Wԑ֤-{����P�����j}h2e}�:�@��
o��0x��I?H�z�Qǵw����-��708����~Ƿ�
���e��������*7,YP ��߳~>�Q�ό-�z1�y�bF́��w%F�'
�W�~��+�)��l=�gرc#�S�q��|��>q}�-M-������zU���U��a����@��G�{�HJ�g��%�;S}Z��0���Պy������h�巵�yu�*���l��F$��8��L/èe:�Z�����	xWH�W֍���L��c�+yD(Y���meZь
��l/��u/qپ��/S�Afk�ޞ�3݅�5$%�C���ԓ���j�@�C�ejw%=��iǝ�����P�lǧ�+sם?����6���h&����h��ry�$��{��W��N*���5<Y�&Z,���ع�a�ș2�
�Ъ�Yk��^|����r�w6u�n�g���by]_6t��}㷱�Z�Z�c-�ґ��m	��.�Y߾���
+�8��R�!��U���1d�����ʴ�V�6�
+}V��
+�$���*m�ؿ�Хq��zb��Q.����_
+���t�#��g�W,l���q���)�WZx�~�ED~C��IKOB�����S0��;�e���7[*P"j읞�:/�h���b����ȝV�hK(P�`��*׍Y�����P&�*� ��OԭGҦް�[�iE<��g�(|�K��fK=ʵ�u�0Oz%)J�bV�։d��.���f���6�;��&���Z����o^���F�ڳ�B�R �?����3�����;$�\��*��XܮR]dA��.�(E���z´K����ځ�X���zTj�vTV���� ���+�@C	��eE�%�a���o�1Ǘ�0���H��sMg
+ȓ>+��~_�rJ*7�xFA�z�gG������Λ�[�m��z��1[�w�Vb�.��#U�M�J��t�y5e����q(P��FB��3��|^�
+��Ϯ�"���%毰����M�=��@kv���ٯ��,�Ed�Uv[U���V���c�Y˚�_��E�IY���NU��]W?>{}�K���@�*}����BX��}��eŽhǃT�ޞb�/��Þ���ט����@�P��@m��Vx����|�s��ӻ�nSng,|5�P��W~��yʡi�֝��b�9fg��j^�z.��jΜ�|M�3�%xkK��j/P�j#3kNUè��k��`{�3뺿D��mb��}^�ͶU�����rYox�[�@�,�T�Ƿ��XG,d
+����;I��vǼ���d�٪�T�쳈�~(/��Dq�{�1���
+E�b�6
+��
+��l�U�����O���^��]��1�}�&�$���~�;�W{g�V��b�i�x,[�^�q����Mo_dU���]��k?L]r�u��l���{c[n(3�I�����A����Z�3���
+�Q_Y���Ꙃ��~H�e�J�1�E��&���{4����T��<��Cr~?A� G��k/��%\RK�X*����i�Џtw�m�䵻�k���^:oo����f8�����c�x�E�'c���U�
+����k��1�aM���,�r'[f�#"��]����{�E��YC�sܡ@1�F�z�{�[����Ϯ��볷ۅo�]Έ����\$v(9e��`#)��\��ؓ"�aaC磘dԪ��_~�u�Td��O��G�W6F�}8�״������'�%��*PB�X�y$��ɘQ,c�6Jyn���k��B�&�Gȭ�Z��7��l=���}�)(P���������K���cD���â@�3=�m��
�j_�fq&ax7�=L�q���#i����|����25G�:��u����b�	[���W,���Ug��D�w���y��55.%cJ�f�H�D��=a��Vb��-!*���>��_I�TOٝl���w���0m��������
+�;�s9A����w�ا�]�Hu�9i�V�YD��
�F��3C�\W�w�Ӭm�����<�����ӭ(�9[�<��<]�}(!:�k�k/G��1U�R1�Y¹0QRw|EV�g�qA����ՉV�k�����,0�P��@
+t�g���QN��y��2nG5���i	�W���q��%9бXB���K�����˷����qX�,~[3��윎L�`q���
+��y�Q�*"/��G鈩P(��hý@_���M���j�00"�@�2�(�̦*��r�W�ae:�{�2�z���;�
+�;�ǐ��{��el�S�uq����.�
����nC�b��՜CD\��P�F(�PF�e��
+�O%Q���α�^ݕ�O�����݅����`��S�8.����L�'y�
+�2��g"��
+۲߬0)�q���އ�0

+�}(P�����>���+���/�S�[?�O��.�����w6�?*����o�M8a0𱹮-�e?m(Yy��a��#FDJ
�Eǡ@1�FC�h
+�(�u�b͆�0

+�}(P��l�*�o�-PE����R�'%C��6��0

+�}(P��l �a�ա@1�FC�h
+�(C�b��C�b���>(�P��0͇�0

+�}(P���a��a4
+@�P��@�&
+��C}��x�"
+@�P��@
+@s(P�A�h
+�(C�h
+@#(P��C��e(P�͡@h
+�}(P��
+�9(���@��ZV7z��/,�1q����?.H�k�P�?�{��T���C�R�I]X�Z��IZr�K�uũ��J�d&i�q?�a�r(=����=,�����A�1�P��@
+@s(P�A��?�8�V�����\�%a]�����J;1#����;�⮬�\�͖�x���=����w/\��x��/�k%�A���ӸDNT/��Lb�A�B���i-*^�L�K=���W%�8t3��RG�k?K��M�3\"�8[�A�d춐�bۍ��A��ĉؕ�ki�hƁ���נ(�P��
+�F~��^�f��}�54v�J�I�Ϋo��<���d
����>�u����y�����ޮ�k���"'{��J��fy�������?��pe&K��vrq:|k���>���=���y�9wA�ǘ����4��x�<ч�$[�_�ܐ����l��H���P���C���p,P�	M�����,G�%�>��[�¦�Y}\�2`�I!щ�?߹|ƼԳ�wm��_��=�t�w��~F3�%!MT�t�6�,N%�t�����M+tq9�K�6]N�M�%���O7]$���K*)�$crg�3���H�����<x��{��7����^�?��ԥ�zxE0��+������ݥZ��h�Q��,4w:��iU��:Ū��#�����u&(.s���F��>֘�u|o؝����+�U�r���	|Q^�I�X1q�^/%���z��-пws
ܘaZ_Z�^��8���5w6"���s�5����4/%=;�M���
+�F��@�)FvV#)���;��R�W�NRn��K:3{�w
��6��sށW��i%x�
+�<�/�`bN�]����8*Y9��s��g���!���9rk��N�D��ט`)�sQ#��A��8�r�Sxӱ���m6����PM�Ŵ���8/j�(((�f(z����s�A'�s}IH�/�ǕGG��ۜ�v�Y,��KӸة9!���,�ă�&%7�W-;��B�oR`�f$s�����@
e�%����fT�?���-s���!iU��v�o߰��6�c�7�F��0����gvw��"�����I����2�T����Ԃ;}�5P�9�����
+��2`(4PϪ������c�
�qr�ﮆ|�m�����&SryY�ā��nKs� �
+$2]�@|��6׹.Mq�4�mrR�kj5r�9\�ݾ1Dʢ�(�_�՛���+^w�C?�-VE]���;����d�w'%(D0LM]	L{�bq��ʦf���ȄV9�z�����:��WI�X�[���\&�ё��k���@@t^_sM&Ώ}g����p=:�ԓ�Ӗˊ���K	.���k����|,	�W�2k\�t��y%.WɈ�X��a�%^F�@QPP��P
�c��c�K��{��=�1M������
���2(Ϗ�9�)��6����+��+�^���}�fų͈���8'\��\~ŃI6?�e���O�b�_����m�gD�����"�T��6?�>��}m�z�}��m���s��	q	b.��c��y֮�~z��h��v��@�Q�.��|]����}��5P>V���u�ͥ"Ͷ�K0�/��jW�h�4,�{�j�!�r��bQ��ާ���UցM��0ś�d�f=k�]��7��	�o/��J���N����p:��`ϔ�D�\���P@����$���o�5���fqL��J�KkQtHK�\7à���`�
TR=�n}�D��h����X��F�F�:�Ix.�y��1�/c�A
eؠ:\0@�`��ۣ"L��v�\��J�b�_~��u��*���!�<�5hzJ�=���Y��:���v�r�s�JƩFw2�*Nj��C���24PEAE|�*Dd��?�O/��}
+�د:'�������ĭ��{����el�Cn2-��|޿��]�)�>�M�ӏD��Ӹt��M��d��]v�)M���f&C��g�
����ܻ��H۴)�OD]����v�qd>��f�g�Â��"W~ۜF�*�:h�@eh��Y����l���m����i��+4P���1�����Oi5!��j�b����lA�*�^���8;�4��vO��q��)��N㑳/l������1�Z��6(���A
e،j��;,�
+�Y,MӶre���.��kF.�����ҮQ�A�
!�'C�!�M�)&nJ���
+�&�7��-�N�����B�A�|q:U��1����-)��ێ��7*��\������A
e����~�}
+!/[{6�_`�A����|l�9�D�y��O�)�e��VP#z�S8��	�>����1�:c��0���h�w��vk�Ȏ>��J)��U�1�p��w����z�`�՛�hK�̤�(���$[u �u��v5�g��rV�o�������ڻ�v.O�����E��3S�,
+���L�m�23��n�A
e،^��A
��I?��Ql���kB{z����J�7+z�c�`����Y��Rmo�8�OZ��[��C�
NZ��b���84+�mFd����
+Z0�I�s�©?�Yt�ҴV[vr���@QPF"#������hX9޸������~6�3�̏�O��_�ëq�-�3��Q���r��}���(�B���8��g���T�r/���}JzP]_�M`��8��$E�q���o���3L�K�z53W$��^��Y���{��1RNg�EFG)Ot����V�����YIb����}kD+Ț�f­J�K���G�BNVm�н)���l�­o	
T�^%9gL5�v�跆�z��q?����Z5��X鰹z�/d�@
e،VE��k��hiVw����{�zE��C.���AM�N�i]�����_'`M�i��$$JD� Q�z��z��£+��P]��Z����zk��@Qp���G�.�4"�	P\A@.v���������<�<<��̼�����vN�mQ�)�W��[I՟�o����c�uC�������O�ϡS���G���;�<�q��ʩ��>�;	
+�"oK�6���m�zS����?�p�������C��-�Ɯ:9sE���Sj�K���ȪK�g�Ә�9��O�w�V�GS�.�1B�K{���[̻�?�֢@�엥�\q�����Ró������^�gj�9��[L�L�=*�T�pM�]���I�rZ�
+ܢ�!:����೯9$��QQS��ȱ��ә&�ܮUD�<$޲���\=���TC�7O<c��j��,L����d���-1TA��(�4�bdv���R�a��y�z_�^/)Pa����hh���\�k�>�M������_�ߔ�P���3�(��Iy>M,G�0_��x#
+�!�vc�??wЀ���T)�_f����W���0`��H��W�Qڬx�$Z����&��`�w�@��-�Ǵ�ʹ.���ܫ������������<]����7)��)����N�mv��t~��F�%7w/9���5���?�]�V�[��i�ϡ�����d���n��
0�U֚���`��w��+t%��o~�넺����U���X޶5җ�8��`���q�*��ԉ+ˈ���k�ޤ�AdR)�$���J������;b�P�%�]X�Li���n2ث(�����G}�Q��.P���������L����+�|�չE�z̵�}@x�P���3h�3�)��"�����r�3r��2Y�Z�����^�Cf�#�@���rc���>�
+�E����J��9%Lq	VLq9���[&,7�;�\l�ҫ�@�+=������
!��Z��u�y>?���
+�t�����_Ȓ���bn��G
iN�~�#>9��Ϊ�%[��G̈��e)�Y����-�`�w�@�艌�-֟��8L��O�)��;,hѶu1E��p�.jAk�����Ō{z�h\�ʅ����u�}�46$L3��ԂrI��ñ
+�t��%�Q��E�.&����[��`�^Щ��XwY`�i���T�'B�'u�]S��+z����ƒB��k�Z�]��Ss��B��
+�	�]GU���v��z�*�=�=</f��6�`o��[ϪNW�/�q�i4*o�^�%�l��X
+
+�:co�2xB��Ŷ�D��M���^�Z/����v��C�}�V��O�(�ވ��58\�4+�����;m&R9�q6(���@^?(���
+�2(P�A��~(P��YcT"o�����m*���~+P��/�`(����5�@�U(P�A��~(P��
+@{(P��C�4-(��
+�=(�ˡ@�
+�t��
+��P��M
+�:C�h
+�r(P������@��`9(@�B���P���C��
+�i�@@g(P���@Xڴ҇���In�)�9�@@g(P���@X�0���IL�ݡ�t�ق�;-&:��m����3�&����i^��ӶR�y�+�]��<R��k�@@g(P���@X��$�
4���(
+��(���iM'�קif�Y�>����t�>9�O~V��{䨺02�'I_C*e������Ux�<c85kD��S���"*�y_�yf��e�q=99���[��s����j�GS�)�d�����{=l��\�����;>;ۓs�>Ʒ�-Z*����'縺��Y��YI���uݏ'��o���-��1	�	�2���0Gi;,g�1k��	A�Z>��e멩�NF�2NN˚��v�7i6+9��o<������}Co�jP���#(��P��,�Վ�����8h0S���<
�S4��1z��ӿ�;%1?#�Y��P�
+4rE���a�>�ג�ѳċT��b�w]�PrCd�O1����~�������
+�}�v�*5�Xu�lI�1#n u�:��[�"�?�4�@+9�*�)ǗЏ�V9qB[Jo1�&B������5��y?�X#i��ٗi%�	�]F����9%H��&�Zu���S!�.����gӳ�������%GH�J�b��z����_��.A���P���C��
+���W�~�4�W��:��g���4��>]�jMU`�&g��>���[-���Ly�a�h[�I����}�����U���p�����u("��8wR�J��ܚ�zQM�e�L�y��S��e����:�z�9u�Y,�6�Ԫ"g����֮��5d~")�Ş�M�z�_��BO���$�t"Dx%"?oت-�S��.�/�ݵh��Ѐ�d��j�g'����u�H���Njf���'�3����Y�]�c�)]q�A�[�{I��Y��g�<����8�{/�L(�^XѝE�@D�( �� {����ή�,+���Z��`+��DP��VEPHIr/�P$�@����g�K���=��{%�F꫰����y�i�@�� E6�B�ח�K�
+ʗq�B�;V@�e�m�����>��*��6�?�M$�cw`��@K��
+;�_K3ЊM��_m��	������%h0�F{�B�DY��L�2}_������O#�48+�N
jD�ם�����1ڒZF�m�۵s�~<F��i���Y�>&��`.�y~�/,��Nw�E0�n���?�����
+`��������M������+_:���Տ6+ᢵ�}yCd*t~D�@ �(b������9��‰���iS"偃�;�`
��J���:��"a���a�<�D �R�$�O����ҋ�8c���h����(nMx�og3��] �2���b��<;>"6�����t7�{���-Q��(�02���D?J5�鲳4���sj,u��f�n���|}Y?y�A�Z�^��
�?��ƐGрL�S�H��ޤ������m<3�H0���>J���~v��K�Y_[�����0n5Y�t0���S�fO��.g��@�
2P�`�eЃTv���0KO�^p	f����h	S0� &�ۧ�@�ѓ�!�Ews�FU���
������ӷ���n3N�!V�o���(GZi����Z-:�G$�WO8[��a���c
+������e��1О�Stv��3x��8�_����(8��m�����U��v���Rb��c��U���V?,��������-���A�@ �(b�A���2�A*;	��&�<x�,�0,	��&�Ƿ�}�s�%�h����[�J����l��ߤߛϽ<PJ�����{96]���b2��0G�v�ކlߢV�핣����{��߇�c��Z�<ۚ�k���6���V��q;�DŽQ@�e8O>����G��)�@��&��u�C�zu܎�ぢ�Y{�+]�]��S�+%~|�k �ȝ�=�A�@ ��S(�у�s�W�lf��M�V����$��
d�(((�d������ΐ��!�0�(�j#0 ���3�٧0;�l%�՛�
+��2�i5z�Qu8t�40�
�_�Rx��p�MM��h8��a]����X��|J��e�~�_�4H�<�^��a��@`��׭�q_Ck�Y5^;N�M��v�Ҁ�z���|���#S���F釁�`&ϒ�}�n�p���m�v�d�Bn�k�d�[�ȺKu�ȅ۲��K��ma���������
�y���@���B��O��ȹ�(a��@��A�����X
��H���
+���|�٘���S;P����@�6��M��3{S-963�a��@�M��:3��?�K��pk�V�����)�� ��}��>��b�X�$�ŻB>V/0�4?�����v�NS��x�����Ѵ�M�G�DV��,������	�^��P�e3P�~��7�fV����SO9��h����O<���O7R�:��l�I2���O���;Yd��1P�k�֊�]
��U3ɕ��.!�:��P�z�M� E ���0K�^��5���O���C1��i��z�u��J*Q]A��5"��A������DY;� 
&�m����(g�����*����/���b�"�	N�zr��ʥZ~Uu0y��_�S�F��K�G���ʒ[�L�>��96]��<�e�$��Mdۺ)㛘�~��w;a�ֺ��>9����f���]��4���R��d7P!d�
+ڱ�gr-t��L\�v]��_qEQtF�z>�`�z���3U����3P�F��cS�4a�wu����;P��:Yϱ~(����(���������aKõ�f���kC��[,�/��Fs��$hO���o��kv����c3����ޡ��1��S�(*�Ü�kϲ�����!߼׊�ڕ�����6Hz�Z:'�Ap
�h��ߪRg7��U��U|��A�Y�K�pl�@X������>��LƼ�N�Ѓ��7=j/�������H��4�dߡ�~�1�� �F�e�J���^�6�pb�L����#v��3tT����9���"��o9�(ٻ���ccƺ��|3�畋z��W2P�A2о�Jp��-�[�>�t��[DP��O�`�T0��d�\pE��2�樃IZ2P!'�1P\ɧ�^���Z�5w��<�Z�^jU׋(������Q:��k<��n�s{q��X�2xx����ۊ�f��ԱI���,E0Ê��
�R���<�	s���^��]-�}��p?�z�u�׾�Z#�������k=Wܓ�0���f�Eu�2���������H!�JH��:��b-��~�@5yeq�~!	�@X�@d�����Q��P+v��2E�:#����h�*jU,
+(ZF��qDPJQdGQ���@H��	0Ab"v������޻�~7���q����:��
�K)^�羞�]����~y�d$l`��p��s���^�Jt׬�?V:*:�8ÐW���r�mM���ى�1ܿ��eTIۻ��0��:
k��f^|�,%�S��=��b0�
���[�np�c��\�W�����b�1q=e���$�܇� ���@�4'C��G�%�3X��3�<5V-4��t���U�W�J}�h��A��F�Ǭ���KL@�@%��1|j5�:=}��ݻJ?V&���G+Ө��s�R����Q�ۯ=e6:��@��8��;��@;`8Xf$-~��"eh!�Q�y�[�h��G��n[��R}�:4tZ���0~Y�l�
��Z�L��
+�/	��9
���4�����њ&�����Q�hzZ����%�BilH�='<���h�_Y�����b0�
t���t�)���i�#��$X�p�]7�I�@���h�^��,�+���
+�7Y�A
8Ԧ8�Xzc��s����vM�GC01PI��m�fM�	����l�w��Џ�I��A�;��
��� ����E�~Θ��?��@!���̐S��n.P&�jI{��ry��2P~-M����]���L�_[���\��O�r;�t٢�/:��`���>�����<�hLP�ĺ�N����E�f�18a�b�,�-�@�U�ÅϨ�^jW����O��Y�(�zi1[����8��>�%�������b0�
A�(� R#���BМڴ�~�U����6��'T�-���>�ȇB���DTibD����J�#�'���J�g���<��~'\��,i�/�Z����Z��\���;!��z�Pr�W편���tS���I����;}��W�6v�A%w�:k��U\�–J��1и�Yg)ݝTg�@��=�](i]�xΓԶN���ۅjo3����T�Kq�Cd(��y�@D>��""5o�@)0,�\[ҰG͞���E-ozI��ϒ�n�zeo/�j��0��j.�Ѹ�aq�zϬ���Yq�ǯ��R�e�~��h�U��y������g�cBr��5ΐ�@���L�'ܱw0�s�P2w���
+����C6<��ص9v6�T����V��+�7�ف�ӫ*gn�����T�,���`�s�4���yk��9+�
���<h�"�@���(Uoe������y���f���hFs���(3S]�0Q��0��7�o���i�U:�E��x�t�]��
+����6P�ə���_�<���z��o�/Tfk��1���[T��ܚ�f��K��7�$�O�6X%��+��T^�CͮM?1v��M
N�(i�6��
���*fT-��m���̏x��ŤT����_���-!����/�s_��|����	9m�?E�FK�V�3��X�zW���c��f�h�u���#߫�Ѵ�U,�=nj���.;*�w�4P#�"�|@EDjc���]���%��A.D���q#r�\��r�2�?������vX��| ��4��U�m.S\9�+[K��c���w�S0hgo۾�V��VK9�ѵn�efĺ�u)�
+�[}sS�&��]�ţ6*^J�GQ�Ҭ{.8��ɴ�#�츤x�|��,/�
� lx���@5#�N��.�����>�}h�JE�'��'��l�΁n�j�/i���NY��{���N��O�wm�j��b
T�li�6E�H�O͸Wf���&���L%���;J:+�
���<h�"�@���("�����c��}�ʟP������h�F�AE��� �Ԡ��M@Y�Yc�ϋ�UK�?��������A�`�h�@D>��""5h�o
+}^+������_43���^YG}����Ѡ�"�|@EDj�@Y���`d4P�h��H
("k�@1�̃� �
A�AEd���>�A�`�h�@�C�L�'D���y���""51P�?t�|���{�O~�@1�!4��A�lA��(�F&�ah@"�&�NUh��4�]%��
+a�3+��q���Ph���@���(� ]�Aă:p�@���)\�O�8̆8��0.���a�#�X������I��|�!@��t�
+�qR.�]ߓw<��xI*!��a`���i�5;Uh���T\ڢ�>����8�����DJ�Ԡv��=·���o��s5�A�vRI��ػ��3���t�T���d�
+KZ>�qʓ��n�+��\�"���}
+�/t�?}��r��'3��2P�����1���%z�,{��4�awf`���gTٲ�q��[o�K�t?X�����`n�¦�"4PA�
A(�q�@�i�a�q��i�.�s�*̇�@/�+�{�G~&��o�	TSWǿ���@D��k��"���5�R{*���:�n=�Vk�i�
m�*Z�b]��(��R�( ���%�@��	�,$�XZ�����w������X�>�v�����6�����Z�%T�!��d��Cdž"CJq��s_���#������W"B����H`̲�4��ӽ*�.ȟ]�1P	1LbU����C-��9T;(3��I����z�yJ�#��foP�.sEiC����?��O�2lT`�ŢÅ��94�E�4�|o:�%�	u'�pW��n���t'6
��k->�o�zl�888]�:�L�`0�!����x���	�W2�8�}�A��d�
+� Df�CI"�T0���Jc�h���n2��6-DW@�W��@���|i�˴����S	tT���n�����Æ<�U��͢T�$���tԓ���u��9�V=�N�(;Gf��gzݢ�?y1O]�ԭ�M��V���)�΂��V�lyw�f�=D��\S�M=�a?��U>�z�U��'ԇ�)s9���Ȩ
+�4Tl�M\|�0<���^N$����g���њV��D�ָ��.,i����n0~�4)��y���M�@qpp�U��`!T�pb0��	6PŸ� ���!
&�9�}C@4�P4&��x�-3�2d���Wא�Ve���Z��ۘ�*}�k��B��0P
+�n/Zeֽ$�`�ڜ��֓��1PП�`r?�Q<huo��9�bԯ�M�=��q۽�����W!�^"��Ƕ�YJ8j�ϖ�����L6'�s�����.�gY"mӆR2���'�9
+C��y���<�˫�>��\@�>��iWI�����6+�(N��
��l��_l�������@d�R�d�id�ga$�ؒD��@��`��>�z�ݤȖ���ת�|���^ԠFR���Y�N�����@	�h��)�R�M���� I�<���<mT���zޏ{
+��閼��~��j��&�n���z��Oqޝ��z��fܚ���}��^�4�A� :P��A?�E�����O}��X-"��}l3C[��h�hJ����%l������yE�&���5��`o/c�{�w�@qpp�l���`�`�b`U��Ef9`
+���2�LA���@K�%���f�rUu����r��(��Z}B!�v���9z9H�I��V�be�ƃ娚��n�9Ţ�����&+F/�1�~���:�v6��iS����~����/�q���b��8M�'�Ժ[Bg��wձ�?��,��G{��^�W�Yu��rn�^�p��#�7Ϭ�m�֛(�g�����m��3�J�I��{�����
+"0��􋙋
T��F����$��$$�`
f0�!�tE�3��}�9l�&��@�0�7������e��LABw�18%ߘ����f��:�Tf/x�f
�v�6���ܛ�ħ_���;YO�E�=����{��US3����?=���t�R*��Q�~�A��
+����M�G�@��&����2Po�iձ�
+����+�X�y��7�LI�.�^i�CKO�o�n�M��`��>�����i41������Ϯ����th�����B����`0o��1cU�:pA'�y��y�\v�WQ��H��,�W�O)?��+�Vg*X}u-ڢ����7I�=Jά3zv�ᾈ��v�e���.Kq����"2�ꚁ�ʁU�*��x�9P���z-��%�٩p��YPQ�v���>{�z+��*�zB�~����Z���\v�70P�����ǥ��K�3/�s7�
l���=PF4[\IX�<]�˯ˎ�*��:�
G!���>�E�Tl��6�@1����U�26PŸ�V�X��� ��E���a��qJ�S���)%���@��F:�ם���n�y�a�M@�s)n�pb�`�m�l�UlQy��&�:h�Nh$Z����2�cC���w�D�ġ��$��\��i[�%'�)N������[�e͟~�﬋��:Y�,;���J����uqC���؅L�2H�j4ب�t����[�8DР�Ҭ�d���P��E�m�2�}�:�Ţ���7NT�(\������<Pd�IZ
�3�m��n�#⥒��#�@qpp��@����O��?��6P����B��*��|�L�K�	�a��M�Q��aJ�3	��΋�\K��M$gGɉ�������0mn��
�����x�2L��0ќ�u|7���љ03ץ��,��n��Fֆ�]��|	���=����S_Fu���7��z��G����JC���~�_sœ,�x��ʭ����ue=z5O}?���,���{��)Tˮ�f
+��X�3�q����I�lt��㴈��Q�������E�>�6P��2P�}�,��	F��x��������`�Y(6P�}�
^m��12��0V�>3И�`�w��qT�@�&���D����Q�Vl��~�@5u��O!$p	��2jUPq�L�qAAm��3�Z��A��8�R�Ttfjk;�K��ZDڢ@�5*
+:-N]��EЀ������f�BY���|�����9���;�ALhh�\J���P,QkE��X�����x�nP�O��O�Ŗ�����%���n,PA̢����I�8���G=k�jl�������@Q����5M����	�
+Ga*���p�������E�,�
+t��
Z���W�UQsǻ_}������Zu
ױ�8~U�ag�+�j�E���ɲ@�Դ���^[��E��A�`*�@e%G��U�_���1I�ͭ��
+IUõ��o���ʆ뀕�_
+��;Z��o}���e�����`C��z�B�P��*�ڛ����[^���j͚m]A:,PÂ�@��:W׉�9�/'��J���M���׮ۨR�=�rc��TU������U�m�cՁ[N
-X�I���U��%�?r�M��Al��F�=[�̘X��'(ju+���gs�����|�2�� �(� f�T������NZ���3���KY%��K&��Pl��}����y��
^7�:3�;@v�u�(C;��+�wlx�������^��"�s�.'�@I�ӴQ�ai�'�}S��
+�*�@Q�t��\k�S�F[���^��i�X��q`�"bLz�J��:e��$ǧp������.��3\��^R�-��H��뵷��{���T���Z��7�y���m�dm��#.��&s���RM�����ݺ-�s�M���K������#9�*��O�Gq��^�q�:���h{R��s��P�o��:چc�Z�X��ժ)Hs���(�XX���S�&�B
��:=jo�SQ��3��p
Zn�%Ŏ9ê��S�8�H��1�l���g����&�K�ׅ����k��@�P?���xJ�MA��ϝc{�\�^�,������W�Ķu� �Q����!	���Q�n�=ڞ`8����ަ���m�P�E�Y,P��@1�=lG*X]C�>M=!��CqUnSe�n�>
+�kt�+�N��ML_[�k�'��Ti���G�,P�w�M5-���d�C�
����E9|���'��M�lY�r�_�xF�v	�L�U����I
+}���U9���r�J�aO�~g�Dz���l�1�b�Z�X�(��b�"��� �Y0�WF
+4,z{�G~c�j��l����,�d,Џ�l�<�!q%�M�8����9����%���z��F™W�veT.����#�%��#����)gE��%8�Tɉ��|k�o��RY`���5ꏮ�Z�-���TlOԴ�@�m�@���@i��
+�h�@Q���E�A�`*�#<�]g�l:��ЭП��%�����u_���n���|���:�P�['e�PeFj=��D?\w�����c���N�+ݝ��$B����5�܆*Ь�ɧݻM/e=���*������rǙ�����)�}*]��W�J��t㫪�{Ҙ�p��>}M����P�E�Y,P��@1������w7d���X��
+M��X�t��	������8�"���"�K���X86>Hu+�Pi=����Oh]xt��w�}�l/e}��!)������^�PՇ��<j��!��(��4�����w�Y�6�$���sQZ�-��x� �ُ�d��}�K
�-�ϼ�)ga�Z�X�(���o��5%(�t>X���S�&)Х1Y�o�Z����O�8j��{�f?8*������~���>���~M4�->��Mц!�^!O�&��<
Yom�w��T0v�Ŋk�Ra���P���嵨������G���a��#
+^?�֖+���煨0-��k���*SzL�@��\ޟ�~[�
+�8�@Q���ھ<�|̺�ٻ@�
+X���S��p�u���T��g�@G�����{T>���r���Q��Ű�wN�M�ۼ]$K�a9�*���JD?�,kmo/������VH_��X"����~v+c�����<A�{�9s/����!w^Q�]}ʝ�Ӣ�'��{�zL�I��R,m4ү���5+Ԣ�E�..h�`	���C����!����g��S���T�~X�����l�'�U�� �{�P��+{��W���S�	IlP��;�ց� �Y0�q!����f
+T_�@G��G

�
+��@Q����r܀;a&��8�L��0ҩϧa<���4�H�'��׶��W�����l�����%�/9+~#��E�/�.�X�(��۪�:k{�
t���hQ���9}G���LM�v����n��;\X�����,p����k"W�<�R#]���K��w���AI�����&Y���q	�?7�>�F�t[Z����q��i�σ� �Y0h��S��.�Y��0fi֞q�����0:"k�]G=4>5.V�e���]\,Ж!��s/U�{!��� ��L���:j�����|!����@9TԮ,*UQ���Z�v�cU��+]ku�V��jAE�X�W�U�"(R��O���3�/�(B��Y�μ��c������ad~8E�4&�\q�~������(�斷���e//��=��$����'��τ��{��v���$���L�,P����;0)<���D���l<zZ%Y�U��$(5�~����K���"4��i45�HuR^��uWإD�$$$�M=��$2iw՛(T�KJJ��%�:�(q�4����%Z�I������gF�T�(8�~F�6�֟�g�Uk�<E���(������?d�yԾ��O�Y�h�"[�DŽ�߆^�s�T:Δ�Z�Ή�(>�
+�jZ��5V�~�_6G����֛�,�w|���Y��s
��X\ s���M��P�Gg���G0��?2�/� qd���p�<aϟO0
+=����y-3�������2�n�S�h�X{��Y��JX����	��bT���7���^ʔ>�?��3���*�9'㓋[��;��h.��~��w��Ã9%�t��F,�:�,�&�ϲRU߯:�6���9��ʭY��[י��ƥ�n��%�>����8"P�n�&��� ���;;�>w�/������T�K�u\��"Z�1�x�B��������ׄ����eU�!�O�Λ=�\��!6g�����2n,���pۓ�v1�A(�b$>{�-�=3�7/��j_2d��{
륭�\~��}Լ�|���d��;X�S*"�].^^��up�v�c^o�4�4�����������J�2����={⻶���(�g����5��P�B��;p���_����u��r����kLA�D�>2�� ���
+�
,z�LÙ��s��0�}�	��|6kj�a��L��ᅩP�A��Z���wX|ZЭ�}���p�xpY�!���U�^D�$$$�M=eD�ʌI�E'|J��%%%���v���hy���xZ���B<a�h��`�B�J���ߵ���Cy���/7,�����7:�a�+L�2L��Y�E
�Y�8����s�F{�v��r�Ʌ�u�^��Z��e��Ġ��Ɂ#D���@��BJ�gtP�*�R0A����ZO碁���p��,��b��ዱ�^]��3���I����CE1�[��LT�ou}{>����n]��J����~:�� bO#���ϣZ���Y���D]�MQ�z���[�O���UfD�$$$�M=m�(����z�߁̗HT�JJJ��%�:QK����S����y��(��(J*�������p�^������G:y�=(�zmO$�-qd�]і!?�`	�v:�z}�03�?�Ƅ��pH���>��̇�K�,K7�أ�ݟ�<��I']Z&ά:���(6��-~潡^y_��X����%y�d
+��2*Oge��8@������WE^���3��}{~�^=L���9��q=z7|F��ǼX��]M��h���A(�
9|d۳�',>T:=�m��(		IwF�@(�)黮R�D��D���Z^"ЮIk3��	L�7�HZ����Z�n`��v�T�(�TJT�@9.�����ϼ��W��î�S��R5m���hR˸#HU�P'@�3��g��؄��B���t+�x��m
+�����������JW�����_��ܫ��	zc���M\X�+� з�KU�M�MF%Ƕ�6��=8�(�^�^؝ee�v�45�:,��"P�n�&�&
+�b��6u��;-()�����l����ai݄�W����D��OyC�!*�b��x<.^=;��y������O��yJ��:�j�R�X�p�r��(�Y&*N�9x�*!�R�V�}�<����C�(V.�ߘ�lW7��#�.�SާH�KN�	K	z$�f�
+�jS�xq|�
+X��e�MXU�#2
g�~~kT	��|Ua���.�l3p�)�m@�M�eiv��ʄ����������I���3!Վz��(i���O��T�K�9.�!���1����gH�򳱥_�T�S^��I���w\�<���)~��La��x�s2�-"�I��6:w�;�I�n?�V���w�l�ͮ�ϣ:�P�����J��_pFj9/�/`JL���ɼz�b��P5
+0�SF�/2m�y��zJ��Nڶ�= �FM��Ѓ�}N����O��v��ٗK$;/(����)׿�YP�}�.^��$��`i���ĕ�;3Ѥ�L��b>CϺVߩ�p��ì����E��z/�6���|Ӡ��)��d'��p�۠/_�>d߽�[���.1���Q�@e��@�T��L"P��()�/��'))�v��/"��a��qx#Ñ�a8�Ѵ����_�QM�i�ǟ{���]#[�*aS��أTAA@<�q�Œ�����q=��A��XG�q�VF�b݊�"[P���Re1��,�L���L
A��9�Ͻ�}�{?��`8�Q���C�,��i������=)��K�5���1��[��+� GȬ���.�����g3'Ɛ�5A�-U��P�Cx���Y���5�m��?L�����ðs;s���V����9�6�ς"N������O��jT�M8�-��z#ٲ�λI0ߜnXLX
��ΧR��?�T^�<0�IJW���W%Lm�
+���w<�-ߤ���3��.�8Oz�Ffepf��s{�O�'Jx{~wD�wWB��b7���_�ւ�h^(��(�7��@B����.-_X����&��ݕ�:�\���➑����XH��D��Љ_.���B�x�wW\3��J(���7��(BH-�(�h#ԁ�B}{��������+t/,R�ήu<�H}R�iĩ����^v�gq���:��h�ԭ��Ji܀L6��(BH-X��!-���i`�hM'(�%p� f�0���LCH��-��!�y��9Gw� �
,P��Z�@���W�fd�m�f�Ko&H@��],�]�\��C����wKq��y�EHKa�"�yX�!�`�jA#�E�����Ũ�+�ne����'*������Y�·���t����ݖ�j�ZO9r
���H&�B�:t�A���(vEX�i),P�4!�,PM`��)A<
8ċ�J��vK�XHV����wv A��Y>���ϛN�g7*�%X
����nH��.?ާ0�6�-���(BZ
+!��E�TU��Z/y/}�~B��V�_�@��[tZ�3��/-���h�Mt�$t��02*U0���Gw[^��=�៉*�����n�������hS������ߜ����s�����P����%_���iҫ����d�گ�|��=�� �Ei,P�4!�,P��L>R
+������'��x�]����[��EH�l���V9�h�S	I]�s�Z�i��O���څ[뺞ǘq�o]�/�:��c�T���K�c��?�����X`s3}Y��SQ�]O!ȏeU��'�;�v����/ם䋂"��(^6��N[Z~�ҫ���!-����a�"����(�+ߔ�|r�o<����i`u8o��O���(�Σu��4�:Z7���1�T�Y�����L�v��^V���j3�`�6�Шƹ��d+͠�~׻\Vu�����K���oXuSNJ+��6������c�����N�6f�7n��܌i�
��EHKa�"�yX�!�`���h0ۜD��Ko&H���v_A�TN!�X�l|{��g��V��u�c{��'�$�n_�U��d�7�U>v������,����*�x������)�J_�f���*�yY�w��d�5T�H�*D��-�nMzy�#c?�qtL�z��=>`X�i),P�4!��AW�$]6;0�Hf���*Cny�޴=��+���{��w}y�*N>��:��@+�r�U\��ݏw��$
+�a2'�����#�e�a|��v�ֺ�=�g���8�h~x�|*X~-e=�j/~Zm���	쑋��O����o��[����;�'�0�zur����;�� �,$k�q�¥�1��!՞�@�RX�i(BH-��@)0}wChR{����m
J��
+��>^J&�$D8���O�~D�Jh`u8o�fL�+�AN���ʍ�JG��d�̄!l�ZFPG�=$��Ȩ�Ys�w�F�Ŗ�p�&�M/�O�WIR�W>g<	��p�e���L_Vs���I�~$��p�װ؇�1�D�<�?ҡ�����i~'�^���,P��(B���R�`*P�pT}�S��ANp��E]���V��5�\H)XVd^;o�)�����*������E�Y���l2gJ���"�����^�c��er�̏����ְ���%ǀ�Gs���l$����o�ޅ,���X]hT:�b�/�-	̐
O��\B���}߫x�3��@��7|�@�RX�i(BH-��@i��	�J����%h�}�=h{{�~��ry��tg�~l��'�._����#(r)��Ⱥ�cT�“Z�w��K��8��ǵ��5)u�:�~�Gy��}ѿ�����B�kb��	0~�R�v����mJ׍�.?ާ0�6�-X�!���n�J�H[`�"�Ԃ�i$�,�1��0���~m�z�����5���qád�8��-/��ཁ8rM�dFØқk2\&����������!Qu�b
+�i����(BZ
+T=��O�ЇOa
+�����	TSW���%�@X�TI��SQ[Њ��uCYDD�(���J���tGE��〭�A��+��hD�(� ��vhÒ�en"a
�9��?������^r�{��m�E�-�Qp��m��4{ ��C��[�w$D"L$f�^��O��o�X�8nH�$�t��{<����o���*
|�O;���c(HO�;50�Zu�UF���+YӂO���PG��85����'9�X��3tV,	T��~1�	>c��Ȩ��
,br<Ӣ�[mhwtp~��#?,Pn��:�ƀ*��Ă+D�bH�GH��p=N���2z��nX܎�� }Ϻ��q"��U���g+�(��Ë_9��s#$�������󓩇���AO�z��_ֿP�7���Z�7�m�}�0�s�%� g"y��]3i�U�C7~��-
��w���U�u�	�0�:����2릲�?��@q8ܐI�^��������W�AŖ�J��m�2��X\2���?�Yw3j�ک�\��Jc�۞v�D�&���~_~_e��
+~��
+s��@q�a���C�G��H� �B"��$�XX?�-������H �AY���D�~�S�
���/�����=��i���x�}H���^�|���+�����~��T0E��)��}�3�i�g7�t(�K� ��g
+{"���z�OP��U�#3
+N�{�(�R#K�(2U4��'��~����,K��0�po	Ġja�9�ޮ
=_��g��G������iX��GB�26�&[�υp�3V�5p��sI$�����2Kv�;��H��Ư��rh�G��Ib&�ƶ��Y�s�Q�5��Y3�V�w�<�!��:���V�%^���S��m�Lյg'����ߣf�Jx���H�l#Wt��^��j˵�vs���Ni�ֿ~w8$尅ј�4�&וDC:z�F�
+T��7p:t��SݽU�r{\��>O_�;N<����M͖��nɹl�[o��>#ҢF��P���R�g���M~��5>�0c8�����y��1�gvf�ѷ�Tb����*���
+�z��q΃S�o�ۄl��mBcM���m)���JT��v���Pt�އ�G�X�8nH�8��po1,Pn���|6@_�M,�;��d�t�8p�`0�u�=�`�|bi0Sv�+A�$�uC��CW~5{Þj�cw�AE��n�z�JW����*�2���O��.���b�>_�*�.�`�6�(ь�z�>Nk�CՋ�g�|0�Q�h|i��=*2����t�w�g$_)�[O���}�4�U��h�K�'���%��s��i�--���4�`��;�H�Ϯ?h>����Sg��������Ȏ��s�@�ϯ����ORb���OA߯���
+d�O�WV�,XԘ��&�)P1h�UB�'�[_�>�Z��H�n��ҡ��K_�����H����l,W~kR����)(7L�U��0
x��S�Nw��z�@,�H<��)̒�S.�l;�"�ڮc��uU���4˄B��4�}�x�]s�O1Y¬����M"ޓH�iؤ;O��}��O��&�^�^�Aボ=D��8��
+�������7�ˏ�jy�hlV-�fQ@+	,��E��\�ɻ:�z?}u�Y�9ҹH̤�gן�IT���љ~�"a"1S З.ƫ�A ;_�M�W�"���e��Ń\��go���k�1��L@�9z1�ֲkd��e���SM�.?�q:&;�������ʿ��a��p�!5��ý��@q�a��H��!V@8�����;a.!�܆ٝ����:t���(��ڒF}��՜@g����K�1�펪�uh��j�}({^M*|��p���'|;��BPl�f�5���|�c����vzm8+���L�X
v����ޮ�IH4>n�z����%��D!(S��_J],�?�6�)�t��|6�Óe�P������ͥȏ�x��]_������h�y���I/��"}ޥ#��m�T�3c���[�_���|{��s�(�RX�8��a��p�4,P�;���	�*��30=��H�Ӏ
+���)�.����\W	�E�R��|8��U��E�>���x�s
+s��B;ߧ�{�ɟ9�!��P����#�~�Ԯ��Υ)¥�i��4��)��E�o,�0]�4�b�v?_�� ]!�T�ƒ�f���7
+T�mY�&��ѣ9禧f���v	M�Ǟ}us����
��D�������|X�8nHa��pʇ��
Ӱ@�oؠ�K ��Kz�����ѧt�`��X
+5�����?��~�G
+��Io�g�����Z��V�U�[J寫Z.z'��_�0�M���`�M��u1��p��Ox�-��j���M��	�b޵]�w����1��i���O P	Z��� ����	P������.,"G�
+��v�g0���S�W
+jc���k&��	ƚX�F#V�x�/�-�[4^ 7E��/�(�/�4���>3�0��<���f���~�{m/x�j�J
��yj��ŏ�g�7�Ea�E�5���a���%2R,P�:B�����􂻨�U����3�@}V\��{
�e����mN�SᵅG[�~}L��A�m{��&_��O���HI����bp�o�}����m:\(9�Z�?�+ݯ �~F�7���r�M�m��J{>�gzݙ��Z�,��x��]��B�K9I�H�ۄ�93�֜@)��g����/P���E��]�#���fT/P�p�qt���u���37�~]CX�D��H>(��b��'J���0Q聓�����g�bh�e�>���t_g`-�Z�w��ż��I�ջA����&�d�?�8-R���/+�W�ӆ��Q_�:ۥ�6��>9����d���a��K�N����J��Z�LU�0�zlb��ey��>��Οs|���<ǹ�4)�[#���FY��z���/�@���A��䰼�>9���vZ�������k�|a"�CM��%"EX�D�@���v`�M���2߃c�������qBC\�� ��{ҏ��r@xm�����%"EX�D�@����**t%��T���a}�� ��:�W�+���ܟJD��@��c�)�r���Z�+R0
+;1����{�:b�<�<��\�s��]l��O���Q�-����F�JD��@��c�)(Q�c��",P"�X�DF�JT�X�D��H>(��b��=()�%��Jd�X�Du�JD��@��c�)(Q�c��",P"�X�DF�JT�X�D��H>(��b��=()�%��Jd�X�Du�JD��@��c�)(Q�c��",P"�X�DF�JT�X�D��H>(��b��=()�%��Jd�X��(G[X�:�>��tmE'��o)ݣ����w�M�v��
+e�=ί�JD��@��c�)h�5��0��-����q��!����0� ���w*��~��;�|�R[�x��ۘro�&���W��>����?\x3�q�����KO՞ 8��Z0����yt�,�}�k�V>w���b��^���4��풣}����l���3�h�|rx̊�V�q�<���1gG�jg�Fp��ä��j/�CWms�ؙ����o�Di�;,P"R�J$��H�@k�N�ύRqnD?�6�!
+�q��_*���+���B3�@��^Y��*-�G�&h6���煯׼3#�2*�b���j���1�a�����y��zhq��
�4�m�l��`��w���i�=�7q3-��l���3F�E*��u�4��,o��=z䝿�"����Ҫ`��Gs�V�_0T���y��+�6�^x3()�%��Jd�X��ҿ��4C����R}�h셯�>ۈe�k�sߡ��/�p��~�XK����J����d�KWm��W�xnK>[�mS�w�sb��@��ﲪ~&N=n[���kO-j��+��F��"3�ɩe{杼�;�c\aמB^ܳ��^��6��
+rwj�c32�w��+�W��ӫ��y]��^I~ZW�{��Z��	��*��}��Z�0�\
:����FhB��T����[�3�M����αI�n=��(���=g��-�!�7G�mѧ���ڿϏWI߆���_d;&f�k������O������2�(����?r}'��_�N��h!��-o͊J�1�X�۶�	o��t_N@���%"�X�D�@��T��� P��`������p��K4�陵p���;b���;�6��Ӻ���ɺ�/�h����%�����(_���If���e��5�9bJ���U~���4��sC5��a��J�,:6b�yʮ��~�O]}�fN�E��.��ǡ��\���'I���|����=\�߅��[.r��Z^q�;��s����FH+4�{pb�3��<��
+T���<{�/ڧ�:S8����]�r�A��RU0�����x��>^\��/�
<�����3��t���7��_Ozo��ߛ��/Ef�y1	�d�T+x����Υ���g"u-<OǼ�j
��t�,P"R�J$��H�@�[��H�`�<+����
+=�A8��h.��ކ
+���Y}V\k�����*�*;�����D�g��L����Iږ;��?g���	�к��3�Sl�X�@����KN��¤��O>����E���M����fdٞ��͘�R���#(�>>� s��B�h���{�]�XOŎ��f۳b.�53�=��
+T4^��~���a�L����8�{˲\�(�V��z�"���T�6
�x�[cb�L�ɤ^���^�«(S��x�*U�x��!*�K�=����.{��hy.���G�w���������h�\��(���/�';P�����>�s{q�ʼ�Mͽi��8���{pp�m~��AU���3���i�~�3��]x��d�ᬓ�Glȑ�k(�cȡL��Լ�1񪱸g����;+��E(��"P���
+�@A��g'
g�r<�Q�1��<�n�I=(�Q(�лZ�ə����U]-��&dW[v�w_�>���[䖥����
v/��t���9b��z�<��!��E�N�
+���- ��}���Vz<#���ض��]J��>�����_�q�	.��OJ�)խ�8���s�񙓘d�C���9J>�o���B�.<+�_��'q��]y��{g�g�����]�~KJݯ[I�={PM^ý�_n�@��񽾼�\5rҋ�ɧI�26����)q����e���uykg��/��7��	
+�`(P���@��@�����kl���>��)C�7�Faԇ�����?5�O��4�h����LVו��ޫ%�?�>��Z��#�XVܿ �փ75���[{:U
+����G��v\V�uS������F�M�'{?�*��xSs���'�91�|#������|��8T�Z��~灘{���p�l�w��K	A}�%75�i��4Z�u�8��hU���k׆$f�'�*��@ٙ�o|�b*2��j-u�{z�����s�Q�(P��E�@�
+����ϗ�����7��il�lf�K�4����ҩO��D�z���&�Ψp�����I�F�=�D�����v7~[�x���������;\/�*[��_D��w����|z������W���9�E_�2�
+��#�6��[���jl��m��{\L���P_xE���Ϙ(P%;Z����z�LX���D�,�e���w]�Jk�Tܲ͢�����(��"P���
+�@A��ǟ\h9������P�*R(�{���ݯ�>9Cȕ�蹖��"r�.�nΫ�[~�[��Ӓ��%��w��q���G��,)P9����eM��	�<.�ɹ�����вn��ڇ�~y̿�͋����mkG/,j���9��g"'��V���m�$�N�d�l�q�^�/�"U�}��d~i���ejl�M�w��������;t�Qi��qA��o�@�c�ޫs)N�r�OiШ'�*"?�wjƹ见��C�T�����>P����@��(���U�Jc)�ޥ4���0�ψbɝ���4�l��
+=��_��vwE���懤0��ʲw����Κ+-Jg'`~���J�G�yۺ
k��݊�\'<7�ʳTE�F��I��Aχ1���kT�5W�sҼ�>��n&�O)
r�j����/~�����\~f��R���XV���.v�U�~=�T{��������c�����xggn.H}�?�\�@�}��ޒ�Z��F̾C�
+��(��A� PP���E���4Tf4I(��t�3�=�39R^sOX�0��n�q��4�d�Z��(P��E�@�
+���5�B�h�Nu�M�pԧ	����(�<�E���X
+���@(|
+t�����@�v�\�ܟ*Ӡ@���?(P�
+
+Z�(P��Ղ�?(P�
+
+Z�(P��Ղ�?(P�
+���Q����@��(�
+a���
+���@(�
+T!|Ӣ@��A��(��P�B�W(�@(��A� PP�
+S(�@>
+!|)ch�
+C,^
+K(�@(��E�B(p�,^��Mn�SF�7卞���*�l���L�@�:+�����Ph23���P�*P���*k���z���4�V��U�@��lQ���(�PW���	!���Dy�A�Z�\0�y�(P��(P����-T]��P��ʌH���ɧBQ���P��
+�[��>�+�
+F��t��MU(
+���9�^ȕК�<W~23q� �|*F�p�@�
+ʘH��
+[(��l��fyn�5����D3��C������9V|���B���{`�ˋ;f')e���_�4t��3�z��.7n紕ȥK&&&�y���9�W˚쇯�i&���0�#
+���T����i��FM+���Ö!�//-n�.�
�'dp҅�"��4-���f�L^yp���+Pg-ũ�P�ݕR�e�O���uP����0V���܆�lq̈D��Spjj�-C�W(�}7���/el�~��oϜ�:��σ��ō��Nڞ���E��8(����BSdׯέ���ty�~'�\i�����;>89��;�[���>�M�
+�H�'z_�ϥ�+�_s(��,��>�+�
+F[���@KA������_�ܶ�R�H�=s>*".%6r�!׮�ެ�z��Z2=n���q�$��K��1����B�=+gM��*�+
+�w����j^���ᫍC�����2�C����՛;��}�ZO�@������^�k�x�����~���>Q���:T������L�h�7�}(#�À
++��t���$i��K��UsoZ�?���u�߬�,�Ffr�l-�:�V���uێ�h�f)��4����:׍B��(n���V8��Ȓ�HiD
#c�0ۙ�t�u��������y������[����yE^ؽ5�ʁM����}`"}�����6�����ng"[H]\!�w~OЄ�|����@���.�n6��P��C-����ƠycM��W~͠g	\Q��t����j�3=
+�g��e:�����0 �t�����l�#b��س�XL6P8��cD1��B�рT�@��|�n>_��,Zc���95v�]��/����\�֋�2�V���gYzU�Z���3̳ʔ?�k��w�K��=�ƗЀ�����!"��'�\"���I��qǑK!��M*+Ze�o.[��a~~V#��Gp�{����a{-��:�������mx����{�nׄy�-�:���hƃl��5R?.8��=�5W_lVl3�t[y{����o�mX/A6�$�|��y�����Zq�cs�H�K�?\�2��x��K
+�l�Q�:q6����jCe��ٜ+��Q}�:��V�kyZ	:�w���ϕ�^)|�c��{T����¥HA�T,��!R��˽n#�;�YW~��8��	6P8��cBC����
+Ӈm_xc�?i��79��q�]�x�����/2}\.��Lc�j~�3~��@�t��P�q~�zc�3��^����763KJ.�=bsM��of�-���{k�^_1� w���I��b�5����f��u)%�0��`�
+%}�A]�Z�#�f��O#F6F����诺Vn_�$s�2+�G�s�;��9%Sb2#9�p]j�sa��,�k�4�3ܭ��~�yꘉ2N�W�E�(��>+�V��t���h�x���z9�
+Hs�=��_�	x[���u���ϣ�b�(ұ��2(���������ȑ���6�kj���og8ȗ��3�ȱ�Z��
]�/�����D(p�1�!�@/��@��Y�р�U<թ�∯:����y}l�1|�"����9�V��!1㢘�|���~�'��`_��1j�Jw���&\%K'�[>Ac���Ď�`������O���a�t��+�e����\��
=*Ì=+BM�����o��A3`a�oѫ�g��&�%#-4���t�K6ئ��6P�T�
+d�s���읇�}n����@+�E2�T��'�BQz+j�l+��.���2V��f�Ȇ䓥�U��dI�=}�g9���`��:�u�#�5����	C�xP�C{�"Jx	��E�;r\v#��h��gYrڛ�u�JGs�瞰�]�OKHb��ؿ���i;OG<�����P�a�2*�\!&L�}8����+�O͖���M���L�F/��TL�P4o#7��������6�X��0�lv�m�������>@��!�t��X�eI>��t����@9h���b�k,�w�4]�qE�|����,��"�X���%Xs��@�窾b�,ѱQ���?�����[�;�A�s(<7�99���F�B'�@��	
yz)�B`{�������#�~~u��Ld��^Ʊ����츟��&}�7C�����=Ab)]Z5����sT���O_-�O����ɗH�����Sx�ܾ��^+���A`DB`�cA������^3)|6{�U��fk��Qo�{C����
��jV�Ih�h���NO@�h���3é����^C8jm ��B2�ܧ}��K+�+�\����u�I�%��m���g�%�S1UB]T�x(-�}������O�s̫3�|��:�5�f�B�R�+Tg��, {� ����,�����S���d��Q���:��[��?�WA�|�~K����|Y��g�8R6�Ȭ�����*�1P���k��L���^��7��m���W�}Ana�G���:���w�֌����xE4��>�?(�@��H�s�:}c����H#1Ы(��}T#�h]^��^F�����*�~��dd��`����C�f�����_xKFu�Z��������l�:܌3�v���І���p�}A����S|�@˳�xQ�T6x�S��>��>��xD(q�	
+����y��W>��^�>I �d�:�Xc���6���9_I����dӂfG$>H���$�.W���(tN�-��?��-�8��Kڪq�B��Hl4e���e
+���	6P8��cBC���"e=+�7xՙ���Pl�e�_-���%0dY��ބ��$F]���{��u]-MN��ה"�|\�S����|�`�堻�
+]��jCj]/r
+zTY�-�8�Ѯ'm���f8�7��}4�R촓9���NY��H�c�
+4�TkH�|�<7�,3G��
}���j�3=
+�g�
^��z|`�������p�� /�w����+��/�IH™p� �
+��ŕ��n�>��Ԃ����ʈ��\+��Z���@�D(("� r	r5aHŘD����o�;��{����?�����ʂ˴�EYs�ѳ]��_���&����9K��ifO��{�h�_�`��@�m�ƫ?�C>!v=�|�лxo�,\
+�����m��E�S)N�~�B)��w����@,��9�y՛uNϷ#�z�����x�@G�tx�@�e��D_A�3��M��bHTxV��ns�����S�{��M$P�_܃w�`�iZE�g�g׆�C·�?D����������?'P���^S�O���B��rQ6��	K�/�%o|��27a�0��~u�<���>����q)�"���X�x�W��2�4�v�;�$��_꣸<�΢W��C�5i����Q�n�����|�D�~5v^h�`�YM�hX$�CZ�i�hln�]�ȁ���r4�ɤA��A,��عaO(v:��@p�!j��@��F6sb�w&��>[ ��A�I����w4fdV��&�qZX�XL�:�η.�����C�¸�.^�/���'Qo��3���&���"����O�i��cz�W�*��\�~W��>����'�%���t��%{�;G\�b$�Z	�=kmO>>c��G�o/���N_�M�8Q�C"�dN\Џd']m�q�B�p���������Ͼ�cfryV��z@3�X�o�F���������sE�~�$�>-�`<=�m#���6�,/�h�RYn�c�(��'�A0��IO%���đ��;pH����v�R3"3�ד����\�}'����G��c9q�Vp��S��5�ale�:�$"�"�-�M�L�x�(?�c���Dy��`Βe{�M�|Xk%���A;m��������D��I�+�D�������F�zTD,�;����l�X�Y��
�h���@�$5�_��CL��5vHf��G�u��<2\1�12ЏST�^J-�6R��q{!�ۍ֛��*'�g�.����7���'�D���<?���Pk�gy3�/�t�}��x�q��B�gW[Ǔ�'��%.�+u�ԟ�w�hcH�Ƈ��
+Y3z�t�Xh�vS����G���oFncRWp6lC�1�ed�pi9�˼�3�[�i,�x4��Ta�h2NM��T������8빐X�e����S����9��X�0�z�)ժ2�/�>�`!���}�m���u+JI�2mD���#���AY�D�t����"
+Tz��������W�m��ѩ;W	�����F��I���K�>Oq�	��4�Z{�3?��Ѷ�ڛ����������30�t2����	K���`�+�7�\��]'̭�5p&�o[|579n�.����,>���_M< V�C^Pu�7�/
+v��H+$gT����Vlw��iܾx����
+�?$��#��DZs�B�4m��#�!%P3	��y%�����h�W&��h���Xj��=B��ԡ=|���~<+�Ћ�M��ll�W�r���85�4'�st��+�/;�F��I��~xh�Y�N0$_rFP=�A
+|�~�~��k���l����)ӊi
+���;�7J��	tzL���Q�*�@H�Q̻*��yF�/bKl[�CdU��4�ov%�O�Zdjo���8���2AѺ\�g����NTؐP ��������D���X����B;�[�G��1�8׫_L�����]�Ts�Y1���N���@���������x�A~�FP�ԓ��+����E�qሢ�"�Xa���5�A�$����R�S�54�Kݛ}Ҙ�,W$X�a2����k*	%������L�^1�|H����i� �l�e�����6	�f�!���1�(�~P�n��A\��հk�z2��<�@��XpV^�M�c2X�56�8-jd^Yԑ�$.����(�)��l$�	6a�Q�ٯj��ͧf����>V�O�C
~ߍ��
+��ۋ����n�b���,�����e���6��iK5O�o�$:��Mz��/����
�)<����a��p��l�5K¦��u�ÀP�V;�\����	OdH|I�x ��-��Q��LM]�N���`p{ݏ3+n�8��8]���y��F�����+7�­jK�~Y�ZV�j\gL�QB����z7�X�����0*��q1����M��G�����P�9/D��WɆ�,(Vl ���;�K/)*B�af�g���P�8g�x�����œ�ՐS��CW�6@���A�ϒB`��J�ƺ,zJ������I��^a����`�_��uᬂ�D���w��.��;.y|�ȡ�^��.�}���]�X����6������3��e���񛍄�[Q@d�M���*�J�����'�.R��P����
+<7�UQ���EAE��
+�*�)$쁰	Y�%�Jy!Dgt&g�?�Y�s����S҇ �X%�H�S�˯���w��"���>Awb͖�ەv*�հ�Ta��w�Tx�7�g����I1!�b*4��w-��
Q%~���m����5}��z`C��m'�9>PJ��C�h��R����	ԗ�?�R$��@���#e���Y�?r�?)���.�E���M���W�3�O��9�=�~���ۀ�W1Ť�ܐ�_l8��^؋��3�u�hZY���~A�?E):����膏qVׇݗ�^|̕��G����JM�jS���ɔh4Z���]�k�_~��sH���������ww���F�W_d�P}�`�V�SG<��c^��?_.V��^�����3@�	`�N��g_�V�cVm,"��I�����lj�n���0���ظ_�m�S,V�/���v�	���?����~M,������0&�W(R�~vh6"�R�hW3f����G���ޱX˕�����vo�ջ�U�h��M{i��GT�pF8 ��ȡ�w�/�`ң�x���Ѵ�:���p%*���d���s����%Ω{�U#P/(�G��:@���y<�Q"S������p���J��XX/�+"PEu�>I�<�y���XŹIիI,��F6��=td����b�c�~����t�4�1��ڪL��6��,r2f��ɜ��`�lV�#$�',[���V6%�̭�Kͧ���[�W,��9�Q�!'�{��gj彑Aa�񴸵�(jW��B�!������a�}h~�%�����2���SK[�޹53�'z^�ڜ�1 ��@�P>��5�.%J�ɢjI�KqK�"�(��	�֑��~�nm�O���QZlвaRze���g�P�����r�;5�i��oj�a�j����^]�*�6���������~"���xmy^��J���뱔�4���O�ޠ@�/�Gs��9��j���܅�;�)�C�u�Մ���Q���Rc,�oq��X�Ϥ䬻�y�^'.r�#�l��+-�?����3�k-��=�1���|w�XG������{-M�������� �x�y=��'���V�K�!�������煒�����C9�[�u���뉰p�ޙ��'CuK��з搣����1�]@��w�
n^����t��)[���C�G_VS�WU�$����aawp��Ý	h��[<�y�ƽ�-�l���}�TM����6���L�^U@��6,����W/s��h�>�� �۝�����u@(��Aoj:dDRF�8�>FM�{?��5��������H6<bS�O�$�cZ���R�"̋�;��Lj��B9m!�����k���2
 ��?��g$�{��	�+�@�Ru����������y��=,�_hXa?����[�]����`�C�(�1L�7�{�J0��b��"%Py�*��0
+�n�J�b�����G{^�2蒉xi���P�!��zcF-u�y�$�!�b�B����lҾU���P���Y��WSf0`�U��}\F^r{��G�
+�C�z�$�\ѿ��s�/ŚP�G�9�XU�v:�Q���O\�p�f`Jj�2l�ܼZ_
�З5��ő���e�����^������J�/»��``�:��Sy?����<GX��N�o�&2�
�$t�a�\�g��$/�c.
+�5�s6c�/�S�O
˵e��X�(ʎ;Z�v����a�T�o=s-/n�=�(������9��i���`�^��'�]���&%F(��9%`���E���&Jf�/Hc�t��a=c�N&�S0�:�o{����Nc}s�W�sد?��1�E}�nx���I{�#��;rN�����U]�q���>�� �:%��gdtZ*�%n���dX'Vg�5/��==�}���z��B,h6�/Nv�E#K�޷�Z�Nw5�~tR��Ԧ�w2e���?B8l_Ʊ)�?Lp�nP��l h�`T�8����~�=hU�zd�0�q�}z���@����!�f��\����d�.BS��<�H-��_��/f�5�����
+��8��Dd�7]3��)�Sq�>zb�w 1����*���Ѐ��B\R�UIČՇD�#{G@��z>2-ƣ�D4�&q�
+��ô��7���/�8��ʾ�[hd\^g��릒�N:�y��]C����`�t
%!��Biy�}�XK����^n4����{4���3ў��(s������rmF]��1�&����L��?��,�TF%Lj��
+�k����-�6�8�l��F֣60N�(�-Ra����zRC5��!@B"@�
�
����"��־�.-���2j�Z�ɾ��-YD���S�����2�}Aym�;Tp�RZ���J�'U��E@�
+��-�]�,��I!�����3�dr�=���=�&��A��V�N��y�/
���@�W\+�里�\Y'pS���,E:�pe�7�{�>���`J�x�{ehsBHXx�9n��州�V��5�,��_��w�Cص����45��|o�@IΑ)��زa��6ik)����}F�����5�^(�'?�еj
���k�5�����a��T����x�8�s���7�0�o?��'��@�a�Uuy�y��&��h�UE
K�D<rv��
+U�3�B�.`�8T
+yz�z��T~]�'-��O���FH@���A?^�3l��O�9����Ϲ���N�$k�1���Qh+C��R?�f�E�$a�k�}"�
c��*L���Ȟ��IQ��:�]`��)q=�!)��QȽLVd�hc\��9G�vk<H�ח;�K�}5B޴��`�Q-o���Q��;��Q3�m(��ͱ>u�ckK&i�_�������7�z�ن2H�~���-&a��N|��,���1G~E�}����Gϵ?xU��^($������z�M��� Hw�.]���g�����	��3M9��ûY�tq���{�A��S� v/_Ϥ	7>1{|�4��?ߛ=XH�]^E$�2�c���	�-p�[�՘�39���%N���\ʪ}���"�\�>	L��,�4$H�}�e�#t��R�Ôb�@W������Z��ҵ���[_�?��Cd"F�?GP���W��y>�>@��v�@��$�8�ޙݯI��
�D}����g���/�f�xLcB�c9����o䌹�����36�2Z�YK�2a����K����jP�@_g�K\�aR�*�DCt�4s��Hș�5�֮HK�h_�(/�B�z�C�g�[4��5J��T͎2s�<��}���N�
+�ad��з�@��B����0Pc��8�d��ܫ��l��t<�U�ǻh} ��ɰ|�bKAR�{�YۄQ(K#|��`R?�n�#�$c�Ȑ�^Ff�7��`V�R@Zd��Ɏa���s�~D��_ 6��{� cl��)�@��y?䖺����ך+o7P��e�UnlX��j��3�A-9�Ԏ�Z���@)�:�;� k�
W�$��kT�n��>�GkH�Sfh�C��)2�x	�������^ޥ����0��p���D�ypv���eǛݼD^P�Nt�e���ןh55:��Π�����%���J`�_���R>X����_p���;�kʶ7[,�p��zu|�K��A�GҔH���A�z�b�4e�/!�^$�Ŕ#vE7"%LL:y�H��LK����f���S7[^ì>����r%N�G����8ϠG'� ��;�o��d��b����r!
\q�(g�d��Ծ�62�#�����Ҷ�Y�O�$��Mo�{.��dGc�@O��\��b�-�U���l����S�n�նM��"��595�
���$��}j�����+�����F䤚EL�z%ǯ#�T��K8��b5g�L���^��0�`�x9�K�=�!!�@�i�h¼�8C�+r�Mt��
8�P)�h<��]6}�����37m�����{,��ȹ^$�ѭU��M��0&�'��4�����#l��9��[4Ѯk�L�-8*�O�X�����o����K�D?�J�f� ��3�'�O�S���O	ў�%��|���&�lj��,lU4���Q�ŭ���͎��V���>�ʫ����%u8��}�}�?�V�~���ԦT�?��C�j���g٥f�;-��{U\U�Ѓ~7N��V$$A( ���D�y��S)�� Ml��ᛮ�XL�vw��+��p�/���"���m��>y��3��<���g��!�I�ڷg����:���������n�!L�wXb"'al9��HXa���d����KzE��*^��{c�~�@ʤ�Ǐ����z�q����9:��G���R���4>ޑ�\NnE'���q��M��0��yL������C�,����c�GA���2<��Y�:9�|?k���n#&&8�����b�u�_y�:ٍ��k�f�VX�
<�ܫ����ǖ���c����V5x5O���~E�t��K��J~`�)+ 
�&�<��3t5�|��
�s��S?�����6J�A��b�/eN�
+����hiüϬR����$�
8����:��a`^%G��s۫<�����E���|�u8}"ҿ�;f�3=�ϺCֹ�o���g�������J�0ʱP���@�h�:�M�
��)��"W�D߆�N�@��)!�@��4``^e-�]��5�]�U��%��9���f����4M�-@�Ca�Da���N�@��)!�@��~��Fr�q���5����<�c�pJ��H��F��C��"n9D��)��
�).�!V�
JP6D$B!NQ8����Ǟ�g<3���������=�^���O��k��W媞�����[,���Kb��@��\��V7X��<6z.�����B ��2�[K�����_����3
\�z���Ǎ#6
+�(��(}co�"���מ��
+
+�4p
���y�9�@ 'e�]!�����~}��/����3
\`��p��B �D�2�7�h���q`��F�@�����
��$ON2G��V�[��C�W��'H^P����]��N0Y�i�HʩmY�?d�Q��/F��c�D�5��*u��o$�Ur� Wocƛf}���5F�������`$�g�Ɔ�����'�g(I�(}������.����3
\ga���E�r��&+�&�Žs�bg�En�Y�!!%_h��vÎ0PA�-bx�#t��?N0��-�$�HY䶨Tي١1,4^��T#oR��(Cm�re㐬6�*R͖�?����z�J2E[��ڈ��Y�����5�`��\e�W�E8?n��Y??��������b��tTwF}��YY�0=�;Y{�T��c�����Y�Y[�2��m��0�h��I��&��ZJˡQ�D�X��3�\���ږCz4���D\Z�fe�@�61����@$�Kw�)�&-�&*�&3�7ĝ��C�L�@��D�:�Z
VZ&��8�d���'��E
+��I���
����xh��B ����ട����˃���3mM�zYs����0��Ts��a�w&� ����:��o���Q�Xh�Ywn���_I/r�c� ���#�]�ț�jZ��|���R��+BmD�����̪���[>���1��V�z�`�D1�'��r�[Q�yuG,j�{�U�k��ȎK�Oڟ����B ����������޳��t���q���*ޠ������ 7��z� �ƴ�B-(t�<n,ѣ#�,����և,��	�	���]���@h��8��e��9B�Zmo�c�� ��3H[[��f���f�����i�Q���'R��C؇[��ZA
+���{���JMZ�n�|�v3��
7�;s���FtF����;
+(90P��(��8�hɓ���z�����8W�!���P�PƱ��f���h�bg��6C�qP,0G�r�ݹ8�ƈ���N̾����˅.�&3:	
� eU���.�u*�@�5�:��(�JЏ����|n��1�z�p��F�'�?ie�CS1�{{���\i@j��np�#4V�0H9���u�tV�������^�ڇ����;
+(90P��(��8i�M�g���)���K�M����A4��W�D���ֈ�[˃�wd�t2���i�]?r�!�|��u�EZt����΍�&[�1!r�*~m��H\Y���n�n������(�C"��]�AN
+�'|,���.6ds���l�����`��\3����K�`���7�t�!UE�9�M����}�A6:@�� ��a��2���Y�R{��$��0DɗJ�f�u[n�4���������re�F�a��}o��#.Vz��nxGLJP���5
Ɯ�аp�i�ٻ._�����`�ǻ��$-ED�X�w�5�,���H����������TO\��pq�� 7V����B �D��@�%x��e83�ƚ�:�k�<8��=c9o��a�|�?�/"%Wh3�g:���4c�
״�n��?N0�K�f���pBL+^��Ե媗5����(�>��4lz^�����A�nJ\���ڄ�	�� �o��|����"eJ�fPj5}�6���DᆋO���&{.E�K
+�@�5`��0P�̀k:�p��3u�=\O7�ąL�E���-�<2��������?^?F#��,��ЩO4�V,�F�t�u��q��h�S�vM�b��A3Yۋ1�I��RqH�5M�݆�e4N����B �D�
+�]�{�h3�7$eC�g�iݺ%M�����'�エ�����~�緱�E�������}v���ɳ/t~����~�����{�����>m���{��y��5����r��z�qև첍s��vc=+f�@'����# ,��	~�)�'�e�0P�(`��s��	b��G?��?��K�_�[��|�������?�؇b��I_���v����6�8^|e��o������f���~U}x�hn{P��?-�Npn�[$�;_}rp�����1K�?�S��r�-���Ǖ�/���>�����O��z�|���j�!�粙�4��G�_�ǫ�}�;�"�����߽麭4n�`���`�`��%�y�oo����;�_�YZ7���_&pM�W�	r �p	QX��`EpA�#"Xu��c�v��-֫�vQ��j�n+"���U�K�e�����H��Ɂ� �Ge�R��Cԝ����y�?��|>y3���(6�����}C���D�H�Yt-pQy�����g��֬v�`>B��Ӛn-��e�y����+�H�N�I2������S���*�Y��"��?2�2��^��e��V�2�B��%��&|*�x	� ����՟#���k���Vjԉ�Ӑ��P����(�iJflD�͗#I����޷:�.����8�c�s�゘�5����]��£�SHAH^�&��b����������(n���6��O�}T���?����x8^�o#��]]u��A�IW������-�m�m��a��o��O
+zxk�,۶VC?�C�5�j���:mۤ�N8����@���!�KN�Ȍ)=r�U���ܧdD۾�t��}U:�<b3�b����Ir6����]�T��AJ�H]R�ȸ��c���إ��t�
�Q�.Ф�E���o�i�$ԚABt��o1����OXJ�<^B���
E*Ke�7񷒾k�|8�����8���nﹽ	}a�i��pѧNo�6z���>�J
+[�Sn��HkV�(ji��W���8�Y,��R�߱����x���C>B��X9[�6;�s�k���Vn3�:�����X)�:��<�ھC�ua�`c��n[�V�ǒpw��F3��ɛ,P��]���AL�jB������J+&���S��̜��
�#\�"�RR覷��CrP?�هfU1��%�;��^HR�dE��U�S:��5v�����d�+w��(���)�sl��5���~�`�b��hB�M�4Bg��!�n ]�"P6��}�0BJ�q�(����AD�<�1���59���.����bx�W鯀>+5��.=�����o�.\�N��ᆛA6��G�/�
���I*��3��;X�LX���칟�$JD4#���*�"P��{�~̙6��>��.b�۶��詻y�s��O
+�Zqgq����[�f5�8�����B������ҴykIh1��P���诽�H��������3ϣ����U��^HM�~������	���k��jO���9E~Lf�Ó�R�2���.Z%K�<T���*>�*��&��x��xq>W��Z������)�m��j!��J��L��^ ��s�9w����:'y�sxw��SX뗧
k2
+�����Ц+F`]�b�"����7/���9��"]M�Q`�j��4�f�a��>�,��f�F4<�Z�<���X�(�ؽ�	D���O�ΧO�]������0a���n�
)��š�s��~/Sxts
+)�[����
�кa�|�����ܤ����	�wO8��n�hh�ԏ�,��?#7�?yA�Xr�x��^�}ä;F�C�c{Js=�$tv��o2���@�/��6�x�z�q��X�c�x����&�r?�_��zjHT��K��"ʸ~ll�Zw~~�>��݃�L����՛t��\��q!|�!*4~A_˷�N�*����ÀB*��K-U�Y��(���s�g���}u�dMw�y�]�)����m�egX����
+��R�^����a:��S����6�(B��󒩢ar�l\�J��y�荦gJ��Wc��*�b=
+h��l�e�C��=B�9-�S*�|�T~���b�p�CP����ɗg��K^�GipO�Q�о�]��.��A�=�#��;�̗��E��1�V�=��׀�'�$N9_(�V�C:R����4���?ј�=d:]���#NL�2+�궈hYj�iu�Iʠ�dn4#,4Y��Q�I��Lo��2���'�#�-Y�O���A����5��)׍n�j�F�,�G�l�$�P�zG�#���	�����j)���K7A}@
&A�K#b�Q&P�/
+��$���g�\���a��C@;����\S���}?e���J;�3��I�����fz��V��:Ph��[
�pŅ��N��ᆛA����=�r���4����8�����b�O����c����.��yf$4�%�C�&(�ABN�}�����7L�>�t:mn�>}V\�
���x��]�,)EG���/$�K8O鳹�qf�
�y�h`�m6�F>�Vh�tH�̊��b�?� ����i�RcQ�ˆ�'-�ϯ�5���ߛ'6x`�e�?9G�~0���S����`$O�-��Z��i��s�5��2@��\�w,A��c�"H[�o^���-Q2��&��aeƠ�e�
+h��5�`��p��wܳ��Q݄��d("\�VB�P(Ta䫩d��wc]�u%ނ�(��Q/��S����Bj�P L���Ϻ���-��yTSW�_Va_"�M@-Z�.T��#�Q{ԣ�{�Q�RlKk�*�Q�Ȣ""Dd	IX$��B���Zg�������=��~����w�}�}j��t�mV�K=?W3�׈^��?#$��^%-V�Mٯ4������WYF8 D�Z����/�M��ךC����Rd�v~������%%-��@�`�m���9�L��7��x��:zL��FX~
+B2t���rl(
V�n���9�{����-�74:��8ju�
�\�g�l��hM�JAnC'#v3�̍�N�:b�&D��ae�#�B�"K�-�
_;��y�=�6���<EU���U�a:c@˟&��q��jV���M�0�0���yi�=��M��
+��_(���j��}�x��i�?7�M��i@��mM4�	���b���Ed��}�@
�)��$0v	�s���'����h������+ߤ�֌[[.�������	rų{�:�Ԫ��$�MT�#}5:K�i�2m���/��B໊����J�|��( T1P�:Bi�`�ax]�;���v��s��&�zu̺\;S�`���*����?��lW�s��K���~��=GY',�+.�*��u[�b-`R��;�kM�����l/�ߞwSs+t�v6����7��y;(��x�-�SU��^�\�r(�g:aҡO��@�P$T�@���p�~p�I�σQN��
+u`��l�R:�l������U�1{i!���NE�ӭ�PL�Y�������4�:a?�9d�y�E���{�h��^�Y�,���/C6(�|/ƛ`��^��g4;�n��$����C��@OP�p�L0�e��"���d���Y�m �xO����Q�XA*�c�p}s���L�zO�N���~�d�v�
���w�9�?���!@����=�'�&<e;�l�Ux�p����k�u�@�˹�8��+?5)��g���P���Hn�D�q'dp�aֲ��B��b��X���-�������6���GΏDiǾM�<vX��}�PE
5���&�@/��}�ˆ�������{z�@�Y��2�q���v�-��ʈ'�u6nO1��[2
�R-����i���+o{����B� ;���S���Z8��[����������͹�b=�F���+Y��p��iM>���ZE�wZ-�",0%/vG���Jw�v�:����M��?ٰ1Q*m����/����`���;�Ƚ
+P��q-^&��/O
"�Z��U�T����'zJu��r�̆�k.O�o�j��;�=�m�!^��9���t�՛M�����n�q��!-l�C��R��<�y�1���|�w���z�±s9�%G�ޭP;n�
+�0�q���2���3����`�Y���X��Q�܀Ks�a����5��4�9�0��[�W=T%sw�sH+U���4\��}N�j!��g1S()Vz�+Ů�&���'2����@�ȼT#����v0�XbH�W����Sp��h�.��F�Ux�3J�J'��z3L_�#�	¶�D��=g?�ɀ�`E�yc��|0�OO��j�r�v��lO�q�/���j[���oU�N3��E�/�`�^�Gi�TE�n�b��{�1
�,%m�f~z���4��t���M���G�#ϏD(���jc��"P-y����q�oz�@���>g[=������In�c'����ɜl�L:�[l��;�C�@)�uu�%St�����w�HڼKK�m��i�]����������H>��a�,��w��J��j�����0���+Ur��3K��7I�>{Ϫ���	f_�����!���&~n�8��wz:��,`*��n\��W]��:�yնCG0ϡI޽`u:�ŵ����z��ף�`�?h��!�7M�l{�׽C��gz��R���$����h��8E��4J��h.��xv2�P�[���ƴ9qj%�{��R_ΓCfn55X��A^�p�݋`=�V�g���Y��7���۽_��x�F�MhV��Y�V<�P���K8),�n�U���q��|��Bؚ&��\����)fɞ�ܔ�b��#���J�A�Qpb9/5Ex�t�m��;ڐ:��H�Ɇ��J0�6��5����'�u�7���u�܊Ļ�_��92{
+�*61"g��� &��s����^��@)X8�H�Z�&�
+=�{�"���ki��*��䢣`�4�����b�Fv�#j��Y3�(T��������}�	%P4?�y~$B	5�P�M���
k"� ��t�(�N�DP��ecԚ�;��_O
������s���R�ư��i�����1�z��[��T,X�����:�W��Z��k9+0@,����uX-��e��u�񷇮�,˶d�0C��U��B9�04!�
+�䠁L(�4$tҡ�iI���h��4�H��Ck�B�ZH1!`L�}$`sےeI�ai%��]�S�زVZc�~��7�Vo���}�V���#���Z:8^��l�������O6�g�Z�g�������icț}k����
�;b�3?x�t��E��ԏ���΅A�Syof��LI�����5c�'�ݏOs�U}�:�WҾ�y=����;}��W�	t:��̑x=���r�~yxu�s��z"y\9�B*2����=�3'{*�V}�M���ÿ�~��e7/��f�k/��i�[o{jB���-[��wS�o�4���p#�Hq�i�؛+�o��d��
�cƧC7p���+U��]c��G�;����f�ވRFRj<¨�(+�(�!k!зb��)��!п����6�@�J�z=��L�/YT�Q����@�eIhn:�U�+6��c��
+����uo�s�9��зT����9B{��W>d=��CE�Ȫ�7sV9E�
+�3�*�9u]��SO�����2�C9��.����-�ȓ	��|H��@��z�z���̊�����xA&�H��>���4;�o~�7I��/�M:{x��+��,�g�/9]��j�ۥ�,���a�Ӗ�Y��CW������h��k���_?ҷ��`��Uw#2k������>�`Ɏ�o��Y0���_�X����Vn]���>z}Iɖ'g��qh��Q���@��D?mg ������
+���ۨ����B�@��38K�Cf�ぅ�C��+:�@Wi1�~	5�֑��l��N��uІCT�j{�yu�a�ݏJ}����
�6��.�ЦM������K��B��0($P(���"P�<[����$�+>&�H�珌�^}�������+G�=�}�����[k/����Ù˺os�����W
+�Ł2�-�sV�ݕ��UD�d��_�'~G9����e��w�7o��潺}͌��m����̈�,��c��T�ȉ�	�,z��_J���ό�m�	��x��c����X�f�}"��JG�g ����?,RF��,:��_4��σ�����K�}���ː	��|H��@��z���@��:�B�+��8}ą�{��~����3N�0kזg��;���^�<���Ӗ�YG��?r�nn�PVJ=�)K�@���3�"g
+̓�׬߲WYT9��ȣ��ׂ\r3 ����Bs��kg�3u�������1��O��@.�dZ\
FA_\P���d�Z�Պ���r3��aMQ
f�;hO���r���<P4s遢~�<k�=�����G*i�/�<��]����۩�v+�4,�G�x�/��	�VB�J7���|��͚|�(��_>��Qu$rV0�,�.�S�h�Wh�0�����T�ې���H	�+t4�������XDͣ�0����@����T]A��ݝ@;�SR�5qk��uDo݈=�^U��>3�l~矕Ә= \#rL����w����A'1e`
+vT��I��m�j��U�����=�ȳG-�!�g��o�3�Z��K P�Â3g���Y�9q�	~z}�[��DCB���Lg&X�����3�>L_;�ӕ,�ۿ��WV�~)Ofw"PTe��V��[h�E�n��b�!"������T:���D�|��@
3���|T�)-G���<P��)��d8�l��x���&�rGy��5�N�54q��'?F��ۑl�OD���Za�QUE�.@D�C�6�.��XD��\emT���'B����R�����H*omh�x���̃�*
+�U�Մ�l��4je�lz��(#�v_�	"�&�QC�A���8�|�3*���-!J^iάg�<P�,�̠�6u]�p���Ge���c�-K~���OR>�?#)���|��G��3�\�6�h��
+�&���0�e��@߿���|)�
+�� �BC'nH�Нf��*�<�M����RG������uDڡ�DQ�hU.R�/��x"W[{oߌ�sV��uۂ8������6�a�r��'��Z	�K�Lj���K�}�4�a܆�%R���j�Q�#·q�(T�J�@�>~�}��%��gH�Нf��*�<t�"�ih,]��r4NN<''�d���6��q
+0�2f�E���AD�@mXc����#O�X�HIW�YCvV�Dz

���G�-��S����xy2���|��o��WfS����d�:"��*k�,��'0Ra��9k��Mm�_)�
+���!Ph��jH����ܲ(��*��*�Ú�.��,Jq|/�D i<ч��u�`����Q�0d�k�E<��
++lh]D�b�Jc���	8)�.'����c�ɏ�H�'��s���$Ə��bp�./�"	^e5��X�@e45_��!�@����T�@��7$Ph�nn9	U����m�������$Yvd˖��d)mI`d��@`k�0�Q�n����1�A����m��R(�R:���ղ�R���G
[W�Z�t�@F����͒l˲�����~����;�d�g%�~����<�}~�c!�'��^l��U���3<"��hf���h�d
Yenj�F�p�b2gwܻ|�4��51<�J��1]�(6�H#Vp�Rh4�1��J^g����Do�������S��[#���Z�o~n�=W�giͽ��1�����zƋ�:�c�ރ�u��/8��M��\L���$�N%TC���gx3DBb��HY�DB�	6�6J4ͫΌ���\�l�o9��;[G{�w[kg��3w#����
+�<�K>��+0P��`��m��t]JI��X�l��{�n�;���g>��+0P��`��m�A0I�ԥ{��K�����@�w)0P��`���v��\Le:W��\�a11��#
+��K���(����O>��+0P��`���"��ɇ��|
+�w`���4P
+�`�������(���`�������(���`�������(���`������z�'��S�{�8>(��F��s?
�����_����A·��|e`4$W͓G�]�赇�+݈�U�ạ)�����|$�V4G7U���p�ĩ�}�����>�G������{����
+^�ta��G~�a���_�s��)^y�����'L!s���ء�󙇩�M�"+u�Ko{�Ʃh.=+��<eRv�ڄ�
+�O�@��|(��.eO
���s��u����<r��Gtf�������+���|ͭG��h�}���߽p��)ʠ̺�)t�5��*0P�|��;>��S���l�J~�@�{ʞ(��G�=�Y�j~89��ɯ~��/������#����㷵�M�v���\ʠ,2Q�6��i-�e( `����w~�Ĵxj�11Wh��� `�}�0�`���@�:���ҍ�A]��x-v����=���xp��ݳd��E�i_5�n��GƮ,���yΜ�<Lkњ��ۆ�
+�O�@�7�se�P3�L��n��(�`O��@�L�����6������oe�3{��]���}m�c�
+��w߸6}h��l���v�:0P�|b�Tū,V*̩!�)a�b1k��-�D�W;XH���J��K��𠐔���`��.x�wzT7�Du��jm��Պ��/���5�ۼBO��)_fJ3��9�3��7���d5�t����eLN��|�d��
va��H�R�F��ʐ(���W�|(��W|3ГG�]&�\�d����W�x�]��^��(˾R�^-��_=��w>��ߡ��B��.ۇ�
+�O��F2kl�0k0�i�'��Ha�����%��2iHi=[��-���KDDh��l����gԙ��Po}��|7<�;���&u)S���ꖽ��k�)S4
4��e���U���z3P�ޮ���Xn����c�rZ��s�	��RJ��_4����/�	=�����y���9SFSK��w�ȥ���LO,�t5[e+��a���_��@�:��U2?2������K����NM��2[��ؕE�Ju�ȧ+���&.^��� -^��^��.�����s�	url�-,�Ʋ� 8���@����ESl�p1PRGu5��Å�Ʉ{~$�&��w�+����[q5ж����d4oD%���/�*����FW�M�I��i+[�T-ɴ�2dh�#�E��+w0���WX(=�m��,fyڟ�|��c��d�Ui�Rc��մϺT����캁���G�d~��g�NO�����Ւm�n��n�d�����6��w���M��^tS�)��6`�����~�
i�
+��Y+��R��DZ�9�e���W�@VL���yr�Z��r����|��S����m��g�׵ZǷ9���M�^�_d�+�_�]W�t�~�3e_r�%�f���d��hs�`�&��l�-o3s'�Js=اS>��+�j��
__���|K*'����������d��6�~m7L7�$����i_�5��_���gO�"���7����V`�����~�u��@X���R��X�JUsz�Qc�<�D�`���R4\
�k"896k��,��Um͒¡��Qf�����|����rVj5�����w�߱��;���ot�ўC��k}�YΙ�^�Dt���t8���H�Η��ys��oCR�����TYe��@8^!K��e!�/�d1�3��׭�2��p&:�ɭXl�׎��e��'���lU^2�͇��|eW
�o?��oM!���<����/ڦi�}m7K�����o����Qՙ��Ӷi��&]����ɣ�.�m��IE�����\z��3�;�F�<l
+(�>ềvXG�d��da�`��(o���)#Wky��bR�
+��e�B�t��9��*������O,���9}Ô\�Ѽ](5�t�c�Ó��UX�Cf�F�+�iv5��~>]tL�jӸ�|9�X�I>Wz`�~��֚{��jZʖ�럺��̲p���y(]�ҕ��_�AQ]g���]`yU�HXY�(4�q4�bm*i	�1�X�c&�	
+�?��C�����8�X�0!@;AS+F��q�&06EyQ`a��=��7�%+,W���{��s�s����k�~?����ghw�E���Ѕ�B�f�w�J(�BQ4�&���3
\���4c�� G�,�Qyv�/�� #e��ݩ��;J����˙�(=��k����c'1&Ʋ��K�&�d���s�>�ݿ;�
i�٭�6A��r}����#̿��'^�JAH��By|���Z�E���}�Ȯ�
+�8�[:�8�j��k��V�`��p���ܾÜ�w�?�@U탞^�����������C�~��OA��z�U��ϸk��_C@�=��"��4uk�{�R�g�J�V��N��#��ނτ����}����3�:B-��ĩ��BZ�4f�ܟJ�PͰT-��ge��ZW�!6�lf��f(׾�W�� s��!��g?q����ߌ{�߶�iL�/�-/���p]3s�����>S�����9���g�˚9m{:�b�o�����ڢ�E8c���u8���D� $P
+E��$��*��y�ZB�?b?�?�(��~d�_NA�{�(�=��ǥ�������Ig������m���g���VߣU7���M�Zk��_ۡ
+�i��n�	V�������]a|GS�`p���5>6Ac��/E%x�:�����$P
+��h�E��J�ۙZ씤��O�/�����W)&F�,�p�&��W�_Q���ºT�*���DI��9��g��V��Z���bqV��b�X�y+�Hٶw|��ϊ�bb������I�*�ݸ39=�ΏL6��cz�Z�h]e���D� $P
+E��$�&C�W���Ŵ�'L��w�@�6a�g�}��ݯ��&���E?���
�wc���w1$P
+��H3,�� F�=�� �0�V���z�	E�J�qo�i0��o��.+��Y����Ԋo��ȗ�%Ub]���a���}o�{2{������+V���ܣ��c�x�д��lgj*��H��J�((���EA�3�2}��G�����J�Pi�.�0��賳�/E�s��53�^���$E~[[���Tr=jlU{bDa
ֽ�����k����\�%�q����L�d�e������.�̸rd�r���E�D?�ǹ�@q�vI���n���"�R(��PH����E-S��]6��
GWB�P(�4n(���TEBy%���Tʋ��{�A��a���e�ʫ��]�-�B�OȲ� "��O���|�C�8z`=�����(�B�gCOH�|W̺�Z]8��:�$���3
N^�JAH��B!�R�O�P(�4n�٭�6ٙ��@!��Y2�
+�������]����>?|�Տ��!�K��Fal���c��=xΟ�y�<�@/�L�(�Y0��M����/{��;���	���@)�B��ԟJ�PFi�.P���<�	��tbtB~�
+!�����y��L�'Dxte�!<����n�_Q�w�N��n)z`�'.���f���DocT^���5����Y��	���@)���@���\+(�Br�.PӈP(T�V�G&C��,|�$ķj��K��z>�s�/as1T}nK|��×_�b� ?]��O(|��Ga�?��c�S@�Ц|>_������� �s��n��(��S��H��J�((��,(�Br�M�-�A���ǟY�B~kg���:�Q~_W��Ő�'�����f́��`ꪣ��
9K�N���co�����'_���+�(zc�2��cp�����k�@)	�BQ($P*��Y$P
+�2�]�v�~ �ڢ�E����g����m�{�4���ϡO��a�ן�>w#�w&��C��$�ȅ��Z^��*�\���<�Q�f����d��,+�mL�L$P
+B�P
+	��jd	�B�9n(c�x�1 �T���/����g�}��s�C}�V���]�z����m�'C��_[��V�C�S.�53�^@qQ�,I;���|.P�>��B1{`/�	������LM�(��P��C�й��dS�?���@)���v6��TEr�Bz�ܵK�@��'�	���/���Q����ӡCHZ�O�(<�����N�k���s���|h��_<�+K�����"�R(��PH�ԟ��@)�(��jgj���3��Z�d.Я>x�u�B�yiƜ����$,
+��/���|W�:̃�\�I�H�:yA�����|�C�����5I�r}Lk�.��k�@)	�BQ($P�O�I�
+e���eL;����+���:.г[�m�s�.ݓ�$��R���b.$�B�rIrM�{�H��\��Dq��U(_��b.��|�7�a���p�Z$P
+B�P
+	�}�վ�.��fl��[���ҽ�m���������=��m��Cp���PB�P(�4n���E��˫�Z�dȮ�(|
+%r�^����~rlu�<�3\��#�/��2<��01B�$���4c�A�����8��]��Ga�c_�����ocg� �R(��PH���/
+A�����[�4�	��Psc�`~L��x����v���M]b+���
	�B�<Ҹ]�P��y�\�����ڃ��B�Bȯ�̈́��QyU/M���ĈšW�}t��T"J�v5����{lS��s~ď�8~&cP:P� tk���EA��V�&&�nlPU�c�htllh����tAU����
+e�t��(�lj�������b�6lb�G�W���r������36v�;"v�ll��G��/�⭃~�]w�I_�\r�n����z�댥x;��67��7��u��SU��y�7M[��r�0���Q�@�՟	���7#k�ݮW�nhH}���/L�,,,5E���<4���z~Ϙy�PhӚ��9�n}��7s:]>e��I��cV^�G8�VSA������"�~�<<>�h6j�-�ҳ/|���_�g�Y6��@��?}�����;����y���Q;��t��}�/���gQ�¬���Ï\{�~mS��a�Pyn�	����2D)e�b�3D
+�� 0_�s�q���]RRE�"��M��t�8��!�y�7?F�hWx����q@�W�*bHh�͑��h��?(ː�������:�o
+����
+�@� P����n��@�����ʰ���/�
V��2T��>��IB�z8P�tK�P �o4��q"k6C/(�V��*��kg_P���C�6p`%�@��څ�v�5sYc���$��sѢ�t/��-&P(����!�R&�^G�{���B� �
+�RŷI\�q��=Ћ��J�$
+c3\�$�#Q�LO~����;d�W��z2�(�9d����3���H?&a-�
����V�.�͍+�R5�>��Z�u9���>~	(���^�`��]���r�O@�T����+)*�I�����i��ZK|��l�r��]���vDE,S�>��7�����e�m���l\VGZp��?V��G��3F8��<8y�~m����ׁL��ù<���aea���@1o�y�=�Ű��$T1��|b�8��k��6{���2�4�GBz�b&YޕHy�Rj��r�}���@(wt#O6��3Y��Y8R�r��$xŘ��I,��"���Q�n����p*�3L���	���塦��s��$��,1�ڑ�3r
+=��)��o����o��
+���?���χ�9/�<�������}�G
M�kv���{�y|zۄ�
#^�)�Jv=�䚘l��z���؟����[{�*LP&�A���>�,��F�d`�Fl�%=�m1��@�@YX�(� P���A���^+q6��2%��Q�ZʰK�*���F��ˈeXW'�"l��)$�����.J,��ŲH����y`��JOy��kt�׭�d�ΉV��hq)�x�D���B|;��Q�u�r|�*�..��J�<�˜i��Ь����u1����J��k�pu�c5((�#����:��x?Kt�S����S�����w��-w*�z�����uv���$h���G��D�������덊�
+��G��BN�P/L���?���#����:�����}JT�;`|~Ϙy \��'��<�
+g�-&P(���Mv���Q���t��:�*!f��4G0!�f�@�I�2��������rf�p���IS�IP�-�,��=��uetdj~,X5a���Ԩj�Hg�:᭺�7:'D�6G���nhe����W�j�u�˘�����UT��]�͇G&P�~���,��IX"��(
+��
+
+mZS���4m��2����2G}�ߔ������/���:(ا�"}�����@� ^�鶕S�⧪�i+pKL�,&P�!J)�v8�!8�z��5�{�1�W:2Ts��?APe�Ĩf�K\Hm�rI��VJ\�֦�D���wGn)4������ݟ�S(wv�J�bMK�Т	�J��8d�g�j�tR�%#�H��~��Ot(�ܚ�Z�.��j�-��aeaay�y ����*1a�]6k6�@A��P�!�D���f�7w��ޜ��?�6a�_�}i}n�����緁<_��������h���~b��yo�������O}��j���0C�{�xq_m#x��-1��@�@YX�(%%����v��кdT��P�Y�Lmi�S�}�����p��KY�������DLNW
+�0�:�#�����k��G�tDd�ꗄj�����!��*�����w��<_�b��E�u��ĢUA$X.�7
(���(d�c{�$!��n[y���)�ڑ�3�@�g��_*���ϯ�It�E;�@����^�`��Oo8Ee����>;<����<����O�zw��N�q�j�!<>���߆}�΁�3/�=jf�d`
+̓���@�����v�@Y L�,,C��h�3aަ����ȍPĕN�y�3����@oD��������T�B��?�k���$�;�ĜðVۮ��H�ݧ���}a=��{Q��[�>�G�k&P��_��M�wǟ�ξ��Đ�B��&A�h��hEG��V��JC�!��*b�
�Utm%�BZ%&u]�*VZ4�[*H��(qH��M�����ݗq��;'��I?o�+'6���1��<�n�>{�kϋ��G\(��Q(���֍�I��������O���տ8n�q�8������m9�J�����4�:;uۏ�NS��bX�}gۗ��$O�'ݟ�a�g���_�g.�
+�(!��*	�����@~?gJk���'�l��W}��דY[�;?����U�E>�[�����j9�K���:=������?!N=��ػ����]�M��U{O�l_�������ә�O�z��l=a�ʄ"�>i�t.�T��=�\�Q(B�b?�{�EyZ]Jm~��O��l	+ԑ��y�{�B�%JҤ�KG��k>����omy��
����śz�u���?۾���4�<]G�����w���]k��4�fcbX�?x�O��|(� P�<
+�~�@BӴ��zw�3�	�s[~��P�b���(M���"��(I��x���-C��<H�-���H�x7]CC�ԅ�)z�|�ڝG�x(� P�<
+�~�@B�4OJ9
+�x�D��Ѯr��������Is���/��.���}Y�Ѯ�4���HC;iH������?l{�UUҬ*��"
+Eȣ P��~!4M�L�27�o���bX�!�V(��CG�$�b��,I��5链&���,X�(���G���I�G�M�1���>�q|Q(B�@1��EU�gu��ڝG���&�	EH���H4��r4�铄I���?���v8���-��a���/�{���(� P�<
+�`��@����\��w��ڭ�J���<oT+G��FQ:�+Tz�ƹ��A��P�Ā�u[�+朾6�#C���@�(��:�"���3�F�������� ������c"+q���ENj�eBG��u�HKM�8����Aa��b��V�U{O�zW�;~e��K7���YUE��GA���!TUu()��G�۴�����qfߺ�G���܁�^z���_~jO�rd���N�'ܜ��ik�錣�rS�g���bX^h^l	ٲM_��?���?����~t_�?��D���]jE��Gy-�q�GW���dc?�7�~!�iu(Ɏ�7V����o/��ʼnl���V��"�|��-+�N/�<��������5^N��k�0y�P���{���S�����%]绛���ߵ$��b��~�F�;V�=Y,Ѩ��+�Q(B�b?�C��iZ]�J��`楛���B%}Ҽ��ӯ�I��B�!)QN�2���������O�p����ͺ�G��y��ƕ�N-[z������M-#C>n�Q(I��G�uJ�!���H��Po��[�_�ij���p�E�`���EM��"P��i|����8�%�M��}I�mh@gZ��W�W�Ey��� P�(�A��3����Ucf�?J"�����?�����(B�� P���"�@A�
��D����H��`�5�D�w400jM��c?��>!�A�5P�K�
+͍^��>�>����~�f�_7b������*��gɼ<d���~l�FY����[�@B�b})��=��_]�K~��F-Eӭ�WKL7g���b��L�I֝1ge���g�"�&5!�A�5P�$�_
+Y��V�>�|Im�X(��Xi#�=��ʚ�F?�`ܟ���-,Uh&;�=7�����4[�o�L����(��ܧ��ƌa��S���3Ԅ�׊]K����3_4��Oo6CV��E�����@��I
E�}(B
��2�	�L��b�!��J^/m������~����#r�1P����ח��[p@oʌ�����tXn�(K\7�%5���Ho���ߞ�7�\c��I�����-P��
+�^1��l���"�<
E�}(B
Z�Z��
+�q+ ��"���j��<cd�H��s[mb�Vj�ٙA���D�?ު�Ϲ_�-�!�sf��
��+���~��!��;1^!�}c��F�n���V��}I��J~�f{�_�?s!4�A��E�A������)�X��D�am�d���O ���O(͑a6K\�:�>#&���æ��	���q��X�1�r������3%&��M�T0�DZ���U�3�@B���� P��zt��q- �ZP3z����	����~��"z�f�b2���eR0��f����Ը�#�y����D�1�+�NjL������bE�Җ-M��@B��"�>�mJ
+������}�I2����x���Ͳ|]�s��$�^+֗��Y�����>Ӱ�`�O6�_��a�3b���b�A�gʨ~������4]cDG�"leY��!-g��EMj(B�@j� ���x�%&���B���/G�@\M���7j&�	Ti?��5��b�R���*ܜ�bj�͖E`wF��\�XEMn(B�@��N���Ɔ������LV$�q]�gua�����~?������a��~��5y�a�@h�k0�
+X.���wt�]��"*"���CqG�xU�)��*�n�R�RE��-
+QP�
+�\��������&$����|f����o�0ґ��>��W��@�>���U��D�b0ʃ�
+0�P�X�g}U|6Q���@�C�#(����Y_�M(��<(P��P���n"�/�՟"k�@�>�W����l�@1�A�P��Ht��U�B�
+��C�b0�
+@
+�"(����`(�u(P��P���(�QhP��ԡ@(B��?P�F�A�P���]+Ёntʎ�qc}�?��W�gS�
+�(����-P�P
+����
+0¡@���
+T���o�o�ý?�#
��73��7�����G��	��@
+��`P����
+@���
+��@(P���A@���(@��&^�/29�=����0�P� �<�H(U�����?Q���(ȇ/O��(P���A@��\��� ���(ȅ/O��(P�P	��s-�!9���,�c���_�u�̶�^{aK�؉af&}�����W�m�c�(P�_���$P��Fr��:U�y��6/��ˈ������T�1&��ZzG��'��}�f}jX���=ʖ��jR?��ヨ��_d�x�*��T�6�dA��\��� 1�
+�ny:��P=�6�h���t���o�-׻<׼8;߸E�I��מ����
+恗��<"��U��k0���O��mXC���>�4wM���:s�j^+k��Z��)�A`�[#�9E
G���Uq��@��\(P���S����u�nj���.���K\w��O��s�����f0�_x>%��&�kv���
�	������zZU٬
�9���LT����L�G����@(���{(y��U��yY��kzC�3
+�hg��K�ha	d(iaY�s�[�fc�������e'58_mZ�I�|o�+��ݦ�
�!�D���3X韧-:�y�#�W�m	�Ŕ�µ
�o��E:���g�F�اl��5fʿ{:[x�+CO�^
��ɇ���o,�W��m�u�|}�7�i?�o��rn���9�ˎ�ǘr�d�?M���o�Ջ
?���5n���.eK�[�iTY���
��F��|�??D�䭎n��Y;Wi%�>q5��ư��ԳsU�V�NT{����!�0~ǹ�K�v3�w�����"]x�	��~,Z�>��~j$7߳�aN���q��s�n���5<�H������K��n�l��\��=�vE��^��ob�HW�1��xBHm��1�:OLT-�
+r�@�$��@�G$�.�����'7��{2x��M^I,���Ғ��(�K��%��L�~��U����Sv�M���At-�Ǖ	v��t��!,��s^��б�:p�ޜx3�7;!(x���:�_�=�/3~�7i��2��8�y��7v=ċޔk���7n-�]C��O�'���B__���iQ���V���)���Gܛ���^��'U�}]�7'��-�ʶ%'��W@��9mX��s,�1��<��;������v�
+�����y���e6�&��ؔOz���ܓ��#���^��٬�]9��Ι���'��z;q�b�Y��Gn��%[��m2�ٙJr����D���e��h��*����D���'����c��aJo0�H��4����pv��̾^�>5��h��J����Y�C������|�5�%�!��,M?w�q]{�xw��&�G8�o���?M:q�\_K�S���i�N��`"�;Ȫ�_WYs\/����V�T6F�WT�����3w>���J��Y��pZ��҈��n{���M��c ��A�:O�j����.(ȅ����>3 �k�U�V��������:> �F礞"����b����Vڃ;8�qG��RWsI}J��1)|MT������u4>Wp;c�L��-������濸��w1n�.޶U+�O$)������N^:)����a��y���}Wp`sv���X�a;��E�9��C��)nIY������T\���2P�
+��>��;L�3G�??�
+(�6����n�����s�^fX����&�]��ǵDù����4�ҵ���xn��d#K����M	U�S�٩�N�Ζv�C�ˆJ�����'���[�W���y]���hV��P��J#�ΗD��S���;Չ~��B��6F]͢��;�WAլ�ƈ�[P(P���>�Yk��+,��8�="r�
+Z�Ua������i���Uth�.u���o��̗�[6j��@��� 
+G�h�`��9j������1e쓾�1��Y"�=l�P���0�y���(P�
+� 1$��8"1�{��-޻�}����".P�듾J�z-J�2���q�x.9{Ɗ�����O�j~�>_��c�d��Y
+n�z�KI&Y+p���e����7!����B�9��ZX@T��â����֥JU��]�Q��+Kq�@Y��U����⁀܄��� r� ��Ӭ�Zg��e�7�����y���0�c��H�I�M�����0����i�~ƅ�W��~o�9_���߼�͛Y��/&{����J�po)��"�%�Z'؟|r�2P0>ߧ�<W�1ckKq��׍L?Z����(�ˡ	�Y�t�#k����]�Ke�k��Ĥ�7j2�[w)�#g�U�s�[�>�	�nj�\"=�Ka��f���?	�vR-զnQO\�ș����_��k��XK������J�ns|? �K(�ݤ�#%�^���Ԫ�
+�T��o�c�FH�<�:�ס���Q��l�s��*O�^D����m�L�m��1p�[ ������i��Nф,WR�Y�*�@[�	��D��� ��7��^#?`���H7���?(�Wz?�b[-�ʴ_�5d�(6y�������zC�s����!m:7�re�h�:���=f�7��6P��
+3�G1P�K6K�IMb�d/X�ǐ�[�%V��'mxv�1%��B��lS�l��c{H02���i�|O�N�����U-�V�	}4�y�u�7�d^Wg`-z�_��J��~�{�}�=��Sg~iO�z�:��6��N��CP^�L	9�m��x��D�� Ke�(C�W�����Pq4m�d
Z��2[�X�����zt���t>���� 󔮡g�:Y5�7ܥb�Y;�z���n�wFey���1�v5�ژX�ߗ̕��1$�� ���^��J:�֖FP��u��JqICа�����Wp��j��Eb�I�,5�nP�[�������S����q#B*�SSҿ�3Hڊfag�������J�XW;ܴ��л��<��z��Pa{���-�1+f�@?��f����@a�(��@
]�����	Jm�e�ޒr&��m|2�o��5U[9��B1��q���@�}"zP���ԘZ�eZ���&��x.�ЛUq�H-WÖ_=�~'�T��co���G��/K+�
�Zb�v����<���^t�ё������[ӥ��5�_k(ӫ%o������D1b��ٛ�@�8yO�^)6Pj��7�4[�\a�s���5�3P������!fc�Ƹy�߅w9UDzQ�~�>��ljṤ���_T��	�'<�ѭ����;�EL�l��4"pd�FJ��I=��FS���?9^:\*©�b����@��&ض��Mv�G���������"܉��9T�h�kh��a7��%��`�\�m,԰�_F�-d�;Rø���0�6�D}�@���WA�
+�Œ�$l��ڕˣ��>T��q>ό[�L�G��e����Z6_Þ��*� o���d�
f��
+��@a```&�(j⺵�_,�h0�����P��|������q��k��p�����L�ߩ���1P['By)`K�;1�/�Gh��1�|���a��p-aa�Sͥ������gjO?�l-����$�7��{��-�\�m�ٳěy�§6
+k2Lܙ��r��
�U���g�[ND-��h!�ӆgw>`�B�
T
+d�ә����${*��
�m�iUT���Pۘ�>�-��8�I�!��k5��?�c������3�W���y[����>mv\Ψ7z�����cU�C
+��H�Y�KpsC6��
+��tHlRJA0�($�6/񎊽�����6z�)xm�NRj�P��
ǩ���9�Q�c5&k�@I�heJ��M�y?���:i`��y�@�dT-1?'do�h���ï��a�E��]�<V�ȸ�֬-R�K��2�]���.)�İ�r6(o�@W�C��� e�!����5�e�%��wV�mwTW/�������T���i��Ŷv��	���"*��^��d�
f��
+��@a```&�(j鶡 P<�`���(�ݽ����ʔX�"
+�×3P~>mUs.mW4��A�s�$gS�k��H�;D�����JO��@.����Դ���q�-���6� ���	}4���ӹ�����{��S����mݴ��J>	*�y 7f�ܙ�;Y-Xi�ޢ?f���ٜ�K첦�}��S�����|(�A��'�.<Lx��W<f�B�Y=���(F�2�PW����R�u��*�����8��ܿ
+���<^��&�9��u�كK��?~��>�H�Q��[P�<�U]�����/����C��S˼:�W���4�����~3y+�_�y�R�8���d���9��6��~z�/�i��	[����F;S׷�/����%�W�h�湻����gK���d����Cw�-kE���X{
�-��o)ƕP���֨��ؚAg�3�Ԉ<�F�ҭZ??��\��W�A-�m��1����L�@a�(̿ٯ�ئ����vu��ҭF6D7��1$�ca2X�%e�̢�����������٣�1h�3Vqe¨p���0���t��c��@�d`��n{������s��{z����rn�������Bi�<9��;X��P28�@���⟸�^&_s��|��y6n<���aN|,���"I�H��,J�g⠨r�85����%��
�#�W9%���/;��jG�uG�7��>`�'v������M�o'hsUZA݋
�)����:�i�R���?X�b��w"��s��>w����~(P��@@aH��-X{�,0,��i샤�.Ξ4�k���Q��;%&D�$X9A��7o��;<��Z�u�7�q�ܧ�kV�9�x\\k��8$���Q�t|M~ש��ٜ�V�*�E�ip�$�������&B���;^��y�Z~;�@���5��w�.�-�z���K��{Yٗ�
+�@�W�B��k�,���\�7��'���mH(\�m����F�Z���G�b��@����!�~�ʪ���H�i�P�T�}um�Y�^�J�x�/��C�O����j���1G^^SM��i[l�蹸u#�ܱ֭7��7�52�=�����N�ky�y�:��6��2˟
�c����Kmi�4v-_�ڟ`�	��`Y�@�ޟٯP�	�@K�����������i�??\t�����_��O,d(TQ���0�@���n�Y�	������r�\�-3�l���I�R�r�.vUvK�6�Ͽnvx���U�_G�OlL�ض2��1[ˀ��p\��չ��U�F���
+U(�()�mϛ����q���!_�T3M����^��n<��]W���b��r�tm\�w�*<}l���dƃޛ6K�d��;�e_��t���y�
���'
+�(P�PR��u{_>���9�[$�����*O���@�Ё�*O���@�Ё�*O���@�Ё�*O���@�Ё�*O���\���s��6����;
+�8<�Bs���
+��(��:P���h@���
+��(��:P���h@���
+��(��:P���hpO��H3��`NL�q����jq��-��`�`�-�rd
+endstream
endobj
32 0 obj
<</Intent/RelativeColorimetric/Subtype/Image/Length 2792/Filter/FlateDecode/Name/X/BitsPerComponent 8/ColorSpace/DeviceGray/Width 928/DecodeParms<</Columns 928/Predictor 15/BitsPerComponent 4/Colors 1>>/Height 614/Type/XObject>>stream
+H��Ӊ	�0�@o�E�4!fl��;��1-3�MC,�dߗ��BS�<ES,�ec�-4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ao��@���`���=�Ss(�P̡�C1�b��9s(�P̡�C1�b��9s(�P̡�C1�b��9s(�P̡�C1�b��9s(�P̡�C1�b��9s(�P̡�C1�b��9s(�P̡�C1�b��9s(�P̡�C1�b��9s(�P̡�C1�b��9s(�P̡�C1�b��9s(�P̡�C1�b��9s(�P̡�C1�b��9s(�P̡�C1�b��9s(�P̡�C1�b��9s(�P̡�C1�b��9s(�P̡�C1�b��9s(�P̡�C1�b��9s(�P̡�C1�b��9s(�P̡�C1�b��9s(�P̡�C1�b��9s(�P̡�C1�b��9s(�P̡�C1�b��9s(�P̡�C1�b��9s(�P̡�C1�b��9s(�P̡�C1�b��9s(�P̡�C1�b��9s(�P̡����B
+endstream
endobj
63 0 obj
[/Indexed/DeviceRGB 255 64 0 R]
endobj
64 0 obj
<</Length 428/Filter[/ASCII85Decode/FlateDecode]>>stream
+8;X]O>EqN@%''O_@%e@?J;%+8(9e>X=MR6S?i^YgA3=].HDXF.R$lIL@"pJ+EP(%0
+b]6ajmNZn*!='OQZeQ^Y*,=]?C.B+\Ulg9dhD*"iC[;*=3`oP1[!S^)?1)IZ4dup`
+E1r!/,*0[*9.aFIR2&b-C#s<Xl5FH@[<=!#6V)uDBXnIr.F>oRZ7Dl%MLY\.?d>Mn
+6%Q2oYfNRF$$+ON<+]RUJmC0I<jlL.oXisZ;SYU[/7#<&37rclQKqeJe#,UF7Rgb1
+VNWFKf>nDZ4OTs0S!saG>GGKUlQ*Q?45:CI&4J'_2j<etJICj7e7nPMb=O6S7UOH<
+PO7r\I.Hu&e0d&E<.')fERr/l+*W,)q^D*ai5<uuLX.7g/>$XKrcYp0n+Xl_nU*O(
+l[$6Nn+Z_Nq0]s7hs]`XX1nZ8&94a\~>
+endstream
endobj
6 0 obj
<</Private 7 0 R/LastModified(D:20110923141128+02'00')>>
endobj
7 0 obj
<</RoundtripVersion 13/ContainerVersion 11/CreatorVersion 13/AIMetaData 8 0 R/AIPDFPrivateData10 18 0 R/AIPDFPrivateData11 19 0 R/AIPDFPrivateData1 9 0 R/AIPDFPrivateData2 10 0 R/AIPDFPrivateData3 11 0 R/AIPDFPrivateData4 12 0 R/AIPDFPrivateData5 13 0 R/AIPDFPrivateData6 14 0 R/AIPDFPrivateData7 15 0 R/AIPDFPrivateData8 16 0 R/AIPDFPrivateData9 17 0 R/NumBlock 11>>
endobj
8 0 obj
<</Length 1066>>stream
+%!PS-Adobe-3.0 
+%%Creator: Adobe Illustrator(R) 13.0
+%%AI8_CreatorVersion: 13.0.0
+%%For: (Lukas) ()
+%%Title: (proving_perspective.ai)
+%%CreationDate: 9/23/2011 2:11 PM
+%%BoundingBox: 31 231 571 656
+%%HiResBoundingBox: 31.333 231.667 570.667 655.667
+%%DocumentProcessColors: Cyan Magenta Yellow Black
+%%DocumentFiles:C:\Work\Design\rodin_handbook\proving_perspective.png
+%AI5_FileFormat 9.0
+%AI12_BuildNumber: 406
+%AI3_ColorUsage: Color
+%AI7_ImageSettings: 0
+%%CMYKProcessColor: 1 1 1 1 ([Registration])
+%AI3_Cropmarks: 67.333 267.667 534.667 619.667
+%AI3_TemplateBox: 306.5 395.5 306.5 395.5
+%AI3_TileBox: 25.4399 -12.9004 586.5596 804.8999
+%AI3_DocumentPreview: None
+%AI5_ArtSize: 612 792
+%AI5_RulerUnits: 2
+%AI9_ColorModel: 2
+%AI5_ArtFlags: 0 0 0 1 0 0 1 0 0
+%AI5_TargetResolution: 800
+%AI5_NumLayers: 1
+%AI9_OpenToView: -229.3335 766.3335 1.5 1841 1085 18 1 0 44 75 0 0 1 1 1 0 1
+%AI5_OpenViewLayers: 7
+%%PageOrigin:0 0
+%AI7_GridSettings: 72 8 72 8 1 0 0.8 0.8 0.8 0.9 0.9 0.9
+%AI9_Flatten: 1
+%AI12_CMSettings: 00.MS
+%%EndComments
+
+endstream
endobj
18 0 obj
<</Length 15151/Filter[/FlateDecode]>>stream
+H��WiW�����z�e
+�� c&� 8��f�@$����*�Q|�w�d����3��s4�������)���e����7�P��o���Ry���a�,���
+\X�����Bٺ�ga�W�l��K��k�4dO�9�zt�$��(�@�c�~���+�a)Ql���2��]d.��/�GpA�����'�g7�T�����]\�L�2��tB�[\��� Н�
+p���~'L�E��F�w��c㒨��"�� Y���!²ekR @(�7"�<����[�Z��i������LM���S���yS4�Ł������6�EӴ���ɾ�YFT��Zݦ��!)�Y���Kj8��~IǾ��NA;�c�ڲኻ�4���RM���{{4�-]2�r%�p\OǕФ� .�0Mѹ�k�:䐭 �t�p�l�p�a�VG
+/�v�����!N �B^�
��S�LUp��F;�t��\)��h�dy���}s �ߖ���ۋ�m�~h�aIPcW��"��=� ے囊{r��#��+i�!FM%�
A�r�D]x���p<׶�(wԂ�08]��{.R����y���I;���̶\m���y���r���Z.�;�"����V�k-�����4oUx���v<�S�ߚ����oÞ�L5�
+p�j���KY��[�$:n�ȫ-v���8�� ��������{4!�!:sw���+���{~�|{���/ڎ
+ׯ�v64M	wO������*X�v�3Ώ�C��N�Ph��Y^>�@X��|�R���;�py��{`-�_V$%p��l����+��͖;D-�b��F�5�,�1^�����[�o��Ϸc}ќ���cז�/���Έՙb�gI�+��Ɔڿ���(�O�d��yhY!.���~�X[��l�gC��3C�ۭ�y�&]�ԺJ<c�q#Y����U����1�Nͣ�p�M%9M��c��Mƫ�]�9(�����v|���A�(�⅂���lᘮM�]��.�^󐆮�������>]/�!�5�2�������	)^8�RO��xeKO�,cX}����$�����쇞C^-���֎�3���y~aF~�;�:��J���+]uq�'���(*�	��߮|^}S�N�U��y܌z"6yO�2�����84�v��tb���'�U�Gl��q�sq3t�AT|Hs����\�Iq��[�Μ�&0�2���\�N���i��Ⳛ,�s��am�?��B^�����Mz
+����9{��0�Hӵ��Ґ��W�1夁5�<e�44�ʻ�)��]�W��I���P9*	��iA�j\^�I&�T.X��6��'4׭����Y�E��>��&�Y�~�<W�R�5��4O`HM2Giy&�䍉�j��4��.�{�_ ^�>/���� }�V�)HuK��)Կ����E�����Z�؅�P���v�ȷ��oC�F��|\N�l.=��������҅וD�q�P��+��[ 7�V�|"?df�`����l�b�%����9��dF3�c���3*��`���8<�<��[�R��x7�u2_Y��s�HڣūöH
+�i����,!ː��F`�l�'Ў3�+U�V��JYsH��Lc��ɶ����K��*L.2ijX�O	�N��^�
+����P��,�6��bF=����V6פ_d��9B�Fh�}��-�{�T�Ns3���-�8N�����'�"K9��G5WϽ�e/p��A��S �je�i\0Wv pj�R .$E��1��;��au�1^'�~�=�@���;���n�h؜������6N�OY�c�%��a���&�.�Z8���`t枯��x�|W
T���4*���=���8�N�ד~��)3|��y��Bj�dFkJߏ��Ю�<@�:Vh�,��Y�($��L�֖矉C�(����s�ge#���vfw#��Q�,Q���\<MH�6��7zD%����ظB2	^e���+�V��G� 8�M�[�,m}]���7n���x�v�vv$7��7c���X�A�_�a�69M�QPpG2�/.�sB�]N_�h�3ď�	��
+8���Q�JK˔�{)O]�n	irǜ&������#:\�FOMX�D���j�Ȧ���]�l
+��;��E�N?�a�x��6��K�cCSL='P�[|{��RG��~��"���PH�7m�K������ܹ|
+�@�@CL��4����w��ڊ&���rzk�s!29�48TC_�@Z+5C0�.������NX١���
ؘj��nBh�PL����5cc�����y:Y2�4�ޒ��ɦ��6N��&e��@0�+��	ps��#�/�8��6#i����]�G��[@3ψ�+,��'=.ի�Uc�Sz���rE����=s�h^�+�Ɗ+蚑�5�\�׻�7z�w��iI����>'g���y�bc��77�f���(쓒I�Ol�mD����s���5ݦG�J�uD�K�x�Y7���5���c�%-�{��l�񰻎?��R�{@�v��h��fwlK^�Ap�w���;�	�p���ǐ���4)�KӞ�g��$C
�Wx�(\g��ͤ1LJ�~�2�C�F{�*j`*{M�[����̑NЄ���u�J�+"Q�JxK�
ɋ�pߗB����Q��=F�n��m���}.no%�=݈m?\w���X�TŁtd�9�������7��5���XM
+�J�:-��Z|��3yf��FE��m"
���cW���Gӄ��Q>�E������K��j��QTg�(�r������1���a��-�\���y[2���;��hM�.���8�Z�����/A�z�̄�Z�=z�ߐM��moF�)Dh��k� =LJGx��~wV�Ќd& ���ܷ���2鄆�m�nV��Ԧ�z��FC�^#6P�H%#�k5�����Ȩt7�Qؠ��Xnw�SieQ�AHs�8gh>ߣdNqD��G��v���n�ј&\O�����k�<�j)�u�Zmb�)��(�s䱉��2!��6~�@��ĩY��5D���T����m���"�_��!J�L�Jyz�{I�$��l�1Ь��M�{hIx3���ʯQ�`�9���ߐ��M����"m1b���Pb�݄�L�����.��a�h)|���v�	������7��u�z�(&Y�Ya��������|
ؤ�c�1���B,�d|�zZ��t�H�Mh����lH'a|O�d��W!bkR�4֬��ꁇ�&$�<���{u���/�7cKv�epCoĽ��7a��t-c��?�qϛ�T���C�:�it���26���Zt76I���	o�7�<�\���b_�7�O�3@5�io2Z��[1�1W�"l2d��Zs?���}fI�U���J�q�����H2ה:��������.ϧ�v�M���'�m=��ڍ�E��%҇t�N��Cʦf��|��L�{\%��t�$>D�)��/����)����6n���ՐK���3�����zk�V�����,U���}S�`�e߄qh7�e������W/l�a¬�qߩ(�d�K�ݕ�R�`흕*�G�����������
+��ϸ�w=��Q�S:��x@�;�8���Jd�[@zia����8@x]������>��3�i���/�����,<�	Æ>rѣk~n�
�@�Of��<����{�Jś{��[�Jb>����|��;�܂TX��
+s��-"|���774s�y��-�t���������-�9>�vʭ����_d����j���.�뼡R�ـ/�Z
.�%���,0LBM�U�V��P<kY2�t+���+�K�(J%�����0��AdM^��)��}�H�����V��o�K���8�9��w(|��3`p)����Y�r�IT��+I�
e�E�.�O���%_�_��`s��#S�@=��I1o��7dրVXAb)����nar��W�\�B��ۿ�I�l�=Mz�*L*s��مOl,8�y.qў�SH��?Ū�+���Q�5XO����If��c���8��ѧ
�p�Rݽƙ-��s��t�6��[�g��躠�ו�эՖ��|�L%��y-#1�[ۯy�.m��ge�+����nvV���ݑQ`����\pȗ˩���f�/
+a�%&ؖ��j��@
+�i��p���_�C+�4ܐ�Q5��_.Zs�u�VR�wi�D&t�h��°�vЏh*(2�z��Mv#�[]@)����Y�C�S���
�CRt�,�=��D�Qm��C�Lw�d"\?j��������'K�m9�
+L�p?w�n9����n	��b�)l��u�i:B=%|������ @�{�ݴ+ᖥ�6��Ҝm��ev�]��W��J�__
+-��������F6��"��v~���Gq �r1]>W�P�y��&oӅ54�T�@�;e"o���E��G�:��a�`6�n��&����|��R�c�'�̑NX#�YBL�����iL?2�<�sYt��iL��І6l{z�Յ� �Knk��M�)�zy���FR_T�Yo��K�x0���]�`�q[x�'U;�Z��JZu^�=��*4��>8�����I��H������0�l�i&M��}��+��w�L�+0��,x� Nj5}H�f��q~���a�E�Gz��%�,���<�?gFA��5���,�؄"!�I���﷟jְ�ύK��ַު���
+%�y�HX�Ʒc�4RV�oo7��ث����BG<��pO&�2�}s���7���m��l�5~�(�B|��=Ssvr>�+>����b�
�-R+w�ҵ*�/�1EZ|��;�
+�h��⧑�Ŏ�W������#E.H��Q"�U5�Kh�1ӹ�`��\�M<��aHH >qp�e��E�Ϝ��μ��'��S3p�'\�?�8���L�t#xM@����$O�T�{���9}����Z�t�s�rz�[|C���`l���c��tX8N�<�[K�,[���'9u�~X���"��Ղ�t6g�Y�/#7�APS8M�	�I��[J7{Z�L��^t��4s1txST�\����N�uR\0Hٞ�gk8&r2�L�t!�z�M`�f�v4�g‘=�
�)�y�;0SI�/��f&�7�L�P@C��Ѷ���6ߺM���ˎN�.��q�V��0���t������L�$^��A�n¡�`��(�HE��k���4+�2�(��U�cp�$E��̪{�x��0�D�o�fV��/w��i/��0�����~|���uYyZ��L� GZYJ��Z  �U�,&¡���3d�rp������`���mX^������s�,���QAx���ඬ`ڒ���U�����D���5�O��=e�vU��7!����)w��AY��dڤ��n��<¹�1�G#���!�K�7��̰�v����=m׃�������lljr�G�B�z⻩���c�(��s_��Y7�y9���T����
+�9���3
+�ٰv��d�
Oa���܏�������T,Ԏ���SAN��f?���G9���v��Z0�A-���,p\i�����m��gv�6��j��R/|k(j��p�s��y��1�Z��։��&# �L�GY������FXҌ�M��,�DE�0�("Đ��f$r7B�S�TM���Dc]�
lj�Ee�T���%�L_�/X�c �`#��%�L)H���=��y�pm�"p�Urch}Y�Wh�o4E�>g�SL����݃�~�Ĥ.����K�'s�Iv��,S��iL���A�Yf�o'�K��%M���	/V��?�pO��6��&z�ʒ��M���;S���on�P̄&�ny\fP��ڇK�	�Yg$�>��x@q�����gq�`/
ą���ap�ن�eO��{��/cÞ�/������A�!�s��b_�~��������|zһ��Nj'�2>0/Z�K�	��N�6�u�PO<�+�婥�Jtf��J��Q�*B��"��1�����-K�!��Cvhb��Ą÷��4%�d�/[�-3��V�����'�mA�}d)ą%MQ�����6UeJ&ꠄtԕ!��"N��
+ƽKYy ����"��Ԑ1�b�Zh�
+"�#�Faː�TK���ɪ�Q�k�q{�v�9�ad�����
0�ր�eDc����/bI���i���t|��	�Vx���q�w� N���t����&Aj^�<���q�$B&&���`�ɴiu)�j*i�z��m��B|lj<�u��b
+��;#������l�kTSGV�Դ��ԩS�zp���X���9vZC�L2d��ޔ�8eM��3�*c��*�2v�-�A&����.f@	��$kCA�uT$�\��Y�K�	O�y�z*n�d��W�P�x�Bf�QfdB/#FApF�$t�i�3-iH�U(y�.�L������K���X�Hb�xfɐu��G+�Z㮊d��fo����VfG�������2����x[)|�n)�E����nUmW1I~�"H!�bĝ,[^��]O����ݲ՚G{8���o�K3��S��VʂV"����~�#sI�.��3��‡�X�f���`̉n��=T�J�tR�}/k	OA�"�)�?G�_����<Y_�$���#��G�\�U7�I�
+-�얘�n�{��]�%����"�-��wr��V��q�E��Z�o�G����p��]h�ۤǤ�)j�t
��� W�9��\$�V�;1V|7�r;q3�F#__�4�q���Q���w��:��+���@A���`w�~l'~����-��I�[
��z@cvߝL]#}K�<��*���6��3�ۋض)ǹU���ܮb!r3��0�}��)�����dn���������an�a����ψ��M��9|-��e�ٺ�41�tFG*V"6��#��:e�7) �&_9�S�Ym�d~���L��'��͒(f����Dr�8�����F�h�v<�8�+���s��A}����(~�"E��=U4
+H��Nj�X��H
}�x��G��<�}����/4�����\���	�0[���½�?�+�	3f��:a�8�~=�3�L�!5~ȇ_+Z�g{�S���%PcDž.ү�O/��q��o����\O\��`���6�JB3=�l�eC��Pb��I6�I�d�?	���|M	���[Q�°4��/�ߜ�%�W0aW۟�:�X���]
+��	��V]�'�(�
+��ʎ��I��鍟�4�As���+NX)6����A#��)lCR\�Ŀ�6�_�|>(�cq���T!6}LV�!,u�j���V�ѿ5����Q��"�����O�T*��`�	4���ڳ`E<5��S���Tig��Uǹ˖r�g5�t�Eo�@L��g��R�7��H�\u��R�2�#*�3�9���\�������C��|��Ax��y5r0T��)�������Q�jZ���z�#P��X��a���C����<���ɹ^u��vޛ�v��8���+�Q��l����_���`��lK�Jb�Ύ�Q�-M&%��Q�{�o�I�+�ox���0+Ol���c��d� �1��mFҊ��񶤣Sl=� �g��D�W�hg�8v4�q}4\�Qgl�Q�����$E����w�y#6;Xj��	��U7�⨨DFA�;�R8w%�V^5GC�K}c����=_"*���	�[��S�aw���J��*���
�o3�:D��������g��d��N^�DE����f��Q"P�qv"}����{M��*� ��E�]��@����]K�7���y�9
�����s��f
+u�.�wX_��g2����:;�%_ 5�R!�����K
H�F�t��
+���|u�#�L�
��>)D��q@����D�j�dʋe**S�\-hH��c�)W��+��!*�(`�(.�{He
TQ|Y.a\u���&�T�l�2(LV��ـB�Z̢z��}zzHWmn�FZ]������H���98ڟ��Y���87�)��6n�����zǽ g�V%9&��y_gN^]/��*�����&����,O^]�~>��FѢ�W���L�<^�˩�$�~2�	÷}��K���QI�h�e��ǽ g��+W���긐L_Eü0wOc.����:����7>�VW͢���̔�9����H\��̻�h���e�N��vЕ���Z|i,W��*��8�^�˛$�>��b�w�:�y2��{m)���C)��,���E}!"E���g?�Q^IEs�\=*#ki�(g��Aj��sr�)4�V0�nz�����B'�Јw���l����%�Ϥ[A%��9Hߧe�a|Yݡ;G!��xh��v�� �R4�~��@�����U��PP�{E
+`T0�Ԩ�A#<52���l8c��u�BD*���I�-5�u�o��M;U*�
�԰Aa8\}�tT�@q�`��i�HE��
+FF0LU*�F��H"K2�D*���`�w7�YQ���
�������hW����7?���yoz��uY��j��=-���|�q�D��7r����%u�.�ܳ�u���d��YT��}6�����d@}d���ZNOPW�����uK�#�(�6ȎLB@[!:��)��)��G�qP�;�ԮX�K�.{���{X�
+�룣���F�^.@��ux^�ʅ��o�_h��}��^I�Z�^��VՐ�>�����a�™�MTfim������d�
+��sݥ��R���9W�%<|(�G�Cx6W'уx��3�R���y��w�4�����[�e�(J��æ^�q�ܦD�
+E�Ͱ����+����i9������c�-�����>�&���#�z鳐ל��E}
+��i�'RWD��W�u�r��7-��F�`Q���|�/� � &q��l1��u�s����g�z�[r5Z�!XR��ҕ5�_�V�VB��S���v��%l�&�w�����
���ֽG8rSFF@o~�
K.��?}	m@/�^�n���p[!�Q�8�3_�E����}�z.����:�@���H��>�A Mz�5ܑBѴ�
+�T!�K����kJ4�k�j��0ٛ���-#,%������0ug�c��
��X>�[ݙ�,��K0H��F7��z�щX���q�!P���M6|���ѫqPk��M�l�\=_;�Evz=`�ѻ�\=mc�e�mܜtǸw[vw���ک[)��u�6����n�s�aJ!��6�r�qS����h3��M���4L�7j֘�D�t{�H?�Uc!XT�
��^[�����q+�i�o��<e���z�޿]����!�|/�"�4��,W����H��@��;��]�Q��t��Vcj4�cِ����Qe$�)�`�%������,1v�?��F�X�D�t������~�C#�
+�{�[�C`?T��G�DZ��ͫE��;�V>�":�:l&!\��u/"��f9�
+�޽��m]������
+���}�36T��ӎ��:xqm�%Ҁ�
+�������*���D����Q�a��s"��v�T��Z/���8�c���ˮ��z��aWb����U���kg/!vğW�ث����ȮZ!��+����X�C�9Բ�ɕ�����>n�W�\�K�b�s�d�qK빗F�X���T��JM�K��Ğ�7�\�g�92��e��ך�wZ��:������5��
Q��ϙmԤ�{IE��&�.���vں6��ll�A08��K���iC�k�6���>
Y䶶ȺK�ȗ��CXh���Jc��%���$�^k�n�{M��j�!D�U�k�BHr	u6Ĉ�/�?I��X�Ү�y0�[X�,�@q��ѡl��+�:��¸@���I��IHҔ�%�Ág�O��Ӷ�
�|���(���H�1��K�����W�<���vky��T&B�}�@[ "�]ec1���!�����`7p�R;����b�X�|0��EY�99������p�8����������x�Px"DJd�~S9ޒV1d�h���Ӵ�[�/ǏDI�t�8���1jp���VPC��@k��(n�#W��l�U�&!L���Xt��
t����枸L	@mQѭw�����`tC�����Q��_�����
t��n�Q�
+�n�������f�m
��f�V�z��~�@(R"P�4xg�F�������;:_���x=��������g�����|Z�7/�BI�����m5,Zh���P��AXţ"��J�#����9��}�	6�&��VP6��a��^J��
+d�p����I��/9k�}R�,9�sHr����GQ�Ĩ>�/��G���y����u(��#G���֢����C��\�+�4E�V<r�@k�G���'���*?�����Ed~��q�d��q��ʏ8�j��[m�=���>0�ԝ'H������t�G͔��̡�˗�Ah`-��q��@�@䥋����n"7��	4�P�xdM�v@I���}j,��,�p,P6�{�2�e�7h�2
+j��S����Z$���U�P�/Q�����4S�0ժ��dO6Ik�&��JoBk��u�+�?2���v߅�����ud��k8��_����f�	�~�N �X�7x2��R��%sI�Yb��j_zo�����^.M�o,�v>���f,��|�W�1���4����|`��׭�޸��sm�O*I��)&h�i���]>���/��K���$i-Q��ߎ_�����7�4n��ooZ��?\/�?�)����0��P��\?yrh(����sƫ����^"���w���;�z��YI��z�uɜ�D�{�T�x�G�����{�$�~�U�$�>�R	��c;1��ڡ���H�z���Q^3#�WP�}����1�n��K�u/��x5�^G��ho�"ۻb�m�a ��M�_�|�?bp��E��N4�ץݯń^c���W����'7�	7#c�<�R# �����M�;�
���oOM~����2����������W_z��Gk��G�$+�c)ݱ��[�Fj�NrF��-n�Mn�Sx#W;�Z<%��
+����o�ݢ��7a=�;����Y�:ײ=9�czn�{L	��p../��a��J�.m|۠@����
�z���R}�RC�F�!Q�U�9(Nf���T~��}#�fϯ#g��$�L��f�R���{�^�B��0{n�e�[�������q�ظoҰÑ�*�ӄ��~�p�wf&�f�/�G�J.V�Eʆ�Z�ͻAL$ZP�xυ�\��S�����7lr��<9�Z��)љ
+*�>{
�+���wg�A�-ܪ_4C�Ϩv7E���V5�G���
+CB'��x�t�])Mt���0����A��P��.ߓ�`���[�ODk�*�@��z���]}*�U�;g�&B��x��v�����A`�¬�T��4}���A��{:~pErdѰt���������o��!W`���1�B9�vz�	6M
+(����@9�R����5t@R2IK��)ƫ*�`�`����*qaLr�M_k8�iB֡�>�z���
kL�=,�z�"�Tj���[L�����Dy���l}�B�<��b-x�C����:�V4y#���vEs�7�>����f�W�I���70���=��0���:�8C��}	>�=�(܃�Qp��(߃"�M V�(N�}����
l7_p‘�|�إqQ�o\��_�U�D��;�yEDw����1^B
�V��)�z�M�퍚¬ڬ�<H7V
+Un<
��H��D��[
+�#�0;�7�@\������iG���/�X�͎�w_vv����=4�K5-����MZaػ1LL�}�2UA! &z�hMR�]՘�Q(�2n�, ��d�V�$g���cZ�q�>jҚw�gҎ!˷�I� �B��3����)w4i�WE9Y5R�v{�����\���P(?O�GH.�K��8?癜����*�>{
�+����P�h��3[�MJ�k�ˌ�E��v7%��r��ؕ7�)	�tm����$<<�	T.��@��4-��W�"-�����0���&���\Ba"���CA��ѥ�(�!�7�sM����)H���%G�4w��h%���`J)���B
*gJa��LJ$�(�T|��P�Q�W�c�9�\�0{~a�A�F�D�=�
+kL�Nj�w��$LVע����FD~(��64l7���ͼr$i�x���@��N��r�3�"�XK�I�5�r�A�hƋ�ݛm
���YK!|{J�4�e8�M�UD��H�&�q�O��ub
+b�4咴�C�40<z��B��r��a�
���)kE�Q�L�i�d&��l��W��
|��Tq�d��ƞ��4�q�eE��G�~K���sDy�#/S������$j��.�VN~�DF{^�*
,0�߳�MdCz�(�G	�4d����
+�3�0}�����n`Q�}4����4���^�@�>M�e�|�f�����A�}tg~�|��������*�&��ч�>ʤ:�y���;nͻ�����­��E�>a����"�**���F.��5��j���^��2:�U��Iμ
�lǚR��%�c�O3��M��Q�>Ƈ�W�6����T�"��=%��6�����G�6�u��r�/��z�`Ȟ_G	e
�F��H�Z6TM��9=�fȿ s����[��d����L����ɪ_(�����}��1�����������.�0��>�QdNVs��c@�7�:`ʩ&Hs^9���ѦҒ�s�f7p���Zˈ;(uO��!�h��U�SnO�P�?������b��1L�S�0&,�v2��-#��-����H4��;�)F x#$i�>��D�@�xx�dt�e�M�ڱ�7��%�h����i���ާ)�>���y4!�'����WUk�E}�yH������(�(��]��\,��:�!��xb-���i���q�H<���J��uU;kV$�����Q�5�j�4��?;{W�V��cY�B7�]~�������(k�w��^�m��`��ʎP`w碥Ȣ����#:�������I�6K�4�|���S���9���������I$���$�d�Yw�X�������S�(L7	�U�\���&{^D��he�g�q���m�j��qj�tg
+�u���z]��He��z�W�w�W�6��At������P���Q^G�X�x],��K|�n��ɂ\�'�W�/��4�����w���zh�s^�#�|z�Ֆx=�F���k�חzX�����L�^c���H���󊗍�P7w]�W�oIޝO�e^!����.N����X��whn�OK����R�e��i�@@Qo\u^Y��o�(v��.,��d��%��	ΦMo�Vl���z'�e���r�L>����x�bs�������doL�OQ��|V��%�ύ��څ7�TxZ��\L�6r�JS	T�@�s��(,�o��	\~(
+%����>E=�}0�bJc"T]����GeH7��l;z�z��1A���*�ն37��J�6���c�_$�����ӯ�M�x�I��r�J}`i	�T��{b�z�Uh��܀�A��RC�3z�vr�^MarF�!��8?��Q
��k��;�̍�)bv^�E
+����d������R�z�z�&"�^Ju���<�hC����3�xR+���X�`�<��0�kw�#�Rq?������Иp%%���)|���qa]_"M�3[�� 7��ϼ�����bw*�f����<4h��-e�T��?gc?������˒F�FĦ"�<�m���@.pd�,v�ů����õ��8�Sw�:x������4AXG)#���4�*��kȭ��"д�������I�q���V:b�����y"�� �6k|	h��F?0T𭁦f������i�B�����q{�
+G�TJ����9�#��&�#V���9)1�7t�;�]B��gDm��~�*缚�H�u66!���$r�iԜ�[-��:�_�(����$������sG]n\k�T�2
+���$d����p4N��X�/}����DލH/8"b��՚����H)�F���[aX�5b�hD
+��kt���Ȩk^#B�9E�W����r�3�����r���J)G0����SP�@��Z�r�A�J�AEp"2ʆ�j��64��z����N���Iw)8T]�`�!T�+
���P�*��(�*<���@��5V2]�%'���G3���!~�ɴ'h{-���ڏ�6t
+�k��h�2��3�|��ƂV��>��ƨ��'wq|�D���a�cxJ2��UIm�β$/���&������e�f���tښ1{u�J��v0hu�b���{_�I��@�4��n���|�c
cjs���nG�0+���Y�ݤE�
����BF�L������q<7�3�<#w���s�:�ɭ��Uɝ%u���i|0<-�`�AՍT��Bk��R�+i4(t���zn0��:t�~���
$?jr
bɵ��%��r�8p��lnܼ.��_Ҭ����e������{P�@ke������rĔC��>j&
+���i�h���=�`��f�-�i�7�0JF!C�GYau.Y����{[�*k,��d��;��ƒ�s�~��B�?�Ý13���Ō�d����O�P�:��>fR4Dh�kC�M�H��'�G���Mn����4�H3*��M�g�鳔8�H_Oj��P���HN/��k-�Ic(j�Zkg[�C�}pj��(���s����4
����@� �)2�K��q��\�a��1t{�Q��u<�n���ȿ�:�6���0�dZ0���y���A1���6���9�]mi��#?A�;M:��	O��!��i��
#K�65���
+<�³
��Gh�=��0�
����.��"kRSX{bk6�v��f�Ώ��Kz���/�>{M��#EK\��~�A�Bb8��#���Q�`͟��2J�����I���PE
�1�fkٛ�%�̈��n�`���嶒W^S��2�p�>���x�>s�9n�`��a?�
+endstream
endobj
19 0 obj
<</Length 12329/Filter[/FlateDecode]>>stream
+H��WiW�����z?�A�Pn��QDQP��xm�n����U��*��/�\�����X�Ϸ�1+��v!y�T_7�b�jbh�i������|������M�����W�w3US��bdkr^�t��Q��q��=���'�z�������GE;ow㤱�^�rV{�븙������������}rt���̀��v=� ?]320c���P1F���B6�W�zv�g��}�O�ˇ�r¬-�:����@)r�I��x|�曁��J���1�,�yQ���A�b)Z��<.TO�BP���v
��^���G�����y�>	��
+��n5�ޟ
+��zkTk�����>B[D�	��O�,�����k�Ws�ΡO�R+��9fb&��AOk��0�ݥ[�ѱLo�zNg�Q_�J��Y�M2�͙�O�Rˏ��",�0FBG��(�sÔH4�	���f��6I��t؀hi�cU�sA�r��G�u'�P���ғf�G�T��NzAU�}!Z��:���XCnC�t��[L��m�DXE���{Ÿ8�����9�>iUn�^S���ļ}�4���me9QN�OV����S�9/񆳈Z���9����#��3�����ǭ��q�{�X��O_�;q7�aY5	��������r�q4����W���p�^��\���+��z;)�!�&kM-�eX=M$�����'�UM��*0�լ�ÀiU:�����Z�q�_c��*��GOr�$�Y}N��U[:K�}����kZ�>��Yf`���V��i�iUkv��VOG���YE
+�8s�Z�S�U�:�@�
+̠�:��՝ғ\��V�\v��VMs�DV�%
'�Y�'���6SQ�`|W�k���O2�� ��rc�D=*�������ߧu{P���|�����0�7U �'iH����i�׵OS{�k�^Y��B���
+=}G^�O�&��a9��	54ۭ�:��S� ��}�R64�ˑƂ���"�t�e���
%U��3���ж�X>O�n��?%U�`��-^��#Lf��������ɓ�4aWYw�C"D��R7����/BR���&r�I����ܚٟ��:lk�[�G2�M]擑A��;a�x���R��t�_k)�a����j'�<��>��dC?l��ד$Fp�838�l����E��Nʭ�	���3
%J\�^.�:̝1�B�I�����"��7W:��,(j�Z����O�Jd��]5Mg�9%�;Ha�d�Ԟ���k��d�T�E�S��VrO0w�dFI���a>n��K����́F���e��0}���##̫k=;г���'m�X>�8'���`wz�e��H��Fi#א����VG
J�-��Ã�S"��"�-���D��E)&ʗ��B>��n�k�6c�	�:�S"��I�VP�Z�t���qTC�i�X-_w��
ʗ6������m~Gj�����}��Q(Fm�����G�������yI�ۡI�(>1Ю�!ڥ�F/i��ptL*���\���y�oO�J��}������A�Bt�M�?u�L���B�F6;��8�>f���V!�O�Ƈ�6�D`b��s�P�`m ��g�r�g���Z\�u���J�ư#������@����{����PHЌ�4��8w�$)�H�曐OpI����h7.RT�����ʍ
�r��������C�f��� V<�s��[�I�q�؛'i�D�����/UL�����'�i"�1U�*�`4�z��XcP}B�츕�G�r|�!�=?��b�p-�sK�,>!Ns�:e��fi��]�p�/�<1J���ğ��,MM��g'٭�ӢI��6:�7�;A�NK��Q/���Ia���]�����\
+g=z8�>w�б�Pp��
B���y�=�����N���q\)'.zo�“c�F)�0��������B��n�ݱ+$K���s��w�#���&���NPhxY

��&|A���P��h����|؂G�Tg	�Bu�$�U�4�Y�q���ۢ|-1�����S2�,��4">R���ɑ�+�7��n�WH.�K��H�C~��&�|ӧI���p�ssa��&q����a�f�8A�1.f��ꄄ���wp�����Z��W��jocQ:gV�%	.����FIZzo��6�1�N�h�p�N�	F�㝦ͧ��`�a�q��L��y) `f�5�v�E
+��h@"&�����Y!@���Ј;w?4R�J�s�2Z���Y���NP�[B�7.n��~-��@l�Z������<)��Ȋ����B.
�챎���HH�U&D#��"H{���-i�j���@h?��N�:ⶸd���t.^{Qpks����>�'�G��({�;0��S⢎�w���@�E����T*^#�|�8<Р��ǫ���t�2F4Y&<��w�b����;4�����<�V�>2e�>���Z���G���A��^��!`�
+���	cPr��F\kB �9�!��T�>��4�����t}b�Z�7o<����b&g�����c��dz��ý9mn�?�N���q�1E���Y&����ޙ]>e9g���ޡ�}�����?�D
+��!
��}���hw��	���>Γv�����(� v�kf���f�~��i��@U%�و�x�Ghf����Dz�19-��F�s<��5�å5�Hr�	�.J�\ڑH4�U��R��?iN���DKs���E��u'�P���~��	
+����1���.Lӄ�hd5Y.b[��E���K=w���9�~�{�2E�w��,ޒ�׆�1�J H<�l�s�N�A�b)�I��*�'I,��hєM�6���{4!�ePM��'��Bc����@���%ŭ��Hm!��P)�⁧ݮh����l#�z�B����	~�,MM�`;�r8��,�`N.�B-�w�å�Be�-��|[2�3s� 7�z5?�SzI\�60�^���X3��x��������������Nآ�ņ H�c���[,����"��g�"x�w����b����g�؇���VY�<z���+"�55��&;�!2|���s��l[y��V�y^���-�@4!W��ӹ=�FP���U���:�{�
-�(twϹu�|�7����ܼ�y*R���w��>=<mr��<���r��<�V.�H-x�T����7��^7)X��d���K���=��i)��j�^���U��bDW�IR�$Ջo[^��I��2Û�G�>���Vj$�8|����/�'}�t�8�h6B7��������/��|S�o!�+��w������΍����.R�A�7m�˸��uN%����ۯ=�l�8�K��A���|EZ��y��b>O^������D�'7��z�F�\�h�[�3���9���"���7PS��aɷ���S�;���k��]�5���e5�۵�E�A�Ym�2|�Wb�%z9[r{�qzB�F3Enxt�W�p���s��2��7�B��A����x��+��r~5p���A�M �~1$�$~�e<�{�_��0�����&:|)�֟*���f�Vx��n*Y�V&�1�L�S΍���ޠ�
zj콰so���s㫸�7džV8��B�o��6J��8����%�QRo{��Wx�!�B%�JhC�P:�J������F��0Ƒ�?���
�ETda���v�8�\E�c�]u��\x��>pn��۔_��4����"�jd)׿v{vʷW�R����+R�p�uO��M�����������FƖ[�^���6'�����Y�ۼ���p/hqz�)��7N��L�ʭqġ�����
�8�b�SD�q�Y�`�ǚR�M�j0-�p�8�7�xswE�m( \P`_����5�P��>���Ь���P�U
+e���
6ؘP4*2�OQ�P���K9��F������,��m�?y��<�^ʫ�9�����W�,#ΦP~U�2E���EW���0��~z��g��{F�C�6c�h�ss��Q#�R!������Y`��‰!�f0����f^1`]���Y'l3\��>�<�m�|tY�}��l�L�
�L��kޙ}�������6�d���('r�܊��$ÿ"!���O���y�k,W�%��-!�ì���-���*��zぱ���n��15�6�ą
+�A~K	a5ዠ�P�.�"��1v��j=(\�Le��M�f��R�1O�f�t�L�)px���,.��9��@���à����Y�7,���f��rV����E9�J�������l�j�ecR89p�������x��^
+?AΙ�8�4)�/dDj��:3�h��?�R��מ5��������b-R�Hn���!-����R��q��F�O�o߽���JX�oF%�>�!ҙ��*(�2�kЩ���d�5k9卂%ר�O���5���Q
+j܅P
�bY>d�#\*�\�D��o�)��u��]i�L��3ER�o9�H�b*��a6�O�7�n�}x������Ւ4�(@��uc=����߼ż��^��8��vˠ�S��Y~@���k���H�g	�z�9�_�%]ϜB�h�0p�j�f�~�0���<d>IW����I��_�D��j�A���&���6�ߦ�9bV��=̯w�o�[�ɴ��ؓ��>��ꩉ�K/����=��&����E�F������d
+�F44��J��fn"�1��1F1��n;�1G��p��� �p ����ͫѦK�K�v��m9���)�e]\���f�:��p���D�t#�X�i W�7����to����%�db����mʹ|�L����S2�_$�!��R!��@ڳ�ddĻr����M�W�:�
+�-�U���F �d��_G��iT�o��F8�1����zd�_��͇;�R-|.ϖw�3&��D��MF���������9l��ì�$�-�n�)ҽ��Kν�0��LȽ��ni�;@�^2��ƹ�q��pn�܃pwr9w8��z�ncDƽt["�-ݖ���]�umM(<��8�s���M�X�m|*Lu�nY����A�##۩��J1���L�`u��(����c�[a�6c2ḿ�i2�`�£�a�1�h���U~�g~{;3V�Lo3J�]��3
�@k��D&��jB`�A
�"�h��^����=xNF.�kX�y�G�f�OB�8�sj2���8 �a�]�7���Vk�pQX{
+��\���J%���#���O����_��$.e�u���ȹ��$xn���Qy.���VVQ���EQ�jwPn��:X��E�m4}0�k��%�0Jw���v�A=M�>J����7V�F#�)��
���2�J\��o	*$!@Ra�"�@ �(J����V��=�*!��}]�Z�W7�r��}����L����
lf)�dd*�6�e"ܩ
Y�5����Z-�z)��0�Vr�!�����\��Lÿ� TRQ��'7�MC�N�-C��L��T9�+�I��а��h�j�4ҠM�.Z��'����I##��X4Ȥ�m ���1�e���=<����lU�q*b�����P�|�^�ԓ;����P��ѪZ���̺�SCo��m��_;;)*��'==��R�q|d*p����"�А��.��(I.|�;>\��:����
v��#�;��u�\:D]�5�Ϋc�E��R+����63����W��e�bц�wt*N���<�A��|+if�9swc����tU���)`6Bl~T)CLE�&��7����x�L�c�y�S��ܮV�0P-���*�����	[�J�������jҗ�崚N��Z����>��N���<D���I���U�����-P�|�{e�ܻh}���^b���@=G]T2�.�֖@��*�%�Ce<Հ����^~T��ݗ���`u(CCFa���I'Y/9;1`O��<Qщ��+"��5`Y�1*��QOA
s1�5Տ7�������<JZFH�l-⿤�_�&���>p�#Z���j��D�2ʬ9���EF���nl>{����y�Ĺ����W�-=�FgHA�"ME��jP�':SC�JR��T��n[��L�9�w��)�"�C;u�H�
5�:$����K�.�����~���ˠu4�c=}����&"E��%��3��4^?��~��9
4���]-���Ne��D�BI-_5����}G���~�:@�s0�_��6���i��|�Y�}'�e>����ٺ��c�[�%�:�s�6.�f��Gۇ�O��=���7$e�	�����A:I$jI�z=��OD�eQ�
h���	SN����Sg��q�Ӑ&��t�p�wM&�U�9��'b&N�>���f�~!^ʉR�i��s������&�F��1�|��6�2��\H���*J�DnQ�!�jb�p���&֔۫�k���*D��j�s��ij��k
+~�)f���^x
+����y\�PQ��J��x�p	��4�y�>�*��Z�--���4T�0���s�c�������p\���Ec��0E�#���PA�=�~/���W<"���gv�,��p&��Ժ�Ѹr�(��˲�2.�����,��Ҙl�at`�*�h�k���ZV����RP�t86�G
29{�o'~�o��S}���P��>�]��aaM�
�	�*��c�Z�L[R٦��7.����2G�?�?��c!<}�ȝ��|��J�i�9���a���'v�1�^wu贈��&K�=�w@r���A�8o>���!�Ș�Gl�$o�b�!-~8kz6�6�B�[��e���s�x�;xQ�*� �(9:��_�]D�;��R7ެA���P�Nl7d_�1����ORƠ��M[y�p֐-3�>�WF5ev�.�.��PV�)�T_��2�
+����f��`,��d����o�p�U����l.$
+e2��C��t
�1�1�Y"����_�&�i��\���.��''x|
?'-ۍRT����)���o|;K|$�CA[�[Y"�{7K�!�vk@;�u�mO��ޯ{����e�� ���
���xo����w�~\l�;�؋��lǛ��о��΋������~���J<��-b�X��Y�}�
o��N��MJz�U_[2�h(�4��	�9�A?�
+D��h��m�s�vѲ࡫N���DS�d3m@F]e�4�@J8.+f4�ǵ����S�������� ��%߯!_
c�����������[G���9a��q�������f��)F�8�ݝp��z��x���*��6���3�n<6w�b ��!T��@����dvK��J‹�h0o�kpm��&*Ez�<���.�g�Ƶ�3-������nRQ8���Q����7�t�ן�B�>�����L!��5��:tp�ܢ�G-�a5Eۂ�A�w��IC�Ld�~@��S��lh�7�_nghq)�_����r	E�_�p�	�*�),~��)���~�g�9X+�D�X��+��^ȳ(ơ�Ljac� G~!�L���:L^��/�:������
��ʪ����S�EO��=<�ANP�4��v��2C���a'F}��Nzz��\1���a�O���7��'�@��?d��do�B���{�����C�. ��,�`V����H��C�a�O�������'��
��ǫ칤�F�:/b��j��|�SP�\�c��6��/����Zu��ث�<��fT��f,�E��L���j�K����M�ZE��r�L�/��ۺ�r�n�=>Ӳ�����/��c�w�B��1H���&�9��$��w|_Ys�!z���J;~T��BU���� k�
ݥ�Z,�:���UP�[��&����Y����v��~�3U�gB��`�}�L:ۃ��qI$j,���7"(0��y�}h����u�/c9��8�w�D&�5(�?�WYS"�}�"�?L��Bo�,��4 "*2��� (K�}���fVU/����_:��&�*3O����;�P/������w+$���i�Ͷc�M�uɒ��-�=���珻*j�$�sR��n��$�(�ޫ
��QE��1s
��A&�:(����o��#�L�q��z�%(恳��&��2���4�s@ᰬU��DZJ�6�Z/m���i�a6֡��q�I��ȑ��} p%��㘛�q27"����[+�����
�E��+I�}H�P���85�/��)�US�� `xgRML������ej�L<��g�Է��*gZjZ	 ��m�K��L ����SG���UJfȩ޲���ǭ�p�tk��;`��D�=�⎞Pg�Q���҄R��}�������k��<{�;���C�/v�-ՠ��fߜ�A����2)�`�j	_h�E����%������S���H�����y��i���	��ף�~
+�C&J���Z@NC�9���棐†т��˨����Q���E~f跑�	�P
�=[�i���A]{o�'�Sn�m����ڗ��p;�9(��)ViPU���hH����`x�ҥDZ�!d�D����G�;�ѿ�`����D�Zr؋��ɴЖp�(�A��)(�d����t9��$�+�K�oi$��y���[����sJ��hA������܆�vgd�a���
����\��(���dl}&����m�
�)�)�T�խU�Nu\��3��d距_���ɫ��۔�
+�����Q	]�b.d��i�I�ԯ6��5�99�*]q�4Z��cW(����+��ʋ��,%�a�X���#qɨ��Or/���S��W�;~����E��ݤ����(ێ�⃻��^�c��녗�����)7���=[A�vU�nT32-�kZ�ѫi
+ƴc�m�����vz��l��� ���c����|S1x
+V��HJ������4FC8�Ȅ�̲�H�h�
+ec�'e��,��]�xyn`7hg���tMy�le<L��]J$͉H$z�A
8�Ъ�dn%|�*�8�ؑ@�Cj���n쩽»�!�B�9ր�5E�M�9
+�l�W�t�\��]_��J�Ǣi���'��Y�J�Y�����?��'���X"�S��-f���q���)�����?J��i����\�fW��l��t�2[n�~*�V�VKČ�tu7�?`nn��
+���(qks��Dh�h�'+�U�eflܫ�����G�.�q6�,��gZ���Z�4q���W?��d�E��ט�����8�6�5���ݪ�Ť�f��X�T���FN|�o��V���I����b!c�-�^�]?�O7뵾
p|�,��E�H���H(�������/<g�8��А�…�'5:UNx�m�F��@6(��0G#��+��?�|��S#�|�Rھ�/��E�V��\��z�	<��<d	��a�W���Q�㾝ڲ���N}��&����n08w8@������������ehj�a��/��v޹���$b�m�͵{�&C�%��
�lH�i�K�,��9X���#�GX��$d.@O�I�)��I�5�oB~ϛ
+�T	vx���M�
+4A�y?b������U��h�a��[ې��a�e����`�L��O6
+��h�\Xb�~�;S��i��,9.?�G��?piMU�%��H&*f>8�2jw����Ѭ�~��^Mh�_���������"�4I'�X���V����MNk<��k�S&C=��鐯�8ې�k�B
+#���.������b@��YO;�G�v����q�[k�l�����vhs� R�LeR��<f2{<B
+��(S��p)0�kE7�}�L)6����ؒ	ov�6D�T�Vl*`36���V��� �l4��(�-JY0N����&�m��y�2%��YSv���f�\\x��&��T�$�R�����>h
+dY�bYA��Og	 zW~)�q�Tul���wH�3#1�*ߑ���4���4�f�Ѭ�^�����{�t5��6�����v�kXn��v��7`���i����y�.��2]h"��-�
�ߧ����Ale:����l�>Zԇ��bTxS���ο�X�!��*�6�ލ����#bcb�W����sBO*���/��Mi��1"B�ZCM0�a…���r��>l�!r|1mlZ =;;�+?DE�!��x�>ãz��݋M#d����_�gpCOy�1���W,��n��t����9	$-�	�v�|�u%�[9''�����N�+�A�#���4^��6��v@1}�r�����A��0&��i'��TrX'Ǎ�dh��@%��>��m�����3����1p��6�e3��
+� ��s�{*�ž�Ї;���E��?�&
ڗ.��Y�������������K���Y<jZ�u���6�;�W�r
+O��������)���XWE;-݁��J(��(�n��:*Ƭߩ�����z�
$�7�u�D��z�!����:��'��/���f�}z�A���z�THv[���Q�2�|���	��Bq�9!��O�nP42
+X���
Z�@�Pxo���F;<2�������e�J��,T��X><b���ך�kvg} �'� %@�j�ol]�hФ�����N�5)�����������aU	7����#RUB�`��G��q��q8	����;s�����C�����y|;;��~�Y�=ý���ڰ����)*�.�п����Eg��4̚����O�țVʗ,��z?x�e�կϰ��+Z���_�������_F�C{3ێϯ.m���@vv5IEdˎ�Qopk�f�'�C��_�¤��h:��T��-ҋ@I��̶��q
�[��b�{���6�$�t���u���A�ZG-�7�t������@��h�D��Nb�Q4�Q>�\�n4�7�q0��[�>�|������>vM�#'g��0��c��E�[���W���������D��\6F&}�A$ߴ�O\S�[�A:�#�d�t�9�.��X����vb7	�`'���A�������p�Q�Fr�R��4�FM�����rA(�������8�8=ݶ��(:=M��8�D�?��IG���&ӉB��$�>�U��<�Z4nT��rEz�Q�l|�݅X8[�y�=|W��G�%}�����>��U�G��l.>p���y�sF�1�R�l
+*Q�B�o.4@ܓ�wb�"|��Z胠�N.����f�(�+.�����dw��Բ����~��
+�9Z����دt��.��� ��;Q�PUd����lDuR����a+��3i��
+`�1j��h…���iL��A�'VL^Z�k�P��ոT'ϕ^���_us-��y���Q��P�e��0���5w��A��(թ�B��V�	������.T�z5.��u�W%��W�\�Pz�����fuρ�/����*���r��j"��#����Q�J:��۹�+�u���*:��[Xo�"�ˀ��N�� �[[�sh���������:�bS���I��,����(��٘��Ow�T��;̤���.O(
+ّP[]���f!V�]��zP�5�£'e^Up��<<O�<'�TJ��Q�Ӗ́"P��
�S�<T�\��u��p��q.1�&9hs�a���ѯ��[�[O�����r�����.5&�+�I+��..KBA�n4B
+Υ��il���0β^�QN0��������U��J�yJ�UF��y<�mt��hof������ڣh��spi���� �q�8�u�h��Ce!��ƛG�n䁫��7 ���BL2
�P���`�Z��3��b�h
�j�Jܩs=����>��pe����x���p���*�
� W�ᓑ�	�w;p���N[%x>�AE��Z�B0���4�����C���)+ae��p)D�Q���m�@�+�/�aopk�v;xˎ�ы$�L!�S�aq��#Q��� ����(��H��_�i������5�g�dTNgIj�Y�r�m�^��gB=I�� {�䌒aFA4\�������()�X���2�8�+W~���@�(��kA���_�/q��]jz��I.2t��Au(ŦX�np
+m��8�����&�9G�49C���
F�0�C�4����%�(B�	�Qb�P-�~���In���˷P����p�
+endstream
endobj
9 0 obj
<</Length 17535>>stream
+%%BoundingBox: 70 273 531 614
+%%HiResBoundingBox: 70.7759 273.7051 530.6914 613.4238
+%AI7_Thumbnail: 128 96 8
+%%BeginData: 17381 Hex Bytes
+%0000330000660000990000CC0033000033330033660033990033CC0033FF
+%0066000066330066660066990066CC0066FF009900009933009966009999
+%0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66
+%00FF9900FFCC3300003300333300663300993300CC3300FF333300333333
+%3333663333993333CC3333FF3366003366333366663366993366CC3366FF
+%3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99
+%33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033
+%6600666600996600CC6600FF6633006633336633666633996633CC6633FF
+%6666006666336666666666996666CC6666FF669900669933669966669999
+%6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33
+%66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF
+%9933009933339933669933999933CC9933FF996600996633996666996699
+%9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33
+%99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF
+%CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399
+%CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933
+%CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF
+%CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC
+%FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699
+%FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33
+%FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100
+%000011111111220000002200000022222222440000004400000044444444
+%550000005500000055555555770000007700000077777777880000008800
+%000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB
+%DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF
+%00FF0000FFFFFF0000FF00FFFFFF00FFFFFF
+%524C45FD04FFA8A8FD05FF7DFD0FFF7DA8FFFF7DA87DFD09FF7EA9FFFFA8
+%FD04FF7DA87E7EA8FD0AFF7DFF7DA8FFFFA8FFFF84A8A8A8FFFFFFA8FF7D
+%7DFD0EFF7DA8FD04FFA8FF7DFF7DFFFFFF7DFD10FF2727275228527D7D27
+%2727A8FD0BFF7DFD04527D52272752FD05FFA8522727275227527D5227A8
+%527D52A8FD08FFA852275227525252277D527DFD0A52275227527DFD07FF
+%A8525259275252527D277DFD0552287D27277DFD0BFFA87DA87DA87DA8A8
+%7D7DA8FD0CFFA8A87DA87DFF7D7E7DA8FD06FFA8A87DA8A8A87DFF7DA8A8
+%FFA87EA8FD09FF7D7D7EA87DA87D847EA8A8FF7D7D52A87DA87EA97DA87D
+%7D7DA8FD08FF7DA8A8A87DA87EFF7DAF7EA8527D84A8A8A87DFD58FFA8A8
+%FD1CFFA8FFFFA9A8FD0DFFA87D7E7D7E7D7E7D7E7D847D7E7D7E7D7E7D7E
+%7D7E7D7E7D7E7D7E7D7E7D7E7D7D7D7E7D7E7D7E7D7E7D7E7D7E7D7E7D7E
+%7D847D7E7D7E7D7E7D7E7D7E7D7E7D7E7D7E7D7E7D7E7D7E7D7E7D7E7D7D
+%7D7E7D7E7D7E7D7E7D7E7D7E7D7E7D7E7D7E7D7E7D7E7D7E7D7E7D7E7D7E
+%7D7D7D7E7D847D7E7D847D7E7D7E7D7E7D7EA82E5252532E2F2E2F2E532E
+%2F2E2F2E2F2E2F2E2F2E2F2E2F2E2F2E2F2E592E532E2F2E2F2E2F2E2F2E
+%532E532E2F2E2F2E53065353532E532E522E2F2E2F2E2F2F2F2E532E2F2E
+%2F2E532E2F2E532E532E7D2E2F2E532E2F2E2F2E2F2E2F2E2F2E2F2E2F2E
+%2F2E2F2E2F2E2F2E2F2E2F2E2F2E2F2E2F2E2F2E59532F2E532E522F76BB
+%52532F532E5952532E532F532E532F532E532F532E532F532E5353597D7D
+%777D537E7D532E5953537D7E2E847D53527D537D537D7E7D53A8527D5959
+%2E7E53597D7D53595359537D597E7D7D53537D7E7D53FD057DA252532F53
+%2E532F532E532F532E532F532E5953532E532F532E5953532E53527D2E59
+%7D592E06525252282E282E2E532E2E282E282E282E282E282E282E282E28
+%2E282E2E532E532E2E2E53282E2E532E532E2E5253285353532E532E532E
+%5352522E53522E2E532E53522F2E2E282F2E532E53522E28522E5328532E
+%532853522E282E282E282E282E282E282E282E282E28522E2E282E282E28
+%532E2E282E282E2E522E2E7D7D7E7D847D7E7D52287D7D847D7E7D7E7D7E
+%7D7E7D7E7D7E7D7E7D7E7D7E7D7D7D7E7D7E7D7E7D7E7D7D597E7D7E7D7E
+%7D7E7D7E7D7E7D7E7D7D7D7E7D7E7D7E7D7D597E7D7D7D7E7D7D597E7D7D
+%7D7E7D7D597E7D7D597E7D7D7D7E7D7D7D7E7D7D7D7E7D7D7D7E7D7D7D7E
+%7D7D7D7E7D7D7D7E7D7E7D7E7D7E7D7E7D7D52A8FF7DA17DFFA8A127277D
+%FF7DA8A8A8A1FD04A8FF7DA87DA8A77DA1FFA17D7DA8A1A17DFFA7A7A7A8
+%A8FF7DA1A7FD04A8AEA8A87DA8A8FFA8A87DA8A1CFA8FFA8CFA8FFA8CFA8
+%FFA8CFA8FFA7CAA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8
+%CFA8FFA8CFA8CFA7CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA852A8A87D5276
+%A8A852837DA8CF7D4C7E7D7C767D52A1AEA1527D7DA8527DFF7D4B7D537D
+%7C7DAFA1765952CAA8537DA87DA87D527DFF5251527CA8CF765976A0A8FF
+%A8FFA8CFA8FFA8CFA8FFA8CFA8A8A8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FF
+%A8CFA8FFA8CFA8FFA8CFA8FFA8CFA8A8A8CFA8FFA8CFA8FFA8CFA8FFA8CF
+%A8A852A7A87DFD04A87DA8A8A8CF7D7DA7A8A1A1FD06A87D7DFD04A87DA8
+%7DFD05A87DFD05A87DFD04A8A7527DA8A8A7A87DA8A87D7DA8A1AEFD0EA8
+%7DFD1FA87DFD04A8CAA8A8A8CAFD06A87D52A8A8FFA8FFA8FFA8FFA8FFA8
+%FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA884A8FFA8FFA8FFA8FFA8
+%FFA8FFA8FFA8A87DFFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8
+%FFA8FFA8FFA8A8A8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8
+%FFA8FFA8FFA8FFFD0DA8FFA8FFA8FF7D7DFD06A8CAA8A8A8CAA8A8A8CFFD
+%07A8CFA8A8A8CAA8A87D27F8FD06A8CFFD07A8CFFD0BA8CAA8A8A8CFA8A8
+%A8CFA8A8A8CFA8A8A8CFA8A87DFD04A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8
+%A8A8CFA8A8A8FFA8A8A8A9A8A8527D767C527D527D527D7DCFA8CFFD07A8
+%84CF7DA8A8A87DFFA8A8A8CF7DA8A8CA7D83FD06A8A1A8A8A8527DA1A8A8
+%CFA7A8A8A8A7A8A8A8A1FD05A87DA8A8A87DCAA8CAA7CAA8CFA7A8A8CAA8
+%FFA8CFA8FFA8CFA8FFA8A8A8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8
+%CFA8FFA8FFA8FFA8FF7DA8A7A883A7537DA7A87D7D76A8A8CFA8FF7DA77D
+%7DA8A8CFA7A8A8A87D84A8A87DA8A87D7DCFA8A876A0A8A8A1A8A1A8A8A8
+%A7A87DA7FD04A8A7A8A8A7A1A8A1A77DA8A7A8A1FD04A8A77DA8A7A7A7A8
+%A8A77DFD0DA87DFD16A8CFFD05A8A77CA87D7D7CA27CA77D7D52527DFFA8
+%A8A8CFA8A1A8A8CFA8CFA8FFA8FFA8FFA8FFA8FFA8FFA8A8A8FFA8FFA8FF
+%A8CFA8FFA8CAA8CFA8FFA8FFA8FFA8FFA8FFA8CFA8FFA8CFA8CFA8FFA8FF
+%A8FFA8FFA8FFA8CFA8FFA8CFA8FFA8FFA8FFA8FFA8FFA8A8A8FFA8FFA8FF
+%A8FFA8FFA8FFA8FFA8FFA8FFA8CFA8FFA8FFA8FFA8CFA8CFA8A8A8FFA8FF
+%A8FFA8FFA8FFA8FFA8FFA8FF7D7DFFA8A8A8FFA8AFA8FFA8AFA8FFA8A8A8
+%CFA8A8A8FFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8FFA8A8A8CFA8CFA8CFFD
+%09A8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8A8A8CFA8A8A8CA7DA8A8CFA8
+%A8A8CFA8A8A8CFA8A8A8CFA8A8A8FFA8FFAFFFA8FFA8FFFFFFA8FFA8FFA8
+%FFCFFFA8FFA8CFA8CAA8A8A8FFA8A7A8A1A8A8A87EAFA8A87D7DA8A9FD05
+%A8FFA8CFA8FFA8CFA8FFA8CFA8FFFD04A87DA8A8C9FD04A8A1A7A8A9A8A8
+%7DCFA8CFA8FFC9FFA8FFA8CAA8FFA9FD05FF7DFFA8CFA8FFA8CFA8A8A8CF
+%A8FFA8CFA8FFA8CFA8FFFD04A87DA8A8FFFFA1AFFFFFFFFD06A8A9FFFFFF
+%A8FFA8FFA8CFA8FFA8A87DCA7D7D8452A853527D7D4B7D527D597E7D7D7D
+%84A8CFFD0BA8CFA8A8527DA7A7A0A87DA852524B7D597D7D7DA8CAA8A9A1
+%A0A0A87D764C7DA8857DA8A7FFA87DA8FFFD06A87DFD0CA8CFA8A8527DA7
+%A8A7CA527DA8A852A852A1767D527E7CCFA87DA8FFFD05A8FF7D7DA8A7A8
+%7D847D7E7D847D7E7D847D7E7D847D7E5984A8CFA8FFA8CFA8FFA8CFA8FF
+%A8CFFD05A8CAA8A8A8CAFD04A8A17D7DFFA8CAA8FFCAFD08FFA9A1FD07FF
+%A8FFA8CAA8A8A8CAA8CFA8CAA8CFA8CAA8CFA8CAFD05A8CFA8FFA8FFA8CF
+%A8FFA8FFA8A8A8CFA8FFA8FFA8FFA8FFA8FFA8A8A7CF7D7D847EA87EA87D
+%A87EA87DA884A87DA87EA87DA8A8A8A7A8A8A8A7FD09A87DA8A8CFA8A8A8
+%FFA8A8A8FF272752CFA8A8FD14FFA8CAA8A87DFD04A8CFA8A8A8CFA8A8A8
+%CFA8A8A8CA7DA8A8CFA8A8A8CFA8A8A8CFA8A87DCFA8CAA8A8A8A9A8CAFD
+%06A8A7A8A8A8FFA8FFA8FFA8FFA8FFA8A8A8FFA8FFA8FFA8AFA8CFA1A8A8
+%FFA8FFA8CAA8FFFD04A8FD0BFFA827A8A9FFFFFFA8FFA8FFA9FD12FFA8A8
+%FD10FFA8A8CFA8FFA8CFA8FFA8CFA8FFA8A8A8FFA8A8A8FFA7CAA8CAA7A7
+%A8A8A1CF7D7DFD0AA87D7DCFA8A87EA8A8A87EA8A87D7DA8A8A17DCA7DA8
+%A8A87DA87DFFA8A87DA87DA87E847DFFA87D7D7DA8A87D7DA8597D7D7DFD
+%11FFA8FD11FF7DFD0DA87DA8A8847EA8A8A17DA97D7DA7A8A7A8A8A1A8A8
+%CFA8CFA8CAA8CFA8CAA8CFA8CAA8A8A8CFA8A8A8CA7DA8A8A8A7CFA8A8A8
+%CFA8CFA8A8FFA884FFA88484A9A8A8A8A9A8FF7EFF84A9A8FFA8A8A8FD12
+%FFA8A8FD10FFA8A8FFA8CFA8CAA8CFA8CAA8FFA8A8A8FFFD04A87EFD04A8
+%FFA8FFA8A87D7DFD04A8CFA8CAA8FFA8CAA8FFA8CAA8FFA8CAA8FFA8FFA8
+%FFA8CFA8FFA8A8A8CFA8A87DFD0BFFA8FFFFFFCFFFFFFFCFFD07FFA8FFFF
+%FFA8FFFFFFA8FFFFFFA8FFA8FFA8FFFFFFA8FFFFFFA8FFFFFFA8FFFFFF7D
+%A87DA8A8CFA8A8A8CFA8A8A7A87DFD05A8A7FD07A8A7A8A8A1A87DA8FFCF
+%CAFFFD07A8A2A8FF7DFFFFA8A8FFA8A9A8FFA8A8A8CAAFFD04FFA8A8FFA8
+%A8A8FFA8CAA8FFA8CFA8FFA8FFA8CFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8
+%FFA8CFA8FFA8CFA8A8A8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8A8A87DA8
+%FD09FFA7A883AEA8FFA8FFA8FFA8FFA8FFA8FFA8CF7D7DA87DFFCACFFFFD
+%047DA87D7D52A8FD047D52A8FFA8527DA1A87D7D52A8FD04FFA1A8A8A175
+%A8A87D7DA8A1A7A7A87DFD1BA87DFD10A8FFA1FF52A8FD08FFA8A87D3A58
+%CAFD0DA8A7A8A8FD05FFA9FFA8FFFFFFA8FD05FFCBFD10FFA8A8FFA8A7A8
+%FF7DA8A8CAA7FFA8A8A8FFA8CFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8
+%CFA8FFA8CFA8A8A8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8A8A87DA8FD09
+%FFA7A8A8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FF7DA17D2E532E53527D5253
+%2E592E532E5353532E592E532E532E532E532E532E532E532E59A7FFA8FF
+%AFFFA8FFA8FFAFFFA8FFA8FFA8A8A8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FF
+%A8FFA8FFA8FFA8FF7DFFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8A9A1FFA8FF
+%FFFFA8FD07FFA8FFFFFFA8FD0BFFA8A7A8592F2E532F7CC17C537D53592F
+%592E7D59532E532E532E532E532E532E532E532E2F53A8A8FFA8FFFFA9FF
+%FFFFA87DA8FD1DFFA8A9FD0FFFA8A8FFFFA8FFFF7EA8A87DA87D7E7DA8A8
+%CAA8FD0DFF7D7D59282F282F52762E532E532E2F2E2F2E592E2F282F2E2F
+%282F2E2F282F2E2F282F2E53A77D7D7DFF7E53FFFFFF7D7D7DFD1DFFA8FD
+%10FFA87DFFFFFFA8FF54A8A1A8A8A97EA1A8A17DFFAFFD0BFFA87DA87EA8
+%7EA884A87EA87EA87EA884A87EA87EA87EA884A87EA884A87EA884A87EA8
+%84A884A8A87DA8FFA8A9FD22FF7D2752FD0FFFA8A8FD0DFFA8FD10FF7D7D
+%A8FD22FFA1FFA8FD05FFAFFFA8FF7DFFFFFFAFFFFFFFAFFFFFFFAFFFFFFF
+%AFFFFFFFAFFFFFFFAFFFFFFFAFFFF87DAFFFFFFFAFFFFFFFAFFFFFFFAFFF
+%FFA87DFD05FF7DFFA8FFFFA87DA87DA8A8A87EFD0BFFA8A1A8A8FD22FFA8
+%7D7D7DFFA8A9FFFFCF7D7DA8AFFD1CFFA8FD10FFA8A8FD04FFA87DFFAE83
+%FF7DFFA17C7C7E7DA8FD0CFF7D7DA8FD22FFA8A877A8FF7E7DFFFFFFA8FF
+%CFFFA8FFFFFFA8FFFFFFA8FFFFFFA8FFFFFFA8FFFFFFA8FFFFFFA8FFFFFF
+%A8FFFFFFA8FFFFFFA8FFFFFFA8FD04FFA87DFD05FFA8FFFFFFA8FFFFFF7D
+%FFA8FFA8FD0BFF7DA7A8A8FD22FFA8FD3AFFA8A8FD1CFFA87EA77DA8FD22
+%FFA8A8A8CAFFFFA8FFFFFF7D7D7DFD2EFFA87DFD04FFA852FFA8A7FFFFA8
+%A876A87D7E7DFD0AFFAF59A8A8A8FD22FFCA7D7D7DFF7E7EFFFFFFA17DFD
+%2FFFA8A8FD08FFCAFFFFA8272752A87EA1A8FD09FFA97E7D7DA8FD22FFA1
+%A87DA8FFA87EFD34FFA87DFFFFFFA8FD08FF7DF8FD05FFA8FD09FF7DA7A8
+%A8FD22FFA8FD0AFFA8FFCBFFA8FFFFFFA8CBFD26FFA8A8FD04FFA8A8FD06
+%FF7D7D7DFD0DFFA97EA17DA8FD22FFA7A8A8A8FFA87EFD04FF7DA8A8A8A2
+%7DFF7D7D76FFFFFFAFFFFFFFAFFFFFFFAFFFFFFFAFFFFFFFAFFFFFFFAFFF
+%FFFFAFFFFFFFAFFFFFFFAFFFFFA87DFD05FF7DFFA8CAA8A8A17D767C7DFD
+%0DFF7DA7A8A8FD22FFA87D7D7DFF7EA8FD0AFFA8A8FD28FFA8A8FD1CFFA8
+%7EA77DA8FD22FFA7FF7DFFFFFFA8FD34FFA87DFD05FFA8FFCFCFFFFFA8FF
+%A8FFFFFFA8CAA8FFA8FFA8FFA8FFFFAF59A8A8A8FD22FFA8A17D7DFD07FF
+%7DFFA8A87DA8FD2AFFA8A8FD04FFA87DFFC999FFA87E76A1A87D847D4C76
+%7DA87DA17DFFFFFFA884A77DA8FD22FFA8A1A8A8FFA27EFD06FFCFA8A7A8
+%FD2AFFA87DFD05FFA8FFA7C2A8FFA8A8A1FF7DA87D7D76FD06A8FFFFAF59
+%A8A8A8FD22FFA8FD3AFFA9A8FD1CFFAF7E7D7DA8FD22FF7DFD17FFA8FFFF
+%FFA8FFFFFFA8FFFFFFA8FFFFFFA8FFFFFFA8FFFFFFA8FFFFFFA8FFFFFFA8
+%FFFFFF7DFD09FFA783FD04A87DA1A1FFA87DA87D7DA1CAA87DA87DA7A8A8
+%FD22FFA8FFFFFD04A8A1FFA8CAFFCAA8CAFD04A8A1CAA8FFA8FFA8FFA8FF
+%A8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FF
+%A8A8FD09FF8334FFA1A8A8A176A1A8A87DFF77A17DA876A18484A17DA8FD
+%22FFA7FF7D7D767DA17D7DA9A1A8527D7D8452A853527DFFA8A8A8CFA8A8
+%A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CF
+%A8CFA1FD13FFA8FD09FF7DA7A8A8FD22FFA8A8CFA8FFA8FFA8A8A8FFA8A8
+%A8FFA8FFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FF
+%A8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8A8FD0AFFA8FD0FFFA8FFA87EA7
+%7DA8FD22FF7DA87DA87DA87DA8A1A87DA87DA87DA87DA77DA87DA87DA87D
+%A87DA87DA87DA87DA87DA87DA87DA87DA87DA87DA87DA87DA87DA87DA87D
+%A8A1A87DA8A1FD09FF585EA8A17DA877767DFFA853A8777C7DA176527D7D
+%A8A8A8FD22FFA8A8FD09FFA8CFA8FFA8FFA8FFA8FFA8FFA8CFA8FFA8CFA8
+%FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8A87DFF7D7DA8A1A8
+%A8FD09FFAE83FD05FFA8FFFFFFA8FFFFFFA8FD05FF7D7DA8FD22FFA8A87D
+%CFFD047DA87DA8FFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8
+%A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA87DA8A77DCAA17DA7FD1DFF
+%A8A7A8A8FD22FFA8A8AEA8A8A7A8A1FF7DA8A8FFA8A8A8FFA8CFA8FFA8CF
+%A8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FF
+%A8CAA8FFA8FFA8A8FD09FFA75ECFFFA87EA7CAA176CFA8A9FFA8A77E7DA8
+%FFFF7D7DA8FD22FF7DFD04A8FFA8FFA8FFA8AFFD09A8CAA8A8A8CAA8A8A8
+%CAA8A8A8CAA8A8A8CAA8A8A8CAA8A8A8CAA8A8A8CAA8A8A8CAA8A8A8CAA8
+%A87DFD09FF5E5EA8A8597D52A7FD047D59FF7DA17D7E7DFFA87DA8A8FD0B
+%FFA87DFD15FFA8FD09FFA8C3CAAFCFCBFFA8A87DFD27FFCFA8FD1EFF7D7D
+%A8FD0BFF52F8A8FD14FF7DFD05FF84A9FFFFA1C9A8FFCAFFFFA87DA8FD28
+%FF7DFD09FFA883A8FFA8FFA8FFA8FFA8A8A8FFCFA8A87D7DCAA8A1A8A8FD
+%0BFF537DA8FD14FFA8FD05FFA9A9FD34FFA8FD09FF8333AE7DA17D7D52A8
+%A8FF7DA87DA77D7D53A17DFF7D7DA8FD0CFFA8FD15FF7DFD2AFFA8A8FD0F
+%FF7DFD09FFA8A8FFFFCAFFA8FFA8FFFFFFAFFFCAFFA8FFAFFFA8A7A8A8FD
+%0BFFA8A9FD15FFA8FD2AFF277DFD0FFFA8FD1EFF7D7DA8FD0CFFA8FD15FF
+%A1FD29FF592752FD0FFF7DFD09FF8383FFCFA7CF7D7DA8FFA8A87E84A7A8
+%7D7DA1FD05A8FD0CFFA8FD15FFA8FD2AFFA8FD10FFA884A87EA884A87EA8
+%845934A87D7D7D53527E7EA87D84537DA8A87EA8A8FF7D7DA8FD0CFFA8FD
+%15FF7DFFFFFFA8FFFFFFA8FFFFFFA8FFFFFFA8FFFFFFA8FFFFFFA8FFFFFF
+%A8FFFFFFA8FFFFFFA8FFFFFFA8FFFFA8A8FFFFFFA8FFFFFFA8FFFFFFA8FF
+%FFFF7D7D5359527D5359527D537D527D5359537D5359527D537D53A8A8CA
+%A8CFA8A1A8A8FD0CFFA8FD15FFA8A8A8A7A8A8A8A7A8A8A8A7A8A8A8A7A8
+%A8A8A7A8A8A8A7A8A8A8A7A8A8A8A7A8A8A8A7A8A8A8A7A8A8A87DA8A8A8
+%A7A8A8A8A7A8A8A8A7FD04A8CACFFFCAFFFFFFCFFFFFFFCFFFA8A8A8CFA8
+%CAA8CFA8CAA8CFFD04A87DA87D7DA8FD0CFFA8FD15FFA7A9A8FFA8FFFFFF
+%A8FFA8FFCAFFFFFFA8FFFD04A87D7EFD05A8CFFD04A8A7CAFD05A8FFA8A8
+%A8CFA7A8A8FFA8A8A17DA8A152A8527DA7A884FF76A8AFA8A1C97DAFA8FF
+%A8CFA8FFA8A8A8FFA8A8A8FFA8FF7DA8A8A1A8A8FD0BFFA8A8FD15FFA87D
+%7ECF7CA1A876A17D7D7DFF84A8FFA87DA8FFA8A8847EA7527E527E7DA77D
+%7DA8A7A8A852A8A1A1A17D53A8A87D527D7DA8A8CA7DFF7D7DA87D7DA8A8
+%A8847D76FF7E7D7CA17DFFA8FFFFCFA8FFA8FFA8FFA8FFA8FFA8FFFFCF7D
+%7DA8FD0CFFA8FD15FFA1A87DCFA1A77D7D7DA8767DA87E76AFA8A87DFFA8
+%A8A8FFA17D52767D7E7D7D53A8A1A8A87D76A17CA17DA87DA87D7D767D7D
+%A8A8CAA8CFFD04A87DCFFD05A8FFA8A8A8CAA8A8A8CFA8A8A7A8A8A8A7A8
+%A8A8A7A8A7A87DA7A8A8FD0BFFA8A9FD15FFA8A8FFA8FFA8FFFFFFA8FFCF
+%FFCAFFA8FFA8FFA8FFA8CAA8A8A8FFA8CFA8CFA8CAA7FFA8A8A8FFA8A8A8
+%CF7DA8A8CFA8CFA8CFA8A8A8CAA8A8A8CAA8A8A8FD13FFA8FFFFFFCAFFFF
+%CFA8CF7D7DA8FD0CFFA8FD15FF7DA8A8A87DA8A8CFA8CFA8CFA8A8A8CFFD
+%0CA87DA8A8FFA8A8A87DA8A8A8CFA8CAA8A8A8FFFD0CA8A7A87DA8A8FFA8
+%FFA8FFA8FFA8FFCFFFA8FFFFFFA8FFCFFFA8FFA8FFA8FFA8CAFD04A8FD0C
+%FFA8FD15FFA8A8FF5252A8FFFD05A8A92F7EA8A8A1A8A8A1A1FFA1A1A8CA
+%2D58A8CA7CA8A87D52A8CF8483FFA8837DCA8383A8FFA8CFA7CAA8A87DFF
+%FD05A8FFCFFFCAFFA8FFFFFFA8FFFFFFA8FFFFFFA8FFA8FFCFFFA8FFA8FF
+%A8A87D7DA8FD0CFFA8FD15FF7DA8A87D7CCFA8A883FD04A85A7DA87DA1A8
+%A87CA8A8A87CA8A82D2DA8A1A1A8A852A8A8A883A8A8A883A8A78383A8A8
+%A8A7A7A7A87DA8A8A8A7A87DA8FFFFA8FFFFFFA8FFFFFFA8FFA8FFFFFFA8
+%FFA8FFFFFFA8FFFFFFA8A859A7A8A8FD0CFFA8FD15FFA8A8FFCFFD17FFA8
+%FD0FFFA8FD0BFFA8FFFFFFA8A8A8FD09FFCFFFFFFFAEFFFFA87EFFA8FD07
+%FFA87EA17DA8FD0CFFA8FD15FF7DFD04FFCFCAFFFFFFA8FFA8FFA8FFA8FF
+%A8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8A8A8FFA8FF
+%A8FFA8FFA8FFA8FFA8FFFFA87DCFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FF
+%2127A8FFA8FFA8FFA8FFA8A87DA7A8A8FD0BFFA8A8FD15FFA8FFFFCAC9C3
+%CAC9FD23FFA8FD0DFFA8FFA8A8A8FFFFFFCFFD0BFFA85252A8A8FD07FFA8
+%7EA77DA8FD0CFFA8FD15FF7DFFA8C3CAA1A19A9AFFA8FFFFFF527DFD1BFF
+%A8A8FD0DFFA8A87DA8A8FFA8FFA8FFA8FFA8FFA8FFA8FFCAFFA8FFAEFFA8
+%FFAEFFA8FFA8A859A8A8A8FD0BFFA8A9FD15FFA8FFC3BCCA9AC3BCC2CAFF
+%FFFFA82727FD1BFFA8FD0FFFA8A8A8FFFFFFA8FD05FFCAFFFFFFCFFFCFA8
+%A8FFA8FFFFFFA8FFFFFFA87EA77DA8FD0CFFA8FD15FFA1FF9ABC9A9A9ABC
+%9AFFA8FFFFA87DA8A8FD1AFFA8A8FD0DFFA8A87DA8A8FFA8FFCAFFA8FFA8
+%FFCFFFA8FFFFFFA8AFFFFFA8FFA8FFFFFFA8A859A8A8A8FD0CFFA8FD15FF
+%A8FFCA93C36F9A6FC2FD22FFA8FD0FFFA8A8A8FD10FFA8A8FFCAFD07FFA8
+%A87D7DA8FD0CFFA8FD15FF7DFFFFBC8DB693B5A0FFA8FFFFFFA8FD1CFFA8
+%A8FD0DFFA8A87DA8A8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8A8A8FFA8FF
+%A8FFA8FFA8CFA87DA8A8FD0CFFA8FD15FFA8FFFFCAC9C2C3C3FD06FFA8A8
+%FD1BFFA8FD0FFFA8A8A8FD09FFA8FFFFFFCAFFFFA8A8FFA8FD07FFA8CA7D
+%7DA8FD0CFFA8FD15FF7DFD0DFFA8FD1CFFA8A8FD0FFF7DCAFFFFA8FFFFFF
+%A8FD09FFA8A8FD04FFA8FFFFFFA8CFA8A1A8A8FD0BFFA8A8FD15FFA8FD04
+%FFA8FFFFFFA8FFFFFFA8A8A8FFA8FFFFFFA8FFFFFFA8FFFFFFA8FFFFFFA8
+%FFFFFFA8FFFFFFA8FFA8FFA8FFFFFFA8FFFFFFA8FFFFFFA8FFFFA8A8FD10
+%FFA8A8FFA8FFFFFFCFFFFFFFA8CF7D7DFD05A884A8A8A884A8A8A87DA8A8
+%A884A8A8A884FD07A884A8A8A884A87DA8A1A8A7A8A1A8A7A87DA8A7A87D
+%A8A7A87DA8A7A87DA8A7A87DA8A7A87DA8A7A87DA8A7A87DA8A7A87DA77D
+%A87DA8A7A87DA8A7A87DA8A7A8A1A87DA8A7A8A8A8A7A8A8A8A7A8A8A8A7
+%A8A8A87DA8A8A8A7A8A8A8A7A8A7A8A1A7FD06A8CAA8A8A8CFFD07A8FFA8
+%A8A8CFA8A8A8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8CFA8
+%A8A8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA7
+%A8A8CFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8
+%FFA8CFA8A8A8CAA8FFA8CFA8FFA8CFA8FF7DA7A8A8A8A7A8A8A9FD04A8A7
+%A87DC9A7A877A8A8A884A8A87D7DA776A8A1A752A17D7E7D7D84A8767D77
+%84537EA8CFA8A87DFD04A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8
+%A8CFFD0BA8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CF
+%A8A87DFD04A8CFA8A8A8CFFD08A8CFA8A87EA9A8FFA7A8A8A8A7CFA87D7D
+%FFA85A7ECFA1A8A77EA8A8A17DA1A17DA17DA8A85252A27E7E7DFFA8FFA8
+%A8A8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CF7D
+%FD04A8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CF
+%A8FFA8A8A8FFA8CFA8FFA8CFA8FFA8FF7D7DFD07A87DFD05A87DFD07A87E
+%A8A8FFFD07A8FFA8CFA8FFA8A8A8FFA8CAA8CFFD04A87DFD1DA8A7FD21A8
+%A1FD0CA8A1A8A8FFA8FFA8FFA8FFA8FFA8FFA8A8A8FFA8FFA8FFA8FFA8FF
+%A8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8A8A8FFA8FF
+%A8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FF7DFFA8FFA8FF
+%A8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8A8
+%A8FFA8FFA8FFA8FFA8FFA8FF7DFD0EFFA8FD23FFA8FD1CFFA8A8FD21FFA8
+%A8FD94FFA8FD05FF7EFD19FFA8FD05FF7DFFA8FD06FFA8A8FFA8FD12FFA8
+%A8FFFF7DA8FD1DFFA8FFFFA8FFFFA8FD11FF5252A87EA852A87D7D7DA87D
+%FD14FF7D52A87DA8537D7DA87DA87D7D7DA8FD057DA87DA8FD0EFF527D53
+%5220FD19FF52A87DA87D7D7D7E59A97D7D7DA87DA8FD0DFF7D7EFD0452A8
+%A87D272752A8FD13FF7DA8FD04527DA87D525253277D52FD047D2752277D
+%FD0EFF7D7DA87D7DA8FD17FFA87DFD04522752287D7DA8527D275227FD70
+%FFA8A8FD92FFFF
+%%EndData
+
+endstream
endobj
10 0 obj
<</Length 21043/Filter[/FlateDecode]>>stream
+H��W[oܸ~7���>�l��H�FQ����m|Al�"M��<�gTkD�.κ����F�M�֏�����\H�ݟnnOE��ixx�G�ޥ�*ݝ{��]����!��t�!`3\₭&�_T�W�9�cn47��?�OE�?1��j��N?W�fՂT��C��Ί�d���b�N����B>��ͥaI�ؔ ���Ͻ��Ob�QB��_�O����,C�wFi���SB���dz=�T3�tz��>յ��s/})���H�}Vu��yI]���2�n�|骢���f��n�s�T�ʷp�U�����믺{�����4_;
sYm��|����k�k�
�de4@�w��q�	q��*���w
+���Õ��}S�ٚgK�W; ݪa�;�Mhz�����A�'��3�l�@��y�W��vWtO���.p�)#�ħ�;�kkȻKZ@ψrb���=+LҲar��{��� �<€�p� :c��I�b�\�o�ޕn�2�
�տ!a/�x"k��7�I��q�K]�zO��y]�8Y��u�+���.u=�OX���|,^��74�nUs��n�b�M�S��"0�dME���0�40ڌ��[�7����T����x����C�c�1w�S9c�?��'�a�à������E�g��ƪl�T�Lz��P5
�T�7���Ŏ���=>�r|r��Q�ͦV���+���0���iXx��C�+�RU5�Z>84q�����b�Q�t�q]uP#���݇��z����u����@Yݵz�k顈8݆���3�t;�&-���
=�@|ՔE�����hN�C���4(�3ꄵ�K
kh�W"��\V����߷��A#=v�j�/�B��N?���,2�2��u�2���G�������j]ԍ��K�U�������k���䷰-�����7ݏ�Jw��픚ߊ�8(7B�����kȿնVeU�h�^�%��]ѯ��zĘ�m,:�1�ۢ~t6&b�!�}a�T	gQ,�)\|�<{a&�駓��⾴ E.��,w�.������#��e
��k'p���Χ�Yn7�C��/�u_����O��	�/��g��n�n�;��>lu��p��O��.��bVR�p�_�á��r��AT�Y�r\��&��GA8gP;v��I/��2˕�se.�������̋l0^���;�B��]��b�Wv����챛so����چ������Q�-�w�8��`}��q���v�Y/V��
�b��u��1���G��鱽h���{w,�)�-�G`)1',Gs���G8LD8b�'�G����A�U��.)��[T�uPs0����'���v��U7fs���͸��w�u=;91LC��acv2?����50��*O�9��m�~M�+㳡�"��p���A�}��������6k�y�ǡ�ď?���Ǫ)A�6�!�zך��v[��l8��[���#|3,j�Re�j�.0S`��~-��M�U
��v`�mW��V��V+K;�%f�\�����{�$^�,9>tf�k�5
+G
+눣xL�B�U{Ii�>>��\�Y��I.r��<�iN�(s��<���2��L��\2K*��d(�D2��LfY�fI&2���,�hF�(3��,H�T�Y��I*R��4NiJ�(
S��4H�D&Y�&I"��$NhB�(	����"Rd"��&bA�H<�g<�	�Q�x�)'<�!���L���,a�q>��QFX�B�bA��2��4Nb��qLcGq��ͩ�MiB�Q�^��F4��"
+>��H���$DN�	%�D$$� Dy$�,J�$�XG4"Q��P�y(�,L�$!��0i��Y�C��9�8�)N��3c�	�p�1F8@9�(C)J�@1#��P�0B| �$$HZ��h���<@��/��[%�-����K39�)��r���`F��P��
+|c��׊����S����B�@j��E���b�1��C���;���@�@0
�!�P�h�Xe������#H�T0�IH��7�� ���wa`�ܳ*C��0���-���Ej�YH�� 
+&ة9��p���	�"��&�	bB2:4�2[T��I�ڲ'�����-`�F�m3H��4��6�����a���x/�I�#
+���?���屫�����"0��%Y�H�5���'NdeV����jmu��DVfVef�'�(���0��� wS��������t�8���*L��Kz��LuZ�1���%�~W���iC<M4��J����-�t�G��v�I�33�g&�ɬvn65;5��J��M31OЖ�z�OC���-� ��o�Q��+�[���Fr�2"���<�<����n�[�i��c�.ē�Vm�Z$��l�bg��s�����{t�CO=2ւ`嵤؛*��J�*X�����������,0�	aG�F��S�`�ĩ�4���	�t&*g��� ,��D�]	9۠���|S�2��Y�̢hM�����E�4e�h�LJ�o��h�E�,:gQ:��)7����r��,��*�-�KO���5B�\h�f�D���/��)��^ˋ�Q23چ��v�]h\=2xb��ɕ�\�ѹe��udn��rŮ�Q!5Ӯ4�����ܟ��'2���,�B�F�@2x���b�H��Z\H�3�1�'ң*A ���ub�i1S�8rE�8_���̥UD��'!��c��}�[3����ϼd��՟W�z�.��gv�k�]�n��w��]+�3>���-ݵ8�#Q����5
+�
+�0��ՙ-�#�9C�v�Z�D�vA���t�yt����Ȅ��qA��X�E&ydVD�ed^E&N��ru��X�GvnjlD�P�*�A��p[kA�D$o�*�4�Q�k��X�̓t)���
+}rV�\���kQd=*P��(X|�f��#�"����
+�N��8�Z���`��������3�~=�8.�{�p�2PZQ&��
+Ōж(i���V�i�v�Q����2.3����r�j\�?��i�G��!ۣ�WӼ�S�suy[u�ۼ9JMX�u��Γ����D���?���^��w�/���ǵ��]�y#^�Vw�y�����y�OsEq�(,���X�k�^��빋�*T�(PI�:P� �P1Є���*T�h����؏����+l��ƾ����뽶��d�w�z�ꡪ��~��=�uA�I�A�;�
I*�K��hf���B������Vg�������
+^�޻��-�+���~9�h{u�����aƏs�^+I�o,w�+7��k���banEI�/˯�%y]�Q�Y�sA>�1`�r9��^38-�8��2Xʣj{� ��R9Ӊ��|g�)���27R��
R�˾W�ME�(�2E�ȀJ)p��w�$�P@��1#��H� &:^o
+��!S4�l��"&
+��	�f�����I�A����M�PhT���~'��U���3R�X�"�b$�^�n��+5��R��q)��}�W$Q�(�hR;Is��G��OO�����w)K~�j��N�������2�����mWG���ͣ����){~����i��U��F�����?7��K����z|؉ ʠ��ʠ�ZK�.���C
I���&��n*�.-�D�v�M�*�o$A�%�X�P��W
+��t"�I�B˔� �r$�B#��h3��3���R��r�RR�-�̛&��ndv��bL*R�JS�*�'J�ex��� Ϭ��"���iZO,M�of�^���1��g��4�`��Zt�i��ʹ�fL������7P���E���}��+�F�ן������>|���g����~����/|��ٻ�>|������x���������h]<X�JS�5W�,�TI�?|�/���_T�����?�����>�ß_���y��/���m�e���m��?���Rm�~Ȧm3�I?�/m�e�]��_�~�o�G�'��I���1g��S�^�@�4�b�]*�*8�)������!	ēF`�K��1����cA2is�
�CqA|��1F|�;(y8�A^f�F�c*���GY�#{��3�����c��
+}����L1�K��vBuY�Fk�"��2v� S���[W��	�I���"~yyN�k����у�T��ď�g�6�1ٳKA�«^��2��oJ�>$}�˩J�5��P�,;/��M�Ƕ�?Ⲑ�Xm�>�F�/`�ů1q������.��W�#n@����Fh!����>3��`��fc闬.�)7[Np����9o<Ugs�+����A򨽤���8}�̀�2}D�j4c
+�tXM�2K״�>���ŋ�	U��;՚�E+���f*�0!�uV3/ ��$&k2c|��	a�M8W�I��Ó�����̖��ٰS� ȡ�9��7�@��%n��/��t��r�ɉiU��scK�A�u��fD`�����~�����N�:v*�/�D*Y���pA��l�A����ҏ�(��4�?1 !����|g���
�7��[J���f�GdGʃ��ې6D[Ia0P|��q��(��:������͖��7�W�7ҏ;J#��1P��eR��-e��r��` |ט8�Fy0>ve00J��-cg��@x.��@���јL�>����2mP�3>"a0P���c =@c ���` |�uvDc��30f��(n�;JcI�����[Y���([ _�������f@p5�@P\w�F��)�O;���݀�,9����g.�<X; (�R���j|� \��v2����‡F���J��I�< H�� ��: �<��$��BPT� �2 (~�� ��D�u�@i�)v��2�!(>.�[��':�7�t�w��;�dk.����;�O�n҂?y�����Q���6:�ķJ.�O|�����U���O:�"$���*#�dy��N?�Y(�~�eK?4�����b��$A�k����:��6���Wx�"����(/UZ5��WDP�ڒ��}��=�E���{�z�o�ѓ��7�C�]�eՑ�\?4{����
�t�Z$��?4˓̌?�6B�?Ԛ����YW�?�Hu��3[;�C3����ƹu����v��f*����k�����U�?ԥ�lf����l��6Ϳ�"�>�p�g�>6#��:�5��I��Ϛ#���Ecՙ���15�|���};�URe��.����&!��Ο��\�E��ӻh=��|�����5�����O��)y�7�i�?�I��� V���c���	Kz���K?;�{d����hj���c-�# j\���'�# �ܒG@~��kUV�9=y�k�3Z/{d��#��銀lJ�Ⱥt���q1\�w���DІ�yD��~E@�LQc�{�R9# zu�D��K�����h&�-��۞=���;
����b�{����"`���H��x�Y<�g������@L�Wd)튀l��z09�{�C��v�C@ԭyd��J�l��	p��	�2�+f۹y���'@��J����틺'@^4�+r8s���{Zr��p%@ΩV�+��9C�����	��vO���=\	P��	�VD�hu��5� �<Z]�Ȟ�'@��'@�E���� ��@4���|Li3s���@4����@<k���$+�i �����̭i j)��\���T6Y��@^�n��i`x��a`x�p��6q�,���Q9lr��f ��r�f �E��@�S��<ã�b����Ω_���ZLQ�'���"�C���襔�25f���[�DSx��@ԥ��Z{�D�u���=�}Ȳ��@6���VǸ����d�����S�� �.yR��v"�Rʅ�������#h�^ZSA�%9��E��A�gm��=ظ!����F&qI�nr���$ى`dF�����8���8uC�u��ϣ��g�6�P�B0r�!Ⱥm�n�[&A�駁�-A�yrC�u��DS�!���-Q��ъ��e ���2���=��d�Ǐ˳!V�Y���^̋?�q�e���+�?41�q�ǃF"4�X�#]?�^����1�m�Z���~h�0��ꎗ��/q�b����'��o��R��ʪ#s�~hv�,�~�`\�.�P�����If�j��jMIO�Ь���j����K������)5�5έ�?�x���?6�P��cm��ǿ47S�l>;X�u)#���E���i�M�o��c��$\�ٷ�͈�ǺhͿqR=���*�}�Xu���G=��Ʊ�5��h9�?<�<>v�8����/�ݐ6	6w�l���c-���E��_�˯�ş���V�~�gMɋ��O[�N�������:���4���������;��C�G@�Y���viK?֒=�����{=��-y��!]0r�ʊ�<�'��v�zF@�e����z�:]�MIY���?.�+��~���5����ܯ�	�# j�����T��^)���R=ƊߤWD3qo1D�{�����0=,"]���xD݋^06��H�@�)�G@�6E�|�5Q�Wd)튀l��z0iƹ��Ds�`M@֭yd��J�l��	p�dҕ����<�A���r%@kO��E� /�ʕ�9��x�s�=-9UJ� �T
+F�+��9C�����	��vO���=\	0������	��r%@k�'@�-x���	�=UO�VO���~+6�{���$xl\�Ds+����t�N��X�L}!�:�r"��9�B��ܒ� j)��r��2��2<3Y����,�V�^�2������jC(�@��4����N#�@�$�,9r\��@h��i`÷������&�.�L�.w��N;�J\��ԇw� ~��&����k�ĝ�x!@R�� �>�
A|��� �u9�!�g�ˍ ��#���}!���AnltC�u����L
+Ƶ�
+b)�:�[A��æ�_��|��
+��mS��MA�z+Ȧl
+�.iS�Vƭ`��r�`y�SA<�&��KAZ�׮NC�s0^6��ؗ��	��2�٩�4��4b�HpjN�@��"����%�\E�<�'� wwm�)����@ԭ�/��s������
�Xd�Z�R�8^;��U�ܐ1�:�Qz�\��m�AHSjR�0p~�A�Q��ڀ�� W�fk\�!-�B6#W�0�������ц�na��R���d6
�W�Z��!�J���D��D��[�SD��y�I"��4^��ҝ����W0w�c!8�خX�E\DLl
���X���I"b_Y$&��HLo��N�K�rab2)�H����I��&[y�!~�`J=cE��	y���DnvB��D����h,��D�v�-3[���f"j��O�L�e�(��I�D�.wl,�D~;޵�D��<&�IUN���H��� �HĨ�������H�J��1*O|�r��$UV,�A��S���N9S������L��)Z��,r�!���"WF�A����]i�-w�G>2ѱ�\:�8��#x���#	�}��~��ݛ�_~�����_?������콴U�	���w?~���ӿ^�|��������o�~y�c_������y�ۇ�����翾���߿��a������c�����?�|�U����Q�_?�_���?����}|�y�������\���7�{E=�����g%��,
m����՘���xz�~s�ԗK�$7Do4Ї�gk���7#(QR6`xa��f��ʬT�OO��D?�5v�����߇q.���gv�%�O�9�I}�o|�.��������}���3��f2�ěS��N����7ڷ`=Pe�XORH���͟���%U�`��>`�w"��/[]]	{��<���=F��:`�O��$0ڿ�V��{p�Lx�TJ~�8�G����D���=�V�=�#y\�G����G�����EJ0b��=�ޏ�#w7m�޿�_سxў7j��X��'Zs��k=�{<����kr�KX��ل�_ڳS�쑍��z�;m�E=ߺ� =[�[���<_γX�/���Sm�	�z���@<r��@�o�
+�����Oe���Ƴy���y������[��6|m"z�5R��c�E�m�ᗤ����M)����6C�N�r�~Y'�G�K�����m.l�o�����M�ޞ?\��m8��qk~�M��K�5%.ͷ6n��kws&�m!*�y$�0�?�O��$�%W��#O��������b;�m�3�����}�^��y�~K�=W�!��ѱ��|;���~8�?,Ǘ"5��MS~8>NC���G�������e�-�zLϏᏔ�e�&ڏ����>�*_�o�퍷߾4����ĥ�*K���c����[��K�Ro��5�Ƿ�h�䏦%���E8~K��mşE}{]�o�ژ���8p:���[[��~�*�^vHZro��}�?h�r?F��V������?Kʛ�J)�N��Y��+��G��G���>�=��b�F�d�u6lr/��C�-��D�\���r˥��n�m9�:�țs�(9��7g*�ev�Vr�4�/3�g�t߅�[Tq릒[�xߕ-��QrH�c\�є���x����+y�9	%�yjr۝܊���r�N�rl��X�K9��ʑ���
+)��Qr����J�!j�(��]C�JnE�[��!l�[�-p?Jn��ݳaWC�'o��K���x)��pr�N�wh&q;9_�|;9�~���*�Ktr)��"�w*G�-�0�[�91���)G3K|���u�N������cV�'���%:�M�j8�eS�Nn�o�qr�w���>$�r�خ^)G1�pr�R|���kkG���(�9|(YC�o'���₿9{��k89���+�p��#�(�!���C~ܣ�#[���`��q��1ky)�I�y(kyh�Z�"���M��&)ea�]>����|0��~ԃY�{�|a<�rX�!;��`̃ZS?�k��Z�2��V�>��ZPF�a�������.X���rXktQ�_�5���km���`-��}XP�6��x��Q�3�}`�Ek�8*�YAZ��������37i�S�AZ�������ֳ��������k������YDzo΢�sg����,��9����gjpyJ`�ח��5��l\bQ9��R�7o-(�aT6e�%_Ѡ,k�ey#�AY\���XM�9 ��MiY<���R+ԝ��l��ߔEb�}(�.������@6��\��<�c1�r��ȹ~��[یE�;c�z��X ��A,rփؼ��X�;g_�`j�W��C.��}��Q��>�l�}j��D(���S\��a�|����O1���|�P�|��k��,�%4��<F~��"7�>\$i	�!k{���Ԛ�{\4	�Y,3�Գ�qA�bS=�`Ny����V�Y.Í�г,R䅞�z��jGrO�yJ�7���S��g9�)�\��Yqo[�eC7�,��L���ԃ{�%i3��<��js����.�=˹��v��b�9�g٤c��s�/�PL�V9�q�E>d򒏷��Y��E����C>�Z���Y#��	�t7�l�=g���աE�Wf+/����S5ȧ⍿��.�������P������x����2�}���}����>K�1�@�T��>"�yD�1��CN�����U�>�C�z�؇�dl�!��^�Y�v�6�H���Y,ͷ�C?���?˹��p����?���.K��C}���#���W�3��\��!�./�P�>��������� �i������C@˭�EZq�7-ϩ9(R?�ZS�hqӍ�l�jh��iD�[�Y���֛�V�.=hYF� �嶈xh�.ڂ����JP�����V,�z�@�u��}>���R= P�k!��{#Њ���{-�@d-�E �����,�N������@ ?�G#"�yt6YS	�F2���;�a t�2��ZG0�RU_���yE��b �����l�Z6��D ��k}hE�R���@ G$ɋ@�2���@�����r��@�ԃ�Ȓ�OVk���a��F��'����@|e��a �y��@KM���@���e�U�냁ȩ�` r�|X1��ߒ��PvO$�Wye?&���m�z0����0En���<�-�՝�0ZK
r�|��@������:
�^$-�n���^Z���-�{����al�p6g`�Ś�ɞ��1�ɰ%�00\�����E`6asst�w��v����v�������q~��C���<�������(��g�|�WS�V�^���"���Ko��~�r�C~Dr�s�	���07Z�G�#ꇀ��ݽ�	����"�*]�% �jjV�xكU_�Qk�D�2��S��"_%ɛY����A �y��	�y�u��}�"��"�K�lF��K@�Q�73(�h)���������`̡@�������Z���-7��1���:��C���9��zݴZra��+w9�`��UR���&d��⭉�xHp��,���}���QY�s�Nw��R�Q�?�䓧��I��C�z���\�?.��ǿıh��KV�O|V�?Ԫ6.��͜��'��Z�\��������_��?ĕ�\�����x�f��,Ò�+�H�Vf��X�������D��:B@�=���"n����z	ʑ�m�>ż
+Ȥ��}Z2�>�G@&ujXxP�5d\��2�}fM�x�����о��v���?��]�Y������qTƬ����m�	h�Z��R� ƾ8V��x�"���p�k�Ȣ���D����B�� �z�d<�@Y��u����'���4����G@��L��	��/��>�& �Q�&���/�Hb�E ��	D�G�7�y��&1N�-����C`�2����M�E#��U�A�=y��[�A ���M ��3,�҃@�:����iA�
��.#q���f��'���������%���V��@Ķȷ������@$W�f憱����h�W�j�M ����	q_��!I��8��g���z�	D,J���V�@�Շ��d;=��޾����@��������%�d�Rn���>�`<d�8�qh��')�s��OIF���̳	��7F �V	�3��7���m�h��|����V�m �J��Zf�	d��\6��9���g-��LJ)!�q3Zh��}�es������xz����u�%����Q���@iP��@�^�2�R\�"t�L�L,aD]U7s��C���~�s������O�B5��5�����4n�����~�%�r��x�":�1��M?>$���cܼ!<��5�������L?�����IG/14�C\Zi��p}���臤j�����'�bJr����L?��v��b���!5K���(c�~�|ix���^�~�X��C�ƍ�=��!����O���?&���O�!h�xd?���l��#������~��d�5��!�?Ƶ�?����?���HƟߤ�+#�c�K	���}��?$�������9�c��2o����X�1^�Yf��c���?�Y�q*Eo�Y�-��и��Z<�
���TB@�GC@�)�[@{R��q�Z����`[ӻDNK�!�`����.}/;�/���e "Q?��@,�^�#<"�CB�$i��A����ZC��:5����u䃇��!ȅ�\JCqn����ƐA��"�1�������Iρ �ȍ�@;1Z��� �:h�ɓM����@prc��p�]�6����#����\&4
+y��L,��@0�[��L��ގ�	/��C��>�[>WPpޫ�(hg��P�oW���o� ���݋���W��<�I;
+"n�=D�&=
+�l����v?I9��洀~K�
d��c �69��4��@�g�����a j2=DU�*A �U� �EhǦWQ�8��M�`����n�3�+��g�{�@z(�@ƣϛ@�����P;��ΨA �uz) �1K8�-���j�M�݃��E��<]`�+W�N"��a��PYAT�X
��n�g��<b�aq��&!�qz7�H�$�-�r��$���LZ�V�8䃬\/�Ֆ�C�i��5@d��2ow
+��&	�x/�!\��D
+a��Q�H�锚��[a^,&�:��p!�����}�XJŁ�����!����j���p�����b���s���\B�L��QI�U�6��@co+|�X��|��y�6i�Xl��@я5�F�g��z���F�D���m_M,x��Ngȃ�9�L,�@�Mdr��Vd�eb��ϯE$Sy�y��
+1�&W2Td.�Z�1C\͔�".���V?��Kg�Y]M�w��"��B+�_t�Ft>�!�Ar�YD���2���MG��%�)7�����/�:�&#㑪�4&��6L������G����F�����t��-C��s ���׏�~�������_?����w�����>���翿���~y��?����~��ӟ?�������U_�׫~����w����~������ȿ�ۻ/޾�+�����}��ǹ;��}���~�3���dV�V�+�7c�5��`,m�d� I��y����g��X�9��Ⱦ5:=��#1�����1����ښ��l@ךV\�qE��w41����.�fo��G����î L�B�pʫUn�g��X٬�{Pl��6t��U��pK@o)b�����h�w#�V�
˸�”�c���B'WIn�����)�!Է{���{l�b�KY���/2��8c���x�nO�9��.��`�3�ه�N�&�&��.bO�XmvQǓ�[��aI���Zc��X)�)]힦@1��ǻ��ѫM
+��R��L`j��2�1ʹi��v��Nčs�y�b�3*�cȹ��b7�e�i?��%�}�a߸�׫�Af�vg�c_d��=\\$�N�"_x� �ebC�jm��M��Y�/v
�,�N������Om�v5d�$�\H��p(����e�l��Fpj�C�1��.�o�����
+�u�\��웚6Kv��(�y�-l-��Z�}��^S7?6*83�3������cnRa?fq�8s{��i�C���c�7����|��<�e;���h�H+��>�Ų�S���Q�GZ!@�A-1�C�pw+�Z|�<>Ԋ]�[��z�eX�[&�n�1҈�-�:�[�
n	
kx{�']��
��-�`{w���f���-�p����!�޲a ��B���76�����SJڎ1\:@[���b�mo��K%�oa��������R[tiC�-Z5��G[�"�ڲ-	}��hizo�-;��ز����M��&�h�ʵ��E[3�e����"�i���~4�E��Dj��+-j=6gJ�s�8�z.�����i��6�����˯�,bk���F���8��$��`&O@��{a���b�`F?�bB�>R�~�?�b6�H�Y�.�����a��$��b1��"�~���ֶ��+�N�a�U��"�}�Y�S���bˬ�(j;�C�f��i��?u���̺}&R��kj������EN�@��M���;:�~����Z���y�}.~(���������><���}�v���_���O����l&|�Y<����w�ǥ�;K�ǡ���ŦpÇe��۱�Et���}�{����Ns-q���9��<-]Ӿ3�~X��hb���,a�r_��l�}����>�Bڇ����k�]$�-$�C��}�C���~?�~�e�W?޾���JK��֫�=��}b�?<ሣ������~|��k����ՏC�-�3R�S?�¦�~��q$%x7=��뎞��lj�V��Q�9��J^�X����ؓ?�T�����h��\����/k�^�P܍6�C�m��
�����Ε�!K@M=��DQ�&���K�g�$�a��nK��	d��5��.�"��4������4�5K�W4�A<u�r�4��5·�A/N����L���u:����d�c
+=��:^���f�M�U�Aϊ�U�k6b���ی�5�o��^-�*�y�h�8�����2��چ=��5l��� ����v\�A�ݞ^�h%z12�<BJ�l����b�$�?!����e���=	�;k$�̱�^Y���F��羚_1���
+w��Ug:���f���Uf+l�� g���ANU�� r M1���ˠm���e� �Hi/�,�:2ƅ� ���u���2��"�}��A����tz��y:���t�?�6�:��̙z�j:�\z{��Y�� r�cD���A�Z�}��;md�Y|��L=��� r�]Q�P�"���A\Tc���9�j:���z��F����\�(�AϾ�&��u:�ˠg�vг���:X�����ewn���c�.���������Ii�:X�p�?�_�;�8A��þ�Dʼn�à��E�G��R�\q����a'�9��<����D���[�� Nk�酃����qЋ��u�^$�\G�8���H�կ��'�Q�zčb������QЇsI�Vu���*<��*�I�l��J�g*�9��*ȉ��
+"��Ƞ�"�A]1�5�d��D�D�B���(�0��BI�GA^7X����RA乕�((���QЋ�]�EУD[����{�r����]=7�}A-������E�s�|�J�]7��X�q� ����𒋠�8Є�%V�k`Ƀc�կ��yDo�c�?&u=b��PF%��寭e�@���E���
+j��Z������z
�b�m�@ϓ��FP՟��A/V\� �Yl�Dгn��^l��T�s/��QA�.\��]�����CR*��H� �]&�s.�
+"�V�*�∦�
+*~z�� �J{D�ƾI.B�c�^yw;�s�����b�i �Bh Fe��*��,ˎ�|�z�>&m|�I�&��A�����O��.��5ڼ@P�G��8�]A�A��?�~oA�簃 ���Q*�*蹮uD��|�>]G�T��(�y*�<u%�ȻռzQ�X� �Ζz���� �j-�,�� >/������.���h�� s��� /�RAD++Dnq�� ��"w�� ~�Dkx�c�X2ȱ��0豷�^���ے����d�b����^l���A�N\O=�;_k��m3X�q׬ɠgU^�h�U�A�m.��w���dЋ��y3��'�&��gA��eЋ��=�b�"��� �v{A�*� �� �5o�-D^��A�!�"�bK.B�K����{[�A~g�d�9f�e���9� r��Gq�g�� ��-=�֕b��Ư��U��t��d�����A��V5D��$��^�>]Q�T��DD���
+r�$�L1&D�@}[A^'T"��}�D�y#�"(>�b�E��A�5��]Q�"?z�c�$��+�׼�) r��"��)���_��� s�/����P���j�����+ ��K
+���8iQ@d���
+����[@\�08׌��P|�)�`rc𷀂%:�+�`ֵ�z>�@�d/����ٶ�������i��^\��z�:W
+�Ϸ�W@���Z�����g�m��z���G�Q=�s���
&�s"�z��K��h��@�q-�$YJ	D�ĦI.B�[�/��}��@~gJ�3^Yԙ"������@/�����~�ɲt�z�K�$P��@N�*����Sz蹊^=��"�Yo�'�$'� ��s�r�=
+�@#�P��
+�BERA�$d��|��j6>�����Q����Vp�ь�}�e�tpb4m���\zۭaB�E?1XB�k�������Xc�%���h:6��%���3�:!�Z.�%!��E�@8�AԄp`#!��g
+{!�
+eԄc'�X���;�#
+��]J`���HVv�1Y$��x+l'��B���꩞�E ������S�tUK���4���T�&���4����j��.'5�p2�C8y��G%8Y��r�N���� xw1? ��A�m�0��U�n�F[€S��-a�k{HP/Z�'	#z�R��jh�CBvA��&!㘷��W�z�0��[B�lV癄�k�	1XB��IL��6�!�^�Cȯ�RЮ��y��!�� >��nb9�+s���r��"�*�b���؝A&���;��Tt?�,Rr����A�3�Eb��
+g��h�d��&�dP�� �
+%�bM�+Ȑ�]
+��3
+"Yg���l����bw���f�	1Q��[��������1�>�N�Xb �h�!��srϢII."�k��I�<s>M�h��d"�5���(r��<OO�d
�X��J�[���s��t�H=˂���qJ��(4T���L=�o��x<jD4>��]#��S���:�"Q�\t�
�1}�W�1�)�����-#>��1aQrr^5i�`�4o>`���*�F�4H��0Z�SN�5V^��r�͔��"�+��+D.��Y.��1-�.rp��r�6��[focY�a�`ȻB�w���d�5&喑�ɶ�dD\�+����[O����
+�ouV!bU2M8*D��YR\��N�BDF��6��Զ\��g�}���$��6�H�|y/i��h�#c���c�ח.E�Y'��ub�Ɋ2Ɂ�Ʈˆ2�g�����}���w�y��ç�?p�՟_�|����������?����7�z���������>����������[�}���G������W��O㯟�W{y������쓿\_��쫃_�P!�4����*������7B�Ԣu�b�ڏ���iaWt��H��D���2�K�K��6�J�_��8XɸY���l��OA����,A��פ"nW�i)�1�q�3�u�-�Д���GB�`F��K(&J��c���`�b"�}��f|^�3OC�0X1���F�A0�5R^"�^�<�P��J��a,Old��PF�U�����8R���],X箲�n�2�1:���k�
+��j�)��A\Z� ɸ��I��_�yq�� ��j�)KO8҇��8Z��gZ*�fĹu]�_��P��|��5%�W��&.L��:�"=2^a�����z�r�q���1+���S�,��/�)�6�B�I:r�a�$DCT��@�5��C5%r�q]ԕ�|_�†��ۍ֮c��e�x��{H�/
+��
+v�@>��ra�+�����^ڕ�E�2(f.%7�m�Wd��5�2�h�8���\�E�j]��T���櫽� �3퉠���AqT����7��L�/|�,*�dS�2p���H����d1�3�)gCs�_���p�a_��y(�An�KY����ld][�b�M�S1
+��ldYNf1�Zԙ�<��f��o�Fk\/k#��M-ÜNj9������i�".#=����Z*S��-���-�/k�r%mk������b��b;�:�ږ�gޭ�X��=��娰m��mc=��c����Z���c���21����wK�P�V\���`:����	-�G�C����r����Y���YŦ��e���;�A4=ٝel�$f�[Y�5;���m
+*�0�v*�{����K1TWV�x*���\YݨvW���$Y.f�ёm�x�,d�&le�O�D���"�R6�f<�e���,Ž�ԑe��Yƺ��^y�8懱q����h����)��R�T7��c��"n6�X6|���}̶촏a���SG��i�ln:˹�KF��C>���;|Y�_�1.o�*��脏��c˧8�i(4�1&�c^z��A�>Njr��v��G�9�{Z���!L3��aLO��C��W�3�5o豿U�zjg��z�T��u���t�B��i���cWs?ݫ��w���%�\�۪��{��B����	^����h��R��m��(�{���{����{�c��m�����W�.
K�ǘ��!C�.�m�ǰد���|���^��.��|l���v�׶|X9����齚Z���2��]>$��z�W�ps���%��)O�t��X�ӇX�|�DŽ�e�}�V�>�1��i05�Oqs�S�}�4�}��T��8,O��ʵ��>��6��2�>����ms�7*�G#�ڍ��v�DZh
�5�_�~��c<,��I;i��ӭh3��r��y�8��s�����c���%���i���O4���Z���W+s'�H!���x����a wll�گ���b�~�[U�=VY��"P�.����]@����Y"n���6�ٞV�m_�S+'��l�G'P����r5Hw9hz��r5Y�@�z�;��!T'�q�F��ҥ֔N9X����I�m�2�8	���p�%k�D����8���
ԍ�t�9v�i�t	�
ԋ��
ԣ�z�E2�h`�@^*s?
T���2�y�~����$��>KrάN�v���@
��*��
P)j���@š�����g̘uZK�
�����4�a(�
�5���r0��f����@ơ��@�պ�}�8��2No3���\��D��d��×����$�ۭ����5=�@�tX2����4[M�
�Sf;6d����3�x��N3r�٠D�su3w�h���`3!��
<[������Rs��+7�/m6�2��'��U�F`�鷾$#Ԓ�F`ĂX�g�cI���ql`L���r�������ŷ��f K��@vh���g�18R��Id �d���@��t1�%����z�n����z�c�Y>��:�������1�Ŧ�@~��zn n�}�r�"G@>���d��Vo�S>A�����;��-���I
+ȼ�L��4�	d�[�$н���	�
R�&Ћ�Vv=Ǫ8���-�_w�x)���R@湅�(ؿ}|�����-s�D���_���[<��[c�v�D�m��b;��@��%�D�_�r����gZp ��@^w�9N1�b���_�
+�u��ַq�C1���M�xi�\���?4k���埠3W;�	�Y����o�h�#�����x���?�y��C�-Fz�-�z��6[	 ��5@d� Q��) r/{裀������4�*�%�_�c��(q�p�9m�k<�# �c��xP�S��lRoY�=mS��E( c7���-���!���i�^�=�c�U�?.�\���YVK���P�(u|�6�$�����@���� ��x���[m���V��f@�x-������%�- y�z��uDֵ���q͏��vq<=��b�) 㴕2�	������@f�5	D���E k��~�2N�-	��K�C�r����V�oN�����~ݕ2�88�̵��@-��	d�֓@�6���țiI��\�fN r�����խI�Vޭ&��=:nQ���a "x�i 2ެ�6�=�y?i�B���	D��r�b[6�@���	�������18:�ȫK���כ@��$�ȵ4{d��!��vf@�1����� j|[ȼBM�y����إ%���@���-�y]I�(�HN��}�I�ÆȬ{�@^T�`u�r�eI�?���
d�4>���l*_�@u��@oA7��Ӫ�2����W�[@�=R@�&#��j���k�cQ@��3�u����2�5@��@i|h��E��@F5M��C��K���C�c��YۥJ��F�Ǭ�K\?���'�/���G,�7��s�~~�i��pM��g좣��K�Nj�}��~�-£��������d��!/?i��p�'ŭ�5k��p���CmvD臸as�����C��\?��o�����~(.3I���͕���[ã�����Q�����Aڼ�C[�%~ȸ���'���+f�O�S��yj�S,�x:�}�YJ��c�����{]��0֮7��U�?�Plj�/�i��y�f���͒?�b���E�s$�dU�?6˲u�'�il���x��M�r��N���?d;�"�qȞo�@�&�p�=�k����X
+���y*��/T$d.KR@�q͏�|m|F@[~89��3NΗ񳏁x�cHK�ֈS��V�5F�D5��A����A�8��^��-�Gb��2��+�eg��#ȍ\JGY[� ���4|��� �;w!H��D�+']AܧΘs�XE���AF�A6�(r!Ȯ��@pѷ�.�W�g\�bLtV�},���>L
+�����������1,h�ގ�t��Q�`N��/�jK��?
+��3�(��[(���m�RP8��� �iAg(��J�(�b-�(x.�
+
+�.��U����_��@��������D/��:[��f{\l��1Mժ<��!#	d���M ~=3	���Z'��to�\���n�D�<��	��V�:@�H��>�>�V����0�e)�����# �u5�qX�)���G���ΘjQ�A5��h����(��/M�˚�@�%D��4�BЕk�r�:i[C|J��&���ZY�O�����k�ȂKx�X���aI"
+�^�!.l��6�B���"���1RE�����f�`�K�l��!g6Ķ�|/�gCt�u����!��?�k8�1N�E���,��âb��RE��娨��**��i��x�������AѸ��Hq���(ƹ��(�0�[O��������n�
+endstream
endobj
11 0 obj
<</Length 21380/Filter[/FlateDecode]>>stream
+H���M�e�
���~��)L��X�%��*/J-$�ٕ��fh��0]����t�s��.
+%�d����X�~�u͇<�ZJ�>�"�������<Uf[nv��FFm���Z�Jm<�N���j��2���%������4����5��<�Me�9]��T'�n
+~�F�{4R!�%�1��јv�fc�G_O���d�.�M���C���8;ѓ�tS��4���O�H�@��W����ZOZ&��:f4� ��h�tw3�)1W���;F����B���@�����q,�i��6|t艭r���f�����?*Bf:b�9yR��c��b��~�}��O>�͇�����~~�ƽw����~z�������������퟾����?���G�_G�O�k��~��������
+��W?�ƿ�����G������w��������ݻUo�6zb��nK�ޞː��;v�5iHr9�,cn��Hp���2�ҷ:����Bk�iFц�����R�!�?�N���g��n�'	-1^#�zM�HaYX�hD"���$
�@Om���啶���ވͥ�X?
d
d�;U}�Cb����Pc1�}e��4[�cΈ@�%��p�'s��M����J�Ɇ0@{�!;�-�0�>����꒍����ZL,��1���T-���t��x���ژc�(��i���5РWs����(���K�}�v���gh�1"��@����؝:��W��uM=��c�Г��4)6iL�
+Z��L@�-�;���v�:z�A\/l�k���6Yc�%����A��ޝF��zY����a-Ή����D�߲T��)��4��U��y����sl���mf�"����5������s��H��p�O�,>S��{\}th�q�EQ��
O���B�w��9_��~�gF#ᘩ�d|�?+�I|r�!��S�Jf�H�����O�n";�����tݔ%OJ+�B*�7�%O�Q���n�bo��o0��0K~�ɍY��R�`ց���Z�<-Ժ~�Z7۸Q���D-%�N��u�ڨ�|R)�����
k����Z�\盵�D:Y�8]��b-�	�G�֜�N��DU�b-tq�ak�Ӄ��-L|�(�Bk�†̃���R-Һn~g�H�.�ޤ���Z/�Bs_ZH|8���]Z��nκD9��uS�,Ά�s.8�:��Y��I���W/̺rR�=)��!6e]�i'ecr���7��E���lx�E٘HGQ�Ǽ@R��`*QA���Э �i�&'e=�F1(k�����8sO�z���,��yC��S�,/��^Mnƺ&y�X�]+�R^����&y�Xg�X�9q"ڮ1_�=����sO2��>׬�����>7e�f��(���+|�&����2���\��7���3O���7�y�/����Y�Ch�ϵ#����~$l�� My�ϥ��=_$sŽ�Z/�A�z�|�z��:zꅹ�	=U��FA:2iC�w�'�`��`@zʚ�=5L��=x,ڋ{��QF�r]�o�����=h���h�ΥQ�ӁL�U�s=��=�ֲ�^h��=h�<�n�陶��K�*�&^'��l��
+��A6�\��O����D��|~���:���b�������#w����7� _lkB+�繲�O�!�pO�"����Y��$_dj>D53SI��-��D�g��U싂hT��ܾ�&[�/��M<O��X�}�I�}����W�u$+n��܋���>׾‹}.��dL������������&��!�M6���z���׽L�
�y�1��:o�7�b䵊��f��5�~��Mʢ���]7�\�����%]`
�F��& ��C�@ ̉+B/�ؽH�<��!�n�@h��D �}M��X-.B��A@X:�(B�j7��"�M@�����^<����w!�Z��i\����`��I�@`��X��j{ ����@�C��Z�O��Y�{��@�i�y"0��Y�F�6
+���9�eES{10&�����2��)y�
+ƾ�,z����@�*M^�����B'#U�7]�	d7��'a��\�,-F��~"0LZ���9r���|20F�Q�F1�u�}e����`��7e܃�������%���t����4͋Z0�ud�+�����[�>Y���9��@���F���``h擁1r��
+�F1е��f��~<l���o���W›��Na)F����N���d ~$Ks�Dq�}>��O�Gyo�ʮk_�H����0�Օ-��u#����@��n7[�:���["�����v�Y�.�O��f����D6������3���x���^�yԽ0for3�_h	�d ~_Los�'x
R���0Ч�wT2��)H��g�Kƒ�o�DY{�@,Q��y�J��&����Б�p�C�?�e�`�Y�=	�*�	�r�Y��#����
+��|��w�l���a�,�ν
+��0�^�N��M��Q]!��6N��o�_
+�P������f��teM%���z��\rQ��+�2#!bW�V	�  D�#2"# DѰȿ�*�|��(��T�m��2�����x��&�D\Z?�"n��ȕ�ۭ�_��p��@>y� b?
+�Sk��S��������b�qEzK��^s���q�� ��a�q������k�=��B-�
+O�rh��K��v�Cr7l��Q}y���nW;�DN�/'q�kSd5!���"�"( �������K@�4
�`�\QP�)���<$�u�2.>�G@&��!��&%dl�* ��{��d�K��h�^�?���I��R/�,WZ��x��qT�,����m�	h�@������c��n�7�\�2��$%��_����]K}�躖 ����x����-��~�
+�	T.���. b���x=�U@�j��]27}�M@�C�&�����"��{�P�S3˨�&�I]=?	D�n
�y��(�S�m�@�4�Q4-��&О<C@�5� �1��@&�7l7m�@����!���s
m伺�@�
C{�$F��R8�
+K�?D��7�f b���@��Z�m ��a3�b��xj"�.�"�:u����VO���_�Hvck�x������h�"9���@�%U
�C ���z�f2���V@���4����2���c��l��Vo���(e�E~L2-^G�y^��2/=#��o
���m�h��|��\+���c WU/3:�E(�&�+��n�����Eo�̪!�y3jh��}��9�ZXJ�h>=[@{�:�@��kh���\�
�yȜ5�@Ƣ�D����R�K��ރ?�Ro��C��C?�Rg�Ǹx|��,���m-�ػӃ�=xh�Y�IB?�ë���d�r4�����+�ǰ��֏o�X5�l��f�!�<g\��^b���V��_f}v��C��RB?�6�;<O���ݬ��A\��l�c�K?�j�3���Kã_h�J��PFk�b�6.��k���1^�~y�_.�����~y��~���a���d����˜�܂?�9��?&S���~��qir�g__$�����d��M���r:�?�M5��+��n����M��g+�q�L�7H��Xyc���e(���ku��C(Y���j�䢯�@�����1n��r���P
��n�I)�����!��롯b������ZB���'E8�\�VvX��7I�0�uꥁ(R�D����Z�"�܃ �7[C��ul0��o�����d![�D,�=�5H �Y#�o�Qo)'#ȑCQ�X�� ���<j
��i� ���Ap�d#-��m���|t����j��d]9�� Ƭf�d�<���<���AN��� &XZ=
+b��n����|� �(�(hg��P�%���
+2���D�|�{Q0���GA�ӜNWqM�� ���=��zH(�
+n��~�ry�i��z� �I�1��Q����29��ݐ����r�Jio�=�"��"k�Ǟ�	l�Z#�ۑ�@��)~�Hp E�x�yȺIn�h�C �J%�"Y֡�2����ڂ�39�5���	5)m�.0�*>�D0��}(�lFT6���b.� �*y�B���3����i�H`M�q[�z��DBC\��z�j�As>=d�W	�hѼ�����A�DL�+�k��z���*3�&��w�(r(�tIME�t�(�,r\�̧7D�NOoȢ���
q�Q�{��9꜏�9�>.���Ql#X�_�
�+��B4T����H�[E�{�����CE�w�FQ1bl�6�8�`�i��ǚr�ȳPs]
�u6�&��do�j��k�t�<�љm">��c"�i8h�~�6Qy����Aɤ/�!/�^!����J��̉�����)KEe��z��\\/�!gu5}�bX�=x����v:C#ZNg�7�Ro�+�B�,"�R�Q�Y�7cF����KF��:Ě��G*��1��I�h2�sf#��ۣ?�m�U#xdb�8bb�P���Ͽ���W���㿿��Oo�a�?�{���O?~���o�}���>|����������O?|x��+���y��Z����㟿��|~�盟<ƿ����g�޾�+��������sw��ʂ�`Tֿv��A2ƅՍZk�-�<�)6���
+Im<�aQMl󌭁�E��&�G~�2����=��(������b������f�]�~
+&JV̞
+U�||/f2M�]{=c�<�ɿ��y�	��D`y;Iԅ�?��?���ǾU:�l2��Z��
+vC�ض,X�{`�%37�F;�.5y-unjl�P	شV
 �%�*����)!з{��3������~������F��=���ޣXk�'M��=;�����;�ԇ�N;��n{Pf��k&j�„w��{c%�~�ݙ
�u����%�P��rS�7�3ۓk��Ķ���2�;��id�mJ��V�a���1���u�TE�&�n��o`�|Z�Ķ��U�gKY��"۾�ּ��*<��l\��,̹���(�-�mf+	o��;.���l���0���l�8�xD�����=(���V9T��Nvĵ����6���2�ګ'9�Vɼ����lq�|攽���F�Z&�I}��f��IZ�M*7�'�Eա���E�������.�Ї��k4���-ڑq��6s��GZ�hۏ�(��˃Z$���fnnz���i�Am^��m�~#�e�������l7i��6{Wys���n	
���?.���8�o9v�u{�����ŷ�������㿼m�`���:L����|%D��_lgb�����[��zk\���[�c��kw��/�ƾ_�����-�
����u���2�*�-���^m
+֬m[_�-"~x{�E�t%����nky�{�eQ�Lk=�^��2���[�"�>��2�lrj��+-k��K�w��/�H�7;��Z4������J�Enm[ZP8���[������<����fC�i�&���P�FJk��#-'`׏����B�8t^hy���Ū�Y.�"�Y�*g��j���3�%N�a��5��2�s�Yd�[~�U�@����E�aw���j��\V��?eY����g2��^�P�9�1ґ�s���\���;~�F��ϳ��y�X⇌[h��<�9?G����&E[�Ǭ��ǗT�i��[?�!�U_�P�7��!��L��ks�>U�"	���|Ƚ��‡b4�>�)k�}jhWd����D{ڇ�Ns-!�}(�br�C�9/~ȣ|M԰9��OG,����}��ei�g�irm��]�X�Z�>dt+�c�m���X��~7q����~�xӣ�������W?/Z���٫���
Gݮ~:[��B?���k�ǹ��~�U1M��Ǹ�|vy��GR�Yk�D��H�L�?Ny��/���?ϵ��y���ϣ%nS���X���y���1����_�lա�,�F��c�>�?f���������?�P�����^Y�q�p��
M��·�Υ���kF�nN���_���%���¥�
dn���X�H�{�4�yECx�+��A<IM�|xDq�"� �Z�����u:�� ���A�#�3���u����f�O��j� ����DMG� ��ģ �m��(��D\m�|T�/���_Ql}�dY��d���ҿ�,F���s��2��3�����|-1i� ���2�b�]����3�'�1_��:�~�ɠ��d/�^Ԟ��w��j~������]�l9WD�u��Ju������Y(�uЧ��t�9�v9���� �X�-tt�&��DJ�b]�A�qc�}nTk��~�:�A�e���=��qP0_W�N��(�#�2�>�A��n3��,�9�Ad���A�b�uE����A��w���|���w�A^S��s=�Y����L���F:�l�� �
+��̳�t�7��
��|Oi���I;"�Q��,(�h�7�dP�N���8|o�����,�c��`ٝ�q�`��e�Zm}�ޟ�E�D}~�X�ړA���`�r��ct� /��e����?y��:�'�u�ű��9�b/r�iM�u�7k�� ���u��$�$�q��ב�e���'�?Y�v���s��Q����j+ȯ*#�T��
+rR-����3�9(�*�Uj*ȼ�Cr�K��2�)/�&�nNtHΠ��"/�^��0�1%6a�Q��,�������s+�Q�n�Q��p(X�]k��b��A��5�"��u~ĂZ���%fC"�l;'�\�����F����}�W�"ǁ&D,fɇ�k W��k ����@���z��5K�~�c ���^��E����
+�G-m������
+�5�C�}�6������ ?���"ȯ�����5AN���U����y�|/������^�ܚI*��h!�+(�H� �5�LWPιh+���K_Yє�Ɋ���SAf��U����+�wW�9��EП��@�"��
����@/vK]� �
t�V�x��GA��r�k�>>rk�����m}�FUZ�"K�y� ��v� ��1�_9��2/� X�w��}�{�_�(��uD�5xd�{~l�툓�U��#�
+2OY� �n5/���e�d�YfO�1�2Ȣ���"㸫� �^v>6���t�A�ϊ6����p2�7^� ���2�x�e��7��&�����_��5�s}�Z?"Z_�eEoOfb�-l\��� �ݧ�v����x12v��:���m����Ad����Kf2��hsQ!�nd/�(_�� ��C��f��� ���&�Ƚ�$��=��2Ȣ�^�c�� �� �`M�W�D�y�%dѪ&�7q���WAz_�A�f�d�s��ˠ��p��^|d��lqƺr<��à׶�A���:�Y5�J�#��$l�e�3�7I��$�
+rv�h���,V�T�ɉ�����UЗM"�)��t�����'Tr�m�D��F�E�*~��Aw/�2s6�C�K K{�w�m�Ɓ�07}D
=�H������|�\�#�%=�S��@���r��2O���,�) oR�I�2k4�W@��������yD\3NoW�jh)�H�E9�[��%:�+ �c��"o��:`z�/�(F϶DV�L���x`Dq��9��- ��E�։������}D�m�E+�	 2���z3������t�9m�g�3�%�E���	�<�UK�k��@Kl�N��M�@�n�%���!Я	�������E�I �� N _Ѣ���(s�C�Xv��@N�%�%E�]��z@��4l�5�suVK�[�� r/����,tr�G��/��r�C��
+�P�^�F����e�T�s�� �����(FǾ�l��m'�����	-F�t��� ���h
/�(�Ġ	!֘�h	!�9�&�\���:��$��
!s	�.���r-���!D��^6���4�*�eGBӼ�I`ժ���趢#:JU
�~{α�ɥ,�P5�9~n�Kb�|�{��[�(��6�{�3�� $��o!�.k� D���v�p�U��!���h��u�j��SN���$�F�p��·�4mn�e{�`� L(�\ L���a:�6&x��n�0��xɢrH�6�	����I�Y�rHh�>H�=��vR�zH���^H�y����3[�CBhI� !�-�C�s'!�C ��[�c}�<8�`��A<6�|8�ߓ���6��<גzp�8=88|�6�ߞ{`�Ih��+���~F`p�
+�<m��g�E��dP�:o�n��4�� �ִDCJP�r�f
�/P�:%�~c0�,����P��f�&���(D�*�����&c���h�@Bk���`r��5�!�qU&J �����DF�/3&����[@�Iu�TL���"�z/7�e曋�D�oY`�f��8%A�S�F�H���="���|<"
+W�/����j>�`�M"�Վ�2�f�r��`mf����y��8�69��3@�o2��F-�]QF	0V��|��rC�QH�`���`�`��X��9L��r�8�q��5���}Lׇ��^j\|��q�r��,:`D0��yM��s��5N�CF�����-��I�w�Ɉk���S]��"v��	�C�qUZ��
��8DlY���y��ˆF�Y�m����2ܕ8"E��ё,Z�ёz$�_�|449댏Գ��'b_j"�݌L�
m�_���_��髏���?|���o�f�߽{���O?}��o�}���?~���~���~���?����ۯ�/��U��j]����d/��؟o~v�}���g�޾�3��/��������:�j�BAr����c�$AP١�~�f-Q�HPKی@�*���F�B�ԧ�1!)�%I����v%�̃�Vט�~#�K{O�Ɵ�A!�j
�\n<�y� *�^ث�S�g�a���η�)dS�ސ3�I�[�h}�cP��_�7���U�Oh�״��^4��A�b脾������ʞ	�*&ʸ��x/H�r��3	�Ӵ�{�u.Y��L�=�8
���)�9�E�N�&�i��3O�٨��D�F����_�s�E�f�
+�u�߁��I�K۶	��F��"�Ȗ�o���i%ٙ�s��닮Խ�5#�9���׈�<�����ʼ�9c��j���/7��n��O���n�e���,�q�kQ�g��E�^��?��}`e�b���[���eEQ�ɶ;s����lh���N�b�UIN^�+72yq �2�u����ndk���"+?&�����$�"��`Ќ�UC�R��C��i��T��>�ҹc�2�Xƥ�۰���Y��a��i��i���C&�_�����lEU��<��]a��C���Rڃ�(��ㄅ�i?�Eю�n�fO�@lfW���=�~Al��us6���R���,����g:2�� ��V���,)#�p/�5?8Kc�ݜ�ֵr8K�˃����gQPYfpVI���Y��b�9g!�����"7h�V���-�e!��qSVi�D���)נ,�\�=�U-���.md!���,����U]0�����Xe�`�iG�1�ھ�����5K�id9H�d<�eL�a_n�����EX{�j��$AX[4�MXj	��s�a՞�[)9`�s��,���u��ԝ�$�n�o�2��m/�2;�,dG�`9~i~��,����T_�s}�5�3�|�k~�|%��Wҫ��+u�����O�
+�)�rs����nܣ."�=�4K���`�����T���z�џo�Q��o�Q7�z�
+�nN��:�L�zKЃ�$�G=F��Ǡ��=�$I	�Q����7J��<۶ȃ�+^�C�>qO��2x��dm�rl������$	<�����&Ѐ=��<An��o�	�\Z0z�ي�.G|�'�z6�e�=��14�̓�>5�z����clN
���˜��7�`c�s0vc��s�7�L5�^n���0��z�l�����e��E�5�g��j3�����h�z�7�tj�zv�N,�3e����C:��ʦ��5�g���M=��:{ВE{еʼ��T�6�{V	{�s��g���=��3(�qq��� 2�v����s����o�.7�4c��G�m�����=k�#5�Qg糑���E>ƲO�>��6�>������P��}���W3��.�f���]������.���c0��nM�}��
��?i��2����C?h�!���j�zN����2�Yt]��s{���l�4�i���vg��6�ҳ���ԛ~�Io=��F���.�!؛h�z�e�H�6A��n�!XZρ?�:�l��=��AG����j��>��IJ���>����6���t��Ǎ?{����]䳐����k���������͚j�ώ���3����c:����kƋ�}�����%�G��5�1����l%�g������p�g�<���N�\����3�z����{������S���#�3�R�փ\�l���y���rg6�����.b"��ԩ�y���Ǽ[Y�#�]^�ݶ�L���k7�����r��?j�i���A�
�ԣ��oZ���3k9��]=/4J�1��	<{���f��,�q�]�n����D�?�nK���_
+���Kئy�9e>�������������r���6�𫜥2�d��Ëp�x+؂-�QA^��]U�i
+���3d�Ǯ��_D��mx�S[	d�Nj �s;^�Zt�Ѷ�n�����J�my�G�+n����-�e�L�~�)>���H���&�z7����j��7���y"�_�g���M��)����~����ա�D?&J���iV��Y,N?�^~x^%h�N?�Y���>L/S=���k�v�*��p�
+�����]�Ħ�~�7n�+���K�7Gd��!����_d۳��
��/�R�_ ��t���iZo��.�2?�f�?֩]����ַ��c{��ϸ�m���Z{�/`���c���ݭ��_٭�2�E���*�q�/"
g���ݒ7�X����	����ؗ6��>h\��d�W�&�A� ~K�<�!�j�?h�zw�A��M?K*����j�H?h����Cp���~��	�J��˼���`��_�˗Z��.v�N?���N�LwfNA��&��1���n�t{��O�i����#��>RO�)X���z���㖌YN�q3ìN?k��Kؒ��C6e��w����/��p;�T6����u?�u-�?�{=�
?�f�
?j�n����.���.�M����Dan�A�97��ל'�Xq����v^�SY����^����y����Σ8�XC������*�V�=���#�ݶğ
+��6�O�2x�OO�e
��'R�z�Od����[n�?�\�Vp�_cu�]D��'R�n�A`{�~�Kr�q��7��FJ`��b��ǝ`���n��?U�9R�'�S<���y8�xtӪ&���c�[k�?&{����bh���cY5k��?բ%�\&���l�1Xw�'i}��G=N��qV��4`
+~Ԩ�~�X~�I�ެ�6N�i�2z�l��'�,��OA�d�:Y�	�4�����f�����%��Kki'���e^�K���Oɗ��?fh����{q��,K>��`���'�X?$�I�z�O%��'i�"��L��O�m|����W:|��F��<�Ǡz�?ꔓ��(���P����[���G��A��S��^�N�*"_\��U����G��l�t'�4��N����G=��6��-:�8I0[%�QWk7���պ.�O�f]��=�1��H�>��:כ덬P9E��DF>�j_�ؼO�!x�h"t�����c,'��9G'��c:���"�&_|
d��#����q�������^��/�r��~�/^�g�z$3��>ƪ݀*�H_f&A裎���c0�5)��&�z7x�t�Ok����CV�B�
�'����G�rv���h'��ctG��5%GSe�y��
TD_�@�ا�K�dst���N1o�A���	?f{M��'�7?i�6�T2!;�=��'4�v�O����3:��ל'��� ˣ�C��\�~�=Oح�`ci��7��=V�t���(�VV+x�X��Q`�����6W{ K����#�i,�R�� ��� 9%@�T��]�Br�v�~F^���$�Xe���Ŗ��W� ��h&�տ��<��2�B�=?�g�W�I�
�dq�G�7٤���KMf\)�K���`��������~����o��0��ku0�~k{0�?�V�A�R���.�A@���6��q3B7��6#;޾	Hsf�4B�PD���	�'��n֞��ȥK���3���!��?s��ê!��?��~n��f�Q�<�dͦ��L��C:�/��=v��O6�?d(l�p�
���Y�Һ����o&$��5�G��h��F���'�ԍ?�)�-u�!V�6��cf��PCP�@?��1�����_`�SlQ0��L�A@D#���Dy�6
�b xw{U� ���iD���cd�'Y��$�"!��5��(�<s>Y�h�Qb!j�m{q2PC�'
/�Գ��v��g.{���D�e��;���g�'��ϸ{B\�����k6ފ`q2?u��7ܩ)�uGS��-:6�
Gbz�Sy 1�uHى�H���x1�}�Ɂ�7l�,�������"�i�`׀hn��@��/K�xHפϽ�=������C�>���C��)�&�|��|>��`ȷ��u+Q�����&+C��'����"y'"v��[G�C]͞u��P����T�4���;B$_L�D"2�i��g�}8��ƌ'���8��H-�**R�`�pc1��%碘d��U`w0b_j8i��0���L_��W_����?��߇�?����W߽~���O������������{�����˿>�����_������o�Y������E_����g���'��^^�~��?��������=:��(˛���{�j��	>u�Ѣa�&�<��1�~\cr�}���
+v�1R3�+���� /oj��$�4���v������L,܎��
+r/R��+��Ը��A&`)��N�.�(G���C��^(ٺ\�^w�A�j�L;�=+z(>�-����cBA�eS�JKh�R�edQr�0�`�f�r�6@k�1�N�ט2C�1��ԭ����B-4<��e�Z�&j��-�?B�L����"
+�]ƫ-����%��ӛ���%0�l��ƌ{ų�έk�[�.�,�yT��Q5s���։Z��3L��Aì�@�]k�Jc`j:Sf��Ք�w�׬O��Sw�fy��m�J���5�����i�zӚD��Zh�!��Y�3�"E������: �q3���S��Af�X
+�̽�Պ�=�N��'�u�,9
+�J$~�3��S+S 
+�j"zՑ�*���>���q��+�}���o���;6,��=EWj�́Y���n�ś�Y����dƬD�Z<���o2��'��5�~̵�p�����rw���8�5�؎��'t�Y�V��w݊uCg=j��7���V���@+��څ����|��8����]�b���[˸�b�8[����֋-�?��3�R[���G[��[��ON�������j[qB������Jm;0X��֋~ؙ���#)������vL���n=[Z롏6k�6�YZ�\����׶�Z�՗v״�sՕ�z�?���zћt%���+-"�n��(ښ)-slu����Wڎs���yiB�:^gQ뭥�y��,r��u�7�=�Ňğ�q�_Z�8�Z��,od#���_f�4M$��8!`���b��p�8�5�D:���Y�@���X���z6/�8�u�0�E��,����,�������Q9.�
+�y�b�.��q�@Vb����G/�Z���{�C�fG?�e���b[��g�w�D����yq���!b�?�!��I��CcC'}�P��>����Z�I�g��%}�s�K��6}�H�z�C��ʇiMR>>5M�<�%�{^�O��y�f3�3t�җ=�&W�f�s�{�{�U����DH�w\3�3�H�x�3�MS>ω4�� Ӟ�S>;g�-�A�y��<�g���oM#�3Q�W҇<����z���f��Yj�oW>�H������!K]�}(�8SѾ�ȶw|�����}�g0�_Z�}������M����~��G�WLm\�|�`kۇŲz}��e峪�}F�{��e����K5N��ϣ����sk10]���MW�ǎ(��1��W?kO��{�G��|�#b��~��*�C.[�G?��j��P�#6�C�:�~�M���ۈ�	�e���s��^�P�8C@�҇%��s�PѨ��@|h̚�2�dz�cB���Mf
+�\���(ѕYՎ��+f�K ~Ҧ��ѵk�����/��n,-���I*���9_���A��7"�����"��3�AŒZ5�ܬ=zɆ�4�3?z�ܷ��@/�݁z^u�{0P�95�EЋU�$����5�sJ�U����9im������b� �h5D�7�"��VK�"A�i��"���L��8 A�8���w�i*��J���ʯ�x�-�**���`+����^��,Ģ�zH�
+r��*ȵ��Q1�K����A/�Қ��e� {�� ��A�2�Q��
+��2RA�2RAd���
+6��k裠צ��T��8
+�+�/DQ�<
+z��D.]_�h�'~(�\��A��Ω`C�ƞK�!�Y�
+2�5�
+��1�RA��p#D
+��
b+�<U���f���*���jK��è��5J}lˍ�"��j"�Х��zqp	o=�f�W����,9���şպ�(�z,�|گ��M���A�dz�c��}���x[�����v��O�Au�
+�(����?v����]qN:CA�"���^�q�	�E��������}aCA|(J����~�RA�h7��h�y����@�V�
�Z���XU+z4�Q�r6{
�JmrD\:����tĒo*� ʼn3,d���Ae&��VA�1���^�\,
D����@�w��k��� 
+F�$P�g����-�&	��X�.��5����VL�A�g����|	D�Ǝ��l�%9��q�%�@�q
+=��^�������F
+�q�X�#���Mk����+O���J-��/:m�@��gl�[���&nгo��Ћgh���'w�M`k>N��赊�8z[#	��6��@/jՙz�e~0г��_��Ͼ��M��)
l�,�k �#&
l�@�
D�x��@�i`�q�j��D_Q�2����69��%�w�������# k�S@䩒�̥��x�%F+��.�������Zp�����>U�&�[�xA�/oS�� �'	8s\�W�(��e��J�c �T�5�s]��}
��^G����"϶���1�b[c[LkD�s��_Ql{�����k� ���Vtjl�D_Z1,A潂A^y���VV"���^Q��D���IL�A�lK�䢽���K_��OW���\�&�=:>
+zQ�������
+z��u�
+zqmD��?�YA�mTy���6�jWl4��g؋�;y#�yi��D����EЋ�$���XK�5��EE�s c�4y~����C �
+7I ���b��	̋l���c �Y"��Y�2�ҵ��X���"��{@׬���yj�VD�/�m�XL�� �Ո��$:�*��EKUk;"��?�{��t
D��Hp�����5�}s	dTM	�w��H��I �&�!KYl=�c
+&�ȵ�C�ǰ��R��	��/c���c��#>�C���?����>�K��˽'�1�^�x��ҿ����D]�Pя�)��U��3���r�J����F�����?���l��?�a���ǿJ5��O	��Z���ll�}ǭd��� ��x�I���9W����^��N�&X�s�|%�
+�m���ϊY�>�0���9�������9
+m���5��@m�PpP���"K�/�(�����������kM���8)���x�d�������a�lz7�� �U��]	%~k��)!����uE"!���~{��g��' ��n�c{f��_���}����tc%��di�/���W]'��I�q%�����%�����oB�\7y�����
+=(�����D�J'�`�h�Z��@��r0�:�i��Ҿ��@,j6N�U�61p������ӻ٦ ���}���a3(����O�`�Y`c�������,U�� ƌ�� R��Ora�݅A��<҅Ahl���C	v�1n��l7Ʉ4J`�;�{	��g�'�Ay��u O�J�#mcp�zSz`p�p30��[׋\tln�����P�Lس\O&�O]�`��������"�ss0a��l�`B�[�`�a��sff�m�&�_8��o�s�:��A��
���L�;6y[sx:���ƒ�6��8�Enf�a^0ȧ�E�1�1��;)�X훂x�,�MA����
+b?�[+Q�[���,`��V�w=A��<��B]��D���3oN:�R�H�{��`�*>G$q�wA�z�uB�������d��+]7Հ ���H9���SΠ�����eٿ= �P����]P��$]f�/D4�	��(C9� !xq7��2l��^����4�����<iȊŷ��!�����\h�W"2:|������o�DTf�E�����|�6�X���O*I�ra�[���T\�X}�`Lp*���Ū^o���u��C��:b�n�A֗�ڇA���AƂ]tO-0��x6'<D���B���E�L擋N���bAS�Y��ٷ^�Xa!e�.,�2����E�ܴ��u��xߐ.*���}R���g���7��"~��[��"��u�b������n,V���r��5�9i�9�����rq��������p�<V��b[�������v��t��Y���`D���cb�ؘAF�:��l�i_��I��*+6R���	���W��B��Nt�^��x�D��Hf��%&���/��?�ꇿ~��_?~���ۯ{���o����~��ۻ�����w_����㇏����O߽��F}�_G��k�o�?�����
�ӟo>�ƿ���ۻ�o��������{������bv����bg�yǬ��TéQ7�7��P�*�����'��\Q��J}:��IJHH�ន�P0�$9�=�
��҃�j��o}���H�����`T�]�JW)���eYDL�et��IO(50� z]b.)� �G0*��r���/c�{�T�`��[�F��"�{β�L�{�Lٛu�1e%Jؘ��=-�~{�q�3X�
���]g7�Ss�|Y����9Z��7�!����i�q�1](��kR�{�EW�94���,��ٹ+0��ŤA8�a&4h��8��Ɏ�Y*S۠����"���C�@�>8���@����:�{R+r>h��CR�S�q�#��$�7�`��6kC�����M����S�`��Ĭ�zEu�=�H�I�'�Uv���L4I>�O��n͊u��?�ˮ����تY��b���N	D��ڹ-4\�g�#J�-zQ
+��~�t��«
�d%i�K5k2L�>�z�[��cٮ>�AzEUEm��W�di\l7tr�L|�+�'��U߅�y��Ie,�ױFRS���l��B�/�r��-��l��
+�BO뛳�$h/�Eݭ56g�[ʛ�����h�#o�f���A�ߓt�6��5h��U7l)ky�-�il��l�4��4�'l��6l�dp���{~�->��iˍke��!����7mQM�A�N�>O�"���A[苤��^Q2�N�vzR��������x���̂��)�`-�r�>X�\Io�Z��V�o^N�"�"]�Zh�������AZm� ��:�����{�A\|j��Z�䠥�e��5;g��Y�4��Y=���,�d�YMR+ߜUrsVrJ��\�Y�1�ݴ�o�v^h�/�2O�ד�̨�Gp�_��2�'g��mcr�ܘ�U���"�mS�Ր�,u�/��~j7e)}]�,�T_ K�ې���:d����	Yk`�,'�����u1�A�U�I?I��~������r�A��>J��}�M�F��D��}Q�f�t=ѧX�>h,a�>ꩧ<���u}\$Y	�Q[?��O��o�i�Z���|p!~ލ=�n6{��\�Ğj���t�r��=��J;����=�	Z��#��8ɇ`�ւ|���|��=�|6"�&�a�@�H/&1��䳁t�+�G=�I>�8�&�t�A>�\���cV?�
�}�|���Ts�o/��ƿN���݂}���f�OZ��>=�kN����m�a���ks��\[b�e�O�!�`U-�g�p�)
[=٧T�˨�m����]���
?����SE���s>�`�7�${�Od*��8RK���NN���·�I?e�/�Q�6�~������u���Ύi�Z�x�����:�a@�)}��R�i�1���ҥ�Բr�N@�ʽ	H]F;	� �<Hݚ������ ��B�v�nB���� b�f	�tΓ��������h��`��n6>q�� t��D�F�@�>����M�����=1�Jm��\C��u�l�5� �n��v]�nR�"hI6�!H=j	R[)'l����C�O�c���m5h�����t��Y
+�A��G-���To
+�`�R7�,�� ��l�E䛂J�:N
+*Wk	
+R;�A�7��	AQ�% (�,�FR;!�`^7%}aQP�*夠�#((�FP��]k���a�^�%A �������T�b�3����䶑/�
��\zDqJ��+Ȍm�
+�K{ļ
+�(s�����4d.��
+����� s�#H(Ȭ���6�o:
+��#\(������~�5SAd4�H����GA�
+2�ZSA^�|.�Q���Ԏ��r�����E
7�^��>M�M:���qA�J��W���k�(XbjK���@�pI�GAlw�&�`9do��� ������z|(DsΡӢO~A[��E��_�_y֙�*�g�u,���~D�s�9��*��_*QD�_�"[A�*����}WA~h�����*�Zӫ o�
+��Z�@���l�
�c
��@�AW
�Zm��� �4�7���@ߩ&i ���D.��E�[ު$�.NLG���H�A/�<z�Eq���~�@�{�sii �#��7[Q�Q�(��.��#��X�6��uZ�]�k��x+�$A 20�"w�I �߸�@.��p�@f�y�%�@d?�lK������m\��υ��G��# �M������G@��h�+���.����h��M�+��B@d�[�+ �>��'�!�ӄ�K ��l%����H�-H�1Ūu��Ƚ���"6�c �X{K�����3��,���a���1�����1����Xh<�iM���@�ߚa�H����@�{K�#s������S@����\���k ׳�v�k�@Ś��!�ʚ\��I w���xM��@d�/�[mq�a�Hp�Jx�(���g�$�>I���u
�j�u
d��|
T��g�k �+V�
d��A�=f^Q�5V"�l�&��:[d���O�q�m� ��x>*[�_�� ��|�=��A�/��@F̅� s��� Ȣ�����D���X�� �H;��iM�;V�A5�mM�r&��Q���GAd��SAd�\� ����ڰRSAd*/�(�e3D�d��=��Q�� ��A���AѢ�"��,d���?����Q%
d�Qkl�C �RK���K �]Zx/2�>_��u%���9A�q�I��#Ȭ�z� ��q��r=벃�?����fi��WAn�QW*�.t"�PNj �jUK���rw����,�Y���l�z^�5��&	�k�:O�1Я&y3cZJ=��a"j�%�E��7��j�"�u@�lX��	��Y��j��F�Ǭm�����Oإ#������s�/~�i韰��g��1���8���H�3����|(�񏿑�n�|�d��k����'�3G��l�M�?a}�C�=��!m���^��E�׎ȍo���������2��Oxɹ�?�x��ු��!ꌙ��C�l��E�PK���{�'�������2��}:�!O����,6�2����R� ��_��H��\������&��!�8��/�@��L��{����'��_�Q�9�П,�� w˲��b�j	�l����U^�Y��Y�.��i�r�7�I��z8���|	��)vF�>���*�2�%i��}��@l���gdGZ�87pr�*w�2��
+Nl5玲 ��6SA6R�ca2�"v^K�dK��%�{d���6dOs�82��A^u�F��ŭ	A���4|��"�4�^�Bz��I�d��Mu.������*��� �t8i?.o�'����dp�պ>S ����b�7��A<�&�a��g�d��7������Ll�t����� �Y�Ǿ� �o�v��L�8���v�Y�:������ �� OkҮ�ȸ��A�^����vPx��0ȻW��3w���WA֬_q�br$R�E?
+b=u�� ���
+�w����X�����u2A�B��'	�3�TA<ϱuA��`&�P$���A6N	n���.��R�EE�P�@ƹ,
�>���6��A�J��;	�A5���jQ�x�B~-]SB~�J���B\���B�弄!
+ؗk�hȖ��D�C|F�]���Z_Y��H�rHd��㏉�o��K��漟�6]�H#
+�f�+Y�[.b+���z`�~�=�
�>��!����̇��u��a��D��g��>�IʨX�>F�L=0*��tQ�x�.����.���7���z�
+endstream
endobj
12 0 obj
<</Length 21932/Filter[/FlateDecode]>>stream
+H���K%�������	��U���d�	�,�x���M�f���sJ�R�C�03���[U����џ&V�Q�#�S����>K��QB�~����S��[4V����]���AGݽ�8+YgKCkd�V��.)��1��I]u\{0��}�`<�U���H�a5V�^J�i�[�F���������JE�Œ�bY�)[n�Lf��F{omթu�C
+�
��j��F�Xk����J��"O����"��X��`j���:�=�"댊�O��5u��ɳ(�.2��ʳ�
+��x@�\��a`��m��T���5ҍ�b6�Q��d�����V��fs9Yo(���BU<�h��ZQ}|v��rL:*i��.����ac�[�nY���Oz��������o���������/������z|��7o���������}���>���Ǐ�f�O��??�������s�y̿_~����x|������c�g�?���߻��Z�&�"�:����`����:\��h��L��B֛����,����GڞUd4���c��hD�g��s�>���� Q����ޤ���7�f��������J� �6n?uA'��"�TFgt�5-g,�R+AقUpUAֲ�"ݏEÌ�E����v��Y��t�"�s|9���
)]ñ��q�k�Z$v���b��(C�BY^:��,>LY����h��(��\,��l���\=���ƐDŽt�d*z�*�P�L��m�j�	�<��B{�B��-
{X;�
�2�f= 	K�k���щ�R�!�V�97�e�p�k/�e!��-�mj�#�~"�fϰ�#,[v'Y0/D�*%�n��y�-n�s��z2��X���ɓ�2:k��"���>�8v�ua�$��p��Xʎ��³��2�'f�.�*���[.1ɝWE� ,?s�vq���`FA��dv$��G�&�w�[�md��٬S�ƹ?G��x�43 2;��xj衙�c�x��e@1.b����5���-�%���:[F�f!�uUM����PG�
��.�~���w�~��?�˲'��7���?��T~���s�Y��
������(�p&��l8~�^���t����%��ΤȰ�h����Z_M����hhO����D��l�@4�nF���yc4Z��?͵�za48ś��1e�0k">6�����h�
�������@"��wH/��mH��Mh��-_
P�MhEtƘ�ބ�]0lF��
��.R{䂱"����3%��7>����S'F'��9��a�*��L=��3U�;��En��naҙ��~�s�qҙe���s�r�s�Q��#o��lshÙ��"��7�ł3C�C�tfT�$�sgŢ3�0�"W:3Xm��y�pF�Ϸ��0�7��E7��E_�,s���C6��)}A3�&���7��#ۜh��m7���;	ij��$!uu_$�.�Ꝅ4u�IBGn��A��ꝃ0��:1H�|81Hm�/t���,��S띂��jRM�� u���JA�<"N
+�����AAj�9IWY�e��@�:��09�E@���m:�s�ݟ�\�U���N�0�~/�y\&��:�������p���!�D�� ���
Ax(��0��a��zK��Ӫmz{f���;@�C�`�|�LBK�3�A�x3,B��2N
+Rr�o�Yr{'w��6Cqc0{�_b�ҋ-�:��4cQ0��ٗ�[�/�����I��A���ZoDh����P����E�;3`u��t�X�Vf�|��@��Qd�0���i�X L��	��� L�%�&S�.R�	�B�;i�~��9�@H��\������!�$�'
+��AqG!M�w�d!�D�f������И�=Y��:Y�:_Qf�c,R��C���C��-OR���!��+�!�4);i�k��>��<�ۙM�0����\���p
;Q�� ��C8e۝�0����C�X�Q7a %_p��6ad�C1��q����!�Q�x��&�셇p+޴��0�G]<���u"�D��϶��Ԝ���0��xH��5�<��Z�<�i�������Cv����0{�~�0���i�0u>}.<L�m1;�������;���w�	��_�����D��'�&���	ČEmw f�j=�H��N2�`w��au�0�3|�0s%��Ӕ�x��u1aU��ٲ��ԥ- R[6�
+DEЎ|�^��K.�"5w�����D���	D���M R��;a��S`��4]@���/@T�l�D���go f����@�FεD��'��4yZ�@�f��@d����
D�S�. ������"��J}��;��0p�n*s���6�r�w��vb�i/@,�5�":L@�<$��xbA�Z\�X� �D�!�����!�)f���X���+�\x���!��|�$��<$�z�@����@Dx�<�@�iE7��K�N jU^���@\m���z鱫���<���C[��z?��D�l",�(��8	
r� �����ήSG�!�����=��j���O ��u� �ݢ&����Ad2�"h��"� _8Do�*��!gW�
�\jN;�\Y=W�0J�fj%Ƽs����!Þ�y����w��c���ᗧ��*.�*�y�X�2<�Uհ|*v�8d��W�����H�@6=뢥!B�J��!k֌
�=z�KC�I�YC���+��q��L
�g
�������ڗ��}�hȖ�_"�gbȭW�C�Ү�'�$ օ!�j�!�9��r�T��ۼ�\0�o�<a�7�)�4�F����6�a8��"����"9���!�'�i�4c
��$��H�����8x\"�Bj�C$�S589DB��9D���1�9\،�8o;�L���8�L������!��������a�i�ɠ)�6��K�5ԏ�C=����p|#�*��aȸ%orPZO;�P��kp���KC��O��!VV�\S�I�iȥ��i�r�pj�0��b�s�
15��!��[2�q�Џi3
������ʧ�l���!���␱�r8r�Ş8d�k���[��!�Q|�<D���C�Q5��1��=d2�F0<D�[��!?w�On�Z�C~��f*�xy���q��g2F�{�d��2.���|;�bqy�n{��C
����!�{�YpZ�v,��a�N�W�M\ˎ����@Dgm�ADrq�ÐE���X��x�l�-�8�"QFu�<D�Ք�C$z�qy
+�+��!���/�H.G�q�Z'�̫:T��npȸ]4D�q6
w*
‘]C&�&xh��2vc5.��n�C=����P�.A'�T2<d�&��l3��u��Tp
5��l����Yx�A�Ҫ��A\��Z�T��!l�4�C�5�\�=ŝC&}�ơ�i�8T��Ρ���P�eh(��šOCC�Xp����EC�Q%�k�$��CC�!���;Y�TԄ�B��i!�w
+�ÔT��qЫ
+'�'
+=wk5	�L�5jH�ص]B5ܢQ蹕]0
+7m��LV�<(d#nܽD!�RqQ�^c�7�l�B$:�!;����V�HhW���T��3��֊����@nJ�+�r~��Y�M
+��<V�B$��B!�=F�(D����|bظ(�
/����CS!8%Dĵ���b��%!�c1	���l2�5d�yY:(D܂�'��:!���W9�*d!C��n!�N3<,\m�v��)���a��N�-T26��q��,dK+��HƦrkX�	�,���"�&�Y�'��Z���r�6_���]�5�!fY;5=����uF�4��!39U�PT��s���7��C�j��!m��R"YcL�acQ�Vq�Xz��O �;W���}��@Ď5�YD$q��&"�Y�5���fn�{�4���Wm��ɱ��l�i�����""�\D�:)��XyrsMwN�YD��j09t��%"V,X�*�&��P�%"�j�pg;/?Xb��i]["v���RvVp� ���%QMD��9������%�3����hT�'v�JʃD|J>���R.Wj�O$b4щE��:�B"/H�I"c�v�D�E���D5Q�����A"���D$;H�6&��7����q]���|d���"��,�.�">w�Pg1�A�����_8@�zS��r��!!����\��Xm�9`����@���+o}��8{�w���d���+����@\����(/i���!����[��aS��>�!Vl�*o�b��P���J�h :V�!^DD֗��]$b��R6��f�Q�^�k�TD��j�"��:��ȝ�kK0�M��A#��\ld��`6bk��O�#�ž�lVq�HiF�8}�!����#�p��$���KH�Pj/�B$>מ\E#�\l�Sш�X4[ш�e��؟��Q5�ӥjTi痑a���iq�J$�e�K�@��IH<�1�&$�nH���[X@F�ׯ@b���␵ܹ�RH1����v iB�ŀ�W��G^�����8
+fo��Ȝ�#>�q;�L��u��&0s�c<nHg��3�LU2��w�	H&�6���~��H�UkށĀrHN�(gň|��R1��ʪ�uX#V�y�S8VSH�=�ڌHL�M�x23���$E�Z�jd֝I,3#r�4�d,&6#�ߨ��Lh�L:�I~
'ߘ��>{����7��~zx����3�`�u�����ӗ���=|{����7o~���O���������W�G^��������x��׏?|�����g���/?������U�n����Շ㯷��ܞ<���v>�������/�������x~���������������m�O?��%��C��dINK��ǔ��ɫ��_�{��{���_o����ws���0��żll��xN��o_�_�/����_�M%���y�Lr�q�������o���V/�)�?_�}�o�b�
+nceL��D}=^Il�p+��`=!^!�K�:9c�����ɚ:���$lZ�?�3�(�g�u`���j�x/��֭BDŽ2��
+i��:h��.��[�x'Ԧ9�%�|d����`��/����4�c�gO���Һ�`E�z<wa{ǣ�	�jo�j�O�6ߺ�8�8ꎮ"��=M&����h��Z���v�"��j(w=p�fW�XW=�:�fܺ�y�j]�M6�U��Z@0o�*�����[�Ѻ��;�]
�d=�+��U������qTf��bpt_ES�G���,0�L��FW+���j�o_�-�eXf_Pkh�c���\1i8.v	��A~@�����7q�Ʉ�<�&�̊/�\D���rMU1N���s ٗ:.�\Z�af^�j�2ʜ�������i�l)������EK},u��S�"OE�E}����̨sN��`��ƭ�U�Y��;oq<N#x{�{��Q�%��q܍&��p��zg_��� �����!J��1��_ �7�
�dc�s�'�s��K;�!-˞�0W`6��3W�?Г�\a��b�������Gm��`�4�Ii0Wp��7�3�Ey�B�9|�#�
+�p�'qe�Z1��0��0W&��Ot���㨜�
�Y���H�2֓:K`�g*��e��YO�xx�5LyǤ��m�x)�]�p���]+�Bb��&�7q@��w�G8M#+6(!2�\�G[��	s���}K�U���Ƃ]��&��-��­��&w�d!p�VT%x��l���"c0	I
��+��ye����32�fP�%dY�u�?�
u�x�u���V�U�Mɇ�ʡ�7�SWC7E"��P���i�>��TfN>N]����PWY�m>�cF��u���D]�
w�{f6�:�UPuPᴘ�N��0n�g|�[L(�נΝ�;�<��󂃢V�ps
���!��8�k]�+0��R���<Z�d��q��}"�'H�F���5R��5�o�j�@�Pe��[AOGK�Q�v�p��eWؤq�Eۂ�ωW��6�2��X=��_����%;�����
+��Vo~�q����{v˂��:���ca���/�$0�C���X�<(�}�W�ƈ$��T�H���ܟ����{�Pb�h�#�e)�3yt@5�'yt@-K�5)o�g�i}'�,Py�P)A+���E�Kq�&"��R<�����~�{T7HyX<~,��S��$��
+E~�3O��7嗧���=3Ut����*fӝ�FU왫���=������??�u���~���?
__������O?�Ӿ[��o��ӿ�vb��߾���_��R~�9����'_����'���>�|X{�,�+@����ZMI^+�#�f�������(o��|��|�s���%�z��At��s�����/��\�xJ��W�
+����?���<��x��I��(��[�C��E[�u�s�Qؓt���i��Ĺy������|�}��}�ٛ��	���#b���!�J����uj,n�E��u��v���ˇg����Y�\n;~=x*�
+����A7@X���&�J;^���b4x��x��{D������_4��b��1	>���eV��}n�`ƞ��&���a�~64>2[{� ���QZ�����Cm��
�����+d:¦m��x[z���bq��0<���$�`��<1GV$v�FE��
U�����t"��s����ͩ�-)�z�3��e��M�sj9|[V�3-�H`#Y^&��(�@<e� �Xl-��-'���Q�E�#p��+�Zu�<�*7w��v(2��s
+tb�"e
+š�k�"@'�H�g���z��^�tf�G��&fÛ�Us��+.� C�iq�G�\�<���)�a�,�.+�n9��r�0zWևӎ�$�^�Hx�4��μ�G.Mo��\z�&~�G�I�,��j�G�Q,	㞪U/�k_QO�&:_�������‹d:�K(#�F��Av�?�-�V{�;\�Y���7.�H�G�Z\O[l����70$���[������4>r�[J�V��	5�\��
�S.I�=�q^��%���.�p��1�3�x���x�kԜ���v�O�+�Z|T�.� [N�h&�����;K�}>f$�J�]�R�~������	}LAz�D��3���s��� �c�ܷ�d��k������DR殞	����ld~6�~*�~�p\=ݭvW�YoJ�z��fgo�i�b>����W�t�8�s�Xp��l�`r�ı�g!8\<��H����
+�ep�y[���7�7��ژt�\ܡ��i{R�_�K�m��z,7_�!�KI��}�0�U5��������"�?`q�Ho3l;����r� .��;0�+��Z~�;��%]��f�����,2�M�RP�e���Oi����xd�כ�1��\�>毵�!��>��y��o4�L�u�]>g:S��m1���e��`Q5�����NYW�)
+�d*ٻŽ��4?�+�L��簓�6]<�3������'+��
�,&�e���_��������v�>'��I��]��W�nP�$T���{ݢfh��[u��ZW�\���"�p���!Xﯜ��K��IN��������[kN�C��.#�1�7yɬ.2���;�W����]Z�����Chv{}z�2�meD��r�\BUJۢ"�`����ld��yhqY�Ob
���k�y^��emo�3V,�4�[�؆@&eDh(�vY���`q�6j�i�H��fy~�����UC��(q�kb�4�\]eL<'=|K#ϳ]}��%V��NN�u�~��
+fj�����YI��?7$���|�|z,T0C���l%Ni��!m����p���,����-�	0n�h���?;b=�S	�3��1
b��
+�Aĥn+�j�n���߇��6*����������(Nj��0��pi6�>���*��ܔ �#o���P�8�ʏ��Z����aqx���t���,��Z�~��YI�j�A*U�7M��W�o���2�k9�����F��]�}���ꩪ���K�۔�^������]0�T��zE3��`�ZD(�o%^Ox�}�p��17ݚT���z�&�WW}ÙE��(?�+2�8���qO�]Β����qP�n�y�Zjd`���\����	�g�.g���65d��h�xn���rS�zQ��Vtg�Q�����-��5e�=^z4Ͻ���^%�q^[po��6�-̝��m�HpHؑ!I/�CZ8ȿUg��Rm�Ĵ�۷�=CU�)���D9
�m��k=\���$�2@0�t�I��r��7$H�;tyA,4�{��r�����:4|��Iz�G��o�v�ۺ�#X���䥯P�<汝�ֈ\��S�C�4a`]%’ښ���pc
|�	��B��%m�؈�Sn��
+�|�6��a^u�����������������q�R�mUb�xu�ǮR���1�L~3pp_��N���U
++��:3u�I��k꾷����׎&��\9Y������I���J�6$�}�!6���5�V���'�@�hI��;N�0g��zX��R|��.�N,Q	�90�Z`½���]�G��Z�w�m{�k�k�!�F<�y����S^�r;��E֌������&����=E��+�DО�6��bw����ksp-TG �R�
o��U��~8�.�}�c��du�Iw��s�[�KY<�N�q����)-�#�Ю�k�Q�~õ�����ܞ>�.9��͋�����߼|��?z�����{C_�����C����ww�7���ga{q�$l��/�|䇸�s�/��=>�
��V��_�
�q�3^����<�f�����_?��ֻҙ]�}���!i&���r
+�����,�c0�87L%n�/��Ani�>�Y|��*��0�+W9`|R���-�k���@�p,`7!�x��Y!�#$a�k�0-8D��T�!�\,�Wl�������W�e$�=/�z���dha��m�$J{�9�
9�D���]�,���[s��[(�l��C�E{U����e�]]�$�75�R���������JG��qϦo�V3�A���"K2���u�Y��<����i����mMx1[5:Y�t[���"�Г���D���ÝM�~O�Kx�xo����zm��\E�s'�����������
�F�{�_�I+�F��L�P�I\ў�����B�Y�ZA�+Eb����[����5hlT*��p��ۦ
�
gcf�<�vy��qW�c�֪S>�
��%$�h	�n��S"���n9���:�(CAW]��"�E��/��_*t���ʐYdp=�{��t�۰����4j��e17m��i�5���c�3
+sV�~@De���'1���yl�c"G¤�aT�����|�.f��'}I�rQ��ˆ��7�14�ZC�;���x��C�����M�eB��$��f�k=���'b(+�q�p�$])�)iT;Cф��'���������y�1�4���J.Q6�����4I���%ڣq����|z��~K�Q�o���γ�-30��5�x�4���
+�(�2����_�*�s��{A(e���l�A}�eƑ$��K��B�Q`Q3��rI�F�=A�>��^B���P���N���.�6�.G̼2��#�%���aQr�zt��P��-��"#�����Rkݢ��T=�$k)�!�S�2@�?����t?A3��A��f(ӆ.\�f�tf�f<B�� ��<ADS]�8b�.�E/�V���(�}<�m(T��S*llK'֫��ᥩsy��P����$%�Z���"����#�'�t���\vA�x�0�$~�XM=躻�6��01�>	��!�
+R��o�uC��Iq�Hh���c�6D��/U�b��n�M�3�L���΃��hֳ%�<+�]��jh a]ӹA6�;)�t*I�٢�&L^U�IՀ��D�P�2<���D��҂��^I��iV�5��;1"�ELƣ�\lҔ1�T8<B��H��li�,��#h�ߺ��s�
+4��u@1sd�+�;+(:
�D�	�#��m���n�������1
+�N]Z�&�_p`W���Eāb�о�(��Jf��[�sW���z�
+�xȠ�A6��1��٘�ыLd�%@��^Ց�Є:�"J�12��D���K�����/�Vqerm�%zI�F�<KP	��4�E�1D
_Ӄ��9/i�!6��f��bEB��+\��>
+a��Db�z�ɍ@�[b��n0A��HCN�������r����:|�qOX���Ik�mPM
+�<��Lª�8:q�a4u�.)]�ŎPd+K��`�d���=��U�
+%Z�+���]F������o�|���k´QnI���IO�|���8i�+�[���ە�-l�}����;�;Gg�nwBwgy7q粼[�ǥ�R�OZ�!
7h&�(�g��NW߿ i��S,�B��j��TrMK,O��Bu�j�={�+��uW�w����Z�}�p�a�ڑ]㲫�dfW�N���y�;#���ҿ��n�ܯ��0*=��M��Ǐщ_����M�Fp�
}��>��ր�Pc����ܞ>�.9��͋�����߼|��?z�����{C_�����C����ww�7���-=��p�v�Y
'�����������y+�ۯ���߸�YJr0\�Q��z�B�tT����$�I��d��@i��)/���b1!+��~U\>YS(�`hq{Z�''�#<)�����q��2��2=x�*�|��ɧ����Ķ�A!��w����E����%����0�6
+�^�x�7�O#�|r�%Z��EҶ����~,��a�x�a���݀q�3=:L�-�$ь�,���O;�i m�f`�Zy�
!�LJ;,�f׆
��n
+B�W) FQK��G�R<lZ�aU��ji�ʂ-����[L
+���:x�Ga�J���T0t��l�rhZCm��ɲvSo��߽�̾��(��G1$�2]�a�w����G8�$�iU���b��;j{����x��Vmt�T�v��G'W��A;43J����
+sw��!�C'yۡЭ{+Ne�����]�8��6�
xހ?�H)n���7���O}9I�*8�>`�Q�K�kP=,4�8�ǔٴ��aCk��Mak��Kv��1�a��R�3
Q��V_i�����v!9�꜊�ƫ1
+����ƨR��Wc� RI�zA�H��{��+�q(]-!��P�u��	ȥQ���O^q�!��KG|V�9���#h��V�!�_����9a�-�4}@��2�X�1�	���������'���	�Z��6�"���
+�Qʼn!�W��X�D�M�A�L�3a�ތŮ�t������Ʉ'����i����V��Y0�m� R�Ί73q��O������icp�z���0nr�aY�Y����p,��A{�ǘ=h�UQ(����o��	]�8o*#����Mi97��w�`����4��C6vD3����}�O���1�6E&�C����^2Ꭲ���x�^6g���!��>�CXXzFrZCN���eL��+]<gdT���K�vyBqQb|Ȣ0f�@V�4
+k�'`�Xc���ce�&���{ٚ�xw�ڈU��3���.��ƓU䳥���
��۸i8�X����vמkN���ɪ��V���od��B�?�(k��=�x����m���=S}v�1�׎$򠄪�w�-�鼶�W&ဨ���H �s��S�hax����v�6[0DנY�+w�@�E��2�'?��6J��W����s�S���W*����l����u9ps�D��gbʒ�CG�u�h�{b�K�\��1�
+�ȇ�V�u��<#u�S-���������Fd龭��[��6��9v.�+*U�v5������M���1_�9|��oV�z��h�mP��g�"��rF�R
���
+H�T����2F���p�vInU0K��m|�6�e/��s��>�����ۇ�/+��0��5]���a���l{�v*5Ό�XeF�L�W P�)c�u.��:B���8S[	FɼSC��7�t4o��	�����ڢ$�G?���P̧�Y�q�����hy�b��X�Oh��ͧ)r��:M��j�\��������(ͱg Q�8��ꂪ}�ʹ8y+�kQ���=#$:�d�W�b �L�Di6�x�%Ox}H�Bbmoh$�N>�ut��3���ɥp�z#��^���u缼��0U8V�_H��\���[Ʌ� �f^�$ā;�}���0��S�ϣ~ ����mƱ�RL��^�&�q���@�<U�Е�o�|�?���}Brl��Ȳ"�U{�UL3�������F��WƳ��lM��n�r��c�CC��w�̷1Re�h-kx�.�u�h�Å<������c�R�	՞i��<���w2�@�8����1U[']GH�*�4��<���r��h�t"��#�	u5w���Nj�T��l�0��#`-e"�w5v������2����	k��tAH4�<���<�tѦp���{��9�"�Xjڮ�#�h}�T�{\բR�o��1g.z�Y&G��GM�
�F��1SL�r��#c�z�p�g���:�V�����x˳�>xv5e��$�\9ȭ�~�#����Fŧi���xM�P�u��}�ȑR�,��؄��[��uG��	���&ų{Bq=����/��	�Z��U&�a���QS�Ynzx����W�

�A���,�w���`����\�5���z �<�>d�XF���0}c��\6��C�P�����ϝh"&�m��d�TXD�l�y5��C{���-al:C�	�����|�|4e��TO��S���M���yݛ�3�{�b]�*�	+e�e,*����4	cTÇ�2��`���/ą�܆��C
QlZ\�hB�n~�8��
5�G󍲲�[��^��P�t�cNJt8g��B^B(*��#(����m��?��a�[/�-�k�:���ե��fBu��{����	���^��{�<���X��k�9��o�����ٮ��b����q�h�0R�X$P
ظ��	�cΗ�*�=�
+��/7�����B�;��xݼ��÷���]|��6���p_�c}s�
+�a�9iz/�D<h�������*���ǵ~n��a��I��¢1.�]�"�e���=R$ 4C��y�V��X���E?���"6��ɱ�,��
+{vɔ��hb�&�'�*�4^u=*(^�J��o�4nT�8v�c��}��3�8գ�虔~�9�Vt��9l!��|Մd�WOB�ߏ�Dfĩk���z��9����K�%�7Ӕ��"K4D�����#�.����g��8�-��$�E�aL/������Yd�|o�׆����9����x���4i�{?�r��C˕�*��[���	��#�&�������n�sr��NMLV:?�ʪb���blц3a�~U���z�,z10�8F<Ɓ��b�,�GHZe���ǘ�Z�6�m��/��s,��1�d1��Sی �Y�O8|y�	UԬ�}SS��e/����L��x�5�j1q5_G��Td��Li^��{(F�&[�QXk�0���@�5{Q]ƀ��p�f��
�[<��uN�]�<CFc
+j��%<�c�e�8I�����v�#�h�q�W��A�܉?o.1qe�(5j[�XOJ>��%
�R�RC��,�.
�n��OtC�y�¯U��[��U��+�B�\H�^	){CZ�	��|
+�WZ�[���6���4��)���^M���ݠ�|�5b�����UpH�Le^�7w�^�|C���i��������%��t��_G{�C„��aC�x�|�986&�>��J�3�k��r��Z�*��)	�ZGsS�ݤ�B:7U&��k\��܈h`�;l��mb�"��Z����0y��;��V����a���)**����n0q}���Q&bthp���(AЇ6�
��Z_���+�H��@���~E nF���G
M���!��q��`���;����Ď�z ��/2��g�r�C�K���o�j/�a���.7�9�qW�}8u�p�l'.��۫Mp�w��G|S��w��~	�<�����H'�����Λ�]�y���0�M��/q=.�Y�Y
+����� 
+���#0���^�*�Hc���r��YA��u��z���4P9?WWl�&�������o��/��������������O���ç����������W���|������������������7?����꣜?�k��=~�������+����>�Yx��;<H�?��j>8���8������8���<[Z���O}��GAg���Y����$�~�U��.�K�������x�Ի?�>`]N��݈]�]3ΫVe���Г�mJ���F[�C�v�M�ܶe���=��!�����VyX4>��V]q�Q�|@��#gH�n��^�^Q��@`��\>m��
+D�ǘ<G��e�
+���(3DR_{��|vpa���l�DX-����^����v��FXa���RP�³0����J�bo�L�0#����'�s1�—}x��2Z�n�ֽ��-�gM$F�6�0�v�j \+���n��D� ���@�U\q�1$��t>���H�{��´(8�j3�u�%�l���c{�|��J�V~����7F018���c�e_3��&h�ɇ����L�/j� ��=�7����#�����.��+rl�y�g��M�p�A�+#���2\5.X1Ό�p]��[w�P�m<H����7���������V<%��ps��,��A����r�kD��k��ɪד���1|�1�7/W��/�E� 0}:�n�qx��‡56pM�ܘ�[�>K<v[qv٬;��|�w:,�k	:�+h�C�����Х��p��QZΊ�w�ʆ�e�bKi��G�m��w���@�,���~2r��Rf�c�=�(;cn�['��*�v���9����YeZK�˫f;��}�q����>S:8�b�M�2B�:y8�a�5��9{��4��ՕqZ��H6rb��"�k�
�]3�X}�ۯ�mq����	JlvY��UD�^'g���1�qx�@7���'�e("c�f���Ԝ>#��������/���%v�:��I��t��ZK��/@�3�eo�=�)`+����^�KX؏�Lj�pcs|L��������P��0ڊw������#����do�'VN�<����\ٿ�m���|��N���
+��әbi��Y4#
+��R�|�w޲�chn����ѳMY��3�ypR�������o����)A�������pJ�b�΀V�C���E�mYa�k�[nNe}z���,j[M�i��g�Կjc^hU*�퉶�#�W~�g�B�����W���˞���u�yY7�@)r+�������<�R����I�����u�E�U�aTRGpK
p`@
���!�B�k-����:���
��茎��x�(}1@X����[H}���ӈ��{0|ͧ`��.NJ�$�8���[���Є�J��&VnR��rf�ñ�t�VN�^�`�;���su
+t���W�-���U$m8�j����.�sx @Ḍ��vs\��PF�?"±g��Ͼ��e���#�À w��VV-0�$(�lY�~��e��D\�\rD���\^��a�f���8y+(�l9��8;i^�J̜�'��p��7(#Zߔ�S=/6���z3�^��`�t�Xgo����4n;�q�
+t"d�]
+��|�lǁql��HC��g��H�ֲ|�⣂��D1ћ�R8Xb~�ͷls����P�H,&��7LAG�"h�C�Oďp|���8���k�{/���|�<2}�>�W
+pj�x�[�_���Sq5j�r���"��e�:=�Ҥ��;@��3͜����b�5��s^v-��\��/䢳�9X���Vٔp�r��6�����s0���Y+���Q��G��r'uw�%t�*�����6�V�c����“Xt� #Uׅy���LG)x#Ex��E��)6���B�z�{sA���6�k����kP�-ٌ0v���q,�T�b���N�w3�q����ٯD`�M���1��:��A�3JV��AAs:^�`�E���~B����:j��;��3�ΈM $�]VS��8\�Zu����2朙��R�s�9��p/�����2�2[؆�-fa����sK�%������tf��M�h$"-��;�p�IiW�Q$��3�Paӆ�g�W�.Y���u�x"�aRm�r����\�h�f���fd�����<v�=���ܺ/"`��������6�Xe�={l"���-���ȯ?%������&�v��Kc�3��S����&rD9�������	K��QE)f;���C���PZ�0�j�9�2������E7�V� ˽���)|���
+�l[Q��[*�2~�����!h��=���Q 	Y|�G��U"{K��8��a钠�{�ݘ�N=��fX[|��
+��x�F����V�pJ�d�ݯ�a4enY6+��1�	�V6ї�
+�%0�S�R�O:�SB�:`�09MK��%����W�+�S���ǽ����ޗ�/b]��R�o/p�f�~ue��=�8�/.�9�C�I�XS6zYX����Y^nuo���+��-��������p
+��=xu��b����J>_�j�r�x� a�E��H3�QK����9�kɣ:~Y�����ݮ��p�?���+���q&��x�<s�88�}�x�Y{��;�8Ċ��n��4����t�Y+���Y�|p���`��ޕ���|um%q��LU�2W	���6�[u)k~����?�O�������8��x��.����2V2ٌ��d#�����Hc��*�(1��7��KS�Q��ZN��׎����C�iw��l�AX<�����H@��f\����, �{���;8�+Aa�1r�.@�R��y^Z�VOKR�C����c�N3�'e���~��eD[u���8	����\D�nF'6���
eR�W�;���>7a�,fn�E�N��B����V��v�Nb"ٙ�ߊ��NE�j�o�,�ÑD�'۸��̦��d�����׶{��@c�/1�����l$�Y�$#�7��󖠹Z~F,9��֩�O0�>|v��j����q4��"�Y���8�����O�� x��%��U��_4I�0�����,���=!g���ʬO���
+-��6�ۜOb��ĸE���Es���ǧ#]*�*����Y�6��×FYQ4������Gu��[.-�E��#�_
+l=J�n�a˕�e�y�����#��.@vc�|Y�띓*����01����`7�|��ٛF]]�N�
pt&�e�+�˝��Te���n��c"�mTM�a��[Q��0��Y�_�)�q�=
+��q�_�Jd����pw���=�îwU�g�P�>	�iq��a>���(��u�f+}�$@���΄&��ʟ���a¯��d[|ūO�ў���x>=���^AF{/�o�&� ��/��`g� .�������+%���������װ��Xs�����0�6d�-�l��8��y��b��E�'�<[�Ec1���[�T�V����Z�N��M��K��<c�œQX�<�奵r[�z��c����s�R��+�+��H�x�}���|/ww��Z�k�%T�M�@cj�=�n�8P��;JVTʻ�&=O��p+��������
8��k�h)a�V��x�iw�P���V��qOW.;�E5��'�c������-��
+�S秦c����(zj"sFPM�2K|��Bo��tMw�Z�S�N�������p:�WO2��:��` _�pUn<^h�~ hy��<���k�m
P9BW�	�Rc�NJpK7wP����E��}d���Zh†aެ3�'O��o�G:e�~N����&��>�>9��@)`�x��������g>`F�.�z6�N7��wȈcYK���ଡ଼�t���ҽ�>2B[‰o��v��6-�b� x�*P�������e7�a��8���Ⱦ�sh��PS�/%���7_M�efew"�(Lxc|�<?�kC#Ô��᎛K��4n��e�oT���q��i(��������n�<Y
�G��I=��J��_yT���s�a��"t��ΩVg����mÝ�F�z8���?C�~��|&GPFXq�_½��X����/�nu+��+K+n���0�Q�q\c
|�(����M�~}�ɇ������䛝�slY������ڝ[_��z3ɑJk�ر<�2R;�"�
m�.zՎ�2����%h!��fm��8���o61ӊ�\�v�խ[�<�i�����lkPDO���.���ت�;�0�1��p��"�VOcX|�G���������v��~���M;&p��}C)�;����.ն����V�Űb��$U�*�ߵ%>�'��j[^2�9��h_e�m�T��.��Ӵ��)J�v7n�E98YC�{Cud���7V��{תo-����d�sZ��/�p�a�o7�W�,��ND�?�sg��0T.�,���C���y�FG��?���8+����{�~������Pm]Z]g���1�
�
�o¸;{�9"*��n�u�=*��ᓳ���O�6<V	���ۄܞ�0`�c���3�#��SF����/������W� 09��c'6gY�ˑ���gT9�i����;���[\�gμ�� ����ja�"|�o�+r_����.�'AU^T�(�dնc�=���}�A�����$��`���6 ���gk*7:��ɔ����-6�a��f���&�m�*hʓ[�Qyi��fO��&z�}�^3��=��V�W��k.3<nvf�,���]w氮�r|>7�f]����怩=��Z�U���2B��n��{��4Y�(df��I}�w������rP9�{TV(���.W�F���h����0=��j|����@<%�!>T��ŕ/�N�^�X|��\Y��,����_ৡ>���dB�8�.}w������*�J/*iS�����[���$�7�e|���Y�uy"�'��^���t�f{�m�t���ji��8�{�����,ļ�gfi�d�pCB�FB0���j�ؘ��TOW�|�\���s���鮮
+Z,��}>f7�sG.�8�L!�1\����	��Lb�Vy��;
+X�Fj� :�L���a�n����Ӗ&�5#@_28�G�����抡D����؁��Jz\���fw�k���������$#��9{!�b��Q�#0g��U
y�Y�wp9�vx��H��f�d��>�@�{�R:�)�S���J{���ح.セ�%�)����P��4���
+�vT��|C�Q��6FX�6�������kT�D`�qn5Z8��l6�K��0[�˵��:�<���Um`֒+]�B��څ�J�f���P�����8�Rx�26�Y��H�5�u^�}�#����3r����B	H�d�\�H9��׬z�6��ـh���bl1VT[���/X:���0G��ýD
+YS!��x��S=r�X����b��$��~3we��4�b:v����>��'��=F��1n?'k<f���u�*Z,�g�D�4�Q�1�;z�֍�8DDS�J,�z�f�2f�H�f���[��X
�^s�5��e�h,��"[SF8R�Y���ru&h�>G����(��q�������	 8#��d�����n�Ϳ�Ϙ��yH������b��s�Ou��0�lt��y��hS�i�m�9$PQLP5&v2�`+L,]�J��w�$���X���Q^�ZCȞ5��ƆS�Yi��=P����~u�����2k1V����r��,��.<����:�;��qpjt�E>�1����5���k ���}�D�2�:�lX��*�'��%�t�U4hohDȭq�4^´L�q3��v�����u�;��-����}j5���6kq��#o�T�A��4�ǡ��=�cTRueT�s����3���I[���K��s|z���S�@�n�r�]j1��] #�k�����d���`6�B�/r"��y���a�#[��%i���X�G��k�H��d�#,5�Q�Nɠ��r����� ����`���g,�с� ��O���Z�"�Ͱg�G��"��b���o7a���=f����D�V�y6�	� 4F'b'��o���@���O��)��˥���1qf Ķ�9�M�
+���5}��u�h��@�~e
F0���-�4?l2��j��۷o�����Yb�%�h�'�i�(�M�b%����sO;�f�"�$<\F�����S�C:)����e�t+�B������a�g ����Y��w^]���e��T'G�}^"��dCpv��틗8���?,;���ƻ�C"
+i��r΅�gq�ߤͲ�#?KI��x�R��"���d�~�Eܻ�p
+A0���Ψ�����%��u�%��d�Gø��� V�/�n�9X�fc����C�.����A|����$��3f���e�9��lnjfμ�X�8�ųq��������pP�M�|k�N`�s/5|���D����A�m����Er��]'���D�T2�f��Q�D�&��:�_��,�8$o%n�y�4�z`�?g�&�����^�%�Pٍ�%}d����gt�h�i�V��GU��@k�����l�6HKۿl|�E��x�8�������q��߼}�~7�����������O���ç�?���?�����7�?����m�7�7���t���t{���7?�_�-�������{����~���n�k�}�/��ٗ�j����>�q
�v �n������ꯑJ���2�#��7��1��t��":�`x��G<j2�vc"�k�1�>��8��w#��"�������>����Qu~i��q8ܓ�4���)M��4T�4;��+������/a�z���`y�ɥV�\:J��Tn�u�[jקTS���K��s�Wj�>��J�t�PU� �G�dq-�0:tRሑ��yL���� ���+�D8�
�1x��%��Lk�`��x�r�\P�
���pp�u��%�Jn�aZ�� S����踊�||�fZ���i�B�7�0��F��C��]kt|~T�����^X�&%�ٜB�D�J���݉-͌0�#)'�ͼꊿ���<;���|{d3>:�5�K�����oD�e��94ql��^�sPq!D��f){.���9���tV�[�8�s@���X�%w���ş`��,]��o1����H��b����/x��w�A��UZ��v�c�Q��a����yͼ�'N�"%�eT'��҈Z��T���9G�w$���P�9]�!���j�k˼Y��>Kl�5�b����-���Kunj�/��^r"|���\ˋ��5��\�d��4~��ͣH~�l�m�?�u"	Qk�Vk�)��o���!�<�g>\�)jJ�ӻ��6n�5޸�E�(H�r��^AF����_�����W���}
�D!��H��^�G�'{��p?EsV�� iJ��u��l�u<��!��������m���
+endstream
endobj
13 0 obj
<</Length 9294/Filter[/FlateDecode]>>stream
+H�t�[���
���?��@�mɖu����eJK!0��f&=1s��@�}_[���֔���lm�%����W҅/.�o�J���r{������J��v�X�q�4�|{����	��%�̸^R�lk�c`��	M��ڃq�';�)���{�p�̭��تe@�$q~���v��x�=|�
+�r��a)��O��5z4��6{�$\�P����_oZ2��L�fj�0���p}�у�\���˝2[��7L���X�B�ݱF��3=o�(2!]�W��)��(��<���Tٲ/\���%eK�|)�LQ���֒
�p��N��"�;�zc�Ļ��Zg(Gy4��=O�kx'������J��ּRN(T��W����J��u�]�z�~@?A.�R�������X��fNH�F^�Iڀ�,��\(�™���g4�HҤ�%�x�<�"��+Țf��	�c�=���&�q���ڧ��ֺ���T���t��q�؜QUuV�v��l�ʇ7����V�	���V��F��ei���v�)ԉ���\B�X�Za�D!oE�!>�wqk��J6io���͌E�̈́�
+�9Y����fsKG�?B$�����k�f��o�V����8��*=����p����!/#8K$7o�&�kr��K��)~��<h�*ݟ!'~p����v��ډv�T�!5w����Ў4{8
+��6�;�����)l��M�`[�`;#)޼:�j+HY�������DMp��:_%���t�\8���T�X�� ���l��	��4���Ҳ8��LEB5��t�˅d�%�jO#Z�!)[�u*u�}*sk"�Py�/���K�D�0�V��G�g��C��qS++�!l�U/)	L;�yY�$�����N�5�={B�O�CȊ������텼NH%`�]����'c�!�N�gU��z�!o>���R_�x�87n���o�������X�������FnZ���fl�/��11����BEsj���7]8 2W[���wLU�9��$}�o!�S-.i!���X�{tk��m�����c߼kjn�Xԛ�w��)gK_�R�7E���c�z�ER=���S��X%F��P�S�8lG ĺ��=yiq��v��$N�(��f_�;�@�9��o]��D�L�Y�Y���X�Á�b�a���C4���V5w	i�����a����oXk}�P��x�W��k�̓���7#��dE�̖pm3���:��V�6��*��~à��أ�
��R�4s��#�L2��!10��CI�O@������nr�?�^}B(�p��:t��x�+�q���[��h{ΑR9�tv���\CU������1���O���c�^�x�x���Е����3��ix���QJ�|������`ɲy`��8��3b���|�E�/���C�h�f�
�����x<���$[�d��H��HX�#x����լ�uM{hMh>4��֬�[���d=�`��t`������5�7���Ș�=Ű�T�<G��&��׏�G wۤyfb����|��y�Rk�s>�����t��)NGx[4^���Qul��E;�����]�Ɣn׹3f[@�Y��,3��S�l\����w�z��k��Bf61�Y�t�wq”�'�1�8l��8aL�`�P��CS�mU��ű�h�u5�����w�
��E|1��>	�����Y�D�N.��<Ԝ|H�ɒkLL'���t�1[��P�\�/O8���C����C`Ծ����?5����%�e���f��ɷ�;����hZݸ�Y9�X#�XJ�-KY�:ެe7�ٍ��U��������﵃�~��M�i�g��HF�3ut��������J����V��i53v+�p(ż�^,1��2/��7�_��/��m��o>������?~���������{��o>}������o�7���t�j��۟_��q��oi������~�����o��������O��%��}�Gl4�=�K������Y@������t�6�0I�ۿ�OP *y�0�18U���Tg����|}��{�%����b�(L���i��R���m�}Ƙ��$���<A�}��9tYݘ]I0%r���z��������V��Jq�y�	
r�y,a+�ll��;��[8u�!/q@r㢽�q�0���H<s^jp�,�̖�M��<!I1�@2fU��p��{�i�<���ZL`��ڧ�L�^���8��x�}����.N�$�������]cL#]Y��Kv㸦%��,�;�:�E>���(.�to̐j�� @�$<���Ť�^�BZ�dS2�-4�������mč�'D�Cj��{�mY��{�����.��ek��Nu�._�>'���T�^s�1��?^z���gr񪙃ZlQ�����2�|�����'�D ׺���X�l ަ[�u�{���λă�qPĪ|_�;۱���X9̪�:�ds�T���i����m�0B����;����B;#��I+Y�ݳ:R6�?�#���2H�,U��Vz�CEQ�5�
�����EoF�2���*�� m�	e�~f�z��N�p��sXِ9OQI$��2ؓ=���?�����@���Z�فs�����J��#����.�aKZWp����R A�[����tV�ݧ�>t��0��v
+�dѺ�������!�Li��#?^wx�=�ۃ��
o��>�WX�x������*u�BTU;+����9���W�V"m�y�T�`�c��������]
+C0�omv����7\��A��,b�
fl�`��
p6�В�
�R\��-h��T��\tLխ������-���%�?g�)�g8���uo��~��'^����*>�US�[���N���-�~2���|n
����u��L�:>��KF.�JZa�j^N;�X��������{z—��/�E6f+DN��	�V}�-�,���~�l�KE�M,��a��܇8���i��ȶO{�F�6�`���+���@̽������f�ǺO�m�r�LO0=ww
+m�м��px���Sv���'�<��W)���z�Ax�D"�BHGXas,��s�;}3��a�>}��T��,�_�(���+s���Mo�H	���������E���RDM���A����߹z-xh���a&��5x!�Y?�s����� �*f������͊�x��-F�l�M���O��Cg�d��U�0�l�7���g�K�;�4��;����K���`v�XiKP�t�U'��@�|�]�4�q�����]�� �gY�x���S�.�h����3���Ln�Ӹ�q�)��'�cHTC�b}�H@�{��y>��WX�~��̮egg;�rOZ
R�F[�^�3�Ǔ���#��w��'"��0W�ԸZ�X���Db(�o�3
��Y��;��puKCf�d�$�����a�k�Ox
�bg�8��G��FF��I��#x�|��;���'/$��wV��\4!BŇ��;����w0n�hmu=����o<�6��lϴ�>����+bU��h�){J[�ÐZ�6�'9��:�Q�S�ή�Z����^��s��©�[Q�B���[����y��@�Z��g�Ԓ@�;7��3"�I�lsVmYtoz ��x��n���
+�V��)z�,dT<{�<>��b��I��-;�|�#l������'/D�8��iזm��N���P�e�z �S;o�9������
iF��Ly��`kԯP0�r-��vup~�V��9@)�d���������@Q��MZ
+�㶱G-��7gN��1sV�l6��M����`Im���&����q��!��fz����������8���wJ���@yi-X0�P�Ѽ񷹪��_��t�MV��مQ�m�|`-[o/��)K:���̎{�	���=����y|�0�}aT�)oe��z�
+�|�6�~Wus��Kd�O�bC���Ë�y��5q<rof̴�9����7�`i�ز:m$��C�v�>��:I��2�i�\$V�k�Ns�!�/�F��I炽��ч��|��NSe�����7qٶ}�2�J/2�W%q�?WTc0�Na���h�3*�q����}Д��]���,����W��U�>2�ʁ���>���ۅ���Z��,˯������+��?�'���a�H6�+��#��^tw��t�y�����o��^ ۔!ӑ��ͤʪ}�y�z�������0��m�E�X�����kc0��t	��s�)����f��	&�>]�l|!Tr��K)�1,x�G�7ۃ�G�G�djy��ͬ��.f�
+7�k�!��������� ��
�<4�nl�lj�(�b���s(8��=�6�:��)Ҝ9@[v��p��h�N$�(bw�,�x���X��U����׿<u��me�<�i�KMdcH�چ���(Op�͇\�I��V���h)�O0���}�n���}�T�$��e��涊D���^��x)�[�1ޘ�'���b�l��y�=�Ϲk��KMo�/e�+�!X�Ŭ��7z�(��)G�O�E�3��˳���
22E���K�U�����p!흆9֒y|`-�2#g��ˊPo%p�P��wq�������\Y_�5+��So��F�V���=B�ҽ���κIjC��I�%rYG�p���O�q��z�E��N�(gm1����d�
+7�~W���/�e���K���+8GN�xE��ac���x���c�$6u�f�V�{�7X�Z�=��oۋ�vk/S���s���9�|��"�:6���%�^�M�I�;T�~?0�
������<,x^ ����׹���z/s���#km�z��kdF'@ѱT����ޝ�?J�`!�p��Z�'X6�-���ף�=��ھ�w�-���%�?g��S����}��qj,�'Θ����u�xs�F�7����*.�-�s�kc#����F�򩝶��Ph��ٷ$�������J�M9�ϧu�W(�ip��dK[`��[1
+ez{�A!�-U,`�
O����P��A�.�W%	%
+�
/-��/`�m�%Zv���c�\N��̸��� �����q��]�)�aͮV=������c�+�m�i���Ҽ1vV�]�h�x�����>��&���F�
+�����jԍ �� ��Pz2o9�1R�gP��.�L&��,�)�x7�	�~� g�
fAn��bV G�ۃ.��1����|[к�ۯ�O�����l��g��l�Ķ�[��[��WQ������8�5;~�*�[Z��$�Ep�K:[�������v�T��,�OQ�lw�I��^<���W�o�F� ���hq�%�\��d9M M(-�AK�ņ&u����ovw�������T���p��3��=q��[ if^�3��0��ّ�����h�	WӐ��F����֕O��T;XK��IU��[Y�O08\�F*8#�H0a�A���Q�����c>��ʂ�;�w�T���8N5��fVG��-P϶�;7X�6�<�hga�0C�̡�eD1g XV��e�ג^0�<���E0�A��`|^~,	�(�J��3�.�2*v���PXs��U)�դ�?mڢ�F���.�`�M��a�|�b�O�qa�$�ɇ�
+����>��A�.fr,���$����׸[u`���Ula@�lB���L�Q!�wMp	He�*O��eY�����#� �����+�H���l��I�A>�U'H�J�ď��ڀ��9h[�ĪB���	�L-��?��h�dp
+m��ژ�@��IYir�IB{�����b�ilӣ�Y�K� (��4P�M�̃_�C��]�%$� 4��l�;*��d��T7�FU|�����0_)K�`hSupl�I	i� ;����V8Ԅ��^`7�Hm�k���e$O���Gb�R��jH�C?�ƩF���&S��T�z�IFb7��݊�pP}*���4xF�1��=�PD@M1��H�
sBU.�h$=�C��`�J\+?�a�Xj��S%�̱ڰqΡ!1����*�V�B沈�-�`p�dr��ИPT�,�R<�N)-P��h�
+O�R�8,V���G�+q@���h}��
�X�n�nEH�J����#2*�
+�A�Y��Z �"�#s�©ng���Ugw(P7#ңPt��Ѵ�����qX��C��,���&o+�U��	����!��Z�s�'	@���ҋp,F���;��A�� U/���-Ѫ@�m�F����'��8)N�"�yMn�8g4��P�'�\馢&q@Y��H9{$8�|��`(����%�
+2EO��൐ʈ�_�7���0�����}��e�ē��Z].B&%�\.����@����)�E%o-l�������AJ{�L�N���,,���4�ɘIi�2i젥Y,[@�<��_
��
+��X3ɥ�A!ȻQ��<���9��:��,�@�E�J:��ar�J��Rh�q��|lᆼ�!3W�B)2i�h�!�X/XO�tE�j����(�jV��笏�3(��C0���9!�^����/����%��-�#�'D)_��,��U�`f�Y"�g55\�(���%��{���Pm'+H�F=�o@�JAX�T8�b+�^"ෂ6`,�gVy8w�a��Q#X�s�L@܈����KL
+snep+�(r���RB���P.WH����H���|�J��p'�[D��
����w��n�O�=��=�X�mV@�Ѧ���&��i����L\zqA�E���9VQ��:Q�#O�]TڣY��l���LJl�=AJ����c	b�x܈������~'A�ASd���w���
+����fة	vOfKl�I�6��l�b,�(�B�	%H)�ɽ�*�(c�hQ&e>I�\������n�����u��B����L-!$�@=/	K�^p
+�%�^�z4����
+���e#D���Y��,�I/��YX��%7�?�x�����mz�[������c�uE[�r��}Sl˺+��s�g�MY�y���F����?߼.+8�����~�����߽o����W�+�:o�����Ow�U
<�����+�?�=������1�uY-ۢ�ً�ug�����o
+�ǟH<����u��|g�7n염�a�(o�ݏ���VF�}T��)$��\vk��0|��.�^]T�u~E�,�z(-4VN�u�_��I$t���x	5��n���%\q�(���J0 �v[�L����%���۵׻����[ɏ}I��h�y'��]5`������yWv�[�Jp+�?�U1�˝��J5�α��~Xt��!)�ߌF�`����η����w�5�>����Q>�_�6��l�9p�We��͛]�(޴�f].�UN�_���q����t�
+�K���[I5��ͻ����|1�d]6��f[v~��@����^�*Vg/O>��C"5�C�=�Г}�>t�����M�=9ѓ�n��‰�/��:Qr2�'#z2�'#z2��m�I|�FtHr�3���KQ�����z�a�=�ΐJi�%��=��ڬ�S����n��3�+�n���R��ZC<����r�M��n˼�ɊNO��Wk9�v��S��ݰq9���p`�Zm�n�b�19��t��p��Wq��;_4U���u-ݢ�κ�D��J����vS,>��̄���ۮ]�b�����j4��%�{W��eSo��P��/G�6��ow��.�N��ˉ�$0�����}��o��9���7��;'�
+5@lߏ�p>6eݽ�k�K�<�5�8��p�ORr
]�SQ]�f�.��j���I.<	����P�Y�5��ͻ�o��3_��c�����J;0=�𗉟����j@Fр���2���$�dD&�Q< �x�M���7�rqt{x�������c^r�^�y[v�ۢЕ�e��c���j�-�Y�;P�����,��E{S�w����5G]��Ř7(��h_�ūbu��2���k��c�ϼ�u]�7��QŏfȀ侖�n������۫˦�fmQ|+�	gy�oE�Xi�S�����nČ�ؽJ���\�U,�Y���p�Ys�{�	���?S�#���h����v ���
x?V;̛]�(.��:H�3��:^�8li��j�ݱ,���߅���&g�[�7�f�T���$}�1���Q���R�f'
+<Q���xi9�,Gt�i*�G����S��7&1|X��E7IRX���˫�M���p��o��=���
+G��S��Ԧ���fޕ�b��V�*�b�q>+U�c������eH��7ce�����M#���m�_U�W)4�$R�z
�!X���?���,��U;��f�Zq��!���9s"b��X|�E�<�������U,������"Lm_޻����:�9#��&g�t�T���L�-AkT3T(��t��N.�k2��d��Nf?K�R 0G���J��r(~n�ɴ6T����Y푌_>F��U}
+����_v��h'� �R��2vZIMz*�3�ܣ���#:Z*�$=�9��q-�eY��ET���҅E��0�ʒT���v�\��l����`�쮁������P�A��j1U�thaMq��j��@?|s|�q�}9��2��� ˤ�눈���Ũ���"�A��A<��TR#4����%��Wt��.D��r���nK���X�h���cs.�_�l�9	��*�5����}|�FL[�ӹ�)��Cj�3���'N�[,�$EaaAxP�F:���k'���?k��KE#λ�t�4�i��y�Œ�����!r֚�PφdH�Bx�1��=\�Ï�+2��X|�E�D�������U,�6~����C�+�]����{_c�P[g:g���Y��R1�{2�f��Q�P������;�h�ɴۓi�;��l,�J�����*ISˡ��M'��pP}����H�/#�̪>]M��/��t�\�S)GF;��&=��ٙT�=|&w��h�L���|6Ƶ��eED�Z�ZL 8'AS���\P8Z�6�7^m8wv��	_�g�.0��������Y����sRy$��1._�}���ܔ=m���c���cD6˚�c����������"F�}=��63�
+�XX-��\��ʃL�2+����ývp+���eb�����~�p�G��B�aW��-������\�_+
+endstream
endobj
14 0 obj
<</Length 3653/Filter[/FlateDecode]>>stream
+H��QoG���w��-��$'N�ӓ5B��	�^po�h�+M2;�7;c[��7ڕ����!���M��D�ɘ�!�'��Ͼ����9���M���X	?fk��S[�
�o�?�p��ߔP����
.���Ze?��2*��Yu�n�;/e�75�h,cP�	c���wW�G�P�3�ye�p_F.|�ߖ��%�ʖ����v�x�8��}�a"�.�+�V����m݊�ٓ����`8�|0�ϲ�8S��E��a�����?o���%�-d�6BV˱=	�%��*T�F��s	�IO2x�����\��R�Lup�/Nj��ÿD��n�؆�类sg�k��[O�[�N���ÿĩ�N�������@�bs=~��b�:
�Gh�&���ao�p1��'���#c�S{G䍶�L�s�`:(�
~ǏȚ�@�����D:ۧ'T^8O�=�\���N�]VsQ���R��3gK�`<9
����� ������I����\$��ޞ�Z	���%?�Tl˅4��E��R*�R�ۆ<xp1k�Y��E*�ĖdUjE�̄�.��.D�z�N�>���Ϯ��$�*�bL_JǶ�-lp\�r-�'	a4r�ťN)}wK���������Hl�o�Wh����(�
���b��"T�f�d��A+���F#�s'ʵ�tg�3>�������>$Ԯ��*��-�	o	'���Y@^�S�K��S���[�[�@��@���h�'J�w�ƽ zA z�3A��4��'}��x���0N�u��N��2��f��
+�bę�Kp+�>-*�OgJ{@ܭ��I�����M�s��{������A��ub|�+W��6��������49�e�����r�b��O���
F�P����m=�x焔�c+w���;i�i�mCߊM"��e�Gۦ�+s�����B��lwj	+�ư3gU���hp6��Ը�H��=�2re���}%?�Ti˅4��E��R*�Rzۆ<xp1k�Y��E*�Ė�VD��Z���٥�ȃ"r�k's�U
��g׍�FFM1���c[�6�.t��3�09g�R�����M[�j�^�Շ#6c���+4Q��n�؆�g�z��Fs�J	3m2�?���`ODC�<e��nP��"��ޢ��Z�}4�1���/��p��]�ݐ�^u���qWԯ���0�n��#�9~���s��Юr���qP��]��Jk�5�\��Vl�WS�O/m�4l�|�������Q�Gx�%�(;�Μw�NV�L�e�Z�ɍ��ā�X'�
+ߎ���{�_`o��re��,�%?��o˅4���l@S
+)�W)!nC<��5�,E�"��bˇR+��] ����C<��{{;��(�jtR�nȵ�kd�����QES����O
���i�O�o�~MH�ށ�&_��@ǯ�A��Z.����L�Gһm�������w;-�eKĝ
+/_�ősk�J��t�C�4�2A�.�ڞo[�h6ʴj3~��w��Q���D.�@�]/6L���+��5�P��ه�������Cp���ulB����[�=����Wj��
+A�[��(J텣Iu��W�x:���m�ژ�j��ZŠ�;�̹���je'+`&���N��e5�I��Y�۱��x������re��#:(A��|[.|kT���ǟ�R*�RBܹ��b4q���,qb�2�Al�pAje@�O���e��[xȃ"~�ogt�UM�Nj�
�6}�l|�`�B0�h*2�����?��z�*�_��w`�I4�Jܬm��-�K|�@ǯ�A��Z.�]��L�7�]���T�,vgڻ���������@�B�p��\�\��!��Weд+���[��h�'|j�h�<���-J[���
+����Z�;�@��@���h�'J�v�ƽ����i5w�\�웛�R�y��\/�V��P����)�.���4��_�{2�	D=Ƅ�u�}����\����x�8
��0�@�,��D�3���V�}VTv�4
+�����g�&1/���7��1�����ZH{{M([�����D�.?A�6c��;4Z��h�+|kv��=zlu���ep�˵��v���a��#���*/gp��6,<_׋y�E�*%̴��V�l%Ω���s���?QB�;Dw=���h���
+��oH��?B9��}M�W<D��o�"9�<5;�܉r��S�NGc_����������Z��ޞkR�_�n��k<�Μ����b-����_
J���6��q|��ae�@IH�;��L��O���
F��6��?Hg����ㄜ�Ǧ��z������X�8@X�^��*/gp��6,<_׋y���PUJ�i���m�?��%	R+��@D���q ��/h����&�PDN�x_?V%�8����3g�/��`�����5w�\�씢/"�����>�g�&1/���7��1
+���녏!�he��6:���3���ʪ
+Яոc���_�����50;��}ǎV�6[��d��+���`Um���@Т��x��4�x������B��͸�q��&��1�p��`qP��H��T�&���o�&Q�]
���D�q�<�����`�1_��/8����~�Q�lA�ښ�K	���5^@� ��R�-.���RH��J�j�����`��"h��|��������f&tv���<xp!֙vB�A\�0�vݐK������
�)��� Q?{�r�5�e���qa�6H���3|����ep�˵ �%ޡw�9��P�'�%ރk_�����oo���_>Mm�@�*\z��O�t���t�)�t�#��r�F�\I&�����:�]:�ZFG�D?k��{�r����	ON.˯2�~s]մ1��{�w��I����`�;O5(���m
+g��B}�߯��!\�bw�V��"�����Z{�piM�G: 5��#{��,.�x���B:˳� �m��ڦ���aߪ.�~���"��in
+�X"��Tp��Za#�jh����7!9����P?��byY��Al֐��Y�9c�_k��(!��ʈ-��A%-!��(�h��!��EQ�z
Q��@!�v4�&��&\~U„0��_)[F?��0
+gY�^:C
Y4dѷ�Eϻ�E1p�e�J�s���� z��\E!�0��0Z����TD��V3Y8܄�IW),����nj�'�A�͵�l�UĮ���]�/�_��V�� 1�
+A!�|L��q2ተ�$1�n�F�x$�uV�k�c
+=������D�9�4RR鋙d������Y$��E���%Ǭ��8UOVН�8�gw�iQ/�
�,��d"`^B�&&e�Z��-!$l��j ��kf]ߠ	�� VȱZ��˽T�N��X$Ia��c����"��#��ԖN��I��������i�0������۞��X�!��E!�9<�:aG>�ap�m�����~�eaS�z*�j�JZ.�C]��#qY�����QBl�&�����+����.Ri��vSg�gir��±�<v�o˅����r��p�{YIF�W�K^�*���WK�VKYpd�v��vڽ�d�q/�8��*t�G2O�͑���w���i
4�s�,�n�+�m���2���OA�kg���d!��ۣ�N"��
+endstream
endobj
15 0 obj
<</Length 17613/Filter[/FlateDecode]>>stream
+H��WmoI�)�a���f����S�wV�݋t:����9l�w<fɿ���걳��1>"V^��]�O��TU���m�ś����lQO�#�X��~�������[�=�xz�~���U���Es�>�l.Z��zݖ���i�?��\U�iS.�
+�=�i��<��^�����ك_դ��5��5�|{����p�XDjDj8D�����O�byUMz����U���M���������٬j.�E�ZS�ֳ[�o�K�X4U{5/�XY/˦h�?�͎����
+K����_���|Y���z˥�:!_{��A_o�����l�;���f<��>�>�Z����h��w�v׋�z�{q_[+�//We{2[7M9=�-���Y��L�ӲySb|G9r}�V1��|�[���M1i�ٳ�Z��9��eIw� ���u3)?{���u�z=+����H���۪�\��
+�_V3�@_�76
����PY���A��v���g(�9ӽ1�.V���m
�����nO7:��0/���o�/��ѿ�}�,����;�1�Q�K[|�W�b�E��/�Y�<M_y��g��ٺi��n��6��Ʋ��]U�v�˶w
��'�z���fv�r;�?|Mw������?���17 �Y�KU|~y�*�/]���(���s�w@�j!v�(�yZϗ'�ov��q[��e�m����1��?_֫�-GYG>��c)%��n�#���ώw����v[7���lWMp�yv�ڲ��w�|��74�)� ���+�����������b�b����%`n3�}_|rG�����{+�'��Y_�rѾl��
+F�Q��榱������0�.����ny�݄'�z#�/5��6�mA��eS�u��f��-ԓUՖ��#O��My<�ݽ���R��J;$�0��v�p�!oP��>���G�e������8{������'���`�hz��^�^ZpttD���M�������2�	?�_�_�3��	�*;����C�����Ã����~<���Z�3�3%a��9��b�goq
ÿ�k�����`�=S�����a�N�xqxpd���0^gN;�+�Ѯ�/��ߤ�.��Ze�0�+.x0��
+fѨs��&��u��Z��…������+	F.r��F�kc�[��%y0:�M���a�͍�d�K�4���i�˽L��	r ��\�dR��e���`�C�ȥ��ֲ\zG!�ѩ(&Z�.��s�F;g܄�7�Y��9��(D�gY�\���|������:-�(|4I�M��sg%��ۜ˘Byu\����K��c�7n Xa�a-�-vH?0ngB
+���@�v�韰����,��?,��m\mr�0G'�q��F+�3��1�*�LM\Z�Z
+�g���@�p9�qH��*�t��,.\!
+�u�&&��c�r1�28���(E�N(�F�+	L��t�
+Q�:��,��2�p!)F�8J����@H�Ag�t�T4x�cp�!�C9��D\�B���r�D�CNt���0���d��,�#Bȃʝ�$q�9JW#Lr�B!
+F�P&z��[w�|����T<I�Q(���vSS��c�+�|����mt �[<
+ͭ��1Q��U�*�sҎ��’��cD�y�R@�
+�#�a�L���^>���A�C-��U�`ً�?Ȩ
+��	��9\��� :3���y��C$$�R���
`+
+�K&-�J�&�K�|p�bb�,(R� p�	�oI"�~����2��B�Ch���@G���������)����$P/�H�C��*6�h���I�x/E�!!p���Z�_`��Q*ʮ�1?V:I$s�Qڥ��s�t���H��@��K�P��c�<�\u%bq���&�3�]�O(�Q*�)���;n|�Ne����r愎=Œ
�V����M(�.�/P�5IC�Xe�1�TK�������0],�r��d��1�j8����V(�ڥ�D�G�hG��cu�Uf�E�S�q��������.��s��2|nML�M>S��z�_M�ki%����T����W����_=�k�ٍDx<�y��1Z�݉2Ma�.Kf�gɮ�Vi��[��n��G�c�1�8��;��4D
+r�<I��h=�+��kF��sM=�B^�R)��>z���U����$6W�$m��O� ?LD��Hi<E�iލ���ś�K�!'y�	�w�Cw= ���
��%��a*d�]�?\���11,�wv��$�g�ǏP��v�!1
+Wz�Hay4JT�iz�m��a�.�0o��N�*�T�.�P�����S����[��%�piixr��F�V[iȅg��CO8(g�8"�����ޞ��SzB�O����n����)�ȋB�!��y��MDr�,�&AƷ���*FWr��L��R˹�v-T`(�j�$qY0�ibU6��,�T򀓬 \������>ͼ֓C
+#��<�GX�c��wg����%�8��{^�T������F�a�9P�Z|�t��A��'
K��ΐ�B�S�E��9W� ����s��t����'##ԣX+���gPHl��[kX���<�*�$�	���8�]���󛀱n8a[È�0�`v�\����cLٔ_)�������"����0�H��H?��`e����D	Q,!d;Cl#c�ʿ�Tթ{�c�,&�3����]uY����[�
+��a7v/y�=�#�m�W�x�i@�<ޛ>�u��w裆�MVj��=,(�LE���
+�4cdb�!�qQVm�}�(/Ҹ|ΞQ0�k�F֣�2?w��2���쿮Z�ɧή�K���Q�Ѱ��XU]�@vea1r�=,��a�bT�9��&�3�����Y��6q���{�/�L� ��8����v��������d�,
+�FO�V�ߗ�������W��N=�^�)��OpY	���2ŏqaT�i��~����00cQn���5�wqw�N��(%�ւ���� X2vI��l�*�b���Զ�*Ң�ʜa�9��<���o"G������V�4�rl2�A5�qw+q���~'Fc��>vra�(�a'�n�t��b:��D��$��+G��<������|1�C'�E�K����$�`H0mf�<��kOc�h�wϡ�fu�Ԛ!����N���d�e�a/�����tXGТ�^۹���T�ŷ�m+�Hq��i߂��Z�������x@�d̜������(�A�2��,����Uڊ�ȭ�V����6��j�����`S�tW�Ţm�;��jB�Jg�4�+�=eoqM��ȓ����E w=h����y>+�'b +��UrmE�~�]G���p �
���Ȇ}�LcGO������!Ά��U,�p�L��v��	���ӳX���[V���,[�����zV-l��\���HSꜛ4�K�3����0rmk����ZL &�4U9�~�A�;I'�53Uyd
+Zur�����+U��D�}fd��\+Ϡީ��6���刊��\�<H�횼�j�5߷�]-�w�jd�"w�R��e�77���G����hM'�*���V3A�w�|ѪI������q�w�&�G���t���F���2�Y�;����x�9Ε1�Qs�I�����f�IR{L�Y�84ɻp��`���,��52�8�[������W�)ll�H��$�m��=����u�3���8H�T���li�.�P'19T���1K�wV5�󢃫�*9u@R����e6�b�����Z�����N�
A5p�6�31���������$��gO��j��3���� z�
+�|���V��v�!]���SK�c�]	"Nh�h�<�#�%Î!�`���Q����yAe��*���p�{�D�T���u\�ጺ�^r�#���w���250,�_ۢ7c\{q���ҋ�Z��`5<�I�0�� ���ĻxW?��W��*��tX�t���|��7P�O�ҲB0��<,zѝ��cE(8c�b�����0W��v��o�I�?��Q��ڡ�B�6h�`��k�2��6V��`�zax+�CR���;�
ޔޱ��X��&�zaF�
���}����Vv$t~�
+�q�t��6M�+c�8L̅a�����'���*��0M��CI�tߒoZ$h����ϳ�4
+ۭ�kW��a"l%$���ԣ,�Ǚ�b�hu�2����5�c�#f>ҡ��;���1'a��&F��
+%�y������L�w���f�t;��9o�L�z���O�E���9��={M�)<9�?��t	��cAPg���u�KjI��$8�i��Z��aC�Z��1��kY�=��*�W4�.���(43Z{Z�c���ȱ7t��,�\�<��QCj�t�vP�MX�ɕ�q�;�����t.~�\<�;�Y��f$���Ԭ�%j�b�5�5�:�uG�ie�.
+W�`R�pz�[Idb��'q�X.����%[	gL0IХ�S�88��~[�o!a��ن�YI]��	��9�t\_��u��Fw�bhh6�� ,SX��q�kq���x�K���	�m��k��v���
+�^ޯǕbx�WL�6�vL��H��Ë�r|$	��mL/r��GĆ�+��� <u��_���NҸ~`��K}}��^>~py��/����g�������7�����7�_~�������ի\�\p�����2J/�T�|٥������/����|Qy�J���9��8 ����O>��>}����W/�}���7�]>�����/�y�
=�m|������W���q�5
+6����{�X�|����䛂�(����Th�i
�6��"�^�Ƞq�r�\܀�)��儙�4/����F+@���S9�u�k�o�[qƓ�OsF!�v�hP�v�8�BN��ԁ�>I��r6I���+�p�x��[����[q8zSa�Sຣk]<��Fv��A�&�f
{�p��y#�/��lߡ���&�,`F͛�?֐\\�r���%#,�A��dTøܘ���tыx��;7�ʫ,��p��y������È�k�v:��6�m��з���Q._���O��1��w�?zIj�q��%/l��bYj0�D[]~�_��F#q5�Z��+���>�����O�x��7[�|�~������e\�t������}��e������}hk�����@[�:��Rl>�>$���Kv��Br�߭s%C�V��P��
+<������0K��#v'����O��3�퉏n7��EϹٌnnF���[�6���)EsV>��ԛ�Ko��z������Thcգ	�9T6A)M�D~��zS��_NUt|�.�H�7\����p1��Qu�i�����y����aqo����E����^;��)�a�Tj$�����BZ��j���PTH��&A!U�����̜�����Ǘ�B�*ҖFW��0&�ۥ�3h��ō�ľͽ��r��|��
+�Z@l�*������,���\���%O���a���]���ݕ��w��_"�n�-z8�e��4T��$������9(X��
+#�
+Ս+�H�}+�P���`��L\͐9��[�D�*G�QȔ�3?F���~�ꄌ�챊rv�V�a�c%�Z�j�oz���K;SG+;�l�-@u�#�U@�[>����"#f�4�����hx~Q@��Gm>��u��7�/m7齁�=�0/����������KNt�~S8W۰���v��%���c���S���q�v_a34#m$�:Jc'��G��@�b:iBl��Ͱ	2��\�8��	O[�A#M�K
��t�P"U��):,/���HG46���vͥ��N%����7{f��6�;���.2���Vȣ0#������{':�]��,O�H�4J��9f}��?�̒����Ke��	D]�\�<�[n����λ�a���'c��(��<E+%�U(��(������-Ƥ�׌�)FyΘ=��m�ꣻSد㝞Fo��|"��U2s�{p�<�m<�F�$������4���n�0�`HO�Y��_�
+:�]�u�]��w����� �\nl�W.S��v����渎�l�ך�f�u�*�'�qcY��c�;�edw�Bu��|6�7��vxn�4A���S�^��3���֐�+���/��3�BeF����2��=�y�G��=sL�i��+&^����#�>%ҙ˞���
+a+�:���Fc�`�Q�X�EK����!�,�`�<p��6����cv>R�pk;8�AF�V��(�Y��=c.��@^�S���0�d
+��*u�f����1Wm�v�ř���k*�0BЁ�PG��q�i�S�Q�+$ӕ<������^�ޫ[��d
ݾh�{��w�cͅ���볡}��ZGx��b�RCN���'����`��9.�5�V:��C
+X_�[K�t ���p��\��֦��kk-,FDk�d�e;���IJ}}
+÷�fnl���я��G�_�eh��E�5A\>�a_��ڼ�nY+�hɫ8S�0��F�d5�G]�g$�%#��G1�j�W���9rqC�Ų�.���YG^]h�Þ��:5{W�\p?��g��\�Ch��Z3CU�m[ņ��*�sq_�Yv�⊥u=�Ⱦo�î�f[��b��� ǨIc݁�<�D�=>[����#�`Rd��f���P�ۡ�`���po:
ESVM#;�H�JJ��A�]����Ԓ��H�������
��JH�;��A���HO��S�����\���'���Rә���֓�KK�X��vMU8�Bb��\Cy�G
+Z_z�{�bw����"���^"Աg�۩T�؎�
7d�Pl����Y����|�[��PC�G:��-jP{���TQ�W�l1c
+;�c����ϵ�𒸃iM��g76;�K��h�\:%F�!�ڗ���l+�~����4���3�-�!׶]5㳲_%4�,����oXm��<B��_.{F�}�=�
B�&wb��x���2���O�o>��ݞ�������������_���۷��~�������?<��[����������5[��S�_������ǡK
�\=�����gT���{������S?��}����o��t�y�n�~��͋W�̀�]a|��Y�����p�E|ܽF���>�@a�1|��r������3ү��Y&��t��=��Y�%���`̥�����-�������O�aP���_��7��-����>���+�r����O���o�pۻ��~w�ӟ���C��+T���>�"��u�y���?���C�Ҽ�tWf�ٞ!U��B�N�]��������5��	�`�
%=�� !+�^���-��4�{>9b�2Ř�4<+��!�@����9F����C@����!��Bxr��%v`��v<u�-�������#���mGH|M��|U�f!9���O�e��]"�W�=&:B,���a�E�c�k[,����&1�4j��v��X%�""[7�!B����u�Mw���̑�C���Ac�,d����:��FMUT���
���z
�66�gY��
;��J���ەϪB]_�d��?.���i]�:��maG2,���\V����t��0ښ$$t��`�����t�k*�H��V��Ǎ����"�l���d�2l�·���nt$~&fXv

���p��Q�Q���:t�F������u���I��Ι���d�:�yv��c`\�YjI�f���-�����N��˞L���&.Ϧ�����]��ɲ����X+����t���^��
@�B��
+:��=�󳀛��מVQ�ڲ�˷��-qK�����]xeYCud�I�L[����@�r����%�r�A���c萲fSD�%G��Ȇ@E���]\�I}ނ2��JW��pJ6^AwB���G�\6��w�J�
+o�_� �(b��>���n�ʜ�]�5�����k�(a�#����ұ�;��d�؄���u���lC�F>�v���̰XC��,��Y3u����r���=SqU.�Ԫ���*��{$�÷A�Jf<ϸ]Q�.Z�DiQ��
+��4�*E��z����}�A��-��{��y<���$�B�����Z%�<�ᎏ�,n��Mk4]�kc�-UlsR�D6c�I���	�Vvc�+�Zn��PO��i����ݍ)�"Z��V�����"�xl^"�]rH����.���qY�v'�;ND㏥3��U]C�@.�
�EJ����T���׉J�=ótP<�������o��ʸ�YD6�F�/'��քT��[ee�\v�R5�<f�	N �S�f7A
+� �F=��
6�c����R�6+J��ۃ*��
+�L�Z�/��2
+� ��:���*�q�3^Q��+d��ٌ�hB���&�*<�)��:�Z.�$�IZfD�r�/?���dY2���dm����k��=h�Kn�c3	Z���5g�N���v�/�k��J���猳�C�N��LLNtt���(������Ѻ�����!k����3t�<A������6\W�ƓA�X�B�W�w��}�?O=<qއ6̚d���S�&x&t
+��B����S
9�n>���,����qc^��}�L
.r��A�v<�2��[��)�e*"Pv��SC�를�;�q��}*��6X3#��U̖.����r-%�ʖ�q�
#�ʆU줺��@62�X���o��Y[8Ѥ��3[3�U���� -�x��.��5�4HMe�6bK	�c(xG<s��,��"(fSX�	���P�^���*��K-�Rg�[���;�3�Y�I�(zl�����=��P���Fߵ�{S��K�V\�t{�f�IB�UP/�ʘ�����m�@5Dl�A��2�h�8	p�T}Ej��$��)ɷ�
+��L��*z�I0�L����.�K� �U�yqq)h���[*v֢�6�D9*��2���>���9i��W�2��U�Ld��b����s�~�2EV��4�2��-/����OW�n�����������^������7_����7?�}����?�z��{G>�a3��׷o�I��&+s�=�ߥ�y~c3(Y�)���}aJ��ϥ�eJ�����/�?}�����^�?~=���?�y���ߏГ3��=1�;~5L~3>.��,���n�`o��}�Z����-s��[2���3��[���]g�x-���V��O�>�;�g�5+���CLO�1�55�n;u��=S���}
+� ;qYd�䳆�7��i*S����Zf���>���=2,rv3j�F^Kn�Kэ9xzѝ'o�G:�9��H.�0
L�[-��}�ɇ2�o~>���e>>)����3�A��<�i|<^�����s|<~��y��Y���o����aػ��?�k:�ݶ��I,�/�\���!�H�M՝�\��OP!o�k��_�q�_��B�vq�Zv
���MG��V&/do������XD~+b��F,-�ri���>�5#Lw4P�����q�R��Kժ��i<�k�omT�c�9�O�tU�JpРCN�q���6�T�¾��v͜o틖��n�wf�h#�'���6�;pS��lm��(%����^�%�L�E�J&){��U�||FM�-��EAK�IޞU���;���TЩw�V+7��Rb�Խ�bm�n�CqބG�T�о+�v�G��m�H���&��)�e,h�Vݳz�ڶ����j�L�=D��Yy�f 4[QE��^j�B[���������0��s�˖l�/p3�ɼ�A
+z�v)�@����Ge�4�ǵU8�[¸�\�X���蘗qns_�sWgx�-4�t�v6�25�b}�,��]J��Ǯ�$�:�w��H9�WA�W��o���c���Po��ls�ɣ�
+�d��B�:��`�B_E�|L�(�u�&�eS�y��Պ!̄��\��	�u��.��?�����N(ɾ��5��{�TQE3��cq��p�{y�>U�3m�N��@�_���<�
+f'Q���ͺ=��v���	�� #l���0�2*������%�ݎ��+�c$���C �4��xs�f;��Y����a/��83�k��XpM�ܽpH87�����	^�/1��MnHS�rQ�jV���W�}$5m��;�eO�ׂ�NZC%Tt�j����`�Nt\
�$apI�SK/�"x{yd�T�;�{8��"Ԥ!�!%&>�Ð��Rh�#���6��[`s��h-{�6����}���rSpe*��qqV�&d��0=%����|�X�X'����yy��,���q\�]h�G"�]z%*�AzЀ#�1�1S���F�-|8*e�*⊞ͅC���JJaX����O	��_Jk��wI]LA�c�J�(���3��k���2Cl���P�9S~�8��Z��_3J�%n8����B��F�+Xl&+tmz�������b��=��A�i�+�>�+WTJcn���'���u�a�k��d�iܵ8Ʋ�F
W1�R�k�������7��}2lІ	jvp�v,��j��V����ö?A��Cc.�-��Z�c�Z��<Vh�Ԓ�zN�$�U��qb|����!�@��1k-�5l2�H1�z��.Ɓ�݇�������0�A�Azf�j�-vK�T������L�E@�Et�p8^ ��!������紂��v3z�q������B2��{����~�zt��w���������_��e׮�Α�{��)�TU��$7A"Y�"0'�9F��g�k�>��(�p�Sݻvw=�Z��o�^����g_����������ˋ�z����գ���.U��&&�M*����
+��z�nW($	�W��_���}���WO_<���O���v��ū�O�w���1�y�X������{���ဏ�<x���lo������Aǧ����;�� �c�V�Ri�O���1MXY�O�Q�ʳ\���S�C��s.���!XיF�J��N
��o_���VPf�ZA��������p���U	2j*}�vgDz�:I�0��t*�����z~�1�tk�x�.ʹ��L��3(�ѭ�'P��d�Ae�Es�Ct 3&�y�AU���ds�D@"ɩ̍@�4�\q����]�I�m�:P-`u�0��Z��
���h�*��Q�aT�,ՌXnj�F}p���B�F��}j�m�0�ƅP����<�w�+�z�-Pя�Z?��ߡh��E�Y��
� 
�C�1�������ϰ,��4;(l��T�������z�9��O �x�z7<5Kq�\�	B���1�(�"fƨ؉���0����!D�^i��qabfpR�rѕTM8��E��<���ʄ(~@Aq)�w��-]4h�����S��h��F|�鞑�G��݋����nz]����>P�yK�M�9�����7Vmlk���ߥ�]1v����褐�jLM92S��������E4KC����37�Y��h|�R��*3aBKW�R�x��y��l��#��Z�ױ�s���a��
+(1l���xu�
sނ
+�ϲ`q(Ω��P�0�C�2�o@-�A�,z�u�gO�R����T
+0R�h����\���x6�aXy�l�2Z��8�l4k�SS�~5K6R
�	W�$\�w�v�ZA�U�}�J4�Ql�����&ڧI����/���d����2�u������x '����!��������{ɀ��f���q���ޔ8
���FN���9���X{�`��
+��E�������[j[g/յ�S��܎��m�$�S��9����p�f�T@��P��K�ґclen}�~�U?֥��������=�q�,Ֆ&�~�������Q�?�;O�C���a�v��}���m��/��)�@}4���K��8~,(s�_+����eݬ�:�De�)9����g�J)!S��97��.�����Q0���=�9�\���Ʒ>|�PU8�Ih��P�@.6BW	o$^�*Y���P�Mfc������W�(�x|�9n���	ѐ���cb�Kb��l��37逄b�Q���ٶ"~@(Wե�
+�b�S$*��sU��n,���H��+&��W��.����J�+9�Y�`��SD�b+�/�KO���(=�,���(��gw�(q:�
+s��U��0�3�Ƌ�C/c�Nwahn	c�q�9����B�g��5a�"���;���Z�| ���W�T�a�?��.�9r>t�#��C�����p�΃W����
+��t6�Ş�L��S̘2E��&��J�¡��Mg4���Wx
+u�ơ���Bx�MjKkA�Z�"�,��+�5\�\x�Zp�k�û�3��ou�������B}��;��L�� 5m��+
+R��LιZ�ιs]��S�M�il�� �U��{d�Q��"�~����!?����pY3e(��J$
+	��
+5��7B��?s7vd������q�c�SZr
+����~�5g�E>���mm��o�V_�.�Hk%Ӕ���Z$2��jȽA��ǵ���ᱭt��ϜUm����=[_G�
+ǥ�����h��jH;Lz��©�����
+Lf����z���Q�5�k9�,d�]Y�
+dus��j��Y�ԧ�[�P�2J�=�P�J��P-%�ZIyY�q F�F
�G.e&�DЦ��aLY�*��RЎ�GE��T��
+
���,M���F�n�H\� i��Y@�umk���i�'H�x����FN=���`ٍ�ta����
0���8�Kf���ι�NS�&1�
+�T���gf���������J_�R5&g'�{C��K^ƫ��`RPA�S
a:Tx�n	���̶C���
o5�Q�0�W�#��TҮNЅں/.�T�H��@���Ri*�[g��	�����9ˎ�C)G�?�[P0NVu#W�Q�M�y����o#n����<�ӍI���^E�E��>8�/q�I���"�Ըr�L��{�
����P>2|;������ձ��ƥ��^�XW3���)>y�����F%�F�p�]q��Jӻ�_+�>�"e��@����t��ᕇȨ���,ȁΌ¼t����W��Hn�Z
+GT\r) Ԓ��ViK'A?���(��s�B�:�������0v�@���*H}$m�)�5���y�UW��Gcڒ�͊6��)M��q�P����hI�+�y�n������LcﻇZk�����Ԓ�kNa�[�3&چ�^V�'n,-���$�cd,�5���'i
m�+Q�gV=Z$�U�K���v�#'g��9㘾2�>(7p�������6��2[=	�1�����+��/�ɏ����(%VTDl�Ǩ�p
+���S4N�Ur��Yr�3.#&H�3��c����
+�.Ԛ�ѹx�����̌L�F�m��ɑ�UO�>fp�:y��i8^K��r�8\����7^�h:ƍ���A�la����_��]+�Q����Lm�3�U���QC����� 5Rg<6\��\���Z��JRh�9A!QԷg�o��'��\��c��xf�嵎K1(y�j3��Xn�b5� e��Cզp��*�8^f�
�(́θ<9��F�Dg�j\���g���Fv??ᵊm����A-N��4��QL�4:cU�=����%����3�F`pq��(�5�0�F�yOp��)1l�Z!���ɞ�װ�¼?Wc�T���D-Έ����b#H��\�tC`V�I�d[�Z���C�f2i�"�V�W��s+�D@�Z�;h˂>�$;����ӦU+<�8@sV	�*�Oa�=E��K��x�{�+
5�Վ뤌��l+7��5b��\��8�`<�
�i8a(�=��'���6p��6�fn�4b��c�k�a���
+�"n�D���P�&�Q�y���xH��6�[��a��zAm"댍�rq�
���12r�|a�IuK��z��YE�A����j�3�U�n6FxDV�=PK��`��8�"?�)�,,5KN/��/Z��xԂ�/u,�M��9%ѕ�a��1@�Bl4ܠ-�(�6��X���$ۇ�&m��S�3Z,'��F�L�X�!y�(.\&,_>Q�>�X�������!�&:�PX�2�fm�i�0�#b�ȩ�F��ˌ4O������')W�}�%e�`
1�T���Я|SEj�9�`MM[d�BrH2���C�C����jL�)Ϊ�|��-����*EM:)�Rr�e�
+��Y*��N���q�N
C{3�4������;e�z��]�ƚlȞ<��drF�1Xi�,����D�z��N��Ku{yb��:]'�\���0�G�5wB��1�Fx0s�6G,�Vӕ��a<m���^����u��D��v��D_��[�+U�U/�V܈
��ӳV�Kv����CMb�iF���2�͍��#I��NOK�U����2A�Tޝ�d
2W�qE[����]6f49���~��h	�5�=�=DZWV�r�8���o�
+OKb�C?�1r���dy?�es\f@
+&Jw���u�~�#���>~t{�����?���n�_�����o�|��������W�~xt��rC	<�RW����
+���Q��_������h$�	����`B���J�?>����x��ū�o_�x���n�|�������<�o,���y=��\��R|�H�>}�����tk�ēJ�ý<eX�#�l[+%W)�E�JK�9�!
e�����e�8h�jM�!Z����fe��1��!��������Ëc^��;�d�>K.��/t�W��JT��X�����Qb>c��F3>����0��Y�'�1* ��@�B�h�ֆ�8�:s�8���P`Ja��u��--
AA�8&��m��Gr<c��%18���)�v-�T�g��FYr^��H�z��$TJ���& ��%]��y�E.�	��
+1��xԋ
��Y+����,�4�����3v.���
u>��t������Qn_���$WGu�2�_��'U��N�T�<�z͍TZ��n�2��%�/������|JD�Y�q
��j@#���1G���B��jR��p�x*��������fT�c�(<�ی��8	e�j��4E.1��Xb���t����Ƶ�GM+ӕ�,�Ӣ,K�5j�oE6b�D]��<��w�Hmv�Y�ߞF��;'�0vG|�ݥ,Nfu>�V��D�>������0����'�uݵ�Ρ���Qn_��B��/���G	�˅�I[,ɑP����8Pj�҃��D['�����r{�����{�n�Wg�
�����������o��������#��s������zyo�;(Ш�'	ZT֙����A�̳�ѩL��F;8��l��m4|ی0f£x���-"�n�-<ܬ�l��Q�}�0-@I��]����I1�5rz�?���z���D��a,�2�zdyM�%T��G��J��Ԍ�ё�~r�  j0�;m5�ʜW?	�z�q!옡F�&.&���ݞ�1:׌���P/q-��Kx�6Ge���O�<s��Q=&xcߵ;V��x��(��3�^��FG�T��N�|��B+f]�q(5n{&^F!=�Ү��������:s\�"�P���(�>��]��e�{�3g�H]5TYHfs]�����S�K�w��'�n\Y_t܊5Nܟ�|�Ē5�1F�N���g0�j٠�ꥵG_:�u���~�H?��G�J�o��n�.jFɒ�V2�T�-㭰��x8v��Ŷ�DDu�,{)L{�u��3��S��Z�ë�8~{3�b��GbnTCHR�P�ziDyg��N���+���#�
+	cq�����(��<;�����ٗ{0=���%ϱ(��z�+�V?c���:�A����ZKO���ZF/����+y���u���qW�)r��F�032��A&J_����3c�Mp��3�v��r!#C.�g���o�G�RZ˻��I��і��>��ؗ�b��UtR:�ỗ��b�{	9Oiz�Yo+Fzs<�	��Ɔ��7;�5W�8�"p��#iV��V<[�Q�+<g��f�E��q�n4,�A-Z�Y�]����i\���H�{��-�͑[s|QE�����A.���T�����D�����?�-�ɉ�2�Jq:�||��F*g �g�@�|0�G�3:<�����T��yMc�=��{I܅q:��-��帧%r�A�ғW��Di/���K<#�i�!rh5��a,=�x����oΫ�7�������i��f;���Ua��iQ	�i�����N���N��y�Rn���6��8�}|���0�s�M�N�.�Yq�$�%���<[EijUe,ƽG�3���(<Y,�R,��m@��I���<�Ķ��x���V�=�XLRGi�/jX?)�}�a�ѼGǻ���Ui��c��9vp���_��<��;c%��c�;I���[��]�wAgģjI�|({�\j�#�t�LR���$��'�#��NYF�5(q����'j�wƼ�(�w�Ld�G|OU��$DžAñ�a�b���`'o��GJ){��B�X�ոR1%@z	�3���A�
,:���wz΋)yx?t�1�&59�,��O�;פ��Lc�I("c4Yo5J8������1�c��9�2���
{�Y�R0��0P�G�-�j� \�b����R�Ox��LC�.��}���}1�ԸA
��kD�n�|50���U�.��2y%���Ucg�������br�@�ع���!��&��s��|�Gz�̖-V�҉}�q�q�P��q�:,�ץ�u��{�,-ޖ	�M�ѹ���N��s@�AK=�Л��0B\�4b.<���I�OW��i�?�x'j���}1���5U����J2�Β�h�j�=���!$��ĺ����haD�:#�F�gUo2�ާ��>�N)��6G���qy��<La^�CL�-d�	�ϦU�Pk!Z�:�O������a���*�tD��'�\���|p��!�s��`5�m��5N(.cs���#µ;`)l�AM�M�1�R��נL�HU���G��*���,�&��k��c�AR�y�b*+&e{�Nng��]������/#����i7���x1K��E�"-4�T�"qX������T�0m��n��=4�E��o���a�k!�z�M���~���9\��>���d;����������������^ݼپ�~�ϛ�ǫ��'o��g�=k;?�B�~ �����w@�H�*^F��~"�bw��������'>��������������=~qs}q��������e��d��m��}�w%B�g��/=,&p�K��>G�e�����ۃ>J�G���n��}0����ܰ�Oy?>h{��H�
+5�G
+Q�@�O�f������>l�a�!�C'���ÿ�/�7Ë�ޗ�ӿ�����v
+�=p�܇�����_X������˯��?�_z�'`���T
+endstream
endobj
16 0 obj
<</Length 23886/Filter[/FlateDecode]>>stream
+H��WM��7�#�?<�J�omχǰ
+iY@h�"BQIZ��&D�����k��Ba�,�͝�s<��9.�D�I˗ʩ/���ǿ�-˥k�����t�9����������t<<]jU9�%1e����%j�wh�e�6*z
�{4�G��`q��p�����N�7��Z�Z�m/x:�
+�5<��}3m2R����*����u��7��Tj���h�ʲ�=�\�
+c�p�FDY���_0
+�j:�,��F{��RHm����-j�<��o܀��|JVVHM����@��Yu��\XL���H&qj���+�����n����P"Y�0f�
��FWt�H����+�{��E�T�<���u�T3�ڪ��5+��FF��T��204Yх@%���	F��B��p#<�
+�[[�s��j	�5'H�X^�v�r�����g�z�_:��Ǝ��n�.b$mEo��Xotz�@9qf�ЄZl6;Qᲁ[#���NW|���d5ƎYϚ�e�k�s�qz�Ң��	6Fi�V\��!p���1����ali�Y��ĶB���r����9f� t"�k���;�S)r�5�z/�e+̹rA�b���j�s��a����&O-���ļb�(�H�Q,7�9���/�jAizr&F��*�Ї/%7��f@�p�Z'��o`�
����\-�b�&�\�2H�E+��S]VNt񞅁㬠+��aZ���t��hl!s�F���yݷLU�}�cfԕ�R��4�Y�hɌ'�a�F�9��q�SC�hj�����Ά��r��(��봑�ʍA�V�LV{���6	N���d�"ņ^�(��Ƥ�*�"o-iFյH���R�l��Ra��j�Z�	�*��+�i]��m��5��&hUK���`Ԇ�{K�\g,v����ըy�J	��h�y`-��P�ZT������ܤ������D��+�W��'�g.w]a�s�O	��A�əm./	,�U&���Y�6���)��ȫiޮ����j��w�+���he�6�����R�����nd:/���R6��X�B���b�V�DW����{�������i��� �O�^T�<AR\5ٜ�Vx"QTD]bwOD��Hk.�a$�^�m��#���Ee*��
�8����\�.�v�A�s��%hz�gle�oE�E�GR=uFF���`PK`a�-�Z�ϳ�m��a���(�L��X��ݲom�r)$�O�
+:�,�����I�b��᡹�5B����iu�{ؘ���Q�:�}�9�n"��d��&+y\�j�|�-��J&t"�:Ňt,'`�Z�Bnۈ>Θ�}�aT�#ZƖ0��h��{w���
+)y�L-�lm<4���u�y�|4��P�i�.�&~��]hq����d��\괡���_�s��*�ej��/Y��å($��xy�P
+[��UX�s��c��I�)k-m�4��,���1=e�Ɔ���:3�"<�!�Y=��hӱ5���/�M�V<�6�z�8�����#�S*�1����m_ف�3o�Yr�-R�R��0�Цg��4�f�Ԑ�����h<�钰���vO�v\A�����2�'�_�+�r�������ᩆ�h�w�b[!E�7V��G}�0b��u��g	���fƫ:���P��� T��K[�5
+���t�]L�O+W����!�"�4!�ymX�/.`��"��V9%���Y��g���=�ea�b��
+�l����U�0Љt���=�4%������C�������0��RF��K�TED���"������ ��������c�>�f�t5(C��H�#��������
+�����=������{O_������7_~�՛o�_�~����_�z~��G:|">����(9S\����,�o��/�ϻ���3����%�O]!�	���R�|�;~��ɛg�^~�����n;>�Û��^��A=>C��������}ɯ��ێ�<�GO������P�`��
)��x���J�����챽|��Ul�vl�����%�-�'�7=�%�D�z2/�Q��M8�^\=Bch����>��y��ۿ��z�����W���K*���-�J~r�8�����I/q��bj���p�x>9N�ي�����3���o��x�o�Ɠ�����-�����E���OY��Y������{����ףw�e��p�����o���p뻃���k:��9?��'����x93�v����R�e葹pXs��<�*���"<�T6ώ�M��G�zc��ج�i�F�͓Sd�q�΄Ԑ���p��7�҆�T�-*���{T�7�A�E$#����r}G���&Q����
υ/N�>̺��P��m�P9m.2�NȀ�W1vz۶E����q�7�9�x���	OO-�7���3T�]*3�uQ Mq2���8���z�)1/�X=yr(�n.2
z�Ɠ^��sʨ�%"�ę��)���ǭ�A2�[�:E��������C�.�o�(��$�q�*�����j�漊v뺍���y) ��\�K�}�bM�"nR7.���%%v-麊\��Y��K�Z�	.l�=���̬�NҚ�s�0'�"%{\t�ݳL�P��K�c|�A�)Y!$/'Ѻ;*)���֦�;�K~\�R_{t��+��u i�C(����/��2�C��+�@��r	�lj���Y𘢅�G���q�v(�I�NBܥ6j��`A��L����f�sKܠ�^�眘���l��Þ%�X�����8��"��mJ�
\�$=I�żT�N,�ИEƢ���*|5wK�P�!B`�b���U`�+���ݻD���
��nѳ���؛s��Ȅ*��X�A5���z|΋�h���O�7���ug��m�=h���]�f�1B�g�%z�{P��d���5���20�ij)��`	c�J|sAi��[^35����ļ�sqa�;i�I��N��4�;1�;R�7vB����v*�6��r��R��DAk��5����d��Nn�L#�`��!hx�i7��Z�.V�8�ތ���$Z���(.��x33o���Bf@,��>��JV$�²[�K��<bT��	��rr5-mG��7K1�0T�j#�э�j_��z9kDT���b���WP�T�m��E���h��j؀��)��Y.�[�c��\�!�rF�"�I�T��9}�l�y{X>bo琼xPo��B0�%����L�0������cMl�p�·)[�N�K-"�e߉eݑ�����Oɮ7F
+�\�X�n��xYMZ*�gh&�1��:�y'�����)Z7�
'j�Zg���|�{\%m6*e��n$���/�`x�X��o��.��d#%Q�c��y��c�B�qprr���P��}bq��-'E�;���b-������h|�{�2�*R^�Gg�؉���Jl�N!�DPyzq�d�ZYf.�w�%�{7�C5�'6W����@bG�M�֌�<<��`f��tI�ʗ�aY*�;�wW�a&�J}_,f󧳗��<3sv 	vv�w�����;#�f��2�D��d��L��Kt.��M�CZ:��p"a!�a7�Jr�w�ݱ���FDŽb>%������1���y��{����w֐�UQ�^N;�����}��S�ã����߇�g�7����ͷW�_߼�N�?��v��nwq���6������(��r�?��3Z����"���^�+&~�а��[�)���1�����ͻ������tm{������_�v�W�(�g��\G����?��]W"���M�;6C�a���&i�2��f)24v��4�97KC_�2��1�f��� ��$�٦I����8� ��y�rf(&s�V���y>����'v�lk�;�Q�w�?i��]m�����o��#���a�z_���zzu����7�[89��ݕ-�\|<ߞ]�>�_�v|����t��c���o�3�\~�B����wwl�E7��e>�������i�_����z�S.(\b�T(@S�h�zb�h�j�Z�,�~�*$�����ᜁ�JJL�[}����<x���>$E:�h�S''ǧ�/��ݼև׆z1�ZS�H4YbK��><Ty���K�6��
�F��&��̯���׮��ͅTB�A�U�uYP�eT�nx����@����)Q��h�kT���l�Z�F�̏U-́,l��zԠ��uM����>.�
+�.S3���K��Xt��'A/�(����\ң�og�4*����b��%�8����nJ)�8����RoEhY��{�Yb��5���5���k��gu���*}e�M�wV��@V1�S�� ]�!���*��N��D�����Zޤ��d�p�\K&:
P�� �*�4v$(�9љ4�fq��?¹*���uXsp��i$�T���,�\5QX�@�(�ê���j��-5��EPog𡏰z���E���4�1�E�Q�����v�Qۄ��yu"A�������UޑO ���v:�ae�mpb�.5���Z��f�$��$��>�j�e��ª'D=+T�:�z��i�B� "*-Y�W���`���aު���E$�O�ɷE��2ճ�ڊ�-R��Q>��������8���__�@O �������������η�����o��绋���'��
���������?:[2u�<�i����$��JCh�K[f�u9H�@#�~���vv`��i�y*U�TD�h��rڞӉ�Z�?ؤ�=�v�3j�bͷQLK��G/iA��Y?��`|`Ue��p��yxX`'�jF�| >���t���h�Q��H�=�k3Zw7Ԋ��ݫe��	�����*_)!M��v�6*U�����}Mb��d,h�&�+���ؚ��(��E���Yϑ����J��{Ы������Ґ�f�@�ȝ%�C��-�V���QIUG�E����b�l�J
+�S����2�p�Bj
+���R���)����=2�+��J�(��V� ){%�‡�IYSѧgȊ�f�uQ�R�?�ҥH-CK�C�t��c�]��TY��p��J7hI�шЍ�B�a�Q�4�n��8�)����4�ӃRy[Th[R�9��bڤ�P�������٬ps�i�mԗ!-�����#t��	�6��L�"�N'�����y	�,P��J��1�
+j�u6��(w�"�����9�6�ꅛ���46
�6�&l6ԦVD�c�M���e5�^��R)�k�W� �lc��ĵj�8.P_g�*5���}�.��Ku	��X��忴�[�����~��_��G=H0!F%A�:�`2�K�|��U���f�|9���w]V�2����_8c���*�e�\�q�
+�2�N��,��2Q>!6]h�V�9��Y�f�B��ө���`����T�<�R�Yr�ʩ�Y��Zl�4"�]����C���"Q��Zs��4�������Jz�j����݉�6���5)��l7�jL�݅��<�t�V#�d&���h��H;�l��M&�'�p'�k+�y	;:.��5��_P`zU[�BO��Ar��K���i�U�m;j�
;��;j�C�0 �m���춬ɜ>Q@^l��ᩌ
h��n�yn�-U��m��odo�݁VM"��%��y�E�T��#΅))�v����<���f�Q'�Wӳ����0MK&�t"�vUՆc����JrPo(�a݂��9�=]eTZ��amv�+aq�G�BD��s��i�%Q.	>��v��C�>O�Q�F��m�����%����n���D"o/�E�tQ�xt��ѣms�	�K.8�_�ɹ�ע_p3���6��>�ϋ���4%�)(�2˽�˂�Is9��&�fǾ_�8��M�k�"�la�7�9t5�9�v�xL��>I�����
T�Z�¶ 1QG����ۣI��n#Ϳ͙�Z �j�a�\��t�Sum�qQ�{ǎbh�9��#�jP��@�q���<��^�]0�X��z��M��
6~[(��Ǩ��ab��T�Hi�ġ,o0	w�yϘ'�3%o�=ڪ�P՞�x9,�	����V�7�C��ăS(�V�\�kv�Z��;��6u9&��6�����aS�WT�
3ף����c�_�hm�<��|�۳	ɱ./��w��YRxV������Rl�$�>D��d��1���Z����6��p�_���Y�����,�6�1j
+�_�ێ5*?fd��L%u���f#�3��5٧>e��^�۔����Z�ߟ���2�EJ5��jsC�lxc�ɩ��������'%{	�����.c�(�kt��-�\Z'�%�~�]Ԛ4�02ƙb��=;��c�QAy5_��L�x�P()��3Q�׼F�����M	.T�sB�6wP���xgR��NT�b�a`���5�ؠ��`n[�y�b��T�v�+"�gD���i���#*�>��~�	$h�ՐlZ�l��q���=�E}nmeR��u�L��e諟,h��������*:��+y(���MSQ6�P�X�n"8���ٲ���#ۋ{����ٚ��"re`O+sz:ێ���Q:[Vf�&�#>:s�}�٠�I��πBվ]�]�%y*�=?�>l=KJT:yV_���tق��q�-�뮽�XtBR����$%�zN����ώf����C^%�XT]L�����9����f+O�.B@��]�K�:��&.����8��q�8�q�=ˆB�B�$��(�y�;�a����mbs�Ӑ	����P39��J���ӆc�5:���|�b�*Pl�]7��:��s�D���	��c��m�c��O�,=�j��I�*�>���D���&��Az\̴`J@B뽡PWd>���9\�3O_�H�-g�� �PlҀ(�I[liƱB3.��b6nS6@�#��� �����!U=$U
&�����ĵ.���2�;l�i�w�E�-��۠��i,�f4��,y�mV�ܡ�td�Y>�c^�慨#�\}H5�-M9c�܉�#7{^Y�Ei����l�wH+��Q�������'mnKj{O~ uT5�E5�ϐ�x�^U�{�Hܝ�a8y�z��7�(w�,J7~:����8(B��!�I(�N��bK:�EعC�R\4Ψ��R �
O���Գ��z�dr��&4tzt��.��SGj����ܽv�6<W��د�i��>p
o�?b�
�h={��t�@��B����4҆�C�k�eG���u%���,1�_�._��ػ�j�P� ����m���<r
+��^9E���c�q������Cu�p����C����1���Yݮ�tɱ������($�� e}���(�F��a�����y�{�K��eD!y"�Kr1���9q�r���|/��Y t�a�+[u��^u:,����N4{]1�@��]l�[᭚�r�c8��GT�����.?WO��C+P�]�Ki���0��0�)�TU�m�A���u���ުm���g1_��8��6F>�=�r��;������„�l�@��~@�kOl8�k���%���_E=L#�M��r��P�PC��5�m�u�$�Ư�%��P^B�^��a�����˃�/������B�|���ח�}��_���������W�_��߼�������������{{����_�x������������ɫw/{n�{lO�����>����X�yKx�����3�գ_���"M�P���o.e�ǣ����׿��˥]�|��w���<zhiV�al��Ww����Lґ#�<����U|�Cǀ~�v�49,��=�[`u����Qs;cTw�E+H`�~8hŠ�CV}��f����N���|�N(��i`����:�!Q�*�ر0
+�M�|Q~q�l�l��a0��8K�9a0�-q��t=U]���m�6�gl�bM�
d'^ٛ�<�Y���1��d����ǡl��n����{eHn��&�`ޔf,63<�lަ�PH63�/�/�}"
�m񣴻���p/�2;�D,t&�R�'L7��I���#cCS
?3��HT��-���T�H�};ў��yo�,>��;��à��3^�R�u�l��}�b�v��Vv�@��s���W�}�?8X�=
q\^��]�s�~��a����iv��P0�V�T@�ۼ���"�ܒ�?��j�4��U�첣�PLQ'�i*�lW[��W��?|7Bj���W)�RE���@/����I�L���>�������&{��w�ux�/c:%2�Θ	?w@!��<ve�mR�β�!�š,(��cɂ
+�<���B*q��;O�j^�Aa7�18B��4}.���f����"B?5��0�^��x��u�:��*׹�;|��m%����V
H�: ����rRb��G�ͦM&�X�E�a����x�ҿ,W��p����"�	u@��q��i�.��y���a�u�s���jf/6��2=�{jv;b�u@O<��E�U�	�[�'I!�ؘ��Fu����])�k,}��2ڲT�F�/��M�p���#"�*+��'�����hi
+�y��XΡ�| �Y�P�l��f.F��@��iS�.F�j����pnq�ٮQ���w�98d��^�T�\�扇yf��rih��{��y�jo����
+���oB�
+E���j�'.�Y�Ɯ��a�>��(���w���a�ԑ�)����Z�+R���!4�0FBG6�;��[��vt��B>�@!i#�*ChV�,��<)�3j��uD.���v�B�(�y8�B8(�ޣ�+�������F�w����,>L�KqvƧ#ڍ��)��a1sɢ֌��h���鋭Bn�K_A�5�f���3>����r8���xĠ�a���(*j���p{��@=��)�R�%
+<1q>Ǥw:5��nz1QZz�_E@J*���	��-�(���!�{���������ZxVG�ߔ��>�9,&d��7�j4zcI\�8-ȯ)�X(��3F�a!0@�nX,�^���>�����"�3�e,H�������){T�u�f$S�x3�nc{�����.c����,������G�S���s#2�Q�nH0y�jo�vi1j���T��CV�YӜ��X�s6gX���a�oQ��욋�x�C<�@Q���6� ���
�����'$�y�E!�aW��K�����yEW��Hp݅��,!������&����G
��d�;s���}ý�@]��\���]�;��%������,��D����H5I����$B_˚IV5W+g,a&�w�@�J)SH��q4�*+�X�Y�?4I%̐�UzYJ���Tgz�z���i�nt$���~K�#���~���B?���)���Ρn��Z%�-���\by
BY�3����NA���GV���;�+��f}��t���\Q�"4'��O��3�_�a.�UǬ\��m��
+��`�t34U�O��D]�'�'a2�$�Ͷ���A��P�����G�!)=^�	)ӻ��rD��x|8�`S3���հ蠯B��2 ��(Ἱ�����C2��ٶ�{�՘
�r�c�KV0�=�"�oA.2�8�7����#�>�����k�v6�����6�8���$!��r�6R�B2��1�u�Fr��PG��~/
M3؄��y�)�y��0��z���jw�1״�6OZ����#������y�����{�!]��Ӊ�*���B�E8;�rl�Q[��{�/�@rxKm=)El��T�Q���F��>5�(zm�ŗ�6L���LJk^}k�"@�P\�d��W!e��[��(���YZ�<��]ӳ�pu���^�����[����,佨�k:X�8'��������'�9,�n�(M��G����7�d�0R�k�x�����\W���Jc�u�v#�[�_�,tj���]=�k�9���&{�U�j��Aw�!$ߜ%���Y<�(*;���A�����ɒ7�)�ږ��(��T!):�;�a����d>�{�%�k�)�$��1���z���A��Q���p��m�/��x0(4),�q�8F��Cf�:�� �Z@���#�e>�vU�TlF����=��)���V�-Z���8*�<}zJ8D[���#\�D�dJ��B<I�Th��_<89�(���rI�F#ؚn�0�@�p)���V�5�����=��n;�>�)$��V
+��=�Ӱ���v��������!c�,i_{V��4�Pm����3b�0�>�p�.$��#ХUe�0U�*
+K�5e��MI�@8��¸����%IK�Ar�~�4+��~�
+�B��8SN�:L˴�E3f9����r���T�K4	ُ��)�c�Fd=�"`H��c)��]]�8�8S&3�F��-���
+����\S�`����jgp�B^�)�7�ex!�����
���4y�o=y�Hu�:� �����"���(��7��;
+��)Lhz���:k��nw��{���Ʋ4PP�.�h�Ӷ��*.����5��"�ah�8�!W 'Ҵ�<�������/�>��7/^><���?߾��{�x���������g/?��ow��o�_�����w����߿y~�5o�_����߿x�ɝty�����~~����wo>���wo>ĵ��?O��˳��_�/�������/>�������'H��=����Ç�O��%����>������_i�@�@���`�����|��y�����/��xi��\�����^|��TA�2�����������9LcЧ���ٔ�W���Oy�� �d&*�������!����]����H;-۵����UDX���r�J]�st,i��rk"2@]�	ܘ�4˃�]��)�vq�@Y��'%=�+T��j��j��ѭd�c�!q�{i�
+lk B_�9��;YY��L��?����qۂyB�C���Y�KN�t�X �T�=,��V!�h=��8,�D��§tNM:�>hIk�׾�q�_bSUF�p���NO��_q�hN�	z4�<b�����Wڀ����%�����^L��K���Ι��Tb��@��s�i����'�.������5`�q��b���X*(#X�bB$~��������i��8��ޠ��n�5�]�K���$����7Ƌ�7���9���;�e�p1��RO���:Oi�P�W���8���"��n�S6= �O`z�hy�����C�"6��n|�53��t�L��no-�t+$T̴qqD�,��_/n�谦��|�>��I%�"���抺��P���k��4���0�hg�.|��PW�ؙ�
+�&�D�Q�|�ֱ��T��`x�9�!��b�4�!��㭘����V����TZ����J��#;�!=2Fje��� ��ܟ�԰����
��h��4�f�y��JY7�a�*��F��w_�"������W+%���r����{�k/EdPD:~�O��*������u�{~	��򑇨T^ɽ��
+q�t+�7��]�$��uЖ�i�5�j�]���\�n�@N�~��BW��}��B����I��qFr/]#]����8�+�[������-�@�[ph��j�5�@���2������|N�p�|�a��*:TD?���-q����2�o����G���l�9�͵��]q��Lhk^�*�-ۏF�s����mi-��cZ^�sS��uj1ʢzѠ�8��)=H��t�F�z�j����=�[
�pt	��_��¾����T��o63J�큠��Kw��E�2J�3L�P��y�A'�N$��SX�i�A�&��Dx��/�p��(v�?W'i7��^>0�C;!V=3�G�i���͈))���oٛǷ9- ��v�fQRGQE�I�4|�pe�]��(�@S#��q|�Cu�d���1�#�4��P��i���*蔭��{J�=��=���R��)fQ��/Q
+��|M~��*O�,���ΰ�_̽�v0aj�C+�n�1D��hr���(�6,��u�P��������b�p�u��P���H��&�2�K�~l�F2aq�����x�x>��\F������ܲr��Vw�߻Ȁ�!p�R��NXF#��%M��gr� ��1^5�FU�Q���Ќ4��U%wcgl��Kn�>���Oﱂr�����=@�́�/�"#�@�[?=oa��ښQ�*���@c�	0����4R4:ـ\"]F�R_i��ZQ�uWG%r�X�֨�@�w�[S)���3#5�9<p��l�~��)5TpN�
i��Q�_ �e�S�r}�n$5MP5-|�:q9��>�h���<�W�D��U�����&�p�k�J��0e�
2Zk⸡��$����TyT\ �a6�8^�6~��!œ�#�Ӿ��o��\�T�������gUy�G�?�ƿ}�?��Ϗ�����*����߾wp�K����s�}���P�	�>?ݦ���t����M�?5�g���t����қX�M��N�MI��M��>�MG���6��7Qћ��>���4t��n�Л8�>�g����ͧ�����@��@m���3(��#k����vH@w�d���Q�G��j%o��ƵV��иی������b��cq��k������T�6�s�BV?�9�d]c���񪳥��e����2�>=xpR�1�0*�_�d��̳�g>�%<����Y���ƀ��K|�/�����ƨ/ߧ�,Uݐ�2�����V�Rc�_��E����C��k���w��q��nѹ}����3�<_��n������Lz|����Ƃ4��DU�1��>���!��l�B�F���SK���x�Pհ T>�\_�=|-ĦA���HY���<j��yhܘ������"/��~ڷEr�n���
+��,�2�N�s��4��v���J���&}���#lG{�x�[��G�9��1Fa�0f��x���b�g0��h�q��t[v�W���毣���ʼH����8ǀ�:%��W������)8ޗ�
>�
+��	/m�ޕ�w:@�U�p핇{U�a���Qz/#��?=�6b�j��a�u��3C�Yլv��r�C� �n?��8쩤�9#�m�-�|�M�z����Hz#��}��'��0�1�X����8H�d��Æ�&D6���`P�쩥7�?�i�FL���±��ĺ1|ȋ7�{�maۮ���R^8�K��ȤӁ7����Nn0�9�+t�\�}U-2b��UQ_��Y�D-�2�E%%|n��}JCg�Z#����0���/�b׈����c����8Nv�X��P]9̣�k}�Q7j鬞ߺ��[��NE��;���g�V��3�X�u�#�$
���ՈFM/�W����h:'ax���^m_N��j�0-�.V#\}m��ؤ6_�h���҄�َX�ÿf=��
A�~�a:5�^I^��������J��h��������^��4턨ˎٜ���<�K|E�Es0w���C|���w^���9*��-K�!+'��6�<#�Cw���j:�nZO[�3X{]$FLGq1� ��{�;FB,>;��梮@�C�
+�p93�}\���A`�rQLJ �B=�Ҫ�!
+1J�����%�Qv!3�Y�fUQ���;�!�h�Fd. �Y{����XAL�v��`%ܶ��(oz�J��A�0�E����/�F&�/��
+\\�K'�ÜF�:T��c�MO�)���%�@�m�!φ��}�5Nx�^?�p4��\����JUF`�5v1z��Ŵ{=���+�9�qx�ԗuJ ��(�xFnVA�+G�պ���k���6��-�wH�^=��a{Ɠ�R� X��hQ�q>���6��X���w.V��g�����3��5���8��|�&H�t���8�&#w�D��Nu&]��hy�xIAŗǗ��ɹ��*��6|�Ꮈӱ^�����N<ܼ�޲��[�(�"�l��f��
�
Y=�d��/�/W�-�r� �a�����(�ͶW}1یΪ�w��U�����(�v����N�8��O�ԍ�=��4�e��հ�PG������c9r�I��A�۳y���ś�j�.Ryd�D��9�^+���yO#�����ZKS�̯Ԣ_T�'�D�P)��G�ԭZk��!�'����{֩���㋆O��V�u�WmWjq�i��(�V�C�����w����Ck�={��Uh�|��'-��j�z؈9��#����e�~M�9����S��b�z<r�
��8��&�wjZ	���$���:ܛ�����F�]_&�|��3����y��ܷ@�=��)�O��n�OcYN�F�̵�A��Qk��n~7i"�+PHk����5��k�˲�w�Q�D��#��q��?ft�1v�\���hR��/Lms��߃���p�<@�%�z��H\84-Huqy��`���)�OyC�i0f�ھ��O��f��I)\�1���ĵ_��uuLzr{�i���	le��u=;
+|��)cu�	w�e����!0����M�X.G=0w�l~�3ݰbľl�>��I�h�{��]@�(�	��@�ߖ/��u5x+ҮtT��6�E\������],���U0�$T{�����Yt���b!z�oY��$8�:n�#b���V��,�p�#� ޣe�3eȸ�B�g�e�UoUB5�W��;[�.W;QW��fR�1ؾ����;Z�%��U�w�� ���^x�Sk�~�_��o���N�N:ȷh���7���K}�]�0��\�ڃ�*O>�m�,�l��ap�~�)w\p��nq4�
+�V��5?L/�\w��瓭�7��̯�\�-�VO�K0���f�9����
�� �?-S�:võ
��r��i�S��)h:s�N����י~�TD�+�L-�d����q3�>]��t�%�&��uj���\O��/\���Tb֬�my��Vu������v,;l�ѷ�"0aG��(�{�O�=u6,���6+�C�M��#��ޒ:=y��{y�6q-2hVnĭ�D@<lD�yHU�:���+
+Ԁ��0�+UB8}������Ӗ��vF0M�`���)k\v,�y�`M�����{e��b�	B�.��mN�����e\a2q����-��3q��	A�~�$��ظ۶�[�J�F��}	�qew����R`���>۽�IՔ��]�1�M!F��g��J�ZQL���r2�Ȓ�A9�L���1��{	�^�b�X�wW�����O��������ӳB�G�X��WV��Ef�asw��@5�oo��v��]�=Cf6z�%�M[�����������\�����m��9'��L��`�W�`��N2}�K����8�]NS?<�4��A�v;��^3�1�{x�ܗe'��Xv��ƽ�:��9�t��E���*[��"����h���dz]�w�JF�$�Y�xm��daҋ�c3���x����
+ӌ���ɇQ ��Z+����1�|jî6������j���N�����b[�>�@3ׁ)^���F�����s5�#�-� A&��3�-��ah$�wHY��m�����aPJY��=:�f}����T�*'!���D�@X��>n�V�wb��r䉾5�L&Uf�QE���tۄ=n��p ����o�0�
.G�k�V����n/�D�43�܇��$Cͳ*��%	�k�p���D�?�����m��I�����"x�U
+���w��?Ƚ�j��$�AWS�M��V��>E�A�3�����g���Y��`ڛȑ�y�Ӥż48�<.�)o��ǂFp sfH�O�7d�yTR�[��[/i���(Ki�c��0���Hs���;�*Lf=X��+���������V!-e,�(i����O����~ä�Tꬮ@��"�5����ʑ�-�k�=aU��C��_��晆!�y��3]��
+��~�v'�G=
8�rlx��D{�vs+omɭO�5��}�
D�?�����-&���^ѽ�kCw��ѐrN(���6T��[�m��~�����L2plq5���*#�5('���D�ړ��s�4��dTl������H��3�"�A�kf�;�̄�I��7�`�qvU^��v�:>y����%6�Ʀ������QƯ�S�2(X]��m���N��c����١�^+��۫�)�$�-[��w�4*�V�D%<ԑ�����������}r���/����2d5���Es ��~:���4rW�ٲc�F$G��v���n�j�n�Ҁ�onîff:��uE
ڗ��1m�0˗�e�k;i���;�Bs\��I���I��hΕ.z�v��m�����e�e�5�.�؎<p��`�O��z;���.w�LYG�#Z=�k��rtJ������BQb�`�#ې����'��\l>]/��g�-��Iu(�tY�ñ��So^&g�Ӏk��>�v2R殢M��qX�w�n]�mq]8�35^�@08&���2$�<�4�HOY�4o@\V|2D5�(�����Z��}�Aì����*���4�f���^�}�]4����KXƱIiF�_GV�$\���h*�r����Y||�y+�e�����Y�Q���DQ��C9Z1K���f���33�����ii�_U~JQ��u��^��IRՃp�is����@�V�|X6�`4���*i���@��kgv��AXY��D�@���@�����'g&~�Q�B'�Ṭ[ L����V�GT)'+0c<QUP ���)��ķ	A���G	=�]�ܙ�6�?���sg�aR�+ 물�J��
+D��u��u>�P�'i#���`I��������0<x�YV\�>�8߳��Kq��֭?��ǯ|��}�h��خrlInx�w[n�c<��U, ��=��E�@,5ޔ`f�X^��D2]���
,hY@��^��"����^��gg����R��mH�ـ������Q>c+�q=S�7�H�8hI�T�0_$�';���e�g�9�җ@J/+c������{�LS*K���$F�����+�kT��h��~YĴ%� ��,1�Q�m$]O3R\ʺ�m%ͮ�������tƋ����X���IVomf�C�ہI<�Y��j�\m��`{�y�0D�S�6NO���a���h�o'��p����W��oV�S,��V�A��(�!�D埃�.2��>�.����%�]�
���u���=��vn�b|x��mi������짧���m�L��bb��^��*�5!�v�d����>�Ɛ�Ԕ�J8.�Dp����nT�v-/�>���vM!�Gy�1G�1d[l���^�ַ�&��uM�^���m7�s�ұT�=���^p���Vd���-�ş�w�*��=��8���c*�L���u�ge���,4�s'!�{�k�a#>GM|�8օ���
+�5�H�G�<����&���p��*�ɦhGR����z��]Z���؄�̧&���h�:�� ^ih��@�V�)V;-�}���t
���v�e���|��x�G=?.��Y��~1�O�p�\�>��8��dr�z��Qf�Y�S�&�e�@�`@�8sZv�a��(�L�����3 ����uw��)Ǜ�v��:tq2��H���:V���B��cHX�*��J�0� ���Ւx�墡Se���f����/�[��I=��Ί�,]ŋ�V�`��6h=�;T(f��=R�^u$r�	F��+�
+�l۸�����m�����Qg���ă
[�ӟ�Eȉ:	u�ċ.��?�$��N���⫟��f�#��/�%��n�ꪌ�:��
+��683�3lDEyR��Il���Z'f)�<��F�0D����0�{����|�Q�p�2Z	b�NQ֤
+%H�U<��ǹ6�z����T~���@)��6ƕ9[z�L�X�Z����#��<���ˏ�t[��1��d5�������o��>g2����o��s��*=�9Y�$����9/??w�83��HO?�v^x���+u\��{���<�����~�:�������Bg�-v�`a˾79/��'�O��c�AU�Ŗ8r���_� c�e�\��Ǚ@���/�yT;]��0	�s��b��X��\��l3�N��Z�<
+F�k�Q����ig±dp���Z]�D�Ta��L�����W�U �V���倏2{�9vD�^�rj�a
+.�=��lw��1(�/a�
+�帬�� F���t�B�4z�!�>�
AzR��{g�%�,ö>+`��lN^X���!a�\��Z_ʣD>��'j�RCL�%M/b*���jԞ�s�g��#GSN�O�bH`iR�߈�z�9���(ae��AV�j��T�x	 ���
+��V�7��A��9���4׻|lB���s�v+��vӄ�
+��3@�IM�`���'�VqV��6~#g���듄��1G����4M`r����HP����F�q��dbx���Pҋ�Hc�@]����0*ӯ	k�&
����蕍��B�{��m� X�S8P4�#WˋE�T�zg� ��<z`b���#��)�S��LD�����9n3@xK��
+:7�̝��1jnr!N�ݓ��C�Mb��H+�˫�4�~���'R�#t,�k� D\[)�j�0Fb�n��'5�K@ >�T���%Ȧ����fV�5�^a|싷�r��d�V���~�}�d/s�>�����%A2'���	A�z�<#ԯ���'��ῇv��l��/X���yo���c��K_G׆��!��Q�8�A#d��Q� o�a�Q0_{ͤ�n�:�z`�#'t41!E����1@�A�<�+�m}������k/sšW�t�)�$-����z�@�2�^����K�_�Q��(��1<�r�G�P��sJ�.*틄s�`��x�*ps4ԇ#���R�+�cX�OYEb�ْ�v�̈́��q�{ࡈF\�� fc�r*��df>���oJhr�̏�n05���Ǚ\?]�$��߇Y8�IEŪrd �]���ƫ����f��_r�b�<n�r�_��Xé�5ަ���;�q���u�QJ�ᖏ�՘	����/r7��2�l��ڏ��NY��_�Q�9�q�^Xi��U�"kG�����+�D����0�u
+`��E��w��G�[������5,T
+Y�c�ق���{4z0"<Y�Ly�o�%���i �ؖ�����uLT,w�p�ʙ���1�v��x4N��w���4ȗ�Rd���ӕ{�RLQ�	��>ä��c7rPĶ������f�c�ֽg�[�jZkI|aW+g�	�q��֝x��cfKp�S��������}�q������؁f'ѐF�B���~* O��n�
��/e:�i؊�1dB�]���E�m�l��-پ�,c�W>���:�gq�c+��au�=ϐ(�T�4z$�v�N��N$�\b�ŏ�|99`�Yҿ�z=G:��.��#YwnK��	�q�w^�� @F�~�<ε"ccyl�<i�vc ۹*�id|��J2�����kҹ���Y�ì<Y3sa|�>��{J^��;;J����l�p@��)pUYl��#RZ�`څ�5�������5鿊�/���<|���+��h+j�I�c0��Ҙ���?�l9Gw�*�2�c}j�k��2Q�����ݨ�#�n��p^�@J`�/�0M�dF�$qE�Ό���Z�jw�� duoש�]�.~��Q�4̭�sM��V�alR8�~o_��������?�N���}~�������������oo�^�|��������'[�†�9����Q(�]������_�� /�������7���?o`��*|<}��}syv{y�{{s���g۳no.w?m�ЩҸ8?eNO�_�����2<9?>j���鯉i"2^`�!���o��ka�5�x*p�������6a3`�t��iӔ��������.e�Y�e�h�ii)�� ٲٓ5
+�Eg+F5*�,�k�7�r�	�i��%7�v@؉�Y1@��ȇu�FV-��Y�D��AᆳR���N����C���cJ��a�=ޤY$!�F��j�&D��1=���̅UGp#ThV�����e�y�؄�<�}g�*�2�9$g�no�4@Q����jA�3I@z;����G��]�Ũ�����&��X��;�4�І@�b�C��M�L`�5y(L�/Tպq�l��䥜�>�/o�m
+4����lȀ�`t��U�	G���<V��.7QEQ�z���w㰧1��-��}����JE��A�a��4C�U5)���1��p�k��4��4)c���R�U�&W
+��R�V��@�eV�hR��7�ڡ��4��ƏK�����!�=�ٕ�A���,|մ��(�3F��efkTw/sJ��z��=[1�7�N�M\P�T�8d�"�����<ԈNE������\���
Bx�H0��D�T��N���B�&s^�,�Ҝ~CZ�r����q�W���6K�c����ow��QG,5N_*_
+�B91ͻ�u�����~�X���+*빔K�w	�`�6�=Z�ƶ��˅��ʵ��J���@F9DoqqR��9-UN�[�F�LsM�2j�Al���M3I���7�R,�����i)Y�K=8}�d5I�)�%�M.6��q���-k2�IX�	LS��)�w�ͼ/Qu_Jt����y�P!	�gX�l�z��`5��0��.*�N����a�Xƿ��Q��� d�zg�9X��u�LN��f:L*c�P��hU���'�82�'rZ4x���ĭD4`c��c���'A�O&��&9�:>��O�����u����/��=�vw����1v{q�{s���ۛ�|�ǻ_.\��ϟ|��_�on�=�g/ ->�{�����>^�_|���{������wW�߯�Hd����8�^���tq��8l�Y�ɧ㣏�����!~`{��o��*W�����ӿp�i+����#l�v�F�����+X�^@PW�|���`��9[,)x
�����H\A.����3E�d�SD5�C
+�N��4�w��C�asF��X�R���4�4�DPDv�%R��Ua��K��,%�c@�0$�p�VAd1c$;7��ܠ���3r��rl�J�T�`Q�aU��G���PJ}z7�Ez�fK��	$��!!Y��J4E<'0�͜�2(F�c�
+�pV{[�+�mP7�Rӊyj���\q�"=L���+��$���
+3����I �9�^c�iMO�e��Y9����m�az�i,4�m����Ʋ� �����X>c`�J�D@�q�<Ami�PdI�/��)
�7�Ȅ�z������*�kO}�:5[�E�Pi����D*B�9$K�E�핝�y��
+R�ST1�\:�euW��\N��eZ	�lz�����ئ׌�K�;W�B>	v�d�bG�W�tb���[�����:�3�#����'"�d!�NHՁ�%����Z�;J�ߍ8R�w��Jߐ�?�{����N����aL	X[;m�y��d�a��,��"KP������Bi��)#�t
Ľ٬�DZ-dav���G������"Yj d�u��hg��HO-eK��ι�PBK���n�ZM�WF�N/Y�D�:���w���R�RX���a��X��B5%������Y��0<clzt� �m��X�:]��4��t̊�b�}���,���x��2��
e�Wv���ܥ�kK�\F�3�[	��,��M��fϷ�Q�(����8P�UЂ�^v�1�yM��:�-y�lҐ�e�4�Ƶ��ԓu����F����P�a�z�O-�ꃘ��B�.mE��jFm���%+���tW��4�*�#�H��*$w��Wk�ͬ�������R@V����n�zz�s<�"4
+���0������a1��’�c���ʡl�ͪw�0*!�-*Q3@�ԅ�ZiyvX�(�3	�m(��C�x�����|�z=tG�)���.�G	0 v�����
+F��@�XP�D,�P��\U@v!�X�<z*��x�ld�6#��QFɕY�������PmZ��$Q����>L�@�! *W��¬*|!Qp�Ђj�D3M�6��\2�3 ��4��![��e+��L����r$Yipp��ԝ-�!�7�Ivir�챼�
+��.X��"�,D�Ԅ�1�YΑ3A��:֋5��Ö��m'$�l��\����2��pYH�KV�oŔ�)���5!"r�6�y��F|-d�\�dE'��-����^��v<1�o���C�{i��N�U`\�G�t�gy[\���I���%���,u�Ȟ����a�����_L�0��!�D�Z��8v=7�Ka�'��$ð�Ç�m2�w�ֵ�����|B��zx������(���c�꨾
Є�%n�߿�:��r�d��y�x�4%ޞ����O��B����aJp�'�z���ڬ�����.� Ϙ
�V�XJ����1�<��{1�t�D������[��dn��"S�%4�B�=/�&�����+�� ˆH��}Z�����[p##���
+>r�f$4�{�`Q��=�M�\޴�����]�:V�@0G�^��o�)G�DB��SG{�-+���������ۤ0D*5�(�m99�ҨS�ɦP̅Mk�$�9K�\�e`f	;,�G���;�O�^֗��������t"�-#�9�p�eف�4�1����{Z��Y|�<������<�=���)���k|�WK�@�R���"���x��ԒH.:����r�����֠��vMBR����j�4��f%:RC�#���
j��<|�������6����N��|w�9�y5y���O1X8L�é�u���8��z�I��ۍev�b��k�H��0�Й��>\YĽ:�Z.�QH��a��,6y���anS��\�.s�cۓ6��}��C:�Q�Vʙ��?��<MAX�͓�$��{0G�U�W�5Nb����up���҄�Ž�^�k��m;H��2q�"�og�� z?[	�xG�k~��},�lдCY�X~�������9M¿N'�;����tv�Cl�C��E���U�s��^����)&�2��b��`�K%��n�2�$�C0�
Ľ)0�6/�\v���Ǎ��B�_.?�@�Ї_������a�PH���e�G�ӉUw���#
+�!x=�����/y�O?�ѕU����d�+-��T!	��+�n9yn����9���`Y���0Վ���汙�E3)�|��U�m;D�	hݍZq�
+V�����#�Y՜�����cw���÷��������"|�����j5�������q0��5k���6]7t=c&ݩA���bmw�InI�ߠB�(<�6Kl�ȗ��<��]�T��]Y�:nIr�ڏ�U�-�¤M��-�$�:�׳^ʌ�����^��^��ң���x����̨���{f�|sA����S��pQ~�=�2�dz��*!@9�!XK�L.4u�9GݥC�\�i�j�1���K�ؿ.Ne����E�4VJμZC=��;0�!�Ъ�+�M��<����K��޶w�nX�E���L���	��c�6B"Nɣ�ǿ�!�?�����/��~�ǟ��;k��n�x+K,�$�/+U��0��}6��E��W�K�F#�N�V���'��1K?
+endstream
endobj
17 0 obj
<</Length 17757/Filter[/FlateDecode]>>stream
+H��Wͮ�
��;̦@4��D�]9�見��Z�M
+�Eѷ��f���+#���������U�I]�1���P��;Y��Vys�~�6������)>N���0����r�U���c��stJ�\��_7W;�`a���,��g�	�<\�xv�W=[�dS�'�1+'I��YaY�ʹ�W30�b������\��[t6a��Y�A�dZ�!��"x'��휋���\�@:'���X��^y�Y���ŋ,(8�剙
�<��w(�{rdv˂�Ϫ`;k�� ����s�i�2��L��^�ëK��Y�8���x�PaoV�T���1U�™�+�Z�E����i54/�}�Xg7�M+�,eX"#ާ��5�2X���Ye����΂����y��m��U��L�z.�g�d ]�P�*_?f��C�k��1سg���Z��yvfu_4a�L��I���j�uYhV�>[�[]�C�Tۊ�bj��@!\1 ��WW|�0в�q�F�P�> �4W����g/�h�R±�-��9�P��h�<�����#�KsR@�������RO�j�%��R;[i�V?���ȗ��5Y��El}��直����P��Ys�-P;�0��Q�e��i#y,�l`�������hӲ�;���9<ZwPV@<�P�����oߔ�G�AT�v,��:��u�\��j]����4�@B䴅�M�L� �Z�~��/7�F4���k�3��V�(��8��G-��o��'M�,���`'Y����93�P����N�_��%�c�?
+e�N,2w
k~�{aIЀ��̇'��O�V��aV{>��O���/]�����1i�7X2��sĖSEd�|6*5�Dؚ@�J-������U��W����"=�� _a�f2�uZ����2}���C��/�o�3������sH�˨r��Ի�"Jw?;|��[�|�|�W7��g5�6�8/_�7	&"�˛p���sZ���Ø'�����4vx����U`�F~�	n���_�]V��	ҮT���_a��RP}!���C �\��{��jT}?�U{0{���6p���w�:Gۣ��Owo�����\ٙ9A�_��L����Z�a���Z��פ��,ƛun#������[��\����r�N��m��<�V��y�|���8��a��m���C<A�����>~�Ç�O~�����9~��7�iY�l������>~��o�7?�����_/?���'=���[=�{�����M+�V�Y+/[�/�ڧ�(f�-��O5^���IVte�E�qn����Ļ����Y�`�ۺWm��S�"����}��
+���\|f�?�������-���曡j1Hܗġ��������@��d�r��(-P�����]�P
+�f��̫��Bn���lV�y��
+�oHY+:�R��HuIU}�}5
_���
+WgZ����L_=:��bm=*��������S�����
+Q����0N��}�|�R�S�Χ"���c;VL��(L��-�:H�boǫy����޹XܮI�'
9���JÊ�ҤG�V�j�[���{ut�з恭�-�΄_tw�Z;T�IV�h��JfDm������%�X�t����uy��t�*"93�GpnN-�\���B��ZL�;�+:Ҁq��&��W.���$������UqW�`������`w��X}⁁�%��r(�v���_��U|��93��w=�C�w�l�
b��JTe�j��I=o�w�|�.|����]��x��^7���_�m�_��|��g��M}^,p�Jhϰ�V�^Opwp.��Ð����w�<>�,�fd"=��w�v�
+�f�xzJ�N�|�Dǟ)N�XR����V�^t��ƌ>Ѧb[�x����1� OO�^����On�
��3a��A�k�m3v&�7[�����!�G\7'��i��B�D:���	��Q`B�o9/@Y�JA����"���K����*δh� ��ִZ��&2“n��C��b�*�bҨ��F^���7d����;�����W�>���
 ��rT���!}:K�f.�06S���+�%1�\U��dBT��uu~��|h�T��uj��˺�����')�ִLv~�_�׃�tO|�φ�=��:ًEA��.ٱUF�7rY����"����ŰP0$��"nH�*�����G6,1f6��>iڸ��;1,�6˨y]�Q���+ڒ#���E#�C�US��s%�z2�
+����שu�B��6�\+�*F�"{x��	��+�G��l۔��2<,v� ��8t(t{$蛧�@˒O����.���u�..u�t�S�����+��a�"��̠�18����B)U����Ҝ��E�p�5�p?��=nd�)��_"5;�*
�*�Nټ����4$<�*��rR�_}���48�E��'����އ`C^�Eq6zxK�h�Xa�%�����Sz�����a-���=�t�'�. -ʰ�"�:B�n�R���:R���a�O���<�S���\��؄O�I�%D�q��$ײ����h��˕nDW�"mT6N����/�eӪ�m������1؛AR���t����r!�@�!!�^���ߧ��u�3����5�贤vX&��wI�^.R(;{��Q��&h>��\�
a�_�6F~k?�w3�E�Ə�0ֲ�M��"&,:���rpc�צkR'�Z7�'k�6��gxe�П޿���Dy����x�����?��[koSx��>?������~���׿��������Og�����_~����=?����w��A5�<�ے���S���o��?����_���������	�=�xH��������z8���‰p��I`9�c�v�������x7���"�nm������c�WR��B읒�C�9Ռ�G�ʄ?9DH҅)m<�JX���}h¬U���RzhN�K:��j9���{�[�I[
+dv���� 4��w��v�O��\h`[c�s����H<]���b_%��?�/�JD�X�Hz�·�
+�ca�aP�c���g95���U��>p�{��0��y����j�Z�S����-�~���DGp*T�9�Ì�s`Ҭ��5�Qm6�g����.�{![9�<\[@�tP��/����y��f˴�H�̠"���"��0;`���~l�% x��rZA�-��u���b�M�'S
���L��n٩j>GI0O�7�������ƏQy4�+�`���&�����1�٨���л��� ��ӌ�i����*�a@?�]������<c���QȾhJr�:OI��2�
��\R���6�Q���V������.�ݗc����]&V��K��I	T@����k������)��w؆1��|V�B���tY�ӌ���ų�>����=�l��.kmuT�lk�*��Wp=]l�~�b> h��{��h#�i�������1��\�ק�POBWG9y�pXc�T5�p3yPY�AZ���Dÿ�*�r�� ͡>C��9�Y���-�IDZk��#�ꓶ��T-�$��sbz���Fۚ��P����·��r�B{I;SH��.#�eu��q��ц���QyK����>�xqWmh�����'�z�}l�Lj8��${�=JsF^�Tcda��X��Y=��>���ed�����SWL�C��4����Zo��j��h�u�ZP� ��0A���y�23�f�l��9�:2"�C5��M�ʭB�����L�Q��/@A�![�4�:��p�Cw�aL��bz1W��3��A��>���1z\��× ,����r�kl����~���ir)'��xZf�ݵ����1�]�@U��dv����A�'(Xz!��I��5H�i�����]Z����5�T��͙�����{��ԭ!~9����8���z���P3_l'�oK��V�-���І�Յ�|��:���T�[m�,I(&iߛ��	H������eZD\ )��`l+�J�ST�>1�́	�� 
+iKS1SԔ<�!��{C����6��GP�S�x}�JFx4ߥ%;`N���%���$�4�i_��z
�k��M��%���>$1FؚZ�T�C.��0��"�gl~̪�=	|�u����!6�jzg.y=�ܶ���;s�lW�M{�K���
�v�+��6ѵV���Y	[�S
+�pH����?J�DJ�q#�	F��#�mC�zz9&U�)��wM�5k���M��9�qf��R�`�3�RB���e���5wz���C0ب�á����|(��9���X�䇒)Q��ZoY������>ݏ�
�in�\~���9-h�U�	G�^82�s���Ysv-�>knSG��i��y.�N�ڬl�ۚ�Q0�.Z���4�N�Y��dC�`��{u�j�g�k�!���O�Uj��������A���Q^ax�zL1۸"U�0rqʽB�q�>����!ϑ�Q��C�Y/���x_7
�Ѣ��U/8@�ZgRU��p�����	��"=���-���EvMxA��j
~KWAU��|̔���	��(�^�G��b�X,A�b�L��r
+��PL���ETj�v�9r�h��Љg������
+�Z����{���ڎy`((����Ta�fqY�t�WM���a�Rh��o�h���؋������[�E����"~h1>l����^i�����1�^A�k���I%"��<�\����j^��H�Y�gy͒�@��qx�u�c��沄���z�!ѹy�$��xE���!e�~���e���P���뗋��PۀJ�:�U���X��0�r��F�(	�퉅����W��17��#�M���
+�W�ó�U�J�
+����H�Ut�l��/�Qxc7�j��"�K�lU.QN�pS�f��^:�!���i�֐u,����Ǵ8��M(%C�b�s���!o'��.�c��
�����9�>Ą��0B��B�5G����jf�T�K�!=9>5�w�n(���_��!f�fb#��EM=��)5��g�x`�%;�)�@zV����"H?~ZWy�����
+�2˃��w&G"�Pek-����Xv����<�����Rd8��W`�~�t��v{�ů��1��p�^��w͸�����ȟP�f5��b�Jq��Ue�[J_$~
Ҹ�k�3�|�4���U]�_��~p�ի:�F��� -�i�+
�I��l8�R𰢼<<�ɚ�.]��T��&�1~9��H-YG(��!����64Y��x�m��g�������C�P􊴚��4�8���&�𞛷��:�	��XP	(��K��r\�U�hԩ��}0.��8ܧ��VF�<���6��%�>+�x/yP*-M��Q�xZ�{��@+d��dx(�(b/=B�J�Q��u�^��lm�-z�	z�T{˘3��v�d[��@t*��-Wr1��f������98mY���&֗�����0�u�_�'���G��蜥�}�t�d����E���Ua[Dڢ�0<7|D�@Ԡ䡦r���L�_�}B��Ȏk
+����Y����e�<9����e����ܷ�����)���8'��r��[��.����L|&�~�w���~���I_�wG?푃Ǵ��
+sL1�[%�,I�c����=�i�E#��W�4�~'���O�/̫O$���|v�@��v��D�޼��v�+��s�F�"{�1�L�"B��C���Q�D�S8�~Z,B▋��7��j?fQ<T�͡tuؙzZl+���_���ʮ�~԰׫(T�P�h��_�b�K�M,'t���P�ނ�ʆo�89�x5-v�凥8��j�'3ew�yF�s��!U�F�!���_	�8�>�3\�%Ѝ`>z�`b`��X�gª��1�6�a����9�ѡČ�r�pE��$��H7?�Ct]&�'x�V��@���91�v�W������l�0��M0xZ�q'��}8�݀�b5���O�Zyh�����5�
�G����� ���9G�ǐ�fS�E{?�я�e�z:y����s��F�;��K��j�^�8;��+Ǽ�.��ls���/�
"$�XMO$S�V\���X�޽�v՛����(�ij�m;��#"w�K�����/�`��K��r}��<}y�E��� K�Y#\�X��d3���nLW��3�^Xl��x�3s�k�P9E-�~7괪��$r���6�����r`XV��n��@ʾ2�G��`��tՕ��s��"�(2�y�w��s�%����U��
cy��A��tx~��%3Ndt���*
+`*�:�7��&��9���=̜���� �v�j��נ�����G�z~�V���<�k�?ɟ�ƻ��}P�	$��Dg���OC�B����N@
�m
+	BwD�9�ҋ�řb��/X��.��~x��zq@�3��Z>*�^Q��%���os+�Tr��DMO�� ���\@#�����QE6,:
��J腜u�\D�9>�_��g�*���8�yzZz�=����q�yvKh�#�R�d�բi��)�UXӍ��@N~;Fr/��)���{��"�H%��nX,xs'$��e���hm>k$�������ԁ�K��F�RG���t����y�DO����C�<��nN%����:�8�l�24��`��
+A�yI�u�e�-#����39 %5�Dܢ�s���ơ��tv�*d����<�ށ�Pu��>�"]_�&Aދ����c��2q	�3j��G9	��0�7ڣ��#�ip�0HOZX^Uin��/S��
+�!��OD�]��u8J?0�}q.(b�&��^�<�L]V[H�K&3���Jb�,�#TYA
K��r^������E��a��js"r}B�W����oK+��t��;��E����h$h�w]�QI�g���壗-�Rs�a�-��-�Z�WA�/����xG4Ki���PT\�,ߖ9����و�F9Rʪf���
+����`.�lgD�.����`�pg��I�Y�i�Ȕ/N��C���W���*<I�m.������ǧ�������҄wo�@��k7Vq��oV��n9�Mf����Ԍ.\D����W�s�CdU�r�cH�^7LΥ{�3Д�QWo^.d�
+Q��d�1����c��YvK�����E�X��(��[���p	݈Y���-�]��$Q�����T��fB`�^�W�'�]jc@���.7���t�4U5Ni�z񍁌h�D�bRf��l��T�����l�dO��)����-��S(�pd���1����'������7�T��'�R��˚2��k�����w�V�!"�26��(���r�� ��	YE.�XLCr��z"/��(~F��y��'�2��n'!�_�ѐ�8��%���+�}��K��g�1�
�[���R�Ôc���.n4�3�l�=�w`J�l&(4��
�F���P[3 ��a�_��*�h��'��hĤ����v9��%�������(���J�ڎ��l3Mi��$[t���_��[c�>��ʡHEE���/���ňw�vRu� �?��L���H�x<C���ѼX�i��魧�(�-ꧧ��C9
+���ɐP��X'�ذ���?��1������^(�t�x�U��Ŕ
+Rɛ��U�~�U��@����~��j���HR�a!������:�Hz1ea1VX�A
+^$b�X��[զ��FFyJ����j��c^4��r}&�9��uZ��A?Ӧ�
+}��5E@�!��R��b����J�T��Cfn@E��u �/���LQ�������p3�N���\�o�7u4Ϝ�4@�c��x>C���E<�}mJ6���붭q
+'?=[zT��gL�ﳹ(y�OI~?f�a"䃙�Tr�������%o+l��x�����:FW??�=L�#���'ގ�>��9F��O��j}e�B=g���0���aB(��߽�4c:~��^�ו�`x~�濪�)�p̙�G�x�gsxêq~���-q��?�P��.>XcZ��W�h`g�?���8�J��0<8�t'�K��H��F��f80~,�DcJ�y:4y�����KH���#��z�YZp`���X�z5�|Ji�O?n�����4��2���o��d ���X��=��UM�\�1�F1��|��B�����,�$i���
4��]�&�1hh$R'3�����aqA��g8Ah�SdVO&Q�0߿|�`1K��,!3�p�q�}��w������I����B(J?�_v���1q�ξ�)02*��|��lu(LO<Jj1|f�8��R;ԤQ�zBv�&�V�3Ezͳ���X.k���X������D{.�a<Kl���a�84L�X�*�Ҕ0j���gל3��)2�@��Z.Ff2���Qڹ�K�g�L��
+���K�����%[���[�Ji=��OsR��bg��#��E/{�,e��$�Q|���M��<3��#�8g*���a�ߩ�H��V��=f8G�����.��'"�>[B5l����xi�QO7��(0��c��%-
+pY����v#+SB�N��%-��'���̓�&>��ko�n�4�7D�^�����L����DhŇ���=��s�&��g{����j�_2I�e�8|��8�����G����� �2��B���գ�+��+s\u��Q��+�_-'�]�-��Qw�"٨b�N��W�;�՞��7��ު��#R(����Rԩ�y��v�S����1����s����(ո�%��.�H,ֺ�_���S��;rZ�w�;Y�����:Q�'�i����a��j�8GnPu+˱onPdM���2G֒���e1�g���2����j�a��l���9�]$x�]զ[��p#�>��d��q�{�zt
+$����9�)&���@g��K�p�����'��m����<�<E��q�~��79��m�׉�Mv�S�J�M����-9ě�8�u���gwl���S�� �<	�D�]�`�+�7E(�`ڼ��+���~q=qb�\�c`ۺ��\���&B�S?�#�������{�8cP����������WN�����IO���^^%�c��j����%�9���{6�v�Y���6��Z����Z��	M2���!a�b��w��wb��u$�N	��ak���������ʏ��k�������2[�Y��w���vd��D�5�`O�G*YNxb��2�ە$�IS�zV~\5Ά�%P��8�py��+�7������|yl��'��y��ݔ`��үQ�����F���:�g�-���ێ;D�?���en��c$A��� ʙ��U<(�T�&Ϋ��� �Cf�k�)��M���ISZ����P>�'b���y�*��,=�ʪue�蕾dT��:D<��ֹ�^,?�Q�B=�5�%U����EG�AeΓ���p/�V�2���ݱO�a�of�Xt��Q9_wU9���ͨT�K/Oj^�+�E/iq�''wu/�{�J�xk,�Ǵm�3��r�L�1�y�ڊ�<�/���a���韒�۶o�k�R�&�a���Ӎ���'�i��' .�<֬A�m����|n@[puǕ��Lh�/�&V�d��,��?{]�e}�r����m�*��L�z���D�/���b�����l�	qD����j�����g�1Fv��)�˖旖	1�Qz
ou�����1(�0.S�U�ߕ��l�1~�OW4tv����._Tϖ�ٓ�#���{�SN�n����M�ez�w��3]��u�0�3'3�3����)�i��镔l��Y��e��f%U�%C2�������F���~���u>Bau��Wk)~�Cd
+�\%$�et��e���cڱu�J�8/P���p�iz��S�V(F���ེ�D�1
��T��񶍼��t2DŽ�x��)��s1����-���.t_ѹsf)�����/�j��_�C�F�vP���ߓ�K��>M�J���3������+��ߗ���X�7�������ۧ
T-���a^�Be�+������ȵ�6�s��L���J�0�S��%�0֒�c,jLhB�&��g�ؼ�n_F�a <~������Qf}K��T;a��S
*,~�F�)K�ߊ��(-�Vg�L��G��N���yd���q��3Jx�3�rM<�|��,˛?^7��J�1Y�����U�څz�5g�N��j,d.\\��q[�2�2Ol��!�n��XU��q&�[Pع��KwC!�N?�.j�xV�d�x��a�g��j�ǽ� z�{[9����{���O"@�&/�X�X|�Q��a<�8��,V�]|�u����}��X�
�6ˇt��u`�=��f0[��M>�j�y����*���Nހٳ���~����Ow�^2^o��
+Onɏ�O�3rz^��O˙��[��d{ /�yg���Bm�]��מ	 ]
+j�3� _�M-��������?�p8	J���{��{����Y�bOP�d�������G�.j@m��U��~�8jsģA#/�d�c�ӷvv����
縦&��2bz��α���D9U|��͓/��\�.����g�P��a�?Hc�
+��:Q�r6��g0w �\j��:z���WH�*׍g�oj��Y/�nt�T���B��
�S���Q9��o�gW~ggt���c��e9(I�,��TMf:CK��;��VB��:��d�޾���3'����:�R�U��*�	���P��\	�|w�4Wls������ia)!�|��q^҇���F�6��V+D{x�1K�f�)m#�`��Vˇ��^�9�]õ��8��*�7|�K3��tY��
+����tOJ/_}X��~�z����UMGEPu�K�,HMF7v�MqYѣo	u�N$�5}���<f.4|�#�.�*���N�M$5RIب���'��}�XT�0f�H�ej
���/}���#��p��Cf�h+�a��qF6e�϶ha^�A�N;\eB�KS�⡤� ?y�s��'��ώ3�υ<�9N�C�h͚�(��5�K=Q��F�!���u�l>崟Xoa!.�YEͭ�hڛ��^D��1�ܼ���"Gr�E&|�E�GF�|Z�E��a���yS��N���4G�B�4���JY��O"�Ͻ�t&RS�.���g�U�����l�����~�w���'�k�::#����k���E�P2�"���ş�3]�1uV>"*ˏ{vZ���=�Θ�M ���1}�h�#7�c>(�����n�oyt��Qo!�w��I󉻨+
��=g����׀�I��n�X�y������̹���oߊ&��<f}�we�Z脤�b�E�ыl�s1��[o)�8~X�e}�h��s���<Et͙���A�p��%���П��['����A���?�����$�~����_Vr$�����3˧���jI@�t:����3���UuόC`ws���5=��U�^��<���a�gj� �}Q>��jqϡT�|b(�F��VR	���s$�*5J��Pܣ*���p�"��b?������M�]�'*��RQ�RԸ��}WD��AH��	B��R�~��,���h�E�����c���i��D�\1!*������(34����D4e����+�9��H�P�t��	b�d�R��QrwS�{-��k\���-+RZp�G�+�rK��^�8p0���)8�~s�k,k%7C޼*��I�2�aF�^��ϴ�o�w��X�M#Z��2��T����_<m�pj��%����i:�r�)SF�� �a�nGGI������ʪp�׭a,�R��Z��2+H�s�v葘N��_Ly
+GISS�:
+�2c�^�A�cG.K�;( g�$^@���k\ұ�e�1��H��w�C�h-hm�2��$HI87�
+��4ee�ŠΜ�Y�~�>x��%C��q��+x�5U1��U|f�J��*�;�H|S'����F�(��q��./y�U`a��c��;!X�}:��.��gwC��99>eM�����(��+F/F"��Ѻ@�D"ũ˨e#��=��I��N�����]p}.��V�*��h�r$�<J�#����F�ce�u雌q	�E��3�PY3o<b�RQ6\`D���G��Ǜ�������BX'*�x"����F����]�i�Ø��X��k�!�j)�H��9x�d���ّ{hϢЁ�ˉ%�8��\x�M�\��c%�Z(�\"�-eĔY8"R�K�U+�KGY�������KC|�<;x�ZP�B �R��f��+�1��t�o>���M�U�d��/�\L&�����2J����'���*�|D�ơ"����P�7G��@���c	|����7�x�OHqv���a��^biڼ�l�^
��B�'�~:	w�Ӥ�=�ߠF�.æ3[j� <bC���,-��m\�Nu1�
���Q��'���E����5L�ܺ&�k��ʚ��X�cke���ZQ���#X�Q�(�p��p9���aAF��bD�>���B�dQ�%����Q�Z��E�yη�
+S8��2q�w�6)F�)��,N~z3=�l�.g��k7��ϴM8����3}��,�wfrtt8�]����-��\����=]j�PF9d	�[�Ȯ,�pPc*dD�	�:�����Q#))�v��`A��8k�:����������P�����r��K�fs�F)9+�kҴrv��������LE���Ìi�Lz�6�80x��J�k��A�e��-�$��OM"M�ń9L�E����0�X�/p��	�GM/�'Þ�JĮ���e0�k�l�@4��սg����kBNZ'M�F��썦Q���S���ꠣ��=���J���䕣�h��C��}�N�tų��!��*�H������V��:�2�lLtC%�X��Ơ�\����R9�r��0[��G����T9
�P�(z�~��pU�T-N�*/d�X��V��#�YٵQ�ш0S��{l'
	Y��hT��S&Ȁ)����X�rj?Ieb�JQj�%+9�Qt��f�)��H84�:I��

c��c�s{��F
+d6ƺru2�l�Ԃ��RvzC;��Y��5:�V���ae�2ŮI���@���U�j)5�_Èb��&�L�0Z�K���=���)PV(�P�21!U �"�	ϒ	��!�G�a�r2Ed�u�����#���'�*h�F�F���0`%i?`�=@ū
+�
+�pX,���Y��ri��-VBC�TXD��)��{
��mH5B�Cc���ZEUz`ܠJm?@'�6�3�
�׿)5�(��C�伦�s��=gVo�Nn�$ 줽��B�;L����k������F$'�
+	��IҨ !r\A�"C��P�E��M�:M�l㥌g��ڏ�Cv�9覱E9xLa��I��9�]m�����P稾��+La^����������"	�&/���W[�y��_|>�^��������c���a�-�-�������g'�+����b��ߛ��o�hsuyf~o���bc�7����k�>}ҮV�w���l9KK_�׫�)����9�����K�C�1~�����R'Ku�_V���/��7,�=n;�t}�Ϳ����|�=�N�����E7[��C��l�奺��/<9k7����W��G�-6y%m���Ǜ�=_t�ve��L���<J8�vQr��%������>��{Bc�_a,������g�'z�ç�'�\�����h[�7�����ڵ���6���O�͓�����i��=��<���1��K��{G-K[+dj^u,�yZsBb�
�:P�@�C�ŀ/h��2]I�?����ʹu�Ǧ|�S#����O�v���o��}�?5n�o�����x��iTdls�����k�#A`d��������4��|���Z\��M�֟:�E�49��݁�>�-�<>�����O���/Xݿ,W���T.;�K�| �OӚ7��b��>|嵣�r9�yg������R~��7i1�+B\n�=]̘�<Յ���T�%����t�ן������O�2����0�}<�K6)���ſ�c��g&��x�c#�HR3=i7���d�ͯ���nx�˼�W�zw8������|��`p�`�K(��
+�L^].�}\t����!��ʉ��sP�f��l��/��ѭ'�����]�
+����L_.��o�[��t��\��tK���ۚɶ]�޴�6�^�<cd�6|���O�Xv���I%s��ά�g�Y̮�>�-n&���|~����A>�{����%�;��X˫�b$[�����C��E;�ΔdL��z�8�l�M��[L�
+y�$����@;���}8u��n��3����l=G"!�ߙ����Ū��?w��d��Xo享�#��W�e�Z{�Ʊ�~`���.`��a=<�|���4i�I���(
+Zbl�eI���ɯ�K��()N�<5q��1yxy��^�4��l�V@�4�����Z2���j#��4am-��CC���Q�Vj�G�^{��A���~w�oy��x�	��-��;���b���@{C}d����>�n�o�~�g?{�~[��w�s����d��kc���9^�~0*Z[���&@gK�[���[�s���r��!�<yg�t�Ó���,�x�ژ[tp�v�,�nu� 9h<H��SB<�A�i�����.3��|��y���i���K�� �5���lL��I�*����������mz�F�FP�c���k�}����Z��u�ռ� �ܞ��<��Bd�7��C��]��8� ���J��r����a���,�
+���	��EL/om�'ث�R�Տ��IH��]���¼Xq5��c�|�����M�gb|�.�ڿ�P����R��)�m�P6׳DMBW�0D-�/�n�1*��,-��\Y��j�:{��o�ɬʕɂ�;�E�2�)�ƻ��ܨ�O�����Ƀ
�E�_痗���v��ޫ�3�e���@șw�}T2�	� Oo�߶��3��O=�fLZ_��6-�7=��n2ñ����j2����
�|,�ד�R]�X��)�A4���{�\�7,g�W����a9Ģi�"xf}
+|6�b�ZADҴ�S��_L̔wi��Q�@\�Kq����fC�A��#'�3����g�����{E���ql����dU�kc�}��q������4"4m�m{}hH��tɨt���)�B��+t���z���y��1�c��2F�:˓̇Q5��2�p1tX.�r�=�q�N؏��èl�cMB�0^�)���.J��2#_0G�)��^�i֬����I/�^�$��e��Op@�-yi�Ţ[N�>���΀�<��4��qf_�a�4X%a5L*9&��ʹ���.sn
+ԙ������۫�ߣ�8�K[��.�������>!PLS�,#�6�Yq�|9��4������鯔�[_����W3m�id����
+�Sp��s��������ʑ��g�P�Ů��}C	��MM�ܿ�՞^ߛ�9Q����9�2,�����C��-���t��k��;��[��ҟ]KJ���:fHX{����9�].�	�*�9�b(v}fZ�a�ys��,���5�-�Pݽkhոxh�`�:�S�9�3`�V��-�]�+wsg��G�s�KW�
%�GC��$�߯
G�դ�:��Xݪ�h��H��+lS��2N�K���rf�1���U�2�a�Th�����]U�J�fPU�����Em��-��iZ�hڪF�P����F����F#I-i��JU�����:x$:�-�#&{dI%,5��[��UV���}kI�]�#�L��7F
�G��>*ъ��.N�ե.N�Ӧ��Uu7K]܆�R���j��-I
f�h*X�*R���F\����)Uq$z]�@�� "��ë��;H��.��ɜ%�d"�'*��CM\�	@`,�@x�ĵ�kkt��f�����'|NR��q+ک	)~�(���uDș����8�LV��$��O�~��)q���t.[�?j[�9��ښ���͹��i2ӕF`�>��
+�ާM���}�W[!��ڼ@��B�ޖ�k-�z��ej7,ͪIu��z�� 3.R�!Xz~
�(d��?[l�ڂe��bÛb�QH���ź��B����^�0��^��sW��P��JuZ�9�̦�jT.�jFV���{��Q���a�f��c���z4��B6f�3����ž@4^�
���,���"�iO��%7�W*�k����j�L���T�4	(��a��?`G�Acx�IL�R'M9*N��v�xЩ&�E��b/_?�����r�=��W�-��:>z�d���h�cF�x���3��W��(���sO�(8ȊЧ��)Pzy�*�ٯ�"!b{��(�v�i�'�L!���u�9fo f�`�Z�ڤ������8"]�����]�$��ꅁ� �Aa����3�${ǭ�`�
+�Ϥ��S����
+�T]"�艰9)�qޝ�	����4�W=��M�?R�JB�z(�a�L�u
+�M��U������/��ixO��M���E/O�1{A���S
��^�n��7Z�=�E'����p\׺Ѷݪ�'6�v�E�,��E@9�8�ΞY��xqDβ�4��l'�ڇz3Ip�<�s�I�G~?F	�p��cE2�Ìuʌ������W$���
+�8���A�B'$���W�1
+<8+���::'LNy�^���$"M)II��g_�DM[RB�}_�4YV+�.���&q���0��`j��C�h�%/ie��!�˳��4#4�$M�{�c��,I�Uf��\aL�Y���@|L�B�Eҹh��2�34�q�\�
��8#f��w˫��F���$]�&p���#�e��Z��W�y�X��g	�{�攴H�3��4�����\]�2F��^���}#V��F0%~W�*�^#O~zN��#C�� ó ��*�Bh���p4��i��Y�R�@C�Gj����iB�\d��m�㱁,s$����0�P҂,�}'{�`~QC�r���TuUdʛ0����$y�VY���]ꔄ���7zx��������*�{ű������Jz�� �0�����0�AS�"N������9�2>��#�
+ڨ��j����@@GJB	�dq�O�Y��#rN��Odz��&�,���#�?�U�!D�J�^ʺq�ݣ��1j\�h��JIac��N[X��x��t�޼������0�P�i�^xk~�_#ء��ߣ�w5��0,�b�b.���㌗c��K���h8��/�`��\���ڸ�
+{,�VD6�)Y��ȔW�w�_4TFhȕ�*�z��c�q����0�Uj�y�.�L��H�U?BJ��^�i߱�}�M
+��$��4�3hd菆?ˎߊ���� C�Ճ�	�;UZi�����'ji!4:P	�gϸb*����/�ެ�6[P�����N�
��("A�f����f���>F��H[t���5�N���r�h9�����)�Uk;]�+�#��4ʈ�W)�RWQp8>�/��\�'���<� ���2�`��GO
+endstream
endobj
61 0 obj
<</CreationDate(D:20110923141128+02'00')/Creator(Adobe Illustrator CS3)/Producer(Adobe PDF library 8.00)/ModDate(D:20110923141128+02'00')/Title(proving_perspective)>>
endobj
xref
+0 67
+0000000003 65535 f
+0000000016 00000 n
+0000062860 00000 n
+0000000004 00001 f
+0000000020 00000 f
+0000063123 00000 n
+0000203453 00000 n
+0000203525 00000 n
+0000203908 00000 n
+0000232653 00000 n
+0000250240 00000 n
+0000271357 00000 n
+0000292811 00000 n
+0000314817 00000 n
+0000324184 00000 n
+0000327910 00000 n
+0000345597 00000 n
+0000369557 00000 n
+0000205025 00000 n
+0000220250 00000 n
+0000000026 00001 f
+0000063098 00000 n
+0000062911 00000 n
+0000062982 00000 n
+0000063013 00000 n
+0000065491 00000 n
+0000000027 00001 f
+0000000028 00001 f
+0000000029 00001 f
+0000000030 00001 f
+0000000031 00001 f
+0000000033 00001 f
+0000199835 00000 n
+0000000035 00001 f
+0000069338 00000 n
+0000000036 00001 f
+0000000037 00001 f
+0000000038 00001 f
+0000000039 00001 f
+0000000040 00001 f
+0000000041 00001 f
+0000000042 00001 f
+0000000043 00001 f
+0000000044 00001 f
+0000000045 00001 f
+0000000046 00001 f
+0000000047 00001 f
+0000000048 00001 f
+0000000049 00001 f
+0000000050 00001 f
+0000000051 00001 f
+0000000052 00001 f
+0000000053 00001 f
+0000000054 00001 f
+0000000055 00001 f
+0000000056 00001 f
+0000000000 00001 f
+0000065604 00000 n
+0000066014 00000 n
+0000063581 00000 n
+0000064491 00000 n
+0000387388 00000 n
+0000066274 00000 n
+0000202891 00000 n
+0000202939 00000 n
+0000064557 00000 n
+0000000148 00000 n
+trailer
+<</Size 67/Root 1 0 R/Info 61 0 R/ID[<8B8976254E38924890B61D062598FC80><F5A1650D2D6C52459091106EA804F11A>]>>
+startxref
+387571
+%%EOF
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proving_perspective1.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proving_perspective1.png
new file mode 100755
index 0000000000000000000000000000000000000000..39ad81df2ca8befbec01d60ff63490b98e5228d5
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proving_perspective1.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proving_perspective10.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proving_perspective10.png
new file mode 100644
index 0000000000000000000000000000000000000000..803a4e5650a6906b506c98c513cbf088508e0404
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proving_perspective10.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proving_perspective11.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proving_perspective11.png
new file mode 100644
index 0000000000000000000000000000000000000000..bc560828caa3dedb11d1d608645d69fb6f6c422f
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proving_perspective11.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proving_perspective12.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proving_perspective12.png
new file mode 100644
index 0000000000000000000000000000000000000000..d4c131974d70c205fc945f4391d3965099e4fdfd
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proving_perspective12.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proving_perspective13.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proving_perspective13.png
new file mode 100644
index 0000000000000000000000000000000000000000..93486749e7b6ab6093cc083bf1ba6130a8f5c1e9
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proving_perspective13.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proving_perspective14.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proving_perspective14.png
new file mode 100644
index 0000000000000000000000000000000000000000..923996d9ed86f00ace150a5047a3e40c522d2091
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proving_perspective14.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proving_perspective15.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proving_perspective15.png
new file mode 100644
index 0000000000000000000000000000000000000000..725bc871e9f3586ea2dd394fab7c5c8a04d6d11e
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proving_perspective15.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proving_perspective1b.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proving_perspective1b.png
new file mode 100644
index 0000000000000000000000000000000000000000..a1601386e3f9680ed16588848f6891d0ee47fc37
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proving_perspective1b.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proving_perspective2.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proving_perspective2.png
new file mode 100644
index 0000000000000000000000000000000000000000..ded1e6c3d9f421a6012d0aa7f388aff027dfe844
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proving_perspective2.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proving_perspective3.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proving_perspective3.png
new file mode 100644
index 0000000000000000000000000000000000000000..fba3e68e73dec110253862ed869e37390ec451a3
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proving_perspective3.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proving_perspective4.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proving_perspective4.png
new file mode 100644
index 0000000000000000000000000000000000000000..1f8aaaae2246c6a933f13c3ebda18342650952b6
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proving_perspective4.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proving_perspective5.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proving_perspective5.png
new file mode 100644
index 0000000000000000000000000000000000000000..15a977aad7b31eba336064c7cda9cd15f1fff044
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proving_perspective5.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proving_perspective6.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proving_perspective6.png
new file mode 100644
index 0000000000000000000000000000000000000000..b830adb0b795bdd64980a826c65ba5442e2b8b39
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proving_perspective6.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proving_perspective7.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proving_perspective7.png
new file mode 100644
index 0000000000000000000000000000000000000000..9cd86cfba916c39ada204061c9aa73e654b18c6f
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proving_perspective7.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proving_perspective8.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proving_perspective8.png
new file mode 100644
index 0000000000000000000000000000000000000000..b12e6116f9fe79a9b91f6c340d48f4453bc9cfe1
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proving_perspective8.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proving_perspective9.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proving_perspective9.png
new file mode 100644
index 0000000000000000000000000000000000000000..588824f37d7a23fd2aae01ede6b23d7d7b577424
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_proving_perspective9.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_structurededitor13.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_structurededitor13.png
new file mode 100644
index 0000000000000000000000000000000000000000..6e16ecbc67c8529efd4f5268bbc3968f1573b507
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_structurededitor13.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_structurededitor14.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_structurededitor14.png
new file mode 100644
index 0000000000000000000000000000000000000000..9ef6a7b16d95668aead37528d09d4362e0a86594
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_structurededitor14.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_structurededitor15.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_structurededitor15.png
new file mode 100644
index 0000000000000000000000000000000000000000..8246a243caf29daaac2518aa376ac8d486e8e4f7
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_structurededitor15.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_structurededitor16.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_structurededitor16.png
new file mode 100644
index 0000000000000000000000000000000000000000..e64f3472d90fb993e540fac5843ece37556a2224
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_structurededitor16.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_structurededitor17.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_structurededitor17.png
new file mode 100644
index 0000000000000000000000000000000000000000..c020950eedcad67d83ffde4f0064ced1f7f0c0ae
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_structurededitor17.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_structurededitor18.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_structurededitor18.png
new file mode 100644
index 0000000000000000000000000000000000000000..4a0e59ba3543bdfb098ad98433bcdf5b081677c9
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_structurededitor18.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_symbol_table1.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_symbol_table1.png
new file mode 100644
index 0000000000000000000000000000000000000000..2ddc800c4d2b052c32e8b072e9f2492132aeb5fe
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_symbol_table1.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_symbol_table2.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_symbol_table2.png
new file mode 100644
index 0000000000000000000000000000000000000000..71e1148b5bf016947809643285d10c2a0ebbcb2b
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_symbol_table2.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_symbol_table3.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_symbol_table3.png
new file mode 100644
index 0000000000000000000000000000000000000000..ebdb57a889d52e281db4fbc307321917cabbaa1b
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_01_symbol_table3.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_10_auto_prover_pref.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_10_auto_prover_pref.png
new file mode 100644
index 0000000000000000000000000000000000000000..1ea84bcd1618784f7cac289679cffe43996b113c
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_10_auto_prover_pref.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_10_customizing.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_10_customizing.png
new file mode 100644
index 0000000000000000000000000000000000000000..64e927b425495678a4be0db7ae304420579d6714
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_10_customizing.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_10_project1.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_10_project1.png
new file mode 100644
index 0000000000000000000000000000000000000000..9dd451ba3d18d9fcb136a03e6f3ad5fc9203bd10
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_10_project1.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_10_project2.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_10_project2.png
new file mode 100644
index 0000000000000000000000000000000000000000..d1f8739eeb963f0a9c3248039f0062153df45331
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_10_project2.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/reference/ref_10_proof_purger.png b/org.rodinp.handbook.feature/latex/img-print/reference/ref_10_proof_purger.png
new file mode 100644
index 0000000000000000000000000000000000000000..2424485cd0da51dde2309fdc8cf2a95bab2267fb
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/reference/ref_10_proof_purger.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/rodin_miikka_skaffari.jpg b/org.rodinp.handbook.feature/latex/img-print/rodin_miikka_skaffari.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..2246e11ec407aa8bb82f18da410f7b58d4db344a
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/rodin_miikka_skaffari.jpg differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/rodin_miikka_skaffari_small.jpg b/org.rodinp.handbook.feature/latex/img-print/rodin_miikka_skaffari_small.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..3333297624749c951086a6ffa81fdaf18ac8e9e3
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/rodin_miikka_skaffari_small.jpg differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/tick_64.png b/org.rodinp.handbook.feature/latex/img-print/tick_64.png
new file mode 100644
index 0000000000000000000000000000000000000000..8ba5f549822ba60e9dd5dc52d8da7434e06b4f2b
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/tick_64.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/tutorial/event-refinement.png b/org.rodinp.handbook.feature/latex/img-print/tutorial/event-refinement.png
new file mode 100644
index 0000000000000000000000000000000000000000..ddcbfd8a7f5a553975f69b80b13fd07dd115d0e9
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/tutorial/event-refinement.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/tutorial/tl-colors.png b/org.rodinp.handbook.feature/latex/img-print/tutorial/tl-colors.png
new file mode 100644
index 0000000000000000000000000000000000000000..6f3227db186ad5376a55ac3bacbf8297aea3b024
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/tutorial/tl-colors.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_02_install1.png b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_02_install1.png
new file mode 100644
index 0000000000000000000000000000000000000000..1984358e71154efa64685ce1e3c0af167e6add53
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_02_install1.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_02_install2.png b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_02_install2.png
new file mode 100644
index 0000000000000000000000000000000000000000..2e584fa897dd43418c3e3d1694c497b87b54941f
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_02_install2.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_02_install3.png b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_02_install3.png
new file mode 100644
index 0000000000000000000000000000000000000000..e90ca973e190a4b992fea85168630d0831488fc3
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_02_install3.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_03_error.png b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_03_error.png
new file mode 100644
index 0000000000000000000000000000000000000000..549e3d69e21d9522e2c20619caa63ae293427af3
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_03_error.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_03_error_neweditor.png b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_03_error_neweditor.png
new file mode 100644
index 0000000000000000000000000000000000000000..374390bfb8b0c0f84f92650450f0c103209f867a
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_03_error_neweditor.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_03_events.png b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_03_events.png
new file mode 100644
index 0000000000000000000000000000000000000000..6be20aa9677cd4b19da5c0fd25ffc5c0af36e08f
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_03_events.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_03_interface.png b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_03_interface.png
new file mode 100644
index 0000000000000000000000000000000000000000..d496dc956f79bf4491aba97e0584694bcaf0e6b7
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_03_interface.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_03_invariants.png b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_03_invariants.png
new file mode 100644
index 0000000000000000000000000000000000000000..b6788b974bfb99f35f034df4dc37a7599c5297d2
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_03_invariants.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_03_mac.png b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_03_mac.png
new file mode 100644
index 0000000000000000000000000000000000000000..f5a9554ba298a9151c15c2e367176d50c89f5147
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_03_mac.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_03_new-variable.png b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_03_new-variable.png
new file mode 100644
index 0000000000000000000000000000000000000000..16abcf00d80a0018a99d2c65e9228ff9adddd237
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_03_new-variable.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_03_prob_invariant_violation.png b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_03_prob_invariant_violation.png
new file mode 100644
index 0000000000000000000000000000000000000000..7653e5d1eb1806801123e6175a785e072762dc09
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_03_prob_invariant_violation.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_03_prob_perspective.png b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_03_prob_perspective.png
new file mode 100644
index 0000000000000000000000000000000000000000..1a6a3000fa343f60923f84c6b99eff43177b2af1
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_03_prob_perspective.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_03_trafficlight.png b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_03_trafficlight.png
new file mode 100644
index 0000000000000000000000000000000000000000..78d7b2b9f6ada3cb6d636de80f359ec1cb3a0272
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_03_trafficlight.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_03_tutorial-3.png b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_03_tutorial-3.png
new file mode 100644
index 0000000000000000000000000000000000000000..e76d8ef60255d20077c0afab2eacd2b0608c8837
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_03_tutorial-3.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_03_yellow.png b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_03_yellow.png
new file mode 100644
index 0000000000000000000000000000000000000000..b2f780f69453a7becac05e59d8ef966cf4a6cfbf
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_03_yellow.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_03_yellow_neweditor.png b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_03_yellow_neweditor.png
new file mode 100644
index 0000000000000000000000000000000000000000..7452f0e635832ba36038d34f2fc701e1d6289b6e
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_03_yellow_neweditor.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_05_agatha1.png b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_05_agatha1.png
new file mode 100644
index 0000000000000000000000000000000000000000..de6c84a98a16a81711c4b23caf1ae31c9034c0ac
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_05_agatha1.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_05_agatha2.png b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_05_agatha2.png
new file mode 100644
index 0000000000000000000000000000000000000000..ec878be4fea4c6338dc99e1d30fdfc83263220e8
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_05_agatha2.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_05_agatha2_neweditor.png b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_05_agatha2_neweditor.png
new file mode 100644
index 0000000000000000000000000000000000000000..dda84f34a0a20408730ace5ae061cb91709dbb81
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_05_agatha2_neweditor.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_05_agatha3.png b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_05_agatha3.png
new file mode 100644
index 0000000000000000000000000000000000000000..ca6f3b3c47c780f50dc94a8eb2d01cc45a73c7b0
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_05_agatha3.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_05_agatha3_neweditor.png b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_05_agatha3_neweditor.png
new file mode 100644
index 0000000000000000000000000000000000000000..45107928d469907d8106eccd56ab1e585a352400
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_05_agatha3_neweditor.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_07_event_refinement.png b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_07_event_refinement.png
new file mode 100644
index 0000000000000000000000000000000000000000..07ea76f3aeaca6084a3939639d072cd2386d70d3
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_07_event_refinement.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_08_proof1.png b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_08_proof1.png
new file mode 100644
index 0000000000000000000000000000000000000000..afad1b3c5f4ad48d5fbef31c2b85452bc6127a87
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_08_proof1.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_08_proof2.png b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_08_proof2.png
new file mode 100644
index 0000000000000000000000000000000000000000..604fbb2b696cfc1be2635f27d452c04511e81a54
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_08_proof2.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_08_proof_final.png b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_08_proof_final.png
new file mode 100644
index 0000000000000000000000000000000000000000..3af8867b7e96fffa384d139c3e8fc57bb10fd497
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_08_proof_final.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_08_proving_perspective.png b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_08_proving_perspective.png
new file mode 100644
index 0000000000000000000000000000000000000000..63bf15fe8291e82c97ce3e1ac8e4b93bf4027f74
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_08_proving_perspective.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_08_rodin_problems.png b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_08_rodin_problems.png
new file mode 100644
index 0000000000000000000000000000000000000000..896e908ecd8fe57cdd6df99d389f28916c6594c1
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_08_rodin_problems.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_08_search_hypothesis.png b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_08_search_hypothesis.png
new file mode 100644
index 0000000000000000000000000000000000000000..a48825ac0d0a8ab33d90c54367df731db105f89d
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_08_search_hypothesis.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_08_switch_perspective.png b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_08_switch_perspective.png
new file mode 100644
index 0000000000000000000000000000000000000000..71243cc4bbb2f77ce9fb5080b5c5bc325a7a5b59
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_08_switch_perspective.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_10_carrier-sets.png b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_10_carrier-sets.png
new file mode 100644
index 0000000000000000000000000000000000000000..7d9f59f5fe599e2090808540535792abd2689157
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_10_carrier-sets.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_10_graph.png b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_10_graph.png
new file mode 100644
index 0000000000000000000000000000000000000000..ea0472a072646e1b5053fa5185acac22a0b42f4f
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_10_graph.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_10_instantiate_p.png b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_10_instantiate_p.png
new file mode 100644
index 0000000000000000000000000000000000000000..953dd682cff807711bbd82e057593f5aa1af9442
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_10_instantiate_p.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_10_instantiate_x.png b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_10_instantiate_x.png
new file mode 100644
index 0000000000000000000000000000000000000000..393097c8713e48d98d070e480e4234a8c2c9403a
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_10_instantiate_x.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_10_invariants2.png b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_10_invariants2.png
new file mode 100644
index 0000000000000000000000000000000000000000..4bd43f0d928c3eef57d5cca73d14308428e0a6ae
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_10_invariants2.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_10_post_tactics.png b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_10_post_tactics.png
new file mode 100644
index 0000000000000000000000000000000000000000..a81ca317da367850094b17156f5c96e31648bfe9
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_10_post_tactics.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_10_proof_tree.png b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_10_proof_tree.png
new file mode 100644
index 0000000000000000000000000000000000000000..e1862c9c78d80e02a03b43a0e004f83187aa9c63
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_10_proof_tree.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_10_proof_tree_final.png b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_10_proof_tree_final.png
new file mode 100644
index 0000000000000000000000000000000000000000..b10c43df7a777e673b348fd2c12c093d3f5dc1ea
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_10_proof_tree_final.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_10_proversfailed.png b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_10_proversfailed.png
new file mode 100644
index 0000000000000000000000000000000000000000..d49ed8718d633515846ae20cb72a6a9b034a22a0
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_10_proversfailed.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_10_ref_proof1.png b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_10_ref_proof1.png
new file mode 100644
index 0000000000000000000000000000000000000000..70fca0232df8402d4140e2cdc6c40c26d9f39047
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_10_ref_proof1.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_10_ref_proof2.png b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_10_ref_proof2.png
new file mode 100644
index 0000000000000000000000000000000000000000..716c48f84ee3d5134cb2b2373d20285152e07727
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_10_ref_proof2.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_10_refinement1_proofs.png b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_10_refinement1_proofs.png
new file mode 100644
index 0000000000000000000000000000000000000000..3789b2440b492c89de86fb227d2c03f8b9aabba5
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_10_refinement1_proofs.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_10_search_hyp.png b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_10_search_hyp.png
new file mode 100644
index 0000000000000000000000000000000000000000..9a260b5bfc1072380b17c0e250e51d789f4a725f
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_10_search_hyp.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_10_view_menu.png b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_10_view_menu.png
new file mode 100644
index 0000000000000000000000000000000000000000..249244e482c57d2326c40a157845baf746123c30
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/tutorial/tut_10_view_menu.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/tutorial/undischarged1.png b/org.rodinp.handbook.feature/latex/img-print/tutorial/undischarged1.png
new file mode 100644
index 0000000000000000000000000000000000000000..6d0d2295cc9163cfba052f7ab6467e8ae904be30
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/tutorial/undischarged1.png differ
diff --git a/org.rodinp.handbook.feature/latex/img-print/warning_64.png b/org.rodinp.handbook.feature/latex/img-print/warning_64.png
new file mode 100644
index 0000000000000000000000000000000000000000..8f0036f94c2b9ccc4bfeb28056abad3b649f9137
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img-print/warning_64.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/by-sa.png b/org.rodinp.handbook.feature/latex/img/by-sa.png
new file mode 100644
index 0000000000000000000000000000000000000000..8770732928cb20d8aeafee32bec9c5de89d51238
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/by-sa.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/camille.png b/org.rodinp.handbook.feature/latex/img/camille.png
new file mode 100644
index 0000000000000000000000000000000000000000..620262dc1bd840234cf486c934829249e6e30e45
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/camille.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/deploy-logo.png b/org.rodinp.handbook.feature/latex/img/deploy-logo.png
new file mode 100644
index 0000000000000000000000000000000000000000..ce76d34a9180c7137cc67df2d060b3abdc8a1675
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/deploy-logo.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/faq/faq_exportproject.png b/org.rodinp.handbook.feature/latex/img/faq/faq_exportproject.png
new file mode 100644
index 0000000000000000000000000000000000000000..9d4f365df0fe49e510e65eb0dc934e82dd2576c7
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/faq/faq_exportproject.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/faq/faq_removeproject.png b/org.rodinp.handbook.feature/latex/img/faq/faq_removeproject.png
new file mode 100644
index 0000000000000000000000000000000000000000..5fe508594c28a841b975c7ed5946f89ffaa6ede8
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/faq/faq_removeproject.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/faq/faq_saveaction.png b/org.rodinp.handbook.feature/latex/img/faq/faq_saveaction.png
new file mode 100644
index 0000000000000000000000000000000000000000..a56703cc95e58a6fd885e3c7ea3cb5f9a668076c
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/faq/faq_saveaction.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/act_obj.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/act_obj.png
new file mode 100755
index 0000000000000000000000000000000000000000..14d207e3c718aa872b560f41f259a6e69af0f0bc
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/act_obj.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/add.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/add.png
new file mode 100755
index 0000000000000000000000000000000000000000..0996d7fbf6abbe7ab482ffc0085e55ae7e10c2c8
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/add.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/ae_prover.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/ae_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..f2089cab30d6f5b2c2d90eab58a50d4f74117f64
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/ae_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/ah_prover.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/ah_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..8e43e5d4900ad335a2874bb9e26b63ee5af5961a
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/ah_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/allD_prover.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/allD_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..f3f479dedab1c7a590fe43a9da3b8ebf277369cc
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/allD_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/allI_prover.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/allI_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..f3f479dedab1c7a590fe43a9da3b8ebf277369cc
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/allI_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/applied.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/applied.png
new file mode 100755
index 0000000000000000000000000000000000000000..254e7d40530b99aeff4263cdc7e2412e1b3b0f6c
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/applied.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/auto_ovr.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/auto_ovr.png
new file mode 100755
index 0000000000000000000000000000000000000000..79b19283e52200c1355c3bcde0bad0a58791a4cb
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/auto_ovr.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/auto_prover.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/auto_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..e9eae0d49031eabbdb16701ae5cec8272bbc3b0f
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/auto_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/axm_obj.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/axm_obj.png
new file mode 100755
index 0000000000000000000000000000000000000000..13172d9179ca09ea27a9c2df7f56a810e9ff98f0
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/axm_obj.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/axms_obj.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/axms_obj.png
new file mode 100755
index 0000000000000000000000000000000000000000..825db32fc5f9e9d2f8ce1cebf083fe32b3d1c5ea
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/axms_obj.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/bk_prover.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/bk_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..a615bbde57381bdab5f959a796f8b3c1c455a17a
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/bk_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/broom_prover.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/broom_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..551a7be677f1ef6f373ac77bd1b2fea1fa2deccc
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/broom_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/ch_prover.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/ch_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..50b8e51780620b24289fac470d8e2cacef730105
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/ch_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/cmt_ovr.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/cmt_ovr.png
new file mode 100755
index 0000000000000000000000000000000000000000..7c7b7c934721cc57506ab0d5e5d97b79f645ccab
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/cmt_ovr.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/collapseall.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/collapseall.png
new file mode 100755
index 0000000000000000000000000000000000000000..33c03858aa30b1ed0db3b39bb78f5d980b49e4b9
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/collapseall.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/collapsed.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/collapsed.png
new file mode 100755
index 0000000000000000000000000000000000000000..490afbb32a8eff9cb2892af2f22852f561aa2a16
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/collapsed.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/collapsedHover.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/collapsedHover.png
new file mode 100755
index 0000000000000000000000000000000000000000..0893e872f07d90bb05faaf6821b97477fb31747b
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/collapsedHover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/conjE_prover.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/conjE_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..6a5324251e30cb68f7b782280fe077d627afb625
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/conjE_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/conjI_prover.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/conjI_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..6a5324251e30cb68f7b782280fe077d627afb625
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/conjI_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/copy.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/copy.png
new file mode 100755
index 0000000000000000000000000000000000000000..6c34ad2880350f25c46dba78d351f2e17a505864
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/copy.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/cst_obj.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/cst_obj.png
new file mode 100755
index 0000000000000000000000000000000000000000..66b0c00781d1602335c6d36bd5f1c10e4dcd7339
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/cst_obj.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/csts_obj.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/csts_obj.png
new file mode 100755
index 0000000000000000000000000000000000000000..6b3be1976c48539b416a69f6a0fb568853f251c8
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/csts_obj.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/ctx_obj.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/ctx_obj.png
new file mode 100755
index 0000000000000000000000000000000000000000..af167c8a022244cf4147b055312695e126ce4767
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/ctx_obj.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/dc_prover.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/dc_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..ee93f05b0e8a24f6c4f876c48ba132f1e3b26057
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/dc_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/delete.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/delete.png
new file mode 100755
index 0000000000000000000000000000000000000000..1e080902aca5b385bcd0f3f5050241ef3fc047f2
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/delete.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/disable_xp_prover.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/disable_xp_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..34310d3555eb55765985f7ebcb3a0dbfe09762c0
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/disable_xp_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/disabled_highlight_occurrences.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/disabled_highlight_occurrences.png
new file mode 100755
index 0000000000000000000000000000000000000000..5c882d66360c8e968ab818078d73726dc7e87148
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/disabled_highlight_occurrences.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/discharged.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/discharged.png
new file mode 100755
index 0000000000000000000000000000000000000000..df8d40f3f3709b394a4028978917b5f6563d9390
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/discharged.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/discharged_broken.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/discharged_broken.png
new file mode 100755
index 0000000000000000000000000000000000000000..2972ab8c153627a97447706a12ed52ec1ff553c6
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/discharged_broken.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/discharged_ovr.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/discharged_ovr.png
new file mode 100755
index 0000000000000000000000000000000000000000..6a8e0d11562538c8d7a6aa49f60ca1ae6a95b41d
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/discharged_ovr.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/discharged_pale.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/discharged_pale.png
new file mode 100755
index 0000000000000000000000000000000000000000..1dbc32b6c7f90429689045149f8a61573015d092
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/discharged_pale.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/disjE_prover.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/disjE_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..47e50c524a827930ba54fc9fd8921ce0f82d1b48
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/disjE_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/down_edit.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/down_edit.png
new file mode 100755
index 0000000000000000000000000000000000000000..7b4da9823b2aeadca30e8f9d06537d94eb79470f
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/down_edit.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/enabled_highlight_occurrences.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/enabled_highlight_occurrences.png
new file mode 100755
index 0000000000000000000000000000000000000000..7b0f73a88cc7b50eb21e344a6d1e5fdbd0d97d22
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/enabled_highlight_occurrences.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/eq1_prover.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/eq1_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..f873db364393900b4689f4c18a2995d233e24e96
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/eq1_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/error_ovr.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/error_ovr.png
new file mode 100755
index 0000000000000000000000000000000000000000..a0f032b2b84397d786065a09c0aa96c1248e5024
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/error_ovr.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/error_ovr2.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/error_ovr2.png
new file mode 100644
index 0000000000000000000000000000000000000000..b088d6a3cd93dc3428dd015373df191071b1389a
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/error_ovr2.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/evt_obj.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/evt_obj.png
new file mode 100755
index 0000000000000000000000000000000000000000..64f3ac869b6ff64449eaa4ae3acbe41b8fc0bed4
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/evt_obj.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/evts_obj.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/evts_obj.png
new file mode 100755
index 0000000000000000000000000000000000000000..e44276e6cbf9f54176128664bb45529e53c167fe
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/evts_obj.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/exE_prover.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/exE_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..183c55122a0c96ac113c6976bc196317b89269d2
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/exE_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/exI_prover.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/exI_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..183c55122a0c96ac113c6976bc196317b89269d2
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/exI_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/expandall.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/expandall.png
new file mode 100755
index 0000000000000000000000000000000000000000..c5740f66665ef180a7daff54cbe03d724fa53d4a
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/expandall.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/expanded.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/expanded.png
new file mode 100755
index 0000000000000000000000000000000000000000..22906f08158da440a017d38f272e84f3467061c8
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/expanded.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/expandedHover.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/expandedHover.png
new file mode 100755
index 0000000000000000000000000000000000000000..08967dbe4e1a8fd3a733a6fc808f0a5e9367cf1a
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/expandedHover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/falsify_prover.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/falsify_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..da4e61c9c4fbe2e0bfe0cc5ed0da6223970a48d6
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/falsify_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/goal.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/goal.png
new file mode 100755
index 0000000000000000000000000000000000000000..3c559c9f2eec132ce8e7324c3265b1302fe49030
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/goal.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/grd_obj.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/grd_obj.png
new file mode 100755
index 0000000000000000000000000000000000000000..d775874428f6c75921eac51e3923e9f16df3c36e
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/grd_obj.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/impE1_prover.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/impE1_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..20fec74b7b7c495ffdd70bf382081e50ffc87d71
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/impE1_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/impI_prover.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/impI_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..20fec74b7b7c495ffdd70bf382081e50ffc87d71
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/impI_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/info_prover.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/info_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..69dc24ab2f5b66befb694203a2e3f1625a079ad5
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/info_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/info_prover_rule.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/info_prover_rule.png
new file mode 100755
index 0000000000000000000000000000000000000000..b949706ceb8b1eed98d6bc7aa9c0fa498a52d408
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/info_prover_rule.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/inv_obj.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/inv_obj.png
new file mode 100755
index 0000000000000000000000000000000000000000..ee1584dec18edb6f99d57c042e13fecae5fc078f
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/inv_obj.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/inv_prover.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/inv_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..1390bf773b00de6562f8ef35be0f5548599f8799
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/inv_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/invs_obj.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/invs_obj.png
new file mode 100755
index 0000000000000000000000000000000000000000..059d07ce8cf243d8204233013bc812c1ada162c0
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/invs_obj.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/lasoo_prover.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/lasoo_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..c1f348a849f4a44f01588c3e9a89b026eaffb02b
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/lasoo_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/mch_obj.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/mch_obj.png
new file mode 100755
index 0000000000000000000000000000000000000000..6f5732dd3b51d5f23003998426c7e2a09a21a9e4
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/mch_obj.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/ml.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/ml.png
new file mode 100755
index 0000000000000000000000000000000000000000..bacda509f9d6b25c56cb319223ebb837f1c2ee6d
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/ml.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/negE_prover.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/negE_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..1580872234fc7f5c15bbcc454c8c4ff85cff66e1
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/negE_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/negI_prover.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/negI_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..1580872234fc7f5c15bbcc454c8c4ff85cff66e1
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/negI_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/newact_edit.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/newact_edit.png
new file mode 100755
index 0000000000000000000000000000000000000000..300fb180e7886f00a46d7d26b427d5404ec1ecd4
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/newact_edit.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/newaxm_edit.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/newaxm_edit.png
new file mode 100755
index 0000000000000000000000000000000000000000..876e36e4e357e764b0824ff83df9e738e87564e1
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/newaxm_edit.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/newcomp_wiz.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/newcomp_wiz.png
new file mode 100755
index 0000000000000000000000000000000000000000..529c4fc16be00d173c37450876fe303428f01d24
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/newcomp_wiz.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/newcst_edit.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/newcst_edit.png
new file mode 100755
index 0000000000000000000000000000000000000000..f4306dae7764f2e1607d8cdea9622b3e7c509ddb
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/newcst_edit.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/newenuset_edit.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/newenuset_edit.png
new file mode 100755
index 0000000000000000000000000000000000000000..0b26518dbb5055cc27c90c82d89b5c8f08f8d905
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/newenuset_edit.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/newevt_edit.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/newevt_edit.png
new file mode 100755
index 0000000000000000000000000000000000000000..cb76775476710c611c82605d3675dc2700de98fd
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/newevt_edit.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/newgrd_edit.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/newgrd_edit.png
new file mode 100755
index 0000000000000000000000000000000000000000..8d72604bc42c2ffcca2bea99af61da0bc77532f5
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/newgrd_edit.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/newinv_edit.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/newinv_edit.png
new file mode 100755
index 0000000000000000000000000000000000000000..3a2a689c3468b5944cbba48fbdbe8220d0fd40d2
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/newinv_edit.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/newprj_wiz.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/newprj_wiz.png
new file mode 100755
index 0000000000000000000000000000000000000000..7cd019d4ced57d49225ade2a44a898e35ddb71a3
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/newprj_wiz.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/newset_edit.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/newset_edit.png
new file mode 100755
index 0000000000000000000000000000000000000000..56b655b1cbb5de2897ae4cfd9cb6e73f1bb7ab6e
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/newset_edit.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/newthm_edit.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/newthm_edit.png
new file mode 100755
index 0000000000000000000000000000000000000000..805383b4fe38d020e6552ee2f90fb95d14fcb531
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/newthm_edit.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/newvar_edit.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/newvar_edit.png
new file mode 100755
index 0000000000000000000000000000000000000000..9208b45522c5e2655129b5e662201c42a37dbc97
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/newvar_edit.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/newvariant_edit.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/newvariant_edit.png
new file mode 100755
index 0000000000000000000000000000000000000000..25cfcb096cfc76971ff49f4a81e6cb74581aaa69
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/newvariant_edit.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/next_pd.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/next_pd.png
new file mode 100755
index 0000000000000000000000000000000000000000..5cfd23abede76a4f3b3af6fa5974801a8e5a4fae
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/next_pd.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/next_prover.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/next_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..65b4e169b8dd8f808f2e285adcddfcce54866c5b
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/next_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/next_rv.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/next_rv.png
new file mode 100755
index 0000000000000000000000000000000000000000..777b92b1634d12e61781c0754ebb443635886d0d
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/next_rv.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/npp.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/npp.png
new file mode 100755
index 0000000000000000000000000000000000000000..ddad7346963cbe7bdcfccf2b1958aad730b433c4
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/npp.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/npplassoo.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/npplassoo.png
new file mode 100755
index 0000000000000000000000000000000000000000..35d362bb48b5ffd6b359fd66f87c40aefa30b929
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/npplassoo.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/nppr.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/nppr.png
new file mode 100755
index 0000000000000000000000000000000000000000..72cd9bd08304690ec71c903e4645fdfb7fe73d02
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/nppr.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/null.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/null.png
new file mode 100755
index 0000000000000000000000000000000000000000..9b6536a54271f64bfece1c174a593b89e23f3de7
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/null.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/p0.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/p0.png
new file mode 100755
index 0000000000000000000000000000000000000000..2d525c3f5591988a7ea38d624bb452f5f4c2fa8c
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/p0.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/p1.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/p1.png
new file mode 100755
index 0000000000000000000000000000000000000000..835140c69e082121a6fd47fe0bd344401ef18e59
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/p1.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/paste.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/paste.png
new file mode 100755
index 0000000000000000000000000000000000000000..66da09dddc56fc79d02b29cc4645a98f77e06e87
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/paste.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/pending.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/pending.png
new file mode 100755
index 0000000000000000000000000000000000000000..861dbfab68059b4e8bc8452e8fd21b74d56f97c5
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/pending.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/pending_broken.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/pending_broken.png
new file mode 100755
index 0000000000000000000000000000000000000000..57b372d3e914ccb7500b165026abe3611a125351
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/pending_broken.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/pending_ovr.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/pending_ovr.png
new file mode 100755
index 0000000000000000000000000000000000000000..6ebd2a0e5c02184178ac97c7f6b6511f43f1cf29
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/pending_ovr.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/pending_pale.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/pending_pale.png
new file mode 100755
index 0000000000000000000000000000000000000000..1ecca1ed0828aff41573f1eacb5facc133c10699
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/pending_pale.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/pn_prover.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/pn_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..7ea0c10d1703fe18029d6b8c75d149e37cdf3102
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/pn_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/pp.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/pp.png
new file mode 100755
index 0000000000000000000000000000000000000000..5b4ae278f11cb92ee88889e99075ed9940e046b7
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/pp.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/prev_prover.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/prev_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..924c2ea10902d7d4075bdee3cb8537299b2dcef1
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/prev_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/prf_tree.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/prf_tree.png
new file mode 100755
index 0000000000000000000000000000000000000000..76b41cce7a43dfa4a9be4e2e5acd629a104054ab
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/prf_tree.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/prj_obj.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/prj_obj.png
new file mode 100755
index 0000000000000000000000000000000000000000..060e14ea3c683bac1a5903cc692463ee3724165e
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/prj_obj.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/problems_view.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/problems_view.png
new file mode 100755
index 0000000000000000000000000000000000000000..1e437487e94777c97f7fe9fbdb2fddbc29eb7066
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/problems_view.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/proof_obj.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/proof_obj.png
new file mode 100755
index 0000000000000000000000000000000000000000..bb547a9a0ba55669fb744e0659e190e0124cf3d8
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/proof_obj.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/prv_ctrl.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/prv_ctrl.png
new file mode 100755
index 0000000000000000000000000000000000000000..4e8334fc7f30c6fd555004afd9fff4fd782856aa
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/prv_ctrl.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/ref_ovr.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/ref_ovr.png
new file mode 100755
index 0000000000000000000000000000000000000000..2410692ee19749d2a621bb0c10595be3eaddcee8
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/ref_ovr.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/refines.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/refines.png
new file mode 100755
index 0000000000000000000000000000000000000000..1702ca7460e676716208e6325401b547f7ef67c7
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/refines.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/remove.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/remove.png
new file mode 100755
index 0000000000000000000000000000000000000000..bfb09acc58b753c77146ed2285de11f1d4976f7a
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/remove.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/reviewed.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/reviewed.png
new file mode 100755
index 0000000000000000000000000000000000000000..10749c4815e5a41b80a9554d2a1f221de607ad6e
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/reviewed.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/reviewed_broken.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/reviewed_broken.png
new file mode 100755
index 0000000000000000000000000000000000000000..16a5938af7c951b6bde7da62f5a2824898b530f7
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/reviewed_broken.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/reviewed_ovr.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/reviewed_ovr.png
new file mode 100755
index 0000000000000000000000000000000000000000..376660348a31f5452d98310918289e44c2f3c68d
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/reviewed_ovr.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/reviewed_pale.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/reviewed_pale.png
new file mode 100755
index 0000000000000000000000000000000000000000..7ed7bc3cb33217b7a03c531c0f3b74905d067655
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/reviewed_pale.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/rv_prover.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/rv_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..376d98efb82ba39cd339d47eb19cad10291472e3
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/rv_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/sad.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/sad.png
new file mode 100755
index 0000000000000000000000000000000000000000..b2849aa0b297f97dbc9e58e7dc9a92ab18354dd1
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/sad.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/sample.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/sample.png
new file mode 100755
index 0000000000000000000000000000000000000000..9a02d9b8a23b11f5afe125992b2cb0e33ee738a3
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/sample.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/select_all_prover.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/select_all_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..f6d3f902d6307ec5e86b24bf755e2de77321fe2d
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/select_all_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/select_none_prover.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/select_none_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..a089eeeb84feb4f262222f7ac4ca22cc38ec393f
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/select_none_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/set_obj.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/set_obj.png
new file mode 100755
index 0000000000000000000000000000000000000000..1e6791ce9b930154f9fe3b8b19a984e198794ee3
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/set_obj.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/sets_obj.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/sets_obj.png
new file mode 100755
index 0000000000000000000000000000000000000000..c9a8a1bc60401abfdabda461cdf586186741935f
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/sets_obj.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/sh_prover.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/sh_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..221fde481431bb3d67c4806d72fc2bdcc66c561a
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/sh_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/showgoal.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/showgoal.png
new file mode 100755
index 0000000000000000000000000000000000000000..5f80eacd86371cd80332cd2f2a1f1a433ab1a9d4
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/showgoal.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/structured_arrow.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/structured_arrow.png
new file mode 100644
index 0000000000000000000000000000000000000000..b0f80baada279d62fc7dfee8d9dacc177b80cfef
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/structured_arrow.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/thm_obj.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/thm_obj.png
new file mode 100755
index 0000000000000000000000000000000000000000..c79d1b628c864a08169a22aa4d4e3c4301d7777c
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/thm_obj.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/thms_obj.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/thms_obj.png
new file mode 100755
index 0000000000000000000000000000000000000000..bea30ff9812c6e71e6746f3117c31f0f24081e4b
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/thms_obj.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/up_edit.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/up_edit.png
new file mode 100755
index 0000000000000000000000000000000000000000..6234ba557eaff0bed7a31b0fa954a212fa0c3ee8
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/up_edit.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/var_obj.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/var_obj.png
new file mode 100755
index 0000000000000000000000000000000000000000..8e00d33c12b3817525dada6086ad760df2ef52d4
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/var_obj.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/vars_obj.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/vars_obj.png
new file mode 100755
index 0000000000000000000000000000000000000000..d3cb5e7eb7ad68c4fb23fb06e04b2141ee8f3a84
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/vars_obj.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/warning_ovr.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/warning_ovr.png
new file mode 100755
index 0000000000000000000000000000000000000000..0de557b3420d2e6440e39d993a00fbe0b5b18843
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/warning_ovr.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/wink-blue.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/wink-blue.png
new file mode 100755
index 0000000000000000000000000000000000000000..3bd7d8e5ccf92832493edb0726f5261a4121e01d
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/wink-blue.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/wink-green.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/wink-green.png
new file mode 100755
index 0000000000000000000000000000000000000000..5bbcae7c1b34b071fb768f58fdced6c83df3de44
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/wink-green.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/icons/rodin/xp_prover.png b/org.rodinp.handbook.feature/latex/img/icons/rodin/xp_prover.png
new file mode 100755
index 0000000000000000000000000000000000000000..96f5e0c738f9d13ecd6b9ee46edee3ae04b86b48
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/icons/rodin/xp_prover.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/info_64.png b/org.rodinp.handbook.feature/latex/img/info_64.png
new file mode 100644
index 0000000000000000000000000000000000000000..4d166f512c5aaac0b7466681c603a04159721d58
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/info_64.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/pencil_64.png b/org.rodinp.handbook.feature/latex/img/pencil_64.png
new file mode 100644
index 0000000000000000000000000000000000000000..85448187bd2d3075dde6589c11d84a1fb443c4ca
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/pencil_64.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/prob.png b/org.rodinp.handbook.feature/latex/img/prob.png
new file mode 100644
index 0000000000000000000000000000000000000000..f278177ebc2521ae8d17572b6d5cda2a5505ff40
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/prob.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/pror.png b/org.rodinp.handbook.feature/latex/img/pror.png
new file mode 100644
index 0000000000000000000000000000000000000000..b229f9f8e2520d80714e89c2f5ac762f02042b7f
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/pror.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_customizing2.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_customizing2.png
new file mode 100644
index 0000000000000000000000000000000000000000..661752ff5ce6109363fda4e1a29419817cb9f647
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_customizing2.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_editor1.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_editor1.png
new file mode 100644
index 0000000000000000000000000000000000000000..46abd39da60891e1cc3736fc2b56d8251daa510c
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_editor1.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_editor10.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_editor10.png
new file mode 100644
index 0000000000000000000000000000000000000000..1ec246d8adbc64a761cf40bec869127b98d3c434
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_editor10.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_editor11.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_editor11.png
new file mode 100644
index 0000000000000000000000000000000000000000..75878d7421d57657ed58ec18777dab601b9379e1
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_editor11.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_editor12.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_editor12.png
new file mode 100644
index 0000000000000000000000000000000000000000..d15c92a406b277baa0e44d5253c3143314d685b3
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_editor12.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_editor13.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_editor13.png
new file mode 100644
index 0000000000000000000000000000000000000000..578173b557d70095a1e5efaf1697626b1e0667c7
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_editor13.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_editor14.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_editor14.png
new file mode 100644
index 0000000000000000000000000000000000000000..0d602c42e0d6274a54e3ed1e9ebf8d8391c83983
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_editor14.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_editor15.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_editor15.png
new file mode 100644
index 0000000000000000000000000000000000000000..c3bd9bee20172cf3bce2b9df3012a19c349905be
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_editor15.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_editor16.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_editor16.png
new file mode 100644
index 0000000000000000000000000000000000000000..38b6130b9c82ab3202c59a5a0165ebef461dfc59
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_editor16.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_editor1_neweditor.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_editor1_neweditor.png
new file mode 100644
index 0000000000000000000000000000000000000000..fb6af5d01a77544adaa8ea1345a8e06d785e985f
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_editor1_neweditor.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_editor2.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_editor2.png
new file mode 100644
index 0000000000000000000000000000000000000000..f5e9bb42097028d9fb367abab6648d3f932b8c4c
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_editor2.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_editor3.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_editor3.png
new file mode 100644
index 0000000000000000000000000000000000000000..a3f368044051cd333f2893da9c1029aa8f5e4ac4
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_editor3.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_editor4.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_editor4.png
new file mode 100644
index 0000000000000000000000000000000000000000..17244fd4fc02bbb4be477a9c2349bace22b38692
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_editor4.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_editor5.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_editor5.png
new file mode 100644
index 0000000000000000000000000000000000000000..fe90b5fea3e7bdb6f7a00afe032b66e5bc9d209f
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_editor5.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_editor6.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_editor6.png
new file mode 100644
index 0000000000000000000000000000000000000000..f2a1171a8f99f6cbf71e3a471868846839c89125
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_editor6.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_editor7.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_editor7.png
new file mode 100644
index 0000000000000000000000000000000000000000..63245cfbfd0447acdd88f8e12842acdf2f5b8c7e
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_editor7.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_editor8.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_editor8.png
new file mode 100644
index 0000000000000000000000000000000000000000..a099aefbea6e4bf0aeddc8d58fd485d7646d113c
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_editor8.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_editor9.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_editor9.png
new file mode 100644
index 0000000000000000000000000000000000000000..b8d8d356e7c80e77f8b0d876e3c93209a4192fe0
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_editor9.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_perspective1.pdf b/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_perspective1.pdf
new file mode 100755
index 0000000000000000000000000000000000000000..7c30213e6e9dc4ad9fee94966240af39a576078f
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_perspective1.pdf
@@ -0,0 +1,1034 @@
+%PDF-1.3
%����
+1 0 obj
<</Metadata 14 0 R/Pages 2 0 R/Type/Catalog>>
endobj
14 0 obj
<</Subtype/XML/Length 62706/Type/Metadata>>stream
+<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
+<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 4.1-c036 46.277092, Fri Feb 23 2007 14:17:08        ">
+   <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>
+         <dc:title>
+            <rdf:Alt>
+               <rdf:li xml:lang="x-default">event_b_perspective</rdf:li>
+            </rdf:Alt>
+         </dc:title>
+      </rdf:Description>
+      <rdf:Description rdf:about=""
+            xmlns:xap="http://ns.adobe.com/xap/1.0/"
+            xmlns:xapGImg="http://ns.adobe.com/xap/1.0/g/img/">
+         <xap:CreatorTool>Adobe Illustrator CS3</xap:CreatorTool>
+         <xap:CreateDate>2012-03-02T16:33:22+02:00</xap:CreateDate>
+         <xap:ModifyDate>2012-03-02T16:33:22+01:00</xap:ModifyDate>
+         <xap:MetadataDate>2012-03-02T16:33:22+01:00</xap:MetadataDate>
+         <xap:Thumbnails>
+            <rdf:Alt>
+               <rdf:li rdf:parseType="Resource">
+                  <xapGImg:width>256</xapGImg:width>
+                  <xapGImg:height>204</xapGImg:height>
+                  <xapGImg:format>JPEG</xapGImg:format>
+                  <xapGImg:image>/9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA&#xA;AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK&#xA;DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f&#xA;Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAzAEAAwER&#xA;AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA&#xA;AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB&#xA;UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE&#xA;1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ&#xA;qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy&#xA;obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp&#xA;0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo&#xA;+DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8An3lv8qPzb8tWCJpPmOx+&#xA;vLDbWXrSqzqLO29R1hUPDIo4yzuQ3H7O3XfCrMtP0n82beeyF1rNneQeqjag7hEcR/6I0ixLHaqG&#xA;qY7pV5FSA6ksSNgqSaL5Q/OrS7Gz02DX7BdPtYZ4FUhXkUfUxHa8WNmAfTuRz+IV4bN6hG6r1KNW&#xA;SNUZzIygAyNTkxA6niFWp9hiq7FXYqwPzT5K8xTeZbnzF5YksLHVZ7SC1+uzRp637r6zzq7QXHwk&#xA;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&#xA;tiqYYq7FXYq7FX//2Q==</xapGImg:image>
+               </rdf:li>
+            </rdf:Alt>
+         </xap:Thumbnails>
+      </rdf:Description>
+      <rdf:Description rdf:about=""
+            xmlns:xapMM="http://ns.adobe.com/xap/1.0/mm/"
+            xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#"
+            xmlns:stMfs="http://ns.adobe.com/xap/1.0/sType/ManifestItem#">
+         <xapMM:DocumentID>uuid:B27513B97C64E111B85EAF4DBA8E5494</xapMM:DocumentID>
+         <xapMM:InstanceID>uuid:8d3c07a5-988b-4dc6-ac37-1c29469e933b</xapMM:InstanceID>
+         <xapMM:DerivedFrom rdf:parseType="Resource">
+            <stRef:instanceID>uuid:25fcf770-62d3-4c0d-ba5c-a4772087e00b</stRef:instanceID>
+            <stRef:documentID>uuid:332EF66894E3E011992D80E0D1F7980D</stRef:documentID>
+         </xapMM:DerivedFrom>
+         <xapMM:Manifest>
+            <rdf:Seq>
+               <rdf:li rdf:parseType="Resource">
+                  <stMfs:linkForm>EmbedByReference</stMfs:linkForm>
+                  <stMfs:reference rdf:parseType="Resource">
+                     <stRef:filePath>C:\Users\Lukas\Desktop\Screenshot-Event-B - tutorial-03-mac.bum - Rodin Platform .png</stRef:filePath>
+                  </stMfs:reference>
+               </rdf:li>
+            </rdf:Seq>
+         </xapMM:Manifest>
+      </rdf:Description>
+      <rdf:Description rdf:about=""
+            xmlns:illustrator="http://ns.adobe.com/illustrator/1.0/">
+         <illustrator:StartupProfile>Print</illustrator:StartupProfile>
+      </rdf:Description>
+      <rdf:Description rdf:about=""
+            xmlns:xapTPg="http://ns.adobe.com/xap/1.0/t/pg/"
+            xmlns:stDim="http://ns.adobe.com/xap/1.0/sType/Dimensions#"
+            xmlns:stFnt="http://ns.adobe.com/xap/1.0/sType/Font#"
+            xmlns:xapG="http://ns.adobe.com/xap/1.0/g/">
+         <xapTPg:NPages>1</xapTPg:NPages>
+         <xapTPg:HasVisibleTransparency>True</xapTPg:HasVisibleTransparency>
+         <xapTPg:HasVisibleOverprint>False</xapTPg:HasVisibleOverprint>
+         <xapTPg:MaxPageSize rdf:parseType="Resource">
+            <stDim:w>612.000000</stDim:w>
+            <stDim:h>792.000000</stDim:h>
+            <stDim:unit>Points</stDim:unit>
+         </xapTPg:MaxPageSize>
+         <xapTPg:Fonts>
+            <rdf:Bag>
+               <rdf:li rdf:parseType="Resource">
+                  <stFnt:fontName>MyriadPro-Regular</stFnt:fontName>
+                  <stFnt:fontFamily>Myriad Pro</stFnt:fontFamily>
+                  <stFnt:fontFace>Regular</stFnt:fontFace>
+                  <stFnt:fontType>Open Type</stFnt:fontType>
+                  <stFnt:versionString>Version 2.007;PS 002.000;Core 1.0.38;makeotf.lib1.7.9032</stFnt:versionString>
+                  <stFnt:composite>False</stFnt:composite>
+                  <stFnt:fontFileName>MyriadPro-Regular.otf</stFnt:fontFileName>
+               </rdf:li>
+            </rdf:Bag>
+         </xapTPg:Fonts>
+         <xapTPg:PlateNames>
+            <rdf:Seq>
+               <rdf:li>Cyan</rdf:li>
+               <rdf:li>Magenta</rdf:li>
+               <rdf:li>Yellow</rdf:li>
+               <rdf:li>Black</rdf:li>
+            </rdf:Seq>
+         </xapTPg:PlateNames>
+         <xapTPg:SwatchGroups>
+            <rdf:Seq>
+               <rdf:li rdf:parseType="Resource">
+                  <xapG:groupName>Default Swatch Group</xapG:groupName>
+                  <xapG:groupType>0</xapG:groupType>
+                  <xapG:Colorants>
+                     <rdf:Seq>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>White</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>0.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>Black</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>0.000000</xapG:yellow>
+                           <xapG:black>100.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>CMYK Red</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>100.000000</xapG:magenta>
+                           <xapG:yellow>100.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>CMYK Yellow</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>100.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>CMYK Green</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>100.000000</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>100.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>CMYK Cyan</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>100.000000</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>0.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>CMYK Blue</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>100.000000</xapG:cyan>
+                           <xapG:magenta>100.000000</xapG:magenta>
+                           <xapG:yellow>0.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>CMYK Magenta</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>100.000000</xapG:magenta>
+                           <xapG:yellow>0.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=15 M=100 Y=90 K=10</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>14.999998</xapG:cyan>
+                           <xapG:magenta>100.000000</xapG:magenta>
+                           <xapG:yellow>90.000004</xapG:yellow>
+                           <xapG:black>10.000002</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=0 M=90 Y=85 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>90.000004</xapG:magenta>
+                           <xapG:yellow>84.999996</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=0 M=80 Y=95 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>80.000001</xapG:magenta>
+                           <xapG:yellow>94.999999</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=0 M=50 Y=100 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>50.000000</xapG:magenta>
+                           <xapG:yellow>100.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=0 M=35 Y=85 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>35.000002</xapG:magenta>
+                           <xapG:yellow>84.999996</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=5 M=0 Y=90 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>5.000001</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>90.000004</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=20 M=0 Y=100 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>19.999999</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>100.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=50 M=0 Y=100 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>50.000000</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>100.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=75 M=0 Y=100 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>75.000000</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>100.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=85 M=10 Y=100 K=10</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>84.999996</xapG:cyan>
+                           <xapG:magenta>10.000002</xapG:magenta>
+                           <xapG:yellow>100.000000</xapG:yellow>
+                           <xapG:black>10.000002</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=90 M=30 Y=95 K=30</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>90.000004</xapG:cyan>
+                           <xapG:magenta>30.000001</xapG:magenta>
+                           <xapG:yellow>94.999999</xapG:yellow>
+                           <xapG:black>30.000001</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=75 M=0 Y=75 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>75.000000</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>75.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=80 M=10 Y=45 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>80.000001</xapG:cyan>
+                           <xapG:magenta>10.000002</xapG:magenta>
+                           <xapG:yellow>44.999999</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=70 M=15 Y=0 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>69.999999</xapG:cyan>
+                           <xapG:magenta>14.999998</xapG:magenta>
+                           <xapG:yellow>0.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=85 M=50 Y=0 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>84.999996</xapG:cyan>
+                           <xapG:magenta>50.000000</xapG:magenta>
+                           <xapG:yellow>0.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=100 M=95 Y=5 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>100.000000</xapG:cyan>
+                           <xapG:magenta>94.999999</xapG:magenta>
+                           <xapG:yellow>5.000001</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=100 M=100 Y=25 K=25</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>100.000000</xapG:cyan>
+                           <xapG:magenta>100.000000</xapG:magenta>
+                           <xapG:yellow>25.000000</xapG:yellow>
+                           <xapG:black>25.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=75 M=100 Y=0 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>75.000000</xapG:cyan>
+                           <xapG:magenta>100.000000</xapG:magenta>
+                           <xapG:yellow>0.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=50 M=100 Y=0 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>50.000000</xapG:cyan>
+                           <xapG:magenta>100.000000</xapG:magenta>
+                           <xapG:yellow>0.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=35 M=100 Y=35 K=10</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>35.000002</xapG:cyan>
+                           <xapG:magenta>100.000000</xapG:magenta>
+                           <xapG:yellow>35.000002</xapG:yellow>
+                           <xapG:black>10.000002</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=10 M=100 Y=50 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>10.000002</xapG:cyan>
+                           <xapG:magenta>100.000000</xapG:magenta>
+                           <xapG:yellow>50.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=0 M=95 Y=20 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>94.999999</xapG:magenta>
+                           <xapG:yellow>19.999999</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=25 M=25 Y=40 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>25.000000</xapG:cyan>
+                           <xapG:magenta>25.000000</xapG:magenta>
+                           <xapG:yellow>39.999998</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=40 M=45 Y=50 K=5</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>39.999998</xapG:cyan>
+                           <xapG:magenta>44.999999</xapG:magenta>
+                           <xapG:yellow>50.000000</xapG:yellow>
+                           <xapG:black>5.000001</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=50 M=50 Y=60 K=25</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>50.000000</xapG:cyan>
+                           <xapG:magenta>50.000000</xapG:magenta>
+                           <xapG:yellow>60.000002</xapG:yellow>
+                           <xapG:black>25.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=55 M=60 Y=65 K=40</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>55.000001</xapG:cyan>
+                           <xapG:magenta>60.000002</xapG:magenta>
+                           <xapG:yellow>64.999998</xapG:yellow>
+                           <xapG:black>39.999998</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=25 M=40 Y=65 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>25.000000</xapG:cyan>
+                           <xapG:magenta>39.999998</xapG:magenta>
+                           <xapG:yellow>64.999998</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=30 M=50 Y=75 K=10</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>30.000001</xapG:cyan>
+                           <xapG:magenta>50.000000</xapG:magenta>
+                           <xapG:yellow>75.000000</xapG:yellow>
+                           <xapG:black>10.000002</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=35 M=60 Y=80 K=25</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>35.000002</xapG:cyan>
+                           <xapG:magenta>60.000002</xapG:magenta>
+                           <xapG:yellow>80.000001</xapG:yellow>
+                           <xapG:black>25.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=40 M=65 Y=90 K=35</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>39.999998</xapG:cyan>
+                           <xapG:magenta>64.999998</xapG:magenta>
+                           <xapG:yellow>90.000004</xapG:yellow>
+                           <xapG:black>35.000002</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=40 M=70 Y=100 K=50</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>39.999998</xapG:cyan>
+                           <xapG:magenta>69.999999</xapG:magenta>
+                           <xapG:yellow>100.000000</xapG:yellow>
+                           <xapG:black>50.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=50 M=70 Y=80 K=70</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>50.000000</xapG:cyan>
+                           <xapG:magenta>69.999999</xapG:magenta>
+                           <xapG:yellow>80.000001</xapG:yellow>
+                           <xapG:black>69.999999</xapG:black>
+                        </rdf:li>
+                     </rdf:Seq>
+                  </xapG:Colorants>
+               </rdf:li>
+               <rdf:li rdf:parseType="Resource">
+                  <xapG:groupName>Print Color Group</xapG:groupName>
+                  <xapG:groupType>1</xapG:groupType>
+                  <xapG:Colorants>
+                     <rdf:Seq>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=0 M=30 Y=70 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>30.000001</xapG:magenta>
+                           <xapG:yellow>69.999999</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=5 M=70 Y=90 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>5.000001</xapG:cyan>
+                           <xapG:magenta>69.999999</xapG:magenta>
+                           <xapG:yellow>90.000004</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=5 M=90 Y=75 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>5.000001</xapG:cyan>
+                           <xapG:magenta>90.000004</xapG:magenta>
+                           <xapG:yellow>75.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=30 M=0 Y=95 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>30.000001</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>94.999999</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=60 M=5 Y=95 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>60.000002</xapG:cyan>
+                           <xapG:magenta>5.000001</xapG:magenta>
+                           <xapG:yellow>94.999999</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=30 M=0 Y=10 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>30.000001</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>10.000002</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=60 M=10 Y=5 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>60.000002</xapG:cyan>
+                           <xapG:magenta>10.000002</xapG:magenta>
+                           <xapG:yellow>5.000001</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=80 M=5 Y=10 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>80.000001</xapG:cyan>
+                           <xapG:magenta>5.000001</xapG:magenta>
+                           <xapG:yellow>10.000002</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                     </rdf:Seq>
+                  </xapG:Colorants>
+               </rdf:li>
+               <rdf:li rdf:parseType="Resource">
+                  <xapG:groupName>Grayscale</xapG:groupName>
+                  <xapG:groupType>1</xapG:groupType>
+                  <xapG:Colorants>
+                     <rdf:Seq>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=100</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>255</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=90</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>229</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=80</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>203</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=70</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>178</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=60</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>152</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=50</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>127</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=40</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>101</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=30</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>76</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=20</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>50</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=10</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>25</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=5</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>12</xapG:gray>
+                        </rdf:li>
+                     </rdf:Seq>
+                  </xapG:Colorants>
+               </rdf:li>
+            </rdf:Seq>
+         </xapTPg:SwatchGroups>
+      </rdf:Description>
+      <rdf:Description rdf:about=""
+            xmlns:pdf="http://ns.adobe.com/pdf/1.3/">
+         <pdf:Producer>Adobe PDF library 8.00</pdf:Producer>
+      </rdf:Description>
+   </rdf:RDF>
+</x:xmpmeta>
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                           
+<?xpacket end="w"?>
+endstream
endobj
2 0 obj
<</Count 1/Type/Pages/Kids[5 0 R]>>
endobj
5 0 obj
<</CropBox[59.333 267.667 541.333 620.333]/Parent 2 0 R/Contents 11 0 R/BleedBox[0.0 0.0 612.0 792.0]/ArtBox[59.333 267.667 541.333 620.333]/MediaBox[0.0 0.0 612.0 792.0]/TrimBox[0.0 0.0 612.0 792.0]/Resources<</XObject<</Im0 7 0 R>>/Font<</T1_0 9 0 R>>/ProcSet[/PDF/Text/ImageC]/ExtGState<</GS0 8 0 R>>>>/Type/Page>>
endobj
11 0 obj
<</Length 682/Filter/FlateDecode>>stream
+H����n1����ܽ������mE�@B�Vp��4��$Kz����w���[�(R2��x��g��V!&�>#8&m�e�̲����Vo�V����8䤭||��rvֳ��1��e�C�h=&�i�����~ԫ���*���D�֔`��q�찥�_����V�TG��PV�s�,xFSv1!�h	R�Awk��y֚�,6����E��{�\������$�M���Y�j��jCc����g˫66�Xf�F-u�pC]�&�����Ξ�����<o
6�W��f�[�͛��f��1n���6������V�QVw���$��^����l��/�
���t�X_��1y�]�떛_��~uG�I'�`�ڰ���qރE�3�O�J{˥�d�z��K��j��P�Hl}��14T0DRg2����J}6���!L"W���Sي
+��d�
T!�,N#�%5Q
+`9�y��q?�0)�l�Zb�L�\��)�C��I�� ���K���`S��̅�eq�bD�X����A���!��Db�a�~��#�)��A�H�%O�*>�e&�-U�b]�b�D(2;Y�y
ҿ��p�0I���;�e&R-�g1�i@��s�T���n3������,cen��R�\��P��X��Ehʋt�a�g��ɵÃL���l��WB��&�E�v�U�]��P���0�f
+endstream
endobj
8 0 obj
<</OPM 0/BM/Normal/CA 1.0/OP false/SMask/None/ca 1.0/AIS false/op false/Type/ExtGState/SA true>>
endobj
9 0 obj
<</Subtype/Type1/FontDescriptor 10 0 R/LastChar 121/Widths[212 0 0 0 0 0 0 0 0 0 0 0 0 307 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 542 0 0 492 0 0 0 0 0 0 0 804 0 689 532 0 538 493 497 0 558 0 0 0 0 0 0 0 0 0 0 482 569 0 564 501 0 0 0 234 0 0 236 834 555 549 569 0 327 396 331 551 481 736 463 471]/BaseFont/QTEKSN+MyriadPro-Regular/FirstChar 32/Encoding/WinAnsiEncoding/Type/Font>>
endobj
10 0 obj
<</StemV 88/FontName/QTEKSN+MyriadPro-Regular/FontStretch/Normal/FontFile3 13 0 R/FontWeight 400/Flags 32/Descent -250/FontBBox[-157 -250 1126 952]/Ascent 952/FontFamily(Myriad Pro)/CapHeight 674/XHeight 484/Type/FontDescriptor/ItalicAngle 0>>
endobj
13 0 obj
<</Subtype/Type1C/Length 2595/Filter/FlateDecode>>stream
+H�|TkP��%d��#;K5��F��BT��
+T�]" h�(���� ��
+ǨE�`=
+� "jAD��BE�J)X�(�@�+U;��]�虳i�3�ufg�����<��>�|8fm��8>c��e�!�ّ��
+JIr	VF�%(R,�,G��tk��)Z���޽�A7Ӯ�?)����ʺ%I����T�����-������_TR�R�C��LTIWm�LJINJQ�*�dR��i��J�T)SԖ����4�?�-U������c���Ԥ�*�B������R�Q��E�2Q�/M�*�?L󖇬ۑ��.�F)�b���0l��0l>��Ya^�	�-ñ���a�l
�E`����*��Jb�/��V��UPemg����p���a�C�%��h�(Nd��	�������ƍ���8�M�o��M��G7)���(����K0qP4Al�}���	�*e�!K$�
����|A
tP�!�[$���=���݀	��+���訜�K9�h���x��=w������v���NDr}�.�薴�cN1���Rw: 0{��5Q���F�|+�{��M�Xob�u?A���r�܅qR
+�;Y�&�9�k�L·�N�R�����'7ՈZ J	1\+[G5��dws|)�<>�~�P�{
+��@SР�<���۹�&��ٛz7���t~�L�����Q�/�����ql�i���6�y��]a�a���W�'g�<�/�����4}��}x�(���~���J4��r
+�i���f�TȄ�h2�Dr6g)��H��"�>�
+f�S?̀٬����z��_1d��&8A쯨�;E�;�z���+��)��ֺ�,S)�𠗭��B���Tai���~��*��0k�Jw ���-=p��_[���1�c^��E�6O��S���^��M��Y��^�W����ՌK�5L�"�LF�����5P�%5��y^��]��AƸ�=#w�?.ݮ��O���s���/�����޾Z{ͬ�>�L��R���-�+���OH�/K�xt9��s����}0XE��b���mv
���b������]���7scqw"���z����q�t�B��F{��e��@#�ݒ<3|l�Ď���۞͂��.$�՚�85�w��ۮ��a��[�m�X���v��H�b����rI��hI$�G����dY���\�m8��	2�`�p��>�m2H</Sd�^�ܽLDVd��ޢ<}��e/���GӫTs>��ng4A��l5�4��׆j��l-�	����^0�G�����h
+��>���
w�4�G��u����M��m������`���jk��$�NM_���c�kx�<�8J!�Vt!mc��&9:!�9>u��o���ft|A�^�A"�\^�E	�P�6QHe����͐��v��
+��7=��?׆��\	9��5��X���]�Ѕ7<��aj�����\�D,rE3=��As�8����e%g��.aV�R#��>n��Z����<x���U�{H+F����?n�-�s��(x�sn"�M���JH�T������cϨ��1�8�MǍf���<��?�y�E���#�8	#�������G��������_]����������������N�@���
�a�Ӷ1���d�X7�Wы���%����9?}	}dA�F��*O���Bk��������"�����&��z��Κ� ��W.
+��b�ٲH��'�%M7��U��T�g�}��tF���͇����~������v�����{{y�����[�{h��p�^͟�3�P�GuĦꎤ�h ~�O������	�f�4�<z�0��5SU�?�/bȱ������ѯ-�[��L���s�-����R����4�_Y��N#���E�芙������Ň�X��#٩��E�:�ӈ�ilAV��hiߖ��`�X�G��A2,�p�J�m�j�A��9�n�:�ʫ��7J�k�����}���Nx49�$�v����m�dJ`�U'S���x����˶��X�1��GG�\/�x�=T&
+>~r;�:~.����	���������~}�sZz�����������bv�xw���|���r�x3��{�{�~d{bbP;o����3���>�a�ι���x�<������u��Hv�xw��^p��x�L�x��R�x/-���{_}c�c���~�{�,���}�����w��S���x�&�x���zМ�������R�[�U��{��0�x4F��{R~X�Z���}�y�@��A<��{V{W�Z���~�}�K��c�v��w��w��O��x�8���@�������������n�p�o����>���9�~,G${q{r{n�{�|�y�F�k�v�w��[��x�G�R����������w^misxqun}u��A������ǿ����:���.+��h�f�n������!�����6��^��/����t��J��L��o������`E���	�
+��
�h������
+endstream
endobj
7 0 obj
<</Subtype/Image/Length 180525/Filter/DCTDecode/Name/X/BitsPerComponent 8/ColorSpace/DeviceCMYK/Width 849/Height 599/Type/XObject>>stream
+�����Adobe�d���������								




+				
+
+
+
���WQ"�"����������������	
+���������	
+�s�!1AQa"q�2���B#�R��3b�$r��%C4S���cs�5D'���6Tdt���&�	
+��EF��V�U(�������eu��������fv��������7GWgw��������8HXhx��������)9IYiy��������*:JZjz���������m�!1AQa"q��2������#BRbr�3$4C��S%�c��s�5�D�T�	
+&6E'dtU7��()��󄔤�����eu��������FVfv��������GWgw��������8HXhx��������9IYiy��������*:JZjz��������������?���q�r�����˞]�I|�"D��#�N�)���$�%�T���I*���ʫ�Ƒ��`�����k�4�M�����q��&@����3���}��S�ņRÄ�>-���3#�_H4����{;�li���١
Fq�x 3�)B?QI�Yߓ�m�O��J%Hŧ�mAy����ʬ�J��?8�3���aT#!,nߛ���*��QҦ��̌���-l�����H2�[��i]9�P���6���,C�_��+�F���,���/�׃ܘɑ�j�Tt8�	&�Ms]��kf��,����d�
x��x��p
+�
�n��{U�Zg�0���0r�S�bjO<>!��ޅ�!����������=��P����1��t�wZ�����ФwH����t����ZSs��d�����P���#�'I���E�����k��'I���E�����k�y��ǎu^/�8��d��T��b����m~c��������f��������W����[?���o@�ށ�8��'�Y�_��7�'�Y�_���<ss8�X�����/���R�)��������W����[?����V��?�_��l���E��sz��_�t��d_�9�ߢt��d_�9�W����x��b��S��P�&O�I���,��V��?�_��l���o�[_����|o�E���������~���������~���������^c�71㏅��N�B��?�'�����[_����|o�E������m~c��������d[�>7�|%�'I���E�����k��'I���E�����k�y��ǎ>/�8��d��T��b��m~c��������f��������W����[?���o@�ށ�8��'�Y�_��7�'�Y�_���<ss8�X�����/���R�)��������W����[?����V��?�_��l���E��sz��_�t��d_�9�ߢt��d_�9�W����x��b��S��P�&O�I���,��V��?�_��l���o�[_����|o�E���������~���������~���������^c�71㏅��N�B��?�'�����[_����|o�E������m~c��������d[�>7�|%�'I���E�����k��'I���E�����k�y��ǎ>/�8��d��T��b��m~c��������f��������W����[?���o@�ށ�8��'�Y�_��7�'�Y�_���<rm�Oem�y������PSg~��j�5��������~.�r��Y2�P<��Do�/���˟.<C,���248�[)��������W����[?����V��?�_��l���E��s\Ow��]�M-�����G FI�P�A�����'�'�Y�_��7�'�Y�_��'�oO1����t_'�@f�4�Z?׃��6s4�5(ؚ݈|�w�=����ȗ���0>�-����Ù�a�}M����1�j4Ӊ��5�v�
+�ܪ�>�7�
_�M���O$�s��Q P�����e?�1������g��T3���������-��P�Au�JD����ĥ����5_�"URI�cҽ�����6F��[z����G�zds�V�i���:O��/���^o�:O��/���^Jt��.�GE��>b��F�oѤ[)/n/��I��5�5,�)<��T����/�/��'��W��3�>�e��v�������Z���(��f��:�x���L(l,�\�w>{lP4��@D�B 	��������2��[_����|o�E������m~c��������a%��4�RYA�\�7�5�[�)���� j������`ڃ$�/��ނ��4��jJ�n<:
+r�U鐏�:O��/���^o�:O��/���^I����

�ãk������e�F�Miqm���)�Zy����*cnB�Ej
2�o)hz�[�~���l��Ok'��F���ԇ��͓���rڸ��c8����wF&��+m�)����S9���ñ��YW������7�"������1������g��T0��:�������$p=�wrC��8�%YiR�>��4�v�4n��#�-0nh+��閭h�A� �t��d_�9�ߢt��d_�9�蟕�#Q���N�{i�I>�������e��[�jB�LG\�(Z�#K�u�F�u۝]෸��P���z@Y��Y��D�`+s�ڕ�OQ���ᇨ�t/y������6L0�1��Y�@�f���l��V��?�_��l���o�[_����|o�E�������L�O6�W6��T����h�AԥI�#M��3������yw|�@���OVA7:|�~I��7��9���D�?�ȿ�r���y�D�?�ȿ�r���x��<sz��9��b��S��P�x��'���o�[_����|o�E������m~c��������dX[��~Y�
#�����"������5������"������5���E�t�Z�.�uk���j�G���y ��;��ƅ���k��"��<��>��;܋��:<Z��OO��,~�<��=*����ز���c���W���?93����BA����������m~c��������f��������W����[?�������C�1�	���#4JVBry^l�O[c�-m��Dk')n`��dkE�Yh��~����p��N���,���/�כ�N���,���/�ם:�ɾY�����-Jc?��H����Z���n��<�>��˶G4�,i��Z����7��W�am�If�]^]J�E�;8�4a�')袔-SJ��Lc��2�i	�5�3|��OG��3��8��>�ߐ�d?�1������g��T3���������-��Pȱ�Y4�m������>�FeVuN F[�>�����gm�����akYg2�L�Gs~�\���<ekQO���FE?D�?�ȿ�r���x���t��l*d�
����/!K7��.��Aqc�a�F�/���2^��d�Ԭ����t�;}f�O���[�}3V��v��p����/4�ʲ��~���~���&�KJQ�
FR���qlH��_�츴�����#bc�����ln7��?�[_����|o�E�����_���r������Ѹ��cK}��r&�W�\��X'�/��X���X~�ypބS�[G`��b��ˆ�r�D�$�)�kN��$ֻ��'�'�Y�_���^���ڢ��L�����>ѭ<�sf%���t9�N[&�>�H©��X@$qNm�i��W�t[�-��^�5��,t=aXIh�I4���D$��Յ|rY���G-b��8J|&bz5]G���M�<��Ő�L���Yf������������-��P�"���͛��X�Nd~v���[�s�v�M���,U֠�*g���%R��)n����
+�LS�}9�V��ƀ\)�A�s�'I���E�����k��'I���E�����k�'H���d��ހW:��^]���4���/�w�nt�;Y��R[�U!/q�~p��u(����O<�a�a��d�"6��w�k��x��J Y$�d���m~c��������f��������W����[?����k/Z�(�F�*���*N����5	�.>�q57�C%,�"�'����jI�թ��E�'I���E�����k��'I���E�����kɞ�����
S�6Z_��k�n�i|�
��>�,����(P�*E��~gi�bӴ�&?U�K��U�4��;�fw����(���1��$�G>	e�1�L\H�8x�������FdsHF�,ՉЗ~��e�1������g��T3���������-��P�;yŵ�������#5��h�	A�T��r�l05�.�����Z���K!W�kh���iψ=M����'�Y�_��7�'�Y�_��:N���/T�����+M��Z}�����[Dz����F�eyZC^.�EO\yC�Ӭ��'��>^��Kho���^��b%$�Sϟ��;���G(�F@轥�������=�$�9A����Q7��l��V��?�_��l���o�[_����|o�E������3߬�WZ����*D�����YX(��UBu�+pɨ5���u�S7v��H�U��N$�k���w��'�Y�_��7�'�Y�_��$�����?3>���P�b�Gr��0Kq��	�� C̙*�,8��A\�k@��H<Ϡ�k���^6�qp֯a=���넒'�`U��+��lA�˼]-�pG�m��kc�k����!�+���ހ��+}�2/�[_����|o�E������m~c��������doO�]G��A%�s��ʐ�ߐ��WjxT�m֊Oa0���3�Nd�.eIO`���F)SN�do�N���,���/�כ�N���,���/�דMK�>����~e];]���ɣŧ�x��hıC=�H�dee�7^��$�T�H�V�4�	��Fr�8����#Tyta8g��ŒC������������7�"������1������g��d��[�n�oe<����������Ȝ�V�Q�����#T�����&1%��w��0�D���}�w�'�Y�_��;�����n����=�����^��v���\D]���%��D&WZ#�Bi\��嫫_.^��r�&ӵ�Ю�֎�������	^<7�_��4������\;�~�][��u0>�����.^�ؽ� �}lȦ���ͷ��>�$R-9#��+
+���nC������������-��PȆ���=�ҭ� ���^\���ށ�����*G�i%��5h�&��!P�?k�/n=�;�'I���E�����k��'I���E�����k�~���5]G�x��p�Ӑ�_�f�m7������N�����M��ԧ�<ۧ�I�����x ����5�ı��qXԱ��T�Q���F;�0��n��/��Y.F\�~�|q�o̎��������7�"������1������g��T2/��N���4�u�3��Ҫ�L��B�]��0"���s����\� �O�� ���Աn>�����"������5������"������5��>^��t�3Z�u��t�Q�.>��SAuj#i"��_ّYX6�����r�cX�F���G�E�d�'9n,T�{�,��V��?�_��l���o�[_����|o�E�����b7�����-o$�pJȁ�	#TS�qM���E���O�b_�t��d_�9�ߢt��d_�9�W��οi���ygɒy[�ZO��P��mF��G���p��F�5�Pc���#�*�K�X��,�@��Y$E�M�.�����8�I��/�L��V��?�_��l���o�[_����|o�E�������ꗑ��6����������WMcy��F��(�Ҟ#�q��:O��/���^o�:O��/���^tW�Z�|ܺ.���//ʲϪ���M�4�C�fi���$�Ñ6��G��H��u���vv�Ӯ#����Ȧ�h%w��>����V��G�I�c<q��×�F�+g�M��r9�R��y�	�I��+k������H��C7������7�"�����@���[�d�k�`[��LԱfV
+8�j�^����n"1=��OZX�X�aS�t��u�E[K��K=�*��d�
�o��^�ˇ�S�+�IZ�N~�����+J�}ŭ���u
SE��_ҚzZ�BU��`�-�\����Q���V�9��Q���UyuV��ݭ�����ӈ�ijz��P:e�S���O�'1��r��3!������-�G���`�Pb
ׇ������s�eQ~j~fLJì�!Ug`���B��K~�u9m������ϬJ��Q���+��C�zW|���I�H�f�9%��y.#����v��' I'�N��\�B�k[e���W �"�	c@��Uxr޽H푯�:O��/���^o�:O��/���^O���MkX򽟙���t���l��H�L�%�����#7M�W��D�\++T5>�.ǗK�x�D�����H�64i�͇U�5�R�G�Tk�ly�	�������7�"������1������g��T2,f�6q�5��E4���#� n\yD�+S�?{V��DX[r��G^Jg�2�� ��#�����"������5�E���}U9R����ڴ���S�^�ޙ�4k�+�iL���6�4I��{˃�����=yԷ�9�|ΖP�'E�L��c����n�ԷT�X��
y S\Ǝ���^1��?L�7�m��2Z����-�����b�ߕ�C��+k������H��Co�?�ԍ&}bU�Z��6v�_�Z��һ�2=j�]w��/�U`���t��Sf��Uh[��RD��S���ͥ�4d������m�w�'�'�Y�_��7�'�Y�_��&�}P����WZ��,��.��4��=KK~>��K$�r(7HهN�>�E�r~]hZԺ�ծ�wy�F��.=y ��3��Ɯ���k��"��u:QU����ؾF���sh��S3^-zdA96�"�c���/������7�"������1������g��T0���N���q����fAS�q�rH��	R��#�?�to-x#�oY�b6h��1���͑~\��z�v����Vo��Y?!��'I���E�����kΩ������|��}sPy5�v�iQ���.�q6�m�������TEC�
+>�~����16��i^f�Լţ�4��2ZM25������ی�D�r�i���i�g&8@Fy#�X��};�z��GfR��=%#(��U�Aq��̎��V����ol���N��h���Ƥ�([���C�V��?�_��l���Em����U{�8��~�_U[������D���7þ�M1Ҵ��g=�r��֥�����1F@@�K�r�'I���E�����k��'I���E�����kɅ��4��K7��`���1ZEfחM%���E¬�?�Y���������i���_Ͷ�ky��Ma����Y���	T$UU��=��𓖝F�&��p팛5�B��j��U(�q�8x��^���+ٔ���������-��P���+k������H��C#���^k,�E
+K+�b8�Ȏ�
ӏ:S^�e�Kv3L������!�e�+�VBx�ǎ������"������5������"������5��˴��մ9<�h�f�ู�D�	d�U�F�H�𲯫�/>��XiYU�`�Tc�a��=�q��K��,n
,3b��Se��Q��1a����������-��P���+k������H��C"�>�Ȃe�iV$�y���@���U���zt^��8��'�Y�_��7�'�Y�_���<ss9w���N�CG���R�)��������W����[?����V��?�_��l���E��sz��_�t��d_�9�ߢt��d_�9�W����x��b��S��P�&O�I���,��V��?�_��l���o�[_����|o�E���������~���������~���������^c�71㏅��N�B��?�'�����[_����|o�E������m~c��������d[�>7�|%�'I���E�����k��'I���E�����k�y��ǎ>/�8��d��T��b��m~c��������f��������W����[?���o@�ށ�8��'�Y�_��7�'�Y�_���<ss8�X�����/���R�)��������W����[?����V��?�_��l���E��sz��_�t��d_�9�ߢt��d_�9�W����x��b��S��P�&O�I���,��V��?�_��l���o�[_����|o�E���������~���������~���������^c�71㏅��N�B��?�'�����[_����|o�E������m~c��������d[�>7�|%�'I���E�����k��'I���E�����k�y��ǎ>/�8��d��T��b��m~c��������f��������W����[?���o@�ށ�8��'�Y�_��7�'�Y�_���<ss8�X�����/���R�)��������W����[?����V��?�_��l���E��sz��_�t��d_�9�F�N�����+�+q�L��ZT���A���JF��ף���|��b��ØH�YFy/yϑ?Q�O������7�"����1ҿ2?0���k�15���^������c,����L��*7;�*D�>
����aZ}��i�q/Б��������BE��,v�>��`�T0���|_͏�Q�����/��l��Vƭ��SN���p}+��f������ӭ���J�����>���~��Wo�?vGa�z��=�,��DŽ���=%�T:]��bh�m�7�?Ri�=
��犒
������׶�l���n������k�ۋ�e�k�:ܹ���$�B�|��e��Ѡ8b/z��@x�[�5���躇�'�ⶴ�t�2Kqez�M5��3$�q掋�N�E޵�E��O����4�O�Z���c��izl���h�F���f�i^���IЯ�t����/���
n��Z�0����_\�y�So3�jsplZ1]�G?BE��,v�>��br�v���0B�K;-��b�>������'y����q��:Io>���v�z^A��5��Bh���즐G�+���y�W�񇤐}'��2<���R��~���տ�i������lZ�_6j�<Z/�o��^�C{����$p�y8�~���`w������[<���q_�6øc�-mi�6�V�n..�+�-�"�c��Q�m��<����"ʡ�i%�UCV��M<1���"���;?�s�1D�{�ȯ8����EFt�_.X~c[�s��,��~�c�Y��l䈑����Fުu��eC$�����D��EF�׷V8�\�d&@��|���?1��r�Ǚ�-���K[�H�����JC�I~��K������ӭ���J������:�!�f�5;�RH�R��`z���^0}^k��imH�V�2�Mo=H���_�d�'E�E����o�gL���ٻ�������W���)����qIv��$��X��`����C0pU�[��.i���o+����^z���@�Q�PA�#S���^��ӓ���M�&o��erŋS�\X�c(ʬ�hr;
�!�.�,Lr�bctI������Չ���Z�t}+o�l#�:�����~`�5Z[x�F��U���kxJ���)��2+�`KQJ;����n�1�����	)g!��NS8�
<%�+_�-7��G�;[\������L�����.l���9��b��~�������ǿ�J�fՏ������l��l��5,-��o�8�a�RK_����$���.����i0���)+�wg
+:��'�6pW�Q�o�?�5�����?�6:��SG
.mLc��G$D��0"G��eU/-�^�ϫ�d��4�Yr��?��@b2F��7q��_6~f�/?k��,����;|�_[Kww��u��O�ң�v��{����օ�y�T�mJ+_�<,-��ʁ-������7�QF;{�?_����^m�U���d0I[�$z-��'�0)q]��l���ʎ������GL������5�����?��ţ���%
g͗&^J19',��,ܹ���:3�MV��!���bO�.8�fS��lȚ�$�)#�w�p�[�yDb9[h�(V��@ۮ�f��	��
+~U8#��_���ͯ������l�_����^m�U���d���d��Tw��X��:g��f�������V�������e������_�`���%���R��R���������6��*��ɳ}����y����W��M�.c71���Qߚ��`O����Y��Tw��X��:g��c��/��?��%���R��R���������6��*��ɳ}����y����W��M�.c71���Qߚ��`O����Y��Tw��X��:g��c��/��?��%���R��R���������6��*��ɳ}����y����W��M�.c71���Qߚ��`O����Y��Tw��X��:g��c��/��?��%���R��R���������6��*��ɳ}����y����W��M�.c71���Qߚ��`O����Y��Tw��X��:g��c��/��?��%���R��R���������6��*��ɳ}����y����W��M�.c71���Qߚ��`O����Y��Tw��X��:g��c��/��?��%���R��R���������6��*��ɳ}����y����W��M�.c71���Qߚ��`O����Y��Tw��X��:g��c��/��?��%���R��R���������6��*��ɳ}����y����W��M�.c71���Qߚ��`O����Y��Tw��X��:g��c��/��?��%���R��R���������6��*��ɳ}����y����W��M�.c71���Qߚ��`O����Y��Tw��X��:g��c��/��?��%���R��R���������6��*��ɳ}����y����W��M�.c%ߖ�Ə���.��ϨX�c}k%يY�mug4xB���t?�Tw��X��:g��f�������V�������e�VmV�>,������R[p��X2��S�r���󉰡��w�}ơ�5����nb�,�G
+�D��VU��j࿯���6��*��ɳ}����y����W��M�Z���M3O7O���{��,v1iڍ��@b$��q��(7�l>u��~_��q2��
_)��"a�f�	�@�G<
+r�����ʎ������GL������5�����?�)ɓI�"9uBu.+2��F;����U���><ZcU����s��.�=@���,)R}A�[�q ?wŹڽ��[߯ї�[݋�M^Eɏ��U��1+�iL���/������E^�6o����6��*��ɰ��~yA�7��y����WZ5�ܑ���SZ_�}/�D�ϔ�$n���*T��@v>j���^��j�e��R�z��N��n�Yf���T�%�̲I@�N��Q�ʎ������GL������5�����?�+��������D������d{���-f?�2'�E����@B
/ս��++kԸUf�k����4�)W�4�j|J�h�ً{{h�W�]5��78�@��pVm��S�}����y����W��M���_���ͯ������l �u[_%��H����q���!�E����%�^"E�DV�W|9�~���w_�t�V�]I,��.��sg;�����%���1ĽX�ʎ������GL������5�����?�.�m�K(�Dd5(��^�"<�X�1�����?�3�x%���:v�Z��RS�Cr&F�!<�Q�Ĭl/�m7��fXb�Ğ@�V�R�}���`߯���6��*��ɳ}����y����W��M�<���+X�̖^j��|�����m�͖��Cꛨ&���$�F�_j�MOP��[�)��y��Wԭ/n.#�����; ��.B;K!~,�@�m���*;�W��	��q3��3ʎ������GL���̮�BB��A���	����S!-`���)&�ecď���ƙut��<�2Z��̷w�	���vE�o�	�폺���Q���km������Y�5��s�}��'��_���ͯ������l�_����^m�U���d7M��ү�����i!,V+�"���)S�)���j���l�WV�X�}B�X$�ULV6�Y�
+"�U=����Tw��X��:g��f�������V�������e�����������rqF�T"`1��QQ�U)�X�A�������2�T�,����W?68������W�_�y��dپ���������ȫ��&��_yW����&��躍��3[\�%�7p@��� G	�o�f�|��M�W��>�w������"���[�h�$�6��H��^
��a_�uo����_��'��t��,���*;�W��	��q3��2�H$%TA���R��������)�GU� t��������:R�/^�{�a�kw��X}bdF�5��%e-�I���޻f�D�RH�����i���-]��nC���x`�����6��*��ɳ}����y����W��M�>h����D�R6ZO��4�]��%Tx�-爼(����O�Q��S��yZ�˚���mdX��5�'�)ks=�Ëag$r@�'@Ȫѷ�w�Uo�Qߚ��`O����Y��Tw��X��:g��ep��8Gu ����� �^���M���$�9i��y&}2��**Q���]��]6�8�i�'�3������|2�zgd�˸�w�������7s������dz�IX�dQTlM|7�O�����W�_�y��dپ���������ȫ��&�
?��V�<��X,��}�����H�s5���\̐(y>LhAj��+Z�t}cQ�Ԧ0�>���D��Kyi<Q-X�L�*ESA���5�����?�7����_��'��t��,�Ţ���D�������3�$��-dg	��<s�U��Q����uĖ��|cK�I�$�Ӎ�H�%R�
�*����Iug���^Cp��S�Q,���@'���������W�_�y��dپ���������ȫ��&��Z�V�a�;L���s��J�����ge4������9��X��a%��׾���������0y���V�/�)���$�c#�I�}P#/U2�%�����|&�������V�������e���G~j��Ձ?�#��fBCC9d��G���O�<�sߟ����N)�0�|8�Q����$$6��!���k��ֲ�P�ҍm}k��ſ!��,�#����ƌ�t�-��DY���y�KQ5�8n,i"�*I�pg�����W�_�y��dپ���������ȫ��&Ⱥy��t�ֳ���ё�O�k�;�4�1����<�t΀�e�&��=+�#\�nb�,��������%棥�kAp	�"�����nJ*)�����5�����?�7����_��'��t��,˲d�N\q�H�L�(����N8j�8e�S�W�k�=(�[1ݥђ�H$0��4jӀ��Z}�ڄZd��SE_J�qe!wko��԰n�v�&_����^m�U���f��������k��"�?�
+4�o.��]GT�7��A�.���hd��o��\1��^ۓ)�8�t��.����q�?,����~^�wϨ_��$�'�w��b���c�6<��
+?�G~j��Ձ?�#��fQ����=t�����3!9id���DD	F�LLl	ݲS)KLdfxLerbdw r������ċ��L�*�i(��SQ���\�5	%���X�X�0��#����Cl�b6��0���_���ͯ������l��� 5�`Q���q����Z�im��9[j���݌	l8;��~�
ĵeef�>�N��X���>���)k�Mb���Aqoim̯V��TSq���G~j��Ձ?�#��fo�Qߚ��`O����Y��4Vk<�5����Ɉ���'IJbl���Tn-��b����&D.D�8�0��&�4�kN�Im$z����i#�Tp�Z���P„To���������k��"�?�7�����W�_�y��d�?L�w�c󍞥=鷎/'�����k�њ�qD.=^O�2����V�q�t�~��~\��{�6�y�Vmv+�us�Q-��%��p���Im���]��*;�W��	��q3��3ʎ������GL���̮GE,�/�b��ҏ13�k�nztl��Q�&?L��^�]��{��>H�i
�sMm��\[���?߱=}�`�[����[(m-
��0Cs��]��Ƶ�р�6k������6��*��ɳ}����y����W��M�y��ɞs�.|�'�N���G&���aut�� ����cL��A�v�SE��+�|N����W��R�B\z��`�!1�k��d��Tw��X��:g��f�������V�������e�n<�\p����F��|6���MŨ�x��&Tl���"��ϯ�hKK�[A	���(y�R�	V%�hd
! ����H�1�j�Ȋ�����QY���`b��SBF�������y����W��M���_���ͯ������l>�5o�MSͺO�����[if�M]>�Io.4ȡ�-����)鱗�R��$��>��7�W������K+ϫ�y�����E�4��0��H���j��Tw��X��:g��f�������V�������e�W���q<Q�����������ݍ9/I�����<���?W�ӧ����+���ynR8�P���,�E-��ژ%��y���8���X���2D�ՃJx�M6�_��_���ͯ������l�_����^m�U���a������y���m?P��M��R.�w=��������"Q!*����r�B��\�hΟc�����c����]=8;z��i��T��#cV�ڝi�?�5�����?�7����_��'��t��,�h�%��$�7y$e/�[2��	�cNG	�@�~�<�9�����E���EڠI-���+_��K�����+���֒܋!
+V��Y'�HY*� ��~�i�����������ȫ��&����/������E^�6�j�yM�Ro���/����m泵��8���˖ե0�F�.t;������v��c�- ��*��+�o�f�i_���ʎ������GL������5�����?�2�GR4�]�t���ia�����LJDOy?��S�V[���@�F�Է8� ��<���F��A����'���V��֛����������k��"�?�7�����W�_�y��d�	��{��eHc��C#�o[¥�$q��=�S%�����M�R�sT���Ь.��b�.��Y��@$�)4俲��
+�������V�������e���G~j��Ձ?�#��f	�4S��͎�K�#�W�a�}Ɇ-\<_�L���17�	߾��PR���H����;��-�]KS������䉁�G�dy7_�cz��F�`ϯ���6��*��ɳ}����y����W��M��~d�&�s��5�iV�w����F[{y��F�,%y�32�+��(��|=hQ}�M��>ZѼ�t���]y|ͨj�V���0�����좤�����5�����?�7����_��'��t��,�1�2+R8l1DƄo��F o�"��r�N��x�Lx�eu!R��M�>d�=3P��� �������"$���f�2ն~&�~�m��%���������ē,�8���H��E?��L���/������E^�6o����6��*��ɰ�K�,��6j�mM~�d�-�I���ap�X��PM�\�9��2�k��`Ī�Ȝ昞R�ӑw��Ww��pzE�f�ܸ�j�_e$��q�_�5�����?�7����_��'��t��,���"_���v�2LG�%������ȳ��#+'(��6���Oէ��p)^4��ݹ#e0T��	�=���p�=+���74�-=0-T��*��c����������ȫ��&����/������E^�6:��Z�ڗ�����X��JRZ;�Kȡ>�OPriPP�Ew��s�rc�$aB�����?�G~j��Ձ?�#��fo�Qߚ��`O����Y�c͢�8c�?��ü�ӏ��>�my��_�<�D��W��-��n����%Cq���#Hcp�r�N�(w�\3���39�$���;(`k����/������E^�6o����6��*��ɰ�������؝>�K�+}K��6$kqkj�̡$Z0� ({�.�������]v�^�u���㲗�_&
+��!�)�n�����5�����?�7����_��'��t��,��h�Q��7&\G�Sd�fp��8>�U���%�M���0X�.Ix��t]��[n��oo8�����5���+Y�)d�+u����J7F#�kLW��_���ͯ������l�_����^m�U���d�_�M|���=��v��jvz&��յ��\�E�n�0����j�ՙ��=��@ռ�g�j�i:���^^[C5���^�w���rp���hF�3�Tw��X��:g��f�������V�������e���:,@�j�$DqqB��Ӟ�ݷK&�D�$2G���D�{
��@&�</�qӭ����Our/a��b�Ȁ�iSV)���lj��^=���P�5��®>�2#A�h����$�z�o]�O�����W�_�y��dپ���������ȫ��&����gmi�qb~�{�=���Ve՞�.V�2��NT���Dּ��y�U����ݭ�Ə�粖�o5X卾�p��c�N��ݳڞ��5�����?�7����_��'��t��,�2KE�J'Q'�qT��<��v��]X�Z��K�'��"�hQ��|rt�ƭ���A���][fi8�,V��*�cn4����[;�xb�^#%�wQJY!FAH���`k�������y����W��M���_���ͯ������l&�u}6_!ygA������u"�Ke���
+yzm��#�l_̺晨�����26�����8:��w�(
�H��Qۮʎ������GL������5�����?�,�}e	~b	��P�bc����Vc(x2�c���ˌd��R���P��<W1�,LKVU�%�0�md[�T���^�jC��1��ȃ�Ԟ�B;���������k��"�?�7�����W�_�y��dت��A����
��{6���^��u�������'�F�jh3�DJĊ…T=�΁��*;�W��	��q3��3ʎ������GL����p�����Ë!rN.*>��Y��#���q��˓)���%_�ӲU>�y&��z*�eW�=H��e�G-žЧk��`�G�-���/������E^�6o����6��*��ɲ�f�2{��*;�W��	��q3��3ʎ������GL���������_�`��KQ��?��C������_����^m�U���f��������k��"�?� \�nc'��5�����?�7����_��'��t��,���_�|��KQ��?��C������_����^m�U���f��������k��"�?� \�nc'��5�����?�7����_��'��t��,���_�|��KQ��?��C������_����^m�U���f��������k��"�?� \�nc'��5�����?�7����_��'��t��,���_�|��KQ��?��C������_����^m�U���f��������k��"�?� \�nc'��5�����?�7����_��'��t��,���_�|��KQ��?��C������_����^m�U���f��������k��"�?� \�nc'��5�����?�7����_��'��t��,���_�|��KQ��?��C������_����^m�U���f��������k��"�?� \�nc'��5�����?�7����_��'��t��,���_�|��KQ��?��C������_����^m�U���f��������k��"�?� \�nc'��5�����?�7����_��'��t��,���_�|��KQ��?��C������_����^m�U���f��������k��"�?� \�nc'��5�����?�7����_��'��t��,���_�|��KQ��?��C������_����^m�U���f��������k��"�?� \�W*��g���2d��Tw��X��:g��e���F[@J�R���ώ��������KQ��?��C���z�k+��0���F������y����W��M��j�-��hu�&ی�K
��,d�Q��⠕� ��C�p�E���}��u���i��	������~�YS��8V�6�j��4/![X]\Xy�^�E�[Y����וT���i^D�vpo����/��7�Ĵ�����TG��Y��ZO�W�S��M�r���
+��ƛ �_�I5��ȶ�q�CLg�)goWx՜zrFYx�+��:�O��Ζm�yf��1c'�����GV�7�����w���ȝg��f���w���ȝg��d
+3��ϊD?��/Oc�MJ���?��,[\\%đz��i�<[������rP����q��jMK6��$t�v:xcO�O�j4"��WRҸ��+�@��rj�ӏ���!�mp��!+�f}�=ԡz�<�d��}~䍎� :��iʺ��4C�5(�X����Q�	/u����W��Ԭ6�C|�����f�����@��h�J���h�r���x5A4���s���-ƭժjr7�+M����F���Z����3\���J,.R�mt�AsKH�vVv�Y�7��6��ʈ�����#�KI����k�����27P���@>4[��
N��JZ�ʁ�=}̎�7
G���%��������q������G����`��Z��9J	�Q�C4N�^.�ю���w���ȝg��bsy�E���&�J
+M-���Ѱ!���^*գq���׉ ���32��Px�͓ۯ<Y�WO�B����*�W:���Һ��J2Ʃ % C�������"��4�ZR:2jZX4�c[��7�TG��Y��ZO�W�.�I�Ǐ4�!F��ˏO��|8�	�|&�w9!�m3J�g���!~$���S�SA^��#a���kE)P���(�h�ff�&������|���tK@����n�s���P_�,��.�8�e$(
F�PT+A?�.���4/�����L�S�~g����!4�0<�5�!�k�#��c�,��yTױf�Hie8�����o��TG��Y��ZO�WC����M��\iI�vQ�߅���[����7s�ԟE�QW�O�U��M����5r���g���b�$]uK�Ku��sl��]T����0�}��;�VK�
+������A��N֘Z<���Ah;xì����S�ou�y��R����Z6��"L{�7�r�
+FaP�#��%x�?	�1͇_������M��4f�G���a�O����l�����������?���=��G����G���;���M�|�~Q����������d��9�Q�'w�{��_9���K}��<���ay��R[�����&Sr�~k�?[��y�-cԎ���M��p֩#�i,�Gj��9ȣ��^F�og���1��ͭݽ�h�kN��*GҴ"6"F"Ue<�8����;��K��]u
Q���`tO1�6��H��+�z&sV����G�v�����+�������!$Jf�d����Z
+�/�#�a�»��y�����VL"<`�I�l0�߶S�2�K���]����.�8 ��FH��.��^�2���Mr�A��CT���{)c��Q%}+��E�n�;)J2��]k�M�����.���N�um�_Z��S{۳��[���Ǩ��oJ�(��RS��~������O'�����t�^�0^��/�+�z6p�ʭ?ʫ�m/P�ט�ϭ~��-GD������������������^��Y�29 !@�zWR><�8O�U��qа�����5n�ϗlm�O,y�O�?��Ǚ5h5k3cs)�Kht�6�]y^*�_�Nr%�7�4'�[_y��!����Ԭ3\4�S1ƩHś���v�F)���J�M&�n��ʲ�;�-�8��b��~5�|��R�?�g{��$^w�]���}UW�&j8e��� Wo�\)�.��kZ�o���n/1�5N1����O�E�|P�n�I3/��ƃC��Q�����y���c�Ug��VI �����4�<�������n�maJ�_^Z��ȉԽ��D�h98��o���u,ޥ��6�<�B'W�5Z�̠4�}��j�ST,
+P��~\�_j�妛��Ԛ|�/.��|e��ç����2R9����bX��F�.�~G��~m}
+&�go��}-��V�nmP����h�++�	@$�q��U��-4�F�k
N�K���h�k�e�12�!U`�ԯ#���e�k�V��riWX[����Ӆիp�>5Z�=�A�s�I����d�F���7J[-�4����@��u���N?
2q�=k�-;]�n���e�[MVX��1A~�;O��*��㆜w^=��6o�2彈`�/�-+�dž��LG�g�?��?:��8�Ю4�
7P���&��6�i.\Ɨ�ؔ#��w�iý~uiqe*�r���eZ�X�e��OTu?�:���t�����Yo������������~���Z��>XA�W��΋�^kW����R���C��[��������팤�]Sq�;�~p�ߖ�'J�/���]��iQȲ�`ѧj�T��yRh0�8��?��|��˿.]�—�y��2�$-�<R�R�4n�⇨��<R���JDdB&D�@��P��<>��� �.���_���kO�5M.Ѯm4T�եV@m��;u~%�0�%Px�J��	¬��o[����Σdyq����ٙ��i"�Ym���T%$Z�:����mGZ�|�gs��Z"�>�m�E�V�]�<�B�%F?w�g��2k�jj>f� ��R?,i�խ�4�[�inl源@K}_�f~*k�l��cZ?���otۥ�-4?0�y�kc��լ��-����If�H��JR6 �qG�3�9����9�{�"P���H���xE�iʏw�xd�#wY��f��C2W�S�Ξ<���<��f�8��4��w�763 �g�����:�駱���T1I�®h�o�K�W�瘵�5�6}RMKD�����^�c���OK;ƗRz)p�U�
�����_Qm&�K䲻�Z6�E��,��H�UWt^\��� ���F��;y��-���W�.���3+zv]��r׋5Գ����ſ1�^��������Q���}O�r����O�?����}/د��C&9bHz�e":� x���t�w,"2�A�ς��.�
�}w��a�J�D�w�%hJ!`��S�����΋��Z���x|�����h�^�>�i�Asz�����9 ,?�t��ב���3��e:���|��f��cƿ�I~���������W꾏չw����Y�.��t�GR��{;�V�Gxcԡ����bh�&P�T5�I�}��ߚ���zW�o�t}\Ь,���)�ׯ'��)�����%�(�A*�.<e���c���ll�m��sk�yEW�O>�/�Or�̬Vc!��Z����	L�Q�@x(��&�8��0�aˊ1��������w�����+i�N)w�ݪ8ď;O�6�gk���n[�Zf�:��R�<�$�����
���.̳��7�\Y]�5Њ��z��y�"��nIt=W�z���o0�k�_�:f�ik�h=[��-��sM"H"�H`�2�y��9�,����*���*����C�^b�>��H�������c�ߛ����C'G�y�N+�gt�$(vJ�GǓO�U��qм�6u���[����mS�m�����6��MZ
Z����`��*�
�G�W���W�S��
+|��}�v)�y��,��;XY�;�<ƉqƬ��z*�9^_�6��..4if�-g6�=�Ť�(Uz�c��05�0��-<��;K���q��-5$�I���}ԎN<�G,|
+�$[�r_�~b�.�%���ì�CI��7>q��akn��-յ������"F����CF�3=c(�t���o�r;l�!\$r���RH5�p�}{�
DԼ�|�~��)S#���o1�9I4ӼqĂ����;��oD����iځ�yB�Y]�jΦ��qi,�8� �sB)���/��Rj��w��%�A�lM���җ��U�����Rh����>*�0z���\�k�u�kV��\zg���H�5�MxjH����Y���X�. i�%ZF�ϥ3g�xywI�$��5//k���Vg���/hVy[��䡒B�ī�BM*i�`�״�?/�f+���jm=l�K{Cc&��Go,̰J���z�
+�A����3�z�E\����|`|���x����}���|"<��'�;�����d}v�G��MH���M�r�w%�	
+ݦ�o*K�\�	6���U<����/�j:����uo(�yp5+�]Z�9��`�i%����
�T����Vc�)|�Vys��g�P��9�]7S�ҧ��i��v^,�B~�4>�9,Z�Ɨ�1��~���xn��V�)$Vi��F��E��Mє��|�\�/�t�4/3��B�\���ca��Kd�/
|H�:�'5�܏*��8�HO��]r����8��=T���C�2��ϊ%�&�����/Q���.�vFg���	#��� �
��{��G���ڏ���|�q�]�]�^���w�=̦k�o���Wt%���Q�>����~�:�_�eԥ�ij��K��Z��oq-��d���t@�Ya���rt��<T.zS�Z����]꺄����]]Mş�0�wn(�@	�Y�����{���`�?�&Q�g9�s�I�t��l����s�Ms�i�x���\Ek�y8��rw!@���q<1����w�������������7���z�v��<�2�-��S[\����@�n"�H��О��%9爼����Ri�q�uy�ѿ.naд�[w�·�Z)y�i��MB�"�~ LRo.�3@�����E勝G�n�Yzз��&��/X���fۙ�w��Fb͛��y9j�N!��<,�œs�q��`I縼��>�^a�/���l�ڔv3ټ����z���m�Y�)fӮ.R9Q�Q�Y����r9�+I���Vд'hz��ou�].���WԢ�'w�y"�b������.�2rI�<Y@`��S]�ƿe��yf�R��W61hɤ���[h��B[�t����bIx��x�j����Qk}N�NWs-���{)����&b�~TJ)�L�v�oֿL~\�G���|���߫�~��R������Ӯޟ?
0�t�>k�.^0�i�w������%����.�9~�my4���D[�Vh���r��[G��}[�
+�q���/6s����!|�xI��*���s̄@��z�
+: �כK
�E�C�q�D�w�?���~��z�cA����)����?׸��?ޯZ��������'ߙ�V)�V
��l>Qk�O�:���-�k��W���L<%�$(�YK8�����=J�Gӯ5mF_F���K������.��1��q�wv���������Q$�IB���C)��EA�3�N��
S��Q���+��i4
P�p^$�j���L�����L�b��(�7�u�i��q�:o).����U[�&����.V0������J��xt2پ��7��X�?L��$c�@�����+�xe�����6��\\ʐ�B�F
+��@'��s���S���'W���,.l�̗K���b�ⶎba{FD&ޟ�s�y�9���o���c>�&���Y���{ր��WD�B>��N�7�v����mS�4}OQ�;�+�:�Ge{:Z���H`tP�����rc�u�|��?2�����z����?DX�c�=E^�o�H�GP�J���<�� ����!"zW՚ߤI�lŌd�Tr�(ǭt=���2Q��^���:rjZ<Vgh�l��ũ�:q����.�$�*"��6�S�|�R�����\�-����=�>fs{.��?֦�
�����Ⱦ��xJj��H��x��h�h]d�E�C++
+�؂1��[?;yL�G���lZ��g&�����Dt��0�İ���o$Sp-��%�7����}N/�
cP��v��K����FI�hHh��y�
��r��2�Q<���65cތ8����`O(�l�v���wty�l�P�7�?.!��I�����h��
%��/S_���ܥb��U1�_���S�>R�ukmS����]I���uk(�����޵<s[���BʀzR��@���̀���l.f<���$otRO�pa�pd��e�$��F9�����Q�-平f�f����/0�X�i:�����&�$�w��\<$�D�h2��y֢�rg�P�}���~Y�������<��kwos�N��o�M-���j��E3��z��1���^i�D���/n|�c�y���Һ{�ލr�gI~�mw4���DM]Y�
+� Z�g�13���9D��y�� I4-�G��@7�I��2e�������Q��^��GқZ���{XR9.Ɵ�i��ŚLU����f��u��"Q�!��Χy���ŷ�����wL�5w�Wmf�K�%���%�P��١�����Kh�c$b^2�$ߙ�V)�V
��l>Qk�O����-�k��W���L<%�$(�YK8���礳g�|����)�˧Z�W��'���I6�V���;9�=(�#UW�����`|��{}��M��g�`�4m")�յ�i�����<��A,
+�4*y#%F����߅�$k��!]H#�N�-��w��8��}��gg�fΥ�뺶�?�F��]I>���.��8���I�XZ}b(�k3B̏(^oɋX�?�ƛr�L�tmY|�v�W�����kZ�7m���[4�H�{$�;Y�b���Xh#���L=;�<��$yy���Uz����sP����Vic{�7��sm/P���%���E�]��6�XiZ��}W�zG�T�ב�.m,�$���D�i`v���ܤ_QW�TUK�8��P{��f���||�������7"�E�����ógb��>�sw���!��!{���Z}��zm�֭�T,w
��2��Ǜ1p�V�m�y�}�)�kc�4���N�M7V�֡��%���]/֚���D�K%x�]�禳g8�����-u���v�W�&�D�i���ma��4I�G����q�FT~!ُ�gG�q4	;��b��.!{s<��/%͓��{�����4-wA�b�Uԡ�-н�.ni���ԟR�nL��=H�qPyFA���ѡ&��ir]�wZ%�Wښ<r"�m8����8�/^x�zm�m�����+G֭u^�_�n�4P��{��GÀ��Q�p��Ux�Dg*���O�.�.��F�y�%�D�����[z3:�eY��C�:e�~p��8<:_�o��2X,)�ݣ� �F��e��e����q�N ��f�rI�.��X�g���g�p�F���J B[^�-��m�_����`�^\Mkm8�Y'�X�Tު'�����|���Z���_Y�w�\�X����Aj�\���xٔ�4����I�%^F�}G����W�ג���b�Z$!}	����I�M�V��5�v�
������P�u� ���
+m�%Sw
���t�տk��G�[V�m���Ӛ�K+�X�b�"�*;�v��8;<��N�a���ՠ[�EӼ�,�����Q��!�e��v��2���y�h�t����f��8o$�i�^AyKX������XVS�7��(��ý��0����Mp��ͳ.?qs\;
쉑�uc&G��`3�!�XVD�F�h�Qšr^AMQP1<�w:ޭ�9�h�RX����-Dw�Q.a*ڌ���q?$l�J�x�|��q�K䵾o8�~[�i+r���wZ,���ІjK3B�/^M���>w��~c����I�KK��>A0Uc-���ś�,��zvk�c��<��*27��Iy��kϬ}X�YV7����[����a~�u�#�~\׼��`�f����מ��t�q�:Uo�����oL���a8@���*��Q���T?�x�Q�Q����e�	�P��2�c
���y~��]hW�Y]�o$�VW�b,W��m!��J��I�6��Z7���z�y���Y���/��I�a�_/)K�`|��P������V��+O�z����Y���>�t��K���4�6���^]�v
+uKKy
,�,D�%?w���Vf��E�_G����Wr��~^i�ZE��u�u�N{����1�}�a�@�$�LjX��I�5�(p������d(��6.� �v�'�f΋��qu6�g�)�Z�+�<ٕͩ@L��-���U�MIR1���9�k~cѼ�4���Xj��U���ս�$E�ո� �ME�Y���dO(���2�{j�g�ɽ�J�4��;�Ǘ/jg;���i�|���m4�|�c��U]�wi@�U�R�O ���D�ɧ��M���!�կ5�i�,u'�n8-�C�[�HŤ1�U��[��d��K����uc�f���;�N[�'����c���8��W����$�F���1,ƠqB�w;�N�l�	D���a�>ҀH�^�a����+��*�Z�����/��;i�\@�ͬ綛�$8�*�7��2kMwɺޥ�&�<���sD��1��]6mVH�,�}_S뗷�/���	;���[h.���,�o�ZM{:BH����0@�Abj��隄:��g�[��7��\IJ�$�C�H��9��M?ʫ�k:���Ŧ}k��Ũ�67v�W0�m���_ܟZ:<���q_��K�h|�?��ts�ed��^vbc+��P���zg�j|T����7���ڽ9�G��"��Qxc�X��u5,?����t�)u+�]:�-�����H@�@X�M*w�gv�U���ʶڧ�<ۧ���~��<ɫA�Y�ZE0im�b�݋��o+�E^+�)ȟ�����4��k�x���κK��+j����OS���������3d#������_/�}o�V����սY>���~~��ϗ�^���#���~�LG�8��z����O3_1�
+�̀�.@m?�����oo�|����Ɣ�
+�f͛ �͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6l���v4������ޡ�_9F�����/����7�cа�O�B��0�����������	����a���i����Ϙ?��Y��ٳen3/͛6z���_��&{�R��甒0D�f��u8os��~��[YuKeI�hݢ�����Ȯ��̬�
r/��������5�>�R�E�� ��;��A}v��Ȭ��W�?�]~_ԧ����:���e��P���_9��[��_�e0���}>����嵙'�.!��x�0C:<r-GĎ��6 ��j~h�7����>U�u�Xc���L���g����l�:1RȤ�iP<1_�]_���q<���q�C���}���˸�m����.\V�]����R��W�F��)��n0������W;/��Յ_�/��S��k��T�ʺ�����OA���u��R��]��Z���u�6m*��˱Aq�Ԓ�˚�r8:��qgaɺ���ET�2)żN?�u~r���w�Ƶ����WW�'�\O7�kP����k�{C���������j��{C���������j¯�W_���)�?�����Y��]~_ԧ����:���`����Ƀ�o��x�������ˉ����j�_7����O���n���֡��U�ڹ���sXh�\>��\i��J����<��ܫM�����t_[�z�K�����Z�P�
+Ӈ��&����J�^���*�����=��ֿ�K7����������Z���,?o�ys�z�����2�I��|=_ҺF��q��S��#ks�י����*�Sy��z��~��N�I���/�ZF����x���km�S���r�T���WW�'�\O7�kP������u~r���w�Ƶ������?��������ߧ�?��������*���u�}��R����p�_����U����Jz�í��؝��?�9���������O���n���֡��U�������ˉ����j�_
Oh�s��������XO���-b�n����t�F�Z����$��ku���Z������ʺ�����OA���u��R���*�����=��ֿ�K�؍��?�9$������,�=��i�����=HզʪBͨY\H�E@�A��I������O���n���֡��U�������ˉ����j�_�C�-ᮭ5��w��V�Z���� �Guu*�~�Z��	Ï���\��|�Vʺ�����OA���u��R���*�����=��ֿ�K�ػ�%~`��k$��m48"�a:���iL��Y@i��+yhƨX�44���o���]_���q<���q�C����������������?��������e��#�����%��^p���O6�E��,q��ֱַZ\ć�F>��VA����Q��/��S��k��T�ʺ�����OA���u��R�6"@�
��r�s�ż�e�����{j���e�9
����uK��hY${v��V������O���n���֡��U�������ˉ����j�_
]�T]J��(��*�?�e�������e��#�������U����Jz�í�o�W_���)�?�����X>?b�#aL�x�[����WW�'�\O7�kP������u~r���w�Ƶ������?��������ߧ�?��������*���u�}��R����p�_����U����Jz�í�?�;�0~-�sqo���]_���q<���q�C����������������?��������e��#�����~������e��#�������U����Jz�í�o�W_���)�?�����X�~��Ƀ�o��x�������ˉ����j�_7����O���n���֡��U�ڹ���sXh�\>��\i��J����<��ܫM�����t_[�z�K�����Z�P�
+Ӈ��&����J�^���*�����=��ֿ�K7����������Z���,?o�ys�z�����2�I��|=_ҺF��q��S��#ks�י����*�Sy��z��~��N�I���/�ZF����x���km�S���r�T���WW�'�\O7�kP������u~r���w�Ƶ������?��������ߧ�?��������*���u�}��R����p�_����U����Jz�í��؝��?�9���������O���n���֡��U�������ˉ����j�_
Oh�s��������XP���i%�έ
+E/Mk~֓,q��X�]��XTlv8�U����Jz�í�o�W_���)�?�����X�~��Ƀ�o��mV�Bԡ�l���{~^�w�vڍ�指���SB�6���х%_�9?��y���Z��W���+����.'���5��|CO��~�w���r��ˊ�k��p�JT���H�c�%4;��~������e��#�������U����Jz�í�o�W_���)�?�����X~(����ay�]�fүl��}I,<����#���v̛��TUMA#"�[����WW�'�\O7�kP������u~r���w�Ƶ���Mk�{�5Z���\�[�9��l������Ÿ́aI2N�y�{C���������j¯�W_���)�?�����Y��]~_ԧ����:���c��]m�I?iN��cV�M���	��sr���M(Y��HIJ�T���/�>�[����WW�'�\O7�kP������u~r���w�Ƶ������?��������ߧ�?��������*���u�}��R����p�_����U����Jz�í��ػ�0~-�sqo���]_���q<���q�C����������������?��������e��#�����=s�y.��[�u��y�ib��a��B��.�*�����/��S��k��T�ʺ�����OA���u��R��F�L�x�Y~f��O�������)Oq�/\���I��^I��wff;�N-��+����.'���5��|��9?��y���Z��W�m_����ZŪ[2Cƍ-ؚB����Fwm�fbORk��������e��#�������U����Jz�í�o�W_���)�?�����X>?bw�a׷3���I-��<�ovЫ�ň�#�j~EUQ��b[����WW�'�\O7�kP������u~r���w�Ƶ������?��������ߧ�?��������*���u�}��R����p�_����U����Jz�í�?�w�`�[����'�9?��y���Z��W���+����.'���5��|5�=�������G���5f�=�������G���5aW����������Z���,��/��S��k��T��������7�98�������������?�o�]_���q<���q�C�������v_�>?��7����v_�>?��
+��]~_ԧ����:���f���u�}��R����p�_�����]��?�9���������O���n���֡��U�������ˉ����j�_
Oh�s��������Y�Oh�s��������XU��*�����=��ֿ�K7����������Z���,~?b�������żN?�u~r���w�Ƶ����WW�'�\O7�kP����k�{C���������j��{C���������j¯�W_���)�?�����Y��]~_ԧ����:���c��&żn-�rq��+����.'���5��|��9?��y���Z��W�5'�wr^��w),�y-��}i�G��#�v�QS���V�W��n"��\�g�E�_0�3FY 4r^�:����zL��*�����=��ֿ�K7����������Z���,7�=��~ay�B�aҬ���,��9/����7'���w�L�����QE�����6�eqa=��+�^	^���^��RE*LsA��������w[�WW�'�\O7�kP������u~r���w�Ƶ������?��������ߧ�?��������*���u�}��R����p�_����U����Jz�í��؝��?�9���������O���n���֡��U�������ˉ����j�_
Oh�s��������Y�Oh�s��������XU��*�����=��ֿ�K7����������Z���,~?b�������żN?�u~r���w�Ƶ����WW�'�\O7�kP����k�{C���������j��{C���������j¯�W_���)�?�����Y��]~_ԧ����:���c��&żn-�rq��+����.'���5��|��9?��y���Z��W�j�ʺף��a��9p���q�ם+����;r�7�S���'�q��kw/,\��ֻ}w	�O(�/$��;rSC��b���/��S��k��T�ʺ�����OA���u��R��E$�˞kռ���і�L��[�����4�c��ʞ��[�N��/O�-�V�����/0�l�U헗b�㏩%��4=:�puq�����u߃����$`��]_���q<���q�C����������������?��������e��#������ �y�_8
^�M�G�4F�@A�8`�k�'5<�Nا����������Z���,��/��S��k��T�
��;������		�T��J�w�h��o�侸�M�ҙѶ���6��/r�#kJ�o�[��+����.'���5��|��9?��y���Z��W�_���\��|�Vo���\��|�Vʺ�����OA���u��R���*�����=��ֿ�K�ػ�0~-�sqo���]_���q<���q�C����������������?��������e��#�����~������e��#�������U����Jz�í�o�W_���)�?�����X�~��Ƀ�o��x�������ˉ����j�_7����O���n���֡��U�������W;/��՛�����W;/��Յ_�/��S��k��T�ʺ�����OA���u��R���.�L�x�[����WW�'�\O7�kP������u~r���w�Ƶ������?��������ߧ�?��������*���u�}��R����p�_����U����Jz�í�?�w�`�[����'�9?��y���Z��W���+����.'���5��|5�=�������G���5f�=�������G���5aW����������Z���,��/��S��k��T��������7�98�������������?�o�]_���q<���q�C�������v_�>?��7����v_�>?��
+��]~_ԧ����:���f���u�}��R����p�_�����]��?�9���������O���n���֡��U�������ˉ����j�_
Oh�s��������Y�Oh�s��������XU��*�����=��ֿ�K7����������Z���,~?b�������żN?�u~r���w�Ƶ����WW�'�\O7�kP����k�{C���������j��{C���������j¯�W_���)�?�����Y��]~_ԧ����:���c��&żn-�rq��+����.'���5��|��9?��y���Z��W�_���\��|�Vo���\��|�Vʺ�����OA���u��R���*�����=��ֿ�K�ػ�0~-�sqo���]_���q<���q�C����������������?��������e��#�����~������e��#�������U����Jz�í�o�W_���)�?�����X�~��Ƀ�o��x�������ˉ����j�_7����O���n���֡��U�������W;/��՛�����W;/��Յ_�/��S��k��T�ʺ�����OA���u��R���.�L�x�[����WW�'�\O7�kP������u~r���w�Ƶ������?��������ߧ�?��������*���u�}��R����p�_����U����Jz�í�?�w�`�[����'�9?��y���Z��W���+����.'���5��|5�=�������G���5f�=�������G���5`%����E]y[B�[u_Ѷ�G zcorr����o'h���g��d�ןػ�0~-�sqo���]_���q<���q�C����������������?��=�������G���5f�=�������G���5`�W��?�'h���g��dٿ�^�X��ԝ�������c^b�������żN?�u~r���w�Ƶ����WW�'�\O7�kP����;�����W;/��՛�����W;/��Հ�^�X��ԝ�������f���{�c��Rv���Hv�M�y������7�98�������������?�o�]_���q<���q�C�������\��|�Vo���\��|�VGA~G��՗����w�P���?���W���ӿ�;w���������żO?�r~u������j?�_7��Oί������q�G��������W;/��՛�����W;/��Ց��_����e�����T3~������/����4�������b��`|[����'��?:�����5����W'�W�O�q���ƣ��U�E�{C���������j��{C���������j���/������_�N����A~G��՗����w�P�n���l�0>-�sqo���\��_�?������W���+������8���cQ����"�=�������G���5f�=�������G���5dw���Y|�����ߠ�#������
;��c�ض|��9�������Oί������q�G�����������S����1����|�~������e��#�����~������e��#�����;��?���W���ӿ�������.yv�E^m�H�A�-�4����'&żn-�ry��+������8���cQ����M���Ђ����'Y���ï���\��|�Vo���\��|�V���{�c��Rv���Hv�M��U���I�?�!����65��.�L�x�[����WW�'�\O7�kP������u~r���w�Ƶ����Oh�s��������Y�Oh�s��������X�U���I�?�!����6o�W��?�'h���g��d�ןػ�0~-�sqo���]_���q<���q�C����������������?��=�������G���5g4ծ ��?4'��&�����6���B*:����ʽ�����;G���;?�&��5y{�����Ѭ���i��g����p��Ex�jV�q<��5�fżt��������O>`���O-aw����O���n���֡��U��u�5��[�-__���}O�������I����?\���W͛6V�36l��ʯ���]���7_�u��FG�tuC�M�̲�b궒0Rz�]��ʯ���]���7_�u�mS����m9���
+L����H�����R[�����&S�C��8{�?�Io����L"���u�垟n�w�Z��ORy�b�y���R@�ֺ��}�YjvW1¥��cU�X���N3_����;Î+��e��x\�����񲰨4،�Y���0KmWf)i�e����V��I��+(ee ��'��?"�6��7V~�`��3�q�1��~�g�o�U}�f��@*OA��y�
+��I�J̌z��}�C��Z���Z1�f��s��"��2�ƌp�
94�fx��P�;f�{��3K���U�B����*�֍��;S�n<��G�le���hm��0�h����i�T�Qu}��6�K�.p#9^øO77<c�!�,���#'����Ŧ��En	m�P^[��P{d�;`�V��yz���R��ڍ��_0�)yyu�F�C�wH�'B��1d
+��kq���ⴹ���F��/nB<�!��U�5�!�
3��s=��In��.�~��B���3|1���!j�+G�){��;����>b8�[����<��n%�	��h�+�٨�>��!��.��d@��h�
�B�̦m~;vQ5�҃�YLR5�������}a�r�xr�!�
������\(V���/@��G���%��
�c�^~�ޯ����1�8@5Wb�>T���$@�܂�`��h+ǹ|+D0|"e�P�&�)9��*һ8u=[�)M�~�.��m���	b��/"�X��#Z����5�9���$J��>�5ŵ�0��~�/�o*;�����}�UB�8R���}H���ͮ��@Ib�#!�A�0?>&eR?yOP/�n�\ܬ�.�"Iq=ת`�/ZOQ$4S����J�|2s���z���� ��Y�A#�Zc2��h�<�����Ȭ@ڕ4�!C����l
�q�
+�����u�
Qր�l�d���/��^/V�|o	���žç]��9>$�Y��F�-�A#�9W���B�~��<�3ϥD�� Mn�\����?��XqQF�����x���K���_�=��ۈ�h���PS׎X��1����G#�'�}�����LF<g��j[�� �X���/&PM�����q9�����'��~>��e�!pHFb��U��2�T��7$Q���t�]D���Ձf���
+���Xc�q?j�̭�T��Ŭ��Ou5ъ����oG�2\=�h�‘��"
+���,�|�Z�a,�,fA"��Hq���|Z����#�A$�f͛u)Z�3�H��)�F�rS؊�F/��o�Gu��fM���zŜ����� �[�Y��SZ#ʌ���&��2c� y�m��c"���6�h|����:H�I�Up�4���¹<�Ʊ\[ױ��Ũ�k�9_��5+�3����Q��"�C�"��+
+���[̳�_�����95��f_�+$i	Iv@Z�����a����wӴ�{��wV�\�I$��d
*���s<�II׌S"9�Q~��n���3N�e�32�L<<���6E���Ŗ��Y��r�ŌK$���?2��uk�۰
Zp5��� �C�a)���K��ӶH�	ހ9i�\q#�߻�&"5I��c�~�-W����L��Ѽ�7���+?2=��R"��/խ��($�	q֯�r������H�P��]����V�C��;�)Ew���m3�&��?��YQ��e��	N���V�Bi����i�X��6P�z嚃������4��]���3N������s{
+Go�ڵ����)��*�77�q_��X��r�W�,0BY2HF#�>f�a3@Y��o�G������3�2�+7��G���lV��Z��{���̱)Eb��'b�2"�(��쪣��,o��L2��m)�xf��*�TgSUpj �k����ծu7WPH��%��:�i��x��×0�-�m�4{�=3Q��S�
)��8�qtUTHb�]
+���i�E+_�00��OY8d�#��A���H�{�^LXa�2������"9����C:�`���W��'��x���#�		#�%oo˵HegD����8 ����vZ���`������\��w+�x�HYT�Hj	������O�$Zt���#l9)�Ev#<�a�;D���N��gV5{���("߱��,9�}�c��;����2o��6g������_�>x�mS�ϙ�����-�O ];I���oH��[�%b�NM�q�m�����7wpY@�7,V5*�
+��;�TDE�وTE���ql�Oq;kr����GM��Q}]��?�������)��U��Q������=��~��G����k����e���Z
+��($�I�(��bh��i���bk�	�������_v���y&���������Y�����Խ͵�F����7����,)�}����mu(R�O���+l�V��y#Uz4�4[�:njj�Ero'0e�PdyP����6@�g,�-k!Ki���>�SN'�B[m�Z�ᜯ{kt����i�gdEE�q$r1芬)!#jR�E8�%�
�(#�b�%�e��$LC�QKx��v�h/{�R���]69��B����t�E	Q$e�5P�Z�֥Z�
�7�o4�4b)�%�kr�B�ĭ&ޤ��+���✣�Z[X<��4���^��s<s�$q޷�UG��ԥ&��Ӫͩ�F���wpe��ӗz��&ٮ}H������X/���ֻV�Kk;��KƉ�7��;�ބ��z�O�h��g�ũ�Bцj-e[f�G�]����L!]W���CΒ+�<Ko���������z�O��x3|CQ��]P�j3,�غ�����Wzx�zl���A&��t�Y�JP�H
 RE �Ÿ�;�ȻT����N���2�x�
`�-rc��I��C��8��ZGw*X��۫R'a�2�^�UI�_�����6G��MM�D�����̷�L�$�EX7��$��f���vy��\Y����H����<_ OFq��$V�Ϲ�ٱ��$N$��te$]��5�u;]V��nH��Gu'�?|$�.�dC�H���f�5���p��7m�1{-Zan^����ۊ(Pw��?�Y~�ꥧ�u��sp�1�FQ��H�r頒��H(J��ߨ߸5�bx��/(>���/:n��
+�_�۠�s`8�;Yu)��o���ۭ.�7�$�6!���:���iw�j �� [*�?|]T���
/��������-�I�h�X䶱�2���JIy����K|h>��=u紲�u1�豉9+S�*�+��y{�<�Z��p�K��b�I;|��]=��	���ب�]��ޟ#�������f��Y��(�� o�}�fͅ�޴z原W�qgw;P�J�%�������J8j�v��CD�hB?�D}��ɒ8��.\Q��DD}��6*��m$�UdE�_�9���`���.��g��E$ѥ��ѫ�қW�Ű���q\jB�Ք[K�[��H.��D"�����4��$P6
+��ϲ�.]NYg��(c�rV#��Ä#�krvf�F�6��X+����8������֊���ӗ%�$�Wr�E�L؍��q���X����y$՜&�&򯔵�1[�Iy6�h�Ch��@(��H>���F��l���w�ݍ�ߚR�%��z��� �������,�?��ތʕz�g�cO[=N-6\�LQ˖1&���uԑ�8�OWc�7����
+�GM�?��?忓ǟ����%��t���l伙�E���Y��Qu����a�/�rȿ�����Ν��SY�ڥ���-�:��i׭
���۬\�<����T��Q�������O�$Zt���#l9)�Ev#.��;8�&��+C4�O&��Vv={�f���(���lɿ�\����ލ���ȼ/-~�����#�`���T ��@K����$z�7*&�(�����nM–Sh��gZ��5x��Uf�\��o*ZȰ�Ѱ�WOQBd��;��W�d��X�E������s5ܲG"��d�3��(�
�N�)��EΟ��,��[�����m�ŶB<@�������OD�B�Hf�n$���8�GF밒:P�SC�y���%C:��#2�p��H�x��HZ��9&�'���U�f;t�rH@b�Iv�h�Gb�~�D�&��42�H�T��XfB
<O�#�:k���5H���O�@�~�q�x�?�LJ��[m?T�\������Q��m1!���
+V����-�vۮْ�H��+Lo6+��q_یҽ~���O�w��Z32e�UGqJ�����I���e5���k����8��M�V*�����Kr⓴'YԵ ��f����K8���7�7�����Ҡ�Oݠ�^Kj��[���l�e!P構���3"�✊��1?���;!=��y!���f����(�ne�I�+���f�T�k�u,~uA�C!v�4!�d���7ڊ�~�b��?3z&��E����q<���5�*B�G�yq��4�z_�G�͎���ҤY�֛юuhI��u�7��[(�� �FF��]�4@Ăi@Ƶ@'���c���\�.��U�$��c5�=�Ӑ�/lL�	G��C��$a��5�3J0���p�đ�F�Ii�R��b���H�J/1ȌU�FwU���6��n!EO��D�����|�Ekq�ʖ����R��12�T�<H�����W��p���9���0R��:�$ˌ�1�e���*x�޼A4��P�����҈�r���<H�O�0��mu�.�x��R妷��2CY!x�UePc'�ѷ���ԣ��9>�����+�]�
���Mf/��J<B��M68����3E��v�h�,ח�a�ZX���>�ꛮSz������ȭx��9�nG[��c��e*��\GQW���v9�G/�D�,J�7[Q�=���n��R(x��k�o����贴X�!Pޣ�Q��26�j���~��s���#*�.��	k�xu+&���t����P��9ӏ %���ʌ��#+T���p&z���������z��×����N_
p�������bx�Ȏ�������OR/�z�S��/W���|^���������8�.TnWRF1#�����^�M�O�*;���߷�C��s��ZW���qz~��
�zV�V�ҽi��WDɴc�^fCZ�Jә�N��9��Gx���:j_��!�����W�|������q�����Z�ߖ�֍��;S�n<��G�le���hm��0�h����i�T�Qs����5�9�Lx�c�H��3c�r]�o��͋�/Nf3-[���v�m־�'�o�<����^�򿔢���ehW�:�^^]~������,I�C��|LG��|N��Kyn�dX`�Y�rfbz�N)�G�;K&:�ՖHa?���/��/�[Ԍ�
+�O%(�5�_�9f�����!H�x��Û�G�H�$�0H�@Y����䓍ð�wW5�#�t�O�8=;_U��}&i_���8f$Ҭe�涗p^��6�Z6,��:�1WGF�сWF��1l ��Y5V������jV��Q8F�JL�U����?w����I5ȯK��,f�KK0�@%h�*����m��,39#r�ϡ����T������kY�	׋�**�A��U��n1,n�Y�R�=S��֍
Z��$j�dz|@��d�!h�@�X��U�+L2͛6X�<ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf�pƖ�}jjj�^3�H?h�R������ �7f'�Uܟ�w2�p���c�E��vlٱv���,�jI�NVlث�f͛��֍�[�޷��i�� �'��;x�B
#(,B�Ol��5i�^�s��Mao����,$��㐰��d�7�/n�d��'���̀��^�[Y��b8�2���os��-�����z��=1BڲƝ����v�i����J��0��k�\C9��cH�_�&'���ፕ���k팫=���9W�>`��pv8M��~?�2>�e�!q�ٰ��y�n�G}~��DD�4,�7���G�����۾R�-�7�#M4���H۱���
+�bfɓ�BX���X�⁘��@��ۯ��a�ŀK&�8���k�D#���}�|�R��
+�b���Y
+����]�k�x�g����Tpb(l�^C��+������R^�FI���Y��r�ȵ;�NJuo��,h0�u�y3K���a��{K	]��r�(��J�/�����>������s�/#���Z�������gMo7���Q�nn��K(D�Ry�����
+E$TsP�j��C�����Ƀ4q�K��`��#)Q�����.?��	�2��d����|����������{MѼ��?1i:u��<��{
N���/S˺l��(�U^L�ƃrIȐ����m��'����5��|w����
+yO���/ ���-P��v�L��y3�6�Kuu��
+ F�i���H�Dffd��I8Yca�A�ܥ��k�;˙*c����Y[�,h�	4���qy�qD����z�����8����/I�5�m3O�Դ�Aw�{x��ӒkmR	�3	k����z�Qk��Ǜ$���l7�13��N���o�!� �y'O #���6q�/�L�~`y�Ye`�ƚΠ��ƀ�'�$�!��?�(��d�����̽�Y��wz�ֳe���#W��KF!kZ���ğ4h����Z�O�fL�j:��ݦ�e{��g[Y�ϨA���ڍ��nL�4PiV.�&���h+�hà���|���R֍��H6��O7���-h��m��T���{�'��u/3i��E��/,�GKyu��M1ʉ>�-ڊ���(����z�̉qi?����n}F��T��!��F��ȍP��U�t�������L��>���1����ɓ?�Y$#��O
߻�������]_���q<���q�C����������������?���3B�|���3ȩk�?3[�>��}U�˱��X/m.'���Z��E?u��:��H�u�/h�[^ͩYy�N��-�<�a��-��I{[���7�q!`��%�W�!�gN��o�m �����@�$��gj�ƈ*�����
+�r��_��!������ʂH���ّхC)A�r�n
B���M�����|���jq�]�$r��[�p�"<'edB��p�=�o�,yy��i�e�YZ\�]^j�a2A>�K�UcFD�aRr�c0�X�Y�(�nVe�&�A����Y�Ô
�q��D���y1?8��:����q�i�c���E���UD�I���+����.'���5��|>���f�&��X͡��D�M�6��
��o�)�F�r�E��WPŹȅy�MSQ�mԚ^�+�c�hZu�����p��i�o���V5$��������M�����o����~\=>�ϗ�ƕ��Ѽ��h�-���L�ӽy���A���/MV��i_�o4�T�ђK�.=68�Ko?��	�3j����]�T�/F��9��.8�N��P�l�[fI��
+Ŋ|F�H��<q���tG��&1�<�b3���˅������'c���d���B��E��XyB����|5��l�y�ξr�տžb�����s���[ۋ�C���z~��Ǘ�ǭzgJ���sP�t}�M���N��G�ŭF3�B��q��=�X��WH�>�ª;#�17�<ٳeIvlٳf͛vlٳd{ϟ����Ο� rC��>���:���y �.���v������N.����v������N.y#6l��9�f�T�U����a�������j3,�=�$�$7�\J�9iZ�&N<�9W#��_�-����n��>�%����:�
+��B��ܓ��:9C���_9���K}��<���a�Ͼ���R[�����&Sq�1}n 2�Yb�9���$��%B9���A�N��S���0z����j;��zf��J{aW����v_�>?��7����v_�>?��*�(d�-�Q@>�f%�l�Hb~`ٔ�ІOJv8ڎ\��V�w�˭sqo��xVK�������P���2\,	�8VP�aej�������\��|�Vo���\��|�VN DPE���8�5�"T,�NF��
y3.#�żn-�p�!�~G��餋Q�m���k�k!��I.dRD���OO�������$_��?��������ߧ�?�������欶e��M_��������nQ�v�"f���
(O���cJ|<Bqo��x�ʽ�e�Y5{s���W$YUr������p=Nu�9��q����������e��#�����~������e��#�������,��Fܶ�XB���0}JhY`u��/�7UP������Zt Pq]�żn-�r���_��O�S��zr�V&dh�!ea��#+)WFdudfS$�҆Y���K:\��r�*z ��]Hw.�ʼ�>|��俧�?��������ߧ�?���������8�-���YB6B��̶��b;���F�������P�W�6�Q!aDdRY�Ε�ة�~�mO��^-�sqo�D�d�t�쥘\JY��S�W��W��R����wws�ٚ�P��5��[����Q=��,������!*U�Xr��=�������G���5f�=�������G���5d��,�4%S����,�	��B�ER�ĢiK��Z*��!QB���=��lK/�x�[��/�Uט�l���������I|����wu>�wtPKs1��8�pDY$��9��gr~X?�����W;/��՛�����W;/��ՙ����j��Yr�V!���������N�9"~��l�-�sqo�֦TеX8K$�vr[�Q�+4�B#V�۩������v_�>?��7����v_�>?��5��9~���e�o��x�O-�<�}�߮I��ߤR� K��L�+,��c��Fr�/�<K�kzF�7��n��.!�3��-�Q�QD�UN?ڪ��?��?�������欿Ӛ)R�R���x�	�����Y0b�!9�#���Ƈ��G�t�4�\�,�R�x!+2'yy�Ki��x�UV1��u�ث� �3��
���"EI���8��;�ƬϹ�ًn��MR�-�sqo��a����v_�>?��7����v_�>?��-���5�/�x�[���e��og�%�����$rF�$>�p��yQ��a��Ѱ�Y�3,���0%��bA�(�=�������G���5f�=�������G���5deN��<'�_C�%WG���3�2�����ż\:E�:Ρ��2_�L�y�Ԣ$q�=�>���ǩ4Z������\��|�Vo���\��|�Vp�(�@� �L��6�%����lh#��%��ǽ9�x}'���7�8a����4-V�%ݜ��GrJ�#ЁHը6�v�~������e��#�����~������e��#�����vŬ��C盋x�[�����mV������t��C'^i�Y~�2���u,����Y�{C���������j�v�6�q	�f�x� IRG]ԑ�Q���� ����;��lo����YE�緒�)�$����e 2���x��r�-�����"��I4��9X�(,�IcA�&�̀\�Q�R�VRC)�0AAl;
�"���+M+��CH��"�h�*�*��36_�8?SC�]ZMa̲��Z8�nQC ��/�f)��O_�R^n�=�������G���5f�=�������G���5`�c:��ѱ}����V)��J�X~�E�4;K,hY�75I}�V���9W�q	żn-�p�j3,�=�$�$7�\J�9iZ�&N<�9W�{C���������j��{C���������j�lZ����żn-�p�[ku�{��D�(G�����/�?Oh�s��������Y�Oh�s��������Y�13�e�x�`5V;���k6_�9������k�++�Y���D�
+�S�x���{C���������j���Y�����ż/scmw5��g���	�1R�ӯ\�����?��������ߧ�?�������欮8��S�c,�7����
+k�!	NQ�d̐(_�5�/�x�[���4�?T�����T-��=9��
+���q�Q�9A��=�������G���5f�=�������G���5a�yba�1�O1 ?��"c0$0E��X�S�
}6�i�Њ�#��g�9�����_�{C���������j��{C���������j�Xea��|[�����Y[j6W:}�z��p���u+�)T�
+�T������/#-��[N��n��}4�OG�
�B)ͺx�����v_�>?��7����v_�>?��
��۞ʖ�Z\Eun�&�E�'�<]`hA�d���o��^�����ܚ�����m���f*���(��q^MƧ����7�8a����4-V�%ݜ��GrJ�#ЁHը6�v�~������e��#�����~������e��#�����Z���h|�qo��x0�՗���&�x���n�3�[��QQ�(�7��>=����k�{C���������j��{C���������j��!��h�c*��b�\���G>�I�\�;՘�GN�%���9������	kz�k+0�aH�T�+Fk^�XPQ8�jpX�3,/�=�������G���5f�=�������G���5`2�6J�#�\$"6��2���P@ڴ��f_�9����%���5[�X\�+,B��"Z,��`��?&�0E4摺
+�=�������G���5f�=�����G���5es�2�C!*��U�砀��&�m�H��J���oQ8��Tס`�����ż/�;O��
������b*z~ɂ"<8/������/��Y���欿���],���|_�^L��Q�j؍�6 �>�q�|[����������Y������ߧt��Y������Y�����żZ�rj��$<o^���Y�Ȕ������򢨭�;����?��g��#�����~�����]m?�t_�^F�/�1��#@'�>l�3*�4(Y���q1�[��a���"�ޕ��v�'�żn-�pv]#NMQ�������<��+#����>�`�TU�7��/������GE��5������]m?�l_�SB��e�x��h���c3�(ѫ�b��S��-X�APEi�+O���|g�9��������.������F���U3~����]��l_�S'll5�/�x�[���J��+�i�f��OE'hߋ����VSC�R���N�s��ֿ�6/����w˟�v������L�Ɠ~mcᕠ�9�)h�:�U�	SQ�\a� �x���ż�maK{tX�B���)���Nyo�����2����s�_�w��������\vV��se�o��x�~����]���d?�W7��,������FC��Up�Y�����ż́?Nyg����2����s��x�������b�f���7�8+6�9���[������U�~����^-�������ثY�����ż
+́Ny_�����p���l��~W�����p���lU��|[������ߦ����W�?����ٿM�[��0�C��U�V�e�o��x���0D���I��\�5:�?�I���Z�vc�
�k��B����c.���!����n��e�o��x3�D���гS�
�A� ֔�8��Oh�s��������X����^I��^�O%+��*;Pw��q���e�o��:���f��Z���U���ܸ%�,e��NDb�f͘z
+�����|�sA{qaqaq��k�a:��XH"x�B
+�߳��=�������G���5f�=�������G���5`4Q�v�����5�W1�E��ޠR��@A�ѫT�/�9�����t�v�&���:�#K,쾖�Ւ�F�CV�=]��v�i�1izu��n��Y[�mHAr��@X�h7��Oh�s��������Y�Oh�s��������X(]ݟ3k�LN�fz��?�w�����\������W���uJ�
# T�M�.-�sqo����Cy:5�^�`Аw�.z�O?K����w��#�����N��.�+
>]xA	�S��ĐK3Y��X�N�������iu���h�Dn"����?8�0����S���iy�7������P���aP,��H�h�c�!c�z*�Q���[��nkk{�g���'��3��=D�6Y\5y65녖^R�u���i��P�a����)c,�DUX�C��������H��?�o��^����#����N��շr�����)e�T�h����"�����7�$>`������,�N�W���r�)��v���u{
+L��$	4�����ԭ	����9���ȭ���i�X�emg�������$^����p���;퀡򟕭��X4=2'����-!V�~�nBJ����rp���s����jvQRzv+�����H��?�?�?U�Z��[����7ڞ��4
��\^5��v��q+�a��x�s'� �TlL2��58t�}K���:1S��qy<�bc����S��
+R�Iżn-�r+�/L�n��R��iAjޒV\h�4�T����a��4mE�X4m>�N�i=i���;u�R���F�qE;��������iu����{���դ}֟�
�7ϟ�����P�䨷W)o%�M"��"M,���:��օ�H�OnG���k_�|�x51j�����!w��u0�1DNr�7h0��x�[�����).Π���fo������g����S�>_*ֻ��A��x��5��Fl���^����#����!�5
65b�OoJ�
+�iS����k�dM���,����g@T>h�΂#�o�G��r��S��]�ǮGr����żͅ����?��������ߧ�?��������Xk6_�9�����_�{C���������j��{C���������j���k6_�9�����y��P�{������[����&��9�$�$LIwRF���P�{������'��G�����㵦���d�qpN�?C���֛��1����$f͛ �=�6l��ʯ���]���7_�u�
=-mo|��)-��O�w�k�T����b$�s%4N�B�
+N?C��*��[�w�0��}�)�i�������8���34xF�Q����I�� _���D���|���)-������)�j�̱�;���$��<��������L���Բ�����K������O���K*��S��=C�&�m)"�?U�D3_�rvn
+��~�u�Y��Ŏ^,�q���hN�#>{LjD�������_z6+3[1W�H�78����İ�����C���w�q>P�<�`M�W������/���-�#'�e�+������O�;H����[�}"/˕�`��Ml��‘�
+���x�r�#UH���(c&Q��S��3������T	�W9��f68Dc)H�"$��8���s��:����|��;!���(LӍ/�6�����t��o�Zw��=&�U~#�D��+K�=X���)x��7W%V�}0���z#ԅ'�k{x������ޮoW<�����[X׼קy.k�~Z���M�]���Ŵw,���\�7�1�'�*'��Ck>o�˞��N�_m/&�X�iz:��](�:j^�Ar�3�Xq�܊����x<C ""&I��j�\� ����K�2�!���
�����U��}��l��^򇑭���^y��]��̶�w'�8��5->���2��,�-�՘�����&%�폗g��w�%��ek{��5�;aq��l�Z����5���zd���� ��W�����y��X?��b��V�\iW�hv���-֔��1��y�	�'���yr,�Ԛo5���n����.e�
+�.k��J#�B�noP
+'���Z�;���;"7��e[{�|Q
+ɸ;��0!��?���d��P�o|��/K���t���k��F��6�.Ռ��q<>��ɽ;6���ؚyCQ��V�����u����~d�\/%ߨ�!���΋(��V/O��0������)�'�4O4hWq���g�o�:2���L�d�h��$�K��A%J���8�S����Zϙ��}/��O0$_�:�>���zW6ʯ��#iq�P71�ū1h���	X�#���#�Vƿ��⭹�zqd�
�f�^��^����*��q�%�)$��:и���Z����U�H��#�����^4��	�3��Ԛ�����Sc�������?��������렷� ���~���ss���F�����/����?�9��R����7�YMeDvlc�f:)���39'����rm�y{��>��[���֡�.t�<���~�Λ
�P�y\@&��L��X5[,R�`z��/��7��>|?yQ2�$�g�0�u3�j��/~�{�r��9��4h�����#��a����ʑ:)T(��4#dP�n���~�#v�\�WD���I��`��S[������y��
+���$R5�:r=!e��ڒ��uݽ��O%����e\Bx��'��ٔ�;��W<נy�_����<�z�]ϙ4���w�.~�o��N	!��H ��.�d⺟���2-.#�}��VK�?�h/�el�>����+������NH���\����}Y#��{�`9G5��ɚ���ts�q����Xt�����%]C)߱�ɽ��c=櫬j6��/y{M�Μ�D���K��"G[�lQ�7!��5Z�I��0������꺟�_Y��#�X����,�hH�v�I 
j;s��>|ǭ���sz��}G�_�wڿ�t�(j���X�=8�WC1]�R춢�3ZI��ꈇ�!��-C3׌��zߝ������mOX�L�4	4��hpEd��]��qqӴ3 c�G
Rh�c���%�ޙW��F�o�Ll���/�{����6u�+��BmN�|ū�cEl�[����'�M�k�uk�O6V��8��Q��V=R9����>^�"�JIuN�I�Ԧ�c�p���2*���++|(���e�p�QѴ}Y���qI2�T�Pc�EV�L�dQR~����oϖ�V��k�-jH��2���}r)n-��_��e�3|r���3��1�˺���J�R%�"���^���Q�Ȗ����,����zPO/$�F2D�$��Vğ����ʭ_^м��jZ�i���s�{���
�ݔ��S�x��A�̷RV8
+z���:������Ϳ��ZK�&���m��4���ۭ&�8a�y���+)3�Z�K�C1��H�Y�����Oiu%������9t����)�.y����1f��$�Y#�C#��`zrO����e4���x�b��(*Y��hT~�wA���������;�}�ᕛ/���9�c!�+��xd�E�����A��V�f͛�}n�DKV�.׳�V�K[���E$�V+X�sD�؞4�a�j�%����|nQ���դ��W3�1�HK,����+��A�y�����P�<�=�����6������Y��[z��y立�V[��u%�a��߮y>{ۍ���ܕ��/࿱��������_Aq���8<*
+���r�cxV��[�Y��9��]Z�5̫J��h����Af�
�B�I���]BOF��	.�����P���@	†�n�#��7Z���<7Q�w�j�P��Y�f�k�F��)��/�K�6�Q���Yp�b��S����uqo/�/~�gs<e�/�~�c�����,��(��D&��MFԼŬ��_ѡ�Σ�^Ca���H�[��(��������0��[~ny�к���˖_]����{-h7?V����D��N�T�����Bw��+�����������b������y���	�k��r����Ң�~��VkX���)��Vn�'Ƭ���{�*4Y��?�ܟ
+|�����F���R���S�������T�i����������2+�h�����G˺�?V�t�ɬ/�����ʹ���6en.�UX���d������̹��s��~t��������Y�����#��w��;�5��)4�I+��[�$',�T���b:��'���k:���
+/��Ж�B*��og��Cp�QJ��{���&��mi�=�q�>?-��Ⱥ����h�ο�;��KčK�����BaU���>TZ��{=�;@K.���8Fc'��� �Mz���,���`m|�0�W������?�+=�y�M��SS�5(o�$<}kyD�\��)%�Q�EF�;�ğ����y��Z�����̞G�"�|��O$�yco���и�%�p�3+T�ek�a�����c��*h��.�T]A�D0��m��D(&G�H�ޤ�lvP����#��H�u�r3�V&�g#!�$���/gf͒�-Ǡ�ygX���&�qe��v�0M<�[R�;�%��G#�-�(�F�C�2�t�1'����ğ����y���~��tmwQף�E�L]��[8aK�g�6
<�2�����dJ��ңj��`�խuM+P�/t��=��qť�:s%���:E at�	rC�T��v�j�d0 ���޸��~,>twL��"FǤ~@�x�?�ijgK���K[�G��V���&�a�;=Rk�������mJK^ ���c��^Q��¿�Ʊ��|����B}>�y{O�%��u�b�]nMnh>���n�>���l��HdZ�&,��[�ğ����o���9¼������WZ���YX���6��p�ە6�r4g�Eyy�W�$u�#jd�]���t=OO��>�ewe<��?J	ce��8*�T�R(0Wʾ�
u�{	je(��	����Q�&�l�C�՜V��-�/��4�No2\Kw�ՓR���1�w	l���#�wj�9R%jz΋�/.�>\��#��ڽ�ޓ��RO���.#��(���uU�1��>���SU]B�x4���J���!�n��$�m�i�4�����b�۬R�f�Q�dr��i��3�I��
z���m?M�������^1���~��oҿ������G�y���8�k��B��Ӵ=3O�.>�eiew�OV�U�� 
+ܔP(r��[ۗV�%��<� H闱뷾z�޳�.�%�F��_\���+g֓���~���������Խ_[���������C�����:ל�Ŭ����v�����z���Iկg��I���,��ٗ��”;�����D�T���
+�2�2�����-��us�֡ �PM!VuQARv�o�-�
+ʭ.ཁn-ے5AQ���X�bcd�,f����G(�ϨH�f��?A�鋀I�
+��"�~ey�ӥ���9�N�(�'�\���y�����·�{q
+���46ڄ������'�d`�8;2�^��?;�5�]����U����l���R��Y%�+K1�
+L,��p�zB3��o�l=��]NY�f�<p�b��6d%�#Ŵ����S�d�))ƈMs���'f͊ˆƮi�{��� �C������3��ƭ�K������{�-:y	f���>&�Dd�K�t�?,M�:�K^o2ͤYE���Z�֖v�c���K_��q�efOTB���EA��SE.���R����`�l����.��S���%���|��?pR͊L��l?����D�ե��"��//g���V}~�KŻ
��[ߘb�+�����8�F�p��*t����)���ʟ�zO�t�}�c7?�o��le�;�R[H�K_]~tWgr-9�+5�W�Q��V�}��r�{og�c�`-�l�Gx�7>L%浠�,Dx���.�5[y�����G���,s�+���=��36uM�?:~e��+��+B����ů�g�[K봟�gk�ۥT�!k��bP�V
+�
+�}������lEaҜص�I��1W�%IEYZ�%Uc⼜�#�3f͕!#͛6�q�wv�[*�iv��@�:��Q@�ʏ�ڡv$����H�������K�0��վ�ר������ٳf—f͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛#v�w��`�����m�cY��a�u�"�)2::����4#
��Z�[�]COi�hH�m�Im�x%G�t�Dd�6RA�‹_$h�6�YY^k���Ѭ6�����qEjo@UP��
+��N�e�Y.����
+�4��4�2��2���;�#��#1,���5��/��o&<����iڌ�W�������.<�带�h���">�YX�EAȧ�<���KW�C�#�+ȡ��"���^�#��H絒X�Y"�Y����s��R���u<�yyy3�]��yW�r�<ұw�G}0�31%����O2y�W�n�&��I���onM��P�6PGkq�kQF��"� 6ip����o�]�c"�vl4�J�(�x��!���X�zr�S�@a�k��e��Lk{���!���Q��Ӧ�.��.ᅷ1HӡS��'�T����_��_���M��~���־��#M���_�ϝ)�k޸#@���������Wߡ?F~����?V��־��r��_���µޔ�L������iߕ�lԴ�?\GЬ��Xd�ӎ���\���ڴ�����`��*i�|��_1yJ��RտGKg��qogw�j�v��d�<ѳ��7*��s*�0λ����W�������_��×�Y��~�����Z�>R�=^�k�q�ژG����+/�U�����j���L������o�?�>��/��8}w�������˗z��wW�gsj��^�x��H>k��B�q��9�zփ$3�VN������V�5;y�٬�$��\Z�<����4��*��֗��^ӏ�a����&M[H��T���J;[�]��Kl�hg2 ����,j/^���ء�QN&`�����#hz������d�<3�3!�FD�Q����t|ծX����8ܙh>d����Ԓ	��=ʹ��f!4r�\Km*��$�~8��\�0�L���8%����5m.=?�ZW������g�>e��MAo��U��	Ze�hB��H4����hӯ8jz���,5����N�Ҵ	���ȇ���sE��D
+EO��-@���:#9c��g.
���eg�KmĀ�z�u<�xE��HA�ߣ�b��c%e*k�w��aϓ4�3Z󧗴�nc���V���q��{��W��Dby��}\ޮy�͞Y��?+t��/"/<�iwZn�.d��^�P��2�<�ə.��Ld����->�7�#WտH�����h%���X�r;AO����G/ڭw�YÂg܄��q�8���0:�\X��} G�ި�{��@���Hsd�O�w�<�5������T������Ge�=���~��
+--��9*�mTwVJ���Eך[M[R�|�>�髹��>Z}@�P��n�Z���q�;>����M�_j�v�6�ȯss"���#@]���0Q���5���]]]�����u`ȷ��H�-�J�D��P��K�
+���7�7�~W�`]K���E�g�}>T�I0׬��s�r�OP��#H��%�t�ϛ�q��/�o-�ﴭK˖�D�kn�3~��'�}>R��0��*6R(0F<P�!�$!*�� ���'#�<y ї&;;�>a�$�V$g`��($�E,�n�O�f�DTgFU�y�H :�+Q�*�|�O�]_N���������Ok����V�_���tA����O��UxO�i�T�zI�m����H����)L2H֢�����!����e��V�Ez��\��W���a��s��ֵ.�m����7��������mc�Y	�]9'%��jO���ځ��<�o�A
�)D�cW�tD��2_6I5ȴۯ/�����4�Wzmŭ�\<}B)rng�RCtޠV	�⫾F�E����D �m ��X:�qʁ� 0�	�#�~VkUYt	�x����Im�]�"GʍB)BWjqߐ��s��]����V��4/�>_��76�t{�ӭRH��)P�f'Ҟx���(�P��k3����yZ��E�)-D�SS�+������-��X�w�@��Ax9,��@cw����.����z#�>i�n���������sY�y��7w����֭y$3A��UT	�mg%��a��y��(�����w�Z���X&���Ѳ�X���Z�YAok<���]4�G�u#����1{�_�:43�ޝʹ��"����A�5V0�m���gN��[�6XuW�r7ؖ:�Җ���?	�q�J�V�Kr�
+43B�.-ޜ�zV��
A��+�4�f���E0FlٱWf͛�}n�DKV�.׳�V�K[���E$�V+X�sD�؞4�`�·6�ݢ�<6��w��ְ	�eXbV�kDE��08?W�,5��[�r�e?֭'�����)�RBYe��'I]H�B�o&�2<-su�ݬ�uz֭u��U�&h��tn.��2�Q�W[F�����y�{�},���m���翾��-������Oo�� �K
+<o�?8�W��r��Vw7��a�]����0=��[j2��"�܄Bh�G�7�O���D{?�%g��/�l�;i��xnB<�\Di-�N
+����s�>�ս�^\���̈́��yk@�����m:$��tR�8�t%��:�����꺄����]]Kş�0�wn*(&��_����y���	�k��q�_���l������P��������?�O� ��ъh�6��-gN����uZ�
>ߒG���H�D��eU��Y��J���R����Q��»�?����+�����������d���#��2����Kscu�E����ֱ߭�S֬�O�YU���NT*h6��|���/^���t����~X���E��)m��P)��|���/^���t����;Z:s���R�����wY��ڎ�y5���4�ѹ����9�̭�Ԋ�{��v������N.J��:?�s~a�_����B|�h����2�8��ٳdW��͛=S�U����˿������M���Lּ��I,V��j�mԐY�ɮar���0W<j�W�ʯ���]���7_�u�
�g&����{��Qse��K��#���
�O%��������L�C3[\Ep���E
Е��<0�����/�2�D�~����O����$�K��g���9.aԵ+�I��$�k�n�U���Q��j#�\��G�7#㔈V\���)e7#)����ۘ���P��N��#
+M1�"�'�6G�ˏ&jZ�����-.���A�.�5�38�ON �mq������ۏ&yZ�Vе�#>�帚�Y�X�x�2����ֳs<�/���>9��NQ�$V�lG�H���WŽ�{���l�4?�
��z�vV�ź;:OB��i���,��W������-��6��hz���/
/^kV��R�&��H1R�#9j��V�)̈́z���|ǨO�jv�۸��������a��ci4>�Z�δ`�<��c��{ S������Ɩ��Wg�)���>=w�G�7#�������=�$c!0H��#��[�{���\�t���7���r�#����kw�y-��	��F
+�������V�m��N��L�����3#i���c��b�5$vo��`�Yo��,Y���+Y-uA6��ouu
+\Em��B��S�i#�Q���F�'�|��۽6��]��k� �tۘ.���7J�)W��#�*�;���pϑ����䌥-�'���P=?Nޞ���um�LW\�MM��Y�8�����v�����3��4�!;�\��4�W�y���龲�%�S�l5hHSPDZ���+Ϊ��М%́|��/�:�]7˖ke�]ܞrM,�S���3<�9�N�������	{}�[��Z�jw���i�jV�5����7H��A��d����������⪻޶����a�$�	�z���?X�u-~��-Ra,��D����(�T�8�
+$q����b���������W�����	�дy��N
+�}-�]P���&�H��_6'�����Ǧ������qpڡnF��=Vc�H.G��>�yc�C��5=g̖�^�f��l���@,����4��務�hۉ��g@�|sr>8##q4xhy};�?��{�&G�&�	:����yL����,�2/�`�d���h��j�N�MdW���Z����}��m��Gg�.�L
,05�0Cl"�.
+���+���EI�jy���k� �2�L��.�����U}ndif溓�ꛈ��9���A���jm������[+;-1c��V:�f��mM���K+��L�\��Y���C�G�7#㈔�@+�������Wu�22�I7�w׎����F��V:���jP�ֳ'�a�!_V(���1�HeG�D(�Y$FVh��U�n���S&��r��1z(�ȑ�h�!�8$j��q�.�Y�����&��P�V���p%��ͥ�Ջ��x$��h}@�۝h6Í7E�4�CR�4�q
ޮ�(y�kX��b��/�{�r>9���(l;������W���'�O���N�I�{I-',�;�;��y�W�������`��H�Z��hQ=���V�����#����)_�F;��b9���:�^�}7RY��o��5��-��<N���Ȍ�F�
+�5Y�y;�:���wk/�R9�c
�ռ��xy\���*K*�7�8��J�w��2�|q������^E-�y\-�KT�����]So-��W����W�Cqn
ż��7�Ik<rAu�H�E+�+�8y�~j��Bק�.�����涸�ŕ�ݬ3i㍜�Z�A$5�~�ա��\��n`*i������YFңE ��b����*XTFnG��ٳf��v�Y�=��&nWv*UK;刹UO�R@n�j��i}k}��@�OS��㪺�ՇppO#�.������2��p�I�PD*�׳b�����#�l�H��+6
2�>�K�@O?W���9I���1>���?��{��i��d���u5G���f����ן�w��������|ߣ�?��{��i��d��Y��<��sTx�����������
+�6ٿG^���������at�6���]��bce�
+�F�0C�F%O"�Z����Q�?떤r��A�Y�-L�4-mn~�������y����K����i�s�'��;i� �'xI�q�4�×�fb�ؼ�c>��{vEy�ЩrB�
;o@OA����z�����O���c��~��ͥ�p䣸�b�0A�WM�Ó.\�12��쏙�Y�>g�eg<�t��&�I��Mq<i
���z�S��	@C�'��v#�n*A�͝�ޣe�\G��N��ܜzb�B���
+j�����7P,���z�4���#�'�?)��eh����UV'Ԗ�b����j�JZ���jsx�'�R�ʾ汦�G�$6����Tz��Zuƒ�R�����⧔֩2D܈�8�Ă���~��sg0/h�Yǧ��m��WV�?RQKԟ�"J������Jm�.<�廫�������5�\\�y�0�B����j�wbA�����-Zw���������E�O�jӿ�d��G1��h�QlV�v���Ҏ��_S�������Y���e֮�P��Ě|ZS���+g�vQ�@�mj���jז�j��qM<��D�>��D�%����i��-���cYdaU�NJ�+�9_�gC�k1ژo�n�xe��E�E���)�k����Ņ��-�x'��yG"�aU ������U�?�N����������-Zw���������
+�D6��#	��?�Ξ`���y^�[[��c�粳���OUb���k��
S��7;np�D�u/.�:w�4i����7����ROJ��E�'�"��Ph�A�0l羉�X��ϫ�������[��}O�z��/O�\�J��������ZN��$��[�q�UbI��O��Qy��Z���7�Q���*�̟�է�ɿ���b�O�<�#����Yn�3�o�6~����G���a�#�^���џW�����p��_���~<"���K�ZΣ�
fo��:�������չ�����F��ɘ�*�;�![����F�
Ιq���h�A"��]��[�;P���U�?�N����������-Zw������rOH��A�<:�r�%a�~��9Y��_����[��(�lo�0�tƏ��G �U ���v 2��s���⮆��r�����Q�!"�d�R������߾u?�T~e�����CToRj��Ѩ?,3�����v�֭8�Q�;J����%�7��{[�;"3Ǡ�pBf�v"����_�]uzx��3�����7B?��=v��+�����u�3F���/i6z�k���� ����#@I�I$�K31,�K1$�����(���
o�Kt/gk{�� ��W��[x�Xdz~��|z��;���V?p���L������X����3S!�y%�Y8�"I��Ȓl�y�Z��S����lػ>mI��p�׬ɠ-L֓ء��ei5��d�x��Q�%�(�T�m�#Rj����\����Ig�]�k	-��Lu���u+K�����ydYb�y�`�;�1����T��#@�4�m&���R�{��WvF��(wTf*������J�q������X����3��1����c��$��K��s���c��9L��&���������w~n֯m����TY
=���� $���(Y$&5
+���T�`K��;�O���_Y�-���B�$�!��]���B�ET�j<��sTx���l*��~c�������I������W���&��:?5����Mf˨����Q�?��?�f���1���P�a��y�
+W�I5��9�#@8�FJ�k���o�����1����c��$���G�!��S��á���_a������\�U������Տ�?�7�;���V?p���L>�t~k��9��͗Q�?뚣�~?�
saW�;���V?p���L������X����1����_������l�����\����k�
+��ߘ���z�����f��~c�������I�������N&�e�x�������\�U������Տ�?�7�;���V?p���L|#�����?�s�5�.��~?�5G����¯�w�?�^�~���d���ߘ���z�����c��G�!��S�ɬ�u����<��p�6��1����c��$�������Տ�?���:?5����Mf˨����Q�?놹�������W���&o�w�?�^�~���d��G��������k6]G���j����\5ͅ_�����X����3��1����c��$��?Ώ�|C��?�Y��<��sTx���l*��~c�������I������W���&>�t~k��9��͗Q�?뚣�~?�
saW�;���V?p���L������X����1����_������l�����\����k�
+��ߘ���z�����f��~c�������I�������N&�e�x�������\�U������Տ�?�7�;���V?p���L|#�����?�s�5�.��~?�5G����¯�w�?�^�~���d���ߘ���z�����c��G�!��S�ɬ�u����<��p�6��1����c��$�������Տ�?���:?5����Mf˨����Q�?놹�������W���&o�w�?�^�~���d��G��������k6]G���j����\5͜�ɾa�?�4�um'Q�a��Yn���"9 $R
+RA�$_�����W{o����|��K�&b؂XCQ��dA�i��"����K����H�$w��!Q�?�e4�P>��iz��:.�maqekwh�sj��$w�m! %ͱR��w=r5����h�Wrf}jϜ�*׌�j6PA�nG��4�x�%(����� G"�ǏU��`��̃���c�����q��������>������=ؚ�i��u
KH�v����okz��+ɋ1�T�)*�"����K�Q,#ב��W��$����3�-Ԓp7#㛑��g�g�sd��FT~����|<81`�b���,s���2�de~���i5$���dkM�����5}OO�c�[9���5Ė�����I
���F�� � ��)y�i�[�FmR�Lc=��j�ƗWq[>������2��R%N��$�k!�|sr>9O�6v��;|�ɴ��{�s����&���5kt�n�{������)mm
��,�^��\]"+�y\rUn�J��~a�����oo�wj�%��֞�P�����}Y�h�`#i
+�����l�\�Z��}Vi�����Z��W����\��L&kx�X�^V���'-����*jgX7���糹տ}:���ޟ���q��&�@i�WͩX����OwWw�F��yf�B�Ƅ���6��v���i��w
���7V�,�� �t$�68�H�MD�;���/�ˊ[�;�'������.�t�]/�a�Y����n�]#G"It���^,B��0O�E�_Bb1���m5�_
+�0\�D��ߗ���۠��)LM8F1#*<�
+�����=�ib�	^	Ѣ�&)$n
+�:�`w�M/L�[��I
5;�H�&�����I*'\W5]�ᇮ|p#㛑���
+�/�6~�ě$�f�����
+�w%�c�[[i湆.+��r�$�ʕ<��M6�p6l�[��;�:f�&�ik/�^8!S5����Efy[$3�+�۷����D�t�Ĝ3����4�5dKt�i�}4�2��2���;�#��#1,���k
F�T����L����pZ�ihd��J�����$�+T̵�_=k��e�5~��7������m@q��{[x#�v�O��4�9�0#����G�O2j�m���5�!��Xm�ɷ������`�8-c�(�8�DUD�%�X%x'F�X����*��hU��z�f�ώ�vmr�{h��K���X�_JJT���S�����nG��,ǦVlk��<��dk[�^Mg1OS������R|�`�J����1�\F�I�dP�Z0"�8	t��g{m��ì⣸7)3�4������r�GL����,2ͅ����?��{��i��d��G^��������V�e�x��������_�:��������O��u��]��-?�k6]G���j����\���p�?����M�y��P�{������?Z��MQv�.�i11��`#m���#���B���gO��8����9~�����;Zo��A��')�ï�
���㵦���d�qs��f�8�i͛6z����%���
��G�a�������1���6~U����a������?ѿ�9?�6������{����s������yɔ�&��Շ�s������yɔ�&��Ն�f�ɬٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf����s�͹2ƨ�3H�4������@=d'0��i����-��������[�eRt�I�9�K�#��0�hMz�4!9�:�w���q��cf@r�~�f͎B���^�O��VPՌrƗV����'6׊�#��+4ֱȶƸ�{�8z���O��&��l|�m�I'��}P�768t�.�O�e����6�x�i������(��������
+�6�uX����
�	#��p�f2.���nZ����$kr?u��ܳ��\M~������s����$r?��ɥ�vрn\z��zp�xIy�,�|�4n+Π��ra ���{n�3��ĎsI5�mu]F��m5mB��v�-n�0Ae���a��[�0n-D�kR��u�}~�M�f5�c$$M� wd��\�`.Y%�	$��E���Vc����~m@��Ȋ�{
�0>(�:TЅd���S��8us�[h�&X>�!����4��{+�Ϭ�q���X9I!0|���.���J�������s�SN	�ZäI��ꅿH$F���5}���KɖDT@]�����^�Zlc���_������z���Z\�<��ώ��v���SOF��G^$8�^�H�e�e`&��{��
2��Kx"���kdDI�UJ�焒L-�.ռ�6� ���k+�ᠽ��3l��R�	�ޜo�	
����aߚ�j�F���5�9�_+�oi�k��V��yZ�v(��0~�����B��l/�im�Z�6��r����D��Ŧ���a%$���@\���H�B><�j�#Y��r���^1f:���<�����dI>����r���x����WD*�k�Ϊ�̀U��'�?͊[�	I%�A���-ͨ���90���ރ3�4�����V�sZ�E٣���t�����
+��;��%�Q�A4RA&č�UF;�����]������~�l��$���
x�"t~-Ӓ����S�����zС~��(H��b���X8��Ii���k��0�3�&`��i�����k�匲�-�y%y�Nl�.���ϫ�h���u���5=*m�����^�eԯ�����0�%z��p�?����M�a~���=O�`����m�F�y�^�G�E��ֵ�/y��Ch]�
f�̖7��>�i���:�����AT�V�ӷ��/�<���C焗��i���.rW�K��O�����9+�'������tZ�}Y���;�G������3�2�Y��6�_�6�����0����ѿ��/��b������b���I����vlٱ|ٳaK�f͛9�璇���r7F�\�e΃��扥��I�е�>�a}��ߛ��	��eaӱ�����5�mD�1ś��2���6��ŗCuF[s�۳f͞w��[���u�:,�[yoF��}8��Ε�ڤ�y�?�_��G��̷�[�<���_��o*��:_X���В�}b��1	���)�v����F򿜖��^x'�����D7a�X$���j
{|���������ݿ;�*;��fH�#�UI��X+�]�X�O?i4��F���G ����O.1x���MK����f1��ql+�n |.>��f͛9��_'h���4KX�����tn���%Π.�D�K4���gp�ZtZ
�N�������/8hz}���N�a�{�Ԓ�eӖA*���]�8�U��fv���@��P�����S����l���[K�
4p�g1���ʧ��y_D����kw�Ͷ�>�o<sM�iw����9��)G�kO��şm`> ��g39�r�8x��""C�;�ʚ|a@qJFϬ�[����Eٳf���W�zG��������b� �Q$��;X]`V�m���Y�7^K����򟐼ѧ��^r��G��c&�m�:�M7x�;^��I�M"�W��������j�O��W1ܭ�Ve��@$`�V�O��;� �GR�&֯tՒ��G�@��K2�&$�$,�o_�Nc�f��K�9�J��H�2�b&%�G�9m\v/�.@��Lȑ)��(�����ٳd�?��K�4mX�'����-@״��Z��Վ��Q���No��
+o�;E���{�(L�h)�C���V(n5MF��8G*�us,kN �l2Q��lk!��d�c31���`��z�����8������ٳf͛6k�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6l����ǯ�B���7�C�gY�M��8���(]���&���{l�9��_㙿���⸿����Z�!��l,�=s��O��?�M��������j��N�g6��զ���y�%ȹ�&�
��6���k�O
��+ګ�E��Q�J���[:O�����V��v�$�G�t}MN]*���������$����D�����G�B���2c����	JP��`�O�s{��_� a�����g�\$w�v��T���_�^Z�_�R�n|�ec�'�L�$�u=3N�-.ON��o���1w��ݦ�٪�5<�v��T��V����B�[h��X�R[���ff>,K�9�?ľc� �򿘥�<�{�}~�ᵵ���sȱ7�T�xS�� 
+np���z���O��K�N?/�BH�B#��8I$F�K����j����/��~V�'Ь
��ٝ>63�M�Ѯ$����G�	%r<�>�1Ӽ��iZ>Z��E�`�6�e!i�� �F�K�D�2q��_Y�y�1�s�e��r��$l��Ub0�dLF�)D��)��J�֍
Ʒ���
Xj��6���v�D��[�Hm����I&��UBЇW������k�{���_3
++�E�q^�THPV~&���v��XԵ5�9��"[�YT3Or���3�3�S�'��Rj��N�R��u�ɋ�]ܽ��
+e��̌� P����;g&�<����&�<W�dMrMGɺ����[C�GL�9�zkC��$��T|]A_�/]�.|���Go�yY�5�!&ym��]*^7�$�O
+lƔ!H����G��˥i�\X�-�yf�	`7��b�Iqڍ8����Q�o凑��KM1�����������UTkeI�V.*�ހT�9�2G$A��@�
��\��
����N�'�=>C�8�qH����W�K���M3ʾm�Jԣ�"ѭ-<ϣhw֐Ou4W����s$��32Nу�\�UR>o˫9-��Ռw��|�i��X���I,l!�3Gkh�jq؊��u�6��b6ߥ'��V�����
+S�ҋh��g~#��r��91�ŵ/<y�U�m2��l丶���������9��v��YB�HC�=j�Z@t�;�?4�R��J�R��mRhM�ۯ��m>�����*�}�X�P�<��-b��L���L�_��&֥���Vu�e1z(`h�`M6N4$�M3�����~RХ�f�l�F��d҄ח�+i�1@�ij�"�|!@+�@$����o+h�E:u��|�
�?���zA�|r7>\G��N�̬�a�$�F�'>3��q�ձ�X��c��o��F���j�6�ya�X�P�CMQ���y%�����
��ܵn����`�@�%�E�搚�i�����mqqq����g�dIdVH8�2��sٕ��ǙuMu�{�g����cei���l�$lc���I_�q�V�S�n5mB�o�nk�]-���ԸOW��)�I��ߦ�9m�����I��R�����o��5V��O[��tk��E������^Z'���Ǧ�_7?�D~v���-�;�u���\�H���H�W�Tn<���2��.��{n��`"=B�U�d�x�!��fy��d�dNe�B8^Ԧ����94�*'���,�Kq!iX���w�ؒO�c�����Tfb8�m�Ԋ�ҹu����m9��ˆ'��o���PҼ���uo1�Wz-����-o���Ym5���-���GI���� μ��J�~y��M�_��������Ewl.D
$���,_\��n	+:)� �/~�M?�^a�uҖ��3ZAc47V�ז���GP�5��RA*��2��m�(�+�z��s��ͨ]�^����Em�@(Q#E�QU(�gD�'����5{S~�d�w���y~��k��Y��KY#"�̹�"�7�t-O�SG�O{�Tk������Z���<��h�$�F��Xrh�`�^س�Xy-��-!,n �ӭ崴����ْ	ۜ�d����&8x�]�_���_��h�dt�ch�Z4~��Je6�5��׋4a锥#�3�q��vo��N<��㌮Q�@�.W̳��ʐk�g����ou(u/�hzg�n��4�2�$չ��Ԥ�D��\�<=Nd���Z#��k/.k������X�dx�\���5n���Zg�u�&�P��]:�}M��ɨi�~��f-���D�s�D���VԓV]t�I.��B���}i^�?��9��6-�թ뜊���w�n������u��<�}��`ְG��v�	�"s���X� �]�?��<������y��徽�R�I"���6�Z|1��F4#��W�b��|���K˳���b�����M�I���#�X���e��	���f��e�m�L�#Csa�*A<�����F'�AG�����
+��%�#)�"c!�DP�/������idp<�I�9FS����#�i�͜h:���t�
8hE�ѥh)q��\Om�=��.=i}7�n�}�F�UzPW�O��+�#�Zw�����|ϣi���5�Ž�7�Z�$��K�k2�L�0���|)ϝé�[YK�A1��{�.�E�=�ʑ8jrD�t=��(a���_�	�mJ�*��}V��˔�NS��h��'n#��r��91�ſ/l�,����J�R��mf�ܭ��^6��c���*�}�X�RO�\�Ώ�=8i:s�d�LV�\�]�*��J�}bYLq���4����8o�j2���7R�"����գ<<q�߄~�6���j��ya�X�P�U~���[�Q�}sw-[�d��[�:ַ{��CPK4�Ʊ�cgk��B
+b����~<��'�f͛)lvlٳf͛vlٰ�^������0S��ɶ��>���:���{�8z���O��&�����(^���l��������6�h|�v����7�c �����W�����㵦���d�qs��f�8�i͛6z����%���
��G�a�������1���6~U����a������7��,o��붰\�w��=h�N<��9J�'��r�(��K�?�Io����L"n�@�X{�?�Io����L"$�����a�l�ߙ��:_�<�s�YZ��h��eq1��P�Ȟ4�'=�M�A��*E����̟~���x� ܛ$�kY�]�]�i�b���g����Ν�y�L��-��~����QH��ee�EU��
�������Q����2���{$9�=��*E����̟~���x���4_��|�������|��w}�6N���`yc��-���'̿�����+��l<���I>e����Hsd{�T���SO�>�/���@h��4��������	��|����L�;�������Q����2���{7��,���$�����!͑��P/�M>d���������������O�K���n<'���Z�w��3d��V�?��yG��|���y���<������?���_��d�6G��@h��4�����������дK�55�cTH����o!���Ae�,S�
(j*1�>_������	�'�<������?���_��`g����ce�O.��dž�a>��0�uc�o5k�~ 
+�q6�҆�f«�C�];��dZ��Ky	�:*Gn��8�,���@��l�������9bY�������7���W>���`�sa��$���H��UEqV������٩�46�B*?g"2FR��e���X@�$�H�/q�k6_&�9�7����O�����X.}:�~�k'T�9J�b�t?��YȈ���ߠt?��YȈ��朘$$�؆�e�o��x���=X��8䍃#��+)� �� ⚭�ך]�����{ib�I
+��@���_�t?��YȈ���ߠt?��YȈ���2���������X؃x�ܛ���+]��AS+�F���"Z����u}V}n���
B�8���������`#2�I�2���n;V�a�����_�"?��7����_�"?��.��I�����&1$]Պ�dN�*q�v�e�o��x��y?A��̗�tW-q$~��/o.�	2C2F�sLcV*��S��^+C�/����ղ��DG��4�����ղ��DG��4�s�3jfrg�,�;NFGo2��@p�"#�l͗ɼNnM�r��K˳|�w�B�Z�]Zs�6v@�	c�F�G|l:
�W0]/���̐��˔Gdx��gZ�v�|����_�"?��7����_�"?��1|d߇����+(�5�x}��0���Rј�H2#P�.MJ�H���%d���2@`�䈧����x�ܛ��l/����ղ��DG��4�����ղ��DG��4団v�e�o��x�0��{�8z���O��&�7����_�"?���f�e�j����۹��R�D��S4���ؕ<�Yk���7&�9`�¤�����O�����9+ȥ����w������q��T���-X������z���?�+/�G�����h��̓���M�t��{f���1Ĥ�4o������&غ�����R`�r{��6l_6l�R�ٳf͛6*�ٳf͛6*�ٳf���?��(��^gң�k�'M���+���P��=h�$�Q�.�y�˺��u)&��U����Kr�2�(�JWP|*�'���<M��uR�|^����!!��n5ޕڴ�͜�˟��s�^�4�4KC��%�	sn�mmfY�i'�$F;�w �.Tn*�-~o޾�}���+�h��w�;]F�H��d6����X\+$п�
+��\~SyZ�[��{ˈ�3��g�N��0Ap�j��x|U5'j;K���l|žfԵ�[]��H�Ђ�mj��!��c���I���1�[��x���C���-��<�n�d�㹔FY{�qF�O�����kcs��Nnb�(�� �BB����:_�>�}gI��ٽ����A��=E�7g�*S�c�<kJum���^�f�%�Ux�tb���׎�PF��1�w�������#H����UR9��HG��ZR��&��z���>a����G{k���?�,��d�%��x���+ta�!�M2)�?"���Ht�kX��-����跓C%�� ��XV�*����v�^CQ,r�N!P߄U/`|�����q�d�.���R<��m2��j\�����:[��XF�==���&����0]��^�l,�����ۇOY�֬��iN�"�	�-/��[�vCֲp�k�Q�T�<F��0^'۩HP33�ٍI>�♍�q=Y���6yw^�c�f͛6l�&n͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6y��q��P���lM��P���s��=�}��m����:�ev���o�:���/�z��֟�ě0�\��z��1��afA<���(���ڴ����������|�q��i�麅�����Q�c��n.Ż y��on켌~�Ҕ�H|���(���ڴ�������(�_5E��ϫk}���}kO���!�e�`Yk-���!!\+�f1��&H�'�����������˭h��.��?�:�<�o�]S%���wE�H�.5�#N�P��=2�CsvX�#-���T*;��÷����F����b��zV�w}�9V�w�O��4���,��IJ	2�|2/�W���k���[����t����;~:��|`�Gg��qp$YJڔ�
�����y1�{�[�/Q�˰Au��PXj3\z%��k{fa��%R��K���o-��͚��1�4Kx���N�E�+F��R7�VR�m��i���|��g>��i�>f!��>�[t�y��e��Һ���p�Trm�#��'������̀��k��Z7�\�bMlx�\c�+Ӹ؟r���;��/�^K��Ey.���@��O;��md���-��"�n@�=�|��+2��,��S�.�F�q��t2�䈱�������m��Z�Q�84cO�Eޝ�c�1�X�o���=��"[�Am ��Y	�И�~�\"��ne�~`�h�h�=+J����+S��i'���co鉖_R�Y�	�Y��q�~b��ua��j�V�5���wq�z�f��Y�IA�]���/�O�=Wɷ�֝>��[yz(n�&;F��[��Iy6������)J�U���uu���_ �<�|����=6ҽ/DEX���%�˕w�0�(�_5E��ϫk}���}kO���!�e�`Yk-���!!\+�c	G��	�F���2�=�� q�K��tn�G��
+zt&'��$����Y�c�jI�(���'|��+2��,��S�.�F�q��t2�䈱�������m��Z�Q�846-j�/��H��,n4��x���̟���5;l6�=ѿ0o�X�s��]�hF����4��n�M1����/�q,�F�̬���8���|����cV��Zc��I�jW���Y�zj9��鷧�nr+�ҿ0�����=��_Wo,>�kq�(iu]>��B��ި,��1�FN��
Vյ�X��Փy�;x5�k;������%�a``f
+T0%\7��a\7�w�g����m�%�Y��B���!Hmͩ�Q�(#V�xm�2�� F�8�;�$x�������j=��0xo��m�D��{�c����)Y���5����K�3
+C`����dk��Np)��T�"6��y���_@�x-ZM��I�f��%��mF�J�;���V���&U�4�>^iV�t�t��th�5�����9�����������d�w�uf,Uc�=SM��o,]"�L����H��;���2I�dI��te��x� ���5y�Wֵ-'�5����?X�LԴ�$.Y%�x����+++ѕ������!�>�������ڌ@����;�%��r�h��+�GvV$d��MW:��w{�#{�/�����L���Z_���G��[D��<m�G�i>e����	�$��J�YL��^#�ݺ�'�}z�R�����C{;}$S;
+��n��vQ�I3f͛ �ٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf��{�8z���O��&�����(^���l����u�����?��l.����z�����������������v������N._�>x;C���֛��1����$f͛ ⽧6l��ʯ���]���7_�u��7��'������\�A�U����˿�������F��x���������'��r��>����R[�����&S���?V���R[�����&S���?VD6�������Z_������o�P��o�����{l�8�����/�Rο%?�r~]�Y��B�d��S��''����7��!�&lٳd��6lٳf�]�6lٳf�]�6l�U������`W�������b\ٳf�V��C�������&+<��.Jz�iu#�ZTx��:h�ӟ����J�X0�T�T6�9NA)Bq��dA��ѭ�5H�$l{�slt?/�2��C��#+9��:���id}?��Ww ��/��ij�Wn<�6�_#k]M{���[�X��-�,CF��'�;���8"�ʗ�ku����6�t�k9��l�j*{��+Ri���m�Z<9�Y�4�8��P�-O���(�����v��$�Oqq�S�r��YHc
�	P���'��网�ݧ��<'	c�>9f�)D���#�$o(���+7�͛6f͛=i�Gf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6��������
+�6�a����p�?����M���vZ�����_�>xI{��)����0_��%y�����N���/�s���N?��E�՗����C�d|�������?�+E��mn��%�"&+���[�f�f�"�*�רޝ0�G��-̔jƱ!,�5
 %���*C\J�M����Y`��Vx��J�ua߭+��-⵸�(��FĒI%�RI',&��̡�d�C�����6l�6l��vlٳa����֛�3�me,'�K�R9��F8ʮ��;��y�,œ���1���d,7Da�$!(Ȁh�G���͛6s]�w�f�.�5��i�/�G�5�+)}E�m#��Y���p�gz��还�w��~y�u���������)H����L�����S�
+��gO:5rK�~L~��Ϝ���뮲���mkz����F��Eh��b%�`��~���/X���ۙ����^�Z������7֡�c�F�RH~(^ ��	V��CQ�P�L@����H�3��ȝ��y)|��w�ӛi�kb8�DǤ*��ޯ���fͅ���k��|˪h��d�5�*��-GM��/��V鈉b�����ч�3۲UG�jF�U�>g���7�i�Mޫi�k��4\[�[İY�2	ݭmar�f��OٮI.��r<åy�Gԣ�����4{�%��/!�U�.��̞���3-G.Yӿ*|�i�y�B��u��y�[˫���	-��s2WP��ѕSb	��j�j�7U�3��e��p\�c:�D��D���@����¤c)c�N�S���vlٰ������v���x�֮�P��I���):�+m2�+�mOL+�
+Y�1<����Y���,����;�e!�D��˫�iw6��a}?�!��3�jś�tR���e�������O����{�jz���(�Z�R�5�ؤ�|P�a�� J�Z㭿+u˚7������^�����zw�b�K��Y�
upҽ"Jh���,�q�8�|R%��
J@	�1��$~�<_Kl2�̣)�f�!p���Kk�]�6l3����������k�7��o8G��?��8q����Ǐ�2!�O6��T���ŗ�u�2���-��h��i�~aGQ�i�bO�
+�pܔ�+NBG�~_����o�O�:u��
+MGG����}Z9ZC�ʬTn��r�\�)y�Aѣ�.|�aqig��;M��G6�0KK3�K}r��-J�c��0N^�ŇU����x��w <=�7,&@w��{�"q�12$�;�M
��6l�[�]�)u����ֹ�Ef��yR�a�o,n	^N��-��J|~��>?���ɞ`��By��~a�Y���d��"���M�8�%�Y�@g�i�1��UZ.�6�GkOO�Rg��eODbP*o��><�9LL�	��J�A�;6lٳf͚Ʒf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛<���8���(]���&���{l�9ɿ����������m�g2�K�s7��~��W�S=s��O��?�M��g��i����I�� �Y���zo�mZ��L���?�M��m�O�;i������O���������"�v��T��n8v��T��nlٳdݛ6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6l/׿㇩������m��ϟ����Ο� p�^������0S��ɶ��>���:���z�=}ͯ�<����kM����?����C烴?��i����\�Flٲ+�sf͞������o����u��Q�Y1�
��׬ξ����w?Z���ʯ���]���7_�u�m��Z����_�JMj����HtǸ���-��eYR��� �	ڣ,��{������s������yɔ�&��Շ�s������yɔ��]�е
v���ڤ�&�q(��V���ڣ
+	>�%����0��-J� )?�Ⱦ[��M6KH��f
=�H�	H*h�Ë�r#c�~������K9Ƈ���O0j�^��h:5����������J�F(�w�D��V�B��J+2ϼӬ���/j������-̢�a��+*�����I4�����e!7$�=�ĂB
+���M��Դ뙭/l�K�K�wh��h�:I���V��|�Z��ϑ4MW�g�'���,G���}����z���m=��t$��*N�1�ı27&2²���i^�'�T���$����Y�EA���N���2j:��w�4�{�-��8�i�߷�|_|���mSR��t;�2�kc�v׍r�n%x⌬��5[є�T;����i���p��7 ��xoɂX�2�e�^��^��*�j�N���'EA���N����T���$����Y����Z?�?4no,4�GC�j-�V����ҍ�$\4��Zv
+d�$�"�r6������=�A��5C�Z��k{,�-�i�[1�5��+r]C����1eɜ���t9����%���	K.<[�\1=,p�.�?�nl�Zys�Z������]JZ�+{�V��k�k��U��!�3*������w ����?TXu=Z�X�!״�.�aJ��B��ֳC�J�9r�KM��?��I���T�~������K9ŗ�7���/�l�O2������T����kon���J�1�N�N��b�QV�+@����:��s�-+H�>��I��+�+��=*�@u��%�.9�In*��?Z��<F�6$6<�l:G��h�c#$c 6����T|�]ۍ��l�'�|�=��������d���S�L�MI��#��,WSt �^B\��w���"�S�����ê+[6��Դ���um�Dn"{t�!^~�%��-��VA�����P7�����f�
W�*J�*h‡q=s?/���������Xk/6�:m��u�N��b��w=�)j,P�[0���V_:Z�B�I��������|/-'�{�	s��n �$��Q��j�c3�#��+��@�����P�9ۀf��"D�#����d�H�X�>��J5��V�MO]B����(Xm��V��~�Iݺ�u��)�yKR��}V���X,b��MR�]:�b��߃Io8��b�2ּ]Ҍ�m���=�^<e�#^1��T�`�*��ſ��_�ɾ����r!�̫O*k�W�5M~�{=:(c���l�u+����&fP���XnP�(��/:Y���?����&��m��:>�4�_��Fn��(!�V �VC��z
+@ H�$y�ǎU�
+������c�!�H缥LR���%�O�|���5�ãjZ~����v���%��t�2�MBSi<к78��H��) ��mN�C�4�2Y�6��K�a���mv�yK4�ue�[���ޫ,��UJ�r
+��?e����_��7�~���7޿�Ns��?9k^`�W��+�r0i�/����Ԭb�u8绎V�'�D�s�9^�91u����8���/�0on_�Ƴd��H��%��4�
���i�tK�մa~����b����z�h���*7�,/
+��_�ɾ����s��ߓ}���4�l��vlٰ��?e����_��7�~���7޿�NfƂ�vlٰ��?e����_��7�~���7޿�NfƂ�vlٰ��?e����_��7�~���7޿�NfƂ�vlٰ��?e����_��7�~���7޿�NfƂ�vlٰ��?e����_��7�~���7޿�NfƂ�vlٰ��?e����_��|����oQ�&����Hb���`<2i��?�-��	��̘Q (�-~���e��<�^���}����^E/�>ӿ��\�%?��O��������_��w쏙�Y�>g�ed�F���l��m����7�a��%&!��6�_�6�����0����s���ٳb��f—f͛6lٱWf͛6lٱWf͛6%ssogm5�ܩ
��m,�HB�q�,����
+�W��"��&���[mR�{����w1�LT��F�!��BF�G���<b&q$Fő���f�E#�"K������SQ��,�eZ����:o����\�j:n�=�ko��~��3K�PC�$�9���������摫���?JZ���@���dX�H��{��ۺ+��q�m���?���F���P���m���6����N��j
2D-�gx$HJ�9I�W����>B���<���a�ٴ�,�Zm��.4��%�{����,�3K-��r��3-�~M�(��(��.���F�3F�#(�_��s���qn!�E��27�ϡ5��(tA���B�X�l�Zy�X[�	%xR	9�{ieB��Z�4[m%�kgN�-�O��N��,R��彬��#���6�Y��
ߓt�_G�t���("�z����p$1L���u����
+<�m�Z/8y�]{H�C��^e�,vI&�u��Dp[�(mM������;	'œ~)/�8to9i̚~���h	�ͮ^�m�����	s$��6�6Z�<�Ï$y�/<�ũ�hzƛ�]�[�n���l���݂��z70<@b�*0ۭ��-|�������Maq�Y�x)�K'��y�N\�7+�����~\~]k�S�N���o�yH��HG�����o�c$��. �XZ��KB	,kL�C����M������]o���8��C_հ|,�y��F=�h#M��n5;����D-4�>��,�?��5�
+0FO_�W٣4n���h�m���j�K;����-$�)��v�I���$Y�%�jI�=hĜ�y�_�֍�v�����Mqy�kVV�w�Kp"7x���e�Ҫ<�-��X����}[T�����gT�Ae���ww9�p��ݨ��@�W9�����CT�J��w˯�f�SM��C~��0���\L��[�20��y�B��?�<������o�i�V�]q/��2��'�kJ����淟5(�-OC�������7�ϖ����JkgFoY"+3zr�m��-^���s�y�)�{�,���$`7#�^���@��2F���?�)����3ggw�]����suu*Amo��Ye`������
o��qn֋�^��_]�v�My$���8]��d�)v3���p��zl�I��_�'����8�I����)jcy-eYU[�Sĕބd�U�����4
R
/V��lu(�kx��n���-��)�҈���[��g_����;/�4t�6��蟢�}��KMkN��-�k�=�P��YH�� t���!U��s/)y7�_�
7͞z��Ě'�_B��Gi�n����[��}x�1����KҭV�7'�@��^����!����;�Q#|@��r�d������cח��6�������m9�u���#o/�G�fD
�oNG��I�G�jZ��t?,�=��ž����0<W��PD!�^k����S�俺���Ġ���Y�p���VSB;���[K$��y˴�\�9dm�*�6F�+)��8�=W����l��f͛6lٲLݛ6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6l�g�����w��؛������&���z���.����=�u���/����u��\_�L����?����6a������b�&�̂yg�Q���i��'m2w�O,���=7���?���N�/��?�~�ۧ��Ԋ���S�q����S�q��f͐ovlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٰ�^������0S��ɶ��>���:���{�8z���O��&�����(^���l��������6�h|�v����7�c �����W�����㵦���d�qs��f�8�i͛6z����%���
��G�d��_��������]�@��*��[�w�0��}�
��?��1����^������ܟ�[ּ����*$DD�����R[�����&S���?V���R[�����&S��?@�Y����>�k��;X-潔My,Q�<�B�n*Oa��s��<����0h{�ޫ��X��1e�f���B�U�P�+E&�����������=��پo�^_�������7˱f8rC,N𐐱{�a'&2�j��]��m
�ijEg��9�`��y�F	!T�+��&cԜG������'k�5]\�k>e���R�o����	�8��ɨU��F��y�H�����-N�͚��,<�se�
/K���.ci��k��ˣWe���)��*��������j�{���|���C��O�o�\��3�\1i� 1�����p�9�Um���6�'�s�&D˕���YS���������Q������/c֑4O<YGg�-[OR�YKd��g�DYZ2ޤ2��jr�-O�-sQ0E��5��om��+����24�PD���pg>�Z�������C��O�o��W��������K.X�uH}Ӑ�����.=�D�k�<��F��t��Y�����-�\Ӯc�L�c��ma�9n-lm��OQ��€6�z���K��'�|��Og��KK՚���o%[�.ؙW�����k�J�^4,���z~��?|m�_��h��{��W^򽬺]���@�n����7���b�z��7��
+�8R���U����}Y��o��/�S�S�n����$�i���*Ī�x'�hTr%��C��O�o��W���������f2&D�7��2l����qɎ �hB��� ymɔ�������i�G���W�mqu���o�C�qL���ӂ���_ݛfZ��
+�[�y��W��.a�
���B !��-��� �%�"�f,xՋ3���oO���=*۫�k0��o9^���[�#qh�_	�К�\�d�7!
+����k�[����j���;]L�>�<�i�b֨�Y~)T�Y���#�o��/�P�������������j�{���|���	�k���|���y�39JVg�ŷ?������{2
#̖6�W�����i����omr-n};f�����inp��Yv$:�����xmm����
-4�T���R����O'$��Ȓ�V�	}?|ޟ�N����;�^Y�|�<�X����x.m�Y�H�Y$Em��#����ou�2]y�;�4�v�z}���\Q���X�e������f�C+�Q�/����yڇ������7��/�P�������D��<�Λw65�m�4H���c�;��E���6��,��5��"�qo:4SB�'��K�o�ո��|5��4��4�}*�.X�Iq�=�!�Q�����E� �}_��Y����?|ޟ�J|��_G����3k�]��;k{�i�Z��Z4�,i�wfg�ٝ�=���\�?��C��O�o��W��������3�m�+�c�Bɽ�Y6y���O|��
?P���4
>m7E��.n�-�.V���z��3�p�Z�T[F$�U�������f�C��+���?����f���yڇ������O�������oO�:�l�?��C��O�o��W����������ýfl����ν�9��/�P�������������j�{���|x����Y�������f�C��+���?����f���yڇ������ �,;�f��~��?|�ٳ���������=��پo�^_�������7Lj/�������oO�:�l�?��C��O�o��W����������ýfl����ν��?�-��	��̙������j�{���|e��?��K�t�џR��닟W����
+q����ָ�� �Ve��<w�
{�N��S�;�`���J�){��)����0_��%y9�8�����_V_����d|�������?�+%�7�s`��e��l]?�ٿ�_�)1
�9������.��l��/���;���f͛͛6�6lٳf͊�6lٳf͊�6lٰ��Xhz]K�X�����Oşӂ2H�P3*�E�`̈~k�����z��A˕f�Nj$�8đ~B����l��J���\�v+oo5��V���i�X�J��܅���8�yw�R
'�c��������?��giHՁ�����]�qb�i��Mw"Xv�X�*�R**������W�M#[������w��{8�N����c�e�H�����EH�+ɴ�$��Ϻ.���o�[?�K�-Y�
<��U-�)J�l�h��[��)��(�/��1蚦��=OA��|�}�E��>c�X����#F��7��q�j�#C@�OL���yc<�o��Yv�����n.)x�5�x�@�=��Ζ��-�>_�t	a�T�(�X�Q�����)��*��E'bT+z���]�c�H9�F$�-�m��	41J-��2���d]�(��^��=ȓ����1y��Zg��d���g�[L&GQ,�~R�̱��!,�����M�<�}���cN�֬��t�A����I�;4Iy%��h��	]B�-�JK|Gb�-�G�O�5����s�]>V�׮��k�9��\Y�n�r!V�hnK��
+�6}��V���$�dZ�g��Y=�l��}�V�6�h�����e%*2�l{��zo����~dE�w�'N�m��/n��qgqya*���qk9�S�A�Ȉ�ы*�A7����<���YOD�T\Qi�&�o�M�l�i�;X�^9�8�|�{�d7`�2�#����]
�H��E�up��Y�#������}�5PE4�n ��T�9��Ձ�OV5�/R>\�,�vͫ�:��e�7�ZG5�~�kg}iw4=�̶�J�H:���K=/O����Z�T��S,�k�v�!�&Z=�p�Iɝ$>#�*�cO;ϥJlŭ��\_�z
�֝l�(�EC<Q��Q����*�D�6�/�<�Ωg�i�4q@�yyڅ�1͌�����������ך/�N���s��&�~�kwg�b�y]	.a�_�N.��+Ũm�����#y�˖�	k6�����s#H�hY��$('�4��<������_hqyv�o�[��s�q}qm�9����0�D�����)�B�9D�X���.@<�P����B�I�C��<p��w�1-���"�,��4�;3�Z�*O\�yoY�)�C4�� ��d�)�/R�=H�x�H�s����]i|���M	�F�k�uoL�-fIx�q�ƕ���Ia�K˾g��:�v:�W�H'���X�K������c�DeS�*�+���ʟ�>J�̖~Z���<v�_���ե����?X�/V&#���/M�+�I��κ��to5��˱�j
�r�m�m�����{Id�M�� �Z|>�FndP�[�2F1��<��X5S����-27�+���H��I�[�ֱ��luHbE�B�<]"�q/�o$�9�侤q�>K�G!R��j����&����m��Z�2�C�4���4���FL���3,a�^	�Y*xFq�"H��`�R*������`+���gp^�S!Dc@6$}���ܢ$��E�.3)F�go+��F�͛6lٳd��6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6l����ǯ�B���7�C�gY�M��8���(]���&���{l�9��_㙿���⸿����Z�!��l,�=s��O��?�M��������j��N�d� �Y���zo�mZ��L��&_�rX��O��?�÷����q÷����sf͛ ��ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳa~���=O�`����m��|���/^���t����:��p�?����M�y��P�{������Չ��m~�����;Zo��A��'���<����kM����?���3f͐q^ӛ6l�O�W�K.����������=?�cu_����W�K.����������=?�cu_����{���p�%��������L��S������)-������)�������vlٰ4.͛6�w��i������Qҭ�{R���Y�Ʈ��}�q�z�{I�}]}I.��`�)&����aF��)*ۏR� Tu½L����on��������R�[{H�qE���F�=ɫp]�Z��֟,�W7���W<���$�_�-ƴ�ZX���sK��@d�t	G�ۀBYq���g#���_�ߗ���ɯG�k�u?/�Z���Nn�o-&�1ҮՑag�U�&@i��X���W&ߙ��w_�~d�uh���˭J�S�ѭٞ8�5���#���)��+vUE",%�A�y��QӴ[?4����H�5�MI-j��$�>�`Vo��ļ���?��z��+c?�%������%��F�K\H|� C!�Ǜ�1�0�z7����/2����ou�h7:+����o3�����rUD����{ЉW�g��򟕕�?�U�&7W��{^-���Jk#:���h��}7�~��bK'���f�9��Hq��1$�>��[�w'��m6���B����@B������o�1R���u�s"��#~[�#rå(=�A��d���n�l�c�m#�wN#$��*(����)ڥޛe�ꖯ=��,S��&���m�B��R�]�p3j:&���[�\��N�����9#�2�"��P��m�V����U��^�����Y,q�Sd!)/�!yOaZg�/ˈ{�h����¼�����:��Y�V�'�bH�B	"�����)�jZ-��_�k�g��O+q�T���z�vy�[��2êKE�������N�|D���aJm^�G���T��`��/)Av�͛6lX�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٲC�_�]�����4��H|���K��b�Ƙ�<ݔg�2����M��>ӿ��\�"���i���.rW�O���S�������_��S���?�+/�G�����i׫
�1$RO Y"�����.�;t�pm���\�$d�ҌA�9M� K�[�RV-���[FW��%�2��4ޝp�E�m>K�ܱi'`�Ґ�h�z�(*OS\�����(O!���G��vlٰ�6l�[��ٳfĮ�{{i�#�K��6�m����T9�/&�&�H�q+������E���VHQ����" ff4�TN�%�^����������ٳg=�?8t�GL�6�/�5�>��iv5i�����Uym���ZN-QZ'�X�ߜ^X�C������k���q��Bҥ���-�nud3Ш$UXV�W������8tx�-~�n�]�4�����_�[�[�B34Fa�C���M����hךeĞU����͵�F��'��76l�x�z��(B��'J���_f�o��qO��#��@�O��y�K�wu�����_�wf͛:��k�W_�<�
+Msq�Y\j0MF�+[_D%%Հv�8�T����i�+��X�mg��<�/-��)�O�[A�x�i$�`��̯*@���|�y�^`���N��m?'yb%��I�G���rx�y <���;�u#����F��ȑ�v������M2�
+�i0�Z�`��5�e��C|ڀ-i��bvp�M>Lєġ=�Q�3�b�F�ok��2�	DQ\��;�C"M�rF��	VVSPA�76uo.~biڍԞ]�˺Ƌk��SO�.ᵌ���Dc��os,?N"S��R�O�,^x���m|��ik�\�c{s�-�ķ��9�>�y;@kǍ?j����󵶦-��cN�<�b���]���]Κ��fVT��Y��]�@ryC�zƓ����/��=R�Yյ��P��)s[� PXɹ���@NW��4��zL|bQ�q��@	N|��Q�'��0!(
+R�"IڥV�R�ٳd�M��򦭡y��Ix��O��u�D%�;Ef��ǫF�N#fe�S�'�.��='I].�Y����ZD�͕��,v�~�����	�]��pD��\�y~��<y?H��=n�Y������	�]![�"&{Sp}k��2�Ρ�l�Zd�ʾ[״�(mG����SD�5
>�����>�5��h_�q<L�i'J�7evTc�.�$Dre�s J�F$q��zAL������y���eN�G#D�E
+J����8��a�_>�zs�\�/y��M��埘5
r�o����/Ztx�T�bx�V(���i\?�����k����;�'Ay
+^��Ӭ��oʤ�RY�ʯN�(�N�5�������ysi}�b�t�j6R��)
+��H%�j1.>�o�DZ��~l��	�;Om�n#KK�V%�����\����דƿ

sU���:Ã��T��a�BdqqQ��G�qˇ|Q�'*$�y�5Y�d���,c�i��]|x*ק|�y��g�]C̚���v�,	u��Kw2�J�y��*��kA����f͛9gٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf�6�=�}��m����:�ro�ǯ�B���7�C�gY̮�����g_�����T�\��z��1��af��Z�!��l,�'�����V��v�'y������j��N�d�12��{����-���H���?����?��6l��f͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛������?��l.����z�������1׿㇩������m��ϟ����Ο� p�O_sk���h����2�8�~�����;Zo��A��'<��6l����ٳg�*��[�w�0��}�]ג�O8Y��2kh��{�z�YgZ��oN<����+���%���
��G�d��_��������]�X��r���s������yɔ�@�N��aߜ���%����_�e0����g7���-��k�?�d��C7��o4���^���#&����sd�B|y��=�s��l�_����-zg�����f���-��k�?�d��C:���
��4[k�-�L�M����1��+�đM��d���Z���V�l4=.�Y�&Yi��]]�AnB���A$�t��J8��!�"@�nI<�G�����1��g�G�/?/<ͩhmy�cg�^鶺Ͳ�Cq6�1�x���7R�WR�<r<?8���o4���^���#&�����Ky��Z���7�P��k��U5�/Zh~G�����Ϡ���,�z�������
鲳+�p�#:琼�g�.��-�NԴ�ٴ�wI��W��-Ob��jj�.�<
@�뽟��~jsG���<��c���D�Q"�X����,9$b.�x#�T�=�s��l�����-zg�����f���-��k�?�d��C'����Ǘu{�Y�ŭ�$	�+[]4Vb�F�<�$-q��z�oV4��fy\��m��TM&�f5�`��5�.�
$J'����	u��+����&�P�����Q����/�ENc�71��~Q�
��z���+y�[Fib���	)�զ�)h��Hb�w�ڞ����Y��‰��)���E/��b�*�ᓌ�IPI�������-zg�����f���-��k�?�d��C:f�����z{�[A��M�װ��:k�h����ؠ-�k"�Gs����|��[���E�]Gp�wv���!*�A4���H�7o��'��������,��>��j����{ឹ�[��n����.��}妧l̼K'�e4�2���5���+Zߖ�_.�Tj�TI.��[�yiuqB%�6�I%����Tpk��s�ʖ�O����2o����T���L�����<!><��c�71�����*[�?�צ�ɿ�o�R�i����3�FM��T3��DŽ/�5Nc�71�����*[�?�צ�ɿ�o�R�i����3�FM��T3��DŽ/�5Nc�71�����*[�?�צ�ɿ�o�R�i����3�FM��T3��DŽ/�5Nc�71�����*[�?�צ�ɿ�o�R�i����3�FM��T3��DŽ/�5Nc�71�����*[�?�צ�ɿ�o�R�i����3�FM��T3��DŽ/�5Nc�71�����*[�?�צ�ɿ�o�R�i����3�FM��T3��DŽ/�5Nc�71�����*[�?�צ�ɿ�o�R�i����3�FM��T3��DŽ/�5Nc�71�����*[�?�צ�ɿ�,���ה�5}GQ��X��.m�m�F~l��!�AJ!#>~���[P���ə0�(8�!S����	�x�fZ��������w�����R��S�;�`���J�s�q��T���-x������z�#��V_쏙�Y,ѿ��/��b��.�a�C_����o������&��?މ���?�91�G ���f͗���_������/��q��q�Iw�6lط�_���/࿏��sc�;�ė{�f͋}e����������\G6<#�|Iw�6lط�_���/࿏��q�lസ�Px���'{�'*��J��r�P+Z�L"��<˳f���ʐ@�,��H�@Y������f����������wMl�t���"�z��v�g�45l���_���<��� yC�w@򶡣p7z�来�[P�
6�=ha����x�U�]������I򅭲Aa��K��B�Z�X���9�'��Une�ޭ�u�ä���1��f�;�vG�����x�$�h�9!
�����,͒�4�5A�
;Q�=���7����J9��d()�aV!@za!կ�KIe��6,
��U�0�@��}�S��;����es��ȐZ�B�����Q)fcJ���O-�b�gͷ76Z�Iuf�,��6�6S���Y;��f���u}�~Z��Mn��P�$h��A��
�R�E�'�ե��;q��d"�L6���W��0|�y�h5�>mV}/�zF��R�Yh�0��DbD�Hї_�X�k��9\$�<��M���B����jg��#�!�v�b�I �wh5Vv��1@ܒ{`��.�M��+�RDs�,W0�(Ve�:�^UZ���ך]����q�$���qku-<W[Nq)`����$M��>��Ekg{��Y�de���[��x�Ċ������r
+���/࿏�����_���#�:
��G�-oSֽ/2^ũ
I���|���io�8�{pU�7?ɎS��~_,�n5�D��/���$o~D����6l��Z��}i-*4H$��YR7�Z��U��|K����
+�ƫ��^ū-�Oax��[���<��R���|q�C𪺞�m�i��U�cm}o-��F(�9��Q�����w�t[o/~L��I��{��˺��qt����<H��(,��ƀ�j��c�-P�x!���"���~���q�H`8�e��@4?^�~��g2�F)U ��F� �5����e�_��o���(��:O#���%�R['��?'R�j�~Tܯ���27�-���*7����M�_�v��杤C�뗿�>f���/�;���Xj6w�IH�3ߙ����2H̊�#ҽ��b�Y<����K$ҟ
+Ļ�n>9x�OQ�����Jr�E)͝Qх�'��q� �R�ԑ���i&��%�3k�>����5����֏�>e���S�y���h�t�լ}-c�ڸ����H���N�]�R$W
nΈ�����/�t��m�6���WZ<��s�O�kk�m�Ks�̴�@�JW~� �sʞL���/�tO������e�ԯ�Y����iᥓ�)>���P�Ԩ^B�*���E�u��(������;G�󶂲G���F�u%����Lp^RC��[/L��逳�a�[���c��9�U��ə q�������w=���m�(�/���5?��5���J��Α���ɵ$	~��V�(>�}XD!��?����xg���C�R��y��vY����inr��zzFl�-��r���1P���y܎E�2?M��ʿ�G�k��/���o����Ǡ�=>:��;צy�I��	�o���I���Qj��ԽO�~��l8��?y�������ǖ��T������Ǔ&���U���\����\�}������y���_���Z����o�v������/]=z�8r�;�o��N��_˃�g���v�\���ޝ����>��oK���9z?����sr9��O���]+�U�����;_����}{_��s������\���gh����
u<�XkM�܍(�P��Z17�Ŀ��8�ڽrZ�����fj��%(��6<�j�|i�6`.[WD��-�s�'�qh_�~��c���΅ӗ�oJW���>W���y����2-壢/��v�2�� �-����J�"U��q ���R������Z��a��W�ޭ7��4�in�g��zp@�ݸ�f4PM�#�O���
����w�@��
GK�dR������7��ŀ`�X�#0�tb�t������>w���sS���Ir:�tإ8�"!)F�H��s
�05��1���Dt�wJ�V���j�������^_\Gkk%NsL�y9Uf���o�^�N�򭌖:&������{cɚ��!�j+��I���ZW���2s(D����&������TX�����_1]\Yiگ�qk`5Ya���ӛ�}hnP^E8�nN�U���\����
��=f)E���34�Of���E���C��$��<��I�Yo����|�7�e��"G
+����m(Y��L~���~�Q��������,���	/��U��h `��_�P��ά��ђ�ur����D�2J���X>G�[�ӂ^(�O����[qxV9����G�A<��=c�2B����g��q�j:��a��|���nT ҄c5�+�\6ߥ��1tD��
ʬ��� ��$�9�澬q�>K�W��Y��z��u�8yI-�Ӽۢ��y��#:��o<��5k���Z��:��}jP5yyJ4���F��X��������2,�&����u<j���'�b1H��7�����4_����0[jzN��E���������B�O�����XQ�����:�`�S�p����6yq⼳�.�Ae4�"��Z������7V��/ (��:��گ����{��O'���E���m�[���['�Kf���0R���F�����W�u����,�kV3�6��.;�-&Ss��Zʭy�›e�L2��%�"kx�扗��ď�uؠ̌P���B!�@{�!�Z����MV�#��V�x.UeN>�4H#�>i��!Yc��y
+��F�g�Mf�N�y��
\�ՠ*�f�t���T�VZKu)R��ps>�}�O*���c���Sյ�*�I�Br���
A&�2	-�u�2��^-���RC�˿?�G^��<��]sC���>l���R�����o,��#Y&��Tb�==��}e����������\G6C�w4���ylٱo����?�7�_����?�
+�����L��k�e��s�8���~�f͊��0���E�c$�Y��o����?�8b��2-��a6�������ѯ�u�[}Ym�s��f�X׮�E���������A��ԑ��ܩ�	/Z[qݬ��䧯�����fi��Y�S ���x���?O}���F"]�?h����)f�L%��o���
Z,e��Sp7;Rw��`��IS�Z�H��*T��#���=i�:ޕ��kv��L�g�g��������<�)�^6Z҆�`߬���?�9W���4��:��J�����%��1���_��0�
+���b��4�N��n�mo�����+�i��=�ȲG"0�++#�9FlP��6G0H�㽘�;�'���!l~~V�e�'X%���x�ko$��!�y�f$T�C���N�F�du4ea� ��`?��
��-\�X��xg1�+�ӞH�EY8T���v>4�l�Ago}
+���5qF"��БZ�^[���o:i�V�U�����^��j	e���p�I�zf.�N4픚Mϗ��K��ԵO�˫�1�2�j��`��'���p�]�lfS�'�đ@�	��|�4��ӿ��'�(D�rF�"�6.@��t�x�4�mRy�����x����+��~�>Ċ�@��z�H��n����9/N1��
+�@�oA���/࿏�����_�����ev:�ג5�6}X�^�N���]Z]=�*f�3�]7�c`U}EY&�����������������}.|?Hz���V��=���������Z8� 	�$�*�����(��_�.-�5����r�Cf�{��2Y}b��(�'.��T�B#�ȟlu��J/����S���R���R�?g�;�b���/��s}e�����|�����*&׼�f�y���O�~��5��G�$q�jB�(T
@4�D�Ї�|�6���s��Z�5-#L������\f�iﮛ�ї���M�
$'9@K�5|$�w!�6s�(��9� ~�HL�-'�q7.��N�, �J
+)4Pw�>�+�5%�k�X0Ku(�LKZ��s�_��K}e����������\�F�4���i�-�����Rh-�$@V���/@Y�s��(Ɋ� ؜#=�}B�R�$���">F�BY�I<�B�������T�~m�r=�ž�����\�Y��#�+���%��ٳg�?����������m�g97�����w��؛�������K�s7���⸿����Z�!��l,�=s��O��?�M��������j��N�d� �Y���zo�mZ��L��&_�rX��O��?�÷����q÷����sf͛ ��ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳa~���=O�`����m��|���/^���t����:��p�?����M�y��P�{������Չ��m~�����;Zo��A��'���<����kM����?���3f͐q^ӛ6l�O�W�K.��������琿�;�����������U����a�������y�����۟����#�{����s������yɔ�&��Շ�s������yɔ�&��Ւ�ٳe��f͛9����ߔ��:�̷)�y��H���ъAecj��m��%��y}�*��͏-�n�����T�\ډ,�/�5��:EV*�c�Rh+�<ّ���I�é�\x�G$oqp6/���t ��gߚ��t�>�u��9��V�o5��N��WwWsK ���,�3$1/�����͛<=�~~E�I��1�����h�t�W1��E��N���%�Z���w/�ǝ
+�\y��h����&�4H.Sҕ��4��9RI_�le���s��y[�:����h�m�B���n#�j�dt,(w8m�_k{M���e���N�Y�Fy�'���"�z�N�Y%�å�2q���#| 
+��ٳf�5�y̗q�u�i�����+x4��v�i+n�AÌ܀�8����g���7���|�VS[�]��%���}Z{�)-�[��v
Ġ��z��8�bB@� a�8��C^'`fL�"᭺m(K�V>�e�{M�|��
Z���o��YO�����j�\���Y����z�,�o��%łj6�_�>��H���B=�Mƻ�p�6y�o��:��^�W�5������W�䚶��&�tڭ��.�H�.�8��z�~�rE���K���{o
��<�/�����awiuk,��h��	N
+���=�ۭ%��Ò�#�* �7��9��
t�j1�6l}yF&����R;Xi2�R�����<��j��h��S�ک���M>�y�To^���_�R�iZV��Y4�v�Y���8!����Tq��n �1%�	f@k�(͛6l�['f͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6F|���(����&���2d�#>~���[P���ə0K�c.E�k���+-~�����S�;�`���J�){��)����0_��%xg������t\|_V_�������?�+/�G�����h��̓���M�R��ZҰſ�)1-�9������.��l��/���G&�S�f͕�_������_������|g����f͛�W����s}W����pFlx�z�p�vlٰ?���?�7���?�fnj����f͛�W����s}W����pF5�H�ԩ*J��̤}�&r�
+�͛6i�����e3�i�Mew�":*�
+dU(��J��A��U��/����:֡�y'�j5-J_К���qw{uysk:e���qs,��.ŗ�؜�Xk_�4��(��-jV�_��������̓E�����ݹ2����pZ��Fd�|F�#�y۞,2�v�鄶�zmF"5��L�;�#��A�����e
��Zݴ�Q�Y�!G1[�@*�B���oEߩ�m@���%��[Fc�Y7 �p�_��ǝ
l)�ZE.�U���&�]�k���/�:�V�{�l'��"�@c�����s��/5Ꟙ��z��򥯗�����F�,��
ܟ�ȬG&����&>8?�l-����i��B�k�т����E��«@|18�	e���3=�m�0�c! �'xDF���l��a'����^�H��[Mk#"ȱ΍qU`B:h�t+nቸs<R�<[e��,L�?%�(���V�_��d�{6�>Y��~��_������_���C�駕��������5ˤ�`��D��M>OEۓ�ݞ�yn2M�焰d8������b�HD��H�{u#�q�lٰ?���?��k�_�����v�IR�W����H8���m,�����[���?@�o��>�}kcq=��	���&h҃��X��F#G����m�n�d���d$Oq��^��K�{�B���$ѫԩh�0�Tx��]/M�I�l��fv���+h�J)
+R��+A���|}�y2�F���.�E�����r��ʗ���
�7,�/kf����=bA"�x����R����m�B�h��_)6��Uǘn��,r%��3Kum��f�JC#����	���,�܃7ә�G��P��<[t��b�\X�a��P P���Aٳf�����E}%���<�F�����K��(�XIڿ�?�q�ɝ+R�.�<����Y�֮"��]�:�����C{W�B� ������+��W�z��K�n|��w���"������������B�z-un&`֦I���AǥB�z��N�0�2KE>	�Ldc".Vc�;��ݶS1���"�}��tf0�̬��J��ȕj}���Ӭ�|�D�k���K$f��[)�vېy/.Fç��
+���=[��%ޫ�kڼ�i�G�j�٤����OF!mon�Y�7%K1�a�0�]OB�����;F���<C�x`wCĂ�V�����򞿨�(y�V�(�����[��˪�ڒ��t��d�+��fv>N��<��FQ�ě���i�����j�-���J#㹉�+V��[�բ�:W��"�_
+R4�k�嶰�%���hV�"�M.�+�W�彸������]�*�nD���|}�q��1�r4�=�F��K̶ߓ�X�P�}H%�SڤQ��q<��N1�/Ý7Κ����?_�<�m��Z�K���-8=k��v�8.�V�������i�8�񘗋��)���}B_N��7F�0�+���e!�Iٳfî>���ͦ�i=���V���<�73��QF;��U@�$�������5�0��G:��l5v��yn4��ŧ\��vr?FC����ܧ���*z����J�<�5������L���t�Ĝ��&�%.�܌9c�<Q7f͛
�7yK�^��__ҵ��q���۸/=.u���w�ZWѼ��1���{Zӵf�q఺����Y='n'�;7�y�P�^���K��*��U�����я�akIm!�+y]��\�#?$J%U�ujᷛ�A�?�[}[���
k��OS괳��/O~U��:�^Y����s8�y�[��Wp}\f�w �;G{���
I�
Ǚ����1�������6l��-7��R�!���5�*�,��iw�h1>�F�#�V�T�q�Ιk���lo�6�^隭��<n"�+�{��U�+(��pH�o���W�'�J���/���ʤ�~��.?�O�z�=�^��^��?)������\1�Ⱦ\�yF�
+ZEZ�k����z=<u8�Z���%���"ۋ/�خ+��q�����)���/�\j_V�ׯ���_�����_M�ӽJ�z�Y�8���Ƣ�y�Y�_������_������C�{�<8w;6l����ۛ���ۂ0�Γ�k���0]Z��O�y$3F�7H�+
+A`3 ���`q>n͛TTN}W����s}W����s�6���U\麎��]]y�Yu��K�����$����?\�H¡��p��|W��:���k�V��iu
Jyo�D�Km3�:HYe��"�5@)�g�)�btk����u*��Ψ1�:?!��U#��[3b�2\Mo�c�2�:�B�z�oJ�8���1�5h�,l#P��
�S�Sj�T�z�F�{;���7q]D$�#,,� �h�Z�#�:�a؂/�_�����}�;�X�h��p�|�Y֭d�{�˘�c�nB��i�5r����ͪI$�'���Gym5��*�:4n��$�aBRH��+;�/�f1� w�?[8㉻�G>�HjS�l}s=� �"B���(b���N��-v�\�cu�hJ��0��G���5&=2�Y��R�Y,�us	���a0��bY
+2���R�*�Cwo
ݼ��5�'�G$pP{�#�Ɖca�Y��&�k��(��)��.bU���/�f��W*�ZNڤ�KX�����a+�j���@�����V�A����቉X�zƱ��
��d�fn<�u����DZ���CѰ�s�������v���@�҃畃�ng���N�!^�(b���4Z�Ҹ�m����(āY�`��5$�iSB�I�)�>��_������_����4ˏ9��>��-V���������g���H.b�k+e�X:��K��aߔnZ��^���׺����e�K�o.����s[$3�1a�e��iD<~8e�Q&<b�=:�H�{��k��U��DԹ{�#�������)�M�[x�iI�H^�B�ZJ�%[݇��I]���P��ѕr
+A�@J����s�#���ۛ���ۜ��[������ԵMW�障��=������z(m��NT"ъ�?�CL%�>o������y�/�]�Z��%�_�կ&��ъ��Գ�*�pމ�V_�S���(	�Iᾗ��O��Ȕ�y�>@�O�/�%�&'Ie��P���/�ʫ�E'�o�z�\Z��i��Id��)%�v��k�ӕ��;��s������������&�D����
��Ʃlךݒ��]�r�
��f�iՐ� ~.-ƴ
+a�r%bp��մ�bD"L��p�ǟ�M���_V6�"�a�E�=;N��7�p?���?�7���?�f���z|8w;6l����ǯ�B���7�C�gY�M��8���(]���&���{l�9��_㙿���?�qU3�?޴���C�$�Y�z��֟�ě2	��G����է�����A<���(���ڴ�����;�L�������n���R+�o�O���o�O���͛6A�ٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf��{�8z���O��&�����(^���l����u�����?��l.����z�����������������v������N._�>x;C���֛��1����$f͛ ⽧6l��ʯ���]���7_�u��!�w��s��Qw�����o����u��Q�Y<���}��1�?�q�G��9p�s�|���)-������)�M���|���)-������)�M���%��f�Z͛6F���}��
���3�Ȉn,�.-�DYH��U�+te!��p������{�٣����游��GQ�fvc@@�'9���5�O�5�5*Zk�~�B�L�?����5
+ga�����'h�����o�ɥ���凙��H��dd��4�$.����X�2���2��!��`�9�G&XBS<�$@'��e!�ʬ�Mw�"�ǒu���2�y_�	֬g�sk ���`�HH%�H�`���ꮬ�;�/����<��+(��Z���5O0��yI�.5������)$�D�}�b��ֿ�%#���>�N�V�g���}�������v��U��Z�]��Y򗛴:iX��UT��ol�P�wew	����2~%�EA�R����Zw�>�{�h����ļ��..�[m]f�H�W�j>u/��[{۽W�3Ͱ���`�]����t�{�$��q$k�wB���}����2Z���G,B5)�R��U.G�B[V�B��`������n͛6u��9�?O���
&�P3�j,g��+�q8C^�8nn$B�J�B�F+g�,�2�i�Νw.���P��_o��Lݿۧ�>8��<�.����z��^���Vӭ!�d{F��>���U��+>߻����
����/��;�#�qdX+�[-���N�P��ɭ-g!B ���+˵sϣF��0���1�,�Ͽ�û}���A�ÿ�Љ�����|�o�j�v��Zi�s����n�x������}WeR=O��ۖ�q��^�������͢_ۋ����[�ffA,E�慑�e��>5�n�����-c��D�4�F�k��%T�j����\�P�z�����G4���+�+_3j7i���%���G���y:'Ir��f��]��;��,y����kM���T]~�����/R��'n5��p�R�����t�_X��i���p��(�.a�� ��Ʀ(]�4�� =[l��w�~d�.���#�]C��X�e�um=
+����ؘm���|!��̌�w����W���մo&�#S�uM
+�I��E��_LB�m�
c�)Z�7:ֆ������'��8�p2޶\��oˊ�-�B�U���	��x�޾��1�ߗ|�囨�|ɤ���R·[j��J�HHY&T%	SF�
0D�P�E��Tw�M枺�bm&�P��m�4>�Ms���y4��*�H��}G˚J�'Z���g�̖3��
�ε��'A%Բ-ƥd���4+�ļe�p�
>;�+y�-S[Դ����
V�j��jF�eqe����3������Ь��r�:O���c��KGm3U�5M) ��M��Hfkk�c�RM�u4~J�C*�Y^r�(�4~kk>~]+W�4�.���V�{	/.~�5�ΐ��N1D�P+1n%�s�`��TH7����J K❸����U��2�Ș�湠I��7^[j�m�<v�Ŋ�-��±�ѯ֡��<^�sW�OĬ*��J2E��]2�B���J�����-ﬢ��+A�Ye��>��q��͛6l�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6l�����ڇ�`��Lɒl����QmC�0M��&d�.E��e��<���C���O�����9+ȥ����w�����ӏ����q�}Y���;�G������3�2�Y��6�_�6�����0����").�� K+;�J�㻸hT'^j��<��v���\�nZ�Uh#X�9�x�E�v
+X,��62g���g�Sࣵ��͛6f͛ ��ٳf͛#_���/����l-C��d�pb���u�8��՚��P�rC��o��;6l�%͜�?������f�o%y{B�;��O0X\�b��K�"di���y0���\u����5/0ܼr��-.��@�í�ʷ@o�kdT��t���a
M��2K�&����Nc�?Oշ�ߋJ2�Sۈj��G�Gf͛=�\�[^�Mgyw��S�̢H��VVV Ѓ�pҼ�4��mgV>I���n|�(��u�_�z�h�����0q�)���|�aM��'XX�r�?-|�Z�ys�ڶ�-�⤩s���M̓�B,�ԏ�xd���03�:�(��A:�dx1ÊR9%|1�+�#��8�z�@���]���,�J�B���x�BU���F���͝�M����Ѥ�m#�z�%ͼ��2Ziְ4��Sԉ�q)dn#���7Ø��.+�/b��K�[f���X�K
��f�
+�dƄ�4�G���o�s���?2O���
#[�̚ޕ�kP��>��Z�bP=C������M����5���m���ͤ���i�_\��m�$�9dgoN_P<�}*��_e��u�&Y�O	�c"x����%�"]l������F$~�D��ϭ�e�/0j�!�����!7���/64>�sfΟe���h�v�ih5��P�����yfࣛ�P���t_!��w�Q��t]"�hZ�O������Y��Q�q%T�Zl2A�4rR"�~`l�cU�h�ۑ=U&�k�W�G��5gb�$jT]�@�v7Q���a-[T��H۔iuq,�E*�P�vla��ZQ�:]�����{��mC���i�i8�F�������c)Jg�D�z�e��f͛6l�vlٰ����R���5]3@Ҭ���^�Y��BC�IJ"p�sȚ�h�L��%�{��N�(WA%���b�AX�MƜ�x��w�2%��HHK6B$��2;�(�DpǸs��{�f̀���+O�Ɠ�����ꮢ��+p���jы�o\*���+;��_.h�u��F�h���e;d����!���o���l�uG3���%8���TE��Վ\���6l'���>�Z�������&�����C���V����?,�y�(��>d��H{�lG�����f��(�i���&��>NXl��G͗ô3aǛP�����?�.):,L���;���͛6�V�ǖ�弻��C^0{���a�3�֍'��ȎGv��lٳ&I摞IJr<̉$��� ���6l��7��n��5I�/�����'���tY"�)WGF2�4 ��fȂbA��R�ٳa&���'�U�,yI�Z��m6�3(Z�9��+�q]��Y�ٹo.�n�o\Ixl-a�3��OI����ٲ������9x��r'����Db*��'f͛	t�'yGF���H�4�>P��ig	v0"e�IP�����]���>\������i7���Xi����}�D�F�C�W$��GY�"`���ͧ�>���}�׆&�
�����6lٳf̝͘�6l؜�Au��Q$�L��ȡ�DqFVSPA�S6*
n�
F�t9�`dӴ���--�{x
�,h$�݊��J)�6�xbf���s�i�Zq�R���������U�}�f��.Vw�w��ߎN��4�q3H�pP�̖��Ez�ͅ���g�\k6�e���v�n���.fRA�ʪ�@�{a�lؒMY�=��*�<�E/#�Qr��f%S��qaS֘�l�V<�嵻��]Oz�M�t-�]E%9$�Ó�������<7Q�@���m`�cA$v�T����BQO����Lj���P�r�%���\N��J�50�X�NF���*z�͛
+��-ysH���I�4��������(%�z�n�����4�C��F�,��t��ɳ�;Y��?�����0͇�G��\������RK��X�i^E�xD�ł/���2��Y���i8(D�KqE袽���f�-,���t������:���8֤�EP��5��<��+cxm�.���P1�@�YF5+-s���Y��$�E�Iߟ�ؤ�̱�Ҽ���]�_��by�ZN���ᱵ�㜒z�,��
+$n@V�y��3f��ٲ��6lٳf͊�6l����ǯ�B���7�C�gY�M��8���(]���&���{l�9��_㙿���⸿����Z�!��l,�=s��O��?�M��������j��N�d� �Y���zo�mZ��L��&_�rX��O��?�÷����q÷����sf͛ ��ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳa~���=O�`����m��|���/^���t����:��p�?����M�y��P�{������Չ��m~�����;Zo��A��'���<����kM����?���3f͐q^ӛ6l�O�W�K.��������琿�;�����������U����a�������y�����۟����#�{����s������yɔ�&��Շ�s������yɔ�&��Ւ��S�2�n�m<�������Np̝A�U�fS�8m�6�k6y��z�5���,���]7V�&0^�L8�P�J��!�ԕe!��A¼ٰ��}[���=/[җ���x���z|�|�������q��k�Is;6l��?$�*u�g�A�yZ�k�VYTIsHX�ib��9��B[�rqiii���caV��ѬV��"�Q���"�@�a�
#S�5m��վ��-R/��1,�L�[�0o��t;����a��w�֩/�c�[Kyy?N�#q@�h�M�z�~�Q���2d�!�&e��M��@�B���yr��ج��B��"�[�̰����d�v������滸���y�<�IP9;��T�:������l��7�-�I��^Qʡ�р"���c�bH �
z("@l�
+Y�f͛�iZ��t�aya�kɭoQ#3���.��N�Ƅ������zw���!�"����Z����.'�Y���D�MR�=6����F y�P���*>��	� 	��Qvlt����ܖ��7qZ|Ri'��T*�Bi�J�-��Y��z����Zmֱ�]EeacOwu1�Q��br'��̚.���kҲ���u�^���D�����
+��N_�ʵ
��F�[��>@���@�4<�pQ͋ZZ]jpXXA-��ԩ���K,�0TDE�1 �I�;�+j�zŶ�9����F��	g-���(o���lN��n(AW���6y{�z?��i�����O���d�N\�dׅi�iQ�xH1؂:���w�l�m�.�Y�K
Fm:yd�N��j6:�!�@i����ժ��X04�)͛6l	vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳdg���j�o�3&I�3���E���7����2�]��h|����@/�>ӿ��\�"���i���.rW�N?��E���e������3�2���d|����6�kku�ۭ�1̪X��C�C����#o%�Pb��I�h���[����ql�W���I�$�@���tK��$�i�6�F�Kǝ>&��J�K4$Td�$ 	;{���4%3�yw;6l�q�6l�{�f͛j:}�����Z�~���[]Eɓ�3)G^JC
+�"���sa��H�IlA	Ă
�!ٳfȿ��/|��	�m5};��
Ʃ�����EXn�e�i��B�
�+a�?)�v�a�,�e�����Y&?Y��8Ly%�B�d��̩��y%)�Q�F|<D�D�q�N�w�I�|F�}G#�vlٲa�Q�:��K���������5mR���r�F�c���>@�(�F'�|��"�rX��P�ߢR�<���1'�S��
+�+�ޘw�_Y���\��!�p�f��J�Z��2��5���2�Jz��2,�6%������#��h��ߨ|��6Z�V)Pj*x��«(yr��Zӡ���W77z�-$�.f�A�y9+�T
+%���������}.��Yʷ�[��^]���ζ���H��LȜ�(�@�A���+�ZN��̭B	/�m�7�����\$V��8K++7#^l{�+����o�~]ysP��&y��kZt�JyM��B��xr��W6�r
�H�3�GS��1c����4�bFC��@&�c߻�����&2���T��B$�@����5�%k�弳�U�� X-�����՞oZx��$m�G�^=釞i��eռ�ui����m���q$P�e�Y[��u�)f��;��{c6y�U�.�7�侙h�{�/�y�x��cmN�P�Q������b����Zo�o DSH������R�E�Cd�EY�������Ha&dx������=�������6X@�|?���q���c�(��{��;͒�5Y��7�k�}�ܛ+V��f�we��E�U7.C��4v�
V�Z�h��Y��)�F{����@�����l�nl����t?B�7ԟP���
�h�x	�.')"9��'#���|��9
��K��˟��:�h�֣i�6�<Ҽ��e�%�C33HZ��V$�����$I�c��yW	���0k��2�<r���1"Wψp�q�w~�,�)�4wz�+k	�k˪\YZ�#�d�1$L�+E�ż�i{{��kpi�o�[��i_V�r�ʖ�=8Ш�&iT����}͞n�|�y�����1���R�DWw��f{����P�A�ጸ>
����KAK�m
݈�~.��%��QԆ��5�Q���y`H'C#]Ya�G/�j�Hw�
��_c͒��ѿ1����FHm���Gp����Q���!Ы}9V*��*
E@#ov8c�8��t�?�����_<�'�o4/�7�W�b��J����r5���j�/���ߔ����kG��/7�:��v�c�"�]�Z_X�lcI�zLQ4+FA�h2��a3P�O��8����H���{���-L�g���jD��I��x���
f�G��9o,�Ukk�s1����g�֞2š�uQ�׏za���:��yu��t��{U�͜Vq[jv0�H�Ց�Y%!�G$�4���ң=3�<��?��������Ԇ�c��uk(7`nb��u��t?	Xn�������j�[�i�5��mM#󆯩���=J�a
�΁g0W�||:a���)Ȉ� ^�$1�2��)���`c�����`CDJ&5��:>V����G;�m[�	�-�N��jҕ���
sN^��
+�v�
V�Z�h��Y��)�F{����@�����l�nl����t?B�7ԟP���
�h�x	�.')"9��'#���|2������Y�Ek{�XygP�R:�V�s�su�fZ�?�@'�U����b��<6g�Q�zp�ő��Ν�y��|��c8
��%�]���G��(�}�}�,�)�4wz�+k	�k˪\YZ�#�d�1$L�+E�Ĵ���h�Ϙ��k߮ZY�.-����\�#�2Fц����4Uf�t�t͞;��/8���O��5��Һ/�u���Op,�����rx�C˨]�s�~Gy����?�z9&���^_�����}U�ӫ4\jB��
+���|�>C\�`�q�8�?���ÿ0��,��aF]n�	|�Ewߓ͝
+5��uo1������o.Y]��D����M���G�?�Ha���t�ߘ�����ES���]��yʚ��d�-C��ʧ`;gp̈́�U�5�WB���>�<��Jd:H���BFT>�TV�_n��l9�����#a#c!8�5��LH���
�9�f͛6l�]�6lٳa_�u)�o.j�����a���B�Q���0R��]�Fh��3���H��ٱѨgU=�?I�L�̡����x��T3#�R_3������P'�n�,��?�NN�\����gY��Z���mmWK���w��Kw�9!�7�
0Sp�]>@�2�q5��V��8����/����H�}|�	��~~EnlY#�y!�J�����f�"�a�M�ydZ�NEIx)U�-[�*�v��M<NO�g=����w�5�޽�[j0
SW�4ӥ���qL��N@!���y52��2kP�o����.Q��K���H�ѝ`���'�iL�Hxr1�*�q��}����5���3CA����������\F�y��J�H�c�AcM�a�y���W�>r����n��L�����������`�����9+Fђ���M��w�V�-,h��]��Z��z:Bzs��� V����T�k9i�+�H��,��B�#��rF@Ț��#���{�f��v+j�HLe~�#��vfܒ="�G�x�FH�����p�2����h�0�cO~��3g*�_�<ˣ�]�_��85k-*}v_A-�쵍�Ч�-��Ӥec�����<jkO���q��f�4�q�w�Ar4�[N����Ee����1?>UW���7�68��gDH@"�Y�����C(�)F5FS���!�̖w3��R@�F3̲-_��(�ӹ�u��=� �8K�.���DO�~�[6r�����H'��U����S������,M������(��d� T�U™���1yβ���Q�Lt�#_�At�,HU.-�x��%����x�2CK>.@��7��L�;�X��}�Ā1��hyH��A���T�W�(�#1��R�0��=7�X��Hb�%W���"�@n{lX���w9ٳg(����������Ky��;�`�o��\V��o����J�� _��N���/�d�հ����i��WD�r�k�^Z򈉞B���~��4����������@�_n�x�1�򯉈��c�t�l0�ӽ3�
+���5.a�%�V�$�_c_��rzT��[�#Q����:�[Sm�9��ag�������S_�3,z]����[x�B��׍25���2y�|�g��6E�4���&�g.�����i �h$�����
+ȼyo�����`~4�{�I�r��__��!��<��bi� 4�I�V4� ���
+�J,��aʝAz��M�NN3g1�<���|�s���ǦG��X��>�m��O�4�NӲ�O�zF��.؎�'�%�Ҳ���7�/��`�OI�2���Y��#�^`���c����#a2w�Jt;�����7�_�~_غ��9	^E_U��)�);��v�I�S5n��F����ymM���T͜���ޥ��s�ڔ���R�uA�kH&������D�E%��l�Izخ��?1Gy���I�_yi��o4+,٘k4S�����C�(M��r>	��3�(��w�]�$ث�(�c!�AO6,����[��2�YH�5`�����H��4�\��X����|7��0���z���.����=�u����_���bo���γ�v���o�:���/�����?����6a������b�&�̂yg�Q���i��'m2w�O,���=7���?���N�/��?�~�ۧ��Ԋ���S�q����S�q��f͐ovlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٰ�^������0S��ɶ��>���:���{�8z���O��&�����(^���l��������6�h|�v����7�c �����W�����㵦���d�qs��f�8�i͛6z����%���
��G�d��_��������]�@��*��[�w�0��}�O<�����m��E�e��=�\?���_9���K}��<���au����9���K}��<���au���w����-/O�
���PO��7N:��8���z$��*ѽ:z�n*�������Rܠ�m4{��RH[8��"hEx�ji��5-�n�-o�g���+�[���i�d�X�R���e`H ��X2Gly&.1�I��e�Q1�����dеO8y�O����5�J�^�������i����H+!�Gz��3}\*�&����X0핛9��=晤h:摧�����順G@RXR%��~�Ĕ�5tE<�����?��4XΚ�������G[�O!�d66ѷ�%H�E-��l��V^'�~H�]��������1��$h�UQ|��
+�2[��-��V�:n�n�B�Ҽ��s<Ұ
+^Y�y%����.�UQ�#���?<y�f8�%<�P�5�Bi��]�N\�2�f�e�$#����H�uߕMkZ��Fe�X�������1�S>m���&�4��N����'C5�)}w%�:\=�C������k�r��v���[]7O�����i��Z���^<t�D�T�G�[�?����+��͚����d^1�8c�"����x�v9p��^)����3+��_oW�h�d�z?�帽צ�/��;_���M��o��
+R�����}�\W������>���w�\�y����(���Dm��R� x�
+-RE���9�3g���������{��Ȓi�m���zV�F���5T�,bo�z�E��ˏ�q�|���;̚��U��מ]I��>�e���O����=eK���#(�+�<S�z�6eO/�*;�&Ǫ��1�������cO�U��e�.":�w��I��5�-���O��%ӛO�s�7��Hk{�pm��R�}Z�~/N�w�aF��>��V�ʷ1Y\��5��4�X�%��KJ���$���V��3�5=͞b�}3J򎧤�i�7諯�=^�K�i��L1���rB~hΩɖ�S	��}�f�cwow�i_���#YE%��ZK���X����w�1겐�_����͑Ó�1�DG���8�=w>���̳�%��B~>��0�>���e�~M��f�_h�k
��M�݅����Y�oF�	!��#���)���C!��z��ם��K��V�+���A}q�{o����L����Z#�ސyyD$XKY9�sg#��Ӽ�7�u��>���[^i���VEr�6Z�7+'�wp��E+�Q>��Z���/�/7y�\��L�@O+�:.��[���ME���e���+����$��sep�WZ��<9_��-���D�#7���c��x�o.��8j�|6zeݴ�����}6��Z�Zϩ���[M+[5��n%W>��p%�J��y�FO.�p�\���.�-��wd�ܣ\Ca�<�W:��}]����d�͜�W��͞n��ט5_3yB�+��5)���NCp.�����Ue��2v�#^��6Jr�#��
͝���ͮ1��<��l�y�g�S�C�M�=6-���v�ލ�Z`��1�����iN�5�:�r��y�K͛6lٲ,��6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6l�����ڇ�`��Lɒl����QmC�0M��&d�.E��e��<���C���O�����9+ȥ����w�����ӏ����q�}Y���;�G������3�2�Ea��]���:C���9�Ő���0u�QAs$P�DXb���ݥ8�����?���O��o���JLl�����vlٱ|ٳb�ٳf͛6lUٳf͛6lUٳf́�M��͐�kSs�.m�$���W�lC��Z���fċ� �tvZ����J��ӱ�Vl�D���<���z����ϩ��꾣i�^A=��3�
r��D�H‡-�����?�&�#Ɨ:�I��.4{��VoVqpc�"�@�`��u\ْ5yĄ�� Ă(}Q�.�9qqƛA���q��D�� A�/51[�@�>��}IP�a�?���F�4���jӕ{�&�f�8��@�҉�~[���H�%@j�v;�B�g/���ӯ|���m��6ũ�'�⽁mR�̳����/�ve���]�Y��'J�����kٮ�����֝,��w�q0hو
+�^,����ww�|��:��UĠ�d�Ia!�%V�9c5��9��(��zbH� ��	��fY
�r�d�����C�~[o-~�Ҟ'c+_4S}p�FU��UB�<}����k[k�X�
+_D�JXART�q��Z�sd'��M�̸��U������{{=&�-���#�+-���B~S��Z�+��w�Z������Yҥ��Q�Ć〖�R!Vk�T�\0Z��5�ֿ0���O�.<�]K���kOӭ��Җ)>�j���v*�դ�@�ME*	����wx��j����F��\�2{*��jm�C}k0��d�o����B�D�8sc���'�,w.)D�(N��9��1�"F2w�D�@��T~i�����[~���j-y@���D�U�8K@�z���ek+�>8a����;�H�|
̱��f��������%~MyZo+����Q�L�6��"Iki�LE�ְD& x�������\�Z{�_<��UK�>]= ��n#��x�xB�!Y���5H;�h�y�%���<������0yBmP[�V6���$�!��v�/4E�]YMh�W$^C�ߙ5�{�Z�r�\�H���5�$`I��w1$��Q$s�ʫE� �a��ؚ��Œ���0k3-��WxD��с×�z%"〉Gcޛ��ȵm3Z��{�-m�>j�&AV/P�"��ƠxԚ���}T�b���7�,XX��%�M�ԚM�6�N�S����5��^�Z��������j�Yu=V�������r��$�H‡-�ѿ#���k�v�w�y�\Mf�Ѵ�gQ7�3��E�X�)!9��:gN͚O�f�2� ���Ca��{8���\<���s�����<���+{HG��� �,"�'�����V-Zr�|m����,$���M��}=��A-�������H�V%E$F��m7䏔n<���y�������b�
L�Op.L�(� eeUS��w�$zߑ��^򷘯�.�ߔ�����6�G3�[�g����&��]��f��l����l�B?t@��
+���Ks����7�UM[ӄȖ�ba�zMl��ȡ��Q�X��z�m5���j�/�H�, �*J8Ѝꃭv�����c�Q鿙�j�a����Oog��C�֠s$we����O���b�c��Ѽѣhv��뉨�j��y���C���/FIqiW���F���l1͒1��FFCȞeÎs�����O|{��-����.�=+L�Z�&���9%d�ԫ�p�><������n�q����
����d��e�f[F� ���p?a�r�RS�9���הl�?+�Rj�yWYMz�_]d���L��u$��č+���x�L����-�V�6��=�5^���y�32����hUI���&��GS������wى?l#�X�����Uc����o����$�9U�K[�+�$QMȱ*qT�tEP8�l�ڕ�k���i�z#��qv1���5�Z��y�B�ԥE+M��%���ʾ^_*�V�jZ��-��j���Z��Ց���S�\Wm��9�d2�l�ːܧ#)�M��rvlٳf͛+K�f͛��lΕ}�]3������$�Q��V��A���;옓$
l;-X�A}Y�77�4[��{��Zt�D�@6�2�R�ܘ��A�}*
��	�w��_��j��w�Ӭ�ԥ�f���b��uQK;�v�*ƙ(͖x�*��_��~fr����+aU���#�Vd`�J��U��ЌRY����GA��j�@Ě�t��%�4*��۫�,5汻���i�]�`��c<�o�ُ���;t�{�+MJ��N��g���ๅ�̑J�YO��#6BR3��ڿ�������Ue�J���5x��y����9��=�q5fF��)XGBVl�i�I�N���?3k�D�Mch�O�(��&��g�@d���y�/�t?.��}�,�B-=4�mc`a����rR�*U���y�.[RG�&r�����ϟ>�e�@�6��~��$��2 �8
+?�5��sO�4�˖RKr�~��w����Ο�?OMV�뗗:>�n��B���P����,7����LTr4(��QAay�\�����֝.������2�%`Vw`�4����f�rH�	�(�οN��
�$9�q�I��w�,!+G,?���+�(�T
���S���!�&�L��2
j������A����Ǒ�;����ָ�/������WF#':(ng���������J�P�Q��OZy��4'�Q���|��c"!$�4�IcSȝ�3͇��ˈ��K����/�Dh
���U��? ڳ#BU���6 ���N�����SCr���$�ٯ]�LK6E,<�mkkq�_�����X��4�Fh�-�Yk1���q�+�S��+D������)5mWS��N:T&�H�Ȓ�("�)O�ı��[jK3a�Y<[�A=�?d��"��>G���g�1���!x���\`k��b��V�$��PF����
I!A$�O�֕��'�����vW:u�Bk[�^����J�YM<A����|�a��᩶���qY�:�}JX�k[0��(�q�P���'n"�i����Q�W��q#�RG��~��
�20t%YH*�b�F),�EEX�� ߀5f��bMM:t�̈́Zo���;�����]�o5��r���\.�QPo̍���3���MՎ��sX��J}����d6���"�Ql�Ό�
 b߷�l�f�2N&Dr����"��_O���pvW����o�=�
��UC^ ��A�'��|vޔijd/N����
v�o0�7��bK��P\�=T�wB�!��W�(����pe-E��鸚4Ю<��P�Y�z\�qP���r�`@�J3a�g`�8Em�	�m��_�OĐI��T�qJP�g�F�b3^�ԕ���Ѻț2�h�q����6�=�}��m����:�ro�ǯ�B���7�C�gY˻K�s7��~��W�S=s��O��?�M��g��i����I�� �Y���zo�mZ��L���?�M��m�O�;i������O���������"�v��T��n8v��T��nlٳdݛ6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6l/׿㇩������m��ϟ����Ο� p�^������0S��ɶ��>���:���z�=}ͯ�<����kM����?����C烴?��i����\�Flٲ+�sf͞������o����u��Q�Y<���}��1�?�q�?ʯ���]���7_�u��!�w��s��Qwdy�s���<�����/�2�D�~��������/�2�D�~���[�6l���ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf�ϟ���?���fL�dg���j�o�3&	r,eȻ-~���e��<�^���}����^E/�>ӿ��\����?������߲>g�ee����ᕒ��9������.��l��/��������?���O��o���JL�Os�f͋�͛
+]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6l�/�,��˟�?�5�ԯ~������)��8p�y//�<��y�~�9��I}_��Υ��>��_�kn=z���=��U�B�7͛ں�1�e�"y�"��bw������q]d�O�f͛9���ߜɗ~D��ӧ��r��ڽ��%��U�A������׊�=�X�Z���d����ѿF\�~��%�0t��X�oexo�o��J�o���q��/�I�D��~ �*�ɦ�%.��K�>$c��bb8�!���F#�b2L�v;P�s����ٳb��#��`�j�Ƒ�i���/a�}N85u�O^�&T�t{k��⅔:�+�EW�?0W���_�>[פ��ɯ���"��R!N"��t���� �ִ�ax3�k`.�WQϗ��o#�\q���h
+7������vl}e�OB���7Knd�0��)4q8�!�'�48��t6��۾�f�#��Z3,�jC�%�"*���	�ҹ2͜���Ͼc�Γyu��v�L��V��kAb���{X�+�����`Jޘ���F+Ƣ.<��z�ͺ_����.kk�G&��C$Oaix	�+�~i�F`�e�$��Lj�n!�r�x6>����w�q@f�=cL��^��-u/Q?Ֆ�LuDo���l܏5�1=N(Ť�	4q�[	9�YXH�IQ�8�	J��n�=rw�	����U]�ܝR�Hԫ��W��}X��x�ʜ�ĵS���C&,�fa���8�Q�"�<��� 3f͛6l/׵�_.�z��/RI-��)�V��6��e�]����IF)��'�@���f͆���_��^��3�:���}
��iq��
+Gu���qqOL:�N��x��鿛�
Ѻ:Ι��n84���&�m���-��C,�=>hZ9BIG_�6�|����WTn���_Uu���2��K�Wƫ�����f͛'���h��7:��67Z���H��u�\�k�E$��6��h^v鴠�\0?i�M|��q�[U�-�cJ�����O�Ԓ�b�����������VEF�a�vF�G<���D�
���y�M�oe y��9����;6l�*́5]N�D�/u�Raoc���wy;Dp��݈��ERv������GQ�M���o˯�/���Y�cT,�f�7O:�#��<��F�A��By0b�����:���@'s���C�f͝#6B|����y�T]�:Ɖy>�����p�v��!��ĺsI8H�������-6�}CQ�����6�����(��Y�؀�RNCQ�ϥ�0��c3T9���"3�����ݛ6l_6G����}GZo-�y�F��RIb}&�y/H9z�aY�N-�qچ�i���.�:h3�Z�$��}�V�܅y���ÍzH���i�b�!�'f}'��]{�D��}�͛6
͜#O������
�`��Q����Y�����}�ϥ���I�>�����q'� 0&�/ί4�5��<������o�h�K�U�����)w� t~*�Q����֞?x�pJ1<&T�v�9N=w����s�2�� ��B"z��f͛;�l�>k����+�b���u���ǙI�$'�b���t}v�>�J0����ߘ:����������Ku�G}>��F��� ��7=N��G�+�Sq�1bꆒZ��1��w#�A�?Q
+3�\5~����u�vlٳ�f͛5
�͛6lؔܫ4.���t*�hApq\��,u@"B�y;6lٳfͅ.͛6lٳb�͛6lٳb�͛6y��q��P���lM��P���s��=�}��m����:�ev���o�:���/�z��֟�ě0�\��z��1��afA<���(���ڴ�����;�'�����V��v�'y���ܟ�?ym���u�Ep����8�p����8�ٳf�7�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6l�_��S���)����aw�?�׿�?�@Ꮍ��=O�`����m��|���/^���t�����bz��_�>x;C���֛��1����+���h����2�8��ٳdW��͛=S�U����˿�����y�/����cn�.� �_�-����n��>�'�B��x��6����2���.��y/����%����_�e0����a����%����_�e0����d�6l�ckY�f͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͑�?�-��	��̙&�ϟ���?���fL�XˑvZ�����_�>y������N���/�s���^���}����^�8����՗����C�d|�������?�+%�7�s`��e��l]?�ٿ�_�)1
�9������.��l��/���;���f͛͛6�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٰ���e���_Gӯ_M�������#�v��"J��Mp������[��������AS�-�.�sv/c<v���SB.#�d�H�dT`J�J�
+n�{b��y{�f���/��i\�4ˏ*��r��Ay$����[f�̳Iin]�bz���i�?#Iǐ��=h6V^^��y��"�;+MN�Y���,q���
+G��Yd�t�0�@�ז|�sqe�]L.���m{iu��`cA*%�0��]�Dk�i��P֚�t����io%ђ���H�!���Z�ە��ږ�C��l��1�	��;)���I�|���8!pd
F�7�_��:��q|-�:����)�ͨHHH��EHK�# ��$!��7|�_��M����e��z;�*���Wn�����k�6�O(.L��X&��"@�����%�EEF)>�}k=��Ȇ)��"y�V���+82~����N��^]�7�#��;��ۍ%�SS�u�n������ͨDge�v�>��y��?�~d�V��kM
++/2�#V���]Oo2Y�٬\&��VR����N'��O�y���/E����]J8l&������}ܶѪ�]Z��$��R��%_tl�<k�i�ɾi�SD��5k?�ލF�k?T@ܤ�-�r+�
+ �V;�Ú3�%�q���b@<r ^��E��o�u.%"C @$	�Dѡ�}�_��,v�Y��s����q�H�9�p�,A�x}����Z�h-mc�w}q%�m���+e �$���u9��R��^ؖ����@�SY���muow��Ryie*>-���W����X�Ӯ乊Fd+<?W�Y	%U�N'��+����>���X:�����S�迣}j�/��Ǫ���>Ja�ӵ�'W7cJ���6RY^�yR_��CNp�Ğ.���0nQ���&p�ސ8@۹�w�~�lٳdO�C��%��������\�ec@7$��/��j���W+�7L�h��]�6l�^[���_�������n��m<y_-igK3Mq2��[��S���ceKx�Ĝ�"ǝ(0^��?|�F���S�^E��z����i|��R����*��Y
���w�Ւ�O��'�'懑��5�Z6�%����v�_T���[{G	,�\��:�	��yk��~m��M�o'7�@�oe{gw�\5��QfH�a��>B���}��v�mC���ɂ���8�
�A���v/�p������s��?��ٳdGD��D�u���e^�Y�Jm���{����I�אKk�ӡ�3�f�F�����|��mKZ������^XGn<������>K�)w��q�@�@E�(�A%��?/�j��R�u��ů~�}�`L��Rۤ(��� joJb�/�<���iqcb��Y��H�
6�[�dbc�3{os�)P���S��v�1�1f�O3x���BD��#VM�^D6pc#�l@G8����]�6l1�o�o(k�]������Vr��aY�d2q��֝�yn[�kͺ����hw����˗z��f����Fh�v�X��#w6��aEX���g�yK��s���^���B�wyoo�F9���S����y�k���������{���Vd������(��5�1)�����ŅJ�H�n�Q��j'�˜Gx���	�D�'��r�N<FDM�}��*��w�6l�W�/)���S����3h�tMM�!��/s,Os1�(}:�X�D��V����o��������k'�6�.��?Z��I��9#��*�dy3ΗR�ysRk��m��К���崕������2��PK$��d�5���U����>�#��0��˼�w�\Q�G��#n����ٳf�͏�5=}��<ٮ�[���4K��}AD���Ұ�~)_���aȶ��erRh�����m����������Y�\5�2@�,7(*�o|ŞL���K�G�8G��Kdb.����f͛9��Z�y/�Gˆ���^vԵ��*Nr�QG�[$1	ϥU!���Aҹ^a����/e:$�zu��<�w�7*�S/(8Y]E Y%��E<�һ�,?8��>��0_y3M���T����c�$�in��o\�Ht��I	U�XRx�P�/�F������?���t�)O��(,uA}ե�CE$�in�b�VS��u�o��#�2�7��+2�#��K�&�\y��\���\��z:���ٳb���_Kټ�6�ms�����G�Ku4sϩ,A�nh#1(6��4I�|F�$ߖ�?����i��4�.[��\+�iW�773Imq��M��(V
+X������y��/����/����?4W��?E�c���Ϭy�4�&���|��;cZ�ޛ��Z�����ڴ���
+�F�i�ʿDHhE(z�&�/h���y�i�&��8H�������}ȇ�88%.�B�1�^ܸx?�ٳd�6l�˹N͛6��KY'��I5��F�a��`m���"H��`�R*������`���90�c�9n~f�vlٳf͛7f͛6lٱWf͛6lٱWf͛#~`��{c���#�$�S��`��{c���#�$�S�<�n͛6A<���(���ڴ�����;�'�����V��v�'y,������ˏ���Ԋ���S�q����S�q��f͐ovlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٰ�^������0S��ɶ��>���:���{�8z���O��&�����(^���l��������6�h|�v����7�c �����W�����㵦���d�qs��f�8�i͛6z����%���
��G�d��_��������]�@��*��[�w�0��}�O<�����m��E�e��=�\?���_9���K}��<���au����9���K}��<���au���nlٲ�ֳf͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛#>~���[P���ə2M��?�-��	��̘%ȱ�"��C畖�h|�{��)����0_��%y�����N���/�s��3�q��T���.>/�/���އ~���ᕗ�#��VK4o������&غ�����Rb7�s`��e��l]?�ٿ�_�)0w9=�͛6/�6l)vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf̀u�V�B��
n�d{}6�k�� ��m#T!v�(BY%DY���S���$�eٳf�ٲe��ϗo<�w�o0��=�����ݮ����#��a�����uQ�FT��>U]�_�+��/��{�H�I:[i���`���^<��aM����5�\#	�����!��
đt	�c�Tn�~߭ٳf΁�^f�[�������Y���4��Ec���a0�`�8O��
;�ڌ�,�v����Z��隴qG4�r�x�	���1��^�z�Q����i��q扌����A�ă��Q���ؽ�w��|�KU��5�&�0.
H����3gѿ/���'���u�+N��f��]�:ް5{��7�Z"F/n�8ʣ��\T�T�k>��5i�F��-{�M�����d��W6�X�Ij�
+�Z8�i���o�Ɯz|]ru�'=T��[���>�,���h`���y������x�s�_���#5���H�^��+8^>1�%�$��"mJ�y}kgo齝�w�/"G$SD��D���1�9��������^Nѵ�_.]]�k�k���x�6Ii�}P����	��c��±�AC�t�~X�毯�j~t򾣧kڴ+.���O��f��͍�Z��J�D$r��r<��f�t���D��	���>�}��~�T�22��su˧D���O�]>D�bX�V(���7�fcX�v�*�^L��9*7
+�)��m
+�Cc���['1kt��٫�nm��<��W���P�	�dk�������ּ�i�z���ֲ[��Z#Î�/���I�id��;���͑ϗ��rp��l��W9��
+���6�ٳf��0ig\�uMfkc�X�Y���Q��>c��ʸc�!	��8�1 ��7�#$9�aٳf�Q��͵�y?.~���-ɦ�ak�;�>mB���x#��`�OP�Ч�6�_y?�6_�����mv�N���m�טu��^K�Ksi+A{v���6*b	�'�^ۛ7'�r��
>�����?�Q�3|�� <Q���
�GO����6l��+|��yg���:�(us�<�2M����Dm"3�$YMM+�~T��:�wl�Ƈ�ش�a�е�F�V���^����k�Kd�B�Z֜T�s��k�uI,�t�Zrki浔P�������Xxt�K�2�:����92��&\D�&\6,�6k�9C��r8I#�_���f̈́�}Ц�?�<���y��m[I����RDq����S��{gk?2~a��QЯ�h��us�Y{����ުM}<I���U1��!�+�;֛�7Jy^�MBZ3�}�_j�=h�ṣ�sh^U򿕣�,�n����M���ee��"�����|}��41����	H#������7{��dbv�ߘ⌫�'f͛ >N�����H�����Y�����eѽ6���k˻��]�"��b��2s��
+����_G���j�\��7������W���H��I�Tm\�5ڭ|�9���/��cD�����w'�x�!@�˟�b">ȇf͛9΋�b�O�f�y��@Kqu8{?.%����U�z�����?�
+�F͛+�k3�e	�'�a�F<��������n͛6q���������w��]~�A�փ�*�H⁹z�S�)�������wZ/�=�zU���y��W�/�������U�ح��J�!�Y"��
�,GS��6ma�������R��bH�߀�2�t��c<1��Is���$~��;6l�®|����弻������5O.�[�}gr�����r`��b_��fBy��P��ϔ����m/���
���.ZC�nh�!*򲻚f�yՐ
��;l��ϛM�H0�NJuQ������ż���1��1�}<�t�wt�f͛6l١ovlٰ��Z�u3�/u)��1�
+>��pnl�#"9�q��Oě?ivlٳf͛7f͛6lٱWf͛6lٱWf͛#~`��{c���#�$�S��`��{c���#�$�S�<�n͛6A<���(���ڴ�����;�'�����V��v�'y,������ˏ���Ԋ���S�q����S�q��f͐ovlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٰ�^������0S��ɶ��>���:���{�8z���O��&�����(^���l��������6�h|�v����7�c �����W�����㵦���d�qs��f�8�i͛6z����%���
��G�d��_��������]�@��*��[�w�0��}�O<�����m��E�e��=�\?���_9���K}��<���au����9���K}��<���au���nlٲ�ֳf͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛#>~���[P���ə2M��?�-��	��̘%ȱ�"��C畖�h|�{��)����0_��%y�����N���/�s��3�q��T���.>/�/���އ~���ᕗ�#��VK4o������&غ�����Ra���Kd��9��Ε�'��Ze���n��8חB���y9 �vlٰ�6l�R�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf���-�/<��kKH�����o�����H��*���Kh��l�C�.<�Y����m�)�S����6�ٳg���6տ*u}M�����䙭&��xuֲ���Eh���_C�1�5�W�B�5�g�lu�3��E�֏/��ۭh �T[�dZ4�C���&�c�"$�m��͝=�ˏ4����"2LΥ0�C�"[��0����z�w��c_f͛9g�_Q�?�4�2E�jZ^��yrm)�5[it���/&���pN�!�5���@,��Χ�6h�����L`1���n�Y���$Ȗ�K�����{�~�f͛6lٳ
��f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͑�0�������l)�o0�������l)�l7f͛ �Y���zo�mZ��L���?�M��m�O�;i���_�rX������u�Ep����8�p����8�ٳf�7�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6l�_��S���)����aw�?�׿�?�@Ꮍ��=O�`����m��|���/^���t�����bz��_�>x;C���֛��1����+���h����2�8��ٳdW��͛=S�U����˿�����y�/����cn�.� �_�-����n��>�'�B��x��6����2���.��y/����%����_�e0����a����%����_�e0����d�6l�ckY�f͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͑�?�-��	��̙&�ϟ���?���fL�XˑvZ�����_�>y������N���/�s���jsCo�	�$H�[/�G`�+��*MS�/�:?�\-?�t�VJQ&8��?�Q�d_����3�2���d|�����{��������EL����p��������XA�O�v�?�Dh�̿_�=o�\q���Ǐ/N�ߨiZ}��q`ɖb��|��K)�Ŋ&s��η��f�6��\s�n4�*|U��)��6y���W\���{{��Ir�o�]s��-���%���d9�����`��O�������T?�e��ٰ��e��������5��i��-�����y�L���]s��-���%���d9��eu�������'�������`��Oֿ�zO�C��_�,͆�-?�/�_��7��O�o���k�Bf�=������oo�.O�!���C+�彽����?���W��x���S�����Ifl3�i��-�����y�FZ�|_��^z6y���W\���{{��Ir�o�]s��-���%���d8��&j��?������P�����K3a���O�o���k��2��[��������Й���2���[���K���s����oo�.O�!��3U����?������,�RY���FZ�|_��^oі����/�מ�͞{�����?������\��C���W\���{{��Ir�?ɚ�����k�����T?�e����g�2��[��������~����������&l������������������2���[���K���q�L�0���_�='����K/Ԗf�?і����/�כ�e��������5�3g����eu�������'��������?������\��C��f����<Z��)�?��Y~��6����������ߣ-?�/�_��=	�<���C+�彽����?�7���������������5_������OI�����%����e��������5��i��-�����y�L���]s��-���%���d9��eu�������'�������`��Oֿ�zO�C��_�,͆�-?�/�_��7��O�o���k�Bf�=������oo�.O�!���C+�彽����?���W��x���S�����Ifl3�i��-�����y�FZ�|_��^z6y���W\���{{��Ir�o�]s��-���%���d8��&j��?������P�����K3a���O�o���k��2��[��������Й���2���[���K���s����oo�.O�!��3U����?������,�RY���FZ�|_��^oі����/�מ�͞{�����?������\��C���W\���{{��Ir�?ɚ�����k�����T?�e����g�2��[��������~����������&l������������������2���[���K���q�L�0���_�='����K/Ԗf�?і����/�כ�e��������5�3g����eu�������'��������?������\��C��f����<Z��)�?��Y~��6����������ߣ-?�/�_��=	�<���C+�彽����?�7���������������5_������OI�����%����e��������5��i��-�����y�L���]s��-���%���d9��eu�������'�������`��Oֿ�zO�C��_�,͆�-?�/�_��7��O�o���k�Bf�=������oo�.O�!���C+�彽����?���W��x���S�����Ifl3�i��-�����y�FZ�|_��^z6y���W\���{{��Ir�o�]s��-���%���d8��&j��?������P�����K3a���O�o���k��2��[��������Й���2���[���K���s����oo�.O�!��3U����?������,�RY���FZ�|_��^oі����/�מ�͞{�����?������\��C���W\���{{��Ir�?ɚ�����k�����T?�e����g�2��[��������~����������&l�h�t��=OԮ�l����Hn'���?R�IcWh���	�j��A����[���Ɲ��I0���y�q�N�X������(I��b�������M���i����כ�M���i����׃�_�?$���p��6l���l�ě
+qms^��F�S��D@��¼�����Ώ��WO��Ր0��'����C��ٳdG�?�M��m�O�;i���yg�Q���i��'m2w�_�rX��O��?�÷����q÷����sf͛ ��ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳa~���=O�`����m��|���/^���t����:��p�?����M�y��P�{������Չ��m~�����;Zo��A��'���<����kM����?���3f͐q^ӛ6l�O�W�K.��������琿�;�����������U����a�������y�����۟����#�{����s������yɔ�&��Շ�s������yɔ�&��Ւ�ٳe��f͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6F|���(����&���2d�#>~���[P���ə0K�c.E�k���+-~���SXѴ;��T����
+<���x��L1f��I���id���G���q��qT��Y~L���$�1��9疬l,�6�hU^��Wzh�a
+���z�[U����k��0�vpͭXèzPع[h'�
#I�!"�G„�Zeg!��}[�*�]�|��95�|->f�A"0����~�J��ٕ�?3��I�T��P�V+RkR
;_��J�������f�����R����&C��e��-/�"޴R	g��h��7!�J���{֠�����^W�uޛa��M
ޱ�2�����[�j���KXf?�cQҧ���D�dw�q�K�+���,��+�w�f����ٍß/y_T�<�A�I�Bm�I,���a��Bh��P�����Eb�Ҁ�K��J�������f�����R����&C��e�;���_6�0�_��3T���:�lU��Qс��8m�J&��*1�;��%�_��3W�~���z����z��^�n��P�f��`�*,�Ȍ���"2�r!*�C)*A�Y˿����ԯ��I����vo�,?�+����d?�]��ϖ���Pi�n��=�a5�?��M�L`U���+��Ij��?�|pY #D7�y28`	"�1;
�M���w�f����ن:Ɖq�L��sBҽ���$e�1jV��G�URUW��+�!�g.�����R����&C��eٿ����ԯ��I����vK|����']�����k���k{[��n>����KXf?�cQҧ���\�V����^������A��^3Tb���*�2�C+�`z�jD]ʻ�qc�\@�,
��%��_��3W�~���/ycT�<�A�I�Bm�I,���a��Bh˨\[�1�Ũ	��Z�����隭���CļOM�E#�������)��@������ԯ��I����vo�,?�+����d?�]�G���?,y���p�3���D�f�y�N.T���d��T$|$�Ө�"H6�>��9�0��W���A |�P��_��3W�~������)t��	��<\�����F�nA_|��a���^����!������X�W������&�X�渵9���"]+V���ª����ӑ���P��M�y�}T�DHo�HX?T�L�b.21"��&���_u���5}����V��K9VJ�ha��g�e^�oG��3��a���^����!������X�W������:��|sz��W��?提]_u���5}����nl���X�W��������F��1-Ǖ�R����Yn\K��V���S�g�>9ӿ1<���2�vw��R(��	�n��%���xm�&�n��ƌ%z�|�����|,}��W�~���׺��ٍɖ��U�^��Z�����޶��Wv�ͧ�W��uo<�@֩�˥�T0FD��B9�����̶Z-��Fh�"p	��������?�K���������#���;�E���4n$��-@@���5��A,.�Q+��,���+�+C�@��]7R�.B��ec��h9�$Њ�iZ��R�bL��>?�>A����}�ٚ���fy�˚���yt=r(c��{���^�����G=�����J���E�t���{G���v����c�������������I���r]��ش�>�Q���	.$U*�J\�]�kA�L����������
��~���_u�����Y����:��*�k�=���Ի��I1���no�����R����$���e�����ٸ����}��\o���aΉ�]q�Kx'���l�oH�K�
+��~�˧�>0e @l5�X&Dc�I�����~���_u���-�G���� c0��=���Ի��I1���no�����R����$���e��c�OȺ��꺜���f�jAm/%��]�hL��Ɗ���zu�C��t�H�28����Ђ2��]ʻ�N(D�j�tw��u}������_��2M�~^���j�D67++:[X~���S�h����[��;/�r5���O�=���Ի��I1���no�����R����$���e�.̓�_�(������w�f����ٍ͑�����R����$���e����?�K�����������*�WӴ+������ao���[EV��U*�C��"������P?�>Au}������_��1���\=��ʕ��X�J���dd�w?n�,"��h���.����L�[��=���Ի��I1���nH4�E�%�f�����ܶ�n�c3[��z��P�;����<��_
+���6$r��u�_��3W�~���M��,�((��:�@�wu��W�'��t�y%�?/j<�n2#Ψ�r��b�hh��44;b���������I���p�U�е�M�����h�eH][�~T�eS��*A��x�j]�Z*�����^h�Mp��]�������w�e���edS�=���Ի��I1���no�����R����$���e���6�0���˚���6���-8QV!Ҫ}�;���a���i6�6�,7v��+�մ�Hn�1�L�aܰ���jWl�N<Q�)ȁ�qG~����Bfq�A04v���W�~���_u���(�W�����%��rM,v�������Ȉ�;��U�������o���&?�-������]������������F��>�gw{-�M
+Oj4�HI	�$De�za�h�A@OA�L�s2	��uQ��!ג�}������_��2i�~T��I�W�����'F�̺̓$�����J��p�Y��
+�'"?��������I���s����o���&?�-�]��]�G��9�moS�J�0��I�I$V��-��S�8�E������A'b@1Ljl9E��WW�~���_u����i�^[����O�[��#O
�@w�2��p&B��4�(����ȏ:�
�]������������o���&?�-��W�B��6��b����!un�Q�S��Ol0NJ_�(����������5}���̡�{~���������o���&?�-������]��������%ٱ���P�h���_��3W�~����ȏ�{G���v����c�������������I���r]�)8��提]_u���5}����nl�������o���&?�-������]��������%��������O�y*����?V������+�m����xs����~7��)��p�>Au}������_��1������}��@Ү�����~��4�W�Z���I��N��N�������zk�����?�K����������h���.����L�[�<��o�4Z��M��m���~��_~������<�т���0�)��k�p���0K�iZ7�B���[�:���ܷ1*q�4�K�>�Md)Z� �ѹ�Y��?提xu}������_��2o���y��*���D��5�3�~�������ԭ�o,�9�~�wJ�S�F�>$q���"~R�^i�l~m�������4�,���$\��oe;I�k��ʿ]�%�����:��>��E#��c7��!����8:)�^�$�s$r(du�r�S�/8j���"е]��as}�V*�R[h�8�zN�ʿY���> **gs#i��5��,������p�����I�&R�2~k�揓������*����|��K�y[ɲy�D�G�CW�ҧ���p�������'�����}H�V>\���jr�W�Θ�yOB�����"��H�zȱ�@Sť�x��F�>T5�1o�,?�+����d?�]�K�n#��a1�-E6��H�&
+[���T�	�ǎ��CJ��ӵ�3�閗�?����8��@�s{9R"�
+T�C����x�`$`#�d9U����F�-<e�.+���n��@�_u���MMsatZ����O�˗���*�ʷVܽD*U��w� ��=����ڗ�Y����'��3���*M��n����O0jv�V��I{-����\Cix�SKjʩw�}]��m�]�a�qO?7 �1��
�j�א���5}����nj^N�t�.-_P[(����Ae&�.�k��ao�XTn<F��/��k_�O��f��j_�fֿ�$���Ή�ޱ����:�������w�csg;��j_�fֿ�$�����Կ�ͭ�I?�!��1y���3h�_�q#kڬZE��U�O4rʭ''J%!j���6��X��9c���H)������E��WW�~���_u���������*�q0bA(�E���U�ڸ9��{R���6���q$����o�����Vmk��I��y�y���%�!���F׵ht{C���9dV�����S�l<���"����~ _)0 ���H��J��������w�b�ZIq��T-�"i�J�c�j�dF!���=�՛Z�����C�Riq���N�|Ỷw$Ȫ��]�u��kW*(�gE�5�=L��5)�->�[�ɸ��p@�Gn(�I��_������I��<~��?�}N����xz���}�z���z5��{��ŏ(w�����ٛsЯ���3Dѵ/1k:w��h~���א�i���?V��E�$�#*�&`*���p��U���L�������?��?HX~�����}c���>��z���������}_� ���W��Mkg�O$	"ԃ�#��~F+��V�_����g�-k-�V6�e�.>����wv��1q70O�^�r(.�x�7^��N�4�Y,�c^�OZj���d������
�1�S�ԏ��3W�~����֏�ywY�|����}GI����ۚI�\���J��fV��EU�=���o���ڷZ������>���V�_����g� ͂��W�~���_u����#��W���n���I���}������ֿ�?�ϲA�Z]_u���5}����nl��_�պ��'����o���ڷZ������>�����ᘴǮ��+����gW��c-�.y�?�=+�pQ�va������f�^�U��֯��~��y�����1[s���s���a�| �@�Ѱ]_u���5}���̛�X~^�Ŀ��=M_��i�~��i��+���;?N_��V�[��O��ru'�����w��]7�n��j�Z�|��3M��q�S�zs]~����}M�o��� ����u��O�����W���n���I���}�|ū�������?X�aq}�~^���h�^��yq�hi�o��Y���o4���-��<�g�W�~���_u�������񇜼��/��K���e�}s���}z�8=OO�r�ϗB�*3�ʐ�'�O��_�_��a�Vz]�=��j0����nn�i"Pr��8�\Xһ�<���(^���l�����S`�M��D&�K�2
b�s0HЉ�s⤍�1�UI�\Sϟ����Ο� pr��}�����`��;Zo��A��'��˟���9���?Y���^�I��G������z|��.��4�8C���֛��1����$f͛ ⽧6l��ʯ���]���7_�u��!�w��s��Qw�����o����u��Q�Y<���}��1�?�q�G��9p�s�|���)-������)�M���|���)-������)�M���%��f�Z͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6lٳb�͛6l����QmC�0M��&d�6F|���(����&���2`�"�\�����VZ���­N��ee��'.�O��*��G�}���m��f��쮮e�M=Ѹr	3 a#zl[�W?k����N����������I�-<�p��qiy*�İZ,����c�)7'��e��G,�J:|�Ǘ�<2�1�< ܅X�n�9��#��$@������[}C��d|�����ˊ�8_s�������jbI<*�h�M�K�^X�y"�We��ظE��r��QV�}(��������6"��?6?)�4�J]&�F��Q�8��4�bU'W��'����
���:m��WQM�L����Wב+�Y�w'"�.5�`���rqG��	
+�w�Lz�~m	�
����P���rI�[OѬ���-N�M5�Ke��}(쳷��wg' �B�c�քG�VqBw�UT��c3̚D�_�|�i����M��T�$�����jΡ��X_�F��=�N#��=Tn `�
t+�o%C����9���|j�r�e~�?E��pB�R����4����z7������C%p^�1�D�#��mq�Em��#-�8�e�q|W�i������.��O�k������-Y4���g���-g���{ewk��w��^Kh!i�B�gd���v.����/f�L��#/-�]z��:��`TG���c�M���9�3g���.��f��敬�������3L�/�||�N\��\o�Ƈ�h^T���&�n"�/���o� H����������S|#j��REs�޿�o_�����>�Ԉ��Ĩ�3\dy�ב��A��4�ǹ鿚�W��y��e:w���j�$F��e�, F{ ��7Z�uMRO�-&������%֟�ׅ�����6��(�k3DY^<ߓ$�9�3g.�ՓV��k�t9�m����A=�Oq��,Z8䅚��w�ޔ$7��^�����kӮ�on<Ӯk
,B+k�˱j�ܴ�#��"�v��_�7��Ů
+L%{ؑ'�!d���$@oQ�{Y���2'�g�͵���jӵ-N�շX��/��&Y��C4��_�@��Q$�y
+P���;�i���\���hvZ{�'�yko��\E%�Uu���z�B"�K�T��y�͞m���i/��H4���G���K���4��x���yW��'����s�r����?1n��I���^^?W��W����W�>{q�Vz���|���#r1���}=����E��q�@� ���6=$mq��.���P����������>���/�m�O����!�χ_�Z�{�����6�¿�C������6OG�>����������w���r���mBK��Φ��!Џ榬|�3�qun�ޤ�#u
��;�������Uj�+�/yn��@�4�0X�Z���d��h�Me��H���wWT�m�D�†w�m��_�7��Ǔ��_���|=����|/�W$��e�6�q\�|q�<_�tz��?C������P�ԓ��{�f�I�]3R}UWNe����]��B'1���5?ޘ�6jwֺ޿p����Z/,z�~i�=KW���S����%��	JL�6x}E�+׉�6y��>S�������OK�{k�(�Ku�^2�SH�m���h�V���������@ҿ4S��/6_���h��<^`���ظ+�V�#�A��=7�������Sa$�ሃ�� D}8�9��k�����3�6=�?'�k>b�'��o��<ݢH<�3�j�&��ډ/���H���i*Q�H����\>e���+��'�<���[[�.u8���}n��In��b��E+<������O�
>���d�����#���!H�W3y_���Q�Ȑj6�P�,�
+����\��G!Kd�F���o_� %I.�D����m�|��_����k;4�Z���I��ͺ�o$�i��ʲ�����$��Љ/$�%�l�][JԼ�iu�Gv�[�I��E,��R�<�r���*<�w�����f#
�R���<�<2�HdZ���F�Pj	������M�Jf_��F��y�Q���<���6W��O�[�(.-`��~V�	"��c�p��%NCA�l�U��pt�C��U-�)�cnh*hE~4�T��		�iD[�'m�Z}˒|8o}���9`U��*I��t44"�"65�+�����(��6�{i:�#�D�I�w��M�4�p�� ���Gx���:fU,�GR@NP4ˠ=>㔾}���d?�-3����#m����J����B�]���0�/����$6*���ʫ4���h�n�;t�>]ɝ����f[+��3D��$V������=D'D@��_�#�w5�+�|�j���������?�)�0�-kN@�����#�l����ߚ�3�7����V�]��g����l�s43X̼ahUa��u�7|�:����6�Z��M;L��ɔ����INA�a1��UQL�.l�s2��v������J����˙�\Ĉ�E^�p��no@�<��?,�yX��5-O�:uot��R��LG��W�n-E��J�L���E��Oŋ���[����W~���-�+q�(����3ʷM�K�	`� Ğq�<�s������*�������W�SO�q��'�������^�����Ϸ,g({/-'�
+8�c�]���[�K�B�o�2��_[
���q�3���m�
Q�o^H��;I��E��6��V�m�/��ť���m�;Ego�M!�B�b���l>%����" ���5���y0��8���)�ſ1�{����COf�߬h�>��k�Q��Hr��DV��?T���.V�x���6�p*��E։/��r�����c>��p����I6�YR����/J����K�&�u+=V�Q�����%���p�
*7�<�o��U|��jZ�����F���X����\�-�{�qr}hd��/?��~,4��א|�s�Yu�-;LM�F��\�u8"{k����X��YT�f"B�C֠g��d�b$e\�+}���t|�_���>�B~s̜��A>c���G������O��<���<�t���Ǚ5h5k3c��
-�ҬP۱tpm�xh��~%9�<�����{Yм��y�����6���v�A�p��ߧifV8��K4H�0)�9nl�e��wS��h_�O�ҴW6�n�#q��;��z~��zr��%i4o+G�̺�<�.��#��d�W�l]�6ڰ���cb�qE����	�Fz76V$D�Q���
+0��������r,�r�S��x�������~]���Sͷo{i{���t��Ͷ�z�n���Ǧ��K�-��g	�c�ff�c���H���V4�iK�ů�C0]V�����^	Τ."�-�Y
+p��B�,�@����u��=K��L����m��j�Z�3��������#oJc�Ū���$��zơ�hR��|���]T[�te3E��Hg^@��;a�������1�_�tY��U�V�l�d�r���2@�%"8���ߟ{I��La>�H��6<��,eӼ٩[�j��S�%�Σv
+�<�P��%ҙf+qHc�_Q�ʬ9W#ȼ�-Bסm�|+�)z��ed.���7vk���WWV)a��V�,k�����[�����w1����Byh���Z��֮��+���>S���y�������L8�4�
��l"y*1,ԩ%�'��O[����X��b'�1�"Ep����l�i�
8��̆�\ɻ����A�B�?*��)Oq��7������I&��g����t��� �cx<��ݙ�i(���TsU��w S	t��������o1�6:����ӭ�M	�帻Y��[���VHgt�W�=9���I����Q���8��{99'�AW
{�����3򕄺���-�nmnc���ͬ_ӽ���MqϹY�5���$u�h��k3jG�~T�,^]�E����$մ�+SԢ�<���B#I��i�M����o$��q�&1'6y�R���<����#O�4�N�ϱ��j:Hwѯ�ƙ0,��
+ԍ���O�w�����r�L�������]m��
����?Hk+�d՞6��5F�	EP�Š=�2c(��:q���1���vG+��0;�}!(P�D���}����;n�wg��y�X����|˫E��5�h�e��jV�%����%]Q���)�`��ζv��J�5Mj��G+���&���O��o���"�*�Ih�E)�S%9&l�^@��Կ.�˝?J���N����;Yȫ��ۙ6��?�Z��mQBz.�?��e��Qp�	ˎr�y����!��#�Ō�w�5+{�R}jwd���n�[ǚ��D�S,�n#iw�?U�#J�s-z��ef͛6E��f͛6lث�f͛6lث�f͛�uMO�^qյT����ZjZN�k�|���eq����wyl�f�2
+�:��l һ:F��|��i�y~���G�u'�z����������g����~�z�j�P��H�m���;�SS�/�t�U���h��n����.�%�z�^�i���^\�ٵ��������M��c���̐dX�����ر����	b'�jp�g˿��ϗ�|ݤy�Qռǣ_�o�A�G�[i�z�R���i�K��b
+����9������7?g�o�ߘ�%Ϛ|��i��*��L2P'֠<�v���ٳ�j��y��l��_�o�5)ukbJ^;��cO���Q��s�z��C���ͧ�wOs�%��mfV��5E��bI��l�vwj~Zm�C'�"�s���ˤ	�/w{���x�3��(�y�yʻ���͛|��;O3ycO��ek}F�.%HҮ�?	���|�e��>Y�������^_�nƙw���t7zn�*��q��pʫe�w�O�PЎ��_/i�N��B�d����im���<�)�U�1�
i�Fz�9^�ks��e8�g����[q@Bc���Ś=\�f~D���UV*���;:��t=kQ�uo7���:�*%ݷ��I�l��ˋ��ļ/d��Q+�?G�F��=ו���w��y�N���_�~O-�	�F�t׾���LIZ�v
/^4u�2;�o#yh�S������ui��$��%픖ח�b����m�M��zW|�U�ŏ�R���J�W�7ڞ��<r\�/����#UDDUܒd��D�>�7*����[���#*�= l�9q����
+�DF��FC�����F��1L�O<����є��A%�r�@��"}V�>O�C����\\~d�<��� {���i���i�&��4UX�h]��Q���ĸ9�����s��khE���jfk{hC4�c7�%IC�F�����<�����.����h����s�n�p�k�ͦ%��jq+����Ś�ීI�)���/�S_�-<�-=���R��\}����ս_�O>u���z���1�1���G��#�$�y��}NI����x�wЏ���n��^y�X�ֵ��.��G˯<�7_W2M*�C���t��>��21S�1/���r5���������?�W��{������=oK���O���g$͞w��MZH�/���ײ>Z���_Ѳ}o꾦އ�}N>��˝7�y^���O楝��м�}�kZ�˪ē��M$�\<��0�^��O�(�@'cܽ|޿�0��\�qY'r%�:'�IY�׾9O��D��I���K}�_��y�g�s�_���y|5�ާ���I���������Cէ�����z�m�8|˪�[Y]�I�.h�u���N�|%_.k"�{�8kt�'�%UIL���ȿd�|ټͪi�o���GY���i���j�_^�(Y叄�+rPG4=��gI������m~��O������S�wվ������������/��~>_[��N�|޿�@J���+L�u�9ywF�����gQ��4�CՒ�^�qpK��Ӄ��$�*7���Y��~��y�/�~����M���_�P�����9��^�����'���|>�����l�Y�4�K�z>��[�OM����4�N	�m,*�G�2Ux���ئ�c�~����ҀZ64�"��54��@!?_�7��&�=󮙬�r���;��:Ν���jڇ�$��Y���H�Ք+�7VnN��@�ͅv�.�Iiv��)�B
T��
$jl~�B�8�F�;�GW0��K[\�S=ArF�Ľ���J["�갺����l��<y�T��(�bp!�f�]+���Y�+{�{��ֳG<d�$���#��H�qKY�t�6lٱWf͛�����N�����]�i7���rT�4���bI���c�ԑ�O�����[/6iy2���gM���_�<����m;I���\qy=+k[ȥ��F���T�*�{���](���7����l��t��'���J�#�n�|���\��M
�G^JJ�0"�������(^���l����u�����?��l.����z�������������~gk:o��3|��
o��ڷ��;�>����]^K,O�EV^J�є�a����7�c �����W�����㵦���d�qs��f�8�i͛6z����%���
��G�d��_��������]�@��*��[�w�0��}�O<�����m��E�e��=�\?���_9���K}��<���au����9���K}��<���au���nlٲ�ֳf͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛#>~���[P���ə2M��?�-��	��̘%ȱ�"��C畖�h|�0%�cP�gX�����UUY.�$��<�����5�I�h:��ݥ��XZ)�2ڗ��hL��%�6��䠑S��/<����4�:6���˞��)��w[�{�i�o-kZ_�|��||��\�����'�YGs
�ZLB�I��ִBF����S��{s�g+�\����q"��gd�&4=��5�wP��?����)k�X�j� 3B�<
���Xd��:~�q�?iF+�}KMѼ��cYOSM���+�A8������IGڪ�۾j�_׼����;��s�Z��sae!亄�jo-�9G,
+gUI��I�~��l͜7�6�O���k:]�z�M"Mr���Li�Y>�һ��;�>��9_��~A|��mU��Ҡ�/͖��ֆ���c�
}8��H�i8�P3�;��p@	�$��?=��;���d+���!-��9B"����ʘNl����oyR_����k̯��ǫ���Pi�ߡ����[�Fj/5�H.9�
+�h&�(�/�����E�_Y4]S�zߩen�f��H-#����8KE���Ȉ9h'¼{�l������;���W�-�U����Y�Z��x���p�V>�P9c��tmal4�;y.��:�tTS(��!a!�KSo���E���R�޹8������$q�^�e8B��J_.��	LY��$Fr��������W^���_7YY��.�a���5��$x5#���+X�T[�-!��U�$q��������iO�^ݹ�͉�Nh�t�x��������Vv-Z�?x�|LD����l�ޭi�?+~`���^��}wO������ƕ-a���jѴ1�W,=5����vӵ�/V��-6�;��.���c50\�$�x0Y�9����N@p��ō�o̵�R1=��o�$��Q�;��p�G�����}I�5�K^g����+����oIM����y&ya��Ӟr	m� X^h�5��Ձ�J�#���I�9#-Gpp����V��yj�V�5��Á�c�L����f��ٍ�M� d�<�^@�Z�'��K/9j�w2�[�Lg���n�_L5bX�!�BT�;���������#i<��[�Ld��t����w$�6qd6L�A�Ǫ0? fA�w���e�x�����<&B>^��7Q�΂<��T{�Y�/
+��ζ�O]�+Fg�A�N\�0�:��7s^/����˟����B��~��˿��f���G&��q)�瑏˽"���L����2Z��Wz��RC$w�G���5��7�t�s�f�3�\��aҼ����$�Mq#�V����/����VvM
+�f���E��%�=V������I:6�}�Ϩ��h�DS��kv��'K}Fy.��X�hT�F*J��8�z�X�2F���G���k�����
Ǻ���2�:�ijgO�f�uo*���{�b|�$>U:@����k���T���=%C�G.|rE�6�|���ڲ���<���{ZֵHn4��Cv�i6�d�I,v�F��ܰ�Gϑ��zw��:�i�d�ewy�˴�-j���:�z�ru��SR6�4�~L�������Kf�s�y��j7��O}u�
 �*"�
+ӈ���;M#̓B��[M6��?H���*�05ޑ��#J����
+�iRq�0rF[�`a�m�b�ڲ������7Ã&[;m�����ؤq	W2"�8V�d%�x����6�?X�o�����7��i�]ŧ��O�ڙu;w�x�i+,hZeQ!�D��A��k�ך����O-yO�Ե�y�n�O1I�4�gaQ�	?e@힇͞nMK���<ސ�Y�f��I"{e��8�V7Y$�e�7*�-PyP�|5�G���~�$���~��NC�����V�8��שJ|Y?Y�� �c#�^.��6����1�$��+8��'��6���y��A�����Y��C���L�iJ};Y���PM4i�e�)Hx䓓/��UM���R�g�������:���+���ޏ���w�\�OO��kO�g��g�ܺ���goj�/�o5-_R�u(�x|���K����`�u?� ���j��m;�:[j�wvҙ����=X�q_�O����(���(qW�p=}��P�l���.\��6u�2E�MW����R_1ykE�ll$����Q|��΂W�NC�:�n%EIK��C"���緸��ҹ�ᐢHE(�%P��4ٕ���F����W\O.Xj�˨J��o�2Eq%�����WAR���&��u���t�ew2ެ�ױ"�ko@)f.
+��D��������]CI���.��X��@׾��i��,�v�z܋Ǜ�*�3H8�9�~Ѧt_7���������M�����DF6
���1q	��2;
��we������bnC���~)���Jҭ���T���cux�$�����#Ṁ�-2 �~$��@�oQGD��`�a�(�hw�=��<�cw�������.y��'��*��
֯i{�
$f�4�2���ӓ��\�[�-��OO���7�Ѳ7�9�y���P�lo��b�X-u;�� �ky淔«3�DxN�F�q����H�·e��ʍZ;(��յk�N�Q��쯭��[i����4���ڻ�O+�-��W��N�!�/|�v�r����K�[k�I,��ۀ�s��C�Wc�KÈ�CwÖ8|��A'�-W�WVyq�|CsC�P��x���'��3մ������,o���Msgi봖,��$1�^��D���0#:��gQ���ӯ/%��J/y�Y+���"�,-E�0��s2<�y�&,K18�#��n�O�����cTּ��m��susqy��v���zvN��%�tbPkȟO��3ҷ:f�{ �������,I#�U��|G����V�/��Ӟ|�]��uQ�j�o���i��6��w�w̖ ]C���\3�oO�V؞Y׿)���/#X\��U��jf�X-l���E[�G�ndH�Ҙ��j���E	��R�W�Q��K~�WŢD���	���˧7�GBsro��L��E���#��5�S�]�/1ˠ��̚~�5)]sHfu��o����2���z��N�^�oq�O�N��Σv
+�<�Q$�%ҙf+qHc�_Q�ʬ9W$��t?��YȈ���ߠt?��YȈ���0͕�M=ɼNnM�r�a����_�"?��7����_�"?��3cAh7ɼNnM�r�a����_�"?��7����_�"?��3cAh7ɼNnM�r�a����_�"?��7����_�"?��3cAh7ɼNnM�r�a����_�"?��7����_�"?��3cAh7ɼNnM�r�a����_�"?��7����_�"?��3cAh7ɼNnM�r�a����_�"?��7����_�"?��3cAh7ɼNnM�r�a����_�"?��7����_�"?��3cAh7ɼNnM�r�a����_�"?��7����_�"?��3cAh7ɼNnM�r�a����_�"?��7����_�"?��3cAh7ɼNnM�r�a����_�"?��7����_�"?��1��LN!eI
+���UjlJ�RE{r<4��&�9�7��̀�@��l�������9�@��l�������9	�
���OS7:�����(��%��ޟ\C艮�����‘E�H�M/[�՗��uGi��#�)u���F`�hw�*��KW<�xd�!��o��W1ӛ(��(��R�EnF۷ɼNnM�p��,f����p�\љ"O�f�	"��'�G�`�����H�;����V�/��ӛ����V�/��ӆ�|��wפ�[խ��b�Ѵ�b�O�	5����;,���QՃ�,����M�sro��?��|��AO(^/��[�y��ӼϫysM��C�Kk�}2�訡ky�Gdbbuh�������V�/��Ӆ���Q��+8"�C���5,Eح
��>X����M=�Գ��%{Y��u{5QD���G!F�!�dr[�/Ѻ��4�ŏ��0'��o�	<k���&�~u��u�:v��X�iP���զ����z��r���4�b�3�p��`')ԚXx�����H3f�5����k�
Y�VcɅI��� -��6l�͒���o������.�,--m�H#��@��c�{��-;6l�I�$ֺN�%�2<5g�Y�&${�ߡ�����3���X��f͑<�w�XZZ�$�G���I��b�'���:|����՞5f<�T�	�-;6l�͒���o������.�,--m�H#��@��c�{��-;6l�I�$ֺN�%�2<5g�Y�&${�ߡ�����3���X��f͑<�w�XZZ�$�G���I��b�'���:|����՞5f<�T�	�-;6l�͒���o������.�,--m�H#��@��c�{��-;6l��HҮ�i�lmf���I"GsAARA='�C���e�����iɵ����m�
Y�VcɅI�����m7�������V<+��H�NnM�r�d����V�/��ӛ����V�/��Ӓ�b����$�>d
+O&;ǹ>.�I�䶆G���1�¤�O|xW��M�sro��!?�t?��YȈ���ߠt?��YȈ���>��_,h�`�|�qoq.��).�(�T��4��܀H���=Y�7X����I ���Ɏ�1�O�<_C�6S�[|�����'A���X]�h�ZY4Q�9'�p[ӈ5)̈́r:�uF?��3�O�Eq�_5�C�N�������V�n�S
�n�����Pv5����z�����������'�?����Α���B���gO��9���r�"��8�k��r�i�)�/��0=��G5�-�7a���q`O�J���^����7�c ��������k_��[�Z�v������N.y#6lق�i͛6z����%���
��G�d��_��������]�@��*��[�w�0��}�O<�����m��E�e��=�\?���_9���K}��<���au����9���K}��<���au���nlٲ�ֳf͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛#>~���[P���ə2M��?�-��	��̘%ȱ�"��C畖�h|�7�w/�
+��N]a���z���JYZ|��H{u�#Vc�����,Z�����V�;�G������|�����}����\?�ũ���>���f�����-O�����C
+Z͗��}�7����}p������p�������X�?������U��|O��3q>�x�8_�h�V��i�Z�������%���nRH�ĒN���������-O�����C7���j������W]E|9�����u�,_�Z�nnf��e��e�8�T!�cM�^**z���$�|O��3q>�x�9�7���j��������S���}��P�Z͗��}�7����}p������p�������X�?������U��|O��3q>�x�9�7���j��������S���}��P�Z͗��}�7����S��ޫo�j�αugk�E�â4�-���!�$$++*:��x��6�/���j��������S���}��P�	q���x"��pc������3����+N���;�Ia��Mxu)���$��{tVV���n��Uf*������n'��$��`
EҼ���h�%�Y�Z)K{t�
+�1%�%��fbI$�wž��S���}��P�����,Z�����7�����b�W3^�MypT�q#K)EXԼ����UQS�@�'��}�7����}p������p�������X�?������U��|O��3q>�x�9�7���j��������S���}��P�Z͗��}�7����}p������p�������X�?������U��|O��3q>�x�9�7���j��������S���}��P�Z͗��}�7����}p������p�������X�?������U��|O��3q>�x�9�7���j��������S���}��P�Z͗��}�7����}p������p�������X�?������U��|O��3q>�x�9�:��ė��},��n�K�he1��IV)"=�X�b�\?�ũ���>���b�f���Z�uo,_Bn,��J%�+,�#,�uE"r]�+��O��0Nl
����,Z�����o��b����{��T1V�e�>�x���}����\?�ũ���>���f�����-O�����Ck6_����O��0Nl
����,Z�����o��b����{��T1V�e�>�x���}����\?�ũ���>���f�����-O�����Ck6_����O��0Nlk�[_Z�{e
�͵�k5��67rE,R(dtu��VA�����j������Y�E��{q�j6���Y���v�
+b�	�b���2��!����q>�x�8�]���H�VU,�'�@�Ȩ�� b?\?�ũ���>���f�����-O�����CGŬ�|O��3q>�x���jGU����+�C�R[�{5�+uʱ��X^�:�"T7��R�$��5ͣ���b�i�M[������94�J�J�����dT-_���b����{��T3}p������p������4zI�a��ęqD�[����!�4`q���H�@;��	��v�h�7�T������cV�V!����5�`S�,��rU�iO�����TV�?E�}�����	́���S���}��P�����,Z�����d0k6_����O��0NG���h?���a����j�����M�7%�ۋ-tH�VG��̬�\������[�eq>�x������3�R����s͖��<��嫸�*]��w�'�?$��6�D�)h�U$�T��8{����mn�}�^Ҥ��H�����6%XJ�spP����d�6��g)��ӿ6�֠���-|�hd��-��({��uwqy�h�DT�:ט?�(���0����o����o���j����K a bX�(���'�����O��c��}�C���.|�t[�$���P&�m�4�c�Ed�*\�6qE+�Z&��_�iWa�!�a'氕�&�ذ2�-^�W�/��)M�R_7
b��#�Y|���7��_N��4K��^T��{~���ݾ�i
�Q2JZ8�IiU�6)� ���}��/�Ն9xcT6$�￾�|YJ������E�_Z�)e����_V7&�������p�9z�>��k��P���H����O�ް���z�8�}S���l�`��x������"�C��ouu�O�k�K�|�|���	��k9��I�L1�5K{�u�%�0�1,�������}r�+x�d���T�-*���|��a8]qD���Sn�Xe���e]�n��>P����٠��AM���i=�`}�Fz��A�	�g���׼���8�a�_���֫�^5��z���JoC(5&"
+�CPs������3��a��yC��ִo-�i�����kgo
�$�Y��@�QK
+�@'uMR���b�d$K��#�>9����� 8|L�3�rp�z� �����c�D�W�˓3Ѵ[�3L�õ�-��u�iqYMʄxo�Z�Ѡ�M�9��qG=����|ծi�6��jz��� �L��.縶�EP�`�Ge�P�(
+a>�{�~Zy�\�_Ӽ�|�wyi!��Wtj�F���4
?�ZW�Ϟt���9�}CL��=���Huo�v2�3܉$~|f>�/E4�AN����u��3P��ռ���W���4�cd����V�Ĥ��Aak.��iRG6�[��g$
+R7�NѲ)���L�A�D��x	�G�~$/��3��ݶR��d_�ӈ?�H���cJ�]�.����8�=F���^��$d��,�/�o<�y���4:v���Y�A�Lڭ��K@��p�n�V�7b��Ea��y�����G�h]d�hأ������PFh�'�&�^4�A�TIu�+�w�Z�������f�ȏ����䟜-l������7i
��-q+5����V%�A@rC�j����K a bX�(���6��6�D�)h�U$�T��X4o�"2�=�xk��S̚;�!������2#�XL���2�ƴ,�¬��n�������ݵ�"��/�e����J�Ii(�[����m�J�oH�n����?��?�-��Ae����_��j�������H��
+�Gb|rFw
�27�cu���k�>�����*��(tgq��U7�5��'Y���-�AY�(.ȹ2��~e��AÃ'&v@����	�6�������ߕ#��Q}Q5[�.������ܢ��(�j`S��
o��Jo������^Km��Hm≒R�ƪHJ���O����o�欎�5�[���n����ߖ�i�G�-�7ڀ-�\�kV�6��a�G�e���jwۦ~������W���RX�=�l����)t���}?��+�ie.�d�ݍ����YW����Y=3�c��X֡ۢ'C����q��-z����BO�;����@����:��~�0F��[�[�Q,����`��v'�}w��ZƉr�p�ݛ��5��E�34oZ��~�ԙf���8�A�"<6Oy�OS�fe�ۏ���+��:2���g�$�ݫ�
+�{Vӭέ
��]"j�1�A,0[+F@H�W�����yC���A�����KO�t�+�?�O�S�������>/
��)RP�0`����kB���c�X��?����&��eHoΣ��yCL�d�[�s�����Ѽ�7o��4��	@�g�����G����E��B�A�ދ��H��
2�+;8��V"����n�ԝ�?T�-��(�@�@İ�P;�9��%F7Q��t�G�L�����	5f��r����z���R/����yC^�[_.Z�5-rkUt.�c�( ��V��C�$j$�P�^9��^���Q���5	庻��纺�̒�4�]�݉,�ĒN��������ϟ�
?�C��H����z�����������'�?����Α���B���gO��9=Ջ���ˇ��s�r}�4��8ֿ���Ĵ?��i����\V_��Z���c�����㵦���d�qs��f�s'��͛=S�U����˿�����y�/����cn�.� �_�-����n��>�'�B��x��6����2���.��y/����%����_�e0����a����%����_�e0����d�6l�ckY�f͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͑�?�-��	��̙&�ϟ���?���fL�XˑvZ�����_�>xE��E��lȿ�w�f�ߗ�c_�4�(���0�sNE}WZҢ���w��W���̋��s����G���.~����Aj޷�xz�-k���zW�Wu(������S��kQ'����.���?�
�_*y�̐��ywC��xt�Y5t�I������F�jt>S�#��M�?���ʮ���O��<��zU�=O���x�޵�L���",��tpMC� ����O�/���<����?H�n��5��Q�F{�m�d���֖��`��"䊿�W{����+�x��o�=����--5���լ�3GK�,P�Ik�}RQ}FO�ԓ�1&[��@HQ�H6:�j���}�U�x~�{͝� 򥦵��3y���
gJ���=�̒ǩ�Y:�S]X�wV�����M,��Z��������y�S��Zkk	-!E޵���	ܩJ�i�Osp���f���|K��g��h�4���=/Sմ�,�����T�n.^=@���������DW���P>�W?1��Ӽ����^d�W�s�ӧգ��kǷ��q4Mp�������2�^$1r3�Q��B*�D���1E��u<�uF������癲io
����4ݥ����hs���c�Xځv!��Y��|9�b��⾨�j�J�u���5mKN���K9e[oH[[�qp�KP�4��ƠG�<�:޵�y{J�ֵi+4�.$�)geZ��p��nz*����L�����^d�ѵ]n�>����)|n"�F��=~L�W��`	��2.��b~]h�:����������Kt��D�C$dQ�SZ���Y��2���~��� ������_ܑ"�`�J����7$�~h�n5��B[m ˪�=��CI�V�"h�yAn��+yi��"H
Hj�/ʗ7�g���oO�l���?���Z�v�ӫJc�$���8����۟:m����K�]Ci�Go�"į4�#�5,@,��Uz�h1
oZӼ��]kZ��
��z�G���@�8Qݷ=Np{�o0~TywU��K�Il<�ka��s����a�<�)]��.sz��Y2��o.�O�ך��Y�i�\X^ǩߛ��YG"�5��@9�"F`��iAIC�2���W��+ߑ���1��(��>�)G�qb�[\]9��'u�IY#R�#�I��DVf=�$�E.�V�>$���~V�'�w�5m;@�M�\yb����2�Rk[�����ͺ�i��w�#��^T9���Ѭj��Mw�"���94����sm[�����H�1��sg7���\���>[��.�=+Q�R�v��62�\�����]B��K�Xr��2�O^�M�原{�
RK+����͵�֒j��\�
�K$.��*#z��nk�� g!�\�G���5�LE��Qgn�e��?=��0��>]���i
�ޯ��i���������ޥ��.
��r�J�6�t*���B�6��޳s�i�{�Eq�o}j������Iswl�]��}���\,�/�W���d�cSԵo��:}Z�k��{�J��\1�yb���H�G;��q/&;���r}�`FD`/���$x4^{�u��59^4H��"��b^�n�I�"�ER�W�avlٳdUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛8����י�Ⱥ)�Gҥ�Iud��!�Tk�a	
+�7�7=cJ���ӭ���n�5̈́�G3C'�/8���zw��	@6H����ɽ�qtyVo��6<^d֡{{(-�9������ڴo32�?/���8&�kic������j��N��j0��Gs�"���o���� ��9�cy��t�7
m���;�K�5���ϩx���s�ER��+���<�6�y����������$��I�u]am��?2g��������_�-�Y��sq鬴T!\� '�3���|��ܺ�ۚ���g����˼���(�������C�y+�ZF�k�=W�ڽ��~#6:�Օ�6We��wEG��cQ���?�-�_������$��L��6�q֙�Zjqy�_"yy���9���}M��H��&�Ha�Lk�W�Lʫ'���9��iw>o����f?1�cu�����gu�Io6�\���ɢs<a�R��YM�3�PԼ�����3jW����y�,��/Uqod�� ���LB�����	���p�<:����ԙpp��/|�_������o���\G�8ٷ:�y����~[i>W����T�{�/A�C����=]V{!q���.~�
�(��m�5�2��#����i�d�PϦ���ť΍����!I-�T��n4�.i#��¡���Fl���`ԅ���<�~u��ƋAm�\h�^%��6jBon޷��Xιw~kաҮ!mj�.����������v6�⯤a���҇g7�[q�GoX@������L����̇.|#)?n	|ǘ`���\Zi��u����V�_�8,���j/���&�PHP�7���I��	��ף�j=3�Z�������yx]��cN:z�Қ
+�Ǘ�����l�z^�}�_ͯ?��޳��E�������ma�[�f�G����>�j܃mF�b�����5�y��:��y���,4�汷1,/l�n�w�0�� ���
��2(��+��A�w�˒&��@fq2��9��l�#]liZ-��������;���ma��X.%1���IV��b��Q��tA���g��tkm&�;V�n�Q���/]f���]L�4"'F������JK=z���������
+�6��4��7�����ᱺ���l䳺֤��X.D��d�9���)vg���v�{�8z���O��&�+����8^F"C��҉��O$?�H'����Ɋe��<����O��t7��'����j��m��:OWU��H\km����s�)�[MDn��e�>�h|���6�_�~W���;{{,ir�<�#�8�O�����RN
�|��~Y�е�;T��U�����\���N�A�9�����?�_C��td�/�4�KO����Y�iz^��~m�:L�M^�9m`�<�a�#������������(�ߌF����g�x0��,��k�������<���4R�����(�I'�5��4���	��
�'#�a���<6�kеM
+{�2[êZOd�E���ɯ�'��G����?�?�.$�z��g�i�mGT�'��4���e���Ś*G�XLoK'$ D��~���|��ã�y���˦XGq%��}a#["�q��d�f6VQRJ��]�ߘ�ySQ���N���.�q���s�\E,w6��*����vI� ��l��1-��V��^u�Io
�P���kyo���^^2�m$����=>mȱc͉�x�8����r��l_.(w�=�'O�͇�ɗ	�#��~���)4����Ӿ�"]]~���gJ�	��.���ЂL�m��o4='��#���
N;�,iz�$��.^���յߦT�`F+ sVP�|��=S\�����ԭ�����'��^��;}sNӥnmem:���rV5�P*�����R���l�ն��.-�^qJ��р"��#�%�j������+hgX�/쵏����-�'y�K�I��W��
+�u��Z��r�F!�dD�x�|��w�X��`~ܜ|s3�&��n^�����yFl�����te�:~������m�O�[r`�J�H���Db"9&g��C;���f͛6c�;6lٲ?��A��lX���s$�?����,�9����������p�����H2Yggh֐3A&$$�RI*7;dO��J�5�˝oF����Omg��K,Uy�]���a	�G���}tn�9�$�${���ٰ�����y�Aյ�O��6��֧c�%�Ť��	V��ō
w���̿��
SLю����j��[���m3%ĕ
+%���X^[�!EI��oo
�4QG@%T)����+�,������yS�����˞X6L��6�Q�����E�&�\�
�9�+#��0�Q���a��l�ɌB��z�Q�TOJ���f����n��`רq��/�:?ˏ?K�ۯ7��X�;T��Y��Xl���4��%^U�BƕjqV"/���#��b�|�l���E�Bj�?3����\
wus|��Y,o���W����������X"��ѭ f�"LHI(��T{dZ����Q��d״You+���kky��Au5B,�b��p�9�H�~u�5=k��[�4V��}�Oog��K$B�$�^<��sʟ��&�q��>f�l����2�i�G�|�
֟6��	L�\�S�~����!}U�s2��,t�����=�H�Q�:���<���&&Q��'˟ʺ��&���ϲy~�͟�Y4+[d��X��X��K*�3��ե]��J���~O�4�'ͺ��_�i6:��֩c�e�Ť3��![�^,hk�wO���-P�m4��#�B�u=sY�����֯!���Pօ�I7�c�����VZ�^����#Eq��UB�qo�^�Z�4�>�]���of���y†���8�AJ��6�|��|���G����E�����S�>w��խh�y�B�N�|�7�zO�b�R"���Y���2g+�q��@Z�7������C�����eC�$��@w��g3�������g[Xd��� �K�%,�h
@�8�v���9ywK�f��ɯ��y�"mZ�O.i^gdX��c����Ml(�0�ǒVS��W������kɶ���P�7R�Ą��Ɔ���:���ft�n,����KZ:2�2�8O�<��������Bk�( cqk��˩gV�}$�ab���M���*y���T�]m[K����}�m;_����72|L\�J}��۳e� ����H�$�s���o��d};s$u���7�ZZ]�pXXA-��ԩ���K4�0TDE�1 �I�s��>~�]֫cmk�x����(἟���6�A#�#�u�#U'�r~�s͏0h�e�֥����s�u/2�J-#���Wk�CX����|G�'Z@%��u�;;F������QI$������,�s�z��zv�lP\��*�0�dX՝�E^N*�a��g+����OV���ʋ�Gv|ݫiޠ��W��Fc��8���g��-˷����	/lb�$�V�p�o����D��	Fp�i�w�!�%[�
~������?��$qV�~�a��������D��3������UQRI�u'y��zO�,��OV���>�����`��Wa�����q-A��8}��Td�D���k�z�y�4˃u��I�_�����34�~Yg�䢢�o��Z��l���8�<�G�(��c�v��vv�i41!$��IQ휻����f�ŧ���������g7�������X�!N�%W��7Ιq~4�/K��'�V
rm����_J.|#E��(�:�9�q�"�"F�G��X�>V�Z�rhw�u�����4�����_5Ϩ�����ɨ��S�J:�ٚWkߨ@LVܑ�8!��z�I$p!�B�GV����ƃ��UQ����i{��B�H��O����/�VQ4O=��h�TZ�s
+J����-��F�(�c(��4��8����������z�������{�)��Wz��jvM
+��~�KY�
+�������?��?�-�ɏ��~�q���v���<�e*�p��.(�F�n˧�����k�%�+Ȍ��H��<K#�^2@�H�*6�uɶ�����w�4W���凍��'��bkiip!�oV�L`��D�AI��d'<˫Z�S�w�im,j?���{5�~�I$p�yg�Am�2?�~jy�O������R���>�Ohd�WR ��QR�ƕg$m�ŵ�����k-�͠�x�U^9#��G�<��'�K���/˳iV�^�Tì����o��׷�r�i�eE
*�LH��~�{�"yx%��o�B�@{���ˑL�b��p7�삱�� ��д�u�oMР���]N�(�n��o�ȱ���b����CA��������kx�{W�ԥ�$�����F!�i#�j)��"���m�����(�W_���韘W������(��6}J�lZWT�;녊*?�f�zk\����(�����ӋxRHZ+\�i�^ޥ����B����Ҕ~�b�M:������f�ʿ����3�mac��yz�4o���dB
+�Ha���a-�ni�`{������"2���",���k�
+YA v�>x�Z�����;$����!����K,�A,�H@�9�~a��O�|�� Yi	櫛�kk�uX�}#gk%�Y�k�/�kڇ�k����#Eq��UB�qo�t�ߑ�8��*Ǔ�����R�>����jKn�K��TNO�֝i������f��f5\�6�ޮ��v0w2�����ʞD�����yW�����si�������u
�2M�{�#Ο �;�	��R��؇���y���sN�d�j'ʶ^[���bV���ͤVP�ђ��jg�9��>|���i����:G�?�׿�?�@�7�8|��������=�t�>���:������V/�F/�.�����
����_��Z���c�����㵦���d�qqY�k����|KC���֛��1����$f͛5̞ӛ6l�O�W�K.��������琿�;�����������U����a�������y�����۟����#�{����s������yɔ�&��Շ�s������yɔ�&��Ւ�ٳe��f͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6F|���(����&���2d�#>~���[P���ə0K�c.E�k���+-~������)����"������g�~a1�G��Se��[Cs�59�Q�Z
+��H�׵��#Q�ͥ݅�N���i#';�TKo$r�iF�!Pj	�����o�`��3����nF#��ـ����d|���m�~i��7��]�5="I=F->�kT�D�fX�C�ͨ�O���{�P�U���Y���iim��hP󷼊h_fۚ0����V�����_�Iyk��x�����������i}f�JZ��ЩAE�:�6�r�;�3���D��.�g��/g[��ս8�qZ��a��*;���X5������[��Tw���j?�����
��A>�Ȧ�+a���Cӓ���g�ڄZ����iZ��������*�d���A ���7�nѵk�{G��]?U��N��x.��A$Ѻ��aɹ��$�<���,R���K�_�����+s����/�$����x�J}E��SE��l��cD�=>H#{dH�DEJ���E6���痡��Ӣ�l#�ӧ[�>�m�Xm���X�/p��2�jN	����m��,���u�-���*;���X5������[��w{�%~c���H�(l���G&#��ڮ��C���Z~�n�K{�I^���$��e4'pq;�B�������{���ionf����I�f�ؒ��%��|����_��yK��	/-�/7���5�����������6��.���t�
Pۆ���+���.��\V��A��O���z������Ӡ�t(�:����\6���6E*�����'�K�G~[����q�_��sʎ�����
G��:�����^h�ґ�;X
�_v�l˾p�o�%�)�ڮ�-ʄ��K����E5Us�`	���j��j��j��^^Z�?�
���_
i��g��VP+�`�����_��yK��	/-�/7���5�����������6Ѵw��C}>Ѵ�� M4��Xc�Dq��h(����|�乭-l&��%����Z���Cnnԗ�C���������o�`��3����no�Qߖ�������gW����H&�ݐO��ڀ$��W[��z0�MGP���U������e���9��Ȓ)�Z�Ι��=h�����y�[ӵ-U̚��gsosx���O,r+HK1b\��p��V�����_�Iyk��y��ny��X<����������>T}.=
�--���ib�M��$rřb��1,Ěw8.=G��d�O�G��ht�XcSi�FHH_ݩU
+B�PS����m��,���u�-���*;���X5������[�}��l��K�![
�s���!_:y�5�<֞a��_�.�/n�ࠌ�����ݺm�	�i�7��~:�"r<Y�0V#�������V�����_�Iyk��y��ny��X<���������a�i�]���- ��$���5�0�;I#q@]ٙ�v$��N����m��,���u�-���*;���X5������[��j]���<��+s���*�f%�TT���=��:������`��^Z���^o�[�k���)�%������Tw���j?�����7����o�`��3����n<+R�?��sd��V�����_�Iyk��y��ny��X<����������`_�Qߖ�������gW������-��Q���ί��e��K�|��c͓��[�k���)�%����������`��^Z���^
+́�G~[����q�_��sʎ�����
G��:����µ.����6N��ny��X<����������V�����_�Iyk��x+6����m��,���u�-���*;���X5������[�
+Ի���0\�:������`��^Z���^o�[�k���)�%������Tw���j?�����7����o�`��3����n<+R�?��sd��V�����_�Iyk��y��ny��X<����������`_�Qߖ�������gW������-��Q���ί��e��K�|��c͓��[�k���)�%����������`��^Z���^
+́�G~[����q�_��sʎ�����
G��:����µ.����6N��ny��X<����������V�����_�Iyk��x+6����m��,���u�-���*;���X5������[�
+Ի���0\�:������`��^Z���^o�[�k���)�%������Tw���j?�����7����o�`��3����n<+R�?��sd��V�����_�Iyk��y��ny��X<���������� ��9�cy��t�7'���u�\��:U��u㼗v[��Ӽ��;IR�Y�"H���;��Pƶ�F��dή���G�~�X�I�E����*;���X5������[�u�#!\�7ϯ��~���[�����Iu�ɩj2��y-����P�p�;H�[İĊ��*F��:*��&��t���+X.���YBm죓ʾ\u����c`�"�%���ܙ�Rq�[�k���)�%����;�+yb�R�Y��tۍJI!�%���cx��,���ZlA�2y_�1j��c�t��y3��[XE�)V>�Nu �w�ʎ�����
G��:��������m��,���u�-�*�U�ǟ�Ldn�޺�r�эC�o2[�s�b�X�"�.��h��̶3J�Hw�8��q]��a�o3y��C���Ʊ�͡�Jg�Ѥ���a���s���Z�|rK��+s����/�$����x���<���,R���K�_����˞^mYu��l���x��*����y����t�����/�7z�>��9?HKi���oU��Q�FS]��:��*;���X5������[��Tw���j?������ �/.�)7`o�ߝ|�k��h�����N��[M$�!�[��}Q.�iˍi��]���R��m������/գ7�	J�ˈ/O����[�k���)�%����������`��^Z���^\v�myu�[Z[�w}��v�8�&��T�~���E�ML	w�.�����F�u�[25����IqFy!IK)S���ʎ�����
G��:��������m��,���u�-ƍ�{�G���#`���������Vb��*Ե��'-�ï�h�~^��o��/�Yo���%K;�#*U��X#�*�SJ����_��yK��	/-�/7���5�����������ϕ��{�ǭ^h�mƥ�����%�<a�VB�bض���=O�`����m�ʎ�����
G��:��������m��,���u�-D�
�/oz��١gk��ơ�7�-�9��o�jh�R��h�f[�^$;�F�8��k�µ�C瓟�[�k���)�%����������`��^Z���^y>�������w��qoq�.)��D����+++
+�hA��ll���`��+(��Z"*����(Q@��1��-�ƟP�x�pĿ�uz$P��4Q�ݕUB�������*;���X5������[�c��;���P&+�ܷ��K�9��Ο��v�H�ᬼr!*�˨NAn9΃{���}J��Q�`�����qwwq�_.K4�J��I����ĖbjN!��+s����/�$����x���Kʚɼ�4-/M�*�n,� ����2��4SF1G�w�/�)�o��_���>��C-����a�n`� ��®�TrV$5po����o�`��3����no�Qߖ�������gW����h���c�Ln(o|����Ư�?0��g�׵{�Ri
+%�����ĥ����*H_�7�u��-7M�U���FiH�{�Z�����X�E�C1@*ENJ?�ny��X<����������V�����_�Iyk��xȴ�&�{�,-b���66�	
+,���aFU�����6��_�Qߖ�������gW������-��Q���ί��e��O3���?i^���8�AB�l��:�%�	*|�:������`��^Z���^o�[�k���)�%������Tw���j?�����7����o�`��3����n<+R�?��sd��V�����_�Iyk��y��ny��X<����������?��A��lX���s
��G~[����q�_��p�V����^�l����D����VX���(/#31��LĞ�#!Ld�L?g�o铏�[�k���)�%����:��]B�{����y'�m���"#�H�Z��UTl�"������o<��ڳ��ٵ��GP�8^H�0��Ʌ��ç�,αƐ#;�
+���=11��-�z��c!(� �C`�3Q���+=_M���l."�����I�8�YH �( �\�9N��a�W�&�m<�g-Ζ�Imr}[�=�+���hd��O�ҙ8�5o�°�>�˗.��t8�K��S�5}B�R�]C_�{]6�ݖgw�&�ق�@]��`��0�Q���a��l�r��Ȓ	'����h��r����_0~p~j��;�0y�������i�_�=F�W���J����@�
+���F�y������M}r�cDk��`��r�4��GzqG*A��0���zh�˝+�R�g����˷�����p�������)��[�y���
ݮ��k:}����Aegqqs�-ċkl����QA�"$̚������Bݛ6��5�N����Mӯ/-4��ڕռK�Lx���H�I� `
CV��+���p��r��A����0���zh�˝+�R�g�����3��b��V>�5MR�;K;[d���c�8�(�1=��j���@f͋�Y^jW��v�o5����oiin�,��+H�D���
+�T�	�#���o�)��6�MCV��+���p��r��A�ZN����I�hZ���g!!.즎�#�2�|�?�?�(���0����D��ں"�X63b��W�m��~�m5�ݴ�ͭ�4SE"2�8�PF!� ��c����4T�Ε�)_��������J͸c��\wWR�Al%�iX$qƉə����T�����-R��O�5��&��KKf���	a�id(����#���I��A��c��a�ߖ�}#�F�y��ـ$�nNJ�O˟5h�}ơ�ǧ��Sk�>�T�c��~A
+I��кY?fK�
+a֡�}~�����~\�tS������c����4T�Ε�)_������G����E�TWZiq�]J�A��i�`��'&ff��RN��j��MlW6l�h7'������%?��	�j�_�a�}>.�.]�<p������T�����bkɯ.R�٭��BXd�YJ�lc������R@�����[$c!#ty�c`���%Z��Ϛ�M>�P����~��֟q�i��p� �$���],���3%�2+� ��c����4T�Ε�)_����H�"Y*��28`PPT����z��k��V�3]Z��Gq*���>��|D|����{��.����
N����h�¥�#4b"iȺ)e��H��a���* Y�'��ٱh�.�����8�3(�`�4�i�7��Ӧhmn�#��$�;H��N�Ya�ȑr
+��D�ۓԌ.�5o�°�>�˗.��t8����p�_�����ҼE+�q�֓��Y��`�,.�
owl�H���hW� �A;���Ǡh�i����ic5ի�w�l�ZC��'�G�
+���Iڮ�j�j"I��G6>X��W�dh半I�����w|V�S�e�	d�K��K0cT����hi��#���o�)��6�MCV��+���p��r��A��v�c��ֺ��:]X�Aե�f�,(tu=�)a-Ƶ���@��t;�5�[��8�'�:��!�PE�)BQ�� �G����]죛6>X��W�dh半I�����w���'�?����Α���B���gO��9���N>�4���c�#ϟ����Ο� s'_�b���b��r���No�nO��2�����3�������7�c ��������k_��[�Z�v������N.y#6lٮd��ٳg�*��[�w�0��}�O<�����m��E�d���%���
��G�d��_��������]�Yc����}�%��������L�7_�~�=��������L�7_�~���͛,mk6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٲ3���E���7���$�����ڇ�`��Lɂ\�r.�_�>yYk���
+t�K����+���O2��]7��[��į2y�<�+_~���ᕗ�#��Vlٳd�;6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳf͊�6lٳ�y����G�����k��y�<���������B|�O��������p�����Ῑ-�.���Aieo���ct��qy
ˬ|�mI~DP)u߾a����Ƒ�rEEޛ�����x�(�G"Ǜ,rᐕ]inh7�L�4�I���Y��pg��6wq��W���1�AJ��7��<Z�������/?#��g���?0i~J����o��g�Z��BZH!���RfU�ʈ�K�y�=�����[�'���������MB�P��R���@�����P�V'�22e35Q��Ы6ze�b#grO2�/��+1�w^S����1.lbI�m�5o6}j-Evu���頹)�D+:������ٱ0��L���4�M?���	Q��q��<(y��Zm�<ǧ'hڎ�m{��owy�o(^��[Y\ʩ)��!��E�OO��w��QՒ�;NH���sUcPqO�z������)?�G�,�';��6>6��Ā��I�����q���i��	}n�C����%R�rn�a�I�OU�q�#ƹؿ1���/�jee��ue�����6��X�̼���Z���9x[�p]���S8fl_����[y��S�<�{�Z���^��X��%����I+z�Rq
B�P��R���@�����P�V'��QՒ�;NH���sUcPr�!!ub�FU ]�t{H��{	�$WWP�+���
+�H�I���=�ە��+��g�<��{�;�~j�-|դ�k{m�[ycʗ~]�T���;��sK4���:����Gy����3��b����c���R\	�^j�]��H�~*�����#�(F�[��`#FR$�*�|������1��*����yz�C���]o�Z/���64e.�lp^�!��~�a��ۙ8Fl�~l���k���Y��}WH����I�*���x��T�_*���?L��|���Z�^U���o�5]?�CHZx�gIj���N@|#��0�QՒ�;NH���sUcPqO�z������)?�F�$Չp�<��*?�z���Dnx��~���	ϔ5��_6h>g6��h�����Fn�Γze��9p�h~Xe��kʖ�|����M>���k��e���r)`Ȣ�kT�V����"��0�Q���a��l&�֝��k��W��\w�,��P��Cm���s�J����/5�U.��$n��b|qAw��h��b�ۘ�x��Ҕ�V��d��	���#���9�c�H?'d��z���,��v�.�ya�X]Zi0�iof��7Kt�Ťe(���9͜��ߝ��G���*�h�_R�H7g��G���;ex-���Wp�
+��������`��x������"�Q�A"M�e�C$�f��B�/5�U.��$n��b|s#.Q��G��FR�.]���ὀ��zϚ?!|���/����UK4�����{^�n�"�G��a%�L���v�W�f͜��#�q���^�_���-�ִQ���H�<+ۘ��^�%��s>��G+̿�Ǚ���i��[�i���̂�W�ԭ��$2J,��U^OUUby�R\���5Y!�#�䊊�75P65�'���������a?�yBBQ�"F_y����/\���U���#�D=G��7~Nд��/I�U�����Ow�XOt�jp�nWֹ��a(�>ȧRh��W�?<5�Q}B}�W�Z�ۭ��ևm�Z��a+���!�����1🄜����~^�V��i��A��9�S^ԿHj��,���VO�?���/M�UX��G�����6�k��[A�h�O�-���`xV'�1%
+��Kw��}Ej�'�����*�v��7_��j�>8����Ƒ�rEEޛ����̙�%��Db{���������f��x����e��>v>zլ�Ѷp��-��l--�>�-A��Z�qn\UQh��GV�ɤ�H���v���zO-�������{�:�{��S�Cr��ͭ�	@D0��E8ʓG��f�v��?!�,έ��8E�}^?��i��K��X��1@��YA�l�}�[7宁�=��>��k���
Pz��i̲m��g�@�w���PQпI�?����$���P��.!T����8!�2�T;U�����F�c��ʉ��GɏDDkh�G�>�Y����3շ�?�Jys���Χ�Z���t�
8Xi��X6��Z��#ך+T� �ˊ�-5H��94O6pA����ϟ�
?�C��H����z�����������'�?����Α���B���gO��9~����������}9��>�K��k_��[�Z�v������N.+/�q��1�o�h����2�8��ٳf���sf͞������o����u��Q�Y<���}��1�?�q�?ʯ���]���7_�u��!�w��s��Qwdy�s���<�����/�2�D�~��������/�2�D�~���[�6l���ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf�ϟ���?���fL�dg���j�o�3&	r,eȻ-~���e��<)�?�.��`����W�<����)t��o��������9|]�#��V_쏙�Y�f͒d�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf͛6*�ٳf�Y�_���������s��,�/����e���׹	�a>N����[�cq�����s�y�C��t�'��.�{bnŔ(Ҵ6���ӕD��D.G&4Z�B|!���!���7���Q��v��kZl�d����!�Hth���U������a���~����I���e_��L����[�G�
<j�[6���;�I���$ଥ��Òr�5�l��������>^�P�|˪iZm�ܗ��O����&�Rd	#�B�
ŅS�99�����pZ]��;K�����m�P�=i���^!ދȁ]�����4�4�4p޵��#Csiua$��j*��PA0��3�5~Y�����d:,�$��Y��b��5c�e��&�Ü�9�T�n@��ߕ>^������W��
J�%յ�3; ��$`�Q��#J��f$�@������^�ͺ�DС�{��_O��9D�4��S�"�/]�-���%e�=hddBC?%� %cVsDF`��Մ�mw�U
+�4!��::�P��C+)!�gC�?��94K����u2�$p��uu<�S��Y�$�% 5l�����d���-5O2�M{.��å�=ô�-��v��W���y���<B�Y�^l����+���ˬ�؛�e
+4�
�*+4�A!b�ɍ��DMs������I�?������;\Y5�6u2AxDH�̤:4R���UYj
+�����B~PSo)XW�/�T��$�*6�����l������O�����~��x�Z"�m9��v!D�*e@H/�YK��$�NkP�7���7��2|��x<����TҴ�K�/-�wqg$M8��F�~.�
+�rsw������j������V�[_7h>s���\�����/-�F�����H.!�+�"�u`6 ��	1�����MZ���ַuM![����RX��T8�6�%V�Z���'�T��@�
/����t�jډA��JQ5$G~��@w,Ē����<׭��o>3y���+]M��z]���*G�RY$�<�iEP�R">&���g��6��|�m��������s���v���
��������1J�Z��2:�GR*YHee$0 �LR�K�����愋;�*�ܩW��݂�*O�3F�`��N.������d�����?2�M{.��å�Iq#O:�ۗa�L�y�G�ݎ�LjU����>S�{/(��^[��6�q5�׏��i���0A!U@B�yc2���O+�'kX�+�gor���efD�@8�Ϗ.@-E�H�/3�n��:��r. 7&���5���h��D?i2�o�Ɵ�]u,-��6��>�-�{�Z��f��+9R��TQY	�
<��[�~U�T�l�w}}v.��M�Dnn
+�؉IX�@x���Գf C�!�<W�����}�sD��4��������D�]��nWO�����^M�=�i]P���j���戬��M.��F��Mԡ�n"�J�WGII��G�Dex�F*�C)*A�ޕ���ͤM-�x����!��n�V/TqgX啓��fSƼ���{�}�?��o����k��;(t�I'c#���"�]�g%����,�Nt�/����0��Da7�<���@O1���Gi%�墥ʪK�i�R�Hh���b���V�l"������-��s˖w���Q��=@��QI��l�E����8��y��)���I��5����Yc-�Բ�T��u�~�r��c�#u飸�kj7���n-嵐G0��r�P~	�dS����&������:-#��o���>�F���3#b��"��M\<�?>8�;Ϯ=y�ܘa���S��2�đ	���9��ާ|����A��OA�2��g{o*476wpAq�^9��á*�e���4蚵���n
+�2·�3#E*����*�N�"Uj
+א#!�P������~�<X���M��<^� �Ɖ$G~�Ҧ�ܱ$���[�^�/�����6{h��]:nPY�vj�̩N=Idz��!&�U
+�"#�l}<�Ca��Wζ��O���K�9�l՝�����.mn,�0]FѿpFGP��F�YH*�b7b����6z�Бg~e[[�*�۰Y#%I�"rFhڌѩ�ԓ�<��̟�Z����kɯfӴ�t�9.$i����z�HK���I#��LjT
+�Z��|�f�^Q�/����k鴛���x̞�M$rnB���x�,�g����VԵ�*�9��^������W�kh��ңG@�
��¸�Ϣ������ȸ�ܘfFS��Ƭ�p9��`�f���8��ok�뷗�%�ս��O��5,���8�?���J��a����+tOʿ*�3M��ﯮ�α������G�)+H�_�:�b��Dx	�7�
+�G��s�*�bL����_���ܔ�:=�i�������&���j}���<��j�xS�4���];R�Ѹ��*]$Q$rF�Y9������:������X趐y�̶�ivisq�v�V���I���	:C�<c�a�ǟ|�������j������6�I������(�ܖrY��ؒ������j�5k��/���4e�o�fF�UIcW�T8�7�"Uj
+א#ٸ�5	�	�&�9�����׭��=�y���]N��z]���*G�RY$�<�iEP�J7��	V	�;��<I�H�ޠ����E���k�����#bDF����������6z�Бg~e[[�*�۰Y#%I�"rFhڌѩ�Ԑ�&�0|��;7��}�՜�_K��Mg5��d��i#p��HUT��E����������ˁ�����l;���/�����\��
Ɇde1�o<j��7���F���/4i�J�U��ud�[M7�Q�*��1�!����a�ȏ�?+tOʿ*�3M��ﯮ�ֱ������W�)+H�_�:�b�����?��|е[���K?2��x�
}�Gxn+r�WPx�{d�p���qC:޼���a�<]�{�k>�&%�iw�5��n��qT2�:H�H�в<r#+�"1WBIRm'L�ֵ[�+]j7QZ[+�*e��h	�*�|9�ǟ|�������j������6�I��"Z��(�#��K;;;Y��6�/���ot��y�Y�Iүc��
���L�_VX�@�`I�r���Z���m���kc�N�vw�ڥ��!�e%=gXՈ��^D
+��n�|�.��\����o ��K�C	 ��@��QU`6 ��&��Ə�]j�N��Ӣ���9�I,���{m5m�V��C�� ��R��?'~Ty���[i_���r��ڑA��JQ5$G~��@w,ē*��;&���Z��_f�X>X܁ſ-�����g�>�K��>�,!����KɢV_SІ�FD$3�Z���j�h�������kk��R�V�����ՅC+)���hs��ߟ����-鿋��`��E$p��us4�S��Y�'�% 5l�����d���-5O2�My.��å�=č<�kn]��3��vyGv;�!W��
[�:%��h�׆�{�Mouw�Hyı(�r�h�p��x��?�׿�?�@Ꮍ��=O�`����m��|���/^���t�����R��I���{A�c�����w��w�4In�X��*�lw�J��:�v������N._�>x;C���֛��1����$f͛*q�ӛ6l�O�W�K.��������琿�;�����������U����a�������y�����۟����#�{����s������yɔ�&��Շ�s������yɔ�&��Ւ�ٳe��f͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6F|���(����&���2d�#>~���[P���ə0K�c.E�k���+-~���N���)t��o�����@��K����+���O0G��a����3�2���d|���͛6l�'f͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6lٱWf͛6r�2����h���_�m{�O9g���4�/�6��O�	�v8~���������Ü9�������������4ۮ�0�d�����~n�����(��wW��OhՀd�EaPA�t�s���[�6J4o�_�o1i�j�_�5m>b��
6���C`�E)�
����~��?Kz+������?c�P��.�+�>c��������
/S�k���:u��Զ� jL��)��0UoMY�kJ����w��2�)��9B^iׂ�V��kYi S�&x�N$�4l��J�X1�Q��$G��-�ޡ���I�9��}����gC���"8ur��1�$�\�Ε�=3G5�S�&Uf^|x')�k�w�������.�J������m�kik�UY��*F�
+�*�2�%~��c��ྟ�_f�uߦ)��;'��8.]J�F�[V��[k+/���=x�Q�v4���O��9�ǭy{B�˚ݝǚ��495��G4L�z�w�F�cV���ebD�q�̤@�WC�G�{����h~�~/�<ص��֡w���]]J�[[B�Ie�F
+����f$����o�{������?̺���������I=���kk3Y%�Ǚo��#!K+��Zo�~��W�����~�ڡ�]�W�������������4ۮ�0_�?�(���0����>���?/K��u=����ٸOn���Ive&�|r�	��!��&1@C���ٳc��4sG1��I�dn&�e=A�0/�����MC����_����>���ҸS�C�O�>Tk1�>d����ɭd�����a<M�E���t�G�?�(���0����Y8p��#��E�Cȍ�7�$;�M�!fl9�>�m��~���
+P�o�v��Bm'�X̭"G�����=X�.�	�$�����/���٦�w����~�$���,�@�R�j+d*�+�T"�*��� x��_��/�u�7��&��˪J������o/�y�[�!P�ON4NE�\|"��#�9�ח�V��y���"hr�>�y�:�vl�sJ��%ϐ��N�X�e�]2R��uwhu�f�����H�*f.�����5#2
C����_����>���Ҹ������/���٦�w�����G����E�Iu=;F���]�cekn�qwr�Q���3�
$�TMb��b�VW��徟�[�wyw*Akkn�,�M+D�ff *�Rp'�����MC����_����>���ҸK�~sy;X�E��-�ݿ�mM͆���.�(U�]4SJd��v�F��X�L�y����3��d�H��|��A���}y�-N�F�Z�Ki��kx�KI>�"�4�4�[�-А�LM0�[fA�8���~��|�����n���?�d��?G��Z��ֵ)=+=>���KB�b�.nh74�s]���R���{�Ih�7
kx#�i�ty��ZۍN��!X�2�KȐ��>R)�%�B�O!��YT#�#B��ݛ-T�*
+�Ro�M��n��I�=.=X]�&��x��B;-N����=F{�@�Z(�8LR#3mC����_����>���Ҹ������/���٦�w�����G����E�}���o��S�"2��͛6�����~��?Kz+������?c�P��.�+����n����MoZ�����ߙ.�!���I'��[��	�1�=4=�a������f���������c9C�rG�&\D�\'��%�]�:����XywT���X��_)�RrTjz���V#�������r��S���)����aw�?�׿�?�@Ꮍ��=O�`����m��|���/^���t������G����C烴?��i����\�h|�v����7�c �����H͛6A�{Nlٳ�?�_�-����n��>�'�B��x��6����2�U����˿�����y�/����cn�.�,�1�r��>����R[�����&S���?V���R[�����&S���?VKsf͖6��6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6l�����ڇ�`��Lɒl����QmC�0M��&d�.E��e��<���C�:������J�'��?�.��`����W�<�_�/��d|�������?�+6lٲL��6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6l��<���������u<�e��{|���l����!>L'����?�Ln8~����p�<��������4���!�Ԟ{h����
+�)&�S0�
;Vxcx���"�_Q�����l��,;@�c��
+���M�O5�ck�i��Y�%��v��W�%`���@�&��
+�@nKU)i>D��<��_���z�^���{���ZI�S����6P�}�3Y�����+'������o
+��Ǫ��͛�ތ�O��@�g�!�@5c�/.���-_�<�xu�[;�JHc����̥���X�+�n�/[����y�K��Y��cc
O�kin����EI=ً;��K3f�o���������U�K���(y+�hJ�2�*���ꞙȼ��'��{�X]�dj�%���X뺦��z��Z��A/ciY!��h���<�/�y�vH4�Y��⌊Q}GR6�����g����a�3�~$F��	ތH�7��w&^���ˋ�&� �e��ZM�V�SL�����z���U�V>q�_��kң�N<��� �"�����lDr[�zm��:TS��R�y�����i�}4�ҫ*B�s\ؿ�?�(���0�������x���
+�FG�=B�{��U��7�C�^
;Vxcx���"�_Q�����^�ݛ6l���Ǘ?8�|ա�Is�y�O:o������Q�����ʌ�Kv�;�=2k���?��?�-�~����J��0&�g�[¯wq�p�f��w�����5��D����yP�"dG0�
+��O>�e{�oѷ����K����8Wմ�����7��X�>�$�e�6l;H��HX ��e��$w1�g��(C�)*w���_-~M�^Qմ�DԵ8�HT��e��0	��5�]eQ8��Gð�A�j�o�dR��8�������g�[?䬟����W��߿��TxH�μ������b
+�{�Z������h��v�i��:.�� V���X�֫2�q1>��� �f�����G����E�B��jJY_��um=��=��E"2��#>	u=B�{��U��7�C�^
;Vxcx���"�_Q�����w�E�E�c����5���[��M�"�2U���2�B#c�ͅ��w�|���à�s`b����J��V��[�b�G��٣��B��������3��b�5��l����L	�Y����z�\��پ*��xd�#!���G~�Ʃ�gZ�����9��e�{x��;H��ݬbi�26�H�æ�͆�:U����t]J?V�Q�6�QT�(������Ǯsm�*�N�
��{�Kv������k%��[�Nw��'J��	\H
+�c�O ӵg�7��2)E�QH�PS�f���-��VO��9	���w�e�����h�\P� ��0��~��k�y��4���lm�!���9�通�ӣ��,&
,��<�/(dK6/���?��?�-���+�Ÿ���B�P��^���B����P�F��N՞�;�(ȥ�qE#a@2{�6l��)?%|��/2hzƱy�O��kZl�i$�#M�kM��TI`���rH!���������3��b�5��l����L	�Y����z�\��پ*��xa����#3�Ȧr3�L��IqK�@~�m�8i����i��\��Rym�i��ԇ'�Pc�u�x���6Gu�����?��l.����z�������1׿㇩������m��ϟ����Ο� r�ը��6�h|�v����7�c �����W�����㵦���d�qs��f�8�i͛6z����%���
��G�d��_��������]�@��*��[�w�0��}�I|��}G����"���V6�5u���pΤT0��=�\Mp��K�?�Io����L"n�@�X{�?�Io����L# ����:&l��������W?�t?�S7�����p��GC��U2|C���w�͗żn-�rM�#?��+����T��>��\ �������Lx�z���e�o��x�f�������p��GC��U3�����W?�t?�S!޼C���|[����$ٲ3�>��\ �������L���+����TLjw��k6_�9����6l��������W?�t?�S7�����p��GC��U1���;�͗żn-�rM�#?��+����T��>��\ �������Lx�z���e�o��x�f�������p��GC��U3�����W?�t?�S!޼C���|[����$ٲ3�>��\ �������L���+����TLjw��k6_�9����6l��������W?�t?�S7�����p��GC��U1���;�͗żn-�rM�#?��+����T��>��\ �������Lx�z���e�o��x�f�������p��GC��U3�����W?�t?�S!޼C���|[����$ٲ3�>��\ �������L���+����TLjw��k6_�9����6l��������W?�t?�S7�����p��GC��U1���;�͗żn-�rM��?�-��	��̙���V�����:���~o���?/_���۴�o7��%�����$���Gv2"��e��<�[�媷!��h�M��0V���+̞g�%�g.�<��Y��̖V_P��h�K��WiP~����\�������ˇ��t�����'68nEL�}���Q�$��@����d|���ŭ�"Dk�g��W��n��to�e��?�^zW6y�����\?-ӧ��f�1������_����d�a��)X?�K�%��O����G�)+͆�����,�}��k������7����l�W��?��~Z���O� ��c����.������1��?�+�iį�O����G�)+͆�����,�}��k������7����l�W��?��~Z���O� ��c����.������1��?�+�iį�O����G�)+͆�����,�}��k������7����l�W��?��~Z���O� ��c����.������1��?�+�iį�O����G�)+͆�����,�}��k������7����l�W��?��~Z���O� ��c����.������1��?�+�iį�O����G�)+͆�����,�}��k������7����l�W��?��~Z���O� ��c����.������1��?�+�iį�O����G�)+͆�����,�}��k������7����l�W��?��~Z���O� ��c����.������1��?�+�iį�O����G�)+͆�����,�}��k������7����l�W��?��~Z���O� ��c����.������1��?�+�iį�O����G�)+͆�����,�}��k������7����l�W��?��~Z���O� ��c����.������1��?�+�iį�O����G�)+͆�����,�}��k������7����l�W��?��~Z���O� ��c����.������1��?�+�iį�O����G�)+͆�����,�}��k������7����l�W��?��~Z���O� ��c����.������1��?�+�iį�O����G�)+͆�����,�}��k������7����l�W��?��~Z���O� ��c����.������1��?�+�iį�O����G�)+͆�����,�}��k������7����l�W��?��~Z���O� ��c����.������1��?�+�iį�O����G�)+͆�����,�}��k������7����l�W��?��~Z���O� ��c����.������1��?�+�iį�O����G�)+͆�����,�}��k������7����l�W��?��~Z���O� ��c����.������1��?�+�iį�O����G�)+͆�����,�}��k������7����l�W��?��~Z���O� ��c����.������1��?�+�iį�O����G�)+͆�����,�}��k������7����l�W��?��~Z���O� ��c����.������1��?�+�iį�O����G�)+͆�����,�}��k������7����l�W��?��~Z���O� ��(y��2��Vw>r󶅨h���v�٭�i+���k	�B�~1���#-4#/��4	�#g�l�:�)�ejȍ~�^l4�to�e��?�^%p�kB�oo*JiŚ������6F��V�����:����}�o��A��#�������;ܾ!ހ͗żn-�rM�#?��+����T��>��\ �������Lx�z���e�o��x�f�������p��GC��U3�����W?�t?�S!޼C���|[����$ٲ3�>��\ �������L���+����TLjw��k6_�9����6l��������W?�t?�S7�����p��GC��U1���;�͗żn-�rM�#?��+����T��>��\ �������Lx�z���e�o��x�g,�/����e���׹-��y[�����Bu{�=JO3]X��6�>8�\M�P�$V�d$Aa2k?g�o�żXq��L�d��W�t/>��\-�������`H�(�4PI�S�����\��|�V����[�j壍T�44��?ߘ�ƈ�b@;�[����8"�y]Q0QɍY��Rq�[����,�:-/�Ң֚-Bk�,����m.��訏�3���B��Uh��y����3��aw��ʵ����w����T���(�`�@ĴЁ@���,��[s���F��q�M&��V�K7ZM�w��A�i0�ӊ=����		e���"*@ȶ_�9����:�Cc�-��?J��K/��+�D�x�j�ƃ��Ol��ͮ�g7�t�ZQ����꺭���B�j0YM�d�q��x�a����z��6�Dڅ�h�U$M
*���Fu�_�o0jP�7�W�R����אַ��k���;�V��2	�^%!%ja�8G,%��(��ܽ�~
+dn5��ӗ�h�GXր�
+�S���{��_�]ϠI{c��u��m��6Wv7*��i'�K�X�r+#��)��-�p��^��m&��Uky���E<Q\R珪`���p�H��]�BFN����G����E�B���i���8-�D�=qHӓ($��#:����}n�E��%��
+�Gg>8&��^X��(�P�-j����T�����D]l�B�J�
����7�9�4���;O��4h.<�s�i�2kz����!��a���Z�R��V���O|���G����E��k�w�>��E�K2�_%����Λx�F�]>�.�i�.:�U��FH�O9yn��b�Q�$KM���|r�(xt9�H�o�Q���}��9t����O���v�_i���궑\��[�&X���H����)�e0���uS\�᭮���ZIb�$�In����p�C!ve�yQ�FF-�2��¾-�rE6�c��/�jp�͕��ծ������u?0s��D����s�~�RMB��7Z�׼�5��Q�:���S��>&-\��k�o��w��b���)�͵�������/"���y2���
�Mzd2?,�I��=�����{�$\s���V���_CqO
+1�,]�����Q���}3�b}�H�����Q9V� q��!�Cx����� ����wVP_X�%�մ�5��,c�)c`���AVRnK��04l46Eooc�l��HM�B�#i�������A�R��Z5_Bd\)s�峵Ԭ�u;6�,���K�����(��BUV)��������׆�������[T���mqq��=�A$I���s����[��V��?�#"Z����}n�E��%��
+�Gg>8&��^X��([P�䑪&�����C�n���cy�����żJ�����[9���4-GL��3_�������X-���i�yRb����Ֆ0(v^��ɖ��/-�[�Qj6����i���ώ6A�};���(� ��x��k6H�}W�7���i>Z:d�ͧ=���f���V��CyP�s�O���uÂ�$�{�x���V��?�#	4_;����|��=:I[S����+�U_+�E���ھ���z��6�Dڅ�h�U$M
*���+�>��\ �������L"Q{�hy��o?-��m`��R�l����}+}f��4�9#z�Gq5�5�ZKo"р;W����7�8a���?��?�-��/F]GS������$���u�(�(�3���F�O9yn��b�Q�$KM���|qx���?�������"X�F�F��2n2$�9l�E�Z�쬯5+�};N�����d����F�i敂$q����P*N#żn-�r1�ο,�^t�7��5�;;�:���uɨ���e�Y�e���騍F���'�`��x������"������|��3��ڽϘ&��H��퍔x�Ei����j�r������lH��(����(p�|"��/������P��ݞy���˺-���y;̶v�Q{�Z��M��G[��GhTF8$m�گB2�ou��m:�p==2խ-�ʾ��MrkREy��)�����{�8z���O��&�����(^���l�����kZ4�6�Z����L��4e��l��6��<���(^���l����*�k=}�_�>x;C���֛��1����J��lz���;Zo��A��'<��6l����ٳg�*��[�w�0��}�J�[e�4,׷Ol@�8b���iO�������o����u��Q�Y&�:h�ӟ����:|���py/����%����_�e0���}�?�Io����L"����6D��3��=3R��Ki�u�/8��m$���;3@V��{{�a�2�I��`,FD�O�;s��0�&C	B#��h� T|�d}��l�b��m�
��KsdoD�U��[�l�#&�%��p�S��eh�[[Ԉ�/��8�Ò�L��'W�Ŗ)�6G�������NXxr��ۘk6	�`Xԣ�-�*���oQO��*6lٳ-�ٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͛6lUٳf͉�*��%���m�ZC��>���}}�b�_�H���홧��U٩�se�����sf͊��6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6lٳf�]�6l�����z���������{ϟ����Ο� pH<��~����7�c �����0~����7�c �����H͛6A�{Nlٳ�?�_�-����n��>�$ڧM��s���������o����u��Q�Y#�3Oq����-n���汈½���~e�G�S~�>�'(}#�K�?�Io����L"���=��������L���`���Ɲ����6���jy�%���+��0�Ã�`1s��В.�"��o���6lٲIvlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳf͛vlٳ`i�"����f���3�NC4����[�&���6��}F���2�w!~!NT>أ���>g�ee��`�ٳb��f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛6lث�f͛#�|���/^���t�����y��P�{��������v���㵦���d�qp���㵦���d�qs��f�8�i͛6w�!��}'�z.��u��o��奡��R��~�����������Y7�&�������͒ݸx�+��~fо��]\���m�����ӕi�x�V�S����Ώ��I_�flٿ�d���ԛ�o�Bo��VM��I�f���&���c�x�����t�J���3�?�s����W�ٛ6o�Y7�&�����������w��Ro���	��l�w�c��:?�%͙��������+�l͛7������|���HM�s�ɻ���7�����6lw_�;�1��k���������\�������6f͛�VM��I�f���&����d���ԛ�o�Bo�6;������Ώ��I_�fo����t�J���3f���+&����3�\��n���M�7�!7�͛�������G������7�c��:?�%͙�f����w��Ro���	��o�Y7�&�������͎����?�s����W�ٛ�1��k������ٳ�ɻ���7�����7������|���HM�sf�u���������+�l�����Ώ��I_�flٿ�d���ԛ�o�Bo��VM��I�f���&���c������\�������6f����G������6l��n���M�7�!7����+&����3�\ٱ�x�����t�J���3�?�s����W�ٛ6o�Y7�&�����������w��Ro���	��l�w�c��:?�%͙��������+�l͛7������|���HM�s�ɻ���7�����6lw_�;�1��k���������\�������6f͛�VM��I�f���&����d���ԛ�o�Bo�6;������Ώ��I_�fo����t�J���3f���+&����3�\��n���M�7�!7�͛�������G������7�c��:?�%͙�f����w��Ro���	��o�Y7�&�������͎����?�s����W�ٛ�1��k������ٳ�ɻ���7�����7������|���HM�sf�u���������+�l�����Ώ��I_�flٿ�d���ԛ�o�Bo��VM��I�f���&���c������\�������6f����G������6l��n���M�7�!7����+&����3�\ٱ�x�����t�J���3�?�s����W�ٛ6o�Y7�&�����������w��Ro���	��l�w�c��:?�%͙��������+�l͛7������|���HM�s�ɻ���7�����6lw_�;�1��k���������\�������6f͛�VM��I�f���&����d���ԛ�o�Bo�6;������Ώ��I_�fo����t�J���3f���+&����3�\��n���M�7�!7�͛�������G������7�c��:?�%͙�f����w��Ro���	��o�Y7�&�������͎����?�s����W�ٛ�1��k������ٳ�ɻ���7�����7������|���HM�sf�u���������+�l�����Ώ��I_�flٿ�d���ԛ�o�Bo��VM��I�f���&���c������\�������6f����G������6l��n���M�7�!7����+&����3�\ٱ�x�����t�J���3�?�s����W�ٛ6o�Y7�&�����������w��Ro���	��l�w�c��:?�%͙��������+�l͛7������|���HM�s�ɻ���7�����6lw_�;�1��k���������\�������6f͛�VM��I�f���&����d���ԛ�o�Bo�6;������Ώ��I_�fo����t�J���3f���+&����3�\��n���M�7�!7�͛�������G������7�c��:?�%͙�f����w��Ro���	��o�Y7�&�������͎����?�s����W�ٛ�1��k������ٳ�ɻ���7�����7������|���HM�sf�u���������+�l�����Ώ��I_�flٿ�d���ԛ�o�Bo��VM��I�f���&���c������\�������6f����G������6l��n���M�7�!7����+&����3�\ٱ�x�����t�J���3�?�s����W�ٛ6o�Y7�&�����������w��Ro���	��l�w�c��:?�%͙��������+�l͛7������|���HM�s�ɻ���7�����6lw_�;�1��k���������\�������6f͛�VM��I�f���&����d���ԛ�o�Bo�6;������Ώ��I_�fo����t�J���3f���+&����3�\��n���M�7�!7�͛�������G������7�c��:?�%͙�f����w��Ro���	��o�Y7�&�������͎����?�s����W�ٛ�1��k������ٳ�ɻ���7�����7������|���HM�sf�u���������+�l�����Ώ��I_�flٿ�d���ԛ�o�Bo��VM��I�f���&���c������\�������6f����G������6l��n���M�7�!7����+&����3�\ٱ�x�����t�J���3�?�s����W�ٛ6o�Y7�&�����������w��Ro���	��l�w�c��:?�%͙��������+�l͛7������|���HM�s�ɻ���7�����6lw_�;�1��k���������\�������6f͛�VM��I�f���&����d���ԛ�o�Bo�6;������Ώ��I_�fo����t�J���3f���+&����3�\��n���M�7�!7�͛�������G������7�c��:?�%͙�f����w��Ro���	��o�Y7�&�������͎����?�s����W�ٛ�1��k������ٳ�ɻ���7�����7������|���HM�sf�u���������+�l�����Ώ��I_�flٿ�d���ԛ�o�Bo��VM��I�f���&���c������\�������6f����G������6l��n���M�7�!7����+&����3�\ٱ�x�����t�J���3�?�s����W�ٛ6o�Y7�&�����������w��Ro���	��l�w�c��:?�%͙��������+�l͛7������|���HM�s�ɻ���7�����6lw_�;�1��k���������\�������6f͛�VM��I�f���&��O�>�_�kV�*���n,���hR(�!���Gs�6;��������t�J���0^���CT�����'�s�q�rv���G��6y�6l����͛?��
+endstream
endobj
12 0 obj
<</CreationDate(D:20120302163322+02'00')/Creator(Adobe Illustrator CS3)/Producer(Adobe PDF library 8.00)/ModDate(D:20120302163322+01'00')/Title(event_b_perspective)>>
endobj
xref
+0 15
+0000000003 65535 f
+0000000016 00000 n
+0000062862 00000 n
+0000000004 00001 f
+0000000006 00000 f
+0000062913 00000 n
+0000000000 00001 f
+0000067448 00000 n
+0000063998 00000 n
+0000064110 00000 n
+0000064507 00000 n
+0000063246 00000 n
+0000248139 00000 n
+0000064767 00000 n
+0000000077 00000 n
+trailer
+<</Size 15/Root 1 0 R/Info 12 0 R/ID[<47D300965E2C8F4C8F5CFBE6E97A293A><EA544BBD68C4EE47AE352FB57531C9C4>]>>
+startxref
+248322
+%%EOF
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_perspective1.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_perspective1.png
new file mode 100755
index 0000000000000000000000000000000000000000..229344a81e2b6b9a0d7f5f6418574f3fc8b29fae
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_perspective1.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_perspective2.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_perspective2.png
new file mode 100644
index 0000000000000000000000000000000000000000..33a5f7a94bc25ee6264ba9cbcadb81c98db1e0bb
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_eventb_perspective2.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_menubar1.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_menubar1.png
new file mode 100644
index 0000000000000000000000000000000000000000..6038128d3e0bb4fed82d2171082d3605c99fec4e
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_menubar1.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_menubar2.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_menubar2.png
new file mode 100644
index 0000000000000000000000000000000000000000..0c224a8612ee6ec409907299b4121cebd9e426df
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_menubar2.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_neweditor_add_element.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_neweditor_add_element.png
new file mode 100644
index 0000000000000000000000000000000000000000..ae4b35d1df10242b05bb845c49558be2d92d64ca
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_neweditor_add_element.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_preferences1.pdf b/org.rodinp.handbook.feature/latex/img/reference/ref_01_preferences1.pdf
new file mode 100755
index 0000000000000000000000000000000000000000..fe1315c96a96208a37ca537f3908764fa2231efa
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/img/reference/ref_01_preferences1.pdf
@@ -0,0 +1,1972 @@
+%PDF-1.5
%����
+1 0 obj
<</Metadata 35 0 R/Pages 2 0 R/OCProperties<</D<</RBGroups[]/ON[22 0 R]/Order 21 0 R>>/OCGs[22 0 R]>>/Type/Catalog>>
endobj
35 0 obj
<</Subtype/XML/Length 64532/Type/Metadata>>stream
+<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
+<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 4.1-c036 46.277092, Fri Feb 23 2007 14:17:08        ">
+   <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>
+         <dc:title>
+            <rdf:Alt>
+               <rdf:li xml:lang="x-default">prefix_settings</rdf:li>
+            </rdf:Alt>
+         </dc:title>
+      </rdf:Description>
+      <rdf:Description rdf:about=""
+            xmlns:xap="http://ns.adobe.com/xap/1.0/"
+            xmlns:xapGImg="http://ns.adobe.com/xap/1.0/g/img/">
+         <xap:CreatorTool>Adobe Illustrator CS3</xap:CreatorTool>
+         <xap:CreateDate>2011-09-26T11:45:27+02:00</xap:CreateDate>
+         <xap:ModifyDate>2011-09-26T11:45:27+02:00</xap:ModifyDate>
+         <xap:MetadataDate>2011-09-26T11:45:27+02:00</xap:MetadataDate>
+         <xap:Thumbnails>
+            <rdf:Alt>
+               <rdf:li rdf:parseType="Resource">
+                  <xapGImg:width>256</xapGImg:width>
+                  <xapGImg:height>196</xapGImg:height>
+                  <xapGImg:format>JPEG</xapGImg:format>
+                  <xapGImg:image>/9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA&#xA;AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK&#xA;DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f&#xA;Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAxAEAAwER&#xA;AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA&#xA;AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB&#xA;UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE&#xA;1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ&#xA;qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy&#xA;obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp&#xA;0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo&#xA;+DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8A7kLiRrr0kjPBK+tIwKgE&#xA;gFeJI+Lr2++u2UcUuKgNuv6PeokDY7mxNK1wY1iPpqSHlY8d+II4inxV5dfnjxS4qrbvSGzJL9YV&#xA;FSsdCZHO1OnHj4/5/SOOXHQG3U/dXf59ya2Q8WoSTalPZpbSrFbBPVupFZI2aReQWEkfvOO3Ig0H&#xA;TrUZYbvyQukvGhtzKyNIfUdBxHSjMFrTfsF2B3wSlSQLalvLiKzFxJFRgx5puaJU0JIBI2oTtgMi&#xA;BaQN0TBKZLL1zEyuQpER2bcE03p4d/wyQNi0EboOw1GW4tlk9MylnAJjAQBWYgOVkYEADruT7Yi6&#xA;3U80i/5WP5bMzcLxWgBX4hFPUD9on4Puy44ZDntfmGoZAbrevIun/M3yuqQtBciRnYCVHWVPTUqT&#xA;UkRvWhAFB45I6bJ3fcx/MQ71WH8yPKDoPUvhE55CnpzMoIB41IjrRqDoK79MidPlr6ftCfHx9/2F&#xA;QX80PKpmuYjM6iBVMU5RvSnZgSVioPUHEihMiL12rvQ/lslcvtCPzEL5/YqR/mX5TJAku+JPVlSV&#xA;lFa9yit2H7Pf54jTZO77Qv5iHf8Aerf8rG8mf9XEf8ipv+aMP5afd9y/mId7v+VjeTP+riP+RU3/&#xA;ADRj+Wn3fcv5iHe7/lY3kz/q4j/kVN/zRj+Wn3fcv5iHe7/lY3kz/q4j/kVN/wA0Y/lp933L+Yh3&#xA;u/5WN5M/6uI/5FTf80Y/lp933L+Yh3tf8rH8l/8AVxH/ACKm/wCaMfy0+77l/MQ73f8AKxvJn/Vx&#xA;H/Iqb/mjH8tPu+5fzEO9v/lY3kz/AKuI/wCRU3/NGP5afd9y/mId7v8AlY3kz/q4j/kVN/zRj+Wn&#xA;3fcv5iHe7/lY3kz/AKuI/wCRU3/NGP5afd9y/mId7v8AlY3kz/q4j/kVN/zRj+Wn3fcv5iHe7/lY&#xA;3kz/AKuI/wCRU3/NGP5afd9y/mId7v8AlY3kz/q4j/kVN/zRj+Wn3fcv5iHe7/lY3kz/AKuI/wCR&#xA;U3/NGP5afd9y/mId7v8AlY3kz/q4j/kVN/zRj+Wn3fcv5iHe7/lY3kz/AKuI/wCRU3/NGP5afd9y&#xA;/mId7v8AlY3kz/q4j/kVN/zRj+Wn3fcv5iHe1/ysfyZ/1cf+SM//ADRj+Wn3L+Yh3onTvO3ljUr2&#xA;Kxsrz1bqbl6cfpSrXipY7sijoPHIywyiLIZRyxkaBR8GqWc+mLqCT0t3jSWOT0pGZ1eMSgrCKSfY&#xA;NadRkIQMjQbCrrIrR+oLyIrwMh/dNUKtQ1RzqCCCCOoOCQ4eajdr1oOIY6jbBSK1K02qV7yeIpiR&#xA;0ULJbu1ifg2oQGTkEKJGzsGZgoBCuSNz+s9AcAVR1DVNP02zhu7i+jNvcS+jAbe3lnMkzciFRYDI&#xA;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</xapGImg:image>
+               </rdf:li>
+            </rdf:Alt>
+         </xap:Thumbnails>
+      </rdf:Description>
+      <rdf:Description rdf:about=""
+            xmlns:xapMM="http://ns.adobe.com/xap/1.0/mm/"
+            xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#"
+            xmlns:stMfs="http://ns.adobe.com/xap/1.0/sType/ManifestItem#">
+         <xapMM:DocumentID>uuid:5E44D13E24E8E0118740F4F8897BEDB3</xapMM:DocumentID>
+         <xapMM:InstanceID>uuid:30dfed04-37e8-42a3-8800-171dca5ace96</xapMM:InstanceID>
+         <xapMM:DerivedFrom rdf:parseType="Resource">
+            <stRef:instanceID>uuid:785057f8-a90a-4b7c-86a9-0414a6193e75</stRef:instanceID>
+            <stRef:documentID>uuid:C2B6D33720E8E0119C85FEA5916DC8A8</stRef:documentID>
+         </xapMM:DerivedFrom>
+         <xapMM:Manifest>
+            <rdf:Seq>
+               <rdf:li rdf:parseType="Resource">
+                  <stMfs:linkForm>EmbedByReference</stMfs:linkForm>
+                  <stMfs:reference rdf:parseType="Resource">
+                     <stRef:filePath>C:\Users\Lukas\Desktop\Screenshot.png</stRef:filePath>
+                  </stMfs:reference>
+               </rdf:li>
+            </rdf:Seq>
+         </xapMM:Manifest>
+      </rdf:Description>
+      <rdf:Description rdf:about=""
+            xmlns:illustrator="http://ns.adobe.com/illustrator/1.0/">
+         <illustrator:StartupProfile>Print</illustrator:StartupProfile>
+      </rdf:Description>
+      <rdf:Description rdf:about=""
+            xmlns:xapTPg="http://ns.adobe.com/xap/1.0/t/pg/"
+            xmlns:stDim="http://ns.adobe.com/xap/1.0/sType/Dimensions#"
+            xmlns:xapG="http://ns.adobe.com/xap/1.0/g/">
+         <xapTPg:NPages>1</xapTPg:NPages>
+         <xapTPg:HasVisibleTransparency>False</xapTPg:HasVisibleTransparency>
+         <xapTPg:HasVisibleOverprint>False</xapTPg:HasVisibleOverprint>
+         <xapTPg:MaxPageSize rdf:parseType="Resource">
+            <stDim:w>612.000000</stDim:w>
+            <stDim:h>792.000000</stDim:h>
+            <stDim:unit>Points</stDim:unit>
+         </xapTPg:MaxPageSize>
+         <xapTPg:PlateNames>
+            <rdf:Seq>
+               <rdf:li>Cyan</rdf:li>
+               <rdf:li>Magenta</rdf:li>
+               <rdf:li>Yellow</rdf:li>
+               <rdf:li>Black</rdf:li>
+            </rdf:Seq>
+         </xapTPg:PlateNames>
+         <xapTPg:SwatchGroups>
+            <rdf:Seq>
+               <rdf:li rdf:parseType="Resource">
+                  <xapG:groupName>Default Swatch Group</xapG:groupName>
+                  <xapG:groupType>0</xapG:groupType>
+                  <xapG:Colorants>
+                     <rdf:Seq>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>White</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>0.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>Black</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>0.000000</xapG:yellow>
+                           <xapG:black>100.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>CMYK Red</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>100.000000</xapG:magenta>
+                           <xapG:yellow>100.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>CMYK Yellow</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>100.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>CMYK Green</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>100.000000</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>100.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>CMYK Cyan</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>100.000000</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>0.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>CMYK Blue</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>100.000000</xapG:cyan>
+                           <xapG:magenta>100.000000</xapG:magenta>
+                           <xapG:yellow>0.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>CMYK Magenta</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>100.000000</xapG:magenta>
+                           <xapG:yellow>0.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=15 M=100 Y=90 K=10</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>14.999998</xapG:cyan>
+                           <xapG:magenta>100.000000</xapG:magenta>
+                           <xapG:yellow>90.000004</xapG:yellow>
+                           <xapG:black>10.000002</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=0 M=90 Y=85 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>90.000004</xapG:magenta>
+                           <xapG:yellow>84.999996</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=0 M=80 Y=95 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>80.000001</xapG:magenta>
+                           <xapG:yellow>94.999999</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=0 M=50 Y=100 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>50.000000</xapG:magenta>
+                           <xapG:yellow>100.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=0 M=35 Y=85 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>35.000002</xapG:magenta>
+                           <xapG:yellow>84.999996</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=5 M=0 Y=90 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>5.000001</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>90.000004</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=20 M=0 Y=100 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>19.999999</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>100.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=50 M=0 Y=100 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>50.000000</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>100.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=75 M=0 Y=100 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>75.000000</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>100.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=85 M=10 Y=100 K=10</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>84.999996</xapG:cyan>
+                           <xapG:magenta>10.000002</xapG:magenta>
+                           <xapG:yellow>100.000000</xapG:yellow>
+                           <xapG:black>10.000002</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=90 M=30 Y=95 K=30</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>90.000004</xapG:cyan>
+                           <xapG:magenta>30.000001</xapG:magenta>
+                           <xapG:yellow>94.999999</xapG:yellow>
+                           <xapG:black>30.000001</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=75 M=0 Y=75 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>75.000000</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>75.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=80 M=10 Y=45 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>80.000001</xapG:cyan>
+                           <xapG:magenta>10.000002</xapG:magenta>
+                           <xapG:yellow>44.999999</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=70 M=15 Y=0 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>69.999999</xapG:cyan>
+                           <xapG:magenta>14.999998</xapG:magenta>
+                           <xapG:yellow>0.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=85 M=50 Y=0 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>84.999996</xapG:cyan>
+                           <xapG:magenta>50.000000</xapG:magenta>
+                           <xapG:yellow>0.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=100 M=95 Y=5 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>100.000000</xapG:cyan>
+                           <xapG:magenta>94.999999</xapG:magenta>
+                           <xapG:yellow>5.000001</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=100 M=100 Y=25 K=25</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>100.000000</xapG:cyan>
+                           <xapG:magenta>100.000000</xapG:magenta>
+                           <xapG:yellow>25.000000</xapG:yellow>
+                           <xapG:black>25.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=75 M=100 Y=0 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>75.000000</xapG:cyan>
+                           <xapG:magenta>100.000000</xapG:magenta>
+                           <xapG:yellow>0.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=50 M=100 Y=0 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>50.000000</xapG:cyan>
+                           <xapG:magenta>100.000000</xapG:magenta>
+                           <xapG:yellow>0.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=35 M=100 Y=35 K=10</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>35.000002</xapG:cyan>
+                           <xapG:magenta>100.000000</xapG:magenta>
+                           <xapG:yellow>35.000002</xapG:yellow>
+                           <xapG:black>10.000002</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=10 M=100 Y=50 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>10.000002</xapG:cyan>
+                           <xapG:magenta>100.000000</xapG:magenta>
+                           <xapG:yellow>50.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=0 M=95 Y=20 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>94.999999</xapG:magenta>
+                           <xapG:yellow>19.999999</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=25 M=25 Y=40 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>25.000000</xapG:cyan>
+                           <xapG:magenta>25.000000</xapG:magenta>
+                           <xapG:yellow>39.999998</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=40 M=45 Y=50 K=5</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>39.999998</xapG:cyan>
+                           <xapG:magenta>44.999999</xapG:magenta>
+                           <xapG:yellow>50.000000</xapG:yellow>
+                           <xapG:black>5.000001</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=50 M=50 Y=60 K=25</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>50.000000</xapG:cyan>
+                           <xapG:magenta>50.000000</xapG:magenta>
+                           <xapG:yellow>60.000002</xapG:yellow>
+                           <xapG:black>25.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=55 M=60 Y=65 K=40</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>55.000001</xapG:cyan>
+                           <xapG:magenta>60.000002</xapG:magenta>
+                           <xapG:yellow>64.999998</xapG:yellow>
+                           <xapG:black>39.999998</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=25 M=40 Y=65 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>25.000000</xapG:cyan>
+                           <xapG:magenta>39.999998</xapG:magenta>
+                           <xapG:yellow>64.999998</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=30 M=50 Y=75 K=10</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>30.000001</xapG:cyan>
+                           <xapG:magenta>50.000000</xapG:magenta>
+                           <xapG:yellow>75.000000</xapG:yellow>
+                           <xapG:black>10.000002</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=35 M=60 Y=80 K=25</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>35.000002</xapG:cyan>
+                           <xapG:magenta>60.000002</xapG:magenta>
+                           <xapG:yellow>80.000001</xapG:yellow>
+                           <xapG:black>25.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=40 M=65 Y=90 K=35</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>39.999998</xapG:cyan>
+                           <xapG:magenta>64.999998</xapG:magenta>
+                           <xapG:yellow>90.000004</xapG:yellow>
+                           <xapG:black>35.000002</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=40 M=70 Y=100 K=50</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>39.999998</xapG:cyan>
+                           <xapG:magenta>69.999999</xapG:magenta>
+                           <xapG:yellow>100.000000</xapG:yellow>
+                           <xapG:black>50.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=50 M=70 Y=80 K=70</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>50.000000</xapG:cyan>
+                           <xapG:magenta>69.999999</xapG:magenta>
+                           <xapG:yellow>80.000001</xapG:yellow>
+                           <xapG:black>69.999999</xapG:black>
+                        </rdf:li>
+                     </rdf:Seq>
+                  </xapG:Colorants>
+               </rdf:li>
+               <rdf:li rdf:parseType="Resource">
+                  <xapG:groupName>Print Color Group</xapG:groupName>
+                  <xapG:groupType>1</xapG:groupType>
+                  <xapG:Colorants>
+                     <rdf:Seq>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=0 M=30 Y=70 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>30.000001</xapG:magenta>
+                           <xapG:yellow>69.999999</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=5 M=70 Y=90 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>5.000001</xapG:cyan>
+                           <xapG:magenta>69.999999</xapG:magenta>
+                           <xapG:yellow>90.000004</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=5 M=90 Y=75 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>5.000001</xapG:cyan>
+                           <xapG:magenta>90.000004</xapG:magenta>
+                           <xapG:yellow>75.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=30 M=0 Y=95 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>30.000001</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>94.999999</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=60 M=5 Y=95 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>60.000002</xapG:cyan>
+                           <xapG:magenta>5.000001</xapG:magenta>
+                           <xapG:yellow>94.999999</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=30 M=0 Y=10 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>30.000001</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>10.000002</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=60 M=10 Y=5 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>60.000002</xapG:cyan>
+                           <xapG:magenta>10.000002</xapG:magenta>
+                           <xapG:yellow>5.000001</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=80 M=5 Y=10 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>80.000001</xapG:cyan>
+                           <xapG:magenta>5.000001</xapG:magenta>
+                           <xapG:yellow>10.000002</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                     </rdf:Seq>
+                  </xapG:Colorants>
+               </rdf:li>
+               <rdf:li rdf:parseType="Resource">
+                  <xapG:groupName>Grayscale</xapG:groupName>
+                  <xapG:groupType>1</xapG:groupType>
+                  <xapG:Colorants>
+                     <rdf:Seq>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=100</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>255</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=90</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>229</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=80</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>203</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=70</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>178</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=60</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>152</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=50</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>127</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=40</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>101</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=30</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>76</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=20</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>50</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=10</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>25</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=5</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>12</xapG:gray>
+                        </rdf:li>
+                     </rdf:Seq>
+                  </xapG:Colorants>
+               </rdf:li>
+            </rdf:Seq>
+         </xapTPg:SwatchGroups>
+      </rdf:Description>
+      <rdf:Description rdf:about=""
+            xmlns:pdf="http://ns.adobe.com/pdf/1.3/">
+         <pdf:Producer>Adobe PDF library 8.00</pdf:Producer>
+      </rdf:Description>
+   </rdf:RDF>
+</x:xmpmeta>
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                           
+<?xpacket end="w"?>
+endstream
endobj
2 0 obj
<</Count 1/Type/Pages/Kids[5 0 R]>>
endobj
22 0 obj
<</Intent 23 0 R/Usage 24 0 R/Name(Layer 1)/Type/OCG>>
endobj
23 0 obj
[/View/Design]
endobj
24 0 obj
<</CreatorInfo<</Subtype/Artwork/Creator(Adobe Illustrator 13.0)>>>>
endobj
21 0 obj
[22 0 R]
endobj
5 0 obj
<</CropBox[7.34326 213.403 591.672 651.463]/Parent 2 0 R/Contents 30 0 R/BleedBox[0.0 0.0 612.0 792.0]/PieceInfo<</Illustrator 6 0 R>>/ArtBox[7.34326 213.403 591.672 651.463]/MediaBox[0.0 0.0 612.0 792.0]/Thumb 34 0 R/TrimBox[0.0 0.0 612.0 792.0]/Resources<</XObject<</Im0 27 0 R>>/ProcSet[/PDF/ImageC]/Properties<</MC0 22 0 R>>/ExtGState<</GS0 25 0 R>>>>/Type/Page/LastModified(D:20110926114527+02'00')>>
endobj
30 0 obj
<</Length 254/Filter/FlateDecode>>stream
+H���KN�0@�9�/Pן8N��A�B]p��G�
�_¡�eX�,��{���f��0���Sb���
�+�+z�Y%�����-��˙��3-���;��Fd��XK��y�����ƫ#��=�� `��˺�N�&8��f�b(�
�+��7�4�WT���К�kڅ{C�5S�a����؆M�5�����qL�E���T=��3��V&�f�g}����������	ɢ��t�%�x`��R}����%��[�dO
+endstream
endobj
34 0 obj
<</Length 983/Filter[/ASCII85Decode/FlateDecode]/BitsPerComponent 8/ColorSpace 32 0 R/Width 73/Height 54>>stream
+8;X]TZ'*fp&="c=Egln,WGIIM2!6M_V,TH1P<"Mi]-"g_Qn*3SEiRK_U4UQ^`d8.R
+<;m,_k-VmeQ*H:-ALnp[1lK29T:XoBFp6m?C'"C"9`_eT)&2NW)WEX&'nN1u"FQ'_
+<SK\WHAGC3US0WJg))shLEk;3F'sY<Ib>m;1>1n`gO;"*+Aejf>B*)$'9rj%aVtB,
+r!6`U51r$M/".E<!UnM+"S>*W(YIULoS1Q?)CU5M^aLMZgeE=7Ktqm5@M',[dAr*K
+"!DTbN5fU_H;Zo?dq]Xdd.IEcZY7__4b/GPn2!Pm-'#j_s.YX8?4dESCKSH"Z<Wq6
+7hVeo#%O`5Z$NVDO%d%qb;G/dEZ2RmgTFcY*pBGO;,N785aD&k>tbf^Ht<O?=ossm
+.;%98p$(.bCjP-T-7i]b:Jh2[/u:b'SGB);G%j6+WYdPgYptdjitA7;(`DZu*M`Kc
+$k#O`<\"/s^o0X<kG':gHlrDT[M-!/^:2j4F89hIp<PjhlW,pO80KLE,utnX=^&+n
+=@,.10;[a7+rV1(5i2oNo;"4C.YnD+4]J^1mgDVpo62KDHt/f^X1B9]OH5]*L3^(%
+85-!mUPd1!:jYZj/I*&p\jE[E[@uJlYKgCfZn]W#(i^e\$@t<2W[17^MQqrB.A3m*
+Zf`7'A7mj+J2'$O,.B(47MJKNSe?bNMRo*n-qsqga#&hI2`HS*Qnp%;N(q?>NV\\"
+dX^p2?l^(UAPuQ'EHL$$O/<Bm8,CJ?Jt,t8P-nbc1>tNh9In@eXj9KO:V(@XGWlaS
+V<pW\P8Z3^rTt2#[RDNf]/Th5`qeh33n([kN)](*QO+4eV`.rYqngU!2WJ"Bh>/Ee
+-M]&4]GP2)UGHOW7Q.8^L](/\P?t#H8Hl/qCR!LX.tI/kF!h@[U])7hr-p:L,DUW2
+)AN"KZ8[RnU2*7#XVg4$$]B@[?p$%07]I.AX"l_'U\_<<)oKDm!4fuu>Q~>
+endstream
endobj
25 0 obj
<</OPM 1/BM/Normal/CA 1.0/OP false/SMask/None/ca 1.0/AIS false/op false/Type/ExtGState/SA true>>
endobj
27 0 obj
<</Intent/RelativeColorimetric/Subtype/Image/Length 124776/Filter/FlateDecode/Name/X/BitsPerComponent 8/ColorSpace/DeviceCMYK/Width 826/DecodeParms<</Columns 826/Predictor 15/BitsPerComponent 4/Colors 4>>/Height 622/Type/XObject>>stream
+H���PW��&���I�(,֊�]�����6��j��:�Z�V���kozj���X�
+I����Z���
+!�$DP�'*��V�i�8DJV��ݽ�&9L�f�1�_�&yo��1�}^c�����l:��������������7������
l:���x����������7������
l:���x����������7������
l:���x�NR��ּ-8�3�����`/�t����6�>�=�Wh?;���y�<�M���o`��C�뉿����l:���x�N�_O�=�w�_���T�e�e���u�T�+&&�A�<�~�>����g�M���o�tb�m+"Z��$��������ڦ[��������v|�0F_��7�B�nd/�7�r�9#	�B)b�3H;�q�U�P�i}��������'u�v*��E�`��l�t�����'>�Go�WI�Ms�ɲ�Nץ�
ϋ)74��3���(04ǡ�n���8_�,���a�=��R”r$A��j7�~,-Y7I���a���q)h�=����fG�w)E���
5��a>F���;�~"U7l\\���P6wS��p���w���I���oz��'�~���:9�t��|�H:���f�uVN|�I��M�\��}���ɢ��u7���=/!9O��В���T�����¬'S�8��?��B'��"����:u�
����C��p�P����E�&��ߥ;�$�?�a��C��'к8��l-�D鳿��
+�����ؽ�'���T03�k��uB�#}���8�ţ[��T¦��M��Lo�I0%	\�`+��5S�����)��N�_$����{�4��;d��NS�F��=���R�V�0�:�O�Y;�ܯ��6���t�����ӣg;U6�l7�� Ծ9ʘ��
�}~����!�ts�;�4ݔvVt��0a�9�r�07���-I���I���oz��83��>��|I:lf1�$�%�$:�Em�k���έ$Kg-P�h`�X�V�~�����A�-��{�m��9�I��:1Y�}���q�k�ݻ��+��3�6I���s!��j��a�E�uj˴��w=Z+�NXO�����V�$�M�b*j��iz��Z�i�3��xѸ���U[���4�^���	�`�X�=��(�̩&��T����<wheŸ��Z�;S��ӓQ[��:b�s�;��ߨ"KfY��Z��]�'z��� ������C�N,� ��]qyv�����>�5�O��j�%�r3��&�pY�Z�dhi�p�?�I_4�q]�$,s#ަ�'�=��W��?xo����M��/E����?���A�����$���-���_���'�����?yef�Bx��B,��ځS����N��T���芉��yl�Yl�;6���c��ѥ��ýT��F
3ti�^�����#K��\4�Z�j%J;��W�S ��m����3M��⢔?��>"Uæ��SU�Ů���:t��P�\5G,�qv����DQ�uS��Ї����N�n�|��u�}�f���FF��ǟ�4j^{�n��o���j�ȯ�~hm�dҴ$dx�a�"����#8�v�3֎׻Z�\���:H:���xcu�Y�M�<��j��׏���B�8��d�����^#s����Xl��_�~ZkN�vz:FO�N�L�?HIb�z6G5�W��u{3J-k����q_�F��oΑ�h�8k�}���w�~�y�t�%Z��Q�^�DŽgnR-�������vS�
�UWy�T`��1�	������z/�����(2kc�3y�rBG���:��4%	����,�UXu.�vޱ�5Ds9��0��&I>Nb¦���m�_�䁍�{ǫeB��.d��х�̯�׋�-���N$\:��z`��S��&���s��vɰJ����N^%�ƞMF�[jc����z��ʚ�����/]n:��N���
����+.�t�>W�cʤc���H6攳]������6&��;�vt>�&��B;TI=Z8�
�F�����^bn/x3k�������e�B^�߃{��'�LA��`1�E�[�q����ou�BKq;��/���Ҩ���3?���Jt}@*M-�W�æsݵ�E)h���XE���'1��0m�l|㧑%#����A��Jd'����#K|#+�n������6���1���}X�+��F*ף�7_�\/j�Ѧ�ѝ�_��m�Ҟ�/DMȌ����3�6W��fw���ɾ�^ano���2�8s���yF&����(�n�X?Rm�v��E�u������� �����M���9혓�)�����%s�1'g��O��j�W�Msj�ks�q��I��$/v�j] 	Sn��04k�ТmQ���ό�rf� ��-}/m����ү�qW��"�;gޑ�F�44G��V�J�������;aչߛ�E���>�k��r�������0�;��S�=z���gO�tGp�Q���8@�b�զ�s��yI:bg$����dc�M<I���ݓ�Ê�/;�N�DK#��l�R����������e��36����3�R��8��W�W�Λw��6��_�5J9�<Bލ��*=Y�}Ԙ~�t�w9vT[,�����-a��د�&������Hk�Ե֣�v��R���ţ�@@��H8•���3��N A@���`H�j8D��Z��G��Zw��ۖ"�H`'
1�HHЏ�~o����7<���Aԑ�����`��TUymU�T~I�t4t�c����_:����IȲգ�KT���v�]�;�PKG�C&j�rX���ϫ3^݉�?�_o?��Ԉ���m�שv�j��%=��I&jt8���獄+
�����m���q��;�H�<�T��<��~,����uw|<;��7|�޼����WM��j��9\
+��� TI�_���`Yt�H�%H�1X�	�#�c�SxI�ޮbõ3bJGS8���s���^F�$s�rAkkG��3����\(nr���D���(Z��ŏ|�:�W����>��3�@tf���7�u��{��`���M���b��Cۛ�r����FD}�����X�!�Q���LU����vn�44X"„��'A"�e
^;V/
M�ܚi���Yl���x�t:��;%�0�q�[:��f�pu솫�埵<���B���|��{ڢ��zݨz���ڲZ:��S�l��i]�c1_���?n�����p�{�(��r��Nb�B����T�/����:]"����i���|L�����T?��j]�NIAp \;�}s1��I�������,
�+0�9JGY$l�t����KX���[��u5���웝�\�綺�x?��I�2�c��0���ϼ���4�����TV�re9"�ˠ�⒉��Q�b�E�����AeIűlU���"ATX�F4��Lm=�Δ��C���X�<�劸x�6�J�U:��)�����׼�j:�����CXӓҡr�$�a
�_�L=f������Q�j�E�\w�̟pR�y���c�B�s3�ˆ�5���00J��tV9dq��>ot�H@��+�~>j(�1���ٷ�t�<"ap�%�U��t���\:�_�P`0Tn�
+��8t��+��$a�r�O0�|x� &��`01�����"��A��?·q���K�Tz����0#J�D���+r�B�J*��k��k�%� ��g%$�K"5���)���2'I{^W:kޖ"�����3f��7��뾟���!�����iH{�}�^��Q϶�"L��j��
�q���ec7��k��^uN�!_�Ĥ�b8\��#�
+e8�$q^!l�8��]���܅qQ�³3�	�&����2$Blf_���r㉹\�@����+��ݹV$Qނ������c&�Q$��sw�\s���Ygʷ��Gc���[add��@��7�^?�����{ݷ�t�������L#��k�0V ҭ�SEG�����t&�ڼ��������\w��z���
+���U��4
+���'��|1'�l�|���r�h�ߣ�� ��i'ݎpR��$�ب�W��k��0��/5�C!�ph95��޼sm�S[��~�����L�W��>����_W��Aח�o>(�0�'�C���.�+����t
��D���0&J_:�h�l�R!/,�l�v���u��]��C��/I_zT�	�����yI��@IT��YW��[��q�8�-���W�
9Q��[��A���#3#.4�C��xx�X��]h�޾&�������H^�ؾ3_�1=��g`���������8��9�(R�Q/��Z�o塀�bQ�v���Ҭ/�r���Se��O��y���,lG
+���>u���5����#���)=�
+�����ۼ奨�V9�����葨!.K[:L��RIRq(����v<��Վ��1�4m�ΐ�0���tP:�`vOJ�����9]ԯf�
���ѐa�E�
+�y�t���T,�}�����P�Sp�[�e��}�1h:��Ďi���k�^��ë́�ʗ�W���`�ŻN6;��|��@v���<k�
+��r��S.?*���ݥ�C�|���B����=���#S_<F�_V./�G�[��:��4Ά|G���‹�lo?�&B��߽�\`�{SD
+;�}V�g�J�
+M�79L��k�
�����ڂ�߾�~=ߓ����r�b+�����bc+J�Rr��O���wWݣy6��L���w�\�~$c�H1���@�D�	���aP�<"A�ʒ���߲���TR��
+��<��W:o��1����4P:�`vOJ�!������P_4id?��V��t�/�T�_�V�ӗΟ��$�1���S��Pv���/�\][vzﲉ�� 9L��Ẫ�O��.������	��  Gh�:��K�W8�<�E/�����AEj�nY��~��;���O��D�.�|���C�t����c����8m�g-O�c9N��u��+�i��+�	Ĉ�/!h�W�{�߳��r�b��b����qD��������ퟻ�鄃SKۜ��B���BDY	��H2��P_�4���yP�gǟ0�Nǵ��⵭���-*jW-ʺ��ڪ�m�p�$y�9���D 7��" �T�
+xQ�֝��ԩ��n]mw]�vw������D��2Of>�{����x��|rZL��_`"��n��k��i
:���%1_|x _��R���@ �$�F����.�J(t��Ya�
+\�F�8���OC,'��@Op}V�b7�:
�9�턦��9�M'���؞Q,���A O�S���D΅!km��&�]T�S�^���������B�f���}�D���2�|xK���]���Ue��S]����$0
,/�T.W��i{��u�/
+�O�@P&.[Z���!��aq�?��hf��:�����t��cv������^�^�r&F�v��T*������Y��j0��b^�buV..���H��`���^�P�eZ̍���@ft�����qK
LAo�,~�E*�!U�I�����|c�[��Y�=��zS4��~*��S�Ԩy���@ 6�b�餧�ڊ��tcy<�a;ӧݼ�l9���x��D�N��;��@Ӂ@ƜA�ɐ�4�3���l:���@ /2����&����?�Lg�^s�E��kڛG��;:o��
+�25����:
ʭ�&���_���,�U�_5��v�c�Fq4��ͳ�?"�{m�4�v��%����n:+j�3�L�3�Z�v!���܋k�K`���,��,9l�k?3-�`�	���e�E�d�,��_ڀ���[��)��Uj���t�����Y�l~�o'���M�/*l4�Œ�j��@}6 �+<����XMg�K�H�P��֓�G�a���T+N6�
�۷����t�k]j|14d�4I�g/��R����G�A �R���Mx�}��鼾i�'�2-�]�_F\k
+_h��/��4���۬��*cxVhjn���� ܖz��F���e�+9}�J����.�C�heXLg��tV�g��Y�glj/Ig��=s/�9~`X]*]-���[L�����
+6}4p�;0)Z���I_�V@��ߝ+���.ll��Z���v}V�Ɏ��ɕ��0`)�>�_�	{��o�������k@ ߁�*q��t$�#\!�M������o��d������JCW��HSe|��s(a3��Z_�X�'��N��<���I��[�d����@ O�c��֩	��9\�d5ʑk�x�Ի��Mx��<d��t��(ר
+��2��(�.���U|��A�����
+�T��]#.�,c��Q�������;�~uYƗU+i�M+�����M�B]!�m1��tV�I%��������y�^�s��
��h�dN�S�W���M���?��E,��^z�8Zj�'mg�.Y����9��&��<��76s��SK�ì�@|NhTIEv��2h1�"�d�p�c���d�g?9~~d;[M��8�gQ�n:�5*A�c=��f:���/l�t ����y�����d4
+��s
�z��o�[艮�\��#��A�2=
;�=w���Ja�"hm�(�<��̓w�Y�rI�QE91�
�d��L��C
Z���tjs���R
�^F�as6s��R�R����עomh9[��Z��#6׻�@��R3h9���Xk#9��#���5�����\���ME�X��?'�j$���vԉ���Ѷ��9�ƨ?ڶ����H�{}˶�
+j��y.�d:bG<�t8Q�V��6��n<ŭoj0��y~�~��zv�k�#իq��t9��n��`m�y�x��[��&���9׽��tL9YBl�<~����;<��
+��r>�6��84�r
+�?�C�KkJiQUF*��:�z�-�V]�A��i�,d���K%"��NG�Ǡ�Qr8��&��tB�2̒{� �����6
��j#��PE�<D��f�ez�����z-�So����B��J��̡֛�Ў�_���3A��킵�R�����@ �C5�b��H�ez/ӣ��j2��f"�X���'�[38��t�jԂ�z��t�^��F��d,��aO���p�M$�1O�<ϐ��j!6�l���m�b����;��r�1k}�y�x�Է��Mx=���U�w�Β��l�:%�4�����J>aG�u{�,��6��ϔ��>�q�y��s�,��n���t�bcN��<@9�N]n��<cў�<���̽���F��Nk�Ce�������33d�٠�6��|���}�g�8�!&��`z���^/}=yƒ�)+��/ �n
�^���Ns�C�_��f^���&K���0�����\TU����NN�����ٻ:��\s��-�L�qq�q+��T�c���;�7��gp�3MU,NqZ�o3}��6�q6�'݄-����6x��g�L'Ǡ��#ӡs2�‘�F���7H}E�o�[��3ݡΦS��#�\砼2=
b:�J����?����p�}vEȀ�� �� .�U���CTԪ� �V��W-ADe(JU0	�,@+Z��Á��BBq��$��8��J�����y|x��G1�Ҏ���H�3T؛������D�H#�D�p�rJ�q���54�݃���S��I�v�}kx�9.�!8K�HJ'�+��tLҾ����{�9�q;{��\T��G�D��"��8E��ѷ�X���}��ȁ����+��p]���wb�	#DV��Z�Ҁ77�^��j&��;������X̭����M������r��r[�د�*��^gޒ�qti���U��;S׶���h-
+��iO���t�����9���"�W��g�K�C��}�F��d�`��1��寶�Q9����³��|sZ��EײhG�J:���;e���mm��[[fqWڥ��w��u����i��F�e�d�y�m���h�_c����:X�8��y�v�aX�_�yN���=e���[���6V��8�'%mv���Wt�`���I��u�~/�ƞ˷�������p^������m��:t)�=�1ޭ�;�|3S��xyJ������S��z򲍦��̼�c������·j*g�r�n�J'|?���0Ph!s���`xx��X[9����7.��rum++pG�=�T:�P:��J�k+v��p��E�|���F��!���w����Ȃ�jQ�m��=����wr��6I�FD�货�G�N{��v�9SW+"��̾��=K��=1�޾���B�X#���Ã��a����[�%���Y�&1Ε�q�|ӏ��T����u���_�d��#_��d<���q,"D���FĈ��ݻ1�ޖ�����Y�[n�F%�T?0������tv��E�|���2G�������GLJ�a1J�&�? ���m?�~J��vW:�PL��=I �����Z��Yn��Sމ�N/�����Ž�z�c�U)/_��2�c�D�P;d&�Ρ2iR+�=��C��]:���d��
+-d��!���/7W��o_DЗC#8���������V9�˃+�SJ��!u�D
+�~2\��j��^9�g�[���1�5�����.M\��^��B�Fgx��Ϧ�KPP����X��*h)ݤ[�D������P��`\�5�"QM�&��x�䪉��Ѫ�[�oE�C�߱���3m��z���P����0t�+D2��\�1��KT$Ɗ&��f��&��F;�3g/s�Y]�56�3c��0���}�N2�B꺎���11*O+)�Q
�t�2�ɟԐle�^�6�x|�Dh��N�-i""��ؑ��>h[�d����r���������0߾Xe�d]ϲoE�������QA�__�i}_��N�aMy��r�V���@/�C���=������tN+�5br��ҫ��X� mC^���
+�3��3M�D�����S=.�^�`Aa!��u^��\eՄ̱��&0n�ilx�$ֿr���(��#*J�d�l%_�4��t�ד���$U�������k�'�)5�:�$�4/�EH��ۺ��h>#�Ȑ=J�U��;�%+���5�j�%�dJ��d�{�sW�.ڇ��S;�I�S�x��i�ѱ�uG�vWIi��79�~%�S���M�vj��Jv{r�jy1I�~�X2��f�9[jE�I���Z٢��CV���[#^R��Z�y���R����k���2;���5&_�y�a��:��B�t)�B�n�����S���ء��Gˇ���F��0�i�Do�	����rݒ�a�t6�z�U���k�¶�J�_�"bDG��C�^�EݿUj-�J�]�[��θ����g%����a�6����P+j����u:y[~��N�-T���M��7�Q&�R:Ƒc=~M��/*����8�=������r��D$�B�/2xz[<�񉂑�-j��A��RD�i)�Heƥ�����R5ʦK����~�2_R*t��1��q踧���R�PZI$��Co�9�8�����渒��x���d��V�����X��YZ.˒���ϓ��Ӛ^aZ���,S��G�|#�Z:H?�5�L��N�1�ʁ��
+J��V:q�;�#��Ё���0T��t�t+��'L�O��ʗ���7u�;K�T��[^>k�/�,\x��rӼ|���K:+��L���^���4�F�d~�^zPj��.-'Nu��9*��z�#�9���0|�[��r��t���P��o�͑�bgH�X-�4��酉Xu�U�}kW���X# ��<��N�6_j);K���RV����)ah�+��*�֬�I{ް^˝{��͗�nzS3�2�>癴��S��W�^�W�:�I;D��Z��|͸@�HĜ��4mI��v��z��W��+rn1	��Ou%��V��l.�����=��ٯ�&�<��3�V*Gn �G�CP����ED�Z}Ͼj�Z�VݵZ�j�]���Ⅼ+��-T��(�!*G�	A	�
+$�3h*&��\��{�� ��������t����Z���t``�H� ��ފt"O�|�?~ƕ�	�~NN��b&�Q�]��w��)��ɯ�S�Z��~�cr{�:T�l�B����Ӈ�FO#��M�&9��\�;j�y��6�Z���5��{��h&HU�T�B�f?�fH�C�P����,�2�H����X4�,�zщmϘe����O#3��o�V�.��m��nWP�jԯ���ּ��y����k��������fv����C:LOn�q.��R�aa5��B��!��ҡk�O}ƞ�h��m@:AP��-�9k�V���.�6��ǔk���F��⒝]p�a��ݽ{�TZ�j9��D�9�t�������>�C\���«���J��1��9�tjiy��m�Õ	�\v7�Ge�Y���1�y���=
+ßK�6e6��(n	qSE�����{��[nN�^ǐ��Z�r��cMH���@�~mR:-�I*c�zg�g�$��ldG_��t��GF���1Xz��*�u���K��`yX==#���e��t�娇|�W�궯�iX; �ҁ ��=��!�xY׻&�sƨ���)7��
����=#�~���{�v���x��Z��ΨQii��W��E�,�݂�}j|���F*[?�r٘%)�c�l��9�o^nMJ�8����o��CA+�V���ʌ���|�����Z�3,��Ԇ��_��/^���i����OhI��IlL��Ċͣ�X�:������
�gz��{ZlVEpƆ�0X�r�Ոb��G����
+U˵j�O[�n�������û�o���v@:00��Au{Z���C�3ґ�*<#���Υa�_|q�p��U�hJR-Ǒ�!e�=���+�����]�M!�tU:�����E�|{q����l�RU2��!��]og�9,����	%�|��m^��9�2�P�<~�`y�C徃	�����؟�V����ع����V�?�@I�P��J�\��+{�vٷP����A��,Fl��m#!-��"F���Zm��h��tZ��u��v�HF�t ��n�[��	�!�Wk�aRl���*�uũV��Ԍ�~�΄��-g�x/�pz�d͛y�jq9������CT���p�g)s���=5F�%(!�!��l�F/���� ���H�4�MI;j�$
+�Ǯ�д���*�y��D�QD�ҏ�l��o��U��\E��;c�9&��7Y";��s7��}��v��t&����R�Um��FHǎ��^�W_�����;��a]�*��?�kM;]�yLJς����A�+RK�dm�7��Iǘ"Sq����N�on�:Y�%'��t��/Fs��c�-3��V�����@��t�z�K�},�r@:A�[I-���߄�$�C�����vV\T�´_G�^=7��dļ/��32�5���Q0��mex�mԢ�T߅��]iwx���Qv}%����M ��E:]�K���mc�����t ��nO-���HU@7�:J����-*���n�7�(��X���(�D��F6&S���zWS�v@:0m@:AP�K-��|T��P��67�:I'��T <z}���	>�����H�r,��g'�#��h����-����P �Q�k���@A�.�t~�G��y��nBu��BŃ �M��?�ҁ���z-DX�3'p��%�Fi�������jY�/�C�^�%Z�t|7O�9��O�1\y_�y����M���]�.�b�d�-������&S��B��A��SKgg!*�9��G|�$�_�h9·��Ej�տ�ҁ���H�8}T��u77/��rL{*>�lr5zB�&��0	E�s�
���9�'�S*��5�,S��?bD@�oM
M9&�䦗���_8����]��������_}��7�f�b����"'/IL�|��g
%��;��cU����WĹ��ּ!
U��@4PRK��B�L�iHzk����ҁ髓��J��F��/��30E�^i!��+"-�z\:�fS}&"���)��j�Xԙ?b�oPn�t����Ğ�&OCs��I�P�t1b��"�MU�\�
+53�NI�H*��50��V�M�鬢�*�O-G-i%�u(͔P��L]������UVϟ�7��^��캏T ���$���C�.��q��t`��|0������W#���y�o|�z*޷dZzN���l�HFc�#���ᠳ	[Ek��X\u���V^�J���[|��DZ%!�m=����~t>/Ў�(Åb������R_��c��T������Ke�@(�/I��h~ǚj���h*VYc�6fwvt��
GKi_E�C��K�D;��1���(:��#uQ���Y�

rO�C>��8�bn�p�DG����z�ᬈp�);!�?�e�ԙ�����aI�V��Pl�S�\(�g�j��Mh]Z[۩��P����q)8XE$`DB�Y���$��:�s��{����n�w���N�wC�����1��cY=��hOnPE	��/��=y�^;�R�:/�s��BGc/��D�ٝ�:��xSRo��b8���������
+�?p�5�!��jc�3�_QT5L��;��(��j�k���q=�5\�[ܺj�^"�w�P���~Nw9m��-�s�$��(�H�ML���3�|�����������p���&Α����T�(���M�_����Ԍ/�3�$K׆.*��Ǎ
��\�x�}K:0	�f\���K?� >���e]����*�?���Z�7��;��챛Kv$5T�Q�=E�^Ts�6|v���8��E��aϩv��?���(�=�t�
�`Z�J;'�I��}�H�|�c㶁ݐ�:��Ȗ�brM ����Xz�cu��5������J*��R�uׁvT��˼Z��y����`��*1é��L����w[q
+/L���z�����\�KH9��5�,���@#L>�B���O�vt.�&����kv�<���Ғ�ɇ{�l"�^���\�Yȳvr��!`	X��.�/T�&BZʹ����,g�=Mf_c!-�i���+_:�d��*T o��tИ:�nc"���Q�o�_ϊ�vL���"/f������_Կ��pʓ	�zzL�h'��
+�,�M��A�{�Y�Q��+OTT�)������l(\d����&�_�smɳ�YJY��FD�ٷ6����7^�>y֡�,��yQ���L�ƞ�9����D21�k�\d��q
+���+Gx�j�#�����a)T���Ӷm)�101 �����^�K��׳"؛a_
+�3�B*Q �9B3�l��N~�*SN��빞#+���rLp�S��Y�l�i�Z��GJ�^K $ƝN�L�z�9��O;W�.�XI^gy��9#�Ό�_��k?�O���P���k�g7���i�Z��|���#�,_���:N��������E�Ra��5�l��l,��*T� �tИJ�;��lQ�+V	��LӜ┲�A�Y�F�޵��7�,]��$�J��ы[qij�J�DŽ���,��+�Hv�����i����I��=��'��&r~���
'%R��:jU��k�@5�c��c��}��r�˷�sO"ų �?yM�YQ�bN�7{�I�azm�tS�=3*��cL:�t\�L���N�ߔM;
+���{�{������%>�;��ץ� �u
��V
+��c��~;�٦h�����"��<���m��M��4*ToS�,͏�:�Q�Bus�!��R���A�����������+��]��O5j{�+�4zAG��d��g�:�|?B�Y��z4��V2����c����t���c����[�Wx��Q{���U�7?�q%��y롁��)Q�Ac
+E�_?��詎�p.�-��o�p)�-����\�����֍Μ==5۶̬���y��������	�y{�D�
+}�M�?y�A���� �q��@�2�ؐo[6���Mps:(��},d>zҁL�VG��?�!� Ul>�"�u&z��,�6���1~&fV�]m�"�Qx�Q�ǔt�5ͷI�;z�c���o�:U��t�>O!ώ���_�� �1��g��.�Y�m"R�f�*���;��R'|�D��m�ѫ��Ƥ�L¨��#䏙А��㉹���}@;��g��9ۅzHR�+���#���u�������hg,(��t��L_���o(�1�b�Gw���m���Ko�k��.�[�z��������[��}[$�h��1�IG;�k���M� �H���ҁ�=:���gG�fj!�k��EFM:x�X�����q���L�S�,x��6}�aa��_�;mK�|�����
+�t��%,cv�[�_��j���d^�+�An{'r&^�Fr͙�#�ߔtܘ���e�ۓs=]~L�E/.%�<E�A��n�0��
+���^����Bq��^��jgš�EƓ`�D��m)��㷍/)��32��*�+^���h�xu���2t�>���*%�@-�{
K��>����[��K;cE9�P�A�q�tИJ��Ϫ�����XlnJg���X���p�zq�͑��22��
+5��q�N�)E:��kv�F{���ֿ�]��bH�a�76��=Vݿ>C�%����u���}����e��a�|�����H��,�KHX^�.3l
+�jF�]�����8��Qy5�S�|�N���VPL\EZ����ԍv��7 �ig�&���M?�<��y��o-���&e4_ùx5d)�-�D]�?2k��M_n=�&��
+��Ԓ�	��iJ��e��Ƽ:o���n�磻`|� ��u~K�}��F�?���v^���TSY�o*%��  5bQFtTl� �3���:�R�љY,��88.*��Q@)DE!J�	��jB�}����.hX���߹������{'������.�lg���h:00#h:0�)�V��k1
+\���_�,>��dS�!:nL�+Of�۷m����s�o�U�#Zh\�B����˳[��Z�˨�Zw��*��`:8FG&*#�5	7��H��2���
+�RBrN�N_(��ig|�`�FC�Vu�É�C�O�2TR9�R����sw@�aͯ���{E�IL���-%�F�U�)�.ҏ��JBj)7�y�L��]a:�9ℙ%/���e�=��+�a��tA��&>�Ř���Ɉ�IXx���*x<CEW��Z�Sc����e!��0?���v�d���̻���^�/�s��un�L����Z/�Z�j�tΌ��W�3R���q�,����h�޽;ʥ����.��\0<���K�7��vw�IE�9�ީ�X��E��%���Vef�5>��@>'�z�yZ�jKc߱����<#��)��Oe���#"��FΒK�wڻ9]>eʹ� =�����Q�������@�����̝֖o�X�Z���������m�����O�"㍭2�0��<֚u�7�x�5��|�5R�BB�_il��i��&����6�ϴtk5�*Gjn��>!q�.:"�|���dԹ���A1���jzx$7��֋A?��{M�um5wh:00o��h�;�?t:�,�1���xz�\
+��2ݖh'E�xMޫ�'�s�Lץ�.���Y��w����5��|�u�z�M�G��ϑl����WL��x�ªbW(�\�(�!�р��Cً��U�[?��{M�}�/�t0�l�.����e�L @�J���1eO�i}�������s��1�B����w�ƴ��q���I��֨�V^_x�hx�t�^����*#�l���@�Φ81t�b$�v$@rN
+�o^q����@q��-��y�����mFA*G5}/�grn���)-j��FKL������ˆ;֢x��AP��#���`�ЯI�Νj>��9�t`FS�X�����Y;p쌯�ӝ���V��Z��e9����$Xj��W��@Ď>�	�q���)�k&���ڠL��xb4���m��e1D�|��{�k����������@�z��'�8��M��0g;
�^��+����l���E���x�ʂ�`��A�����m���LK�\:Q�Ax�U�Uc�����T�by��{%Mc�u\��Xē�B]��(��Oh�遯�G�..�����F�!h�XK�1��>cZJ��%a�JD�}O��r�0�:hmP��[Kӷ��2���!��/��w�f��t^�_Ͱ��,�t���#B�3���'2�@Ӂ��M�@ bG��������<��	�foK��*%M�-q���:0x�i:�[[�.�\�˫�SÇ�9E�-��5D�gI�f�4�̄�D�������-�������|%����%d����B�)��������lH@f�t�WH���t��d����ɯ�FS�2�y��w�������U�/��&�m:��S���a�]�R�t�c�e�|��f4�Nir��Z]3��1�±�I�ϸ���>������@Ӂ@ ���g:�G�e�k�׸�j��}�ٵ���s��F�ph_��-�	3�=�)�����2��;ڵQY�R~�o:r`<-ϳ&���xgU��
n���W[{,�����Jve`��_��8b��8$��0*�m�06G�1kOW���L����č	eM����$g
+Ϛ���<��{ְ(rhy�`��de1/iKƽ��MI��
+n!���5��Y��39} :g���S�ʼn[p
�=��f��G���5$��U�����l�#*{{�3�
+���h�$�qT7���#sdf�+]��w�C�����Q� ����S��),E@
��N�t�H۫s��.U��~�����\�Dð��嶤�qhu"�y��M�K4���M+�ޥ\�{�-�*�:{7���t��t`��t�ǘ���턙%G��m
+-��]��V�*�I�WBA�k���x�gH+L��B���Fڑ��x �,с��rMu�|_N\�K;�W���m��͏.Q\	�U�y��m[>�tL�;P+"
+����Ww*Z�Yɿm:ٻ�fc�����@qg$�--?����SG֣l`�ʖ��Y6��T�)NwRdζ�:�b*�i>m��h�
+��8qRQ���3�z�K���$0�׷{;��FP�mP01/����4�]�^/��W&�t�
���C)����[t�(��������lEn���bu�D��چ��,�t$�nd�`xo2�;�*��T�p61\��/�e�ԕ���$ k) �â��Qqkq
+j�ڪc��T�S�Ngک�.u/N�9����*պ�,A*ٌ������4��$!�A���9���{��r���ZpQ�����1�{s��5$.냼ճw��֧8�K�
+L��JEI�y�҉���!�hO��AQE_(�KGv���_s�ٹO��)�.��E����4J�O��
�Hg�'����>M-���	U-sʚ,�K���}v�x����K�O@BFC�%��찍6�y���w2�&3=��U��0��A@��2c�xv]~��tQ�������:�������]�����BmPHk�0�{gJ՘W:�Nrl��(o�_2��S�u�
��F�x���.��Tn���#پ���Y
+Y��uKA�㒜c�c����iJ�"�=\YF$軑g�@9�78N**Y��L9���9Q��,�UD�#^rֆM�r#;Eʹ�����M^:�z��3�-�'�^�������@���o�x�R���?�s��-��>�����(��]��QB����p�wm_�q�WK�4�K����I�h��OSK���c�0�[���k�9�2�nk��ҡ�������1q�'[���~Q���ƟꖝPT�z�؅�4%���;FK'|`�q�}K��BF�g��?��_k�~�)`-��}P��jw��8���b�:�N�΋���e����[WJ.5�N�|���˿�S��.��)��(3h��ɲ���n��ܣ�
��q�����mq�֔Lv�0�\ei-�Wާ���������*Y~6�:"����qś�Wf��,|�v\�t����{�^7��bOU�P��R��&�9zhS%IS:6��J$�'m���[�S:�����(jv���c��ұ�Fu�h���t��ѧ��Sx-�,��Z���+�恴�8� GY:턿�_ՙ���uO����!"��Z�JkO�n_��wⵉ�3{g4��ߵ��FQ
V#�d?:o��j[�KgT��lp��+�y}=��~�`v.~�1~ի{M��O�.��8�9�J�3z�N�����8!�.�$�)����+=G-w&s�:d+8,�N`���	/ޑ�'��������ڥ3�2�Zm�7���t�Y���ε��6�
+L��*���낥� ���AQEͮ�ҁ�-y��|R�i���N��V������$�Ҡ�A���S�GY:��G��i��07_/�]u-�s�[�d�2��8{h���m�+!gU���՘8kYmȷ��M�t
+�W����Kg|#�ڀ�6s��j���Ў9��ٖ�l7`�FCm�(Qi��E�U�[�cy7�5�BV|�N]��\ץ#�_V�X8��d��rGJ�D�-_�� ��hv,[���{�u�|�ڥS��Ox��U�P)�h�낥� ���AQEͮ�tbR;�D���Z��Mr�4e ��1~xz��Z�[��\y���E���U�{���^[���NNR�{c�{B�(���w%
+.�K�Nrw������[���uf+���q�U3�5�(��畵����eVvp��"Gb8�کe��I���;(&���޷��"v��
+�n��~���G�:�&�[]:����9$Ǖl���55	�3j;�Nr��=�Zb�'M�gx(�s����Zee�˚���En������J�pV�/���k�=�.J��jn3�꽤������f��1�>ooH�i�#:�\�,���f��ҫ]��$�]�H��,	X���y1P�"����t����yf@��ά/���.J�B�)b���SvX:b,EQ��K���z� �:|�X��֡�>��u�r3��j��O�jե�=֓��^G���Nfb���U�Q0�ɿ�N��o.On��_v�Y�L��I��7'-"�������J���U��>qs��'�_:dQ��69{���	�&��T����9ɟ��cܹ�R�Y��CU:���=4��8���Ԩ��
���ZrH:�kN��!�f�����ؔ�	�`��˖AY��R�V�;��.��.��_q��
$"������>��X1m��Rץ#!ن4:�=�/yU��b��HF��$H��F�V+���p��|���Avb��=����e��K��з�ґ��!��)A,1���(jvե#?���� 3RU#�Zu�h�u�t����^�V�^�������A�`�(��f�������j����ޠ;�45bh�'��y9��8ا9��6ڨ���K�2�?]���ׁ�� �Q���U:��ē(��(��_.^�ҙ��4��t̵6��A�v��݋�I�:{�pO���V ��~�X:b�ґ��!��%!� //T� ����G]8O~�t����(������ f�KA�����(��],1X:b,EQ��b� ��I�Lݘu�lW���D�,��4�|�$��r3����(��],1=)�K���|v�Cv�(rݷ&�֖@�HT7���EJXӦ-�
G
+	h�3��Y���򃥃��o�	TSW�����$!D� "�*.�t���UDG�vu���A��SDT�A���QtP(U(2"YDY�"La߲Q�
+)RB�x���������~���r����� ʘΝk�n��4�Uy�����.u/�l�n��Δ_�~ٞ�A�Zz�2?л*�+��
+���a��·h:Q9�4���l�Pl���(k:!N�y�㕳0f9�[A����ҡF��d��~R�����0�Q������/�,���d�Gx�(��#���˜��D�������/���4����Z˄a<�;�LA�
+1��g�$��/��H���&h:~��@ D��t���Mfh�5��4��g)g;h]�J���i���wj��¿����I�[��t�r�|(�f�kWT��4o��uU�L�~v�x��~�|�h	�Ϸ������.:�:+-Cn�3���KBn������#�t>�|����l]�o���?�@“�5}̠'1˥)��9��\CZB��Q����v=W���A ��MFӑg�;?fe��t��D,��5�O�($�T�E��4���[o�)%���b��]"a�Ƞ�ή�*�%d�̰1�����(d�Ln*���j� �G�����Y��㱻m����ANj�����^�e��$�H��|�Q�tԦ�y��vK(XoA�66�׻��c��j���(�9ù�_L�	T�� t�~��c��~Q7���:uW���5�]�$g��e���j�=TT����9�;0��<E�8x%�3sI��S�E�)ݍ���a������В�ʥ��
+���R�xnp[5���>A �MFӱ�՞w8^h�ڞ�;��C`�HE�:�!j�z�M%�z����@���iQ����`��ҡE�c�Aj`2��ncĠ^y
+��'&5�E��V3���t?m-�e~���oNތ�i�—��".�h=�$�t>�(e:8�m���B�V��8��t�-��n�|�v&ڙ���Gk;�/�Q%6�"�~jd֒�]Г�.gag��QY!�"���t�[+C�96���jkn߬�E����V6n�>�72:�ɮ,5���G�A��-Ff$��^@���g���'��;��ރ3�@ c4DY�	qR�r�A뺵P
+�M��d�����;xN>-8�rm��ɍ�.+t
+e)5�7���צc/�k�?u!vK�h�4Vti�6���p�vKA�;�Rme��Z���t>���t�1G#�gp�i56�譯R@���f��0ƶ5}�s�9IkX���ЦN�H��"���ԩx�޷��rb;�L��B��mΫ�]�"|Q�k�w&9�%��>��G��*\��Ȼ^����\����������x�x�:Tõ�e����耸���Y�}��[��|}&/ѫ�l�s�>�/5�y���`p�uI�efV�r���r�"�sڸ��k�a�s�j ��Fu�����O}B�4VM��x��qEQ9(*b-����d#R�P�f�h�
�����v�*�\4�?��sYO��#A��M�~n=��~+4|�u��/1{9�b.r"wR�o���\�wz�;�:U�Kʸ�ܝc��D��C���CUO} ���b�	ͼyQ����=)����)S��i�]��Px���e���w9�u���s5�O����"�8����JF����9���� �<��y�/��o��g�b�8;����� ʚ�n�r�#��Ls��A*Ӻ����{�t0D�fB����C_f"@6�9�0���W�$�daב�|��Wu���C{1��G�h:CFm:jS7I���	]���+_j�g��aLGw����lJ-�/?����BZ���i�V���9�
�b�M��@��G��Nz����������i��#�1n���E*��v��9I2����Vf+.
+�s�c'О%%j:�&�<��D�{�&cJ�s� ӑb�c�L����3�wDxoVj��W�cU�K�r������aa����u:�_����Χ�%��8���ј�C&��]�v�%�FEs	���\�����mc�����6��}B��x*��m ��D}�rP3�P�����rp�������㖟��Q�����ho(�95���m$�
�9��V�r�9=4�B�rQ&�*��ۻ���������	�P������Ym�'?��]�ՠ���{��ֳ=��<x�^�awj�}-)`s�N�����/�a޷���@ c�"��͎y�(��ߛ	Mf4Q�tү
+���U�r�f�]m�ӯ+��\�aѕr��U����Z'��r��~������B��2_#.8UM��O�2ʧ�V�p��]�3���f�_���צk�.�1uGQ[�g��2���_�QM]y��I�
+!kH@D��h5VD�NK�:�v����cݎ��Z�X�G�qE(Z���
+%h�U���,
+I�	*�L����S�9�9�w��y��ֶ��y0�t�g��q��B	�\l��w���U���W�T��kP�k�L�D�R�"��0߼$͜��+�T�"�	�¶<$j'f7��x�3)k�Y���p����.2�Q�<���Nᚵ��}J�w
P�Ve��O�I
+�me�]���_̬�X���[��j$��/�l��vM�Q[��F����P�Χh�X�U���ES]꒣��
+��z�/�̌<φ3�F�_������;5�Ź�.WUޯ�Z_Hd��]gH׬`���B�}��t�H�J�֣�KNV:Y}�˰Ԯ
-�~�Q��=�F�cŲ0X:�s�.bR޵(����uQ��#����D��~�7�W(��R:���T�3�����gq�u�V�[Z&{�'u�Um�$�'TcQw�w0X[�������I/�5y�/M�7�wJ32Z:��^�*����#�D���?�\ʳ7�[֤�Y<�Q(�7�_�tH�����G����O�we^��ۊ%��\_�X̉�ʮJ���%5u��7rFe�8*���y�4ӵ���G���א���2�����L�*NJ_����<s6����1s�V�Q��Y���}�-�^VS𿮋o��mE?/����F�kH_�x?/'�V>>@�N�5]ΑԨ�fLv4�
^����1!�:K��Z���@UW���\� ���[L�q�W��7rzeg������zΐ�<�Ƚs-�mr}�U�����[gܔ�Y.~:�E���BY�ֻ6��^���jG_�(:�	BV�i͍HS�굕2�_�m���mI�t#��y6iRX�L���5o3�Tf�B�N;/��OU��o����w{��}_I7ߑ�(���(����PJ��L.��O����Njl��XH�oZ�:O�R��wy7z���r\ɴr��k��g�Ȭ����|�ӋW�XNq�2����#���>����N��ɫ��D���8Vݳ.u��"�ɲ�lv������7���+s�B�W�jʷ�u0���������}'}�*��1N���jA���0�v-�Yv�G>?����Y1��a55�g�=uY{.���hz���)'M��v
+�,����uR�;�+:_�� F��-n�'�Ev�Y����������~�*e-3	=4�t�U�Qf{����'����������� �2�Jg�@��� ����`է�����t���t��0&���,&�Kނ��lV(j�=Y"6EL�(��uxK����:���k�]��H�\� �/yY:��I�Z�ۑCG����٣�ħ�"+&xD8�u�i�%r�
+�s�M�
+�SWd��EN".��L׃-�"e�$��?ڒLݖX�{}���+�����������
�t0�}*�#[�N��=;y3��r]�/�|c�3V:�z�p0�=w�+�拮�C��������~R:���D�';�:�?�`߸����6U�����}#�&A�=�+�=	Rh��t�`�@���aL.��+⻁Ϧ�.����gH���ha�g�	1�ع�inքF���@�����K1������
+���\��~vuL�-�$�l���|;��"�kϬ����5&�i	ro+鶷����n@)���K�I�J��e�-}��XӪr�j�go�V���p�v��I�T5=AjE��E�Ҿ��ИrH�q��)ℶ�Y������������{�����rrm�������Ѹ�"�BR�^��R��,%M�$��g�Vd���##��+=gإ��^�3n�D��,?ݢ~��Ŋ;[�����U�ҷdL)c��)�^LMMلRg��5&,(l.�y����mW����i�7�\j��_Ѯ�G��ɺ�|��
L� ����t�
+�P��J����fH�����*yI¿�9*�Mޞ��ޯݴ���[�P���1�aG���YAu��=;\��^�����>۸V���eV]�{E�#f,CT���u�ǝ����4�Z�i�Ͳ��5B�O}�RB�3�˸
+R����U�Q�����0�9��g�r�`k;����>��?�m��{"�C����G�b'�;��݋����(��VM߳���?���} b�p��7h�I�^О3^���9������h�����o�ұ��;�N�{��B���D�^/A,���:D��2X:�����']�$���#F�7���e'��E�E��#e#��xߔ,K)����	��-{��m�3�N(��t��0C.A4���!N�+�o�*�a�U(�0(�0�� 8��+3�
�‰-����P:�`P:�`(Ap��W:Q�kԉ��+�YP:�`P:�`(Ap�Օ�f(�������JAv�t�`����@� ��.�����2�j�J���BB��$lI� ��Q�jG-ʦ��J�Tũkeƥ�vt�:"₀�jaj��"h�@��(.DHH	�iXR)�D	�`�s������������h:�b��������=�t 5�MQ4�����@ �����@Ӂ@��4D1�t`````�h:�P�tf�뙙j����Bh���{~�V��5@۟]΀Aiz���+�����Pz�3����@Ӂ@Ԁ*�s?F0.�Wu�A���pq�A�������s���GZ�A{�1F�v���֎�{6is�������oz�5Q����K"�_�ͅ�"�?�v_��W�"@�bW}�1Z�'D]cl$�`�	\���V��i�&>C��|M��鼏�>t�����`��<0f�gE���c�n��Ww��c�P!���g�{cƮI�|�ް1i����W��鼇�9AӁ@Ԁ*����.���VaT��ŀ[$kKc!k�.6^��6'k�Јc�
+Z����<���xo���.��o��]��O�ܘ��`:�A%��w�g<WR	YXKPl8�"�Rw������3���e��3,����,�`���1�\]jM>2���o�<əe*��L5��@qpR>~�&JG۲�k�]����-�I�mC�uP��n��G?��5iW�
����-���VC�6.��9����g�wN�3�t 5���,�g�V�vd�#<Kr�͠���K���(Dē>��z���Q�c�
+����~kls,:�Z�uxcC��7��h:��Ž�L9nmn�����/��$@��~�(�����芧����@a��K�r=/3��琾C9�Sy?fk1����MF6��v�6�ܝ՗�`����&��@��.�]Ss�bNF�X]$�e2>Ii�w�t����l}�t�v��C���yb^�6ˋ���JB��|�� �@ӁvAO�K��56mLӚ���wf9?N����+��蝣
[*T��2�lBH~@\���x���Vu�$�i��ĥ�~��{8�M�O?�wسᴏ�MQ����t�lG�tP@�ң���ͷEzvq�E:�k����i�R?/�5:�D�m��b��yٯW��j��L��6��x�$�,�s�+N��
�mk��̑�����$�����es�w��6�?�z���b�����(�:(�o�>k�c��� P%g�>jB�3�
+LD`���<Y�F?;��}�1#$��9�\�&o:�z��34�a@�b�ܺ�8�]݂Q��4Gׁ��7i�IFj���XZ�7o*�4�5���az���Ay~�+g_9�{5���4��\t�� ���K\t�q����^)ES�
+�t�N�Y�ս+<<�*�t��TJB���Şט��W��S-o�Y[0BV�����%��YP�f���̾�m��J���vr�-E�3-(�?y�	6�\*+�4'�:��p{�pe=<Z�~)z�wu1�V�7!d��,ݎ��YÎ����o_�{�1cפ{>So��n�f���
+j�|�'�ȓB�Q"�U�j����=mEl�ǥeo��<7�[;���}��hk��
+M;[�™眶��WR-V��@k�p�� R����|���w��Zަ�V5�M1�9q7��3A����Msz��/�i���$Q�=w����������Uj:}D1���o�54D��0��>���4Bh�ڹM,~�d��|P�Bb��g��DqM~��[6�d����ӥ����n��<@ڑsB�O�V֚�04i�� ۮ��>�lM��E&Y���y������V�l��tJ[��6��1vI���^��u򝢁ٺs�
+���(�tù�3�t·����s���pk1ۼ�|�?���#f�$��/5l�!o:�zzǣ�K�MfXK�O�%�y>4���:(��9Qq�
+�49�e�v-I	~�;�i�Ѽ�:��֎�a�Zdžb��̸�r�M�\ۭ�_?*����<�k�����g��_��:�b��	�'w��c�P!BŲ}m�Sƈ);n�ٹ�=IY���բ�7{K��X�1wޕnd����Y��s)��{�L�q�E�c0q����ZQ�espP�0���{A]]񘃦�'F
+A�k�XE���/r��.���_�q�:gk�K����?�sx�7na��U�N=4$�ʶ0��<�nZu߶{��Ndޭ�5�q��8�]�3�K	cɪsQ��ܪ6%�IT�
[�Y�>�7P4W���$VRs+U���מ�>���$J�g��������߅�����0��z��h�U؆zf��j�Y�E��4�4	�ȝ~�2'"��Yw�!I����h��`"0��:�]�9�%����1��;˩=L7�J�Ԛ#7����v�:��Z�.��nY�ۘ��9����&�ݯ�:=��Lf�
*��/D�����1i%ϳ���gRL��4�O��B�m���&]͘)�~�2���5j�l�3��c�ț���p|<�t`�U����+���/���,�/d��G�����R)�q�ZQ�#�[�a�Qj���j��Pk��QQ��E\ڊ�Z�E@6�$ �� �E@�3I
+�K��9μ�9���}�����rr:'����ƹ���h0���SgCR"��Y�Mx��}�l2���j��vW�d���K5f��;k�(�/A�9YH�#�C��=)��ٍD�HC�I�(�l�#�!͏������8�X���3F���2�?���CV����`���&�S�vi����N��͎aVb�ۆ��/�	B��k%4¬X'��u�5�#�y��VOd�ԊnF���ggC/�����D'�}���0^.ejB{�L�/UHg��LA9�t9��d`��	�[����@5ʑh�t�Ǵ=��K���{%%<��߰���{$�C���}!L�(��$�=<@z��[����}�5��샛/�t�|�B���Z��?��֟O�I:j�ps̏Q1�H���[�z��{�Ig�(���ɯ<�~/؏f<*[��ΛF:X�S�鐽ᤌ:5� �_�ݲk����ߑs�yE��!��E��S�ӣ�����(��+��*��L�Tq��Z"w%���V��!G)H:��ӗ�^��M�$/89[Hfu���ڑ��K�$ݾ�Q�#ɱ����5|�Kd���ߌ�N�hF��.e�MD��0G3�8�W�W;��@�&ꕛ�{5��^�պ0�=q�:����Ճ��1aoʑU܇�qr)S�;�'�m�(��9�0�y���MF:�0��J:�7U���#�wr\S#�wX4�t��l_�(ˌ:C��R/�A:x�MMZ��
k���!N:�H�����kWӧ)�s����}�u$��p���p�yu�_�A�4M�FOd#2$l���Ѡ����\ j�0�����Ѡ���vQh�PN��	�Zf�z�Ѥ�V��o�_�`�Nd��Ky���8�7[�
�ǚ�%�d�9qF���������f���#I�.�Rg�?�t��O�M��걨Ӵ4�,�M��N[�I�_z_7=��_�0�����CF�D�C�����}�Z��*�}�s��J��0���ҏR�t1�N���#y5Q�96�(N:�gm����
�v��Cwݖ��qI��|��dF:�0M@��NjL���e�Q�DC�j���
+$cQk�SZKaT"X��{k�C�>�tD@
�j��ꐎ�x�@�	&%���b��z7�,װw*�}�<��¤��/�GV9y��mSsT�Q�_@����J�^/P����o3��	��t[F1kw�/����u�2��
X"<���](\�L����~|�޻{�Z=�� ����� �Ć�W������m��;<F�z_0!���T�.�vE|��⛌�5K�z��s�|M[A1́Yx�YC�W��Rِ����pVf#�u\w�2��A�9YH�#�C��)��ٍD�HC1���|]�O�ks�]7��'��9YB<<����D�|��7C_vMn$9���(������ʮ�(��!�K��V"rG� E^_4��I�9�f�:��e �S2�����r�S�_&�I�I��ἴ*3�xk	�>;zI�
+ޔ!59������ϱz6�5eHG���x&����H��]{�Jb��e~�H�8��H�	Hҙ�:�H4D:�{�\�sì ��ۺ*@��j��{^��H!IG�qr���2��ir`߶EK@sΫgI6_�4go㕳�\}5��i�aT��R�t �c�y��ϼ#s�g}�S�E���t��͂�%ڥ9��Zc
+����猸������ǚ�ݻI��w�  �M�Gq{�s�ؑ�--ƞ�nOJ�L�����&E��i�0����+#'^��kϢ����!~����پ�1a�,M�gl�;�0�l�*^!�a��ɻ6�Y�2�z�%�x{����*��%�.�raqi��K��K,>��<���Ag=����j�����)�9��[�,(�k.^YUG��M:@�P7%���WD}��lWʳ�Y��a���g�!D�H��)��ڲ��βyR����]ŵw�fT��X{��g��� 'h4O��H�g�
+�,�s�
{�
+��σ���aY:zx��+���Ko�ߌ��&͕j��<���!���)��
m������=>��S+�Y�V�*��Iu�  ��~�kB����3��>rH|eH��r^5�x���6�d��Ó7��|�փ�}���H�y-�s�6��c��	��
+�`��� �t�x'gO-��c�Ӈֽ�nk1d���-t1�N�d�R�,=|bSm-����l�;i����د/�H��C����s��=P��\��)σ7��u��z�u��zi��/|��dNsm�Y�=Iu�3c��Գx"}?�֏y<����r�i���V������?TCƊ9E�56P�m��ǧ��g�3���A:
+xF�j����������}�˖\m�$Zƹ;G������]�j �i�:����YO�t�5���䩧<�����k@�O%oR@%�:��_��1z!�-�(}��PQ�+I�g|���/���3�����K� &P�**������6�j�n�2u��ڱ:u��xmQA���U���-(;�\p*! ��5a	&� P�����>J����yϦ-��㩳��[����שׁt�I"i�����(��JA�L���B=��A|c���Z�6��]��$y��y��ԥ�_9ԟW����O=�q�������@��%"�O+A�E��wU��<o[}כ���(��J�B#oRlb��UQ^�$��P�
�Yْ�!:>I+ߞ��s҂�	#-db����_`�p��h����4��n��c���}w�?�
+U��x(�
+���(��JAԺP:���t��(AP�J���<$�� <��l�k+2[�?�|�F=���P:��
�� �uU��/U�d�mz�6���"O��J��A���[����@� �ZWU:���������J����A�.��h(��JAԺ�t��(��c�G��WE[�>>Ϟ�u��p1�5��*�}�4���*�ܷ��H�ݿ��V���d�D��y�E���ܿ>IF
���������i�o�4���e��Hx���@�cVkc�%��3L<k���	[cH�cu�k�W��]���lq�tsE$k��-��f-_V`���l�t@A����rI��J���r��NI2�\cxk\U���U��p���I'�؈[���粒F�T�E�"��	+����5>�V�&�!c��0Ջ���MA�yݴ-�:������H�WH���Ώ���l��Q�
�}����3�y}-8�Pηb2�Z��p�~�w��](`ȁ��l�t@A��3���՟�EU:�Nӧ��j��\���Ƥ�-�:wՃ�P�E�kR����nS1����8���ʝԥc43�N�U���)"$��˃f�)���{@/�y��
�l��O5�J�ې��.]JLJh;��I����f�5K{�܄R���C�K"�9�
F�J-�'Ƒ��.�?���P:��
��0K��OD][�8~���ì�qŌ�q��2��� 8�T�t�{_�K�dzo~*@Ry�����^�F�0��ԥS�}���po;�K��s����ߌ�y�ҨU;�4vQV
/��3��E5C�3N�i��<M6ԚdMh��8�J�$���+p�]��J���J�?t�ß^��́�.���>�m�#ܱ���*��n���	��8�{,�=�R�l���س?"I���� �����f�l�D�B�h����$�p?�� �:W:=�����;�^Q��lb�#?k�ɔy�>a�9�*����\bOF�ͭ�6���f/)>��pR��I]:�+X��.��X�Yz?�Ar�Q�}�ΘD�]����,Ҥ��W�`�Ln��P�t���M���Y}�d��\�K��`;�X����,P:��͠�e��TQ�W�����.��s�)�ɌU6���d��S�M[jR;�J�(*�ú�1�6]Č�oF�Z�bџ?iӁ�Am�����k�Q�U,qc��ԇ�y�١�B�	(˂��j�J�r�d�N���F���mͣ�]:�tަ�{������Έ]0K4�T�t��Q�G��gL�ʔ����X1/��y�t���Ã.�#���^���?k�;���T���#{d#L\y�5�ֱz�ӹ����?�µ �V���A-��������~X�K�*�xrG��ʄ��8�g�\B9y�v�Y�ƕ�(u�����[9W����=�n9fxtg|�7���?��5�bfXM/H^��[�����ʩ;��V�F!�GҾ���XUⴴ}�^�S��l$�L^�Y���S���M�%���1�+���ݒ��gk��Us=�튤�3̀�J��x��8'��;N|�=1s��9��K[h��\D31�$i-�/����\��ڲ<���1�qDRU��c�w�&2�j�wY1�I��$n69w�}�|��u�:������Ζ��*T���4s����$0<"��3/1u�	��|BR�N�kR����nS1U!����XҮ�I]:vA3����k���nZ}��S��
+&g�����B��L�a٪�Qv���=O���y����)���r/șa �g��d��~^Z`�Х�A���m�$�z��ZC�{آ��i�x��(�Z��(b���~�,�5ح�����cPK�<�O���[G<ϙʟ�e=����D���-��c�/'�<?�E�~<��f����LQ���}�&4�2|�U�$4���v��@���k;,y� ���u����_q�f��Q)_���Fצ$�~c��9r�8�S����b��~cP�����?VR�l��$̀h�{e<CQ)=��}n�r�����������xSh8�ޙ;�M'+��/���<�;ǖ������2z��M1/�7�3�ыZE}P\���ʯ7�+��1wG�M���vk�Y���4��<�l�5Ζ�!a�T�|@|��u�ę���$�@�!ܒUQjE�V�z jխ�G�zQQ�u��]+�����"h)��"P-"�}�����I@	�c31X������}��?��w��g �����i+j��)4QJ�K�q/(C����H��JY4FD7r�l��A-[����f�8��-���E����>	��(gX�*�}T��ѕ�GI�c�jh��ݟT�%H�R�*�I����e|j����;�\�QX�e�>ANPg�������������v����B��]$n���C�U�5 �tL�?��ĸJ�0?��l���??6Aj�K	,��������Ϳ��CN6>\���Y��0����|�ӞP
+z��I����>����q���7*�����n6�>�+0���c�K�����3ti(���C�$��ﻧ�C��6T���m��j=J[B�,!�P	n��r�
+J�h�jHy����g=�D��Э9����6�#��ʲ�fBnW��t���xc�S�u(�
˾�U�|Ƨv4&���R'2;�5�2�驕Jq��{kZ���@��är���&��t�A���yg��I9p�K�
Q�]�o���8���Mth)�7+�.x��������	HV�Q:g����a=�Z���_�ēK�9��ox�td�"y��t����>^`���W53�皢^:�`��4X�y�y����Ӓ��m|v<[�"��,��ދ)�R�qt2�xoĉ�l��]Q@�\:_�nO��[�`���1;��
�����X6��fR�Ϣ�Xe`O���$����d��Ȼ�~�.�E�ItvT�(ಠW���u=����)^�Ff�M'�`�9t��T���u=���rWg�U�D��#)��xK�*�5��aŌ�aa"n���O�-h/�h��쵛r��V���ZKGޫ��a��r=@#q)�Y�@�����/�����ֶ��1���A:25�5�omn� +���d�m򬚟�m)	��ƜfUχ2� �g�F��+��c�gHG��Q%�Sd�;uNg�����<�E�v��Ӎ$���He<�q3����;+m�C��'����ic)�Z�������vqg:O�*�(�3[�ĂUQ��zw��uu�]<Z_���>�@�e�&�u�ψe�3�%���9]4a<'����f-�Z$o)Ñ����r��	"��W7"�e%f	!X"�i~en;u��C`w+wE�Y�,�ٷݴ��W�2�P(�YKrPl���^K�a��
+�\#���%�T����M��BC�N��K�&;�W���H���	>k��Bz��C
+���
pU����Ns�J���4�t ��u��_s/��4P��Ǯ��+��o��L�	��I�ظcŠ�ۢ���
E:�V��	���s)ٙ@�R:�zk�K�P�t��s�q��)q��\�t�we.
�f�?��"$H�h
+���G�t�UU���#+?ώ�X��F[�,^�E)vR�<�_�Y:���,+�L�>~�裔�#��>萫�0~_��Z:���w��e�|NV��R�6�tdT޷[%	:J/�:GG���i��"y;�t����~����)N�;R��~ή���au��π�=�b�������j �]�Ij�Y��
��8�Ȣ�t2�zo�J?�z�:/%0�)�#�'f��"�?�S�[�t���Zw�m�<��T���GsI_�L��Z�x8K��}�uai��N5�3
+��#y��Z�pݒC(��D{zcJ��/���!8�aו�����,"
��avH����ֆTaaQ���>݆�kH���q�6s�8��8��J��g�����5��b�yV����u-�F�z�0�p�	�mbE�k��NSb��0���+T1&6B�	GZ'����1��_oM�������<�˃w��&ܦ-w�Ed��v`t|7��3� A�.�u��O;�U�>ANPg�H�th;��Rik���z
�3Ş�:�r.�O�.���hJ˚8�S��M��ɥ�.���t��F���ӱ��TI,z����9�A����QZ:�����������y�ҁ�0c��B�'���������gve�Z�q�Bs�Ŕ�vT}����`��:�>?����֜s*��6
�7=�j��)�gP���g�Pp
����D�����`~����?��9v�/`\�9f�m�����rHi��@�|O����a��l�7�ƽ�2k���C�t*<n��.m;D�Gb�FD������&��ހF��� ���R
�xnM��>�0il�
4_L�{�p3��)�	��#d�A���%j.�$�O^W:p�:����蠍t `�k3��.�	r�����y�.ŹC�6r�&���7P@6p}�ґ�ݐ�s����!�$�MO3�Lh������#�y�ҁ˚U,��\�bC�L�R{�s.o�,��-���'���Efo1��4Зw����2j�������CB  ����M�^[]oqvgW����Zю�.U)�W������^�(FA@IX�����T�@6h��1�~?3�?x��<?^&���*潬�VJ�D���KY7g�0�_�q��Tʺ��u^�4��N/��ni�f������y��{���f�-�����2
+8s��ag�`,Ϣ��f]��I9���$���d�DZ��dk�]ά��n�PHS1����\7���	������72�zN̿���i�8����l�����cZˊ��t!�~4�@G�=J��(���w��K�Y��b�K�:�*_�El������2gF!�f�Bɛ�����o�E��.Ƿ]bZU�Xx8����-L\�����Q�
+qO�;���������*z���1��ݬKY����W��F\ �^��N+Z)������LB��t���T:q��˄����4͐�����܅Ŧ��}������$R�|
���t����a�U��>_�FK�̯�\WDRk�C�ǒ�����,+����ǯ<*���[��)�Ϸ|�L�ܘ������(!T-J����>���P������@������6��@G�t�PJBa�D���#P:���!��M�t��(�ԃҁB�&Q:�����A�@!l�(�tJ���t ��I��:��zP:P+6B� ��������@�t�PJjE���2B�Q�l��s���@����ԊʓO�������y���>J���@=(�Q:�t,P:��!(�ԃҁZ�@�����@=(�Q:�t,P:��!(�ԃ��civ.���3�"g� ;���F=�ISQ:�t,P:��!�,���UI�p?��Z)�Zb�$vN�l��2�m{������s˧�G�[z�W���9]��<:�z]za��=�}>�"f�J��n++�zy=>]�S�2�AK�Vw����M�U����W�c�4��3cy�$�[z^8���Δ
+��.�1/W�P���>��,�8ǂ�3�Zz6 
m_��ޠt��CtY:W������=k�"�9�p��g^]w��@W|���mm�WE��C���\���j��\g�y�VO��tȾ�<��˅����3�E�b��{�Zx;[Ֆ���As�%��J���7yT�5Ts��Lǟ"��1���}-Ilr��֮���֠���R���d��{���0Q7L�:F��*�ߙ\���������ҹvB*0�U�ۿ}j�"�?;v�}o���{�geED��j�P2�H>�[:�ͻ;XT���:}�
+,��
+&OG�RBqy��n�D�O��H�L=o�(!b�k�%(���\zѓ���-�`�v�.�#�}�\����,���f���$�7vB۔�z*�!׬�4��b��2ᕾ��L���`N��$���:�\�נ���|��s�g'�D����HL+k�:�3�7�,O�ٰ;�oFc?�z֯��{d���a1��e/kC9��}&a�/
+�b�}z��{����,���Ɂ<���"� eU�4z.o��}��"kY��H=�'�ns�F���[����ݚS���>�Ҥt���_Hģ+��e�R�K���~#��ܗ�B�x�.�!��pʳܦ��汒�IiĔ����mi����_yT*������(��]�ή1UIki��a��>�/9w�ѿ���ۗ7S�}W�|�F�n�Rxv���}��+"�n��c�h����Gil��Wk�>h�ځI��7lN9=A&!�}���Ȇ��
�7f��[�~�i��.ǃ�
+���y{���Y�=���{R�g�Y���\��p�eg�����73oI:���eR����-Nz�7��h�/�&��ޢ߯���ڐI5]�H��9Эz�Z֖�2Emp"�-%�i.��b��P[B[��W���+%��D�wbs٬�~�x���Q`|l+�x�j�]WK�vn����tK���B�d��:ƃF�K�?^'ּ�|�ڒ�w�a��:��ާu�BG�Rԅ��	�Tb�qDH���hʣ*�|�����DY�۬�ܺb��O�Fۅ�D�x������Fm}:��5�+O�̍�N���t�>���Ҝ�E9*礻O̔g���P<p��Eiɻ�����پ[:t�o��SJ�Ι�UT���f�g4�c%���q>�:��LoQrA̲3���j�3����e"'�ı�⌫�އ���J�=Dץ��%?Գ=j�Aw��l#{3y=q�,��f?���4��EE+w�
.�6 tb;e�7��3���:i��@��-��u���閕R+�Єg�.d��]�$����~IPh����4���A�w��=�MK�vZ��I�L]N�p���Wִ�q=�<�<���5�x��h�E�˔��t�"Nj����҉�-X&��Kr:�t��{FM����a����b9�+1�@�q{�q��~�G5u�q�f!!A!��l
+�Ҋ��k�QQAgpƎ���ւ��
+�"Z�V��,�,"6eP@ AaOd�Z
+!����9�>��?x��{����t�"g��A�P�����K���Y�v���Uki�7�=o�Ɉ��"6)c�;a���S��p��錮sC����f�����_.�֗Q��y�(A*���A�N��qW,����J��Z艞W y���`tc�>޷�1d:h%�2r�1Fò��Cs�M�i(�;��za��j֊�1�Π�`�b:�k�m[n$�y\�O�$y�k��s�7���`�Bݦ��)�R�LbLb2LG�1/N����F����dC�����.�%܂�.�՞]7^H~��M��oN�Kb?p0
֤l�������y��{�9ACVMk3���X��zR�	�[���k�VOsS���0�xT���\���H�W�lQ=���ף�Q�Th��-_�t@�"{}7
�����n*O�� ��ؔ�l?��e#<��fn(�W�Tq=�t`�8��D�o��S��l �amvȐfʆ��Η`�hڃ���0XX�o���F�a:���\)x�f����0�>�/��F�y��Fװ=��6��V�:��ekbOƷ���L�&����2a��R�>Kj�ԠH��q�y�b��_I�>>\\ƵѦ�l_F�1��0�WS����`����+€�S�tx%^��F*�@�h��S���+.��5o&����&��;�D��{&��c�i��@@L(��@@LB&��,�ӕ��jtuWW>SŽpN�3]�kvtFJ�Fl>�8��/��祦�ϗ����`8����m��R3'���&g^�4�-WN�@�<D�aO67�77ߊoA-�7�
+��&H��$.��G��k�!�DånC~%�|�	
+��]���*��v.��+fL�Q��xFE|YӹD��O�c⁵�>��^~eZ{]��}���i@4�w
I�y����,k��
+�q����:RӁ,�4]~����Q�� ��N��h'~&j~{��>n����ob���7Y`��h�m%�y�|�e��5u@����2uy˫ޓG�~�_�^S)����1wL��~D�����e\m:�*�E�g��:Q���w�e��+�>�*��U�t��B��yi�S_?,?�ik�|egN@ύb�q���ݗ�1p���!Ӂ��P Ӂ���L�鄺~���@�&Iy[��Ʀ�
}C"h�!k؟7�.�)
+B�:�h]�/k&5�q��g�Y�jk{q��X6g�	M컾A�ԗ&%;
+]�r�r~�����1�֢�r�@�SL��;;k�VA0�P�	3݈��I�m[c��$;� XRz$�b,�2�{k�(2�"��퍩����2;�?U�4^�N
�����=Bkac��R+H8	��Y�,*�4����R�i/Pw�K1n�|����/�Nð�!/O���B1���Z��(c:�g�~H<�i�i�k+��S��2MgH�6�I�i^{�I��F*�����t���4��fX�����!	_�!�t  &!m:Ĭϵ�꛺��;��Gz?�2��Iu��d�:�F������hId>bo��,�tv�7V��������]D9A3+�̹�L��4f ��_�qd�7�:.ɶU֌4$٫�X���������(
+F��eM'r��>���Z�K�HFo*�]��F!
�&��y��I�P�׬M�������x����'�ef��1V�L
W�TȌ;�m�oQ�LG���L��_9P0u����_Vj�󺣍�a{j!H'l�W��t��UEd��ɲ45�}�����]~ּ����)D���od��P���X�[<��p�+3��I}������f��.�Ϩn:B�2�v���<���ؙ���;~x�[FJ�O�R~�����Q���&yg e��W	��X+�9q�WZ��D�ҽ/D�ןKl�~]4��n��V�&������Pl�t��U�o�� ����� ǐA����p�=�җ���t  &!i:��-�an�g9⯾���׽]�2����ݠ6�����7P`��d*��F;oQ���3�/	_]��]�;dB��+
+H��6��ee��n�j����+�,�G	c��An�lkQe�H��d]���b�8�%R�ϙ�l�����X`(7A(�5�4�j����2����3 �;׋���R��r�/>2��?r]Z����+���H}��y&%�D��S���YV0�t��K�&Wex5��-H��`ou�szA���N�����
+�k�e⁶^T8��k���� �u�m�/��?=����Ұl��O�1��5Zr�7b��n|9�æ�`�MgP����nd����^��E�\�
���̕�=��ǐA*�Y�B�}��tЌ��z�a�ڠ�H��a�L���0|_�m�%,aW1�S�A�F���:�zD+�c]뮈Z�UgG�][�n008�:��ADEVE7�- "[��&����@����H�M�}9�q��!n�>׽���ۚ��nh&5��m�4J�����R/�&
+-�̾�v����A�
�K��6֣($�T�����J�H{���A���ߒإ�y�٧'�#%�=@�A�������Wdr���b5����s$b)�*�(hc��� Q[:M��]K�A�M,<v���I���uf�-Xd�3;jp�EE��҂��/�c5s1��]w�
E�B���/�����o�`���ҁ�a���:7(�: �Y:����`>�.(�Q:��(�: (f��ҁJ��j�����a6�.(�Q:��()����s��Wg�rG_	i�U��!��3�hl�
6u����@u��lR�p�����UJ���ҁJ��j��s��B7�%7&1�x�\z�����{���@J�ˑ����k��^��i�ܰ��ID�Y�ϑ0X����A�@���@�P�ґݔ�L��F�
���p�M7߷��n���f.�Ok\�	I9~����po��Z�'Q�_�����TJ�Q�9����bP:P)29�@;�*S:
o�Ѳ���ʿ�ccUS�M��6.��)���c���4�>L�0Y����A�@�8����Z�L�4��)(�qUy'|b���9�ް]�w-ULJ\��b������OP����n��<�T��7>B�s��
J�Št ���N[:M=�!,b<q���[#�59B7Z(p.<�j4+PSZ!�b½��uU���*a8��Z�Рt�PJBa��ԥ���6�aZi��/�kn�������$��f�M�_��b�
S��$���S�d�?���U3��d-�hP:�(�!��Uv�ҩ�g��]�?S�g��-""�ڊ�<柙=�@����a�V��m�0(��ҁB�*;u�0��S���WwW���ʠ����S9��p��c���>H[���$��>(��ҁB�*;m�0�),���4m^l�v���y��;��XT��<+�S<e�K��+&�K(p�8�e�/��Z���m�*]R&-���k@��@1(�e��+�Pլu�t�V���Q撾����u+h���?S����?�ԉHZ0�K�]�ib�ʀ�&s��
J�Št�R�O>
��C;��0h���J�c*��J�,�)�&/f��Z�Y��\�V����Ȟ#��q��A���"}��a��@v�o�ߩJ�N6�TU(���OnL�N(0��|�n=�����d{_ȱ���뼹��k�e�PĈ����M�m�<����[jJM 6��mk���7[��Ex����{�7����H���s+8�u�&���w��t�RD���Z�D���j�R��ސ>p��ྯ��Hu혡[X������nq�:H�(�NۂҁJ��j����Kg䠒�C�L��nt��84�$�.���K�j���}.~~+�c[��yS�O�>���_��|�Jsǿ/J�����#v�Y�EL}��F��~W,M�
+����#�P�S$k�[��K�Is���X^:�W����w��E���"�X‰?.|��fJ��c�կ�2�����?����ؤ�h��gM����e��Vf��+(����GlC�t������iSP:P)�t�P-P:�t@>u�Ȑ���=ϯ_3M=�t��}g�:�L�Ҕu}�pH%a/�w*�
�6��đ��	�ҡ���/z.I���"�d�~��I�w~9A��*��'~#��� �s.��[s�b�c�y���,���o�R���b�1�c��e���A�)��
+%���Ϊ�^����>S#lb��Կ��.K*�J��%���sH������L��Ī(��qc��4�<P:m
+J*E���J�H{����U��ʑA�N�&�����N�Lr΋�G�^�;
2�,-��.��)6w��0��U޼%O�����H5����\�n�"�(��U��������0��L�ґ��l��Ef���{W��5@b�{��D��x�%-)���63d"+g����z�βoްMV�&	s����j�'�%��JG�t��RJ��f�>��(|�P���o���,��95J<e�,��Y�7%s����>�I7�&f-\ήL�+XC���$�߂��{�W�����r�����^�����߳�J�E���Ksøc~��P���J�H{���n��G��ײʑA�N�&��:ā��o
+ޕe�qaY`�{4�tm�e����s����~�]�ۻc��U����� �-����5W�{7����7�{��I��g!��7�����ᇇT��C�j+���Kge{L���7(��j���G��i	�/�ێWk/:�X:sJ�8d<���Q6J-���dm�:\}��*G�e��^OKxTvG*r|��e����#�#t�Nytٹj��p���(��j���Fv�����w:���^qUo�m�K?�[j�
�7�:��ǃ��g�̃���8�:7��H 	D��((:�x!�8b������:�xΪ�+�z���' �%�x0\"n��(`I�$�B�MD�����n���^��o������`Ӂ��|N����v�[�����t��Õk�7�UlY���p��6���t|�Kv�l��ZG�_�x�x�A�%����mڟѰ�����}fӛ�d��Mzm:SU撤��Kj�m:�-��Zϛ��M�e�][�hڰ�������>�� 
c��Ī7��+$�	���Gpx-��y4˯R^X&:x��3!`ì%�D�w�WTTC��E��ݖ�	w4Pٸ�"�)Q��6'��
+{��POho�sjx*�Jl$�g/�� �`�1�I~�p	e�}�	h�u伜���į�-�]���0lF������tq���u��pcZJ +M=d�R�;����5���bz�,d����[���:��Ҍ���o9Z�:��Y�a[�e����۞�x6||���=r/紗Q���ݥ2�ȧv�
+,��Q����V�{�o:��q���)97��B"�-��5�3J����O?��o��EN�B�<��R-�e�9y1od#~ܒ����a``>����B>��������S~�t����*�-�$1e�	x	�Le&"��$
?�z���sϲT,k��s;���ɦ��C�j;�x92��ɋ��%(��fR�7_�cA>���h�AQ�6Zr�E�����q�
r�^x�4�H�UV�
+m�h�]6�"I�jVU�Ϲ��
���'>����č�Q�R�6t�#�~���#-M:e���ߢ�نYb�F�	Z�$��D�'"b��%�%�$6�	�;w~J�$��}Ɖ�ߑt��ya�1p�p�X�`	P���
+���:s��1�Zw��Yu�_nK�{��I�mf��rM�����y�κ�
Ѩu��76��AG�3n��^�Of�B�<�&�T��h����~n�I�����Y�McD&B10�l�F��G����]��-+&��L{č,V)X�C��Ɓ�ׇ�8���<[r��ʉ�.e�Kb��;F��&"�ل�^}Մ(���ه܍�:�>G`+��c1�,��s�������3��t7-@�
+ Y�����̀�5v��_ku;���˘�J���`����]����+� ܰ�
+���(%�f�֢�t���,��C<��m��N����<o"�f�����	��m:���[���~ߙVe��)o'\.�QFo��Al�&&�Oߒe��Ʀ��rHuy�]!�q���
S��t�C���j:y�D����n�=!hM^�Y?M�l�b�S��Z��2W�8�p��L�r	��.'������g"lF�arL��y�R�G����|��$�v�ޤ��s�h�gr"7���i:�s�+g����{�~���j��Z<>xk9��s�n�w���x��,c�aCF^���B1��DT`;ͣ��3��[U]��]u�����㳑���ҥ3�A����C��!��2[�L|�Y+��{�_B��{�����/(6�Al:00��/�tަ��t���*�ǣ���bQ�6����	�k/�hB��E�m�d����,�J�2n��tt�T��ƭ�&z�d���G�#|E�W)�nh�M�#~�K�壇� ��A�b�rx��O�U��
Ws®�Ӄk���]Y�-��C0ϒ�w�l:�棚8�9��(�CO�gc;�4[n-�k�h!y{��]�(���a������!9��}�e��l��6�p;7�o���BH���;n�J�љ#���(^b��t�UY�J��R8"��L�*x5�Uθ	���[8�) ���=�q��;k��������tL�]a<M�Ӿ<M��C�M�Q"oTe�K1כ�;�mG?%I���<��'9��Oɩ��W�A	����K���niQ�il��;���Z�z��g��tp�ϔ�o�JnZ���WP�U���"+~��L�<p�a�����%�t``����B����z�狽g$+4E0��5��aLr[[�ܸu�X���x@�����p���fL�U]�*�%5ڋ�w�”(.�C���v�kT
�٩�9D�;���	n���3IQ���r[No�5'!(��~R�"$A���3bq���MA8�{ќ�YA�L��Mt���\K���%����5�X��1�w���gC�}$�^QD��i-�Q�S1�����,��b�9�N?��IMGD�ҧ��#Dz�>��
���[�VG����`�6�Al:��s4il�i�s�%�E�5A�� ���糙�p`j�Û�]�b�o�n���Ŏ�j��^b�!wv��1S���g��W���i�j�s�-�ip�Y��/󨦮����@��FpkE���G�b��-#�P(¸T���U<�jG+ZQcm�."-�� �(��"	��dXDAC�3������Hx�������R�k���S��۪H���$t�+==���ڈ�z��誛̑���I�ͪ�/�S�5�6u������5����5_�€$�u6a���hHY�ƌ]�6~\����"&�b΁k�I�������N_��?�C�xU�dM,�����GI7	,�M�>}<m9�X^A���QN{�D,����(���Λ{����1s���
+��f�k�T�[�R�L$���[�|K�?y��uu<ù!��n},qȾM��@b�(�l��;72Fb��؈�헠�Y�l��O�������d��K������S�J�=Fo'w#���o>�I�U�M�겛���y?ڌW�ĘD.k-y��y׶�s�>��JJi��6a�բ����^�cTC�iՉ�1:�Vg'v%�\t'�r����Q�$����Q�j�FE'�H_9eMXX�����笎��yf�֐��*�T��w��v%�6��/�IY�a�mQ�{B���BX���3WF�e��x����c��t��Y��K�
b��)y�qx���kt��2���14�#�Z�o�=�O�<3���,7��÷x�;�jٱ��i���ɮ$�gͦ�(���-�Eqw�o)(������k��{	���ݝ�řn��P��z��{^���GHf���A��R��u3�B���'�������sUg�p�V��BZ/'w��ך3|�s�x3�N��UO�?i��<�nfX,��ۨ#��&Ɣ��:�9jrZK��oi�m�[��Ǎ���nf���L�F~��h<�<�� ~��� �G���<�YI��s�e����/�_��cN�s�J�̩�4�������f)kS�߭�^��P������d����AF��׆>\�%㟽�����u�u�N�IFŤ�v��=ɡ��
�B��՛"�C?O��}����OS3G3��q�9nzi]�4I��XC�eU\�p'W�un:3ܫ�e�&�0����t�PBP:��F.��������t�PBP:����"J��J�%��lP:P.�t�X�t�PBP:����"J��J�%��lP:P.�t�X�t�PBP:����"J��J�%��lP:P.���!|�D���d�t��
J�ſ<�a�(�����A�@!�(�J�٠t ��K��
+�^�Ɯ�hP�4�z��
+e%�F�_4�
+iV��JBa�D��� P:/��'W�9���X��
+�㄂0�s�o ՘�,���4bM���<��'_W1�eL�����΋�&t�&v�p��z�Z:�#������r{E$rY���ҁB�/Q:�(�N��E�^w�8~�7�>�w�M]����o����(�3h�*i ��E��0���l�s�ڴ��&��
R��R:�Y��T�oL&�t ��K��
+����0#6I��$n�S��L"��W&Q7�*�Z;�bo4�~��˻�-�'p>�vq�*���9���D�kx�����c`3M=0�����t�A�ғ>��'t�&v�@g�{չ"���l�joJ���*����/+혰��M�����p��
+yg��-�:ߖc���ØM���Q:�����DDZ����:Vdt6x�����|��c1�34��S}�T�(+	�0��ʠIGd��{����7�q�$M��i���VVP:P.�B$�f���z��t�P�(BTtVVdL(���-��k(�!�$z���M��ayK�|�	�}�ATDZ:N���.B{׎<B'�������Ŵ����Uq�g��dG���N����|Wݲ��)��`��`���+�OĴ^E#�>Q��?�Z��)���J2�Q��u���hR�|y޲K�"z�6>����.������OSFf:���N�^:*�3z�;��7e���46m�Com1:K��:�w�P:P.v�|�������>J���!�5�h�NR~K��=]C���U>^��������s�n
+k�fn������Y.V#
�EAc}��-r�N��X#��l�*�Ӥ�%�ĝcR��Yi��S�K�:^[H]��%�,�
+��rП�!����҉���alq+ݬvҚ
+���^�Ee�G���ќv.�9��~ݔ��N_��ܓ;]�ԽR[�J��ΓO���������鹏�@A�t�V:�cN���:S����MA1f5��!��-I�Q����|@�9���,Oѧ�u+�~�2_Z!�F�o���mʽ׽B�4�z��t�@tC�R�G������q�K�ϔ�0���l�s�ڭ�i$��u��Lm\\p��*Z+j�oۗ�/�[��uo��L���y*3((Q:�,���a��G�ےU��*~����������������s��o�:^S���H���"�mƇ9�g��
+~��e�Ա�IHBB$���Q�������R�W��-�V���\k�۫V-Z���RTPE��5�,���������! �
;Hx����}��G2s曙s��%z�C�&ʁ�{{a�)$(���`��f+2#��ـ�T傓d�"47(��c]2^Z�5�jJGu40
��w�������!�,��v�qT��9�1/"��=](g�ٗ���0bu��y�
]�:�}���LGQ�k�~��`V��;������O�.L�3��~±�q�����o�܈��T��0��w������	I����my�i8��Z����Y$_��`gz�p��"}��vM��ތ% ӁbT2����t��(����D�a���TA܄� 쓝-G���>���~��-o�L�2�ŀ���������� ưy.�9}��F&qeg��S�P�
�cQZd�8g���3S��\"��"/��K�{E˭;��, S�|�.���|�W�0@䪻��ЁcuĴL?�"�\�O:��7�SL���}�3�#s�}�7���t�P@ʿ�d�Nk~���,v���zu�>�Ć��jCuo�ݠ�A��xO+n/Sm:���&#���c����F��y���~T��(CM��fT���M�8�����6$��y�YW6�g:H�o��e��Z���=��O�*U���r�2�Q��M<�k��X2(F% Ӂ�x���MG��'y*�g��Ә���o=�|�sD&��	�!�A���KM�Mz�hP��
+�|O>�����1�E���2�q�]s�J/$eN��ԾpUEW/8�ZUjZ�Wh�S��o,&j��w��G��y���c:����q�T��w-����b�wv�Zg����M�Ix����YD�t�K:L�&���.%�'����}nq8m�������:�6���3o�^@2�.P�բ�_<�w�&�����B:��,�폈��?F�RsV�2�͆Y�+p�S�s���k��V&�
c:�hۜ�e ׊�
�j�i4��X�<�(���[�G���k�͊��-O��b�`@X'g����/Y4�#�A�޴�Y�1H�I�+S��I��H1%Y�����=�	�h��f�4K;
	
Ȑb⽔��Ê��n�MG�:��֯�7c	�t���[3��a4��ncC)[���md:�����\���W���o=b���ٗj�
+��mX�S�,]��mf���x��tg5mEz;�����3R����;�`�/�7Q�y.�=��"p`B��%�ec8n{D�g�:W��|鱩)��s�Z�r�0sv�m�Z�w�z��8���(R�!t66�LyL07��X��u�\�5od:} t���ם+��/�6̘�8���v�6 ��|a���E	��2�e��������Χ6����nZ��+����h}$H|�$p}����O_vG�fL�߆{�7�������-g�Z��w�t}�$Zs���V�,jLq�5��e�E7g`8f�D�6�ø����:�����]x&��N���<K�Tf:C��5�f,1*�#��U�S��1�ѣ_�Ím����e���Q�K�<��u<�k6!���R9��N{'�XV\��D�3	GU���c��;t�a¾[�2�t   �yƴ�ܽ2�c�*��4���������ŧ�1������T�"v�ʼn��M�Ù���L�N��t	G�.�5�����'��;e?5ӛ�(���Pm:���1��5�&5	�GL����P���-�\�7��M'�
+�k1��/�$�r������^W��������)�D��a��Ļt)sg ��t  T3��bݦ��^P����wĂ����
+9�z�L�uu4��"� �ؕ^��t7��6�|�^w({�[3�7v�O�;8��Z�7���xW2���1o:#}
��(-�>�i���B8�&��� �ե��i�[(�g��ͷ�-�R�bQ�l�U�˵�gi.ia)�3�Ϫ|Ծ��?q�NIF��3\��)4hq>"��p���>]��t(����}���y�Ys�Tֽ>7~���g�
+�+⍁LB5�k:'�'�D
�~m�H�����,����=v���U��R5&L���w��>f���TN\!�tȠ�\�X0S{��ʑ
+��(�_�$�xcm�`?��’��Z���w��l��b��ڎ>W��>�y"�E��w=�7�IM�e/�ٻ�2��cw��7�f����(Fu�a��6�
+���´�D
���}�Z���3��’��a4����[�W���{/�d<�Q`�+\�ݘ[��ֽ^z}����� ���|�Q��8v��TvrH9mb�m����-�H����k:(`��б�k�JX@�4�:Y�^����
+�:Z�C�R�W��4����X��{��l*���e&씐���_�QM]y���N6�����EA�����-Z+G��2�Vź�;ŵUA��#���]QT$*@Y��2��� JH���`ADlu�:�{��'��./����?a�7��F ���`p��6���rեui�
����� ��PE��=�o-8��N_}���ԧ��Z-����ǓD��O�@�+880��EKy��\�۫��M &����_}C��Ym��Kg��	�Ԇ�j�Ш���3�\��D��U������K��E85���8�V��w��G����#�����/���d�,,�j�Zj�7N�5���[_���b�c!��z�N{*��������G�{�H	���?��Vn��1e-�%{JP�gLt-m��V��v���J�5ڠ�M]2V|Ҕ��m��
+;|��῕����ͅ�ϖD�G�t�Š!�™
�B������!Fxek���n�$��N�f��wZm�;��9�ڤ�Q��s��K����ӧ�JF�����g����NK�z6_�G��t�z��`��[��1����u��t�Ӵ�������OH$MvSďN�,��B�5��~+f\U9��IE��"�t,���D��K����Dׄ��UD��KSeCo��s�c�8�v5�L��7�M�����ț%�Q?��RsQ@���C?�7�8����,�B�,(�|uJ'�q��Zι5qF��
+���{A\�i_�"
��ͥ�tϑ��'V>s؈�v� y���KN_�y�� `l�R��M;��]��I5��I�E]�C������f����W�4S4��*��%�F.�԰󊄵%�'�<C��g|�t�3W�t����9:[Sf@���T.ʱ����t�X�ٻH�:����)�o{�]�L�����/`N1�m=$��}�$}�J�Խ�s�)+a�T^	�������՚�>�A�
+p�t�9��	c?����Q#_�c)J7&j�C5�K-�l������}Nwl,ú@�L��'�Շ�{D|G��\��r�VT���
e�Z��9|2;�ˋ�LPK�}ޥ���=�R?�����u5Z�=amH����f4�vL��tp�KrU��*Җ��$&T���#$U���[�:�@3{s�s�$�}��;��ͳ.�5kP��"Fd�VP�ꈑ�I�oX��'��C�M�d���VZ[�q	|x[��O����C9�,�7���p�KG��1�
+Z�����)SЦ�����#���݂�P=�	)����� A���B:pz�۔�`o.ٮ��iX��g�iI�/8�A۪0��t�ƘR׀�����kK�8���~Av���t�"Ř�r����*�x}q�̛�ӟ�ԽH��Pc���:�˕tkO������Jٯ���=@�1���:�t\���	������s� A�w>�t��q.62ֳ-�m��6��F�Š��;@��lT���+V<�)���M���>�	��KӢ���c�е֬!"Hxa�c��nր�d�Vc+
g���h�H��m�g%�&�b�}u��}��r�~��\G����ر�.e������'���ԫv(_D]��l��9��թ�������%n.�['�4���]:����+c����Ҥ
+��
+aH���F��4�-&9mg��CpY���6*,��g��Zښ��g޾��A�@����/��!+�A1�8O�J���c:a8�o�!��"{�)��O��:�u�Yy�0>�3��Qd_R%N��u7`,(�e������. H� ���h�緲�r:�r�D��6—�t�CcрDW�P�����t˸}��p�
+Z��Ӥ �-Q|��"�0UnXu
+;�ۋ-A�5��α�++����F�1p�b�[�ɪ1�g~yq!J�߹T:�Y�[����h5�h����'b�m��
���)�Q1�#?�	�,�6��<�ϝ�,-���)�1w��x� ګ>����K����*�$�[�)�P���\n?T��o�]'zǟI?�H	���a�s�fg�h�U�M�V���E&�.G��fm E�=�5@�q���T�"�\CoϢ�W�D~�naL�tPVc*����_�w۰�m���2
�HúI��X�7��p6]p�Z+=�6�Qg�K�mz]a~�q+֍�����c{b��V�Vu��{��c��YfE��EQ�j�tW�0�N�C��夃2�m%6��5N�bD�;4�!ML���Y&�9S'�&���x�`9�h����?T�t�T^�P:�`��n��$���Ȯ~�����[�\$�e�t� y����\����"�cU������\j��}1���`[̛[p _?~[�M1��Q����f�5M�^��X/\�;)�ZF8��C`+H�����c����d�zY�t��1�|�4S4�Kr0�)I����_��=�t��o��}Ƹ�4v�Je����Vm��tۜM���6G����=Bm��H��t�n=��%�\R!��01ø�q��5u6�&���<�?����c��遼���F]���\��˴�t��ӆ�PQjǴDF���YW�T+�Mtr�k�\�3��K"�V0�@���ȌY�`�Ie��<x���&�ڏ����;�%Oېٞ>�Q!py�{��JGQ|orI�G��7]ua���߶NE�k�ZE7��c��!~l��Th��~��"���2s��]��;���Dю���!-aռ�)�I�q��?
+\�9���'�tH�7?����u�'���;����זR���X�a�����(�e)8�q�.<�9\��и䇺��J�`SO*�\T�另w����
���������-�t�`<���##��	���kPO\�K�T���!M�i˩��>�1"��J
��s�L��HS��t��;72�5%��%�	?]q��-�	�6/8����Ѡ�VJ�qB���i�|d��o��z���m��T��@a��ߊʠ��^�O��
�4B�������C�	������iI;��gr��ji�����܋��^�/ȭ"��ʨ.t�²>��Pk�
*���V��rG���}�MY4=�<��=�湳q����qP:�&�|�W���c)H�(�lϮg�dX���D��JT�䰇N(�̘��GmC5*��*L�w���,P:�0�@�����##�҉w�ӓ��E������S�tA�4��i�<�����1m�R���%���r�j�av��7\/<�A)�-�#/~-�pKtA�ci9�kn���]�BF]�;�S�I��]��^%vD>�����c���E�#-C
j}U�
+B�rlZ�}W�ee���~���ʮ�yXDZ���r��u�Et���?�t:ׯo\$r$8�E{�U:c���\�Z�yl���K���bn�%Rj��[���ICn}�)�S͙GH��Z��W�I��[���!��o�'W��l:)Ġt�`L���)J�FF"��CK��(��B�t�`d�t@����(��B�t�`d�t@����(��B�t�`d�t@����(��B�t�`d�t@����(��B�t�Z0�q���w۬Bq�}�q�'�/��O�4�,���
+��#ٴ����K��Z-��4P:�D������H!P:_4�Qa���\s����'x�N ������!���S���zK�`H}tt��0$z��
s���ғ��9|��/����!�W�G_pi���(�e�A��J��(���?���*-S�Zv1v�������2�1�\������+��1��� 3�)��#ra�p��/�!�F�tp�Jm&A������(��"�t���V?�mGNIɵ?"���:bf�_����8���
+���!!}���2n�٨����0�kB���v�p��x�?�����k��a����41ĥ��_}�$��x�a�	d���]t�Q
+8LO�_m�0i�َ�=e�!�xA���	[�&ϗu�=��Y^?�=�lNm�)0� ��J~�i�U����i�����j�=�s�fh#rҍy�)W�29}�ku���2�H����ӓ��SZh_s=	IS[t���=�1�U�L���]��%#꫽L�`��x]I�(��l�K@�9�A� ��%���P:}��Au�/����1�JF-����3���U�S�C}��؋{J��=���͌I'�븪�s�y��ȼӃ$�*��e3��VT��3�l"I��R��8gv&���:Jg'gW0�����:����p�e��'c�h���)<�;B��p���'���[�NLjϐE���P��r'�9��\�v8�V����1�-4t�o*� f|�=zj�5��K�s7>
+��1��j�X:�e��^y�C}����BT�r��0�o<W�j�%L��
+rgNln*C��{�8Œ��M�grS����(A����X��������}���dGı���>b��ף{`(P:}�Ɂ	�4M����ZT>x��3�R_Q����i(��(�$�0�7cְ�� Ց�IJxU�{c֐guO��ʹy����4�r��*��ӳ��[?�$z�/Y6a55w��#�h���F�9�'(;�h�0R��x{��MiW��^�Y��M{�?�5�'������0ǵ����Q���U����F~�����W����V:�v.-ÐW�i�=� 1}�k<�6p�<={�r�[* ��ڒ6�t@��Jg�	FC���7�O`y<�_��*�D����}��8F,�B��3��&�?�3�\�X?�rt��N�����*9��Z�r�Z�o�n�m竕k���?Th()��=���G�c����̮Z��.r�LG�!Of�|�s����=�k��q_��TS����܄��Q�D@g�S�"�-Q�V�[�>�u�O�|�N%	"�sU�+�j�)��0�^B $!�
��@"汲����;'7���/��MM�)�m8�x|u�����<���	T�4�e'�X]a�rO̳q�+~�\T:GNf�H���ϊR]��\D�&���.R$D�	�r��6p_�l��ű���b��J�6�d���}�=Y}���2Sf#JL�Y�K¼��3ݴ� ���|@� �z	�c �G]}�'0���j,��V���4�ce[7
++��!	�h�`��u��*i�"Y _&����?���˥C#�]cK6�_�/ܾv�ږX>����.��������j�f�J+�(����MVҿl>�3���u���\��s6*�ە�JG�z��w&�Ť>Y�݀����qv�fH�=�gT�3K��/M�y/��>os�/(Yb���}���� ��P:�U��o�Lc�3TՁ!G$�L��6
i�����J+�qXX�~�I�ȥ;O��.�+��l�{,�t������^:�2r߿�?�4{��>��!�Z阌�-�޾�h]�e$�@F.{K����l~v0)m�4Z}P)ܲ<�ϳ\:���F��i��~��!�Ϫ�t(���\
+�������g����)�O�t�Fn������E�ݟn�N4����'��V�̠z2��շ���w���^���a�' ���.������`��B@�T;��Le^�Ğ�^ѐsS>�N�f��s,�hM1_/��l��p������)[(�����;s����ct�t����(�%�a�]逫�n��Ѣ,��)fa�)jG�^����>����P�!s�q*/U-�}9񟸽�n�t/>i��49�t�����%<��1iT�guC|\�9F�8,�I��tV�����"*7�l�v)`V%�H��Q�7��k#Ƙ�K��2V�x#uGnD�S���A��ξ�	�qs���%�YKB�����p��.�Zy�W �9�-��1B*�F�7�t����e� ��s�ttD�r����֎��6��s�#��7�O�c6��岖�p�!�&mA��6V��>:��"�>/�+��l��ς�1.P:���˨���{༔u�a�tdݑa��ju���gY�ųC�T�C�$;uz~��u���!OD~��W�Ol���;.�4L�e���3��g��~#�J��B�J�7����{����\�:?f:�}���C�_5�*��h�'/�oZB������A�d̦���J�E~�g,m:����w��	v����j���k�;5dw���3
ft.A�P:ZH�p��]<�S:���:+pK:3h'o?���R&�n��n�,�h�7r�:N}7��ec���Q��t�N�J��+�*�h>��m00�t�@;P: ��х�т1K�7�Dy�jlP#Q"�D��R��B��t��e�7r�go"J)�I~���QPUI!������p�����YǍ����@� �FJG�KG�xz�ޥ��HB�tp_yW���MG��y��<z<�M)ނ�S6��p�A�e-���]��Ioa��
+�#y�Z��l�QǍ����@� �FJ��׎z�@K���,>Z���Ξ�iN䲰b�g�S8Qx�fY��zq�����sė�S�Y���ѐ�X3�y={����@���v�t@A���
+�KG����
j�}�94�$���S��QA?�a�KB��f���"
+�C�$��Q
qo+����7���hJA4�P:�U��O�d�Sk�Ĥ���ԙ�k����n����"$��}�<�˯a�ʟ���3��g�����@� �FJ�5P/}��i�ӣ��$��T�&�l����l��0�g%]a��>�.r@cb��c��4�����-��w��{F>��蠨U��٣�Rʼn(q��������`���'P\K:ç��[0dA�]�X�UA]�d�_+�A�?A]��$L?�=c[#dk*{�`ae��{�ʋƄ�����hǠ��9Z<�f��y�˩WaPF�-�����n�;����B\Ͽ��.�j��K#���I?��ȉRc�'��Y4�ON�,�£��_�~V�RΫ���� ��P:�`^�t�H�Q����I����t��U���)8+~�$S�s$m�H٥���ݵ��Jg������R�GK��Ō�P��;Kq�l�A�B������T��)��ܺ��bG?j�x���z�ɹ�����e.�q�ي�+��r4�}���s<����q�w�u�YU��L(�O�=3]\�l���s��;�"��vިϛ9�S��SL
�qN���aCG~�1�z���`��Y��=�)U��w����5�]F��[��w]����h�y�������g�D���e�䕇�|� Y ��MQ@A�"��g�v8.��Z��iG�V�Z�b�Tp�2�Y�&r@��2 ���"Y¢�B�2	�J��P+��{�����~����'?|*��`�J��;㪳Ehk�԰i�Cb�o�)�C����Ye�f`U���o��I've��m�e�}a�f��t`L��*K�]'q5,�5�Z�J�����.�;J��&�g�)�ꙕ,}1�(o/F�J���*�q��}3��y���>��K�jYRn�����k���@ ��MfM�2��#��W��;w�<&���J�j���RY�\�Y;l:d1������KE;=�S��֖��eR����M�6��o��gOˎ��:ɋ)���qǹD�!J�
o��,w�=Jsy�3qg@�����6�Q�����:����"z��ì6�P�c9rEL���'w�bg�FG?O��z)�z�\��y��	�{�^L�<E�{�	<ӂ�?��o�ߗ�b)���Z\�vp[{�B�>hWr�iɢ>�P��������}k����gN��Լ+I?4N��`gvg>	C��iEeWJg����XZ�`��>M�� �Ͼ��V!!�:4��@ �h:00ch:���q5����Gx���g
�R�V��;���|+���MG����h�#�������5�r����C�QX@��o�4�?L�ٴ�A+���Ԣ�:	z����~�t��h�Y�I���I����֐�2�i���*��o�:�/3Z�(1�woY
+����`jǤ�܏�X	qM�;Z�}hͲ��'���hO��::,�M5�1QH(��>���UH����lcj���[��4��V��W���7���MfM�2ΦCq��8
+���s��n"��a7��^��,F��t0"����u���5�s0,��H\��^a�G�{���^�4��#]�m�it
���{���Wm2jA&�i��E��'��h3��*�˷lň��q\�\���W�Kf���0�X��,�e��1ռz��vӡ5�"��Wy�5��&�j���<�|D�LBU�騻	Ο�Kݻ�\������&������(�$�P�s�:��L�$zbL?S(R�ķ�@ �?4�14��ʘ���?�z�Hәd�����Mx�d�o@y�;kS2�t���k��YL~��#Nc���'$�'\��݋/�m:"��r��2�4�Z����s(�L��YK"�Y�/�K�%�ivic�t�'�nT[��6��"���|2�LG����CmJ4���Q�D�֧a��c�K	[�6�^���3z���̸��Wmr��k��+j���̟�+q��M����Y��M��U�@�I`���N����\��.���x���\<��	�7��Ɗ�b:���ӱ2�o'�	���3e,Cѧ�3z%��C\�m�dqL�t���-���"�������a�=h�5�r��S�!�4
+�ch:��+��O��K���47lv����Z	�lz�%�p�;���Y6b�ч��1��M]T���ݵ�g^[8� z����K6���\6�ݦ���b�Q��hC-+������@�Q��}���|���F�����?y�K��W�%<��� ����i�J�R���V%�2���I8�?>YT��G��[��|V�8�DZ�|�	X���-�Be) �z���I�k��3�|��t���Be.���j�YO�z��a:�y���|i�i��V�����.�s���/�`SETnN�4w[�C��D�Q�7Xm��8�%q�Q��t�,���o�$�X������3z��%f��H�⮘Z��Y�M����)e��t{��H�ٮ��`]����tt :L��Y�;A��EȽ������u�
+��M�m
+�
m�B
+�� O���8J��}sN�֏��
1�ܖ ��'�t``�)�t���x~+�]���'�yfȗ(�	Xx���5ϭ���,�3W<Nh�fu F���Pq��+�lj��E��e̡��/x�����Hf����L���6�5�����7�t�뚦�cs�	~��")2���7Q��Om��)쑪g�[<�F���;hk�j��~�~�lr��"�I�e�0‚NE͢��w̶��3X,���o
+4Ϗ��n�Iڹ��/�w�7y�/��c~�O����tN41֞��W&5�m>R�|X��3���c��[N�C阯?w�������P���3u��a���"�X֪�� d�@Ӂ��@�a:�^�~������D!x�������/��w���=��|�G���Β;��m�Ő���
+���G5�f.����'���-R��r.zፌn�0�[�?��5��4��O{ڞ���;X
+x�tE�QT��\���f7�I���O�M6��a?���n��f�ug3�dh+����2AEY��B�Bi�\J��\ڞ�i��r"�?�}�=�9�y��<�m\�Ye�~]�b�R�B��S8�F�lu��~ohVF�'�!*����1)tD�mfb����it��^G��;4��P���.�a�־����0�w29���cIwySv��y]6��|�	v |���4�NO�-,+��+7���
�lL#��&��E~�Z�/�H���l%�LAd�����lP�t<�N�+�ځ���ԗ6��}��;Î'�d6;o�Z���`�9�xP
����Qqc�CId�JR6����5H�����t�JM�� �M��[U���/�Q�*8q��(� �dZ5O>�6�Yu�6��x�O�,�\K �&�1��z
+�J�� L�n�O
+Y�ИN��m:��3� G�ɽ�>r�Ҽ����b F� e}��a����g�n�Z�Z�jlӦ�ʪ��qJIhdQ���ok��^�%$���
�� �$h:�Mg���/5�ֶ�h+�8�~�+���Y�,�_1�m-�s�*�h3�,�ȦmC��q����_Vs勘��ez��}���25}�ÿ�P̳���*K���v
+H����{C�����P�lu��ٕ���s�J�0�9G+�d��{ó�\'��;�R�ࠏ��t���Z � �*�ɾ4�uMAd4�-W��<��W�A�yo:�W��O������{�ρ���p��G�ݝ�qp.�O��r�,��L�����~p���Q�p�p�z��J��M�Nc#F�3*/�u�{=�N�R�q�]0c'��������:�TuN�]E���Skb�4��
+a��p�K
D�����{0�i���bK7�wG�AA>h:[0��f�Y˽C�yo:̐�����M�Y��_�����n���4�M�Hi��`�l�������aբ�#S��x`�	zwC@Rw���=�����@D�u���k)o�,h5K5��k�4�.:{�ʾ���I�T�������&���V�<D�Z���tA��4�-4��Mg�LG���WD)�y�2��g��W�C Jˬ�O��߳�鰳��{ic�'~�t���B�-�p�K�[���~���n��e}��)�.��s�r	��f��e��USi�g�NN}���}$GL���:�gn��5?l�kh:� �G	����ʃ���CJMJc�M�H�D5��:���z[�@Oh�rR��t��~�[a�Sp�^���u���0����&a�}^
�ٺJ+�3&H�o�gw8�w���]v��I=Q�-Qx��hP��ԍ1Ei�y�k�<gWfR��+��{�t�!�}��a������U3����jl�6�L���	~%�$oq�,����/���x�� �%@�قA�Yy�t6�t���{�����P�����A���.� ���y7�у�M��8w_��㗎���ʛ�������@涗����,���ۘ��	��%�?�V�T.V�p�*�~�����(������~G�={��NK7]';�uِ���]S�Ut����q؞{�N��@����k��xA����z�6��� �|���l���<h:�fƑZ^k�-n�l�����4A䃀����p����#7�tX�����%�J��2�RK`�Ο�����P�����Չ�V�D�Ո%�5%`\���M�L�?t��H`?�V�m�f���
+���JH����	4�Ar�Gd%̔���Sh:�1s
g
�g�L�	���{����`j�wy7���"g$�/v-�t�پ+����ήNIT�/4����<4d31�|���0:����ɥx�{���T���h:��,�A�� 
_��G�Y�܋��95I�j;��,g���q������0 8�q܇a}��[��X�MA�4��tW���0���:�=��h:k���S�&�Ʈ�v>�����$��R��������k�4���w�+�O;DL�_t����;���oc5UcwFʠl�"��SW����k��\�J���h�����D�
��h�f�D����-J��K���iө5�� �����m�S������f:��?�[��ut��>tt��N5�y�<������;:�td�@�A��`0���:f��H迿]��,�rVa;s�u��������}���=€���ġ�׿1��1�B��߷=5m-`�2�I)�|~�}�xƁr�3i:��c4e�U�0��������vj��E���$]�c:ޟS��I�t����������_={�������L�I�~|��������h��{�eK����q��̟	MA�4�������c�MG2c�۵2������_�QM�i~�� �!���(.Ȫ( ԩ=�j�T��R�g\�8��A�U��-�R���9cAꂀ "D5,!!;$��I�M����=�����{��N���:����KZv���g7A�y�,�x/�ڜ���DF
�q.W�Y�Ά���~�y:/��P;k`m4c������ɡ/����FK�Z���s'چ��6��@�O�By��a`���!Y��P��KĞ�%�tPPd:((c��� �Q �����#�����t�4�W�[�T|Q����z��XR�i������,�t��L�8,3N�!��NAv��~��4�ϖV�<ylӑW�g�t�;���`�#5/e�^���\�vv̐Ռe:�ʑ�n��l�q��	�:
MîE����� �y���Y��`��}(�PT+�=}�A��@�9�t�p��]�#e�żN&p��i��K!`�ڒ����Mj$�63�6?�ξ�%�������������ry�.\Ǝ�g#L'��\��Hd�,�tƫ/�t��/��\��eT'ʴ��LV�A >Fb:8�A����]u�#cwF��<�f�S�Ň��:�w��>�=����mڪ�]Z+�s�Z{�#\nqr���nj�['�zy��h�<�S�?6�������6MV`�O
+���C�>�ć
+2�w��v�S�3a�D��#E��N�������9"�syizj�1�c;*Jz�z̮�N���`� �µ�����o:��4�jdy<����Ҹ�j�n���a+���⵸<�:��J����%�e'�G�z��A��@Lj:p����J�N��JU�ƻ=Ed]Y.��j&��������bb)�/�qǽg~����^W�X���Y�X�!�H�:������-=o�7���� �y��CL��/0t�f3�ڰr��n`��� �s��i(�,FS}o��b����o�tƫ?h:,{3v;�8g�|����'�7A8��;X�'7���t�
s���T�~΃"�B���u�S@]uy��9�*�7k�"5��*��Ut��:�`�ů��&2B>�5���f�jw4��#���aP��*|N�`��6~�.�a��[d̄�Ĕ�z2+�V_��9�ޭGJ.��P�3����qG��v���?���4��7�Z�5U}�zrI�����������ۭz����5��F�v��-po�AP+�^T�ܧUe�Bڟ�21���)P^��7:稝����ui�q?��%oI�>��)[�IfXه��Ž���C��m7�����n�V�%�۷'��U�=M�t��b瑈��+{k@���J��,�ݦ$��8��T�uhX�K��/�]����2�eoѬ���������
+b���*�a�L�}DA�#e�i��+ ���i�yW�7���1��c����Ke��%;��Q}]tP�v�2v��o:xp�ͅ,[3��eئSف��S�t�ژ@���Q�h��Wp�ď�}��@[�@����r����rvȨp`f�Y]��U�f�q*t��b��;�c>#5%-�߄��գ���ͯ��&2B>��t�Q[��R��M���3�t�J�����y��C*��^�6(W�vAN�6릴;D�l|����u�SΦ6�t���E4o�*��>�L0"���{�Z������M�
O�Z��t�&g�ݧ�Cr�,���_����k��� �qP�k(��BG[U�H�~?e[�)���΀-i�M�ә�l�|�
+�^�Pcݬ+ʾ'��
�j	�z�Ѭy�a�T��Ԥ�p; j�Fi���|��T������P<��~�(㙎�����)yJ���z���''n?8|��}%��.l��o�LK8����]��m��w�9W�a*?)议W��S�@|� �y�y��3�ۜ�?6�� ���N��FW]���Z��?T��+>���4�B��^�M��w��9��4J[���1�D�۹��2�@M��\�c#��W^�3�ŕN�]�S�,u;��=�ʷB����.lW�����>W�,�!��4����{�r^Κ��T�!�>�,^�}���W�X$ʛݮ�>A�~>^Fo�MGy��QMDڷ!�D��ݯ��&�nՠ�R����U&�ML�j:���2��s�i��?���E�;������V`�L��L1d:���P���ywgS+a:ѫ+U�/��.c>WbD�k��Z�/�!�X����S.��K�&{u�c7x7U����4i�]��O��|/.�D�������拫���G��OגaZM�ο�⤗��jǹ��x�I���{cAq1d��r�-�������3eJ�L�!q��p��3^tLn������t�V�{s\���_�tH~�N��.�vn�o���`�]��K���2NGjzr��<	lb2�U�����t�o����v��-0^ʧk=����.-Gc6���:�j��8~��
+�l�d*����]�9.UF��jQ)U;V�P��Z�V�V�Ŷ�6�#JF��
Ĩ�`� �5d�$��9�#m��9�?��wo8$���2P:����WP:�Ο�X*�+=S���_�#���)�8szۀZ N�*ɑ�����[afb� ���z��Ί�w/�r;|bk:3����Ӿgt=�V3J��gb877<��	��Y1q�$?�#7�!Ml���u�n���<�-��|��ݛ1]@a'����0w�dO�	�������h�&4y�J��K�v��kU�����@H�'�(�ok�1JP:�>A�|xP:�C�����u>Le�OvE��<�1P�=���1�oK-�a��aɌjn�dk9�*����+M^[��l��zo�{�;�?K��G_	�O�b:�_z'H��y�s��8��dMoU��ฑ+�qj��iU��I~(�!+�M(�*�<�ks#iu��['�3&R���,�<�
+�sn�۳�b���[�W���?"���/�n�F�*v�*�;zre9��cn��/��k�+���ci�q�o�6Q��5'8Y�Q^�<� ����t��������6�����1!EǶ.���T&P�|Dތ2�^/n� X��$�'�	,�������WP:�Nﺥn��X��u&>%��	+:_\�4���(@1R����JGs^�Ϛjn����? ���������W��hSC����c��_��|���)�&
+���&�]�$Ln�!�sw�.�/
+�L:�t%'���a�	e/���d�1�Y��.��Y7d�f�G�k?�^�~8O�c�zLZ���ҰUT���z-kk�N�zCͧ����]x&w>db�#�\����x��I�CY��[y!���gm2���t�ÐO~��7�p�JH�Z�P������9*�h�C�|T�`i[D:�y
?�y�ڀ�Î�&�����w7��@�Q���r����/�c
:j
�;$��aYX�1;N�ȴ��"��vS�~T�F`P:�^A�|xP:�Cx�G��;h���:�`Lwwquw�����cm�:�ǎ��]=�(��ܠ&���q�"�(��懞�7�L=+�o5��ަ����f
+,�uE�g�ؙa�Dt��Ly�<��e�#�R�����3���:�>_{Z�ѵ3��D��ѯ�,���H�{pr�������4��a�Y��޳�G�ok �U)���ON[��b��k�Nxv���5�L*���{>�3����sfA*e�0(�T��Ǔ�΂m�E)>Ux!˝�H�����=�i��5wo��O��}���S�J�� ԄiLk�� � �������#%
2s�2����SC퍑r!ka��<ۛ�oi)�K�6���
��t����XB�8��i6�^�c�ז;���
+�1(��*�u����+���E�&�'{���H��e�o��tTZ&2��!dz"���j!ky�x��=�Q��a�n^}jPA����IY��p��>IA��z�zzP���Ё�yۀ��̔T����븏�*���~{�G:T�U~����{�[@��^S��B���Ҭ�� ��J�^	0�ߖY=�T.9�杦�L���p���,�K�����}�|4��|0��y봝t�����k�̔�M��ʃ�2�����J�.��]�g�<JG�������_:0l��t`0
l$JG�5�Z���)2���{�"
+�B�6���-j
`�w�yLQ͖�/����-4�6�.:؆`�{�w�l�}8��
إsֈ"�T���N����@T�@	����n�Y~�����5F\=��c��h��9��Z�\(MJΨ(l�A��`�H���������9�b�h���TȮTʌ*��"N��vi<�[�����(��[,�
+/��Ŭ��L�A~=å�I!P�ֵ�y��|�]��Kg�C�(��v��^{�b��+┨�E����=	j7��A��b����d��&�g�
�6��t`0
l$I�1l,u��Qe���=ޥ���E��
+\:�����\yM������듥˶4_NS��]��y;[�W{���-�C��0��Q8��K�o���S���m>o�v<�(�3�A��u��
=(LI�y���@
+�������^_��~�.��(���v��v��(���%I+q0;=�Gp�����W�t���5F\=��c��h��8 ���2��t��f^�+�c�������Q�tkvɥ���?�����g�
�6��t`0
l�J4`w��<u�7N�gy�O$��D�}�V�]�@���S��7�mpZ��]��kU:�̔�M �Ս�2��2�%_�v���4���n�}�̸�Ҝ�_����3���91Fąquu݂��b�Z�┮�X]�U�Y�2�����HA� V(�T���UBk�#�"�'���Z�C��97��RB�����<3�%��}�|����M��������)$�'D��ݽF���A��1'J��A��0���}�5G�p�s���4Nm�D�f�5�!��z����Ygq�ײ䕥Z��Idϯ�Z:ݯ1�h���h�8�����K�cv٭�NE�>��glb�r�(�Q�M���|N�"h#��g��;��s�T!��(�F��3Zaω�޳-�d��s�V#�s.}�G����#�����=�@ɻ�����z����럧*��gM"�Di�ŁA�@!�K��F���Z�]��x�*��,��l�{��ZHT�^�
+JB�^�t�0(���ҁB��(��J���t ��%J�#��@;(!�z���H�t��J�95$�j�P��?S(�QĒ����T���]v�k���1K�/��
+���~J���t����T�Ƀ��)���Q:�LYO�{9�g�~�2��؆<!�'�+>U:<s�c�c��o�Kd!�%��>��EY�T������@;(8��9�iNm������t�G�}�����0�OU��6j�����2���=QM�����DBz��Y�2�%�\�mbNܣ2��Z�g��A����s�t��������ѷv���ꠈ-�a.��[�!2
l?��"}��&���[���"�<@q�ħS�p��+2_�.�����t��J�9Q:��J���-��
ӕe����d�KgQTN$U��ʄH)'U%�C�k�ۖf�Nk�َ����e�Ii���Nw�Tȿ��MQ@ƓWP:��vP:p̉�@wP:�o�h+]k�3\C5�|� J�A�#�'-0�m�`���Ip�'�=�(��ŧ�P�CۃwB��^�S�1��Ċ̋��tJ���t�����tHR?����ţK���+�_�x�͊Z�A{hCj�d��+�E�]
�E�+BҢ}BDB�`QU6�=x'jJ�m�M�0�eݥ#��S�C�J���t(��5�[ě%<N��:���0;E�Ҁ'Y��k��BX	�-B�{�����_��S�9�!-�U�����ҡg��o6fs�Nщbx�0�@�C�No���A��"����.�t�۲Fu�P�ڼ�q���"�=�R�'���]ە�.�4MI�۸��ନ�v�<�]9L5q�`@�Y:��޼����`��!I����b�WW[���
+���*[�f$���u&.�g��T�|�y�l�_�O��.k/�I]O���h�X�����1 �K�o��.�K'*S@�Q��]�]:��yS��t�m�O|Z�t/�`��M�;�X�o9a���/O�O9��?�g�8�j�����t�R%�;0<���z׍O�:o��=	oᏧ�:�n��#�a�oHs��5�Q�����ɓ�&>��ߵ���]�,�5��8�1l�����uG���cd
+��:&7�<����5ɞ_g�����#9�����T�GV°�k�3��'���$94���B�-����~D�>�/z�2��ż�f3<��ӿ���	ײ�⇬M��?�1i���5I��L:�u��5��������M�/�7��u+�f�t	�0�z
+o����u�*h;�v��"t2�`�V�B�ƻ/�i���wX����fğ�����{�N,�5��>��
+����[;}K�$Y�W�h�dFQ5�I�M�S:��E�t�3}�Ң���"�v�6��33߶�,i.太 &�S��EQ9�T�b���9/�Y�����&�j�����E�����$�؎�?��N˰�m9r�ޅa[��Хt�E��#���,n�������gt�{���7�F��?�`�=
�K/��<��2n5���=TJ�\���Xm:����[x�I���	gs���u;\�s2�,�i¸S��k����M
<>���'�v��/ӧ0���O���~`�]��s�bT]+�E��(j��\�B=����Ք	��ɶ�N���*F�ޠ.�cJ����#V��~z��mgU��[Bܔ�6u$g�C�C��ڪ?~�:�����n*���c�D9��������[:��X�f����ħ3��зt4�$�	���H�M�S���\ �'��Z��bA���o>c�N�֛�ӯv���umd�U;�zE�U��}=�7A�T�N��};Q��8�Ľ��\ܑowS��T�2����ɻ�mW�X$�nL�>��e/��Z%�>~+;?8����S��J����w�6';�|�ٷ۸.�MCӸ'Bo1�q�S�+Jx�����\ԔZDd����t��8���S}pP_c-�Nx�t���-�Mf;�{Y�H�?�y�s'nO�b̔��G_�;;L�˝�f��5TcQ:q8Xz�մн�n�9����wX���2j�Z���7	I�@$	�,�K�E��"��
+��:.U�����Ա�9�(ʢ�RK�.UYZ��]���"�!!��5$��D@d,��7��ι�s�{���.���9��\�D��M>��$9����R~Z����)-��+���Be��"�NHUd�3c��@�tb����SH��8r��Ʉg��0߇e�Q�����oq�:��-�
�����5y�\s�?�t�s3���(d1S�lH��t��F�*zF�v����t�ʬ�[E_?��&S�o�㎑���@35m[�
���>#��0�AL�o`$���YqVd:������uY1���c51V��>��M�0�� ��Y`��
1ƞ�0<m:�/R�Ec���m�ĊP���$� ��"
4���
+�
���R,�P����%Z��oڃ�E֠�4�R�A�Ɲ�g1�=ӧ���.ɥ����tF�c�
+�����,G4�u��M�����E��	�tP˺(�P�|��;h�M����/˜�(D�<	#%�9�A�>P�ٕ��g)a�n���ﷀ��*���T��R-��֬���y!�������P[@��]ݹ����v�>�Nj>�� 3#��$�
+^VRM	<eF���a���<A��V8��	�����ĺ���!O����~Q5�q��ߵ	q��\�/5�\T~�k�ES�t�(�e/;�.�MߕD����4R2��گb;����}��+�5f`��G�ae駲)ZFDY� ۙ�g�hs�j5�t��A9��:���{B?c�͡���{mj�-(B���*��Y�J�S`�t>��h<c5�^�{%�@u��'UPL@�€(?�l|����F?��@	�����'ax&��9�T�.���ǰK x�eC�3�>KR'��PV�\�����j'�����۽��!HG�̊p�U��Sٙ��K�0��rz�eLo?&2Z-F6���a�K���lgm��$�c7��5vqO�<�&`����l�����eJ|���kp�+�U��|�M��j��w��)M�R�vK���vɺ�1���:� �:h��mk�A2g��<W�5�#��t�橐�ق�pF�Ȁ��ځ�g1�����y[<d�%s�Dc�6"�����Z7Ե�L�W0#�;,�����j�R�����D�!l�������,��3��1�Gkv���!7Q��:�k�8�D��T����[|=˰�?������3�y�u�u��D��p]�վ���|�t>ә&�<��=���-�o�˃sЋ�ͷ�>�z�/��\����c��%��P���oZ��Ɛc��4˹1Dw���K;��:^G���������lcrڻE?c�'/_�}��X4�m�a��fj�~U���Mg�|)0�k���+n�=>��-$n�ߵ�b:I�~��Z�EY��S4!��-��dyӫ�8��&M?�e9�ї
+a��	�kA!�3@�[�i�צ&܂R ��ъ���u����`����td�L���H���h�`�C+-���멑�$s�:�����l�N���?��D�ت�r��T�!`
g��S�>�?3��oPMѳ!5|
44ѱ�P������C>(0������۪���>t���Zɀv�+O2Vo��g��{�" L/�A@��L��،��˜�I��g�+hV�/�/���b��;d?�3����}��2�R����-���`��+mRs��5�_�2|O>�c!�]��oM�\��
�	���凘��j̦rj�5�n���5F6�0Tw&=������h��+����"��1皎|Z�	23R�hJ¬�%`%՞��K
+�0�4�x2ٻ,:^�«S"�?���P	L�;����"����f��̌�\м�lz���H��Y��A��1	[U�ZK�CXE�>M���30��#��E�婧r�[��D�64��r6�Fo:����_���x�ι�'Ey]O�Wɡ�Q�\����f���o������%v�sf�}��`n�;���A�^v@��m������y���$d�MG>e�-G��Fe®�sx
+v_��������b(G�ɹ4.s�+��w2���
+�"Ӂ�g�>8�f���z�Y�*��@�]�ք&:6ޓ?���jU���z�>�>���c:�Kd3i�1�Ej
4�����e�=T�;OJӻtF��~�Ɏ7'����{�m�]�S:�zQ�d@�$�c�5������6&��[k��+�Px�]�y��NY��:µ:��A�M��ʴj�]�<�hH��|�U�,o����|T
�`��ϲ�ĕ=v�fH��7l�p���;G���9y*��'ό*T�9�M��!�!�#~��縞8�4����Ni4l��������Zѹ�cܼ�`���;ـ��A��?V�M�(,����*�ư�w��:�����2�j�L��w/	0v�&Kش\�
+�ң�#��-V�:�(.�:"X;jպ�P\����`q�ZT�("
+
+*�`E$��d4�10������A�}o���{�P@�Y:���N!�d����b��q�l'O0��g�dn�x���Zs��*�E��2�^��k{l�U��R]g�4�V����a
�#�	W�Iʌ����>�/�.9�̝��Mj�V��Ax�����9;��e˩�$���ԍ)�n~Um]Dl$���!�M�n�$��<�_Oi�<o�VoR:�!v�|H��
+��S�Z�\�4%;J�ak�X_HZ�_E�ei�������,֩�ȷ��Q����H��������H��"��qw��r�Pj�x������A=k�y���G��
?�f���I
_C�ڮY��֏��k����s���_����r��4kL��O�{|)�ԗ�-c�oi<�JJY,,BT�&Ts�ڟ0��7�as�U\Z"�ᤔ���ґ||�c��6䋻�W�3s
����ޕQ���5�A�?���F��ov&l��_���Y5͋�'�_����3v�k�����O}��R^�@��N��҃�@�g�(2��F�'���v�P^P:P�D�� =(���xP:@J*�(������J�@�@�����t�P@P:�H��N��҃�@A�� �T:{�+��*J���dP:P����/=�@zP:�((�$�ҁB(�(��J�ɠt ��$J�9��@2(!�2��@N�t��JB�L�t��(�$�ҁB(�(��J�ɠt��)� 	fB�Į����B�� P:�H��NѮL?	B(�^&��}��r��dP:P��ʄ�6�@����[�Q:��	YJ�ݥ65��&���X?��}�f�>�"�q����N��҃�@��t.E�Bf�^;�%�N+�w� ����Mb��I2��٭=�J�(�t�t����
+�,���	��vb�M��j��T:Q:�HJ�D���;�6��H�jG�ҡhn�m�W;nq�i�̵�T�D��A����K���������Y}�{�?&���ƃ���':���,�H��J��2��g�L�[�[`�����}q��0��@�����Z:�Bw�j����Ax�Kɣ��uK�稙r
+
76y4cA]�E"_:+Jև����W!b2;�=��*�o0)PF��t(�QѠ��E����I/;l���iS�BFᩀ,�Q�%�Kܜv���M.\��јU�"��n���n]Y�vꔩq�A���2Ǡ�Ռ[e~/{�~
��E�öy��7ޥ�@.7b_�@�|��O����('��t�P@��t��[XzdfD���Q-��R� *���W7}B=�Cq|*��&�}����$0+9��h��[4�$�J�f�֟�Hm{A�d0�ο���N~L�,��l�6ѯ�C��F[��.�	����ۇ�.U�H�C�q6��Lf�c&h�L�ʎukriН�3h(�^;�.b�|*�h~,��k�ؽt�Mh��>���k��tX���KumI���->����#܀��^�� �|�ɭ����;0�IevA�j.�Ѫm�h>���'�FHE��.�IM�[>g�V@�n~���G)J_0�o���w�j*���:
�>��� �w:�J"���NL�`:D�
+H]��_�3�tL	�����F̹D���zpy��ΕH�hT��g�GV���x�zZ���������R��ud�M��Ԕ7�AT:$Ɯgm��W���a��i���N:�%9�Q:����rL��ZC�[��T%������?��"�eX��T�����w��9~�@��o鈩b��Twgb y��'��S����L�i�
ys����c��1�(�||m�CFI��O��m1ʌ�AsIe>��~z�\�_��wN'M�tp����E�G�j?cg^Z���
�ə��^�؋9	W�H7>n	�<v�Jeq�|����YԌ�:=\�W�H���mɇƳ*j+F���5�`��Ԙ�τ�Н�_pPȺ_�'�ٿ{�˟�}rc��s��L\�^C��k�ؽth�R`-fqM�\a}�_aWھ��w��_�J[C��ߠZ9ftŽ�K/��c��9i��]����[v����\D*G�|t�y|����|"�]����^nv,�h�A�Va�w�����+�3�m�u/�!nFF���>=yj��]>Sm�ʨ�$�U��tD;����wg��iF�����a���z͑�.�j,��i��VU���Pp�R˃b�l�����-5�請f�a�t��po�+��C���}�=�sQa�.*����XP�w�h��"
D�'L����7�7��_�dz�Ύ4�/!���+��õ
"�V̹DZ�N7����m�$z����-�\G�������W:}_?�YKg��*G��V��A�;�7����.>͓dt�s��)�JwŔ��Al����x����63����J��Ǧ�j��>�z���t��ƮId�U�
+>�r�>�U)�,����e�ԕ��=H�����Z@\PP��0:�-<Z�:V�8ա���R�Z\F\F�*����PD	�$��)�l4		 K���s��ɹ���{�s��g�ȃf��6�1i;�w�ECZ2�s�l��ф��{����Ir��;ܸ6������$_
+'�}�jF�6tPpF��g��a�X�P샙�0�E��>CZl��Q'T�tԂT�+�E>8�'��x�]k���S����\���X�ǖ�Z��68�S<�$b!($:�*aW���tT����X����Up軛���2��-�#(ύ�'��ўJ���ƂPy&:���w.���.*�4?�e��\8��^��9��(�΋�?"%�!��s��;�.��&��T'���TN:�yVc'0�I��D�h��(Pk�I��$�cL�eXT	�~{[N�c�����z:�Hg���epSc�	���\�����������nMh�&B�q�+x��@swJ�/[}�c7&W�s�hL/� 9�,�rv�0J�t�Z
+/\˰)�țP�jͽ�p=����Z��&�K�H�+��-g�|=.]��H���\�v���}E>z I�DT����x�-��秣���h5R��~82ʑHUҁ��6�<�]���D�-�5�a�"�u@����i����`��/���Zj���J:����Y=���3S��9��d]\�b�k��gw��Y؜�-ാ���n�S�($T�o>@��<�c'W��#i%K��N��$�/�L3b{���`�_v�����|�9D��[�2�"���)"��(�u�5t�I�"s�\!�K9"�?��8i�l>������Tl�E:�7��H���2T%��%���C��BQ^DƗ)�z
�Pī��O�m�GH��P2����	NX�W�M�G��׬_O�4�ʁP���O�#�߷��4���դ��(�'�p��(���L�Z��r{#�j|>�zslqݢ�n"���"�N��P��{����V���ï̼R�{�T�M�	=��g�VV޾\+(�UQ�*��r	t�%'*ռ��!��#�ٯ�7�_�w���A�؆������[ϊX`����it��ກ
��S�n��cE\�[�@�W-�	�ܻZos�{d�#���#_����%[\>���k�#�="09Ag���0��K��E����#�F���9��}r�U���譒8�dod�IG�v�CI�^�!����`²B@��
+hF1X.{�+�(��OŒ ,M��[�q�Eo�d�^��aJτ0����ȟ���f�E9�q%+�']g�䮳�b��������y��e0y���M�i�/��iWK����M�����Ȁ�����^Ed8���5z���g��6�'2���ڧy4�P�O'�� �?��1����i�= �oS��wc�;��B|0�w�~\�,��:�Ĭ�[��G�6���vX��I�3o2o1_�>�n�-Q�@ ��ОuRN!�IG5��jT��Z���t���&��|s�/�31�3�R������o#>���-�M`�ķ:��+���4�Ev]��x��@��kO^���N���	B�q��p�ݤCYyFՋ�?�f�~g�g�ں�>Ƞ�t���Ror
N:�<>�}�L��c�]|�)�.�JޞZ�4�q�2rʑHu�υ�,v�>�8�����
�ԣ��M<�}��0�C��\9r��&����n��g�M-U�vIGF}iA2���h�\!�)��p��a�� �o�B�wZ�"I���y�b���$wf��|0�I�ܡ&�����d]�I� ���
_�g�3�3y��;�̓։����+�����c�UHGA-ZJzE��x�Q�>�Y�UϠ�.0hg`}b/R��?"Ӻ(��_ҁ�C��z�4�>�N�p~lE8tc�� =G��Y�"6s�^>��Ը����s�[/Tc)W�.�*�n�n]��v�����N�
��nJ��߷��x��QM:j��>x��^�2W9�P��[l�?�س�x���Е5U��p�n�Z&B��΃�	����Fp�ѡ�襌+��c����d�M���W��6a�����%�;�IG���Ζ��>�l?s(5˥t={���#�ꀞǁ���/�"Y�N�'�Ԙ��G�������FB:�:��Rk�zg�10c ���<���f%�aX[SB�t.��7_�kۆ��<O�%�N썪�T6�j��A�`�}�:q~1����V�_ddHGQ���a)�����7��k@F1��{@��H�>�HGs�y^�
ҁc`ZvwM��9g���	#��{ԄȢ9�Ш��Yp���!%?���w�S�t���&�뫼�m�p���Rk���IG"UhG��c���Ob�:�DKi��y&f=4�íi����p�yk�W���1�U�(��%}$0;S�>�R��K�C��5o2���5��~�����tX�vű�t���zα[R�a���dBe���z*��%E��%r���yTSW�/!	[�����uA��S�*�XD
+ZQ��Z�q��q;�.�Z�ԭZu�q���TeQ@VqXd
;a��) 
+����������ݛǻܯ�h�(?���7v
��&�s��~:H[`� �l�m��NgdV˜,f��*��<}ȑ�ٚ߇�I�����4��Sn�}���ុ�!�?�8���X#+�8v�o0����)�Mfttr����F-�듄Z�g) �L�m�����3~��I�����lq)�������a��oWZgJd���:q�����,ݪ<5�%i���}2��ӓZ�0;1Fg>��bW��:z���"�r�#W���-��R���X������*���_Vŗ'��7�������J�3c�9G6�p�&fDz5�Z���Q 
+�������RBTJgt�����8-pq��/�Lo/}��� ���R����C��=��ne��SWe7��A΍�Bf������<ȶ�9��_ޫ�t����@��� ���A����WS�3��Q\�+:.����޸Up�v��S��* �mJN�tD6�tB\��8I�'jN�O\P/�Ny�kT����#�7��F�ֶÐ���k�o,5�
+?ćr?m�F��3�F�.ԭ���u��f��N��'b�j(�s��X#�򕛸9~)�O�[Gr��D�Z�����f��k��9��9�
�z�9��f:oaxS+I'�����[�ґ��[>����z��o��ECm�k�.{O&�L�8Dm>g�R=�ac*햖�V:���9���O,
+���O�L��.%c[�A�W�I[EC�rH:.��U����W��"��?a,�B�@뚖5@�-�;$����I��!��G�`�k�i�}�R��9�/0�s�F��x6[DlC�JuKT����!������T���Դ"�i�0g����6��4�n��`�xҴm�֬?��JKg\��|ei�H�<���\:����Aў�ۥ� H����!iY6�*�
�Cn?�E��b����D��������KGk�+�Jg�=�<�Ӵ��'}�^U%N������k�j�R_�r�3�5��e�����/N:'�����K0mk4�Us�]]q4�6J�P�Q��=�O��V\�p=+-���L�~r�MV��X�ź�F�P�3�4��S��H�5�>�y��aC���,�,�ω�� �ӫJ��,^8����-�4�>�W�������<J�k�J�N�0�@��4�A���u
�	����^!�"!���<��'�yRȼ��a�<�ו@�_6'r�#��I�m��2��&�=�t^��z2��̙���X���!�d�Z�É看2��#�'��ϫ_�m�xK��qy��A�`�}N,��^W:���A�`�}N,�,�`� �l�t�>'������@�tD6X:h�KA�KAz X:",��I�T��hk�t����� ���A��S���,�A`� �l�tPEQ���A�nKAd����(�*$��tX:",EQT!�t��P�t�,*������4b��$+��鄣t�o��{�ӡF'k���nk��덑v��AQEKA�	EJ'��h�Ṋ�Z0�i�}�!�DU��Ƣ��Xt�7��J�Z:40���s�hW�^�e�He��JҟK�ס��w��o2�Sq��!O�tf���`�(��
+��� ݄"�s�H�
+4=�X���PJGI�=z�e�ҍ���yg�
+�N_�K�s�$�#����el�|��t�P�t�UDﺠX��]:���\?�5�&�=��]�3�3U��:'=�:�3��e�ɤ`��"�H8(���C�����R0�y03d�H���ڥ�b
+����sա.Jƌ͸V7)a�j����5B�t�����?�
+t�����B�4�#Ns����-�
+�R�Ԛ�~L�ʶ$Zcє�U�]8���u��A���(�q�Z���ed�0���y�aHk-�u4��A�vxE�j֗�
+���,g=�u���y�t�>gө�isAQ����m��X:�?��7m��^"�kǝv��{g���b�2p��}Dn׎��F��!_j+�j���q��y�g��4:(������f-�>��<�X�������R�`~��"�(�#�d,�͛|�u���`��g�EP��L�Oh^�x�?�d�L��B��	��{Nwm'b�%�P/���G���6����/8~Z ��G�c���<$�9~�s3S��*�E�A��~�D�t:�w�kU3����8K���	�@���c����N5_�PK�s6���
Aj��}{�>�N��D��p:���=�,=ȃ��󹹇H�qm���H�a0�4���E�w��H�tE�lv-8�x��t�e}]��sh�t���%��Az
������10b�r�GG�Ɗ���������5��+��-�Krҡ�B��X��~y��#��'��z]9J�|9��x�0����㦍�P�\V�cT�7oMNӼ�?�?��e�p������%�T�.T���R�2T�u�vQ�JҢZ��<{j�̸U�F�z6�tj�SM�Zb�X�2.Ba�s1g��Zј��vz�����w~?���(J��n-��s�+B�Ѥ]Af�o��� h�x�k�����Od�h��*�|������4X8����
b@�*�2�#+����ļHF T(���� g}�
��.<��	P�T����h��cH�zn�㓱
�;�g�b��H�#����@r
b#T��_���@̄��t�B�Tܒ��sd��x��nh�@@�bOz3�'���,ͼz��z�uc��Z"��������v"���E@$�t<iZ�A@<���V���4���əK�W׃�?)Fug�N�I�
R�0���͢rڙ$���k�E���@��P��;�t��d���I9�jg)-!@���\
v� �h��P�»�s�WD�iP�|��_`�0%N��J'1f��K�H�F���
���9� �r��O:Lъ�wұjpc#�����u�&��-�����?k��V6[��?��ĵJu�q�u�}5���@���3�/S�6�c�t@�j�ˋ�)z��ɵw�9K�]��N:�t�^͝}�l���I���q0k�@)cf�S��L�tl�.'����,������S�Փ;��C�J�w){A]H��m?��M�P��;�t��d���,ηF�ب;:Z~�XS�NAo�_����,�iʎ�t��mQ��C���Q�@y��#�R'ῤ��,��0��“W:ji�)Gڨ�3 D�H�z�&��Z�L�,�/, ��>~�٢e?FԹ�~�
+L<Q�w�g�%td�@��n��[ߟM����I�87c5Ș8I̯������|OV�Eǻ��5�[�p�$�г	�������:�2vo#�WQ���o�Ix&�]�}�'wĹ�����T���{⯩P����	��'~0eP)����,��`�O�(J:0n-_�jsb��'���
������#�v�����ƾ?!����Y��J��[��Zcn����*8��Ӄ�g��aUD<
S�+:b.̔<M�QY4T:�M�$���>�$�r��*����:^AJ_`5p
dWZ�^e@|��Hɕ�`Zz�׀�oH��wBJ�<Dm{�r�EM!N	D��&��E
+)�ͧG�V�d���{�鄷��@eq̃6�P{c������Nɀ�]�w~Db�~������D�Ĩ���t~�*Π�7;�K���Ʃ���)3��Š;G�����D��ʓ��uiTfn����_�s�(�aN�r7��N�L/G�Ԕs��]r~T�e
+��3�F��隼��B3�����1����[�O�0����ֱB��ý�Ps��H��j�;�/�
�8S�|8�5.g�4�������:��8M�]e��]�����JG��J
M�P�(��!�3��,�Y�bs$�f{8���1�?\�
j�J<~S�㔃;=�����1�!��vX)��F�u�t���������ÒG:�s�W�4Y��3<Xʻ�'��;���v��Nϋ��4D���Z��"�C���q��Ԗ;7�MgZ���e@�+YyӘ]��ʛ��;�6��$h{��� 
��vix@vt�]�p�,��e\���$rށ��m�����	.��~�)u?�h
������I��'.���w���'۴E����,b1%7o��A��a��kS\�Z�S��>�aChkiX8�s�Ի��פ��|�dK��QV�z���Xۮ��,�DS�J�:P͟I: r���&6v	6Uy��b��`n���Ḯ���CX��Qm���i;��Z��,T7jƂ���L����E�w��j���b��td?�K0F(�ݫ�t���C���)���J�W�@�D"Y��c7
+%B��Fw?�0F0ŋ��-����馮+Aѥ���$��o�@��H�Y�M	��G98�{�G:�C CN�7��$��!Ć��X鄒��w4�Ď�VN����lNS��ƫ��ʷ��_�rGU"!0Q��t,�Q�-�u��o���_�	�h�i%\�K@	�H������(O����F7}n��ި$�L����L�=�H���s[�0'�S�����X��4�6
D��J)�~\���-�
+�?���8e�sa��L����������~��Q�����cCllk�oZ�D\Y�m�����p����*��c��M��<h`�E��fе��3V����X�I�����t��d�w&,��d���O�Y��*�\���ד���]�ꁨ	�����U�׊���q��Z�a�� �b�H=V~��޿��F��)(T:
+l�t�g�p��E�k$�A̅=�A��M�<��(����g��?�[@p�U����������	P�W����m� W" -�@D�(���Q���d���U�*(݅�K��E/�[���K]�ʍ�r�%"G�!	I6�@9,��a�w��@�/�?3a�Q�-k�00x���y�{����Jg���t�7*�#ɚ�^(�����bͲ����{e���B)^c���}1Q�}�g�Y=rmУ3�A����Όd�rj*4�r�n?�v�P@󽐮�ae�WS�L,G���y��1<�S�iЂi��W�b��!i����9$�
,nM�C��ج�*l��؃3�S.e��H�D��"�lԄҡp���N�ٰ�L{h����J�D�窉xC����ӌ8}aH�h}j����vmP��Iڸ��g������(�B�LV:P��n w��ғ�&��Rqη�EkK�����9��QI��)��1��)B��7P�͍^����ɪ—��f���]��0�4�3͍��H�|\��E���AW	�@�I��ÿ�TM�L���L����Sp����-i��8KQ�'��/�fUP�9�7��ac�3}A�̌�U:��*��.��
+=��a6Q!����m��]���<C�Ka'{�H5CMzo'f�s�\���йԐ�7��Ќ��~P�2jV(@�H����ߡ�Zs��~}i��w	�7Jg��ś������X�
A�"V#���[�|������^�a1���Ar�*�5�tp��M��䯷E?�K����x��o���`�Q$�W�{y����+���-�(��J�v��^:�����P��re<���W�t�UYC�W����K���v��!��M��5�
+VA��f^P:��H錵�.�c��	�	蝒�JG����`t������M�����y�8��l���֩�;(l��U: ��\[������_-~�P��,cb9��g@��P�j>X����ڡ��7�"�':�OhI$�U�)�2�i��\�AZ������W�A�~�T��w�=�L�(ҡ�%�RQt��j~�Ţ�dр�z�М�+L��z򱟂,ʮewk�N�.30��;�ҎB:��&"�շ|H:(=f=�Z�����<MH$~������bk�=���_�R2�,��Y���B:�{�Q6���=�7G���\LJ��g�Z�b��#G�t&+²�l;ف�n�$00��@���J���]��9̢�����=�E�"��������̨�a�l����H;SQ�"� �tZ�@�2���֋�PN����S������!�JG�]��@�H�3 ���@�3��ac�����J矴���}oiA��G�Ip?S���W��N>���.��~SX<���R�{o��(�8�K�e(cP:(�,�.F��:�SG�Z_��`%f�D,�eO���3���貘&���-`�g���K�&"r���J_�'�?����w@.��
r���)�5��V��^Y������U��l
+�Uͧ5��-�[�Dž��"����΂�Sw��)��Y1w>Ɩ,�yA�L�t�%v1( �c/��l�W���A�_2j�j�]�t`3/(��H�LU8C��� <��']��V�\`d�	���s�}db ��
��@����;(l�~7� ��ZpO�}����2ȍ�=嗯��/q)����\�����S�o����l|c�O���1m�����'�S�5�����+v
o@ޚ[��P����[Z�����!-�f�{�@��������|XB��@�w�Xym@�|nT��P\�X�`�9��G~�aG8����!�z�
+Q���+1��I�;�ԕ.P��ҙ�t0jGxꥳ;Z�N�hq3d���ѥ�U�l�S�kl�rF4�ot��% �@��f^P:3�5ߤ��=���D�y�/F����v���y$�"��{.l��t`��^�DY�k��3���4��՗U��ʘX�kV`�T����A�8�C�4.�NƉ�ᕆqWo��J���c�>��펪�N$
�VjA��[m��o��j�(b�3r���^O>�S�E��'���*Qqڼ�S�=��fY����-���>�=nEW:y�j������/��x�r,C�K��8�����<���$)�ۣ�Iv9^�$ל�ti��U�z_�nR}����΋��.DS����t�^cIV��t�����y.�:J�P:��T�Av��۲M�Ij3u��9��S����bձ�Ѥ���� ��
+�t?&T)�X�x����)f�ZC��f^P:0��aP:0��M�t2�;,Tr�\���5�U���u���}yKd�K�����|��gh1�g�����E3Z{�r�rա����jFM ��w��/Rj�ݛ9����-'�K���aN��R��/~E�&T�����y���,�U�;*w�t U����053���5�V��8���[MԚD�`�b��D(V��P�������⢻\����E� Y�gwr~�������Y��wi5�^�z�����]��'�^�^ ߺ�Yv��IQ��O^��m���W��#&\��(͠�w�_w]�j^g�fsµ�)֣���o>��~#g��7?6�Rw�h>��?�\yz籂ō��d_�/�3�a��
(�ᖎ���ǎ�	{�V31̚����U^�Ջ7�u�N�=Ӟ8���}uM����y~�.X�/(*�C速(�����c�ҁИ�U:�'��|��p�{ɤ���������P:�s�*�)K�Ta�r�ZڅN/h�z4E��$Ёd�za�'��J�#�@��t ��U:c"�dV]X�|�*
�P�e�ZC��LZ�I��M����FJ��A�@Ω�t������A���?(�9Q:���FJ��A�@Ή�`�t�0Bؔά�ւk�����9�`Ne�����`S:)҉	���CvPu%:+^&̕�9��N��o8➳6ӌ���L�A�_0���Y��KI�rg�P:�sFv��C����t��/i��l����jG[%�&��tl��t,�x���t��OZ~|�x&
+�g:�$O~�S��ŅQ2G���a�(!��D����`[:{�Z�$��m���
+gZR�4���o��O:\,�����Mr��b��'���h�2k/Ǥ����'(��m�yi��8��ٶ�7���i��*]3�,�?�p1���1��7����!���(�^lKg�+ѬPv���tL•��_��L\oN������ƽ7�����Odjf��{.g9��~�u�bL�E��������M�9��LYz.�Q������9ɻ���@�@!d%J��>JG�W>�g�!��;��
+�w�]:j���cm��$�T:wD�񘟩�;KG'�kC��J�/\-�+�o������9f~�+����mz���/
��`쓗Cͥ�⎀��t ����A4�u4����
}�ά�ւ-�2�}+Z�
㻠�J<ˮ9'G�Œ�H�Ru���WF��g��(�??ruZ�֯����Z��c���N�x�v&�	}<�d��Z�8'4���й�ɣ#H�UL�JB!+Q:D{z��g(��lKgO����JN��x���<'q����~w�+�%��d��#�+�iImϪ�:�|��[���cs[�5P:�sjH��p�=�)��@���,����*GC_U��}������7�/��H{����
+�BY��Mm}ʹ��~޾,�V�]j+�ҁ�S{*�B��"Wݿ�(��1#U:)҉	��U���C��w.7��b?p�>U9*(�FG���׳�M�y�ә�&��t�Ij�CDhfc�?����3�n������9��T�9��������}�A���*�Y��+G�pJ��u���q��q�3��BI�}ls�"j�%u��Y��0a�S�����6-YnR�֮��G@�@Ή�`�t�s�t�H��\��9'J����A���8���ǁJ�	�S=���4Χ���E!�N���b���C���OP:�s�t�:(�Do�ӻp�X<}��y���~���۾�VR���`��ll���{WG���Q���l6��������{����KEiԤcJ����7_�i��
�>!ݜ����eٔ��P{�������_��R�$��
+Jg�K�T9,kg(�q.�w�0�h��An�<��\��i�����1H�0.N��o����R&�}ޠ��?�����|�e�ɟ��Y���+ɱ_ ^���^&Q���\u������_�2K-i��~}��G�SO<�ɽ����uUg����q�62����d/ş8�$� ����M�0dO;�m���&Cj�yԝ���9��?eP:#��rlo�����J��9_„{֊�z��(:�j �%<K�~%���,WTTN�]j�\��#�Z:߷�:�((ܯja]&=�ǔY�^4{j�G�IJ|�r�)5iFUM�gm��[t�-�%��Rdz
l(r^J�E˿7�<���׈<j�j�Se�&��G�hK�]ma�'�4�{z}tbI����45�?ۧ���1h�P��)�|��L��3�>�����T�0���t��w��<�p�KVq�)��3;B�vs|�z׎u��o��.��$ޡ�?���=���k2⟼����g�Ec���u��
+U�қOR#9��s���
#���
Jp����Wz�kg��âv�>��)(��FQ�A]�s�����q�g��&ѫ37^Ͱ��,��_��dn\�[�N���]�O�[���{j#s
+��CeUuV�#b����_�^0���]����{��έI^��Ƴ�+$!S�4��
+�����������k�k*& ܻ:B��9E7(�FÖή1/��{"S�x�\uv_dBw^���U4ut�n�].��v�t�����~�G5u�q��Ia������H+e*�uEF���V�XE�jepqW�:**�S�mYDw�`�� �H��H2�h)m���9�?x���~�搛����b"O?��JҪ�pZ�vȌy)
�e��C���醟5��}��X��h�����Q-���6sk��	��	��u.1Z��	Ȇ"b�/�c����_��+X02��ⶄ��0�V/u'�����h���\1�,"�YMݫOs�X����k$u���W���!ք��j�=Q@��͎3�)s�o��=m
+
+���.
+�tp�dÌu�����5P:�@Z�S�������C�u���n�ض�m��h�O%Dμ��;Z�(��A�S��紀>pd�d���,��ڜT���	�	"�
+����z��r�k�o\c�h����-SOM�L��΁����R�%����ٹ�O��
�������?�G6@�+T��L���ḥn�n�tJ]r�$�!�����������D:H��_u����=K�@ܦXw��Fƈk�mۃ�b�4wC�0N��rB6Olȸ��0�Fǜ�L��4� .����'G7�;Ydq��+$F]=N�
ޫw�Q�և 5�����E�4�Sͣ`&z}�10#ؙv��>C��omQ�m�g0SW�PyՏ��:x�י��R�M���_�e����R�Z͚dj�D{�<i��re�y}�֗������Ҙza�pc�7j�t���Ln>]�<:L���i޲'1�3&^��_:�?�)�lm;�������>4p�6�{k��]��F���D:�X=��+Gc���{,�km;�k����95�����xO[%�B�Z����K��A�X������u�s�I�N*+w��q�lxKۼ�tk�k�~8=ҡQvs�)5�y���Ҡe�t� y�2���\_�iB���/���![���_��Ԩ���B�H]�
+2I�ϻ�\ 9Y�5h9a�D~G�����9і�y@��Q����i|X�K���M:�aIa؊���5Q�zo)��}v-��
+�	
.@�������d�6�]Jt��̦fݗ��d�~t�bfV�[z/�R&�A둿�t�Z���=����y��"��x>г��#C���(�SF�K��1ge�%'U�=P��*���̴����{'ZD�hu�@7#�A2>�Hg�ҧ�wV���Ѥ���*���]���*,�VwF��^)`�<⻜S
�&���=Ya�/A�r�[U�!����B���E�@��g}���7�y���Ȁ�(Tv��?u�wiп�D:H��WQ�xw+q&֯3�,qz'U�WP�B�A�~P�����`J`���_&�^�OF������ֱ!��V p�\q�֎2Y�$e��R��J)`lgWJkO�LO�$��a��؂�&7ӜzOg�}iw�
+L_�f�R�s����ʙIe�{���tt76hP�����J�s�>K.�"dw]�M��
��}�Sm,(�|)g�)k�2��T:ì��nO��U)�'�ee|��I�$�P��0]9`���V�� ����@^����7uk[Vv&;K1�k�+֬�A�A�w`��
�H�8
"�Q̞ߣ����r���t���^w�ѩ�<�����}�ِs��Nk_��9����t�
f�f�=�X_7�~騛_S��ǿ��gR�"~hb�� A2zY�|G�bElW���sP��v�~���稝�"���eИ�“i��������U�@�|�xŐ{U�������?	���GF*$�q��u��h��R֫9���<d����+��D�t�%P�~�)�J��p&<ո<�ۧZ�?���Ho����_e�Y���aJ@��
+��Jg�5���	\���3]1���þ��-������ȭ��ky��tP�d���-�.FS�߱�)d`Ȣ��ީ�m��ӭ}a"�N4"$�4�tF1�W:�R�ͽ'rY֎�������:�Џ?a]�E�b��vH�f{����t�ͯ�t��[�K}�*�8q��J���m)7��e��'Zps��*���Rs��vp� A2|�L:({�veZD�b�����]� �Ŏ(Qދ�0�P��"��-������m�c͍��Q1�i��Yw�����i�p�+�A[W�)Je�v7-\���c�%���<XD{�rL��3I�j��h��-R�`����[���=,�-9��۴9O�-��C
�t89f;W���(v�l�Q-����`m�U-��t�9���1��c
��f�xFk
O&$H��Hg�H�)��_�h���~��L��q,-��57�s�h(XB�J+m;�>�-����@5���p�(/����W]��Wp=�����KG]�j��T:p����r86�F�/�ɛ��(Ml�c_5���qRA�0{;\� A2|FV:�>�V�L�_g:NY����U�?����{���'�� ��$���B�m�{O������^����-ڞ׺�jk�Ze)��@�R�**2U�"U�((+�����Ұ5>���{<	I~7�|��I��3�7�S.��}��z�W��d4��X�z�^w_:�dt�}P�Hwj��5[�fK<h�$���=Q�J�Pȡ?y��5��qO�QCz���
a:�I��y��0����DIsJ#f6�d��#y#t��i��[\�x<~�g�)6�.g��3�����5�4�����)��9���M�������a���x��no������Y:*~j u�A��������"��1�Ŋ�8���I,6[�Z�\��Y�(>��G߶�[��,�Q%�,}.�[�cư���.׉�Q֖o�X�B�`X�ե�	]!r��Τ$��U�R���V�*nڐ�l������B�c��g�|���##X��#�>o�N�ˢ� ���=ƭ���"뙦\,;g�ם��V��/.�Ϭҵ_�e?#"�U)Gg�)�Գ�Vs���x�z�������П�B���<سa�W�#kf?��Bi�I�k���F�y���ބ5;)g�ɞVQ_��4��e���T
��6�f���*�]�g�f��O���{�t������-I��S���z�$@�[�cư���5	��u�t0�������4'�T�������ޔtl��Ŋڵ��G�}Y�������) {��`]J��
J��JkJ��zSҹ �q��q�����v�;�Bn�Xhp3o���b��^�J��N3L�,��b��ʼn�Rç�n�?O1CS�UO)�f�V�{:�����-B��t�A�`X�C�`MB�t]oJ:�ψ�z�fǖuL;J��y���aA�v��/vz=�*0��_ׁ�n��!oRy���m�`�<�'�ն�I4��}���L�7�-^""�lyo�N��ӎ�Oe�ej�N���am��5	��u�I��Z���1�(�S��Ä�:3�QR^^��f��@lI�o�E���P4gT��\��ֹX)�;�+�L}�x���Y�e:�� }qʂ�'��yF��R0{��[��28z�Lq���^wO�b$�ؾ�@���--J, ��ǻ��n�p�Hs�)��?Gl�3��X��
+���B>Ͷ��b���<78���̤l��_��;ڏ�E�7����:9�N;��27��Ri��⑪�N8����=��$ŷ����MIG�Ah;�c�yM:T)�n�9�
=���u����P�ݖ`�ow�S�}ם=lY;}M�[H�X���f�O�J���"M��i=�HZɤ��L0�Lp����K�tc�S������*�B@�pnڪ`����Slj����!�X�kş�hQ:pA���t�B2Y6„�H�����ᗍA�K(�v�d��� �|%�}3�I%��wjP:��P:��u�t}�"��ޫ�l�im+�՘R:�;�Bnt��N������cZPВ��Į�\-����>��������_��ݞnWe�;�/f�>�k�zi
+cN�A��،c�.�uK��J��m�S"�Wn�&����SkRq.|M��zQɯ3ξ�tw���!$U	��ېg��/�q�ڨ��7����.��Q�P:��)���A�F���!	9�I�Y��yg�5��ppp^���Y�!ۡe�.�fǖ�Ŋڱ�Rddn�/��M��B�65'k2A�:鬿F�ȇ����a-�����'�g(.3�u&|��#qb�\$��3���hq|��]��`����,c�S��Q?j��0�K����i��,/�ϯ�вևA�R�7c�O�r�~��4ޛ��X�O�$}>JG]B�c���<�:�[��P|A�WH>,E��3��ð����05���9:�c�QD4#�����(�\�PD������xIt�*��Qq+_H�t�������p�]*J0���4��d�T�B:���S��d��[
+�N�F��]�'�Q3{ן۬t�"V�08*�F��t�1J�8�,{Wf���D�Pr6��L.C����t�A�`�[���ы�r5'�=\����W�K��9�?��"!w�";;�oY8�e���2~ι�G�9=���׳�28z�N^]�
+{��ulV���a�s��� ���_$u"k�8��ӽ�?g��؛�ېg��/�q�ڨ��'���Ǣt�%�N;F)�9�$�����y��рL�"��,�����Ӎ��ao��H�j���mnǔ����A�9���M��U��t�rH2@ZpH-�
+~��;cw��ƴ,
S����M��
+�/���&<I��U���i}���/�̌7�-ZW/m0�HX[�p�e�_^�4(���g���-��G�R:i��ef'����4��.�ô��E����sU{��p��^7-$Ko਻5�^�����Km7��~��5u�q��,J@DPYEn�#n��Sk�h��Z��Uh���*h�- jEK��ʢ@밹����n,R
*;!��!�{�K���d�{���Ͻ����&�9/_ɶ�������1��h����#1
֜��sI�CQ�s�
+�
+�@ 0�"�1����[N'���"#N���_j�l�$�f⩓�kL��}�_����Yt'g�|�	=�����|_&?5<�+[/���^���=J��4�٫�RJE��Q�	�]^G�G�Q6�ۖ\���|�^}������U�x��\�O��2̗��U ���μ&f/u?ۣ��H���)�0������K�xd��Y�_���0"37#\�c$I�h�L[a�o���h����8-l���L��eL�� Ӓ��F�$b�|��!���Z�N׻�t�-`(�Q 2�Yg���T��cv�ڜ} �?1�Hs�5=T*b��@ �7;`:�0D��C1&&��U�C]J�hM�8�p��`��ܤk�x��vD,��j=�1�����Q 2��h*�t\�c$Ivi��?7��+�g}�O���Q�t��D�t����)0��t�Qu�s�?��7	y
+R4�׻~Hf#��C�ALG��Lg���Y������n��ۂ��;byV>³��IlGU";��e@ ��d%���>��`:� 0"3��$BC*���H����
��ܣ�����ن詘
��
+���:Om������޾�`:�0D����|�t��t�Ml�'�$�8T�;z�^��x�z�ϣ�Ǜ�L�[%�l��?�KT���=`:��w�t�@�����(��x�J�H�D�g�V��~l4A���G�m��\n<K]���J����l�cۍ�F�i�
+���L����� `:� 0"3�v�5lQq��z�>�g�>E"��p�������Ci�؜,�L�G�q�����U���=`:��w�t�@�����(��s�;�7��o⌜�H��p#�֑�����پA�)iN؍�L��������w_��J�wޅ'.�/�H:���ߎ`5�;?����|�t0֨j���-)�yz��I;o��x
1�'Y��E%�2λ@o����z��</}�K��m������s��g�Z��v�l4�7M/�����-S�"Lo��i�N���9=i�uߗ~v廋�O��F�o����;T$`:��w�t�P��uI��Q��G��R+F�Zd��B.�bE�3�������%4�!c�A4���!��?�=���P�A�N�ƚ6��牯1:3_t7�<$YX�*�
+�agh"ȢϢ���[��$���3)��n;]M�ǯ*4G
+f��M_*��t����Í8VO�_�ye�!1��,t�����t��)K�/#��CO���3mm��z�Clz9VZ6P�J�w����{����P�*����*�� ��p�GY�p���D-�
�O[ ���G�Ba�׾$(1�Z������eqi�i~W����zL��3��s�i5V��/���Q�{8m*[�>%�D yq�n�Z,.u��t���aBh��rf����C�i��֫�۾� ,��B���rJ�/�տ��qo|���N����_�W���j=��I���^���t�R-,������:�jݔ�[�M��TA�������\�DA�!�n�[���X%f�*f�U��l�-=���ܖg�	D]�&�Z-]��qo=�j�\*��Ink~���{��?�Qo6L�)����|�;��������^!�'v_�ZȰ��4��I{���?�Xm�֩Q�cf���?3-�x���Rk�=~+��Z�I\?P��[+�=`��6J���}J_�w���1�զ�QlÚ$�<�!��=�����<�������s���F��Z�i2>l��uE�׷�5gl��ӿV3Z���D7O�&K��n�ᚯi��	n#rH����<`:̫,GYۙ�ͷ�:0��O�d�/iM�p����,,��W��%'��W�Qj.m��i�L�D���S�ܼ�|�t�@>�n:�QwܕF��($7}WD�ƢV3?�	5nu;�HH;lC'��.��v��F2}�v&%����5ޚ���P牶�C��~�7���
+�M���y��uۯx�OXT�*������k�׬�g��ŷ�K�o�Q�e&#�uxc�_�:fd�b��[:,G��=����x�;�62(��ݞV5+�����8�'DEP�P�f���Y�mN��(v�;����r�ݑ�[l2�o���/s��?���j�	�����s�y욀O��m��d�Ԗ�0���(�Y��O�5\f$=��<_��x�8}	�xUz�'z��u��UΩ���x�z�P=v?�"b�s��?�qC���u������ ����]��E�gh�E������~��5uf��yK$�WB��t�� K���:h��೰Z;*.�Z�V)�T�/(��kQV4�QA�C"��B$) �A�	�ŘH6[��o��}���sfn���lëٱ c�7>��'=μO��螠)�z�9{�@�̄6=�l:���z]�����,�͏�:�p@�Ț0n�"�o/�p}O~[oz��*�����N��� ����8���w`Ӂ���NA�դ��E��Ȇ�2PL�͗"�=�l�S��b�%�r��T3{KRO'�am�!��?4�1�'bʜg�s!!�ay�)mV�b�� -�f��SL�H[�FYӒ����
+�q��r�~bo4��-Ca:�_�]�Q`�]�5�	������Q��1Ռc�?�M�t�Ts�qԉcu?��&o
��S ��8b03�*X��<H�ll0�=E������h�`I���/���~]J��]�opeT,��\��/�����@�s��Ď�w�rWg:�[�� ��C�k`��]�`��n����M>$�����1]����:�T��fP`@�����:�q�N�@�v0�Ǽ�00�`��#ʖ3���v<"���#�BV�'WQ����K�uݧq!�G�;ű Tg$B��հ4�J���0P.����������_`Ӂ���H�p�����y��%��8-2*�C�.��y�B�	�L�Q�w� ~�M�|
+7�N��z��Y��6�Xs3�w�Pgp�֬؇X�h��tp
+FNug�:��R�������_�/��r6-�:<�I����y�.�G�ᗢ��m�N�D�3u�s!v�5-�����ଫ�S=
+�B
����+�_�g�>~D�w4��;�I����ȟ_O�����Q�bj�N�R�bp._���>o>�)�� �ĝEI�K�#X�|��>L��ֆT�?�޽���M'����(
+H�^�I�~�"��h�,��z�����@��p�-����s(��C��V�x��F^W�N�Y�������00�t�H�
+�Q^#�g<���V����8��ؿ�ωF<��m���w|^2�k�/~f���2�C�	�!�D�^���*Lg��_
+�A��M'!���n?�����,��s�Lo������tgZ��޲��$�
��M�d��	WF�O��_3�9¤<��Rt�CU,B1Ys�U�ʐ
 �~����,�����
+@��q�ą�E�B��HH�͓����:�L�1�L����?���҆_9����^��^��Za��Y���M-����V���?ى����/}e-J��&�v׼�����g�!�1�Q�4���������ujӻq��v��s4Jn-����.��_�+�~�tr>>��ґ1o�CY��m^c탖ɯ_0R��Ӵ7��G
���Lh`��#�4��x���!�.����Fr�Z�%7�Z��>���轃��SnJ�d�a�ܠ
+�`�9�^!y��a�q[n%A-�Q�.��w��x�_7�A�fV�ҍ��\MJ�^3ٷm�Qb���@��Z1lfD�2�/�J��@4a�
���XǀJi�ܗ��eg�*&VM6`$����4�~����]�ī.O��̳b֍q`r34k-G�G�7�s�n�B�b�1�b9�#��A������E�M����HE���n<��0�D�9�-4[fɹ��j��]8`,aӁ����i:��3�pt6���8Wn:(ɠ��%����h���qF"�6D�w��B��u�6�}��q݁�d������#� ��2q��b:�Y<W��i'6�`;#��T-��W���n0.��d�9%O�b��p��b�\��a`tF�����be+(@{	󰃫/8�U
+�ʨh��C
�reV�RpHn(P�\�s��yג����b����La����v�բ5ـ�͸,70<]�اu���N�j��3u�<�
��nV��j*��0Y�Y��K�d&Bm������x�sA���}������T��c��sP��h��t$��RQ��ܰ}������ ��l:M6E<�<{Xv'�D�B�����g6=�l;ʦs�d9
+��rc!��F:���3��~O�4F<�v�8��7�p}Ϗx���7Qd#k8�/�gql~ԡC�0j��t�}z�8������~��H�t���XR��#��ge���
v�������W�c�͎��+��K����������6��=�Y�в0k�:d�&��Y/�6l���6��.��xv���-��, �9��G�j:A<W��7�'դ��
+�(��Ae}we�8~a���G�A��L>~��Qgb�����{�""���-
6`(?6�hˍ�_�Z8���ݸ��Dc���J+��=��+u�q��ѻ\�h��8�䯣��]v14�ݵX�
?h![U��'����T[�61�LG��25uJ�ٻq�N�=ܦ3�_N��
+K_�ٞ19s�#���6�t��[�a�^�b�8���gf�Qi�i��x��F�q�%�d��û�Ëv�e-�"�J.�.�)���g�/�.kX��B(M�i�&*Mm���;C9M234��>��Ρ�����y�ڗ�T3I�M|��f̔j[:J�q'����=���R�I��ƫ�GJ��K
�ʴ;^M��Q�G��vZ�N'����M��[��g��tۼ?ڦhʂ������%�gK�{JӪ���׈�����\��#�H�����/cE.G�:ԥ��]�3'v�C��O�%�b�q亥�G�Յ��
X�R�fQ;��[)�罪tZV��B���m*Gi�E错�����
�q
���ڽ�"�-��N�3s�ʏ1}$�(W�MbFE��R�ڟ
����Q�zQ��iq�s=��_�j�P��b�{���Y[_IQ��=�\�C���m��yʥ�y:�Ew���t�p�;��g�g����Sݨ�9מ���Z��z`ã(�	@J3��t�4��y�Z�����{kj8��V�Ɏ�!$��y��H*_7�?p&���F2�5�39����s��tQ:#�k3�9Z�wAmf�VW�Z:L��k��8|��
+/�4���d*n���>M�>�[怆�[e=��t�qKj�gI����Ɉ8FS�0m֖���YP���n͝{+Φv�GUny�J��J3��t�4��yO�ޖ1fMr��է#ǯ8F��|��İ��I�H��B۴-��I��%��ay�7ó|��sj�U4{J]���c��c�u1)x*#��tLR���gջ�_�N˛3�zM�[A���S�^�cp�`�ڡ����Q:��fpk]:��z(�=�m�X\�U�(��e�����}���\����W���]�e����Ba������|2��5�P:�(�����J@iS:��*���QR-���1YK�AIN?�L6�ZS�u����n�;�4��i��*���9�3S٤��?Xz���e��|��������n(�͡t���6�3�]���Ժt��t7�Ӫu��iR[S9�^"�[��At��	�����&��O:/�6�}���@�^��J3���ð����3ڔ�!@�`��M��@s(�=��P��a�i5�@A������0ôJ���t��C�`�aZ
��AP:��t0�0���� (��P:�a�VC��t��z(��|@�O�0�M�26Z�N�t�:�J@=�fpk~*�J�0L�Ͱi�}��AP:��t0�[�S��
��G�~���}�@A������n(�͡t��J@=�fpC��h���P:��t0�J@s(�=��P����N%��ABG�`���L����=]��ҟC�������kz���]�M����O��a�>�����*�Qv��$��Q�ȴ>@�P:�z���[)��]dV�(XT�e��:�����7�w)a��g[ynU�o�u��7�t�-Y��ِ]&m�z~������li.����ᙋ,�I��/u�Pܨ��R|뒮��W��pƸ�ry��C�h�wQ:�B��|�����_�z��9��B����VK��d�X-`��O5Vn�����r%ҧ�!��������.�Ο|L�4�ѽ�;ʱk}�j�0K9��L�מ�W��hY3DZO�oI�,���Ӡ.�
�Tn+�������jo�thB3$�J�J@�t��{�����ז[W)Qy�7.�F^!�&L����͵�r�,�/��Q��YsE	���Ŝ���+���1�ퟒ�ۺߎ��������^��b�����M��vd8:n��������^Vi�7�3y�I܍��v\'�uq�|N.�`��č����wڝ���B�Y���-*�3��A�0�4���G��j�>t�g�/���1��CI�J�g�;`���s��]�����(�}^&r��ȪgY+�pc6�2��y�l�����3,�5�6J�R��4�R-�ݐ��H<dP՝"i�Š����E+Τ��ϡ��[�-�Ɖ){|X� ����)���I�+%�|Yl�C~H�gfo32�����~�7���o�F�w9�mߥ/-��L����/䎲|�*��ɜB6��~��R*�w�#�������x#��J@�t��{祣{���kյ��ri��xg��X�:�o�#.�%�ڰ<r~I��̩�|k��U:"�{��O����������-��_h2ÆU�
9�{迱S�/�r�K	�$>8��sk�~{�S�8���	�DyaHw��}��ri믱�YR���a���g%�<���s�ɑ�}�̺G֡c7�y_���j38S���f�dH\��������yȏ�O�d"�3/Ϩ8a�С�t�E6�8#g��t`���X�Ԯ�1��ͥ�ӭJG���g���}�j�(�6��ݭGe%�4����K�O^�$J��6q	��R㞒������5"�*'*1W���4*��Y�,/��1]t��������/󨦮<������f!����VAPю:Eŵ�B�8�tEGE�e@���H�EE�V@�V�Ed���,jH		B iA�����9���{��{�9��~�挴�w-�f�^F��T�ՙ5qC
�q��c���O�
+��V������D΍*�`��~�?�ϥ+\����06��R��������#܊M�Z2���~�״F�&	�Hj
+i�#{
+�e3r�O����8\�Pd"L�^�f�ϙ��R���pa��AWfRV�Jj=����K�>�t���X4��,�gh���:��z���<��^c��v�ݹP��U	��·�O�!<�C�kb���ƘJ��l�����WeF����Ǔ��:�!iH:�4����1��앇d=�$�_���k:`̞�\�p�������/�����+ V���.�I��l�ª�
+Ki^e0C9������"��_�9H(�?�?���`�+�_�b�RP�<���A����N�r���>�F��06��R��S]hV�,�t�m����T&CBF1������s	"�R�F.~�Y�Y-�X������<��6��53�x�@d5���6�jH���N6��@�ܽ��)��D�,�
+���O?Yr��lX�u�"���7�VC���qT���;��yOH��Rl8�օ�Ӭ�vfn���/�p��[wgV�&o�!�Ȼ|�$,�GRUJ@�#j��A�ž��´"ۺe�"���8v������^F���4�.�,�tY����঩�	Έ��7�z�Pd|n�\�#sJP�!��)n��* ��~�{�{�h׿��s]�/H	�_��9ƀ��=Zc�@�Kٔ�7��j���Z��G�@)/Z����9�x`F��Ì�-y���<���R��ɀ��8��3�Mf`��t��G҈�*m벹�*�n~�����*�
+�>���~�37*�T�?z�_|�JӐ����?����I
+�A�O��b���䓡��t4��O��E9�ɝ9�I-�Br�{�ĭ�rQ�,�E�s
@�����"�f�*O_L���%��
+ ���7#�<�k��K
)uU]���O�%[Ѳ舂7�ҧ����T'�LG{���Ҫ����"�`Q��&���یD��9�_�˕;
+Bsa��h�3s�>�i����̴[n�u�oM'���x������*MG����k:����9��앿)�
+fh�Mf���|6Ӂ(�
躔`�go���= 7ւ�Z>㸂..���Qab:��l����Z'�+M�C����'*��R�]��Y��w;�HҾ���kb�/�-��=3��5+6�3 �Y$�d����/�Ƅ�g:Z�d0#@����Ǔ�AP�0$
I�ܨ���46�Wz����J�� �`Q���v��iy�~��9ڠ]�-�Q�3��p6\W8�0
�ލ|=g[�1�LG͌@�a��r{� 	����2�1۰��{�!	k��Gc�B�dC@�iw
�/�/�tP`��U1��O�9׺z�k��>Q�{3�q��{�d �����l�Bk�$;�����$�v����_IE�Pv	��f��k�M����xc���y�D��w�����62�������{�|
�Y�6p1����PҭH򞹔e�ݽ_x���u9a>*�����КN�T�� 5]x#���`te ���b���X}#]B6��7�b���w93�{#��>�t��U��\�T��%?�	j0�1!6�����]�����U�H�	�m�g��Q-Z
+P� ����ڼ�R�y�i��UY�ܶ(�
���ez�]y�h�y̗��҄��\�e���v��7kn��W2�'-;�>����ɐ�N��,m�����b�ѓ�//�����O�d��D��ܦ#s���c���P���ٛX�O���|���h�\v[Sz �t(o��Xn5�s� J=�Q3#�fm��2f�E��k���(daDn��S��d�,˳�
��iֿF�B�r��h%���'��g��t��"�K�Nf"�� ���?@�Z�Sqו�}z��%��Ӻ�9�Q x���G��R��D�lF�����K��B����f��}'�f�>��XhcD��WD`�4g~ցwǘ���݃�;p.�:o$����?纬o���3ݙ�I[nW��R�a)���އ�̧6��R����qΪ ̰6r��������9Jf9�։-�zgP����'�w�wp�'ږ��yr��k���ALGGz�3sݭ�~&Z�'���=W�کF�f%t��
;�X�����ڑ������ɻ��<!a�&�q�[~���r�躋�.������&�%y��-ߍ�T�t$jfT���$�������c����>��Y��m��t���?�/���<��WH�AnH
+ʢ�Wt���G-�Ei�[��Vm�E�nG׫�kڪ�V��Y�,*��Z�V
SA)�((���8�s�H�A����3������#��c�ǻ.);h�G%��%�-����L��!�'R��'s{sߏX6yn�.�JG�c���E�e�����)�<�����O1������rۍ�~F���C��γߠ�ίʎP0�t.�)�~ӿ�b�����'�x��7��6��s�֤�G��x,�)j.�W�e�|�c�����F�4����JgB___n��GfYq¯'#����ܸ�p�ئ��
�yI�]�����ӥ��"*���<s^�k=U:��}�j*�[��Ϡ�t�Tk��*����n�_tma�zIƢ��*��������h�t �eՕ�@=�*���,�a�Vy'֑uc��v�T+��E�><Q4�t���,R�ړO^��=<�[��<���U�~�⣥t�b�ʢLRK8�����J��||�����q����ƹ#WW<V/XKU5�S=�Zp���ۛ��m*����8���ԭt����t`��@�a\��Z=&��T���Ӳ'�T�6&"�뜉;Z.�3�Z��+�;s�'�q�<�t���O����1@�KG4/dx��ӆ����ı����?�?�&}�p-U����F����Πu\�Y���CJ�	P:L��=(��D���~Y:궵B�������SgIJ�'��9��7LRx���-�3䈼�7Cϳ^��oW�S?�{�rq�)�&���t�s(�P�h��G���m�jcE��y�Z����_xo�[E�F����ElFg��a
+(��A��'J����ҡ��4z����L0�p~W`4��<a\�m��,CRE��0 ��nϓ�$~�}�1��lf�\7���
+?<�PM�3������t˵��\���' �x�%)lUt���Z���{��s�eY��'�uo�)A��XW�S@��@J�8Q:���_:,bGܒ/� ��{�6�_Ȱ}2nAV��,�z���-�N�$BY�V򬿓i�]U��\:b�[eQ&�c�����٥w���6o���gWT_:��*�\��\bK�R~��쳠`�Kso:��t�J�zP:�lj���0�t4��F��~ŝo곖�$�����MO�\$5�w
�V��G�
޴�	y9y�ʇB���T8�~b��`>)%z�J�V�9���e�,��f�ܧ�>ԗ�Fk�JgX�p�	�&���~�"�M�y.c�P:L��=(���d*�>/�JG��i���T_��4L.��q2#�
��� ���[�dzZ9r��j+�`b�Y�_��V��2�T)��}���'J焐zEq���N��	�?��� ����p�Q��������*?o��j���&��������C�0����t`�s��K�h?�)��VN�I�^+�=�Y:������U��"��(Q:��Q���-��"D5���6�~K�9m�!F���[�)���A����EH��$BY��	׭_���k�Jg�%˕OJeI�1��I7�t�J�zP:B;d�+����t����t �v�nU:B*0����t �v�nS:�0
����t �vH��]J�zP:B;$J�.��=*��߁B��E����t���Kg_%� ��FQ:��bP:���ҥ!�j*J�-�����B���@�t���!�P�t��(��A�@!Ժ(���J�zP:B�.J�-�����i�K��\�$K��ww�=�&Q:�h����t�N�����"sU�A��KϾ{H��D���P:�Ѓҁ:-�]f��a�(������t�N�i�٢t�!J�.��=(��b�e�(f����@��@J괘v�-J��t��"P:�Ѓҁ:-�]f��a�(������t�N�i�٢t�!J�.��=(��b�}y�����\�s�I��,�~2\//����Xv�3������]�S�	����=~�t��"P:�Ѓҁ:-ݴ˲��6M�0W:��e���ռ!�9{SG$�a	
+���˶g�g�ZuK8x㫜8[_�R�����]��\bix.Ė�e�V���(p�홨�:����u���S8��Qw,�5[.�u�p�����5�����c�A��@J�zP:P�դt��a>�}���cy���Y}����aٻa����bg��r"�w�y؞�<{M�r#�p�Y��2}'�w�_��q��Blx����."W\�����Nx(���{�~�׼��D�;���u�Q:��(��A�@�V���f��hQ�_���v���f9T �~�ݪ*���1�l˪ћ=��sS�N�Y��:���lE��p�-�\�3��NY!%q����Ԓ�@NEq7����ŔD(k4�,�+�qŵ}�R���l�j�c;�t�<�By�r"e;x���¾M6^��t����
�^�}:��d	ԜC�I��kj�ng�ɿ��\y�k����Yj�M�����/󨦮-��$d $a�Ĭ �"ZD�C���iՁ:��Z�SħQTD�O�և�u]X���@�����d`"� 	/aXR��j�������;wg���?�������c�F��)UG;�wBp�E����qB_{~���xliMGv�3K�Ug�3���_���bT17���lB�-�c�[CAȈx��Y!S���^�p���t3}Sإ��$����3��ߓ��uE$�`�s��w�j6:�o��U*j�:�頫h'���x�jL�G���,}�R��E]�z����

�!�@A
� �@Ai$�����҄ZA�~ohq,����KB���������`���:~<v�n:�Թ���5ȗkq�?d�
+�X��/�l��S�X�/OI��:��i����O���PT);��P����q���bx����i��\�Q���z�F��X�[
���(S)A[`Kh����3(8SO: �ڟܜ� �{f�:���)�	-&��
͘��}������>��ܜE]6;�U�_�����TE�`�����AC��Ϫ�h#�$Jh!)����x�B�@LI�ќ��:�
+��
��
�;����K螁Hyןa<�Tb��{e�����"���}�l�Zb���g
?,�EIC���0$(�a$((͂�=�=�Ir�:�u���g1%������	k_`s�Bٶc��w�Ɠ*���)��wM�����/��,�z��x��[�B�V��oJ 1Q�3m?�"�6��wm�`��DcZs��`zW��gB"��k!:w�wk�e�5�Z��1�}H)C���K������_@:d��~3E�h#���2��܍,��H]&����x�I�Ƈp>�����t��֐�ԑ;�m)•���^`���Z4���Tk����b����%�ϲԗI�,11?��w^�s,
Zj!�@ҁ�?$((͂�=�=��g9r,>�7:��z��܀;�	�\^OX�K�(�`f������j����]E���_��H��.�>�~;��P$Vo�H�C��L4�,$C�U��5�|ni�ȏW�4B�c'D�"N�|��!
0����z(��yέƅͽl��d���f��j��Ӗ}w�����<��^�Y��]����3���&��~2E���F:��"�@6j������u$ME>(5騾�"C�=���L����
+�-���vMu��t���L���~ż�u'�r�[��-�L����?3��=v��� H:PP�IzD{P�Ӄ
+H��W'�Ȍ#�D��'�Q|3��=�F�O`L�4X�x���特۝u�[�z����ϒ�8�x�����|gq�}��3t���IM�r
+e�W���}��3��`�-z�R�9�Ұ�ˀ]Z(g�D���7��V4)�f��H',#��YZ�)�Y�v��HGS�
+�9G��*ݤ��}}��8�#`�u�]�Sn>n��bw�#�'=��>�N��ޤ������m�[	on�3=�$�Trc��ZG@&���nCҁ��I
+J� �@�h�t�K_����$����fFQK��{ʥ%��]��N��t*�o��$�-E��{>%�lw��6R��x�l��XA���'2Q�3m?�"��7����[n/��ۯ�Qa��H�6���|@򲃴+�R��"�鋟��?l�v����/���e+��T��"5��Α�V�����3|�<VH���@�HS����D:X��/eE��w���ϐ%fu����Hv�����êP�o@q찷!����'V�+o�R3���Z4���Tk�"����N��%K�wB#_������p��0	��fAҁ�*騟���mN�!Sݎf��qg�m�]����.Kg��}l��
I}�+݅;b��NQl
+�1�l�����)�^���z�nV����L�W��wr�~%��
�֞���=��:��O.��>���
+���T�����������Fa)���,���ϙ9ӟ�p|�G�z���@:j�j��DJ	s��7�PM�ҍW��^l��3����6���v���s��`5��?���"�C ����=�/S�p���t��T���z�V�k��+z��&�Jɭ__*��mD(��rS������n�y�u�RH���R�~I��"����^w��{<Nģp��_��"B�r8
I
+j�I
+J� �@�h��A��E��h���M����|ƙ�TYm�4��Ǻ��>~I��8��QY�w%��(;Z~������lS���ɫ՛,���Nq�qRgW�Wބ�g�
+�	%�kG��<9���,��w=�oB�F�F ��99,�^?3�w�$w��~Z���%�=�x�!�����/@ �"��v�eE;�u����G�+RǗ��Ş4��~����'���da���Ơ,���D�dZE㞾��D��(����Q�g�����t��~�@5u�q����@��AʒH�e���c���ZF錝S�u�h�ъ�q�:�:�Z;sTDWpYT\	"�"�kX�LB�1��ya��9��r��}��9|?�ͳ��wj9��廲k�w�4 Sb{)��t"��e�B}D�e;�~>�1�+_��{"�$U�gX�i�sԊ���}��B���˫���ى���tQ�t ��H
��]��1�!Jk�K��֠�<��N*J�z��A�����:�t L10�Ԙc��b�nj�c��4'��t��f���5�F/���k��8�r���F�E[���M����_D҅e�.AzL/9D㬽LE��՜=v�ע�+�����Y4k�m��m����#��Z��]�s�o��d"��.�øJ^���A�x:�"��![�+[�ь{pfTUE�B����2�����D�����3n֙|� �,`:������l�.й����m&�VӡxOz�����f��Z��lu�A
+�Ii�� n��Sb��xE)3S����C�<�3��,��9��T`���8Rj�~$w��ݎ��V���e����S��=V����6b��j�D�\t�
�T�<m�`6����-H����<n��x12�
+!9L���'��lv���G��xP��m�!m�t ��H�9v��q�����bV����+��L'��
+l~d�-O�o�������f�gS��RO�X̪�-z��:��?=����m0�=z�T���4�WO�����>���g����Z��c�Z<��v���nqX�Osh��*�IF�Xa_��x�'ܭ���S�N��f}�w񇇐:`:��������
�N���L���o��t�{~K��0<�2\�\~lZ�����wP��{F��Ǟ��vB"��"��L���������I��iI�Z���ӑ5Y�66�/'���-�F����CuXP�pc�l�_Ow�L��=��؃CH0�x�t�R�n�L�{`��c�}k���U������,�%�,�33�����v��Mș]���d|���%�5�6>��<:����(v�
ڐuL�9/o��"n:-��]�����8����|zAp� �0�x�t�R�n�L�{`���ڵ7�5��eR�c���f^Ѝ��t�<������Q�gg�A1������<:��g��ې��?�p�qv"n:��i�ƓO3G*�ϴ�1�jW>�H�!��xT�B��@ ����v�7`:��6c�_-Nk(y��W`�#smy�|K
���Z(׍��~Yc�(䮝��s#��}7��+��c��̂�<:���=���:f׿TNɒ����w[L�y�t��	N1"Ɵ�������{^��sr	n��Ӂ@�L 5E͇T�'��b�t���C��N��Na���*�>�co���t c�HML�T��twu�P{��L�83^7��0�k�W�n��zmZۛ��`:��������&L���NK1U��L�xm�t ��L���09`:$G�t�"`:�k���/`:�������D07����P�30��U�L�	s�NJ�T�m{G�ӧ48��b���*�Ty���=r7)�������/�K�6��We��mG����?`:�����y���q\$օ�sS��
+3��k%�UoI�s}�~�s]Y{�W܍_B-I��8t��K5t���g���k�St��J����q"��7mA�Q���ɩ��u��ư���P��
+�qC*�#�Y�4��胆�m�t,�ɮ��g�ٽ,󤂾�$4��G$ɒt�B�Ԥ�Ӷ�;�s��b,`:�������A{���U��pJn�w �Ί�t��krh-�#.�T�!j�Lm:��V"ko9F�tR⤂�\��S�>^��"�,�R�V�,
+�
�J�t��̀�h�'���iYOܽ���1dE���D��e�Y�G�;��(8!F<���t����������&�kLg������R��F�SX_�>��^���RL��>�\��:zUR�X�R��<��RVdXT�����e����/��rw�5�����.�
+3�L�
�d12&9u��5�)?r�;΢�3)WT76���7�A��w*��L��`e�:�L��#:!���б������]��k3��Fa�o���gV�k�����?�����~�LG[��TF9��BuHi�68cX�klԶ+K1��ҽ���2eܘZ�c�*��s!W�G�"&��d}���֘��GsQ�^7Ҳ��A�f���T��dY������7gD����ڮG����o
U
+�=y�y[�b��2��{$�)�wLo�lC������9�9H��0%�+�o�B��Z*��T;y��I��ͷ�&>!�h�fl��k����@ �������.7�s�ce񮣵��}9|	*���t֑r���	G)��h���W��ً|+S�i`e�Q�3�ì�\�@n�jIB�=ǡ�ݚ;^��5Ơyي�l�j��\Z�z���ŧw8˦.�ޟ�Z�޵�x�|�8q��[�t�c��~��5u�a����"j�*��F�R�u�UVW��A��:u[o�8ں+ZwG;�uu�U�LQ���
+*��- D�=�VA.!YF�ٓG" �;���r~��?���/��u�Ϯ�\�l��քl��T�`�'�fꦓ'S�M�C���k�IV�'6�?�
+&��Kc�ބ;���g~�M�Kڈ� #+�\��qB���9AT�4B��1��*����L��ֶ���o]�V���ы{J�o�xq۷6>$Mq$�I��G^�kZUڜL	#������̖�a�T����^Oo[Τ���R����u7���m����A����`p��t��C����.<R�2t������4K>�{���Y�]�ƅ���J���)6z�=F��H�鈔���מ���t8�S����7}e;�ݮI*�\*������p�o��e:��C��U��<��=�3�k���(�ϩ�����t6��tRå"��.\ng6m}����ڡ�.��?^W����ӗ�~.�ox_?ӡO#�~ʴ�n��7�9J~u�Yv�/z��*�B�Z+X�Ee:d��7e���c��r�L�<
˶�qNF��Lp�.W�ףB�5�o���4����� ����`p��tRWtM�#r�(��_�Y�K�r�-��Fl��j�5�_����a��'{%>�^\ݫ�z��Bȭ,?uĵuA���돍'����4iR��v��K{e4��5y�w�E9�;�p]����DŦDž�
+zh:)qRQ0�i:$����YZ��|.6�^�B*��ot����}�k.���岧�\��3�s���iDS?�nNŶ���(��X�e���c�U�m�DG��X�EuO����U�:��s���T��s����P�˩��7~����=}�yXyS��ȉ������t�]`:���N��9<�����u�ouf+��r��f+�v吩��E@�������jd��d5���w�Qk�˒�e	#v^�A���Y�����^M������%��='�φ\���t6��t�����I����4�?*��x�9���C���ą��3�4�������w��}Cf����7�-�f�����G��(!ζe���6����5"�)��4I�Y���M�em�70a������7��`����:�D�4���/ʑ��i�<4��kݾ�ɽ������	^�.�j��kʵDhYis.u-I�7��l��"����j���^{j:V������IE��v�1�_]�|��d��-�k<�y�+

3�Lgq{�����h�"{�� �k��t8N#�MK�����A�P/�Rk]��T]���8'tL�Y��tC@x���4g0Mk�h��� ��t����~o:D(���!e�4ao����'xnY8_0������ѻCm��o%�$秋ly��B���ڊv����Y��J(O����x�l�w�DCa^��0콕6���NgC:M��;{�9KKx���f4�9V���>�J�b���_VH��Z���dnʢ�����bIƤ�$nNI���Q��OL���]��~-����NXL)M��$�o�~�`s�(���mt�Z��0ԥ�ɫ���K��z��x���c�W�>�Y��_3�z<���Q��o�Z�J�Y�� �~�����08��t:�NI���s�dASmݻ��Ҭ�H7m�V^�(?���EWWH*L����M�����p���o�q$q���q&��G�=��^{j:��Bu���tR⤢`��tRå"���LLv_dJ�	�l��ag�Ee�{4r��C�IW��
+�d�,a2Bxo�-�>mS^�}��?\��#�(��F��4r�p�:���6���=y2�)��+�Id�$qx���I��e��k��t��b�Rߦ�m����s���9�6�U������/cLd�
+Z�̴�m���u���������ZM�?0dԬ��-�%I�cm��R���х���E�L�M�5��h�Mh8LA�������!N&�f��s�g�s~�̽�����Kꦓ'Q��9�G�9lLg�֚Mo`:�.0���gИ�=�>G����}{�g����J���u�鋰1��Zk6��� ��t����Ac:u�I����(C�ݣ�6�3X�� ��t����N?G�t�QY���O#����t�]`:���Lg�@���X���t�]`:���Lg����"���>��	LA�������t�0�0�������2��b��a:����� ����`pb:�@�7��tD��t�����81l=6���"4���(ߓ��/��xY�����e]��t"��6��,`2勇 ��h��� � ������@?8xi������tƓ������t���枋q[`:�������P�N����J��n8�e��	�Y�f8J��/Co��
0������t�CSX���r`8�������0�����ALGe9`9H�|�a<0������k�Lgmo���r�r���X�p`�L�v�t����*�Y]����t�t�+���)���t�`L��@��2���2�B������I1����t�JH𛔜6{�����Ʃ�i������:�j�L8�q��e
 KPAل"�c��cU�AY:�@�P��N��:U)��ʀ(�SE+*�,�D�J�T,h
������ĩ=�q�sHr��yC����g9�W�XW��������������,R
,� Hm�V2�AS��9�T:�~��n���}cA'�)��>ߺ�-�?_h�Q���N�Ї��V;�t H5�t � �Q�Η�,��������E�a��aZ�qQ�oV�8�^~}��W:��"�r�����b�y_�T�.��UE5_=#��
Z2�KM��R1"����H��@�Ezx�xn2#~g'���}�~�} a�_؉�>a�������I��#$�Ǧ�#�Sc���-�p���+�>Y����������ҁ ��ҁ ��FQ:�%C�U*�3��W�/�{^fċ��3!j~xJ�NװĠ�I�����c�ұa׊@7 ��C��?x����5��̍hw�.nw�)y鼠�h��=�a@;�q�hpt7���t‚ZH=������wI8���R�O�쩽�E��kD�'����dף�<}[�xN�	(_'��L��*3s��a�"�뿷�Ko�2^����P�];+�M8�'Z<j�����ys�r�m�k���USؕv�ե3�9ͬ(�:�<��+3����a���ژ������<K�TK� RE�l-��R�$"h���m�u����L��q^ؘ��j=c��,���ᜍS���tz�J��W:�N�r�<G��	�qrV�4��&Ư���*���Žb��VRp��=��їq��W�C�[������~�[NH8���`��k鎗�'l/B��i&�l��z��/��LGKG�t]�a<��k:�[M�t���ޮ�5����{��>^g:��Y��ډ>��o������g��J\����'�[)�V�N��<�����/.HwYTx��ϥ7Vxe$��P:��t#sn��=�t H�t � �Q�ζ���*�ο�����-��4�1��fm��W�a�;{]�;찣&�~�X�[ײh�@p�z�!����F�����H�H�D�����褼H�nf��ic"
-��:'�y�`������坫�"w����s;�R\|N��X�#����b,gi������<�֌�rs�#���.Ye�i��I{���jY�'F�4N�"��^�����?��^l갍�!Z�5�y��a�u�#�J֐Xf�����-���쌕�PC�x��������+vk3=�T������j�e�o����`�)�N�>ބ!H�<��1���Om��,��߁�O�X�������O{i��_���T$��A 	7�^,|���ª�k��f�+�o������P4���.~����#��KM��v���׎㚞��K���@���s~)�h�ո1=!�t H%�t � �Q�������Y��I¡�B��7���4�)��V�zl���[UG�m��xk��m�y6�Zz�%�X���
+
��
+Q�o������n�����[��z����4S�0V���wW�a^-���w�&]�'�ۛ��������E+6V�`3f�*�(;��к�H����d�E�nKFP���a-�H��l;�Z�|��jo���+qD��e�S�{(�M�T<�~"�5,}6�Ԗ��>a�>ib�&:�Eȩ�1�v���D=�1�WFٹA�l蝁|��^Y�I�?�e�c8��'��o}[ѳ.���3 ���I%!�n�z��ʉ���b�
�ݷ �7Ċ����fr��x�5��q)�D�.*<=��b���y/8Qyo&�h�z�X��9�JC����Cn��G�r���żF��%�|V]S���?���f�>C��jGV:RV�܂�0ޔ�̒A�[(�>l� lf���K��+X:A��(J�x��Z*?<�T:)i��_�FJ�}���.�nO�]��8���e�\Qj�PUim[[ci]Ƕ�TWgiUW�>�B��2x����3���
kw�.~˨�m:���D�+!�,��\n�n��$�%<�=ǯ+�w�{�˶��̓)�<���z��:cQ�5nv�>�$��B���n��4s<4�(�#t[��+�:ܴ?1��b��q:K�4/*~���4�~�q�)F�n����k��'b�50���U��6}���Mpܾy�Qv��w��,h�����l:5[�#8N���q=c�3Z��xdP�����|/,}
+��vyWzݒ�1�DN�X�H6�:�h7[À��@w�d<�y�:<���t�J�3�-[��|N��a>�ѤQ;�����<���v�=��I���i��A�p_z�g�ǭsOޝK���A�6�������5Y~�W�t�)�ND��s�
�B�C�A/�0�?5�=���Zv�;��l�'[E�ېs��N���2�j�J�����=@ٔ]�a�*Z�:�q��*�:���q����j��
+��qGj�]�b0����VE@	$!D ��HÒ�(�s�9���}�~��r��~.v��"F�w����iS���Jq��4���ׅ�K�.�1�_w�vҷ�6�Gҽ�[�	� *�2�����;L �w(0�F�k��5��J�b�#���
\�/�I��e������	�N哵��X�6���V>ק|O��$�^u��\�]h}4#���L��rM��g���D�K$�mnd-@���YHh2DZo�� 
�(QgP1<���A$W����U���R���/����mv�4Y.�Gk���|�A#��/��_�e�W����i��ͽ��d-���=L%�=l'$��q�{I��Gq������p0_��d,n{ίCӁ@��� y����Ahs�f�����ԽA�6�ާ.T��۹�f��
�^�s�!$5?�?�p��D�H<�,�����Ԛ_����YX����bS:��
+֌�4�2�;i������U
+���n��%�P�H��?��\�*��(����1'�p���\�rk��#i��k����
+Y�u���W��ѯ�,	�0�8	U��r�G�� ���>�:��l�أ�D����c����gsIZ�!g=\���0��eR�H�Pe�P�4��-]�͕�É,��f�A�`�(M�7���5:��RB��=�G�sδ�5<CM�]֔+{�>�����1�r��_Nn�.U��C�X�Ƥ�N�Z������� IZ�D��}����r:nH���\C3�����Ci2u`:5:6�0��ս��t�#~ރ�YS7AӁ@��� y��
}��6�3��l:ښx��[RߘNT^��IqT6�z��y""D(jvn��oڳ'�i��P���cj��Y8���,��QP��f��z⒈�y}G�$K�"}�����#�[�`Cf6Zed� Y~5�Y��qh��/|`FV4�k��[r���2I��j���rf�'����^����w�f���3Bˉ4'>���y�#w�̤MX�߬�ŕ��$�D
+0g>�θ�}<�|��;��x���Ѱ��F:2��k�8�����T,O"U��䓪�7>�_lC�Q;d6������ۀ��
�I�+�GOP�q��0������2C��Q'On�.�w�c���x.C&
^ZN��P��l(�����b�uzb���,)�ij����\�ϋ���gw-���̻���tbh�����ph:�^@Ӂ$�t�1�N
ջ��ٔ߹�6io��2��.��;:��S�� 
+d���p3|Ʒ����L��g��}�d�L�l�ȪH�'g�<�M��Us���d��V��~~l���������l3����sO\B����K����y+I�m,.mưF֚�~q7$���a�D�S����Gv��D���t�b
'���t,�ިL�����
��d�F���
+t
0���[F�+�Ӈ�KI;��^>\��7�!SY'3W	���s��%�KimҨ{���Q{���!�uU	j:�Y�B��t¸��t�n�*��צ3��m�/��#<f��t���u�a!����tP�	q�=�>����qrOj����ګ��Km=8�����������E�V�foY�fҌ�����6�M�	h:�����ΧC_�ί�.B��<�e:�HBW�ޓ����	�
+�)M��D����؋�nA�����ڨ���k��RY�ʴy
+6�݁(KU�L���:d���ͪ�rl+�κ!̪���s�����F���	��ǹ�
N_N���f��f�WV�
++!2�xԪ�+���vXQdBӋgZÉ��}��
+��W���=��ȥ�c>8
���֞�hZ2�����c���t�,��E�͡��M@F�Kf��yX�6�����/(Mu<_������a�n�5��cU�0����2���,��M�Ք��2��O�������A/��*���|wm2�"j{W*��>R�%��~M_za;1;n�OD�(0�^�?M�
���'��
�� w}Z����"�*�v\�Vd&m�����,�Yk���
h:�����ΧC_������5��y��t~%ct5�b�G?㵙���)��݌]׆spJ���(*��P��޹�L��|V$ә>����c*h�U�\��˥8�Ljm.���ނ����\Ơ4	�]O��.b���h�� ��3p����З��S��Q/ӹHExS
j:�"{ǘ�7*��@ ��?m�c�j9�+9�w1�-`8�X0���k�'��c��I9�^�k`<����̤�+��@h:�����ΧC_����͢^�áa��H�3��l�C���O%wM���tik��ְK�3�cf,���^�/�	ވ�mg�w���y�ª�72�#�t 	4��4�O��4�m��E�L'���!��a0|����k<�tvn>��̴��/�‽�d%-����Y+O�u�*�����	PSg�񗐗BB�#IAXAP@�*�^+��R��X-���L�n����@" 
+��l��*آDa9UHB8�ܐ�M*�D&kGJȣ�1���{����y���E/�������]��S��
b���2I�����z]M
+^f �H@: T���0,k>�t��gV��,S�E��{���4��	�VH�t��1�C� �Z�=q�Ѥt�f5?������!9��#E�G·�#!|����*Jgk����b��J��]2������칖�}���4���E:�Y�O�I��'_�2e-�..�W<Aa���}�L\�9Ky�T���^Ӧ���K����5��a�>��c&B��l(�6Ü��!S�}�h�^�&��W�8��c@Bm�����xH'�F��pL�ɢc[�� �Z�؟C�j^<�����iCv
�-0"�
k�@�
8�h�2��R߯7�#�dv�χm�{>l�wV|�^�+�����y�pr���_f �H@: T���v��|��b���ܕ�Bt���7�4AR�#�Oܬ�۴� ����`����%}��۾�!<�=����;��D�ڙk����Qґ����W���?0�:Y��$�Q]���F��pLҹ1j�LA �6"M�G��a+t�P����~�wd7MTy�BD��g�v�=��Pv�BA#�CprY����n�^��@ e@: T�m�`X|/+J]�9̫KU� �O���c�)����Ava�bҫ�Ws��V4m
 ���2�uX3�&��^K
+����p�`���B�7���0���y��@\a��	"l��L�Ć������H1G��}1�'j��(�uܤ"�Hyr��t&f�(�@��\�L,Y&,����Q|��\�/�V����Q�.�
+{ c�-��qO0̤Q��Z��t"���$��F��yj@=��N�ɸ��m��J�v���E.uEo��l�ʻ��&���522�{�l:�=�P������Z!/v��ǮH1R�B�ibP���eG�����u����-���� O&��j,i���i�D�}O��΄��(N��Q�V���{�*�_�� ��99��3R���>��!��h�����_[w�f�󨏰���6띻�6���=0k�S�h��rz�%�Q{�k��\���k��`cDk#+��:�"6%:��q&�
+bL.娮�xH'�^�!pL�Q��L-SQ���!H�ҹفHh�װ�L�_��
I:�j�\zC���G]'%#}��o���P��i[:�9qc��&2yKP�=>G��:��\�gLU}�|X:��ܦMh�)�u�������+�:n)Cx����/��:I|��
+z�������lv$Ȍ̭]{ň9M����= �N$o*�0L�@���(���P�$&)����>ߥ=�U��*
+�����xH'�A�<�4��=�9�'GB�b"U�	�iѼ�G
+
�ƅ��+�
+�{[!5�
�ɿ\�j�w5A(xf �2 *���	�m��d�����SJߜ?��;J>Y܍(���+�2M�jD�rA���Tz�'��*�:���c�?�M6�﯊�οA�0�|�;UsJ��kijт���x����s��~H\B����ԁ���Z�@(K��	�~7��/�H���QmXQz�Ȱt����"5�(�5�}���������Beږ�~k���IB9��!��l��z�!����Lj�X#c
�)>�Sl��#
+�HG�	/�\#���Z�7�D�3
+�>���SY���2�����s�0,k>���=0k�ӡ��Ru{�k�ֈ4�g��27����
+�@ц3��4̗/�9.��Z�����@(M�ұs~^�Onr�Ht��=��h�}�ƽ���!5�2���R]佱 ��T��	H�ʴ-˂O*�
+�.��WZ�։b��$��%�KC�X�Iv]�*Ǚ������s���ߖ��-eϾ�����?�$Mp�\&�9�Qέ�@�������=�'>��Z0���W>�������;�G��r��r�a"��U:�S��u�s�~q�/��I��wL&팧t�����(��7"�t@�1�I�(cN����^�+Ăו��*YN��9��~g��Z��ypԼ2Y�w�@Z�zw�	H�ʴ-e$�]���˻>���4��Jt�C�n�.L-������\_�_6����w�`�/�����P�U`��4��oK�¤	h�{�$y��sR3u�u�}��!����r�o�T�];{�0�����,>5=E�*��3!�}��/t�.dm�ʆ�C��dc�vr+�-<jg�aлڇT�cN�W�'�}�CzM�5ō?g-�&nGP��Z��t��������z*��0�^Hq�8�g��swV�8yӽcG�%�OMK�#ך����8I�Ў�J�e9�'�B��B��~�G5u�q�f#	!$a�$��R��)��upWZ;J�zTPGP�����8��B���N� *
+��}��@dQ�!bʖ��U2Z@c`��9�߽��/_�y��
+����A��{~��mW�|���]`ӁQK��t 4�V�~�N��he,c��z��~��({.��8��C�K�:jiwl���ˠC��_bΎl:Z���rDpLn�������;Si�x�^�0��tC�c�#�B�ɺ&����H0���R��b2��qi����G���p��in�ز�
��1Ԟ6(w�_L���+�Z]:]w~��f�W��0��������o�]�$�_��k����M��9z�ߟ˿:���0�R��ے����7�O��[?�+�?��؁��D�n��C?nJH�	�#�~/�!��}&SA��t |����^��P�Q8P�ƃ}(9�-�����c���u`Dˤm��O�\���}��3�t`�u1�������x��ݾ7��M���K���Γ�Ǟ�JZl����K"�t)���d�@Sl���e��y����}��U���ȥ������{^��P��@�M�Y�U��H1��Eh���4%�$�^>�(��Fh�b,^��O�������1����%��L`ә<�������ƽ���C@��	"�&�;&�Aٰ�MwBE[(.�"�T��_��'��Gk�*�PR�؄I���?=��nk����O��R��\��-ɉ�?��]j�2����^���܌z�|�f�:s���������~FSu������|p�E,T���إ8��=t�4a	����٬��d}���E�t�G�'
�%���A��M��'14��v��6c��\�|z��Z�ֹ��%�F��>Ytu����޶>�����in����L.�b��-XK�qE�,��x$k���Vl�ޑz˹A���osU��c�T'K
+�Y�^2c�0��ͣ�,��o
/���@5��6�4�#g��QԎ���FhJ�����G��y��N��¶	7����ЏU��nO҂�Ɯ�p�O�P_���d 
JQr�uI݂���g��^wqϸR?�ӿ�``�6�6��l:���4��j��(�Ax��*}®�yd�H�!K^��tP�<�j�Vѩ�)���HS� �z�S��qÁ)Zq/@��Rnf�E_�Z�3�0N�BdD�/:����.e��h�eşn��nu<	A�q5�-���3-�߮��j5jg�~}ޮ 9��|v
+��bz�"g�%�)y���m9�"}	��ы��]������Z>8B���縿ȐQ]/��c#tZI�黲vػo�J���c�Iw�!Nd	�4"��v�oqnrnw)��5��*�T*��aJ������

+��c8:�����{�h���/Sf�g��1�~:[��?��Ϝ��MX�����W?��L�˯�l��D\DUIvJMg��Ay~��,_ �jF#��!SAШ\���R����Q�JӁ ��\"7�÷���!���إ�Rcw�\��-����$�AW+F
^\00���Z���6���x��ݾ7�̘L��[,-�D�|�c�#
��(��@�u������䈵����谄{�H�~�Ϙ��vD�uw�f����Fo�1���Ԋ�t�]���Q�����	4���3�B>������e�)�w���\f�q�}����c�*���L�[@֡�M����$�Y�|)2/`8�a��^I��?���Kt��/����6e���).S����ruCӲ��`�J��0�~�<�2��(A��/�����c"/��F��W����2��j�)1���e�(P��(���l:�V�zT\�X�MF-�Mg�����a<MG>�\{�������UL@��CXy&���gF}�W�sm�!�
��?�ЙM�Є�z����&���+�B�$��P�K�������u�1
�a6�9Pv�B�B�kC�-K�ۗET6G�!��O�F��3vKc�g��S�Xr4P+qV��W?_���
+4�Z7�n��J�A:�Cqߚȸ����N��Md�Pͳ%]�����`O�
d��P�����o�{f����0�髣�Y�’����<�6��0e�=��J�*�N��S����|�}���(�T�3сMF-�Mg�����a<M�7yٺ�ǹ�l�Ќ�tP�<�j�Vѩ�)���HS� �z�S��q�d��Wk�����_��;o�K��z��ćW"hS����2�A�@{�c��W�7Da�3j����[{xkd�i�V�h���% '���j�s�(uv�D�qȾp.���bI��|f�O>^�c��N��SB|�O߰�!5�����c-�����7��� �?o��E�,H�|�����O�t�*�N��S;�L�LCp�?�����|����%��L`ә<���T��V&4c2��t����-}�2�.��e�N���8����@"GEP���.*��u�dz���]�U��,�k�*�֫*h=��C������EDY�$�pUE K��Ԙ ���|f�#����2��*q=�r��&7C�37C�ַ�}hR0��
+D�uK��wa������g�eîUw�9�?F�\F���g�\�taV\�I�!�K��2_��o:O��cm�d��V�*)�V:�3Km�b�rf�>��zUX��jĖ�]�G��-mܕB���G��(�D��:�c���׉������\ؓ��*.)��Nk��)J�U��-棇�0J�$����MJgQ�{�@[f���m�L^:�B�����>e\���_;�q�v�*M<~��5�t?�R��f���:$f�2"(�%��q���4�x�0�n'�G�����'	�����DĜ�R"/3G���%��,���B)����5�;��鷝�9�侌t��ǘ	����G$D�<8cF_�����G֥J�K�f��!w����
+�qN��~�N��6�Q�)!�n��ÆY�V���_m����� ��I�ը��y���H��:��i/���/��g�p~��3 B��-!��mg�_��ڷ�ڙ�t^�|0Z���}�P:��A�@��+���S:��3�?�h�4ԋ�Ff�~��Q��tǙO<�i�m37D� �����KJ`�E�{�ۉ��~�dy�����9�8�{�1�7�]ޡ�(����<���$�]c9�3�����GR/nVq����\��8IsP�h�t�g�?!��o���u����ٰ�fg\Z�>����ߕ�=s���؎�����j��q�v������(S��龛���Ţ¯�Rw�N�^S{�gkB�����\�>	��#� ���W�,�b��ڙ�t^�|��,�\j��t���ҁ6	;��J���fK�C@�󊭓��T���l+���~���[#��N�UKN+ZZ��u�P:��A����ɠt^���G!5wⱻG�? ����:Yn�匳��S]��Lp-��?�2�EĶ,+k�^>ֵC�����&�/�����OKg֖��0kJ����m�T-�b>�.k�r>f(��t���dP:�f��0J��L�`(��t���d�Z:����||z���0J��LF_:�M���J'���q�����Q:��@����ɘ�t�O>F>(���t���dP:�f��0J��L�`(��t���dP:�f��0J��L�`(��t���dP:�f��0J��L��BȐq&�w�D4��\����J�8(��0�V/�`�IJXG.��������'Y{c�|M��
,�!��x����w.Z����Լ���	{C{Tl���Tg��mC�����&�/��+���7_f�ҩN [v�)�����O��e�̴��^��T;o�U�6��qP:��`2��)�<a;�ef)�����zM��5I`/g'_ZI�
F�/�R��u� ���ߛ�]�g���d��K��1�
+���'�qr{p�"vw�"�I�~<�=�/���s(2���"%a^w�����Y���O
+��L���+�܎��.��hן�?��I�g������A]��:p�2w�d��T�ۧ�:E�Z����K)�s�$=�.�}�K�v��f���f(Ҋuc3�m�.��shwO�a{���dW���\7?��:?Q��m����]�$�ĒY���Kス��� |���=�knԈ�2�y3S"��	^@�����&�/ݦ��a��ѝ��6r?9wc��ۈ
+��-�9�G�/X��4w^b�ٓ���������j!]��*�HȦ��q�J�;�zɟ�+��dR��G��Mje���O����1�*{|�0ǣ7�����ЗN���#�;o�5�(��3Qg|X(��-�!dȸ����n"��I���/�ۖ�	8�Iu�Z@I��V�B�J�y�>ք��=*6�T��?�3��͍O8r�ӱ>č9;]ė���z>��l;&\�Z�VW:��u�W]p<�aѩO�:��Κ9�ϻ��(�����u�Kgp���^	_��0�w^:�i�N�����P�M����U��;��/�>�2:��ͮ�:*%5�7<v9q�37�ry��iA,�_�}��Q�)��U��t���S(i9�M�h�D��C,�vu�U��γ'�rVT�C�fmd��}Ɩ���<m�rq��1G���"㭹����䵖A���JG���߹�l4B���)y!�nQ,58x7�C	�o��/����;.�#��Ԥ'����YC�cJ��x9J۫/8e��s}o�d9{����b�����T}�$��T�ơ�D�X1�Vٗk�Z�u��U�
�B���a�ȩ]���{Z,ɹ�y=\|::�?�1���LQ���|���,]��Si��E��P�c��.�?q���B�+�������>��yPSW�_6 !�8���mUڎک(KU��¸`;�b�ԩV�[�Z�E�
+*�n�[$G��
+H��% �$$/MP$����x2���w��}9o��~Z���X&�a�𛌿�
���;
�eht5=�"���_)�'��[�qR������zT��{5 )�n�ҸD����������3Ht�*ڡ�r�p��`@�0��7�0�~��gc*@�s�]�����!�FPj����(Y�/��7���ʾ�3cm��u
4��f��WJέ�qýa0���5t�`��,��y�׾�#Ta�UK� ����.լ¤y�?����5Գ]$�d*���2��[�0�Q[;��"��S;?-g\W�o�a,J�"�_�,L�$�!''��fnl��f���Kl�z�hs�������:�O;Z�����1L�&����~��5k�L�p� ��4��Q>^�ƸSP�	���=_�٦c*������h/]�t���>;�W-�����Q����2m:O]"6������ˆ
B{�J�����W��~����M�u��`+3�t>X�c��B��� 'A�D�R����_\GX^��CJ�Q3��Gr�
RC�{-�]��>&ya*X�#:h�����t��[���c���n:8.[FOK�9���T��r�����G����b4�2e���� �y}���
+
�Zfw��r�޸��[9�=�w�t
+O�CV����
+C}���x~����DE�:�m睥{���g�_����������W^������D����;l���X�.Vj�t����ty��(m1�G�څ�6���?R
HV��M��}aA�W�.z�B��j�W�y�7
�t��&�q��e���LG��>�GQ׫[\'���r�͔(�b��BP�T�S�������F�3z�ppy�骐3Z��N��)�S�J��i�	�$�ɺ�?�����a�����Lǥ�l�����X{�-1�D��:{�Qީ���ܩ�诳�����+��^�I�����&Q��u����o��Bĕ�c*ݫ�-���ˠ��I���^_Z��ho�t���vo<�=0Y������́QU޴��rS}M��y x�_��W�f�G�t���!���%]�N��l�����g�z9
+��@7L��tߑ݃$u_���h�uqG���T�1�+���ɷ$r�0��%7_a�DئӸ_��x�����t�d�`�H�gm����"�5��㓗M����tí�&r�*�N��i*�t�t�Z�N1�r!��|$�t�s���v�� 2��7���߫����]�
r���#
+�(��C�P���b����Ǐ�V)���xi�
�e��C��|�
+�/����7?��7e�RRnʦ5�qxZtx�����>��a򣥪�1E��Stz�c����[We��Au�琥׋5Fu����}�Q��#)G�@2����@1�7���=�|hs�0���}�ΚXl��4>L��n�N��q��/�!�q�s��HSc�Nv���N�y�q*����E������3��6��Wk�x�j:(��d�Z'I��"��=���9p~�<�>�l:(�A�sS��a�^$��/���D�Vj�t�t�P�7n:�:M�s�~��^Fv���t���t��R�2�݅a�������N�t���:0���`:��Q�t�L�`:������X�0��	è�`:�����X0���`:��Q�t�����r�
+endstream
endobj
32 0 obj
[/Indexed/DeviceRGB 255 33 0 R]
endobj
33 0 obj
<</Length 428/Filter[/ASCII85Decode/FlateDecode]>>stream
+8;X]O>EqN@%''O_@%e@?J;%+8(9e>X=MR6S?i^YgA3=].HDXF.R$lIL@"pJ+EP(%0
+b]6ajmNZn*!='OQZeQ^Y*,=]?C.B+\Ulg9dhD*"iC[;*=3`oP1[!S^)?1)IZ4dup`
+E1r!/,*0[*9.aFIR2&b-C#s<Xl5FH@[<=!#6V)uDBXnIr.F>oRZ7Dl%MLY\.?d>Mn
+6%Q2oYfNRF$$+ON<+]RUJmC0I<jlL.oXisZ;SYU[/7#<&37rclQKqeJe#,UF7Rgb1
+VNWFKf>nDZ4OTs0S!saG>GGKUlQ*Q?45:CI&4J'_2j<etJICj7e7nPMb=O6S7UOH<
+PO7r\I.Hu&e0d&E<.')fERr/l+*W,)q^D*ai5<uuLX.7g/>$XKrcYp0n+Xl_nU*O(
+l[$6Nn+Z_Nq0]s7hs]`XX1nZ8&94a\~>
+endstream
endobj
6 0 obj
<</Private 7 0 R/LastModified(D:20110926114527+02'00')>>
endobj
7 0 obj
<</RoundtripVersion 13/ContainerVersion 11/CreatorVersion 13/AIMetaData 8 0 R/AIPDFPrivateData10 18 0 R/AIPDFPrivateData11 19 0 R/AIPDFPrivateData1 9 0 R/AIPDFPrivateData2 10 0 R/AIPDFPrivateData3 11 0 R/AIPDFPrivateData4 12 0 R/AIPDFPrivateData5 13 0 R/AIPDFPrivateData6 14 0 R/AIPDFPrivateData7 15 0 R/AIPDFPrivateData8 16 0 R/AIPDFPrivateData9 17 0 R/NumBlock 11>>
endobj
8 0 obj
<</Length 1048>>stream
+%!PS-Adobe-3.0 
+%%Creator: Adobe Illustrator(R) 13.0
+%%AI8_CreatorVersion: 13.0.0
+%%For: (Lukas) ()
+%%Title: (prefix_settings.ai)
+%%CreationDate: 9/26/2011 11:45 AM
+%%BoundingBox: -29 177 628 688
+%%HiResBoundingBox: -28.6567 177.4033 627.6719 687.4629
+%%DocumentProcessColors: Cyan Magenta Yellow Black
+%%DocumentFiles:C:\Users\Lukas\Desktop\Screenshot.png
+%AI5_FileFormat 9.0
+%AI12_BuildNumber: 406
+%AI3_ColorUsage: Color
+%AI7_ImageSettings: 0
+%%CMYKProcessColor: 1 1 1 1 ([Registration])
+%AI3_Cropmarks: 7.34326 213.4033 591.6719 651.4629
+%AI3_TemplateBox: 306.5 395.5 306.5 395.5
+%AI3_TileBox: 25.4399 -12.9004 586.5596 804.8999
+%AI3_DocumentPreview: None
+%AI5_ArtSize: 612 792
+%AI5_RulerUnits: 2
+%AI9_ColorModel: 2
+%AI5_ArtFlags: 0 0 0 1 0 0 1 0 0
+%AI5_TargetResolution: 800
+%AI5_NumLayers: 1
+%AI9_OpenToView: -374 794 1.34 1841 1085 18 0 0 44 75 0 0 1 1 1 0 1
+%AI5_OpenViewLayers: 7
+%%PageOrigin:0 0
+%AI7_GridSettings: 72 8 72 8 1 0 0.8 0.8 0.8 0.9 0.9 0.9
+%AI9_Flatten: 1
+%AI12_CMSettings: 00.MS
+%%EndComments
+
+endstream
endobj
18 0 obj
<</Length 11898/Filter[/FlateDecode]>>stream
+H����V�H���Z}'�)�� �G@�E(��H�ĤrN�W�U�BB���R�޽we�F�O����P�*”/0������W��X�?�XR1Y�?��`,�(����q*҄@�;���L�K������(�kp���m��U�ʌjC��`^DT*��j]�]Q.��7��Ď���:���pb�OE�?ǰE�BSkgJ�"��(C��աQ�+s��"�����$��La~(�v��MM�@(S#�����=�/%�)1Z������B"�j����xG�
+ ��Z��c�~�C٘D[~Y�[��Rx�t��t���Ɯ�>>��!{R���oW�]w��ꊒ��H����7��OR�W�k�:�s4#���Z9.OmQrQ�+�h$�{5�"D<���eq�Yz+b,.\dGK��&8ڶ�-S��NfJ�VX��.?S�}oU�D���2U��
+ء�DA�#����(ۀ�Ӛ	���<�$��ߡ�n�5�]4>S�;�&�ց<wc�)�F@X��*l��B��BC?;d�#i#U4����R��";�e�IEg_*D�$��q ��2�b����O�1��&}���g`�gG�N_�1ɪa��Q ��IQ|;ג���ٍ��2[��sH"Ʉ^��L:���V*"��R�:�������x Ip�*Śl�3|X�`3\�]]��5H���ӀZ�r�4��p�Y����D#k��g�eRH���˾L��k]S��� ��[S@���k#���s~,!E �X�r)S�I���-��D^
+(2��9���qS�#��)�<�Hf),jG� �cm3�@�0E2I&�r�)�h��WE���)���!"�X'N�x^�T4G�1�]w���Kn��V����L]�ŵ��]t�n�sPx���
+�/<��������ߗo)���^-F�����T��4D܄#Q�ڣ��&��0�H��C�m�s��q��~��Zsis ����ҌZNꝳ�Tش�0cy�4�'�Gʶ�:�N�L���\�Gd�R����5'b%sc����<�b~�����2a^-��.���F�]�XW�p���Z��{��|4�k�ꤰ�����%�=.�+[h�-�8�t����r��$��q��W(���`P�ݸ�(�p¡-0�m�`Ҍ-j�t�� �f�^3�S-ձ����՛iS��<Ճ�+��{�xp�1Ӂ6k��b��
+�)p�r��}��٣�+��"�|�n��n��z1y=�.,�j�s#P$OT4r�
`����B��Y��`�n9�GծI���"'��=��oG�6{p���G'�1�sx�3G��f��K�va'/?s��+����`�WTq��F� V%J
+�#�����y����'���W����)���_�^��/�������o��d���+��@66Hr/�	�/��Ol4���6O�O��5�k����<��43�8�;��*�4�3���d<��E�`<��<��7�W���'k�I�PS-O��O���,�t|:?�)���
+�ԉu�y4�0�r�I.���thP�=ޮҕ>,�,g3�|Pj����R��J�5\�ї;��K��N���gF�e>�V��)P]6	��sx�R��]�jA��USd�ZiJ�JG���#[۔d	������3:�a{�ܣ�49<��eϹ��27�y8�$�����'�Z���.�]��ߟ����G,U�[R?N5�1���8_>���=>Ya�dk�#�����-�`�`�"X�Pc3���YS���@��Z��-}D	��YjV�ҥ��j�����
��A�&�֖�yc��=�s�W�mI-Wضm��n�=ЩD�ûݼ�j�~W�5
��O��ý	��P�➠j���xqa��b���������m�7 �(�2�ԏܠiG��)�~�v7��)'3ش�>�ٯ�E͊�R�-U�ͮ�.sݛkj�ӡKWtÒ�-M���`E%���l܍���Q�`Gt98x������%::�`�A�'�܊�	�LA�5��U����j7M�!F�^���x+P�7A�%��d�q��l���|\�����e�J��J3�[�J�|ʍ�%�u}��R�a����� ����V��rW��W`���YR_.�Ԗښ=
�:�`��}+�/�RښZ�ΞK7�5U�嵢jZ���^l��5w_��ֳw���^ϒ�{�Wu�>o������%�{��)BȚ���WI�D�0:�_
!� �g��dž�y����/Kj��znz!��p��\<j?�_Q���T<�n
\�T�"���Z����F
n�F�s?��3 #���x�YQq.`�����K�m���6Š�<g=�������%���o|I�1�!SSJ��r�p��½N�1+�,�!Ҩ��*�y(�e��c�*���j��ROaS��"��72h!��wͪ<��)����x�[�ѕ���]���m'y8ֆ}„i5�d��ժ2O�gͼ�XmXv��j��WiW�J�-	���e�E�������;[w��"��$�ܮ�u�|z�tG����P�@�}�\��~�O/���?_����A;
+\���M���<����y��}ۋ�1d�GZ������4ƫF������8)�O_���	�Qhx�~nn���ӯ�|k=�m�U/��QL����-%[�;����]B�K�t�r�>��w�S�iK)�i��%�O��Z���:�e{��UK��J�t�=�������BV�ƺ�VIM��NE��_��[_Y�o�������4e�[hE��r��~��#����j���G��������n�`���ȅ����hbuZ1��ї�9��
+Q���,d�����gE	9�85�
+�"*��ގq�{�"rc9&���(���g����	�f�gڮ��t�*z�3�7�uB{������U���:������׌
a���6�2^#mť3 �+�
��heD����a�}�"��,���W��3~��B���z%B��JX�q���=s�Ӝ���/#Ry�̽�7����V�Z����Ù^}:o�Q�/�u�4�(<��u�.@�^߮u����l����Ǭ��� A�$��0��M�;r�m��\3�I�(��UDb�5�:cє�X�G���=ulx�T'��W���2l(&���i5d]ZM#CT����M�Nx�*i��ݻA�HX�n�4U��3�Í�bX��0L�C!r�|��Q���r���޶2��NL�K�iشrk�AS���vz��%��,��1�$x��މ�w03<0*��$ֵ=����T��xx���Z���YM�Js-{�_q_�e;���j����υI�'���F_)?�Z�����X��аƲPd!�i�7R{�X��A3J��ֈ��A"��bڡ×^���������e ���?9f���2����܍��#��T�����F�5�IHz	�pj
�yX�J�K6����ק�5��.�QDB����Už��A�I�����<�g�h�(��Ǚd-�����hh=���|�{m@�����]�o/4����1|<k��DT9��h2\k��F�*>Эb_��Q�&%������ͦ�����P�g�馗�Qg��B-����Ln��+}����I�AMZ/#���^<|\r���/��,0i�������f�CL�R���]="/Z�=������sAg��0׸9�
wظ�[�������C`�==Yc����A`Z8/9~Ҥ�������%h,��L�7k���;�����P9[�b7(�&oa��.wf+��Lp�4J}��sS�]{�����2҄��|\��f3ZJ�/-tp�����(y�M,�i�����i�#B���6z����UU�-��Qл�����H��g���	-{f���G%�챡p��WTrZ
!{d����Wu��q\�]�گ��]r�CQpR6\&��Y�h}�9����F���^7!�I�
+.,*�*��P���xF@8/O���r��HMկ�QZ�M���6,���(`3��e.�����*ղq��{��k��F!�|6;�����L0��d;�E�a��޽x���7�n�֌X�=-Sӛ�qe��p���kW�[����.�nS
e���F\�+�o;nX�"��e��e'5�W�-���J!)��\����MYsf3�.�:���y+��^��An�=��"�q&t䭠)}7
Ki32�lk�٨Ѓ���6F�m��~��u�(���J��+��e[Y�ۚ��ض���M�6✜{���ih������m�PJDـ�*��?��R/th�i?Ć�|���,`
?H�"�l��m.�2Wφ~��������*/�������.�
+�(��@�Neѿ�?J@�M@�5�ۮE&����n�G�*�<�M��p�٧d��9�@�7C��/�=
C���f��8-+&C�1�Y+?�Z?�:e�_Ț䈅Y1������t����Cc�Šʡ"l���ڵ=�lMIx��pV�������0ͯرfg7�+��n�W�?�+�
���j_v�Y�f��~��ݚ;���4Α�z���՞���?`7ts<v��Ȑv3J�nhv�VLvӧ�O
���Vb�^C�N�R6�D`���Ү6��Vɸ��[�vb|ᒍu���[/Ev�O����5�$:���y�!�`J��*��7��Ơ�&]d�A�Ÿ�
H���@ܗq�D�hjقn����q7�M��VH6�*���y}���
+�����O@9�uKrج������e%�������>�*�w����y�7�����K��#�x`k����o8�k��տDZ�
���)+�p�c�C�ϳb���!���y8jd��{>2��mm������Q�?N�Zۘ���2Z@�j1�p�ok�k����'m���̾�>wnr����}��
+����2/�'%l�&q�L�B�:�X��􁖃;�ϔ�����ƽ�쓪��J"�m��0��r��D�Yj��%��9���!m���P�����*=րK�[K/@k�����*|�ֲK�Z&��}静�A;��;��M�ͷ�SAۭm? +�sY 7zex
+�cY�4�1��&�\��.�=\�뵢�'��oB�aX�癡o�jb�
+�5b��{|`���u!V�V���\��J���_ok��M<Z���j:���Z #��Z�DR=ifE%�#%` ��,�T��߮ק��~���Z���z;J��a�FO��nm^5�&������g����	�����4�5U������T�G)�z�
y��^�wA���U���:���añ�M-퐱�\\�f��������.(�Ď�ts�+��Q ؝+C������
����6b�Ы<
��^O\�0�b�R���^Q��
+g��{Fr �Ӝ��_F��4�3%��7�����l��հֿv5y8ӫO��e���9�b��G�%=�ţ�]ÄeDz*6�bw]r�]&��f��i�UV�*����t��h�F���+����Z{�ט���	�֫t+�$�>���;����M��"Q�e$�H�������k����S��i��~۽�R["J�4`�r��G�`��p=&Ͱ'7E"�(&��1��"0��M��+�nX՛�g@u�d���w�aDq�T�� ?y�ܫ�"8a}�����8C�&���7�߅�P=7����DŽ��nX��ÞP�k'���l��l��ص#��&kǂ�m'l��LDQ����0�Q�Un�"fìZ��������Eq�=}'����%J-�]��7�LX����&�lT&S�v�]�W��K��NC��sS�W�셐�(����N��rKT�zuBlF+#��S)Ru��i��-�4��,0|���z�
���>��1T����,|��:.�L��vz��lC���3��c�U�����b�g�K��t@u�M�#��A�$�U)��X�
���C.��
�c�R:�v��	[�W[K�8 e�o�͑RQZ��/T/�dNV%$�IM�Y��Ú�ea}��gTCo����9�1����j��]u
��4*��#�{t͡�5�1�U!Yk!SކbM��>@+�Db�O�ݼ��$�m?М�[�>f`_y�܆#c�<m?�
��n�c��|f#�1��Ά��,�i����|��s�6ЃDj��mc=(3��hw��F~�2�S�gn`�ń�̏��U�
�Kt��9[k�@w�����~9���f���H��3|Jnm�fu�3�Z��1@�񖘬���
�h)L��!�l�kZ	�,>�7��O;7�}2�r��vn<�*�	b��tQ�j�S����A��OL���aM��&&v�
��iLX��jd��
+/ rֲ��Y�ysm�_��M ��N�g-A�]�+o���e�@"�@���K��u#b�Ӵ���f��t{������Ec�(����$%�p���Lz0r���H۽w}^Q'/����Z���}R�ز;�đ[�A�;Q�y/E*˲��0��d���؄�}��@�AC�i�H�j��<K�;�H{;��`F�K��Tؠ#�ܰM���:D�
+�t�M�&fRP���)H�%Gia�sɱLx79I�2�sX�ը�.����s)���8����r�k���"C\�9`�16,0G�r0�Ș(�xm0�4�d&���S&���y-����s����9��o5?��Y�\Q��6eA��:.���Q�2F�����	:
b��R��h‹؝�}
����A8X{*�gp�p������79�4�����rk�ĔĴk�=҄���@���-�[�T}��:����5���~��b-6�ӌ��ͷIR�&�
|�����d
��z�R���������{�D,<n���z�z��;��°<�Z+EN:����zV
+J
�O��M`Cim�	�4d(�)y�T2*7��N�^�o70(�<���q|oO�9j��p�$?���bp�H�n�̣�����3�<k�<��4�<���s�R�n�c�ߤ�����X�"C�0F�J��i
�
���FM��5V_5g~4���s"��:��#o��_���f'��1���.���BH���a�luW�v��B��d�2����A���PdvYQ���z\B:z���jc`h=�;H8(h�A�@#
MԚ�P5�S����CDA�h�S�3{��������O6w���jZ:��0f�`�qx�0V�y�Nc�9k�1���bP��c<�4A��ʹ2�k*��� U�[m������V+t.
��AZ�v���	
+����jOf��#�-1��|M�c�0&��
�i�1�F6��Y*b�62�(��P����w`�G�XLd'�Y
+����FV��v��Qqmٿ���[��b2kG��l��a(���a�q��
+j��M�Iu��@ʍ�\������`���2��\k�9�uM������s�2j�_�V����u{ֳ��61xZ��/�������Z}��>��hԳ�4�\'��X��������Y��]�gs��v�n��D��Đ�:lW�������a�nЫ��>����&�B`G�2����4u��u�j��_���׃9��1�Z�^C�ל�k�u[��:�A��‡��u_d^�^�L�������պ�Z�v��O��`zy�z���^�������>��W�H� =y�K���ˣ���ky� �
+~/�ƒM7ߚ��J�F/'�W��	�/���nr��Ճ-E8�Q:ɼBr�SZ0�8q�n���w'����p��/�L�=�;|L/��ʓQg���ƾFOW҅Ev�Ls��6�����[�����	h���M9�b&���B��{ѥALhn�a1y7&����h=�Z�q���s���È�b*>m�.&T9T��؁��[@K���
+�.?�QV�w����>���x��1�n�Usң�2����p�9�P����V1A��a�?+�37�dcU��\̱�/��Y�ys����z�4��2B�R�,-���s"�Ğ�azX% 7�{�T������\���&W+t.��M.6P�I/%�xgn,CYu�/*PxV@�%��kQ��ֶ�}�cw��7��Ua�T͜lv��Ë6�V�(���ēZ� ����r��b�8��K]�闖��l����`�����z�K!�b�Oa/��%�-p�`x����nlե���^�Ne�L��=������t�����x�1F��;�
 �ѕ�,i$mdClZ�s�'�)���f�MpQtE�ώ�"��N�U��5>�q�x�	ª��L��c�4� Pğ�!��Yڊ@3f����"�kHV']�ZΟ��.Ț�'���cm�Ɨ��4恡�hjƨ��n��av���m82�R�%7�9�a&.���u럓pC�S��!��Bj��s�W>��9o�jq����!D��3� C�:���ۥ�I�҄��0 X�����O^Fw�r�Z3�ʓQ�e~|��(opo��A�$���Z��pPT ��G��C��Z�<�)�ӈ�^"r++�F��H��v�N�q�u�kD='��*^Y|Z/5c��_��(����r��AO��C��8ύ(�T�T�T'"���-�0��~Nb�;�8,.&ӥ�RuUX��=�"^h ,V���U��e������w|�Ot�X�T+\�9�T�T�<�C���iO��F�s��Fe�
+�s��h;2��3�|��������M�֫�+����2����@ H�Z,(��_9
+r��o��%!;�0|�b����g?�g��V����ڰ�1:%'�
+x�ݲ�����q�A���p�z��K�:w:��fܦN�T�n$�P�27����wVLr�q�
NЉF���E����c�}��Ȧ|q$��++����e�e�"k�m
+�#jCS^Ȩ����rrܙ�3z�"w�X�s��r��p�˂�$u���i�3�,�c�Q��T��Eߞ�����Ѡ،l�{;�s�	^����r�F�,~��'��pC��jc��8�_^\
�]�
���X~N�ڃ7p����)j�c�IZ��\%$x�ȕ(F����Cv��D�r�S���/�t�:�P�Q$(��S'�vKZ��
+Y�O6��i+B���wn��T�;ce��!6�7߁yDh��tu��^f`6���)�
}lJ�E2E~R=��^=3C��1�i��f���qB<�빂�8�HoOj�ѡԒ�,/v�ηZ���!p�a���X`������;�0%��6�z�W��@���(�;��)E��;�0���[s�~_xm�Q��pg���W������ٻ:J?���h�a$�Q�#*F6�݆͐��&�7�Gkr�O����y�&�Hx��rb�v/�0�j_��y|����(\k(�<bv9zÈ:����[�ܞ����>����m�� 3��ٕY�#�}�rM�j;d'��O\F���BS���V�}��y���vr�9k��0��3"�L��=H�i(w���ך�d�i�}���"]q���TuVL�W
�B��Kq0U�L�H���ON8ڸ#��籜���c9�(�h�a��f4��#-
���.s*�(��k�^k�:p�zT�,'
+�0](�6��8�V�i<�8P��dz��OH�I{��޷'�f{���H�~%[����ޞ��-�-�cV�Ƕ�h�R���	��7/�\ҳ�9��J�I�ʦD�!2?=��i�h	��IX=�B�Z�-	;V3{�"�=��l]�]����_MD#��SМ�
�����^:�����!��m��h��Һ��t�q�El�Մ���s��97�\�o3�ԽBf���՟��!}�>�?r��MZ��iڋ��5(�OQ<�It�D���_�K���*�|�+�'/��:z=PY�F��!��v�����o�\�뻑�UF�ժ�e����EVWۇ��14c8�ʧ��Փh��e��:��Vq4�ֲ��oGo��U�l��׵������(�[�Ѡ���I|.PV��oum|��<�E���d�v���*2��|G��Z���Y�j���>���D?�~5�UW��I��Xm�N`����*2C�������$�Ɨ�կ�zװU���UoI#�1�������j�����~Wl����,�ZH�j@�ˋ��/N����Q��A�C�ާ
���%'w��{U��~Nb�E+�&����Uo]#�ʒ��~A,��si�k2o	X���a�O��a�+�-֧(C�_��E8����F�t�\#�η�OD�R��9���ⶽf�\eøu9H����Z�_��#Jf�}оz��d��I����׋0�E�iZw���!��Es��x�->!32�f��4�λm�'v��(A<��˚TS��<',��(9�����J}��I���?�����˸������'�aK'��a���#`p4����i��^ܩ�	���3ʹN\O�l:��1vC�I�)�l|��7W2N��/i�Z���P��KL�Kf����f�i栰��9�wIF�L[�Gcj��]�lZ����LR����`�|%��N[;d?N�J��
+�@Ɂ�C�2�}K���c���������6�l��9'K��%����*�H��&h#��?D�"�㦠�m�����)�E~l���o9�6�T;?=R��]N�O$i�[���i�rJ����}��F��WPCk���c�=Nj�;M����E?L
�hH��O���a:"���t�j�Ph��_
��Q�F�LȤ=����\N�.i��M�yi����hW$ݤ��1�;��x���۞J�,����H����\u�=�1�� ��Q6	�'ɍ����xI���v��o�s�ڰ�`T�����`5ϸ�Ύ�
+u4����y�U#�$i��Z��R*g�:�_8�\H،�4
+I�8w�$+�X��6�OxI{���h7.VT�׼��%�y�p0:��3��XS?g�+���}����z�$��j}p�<H�R�F�|���d�f�^r`�hv�"�Zc}"��U�a%>y��ߞ{�����dn����'�i�['�[N�vI�a���ē�i'��:���?S�ih��d�՚�[�n�C	��	�uZ2N�HxA��^�	�˜�
+�V���q�!�yt���\JG��;炣ĭ�������i��vy���t{�+n�%�MTxv�q�%S��ݲ{a�}����Io��sw슱ӏR���&���l$��zÛ��
/��x�Eb���O�ڟM�U�=^��\z�:$苵a:�#�=�� *�2��l��ۢ|a��t����)WN�t���
+x�������~���_/���_����1���j��G�4ft����37'L6�M��"�	���	Ƹ��dU'&L^�������Z�+�n5GW������C6^�/���IZqo8���1�N�h�0X���#��埦�I�i�,�N����k+)d&����FQ�B�FH��n;�;+&}(��s�CcE��:'� ����0kTV�	ҽ�0Tc�C��6���h����kM�:��O)�l�G +��v��$b��mf=O��4}Z�8���h�!핳�u$�M`yA����nmq[Z�h�ط�y��]ϋNm�h���o)9�'��@�0��h\���%#�Z�c��sߝ��"]q��#�� ���c��~��p�m��Ӑ�8��R�<��Őϣ7��d]��<��Z��љG�d�a��5-�<����>R��T_S��
+�Ft�1B(Y��B�4ך(�#'�A��
B3C�-�>xHf�O���ث;�x��?�G�d��)�?��	q��a����祐
+endstream
endobj
19 0 obj
<</Length 4966/Filter[/FlateDecode]>>stream
+H��Wi{�J�~�����Y$(%�%�R�ZjWZZ���L�����%2�q?���s�BD�y���X�U���8quOʎ�7�d{���"ٻ*�Zdݢ�%���*!m#̽���y���xm事�
�&��Ӝ��
����5�,��|*�<�V�Z��&c�
+�%'��
+P�%e��jBa���1���
+�I7kbHdݔ�Vꬢ
��b2j����f�֝?2Pީ}�
+t�]���J�+����OI�n��?H%�"�&�4E�P�q1A;�)aql���;��?SÛ e��
�Co�&L�Q���ܧ9��ܶ~t򱊿�5�P�hӇg�IC��l&��X���.�ڲ	���������!,#]��T��y	���t�JT����ބ�\8X���yt�.�h��t�$�+�w��2�R�1w��R��	��Ӥd�Y��4%�1�hN%�M�+�����hL|w��������s�G��t�eZ�0�n�|k�C �g��0��\L��V�}
+y<��h�*06@�S|{�d4���M�<`.���&�9T����p���'of8�^lLK��4������kJ����¿@s�}�N빼?�Q��}DS�}]AA�9�9��poޞ8帡�`����qV�\��1.^����-T��LO�������NP�������$�P�.}�R��M	�'��UJٙ�P5UH��؜-��������^�m��P��� F׃��������w��T�^dE)r�M��N���S^ټE�-�b(u�
+�e5�ޟ�01��%�6NyB�o�y��׽>	q�졒�r%N'BeM��u+9��;��ڷ��;�I3r���l�ֱM��]$���(����p��T�)�Z���/���ݗ��E���V�Mp�0E��6����WK���=	Z����q�����=O�i�&���I�e��&�@���Qr���}��a�}�����N,ڄ�x|-���Y}�^v��"��ƢǗN��n��|���H$�h.��'Ԣ�n�6�[��ޠ�<�7sb��2�'��]9 �8�wru�V���t����b��	ն��~wUF��Z�N7
+�3�'fhq�<��=��}�/�Y���˼i�n����R�1�����|Խ��:)i<��h�vw�.��)�j�-\�q�]G(��0�X&tdW�k�:]�tFl��-�7`sm��
&�V�=]X�8��i,GG�/�!���Dԗ�>�|�e�(�{�;�L��f��X���K������`��6����t�X��jd�Zb���qbo��F��1�^��F��o�2K{C�64u�p��ÿ��):l�@Տ�-�T^ʟ6b�L	pB�b!������v-�
�����%�[�Gfd$f��a���,��)еk�/q�,B��M�Y��p��wC����t4�� ��ݠ�9&�$S���G)�<6�
���k��r�T$^Ι	BbД���޺��A���_��L�s�z9a㪡c�\ho���ˉ�Ƚ�k���xN���i��|LxQ�{C�J����!��̬�uț�l=�c���#�����7�A�8�A�b�$��r*�1h��E+�ա����U+��=o�\G�<��F���.�9�k�����l������AVX=�,��5RF��vq�������Qh��Q������^y�2��)�)����>X�~�������!�p���0^Qr�p���X#P��Rŋ%(^�U��^��c�����g<S��Yb�u��+qx?X&��S|+�R�д��� ?X>�]�H�mQÄ��x�M��/ g����L��R��T��Vq���@,G�E�`ƾ��~�o'�w�Pˆ�F�
PC�O��O��B�K�{��������
��T�Z�ўtf[����d��y��C�11��D��A�p_pf�h\�J+��������ַ��������oȡ%2�GL�$%���E@�ef��	�<���@��G��"�bl<nZU�ׂ�n�X�d���b��.MA�y�X8�*�`�ds����Oʫ�g�E����0�c@��SE����/�%�l���I�e�|��;k���[��aMv�j���^l�7�T0p&Uclq�DТM�mM�����Y3|r�����H���s0����I0@�/��g��1�T�7����#�d6���ga �oa�S�]t��������{����!�{�@k��+CZ1�&�Pbw�4H�|��Ѩк�_@�v@�@��ytθ߄�d�+8ď�2��o�%Ȣh��
+*��n�=v��R�S<��������(�/?ܯe9��2L%q��U_
+����>��a$�/�	�26Z��mh�1|9�p4@}��r��	V�e ��h6b!\N���4��=�&�%�Lw"�	 ͸&�,_:M��3�����%���"��ooK�W%��ݖ�J@��x[r�*���oK�W%�@�C{�7%�d��������$ ��(2��b�����ojk��{ݝF]gG˪H����󃶥WW%��ö�WW%��~Զ�����ږ^]�P��ۖ^]���	�b�ט��Gl=�_V�,�V�:(�n�����oQ4�H(��NL2�aah��I`ˏ����|cr>��I�9�%�D0�(V[L��9�77�"�G@4k ����0[y��D������}"�q��A0�dKi&I	J'�ɔ
;"U j�gp,N�6�no�}����+KUrn�Ҹ��-���*v���]P~e��t��8C3t.V_=Y���q�8栬loŎK��&��e]Z�,����/�$;n�J%C�[����h��tgH3	����U���h�>Q����f�^��8X����Ӵ/ԁ�ڔoϒ�}���
<��IO�����I݁g�᝼5ϮN�J��F��5D{�����쫧Zr/�?��wrC??:���%}^�rN�M����N�v�6�v����R**��Σ6�y#拄��|���/||_�@ġ/z�|�J����@S0g�Z��<���t���u:BmB����1�~?̐��5��_ ϕ���R�B�1s���w��i�eL`��g�d0�2�d .���˓�h� 9��0��2aǺr^2iރ0wsi��I�����桍+�\��{0<�ف�ÅyYs�@6��^,	ؿÐ��4��}��D��a��ڑK�/T�&���0L�V��\�1�3�R6`��k�ֲp��±I膩�b���4Fؼ.yO���P��Q��͆�5-3S���8�,�N��N�6g-V��*�r9"�s.ɗ���$�@Ɵ�I�Ό/	�X8
+X��� �cYuՒ�f$�f����O�dW��hoz��W��n���^3Ƣ���^��_m�5�ޭ�I�d�W��}�ܒ���8�s���-�Nz���`��XM;��!��ٴ�rpJ�wKR�g���n��o5̿���
�%��xoe����ǿ���f�D������2
X�M�O7N�7d-������յr�y��yI�˹˞�n6�3��*6���M�^m�����t�Z>Cy���K_AQ�K�E�ߧ���^�
F@�6	(�6%�l�F�Ҁ��S���fa��C�Y5{�P��1�93��ϣ5gR��'�F��_�%%Қ�"�oaj _��%�� B����k>����T~рկ�]C�8Q�	�<5/PT?��lS	ھ������h�?Y�Cqm&̸��5W��X8OՈ!�Ѐ�A�a*)��R��+9�{-��u�"N�<��s�l���^^�[@B�	ȧ���/"Z�ء��'���+69lɑ��Ix�8	�o;c��f]��ݿ(
y�šq�ѯV^�f��̄7� ���4L��s!�Nd�����R�g�%kR��K�;F�h�l����F�l^}��/�t��xվw�޸lޒ�=j��O��k��c�M[M��u�u�ru���1�Q�W���8ٰ����S:?w^'F�����u�F���:�!#�'���7���8���ϛב
��<��H��ݙ׳��hʲ�왽������?#Y��W � h`��w���	�-����}M��>�)u2�b�o�,�����UGQ���5�_�T/����)�&B� ����n�:�\�>��"��Hyr�,EKL�s�+���Q:�Enu�ؕ�h�_Osw����':4GwK����j�b�/�e�x��Q�G�ů���Z�$Iݓ����g���W��G�=�5��jJ�hݬ5|�͟�|{K�����$��ip�Z�	&HnsR�+��H7v<_�����؜��֪���<����.�>�� �؅�
+qX8�(iw{K����ᕪ�d��J{��'����JrP�ڢO���1��)��qU�4���qIYTn8�04���3tI�D\��h	YJp*���Q.��4�|��W#��a�ZN��N�?����a���a��)��O���b%�)}I��֟mo�b���m�^4�G���ַ����������s�S$��x:�_����p��l��&Ț�����=���8X<��	A�U�+ooe������j� )�B/��*��وǹ'JA	�o��Ӵŕq�?,`�5��R�QBe��` �$%$N� ���m��]�]D
�#Ji�(�U ,�U@.�IW
+�x����Tκ�'���B�<7�L�8D�����!f<ApŜ��h<�1�Ɠ%��LY�ֲ37خ��rnbT݄P��k!"
+�A���=eIg+��Q� PH����9�ɢ�ܵa��{�6ף�a�$A�ˉ56p�M�a�u`��&.B��!սl �7������������l�
�94�vs�o���?��=�#,E{{5sh]�M�MPч�_g�!x̥57�[��dnqP�~ 9�?T�[��9�5B
+endstream
endobj
9 0 obj
<</Length 18310>>stream
+%%BoundingBox: 13 215 588 648
+%%HiResBoundingBox: 13.418 215.0781 587.1953 647.1479
+%AI7_Thumbnail: 128 96 8
+%%BeginData: 18157 Hex Bytes
+%0000330000660000990000CC0033000033330033660033990033CC0033FF
+%0066000066330066660066990066CC0066FF009900009933009966009999
+%0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66
+%00FF9900FFCC3300003300333300663300993300CC3300FF333300333333
+%3333663333993333CC3333FF3366003366333366663366993366CC3366FF
+%3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99
+%33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033
+%6600666600996600CC6600FF6633006633336633666633996633CC6633FF
+%6666006666336666666666996666CC6666FF669900669933669966669999
+%6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33
+%66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF
+%9933009933339933669933999933CC9933FF996600996633996666996699
+%9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33
+%99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF
+%CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399
+%CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933
+%CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF
+%CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC
+%FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699
+%FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33
+%FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100
+%000011111111220000002200000022222222440000004400000044444444
+%550000005500000055555555770000007700000077777777880000008800
+%000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB
+%DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF
+%00FF0000FFFFFF0000FF00FFFFFF00FFFFFF
+%524C45FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FF
+%A8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FF
+%A8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FF
+%A8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FF
+%A8FFA8FFA8FFA8FFA8FFA8A8CFA7A8A8CFA8A8A8CFA7A8A8CFA8A8A7A8A8
+%A8A7CAA8A8A8FFA8A8A1A8A8CAFD05A8CFA8A8A8CFA8A8A8FFA8A8A8FFA8
+%CAA8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8
+%CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8
+%A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8AE83A7A8CFA7A7A8CFA7A7A8FF
+%7CA7FD04A8A7A7A8A8A1A7A8FFA8A7FD04A87DFD05A87DA8A8A8A7A852A8
+%A7A8A1FD4FA883A8CAFD07A8CAA87DA8CFA7A8A7A7A8A8A8A7A1A8A8A87D
+%A8A8A82E5352532F532E532F532E532F2F2E532F532E532F532E532F532E
+%532F532E532F532E532F532E532E2F2E532E2F2E532F2F2E532F2F2E532F
+%532E532F532E532F532E532F532E532F532E532F532E532F532E532F532E
+%532F532E532E532EA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8CFA8FFA8FF
+%A8FFA8FFA8FFA8FFA8FFA85952C1762F2F592F532F592F532F592F532F59
+%2F532F592F532F592F532F592F532F592F532F59537D537D7D7D597E537D
+%53595359537D2F532F592F532F592F532F592F532F592F532F592F532F59
+%2F532F592F532F592F532F59537E5359FD07A8A7A8A8A8A7FD09A8A7A8A7
+%A8A8A8A7A8A8A8A7A82E5275532E532E532E532E532E532E532E532E532E
+%532E532E532E532E532E532E532E532E532E5353522E7D595353532E5252
+%5352522E532E532E532E532E532E532E532E532E532E532E532E532E532E
+%532E532E532E532E532E5953532EA8A8A8FFA8FFA8FFA8FFCFFFA8FFCAFF
+%A8FFA8A87DA8A8CFA8FFA8CFA8FFA8CFA8532E52282F2E2E282F2E2E282F
+%2E2E282F2E2E282F2E2E282F2E2E282F2E2E282F2E2E282F2E2E282F2E2E
+%282F2E2E282F2E2E282F2E2E282F2E2E282F2E2E282F2E2E282F2E2E282F
+%2E2E282F2E2E282F2E2E282F2E2E282F2E2E282F2E53A852A8A87E7EA8A8
+%A87DA87DA8A1A87D7D7DFF7D52FD0CA87DA87DA87DA87DA87DA87DA87DA8
+%7DA87DA87DA87DA87DA87DA87DA87DA8FD417DA8A8A8FF7EA9A8FFFD07A8
+%CAA8FFA8FFA8FFA8CFA8FFA8FFA8FFA8FFA8FFFFA87DA8A1A87DA8A1A87D
+%A8A1A87DA8A1A87DA8A1A87DA87DA87DA8A8FFCFFFCFFFCFFFCFFFCFFFCF
+%FFCFFFCFFFCFFFCFFFA8FFCFFFA8FFCFFFA8FFCFFFA8FFCFFFA8FFCFFFA8
+%FFCFFFA8FFCFFFA8FFCFFFA8FFCFFFA8FFCAFFCFFFCFFFFD04A8CFA8FFA8
+%A8A8FFA8A8A8FFA8CFA8FFA8CAA8FFA8A8A7CFA8A8A8CFFD04A87DFD17FF
+%A87DA8FFFFFFA87D527D527D7D7DA77C527D5253527D7DA852A8A8CFA8A8
+%A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFFD08A8A7A8A8CFA8
+%7D7DFFFD04A8FD1FFFA8A8FD17FFA87CA8FFFFA8FF7D7D52527DA752A8FD
+%08527752A8FFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CF
+%A8FFA8A8A1A8A8CFA1FD04A8CB527DA8FFFFA7A8CAFFA8FFFFAFA8FF7677
+%7DA8767D7D847D52A8FFA8CAA8FFA1FFA87DA8FFFFA87DFFFFFFA8FFFFFF
+%A8FFFFFFA8FFFFFFA8FFFFFFA8FFFFFFA8A7A8FFFFFFA8A8A8FFA8CAA8CF
+%A8A8A8FFA8A8A8CF7DFD1FA8A7A8A8CFA8A8A8CFA8A8A8FFA8A8A8A1CFA8
+%FFA97EA8FF84A9A8A1527D7D7D527D7DA152FFA1A87D7DAF77A87E7DA8A1
+%FD1FFFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8
+%FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8
+%FFA8FFA8FFA8FF7DA8A8CFFFA8FD05FFA8FFFFA8A8FFA8FFCFFFFFFFA8FF
+%A8FFA8FFA8FFA8FFA8FD1FFFA8A8A8FFA8CFA8FFA8CFA8FFA8A8A8FFA8CF
+%A8FFA8A8A8FFA8A8A8FFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CF
+%A8A8A8CFA8A8A8CFA8A8A8CFA8A8A8FFA8A8FD20FF7DFFFF7DA17D7D7DA1
+%7684FD12FFA8CFA8CA7DA87DA87DA17DA87DCAA8A87DA87DA8A7A8A8A87D
+%7D7DA87DA8A8FFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8
+%CFA8FFA8CFA8FFA8FFA8A8A8CFFD1DFFA8FFA8FFCA7D52A876A17D7D7DFD
+%12FFCFA8A776522752527C527651527C52535228767C52527D52522E7D52
+%5252A8A1FD20A87DFFA8FD3DFFA8FFFD07A8CFA8A8A8CFA1CAA8A8A8FFA7
+%A8A8CFA8AFFD07A8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8
+%FFA8FFA8FFA8FFA8FFA8A8A8FD1EFFA8FFA8FFFFFD04A8FFA8FFFFFFA8FF
+%FFFFA8FD0CFFCFA8FFA8CAA8FFA8A8A8FFA8CAA8FFA8A8A8FFA8A8A8CFA8
+%A8A8FFA8CFFD05A8CFA8A8A8CFA8A8A8CAA8A8A8CFFD0BA8CFA8A8A8CFA8
+%FFA8A8FD1FFFA87DFFFF527E767E7DA152AFA87DA8A7537C7DA8FD0AFFA8
+%CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8A87E7E7D
+%7E5AA8537EA8FD057E7DA8FD067E2F7EA87E597E537E59A87EA8A8FFA87C
+%A8A8FD1DFFA8FFA8FFCAA1A8CFA8A8A1A8AFFF7DA8A77DA1A8A8FD0BFFFD
+%1AA87D7E7ECA7D7E7D7E7DA853A87D7E7EA87EA87DA87DA87E7E7DA87D7E
+%7D7E7E7E7DA87DA8A87D7DA8FD05FFAFFFA8FFFFFFA8FD31FFA8FFA8FFA8
+%FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8
+%FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FF7D
+%7DA8FFA8A8A84B535276A1A87776527DFD10FFA8FFA8FFCA7DAFFFFFFFA8
+%A87DFD13FFA8A87C7D7D7D52A87C767DA77D7D52A17D7D7DFFA8A8A8CFA8
+%A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8
+%CFA8A8A8CFA8A8A8FFFFA8FFA8FFA8A8527DA8A1A7FF7D7D7DFD12FFA8FF
+%FF527E5284A17D527DFD12FFA8FFA8A87DA1A8FD067DA8A87E7DA8A17DA8
+%FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8
+%FFA8FFA8FFA8FFA8FFA8FF7DA8FFA8A8A8FD0DFFCFFD0FFFA8FD05FFA8FF
+%A8FFA8FFA8FD12FFCFA8FFA8CFA8CFA8A8A8FFA7A8A8CFA8CFA8CFFD06A8
+%A7FD24A87DA1FFFFA8FD3DFFA8FFA8A8A8FFA8FFA8FFA8FFA8FFA8FFA8FF
+%A8A8A8FFA8A8A8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FF
+%A8FFA8FFA8FFA8FFA8FFA8FFA8FF7DA8FFA8A8FD1EFFA8FFFFFF7DA8FFA8
+%7DA8A8A87DA87EA8A8A8A1FD0CFFCFA8FFFD087DA77D7DA77D7D7DA87D7D
+%7DA87CA1A784AFFD21FFA87DA8FFFFA8FD22FFA8A8FFFD047D537D52A8A7
+%7DA77DA8FD0BFFA8CFA87E7D7D7DA152A859A8767D52CA767D84A8527DA8
+%7D53A17DFD23FF7CA8FFFD05A8FF7DA87DA17DFD15FFA8FD05FFCAFFFFA8
+%A8FD15FFA8CAA7FD0CA8CAFD06A87DFFAFFFA8FFAEFFA8FFAEFFA8FFAEFF
+%A8FFAEFFA8FFAEFFA8FFAEFFA8FFAEFFA8FFAEFFA8FFA87D7DFFFFA8FF7D
+%A8A876527C4B527EFD33FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8
+%FFA8FFA8A87DA87DA87DA87DA87DA87DA87DA87DA87DA87DA87DA87DA87D
+%A87DA87DA87DA87DA87DA87DA87DA8FFFFA8FFCAA8FFFD05A8FD15FFA8FF
+%FFFF7D7DFFA87DA77DA87DA8FD057DA8FD0CFFA8CFA8A8A7A8A1FD07A87D
+%A8A7A87DA8A8A852FD047DA87DA87DA87DA87DA87DA87DA87DA87DA87DA8
+%7DA87DA87DA87DA87DA87DA87DA8A87DA1FFFFA8FD25FF7DCF7D7D847DA8
+%A8767D7C7D7EFD0BFFA8FFFF7D527D527C527D52A8527D767C527C527D7C
+%FFA87D52A1A8FD23FF7DA8FFA8A8A8FD1DFFA8FD0BFFCFFFFFFFA8FD0EFF
+%CFA8FF7D7D7DA7A77D7D7DA8A77DA8A1A87D7DFD04A852A8A8AFFD22FFA8
+%7DA1FFFFA8FD31FFA8FFCFFD09FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FF
+%A8FFA8FFA8FFA8A8CFFFCFFFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FF
+%A8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FF7DA8FFA8A8FD04FFFD09A8FFA7A8
+%A8FD0DFFA8FD09FF7DA8A0A184FF76FFA17D52A07D7DFD07FFCFA8FFA8CF
+%A8FFA8CAA8FFA8AEA8CAA8CAA8CFA8A8A8CFFD287DA8FFFFA8FFA87D7D7D
+%525227A1A17D527DCA767DA8FD17FFA87DA7A1A2A8A2A8CA7D7DA7A8A8FD
+%07FFA8CFA87D76A87DA87EA852CF7DA8A1A8A8CAA8FFA8CFA87DA8A8A8CB
+%FD22FF7CA8FFA8A8A8FF7DFF7CA87D7D76A87D76767C527D7DFD0DFFA8FD
+%1FFFA8FFFD047D7CFD047D767C7D767DFD06A8527D7D7777A9FD20FFA87D
+%7DFFFFA8FD28FFA8A8FFFFCFFD04FFA8FFCFFD09FFA8FFA8FFFFFFA8FFCF
+%FFA8FFCFFFA8FFCFFFA8FFA8FFA8A8FD26FF7DA8FFFFA8A8FD07FF7DAEFF
+%FFA8FFFFCAA7FD0DFFA8FD08FFCA52A8527D767EA7527D7653A1767DAFFD
+%07FFA8A87DA77D7D7DA77D7D7DA77D7D7DA77D7D7DA77D7D7DA77D7D7DA7
+%7D7D7DA77D7D7DA77D7D7DA77D7D7DA77D7D7DA77D7D7DA77D7D7DA77D7D
+%7DA87D7DA8FFFFA8FD07FFAE1182FFCAC9CFFFA7CAFD19FFA8A8FFA8FFA8
+%FFA8A9CAFFA8FD07FFA8FFA8A87DA87DA87DA8A1A87DA8A7A87DA8A1A87D
+%A87DA87DA87DA87DA87DA87DA87DA87DA87DA87DA87DA87DA87DA87DA87D
+%A87DA87DA87DA87DA87DA8A8FFFFA8A8A8FD07FFA7FFFFCFA7FFFFCFA8FD
+%0DFFA8FFFD0FA8CFFD0BA8FFFFCFA8CA7DA8A7A8A87D7DA8A1AF7DA853A1
+%7DA8A7A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CF
+%A8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8FFFFA8FD1FFFA8FD087DA87DA7
+%A8A77DA87D7D7DA7FD087DA8FFA8FFA8A17E7D7CA8527D7DA1A87D767EA1
+%7D7D7DA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8
+%FFA8FFA8FFA8FFA8FFA8FFA8FFA8FF7DA8FFA8A8FD0EFFA8CFA8FFA8FFA8
+%FFA8FFA8CAA8FFFFFFA8FFFD067D7C7DA87D7DA8A17D7DA8A1A17DA8A1A8
+%FD047D76A8FFCFA8FFFD07A8CFA8A8A8CFFD04A8A7A8A8CFA8A8A8CFFD06
+%A8A7A8A8A8A7A8A8A8A7A8A8A8A7A8A8A8A7A8A8A8A7A8A8A8A7FD04A87D
+%A7FFFFA8FD07FFAEAEFFCFBCC9FFFFA8FFA8AEA9FFA8A883FFA8C393C3FF
+%FFA8FD147DA8FD067DA8FFA8CFA8FFA8FFA8FFA8CFA8FFA8FFA8FFA8FFA8
+%FFA8CFA8FFA8CFA8FFA8A8FD1F7DA87DA8FFA8A8A8FD07FF83FFC9BBA0FF
+%A8A8828383AE7DA783A87DA8A0B59ACAA8FFFD09A8CAFD11A8FFFFFFA8FF
+%527C7D7D7D84A852A7A17D7D767EA1FD0CA8CFA8A8FD1CFFA87D7DFFFFA8
+%FD0FFFA8FFA8FFA8FFA8FFA8FFA8FFC9FFC9C3C9FD05FF7DA8A8CBA8C9A8
+%AFA7A17EFD0DFFA8FFCF7E7D7D7DA177A853A87D7D77A153A7A8FFA8FFA8
+%FFA8FFA8FFA8FFA1A77DFD1DFF7DA8FFFFA8A8FD0FFFA9FFFFFFA8FFFFFF
+%A8FD05FFA8CAA0C9CAFFFFA2A8A7527DA07D52CA527EA9FD0DFFA8CFFD09
+%A8FFA8A8A8CFA8A8A8CFA8A8A8CFFD05A8FD1FFFA87DA1FFFFA8FD0FFFCF
+%FD11FFCAC9C9FD08FFA2FD10FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8
+%FFA8CFA8FFA8CFA8FFA8CFA8A8FD1E7D76A87DA8FFA8A8A8FD06FFCF2D83
+%FFCFA7FFA8CFA7FD0DFFA8FD04FFCFA1C9A8FD07FFA8FD0EFFCFA8FF7DA1
+%A8CAA8A8A87DA87DA8CFA8A87DCFFD0BA8A9FD1FA87DA1FFFFA8FD07FFAE
+%5883FFCACAFFFFC9CFFD11FFA8A8FFA1A1C3C9FFA1A8A8A1A9A1A77DFF7D
+%A8FD08FFA8FFCF7E7DA17DA1527D7DA852A87D777D7DAEFFA8FFA8FFA8FF
+%A8FFA8FF7DA87DFD1DFF7DA8FFA8A8FD1EFFA8FFFFFFA8FFFFA87DA176A1
+%6FA8A1A1A8CAFD057DFD08FFCFA8FF7DA1A1A8A7A17D7DA8A17DA87DA8A7
+%FFA8A8A8CFA8A8A8CFFD05A8FFA8FD1BFFA87DA8FFFFA8FD2AFFCAC3CAFD
+%10FFA8CFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8CFA8FFA8CFA8FF
+%A8FFA8FFCFFFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FF
+%A8FFCFFF7CA8FFA8A8A8FD1DFFA8FFA8FD05FFA8FD05FFA7C9C3CFFD0EFF
+%A8A8A8CFA8A8A8CFA8CAA8FFA8A8A8CFA8CAA8FFFD09A8FFA8FFAFFFA8FF
+%FFFFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA87D7DFFFFA8
+%FFFFA8CFFFA8FFA8FFFFFFA8FFA8CAA8FD0FFFA87DFFFF52777D77A1FD06
+%FFCFC3C9CAFD0BFFA8FFA8A8A1A87DA87DA87ECF7DA8A7A8A7A77DA77DFF
+%A8FFA8FFA8FFA8FFA7A8FFA8A8CA7DA8A8FD17FF7DA8FFFFA8FFA87DA852
+%7D7D764C7D7D7D7C5227775252A8FD0BFFA8FFA8FFFFA87DA876A8FD08FF
+%CAC9C3CAFD0AFFA8FF7DA1777D7C7D7D7EA876765928A876527DA7A8A8A1
+%CAA1C3A1C9A8A17D76767DA17D52A9FD16FFA87DA1FFFFA8FD04FFA1A8FF
+%FFA8A8FF7DA8A17DA8A87DFD21FFC9C9C9FD07FFA8FFA8CFA8FFA8FFA8FF
+%A8FFA8FFA8CAA7CAA1C9A1CAA7CAA1CAA8CAA8FD21FF7DA8FFA8A8A8FD1D
+%FFA8FFA8FFA8A8A8FFA7FFA8A8A1FFA9A9AFFFA8FFFFFFCAC9A0CAFD06FF
+%A8FFFD04A8A7A8A1CAA1C3A1C9A1A7A1CAA8A8A8AFFD06A8FD057DA77D7D
+%7DA77D7D7DA77D7D7DA77D7D7DA77D7D7DA77D7D7DA77D7DA17DA1FFFFA8
+%FD08FF82A7FFFFCFFFFFCFCFFD0EFFA87DFFFF7DFF77A752A1A8A1A17D84
+%777D7DFD06FFCAC9C9FFFFFFA8CACAA7A1CAC9CAA7CAA1CFA8FFAEFFAFFF
+%A8FFA8FFA8FFA8FFA8FFA8A87DA87DA87DA87DA87DA87DA87DA87DA87DA8
+%7DA87DA87DA87DA87DA87DA87DA87DA8FFA8A8FD08FF3383FFCFA7FFA8C9
+%A8FD0DFFA8FFA8FFA8FFFFA8CAA8A8FFA8A1A1FF7DFFAFFD05FFCACFCAC3
+%9AC3C3CAA1CA52767D7D7C7E8453A17D767DA87652FD04A8CFA8A8A8CFA8
+%A8A8C97D84A9FD1BFFA87DA8FFFFA8FD0BFFCFFFFFFFCAFD1FFFCACFCACA
+%C9CAC9CACACFFFFFCAC9C3CAAFA87DA87DA87DA87DCA7DA17CA87D7DA8FF
+%A8CFA8FFA8CFA8FFA8FFA1A87DFD1DFF7CA8FFA8A8A8FD1DFFA8FF7DFFA8
+%7DA8CF7DA1A8CAC9C9A1CAC9CAA7CACAFD0AFFCAA0C3A1FFA8A8A8CFA8A8
+%A8CFA8A8A8FFFD0DA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FF
+%A8FFA8FFA8FFA8FFA8FFA87D7DFFFFA8FD1CFFCACAFFA8A1CACA9ACA7676
+%76FFCAFD13FFAFFFA8C9C3CAA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FF
+%A8FFA8FFA8A8FD1F7DA87DA8FFFFA8A8FD06FFCFA7FFCAC2C3FFA8CFA8FF
+%A8CFA8FFA8AEA8A8A8A18CC2A7CAC9CFCACAFFFFA8A9FD16FFA8FF7D7DA0
+%A0A0A8A859A17D7D7DA7A7A8A8A8CFA8A8A8CFFD07A8CACBFD1BFFA87DA1
+%FFFFA8FD07FFCFC9FFCFBBC9FFFFAEAEA7A8A7A8AFFFA8CF83FFA7C2C3FD
+%1FFFA8FFCF7D527D52A076A052A8767D7DA8517D7D7DA8FFA8CFA8FFA8CF
+%A8FF7DA8A1FD1DFF7DA8FFA8A8A8FD0DFFA8FFA8FFA8FFA8FFA8FFA8FFA8
+%FFA8FFA8FF7DFFA87DA8A8A8A17DA7A8A8A7FFA9FD0EFFCFA8FFA7FD05A8
+%A1A0A0A8A8AFA8A8A1FD0CA8FFFFFFA8FFFFFFA8FFFFFFA8FFFFFFA8FFFF
+%FFA8FFFFFFA8FFFFFFA8FFFFFFA87DA1FFFFA8FD11FFCFFD0EFFA8FFFF7D
+%7E52FF7D7D76AF7D7D84FD0FFFA8FFA8FFA8FFA8FFA8FFAEA876C9A7FFA8
+%FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8
+%FFA8FFA8FFA8FFA8FFA8FFA8FFA8FF7DA8FFA8A8FD1EFFA8FD05FFA8FFCA
+%FFFFFFA8FD12FFCFA8FFA8A8A8CFA8A8A8CFA85951C3A0C9A8AFA8CFA8FF
+%A8CFA8FFA8A8A8FFFFFFCFFFFFFFCAFFFFFFCAFFFFFFCAFFFFFFCAFFFFFF
+%CAFFFFFFCAFFFFFFA87DA8FFFFA8FD07FFAE5883FFCACAFFFFCACFFD12FF
+%AFFD19FFA8CFA8A87D7D7DA1537D7DA8527D7D7676A0767D527D767D527D
+%527DA8FFA1A17DA8FD1CFF7CA8FFA8A8A8FD06FFAE2D83FFCAA1FFA8C9A7
+%FD0DFFA8FF52FFFF5252A876A8A8FD15FFA8CF7DA87D7D7C7D7DA87DA17D
+%7D76A87DA175767D7D7D527D7D7DA8A8A17DA884FD1BFFA87D7DFFFFA8FD
+%20FFA8FFFFA87D7D777DFD15FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8
+%FFA8FFC9C3A1CFFFFFA8FFA8FD21FF7DA8FFFFA8A8FD1DFFA8FD1FFFA8CA
+%A8FFA8CAA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8C9A0C3A7AEA8FF7D7D7CFD
+%077D767D7D7D767D7D7D767D7D7D767D7D7D767D7D7D767D7D7DA1FFFFA8
+%FD3DFFA8FFA8A87DA8A1A87DA87EA87DA8A1A8A7A7A1A8A8FFA8FFA7C9A0
+%CAA8A8A7A87DA8A77D7DA8A8CAA8FFA8A8A8FFA8A8A8FFA8A8A8FFA8A8A8
+%FFA8A8A8FF7DA8FFA8A8CFFFA8FFA8A8A8CAA8A8A8FFA8A8A8FD0FFFA8FD
+%1EFFCFA8FF5376525976537E53A776527C757D757D53FD06A8CAA0A1A8A1
+%7D7DA852527D52FD17FFA87DA1FFFFA8FF7DA8A87D527C4B7D7D7D765252
+%FD2FFFA8FFCFA87EFFA8CAA1FF7DFFFD04A87DFD04A8FFA8FFA8FFA8FFA8
+%FFFFA8A8FFA8CACAFD19FF7DA8FFA8A8FF7D7DFFA1A9A8A27DA8A87D7DAF
+%FD10FFA8FD1EFFCFA8A8A1A87DA87DA87DA87DA87DA87DA87DA8A7A87DA8
+%7DA87DA87DA87DA8A8A87DA8A8A8A7A8A1A87DA8A1A87DA8A1A87DA8A1A8
+%7DA8A1A87DA8A1A87D7DA8FFFFA8FD3DFFA8CFFD3D7DFFFFA8A8A8FD1DFF
+%A8FD1FFFA8A8A8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8FF
+%A8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8CFA8FFA8FFA8FFA8FFA8FFA8FF
+%A8FFA8FFA87DA1FFFFA8FD3DFFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8
+%FFA8FFA8FFA8FFA8FFA87D7DA8A8CFA8A8A8A77DA8A8CAA8A7A1FFA8CFA8
+%FFA8FFA8A87DCFA8FFA8CFA8FFA8FF7CA8FFFFA8A8FD1DFFA8FD1FFFA8A8
+%A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8CF52597DA87D7D
+%5284765252A8767D52A17DFD04A8CFA8FF527D7D777D7DA8A8A8CFA87DA1
+%FFFFA8FFA8FFFF767EFF527D77A17DA9FD30FFA8FFA8CFA8FFA8CFA8FFA8
+%CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8FFA8FFA8CFA8FFA8A87DFFA8CFA8
+%FFA8FFA8CFA8CFA8FFA8A87DA8A1CAA1FFA8CFA8FF7DA8FFFD05A8FF7DA8
+%A17D7DA17DFD05A87DA8A8FFA8FFA8FFA8FFA8FFA8A8A8FD1EFFCFFD19A8
+%CAFD09A8CAFD11A8CFFD09A8FFFFA8A876A8767D76A8A77D7DA852A8A1A8
+%767C7DFFA777767D767D52A87DA8A1FD1FFFA8FFA8FFA8FFA8FFA8FFA8FF
+%A8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FF
+%A8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFFFA8A8A877A87D52
+%767DA77DA8A8767DA1767D7CA8A87D767D7CA152527D7D7DA7A8FD1EFFCF
+%A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CF
+%A8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8
+%A8CAA8FFFFA8CFA8A8A8CFA8A8A8CFA8A8A8CAA8A8A7FD06A8CAA8CFFD05
+%A8FD1FFFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CF
+%A8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FF
+%A8CFA8FFA8CFA8FFA8A8A8A1A8A7A87DA8A7A87DA8A7A87DA8A1A87DA8A1
+%A8A1A87DA87DA87DA87DA8A8CFA8FFA8CAA8FFA8CAA8FFA8CAA8FFA8CAA8
+%FFA8CAA8FFA8CAA8FFA8CFA8CAFD40A8FFA8FFA8FD15FFA8FFA8CAA8FFA8
+%FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8
+%FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8
+%FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8
+%FFA8FFA8FFFFFFA8A7CAA9CA767D7C597DFF7DA15276A8FD047DAFFD05A8
+%CF7EFD06A8CFA8CFA8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CF
+%A8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8
+%A8CFA8A8A8CFA8A8A8CFA8A8A8CFFD05A8CAA8FFA8CAA8FFA8CAA8FFA8CA
+%A8FFA8A8A8A1FFA8A8A7FFA8A177A17DA9A8A8A77D76A87DAFA8A7A8A87D
+%FFFFCFA8A884FF7EA8A8CFA8A87DA8A8FFA8CFA8FFA8CFA8FFA8CFA8FFA8
+%CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8
+%FFA8CFA8FFA8FFA8FFA8CFA8FFA8FFA8FFA8CFA8FFA8FF7DA8A8FFA8FFA8
+%FFA8FFA8FFA8FFA8FFFD04A87CA8A8A8FFA8FFA8CFA8FFA8CFA8FFA8FFA8
+%FFA8A8A8CFA8CFA8CAFD0AA87E7DFD33A8FFA8A8A8CFA77D7D7E7DA87D7D
+%FD05A87D7DFD04A8CF7D76527DFD06A8A1CAA8FFFFA8A8A1FFA8FFA8FFA8
+%FFA7A8A8CFA8FFA8FFA8FFA8FFA8A8A8FF7DFFA8CFA8FFA8FFA8AFA8A8A8
+%FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8
+%FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFCFCF7DA17DA17D
+%84A8FFA8FFA8FF7DFFFFFFA8FFFFCF7DA1A8FFA8FFCFFFA8CFA8FF52A8A8
+%767D7D5276527D7DA87D76A753527C7CA8A1527D7EA152A87C53527D7DCF
+%A8CFA8A8A8FFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CF
+%A8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFFD04A87D7D7C
+%FD0B7D7C7DA77D527C525252765276527D5252527652527DFFA87DFFFD04
+%A87DA8A7A87DA2FD04A8A1A8A1A8A8A77DFD07A87DA8A8CFA8FFA8CFA8FF
+%A8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CF
+%A8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8A87DA87DA87DA87DA8
+%7DA87DA87DA87DA8A8FD107DA8A8FFFFFD05A8FFA8FFA8FFA8FFA8A8A8FF
+%FD07A8CAA8A8A8CFFD2BA8CAA8A8A8CAA8A8A8CAFD0BA8CFA8A8A8CFA8A8
+%A8FFA8CAA8FFA8A8A8CAA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8A8A8FF
+%FFA8FF767DA1A8A8A87DCA7D7DA8A87DA8A8FFA8FFA8FFA8FFA8FFA8FFA8
+%FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8
+%CFA8FFA8CFA8FFA8CFA8A8A8CFA8FFA8FFA8CFA8CAA8FFA8CFA8FFA8CFA8
+%FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8
+%CFA8FFA8CFA8CF7DFFA8A876527C527DA87D76767C7D5276A1FD35A87DA8
+%A8A8537D7D7D767DA87D76A7FD10A876537CA1A8FFA8FFA8FFA8FFA8FFA8
+%FFA7A8A8FFFFFFA8FFFFA8A8FFFFA8FFA8FFA8FFA8FFA8A8A8FFA8A8A8FF
+%CFFFA8FFCFFFA8FFCFFFA8FFCFFFA8FFFFFFA8FFFFFFA8FFFFFFA8FFFFFF
+%A8FFFFFFA8FFFFFFA8FFFFFFA8FFFFFFA8FFFFFFA8FFCFFFCFFFA8FFA8CF
+%A8CFA8FFA8FFA8FFFFFFA8FFFFFFA8FFFFFFA8FFA8FFFFFFA8FFCAFD0BFF
+%CFFFFFFFA8FFFFFFA8FFFFFFA8FD7FFFFF
+%%EndData
+
+endstream
endobj
10 0 obj
<</Length 21071/Filter[/FlateDecode]>>stream
+H�̗[o�8���;h
+4�w2X,���
�i�&��`�0�DM�u$C�;���{xH�n����#�MR��ˏ'��vyujo���)����ѳg~hg�~8���:_,6������9�K�칞�����j�wgؗ{cz���ͧ��z~�����E�ˡ�0�k�j��yw����'�Ua�0[�(���К���3.*{�Ƹ~���K���:��"JU��Jj���9Ӯ��'RH�FNx�W���w�ER�^����֗CӮV�_����_f]u1���Y�{�X�Vn1����N�/�ՙ?{�vvx�g~�էu�|wu3�m��د'��^��b�����֕As�sB�n3_ܾ�ܿo�t���Φ���+��'}�v5=����bij
+��/~�u������i���F��O�ɇ~y?>�j�8����D4�0�J��P���~��'�}Y-'�bF�߻��P8(�b™1�)�S׼�
+#+]�6f�|�����z�wm1��W���$��2�4��,��m7_�!r��F��o��؆���m�"��e��l�k�B�b�ƀ����y9�Ҧ� e��˶���m�2�aO�"`ƊhF���O�
+�NQ�#�&)�I���*��\�z��ͻ�qwj�b�����h��/<�D����l��^�ݸs�5�9���*��t���O�_a�A�tM�����`L�Y�c`��u9̻4��ѫܧ���
t������=�`���?B:��mbDn�_��
+���˓Ly���}�����l??e��av�^��O{���K����f�n�2�e2�н����cu����&ˀҵ=<Dl~�Yd;�����N�g���n�-?�o����w�}ʲ�zC��	�������vh�_wm�x��ϱNrԇyw�`��,��/ӕ]]}�-Ss�F>e�����^l`k�}n�r�ۖ,��ٰ|Rj-f�l��c;7��r���Vض�VL���d<=}���r�����vPN�Լkq#��"�āF�h�n���8>���Q���!�袍&ꨢ�"��"�$�Ml�&4�q�mL���F4�a
mHS���.�`TZAD��H�}��{�7^{��{�'�v�5.8�8픓N8�8��l��
�[g�5V[e��[f�%�6�4&o��P-h��4�p�5��:�F���V�T
j���k��&�VQ5*(����(���J(�����ZF�� �t�J#�TRB��%�T	{Q4"/���-��B.�����G���=w�r�5W\r�9g�r5Ud
�3�,3���L@��e��4҆ꩣ�����
+�)��(�#iH �8b�!�("� �0B	!���Y�CjW��j8v-k�Z
��$U3��Aճ�0<RI"���-�ӽ&���_w�ۆ���.��|b��C�KS�����K�i�AY�yT�5�XG�$���i���`(A���I0��%A�1� ��I�`�$�Z��d�_�K�D��8	��@i�$80	�ܙP
+�ը�=����'A`�D)�F�E9�GT��I�.£�
sV�Q$Q�H�"[䶂̆}Q��_��%�����e=�)�Tc"DL�"�38L��aJ��rz��"0Y8&+V�Dk&�gkg�;L�$(��7�K�cSL`�qL5��F1���)0�L��i�xr�C�#KI�@e#�M��������I1�L�,_�l�)�[��r�@�#P��B��C���!��a��!��x��q��}$o�j���C��#��%�D��ku�1�.��[�ē,��
+�I��1j�6VL��Fn�i�	���)Şt�<�^)�
+�	���[e%D�B4[Dr�qDSD�@�j�+�m�q�@*�	����I�A�~�� �H�G��qO�Zf�f�zf�hƚf�j����f�kJe3�6�G��f�p�g�r�:g�t�ZGp�ɏF�"Y$P#~3[.ۄ�(<#�;�ʢ�2�Q(�”a���Ɣ�0#)8��Pxz�`�Yl1�
f�ƌV%�S^�m���<c7�1C*�z���c�;��0��,H4�!
+8��!("	��ȬH�H��pH��0� P��-��/���\IB�_baL�L(7b�%m"N�����~(:
+f������`�r��@ͣ
+;Ȧ��=*����;$��!��o͇��J�Eb�H�G����p�_��3_�!B���Na-g�n�1m"��B��t�o �F�\�p4�� �$���3��s3@�F0
�\f��BA6B�k��*x�D���%@���
+d�I�\\C�lH' ���@}�4pj�rc"8��%� ��@��(X�f����K�%������K]��X��.�-�A �,YȒz�c���*���v���Vtw��̪�<��Hx��M���
+�u����/H-�I�w`>��^
���������[8@(�(�(�(��G�����@nG��=��'�s<���Uq���j���r#4��AwS<��N՟#(�楖6^���zX�ݙ5a3�s�l��|��� ��?��=��#ϊ_�7?�c��Y�� 6g�����~w���\:�cEa��t���]�������a��10[`��,� K`�@v���b��	0`�ʿ���~�극��6���c_w���룷�d������U/��C�(�q/ҲZ�1�:#]��<\�p;g;snK�$DN�l����6��ߘ��Z�c�>[�>�:�K��|9�����/�W.���}���2K�'�g�+W��K��da^�26�,�T����mAFyVI��|w,ƀ���8�s����ԏe<��g��:A�Y�k�����4&G�u��؊NO`�*����}��2�]V���~�d	�e`x�aD/�@���>�N
+E���4�6tY��[Z�{�	^�Q���T�&i-��?tƱ�T���27�b�~h=x=`DY/B#eF��5�
q��c�β�|�kaߖ��Z-�$�a���(gWj:X�g}$=�������=}�����Z�H�gv�>��tZG�}���u�#��J��c������$�óX���Z�ׯ����y��\7@�@�_L�l���m��m��0C���MK����a��-�_�֨/�۲=���f�Xd�y9�����Nt�E����"�@2�Y�K�L3/'�|�}~Xxi?���7��]��mAe�4�`M�B� ��K�J�e�50�ʂ�ȆwYq�P�QT-�R9�.�'^�M�Ey��ܽW��)��B��Vu]V����d�]V��rY�˥�r��ב���~��x?��~#���o�����w?<~��g[�o�~��/���o޽���G ���?���t���i���O��C>y�JK�1����M��o�e�����t������?��"��S:��������׌�%�/í���������ڿ�.���h��e�9�q�������1�ɍy�K/P��V���%�ho�`g(7�Oj�5�p�I:�B�J觿/]
+�� �٨�|j�:a0='�<�d����w�N-$j��>��J��N�#0�O�=H���1j��k�ϡ�f,��&�&�k1m���R�A0���5v�>0{��?�9��t,A,6u-R'ꎪB�S]��Ս���s8G��T>;�c��u��QM�.T��ۑd���w*U�~�1˥3�]P#T2�F	�]0)�����3E���Ԟ�}	�N�s�5l��,=��ȷHg���U�FZR�}��FP�a�!��ҭ�D9�ds�.5G-��Y�֤U
�6I~/5,��,�RGn�ւ�>s2�K�Fn:�S(��H�� (��nI��|9��?�J�QR�ޫ=��K�e����s���{;o;/!��I0$ڬ��i�)c$�M⓰��&��crT��j�ٚ?�:5J^	;�5F�R����/	�<mz�>��/]�\-�V�;�w���#`H����`;"i�7l�Y����N�t�N�:5j6/�kDj��ɲr��N1��Apy��u�\����N��	"�`����>LB;��=��J���Q�d �Oe�@�ZI���>OR�|``�V-��l�d���3P���@h���@�|` ��Å��=LrP��=���Mj��d tX�8� �<�Y��ܧe������2*T7�B?0���d 4�d`��r~�@����` 42a2��[?0���0:�2��΁���s�OK�����`+������О�� ���
+Ah;��;@�����BR�|� �>N�Q��.*'�s��'bO�!���mBP�'�+- ���.B�: ��2Q����G��V���a���S'���
+�	A��8!(B�=I��'�ۄ u�� ��D�}�@�r���(��8��!�`,.
R;���y��@�|�m0�K=H]Z�30���{�����Ş�?jo����=b⏧�����#�(���I?~^�}�Os�ڠt���`s��;�٠_�E�o�X��|�?�b�� k1�5�`O1
���yue�:Ɣ��C0/�L������.!�=��W�?h��:������`m�}��?H�������$�Q{K
񏚟����U��9�7��c�{�1�m��A�?ʲ$����n��h�?�T��SЌ���ٮ�8-ݗ=�8����K��X���Ov{�Yk\��]N�?%!����T��cIL�\���/ׁ?�	���}��O���>m�Op�e�?À$�I?�G��E$,ѳ��}�OM���ԩ, ���6�GӴ��,���X��B���}0r��a٧�i5F�[@�Ҵ�ԩL(�����}Z@��wȯf}[!��k�Bc�0v:�i����F�Ҹ���Us�d T�uZ��w*�`��b@_�Ӵ���}{r��2�Y�yZ@���&,_1Cj��8-`ZRd�@^`kD�;?, el�`��R&���YjG@?N�F@�֦�.����u:�� " ��tr�P��t�����t��A}:@��r:S���od�dwp�̩��Do��)���*O�t�ԥO�������
+�t��i:@�|p�
+������P�� c�L(������X��D0��@.S�09^���{mc ֺ�
��T�D~��a�[rke t�Gr�����_7=��D��ʻL$��.�jF�  "��dDF@E�E�=�T�]�� �A(�̔ow������8&��@��2��m��a���s8s���f .��6?*��@N]����@�c�ijȲ�uZ/�gx��h��@�9��@Vn-Q���@�/B���K)�e jt�����Ġ��Q�V�@�u��@��1P�g��?�l�2�����ZǸ�g/�#����UQ�A�!\���"D���Aѝ�#�5GP�z!����.��-bM�r>[w���
A�J�A��$AuC�=o�L���eC0��'�Ѯ��8mC�u����=ƹs{�P�B0r�!Ⱥo����L��3N9VjY���A��R�#�A��A�u}!�:�~��8Z_��},YWۣ��I��q�;�u��O�b^���&���:�W8�l���D���l#]?�^����9�}釺F��~��U?�/��_�E���aL3�����V-s�~�Y<���y
u�Z%N�0Xf2S�P�=���)Փ?���)�-�R������)u�5�m�(�Z�L����Z_�ӿ�l�v�88w���R,���E����M�o��cYg.���m3���n��g'��?�����٪S�8-#��?Nh�}���G��x�ã����Ǯ�&���&d����N�m��Zj^���Km'�/���&�X�i�ɟJ^�>}�8I=�S�$�O���z�Ѱ�����c駇���s�" 됾�c-�# j\��qL�G@Թ'���<�+F�UY���P����c�# �\=j���AIY���?.�+��~{ԩ�Q�_0V&�����#W��c�R"
D5�y�
��^��{�A�yd�����1�ET����(Q�R�;�R5u�����a '�J �⊀,�_��E<�6&U���v1��`U@ֽ{d]ە�9X�'��"�eHW��s��eO�Z˕�u0x�/��y�T����� �+�i	�V)�J��V��W<�C���i�ȺO�l����	PWD��u��VO��{��u; �j��u�Ⱥ�_K��A߂;�L<v���"D�c%�A�j�S;��4��c.'�Xa5��l�[�D-%�A.պ�!��gj � �0���@������d=��t
+e�՟l�����c���D\�e g���1��t���”ر�$�e �)��n �B������ *
���o�}�� ~#�Zqq'!^���#��O}C��q#H`�:����!�g3ʍ ��#Z��D�� 76uC�u��೙:�kk
+��R�D­ NaS�/�
+F��nu�)ȃڦ �z+�A�D]Ҧ���[���r�`y���x�].�KAz|���� {0^v��8���	e�2���4��d1O
$8-�e �~ȱgK��$y
+�O|A�v�ڪ�@�3@+����/��s�>��
uZ����R�^;��:oHDl�����lo�
B��Ru	�k�J!�N�aax�
+@��� ��q@����Hlf�0�qt��-6��!(ÚY5�_���Oq�M�Ѧr5�> ����c=EĊ	�W{H�=��+b�B�3�X��
+��.{,�������Ʈ��%"�`/w��E��W�I'*.����Ą�Ҷ\��,�*��_�{<I�d/3�g
+Zj�Mľ&d{����������;M�
���D��zKM�֭d�UMD�s�i"�Y&�n`�c�p�k7�ߎw�2QR��zR��DZxQ�=ՈT1+#�SDLg��E�X%5υ��߶\�E�&+� m��,a��Dvj�p*��4SE�N�M��"�bK^.re��Q�F<h��ܗ�;K�#�T�Y.i�N��#���G$4�������7?}����O���O����c��*GC}���ן~����_>{�����?���?|z�c?����퐯�{�ㇷ�����z�黿����7���5����?5�p���_�ƿ����g��|�7��g�����~vXgs��8��+�S��o�C��u�x�O�j��sW���N������������g]�8��8&C��V���ر�ױ���q���
+�DP���|dyW�g��>o�/�u�r_�+o��kσCt��7���zR��U*@2���n�s.�ݧc��ʒ�4�/����rbχ],�*����X��"K�\�H�{��0{J��O��
+�_��$�{�l���s0Y,U앮\�ʛ�{���&�pb�Z���s0�I�׋��Y֑N��ۛ`�͒�bo'�{ܴ�/��=���Jkl�{^q·r�[��]{���=�PB^�k�xj����ž5�_��ٕ�N�������ֱVR���:(����*�8I=�W��#��).�Y'{q�?��?!���O�3�x6���g<ࣧ�!�_�C�~�9�-ᣑ�W�OE�B�~
+%��%|�F
G�LJ�4W�O�y�-觹�9�~
+�Nzr~S�'���"��`Ŗ=�w�	+�cq�6c����\�[�/!p{��|�q�b~i��~L�����x�B�ƛ-��`�x���!����b~�uO�#�7ږ�k����%��������B~7:��_�	�d��G}��{�����9eY�3���_e|����{��۽"~�V��_�nS=��a���{}K��y�/��q'|�U�>r�5�L�8��;ᗔl%Έ_�I3��mÕ�<����I̯2>ڣn!�ג�����ʫ�_���?R����x����
��D|�u{��>9#~���"i�{�lt�{������o��%Y����I|�oM��v�@$Qfoԓ�T��fFd�9!f�W~x���@��ݔw�SJ}{�.V��(�sܖ����%Wc�
+�4S4�\hH��
y[�ِ#�q�G����4�ȭ�8�,�ّw��}��,�x9{K��+���e�_�+�}E�˖�4�noɑ��GK�%]�m�ل�1&Zr.J��F'�CcԢ%��O�%�~�z���QlmdS��d�M9_��vaє���nS^�Zٔ��i��KsZrn��nK�mW�C<-9���<-9?�W�iɑ�%��D���Vc]nO޽
�i�ٓsRJ[ٓ3w���9��$~{r�$��'�ٯ3{r���%��Y��\���6������)��d�6�\̚_��m�=97_h�'�6���'��:'GM�dO���NO�����,�XAޔ�#6�7��|]�M9��eO��-v������m�'gQ֌MQ�w����U\���c�!ٓ3�8�zON��|�r�C���?�=oʙ���w����rנky��N�u�E��SYDk�Q�nź�mֵ�T����ܿ�^f���r���K�f���kme�s�e�1�,�q��5�fP���}�EQb��T��Z�_W{�X[��Kk9pڮ��Ţ�c-�
+��Z��Tm���#[��ZB!}��|���c�=�V����6���VA���r�ž���y�e.URZ_�!��g����VB��p�Zn]�;	-���2����Ym�t�sh��2���,�8�H:˼4�e�*�Z�9ue�[Y�2���߼�T��V9���bDSY������l�����Y��՚��zK{"��.���"�������;�Q��TY�a�"[sp~��~bMc�br�X�*c략c,s\8��ғ�$��%���%����k�s��N�X�u���������k��������/�h�|�k��������Y#_���3^�?$���Y^��Vz‡�KX��<g}�c�_>^�XK������)Mj�烦�b[�U5ƍb7���qc.}�3�yk$z�mFG��!�6}�C񴃎����ݳ�>EƯ{(Ů��!���EȲ�������!�1���<ʧ�D
/�����S����y��kk�t�s�.�=����v�c�ך�!��X	sm땏���;/��c֩�|~�8��2[��\���z��ZO��>{�>>�ݯ|:,ϕ���Z.�����
+}��|����|�
+U^�|��9����֓>#o�^���MW���Դ�s�}��b�i����Lm��9a���J��\���}��j��X��z���u����>e�|b3���!�����5N�r�р�b��/�]oY��%����_y��Y�L�����?k�I��Y��?����ϴeu�}��
+��%��K ��xD^�j�ܤq&���]}D<�9��x���@O����`��"�ɯ���Б"�,�"�-�š�S@d,���nq~���v��"��-	�s>�5����@=g�M �?�/�(Z)�2iI ���ȢƼ:�y�M �4�|	���L�Cq4r=��!�k�i��HWȿs�9��]v}^e��\+b��Ue���m��B���T��N W�0y	Dі�$��Y��)��ź�@�qe7Ѕj�5Я\G蹌4�Y���@��]CQ�5�
d.:�����-��,�9��HݢS�����k �f�ק��eH��"_��4޷n ?T�Ot=������"c��4��Ǚ�Ȣ����~���=�5�*M�@��`n 2~V{
����"�m�
+7��/�(_��@d̻^7c�X�gk]�4�����~
,�k7�_+���@���!����>�3�� 7h�^y~���!���9��~Z�������(j�k ��k ��Տ�(Θ�0�\���F����1*���{�IY�v
���s���9��
+9���ȥ2L_����P���{�*�ȸt&�ȥZ}	��I�{�$	�~_�Xg��Z�@}��/��)�yn!_+:�>^Q�&�X��%�H���X���=����%�����K ��"k@��@n�x����
��2���W^��'�������rI���e\�
+��>��9���_�YM��V����oֲ�_�T��r�~Z@����_K��?d%.�Ҳcs����L6��1��~D�����	��yDQ������Q@d��_�K�K
+(X�D�(��+ �u�P�QhȬ1�W@�)���4d����,��Y0/�d��z��[���c��_��?�iO�����2��r<K�U.�ϫ\�E�@��V�����E����a���"ڻ����>�b�� ���ȼ������X���H��~�ʺ"����5��/&`���ڊ�w���C ��//�(b�M �D�F۴����8"�kI �^"_�i�l�@~iE��z��7	�+����J���K ��f�2w�I ]����ǮՒ@��]N rץ/���;�N`�LTmI`�QT_��@d���@d�Z�k ��cs�a��|�"�h��@���zDN�����n_/�(�����tH�:t���"X�I ��$�Yc(/�,��=F��2������y5I��G�@{̫���2�>_��q��u��S��y�y�^�f�	dn{�@^������h��@����
�Z1���\UCW��$�a/�\���؂�# �R�/��Һ�QD�������]%d#.��m0��¸�o�9����~���L��\���u�- c�.���Tl|U6@��8�����Bk�K�7[����`�P��@��^�2f).��t�?e��(aD����c���кu׏q���c\,>�EVhw�xLn��Sƍ�.<��Y�!�~���я�ݪQ��"a����j
�я��\�~�5ۂI?�S��W�bC/1��8�\]�����������!^�	�ؑL!��apwk�q�J��C�c,��ah�]?�#��������/�j��C�����b�6n�0�B��b�^s��޿����ً��&h�x$���8Xm-�[�؜?�1��?����/��c\Z����Kr�t��ğ��/�4���Ǹ�����h7�Ú*�����d�y��a�E�J�ō��Oi���suĶ�C�b>�"9�@&}M�7}:��ǸT���?��O���J!���Ì.��?	[k�[@����8��o�K[ˎ����{��@D�۶��TZ��� �Al�#�IRO� ��=�Nm��8��]�d��� /<,ͅ 9��Bq��`���կwG1��F�$М� '.��"Y�A�h'F�� 8�<�d�v� 8��I�����N.���N�k�&
+���Z���`@���A0��``b��ݚ���`�n�(�=���3#�{���i���6[�f
+"n�ܽ(���� �i��P
+b��~��
+F�_�2y�i�zȱ܎��m�����(1���*��Bw�+��a ��������$Զ�@d*�=c8���"�ݵ�{%+�Lv��7��	d<ڼ	d��V
+�z$Pa�Q�@��饀��.�P[P>�:k�ww�2�y���W.vO"�a��P�mPY�:*��l��!��1��.	1*?�H�9nY�ؘ$��Ś�U�����򐣽&�5�޽8��!�[����_c���x/�!.�ӌ��B��Q�L�i�JE�Д��mF���p!�xzCTm������k��!ϚC|+}��9T#�E<�֘�b���bSvGE�$�"�99��{U�F1���@��ڤ�bV�eGѶ5�F�{�V����F�D����&f���3��M�,�(��\먒�/�L����������_:CԭB��N2%]E�%�E��"S��8��^o���t������Ӓcyt�Њ�睡�N�3�w���,"S�B��p�ڇ��c3�0"�Y�d�C�ؖ��G(��1��Kn�`��md<{{�8�O5�G�4N��2��>���퇿}������o9��_�}���_?����w����/���������_�����=��߮c~����_��o�O��d1��#����}���_���/�������&!z��� &;�PL����f�U1�Ʊn"0��� �m<H-$�Yt�!��>'bf�*6��L�H���T�,�6��B�4~f���������Q��L��"{�1�=��#�v�B�`�d
+!�jA��6Z�;��}�mr��>m֊�\�[ƨP�����j�X�YQ�
ֹ��`�WL]r��A�x��H_�P_�tڲ����A�rWۧI3����#�����t%�3xPiQo&�lZ�;�'u.B|�u�j�A
W�\҆MK��N����<&��sj��}m���9��pY`��fS�ze�c�s҈��a";WB̯��c�Q�#��j�:	.�}�K���öq���� 3�q�����F��a�HB�v#+<9�y�X�X��T?)�7��ˀU�_M'��մ��ү�f;s��,$�1s*;7��Ұ����\�T5���Ax&|�� �k��-�>�����N�E�
��U$Q�Z�}�}9�f��hV�g�k�������13)�S�,N\�&W�l���������nv>hoҲ��H�x�v����<�E��ُ����G�H�ʃZ6b=j#W�|�����Cm���{��n������n�1҈�-�2҃�h_ֹ%4���-.����-ȷ��;���	��M����(���_޲���޲��̿�-��mi�~-l��e�6�mpWז]Z��֖�[��-��k����=ڲ�i���ꌦc�vj��Mll�ȅc-C>�e-�n�b[�d-c������'���-�D-C��H˱f���}���L��niu�ֶ�<���-�α��H�A.mKZ�Ȝ�g_�8�����1h�~O�7Z�	3���	�[wi�fK�,�!-��h�:��67��$��,�!��,����Ֆ�Ѫ˝%N��,K�0���k�F�|�,�8�t���l�.��Z�?�iʷ̳�(�y�LF��[?�T�C6�?��bǏt[ԅ����8��i,4�Oş���x�}~�&��
+59~�k���K��>�[����g��C�7\���V�p�t3{��Hɻ�S��Β�i*R���|�)\��w�����o��������{/�UKJ��<�}��в۷s}����F�u���}*�6?ƣ��ql���)�)�},���8�bt��D�R�1f�^�q0����\D�I�Qn�t�V�~k(���3o�4�?�ǪN��
�mݎ~�e����g%\K?�hK�~��V]�*���,,��O�j[R��o�'���3��e�*�p��U���`j�?����Mi��I1I�)���c��������qp5��q+��c���?�>���hPK@�;����-;��c��	d<,vK�V[�c��n"Pq*����خ�$�B�;�����nP��&�x��Kt�MfȬ���(��\kK�W4�A�$�u#�g� b��^Q�|��A䵚����t��A��d1�#��8[�� �ѭm��\-M��?�WA�ڈ#�D�3V��)�U�
+�8j�� ��h�|ԅ���2���!�AD�]��z.K��-�3Xυk3ȼ��� ��D/�2���%cn�/�,�85���A�A~��e�?>�$2��Y#���eЋ����A��;�ױ�_9���
+8���f:ȵb��rU����zP��*��:�K�4d��A.���eŶ�&���jɠo�R_�(�0�1v�(��AXF:蹌t���1_
�u���:�┘yw����8��m�u�E�3D�mi:�\z}D���� s�k�;Ȭ��A�^�s��{$�8w�s����f:��7�A�td���� �5���u�����A�<�� �E_mA�(���8T�A�>��e��x;���^���q����8X0W�2X�?w~, ���`I��A�>�
+:��A��i�or�
�0(��h��A\^��e�����y��:�7�u��hUD����^8�ח��A��u�"����m��|���AɛϏ�,6��b������� �sI�Tm��\*~��U��j��
+��<SA_��^}�����+:$g�HtP�A.y���3��D���)�2�E��A�1)�Q��
�\Aϥ���s+�QP���Q�����.�"�(і� �uߦ\�7�lA���Al���E��qD�/�ܩq��xO�>.d��A�/�"Dž&,��_K^�@�~�@��Ꮑ����1�S�27P�]�1P��Z�(8Q�]�I?��)�����7��v��}�6y�y�4�/U}DQ9�AY�� �m��(V�3D�%�?W��WA�v;
+�������+ͯ�,Jt����{�V�y��WAG4e������d6���,j����� � s,Ջ�z;�;�J�?�k�kO�g�rV檯��β�QП�]sR�A,*kr< �u}�9U�^�-ڼ@P�K��V/�$g�� ��e?����{�A�BI�(ȁʺ
+"�ZWA�=櫠b����^Y\1� �2�V�2�����Af�5D���� ��j2�,��� _/��A�^�C����h�Aϱ�/�>�J[Y� s�Ϲ�h���A�n=䗓h
/���"-���zD�u՗A1�5T���ɠr����(V_��Ad��Ad���uPk�m�A��]S�Ad*/�(6~�� �A�7�����6Dq�f�"cX2�X�חA�ki�2ט�� ����URA��A54�-d^��9��C�E��.-��d.}�
+���u��̙z��{�b�� ���s9���2�����\u��\+�O��A��QW:��t2�P�� WjUK��&�
+ru�h���,�Y*��D�
+z^�UзM"�)��t�����*9��}�D��F�EP0��֋ ��v��4D�.�,q���#	d��
+�z��2k[) s��J��q��[,z8�s�/�>�P���k��̳�W@G�����i���-�+ �ۺ��'q͸�]�8�H�����nѡ���UWk
+�|p#���^���ٶ����- ����(.3I��͕��-�P&�UM�uF���"���b/���z(�2� �+LP΍h�<w�z	d��y�
+�kqup����@K�N�� N s���_������@/�L�{��'���@m�q�ˎ~�Ųl��إZ(�m�/C��@��)=
DV�� r1/�\�M{"�����9_}�;
+�@#t�J􁊤��eI*�y��*�������(��
+N�@嶂��f|����+cHK'g��tۥ��&�(���B�����^} �f�3�!�[���2���B�qg,u��{���!�o����&����	!2�텐*��	!�N��^uF�s!��*f���B���]o9����0���u}:�Ŧm���pa�6�a���@X�
+����$�av���<
�W‚S��+a�'�����_���%��j����$�-(�;$d�"�F�GBa<����E�"��>�X˸�ABB�5�!?�JBȷ�V0��}��.���� ^/��~�t*۫p�ϕ�8���>bU5~�� �2�A.B�=�2�����L'[�dpr���2�Cpi��3Hs@E2�<�z�).t��e�D�*/�(⒒
+2r����֠�GA,��D��`��Ծn7X���T����T�H����I!6�hMQ����z1�>�N��5D��h��!
+X�k>r�⒢)"�%�L�D����DVG����m�>�&�,�b�U���и�8�(���i1���E"Q��l9�e������Ƃnc�X�#�3u���d:�ǧG��Ǻ��=o�?��I�vN�F�$��4�͇FŇ���J�˕/JyeTL�i¨xԤ��h4o}`4lco�F�i��,a�;N}a�Ũ��>�(my����"��f�"'խ�.���"_Y�g���3�o7��&Vх�b�C�{F,=���'��2���]F�]q�w�+#泏�!���/:D̊ф�CXƖ�t�δ��P�Nwi�J��e�yi3m,$qFWvqIJ���H����ud�9xx,�����4�u�#���'��є9�,�c�nz.��(���w������*!����v���Q4,��9�Tw�}H��{��mw�qy�;�Ķ���+H~��ϟ���ݧ�����Ͽ�}��������o>���ǿ�}������?>�������Ͽ�����o��/��~���������_�C�����������W���۷�?����������Ww4C(��-
��?ﱆ�� �0c��F�J���#�Yk�]הO+�qU��dF%2���*�/�5|�.?�M���dV�O7���#1��3[P�1�� r�Oc(a�q`�v����HS����E������D�,�8m1�V3��"ōX�����yQ��
�a�2���f�A0�9R]"k-
�i��*�J׏�XYX�æ��Y��A~f6�~_�����<���נ�aƉ����
�a���y�A���H2��u��
�@$,�KM����-}�;���"���LS�׌\��E�u����Wx_Ss�{E	�ƕ%�wԖ_�G�+,1u���-�[����yNe�����墋��j�d���!Du�T�f<>3TS!�e�EC������p5�x��kձi�,�R䑲�E��Y�j��g�ZN,�N�������v�CfS���
+�©��%��2fl��Q�U7�յ�.BU�"��{�i/�6�r?ӚHZ���M7ۋ��3۸�Ѵ�a�ME����]� uv���3Og̹G��������vǺ@g�,��oeg�[Yc_[_�Ū[^9�,2������'�c/�7����ߓ�����Z㞺�e,���cilj�i:�N-r���Z��R�V���m���Z<�����ռ��:��Ok3�3��b9Y[am��3��bl֞[�x;*l{��vb�ُ��"����2Oi18Wk!-s��"�K�-mG��{
i;+�E��'��]-2���Y&6�����ʮ��e��>�� =%�e�R����V�c��e)���eL����{e�!K-��E�Ne5�s(�/j#��M]��,'�����n6�,eYO�E���&�V6�b<�e�֍,�@C����YZ��r-���e��b�]o�6���0�2��X
+��&���&��-_�偏�����ŧ��1���>�hs9��`Y=���r���)�|�dz�#��>��y�׸D}C'|�L�[>�r����>dܠ|̼􀏃�.�x��r�������4k5�C��N�0�'��C3�k\�\��x�U�:z:�zG)�xR���=M�fP��hZ��x*�2N��k5��Q�z]���;����z	���
Ϗ���Q4yC)�t��놏q��=����=e?[�=d˾�m�8��½�w�X
+>f�m�8���|��P>��n˧o�-�cn~��|~�:��`��=ג#||���-f?j�|z����c�,j��E�>���51�C>�`-�|�Ӳ�>�f�}Ț�>|�+��z�fH�)���i0��O�}�)��>	��>e7U�1����>�r����j��>�^g��\����a����ٜ�{5��������`}u�1�yz��I�i�?3�isØs=��}�9���f�ǜG=�㠍��r��1/o7�|��
���ԕ- W��2OfN%�ūY��8�b��j��n"P�a�$�vui� �e�#�Zw���x��m��B@V�%���Z[Y��j���Nj�$�����{�	���i ]/X�C�E ��I [J-d~P�W��Z�'���a���M�/�:�<	Է��C~0���!'�`�a����0��J>
�.���z�e��z��N5I�
�7ȗ���2NU�%���~_���[9	d����@��Z��;�&P���@�V�@��a�nl#TN#�յ~����.?�n18�g�2�:�@^su��@ڜa`�OY9dN�b���ݧ��i�0�9{����4��1��d��U÷�����d 2����z����p�<k
y��=�6�OY|ې��:��d �)��P�A�\JW����`7}�&������0Sk�P^+�_�60m�e �>_	4tl�9:������4L��@Äx���Ē����x�q��3�6P���
4L�ou1XS���p������b g.��}��}�z�ow]�@~ȅrm�w��ly�/����#�1�#�������,���) kJ�X��U����L���̫� 9Y��@|��o�D�H*'��]Y*���@�t
+��^'^
+��Z�</!_4��>^4_���%�D4����웿OKcͶD�m��b9-o�@���D��r���+���
��l���]�D�S����z�/a���q闱�C�>��Cߴ�?N�7g��5y����P��m����h�܀�h�".�r�&������?����C��[zX
+J4�@�VV��lm���\ n1�7>C@䞮��"�~
+���������Y�Q��������	X��% s����X#,<���A2����W�M7���}����[����!I��%��O���̳Z��I���r:�j!�^l��fLJ/����@��@�Q)�
 r���Dq��^���7J�����` ��}[x�h�{��8�8����) o��9��d�{��Q��[@.�y
+�8�
+��s����
+�ˬA r��r�\]?�'�����&0s���Ky���M*_|�������@2��N9X��E s/=�o3o	7�|h�j�7�Ƚ�z�A�n
s��� 0s���@�U����z���u�b���TO�a���"�����ҲGD��|�����+ō�P�b�A�5J���{�9�S���H�2���t���)�"YgN b��	q[��&�ެq��g��	L|�VN���	D\B���A�	d��P��o������2����d�c>d����>B��6N��e:����H"P�:�8�JZ�!���H Mv���s���@M��%Y+���h �J�����L�$�uZRv����gɧ�Lby����#	�x�S@��
�B�(P:�Z@����q��T��<���6O��Tl�2L99��M��S٦S�!n�w�q��~H�w��dO"���~�j��/�ּ	?�a�iؑ]��%���x�*��1�[t�8HX�+�ǸZC���;V뼤�>�uf���I�Q�ntR\�!�5W�/r��t�\���M�E<S	��ɫW�~��v���c9�Cr�]?�#����ߗ�[���+��4V�G�"��?$�d����.��u�yď�i����)h�x$;�n�������uh��8�v��d��R�=BB��N���%9�������ɟ�y8�[��_��v�d�;�ٔ�?����/��X���埊0��?V���C�b��"9�@�|M�7���Tl��P'd���.�x
+�P��23���m̛����o- ��%�l~�n�K{�m ���X�@����+Q
+�XK�"��#���_"��#�\���A\b��B�q0�A;�΅ r0(� �T�
A��L�`��g�
+A�r�@�$��A~�ؒ#��L���� �b�����(7G���C<d�V�!8��p'��y��'�5k��ė�����Pc�!�)��l!���������`@�������}��|�`ā�TWP��vS�'������37���l}�V��4��D\C�)�d	}+����g����7��f��vK��dn�@�l�q�����L����X�e�d����(�Z�E ���;�,A�	�3��3���.���\�:�=�
p&�I�m��x�y�e�R]
+��	�OaQ/�+��KB��]����|B@�1����E���.0�*��B0��L�� �mPq�>�~�r	<�=�C�UV�4�%!��p
+�@U�qZ�%+Җ��*֜�s�q�y�d��t3�4��� 2!	��Գ��Z����4�i"�z��"?e���������b@��gܽ!
+(��{C,��}�7D5��7��Ys�婹8�C�q�]L��m8��sN̍ń����(x�*&�Of$'G1a?�#9������˯uG}腢�kʉ"C�6G�:-y~��>�����3��M�,�楜&2��Q��0M�<�X
m3��3�E�V�T�M��V��dKQ*".2e��W*��SE|O}�KEN�j��3�gɱ�:Ch�K��PD���!c�'��Ӧo�XD<S��]�-�0��Y�d�C�+�`G�Mc��Kn�`2�d#�����.>�p�i�1�e(3}�_�����_>��������`��wϟ^������ߞ�����?o���ͻ_x���?�����g������o�5_����	o�?�>Z���ʿ��gϟ^�̿�k���u��c���idb�����R��.ڍ�d\���	`��R�K����I���{��VĪFn�y߂ŧdkQ�p?b�Z͊���*��n��Dz��f�8k��������Ļĩ��b��8�G���aG�L��yI�u��a�`X�U�|��5N���͊.��xGīr��F��v"�*KĹav�h���z��+�D���#,�"�����m^Lr!w5}�!Y�Fk����4����f.5�J�[JC�M7�7�S��
+endstream
endobj
11 0 obj
<</Length 21494/Filter[/FlateDecode]>>stream
+H�t�M�9���a��W]9� n�q/�8耎2��o�U���7����Nw�����?���병��蟫����sY[��>g����۟����Ԩ��8�md21di��U'	5AQ��a�~�gk&���w�d��-xqL%�*q�)4#3G^C�IJ~i����v#�KGd[�܍���F��s;��A<뤁,���&j��,ژc�#���!�ӻc�I����`?�;��2�C?�_ �<����x�1�	�t��Dݟ���;�q{N��l-y�������lj�Au��"�
���4�2���[�����1mJ�n��J��݀7��}s�rk�Wb�ܗF&��<���������������7?���ר}�/?~��O?~���?�����绯�����7?��/���w_~�2�������?�����g�|.O�ڵ�1����A��5����׾��chİ�B��#�Y�s�9G1n1���A>zbX���-3�O��='1�h�1DpҊ{팷��1�c���j9{0O��bJ�fq!�I1۴����?�Kd>~1�g�?|x"����qM��9����hc�O6�öO��.��^sz7�l����}3���MG��j�H�n���L�U�����x�<�q[a���xN68Z��넹4���E��o�sLZ�ѡx<W�$��&%�g�U�z��Z��]��ю��>ogQ�5��ȼ�Y�x�Wg�8�s9����E|+��1�����,r�v+7+eqP�Q����V����Q)�Qʢ��B�����Bd��&j|+�5R�P�6�[Y@�7e1J���4td�z>ސ��E��������؞o��EΆ�X��o��0�C,r^8��lO��Ī|��#��>�8;=�C&�m�Ƕ�o�P�e�>�I1K>$t��E�"�^�!K��b~��<��A<�|���/j�
+>�ބ|� �E|6|h�)m��n��ʽ܋^�b�#�~��5<�Fϣ��BO11���:6
+=�1�6z�EHn��hDV�y��f�����r�k�*��MtL#������S�{�u���������4�=>m|�Sn�P[�ʽ�<�=ϝ��v�C#m�����C�n�Pl�K��ȖY�����MK>dmR��I�/jV��ur�|xB��%�w��\��|�Z��ce�����u��|[��P��/F*�M�G�jE�gf]7}�*��	�z�9�>�E���lE_�D�/#.�"w.���c�}��W��}�����O�؇��n���#_g��/.�<��w��b��C�����yf>�	�i~f�?4&�sUz����*�����������sR��"��C\�<��X��:>z6ld.�8}�����sR
+&霷�^�nE���
z���	��^��2����Y��K:d����i�������!�m=/�T��%�������Ө�gt�b�ʳ���s�E��5-�S��D7�(
+i���Js̛����"0ʽQ��笗'�*e`\HV��������\Q���^y��+�z�Q��U(����<nc�2m���G���o��K�q��1E��F��"0r����(���h��20re �<���y��\b|���0���6�����@���@���P�cT��y��b�r�-s�L����@�⠞��002�m`����B`�Q"[nz��(��
D�"�@�ɹ$<�9�����	B���6��Ž��i�����&7��
�'{�}1G>��f`�%[ؼ��!��m ޹�1���i��>�	���y\�h�� kς`�M�O����$�g"Y?b���B 69sc�������{1Ћ���Z™�����^���I�F�@��ܛ��|��@�{�4��-�:��^:�B9��@D}лs�*�[M�B@<���pD��o9~��Y�d����}��d�xw]�M`�t�E`���׽o�-�>F��"0r�� 0�z0~v�0r�0f�#�% ڴq�0~ر�)�=�6����5_f�臮�S	�g�������E~�Yl�=[��12�s���.�����D˫�=�V(�������[]9%�?L�*�Fd.	_���|`M��q�K�|`�q��1����cn�1Cߖ�L�xt��C��,�����Ž`�<O���2��N�@���p
+�=w}>��M����E�gF@@������%����,�e�h��.��>��g+�D�|�G@�% c�FR"�E�܍l�s����Z��!�O
+������X��<��蕹���rY�{� y��x���*�o�1i���5���q.�@�*��C7X��f� �7�{�������P]�ď�}M=�ZG@��W�G�0�Dme���ȓ�&1���z�W�	@ "�J-�LS�&E~�� г�p���-�!�0O�k⤕� 0r���hy����V����@�m�"�&7�sEx�c��E`�\ή гy��z�{W�@�W*���M�f7
��.;�I�V-�  D�#:�#�Tհ����yr*H*�=�I�+K�?D��7�f b���@��Z�m ��a3�b��xj"�^�E r:e����VO���_�Hvck�x���,
���E rP1��kR	W�C �zz@�}3��ȩ���t5
@�F�+�L6?���!@ƨ�[@{���@�ȏIF����3���[�@��K��3����@g����yu��@��>��U����",�&�+��2��	��=��2�EB@�fhh��}��9�ZXk�h>=[@{�:�@��kh�����t^�2g
��q��D�����K��ރ?�Eo��C��C?�Eg�Ǹz|��,���i-�ػӃ�=xH�Y©�~��W�я���h��!ɏWԏ���֏_�X5�l��f�!�<g\��^b����h�Y����!�{���
����|��n�l� Vn$[?�X����)�C?�C�������/4k5�CXFk�b�6.��kI5�C��k�_^�?&g��_^����Q��{�cR}+4�2�"���qN��ɔf���c\[�������E~H2���~�g9��&���h7H������-%��b�2o��lٱ2���x�g˰��?�Ց��a�r�D�D�
 ����7}��qh��$t�zh@�vhOJ9d�f-^}�U��- r]�����O�p�����8�v�o�4a���KQ*�z#�$N	����"�܃ �7[C��ul0��o�����d![�D\�=�5�@��Fz�"�1Bo)'#ȑCQ�X�� ���<TAp�wZ �k��v�<ٔN�6�ɍu>:��nm��Dp��RGc�YnY�eS��bV��� 'P�Q\��
+��[A,��-�+�9���
+�$|�]A�޿�����v/
+fv��(�s���
+"֤��~�q�CBAVp{ ȷ�Q��5��[�6pA�I�1O�>dQy[er^�wCf ֊H���9��=� ������@�{�&p�
pk�@��nG�W�>g�{�@�)�@ƣ͛@�Mrk�@H�*�|�d]�^
+�pxclk����k�Oj��y�����d����CAd3����L+����T��9o�>Tfj!!	;�
+����㶐���I	
qYV�f�8��|z�l�rѢy�"�A�DL�+J� 	�x�1�s��|�H �e�ȡL�%5���|��q�3����:=�!�J��7�aGX�
_ȳ��s>�����.�b�b��ؠ��X�@		OGE�H�[ł�(���(
+��7��c��Q�1kNE?��E����j(���6��'��W]�H�3����l��1=>&2�ց�&�l�g?��L����b*�M�d��\�b4W3e�(,��������rVW��!�E܃��ZIm�34������"~E[(�E��h�"J=���؁�"n�����&#�j�iL>}%l4��9�������6��<21�8bb�Pg����㧯>������ǟ�~��gx���ן~�����>����?|�����O�?}��~����Wv�������-�����~������c��[���}��훿����q_����ܝ�`����S�"Hf�ø��Qk�t�3O}�
~��BR�uXT�<ck q�4���f��{��LX��+_p��lq[1f�w~æ�~���UV̞
+)J>����L�~W�^��*�q�w�[9�=!3�,/b'�������%����A�N&[��G��E�!Bl[���h��ͻ��KI^K���3T6��A�cI|
+/���~��D��>u�=�{��0�oݺ>�m�8��3q��=�U�=i����	�e7���>,v��7uۃ2[^3Qk&<�cD˰/R��`.؝�P��a�Z��lA\��H/7���Frf{re-s�ض1�O���F�٦�U��>ƘGT�l�q���dT�i?�����:�$�Ķ����5 Ζ��=�"۾�ּ�W�*<��l\��,̹���(���mf����/�˝
����l����a����
+q(����������U�`��]q�����f�Zgܤ]=���H�mg�U^X����k��'�QhE6p�M]7I�a?a\D:,�_��/���yH��FC��ޢik�i3��~�E���H���>�E��Mm��&�Z�=�8���ຽ��o��<�e2��-�M����U��fo#�[B�5��ŏ�-?�%"�[�`��f�+oo�֚���2s�����v{�X�\�[��R�a�Ѯ��6����
.b
m�.�ֶ��TC[�)Kh�x.}��
�Z��",u���ˍ-�(��"��wYː���Z&u���b���Z�����"������}5���#-s�7g���&c~�%����--��ICZ����#�%��-i�E�I�g.MZ��r�8����7Z.mrK��[i�fK�X�!-Wi=�"�:�<����ɬ�YC��,�,g��l���'y0KŊf�{�Y���`V1y��?&Ň��c\T�?�i��cRf�cw�LF��[?$�k6~��Əq]��OY���~�F���b��\j�b<B?���s�c������~�����#Ur�g�V7}��̷|��.�6��)ks�>U���>�v���!���>$�)\�!2Gا
���>$�h
��Ӭ%IJ��c�55��!�1~�{z4��as�a�v/���Qo�������z�n �a��%̛�o��&��ܔI���O�̰ٲ�p�>�Y؇��c~̖׫��X��3��c�������[�����z�S�~z��uď�p���ꇩ닝���J��~\+����U�k�_�>�G?��Z^��R�J*���yO$��K����%�p�ӆ�H�)�������O��)��?)� �?e+�s�>��U��6����і̽����x��C����?fs�% r�h~����G��·�ʭꧭ�g��n"P9��@
�]�d.ܺ�@�<�k �6F�\k��7�A�$���P��^Q�9�py-���`�>��uE��� �N"�l/�(z���s�r0�\��~D��:BAd�ģ r�*^Q��*���n��`]�㣾���`�̞��z.K���-���µd��eŖ��^b%��-�A���b�g1�'�1_��6��������A[
� GD���ͯ��P�����+O�� �Ji�u����փ�vP����A-Ւ�AfGZry�V^Q�F����Y-�I�ePE[�AEX�OF��:��m���i������8X�^��N��(N󙗃̩�p������ �6g8����� s��u��v�O��_C� s��8X�W�ܕ���y'��*5�� 2����?�:�bs�� �5��{�� g�%��|D\#�������_<T���}:�� �C�x;���n��`��?�ݹ�j]1���� �SrLm9���2h؎���[��8��u�?:F���A\^r�� /3>�?��3�uP7�u����qŚ�u���b�A��� �3�����"�� �F8�Ϭ~����8�b��A>h�>9���>
+r��_m�V��T�Ư�\T��P���
+j
��*��Z,d^�!�A�d�A]��K�`P�x�$�CRyT��aP�'�a�QP�:KRP9�P�yn%?
+�6�Q�����.�"�hޖ� �uߦ]�7�lA���Al��g�#�|5��}�@�;�O]G�i��9���?r�eAd�и������䣯k w�@��Ꮑ����ȩ�=����@�m�v
���Z.�ܤ�V�_j�|
����l��^9e�۶��|:O6�|
%�A��=GB�/��r�l��\��Σ �{���~��U��-�
+r;v�T
+�s��U�E�6S
+�s/�
+2W�WA�7e~��-�P��X}d1��)��̾T/�zz;�>�2�����X{(��(�V}�|�Վ�z��"��eu|�*nv< ��� ��*�zD.��9�x����X�ԋ ��A��?�~oA���ro"�֏�(�� ���Q����(�1���U���3/�gY� �n5/���e�`���"c�� �e��d����i��`�^�CW���qbPy��`P�P���2W�e0�7�̽�`�_�j}��6�Nj�r="���� ���f�D�9�ܥ�� �U�x;������ad���uE�m���������2�b[e�ȁ67rߍ�eš��"�:J0�;���eE�h� rM���է�2�b���b�P�y~D

p�W.� ��'K �b��"�S���zz]�A}f�`P�W�ePE�9� sޛ�r��w�� 糮r�{�+�Zi��rU����,��A-�<^�Rk.� ��$� W����*Ȣ�
+���j���6���ωP�VP�JB���*o$_����"�� 3W�Aٵ���}���n	sn�����! sn+d�;��t��H�N�(���qg	��8��y��
+���r��oZ��ycx�l~�I@M��# �~{�ZGK1G�\'hܢ#��8F�! ��M�ڀ��^�Q��m��t�l����
+��*�B@d�"�����
+hM[=�"��>��� �=��"������e�@�w��΍h�<��Y/�,6?E��f=d��_YL~h���AD s��%P�����8�"��g��Xf��]ȟؽ���X��@�Xv��@.�U�K ��j	퀼
�2��ȵ:������E9�2^��[�q?���/��9�]�
+J��_5P�P�9-�}̏�X���O+��w�[��(�Vp����}��bX�m�b����E�Z@�=���!���ܬ~�
+B|ě�
!sr�.�w�R���ɵ��Xc���c�ȸS�B������;��@�����;‰�b�B��B���]o9����̀p�|]�Np�i�vQ�-����!L�V>&���@�.ۂ0�����0���K�ޮ�x`m�#!P��s	���]	u��	9g>�.!��+!r�#�GB�kWB�٬]	�[j	Q�i\	� .!� �ӫ���m�?��AK�Ⱪ�uO��~L�����4�A���qp���r���� V*n?3�lr'߶_�.�8W�җ�9�"d�}�r�$���v$Qi�V�AqI	�*��TkP�Q�u5��2��-s_�Ll��?U&6��|$L��-ՠ�aGװ|y���$��vi�B��4���%����!�,.)9DħL� ���5����&�����@����zUL<1�_`�"
+h�~D\��E"��[6��̴�S�!�X}�4�6|,�����#b�v�O���O�v{�˞7�X�zO��v��X/�^Mn"
+����Hh���e�X��FdD" D�a��9��˯��@B�;��j�ݶ���
+6��f.4�p54�M�B��MF<(�IF�ܬ�cAV�Y���`�<�>��8]
0z��N0�1�X��n�..���v_����iW�l�Ě��x>���E�\*.�,".V�6�E�0��+D��z^yp��r�����(2B��+"#��ư���Ǯy�W��"N��	G���,)�
+Q�.�Bđe��6�����
+��f#=�L��6����H]��H=�7��ɯ��|��u�#��Q'b?j"iP�ތL,�*���Ͽ���������ǟ�~Mۻ�}���ן>���_��}���?}���~���~���?��᳷_i��u�o��������O��7pE?���}ǿ�ۻ�޾�3���?��=����g���Q�������m'��3CS7<�f,Q����v3��06V*�t}�Y5�I�gL�p�P+�0+Qg^uw�.�:o8wi�Y��1kP�I�J#�@�ʍw�OaD�변�*���#M�i��� )d]���oȂ�I�5R�����{�C�������ޓfr���&C'������
+��=R�B���#G�L(!�"������E#�x���+�1hPŤ����(^�V*,��[�ڜj��DU�Ho7`�?�1M�P
+�
�L?���7�:m@�`�$�Ȗ����i%�N�z��t?r�qѕz�=gf�3��8���W|45�T�E_+&Y��$�,2������~O�/��l�㪯IC>�<�z�@X��{<���i��y�Q�����d]V:"8�3�����
���ng(J����\y��Ƀޕ����6-��Եk��m]�3+�{����Q���!)��t�Iw4��a�,!�;:�I����]�_΢�:L�H�x\ҥV<����/�fwD��a�WWAXh��&,��� ,�n��8a�Q�o�"h�h'b��w 63�ՍX<O�_��k�9��P7f)ky`��46fYg:2�� ��0V���YR���,>.���,;^��Y]+��,�ryp�p�ys�mg;i�zp��֢�9g!��m��b'h;K�2�����Γ���YP�:���^u7e;
+��[P����ć��0"BW@��ꂱT����hkc��b,�v���N�5K�n$�t2n���=��/K}�d�Vo�=�A9YV�V>	+c/AX��F���'`y��s���/`���K'�y��'
�!	�o�߄��1���w�
X�������X�m�2
+R�|�����|����|�o7_I�z��*��J�m�5�R��W�7�YN��X���=�b܃N�ԓ{4�Ճ{��u%U�l��o�Q����G�\o�#Գ9��1un�I�z��Ѓ�
+У�3�УQ���IVz��O�q�Vs0O��y��ăx�i����h3�gM����:� ˼*I�x���
<�"P���u�`��7s'�Nn-�}�YA]��x3Ϯ蹙msn�A��(,aCB�<�S���l'�h[�󤽡�s�̣��̃F��zԹ��z4���z/�}ڠvRO��ԣ6o�D=��N���zz�G����
o�6�pn}�R���[ub�z��E��R���n�܃z�VO��C�
+�A[�؃��։=����S$x
$�I�|rO�҃{�=�'(�ypO�r�{��Sq�:9�kس
;�G�
+�{Խ��u�s�:�J�=��|��K�� m�;�:w���z���kTO�D��Մ>��N�ia�
+�>�g����v���<F���5�Q//�7����Ŗ৳��~�]M�+�`�%���Z���a�^�?��x.�Aو?hd�q�ƻ:���G����VO��f���t�ɂ~������Y�A�r�x�_[ �h'�`,m��t����kw[��?]�_�[�����`��,�G=�9����46ϓ���"�?m�y�O��� ?髯	��h-������sD��?�fM5��k�3�GO�f'��N�"��
��:N��Ek	�Q����zX=���V�Ͳ��bó�Ɵ�y�����R�i�<��i��۵�ɿ
+o]ޅn��8s��.uj#��IWY��Gc�3��y27��S?�]�̮:���Nc���e<���H���rL��M��.��W{$�A#�F���{���G�r��?��Z���V�7���Zvë����FH<޺�g7��H����0��߅�_�$R��w[bV����Ԝ	Ǵ6�<�����7�R`����󉿌���B�~
�2�6/����x�G�9�Ƕ�1��?�6s���e���3y��������6�e�L������q����,2�m�Gӫw���� y�8�4�nz����^n���a��{^]��K���k'��Mˢ�b�����畃���^m7��)ۣ饫זb��]�B#=�^��I��b�I?��w�+�v�K=�/u�5���x�F��7�2˞
?��e��2#5o�%��6����~���������8�����1N=�
+~c^�9��s������틳2��`_�����Яc�zx-��>�rx�����`�U����7\�ٗửn�1Fw�W��ž��F�A#���}0�u��=�A.�U���q��bu����#�]/n���J�A?螮b����I?W�5�W�����_���W�ј�����]��n~�A?��A����;я��;�Gc�L)��,2���8�W[�OC�/�|��쓱�`�l9��#��߬�K�G��-m	%}��*�M�����J,b&����}�9�S==�����kO��U�ԏ�fu��Y��/aJJ��Ք
*�wA|��ŗ�?�N!���le��e]K}��}���#5�o�ۖp�/��v�W�u�G�b9�����!Nsn��k��1�u�[?N�y駴���c�J������c�Gq��C���?��U�?%g��o��B�ݖ�)a�l�mo�t���1�a:��Փ?�`[�1n�9|�h���ocu�.�.�$�M����샱�cI��X���O�l��-�l�?������56�<�H��@O���w�����-��MZ��u��n�`\�g���Z9�cZ5+�ğr��\MZ����q���O��mҏ�8�qVǏ�40�c�ˉ[����"]OVC�~�u�Ο��H�)^-��A�d��8Y҉?^4Y/���d���?]��|�Z��p��I8;Z|���q�{�Ǹ�O߲�S?Ɯ]?Qc���S<멟R`��&E�I�G����2ns7����߈��:O�8��w��8���!6�6}��=E��{w��z��U���|��=�����|�j-/�xH��M�)�O���L�\>�òh���ޢ�Njk�$�j����/Y��|�7��$��._Ă飻|�s�u���Nя���Cx�F�b��x‡��F�|����%�c9����9�|�G����K�-_|�a��#|�a�8��`��	>ĸ_���W�r����
+~���gɇx$kN�>�U��t�}�5	��q������I�w�H׳�WI'}�wIN���}vR?��`N㖳��l���a0�ѝ>}ה�>.���I[4�H_� ^�i��x��5:bs���7~�C��ď������sC�)�-a㧔	��3z��'�B;�ӅBt��]?�뚧~X���Q�a��\\���'��o������
�c���C��t����U
+^�b,+D �՞@����d�6o|q�U@���������d"SR�"N�=����ع���1:�zH��2�9u�%����bbX�@p�x��4�"͎��g���Iۆ8���Q�Mi�<�&W\)��[���0�M��������W���V/���^�[�����!`@}h��	!E�.�Z����NO[@�V������r[�Ȋ�oٜ��& ��C@�з��"ݞ�����u�@�K?;�>��`n�?�5��������&3����&+6�V
+Tz���TK��#�=v珋Omҝ?�P�9�����Y��uWw�[�Lv���5�G��h��	�����=u�G�������܍/�1��7T��臥:k���/ S����|��T��)?�hD�S�@�Gm� ����ۣ:�H����.1�#
gX�s�2cѓ�KBk��)�u�|Z��ng�B�4���r��<O
7�Գs��v��μ��!�z�"�2��]D���l�$1 ����&���j�	q��]���-N櫮��Ɲ�BX�q�*ߢ��0�m8��~��	�C�.b��a���d<EL(�rr�Z�"3��q}+���kp
D�f�	"[ {�x�D�CvMzݛ�|�vE�nM�,���o9�vOyx�H�U��D�|�yP�Đ�:Ʉ�"r0YJD�E�,�BE=�]D�f뷊�u{V�E��gE�ri^��+B,���I"Vh�T-�T�pAsLc�E,�l�/i��\�"��+�,�x�]�I��\d��È��P�i��HcW��߽�������o����ݿ߿�����{���/_~��û�y���o~y��?߾���o>���O��}��;��=�o�1����z�������b��'����z������_�?]�쳃��Pe�&�@���jS�>��O���Z��A-�ڏ�܂�>��Pu��s5�Wf�u
+R��y3�'`�-�q[1����8{k'�Ģ۱8�z	�oR��+�i���كL`�85?���ɰDuD�<���%�/��^{���$�u2�9�Y�A�� n�ۜ>�IH��̀�%b�R�fԢ�r1��<�!�ӀX�s؉!�:�̐�m[Ԯ�U�ٍJ8��at�Z�����B-��РE�P33Ƹ�1�%
+��FZ
+���-b��KO_�44-���N�;,�8W�6�s�:	�[c\BY�������UW.��Gb��X��o�J�'
ku�Z��4����)W���TSֺ�f�"�5uW�l&V[~'����8-��'�N�~Nk���F+�Xq^&ld^�0�$%);�N}Z�X�؊�����v-1��bK(f�%�Q-I��"�ƞf/֢+a�yd�95X�!��s���9�W��dY��6�Q12ig�}9Ԣ(H?C1k%�m*��7�X�#����(���͹������A����bL��,���n9����pY7m��Y�%��,�v��6���6rg�Z�V���֯�����ƖaNl9�Ɩ���i�"��'�̖��-��ٵ����ⵗ�-g���-�apj��!ĭ-�)���6b0۩-����%��m,�S=�m�H�����[���<k16f�n-��[�x.{���`i���"Ne:�����H���6v;[Z���i9X�pi�V'i�m��6�U1���gqh���Y����Y��r�q�tV7o͝�A�|9��f<��XK�nT�;�T���r6k��lc���f1�u���p�+���r�]�_�r��p�˴8��z�Y6b->��`�[YfC�[Y�1?���]�2���Q����T7���Ɔl�z�?��h�"��M?�e���T��0S>���o\�Y�� �-1�a�+I꫏�*I����Տ~�eq{L�2�k�s����-������W�o袏?��ڧ\_�TK=�C�-,�c�3����Ma�Ǜ$+�>F�||I�9�Ө��������^q����f�g\����Κ���=�2wWI��[+�e�,:B�g|�!�A�\�#��Dh-�C����2��9�s���e��>���L԰5����Z_A�l�|���C>�:C>�\|���s���x���9����b�3�싛l�����>=�[��l~�}~�z�S�}z�^t��o���ڇ��˻6MW}W����dY���aZ�W���q�4
[}��T��(�C�l=�C��������iE��)��W?K��{�'��|�b��~�Ϊ�cN[�G���j��X�-��c�m�k�~(��ߓ�1�U�?��}+�����!��s�2ϝ�ƅ�;����,��w�W@��;D	�\���h��,f_���5;2.�/�|�M����k r�i�`�jL5D^�r(ظJ�|D��"߄ 2���"��iՄ`�Z%D�VQ��F�����6���h�;�@�Uv�Gg���X�ȁ r���휒�
+��~	�vNZAf��A-%�G-� 3�� ��X 7��Is�A=�f ��I*��ƾ�Lk���V(ȿc)�
+r@�wURP���V�����
+rZ��%�!y+�iXǫ��j-GAF����V_Q��J (r��Z#����W ��w��2��WA�9�PP9�P���M_+^y��(���n�dNmy��˯�,�9���ݼY��̩�WA�v�O���?� s�9�\���JA�({�(��ugoJ� 2������,j��
+2�֎��g���*������:_aRy�T^��^����P��U:�� �CSx+��;]����`���L�uL�(�zLX|�_�[
+������d�"��z��f�6����;?G����E����<��y�Qh]3��w���(�T��<�9��`�$�
+�8���
+��3o������
+�G~Prs�{�{
m����� ^���x��@~V�
�\�^9���d`��3�$����Z�1�q�V>�ۧ� �|m9�8~��Z".�EP�<Ae+����3P7��^��,d������o��k j�v3[� 0�5�Ĵ7��"+cM�"7�?b9-���@���%��|	�:��	ďl�K ���y�/��~r��^��פ��_G�8�-���ܴ��8?�����:q<f(��
+�1�Z�r�����`	X���M"cs]��(��M"O�&��Z�N���Z�8"g[#D���k ���"��?���k ��ֆ�RX�Y�k ��[LXρh���K_Yk���ǵ��@��k �%�00n�
d��z	��-�O��$�{T���y�rT�j���䭕ԇ����Ai�@̪�\9���C`v�^�O�҂@��-���m������9.�̫���w;�};R����Һ"�����~�����:zdm��2�y�udT��Eź�:2V�ք r��_Y���'��8�Z ȿ���•���E˛E!��gp �;�0���
+�[�A�;l�{�A��w�A�v�j�|y	A��V{D����y�[	���SŦ9�Dp=D��:_Q�M�,���%D���A�l��bsA!���^QZ�A�ռ�����^Q�9Dn�j ��|,/�,��K����i82/wS2�\_Y�~��q�M 3x��� +�#?+	Ae����ƒ7B���Gyϲʋ dzyk%�a	�V���Z�~ړ�ED���e�r��R��~���sv/�,�sδ0P��j�\[���2�5�@�M�C �r�����]�d.�ݺ K�?&�zc�Z?���u6�ŗ��V��u�s����Z˽�ޡ^�t�Yÿ���O��2���8|=�?�$�3V�����?��U�i��&���_���1G�Nj�Z��'�Q^���j-��8m�������1�
����V���wȹ=��ך�?}Ϲ�?�}{x��<M-��Ԟ��K�W@����u�̂?��憊�|N1_�X\�]ʿ|�B�?���G� �6W��yP�=�dΩ�����
+��&@)����J���II��E�P�:@�^k��W쳿��鍕�ԗe;�����^�9Hٹ��p��<,���g�~D,�^�Ik/��Vz(p�
+��|	��I5t�F諥��N)���ɿ�T����f�m����&'��m�d���U?��I*�+��PW���2��̂A���(� �9�^�T}�����g1Ȝz~���6��O�G�"c���J08��q�����҄4J0ȑ˽����A̠<͂A�:�ӃA���]�7�����`pqo]]�b�止\�M�3�0f��&4>u��t��	���2���&\�m�;��ĭ�9��1��s3g�]u������2�zD��}�l�u��5��D6�>�������3�0��~�u����%�*�Z�WA<V-�QO.�GA�g��J
+���_���,��OAL+��?#�@��PG�/���8�̃�d'PJ ��=t��"�V�k� ���A��׋ Nrm���� �I����|����ӛc8��X/��Mn"����H(�����\�"�Y��h9췧�z�=~"H(J�V?�g���u������ղ{@0�*K_�	&���I&��b/D4�	��(��r�AB��n 6
+Qe�t�b!	Miw'�yҐ�o+�C˷���Z�Ddt�4UM_���&&v��:A��m����O*I�ra�[���T\�X}�`Lp*���Ū^o���6^�!�h�X��zn����a��r��`�S����	�Q,�X񴹈���|r���Y	,4�6K`ј}��)�ta�$��rSO,�F����}C���[�>�IEçϴ�!�o"�EE�>���ME�u��Q�"���n,���9hx�����l�9�G.BWQ��">	)�N.���y�2~�;Ķ����+�}�CA�lw�,̥�`D���cbʹ1���t.�
�F#�ޜ�I��*+6R�T�	���W��B��Nt�^��x�D��6��2�KLt
|�_ �˯~��͇�~�������׌}���߾����~���g�����_����������������J�����~��5�7������
�ӿ�}r����_����߾������{������bv�2Y�j��ޱ�ex��Ԩ+�pP�����_����$3�
UJ�ԧ#����$�9y
N�cؓؠ�-=��F���g@x_�4��o�����RT��Ha�,�� b/���NzB��8��	t������0l�P;G_����|�H˷L�;	DB��e������7�>�c�J�pc���D����-4�`a7�gsw��tN��e�
/s���?o&C������A�>�t��r�I�]M�Р�3?��d������φ�Р�R��&;��Lm�:�Ow����m}pRW���I{9u���Z�|�>��U��ڧ�7�(G.�Iho<��&�Z:��
(�o�-����*f�E�+�u�<�#�'�LV�j�3y�$�$>iλ5+ֽpP� /�һ��b�f���d�d�uJ� �X��p�W�U�t(6�-zQ
+eKn�S���«
�d%i�K�5�r��<�[��c�]}m4�+�*�h�G��$K�b�����g�q�G��k4�]�'�9�T��~�$5u1me-�x�r�?��go�'g��Upz��9�I���Y��Zcs���9���~�|�Ay�6���-~O���נmfWݰ���[�ذ���il�i�O�"h�mؒ3��-^-��B[|41~ӖW˦-�C�-�-9oڢ��?���, }��E/1���I��P2������0�7n�[��R��Z�j-XK��k������^�Jz
�B����x�r�A�
+�B�Oݤ�$��2���J��9i���i��ǂ���&-����,c]��9��p�R��O���g9(���$���Y��!7g� ��8�5�%��͖���+M��Y�I�vr�5������Yf 6��,Ӵn�B�67fy����)�jH�)K�텲�O��,���%���dXi���\�,t��<!�*X4�I?ͷ]��.����*vҏAR�_Cel�IUF9ه ��F%M��>�*}���D��}as�O�N�)�z�K�@��S�cp���>.�Z	�Q�~����,��Ӧ��dY��B��{����k,�UO쵆Z�#�]�\�c��RO�!(Cxcz�VA�֑�6N�!X�� �Ei'��G~��J���nX3�=ҋ�D�i��@:�裞�$c{�O�f�:������A�y�@5�c0Y��E�}���d��[���������>�z�O������/m�}غ��ڜ}:Wǖ��dY��}H+X��k�p�)
���S��eT��n����m�~iÏ)��
+��"��~�9��S���~�=�'2�y�Os���������~��!���2���{�A?js��釠���~��1-�A��1��!�B�>Z��zJ����TuZ G�6�t�'�����P�7�˨'ě�kmA@�%3�@ ?�l�����@�n�n"6Q`AAh�pP��H�<)�`�= y��!��:N��N�`�W	B��` bm�����@��L|0�Q���Ы��+�TG=!�`�54 m���`��It�'��uC��_|@��d����J@���rB�����܋8��9�	A=�̀�����N@P�V��z�#D���Q�'���즠/uS��b��dZ�����"�MA������U+AAjG� ���>!� J�������TO*��
AI_X�J9)���
+J���ך'
	��^�)��̾� 5�6(�I���d0�4��*AA���IA[�L?)H�tq
+R雂6��n
+rD��s
+J+�Բk�Qp#(H���l"�S�z��&_�� �Ҋ���Y	
+'�rP�����S�4 h,��O7��� 4�}�Ll�����][P)�Pt&n�z� ҝ�$(�nd_�����r@��}�C�9Gy�`�[�� �kK�yC�������̹)������~u�'D�l
+�fyS���_(� �S0�(������||�����`�KϦ c�l
+�A^{N���mZ����Aou1�����+�\}2�Y����<��JBk'�������ݑ ����
A���q�	�*�d'�󆠤o� (@�0P�:�T�ҩ��3��f�ㅁ�
+���@���-��ج6�F �iͶ]�|A 6oy'qBF��]:�BUǽ�헇�H������к�\�L������& ���& ��/|I��侕���eW���2�P��ݰ�A,@
+�� ���=�_e��
���vϸ]��[@�ʠ�����"�`���{s��Bom`�8ߔ��71��q
+���lK@ĝ/w���O��%
'��ќ@��H��d�����k��O
D�X���Hb���PR30���a ��-���h�8뛾�d�~�L<���2���LF�5��=��X�@}zq��>\@��j.W�q7@T@�J�4��FY�M���9��F VU*�	�;�\�q��6b�"N���xb��F �R���6�b^����E���	�O�or�0����1���瘧���u�䰙W�4AƳ��"�F� �Գ#�8�RO�L��'��q�-� ?/#KU7\C�wm�A�u_�a��}�#�8�S.2�tY��k�� ��h[xA�?Z�,u�bvW�� r���F,s��F�h�)�d�^
+"p�D�͵�
+"ɞm!f�GGqjQN�,#uG�$�D\��� �dc%/�ܒ#+|��DI��8��s(�d�u./2Yv�a7�q��\aY/���@�M�I �U��1��O��y8�zQ�v�q5g��"�8Z�)�3��j#���#-��`� K!�W��Z�`T�A]���r��A�v�T����N�@&%%7P���H
�x��@�'P#�%Py���:���5�ݒ��y#P
+:�2N��>x�8��"6�6�L��@ĕ�-��r��:���1�e�����?a�6�$�ߌ?�C?��Q{r��E����c�~���V��� ��X��M��?�F�:��Y���!]�m�?�����?ĉ�i�'��O��d
���6�O@r��k�?ą;��qC�p���HI�?�}���<��'�-!;c��O�C��������!��Ο�c���C�K�O�Yh���G=�^�d��nh�J�j^�2�PO���e�{�q��P���������5��ȸ�
+ b����{[��E;���ji��"Y%'P��K@]�QN�X�Tq��	D��I W}��	TpL%P��O�tBZ�?�
T�B=
ԁ�����7P�9�i l)���"��85��
+�
�l2�{o;��V�T���]AR�m�3�$V^qQdS��$���d��~k���q,��� G��ЍA�rP+�ABP����Ct��֜A�8M��A�Z\r�Fg��umu6�
E�q�A�
+x�3�"mJڅ���M���p��Zǭd1m�A��t2�wP$��+����`��� K��z���A�&�� *+k�7D��\��z��7y����2��D\uû:���m;�Ӛ�� b<��p����2`n��Y6��f��vK9d.խ �l��U�EA�g�e)�Cs�;A�MA�P��aXs��4G���'��N�rw;�A��6uA�<�;�P8��QA'�,�`�A�lY+!ˉ �8����Hn`�� ���H`�H;ģ$ֱ;��6(�S���F3���Ȋ��	!oGIg���g���)����"t--�����!KǓ���rY r�1�"2��6_�tY$2Qx�ab�n��b("�>��b���*҈�_2Y�L�����X
+��:���5�C차���jkj��#�*�?t�f���.�Q[9q#&�v�1N�#�����H��v�I9]���Rt#�-�2��D�ƍń���b��H��v��'�<U�X�G��"�Q����	�S�;���,�y_Td�vRSqb*&�jt]XD2�Kwȋ��=sQo�
�]d.Z1����TE]�O�����"&�oa���:?�1+I�;D�\ww�F��bj�y�K�N�F��v�)#�ح#�4b٧���H��YVmd܃7��^_\:*L&���x�z��7�Tw ���.1�k�cῈ|�������������?|||�ܳo�?^�z����/�g�~}���/~���w��~���_o�?>ѫ>�߫��j^���?�}������b����dz珟~�+ǎ��+�]7���h�G�X�X�(E��?V�T.���q�t��!j��`����˫,���r���bǹ�s}�Y���
+J�c���X(��Uc{_�M�aw���3��`��?h�z(�!ET��C�^$<G�@���3��_p��	W7�i����pL ��Er	�U�q���:i�;P��(�Da��;�~[�-�L���
�/|�G�>�u���5���Bz
+
+endstream
endobj
12 0 obj
<</Length 21859/Filter[/FlateDecode]>>stream
+H�t�K�m9����L�n�өTU:��8u.�kc7��렿�kU���
N���u�T�vR��^5�K�Wz�kF]�fͼ�>��7��'�n�V9W����
+[Uk�i����V�1��۽p0�bhÊt^-KTr�@��ݫ�*/�D�h�S�l�k.&�Sn�-��&�_����R�nl��嗼SJ�Q[�-�e[�,#��-��h�\��ޱri�w�&4=����V�k����U���yF�`V�X�q�n���.��m��muV����*RrNu���Y]o�+�}L�}LT��刞v)е9�^��H})&�#H�
+]E[e^X�̃�+-x�4-��Q�����߽�@k�9F'�-Gʵ+�4-�c~��?W��x�0#!�
����Nݱ�.���	�0`�2;EXZ��3��3;��:�
+MKy��9�{+��2�e2��O��/����?}�ӏ~���z��w꒥~����~����>��/?~����������h��[�����o��Ϸ?��>}��_��j���m��of�?��
+���"�^?\fwF���2�n� ��qt��V�ud(�Yf
�Mi�1�L@�1���^V��F�+�	�Z�F���B���o_�N��#�H(v�h�D�ԇV�Ƞ�5���b+Q�ԞY�Ų��p��1��Zc�V�IX@�<�'EHAά0��M��3v��7ت��.4J��<ĖM�3�YC�	AI)����`�[�⌀/0�����.(����4��rݐ���P�|.���4��&4�>��	]�J�Mh��4t��4\�v���#��8��gJD��3M�m�9t`t��>��e��g�n����t�W�p����ԩ���1w)��Fً�ѧ�I�0K^t���.:s��
g��E�q&�QT��*^��3��I���V,:3
��>��d�g��ZpF�#p�)��̪H��L-�`��C[l�.��LL��<�������%�h�z��
kk�$!M��Rg�EB�Գ�$���\$t�F[��5���j]�d=\���7:K��A6�f����`x�,
+Bc_�nMN
+��'� I����&]eA0�f��й��0��E@�3�t�g��߉�^�_n�V:�,��LN�h�ۆ�,[��pQ��!�B�� �~�C[����(���-&�VuC��;j� u�
���RCk[��߼i�Ah\]�EAJ�A�)�w`p�10Hm#7c��)=�����O�Yc�Q}AAn��;0��<�x�`�̗�Dj���P.����'#a�_�t�8��ރ��|��@��d�0��	�0sY ]R�� ��C�.R��
)���	B���_ �F�-Rk<n ��5�4@H)�BhP9QHS�2X-%V3XH�B�Xh��Vو��X:^Q7�Ƚ/R��C�\�!M����|����qӐ[�4���
�0
+�D'�6V�"������V�{"\�I$�<I7y_�z�漺MZC�z�<���|�&�nˆ��0����!�j^6a�w��C��L��f�i7ah+y�����"�@���g��Cj���!LGt�k�&������C�<x��<�D����1�����&�O�����s�a�n�1��D���>�Ȉjܵ�|�- 2_ȧ�L-x
 �����E�'#c5_@��q��H���0�[^<�t_<�Z��č�aJ_<������b�,u1t����>��H�O�a6�� R#q�i\<o@�)�]@�,W�D�T�"L�x
+ R����9�
�ʒm���FR�b���1r<��Qsu��ē�D��Z\@�f�_@���
D�S�. F���6��ה@�`�;�_��Ce����!��TN�_~�1�k[@L�5�"&@^<$�r1!E�܀��'Ѣ=x���T^<D��h4y�@���<gp�!N2�<�;'�u�!��b<��"�#��D��t�/����"���D�-xq�1���䑎7 r�xk
 �M��&�z݁H��"'U8�����m���!O7H6p�t�n'�Y��¡���ad�����W������!t����|5Y<����a�Jғ�aJ[<Q<V=p�C'_8�n�O"���a�p(�mBJ���4D�z��!ʣ7�4���@�i�����4��X̤!t	}�aTS�4L|��MCj)r�.����ƙ0d��!�����D��
C�����A�	CF.nmћo�1n�7be��FC��r����	C����0�%n�F�e�P����p�
a���iC7�Y��q���
Nˆ�'��\t�P��`[8���9pHSZ^8��d�pHmq�7��m`�P����E��R�N��q��{��C�RO��~�0Z�Kj�p���aZY0�n&�J�v�Mq�8���MC�(V4Dfi�k�p�yѐ��t?h�%�8i�q�4D���AC
"�iH�pU
��q���c[4��D[4$��8�H�oB��7�c�'��{���u�P����L$���G�Jh/J�@	��B�ɡ
��*�R�߳�=��Jo�*M�w��c���r`�d��pHg��+i�؍��U|n<�P듇4�h8�!l�9yHg��@y۷����݉��0�ek1�^��Pl-��CY�i"}�C��'�R��C�%�!w�E,.2l��PR'�m����^x/��e�xة�
+Dxk��w��, ���@�SE��aȂ��C8b
��Cxs�m���o�!E���!|���<���C�J��^���H.G�!�$��xHg^�PLQv�C��BC� ��ѐv�
+
i�#'
�,r�Jõ�Ґ��j\8��˸%<�gd�R�-C��Cq�Q�ڄ�C�d��xȄ&\�C9_a����)<v ��j�� �6J)��;Y���QҬ�p�"�)�8���h8��l8����?��bJR��B��8��OJC�(8���J�
}�J���!�TǓ��CFC؂���tE9Pa!L�`!�O‡#��B�A��(����P�٭�H�g��QJB�];I(�h(�le���4҆B:���(�"Ng/A!�,Rq��Q*c��7�l�pt�!'
+}�Z](�C��P�٦2T�(��V����
+�AB_�/�O�9�@!�׊��2]Po��/��b��|BٸP�6�	a�&Bp� �]H/*./��Џ9� !��!C���D!�d��XHg�RY�9��T!,��]9YH��V�5���S	'��)L�3���B}��,gl�B�%Fc!#,��,�36�[�B9���,���B8�d4���	C)��O�d�/�0�����]��Ӑş)k
=�
Ŗ;b���/��CEQ5
+�\9q(+9o8���7�-�^q��͹^�!�5�d8lEn��F�)߀؞�Z}�@��knDt�j���pb��FD�Y�5a7��ID�liFD<Ss_ڐ��mD��MJ]�Ȇv�M%"�˅�Un�`D���\���;{'"��j0"2u��EDT,��/DlPM(0�*�Ae��Z�p;;����u��-"v޴��
;�(�AĎd	Q��Xg|%"L�K���>���T�nDt�(����5��!?�\�HtА9nHD6�B��:�DH���D�"�a�w$�u!��pT�3�|A"���H�5='��q���|d�C}#_�Hg,����~�;i���d��@�����`�D�VN�xHW_��,EV�H��a�6�*Q�S��C\�=�;�C��0�nT�;�@,��CaQ^<$�����pbv1�l=�����b{y��U�C�K:�Fр�>C�^_��wA"Z$���1i���Q�FE8n�fXd�J�ٹ[���qvm2�*�>sa#�5c#Z��>��.����f��$�*��G2$��6>��L@2��.B����/���ғK4��E�n��X�4ш�R1;�3�7U#��c��F�v~12��
�<W��d[��Ht���� ${7�HT~�-,@F��_�.Ŕ���f)��:���dB���9F��G�Y���cT��ۋ0g���q'�ԫU��%pr��8'���p����|���Q@�;�
�tiJ$�E�L@�_���H(�����U18#�ѧ�b�b*K1
+��R��D�IHNa�!a��k3D�H}h�ō�8�(؟�$�@����
+�I��!r�II[0q0�pG�(I���Ĥ��H�/��q����?w��7�?�>��	���^�Oo��z|����ۓ/���������٧��ʓ_m����͏�/�s����o��ˇ��S��/?����㟿JH7is�y�Am��-�UnO��^3��?�2��Y�����p������p}v{�͛����6짟����!�,)����Q�8�xx�_�i��m����/x���o��������/ǰq�����߾���/�����[S���?i=����3*TE=:��߿����z9���}5�0�~F�
+�1SБ�׺8���V@��z.!^L�K�z8�x&�j����W��z+	M���iG��Q.L�8�YIm\��ںU�1ACf��F���@SF������'hӜ�%G����.X0��W�+��rF�x�1�ik1YZ�	�Ȭ�=T<���3Ԅk��BM�4��jbJq��Pas{3Ҕ�$ ��w��5�gy3�P���S��Y��NЌG��WN�*&ـ�X�R@`�*���*̖b�P}}�d�3���&��wT�գP��#R|We�H}��`��W!cj�H����8IW��Z9"�ȹ��|f�ˌZCr[����0a�K8���ؽu���	�<�{.f�K�a;�V�����/�"p${�c�eiy�.��jbeZ�lr��w��4��iggo�r4pp��0��q	҆��!g���uLȕ���U(G��
�簁����X3#s�J�[�T8j�d�CY�^�e.@tfv�\����<3�����\������K�0�#s!�d���l������!�!�g�`�5؇���M����
��-s��xD[���P g�!h�<S�QС�3uR��g*�m����'t<�N+B�R��x������U�ލ
+�R��lk^�A*
+&�b��k�\�%�&1+2(ae�� �ֲ�	sS��O(�!ti�J�M�,H�"�_�ƈ6BE���a�_��d#p�V��fg��Fi���1B\R*�W
+BD:p>�Cj���~`U�-uȿ�5<R�.y��I���E�&xK]�������͙:��FÙ��8��3u�d�䣩����Z�"[4�3u�����.�H�L],������0S�x��R
+��R��)��������^G�T)\R�%�5/�(Z�
'e�zB`��:P!8v�G�C]�2'+�!'x�W�R���Q����ji��8�{�����¼zK[d�8�`��1~`R�,����G�9�$;`d���>==��U�F+��g���꺫T�`�c���Q��IHet�]�Hf�l��עW8�6�2��sK�7�q����E֍ʘ^Q"����7�2�K���T�,�?�0'?�Xt�Y�ױ$�uv��k�,�Ȃ>��#����_b�T�*��S$�d�LaX=U@���RZ����x��z��S���X�A��Ҷ��$ИW�LaR�x:����9W_",T�7U�E�Ń<�Ec�px�2�g����⩦g�LS���},�/Mva�LT�ڍꙨ�n�W��Pe�LU�UX=UU��v�c�&
+|�Ϳ�~_���ի�ͻ����7���m����>��k��⻷ox��OO�˗�髗/`�������Ѱ}ޮ�Y{Z6U����j7&y�!a���G��Ey�8���W������b��_����!�YU��!��[cG���?����������R�I���x�����Q�����&��5?yv�ʑ��Nb�`�8�w���:�M��[��t��K��ٗ������3b���QP'�G�We�8<���0�֖]+��9�fz�,[m�/�I�4�
+����F7@H���,,���r�MffE��gs��æ?3��ZY=�{��[ť��-}8!ç�zSzY�g��Iun��⛁g��8����zT]�-��>�?��ʎ78�&p�ʌ2˹"��#l9F������;T]�����h*�@+���k�+c��hl���j�31S`
+J0B8KF=�������ã���Dr�,�z0�\F�?�U�L#�,֗�U��d/�-��mE;x�A��E�-�V<Y>�h�΋�59�UX/8���H�X~X]�� [��0#��o�[�D�d�$�C�<sXG��g���w\A&��.� *j[ya���J4��]��s�aϨ��h�[�)�:^v�$��vF���Ļ��
�])k��S=��2��5,�P'yŰ�=N+_ $׹�f�U ~���X�U�E�*ڋ(#�A�qA
+ğ���9y��?[<q[����72�,��{�ű����L��}��^��Am�Sܒ�0��-���4��Sm��=�ռ�n'mZS;B��c���ƫ���K��P��a;o�x..�b��d
����r�2a��꙰o���9�HL!�X�u��
ϧ������=� 2�Q`}V�M�E�l��9��r|&�T��'$��r;� ��
+w&dsDP�lF�E����T��v2P��ۭ����7&R���ͬ|�~X�il�U��$�T��6�;6ۃ�98���gQp:+x���ڳ�� ���^�#7����:p:��w��"o��g�R��6�]=��/�A�Mu�����u.�ce�FPn����+d;p�Uo�� .\�;�;@�,�;��M^l3F���gG5�9@2(�RlgD�9�p��xd��3������I�7F� Ev��ތ�0ܷ2�A�}���3��[1�v��:x'9�8�c�61\F6�mesQ�&��.;K�����$0jz�aٗ�.�®����NvE_qx��Y�v�س%��{���ܞ��I���q�pu,%�8)�t��v �J�4:8��3�R���}U�S��P�H<.��Z�s�>5
+��+��ϕ�}R��(l��$"�z�`��q����m�H�v���s�q�����nsW�4��:�?�FA��W��渝���*ϩ-X���R�:�N	��,k���۶�]��;}�������au��p�Qtk���$�MF�ƅ�A�H,r�X��Vh�,�����{�p�-��^qNl ���[8Ɗ�‡e�ᕟ��/v����GFP��'��9(��Lo��?ke���
+�3����΁���@:�@[�Wj��!c�>�����ٕuh� ��(`޺�v��݈=�<��H��i�6<�`�����^�В���m�Y�����i����4�x��`#̓%�����lb��
R��X:����7J�j· �2�Ti��V�@�%��V/��ڎ~��م�f�A���7��<��q����{{���
��A�������������E7�T��OA���w��6�^�a������6^Oh��L�$5�Q�F���E��S�<U��[8�Pf|���i���� ���NH�{��j%u�߂�F���J?|o.2T�������w��[:+���BF���s���n8s�C����^9��ΊDŽ^�[�CZ���eP=���{1K���F�G�	��L��\���n���*�&+8FhX	T�v9ah�bչ��ڠ��z]
/K�xZ�bE�����=^�z�Ό�#(�:������s�sp���,�:��;4�����Ia�V��t5ŋ6tuKt�<���i1-��6��S0�m�= {����G��Υ��Q�M#��E<'��m˹��C����٘r#����S;�;Vh��R�(��]KG'�gqPUӢo+���ӣ��Ȣ�՘N��d�MdW���c�
_�f,�����&*�}�*Ј�]"k��
{w���=zˍQ#��\*%ߣכ����Ԋ��u��ڹ��4~�Sv�Ox&.�Cb�x���l�F�k0�g�.�W�-4U��Mg.��j��RA{!��,���\����'�i�n�&���lŅ��u*�삵|�!�3��N�S��&�\�f<<���?��R��&��=��+�Os��������ŗO���'��W�����O_���ۯ�����������ri����p_���;M�X�GS�4"�!���H���h��0j��7k�}��G#��`��皏1�t��w?��|�������߽���?y�O_|��/>�U��[��~�����~�����������_<���u�s���"hI������<�ލ������g�+�E�6&���_=��P�A�����l�'�lL%7�/��!�b�~���R�Uq�-0�UV90_(��rG����������X`7�x�l
�Y�†k��X
+8��Ȣ<��z�k�-�.�������H��B/}�N�& �I��I���%����S&��ӻ�YĔ��㭹E�-���~rX��^��_4����hba�7q3����!��l��k�k;M����V�ЃFե�,��N�e��Ȣg��i��ٸ�0�p}[S^̞�&�<fq[���G	H��>w��W����i���z�g��߉�[�Tr��]���Y����V�R^66<�������*D#�P�wU�x�h��������ƥVhpO��"pʠ���r�ˀ�aA��Tw��6}}8�d&���.}8wuq�Zu��ޘ��=!�GO�u^gL�����9�HM�z�PF��Ֆ/@Z��q~1�Rw鋮�G��1�8��o��
l|(FЩu)eq��6/��Ū[&�殁�,��2+J?Q�!���IL>�<O��H�!&e�2��~��p��`fv��TY.�S��Rl8ƿ�ѐC�u��]��
^�.r�o���cB�c
+��f��z�DZ��PV����jh,�R�SҨ~6�b	��5����D����8e�֙J�[���>�D6�����,I���%��d���_҇�R��W��
+�mgO{�nXnY���XS��-YT5L��)Hd<���uU�粣A(e�l{>�P�yo�q��7�R3U���j,j�%XYҦ�|O����%$�*]up�|����%<0�����h��{�B�q~�*�vX�~�G�Qa}�hg���Ny�����R�$�[J�o���!~�g��j���Z����!���c3�tf�f�S# N'/ ��%W2bdWǢ�c+�iz��~}�m�`��
+���d�Y^�9w@�!��B�.��&��b��	y�|<��>�HWo�,�.t�C��5�bu���մ�7�^�IR�&a�<Tx� ��V�o(ܜ�EB�n����ې:�_�6
+�b���J��3�Ly]1����h޳%�<����i4�X�ln��\N��N%Y2[4���U�M�T��$�5{�gS���i�R#_Z(��+�b��f�^��}#	.j���s�1HSǠ���#F�����,��#����&�;*��,�h��	��^|����&�LX�<��efs�N{��13Sc	:u���&�8���$�"�@�1��"��V��X-ija��b7p�*S����� 膓;���4zщ�b	hݫ:�	M�3��(��H�9���A%�>�,9�� ̦^�^uezm�%���i�dX�I��8�)c�����oq^��#6�;,�f��Z5]����P��.`�d�y�)�����0A��!��q
�ˊ��rU����>�@�+���l�*hZ� ��n`f���t���4u�.)ݮeG(���ʚc̚�Sz�g3�b��AI,����j]F����b�o/����%�i��NOzW���w��z���^;����־kyk��8���Cw:���|��GY>��m����w-��:<Bn�Lʢ伟I_�K9����	�fu��]��T
0N#״�����Pݫ�kϙ���#e=��S�~��V��4<r�v�Ը�*�#�9�{�z�X����R��"�nؽ�_i�1*��\�M���c��߬�Q�f��~C��gq�pGf��~���>�d{���������{~��Ͽ��?����_�����g�~���������߿{�)��o�a��ڞ>����<�.��9��a+ۗ۷߅�-�x��6��`,ݦ�1�;����.:j?<�쇄�W
�+!�&dJeP���T.f�^I1�=�D��yS)@���vZ����d��?��w+&c�Y���ؠ������O����$m�B!���:T��/��J�Y�:\��������t�߬ ����ﮝ�D�Afr'i_τ��~Xr��K�e?
�{��:��a1�*K�H7`�Ya��ٕ���L�*��~C��p��[ֹ6�� v��8�@�����G�R6=�aSy����=�x^-��[	&�~��:��_�b�J�o)y�Z@i�ri���"��dy;�i7����{�9/����(��	V�6\� ��}]p��<�OTIj[��0Wwh{��{i��,^),�6�j��~�8�Y'�"T�vifJ����
+s_t1C,�NZmG�[_�8�v���sAG�;ښz�X�b��?�٨M����Yv�P��0�N)�
ז�>������=�!,�u%��O�7���WR�'F�b%������7 K���aj)�aw�2BШ;�T�����am�~��#��K��L�s��Y<ilc���տJ����
#�l��v�1,w`�c\n��!�q�����n���op�z}X��[��P\Ἰ�c�g�J�|�=�`�&�������.��
+?���˾�xb��lN���r��`ᎀ������D�Ԝ-�n��J��2	Xe=��Qa�p�����B�W7ȷ<0��{�7KZ����j[�z�n(=uó���u��`�X�1���s�>��Uv�tX���
+<�����H+lSQ�;�[_��h%�gQ{��p����z�#WH��DA�Q����29��x����rN�t�1��|��/�v�`�D��g��M6�)��������1��Z��B�7Po�~���5Ǡ`�&�����˦����{�����B�F��e���B���^��؋4!���͌��9-���i>�i,������\�������w�†��n\ԝ�X��r�h�c͵'W��l?��5"�M_i!a��8�Q�[�9 œQ>�ލ1��#�;���'��+TռjmH��sI�dj���7�°�O�<���uNĨ��ʵ������d�H;ckQo������6J��ߏ��Sљ�j9S�o��^�t3fk��e���'�HT�!�P�h�:ͣ;j��'���>�?6�„��'VK���K��=O�9��x�D&`8�R=K�k��uߪ��(�t��j�� Kb��P��l3����Z.OͳW�|����#�f��W��X���f[Z�Lۀ��Q�HR�n\Jɚj��RlB�HRY�W���.U�S��e|��-�t��t���w��,^����5"ې�n�#
+Pr\A��f����M�bʔ���}0�����]~@��m�2S����cĜ��K#\|X���V�Q���Х�;Z�5Թ	��i��_�E��~��ס�OlY��frO7	*~�a=K�F�`�>��r�WS䰭u�n<��������H/ͺf Qr?e��U�.�sp�Vb?W�>0ME�/Fp�w��_m�@����(��A�_���@��k{C#y�[tt���qŊxJJ�����C��lwl\��> ש���(��*��r��f2�ސe=<%Ć˻�m�{ީė�������0�c�L1�28�	B��n%����y�Ȫ+����t���#�	��i�8��Y�`22ǽ�����#���
=����)�i��P��0��#
)C\e�Z�#Uz��2��耬�D�'l�ȼ<��@i�X�TkB�#����5Bp�N�(��5�B\L��N����87o�-�8��Ɨ�e�uo��=|�5�	u�W��U��ōɮ��f`�EG�Z�ʤeY�ȍ��׳5�����'�n;�!!�xㄓ��s��D�š\*3���}���� �#F�x�]us���2i泊qf��驋wlY~�fo�s$�=�
�:2j��+p��i�ci�b��܋�GWS��#�,��u�~�`�_�d�4[i��:5W�y���9�R��h66�}��օ�7����nlɅ��Q����� M�	=J���Q&�����^����<�>f��
+�����h��D��T�-7x�o�xK4����{m��2�'� a����<�X��5������W��6e���.Y0�]� [y
��ko�R��m@gH��-�;|O�8��̤�2L�T�.����k.s����,��`VE@?a��9����V�Xt��>�q��2��0�-~_��-�]
�oZ�h\�.~�8�{C��h�QTք����14TI���:<6�Ymk�O.v���H�6����۰����֙�kD�:�q��H(n3pWc�����P��>󤥸0I�u�;�{�#r��"7c,`{������*��Y��#e��Ee�Er?����_{���Y�,!	�5c6Wmnp����2��u�\*��:���fcD�1�׀��X�͸�0�m��
r˞��C�����Ƌ7� '�U��c��|���Y(&���z�u��Z�t0��A�8�f(�q+�n�%�f���+Q�A\��Ep�:��B�.2S���m�|��������W\�%7����D+lp�p$N5��{SJ�a�k+:x��춐��b�jB��+�;!��'���SG��wh�����+�Sk%��x���K��Y�n *��ݰ��܁�R}����-�`'�\E�aL7��E����<K7�s�=�6�8��P��z��
����O��<��r[Tܘ��UU�րt���S�vU�`�;�觙g#Ü�9�]݄���2��Ĵ���`�Ue#<�ܓ>LL"��q���6e�.)YgK�8Ƅ�:�I/}����5�}Y=��Qڔ8�t��;C�	�k9�������Ը�����P�*:����*>q5_��a��x	�R����+F���~�0�8�j�o�Dk��:�k*~a��'<^q���9=vа�E���|Z�-1&o��C�9fwPȵp�-��d���c}P\�0�S,��O\�֋��%�6�;%/����S)y�!EB�U��.�g!:���,Oq���
j��,�z�,���9R��\ʞ��y��)B��J�bu�P��u������)��d��V���A޲����]W=j�`m��
+�~���u9�~3�8�	����kS��$7�A*=6ո��h���S���Rؙ�)����|T�\$����XJG��|�Uo��>=���(qq֒uod�ח8�{��PHp�骪ba>d�|�
����q�5XJ�Dy�T�	�U����B>GW�
+�K�h6n��rLЊ?E�س�X�c�md��N8�kUbp��i����Ďfw�p.vksk�qn_e�JJ3Ҥk\��۝&x�����U¼��f�
��s7cYJ�mc����p������^ &ž#����pQK)
+Iy����np�?��4�+H5�~3V/ZI�]��r[�\A��������V?G�7	l���?_a��7o�࿟}����_����?�����>~���W����W��o>���������������x���7?ꇯ�/z�����_�ŧ�������sz|����q>�#�v(h�
+1>���`�/���9���w�s���|�k�^��?��W���i�)k�[��Kv�\ٖ��T:����ƌߴx�'�� ����Jˇ�1H�J?�)���O9]\3z���t��_}F�4�^��`?A��<��Ɵ�5ϋta���Л�oJ����V�R�S��[F��p8�A.a�_����\X?���wC��-֮�!�n1�-��=|�lm����<1m��
+d�ט�G���H
�?N�"9���8ؕ|v�ɲ��8F˰�6#��Y{;�����嘌p�1�# 0�gaT�I�U��5ca
+.�!��$��W�b�ovy��2F�n����;,�u-cd���m��`aU�k%h��s9LT
�]�t��Q-�9C�K\�3���t�88���6�19/�,�b�v��*
м������Fp1�'@�x����'A�͂��U4'��x�_�3�(#�`2L'o5(me�=���0U/rn��³�ɦ�F8 ��t���v�3#\W2��!���&���܏������۳�S��gq����9y
+I����3����,������.�IW]�����Y�˵����'o�v=L�l��i��X�����m�D�I�93R�`��g��z���'f��-��N6������D؃܅.]/��2F�+�>;"���Ilm|J����k���Y>��d栾RV�k�#�n����(�[��r�_,��/�����f�i�.�^�4Z�}ĵh'��>/S����Ta�(g�L���`/U�iQݹo��ANl����Z:h��`�ha��M??��9�3h���IJ�y�UF�ޕ����888<m�����
+c@�Ș�!ռ'105���'�5k2pXm�oi_����E�6I�{��Ol���j~�7��{S�V_ß6��#���ɏ�q|\��櫵�����R�����/1�W���2�0�i����鑵�M�Q�ȝ�KO0v����vt}�+0��Eg�����I1F����ƛw�y�{K���vaг�<��3�ypR���Q����ۭ�x��$��^dS��+�	_�9҃�#uwT��]��Ta}V���j[/��N�G7<��2�Z���y"sr����$�g�Fp-p���{3��.��Y��@)�S����ۋ�y^���^����-	�9����awR�J�fOpc@�
�EC����ބ��}3�����]�_�Y�b��2Yu�[��ܗ9w���:`�FL�f�5�8��ߚ5E�.q0w�b|d�&���6��rJ!Z'�����9:�9��"�f욖��d���:%�f����b?�{��l8�j	ay�����sx ��q�i=�q\��PE�?��3�C�w�	�#h���4 �!��D+K��t8uU������C\&��\�*\^,�ұ��:^�]'oE#�����#�N�g���s���.��A������j}l�i�V��]ߌ���Xt�Xg?���p$o��q�Jt#T�=|w�M���8o��b��_�+�$joY�����Z�颧�R�r~�Ƿ:���*��E([$��� ��R�������p��|��~��8�T�[�䁬��k���R�*uc=����%b��5j�9��S��2坞��i#s�Pj�U��M�l��#=��E٥Ŧ�3"8��Ew[����t��)��'�Qm��O���.`'8��sN1���)z�@]�K���%d�
+�3j��z�]��3���ɓXt�E��T7���w����]��M��E]��Pbe�
+J��\Pr��(���1,��l�'[�U�9���Ke	)���q7W���mV����6�jc)b����5@��%kp�� �9ٿSp�5�ч���n�ou��Φ��etvn��!��^&�ᓩ�PA��/[U+������k��ë)�_�`g��
�[hc����sG�%���J��v93A�&lJ&"m�����C�s�a�YS�a�d3�
K��W�5��uK�
��!.iR}�
+�p��\�h���WY+��v�R|�O;���6?ݗ��<���_�F-�L"V�bϕ��1�nSU��^�-��N#���y���V��S����&rE9�%����aL���Qe%f�[�͡T>d-b]��ΜV��"�����m'䄷wpJ	_>>�3��S"�,��O�,���g���	���;��ːV����W_���n����*�A����m��fe�106%Ame}�����0�]*}�3?5i�Y&��R�e	/�<��r%|j9���Y߻i�"�M/��{a�2���Օ�c�L�辸�"šr<�6�,�����Y^nuo���+/W��L��+��r6/N��S�W��`�-V�ڹ\����gu��,����Q[T�K�qp�ZR�w�y]:f�����K���=��U^l���`:�h�3�L���Aɘ�����Da���_w:=8p���n��4����t�Y+�����Yp���`��ޕI�?U_][I���tpO���G�#s��í��o�����?����{��+p'�%��j�_ X�ʕ��Med�&��	�|^�3���UF���	pi/M1FU뵜w/�����C��"�?�ٔ��(��Ƈϑ���2�~���, �{���;(�+Aam���*�ҭEa[�7�}Tu����z:\Z�uϪr�r!2��HyAg�y�+êv��i)b�����w[��S��2�IY�����q�\F�U�z͎��0z����s��f>�aC����J��M2��n�3A���]��S��+d'ёdv��O1�S���ƤJys$��d�`Z�lZ`����J��k۽D1��z&����8K�?�b$�2О?�����3b�v~?�k3퇿�^����cQ��p{�g?ġ���_X5Sf� x����
-A�/I�0�ޗ����,�s析�v���	�ٞ���=�Z6/lns>�-_�aJ����j�OG2�������Y�2��×FYQ��qc��u��[.-�E�34�Xz
~�	�-W2�W�:榎��ӻ�Y��2�8�;;UjZ������cc1��x�}�=��4���m�'��Gg`Kfe_��M�cػ����v�'��a��pjJ6���JZH�K��P��f	�f$��{@�qG����z_]9����^���6�n�Ux��B��$`��~Xކ���pH�Z?̧6K�s&���o�LhRkЮ����߿�k~}&8&��{���9�'&a9�O�‮W�G��ߋ�[��|[Y��j���� >�9\~_koY�O��L�fV_��6/��n�oފa27T�%�j��%؍�~�)���#�X��Y-����}�*�cƙq�a�|��Br���ay� 9s
þ��Wa�(�k��奭bS�{��c����s�R��;5��(�HԺZ{���rw����&XB���
+<m��Ӎ���������/j���n�I��S8w��9�0��v����i��8��0v���N<��U<�lx����`���"�İ���������X����i�����3�1�R��>~xM���P��;�D-�)t'O�;3�pd؝Ϋ��\]�}�$��%\/7/��_Y�π����g[4�F������{?�}��€��}�=b��q�][��P��b&,��wf���n�M��#Ű�s,���Y��[*����aO�$�0L<�7�������{>`2`h=p�7��W���-�S���rzҙ�#F��}$CSaǷu	���̓g�p$H^�
+�����P���!<,�3�m?1��B�\��0���(�v������2���r<Lxc}|�<?�kC��� �7�2�<�d��,ߨ�Ǟ��25��8��ɯo�G���D5he�'����嬧v�}�{�ÑP��[���
+�Z�m��]�����)�3��~�O�^���5��K��bfͭn1X�cI�n�*�������k��[���+6
���'�&A�ٗ��ɜ�slYG��y�V}z}�ʭ/�r&�Ri��'�ʄж���6�J������p�u	�F�y����7����/e�H_���l�qY]�,��:�֔�ϟM��Ns�Յò�}��V��2�~�w��JQt���(�������oy
+pOa+��zRkW�VL�'���
����d�7�Ԛ>�����VΦ��HBe��lɀ��S�q�%����H���`��j�]2��X�ӆR�P[��p�g(���j�,�
U�9ᄀ5%`ܻ����|
+�A4��ݢuy/��6�Vp3�E�TaG���5W�j�Ɣ�_���Ʀ�V�<Y�#����m~��g��{�~i��ȿ�P����8tiu1�]+?��엘�߄�+k�5"^�A����%^k��᝽�#����m�OY$�g��&���M�"�#�`��N�����_�?�1��������6|��؜e��F:�l���琧({/��8�~�oap�9�~X�V�xg�oV	a�V/�1
1RF�@�:v�f��$�$��j[��nw���]�e�-Z(�n���ʹ����\T��K�Rz�K��l<
����M��>��f����iT\���9Ag�y�u�^3�i=Am���n�������%�s���\WƠ�E9�ğύnC��f>���ƀ����jl�e�dh����&�x~ޛͧ��CfT�
+���kWjb��m��0\y��
+Ϸx�ˣ��Q~.g����<L����I��b�x����0�K�V� +��e�sujN�@"����fh��5�ؙIlc}w�������|hWzII��X�'�ni�rg�P���0ãɳ���0�+��^�Vn��6���6�;)���?w�ew�‰g��Fsa}����-�ۉ]����Q�zj�vba�4΍����{����	��&/`v^�e|��_���!���p����7���x}אּ��1�'�>f�m�5��g9������G"�����v��ލw��0��n���6�\�	lC�2��d�2({��h���T���Ӓ��j�\�iv%�}��0ij0&r�0����j�h�-yߓ�F/-��m�zj��U,�5@D/�� 1Ԙ�SX�����}��~�� ֺ���5ց���9���\�HW��Yf�Q|�#�Bs� ]!@]_A(6�1�c�ય��*��w��t������3Ơ�V�#-`�%�i#�N��j䬔\}
`�qUW����ЏI�x����[ �U�x+������Y�K���2�F�`ᵲ��$ȅ�s*�Qk
�\�}�ѿڬ:+�S���g��/-N
+�c"C_�%����:,�	9�l���]5/��6�>0�û�Ȳ}����!!�a ���L>�9lvY�ߧd���{�a`��ӓm�Teg�ҍј8D��K%^�z_1u3q����+��RR��ל|M|��21�ģ4�"�G��]_PW��b�sD�ϯG�
+�����7b�8@pF�Kɞ�G�n�Ϳ�Ϙ��yH������b���s�XD^6zk~��9��M���h�]C�Ucb!cJaa�2T͸|gH-2w3r�+8�EGf\/A��	ڞ5�-�
���&���KP����~u|U{�"1d&1VE���v��,�*��C���˝����e�O�eL���x
Ĵ����5�����^2h��Np�+�R���Ě���6
��gM�%L��96f�3�8��O��]��q>�lyW��Ԉ��m���-?<G�֩n��P4�ǡ��=�cTRueT�s����3���I[���K��s|z���S�����e�]j1��]�F����k��&�m��ri'CI����v:RJ$(I���Զ��=��|X3D�&a`�A�m���.̸Na�$_}��>`ٍ<1p�~2p�،�Z�al�={
8:.1��pq�	܄��K���R��S���b�)/<Ah�N<�N��/���@����:�R2
+��K��	:�1qf �9�M�
+�⬶%j�l&�yE�Z
�!�W�`S(JۂN�`��=ܐ��?��7�����g�������$�	�8�$��J����sO;�f����1��B�3����(�tR7�ח�ӭ��^J�,�@*|9�1�����@�c��7&�N��}^2���dCpv����C����V��e�]�C!
+i�Xr΅�gq�ϤͲ�3?�/�˕(ŗ��Ja���-� k��g-��-�S"��~���
+^��%<]�_�Sb�Nu�y4�0x
+b��B�֛�w'6f���|��e�mtfh��_Wp���3Nh����u�cF3g�Y�8�u̸�(
�-�d5��`�61Z��]��},�@�$���
Ro�h�/�x���}��[L%cikfZEO�ka�����Zl΂/�C�V�&Q�7N3��7���쯨ɽ���h�%�XH��x\�G��
+�yFnj�vb��@=��Z�7K�/V�]d�,�������5�q&'ʁ}{����|���Ͼ���믿|�����?|�����B�����{���~�����O�߀��/ާ���ߥۇ�޿��~ȷ��}����[��/`?����۟��n����%�Z$��l���E;�f���o@�A��K��o��
+~���
7x���t�wd��۩#5�\����w�1�>��9��F���7ǵ��>�A3ѣ� ��8T#8�S3iR��)M��4T�4;��oN��n6�oa�z���`u��R�s.�ha*��:j�-��)�Th�������U�����>F�1T����;���T:)��p��]p���t_�Niݕr2ֆ���d��i�l�]�CM��.��.���P�XB�i�B���mj�����ʇ�7�L��43��T�����VӸ�FM�����5:�~�vm
)��R��Pfs6�%�T��.3t'�4+ ���8�y�+~L��yv�3�]|{d3>:��ӥY����3M�e��94ql~q��5hs!D��f){.���dhb:�ѭ2N���P�*A�������8x��3���Kor�[�1�Cp�	�ZLR=������){�6HS�6��,S.�~�9�|f�r9��������~k%�eT'��҈ZEvn���9��;-�CN��֜���a��{m�7�w�g�
���A]��^B����Up�N㘑���N��/R�������e�P�:� 3���`|I_�n�����&��['�`���h5NY}�Z��Cȣy�Cp�!\��f�`�J��#�ƭ6��ײ��f�W�*(��W����9}�hS���E_�&q�Z�c�#���Q���)a�O!Ϊ�`Q���b������naפ��xL梍k����W����͹�f8�l�e�ժ\v3�f;����1!��$9E�k�Gp	f���
�.��2I~.�tj�8TE�0�e�X��l=8���9���iO]�I&���h���lI3-%��=��K��!��}i����"����0Qs\���5�j�����/���2o�RF#��
+�Z�����꺵
O����%�F@�Ϻ�6�xJ��ح����N| �sL�-pR@[Oi��d��K�؟Qqd�W��d������+2��^���Wa�j����Aia��С��=O�^��Sf��1��.0�T�r��ف]�[Je�PL�<a�X��F�ڕ���>�@��܏<�j�k0V�\�i���{p<�I�Ӊ�iǢ�Of���.��x����6�O���>���
+endstream
endobj
13 0 obj
<</Length 8887/Filter[/FlateDecode]>>stream
+H�|�[�]�
��
�����iF����E�KK!�PJ	��#�E���}g$͚��[��X[K���IU��U��*�����_J�|�<x9Sn�0�X��t
+	=�����}-�����cY�
�zfN��q�6=	1x;s��1V���Ye�E�!>��S�O�}r=��i. 7�'�Z�l���p%�f���O�|�4�Ø)+��i�gK�:l���ș��0>\��V�����ฆ�7nKC�ϵS�(��˨4ڰ�Jw7�������s�#+bM�T�!57���C7�Ϟ��T-l|r�!��t�!��ٞ�$��W���l�3K�����x>����i*h��R&�g�Jt
���L؄�IT]-L���z�Rpᔥ�ג��5:K���k0��k�xp{�4�G�Ԫ�F��C.R�LK�z7^�CX9���2�<�2ID���Y�P+�e�M6���r�=�����~4	�n@إx$ݠyY�$�fE��es�����=!�'��خ�_4�\�����	�����øZs�	#�Y�dZpV���>����x����7���pSb{p/l�>|}����z|,5r�� -87cyt�7��MÀV�/T=k��]}�D�j���q�=�Hs�iZ���f��ZY���:�1�
+�p���ju�]Ss�Ģ>�|J�O9[�U(ջ(B�T�U�ϰH������݅1"���9P�S�8l[ Ħ��W/�R�޵��%����+u����N���sU^h�)71K�|P(��.XnA���e����
+���IH���+�>.a�%��j�s��j��
ޔB���h�"�Q|LV����l/m�k�S]ͩ>���^>���C)�p&Ja��@����{_�I�8DŽ�h�31F';]p$l�̿p�K��Vt��f@�e�k���7��ï�½�G�o1�m�9GJ�h�sJs����Lp�Z����	\�\k�ܟ`Uن���e;,)&�wZg˂��hX���U�Vy�ˋ��� ��e����v�3bKC�Qf�e��_,k�F14͹p%����p�u�ђ�>@$S�[:G���C[��zW�Y>�k��ք�CӀ��d�Ӣ����S����Rb��x���6����.�:��9�|�`���c���kl�Ԁ]�X�$j"_`b�Ʒ���Og����U:~e�#�-4�|||�kUK��8��������-ݞsFWp��Rf���"d��i��K5>r�5������iV+m�%4�6�$<��-`���l�v4�lhj��p���q�h�s5�����w�X
6�"�Xҏ�F�"5�j4�Y�D�v.��<Ԝ|I�ɒklL;t�H�]�m�tt�\�/O8��������K`ԾZg5�j,\u��%�e���f��ɯ��m�ݍw��.\��@����Rr�RV�����9���]�o��t��l�p.��$�#_��lrCTlL�>��E2��uG�+HX鞅�89�}�ي�8 �f�m�EC1k�K��'������ׯ��Ͼ�M�˯?������?|���������ǧ;��ן>}����c���_�NǗ����������?��3����?�~:����?��=~����#��{�G\h{ܗ�`��@���g]@���i���L����?ؤ��/�	
+D%"OX&?�J>=���@�����s�Y�o<�Ea�e�(L;`��R6����a�� v���T�K��їՅ�;	�DΡ#���Hzi�^Zh�݊P)4`y�'�0 /
����"��f�uc;���=�M((B.\�w�¾�li7���7�����Һ5�l'�EHR�2h���Y7�B�3nFIdo-�`
��o=��/x�q8�]x.�����6�$ɳ0��'��k�i�+KtL�nϴ�Е%�
+��{�7h�E��ŒVm�P�	��,~��T�@H�ÞlKf�����:�&<vqa�
�璚}���E��XV9�.00����l�o<2�V����p�ZnZ����rx�][tr񪙋Z\Qh
W�R�x�m+o,��h�֋���!f�%z��b����*���(bU������YGV�f��>�d�<\�����.����m�0B����;�FcL��D��COZ��B���H���Nc�A��i�y6W�����9|�>���7��%��Hc�AI^�8>��yγ��
"��rY��m������Y��nk�5YV܄7�L�֪7Hhյ<k@-]X�j�n�c�,7�@�,���0�W��v�)�!8�y���䵇��V4x�v���a���+-4�Cy��U��p�mQ�>7�U	
�Sġk7�-��c���I��(���J�Z��+B�	��C�G3{n0�a��
���CMq(VD�D&�8�c��؊)��������ۋ����_.
�9��C��e7n��}�����|��eZ�B�>S�][���L����ޱ�������)j�0��]���{�����Fn|����my��	�L�����0�f�$|��^7X�a�a�T��p_%̕Æ�ָ,c)��U��7\��m��Rs=�����|��t����s�Q�/��r��	�T&���\��	x��[����n�+]~БZ�����'�>�DZ�?P�O0�3=|�,�X�i�P�����c��aN���W��~��m��Ia�E뫔���f�Bx�D�����p�s���M��~	p��}��୤�'�}�����8j��	07��;x"%d���Z��dD3�ɞRXM6�үI��ߗ?s�Z���g�SM@Uk4�!��<������A2TU�lI�-���e���*<F�Ya[Z?i���NI����9`nY+o�Wǜ����e��!�O:Ew���9�bi&���2�N�;�+wV�]6������
+��?�DsK8^����y���������Рy�[�\t�3��K������E���R�M@�����S�[�]Ǯ��i�=I5p�*meX��\O�"�k�Po��a=�t��.��vI���Č�W�H��5�JS}z��
+�I�6\����3i$�����3�}-���n�����U�8�`52��.��8��A���{��]|���@��9�h��"	�*>�<z���w��;_�Hm
y����	����6��l���>s����'[��9nʖ�Ҷ��0�������d���E�NiT�T��5Ģ S{�\�jź'�,�Jh؊�f�����7�g�g�W��a��lӔ����*��{f���I�6�`�aU���������T�Ȫ�hO�bT�B�E��s���'��Bl7C!��0貳�'8�F�|`m?�G�Bԙ�笜����
+=
����x5=��D"sj�nj�Stk1U���Ȯ�)��|�F�
+�*��7{a����O�©x`U�垴p3��L�T�d("�\�IJ�u\/�%��ޓ�a��6�M�4Sg��1�S[���B���7�p8��SM/<ݖ���P:��;�C0~y�.@=?�;�fJ>�
��v��'2��r���d�k1��0�m�����⶝�${�8��'��p�o���r��Ǘ!��/��y�����Z���d�����\M"����&Y_�Ëu�`�k�x���1�gХ�o��<<V�ce�
+��m��ms���$Y#0˰T�er��x^�gt���菱���6��:�F>[��8Ql��M��>�7v�zim^Ay�ʋ���+��1�T�0�D�B��]9�����"K4e䬟m�pfW@}�.ƟU�2�򃶵X����ۍ���Z�����������+��~*/�G��a�H��'��������]ھ��n3o�[g���`x[��n)v:r��T>ul5Y��”F8��yf���֙ը�S�tIc��.aXn1!ٴ��`�ў`��3���B%�9A9�b�S��~�a�|�;�y4x4���7x����z1V��ߞ��j(�7����E�y�i4flqlj4Ȗb�s�q(8α;�/�e�W��r�z����G���s,Y/D���l��jia�8[U������%[�V�2��?-p�	_)�3B�0�x��	Ρ�l��?���jPO`-��	�����/����?'ǜ&�1΃dr[uq����"��һ���}��R��c�Q�O��X�h�	���w8?g���vn5�->�m�i���P��
+x��B�L�8�~i�X}�]�9s�
+�<�� #S�I���4�j��>�Dž`�w��XK��k93�NՂ�XjW�p
�7��w�k�nM��K�_�{<�a��j�����͸G�Q�W8�l��6L�D["�u��������G.�4d�P袜e`�`dj�S�'�0U�z_Ͷ����BZ�/E��O0���b���u���WD�c
��ԭs5]`\� "o0�lwH�zۊZo���[а�U���g�׎"˲6�ŵsR�B˓lw�����t7��>v������@m�$���e�����]z�t��Z�	�����Y�R=o8�›j��;���B���Z�'�/64��ݗ��;*\6ھ���[��K����O�?Ÿo��֩��N|;cwڐ����^A��F�ߟ��~>���w94��|j���
+
�-I�o�?��V)�đ��>��+�B!M���%[r����b��4{�E!�-�-`^
O��'���H���]�D�rJ�^Zzq^��c�$�o����M]Nf��Ը̒I!�����ug�]�)��îVyϯ������H�T�Xi6G�]�h�x�z���>�����F�������5j�u����PFRo9�1S��gP���^�M���-H�P�	��nÞ57�{���,jBp��=��cY1hJʷ��P�~|i=���kB�����f�R�c͊_�|{ee��?Mց���!�hT��҆g%�(��]]Ҕ�*O4�
;�7�+R�����������^��"���-�N&1�uK-�,�*��ޠ8�k��p��G��6�B���^]���Rc�[�>ĕ�����p8.�ȂW�Y`K ����s��'HF�
��d����w�y�m�Di�󖬷��B��Q5@���ww��6��������C��%��F+�r���]e�k�	F��{�*,b��L����^>6��ۭ��|�wm�
+4K�>>���O��f���|E}Z��q�!��Us�����j�"�+��%�����'�hf
�i1��K2��_�l�@b�ִBM-�ͦx
+/�Q&�8�4�k�!ؤl
�	�۱����Ց�?���ؕ����F96��@��P;�p�p���Ұ	�	gW��Bqcw��ס��xm����<�P6d'�!ޘg`3q�c#��{{BQ�!@bF��V�<>�T
�b���I�L���L��b���d��?����m#����K�v7~�y������*-�f���ņ"U~8V~���"�r�x�;�����;�9s�{�K-$� h�����Q�p�(�?'_xT�Wp�N�(��%�W��`x�����n�-���t����� ?���^�7D��>�ș��\z|%~ė�R��`z����~XT���Tn���	��l� ,��
+�MP� d �o���#*tf`��� B�tC���3y���3܃���H8a�Z�^CZ���U<��߶ب�.�N:1B�ݲPx{1�
+(�'�A�C'�U��(�0r����
+��[��^0Hx��$�C��E�߿��22�iK?���Xw�З�����$�HR@(V����?%
+)H��[�[|��A�A���3���z���(�Q
��b2DQ�P�`b��,ph�B��W�\�i����1�{	E�S"���|8�y\`���6=OT�C�ٚ}�x�!a�����M�,��C�LP�n{Ӽ��hv�v
+A=OΈ4'�}�*o��+7����\�u�*�9Q0�z��,i��.�:�^ŝ(te��Hy�%�%�u����-��Y���A1���vu� veb}�g��bU�z|�T@���q�vL��p�J��i
��,�{���2���`	O�ؠéG�î��IG>�����<���L���xS� ���^�=��3��7���0��?��c��\��`�$�!�����uz��x��C&C
+�H�X&��9�I��U�|�?e9�r���
�YASBQg��E���tU0�w��}0Q�3e����BG�Ņ��H:_��$�H�����`�OB����ڠF��H�q�+�^`b�+��
+�x{��aTrbGɧģ�l�t�p��D�̔�P퀁Q���9aSV�������#~)��E���q�B@�^�����P���a(ȿ˄T��vQ>�
�x��0�A�<�x���W{�=r�V�Z��=\)؀�Y�v���Uq�<N��0m�Cy��
p)\�m��QI���!�^�g@��xOf{p��
+�q�Й t�@�U��!��b8�m��m�g�9��"	�w����d���C� ��x��x=�j�G��8̳�E^ ,�K;!��q�k�d�%��4/�6��(�S��f��S��݃�=�J�B`%|�ÜZ����]��Q�����KS?{U�J��p����ag��G�����"������_��|��:}_�V,�U[�?�!U�Ѐ�חe�ʊ&+nON>'�Y�~����}���⏋wY[�|��<������咰��Y�de����Wog?�o��<�V�Mې���k<�*����|Y��E��7����춄}�r�W?���^d)�ػ�����k�ݮ��xã�<2���}͖�Z���È�N������ק�v���6�l	�c�h��t���{{�ʛ�H��˶X���ȩ~+�����L�^�{n۴�M��"%�w��^R�S��i�H���C��"W��&kґ���Y��,'�|��UW�c�n��ߙPT�Xc��I�������-�A��[�)Y������;����*=#G�qV�$lQ�UJ.*�]g��)(�ӕά��!+����WH�[R᦬���+,W�Y�ٖu���������9'����z�C��������z8s������2����q�.�g1����t'QtD���q=��A��;�y5!7�A��=�QtN�H�X�e��Z�4<���(Y�#��3�1N���ø�ۑ�:��L\���9��0=��L���l7.p[�.�<�ӳ���Z��&a��@H�����h`�Zդ����ЦF\1��T��|y99�t'i��կ_�|Z��Y�|$zجX�-����W�H�L�k�yk�N�"�F���6�계|�9��ʢnpa�ɇ+��u���v�-���ʉ�I08��7�M����{'Ȉ��1��KON��޺��TfE�U-��T�X��� �$-�i˞��Z�m���|���\r��h=��W�P+���M927����u��l˚��S}��Š��X�*F�#�#}�e����#߀�o�S]Tx��҃����b*=8ϚO8�'܄q�5�
i^��xn��\�j���v$s����L�GR�z���Z�Zs��y�S�<A�7�?��s�����,��x��<GMA��J���Iv�6�2�ڨ��}͖�Z���E��$o;}Z;{�N�_��e>��F�5t9^�,�Z��D��'�����/�6�-�p�y9r��	�M��t�H�>;��ed`R'��Z����âl�����5~J�cg�:ܹ�LauseQh�Y����ϴ�����xYm�e^��&9'�����3;J�Q���v�������fPMSQ>t�ҧO��gS�V��4��U���eV�k8_����Ǟ����FX٩i�>�����\4Y�����,�s��d���@�c�n�@w�L(�kl1t��\�w��%Ej���Ynm�����(d���ӯ��MM����/Fb��\�����Z�>����k3�?[� ���$m�J��Õ�؞j��=��Õ���yVos��
)��x;ɦ�����ANk�L��=���鳏6S�OAW���������m*�Y���G)5�SI��L���í#}jSq��#Z�,��]��F��*M�xnU���6bOTY��\��x�����+ލ�a�6�2+Y���@�ܲ5X�5R���4p��thU���b��&��wCnM:��E�"l@�f��ˬ��F�~�-�EYL�v��1����E2�
+�GdO���<��>�~�-���Eͧ<�%㢝��2��.�
��s�S�g�������
h'��}�����)��F�T�=Lm�4����Ӟ8���jU�f����p�����j}���k{q�c���ME#���}j��K�{�dM��&V���YNFF.��`�-��a��V��0�*>�V��fW�Nم�حۣ
ĤKѷ_�ʦ2<Q!M	^X$G�夿�;݄,R�Ż��E��_���,r
+
+�
��!Q�y6�O���ۭ��w��z���l�^}��ʼn����<��o�Yӥ�b�dE�~B #Ǭ����җ�Y��l�Ǖ��,e���E5�2HS[���U+絤���_����9s�>��b��uA��3\�')��K5ڡ&<J�t&���>|�ѥ��&�#����6�rA��<�bFk�u).(:G���N������<�t�i�K#��-;��.|��
+	Fp���l�2��5M�{�m�2Nf���z��ߴ3������E���r�X��PAY��u3D���dY�D�Ttq��I,UY�!v�� �:�"k}��� � � l_��%�� n�q�`��%�q�eq�G���Q�q
+endstream
endobj
14 0 obj
<</Length 3673/Filter[/FlateDecode]>>stream
+H��Qo9�������@{�Ӧ-�Oq}1
+4I��+�-�G[�F��HI��~���i��\��n�:)��'���Jxa�_~]³���嗹
.���Je�G�2*�s�Y~�-��9]�^��mjD�X��m�t��������*���֛/�{g��O[U�t���&[)-4?�xp����o�Ӂ�_��l	Nx��l{���݅18J�ùu��j�\?��֭��?ZJ{p�������Y�fg�O]?.��9}5���0��+|w���FȢ9����D����؄�类sg�k੷���<�֖�O���[?譏��G-�W�Gi,����d��ir���wc[����h�!����N�-�7�z2�֩��頰��?"k�i�j�F��l�9��pO�Ձp4���@��jc.*���0���l�������$�=�?��9�;��1@3�	"���VFB��F�E�A	�O)�r��!h��)��ʫ���!�\��`��"h��|���Y�Z03����-<�ރ�޵���A���z0	���ӗҡ�is\��\	�IB��sq�SJ��҂�-i�}/��#�1�[�
���r
+�Jl�³u�XE#��U���4��v�J�'���̉r�2�1/�Ei��5_����XS��B�%8�-�$�{0Ȼ]*{�#t��z�ck�^�^�
�D	�ѨD�D�z&�����󤏳/}��)�*�֩����8��~����qf��6O���F���w����8�e�ivV�bើ���nA�b}��ʕ������d88��<MN��nl?�\���3d~b��1ԉ�%�F[O&�:!�����Aa���N��@�q��7b�Hgw���Ѷ�Ɓ����d �P�1�]��Z���1l�Yx|<�45�?�ig�E���\�f��v_	�O)U�r��!h��)��ʫ�޶!�\��`��"h��|��������f&tvn%r����\����pQ����uc�фQES�����V��
.�S]��!�C�Y��)��nfA��ھp������MTy9�k%6a�ٺ^����L��R�L�L�O;h%�ѐ*�CE�)��T��H���7h,��+
^dV[�=��X��֫���3n���5��Ѝ�9r���'_py<�	�z!'ߡ
�Mݵ���ƿPc͕�o�5������N����'x:��+:-ex��Z���m�y��x���8.z0VF��_+���ȱu�,��XL�W�v�\O�!WFy�2X��SJ��\�@c:�4��Ry��6�ރ��XC�̲P-R�� �|� �2 �'Y����-<�ރ���3��⢦A'��\�~D6��lp�B0�h*2�ݩ��o��T����W�$��j�5t�j���Z9LU}$}ش �/��j��Ղ^�Dܩ��EY9�ƪ�,�@w�I��	�v���|ےD�Q�U��[?��
�Z��%rW€�z�a�|W�﬩Ő���g��
���e\��DN�Cj�M�:�餴ƿRc�UB߈uEQj/M��J����<n���\TC<����ak���TK;^:�3^���f�$_+�����['�ߎ���{�_`g���+�<�A	�O)��r�[�J'?�,�Ry���]�Ճ���ɇ̲Pĉ��|������?e⦗��o�!�|��5���]5
:�]7���#��]d���QES����N
���_���~EH�΁�&�|*q���6�\T��)���'k��vUSU߀�IL7�c2ߞi���N�ݚ������܉�6�Nu��c
+�1�}2�ʠiWhmϷң�l	N�Ԋц�{0+�;[��R=��c����0v��%��%�O�0��z��W�W��j�D�R�O7����P%N�^�a��G���;��S~U�'T��0>|���0&�dF��0�e��j��,Ƌ��0�Scġ�rz1�C�8�{n	�gEe�Q���@i.����8�e�ivV�bў������7W���i�ڈKt��3d~b��1Ɖ�E�5ɍ��·f�	٣�Vs\��\��n�Z��=^0�^���r
+�Jl���u��'�L��R�L��>h�`�V�j��5>G[��#%d�Ct����<��o�Ɓ����S+.k�?�!�\��ɡ�ٹfN�+�=���h���8z9��^W��+����sM��+܍�~�gۚs������'��y��j���\�!%ӍX�"O���q���ϐ��
F�'6�w�m}�'�8!'ࡩl�<��v�7���h���)\+�	���b��f"T�f�d�[�[t�$a$JƙH "�8=Hr�
�y^���I��("�V\��U�>�����̙�spKؼo/�A�s͜(W*{J�7������>�M!�c^�fg��!
+������!�he��6z:{3fr'2/�U�_�q�>��_���~�50;��}��V�6[��d��+���`Um���@��h��4����sMal�p!�~�f\�
+��'���x�o�z:X�?R�,դɫ�j@��N�mW��p4n��O�p28<Xm�׹o��%�7�j�;[:����RFB��b�%?��c˅4��E��R*�R�چ�{�-@���e�Z�2�Al�pAje@$j���	���o�!�\��u���]5:�]7��#��]`���QES����?V9��"���0m��u�p��v���28��J��Ѕ;��h([���ރ��sxg��V�������M!���?��j�C<�F���[O�0ǿ�^���N{�e�IhL�="7q�W7�|�O�4ii
+H>���8�#�G�/�������sq�#��z=գ@�݋��p��r�&�x������3o�p�N�O�^�I=�O�H�~�Ď�+�j�c�����Z�h��!��tMem;
¾U3�HO?E���8�0��z*�BM����Z��^�SH���[CT�����[\'��a�3db|x4CΘ���q��E��1��xEIK�����*�h��-8!VQx^�U���bE�L�*���J�XFc}��e�d�(�1vQz�]4v��E������E1pauуA��/��[�b��*�:�XF{ZF��q�Y���w�j&�'M�DQp�AO�P��}�����	���m{�85^2g�`Ÿ9�����R�է�^� BxbJh�8�D�U�n��F��L�9��7��zJ	�^Ӆ'~��J�A��ҧ3ɒ��ͿT�aO�1n�(9����Tw��������.�W4���<��;�(�1��AB�&&g����ZBH�|o���J���}�6�f�X!'jQ*#,R%{�S�e�x�Q����E0��������m�����m��sT����&�����ϸ��U�
+�c|1H�:��7�3�p�nO]�k~3�?�+���/�4@uji���u�������d��(w.j	�Z�"(��n#��]��*&ˮ$KS��I���ǡN�����ݵ;���7�^N����j���*�[p7�1�u5��D��md�z�AG����P��T9��3Y����j�p�1w��w�Zh��YL��L+�D-Je�����mg�xZs—� "��!d��g�� �3:A�P�եfe.��yq*���C���`�W6a����"n%Ҍ�	0��\�]
+endstream
endobj
15 0 obj
<</Length 17930/Filter[/FlateDecode]>>stream
+H��WkoY�)����Ҧ����)	�]#��FZ��q:Ћ_�n3��oխ�mgaH/4(���u��:�n��ŝ��jF���[����~q��t2�_TG��m�W��Z�'���ftU�����M=�h�Y�Ž�g��!~�W�*=,�A����ߍ&+z~�:�O�e݂�γѴ�M�~Ο<~
+V�ѽ����Q�6��G��S��wG®��c0ހ��������i��"�"="��
�!�{��l���hR����Y�X=���
l��ƫɨy����"9�Mٚj���ྉ.�p���i�����'k_���,��[;�痗˪=�����8�,ތ�d3��O��u���ˑ�k�S�/�����e3����y��zs���eI��A���W͸��jl/Vͫդ����n�F������������E=�
�Eym�`w����j�d�n��k��X
+��Ѳz�T����W�a�ϲ���k
+ݿ�a:�p�o� ���YzcO_��c�ߣ�c_��G�z9M�ʩ8�
t2o�d��_{�ͳ��d�4��v��m:3[�e�w����\��j`�=���z4���܎�_[L\W��?/n�c�Az�g�c_����e�~��8d� �{�/�����3�
F5���t�qҿ��M�ۀ6_Tͨ�7���W>�O�e�V{�G>����J6����Xf��?;������=�Qo�U�n���³�V�v�j��Ӻ����22U���0�����6
܅�f��{�~n/K_�������((��&xҋ�_��5�f�f4[�豗z���i_�³��W0�.���-��pa�O
;�Ư5��&�m@�/�f�Λ���+�h��,���>�j^WǓɏ���U���i��pb�vГ9�b�ԓ��8p�AuY�?<���g)^�mvq�ۣ�im�Y4�|:��QZtt����u=�|rx�t�㤇gW�W�	��vU�����CQ����Ã��D��?��G齳�(��0R�RĀ����[�c�;��_�o���)����(.�M���|��T.�"��J� ”�~��v���C,���N��H%�Q�^	�F[*�6N|(���6�,:�X�h4�*��:Mi�OaC����2-w�
>&O_:��(���X~�1�ա�:�+F�8�
٨�J�ץQb3�����ޣ����S`)�(�,"���2���.�t��f�B�(Db��>����]^�@v%�?��.���*6�H&-���e���F_JM%�P� 
]�6��-�6q��W.���m`��#�.��GH�Mt���P��	�\"�5V�z�%oW�%��؎��t�h
+.\*{��ڙR�LBzMFk'"
+X/(6ml
+a����
+W���Q o�>p%�Sz*�������Dx�2
+��4�J��ˤ�{[jDF9�B#\(�S�G
����J��9H�Hv�;Q��^l��:��v��#\�C�(�
�4*١&�v`9M)1>5(+F"C�G0epD���I�a�ȐcQ2B�q�o�����#���_�$O� �f�_��J%+�kn
+d�mK4|�W���<f*@���:W���h�<�8�qQf!7�$�B8��E��4�<���ݠ3��a��?�L�x�������QMP@h��ö���ŨX`�z��$B&�$)(�}������О�-ݲ��KYM1$@qT1�4*I�	�B�*z��?��W�><�:�6XȁOt��b o� <[�a�Xi\��^��;�i���)Of%F�(���u1��[����hI*ڮ�T��f�!���jۅ�N�~,W��.d]֊���(�[@])j.БA�Lte ��&KR	��$�qVz�!����"(Kg�g
:�Ga6Fש�#�IMO��[����e1���K����L�L�r].�;�=��2���1��$��;�QVh�6���G����6bw��
+3�ߠ�)�8Ï_�#w���Ĺ�x�>7&��&��)jw=���ݵ���v��n*�]C�+hw�쮞ݵ���
"]����1�0�7�<�0�,���}���X�'��a��F?V���Q�>��Z��ȭ��ac�W:���O�(-���B�ZU|�}�2(�XoE��
<��q�"��H�"g]Xٍ��h'��|��2�ǻ�������҂�o�0)��.��wI�!G��LLN�ήhK0O��x}�Q�� �/Z1s�q�;�V^�Q�O��C9�ɞ�mޤ��Ef:K�T04]B�T�R�U�|Cg�0�k����6�${{�8D���W8hg�&�������_j���P3d!�!�[��k
+\�(@�2T�5/b�H����e"h�ہ�(�Yn([�)]6
+�s(����V��Ph�"h�N��j<���z*G�IVq�Dv���e�e�3��Đӈ�L�<"u}�I�7;W\VN����i@Eq͠Y:y��T���p�����]���g��s҉�1��2[)����������|�u>�PI���`#���orsdP���u��QX��+�mZv�$��ˤ�S�F�b�넉n8Ì�4�`u�\����c��\_�T���g�A[�H7���x��f�
�+9�0�@��n�\J��蠆Ij�e��z-+��;����B������'�A�B@�$�L�AA�18���]U�����x8�Y�o���U�e��Ԑ�{XP�������i��Ħ%B�3⢬�P?}=Q^�q��=�`�?�荬G�e~��ezg�Y���O�]� K���a2鱪,�ʁ���b��{X����Ĩs(6CMhgzM���=�Z�m��I�4�_X��AP5�Aq�3�8���3���nY捞��>��/u��񅩃���z��S��OpY	���2ŏqaT�i��~����00cQn���C�e5���v�'QJx5�=�50�-A�d��<����U.Įl	�m�U�E��9�<sn
*y���o"��Byn
�j+y�X��LsP�f��J}k�߉��y�u�G���G.%>�$���[L�{�hV҃$:z�D���!p�#��	��=t�Zt�d��oN�����fv��cJ���46��6}�*al�Q�O�R(�����/\&��˾Q��ZMG�u-�{�/�Z|ܶ2݁w�)��-�ڬu
+��l��-�A��y;�_��,`��d,3Y��h�^��X�ܺj��Pɬl#o��V�;*6�NwZ,�F�C� �t�H�����a��S���y�W���t�Y;�gE��DdeS�J��h��o��ѕN��a���ٰ��i���Z�Z;�p6�t�b���g���L8�]��*���ݲœegٚ �g�ԫ�ha�l�BU�E�R�ܤ\J��e���ȵ����kh-0��d�TMP���1��$�X��T�)h��u�''2IW��ۉ���Ȥ�%�V�A}T��m���ˉ���\�<H�횼�j�5߷�]-ϻA52q��\)D�2Û���#_��t��Y�qz�ՌC��7_�E�jR�he���yn~�N܄�^k>�[-�p42���	βܙ�����8W�F͹'c�g��c$H�1�fY��$�‰��S2Y,N�kd�q�[������+r�66S$[O����x�
+���u�:ԙV�q�9�&�$[�j���0�IL�ʺ���2fI���ꠦsb^tp5Z�"��!Ek���jQf�.n���M�ői��ؿ���To�<��ۚ9��Q��IK��|�4Ȭ���:l�/�	���P̗��kk5oHm���m 8�D�0fە �����<�YP2�(�Fx��X){_T�\���J�a	��GH@�HU�J��_炀g�m����L�{��y`9TT|m�ތq���lK/rH����j,x��a~iA\M��]	�;��*�U"�����w'��o�z�X�e�`Z_y,zѝ��cE(8c�b�����0W��v��o�I��������B�6h�`��k�2��6V��W0
v�0���ꐔ2�㎄u�7�w�m4��	��A�n�����]��?�CܪŽ��/\�=Μ��ߦ��`Ecl��������9���z�H-|�B�	�����<�O�-��E����^9�w<�B�(l�r׮<���D�JH&A��,�Ǚ�b�hu�2����5�c�3������ێK���0Wf#�e��<���ł~��F���tb3���I�Ҝ��
�x��@����v�ɢ�N�������&���
џLr��ZO�� �3�}�;B�%�$Ii��4Yt-Wϰ!E����Z���잉�l��+~�ECx��=-z�1�cv��
],�/�0�cjਡ�k:k;(	�&�����8��l�C�yB�j:�^.������o3RJxjV�5E1��!�:�uG�ie�.
+W�`R�pz�[Idb��'q�X.����%[	gL0IХ�S�88��~[�o!a��ن�YI]��	��9�t<$�V�!�������l<�AX2�
+���q�kq���!�>������*`9f`Hڭ��+l$wxIx�W��E"\1
.l���c�1={0"
�_<��qHxO�4�^���
?�|��#Ax��}%�GI��5���'O���[oߞ���}��/�����o_}�͇������o����?�|��۷z+7\����f��V*X���[�W�H��H���<m�����sA��K�����i�}�٫/_~��?�~e�흏_}��7��ņ��6>������������5
+6��œ7$�r���
�50�7cQ,��_��`�,m���{u"���ʡsq����fBҼ�Zn��,Z*������A�X��܊3��G�,g�j׍�i7�#,�$�Hh��^!�`��񺻰�
+g�wh�n-.���w�:�G���C�id盁dn�`mа'7��72��~
���xh��fԼ�!�c
��%.�q[2‚ALd�-@F5�˝ih��+�@���^�sӬ�ʒyw�����)Zp,FT\+�ӹ^��q�ń~gm����������c~��ɛ�#I�p"�k[b�A��0�V�����H\ͮ���>>�������}<��7[�|�~����	��۸������ۋ'���z?���6����џ���s��ԑ��b��!<
_���;�q�2�ou��O���
�Hܸ�*e�YJ��;�ݽ5T��SО��~3[XD����fĽ�a��j�O�R4ge�s�N�+L�����gw��p��B���&��P��4����B�&�r���+w�F��2'_DŽ�q͍�;NGm��Ӭ������1���#0�iuN�$��;�@V>&�Af:N����W�,c��Z~�'�a�e��z����{�����D�
+���n��@zE�TUmh�%I�&���]�<���4�y�lf�Y���ڀh�ɪ�L�>���?����K�#d��|w�]@����($��]��K�V�F=��J�
+���Y�"ʈ�cʬ���`��;��K�7��2�v��uae�����YC�2q5C��.����_zf Sr��pL4Q6��{T'e�e�(f�j�K�=V2[IQm���+��4�:[D�6��ޏhW���Z�Q(V9b�LCvOM6����||���!Y�`�q3|)�I�
����y/�s7듛_F�0�\����t�m��Z#�\u����F�̸�NC����i�
+��A����*#LjPH���ibl�Vړ���DNq���I϶��lN_)�I&�e����hqi��d�!H��6��{,
;���c`�Y#k��~ܹ�8�"���e�ܓ*�KNȼ��W�#���`qbɘF+s>�Y}�g�Y���R�2�����j,_��-�O��e�.9j��A���Gk$	X�ƅ�Y�*��Gu	�FH�q�>��5c��:g�TѶz���)���ÈF��'�!4�܃�ā\H��C%q@0.�X*�ܞ�	a2`bX
ʙ-�_�Nڏ]����w��ҿ�F�6y�Ds�X4��!S�������Pc\��m�hM�3F��
+�� 40������ *�3�zpmQ�0�φy��kG�
c2�\Z�qj�+�r����<$��o�K9�J��U��&�uYF�]��bG����G��EڤƊ�Q�C�H<�D8kڳ��KnŔg>a,�W	f]�u�<��Ȱwd�ΝLk3oO�;f�d��n'T�nu��$쐅lZ#�$U��9�{�C̦p���Wm�<3��zٱ]tqf�8���1�!�Hs$���Ǹ���i�Q�+�v&J��V��mu�E�H��-f���n_������Pv6�>��@(�T�G�O-Z��I�<q�\���W�(Ŏpq�il9��k=�@�yk����^8����J`/~
+���’a"�KtΠl�9�X�/֧)}�Nici���%�W|�-BsV�6�����}m�k�n{��Ȟ���S\L��84�4�&�cx��|F"�"rz4S.�����#���j-*��X���Mz=�!�`�Ψ]'j���.�8�D�r�	B�(��Nn[27T�rQ:�3���2��+�R��3�����mM4��B�k�A�&�y�y�N{|��������"K^0��$�n�����z��t�J���F�J���$�)�q�� ��s�8"��j!*RI	q'2�!���C3K��|@N�����;[xJ�#��r8ˡwǃ0<��$�VGk,ւ�Ρ
+�RHj��k(���I�Sͺq�S����t&9������Y�����:�����Mu��r�6k]���{ˑ�4��B�H��9u�7����q�ͫG��iN��c���m��C=c�$nWYSg�����R�E.���O�1^Jr����pn+�z����4cVݙ�-�C�m�{���~��l��Uw�j���>��ŲG�^wA���@CH��N�����!��������~��������>~�����~���/�y���ׯ����_����-��
���|��	5���7��<�8���O��' ��H*�?G�t�4%|}�1N���������o^�x���>�����_��6zv����g#�G�_�_����H���������H�/�����Ә��
+��&��t���~�,���8�ҋ�[��MaI���'�0H`���W�����M����>���wW��J�u������	ۻ���p��_���C��%��~t��=�}v�6�?��-����S�]�Uf{�z(-*�!4�i�s�~Ū�?]�k��
+�tCY
{?�ǐ�l��[��Y���'>9bii�1�ԑ�K˓!�hu	H��42�*R)*D�~��Wpˆ“c�@���Ŷ�l)t���\$���AM^l;C�ch���U�C�
���������"�K��9b�#Ĕ�O�
�4.8������V�dť��Hx9��X)
+�""[7��1u)�ܛp�i�#�C��b��c�,d�H��yEA��Ce<Xვ�62^�й��|��Y��r��H��hk����gU���_���3v<.���iՌ���@�-چ��hc,���R��na�N����I"&p�J�~�_�JE9ԍ�ef9{�q=�$�[ĝ�.�[�J����Q�79��������m{ZF�l�(X4�!8��[�9n��E�n��� �U#?U�^vxv��r`\��r
+��l�[�J^��:M&�"��u�&#��5
g��]����G�僱f]f�b	�Ğ^�� u!c�A�k���,��X�Vs
��Y�^��[���8�K�H��n���CuD���LY�Z;*U"d;D���6�r�c�`�)uHZ�iD�%G�ڑ
�����]�S�0bޒ2����p
+6�Iw���s��凞h�N_L�p���[�ƒ�o���]�5�5���6(�4��B�-�`���cW#��%�	�^�u5��,��F>���v��ak��Y�k��蝗F��	�+���H�U��fR������y"-\T"σ����S��\���.Մ�R��\��~��X}��w���$��d���̴O��-(
+RU��B�j�����s<��KB���p�=���x��c<��DO<p���X��
+!'�[.(�!56�eܘ��1TD)��
+ܞ�B�Y���K�Jt����+��]?.�x����sʼnh��t�U����� ��D]j���i�8%��%�ub�`���Y*(L�`O���7�spe\�,"�g�Η�BvkB*Tϭ��zN�wCʂ�/��'�A�5�fUA
+0!�Bձ�6�c������66����Ck8n+�4�ke?��((��R��[#�W�����RC�i�"@F/�f4�T[�.kB��AM7�Ts'aM�4#��]|ى�YO�%���JV'ܪ�n`�T��@���T�f0$fͨ߉1c�뮱��=uu�h	]��qV6H�Iy��ʉ�n����D1�Y�)
+��8��jrs�u�9C�����+����ֆ����*Z�P����M㵺۟��8�CfM�a
+����*x&tp�XB����Sv���n}m�c�b�l�8:�1�Bmu�L.b��A�v<�2kѶ0rwk��������\-�^�;<��
'o_�B�Mkd�������ָ4^�)9UY�2��a8UY��
�۸	d%<����0�x[�`Ռ��U�.1�ӱ9p�\����R���wU���@j6�jA!Z�`؇�u��#��P�y,�bV�a�y/
+��	��U�4�����,�bs�ueAzz<�7�E��
��`�:ֶ���Z�;�uo*�z��KS۞��Yrsԋ�2��+�ko�;Bvkb��i'�'Z..���H����|{��p>��*Y0�"�w��HuPqY���9%q2�5l^�L
+�{�4h薌�55����U��Q
+Y�NV*�H���汫O����*:O*��x��hx�ʹa�]�"�S��d�����'B��'짫�gw�q��������ރ�?�:\^=~��������?�>�������p�z����ݠ���2�WC�c8��7:����7�))�תDY�\�߄�?���}���՛�w�/?�����_�.߼��1:a�zy�c�������^#h��^��`�;�X?�x�C_l��9j�-�J��H`�Z��{��������j��`�����?Ӯh)�7�bz*����w۩���2,��x�l��(�����T���-3���8��"�"�7��kĵ䦹ݚ������v�����4PM��������2�o~=���e>>+����3l�C����?����p<�����>�b�=8��c��O��?�p���o��3������/���������L����Tݹ������`8r�����U
+T.'G�eW�.��vt��ae��B�ơ!cs��y�C�4�_��X��K���k�/r��u��(c5�n콤�֥rnΏj<�k�/e�皣ؘ�S]�r#8(�!g�lf+�*��>9��vÜ
/��SK��]�$̈QGlqN�V�m�wસ�Y�d?Q��7�2"�Ù2ʋd�Lhl%3W������[�C+���Iޞ���������C�|�V.V+)���Z
��j=��w�y.��CF�]����Y`'�E�=��S�ܷ�(0���mfXu��bne{���6u�Z]Ĝѝ���nB���G,ɮ��Ж�d�e�ᮮ'Ld��%���<��<HB��.����#3z�J��\2Ht��a�w.܀��蘗q,s_�qW�gX�54�t�v6�2U�|}�(�b]J�����$�:�W�O9�o���a_BE	1�j��]�	f��]#��V�*�
�מ����*�`cBy�AP�<a"\6���\qߖ1����=�k0AS�Ns�֥Z��A��=�	%Yw�վƢ�ku�2�!�:��X̯1�^�M��Lۯ����|#.����y.i��=��v���
+�� #����0$3*��Ab��	����`�%�>PH�.�D-:��x1զ;��Yꔾ�\a/���pfdW_����%�{b�p."�]��*_b$U�\���t!Դ��5P!�lkO0jZ�cw���焑N-�J����\���U��z$�[I��j�����#�CML��a��E�������x��\��Jъ�������fFk�%��I��h+H�EKWV��N"�j؄�Q���y����k��mm��<�I���?.�w�.���#Y�&�%� �i��U���!d�i�D>�x�qM���.Co�JnX����<.��ο�Rp!�jC0	��)*I�d*
�i�^�\���*`�%$d�Α��ƹT�B��-���S�ø�- ��-y���
+��
��6=v|Y�Mb�JYx�H�h�T��Z�+�ڗ+ST��,�Z�E�]|��E�!�1*���qm�@0���k����s�#�h��t�&�	����N���۱@{p�.�[	&�&�V�5������S\km�9*�fs_m �mS
OUc�� q�R���{W��6�js�ɶ��B�+�#�o�����q�{�1�~�"Y*&h7H�hB���nɘ�\\�P4u���)�Ȟ��n��x���x�n�m���8-a)�U��n"y��>a�]�H�^{oU���OWO�����������//~xu<��z������W��~}|wq���#��/�U�k�QD���w�<GD�	+�a� [H-!�B6 �� ����sb��״{���}�FfEe�p�	���߿���	r���}J��8V�4��p��GB�Q�80q�O���Շx��_}��W�����|����~��7_}��G��/_��3���S���x~
�_~��{�d{��^��-����C����::��غ�L���6�L�+��<�Xy]+��`:p�1y�
�20�ӘѨ��>i�^�����16�ae���:���/����k�D�iJ�QS�c�'w`�����$�i���2��3�����c������\�k;�UFi�g0��>��@�.��n��2#ܪ�@�LR뎃������s�D@")�,�@�2��q���E��ؤ���6�zHCqm���tc4j�H��@|�)[w#�1���</�	T����ۗ�Ӧf�Eh(~���?Pq/l�Q��
+T�CQ�W��'����H��tC�������9bX9�p;�6��4��M�@�������A|<b#���h� ��ȅ<^�?i�f��4AJu�;FcZ�����{t����B�ٵ��)W&f�p!�n�HՅ�[Q����z�L����r�$���ŀ�����;?�Ȁy���7cΌ�\>�ӚQ<�54�{�u�LsS�@@%�-�6��94>�c�z��[c{x\�.}��
+=�g
+����R>��4�V�f÷xٌ�h��
�=�gJ��h6��K)�}�U0a�+v��Q�����~6���E�-����Yt
+Zױ��
	�8������Ƈ�hA��U�8�T�h���šQ����H|�����q��3��}h�3���������vh��ql�����8��'ʦm�auL�S�F�g;
��W�Q��#�O�%�sJ�S�
+Zg�&�!pw�q��+xp�h�xvѾ\:�,7��L~m�%�,fA���c"�sU���PĊ��G�.���6>K�6��%�h��z6��oxR�)q-�����=��89����m��b�0�E���c�Ė>��K}��yŢ�����%���L(r�xS����*�J�+!x^�Bc�Q��7����c�j���W��/�;:˴�K��������~���<��'z|��?�ُ�c���w�o�5z�0=]��Gz��ݚ���s���Ž2��\�����nQ�}JA�r����Z�T�h��c���g�����y$w+2��ty����q�.��$��y(NH�����7�(u��sgfh�!��}ʼn�CS╍+J&�z�g�D�ԄhH�k�1��%��G6���g逄b^Y�����"q@(W^�+{J��ĪQ�IV<���&�al����d��ׁ��tg�d�V%ЕkTvfy���(�8������q>�m��M+�%�����n%.�Xa�"=v�����uU��xqx�MrL��.��-a�t#����l.�g�I�Y�.R��#n��gi�����beH���jY�B�S!w����/��%}�Pm��vVޥ�u�4�P��h�=;��f3��1e�d-��s�y��:/3�[�h0N)	o�.��F�i�p!�y�>��'U�F�U�H�m[��
+sO>^(��z�pz7~�4���k/s���?!+�ǵ{�5�.������ 3_��k%���:�d=�;���
+�\��@��ꎺV��H�5r>j����#d�jTE`�F(�,$(�;��O���Q��C�8�QoC8���Ez�C�)�8��}@?�^��A5i�Z��wCk�Д|d�V�iIN�[o��R�4�٠j|qmO�����x�+3�d�+gݚg��㩩g��}�ip�Zș�Bp��6ꦆ��d�xj\���j�|��d�
+��׺)�a�Ӹw �FƝ�@V��Z����-LsI��`L%)���XS�{(CJB��Rk��eƁma���Y�y@��
+��d��`>*A����Щ&0^�+��gy��,�;�B�"y����g���cH]�Q�� y�[V^jJ8ҚzL����S�Š;ͫ`g�q�̶3c���@�a
+Mr(p��S4Ϊ�������s�[L�N@� ��=����w�-������;�L��~��S�o�i�(��dc�ae��@T�dܝ`}�Xh�n����g���3��2���6Y����+�ܹډ�j�c�W��T�����=`�xSV���u��m����'@t���׾����	�gB�%!r �ѕ^ @�7A.�kr��7��Ԗ�G4�3��9[*y�K"pMo����ź�+�M�N����FP����]>l%�*����^a���h]���f�mU�4*�1���X���y�m��V��������2@�&ţҶM�qtsqP���J�<m(���(mi�@�$'9U��(��K����1��$i��ɧ�.!Ƭ%��
md'S��K��T�k��hIY��y�n�m����,㜧��{�鑰c�4��{Ma�#�9C�l;����0�QC�RFՊ��ؐ�$��cp%j��Π��udb�Dqݻe<�o�;�qj�K�s����S�q����8m.m��9�I��0��U��3m�$ssN~$�Y=ik�b"�p��s��ۆ�l�>�=��i���g�4'H�+��s��к����-�^�1�E�����ʌL�F�c��ő���/�1f$p�x��	i8�(��v�8\��@olt�=Jܠu�0�v�NAA�������(<�6/�v�\�aP��m3�CX%n���F�4O���ZSD��P+3��a�X��]���}�����:����*��mՂ��PU�B�	
+���=�{�>I�@���{��3c/���˓s~`jTNt�������|�
,nd��^�ئJ��℁�H#��K�3FQ��S���^����>�j<��\�#nD���GO��F��-�.��z
[)��s�1�O�JN�⌘���*��0��m�O7f���tO���eY�9�m&���*2m5y�z;�bL$��y�p�ぶ,�@A����<�;=mZ��s�4g�0���F�SD߹�z�g����P�X���N��̶r�ȨQc!�������F�C����6�B�C@hPxh?l7�i�m�6�A#Vk9����F(]���P)�v.�At�ۜQ�m`��7����$�i�N�E�Fj���&�����-g��[h#� 7��T�T.�w�A�U��[�ɯ=#[��fc�Gd����
+F�����)��B��R�����Z���xэG-(���R���$���S]��F ��,�F�
�r��j�M�ř�M�}�n�F==��:��rbh4�4���Y��g��B�e�����S�~��M�/Bj���!�m���="Vኀ��mDX��H�4;�zz;kp�r��zЇZR���I���
+��7U���C	&д@�дE�� $�$S=�I=D9��:+j�n����˧���]/��RԤ�r*%7[���鞥�����_�{��d`�0�7�L��
���Sv���y���h�Ɇ��c�pN&gt����R��ѱHt�G���t��T���'v,��u�˵��#xdQs'�M�m��0�ks�ro5]	Ƴ�&*���NL,\g�Jt�i��N���5�RUY�R�kō��;=k��ta'��}<T�$ƞf�-��8�zj1‘������$Y��/�M%��ٌ@� s�W�u�+�e�gF�C�.����_�c�C�ue%/7���y���$f=��#W�K���_6�e�`��t���Z��'��;B�A���G���_�����W������/������_�~���o���G�z+7���/u��J/�P���K�u�����`��πF2�P�O��n&���������go^�������_�����o^����͓��R���7�ף��u�/�LJ�T������<=N��H<�T<��S��:Rɶ�Rr�B^d��d��9�P��ɨL�QV考v��$��e��O`V����
2(h
+i
+�>�8�%��sN�Q���"��BAz���Du�X� 9�� �3Zi4��C9Z����u�q�B���!_K��kmH�#�3'���p	���^GQ����4�c���Ʈ|4!�3�\#��~�X�l��N~Vi�%�U�͌��LjIB��\k�H@\�e�N��]�rQ� >ޡ�J��G���>��Bq�����G�I	��;0c���)��P�s�Q�O���o�;�������@MbpuTGA
!#�U0��qRe���H%���Ѫ��H��.���*S�\��2Y`�:ϧDԞe���z���0�Y�st��.$�k��&�����'��B��0��Ϙ��oFE10���S�͈�ʊ�P���OS�c��u!�m[NG?L���a\�qԴ2]�1ʂ>-:p��4,Q���Vt`#��A�����~g��fw����iD����w�N
+cwt���]���`V��jeQ�H��q*�l�i������*�]�]�zo����*�����}���\��Œ	U�H�މ�v�!=�N�u�y���H-���������|u�ڰ����
~�;��n���۟�\n�?���:g��+�ϯ������Z{��Ee��\<}D�<����4/�k���ˆ�F÷�c&<�'{H�"B��f���͊���)�u�'���y��%-�Hk�S[#��A�è�q����!@Id��(��G��4�YB�y�8��d�J�(9o��'w�û�V��y����g�ŽjD�g�b�Q��A ����s��>Q��2��A���Qms�qQ������3�)�c�7�]�c�`��O�=�I�a8mt�I n�tɗ~�)�bօ�Rc�g�ua�C(��j`�1h����3��-�E�ޏ��#+Qڵp�Zf�<�qF��UC���d�1��{�>[>E�t{ʪqb�ƕ�EǭX���	��GM,Y�_c�TO�~�N��
j��^Z{���/P�h�Ǎ��jy��D�6��&q��f�,in%cH�2�
+�.��cW:Zl+��@DT�Ȳ�´��]ga)?�<�i�5;�ʊ�ᗱ7� &zy$�F54�$�	��F�w ��Ę���|?R��0��-���8ȳC��{����}����Y"��¸���i�3�H:����������.H�e�[N�ι���Jm]'�jgpU��"!j�3#sd���i��с�=<3�gN�;h��(22�rz��ш�v�q�.��������^amYo�̋}Y/ƍ!]E'E��{�h-־��󔦗���b�7�Ø`��nl�K}��ZsE�S(7�9�f�lų�E��s�(m�Y�i�a��FâԢ�����q(�AѪ�����/j�4��˸��b�i�5�Ut9A�(�^-�I��� �L@�q�
+�[{��™�X.���#���W�o�rbv
��hqD��:���{���O�
��4F�C0����]�ق*�X�{Z"��(=y%�K���(`��3��"�V������G���Q�J���98+�?��i�fjky[L��%t��V���*ꭳ���`��{A�$�9N�$�T���c�6��l���t���w���u}�m�\�q��srZ^��E3�US�ET��;��3�Mt{$�����6[)���b�6K3آ�e�P��;,-��dx׷7�*������C����¶@7�%rvgj��A�{�Ec'.q�>{+Y�]�)�Y��$:,�P[�Z�g&��AIɂ�����N�g�u(1����%j�v�����wV��P��f��pa�p�1G�@��&�d���l-�|䜋�i.���]K+�4�g� 6�?��^�bp�}��N/e!�L�sb�G�!�����h�%�*2�+S2�M�[�:�Y���9q����]&b1W�ao=�Q
+f�	��
+��`Ͽ�#��X�<s�[j�	/!��K�}[��c_��w�	s�G�[$%_�B��]p���b�<���8X�s�i"��XT.�"���=7��4���e�;��|�!�V��9ؤ��:��h���:,bץ\d��{�,�֖	�M�1����N�|@�AM=y��]w(!n�y*1�0�����O7��i*T��x#j���}1��(�UU'���J�}�J�kS�^p����EbM��'-i����S"����M�����'��U�Ԗt;KZޭd�CX�C��-��T����b�\
Pw�������=Ϊ�tD��%�L��S}���`���Z��F��i�XMƖl�]f�kw�R��ue�c0���)(��A�#E�nGyYU�,�,DY�=L(1�V)���"O����\WL*�F��z��]���c=��=���0ʒ������;B�."�ED#��_�k�4-M����,��0�q�,z)�h?��갋��|-FTϹ��t��?~����Ѷ�w������O�.y��\]?�x������ջ�_o�_^�����6��ӧ}�g��H�w��״�����$���������rPpM����o~�~sy�����E_��=��zs����b����E����y��e���J�PO��_r���)&I�����uo��k=rC�������ņ�vʻ�A۳�G�W��<R�r��~�����߲z�vV:���1tb�Nw1��!@���E��jx~���v�����w�������
���ﷴ}���3mg�Ɨ������:
�ɿ��O���@wD�G�w��%/�Դ.4f��euvܳCu7L�g�l��ܻLE-m!_��E��Q������c�EUi��07��EU�Α�WJE����y�hQf79�%�y�P�$[�Ga�Qb�G��so��(�e�'�9�d�A��N�ν���h@���'Q���Z�n�j���6C8��k :^¥`�1݃�mq��>�Ds�^�f�;u��,��!�B���#-�A˜��j�b���%�ۛ2̨�4c��G�K���y�ъ0oW�(]U��Ϙ�!s��;�5��ڼ��^����f#�j���ʋĵv[�w��z���mxtsDO,)YY�l(R;yv�[���t~NWRGp9�L��8�q:u'
+endstream
endobj
16 0 obj
<</Length 24069/Filter[/FlateDecode]>>stream
+H��WA�^G
�#�?�M�V�����aҲ�B�"BUI
+-�	J��{<���7��ºY$��g<�c���~��{-wn‡��;#���[?z�Sx���\��w�;�Q��2��i�_F�z��
<����.������`!�
+AF�մ��f��%�:[�nq���e��
+�m��+��4Oә�HMs�^�r��t�~�0<�e��WO�F���*0v�e�ε�r1^��z~�E-q\�ta�Hm�;P��nw"m�r�5ŭ[����z^��H��j8N]��wT=��#_�Vp��'z�D�x8l��.nr�=q���*~V�J-}Y9��[�X�톾y�-Y�`:C*�[�ܢu�4F�
��}�!Ln�ʨ+�Y�PkD�d&��0��ܨR�4Jg�߮NgjC#]��(<)1�봵ZdcP��(S�����M��h�/�T����F���D��ȿ�ъ0��Eb乥�/U�1�f�E��<�;�ג+ŵ���6p��f4���'51�q�h	���e���i9Y��wL�i4�o���`(v%��?�3�ؚ�tOp�LXM�a�6\���i���E���Y�40w�#̭
+N�ls9��w��
+��g���hM�hE^-�e��B�ͣ���fR���h�_�E{�{/%���Fn��]IYi����P��@���:���t5t�0�t����5��Fq��\1G$P�y~BR�$�\ok��&���K��!����as�֚9�
�w���xd��۠�L��A�1ܱe�5����}��9A�4�Vgt��	�����A�H]��Qkg�.-��R�K�J����6Oy�
G^�Tr&�+�k�w˾�g嶔X1
:�������V/Z;�����bZ��l�������	,�u�V�'Ӥ�5Y��P�-���F����SbH���PKXȾ��s�\�x�U�����TZ1�xF�u@A��.T7�Ԓnk��K�_�m�1�J�f%[�Qr�`�Y�e-N�4;�,7T�O�����V���RZ�&���1��E�SP5H�̞z�Xڼ"%���\��E�<e��-�����F�C�7viA�֕T2'��8�f5�d��6�k.����tl/��6�z�8�����W0�TLc�@�۾!��V���T�-R�R
+��0RjӳDV��$5�3Z�'8M�pYjg�T�j't��*(Z�by����X�O~�o�jxZ���yn+M���Qe�%F,V�n��,�A����xU@���9�>��"8>���YP�E�[�`�|Z��7��M��a�y�	I�k�j���l�i$�϶��[A�9�+zE
pٳN�#�*�I1�Bs�%���a����Lw�{�۔��\_}$��s���^Ia��W+9��.5ꊈ6)E6�����N��WO�[���7;d�A�h��1��^<�����~s����ˏw�=������Σg/�����嫏��٫/���|����^���ݣ刉�����L	�[K���~Q�?��ļ+�/>иx}L����'�Z�>(e�x/v|�˧��|�����?��߾z���WP���|���׻Ǐǒ���:R�P�<�ӛ'_���83�cn0Hal�W�����T�t�f�U#��/���M^_�t�$
+��-�H�hz6~��DO�bQ�W��6����v
��;��s؜�n���+{��E����0� ��*�C#�VI�2���0N=zz4{iѻ��8��b����)�.���8�g+Z�Û7�H�9�D��|7>����ۙ�O�[fu-��Nɷo�����o��x�����ɷ�e��p��w��_����o>~}��O�x����'?���_����K����R�R�Y�5�U��Sn�kx:�c)�yv�m�
��<�{��b�����0�l�Z2ӌ[&G>�����>��:�ӛnQ'Uߣڿ���D*�^���(�w���yP��B����lxz���z#��*�-D��8��&�Nc[_�JxB;�i��������tڿi�>Cgܥ2#�P}��'S^��G��WX
+�Š�S'�*��a��4�U�'���sʨkKD�ihg�WtW�6OX.�b�0*}2���d�k;}�zy�0أ�S��(�{��)�n�&=R�m��x'�K�X��{�2Y'�3v�+ƛ�,���E΂����!�isG<��y���dL�֗#E���A4�@�\M!:�x��g�_0��^i%J8
+�,9{��P/��.�к�G�b��y	Oa���d��_O�a�]��}�ۈ��5Zs[�rxhg_��!���)��x�!��KpN�-�8=��Bx�b c�wuٸ��1�g�Ϡ�-2�J���x�K��9��C9$
+���e�$�s�@0�#�)f���|to��Ȅ��v��J�����6	@�4�h�\�%�Ğ��ך�9�ǥ�س�"ؾkb�+�3ц��M��������	ɱG����p&�0�T	Vt���Z���%b3LӦu�-G��z��fu��H��K$�
+��K��.��MJCEl'P��"�}ϙ���^c�Ud=��{��Μ9�L�C�+�\���'1��wR	v=J�z'7{��펟;)Y�QI�ʮ�n�\Ĵ)D��\9���d���\�f8UK\��
+��4�	�2Mޘv�>�5�b5����9�q=op���z�(.��x���\
%g���b�[�^ɊTXvŹ(��y���AȮo"�i���o6��P�[�\1�����h��r�FD�����~PyJ_��m�x���N(e��Ms��a>���Xw�O�
+9s��ؽ�?�(Wr�FE�I����s|'l\3�i�\�GiM�jJƺ��d_�&K^�cΗ��5���Y��V���t��s�����)3E�o�Sb�v�9R׺����>�X�&�v;=��Y�cV/:��Nu�r6;��:m��'�f-�7h��|�{���6*}���ݨ�:��~7�˝�F[� �K;�H���X#�jޱ�<��8��\�Πڮ}b�浜�D�lRu~�uQ���[�s����:�l��������bg�>�m�)U���7�ԙ�&ˬ/�w�˛��hLyZԺ�D��b��t&�
$vJ�@ی�6=�G03�s�t��׼3�ʦRm� ���A�f"R��b7�����8�5�a�`��|.���ܙ���Z���i$�5�����9�d�붳��v���
+~:��!����[��z�����pL��Sr���b�h�dnx�l�c�]v�����B���vn6_�w�G>�O_��[^��{�}��d��t9�������7������,�����[��ዧ|�+�����4����;P,WryR�����G&�s{y���_|�����������\[>��x{�ˢA��PNO^2�{��ȟ�sݕB}q¿����b���F�h��=�
��g5�y�����_�(�|������4����w�|޷���9E�G�p�a_�7X���{��"(�fC�;�G��w����3�;w��h���&,�B��|��w/��<�|�z���Ny{nKw��<]���}:��w��Ã;������[�����������7��f�o�`�e>�_����������ˏ?���z����Q���ԁ�&h�z
��¼'��WZ�VP�)$F����pk@��Rp��<����:�����ݽ�>t�}O<�~w��o��*�LՃ�\4�dM�_>ܧ�at�%G�o��W|;�H�O�¿�k0as��A(1R�� ��t�ۋwlA?-���,�hԜ�T���f' ��F+-<�N��%gǶ���P'e�Sı���D��S�
+[��Z�E�@=	z��d����/�\e���Z�i(���7�b̓%Jw��n4�n�� y�%`�˭Z��"r_8�@���X���:�V���bt�LbOB_
)B���,��*~���H�9ĩ�\RI�TKLYC�>��Jy+F/d�z��NNO�\
+v��Ht�p�M�Y�Й��+�:Q�5w�=�PG�>b6f�sb����B~�U��Kb���r�"��5�����Rhb�%G_UЄ>�<QF~+��j���6����s�N$��qo�;��|�(�9�aem:8v�j�xM;���	S2��'�j��RMh�蠰��J�RW�B���>
+(�"BiiL��`�C�ü%�N�R�'q��[s^�VT��Y�C>�A�����8�-�>���@���ه����7�>�.g���-����>ݽ�jy��\`(.O/@��v?I����m�(�+pC
+?-�$�̻���xg�b�r*Z%�~�9�v�`��4�*U���Y4C֜�s�Ģ���&�V���`.��;�Z�Q��Cۣ�X��`�gҰ���X�@Y%�	���<<,�p��Q�� �X��7�9�m�tX`�^g��n�0p�N���F-sL���+e�R�jE� ^	��6�"e��;���B�CCT�Z��a�"�\��dm�BS2 ��E�S���s1G����{Ы�%�݁9�!�j�@�ȝ%�㒰-�&Ԣ|ԫ��}���� Q�I��0�F8!�_�s��tGk(��H�&;UH�h�=22*���Q$,U�V����
��ɕ�I�1�F섢��~�
+�y���!E��P��2��y��𔊬]
D8Ő�
Z�2�1Z(+F!ҥ��]�r�'����h���T��D�ҩΑ�i�q���w��ٔps럢�U�k��ku��O�I]�:�E䡠��j�"��K���`�^�T�"�@+���l��Q�m	��;?Hs~�2�������iT
���F���ъ�?v���5��Zxf��z/����΂(��n%�@��j�\�^f�ɡ�r��R���]�E$#����vkt��L�7D$/&�ml�@'M�I-4�NN`���d�6h��nJB/����'��t0���/�R:_��2r��U�&=�c-I�0�`�C��l$�oI�84z�1TU�L6�P��j�}���[��3-��t�*���W�isg��P)
:�I���x�,�Ѵs�"iJY���@�d�;%�Ԝ������q�������*��_��Aj�����5L^��X���QE��؎B[<:��Q-���Y�^����&��LU��P�
+��0CÇ9������Y��q��M���ޖq\]T���aYi9
?�	�E���m�@v�U�p\0�|�tP��Xt5
)�$���̢>k_MO��P.'�vQцc��Ř#t���i
+$�H��a�9}�tY]F��W����{�F�Q���"���!�����2(a�[��OԢ��:�⨇�Hm�|�{;�����_ګ���∾��%�/��ˣL�@A�I0gDǘ��Y��o�A	'�r���_uժUku���eXyx����(�8̡ԣ�9t�R���y
+�̴��L�cx�݇�W��B�S��v
+`_fy0�c��H�+�ѱkrn���`�
�?*q�KKQ���o����X9@��3�k�Lphy��㍍�gǧe[:BbG�ZG��G3_k���3�_����,�}S���`�BUצ����ۑ�8Q$�a:�^��h���D�<�:�1.�xj���\�8���>S�����?Ш��)�(���"���%��I(����{�}�=S�6�1V=���<���%��mn���P�QJ��R��ʠ>�ݕk	����A���1Y�a��������7p9�\/���*0<R�����c����MP���xS>9�O�%�ge3
nH=-�O�P���
+"�c�	��������p%^��삑�.�r�d-l��B�wp�Z�0�p���:�<��-�F�~�X��l���-\��z�)�����n��RIࢥ�`o|�axv�zc�ͩ[U{��_7_�(9��¹o:�q>�m�P�t�f��B�K�*��͠_�&
�����u��`���C��#(� �W�`�2-@����it�,/�y�8�=�����
.d�놺�w�$g6��U��hsm��W���}P6�Ḓk>/ ��N�c^Qq?��_;D�&S���c+�q�����9��A��Z6
l��W'�qjˍ�9�X������@��u�7�J�mO�^��k9�ʎ:��+E)z|�qLSq7T˱�(�u�xV�x�Hg�W��_�����
+� wm��ʜ�ζO�l�H��
��������}k6�l��$�0T�;�:X`0/�S1��|(�M%�N�5��m%:1��@髝:�v�5���
+ߐ��U6e��������c�>w�P���,�ļ�;�ծ�
+l\<��(��v-/��A�*r�M�(=7 a��a���YZ
+
Lt$4D�i�1?��h���Mla:����5SGuX�\��vj9^[�d��o$V��Q���r��-<LF_�fxĹ����8Ʈ�8��������u'�؍�^�fFsv��M�}0�l	Ph}��:�Og�����3��`��r��
֣�MCzD���-�s����fO�n�b@�#�M�����$�TU�QU
+*l��
+U�;ƺu]�L(s�(t�Yd�Q��䤰=��`�ܤ�a�|-y��D�܇��Ȯ�}�G^1r��Q�\cI5حxM�ֆ܉摇��gq[�7x�2k�#���؁<��g�Ey$I�r��M��2�>��G]GTՄ����������+I��u�'7�_b덣(��E[�.�t����q`�5C7��T���-��*ؕC�f\Ψ;��B�K�ֈ��s��z]��ɕ$���՝�wA
+������[��%��\�mq^S�Z�}�+yc�cͺ�7Z�B1Q�@�WVv(rksC^!C�k ��O�Y�t��J��]"5¿��"�5ػ�j\N�`@|�@_�1��y�)Lh��r:�җ������؊njB��q!����,����c��5���a�R�Q˓KKX`�vT!�)����DAnd=;t�|�4�r��*�hDxI��Y�'n����r��9:۰╭�����Z:�™��I{]g�A��p��n�
+oՔݫ�Z�����Q*?97X]~�^�ݗZ;�҃J�}�c�qAu�H�!1H�0n�d�j���G/�6���1A�ߜ��[�d�E!�CۓBC.g�"��H��;%�p��m������@�ձwIb�Cï���b|h9$b�v��Ƽ���m�:/�TD�_�-J�?�B�^�q���;�ڷw߻=��O���/����|}{��Or���_?���g���������z����B��ɏ�����^?8�n|��Ջ���������Ϟ�v�Wv������_>��o�|��>B"/O��'/^���w��C
+��?����j
+@I��_����7��o��?���n�������<�Lm��nC�&���@��GP�lz�+���"�����mStX��=�[�ꐟ2Fzf$������C�bL0�_:hŠ�CB���P�+�T��|�o(5�Ӑ��6BuC*V���ka 4��qEE �4���l�2��o�e�9a0��R�TZ������8�h��&��v*��.!;���$,���%n�X3K7cŬܢekp��,��A���7I���4i�������[��e�����'�Ae�����*³�Kv̍X�L��R>O�a���[TFK[
?���hT��ڏޝV$]�ÉAi� �y�;[�M�)�0�5�<����RQ�K9���'Vj�����S`���^�}g<r�N=
u\i���(��`��9���r(�\���d�m&�B�^�
�6�$���:e5Y�!���Q��&@�-�xִ	A/|�� ;~�B:7,�)lW��&�,+)�֬8����7�,�Ba��p3SH%���T��+�vsP��7d웙���Q<��4��Y� �SS:	���ʸ�\�8X��s8���q���k��@l+�>�$~[]40��t2&6r�I�u�6�6��s`�Y�7�Ύ��`��e���;m�,�(šX�<�;���6=
 �Z�;��2 ��o�x�\񸴚ً
�cT�q����S�
+xn�C��(Z���&yo�O�B�bG;��V��])�k}�umY�d����$�2�m���P���ГU��>*Z�bz��9���H}�j��=���[�6�h����G0�q5VJ�C8I�b�lW�Q�״�xrd��L�4?����L�Hf�44I�=r�<��鮶^=�*|�d��&
+s>�(D�)�pA���
+-iw���>�5�W��vϞwf�:<����
+P��/�D�0s��OX\`�ڍ9����3�$$�!��N5$,?�Ŕ�#�S���:W�&�Eh�a���l�w,Vw������+�|āB�F\9T�Ь(.2X*%6�yB�fԴ��X27��r��+Q�sp\�pP
+�G-W�ۭ'��	,`�xBF�x1.��W�	(7:/��x����%�R�3ޅ�lk�S��P����krΘSKg\�����6͝�A!�x�QQT�&k$ ��t"�zP1�Sd�K$x�㼎N�tj��nz1QZz�_Ł�Tk�s�����L$�E�$�E�B�VTjb�k�Q�M~Sh�Vdx���c�![|'�T��K�_pZ�_Sz�P
+x*g���@`��ݰX��a�|\5��I�gV�X��7"(1P7fAS��
+뜚L���δ�A��Av�j.ڌi�{��T"�׋��La3:υ�dFQ
+�!���佫�کE�q�S
JH6Y%fMs>&b�Y�aqLV�O[o|��@$d�\����		�<.�)���֯o �L��� �"	���]�����M�#�"�w�@���.T���d	�~
��+���
+����x4x��=���e�F�;�
�
!t,s��rt�=vF�CL��J�YNv�4:A)��j��
I4�(n��If5W+ga&�w�@�J)SH��q4�+UVgeFi��$��C�kV�e�)1�]y��y�ul:b�U��i��N�J�#��~_i����-.C0er3�9�-�Y�$ �E���C,�A(+{F���!�}B�Ñ�����NJ�Y�r1��a+G����5��~sf�KC<���ꘕ�ҳ
@�d����!����|��%�9�>	��"n�E��X4�z��=�J
H�qs8NH�ޥ�U�#:�w�����
t͐�BTâ��
+�oˀ������$v�+�ɼf�Ͷ��Ӯ�lX�c�_�Ҁ�9�	r���ڼI7��E��!��'`w+��ۙ�RTd�i�qB+�1HB���H#l���:dX��눉����:�~��H^�f&4�	-c�S0)�Qa��r|���iem�4�!���Gs�!lC�s3�v�ec��E�ZU�)�1Ut?M��pv�)��(=Nm����GD���-5����ERX�D5����<��T�"鵙g_&�0�kR3)�yt׸���Bq1��'^���Rn�F�H�fgiQ��>tM�Z��-:Nz6��Fn)
+�
+����^�����:�]i܄�Շ=p�Ǣ�v���~��Qv{��H	#��5�v�r]�N+�u�}ۍ`n�~���\,ȩ`v�d�׮qgG�'��eWz�1���醐|s�h��fqCB�(�S���}j���'K~�,'
k[���"
�>S��訮0�a�*�=������٦��p��t����#�xBe���3eo��ְƃA��Hai���1�,�=L>�Df���k�Q��ǎ������U�R��ھJ�<���F[[�h���� ���f(��M�ks�pI�2�)�c�$R�qn~�`�,�@i-ܖK�4��t�>
��R��h��*qN�:z���s�#�D"Jh�`���<
;ݶ�<���G@�_
�/`I�Z�J��΅jk%��Řq&өC�
+��B�9������
+VE�RjMY�bS1����~+8dIҒb�9C?H��z{?h�y!�H�)&D�e���y	q|Z9ѿJ
+B*�%���G{J��1C#��M'�I��c)��]]�8�8S,&3�F��-���
+����\S�`����jgp���FQ�w&���Bx]���b��i���z�V� �u,�Ah:	�!�+TE(#Q|�ot�w0aS���d�!1t֨
Z��߃�}���,
�S.��	��i��FS[�ښ�[�04K���+�i�~��?�
+�����w>���O^�����|��ջ˯��/�����'_���'���^�x���_߿z�}y�㳇�_pg��������W���I��?}����nz���}����g�cۯ��݃}�����_���o?{���w?|�����)yq�>��Փׯޥ�'4v���=x�����O�s Z�_���t�ߧ���O�ǿ�����v���9=�����N(k����l����4}*
���M	>p�GH����^�(�p08� 3Q)�7-n�(�H=g&��ʽ�tF�iٮ�]=�@�"�¤�
P
+�J��cI󜀛[��L�FW��^d�*D�M������>)�A6�zn�%��52GD�R��"�y�ĕ�a+���}
�0�_�`eE0:��3�D�l�-�cM4�Rg�N9������aIΰ
+i�@끂�b0'��3�(��:5���$��^�J�]�Ģ*�P1��#�;�����8��4'�=E1�Y�A�+m@����%�����^L���K��3�ө���q����Ѧպ�-�غ,�W�JW��������`���`��	���mE�X���� >��8�ͽX��w�e@�s2z;�5��:l5��"f�$En �&�4��O-��șT�Z2�<V�P9����ŀ��Wݼ0aEs
��s,�I&�R˥�E]����	W7:���
10�h�	T_��f��3�{�͇�ĝH0��੹��J����=����8���Ҕ,�blV�p��T\�
+k�|Z:��u�!>��Ԣ��#����韼T����xC��5�!'�2�����Z7���J���@���]�'�z�`���=�yC:zc�z��`{I"�$R��\��P�o�>���a��y
+L��7�)ȼ�{�r����'�]j�T�k�K���F��k$��E�C�[g�&yg�â)4[�އ@*���y�:򽭑|�
+�15#��a>�sܙ�p��:���o9�o�����6��t>`���0NP�!��	3��Kz��j�Q�	|��PɌ��gR*(J��q�8���޵bE�����C����y�X�/:TD;�C��8-Q����6��T9!�Qptg6��zgB ڒ��"G�{��xkn�j��-ۏA�g��-ɶ{-�M���h��v������^4��8�K��~���9�����(�d���=�c,
q8�N��S�)쫬<�������@PV
��{����=讟�TP5?LE�h;��=a�,�z��P���#^���o���������U$��7�+D=���^��Qw������T���<��\��h��ju�Kj(��jR����r�ERN��=�mP�є��,�}�Đ���Ћ��Ǧ�9[A�lutOi�4X������8h�Q���/Q
+��5�mN�\Y�0�5w^+�e);j
+Sc>���D�W�?�l}��4�n�N�Pz�K
��B)k���Z�����M�1&�2���5��ͱ�LX�VHqČ�T�y��r��ð��}�-+�oD[�X��8��4E^[-������7ݓ�I�3����	6�z��G	�͛F�Y��ݘm){��ϡ;�ӝ=FP��c�y��`���=G��8a�����;��A��kM�:O@9������L).�l@�\�.�J��1�WT֌���
+�p���5{��ٗvM�(.�Έ��&x���l�v�[:J
eC�>��VX����k;f#w�LW�ϭι�Am�
+��f�s.�)v�Ti^��bAWBs���]��A�S�{��f�"����hAB��ٷˣ���
��cy�h�"ŕ����i?�����q�Sy�����?�����������o�����������/-�����{�۷X�S$����S�s�zNP���1==g����)n����93='�����>�J�"��p�cJz�H�"����c:z�F���9}��>�Dω�1=���,���>�A�)�9='��:��' �w����;~�6��_�
+hH���k�aMq��/��:�W��J���ƶfu�apۈ��+�eX���γbq)���џn
	������;�Z��~�pTɼd��Iy���x#{p������e������Ũ���է�<�����,��V������Uo���׷�~<,*��{}?���\���^�>x1�6[�k�:�.n���l�j]��յ_��Cn���ڊ�mG��8L��P��/���C�X�#�iF��^��|}�X��;��x��x@9�g��d\ 8���7?4����>
+y�����Py�%��^L�]a6ߎ "m�"}e(j����(���i���p�Ż�4~���ǝ��}�S�י�2��_O��]f��v���J��s�����(G�(d��+nE�G�9��;Fa��
!q�B���}���hl���L[v�W��A������b�q�\Aqp�"wJl�G���{s���O�
>�h~=�	^l��J�;��W�p[��Gp�e��ރ��vg(�c�!�#��W�:#��U�j�?�UNf�������b=%�&F`�Z-�|�M�����_<���>���
+��0�X�+O����Uv� @&�p���?	UkO-��W������PbS�P�#C���7�D�y�q��WĶ|��S�[�=]����L C���e����	��so�����"o�oU��z�+�^�Q���L	��@�o���2g"2@�c�se��-f��=_\Z�jz��d�8�_���
+�t�ذ�Ot��Z:�差j��uԩh�׎���[è�C��B�������ր��>1����Uj���i:�02�gb�O_��^]k`���	A���Ź��Ԧ�A�O,�&D;�j�����OoG0�`�����U�1�j�2̬4�1����/w�w���u�L3N�����o����W�_4�p[��� �bj�]U/�&T&k�,^Y9qyh�+3޾;�#���Q���lZO��֞��Q\|oti-���ώ1�oQg��!QE�p9#�_�.� ��\�NJ �DݯbUf�B�e�\Kr����]�̸+�Y��hPSr�`�=,�v"��ȴe��@���i��)ܮ�V���pCM��f��
�i9*���E&�����b.G�IĤ�3�R'�z㵘+A�C����]r�^S��
ɽk�]Tx]��~D��r)Q�^��}ͨ���уU���f_�+�)�X���/�@��(�8$7+�����8�5���5N�T��/�n˸��g�1��=��|RepX������q�n�X�c�s�Y�6l�vW+:N�vp�mv��j.L�
z,�,G<��+��\9$�t��t�-����E%��_.�$�M.���k�ጸ3��~fw�N\ljy\o�Y�V��7}7K�E���
�
[=�d��η��ևQ�0$6lW_����!\�6m����6���j;�o֩�-�
+�G�皽���J;qd�nT���3x<-�}_
��G_�WFjD.1D�4�{��6��V�@93w�F(=6U�\fխ�yg�[t��;-|��o�·j��-���g���{䩣���D�+���s����UK�E	�(��Z������+����C����f�
+�H���&���s�1Gb��]zB�Qi�u�`�YT\o���`�C��	��V����I�%���:�܈�#���M��
L�����u�ٙ��ܙ ����)I+q��z{̡ʹ�Q;�m�z9z�I��ݐ������u������gByY�Q�{w'� ����8���o0�r��]s��I��_s��n����C��&�p[l�vi���}�,�ihZ��(2Ɲ�Ҵ�8���\E�	3��}���D7�&���0G�7�e����#����Ӟ�	e_�����*;�$ǁ�ȁQ��C�o�����?=%<���y�gG���2b��6��jـi�����w�g�e��g�8����6ۇ�t��Vl�ؗ-#��g�7)�m�v���H��1��.��A�W��"m��:G�?�UO(�@�`���߸B
[�MBEp9�/���.���vS,D�-8���[�H�X����k�gw��
+8�H�e��d&ʸ�B�5
���)��*��ͫ��mx����+�Q�)�l���X��-������w�zf�~��Sk�~��Z��n���b'�[4����7���C�/��vø�+��'�U�|�n�,�l��ap���)w^pw��h��,�k��^ι�\��/[�nR�Y_��-�VO�K�We�͌s�7q�2�uA�Z��3t�g�:+�l��F��L�S�t�:�"��[_W��S}�>��2�ԓ�rwf������A�_rmz
Ѡ�|�x��~��O&��W�
+ÖG�+a�Q��k���İ{�a�8̱�v$�`��s^�~�4ذ�Ld۬|}�6`��������3D��붉k�A��r��
+!��a#��3@��x�.��(P���Q�T	����׳:�O��vF0M�`���)k\v,�y�`M�^���wd�J���J����mN�����0�0�8�J���N��8s�� o��"���x�#ǖ������n?Bu\�-n~�E
+,<���{�TM�:4w�b�yF�����ԟu.'3���ʡf�v���i��%z��3�� �#Z!�) �1�
+�fV��g�^�b9눬Ч �q���	"�����͏w-��� X�Eg(�n���<Z.��ʿ�cs݊�mm��9�+q��A_��w���_z�����r������������v���2���־,��7ŲAV���딓�D�m�4U�>�Ej=�E������0�>(��HF�$�	�^�,YX�����Gv�~<�o�q��4#��q�c��c���#z<�Om���ōu�w��Z��Ç�-=?D6q��֦Eg,�?��u`�W&�N��E���wṚ���~� �N���05�;��,�6`�k��ԟRV�u���Y߸oc~G8U��I���y��;V~��m�j���/�<}l� �I���rT�l06�6aϛb6.��}�F��p���.�70E����!⦙�s?���5Ϫ���$��&gh1%*�,>�n�=M�c�/pއ�W)$
+#3ܙ�� �V����8]M16y�[9�2�-�ά��f0���fM�io"GFH?�aN�����XH����[���iX]BjC�1\G�!�x���xIFYJC�����'G��o�H�YUa2`����^1�?Ǝ_o��gUg(�
+i)`�fI˅�_?y��O"x�E�!��Y]�"]E����k�#�Z��b{ª܇�oq�6�g���c��tIC+li�K��S؝�4��XR�Q�!�
+�1X�ͭ|��[_���R�g�Y�#���e�3���l�8GxE���
�MGC�1��d�.�P�o̶9��k:�f��c���M�TY�A9�ۡɁHԭ=9��1�-�@FŶ�A9㞁Ɋ4,<3*���fƺS�L�#����,3ήʁ>l7m�ʻ��Ԕ/y��olZ_F!�e�st�[�ڻ�9C��	�}�>�=<;4�k��:���IĖ��A�o��r�`��=�=}#����������}r��_d���e�j���Es Ǖ~:�6�i�&$6�4d�e�v�9����5r k�=������J��
����h���/+`���q�T�
�5�N�v0�7�w��ּ�����'e����+]t�v��m��9��a�e�5�Gl�<po;�~�>9��vg[C��</F�zvc��rtJ����
4:�E�=���ن��,ןlXjs��t��`yv[�N�M��@1���ΝD6�z�19�<��1��H���6��3�aM��sq%���‰��R�
+;�D��~)Cq�5��Fz�ʔ�ubXmpe�j�Qp��A�[k��x��Y�#����T�R3QJ�/�>�-�e���#�qlR�Q�בUd	Wex�~4��9��g�,.�˺��Z�����(j�`"�������%���U3����XYx�3���Ux�W�b��-�z�2IU�5��-P�[x��,}�Dz�{3HI���n���Y#q��.<+��d{��(w�p��ď2
+@�D=<�5bĀi�P�w�1n\�J9Y��ై����A�N`�%�Hj<K�� ހ���T�������>w&&��N�U�Ğ�@����M]��5��6 ����t���X_-̏���XȲ�:����
\_�s�.~���?�ã���)��l�>���d�#R�'<X��E�{qR�dR�x{�^�m�)���R��mH�ـ������Q>c+�q=S�7�L��n*H�/��';��ϰ�3����Z�K e��10�p~[�=}�)���CX#�W���ܕ�5*GK��~�,bڒ�JYW���,�6�����).%�Džu���(-]Š�ϱjQ�3^�I���ja�Йd��W?T�X������f����8���!Z���yF����Ɉf�������\&2�*��ݪu�œ��4��~�I<Q��A�vˆg^C��8��kIx�sC �2nٻ�����U�^�ζ�������V
�3RX����L~11_v��t�ܚV��d����>�Ɛ�ԕ�Js\ ȉ�l�3-$9ݨ��:6Z^��1^-;�UtN��p&$�����#�H�Ff�QH�N��ķw]v��I�B��S_ծ��E9z�S�Q^�s��^�%�EK�F�{kK�H���<�P/D�v���F�X�~��!߶�DŽ�3������yF��ˋ7�*��>��rp4�/C�d0l��w��	 �B58��$�[|��l�Gρ��.�����5�HZ���ۃO@/O<�$�zNPVe0�����H�8�<���x�Z���jl�z�S�fY�h�:��A����<�5�%N1�1���i��kx����/�������5j�8Q�{��3Iw�voه��|�HNT�BGMVq��b���Hv�z��0��v�9-*�u��m/�D'Ӄ���m����5B]�]dű��䂴�0M��]ҫ��=� M��`Rf��V���M3H�7�B0ˬA��rQQ�4Gpl�w�j�����ФV��]�+Y:����z�m����P�2/�-U�U{� �`iR�}���l˸��ˋ�ۄ���K�sf/,����%BN�I��s�� ^t���&q5�pz�/>�nv<q$��"JrO��f��ʈ�]�RE��r���YlDEqR�N���l'f)�<��F�0D���0�k����|��<p�2Z	b�NQ֠
+H�U<���16�zR��(-����\��oc\��w�$���Y�n9�v�S
N�e���4�V5��]F2�^u����^��/�1��'/~b
���e�踳��B;�8����8py�/������t����o״�x)�����G�ӊ����w맮3O�a)w�;*t��bV&�����/�y��׎p��<�f��ы�o��@2�X��\)GZ�Qv�#�,��R-�tV�C'$�ϙ3<t-#T�:^���،j�QW�K����R0"_�3�
+�gO3+�� ��;�bh�$��&f��
�<m�b�1�x�b��^x/]f�^ǎH�ҞN
�����Qb�3�X���S�_߲���� Z)��B��z�!�>�
AzR��׊ �\��m}쀦k�:ya�Z8��Ir��r�)�ye s?Q�z`�LazSqĢ[@�zn?G��8r�6�q�*�&����C��'9�%,��&����I���-��
+���������ܡ���sf�7@i�gyۄ�̭�d����
(�T��Lb(�p�����|�3�O��93>g�O�\D��p���ԁ���o-A�s�N	��"���ٗ�CI"�Vu-�z�+aT�_��v,}]�-�2��B�[��e� ��S�P4�=FËAUW�|z� �}�z`b+��#�0)�S��LD0����.3@xK��
+*��_��sLr"N�Փ��C�Mb�V+���i�����'B�#tL�s� D\S)�j0Zb�n^�'�����x�S��sK�M/'3�ͬbk�<�x_�A��ێ=jJ뉷}�!�xK��o�//	���M����� ?+��|2�]�{h�f�&�x��L��s�I^�I>��um���+<E����c@�>��e1�<
+�k��Ԋ��i�v���ګ����S9;��P��y�#ﰖ�B�����5�	sU�ن��������	��2���
+�^�4�f�[��V�l��+��5�;���A����pt�ϔ.���0aW:�A*��V�CV�j6�1�`3a�xG�y���xQD#.[A�1d�7��]2"�J���Khr��I7��4�q�O�8�����F�~RCQ��h��mi�U��xc��_r��Xq�<��g;.����SWs��L�O���5dp��R����ƜHp��
x�3���d���~L��p�Jg^�z>������H�e�9.2W)�fr��,��q���0�u`��E�8g��[�^�=�9B�%r�P)x�nS�L�@�ޭփa���dȋ�}[N�
���mh	��^GG�骷N��S��{6&Ԧ�ÊK�4�E�N���z�^��8x�r�T�.�/[�.��bR߱*9�Ĵm��U;���f�e��<g�k*Z�A|aWK{�	�q�
JXw�U/��`�;�_��0�m�q�v�,�1�N�"�h�$i��y2�w�7\^���t�Ӱ�G�	eu�+��$�f���m�)n�ȶu�`8��u0�6��^�ÏͲ��)��y�D���-	�S�D���D�qP�)�\��;��
�kђб`u��hɼbZj;N��*;{�e�"�DDl��㘳DlL��Г��+M�n4d�G���o�j
+&Y��S�yL:�;>�|�'�f.�o[;|{ɫ�qg�Di�/�:���[޸@���!pYYl��#RZ�`څ�5���XPn�w�1I�Y�)����+���LDkR�w�����B���'W�-����TEX���NUz
�f��!��18�=�p�B	GӔ�;Ji09n�z?~�>�_^}�}��������雷�������o��������ǟ߾��Ǐ�H<��_������2 ��?+�?������>o|1�\㳒�琿��(��"%���O�����o����%���O�����?>�k�7�y������??�F��~��q�_���#���)0b|��� {
���@mAv�� y��哴�H�	�8囷���vޚ����=/��jt|ގ48�]Ѧ�2R�M!���=��%ߞ=����Hj���߀��nlۉ��g;0����= ��)�M�F�]���y�^Ճ">cZ���]&�W懺�1u�-��!�D�v�q�Z���K���ƴ�����փa��p�Uu^������^�<�(~_����z���piK+PE*"�&�Rm��4��w�<����d|3�̞����s�*ӝq�s��µ�pe�s*2�Bn�1`Q�������w���|w�ΑX�e�'{t��o_E��XR�oo��m3�
���7��M Lp��y���/�H�zq��ʓ��Kg��ѧ�d�z/Sb�<���Mݨ0�-�V��Y�)��8W���qC���N����Os^�-��k�<�H�R�/�s>�h�`�XzP�&2�]���W��=G>RϢP����R�~��EhA
+��"
��kT{��m��hZ��l�~��k��ڏCS�a�Ȑ��u
��iͩ_��P Wm�?�
+�3Z��尵z���E��>�����wg�ˆ�JW�é+D�*	o��;��K��C�*��uG�ˎ���� ��"`��@�V��v���Z�o�a���Ji#�7������?W���U���8�ߖ����hv_i����8��]T��T���<�\ii��7���������`��N�1m%�q���\V*?�'��}���'��̑�jqZӅJ4�LZ*�'��A��43	��-� ���K:9��IK[�����1�+:kDK��K������|	"w�>5��?Ah��4��gs��#
+P���pA$QxY�q��y���������m7=[�ՠ��V�Y�1&�V���Y1�=?�-�j��T��(#Ă���a����r�T�A�n3ت>��/q�P�"�E����uwyt�i@�ml��\r���H�ŕ�ׄ���~��O�/o�������/_c�/r��~x���ÿ��������?���!�����������^?�M�}�	���=~��w�����?��~���|���Oo^|���	�x�~������߽���կ>L�_�_���?���G�q�B6�ӓn���A�U=��o�ş����n�������nϱ�W_*��W��x
c9��Yߋ<���t�Ő��0
pj��
+���״�lqϴäCМڢ��	�Q���t�09���֥����^�? ��K�$B$V���ſ���j?��-+YJ�I,�#���H^�V7�Z\�rfN"I��]��*"*�9�`�Q9�?H	Ч�AqS".衛�o����j���:g����Nar����"�j�i�F@���Z�'�5����4bq4<�A�	T��r���0K���N#����O���jc���p٩o �ظ����cf�mZ�6��tl�,������=��Pv�W�hK=�K�2��r�}٥��w��:a#�ȸ�?�е���&�%�dP_�sM"�r��ad����Q<u@�)�-��i�u�Z3���.]�s@��,�;:�꧍݅xf�^YQ���pG [�+�\�݉���io��~�����δ���>�BFȋT&!��-��G�.*E�(A�8J��>}O�p�J�/�t�ӌ$ӨgW]���n�1�Jz�&����M���Mw�
+���B���������n��o�Rh��.�*}zW�;�r�)0NQ|4�������@��J�xܽO}!�Ijɻq�A�"Ȉՙ�j�J�W���U�y}I�+����v�N�J�$7.0�M�����m3sЂ8�ŭ쾃�[�3 ��]1���d#�,�">�|91�h�A&��n;j�!]�x�j�cT�Q�l-9��t��,��ϯ�P�� ��,5Bt��S`���t����g=f���t�IK	�uR;�k���ɾ�>���J�}(b�h�P�Q=�0��@���m���U��C��A��8��ʧ݆8�b�����Ϊ��i�~q��a"�H�/��XRH֌._���R��
�}���� H���4ǩ�����;���m��Ǫ�Il�{5*o
%d�۽D-����ca^;#��].q���X�Fd?���yt�ad��o���4C	����~�W@���tܵ��
+VS���1�lЍ��B����v��������+����G|�%"F)��{*�B�Ӛ�~?ƴ��I�N�H/vL�6E��EHT�W��Ѭ.}�QpC�P��d�&�
j#�+�?Y_fF��B��lj��{�����iVj,V��g�@D���6�a C��5V6��$L�B�g����Lx�X����S��\H\�ާ0<e���}�����x+��֝V�n���v���
)"Δ��y�;��kp��JiŠI}vp�l�^NVR/�8Է���q��/4!�R�\0���L���nʶx��	��r���|P�#�g�/�\DY���#�[��D�(˨W�c���8<���#�rw�M��6f���z��P�<GthYS?������r����3���W�i��@�z�u�21�ؠ�hO����Z���,���<:��yB��k]f���C(B]�s�j	@YűD�T��qge>���v��T�����66�,"RC��rK#�����8�R]T�E�k��˖L�X�:�C�9�?����fD�۳��W��AB�{�;�E{$w�>ٴ����.�!�!R���F����XZ�v�'��-0��K��,�;��A��,��j������|�`dY{�u]�8d���D�[���$�E�eG�Q������na��f�*�\�&��[b���&PJ���B�����V��� �=�/RK��h�����lg8H�����Z�gZ�5	Iij���|�B���x)��2(Ў����g�__�w�6X�\o�yX���K�w@�q�;�1�s&��P�}���a�oNe�k[.�`����'l7��Ջ]J���$Z�M����'χ#K�Wg���0
+�Uv�n��M�7Rr��`����e��al{ҏ�]}�C>�Q��Y+�̋`蟄�<-AX'�	1)��p��@��q5�q�<�ہ�98@%�����^�kF��J�� S$��|UD�3J��wԽ���>��&���{�x"/�_N����wX0t���*��2��=��Р8q�z�m9z$jޟ��a%VB�l>��]�����ע�[׆�S���N���R��z��@��eIڽxw�2�$.���Q���7	B�E3g2�����Q���$r]h��ճ24�������+��
+��l�i[}��1�HQ%`��(L@�}D����v�ͮ�!o|�ᴮ�RfB�
+Y��(�0��$!��R������z9:�z�H��� L��$w�<2c��fWG����@Gn䊳T�2�s�b9rBbWcO��3�����~}����������{N>
����^�F}��u
+����	}��b��-�vtݰ��� ��p������`!q�I����K�(���]G��+��Ɠ19;ڏō�<c&�hj6n�$��щ�z=�Zg���q�VW<���M�VsI9�|�V��aw���'A����S,�p�~�=�����D�r$B��ҙ,\r*�nfY���.��4T5�1���o�=0��7���ԬT3��g��k�$�Z-��'I�h���j���I���A}��*��1ۖ��``a�$��Q�����绉�o������������Z��[+���[З���rhN�~.6��� V������IŠ	.��д���-���[1�Ĝ�k|m�$@E����#�Ud1���{[���D�Y���YOZ�LM���5Ԅg�mh>�u���:�S�T9�wP�����T��2Z��*\��6(�D���<[��8\�CSn.��K(-ϱ��� s}9V|?��n>�����!�A��*�jc�>�*�76�#J��F���S���%r�u&�{U��#ít5g�&D)(����/�<>b��i��`H̫�'PN��JA��@���0[=�m���`)#
+��}99��)�͙0м��ux��	keS�
z����%��ΪE<�/��oШ���,���gl����xq��=���\�m�ǡGo���M��,}`��I��y�Jn�7�恜x�2<��ë�ɇ�V
+h�/o�@!�IP�0���uPéZ=�H9Pp�͞���~�
+*��q��,d]7��,�J�!v{�;͘���X�&a18Z�U�X���X�U���8��Kh����;���jD�c���4�S��5u�_�q�>�
+endstream
endobj
17 0 obj
<</Length 17848/Filter[/FlateDecode]>>stream
+H��WQ�^�
}��p_�޵d[�ۧd�B[J!�4Pʲ��K�NR�����Y��/����ar�+K�tt$9������68�U�غ��s���w�^J�
+���Ad��Ѷ�i��Ί�=���aٓ�j`�it�sQ~}��������?�mR����2�N���.�ѧ��썹�>h�	f¥�2A|Gy���J/w+�=Q��5���Y���
+n0p�3�hԫ]W����51�f�J�y�Ms|��R�%ɯ)�Mh�S���,r�4�^qA��B��f�yo�P�,��Ik햇�町�e<�Чh���ᰞ�_��
+��ژѢ8�HP�xl�K��c�x6N�--������|���W�=��V�_���D�S���yw	�.R�3����\G���z�E��a�K�ta��ͅe�����(��F����UD���G�a�2��_fY��e���9�f3�vnuX����ڭ��
�_&������>��\���U`�<�˅������Gd�Ջ,D�����WcB��]Œˇ1@��.t�R��݇�Ax�����h.,\A<�f�\����������9ްz��#;�2YĀ�-�\�� {��ݏ!�Y��{���d��I}���ȓ4�݂�P]��H�Av
�d����:+�=�[������#���B�'�y~v{4������ه�߾�����w>m�V���Z��gz�}�����w�oO�?v{��݋�����ۯ��o����9�&���r��;��gh�Ƣ�AR�����us�G�4>��$�ϼxRX��
+O����ɀOϴ�^��r��%�wY~�ta�1b1��c{���N���f�#����d�r�t���l��28r�/c�2e���r�
�X*%*�ܣ!��{�x ��U�P
+����h �0�a���g��^�_֪�ʩ9jE�[h!�T�M<����e�߯0u���z92}�h׺2���=�(���`�|�)��dy2����z+���y����C�$Z��T�r�*˱�`�DD1u�ق���Q(��=��_�iP~�:��Q�$,;��h9��0|��V�U	���V��j�J��N��<��B��Ʀ�1���lPS��G"�U�~�:v��(��eL7��X�_�gLN�Z\%C$G��c�p΍��_�؀T��u:*ѵ���Ǘt����A�M�1��Lf����Ƃ�z���9���^a�qv�5��G'��a��Z��G�����K�L)5��GOVW��+Zq��s�	t%��{��y����38}X���:���x���Z7����Ж���p���7	�k?X��O-Кa�6{=������C&J��gpz�\�,f2�/}ppр�{:z�u2�Y,=�wQ�в�DǏތB��l�m�%��.vژ���m��جITQ�V�tK����'o�FH�,G��
�^ǒ
�fŘ�4�Z:�;.~]�<}@LÄbg֩�>�N�����a������Y�� ��KL��H�fL�fa�� _
+�iRPGFJ�S"�/g���&�4*���� �
�U{WF�	db���ձ�'�1�c�U�Dj@Z�’���&̜)Y��h>�LU��`BT��uu~�l��!��"���CP��]�4.�S��pq�=iY�d��q���m=���M��:R�=���X�(��Z[t,5	�$�EX���)���v�]�w(�į��"g�>J*����i���޹�qճu�[@m&��.�(��t������0+�#�̖���^'��(J>�`��:�s�دS9j~���mعF��&���v��K����6�ci9�6+Ww�D,,�†�v.�C�Ê��
}sx�d��0��0��k���F����K�7�n����5m����~7@H�=3�R���i����$�
+�W�^���Pjjv�wD��@3\�8et�KY)�ٟ<5+�*
쪶����^H���iH�x�=UVN嬢�l��[�s����O�N�T���e,�Y�
�9�A��
+�/���_�݄(H���&Xk�v�Y����ukQ�Y�#��:U��eث#�cX:xɁz��>=�,?��!0�p!�h�\c6ٴ����^
dI���ёW������9:�	���iX���
+Պ��d�
�<|S|fB��s��u.
s�KY`��Q�Cw�����y��}:�D���Qp�}n��m��6T?#[��O�a�IS~Ƭ������J$ʫ��W�=y������W�.�G���(}��w�_~���������o�������߿y����e�>^_�8���b�'��/��ڠ��W��_�o��q+۟���#m�a�ՋP2��CΈ-Hw�+��g(���
�\c�U%��Aer���NB:�.��%�ͩ�Tv8��>h!���;�Z��TrTx#d��,3�S	u�KY��X(߃�}_t�9=��9�=*��VU�@)�:g��j2w[�㦚��Ne��A��q��3J���;L\X�2k�+HP6�bQ��C���ܧ�K�/OL�T��3�:L�1��1� J�ӂ�a��-���ߣ��"��*H�haA�(��^��T���ˌ"Ŝ�o�g���Ny�����B�u򆕜��
+��(����֋	�6��#�)�%����sj���:	�����]7d>���.�,;R�n�+��w��k�ӎ�ȗe׬�z&I7:/���b��Iy�%*b`���.�v� 1��

+�_N�"(��E������v8�y3�D�}gB�����8�c�
���Ϡ�������8�u8�`���&���Pl�e6*^��p�����d���6#͸
"
K�"�#0�ǜ���г��g���;�MI.طD���.��Ш�%u��@e���Z|�?��N��u�я<j{L���J��I� e����ڌ�]߻�lժ�	���竺
+����#�Rif�[�x��׮�@�b���X���+�E��8���5�-�����_{Ç`��8�*�6�1�2Yqx���m<p�ry�Oɡ�HWg�y�pX5@���˸������AZϴ�΅~��s��!m@}�<�k�Y�q<2�ؓ:�kW��#��/o[[�^<�I�3c�"��5�0�!�U�F\��P����-�[ﮜT�lkcg
+i��d�<c��w2�pgj�F��}rB=֘.���9� lu�2T�F�U��a���I
�"3�eg��#o<��1
+Y��Z���<=�7~���2��10�ݧ"nMĀ;�����Zo��j���h���ZP�$��0A���y�2���[�Az����H�Q�B��r3�r� ����6St@�� ѼdKa��Z��>^q��0���\L/���r���g�36�@��q�3�6��Ѹ���<c;㼎ׯwC�;M.�O��2k��}0�1�[���T�^Of����:8=�@��a̿,죊�FhI�>ޣU�x@�)�9�>]=�yjϺp�Ĥ�{;���\�sԫ<XTB�|q�x[�ٯñ۔��]�6��N:�����d��$�ɨh3e[B1I���M@��&0���,�"�ȶ��Q����(�>	�ͅ	T�N�������)jY��4K�^���tx�u��G�+(���(�?�$Sͺ�d�	~-�߆�wK�N�8�����W	\;�l�-�-�;)�1"�����2r��g�'*�}��ǢZۓ����������p]s�׵�v��ܙ����yoz�|!�Ir����&�6��̜�pq�z�P��Cb���)=)a�E�#�E#�֎��^�b��ʺǃ;�ֻ'n7k�Y�f��Yݙd{�.��ʨ��4���]��^'=z��C0ج�ˡ�����t��=��\�w�dN�o��O9x�u���>}\����ܜ�L~��5rZЈ������dH�'�7��8���^n}�ܦN���̓yN�7�m�����HL��#94M�i2��ܔl����nS���pM:��\�V�"�������A��y�)�0<s]S��6�HU=�\\v/�?nu��S^Č�)\�iZ.zٿ����ip��%����Z�Ժ���T]�9p�
m�Yx������2>5�ɮ/��ݭ�o�)�������Pp=2�u����yD�6j�|�V�=2I��)�B	��(.�!�c\ ȑ#�DS�C'^��j��r��18��/�,'���y`((����T�eqy< 鶯�{��Ö�Ф�#o:h��uA�EL��"����E���C��"~�W�f�OZ�n��t�qM�G��Z]r�ȇTb���C��.��@,vy
�#�g��5�ZqPo�!P���c��6l	lj��C�s�J+HBߪ"���%g�����u���Yz�f�:�6`��VG#�:L442�b�.�s�0������Bȋ6���y��>6��������Oĝs��v);�(ȳ͡F�B�u`Hg������"��x�U8��b<��r1�rn����zA�JС�+�!����Ǵ����(eC�f�{���%�A�k	\Ǻ�
�����9�^b�ya���3�����b��[8�ʙ��u�4d�k��S%W|��B�O��������!1�4���,j���rx�4��>S���m���!ҳe#h�gdA����X�������A��'�c�T9ZK��{.�S�%�>z�JA{)6\��k��>隊vg�����݁p���c��q0�r��ʟP�U���8|�9e�GJ�
+�i<��,F�6�����㟆�\�9f�U�d�‡v��h�%.��F��ˊ��P�V�5�]~�����f�	~Y]$/���3TT�A�`Wo+M��0�x���3���U{�ET_�^�V��':��vЄ�s-���w�}T
+�{�`I���r�SZ
E3Q�����
���=u�Ͻ3���ܵ9�n���	��{˃SiiN-�������ZZ!3#†�#]E�+�Ѩ�,�n\G�:�bk��m���Ћ��[Ɯ�&֗q	᯳a���#�l�*�.ʭ�9K�{%�Nɬ�9.�ŋ4��¶i�B�0���#�	D
Jj*�g��*��2P�#;�)_���x����yr�	��-��ù�B*�o�P��"✌;�
L�o1�.����L|&���;�R��fD�s�W���O�砏���yd�9��ȭ'	>I�1�@��>"�i�E#����#hL��N�ףO��Տ'M�f�<P�k����W"U�7���A%�A\w�RoZd/��!f�	]D�� x�ܺ:,���N;#�K�EH��#���X��,����ٕ�;S�Ŷ�p.��øo^�Uӏ7�z�OU0�"�m�׆C����r@���`^�@o���
߈qrQ5-���R�WD�׈���;�<��9\�N��P#��n��UB/����Wb	t���^��i1��aU�a�b����ӌ~֜�ѡČ�r�pE��$���n~Z=��L�O�"��	"�sb����2j����#�u�i�9n���"���;�h_8��i:�^@�E���^�~���G�֍1xח�o�ѱ���E��T��Q�1���s���Y����������.�,;v�n�V�h��c��a�|Yf&QOL�"n煹�A#�
����K��j�^�8;��+Ǽ�.�c;8��|��5./�
"$�XMO$S�V���X����v՛����(�ij�m;��#"w�K��s_�,	��z���0Oy��>���� K�Y#\�X�W����nLW��3�^Xl��X㙹�صD����x�uZ���$r���6�����r`XV��n��@ʾ2�G��`��tՕ��:@}�F���<�w��s�%�>��U��
cy��B��:<?�?�'2���}0U��he���ZDȈf���ryD����>�5(a$ ��vu=?�}n���,�5���pK�]��>��	$��D�M��!�!��\݃'���6��3��d�E����R����.��~x��zq@�3��?-7�^Q��%���)os+j*9wx��'`ZN@r.����c~Ԩ"���]%�B�:f."�W�ŏ���3}��\q>0�����8"{ w̓��yvKh�%�R�d8բi��)�UXӍ>�@N~;Fr/��)���{�"�HW&�Y�ݰX��NH(7�e���hm>k$�������ԁ�K��F�RG|}�{u����y�DO�����-�/�`ۻ9�@������D���)�!���W
+0��K:�3.ÀO��,6��)�A$���a�;����R�dU���}F��x�CU	�}�E���&Aދ����c��2q	�3j��G9	��0�7ڣ��#�ip�0HOZX���0	_��8�CF��.�� ��X(���Ź����:{	k��2uhXql!).Lf*=���%XG���;,�/�y=j2"�6!�o�ѯ�͉��	Ul^x#hޖ
+V�K���T��ꯃ���i�_�u]�Mz<�w�}}��e\jN8��@��c@����UpA�L���xG4Ki���PT\�,?-s�Gm�N�)eU�}�b�zz�8%����%���/�><�,�Ls4�@1�9�����Oqh�9�᪵v_�����"[*��~\$M���91�(M���(��ڍU\��#�[m�?3Db�jF.�I���W�s�CdU�r�cH�^7LΥs�3Д����7/�O���N���/���zt^�%VYw���"�H,�M��ͭ�nl��N�,�����*�8I�1���>�}2!0b�/h��ߓ��
+�1 SSC���{�K�����m}����h�D�bRf��l�������#�(ɞ�R�s
)Z~��N��Ñ�f��HNVX0�����óƋ��S%�O�����5e�#(�S�����CD�al��QL�9��ATG��\̱������D�Q���)��9Oe,�E�&NB(���!�5q��K�W��1w,�s�-��`�6�oe�O\�KaS��o��������s�,����l&�h>�b�q�Cm̀0^�����D�|<	��FL�Y]���`,���]�ōF��]W��v��f�iJs�p&٢��m��$�s�*;o�Tt�h����u����N
+�ND��7���@I�3T}�<͋ՙ���z�������i��P�„��|p2���1�I76�?�����f�7�.����J>�:�9E�j�bJ���b	�c?��Cb [Mvc?�J����Xa$�Ѱ�J?����:�Hz1ea1VX�A
+^$b�X��}�M�S���t%<���
�Ǽh��]��L�s*��Qh����~�Ms���k(���zC
�l%ŠÕ�2�r����܀��/��@�/��j�(�^�LFE�G��Y���E5�����M���3'3
�D���_^���3w�]��
+���mk�A���Oϖ�����l.J^�u%�3�0��LK*�	X~��F�`֒�6|p<w����:FW??�=L�#����oG[�G����+�8�Z_��p�3�M�O`�0�
`X�{o4
�X�����/�u�1�����jo�:s�?�Q��xmoX5n�J��n��] �S�q�R��5�u}�u�v�9�5�,�)U�dža�Dӝ�.q�"YP�aԛ�`�X��ƔB�:4y����g�%$�?�ׅw=�,��8��mf,S��;�|Ji�O�N�����4��2���?�M2�D�u,n�IԪ&S.��Q̀��'�� �}G='�I�4�s��V�.B��44��p���r̰��B�ƿ3� 	�`�)2�'�����/�:�X�+]l��C��8�>��;���F����}���F.���C�!D�qLT��7�#����o�?[
+����Z�lW ^j��4
+�AO�����Jv�H�yVz/˅b����nNq�HL��"OhƳ�֯�V����aRǪU)���Q;�
>���n�H�1����bd&����4�ͤ��p!@�Θ�\�o�����2Mz��?^w�&����ۇl�9SiO{�5|�)"��Vl	��v�6���C����Wy�t�l��^��!SÞ5�(``��/]ie0���b�P�H
�I�*0��[���\i�A�A�&��ֵ�L7�4�ұ�a�Un~�LQՎt�/�V������њ�XEW�V��ҘMZ�h��y��5q��>\�����S���A�u
+7څ��!�5|��ς#�\]���C%�WԿVO^v�[B3���K�Qy�M��;��o��|�76��HA�e$��:�8o��b��pƔ�Cxn9��:����:GJ.o�vȥ
+�B`ͳ�E����}�9�M;�;��9�"���J��h[���!\[� ��
O�ߢ��+�77����|�2E֚��ӡea�۵���z��s�����⩍P ��:J��	ʐ��t�1�fdޏh$��X?'���g�c ��i9�w�0Ƅ�J@�t:�mj�Hz�9��,�EW������(�s��ͣo����p�J��dۜT�NҘm��ВAބ�c�.����ۮ:�}�ԡ�w [J��H�[,�	
Y�ML.0	n>n�����r��㄁�V���d|�?M=Dw�����6?��R�&��U|b�9�G��y��9!�ƚ�O��F��/��i���8>��o��}o��"���+�Qԇ��IO 1�q=�@J�#��j�����9���{6h�V/bY��mm�8W�ŵ̂	M/����!B\�qǿ���rb��N��ÆM@�����i�g������#?D�~q�,C,��w��\��
+D�5Ԝ�=��p���OsϮ�]M�h�g���q�.�:�cNI�.,����&[���\��E&Q��p$`y6:�M	��� )��U���+�78����q2��#�o�wp�#wx���_�IP+�DqfLǪ�TH���o�Cf�k����\�s�i��8��uA9���F�VM�X>OT��5I��"V�΀^�K��>W�j�u\�/�w�(��=�5�J�~����G�Af�'� �^|
�e�
Fv{��m�Of����+��|]UŹ��OF�@�/�xyR�j_�Xͽ�ť����z��W�ěc�=�m#f>A�™�=�y�jm���˟+�k�lA�蟚�۶o�#[ɡ�l�b�{���/�}S.0M�[q>�X3L�m����tn�6���<�>�߄�XKuI��.�;��j@/{]������{��۪Tk0.��z."}��Վ 6|��m4"�q��e��}�92�,4Fg7|8�|����%„�K��
u/Լ��A�1�2���]�P����tFCe'j����Eh���J�Id��!�t�g�m,j2\�G���;SUݸ�
��Ɍ��T�V�/B
+�4��蕔�D�Y���h��f%U�K�0qؾ�CO͞������1�>��g�l�pHKA��(d�LA7W	�2:��K�4�a���8�J�8^�69���6M	��bTg���7'��Ѡn�*�3����7���p�GJ��;�p.f�9����>V��r�B�3K�K˴�?D��u��b4\$�˕���<^����4W~^/0�Q�N����B���Al�2~3�R�z��:�Q�ʃ��y�j�ɮ�'���G��w�d�������r��WL�B�%�0F��a,��ж�sz͛W���H�96���箯�f�(cuK4j��rB�o	�
+_�!};eq�[U�!��l�qv���&>�C�|��Ȑ�5���(��2�rE<��^v��M���NS��1�h���RU}	�B=�g�Nġ�H�T8_��q[uL����9����kAU|:�	��v.��E�ݠL�/��5������{�~f�ɡ�!}�[7�C���|3�{��}V�I��D�Re0�"�Eg��J��h�0`�g>X��Xbݺ������E�y������N+Z���G�Z��f߾�GQ-����w�/�H+o:yf�Vʦ�
���݁���j��+��?�R��}���X�|Z�Dnު/��y�M;C�`�Y��y�"
+գg�@�L�&��3ި�T����2Q��NGAi�@����5߃�[�U��"pA�l6���*��|����
u|T=�Gn�h���n����ӷv�O����sTS���^>�s��d�(���\�<����
+�B/^�*�,��9l�0����C�@t�����M����m$�K��C��8�DPEQ���F4�a���֠3&���f��"L.���r��9���u���	��XZ��/�Bp�7:�Ȍghɻ|皝ժ�����,����g�:~���~ݯC_�\Ž�W�>a[��i�#6�g���p�6�.�}EH�"R���Pk�%~c"ӡ�`u}�
+�=4�0K�f�)چށu<5[�~�z����5}E�EU! ����J�0��I' ��9Aa�?_Kפ�������w�s�Jl:T���6���х�&�I.�|�M��봀��]�rU���1S��W:�u����t$WnB�Q�J†�(}�oI~E�c�XL������o�������r�8�	ΖY�0���Xc��l@�R�m�¼b%>p
+�p�	�];��e��"�vy����d���a��r!��� ]�&Mf���%���ب7�C�{gH]=��9������U��\t@�ޘ��EH��ãq�ͻ0�+r('\Ą���D���9K�^����5l�4;o�P�q�����6�C�O|S)���$���{Oe"6�>v�N��W	M9�d�ԏ"<{��C"�1$�?�\��?�������}q}H�"�D�ϋ��3��1u�>B*ˏ�vZ��"���ẹ& ���1u����M�1����Z��7=���ȷ����+�ď񉺨3
-�'�uy�1�y���Z΋`-���<2s�rt��ӷ�	�;%�>�b��u�R(��ʨEl�s�I����S8��W�>�h��1������J:�F����܁�p��)ӧh�Op��Il��;���N��!3�R����e�?i[�k�rq�>ZĴ��t�R�Q@{eC8��HEKm���lY{�B�D�*�I�b=1�ck��K�uA���r�{�%���������(jtx8̴l��8��/�����6�%�<4�ʎZ�<�Q=q��Е�X)4qs#�,�����;��$�r�8S�g��̒�2>���i��"��hc��ѫn�)i����-�v�q|8`���.!�&p�gs��mqk��{H�)�Ja����W��'̻\��\��(� {UW����\<78LM�Y���������"o}P������1��rN�������b9�W{�p�� �k�v�H��j�E�S)�v�)G!N�Z��z,�{::r����@@�F��[
6�`�%��#C��sH��&C��M�$SZ�"%8�E®+S�mZ�™3�*���C8^
+�Uq��	U^;�|�
+��ϫUy�j4z׹��?;�N��E4Q�m�No_�&-�Fuc!�0!`�\rgt�c��x�JēS�o(;?
+���ca�+��Evh�̰.;;�p�n����~p(O�����\l7����/��v�
+��i��د����$����+1R`��hۛ'�$W٫ao��*23�=�dɯ�SU�3��#�&�	�)����N�:���G�£�pXՑo&���j���q�F:gz2��f���1,�E���#���	��q���)5aĨ!!,t<�q
γZ#kx����;�aLs�B,��%ΐd	�pLT��A�����;�=�
+@��K,��f2{��&^���pG��K���bl	#������^���p�#%��l�=��_<�μ��(@!�l���`Wr'�h��%� �����Q�U�:��?H��bbP�9ͣ��TYD��a�y]>"�FC�!z�w���-hs��0��gL�y*�����g{�[�V����>���C�
�W�i��p?9	w�@�����:�̬I��m�Hy���o؈�$V߰�	SqM��Xqa�no��U�:!��H�5�5Eb9��XC��7Щ�s��C�4��J�9p�p��\b�qqLfx���"@M�1�j���%iX�]�4��록��8w��R�vz<O�]�m#��P�'|�o7��b�u�5��d۠�l�T��m��Dm�����~�f���^�ʗ�K���n�e���`����+�;4��2��	�:��8�ģDR�u9��/���i�Ьe;�FY���l���mX
+.��$ڴ���(> �yqB4-���(�Θ���LD3��Ô=n��t?�L�1���7��@�@�9��-5'>!1h<	�n(&�a2/��F�ѓ�2}�s�M<��Lz<�I�X�2nh�#L�B63�@4q��{	β�!%O�	9�n�	�fO%�O�ܶH�:���k� �)2y�hX�Kc��4D3Nvtmρ+�H��P���]�o|iH��8VF��-ݐ����2Bc�\����?ce�o��t8�9�w�lM3�* '/�,���<A?���pU��Z&HRy�a��fI�*�u$4�
+�Ȉ0��q�Ի��pCČӰ<�����E�2`��F��a��X��m?VabΊ�K�%8�|Z@�Kd7���?�$g
-���D��

c�c���7�@�Ƙ�Ab�"0� /S�;yCv4�H;-懤�	0�m��KV�(�N�Rk(�ر
+Pͥ��kQ,I�Z��F�#_�C@��=�&�)�W�P�<1!U #/�-�9X	C\w�����Dֹ���Y6Z<AUA;���K%zT��$E:0���
+
+=�p�X���
+?.�i�+��;�*�7��P�$��{)��fmHj�S���0��5����
trgs8SÛ�_�`ФC��"I1.pC�hf����-�������^����f'��Zw�<�ǣ�Sd	�!ऑ��pq���:B�zN@�m2�%vr�6��xFU�D�ݔo�I��ϼڰƂI�%f�v���
+H����E�p}�S��8Z_3j��>�Ͷ��
+��-�c���>��F��GuɆ��z_W{�-T�榵��>Y_{?�g�<�+/�{��s>l��6�G�Q����T�˪�$o�n3ʛ�m�<��ʲ8i��i1�K?�u�W��[j�K���/��Mڣ�Bt�sK^*{�)���d�Ke�e'������e�����n����s���jX�jS}8-*�T�X���i��YX�d�GU�[�Em�TV�6Uv�WmV�AM)��Ԗ�	�5��G@ܒ`�f��o@��(tOh,��Əw���yv0ʼn�����N��d���h�y���<��ѕkGJ.���?y�l:Y󩛐u�d[?���՘���;�]�ʛ�dT�R!}uXQ��="6�A� �
ihrh����[�]q����2m-�X�3�ɏ��\CN=�[s�{�7�Gw�硡�����k�<��"ct�(�h]G�}��=����D����Ȥ��<h/�|�������V�����vUW
+Ҹ���q�K�!����5���|L��(K~
�,*%K���;���_;h���-�
�I1�s9p�wg�++Ƹ�rw9Z"[��-���.�ns�6��D��*���χ��=ű�9p�q0Ά�x�_���Ϗ��J��o���Z�T�?l����ҝ�۪�=?_LZB0����?��a=B"��񪘌��R���-���6��n����;uY7ŷ��W���xR��W��\]g1���c�fŸ�4��/z�b]}��o��_�U��c�T_U�ީ��S�u,�'7D��_!�/��1;hΡ@
0����k1��/�Qa"@�3�~�v�jtQ��y�˄�[}�$��������$���,��¦D̻��F�Cr�e^�~�}�����\b�Í��;���/�y�[,�h�{+�{p�K�:���ޖ#���'�)p�W�b�Ge?�b��=8�űa��=��	�_�.g?H�hE�+|j�W�"��A�~%Ɋo��ݛc{viM+W<yg�L�O~�iW�e�Ɨ�M�������"�[?
+�G��C���r�~?�}�MNs������ߣF��|�2�u���kl���w?���J�7,TL��4�_�o������fF�BTm�S�ư���d{T�j�z��]\oe���+/N�
+Kr��+��P��]ps=@��q�ˆC�U�mժ��������gH�i�|c��e��gù׆�f8�ڗ�i���8+�ȭ9*/Ēx�4ʚ����~2?�Y>gb|B��x���HXb��x��j/kO��D��r����,��Z�\�c��N��x"�8�����=��)�~�T�fX�R6�
+���&9����r��������~X�K��\|�v��e����g����a�<�or���{פ�S���U/&���Vz�7T�æ8:�ݞk�Y���z�S�����J�'�ދ�ء��[^�c�x9w��l������Nz6pbܮN�5���~=:�w!���6������i��6֭��'�+O��eM����,/����د��m,��;�����ݑg64�(��~�Yo�Dk��f�L"a�k�������H��)Qt�&J���!����i!��b"~�@���6�d��Z�'J�?�XŌ��*�����g���`��{�
+{6�lo�����!:�,%�w����{������Q��kx�ڝW��8�i�%��K�rg"�]Ae��1Y��|7��JA.�@��ge��f�v�#��Fmsw
	Cø�#�v�]�Ä陲HҨ�u��(��b�^�>@w��!ga�$��:��Xg8fjZ��ER��Ӛ
G���V��ޟ�M��u\$�[�L���,iȤ�cU��49��19稜�C��
��vz9{�C��\^��/��=���xP=yR��(�9NH��R����@|����>ϙ|8�q��s��o����i�W�8'ƺ,+�;��zݑ�������
��#��k�$P����}�I�M[�<�͞c�%Ѵ1���9Vۖ���Vi��	,]�8��^��l��m�����$����	$�=;с�Z�L�T�l��j��J\o�<�{3��o.ߖu����������O\�B�.�|��&.�w���X��i��ܸ[:۫�������v��R����#0�4���ָ�Nm���ĊQ��M�)\��6(-��ԁ�2�n.�_{^��T�]���C��t��u8��M"����|{�+k��hy�L�7�Uj�UC�v6K�f	��V����q��BW��&x\Ԫ�[��B��WJ�zf˟��]����m��W�I�N��L$^xc�R}\�u��5Z�t�K`���%hy�S�LuݽZ�iKw�FYP�g&�j
���hjؠ)R���F���ƠV%P�3�B.]�)�<�:�#��q� 5%lt��rv"�'�jB������-z���^m�Gk��v���R���.^=@��#CH��F��e�#��9M�1����du��&6���ӄ
+��"/���le��cM��k���l���f�L����t�)<sN{j™sZV[)��Nd�v��P�+ӱ;2sL�)�X�oH���s�� 3x�	V^�_#�A�fm�פژim��Z�j6	�W�Z��j}�w�rIk�J�S���8��W�+Я�ق��Q�l~�P�7Yg��~�<����Sd�
+8����!��D���ӒÎ.0_�b�^n�Xqf3zW�������K����
+;v�y��^�D���d�Ag1�{t��B�t���La���:�K��UGJ<�d�Q���
�5���cXw�ģI|�ނr����4";��G��$��.��"'\���|� �?����
Y�D�;%�EǗ�z[��2Rm����w����2����
o�
+,6�`
+��
+Wi�͏_��R��!^JhxO�!nR����8�@ag���3�$.�`��=�����;e�+b-|Pe��gO��7��6�ۂ�F�;Â�t}���M��8^g	3�px�~���M���������/���$��6>�\˞̦���������A5XC���gA��5�}�A�Uȃ0�u|���^���p f9�5v�'�a��P�B�g��ٳ�9��+r��`1<k��=t0�B��[Z����"��S��;=�$����A��G+�׈�Ś��Z��.���&Q\��
�4)D]�A?�qg���K�A�I��Џ	d'I	CsF8ɑ��딨7Q-!�QT�lUVk��ۥ�3��q8�U!x�]y.�bK��j)�	kL>�D�EN�
�9a�-��r�2��%<^`h���,_P�"�)�
+)�������ђ�"����x��4����j�V>�_��M�*j!��L|��wj������F��"�@ݏ�`�H��
+`�p�3y>�(���u |w�NwKuu��bu
����Z�@#�2�ن���C�~��/�$���WB�%t��e���iVg����4��ܐ�Hx}�l��˖_(�<��M|�O���A�̱&�3
|t$ϹbL۞��M�P�r�hv���������7;��5�nI�O��� ����Kޅ��!NDG1�:�x͉����Fwuw
+�8�(���|�(.AS�D�&��&��Ɇ�9����pK�0�@�'qJPi�(��OU���w�E~�+�!��3�]tCXq���J�3zO�g$UHYD�-AC��in���]-�E%�֐kl����
+�6��?�o�H�0m1�LRI|ܰ���҅.�og�qT*��%ii����8[@����� ����1�dS�п��2��h{��PJ��@q*���6e�l׆��G� ������nvV�Ė���?e�ed��~%"~�r�Ө증�c����S��X�Tq���S��Pf�PG��Ot�۫G�X��s�i|�`������W��j�2f��GMO�PD�p����g��*���q��*�t�X�]������^�;�1B�t�`V�.�mЈ��풰��n���6OI�$EJ�~�D�0��L����ʱȢli�[P�6*��N�!Mji{��>�%*K‡��)Aa�{}�(Xͤ���r}o��!�s�� �>PĨG�4��Č�V/�m޶˸���ad���ә[)Yb���@�4�i��8b���pZ@��0��&���I	�tI�!�L^����G{@�,�����æ������f�i8�YH8NS�"���H��v���2�ɺ��+����)B��n_���r�6n�R 'c�.���~p?�7/�Q�LJ��9�̙ݹ�牚>�7��k�OŹ��!���1^v;
�0~�\röN�
��T!!����M�jm]9)��Y��4�'�c�ǟc���������7�k�����6"Ӝ�$��u�����j���n5v��f�`�F~��~=�ą$!���C�(t�B�ǂw@Ǧ��}���������B.�ʹ˕�ֈp�e��OFM��d	���^wZR"גb@@��T��2!�=�6�"�7��m�(3^z��E肋zF���,��-3������O�����j���:^��_��)��S:�UDZN��<2�G�JrKA�a]��P��!�>4O�{�1nMZ�s<�A��6rq7r���,�XbB��j��r�r��_B
���1���S�cң�Ci3�hٜ ���)��$�{z(
<�˕�݂::��D��8��U�:]��l_������m�ga
�R�!�r�W�!TU�W^+�r���j~�\��гG6�`L��(��~>�A�	!!|��e&�Ê�6ݰ`Mڐ!��>�������c�
+endstream
endobj
31 0 obj
<</CreationDate(D:20110926114527+02'00')/Creator(Adobe Illustrator CS3)/Producer(Adobe PDF library 8.00)/ModDate(D:20110926114527+02'00')/Title(prefix_settings)>>
endobj
xref
+0 36
+0000000003 65535 f
+0000000016 00000 n
+0000064759 00000 n
+0000000004 00001 f
+0000000020 00000 f
+0000065022 00000 n
+0000192609 00000 n
+0000192681 00000 n
+0000193064 00000 n
+0000211174 00000 n
+0000229536 00000 n
+0000250681 00000 n
+0000272249 00000 n
+0000294182 00000 n
+0000303142 00000 n
+0000306888 00000 n
+0000324892 00000 n
+0000349035 00000 n
+0000194163 00000 n
+0000206135 00000 n
+0000000026 00001 f
+0000064997 00000 n
+0000064810 00000 n
+0000064881 00000 n
+0000064912 00000 n
+0000066892 00000 n
+0000000028 00001 f
+0000067005 00000 n
+0000000029 00001 f
+0000000000 00001 f
+0000065443 00000 n
+0000366957 00000 n
+0000192047 00000 n
+0000192095 00000 n
+0000065767 00000 n
+0000000148 00000 n
+trailer
+<</Size 36/Root 1 0 R/Info 31 0 R/ID[<E9F1788D72F69445ACD25305EE00A25A><A13EE37EBD08F64DBD4B7980C8FD0307>]>>
+startxref
+367136
+%%EOF
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_preferences1.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_preferences1.png
new file mode 100644
index 0000000000000000000000000000000000000000..30107b4ef6ca4c30c87aa66b9b8261c9d02cc549
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_preferences1.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_preferences10.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_preferences10.png
new file mode 100644
index 0000000000000000000000000000000000000000..2822167c6118f0586ec42b0b476dcbf9e9ebf7c1
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_preferences10.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_preferences11.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_preferences11.png
new file mode 100644
index 0000000000000000000000000000000000000000..a16ac671958deacf74ece83543c05b337b57d6e3
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_preferences11.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_preferences12.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_preferences12.png
new file mode 100644
index 0000000000000000000000000000000000000000..971f4a729bb13cb87447d602cdb635a19011cd10
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_preferences12.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_preferences13.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_preferences13.png
new file mode 100644
index 0000000000000000000000000000000000000000..2a49750ec311ed53e36ffdb3ba73f6569d793514
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_preferences13.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_preferences1b.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_preferences1b.png
new file mode 100644
index 0000000000000000000000000000000000000000..b495a2e379a22fb34bd0ad1cc080734552b37765
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_preferences1b.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_preferences2.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_preferences2.png
new file mode 100644
index 0000000000000000000000000000000000000000..286c2c586725346c3cc8a6ded98de37560e68d63
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_preferences2.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_preferences5.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_preferences5.png
new file mode 100644
index 0000000000000000000000000000000000000000..6f6a07977ea13493958d30e615df7ee4756717b9
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_preferences5.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_preferences6.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_preferences6.png
new file mode 100644
index 0000000000000000000000000000000000000000..e2565e7194d9add99ac77438248c12abba491a98
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_preferences6.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_preferences7.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_preferences7.png
new file mode 100644
index 0000000000000000000000000000000000000000..92362fa739157a65264b1c212d326aafef533c07
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_preferences7.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_preferences8.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_preferences8.png
new file mode 100644
index 0000000000000000000000000000000000000000..ff4e1aa7fdbb147bd48d5eac765c3394e255535c
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_preferences8.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_preferences9.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_preferences9.png
new file mode 100644
index 0000000000000000000000000000000000000000..84ed23e2029be59b7c44d01279cca3139cda64e9
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_preferences9.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_project_explorer1.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_project_explorer1.png
new file mode 100644
index 0000000000000000000000000000000000000000..88c77a428d7d7c1dbc696fdc67878137c4996e16
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_project_explorer1.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_project_explorer2.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_project_explorer2.png
new file mode 100644
index 0000000000000000000000000000000000000000..529316cf2ec7a67610dcae5fd3ab7d26cfab772f
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_project_explorer2.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_project_explorer3.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_project_explorer3.png
new file mode 100644
index 0000000000000000000000000000000000000000..cae1ddc4444355767149d7d31dcec891b1c626af
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_project_explorer3.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_project_explorer4.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_project_explorer4.png
new file mode 100644
index 0000000000000000000000000000000000000000..dd475cd1d6b2527fa8fdaa1e6b065479a8c5c49d
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_project_explorer4.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_project_explorer5.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_project_explorer5.png
new file mode 100644
index 0000000000000000000000000000000000000000..85587f08e65f8aca798a9c280f8f881cf28ff70f
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_project_explorer5.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_project_explorer6.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_project_explorer6.png
new file mode 100644
index 0000000000000000000000000000000000000000..2f5771d388f9639ce59f0f1c9f1758c2f0f1dde4
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_project_explorer6.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_project_explorer7.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_project_explorer7.png
new file mode 100644
index 0000000000000000000000000000000000000000..395cd03c9472031e12938c071188bf5a928710d3
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_project_explorer7.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_project_explorer8.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_project_explorer8.png
new file mode 100644
index 0000000000000000000000000000000000000000..2eb4b506c428651dc3867b7552ed13f64a0c029a
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_project_explorer8.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_project_explorer9.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_project_explorer9.png
new file mode 100644
index 0000000000000000000000000000000000000000..a1509baa9ee920c660d1b8f0505ee5fa6ad387fc
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_project_explorer9.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_proofskeletonview1.jpg b/org.rodinp.handbook.feature/latex/img/reference/ref_01_proofskeletonview1.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..82cafdb79a2da3634d72fd7b749fb40d7439b969
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_proofskeletonview1.jpg differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_proofskeletonview2.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_proofskeletonview2.png
new file mode 100644
index 0000000000000000000000000000000000000000..b3131618150ef88d3f57d8265fe1d11c72751d6f
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_proofskeletonview2.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_proofskeletonview3.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_proofskeletonview3.png
new file mode 100644
index 0000000000000000000000000000000000000000..b4d340ab81a447242d0bb361351ca7c9e48a0a03
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_proofskeletonview3.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_proofskeletonview4.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_proofskeletonview4.png
new file mode 100644
index 0000000000000000000000000000000000000000..ebbaf121e7e173adbdd1f4252abc52b6a3d8a0f7
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_proofskeletonview4.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_proofskeletonview5.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_proofskeletonview5.png
new file mode 100644
index 0000000000000000000000000000000000000000..09877b28cd42a36860e8617a58dff7ef6469eb6d
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_proofskeletonview5.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_proving_perspective1.pdf b/org.rodinp.handbook.feature/latex/img/reference/ref_01_proving_perspective1.pdf
new file mode 100755
index 0000000000000000000000000000000000000000..b55a53060ede98319c5b29c4f76dd57297ceb0d4
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/img/reference/ref_01_proving_perspective1.pdf
@@ -0,0 +1,2365 @@
+%PDF-1.5
%����
+1 0 obj
<</Metadata 66 0 R/Pages 2 0 R/OCProperties<</D<</RBGroups[]/ON[22 0 R]/Order 21 0 R>>/OCGs[22 0 R]>>/Type/Catalog>>
endobj
66 0 obj
<</Subtype/XML/Length 62633/Type/Metadata>>stream
+<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
+<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 4.1-c036 46.277092, Fri Feb 23 2007 14:17:08        ">
+   <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>
+         <dc:title>
+            <rdf:Alt>
+               <rdf:li xml:lang="x-default">proving_perspective</rdf:li>
+            </rdf:Alt>
+         </dc:title>
+      </rdf:Description>
+      <rdf:Description rdf:about=""
+            xmlns:xap="http://ns.adobe.com/xap/1.0/"
+            xmlns:xapGImg="http://ns.adobe.com/xap/1.0/g/img/">
+         <xap:CreatorTool>Adobe Illustrator CS3</xap:CreatorTool>
+         <xap:CreateDate>2011-09-23T14:11:28+02:00</xap:CreateDate>
+         <xap:ModifyDate>2011-09-23T14:11:28+02:00</xap:ModifyDate>
+         <xap:MetadataDate>2011-09-23T14:11:28+02:00</xap:MetadataDate>
+         <xap:Thumbnails>
+            <rdf:Alt>
+               <rdf:li rdf:parseType="Resource">
+                  <xapGImg:width>256</xapGImg:width>
+                  <xapGImg:height>192</xapGImg:height>
+                  <xapGImg:format>JPEG</xapGImg:format>
+                  <xapGImg:image>/9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA&#xA;AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK&#xA;DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f&#xA;Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAwAEAAwER&#xA;AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA&#xA;AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB&#xA;UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE&#xA;1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ&#xA;qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy&#xA;obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp&#xA;0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo&#xA;+DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8A9UmtNuuKvHdP8jf85A6d&#xA;bqsHnCxnmMdrC73ImmpHbrMGI9WOUepIZF5vTk1BXpQqp3ceWPzRvtO1zR7/AFqzv7K7tdQgs5m4&#xA;xTrJcBBZpMIbVUAiQMzOvXnTgeIJVVfL2i/nRH5mim1zXrGXy2juz2sCo10yBX9JGf6nCp+JlDle&#xA;NeNV41K4q9CxV2Kpb5m0271Py9qWn2Vw9re3NtLHaXMcskDRzFT6T+pCRIvF6E8e3jirz7WPJf5v&#xA;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</xapGImg:image>
+               </rdf:li>
+            </rdf:Alt>
+         </xap:Thumbnails>
+      </rdf:Description>
+      <rdf:Description rdf:about=""
+            xmlns:xapMM="http://ns.adobe.com/xap/1.0/mm/"
+            xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#"
+            xmlns:stMfs="http://ns.adobe.com/xap/1.0/sType/ManifestItem#">
+         <xapMM:DocumentID>uuid:DFD1EAB1DCE5E011A2C2F2A9D406202E</xapMM:DocumentID>
+         <xapMM:InstanceID>uuid:794be5f3-e3e3-416e-951a-52043f04237c</xapMM:InstanceID>
+         <xapMM:DerivedFrom rdf:parseType="Resource">
+            <stRef:instanceID>uuid:DED1EAB1DCE5E011A2C2F2A9D406202E</stRef:instanceID>
+            <stRef:documentID>uuid:332EF66894E3E011992D80E0D1F7980D</stRef:documentID>
+         </xapMM:DerivedFrom>
+         <xapMM:Manifest>
+            <rdf:Seq>
+               <rdf:li rdf:parseType="Resource">
+                  <stMfs:linkForm>EmbedByReference</stMfs:linkForm>
+                  <stMfs:reference rdf:parseType="Resource">
+                     <stRef:filePath>C:\Work\Design\rodin_handbook\proving_perspective.png</stRef:filePath>
+                  </stMfs:reference>
+               </rdf:li>
+            </rdf:Seq>
+         </xapMM:Manifest>
+      </rdf:Description>
+      <rdf:Description rdf:about=""
+            xmlns:illustrator="http://ns.adobe.com/illustrator/1.0/">
+         <illustrator:StartupProfile>Print</illustrator:StartupProfile>
+      </rdf:Description>
+      <rdf:Description rdf:about=""
+            xmlns:xapTPg="http://ns.adobe.com/xap/1.0/t/pg/"
+            xmlns:stDim="http://ns.adobe.com/xap/1.0/sType/Dimensions#"
+            xmlns:stFnt="http://ns.adobe.com/xap/1.0/sType/Font#"
+            xmlns:xapG="http://ns.adobe.com/xap/1.0/g/">
+         <xapTPg:NPages>1</xapTPg:NPages>
+         <xapTPg:HasVisibleTransparency>True</xapTPg:HasVisibleTransparency>
+         <xapTPg:HasVisibleOverprint>False</xapTPg:HasVisibleOverprint>
+         <xapTPg:MaxPageSize rdf:parseType="Resource">
+            <stDim:w>612.000000</stDim:w>
+            <stDim:h>792.000000</stDim:h>
+            <stDim:unit>Points</stDim:unit>
+         </xapTPg:MaxPageSize>
+         <xapTPg:Fonts>
+            <rdf:Bag>
+               <rdf:li rdf:parseType="Resource">
+                  <stFnt:fontName>MyriadPro-Regular</stFnt:fontName>
+                  <stFnt:fontFamily>Myriad Pro</stFnt:fontFamily>
+                  <stFnt:fontFace>Regular</stFnt:fontFace>
+                  <stFnt:fontType>Open Type</stFnt:fontType>
+                  <stFnt:versionString>Version 2.007;PS 002.000;Core 1.0.38;makeotf.lib1.7.9032</stFnt:versionString>
+                  <stFnt:composite>False</stFnt:composite>
+                  <stFnt:fontFileName>MyriadPro-Regular.otf</stFnt:fontFileName>
+               </rdf:li>
+            </rdf:Bag>
+         </xapTPg:Fonts>
+         <xapTPg:PlateNames>
+            <rdf:Seq>
+               <rdf:li>Cyan</rdf:li>
+               <rdf:li>Magenta</rdf:li>
+               <rdf:li>Yellow</rdf:li>
+               <rdf:li>Black</rdf:li>
+            </rdf:Seq>
+         </xapTPg:PlateNames>
+         <xapTPg:SwatchGroups>
+            <rdf:Seq>
+               <rdf:li rdf:parseType="Resource">
+                  <xapG:groupName>Default Swatch Group</xapG:groupName>
+                  <xapG:groupType>0</xapG:groupType>
+                  <xapG:Colorants>
+                     <rdf:Seq>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>White</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>0.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>Black</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>0.000000</xapG:yellow>
+                           <xapG:black>100.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>CMYK Red</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>100.000000</xapG:magenta>
+                           <xapG:yellow>100.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>CMYK Yellow</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>100.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>CMYK Green</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>100.000000</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>100.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>CMYK Cyan</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>100.000000</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>0.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>CMYK Blue</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>100.000000</xapG:cyan>
+                           <xapG:magenta>100.000000</xapG:magenta>
+                           <xapG:yellow>0.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>CMYK Magenta</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>100.000000</xapG:magenta>
+                           <xapG:yellow>0.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=15 M=100 Y=90 K=10</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>14.999998</xapG:cyan>
+                           <xapG:magenta>100.000000</xapG:magenta>
+                           <xapG:yellow>90.000004</xapG:yellow>
+                           <xapG:black>10.000002</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=0 M=90 Y=85 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>90.000004</xapG:magenta>
+                           <xapG:yellow>84.999996</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=0 M=80 Y=95 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>80.000001</xapG:magenta>
+                           <xapG:yellow>94.999999</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=0 M=50 Y=100 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>50.000000</xapG:magenta>
+                           <xapG:yellow>100.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=0 M=35 Y=85 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>35.000002</xapG:magenta>
+                           <xapG:yellow>84.999996</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=5 M=0 Y=90 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>5.000001</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>90.000004</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=20 M=0 Y=100 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>19.999999</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>100.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=50 M=0 Y=100 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>50.000000</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>100.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=75 M=0 Y=100 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>75.000000</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>100.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=85 M=10 Y=100 K=10</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>84.999996</xapG:cyan>
+                           <xapG:magenta>10.000002</xapG:magenta>
+                           <xapG:yellow>100.000000</xapG:yellow>
+                           <xapG:black>10.000002</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=90 M=30 Y=95 K=30</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>90.000004</xapG:cyan>
+                           <xapG:magenta>30.000001</xapG:magenta>
+                           <xapG:yellow>94.999999</xapG:yellow>
+                           <xapG:black>30.000001</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=75 M=0 Y=75 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>75.000000</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>75.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=80 M=10 Y=45 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>80.000001</xapG:cyan>
+                           <xapG:magenta>10.000002</xapG:magenta>
+                           <xapG:yellow>44.999999</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=70 M=15 Y=0 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>69.999999</xapG:cyan>
+                           <xapG:magenta>14.999998</xapG:magenta>
+                           <xapG:yellow>0.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=85 M=50 Y=0 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>84.999996</xapG:cyan>
+                           <xapG:magenta>50.000000</xapG:magenta>
+                           <xapG:yellow>0.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=100 M=95 Y=5 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>100.000000</xapG:cyan>
+                           <xapG:magenta>94.999999</xapG:magenta>
+                           <xapG:yellow>5.000001</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=100 M=100 Y=25 K=25</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>100.000000</xapG:cyan>
+                           <xapG:magenta>100.000000</xapG:magenta>
+                           <xapG:yellow>25.000000</xapG:yellow>
+                           <xapG:black>25.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=75 M=100 Y=0 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>75.000000</xapG:cyan>
+                           <xapG:magenta>100.000000</xapG:magenta>
+                           <xapG:yellow>0.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=50 M=100 Y=0 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>50.000000</xapG:cyan>
+                           <xapG:magenta>100.000000</xapG:magenta>
+                           <xapG:yellow>0.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=35 M=100 Y=35 K=10</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>35.000002</xapG:cyan>
+                           <xapG:magenta>100.000000</xapG:magenta>
+                           <xapG:yellow>35.000002</xapG:yellow>
+                           <xapG:black>10.000002</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=10 M=100 Y=50 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>10.000002</xapG:cyan>
+                           <xapG:magenta>100.000000</xapG:magenta>
+                           <xapG:yellow>50.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=0 M=95 Y=20 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>94.999999</xapG:magenta>
+                           <xapG:yellow>19.999999</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=25 M=25 Y=40 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>25.000000</xapG:cyan>
+                           <xapG:magenta>25.000000</xapG:magenta>
+                           <xapG:yellow>39.999998</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=40 M=45 Y=50 K=5</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>39.999998</xapG:cyan>
+                           <xapG:magenta>44.999999</xapG:magenta>
+                           <xapG:yellow>50.000000</xapG:yellow>
+                           <xapG:black>5.000001</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=50 M=50 Y=60 K=25</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>50.000000</xapG:cyan>
+                           <xapG:magenta>50.000000</xapG:magenta>
+                           <xapG:yellow>60.000002</xapG:yellow>
+                           <xapG:black>25.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=55 M=60 Y=65 K=40</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>55.000001</xapG:cyan>
+                           <xapG:magenta>60.000002</xapG:magenta>
+                           <xapG:yellow>64.999998</xapG:yellow>
+                           <xapG:black>39.999998</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=25 M=40 Y=65 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>25.000000</xapG:cyan>
+                           <xapG:magenta>39.999998</xapG:magenta>
+                           <xapG:yellow>64.999998</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=30 M=50 Y=75 K=10</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>30.000001</xapG:cyan>
+                           <xapG:magenta>50.000000</xapG:magenta>
+                           <xapG:yellow>75.000000</xapG:yellow>
+                           <xapG:black>10.000002</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=35 M=60 Y=80 K=25</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>35.000002</xapG:cyan>
+                           <xapG:magenta>60.000002</xapG:magenta>
+                           <xapG:yellow>80.000001</xapG:yellow>
+                           <xapG:black>25.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=40 M=65 Y=90 K=35</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>39.999998</xapG:cyan>
+                           <xapG:magenta>64.999998</xapG:magenta>
+                           <xapG:yellow>90.000004</xapG:yellow>
+                           <xapG:black>35.000002</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=40 M=70 Y=100 K=50</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>39.999998</xapG:cyan>
+                           <xapG:magenta>69.999999</xapG:magenta>
+                           <xapG:yellow>100.000000</xapG:yellow>
+                           <xapG:black>50.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=50 M=70 Y=80 K=70</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>50.000000</xapG:cyan>
+                           <xapG:magenta>69.999999</xapG:magenta>
+                           <xapG:yellow>80.000001</xapG:yellow>
+                           <xapG:black>69.999999</xapG:black>
+                        </rdf:li>
+                     </rdf:Seq>
+                  </xapG:Colorants>
+               </rdf:li>
+               <rdf:li rdf:parseType="Resource">
+                  <xapG:groupName>Print Color Group</xapG:groupName>
+                  <xapG:groupType>1</xapG:groupType>
+                  <xapG:Colorants>
+                     <rdf:Seq>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=0 M=30 Y=70 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>0.000000</xapG:cyan>
+                           <xapG:magenta>30.000001</xapG:magenta>
+                           <xapG:yellow>69.999999</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=5 M=70 Y=90 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>5.000001</xapG:cyan>
+                           <xapG:magenta>69.999999</xapG:magenta>
+                           <xapG:yellow>90.000004</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=5 M=90 Y=75 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>5.000001</xapG:cyan>
+                           <xapG:magenta>90.000004</xapG:magenta>
+                           <xapG:yellow>75.000000</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=30 M=0 Y=95 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>30.000001</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>94.999999</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=60 M=5 Y=95 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>60.000002</xapG:cyan>
+                           <xapG:magenta>5.000001</xapG:magenta>
+                           <xapG:yellow>94.999999</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=30 M=0 Y=10 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>30.000001</xapG:cyan>
+                           <xapG:magenta>0.000000</xapG:magenta>
+                           <xapG:yellow>10.000002</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=60 M=10 Y=5 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>60.000002</xapG:cyan>
+                           <xapG:magenta>10.000002</xapG:magenta>
+                           <xapG:yellow>5.000001</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>C=80 M=5 Y=10 K=0</xapG:swatchName>
+                           <xapG:mode>CMYK</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:cyan>80.000001</xapG:cyan>
+                           <xapG:magenta>5.000001</xapG:magenta>
+                           <xapG:yellow>10.000002</xapG:yellow>
+                           <xapG:black>0.000000</xapG:black>
+                        </rdf:li>
+                     </rdf:Seq>
+                  </xapG:Colorants>
+               </rdf:li>
+               <rdf:li rdf:parseType="Resource">
+                  <xapG:groupName>Grayscale</xapG:groupName>
+                  <xapG:groupType>1</xapG:groupType>
+                  <xapG:Colorants>
+                     <rdf:Seq>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=100</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>255</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=90</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>229</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=80</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>203</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=70</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>178</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=60</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>152</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=50</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>127</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=40</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>101</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=30</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>76</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=20</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>50</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=10</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>25</xapG:gray>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xapG:swatchName>K=5</xapG:swatchName>
+                           <xapG:mode>GRAY</xapG:mode>
+                           <xapG:type>PROCESS</xapG:type>
+                           <xapG:gray>12</xapG:gray>
+                        </rdf:li>
+                     </rdf:Seq>
+                  </xapG:Colorants>
+               </rdf:li>
+            </rdf:Seq>
+         </xapTPg:SwatchGroups>
+      </rdf:Description>
+      <rdf:Description rdf:about=""
+            xmlns:pdf="http://ns.adobe.com/pdf/1.3/">
+         <pdf:Producer>Adobe PDF library 8.00</pdf:Producer>
+      </rdf:Description>
+   </rdf:RDF>
+</x:xmpmeta>
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                           
+<?xpacket end="w"?>
+endstream
endobj
2 0 obj
<</Count 1/Type/Pages/Kids[5 0 R]>>
endobj
22 0 obj
<</Intent 23 0 R/Usage 24 0 R/Name(Layer 1)/Type/OCG>>
endobj
23 0 obj
[/View/Design]
endobj
24 0 obj
<</CreatorInfo<</Subtype/Artwork/Creator(Adobe Illustrator 13.0)>>>>
endobj
21 0 obj
[22 0 R]
endobj
5 0 obj
<</CropBox[67.333 267.667 534.667 619.667]/Parent 2 0 R/Contents 59 0 R/BleedBox[0.0 0.0 612.0 792.0]/PieceInfo<</Illustrator 6 0 R>>/ArtBox[67.333 267.667 534.667 619.667]/Group 60 0 R/MediaBox[0.0 0.0 612.0 792.0]/Thumb 65 0 R/TrimBox[0.0 0.0 612.0 792.0]/Resources<</XObject<</Im0 34 0 R>>/Font<</T1_0 57 0 R>>/ProcSet[/PDF/Text/ImageC]/Properties<</MC0 22 0 R>>/ExtGState<</GS0 25 0 R>>>>/Type/Page/LastModified(D:20110923141128+02'00')>>
endobj
59 0 obj
<</Length 840/Filter/FlateDecode>>stream
+H��W�N�@}�Ẉ�������ыR@X�CUU\Liq0z����l�`�(����9{f�3ٟ�d>���;��&����4���L>�U�S���Qp�L��$|[&�B}�+�y����5���$���J�I�"��γܦ��O89�;��D ��X(��樱���,W��e|so�<���]}wQ.�e����}�^dN�u]=�0«ЄX��2��ʔd(q��;0�s]շ�j똣���>����icU�琑�dڕ�l�fEr�\:���
+��d��2!:��7���;�2�:��f/d��~:��"��]Hح9���O+#a����/�	�<�4S�u�a�VA�6�����[�Qh��O�O�.N�jٵlxk��5�7���Q���1����(�*e����<R���؉�D>�z��Io����r��i~R%�+��'sx9���=._���MnɻD0�r���� ��N����
��ɕ~{/�;��x}�G��
Oƭc1���)Ħ��I��@��C`V�����q0A����E0!��%W��	��y0|���K _ea��;��X��x+�bɍP�7� 
+�e��b'��X7������X} w�����4Nm�Cj�!)�0�ۘ0.��a��m#�0C�"0�2��,������`Yؽ�a�C���&�	A�K–�Ea4����̨G��;ǓޭM��,7i}\������Y���)�h�Bt�-�_���*��V�x�y��&�$�0�{���Nj�]�`?+~��=D�eSd,F���y�{iA'��n[��!��������*�}
+endstream
endobj
60 0 obj
<</I false/K false/CS/DeviceCMYK/S/Transparency>>
endobj
65 0 obj
<</Length 792/Filter[/ASCII85Decode/FlateDecode]/BitsPerComponent 8/ColorSpace 63 0 R/Width 58/Height 44>>stream
+8;Wj;]lMj]%&Tr";u7-o"F6q&jA&L4/D_:f83HNWb7lO&-8US9W?&TmMROdna)$0S
+`/BK(.7Fj^s.Z"k*_Ckb"FL=tMWk(35h?G1\7*?s);3\0rtJ")@Y*0fWhsTcm\Z,F
+c5P>E--jX;DfE=eb"Vou%B0Ns5W;#4^kJ@f)D$6AC!cWQY=j[Di75Eeo+r)ml5<gr
+DK:Lg_]sc&D$T2p%n"sqmHh"aO4U=un&>_l,UEf5%=Z)s+n`j_>rFke;(!+%\MS]:
+JM0`M4m9F8o<hi[XsG=G#_O+hBNjf<'7%[eAthcI&8IQ--pjqM_BG7A7P12!!!.)=
+kH`c@i^Z`)T@hSc-Fu,?0r:fdRABq,9_)*/hF,0#3M0>taCj'$DQ#"n>oB)/e@XIP
+[Sf!5/aPL+QO-&&or(cgl"_D;_rlt\Nm_^'5TOT2mN[hbM7$X7FeYYMqH;!=)IbfG
+kEoiJSum#J9e1"#dZ4+@QsT>d\b04N=Sc%WhA_aRDYKM>eYJiET2kAEhWr&'L7e,F
+),2H\)P_Z)&N\)i_`f3<qh^uBe,&\k`L0"?Sja[p/D>!SlLT9!KJ6L&9(NFjD&M'r
+D<u>AT?,iNn.WCnck;t6E.oC=Q#oUd9o@5)7=-NTfaZg7K`&/&GLjk2oG)RII]5P9
+1^._S<Q=4J^V?N@7Qug%_+>.JE=hYA!'D^HRIdC[h>'b5bP9@>=&LL]IRF#aFA3``
+V(YW7eSe684*/JU-thtkjN`^.@4\$2S/GK0)M*)9J<b\LlL,>R`NB]EIffZhbR]C~>
+endstream
endobj
25 0 obj
<</OPM 1/BM/Normal/CA 1.0/OP false/SMask/None/ca 1.0/AIS false/op false/Type/ExtGState/SA true>>
endobj
57 0 obj
<</Subtype/Type1/FontDescriptor 58 0 R/LastChar 121/Widths[212 0 0 0 0 0 0 0 0 0 0 0 0 307 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 542 580 0 492 0 646 652 0 0 0 0 804 658 689 532 0 0 493 497 0 558 0 0 0 0 0 0 0 0 0 0 482 569 448 564 501 292 0 555 234 0 0 236 834 555 549 569 0 327 396 331 551 481 736 463 471]/BaseFont/CTFBFK+MyriadPro-Regular/FirstChar 32/Encoding/WinAnsiEncoding/Type/Font>>
endobj
58 0 obj
<</StemV 88/FontName/CTFBFK+MyriadPro-Regular/FontStretch/Normal/FontFile3 62 0 R/FontWeight 400/Flags 32/Descent -250/FontBBox[-157 -250 1126 952]/Ascent 952/FontFamily(Myriad Pro)/CapHeight 674/XHeight 484/Type/FontDescriptor/ItalicAngle 0>>
endobj
62 0 obj
<</Subtype/Type1C/Length 2978/Filter/FlateDecode>>stream
+H�|S{TW�!d�G��L��`���Z�Q�H[��E�h� ��V�UA]E�A߮.EyaQ�G�Ů�7��9;i��=��{�w���������1[�q'�
K�>^�K�T��&�QG�h�Z�%�38?Ֆ�p�<�����q2��r��I6�
���OHr��%˼�Ν�n�}d,�~��H�,tWR�:.I��ML�*��*��F#��%�B�Ij��z��!['<�O�-���q�����'5YL�L)Ӫ�c�jZ�J��U��qJ�vY�V��A��aW�Z6_�Ro�0\�a.86��p�C����<[*�ql�-*�f�`��5X$�w�����M�M��o�e�J�5oc�#vg��ӈH����8Kb%�v�)���x{�=�/&(&m�m�G�pa��$ʵ��֍g`Bwi�����
��x�d����#!&��u��I�<�߂��\�)�M���	�7��@�C��AH��|N��6�Y'/g�c����+\MuE�]�Kn��F	�w�t�EzCw~�q�FZ�ìY����\G��+L��=͢Ua_�������U�zά���m�)�#�����T���T|�N����A���`��Q�}%cw5G�9�!��
+�?+�� 5rF4�.�/��cY�i��5CV'Ę��A��Ҩb��y{/�'�QdA	A�		�P`�Xq�I��?��h�]�P8�/U�U�<g�§�x��6��]�QO�F��ה)�C,rE�9�s���P6���o�ដ�s9rDm�P�*0�^��{LN��B��6˘�բ^���`�{W�l����2*ql�c?�����@�P��:'O�K[a�M��'w%<E�*�R�����O�r����A�9���9�nG�u�0�<�{E���ș�
�mG�������]n�Cw��6��#\�P�5<9�Ϛ�j�6,���	b�+�@x�%�2g�o=YC��6U��^'���b��r�����ց׽�����͘�V"'���(� `	L�ɐ��D�����e4|�.<���
+D	jNS�
3���`G&"����6�����n�A� ��9��?:�x���-�z_z/�q�i�.*��/�|C��Jn0��/9i:������s|���N�\�7�W;cSn[ n��XM'�u��0��3����o!��󨋬j�^����~Cj�Q�j���S��4�A�(��[C�F�
o�����|��ڐÕ*�\DǏt�aA����Ȯ�,?P�)���ݘ<�!��I%��2�&{�@�{'�w*�Į^m_��3�O�M@��`r��%V���lq�����j�=���Enk֧�b���R���>��퓠�y.A�^��)����5gO�&�J/X#~LdV.\�ʯ�T�~þ��l䞨�`f��ĝ����l��b}�Z�+�a{��y�,T���Tz�a�!��&����bTw;������5O�+��(B��i8��!���bS��{�a�����M���D��	����4����!))����g�D��3Z��ݻ��ؿ
lG����j�>�w�U\�^�9��>B���^��̖ke����C���Y����_�ul�.$�R6��1h������On`���7O�FA��y�^"�:���x���{r2�3X�1pw�j���_��|<��jxhg���d��
5�K3~��񑠣�3�K���!/4�I�L4s�
f��(+�bӛ�{b��`���F�h��������ו>�9�J��>�O:�A(y_���K�~x��X���"��U\��X�a"��w{,�J_�B��be븯���?1
+�f�-"����������҆�w��'�����_�ٗ��MLOI٣�3�-o�D]B���o�w�'�,��u�wz��P��c����I���IU�G+O�pU��X�D�Gtc���VбMB8-�Yة�3�q����B%ƒ�El}���[�Ú���4��%����B�Rɹ3MLGM��N�Y	,r��=#%�MMߩKO�������-�\��Ĭ����ȍ���`��j@���ƪ�i���i��vl�1�ƻ6�͂Q��X��:�
�a��,�c�L���
+k���ˇ�������a�7����̂0g�(j��F����,璗D߫��79�yϓ��Hz�{U���	BB!�'	C؟6����Ԩr"Y�6O|����&�F_��9�$NJ��x�x���xz��ŌG�a�G��i�b�F���[���X'‡���oy��DCk�X'_���D�U=Pz�o�Y�����=�|�g��F�R׻o*VJ�6�W%[K��
O*W��}��xh�e�^�ϯ�b3�z�g�.t�M͒#�%C\>U�7r���iqz�A"�r55_nP��1v$�:~��_�i	R��s�]Œ�����;j��Ibj�����F�!<���1������z@��:e����ۃ%+2�#��g?(<YՐ���f�E���U~F�7'�G�h=e����eP����b�	�n�8�J���I�:�Sa�Dj�f˅�L�I¥�,Ɵ���,G���YU����"偪���·$��_O��<6�Mи�c55�}-#q�4�5�����˪�4�fj��7S�(G�-fOZ*�
+�
�v$"���.�W��o���ϓ�y4I,	�w�}[\ȧ
�����Yz���:����z�I�Á�Q�؅��ѹH�[�b�Nxo�[�/���f�k5��&�'�QqP��
+n�9��ZC3 
+GC��
��!C��j�wXD��H�l#y�J������k �l��ȅ���4����fy��G����R휫٦�9��*����FsM��R�ܕKw�w�M�/}
���?��h�]_�p�ѰÉ���}\�N觥�wc�뽐��n�^A|�kܛUޘ;ꖨ:�5�ٞ2�5�-پ�)�|�D����

+endstream
endobj
34 0 obj
<</Intent/RelativeColorimetric/Subtype/Image/Length 130218/Filter/FlateDecode/Name/X/SMask 32 0 R/BitsPerComponent 8/ColorSpace/DeviceCMYK/Width 928/DecodeParms<</Columns 928/Predictor 15/BitsPerComponent 4/Colors 4>>/Height 614/Type/XObject>>stream
+H���yP�w�7V׵�j[u�jmQ�z�x.^(E�C�C�7ɛ���ȝ�
!r(��-r�pTvk]�ԝu�vf���:묳әm�V�  ����0���7o�'���/�/�X{��+�z�t�֮�������p���M������m[^���	ty���e�V�Z�������`	��k�&����W^����v9��@����Y�/�g+x����,!��o������*��ɣ��A��U���]�MMQJ�)��ҡ�$��ϬD�/,����: ��������!i�^I!Ql�r�a�W�FGj�d���%L��13�Shm�j]V�hR�������X�T�7��`�	�5�_^+0v�Y���<�51٩*<Aa�r^U^fNk�i^KlN��Z�{�9�^��rk+!S!��*������A0�ؿ	�����/)̧ˌ]{��U��L�����������|b����G ):E�]�5�@�r���o�^g�u���%��D�ir�UU��Hd|�������C����;ݩ��HN
+ذ.0S�9���f��ě��j�}�W ���A\�ɭ�P2���a��7�=��G0���k����M�K�OjN�2B,�lC(V�����3�k��'��@J�=:S���g�}x���׍.$���@0�ǫ�bh�)M\�,�KS��쉅��i=F�M��]d�i7��iz����=]D�5|���s���˷�>л�*���#2�8��,���~2���{a
3�%�s��Tgzr:�e�uAq���*PLJeʱ	�-*�]���q8������	Ԝ
+�%D~uep����Dk�����8+����+`čУ�!�DN��c4��bP
�����sz�#�9I�%#~�6��7y��7]�(����T�Q�%sZ�C@~DzY�LR�(���)���
�KԨ����V�0�Lj�+4*R��ZIy��A��n|��r�7y9hb#,��(-АD�&��_���q�![j�֓z���P.�pF�i!�v�Y~�����N(�n���A�[�#d�ߌ�s��n�_��U�J�M����/L�$1�/mv�×�xl��˚��L��H	��i�������Ix`>k�y{����de���a�g�H*`M�<��S�W�W
	��$�����%����gC���[]��Q�RGƟ����`��S��R��?�"�M�?{i�X�h9�t3
�Rr�i�8'c��㯗��v&�����f!E?��V��3K!�o���+��(���`�D�@�M=�����%�m�<>J��MϪM>I"��uL���-?�l�"&��$�T ��;F�:�>����E7
+cX����as�5�i�Ќ�����H�lC Hj�5y$��Z��P�y������\fN���_�onu-X{�v��P{ԫ ?6������1C��޽=oٿ��%_���\�I���X4��0�
���ˬ��tB�v]�5p8��g��5�_ׯ�ްȱ��c�H/�٩:��$LJ�p��rp��e�pm���$��bͅ�#i�\��g5v�J%�qI��0���޾C�܏޿�bߣ?8�u�/������@V"{����(��<k�ORJ��[�<i	�Ҷ�ݡ�p�9��з�,�BA~n](h�q͇�*	�doɁ�}<q��%J���������A,��Z,Ld�a���h�I�5D�kЬ�{�O��y��ýo~2o���$��I�S2{y#�ٰpK[�|�<F~��TJ�-�F����3�k��%��\���M��M~�Ѷc�K~!8�?�L���l����?�Af������Sq�2��9i?B�L3<�PR��<�m�CI�L�\K��|=�q|����/�~������и����ҡ�9���"}����ZOꉞO�B��Ͷ^G�@�L��#]`�!S�'��,��<e\Թ��1ƶ}���
+���&�橕�ɑ=�C��PU>	��{����.
+�R�Y��=[���O��z�o����	NI�Ȋ�z8N���swRSs�!�H�*��Fk�	��B��|n<�i�M�䪪PW��f���ha�r��������z�_�	
�W�d�C۳����>��k���:?�s�CO�������A���趛%�V[Eό�~����i.A����V���ED|z�D��),V"Z5��/�s��y��2��e�g��	M5�Q�M��Z��ׅA��9����Dzw��
���3��~2{xHpJۉ��5���_uMH`�����a)�����GZk"���麠yyq�nӚ�}�E�S�_��T����p�M���_mw����]�(`����x}�z'��_#Q{L���D�����gϡ'a���h�4M>�VY�A�[�kdcC\�{��G�!?�%Pm"�G�M^~!�Oٺz����ё^۷�gb1]�od���Kg���o<�[Q*I�R'w#$���*�j�J���E@-)U6*( ��PY��a;|I ��
+a'	al"����KG�v��Ꙫ�S�U�q�V�8��� ��g:=�9Ϗ|�{�{�s��~�&�
+��t\%sj���iL��#䜐�lx �U�;Nx���xV����"�P�t��!mF��޶�o�u\��� �k��_����y|����Q���[q(20%-�0�W�,E�3!K�����C�ڋ��K*Y+�h��w���Ρϛ�Y.ўnn�'�\.��������[#
+���c�Y�TbI	��Z��<鹷�1x/'8��P���OΒ;5s�(�)wj�+��X�̹�r*s���0�ǻX�Y���Ң0�dw�҅z��t�s��)�������@������ɞ��
+�U��L'և�q�C�Ջ�%��7�b�}�����2�i�\��Xp��뚰�!e�
+�Z�oG���cҍ��7�`w��P���כֿ�:ˉ#�pyh���m��U V�Դ��̸82��:���Zt�k���7���l]�Z�`��K���ƅ��uP'��⪦���@�Z����~�=:5=�"����BB�]���-C<2r�ܱ��
+Ƅ�@�_�p)`��s�#�����A`�1��*5�3)�LTF�ԉ�?ggK��H�D(�[��?�
��L"�FMg�c#w���5����K�������R��7��Lp�R���ؠ�WC��a��xae�g]�R�J<K�;���[���&ֱ)��K���>0�oM+As˅I�d�Leo(�g1Hc�o��d�
+Ryqh��4:��1QR���T
�6�X��իY��<�a8���m9��rf�[�3\*)$Q����f1>�}�E�>�=n����L��P����X�A��#��\��ҋj��Jd(�$����W9��'���q�j���Sy#�jhLF��qm
a	�5<�267���
+������F���x��uK�{i(Vén��q�S�͛޻4yǪ�U��L���0���hj�tE]���T4G���LZx;!>�磙�[�=��h���t��9��"`<���^��H�\Bs]�-��f�w�`�!���Kp՛�@Mo��ᣳ�*n��a�[i�uii�
��:k7_�\���2=���?�
+(�Ac�l�S�gp�Tha@g�9���<<~�\q�	G��r�y���o.�e%(�u���[-�6���(+	�}_2ЙSh|�L����p���l���R@��gDE_9��yB�l�"5��)?��n
�pW�
+�a��k;�{��5�M�(ḿ�W�o�ڊ��psp�p'�GQxjDآ'��X��,�2���NS��LhxC���RH�Q2/9��*Z��y"���<2�Ϗ"_�6R�ߦ$o{�;���Y;!���YX�\�HU(�Y��ScW��u�~��_A���2�Z^n�,�_n>�R�=�T��l��S����XS�{@k�ʭ�`�	����H *	9�I�H�:S�T�2�%43"�6�Z@�O��ޮ���m��1�Y������HLP7�ԶfD�sy���)7����q�`����=Mc�~���G
�ώ�G`T���Ña�g��yh�x��gm�xr�b��:�1��a�����/J�ؐ-͡�G6!{E��%!>�5|T�(׼�K��yGǜ;�JuJ	���]���2I�z� l�Г>�<"��F���.Ȕ\Up����f�J�3�?X�	1��ޜL�G�f/~Y�"���ࠑ�S�e��#6^��E���X�w���R'��̺+�&;?��U���z=���6}�i�s}����E(̙� �=�e#����R��#d���hQ<�t����e��`�����~��Z�4�a��!y#�"15� ߴ�A��WO�x�����i��eC�T�6�w���6�Eߍ�
l��6d&��HG*����oe{�k[�X@z���	h��'؈�&���REH������̗�֣f#=�;
�o��mm��f��Z��^���.��ȅե�k�/Sߧ
ۆ������X����R�dx���PΘScr��0�Ŏ95��<~�\��W����N?�\�M*/�O��6�O����>�ʋ�B�ޗT�Tʚ�!|uh��^��V@�?;���u���U���yg�]�͕���U����Hk��͖p�pT�J��\'���фå!��F���^��ؒ�����R[N��j�T4�V�J�4;B.��^�G�e`�y���9$�����KV��(P^��=����\�6C��22r0�s'M�ūK\�c]eNt`Q!
+s���ʍ/�z)n7�Mdv4.���I	�;�w�uV�_��<��+�@A�Z�봵�:�(�PPQJ�*�a
d!/;I @6H��I������j��;ZG�Gk;�ulDž��{	 ���t�����{�{�w����/�q1A·�X�����ϡ��Z(�RW��~��%�o�Տn�R���4$j�=j��c������7�1+KI�(/
+&�tx�x�͂��JM�fO�"��ڭ����M�$1���J�sޏ�fC�Œ@������C[7'�?�9ͦ��8*I;z�!zQ^Hة���d�qF�|Q@%µ�|\�
+���M!�TQ�c�s�p.�����?����iLJUK�����.�}7$���J��G����`-��cFaI|���W�t�s�:&�?���,�;P�b6����$���#�܁sγ�N���"@G;q�郷�l8֭*[.� �?��<0�"�qm,U0E8bME��	Kı����
+ᖐ��M�y9���~���5���5j���m�gd����b��]��K�W��(�@�'�N�\;R��˅�9��g�-��_���A�uh�Gc"���&���}c��C���e�a�mM���^�,�^���D@
S)��
ZH� �zZ£�C-�(�=���2:I���t7�c�ty&�1�%B�PH��est��aC�ҽ�x!fgUy}������0����7��K�I�<$A�꜏Nt�Kdl�oߐM0����wj����@ٱ����Xq�zG�z��;�h���z������v��₈0�օ���@Bu6�i��
;оT��`�;�/�.u�d��%;=�7וK��'/}i��>��`�%s��l
+�|�	�\i��������Jŀs���[}�����*�s�J�q';7{o��Rn|�]�$���Đ�V����J�Z�����(U�.!5�H��K7��1dzM���9DAMx����t�ھL�Ε�8O�w�'Pnno��C�TF,��j�m|r��	�J!?�:174f~.%:?��@F�Kc<��1T�v>~�
x����&%�x�(7�\YFWȅO/6����
��+��;;۽|t�`��o��L���(�B�3�v+�|8rr�3��޽A�O�
+�J�W�D1�x=%t�Bl��*�zk��>��eA~Ǻ'�k�0c��'������{&<=]㥩�a��$�� �+a&�E��b!%�x�'��1����bO�qE�����z[���f���i�,%�WS�T�8}YNٔ��?�x����֓SF;��X6>��I���.�T�0v,�j�H¦�ݝZZD�g�>/��֜VP�q����`����Z���!��f��,n*�w�Bh[�����iIT���)D)I܁��'�A����O���l:��Q�������#�hȁ�d�s��981��o�/�`w�ҮY1� 2ᱨ��<��f'�����
��ڶ#��l�5�M���/�ƿ��`�
+��"w6Eĺ�Nv�H3`��<*%�$�3.��D�3h�h<%�-OI���n�o�֏�r�r��MF.Q_���K�܈V���W�&��h�&��k���rT�S��i2CNma��b��r��9
�3�s���U�>=���V�>Z&?����V�0~]��qT(2��νz�y"��;L��>��8���i[E�P�:�j�=�z�3�l��T-"'Oөm�\`qᖐ�ʆ�Dn�ae�<��;H�y��rY8�e��
9Y'h͇U;��������:
+�P��k%8m�?�N������%�A�N��C��t"E73`
\K�Į�D ���zj*z��/߁YA�}kK�s�d��~�
+��IOx�B�C�͉@:����>��#�V�	("`IԺj����A��<`l�ݧ��gR)9Y�qBv��,,����@��W�Oӥ԰@�A���GgE`ݻ='G��s/o?�N `ƊCviy�Ҹ��-{�����78�9��SY0w4z�^��C3���p>��3?���\6���F�^$y����Q�����ϑxx�TZi-=Gfv������KƷ7��Zt���U�2���
+*�����%�Ԃ>����)|j���W�a�l��O� AG.,�@�5��X�8Б�0"��_�O�0$��ko�q!��H�_w����%��?��̻ż������+x��6I)����6��k�b�V�����A���ֈ��4���n+˸��RU�/

|����-eL!"B�V�𱅈��Eo����jE7�AdPJ�	�������~�p18�.���k��tt�v��m�Pv���tm���$�<6jd|R��Mh��.%�.Ox�#�6 k7�j(�V!�E�������=�8^(�+���`��h�'S�Ԅ�<5��z@�뜚ۻ9*&��XL��Qn��<�D�Ǝ5�؊��x�����~�F5u��/�h;���N�X�v\:l(b��*�u�"{ �ͽ�Ka�!���IHB���F@DT,r�QK{f�uJ9v:K=NGϜ�֙����&��A�����#_��-�����<�Ϗ�O�ݰ��p���m�^SMr�{粂�pv���
+��dtkܦl�1<�1�
~>&NV����B��t�0�Q�QE9Yl
+��Q���s�/B�!�p^q	���DD��#��`�lsä���;�����2uj��첯2�{�U �X`q��p��_���7����b(A�����:��|R���{�$�2�����X��:G��@��=ل��5!��^�poG<4&PF��#?��0��6�\�.�?��x�5 ��#�A'E�5�0���q1Hq�`M�����nL�д�:�Р)>�RN���\���xFSV�{��q��t䢍�	�̗H9D���U4�Y�s6���ܯ�:8f��ښi���/.��+��ۄ�0˕H��~�^�]�"��,��
+#��ď޽F�r>�yR�GPUJy/���2�Ti��2�gy8����O�Tj���;m;�@�N�33���'qh�!���t�A㱄NM��91��k�.ҁ��T����h�š�������_���|����aL��l�w�F�5�Qy5�e_���y b��k���kx�tG� =�5ވ�ގؔɍ����i)<��̭�OI�<Y�����=r�%�*|�E_��?2T���/����ւMKe���R�>iI�F��hH�����<l�����@�y��}TC�~e1�Z'�Ȫ���%`��"�lܩhT(�À��;��
+n��kqD�2���ww�	��&C��>���Rz��o��m.t�ɐ���sYA�;;P7�<�qp�ҩ�cx�c@s�8�	���6�S���{W/vx�3�2ר`��!+���4x�
+����^-V�Ĭs�];�l�]�V�|M�Y,�H����9��/w�
+8_�[�9}	�|�y��:a��S����f����N� Ev1Z��e	�<��������$b�����
zc��z�_��/�,,HG��`&�P��9��t��r��<T��N$�1̉#L_E�/v�|�_��ݟ��5mi��ɓ�`�ќ�k��ߧ�s����C����ػ;Z�)��2`�nt�d�#�2�Ҥ�&����q$�����
+xC�-���\6��d�db����C_�j������Y4�g6��^H�L'���;�D���Q��y�%�~f>ia���G�{�$�߽�V��A�.�U��8����7�e���H˿��(���ӧ攋�W��K2�&k����piN���D��Ů(����a6DX/tCa�(� �5�?�J���z�-vw�EIZ�F��k��u�T��)&��L"$*X������jQ�-�N+�p.���L���\`!5�����K|�冒�uĭ���ZUOP�=��`���n{��?ވ����׽��7"���MoK�(�ͭ�;'bpv��S$:<r�<\�5��D�*5V���M���k^.�߄�E�����I�@�h�������0I��k.fz��gw�r��K�?���@]p��ؘݩ)���EP�ƛ~-Bhw�Q�O��U��kY���qPO��[v�iP���in�7u|����<����T�V`ܙ���@K��O�M��h���a���D:2�)��U�ݯ;>�%%�Z�:5#���e~�",I��i�:jBs��(]2�"��k �zsQX&)
+����\�;:���ϗ�j����մJ���1ZՕE]tX�b,��X�"�ۖ���6)��I�����t��`��̏��*�����J��c��aB�8�:�;,��F��7H��W������Vs�{�ڄ����ij�I���W/�
+-�Q��;}j����@���M��C�*�ޘ@=�~(�hܻ�\�&T�T|0�}�>�n|�WV�ac�Y�
~I�������D�j����Q��Kc�[�6Kt�<[�`ʽ�n������d9�oeYyj�
+�n�A�R�-Gp}3�d�O��nS�]����)#DY�*�O,�c�QO��Bʵ0?$0�M�'h*�s��p��)���d�j-3�b�K<�A'";���
Zjl�1j*�(^�`�Γ��;���oF���+d8fo�!��2�֖����8�>!�|�;�%�-6�I.DRL{���1֦$��@m0b�i_y��>�-����l��ﴍ���2���c^�&�o>�d���Ϳ��F�㕖A�=�/�ɺN/�M����ʴ�䄓����?k�����ʁ���l�[�wNĠ,�!C��}��0�6}x��K�c��K�;�ow$�9p��q́�N�ɘ��I�N�A�O�g�x�\N��L������Ӟ��@]q��P�R�Y>�����tj���yTSW�/
+��u��h[�Al�#-.����  B��$$//+�X������0 Ā$�*e��㴧�t��S�S[�vtNmE`�#B$aѩ=��s����{��������>)�J,fz�媞�
+
��]A>'��Z��|kH��Ov-8VR@z�2}|��<l�q}k�b��6���N�(U�%g�1��!;���i��>j���d}M*7k3K�	��Tc.���6S=N�Z�и��ُ>G(a!p�X�儻�b����`����5祰�Z�{�o�SN���
Vv8���!@�4CnI�ydx|(б��X� %�R�px󧗑��}�۝p=-�Y�4���
+V��_=�x�^^<���v\T���sC�k�r���۟�]�~�{��/o���H��6v��N--��SLo6=Emm7�����e���c�?�4��I��*y<*������8��À$5��߯���!Z�J����%��Z�Z�9��~[��A����m�s��#������sA��(JYd����]0�z����$ΑW6�^-�`,�["���ݚd
~Fr��ܶ�ɜh$fPg+)�=�t�>p����rc�Ƙ�HL'��&=ٕepb��mM���O���{��'`���v��p��V�³��I�ͦ�U�!�-Dkds�z�NdG)S	����_�Y��p���v[�z��C00l�k��)�������5?�:G^������B����
��,#:D\Dg�!%Z~J�����&���Wb�C�T����R(%8�������B4��)�l��թ�Z�0��<)Dҋ=e�E~�D|?1���Ѳ�v�u�L��[�z���/s���B�n��7�Btg�"&R �R�'m�*%�h�$-%��塕g��0tA��}�@sӳ،�B��<8z�@���(�f�h�H� &5^���(��)��nj����sP�ä�D$�K�x-���R��Nq-�'
+��c��wOm�G��V�t(��L!��п֐غ�+.�����H�,����e�LT��ɭ��Iu�Ck�J��Fh_N6�5j
o!��$�-���s���`���ukͶ��tZXQ]˞L=!�`1iH����%%���"�ρŅC~A�woӕ��h���4c�p�h3��13�E). RO�@̥sO����۟��o�v�b����Y�\*x��ˍi4�h�Njr\�U�ym�?�8�������[��v)�k���� �S!���TU�b���?��c�~����E�����S�C"�����d���Gbgv�.H����lav�̶�qv�����rF&�i���;�&���'or]�������~�~��k�x�X���5Բ��b��P"�ـ���%f��_�~��48��%�b��e���t��jr6�����M軦��Et��(!ե��H'da�*�=�$ d�O'���|Q��}�ז��2�uU���4��G������ R&�gμ��Wy9+\��T₄"�6;�B3�K�⻎�|�5@I&#:�Y��@�L������0�J_f���G#�ȳ,�j
+�7��K!�xћn�ח�0U*!'�/7+�����g���\�]KL���u�@	��?iW�K �(�n�dpٴ�_�����5��a�KG�=�,T�@���(�f� H$ܟ�&��i�b�Q*�'O�@=�W�A��Im��H���Y��W�/�O?�>�cڢ#HTS�k����O�ma�_kH�i�>��h�(�f��Kz�S䕪�F/���zF56�b�ҧF���P�{�������{w76���t��*uE���L���Tz��9��v��)O�i�����6d��"�7��݈Q-�8���^��+m��n��h�.�)�\KBl�g�2_2���1�ˣ����v��
+����mn,)&G��1�|���+L��'\����Pz#���	W~�>j���|����b1��)��!�[&�SQJ���4���x~5�,e�/��ݩD�4ȓ����Pn ����&�_��ˈw�����`qD;\A�֗�^(���^m
iPxa>��i��
+���!��ա�g�<�ԋ�*�M��4?�	�/]��qSX�#�
�.)l�ڜ�)^��'h��*��~�/Lѱ�O�����#��߰���<߽+X&���c�C�J�� �(Vv`��T>��!y9���m{J�v|_Fћn�ח�h~�ᓝ� ��9�=>�u�{�Q���1��5xO���'}I�)�A�y<64���P,��{ǐ�s�Pӧ�=J�~H.O���)Cj��b
+����4~ݟ�<��s��P�+XK�ޮ����!�	
}�+�#�	�*:�����fCOO��!=G�i%0�(��2J-�VW�����@uUDxu%>�MJ����\3`2{{���'���"���}�����Ĕ��*���#��O����r߭N�h%T������M�N�r�o_��f0���߳&���b�†�,AT��:�?��,�}���N3�Q4�Y���{�Y�cy8I�\�u�i��\J�8%N�4�(I�ȑ{��l)ZТBv"Zi?OOi��3�è)�j�����������}���d_�`��6�N:0v��NN��T����ֆ�s�Mj�4��>�������㹬��s5pO�^Av���A6��~]��֊^p�Л�|i�e��ٱ�S	��pd��љ���vY�=���G̛�w��'���.AЧUM9Z�������>Dz

���/�ʒ��`'u˲��T�+���M�G��9�¹��M��8h'���i߁�[9��@W�r�lh,�@g���w�θ�	��|�{p �A:l���݅IM��w���=W�X�ؼk'��`��Pl�����\�-��N;���=z�fq����bo��uve����מ
��]"j?MuH��Q�&zm��:���Qkzjͺxz����JD)! ��ڏ�dرx��|?ǎ(�)(�?b	t���'��o,�@Wgg��9��q����&
]�x��]۬p>j�(Li�<�*>o�{מK�A<����x
+��<�á}�##��y�t��H3�S��=��B���M���-�u���)5~�s����.���u����u}�Z�-;$x�]H𴹗�Y�rh�e3��%���Ƿ���
a.e]��e�d&�������|+X,���ϕ�6e�t����qV��W�~s�9�'�_���:��@k�	~�_��t��<.g����j�X���u����	����!���|���˫&z���H�Y����ZdrH����5�Zݐ@9	�W�̭zN```````�4��.�C�G܉Bבo���wd�b�fh������4_����͛��<��7$P����@����	��@��@��$@���"$P���	�@���	��@$P���)B����C(�;0��uf]ƀ��Z�|B��u2АFr�fO���
+6q�2\���k\����6΢��M��ik��t/����ć�G��I�z�p$P����I=��ښy�Ϣ��mMԒ��@i������r{�`��t�ɽ�hs5��mz��V��u���9Ԝ��j���������]�|�hm�<fj���W�YQT��������H��A1�ƛ0�Ȕ�ʃ�
+M�eDf�6y)y���+��ߧ�9��*�&
M����ƛW_2�4�]�{.�V�k���#�r6�JŅ���v݃&�?w�Tg��:S���e�Z�$/"{�S��wJk����e�ጓ��:ܳ׻}"u��22ϹުFz�=�T�xO�Zm�1��9XO������f�1�b툋,O״t$P�����n	��<Fo@Y<mjU]�:�5Z��}���xM�i��>��&?I1�NX�u_�h���x�Dtz�v���L���ò(��
�k�ş�6�rEqi�p���Ђ�3Y���#th��z�/���}(���^��L���]r��ݵ�ݨ���h�Y�,���k-MaL�q����`K����P�&>y&;B{��Zi�hW�͏gDO�Q�2u�zU���PE3��
+�.�Z�=��B���˫b�*G�V6�d���r��2-T��qP]
+�Em�:H�����k�*vh��ط;�ķ=�[/���L�Ѡ�zf���y�潃��6��$�Ԉ:p��/,��fȬ����2�7�g{r���KC�u�{16�.�&j�o-`���9ކڞG�ֺ;��<��u;lz@]�j���@x�TۼqGʡ)���Q�q�YYV�t���z��_�F��()�KOY4C�gKo�]�����5m��Gu>��k����;v��G�k��0_��J~�&z �֟����#o�&)S�;�S��Q¼��"�����w��2�nhe�߾:ڹ��R|�5y�&3���
O���k�C
+?���=_����W�U�'�>7N�;Eo˩���T���gU�[�+�9��1�%���_�A/臼C.sz�d]�YXnm/_��]��3ךgL�we�u>�%B��Ev<G����Z)}L^r�j��{TVu~���3���������t�O�t��=sߣ�y:y� ����dp��&��3O%>�M\?R�4���d�Q�dZ�/7=�*�?R�0���!���{fwmȰ�2ѵEI���XRk��"vO��襤��(�R�?�oj��ryL���Z��r��U�PsUܯ��l���.A�<S/|H<4y^���֗���I�������d*la��ޜ�h0���~�y��=��}�
+�� �L%�z�L9<΍HY�r`Q\4m��5
+/��5�}1�/\dK	����QL�r!�Zxލ�W0��"��拾�����8�6�JD�����j������6Q��7�?z;��܆~!�D�I푧�3cs��	���י�'G<���zm�!��F�k�x�D�Ͳ�zֶGѵE'?�c!�*�z�yWJ��^'G�Z��ٯҰ&�4zCV�	����øv\F-���j�
+�e�R;�R��Z�hYܵ��DA�eGDdGV!	aϨY'���������<ߏ�>�}�y��r�?���״�~���'7$��f�3�>�F0C�CY��ʪ7�u.�A��t��
u����e�Dž>s��d�;��`HyZ�Y�������EŠ�%%��lb0.���,+B�}��;���0�ȕ]��Hv;�s6s�|MeN�L�H�/�|N3r�͘�*u"�	�������{�mAR
+��y�܂�(��]�վC�1)�̥�f��[���9�s?��Ԉ���ƻ����L����\�^��
+֥�ҐL4�x�,��-X'�=�ʙy��%N����9@��bFz���4�j7$��D[S����R�n�ȑ�
�yܪ���vX�Ђ �qً�}2n&ZJ��#C�'��$��r�WĪ��z]� h���/r�w;,)4�f�'�Ļ^�_ ��8�-M�WM�b���iЦ�-����d`y����U??F��4�'P0`��C3f,�f��^�[�?�EY���t�&H���n�JZ��OH���<-��m�{�L�Ӎ��oIRSM�*3��o	��둤�.�����1<��&m����d.����I�£��ֳ�<�O�w�`ފ0}}�<&��s���+L�ڕ��F�TQSKB �������䮐X��\ճfQ_�]����KA1Q���/�(�#�F�w�v3��}K�or����`⸺~��ŷ
��X��~̱�FE�He-�7����F.J�	v��3�k��k�Q.y8o�sj�m���Z���2�aR����\���o���X�v���Q
L������]k6���+�ĶiW��g���%��k:^�S{y`����v��L�1�y<k�=�s��&�qA��Q4���.m�Ar�.1��Vh��pi�5�-��g=а6��9��j��d��b�!���̮��m�k?�T��k?I���~��L}}�vM������f  ��ڏd�Xc�V	/�jv�k����g�v���5�%,�����#��?آ_����@U5�Mk��p��^$��ә�\u��O��e�#X�LKb���pKS=p�04c�(��CG#A6z�Pv�@�dNCR忻j�q>�Ĺ�3ѫ� 	��$��4A��ێw9wǘ�>��7�1�UZ%&��}�.�Z�e]��yA�}�W��>�k	ť�n��O�i�b��>V:+��	��K���h.�d�q��Y+�N��6�뜟
+Bwf�PUkg����T���CYn�E�Z��}�H��'Q�~��7
+����nyC�O���C됦���/� �5�|�D\.�w��fwx��9,���s��+�K5!h)��!�.h�{��fagDL�M�l��t��6�(c~���G���
�չ>�6��z�WB�h��������Ƥ�q�T���q:}����$Ppu���U��N��ڜ�'��+/Z�do�@�ZTbO2
�cz�kA�����L�0�E�l��"�2p��������R��G*�gJ)�����o��v��(Ws$�H���n�7�'@ۄ�tl�������y�\+�]��В	�u!�S
����=�$G�+]!:r�oSg���ip��SϷc���fz�N�T�Ie��V�3��CA�|+���B̿��IJ�6
z���b�B� �h�Y�f(��z�
+0`h��%�0����k�
+��|ƥ�uቌ���ݱ�Sqd��I��aY�G�����CY}Z�~<�O����9}�i��v�5(��n}�I^�/�9�@�,�k���K��-_�Y��b� ����ѧA�Т�B�Y8�}E���W`��j��.��>	�_�함�*�!�S�@	3�?uВ'a�/7�j�ݼ�B��'�
�E�2�qߕ��gJ�@U�W�#�G�Ļe�:��T�2��G8�KD̗\��N6�B��	y�D�&�R�����[�f-|&O���w�$P��
Ⱥ�
���	����%P��Ct��BVĶ	w^�)h����FZ���$P����u���t��jٖmԖ��E���lB�.@@hɀ؏P	��@�(����مfv�ZkkJ��%��a9��E
���"��y�?
+�����F(b��j#O����>��*>�ģeg��p�0�
+�U�غ�K�
�l���tB�A*���aJ�^ȼ�U��?#�	I��|�K�9>��9��N@�|��]�t&P)ͥ�����u;?�x�$PܟN�����)��3���˥��-["�'F(B^�91�o���)H<N��h�|U��.�.�D�ǿ����ߕ�� o�-�q�X���Z�X&\k�?8��0���N4��x.�(�֣\��f�{��6I��Ǟ9�	TÜ��k�Y&.2�����a ���^�%)�����I���x#�{�U��.�|?�K��j
��N����ٯ���<�7 $@)���"*�+��(��գT@m�[Q�Zkud��V�e�
G�:E�RTP*T�� ��`���!����ɒ@��iBH��9ω`����	�m��ū9��nNiLif~���=�rLֲs!���Z��#O)J���G�7-_�gd��˵�
+�EK4�1-oҍ��ˋ��y��T7I�,�W�o��|d�Y?M���m����KjK����#�`��3����`qf��
�~�=��Z�ֹ@ir���(���~�0]~�q��GR�x�m[K�
+�� �F���[`�%��9G�;E�S�������!gJ+�s��\��3O�l;�*Qǭ1^�U}<1��+ժ_�aZ�"t�F#�Ld?&�H?��4ǎ�LB�Z�>cgŭ"�f���p	�:n�2�u(�f�g��35^�e�w�P�o��e9��sj̞�7
+�=�ׯ���W�<�^^�4�'Pww[�d��lK���'�m�Y��Z�ʐz��W6K���$�Ϟ�)Nݗ�;R�浙&r^O(��1��c��&~�9(5#|X��k~����Ub�7~��������M弮���H*P�ʸ�8�ڦ�D����p���,���t��7�i=���!�C�4/e���������16�$������T~QU���1��u��y,U^��j�޾˵I<&{宬�/&l 2<���yĐQ(1�2Wݶb.լ�������8��/2t�D$-��Ǝ;f�.���T*S_��A���$�끼�Y�>׉�[%�eeSb���������n�)��u=�(�ڢ�)��Q��ų���	�E?�k�?]KZ������a/&x��Q�>��砫*�s�ӥh�G���
�MG�n��8Yy�<��D!m(���tU��ws6VEo��t3p�qCY��cN
+{�Ҥ��.�}�D_��Y��f�7��@��љ�u ��O��k�٧NqW)W]��n�c���d��}��[T�K������l�
+��$���O��r����@��%o��q4��d&���Ko�n�׍�����j+P��|���G�f�������]]�s/^��P����a7
+�ޯ�ymh���d����;�Ӻ�z����j���:h�cv���[��WU���~��AU@�����U��]7���H*��sf;����A){�ZP
+�.�ew.n�4�vҘm����O�w'~n3ȴ0�ګn�*����)�.�=&m���k�򺗰V��c1���׃�Xڍ|T�9z1�����G��s�T��hV���	�?v�d�~X�f��g.aI)m���|B�>�lr��27i+M�uoz4��� ��ÿ��x5��*>�t��zr��v^�K����^�;G�|��sI�jE���,�ɬ!�>�����W�9׿�s���drjׅ��a)Q;���O�A���H���e豗3�0�ೈ��wޠ����
+D��߮}'�c1�|�W�ML9���
+�� ������Y�d�/��d�ԛsue6��hI+e������9��T�Ú�U�q,���i��Ayy_*PM�u�I�5.`�]]�jBa��,�@֨�{��suw^mXCO�E׎��P�(h	q�.��˕i�
e|���f�U+��kn����|�1�p*�=y����0�6A����
+��@�P����2�@��T
+�� 
+��@�P����2�@��T
+�� �B�K>Y�	����P����@�.��|�4�������?����r�-P������?����]���P
+��@(P���%�@@#�4�T<#��/��j�{���P
+�4J���G���3t���P
+�4��
+��@	(P��u����m���P
+�zM{yZZ�^+�at�f��@�����^�^��X���:'��b��x["[
�/UQ�@�/_oJǼ���m��y��<X7h(����P�b��^���&��m}�;���4m�g�۷���A��@�G���C��@Q�����y��<X7h(����T�b(P(
+�v�1oߚG��=����wJj�]�G�잟�����'�"��[e|E��?���M���2(���	��;�!K9��Mշ����?_=���������5��
+C�o*]��1ס&�o�w�@Pm���ٹ�{�د����qe����?��6�?��h��1���l�*w{ǧ:�Fq3Fݫ�oɍ@pcؔy=p!��|�I�ov��=<uE�х�?~9y}�
��3߯l����k�<�F����b�����W����M<O���R5�p݈����K�N���^�P�uC�3Y�
�j��xlP{�AF��ϧ��|o"(��]{yZT�]���U�̿��JY�|*}��RW-?q|x�W�Z��c���gR���14�@�(��E8��B�o�-���ZZ��+��#�j]g�$đk�/�K������--���-���l#�r�=�h����?��Ǜ^�O��(�3<I>�L�j�&0k�Os�x��s��]��ʖ�0�<���1��C	����"�����_&`M]Y�ِE���PU��!0"��"Rq�-@U��E�θ�iEGTVa����$l	��تUVhQv�@bL���כ�S��D�����'��w�=�{��������2n�7sM��������BO��/E�i攕aK �Pf�+տ��:>��W��i�J�w���Ywq�XÞ;�/+tz ��(&���M.�y��-�?�M7��Y�'��ݚ$N-q�>l�ŏ�ϔp��&7�Y�[ZQ�i�����"��-D�`��3�&�z|��L>����I���܆1�IIs_E���h���of�6�L2�$�hzE��O�9���hʲԺ~��g��s.>�,|�ΟO�CE0Ӫ�o͈�ԟ�C4���|���T�0,Ϲ��zo,9�J��!n�Ɂ����K
]�)"�9(}ۂ�
+�i7́�ۜCYIΡb9�`�gU���,�Śb�m$�����AJt�ec^�":<z��?�g�8��p����(���0O��K?t��$���ϧ=���뎅~F���'��ٟ�緹m��ԃ".vO˱/m�d>�u˗9{�ھ����k�U����M��(j��Y�x�ց͠D}m�)M���E��t
+���m��a�$�
�Oߨ��=�5�w���|!���W�p
�ϐVC��#�l
+|F���hQgR�0�J~#�7č6���`W��C�%
+E)�yE�,��^�?���6́���Jx��r	�Ht֝�`ۥTGiA��LA_�{�D2}MZA�Q�g��Z����0ޑqW��(Yb�_�L2��qi���
�=9/u�KQ�B�2���u
+�|圷��}x:I��k���w%�m�/��
+_�;2��I*�����eNK����nv�.e��3�s(Jހ{[�7S�V8�!����yEcA�$s�'��Y6��i�K���G��/U����|x����3B����夒�k�T���v!k��Rq���J���s��3~5����$�Pa!u�'��OhO��t�]�F�
��K�J}���1��.��dPc�绠���I�\�Gi)���e��w��SЗ�����ߧ�북�W`�ګ�;܆�_��M3�X�|�O�6U��i���a��8���B��nI�3i������@u�I�p���y�g���Q��o�$\�p
�O_?\�)D�����hQD�fΟg��Ŀ�/����A�'�/6��2����������E���A˔S�c�R��E�k��\i6�T�@�,Š��0��"� O�{��j4��(�b����VZmy՟�6��c}�*���Y	��H��^ŗ�YUϩ��Ѝ��I����h}��2 ���@�%�e�I&�F�x�O��#�v�8��O;�u�FB׆��Q��M��"k�ܛ�o��-�ټJ�F�܏�@'�	`.0w��0��/�I�^���t�F�7(8f�x��\yWՌ�Ą���7���r���#�Z�y�-���c$P{Wn�&*��a����[�T	49�-49��`��ua��Aq;�F��K󱎹j�Y��:�ڿS��d
+7����������1�_��F�z�՝�K�B�iH}Ǜ�|�-�����!�����Ǫ�˽0��?�gp����(���0_��K?t��$���ϧ=���뎅~F���'��ٟ��m��z���瞤��7�GR��U8U�ɧ"�W!�p<'^α���լ����
�����d
����p�ih�|]oz��)t���;� ���IIك���{�o�O��^Z
���z�kS�!3]�������< �zD������bBI$/o��T��@���S;��*g#E7A�����1r�k��.�q�(�����XD��T��?|^b�t��<&�TᲐ�R?�(N��}�%q^�(J���߮9Ё��~�\�h��� �B�� n#�Nm��|��q��ݲ���m��c}V�L����ZQ��W�.��Q�.N���X'�|���ѸgS�'���#�TD�6~#k�K�$$��;95s�Y���ft�!�R�q3�$�L2���H�7h���/�W�����:^���W�y{;؇��4��\/�r^�Go�܏�@������ހ
+�`Ѕ>�����?
3�������͵��l�Q�&4�J�D��ݖr�w�섣��Qm�W��9[�&/)8���S�T�h��|w�r~�™������vخR�D��L�o�co��V|ږ�)$͚�֌�N�y>D#�m�l���9���+�SZ�`��<A|�$$a"��xykӫ�.�\���q"��J�J��L\Ԯ�&�@]<�ɮI��*�_�ǒC�J�CY˻f�ץ:��
+`��w'Sp���2h�k���{X���b��K��/�Nb��o���)%�.�y�i�~�ǥۮn�\&'|��R���m�/�e"�'p|!|��)0.�!�<����\P}Vx�$��~��C��q����=�3��V�hwQB[�k����R�����h�<+��Zur
��e\3(E
+��a�ܙ�����w\�2kO={x������������7�ҥ_9����&���U�:q_X�=�/�M�<����qJ����������-�����3S�����V��&\���rJw�q�D AQ�9�V��Yg�A4�qi�l�#���9�����͗}�'�1V+�u���!(���\<bþ��-�����T!����+L��9e�?��<T1B����򩛺�����Q��|V8$0GK�w�bCۃ�֮��	���*q۶z}���K��d�g�m�P|'/^��r���zF�
��!��M*=���M\�.4��f�I��"܍�3LXfԠ[VLViMs��B7
��=�)���Ʋrb�/��U�l�A�/a�ߛ3��V7fϳ$d	`��R�µ��p(rtgih�,��z"�"�^�� ���c�mG��!
+�g�^G��*ٜH�9X-���[�fE�*� �Od�;t�
+����E�BU�gH%^�_	��
+�,��OV I|�W�l��"�P�q�|f$E�V��(��,���c�mv'��LkZ���ЧH���
�7���o�`�z���E�^��x��;�I}�c�G��������.�–���K�>��(�6���٢5�t1}��IE,f��gV)=ڗ���
��%���7�@���e3�IoZ����H���A������gJ��vT�șqg�_,�~I��3X.�V9�t	�
s4ڇ�j�\7����R��@��YO&�E��?N�s�~F̼D�-�׫3=��('��t	T���`9�#�vYM)�j���s�J��Ƀ.H�}��PQ4�7�G���?��[qp��/���8�e96���7��'�Xj����\��-��@ڻX����� �$�]��v�3�w�W/�w�K:&�GÔ�h�ƚ�.�cSۗ�mz�r3���f]N������b�㵿Hi�����Az`O �셜҅��7��C9Pֆp/O
�P�a�S��Tb?��\��#�Ӱ�B�:��pK����sҺ9����˴��7wH��:y���L��,4�N��Yѣ=>�~�>�/A	��g.�L֐�Xɴ��,�μ]��莆:ތ`!����+L
+:=�����{�=!��i���lN9g��cH͖HF�Nk
o��B�6��`���A�����*3����mu�g���\�<;�H&w��ޖM@z���h{�#�എ�Cz<B�r	�(zl��������=5`�X5L��k�c�W�=�q1�R�w��k2@��32C1z�3#�(�F��Ԉ]l`Ӑ!��oFy#��:�VN%����d���ͳ��Em"Ɵw��c������΀�����VpG��N�H���^�\�~H�Q�q�7�-�lҰs��8Y?�iM��O�@�/�=�{����s��Z�S��k<�z0֏��;p�o�=�� �'`��D$P����?%�ܟI$��g��"�:��&j���*�ƍޞ��S�z^V0B�H�$v�j�P9|2SƄX�]}�<�B�AK��	�X�����(&ƪ�e8!
+�t�Hڜ�b�k�8efu�r,M�f�
v�F��Mjh�R�N��&5��=���dhJ	T������U�/���:^KtB���]��O̼����cT9�~�����+����xѠ3Q�~�w����(�OA���s*���x�.��I~��p�I�<�DžDW �q���e/��q�������Y½�]k=�o���	/Q����Rk��Lۍ��#}��	w�oUn�����S�.����u�Ґ�Sg��X۰rF�=�[��k�ve��%����#uF�*���@���CP��)��.S0�z4sy��ٖmYsZ��}��~�+�>?�|��7��l�ys���t�^\|X?�Pb�ٗ��o�k������R�9��H�F�/S��ۯJ��"\����o�H����������م�������-���8*��`j)r�{}H�m�x��~�F������E�����v_/Brg�Xb���ڥ5�*@���&�Z�5aͷ%��P��k'�Q�����EF��R�fp[=w��&�(�����0���c��-a��w�G��������݃t��'Z|m����6���8%�>���aq��I��������\�k�l����S8��#��!���-���5���>U�r߯��3�^_�]�K��r;޸�k+컌+<�x*	���ܵ�j:53��Ч@d���C�7�Z�+��ܒ����{TZ�q�Y����ʟ�҄��П۩+RO�W��P��#�t����rs��gbJ$)�g�S�.�{��/�s�[4Bw�(Bb%�A��L)�������_&PM]i�@�AP\�bqZ�( �Ω�RE�M��� aS��e�*�����"n���(�]:H#��(JXg��H�#&yan�hD�����I�������}������-�x�����<�;�n�������a�oqdv��Q��'qnl�P�h&�.���	@E���8�j�sօ�S$�Q#KV����7�sY[=��(÷y�޸7�V]�<���b5���6g0�X5߸5߮�z����]p^�8����%p]�"ʉ=H��RG�ݍ}$�����\t>����n��`������zoĂ�u-���7*�v�A�_jUW���+�j�Pc:��8�o~^���A�>_q	J@��AE�bV�-�L�[O��cg��G{�I�g�ے���S�;�������ܗ��3cU���GL���������R=�g��({��}֏
+�]Wd�Pi�x�9�b�;'#RE�=:�u�/��qG���–H�/F��N�!N����_�V��G7ڿ�:D}e��l�a�&���i�m��Ӈ&�.�c�l�Y�6�5r{���{��W�Dy>-9d̠��"�\	�1\�m��.�-��qqa���M��Q�'�z�]W���/k��&=�J�7�f8˗�߬�5��j��py��:��֎0�g�|0�&%��e�I��_}��)Њݡ9vϩo/��k�5��"=A
�Bs�c�k<}���a���b@��2����-��B���@�qǕ�M�YJ+_��[0	���c�_H���TH����z�x@'���C�_�J�?��TZ;s͡�غ��i/�V�$#P)���"��
+� c����\ e��~�X���~�5r�-~'�[C��p6�bZ����q�}�A�[ȤD^L8ׄy�˼�$�ip۽j��	����I�E��Hf�͸�g(�fdab|	\KM��:�'�y���C8w�x�ۻ٣>��o����n�S���'�ue���s�Vz����B��;��M4SlC��i3��Y�n
+꽪�\�\�
+��;��`[.���$���c�;��� |�y]�3Vu��\C'��nK0�X���.�?<I�p�PD�n��7�cUz@
+M�gR�¦���f���{�D����1k���������6�܃S��>�>�P�-H�a<�������c��;��`�����K�S }BWN����]��У�vߺ’��3k�b�s!���"NЯ�gR�;7�JQ��'�z��]��G�1SR�T���\¸o�s#š�=\�y!�L�����ď�=�������3R/���d��U;sO��=�����6�
+���{��.���#�R@�.��3�,cѧL2�$�X���S �����9:�_�j��R�T��y{�H�
��=��:G�5����������
+�Wþ�pl�xz�l�L�0l|$U��T�U��0���$-H�T�&$�������#�*�u�����ò���O��,�LO�G��V�����$����|�'�d���{�ƶ4�7cs����R���A���������k|%�Q+�Õ>��+4��A�K&�؎~�\?n�|̈_1)�"�X��b���q:3�G�TdR���j�g�R
.s���)��;ڵ��$�T����	����cdɪZ�i�Ξ���wMRς���f���޻�H�%v�A]���7�u�Qx���0��9#+���-����S�(}�����M�qV��6Вf�ۮ~�:}�)q�xB�������o���h���i+E��n�߄m";�qh����sh^0n�H�q��I� ���[ }��6�H���CK��~�$�r
������H|��L�C_
��M�z����ؘb�L��?y��m5"��;� �(���/��}R�c�(�G
+�5��w�͓p�S����D��M�h-��XΧ��x��~)�dR*�q�I����Ϡ(�d��W�;��v-�z@��̀��xiql����/
q#�}9z����
������ >ӆ�%I�s�j����5�+6�i긹�Ƣ�JMOGg��ZAsP���q"YŰ������4�!R�@����+n�>G�7�f���Lo���I��S�����I�2}+qnl��I?�Q�"�����>��z����Lm@�� ��*/����c�_p�v�>L���v߂H�d��%$��S��_�2s�����~R�{��@����+���/�Z\��"��7㈍\F�WM���
+i�����2�Ϧ^�o�x��˱NJ:8����?�ġC��z`ٕJ�w�B�M�=V�?��%$�4��-���wh+?���;4�A	�ḽ�d�w���D����Y��l�z�H���g�/���1��Z�������/�ک���ݳ��>ۆQa�*�������=�}SN7�\�fR���称�����_'PQ����ʭܗ��D�4�մ���5�ִEm|�h�G�5}�6�4��G5��V����1O�D�TQ��5���\� ��?�;���첿y����0;��s|�,/쫫O�Bw���8�^fI��j����K;�"ͪ}�ɰ�v��P�M{�e�evX����m
ɥYt޿����#�D;�4��G�ON���/���_�(NKk��Z�?��&�k]�h{�-T[��/7]�����~��w�r�`Y����z=>Wri�ǔ!q[�+�ï[h��r�}Q��qv�/�^��2�x�.�҃�}6||��'�-��ZYz��Hs7Z��#���Ҕ����H�Ԍ�5�K�g���;�=�M�_x��Y��ĢTE���̈́��%�����4�x�IzQ��h��ru��>�1DU�yd��bwyQL•��^��M�ۨX23��'�#��]:���(y�c�8F^�|h���~�-u{R����r3�o�]V�u숿i�Nj�y�hd��YF����f?>���i������_{����h�F��,�O[������5����Y�����p��o�EK?O�~?���*����kr��Y������g���y,�������1t��}���Pk�{�*t�������Y���Y�&/�Z����a�Н�t�	��q���,z������j�9�����u�kC���I��[�������ұ��F�ǶOE�����:+��=�_�q�{ݩk
+TO���y�3/L�y�W���Ur:tu�_�W�n�{[v�@�O̼켄���G�)��[�������`�XU�b��������i�e����;��FQ�����:�Z�(����y�_�4���[��i�{�ϭ^N�VI�w$����yC�<�yZ��ri�fޗ|�����\��N�pY�����,����t�����|�n�����do��+0�~[�o��zmi�v�����wv�*�fT�0R�k���~��ΩO��o}��f���9�E����I�ƫ��)�Vh��Q��Q?f���Aʆ�=:a{:2�Ĺ�E��N������߬�rDZ���(~�D�'4��q7����Ԥ��g+��Q���*to4�+1�n������I��@W�/,�|����uuT�ݝ�E�Z��7Ӛs���8�;g̉{�֗�M�Ř����g�'������:����[vy[��-/�����i�6���?��s3iŖy�
+�M�%��U�r���c[7Ux��������q�O(��oܰ������u�ߥ�m��m�#�w�0����Ԧ�y�Pe�Ҏ��U���)y�n�>�
+���ק���=�z��\��Ha�huY��W����|�O!O����,�u�'UW�l��۽��
�
+�VA��f�
+���Kp����^ۃ�g����r}rP�(P�
+�{Rc�iቭ�r����^ۃ�g����z}rP�(P�
+����P�� �S�E��������IP�(P(
+��@ (����O��W�[�%�����
(�t�/O���@���X
+�O1�N�'@k(P���+�`��2�7�5�3��7��7�C�	'�y�s{���T��{����
!�,}�E�[��Ӽ�#�$�TqZ��'VG�T��eZ��j�	djX
����F�j�R�j�gjYRKt��"%~���#2��j�ak�1͸+cz9i����D��`(�K�Z���!>�N�`L3�M�[��"O�ܸ!O�AM�I+�Ɠ4��==��� *b�㸳��8�b8P��=���h�M�q�����eDL3+b���=���ɍ���P�o7VmH;FԤV�aK4X��4�L��8����'T'�q(P���+�`���X
+��`(����Vh�Hr}d��N��tm�X��I,���:�Zp�y��A�,pE���-��)��r�YT��'i*�j�p��2/��`hB��ߑ�u ;�����x�	V��L��t����
W�O��\�57��M]}�br�i��v?�(�54xz64��H�ˈ<�ǁ�l����������k��7����pj8�F�U	���<1�7�Fm�q(��ӽ�>"��*��w]����8�,`��. �Oׂ�4=9t�N�5���snf{P��̜������gv��'j��RZQ
+��W�����#�0����ZP��MNS��ė(n�
+:���U�j�
@��q���3$�@3�e�I8�^2�[����p��0(P@��79]�r_��9@w���l
+,4�O��!��[Q�����Ge���x�Kk��&~�mMhS�m_C���4r��'�Dqs�����l?a���֙����!�:8�8R'��0Lz3`��~�*�iH��oڪ����?�@����2��Gnڽv��]�c��(���;���8s����*�S(7�B�^�fv�
+6��`�OG=�	*�l���!��?F���M��;�X���@���`�Q7|����SD�����!�t�������Yv���~z��ϧ�w�f=B
+�oOe�=I>8��%�)\�c�5��7�Z���ґ�S?���e���]���w�� 2�Y�6��[�p�[Y����g[{G�M.o�g8#S*2�xWY�E�MnL?v@�ٹ��\D�M.ϸ
W?#��?���T����@h�BOH�DPQ�uvm(6С�8ʈXpA�*�cA,�Xg�A���8("��CGB�Q�B2��Z
+lv��[���-����es
+#2�����Ӹ��3��ev�>����I7{Q�?����wjԥl�&����]B9�I\�����}'ɰ4U���I{VI����n�@�Y%Vd�̶O|��]G���U�e	��Zf�Zfr����O�*u?��+�!
�?YУ�V�Ƈ�*V�l�~5�bZRH�TWw�e0un4��Vy�)���ʲ�������"*�g�ӳd/����(Ge��=<Z�}�Z��(~P?r�_6����~4�{ۯ�=w�?�~ϕ����,<��kV ��$���T{�0��������b�Wh�[,,���8{|����!ڎ������m5ܟ���h��������,�G�H��*��Lf��
+�m��o�VTmz�X�Ai
+��n���\��6B�{X����_�XX�F7̩��
����v,&��u{kH~O!@��Ȝۮwqs��c���€��ﵺ(ۆj8c� ����<j����F�{pH+��-t��F�/������@����(��A�����?F�C�U�w��W�!
J�G�$o��[�Hk�8��hۺ������an04��)2���ObR$���d��B^,T^��$�2д	�ͦ��r����m+���E�����S�:�ػ�,���*��G�!K��L�{^�\��2�,�][RM��y^N5.g
wI���
+ZL�qp��k��zF���+��='���<����<=�:�[�0
��D���$���SF�x�"BbA�N�ߥ�KChnv���2��oz�~����@kD���;���m>��H�v���.�C�H>fڬ܊𧛙K\�ٮ���A[�g4�/k�0p0�v	m�MU^O�ʉ�[�fM��^J���6P���u����q�s&l��r��@/�x��lҝ��b���
����s����e�{�� ���[��mh����CJJt����s/�In\DuB�T}�(���;g�
tܼB1;��U=���X�v�3P�K`���Ҹ��3���e	�ٛ�"�/�y�.HI��r��!�7�u���پ����E;u��9�����)r2������jE�ت���k��xxN�G���y��	����N�y]�4����v���{��R��
+��xnb�x��K��EZ��b;�e����\C��?k�����}'ɰ4��8٨�)M�r����~=���H���P��(,�u�����a��M,�=v)���
+��3�|{C9�"&�D�*�f3|k��
��fB�e��j[Sx!>��v��D}|m��Z�*��Z���~
�����
��c�l{>ķ=c�����{?�(�8Ì�ȭ�����dž���z��&�'2	YW�\q?j��@��a[܏�	��&�\}½��o^�\�޹�zS�r9�(�ca�
:z/�{�8o>��+��f�c��~QD��N;׸�=FM��Y�;�K!�Y.�,��Q��ƃh��1y����8 �X�$Mh)ԣ��=��,��P=�7(��T�\��<BdE�@5@�@!R�C>h���p�g�D1��Q������+0{°�?��^��7Kv��(��+�5߫MPiVb���yI�%���5�) s�J����y �ټ*���`��J���L�mP��;�sQ���y/��<��·�B�����c�v3P�~���hzv�&p�zf{i	�-�H�@lk��4��}�ȍ����V��F�v*?�E\k �V��@�Q����d��BY���zӗ-6���B�����^�^��������)��f���"�/�^�v��{C��l�+G�A+�f����?�b�ە�6���X.}J��iѹF5W����v?t9�b��4n����q�]�.@���@9�=�h눌e��(�p��e�?S�����"�Ӝ�g1S4��|�2
+���/�Zg�~���e܊d����S�y�h!��i�9��TN�9�V��ڰ[ZC	y0�v�����9�(���uj���}�\�)]���.�pJ;(y)-��q�1�!NJ�G���xbĀ����F���(�̯�,�QE�;�(O�?k���;���|��؟��
+�E���^2�>�}]3�'#�U��'�'oʣL;-n/�	W���?��/���<"|���;hk&�c���J������x�Cջ:�O
��)��[%�x~���W7�����rc�Y��T�rC��@�z~W$�m��m쵊�C�E�ӻ�`���S�G�:�ZTF��㟠�^8U���&�bL��ĺY�m&�=BM�l��4N�Vʵ0p9���'�PJx��]C��7���A9��K���P2p9��)ы��DQ�SɅ�,>}fs�VZ�In��e�Ե��s�/@H�$DV�%���>}:��+�.��E��T�]�-��DQ
+tp����`Ed�-Z,�fAYQ ��{!(�@(3:����'���,�{�w�����[a�����qy�ov�r�z��3�m=��#�e]�k��Plc���w>)\�;�y:=H2 I?ch��#2�F2��(�R�� Ўy�W�C����4����a�#=�κ6N�^�*
�
+�:2�p���*"1�ٔ����pvK�y��zўg
a:�Dh��WC������X6de`'R�i�}#tb�S�#P����!L��C�[d���QT;lt4&��b�c(8N�Vş�]�eG�I�����'L���y��Z�'G����P/�9�@�GmS��V���P֥g��ۨ����9Ⱥ���W�Jg��E.�AQ=C�Nx&�\�H]���!sg 5�zk�=4%�5�ؽ�)�˻g(	X��j�9��x����76�U=�분_�R�@���&��ʠT�ŏ��TCt�Ѿ���
+�e����!�к�hy��2��8K�e,�c�=
+X����L��D�Blb���2�X����8����ڶ{������J���(R#̿B�=e�BG5��!�D,hľz蓢���/��+MFr��Y�f���5����`,eWf-�E�Y�yg�8q�6�����gW#���f�0�_9o�>(�RN��P X����'��{L�>:���'}S��uxC'ooݾ;����B,+emJ:•�l@�P�M+�&mM���*�S��O9-յ�Y�����
4��F��߻�w�`/��Ӣ�-A�Pg�H�;�d�)
+�F������.	Mx��mK��1W��c�NfIW�jC�-Z��o�y�������}5�[��<���I��7��W�:g[y}5|�t��"4���?���ن����T�:�躖��R���[K>���!�<�l�0��C�^*���o�~rd�<V��{�o��d�UL�|l65w�**��Иk�wKʳ�\��>�;��H���A�in9�:��nß6%��G�����#�8�^���MB��\u�]K|������
����E�V��s�p~�i����5�����g��m��V����.�v���"\ed��ɔ#_x��,>U�Q�b4$��g��6����geT����f�ɭ*Y�3i����<��
��d�~׏��D��qL�m�?�"˰�}K���#{E�I�I���e��	o�W�-���kV�T�P��B �9*��ܫ�,sIo�i�ob'B�ڍ���zՁ�MDJ����N4YbŴ�H|9݁C}ۀ�#ԏr5(�bK�%���4s��^�#!	R7��ҧ���#P�[ȃ������-L	=��m�����@��\ow�z����Ŕ�jEӴ���'FE��sv��E�1�&/��?[����7�j��)������Y!��&=�ĕ�X6oXA��.h�mT?��H�0�E�}��s��G&�*���@�5���2\E�&�}��Q
+�Hч8���-���a��z�uO�ހ�+[�V���@L�%d�v��&�2+�|om��D�y/Nq�h��::Vo
�S7��a����� �a++����3XGSls�$@���)x�|OV�'FϱY��Ո���4=�f�$9�a.݋�m�#^
�ԑ��s*6������=�M8a@�*�����S'�kK�a����{�ȹ�����t�N�_��]����]��`�y݉<C��^�����`c�6�(=����x��VW���Z;�-+$���������v��$����$L@�N>��Ѥ���+,�������!Ї&ϫ';���R	L�.ﯟ�Yz��Z������Z�+��ڷ�@�w�/4(�t��G�d�U����^��*��ǡ_eK?��E��6��k���;���?�8[�@���8�xM�A�����=�|�4��1s3/(�ğ�x�C�[I'���&�b���4�Yt]xeiT�wS"�<��`�W����
��<7���`�\��\k���z��|��J]�@���1[�i�7��~~�+�oB�JQڮOk����X���."	����0	��}8U�F�2�����&�1�����7c��@��?Tqƅ�1�|��#`��P3���M��1Ŵ^	�+h����r�d�k���x�7��ׄu�����*��]�ֲn#�@y�\o�a(�)��%C�M��~샓���zѡ��6]��˚�=�JViE���D;*0���)�Š��t����d������j�K�5�Y���o��e$(RF)tT#A�0;��@_�Z׋@q3�e��>����U{��4��i�P�l�®�\.�m�f
�x׶<",�Kc~���
Dƶ���Ch�>Cz��X$�����~��5ymq���$$!���-B!�D��A�.<->yc��ڧmu|�m���R��DPTdy�ʦ��������Jd	Ȟ^��1��)3|3���=�;�|��{n~'�p1hIfiPVs�P�Ż��|�꣇�ߩސp<���w��[M�CR�=�k����e�e��&���vvHilS;�ّ�/�\w�
1�g����q[�*m�KX˸����`�Z�DX�X�B�۰�|O��d]s񚃈Ќ���p6�XA¿����j���T��.ä�]�71R�i�S��T�;zYpƂ��;�ă�1𮭰��Ȭ�U�Z8�P�B���o�	-&L�?w����9���_�@��k+���O)cĕR�c���%$^�!��=�7��\Tf�SBI�5p��م�c��0��!'�f�Nẃ�����{W�q�c����jeG��=�Ϧ��1X��s>��b�U��4��Ͷ*�(1"\�6�7�+��,?��<�Q���R'k��B��|6}����{�w��#����SхI�AV1�3�+��im��Y|P��ᛇ�f��->�T��u�R���9_;�L8�@��Gs��	D^F��U0�zk�$�ޯ~a�m-"H�`V��K�/���$V`��C�C
+OE��ǜ-N��$S'P���+�E��eՅ�J5���#�X
-�h�W�oP�g�T�]�~ޘ������@}DHi����9>�&"Џf��_)�=(nw�N�Ex���D���
�g�	Hj�9ƒ�y:T�Q�H& �>�j�@�
,�V�sLH��^l�_X��&�%�QB{�����i��̔@'#�9
+��lׇ��"��`ƫMJ��5�OW*h�.���M�@U���_��1���g���~h�ےf)��Ap����Ԇ�R�)/�I���%
+ޅj��	�f��P�n�TJ�����El,�a-;p�I_�ᙗ�Q�v]�F$��i��Ai+�[���8O���l�͊����|�@;5=�F�&��[���c�����c�'^/8�+%PYn4�K?��<B�ꈰ����&Y�O��[4\�߾-Z<�P-���@ǭL'H	T~-��_qJ��.�����gi���h�IU�RǢl�H	�<�|%{c	o>ˆ_�E�m��3����7����%VO�(rv���{y6�Bٽ�Y�k#�]�p_��F�C>��b�͑��z�K'�c�N{E9+��*r�n��@*��,7_~α��W�~� �8�̢�e��峜�!z`���s>���ͱ���̮Lr� �tB��c�맿��›W���҃2'��CV#��>*0 Ձ��T?�׬�%���d6ON$hr�P�|}_��� ���0ni�Xb�(�C�n��$�ޭ��!��1��!���h2�!�����-1��V�l���n�w�i��?�DPB�@ߔ����]E��f�b�r&�4i����b�1�1���b0�Z�۷U�5O��l��lѓAj���P;(r���Upq��`����/�{[Y&jp��6!p;�5~����w�#�$��C�����G	�P��mC�
+�X�R���A���@�����-9tG�B�^
�E=�
+오��@N/�"lZ�93�'̉.�9
+��lՇ�̢P�`ǫEJ����OW*�N����A0
+	��'V�5��W%l\K��x�z��j�	�k�n���uh���ka$��r�B5�B� ����`���JX�o�~?jc>N�6��ߨ��Ѣ.�4������s�[߮;'������kx���	-]nG�i�?�pG:xS%��Ώ�x��0��hx�&D�����M�`�:qu�����t��.���rռy��C;���oe�Qv�y������5k1����b��c�~5�1��}��jZZaVY�1���p���̡���ī1�N��>S����݊{��.6O��rv�Ҿ,�g��!6�ݝ���-����r=��6�*�����b��m��l�R{�(�V8��nɲxwα�u��3���Yg;Tf�BE�H}�o^��w�Υ��'���ۅ�&~āo�XJ�NJ��1�DvR7L>>S,+�\g�A����h����'n�l
+*ݿ�J����{��6%���T��"�8q瘅x�^�����/Xѱ�l�/��a8rqO:n)Rp�t��;~�9٬��hs��R�;Wn h]��ՆwUϓo	�B�`rt8H��&�W!�ҕѴ�`�U`�B;#nT��:�̮�@��
��t/p����}	,�^�F|1+���
�x���`Jk���
l��HHW��c]Lқ�7b���吊*��O����p�'z��5=/�VRh�^dѽ4��q�Qb_x@Rçf�H)��B�����g~;�>\��
�a���I���>y:�
L'�%�ʽI���75	�f]���<����(�NJ������A�<3
Hu/D��	TSW��K �¢�� * �DA*v�բS��֙���Q���q��S[u�3Z��R����(�jd�]0*(�
+�$���y�`�Hb�|�s~��w�}|�ޟyk�Xz����;�TGV�ٞb��8†G��f9��ւ�����t������Va�=E+�P@W�����c�<�@e�����8��A�TFP�U"je���(e	r��k���"Z��<�״�!�<E�ĸI��o���&�r�Pa����f����M�C��u�9�s=���1qo}@sN�9���c�&�F���r�2P֔��je�ꘗ�I	�TrŃ\�;{���Ǝ2���xVd;gⅪ�}�V�"fwf���nT+V�C���H��`ayi���‡/��o/��h�цJ��c�4�S��ݩ������v�ҎO�43\�U�1�a��:Z
+������E2�tϽ�c1�'�!��Ed��¯����@��l�y2zt��Ua��͟j3�'n��!��'ʐ�����)����4N�9����^7�|z\}y�zoG!��8*8?��<���k�q�9e�M�9>�=t)u�J6�+~��M���|��D���1!)�ߔ��ԄDdWX�<%˷���U��힕����#(O�쑜������ȱ����7F{���y��į)s��
�P��u��@%TY�[��JV�=^���-����K�i��Vϥ���OD_(�?�E����k�Q�y;
��T�_G�U3���ȟ����v��e�۴�Z�Q���
+�H
���>�q��s9��f�����%`��M3|ŵ��e�54^�\��M�o�t��).^U(n�ȗ~�4��F!��G�k��y0;>�n�Z�2�E����b
}���h�߻^��1��폭��3���}���së�o@:�%��[��xԆm�.N�f*h᳽˯P"yѫ:j����?"5�[���p;��h�*�ٴ�f�I{b�����
Y��U�x�(����,�<��㊋�b!�IoW���Oe&r	C��vLYנ��
�v=-��k�,�E�-fg��F�ѝz�@+�]�r��7��b�!(�d=�%�ڿ��w��Pl�Y�S����^�B���C-_
+D�}4�����	�>�b(?�	E���t�;}��P��A�m<>{Li�ydú�(7�	ez��꒾���:ڈ�1�~�C�Fu�R��ϳƏ-��d>�Z����dQ�\��	��9���ynˊuf܋\��5
����pʦ��}���\�u�F�g	q�G?���Ҥ}/5[s�����e/�z��m�}�-��֢��ʷ�&��3�{�~,��� �z���̍.#���y�E�i
9M���E�G�32s��į)K�͟j3�j�������e��
tִ������Yv7Ԁ
+�_�DT��B;N��I�6���։��S�0�^ŋ�mW����i�R�)�T��T#��[�}�CP��������r���\mu�],�5�-f��F�ѝ:�@[�w�g�2r��������Z��� ���7�K�Q ��q���YL�>i��2��@�Ɩr"#��LG�R�4)@~�5�.j]�W	>Y��
����=x��y+�2����I��4��7�c��|,Z4��ԛw�:I�/�(2Ю���K4�Cڏ�@������M�^�꩓�9��v��N
+����6a���@�P:�ݳ)���^�Z��
�?T{��-D��f�1�I����@y^%E3I`E�f�w� ��
+�_�5P�
ԑ�����F~��vz�sGq�Xz�4dkz}���h�ӝ��a��'Ϛ�m�D
"5P
+mN��L����YǶ>@��
�#w=�2]����|p�8���JD���+�P@W���%�Qf��V�/�����_��7h�
����q]��[H�N��1	��->���Sm��s� �FhW6'w�?�E�w�����0%T��f�,���[��KGx��h�Yz<��@���p��FO*ʞ���~
+ ���@
0P�1h�J������y��E[�9f��@�O��K����$0!@�xf���X�����j8���4]
+�@6�-f�l)����@f����6fN#���gj~�?���X��`��'0P��x�@{D�Daq�Ȁ��,��C�|�ԓ�Sm�姅��~��0=�:[�x=)����p�%0�~6
+�y��eZ�9��������dj���$���x����\���@���*(���Q��$=��v��@Vtq�5��}��@sx�{юj{��+`�ɳL�b
+������>�@!y�@@��@�H�R��d��(�0�0!0P���6ߪ���ӵ������:�@�!y�@e�ͷ����@��!0P���6ߪ���E�h0P�x�@!�P�|�>~`�:�I�@!��@H0P@`������8P�&�@�!y�@e�ͷ����@�5W?H��������lq���F��"+q����(f�o�`��B $(��l���mk���뻪�We);~`�:�@�`Rp^f�A�*�IS���fT{En��ϼ�ϕQ��wh����g�L��H�8^	9����Qqݑqxꮢ 
+2B�A�PT�r��B8B���y�ˬ
+J���Tt�PuE]1	Iow	%		������������J��.��c��;VE<dq5��r�7�@Q��](��B5ʅ�ط*��&�R�{T�OBa�_B!uWdޗ&
O'�(C%PĊ"%���w�%�8�׍g��C^ŀ��l{(�@�#��ka�<p�}�-��R�]^wy|}�^W"|}��r�����;���+�p�n������
+l�pGy����q��
+��B	�Q.�@ǾUq(U�@��ojT)
+<��/��'\�:�z�F��
e���/���Xr����;7�z沰����WĊ"%��YL��P�t��%�8�ꓫ<ds���c�8b�X̪w���k�ufP4��/qY�.�u&���+睉��g���Yy���óVTWr�e�@	t8��_7�����%���?�0-(4+�ߛJ��̺:	�����Y��[��c
�����e�D2�K�0��Q;�.0����T:-�D�Y���&-$���M�U�Fݴ�=�y`��iZ�e,��L��"�)���~SƨM�P�����v�K%IA	��.�@ǾUq(��@�K^*�?c 4UT���$�h�(
+���S��1B�:/�=���.����z����V�C�d�P+�>��W�@�@����vC%PU�{w�#��������e�Z3/7๬�4�/�\Vb�xF곡�y����qUEr�˗�Uv^���6c��DH�v��ָ�?���kB���#��|qS��%�����G�xPH^�޵�e�	�׏(�,�k}(9�s����XP�e P�_yWi��j�	�K��K�nlM��u^��T�V�q��=��@
��|7���$%�%PT�F�P�VšT^E<���\������p.Mt�����Pxp{LA)�9�dz�C�}����x���B�ɖ\��f�HT(�)iy���C	t��2�S�E	T��h�f�k���}�E��}�()�H���J���*�g%��EJ���*��p��f�b�X�6��ǰ|>Q�\��8���m��5R>�۷�Þ�[�+��h��<.�O�qۿ>nO����*ŪA0j@�7�SIX�R���g�|��h�<��kZC��!�-��ۄ�>�,����~�s��&�H��l���N1y�L�UQ��1־��9
� M�^��O�O�O�����I�p�(�C�>�]���+ߕG6��3�'�VIJ�J��P�z�:���C�<�o�f�n3����k�
+ӟ�a̍l���8Q�3���y�59U�M#*��a(��������-qe?O`5�g<(���x�KR���SQ�:B�&P�8Shy�t(���F��y�:e�d�Y�8ቘ��v�eSYuq"����Ɂ���X�SE��O��n��O"_Ӆ�_v��X>�����Ψ���ܼ*B���H�;r`
+�޵;4Ł���R�d:-,�1�S��p�W����c�" 
+�$��x�;�q�H��\�ߖ�;�2�@��4�E����ۗ���{R}�惹g���	���b�����G3Ӽ�c
+M0�|iӘ<��
+�7']"���C��m���f��[+�%u`�m�B@!{��2��>����H޼�N��l5HG�9&�iwwb�<�k�*<D�D�r��8x���qs������&:և�H�R97✇sܷnFW=d���[����!R�W��<�~�r���
���*;�"ް��L|����4��P��d�.#}���8*�L�[fSr�^�d<w�k��KWA��
+�(J�cߪ8��z���?��#�0FӖ�y9L����?D�$	���S�g�-�..�i�Ko�f;!���U���`"F(T���q,���)�Q��Z�@��%*J�ڠ��*Y�,��s +g��fw:�V|9�i����>�V��p���,\:^�����Uwt��<*�ֹff�K9c�ʽ��/^q��2�����2
+lwc!����q����q��H�+]�H��ZY����B���>B՘��wv�*���G�-"���-!~5�ѽ����.>��K'u8,�(�M-����];��O�D}��4{��Y��H!}�F/&2jv�Q��p�6-~Y�������`fAHJ}��7���R��:Yx\��)������hl�d�=u	~Ҟ�|χ�]�<LB��?O���r�͝�ؽd<�m��1oh�c��@mM��zQ�d�Ǒ"�pJ�@@����6��Y��ߴ��42>\��W�_}���fk�S��-�W�PE�j�%бoUJ�9|�f��������^��)��G%�$&m��g��=��_��1ǿ����������F4p���NV�j��Q�>�6[����-&�Y�#�NP!�E���h`_�<UU��ޕ��z|�G�w�}�P�d֦��5��Ykj�ƨ�B��-�Okٿ+��`��5�"^���q�����=�|1f-aՙ��?R^�`Ս���L%��D��-k��}���~�_�GrGʶX�$B6E�W �K��O��%���4wk�)=����/��ؼ)���<��ǟA�RR�~�%N6[(e�|J�6+�61Ff�;mH��6��,'�e�����!��v���{���Nm�FrM
�}��6D�0b���|~�g�g�y������<_��?�д6�ݝ���%)K������~�X�l�H��Cώ�������S{�	1t9��J�3$�P^gx�7��
+�k��xE���D��&,J��!�;F/��*N����q�=EȞ�,g�k\��>�̮O
+Ch6�3Dc���fŁQ�F��~$��+��w(����Pf�~�{fsR@���O�-�	��n�����1��l▦z&�i����ʂ��}�,�ڞu?1 ���<|�m�uK�k3��=��Sh�B	�9.�@�g�P*��;�8ƷYΟqD�M�R�֤�*͇�C2}��@��
l�.���n���2���ڇL�2~1�=A	t�I�7i�}�8`]���m��v��Y'�3��C�5���J��v�>���|����i�z�
+��.c�ĺn�"��^�"�[���0�`Ԫ�Z���GuN\�ۦʲ��7f�]��g0��~+�`���)K!� �H����Y~�ɫ��ɫ��'��M��p,e9�̼�!�`JF�VW;���i�_�Hz�pg�"ha��#�ʓC0��F�Y2��x�.�yr��C���e�Z�G"/�a�2l�W�(�jv�`D��1�v#d@�rP	<�jL�J��ݒ��EG��D�8>��0t�<�[z{m�Q��|()4-U��0����ɸ$������j��f	%W�T�	uX�`K�oƱ��XJ���
�6�"+	�Eϛ��.��Cxڿ#�4r�k��H��}D(��B5Dž���LJ9|��{��U���E?�8�Y�I?|���|>�GN���K�~�Gx]
+��1���h�xA���A9�gl�ЯoQ�n��m,����%+e%�QE��x
+��J�i�T	T9{q�%P�9a(�y:�g�{}ն���X�v�=� i�S��z�ǚG=u:��U8�|�AֵO�g�������p�9W����~��u�9�׸YX���l��빶��d�FIc"� -{�0�@)1�H�3lz�H�ܓw��9�N#�m3�=/g����!Cf\��x�
��%�?�N�Fa�nH����d��<����р7�.�����f�y9�
>٧� U��	k��$X
�KZ���άꔠPX�?���s�I=�V�(s�L�v�c��DJ�%������Aǚ��%��n���'�2�,�Y2b�_-�� �法R�~-mo�x@BӶ��YB��z�;��7�L?����]�$� ��3#�@Q���B	t�{&����/��1�S�EqlYe�h&z���-�������5n����^Ǡ�\�3H�6�j��e���J8��o��%:PE��\��ZP���At=b�KOw\s	�wn::Y��<-�+�8����p��zq����ߏ�cv� c�W,&��{�"������l[!�A��W�Ȩu��<'+7�~���^������3+,�%��,~9e)�:m��/R��[耇@y��H|4H̻�&P��V�<�%P�O���TL��A���v�ϓ�Z,�Ւ<��Z�)�O��A�q^T��������F����71i�_p�W��ȥ	�+	�E�\^���Oև��)?u'W�Bۻ]�y���QvLc&���Bb£p���XGB�zw�:ÏPE�j�%���8�
+r��tU�`p�yb�C���G��>�Ley
皮����}y�%����ޯ��׺B�n���lZ�
+:�[����(��z�}	��s^Br6�.;72|[��N����͝Z*�!�܃m����}�ցt����w����?�=w(:�`���h�}�{�g�@1��,l��d�X�=9�pAq/���2�}�6R5�بJI0�<5�'P�)�/��$.�P�v)��:Û>��l�ٻ�>^<�-υ��ZԢ�`��i�T����Vû$Tl�j�¬`$NH���l�SyyF��r���E��0�j,����ށ��U�c!��N��(���y�N&���
+�溭��[�������u��(*Ts\(��q,�C� ����f����k+6z�8}��6O��m�3wh���}���-sA�ڙTk~��_���ϕ�����gh�G�(%$�֚1��@	tx�j����%Й�s�X>���5��t�a!k�^}R~���Fƒ����^��~��=�
+%�cy�'��R�r�C�s��c�K���OϪ��}:�DK(�!1�Q+�<�*H�.i�I�1\��H����Z
�4�8N;y{⛹q��b����1
��3�S�U��o��!�w�-�\%P�$Vl�O�*M���M@L���K+O~�:�Je|�J��P�q��DZ0����M~����ϴ���q���Ѥ�q�52>��b:��ƅ��}�2J��%P�Bo��:��m�w�v������f2J�tU�3&�9�UY�z��T߭'s �߻g�@�ė�vZ�O�F�?���L�R��Y�M��.�-��Ű�M8
+%�������[���:��q�Ɏ������7��8�2.
����2�j���?�\rr� ��U�(*^XADED�@�E׷(x���QW��Ҫϣ<+ҕ�bE��@�.���\r�\E�N��#		L�D���~��L��7�̄��m1�?;��t���V]�-r>�8���3�v��h��M�\e/P�~�7Z�"�@��#�"� �kW�g����j�:D�\��E���vEY��<2U҉�y�h��tN+���a�*���@Q�ڽE��a�4+���%`���O�2͕�@��`��]���~X�J.��"�%&h�}�O��F�e5����$�M�@��`��]���~X�J.��"�%ӺqmT�v��#��������a�*9X�Bq�@Ѯ���_?,P%oT�b��M]�R�ii��m!B�q� ��y"�A((���������ś�U�X�"=X�Bq�@Ѯ���EQ��E��E�������>�
+�(����^�E�`�"őT�3�EI���Ej����_A䊿3(�H(�PI*�X�җ�
+�ED&�@Dz�@��U��)�׿��r����@{�X���(�H(�PY
+4W�w�*,-�-�w��>"ĭ%�;�ED&�)Pq�(�ۤ�̀��TRMJ*P���`��GR��ZK�w�� �L`����b��(E�UX��(��@�Z}^�*���
����E|�2��:�T9�A��t�@���G�K<�����T1`���T��������h?�����e�1)��ߋ7eV:�����6��V_'�}0�|�f(�2Qk��&�F���k���/�X��~�˟�J���e�?k���s��n����:��$��=e�n@#I�������������h�_<�����T1ȣ@�@���Sa4�G�Ax�`h�-b��R_�(]���ЋÈG{���SQ��<�C����z�����&_��B|npH�N[�7\��O����i}��\�&��O�ufSf�����~�/�����ZD\����2�,:ַ��)i%�j��U�<�, x2ίw ��;_?�����Qv�@Q��b�*��T`?��/�'���$�<��:��Eb�	���*^�������r�`���c���5�/j�����'�h�-���d����@�����}c��RҊ�=�bA)�Oq��@{�xeE)*�b �@�D}%��(8���0��|�'
+�p�s`��$�f�<
+\g�h�R�SF�>�s��� ��^��hu���}�*�մ��f�t����Nn^N��q[^�O��;�&랔7�5��>��o���o����O;y���v���Ǿ�����ރ�ϴOSŇ�Әu��m�O���5�l�e;�9�NF��D��6<� �+�'����
�9C�8o�9Ae
+��#�
+T���±�|�Vu\�٬���>7�%h�>l�ޥM�~�Ȳ�-�ě��yJ�L0Yr"#ޫ�@�z����3^��a�sA8�!��If::�m����i�_5�C�����0�hD��}�YE"�)��[�)�y|:��U���9�׆���K��=4��R��Y�h�����K�z:�wb��j�=�����
+�������SΌ�aT�s�^�q�%�iL�F���Gb��+l?���˿:�]V^xD���%�4�'n~�^�=(��nO>0�7���f��E�xeE)*�b �@��h�4���s�"��,��[s}�7�3�1��0�����N� ^�)p���K�
+Vh�O�߯n[�����ڰ��lcjh�8�d�Œ�?,m}��	��[�[�f��C5��ҽy�������x��)�:U�nO`�?{3i���+P�܃��;�dҳ������
+��=wL�����J,JX�?��s����c07�%%l�
+י�
\x��
+T��E����h��`Þ�m-�2\����(˸j��F��(���C��w���e�UaP��:�WXF�%:�>Ґs2w��%j����T���
+��$E&����et�Z(v�l���3v���}7K�C|�ヰ@�o,�x�C��FqL�F�g���/�,j�ɴb��3���ݩ��婛��k�����8��^.^?��Tb�^�NL\\4�0a`F�G���=Lb����Ь�F>�T��(~|��3(��;[?U(f~��bbi�O��S�0�U|� �a�v�_�lr~s%m[����s��f;9*����],P��X����Ճ~���������\�s�
+��?��1p,@&�o0�٩�(p���[�
+i_��ԧ��E��������V~ǿ��.U���%���Ul�7䘛�J:�C���-Pۺ	������e�5�	`��K~,_��}���:�Û�^Q�?{�U�$�x��8�+PXFe�B��y9�(Ŋ�.{|ڬ��5��>����f�_��~q�MZs�Ѡ����8
3�V�H%>�R�E��n-�I�Mᚕ�l^m���њ�B�i�쪲��9F���z��I������o��Œ�K��4<{+�64���]��^+�U��=�떺�nwK���������<�� ���x]��V������4��K�@�-�\�D���"��5:���2#��8����Ί��5.
+X*��Q(*�A��U�(�A�H��I��3�@ �Lv�_տ�n�t���������%x�t�sY�j����Lq���_M�R�W�j�Q���Y�
+�:������������.��2ib��̜���&б(,bL��)a	�,�#8#�D������rH�%��g��A���~}�9��]����P��է��a���G�O��|CB\yhR��c�$�N�A=�S!�(��e�s�ӹ��Ľ16R�g����	�>�@g�5T�VD�Z��3	���,�=Vae�"Pz��3c�	�^�HN���,,/�p
��D	���ez���AZn=�Zr�6��۟���e��Ǡ�>eP<���S^�[���ts��4g����2s.e[՟���x�Lj@˓�fYY����y�5��-
+���wuѕqy�b�	F�߱�u�Kz��~�s�E~����Rl;->�@�"n'��3m��*5w������������:ft�S�%J��ӧ0�w���9�O)	�^�cM�ܫ^�Ҿ�',P�%���5VuDq�������!di���]��	t������hJX���*W�p���ڭ�Gȱ0;��6���2�,k
��L�@��S�X���?��l�/�?�㣿f��<~����5�kH*�4講�|��'����}<�1�@M��>Հ֟>�w�\I��e�+窱H����G��%�u�b�ۢ�*���h�����
/=�$�������u�nP�,�d!#�d_'�:��%����D�������h������	�$��{�GN�����NͨY}���U���12o~٭��Y��I��i؛�6JC�ڶ[�}~~���<�@G�_����Oї(j��_��\,�Kp8��zV]�)�Ay��~�[0���#	�D|}��oS0W��+�!5��*�~��h�	1
&Pє��h�"�XXn8`/-P;0G�i	Ұ�K�hn�&P1�H������`�/٨��2��q-�]WX�=��:�j�ehV�5����L�ҳ%In��r|�C���MG�g+Ac���<H���<��χ���׶�����o�G�y	&�.����mP3��Ғ!����_a�>�y��^Y@?��/P��Q�p@�ҳ#r��"j}�
�B���I9w*6�]O�힊�&o|A�p��)�%2nb��Y�>�|��7�k��x���di���MjR/ms���<8��wBɂt�u%�z�?~�w���oh
�>E_��h�9^���f'ľǓ��EJ�9&l��1J8IP��:M;A����t��~���P2S8��*L��	&P,X�4�@ES��|��b9$�R�2p��5���ò!�Ds(�F����@-�����m��iI��)���D��M�aK���?��p-QzRU���}^sɕۯ�-I"�0��Zz��g�=�*�f��ܛ�W�/�)Z8�9{*���u�����O�k�A�(S��j������;lԘ���d��g��W�^l���JU�R����H���w�4�{�7�,P��[k�r�60��HPķ�p�N��1��H`��*��=%�n�$���R���DDs0�E�������qS�a̹'
�G5��ԙw����!症�O^��G�K���VG���oz��4�'���@����7��)��@�9t������sz��r(5W�� /�y8�R�Eך�X�׵�����LP��![r�nL
!(PsO [���ë0��&�@�`�`M	K�*�{����`�Y,�z��*}��T@Џ,�(^��>-0f�)ǧ���7[��w]��1��H��Yٶ�Q�Y
+t����]���h��Q�!�X���|ۭ���^�fà�>����k8ȎF�􄍅3�/�]J�]X����a��&��}R���*�A��)iJ#�a�>{E�-k��qowf�5�d=E��Wv[	P���+c�3�k��+�#�ߠ��:���R�< PTa��b��H�"�c�hɳF1?�����A�G��Sk�H��/�$t���?�E��:�h����"��o�cPמ-�+_��]�ݿƎ��Jm�ۏ����6��e�Ko�������>��L��y}��%*��r�x���r(�\,�K۱�/͗�|H����qy�q7>�J��8�j���
+T�/#�,?�Ͷ�}�Sq!���Bȭ�}�&P�	&P,X�4�@ES���6� l�1,��`��9�A
�y�
+N ��_[���{��%A"���<��#���j�E�^��(B���GI���	���	����G��4E����_n��^�J����6W��`���,���0�*�P�%�k��e
ye}�G��8�M
+`ޫPt��2�eġRa�x(,bL��)a	M!l����w���td�6����3,��?!о"陔2������l�q��f/�;�F�Dů0�b��Z�(��*TP}�����U�֗dX)e�t��jp��(*�F��]��e�L��8���b8t)�T׈T�и끴P+F�l,� 
+���ED$!EVo�]EAų
+^����ji�+���-�ȑlF�(�r����>s�O��'���̎���OjU\�P��
+q*�fPe�bb���~W��#����*Ё(0X�d���_�ؒr��`�b�1������ng���7u�����az�JY����A2�~Aș�S�L�P��
+q*�fPu�vj��e�����h�D��J@�Z�o���@)4Y���*�?��ٳ��8?�����~c���O�bRR*��r��o�w�Gɭ۞Z!��T3�C��K(PĩP��A]
+l�@�P
+Mh��{��uM�Q�
{�.m(������2s�׿wj���K�;�^����e��1�B�L�O�EO(��ʅ��&����&�r=��Ay�@A�B�j(P�7�@�P
+m�`�~C�H_��F([R~��x��B�� N��P�`oB���P��+P��U�p�&(�Ծ(�MJﰷ�����£��>K��
+����}w����P� �S�R�o��������@y�
��z������K2
+�]��B�� NUe�� ��*/�*��-5*��&V�l���m��;�����B�� NU�@;��@5���9�i�
+��	��Z2U��wU(PĩP���y�V�U����
+�Aia=Bl(**(�T(P��<j+P�'j�T�
+�@m���ל��%���c(�h�h����El�!��|��ʳ^!E[}�f��呭����Aob��
+��
+�8
+����
+��Ò��Hj5Yzp�2NN¢;S>�>yh������I��q��q\�
+���5adx��qzebjES}.�r�L9�D�r9��uO�E����V�	ڿP���P���(P���#�@@���@�P�\�b�i����&/�q�
+����45��G���|�ң[����&t���ip��1I)�L�v(jD�4�e��eƺâ�1�
e�g|h�˓)�E��(?f�P�bͬ$ڼ��a}���
+���-�I�!K?���9�H�6�
+��
+�8
+����
+�����&��^!E;�$oM�d�Ϧ�8�)32��_�E�1�����>���,v�Z�:R�e�	J]2��?$�L Z��,z�ˍ��o��a�^��\!S����Ud�Ad�5��_V~���8&�R��K��.��S�d)w|t\j�uS2r����m�;np�K�B���@���J@Rdo�V6'"�x��>��Cb&L����i�����A�lf��v��t%������-�A��
``���B�)8E<"�����U/{;G�r;'8�p�ﺲ�y��a�e����@��7�w�2��S�ZE���-�̱58���^ D�b3���"�7�#:K.�'�����+���8�ۃQR��]A�W���K�C���{U�1B��5���Km��\�/����=�1���^�&o�7��P�k��������@����-��N�߾ы��$7�]Ĥl�Ǝu�ik��{�t��9/
+t�����4(P�P(P���@MM�>�*��~�|���o��+t�9sh��ţN�jO۹`�-,7(r.��&������L��5N������"	-��u�&
+��L�]ƒ�:�ԛ$E:��yXr�l�.��.�0e߃]���#��&ɻ��s�w�@�P[��pR��'mi�.D�6���D&�HN)\��)O�e���8�,ɺ� 5��y梬@�U;l���%��(x
�K|��P2u�+�t����Tۺ;n�`yl��>�B3����mz��=��W�Pݮ���M7A��)ц��q>���#d��w���Ɋ�H�z
+�b�p7���g��V�/z}���ev$+6v�H�ad�=��?7�չ?��W8Y���j�����A�}n0��R��;!�
+�	�������3Y��h��H�ۏsB���
+����
+�8b ��ɳg�'>9R������y\.�B����9�Nٻ�;g3c����o;�+�O��Ko�O���{QV�7����ޣ��{��>r�Y��^����_�:HG����U(�C��V���2K���V��
+Tݨ�@�P�\�^pZr���>��O��Mp��u杊'Kt$C��h8t#�akG}b�Oܗ�k��s3��d�Uw	&��ye���Y���h$}���N�����5F������Ak:�-�u��6�D�(0�(V��S�������~�s���}>�� ,�ɷ�V��n{]*�6ӊu�h���;*��OK��)6��}9��/`�^���6�[����ʻCV�>8��^�l���G6;��ѣ�M���d1����a��yh�L��_@����F��Lj����H��G��Ye�\h��|�|��ΡC�H��<����4���Dji��(*�,qv�R>y.{Yf���X�Y{��+Q���E@��؋���t������MB��M
�k��3B26em����e�\��Z�8���~���FS�=%��Tn;�"�1��Ƚ��U
+�AC��K��n�}*�s�Jd$B�V	��8ƙE#㲍��r:��<�g�[﻾�~�z�z�o�X�
+k�o��S��i����g�,-D;^�^!����(��z]�T)+^"�(��R� ��tA��֛�=ٲ�cQ@�`_�=�|ݳm"�Β�I��U��ZK*�ց��.T���OC\^qz�x�/?S�M-~�&Щ֔(y��'�ܕ�o$d�gP�˰�&L�ԉ�pT\\Y(���}���K�J����O=���y��J�<˶ؐc)#��M��A��fQn�juV���@���P"8!P�=��%�@�Y;�@���<}Ia���Ij7�.���c�q޹%Tt2k$�!��
4�a"mB��<<\~������1���cy��	����x�����ߴ	p���;~Y�:��MwzW�q���v�%�[�Wx���BZ���Z�B��ϸ~�{��m�+��|�s�^�`sG�a��&�	O��{X��	�Y�� PH���5��wb��񎏔�Fi���KM e����ο�������--��YX��E������qn�[��L�������X���7�7���m�F�n�S����Q����A��~�z��Ip�$&��$�t�<4���"P��g��P��ye�����ʃ�@P��c�ĺK,�E���(N�nxg�>X7��������oc~��%�@�OSF�����Ig�eP���~<=����2��}�%�N4Ϝ־�f���iv�DvU�<pQ���'"Pg{���
��*$orKK�p�jKW�E��&�h��U­��&a��x���g��=|"�W���@��n�!ߏt��|<�)�ND�H���@��>ņt��`��Ri��$L��6���ϭ�K 养�
���$E㖃��wm<��S ���/C
�����d�r��
+!����ζ�i�7n)�\�VU2��Ғ/ė,x�c̓��:��M	Č�����{yZh������6+A^٨�QBҷI���ײa+k>�eW
+T�n���������&PX�f�f�@!��MN�R����5#˿����<���\�>����X+g����kj�X�c��79
+:w.�ٌ5>�D���A_w�s��D�����X�
�u�/��7ߔ2�b$P�	t�|�"Lp�`hh��1����k��y�2�͎�@`0���;�"�P-~Lx�h�>3wA�/{H|퉱���
L�ӧ)#P�,�Oȿ����E=��?��Cۋ�+w�]��Vn�Hw:GN+�N�)�DA�ŕ��"?-�_���t5r�{���+@��m�RZ^k��쬭wb��[b�N��qn~��b�" ���5�lD��*{� ��R)�e��t�C84���F[?=�=��%������Y� �ǝ�gҥ񏻨<�
+�:D�7=�!�����;��"u�-�xjC�e���>-��	tbq�s���Emu5`� �F=�M�qyUz�|�{T���L*�~QHoZw|�X4�R)V@g�l���a}+�
+�,�L($u��}�l��}B�H3�ȸn�
���jj��k�3b0�՚�EE���ن�(V����&Wa�s�ñ��@y4�:���/?���c�,ye��at8q���,�Y�j��`��b��>�P�2��z��g5iN��&�Z}���J�@گq^)_c���n��Ƞ`�>M���|&
�\0��!�h��L�L���%��T=�v�S�oHe'Ѕ^"=�׿��2D����|3��q[m�4�U�/D�Dp�����a���c�+�(�C�y�@)�g�Φ$C�UQP֘>�!]���:=|"�ZB�5�?��
��כ�s!ţ��s�ZU�"=����nց"�ՠ��R$����	ƶF��g`��
=S>Ƴ�@�<=�ؒ�y��FQ��|!���lI�ݢ�9���u���_��c!���=�\)o�>�|�4�\��R�ݬ���ȪE�K�<mi2�Q�@��ڑm��mSY;�o+�@a��E�i�ĢPN�5����7e����q8��5#KV<��ڭ?�K���f+
��Fc��%��6�D����œ�ǫ�\��)�����X�F��D��Cn��˫�"Pj�Q�K��@��������8V)��������0�����	t�4eJ�%���M�@�\j����2{��R{���V��<=�z�YϮ���2�ȍi�5���NR��9�ʗۅݠ�K�Oa&�.�Z��ES\�Νr�{���'��Ì{��^"[��n
+B^�ݎଓ.>�_��m�$@X�/A��<�^������ÓG��߱c:�{���{rf����2�,^c�Ț|&����g+�r��A����U������z�1_�8�ߙ��)ɤ�THMt6D�ص�e9ω��:�uiIN8��=��������,��fU(�tE��.ZEf�̋�ef��w��<��g�������Q�D얟:�&��OZ��3�����M��x|�
+�V�p��
+TG����9S�`~�����n�4~��*���v)|i��y�^#�?E��p���u���{��.(COGZ_��󷬙1?�W7ﳿ����������}A��Ei�$k��C�ck(Ѓ;|'0�m�""�F�M��ل�+�i"$v��}MN�u{Px�I���f�wF�܁7�V�N�^�dM��vʽ7=��@���	����('y�������z�����"�7N�O�龁��[�ج�$ͭ�uځ�3u[�*�'
+�9i�@�I�8v��f�O��9���'{��{���!�a���"ݗ��uubpGÇ�Y���s��F��r��y��k"7�����z��^].�6�Ҹ�1�A���^�3�Q|�'#o��`s�ǃ��[h�p?1���m���>5��U&�b�78f�ZկӮ1v�77�2��N�-4�lX���9�X���$�o/�$w{�J�
+_9
+)�����/�$�=���S���k���t��G���Fw��\��~v�4�47o�A��9��U�h6�@8�+�*'���8�
+e��_M��_�`߿0Q�y=����;%���Z�XxAq�|"˗�<{?]�k���^���o�C���	j�;��|����������)J�::��+���D��5�_�εsz�P�����GM�}"z��
+�p�Q��){۶�WtX�����
g���5��C������[;c���j����s⨬�xsS�V�2*GE+��J�[�a���eS��X�����[s���������&4V���ϗ�h����
X����{V�ϋ^���{��g����:�e��a��G�l�Z%8m��/F��LX�kS�*��:y�� ��V��V�k�y�Ш�L]N��m��֊/�!K�k',y�Ys֮q���$�G��l��.��i�\�Ϙ�g����qꞓP��v���7}��Tq=f��]S`Q�i���Rc�(�y}��⺂�W�g�W,;��H�ǒ��R+�۟{�ϫ�DNlvfO'wƮ�=�i�5���ˁ9:բI�������
+�!�Z�4%��w�,7���)�v}0�)�kI�L}2�y,f�� �����;d^��z���A��/ޓo2��l���g��ՖW��(�uk��i�H����$E����-ޔ;@��~e��_�aS��&�+u���煙�7i���Q	��������.�e^�\�*J�1$�*iAN�i���Ѡ��3��%�wR.Yg�Y_V��1��/3�ڏ/`f��.
+k�ϩz�����
+4��_sػ/hΜ��&2���(�����gr�0v����(P�PD_<!���Č~T7��x�gڀot���I��4_���ɤOG�˞��N*ھaM�F{!]�8l)��O������@�p��(����ۅ�"OfM���'�xXX����Z�Y����+�<Z0�a��q�������i�@CQ�֢g��������n�7��}���d���^;�~�O��"9�&����/��
+fMO�A�
+
+�C��@L�f��9�u��,'�i`��d�x�$�e�5�GZ�5�g��X��M�~���;�?4+�d���aX�s`{s�@�����Eɹ����:K�n����;�x���d��qq����˒�T׫����#���u�rG	E�l_��
+�!�^�
z�\��i�ȯR�z��9�o���LquMO����EDo�g���Ǧ7��܃�n_t��RG��P�h���z�{�s��������x�*�h(��Z�,]�Z�
+<�t����<��2caə6}�Y.)�����Y\�=�ٷN�����nj�;��P���R
+@[i�@�I�8�a-ǵ����(���@إ�
]��C��[��E�Z��W��ϩ6UT^f,����$�w�"x(���@إ�Mf�o��z�|�P���`
+�ԂP
+�CP���B��ZP���C�p
+�](P�P
+@y(P�A��
+�jQ�@ux2)�a��‡ø�S(P�V�@@-(PS~(P��P���B��ZP���P�ơ�@؅���@1L��@1�CC��
+�jA�b��C�b��������l_�Д������Q<"}��)�Y&�}4�t���������@@-(PS~(P�д�@;X�9��
+����]�_�]WܖH��_+b�Cf�)�H,)�F����&�k��%�V��("��Q�Z
+�jA�6��z�:�������V�J�K�'�ED΁kÔ
+�84m/�S?V���m��V�*Z�?ao��q�C~n�v������ɗ��U�>�м'*e"
+T{�@@-(��Xk��ތi�F�w]~�I2�i\Y��"��v���CT�
�aZK(�-�k�Vx?�(2�.�z���_�AM]y�>In�Q	y�V�P�UѪhRF��k�]Ţju��R�[tq���,�A��3 �  *��$��db,Ug58���ȹ��9��s��,��uI���
Y
���mp�Ѿ�ysww� �
+�ܴ�P�dm@��ޜ*�Q=?�?����
Ò�/D�Z�/�������fk���l��QDJq<��TN���|҆D���Z՞�T���}dԡ�s�T��1P��{b�i�z�`�<�l흅��}<O��|V��}}�u��
+�@tB���|i�p��R������D�|�5�\Q�)TL��#��r�0E���[/��z�]��4O���͡yu���IT�rGܥ�*���T���P��$�o��T���3B�(�G~
+���o�w�PU}�ɦ�,�����j3
+��*+��u��0�8��.w� ��|b�\o!&]<SOo���x�}������ù�N�Pwn�B�k��ĺ%cE�����Q��!ir���)SwT�٣����u~��������Pм�cnz=�M�ړp¬9`���m��^n��
+�i`��i4��M�*O��2|��@ :�k��^�ڢz�k��
�#�b��O��T����Q�&s��D�I��x)�~�L�y�(lm-��5�����x5v5\[f�F�4ۇ���� Q���;4gI�"%Dz.���Q���?t��
+�ꑟJ��ؾ�{n���ɨL�p������<�
+�L��m]���wl�7BRU5D��������Nݓ�m���A&�A�@�^�������@0p3A�n�=���e+	����y���~�.hZ��˧�`\��nl��zY)�)�ҝ��&X~z�'	*�@!�N��N���\���������[��KMA'P(��
��ş�h�<�D��r/�#1߸��K�%ѬQ��W��g�f���#,P(T��T
+��UT}�o�JT\��M����<���>GY�W��v�
i��थ�o}��Le�a��g��m��'J�M�y�&��B��u]	E@���
9FS�5��z�j5#���� 4�����K%9�	t`
+��#NJ*�ɠ�M�������"]t#�zsaZ��86�LZ?h��d!o(�	�.P"�o�ڲ�,��6�y�=��~�͏�\-XШ�-lQ�t���!€@�%$�_<�<�@ٵ �NSӟie�h|�e��#;�N<\�(+
+�FIp�{�J�!�#�0jF��@�P=�S(��~�V�*4����Ϭ!��5���E����]E`�t+��z��
+��@S�G��rg�d�$r���3ny)|�v��,���2VY�*^-P�v3�X�}���^-P�[r�dnlڳ_4��*̼=�Fμ^{`6���3�����!�,P�z[�"��o/�!���o�j�L�.^��;��Qpd4</���t�L
+V*�|����O��)���ji�~��&��;9L,c���Qv�
�A�G�?����D�G"���YҾH�a�g�_ż�R��
+�#?�5�}���0�B�V�j�6�M�"��&��s����c�j�8�x�,qLw]�6��=v �_��uT��rF8؅�����`&(�m��VNq����z�<�,�W�ly���,P�������E&���C<V�[�
+�@tB_ϲ��l7o����CѿT&ް?�(�<I�lH���4�`�SD������
+�P^C���L�F��3'��vĸ�9�X: B�w�
�uS:�.�W~��/5�V���o��H&����T;a�B�z�H/�;Wx.q�߽>5�*��J�P�S�����N	`M�.(��E��R`�0�F���y���*����;�iW�Z�oI��&�c� �QQIǐ�C��%���
+l�׉�e�_��E0��O�,��:��5��8q{٘M	�)��x&��^s0����4�?O�IC4��@ :��J��]iv���e�*��z��(��-݊���s
+��л����+i��@��?����ߎM���tc�<M8j�`�@�RJ�-���i�Ys���QRK�Z����?��	
+�#Gz�z�_}�;X�
+)���Ɵlul�^DYz��u��<[{w0�K�-x�h�\��5�x�
+T�Ť����
+%:|C?Ǽ��Zu�����`Yr�-;��^�Au�=\�ӱ��5�ҶL��o�RT=	����}�dc";ss��.`�B ���v��*Zx�e[Z	8T��@��2Mk�Iwt��4{����r1���%J�T�CHv�����Yb�e��2Q�^6P��#���@�P=r�(2ҁ
+�@tB_ϲ��l7o����,��T&B��f�v>`�u*�O�txšc�;���W"�nZ����<��3����7�!^@Ed�Q�UDċg�c�X�V��VQ��ZŮ'Vd��X��,v�x��@����-5���	1��/I/�����0ħ/��O���������P�Ơ�@:
+�����8����"3�u����͗������1g������O��a�Y�vҚ�Uq捽#B�Kx{�Prh'
+�4(@�B��V[����ԏ[ �N�g�_.�u~$���ϊ"3J�d��C�/�p���^�C�b��0�������B��]�ư�@1�AC�
+�t�m�r�[{T.�u�(��Z��_���?(�1h(P��C��δ)P{W��0

+`x(P��
+���a
+��P���3(��
+�4(��@@g(P�?(�1h(P��C����(���:���WWQ������@�C�0
+��P���3(�}(P�A�
+�t��
+� (P��C���P����@����Wu����(V��|�5��=l��яo����@�C�0Hg/�G��bg�B��eU*���{YĞx�'O-��mN�I�����38�-�)tY/b���Qč�)9q�;� �V�P���3�a�ؼF��훮�twr�9!_�Q��!�=h
+� ��@/�$��I)��}��
+�\J�-�k&�@�.(��j�� �S�8|�۱#��'=;K�x�5%
D�я��@�+h���̍���P]
+TA
hr~|jQ�Ŝޡ��k����<�D��7�ʶs^w�o�~�����;eZg%^rZ�5B�"����o�e�"�
+o����1��,�46�-����V�;Y{8�cK�k��m��̻�4j���	���{F� �Y�S.o��r���U�C�a�ȻZW� �훝�=��'�j���N(P�Й6��45����G��^�d�?:o`��L��]-��̦�YI7&&ņ紼fd#��p�m�]+���Z�T_g�<42� �~w$3w�^�媼ė�m2�
�_�/�_'�`��P�����K��O����f��Q�_ȷ|u�zӆ6���?�O>����$����ͲǏ��Z�"�N9{|�b��ژ��*5#�+��y%	9�g�n���rQ̙��댉Ly��ϗ��-�X�"��|��Ա޵�\�5��@���3*��Sr6�"w�A��+��c�����mO[�TV�x8��E�w������C��δ-��e{��F,KŒ��&�Mf��X���I|z���o��?��9����iM��+����Lq��IY.�<)ϡ��U5?��dn�%�tNcY�r͙��~L�{�����w����A�0HW)P���HMO(�m��q����>�zt*��}8�e�ih�3���
�G��g,XYE������9���5_�v�_�`f�A��V��5g�|l@��~�B������8��)V��|�5��@����5�'�G�<l���.h�@@g(P:��y���ro��GE�+׆x\M�㓽=�,I-Q>��������f����m:���^Y�
+�ب��5v�~�.���<`e�~�(��t�����ܘXʏ��:S��3Tչ�O���I�B�(�E9cQ/z��#�/K�������G�"s��~6ү��]���S��ðk¯?+Ԝh�;WPyrEF�����R_�@�j7a���B"q~���8����wF[���%�!rGት���j<���X'��S2R��OTP���3F(e�4z��=��=�Ķ��iV>W��$���W���X��i\-No�^���[ϊ��ln��g��<
+?�����g�n�o���ڮ@}I�^�����3Z�#;�L���U�����Y����
+� ]�@c&k_��R�h�
+��'oQt��x�\��=�ᕿ�V��kL�����e�������Z.v�nzZ2q��n�ş˃gU'�4�eRg.�q�D���4���ȈE���~�I�*c�[�����6g�~��h����/[���Xޖ���������'�](P��s�M���Y#�e�U����m
+*�ܽ>�5��C��┭&�M~�ry�(�L�w.�e��פ�'�<� ��ET����bKA7�22��w�C�V���/3Q��>��X��\s�ɰӝo^}�4p�a~�(��t��I�O}jh*TS�*�|������	eU��~m
+�".�W�^0���?�ҜǛz[���w�xƈ��E�,8N��!��
�Vqj��>�I�@�9��U>�ä��|�q���p#K��ڧ!_���g�@@gL-P��KE�c瞻�͗�����%.P�5�-<%��&d��G���1DŽ<'
+�O��M�N.'Q#},d��lKY5�JVe�eR�@O|n�$�0�?^��qZ*�lY7iIULj�#0
+�A:{�^8*;S����U}j8�JN]=Y��������������]�f�خ~�"��<�ݬr����̔Uj���U���nS&���:k�N�8���D B�GԀ�zѪha�������+�]�]�Q�G[ˮ��Z�Z��G��QԮ��GJ��T���r�����bX"g&��+�C&�����y���ax|&ߨ�ϙ�=�x�]Iͅ�$M�'���$U�]����Ύ�U�M���B9c�w��I�?�t����P���WT8h`�"7�4�i���R����#*���4�S��Ǭ�n�Z�>3�M��ώ����
�k���j��>�s�{37�����J�+�r�z�7�����i?�����^�!�_�V-�����ʧ�׾���b�}�KAU�_�K՗�����_�<���%Kg�͝�S�z��G��c��=���5�D��R�˽�]�>>B��}x���������i��v)�JX�gv����P���
+�9�F��4���1�*�
+H����7S�����Q
��/�Ѿ�7m8���Udy �4��x��(P����VZ*P��MHIh�ˁN
+��q�@y2}J�W�/��?���,L�71,Q�r�	��!��od�ya��r^��G�1c�AzF�xɂK|4h���(s꥟~:Ѿ��P���W�>�a��<������w/�Xx1\WķT\����Ͼ��^�gӮB}Ck��:�ʫT���.�}^�j4��u!������Jxvv,�(���@�
+��q�@-�bz�91y���d^%�n/�V�*�����z_?x��Z��o���qt�x�`�Wy�[w���{���bR�n��B�p
+��P�����cP���p>(��fo��5�[k�\&���a�J����x(���@�
+���S���V(P�A�8
+�XC�0��(��@�5(�s(P�A�8
+�XC�0��(��@�5&*�h
+�0���Ɲ}�p:(����0�C�b��p>(����0�C�b��p>(����0�C�b��p>(����0�C�b���4d�!#��/��P���
+c?��%ﯤ�χ2��ݯ���0���w��1�[�!��}Z��<�A�_O���F$�<����'���i�#ϕ�<-�����@��k(P��P����:z�~D�Z�;�qjo��$��Z�-���Xׯ�*_�s�e�,hǃ��P���@1k�u��:ѐ���
+�y�y�ߛh��[�VD�GKH-1=�*�x���H<�a�u��3�\�k\˖}����x����굛.&u�����6G,_ީmzm�ɫ<ii�t�nu‡��.P�+Y���_~I@��_fZX�fm�\Ӵp�����y������ktuڠ�Y�S*'Pt	�P����=z�ȏ���j�+\��[�C�4&!='t��Wg�Y�N�*e��a�l��Ib~�1"#_R]M�i��/
ؔ5��T�~�gF��	�'WJʗ}1fV���q�j��Y�[�A�T�q�:'�?[(�Q��j*|�$�Gr�&�gOZ>ô�=v�P�ơu����R��S���l�'���r�"�^u�O����mJdaǏ�0OZT�5�R�����ܜ:�����b��bݎ��7�̩�}���
+�-�'QIn���,��s�䅵1������J�G�����?�KA���ɲ�7-���{e�{��Wԑ֤-{����P�����j}h2e}�:�@��
o��0x��I?H�z�Qǵw����-��708����~Ƿ�
���e��������*7,YP ��߳~>�Q�ό-�z1�y�bF́��w%F�'
�W�~��+�)��l=�gرc#�S�q��|��>q}�-M-������zU���U��a����@��G�{�HJ�g��%�;S}Z��0���Պy������h�巵�yu�*���l��F$��8��L/èe:�Z�����	xWH�W֍���L��c�+yD(Y���meZь
��l/��u/qپ��/S�Afk�ޞ�3݅�5$%�C���ԓ���j�@�C�ejw%=��iǝ�����P�lǧ�+sם?����6���h&����h��ry�$��{��W��N*���5<Y�&Z,���ع�a�ș2�
�Ъ�Yk��^|����r�w6u�n�g���by]_6t��}㷱�Z�Z�c-�ґ��m	��.�Y߾���
+�8��R�!��U���1d�����ʴ�V�6�
+}V��
+�$���*m�ؿ�Хq��zb��Q.����_
+���t�#��g�W,l���q���)�WZx�~�ED~C��IKOB�����S0��;�e���7[*P"j읞�:/�h���b����ȝV�hK(P�`��*׍Y�����P&�*� ��OԭGҦް�[�iE<��g�(|�K��fK=ʵ�u�0Oz%)J�bV�։d��.���f���6�;��&���Z����o^���F�ڳ�B�R �?����3�����;$�\��*��XܮR]dA��.�(E���z´K����ځ�X���zTj�vTV���� ���+�@C	��eE�%�a���o�1Ǘ�0���H��sMg
+ȓ>+��~_�rJ*7�xFA�z�gG������Λ�[�m��z��1[�w�Vb�.��#U�M�J��t�y5e����q(P��FB��3��|^�
+��Ϯ�"���%毰����M�=��@kv���ٯ��,�Ed�Uv[U���V���c�Y˚�_��E�IY���NU��]W?>{}�K���@�*}����BX��}��eŽhǃT�ޞb�/��Þ���ט����@�P��@m��Vx����|�s��ӻ�nSng,|5�P��W~��yʡi�֝��b�9fg��j^�z.��jΜ�|M�3�%xkK��j/P�j#3kNUè��k��`{�3뺿D��mb��}^�ͶU�����rYox�[�@�,�T�Ƿ��XG,d
+����;I��vǼ���d�٪�T�쳈�~(/��Dq�{�1���
+E�b�6
+��
+��l�U�����O���^��]��1�}�&�$���~�;�W{g�V��b�i�x,[�^�q����Mo_dU���]��k?L]r�u��l���{c[n(3�I�����A����Z�3���
+�Q_Y���Ꙃ��~H�e�J�1�E��&���{4����T��<��Cr~?A� G��k/��%\RK�X*����i�Џtw�m�䵻�k���^:oo����f8�����c�x�E�'c���U�
+����k��1�aM���,�r'[f�#"��]����{�E��YC�sܡ@1�F�z�{�[����Ϯ��볷ۅo�]Έ����\$v(9e��`#)��\��ؓ"�aaC磘dԪ��_~�u�Td��O��G�W6F�}8�״������'�%��*PB�X�y$��ɘQ,c�6Jyn���k��B�&�Gȭ�Z��7��l=���}�)(P���������K���cD���â@�3=�m��
�j_�fq&ax7�=L�q���#i����|����25G�:��u����b�	[���W,���Ug��D�w���y��55.%cJ�f�H�D��=a��Vb��-!*���>��_I�TOٝl���w���0m��������
+�;�s9A����w�ا�]�Hu�9i�V�YD��
�F��3C�\W�w�Ӭm�����<�����ӭ(�9[�<��<]�}(!:�k�k/G��1U�R1�Y¹0QRw|EV�g�qA����ՉV�k�����,0�P��@
+t�g���QN��y��2nG5���i	�W���q��%9бXB���K�����˷����qX�,~[3��윎L�`q���
+��y�Q�*"/��G鈩P(��hý@_���M���j�00"�@�2�(�̦*��r�W�ae:�{�2�z���;�
+�;�ǐ��{��el�S�uq����.�
����nC�b��՜CD\��P�F(�PF�e��
+�O%Q���α�^ݕ�O�����݅����`��S�8.����L�'y�
+�2��g"��
+۲߬0)�q���އ�0

+�}(P�����>���+���/�S�[?�O��.�����w6�?*����o�M8a0𱹮-�e?m(Yy��a��#FDJ
�Eǡ@1�FC�h
+�(�u�b͆�0

+�}(P��l�*�o�-PE����R�'%C��6��0

+�}(P��l �a�ա@1�FC�h
+�(C�b��C�b���>(�P��0͇�0

+�}(P���a��a4
+@�P��@�&
+��C}��x�"
+@�P��@
+@s(P�A�h
+�(C�h
+@#(P��C��e(P�͡@h
+�}(P��
+�9(���@��ZV7z��/,�1q����?.H�k�P�?�{��T���C�R�I]X�Z��IZr�K�uũ��J�d&i�q?�a�r(=����=,�����A�1�P��@
+@s(P�A��?�8�V�����\�%a]�����J;1#����;�⮬�\�͖�x���=����w/\��x��/�k%�A���ӸDNT/��Lb�A�B���i-*^�L�K=���W%�8t3��RG�k?K��M�3\"�8[�A�d춐�bۍ��A��ĉؕ�ki�hƁ���נ(�P��
+�F~��^�f��}�54v�J�I�Ϋo��<���d
����>�u����y�����ޮ�k���"'{��J��fy�������?��pe&K��vrq:|k���>���=���y�9wA�ǘ����4��x�<ч�$[�_�ܐ����l��H���P���C���p,P�	M�����,G�%�>��[�¦�Y}\�2`�I!щ�?߹|ƼԳ�wm��_��=�t�w��~F3�%!MT�t�6�,N%�t�����M+tq9�K�6]N�M�%���O7]$���K*)�$crg�3���H�����<x��{��7����^�?��ԥ�zxE0��+������ݥZ��h�Q��,4w:��iU��:Ū��#�����u&(.s���F��>֘�u|o؝����+�U�r���	|Q^�I�X1q�^/%���z��-пws
ܘaZ_Z�^��8���5w6"���s�5����4/%=;�M���
+�F��@�)FvV#)���;��R�W�NRn��K:3{�w
��6��sށW��i%x�
+�<�/�`bN�]����8*Y9��s��g���!���9rk��N�D��ט`)�sQ#��A��8�r�Sxӱ���m6����PM�Ŵ���8/j�(((�f(z����s�A'�s}IH�/�ǕGG��ۜ�v�Y,��KӸة9!���,�ă�&%7�W-;��B�oR`�f$s�����@
e�%����fT�?���-s���!iU��v�o߰��6�c�7�F��0����gvw��"�����I����2�T����Ԃ;}�5P�9�����
+��2`(4PϪ������c�
�qr�ﮆ|�m�����&SryY�ā��nKs� �
+$2]�@|��6׹.Mq�4�mrR�kj5r�9\�ݾ1Dʢ�(�_�՛���+^w�C?�-VE]���;����d�w'%(D0LM]	L{�bq��ʦf���ȄV9�z�����:��WI�X�[���\&�ё��k���@@t^_sM&Ώ}g����p=:�ԓ�Ӗˊ���K	.���k����|,	�W�2k\�t��y%.WɈ�X��a�%^F�@QPP��P
�c��c�K��{��=�1M������
���2(Ϗ�9�)��6����+��+�^���}�fų͈���8'\��\~ŃI6?�e���O�b�_����m�gD�����"�T��6?�>��}m�z�}��m���s��	q	b.��c��y֮�~z��h��v��@�Q�.��|]����}��5P>V���u�ͥ"Ͷ�K0�/��jW�h�4,�{�j�!�r��bQ��ާ���UցM��0ś�d�f=k�]��7��	�o/��J���N����p:��`ϔ�D�\���P@����$���o�5���fqL��J�KkQtHK�\7à���`�
TR=�n}�D��h����X��F�F�:�Ix.�y��1�/c�A
eؠ:\0@�`��ۣ"L��v�\��J�b�_~��u��*���!�<�5hzJ�=���Y��:���v�r�s�JƩFw2�*Nj��C���24PEAE|�*Dd��?�O/��}
+�د:'�������ĭ��{����el�Cn2-��|޿��]�)�>�M�ӏD��Ӹt��M��d��]v�)M���f&C��g�
����ܻ��H۴)�OD]����v�qd>��f�g�Â��"W~ۜF�*�:h�@eh��Y����l���m����i��+4P���1�����Oi5!��j�b����lA�*�^���8;�4��vO��q��)��N㑳/l������1�Z��6(���A
e،j��;,�
+�Y,MӶre���.��kF.�����ҮQ�A�
!�'C�!�M�)&nJ���
+�&�7��-�N�����B�A�|q:U��1����-)��ێ��7*��\������A
e����~�}
+!/[{6�_`�A����|l�9�D�y��O�)�e��VP#z�S8��	�>����1�:c��0���h�w��vk�Ȏ>��J)��U�1�p��w����z�`�՛�hK�̤�(���$[u �u��v5�g��rV�o�������ڻ�v.O�����E��3S�,
+���L�m�23��n�A
e،^��A
��I?��Ql���kB{z����J�7+z�c�`����Y��Rmo�8�OZ��[��C�
NZ��b���84+�mFd����
+Z0�I�s�©?�Yt�ҴV[vr���@QPF"#������hX9޸������~6�3�̏�O��_�ëq�-�3��Q���r��}���(�B���8��g���T�r/���}JzP]_�M`��8��$E�q���o���3L�K�z53W$��^��Y���{��1RNg�EFG)Ot����V�����YIb����}kD+Ț�f­J�K���G�BNVm�н)���l�­o	
T�^%9gL5�v�跆�z��q?����Z5��X鰹z�/d�@
e،VE��k��hiVw����{�zE��C.���AM�N�i]�����_'`M�i��$$JD� Q�z��z��£+��P]��Z����zk��@Qp���G�.�4"�	P\A@.v���������<�<<��̼�����vN�mQ�)�W��[I՟�o����c�uC�������O�ϡS���G���;�<�q��ʩ��>�;	
+�"oK�6���m�zS����?�p�������C��-�Ɯ:9sE���Sj�K���ȪK�g�Ә�9��O�w�V�GS�.�1B�K{���[̻�?�֢@�엥�\q�����Ró������^�gj�9��[L�L�=*�T�pM�]���I�rZ�
+ܢ�!:����೯9$��QQS��ȱ��ә&�ܮUD�<$޲���\=���TC�7O<c��j��,L����d���-1TA��(�4�bdv���R�a��y�z_�^/)Pa����hh���\�k�>�M������_�ߔ�P���3�(��Iy>M,G�0_��x#
+�!�vc�??wЀ���T)�_f����W���0`��H��W�Qڬx�$Z����&��`�w�@��-�Ǵ�ʹ.���ܫ������������<]����7)��)����N�mv��t~��F�%7w/9���5���?�]�V�[��i�ϡ�����d���n��
0�U֚���`��w��+t%��o~�넺����U���X޶5җ�8��`���q�*��ԉ+ˈ���k�ޤ�AdR)�$���J������;b�P�%�]X�Li���n2ث(�����G}�Q��.P���������L����+�|�չE�z̵�}@x�P���3h�3�)��"�����r�3r��2Y�Z�����^�Cf�#�@���rc���>�
+�E����J��9%Lq	VLq9���[&,7�;�\l�ҫ�@�+=������
!��Z��u�y>?���
+�t�����_Ȓ���bn��G
iN�~�#>9��Ϊ�%[��G̈��e)�Y����-�`�w�@�艌�-֟��8L��O�)��;,hѶu1E��p�.jAk�����Ō{z�h\�ʅ����u�}�46$L3��ԂrI��ñ
+�t��%�Q��E�.&����[��`�^Щ��XwY`�i���T�'B�'u�]S��+z����ƒB��k�Z�]��Ss��B��
+�	�]GU���v��z�*�=�=</f��6�`o��[ϪNW�/�q�i4*o�^�%�l��X
+
+�:co�2xB��Ŷ�D��M���^�Z/����v��C�}�V��O�(�ވ��58\�4+�����;m&R9�q6(���@^?(���
+�2(P�A��~(P��YcT"o�����m*���~+P��/�`(����5�@�U(P�A��~(P��
+@{(P��C�4-(��
+�=(�ˡ@�
+�t��
+��P��M
+�:C�h
+�r(P������@��`9(@�B���P���C��
+�i�@@g(P���@Xڴ҇���In�)�9�@@g(P���@X�0���IL�ݡ�t�ق�;-&:��m����3�&����i^��ӶR�y�+�]��<R��k�@@g(P���@X��$�
4���(
+��(���iM'�קif�Y�>����t�>9�O~V��{䨺02�'I_C*e������Ux�<c85kD��S���"*�y_�yf��e�q=99���[��s����j�GS�)�d�����{=l��\�����;>;ۓs�>Ʒ�-Z*����'縺��Y��YI���uݏ'��o���-��1	�	�2���0Gi;,g�1k��	A�Z>��e멩�NF�2NN˚��v�7i6+9��o<������}Co�jP���#(��P��,�Վ�����8h0S���<
�S4��1z��ӿ�;%1?#�Y��P�
+4rE���a�>�ג�ѳċT��b�w]�PrCd�O1����~�������
+�}�v�*5�Xu�lI�1#n u�:��[�"�?�4�@+9�*�)ǗЏ�V9qB[Jo1�&B������5��y?�X#i��ٗi%�	�]F����9%H��&�Zu���S!�.����gӳ�������%GH�J�b��z����_��.A���P���C��
+���W�~�4�W��:��g���4��>]�jMU`�&g��>���[-���Ly�a�h[�I����}�����U���p�����u("��8wR�J��ܚ�zQM�e�L�y��S��e����:�z�9u�Y,�6�Ԫ"g����֮��5d~")�Ş�M�z�_��BO���$�t"Dx%"?oت-�S��.�/�ݵh��Ѐ�d��j�g'����u�H���Njf���'�3����Y�]�c�)]q�A�[�{I��Y��g�<����8�{/�L(�^XѝE�@D�( �� {����ή�,+���Z��`+��DP��VEPHIr/�P$�@����g�K���=��{%�F꫰����y�i�@�� E6�B�ח�K�
+ʗq�B�;V@�e�m�����>��*��6�?�M$�cw`��@K��
+;�_K3ЊM��_m��	������%h0�F{�B�DY��L�2}_������O#�48+�N
jD�ם�����1ڒZF�m�۵s�~<F��i���Y�>&��`.�y~�/,��Nw�E0�n���?�����
+`��������M������+_:���Տ6+ᢵ�}yCd*t~D�@ �(b������9��‰���iS"偃�;�`
��J���:��"a���a�<�D �R�$�O����ҋ�8c���h����(nMx�og3��] �2���b��<;>"6�����t7�{���-Q��(�02���D?J5�鲳4���sj,u��f�n���|}Y?y�A�Z�^��
�?��ƐGрL�S�H��ޤ������m<3�H0���>J���~v��K�Y_[�����0n5Y�t0���S�fO��.g��@�
2P�`�eЃTv���0KO�^p	f����h	S0� &�ۧ�@�ѓ�!�Ews�FU���
������ӷ���n3N�!V�o���(GZi����Z-:�G$�WO8[��a���c
+������e��1О�Stv��3x��8�_����(8��m�����U��v���Rb��c��U���V?,��������-���A�@ �(b�A���2�A*;	��&�<x�,�0,	��&�Ƿ�}�s�%�h����[�J����l��ߤߛϽ<PJ�����{96]���b2��0G�v�ކlߢV�핣����{��߇�c��Z�<ۚ�k���6���V��q;�DŽQ@�e8O>����G��)�@��&��u�C�zu܎�ぢ�Y{�+]�]��S�+%~|�k �ȝ�=�A�@ ��S(�у�s�W�lf��M�V����$��
d�(((�d������ΐ��!�0�(�j#0 ���3�٧0;�l%�՛�
+��2�i5z�Qu8t�40�
�_�Rx��p�MM��h8��a]����X��|J��e�~�_�4H�<�^��a��@`��׭�q_Ck�Y5^;N�M��v�Ҁ�z���|���#S���F釁�`&ϒ�}�n�p���m�v�d�Bn�k�d�[�ȺKu�ȅ۲��K��ma���������
�y���@���B��O��ȹ�(a��@��A�����X
��H���
+���|�٘���S;P����@�6��M��3{S-963�a��@�M��:3��?�K��pk�V�����)�� ��}��>��b�X�$�ŻB>V/0�4?�����v�NS��x�����Ѵ�M�G�DV��,������	�^��P�e3P�~��7�fV����SO9��h����O<���O7R�:��l�I2���O���;Yd��1P�k�֊�]
��U3ɕ��.!�:��P�z�M� E ���0K�^��5���O���C1��i��z�u��J*Q]A��5"��A������DY;� 
&�m����(g�����*����/���b�"�	N�zr��ʥZ~Uu0y��_�S�F��K�G���ʒ[�L�>��96]��<�e�$��Mdۺ)㛘�~��w;a�ֺ��>9����f���]��4���R��d7P!d�
+ڱ�gr-t��L\�v]��_qEQtF�z>�`�z���3U����3P�F��cS�4a�wu����;P��:Yϱ~(����(���������aKõ�f���kC��[,�/��Fs��$hO���o��kv����c3����ޡ��1��S�(*�Ü�kϲ�����!߼׊�ڕ�����6Hz�Z:'�Ap
�h��ߪRg7��U��U|��A�Y�K�pl�@X������>��LƼ�N�Ѓ��7=j/�������H��4�dߡ�~�1�� �F�e�J���^�6�pb�L����#v��3tT����9���"��o9�(ٻ���ccƺ��|3�畋z��W2P�A2о�Jp��-�[�>�t��[DP��O�`�T0��d�\pE��2�樃IZ2P!'�1P\ɧ�^���Z�5w��<�Z�^jU׋(������Q:��k<��n�s{q��X�2xx����ۊ�f��ԱI���,E0Ê��
�R���<�	s���^��]-�}��p?�z�u�׾�Z#�������k=Wܓ�0���f�Eu�2���������H!�JH��:��b-��~�@5yeq�~!	�@X�@d�����Q��P+v��2E�:#����h�*jU,
+(ZF��qDPJQdGQ���@H��	0Ab"v������޻�~7���q����:��
�K)^�羞�]����~y�d$l`��p��s���^�Jt׬�?V:*:�8ÐW���r�mM���ى�1ܿ��eTIۻ��0��:
k��f^|�,%�S��=��b0�
���[�np�c��\�W�����b�1q=e���$�܇� ���@�4'C��G�%�3X��3�<5V-4��t���U�W�J}�h��A��F�Ǭ���KL@�@%��1|j5�:=}��ݻJ?V&���G+Ө��s�R����Q�ۯ=e6:��@��8��;��@;`8Xf$-~��"eh!�Q�y�[�h��G��n[��R}�:4tZ���0~Y�l�
��Z�L��
+�/	��9
���4�����њ&�����Q�hzZ����%�BilH�='<���h�_Y�����b0�
t���t�)���i�#��$X�p�]7�I�@���h�^��,�+���
+�7Y�A
8Ԧ8�Xzc��s����vM�GC01PI��m�fM�	����l�w��Џ�I��A�;��
��� ����E�~Θ��?��@!���̐S��n.P&�jI{��ry��2P~-M����]���L�_[���\��O�r;�t٢�/:��`���>�����<�hLP�ĺ�N����E�f�18a�b�,�-�@�U�ÅϨ�^jW����O��Y�(�zi1[����8��>�%�������b0�
A�(� R#���BМڴ�~�U����6��'T�-���>�ȇB���DTibD����J�#�'���J�g���<��~'\��,i�/�Z����Z��\���;!��z�Pr�W편���tS���I����;}��W�6v�A%w�:k��U\�–J��1и�Yg)ݝTg�@��=�](i]�xΓԶN���ۅjo3����T�Kq�Cd(��y�@D>��""5o�@)0,�\[ҰG͞���E-ozI��ϒ�n�zeo/�j��0��j.�Ѹ�aq�zϬ���Yq�ǯ��R�e�~��h�U��y������g�cBr��5ΐ�@���L�'ܱw0�s�P2w���
+����C6<��ص9v6�T����V��+�7�ف�ӫ*gn�����T�,���`�s�4���yk��9+�
���<h�"�@���(Uoe������y���f���hFs���(3S]�0Q��0��7�o���i�U:�E��x�t�]��
+����6P�ə���_�<���z��o�/Tfk��1���[T��ܚ�f��K��7�$�O�6X%��+��T^�CͮM?1v��M
N�(i�6��
���*fT-��m���̏x��ŤT����_���-!����/�s_��|����	9m�?E�FK�V�3��X�zW���c��f�h�u���#߫�Ѵ�U,�=nj���.;*�w�4P#�"�|@EDjc���]���%��A.D���q#r�\��r�2�?������vX��| ��4��U�m.S\9�+[K��c���w�S0hgo۾�V��VK9�ѵn�efĺ�u)�
+�[}sS�&��]�ţ6*^J�GQ�Ҭ{.8��ɴ�#�츤x�|��,/�
� lx���@5#�N��.�����>�}h�JE�'��'��l�΁n�j�/i���NY��{���N��O�wm�j��b
T�li�6E�H�O͸Wf���&���L%���;J:+�
���<h�"�@���("�����c��}�ʟP������h�F�AE��� �Ԡ��M@Y�Yc�ϋ�UK�?��������A�`�h�@D>��""5h�o
+}^+������_43���^YG}����Ѡ�"�|@EDj�@Y���`d4P�h��H
("k�@1�̃� �
A�AEd���>�A�`�h�@�C�L�'D���y���""51P�?t�|���{�O~�@1�!4��A�lA��(�F&�ah@"�&�NUh��4�]%��
+a�3+��q���Ph���@���(� ]�Aă:p�@���)\�O�8̆8��0.���a�#�X������I��|�!@��t�
+�qR.�]ߓw<��xI*!��a`���i�5;Uh���T\ڢ�>����8�����DJ�Ԡv��=·���o��s5�A�vRI��ػ��3���t�T���d�
+KZ>�qʓ��n�+��\�"���}
+�/t�?}��r��'3��2P�����1���%z�,{��4�awf`���gTٲ�q��[o�K�t?X�����`n�¦�"4PA�
A(�q�@�i�a�q��i�.�s�*̇�@/�+�{�G~&��o�	TSWǿ���@D��k��"���5�R{*���:�n=�Vk�i�
m�*Z�b]��(��R�( ���%�@��	�,$�XZ�����w������X�>�v�����6�����Z�%T�!��d��Cdž"CJq��s_���#������W"B����H`̲�4��ӽ*�.ȟ]�1P	1LbU����C-��9T;(3��I����z�yJ�#��foP�.sEiC����?��O�2lT`�ŢÅ��94�E�4�|o:�%�	u'�pW��n���t'6
��k->�o�zl�888]�:�L�`0�!����x���	�W2�8�}�A��d�
+� Df�CI"�T0���Jc�h���n2��6-DW@�W��@���|i�˴����S	tT���n�����Æ<�U��͢T�$���tԓ���u��9�V=�N�(;Gf��gzݢ�?y1O]�ԭ�M��V���)�΂��V�lyw�f�=D��\S�M=�a?��U>�z�U��'ԇ�)s9���Ȩ
+�4Tl�M\|�0<���^N$����g���њV��D�ָ��.,i����n0~�4)��y���M�@qpp�U��`!T�pb0��	6PŸ� ���!
&�9�}C@4�P4&��x�-3�2d���Wא�Ve���Z��ۘ�*}�k��B��0P
+�n/Zeֽ$�`�ڜ��֓��1PП�`r?�Q<huo��9�bԯ�M�=��q۽�����W!�^"��Ƕ�YJ8j�ϖ�����L6'�s�����.�gY"mӆR2���'�9
+C��y���<�˫�>��\@�>��iWI�����6+�(N��
��l��_l�������@d�R�d�id�ga$�ؒD��@��`��>�z�ݤȖ���ת�|���^ԠFR���Y�N�����@	�h��)�R�M���� I�<���<mT���zޏ{
+��閼��~��j��&�n���z��Oqޝ��z��fܚ���}��^�4�A� :P��A?�E�����O}��X-"��}l3C[��h�hJ����%l������yE�&���5��`o/c�{�w�@qpp�l���`�`�b`U��Ef9`
+���2�LA���@K�%���f�rUu����r��(��Z}B!�v���9z9H�I��V�be�ƃ娚��n�9Ţ�����&+F/�1�~���:�v6��iS����~����/�q���b��8M�'�Ժ[Bg��wձ�?��,��G{��^�W�Yu��rn�^�p��#�7Ϭ�m�֛(�g�����m��3�J�I��{�����
+"0��􋙋
T��F����$��$$�`
f0�!�tE�3��}�9l�&��@�0�7������e��LABw�18%ߘ����f��:�Tf/x�f
�v�6���ܛ�ħ_���;YO�E�=����{��US3����?=���t�R*��Q�~�A��
+����M�G�@��&����2Po�iձ�
+����+�X�y��7�LI�.�^i�CKO�o�n�M��`��>�����i41������Ϯ����th�����B����`0o��1cU�:pA'�y��y�\v�WQ��H��,�W�O)?��+�Vg*X}u-ڢ����7I�=Jά3zv�ᾈ��v�e���.Kq����"2�ꚁ�ʁU�*��x�9P���z-��%�٩p��YPQ�v���>{�z+��*�zB�~����Z���\v�70P�����ǥ��K�3/�s7�
l���=PF4[\IX�<]�˯ˎ�*��:�
G!���>�E�Tl��6�@1����U�26PŸ�V�X��� ��E���a��qJ�S���)%���@��F:�ם���n�y�a�M@�s)n�pb�`�m�l�UlQy��&�:h�Nh$Z����2�cC���w�D�ġ��$��\��i[�%'�)N������[�e͟~�﬋��:Y�,;���J����uqC���؅L�2H�j4ب�t����[�8DР�Ҭ�d���P��E�m�2�}�:�Ţ���7NT�(\������<Pd�IZ
�3�m��n�#⥒��#�@qpp��@����O��?��6P����B��*��|�L�K�	�a��M�Q��aJ�3	��΋�\K��M$gGɉ�������0mn��
�����x�2L��0ќ�u|7���љ03ץ��,��n��Fֆ�]��|	���=����S_Fu���7��z��G����JC���~�_sœ,�x��ʭ����ue=z5O}?���,���{��)Tˮ�f
+��X�3�q����I�lt��㴈��Q�������E�>�6P��2P�}�,��	F��x��������`�Y(6P�}�
^m��12��0V�>3И�`�w��qT�@�&���D����Q�Vl��~�@5u��O!$p	��2jUPq�L�qAAm��3�Z��A��8�R�Ttfjk;�K��ZDڢ@�5*
+:-N]��EЀ������f�BY���|�����9���;�ALhh�\J���P,QkE��X�����x�nP�O��O�Ŗ�����%���n,PA̢����I�8���G=k�jl�������@Q����5M����	�
+Ga*���p�������E�,�
+t��
Z���W�UQsǻ_}������Zu
ױ�8~U�ag�+�j�E���ɲ@�Դ���^[��E��A�`*�@e%G��U�_���1I�ͭ��
+IUõ��o���ʆ뀕�_
+��;Z��o}���e�����`C��z�B�P��*�ڛ����[^���j͚m]A:,PÂ�@��:W׉�9�/'��J���M���׮ۨR�=�rc��TU������U�m�cՁ[N
-X�I���U��%�?r�M��Al��F�=[�̘X��'(ju+���gs�����|�2�� �(� f�T������NZ���3���KY%��K&��Pl��}����y��
^7�:3�;@v�u�(C;��+�wlx�������^��"�s�.'�@I�ӴQ�ai�'�}S��
+�*�@Q�t��\k�S�F[���^��i�X��q`�"bLz�J��:e��$ǧp������.��3\��^R�-��H��뵷��{���T���Z��7�y���m�dm��#.��&s���RM�����ݺ-�s�M���K������#9�*��O�Gq��^�q�:���h{R��s��P�o��:چc�Z�X��ժ)Hs���(�XX���S�&�B
��:=jo�SQ��3��p
Zn�%Ŏ9ê��S�8�H��1�l���g����&�K�ׅ����k��@�P?���xJ�MA��ϝc{�\�^�,������W�Ķu� �Q����!	���Q�n�=ڞ`8����ަ���m�P�E�Y,P��@1�=lG*X]C�>M=!��CqUnSe�n�>
+�kt�+�N��ML_[�k�'��Ti���G�,P�w�M5-���d�C�
����E9|���'��M�lY�r�_�xF�v	�L�U����I
+}���U9���r�J�aO�~g�Dz���l�1�b�Z�X�(��b�"��� �Y0�WF
+4,z{�G~c�j��l����,�d,Џ�l�<�!q%�M�8����9����%���z��F™W�veT.����#�%��#����)gE��%8�Tɉ��|k�o��RY`���5ꏮ�Z�-���TlOԴ�@�m�@���@i��
+�h�@Q���E�A�`*�#<�]g�l:��ЭП��%�����u_���n���|���:�P�['e�PeFj=��D?\w�����c���N�+ݝ��$B����5�܆*Ь�ɧݻM/e=���*������rǙ�����)�}*]��W�J��t㫪�{Ҙ�p��>}M����P�E�Y,P��@1������w7d���X��
+M��X�t��	������8�"���"�K���X86>Hu+�Pi=����Oh]xt��w�}�l/e}��!)������^�PՇ��<j��!��(��4�����w�Y�6�$���sQZ�-��x� �ُ�d��}�K
�-�ϼ�)ga�Z�X�(���o��5%(�t>X���S�&)Х1Y�o�Z����O�8j��{�f?8*������~���>���~M4�->��Mц!�^!O�&��<
Yom�w��T0v�Ŋk�Ra���P���嵨������G���a��#
+^?�֖+���煨0-��k���*SzL�@��\ޟ�~[�
+�8�@Q���ھ<�|̺�ٻ@�
+X���S��p�u���T��g�@G�����{T>���r���Q��Ű�wN�M�ۼ]$K�a9�*���JD?�,kmo/������VH_��X"����~v+c�����<A�{�9s/����!w^Q�]}ʝ�Ӣ�'��{�zL�I��R,m4ү���5+Ԣ�E�..h�`	���C����!����g��S���T�~X�����l�'�U�� �{�P��+{��W���S�	IlP��;�ց� �Y0�q!����f
+T_�@G��G

�
+��@Q����r܀;a&��8�L��0ҩϧa<���4�H�'��׶��W�����l�����%�/9+~#��E�/�.�X�(��۪�:k{�
t���hQ���9}G���LM�v����n��;\X�����,p����k"W�<�R#]���K��w���AI�����&Y���q	�?7�>�F�t[Z����q��i�σ� �Y0h��S��.�Y��0fi֞q�����0:"k�]G=4>5.V�e���]\,Ж!��s/U�{!��� ��L���:j�����|!����@9TԮ,*UQ���Z�v�cU��+]ku�V��jAE�X�W�U�"(R��O���3�/�(B��Y�μ��c������ad~8E�4&�\q�~������(�斷���e//��=��$����'��τ��{��v���$���L�,P����;0)<���D���l<zZ%Y�U��$(5�~����K���"4��i45�HuR^��uWإD�$$$�M=��$2iw՛(T�KJJ��%�:�(q�4����%Z�I������gF�T�(8�~F�6�֟�g�Uk�<E���(������?d�yԾ��O�Y�h�"[�DŽ�߆^�s�T:Δ�Z�Ή�(>�
+�jZ��5V�~�_6G����֛�,�w|���Y��s
��X\ s���M��P�Gg���G0��?2�/� qd���p�<aϟO0
+=����y-3�������2�n�S�h�X{��Y��JX����	��bT���7���^ʔ>�?��3���*�9'㓋[��;��h.��~��w��Ã9%�t��F,�:�,�&�ϲRU߯:�6���9��ʭY��[י��ƥ�n��%�>����8"P�n�&��� ���;;�>w�/������T�K�u\��"Z�1�x�B��������ׄ����eU�!�O�Λ=�\��!6g�����2n,���pۓ�v1�A(�b$>{�-�=3�7/��j_2d��{
륭�\~��}Լ�|���d��;X�S*"�].^^��up�v�c^o�4�4�����������J�2����={⻶���(�g����5��P�B��;p���_����u��r����kLA�D�>2�� ���
+�
,z�LÙ��s��0�}�	��|6kj�a��L��ᅩP�A��Z���wX|ZЭ�}���p�xpY�!���U�^D�$$$�M=eD�ʌI�E'|J��%%%���v���hy���xZ���B<a�h��`�B�J���ߵ���Cy���/7,�����7:�a�+L�2L��Y�E
�Y�8����s�F{�v��r�Ʌ�u�^��Z��e��Ġ��Ɂ#D���@��BJ�gtP�*�R0A����ZO碁���p��,��b��ዱ�^]��3���I����CE1�[��LT�ou}{>����n]��J����~:�� bO#���ϣZ���Y���D]�MQ�z���[�O���UfD�$$$�M=m�(����z�߁̗HT�JJJ��%�:QK����S����y��(��(J*�������p�^������G:y�=(�zmO$�-qd�]і!?�`	�v:�z}�03�?�Ƅ��pH���>��̇�K�,K7�أ�ݟ�<��I']Z&ά:���(6��-~潡^y_��X����%y�d
+��2*Oge��8@������WE^���3��}{~�^=L���9��q=z7|F��ǼX��]M��h���A(�
9|d۳�',>T:=�m��(		IwF�@(�)黮R�D��D���Z^"ЮIk3��	L�7�HZ����Z�n`��v�T�(�TJT�@9.�����ϼ��W��î�S��R5m���hR˸#HU�P'@�3��g��؄��B���t+�x��m
+�����������JW�����_��ܫ��	zc���M\X�+� з�KU�M�MF%Ƕ�6��=8�(�^�^؝ee�v�45�:,��"P�n�&�&
+�b��6u��;-()�����l����ai݄�W����D��OyC�!*�b��x<.^=;��y������O��yJ��:�j�R�X�p�r��(�Y&*N�9x�*!�R�V�}�<����C�(V.�ߘ�lW7��#�.�SާH�KN�	K	z$�f�
+�jS�xq|�
+X��e�MXU�#2
g�~~kT	��|Ua���.�l3p�)�m@�M�eiv��ʄ����������I���3!Վz��(i���O��T�K�9.�!���1����gH�򳱥_�T�S^��I���w\�<���)~��La��x�s2�-"�I��6:w�;�I�n?�V���w�l�ͮ�ϣ:�P�����J��_pFj9/�/`JL���ɼz�b��P5
+0�SF�/2m�y��zJ��Nڶ�= �FM��Ѓ�}N����O��v��ٗK$;/(����)׿�YP�}�.^��$��`i���ĕ�;3Ѥ�L��b>CϺVߩ�p��ì����E��z/�6���|Ӡ��)��d'��p�۠/_�>d߽�[���.1���Q�@e��@�T��L"P��()�/��'))�v��/"��a��qx#Ñ�a8�Ѵ����_�QM�i�ǟ{���]#[�*aS��أTAA@<�q�Œ�����q=��A��XG�q�VF�b݊�"[P���Re1��,�L���L
A��9�Ͻ�}�{?��`8�Q���C�,��i������=)��K�5���1��[��+� GȬ���.�����g3'Ɛ�5A�-U��P�Cx���Y���5�m��?L�����ðs;s���V����9�6�ς"N������O��jT�M8�-��z#ٲ�λI0ߜnXLX
��ΧR��?�T^�<0�IJW���W%Lm�
+���w<�-ߤ���3��.�8Oz�Ffepf��s{�O�'Jx{~wD�wWB��b7���_�ւ�h^(��(�7��@B����.-_X����&��ݕ�:�\���➑����XH��D��Љ_.���B�x�wW\3��J(���7��(BH-�(�h#ԁ�B}{��������+t/,R�ήu<�H}R�iĩ����^v�gq���:��h�ԭ��Ji܀L6��(BH-X��!-���i`�hM'(�%p� f�0���LCH��-��!�y��9Gw� �
,P��Z�@���W�fd�m�f�Ko&H@��],�]�\��C����wKq��y�EHKa�"�yX�!�`�jA#�E�����Ũ�+�ne����'*������Y�·���t����ݖ�j�ZO9r
���H&�B�:t�A���(vEX�i),P�4!�,PM`��)A<
8ċ�J��vK�XHV����wv A��Y>���ϛN�g7*�%X
����nH��.?ާ0�6�-���(BZ
+!��E�TU��Z/y/}�~B��V�_�@��[tZ�3��/-���h�Mt�$t��02*U0���Gw[^��=�៉*�����n�������hS������ߜ����s�����P����%_���iҫ����d�گ�|��=�� �Ei,P�4!�,P��L>R
+������'��x�]����[��EH�l���V9�h�S	I]�s�Z�i��O���څ[뺞ǘq�o]�/�:��c�T���K�c��?�����X`s3}Y��SQ�]O!ȏeU��'�;�v����/ם䋂"��(^6��N[Z~�ҫ���!-����a�"����(�+ߔ�|r�o<����i`u8o��O���(�Σu��4�:Z7���1�T�Y�����L�v��^V���j3�`�6�Шƹ��d+͠�~׻\Vu�����K���oXuSNJ+��6������c�����N�6f�7n��܌i�
��EHKa�"�yX�!�`���h0ۜD��Ko&H���v_A�TN!�X�l|{��g��V��u�c{��'�$�n_�U��d�7�U>v������,����*�x������)�J_�f���*�yY�w��d�5T�H�*D��-�nMzy�#c?�qtL�z��=>`X�i),P�4!��AW�$]6;0�Hf���*Cny�޴=��+���{��w}y�*N>��:��@+�r�U\��ݏw��$
+�a2'�����#�e�a|��v�ֺ�=�g���8�h~x�|*X~-e=�j/~Zm���	쑋��O����o��[����;�'�0�zur����;�� �,$k�q�¥�1��!՞�@�RX�i(BH-��@)0}wChR{����m
J��
+��>^J&�$D8���O�~D�Jh`u8o�fL�+�AN���ʍ�JG��d�̄!l�ZFPG�=$��Ȩ�Ys�w�F�Ŗ�p�&�M/�O�WIR�W>g<	��p�e���L_Vs���I�~$��p�װ؇�1�D�<�?ҡ�����i~'�^���,P��(B���R�`*P�pT}�S��ANp��E]���V��5�\H)XVd^;o�)�����*������E�Y���l2gJ���"�����^�c��er�̏����ְ���%ǀ�Gs���l$����o�ޅ,���X]hT:�b�/�-	̐
O��\B���}߫x�3��@��7|�@�RX�i(BH-��@i��	�J����%h�}�=h{{�~��ry��tg�~l��'�._����#(r)��Ⱥ�cT�“Z�w��K��8��ǵ��5)u�:�~�Gy��}ѿ�����B�kb��	0~�R�v����mJ׍�.?ާ0�6�-X�!���n�J�H[`�"�Ԃ�i$�,�1��0���~m�z�����5���qád�8��-/��ཁ8rM�dFØқk2\&����������!Qu�b
+�i����(BZ
+T=��O�ЇOa
+�����	TSW���%�@X�TI��SQ[Њ��uCYDD�(���J���tGE��〭�A��+��hD�(� ��vhÒ�en"a
�9��?������^r�{��m�E�-�Qp��m��4{ ��C��[�w$D"L$f�^��O��o�X�8nH�$�t��{<����o���*
|�O;���c(HO�;50�Zu�UF���+YӂO���PG��85����'9�X��3tV,	T��~1�	>c��Ȩ��
,br<Ӣ�[mhwtp~��#?,Pn��:�ƀ*��Ă+D�bH�GH��p=N���2z��nX܎�� }Ϻ��q"��U���g+�(��Ë_9��s#$�������󓩇���AO�z��_ֿP�7���Z�7�m�}�0�s�%� g"y��]3i�U�C7~��-
��w���U�u�	�0�:����2릲�?��@q8ܐI�^��������W�AŖ�J��m�2��X\2���?�Yw3j�ک�\��Jc�۞v�D�&���~_~_e��
+~��
+s��@q�a���C�G��H� �B"��$�XX?�-������H �AY���D�~�S�
���/�����=��i���x�}H���^�|���+�����~��T0E��)��}�3�i�g7�t(�K� ��g
+{"���z�OP��U�#3
+N�{�(�R#K�(2U4��'��~����,K��0�po	Ġja�9�ޮ
=_��g��G������iX��GB�26�&[�υp�3V�5p��sI$�����2Kv�;��H��Ư��rh�G��Ib&�ƶ��Y�s�Q�5��Y3�V�w�<�!��:���V�%^���S��m�Lյg'����ߣf�Jx���H�l#Wt��^��j˵�vs���Ni�ֿ~w8$尅ј�4�&וDC:z�F�
+T��7p:t��SݽU�r{\��>O_�;N<����M͖��nɹl�[o��>#ҢF��P���R�g���M~��5>�0c8�����y��1�gvf�ѷ�Tb����*���
+�z��q΃S�o�ۄl��mBcM���m)���JT��v���Pt�އ�G�X�8nH�8��po1,Pn���|6@_�M,�;��d�t�8p�`0�u�=�`�|bi0Sv�+A�$�uC��CW~5{Þj�cw�AE��n�z�JW����*�2���O��.���b�>_�*�.�`�6�(ь�z�>Nk�CՋ�g�|0�Q�h|i��=*2����t�w�g$_)�[O���}�4�U��h�K�'���%��s��i�--���4�`��;�H�Ϯ?h>����Sg��������Ȏ��s�@�ϯ����ORb���OA߯���
+d�O�WV�,XԘ��&�)P1h�UB�'�[_�>�Z��H�n��ҡ��K_�����H����l,W~kR����)(7L�U��0
x��S�Nw��z�@,�H<��)̒�S.�l;�"�ڮc��uU���4˄B��4�}�x�]s�O1Y¬����M"ޓH�iؤ;O��}��O��&�^�^�Aボ=D��8��
+�������7�ˏ�jy�hlV-�fQ@+	,��E��\�ɻ:�z?}u�Y�9ҹH̤�gן�IT���љ~�"a"1S З.ƫ�A ;_�M�W�"���e��Ń\��go���k�1��L@�9z1�ֲkd��e���SM�.?�q:&;�������ʿ��a��p�!5��ý��@q�a��H��!V@8�����;a.!�܆ٝ����:t���(��ڒF}��՜@g����K�1�펪�uh��j�}({^M*|��p���'|;��BPl�f�5���|�c����vzm8+���L�X
v����ޮ�IH4>n�z����%��D!(S��_J],�?�6�)�t��|6�Óe�P������ͥȏ�x��]_������h�y���I/��"}ޥ#��m�T�3c���[�_���|{��s�(�RX�8��a��p�4,P�;���	�*��30=��H�Ӏ
+���)�.����\W	�E�R��|8��U��E�>���x�s
+s��B;ߧ�{�ɟ9�!��P����#�~�Ԯ��Υ)¥�i��4��)��E�o,�0]�4�b�v?_�� ]!�T�ƒ�f���7
+T�mY�&��ѣ9禧f���v	M�Ǟ}us����
��D�������|X�8nHa��pʇ��
Ӱ@�oؠ�K ��Kz�����ѧt�`��X
+5�����?��~�G
+��Io�g�����Z��V�U�[J寫Z.z'��_�0�M���`�M��u1��p��Ox�-��j���M��	�b޵]�w����1��i���O P	Z��� ����	P������.,"G�
+��v�g0���S�W
+jc���k&��	ƚX�F#V�x�/�-�[4^ 7E��/�(�/�4���>3�0��<���f���~�{m/x�j�J
��yj��ŏ�g�7�Ea�E�5���a���%2R,P�:B�����􂻨�U����3�@}V\��{
�e����mN�SᵅG[�~}L��A�m{��&_��O���HI����bp�o�}����m:\(9�Z�?�+ݯ �~F�7���r�M�m��J{>�gzݙ��Z�,��x��]��B�K9I�H�ۄ�93�֜@)��g����/P���E��]�#���fT/P�p�qt���u���37�~]CX�D��H>(��b��'J���0Q聓�����g�bh�e�>���t_g`-�Z�w��ż��I�ջA����&�d�?�8-R���/+�W�ӆ��Q_�:ۥ�6��>9����d���a��K�N����J��Z�LU�0�zlb��ey��>��Οs|���<ǹ�4)�[#���FY��z���/�@���A��䰼�>9���vZ�������k�|a"�CM��%"EX�D�@���v`�M���2߃c�������qBC\�� ��{ҏ��r@xm�����%"EX�D�@����**t%��T���a}�� ��:�W�+���ܟJD��@��c�)�r���Z�+R0
+;1����{�:b�<�<��\�s��]l��O���Q�-����F�JD��@��c�)(Q�c��",P"�X�DF�JT�X�D��H>(��b��=()�%��Jd�X�Du�JD��@��c�)(Q�c��",P"�X�DF�JT�X�D��H>(��b��=()�%��Jd�X�Du�JD��@��c�)(Q�c��",P"�X�DF�JT�X�D��H>(��b��=()�%��Jd�X��(G[X�:�>��tmE'��o)ݣ����w�M�v��
+e�=ί�JD��@��c�)h�5��0��-����q��!����0� ���w*��~��;�|�R[�x��ۘro�&���W��>����?\x3�q�����KO՞ 8��Z0����yt�,�}�k�V>w���b��^���4��풣}����l���3�h�|rx̊�V�q�<���1gG�jg�Fp��ä��j/�CWms�ؙ����o�Di�;,P"R�J$��H�@k�N�ύRqnD?�6�!
+�q��_*���+���B3�@��^Y��*-�G�&h6���煯׼3#�2*�b���j���1�a�����y��zhq��
�4�m�l��`��w���i�=�7q3-��l���3F�E*��u�4��,o��=z䝿�"����Ҫ`��Gs�V�_0T���y��+�6�^x3()�%��Jd�X��ҿ��4C����R}�h셯�>ۈe�k�sߡ��/�p��~�XK����J����d�KWm��W�xnK>[�mS�w�sb��@��ﲪ~&N=n[���kO-j��+��F��"3�ɩe{杼�;�c\aמB^ܳ��^��6��
+rwj�c32�w��+�W��ӫ��y]��^I~ZW�{��Z��	��*��}��Z�0�\
:����FhB��T����[�3�M����αI�n=��(���=g��-�!�7G�mѧ���ڿϏWI߆���_d;&f�k������O������2�(����?r}'��_�N��h!��-o͊J�1�X�۶�	o��t_N@���%"�X�D�@��T��� P��`������p��K4�陵p���;b���;�6��Ӻ���ɺ�/�h����%�����(_���If���e��5�9bJ���U~���4��sC5��a��J�,:6b�yʮ��~�O]}�fN�E��.��ǡ��\���'I���|����=\�߅��[.r��Z^q�;��s����FH+4�{pb�3��<��
+T���<{�/ڧ�:S8����]�r�A��RU0�����x��>^\��/�
<�����3��t���7��_Ozo��ߛ��/Ef�y1	�d�T+x����Υ���g"u-<OǼ�j
��t�,P"R�J$��H�@�[��H�`�<+����
+=�A8��h.��ކ
+���Y}V\k�����*�*;�����D�g��L����Iږ;��?g���	�к��3�Sl�X�@����KN��¤��O>����E���M����fdٞ��͘�R���#(�>>� s��B�h���{�]�XOŎ��f۳b.�53�=��
+T4^��~���a�L����8�{˲\�(�V��z�"���T�6
�x�[cb�L�ɤ^���^�«(S��x�*U�x��!*�K�=����.{��hy.���G�w���������h�\��(���/�';P�����>�s{q�ʼ�Mͽi��8���{pp�m~��AU���3���i�~�3��]x��d�ᬓ�Glȑ�k(�cȡL��Լ�1񪱸g����;+��E(��"P���
+�@A��g'
g�r<�Q�1��<�n�I=(�Q(�лZ�ə����U]-��&dW[v�w_�>���[䖥����
v/��t���9b��z�<��!��E�N�
+���- ��}���Vz<#���ض��]J��>�����_�q�	.��OJ�)խ�8���s�񙓘d�C���9J>�o���B�.<+�_��'q��]y��{g�g�����]�~KJݯ[I�={PM^ý�_n�@��񽾼�\5rҋ�ɧI�26����)q����e���uykg��/��7��	
+�`(P���@��@�����kl���>��)C�7�Faԇ�����?5�O��4�h����LVו��ޫ%�?�>��Z��#�XVܿ �փ75���[{:U
+����G��v\V�uS������F�M�'{?�*��xSs���'�91�|#������|��8T�Z��~灘{���p�l�w��K	A}�%75�i��4Z�u�8��hU���k׆$f�'�*��@ٙ�o|�b*2��j-u�{z�����s�Q�(P��E�@�
+����ϗ�����7��il�lf�K�4����ҩO��D�z���&�Ψp�����I�F�=�D�����v7~[�x���������;\/�*[��_D��w����|z������W���9�E_�2�
+��#�6��[���jl��m��{\L���P_xE���Ϙ(P%;Z����z�LX���D�,�e���w]�Jk�Tܲ͢�����(��"P���
+�@A��ǟ\h9������P�*R(�{���ݯ�>9Cȕ�蹖��"r�.�nΫ�[~�[��Ӓ��%��w��q���G��,)P9����eM��	�<.�ɹ�����вn��ڇ�~y̿�͋����mkG/,j���9��g"'��V���m�$�N�d�l�q�^�/�"U�}��d~i���ejl�M�w��������;t�Qi��qA��o�@�c�ޫs)N�r�OiШ'�*"?�wjƹ见��C�T�����>P����@��(���U�Jc)�ޥ4���0�ψbɝ���4�l��
+=��_��vwE���懤0��ʲw����Κ+-Jg'`~���J�G�yۺ
k��݊�\'<7�ʳTE�F��I��Aχ1���kT�5W�sҼ�>��n&�O)
r�j����/~�����\~f��R���XV���.v�U�~=�T{��������c�����xggn.H}�?�\�@�}��ޒ�Z��F̾C�
+��(��A� PP���E���4Tf4I(��t�3�=�39R^sOX�0��n�q��4�d�Z��(P��E�@�
+���5�B�h�Nu�M�pԧ	����(�<�E���X
+���@(|
+t�����@�v�\�ܟ*Ӡ@���?(P�
+
+Z�(P��Ղ�?(P�
+
+Z�(P��Ղ�?(P�
+���Q����@��(�
+a���
+���@(�
+T!|Ӣ@��A��(��P�B�W(�@(��A� PP�
+S(�@>
+!|)ch�
+C,^
+K(�@(��E�B(p�,^��Mn�SF�7卞���*�l���L�@�:+�����Ph23���P�*P���*k���z���4�V��U�@��lQ���(�PW���	!���Dy�A�Z�\0�y�(P��(P����-T]��P��ʌH���ɧBQ���P��
+�[��>�+�
+F��t��MU(
+���9�^ȕК�<W~23q� �|*F�p�@�
+ʘH��
+[(��l��fyn�5����D3��C������9V|���B���{`�ˋ;f')e���_�4t��3�z��.7n紕ȥK&&&�y���9�W˚쇯�i&���0�#
+���T����i��FM+���Ö!�//-n�.�
�'dp҅�"��4-���f�L^yp���+Pg-ũ�P�ݕR�e�O���uP����0V���܆�lq̈D��Spjj�-C�W(�}7���/el�~��oϜ�:��σ��ō��Nڞ���E��8(����BSdׯέ���ty�~'�\i�����;>89��;�[���>�M�
+�H�'z_�ϥ�+�_s(��,��>�+�
+F[���@KA������_�ܶ�R�H�=s>*".%6r�!׮�ެ�z��Z2=n���q�$��K��1����B�=+gM��*�+
+�w����j^���ᫍC�����2�C����՛;��}�ZO�@������^�k�x�����~���>Q���:T������L�h�7�}(#�À
++��t���$i��K��UsoZ�?���u�߬�,�Ffr�l-�:�V���uێ�h�f)��4����:׍B��(n���V8��Ȓ�HiD
#c�0ۙ�t�u��������y������[����yE^ؽ5�ʁM����}`"}�����6�����ng"[H]\!�w~OЄ�|����@���.�n6��P��C-����ƠycM��W~͠g	\Q��t����j�3=
+�g��e:�����0 �t�����l�#b��س�XL6P8��cD1��B�рT�@��|�n>_��,Zc���95v�]��/����\�֋�2�V���gYzU�Z���3̳ʔ?�k��w�K��=�ƗЀ�����!"��'�\"���I��qǑK!��M*+Ze�o.[��a~~V#��Gp�{����a{-��:�������mx����{�nׄy�-�:���hƃl��5R?.8��=�5W_lVl3�t[y{����o�mX/A6�$�|��y�����Zq�cs�H�K�?\�2��x��K
+�l�Q�:q6����jCe��ٜ+��Q}�:��V�kyZ	:�w���ϕ�^)|�c��{T����¥HA�T,��!R��˽n#�;�YW~��8��	6P8��cBC����
+Ӈm_xc�?i��79��q�]�x�����/2}\.��Lc�j~�3~��@�t��P�q~�zc�3��^����763KJ.�=bsM��of�-���{k�^_1� w���I��b�5����f��u)%�0��`�
+%}�A]�Z�#�f��O#F6F����诺Vn_�$s�2+�G�s�;��9%Sb2#9�p]j�sa��,�k�4�3ܭ��~�yꘉ2N�W�E�(��>+�V��t���h�x���z9�
+Hs�=��_�	x[���u���ϣ�b�(ұ��2(���������ȑ���6�kj���og8ȗ��3�ȱ�Z��
]�/�����D(p�1�!�@/��@��Y�р�U<թ�∯:����y}l�1|�"����9�V��!1㢘�|���~�'��`_��1j�Jw���&\%K'�[>Ac���Ď�`������O���a�t��+�e����\��
=*Ì=+BM�����o��A3`a�oѫ�g��&�%#-4���t�K6ئ��6P�T�
+d�s���읇�}n����@+�E2�T��'�BQz+j�l+��.���2V��f�Ȇ䓥�U��dI�=}�g9���`��:�u�#�5����	C�xP�C{�"Jx	��E�;r\v#��h��gYrڛ�u�JGs�瞰�]�OKHb��ؿ���i;OG<�����P�a�2*�\!&L�}8����+�O͖���M���L�F/��TL�P4o#7��������6�X��0�lv�m�������>@��!�t��X�eI>��t����@9h���b�k,�w�4]�qE�|����,��"�X���%Xs��@�窾b�,ѱQ���?�����[�;�A�s(<7�99���F�B'�@��	
yz)�B`{�������#�~~u��Ld��^Ʊ����츟��&}�7C�����=Ab)]Z5����sT���O_-�O����ɗH�����Sx�ܾ��^+���A`DB`�cA������^3)|6{�U��fk��Qo�{C����
��jV�Ih�h���NO@�h���3é����^C8jm ��B2�ܧ}��K+�+�\����u�I�%��m���g�%�S1UB]T�x(-�}������O�s̫3�|��:�5�f�B�R�+Tg��, {� ����,�����S���d��Q���:��[��?�WA�|�~K����|Y��g�8R6�Ȭ�����*�1P���k��L���^��7��m���W�}Ana�G���:���w�֌����xE4��>�?(�@��H�s�:}c����H#1Ы(��}T#�h]^��^F�����*�~��dd��`����C�f�����_xKFu�Z��������l�:܌3�v���І���p�}A����S|�@˳�xQ�T6x�S��>��>��xD(q�	
+����y��W>��^�>I �d�:�Xc���6���9_I����dӂfG$>H���$�.W���(tN�-��?��-�8��Kڪq�B��Hl4e���e
+���	6P8��cBC���"e=+�7xՙ���Pl�e�_-���%0dY��ބ��$F]���{��u]-MN��ה"�|\�S����|�`�堻�
+]��jCj]/r
+zTY�-�8�Ѯ'm���f8�7��}4�R촓9���NY��H�c�
+4�TkH�|�<7�,3G��
}���j�3=
+�g�
^��z|`�������p�� /�w����+��/�IH™p� �
+��ŕ��n�>��Ԃ����ʈ��\+��Z���@�D(("� r	r5aHŘD����o�;��{����?�����ʂ˴�EYs�ѳ]��_���&����9K��ifO��{�h�_�`��@�m�ƫ?�C>!v=�|�лxo�,\
+�����m��E�S)N�~�B)��w����@,��9�y՛uNϷ#�z�����x�@G�tx�@�e��D_A�3��M��bHTxV��ns�����S�{��M$P�_܃w�`�iZE�g�g׆�C·�?D����������?'P���^S�O���B��rQ6��	K�/�%o|��27a�0��~u�<���>����q)�"���X�x�W��2�4�v�;�$��_꣸<�΢W��C�5i����Q�n�����|�D�~5v^h�`�YM�hX$�CZ�i�hln�]�ȁ���r4�ɤA��A,��عaO(v:��@p�!j��@��F6sb�w&��>[ ��A�I����w4fdV��&�qZX�XL�:�η.�����C�¸�.^�/���'Qo��3���&���"����O�i��cz�W�*��\�~W��>����'�%���t��%{�;G\�b$�Z	�=kmO>>c��G�o/���N_�M�8Q�C"�dN\Џd']m�q�B�p���������Ͼ�cfryV��z@3�X�o�F���������sE�~�$�>-�`<=�m#���6�,/�h�RYn�c�(��'�A0��IO%���đ��;pH����v�R3"3�ד����\�}'����G��c9q�Vp��S��5�ale�:�$"�"�-�M�L�x�(?�c���Dy��`Βe{�M�|Xk%���A;m��������D��I�+�D�������F�zTD,�;����l�X�Y��
�h���@�$5�_��CL��5vHf��G�u��<2\1�12ЏST�^J-�6R��q{!�ۍ֛��*'�g�.����7���'�D���<?���Pk�gy3�/�t�}��x�q��B�gW[Ǔ�'��%.�+u�ԟ�w�hcH�Ƈ��
+Y3z�t�Xh�vS����G���oFncRWp6lC�1�ed�pi9�˼�3�[�i,�x4��Ta�h2NM��T������8빐X�e����S����9��X�0�z�)ժ2�/�>�`!���}�m���u+JI�2mD���#���AY�D�t����"
+Tz��������W�m��ѩ;W	�����F��I���K�>Oq�	��4�Z{�3?��Ѷ�ڛ����������30�t2����	K���`�+�7�\��]'̭�5p&�o[|579n�.����,>���_M< V�C^Pu�7�/
+v��H+$gT����Vlw��iܾx����
+�?$��#��DZs�B�4m��#�!%P3	��y%�����h�W&��h���Xj��=B��ԡ=|���~<+�Ћ�M��ll�W�r���85�4'�st��+�/;�F��I��~xh�Y�N0$_rFP=�A
+|�~�~��k���l����)ӊi
+���;�7J��	tzL���Q�*�@H�Q̻*��yF�/bKl[�CdU��4�ov%�O�Zdjo���8���2AѺ\�g����NTؐP ��������D���X����B;�[�G��1�8׫_L�����]�Ts�Y1���N���@���������x�A~�FP�ԓ��+����E�qሢ�"�Xa���5�A�$����R�S�54�Kݛ}Ҙ�,W$X�a2����k*	%������L�^1�|H����i� �l�e�����6	�f�!���1�(�~P�n��A\��հk�z2��<�@��XpV^�M�c2X�56�8-jd^Yԑ�$.����(�)��l$�	6a�Q�ٯj��ͧf����>V�O�C
~ߍ��
+��ۋ����n�b���,�����e���6��iK5O�o�$:��Mz��/����
�)<����a��p��l�5K¦��u�ÀP�V;�\����	OdH|I�x ��-��Q��LM]�N���`p{ݏ3+n�8��8]���y��F�����+7�­jK�~Y�ZV�j\gL�QB����z7�X�����0*��q1����M��G�����P�9/D��WɆ�,(Vl ���;�K/)*B�af�g���P�8g�x�����œ�ՐS��CW�6@���A�ϒB`��J�ƺ,zJ������I��^a����`�_��uᬂ�D���w��.��;.y|�ȡ�^��.�}���]�X����6������3��e���񛍄�[Q@d�M���*�J�����'�.R��P����
+<7�UQ���EAE��
+�*�)$쁰	Y�%�Jy!Dgt&g�?�Y�s����S҇ �X%�H�S�˯���w��"���>Awb͖�ەv*�հ�Ta��w�Tx�7�g����I1!�b*4��w-��
Q%~���m����5}��z`C��m'�9>PJ��C�h��R����	ԗ�?�R$��@���#e���Y�?r�?)���.�E���M���W�3�O��9�=�~���ۀ�W1Ť�ܐ�_l8��^؋��3�u�hZY���~A�?E):����膏qVׇݗ�^|̕��G����JM�jS���ɔh4Z���]�k�_~��sH���������ww���F�W_d�P}�`�V�SG<��c^��?_.V��^�����3@�	`�N��g_�V�cVm,"��I�����lj�n���0���ظ_�m�S,V�/���v�	���?����~M,������0&�W(R�~vh6"�R�hW3f����G���ޱX˕�����vo�ջ�U�h��M{i��GT�pF8 ��ȡ�w�/�`ң�x���Ѵ�:���p%*���d���s����%Ω{�U#P/(�G��:@���y<�Q"S������p���J��XX/�+"PEu�>I�<�y���XŹIիI,��F6��=td����b�c�~����t�4�1��ڪL��6��,r2f��ɜ��`�lV�#$�',[���V6%�̭�Kͧ���[�W,��9�Q�!'�{��gj彑Aa�񴸵�(jW��B�!������a�}h~�%�����2���SK[�޹53�'z^�ڜ�1 ��@�P>��5�.%J�ɢjI�KqK�"�(��	�֑��~�nm�O���QZlвaRze���g�P�����r�;5�i��oj�a�j����^]�*�6���������~"���xmy^��J���뱔�4���O�ޠ@�/�Gs��9��j���܅�;�)�C�u�Մ���Q���Rc,�oq��X�Ϥ䬻�y�^'.r�#�l��+-�?����3�k-��=�1���|w�XG������{-M�������� �x�y=��'���V�K�!�������煒�����C9�[�u���뉰p�ޙ��'CuK��з搣����1�]@��w�
n^����t��)[���C�G_VS�WU�$����aawp��Ý	h��[<�y�ƽ�-�l���}�TM����6���L�^U@��6,����W/s��h�>�� �۝�����u@(��Aoj:dDRF�8�>FM�{?��5��������H6<bS�O�$�cZ���R�"̋�;��Lj��B9m!�����k���2
 ��?��g$�{��	�+�@�Ru����������y��=,�_hXa?����[�]����`�C�(�1L�7�{�J0��b��"%Py�*��0
+�n�J�b�����G{^�2蒉xi���P�!��zcF-u�y�$�!�b�B����lҾU���P���Y��WSf0`�U��}\F^r{��G�
+�C�z�$�\ѿ��s�/ŚP�G�9�XU�v:�Q���O\�p�f`Jj�2l�ܼZ_
�З5��ő���e�����^������J�/»��``�:��Sy?����<GX��N�o�&2�
�$t�a�\�g��$/�c.
+�5�s6c�/�S�O
˵e��X�(ʎ;Z�v����a�T�o=s-/n�=�(������9��i���`�^��'�]���&%F(��9%`���E���&Jf�/Hc�t��a=c�N&�S0�:�o{����Nc}s�W�sد?��1�E}�nx���I{�#��;rN�����U]�q���>�� �:%��gdtZ*�%n���dX'Vg�5/��==�}���z��B,h6�/Nv�E#K�޷�Z�Nw5�~tR��Ԧ�w2e���?B8l_Ʊ)�?Lp�nP��l h�`T�8����~�=hU�zd�0�q�}z���@����!�f��\����d�.BS��<�H-��_��/f�5�����
+��8��Dd�7]3��)�Sq�>zb�w 1����*���Ѐ��B\R�UIČՇD�#{G@��z>2-ƣ�D4�&q�
+��ô��7���/�8��ʾ�[hd\^g��릒�N:�y��]C����`�t
%!��Biy�}�XK����^n4����{4���3ў��(s������rmF]��1�&����L��?��,�TF%Lj��
+�k����-�6�8�l��F֣60N�(�-Ra����zRC5��!@B"@�
�
����"��־�.-���2j�Z�ɾ��-YD���S�����2�}Aym�;Tp�RZ���J�'U��E@�
+��-�]�,��I!�����3�dr�=���=�&��A��V�N��y�/
���@�W\+�里�\Y'pS���,E:�pe�7�{�>���`J�x�{ehsBHXx�9n��州�V��5�,��_��w�Cص����45��|o�@IΑ)��زa��6ik)����}F�����5�^(�'?�еj
���k�5�����a��T����x�8�s���7�0�o?��'��@�a�Uuy�y��&��h�UE
K�D<rv��
+U�3�B�.`�8T
+yz�z��T~]�'-��O���FH@���A?^�3l��O�9����Ϲ���N�$k�1���Qh+C��R?�f�E�$a�k�}"�
c��*L���Ȟ��IQ��:�]`��)q=�!)��QȽLVd�hc\��9G�vk<H�ח;�K�}5B޴��`�Q-o���Q��;��Q3�m(��ͱ>u�ckK&i�_�������7�z�ن2H�~���-&a��N|��,���1G~E�}����Gϵ?xU��^($������z�M��� Hw�.]���g�����	��3M9��ûY�tq���{�A��S� v/_Ϥ	7>1{|�4��?ߛ=XH�]^E$�2�c���	�-p�[�՘�39���%N���\ʪ}���"�\�>	L��,�4$H�}�e�#t��R�Ôb�@W������Z��ҵ���[_�?��Cd"F�?GP���W��y>�>@��v�@��$�8�ޙݯI��
�D}����g���/�f�xLcB�c9����o䌹�����36�2Z�YK�2a����K����jP�@_g�K\�aR�*�DCt�4s��Hș�5�֮HK�h_�(/�B�z�C�g�[4��5J��T͎2s�<��}���N�
+�ad��з�@��B����0Pc��8�d��ܫ��l��t<�U�ǻh} ��ɰ|�bKAR�{�YۄQ(K#|��`R?�n�#�$c�Ȑ�^Ff�7��`V�R@Zd��Ɏa���s�~D��_ 6��{� cl��)�@��y?䖺����ך+o7P��e�UnlX��j��3�A-9�Ԏ�Z���@)�:�;� k�
W�$��kT�n��>�GkH�Sfh�C��)2�x	�������^ޥ����0��p���D�ypv���eǛݼD^P�Nt�e���ןh55:��Π�����%���J`�_���R>X����_p���;�kʶ7[,�p��zu|�K��A�GҔH���A�z�b�4e�/!�^$�Ŕ#vE7"%LL:y�H��LK����f���S7[^ì>����r%N�G����8ϠG'� ��;�o��d��b����r!
\q�(g�d��Ծ�62�#�����Ҷ�Y�O�$��Mo�{.��dGc�@O��\��b�-�U���l����S�n�նM��"��595�
���$��}j�����+�����F䤚EL�z%ǯ#�T��K8��b5g�L���^��0�`�x9�K�=�!!�@�i�h¼�8C�+r�Mt��
8�P)�h<��]6}�����37m�����{,��ȹ^$�ѭU��M��0&�'��4�����#l��9��[4Ѯk�L�-8*�O�X�����o����K�D?�J�f� ��3�'�O�S���O	ў�%��|���&�lj��,lU4���Q�ŭ���͎��V���>�ʫ����%u8��}�}�?�V�~���ԦT�?��C�j���g٥f�;-��{U\U�Ѓ~7N��V$$A( ���D�y��S)�� Ml��ᛮ�XL�vw��+��p�/���"���m��>y��3��<���g��!�I�ڷg����:���������n�!L�wXb"'al9��HXa���d����KzE��*^��{c�~�@ʤ�Ǐ����z�q����9:��G���R���4>ޑ�\NnE'���q��M��0��yL������C�,����c�GA���2<��Y�:9�|?k���n#&&8�����b�u�_y�:ٍ��k�f�VX�
<�ܫ����ǖ���c����V5x5O���~E�t��K��J~`�)+ 
�&�<��3t5�|��
�s��S?�����6J�A��b�/eN�
+����hiüϬR����$�
8����:��a`^%G��s۫<�����E���|�u8}"ҿ�;f�3=�ϺCֹ�o���g�������J�0ʱP���@�h�:�M�
��)��"W�D߆�N�@��)!�@��4``^e-�]��5�]�U��%��9���f����4M�-@�Ca�Da���N�@��)!�@��~��Fr�q���5����<�c�pJ��H��F��C��"n9D��)��
�).�!V�
JP6D$B!NQ8����Ǟ�g<3���������=�^���O��k��W媞�����[,���Kb��@��\��V7X��<6z.�����B ��2�[K�����_����3
\�z���Ǎ#6
+�(��(}co�"���מ��
+
+�4p
���y�9�@ 'e�]!�����~}��/����3
\`��p��B �D�2�7�h���q`��F�@�����
��$ON2G��V�[��C�W��'H^P����]��N0Y�i�HʩmY�?d�Q��/F��c�D�5��*u��o$�Ur� Wocƛf}���5F�������`$�g�Ɔ�����'�g(I�(}������.����3
\ga���E�r��&+�&�Žs�bg�En�Y�!!%_h��vÎ0PA�-bx�#t��?N0��-�$�HY䶨Tي١1,4^��T#oR��(Cm�re㐬6�*R͖�?����z�J2E[��ڈ��Y�����5�`��\e�W�E8?n��Y??��������b��tTwF}��YY�0=�;Y{�T��c�����Y�Y[�2��m��0�h��I��&��ZJˡQ�D�X��3�\���ږCz4���D\Z�fe�@�61����@$�Kw�)�&-�&*�&3�7ĝ��C�L�@��D�:�Z
VZ&��8�d���'��E
+��I���
����xh��B ����ട����˃���3mM�zYs����0��Ts��a�w&� ����:��o���Q�Xh�Ywn���_I/r�c� ���#�]�ț�jZ��|���R��+BmD�����̪���[>���1��V�z�`�D1�'��r�[Q�yuG,j�{�U�k��ȎK�Oڟ����B ����������޳��t���q���*ޠ������ 7��z� �ƴ�B-(t�<n,ѣ#�,����և,��	�	���]���@h��8��e��9B�Zmo�c�� ��3H[[��f���f�����i�Q���'R��C؇[��ZA
+���{���JMZ�n�|�v3��
7�;s���FtF����;
+(90P��(��8�hɓ���z�����8W�!���P�PƱ��f���h�bg��6C�qP,0G�r�ݹ8�ƈ���N̾����˅.�&3:	
� eU���.�u*�@�5�:��(�JЏ����|n��1�z�p��F�'�?ie�CS1�{{���\i@j��np�#4V�0H9���u�tV�������^�ڇ����;
+(90P��(��8i�M�g���)���K�M����A4��W�D���ֈ�[˃�wd�t2���i�]?r�!�|��u�EZt����΍�&[�1!r�*~m��H\Y���n�n������(�C"��]�AN
+�'|,���.6ds���l�����`��\3����K�`���7�t�!UE�9�M����}�A6:@�� ��a��2���Y�R{��$��0DɗJ�f�u[n�4���������re�F�a��}o��#.Vz��nxGLJP���5
Ɯ�аp�i�ٻ._�����`�ǻ��$-ED�X�w�5�,���H����������TO\��pq�� 7V����B �D��@�%x��e83�ƚ�:�k�<8��=c9o��a�|�?�/"%Wh3�g:���4c�
״�n��?N0�K�f���pBL+^��Ե媗5����(�>��4lz^�����A�nJ\���ڄ�	�� �o��|����"eJ�fPj5}�6���DᆋO���&{.E�K
+�@�5`��0P�̀k:�p��3u�=\O7�ąL�E���-�<2��������?^?F#��,��ЩO4�V,�F�t�u��q��h�S�vM�b��A3Yۋ1�I��RqH�5M�݆�e4N����B �D�
+�]�{�h3�7$eC�g�iݺ%M�����'�エ�����~�緱�E�������}v���ɳ/t~����~�����{�����>m���{��y��5����r��z�qև첍s��vc=+f�@'����# ,��	~�)�'�e�0P�(`��s��	b��G?��?��K�_�[��|�������?�؇b��I_���v����6�8^|e��o������f���~U}x�hn{P��?-�Npn�[$�;_}rp�����1K�?�S��r�-���Ǖ�/���>�����O��z�|���j�!�粙�4��G�_�ǫ�}�;�"�����߽麭4n�`���`�`��%�y�oo����;�_�YZ7���_&pM�W�	r �p	QX��`EpA�#"Xu��c�v��-֫�vQ��j�n+"���U�K�e�����H��Ɂ� �Ge�R��Cԝ����y�?��|>y3���(6�����}C���D�H�Yt-pQy�����g��֬v�`>B��Ӛn-��e�y����+�H�N�I2������S���*�Y��"��?2�2��^��e��V�2�B��%��&|*�x	� ����՟#���k���Vjԉ�Ӑ��P����(�iJflD�͗#I����޷:�.����8�c�s�゘�5����]��£�SHAH^�&��b����������(n���6��O�}T���?����x8^�o#��]]u��A�IW������-�m�m��a��o��O
+zxk�,۶VC?�C�5�j���:mۤ�N8����@���!�KN�Ȍ)=r�U���ܧdD۾�t��}U:�<b3�b����Ir6����]�T��AJ�H]R�ȸ��c���إ��t�
�Q�.Ф�E���o�i�$ԚABt��o1����OXJ�<^B���
E*Ke�7񷒾k�|8�����8���nﹽ	}a�i��pѧNo�6z���>�J
+[�Sn��HkV�(ji��W���8�Y,��R�߱����x���C>B��X9[�6;�s�k���Vn3�:�����X)�:��<�ھC�ua�`c��n[�V�ǒpw��F3��ɛ,P��]���AL�jB������J+&���S��̜��
�#\�"�RR覷��CrP?�هfU1��%�;��^HR�dE��U�S:��5v�����d�+w��(���)�sl��5���~�`�b��hB�M�4Bg��!�n ]�"P6��}�0BJ�q�(����AD�<�1���59���.����bx�W鯀>+5��.=�����o�.\�N��ᆛA6��G�/�
���I*��3��;X�LX���칟�$JD4#���*�"P��{�~̙6��>��.b�۶��詻y�s��O
+�Zqgq����[�f5�8�����B������ҴykIh1��P���诽�H��������3ϣ����U��^HM�~������	���k��jO���9E~Lf�Ó�R�2���.Z%K�<T���*>�*��&��x��xq>W��Z������)�m��j!��J��L��^ ��s�9w����:'y�sxw��SX뗧
k2
+�����Ц+F`]�b�"����7/���9��"]M�Q`�j��4�f�a��>�,��f�F4<�Z�<���X�(�ؽ�	D���O�ΧO�]������0a���n�
)��š�s��~/Sxts
+)�[����
�кa�|�����ܤ����	�wO8��n�hh�ԏ�,��?#7�?yA�Xr�x��^�}ä;F�C�c{Js=�$tv��o2���@�/��6�x�z�q��X�c�x����&�r?�_��zjHT��K��"ʸ~ll�Zw~~�>��݃�L����՛t��\��q!|�!*4~A_˷�N�*����ÀB*��K-U�Y��(���s�g���}u�dMw�y�]�)����m�egX����
+��R�^����a:��S����6�(B��󒩢ar�l\�J��y�荦gJ��Wc��*�b=
+h��l�e�C��=B�9-�S*�|�T~���b�p�CP����ɗg��K^�GipO�Q�о�]��.��A�=�#��;�̗��E��1�V�=��׀�'�$N9_(�V�C:R����4���?ј�=d:]���#NL�2+�궈hYj�iu�Iʠ�dn4#,4Y��Q�I��Lo��2���'�#�-Y�O���A����5��)׍n�j�F�,�G�l�$�P�zG�#���	�����j)���K7A}@
&A�K#b�Q&P�/
+��$���g�\���a��C@;����\S���}?e���J;�3��I�����fz��V��:Ph��[
�pŅ��N��ᆛA����=�r���4����8�����b�O����c����.��yf$4�%�C�&(�ABN�}�����7L�>�t:mn�>}V\�
���x��]�,)EG���/$�K8O鳹�qf�
�y�h`�m6�F>�Vh�tH�̊��b�?� ����i�RcQ�ˆ�'-�ϯ�5���ߛ'6x`�e�?9G�~0���S����`$O�-��Z��i��s�5��2@��\�w,A��c�"H[�o^���-Q2��&��aeƠ�e�
+h��5�`��p��wܳ��Q݄��d("\�VB�P(Ta䫩d��wc]�u%ނ�(��Q/��S����Bj�P L���Ϻ���-��yTSW�_Va_"�M@-Z�.T��#�Q{ԣ�{�Q�RlKk�*�Q�Ȣ""Dd	IX$��B���Zg�������=��~����w�}�}j��t�mV�K=?W3�׈^��?#$��^%-V�Mٯ4������WYF8 D�Z����/�M��ךC����Rd�v~������%%-��@�`�m���9�L��7��x��:zL��FX~
+B2t���rl(
V�n���9�{����-�74:��8ju�
�\�g�l��hM�JAnC'#v3�̍�N�:b�&D��ae�#�B�"K�-�
_;��y�=�6���<EU���U�a:c@˟&��q��jV���M�0�0���yi�=��M��
+��_(���j��}�x��i�?7�M��i@��mM4�	���b���Ed��}�@
�)��$0v	�s���'����h������+ߤ�֌[[.�������	rų{�:�Ԫ��$�MT�#}5:K�i�2m���/��B໊����J�|��( T1P�:Bi�`�ax]�;���v��s��&�zu̺\;S�`���*����?��lW�s��K���~��=GY',�+.�*��u[�b-`R��;�kM�����l/�ߞwSs+t�v6����7��y;(��x�-�SU��^�\�r(�g:aҡO��@�P$T�@���p�~p�I�σQN��
+u`��l�R:�l������U�1{i!���NE�ӭ�PL�Y�������4�:a?�9d�y�E���{�h��^�Y�,���/C6(�|/ƛ`��^��g4;�n��$����C��@OP�p�L0�e��"���d���Y�m �xO����Q�XA*�c�p}s���L�zO�N���~�d�v�
���w�9�?���!@����=�'�&<e;�l�Ux�p����k�u�@�˹�8��+?5)��g���P���Hn�D�q'dp�aֲ��B��b��X���-�������6���GΏDiǾM�<vX��}�PE
5���&�@/��}�ˆ�������{z�@�Y��2�q���v�-��ʈ'�u6nO1��[2
�R-����i���+o{����B� ;���S���Z8��[����������͹�b=�F���+Y��p��iM>���ZE�wZ-�",0%/vG���Jw�v�:����M��?ٰ1Q*m����/����`���;�Ƚ
+P��q-^&��/O
"�Z��U�T����'zJu��r�̆�k.O�o�j��;�=�m�!^��9���t�՛M�����n�q��!-l�C��R��<�y�1���|�w���z�±s9�%G�ޭP;n�
+�0�q���2���3����`�Y���X��Q�܀Ks�a����5��4�9�0��[�W=T%sw�sH+U���4\��}N�j!��g1S()Vz�+Ů�&���'2����@�ȼT#����v0�XbH�W����Sp��h�.��F�Ux�3J�J'��z3L_�#�	¶�D��=g?�ɀ�`E�yc��|0�OO��j�r�v��lO�q�/���j[���oU�N3��E�/�`�^�Gi�TE�n�b��{�1
�,%m�f~z���4��t���M���G�#ϏD(���jc��"P-y����q�oz�@���>g[=������In�c'����ɜl�L:�[l��;�C�@)�uu�%St�����w�HڼKK�m��i�]����������H>��a�,��w��J��j�����0���+Ur��3K��7I�>{Ϫ���	f_�����!���&~n�8��wz:��,`*��n\��W]��:�yնCG0ϡI޽`u:�ŵ����z��ף�`�?h��!�7M�l{�׽C��gz��R���$����h��8E��4J��h.��xv2�P�[���ƴ9qj%�{��R_ΓCfn55X��A^�p�݋`=�V�g���Y��7���۽_��x�F�MhV��Y�V<�P���K8),�n�U���q��|��Bؚ&��\����)fɞ�ܔ�b��#���J�A�Qpb9/5Ex�t�m��;ڐ:��H�Ɇ��J0�6��5����'�u�7���u�܊Ļ�_��92{
+�*61"g��� &��s����^��@)X8�H�Z�&�
+=�{�"���ki��*��䢣`�4�����b�Fv�#j��Y3�(T��������}�	%P4?�y~$B	5�P�M���
k"� ��t�(�N�DP��ecԚ�;��_O
������s���R�ư��i�����1�z��[��T,X�����:�W��Z��k9+0@,����uX-��e��u�񷇮�,˶d�0C��U��B9�04!�
+�䠁L(�4$tҡ�iI���h��4�H��Ck�B�ZH1!`L�}$`sےeI�ai%��]�S�زVZc�~��7�Vo���}�V���#���Z:8^��l�������O6�g�Z�g�������icț}k����
�;b�3?x�t��E��ԏ���΅A�Syof��LI�����5c�'�ݏOs�U}�:�WҾ�y=����;}��W�	t:��̑x=���r�~yxu�s��z"y\9�B*2����=�3'{*�V}�M���ÿ�~��e7/��f�k/��i�[o{jB���-[��wS�o�4���p#�Hq�i�؛+�o��d��
�cƧC7p���+U��]c��G�;����f�ވRFRj<¨�(+�(�!k!зb��)��!п����6�@�J�z=��L�/YT�Q����@�eIhn:�U�+6��c��
+����uo�s�9��зT����9B{��W>d=��CE�Ȫ�7sV9E�
+�3�*�9u]��SO�����2�C9��.����-�ȓ	��|H��@��z�z���̊�����xA&�H��>���4;�o~�7I��/�M:{x��+��,�g�/9]��j�ۥ�,���a�Ӗ�Y��CW������h��k���_?ҷ��`��Uw#2k������>�`Ɏ�o��Y0���_�X����Vn]���>z}Iɖ'g��qh��Q���@��D?mg ������
+���ۨ����B�@��38K�Cf�ぅ�C��+:�@Wi1�~	5�֑��l��N��uІCT�j{�yu�a�ݏJ}����
�6��.�ЦM������K��B��0($P(���"P�<[����$�+>&�H�珌�^}�������+G�=�}�����[k/����Ù˺os�����W
+�Ł2�-�sV�ݕ��UD�d��_�'~G9����e��w�7o��潺}͌��m����̈�,��c��T�ȉ�	�,z��_J���ό�m�	��x��c����X�f�}"��JG�g ����?,RF��,:��_4��σ�����K�}���ː	��|H��@��z���@��:�B�+��8}ą�{��~����3N�0kזg��;���^�<���Ӗ�YG��?r�nn�PVJ=�)K�@���3�"g
+̓�׬߲WYT9��ȣ��ׂ\r3 ����Bs��kg�3u�������1��O��@.�dZ\
FA_\P���d�Z�Պ���r3��aMQ
f�;hO���r���<P4s遢~�<k�=�����G*i�/�<��]����۩�v+�4,�G�x�/��	�VB�J7���|��͚|�(��_>��Qu$rV0�,�.�S�h�Wh�0�����T�ې���H	�+t4�������XDͣ�0����@����T]A��ݝ@;�SR�5qk��uDo݈=�^U��>3�l~矕Ә= \#rL����w����A'1e`
+vT��I��m�j��U�����=�ȳG-�!�g��o�3�Z��K P�Â3g���Y�9q�	~z}�[��DCB���Lg&X�����3�>L_;�ӕ,�ۿ��WV�~)Ofw"PTe��V��[h�E�n��b�!"������T:���D�|��@
3���|T�)-G���<P��)��d8�l��x���&�rGy��5�N�54q��'?F��ۑl�OD���Za�QUE�.@D�C�6�.��XD��\emT���'B����R�����H*omh�x���̃�*
+�U�Մ�l��4je�lz��(#�v_�	"�&�QC�A���8�|�3*���-!J^iάg�<P�,�̠�6u]�p���Ge���c�-K~���OR>�?#)���|��G��3�\�6�h��
+�&���0�e��@߿���|)�
+�� �BC'nH�Нf��*�<�M����RG������uDڡ�DQ�hU.R�/��x"W[{oߌ�sV��uۂ8������6�a�r��'��Z	�K�Lj���K�}�4�a܆�%R���j�Q�#·q�(T�J�@�>~�}��%��gH�Нf��*�<t�"�ih,]��r4NN<''�d���6��q
+0�2f�E���AD�@mXc����#O�X�HIW�YCvV�Dz

���G�-��S����xy2���|��o��WfS����d�:"��*k�,��'0Ra��9k��Mm�_)�
+���!Ph��jH����ܲ(��*��*�Ú�.��,Jq|/�D i<ч��u�`����Q�0d�k�E<��
++lh]D�b�Jc���	8)�.'����c�ɏ�H�'��s���$Ə��bp�./�"	^e5��X�@e45_��!�@����T�@��7$Ph�nn9	U����m�������$Yvd˖��d)mI`d��@`k�0�Q�n����1�A����m��R(�R:���ղ�R���G
[W�Z�t�@F����͒l˲�����~����;�d�g%�~����<�}~�c!�'��^l��U���3<"��hf���h�d
Yenj�F�p�b2gwܻ|�4��51<�J��1]�(6�H#Vp�Rh4�1��J^g����Do�������S��[#���Z�o~n�=W�giͽ��1�����zƋ�:�c�ރ�u��/8��M��\L���$�N%TC���gx3DBb��HY�DB�	6�6J4ͫΌ���\�l�o9��;[G{�w[kg��3w#����
+�<�K>��+0P��`��m��t]JI��X�l��{�n�;���g>��+0P��`��m�A0I�ԥ{��K�����@�w)0P��`���v��\Le:W��\�a11��#
+��K���(����O>��+0P��`���"��ɇ��|
+�w`���4P
+�`�������(���`�������(���`�������(���`������z�'��S�{�8>(��F��s?
�����_����A·��|e`4$W͓G�]�赇�+݈�U�ạ)�����|$�V4G7U���p�ĩ�}�����>�G������{����
+^�ta��G~�a���_�s��)^y�����'L!s���ء�󙇩�M�"+u�Ko{�Ʃh.=+��<eRv�ڄ�
+�O�@��|(��.eO
���s��u����<r��Gtf�������+���|ͭG��h�}���߽p��)ʠ̺�)t�5��*0P�|��;>��S���l�J~�@�{ʞ(��G�=�Y�j~89��ɯ~��/������#����㷵�M�v���\ʠ,2Q�6��i-�e( `����w~�Ĵxj�11Wh��� `�}�0�`���@�:���ҍ�A]��x-v����=���xp��ݳd��E�i_5�n��GƮ,���yΜ�<Lkњ��ۆ�
+�O�@�7�se�P3�L��n��(�`O��@�L�����6������oe�3{��]���}m�c�
+��w߸6}h��l���v�:0P�|b�Tū,V*̩!�)a�b1k��-�D�W;XH���J��K��𠐔���`��.x�wzT7�Du��jm��Պ��/���5�ۼBO��)_fJ3��9�3��7���d5�t����eLN��|�d��
va��H�R�F��ʐ(���W�|(��W|3ГG�]&�\�d����W�x�]��^��(˾R�^-��_=��w>��ߡ��B��.ۇ�
+�O��F2kl�0k0�i�'��Ha�����%��2iHi=[��-���KDDh��l����gԙ��Po}��|7<�;���&u)S���ꖽ��k�)S4
4��e���U���z3P�ޮ���Xn����c�rZ��s�	��RJ��_4����/�	=�����y���9SFSK��w�ȥ���LO,�t5[e+��a���_��@�:��U2?2������K����NM��2[��ؕE�Ju�ȧ+���&.^��� -^��^��.�����s�	url�-,�Ʋ� 8���@����ESl�p1PRGu5��Å�Ʉ{~$�&��w�+����[q5ж����d4oD%���/�*����FW�M�I��i+[�T-ɴ�2dh�#�E��+w0���WX(=�m��,fyڟ�|��c��d�Ui�Rc��մϺT����캁���G�d~��g�NO�����Ւm�n��n�d�����6��w���M��^tS�)��6`�����~�
i�
+��Y+��R��DZ�9�e���W�@VL���yr�Z��r����|��S����m��g�׵ZǷ9���M�^�_d�+�_�]W�t�~�3e_r�%�f���d��hs�`�&��l�-o3s'�Js=اS>��+�j��
__���|K*'����������d��6�~m7L7�$����i_�5��_���gO�"���7����V`�����~�u��@X���R��X�JUsz�Qc�<�D�`���R4\
�k"896k��,��Um͒¡��Qf�����|����rVj5�����w�߱��;���ot�ўC��k}�YΙ�^�Dt���t8���H�Η��ys��oCR�����TYe��@8^!K��e!�/�d1�3��׭�2��p&:�ɭXl�׎��e��'���lU^2�͇��|eW
�o?��oM!���<����/ڦi�}m7K�����o����Qՙ��Ӷi��&]����ɣ�.�m��IE�����\z��3�;�F�<l
+(�>ềvXG�d��da�`��(o���)#Wky��bR�
+��e�B�t��9��*������O,���9}Ô\�Ѽ](5�t�c�Ó��UX�Cf�F�+�iv5��~>]tL�jӸ�|9�X�I>Wz`�~��֚{��jZʖ�럺��̲p���y(]�ҕ��_�AQ]g���]`yU�HXY�(4�q4�bm*i	�1�X�c&�	
+�?��C�����8�X�0!@;AS+F��q�&06EyQ`a��=��7�%+,W���{��s�s����k�~?����ghw�E���Ѕ�B�f�w�J(�BQ4�&���3
\���4c�� G�,�Qyv�/�� #e��ݩ��;J����˙�(=��k����c'1&Ʋ��K�&�d���s�>�ݿ;�
i�٭�6A��r}����#̿��'^�JAH��By|���Z�E���}�Ȯ�
+�8�[:�8�j��k��V�`��p���ܾÜ�w�?�@U탞^�����������C�~��OA��z�U��ϸk��_C@�=��"��4uk�{�R�g�J�V��N��#��ނτ����}����3�:B-��ĩ��BZ�4f�ܟJ�PͰT-��ge��ZW�!6�lf��f(׾�W�� s��!��g?q����ߌ{�߶�iL�/�-/���p]3s�����>S�����9���g�˚9m{:�b�o�����ڢ�E8c���u8���D� $P
+E��$��*��y�ZB�?b?�?�(��~d�_NA�{�(�=��ǥ�������Ig������m���g���VߣU7���M�Zk��_ۡ
+�i��n�	V�������]a|GS�`p���5>6Ac��/E%x�:�����$P
+��h�E��J�ۙZ씤��O�/�����W)&F�,�p�&��W�_Q���ºT�*���DI��9��g��V��Z���bqV��b�X�y+�Hٶw|��ϊ�bb������I�*�ݸ39=�ΏL6��cz�Z�h]e���D� $P
+E��$�&C�W���Ŵ�'L��w�@�6a�g�}��ݯ��&���E?���
�wc���w1$P
+��H3,�� F�=�� �0�V���z�	E�J�qo�i0��o��.+��Y����Ԋo��ȗ�%Ub]���a���}o�{2{������+V���ܣ��c�x�д��lgj*��H��J�((���EA�3�2}��G�����J�Pi�.�0��賳�/E�s��53�^���$E~[[���Tr=jlU{bDa
ֽ�����k����\�%�q����L�d�e������.�̸rd�r���E�D?�ǹ�@q�vI���n���"�R(��PH����E-S��]6��
GWB�P(�4n(���TEBy%���Tʋ��{�A��a���e�ʫ��]�-�B�OȲ� "��O���|�C�8z`=�����(�B�gCOH�|W̺�Z]8��:�$���3
N^�JAH��B!�R�O�P(�4n�٭�6ٙ��@!��Y2�
+�������]����>?|�Տ��!�K��Fal���c��=xΟ�y�<�@/�L�(�Y0��M����/{��;���	���@)�B��ԟJ�PFi�.P���<�	��tbtB~�
+!�����y��L�'Dxte�!<����n�_Q�w�N��n)z`�'.���f���DocT^���5����Y��	���@)���@���\+(�Br�.PӈP(T�V�G&C��,|�$ķj��K��z>�s�/as1T}nK|��×_�b� ?]��O(|��Ga�?��c�S@�Ц|>_������� �s��n��(��S��H��J�((��,(�Br�M�-�A���ǟY�B~kg���:�Q~_W��Ő�'�����f́��`ꪣ��
9K�N���co�����'_���+�(zc�2��cp�����k�@)	�BQ($P*��Y$P
+�2�]�v�~ �ڢ�E����g����m�{�4���ϡO��a�ן�>w#�w&��C��$�ȅ��Z^��*�\���<�Q�f����d��,+�mL�L$P
+B�P
+	��jd	�B�9n(c�x�1 �T���/����g�}��s�C}�V���]�z����m�'C��_[��V�C�S.�53�^@qQ�,I;���|.P�>��B1{`/�	������LM�(��P��C�й��dS�?���@)���v6��TEr�Bz�ܵK�@��'�	���/���Q����ӡCHZ�O�(<�����N�k���s���|h��_<�+K�����"�R(��PH�ԟ��@)�(��jgj���3��Z�d.Я>x�u�B�yiƜ����$,
+��/���|W�:̃�\�I�H�:yA�����|�C�����5I�r}Lk�.��k�@)	�BQ($P�O�I�
+e���eL;����+���:.г[�m�s�.ݓ�$��R���b.$�B�rIrM�{�H��\��Dq��U(_��b.��|�7�a���p�Z$P
+B�P
+	�}�վ�.��fl��[���ҽ�m���������=��m��Cp���PB�P(�4n���E��˫�Z�dȮ�(|
+%r�^����~rlu�<�3\��#�/��2<��01B�$���4c�A�����8��]��Ga�c_�����ocg� �R(��PH���/
+A�����[�4�	��Psc�`~L��x����v���M]b+���
	�B�<Ҹ]�P��y�\�����ڃ��B�Bȯ�̈́��QyU/M���ĈšW�}t��T"J�v5����{lS��s~ď�8~&cP:P� tk���EA��V�&&�nlPU�c�htllh����tAU����
+e�t��(�lj�������b�6lb�G�W���r������36v�;"v�ll��G��/�⭃~�]w�I_�\r�n����z�댥x;��67��7��u��SU��y�7M[��r�0���Q�@�՟	���7#k�ݮW�nhH}���/L�,,,5E���<4���z~Ϙy�PhӚ��9�n}��7s:]>e��I��cV^�G8�VSA������"�~�<<>�h6j�-�ҳ/|���_�g�Y6��@��?}�����;����y���Q;��t��}�/���gQ�¬���Ï\{�~mS��a�Pyn�	����2D)e�b�3D
+�� 0_�s�q���]RRE�"��M��t�8��!�y�7?F�hWx����q@�W�*bHh�͑��h��?(ː�������:�o
+����
+�@� P����n��@�����ʰ���/�
V��2T��>��IB�z8P�tK�P �o4��q"k6C/(�V��*��kg_P���C�6p`%�@��څ�v�5sYc���$��sѢ�t/��-&P(����!�R&�^G�{���B� �
+�RŷI\�q��=Ћ��J�$
+c3\�$�#Q�LO~����;d�W��z2�(�9d����3���H?&a-�
����V�.�͍+�R5�>��Z�u9���>~	(���^�`��]���r�O@�T����+)*�I�����i��ZK|��l�r��]���vDE,S�>��7�����e�m���l\VGZp��?V��G��3F8��<8y�~m����ׁL��ù<���aea���@1o�y�=�Ű��$T1��|b�8��k��6{���2�4�GBz�b&YޕHy�Rj��r�}���@(wt#O6��3Y��Y8R�r��$xŘ��I,��"���Q�n����p*�3L���	���塦��s��$��,1�ڑ�3r
+=��)��o����o��
+���?���χ�9/�<�������}�G
M�kv���{�y|zۄ�
#^�)�Jv=�䚘l��z���؟����[{�*LP&�A���>�,��F�d`�Fl�%=�m1��@�@YX�(� P���A���^+q6��2%��Q�ZʰK�*���F��ˈeXW'�"l��)$�����.J,��ŲH����y`��JOy��kt�׭�d�ΉV��hq)�x�D���B|;��Q�u�r|�*�..��J�<�˜i��Ь����u1����J��k�pu�c5((�#����:��x?Kt�S����S�����w��-w*�z�����uv���$h���G��D�������덊�
+��G��BN�P/L���?���#����:�����}JT�;`|~Ϙy \��'��<�
+g�-&P(���Mv���Q���t��:�*!f��4G0!�f�@�I�2��������rf�p���IS�IP�-�,��=��uetdj~,X5a���Ԩj�Hg�:᭺�7:'D�6G���nhe����W�j�u�˘�����UT��]�͇G&P�~���,��IX"��(
+��
+
+mZS���4m��2����2G}�ߔ������/���:(ا�"}�����@� ^�鶕S�⧪�i+pKL�,&P�!J)�v8�!8�z��5�{�1�W:2Ts��?APe�Ĩf�K\Hm�rI��VJ\�֦�D���wGn)4������ݟ�S(wv�J�bMK�Т	�J��8d�g�j�tR�%#�H��~��Ot(�ܚ�Z�.��j�-��aeaay�y ����*1a�]6k6�@A��P�!�D���f�7w��ޜ��?�6a�_�}i}n�����緁<_��������h���~b��yo�������O}��j���0C�{�xq_m#x��-1��@�@YX�(%%����v��кdT��P�Y�Lmi�S�}�����p��KY�������DLNW
+�0�:�#�����k��G�tDd�ꗄj�����!��*�����w��<_�b��E�u��ĢUA$X.�7
(���(d�c{�$!��n[y���)�ڑ�3�@�g��_*���ϯ�It�E;�@����^�`��Oo8Ee����>;<����<����O�zw��N�q�j�!<>���߆}�΁�3/�=jf�d`
+̓���@�����v�@Y L�,,C��h�3aަ����ȍPĕN�y�3����@oD��������T�B��?�k���$�;�ĜðVۮ��H�ݧ���}a=��{Q��[�>�G�k&P��_��M�wǟ�ξ��Đ�B��&A�h��hEG��V��JC�!��*b�
�Utm%�BZ%&u]�*VZ4�[*H��(qH��M�����ݗq��;'��I?o�+'6���1��<�n�>{�kϋ��G\(��Q(���֍�I��������O���տ8n�q�8������m9�J�����4�:;uۏ�NS��bX�}gۗ��$O�'ݟ�a�g���_�g.�
+�(!��*	�����@~?gJk���'�l��W}��דY[�;?����U�E>�[�����j9�K���:=������?!N=��ػ����]�M��U{O�l_�������ә�O�z��l=a�ʄ"�>i�t.�T��=�\�Q(B�b?�{�EyZ]Jm~��O��l	+ԑ��y�{�B�%JҤ�KG��k>����omy��
����śz�u���?۾���4�<]G�����w���]k��4�fcbX�?x�O��|(� P�<
+�~�@BӴ��zw�3�	�s[~��P�b���(M���"��(I��x���-C��<H�-���H�x7]CC�ԅ�)z�|�ڝG�x(� P�<
+�~�@B�4OJ9
+�x�D��Ѯr��������Is���/��.���}Y�Ѯ�4���HC;iH������?l{�UUҬ*��"
+Eȣ P��~!4M�L�27�o���bX�!�V(��CG�$�b��,I��5链&���,X�(���G���I�G�M�1���>�q|Q(B�@1��EU�gu��ڝG���&�	EH���H4��r4�铄I���?���v8���-��a���/�{���(� P�<
+�`��@����\��w��ڭ�J���<oT+G��FQ:�+Tz�ƹ��A��P�Ā�u[�+朾6�#C���@�(��:�"���3�F�������� ������c"+q���ENj�eBG��u�HKM�8����Aa��b��V�U{O�zW�;~e��K7���YUE��GA���!TUu()��G�۴�����qfߺ�G���܁�^z���_~jO�rd���N�'ܜ��ik�錣�rS�g���bX^h^l	ٲM_��?���?����~t_�?��D���]jE��Gy-�q�GW���dc?�7�~!�iu(Ɏ�7V����o/��ʼnl���V��"�|��-+�N/�<��������5^N��k�0y�P���{���S�����%]绛���ߵ$��b��~�F�;V�=Y,Ѩ��+�Q(B�b?�C��iZ]�J��`楛���B%}Ҽ��ӯ�I��B�!)QN�2���������O�p����ͺ�G��y��ƕ�N-[z������M-#C>n�Q(I��G�uJ�!���H��Po��[�_�ij���p�E�`���EM��"P��i|����8�%�M��}I�mh@gZ��W�W�Ey��� P�(�A��3����Ucf�?J"�����?�����(B�� P���"�@A�
��D����H��`�5�D�w400jM��c?��>!�A�5P�K�
+͍^��>�>����~�f�_7b������*��gɼ<d���~l�FY����[�@B�b})��=��_]�K~��F-Eӭ�WKL7g���b��L�I֝1ge���g�"�&5!�A�5P�$�_
+Y��V�>�|Im�X(��Xi#�=��ʚ�F?�`ܟ���-,Uh&;�=7�����4[�o�L����(��ܧ��ƌa��S���3Ԅ�׊]K����3_4��Oo6CV��E�����@��I
E�}(B
��2�	�L��b�!��J^/m������~����#r�1P����ח��[p@oʌ�����tXn�(K\7�%5���Ho���ߞ�7�\c��I�����-P��
+�^1��l���"�<
E�}(B
Z�Z��
+�q+ ��"���j��<cd�H��s[mb�Vj�ٙA���D�?ު�Ϲ_�-�!�sf��
��+���~��!��;1^!�}c��F�n���V��}I��J~�f{�_�?s!4�A��E�A������)�X��D�am�d���O ���O(͑a6K\�:�>#&���æ��	���q��X�1�r������3%&��M�T0�DZ���U�3�@B���� P��zt��q- �ZP3z����	����~��"z�f�b2���eR0��f����Ը�#�y����D�1�+�NjL������bE�Җ-M��@B��"�>�mJ
+������}�I2����x���Ͳ|]�s��$�^+֗��Y�����>Ӱ�`�O6�_��a�3b���b�A�gʨ~������4]cDG�"leY��!-g��EMj(B�@j� ���x�%&���B���/G�@\M���7j&�	Ti?��5��b�R���*ܜ�bj�͖E`wF��\�XEMn(B�@��N���Ɔ������LV$�q]�gua�����~?������a��~��5y�a�@h�k0�
+X.���wt�]��"*"���CqG�xU�)��*�n�R�RE��-
+QP�
+�\��������&$����|f����o�0ґ��>��W��@�>���U��D�b0ʃ�
+0�P�X�g}U|6Q���@�C�#(����Y_�M(��<(P��P���n"�/�՟"k�@�>�W����l�@1�A�P��Ht��U�B�
+��C�b0�
+@
+�"(����`(�u(P��P���(�QhP��ԡ@(B��?P�F�A�P���]+Ёntʎ�qc}�?��W�gS�
+�(����-P�P
+����
+0¡@���
+T���o�o�ý?�#
��73��7�����G��	��@
+��`P����
+@���
+��@(P���A@���(@��&^�/29�=����0�P� �<�H(U�����?Q���(ȇ/O��(P���A@��\��� ���(ȅ/O��(P�P	��s-�!9���,�c���_�u�̶�^{aK�؉af&}�����W�m�c�(P�_���$P��Fr��:U�y��6/��ˈ������T�1&��ZzG��'��}�f}jX���=ʖ��jR?��ヨ��_d�x�*��T�6�dA��\��� 1�
+�ny:��P=�6�h���t���o�-׻<׼8;߸E�I��מ����
+恗��<"��U��k0���O��mXC���>�4wM���:s�j^+k��Z��)�A`�[#�9E
G���Uq��@��\(P���S����u�nj���.���K\w��O��s�����f0�_x>%��&�kv���
�	������zZU٬
�9���LT����L�G����@(���{(y��U��yY��kzC�3
+�hg��K�ha	d(iaY�s�[�fc�������e'58_mZ�I�|o�+��ݦ�
�!�D���3X韧-:�y�#�W�m	�Ŕ�µ
�o��E:���g�F�اl��5fʿ{:[x�+CO�^
��ɇ���o,�W��m�u�|}�7�i?�o��rn���9�ˎ�ǘr�d�?M���o�Ջ
?���5n���.eK�[�iTY���
��F��|�??D�䭎n��Y;Wi%�>q5��ư��ԳsU�V�NT{����!�0~ǹ�K�v3�w�����"]x�	��~,Z�>��~j$7߳�aN���q��s�n���5<�H������K��n�l��\��=�vE��^��ob�HW�1��xBHm��1�:OLT-�
+r�@�$��@�G$�.�����'7��{2x��M^I,���Ғ��(�K��%��L�~��U����Sv�M���At-�Ǖ	v��t��!,��s^��б�:p�ޜx3�7;!(x���:�_�=�/3~�7i��2��8�y��7v=ċޔk���7n-�]C��O�'���B__���iQ���V���)���Gܛ���^��'U�}]�7'��-�ʶ%'��W@��9mX��s,�1��<��;������v�
+�����y���e6�&��ؔOz���ܓ��#���^��٬�]9��Ι���'��z;q�b�Y��Gn��%[��m2�ٙJr����D���e��h��*����D���'����c��aJo0�H��4����pv��̾^�>5��h��J����Y�C������|�5�%�!��,M?w�q]{�xw��&�G8�o���?M:q�\_K�S���i�N��`"�;Ȫ�_WYs\/����V�T6F�WT�����3w>���J��Y��pZ��҈��n{���M��c ��A�:O�j����.(ȅ����>3 �k�U�V��������:> �F礞"����b����Vڃ;8�qG��RWsI}J��1)|MT������u4>Wp;c�L��-������濸��w1n�.޶U+�O$)������N^:)����a��y���}Wp`sv���X�a;��E�9��C��)nIY������T\���2P�
+��>��;L�3G�??�
+(�6����n�����s�^fX����&�]��ǵDù����4�ҵ���xn��d#K����M	U�S�٩�N�Ζv�C�ˆJ�����'���[�W���y]���hV��P��J#�ΗD��S���;Չ~��B��6F]͢��;�WAլ�ƈ�[P(P���>�Yk��+,��8�="r�
+Z�Ua������i���Uth�.u���o��̗�[6j��@��� 
+G�h�`��9j������1e쓾�1��Y"�=l�P���0�y���(P�
+� 1$��8"1�{��-޻�}����".P�듾J�z-J�2���q�x.9{Ɗ�����O�j~�>_��c�d��Y
+n�z�KI&Y+p���e����7!����B�9��ZX@T��â����֥JU��]�Q��+Kq�@Y��U����⁀܄��� r� ��Ӭ�Zg��e�7�����y���0�c��H�I�M�����0����i�~ƅ�W��~o�9_���߼�͛Y��/&{����J�po)��"�%�Z'؟|r�2P0>ߧ�<W�1ckKq��׍L?Z����(�ˡ	�Y�t�#k����]�Ke�k��Ĥ�7j2�[w)�#g�U�s�[�>�	�nj�\"=�Ka��f���?	�vR-զnQO\�ș����_��k��XK������J�ns|? �K(�ݤ�#%�^���Ԫ�
+�T��o�c�FH�<�:�ס���Q��l�s��*O�^D����m�L�m��1p�[ ������i��Nф,WR�Y�*�@[�	��D��� ��7��^#?`���H7���?(�Wz?�b[-�ʴ_�5d�(6y�������zC�s����!m:7�re�h�:���=f�7��6P��
+3�G1P�K6K�IMb�d/X�ǐ�[�%V��'mxv�1%��B��lS�l��c{H02���i�|O�N�����U-�V�	}4�y�u�7�d^Wg`-z�_��J��~�{�}�=��Sg~iO�z�:��6��N��CP^�L	9�m��x��D�� Ke�(C�W�����Pq4m�d
Z��2[�X�����zt���t>���� 󔮡g�:Y5�7ܥb�Y;�z���n�wFey���1�v5�ژX�ߗ̕��1$�� ���^��J:�֖FP��u��JqICа�����Wp��j��Eb�I�,5�nP�[�������S����q#B*�SSҿ�3Hڊfag�������J�XW;ܴ��л��<��z��Pa{���-�1+f�@?��f����@a�(��@
]�����	Jm�e�ޒr&��m|2�o��5U[9��B1��q���@�}"zP���ԘZ�eZ���&��x.�ЛUq�H-WÖ_=�~'�T��co���G��/K+�
�Zb�v����<���^t�ё������[ӥ��5�_k(ӫ%o������D1b��ٛ�@�8yO�^)6Pj��7�4[�\a�s���5�3P������!fc�Ƹy�߅w9UDzQ�~�>��ljṤ���_T��	�'<�ѭ����;�EL�l��4"pd�FJ��I=��FS���?9^:\*©�b����@��&ض��Mv�G���������"܉��9T�h�kh��a7��%��`�\�m,԰�_F�-d�;Rø���0�6�D}�@���WA�
+�Œ�$l��ڕˣ��>T��q>ό[�L�G��e����Z6_Þ��*� o���d�
f��
+��@a```&�(j⺵�_,�h0�����P��|������q��k��p�����L�ߩ���1P['By)`K�;1�/�Gh��1�|���a��p-aa�Sͥ������gjO?�l-����$�7��{��-�\�m�ٳěy�§6
+k2Lܙ��r��
�U���g�[ND-��h!�ӆgw>`�B�
T
+d�ә����${*��
�m�iUT���Pۘ�>�-��8�I�!��k5��?�c������3�W���y[����>mv\Ψ7z�����cU�C
+��H�Y�KpsC6��
+��tHlRJA0�($�6/񎊽�����6z�)xm�NRj�P��
ǩ���9�Q�c5&k�@I�heJ��M�y?���:i`��y�@�dT-1?'do�h���ï��a�E��]�<V�ȸ�֬-R�K��2�]���.)�İ�r6(o�@W�C��� e�!����5�e�%��wV�mwTW/�������T���i��Ŷv��	���"*��^��d�
f��
+��@a```&�(j鶡 P<�`���(�ݽ����ʔX�"
+�×3P~>mUs.mW4��A�s�$gS�k��H�;D�����JO��@.����Դ���q�-���6� ���	}4���ӹ�����{��S����mݴ��J>	*�y 7f�ܙ�;Y-Xi�ޢ?f���ٜ�K첦�}��S�����|(�A��'�.<Lx��W<f�B�Y=���(F�2�PW����R�u��*�����8��ܿ
+���<^��&�9��u�كK��?~��>�H�Q��[P�<�U]�����/����C��S˼:�W���4�����~3y+�_�y�R�8���d���9��6��~z�/�i��	[����F;S׷�/����%�W�h�湻����gK���d����Cw�-kE���X{
�-��o)ƕP���֨��ؚAg�3�Ԉ<�F�ҭZ??��\��W�A-�m��1����L�@a�(̿ٯ�ئ����vu��ҭF6D7��1$�ca2X�%e�̢�����������٣�1h�3Vqe¨p���0���t��c��@�d`��n{������s��{z����rn�������Bi�<9��;X��P28�@���⟸�^&_s��|��y6n<���aN|,���"I�H��,J�g⠨r�85����%��
�#�W9%���/;��jG�uG�7��>`�'v������M�o'hsUZA݋
�)����:�i�R���?X�b��w"��s��>w����~(P��@@aH��-X{�,0,��i샤�.Ξ4�k���Q��;%&D�$X9A��7o��;<��Z�u�7�q�ܧ�kV�9�x\\k��8$���Q�t|M~ש��ٜ�V�*�E�ip�$�������&B���;^��y�Z~;�@���5��w�.�-�z���K��{Yٗ�
+�@�W�B��k�,���\�7��'���mH(\�m����F�Z���G�b��@����!�~�ʪ���H�i�P�T�}um�Y�^�J�x�/��C�O����j���1G^^SM��i[l�蹸u#�ܱ֭7��7�52�=�����N�ky�y�:��6��2˟
�c����Kmi�4v-_�ڟ`�	��`Y�@�ޟٯP�	�@K�����������i�??\t�����_��O,d(TQ���0�@���n�Y�	������r�\�-3�l���I�R�r�.vUvK�6�Ͽnvx���U�_G�OlL�ض2��1[ˀ��p\��չ��U�F���
+U(�()�mϛ����q���!_�T3M����^��n<��]W���b��r�tm\�w�*<}l���dƃޛ6K�d��;�e_��t���y�
���'
+�(P�PR��u{_>���9�[$�����*O���@�Ё�*O���@�Ё�*O���@�Ё�*O���@�Ё�*O���\���s��6����;
+�8<�Bs���
+��(��:P���h@���
+��(��:P���h@���
+��(��:P���hpO��H3��`NL�q����jq��-��`�`�-�rd
+endstream
endobj
32 0 obj
<</Intent/RelativeColorimetric/Subtype/Image/Length 2792/Filter/FlateDecode/Name/X/BitsPerComponent 8/ColorSpace/DeviceGray/Width 928/DecodeParms<</Columns 928/Predictor 15/BitsPerComponent 4/Colors 1>>/Height 614/Type/XObject>>stream
+H��Ӊ	�0�@o�E�4!fl��;��1-3�MC,�dߗ��BS�<ES,�ec�-4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ac�4F�Ao��@���`���=�Ss(�P̡�C1�b��9s(�P̡�C1�b��9s(�P̡�C1�b��9s(�P̡�C1�b��9s(�P̡�C1�b��9s(�P̡�C1�b��9s(�P̡�C1�b��9s(�P̡�C1�b��9s(�P̡�C1�b��9s(�P̡�C1�b��9s(�P̡�C1�b��9s(�P̡�C1�b��9s(�P̡�C1�b��9s(�P̡�C1�b��9s(�P̡�C1�b��9s(�P̡�C1�b��9s(�P̡�C1�b��9s(�P̡�C1�b��9s(�P̡�C1�b��9s(�P̡�C1�b��9s(�P̡�C1�b��9s(�P̡�C1�b��9s(�P̡�C1�b��9s(�P̡�C1�b��9s(�P̡�C1�b��9s(�P̡�C1�b��9s(�P̡����B
+endstream
endobj
63 0 obj
[/Indexed/DeviceRGB 255 64 0 R]
endobj
64 0 obj
<</Length 428/Filter[/ASCII85Decode/FlateDecode]>>stream
+8;X]O>EqN@%''O_@%e@?J;%+8(9e>X=MR6S?i^YgA3=].HDXF.R$lIL@"pJ+EP(%0
+b]6ajmNZn*!='OQZeQ^Y*,=]?C.B+\Ulg9dhD*"iC[;*=3`oP1[!S^)?1)IZ4dup`
+E1r!/,*0[*9.aFIR2&b-C#s<Xl5FH@[<=!#6V)uDBXnIr.F>oRZ7Dl%MLY\.?d>Mn
+6%Q2oYfNRF$$+ON<+]RUJmC0I<jlL.oXisZ;SYU[/7#<&37rclQKqeJe#,UF7Rgb1
+VNWFKf>nDZ4OTs0S!saG>GGKUlQ*Q?45:CI&4J'_2j<etJICj7e7nPMb=O6S7UOH<
+PO7r\I.Hu&e0d&E<.')fERr/l+*W,)q^D*ai5<uuLX.7g/>$XKrcYp0n+Xl_nU*O(
+l[$6Nn+Z_Nq0]s7hs]`XX1nZ8&94a\~>
+endstream
endobj
6 0 obj
<</Private 7 0 R/LastModified(D:20110923141128+02'00')>>
endobj
7 0 obj
<</RoundtripVersion 13/ContainerVersion 11/CreatorVersion 13/AIMetaData 8 0 R/AIPDFPrivateData10 18 0 R/AIPDFPrivateData11 19 0 R/AIPDFPrivateData1 9 0 R/AIPDFPrivateData2 10 0 R/AIPDFPrivateData3 11 0 R/AIPDFPrivateData4 12 0 R/AIPDFPrivateData5 13 0 R/AIPDFPrivateData6 14 0 R/AIPDFPrivateData7 15 0 R/AIPDFPrivateData8 16 0 R/AIPDFPrivateData9 17 0 R/NumBlock 11>>
endobj
8 0 obj
<</Length 1066>>stream
+%!PS-Adobe-3.0 
+%%Creator: Adobe Illustrator(R) 13.0
+%%AI8_CreatorVersion: 13.0.0
+%%For: (Lukas) ()
+%%Title: (proving_perspective.ai)
+%%CreationDate: 9/23/2011 2:11 PM
+%%BoundingBox: 31 231 571 656
+%%HiResBoundingBox: 31.333 231.667 570.667 655.667
+%%DocumentProcessColors: Cyan Magenta Yellow Black
+%%DocumentFiles:C:\Work\Design\rodin_handbook\proving_perspective.png
+%AI5_FileFormat 9.0
+%AI12_BuildNumber: 406
+%AI3_ColorUsage: Color
+%AI7_ImageSettings: 0
+%%CMYKProcessColor: 1 1 1 1 ([Registration])
+%AI3_Cropmarks: 67.333 267.667 534.667 619.667
+%AI3_TemplateBox: 306.5 395.5 306.5 395.5
+%AI3_TileBox: 25.4399 -12.9004 586.5596 804.8999
+%AI3_DocumentPreview: None
+%AI5_ArtSize: 612 792
+%AI5_RulerUnits: 2
+%AI9_ColorModel: 2
+%AI5_ArtFlags: 0 0 0 1 0 0 1 0 0
+%AI5_TargetResolution: 800
+%AI5_NumLayers: 1
+%AI9_OpenToView: -229.3335 766.3335 1.5 1841 1085 18 1 0 44 75 0 0 1 1 1 0 1
+%AI5_OpenViewLayers: 7
+%%PageOrigin:0 0
+%AI7_GridSettings: 72 8 72 8 1 0 0.8 0.8 0.8 0.9 0.9 0.9
+%AI9_Flatten: 1
+%AI12_CMSettings: 00.MS
+%%EndComments
+
+endstream
endobj
18 0 obj
<</Length 15151/Filter[/FlateDecode]>>stream
+H��WiW�����z�e
+�� c&� 8��f�@$����*�Q|�w�d����3��s4�������)���e����7�P��o���Ry���a�,���
+\X�����Bٺ�ga�W�l��K��k�4dO�9�zt�$��(�@�c�~���+�a)Ql���2��]d.��/�GpA�����'�g7�T�����]\�L�2��tB�[\��� Н�
+p���~'L�E��F�w��c㒨��"�� Y���!²ekR @(�7"�<����[�Z��i������LM���S���yS4�Ł������6�EӴ���ɾ�YFT��Zݦ��!)�Y���Kj8��~IǾ��NA;�c�ڲኻ�4���RM���{{4�-]2�r%�p\OǕФ� .�0Mѹ�k�:䐭 �t�p�l�p�a�VG
+/�v�����!N �B^�
��S�LUp��F;�t��\)��h�dy���}s �ߖ���ۋ�m�~h�aIPcW��"��=� ے囊{r��#��+i�!FM%�
A�r�D]x���p<׶�(wԂ�08]��{.R����y���I;���̶\m���y���r���Z.�;�"����V�k-�����4oUx���v<�S�ߚ����oÞ�L5�
+p�j���KY��[�$:n�ȫ-v���8�� ��������{4!�!:sw���+���{~�|{���/ڎ
+ׯ�v64M	wO������*X�v�3Ώ�C��N�Ph��Y^>�@X��|�R���;�py��{`-�_V$%p��l����+��͖;D-�b��F�5�,�1^�����[�o��Ϸc}ќ���cז�/���Έՙb�gI�+��Ɔڿ���(�O�d��yhY!.���~�X[��l�gC��3C�ۭ�y�&]�ԺJ<c�q#Y����U����1�Nͣ�p�M%9M��c��Mƫ�]�9(�����v|���A�(�⅂���lᘮM�]��.�^󐆮�������>]/�!�5�2�������	)^8�RO��xeKO�,cX}����$�����쇞C^-���֎�3���y~aF~�;�:��J���+]uq�'���(*�	��߮|^}S�N�U��y܌z"6yO�2�����84�v��tb���'�U�Gl��q�sq3t�AT|Hs����\�Iq��[�Μ�&0�2���\�N���i��Ⳛ,�s��am�?��B^�����Mz
+����9{��0�Hӵ��Ґ��W�1夁5�<e�44�ʻ�)��]�W��I���P9*	��iA�j\^�I&�T.X��6��'4׭����Y�E��>��&�Y�~�<W�R�5��4O`HM2Giy&�䍉�j��4��.�{�_ ^�>/���� }�V�)HuK��)Կ����E�����Z�؅�P���v�ȷ��oC�F��|\N�l.=��������҅וD�q�P��+��[ 7�V�|"?df�`����l�b�%����9��dF3�c���3*��`���8<�<��[�R��x7�u2_Y��s�HڣūöH
+�i����,!ː��F`�l�'Ў3�+U�V��JYsH��Lc��ɶ����K��*L.2ijX�O	�N��^�
+����P��,�6��bF=����V6פ_d��9B�Fh�}��-�{�T�Ns3���-�8N�����'�"K9��G5WϽ�e/p��A��S �je�i\0Wv pj�R .$E��1��;��au�1^'�~�=�@���;���n�h؜������6N�OY�c�%��a���&�.�Z8���`t枯��x�|W
T���4*���=���8�N�ד~��)3|��y��Bj�dFkJߏ��Ю�<@�:Vh�,��Y�($��L�֖矉C�(����s�ge#���vfw#��Q�,Q���\<MH�6��7zD%����ظB2	^e���+�V��G� 8�M�[�,m}]���7n���x�v�vv$7��7c���X�A�_�a�69M�QPpG2�/.�sB�]N_�h�3ď�	��
+8���Q�JK˔�{)O]�n	irǜ&������#:\�FOMX�D���j�Ȧ���]�l
+��;��E�N?�a�x��6��K�cCSL='P�[|{��RG��~��"���PH�7m�K������ܹ|
+�@�@CL��4����w��ڊ&���rzk�s!29�48TC_�@Z+5C0�.������NX١���
ؘj��nBh�PL����5cc�����y:Y2�4�ޒ��ɦ��6N��&e��@0�+��	ps��#�/�8��6#i����]�G��[@3ψ�+,��'=.ի�Uc�Sz���rE����=s�h^�+�Ɗ+蚑�5�\�׻�7z�w��iI����>'g���y�bc��77�f���(쓒I�Ol�mD����s���5ݦG�J�uD�K�x�Y7���5���c�%-�{��l�񰻎?��R�{@�v��h��fwlK^�Ap�w���;�	�p���ǐ���4)�KӞ�g��$C
�Wx�(\g��ͤ1LJ�~�2�C�F{�*j`*{M�[����̑NЄ���u�J�+"Q�JxK�
ɋ�pߗB����Q��=F�n��m���}.no%�=݈m?\w���X�TŁtd�9�������7��5���XM
+�J�:-��Z|��3yf��FE��m"
���cW���Gӄ��Q>�E������K��j��QTg�(�r������1���a��-�\���y[2���;��hM�.���8�Z�����/A�z�̄�Z�=z�ߐM��moF�)Dh��k� =LJGx��~wV�Ќd& ���ܷ���2鄆�m�nV��Ԧ�z��FC�^#6P�H%#�k5�����Ȩt7�Qؠ��Xnw�SieQ�AHs�8gh>ߣdNqD��G��v���n�ј&\O�����k�<�j)�u�Zmb�)��(�s䱉��2!��6~�@��ĩY��5D���T����m���"�_��!J�L�Jyz�{I�$��l�1Ь��M�{hIx3���ʯQ�`�9���ߐ��M����"m1b���Pb�݄�L�����.��a�h)|���v�	������7��u�z�(&Y�Ya��������|
ؤ�c�1���B,�d|�zZ��t�H�Mh����lH'a|O�d��W!bkR�4֬��ꁇ�&$�<���{u���/�7cKv�epCoĽ��7a��t-c��?�qϛ�T���C�:�it���26���Zt76I���	o�7�<�\���b_�7�O�3@5�io2Z��[1�1W�"l2d��Zs?���}fI�U���J�q�����H2ה:��������.ϧ�v�M���'�m=��ڍ�E��%҇t�N��Cʦf��|��L�{\%��t�$>D�)��/����)����6n���ՐK���3�����zk�V�����,U���}S�`�e߄qh7�e������W/l�a¬�qߩ(�d�K�ݕ�R�`흕*�G�����������
+��ϸ�w=��Q�S:��x@�;�8���Jd�[@zia����8@x]������>��3�i���/�����,<�	Æ>rѣk~n�
�@�Of��<����{�Jś{��[�Jb>����|��;�܂TX��
+s��-"|���774s�y��-�t���������-�9>�vʭ����_d����j���.�뼡R�ـ/�Z
.�%���,0LBM�U�V��P<kY2�t+���+�K�(J%�����0��AdM^��)��}�H�����V��o�K���8�9��w(|��3`p)����Y�r�IT��+I�
e�E�.�O���%_�_��`s��#S�@=��I1o��7dրVXAb)����nar��W�\�B��ۿ�I�l�=Mz�*L*s��مOl,8�y.qў�SH��?Ū�+���Q�5XO����If��c���8��ѧ
�p�Rݽƙ-��s��t�6��[�g��躠�ו�эՖ��|�L%��y-#1�[ۯy�.m��ge�+����nvV���ݑQ`����\pȗ˩���f�/
+a�%&ؖ��j��@
+�i��p���_�C+�4ܐ�Q5��_.Zs�u�VR�wi�D&t�h��°�vЏh*(2�z��Mv#�[]@)����Y�C�S���
�CRt�,�=��D�Qm��C�Lw�d"\?j��������'K�m9�
+L�p?w�n9����n	��b�)l��u�i:B=%|������ @�{�ݴ+ᖥ�6��Ҝm��ev�]��W��J�__
+-��������F6��"��v~���Gq �r1]>W�P�y��&oӅ54�T�@�;e"o���E��G�:��a�`6�n��&����|��R�c�'�̑NX#�YBL�����iL?2�<�sYt��iL��І6l{z�Յ� �Knk��M�)�zy���FR_T�Yo��K�x0���]�`�q[x�'U;�Z��JZu^�=��*4��>8�����I��H������0�l�i&M��}��+��w�L�+0��,x� Nj5}H�f��q~���a�E�Gz��%�,���<�?gFA��5���,�؄"!�I���﷟jְ�ύK��ַު���
+%�y�HX�Ʒc�4RV�oo7��ث����BG<��pO&�2�}s���7���m��l�5~�(�B|��=Ssvr>�+>����b�
�-R+w�ҵ*�/�1EZ|��;�
+�h��⧑�Ŏ�W������#E.H��Q"�U5�Kh�1ӹ�`��\�M<��aHH >qp�e��E�Ϝ��μ��'��S3p�'\�?�8���L�t#xM@����$O�T�{���9}����Z�t�s�rz�[|C���`l���c��tX8N�<�[K�,[���'9u�~X���"��Ղ�t6g�Y�/#7�APS8M�	�I��[J7{Z�L��^t��4s1txST�\����N�uR\0Hٞ�gk8&r2�L�t!�z�M`�f�v4�g‘=�
�)�y�;0SI�/��f&�7�L�P@C��Ѷ���6ߺM���ˎN�.��q�V��0���t������L�$^��A�n¡�`��(�HE��k���4+�2�(��U�cp�$E��̪{�x��0�D�o�fV��/w��i/��0�����~|���uYyZ��L� GZYJ��Z  �U�,&¡���3d�rp������`���mX^������s�,���QAx���ඬ`ڒ���U�����D���5�O��=e�vU��7!����)w��AY��dڤ��n��<¹�1�G#���!�K�7��̰�v����=m׃�������lljr�G�B�z⻩���c�(��s_��Y7�y9���T����
+�9���3
+�ٰv��d�
Oa���܏�������T,Ԏ���SAN��f?���G9���v��Z0�A-���,p\i�����m��gv�6��j��R/|k(j��p�s��y��1�Z��։��&# �L�GY������FXҌ�M��,�DE�0�("Đ��f$r7B�S�TM���Dc]�
lj�Ee�T���%�L_�/X�c �`#��%�L)H���=��y�pm�"p�Urch}Y�Wh�o4E�>g�SL����݃�~�Ĥ.����K�'s�Iv��,S��iL���A�Yf�o'�K��%M���	/V��?�pO��6��&z�ʒ��M���;S���on�P̄&�ny\fP��ڇK�	�Yg$�>��x@q�����gq�`/
ą���ap�ن�eO��{��/cÞ�/������A�!�s��b_�~��������|zһ��Nj'�2>0/Z�K�	��N�6�u�PO<�+�婥�Jtf��J��Q�*B��"��1�����-K�!��Cvhb��Ą÷��4%�d�/[�-3��V�����'�mA�}d)ą%MQ�����6UeJ&ꠄtԕ!��"N��
+ƽKYy ����"��Ԑ1�b�Zh�
+"�#�Faː�TK���ɪ�Q�k�q{�v�9�ad�����
0�ր�eDc����/bI���i���t|��	�Vx���q�w� N���t����&Aj^�<���q�$B&&���`�ɴiu)�j*i�z��m��B|lj<�u��b
+��;#������l�kTSGV�Դ��ԩS�zp���X���9vZC�L2d��ޔ�8eM��3�*c��*�2v�-�A&����.f@	��$kCA�uT$�\��Y�K�	O�y�z*n�d��W�P�x�Bf�QfdB/#FApF�$t�i�3-iH�U(y�.�L������K���X�Hb�xfɐu��G+�Z㮊d��fo����VfG�������2����x[)|�n)�E����nUmW1I~�"H!�bĝ,[^��]O����ݲ՚G{8���o�K3��S��VʂV"����~�#sI�.��3��‡�X�f���`̉n��=T�J�tR�}/k	OA�"�)�?G�_����<Y_�$���#��G�\�U7�I�
+-�얘�n�{��]�%����"�-��wr��V��q�E��Z�o�G����p��]h�ۤǤ�)j�t
��� W�9��\$�V�;1V|7�r;q3�F#__�4�q���Q���w��:��+���@A���`w�~l'~����-��I�[
��z@cvߝL]#}K�<��*���6��3�ۋض)ǹU���ܮb!r3��0�}��)�����dn���������an�a����ψ��M��9|-��e�ٺ�41�tFG*V"6��#��:e�7) �&_9�S�Ym�d~���L��'��͒(f����Dr�8�����F�h�v<�8�+���s��A}����(~�"E��=U4
+H��Nj�X��H
}�x��G��<�}����/4�����\���	�0[���½�?�+�	3f��:a�8�~=�3�L�!5~ȇ_+Z�g{�S���%PcDž.ү�O/��q��o����\O\��`���6�JB3=�l�eC��Pb��I6�I�d�?	���|M	���[Q�°4��/�ߜ�%�W0aW۟�:�X���]
+��	��V]�'�(�
+��ʎ��I��鍟�4�As���+NX)6����A#��)lCR\�Ŀ�6�_�|>(�cq���T!6}LV�!,u�j���V�ѿ5����Q��"�����O�T*��`�	4���ڳ`E<5��S���Tig��Uǹ˖r�g5�t�Eo�@L��g��R�7��H�\u��R�2�#*�3�9���\�������C��|��Ax��y5r0T��)�������Q�jZ���z�#P��X��a���C����<���ɹ^u��vޛ�v��8���+�Q��l����_���`��lK�Jb�Ύ�Q�-M&%��Q�{�o�I�+�ox���0+Ol���c��d� �1��mFҊ��񶤣Sl=� �g��D�W�hg�8v4�q}4\�Qgl�Q�����$E����w�y#6;Xj��	��U7�⨨DFA�;�R8w%�V^5GC�K}c����=_"*���	�[��S�aw���J��*���
�o3�:D��������g��d��N^�DE����f��Q"P�qv"}����{M��*� ��E�]��@����]K�7���y�9
�����s��f
+u�.�wX_��g2����:;�%_ 5�R!�����K
H�F�t��
+���|u�#�L�
��>)D��q@����D�j�dʋe**S�\-hH��c�)W��+��!*�(`�(.�{He
TQ|Y.a\u���&�T�l�2(LV��ـB�Z̢z��}zzHWmn�FZ]������H���98ڟ��Y���87�)��6n�����zǽ g�V%9&��y_gN^]/��*�����&����,O^]�~>��FѢ�W���L�<^�˩�$�~2�	÷}��K���QI�h�e��ǽ g��+W���긐L_Eü0wOc.����:����7>�VW͢���̔�9����H\��̻�h���e�N��vЕ���Z|i,W��*��8�^�˛$�>��b�w�:�y2��{m)���C)��,���E}!"E���g?�Q^IEs�\=*#ki�(g��Aj��sr�)4�V0�nz�����B'�Јw���l����%�Ϥ[A%��9Hߧe�a|Yݡ;G!��xh��v�� �R4�~��@�����U��PP�{E
+`T0�Ԩ�A#<52���l8c��u�BD*���I�-5�u�o��M;U*�
�԰Aa8\}�tT�@q�`��i�HE��
+FF0LU*�F��H"K2�D*���`�w7�YQ���
�������hW����7?���yoz��uY��j��=-���|�q�D��7r����%u�.�ܳ�u���d��YT��}6�����d@}d���ZNOPW�����uK�#�(�6ȎLB@[!:��)��)��G�qP�;�ԮX�K�.{���{X�
+�룣���F�^.@��ux^�ʅ��o�_h��}��^I�Z�^��VՐ�>�����a�™�MTfim������d�
+��sݥ��R���9W�%<|(�G�Cx6W'уx��3�R���y��w�4�����[�e�(J��æ^�q�ܦD�
+E�Ͱ����+����i9������c�-�����>�&���#�z鳐ל��E}
+��i�'RWD��W�u�r��7-��F�`Q���|�/� � &q��l1��u�s����g�z�[r5Z�!XR��ҕ5�_�V�VB��S���v��%l�&�w�����
���ֽG8rSFF@o~�
K.��?}	m@/�^�n���p[!�Q�8�3_�E����}�z.����:�@���H��>�A Mz�5ܑBѴ�
+�T!�K����kJ4�k�j��0ٛ���-#,%������0ug�c��
��X>�[ݙ�,��K0H��F7��z�щX���q�!P���M6|���ѫqPk��M�l�\=_;�Evz=`�ѻ�\=mc�e�mܜtǸw[vw���ک[)��u�6����n�s�aJ!��6�r�qS����h3��M���4L�7j֘�D�t{�H?�Uc!XT�
��^[�����q+�i�o��<e���z�޿]����!�|/�"�4��,W����H��@��;��]�Q��t��Vcj4�cِ����Qe$�)�`�%������,1v�?��F�X�D�t������~�C#�
+�{�[�C`?T��G�DZ��ͫE��;�V>�":�:l&!\��u/"��f9�
+�޽��m]������
+���}�36T��ӎ��:xqm�%Ҁ�
+�������*���D����Q�a��s"��v�T��Z/���8�c���ˮ��z��aWb����U���kg/!vğW�ث����ȮZ!��+����X�C�9Բ�ɕ�����>n�W�\�K�b�s�d�qK빗F�X���T��JM�K��Ğ�7�\�g�92��e��ך�wZ��:������5��
Q��ϙmԤ�{IE��&�.���vں6��ll�A08��K���iC�k�6���>
Y䶶ȺK�ȗ��CXh���Jc��%���$�^k�n�{M��j�!D�U�k�BHr	u6Ĉ�/�?I��X�Ү�y0�[X�,�@q��ѡl��+�:��¸@���I��IHҔ�%�Ág�O��Ӷ�
�|���(���H�1��K�����W�<���vky��T&B�}�@[ "�]ec1���!�����`7p�R;����b�X�|0��EY�99������p�8����������x�Px"DJd�~S9ޒV1d�h���Ӵ�[�/ǏDI�t�8���1jp���VPC��@k��(n�#W��l�U�&!L���Xt��
t����枸L	@mQѭw�����`tC�����Q��_�����
t��n�Q�
+�n�������f�m
��f�V�z��~�@(R"P�4xg�F�������;:_���x=��������g�����|Z�7/�BI�����m5,Zh���P��AXţ"��J�#����9��}�	6�&��VP6��a��^J��
+d�p����I��/9k�}R�,9�sHr����GQ�Ĩ>�/��G���y����u(��#G���֢����C��\�+�4E�V<r�@k�G���'���*?�����Ed~��q�d��q��ʏ8�j��[m�=���>0�ԝ'H������t�G͔��̡�˗�Ah`-��q��@�@䥋����n"7��	4�P�xdM�v@I���}j,��,�p,P6�{�2�e�7h�2
+j��S����Z$���U�P�/Q�����4S�0ժ��dO6Ik�&��JoBk��u�+�?2���v߅�����ud��k8��_����f�	�~�N �X�7x2��R��%sI�Yb��j_zo�����^.M�o,�v>���f,��|�W�1���4����|`��׭�޸��sm�O*I��)&h�i���]>���/��K���$i-Q��ߎ_�����7�4n��ooZ��?\/�?�)����0��P��\?yrh(����sƫ����^"���w���;�z��YI��z�uɜ�D�{�T�x�G�����{�$�~�U�$�>�R	��c;1��ڡ���H�z���Q^3#�WP�}����1�n��K�u/��x5�^G��ho�"ۻb�m�a ��M�_�|�?bp��E��N4�ץݯń^c���W����'7�	7#c�<�R# �����M�;�
���oOM~����2����������W_z��Gk��G�$+�c)ݱ��[�Fj�NrF��-n�Mn�Sx#W;�Z<%��
+����o�ݢ��7a=�;����Y�:ײ=9�czn�{L	��p../��a��J�.m|۠@����
�z���R}�RC�F�!Q�U�9(Nf���T~��}#�fϯ#g��$�L��f�R���{�^�B��0{n�e�[�������q�ظoҰÑ�*�ӄ��~�p�wf&�f�/�G�J.V�Eʆ�Z�ͻAL$ZP�xυ�\��S�����7lr��<9�Z��)љ
+*�>{
�+���wg�A�-ܪ_4C�Ϩv7E���V5�G���
+CB'��x�t�])Mt���0����A��P��.ߓ�`���[�ODk�*�@��z���]}*�U�;g�&B��x��v�����A`�¬�T��4}���A��{:~pErdѰt���������o��!W`���1�B9�vz�	6M
+(����@9�R����5t@R2IK��)ƫ*�`�`����*qaLr�M_k8�iB֡�>�z���
kL�=,�z�"�Tj���[L�����Dy���l}�B�<��b-x�C����:�V4y#���vEs�7�>����f�W�I���70���=��0���:�8C��}	>�=�(܃�Qp��(߃"�M V�(N�}����
l7_p‘�|�إqQ�o\��_�U�D��;�yEDw����1^B
�V��)�z�M�퍚¬ڬ�<H7V
+Un<
��H��D��[
+�#�0;�7�@\������iG���/�X�͎�w_vv����=4�K5-����MZaػ1LL�}�2UA! &z�hMR�]՘�Q(�2n�, ��d�V�$g���cZ�q�>jҚw�gҎ!˷�I� �B��3����)w4i�WE9Y5R�v{�����\���P(?O�GH.�K��8?癜����*�>{
�+����P�h��3[�MJ�k�ˌ�E��v7%��r��ؕ7�)	�tm����$<<�	T.��@��4-��W�"-�����0���&���\Ba"���CA��ѥ�(�!�7�sM����)H���%G�4w��h%���`J)���B
*gJa��LJ$�(�T|��P�Q�W�c�9�\�0{~a�A�F�D�=�
+kL�Nj�w��$LVע����FD~(��64l7���ͼr$i�x���@��N��r�3�"�XK�I�5�r�A�hƋ�ݛm
���YK!|{J�4�e8�M�UD��H�&�q�O��ub
+b�4咴�C�40<z��B��r��a�
���)kE�Q�L�i�d&��l��W��
|��Tq�d��ƞ��4�q�eE��G�~K���sDy�#/S������$j��.�VN~�DF{^�*
,0�߳�MdCz�(�G	�4d����
+�3�0}�����n`Q�}4����4���^�@�>M�e�|�f�����A�}tg~�|��������*�&��ч�>ʤ:�y���;nͻ�����­��E�>a����"�**���F.��5��j���^��2:�U��Iμ
�lǚR��%�c�O3��M��Q�>Ƈ�W�6����T�"��=%��6�����G�6�u��r�/��z�`Ȟ_G	e
�F��H�Z6TM��9=�fȿ s����[��d����L����ɪ_(�����}��1�����������.�0��>�QdNVs��c@�7�:`ʩ&Hs^9���ѦҒ�s�f7p���Zˈ;(uO��!�h��U�SnO�P�?������b��1L�S�0&,�v2��-#��-����H4��;�)F x#$i�>��D�@�xx�dt�e�M�ڱ�7��%�h����i���ާ)�>���y4!�'����WUk�E}�yH������(�(��]��\,��:�!��xb-���i���q�H<���J��uU;kV$�����Q�5�j�4��?;{W�V��cY�B7�]~�������(k�w��^�m��`��ʎP`w碥Ȣ����#:�������I�6K�4�|���S���9���������I$���$�d�Yw�X�������S�(L7	�U�\���&{^D��he�g�q���m�j��qj�tg
+�u���z]��He��z�W�w�W�6��At������P���Q^G�X�x],��K|�n��ɂ\�'�W�/��4�����w���zh�s^�#�|z�Ֆx=�F���k�חzX�����L�^c���H���󊗍�P7w]�W�oIޝO�e^!����.N����X��whn�OK����R�e��i�@@Qo\u^Y��o�(v��.,��d��%��	ΦMo�Vl���z'�e���r�L>����x�bs�������doL�OQ��|V��%�ύ��څ7�TxZ��\L�6r�JS	T�@�s��(,�o��	\~(
+%����>E=�}0�bJc"T]����GeH7��l;z�z��1A���*�ն37��J�6���c�_$�����ӯ�M�x�I��r�J}`i	�T��{b�z�Uh��܀�A��RC�3z�vr�^MarF�!��8?��Q
��k��;�̍�)bv^�E
+����d������R�z�z�&"�^Ju���<�hC����3�xR+���X�`�<��0�kw�#�Rq?������Иp%%���)|���qa]_"M�3[�� 7��ϼ�����bw*�f����<4h��-e�T��?gc?������˒F�FĦ"�<�m���@.pd�,v�ů����õ��8�Sw�:x������4AXG)#���4�*��kȭ��"д�������I�q���V:b�����y"�� �6k|	h��F?0T𭁦f������i�B�����q{�
+G�TJ����9�#��&�#V���9)1�7t�;�]B��gDm��~�*缚�H�u66!���$r�iԜ�[-��:�_�(����$������sG]n\k�T�2
+���$d����p4N��X�/}����DލH/8"b��՚����H)�F���[aX�5b�hD
+��kt���Ȩk^#B�9E�W����r�3�����r���J)G0����SP�@��Z�r�A�J�AEp"2ʆ�j��64��z����N���Iw)8T]�`�!T�+
���P�*��(�*<���@��5V2]�%'���G3���!~�ɴ'h{-���ڏ�6t
+�k��h�2��3�|��ƂV��>��ƨ��'wq|�D���a�cxJ2��UIm�β$/���&������e�f���tښ1{u�J��v0hu�b���{_�I��@�4��n���|�c
cjs���nG�0+���Y�ݤE�
����BF�L������q<7�3�<#w���s�:�ɭ��Uɝ%u���i|0<-�`�AՍT��Bk��R�+i4(t���zn0��:t�~���
$?jr
bɵ��%��r�8p��lnܼ.��_Ҭ����e������{P�@ke������rĔC��>j&
+���i�h���=�`��f�-�i�7�0JF!C�GYau.Y����{[�*k,��d��;��ƒ�s�~��B�?�Ý13���Ō�d����O�P�:��>fR4Dh�kC�M�H��'�G���Mn����4�H3*��M�g�鳔8�H_Oj��P���HN/��k-�Ic(j�Zkg[�C�}pj��(���s����4
����@� �)2�K��q��\�a��1t{�Q��u<�n���ȿ�:�6���0�dZ0���y���A1���6���9�]mi��#?A�;M:��	O��!��i��
#K�65���
+<�³
��Gh�=��0�
����.��"kRSX{bk6�v��f�Ώ��Kz���/�>{M��#EK\��~�A�Bb8��#���Q�`͟��2J�����I���PE
�1�fkٛ�%�̈��n�`���嶒W^S��2�p�>���x�>s�9n�`��a?�
+endstream
endobj
19 0 obj
<</Length 12329/Filter[/FlateDecode]>>stream
+H��WiW�����z?�A�Pn��QDQP��xm�n����U��*��/�\�����X�Ϸ�1+��v!y�T_7�b�jbh�i������|������M�����W�w3US��bdkr^�t��Q��q��=���'�z�������GE;ow㤱�^�rV{�븙������������}rt���̀��v=� ?]320c���P1F���B6�W�zv�g��}�O�ˇ�r¬-�:����@)r�I��x|�曁��J���1�,�yQ���A�b)Z��<.TO�BP���v
��^���G�����y�>	��
+��n5�ޟ
+��zkTk�����>B[D�	��O�,�����k�Ws�ΡO�R+��9fb&��AOk��0�ݥ[�ѱLo�zNg�Q_�J��Y�M2�͙�O�Rˏ��",�0FBG��(�sÔH4�	���f��6I��t؀hi�cU�sA�r��G�u'�P���ғf�G�T��NzAU�}!Z��:���XCnC�t��[L��m�DXE���{Ÿ8�����9�>iUn�^S���ļ}�4���me9QN�OV����S�9/񆳈Z���9����#��3�����ǭ��q�{�X��O_�;q7�aY5	��������r�q4����W���p�^��\���+��z;)�!�&kM-�eX=M$�����'�UM��*0�լ�ÀiU:�����Z�q�_c��*��GOr�$�Y}N��U[:K�}����kZ�>��Yf`���V��i�iUkv��VOG���YE
+�8s�Z�S�U�:�@�
+̠�:��՝ғ\��V�\v��VMs�DV�%
'�Y�'���6SQ�`|W�k���O2�� ��rc�D=*�������ߧu{P���|�����0�7U �'iH����i�׵OS{�k�^Y��B���
+=}G^�O�&��a9��	54ۭ�:��S� ��}�R64�ˑƂ���"�t�e���
%U��3���ж�X>O�n��?%U�`��-^��#Lf��������ɓ�4aWYw�C"D��R7����/BR���&r�I����ܚٟ��:lk�[�G2�M]擑A��;a�x���R��t�_k)�a����j'�<��>��dC?l��ד$Fp�838�l����E��Nʭ�	���3
%J\�^.�:̝1�B�I�����"��7W:��,(j�Z����O�Jd��]5Mg�9%�;Ha�d�Ԟ���k��d�T�E�S��VrO0w�dFI���a>n��K����́F���e��0}���##̫k=;г���'m�X>�8'���`wz�e��H��Fi#א����VG
J�-��Ã�S"��"�-���D��E)&ʗ��B>��n�k�6c�	�:�S"��I�VP�Z�t���qTC�i�X-_w��
ʗ6������m~Gj�����}��Q(Fm�����G�������yI�ۡI�(>1Ю�!ڥ�F/i��ptL*���\���y�oO�J��}������A�Bt�M�?u�L���B�F6;��8�>f���V!�O�Ƈ�6�D`b��s�P�`m ��g�r�g���Z\�u���J�ư#������@����{����PHЌ�4��8w�$)�H�曐OpI����h7.RT�����ʍ
�r��������C�f��� V<�s��[�I�q�؛'i�D�����/UL�����'�i"�1U�*�`4�z��XcP}B�츕�G�r|�!�=?��b�p-�sK�,>!Ns�:e��fi��]�p�/�<1J���ğ��,MM��g'٭�ӢI��6:�7�;A�NK��Q/���Ia���]�����\
+g=z8�>w�б�Pp��
B���y�=�����N���q\)'.zo�“c�F)�0��������B��n�ݱ+$K���s��w�#���&���NPhxY

��&|A���P��h����|؂G�Tg	�Bu�$�U�4�Y�q���ۢ|-1�����S2�,��4">R���ɑ�+�7��n�WH.�K��H�C~��&�|ӧI���p�ssa��&q����a�f�8A�1.f��ꄄ���wp�����Z��W��jocQ:gV�%	.����FIZzo��6�1�N�h�p�N�	F�㝦ͧ��`�a�q��L��y) `f�5�v�E
+��h@"&�����Y!@���Ј;w?4R�J�s�2Z���Y���NP�[B�7.n��~-��@l�Z������<)��Ȋ����B.
�챎���HH�U&D#��"H{���-i�j���@h?��N�:ⶸd���t.^{Qpks����>�'�G��({�;0��S⢎�w���@�E����T*^#�|�8<Р��ǫ���t�2F4Y&<��w�b����;4�����<�V�>2e�>���Z���G���A��^��!`�
+���	cPr��F\kB �9�!��T�>��4�����t}b�Z�7o<����b&g�����c��dz��ý9mn�?�N���q�1E���Y&����ޙ]>e9g���ޡ�}�����?�D
+��!
��}���hw��	���>Γv�����(� v�kf���f�~��i��@U%�و�x�Ghf����Dz�19-��F�s<��5�å5�Hr�	�.J�\ڑH4�U��R��?iN���DKs���E��u'�P���~��	
+����1���.Lӄ�hd5Y.b[��E���K=w���9�~�{�2E�w��,ޒ�׆�1�J H<�l�s�N�A�b)�I��*�'I,��hєM�6���{4!�ePM��'��Bc����@���%ŭ��Hm!��P)�⁧ݮh����l#�z�B����	~�,MM�`;�r8��,�`N.�B-�w�å�Be�-��|[2�3s� 7�z5?�SzI\�60�^���X3��x��������������Nآ�ņ H�c���[,����"��g�"x�w����b����g�؇���VY�<z���+"�55��&;�!2|���s��l[y��V�y^���-�@4!W��ӹ=�FP���U���:�{�
-�(twϹu�|�7����ܼ�y*R���w��>=<mr��<���r��<�V.�H-x�T����7��^7)X��d���K���=��i)��j�^���U��bDW�IR�$Ջo[^��I��2Û�G�>���Vj$�8|����/�'}�t�8�h6B7��������/��|S�o!�+��w������΍����.R�A�7m�˸��uN%����ۯ=�l�8�K��A���|EZ��y��b>O^������D�'7��z�F�\�h�[�3���9���"���7PS��aɷ���S�;���k��]�5���e5�۵�E�A�Ym�2|�Wb�%z9[r{�qzB�F3Enxt�W�p���s��2��7�B��A����x��+��r~5p���A�M �~1$�$~�e<�{�_��0�����&:|)�֟*���f�Vx��n*Y�V&�1�L�S΍���ޠ�
zj콰so���s㫸�7džV8��B�o��6J��8����%�QRo{��Wx�!�B%�JhC�P:�J������F��0Ƒ�?���
�ETda���v�8�\E�c�]u��\x��>pn��۔_��4����"�jd)׿v{vʷW�R����+R�p�uO��M�����������FƖ[�^���6'�����Y�ۼ���p/hqz�)��7N��L�ʭqġ�����
�8�b�SD�q�Y�`�ǚR�M�j0-�p�8�7�xswE�m( \P`_����5�P��>���Ь���P�U
+e���
6ؘP4*2�OQ�P���K9��F������,��m�?y��<�^ʫ�9�����W�,#ΦP~U�2E���EW���0��~z��g��{F�C�6c�h�ss��Q#�R!������Y`��‰!�f0����f^1`]���Y'l3\��>�<�m�|tY�}��l�L�
�L��kޙ}�������6�d���('r�܊��$ÿ"!���O���y�k,W�%��-!�ì���-���*��zぱ���n��15�6�ą
+�A~K	a5ዠ�P�.�"��1v��j=(\�Le��M�f��R�1O�f�t�L�)px���,.��9��@���à����Y�7,���f��rV����E9�J�������l�j�ecR89p�������x��^
+?AΙ�8�4)�/dDj��:3�h��?�R��מ5��������b-R�Hn���!-����R��q��F�O�o߽���JX�oF%�>�!ҙ��*(�2�kЩ���d�5k9卂%ר�O���5���Q
+j܅P
�bY>d�#\*�\�D��o�)��u��]i�L��3ER�o9�H�b*��a6�O�7�n�}x������Ւ4�(@��uc=����߼ż��^��8��vˠ�S��Y~@���k���H�g	�z�9�_�%]ϜB�h�0p�j�f�~�0���<d>IW����I��_�D��j�A���&���6�ߦ�9bV��=̯w�o�[�ɴ��ؓ��>��ꩉ�K/����=��&����E�F������d
+�F44��J��fn"�1��1F1��n;�1G��p��� �p ����ͫѦK�K�v��m9���)�e]\���f�:��p���D�t#�X�i W�7����to����%�db����mʹ|�L����S2�_$�!��R!��@ڳ�ddĻr����M�W�:�
+�-�U���F �d��_G��iT�o��F8�1����zd�_��͇;�R-|.ϖw�3&��D��MF���������9l��ì�$�-�n�)ҽ��Kν�0��LȽ��ni�;@�^2��ƹ�q��pn�܃pwr9w8��z�ncDƽt["�-ݖ���]�umM(<��8�s���M�X�m|*Lu�nY����A�##۩��J1���L�`u��(����c�[a�6c2ḿ�i2�`�£�a�1�h���U~�g~{;3V�Lo3J�]��3
�@k��D&��jB`�A
�"�h��^����=xNF.�kX�y�G�f�OB�8�sj2���8 �a�]�7���Vk�pQX{
+��\���J%���#���O����_��$.e�u���ȹ��$xn���Qy.���VVQ���EQ�jwPn��:X��E�m4}0�k��%�0Jw���v�A=M�>J����7V�F#�)��
���2�J\��o	*$!@Ra�"�@ �(J����V��=�*!��}]�Z�W7�r��}����L����
lf)�dd*�6�e"ܩ
Y�5����Z-�z)��0�Vr�!�����\��Lÿ� TRQ��'7�MC�N�-C��L��T9�+�I��а��h�j�4ҠM�.Z��'����I##��X4Ȥ�m ���1�e���=<����lU�q*b�����P�|�^�ԓ;����P��ѪZ���̺�SCo��m��_;;)*��'==��R�q|d*p����"�А��.��(I.|�;>\��:����
v��#�;��u�\:D]�5�Ϋc�E��R+����63����W��e�bц�wt*N���<�A��|+if�9swc����tU���)`6Bl~T)CLE�&��7����x�L�c�y�S��ܮV�0P-���*�����	[�J�������jҗ�崚N��Z����>��N���<D���I���U�����-P�|�{e�ܻh}���^b���@=G]T2�.�֖@��*�%�Ce<Հ����^~T��ݗ���`u(CCFa���I'Y/9;1`O��<Qщ��+"��5`Y�1*��QOA
s1�5Տ7�������<JZFH�l-⿤�_�&���>p�#Z���j��D�2ʬ9���EF���nl>{����y�Ĺ����W�-=�FgHA�"ME��jP�':SC�JR��T��n[��L�9�w��)�"�C;u�H�
5�:$����K�.�����~���ˠu4�c=}����&"E��%��3��4^?��~��9
4���]-���Ne��D�BI-_5����}G���~�:@�s0�_��6���i��|�Y�}'�e>����ٺ��c�[�%�:�s�6.�f��Gۇ�O��=���7$e�	�����A:I$jI�z=��OD�eQ�
h���	SN����Sg��q�Ӑ&��t�p�wM&�U�9��'b&N�>���f�~!^ʉR�i��s������&�F��1�|��6�2��\H���*J�DnQ�!�jb�p���&֔۫�k���*D��j�s��ij��k
+~�)f���^x
+����y\�PQ��J��x�p	��4�y�>�*��Z�--���4T�0���s�c�������p\���Ec��0E�#���PA�=�~/���W<"���gv�,��p&��Ժ�Ѹr�(��˲�2.�����,��Ҙl�at`�*�h�k���ZV����RP�t86�G
29{�o'~�o��S}���P��>�]��aaM�
�	�*��c�Z�L[R٦��7.����2G�?�?��c!<}�ȝ��|��J�i�9���a���'v�1�^wu贈��&K�=�w@r���A�8o>���!�Ș�Gl�$o�b�!-~8kz6�6�B�[��e���s�x�;xQ�*� �(9:��_�]D�;��R7ެA���P�Nl7d_�1����ORƠ��M[y�p֐-3�>�WF5ev�.�.��PV�)�T_��2�
+����f��`,��d����o�p�U����l.$
+e2��C��t
�1�1�Y"����_�&�i��\���.��''x|
?'-ۍRT����)���o|;K|$�CA[�[Y"�{7K�!�vk@;�u�mO��ޯ{����e�� ���
���xo����w�~\l�;�؋��lǛ��о��΋������~���J<��-b�X��Y�}�
o��N��MJz�U_[2�h(�4��	�9�A?�
+D��h��m�s�vѲ࡫N���DS�d3m@F]e�4�@J8.+f4�ǵ����S�������� ��%߯!_
c�����������[G���9a��q�������f��)F�8�ݝp��z��x���*��6���3�n<6w�b ��!T��@����dvK��J‹�h0o�kpm��&*Ez�<���.�g�Ƶ�3-������nRQ8���Q����7�t�ן�B�>�����L!��5��:tp�ܢ�G-�a5Eۂ�A�w��IC�Ld�~@��S��lh�7�_nghq)�_����r	E�_�p�	�*�),~��)���~�g�9X+�D�X��+��^ȳ(ơ�Ljac� G~!�L���:L^��/�:������
��ʪ����S�EO��=<�ANP�4��v��2C���a'F}��Nzz��\1���a�O���7��'�@��?d��do�B���{�����C�. ��,�`V����H��C�a�O�������'��
��ǫ칤�F�:/b��j��|�SP�\�c��6��/����Zu��ث�<��fT��f,�E��L���j�K����M�ZE��r�L�/��ۺ�r�n�=>Ӳ�����/��c�w�B��1H���&�9��$��w|_Ys�!z���J;~T��BU���� k�
ݥ�Z,�:���UP�[��&����Y����v��~�3U�gB��`�}�L:ۃ��qI$j,���7"(0��y�}h����u�/c9��8�w�D&�5(�?�WYS"�}�"�?L��Bo�,��4 "*2��� (K�}���fVU/����_:��&�*3O����;�P/������w+$���i�Ͷc�M�uɒ��-�=���珻*j�$�sR��n��$�(�ޫ
��QE��1s
��A&�:(����o��#�L�q��z�%(恳��&��2���4�s@ᰬU��DZJ�6�Z/m���i�a6֡��q�I��ȑ��} p%��㘛�q27"����[+�����
�E��+I�}H�P���85�/��)�US�� `xgRML������ej�L<��g�Է��*gZjZ	 ��m�K��L ����SG���UJfȩ޲���ǭ�p�tk��;`��D�=�⎞Pg�Q���҄R��}�������k��<{�;���C�/v�-ՠ��fߜ�A����2)�`�j	_h�E����%������S���H�����y��i���	��ף�~
+�C&J���Z@NC�9���棐†т��˨����Q���E~f跑�	�P
�=[�i���A]{o�'�Sn�m����ڗ��p;�9(��)ViPU���hH����`x�ҥDZ�!d�D����G�;�ѿ�`����D�Zr؋��ɴЖp�(�A��)(�d����t9��$�+�K�oi$��y���[����sJ��hA������܆�vgd�a���
����\��(���dl}&����m�
�)�)�T�խU�Nu\��3��d距_���ɫ��۔�
+�����Q	]�b.d��i�I�ԯ6��5�99�*]q�4Z��cW(����+��ʋ��,%�a�X���#qɨ��Or/���S��W�;~����E��ݤ����(ێ�⃻��^�c��녗�����)7���=[A�vU�nT32-�kZ�ѫi
+ƴc�m�����vz��l��� ���c����|S1x
+V��HJ������4FC8�Ȅ�̲�H�h�
+ec�'e��,��]�xyn`7hg���tMy�le<L��]J$͉H$z�A
8�Ъ�dn%|�*�8�ؑ@�Cj���n쩽»�!�B�9ր�5E�M�9
+�l�W�t�\��]_��J�Ǣi���'��Y�J�Y�����?��'���X"�S��-f���q���)�����?J��i����\�fW��l��t�2[n�~*�V�VKČ�tu7�?`nn��
+���(qks��Dh�h�'+�U�eflܫ�����G�.�q6�,��gZ���Z�4q���W?��d�E��ט�����8�6�5���ݪ�Ť�f��X�T���FN|�o��V���I����b!c�-�^�]?�O7뵾
p|�,��E�H���H(�������/<g�8��А�…�'5:UNx�m�F��@6(��0G#��+��?�|��S#�|�Rھ�/��E�V��\��z�	<��<d	��a�W���Q�㾝ڲ���N}��&����n08w8@������������ehj�a��/��v޹���$b�m�͵{�&C�%��
�lH�i�K�,��9X���#�GX��$d.@O�I�)��I�5�oB~ϛ
+�T	vx���M�
+4A�y?b������U��h�a��[ې��a�e����`�L��O6
+��h�\Xb�~�;S��i��,9.?�G��?piMU�%��H&*f>8�2jw����Ѭ�~��^Mh�_���������"�4I'�X���V����MNk<��k�S&C=��鐯�8ې�k�B
+#���.������b@��YO;�G�v����q�[k�l�����vhs� R�LeR��<f2{<B
+��(S��p)0�kE7�}�L)6����ؒ	ov�6D�T�Vl*`36���V��� �l4��(�-JY0N����&�m��y�2%��YSv���f�\\x��&��T�$�R�����>h
+dY�bYA��Og	 zW~)�q�Tul���wH�3#1�*ߑ���4���4�f�Ѭ�^�����{�t5��6�����v�kXn��v��7`���i����y�.��2]h"��-�
�ߧ����Ale:����l�>Zԇ��bTxS���ο�X�!��*�6�ލ����#bcb�W����sBO*���/��Mi��1"B�ZCM0�a…���r��>l�!r|1mlZ =;;�+?DE�!��x�>ãz��݋M#d����_�gpCOy�1���W,��n��t����9	$-�	�v�|�u%�[9''�����N�+�A�#���4^��6��v@1}�r�����A��0&��i'��TrX'Ǎ�dh��@%��>��m�����3����1p��6�e3��
+� ��s�{*�ž�Ї;���E��?�&
ڗ.��Y�������������K���Y<jZ�u���6�;�W�r
+O��������)���XWE;-݁��J(��(�n��:*Ƭߩ�����z�
$�7�u�D��z�!����:��'��/���f�}z�A���z�THv[���Q�2�|���	��Bq�9!��O�nP42
+X���
Z�@�Pxo���F;<2�������e�J��,T��X><b���ך�kvg} �'� %@�j�ol]�hФ�����N�5)�����������aU	7����#RUB�`��G��q��q8	����;s�����C�����y|;;��~�Y�=ý���ڰ����)*�.�п����Eg��4̚����O�țVʗ,��z?x�e�կϰ��+Z���_�������_F�C{3ێϯ.m���@vv5IEdˎ�Qopk�f�'�C��_�¤��h:��T��-ҋ@I��̶��q
�[��b�{���6�$�t���u���A�ZG-�7�t������@��h�D��Nb�Q4�Q>�\�n4�7�q0��[�>�|������>vM�#'g��0��c��E�[���W���������D��\6F&}�A$ߴ�O\S�[�A:�#�d�t�9�.��X����vb7	�`'���A�������p�Q�Fr�R��4�FM�����rA(�������8�8=ݶ��(:=M��8�D�?��IG���&ӉB��$�>�U��<�Z4nT��rEz�Q�l|�݅X8[�y�=|W��G�%}�����>��U�G��l.>p���y�sF�1�R�l
+*Q�B�o.4@ܓ�wb�"|��Z胠�N.����f�(�+.�����dw��Բ����~��
+�9Z����دt��.��� ��;Q�PUd����lDuR����a+��3i��
+`�1j��h…���iL��A�'VL^Z�k�P��ոT'ϕ^���_us-��y���Q��P�e��0���5w��A��(թ�B��V�	������.T�z5.��u�W%��W�\�Pz�����fuρ�/����*���r��j"��#����Q�J:��۹�+�u���*:��[Xo�"�ˀ��N�� �[[�sh���������:�bS���I��,����(��٘��Ow�T��;̤���.O(
+ّP[]���f!V�]��zP�5�£'e^Up��<<O�<'�TJ��Q�Ӗ́"P��
�S�<T�\��u��p��q.1�&9hs�a���ѯ��[�[O�����r�����.5&�+�I+��..KBA�n4B
+Υ��il���0β^�QN0��������U��J�yJ�UF��y<�mt��hof������ڣh��spi���� �q�8�u�h��Ce!��ƛG�n䁫��7 ���BL2
�P���`�Z��3��b�h
�j�Jܩs=����>��pe����x���p���*�
� W�ᓑ�	�w;p���N[%x>�AE��Z�B0���4�����C���)+ae��p)D�Q���m�@�+�/�aopk�v;xˎ�ы$�L!�S�aq��#Q��� ����(��H��_�i������5�g�dTNgIj�Y�r�m�^��gB=I�� {�䌒aFA4\�������()�X���2�8�+W~���@�(��kA���_�/q��]jz��I.2t��Au(ŦX�np
+m��8�����&�9G�49C���
F�0�C�4����%�(B�	�Qb�P-�~���In���˷P����p�
+endstream
endobj
9 0 obj
<</Length 17535>>stream
+%%BoundingBox: 70 273 531 614
+%%HiResBoundingBox: 70.7759 273.7051 530.6914 613.4238
+%AI7_Thumbnail: 128 96 8
+%%BeginData: 17381 Hex Bytes
+%0000330000660000990000CC0033000033330033660033990033CC0033FF
+%0066000066330066660066990066CC0066FF009900009933009966009999
+%0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66
+%00FF9900FFCC3300003300333300663300993300CC3300FF333300333333
+%3333663333993333CC3333FF3366003366333366663366993366CC3366FF
+%3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99
+%33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033
+%6600666600996600CC6600FF6633006633336633666633996633CC6633FF
+%6666006666336666666666996666CC6666FF669900669933669966669999
+%6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33
+%66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF
+%9933009933339933669933999933CC9933FF996600996633996666996699
+%9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33
+%99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF
+%CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399
+%CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933
+%CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF
+%CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC
+%FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699
+%FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33
+%FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100
+%000011111111220000002200000022222222440000004400000044444444
+%550000005500000055555555770000007700000077777777880000008800
+%000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB
+%DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF
+%00FF0000FFFFFF0000FF00FFFFFF00FFFFFF
+%524C45FD04FFA8A8FD05FF7DFD0FFF7DA8FFFF7DA87DFD09FF7EA9FFFFA8
+%FD04FF7DA87E7EA8FD0AFF7DFF7DA8FFFFA8FFFF84A8A8A8FFFFFFA8FF7D
+%7DFD0EFF7DA8FD04FFA8FF7DFF7DFFFFFF7DFD10FF2727275228527D7D27
+%2727A8FD0BFF7DFD04527D52272752FD05FFA8522727275227527D5227A8
+%527D52A8FD08FFA852275227525252277D527DFD0A52275227527DFD07FF
+%A8525259275252527D277DFD0552287D27277DFD0BFFA87DA87DA87DA8A8
+%7D7DA8FD0CFFA8A87DA87DFF7D7E7DA8FD06FFA8A87DA8A8A87DFF7DA8A8
+%FFA87EA8FD09FF7D7D7EA87DA87D847EA8A8FF7D7D52A87DA87EA97DA87D
+%7D7DA8FD08FF7DA8A8A87DA87EFF7DAF7EA8527D84A8A8A87DFD58FFA8A8
+%FD1CFFA8FFFFA9A8FD0DFFA87D7E7D7E7D7E7D7E7D847D7E7D7E7D7E7D7E
+%7D7E7D7E7D7E7D7E7D7E7D7E7D7D7D7E7D7E7D7E7D7E7D7E7D7E7D7E7D7E
+%7D847D7E7D7E7D7E7D7E7D7E7D7E7D7E7D7E7D7E7D7E7D7E7D7E7D7E7D7D
+%7D7E7D7E7D7E7D7E7D7E7D7E7D7E7D7E7D7E7D7E7D7E7D7E7D7E7D7E7D7E
+%7D7D7D7E7D847D7E7D847D7E7D7E7D7E7D7EA82E5252532E2F2E2F2E532E
+%2F2E2F2E2F2E2F2E2F2E2F2E2F2E2F2E2F2E592E532E2F2E2F2E2F2E2F2E
+%532E532E2F2E2F2E53065353532E532E522E2F2E2F2E2F2F2F2E532E2F2E
+%2F2E532E2F2E532E532E7D2E2F2E532E2F2E2F2E2F2E2F2E2F2E2F2E2F2E
+%2F2E2F2E2F2E2F2E2F2E2F2E2F2E2F2E2F2E2F2E59532F2E532E522F76BB
+%52532F532E5952532E532F532E532F532E532F532E532F532E5353597D7D
+%777D537E7D532E5953537D7E2E847D53527D537D537D7E7D53A8527D5959
+%2E7E53597D7D53595359537D597E7D7D53537D7E7D53FD057DA252532F53
+%2E532F532E532F532E532F532E5953532E532F532E5953532E53527D2E59
+%7D592E06525252282E282E2E532E2E282E282E282E282E282E282E282E28
+%2E282E2E532E532E2E2E53282E2E532E532E2E5253285353532E532E532E
+%5352522E53522E2E532E53522F2E2E282F2E532E53522E28522E5328532E
+%532853522E282E282E282E282E282E282E282E282E28522E2E282E282E28
+%532E2E282E282E2E522E2E7D7D7E7D847D7E7D52287D7D847D7E7D7E7D7E
+%7D7E7D7E7D7E7D7E7D7E7D7E7D7D7D7E7D7E7D7E7D7E7D7D597E7D7E7D7E
+%7D7E7D7E7D7E7D7E7D7D7D7E7D7E7D7E7D7D597E7D7D7D7E7D7D597E7D7D
+%7D7E7D7D597E7D7D597E7D7D7D7E7D7D7D7E7D7D7D7E7D7D7D7E7D7D7D7E
+%7D7D7D7E7D7D7D7E7D7E7D7E7D7E7D7E7D7D52A8FF7DA17DFFA8A127277D
+%FF7DA8A8A8A1FD04A8FF7DA87DA8A77DA1FFA17D7DA8A1A17DFFA7A7A7A8
+%A8FF7DA1A7FD04A8AEA8A87DA8A8FFA8A87DA8A1CFA8FFA8CFA8FFA8CFA8
+%FFA8CFA8FFA7CAA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8
+%CFA8FFA8CFA8CFA7CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA852A8A87D5276
+%A8A852837DA8CF7D4C7E7D7C767D52A1AEA1527D7DA8527DFF7D4B7D537D
+%7C7DAFA1765952CAA8537DA87DA87D527DFF5251527CA8CF765976A0A8FF
+%A8FFA8CFA8FFA8CFA8FFA8CFA8A8A8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FF
+%A8CFA8FFA8CFA8FFA8CFA8FFA8CFA8A8A8CFA8FFA8CFA8FFA8CFA8FFA8CF
+%A8A852A7A87DFD04A87DA8A8A8CF7D7DA7A8A1A1FD06A87D7DFD04A87DA8
+%7DFD05A87DFD05A87DFD04A8A7527DA8A8A7A87DA8A87D7DA8A1AEFD0EA8
+%7DFD1FA87DFD04A8CAA8A8A8CAFD06A87D52A8A8FFA8FFA8FFA8FFA8FFA8
+%FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA884A8FFA8FFA8FFA8FFA8
+%FFA8FFA8FFA8A87DFFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8
+%FFA8FFA8FFA8A8A8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8
+%FFA8FFA8FFA8FFFD0DA8FFA8FFA8FF7D7DFD06A8CAA8A8A8CAA8A8A8CFFD
+%07A8CFA8A8A8CAA8A87D27F8FD06A8CFFD07A8CFFD0BA8CAA8A8A8CFA8A8
+%A8CFA8A8A8CFA8A8A8CFA8A87DFD04A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8
+%A8A8CFA8A8A8FFA8A8A8A9A8A8527D767C527D527D527D7DCFA8CFFD07A8
+%84CF7DA8A8A87DFFA8A8A8CF7DA8A8CA7D83FD06A8A1A8A8A8527DA1A8A8
+%CFA7A8A8A8A7A8A8A8A1FD05A87DA8A8A87DCAA8CAA7CAA8CFA7A8A8CAA8
+%FFA8CFA8FFA8CFA8FFA8A8A8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8
+%CFA8FFA8FFA8FFA8FF7DA8A7A883A7537DA7A87D7D76A8A8CFA8FF7DA77D
+%7DA8A8CFA7A8A8A87D84A8A87DA8A87D7DCFA8A876A0A8A8A1A8A1A8A8A8
+%A7A87DA7FD04A8A7A8A8A7A1A8A1A77DA8A7A8A1FD04A8A77DA8A7A7A7A8
+%A8A77DFD0DA87DFD16A8CFFD05A8A77CA87D7D7CA27CA77D7D52527DFFA8
+%A8A8CFA8A1A8A8CFA8CFA8FFA8FFA8FFA8FFA8FFA8FFA8A8A8FFA8FFA8FF
+%A8CFA8FFA8CAA8CFA8FFA8FFA8FFA8FFA8FFA8CFA8FFA8CFA8CFA8FFA8FF
+%A8FFA8FFA8FFA8CFA8FFA8CFA8FFA8FFA8FFA8FFA8FFA8A8A8FFA8FFA8FF
+%A8FFA8FFA8FFA8FFA8FFA8FFA8CFA8FFA8FFA8FFA8CFA8CFA8A8A8FFA8FF
+%A8FFA8FFA8FFA8FFA8FFA8FF7D7DFFA8A8A8FFA8AFA8FFA8AFA8FFA8A8A8
+%CFA8A8A8FFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8FFA8A8A8CFA8CFA8CFFD
+%09A8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8A8A8CFA8A8A8CA7DA8A8CFA8
+%A8A8CFA8A8A8CFA8A8A8CFA8A8A8FFA8FFAFFFA8FFA8FFFFFFA8FFA8FFA8
+%FFCFFFA8FFA8CFA8CAA8A8A8FFA8A7A8A1A8A8A87EAFA8A87D7DA8A9FD05
+%A8FFA8CFA8FFA8CFA8FFA8CFA8FFFD04A87DA8A8C9FD04A8A1A7A8A9A8A8
+%7DCFA8CFA8FFC9FFA8FFA8CAA8FFA9FD05FF7DFFA8CFA8FFA8CFA8A8A8CF
+%A8FFA8CFA8FFA8CFA8FFFD04A87DA8A8FFFFA1AFFFFFFFFD06A8A9FFFFFF
+%A8FFA8FFA8CFA8FFA8A87DCA7D7D8452A853527D7D4B7D527D597E7D7D7D
+%84A8CFFD0BA8CFA8A8527DA7A7A0A87DA852524B7D597D7D7DA8CAA8A9A1
+%A0A0A87D764C7DA8857DA8A7FFA87DA8FFFD06A87DFD0CA8CFA8A8527DA7
+%A8A7CA527DA8A852A852A1767D527E7CCFA87DA8FFFD05A8FF7D7DA8A7A8
+%7D847D7E7D847D7E7D847D7E7D847D7E5984A8CFA8FFA8CFA8FFA8CFA8FF
+%A8CFFD05A8CAA8A8A8CAFD04A8A17D7DFFA8CAA8FFCAFD08FFA9A1FD07FF
+%A8FFA8CAA8A8A8CAA8CFA8CAA8CFA8CAA8CFA8CAFD05A8CFA8FFA8FFA8CF
+%A8FFA8FFA8A8A8CFA8FFA8FFA8FFA8FFA8FFA8A8A7CF7D7D847EA87EA87D
+%A87EA87DA884A87DA87EA87DA8A8A8A7A8A8A8A7FD09A87DA8A8CFA8A8A8
+%FFA8A8A8FF272752CFA8A8FD14FFA8CAA8A87DFD04A8CFA8A8A8CFA8A8A8
+%CFA8A8A8CA7DA8A8CFA8A8A8CFA8A8A8CFA8A87DCFA8CAA8A8A8A9A8CAFD
+%06A8A7A8A8A8FFA8FFA8FFA8FFA8FFA8A8A8FFA8FFA8FFA8AFA8CFA1A8A8
+%FFA8FFA8CAA8FFFD04A8FD0BFFA827A8A9FFFFFFA8FFA8FFA9FD12FFA8A8
+%FD10FFA8A8CFA8FFA8CFA8FFA8CFA8FFA8A8A8FFA8A8A8FFA7CAA8CAA7A7
+%A8A8A1CF7D7DFD0AA87D7DCFA8A87EA8A8A87EA8A87D7DA8A8A17DCA7DA8
+%A8A87DA87DFFA8A87DA87DA87E847DFFA87D7D7DA8A87D7DA8597D7D7DFD
+%11FFA8FD11FF7DFD0DA87DA8A8847EA8A8A17DA97D7DA7A8A7A8A8A1A8A8
+%CFA8CFA8CAA8CFA8CAA8CFA8CAA8A8A8CFA8A8A8CA7DA8A8A8A7CFA8A8A8
+%CFA8CFA8A8FFA884FFA88484A9A8A8A8A9A8FF7EFF84A9A8FFA8A8A8FD12
+%FFA8A8FD10FFA8A8FFA8CFA8CAA8CFA8CAA8FFA8A8A8FFFD04A87EFD04A8
+%FFA8FFA8A87D7DFD04A8CFA8CAA8FFA8CAA8FFA8CAA8FFA8CAA8FFA8FFA8
+%FFA8CFA8FFA8A8A8CFA8A87DFD0BFFA8FFFFFFCFFFFFFFCFFD07FFA8FFFF
+%FFA8FFFFFFA8FFFFFFA8FFA8FFA8FFFFFFA8FFFFFFA8FFFFFFA8FFFFFF7D
+%A87DA8A8CFA8A8A8CFA8A8A7A87DFD05A8A7FD07A8A7A8A8A1A87DA8FFCF
+%CAFFFD07A8A2A8FF7DFFFFA8A8FFA8A9A8FFA8A8A8CAAFFD04FFA8A8FFA8
+%A8A8FFA8CAA8FFA8CFA8FFA8FFA8CFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8
+%FFA8CFA8FFA8CFA8A8A8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8A8A87DA8
+%FD09FFA7A883AEA8FFA8FFA8FFA8FFA8FFA8FFA8CF7D7DA87DFFCACFFFFD
+%047DA87D7D52A8FD047D52A8FFA8527DA1A87D7D52A8FD04FFA1A8A8A175
+%A8A87D7DA8A1A7A7A87DFD1BA87DFD10A8FFA1FF52A8FD08FFA8A87D3A58
+%CAFD0DA8A7A8A8FD05FFA9FFA8FFFFFFA8FD05FFCBFD10FFA8A8FFA8A7A8
+%FF7DA8A8CAA7FFA8A8A8FFA8CFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8
+%CFA8FFA8CFA8A8A8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8A8A87DA8FD09
+%FFA7A8A8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FF7DA17D2E532E53527D5253
+%2E592E532E5353532E592E532E532E532E532E532E532E532E59A7FFA8FF
+%AFFFA8FFA8FFAFFFA8FFA8FFA8A8A8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FF
+%A8FFA8FFA8FFA8FF7DFFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8A9A1FFA8FF
+%FFFFA8FD07FFA8FFFFFFA8FD0BFFA8A7A8592F2E532F7CC17C537D53592F
+%592E7D59532E532E532E532E532E532E532E532E2F53A8A8FFA8FFFFA9FF
+%FFFFA87DA8FD1DFFA8A9FD0FFFA8A8FFFFA8FFFF7EA8A87DA87D7E7DA8A8
+%CAA8FD0DFF7D7D59282F282F52762E532E532E2F2E2F2E592E2F282F2E2F
+%282F2E2F282F2E2F282F2E53A77D7D7DFF7E53FFFFFF7D7D7DFD1DFFA8FD
+%10FFA87DFFFFFFA8FF54A8A1A8A8A97EA1A8A17DFFAFFD0BFFA87DA87EA8
+%7EA884A87EA87EA87EA884A87EA87EA87EA884A87EA884A87EA884A87EA8
+%84A884A8A87DA8FFA8A9FD22FF7D2752FD0FFFA8A8FD0DFFA8FD10FF7D7D
+%A8FD22FFA1FFA8FD05FFAFFFA8FF7DFFFFFFAFFFFFFFAFFFFFFFAFFFFFFF
+%AFFFFFFFAFFFFFFFAFFFFFFFAFFFF87DAFFFFFFFAFFFFFFFAFFFFFFFAFFF
+%FFA87DFD05FF7DFFA8FFFFA87DA87DA8A8A87EFD0BFFA8A1A8A8FD22FFA8
+%7D7D7DFFA8A9FFFFCF7D7DA8AFFD1CFFA8FD10FFA8A8FD04FFA87DFFAE83
+%FF7DFFA17C7C7E7DA8FD0CFF7D7DA8FD22FFA8A877A8FF7E7DFFFFFFA8FF
+%CFFFA8FFFFFFA8FFFFFFA8FFFFFFA8FFFFFFA8FFFFFFA8FFFFFFA8FFFFFF
+%A8FFFFFFA8FFFFFFA8FFFFFFA8FD04FFA87DFD05FFA8FFFFFFA8FFFFFF7D
+%FFA8FFA8FD0BFF7DA7A8A8FD22FFA8FD3AFFA8A8FD1CFFA87EA77DA8FD22
+%FFA8A8A8CAFFFFA8FFFFFF7D7D7DFD2EFFA87DFD04FFA852FFA8A7FFFFA8
+%A876A87D7E7DFD0AFFAF59A8A8A8FD22FFCA7D7D7DFF7E7EFFFFFFA17DFD
+%2FFFA8A8FD08FFCAFFFFA8272752A87EA1A8FD09FFA97E7D7DA8FD22FFA1
+%A87DA8FFA87EFD34FFA87DFFFFFFA8FD08FF7DF8FD05FFA8FD09FF7DA7A8
+%A8FD22FFA8FD0AFFA8FFCBFFA8FFFFFFA8CBFD26FFA8A8FD04FFA8A8FD06
+%FF7D7D7DFD0DFFA97EA17DA8FD22FFA7A8A8A8FFA87EFD04FF7DA8A8A8A2
+%7DFF7D7D76FFFFFFAFFFFFFFAFFFFFFFAFFFFFFFAFFFFFFFAFFFFFFFAFFF
+%FFFFAFFFFFFFAFFFFFFFAFFFFFA87DFD05FF7DFFA8CAA8A8A17D767C7DFD
+%0DFF7DA7A8A8FD22FFA87D7D7DFF7EA8FD0AFFA8A8FD28FFA8A8FD1CFFA8
+%7EA77DA8FD22FFA7FF7DFFFFFFA8FD34FFA87DFD05FFA8FFCFCFFFFFA8FF
+%A8FFFFFFA8CAA8FFA8FFA8FFA8FFFFAF59A8A8A8FD22FFA8A17D7DFD07FF
+%7DFFA8A87DA8FD2AFFA8A8FD04FFA87DFFC999FFA87E76A1A87D847D4C76
+%7DA87DA17DFFFFFFA884A77DA8FD22FFA8A1A8A8FFA27EFD06FFCFA8A7A8
+%FD2AFFA87DFD05FFA8FFA7C2A8FFA8A8A1FF7DA87D7D76FD06A8FFFFAF59
+%A8A8A8FD22FFA8FD3AFFA9A8FD1CFFAF7E7D7DA8FD22FF7DFD17FFA8FFFF
+%FFA8FFFFFFA8FFFFFFA8FFFFFFA8FFFFFFA8FFFFFFA8FFFFFFA8FFFFFFA8
+%FFFFFF7DFD09FFA783FD04A87DA1A1FFA87DA87D7DA1CAA87DA87DA7A8A8
+%FD22FFA8FFFFFD04A8A1FFA8CAFFCAA8CAFD04A8A1CAA8FFA8FFA8FFA8FF
+%A8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FF
+%A8A8FD09FF8334FFA1A8A8A176A1A8A87DFF77A17DA876A18484A17DA8FD
+%22FFA7FF7D7D767DA17D7DA9A1A8527D7D8452A853527DFFA8A8A8CFA8A8
+%A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CF
+%A8CFA1FD13FFA8FD09FF7DA7A8A8FD22FFA8A8CFA8FFA8FFA8A8A8FFA8A8
+%A8FFA8FFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FF
+%A8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8A8FD0AFFA8FD0FFFA8FFA87EA7
+%7DA8FD22FF7DA87DA87DA87DA8A1A87DA87DA87DA87DA77DA87DA87DA87D
+%A87DA87DA87DA87DA87DA87DA87DA87DA87DA87DA87DA87DA87DA87DA87D
+%A8A1A87DA8A1FD09FF585EA8A17DA877767DFFA853A8777C7DA176527D7D
+%A8A8A8FD22FFA8A8FD09FFA8CFA8FFA8FFA8FFA8FFA8FFA8CFA8FFA8CFA8
+%FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8A87DFF7D7DA8A1A8
+%A8FD09FFAE83FD05FFA8FFFFFFA8FFFFFFA8FD05FF7D7DA8FD22FFA8A87D
+%CFFD047DA87DA8FFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8
+%A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA87DA8A77DCAA17DA7FD1DFF
+%A8A7A8A8FD22FFA8A8AEA8A8A7A8A1FF7DA8A8FFA8A8A8FFA8CFA8FFA8CF
+%A8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FF
+%A8CAA8FFA8FFA8A8FD09FFA75ECFFFA87EA7CAA176CFA8A9FFA8A77E7DA8
+%FFFF7D7DA8FD22FF7DFD04A8FFA8FFA8FFA8AFFD09A8CAA8A8A8CAA8A8A8
+%CAA8A8A8CAA8A8A8CAA8A8A8CAA8A8A8CAA8A8A8CAA8A8A8CAA8A8A8CAA8
+%A87DFD09FF5E5EA8A8597D52A7FD047D59FF7DA17D7E7DFFA87DA8A8FD0B
+%FFA87DFD15FFA8FD09FFA8C3CAAFCFCBFFA8A87DFD27FFCFA8FD1EFF7D7D
+%A8FD0BFF52F8A8FD14FF7DFD05FF84A9FFFFA1C9A8FFCAFFFFA87DA8FD28
+%FF7DFD09FFA883A8FFA8FFA8FFA8FFA8A8A8FFCFA8A87D7DCAA8A1A8A8FD
+%0BFF537DA8FD14FFA8FD05FFA9A9FD34FFA8FD09FF8333AE7DA17D7D52A8
+%A8FF7DA87DA77D7D53A17DFF7D7DA8FD0CFFA8FD15FF7DFD2AFFA8A8FD0F
+%FF7DFD09FFA8A8FFFFCAFFA8FFA8FFFFFFAFFFCAFFA8FFAFFFA8A7A8A8FD
+%0BFFA8A9FD15FFA8FD2AFF277DFD0FFFA8FD1EFF7D7DA8FD0CFFA8FD15FF
+%A1FD29FF592752FD0FFF7DFD09FF8383FFCFA7CF7D7DA8FFA8A87E84A7A8
+%7D7DA1FD05A8FD0CFFA8FD15FFA8FD2AFFA8FD10FFA884A87EA884A87EA8
+%845934A87D7D7D53527E7EA87D84537DA8A87EA8A8FF7D7DA8FD0CFFA8FD
+%15FF7DFFFFFFA8FFFFFFA8FFFFFFA8FFFFFFA8FFFFFFA8FFFFFFA8FFFFFF
+%A8FFFFFFA8FFFFFFA8FFFFFFA8FFFFA8A8FFFFFFA8FFFFFFA8FFFFFFA8FF
+%FFFF7D7D5359527D5359527D537D527D5359537D5359527D537D53A8A8CA
+%A8CFA8A1A8A8FD0CFFA8FD15FFA8A8A8A7A8A8A8A7A8A8A8A7A8A8A8A7A8
+%A8A8A7A8A8A8A7A8A8A8A7A8A8A8A7A8A8A8A7A8A8A8A7A8A8A87DA8A8A8
+%A7A8A8A8A7A8A8A8A7FD04A8CACFFFCAFFFFFFCFFFFFFFCFFFA8A8A8CFA8
+%CAA8CFA8CAA8CFFD04A87DA87D7DA8FD0CFFA8FD15FFA7A9A8FFA8FFFFFF
+%A8FFA8FFCAFFFFFFA8FFFD04A87D7EFD05A8CFFD04A8A7CAFD05A8FFA8A8
+%A8CFA7A8A8FFA8A8A17DA8A152A8527DA7A884FF76A8AFA8A1C97DAFA8FF
+%A8CFA8FFA8A8A8FFA8A8A8FFA8FF7DA8A8A1A8A8FD0BFFA8A8FD15FFA87D
+%7ECF7CA1A876A17D7D7DFF84A8FFA87DA8FFA8A8847EA7527E527E7DA77D
+%7DA8A7A8A852A8A1A1A17D53A8A87D527D7DA8A8CA7DFF7D7DA87D7DA8A8
+%A8847D76FF7E7D7CA17DFFA8FFFFCFA8FFA8FFA8FFA8FFA8FFA8FFFFCF7D
+%7DA8FD0CFFA8FD15FFA1A87DCFA1A77D7D7DA8767DA87E76AFA8A87DFFA8
+%A8A8FFA17D52767D7E7D7D53A8A1A8A87D76A17CA17DA87DA87D7D767D7D
+%A8A8CAA8CFFD04A87DCFFD05A8FFA8A8A8CAA8A8A8CFA8A8A7A8A8A8A7A8
+%A8A8A7A8A7A87DA7A8A8FD0BFFA8A9FD15FFA8A8FFA8FFA8FFFFFFA8FFCF
+%FFCAFFA8FFA8FFA8FFA8CAA8A8A8FFA8CFA8CFA8CAA7FFA8A8A8FFA8A8A8
+%CF7DA8A8CFA8CFA8CFA8A8A8CAA8A8A8CAA8A8A8FD13FFA8FFFFFFCAFFFF
+%CFA8CF7D7DA8FD0CFFA8FD15FF7DA8A8A87DA8A8CFA8CFA8CFA8A8A8CFFD
+%0CA87DA8A8FFA8A8A87DA8A8A8CFA8CAA8A8A8FFFD0CA8A7A87DA8A8FFA8
+%FFA8FFA8FFA8FFCFFFA8FFFFFFA8FFCFFFA8FFA8FFA8FFA8CAFD04A8FD0C
+%FFA8FD15FFA8A8FF5252A8FFFD05A8A92F7EA8A8A1A8A8A1A1FFA1A1A8CA
+%2D58A8CA7CA8A87D52A8CF8483FFA8837DCA8383A8FFA8CFA7CAA8A87DFF
+%FD05A8FFCFFFCAFFA8FFFFFFA8FFFFFFA8FFFFFFA8FFA8FFCFFFA8FFA8FF
+%A8A87D7DA8FD0CFFA8FD15FF7DA8A87D7CCFA8A883FD04A85A7DA87DA1A8
+%A87CA8A8A87CA8A82D2DA8A1A1A8A852A8A8A883A8A8A883A8A78383A8A8
+%A8A7A7A7A87DA8A8A8A7A87DA8FFFFA8FFFFFFA8FFFFFFA8FFA8FFFFFFA8
+%FFA8FFFFFFA8FFFFFFA8A859A7A8A8FD0CFFA8FD15FFA8A8FFCFFD17FFA8
+%FD0FFFA8FD0BFFA8FFFFFFA8A8A8FD09FFCFFFFFFFAEFFFFA87EFFA8FD07
+%FFA87EA17DA8FD0CFFA8FD15FF7DFD04FFCFCAFFFFFFA8FFA8FFA8FFA8FF
+%A8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8A8A8FFA8FF
+%A8FFA8FFA8FFA8FFA8FFFFA87DCFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FF
+%2127A8FFA8FFA8FFA8FFA8A87DA7A8A8FD0BFFA8A8FD15FFA8FFFFCAC9C3
+%CAC9FD23FFA8FD0DFFA8FFA8A8A8FFFFFFCFFD0BFFA85252A8A8FD07FFA8
+%7EA77DA8FD0CFFA8FD15FF7DFFA8C3CAA1A19A9AFFA8FFFFFF527DFD1BFF
+%A8A8FD0DFFA8A87DA8A8FFA8FFA8FFA8FFA8FFA8FFA8FFCAFFA8FFAEFFA8
+%FFAEFFA8FFA8A859A8A8A8FD0BFFA8A9FD15FFA8FFC3BCCA9AC3BCC2CAFF
+%FFFFA82727FD1BFFA8FD0FFFA8A8A8FFFFFFA8FD05FFCAFFFFFFCFFFCFA8
+%A8FFA8FFFFFFA8FFFFFFA87EA77DA8FD0CFFA8FD15FFA1FF9ABC9A9A9ABC
+%9AFFA8FFFFA87DA8A8FD1AFFA8A8FD0DFFA8A87DA8A8FFA8FFCAFFA8FFA8
+%FFCFFFA8FFFFFFA8AFFFFFA8FFA8FFFFFFA8A859A8A8A8FD0CFFA8FD15FF
+%A8FFCA93C36F9A6FC2FD22FFA8FD0FFFA8A8A8FD10FFA8A8FFCAFD07FFA8
+%A87D7DA8FD0CFFA8FD15FF7DFFFFBC8DB693B5A0FFA8FFFFFFA8FD1CFFA8
+%A8FD0DFFA8A87DA8A8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8A8A8FFA8FF
+%A8FFA8FFA8CFA87DA8A8FD0CFFA8FD15FFA8FFFFCAC9C2C3C3FD06FFA8A8
+%FD1BFFA8FD0FFFA8A8A8FD09FFA8FFFFFFCAFFFFA8A8FFA8FD07FFA8CA7D
+%7DA8FD0CFFA8FD15FF7DFD0DFFA8FD1CFFA8A8FD0FFF7DCAFFFFA8FFFFFF
+%A8FD09FFA8A8FD04FFA8FFFFFFA8CFA8A1A8A8FD0BFFA8A8FD15FFA8FD04
+%FFA8FFFFFFA8FFFFFFA8A8A8FFA8FFFFFFA8FFFFFFA8FFFFFFA8FFFFFFA8
+%FFFFFFA8FFFFFFA8FFA8FFA8FFFFFFA8FFFFFFA8FFFFFFA8FFFFA8A8FD10
+%FFA8A8FFA8FFFFFFCFFFFFFFA8CF7D7DFD05A884A8A8A884A8A8A87DA8A8
+%A884A8A8A884FD07A884A8A8A884A87DA8A1A8A7A8A1A8A7A87DA8A7A87D
+%A8A7A87DA8A7A87DA8A7A87DA8A7A87DA8A7A87DA8A7A87DA8A7A87DA77D
+%A87DA8A7A87DA8A7A87DA8A7A8A1A87DA8A7A8A8A8A7A8A8A8A7A8A8A8A7
+%A8A8A87DA8A8A8A7A8A8A8A7A8A7A8A1A7FD06A8CAA8A8A8CFFD07A8FFA8
+%A8A8CFA8A8A8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8CFA8
+%A8A8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA7
+%A8A8CFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8
+%FFA8CFA8A8A8CAA8FFA8CFA8FFA8CFA8FF7DA7A8A8A8A7A8A8A9FD04A8A7
+%A87DC9A7A877A8A8A884A8A87D7DA776A8A1A752A17D7E7D7D84A8767D77
+%84537EA8CFA8A87DFD04A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8
+%A8CFFD0BA8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CFA8A8A8CF
+%A8A87DFD04A8CFA8A8A8CFFD08A8CFA8A87EA9A8FFA7A8A8A8A7CFA87D7D
+%FFA85A7ECFA1A8A77EA8A8A17DA1A17DA17DA8A85252A27E7E7DFFA8FFA8
+%A8A8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CF7D
+%FD04A8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CFA8FFA8CF
+%A8FFA8A8A8FFA8CFA8FFA8CFA8FFA8FF7D7DFD07A87DFD05A87DFD07A87E
+%A8A8FFFD07A8FFA8CFA8FFA8A8A8FFA8CAA8CFFD04A87DFD1DA8A7FD21A8
+%A1FD0CA8A1A8A8FFA8FFA8FFA8FFA8FFA8FFA8A8A8FFA8FFA8FFA8FFA8FF
+%A8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8A8A8FFA8FF
+%A8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FF7DFFA8FFA8FF
+%A8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8A8
+%A8FFA8FFA8FFA8FFA8FFA8FF7DFD0EFFA8FD23FFA8FD1CFFA8A8FD21FFA8
+%A8FD94FFA8FD05FF7EFD19FFA8FD05FF7DFFA8FD06FFA8A8FFA8FD12FFA8
+%A8FFFF7DA8FD1DFFA8FFFFA8FFFFA8FD11FF5252A87EA852A87D7D7DA87D
+%FD14FF7D52A87DA8537D7DA87DA87D7D7DA8FD057DA87DA8FD0EFF527D53
+%5220FD19FF52A87DA87D7D7D7E59A97D7D7DA87DA8FD0DFF7D7EFD0452A8
+%A87D272752A8FD13FF7DA8FD04527DA87D525253277D52FD047D2752277D
+%FD0EFF7D7DA87D7DA8FD17FFA87DFD04522752287D7DA8527D275227FD70
+%FFA8A8FD92FFFF
+%%EndData
+
+endstream
endobj
10 0 obj
<</Length 21043/Filter[/FlateDecode]>>stream
+H��W[oܸ~7���>�l��H�FQ����m|Al�"M��<�gTkD�.κ����F�M�֏�����\H�ݟnnOE��ixx�G�ޥ�*ݝ{��]����!��t�!`3\₭&�_T�W�9�cn47��?�OE�?1��j��N?W�fՂT��C��Ί�d���b�N����B>��ͥaI�ؔ ���Ͻ��Ob�QB��_�O����,C�wFi���SB���dz=�T3�tz��>յ��s/})���H�}Vu��yI]���2�n�|骢���f��n�s�T�ʷp�U�����믺{�����4_;
sYm��|����k�k�
�de4@�w��q�	q��*���w
+���Õ��}S�ٚgK�W; ݪa�;�Mhz�����A�'��3�l�@��y�W��vWtO���.p�)#�ħ�;�kkȻKZ@ψrb���=+LҲar��{��� �<€�p� :c��I�b�\�o�ޕn�2�
�տ!a/�x"k��7�I��q�K]�zO��y]�8Y��u�+���.u=�OX���|,^��74�nUs��n�b�M�S��"0�dME���0�40ڌ��[�7����T����x����C�c�1w�S9c�?��'�a�à������E�g��ƪl�T�Lz��P5
�T�7���Ŏ���=>�r|r��Q�ͦV���+���0���iXx��C�+�RU5�Z>84q�����b�Q�t�q]uP#���݇��z����u����@Yݵz�k顈8݆���3�t;�&-���
=�@|ՔE�����hN�C���4(�3ꄵ�K
kh�W"��\V����߷��A#=v�j�/�B��N?���,2�2��u�2���G�������j]ԍ��K�U�������k���䷰-�����7ݏ�Jw��픚ߊ�8(7B�����kȿնVeU�h�^�%��]ѯ��zĘ�m,:�1�ۢ~t6&b�!�}a�T	gQ,�)\|�<{a&�駓��⾴ E.��,w�.������#��e
��k'p���Χ�Yn7�C��/�u_����O��	�/��g��n�n�;��>lu��p��O��.��bVR�p�_�á��r��AT�Y�r\��&��GA8gP;v��I/��2˕�se.�������̋l0^���;�B��]��b�Wv����챛so����چ������Q�-�w�8��`}��q���v�Y/V��
�b��u��1���G��鱽h���{w,�)�-�G`)1',Gs���G8LD8b�'�G����A�U��.)��[T�uPs0����'���v��U7fs���͸��w�u=;91LC��acv2?����50��*O�9��m�~M�+㳡�"��p���A�}��������6k�y�ǡ�ď?���Ǫ)A�6�!�zך��v[��l8��[���#|3,j�Re�j�.0S`��~-��M�U
��v`�mW��V��V+K;�%f�\�����{�$^�,9>tf�k�5
+G
+눣xL�B�U{Ii�>>��\�Y��I.r��<�iN�(s��<���2��L��\2K*��d(�D2��LfY�fI&2���,�hF�(3��,H�T�Y��I*R��4NiJ�(
S��4H�D&Y�&I"��$NhB�(	����"Rd"��&bA�H<�g<�	�Q�x�)'<�!���L���,a�q>��QFX�B�bA��2��4Nb��qLcGq��ͩ�MiB�Q�^��F4��"
+>��H���$DN�	%�D$$� Dy$�,J�$�XG4"Q��P�y(�,L�$!��0i��Y�C��9�8�)N��3c�	�p�1F8@9�(C)J�@1#��P�0B| �$$HZ��h���<@��/��[%�-����K39�)��r���`F��P��
+|c��׊����S����B�@j��E���b�1��C���;���@�@0
�!�P�h�Xe������#H�T0�IH��7�� ���wa`�ܳ*C��0���-���Ej�YH�� 
+&ة9��p���	�"��&�	bB2:4�2[T��I�ڲ'�����-`�F�m3H��4��6�����a���x/�I�#
+���?���屫�����"0��%Y�H�5���'NdeV����jmu��DVfVef�'�(���0��� wS��������t�8���*L��Kz��LuZ�1���%�~W���iC<M4��J����-�t�G��v�I�33�g&�ɬvn65;5��J��M31OЖ�z�OC���-� ��o�Q��+�[���Fr�2"���<�<����n�[�i��c�.ē�Vm�Z$��l�bg��s�����{t�CO=2ւ`嵤؛*��J�*X�����������,0�	aG�F��S�`�ĩ�4���	�t&*g��� ,��D�]	9۠���|S�2��Y�̢hM�����E�4e�h�LJ�o��h�E�,:gQ:��)7����r��,��*�-�KO���5B�\h�f�D���/��)��^ˋ�Q23چ��v�]h\=2xb��ɕ�\�ѹe��udn��rŮ�Q!5Ӯ4�����ܟ��'2���,�B�F�@2x���b�H��Z\H�3�1�'ң*A ���ub�i1S�8rE�8_���̥UD��'!��c��}�[3����ϼd��՟W�z�.��gv�k�]�n��w��]+�3>���-ݵ8�#Q����5
+�
+�0��ՙ-�#�9C�v�Z�D�vA���t�yt����Ȅ��qA��X�E&ydVD�ed^E&N��ru��X�GvnjlD�P�*�A��p[kA�D$o�*�4�Q�k��X�̓t)���
+}rV�\���kQd=*P��(X|�f��#�"����
+�N��8�Z���`��������3�~=�8.�{�p�2PZQ&��
+Ōж(i���V�i�v�Q����2.3����r�j\�?��i�G��!ۣ�WӼ�S�suy[u�ۼ9JMX�u��Γ����D���?���^��w�/���ǵ��]�y#^�Vw�y�����y�OsEq�(,���X�k�^��빋�*T�(PI�:P� �P1Є���*T�h����؏����+l��ƾ����뽶��d�w�z�ꡪ��~��=�uA�I�A�;�
I*�K��hf���B������Vg�������
+^�޻��-�+���~9�h{u�����aƏs�^+I�o,w�+7��k���banEI�/˯�%y]�Q�Y�sA>�1`�r9��^38-�8��2Xʣj{� ��R9Ӊ��|g�)���27R��
R�˾W�ME�(�2E�ȀJ)p��w�$�P@��1#��H� &:^o
+��!S4�l��"&
+��	�f�����I�A����M�PhT���~'��U���3R�X�"�b$�^�n��+5��R��q)��}�W$Q�(�hR;Is��G��OO�����w)K~�j��N�������2�����mWG���ͣ����){~����i��U��F�����?7��K����z|؉ ʠ��ʠ�ZK�.���C
I���&��n*�.-�D�v�M�*�o$A�%�X�P��W
+��t"�I�B˔� �r$�B#��h3��3���R��r�RR�-�̛&��ndv��bL*R�JS�*�'J�ex��� Ϭ��"���iZO,M�of�^���1��g��4�`��Zt�i��ʹ�fL������7P���E���}��+�F�ן������>|���g����~����/|��ٻ�>|������x���������h]<X�JS�5W�,�TI�?|�/���_T�����?�����>�ß_���y��/���m�e���m��?���Rm�~Ȧm3�I?�/m�e�]��_�~�o�G�'��I���1g��S�^�@�4�b�]*�*8�)������!	ēF`�K��1����cA2is�
�CqA|��1F|�;(y8�A^f�F�c*���GY�#{��3�����c��
+}����L1�K��vBuY�Fk�"��2v� S���[W��	�I���"~yyN�k����у�T��ď�g�6�1ٳKA�«^��2��oJ�>$}�˩J�5��P�,;/��M�Ƕ�?Ⲑ�Xm�>�F�/`�ů1q������.��W�#n@����Fh!����>3��`��fc闬.�)7[Np����9o<Ugs�+����A򨽤���8}�̀�2}D�j4c
+�tXM�2K״�>���ŋ�	U��;՚�E+���f*�0!�uV3/ ��$&k2c|��	a�M8W�I��Ó�����̖��ٰS� ȡ�9��7�@��%n��/��t��r�ɉiU��scK�A�u��fD`�����~�����N�:v*�/�D*Y���pA��l�A����ҏ�(��4�?1 !����|g���
�7��[J���f�GdGʃ��ې6D[Ia0P|��q��(��:������͖��7�W�7ҏ;J#��1P��eR��-e��r��` |ט8�Fy0>ve00J��-cg��@x.��@���јL�>����2mP�3>"a0P���c =@c ���` |�uvDc��30f��(n�;JcI�����[Y���([ _�������f@p5�@P\w�F��)�O;���݀�,9����g.�<X; (�R���j|� \��v2����‡F���J��I�< H�� ��: �<��$��BPT� �2 (~�� ��D�u�@i�)v��2�!(>.�[��':�7�t�w��;�dk.����;�O�n҂?y�����Q���6:�ķJ.�O|�����U���O:�"$���*#�dy��N?�Y(�~�eK?4�����b��$A�k����:��6���Wx�"����(/UZ5��WDP�ڒ��}��=�E���{�z�o�ѓ��7�C�]�eՑ�\?4{����
�t�Z$��?4˓̌?�6B�?Ԛ����YW�?�Hu��3[;�C3����ƹu����v��f*����k�����U�?ԥ�lf����l��6Ϳ�"�>�p�g�>6#��:�5��I��Ϛ#���Ecՙ���15�|���};�URe��.����&!��Ο��\�E��ӻh=��|�����5�����O��)y�7�i�?�I��� V���c���	Kz���K?;�{d����hj���c-�# j\���'�# �ܒG@~��kUV�9=y�k�3Z/{d��#��銀lJ�Ⱥt���q1\�w���DІ�yD��~E@�LQc�{�R9# zu�D��K�����h&�-��۞=���;
����b�{����"`���H��x�Y<�g������@L�Wd)튀l��z09�{�C��v�C@ԭyd��J�l��	p��	�2�+f۹y���'@��J����틺'@^4�+r8s���{Zr��p%@ΩV�+��9C�����	��vO���=\	P��	�VD�hu��5� �<Z]�Ȟ�'@��'@�E���� ��@4���|Li3s���@4����@<k���$+�i �����̭i j)��\���T6Y��@^�n��i`x��a`x�p��6q�,���Q9lr��f ��r�f �E��@�S��<ã�b����Ω_���ZLQ�'���"�C���襔�25f���[�DSx��@ԥ��Z{�D�u���=�}Ȳ��@6���VǸ����d�����S�� �.yR��v"�Rʅ�������#h�^ZSA�%9��E��A�gm��=ظ!����F&qI�nr���$ى`dF�����8���8uC�u��ϣ��g�6�P�B0r�!Ⱥm�n�[&A�駁�-A�yrC�u��DS�!���-Q��ъ��e ���2���=��d�Ǐ˳!V�Y���^̋?�q�e���+�?41�q�ǃF"4�X�#]?�^����1�m�Z���~h�0��ꎗ��/q�b����'��o��R��ʪ#s�~hv�,�~�`\�.�P�����If�j��jMIO�Ь���j����K������)5�5έ�?�x���?6�P��cm��ǿ47S�l>;X�u)#���E���i�M�o��c��$\�ٷ�͈�ǺhͿqR=���*�}�Xu���G=��Ʊ�5��h9�?<�<>v�8����/�ݐ6	6w�l���c-���E��_�˯�ş���V�~�gMɋ��O[�N�������:���4���������;��C�G@�Y���viK?֒=�����{=��-y��!]0r�ʊ�<�'��v�zF@�e����z�:]�MIY���?.�+��~���5����ܯ�	�# j�����T��^)���R=ƊߤWD3qo1D�{�����0=,"]���xD݋^06��H�@�)�G@�6E�|�5Q�Wd)튀l��z0iƹ��Ds�`M@֭yd��J�l��	p�dҕ����<�A���r%@kO��E� /�ʕ�9��x�s�=-9UJ� �T
+F�+��9C�����	��vO���=\	0������	��r%@k�'@�-x���	�=UO�VO���~+6�{���$xl\�Ds+����t�N��X�L}!�:�r"��9�B��ܒ� j)��r��2��2<3Y����,�V�^�2������jC(�@��4����N#�@�$�,9r\��@h��i`÷������&�.�L�.w��N;�J\��ԇw� ~��&����k�ĝ�x!@R�� �>�
A|��� �u9�!�g�ˍ ��#���}!���AnltC�u����L
+Ƶ�
+b)�:�[A��æ�_��|��
+��mS��MA�z+Ȧl
+�.iS�Vƭ`��r�`y�SA<�&��KAZ�׮NC�s0^6��ؗ��	��2�٩�4��4b�HpjN�@��"����%�\E�<�'� wwm�)����@ԭ�/��s������
�Xd�Z�R�8^;��U�ܐ1�:�Qz�\��m�AHSjR�0p~�A�Q��ڀ�� W�fk\�!-�B6#W�0�������ц�na��R���d6
�W�Z��!�J���D��D��[�SD��y�I"��4^��ҝ����W0w�c!8�خX�E\DLl
���X���I"b_Y$&��HLo��N�K�rab2)�H����I��&[y�!~�`J=cE��	y���DnvB��D����h,��D�v�-3[���f"j��O�L�e�(��I�D�.wl,�D~;޵�D��<&�IUN���H��� �HĨ�������H�J��1*O|�r��$UV,�A��S���N9S������L��)Z��,r�!���"WF�A����]i�-w�G>2ѱ�\:�8��#x���#	�}��~��ݛ�_~�����_?������콴U�	���w?~���ӿ^�|��������o�~y�c_������y�ۇ�����翾���߿��a������c�����?�|�U����Q�_?�_���?����}|�y�������\���7�{E=�����g%��,
m����՘���xz�~s�ԗK�$7Do4Ї�gk���7#(QR6`xa��f��ʬT�OO��D?�5v�����߇q.���gv�%�O�9�I}�o|�.��������}���3��f2�ěS��N����7ڷ`=Pe�XORH���͟���%U�`��>`�w"��/[]]	{��<���=F��:`�O��$0ڿ�V��{p�Lx�TJ~�8�G����D���=�V�=�#y\�G����G�����EJ0b��=�ޏ�#w7m�޿�_سxў7j��X��'Zs��k=�{<����kr�KX��ل�_ڳS�쑍��z�;m�E=ߺ� =[�[���<_γX�/���Sm�	�z���@<r��@�o�
+�����Oe���Ƴy���y������[��6|m"z�5R��c�E�m�ᗤ����M)����6C�N�r�~Y'�G�K�����m.l�o�����M�ޞ?\��m8��qk~�M��K�5%.ͷ6n��kws&�m!*�y$�0�?�O��$�%W��#O��������b;�m�3�����}�^��y�~K�=W�!��ѱ��|;���~8�?,Ǘ"5��MS~8>NC���G�������e�-�zLϏᏔ�e�&ڏ����>�*_�o�퍷߾4����ĥ�*K���c����[��K�Ro��5�Ƿ�h�䏦%���E8~K��mşE}{]�o�ژ���8p:���[[��~�*�^vHZro��}�?h�r?F��V������?Kʛ�J)�N��Y��+��G��G���>�=��b�F�d�u6lr/��C�-��D�\���r˥��n�m9�:�țs�(9��7g*�ev�Vr�4�/3�g�t߅�[Tq릒[�xߕ-��QrH�c\�є���x����+y�9	%�yjr۝܊���r�N�rl��X�K9��ʑ���
+)��Qr����J�!j�(��]C�JnE�[��!l�[�-p?Jn��ݳaWC�'o��K���x)��pr�N�wh&q;9_�|;9�~���*�Ktr)��"�w*G�-�0�[�91���)G3K|���u�N������cV�'���%:�M�j8�eS�Nn�o�qr�w���>$�r�خ^)G1�pr�R|���kkG���(�9|(YC�o'���₿9{��k89���+�p��#�(�!���C~ܣ�#[���`��q��1ky)�I�y(kyh�Z�"���M��&)ea�]>����|0��~ԃY�{�|a<�rX�!;��`̃ZS?�k��Z�2��V�>��ZPF�a�������.X���rXktQ�_�5���km���`-��}XP�6��x��Q�3�}`�Ek�8*�YAZ��������37i�S�AZ�������ֳ��������k������YDzo΢�sg����,��9����gjpyJ`�ח��5��l\bQ9��R�7o-(�aT6e�%_Ѡ,k�ey#�AY\���XM�9 ��MiY<���R+ԝ��l��ߔEb�}(�.������@6��\��<�c1�r��ȹ~��[یE�;c�z��X ��A,rփؼ��X�;g_�`j�W��C.��}��Q��>�l�}j��D(���S\��a�|����O1���|�P�|��k��,�%4��<F~��"7�>\$i	�!k{���Ԛ�{\4	�Y,3�Գ�qA�bS=�`Ny����V�Y.Í�г,R䅞�z��jGrO�yJ�7���S��g9�)�\��Yqo[�eC7�,��L���ԃ{�%i3��<��js����.�=˹��v��b�9�g٤c��s�/�PL�V9�q�E>d򒏷��Y��E����C>�Z���Y#��	�t7�l�=g���աE�Wf+/����S5ȧ⍿��.�������P������x����2�}���}����>K�1�@�T��>"�yD�1��CN�����U�>�C�z�؇�dl�!��^�Y�v�6�H���Y,ͷ�C?���?˹��p����?���.K��C}���#���W�3��\��!�./�P�>��������� �i������C@˭�EZq�7-ϩ9(R?�ZS�hqӍ�l�jh��iD�[�Y���֛�V�.=hYF� �嶈xh�.ڂ����JP�����V,�z�@�u��}>���R= P�k!��{#Њ���{-�@d-�E �����,�N������@ ?�G#"�yt6YS	�F2���;�a t�2��ZG0�RU_���yE��b �����l�Z6��D ��k}hE�R���@ G$ɋ@�2���@�����r��@�ԃ�Ȓ�OVk���a��F��'����@|e��a �y��@KM���@���e�U�냁ȩ�` r�|X1��ߒ��PvO$�Wye?&���m�z0����0En���<�-�՝�0ZK
r�|��@������:
�^$-�n���^Z���-�{����al�p6g`�Ś�ɞ��1�ɰ%�00\�����E`6asst�w��v����v�������q~��C���<�������(��g�|�WS�V�^���"���Ko��~�r�C~Dr�s�	���07Z�G�#ꇀ��ݽ�	����"�*]�% �jjV�xكU_�Qk�D�2��S��"_%ɛY����A �y��	�y�u��}�"��"�K�lF��K@�Q�73(�h)���������`̡@�������Z���-7��1���:��C���9��zݴZra��+w9�`��UR���&d��⭉�xHp��,���}���QY�s�Nw��R�Q�?�䓧��I��C�z���\�?.��ǿıh��KV�O|V�?Ԫ6.��͜��'��Z�\��������_��?ĕ�\�����x�f��,Ò�+�H�Vf��X�������D��:B@�=���"n����z	ʑ�m�>ż
+Ȥ��}Z2�>�G@&ujXxP�5d\��2�}fM�x�����о��v���?��]�Y������qTƬ����m�	h�Z��R� ƾ8V��x�"���p�k�Ȣ���D����B�� �z�d<�@Y��u����'���4����G@��L��	��/��>�& �Q�&���/�Hb�E ��	D�G�7�y��&1N�-����C`�2����M�E#��U�A�=y��[�A ���M ��3,�҃@�:����iA�
��.#q���f��'���������%���V��@Ķȷ������@$W�f憱����h�W�j�M ����	q_��!I��8��g���z�	D,J���V�@�Շ��d;=��޾����@��������%�d�Rn���>�`<d�8�qh��')�s��OIF���̳	��7F �V	�3��7���m�h��|����V�m �J��Zf�	d��\6��9���g-��LJ)!�q3Zh��}�es������xz����u�%����Q���@iP��@�^�2�R\�"t�L�L,aD]U7s��C���~�s������O�B5��5�����4n�����~�%�r��x�":�1��M?>$���cܼ!<��5�������L?�����IG/14�C\Zi��p}���臤j�����'�bJr����L?��v��b���!5K���(c�~�|ix���^�~�X��C�ƍ�=��!����O���?&���O�!h�xd?���l��#������~��d�5��!�?Ƶ�?����?���HƟߤ�+#�c�K	���}��?$�������9�c��2o����X�1^�Yf��c���?�Y�q*Eo�Y�-��и��Z<�
���TB@�GC@�)�[@{R��q�Z����`[ӻDNK�!�`����.}/;�/���e "Q?��@,�^�#<"�CB�$i��A����ZC��:5����u䃇��!ȅ�\JCqn����ƐA��"�1�������Iρ �ȍ�@;1Z��� �:h�ɓM����@prc��p�]�6����#����\&4
+y��L,��@0�[��L��ގ�	/��C��>�[>WPpޫ�(hg��P�oW���o� ���݋���W��<�I;
+"n�=D�&=
+�l����v?I9��洀~K�
d��c �69��4��@�g�����a j2=DU�*A �U� �EhǦWQ�8��M�`����n�3�+��g�{�@z(�@ƣϛ@�����P;��ΨA �uz) �1K8�-���j�M�݃��E��<]`�+W�N"��a��PYAT�X
��n�g��<b�aq��&!�qz7�H�$�-�r��$���LZ�V�8䃬\/�Ֆ�C�i��5@d��2ow
+��&	�x/�!\��D
+a��Q�H�锚��[a^,&�:��p!�����}�XJŁ�����!����j���p�����b���s���\B�L��QI�U�6��@co+|�X��|��y�6i�Xl��@я5�F�g��z���F�D���m_M,x��Ngȃ�9�L,�@�Mdr��Vd�eb��ϯE$Sy�y��
+1�&W2Td.�Z�1C\͔�".���V?��Kg�Y]M�w��"��B+�_t�Ft>�!�Ar�YD���2���MG��%�)7�����/�:�&#㑪�4&��6L������G����F�����t��-C��s ���׏�~�������_?����w�����>���翿���~y��?����~��ӟ?�������U_�׫~����w����~������ȿ�ۻ/޾�+�����}��ǹ;��}���~�3���dV�V�+�7c�5��`,m�d� I��y����g��X�9��Ⱦ5:=��#1�����1����ښ��l@ךV\�qE��w41����.�fo��G����î L�B�pʫUn�g��X٬�{Pl��6t��U��pK@o)b�����h�w#�V�
˸�”�c���B'WIn�����)�!Է{���{l�b�KY���/2��8c���x�nO�9��.��`�3�ه�N�&�&��.bO�XmvQǓ�[��aI���Zc��X)�)]힦@1��ǻ��ѫM
+��R��L`j��2�1ʹi��v��Nčs�y�b�3*�cȹ��b7�e�i?��%�}�a߸�׫�Af�vg�c_d��=\\$�N�"_x� �ebC�jm��M��Y�/v
�,�N������Om�v5d�$�\H��p(����e�l��Fpj�C�1��.�o�����
+�u�\��웚6Kv��(�y�-l-��Z�}��^S7?6*83�3������cnRa?fq�8s{��i�C���c�7����|��<�e;���h�H+��>�Ų�S���Q�GZ!@�A-1�C�pw+�Z|�<>Ԋ]�[��z�eX�[&�n�1҈�-�:�[�
n	
kx{�']��
��-�`{w���f���-�p����!�޲a ��B���76�����SJڎ1\:@[���b�mo��K%�oa��������R[tiC�-Z5��G[�"�ڲ-	}��hizo�-;��ز����M��&�h�ʵ��E[3�e����"�i���~4�E��Dj��+-j=6gJ�s�8�z.�����i��6�����˯�,bk���F���8��$��`&O@��{a���b�`F?�bB�>R�~�?�b6�H�Y�.�����a��$��b1��"�~���ֶ��+�N�a�U��"�}�Y�S���bˬ�(j;�C�f��i��?u���̺}&R��kj������EN�@��M���;:�~����Z���y�}.~(���������><���}�v���_���O����l&|�Y<����w�ǥ�;K�ǡ���ŦpÇe��۱�Et���}�{����Ns-q���9��<-]Ӿ3�~X��hb���,a�r_��l�}����>�Bڇ����k�]$�-$�C��}�C���~?�~�e�W?޾���JK��֫�=��}b�?<ሣ������~|��k����ՏC�-�3R�S?�¦�~��q$%x7=��뎞��lj�V��Q�9��J^�X����ؓ?�T�����h��\����/k�^�P܍6�C�m��
�����Ε�!K@M=��DQ�&���K�g�$�a��nK��	d��5��.�"��4������4�5K�W4�A<u�r�4��5·�A/N����L���u:����d�c
+=��:^���f�M�U�Aϊ�U�k6b���ی�5�o��^-�*�y�h�8�����2��چ=��5l��� ����v\�A�ݞ^�h%z12�<BJ�l����b�$�?!����e���=	�;k$�̱�^Y���F��羚_1���
+w��Ug:���f���Uf+l�� g���ANU�� r M1���ˠm���e� �Hi/�,�:2ƅ� ���u���2��"�}��A����tz��y:���t�?�6�:��̙z�j:�\z{��Y�� r�cD���A�Z�}��;md�Y|��L=��� r�]Q�P�"���A\Tc���9�j:���z��F����\�(�AϾ�&��u:�ˠg�vг���:X�����ewn���c�.���������Ii�:X�p�?�_�;�8A��þ�Dʼn�à��E�G��R�\q����a'�9��<����D���[�� Nk�酃����qЋ��u�^$�\G�8���H�կ��'�Q�zčb������QЇsI�Vu���*<��*�I�l��J�g*�9��*ȉ��
+"��Ƞ�"�A]1�5�d��D�D�B���(�0��BI�GA^7X����RA乕�((���QЋ�]�EУD[����{�r����]=7�}A-������E�s�|�J�]7��X�q� ����𒋠�8Є�%V�k`Ƀc�կ��yDo�c�?&u=b��PF%��寭e�@���E���
+j��Z������z
�b�m�@ϓ��FP՟��A/V\� �Yl�Dгn��^l��T�s/��QA�.\��]�����CR*��H� �]&�s.�
+"�V�*�∦�
+*~z�� �J{D�ƾI.B�c�^yw;�s�����b�i �Bh Fe��*��,ˎ�|�z�>&m|�I�&��A�����O��.��5ڼ@P�G��8�]A�A��?�~oA�簃 ���Q*�*蹮uD��|�>]G�T��(�y*�<u%�ȻռzQ�X� �Ζz���� �j-�,�� >/������.���h�� s��� /�RAD++Dnq�� ��"w�� ~�Dkx�c�X2ȱ��0豷�^���ے����d�b����^l���A�N\O=�;_k��m3X�q׬ɠgU^�h�U�A�m.��w���dЋ��y3��'�&��gA��eЋ��=�b�"��� �v{A�*� �� �5o�-D^��A�!�"�bK.B�K����{[�A~g�d�9f�e���9� r��Gq�g�� ��-=�֕b��Ư��U��t��d�����A��V5D��$��^�>]Q�T��DD���
+r�$�L1&D�@}[A^'T"��}�D�y#�"(>�b�E��A�5��]Q�"?z�c�$��+�׼�) r��"��)���_��� s�/����P���j�����+ ��K
+���8iQ@d���
+����[@\�08׌��P|�)�`rc𷀂%:�+�`ֵ�z>�@�d/����ٶ�������i��^\��z�:W
+�Ϸ�W@���Z�����g�m��z���G�Q=�s���
&�s"�z��K��h��@�q-�$YJ	D�ĦI.B�[�/��}��@~gJ�3^Yԙ"������@/�����~�ɲt�z�K�$P��@N�*����Sz蹊^=��"�Yo�'�$'� ��s�r�=
+�@#�P��
+�BERA�$d��|��j6>�����Q����Vp�ь�}�e�tpb4m���\zۭaB�E?1XB�k�������Xc�%���h:6��%���3�:!�Z.�%!��E�@8�AԄp`#!��g
+{!�
+eԄc'�X���;�#
+��]J`���HVv�1Y$��x+l'��B���꩞�E ������S�tUK���4���T�&���4����j��.'5�p2�C8y��G%8Y��r�N���� xw1? ��A�m�0��U�n�F[€S��-a�k{HP/Z�'	#z�R��jh�CBvA��&!㘷��W�z�0��[B�lV癄�k�	1XB��IL��6�!�^�Cȯ�RЮ��y��!�� >��nb9�+s���r��"�*�b���؝A&���;��Tt?�,Rr����A�3�Eb��
+g��h�d��&�dP�� �
+%�bM�+Ȑ�]
+��3
+"Yg���l����bw���f�	1Q��[��������1�>�N�Xb �h�!��srϢII."�k��I�<s>M�h��d"�5���(r��<OO�d
�X��J�[���s��t�H=˂���qJ��(4T���L=�o��x<jD4>��]#��S���:�"Q�\t�
�1}�W�1�)�����-#>��1aQrr^5i�`�4o>`���*�F�4H��0Z�SN�5V^��r�͔��"�+��+D.��Y.��1-�.rp��r�6��[focY�a�`ȻB�w���d�5&喑�ɶ�dD\�+����[O����
+�ouV!bU2M8*D��YR\��N�BDF��6��Զ\��g�}���$��6�H�|y/i��h�#c���c�ח.E�Y'��ub�Ɋ2Ɂ�Ʈˆ2�g�����}���w�y��ç�?p�՟_�|����������?����7�z���������>����������[�}���G������W��O㯟�W{y������쓿\_��쫃_�P!�4����*������7B�Ԣu�b�ڏ���iaWt��H��D���2�K�K��6�J�_��8XɸY���l��OA����,A��פ"nW�i)�1�q�3�u�-�Д���GB�`F��K(&J��c���`�b"�}��f|^�3OC�0X1���F�A0�5R^"�^�<�P��J��a,Old��PF�U�����8R���],X箲�n�2�1:���k�
+��j�)��A\Z� ɸ��I��_�yq�� ��j�)KO8҇��8Z��gZ*�fĹu]�_��P��|��5%�W��&.L��:�"=2^a�����z�r�q���1+���S�,��/�)�6�B�I:r�a�$DCT��@�5��C5%r�q]ԕ�|_�†��ۍ֮c��e�x��{H�/
+��
+v�@>��ra�+�����^ڕ�E�2(f.%7�m�Wd��5�2�h�8���\�E�j]��T���櫽� �3퉠���AqT����7��L�/|�,*�dS�2p���H����d1�3�)gCs�_���p�a_��y(�An�KY����ld][�b�M�S1
+��ldYNf1�Zԙ�<��f��o�Fk\/k#��M-ÜNj9������i�".#=����Z*S��-���-�/k�r%mk������b��b;�:�ږ�gޭ�X��=��娰m��mc=��c����Z���c���21����wK�P�V\���`:����	-�G�C����r����Y���YŦ��e���;�A4=ٝel�$f�[Y�5;���m
+*�0�v*�{����K1TWV�x*���\YݨvW���$Y.f�ёm�x�,d�&le�O�D���"�R6�f<�e���,Ž�ԑe��Yƺ��^y�8懱q����h����)��R�T7��c��"n6�X6|���}̶촏a���SG��i�ln:˹�KF��C>���;|Y�_�1.o�*��脏��c˧8�i(4�1&�c^z��A�>Njr��v��G�9�{Z���!L3��aLO��C��W�3�5o豿U�zjg��z�T��u���t�B��i���cWs?ݫ��w���%�\�۪��{��B����	^����h��R��m��(�{���{����{�c��m�����W�.
K�ǘ��!C�.�m�ǰد���|���^��.��|l���v�׶|X9����齚Z���2��]>$��z�W�ps���%��)O�t��X�ӇX�|�DŽ�e�}�V�>�1��i05�Oqs�S�}�4�}��T��8,O��ʵ��>��6��2�>����ms�7*�G#�ڍ��v�DZh
�5�_�~��c<,��I;i��ӭh3��r��y�8��s�����c���%���i���O4���Z���W+s'�H!���x����a wll�گ���b�~�[U�=VY��"P�.����]@����Y"n���6�ٞV�m_�S+'��l�G'P����r5Hw9hz��r5Y�@�z�;��!T'�q�F��ҥ֔N9X����I�m�2�8	���p�%k�D����8���
ԍ�t�9v�i�t	�
ԋ��
ԣ�z�E2�h`�@^*s?
T���2�y�~����$��>KrάN�v���@
��*��
P)j���@š�����g̘uZK�
�����4�a(�
�5���r0��f����@ơ��@�պ�}�8��2No3���\��D��d��×����$�ۭ����5=�@�tX2����4[M�
�Sf;6d����3�x��N3r�٠D�su3w�h���`3!��
<[������Rs��+7�/m6�2��'��U�F`�鷾$#Ԓ�F`ĂX�g�cI���ql`L���r�������ŷ��f K��@vh���g�18R��Id �d���@��t1�%����z�n����z�c�Y>��:�������1�Ŧ�@~��zn n�}�r�"G@>���d��Vo�S>A�����;��-���I
+ȼ�L��4�	d�[�$н���	�
R�&Ћ�Vv=Ǫ8���-�_w�x)���R@湅�(ؿ}|�����-s�D���_���[<��[c�v�D�m��b;��@��%�D�_�r����gZp ��@^w�9N1�b���_�
+�u��ַq�C1���M�xi�\���?4k���埠3W;�	�Y����o�h�#�����x���?�y��C�-Fz�-�z��6[	 ��5@d� Q��) r/{裀������4�*�%�_�c��(q�p�9m�k<�# �c��xP�S��lRoY�=mS��E( c7���-���!���i�^�=�c�U�?.�\���YVK���P�(u|�6�$�����@���� ��x���[m���V��f@�x-������%�- y�z��uDֵ���q͏��vq<=��b�) 㴕2�	������@f�5	D���E k��~�2N�-	��K�C�r����V�oN�����~ݕ2�88�̵��@-��	d�֓@�6���țiI��\�fN r�����խI�Vޭ&��=:nQ���a "x�i 2ެ�6�=�y?i�B���	D��r�b[6�@���	�������18:�ȫK���כ@��$�ȵ4{d��!��vf@�1����� j|[ȼBM�y����إ%���@���-�y]I�(�HN��}�I�ÆȬ{�@^T�`u�r�eI�?���
d�4>���l*_�@u��@oA7��Ӫ�2����W�[@�=R@�&#��j���k�cQ@��3�u����2�5@��@i|h��E��@F5M��C��K���C�c��YۥJ��F�Ǭ�K\?���'�/���G,�7��s�~~�i��pM��g좣��K�Nj�}��~�-£��������d��!/?i��p�'ŭ�5k��p���CmvD臸as�����C��\?��o�����~(.3I���͕���[ã�����Q�����Aڼ�C[�%~ȸ���'���+f�O�S��yj�S,�x:�}�YJ��c�����{]��0֮7��U�?�Plj�/�i��y�f���͒?�b���E�s$�dU�?6˲u�'�il���x��M�r��N���?d;�"�qȞo�@�&�p�=�k����X
+���y*��/T$d.KR@�q͏�|m|F@[~89��3NΗ񳏁x�cHK�ֈS��V�5F�D5��A����A�8��^��-�Gb��2��+�eg��#ȍ\JGY[� ���4|��� �;w!H��D�+']AܧΘs�XE���AF�A6�(r!Ȯ��@pѷ�.�W�g\�bLtV�},���>L
+�����������1,h�ގ�t��Q�`N��/�jK��?
+��3�(��[(���m�RP8��� �iAg(��J�(�b-�(x.�
+
+�.��U����_��@��������D/��:[��f{\l��1Mժ<��!#	d���M ~=3	���Z'��to�\���n�D�<��	��V�:@�H��>�>�V����0�e)�����# �u5�qX�)���G���ΘjQ�A5��h����(��/M�˚�@�%D��4�BЕk�r�:i[C|J��&���ZY�O�����k�ȂKx�X���aI"
+�^�!.l��6�B���"���1RE�����f�`�K�l��!g6Ķ�|/�gCt�u����!��?�k8�1N�E���,��âb��RE��娨��**��i��x�������AѸ��Hq���(ƹ��(�0�[O��������n�
+endstream
endobj
11 0 obj
<</Length 21380/Filter[/FlateDecode]>>stream
+H���M�e�
���~��)L��X�%��*/J-$�ٕ��fh��0]����t�s��.
+%�d����X�~�u͇<�ZJ�>�"�������<Uf[nv��FFm���Z�Jm<�N���j��2���%������4����5��<�Me�9]��T'�n
+~�F�{4R!�%�1��јv�fc�G_O���d�.�M���C���8;ѓ�tS��4���O�H�@��W����ZOZ&��:f4� ��h�tw3�)1W���;F����B���@�����q,�i��6|t艭r���f�����?*Bf:b�9yR��c��b��~�}��O>�͇�����~~�ƽw����~z�������������퟾����?���G�_G�O�k��~��������
+��W?�ƿ�����G������w��������ݻUo�6zb��nK�ޞː��;v�5iHr9�,cn��Hp���2�ҷ:����Bk�iFц�����R�!�?�N���g��n�'	-1^#�zM�HaYX�hD"���$
�@Om���啶���ވͥ�X?
d
d�;U}�Cb����Pc1�}e��4[�cΈ@�%��p�'s��M����J�Ɇ0@{�!;�-�0�>����꒍����ZL,��1���T-���t��x���ژc�(��i���5РWs����(���K�}�v���gh�1"��@����؝:��W��uM=��c�Г��4)6iL�
+Z��L@�-�;���v�:z�A\/l�k���6Yc�%����A��ޝF��zY����a-Ή����D�߲T��)��4��U��y����sl���mf�"����5������s��H��p�O�,>S��{\}th�q�EQ��
O���B�w��9_��~�gF#ᘩ�d|�?+�I|r�!��S�Jf�H�����O�n";�����tݔ%OJ+�B*�7�%O�Q���n�bo��o0��0K~�ɍY��R�`ց���Z�<-Ժ~�Z7۸Q���D-%�N��u�ڨ�|R)�����
k����Z�\盵�D:Y�8]��b-�	�G�֜�N��DU�b-tq�ak�Ӄ��-L|�(�Bk�†̃���R-Һn~g�H�.�ޤ���Z/�Bs_ZH|8���]Z��nκD9��uS�,Ά�s.8�:��Y��I���W/̺rR�=)��!6e]�i'ecr���7��E���lx�E٘HGQ�Ǽ@R��`*QA���Э �i�&'e=�F1(k�����8sO�z���,��yC��S�,/��^Mnƺ&y�X�]+�R^����&y�Xg�X�9q"ڮ1_�=����sO2��>׬�����>7e�f��(���+|�&����2���\��7���3O���7�y�/����Y�Ch�ϵ#����~$l�� My�ϥ��=_$sŽ�Z/�A�z�|�z��:zꅹ�	=U��FA:2iC�w�'�`��`@zʚ�=5L��=x,ڋ{��QF�r]�o�����=h���h�ΥQ�ӁL�U�s=��=�ֲ�^h��=h�<�n�陶��K�*�&^'��l��
+��A6�\��O����D��|~���:���b�������#w����7� _lkB+�繲�O�!�pO�"����Y��$_dj>D53SI��-��D�g��U싂hT��ܾ�&[�/��M<O��X�}�I�}����W�u$+n��܋���>׾‹}.��dL������������&��!�M6���z���׽L�
�y�1��:o�7�b䵊��f��5�~��Mʢ���]7�\�����%]`
�F��& ��C�@ ̉+B/�ؽH�<��!�n�@h��D �}M��X-.B��A@X:�(B�j7��"�M@�����^<����w!�Z��i\����`��I�@`��X��j{ ����@�C��Z�O��Y�{��@�i�y"0��Y�F�6
+���9�eES{10&�����2��)y�
+ƾ�,z����@�*M^�����B'#U�7]�	d7��'a��\�,-F��~"0LZ���9r���|20F�Q�F1�u�}e����`��7e܃�������%���t����4͋Z0�ud�+�����[�>Y���9��@���F���``h擁1r��
+�F1е��f��~<l���o���W›��Na)F����N���d ~$Ks�Dq�}>��O�Gyo�ʮk_�H����0�Օ-��u#����@��n7[�:���["�����v�Y�.�O��f����D6������3���x���^�yԽ0for3�_h	�d ~_Los�'x
R���0Ч�wT2��)H��g�Kƒ�o�DY{�@,Q��y�J��&����Б�p�C�?�e�`�Y�=	�*�	�r�Y��#����
+��|��w�l���a�,�ν
+��0�^�N��M��Q]!��6N��o�_
+�P������f��teM%���z��\rQ��+�2#!bW�V	�  D�#2"# DѰȿ�*�|��(��T�m��2�����x��&�D\Z?�"n��ȕ�ۭ�_��p��@>y� b?
+�Sk��S��������b�qEzK��^s���q�� ��a�q������k�=��B-�
+O�rh��K��v�Cr7l��Q}y���nW;�DN�/'q�kSd5!���"�"( �������K@�4
�`�\QP�)���<$�u�2.>�G@&��!��&%dl�* ��{��d�K��h�^�?���I��R/�,WZ��x��qT�,����m�	h�@������c��n�7�\�2��$%��_����]K}�躖 ����x����-��~�
+�	T.���. b���x=�U@�j��]27}�M@�C�&�����"��{�P�S3˨�&�I]=?	D�n
�y��(�S�m�@�4�Q4-��&О<C@�5� �1��@&�7l7m�@����!���s
m伺�@�
C{�$F��R8�
+K�?D��7�f b���@��Z�m ��a3�b��xj"�.�"�:u����VO���_�Hvck�x������h�"9���@�%U
�C ���z�f2���V@���4����2���c��l��Vo���(e�E~L2-^G�y^��2/=#��o
���m�h��|��\+���c WU/3:�E(�&�+��n�����Eo�̪!�y3jh��}��9�ZXJ�h>=[@{�:�@��kh���\�
�yȜ5�@Ƣ�D����R�K��ރ?�Ro��C��C?�Rg�Ǹx|��,���m-�ػӃ�=xh�Y�IB?�ë���d�r4�����+�ǰ��֏o�X5�l��f�!�<g\��^b���V��_f}v��C��RB?�6�;<O���ݬ��A\��l�c�K?�j�3���Kã_h�J��PFk�b�6.��k���1^�~y�_.�����~y��~���a���d����˜�܂?�9��?&S���~��qir�g__$�����d��M���r:�?�M5��+��n����M��g+�q�L�7H��Xyc���e(���ku��C(Y���j�䢯�@�����1n��r���P
��n�I)�����!��롯b������ZB���'E8�\�VvX��7I�0�uꥁ(R�D����Z�"�܃ �7[C��ul0��o�����d![�D,�=�5H �Y#�o�Qo)'#ȑCQ�X�� ���<j
��i� ���Ap�d#-��m���|t����j��d]9�� Ƭf�d�<���<���AN��� &XZ=
+b��n����|� �(�(hg��P�%���
+2���D�|�{Q0���GA�ӜNWqM�� ���=��zH(�
+n��~�ry�i��z� �I�1��Q����29��ݐ����r�Jio�=�"��"k�Ǟ�	l�Z#�ۑ�@��)~�Hp E�x�yȺIn�h�C �J%�"Y֡�2����ڂ�39�5���	5)m�.0�*>�D0��}(�lFT6���b.� �*y�B���3����i�H`M�q[�z��DBC\��z�j�As>=d�W	�hѼ�����A�DL�+�k��z���*3�&��w�(r(�tIME�t�(�,r\�̧7D�NOoȢ���
q�Q�{��9꜏�9�>.���Ql#X�_�
�+��B4T����H�[E�{�����CE�w�FQ1bl�6�8�`�i��ǚr�ȳPs]
�u6�&��do�j��k�t�<�љm">��c"�i8h�~�6Qy����Aɤ/�!/�^!����J��̉�����)KEe��z��\\/�!gu5}�bX�=x����v:C#ZNg�7�Ro�+�B�,"�R�Q�Y�7cF����KF��:Ě��G*��1��I�h2�sf#��ۣ?�m�U#xdb�8bb�P���Ͽ���W���㿿��Oo�a�?�{���O?~���o�}���>|����������O?|x��+���y��Z����㟿��|~�盟<ƿ����g�޾�+��������sw��ʂ�`Tֿv��A2ƅՍZk�-�<�)6���
+Im<�aQMl󌭁�E��&�G~�2����=��(������b������f�]�~
+&JV̞
+U�||/f2M�]{=c�<�ɿ��y�	��D`y;Iԅ�?��?���ǾU:�l2��Z��
+vC�ض,X�{`�%37�F;�.5y-unjl�P	شV
 �%�*����)!з{��3������~������F��=���ޣXk�'M��=;�����;�ԇ�N;��n{Pf��k&j�„w��{c%�~�ݙ
�u����%�P��rS�7�3ۓk��Ķ���2�;��id�mJ��V�a���1���u�TE�&�n��o`�|Z�Ķ��U�gKY��"۾�ּ��*<��l\��,̹���(�-�mf+	o��;.���l���0���l�8�xD�����=(���V9T��Nvĵ����6���2�ګ'9�Vɼ����lq�|攽���F�Z&�I}��f��IZ�M*7�'�Eա���E�������.�Ї��k4���-ڑq��6s��GZ�hۏ�(��˃Z$���fnnz���i�Am^��m�~#�e�������l7i��6{Wys���n	
���?.���8�o9v�u{�����ŷ�������㿼m�`���:L����|%D��_lgb�����[��zk\���[�c��kw��/�ƾ_�����-�
����u���2�*�-���^m
+֬m[_�-"~x{�E�t%����nky�{�eQ�Lk=�^��2���[�"�>��2�lrj��+-k��K�w��/�H�7;��Z4������J�Enm[ZP8���[������<����fC�i�&���P�FJk��#-'`׏����B�8t^hy���Ū�Y.�"�Y�*g��j���3�%N�a��5��2�s�Yd�[~�U�@����E�aw���j��\V��?eY����g2��^�P�9�1ґ�s���\���;~�F��ϳ��y�X⇌[h��<�9?G����&E[�Ǭ��ǗT�i��[?�!�U_�P�7��!��L��ks�>U�"	���|Ƚ��‡b4�>�)k�}jhWd����D{ڇ�Ns-!�}(�br�C�9/~ȣ|M԰9��OG,����}��ei�g�irm��]�X�Z�>dt+�c�m���X��~7q����~�xӣ�������W?/Z���٫���
Gݮ~:[��B?���k�ǹ��~�U1M��Ǹ�|vy��GR�Yk�D��H�L�?Ny��/���?ϵ��y���ϣ%nS���X���y���1����_�lա�,�F��c�>�?f���������?�P�����^Y�q�p��
M��·�Υ���kF�nN���_���%���¥�
dn���X�H�{�4�yECx�+��A<IM�|xDq�"� �Z�����u:�� ���A�#�3���u����f�O��j� ����DMG� ��ģ �m��(��D\m�|T�/���_Ql}�dY��d���ҿ�,F���s��2��3�����|-1i� ���2�b�]����3�'�1_��:�~�ɠ��d/�^Ԟ��w��j~������]�l9WD�u��Ju������Y(�uЧ��t�9�v9���� �X�-tt�&��DJ�b]�A�qc�}nTk��~�:�A�e���=��qP0_W�N��(�#�2�>�A��n3��,�9�Ad���A�b�uE����A��w���|���w�A^S��s=�Y����L���F:�l�� �
+��̳�t�7��
��|Oi���I;"�Q��,(�h�7�dP�N���8|o�����,�c��`ٝ�q�`��e�Zm}�ޟ�E�D}~�X�ړA���`�r��ct� /��e����?y��:�'�u�ű��9�b/r�iM�u�7k�� ���u��$�$�q��ב�e���'�?Y�v���s��Q����j+ȯ*#�T��
+rR-����3�9(�*�Uj*ȼ�Cr�K��2�)/�&�nNtHΠ��"/�^��0�1%6a�Q��,�������s+�Q�n�Q��p(X�]k��b��A��5�"��u~ĂZ���%fC"�l;'�\�����F����}�W�"ǁ&D,fɇ�k W��k ����@���z��5K�~�c ���^��E����
+�G-m������
+�5�C�}�6������ ?���"ȯ�����5AN���U����y�|/������^�ܚI*��h!�+(�H� �5�LWPιh+���K_Yє�Ɋ���SAf��U����+�wW�9��EП��@�"��
����@/vK]� �
t�V�x��GA��r�k�>>rk�����m}�FUZ�"K�y� ��v� ��1�_9��2/� X�w��}�{�_�(��uD�5xd�{~l�툓�U��#�
+2OY� �n5/���e�d�YfO�1�2Ȣ���"㸫� �^v>6���t�A�ϊ6����p2�7^� ���2�x�e��7��&�����_��5�s}�Z?"Z_�eEoOfb�-l\��� �ݧ�v����x12v��:���m����Ad����Kf2��hsQ!�nd/�(_�� ��C��f��� ���&�Ƚ�$��=��2Ȣ�^�c�� �� �`M�W�D�y�%dѪ&�7q���WAz_�A�f�d�s��ˠ��p��^|d��lqƺr<��à׶�A���:�Y5�J�#��$l�e�3�7I��$�
+rv�h���,V�T�ɉ�����UЗM"�)��t�����'Tr�m�D��F�E�*~��Aw/�2s6�C�K K{�w�m�Ɓ�07}D
=�H������|�\�#�%=�S��@���r��2O���,�) oR�I�2k4�W@��������yD\3NoW�jh)�H�E9�[��%:�+ �c��"o��:`z�/�(F϶DV�L���x`Dq��9��- ��E�։������}D�m�E+�	 2���z3������t�9m�g�3�%�E���	�<�UK�k��@Kl�N��M�@�n�%���!Я	�������E�I �� N _Ѣ���(s�C�Xv��@N�%�%E�]��z@��4l�5�suVK�[�� r/����,tr�G��/��r�C��
+�P�^�F����e�T�s�� �����(FǾ�l��m'�����	-F�t��� ���h
/�(�Ġ	!֘�h	!�9�&�\���:��$��
!s	�.���r-���!D��^6���4�*�eGBӼ�I`ժ���趢#:JU
�~{α�ɥ,�P5�9~n�Kb�|�{��[�(��6�{�3�� $��o!�.k� D���v�p�U��!���h��u�j��SN���$�F�p��·�4mn�e{�`� L(�\ L���a:�6&x��n�0��xɢrH�6�	����I�Y�rHh�>H�=��vR�zH���^H�y����3[�CBhI� !�-�C�s'!�C ��[�c}�<8�`��A<6�|8�ߓ���6��<גzp�8=88|�6�ߞ{`�Ih��+���~F`p�
+�<m��g�E��dP�:o�n��4�� �ִDCJP�r�f
�/P�:%�~c0�,����P��f�&���(D�*�����&c���h�@Bk���`r��5�!�qU&J �����DF�/3&����[@�Iu�TL���"�z/7�e曋�D�oY`�f��8%A�S�F�H���="���|<"
+W�/����j>�`�M"�Վ�2�f�r��`mf����y��8�69��3@�o2��F-�]QF	0V��|��rC�QH�`���`�`��X��9L��r�8�q��5���}Lׇ��^j\|��q�r��,:`D0��yM��s��5N�CF�����-��I�w�Ɉk���S]��"v��	�C�qUZ��
��8DlY���y��ˆF�Y�m����2ܕ8"E��ё,Z�ёz$�_�|449댏Գ��'b_j"�݌L�
m�_���_��髏���?|���o�f�߽{���O?}��o�}���?~���~���~���?����ۯ�/��U��j]����d/��؟o~v�}���g�޾�3��/��������:�j�BAr����c�$AP١�~�f-Q�HPKی@�*���F�B�ԧ�1!)�%I����v%�̃�Vט�~#�K{O�Ɵ�A!�j
�\n<�y� *�^ث�S�g�a���η�)dS�ސ3�I�[�h}�cP��_�7���U�Oh�״��^4��A�b脾������ʞ	�*&ʸ��x/H�r��3	�Ӵ�{�u.Y��L�=�8
���)�9�E�N�&�i��3O�٨��D�F����_�s�E�f�
+�u�߁��I�K۶	��F��"�Ȗ�o���i%ٙ�s��닮Խ�5#�9���׈�<�����ʼ�9c��j���/7��n��O���n�e���,�q�kQ�g��E�^��?��}`e�b���[���eEQ�ɶ;s����lh���N�b�UIN^�+72yq �2�u����ndk���"+?&�����$�"��`Ќ�UC�R��C��i��T��>�ҹc�2�Xƥ�۰���Y��a��i��i���C&�_�����lEU��<��]a��C���Rڃ�(��ㄅ�i?�Eю�n�fO�@lfW���=�~Al��us6���R���,����g:2�� ��V���,)#�p/�5?8Kc�ݜ�ֵr8K�˃����gQPYfpVI���Y��b�9g!�����"7h�V���-�e!��qSVi�D���)נ,�\�=�U-���.md!���,����U]0�����Xe�`�iG�1�ھ�����5K�id9H�d<�eL�a_n�����EX{�j��$AX[4�MXj	��s�a՞�[)9`�s��,���u��ԝ�$�n�o�2��m/�2;�,dG�`9~i~��,����T_�s}�5�3�|�k~�|%��Wҫ��+u�����O�
+�)�rs����nܣ."�=�4K���`�����T���z�џo�Q��o�Q7�z�
+�nN��:�L�zKЃ�$�G=F��Ǡ��=�$I	�Q����7J��<۶ȃ�+^�C�>qO��2x��dm�rl������$	<�����&Ѐ=��<An��o�	�\Z0z�ي�.G|�'�z6�e�=��14�̓�>5�z����clN
���˜��7�`c�s0vc��s�7�L5�^n���0��z�l�����e��E�5�g��j3�����h�z�7�tj�zv�N,�3e����C:��ʦ��5�g���M=��:{ВE{еʼ��T�6�{V	{�s��g���=��3(�qq��� 2�v����s����o�.7�4c��G�m�����=k�#5�Qg糑���E>ƲO�>��6�>������P��}���W3��.�f���]������.���c0��nM�}��
��?i��2����C?h�!���j�zN����2�Yt]��s{���l�4�i���vg��6�ҳ���ԛ~�Io=��F���.�!؛h�z�e�H�6A��n�!XZρ?�:�l��=��AG����j��>��IJ���>����6���t��Ǎ?{����]䳐����k���������͚j�ώ���3����c:����kƋ�}�����%�G��5�1����l%�g������p�g�<���N�\����3�z����{������S���#�3�R�փ\�l���y���rg6�����.b"��ԩ�y���Ǽ[Y�#�]^�ݶ�L���k7�����r��?j�i���A�
�ԣ��oZ���3k9��]=/4J�1��	<{���f��,�q�]�n����D�?�nK���_
+���Kئy�9e>�������������r���6�𫜥2�d��Ëp�x+؂-�QA^��]U�i
+���3d�Ǯ��_D��mx�S[	d�Nj �s;^�Zt�Ѷ�n�����J�my�G�+n����-�e�L�~�)>���H���&�z7����j��7���y"�_�g���M��)����~����ա�D?&J���iV��Y,N?�^~x^%h�N?�Y���>L/S=���k�v�*��p�
+�����]�Ħ�~�7n�+���K�7Gd��!����_d۳��
��/�R�_ ��t���iZo��.�2?�f�?֩]����ַ��c{��ϸ�m���Z{�/`���c���ݭ��_٭�2�E���*�q�/"
g���ݒ7�X����	����ؗ6��>h\��d�W�&�A� ~K�<�!�j�?h�zw�A��M?K*����j�H?h����Cp���~��	�J��˼���`��_�˗Z��.v�N?���N�LwfNA��&��1���n�t{��O�i����#��>RO�)X���z���㖌YN�q3ìN?k��Kؒ��C6e��w����/��p;�T6����u?�u-�?�{=�
?�f�
?j�n����.���.�M����Dan�A�97��ל'�Xq����v^�SY����^����y����Σ8�XC������*�V�=���#�ݶğ
+��6�O�2x�OO�e
��'R�z�Od����[n�?�\�Vp�_cu�]D��'R�n�A`{�~�Kr�q��7��FJ`��b��ǝ`���n��?U�9R�'�S<���y8�xtӪ&���c�[k�?&{����bh���cY5k��?բ%�\&���l�1Xw�'i}��G=N��qV��4`
+~Ԩ�~�X~�I�ެ�6N�i�2z�l��'�,��OA�d�:Y�	�4�����f�����%��Kki'���e^�K���Oɗ��?fh����{q��,K>��`���'�X?$�I�z�O%��'i�"��L��O�m|����W:|��F��<�Ǡz�?ꔓ��(���P����[���G��A��S��^�N�*"_\��U����G��l�t'�4��N����G=��6��-:�8I0[%�QWk7���պ.�O�f]��=�1��H�>��:כ덬P9E��DF>�j_�ؼO�!x�h"t�����c,'��9G'��c:���"�&_|
d��#����q�������^��/�r��~�/^�g�z$3��>ƪ݀*�H_f&A裎���c0�5)��&�z7x�t�Ok����CV�B�
�'����G�rv���h'��ctG��5%GSe�y��
TD_�@�ا�K�dst���N1o�A���	?f{M��'�7?i�6�T2!;�=��'4�v�O����3:��ל'��� ˣ�C��\�~�=Oح�`ci��7��=V�t���(�VV+x�X��Q`�����6W{ K����#�i,�R�� ��� 9%@�T��]�Br�v�~F^���$�Xe���Ŗ��W� ��h&�տ��<��2�B�=?�g�W�I�
�dq�G�7٤���KMf\)�K���`��������~����o��0��ku0�~k{0�?�V�A�R���.�A@���6��q3B7��6#;޾	Hsf�4B�PD���	�'��n֞��ȥK���3���!��?s��ê!��?��~n��f�Q�<�dͦ��L��C:�/��=v��O6�?d(l�p�
���Y�Һ����o&$��5�G��h��F���'�ԍ?�)�-u�!V�6��cf��PCP�@?��1�����_`�SlQ0��L�A@D#���Dy�6
�b xw{U� ���iD���cd�'Y��$�"!��5��(�<s>Y�h�Qb!j�m{q2PC�'
/�Գ��v��g.{���D�e��;���g�'��ϸ{B\�����k6ފ`q2?u��7ܩ)�uGS��-:6�
Gbz�Sy 1�uHى�H���x1�}�Ɂ�7l�,�������"�i�`׀hn��@��/K�xHפϽ�=������C�>���C��)�&�|��|>��`ȷ��u+Q�����&+C��'����"y'"v��[G�C]͞u��P����T�4���;B$_L�D"2�i��g�}8��ƌ'���8��H-�**R�`�pc1��%碘d��U`w0b_j8i��0���L_��W_����?��߇�?����W߽~���O������������{�����˿>�����_������o�Y������E_����g���'��^^�~��?��������=:��(˛���{�j��	>u�Ѣa�&�<��1�~\cr�}���
+v�1R3�+���� /oj��$�4���v������L,܎��
+r/R��+��Ը��A&`)��N�.�(G���C��^(ٺ\�^w�A�j�L;�=+z(>�-����cBA�eS�JKh�R�edQr�0�`�f�r�6@k�1�N�ט2C�1��ԭ����B-4<��e�Z�&j��-�?B�L����"
+�]ƫ-����%��ӛ���%0�l��ƌ{ų�έk�[�.�,�yT��Q5s���։Z��3L��Aì�@�]k�Jc`j:Sf��Ք�w�׬O��Sw�fy��m�J���5�����i�zӚD��Zh�!��Y�3�"E������: �q3���S��Af�X
+�̽�Պ�=�N��'�u�,9
+�J$~�3��S+S 
+�j"zՑ�*���>���q��+�}���o���;6,��=EWj�́Y���n�ś�Y����dƬD�Z<���o2��'��5�~̵�p�����rw���8�5�؎��'t�Y�V��w݊uCg=j��7���V���@+��څ����|��8����]�b���[˸�b�8[����֋-�?��3�R[���G[��[��ON�������j[qB������Jm;0X��֋~ؙ���#)������vL���n=[Z롏6k�6�YZ�\����׶�Z�՗v״�sՕ�z�?���zћt%���+-"�n��(ښ)-slu����Wڎs���yiB�:^gQ뭥�y��,r��u�7�=�Ňğ�q�_Z�8�Z��,od#���_f�4M$��8!`���b��p�8�5�D:���Y�@���X���z6/�8�u�0�E��,����,�������Q9.�
+�y�b�.��q�@Vb����G/�Z���{�C�fG?�e���b[��g�w�D����yq���!b�?�!��I��CcC'}�P��>����Z�I�g��%}�s�K��6}�H�z�C��ʇiMR>>5M�<�%�{^�O��y�f3�3t�җ=�&W�f�s�{�{�U����DH�w\3�3�H�x�3�MS>ω4�� Ӟ�S>;g�-�A�y��<�g���oM#�3Q�W҇<����z���f��Yj�oW>�H������!K]�}(�8SѾ�ȶw|�����}�g0�_Z�}������M����~��G�WLm\�|�`kۇŲz}��e峪�}F�{��e����K5N��ϣ����sk10]���MW�ǎ(��1��W?kO��{�G��|�#b��~��*�C.[�G?��j��P�#6�C�:�~�M���ۈ�	�e���s��^�P�8C@�҇%��s�PѨ��@|h̚�2�dz�cB���Mf
+�\���(ѕYՎ��+f�K ~Ҧ��ѵk�����/��n,-���I*���9_���A��7"�����"��3�AŒZ5�ܬ=zɆ�4�3?z�ܷ��@/�݁z^u�{0P�95�EЋU�$����5�sJ�U����9im������b� �h5D�7�"��VK�"A�i��"���L��8 A�8���w�i*��J���ʯ�x�-�**���`+����^��,Ģ�zH�
+r��*ȵ��Q1�K����A/�Қ��e� {�� ��A�2�Q��
+��2RA�2RAd���
+6��k裠צ��T��8
+�+�/DQ�<
+z��D.]_�h�'~(�\��A��Ω`C�ƞK�!�Y�
+2�5�
+��1�RA��p#D
+��
b+�<U���f���*���jK��è��5J}lˍ�"��j"�Х��zqp	o=�f�W����,9���şպ�(�z,�|گ��M���A�dz�c��}���x[�����v��O�Au�
+�(����?v����]qN:CA�"���^�q�	�E��������}aCA|(J����~�RA�h7��h�y����@�V�
�Z���XU+z4�Q�r6{
�JmrD\:����tĒo*� ʼn3,d���Ae&��VA�1���^�\,
D����@�w��k��� 
+F�$P�g����-�&	��X�.��5����VL�A�g����|	D�Ǝ��l�%9��q�%�@�q
+=��^�������F
+�q�X�#���Mk����+O���J-��/:m�@��gl�[���&nгo��Ћgh���'w�M`k>N��赊�8z[#	��6��@/jՙz�e~0г��_��Ͼ��M��)
l�,�k �#&
l�@�
D�x��@�i`�q�j��D_Q�2����69��%�w�������# k�S@䩒�̥��x�%F+��.�������Zp�����>U�&�[�xA�/oS�� �'	8s\�W�(��e��J�c �T�5�s]��}
��^G����"϶���1�b[c[LkD�s��_Ql{�����k� ���Vtjl�D_Z1,A潂A^y���VV"���^Q��D���IL�A�lK�䢽���K_��OW���\�&�=:>
+zQ�������
+z��u�
+zqmD��?�YA�mTy���6�jWl4��g؋�;y#�yi��D����EЋ�$���XK�5��EE�s c�4y~����C �
+7I ���b��	̋l���c �Y"��Y�2�ҵ��X���"��{@׬���yj�VD�/�m�XL�� �Ո��$:�*��EKUk;"��?�{��t
D��Hp�����5�}s	dTM	�w��H��I �&�!KYl=�c
+&�ȵ�C�ǰ��R��	��/c���c��#>�C���?����>�K��˽'�1�^�x��ҿ����D]�Pя�)��U��3���r�J����F�����?���l��?�a���ǿJ5��O	��Z���ll�}ǭd��� ��x�I���9W����^��N�&X�s�|%�
+�m���ϊY�>�0���9�������9
+m���5��@m�PpP���"K�/�(�����������kM���8)���x�d�������a�lz7�� �U��]	%~k��)!����uE"!���~{��g��' ��n�c{f��_���}����tc%��di�/���W]'��I�q%�����%�����oB�\7y�����
+=(�����D�J'�`�h�Z��@��r0�:�i��Ҿ��@,j6N�U�61p������ӻ٦ ���}���a3(����O�`�Y`c�������,U�� ƌ�� R��Ora�݅A��<҅Ahl���C	v�1n��l7Ʉ4J`�;�{	��g�'�Ay��u O�J�#mcp�zSz`p�p30��[׋\tln�����P�Lس\O&�O]�`��������"�ss0a��l�`B�[�`�a��sff�m�&�_8��o�s�:��A��
���L�;6y[sx:���ƒ�6��8�Enf�a^0ȧ�E�1�1��;)�X훂x�,�MA����
+b?�[+Q�[���,`��V�w=A��<��B]��D���3oN:�R�H�{��`�*>G$q�wA�z�uB�������d��+]7Հ ���H9���SΠ�����eٿ= �P����]P��$]f�/D4�	��(C9� !xq7��2l��^����4�����<iȊŷ��!�����\h�W"2:|������o�DTf�E�����|�6�X���O*I�ra�[���T\�X}�`Lp*���Ū^o���u��C��:b�n�A֗�ڇA���AƂ]tO-0��x6'<D���B���E�L擋N���bAS�Y��ٷ^�Xa!e�.,�2����E�ܴ��u��xߐ.*���}R���g���7��"~��[��"��u�b������n,V���r��5�9i�9�����rq��������p�<V��b[�������v��t��Y���`D���cb�ؘAF�:��l�i_��I��*+6R���	���W��B��Nt�^��x�D��Hf��%&���/��?�ꇿ~��_?~���ۯ{���o����~��ۻ�����w_����㇏����O߽��F}�_G��k�o�?�����
�ӟo>�ƿ���ۻ�o��������{������bv����bg�yǬ��TéQ7�7��P�*�����'��\Q��J}:��IJHH�ន�P0�$9�=�
��҃�j��o}���H�����`T�]�JW)���eYDL�et��IO(50� z]b.)� �G0*��r���/c�{�T�`��[�F��"�{β�L�{�Lٛu�1e%Jؘ��=-�~{�q�3X�
���]g7�Ss�|Y����9Z��7�!����i�q�1](��kR�{�EW�94���,��ٹ+0��ŤA8�a&4h��8��Ɏ�Y*S۠����"���C�@�>8���@����:�{R+r>h��CR�S�q�#��$�7�`��6kC�����M����S�`��Ĭ�zEu�=�H�I�'�Uv���L4I>�O��n͊u��?�ˮ����تY��b���N	D��ڹ-4\�g�#J�-zQ
+��~�t��«
�d%i�K5k2L�>�z�[��cٮ>�AzEUEm��W�di\l7tr�L|�+�'��U߅�y��Ie,�ױFRS���l��B�/�r��-��l��
+�BO뛳�$h/�Eݭ56g�[ʛ�����h�#o�f���A�ߓt�6��5h��U7l)ky�-�il��l�4��4�'l��6l�dp���{~�->��iˍke��!����7mQM�A�N�>O�"���A[苤��^Q2�N�vzR��������x���̂��)�`-�r�>X�\Io�Z��V�o^N�"�"]�Zh�������AZm� ��:�����{�A\|j��Z�䠥�e��5;g��Y�4��Y=���,�d�YMR+ߜUrsVrJ��\�Y�1�ݴ�o�v^h�/�2O�ד�̨�Gp�_��2�'g��mcr�ܘ�U���"�mS�Ր�,u�/��~j7e)}]�,�T_ K�ې���:d����	Yk`�,'�����u1�A�U�I?I��~������r�A��>J��}�M�F��D��}Q�f�t=ѧX�>h,a�>ꩧ<���u}\$Y	�Q[?��O��o�i�Z���|p!~ލ=�n6{��\�Ğj���t�r��=��J;����=�	Z��#��8ɇ`�ւ|���|��=�|6"�&�a�@�H/&1��䳁t�+�G=�I>�8�&�t�A>�\���cV?�
�}�|���Ts�o/��ƿN���݂}���f�OZ��>=�kN����m�a���ks��\[b�e�O�!�`U-�g�p�)
[=٧T�˨�m����]���
?����SE���s>�`�7�${�Od*��8RK���NN���·�I?e�/�Q�6�~������u���Ύi�Z�x�����:�a@�)}��R�i�1���ҥ�Բr�N@�ʽ	H]F;	� �<Hݚ������ ��B�v�nB���� b�f	�tΓ��������h��`��n6>q�� t��D�F�@�>����M�����=1�Jm��\C��u�l�5� �n��v]�nR�"hI6�!H=j	R[)'l����C�O�c���m5h�����t��Y
+�A��G-���To
+�`�R7�,�� ��l�E䛂J�:N
+*Wk	
+R;�A�7��	AQ�% (�,�FR;!�`^7%}aQP�*夠�#((�FP��]k���a�^�%A �������T�b�3����䶑/�
��\zDqJ��+Ȍm�
+�K{ļ
+�(s�����4d.��
+����� s�#H(Ȭ���6�o:
+��#\(������~�5SAd4�H����GA�
+2�ZSA^�|.�Q���Ԏ��r�����E
7�^��>M�M:���qA�J��W���k�(XbjK���@�pI�GAlw�&�`9do��� ������z|(DsΡӢO~A[��E��_�_y֙�*�g�u,���~D�s�9��*��_*QD�_�"[A�*����}WA~h�����*�Zӫ o�
+��Z�@���l�
�c
��@�AW
�Zm��� �4�7���@ߩ&i ���D.��E�[ު$�.NLG���H�A/�<z�Eq���~�@�{�sii �#��7[Q�Q�(��.��#��X�6��uZ�]�k��x+�$A 20�"w�I �߸�@.��p�@f�y�%�@d?�lK������m\��υ��G��# �M������G@��h�+���.����h��M�+��B@d�[�+ �>��'�!�ӄ�K ��l%����H�-H�1Ūu��Ƚ���"6�c �X{K�����3��,���a���1�����1����Xh<�iM���@�ߚa�H����@�{K�#s������S@����\���k ׳�v�k�@Ś��!�ʚ\��I w���xM��@d�/�[mq�a�Hp�Jx�(���g�$�>I���u
�j�u
d��|
T��g�k �+V�
d��A�=f^Q�5V"�l�&��:[d���O�q�m� ��x>*[�_�� ��|�=��A�/��@F̅� s��� Ȣ�����D���X�� �H;��iM�;V�A5�mM�r&��Q���GAd��SAd�\� ����ڰRSAd*/�(�e3D�d��=��Q�� ��A���AѢ�"��,d���?����Q%
d�Qkl�C �RK���K �]Zx/2�>_��u%���9A�q�I��#Ȭ�z� ��q��r=벃�?����fi��WAn�QW*�.t"�PNj �jUK���rw����,�Y���l�z^�5��&	�k�:O�1Я&y3cZJ=��a"j�%�E��7��j�"�u@�lX��	��Y��j��F�Ǭm�����Oإ#������s�/~�i韰��g��1���8���H�3����|(�񏿑�n�|�d��k����'�3G��l�M�?a}�C�=��!m���^��E�׎ȍo���������2��Oxɹ�?�x��ු��!ꌙ��C�l��E�PK���{�'�������2��}:�!O����,6�2����R� ��_��H��\������&��!�8��/�@��L��{����'��_�Q�9�П,�� w˲��b�j	�l����U^�Y��Y�.��i�r�7�I��z8���|	��)vF�>���*�2�%i��}��@l���gdGZ�87pr�*w�2��
+Nl5玲 ��6SA6R�ca2�"v^K�dK��%�{d���6dOs�82��A^u�F��ŭ	A���4|��"�4�^�Bz��I�d��Mu.������*��� �t8i?.o�'����dp�պ>S ����b�7��A<�&�a��g�d��7������Ll�t����� �Y�Ǿ� �o�v��L�8���v�Y�:������ �� OkҮ�ȸ��A�^����vPx��0ȻW��3w���WA֬_q�br$R�E?
+b=u�� ���
+�w����X�����u2A�B��'	�3�TA<ϱuA��`&�P$���A6N	n���.��R�EE�P�@ƹ,
�>���6��A�J��;	�A5���jQ�x�B~-]SB~�J���B\���B�弄!
+ؗk�hȖ��D�C|F�]���Z_Y��H�rHd��㏉�o��K��漟�6]�H#
+�f�+Y�[.b+���z`�~�=�
�>��!����̇��u��a��D��g��>�IʨX�>F�L=0*��tQ�x�.����.���7���z�
+endstream
endobj
12 0 obj
<</Length 21932/Filter[/FlateDecode]>>stream
+H���K%�������	��U���d�	�,�x���M�f���sJ�R�C�03���[U����џ&V�Q�#�S����>K��QB�~����S��[4V����]���AGݽ�8+YgKCkd�V��.)��1��I]u\{0��}�`<�U���H�a5V�^J�i�[�F���������JE�Œ�bY�)[n�Lf��F{omթu�C
+�
��j��F�Xk����J��"O����"��X��`j���:�=�"댊�O��5u��ɳ(�.2��ʳ�
+��x@�\��a`��m��T���5ҍ�b6�Q��d�����V��fs9Yo(���BU<�h��ZQ}|v��rL:*i��.����ac�[�nY���Oz��������o���������/������z|��7o���������}���>���Ǐ�f�O��??�������s�y̿_~����x|������c�g�?���߻��Z�&�"�:����`����:\��h��L��B֛����,����GڞUd4���c��hD�g��s�>���� Q����ޤ���7�f��������J� �6n?uA'��"�TFgt�5-g,�R+AقUpUAֲ�"ݏEÌ�E����v��Y��t�"�s|9���
)]ñ��q�k�Z$v���b��(C�BY^:��,>LY����h��(��\,��l���\=���ƐDŽt�d*z�*�P�L��m�j�	�<��B{�B��-
{X;�
�2�f= 	K�k���щ�R�!�V�97�e�p�k/�e!��-�mj�#�~"�fϰ�#,[v'Y0/D�*%�n��y�-n�s��z2��X���ɓ�2:k��"���>�8v�ua�$��p��Xʎ��³��2�'f�.�*���[.1ɝWE� ,?s�vq���`FA��dv$��G�&�w�[�md��٬S�ƹ?G��x�43 2;��xj衙�c�x��e@1.b����5���-�%���:[F�f!�uUM����PG�
��.�~���w�~��?�˲'��7���?��T~���s�Y��
������(�p&��l8~�^���t����%��ΤȰ�h����Z_M����hhO����D��l�@4�nF���yc4Z��?͵�za48ś��1e�0k">6�����h�
�������@"��wH/��mH��Mh��-_
P�MhEtƘ�ބ�]0lF��
��.R{䂱"����3%��7>����S'F'��9��a�*��L=��3U�;��En��naҙ��~�s�qҙe���s�r�s�Q��#o��lshÙ��"��7�ł3C�C�tfT�$�sgŢ3�0�"W:3Xm��y�pF�Ϸ��0�7��E7��E_�,s���C6��)}A3�&���7��#ۜh��m7���;	ij��$!uu_$�.�Ꝅ4u�IBGn��A��ꝃ0��:1H�|81Hm�/t���,��S띂��jRM�� u���JA�<"N
+�����AAj�9IWY�e��@�:��09�E@���m:�s�ݟ�\�U���N�0�~/�y\&��:�������p���!�D�� ���
Ax(��0��a��zK��Ӫmz{f���;@�C�`�|�LBK�3�A�x3,B��2N
+Rr�o�Yr{'w��6Cqc0{�_b�ҋ-�:��4cQ0��ٗ�[�/�����I��A���ZoDh����P����E�;3`u��t�X�Vf�|��@��Qd�0���i�X L��	��� L�%�&S�.R�	�B�;i�~��9�@H��\������!�$�'
+��AqG!M�w�d!�D�f������И�=Y��:Y�:_Qf�c,R��C���C��-OR���!��+�!�4);i�k��>��<�ۙM�0����\���p
;Q�� ��C8e۝�0����C�X�Q7a %_p��6ad�C1��q����!�Q�x��&�셇p+޴��0�G]<���u"�D��϶��Ԝ���0��xH��5�<��Z�<�i�������Cv����0{�~�0���i�0u>}.<L�m1;�������;���w�	��_�����D��'�&���	ČEmw f�j=�H��N2�`w��au�0�3|�0s%��Ӕ�x��u1aU��ٲ��ԥ- R[6�
+DEЎ|�^��K.�"5w�����D���	D���M R��;a��S`��4]@���/@T�l�D���go f����@�FεD��'��4yZ�@�f��@d����
D�S�. ������"��J}��;��0p�n*s���6�r�w��vb�i/@,�5�":L@�<$��xbA�Z\�X� �D�!�����!�)f���X���+�\x���!��|�$��<$�z�@����@Dx�<�@�iE7��K�N jU^���@\m���z鱫���<���C[��z?��D�l",�(��8	
r� �����ήSG�!�����=��j���O ��u� �ݢ&����Ad2�"h��"� _8Do�*��!gW�
�\jN;�\Y=W�0J�fj%Ƽs����!Þ�y����w��c���ᗧ��*.�*�y�X�2<�Uհ|*v�8d��W�����H�@6=뢥!B�J��!k֌
�=z�KC�I�YC���+��q��L
�g
�������ڗ��}�hȖ�_"�gbȭW�C�Ү�'�$ օ!�j�!�9��r�T��ۼ�\0�o�<a�7�)�4�F����6�a8��"����"9���!�'�i�4c
��$��H�����8x\"�Bj�C$�S589DB��9D���1�9\،�8o;�L���8�L������!��������a�i�ɠ)�6��K�5ԏ�C=����p|#�*��aȸ%orPZO;�P��kp���KC��O��!VV�\S�I�iȥ��i�r�pj�0��b�s�
15��!��[2�q�Џi3
������ʧ�l���!���␱�r8r�Ş8d�k���[��!�Q|�<D���C�Q5��1��=d2�F0<D�[��!?w�On�Z�C~��f*�xy���q��g2F�{�d��2.���|;�bqy�n{��C
����!�{�YpZ�v,��a�N�W�M\ˎ����@Dgm�ADrq�ÐE���X��x�l�-�8�"QFu�<D�Ք�C$z�qy
+�+��!���/�H.G�q�Z'�̫:T��npȸ]4D�q6
w*
‘]C&�&xh��2vc5.��n�C=����P�.A'�T2<d�&��l3��u��Tp
5��l����Yx�A�Ҫ��A\��Z�T��!l�4�C�5�\�=ŝC&}�ơ�i�8T��Ρ���P�eh(��šOCC�Xp����EC�Q%�k�$��CC�!���;Y�TԄ�B��i!�w
+�ÔT��qЫ
+'�'
+=wk5	�L�5jH�ص]B5ܢQ蹕]0
+7m��LV�<(d#nܽD!�RqQ�^c�7�l�B$:�!;����V�HhW���T��3��֊����@nJ�+�r~��Y�M
+��<V�B$��B!�=F�(D����|bظ(�
/����CS!8%Dĵ���b��%!�c1	���l2�5d�yY:(D܂�'��:!���W9�*d!C��n!�N3<,\m�v��)���a��N�-T26��q��,dK+��HƦrkX�	�,���"�&�Y�'��Z���r�6_���]�5�!fY;5=����uF�4��!39U�PT��s���7��C�j��!m��R"YcL�acQ�Vq�Xz��O �;W���}��@Ď5�YD$q��&"�Y�5���fn�{�4���Wm��ɱ��l�i�����""�\D�:)��XyrsMwN�YD��j09t��%"V,X�*�&��P�%"�j�pg;/?Xb��i]["v���RvVp� ���%QMD��9������%�3����hT�'v�JʃD|J>���R.Wj�O$b4щE��:�B"/H�I"c�v�D�E���D5Q�����A"���D$;H�6&��7����q]���|d���"��,�.�">w�Pg1�A�����_8@�zS��r��!!����\��Xm�9`����@���+o}��8{�w���d���+����@\����(/i���!����[��aS��>�!Vl�*o�b��P���J�h :V�!^DD֗��]$b��R6��f�Q�^�k�TD��j�"��:��ȝ�kK0�M��A#��\ld��`6bk��O�#�ž�lVq�HiF�8}�!����#�p��$���KH�Pj/�B$>מ\E#�\l�Sш�X4[ш�e��؟��Q5�ӥjTi痑a���iq�J$�e�K�@��IH<�1�&$�nH���[X@F�ׯ@b���␵ܹ�RH1����v iB�ŀ�W��G^�����8
+fo��Ȝ�#>�q;�L��u��&0s�c<nHg��3�LU2��w�	H&�6���~��H�UkށĀrHN�(gň|��R1��ʪ�uX#V�y�S8VSH�=�ڌHL�M�x23���$E�Z�jd֝I,3#r�4�d,&6#�ߨ��Lh�L:�I~
'ߘ��>{����7��~zx����3�`�u�����ӗ���=|{����7o~���O���������W�G^��������x��׏?|�����g���/?������U�n����Շ㯷��ܞ<���v>�������/�������x~���������������m�O?��%��C��dINK��ǔ��ɫ��_�{��{���_o����ws���0��żll��xN��o_�_�/����_�M%���y�Lr�q�������o���V/�)�?_�}�o�b�
+nceL��D}=^Il�p+��`=!^!�K�:9c�����ɚ:���$lZ�?�3�(�g�u`���j�x/��֭BDŽ2��
+i��:h��.��[�x'Ԧ9�%�|d����`��/����4�c�gO���Һ�`E�z<wa{ǣ�	�jo�j�O�6ߺ�8�8ꎮ"��=M&����h��Z���v�"��j(w=p�fW�XW=�:�fܺ�y�j]�M6�U��Z@0o�*�����[�Ѻ��;�]
�d=�+��U������qTf��bpt_ES�G���,0�L��FW+���j�o_�-�eXf_Pkh�c���\1i8.v	��A~@�����7q�Ʉ�<�&�̊/�\D���rMU1N���s ٗ:.�\Z�af^�j�2ʜ�������i�l)������EK},u��S�"OE�E}����̨sN��`��ƭ�U�Y��;oq<N#x{�{��Q�%��q܍&��p��zg_��� �����!J��1��_ �7�
�dc�s�'�s��K;�!-˞�0W`6��3W�?Г�\a��b�������Gm��`�4�Ii0Wp��7�3�Ey�B�9|�#�
+�p�'qe�Z1��0��0W&��Ot���㨜�
�Y���H�2֓:K`�g*��e��YO�xx�5LyǤ��m�x)�]�p���]+�Bb��&�7q@��w�G8M#+6(!2�\�G[��	s���}K�U���Ƃ]��&��-��­��&w�d!p�VT%x��l���"c0	I
��+��ye����32�fP�%dY�u�?�
u�x�u���V�U�Mɇ�ʡ�7�SWC7E"��P���i�>��TfN>N]����PWY�m>�cF��u���D]�
w�{f6�:�UPuPᴘ�N��0n�g|�[L(�נΝ�;�<��󂃢V�ps
���!��8�k]�+0��R���<Z�d��q��}"�'H�F���5R��5�o�j�@�Pe��[AOGK�Q�v�p��eWؤq�Eۂ�ωW��6�2��X=��_����%;�����
+��Vo~�q����{v˂��:���ca���/�$0�C���X�<(�}�W�ƈ$��T�H���ܟ����{�Pb�h�#�e)�3yt@5�'yt@-K�5)o�g�i}'�,Py�P)A+���E�Kq�&"��R<�����~�{T7HyX<~,��S��$��
+E~�3O��7嗧���=3Ut����*fӝ�FU왫���=������??�u���~���?
__������O?�Ӿ[��o��ӿ�vb��߾���_��R~�9����'_����'���>�|X{�,�+@����ZMI^+�#�f�������(o��|��|�s���%�z��At��s�����/��\�xJ��W�
+����?���<��x��I��(��[�C��E[�u�s�Qؓt���i��Ĺy������|�}��}�ٛ��	���#b���!�J����uj,n�E��u��v���ˇg����Y�\n;~=x*�
+����A7@X���&�J;^���b4x��x��{D������_4��b��1	>���eV��}n�`ƞ��&���a�~64>2[{� ���QZ�����Cm��
�����+d:¦m��x[z���bq��0<���$�`��<1GV$v�FE��
U�����t"��s����ͩ�-)�z�3��e��M�sj9|[V�3-�H`#Y^&��(�@<e� �Xl-��-'���Q�E�#p��+�Zu�<�*7w��v(2��s
+tb�"e
+š�k�"@'�H�g���z��^�tf�G��&fÛ�Us��+.� C�iq�G�\�<���)�a�,�.+�n9��r�0zWևӎ�$�^�Hx�4��μ�G.Mo��\z�&~�G�I�,��j�G�Q,	㞪U/�k_QO�&:_�������‹d:�K(#�F��Av�?�-�V{�;\�Y���7.�H�G�Z\O[l����70$���[������4>r�[J�V��	5�\��
�S.I�=�q^��%���.�p��1�3�x���x�kԜ���v�O�+�Z|T�.� [N�h&�����;K�}>f$�J�]�R�~������	}LAz�D��3���s��� �c�ܷ�d��k������DR殞	����ld~6�~*�~�p\=ݭvW�YoJ�z��fgo�i�b>����W�t�8�s�Xp��l�`r�ı�g!8\<��H����
+�ep�y[���7�7��ژt�\ܡ��i{R�_�K�m��z,7_�!�KI��}�0�U5��������"�?`q�Ho3l;����r� .��;0�+��Z~�;��%]��f�����,2�M�RP�e���Oi����xd�כ�1��\�>毵�!��>��y��o4�L�u�]>g:S��m1���e��`Q5�����NYW�)
+�d*ٻŽ��4?�+�L��簓�6]<�3������'+��
�,&�e���_��������v�>'��I��]��W�nP�$T���{ݢfh��[u��ZW�\���"�p���!Xﯜ��K��IN��������[kN�C��.#�1�7yɬ.2���;�W����]Z�����Chv{}z�2�meD��r�\BUJۢ"�`����ld��yhqY�Ob
���k�y^��emo�3V,�4�[�؆@&eDh(�vY���`q�6j�i�H��fy~�����UC��(q�kb�4�\]eL<'=|K#ϳ]}��%V��NN�u�~��
+fj�����YI��?7$���|�|z,T0C���l%Ni��!m����p���,����-�	0n�h���?;b=�S	�3��1
b��
+�Aĥn+�j�n���߇��6*����������(Nj��0��pi6�>���*��ܔ �#o���P�8�ʏ��Z����aqx���t���,��Z�~��YI�j�A*U�7M��W�o���2�k9�����F��]�}���ꩪ���K�۔�^������]0�T��zE3��`�ZD(�o%^Ox�}�p��17ݚT���z�&�WW}ÙE��(?�+2�8���qO�]Β����qP�n�y�Zjd`���\����	�g�.g���65d��h�xn���rS�zQ��Vtg�Q�����-��5e�=^z4Ͻ���^%�q^[po��6�-̝��m�HpHؑ!I/�CZ8ȿUg��Rm�Ĵ�۷�=CU�)���D9
�m��k=\���$�2@0�t�I��r��7$H�;tyA,4�{��r�����:4|��Iz�G��o�v�ۺ�#X���䥯P�<汝�ֈ\��S�C�4a`]%’ښ���pc
|�	��B��%m�؈�Sn��
+�|�6��a^u�����������������q�R�mUb�xu�ǮR���1�L~3pp_��N���U
++��:3u�I��k꾷����׎&��\9Y������I���J�6$�}�!6���5�V���'�@�hI��;N�0g��zX��R|��.�N,Q	�90�Z`½���]�G��Z�w�m{�k�k�!�F<�y����S^�r;��E֌������&����=E��+�DО�6��bw����ksp-TG �R�
o��U��~8�.�}�c��du�Iw��s�[�KY<�N�q����)-�#�Ю�k�Q�~õ�����ܞ>�.9��͋�����߼|��?z�����{C_�����C����ww�7���ga{q�$l��/�|䇸�s�/��=>�
��V��_�
�q�3^����<�f�����_?��ֻҙ]�}���!i&���r
+�����,�c0�87L%n�/��Ani�>�Y|��*��0�+W9`|R���-�k���@�p,`7!�x��Y!�#$a�k�0-8D��T�!�\,�Wl�������W�e$�=/�z���dha��m�$J{�9�
9�D���]�,���[s��[(�l��C�E{U����e�]]�$�75�R���������JG��qϦo�V3�A���"K2���u�Y��<����i����mMx1[5:Y�t[���"�Г���D���ÝM�~O�Kx�xo����zm��\E�s'�����������
�F�{�_�I+�F��L�P�I\ў�����B�Y�ZA�+Eb����[����5hlT*��p��ۦ
�
gcf�<�vy��qW�c�֪S>�
��%$�h	�n��S"���n9���:�(CAW]��"�E��/��_*t���ʐYdp=�{��t�۰����4j��e17m��i�5���c�3
+sV�~@De���'1���yl�c"G¤�aT�����|�.f��'}I�rQ��ˆ��7�14�ZC�;���x��C�����M�eB��$��f�k=���'b(+�q�p�$])�)iT;Cф��'���������y�1�4���J.Q6�����4I���%ڣq����|z��~K�Q�o���γ�-30��5�x�4���
+�(�2����_�*�s��{A(e���l�A}�eƑ$��K��B�Q`Q3��rI�F�=A�>��^B���P���N���.�6�.G̼2��#�%���aQr�zt��P��-��"#�����Rkݢ��T=�$k)�!�S�2@�?����t?A3��A��f(ӆ.\�f�tf�f<B�� ��<ADS]�8b�.�E/�V���(�}<�m(T��S*llK'֫��ᥩsy��P����$%�Z���"����#�'�t���\vA�x�0�$~�XM=躻�6��01�>	��!�
+R��o�uC��Iq�Hh���c�6D��/U�b��n�M�3�L���΃��hֳ%�<+�]��jh a]ӹA6�;)�t*I�٢�&L^U�IՀ��D�P�2<���D��҂��^I��iV�5��;1"�ELƣ�\lҔ1�T8<B��H��li�,��#h�ߺ��s�
+4��u@1sd�+�;+(:
�D�	�#��m���n�������1
+�N]Z�&�_p`W���Eāb�о�(��Jf��[�sW���z�
+�xȠ�A6��1��٘�ыLd�%@��^Ց�Є:�"J�12��D���K�����/�Vqerm�%zI�F�<KP	��4�E�1D
_Ӄ��9/i�!6��f��bEB��+\��>
+a��Db�z�ɍ@�[b��n0A��HCN�������r����:|�qOX���Ik�mPM
+�<��Lª�8:q�a4u�.)]�ŎPd+K��`�d���=��U�
+%Z�+���]F������o�|���k´QnI���IO�|���8i�+�[���ە�-l�}����;�;Gg�nwBwgy7q粼[�ǥ�R�OZ�!
7h&�(�g��NW߿ i��S,�B��j��TrMK,O��Bu�j�={�+��uW�w����Z�}�p�a�ڑ]㲫�dfW�N���y�;#���ҿ��n�ܯ��0*=��M��Ǐщ_����M�Fp�
}��>��ր�Pc����ܞ>�.9��͋�����߼|��?z�����{C_�����C����ww�7���-=��p�v�Y
'�����������y+�ۯ���߸�YJr0\�Q��z�B�tT����$�I��d��@i��)/���b1!+��~U\>YS(�`hq{Z�''�#<)�����q��2��2=x�*�|��ɧ����Ķ�A!��w����E����%����0�6
+�^�x�7�O#�|r�%Z��EҶ����~,��a�x�a���݀q�3=:L�-�$ь�,���O;�i m�f`�Zy�
!�LJ;,�f׆
��n
+B�W) FQK��G�R<lZ�aU��ji�ʂ-����[L
+���:x�Ga�J���T0t��l�rhZCm��ɲvSo��߽�̾��(��G1$�2]�a�w����G8�$�iU���b��;j{����x��Vmt�T�v��G'W��A;43J����
+sw��!�C'yۡЭ{+Ne�����]�8��6�
xހ?�H)n���7���O}9I�*8�>`�Q�K�kP=,4�8�ǔٴ��aCk��Mak��Kv��1�a��R�3
Q��V_i�����v!9�꜊�ƫ1
+����ƨR��Wc� RI�zA�H��{��+�q(]-!��P�u��	ȥQ���O^q�!��KG|V�9���#h��V�!�_����9a�-�4}@��2�X�1�	���������'���	�Z��6�"���
+�Qʼn!�W��X�D�M�A�L�3a�ތŮ�t������Ʉ'����i����V��Y0�m� R�Ί73q��O������icp�z���0nr�aY�Y����p,��A{�ǘ=h�UQ(����o��	]�8o*#����Mi97��w�`����4��C6vD3����}�O���1�6E&�C����^2Ꭲ���x�^6g���!��>�CXXzFrZCN���eL��+]<gdT���K�vyBqQb|Ȣ0f�@V�4
+k�'`�Xc���ce�&���{ٚ�xw�ڈU��3���.��ƓU䳥���
��۸i8�X����vמkN���ɪ��V���od��B�?�(k��=�x����m���=S}v�1�׎$򠄪�w�-�鼶�W&ဨ���H �s��S�hax����v�6[0DנY�+w�@�E��2�'?��6J��W����s�S���W*����l����u9ps�D��gbʒ�CG�u�h�{b�K�\��1�
+�ȇ�V�u��<#u�S-���������Fd龭��[��6��9v.�+*U�v5������M���1_�9|��oV�z��h�mP��g�"��rF�R
���
+H�T����2F���p�vInU0K��m|�6�e/��s��>�����ۇ�/+��0��5]���a���l{�v*5Ό�XeF�L�W P�)c�u.��:B���8S[	FɼSC��7�t4o��	�����ڢ$�G?���P̧�Y�q�����hy�b��X�Oh��ͧ)r��:M��j�\��������(ͱg Q�8��ꂪ}�ʹ8y+�kQ���=#$:�d�W�b �L�Di6�x�%Ox}H�Bbmoh$�N>�ut��3���ɥp�z#��^���u缼��0U8V�_H��\���[Ʌ� �f^�$ā;�}���0��S�ϣ~ ����mƱ�RL��^�&�q���@�<U�Е�o�|�?���}Brl��Ȳ"�U{�UL3�������F��WƳ��lM��n�r��c�CC��w�̷1Re�h-kx�.�u�h�Å<������c�R�	՞i��<���w2�@�8����1U[']GH�*�4��<���r��h�t"��#�	u5w���Nj�T��l�0��#`-e"�w5v������2����	k��tAH4�<���<�tѦp���{��9�"�Xjڮ�#�h}�T�{\բR�o��1g.z�Y&G��GM�
�F��1SL�r��#c�z�p�g���:�V�����x˳�>xv5e��$�\9ȭ�~�#����Fŧi���xM�P�u��}�ȑR�,��؄��[��uG��	���&ų{Bq=����/��	�Z��U&�a���QS�Ynzx����W�

�A���,�w���`����\�5���z �<�>d�XF���0}c��\6��C�P�����ϝh"&�m��d�TXD�l�y5��C{���-al:C�	�����|�|4e��TO��S���M���yݛ�3�{�b]�*�	+e�e,*����4	cTÇ�2��`���/ą�܆��C
QlZ\�hB�n~�8��
5�G󍲲�[��^��P�t�cNJt8g��B^B(*��#(����m��?��a�[/�-�k�:���ե��fBu��{����	���^��{�<���X��k�9��o�����ٮ��b����q�h�0R�X$P
ظ��	�cΗ�*�=�
+��/7�����B�;��xݼ��÷���]|��6���p_�c}s�
+�a�9iz/�D<h�������*���ǵ~n��a��I��¢1.�]�"�e���=R$ 4C��y�V��X���E?���"6��ɱ�,��
+{vɔ��hb�&�'�*�4^u=*(^�J��o�4nT�8v�c��}��3�8գ�虔~�9�Vt��9l!��|Մd�WOB�ߏ�Dfĩk���z��9����K�%�7Ӕ��"K4D�����#�.����g��8�-��$�E�aL/������Yd�|o�׆����9����x���4i�{?�r��C˕�*��[���	��#�&�������n�sr��NMLV:?�ʪb���blц3a�~U���z�,z10�8F<Ɓ��b�,�GHZe���ǘ�Z�6�m��/��s,��1�d1��Sی �Y�O8|y�	UԬ�}SS��e/����L��x�5�j1q5_G��Td��Li^��{(F�&[�QXk�0���@�5{Q]ƀ��p�f��
�[<��uN�]�<CFc
+j��%<�c�e�8I�����v�#�h�q�W��A�܉?o.1qe�(5j[�XOJ>��%
�R�RC��,�.
�n��OtC�y�¯U��[��U��+�B�\H�^	){CZ�	��|
+�WZ�[���6���4��)���^M���ݠ�|�5b�����UpH�Le^�7w�^�|C���i��������%��t��_G{�C„��aC�x�|�986&�>��J�3�k��r��Z�*��)	�ZGsS�ݤ�B:7U&��k\��܈h`�;l��mb�"��Z����0y��;��V����a���)**����n0q}���Q&bthp���(AЇ6�
��Z_���+�H��@���~E nF���G
M���!��q��`���;����Ď�z ��/2��g�r�C�K���o�j/�a���.7�9�qW�}8u�p�l'.��۫Mp�w��G|S��w��~	�<�����H'�����Λ�]�y���0�M��/q=.�Y�Y
+����� 
+���#0���^�*�Hc���r��YA��u��z���4P9?WWl�&�������o��/��������������O���ç����������W���|������������������7?����꣜?�k��=~�������+����>�Yx��;<H�?��j>8���8������8���<[Z���O}��GAg���Y����$�~�U��.�K�������x�Ի?�>`]N��݈]�]3ΫVe���Г�mJ���F[�C�v�M�ܶe���=��!�����VyX4>��V]q�Q�|@��#gH�n��^�^Q��@`��\>m��
+D�ǘ<G��e�
+���(3DR_{��|vpa���l�DX-����^����v��FXa���RP�³0����J�bo�L�0#����'�s1�—}x��2Z�n�ֽ��-�gM$F�6�0�v�j \+���n��D� ���@�U\q�1$��t>���H�{��´(8�j3�u�%�l���c{�|��J�V~����7F018���c�e_3��&h�ɇ����L�/j� ��=�7����#�����.��+rl�y�g��M�p�A�+#���2\5.X1Ό�p]��[w�P�m<H����7���������V<%��ps��,��A����r�kD��k��ɪד���1|�1�7/W��/�E� 0}:�n�qx��‡56pM�ܘ�[�>K<v[qv٬;��|�w:,�k	:�+h�C�����Х��p��QZΊ�w�ʆ�e�bKi��G�m��w���@�,���~2r��Rf�c�=�(;cn�['��*�v���9����YeZK�˫f;��}�q����>S:8�b�M�2B�:y8�a�5��9{��4��ՕqZ��H6rb��"�k�
�]3�X}�ۯ�mq����	JlvY��UD�^'g���1�qx�@7���'�e("c�f���Ԝ>#��������/���%v�:��I��t��ZK��/@�3�eo�=�)`+����^�KX؏�Lj�pcs|L��������P��0ڊw������#����do�'VN�<����\ٿ�m���|��N���
+��әbi��Y4#
+��R�|�w޲�chn����ѳMY��3�ypR�������o����)A�������pJ�b�΀V�C���E�mYa�k�[nNe}z���,j[M�i��g�Կjc^hU*�퉶�#�W~�g�B�����W���˞���u�yY7�@)r+�������<�R����I�����u�E�U�aTRGpK
p`@
���!�B�k-����:���
��茎��x�(}1@X����[H}���ӈ��{0|ͧ`��.NJ�$�8���[���Є�J��&VnR��rf�ñ�t�VN�^�`�;���su
+t���W�-���U$m8�j����.�sx @Ḍ��vs\��PF�?"±g��Ͼ��e���#�À w��VV-0�$(�lY�~��e��D\�\rD���\^��a�f���8y+(�l9��8;i^�J̜�'��p��7(#Zߔ�S=/6���z3�^��`�t�Xgo����4n;�q�
+t"d�]
+��|�lǁql��HC��g��H�ֲ|�⣂��D1ћ�R8Xb~�ͷls����P�H,&��7LAG�"h�C�Oďp|���8���k�{/���|�<2}�>�W
+pj�x�[�_���Sq5j�r���"��e�:=�Ҥ��;@��3͜����b�5��s^v-��\��/䢳�9X���Vٔp�r��6�����s0���Y+���Q��G��r'uw�%t�*�����6�V�c����“Xt� #Uׅy���LG)x#Ex��E��)6���B�z�{sA���6�k����kP�-ٌ0v���q,�T�b���N�w3�q����ٯD`�M���1��:��A�3JV��AAs:^�`�E���~B����:j��;��3�ΈM $�]VS��8\�Zu����2朙��R�s�9��p/�����2�2[؆�-fa����sK�%������tf��M�h$"-��;�p�IiW�Q$��3�Paӆ�g�W�.Y���u�x"�aRm�r����\�h�f���fd�����<v�=���ܺ/"`��������6�Xe�={l"���-���ȯ?%������&�v��Kc�3��S����&rD9�������	K��QE)f;���C���PZ�0�j�9�2������E7�V� ˽���)|���
+�l[Q��[*�2~�����!h��=���Q 	Y|�G��U"{K��8��a钠�{�ݘ�N=��fX[|��
+��x�F����V�pJ�d�ݯ�a4enY6+��1�	�V6ї�
+�%0�S�R�O:�SB�:`�09MK��%����W�+�S���ǽ����ޗ�/b]��R�o/p�f�~ue��=�8�/.�9�C�I�XS6zYX����Y^nuo���+��-��������p
+��=xu��b����J>_�j�r�x� a�E��H3�QK����9�kɣ:~Y�����ݮ��p�?���+���q&��x�<s�88�}�x�Y{��;�8Ċ��n��4����t�Y+���Y�|p���`��ޕ���|um%q��LU�2W	���6�[u)k~����?�O�������8��x��.����2V2ٌ��d#�����Hc��*�(1��7��KS�Q��ZN��׎����C�iw��l�AX<�����H@��f\����, �{���;8�+Aa�1r�.@�R��y^Z�VOKR�C����c�N3�'e���~��eD[u���8	����\D�nF'6���
eR�W�;���>7a�,fn�E�N��B����V��v�Nb"ٙ�ߊ��NE�j�o�,�ÑD�'۸��̦��d�����׶{��@c�/1�����l$�Y�$#�7��󖠹Z~F,9��֩�O0�>|v��j����q4��"�Y���8�����O�� x��%��U��_4I�0�����,���=!g���ʬO���
+-��6�ۜOb��ĸE���Es���ǧ#]*�*����Y�6��×FYQ4������Gu��[.-�E��#�_
+l=J�n�a˕�e�y�����#��.@vc�|Y�띓*����01����`7�|��ٛF]]�N�
pt&�e�+�˝��Te���n��c"�mTM�a��[Q��0��Y�_�)�q�=
+��q�_�Jd����pw���=�îwU�g�P�>	�iq��a>���(��u�f+}�$@���΄&��ʟ���a¯��d[|ūO�ў���x>=���^AF{/�o�&� ��/��`g� .�������+%���������װ��Xs�����0�6d�-�l��8��y��b��E�'�<[�Ec1���[�T�V����Z�N��M��K��<c�œQX�<�奵r[�z��c����s�R��+�+��H�x�}���|/ww��Z�k�%T�M�@cj�=�n�8P��;JVTʻ�&=O��p+��������
8��k�h)a�V��x�iw�P���V��qOW.;�E5��'�c������-��
+�S秦c����(zj"sFPM�2K|��Bo��tMw�Z�S�N�������p:�WO2��:��` _�pUn<^h�~ hy��<���k�m
P9BW�	�Rc�NJpK7wP����E��}d���Zh†aެ3�'O��o�G:e�~N����&��>�>9��@)`�x��������g>`F�.�z6�N7��wȈcYK���ଡ଼�t���ҽ�>2B[‰o��v��6-�b� x�*P�������e7�a��8���Ⱦ�sh��PS�/%���7_M�efew"�(Lxc|�<?�kC#Ô��᎛K��4n��e�oT���q��i(��������n�<Y
�G��I=��J��_yT���s�a��"t��ΩVg����mÝ�F�z8���?C�~��|&GPFXq�_½��X����/�nu+��+K+n���0�Q�q\c
|�(����M�~}�ɇ������䛝�slY������ڝ[_��z3ɑJk�ر<�2R;�"�
m�.zՎ�2����%h!��fm��8���o61ӊ�\�v�խ[�<�i�����lkPDO���.���ت�;�0�1��p��"�VOcX|�G���������v��~���M;&p��}C)�;����.ն����V�Űb��$U�*�ߵ%>�'��j[^2�9��h_e�m�T��.��Ӵ��)J�v7n�E98YC�{Cud���7V��{תo-����d�sZ��/�p�a�o7�W�,��ND�?�sg��0T.�,���C���y�FG��?���8+����{�~������Pm]Z]g���1�
�
�o¸;{�9"*��n�u�=*��ᓳ���O�6<V	���ۄܞ�0`�c���3�#��SF����/������W� 09��c'6gY�ˑ���gT9�i����;���[\�gμ�� ����ja�"|�o�+r_����.�'AU^T�(�dնc�=���}�A�����$��`���6 ���gk*7:��ɔ����-6�a��f���&�m�*hʓ[�Qyi��fO��&z�}�^3��=��V�W��k.3<nvf�,���]w氮�r|>7�f]����怩=��Z�U���2B��n��{��4Y�(df��I}�w������rP9�{TV(���.W�F���h����0=��j|����@<%�!>T��ŕ/�N�^�X|��\Y��,����_ৡ>���dB�8�.}w������*�J/*iS�����[���$�7�e|���Y�uy"�'��^���t�f{�m�t���ji��8�{�����,ļ�gfi�d�pCB�FB0���j�ؘ��TOW�|�\���s���鮮
+Z,��}>f7�sG.�8�L!�1\����	��Lb�Vy��;
+X�Fj� :�L���a�n����Ӗ&�5#@_28�G�����抡D����؁��Jz\���fw�k���������$#��9{!�b��Q�#0g��U
y�Y�wp9�vx��H��f�d��>�@�{�R:�)�S���J{���ح.セ�%�)����P��4���
+�vT��|C�Q��6FX�6�������kT�D`�qn5Z8��l6�K��0[�˵��:�<���Um`֒+]�B��څ�J�f���P�����8�Rx�26�Y��H�5�u^�}�#����3r����B	H�d�\�H9��׬z�6��ـh���bl1VT[���/X:���0G��ýD
+YS!��x��S=r�X����b��$��~3we��4�b:v����>��'��=F��1n?'k<f���u�*Z,�g�D�4�Q�1�;z�֍�8DDS�J,�z�f�2f�H�f���[��X
�^s�5��e�h,��"[SF8R�Y���ru&h�>G����(��q�������	 8#��d�����n�Ϳ�Ϙ��yH������b��s�Ou��0�lt��y��hS�i�m�9$PQLP5&v2�`+L,]�J��w�$���X���Q^�ZCȞ5��ƆS�Yi��=P����~u�����2k1V����r��,��.<����:�;��qpjt�E>�1����5���k ���}�D�2�:�lX��*�'��%�t�U4hohDȭq�4^´L�q3��v�����u�;��-����}j5���6kq��#o�T�A��4�ǡ��=�cTRueT�s����3���I[���K��s|z���S�@�n�r�]j1��] #�k�����d���`6�B�/r"��y���a�#[��%i���X�G��k�H��d�#,5�Q�Nɠ��r����� ����`���g,�с� ��O���Z�"�Ͱg�G��"��b���o7a���=f����D�V�y6�	� 4F'b'��o���@���O��)��˥���1qf Ķ�9�M�
+���5}��u�h��@�~e
F0���-�4?l2��j��۷o�����Yb�%�h�'�i�(�M�b%����sO;�f�"�$<\F�����S�C:)����e�t+�B������a�g ����Y��w^]���e��T'G�}^"��dCpv��틗8���?,;���ƻ�C"
+i��r΅�gq�ߤͲ�#?KI��x�R��"���d�~�Eܻ�p
+A0���Ψ�����%��u�%��d�Gø��� V�/�n�9X�fc����C�.����A|����$��3f���e�9��lnjfμ�X�8�ųq��������pP�M�|k�N`�s/5|���D����A�m����Er��]'���D�T2�f��Q�D�&��:�_��,�8$o%n�y�4�z`�?g�&�����^�%�Pٍ�%}d����gt�h�i�V��GU��@k�����l�6HKۿl|�E��x�8�������q��߼}�~7�����������O���ç�?���?�����7�?����m�7�7���t���t{���7?�_�-�������{����~���n�k�}�/��ٗ�j����>�q
�v �n������ꯑJ���2�#��7��1��t��":�`x��G<j2�vc"�k�1�>��8��w#��"�������>����Qu~i��q8ܓ�4���)M��4T�4;��+������/a�z���`y�ɥV�\:J��Tn�u�[jקTS���K��s�Wj�>��J�t�PU� �G�dq-�0:tRሑ��yL���� ���+�D8�
�1x��%��Lk�`��x�r�\P�
���pp�u��%�Jn�aZ�� S����踊�||�fZ���i�B�7�0��F��C��]kt|~T�����^X�&%�ٜB�D�J���݉-͌0�#)'�ͼꊿ���<;���|{d3>:�5�K�����oD�e��94ql��^�sPq!D��f){.���9���tV�[�8�s@���X�%w���ş`��,]��o1����H��b����/x��w�A��UZ��v�c�Q��a����yͼ�'N�"%�eT'��҈Z��T���9G�w$���P�9]�!���j�k˼Y��>Kl�5�b����-���Kunj�/��^r"|���\ˋ��5��\�d��4~��ͣH~�l�m�?�u"	Qk�Vk�)��o���!�<�g>\�)jJ�ӻ��6n�5޸�E�(H�r��^AF����_�����W���}
�D!��H��^�G�'{��p?EsV�� iJ��u��l�u<��!��������m���
+endstream
endobj
13 0 obj
<</Length 9294/Filter[/FlateDecode]>>stream
+H�t�[���
���?��@�mɖu����eJK!0��f&=1s��@�}_[���֔���lm�%����W҅/.�o�J���r{������J��v�X�q�4�|{����	��%�̸^R�lk�c`��	M��ڃq�';�)���{�p�̭��تe@�$q~���v��x�=|�
+�r��a)��O��5z4��6{�$\�P����_oZ2��L�fj�0���p}�у�\���˝2[��7L���X�B�ݱF��3=o�(2!]�W��)��(��<���Tٲ/\���%eK�|)�LQ���֒
�p��N��"�;�zc�Ļ��Zg(Gy4��=O�kx'������J��ּRN(T��W����J��u�]�z�~@?A.�R�������X��fNH�F^�Iڀ�,��\(�™���g4�HҤ�%�x�<�"��+Țf��	�c�=���&�q���ڧ��ֺ���T���t��q�؜QUuV�v��l�ʇ7����V�	���V��F��ei���v�)ԉ���\B�X�Za�D!oE�!>�wqk��J6io���͌E�̈́�
+�9Y����fsKG�?B$�����k�f��o�V����8��*=����p����!/#8K$7o�&�kr��K��)~��<h�*ݟ!'~p����v��ډv�T�!5w����Ў4{8
+��6�;�����)l��M�`[�`;#)޼:�j+HY�������DMp��:_%���t�\8���T�X�� ���l��	��4���Ҳ8��LEB5��t�˅d�%�jO#Z�!)[�u*u�}*sk"�Py�/���K�D�0�V��G�g��C��qS++�!l�U/)	L;�yY�$�����N�5�={B�O�CȊ������텼NH%`�]����'c�!�N�gU��z�!o>���R_�x�87n���o�������X�������FnZ���fl�/��11����BEsj���7]8 2W[���wLU�9��$}�o!�S-.i!���X�{tk��m�����c߼kjn�Xԛ�w��)gK_�R�7E���c�z�ER=���S��X%F��P�S�8lG ĺ��=yiq��v��$N�(��f_�;�@�9��o]��D�L�Y�Y���X�Á�b�a���C4���V5w	i�����a����oXk}�P��x�W��k�̓���7#��dE�̖pm3���:��V�6��*��~à��أ�
��R�4s��#�L2��!10��CI�O@������nr�?�^}B(�p��:t��x�+�q���[��h{ΑR9�tv���\CU������1���O���c�^�x�x���Е����3��ix���QJ�|������`ɲy`��8��3b���|�E�/���C�h�f�
�����x<���$[�d��H��HX�#x����լ�uM{hMh>4��֬�[���d=�`��t`������5�7���Ș�=Ű�T�<G��&��׏�G wۤyfb����|��y�Rk�s>�����t��)NGx[4^���Qul��E;�����]�Ɣn׹3f[@�Y��,3��S�l\����w�z��k��Bf61�Y�t�wq”�'�1�8l��8aL�`�P��CS�mU��ű�h�u5�����w�
��E|1��>	�����Y�D�N.��<Ԝ|H�ɒkLL'���t�1[��P�\�/O8���C����C`Ծ����?5����%�e���f��ɷ�;����hZݸ�Y9�X#�XJ�-KY�:ެe7�ٍ��U��������﵃�~��M�i�g��HF�3ut��������J����V��i53v+�p(ż�^,1��2/��7�_��/��m��o>������?~���������{��o>}������o�7���t�j��۟_��q��oi������~�����o��������O��%��}�Gl4�=�K������Y@������t�6�0I�ۿ�OP *y�0�18U���Tg����|}��{�%����b�(L���i��R���m�}Ƙ��$���<A�}��9tYݘ]I0%r���z��������V��Jq�y�	
r�y,a+�ll��;��[8u�!/q@r㢽�q�0���H<s^jp�,�̖�M��<!I1�@2fU��p��{�i�<���ZL`��ڧ�L�^���8��x�}����.N�$�������]cL#]Y��Kv㸦%��,�;�:�E>���(.�to̐j�� @�$<���Ť�^�BZ�dS2�-4�������mč�'D�Cj��{�mY��{�����.��ek��Nu�._�>'���T�^s�1��?^z���gr񪙃ZlQ�����2�|�����'�D ׺���X�l ަ[�u�{���λă�qPĪ|_�;۱���X9̪�:�ds�T���i����m�0B����;����B;#��I+Y�ݳ:R6�?�#���2H�,U��Vz�CEQ�5�
�����EoF�2���*�� m�	e�~f�z��N�p��sXِ9OQI$��2ؓ=���?�����@���Z�فs�����J��#����.�aKZWp����R A�[����tV�ݧ�>t��0��v
+�dѺ�������!�Li��#?^wx�=�ۃ��
o��>�WX�x������*u�BTU;+����9���W�V"m�y�T�`�c��������]
+C0�omv����7\��A��,b�
fl�`��
p6�В�
�R\��-h��T��\tLխ������-���%�?g�)�g8���uo��~��'^����*>�US�[���N���-�~2���|n
����u��L�:>��KF.�JZa�j^N;�X��������{z—��/�E6f+DN��	�V}�-�,���~�l�KE�M,��a��܇8���i��ȶO{�F�6�`���+���@̽������f�ǺO�m�r�LO0=ww
+m�м��px���Sv���'�<��W)���z�Ax�D"�BHGXas,��s�;}3��a�>}��T��,�_�(���+s���Mo�H	���������E���RDM���A����߹z-xh���a&��5x!�Y?�s����� �*f������͊�x��-F�l�M���O��Cg�d��U�0�l�7���g�K�;�4��;����K���`v�XiKP�t�U'��@�|�]�4�q�����]�� �gY�x���S�.�h����3���Ln�Ӹ�q�)��'�cHTC�b}�H@�{��y>��WX�~��̮egg;�rOZ
R�F[�^�3�Ǔ���#��w��'"��0W�ԸZ�X���Db(�o�3
��Y��;��puKCf�d�$�����a�k�Ox
�bg�8��G��FF��I��#x�|��;���'/$��wV��\4!BŇ��;����w0n�hmu=����o<�6��lϴ�>����+bU��h�){J[�ÐZ�6�'9��:�Q�S�ή�Z����^��s��©�[Q�B���[����y��@�Z��g�Ԓ@�;7��3"�I�lsVmYtoz ��x��n���
+�V��)z�,dT<{�<>��b��I��-;�|�#l������'/D�8��iזm��N���P�e�z �S;o�9������
iF��Ly��`kԯP0�r-��vup~�V��9@)�d���������@Q��MZ
+�㶱G-��7gN��1sV�l6��M����`Im���&����q��!��fz����������8���wJ���@yi-X0�P�Ѽ񷹪��_��t�MV��مQ�m�|`-[o/��)K:���̎{�	���=����y|�0�}aT�)oe��z�
+�|�6�~Wus��Kd�O�bC���Ë�y��5q<rof̴�9����7�`i�ز:m$��C�v�>��:I��2�i�\$V�k�Ns�!�/�F��I炽��ч��|��NSe�����7qٶ}�2�J/2�W%q�?WTc0�Na���h�3*�q����}Д��]���,����W��U�>2�ʁ���>���ۅ���Z��,˯������+��?�'���a�H6�+��#��^tw��t�y�����o��^ ۔!ӑ��ͤʪ}�y�z�������0��m�E�X�����kc0��t	��s�)����f��	&�>]�l|!Tr��K)�1,x�G�7ۃ�G�G�djy��ͬ��.f�
+7�k�!��������� ��
�<4�nl�lj�(�b���s(8��=�6�:��)Ҝ9@[v��p��h�N$�(bw�,�x���X��U����׿<u��me�<�i�KMdcH�چ���(Op�͇\�I��V���h)�O0���}�n���}�T�$��e��涊D���^��x)�[�1ޘ�'���b�l��y�=�Ϲk��KMo�/e�+�!X�Ŭ��7z�(��)G�O�E�3��˳���
22E���K�U�����p!흆9֒y|`-�2#g��ˊPo%p�P��wq�������\Y_�5+��So��F�V���=B�ҽ���κIjC��I�%rYG�p���O�q��z�E��N�(gm1����d�
+7�~W���/�e���K���+8GN�xE��ac���x���c�$6u�f�V�{�7X�Z�=��oۋ�vk/S���s���9�|��"�:6���%�^�M�I�;T�~?0�
������<,x^ ����׹���z/s���#km�z��kdF'@ѱT����ޝ�?J�`!�p��Z�'X6�-���ף�=��ھ�w�-���%�?g��S����}��qj,�'Θ����u�xs�F�7����*.�-�s�kc#����F�򩝶��Ph��ٷ$�������J�M9�ϧu�W(�ip��dK[`��[1
+ez{�A!�-U,`�
O����P��A�.�W%	%
+�
/-��/`�m�%Zv���c�\N��̸��� �����q��]�)�aͮV=������c�+�m�i���Ҽ1vV�]�h�x�����>��&���F�
+�����jԍ �� ��Pz2o9�1R�gP��.�L&��,�)�x7�	�~� g�
fAn��bV G�ۃ.��1����|[к�ۯ�O�����l��g��l�Ķ�[��[��WQ������8�5;~�*�[Z��$�Ep�K:[�������v�T��,�OQ�lw�I��^<���W�o�F� ���hq�%�\��d9M M(-�AK�ņ&u����ovw�������T���p��3��=q��[ if^�3��0��ّ�����h�	WӐ��F����֕O��T;XK��IU��[Y�O08\�F*8#�H0a�A���Q�����c>��ʂ�;�w�T���8N5��fVG��-P϶�;7X�6�<�hga�0C�̡�eD1g XV��e�ג^0�<���E0�A��`|^~,	�(�J��3�.�2*v���PXs��U)�դ�?mڢ�F���.�`�M��a�|�b�O�qa�$�ɇ�
+����>��A�.fr,���$����׸[u`���Ula@�lB���L�Q!�wMp	He�*O��eY�����#� �����+�H���l��I�A>�U'H�J�ď��ڀ��9h[�ĪB���	�L-��?��h�dp
+m��ژ�@��IYir�IB{�����b�ilӣ�Y�K� (��4P�M�̃_�C��]�%$� 4��l�;*��d��T7�FU|�����0_)K�`hSupl�I	i� ;����V8Ԅ��^`7�Hm�k���e$O���Gb�R��jH�C?�ƩF���&S��T�z�IFb7��݊�pP}*���4xF�1��=�PD@M1��H�
sBU.�h$=�C��`�J\+?�a�Xj��S%�̱ڰqΡ!1����*�V�B沈�-�`p�dr��ИPT�,�R<�N)-P��h�
+O�R�8,V���G�+q@���h}��
�X�n�nEH�J����#2*�
+�A�Y��Z �"�#s�©ng���Ugw(P7#ңPt��Ѵ�����qX��C��,���&o+�U��	����!��Z�s�'	@���ҋp,F���;��A�� U/���-Ѫ@�m�F����'��8)N�"�yMn�8g4��P�'�\馢&q@Y��H9{$8�|��`(����%�
+2EO��൐ʈ�_�7���0�����}��e�ē��Z].B&%�\.����@����)�E%o-l�������AJ{�L�N���,,���4�ɘIi�2i젥Y,[@�<��_
��
+��X3ɥ�A!ȻQ��<���9��:��,�@�E�J:��ar�J��Rh�q��|lᆼ�!3W�B)2i�h�!�X/XO�tE�j����(�jV��笏�3(��C0���9!�^����/����%��-�#�'D)_��,��U�`f�Y"�g55\�(���%��{���Pm'+H�F=�o@�JAX�T8�b+�^"ෂ6`,�gVy8w�a��Q#X�s�L@܈����KL
+snep+�(r���RB���P.WH����H���|�J��p'�[D��
����w��n�O�=��=�X�mV@�Ѧ���&��i����L\zqA�E���9VQ��:Q�#O�]TڣY��l���LJl�=AJ����c	b�x܈������~'A�ASd���w���
+����fة	vOfKl�I�6��l�b,�(�B�	%H)�ɽ�*�(c�hQ&e>I�\������n�����u��B����L-!$�@=/	K�^p
+�%�^�z4����
+���e#D���Y��,�I/��YX��%7�?�x�����mz�[������c�uE[�r��}Sl˺+��s�g�MY�y���F����?߼.+8�����~�����߽o����W�+�:o�����Ow�U
<�����+�?�=������1�uY-ۢ�ً�ug�����o
+�ǟH<����u��|g�7n염�a�(o�ݏ���VF�}T��)$��\vk��0|��.�^]T�u~E�,�z(-4VN�u�_��I$t���x	5��n���%\q�(���J0 �v[�L����%���۵׻����[ɏ}I��h�y'��]5`������yWv�[�Jp+�?�U1�˝��J5�α��~Xt��!)�ߌF�`����η����w�5�>����Q>�_�6��l�9p�We��͛]�(޴�f].�UN�_���q����t�
+�K���[I5��ͻ����|1�d]6��f[v~��@����^�*Vg/O>��C"5�C�=�Г}�>t�����M�=9ѓ�n��‰�/��:Qr2�'#z2�'#z2��m�I|�FtHr�3���KQ�����z�a�=�ΐJi�%��=��ڬ�S����n��3�+�n���R��ZC<����r�M��n˼�ɊNO��Wk9�v��S��ݰq9���p`�Zm�n�b�19��t��p��Wq��;_4U���u-ݢ�κ�D��J����vS,>��̄���ۮ]�b�����j4��%�{W��eSo��P��/G�6��ow��.�N��ˉ�$0�����}��o��9���7��;'�
+5@lߏ�p>6eݽ�k�K�<�5�8��p�ORr
]�SQ]�f�.��j���I.<	����P�Y�5��ͻ�o��3_��c�����J;0=�𗉟����j@Fр���2���$�dD&�Q< �x�M���7�rqt{x�������c^r�^�y[v�ۢЕ�e��c���j�-�Y�;P�����,��E{S�w����5G]��Ř7(��h_�ūbu��2���k��c�ϼ�u]�7��QŏfȀ侖�n������۫˦�fmQ|+�	gy�oE�Xi�S�����nČ�ؽJ���\�U,�Y���p�Ys�{�	���?S�#���h����v ���
x?V;̛]�(.��:H�3��:^�8li��j�ݱ,���߅���&g�[�7�f�T���$}�1���Q���R�f'
+<Q���xi9�,Gt�i*�G����S��7&1|X��E7IRX���˫�M���p��o��=���
+G��S��Ԧ���fޕ�b��V�*�b�q>+U�c������eH��7ce�����M#���m�_U�W)4�$R�z
�!X���?���,��U;��f�Zq��!���9s"b��X|�E�<�������U,������"Lm_޻����:�9#��&g�t�T���L�-AkT3T(��t��N.�k2��d��Nf?K�R 0G���J��r(~n�ɴ6T����Y푌_>F��U}
+����_v��h'� �R��2vZIMz*�3�ܣ���#:Z*�$=�9��q-�eY��ET���҅E��0�ʒT���v�\��l����`�쮁������P�A��j1U�thaMq��j��@?|s|�q�}9��2��� ˤ�눈���Ũ���"�A��A<��TR#4����%��Wt��.D��r���nK���X�h���cs.�_�l�9	��*�5����}|�FL[�ӹ�)��Cj�3���'N�[,�$EaaAxP�F:���k'���?k��KE#λ�t�4�i��y�Œ�����!r֚�PφdH�Bx�1��=\�Ï�+2��X|�E�D�������U,�6~����C�+�]����{_c�P[g:g���Y��R1�{2�f��Q�P������;�h�ɴۓi�;��l,�J�����*ISˡ��M'��pP}����H�/#�̪>]M��/��t�\�S)GF;��&=��ٙT�=|&w��h�L���|6Ƶ��eED�Z�ZL 8'AS���\P8Z�6�7^m8wv��	_�g�.0��������Y����sRy$��1._�}���ܔ=m���c���cD6˚�c����������"F�}=��63�
+�XX-��\��ʃL�2+����ývp+���eb�����~�p�G��B�aW��-������\�_+
+endstream
endobj
14 0 obj
<</Length 3653/Filter[/FlateDecode]>>stream
+H��QoG���w��-��$'N�ӓ5B��	�^po�h�+M2;�7;c[��7ڕ����!���M��D�ɘ�!�'��Ͼ����9���M���X	?fk��S[�
�o�?�p��ߔP����
.���Ze?��2*��Yu�n�;/e�75�h,cP�	c���wW�G�P�3�ye�p_F.|�ߖ��%�ʖ����v�x�8��}�a"�.�+�V����m݊�ٓ����`8�|0�ϲ�8S��E��a�����?o���%�-d�6BV˱=	�%��*T�F��s	�IO2x�����\��R�Lup�/Nj��ÿD��n�؆�类sg�k��[O�[�N���ÿĩ�N�������@�bs=~��b�:
�Gh�&���ao�p1��'���#c�S{G䍶�L�s�`:(�
~ǏȚ�@�����D:ۧ'T^8O�=�\���N�]VsQ���R��3gK�`<9
����� ������I����\$��ޞ�Z	���%?�Tl˅4��E��R*�R�ۆ<xp1k�Y��E*�ĖdUjE�̄�.��.D�z�N�>���Ϯ��$�*�bL_JǶ�-lp\�r-�'	a4r�ťN)}wK���������Hl�o�Wh����(�
���b��"T�f�d��A+���F#�s'ʵ�tg�3>�������>$Ԯ��*��-�	o	'���Y@^�S�K��S���[�[�@��@���h�'J�w�ƽ zA z�3A��4��'}��x���0N�u��N��2��f��
+�bę�Kp+�>-*�OgJ{@ܭ��I�����M�s��{������A��ub|�+W��6��������49�e�����r�b��O���
F�P����m=�x焔�c+w���;i�i�mCߊM"��e�Gۦ�+s�����B��lwj	+�ư3gU���hp6��Ը�H��=�2re���}%?�Ti˅4��E��R*�Rzۆ<xp1k�Y��E*�Ė�VD��Z���٥�ȃ"r�k's�U
��g׍�FFM1���c[�6�.t��3�09g�R�����M[�j�^�Շ#6c���+4Q��n�؆�g�z��Fs�J	3m2�?���`ODC�<e��nP��"��ޢ��Z�}4�1���/��p��]�ݐ�^u���qWԯ���0�n��#�9~���s��Юr���qP��]��Jk�5�\��Vl�WS�O/m�4l�|�������Q�Gx�%�(;�Μw�NV�L�e�Z�ɍ��ā�X'�
+ߎ���{�_`o��re��,�%?��o˅4���l@S
+)�W)!nC<��5�,E�"��bˇR+��] ����C<��{{;��(�jtR�nȵ�kd�����QES����O
���i�O�o�~MH�ށ�&_��@ǯ�A��Z.����L�Gһm�������w;-�eKĝ
+/_�ősk�J��t�C�4�2A�.�ڞo[�h6ʴj3~��w��Q���D.�@�]/6L���+��5�P��ه�������Cp���ulB����[�=����Wj��
+A�[��(J텣Iu��W�x:���m�ژ�j��ZŠ�;�̹���je'+`&���N��e5�I��Y�۱��x������re��#:(A��|[.|kT���ǟ�R*�RBܹ��b4q���,qb�2�Al�pAje@�O���e��[xȃ"~�ogt�UM�Nj�
�6}�l|�`�B0�h*2�����?��z�*�_��w`�I4�Jܬm��-�K|�@ǯ�A��Z.�]��L�7�]���T�,vgڻ���������@�B�p��\�\��!��Weд+���[��h�'|j�h�<���-J[���
+����Z�;�@��@���h�'J�v�ƽ����i5w�\�웛�R�y��\/�V��P����)�.���4��_�{2�	D=Ƅ�u�}����\����x�8
��0�@�,��D�3���V�}VTv�4
+�����g�&1/���7��1�����ZH{{M([�����D�.?A�6c��;4Z��h�+|kv��=zlu���ep�˵��v���a��#���*/gp��6,<_׋y�E�*%̴��V�l%Ω���s���?QB�;Dw=���h���
+��oH��?B9��}M�W<D��o�"9�<5;�܉r��S�NGc_����������Z��ޞkR�_�n��k<�Μ����b-����_
J���6��q|��ae�@IH�;��L��O���
F��6��?Hg����ㄜ�Ǧ��z������X�8@X�^��*/gp��6,<_׋y���PUJ�i���m�?��%	R+��@D���q ��/h����&�PDN�x_?V%�8����3g�/��`�����5w�\�씢/"�����>�g�&1/���7��1
+���녏!�he��6:���3���ʪ
+Яոc���_�����50;��}ǎV�6[��d��+���`Um���@Т��x��4�x������B��͸�q��&��1�p��`qP��H��T�&���o�&Q�]
���D�q�<�����`�1_��/8����~�Q�lA�ښ�K	���5^@� ��R�-.���RH��J�j�����`��"h��|��������f&tv���<xp!֙vB�A\�0�vݐK������
�)��� Q?{�r�5�e���qa�6H���3|����ep�˵ �%ޡw�9��P�'�%ރk_�����oo���_>Mm�@�*\z��O�t���t�)�t�#��r�F�\I&�����:�]:�ZFG�D?k��{�r����	ON.˯2�~s]մ1��{�w��I����`�;O5(���m
+g��B}�߯��!\�bw�V��"�����Z{�piM�G: 5��#{��,.�x���B:˳� �m��ڦ���aߪ.�~���"��in
+�X"��Tp��Za#�jh����7!9����P?��byY��Al֐��Y�9c�_k��(!��ʈ-��A%-!��(�h��!��EQ�z
Q��@!�v4�&��&\~U„0��_)[F?��0
+gY�^:C
Y4dѷ�Eϻ�E1p�e�J�s���� z��\E!�0��0Z����TD��V3Y8܄�IW),����nj�'�A�͵�l�UĮ���]�/�_��V�� 1�
+A!�|L��q2ተ�$1�n�F�x$�uV�k�c
+=������D�9�4RR鋙d������Y$��E���%Ǭ��8UOVН�8�gw�iQ/�
�,��d"`^B�&&e�Z��-!$l��j ��kf]ߠ	�� VȱZ��˽T�N��X$Ia��c����"��#��ԖN��I��������i�0������۞��X�!��E!�9<�:aG>�ap�m�����~�eaS�z*�j�JZ.�C]��#qY�����QBl�&�����+����.Ri��vSg�gir��±�<v�o˅����r��p�{YIF�W�K^�*���WK�VKYpd�v��vڽ�d�q/�8��*t�G2O�͑���w���i
4�s�,�n�+�m���2���OA�kg���d!��ۣ�N"��
+endstream
endobj
15 0 obj
<</Length 17613/Filter[/FlateDecode]>>stream
+H��WmoI�)�a���f����S�wV�݋t:����9l�w<fɿ���걳��1>"V^��]�O��TU���m�ś����lQO�#�X��~�������[�=�xz�~���U���Es�>�l.Z��zݖ���i�?��\U�iS.�
+�=�i��<��^�����ك_դ��5��5�|{����p�XDjDj8D�����O�byUMz����U���M���������٬j.�E�ZS�ֳ[�o�K�X4U{5/�XY/˦h�?�͎����
+K����_���|Y���z˥�:!_{��A_o�����l�;���f<��>�>�Z����h��w�v׋�z�{q_[+�//We{2[7M9=�-���Y��L�ӲySb|G9r}�V1��|�[���M1i�ٳ�Z��9��eIw� ���u3)?{���u�z=+����H���۪�\��
+�_V3�@_�76
����PY���A��v���g(�9ӽ1�.V���m
�����nO7:��0/���o�/��ѿ�}�,����;�1�Q�K[|�W�b�E��/�Y�<M_y��g��ٺi��n��6��Ʋ��]U�v�˶w
��'�z���fv�r;�?|Mw������?���17 �Y�KU|~y�*�/]���(���s�w@�j!v�(�yZϗ'�ov��q[��e�m����1��?_֫�-GYG>��c)%��n�#���ώw����v[7���lWMp�yv�ڲ��w�|��74�)� ���+�����������b�b����%`n3�}_|rG�����{+�'��Y_�rѾl��
+F�Q��榱������0�.����ny�݄'�z#�/5��6�mA��eS�u��f��-ԓUՖ��#O��My<�ݽ���R��J;$�0��v�p�!oP��>���G�e������8{������'���`�hz��^�^ZpttD���M�������2�	?�_�_�3��	�*;����C�����Ã����~<���Z�3�3%a��9��b�goq
ÿ�k�����`�=S�����a�N�xqxpd���0^gN;�+�Ѯ�/��ߤ�.��Ze�0�+.x0��
+fѨs��&��u��Z��…������+	F.r��F�kc�[��%y0:�M���a�͍�d�K�4���i�˽L��	r ��\�dR��e���`�C�ȥ��ֲ\zG!�ѩ(&Z�.��s�F;g܄�7�Y��9��(D�gY�\���|������:-�(|4I�M��sg%��ۜ˘Byu\����K��c�7n Xa�a-�-vH?0ngB
+���@�v�韰����,��?,��m\mr�0G'�q��F+�3��1�*�LM\Z�Z
+�g���@�p9�qH��*�t��,.\!
+�u�&&��c�r1�28���(E�N(�F�+	L��t�
+Q�:��,��2�p!)F�8J����@H�Ag�t�T4x�cp�!�C9��D\�B���r�D�CNt���0���d��,�#Bȃʝ�$q�9JW#Lr�B!
+F�P&z��[w�|����T<I�Q(���vSS��c�+�|����mt �[<
+ͭ��1Q��U�*�sҎ��’��cD�y�R@�
+�#�a�L���^>���A�C-��U�`ً�?Ȩ
+��	��9\��� :3���y��C$$�R���
`+
+�K&-�J�&�K�|p�bb�,(R� p�	�oI"�~����2��B�Ch���@G���������)����$P/�H�C��*6�h���I�x/E�!!p���Z�_`��Q*ʮ�1?V:I$s�Qڥ��s�t���H��@��K�P��c�<�\u%bq���&�3�]�O(�Q*�)���;n|�Ne����r愎=Œ
�V����M(�.�/P�5IC�Xe�1�TK�������0],�r��d��1�j8����V(�ڥ�D�G�hG��cu�Uf�E�S�q��������.��s��2|nML�M>S��z�_M�ki%����T����W����_=�k�ٍDx<�y��1Z�݉2Ma�.Kf�gɮ�Vi��[��n��G�c�1�8��;��4D
+r�<I��h=�+��kF��sM=�B^�R)��>z���U����$6W�$m��O� ?LD��Hi<E�iލ���ś�K�!'y�	�w�Cw= ���
��%��a*d�]�?\���11,�wv��$�g�ǏP��v�!1
+Wz�Hay4JT�iz�m��a�.�0o��N�*�T�.�P�����S����[��%�piixr��F�V[iȅg��CO8(g�8"�����ޞ��SzB�O����n����)�ȋB�!��y��MDr�,�&AƷ���*FWr��L��R˹�v-T`(�j�$qY0�ibU6��,�T򀓬 \������>ͼ֓C
+#��<�GX�c��wg����%�8��{^�T������F�a�9P�Z|�t��A��'
K��ΐ�B�S�E��9W� ����s��t����'##ԣX+���gPHl��[kX���<�*�$�	���8�]���󛀱n8a[È�0�`v�\����cLٔ_)�������"����0�H��H?��`e����D	Q,!d;Cl#c�ʿ�Tթ{�c�,&�3����]uY����[�
+��a7v/y�=�#�m�W�x�i@�<ޛ>�u��w裆�MVj��=,(�LE���
+�4cdb�!�qQVm�}�(/Ҹ|ΞQ0�k�F֣�2?w��2���쿮Z�ɧή�K���Q�Ѱ��XU]�@vea1r�=,��a�bT�9��&�3�����Y��6q���{�/�L� ��8����v��������d�,
+�FO�V�ߗ�������W��N=�^�)��OpY	���2ŏqaT�i��~����00cQn���5�wqw�N��(%�ւ���� X2vI��l�*�b���Զ�*Ң�ʜa�9��<���o"G������V�4�rl2�A5�qw+q���~'Fc��>vra�(�a'�n�t��b:��D��$��+G��<������|1�C'�E�K����$�`H0mf�<��kOc�h�wϡ�fu�Ԛ!����N���d�e�a/�����tXGТ�^۹���T�ŷ�m+�Hq��i߂��Z�������x@�d̜������(�A�2��,����Uڊ�ȭ�V����6��j�����`S�tW�Ţm�;��jB�Jg�4�+�=eoqM��ȓ����E w=h����y>+�'b +��UrmE�~�]G���p �
���Ȇ}�LcGO������!Ά��U,�p�L��v��	���ӳX���[V���,[�����zV-l��\���HSꜛ4�K�3����0rmk����ZL &�4U9�~�A�;I'�53Uyd
+Zur�����+U��D�}fd��\+Ϡީ��6���刊��\�<H�횼�j�5߷�]-�w�jd�"w�R��e�77���G����hM'�*���V3A�w�|ѪI������q�w�&�G���t���F���2�Y�;����x�9Ε1�Qs�I�����f�IR{L�Y�84ɻp��`���,��52�8�[������W�)ll�H��$�m��=����u�3���8H�T���li�.�P'19T���1K�wV5�󢃫�*9u@R����e6�b�����Z�����N�
A5p�6�31���������$��gO��j��3���� z�
+�|���V��v�!]���SK�c�]	"Nh�h�<�#�%Î!�`���Q����yAe��*���p�{�D�T���u\�ጺ�^r�#���w���250,�_ۢ7c\{q���ҋ�Z��`5<�I�0�� ���ĻxW?��W��*��tX�t���|��7P�O�ҲB0��<,zѝ��cE(8c�b�����0W��v��o�I�?��Q��ڡ�B�6h�`��k�2��6V��`�zax+�CR���;�
ޔޱ��X��&�zaF�
���}����Vv$t~�
+�q�t��6M�+c�8L̅a�����'���*��0M��CI�tߒoZ$h����ϳ�4
+ۭ�kW��a"l%$���ԣ,�Ǚ�b�hu�2����5�c�#f>ҡ��;���1'a��&F��
+%�y������L�w���f�t;��9o�L�z���O�E���9��={M�)<9�?��t	��cAPg���u�KjI��$8�i��Z��aC�Z��1��kY�=��*�W4�.���(43Z{Z�c���ȱ7t��,�\�<��QCj�t�vP�MX�ɕ�q�;�����t.~�\<�;�Y��f$���Ԭ�%j�b�5�5�:�uG�ie�.
+W�`R�pz�[Idb��'q�X.����%[	gL0IХ�S�88��~[�o!a��ن�YI]��	��9�t\_��u��Fw�bhh6�� ,SX��q�kq���x�K���	�m��k��v���
+�^ޯǕbx�WL�6�vL��H��Ë�r|$	��mL/r��GĆ�+��� <u��_���NҸ~`��K}}��^>~py��/����g�������7�����7�_~�������ի\�\p�����2J/�T�|٥������/����|Qy�J���9��8 ����O>��>}����W/�}���7�]>�����/�y�
=�m|������W���q�5
+6����{�X�|����䛂�(����Th�i
�6��"�^�Ƞq�r�\܀�)��儙�4/����F+@���S9�u�k�o�[qƓ�OsF!�v�hP�v�8�BN��ԁ�>I��r6I���+�p�x��[����[q8zSa�Sຣk]<��Fv��A�&�f
{�p��y#�/��lߡ���&�,`F͛�?֐\\�r���%#,�A��dTøܘ���tыx��;7�ʫ,��p��y������È�k�v:��6�m��з���Q._���O��1��w�?zIj�q��%/l��bYj0�D[]~�_��F#q5�Z��+���>�����O�x��7[�|�~������e\�t������}��e������}hk�����@[�:��Rl>�>$���Kv��Br�߭s%C�V��P��
+<������0K��#v'����O��3�퉏n7��EϹٌnnF���[�6���)EsV>��ԛ�Ko��z������Thcգ	�9T6A)M�D~��zS��_NUt|�.�H�7\����p1��Qu�i�����y����aqo����E����^;��)�a�Tj$�����BZ��j���PTH��&A!U�����̜�����Ǘ�B�*ҖFW��0&�ۥ�3h��ō�ľͽ��r��|��
+�Z@l�*������,���\���%O���a���]���ݕ��w��_"�n�-z8�e��4T��$������9(X��
+#�
+Ս+�H�}+�P���`��L\͐9��[�D�*G�QȔ�3?F���~�ꄌ�챊rv�V�a�c%�Z�j�oz���K;SG+;�l�-@u�#�U@�[>����"#f�4�����hx~Q@��Gm>��u��7�/m7齁�=�0/����������KNt�~S8W۰���v��%���c���S���q�v_a34#m$�:Jc'��G��@�b:iBl��Ͱ	2��\�8��	O[�A#M�K
��t�P"U��):,/���HG46���vͥ��N%����7{f��6�;���.2���Vȣ0#������{':�]��,O�H�4J��9f}��?�̒����Ke��	D]�\�<�[n����λ�a���'c��(��<E+%�U(��(������-Ƥ�׌�)FyΘ=��m�ꣻSد㝞Fo��|"��U2s�{p�<�m<�F�$������4���n�0�`HO�Y��_�
+:�]�u�]��w����� �\nl�W.S��v����渎�l�ך�f�u�*�'�qcY��c�;�edw�Bu��|6�7��vxn�4A���S�^��3���֐�+���/��3�BeF����2��=�y�G��=sL�i��+&^����#�>%ҙ˞���
+a+�:���Fc�`�Q�X�EK����!�,�`�<p��6����cv>R�pk;8�AF�V��(�Y��=c.��@^�S���0�d
+��*u�f����1Wm�v�ř���k*�0BЁ�PG��q�i�S�Q�+$ӕ<������^�ޫ[��d
ݾh�{��w�cͅ���볡}��ZGx��b�RCN���'����`��9.�5�V:��C
+X_�[K�t ���p��\��֦��kk-,FDk�d�e;���IJ}}
+÷�fnl���я��G�_�eh��E�5A\>�a_��ڼ�nY+�hɫ8S�0��F�d5�G]�g$�%#��G1�j�W���9rqC�Ų�.���YG^]h�Þ��:5{W�\p?��g��\�Ch��Z3CU�m[ņ��*�sq_�Yv�⊥u=�Ⱦo�î�f[��b��� ǨIc݁�<�D�=>[����#�`Rd��f���P�ۡ�`���po:
ESVM#;�H�JJ��A�]����Ԓ��H�������
��JH�;��A���HO��S�����\���'���Rә���֓�KK�X��vMU8�Bb��\Cy�G
+Z_z�{�bw����"���^"Աg�۩T�؎�
7d�Pl����Y����|�[��PC�G:��-jP{���TQ�W�l1c
+;�c����ϵ�𒸃iM��g76;�K��h�\:%F�!�ڗ���l+�~����4���3�-�!׶]5㳲_%4�,����oXm��<B��_.{F�}�=�
B�&wb��x���2���O�o>��ݞ�������������_���۷��~�������?<��[����������5[��S�_������ǡK
�\=�����gT���{������S?��}����o��t�y�n�~��͋W�̀�]a|��Y�����p�E|ܽF���>�@a�1|��r������3ү��Y&��t��=��Y�%���`̥�����-�������O�aP���_��7��-����>���+�r����O���o�pۻ��~w�ӟ���C��+T���>�"��u�y���?���C�Ҽ�tWf�ٞ!U��B�N�]��������5��	�`�
%=�� !+�^���-��4�{>9b�2Ř�4<+��!�@����9F����C@����!��Bxr��%v`��v<u�-�������#���mGH|M��|U�f!9���O�e��]"�W�=&:B,���a�E�c�k[,����&1�4j��v��X%�""[7�!B����u�Mw���̑�C���Ac�,d����:��FMUT���
���z
�66�gY��
;��J���ەϪB]_�d��?.���i]�:��maG2,���\V����t��0ښ$$t��`�����t�k*�H��V��Ǎ����"�l���d�2l�·���nt$~&fXv

���p��Q�Q���:t�F������u���I��Ι���d�:�yv��c`\�YjI�f���-�����N��˞L���&.Ϧ�����]��ɲ����X+����t���^��
@�B��
+:��=�󳀛��מVQ�ڲ�˷��-qK�����]xeYCud�I�L[����@�r����%�r�A���c萲fSD�%G��Ȇ@E���]\�I}ނ2��JW��pJ6^AwB���G�\6��w�J�
+o�_� �(b��>���n�ʜ�]�5�����k�(a�#����ұ�;��d�؄���u���lC�F>�v���̰XC��,��Y3u����r���=SqU.�Ԫ���*��{$�÷A�Jf<ϸ]Q�.Z�DiQ��
+��4�*E��z����}�A��-��{��y<���$�B�����Z%�<�ᎏ�,n��Mk4]�kc�-UlsR�D6c�I���	�Vvc�+�Zn��PO��i����ݍ)�"Z��V�����"�xl^"�]rH����.���qY�v'�;ND㏥3��U]C�@.�
�EJ����T���׉J�=ótP<�������o��ʸ�YD6�F�/'��քT��[ee�\v�R5�<f�	N �S�f7A
+� �F=��
6�c����R�6+J��ۃ*��
+�L�Z�/��2
+� ��:���*�q�3^Q��+d��ٌ�hB���&�*<�)��:�Z.�$�IZfD�r�/?���dY2���dm����k��=h�Kn�c3	Z���5g�N���v�/�k��J���猳�C�N��LLNtt���(������Ѻ�����!k����3t�<A������6\W�ƓA�X�B�W�w��}�?O=<qއ6̚d���S�&x&t
+��B����S
9�n>���,����qc^��}�L
.r��A�v<�2��[��)�e*"Pv��SC�를�;�q��}*��6X3#��U̖.����r-%�ʖ�q�
#�ʆU줺��@62�X���o��Y[8Ѥ��3[3�U���� -�x��.��5�4HMe�6bK	�c(xG<s��,��"(fSX�	���P�^���*��K-�Rg�[���;�3�Y�I�(zl�����=��P���Fߵ�{S��K�V\�t{�f�IB�UP/�ʘ�����m�@5Dl�A��2�h�8	p�T}Ej��$��)ɷ�
+��L��*z�I0�L����.�K� �U�yqq)h���[*v֢�6�D9*��2���>���9i��W�2��U�Ld��b����s�~�2EV��4�2��-/����OW�n�����������^������7_����7?�}����?�z��{G>�a3��׷o�I��&+s�=�ߥ�y~c3(Y�)���}aJ��ϥ�eJ�����/�?}�����^�?~=���?�y���ߏГ3��=1�;~5L~3>.��,���n�`o��}�Z����-s��[2���3��[���]g�x-���V��O�>�;�g�5+���CLO�1�55�n;u��=S���}
+� ;qYd�䳆�7��i*S����Zf���>���=2,rv3j�F^Kn�Kэ9xzѝ'o�G:�9��H.�0
L�[-��}�ɇ2�o~>���e>>)����3�A��<�i|<^�����s|<~��y��Y���o����aػ��?�k:�ݶ��I,�/�\���!�H�M՝�\��OP!o�k��_�q�_��B�vq�Zv
���MG��V&/do������XD~+b��F,-�ri���>�5#Lw4P�����q�R��Kժ��i<�k�omT�c�9�O�tU�JpРCN�q���6�T�¾��v͜o틖��n�wf�h#�'���6�;pS��lm��(%����^�%�L�E�J&){��U�||FM�-��EAK�IޞU���;���TЩw�V+7��Rb�Խ�bm�n�CqބG�T�о+�v�G��m�H���&��)�e,h�Vݳz�ڶ����j�L�=D��Yy�f 4[QE��^j�B[���������0��s�˖l�/p3�ɼ�A
+z�v)�@����Ge�4�ǵU8�[¸�\�X���蘗qns_�sWgx�-4�t�v6�25�b}�,��]J��Ǯ�$�:�w��H9�WA�W��o���c���Po��ls�ɣ�
+�d��B�:��`�B_E�|L�(�u�&�eS�y��Պ!̄��\��	�u��.��?�����N(ɾ��5��{�TQE3��cq��p�{y�>U�3m�N��@�_���<�
+f'Q���ͺ=��v���	�� #l���0�2*������%�ݎ��+�c$���C �4��xs�f;��Y����a/��83�k��XpM�ܽpH87�����	^�/1��MnHS�rQ�jV���W�}$5m��;�eO�ׂ�NZC%Tt�j����`�Nt\
�$apI�SK/�"x{yd�T�;�{8��"Ԥ!�!%&>�Ð��Rh�#���6��[`s��h-{�6����}���rSpe*��qqV�&d��0=%����|�X�X'����yy��,���q\�]h�G"�]z%*�AzЀ#�1�1S���F�-|8*e�*⊞ͅC���JJaX����O	��_Jk��wI]LA�c�J�(���3��k���2Cl���P�9S~�8��Z��_3J�%n8����B��F�+Xl&+tmz�������b��=��A�i�+�>�+WTJcn���'���u�a�k��d�iܵ8Ʋ�F
W1�R�k�������7��}2lІ	jvp�v,��j��V����ö?A��Cc.�-��Z�c�Z��<Vh�Ԓ�zN�$�U��qb|����!�@��1k-�5l2�H1�z��.Ɓ�݇�������0�A�Azf�j�-vK�T������L�E@�Et�p8^ ��!������紂��v3z�q������B2��{����~�zt��w���������_��e׮�Α�{��)�TU��$7A"Y�"0'�9F��g�k�>��(�p�Sݻvw=�Z��o�^����g_����������ˋ�z����գ���.U��&&�M*����
+��z�nW($	�W��_���}���WO_<���O���v��ū�O�w���1�y�X������{���ဏ�<x���lo������Aǧ����;�� �c�V�Ri�O���1MXY�O�Q�ʳ\���S�C��s.���!XיF�J��N
��o_���VPf�ZA��������p���U	2j*}�vgDz�:I�0��t*�����z~�1�tk�x�.ʹ��L��3(�ѭ�'P��d�Ae�Es�Ct 3&�y�AU���ds�D@"ɩ̍@�4�\q����]�I�m�:P-`u�0��Z��
���h�*��Q�aT�,ՌXnj�F}p���B�F��}j�m�0�ƅP����<�w�+�z�-Pя�Z?��ߡh��E�Y��
� 
�C�1�������ϰ,��4;(l��T�������z�9��O �x�z7<5Kq�\�	B���1�(�"fƨ؉���0����!D�^i��qabfpR�rѕTM8��E��<���ʄ(~@Aq)�w��-]4h�����S��h��F|�鞑�G��݋����nz]����>P�yK�M�9�����7Vmlk���ߥ�]1v����褐�jLM92S��������E4KC����37�Y��h|�R��*3aBKW�R�x��y��l��#��Z�ױ�s���a��
+(1l���xu�
sނ
+�ϲ`q(Ω��P�0�C�2�o@-�A�,z�u�gO�R����T
+0R�h����\���x6�aXy�l�2Z��8�l4k�SS�~5K6R
�	W�$\�w�v�ZA�U�}�J4�Ql�����&ڧI����/���d����2�u������x '����!��������{ɀ��f���q���ޔ8
���FN���9���X{�`��
+��E�������[j[g/յ�S��܎��m�$�S��9����p�f�T@��P��K�ґclen}�~�U?֥��������=�q�,Ֆ&�~�������Q�?�;O�C���a�v��}���m��/��)�@}4���K��8~,(s�_+����eݬ�:�De�)9����g�J)!S��97��.�����Q0���=�9�\���Ʒ>|�PU8�Ih��P�@.6BW	o$^�*Y���P�Mfc������W�(�x|�9n���	ѐ���cb�Kb��l��37逄b�Q���ٶ"~@(Wե�
+�b�S$*��sU��n,���H��+&��W��.����J�+9�Y�`��SD�b+�/�KO���(=�,���(��gw�(q:�
+s��U��0�3�Ƌ�C/c�Nwahn	c�q�9����B�g��5a�"���;���Z�| ���W�T�a�?��.�9r>t�#��C�����p�΃W����
+��t6�Ş�L��S̘2E��&��J�¡��Mg4���Wx
+u�ơ���Bx�MjKkA�Z�"�,��+�5\�\x�Zp�k�û�3��ou�������B}��;��L�� 5m��+
+R��LιZ�ιs]��S�M�il�� �U��{d�Q��"�~����!?����pY3e(��J$
+	��
+5��7B��?s7vd������q�c�SZr
+����~�5g�E>���mm��o�V_�.�Hk%Ӕ���Z$2��jȽA��ǵ���ᱭt��ϜUm����=[_G�
+ǥ�����h��jH;Lz��©�����
+Lf����z���Q�5�k9�,d�]Y�
+dus��j��Y�ԧ�[�P�2J�=�P�J��P-%�ZIyY�q F�F
�G.e&�DЦ��aLY�*��RЎ�GE��T��
+
���,M���F�n�H\� i��Y@�umk���i�'H�x����FN=���`ٍ�ta����
0���8�Kf���ι�NS�&1�
+�T���gf���������J_�R5&g'�{C��K^ƫ��`RPA�S
a:Tx�n	���̶C���
o5�Q�0�W�#��TҮNЅں/.�T�H��@���Ri*�[g��	�����9ˎ�C)G�?�[P0NVu#W�Q�M�y����o#n����<�ӍI���^E�E��>8�/q�I���"�Ըr�L��{�
����P>2|;������ձ��ƥ��^�XW3���)>y�����F%�F�p�]q��Jӻ�_+�>�"e��@����t��ᕇȨ���,ȁΌ¼t����W��Hn�Z
+GT\r) Ԓ��ViK'A?���(��s�B�:�������0v�@���*H}$m�)�5���y�UW��Gcڒ�͊6��)M��q�P����hI�+�y�n������LcﻇZk�����Ԓ�kNa�[�3&چ�^V�'n,-���$�cd,�5���'i
m�+Q�gV=Z$�U�K���v�#'g��9㘾2�>(7p�������6��2[=	�1�����+��/�ɏ����(%VTDl�Ǩ�p
+���S4N�Ur��Yr�3.#&H�3��c����
+�.Ԛ�ѹx�����̌L�F�m��ɑ�UO�>fp�:y��i8^K��r�8\����7^�h:ƍ���A�la����_��]+�Q����Lm�3�U���QC����� 5Rg<6\��\���Z��JRh�9A!QԷg�o��'��\��c��xf�嵎K1(y�j3��Xn�b5� e��Cզp��*�8^f�
�(́θ<9��F�Dg�j\���g���Fv??ᵊm����A-N��4��QL�4:cU�=����%����3�F`pq��(�5�0�F�yOp��)1l�Z!���ɞ�װ�¼?Wc�T���D-Έ����b#H��\�tC`V�I�d[�Z���C�f2i�"�V�W��s+�D@�Z�;h˂>�$;����ӦU+<�8@sV	�*�Oa�=E��K��x�{�+
5�Վ뤌��l+7��5b��\��8�`<�
�i8a(�=��'���6p��6�fn�4b��c�k�a���
+�"n�D���P�&�Q�y���xH��6�[��a��zAm"댍�rq�
���12r�|a�IuK��z��YE�A����j�3�U�n6FxDV�=PK��`��8�"?�)�,,5KN/��/Z��xԂ�/u,�M��9%ѕ�a��1@�Bl4ܠ-�(�6��X���$ۇ�&m��S�3Z,'��F�L�X�!y�(.\&,_>Q�>�X�������!�&:�PX�2�fm�i�0�#b�ȩ�F��ˌ4O������')W�}�%e�`
1�T���Я|SEj�9�`MM[d�BrH2���C�C����jL�)Ϊ�|��-����*EM:)�Rr�e�
+��Y*��N���q�N
C{3�4������;e�z��]�ƚlȞ<��drF�1Xi�,����D�z��N��Ku{yb��:]'�\���0�G�5wB��1�Fx0s�6G,�Vӕ��a<m���^����u��D��v��D_��[�+U�U/�V܈
��ӳV�Kv����CMb�iF���2�͍��#I��NOK�U����2A�Tޝ�d
2W�qE[����]6f49���~��h	�5�=�=DZWV�r�8���o�
+OKb�C?�1r���dy?�es\f@
+&Jw���u�~�#���>~t{�����?���n�_�����o�|��������W�~xt��rC	<�RW����
+���Q��_������h$�	����`B���J�?>����x��ū�o_�x���n�|�������<�o,���y=��\��R|�H�>}�����tk�ēJ�ý<eX�#�l[+%W)�E�JK�9�!
e�����e�8h�jM�!Z����fe��1��!��������Ëc^��;�d�>K.��/t�W��JT��X�����Qb>c��F3>����0��Y�'�1* ��@�B�h�ֆ�8�:s�8���P`Ja��u��--
AA�8&��m��Gr<c��%18���)�v-�T�g��FYr^��H�z��$TJ���& ��%]��y�E.�	��
+1��xԋ
��Y+����,�4�����3v.���
u>��t������Qn_���$WGu�2�_��'U��N�T�<�z͍TZ��n�2��%�/������|JD�Y�q
��j@#���1G���B��jR��p�x*��������fT�c�(<�ی��8	e�j��4E.1��Xb���t����Ƶ�GM+ӕ�,�Ӣ,K�5j�oE6b�D]��<��w�Hmv�Y�ߞF��;'�0vG|�ݥ,Nfu>�V��D�>������0����'�uݵ�Ρ���Qn_��B��/���G	�˅�I[,ɑP����8Pj�҃��D['�����r{�����{�n�Wg�
�����������o��������#��s������zyo�;(Ш�'	ZT֙����A�̳�ѩL��F;8��l��m4|ی0f£x���-"�n�-<ܬ�l��Q�}�0-@I��]����I1�5rz�?���z���D��a,�2�zdyM�%T��G��J��Ԍ�ё�~r�  j0�;m5�ʜW?	�z�q!옡F�&.&���ݞ�1:׌���P/q-��Kx�6Ge���O�<s��Q=&xcߵ;V��x��(��3�^��FG�T��N�|��B+f]�q(5n{&^F!=�Ү��������:s\�"�P���(�>��]��e�{�3g�H]5TYHfs]�����S�K�w��'�n\Y_t܊5Nܟ�|�Ē5�1F�N���g0�j٠�ꥵG_:�u���~�H?��G�J�o��n�.jFɒ�V2�T�-㭰��x8v��Ŷ�DDu�,{)L{�u��3��S��Z�ë�8~{3�b��GbnTCHR�P�ziDyg��N���+���#�
+	cq�����(��<;�����ٗ{0=���%ϱ(��z�+�V?c���:�A����ZKO���ZF/����+y���u���qW�)r��F�032��A&J_����3c�Mp��3�v��r!#C.�g���o�G�RZ˻��I��і��>��ؗ�b��UtR:�ỗ��b�{	9Oiz�Yo+Fzs<�	��Ɔ��7;�5W�8�"p��#iV��V<[�Q�+<g��f�E��q�n4,�A-Z�Y�]����i\���H�{��-�͑[s|QE�����A.���T�����D�����?�-�ɉ�2�Jq:�||��F*g �g�@�|0�G�3:<�����T��yMc�=��{I܅q:��-��帧%r�A�ғW��Di/���K<#�i�!rh5��a,=�x����oΫ�7�������i��f;���Ua��iQ	�i�����N���N��y�Rn���6��8�}|���0�s�M�N�.�Yq�$�%���<[EijUe,ƽG�3���(<Y,�R,��m@��I���<�Ķ��x���V�=�XLRGi�/jX?)�}�a�ѼGǻ���Ui��c��9vp���_��<��;c%��c�;I���[��]�wAgģjI�|({�\j�#�t�LR���$��'�#��NYF�5(q����'j�wƼ�(�w�Ld�G|OU��$DžAñ�a�b���`'o��GJ){��B�X�ոR1%@z	�3���A�
,:���wz΋)yx?t�1�&59�,��O�;פ��Lc�I("c4Yo5J8������1�c��9�2���
{�Y�R0��0P�G�-�j� \�b����R�Ox��LC�.��}���}1�ԸA
��kD�n�|50���U�.��2y%���Ucg�������br�@�ع���!��&��s��|�Gz�̖-V�҉}�q�q�P��q�:,�ץ�u��{�,-ޖ	�M�ѹ���N��s@�AK=�Л��0B\�4b.<���I�OW��i�?�x'j���}1���5U����J2�Β�h�j�=���!$��ĺ����haD�:#�F�gUo2�ާ��>�N)��6G���qy��<La^�CL�-d�	�ϦU�Pk!Z�:�O������a���*�tD��'�\���|p��!�s��`5�m��5N(.cs���#µ;`)l�AM�M�1�R��נL�HU���G��*���,�&��k��c�AR�y�b*+&e{�Nng��]������/#����i7���x1K��E�"-4�T�"qX������T�0m��n��=4�E��o���a�k!�z�M���~���9\��>���d;����������������^ݼپ�~�ϛ�ǫ��'o��g�=k;?�B�~ �����w@�H�*^F��~"�bw��������'>��������������=~qs}q��������e��d��m��}�w%B�g��/=,&p�K��>G�e�����ۃ>J�G���n��}0����ܰ�Oy?>h{��H�
+5�G
+Q�@�O�f������>l�a�!�C'���ÿ�/�7Ë�ޗ�ӿ�����v
+�=p�܇�����_X������˯��?�_z�'`���T
+endstream
endobj
16 0 obj
<</Length 23886/Filter[/FlateDecode]>>stream
+H��WM��7�#�?<�J�omχǰ
+iY@h�"BQIZ��&D�����k��Ba�,�͝�s<��9.�D�I˗ʩ/���ǿ�-˥k�����t�9����������t<<]jU9�%1e����%j�wh�e�6*z
�{4�G��`q��p�����N�7��Z�Z�m/x:�
+�5<��}3m2R����*����u��7��Tj���h�ʲ�=�\�
+c�p�FDY���_0
+�j:�,��F{��RHm����-j�<��o܀��|JVVHM����@��Yu��\XL���H&qj���+�����n����P"Y�0f�
��FWt�H����+�{��E�T�<���u�T3�ڪ��5+��FF��T��204Yх@%���	F��B��p#<�
+�[[�s��j	�5'H�X^�v�r�����g�z�_:��Ǝ��n�.b$mEo��Xotz�@9qf�ЄZl6;Qᲁ[#���NW|���d5ƎYϚ�e�k�s�qz�Ң��	6Fi�V\��!p���1����ali�Y��ĶB���r����9f� t"�k���;�S)r�5�z/�e+̹rA�b���j�s��a����&O-���ļb�(�H�Q,7�9���/�jAizr&F��*�Ї/%7��f@�p�Z'��o`�
����\-�b�&�\�2H�E+��S]VNt񞅁㬠+��aZ���t��hl!s�F���yݷLU�}�cfԕ�R��4�Y�hɌ'�a�F�9��q�SC�hj�����Ά��r��(��봑�ʍA�V�LV{���6	N���d�"ņ^�(��Ƥ�*�"o-iFյH���R�l��Ra��j�Z�	�*��+�i]��m��5��&hUK���`Ԇ�{K�\g,v����ըy�J	��h�y`-��P�ZT������ܤ������D��+�W��'�g.w]a�s�O	��A�əm./	,�U&���Y�6���)��ȫiޮ����j��w�+���he�6�����R�����nd:/���R6��X�B���b�V�DW����{�������i��� �O�^T�<AR\5ٜ�Vx"QTD]bwOD��Hk.�a$�^�m��#���Ee*��
�8����\�.�v�A�s��%hz�gle�oE�E�GR=uFF���`PK`a�-�Z�ϳ�m��a���(�L��X��ݲom�r)$�O�
+:�,�����I�b��᡹�5B����iu�{ؘ���Q�:�}�9�n"��d��&+y\�j�|�-��J&t"�:Ňt,'`�Z�Bnۈ>Θ�}�aT�#ZƖ0��h��{w���
+)y�L-�lm<4���u�y�|4��P�i�.�&~��]hq����d��\괡���_�s��*�ej��/Y��å($��xy�P
+[��UX�s��c��I�)k-m�4��,���1=e�Ɔ���:3�"<�!�Y=��hӱ5���/�M�V<�6�z�8�����#�S*�1����m_ف�3o�Yr�-R�R��0�Цg��4�f�Ԑ�����h<�钰���vO�v\A�����2�'�_�+�r�������ᩆ�h�w�b[!E�7V��G}�0b��u��g	���fƫ:���P��� T��K[�5
+���t�]L�O+W����!�"�4!�ymX�/.`��"��V9%���Y��g���=�ea�b��
+�l����U�0Љt���=�4%������C�������0��RF��K�TED���"������ ��������c�>�f�t5(C��H�#��������
+�����=������{O_������7_~�՛o�_�~����_�z~��G:|">����(9S\����,�o��/�ϻ���3����%�O]!�	���R�|�;~��ɛg�^~�����n;>�Û��^��A=>C��������}ɯ��ێ�<�GO������P�`��
)��x���J�����챽|��Ul�vl�����%�-�'�7=�%�D�z2/�Q��M8�^\=Bch����>��y��ۿ��z�����W���K*���-�J~r�8�����I/q��bj���p�x>9N�ي�����3���o��x�o�Ɠ�����-�����E���OY��Y������{����ףw�e��p�����o���p뻃���k:��9?��'����x93�v����R�e葹pXs��<�*���"<�T6ώ�M��G�zc��ج�i�F�͓Sd�q�΄Ԑ���p��7�҆�T�-*���{T�7�A�E$#����r}G���&Q����
υ/N�>̺��P��m�P9m.2�NȀ�W1vz۶E����q�7�9�x���	OO-�7���3T�]*3�uQ Mq2���8���z�)1/�X=yr(�n.2
z�Ɠ^��sʨ�%"�ę��)���ǭ�A2�[�:E��������C�.�o�(��$�q�*�����j�漊v뺍���y) ��\�K�}�bM�"nR7.���%%v-麊\��Y��K�Z�	.l�=���̬�NҚ�s�0'�"%{\t�ݳL�P��K�c|�A�)Y!$/'Ѻ;*)���֦�;�K~\�R_{t��+��u i�C(����/��2�C��+�@��r	�lj���Y𘢅�G���q�v(�I�NBܥ6j��`A��L����f�sKܠ�^�眘���l��Þ%�X�����8��"��mJ�
\�$=I�żT�N,�ИEƢ���*|5wK�P�!B`�b���U`�+���ݻD���
��nѳ���؛s��Ȅ*��X�A5���z|΋�h���O�7���ug��m�=h���]�f�1B�g�%z�{P��d���5���20�ij)��`	c�J|sAi��[^35����ļ�sqa�;i�I��N��4�;1�;R�7vB����v*�6��r��R��DAk��5����d��Nn�L#�`��!hx�i7��Z�.V�8�ތ���$Z���(.��x33o���Bf@,��>��JV$�²[�K��<bT��	��rr5-mG��7K1�0T�j#�э�j_��z9kDT���b���WP�T�m��E���h��j؀��)��Y.�[�c��\�!�rF�"�I�T��9}�l�y{X>bo琼xPo��B0�%����L�0������cMl�p�·)[�N�K-"�e߉eݑ�����Oɮ7F
+�\�X�n��xYMZ*�gh&�1��:�y'�����)Z7�
'j�Zg���|�{\%m6*e��n$���/�`x�X��o��.��d#%Q�c��y��c�B�qprr���P��}bq��-'E�;���b-������h|�{�2�*R^�Gg�؉���Jl�N!�DPyzq�d�ZYf.�w�%�{7�C5�'6W����@bG�M�֌�<<��`f��tI�ʗ�aY*�;�wW�a&�J}_,f󧳗��<3sv 	vv�w�����;#�f��2�D��d��L��Kt.��M�CZ:��p"a!�a7�Jr�w�ݱ���FDŽb>%������1���y��{����w֐�UQ�^N;�����}��S�ã����߇�g�7����ͷW�_߼�N�?��v��nwq���6������(��r�?��3Z����"���^�+&~�а��[�)���1�����ͻ������tm{������_�v�W�(�g��\G����?��]W"���M�;6C�a���&i�2��f)24v��4�97KC_�2��1�f��� ��$�٦I����8� ��y�rf(&s�V���y>����'v�lk�;�Q�w�?i��]m�����o��#���a�z_���zzu����7�[89��ݕ-�\|<ߞ]�>�_�v|����t��c���o�3�\~�B����wwl�E7��e>�������i�_����z�S.(\b�T(@S�h�zb�h�j�Z�,�~�*$�����ᜁ�JJL�[}����<x���>$E:�h�S''ǧ�/��ݼև׆z1�ZS�H4YbK��><Ty���K�6��
�F��&��̯���׮��ͅTB�A�U�uYP�eT�nx����@����)Q��h�kT���l�Z�F�̏U-́,l��zԠ��uM����>.�
+�.S3���K��Xt��'A/�(����\ң�og�4*����b��%�8����nJ)�8����RoEhY��{�Yb��5���5���k��gu���*}e�M�wV��@V1�S�� ]�!���*��N��D�����Zޤ��d�p�\K&:
P�� �*�4v$(�9љ4�fq��?¹*���uXsp��i$�T���,�\5QX�@�(�ê���j��-5��EPog𡏰z���E���4�1�E�Q�����v�Qۄ��yu"A�������UޑO ���v:�ae�mpb�.5���Z��f�$��$��>�j�e��ª'D=+T�:�z��i�B� "*-Y�W���`���aު���E$�O�ɷE��2ճ�ڊ�-R��Q>��������8���__�@O �������������η�����o��绋���'��
���������?:[2u�<�i����$��JCh�K[f�u9H�@#�~���vv`��i�y*U�TD�h��rڞӉ�Z�?ؤ�=�v�3j�bͷQLK��G/iA��Y?��`|`Ue��p��yxX`'�jF�| >���t���h�Q��H�=�k3Zw7Ԋ��ݫe��	�����*_)!M��v�6*U�����}Mb��d,h�&�+���ؚ��(��E���Yϑ����J��{Ы������Ґ�f�@�ȝ%�C��-�V���QIUG�E����b�l�J
+�S����2�p�Bj
+���R���)����=2�+��J�(��V� ){%�‡�IYSѧgȊ�f�uQ�R�?�ҥH-CK�C�t��c�]��TY��p��J7hI�шЍ�B�a�Q�4�n��8�)����4�ӃRy[Th[R�9��bڤ�P�������٬ps�i�mԗ!-�����#t��	�6��L�"�N'�����y	�,P��J��1�
+j�u6��(w�"�����9�6�ꅛ���46
�6�&l6ԦVD�c�M���e5�^��R)�k�W� �lc��ĵj�8.P_g�*5���}�.��Ku	��X��忴�[�����~��_��G=H0!F%A�:�`2�K�|��U���f�|9���w]V�2����_8c���*�e�\�q�
+�2�N��,��2Q>!6]h�V�9��Y�f�B��ө���`����T�<�R�Yr�ʩ�Y��Zl�4"�]����C���"Q��Zs��4�������Jz�j����݉�6���5)��l7�jL�݅��<�t�V#�d&���h��H;�l��M&�'�p'�k+�y	;:.��5��_P`zU[�BO��Ar��K���i�U�m;j�
;��;j�C�0 �m���춬ɜ>Q@^l��ᩌ
h��n�yn�-U��m��odo�݁VM"��%��y�E�T��#΅))�v����<���f�Q'�Wӳ����0MK&�t"�vUՆc����JrPo(�a݂��9�=]eTZ��amv�+aq�G�BD��s��i�%Q.	>��v��C�>O�Q�F��m�����%����n���D"o/�E�tQ�xt��ѣms�	�K.8�_�ɹ�ע_p3���6��>�ϋ���4%�)(�2˽�˂�Is9��&�fǾ_�8��M�k�"�la�7�9t5�9�v�xL��>I�����
T�Z�¶ 1QG����ۣI��n#Ϳ͙�Z �j�a�\��t�Sum�qQ�{ǎbh�9��#�jP��@�q���<��^�]0�X��z��M��
6~[(��Ǩ��ab��T�Hi�ġ,o0	w�yϘ'�3%o�=ڪ�P՞�x9,�	����V�7�C��ăS(�V�\�kv�Z��;��6u9&��6�����aS�WT�
3ף����c�_�hm�<��|�۳	ɱ./��w��YRxV������Rl�$�>D��d��1���Z����6��p�_���Y�����,�6�1j
+�_�ێ5*?fd��L%u���f#�3��5٧>e��^�۔����Z�ߟ���2�EJ5��jsC�lxc�ɩ��������'%{	�����.c�(�kt��-�\Z'�%�~�]Ԛ4�02ƙb��=;��c�QAy5_��L�x�P()��3Q�׼F�����M	.T�sB�6wP���xgR��NT�b�a`���5�ؠ��`n[�y�b��T�v�+"�gD���i���#*�>��~�	$h�ՐlZ�l��q���=�E}nmeR��u�L��e諟,h��������*:��+y(���MSQ6�P�X�n"8���ٲ���#ۋ{����ٚ��"re`O+sz:ێ���Q:[Vf�&�#>:s�}�٠�I��πBվ]�]�%y*�=?�>l=KJT:yV_���tق��q�-�뮽�XtBR����$%�zN����ώf����C^%�XT]L�����9����f+O�.B@��]�K�:��&.����8��q�8�q�=ˆB�B�$��(�y�;�a����mbs�Ӑ	����P39��J���ӆc�5:���|�b�*Pl�]7��:��s�D���	��c��m�c��O�,=�j��I�*�>���D���&��Az\̴`J@B뽡PWd>���9\�3O_�H�-g�� �PlҀ(�I[liƱB3.��b6nS6@�#��� �����!U=$U
&�����ĵ.���2�;l�i�w�E�-��۠��i,�f4��,y�mV�ܡ�td�Y>�c^�慨#�\}H5�-M9c�܉�#7{^Y�Ei����l�wH+��Q�������'mnKj{O~ uT5�E5�ϐ�x�^U�{�Hܝ�a8y�z��7�(w�,J7~:����8(B��!�I(�N��bK:�EعC�R\4Ψ��R �
O���Գ��z�dr��&4tzt��.��SGj����ܽv�6<W��د�i��>p
o�?b�
�h={��t�@��B����4҆�C�k�eG���u%���,1�_�._��ػ�j�P� ����m���<r
+��^9E���c�q������Cu�p����C����1���Yݮ�tɱ������($�� e}���(�F��a�����y�{�K��eD!y"�Kr1���9q�r���|/��Y t�a�+[u��^u:,����N4{]1�@��]l�[᭚�r�c8��GT�����.?WO��C+P�]�Ki���0��0�)�TU�m�A���u���ުm���g1_��8��6F>�=�r��;������„�l�@��~@�kOl8�k���%���_E=L#�M��r��P�PC��5�m�u�$�Ư�%��P^B�^��a�����˃�/������B�|���ח�}��_���������W�_��߼�������������{{����_�x������������ɫw/{n�{lO�����>����X�yKx�����3�գ_���"M�P���o.e�ǣ����׿��˥]�|��w���<zhiV�al��Ww����Lґ#�<����U|�Cǀ~�v�49,��=�[`u����Qs;cTw�E+H`�~8hŠ�CV}��f����N���|�N(��i`����:�!Q�*�ر0
+�M�|Q~q�l�l��a0��8K�9a0�-q��t=U]���m�6�gl�bM�
d'^ٛ�<�Y���1��d����ǡl��n����{eHn��&�`ޔf,63<�lަ�PH63�/�/�}"
�m񣴻���p/�2;�D,t&�R�'L7��I���#cCS
?3��HT��-���T�H�};ў��yo�,>��;��à��3^�R�u�l��}�b�v��Vv�@��s���W�}�?8X�=
q\^��]�s�~��a����iv��P0�V�T@�ۼ���"�ܒ�?��j�4��U�첣�PLQ'�i*�lW[��W��?|7Bj���W)�RE���@/����I�L���>�������&{��w�ux�/c:%2�Θ	?w@!��<ve�mR�β�!�š,(��cɂ
+�<���B*q��;O�j^�Aa7�18B��4}.���f����"B?5��0�^��x��u�:��*׹�;|��m%����V
H�: ����rRb��G�ͦM&�X�E�a����x�ҿ,W��p����"�	u@��q��i�.��y���a�u�s���jf/6��2=�{jv;b�u@O<��E�U�	�[�'I!�ؘ��Fu����])�k,}��2ڲT�F�/��M�p���#"�*+��'�����hi
+�y��XΡ�| �Y�P�l��f.F��@��iS�.F�j����pnq�ٮQ���w�98d��^�T�\�扇yf��rih��{��y�jo����
+���oB�
+E���j�'.�Y�Ɯ��a�>��(���w���a�ԑ�)����Z�+R���!4�0FBG6�;��[��vt��B>�@!i#�*ChV�,��<)�3j��uD.���v�B�(�y8�B8(�ޣ�+�������F�w����,>L�KqvƧ#ڍ��)��a1sɢ֌��h���鋭Bn�K_A�5�f���3>����r8���xĠ�a���(*j���p{��@=��)�R�%
+<1q>Ǥw:5��nz1QZz�_E@J*���	��-�(���!�{���������ZxVG�ߔ��>�9,&d��7�j4zcI\�8-ȯ)�X(��3F�a!0@�nX,�^���>�����"�3�e,H�������){T�u�f$S�x3�nc{�����.c����,������G�S���s#2�Q�nH0y�jo�vi1j���T��CV�YӜ��X�s6gX���a�oQ��욋�x�C<�@Q���6� ���
�����'$�y�E!�aW��K�����yEW��Hp݅��,!������&����G
��d�;s���}ý�@]��\���]�;��%������,��D����H5I����$B_˚IV5W+g,a&�w�@�J)SH��q4�*+�X�Y�?4I%̐�UzYJ���Tgz�z���i�nt$���~K�#���~���B?���)���Ρn��Z%�-���\by
BY�3����NA���GV���;�+��f}��t���\Q�"4'��O��3�_�a.�UǬ\��m��
+��`�t34U�O��D]�'�'a2�$�Ͷ���A��P�����G�!)=^�	)ӻ��rD��x|8�`S3���հ蠯B��2 ��(Ἱ�����C2��ٶ�{�՘
�r�c�KV0�=�"�oA.2�8�7����#�>�����k�v6�����6�8���$!��r�6R�B2��1�u�Fr��PG��~/
M3؄��y�)�y��0��z���jw�1״�6OZ����#������y�����{�!]��Ӊ�*���B�E8;�rl�Q[��{�/�@rxKm=)El��T�Q���F��>5�(zm�ŗ�6L���LJk^}k�"@�P\�d��W!e��[��(���YZ�<��]ӳ�pu���^�����[����,佨�k:X�8'��������'�9,�n�(M��G����7�d�0R�k�x�����\W���Jc�u�v#�[�_�,tj���]=�k�9���&{�U�j��Aw�!$ߜ%���Y<�(*;���A�����ɒ7�)�ږ��(��T!):�;�a����d>�{�%�k�)�$��1���z���A��Q���p��m�/��x0(4),�q�8F��Cf�:�� �Z@���#�e>�vU�TlF����=��)���V�-Z���8*�<}zJ8D[���#\�D�dJ��B<I�Th��_<89�(���rI�F#ؚn�0�@�p)���V�5�����=��n;�>�)$��V
+��=�Ӱ���v��������!c�,i_{V��4�Pm����3b�0�>�p�.$��#ХUe�0U�*
+K�5e��MI�@8��¸����%IK�Ar�~�4+��~�
+�B��8SN�:L˴�E3f9����r���T�K4	ُ��)�c�Fd=�"`H��c)��]]�8�8S&3�F��-���
+����\S�`����jgp�B^�)�7�ex!�����
���4y�o=y�Hu�:� �����"���(��7��;
+��)Lhz���:k��nw��{���Ʋ4PP�.�h�Ӷ��*.����5��"�ah�8�!W 'Ҵ�<�������/�>��7/^><���?߾��{�x���������g/?��ow��o�_�����w����߿y~�5o�_����߿x�ɝty�����~~����wo>���wo>ĵ��?O��˳��_�/�������/>�������'H��=����Ç�O��%����>������_i�@�@���`�����|��y�����/��xi��\�����^|��TA�2�����������9LcЧ���ٔ�W���Oy�� �d&*�������!����]����H;-۵����UDX���r�J]�st,i��rk"2@]�	ܘ�4˃�]��)�vq�@Y��'%=�+T��j��j��ѭd�c�!q�{i�
+lk B_�9��;YY��L��?����qۂyB�C���Y�KN�t�X �T�=,��V!�h=��8,�D��§tNM:�>hIk�׾�q�_bSUF�p���NO��_q�hN�	z4�<b�����Wڀ����%�����^L��K���Ι��Tb��@��s�i����'�.������5`�q��b���X*(#X�bB$~��������i��8��ޠ��n�5�]�K���$����7Ƌ�7���9���;�e�p1��RO���:Oi�P�W���8���"��n�S6= �O`z�hy�����C�"6��n|�53��t�L��no-�t+$T̴qqD�,��_/n�谦��|�>��I%�"���抺��P���k��4���0�hg�.|��PW�ؙ�
+�&�D�Q�|�ֱ��T��`x�9�!��b�4�!��㭘����V����TZ����J��#;�!=2Fje��� ��ܟ�԰����
��h��4�f�y��JY7�a�*��F��w_�"������W+%���r����{�k/EdPD:~�O��*������u�{~	��򑇨T^ɽ��
+q�t+�7��]�$��uЖ�i�5�j�]���\�n�@N�~��BW��}��B����I��qFr/]#]����8�+�[������-�@�[ph��j�5�@���2������|N�p�|�a��*:TD?���-q����2�o����G���l�9�͵��]q��Lhk^�*�-ۏF�s����mi-��cZ^�sS��uj1ʢzѠ�8��)=H��t�F�z�j����=�[
�pt	��_��¾����T��o63J�큠��Kw��E�2J�3L�P��y�A'�N$��SX�i�A�&��Dx��/�p��(v�?W'i7��^>0�C;!V=3�G�i���͈))���oٛǷ9- ��v�fQRGQE�I�4|�pe�]��(�@S#��q|�Cu�d���1�#�4��P��i���*蔭��{J�=��=���R��)fQ��/Q
+��|M~��*O�,���ΰ�_̽�v0aj�C+�n�1D��hr���(�6,��u�P��������b�p�u��P���H��&�2�K�~l�F2aq�����x�x>��\F������ܲr��Vw�߻Ȁ�!p�R��NXF#��%M��gr� ��1^5�FU�Q���Ќ4��U%wcgl��Kn�>���Oﱂr�����=@�́�/�"#�@�[?=oa��ښQ�*���@c�	0����4R4:ـ\"]F�R_i��ZQ�uWG%r�X�֨�@�w�[S)���3#5�9<p��l�~��)5TpN�
i��Q�_ �e�S�r}�n$5MP5-|�:q9��>�h���<�W�D��U�����&�p�k�J��0e�
2Zk⸡��$����TyT\ �a6�8^�6~��!œ�#�Ӿ��o��\�T�������gUy�G�?�ƿ}�?��Ϗ�����*����߾wp�K����s�}���P�	�>?ݦ���t����M�?5�g���t����қX�M��N�MI��M��>�MG���6��7Qћ��>���4t��n�Л8�>�g����ͧ�����@��@m���3(��#k����vH@w�d���Q�G��j%o��ƵV��иی������b��cq��k������T�6�s�BV?�9�d]c���񪳥��e����2�>=xpR�1�0*�_�d��̳�g>�%<����Y���ƀ��K|�/�����ƨ/ߧ�,Uݐ�2�����V�Rc�_��E����C��k���w��q��nѹ}����3�<_��n������Lz|����Ƃ4��DU�1��>���!��l�B�F���SK���x�Pհ T>�\_�=|-ĦA���HY���<j��yhܘ������"/��~ڷEr�n���
+��,�2�N�s��4��v���J���&}���#lG{�x�[��G�9��1Fa�0f��x���b�g0��h�q��t[v�W���毣���ʼH����8ǀ�:%��W������)8ޗ�
>�
+��	/m�ޕ�w:@�U�p핇{U�a���Qz/#��?=�6b�j��a�u��3C�Yլv��r�C� �n?��8쩤�9#�m�-�|�M�z����Hz#��}��'��0�1�X����8H�d��Æ�&D6���`P�쩥7�?�i�FL���±��ĺ1|ȋ7�{�maۮ���R^8�K��ȤӁ7����Nn0�9�+t�\�}U-2b��UQ_��Y�D-�2�E%%|n��}JCg�Z#����0���/�b׈����c����8Nv�X��P]9̣�k}�Q7j鬞ߺ��[��NE��;���g�V��3�X�u�#�$
���ՈFM/�W����h:'ax���^m_N��j�0-�.V#\}m��ؤ6_�h���҄�َX�ÿf=��
A�~�a:5�^I^��������J��h��������^��4턨ˎٜ���<�K|E�Es0w���C|���w^���9*��-K�!+'��6�<#�Cw���j:�nZO[�3X{]$FLGq1� ��{�;FB,>;��梮@�C�
+�p93�}\���A`�rQLJ �B=�Ҫ�!
+1J�����%�Qv!3�Y�fUQ���;�!�h�Fd. �Y{����XAL�v��`%ܶ��(oz�J��A�0�E����/�F&�/��
+\\�K'�ÜF�:T��c�MO�)���%�@�m�!φ��}�5Nx�^?�p4��\����JUF`�5v1z��Ŵ{=���+�9�qx�ԗuJ ��(�xFnVA�+G�պ���k���6��-�wH�^=��a{Ɠ�R� X��hQ�q>���6��X���w.V��g�����3��5���8��|�&H�t���8�&#w�D��Nu&]��hy�xIAŗǗ��ɹ��*��6|�Ꮈӱ^�����N<ܼ�޲��[�(�"�l��f��
�
Y=�d��/�/W�-�r� �a�����(�ͶW}1یΪ�w��U�����(�v����N�8��O�ԍ�=��4�e��հ�PG������c9r�I��A�۳y���ś�j�.Ryd�D��9�^+���yO#�����ZKS�̯Ԣ_T�'�D�P)��G�ԭZk��!�'����{֩���㋆O��V�u�WmWjq�i��(�V�C�����w����Ck�={��Uh�|��'-��j�z؈9��#����e�~M�9����S��b�z<r�
��8��&�wjZ	���$���:ܛ�����F�]_&�|��3����y��ܷ@�=��)�O��n�OcYN�F�̵�A��Qk��n~7i"�+PHk����5��k�˲�w�Q�D��#��q��?ft�1v�\���hR��/Lms��߃���p�<@�%�z��H\84-Huqy��`���)�OyC�i0f�ھ��O��f��I)\�1���ĵ_��uuLzr{�i���	le��u=;
+|��)cu�	w�e����!0����M�X.G=0w�l~�3ݰbľl�>��I�h�{��]@�(�	��@�ߖ/��u5x+ҮtT��6�E\������],���U0�$T{�����Yt���b!z�oY��$8�:n�#b���V��,�p�#� ޣe�3eȸ�B�g�e�UoUB5�W��;[�.W;QW��fR�1ؾ����;Z�%��U�w�� ���^x�Sk�~�_��o���N�N:ȷh���7���K}�]�0��\�ڃ�*O>�m�,�l��ap�~�)w\p��nq4�
+�V��5?L/�\w��瓭�7��̯�\�-�VO�K0���f�9����
�� �?-S�:võ
��r��i�S��)h:s�N����י~�TD�+�L-�d����q3�>]��t�%�&��uj���\O��/\���Tb֬�my��Vu������v,;l�ѷ�"0aG��(�{�O�=u6,���6+�C�M��#��ޒ:=y��{y�6q-2hVnĭ�D@<lD�yHU�:���+
+Ԁ��0�+UB8}������Ӗ��vF0M�`���)k\v,�y�`M�����{e��b�	B�.��mN�����e\a2q����-��3q��	A�~�$��ظ۶�[�J�F��}	�qew����R`���>۽�IՔ��]�1�M!F��g��J�ZQL���r2�Ȓ�A9�L���1��{	�^�b�X�wW�����O��������ӳB�G�X��WV��Ef�asw��@5�oo��v��]�=Cf6z�%�M[�����������\�����m��9'��L��`�W�`��N2}�K����8�]NS?<�4��A�v;��^3�1�{x�ܗe'��Xv��ƽ�:��9�t��E���*[��"����h���dz]�w�JF�$�Y�xm��daҋ�c3���x����
+ӌ���ɇQ ��Z+����1�|jî6������j���N�����b[�>�@3ׁ)^���F�����s5�#�-� A&��3�-��ah$�wHY��m�����aPJY��=:�f}����T�*'!���D�@X��>n�V�wb��r䉾5�L&Uf�QE���tۄ=n��p ����o�0�
.G�k�V����n/�D�43�܇��$Cͳ*��%	�k�p���D�?�����m��I�����"x�U
+���w��?Ƚ�j��$�AWS�M��V��>E�A�3�����g���Y��`ڛȑ�y�Ӥż48�<.�)o��ǂFp sfH�O�7d�yTR�[��[/i���(Ki�c��0���Hs���;�*Lf=X��+���������V!-e,�(i����O����~ä�Tꬮ@��"�5����ʑ�-�k�=aU��C��_��晆!�y��3]��
+��~�v'�G=
8�rlx��D{�vs+omɭO�5��}�
D�?�����-&���^ѽ�kCw��ѐrN(���6T��[�m��~�����L2plq5���*#�5('���D�ړ��s�4��dTl������H��3�"�A�kf�;�̄�I��7�`�qvU^��v�:>y����%6�Ʀ������QƯ�S�2(X]��m���N��c����١�^+��۫�)�$�-[��w�4*�V�D%<ԑ�����������}r���/����2d5���Es ��~:���4rW�ٲc�F$G��v���n�j�n�Ҁ�onîff:��uE
ڗ��1m�0˗�e�k;i���;�Bs\��I���I��hΕ.z�v��m�����e�e�5�.�؎<p��`�O��z;���.w�LYG�#Z=�k��rtJ������BQb�`�#ې����'��\l>]/��g�-��Iu(�tY�ñ��So^&g�Ӏk��>�v2R殢M��qX�w�n]�mq]8�35^�@08&���2$�<�4�HOY�4o@\V|2D5�(�����Z��}�Aì����*���4�f���^�}�]4����KXƱIiF�_GV�$\���h*�r����Y||�y+�e�����Y�Q���DQ��C9Z1K���f���33�����ii�_U~JQ��u��^��IRՃp�is����@�V�|X6�`4���*i���@��kgv��AXY��D�@���@�����'g&~�Q�B'�Ṭ[ L����V�GT)'+0c<QUP ���)��ķ	A���G	=�]�ܙ�6�?���sg�aR�+ 물�J��
+D��u��u>�P�'i#���`I��������0<x�YV\�>�8߳��Kq��֭?��ǯ|��}�h��خrlInx�w[n�c<��U, ��=��E�@,5ޔ`f�X^��D2]���
,hY@��^��"����^��gg����R��mH�ـ������Q>c+�q=S�7�H�8hI�T�0_$�';���e�g�9�җ@J/+c������{�LS*K���$F�����+�kT��h��~YĴ%� ��,1�Q�m$]O3R\ʺ�m%ͮ�������tƋ����X���IVomf�C�ہI<�Y��j�\m��`{�y�0D�S�6NO���a���h�o'��p����W��oV�S,��V�A��(�!�D埃�.2��>�.����%�]�
���u���=��vn�b|x��mi������짧���m�L��bb��^��*�5!�v�d����>�Ɛ�Ԕ�J8.�Dp����nT�v-/�>���vM!�Gy�1G�1d[l���^�ַ�&��uM�^���m7�s�ұT�=���^p���Vd���-�ş�w�*��=��8���c*�L���u�ge���,4�s'!�{�k�a#>GM|�8օ���
+�5�H�G�<����&���p��*�ɦhGR����z��]Z���؄�̧&���h�:�� ^ih��@�V�)V;-�}���t
���v�e���|��x�G=?.��Y��~1�O�p�\�>��8��dr�z��Qf�Y�S�&�e�@�`@�8sZv�a��(�L�����3 ����uw��)Ǜ�v��:tq2��H���:V���B��cHX�*��J�0� ���Ւx�墡Se���f����/�[��I=��Ί�,]ŋ�V�`��6h=�;T(f��=R�^u$r�	F��+�
+�l۸�����m�����Qg���ă
[�ӟ�Eȉ:	u�ċ.��?�$��N���⫟��f�#��/�%��n�ꪌ�:��
+��683�3lDEyR��Il���Z'f)�<��F�0D����0�{����|�Q�p�2Z	b�NQ֤
+%H�U<��ǹ6�z����T~���@)��6ƕ9[z�L�X�Z����#��<���ˏ�t[��1��d5�������o��>g2����o��s��*=�9Y�$����9/??w�83��HO?�v^x���+u\��{���<�����~�:�������Bg�-v�`a˾79/��'�O��c�AU�Ŗ8r���_� c�e�\��Ǚ@���/�yT;]��0	�s��b��X��\��l3�N��Z�<
+F�k�Q����ig±dp���Z]�D�Ta��L�����W�U �V���倏2{�9vD�^�rj�a
+.�=��lw��1(�/a�
+�帬�� F���t�B�4z�!�>�
AzR��{g�%�,ö>+`��lN^X���!a�\��Z_ʣD>��'j�RCL�%M/b*���jԞ�s�g��#GSN�O�bH`iR�߈�z�9���(ae��AV�j��T�x	 ���
+��V�7��A��9���4׻|lB���s�v+��vӄ�
+��3@�IM�`���'�VqV��6~#g���듄��1G����4M`r����HP����F�q��dbx���Pҋ�Hc�@]����0*ӯ	k�&
����蕍��B�{��m� X�S8P4�#WˋE�T�zg� ��<z`b���#��)�S��LD�����9n3@xK��
+:7�̝��1jnr!N�ݓ��C�Mb��H+�˫�4�~���'R�#t,�k� D\[)�j�0Fb�n��'5�K@ >�T���%Ȧ����fV�5�^a|싷�r��d�V���~�}�d/s�>�����%A2'���	A�z�<#ԯ���'��ῇv��l��/X���yo���c��K_G׆��!��Q�8�A#d��Q� o�a�Q0_{ͤ�n�:�z`�#'t41!E����1@�A�<�+�m}������k/sšW�t�)�$-����z�@�2�^����K�_�Q��(��1<�r�G�P��sJ�.*틄s�`��x�*ps4ԇ#���R�+�cX�OYEb�ْ�v�̈́��q�{ࡈF\�� fc�r*��df>���oJhr�̏�n05���Ǚ\?]�$��߇Y8�IEŪrd �]���ƫ����f��_r�b�<n�r�_��Xé�5ަ���;�q���u�QJ�ᖏ�՘	����/r7��2�l��ڏ��NY��_�Q�9�q�^Xi��U�"kG�����+�D����0�u
+`��E��w��G�[������5,T
+Y�c�ق���{4z0"<Y�Ly�o�%���i �ؖ�����uLT,w�p�ʙ���1�v��x4N��w���4ȗ�Rd���ӕ{�RLQ�	��>ä��c7rPĶ������f�c�ֽg�[�jZkI|aW+g�	�q��֝x��cfKp�S��������}�q������؁f'ѐF�B���~* O��n�
��/e:�i؊�1dB�]���E�m�l��-پ�,c�W>���:�gq�c+��au�=ϐ(�T�4z$�v�N��N$�\b�ŏ�|99`�Yҿ�z=G:��.��#YwnK��	�q�w^�� @F�~�<ε"ccyl�<i�vc ۹*�id|��J2�����kҹ���Y�ì<Y3sa|�>��{J^��;;J����l�p@��)pUYl��#RZ�`څ�5�������5鿊�/���<|���+��h+j�I�c0��Ҙ���?�l9Gw�*�2�c}j�k��2Q�����ݨ�#�n��p^�@J`�/�0M�dF�$qE�Ό���Z�jw�� duoש�]�.~��Q�4̭�sM��V�alR8�~o_��������?�N���}~�������������oo�^�|��������'[�†�9����Q(�]������_�� /�������7���?o`��*|<}��}syv{y�{{s���g۳no.w?m�ЩҸ8?eNO�_�����2<9?>j���鯉i"2^`�!���o��ka�5�x*p�������6a3`�t��iӔ��������.e�Y�e�h�ii)�� ٲٓ5
+�Eg+F5*�,�k�7�r�	�i��%7�v@؉�Y1@��ȇu�FV-��Y�D��AᆳR���N����C���cJ��a�=ޤY$!�F��j�&D��1=���̅UGp#ThV�����e�y�؄�<�}g�*�2�9$g�no�4@Q����jA�3I@z;����G��]�Ũ�����&��X��;�4�І@�b�C��M�L`�5y(L�/Tպq�l��䥜�>�/o�m
+4����lȀ�`t��U�	G���<V��.7QEQ�z���w㰧1��-��}����JE��A�a��4C�U5)���1��p�k��4��4)c���R�U�&W
+��R�V��@�eV�hR��7�ڡ��4��ƏK�����!�=�ٕ�A���,|մ��(�3F��efkTw/sJ��z��=[1�7�N�M\P�T�8d�"�����<ԈNE������\���
Bx�H0��D�T��N���B�&s^�,�Ҝ~CZ�r����q�W���6K�c����ow��QG,5N_*_
+�B91ͻ�u�����~�X���+*빔K�w	�`�6�=Z�ƶ��˅��ʵ��J���@F9DoqqR��9-UN�[�F�LsM�2j�Al���M3I���7�R,�����i)Y�K=8}�d5I�)�%�M.6��q���-k2�IX�	LS��)�w�ͼ/Qu_Jt����y�P!	�gX�l�z��`5��0��.*�N����a�Xƿ��Q��� d�zg�9X��u�LN��f:L*c�P��hU���'�82�'rZ4x���ĭD4`c��c���'A�O&��&9�:>��O�����u����/��=�vw����1v{q�{s���ۛ�|�ǻ_.\��ϟ|��_�on�=�g/ ->�{�����>^�_|���{������wW�߯�Hd����8�^���tq��8l�Y�ɧ㣏�����!~`{��o��*W�����ӿp�i+����#l�v�F�����+X�^@PW�|���`��9[,)x
�����H\A.����3E�d�SD5�C
+�N��4�w��C�asF��X�R���4�4�DPDv�%R��Ua��K��,%�c@�0$�p�VAd1c$;7��ܠ���3r��rl�J�T�`Q�aU��G���PJ}z7�Ez�fK��	$��!!Y��J4E<'0�͜�2(F�c�
+�pV{[�+�mP7�Rӊyj���\q�"=L���+��$���
+3����I �9�^c�iMO�e��Y9����m�az�i,4�m����Ʋ� �����X>c`�J�D@�q�<Ami�PdI�/��)
�7�Ȅ�z������*�kO}�:5[�E�Pi����D*B�9$K�E�핝�y��
+R�ST1�\:�euW��\N��eZ	�lz�����ئ׌�K�;W�B>	v�d�bG�W�tb���[�����:�3�#����'"�d!�NHՁ�%����Z�;J�ߍ8R�w��Jߐ�?�{����N����aL	X[;m�y��d�a��,��"KP������Bi��)#�t
Ľ٬�DZ-dav���G������"Yj d�u��hg��HO-eK��ι�PBK���n�ZM�WF�N/Y�D�:���w���R�RX���a��X��B5%������Y��0<clzt� �m��X�:]��4��t̊�b�}���,���x��2��
e�Wv���ܥ�kK�\F�3�[	��,��M��fϷ�Q�(����8P�UЂ�^v�1�yM��:�-y�lҐ�e�4�Ƶ��ԓu����F����P�a�z�O-�ꃘ��B�.mE��jFm���%+���tW��4�*�#�H��*$w��Wk�ͬ�������R@V����n�zz�s<�"4
+���0������a1��’�c���ʡl�ͪw�0*!�-*Q3@�ԅ�ZiyvX�(�3	�m(��C�x�����|�z=tG�)���.�G	0 v�����
+F��@�XP�D,�P��\U@v!�X�<z*��x�ld�6#��QFɕY�������PmZ��$Q����>L�@�! *W��¬*|!Qp�Ђj�D3M�6��\2�3 ��4��![��e+��L����r$Yipp��ԝ-�!�7�Ivir�챼�
+��.X��"�,D�Ԅ�1�YΑ3A��:֋5��Ö��m'$�l��\����2��pYH�KV�oŔ�)���5!"r�6�y��F|-d�\�dE'��-����^��v<1�o���C�{i��N�U`\�G�t�gy[\���I���%���,u�Ȟ����a�����_L�0��!�D�Z��8v=7�Ka�'��$ð�Ç�m2�w�ֵ�����|B��zx������(���c�꨾
Є�%n�߿�:��r�d��y�x�4%ޞ����O��B����aJp�'�z���ڬ�����.� Ϙ
�V�XJ����1�<��{1�t�D������[��dn��"S�%4�B�=/�&�����+�� ˆH��}Z�����[p##���
+>r�f$4�{�`Q��=�M�\޴�����]�:V�@0G�^��o�)G�DB��SG{�-+���������ۤ0D*5�(�m99�ҨS�ɦP̅Mk�$�9K�\�e`f	;,�G���;�O�^֗��������t"�-#�9�p�eف�4�1����{Z��Y|�<������<�=���)���k|�WK�@�R���"���x��ԒH.:����r�����֠��vMBR����j�4��f%:RC�#���
j��<|�������6����N��|w�9�y5y���O1X8L�é�u���8��z�I��ۍev�b��k�H��0�Й��>\YĽ:�Z.�QH��a��,6y���anS��\�.s�cۓ6��}��C:�Q�Vʙ��?��<MAX�͓�$��{0G�U�W�5Nb����up���҄�Ž�^�k��m;H��2q�"�og�� z?[	�xG�k~��},�lдCY�X~�������9M¿N'�;����tv�Cl�C��E���U�s��^����)&�2��b��`�K%��n�2�$�C0�
Ľ)0�6/�\v���Ǎ��B�_.?�@�Ї_������a�PH���e�G�ӉUw���#
+�!x=�����/y�O?�ѕU����d�+-��T!	��+�n9yn����9���`Y���0Վ���汙�E3)�|��U�m;D�	hݍZq�
+V�����#�Y՜�����cw���÷��������"|�����j5�������q0��5k���6]7t=c&ݩA���bmw�InI�ߠB�(<�6Kl�ȗ��<��]�T��]Y�:nIr�ڏ�U�-�¤M��-�$�:�׳^ʌ�����^��^��ң���x����̨���{f�|sA����S��pQ~�=�2�dz��*!@9�!XK�L.4u�9GݥC�\�i�j�1���K�ؿ.Ne����E�4VJμZC=��;0�!�Ъ�+�M��<����K��޶w�nX�E���L���	��c�6B"Nɣ�ǿ�!�?�����/��~�ǟ��;k��n�x+K,�$�/+U��0��}6��E��W�K�F#�N�V���'��1K?
+endstream
endobj
17 0 obj
<</Length 17757/Filter[/FlateDecode]>>stream
+H��Wͮ�
��;̦@4��D�]9�見��Z�M
+�Eѷ��f���+#���������U�I]�1���P��;Y��Vys�~�6������)>N���0����r�U���c��stJ�\��_7W;�`a���,��g�	�<\�xv�W=[�dS�'�1+'I��YaY�ʹ�W30�b������\��[t6a��Y�A�dZ�!��"x'��휋���\�@:'���X��^y�Y���ŋ,(8�剙
�<��w(�{rdv˂�Ϫ`;k�� ����s�i�2��L��^�ëK��Y�8���x�PaoV�T���1U�™�+�Z�E����i54/�}�Xg7�M+�,eX"#ާ��5�2X���Ye����΂����y��m��U��L�z.�g�d ]�P�*_?f��C�k��1سg���Z��yvfu_4a�L��I���j�uYhV�>[�[]�C�Tۊ�bj��@!\1 ��WW|�0в�q�F�P�> �4W����g/�h�R±�-��9�P��h�<�����#�KsR@�������RO�j�%��R;[i�V?���ȗ��5Y��El}��直����P��Ys�-P;�0��Q�e��i#y,�l`�������hӲ�;���9<ZwPV@<�P�����oߔ�G�AT�v,��:��u�\��j]����4�@B䴅�M�L� �Z�~��/7�F4���k�3��V�(��8��G-��o��'M�,���`'Y����93�P����N�_��%�c�?
+e�N,2w
k~�{aIЀ��̇'��O�V��aV{>��O���/]�����1i�7X2��sĖSEd�|6*5�Dؚ@�J-������U��W����"=�� _a�f2�uZ����2}���C��/�o�3������sH�˨r��Ի�"Jw?;|��[�|�|�W7��g5�6�8/_�7	&"�˛p���sZ���Ø'�����4vx����U`�F~�	n���_�]V��	ҮT���_a��RP}!���C �\��{��jT}?�U{0{���6p���w�:Gۣ��Owo�����\ٙ9A�_��L����Z�a���Z��פ��,ƛun#������[��\����r�N��m��<�V��y�|���8��a��m���C<A�����>~�Ç�O~�����9~��7�iY�l������>~��o�7?�����_/?���'=���[=�{�����M+�V�Y+/[�/�ڧ�(f�-��O5^���IVte�E�qn����Ļ����Y�`�ۺWm��S�"����}��
+���\|f�?�������-���曡j1Hܗġ��������@��d�r��(-P�����]�P
+�f��̫��Bn���lV�y��
+�oHY+:�R��HuIU}�}5
_���
+WgZ����L_=:��bm=*��������S�����
+Q����0N��}�|�R�S�Χ"���c;VL��(L��-�:H�boǫy����޹XܮI�'
9���JÊ�ҤG�V�j�[���{ut�з恭�-�΄_tw�Z;T�IV�h��JfDm������%�X�t����uy��t�*"93�GpnN-�\���B��ZL�;�+:Ҁq��&��W.���$������UqW�`������`w��X}⁁�%��r(�v���_��U|��93��w=�C�w�l�
b��JTe�j��I=o�w�|�.|����]��x��^7���_�m�_��|��g��M}^,p�Jhϰ�V�^Opwp.��Ð����w�<>�,�fd"=��w�v�
+�f�xzJ�N�|�Dǟ)N�XR����V�^t��ƌ>Ѧb[�x����1� OO�^����On�
��3a��A�k�m3v&�7[�����!�G\7'��i��B�D:���	��Q`B�o9/@Y�JA����"���K����*δh� ��ִZ��&2“n��C��b�*�bҨ��F^���7d����;�����W�>���
 ��rT���!}:K�f.�06S���+�%1�\U��dBT��uu~��|h�T��uj��˺�����')�ִLv~�_�׃�tO|�φ�=��:ًEA��.ٱUF�7rY����"����ŰP0$��"nH�*�����G6,1f6��>iڸ��;1,�6˨y]�Q���+ڒ#���E#�C�US��s%�z2�
+����שu�B��6�\+�*F�"{x��	��+�G��l۔��2<,v� ��8t(t{$蛧�@˒O����.���u�..u�t�S�����+��a�"��̠�18����B)U����Ҝ��E�p�5�p?��=nd�)��_"5;�*
�*�Nټ����4$<�*��rR�_}���48�E��'����އ`C^�Eq6zxK�h�Xa�%�����Sz�����a-���=�t�'�. -ʰ�"�:B�n�R���:R���a�O���<�S���\��؄O�I�%D�q��$ײ����h��˕nDW�"mT6N����/�eӪ�m������1؛AR���t����r!�@�!!�^���ߧ��u�3����5�贤vX&��wI�^.R(;{��Q��&h>��\�
a�_�6F~k?�w3�E�Ə�0ֲ�M��"&,:���rpc�צkR'�Z7�'k�6��gxe�П޿���Dy����x�����?��[koSx��>?������~���׿��������Og�����_~����=?����w��A5�<�ے���S���o��?����_���������	�=�xH��������z8���‰p��I`9�c�v�������x7���"�nm������c�WR��B읒�C�9Ռ�G�ʄ?9DH҅)m<�JX���}h¬U���RzhN�K:��j9���{�[�I[
+dv���� 4��w��v�O��\h`[c�s����H<]���b_%��?�/�JD�X�Hz�·�
+�ca�aP�c���g95���U��>p�{��0��y����j�Z�S����-�~���DGp*T�9�Ì�s`Ҭ��5�Qm6�g����.�{![9�<\[@�tP��/����y��f˴�H�̠"���"��0;`���~l�% x��rZA�-��u���b�M�'S
���L��n٩j>GI0O�7�������ƏQy4�+�`���&�����1�٨���л��� ��ӌ�i����*�a@?�]������<c���QȾhJr�:OI��2�
��\R���6�Q���V������.�ݗc����]&V��K��I	T@����k������)��w؆1��|V�B���tY�ӌ���ų�>����=�l��.kmuT�lk�*��Wp=]l�~�b> h��{��h#�i�������1��\�ק�POBWG9y�pXc�T5�p3yPY�AZ���Dÿ�*�r�� ͡>C��9�Y���-�IDZk��#�ꓶ��T-�$��sbz���Fۚ��P����·��r�B{I;SH��.#�eu��q��ц���QyK����>�xqWmh�����'�z�}l�Lj8��${�=JsF^�Tcda��X��Y=��>���ed�����SWL�C��4����Zo��j��h�u�ZP� ��0A���y�23�f�l��9�:2"�C5��M�ʭB�����L�Q��/@A�![�4�:��p�Cw�aL��bz1W��3��A��>���1z\��× ,����r�kl����~���ir)'��xZf�ݵ����1�]�@U��dv����A�'(Xz!��I��5H�i�����]Z����5�T��͙�����{��ԭ!~9����8���z���P3_l'�oK��V�-���І�Յ�|��:���T�[m�,I(&iߛ��	H������eZD\ )��`l+�J�ST�>1�́	�� 
+iKS1SԔ<�!��{C����6��GP�S�x}�JFx4ߥ%;`N���%���$�4�i_��z
�k��M��%���>$1FؚZ�T�C.��0��"�gl~̪�=	|�u����!6�jzg.y=�ܶ���;s�lW�M{�K���
�v�+��6ѵV���Y	[�S
+�pH����?J�DJ�q#�	F��#�mC�zz9&U�)��wM�5k���M��9�qf��R�`�3�RB���e���5wz���C0ب�á����|(��9���X�䇒)Q��ZoY������>ݏ�
�in�\~���9-h�U�	G�^82�s���Ysv-�>knSG��i��y.�N�ڬl�ۚ�Q0�.Z���4�N�Y��dC�`��{u�j�g�k�!���O�Uj��������A���Q^ax�zL1۸"U�0rqʽB�q�>����!ϑ�Q��C�Y/���x_7
�Ѣ��U/8@�ZgRU��p�����	��"=���-���EvMxA��j
~KWAU��|̔���	��(�^�G��b�X,A�b�L��r
+��PL���ETj�v�9r�h��Љg������
+�Z����{���ڎy`((����Ta�fqY�t�WM���a�Rh��o�h���؋������[�E����"~h1>l����^i�����1�^A�k���I%"��<�\����j^��H�Y�gy͒�@��qx�u�c��沄���z�!ѹy�$��xE���!e�~���e���P���뗋��PۀJ�:�U���X��0�r��F�(	�퉅����W��17��#�M���
+�W�ó�U�J�
+����H�Ut�l��/�Qxc7�j��"�K�lU.QN�pS�f��^:�!���i�֐u,����Ǵ8��M(%C�b�s���!o'��.�c��
�����9�>Ą��0B��B�5G����jf�T�K�!=9>5�w�n(���_��!f�fb#��EM=��)5��g�x`�%;�)�@zV����"H?~ZWy�����
+�2˃��w&G"�Pek-����Xv����<�����Rd8��W`�~�t��v{�ů��1��p�^��w͸�����ȟP�f5��b�Jq��Ue�[J_$~
Ҹ�k�3�|�4���U]�_��~p�ի:�F��� -�i�+
�I��l8�R𰢼<<�ɚ�.]��T��&�1~9��H-YG(��!����64Y��x�m��g�������C�P􊴚��4�8���&�𞛷��:�	��XP	(��K��r\�U�hԩ��}0.��8ܧ��VF�<���6��%�>+�x/yP*-M��Q�xZ�{��@+d��dx(�(b/=B�J�Q��u�^��lm�-z�	z�T{˘3��v�d[��@t*��-Wr1��f������98mY���&֗�����0�u�_�'���G��蜥�}�t�d����E���Ua[Dڢ�0<7|D�@Ԡ䡦r���L�_�}B��Ȏk
+����Y����e�<9����e����ܷ�����)���8'��r��[��.����L|&�~�w���~���I_�wG?푃Ǵ��
+sL1�[%�,I�c����=�i�E#��W�4�~'���O�/̫O$���|v�@��v��D�޼��v�+��s�F�"{�1�L�"B��C���Q�D�S8�~Z,B▋��7��j?fQ<T�͡tuؙzZl+���_���ʮ�~԰׫(T�P�h��_�b�K�M,'t���P�ނ�ʆo�89�x5-v�凥8��j�'3ew�yF�s��!U�F�!���_	�8�>�3\�%Ѝ`>z�`b`��X�gª��1�6�a����9�ѡČ�r�pE��$��H7?�Ct]&�'x�V��@���91�v�W������l�0��M0xZ�q'��}8�݀�b5���O�Zyh�����5�
�G����� ���9G�ǐ�fS�E{?�я�e�z:y����s��F�;��K��j�^�8;��+Ǽ�.��ls���/�
"$�XMO$S�V\���X�޽�v՛����(�ij�m;��#"w�K�����/�`��K��r}��<}y�E��� K�Y#\�X��d3���nLW��3�^Xl��x�3s�k�P9E-�~7괪��$r���6�����r`XV��n��@ʾ2�G��`��tՕ��s��"�(2�y�w��s�%����U��
cy��A��tx~��%3Ndt���*
+`*�:�7��&��9���=̜���� �v�j��נ�����G�z~�V���<�k�?ɟ�ƻ��}P�	$��Dg���OC�B����N@
�m
+	BwD�9�ҋ�řb��/X��.��~x��zq@�3��Z>*�^Q��%���os+�Tr��DMO�� ���\@#�����QE6,:
��J腜u�\D�9>�_��g�*���8�yzZz�=����q�yvKh�#�R�d�բi��)�UXӍ��@N~;Fr/��)���{��"�H%��nX,xs'$��e���hm>k$�������ԁ�K��F�RG���t����y�DO����C�<��nN%����:�8�l�24��`��
+A�yI�u�e�-#����39 %5�Dܢ�s���ơ��tv�*d����<�ށ�Pu��>�"]_�&Aދ����c��2q	�3j��G9	��0�7ڣ��#�ip�0HOZX^Uin��/S��
+�!��OD�]��u8J?0�}q.(b�&��^�<�L]V[H�K&3���Jb�,�#TYA
K��r^������E��a��js"r}B�W����oK+��t��;��E����h$h�w]�QI�g���壗-�Rs�a�-��-�Z�WA�/����xG4Ki���PT\�,ߖ9����و�F9Rʪf���
+����`.�lgD�.����`�pg��I�Y�i�Ȕ/N��C���W���*<I�m.������ǧ�������҄wo�@��k7Vq��oV��n9�Mf����Ԍ.\D����W�s�CdU�r�cH�^7LΥ{�3Д�QWo^.d�
+Q��d�1����c��YvK�����E�X��(��[���p	݈Y���-�]��$Q�����T��fB`�^�W�'�]jc@���.7���t�4U5Ni�z񍁌h�D�bRf��l��T�����l�dO��)����-��S(�pd���1����'������7�T��'�R��˚2��k�����w�V�!"�26��(���r�� ��	YE.�XLCr��z"/��(~F��y��'�2��n'!�_�ѐ�8��%���+�}��K��g�1�
�[���R�Ôc���.n4�3�l�=�w`J�l&(4��
�F���P[3 ��a�_��*�h��'��hĤ����v9��%�������(���J�ڎ��l3Mi��$[t���_��[c�>��ʡHEE���/���ňw�vRu� �?��L���H�x<C���ѼX�i��魧�(�-ꧧ��C9
+���ɐP��X'�ذ���?��1������^(�t�x�U��Ŕ
+Rɛ��U�~�U��@����~��j���HR�a!������:�Hz1ea1VX�A
+^$b�X��[զ��FFyJ����j��c^4��r}&�9��uZ��A?Ӧ�
+}��5E@�!��R��b����J�T��Cfn@E��u �/���LQ�������p3�N���\�o�7u4Ϝ�4@�c��x>C���E<�}mJ6���붭q
+'?=[zT��gL�ﳹ(y�OI~?f�a"䃙�Tr�������%o+l��x�����:FW??�=L�#���'ގ�>��9F��O��j}e�B=g���0���aB(��߽�4c:~��^�ו�`x~�濪�)�p̙�G�x�gsxêq~���-q��?�P��.>XcZ��W�h`g�?���8�J��0<8�t'�K��H��F��f80~,�DcJ�y:4y�����KH���#��z�YZp`���X�z5�|Ji�O?n�����4��2���o��d ���X��=��UM�\�1�F1��|��B�����,�$i���
4��]�&�1hh$R'3�����aqA��g8Ah�SdVO&Q�0߿|�`1K��,!3�p�q�}��w������I����B(J?�_v���1q�ξ�)02*��|��lu(LO<Jj1|f�8��R;ԤQ�zBv�&�V�3Ezͳ���X.k���X������D{.�a<Kl���a�84L�X�*�Ҕ0j���gל3��)2�@��Z.Ff2���Qڹ�K�g�L��
+���K�����%[���[�Ji=��OsR��bg��#��E/{�,e��$�Q|���M��<3��#�8g*���a�ߩ�H��V��=f8G�����.��'"�>[B5l����xi�QO7��(0��c��%-
+pY����v#+SB�N��%-��'���̓�&>��ko�n�4�7D�^�����L����DhŇ���=��s�&��g{����j�_2I�e�8|��8�����G����� �2��B���գ�+��+s\u��Q��+�_-'�]�-��Qw�"٨b�N��W�;�՞��7��ު��#R(����Rԩ�y��v�S����1����s����(ո�%��.�H,ֺ�_���S��;rZ�w�;Y�����:Q�'�i����a��j�8GnPu+˱onPdM���2G֒���e1�g���2����j�a��l���9�]$x�]զ[��p#�>��d��q�{�zt
+$����9�)&���@g��K�p�����'��m����<�<E��q�~��79��m�׉�Mv�S�J�M����-9ě�8�u���gwl���S�� �<	�D�]�`�+�7E(�`ڼ��+���~q=qb�\�c`ۺ��\���&B�S?�#�������{�8cP����������WN�����IO���^^%�c��j����%�9���{6�v�Y���6��Z����Z��	M2���!a�b��w��wb��u$�N	��ak���������ʏ��k�������2[�Y��w���vd��D�5�`O�G*YNxb��2�ە$�IS�zV~\5Ά�%P��8�py��+�7������|yl��'��y��ݔ`��үQ�����F���:�g�-���ێ;D�?���en��c$A��� ʙ��U<(�T�&Ϋ��� �Cf�k�)��M���ISZ����P>�'b���y�*��,=�ʪue�蕾dT��:D<��ֹ�^,?�Q�B=�5�%U����EG�AeΓ���p/�V�2���ݱO�a�of�Xt��Q9_wU9���ͨT�K/Oj^�+�E/iq�''wu/�{�J�xk,�Ǵm�3��r�L�1�y�ڊ�<�/���a���韒�۶o�k�R�&�a���Ӎ���'�i��' .�<֬A�m����|n@[puǕ��Lh�/�&V�d��,��?{]�e}�r����m�*��L�z���D�/���b�����l�	qD����j�����g�1Fv��)�˖旖	1�Qz
ou�����1(�0.S�U�ߕ��l�1~�OW4tv����._Tϖ�ٓ�#���{�SN�n����M�ez�w��3]��u�0�3'3�3����)�i��镔l��Y��e��f%U�%C2�������F���~���u>Bau��Wk)~�Cd
+�\%$�et��e���cڱu�J�8/P���p�iz��S�V(F���ེ�D�1
��T��񶍼��t2DŽ�x��)��s1����-���.t_ѹsf)�����/�j��_�C�F�vP���ߓ�K��>M�J���3������+��ߗ���X�7�������ۧ
T-���a^�Be�+������ȵ�6�s��L���J�0�S��%�0֒�c,jLhB�&��g�ؼ�n_F�a <~������Qf}K��T;a��S
*,~�F�)K�ߊ��(-�Vg�L��G��N���yd���q��3Jx�3�rM<�|��,˛?^7��J�1Y�����U�څz�5g�N��j,d.\\��q[�2�2Ol��!�n��XU��q&�[Pع��KwC!�N?�.j�xV�d�x��a�g��j�ǽ� z�{[9����{���O"@�&/�X�X|�Q��a<�8��,V�]|�u����}��X�
�6ˇt��u`�=��f0[��M>�j�y����*���Nހٳ���~����Ow�^2^o��
+Onɏ�O�3rz^��O˙��[��d{ /�yg���Bm�]��מ	 ]
+j�3� _�M-��������?�p8	J���{��{����Y�bOP�d�������G�.j@m��U��~�8jsģA#/�d�c�ӷvv����
縦&��2bz��α���D9U|��͓/��\�.����g�P��a�?Hc�
+��:Q�r6��g0w �\j��:z���WH�*׍g�oj��Y/�nt�T���B��
�S���Q9��o�gW~ggt���c��e9(I�,��TMf:CK��;��VB��:��d�޾���3'����:�R�U��*�	���P��\	�|w�4Wls������ia)!�|��q^҇���F�6��V+D{x�1K�f�)m#�`��Vˇ��^�9�]õ��8��*�7|�K3��tY��
+����tOJ/_}X��~�z����UMGEPu�K�,HMF7v�MqYѣo	u�N$�5}���<f.4|�#�.�*���N�M$5RIب���'��}�XT�0f�H�ej
���/}���#��p��Cf�h+�a��qF6e�϶ha^�A�N;\eB�KS�⡤� ?y�s��'��ώ3�υ<�9N�C�h͚�(��5�K=Q��F�!���u�l>崟Xoa!.�YEͭ�hڛ��^D��1�ܼ���"Gr�E&|�E�GF�|Z�E��a���yS��N���4G�B�4���JY��O"�Ͻ�t&RS�.���g�U�����l�����~�w���'�k�::#����k���E�P2�"���ş�3]�1uV>"*ˏ{vZ���=�Θ�M ���1}�h�#7�c>(�����n�oyt��Qo!�w��I󉻨+
��=g����׀�I��n�X�y������̹���oߊ&��<f}�we�Z脤�b�E�ыl�s1��[o)�8~X�e}�h��s���<Et͙���A�p��%���П��['����A���?�����$�~����_Vr$�����3˧���jI@�t:����3���UuόC`ws���5=��U�^��<���a�gj� �}Q>��jqϡT�|b(�F��VR	���s$�*5J��Pܣ*���p�"��b?������M�]�'*��RQ�RԸ��}WD��AH��	B��R�~��,���h�E�����c���i��D�\1!*������(34����D4e����+�9��H�P�t��	b�d�R��QrwS�{-��k\���-+RZp�G�+�rK��^�8p0���)8�~s�k,k%7C޼*��I�2�aF�^��ϴ�o�w��X�M#Z��2��T����_<m�pj��%����i:�r�)SF�� �a�nGGI������ʪp�׭a,�R��Z��2+H�s�v葘N��_Ly
+GISS�:
+�2c�^�A�cG.K�;( g�$^@���k\ұ�e�1��H��w�C�h-hm�2��$HI87�
+��4ee�ŠΜ�Y�~�>x��%C��q��+x�5U1��U|f�J��*�;�H|S'����F�(��q��./y�U`a��c��;!X�}:��.��gwC��99>eM�����(��+F/F"��Ѻ@�D"ũ˨e#��=��I��N�����]p}.��V�*��h�r$�<J�#����F�ce�u雌q	�E��3�PY3o<b�RQ6\`D���G��Ǜ�������BX'*�x"����F����]�i�Ø��X��k�!�j)�H��9x�d���ّ{hϢЁ�ˉ%�8��\x�M�\��c%�Z(�\"�-eĔY8"R�K�U+�KGY�������KC|�<;x�ZP�B �R��f��+�1��t�o>���M�U�d��/�\L&�����2J����'���*�|D�ơ"����P�7G��@���c	|����7�x�OHqv���a��^biڼ�l�^
��B�'�~:	w�Ӥ�=�ߠF�.æ3[j� <bC���,-��m\�Nu1�
���Q��'���E����5L�ܺ&�k��ʚ��X�cke���ZQ���#X�Q�(�p��p9���aAF��bD�>���B�dQ�%����Q�Z��E�yη�
+S8��2q�w�6)F�)��,N~z3=�l�.g��k7��ϴM8����3}��,�wfrtt8�]����-��\����=]j�PF9d	�[�Ȯ,�pPc*dD�	�:�����Q#))�v��`A��8k�:����������P�����r��K�fs�F)9+�kҴrv��������LE���Ìi�Lz�6�80x��J�k��A�e��-�$��OM"M�ń9L�E����0�X�/p��	�GM/�'Þ�JĮ���e0�k�l�@4��սg����kBNZ'M�F��썦Q���S���ꠣ��=���J���䕣�h��C��}�N�tų��!��*�H������V��:�2�lLtC%�X��Ơ�\����R9�r��0[��G����T9
�P�(z�~��pU�T-N�*/d�X��V��#�YٵQ�ш0S��{l'
	Y��hT��S&Ȁ)����X�rj?Ieb�JQj�%+9�Qt��f�)��H84�:I��

c��c�s{��F
+d6ƺru2�l�Ԃ��RvzC;��Y��5:�V���ae�2ŮI���@���U�j)5�_Èb��&�L�0Z�K���=���)PV(�P�21!U �"�	ϒ	��!�G�a�r2Ed�u�����#���'�*h�F�F���0`%i?`�=@ū
+�
+�pX,���Y��ri��-VBC�TXD��)��{
��mH5B�Cc���ZEUz`ܠJm?@'�6�3�
�׿)5�(��C�伦�s��=gVo�Nn�$ 줽��B�;L����k������F$'�
+	��IҨ !r\A�"C��P�E��M�:M�l㥌g��ڏ�Cv�9覱E9xLa��I��9�]m�����P稾��+La^����������"	�&/���W[�y��_|>�^��������c���a�-�-�������g'�+����b��ߛ��o�hsuyf~o���bc�7����k�>}ҮV�w���l9KK_�׫�)����9�����K�C�1~�����R'Ku�_V���/��7,�=n;�t}�Ϳ����|�=�N�����E7[��C��l�奺��/<9k7����W��G�-6y%m���Ǜ�=_t�ve��L���<J8�vQr��%������>��{Bc�_a,������g�'z�ç�'�\�����h[�7�����ڵ���6���O�͓�����i��=��<���1��K��{G-K[+dj^u,�yZsBb�
�:P�@�C�ŀ/h��2]I�?����ʹu�Ǧ|�S#����O�v���o��}�?5n�o�����x��iTdls�����k�#A`d��������4��|���Z\��M�֟:�E�49��݁�>�-�<>�����O���/Xݿ,W���T.;�K�| �OӚ7��b��>|嵣�r9�yg������R~��7i1�+B\n�=]̘�<Յ���T�%����t�ן������O�2����0�}<�K6)���ſ�c��g&��x�c#�HR3=i7���d�ͯ���nx�˼�W�zw8������|��`p�`�K(��
+�L^].�}\t����!��ʉ��sP�f��l��/��ѭ'�����]�
+����L_.��o�[��t��\��tK���ۚɶ]�޴�6�^�<cd�6|���O�Xv���I%s��ά�g�Y̮�>�-n&���|~����A>�{����%�;��X˫�b$[�����C��E;�ΔdL��z�8�l�M��[L�
+y�$����@;���}8u��n��3����l=G"!�ߙ����Ū��?w��d��Xo享�#��W�e�Z{�Ʊ�~`���.`��a=<�|���4i�I���(
+Zbl�eI���ɯ�K��()N�<5q��1yxy��^�4��l�V@�4�����Z2���j#��4am-��CC���Q�Vj�G�^{��A���~w�oy��x�	��-��;���b���@{C}d����>�n�o�~�g?{�~[��w�s����d��kc���9^�~0*Z[���&@gK�[���[�s���r��!�<yg�t�Ó���,�x�ژ[tp�v�,�nu� 9h<H��SB<�A�i�����.3��|��y���i���K�� �5���lL��I�*����������mz�F�FP�c���k�}����Z��u�ռ� �ܞ��<��Bd�7��C��]��8� ���J��r����a���,�
+���	��EL/om�'ث�R�Տ��IH��]���¼Xq5��c�|�����M�gb|�.�ڿ�P����R��)�m�P6׳DMBW�0D-�/�n�1*��,-��\Y��j�:{��o�ɬʕɂ�;�E�2�)�ƻ��ܨ�O�����Ƀ
�E�_痗���v��ޫ�3�e���@șw�}T2�	� Oo�߶��3��O=�fLZ_��6-�7=��n2ñ����j2����
�|,�ד�R]�X��)�A4���{�\�7,g�W����a9Ģi�"xf}
+|6�b�ZADҴ�S��_L̔wi��Q�@\�Kq����fC�A��#'�3����g�����{E���ql����dU�kc�}��q������4"4m�m{}hH��tɨt���)�B��+t���z���y��1�c��2F�:˓̇Q5��2�p1tX.�r�=�q�N؏��èl�cMB�0^�)���.J��2#_0G�)��^�i֬����I/�^�$��e��Op@�-yi�Ţ[N�>���΀�<��4��qf_�a�4X%a5L*9&��ʹ���.sn
+ԙ������۫�ߣ�8�K[��.�������>!PLS�,#�6�Yq�|9��4������鯔�[_����W3m�id����
+�Sp��s��������ʑ��g�P�Ů��}C	��MM�ܿ�՞^ߛ�9Q����9�2,�����C��-���t��k��;��[��ҟ]KJ���:fHX{����9�].�	�*�9�b(v}fZ�a�ys��,���5�-�Pݽkhոxh�`�:�S�9�3`�V��-�]�+wsg��G�s�KW�
%�GC��$�߯
G�դ�:��Xݪ�h��H��+lS��2N�K���rf�1���U�2�a�Th�����]U�J�fPU�����Em��-��iZ�hڪF�P����F����F#I-i��JU�����:x$:�-�#&{dI%,5��[��UV���}kI�]�#�L��7F
�G��>*ъ��.N�ե.N�Ӧ��Uu7K]܆�R���j��-I
f�h*X�*R���F\����)Uq$z]�@�� "��ë��;H��.��ɜ%�d"�'*��CM\�	@`,�@x�ĵ�kkt��f�����'|NR��q+ک	)~�(���uDș����8�LV��$��O�~��)q���t.[�?j[�9��ښ���͹��i2ӕF`�>��
+�ާM���}�W[!��ڼ@��B�ޖ�k-�z��ej7,ͪIu��z�� 3.R�!Xz~
�(d��?[l�ڂe��bÛb�QH���ź��B����^�0��^��sW��P��JuZ�9�̦�jT.�jFV���{��Q���a�f��c���z4��B6f�3����ž@4^�
���,���"�iO��%7�W*�k����j�L���T�4	(��a��?`G�Acx�IL�R'M9*N��v�xЩ&�E��b/_?�����r�=��W�-��:>z�d���h�cF�x���3��W��(���sO�(8ȊЧ��)Pzy�*�ٯ�"!b{��(�v�i�'�L!���u�9fo f�`�Z�ڤ������8"]�����]�$��ꅁ� �Aa����3�${ǭ�`�
+�Ϥ��S����
+�T]"�艰9)�qޝ�	����4�W=��M�?R�JB�z(�a�L�u
+�M��U������/��ixO��M���E/O�1{A���S
��^�n��7Z�=�E'����p\׺Ѷݪ�'6�v�E�,��E@9�8�ΞY��xqDβ�4��l'�ڇz3Ip�<�s�I�G~?F	�p��cE2�Ìuʌ������W$���
+�8���A�B'$���W�1
+<8+���::'LNy�^���$"M)II��g_�DM[RB�}_�4YV+�.���&q���0��`j��C�h�%/ie��!�˳��4#4�$M�{�c��,I�Uf��\aL�Y���@|L�B�Eҹh��2�34�q�\�
��8#f��w˫��F���$]�&p���#�e��Z��W�y�X��g	�{�攴H�3��4�����\]�2F��^���}#V��F0%~W�*�^#O~zN��#C�� ó ��*�Bh���p4��i��Y�R�@C�Gj����iB�\d��m�㱁,s$����0�P҂,�}'{�`~QC�r���TuUdʛ0����$y�VY���]ꔄ���7zx��������*�{ű������Jz�� �0�����0�AS�"N������9�2>��#�
+ڨ��j����@@GJB	�dq�O�Y��#rN��Odz��&�,���#�?�U�!D�J�^ʺq�ݣ��1j\�h��JIac��N[X��x��t�޼������0�P�i�^xk~�_#ء��ߣ�w5��0,�b�b.���㌗c��K���h8��/�`��\���ڸ�
+{,�VD6�)Y��ȔW�w�_4TFhȕ�*�z��c�q����0�Uj�y�.�L��H�U?BJ��^�i߱�}�M
+��$��4�3hd菆?ˎߊ���� C�Ճ�	�;UZi�����'ji!4:P	�gϸb*����/�ެ�6[P�����N�
��("A�f����f���>F��H[t���5�N���r�h9�����)�Uk;]�+�#��4ʈ�W)�RWQp8>�/��\�'���<� ���2�`��GO
+endstream
endobj
61 0 obj
<</CreationDate(D:20110923141128+02'00')/Creator(Adobe Illustrator CS3)/Producer(Adobe PDF library 8.00)/ModDate(D:20110923141128+02'00')/Title(proving_perspective)>>
endobj
xref
+0 67
+0000000003 65535 f
+0000000016 00000 n
+0000062860 00000 n
+0000000004 00001 f
+0000000020 00000 f
+0000063123 00000 n
+0000203453 00000 n
+0000203525 00000 n
+0000203908 00000 n
+0000232653 00000 n
+0000250240 00000 n
+0000271357 00000 n
+0000292811 00000 n
+0000314817 00000 n
+0000324184 00000 n
+0000327910 00000 n
+0000345597 00000 n
+0000369557 00000 n
+0000205025 00000 n
+0000220250 00000 n
+0000000026 00001 f
+0000063098 00000 n
+0000062911 00000 n
+0000062982 00000 n
+0000063013 00000 n
+0000065491 00000 n
+0000000027 00001 f
+0000000028 00001 f
+0000000029 00001 f
+0000000030 00001 f
+0000000031 00001 f
+0000000033 00001 f
+0000199835 00000 n
+0000000035 00001 f
+0000069338 00000 n
+0000000036 00001 f
+0000000037 00001 f
+0000000038 00001 f
+0000000039 00001 f
+0000000040 00001 f
+0000000041 00001 f
+0000000042 00001 f
+0000000043 00001 f
+0000000044 00001 f
+0000000045 00001 f
+0000000046 00001 f
+0000000047 00001 f
+0000000048 00001 f
+0000000049 00001 f
+0000000050 00001 f
+0000000051 00001 f
+0000000052 00001 f
+0000000053 00001 f
+0000000054 00001 f
+0000000055 00001 f
+0000000056 00001 f
+0000000000 00001 f
+0000065604 00000 n
+0000066014 00000 n
+0000063581 00000 n
+0000064491 00000 n
+0000387388 00000 n
+0000066274 00000 n
+0000202891 00000 n
+0000202939 00000 n
+0000064557 00000 n
+0000000148 00000 n
+trailer
+<</Size 67/Root 1 0 R/Info 61 0 R/ID[<8B8976254E38924890B61D062598FC80><F5A1650D2D6C52459091106EA804F11A>]>>
+startxref
+387571
+%%EOF
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_proving_perspective1.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_proving_perspective1.png
new file mode 100755
index 0000000000000000000000000000000000000000..6e51509dd08ce7599cac8a6fc52c5d9a1b91a35c
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_proving_perspective1.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_proving_perspective10.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_proving_perspective10.png
new file mode 100644
index 0000000000000000000000000000000000000000..e330471cafff29aa878216aca74a2a5290050bd5
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_proving_perspective10.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_proving_perspective11.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_proving_perspective11.png
new file mode 100644
index 0000000000000000000000000000000000000000..7153e9ad4fc8ebaa0b526da6a83895e2e3eb99e6
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_proving_perspective11.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_proving_perspective12.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_proving_perspective12.png
new file mode 100644
index 0000000000000000000000000000000000000000..1d717ed65164d94b451fcccdef0f6ed936c66bce
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_proving_perspective12.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_proving_perspective13.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_proving_perspective13.png
new file mode 100644
index 0000000000000000000000000000000000000000..43b41dda7bda39c89046a048884108f9578a3d6a
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_proving_perspective13.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_proving_perspective14.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_proving_perspective14.png
new file mode 100644
index 0000000000000000000000000000000000000000..61547a093e07725ef39a46718e3b5fcbdcf18b25
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_proving_perspective14.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_proving_perspective15.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_proving_perspective15.png
new file mode 100644
index 0000000000000000000000000000000000000000..d0e11ba830b5536ec30c424955057bea4bd496a3
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_proving_perspective15.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_proving_perspective1b.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_proving_perspective1b.png
new file mode 100644
index 0000000000000000000000000000000000000000..7e8da2c37256e5bbf9c310f966ef2251dc3141b8
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_proving_perspective1b.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_proving_perspective2.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_proving_perspective2.png
new file mode 100644
index 0000000000000000000000000000000000000000..c548a98731833490735ac7098ad992064cb2f771
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_proving_perspective2.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_proving_perspective3.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_proving_perspective3.png
new file mode 100644
index 0000000000000000000000000000000000000000..102d6d5921a7d36db74c0f252c5c6dbf3d056165
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_proving_perspective3.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_proving_perspective4.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_proving_perspective4.png
new file mode 100644
index 0000000000000000000000000000000000000000..c28ab889de5ce9558c195eb3ac22074553a4bfbc
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_proving_perspective4.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_proving_perspective5.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_proving_perspective5.png
new file mode 100644
index 0000000000000000000000000000000000000000..60d4bc19b57668d9895a31b7fe6ba33734f3d2c4
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_proving_perspective5.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_proving_perspective6.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_proving_perspective6.png
new file mode 100644
index 0000000000000000000000000000000000000000..35536f55e6e741d198c19f96c98977f066f44fae
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_proving_perspective6.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_proving_perspective7.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_proving_perspective7.png
new file mode 100644
index 0000000000000000000000000000000000000000..bb2471ca95b4b32322b5036d91516ae3054e482e
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_proving_perspective7.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_proving_perspective8.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_proving_perspective8.png
new file mode 100644
index 0000000000000000000000000000000000000000..49232e2e39b05f7ba1c65b366509b59f625c9810
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_proving_perspective8.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_proving_perspective9.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_proving_perspective9.png
new file mode 100644
index 0000000000000000000000000000000000000000..be77d14516e72b05974e21c474f5fc144f06a912
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_proving_perspective9.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_structurededitor13.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_structurededitor13.png
new file mode 100644
index 0000000000000000000000000000000000000000..66a4254dc815d14a81770763a503a87bf977617f
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_structurededitor13.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_structurededitor14.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_structurededitor14.png
new file mode 100644
index 0000000000000000000000000000000000000000..5acf67ff6cb2c659d1a4577ba7f8eb921a2b7c54
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_structurededitor14.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_structurededitor15.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_structurededitor15.png
new file mode 100644
index 0000000000000000000000000000000000000000..e36ebc015af310ce97e6fd42e356a5b244810aff
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_structurededitor15.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_structurededitor16.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_structurededitor16.png
new file mode 100644
index 0000000000000000000000000000000000000000..bc52684f35390ea3a488b0c01f3f20fe0962d12c
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_structurededitor16.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_structurededitor17.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_structurededitor17.png
new file mode 100644
index 0000000000000000000000000000000000000000..14154e0f39ccf090474bc925127721407c3d6aaa
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_structurededitor17.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_structurededitor18.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_structurededitor18.png
new file mode 100644
index 0000000000000000000000000000000000000000..82041f4f119d86e91fc3cf6ae9a276cfff195e04
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_structurededitor18.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_symbol_table1.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_symbol_table1.png
new file mode 100644
index 0000000000000000000000000000000000000000..ab84326073968ae875b4f9e77cf7e2ec622b06a6
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_symbol_table1.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_symbol_table2.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_symbol_table2.png
new file mode 100644
index 0000000000000000000000000000000000000000..9b17f2360fc3f65a5297aba631a28b9053201836
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_symbol_table2.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_01_symbol_table3.png b/org.rodinp.handbook.feature/latex/img/reference/ref_01_symbol_table3.png
new file mode 100644
index 0000000000000000000000000000000000000000..41e575bdfd76871d9f3ec70bc3de9805401ad091
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_01_symbol_table3.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_10_auto_prover_pref.png b/org.rodinp.handbook.feature/latex/img/reference/ref_10_auto_prover_pref.png
new file mode 100644
index 0000000000000000000000000000000000000000..8c131a9a54568fc3e12df4e4e4eefc30197f6381
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_10_auto_prover_pref.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_10_customizing.png b/org.rodinp.handbook.feature/latex/img/reference/ref_10_customizing.png
new file mode 100644
index 0000000000000000000000000000000000000000..1fed76d0f81f34ca6b006e6659968cb1f786cd01
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_10_customizing.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_10_project1.png b/org.rodinp.handbook.feature/latex/img/reference/ref_10_project1.png
new file mode 100644
index 0000000000000000000000000000000000000000..3a0ac0ee7f0a1b76592edd233bf7532d7f61e3dc
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_10_project1.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_10_project2.png b/org.rodinp.handbook.feature/latex/img/reference/ref_10_project2.png
new file mode 100644
index 0000000000000000000000000000000000000000..26e7fb7cfaefe53cffc4727c18ca9e89f7a0baa1
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_10_project2.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/reference/ref_10_proof_purger.png b/org.rodinp.handbook.feature/latex/img/reference/ref_10_proof_purger.png
new file mode 100644
index 0000000000000000000000000000000000000000..c7e83a572c3144670088d40089becda208403ec9
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/reference/ref_10_proof_purger.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/rodin_miikka_skaffari.jpg b/org.rodinp.handbook.feature/latex/img/rodin_miikka_skaffari.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..2246e11ec407aa8bb82f18da410f7b58d4db344a
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/rodin_miikka_skaffari.jpg differ
diff --git a/org.rodinp.handbook.feature/latex/img/rodin_miikka_skaffari_small.jpg b/org.rodinp.handbook.feature/latex/img/rodin_miikka_skaffari_small.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..3333297624749c951086a6ffa81fdaf18ac8e9e3
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/rodin_miikka_skaffari_small.jpg differ
diff --git a/org.rodinp.handbook.feature/latex/img/tick_64.png b/org.rodinp.handbook.feature/latex/img/tick_64.png
new file mode 100644
index 0000000000000000000000000000000000000000..f7d4a49af4d8bacecfe6658e42b5a42a38598928
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/tick_64.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/tutorial/event-refinement.png b/org.rodinp.handbook.feature/latex/img/tutorial/event-refinement.png
new file mode 100644
index 0000000000000000000000000000000000000000..2843b38d0d23221918a10ca61ca562f0b1ad24d8
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/tutorial/event-refinement.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/tutorial/tl-colors.png b/org.rodinp.handbook.feature/latex/img/tutorial/tl-colors.png
new file mode 100644
index 0000000000000000000000000000000000000000..df59b3a8c26e0ceccf9e586a6a9c2f5dc4ed4a1a
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/tutorial/tl-colors.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/tutorial/tut_02_install1.png b/org.rodinp.handbook.feature/latex/img/tutorial/tut_02_install1.png
new file mode 100644
index 0000000000000000000000000000000000000000..b311fbe55c36c1ca28896ddb7d5151792e1d6538
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/tutorial/tut_02_install1.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/tutorial/tut_02_install2.png b/org.rodinp.handbook.feature/latex/img/tutorial/tut_02_install2.png
new file mode 100644
index 0000000000000000000000000000000000000000..71e7e6276d1ad2d4ba75c5e706f729aa966b01d7
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/tutorial/tut_02_install2.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/tutorial/tut_02_install3.png b/org.rodinp.handbook.feature/latex/img/tutorial/tut_02_install3.png
new file mode 100644
index 0000000000000000000000000000000000000000..957cf825094acdff6e2b72cc12960d5e0d27fb8a
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/tutorial/tut_02_install3.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/tutorial/tut_03_error.png b/org.rodinp.handbook.feature/latex/img/tutorial/tut_03_error.png
new file mode 100644
index 0000000000000000000000000000000000000000..a53b1d8f9f552d9a895a359d82742d6b40817b94
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/tutorial/tut_03_error.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/tutorial/tut_03_error_neweditor.png b/org.rodinp.handbook.feature/latex/img/tutorial/tut_03_error_neweditor.png
new file mode 100644
index 0000000000000000000000000000000000000000..a8e201062e34ae8efa692915991a5c391415ac15
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/tutorial/tut_03_error_neweditor.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/tutorial/tut_03_events.png b/org.rodinp.handbook.feature/latex/img/tutorial/tut_03_events.png
new file mode 100644
index 0000000000000000000000000000000000000000..bbbdd44660ef299aff6234386136bc16f0c3b809
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/tutorial/tut_03_events.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/tutorial/tut_03_interface.png b/org.rodinp.handbook.feature/latex/img/tutorial/tut_03_interface.png
new file mode 100644
index 0000000000000000000000000000000000000000..38728d68cc469496c1c1f99322136c63bce2e04f
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/tutorial/tut_03_interface.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/tutorial/tut_03_invariants.png b/org.rodinp.handbook.feature/latex/img/tutorial/tut_03_invariants.png
new file mode 100644
index 0000000000000000000000000000000000000000..e20345d9af4c5d30c0ac9961379469709282f989
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/tutorial/tut_03_invariants.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/tutorial/tut_03_mac.png b/org.rodinp.handbook.feature/latex/img/tutorial/tut_03_mac.png
new file mode 100644
index 0000000000000000000000000000000000000000..92ddd5a29903bce9df116530bd75195be1317ed2
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/tutorial/tut_03_mac.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/tutorial/tut_03_new-variable.png b/org.rodinp.handbook.feature/latex/img/tutorial/tut_03_new-variable.png
new file mode 100644
index 0000000000000000000000000000000000000000..126c9f111ffbd3d32457eed7f03565cb7dec0425
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/tutorial/tut_03_new-variable.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/tutorial/tut_03_prob_invariant_violation.png b/org.rodinp.handbook.feature/latex/img/tutorial/tut_03_prob_invariant_violation.png
new file mode 100644
index 0000000000000000000000000000000000000000..cf41d61af636aa5c10acebea0c83ef742a2beea4
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/tutorial/tut_03_prob_invariant_violation.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/tutorial/tut_03_prob_perspective.png b/org.rodinp.handbook.feature/latex/img/tutorial/tut_03_prob_perspective.png
new file mode 100644
index 0000000000000000000000000000000000000000..c44e64b3371ea01608af4f4aa7468b5cb29b5143
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/tutorial/tut_03_prob_perspective.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/tutorial/tut_03_trafficlight.png b/org.rodinp.handbook.feature/latex/img/tutorial/tut_03_trafficlight.png
new file mode 100644
index 0000000000000000000000000000000000000000..d0378f923e620b9b54c2d46acbfb833ce8443175
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/tutorial/tut_03_trafficlight.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/tutorial/tut_03_tutorial-3.png b/org.rodinp.handbook.feature/latex/img/tutorial/tut_03_tutorial-3.png
new file mode 100644
index 0000000000000000000000000000000000000000..42bd03aeacefe7e9109fd2c1a65e4fb25bb70c7a
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/tutorial/tut_03_tutorial-3.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/tutorial/tut_03_yellow.png b/org.rodinp.handbook.feature/latex/img/tutorial/tut_03_yellow.png
new file mode 100644
index 0000000000000000000000000000000000000000..04c2720daf7076dfc7897553d03df3d497de3740
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/tutorial/tut_03_yellow.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/tutorial/tut_03_yellow_neweditor.png b/org.rodinp.handbook.feature/latex/img/tutorial/tut_03_yellow_neweditor.png
new file mode 100644
index 0000000000000000000000000000000000000000..96b8cac0bda22252cd9f9365b95fb6ca78428764
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/tutorial/tut_03_yellow_neweditor.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/tutorial/tut_05_agatha1.png b/org.rodinp.handbook.feature/latex/img/tutorial/tut_05_agatha1.png
new file mode 100644
index 0000000000000000000000000000000000000000..10003b9226c7debb06cc84ed5510b9ef398acd18
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/tutorial/tut_05_agatha1.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/tutorial/tut_05_agatha2.png b/org.rodinp.handbook.feature/latex/img/tutorial/tut_05_agatha2.png
new file mode 100644
index 0000000000000000000000000000000000000000..f3580bf1f76fc8274ce5c3388b209a1e87b3ed70
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/tutorial/tut_05_agatha2.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/tutorial/tut_05_agatha2_neweditor.png b/org.rodinp.handbook.feature/latex/img/tutorial/tut_05_agatha2_neweditor.png
new file mode 100644
index 0000000000000000000000000000000000000000..46f09d7a075a97cd5d577c9d0d38bda74b4266e5
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/tutorial/tut_05_agatha2_neweditor.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/tutorial/tut_05_agatha3.png b/org.rodinp.handbook.feature/latex/img/tutorial/tut_05_agatha3.png
new file mode 100644
index 0000000000000000000000000000000000000000..03b2211f0358ddd29069e66b7fa8f9380aac18d0
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/tutorial/tut_05_agatha3.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/tutorial/tut_05_agatha3_neweditor.png b/org.rodinp.handbook.feature/latex/img/tutorial/tut_05_agatha3_neweditor.png
new file mode 100644
index 0000000000000000000000000000000000000000..b866eaf00b5e694102f41a9561ac52fc07dd5180
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/tutorial/tut_05_agatha3_neweditor.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/tutorial/tut_07_event_refinement.png b/org.rodinp.handbook.feature/latex/img/tutorial/tut_07_event_refinement.png
new file mode 100644
index 0000000000000000000000000000000000000000..130aeb74992a92343d5222f81b3a8d756d2eea6b
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/tutorial/tut_07_event_refinement.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/tutorial/tut_08_proof1.png b/org.rodinp.handbook.feature/latex/img/tutorial/tut_08_proof1.png
new file mode 100644
index 0000000000000000000000000000000000000000..516d385769d881b0e42a19d6a2da300713e2fe20
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/tutorial/tut_08_proof1.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/tutorial/tut_08_proof2.png b/org.rodinp.handbook.feature/latex/img/tutorial/tut_08_proof2.png
new file mode 100644
index 0000000000000000000000000000000000000000..307c4a68d10512371a0d115ca90893f0910888ad
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/tutorial/tut_08_proof2.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/tutorial/tut_08_proof_final.png b/org.rodinp.handbook.feature/latex/img/tutorial/tut_08_proof_final.png
new file mode 100644
index 0000000000000000000000000000000000000000..6f3a2a708c300bd6785353abebdfb00eebacb70f
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/tutorial/tut_08_proof_final.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/tutorial/tut_08_proving_perspective.png b/org.rodinp.handbook.feature/latex/img/tutorial/tut_08_proving_perspective.png
new file mode 100644
index 0000000000000000000000000000000000000000..f2290f2012f676544b4c2c0359f19f62240f6b2f
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/tutorial/tut_08_proving_perspective.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/tutorial/tut_08_rodin_problems.png b/org.rodinp.handbook.feature/latex/img/tutorial/tut_08_rodin_problems.png
new file mode 100644
index 0000000000000000000000000000000000000000..18503e417aaf7ce521f97b67a064518d5868fe6f
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/tutorial/tut_08_rodin_problems.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/tutorial/tut_08_search_hypothesis.png b/org.rodinp.handbook.feature/latex/img/tutorial/tut_08_search_hypothesis.png
new file mode 100644
index 0000000000000000000000000000000000000000..4ecc6b67c767763be032b79d5c92bc8d56c58952
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/tutorial/tut_08_search_hypothesis.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/tutorial/tut_08_switch_perspective.png b/org.rodinp.handbook.feature/latex/img/tutorial/tut_08_switch_perspective.png
new file mode 100644
index 0000000000000000000000000000000000000000..8f4ff8eb938763bdb7fac75c99dd787f021443a7
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/tutorial/tut_08_switch_perspective.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/tutorial/tut_10_carrier-sets.png b/org.rodinp.handbook.feature/latex/img/tutorial/tut_10_carrier-sets.png
new file mode 100644
index 0000000000000000000000000000000000000000..acabb7fbe19befbe0308db2189ba16d80076c9da
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/tutorial/tut_10_carrier-sets.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/tutorial/tut_10_graph.png b/org.rodinp.handbook.feature/latex/img/tutorial/tut_10_graph.png
new file mode 100644
index 0000000000000000000000000000000000000000..76527ee2f1929467b869113120633972437751c6
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/tutorial/tut_10_graph.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/tutorial/tut_10_instantiate_p.png b/org.rodinp.handbook.feature/latex/img/tutorial/tut_10_instantiate_p.png
new file mode 100644
index 0000000000000000000000000000000000000000..f0442cc74dc38ce7118bf2e410d0e94e6ffb7385
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/tutorial/tut_10_instantiate_p.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/tutorial/tut_10_instantiate_x.png b/org.rodinp.handbook.feature/latex/img/tutorial/tut_10_instantiate_x.png
new file mode 100644
index 0000000000000000000000000000000000000000..b782c48105307370d2ad5e005862f5b50451ac01
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/tutorial/tut_10_instantiate_x.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/tutorial/tut_10_invariants2.png b/org.rodinp.handbook.feature/latex/img/tutorial/tut_10_invariants2.png
new file mode 100644
index 0000000000000000000000000000000000000000..2f3afd510614eb5fc52ef6ee333d437d1beb7c9d
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/tutorial/tut_10_invariants2.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/tutorial/tut_10_post_tactics.png b/org.rodinp.handbook.feature/latex/img/tutorial/tut_10_post_tactics.png
new file mode 100644
index 0000000000000000000000000000000000000000..a9391927699e69ac8da6affa7bd2564bc06644a1
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/tutorial/tut_10_post_tactics.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/tutorial/tut_10_proof_tree.png b/org.rodinp.handbook.feature/latex/img/tutorial/tut_10_proof_tree.png
new file mode 100644
index 0000000000000000000000000000000000000000..e273f0a3a8a43de64c609231fabe567cebd50751
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/tutorial/tut_10_proof_tree.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/tutorial/tut_10_proof_tree_final.png b/org.rodinp.handbook.feature/latex/img/tutorial/tut_10_proof_tree_final.png
new file mode 100644
index 0000000000000000000000000000000000000000..cb4a832fa626fb1a33fb5cdfb6d5e3b5f1447cf0
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/tutorial/tut_10_proof_tree_final.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/tutorial/tut_10_proversfailed.png b/org.rodinp.handbook.feature/latex/img/tutorial/tut_10_proversfailed.png
new file mode 100644
index 0000000000000000000000000000000000000000..aa5ce379dbceecc3ea5de827a2c1bbb53fc61722
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/tutorial/tut_10_proversfailed.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/tutorial/tut_10_ref_proof1.png b/org.rodinp.handbook.feature/latex/img/tutorial/tut_10_ref_proof1.png
new file mode 100644
index 0000000000000000000000000000000000000000..fafcbb7bdfa514c96f71c4e3f75285318a421997
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/tutorial/tut_10_ref_proof1.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/tutorial/tut_10_ref_proof2.png b/org.rodinp.handbook.feature/latex/img/tutorial/tut_10_ref_proof2.png
new file mode 100644
index 0000000000000000000000000000000000000000..58b7eef96ca6c668f3b9ad29a38b5552feb52a3f
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/tutorial/tut_10_ref_proof2.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/tutorial/tut_10_refinement1_proofs.png b/org.rodinp.handbook.feature/latex/img/tutorial/tut_10_refinement1_proofs.png
new file mode 100644
index 0000000000000000000000000000000000000000..fda3ba421aff78022cb8430baed811d2622ba909
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/tutorial/tut_10_refinement1_proofs.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/tutorial/tut_10_search_hyp.png b/org.rodinp.handbook.feature/latex/img/tutorial/tut_10_search_hyp.png
new file mode 100644
index 0000000000000000000000000000000000000000..f67e515122e427a41f1ce12bb8220b0eb9945e94
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/tutorial/tut_10_search_hyp.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/tutorial/tut_10_view_menu.png b/org.rodinp.handbook.feature/latex/img/tutorial/tut_10_view_menu.png
new file mode 100644
index 0000000000000000000000000000000000000000..6c55a7e01bdbab8711047bcd6ac57f88b8528b65
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/tutorial/tut_10_view_menu.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/tutorial/undischarged1.png b/org.rodinp.handbook.feature/latex/img/tutorial/undischarged1.png
new file mode 100644
index 0000000000000000000000000000000000000000..b2041474bb31953dbc6924d9797643ea42c0cefd
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/tutorial/undischarged1.png differ
diff --git a/org.rodinp.handbook.feature/latex/img/warning_64.png b/org.rodinp.handbook.feature/latex/img/warning_64.png
new file mode 100644
index 0000000000000000000000000000000000000000..b1b5f0acd3b8d28f499b2fcc995711ce3b1cd585
Binary files /dev/null and b/org.rodinp.handbook.feature/latex/img/warning_64.png differ
diff --git a/org.rodinp.handbook.feature/latex/makros.tex b/org.rodinp.handbook.feature/latex/makros.tex
new file mode 100644
index 0000000000000000000000000000000000000000..9126728d4f4cb53ca93088f47f930dd3a866ddc7
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/makros.tex
@@ -0,0 +1,300 @@
+% defining a if(plastex) environment
+\newif\ifplastex
+\plastexfalse
+
+% defining a if(isinprint) environment
+\newif\ifinprint
+\ifdefined\isinprint
+\inprinttrue
+\else
+\inprintfalse
+\fi
+
+% for the print, we use an extra b&w directory
+\ifinprint
+\newcommand{\rodinimgdir}{img-print}
+\else
+\newcommand{\rodinimgdir}{img}
+\fi
+
+\ifinprint
+\def\doculist#1#2{
+\begin{quote}
+\hspace{-10mm}
+\includegraphics[height=4ex]{#2}
+\vspace{-8mm}
+
+#1
+\end{quote}
+}
+\else
+\def\doculist#1#2{
+\begin{quote}
+\hspace{-10mm}
+\textrm{\includegraphics[width=7mm]{#2}} % Hack!  We "mark" the image with textrm so that we can use a different CSS-Style in plastex.
+\vspace{-8mm}
+
+#1
+\end{quote}
+}
+\fi
+
+% dimensions on the title page
+\newlength{\titletop}
+\newlength{\titlesubtitledistance}
+\newlength{\titlebottom}
+\newlength{\titlesecdistance}
+\ifinprint
+\def\titledimrodin{\fontsize{58}{71}}
+\def\titledimhandbook{\fontsize{20.5}{25}}
+\def\titledimsubtext{\fontsize{13}{16}}
+\def\titledimsponsor{\fontsize{11}{15}}
+\setlength{\titletop}{120mm}
+\setlength{\titlesubtitledistance}{2mm}
+\setlength{\titlebottom}{-30mm}
+\setlength{\titlesecdistance}{8mm}
+\else
+\def\titledimrodin{\fontsize{70}{85}}
+\def\titledimhandbook{\fontsize{24.5}{30}}
+\def\titledimsubtext{\fontsize{16}{19}}
+\def\titledimsponsor{\fontsize{11}{15}}
+\setlength{\titletop}{145mm}
+\setlength{\titlesubtitledistance}{2mm}
+\setlength{\titlebottom}{-22mm}
+\setlength{\titlesecdistance}{10mm}
+\fi
+
+\def\tick#1{\doculist{#1}{img/tick_64.png}}
+\def\info#1{\doculist{#1}{img/info_64.png}}
+\def\warning#1{\doculist{#1}{\rodinimgdir/warning_64.png}}
+\def\pencil#1{\doculist{#1}{\rodinimgdir/pencil_64.png}}
+
+% macro for icons
+\def\icon#1{
+\includegraphics[height=2ex]{\rodinimgdir/icons/#1}
+}
+
+% macro for image versions (pdf version + html version)
+% #1 Path to image for pdf version
+% #2 Path to image for html version
+% #3 Caption
+% #4 Label
+\def\imagedpi#1#2#3#4#5{
+	\ifplastex
+		\begin{figure}[!ht]
+		\begin{center}
+			\includegraphics{#3}
+			\caption{#4}
+			\label{#5}
+		\end{center}
+		\end{figure}
+	\else
+		\begin{figure}[!ht]
+		\begin{center}
+			\includegraphics[width=#2]{\rodinimgdir/#1}
+			\caption{#4}
+			\label{#5}
+		\end{center}
+		\end{figure}
+	\fi
+}
+
+\newcommand{\includerodinimg}[1]{\includegraphics{\rodinimgdir/#1}}
+\newcommand{\includerodintwimg}[2]{\includegraphics[width=#1\textwidth]{\rodinimgdir/#2}}
+
+% different method to write an ASCII backslash for plastex and normal pdflatex
+\ifplastex
+  \newcommand{\mybackslash}{\textbackslash}
+\else
+  % we do not use textbackslash for latex, because it does not use the current font setting
+  \newcommand{\mybackslash}{\symbol{`\\}}
+\fi
+
+% Path to resources like zip's with machines
+% We use a relative path in the html + eclipe version (in order to work offline)
+% and an absolute path in the pdf version
+\ifplastex
+	\newcommand{\filepath}{files/}
+    \newcommand{\file}[2]{\href{\filepath#1}{#2}}
+\else
+	\newcommand{\filepath}{\handbookpath/\versionpath/files/}
+    \newcommand{\file}[2]{\href{\filepath#1}{#2}\footnote{The URL of the resource is: \url{\filepath#1}}}
+\fi
+
+% Use this definition to create a link to the file. The definition takes to arguments. 
+% The first argument (1) defines the file name i.e. Celebrity.zip or in case if you saved 
+% the file in a subdirectory subdirecotry/Celebrity.zip. The second argument (2) defines 
+% the name which should be displayed in the document, i.e. Celebrity Problem Example Download
+%\def\file#1#2{
+%\href{\filepath#1}{#2}
+%}
+
+% We want to mark contributions from other plugins in a special way, by including the plugin's
+% icon and by putting the content in a gray box.  We have to approach this differently for
+% Latex and for Plastex:
+% Latex: We use "shaded" from package "framed"
+% Platexte: We use "verse" as the marker and create the shading with the style sheet.
+\newcommand{\tmpName}{Dummy}
+\ifplastex
+\newenvironment{rodin-plugin}[2]
+{
+\renewcommand{\tmpName}{#2}
+  \begin{verse}
+\begin{wrapfigure}{l}{}
+    \includegraphics{\rodinimgdir/#1}
+\end{wrapfigure}
+}
+{
+\newline
+\textit{This contribution requires the \textbf{\tmpName} plugin.  The content is maintained by the plugin contributors and may be out of date.}
+\end{verse}
+}
+\else
+\usepackage{framed}
+\definecolor{shadecolor}{rgb}{0.93,0.93,0.93}
+\newenvironment{rodin-plugin}[2]
+{
+\renewcommand{\tmpName}{#2} % Otherwise we cannot use #2 in the end block - stupid!
+\begin{shaded}
+\begin{wrapfigure}{l}{10mm}
+\vspace{-5mm}
+\includegraphics[width=10mm]{\rodinimgdir/#1}
+\vspace{-5mm}
+\end{wrapfigure}
+\noindent
+}
+{
+\vspace{1mm}
+\noindent\rule{\textwidth}{.1pt}
+\vspace{1mm}
+\noindent
+{\scriptsize This contribution requires the \textbf{\tmpName} plugin.  The content is maintained by the plugin contributors and may be out of date.}
+
+\end{shaded}
+}
+\fi
+
+\newenvironment{plugin-pror}{\begin{rodin-plugin}{pror.png}{ProR Requirements}}{\end{rodin-plugin}}
+
+% Marginpars are  cropped - this formats them nicely.
+\let\oldmarginpar\marginpar
+\renewcommand\marginpar[1]{\-\oldmarginpar[\raggedleft\scriptsize{#1}]
+{\raggedright\small{#1}}}
+\marginparwidth=2cm
+
+% A command to typeset names of an Event-B section (like variables, invariant, etc)
+% consistently.
+\newcommand{\eventbsection}[1]{\textsl{#1}}
+
+% A command to typeset consistently the names of proof obligations
+\newcommand{\eventbpo}[1]{\textsf{#1}}
+
+% Event-B's finite operator
+\newcommand{\bfinite}{\mathrm{finite}}
+\newcommand{\bpartition}{\mathrm{partition}}
+\newcommand{\bunaryunion}{\mathrm{union}}
+\newcommand{\bunaryinter}{\mathrm{inter}}
+% TODO: refactor the following command if needed
+\newcommand{\boftype}{\mathbin{\raisebox{0.6ex}{\ensuremath{\circ}}\mkern-9mu\raisebox{-0.6ex}{\ensuremath{\circ}}}}
+
+% Commands for the structure of the reference section
+
+% rrnames is used for the array of operator symbols and description
+% at the beginning of a reference section.
+% The environment defines an array with three columns:
+% 1) The mathematical symbol
+% 2) The ASCII representation
+% 3) A description of the operator
+\newenvironment{rrnames}%
+  {\begin{center}\begin{tabular}{l@{\quad---\quad}l@{\quad---\quad}l}}%
+    {\end{tabular}\end{center}}
+
+% The environment rodinrefentry is used for a reference section with several
+% entries: Description, Definition, Types, Well-Definedness
+% \rrindent is the indention in such an environment
+\newlength{\rrindent}
+\setlength{\rrindent}{8em}
+\newenvironment{rodinrefentry}{%
+   \renewcommand\descriptionlabel[1]{\makebox[\rrindent][r]{\textbf{##1}}}
+   \setlength{\leftmargini}{\rrindent}
+   \begin{description}%
+}{%
+   \end{description}%
+   \pagebreak[3]%
+}
+\newcommand{\rrdesc}{\item[Description]}
+\newcommand{\rrdef}{\item[Definition]}
+\newcommand{\rrtypes}{\item[Types]}
+%\newcommand{\rrwd}{\item[Well-Definedness]}
+\newcommand{\rrwd}{\item[WD]}
+\newcommand{\rrfis}{\item[Feasibility]}
+\newcommand{\rrex}{\item[Example]}
+
+% feasibility of actions as operator
+\newcommand{\actfis}{\mathcal{F}}
+
+% free identifiers in an expression
+\newcommand{\freeids}[1]{\textsl{Free}(#1)}
+
+% placeholder for arbitrary expressions
+\newcommand{\vexpr}[1]{\textsf{#1}}
+\newcommand{\predp}{\vexpr{P}}
+\newcommand{\predq}{\vexpr{Q}}
+\newcommand{\expra}{\vexpr{A}}
+\newcommand{\exprb}{\vexpr{B}}
+\newcommand{\expre}{\vexpr{E}}
+\newcommand{\exprf}{\vexpr{F}}
+\newcommand{\exprr}{\vexpr{R}}
+\newcommand{\exprs}{\vexpr{S}}
+\newcommand{\exprt}{\vexpr{T}}
+\newcommand{\exprla}{\vexpr{a}}
+\newcommand{\exprlb}{\vexpr{b}}
+\newcommand{\exprle}{\vexpr{e}}
+\newcommand{\exprlf}{\vexpr{f}}
+\newcommand{\exprlp}{\vexpr{p}}
+\newcommand{\exprlr}{\vexpr{r}}
+\newcommand{\exprls}{\vexpr{s}}
+
+% operators (L and D) for well-definendness
+\newcommand{\wdl}{\mathcal{L}}
+\newcommand{\wdd}{\mathcal{D}}
+
+% a placeholder symbol for operators
+\newcommand{\opelipse}{\mathbin{\Box}}
+
+% a second approach to proof obligations
+\newcommand{\pode}[3]{%
+  \begin{center}
+    \setlength{\parindent}{2em}\vspace{0.2em}
+    \begin{tabular}{rp{0.6\textwidth}}
+      \hline
+      & \textbf{#1} \\
+      Name       & #2 \\
+      Goal       & #3 \\
+      \hline
+    \end{tabular}
+  \end{center}
+}
+
+
+% Titlepage stuff
+\ifplastex
+\else
+
+\usepackage{eso-pic}
+\newcommand\BackgroundPic{
+\put(0,0){
+\parbox[b][\paperheight]{\paperwidth}{%
+\vfill
+\centering
+\includegraphics[width=\paperwidth,
+keepaspectratio]{img/rodin_miikka_skaffari.jpg}%
+\vfill
+}}}
+
+\fi
+
+%%% Local Variables: 
+%%% mode: latex
+%%% TeX-master: "rodin-doc"
+%%% End: 
diff --git a/org.rodinp.handbook.feature/latex/plastex-b2latex.sty b/org.rodinp.handbook.feature/latex/plastex-b2latex.sty
new file mode 100644
index 0000000000000000000000000000000000000000..5a05e32ec166265ad94d7abec09adfcd8c3868e3
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/plastex-b2latex.sty
@@ -0,0 +1,124 @@
+%-------------------------------------------------------------------
+% This is b2latex.sty, generated by B2Latex plugin on Rodin
+% Author: K. DAMCHOOM, kd06r@ecs.soton.ac.uk
+% Copyright(c)2008 ECS @ University of Southampton
+%-------------------------------------------------------------------
+% This style file is required for all latex files generated by the
+% B2Latex plugin 0.5.x.
+% Each command mentioned below, can be modified for your own style
+% but command names are not allowed.
+%
+%-------------------------------------------------------------------
+% Defined colors.
+%-------------------------------------------------------------------
+\usepackage{color}
+\definecolor{keycolor}{rgb}{0,0,0.7}  %color of key words, blue is the default
+\definecolor{labelcolor}{rgb}{0,0.4,0.8}  %color of labels, cyan
+\definecolor{codecolor}{rgb}{0,0.2,0}  %color of formulas, black
+\definecolor{xcodecolor}{rgb}{0,0,0}  %color of extended formulas, black
+\definecolor{cmtcolor}{rgb}{0,0,0}  %color of comments, black
+
+%-------------------------------------------------------------------
+\newcommand{\paraSpc} {\hspace*{\fill} \setlength{\parskip}{-2pt}} % reduce space between paras
+%-------------------------------------------------------------------
+\newcommand{\itemSpc} {\setlength{\itemsep}{-0pt}} % reduce space between para items
+%-------------------------------------------------------------------
+% Special commands for MACHINE 
+%-------------------------------------------------------------------
+\newcommand{\MACHINE}[1] { \item[\textcolor{keycolor}{MACHINE } #1]  \paraSpc }
+
+\newcommand{\REFINES}[1]{ \item[\textcolor{keycolor}{REFINES }] #1 \paraSpc }
+
+\newcommand{\SEES}[1]{ \item[\textcolor{keycolor}{SEES }] #1 \paraSpc }
+
+\newcommand{\VARIABLES}{\item[\textcolor{keycolor}{VARIABLES}] \paraSpc }
+
+\newcommand{\INVARIANTS}{  \item[\textcolor{keycolor}{INVARIANTS}] \paraSpc }
+
+\newcommand{\VARIANT}{ \item[\textcolor{keycolor}{VARIANT}] \paraSpc }
+
+\newcommand{\EVENTS}{  \item[\textcolor{keycolor}{EVENTS}] \paraSpc }
+
+\newcommand{\INITIALISATION}{  \item[\textcolor{keycolor}{Initialisation}] \paraSpc }
+
+\newcommand{\EVT}[1]{  \item[\textcolor{keycolor}{Event} \textit{#1} $\defi$ ] \paraSpc } % opt1
+% Option: deactivate above command and reactivate 
+% the command below to display only event name
+%\newcommand{\EVT}[1]{  \item[\textit{#1}] $\defi$ \paraSpc } % opt2
+
+\newcommand{\REF}[1]{ \item[\textcolor{keycolor}{refines}] \textit{#1} \paraSpc }
+
+\newcommand{\EXTD}[1]{ \item[\textcolor{keycolor}{extends}] \textit{#1} \paraSpc }
+
+\newcommand{\Status}[1]{ \item[\textcolor{keycolor}{Status}] #1 \paraSpc }
+
+\newcommand{\AnyPrm}{ \item[\textcolor{keycolor}{any}] \paraSpc \itemSpc }
+
+\newcommand{\WhereGrd}{ \item[\textcolor{keycolor}{where}] \paraSpc \itemSpc }
+
+\newcommand{\WhenGrd}{ \item[\textcolor{keycolor}{when}] \paraSpc \itemSpc }
+
+\newcommand{\Witnesses}{ \item[\textcolor{keycolor}{with}] \paraSpc \itemSpc }
+
+\newcommand{\ThenAct}{ \item[\textcolor{keycolor}{then}] \paraSpc \itemSpc }
+
+\newcommand{\BeginAct}{ \item[\textcolor{keycolor}{begin}] \paraSpc \itemSpc }
+
+\newcommand{\EndAct}{ \item[\textcolor{keycolor}{end}] \paraSpc }
+
+%-------------------------------------------------------------------
+% Special commands for CONTEXT 
+%-------------------------------------------------------------------
+
+\newcommand{\CONTEXT}[1]{  \item[\textcolor{keycolor}{CONTEXT }] #1 \paraSpc }
+
+\newcommand{\EXTENDS}[1]{ \item[\textcolor{keycolor}{EXTENDS }] #1 \paraSpc }
+
+\newcommand{\SETS}{ \item[\textcolor{keycolor}{SETS}] \paraSpc }
+
+\newcommand{\CONSTANTS}{ \item[\textcolor{keycolor}{CONSTANTS}] \paraSpc }
+
+\newcommand{\THEOREMS}{ \item[\textcolor{keycolor}{THEOREMS}] \paraSpc }
+
+\newcommand{\AXIOMS}{ \item[\textcolor{keycolor}{AXIOMS}] \paraSpc }
+
+%-------------------------------------------------------------------
+% General commands used in both machines and contexts
+%-------------------------------------------------------------------
+
+% Specification Title
+\newcommand{\BTitle}[3]{
+\item[\fbox{\parbox{6in}{\centering{~\\An Event-B Specification of #1
+\\Creation Date: #2 @ #3\\}}}]
+}
+% End of MACHINE or CONTEXT
+\newcommand{\END}{ \item[\textcolor{keycolor}{END}] \hspace*{\fill} }
+
+% Printing non-labelled elements
+% (i.e. variables, sets and constants)
+% \newcommand{\Item}[1]{ \item[\textcolor{codecolor}{$\tt#1$}] \itemSpc }
+\newcommand{\Item}[1]{$\tt#1$ \itemSpc }
+\newcommand{\ItemX}[1]{ $\it#1$ \itemSpc }
+
+% Printing an element with label name
+% (i.e. invariants, theorems, axioms, witnesses and actions)
+% parameter #1 is a label name and #2 is its content
+\newcommand{\nItem}[2]{ $\tt #1:$ $\tt #2$ \itemSpc } % opt1
+\newcommand{\nItemX}[2]{ $\tt #1: \it #2$ \itemSpc } % opt1
+% Below is an alternative command for printing with no label
+%\newcommand{\nItem}[2]{ \item[] $#2$} % opt2
+
+% Commentations, reselect the second option for displaying asterisks
+% - Newline comment 
+\newcommand{\cmt}[1]{ \hspace*{\fill}\\\textcolor{cmtcolor}{ #1}} %opt1 
+%\newcommand{\cmt}[1]{ \hspace*{\fill}\\ $/\ast$ #1 $\ast/$} % opt2
+
+% - Back Comment, for variables, sets and constants
+\newcommand{\bcmt}[1]{~~~ \textcolor{cmtcolor}{#1}} %opt1 
+%\newcommand{\bcmt}[1]{~~~ $/\ast$ #1 $\ast/$} %opt2
+% Select opt3 or opt4 (including asterisks) if you want to display this kind of comments
+% on the newline like the newline comment
+%\newcommand{\bcmt}[1]{ \hspace*{\fill}\\ #1} %opt3 
+%\newcommand{\bcmt}[1]{ \hspace*{\fill}\\ $/\ast$ #1 $\ast/$} % opt4
+
+%-------------------------------------------------------------------
diff --git a/org.rodinp.handbook.feature/latex/plastex-bsymb.sty b/org.rodinp.handbook.feature/latex/plastex-bsymb.sty
new file mode 100644
index 0000000000000000000000000000000000000000..27f29bcfe08433febe96820fd549143dfe38a379
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/plastex-bsymb.sty
@@ -0,0 +1,101 @@
+%%
+%% This is file `bsymb.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% bsymb.dtx  (with options: `package')
+%% 
+%% This is a generated file.
+%% 
+%% Copyright (C) 2004 by Laurent Voisin <laurent.voisin at inf.ethz.ch>
+%% 
+%% This file may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.3
+%% of this license or (at your option) any later version.
+%% The latest version of this license is in:
+%% 
+%%    http://www.latex-project.org/lppl.txt
+%% 
+%% and version 1.3 or later is part of all distributions of LaTeX
+%% version 2003/12/01 or later.
+%% 
+\NeedsTeXFormat{LaTeX2e}[1999/06/01]
+\ProvidesPackage{bsymb}
+   [2005/04/27 v1.5 Symbols for the B language]
+%%\RequirePackageWithOptions{amssymb}
+\newcommand\bsymb@defop[2]{
+  \newcommand{#1}{\mathop{#2}\nolimits}
+}
+\newcommand\bsymb@deford[2]{
+  \newcommand{#1}{\mathord{#2}}
+}
+\bsymb@deford{\bfalse}{\bot}
+\bsymb@deford{\btrue}{\top}
+\newcommand{\limp}{\mathbin\Rightarrow}
+\newcommand{\leqv}{\mathbin\Leftrightarrow}
+\bsymb@deford{\qdot}{\mkern1mu\cdot\mkern1mu}
+\newcommand\defi{\mathrel{\widehat=}}
+
+\bsymb@defop{\pow}{\mathbb P\hbox{}}
+\bsymb@defop{\pown}{\mathbb P_1}
+\newcommand{\cprod}{\mathbin\times}
+\newcommand{\bunion}{\mathbin{\mkern1mu\cup\mkern1mu}}
+\newcommand{\binter}{\mathbin{\mkern1mu\cap\mkern1mu}}
+\bsymb@defop{\union}{\mathrm{union}}
+\bsymb@defop{\inter}{\mathrm{inter}}
+\newcommand{\Union}{\bigcup\nolimits}
+\newcommand{\Inter}{\bigcap\nolimits}
+\renewcommand{\emptyset}{\mathord\varnothing}
+\newcommand{\rel}{\mathbin\leftrightarrow}
+\newcommand{\trel}{\mathbin{\leftarrow\mkern-14mu\leftrightarrow}}
+\newcommand{\srel}{\mathbin{\leftrightarrow\mkern-14mu\rightarrow}}
+\newcommand{\strel}{\mathbin{\leftrightarrow\mkern-14mu\leftrightarrow}}
+\bsymb@defop{\dom}{\mathrm{dom}}
+\bsymb@defop{\ran}{\mathrm{ran}}
+\newcommand{\fcomp}{\mathbin;}
+\newcommand{\bcomp}{\circ}
+\bsymb@defop{\id}{\mathrm{id}}
+\newcommand{\domres}{\mathbin\lhd}
+\newcommand{\domsub}{\mathbin{\lhd\mkern-14mu-}}
+\newcommand{\ranres}{\mathbin\rhd}
+\newcommand{\ransub}{\mathbin{\rhd\mkern-14mu-}}
+\newcommand{\ovl}{\mathbin{\lhd\mkern-9mu-}}
+\newcommand{\dprod}{\mathbin\otimes}
+\bsymb@defop{\prjone}{\mathrm{prj}_1}
+\bsymb@defop{\prjtwo}{\mathrm{prj}_2}
+\newcommand{\pprod}{\mathbin\|}
+\newcommand{\bsymb@partial}[2]{
+  \mathbin{\mkern#2mu\mapstochar\mkern-#2mu#1}
+}
+\newcommand{\pfun}{\bsymb@partial\rightarrow6}
+\newcommand{\tfun}{\mathbin\rightarrow}
+\newcommand{\pinj}{\bsymb@partial\rightarrowtail9}
+\newcommand{\tinj}{\mathbin\rightarrowtail}
+\newcommand{\psur}{\bsymb@partial\twoheadrightarrow6}
+\newcommand{\tsur}{\mathbin\twoheadrightarrow}
+\newcommand{\tbij}{\mathbin{
+      \rightarrowtail
+      \mkern-18mu\twoheadrightarrow}
+}
+\bsymb@defop{\fin}{\mathbb F\hbox{}}
+\bsymb@defop{\finn}{\mathbb F_1}
+\bsymb@deford{\nat}{\mathbb N}
+\bsymb@deford{\natn}{\mathbb N_1}
+\bsymb@deford{\intg}{\mathbb Z}
+\bsymb@defop{\card}{\mathrm{card}}
+\newcommand{\upto}{\mathbin{.\mkern1mu.}}
+\bsymb@defop{\upred}{\mathrm{pred}}
+\bsymb@defop{\usucc}{\mathrm{succ}}
+\newcommand\expn{\mathbin{\widehat{\enskip}}}
+\bsymb@deford{\Bool}{\mathrm{BOOL}}
+\bsymb@deford{\True}{\mathrm{TRUE}}
+\bsymb@deford{\False}{\mathrm{FALSE}}
+\bsymb@defop{\bool}{\mathrm{bool}}
+\newcommand{\bcmeq}{\mathrel{:\mkern1mu=}}
+\newcommand{\bcmin}{\mathrel{:\mkern1mu\in}}
+\newcommand{\bcmsuch}{\mathrel{:\mkern1mu\mid}}
+
+\endinput
+%%
+%% End of file `bsymb.sty'.
diff --git a/org.rodinp.handbook.feature/latex/reference-01.tex b/org.rodinp.handbook.feature/latex/reference-01.tex
new file mode 100644
index 0000000000000000000000000000000000000000..b2de1262d3ad64bcc97d9e291259f867036330dd
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/reference-01.tex
@@ -0,0 +1,1156 @@
+\section{The Rodin Platform}
+\label{rodin_platform}
+\index{Rodin}
+
+In this section, we describe the details of the tool platform, as it is presented to the user.  You will find a description of all GUI elements that you may encounter.
+
+\subsection{Eclipse in General}
+\label{eclipse}
+\index{Eclipse}
+
+\textbf{From the Eclipse Website\footnote{\url{http://www.eclipse.org/}}:}
+Eclipse is an open source community, whose projects are focused on building an open development platform comprised of extensible frameworks, tools and runtimes for building, deploying and managing software across the lifecycle. The Eclipse Foundation is a not-for-profit, member supported corporation that hosts the Eclipse projects and helps cultivate both an open source community and an ecosystem of complementary products and services.
+
+\textbf{From Wikipedia\footnote{\url{http://en.wikipedia.org/}}:}
+Eclipse is a multi-language software development environment comprising an integrated development environment (IDE) and an extensible plugin system. It is written mostly in Java and can be used to develop applications in Java and, by means of various plugins, other programming languages including Ada, C, C++, COBOL, Perl, PHP, Python, R, Ruby (including Ruby on Rails framework), Scala, Clojure, Groovy and Scheme. It can also be used to develop packages for the software Mathematica. The IDE is often called Eclipse ADT (Ada Development Toolkit) for Ada, Eclipse CDT for C/C++, Eclipse JDT for Java, and Eclipse PDT for PHP.
+
+Eclipse provides the technical foundation of Rodin.
+
+\subsubsection{Project Constituents and Relationships}
+\label{project}
+\index{project}
+
+The primary concept in doing formal developments with the Rodin Platform is that of a project. A project contains the complete mathematical development of a Discrete Transition System. It consists of components of two different types: machines and contexts. Machines contain the variables, invariants, theorems, and events for a project. Contexts contain the carrier sets, constants, axioms, and theorems for a project. Figure \ref{fig_ref_10_project1} shows an overview.
+
+\begin{figure}[!ht]
+\begin{center}
+  \framebox{\parbox{0.3\textwidth}{{\large Machine}
+    \begin{itemize}
+    \item[] variables
+    \item[] invariants
+    \item[] events
+    \end{itemize}}}
+  \hspace*{5em}\framebox{\parbox{0.3\textwidth}{{\large Context}
+    \begin{itemize}
+    \item[] carrier sets
+    \item[] constants
+    \item[] axioms
+    \end{itemize}}}
+	\caption{Overview Machine and Context}
+	\label{fig_ref_10_project1}
+\end{center}
+\end{figure}
+
+
+Various relationships exist between machines and contexts. This is illustrated in the following figure. A machine can be ``refined" by another one, and a context can be ``extended" by another one. However, cycles are not allowed (i.e. the original machine cannot refine any of the refined machines). A machine can also ``see" one or several contexts. A typical example of machine and context relationship is shown in Figure \ref{fig_ref_10_project2}. 
+
+\begin{figure}[ht]
+\begin{center}
+	\includerodintwimg{0.5}{reference/ref_10_project2.png}
+	\caption{A typical example of machine and context relationship}
+	\label{fig_ref_10_project2}
+\end{center}
+\end{figure}
+
+\subsubsection{Rodin Nature}
+\label{rodin_nature}
+
+Eclipse Projects can have one or more natures to describe their purpose.  The GUI then adapt to this nature.  Rodin Projects must have the Rodin-Nature.  If you create an Event-B project in Rodin, it automatically has the right nature.  If you want to modify an existing project, you can edit the \texttt{.project} file and add the following XML in the \texttt{<natures>} section:
+
+\pencil{
+\texttt{<nature>org.rodinp.core.rodinnature</nature>}
+}
+
+
+\subsection{The Event-B Perspective}
+\label{event_b_perspective}
+\index{Event-B!perspective}
+\index{perspective!Event-B}
+
+Figure \ref{fig_ref_01_eventb_perspective1} shows an overview of the opening window of the Event-B Perspective. The following subsections identify the different Rodin GUI elements (i.e. views) which are visible and explain their functions.
+
+\ifinprint
+\begin{figure}
+  \begin{center}
+    \includerodintwimg{1}{reference/ref_01_eventb_perspective2.png}
+    \caption{Overview of the Event-B Perspective}
+    \label{fig_ref_01_eventb_perspective1}
+  \end{center}
+\end{figure}
+\else
+\imagedpi{reference/ref_01_eventb_perspective1.pdf}{\textwidth}{img/reference/ref_01_eventb_perspective1.png}{Overview of the Event-B Perspective}{fig_ref_01_eventb_perspective1}
+\fi
+
+\subsubsection{Menu bar}
+\label{menu_bar}
+
+The menu bar provides file and edit operations and other useful Event-B specific operations. We will briefly describe the most important menu items here.
+
+\paragraph{Rename menu}
+
+When opening a machine or context file, the following actions for automatically renaming the Event-B model elements are available for the user:
+
+One action is available when editing context files (see Figure \ref{fig_ref_01_menubar2}).
+
+    \begin{itemize}
+    	\item Automatic Axiom Labelling: this action will rename the axioms alphanumerically according to their order of appearance. 
+    \end{itemize}
+
+\begin{figure}[ht]
+\begin{center}
+	\includerodinimg{reference/ref_01_menubar2.png}
+	\caption{Automatic rename actions for context files}
+	\label{fig_ref_01_menubar2}
+\end{center}
+\end{figure}
+
+Three actions are available for machine files (see Figure \ref{fig_ref_01_menubar1}).
+
+    \begin{itemize}
+    	\item Automatic Invariant Labelling: this action will rename the invariants alphanumerically according to their order of appearance.
+	\item Automatic Guard Labelling: this action will rename the guards alphanumerically according to their order of appearance,
+	\item Automatic Action Labelling: this action will rename the actions alphanumerically according to their order of appearance. 
+    \end{itemize}
+
+\begin{figure}[ht]
+\begin{center}
+	\includerodinimg{reference/ref_01_menubar1.png}
+	\caption{Automatic rename actions for machine files}
+	\label{fig_ref_01_menubar1}
+\end{center}
+\end{figure}
+
+\paragraph{Event-B menu}
+
+When opening a machine or context file, some wizards for creating Event-B model elements are available for the user. The different wizards are described in Section \ref{eventb_wizards}.
+
+\subsubsection{Tool bar}
+\label{tool_bar}
+
+The tool bar provides shortcuts for familiar commands like save, print, undo and redo. The tool bar also provides shortcuts to the wizards for creating elements like axioms, constants, enumerated sets, etc., which are described in Section \ref{eventb_wizards}.
+
+\subsubsection{Editor View}
+\label{editor_view}
+
+The editor view contains the active Event-B editor which is described in Section \ref{new_eventb_editor}.
+
+\subsubsection{Outline View}
+\label{outline_view}
+
+The outline view displays the outline of the active Event-B editor and lists elements like axioms, variables, etc.. 
+
+\subsubsection{Rodin Problems View}
+\label{rodin_problems_view}
+\index{Rodin problems view}
+\index{view!Rodin Problems view}
+
+When an error is discovered in a project, a \icon{rodin/error_ovr2.png} marker appears next to the line with the problem in the editor view, and the faulty component in the \textsf{Event-B Explorer} is also similarly marked with \icon{rodin/error_ovr.png}. The error itself (e.g. a syntax error) is shown in the Rodin Problems view.
+
+By double-clicking on the error statement, you are transferred automatically to the place where the error has been detected so that you can correct it easily.
+
+\subsubsection{Symbols View}
+\label{symbols_view}
+\index{view!Symbols View}
+
+The symbols view is intended to give users a convenient way to add mathematical symbols to the various model editors. If an editor is open and a text field is active (the cursor is blinking), clicking a symbol will insert it at the current position (see Figure \ref{fig_ref_01_symbol_table1}). 
+
+The ASCII code corresponding to the symbol over which the mouse hovers is also displayed as a tooltip so that the user can also learn how to input symbols directly. 
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodintwimg{1.0}{reference/ref_01_symbol_table1.png}
+	\caption{Clicking a symbol inserts it at the current position}
+	\label{fig_ref_01_symbol_table1}
+\end{center}
+\end{figure}
+
+\subsubsection{Event-B Explorer}
+\label{eventb_explorer}
+\index{Event-B!explorer}
+
+Projects can be found in the RODIN platform in the \textsf{Event-B Explorer}. This is usually situated on the left hand side of the screen as shown in Figure \ref{fig_ref_01_eventb_perspective1}. The \textsf{Event-B Explorer} contains a list of name of the current projects. Next to each project name is a \icon{rodin/collapsed.png} button. By pressing it, one can expand a project and see the machines and contexts that it contains.
+
+The icons (\icon{rodin/ctx_obj.png} or \icon{rodin/mch_obj.png}) next to the component name identifies whether it is a context or machine respectively.
+
+When expanding a machine or a context, you can explore its elements. Double clicking on a specific element (i.e. a variable) opens the Event-B editor and marks the position of the variable in the machine or context as shown in Figure \ref{fig_ref_01_project_explorer1}. Furthermore, proof obligations are displayed when clicking on the small triangle next to the label \textsf{Proof Obligations} (for more information see Section \ref{proving_perspective}).
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodintwimg{1.0}{reference/ref_01_project_explorer1.png}
+	\caption{Double clicking on an element opens the Event-B editor and marks the corresponding position}
+	\label{fig_ref_01_project_explorer1}
+\end{center}
+\end{figure}
+
+\subsection{Customizing a perspective suitable for RODIN}
+\label{customizing_a_perspective_suitable_for_rodin}
+\index{perspective!customisation}
+\index{fast view bar}
+
+So far, you have needed two different perspectives to work with RODIN. However, it is actually possible to work with only one perspective. In this section, we will try to customize a perspective so that we do not need any other. If you have experience with customizing Eclipse perspectives, you may only want to read the next paragraph which contains a few suggestions for a good perspective for RODIN.
+
+We should start by thinking about how we want our perspective to appear. The proving perspective already is quite nice, but we may want to use a little bit more editing space when in the Event-B perspective. To create more space, we can move all windows that currently are on both sides of the editing area onto one side since they never really need to be used simultaneously. We can also dock all of these windows onto the so-called Fast View bar so that they disappear when they are not needed. It would also be nice to be able to split the screen and work on several components at once. Then we could edit both the abstract machine and the concrete machine at the same time.
+
+For the most part, the perspectives can be customized by dragging and dropping the different windows. First of all, you need to find the Fast View bar. Usually, it is at the bottom of the Eclipse window, but it also can be on the side or hidden inside the Shortcut Bar. For our purposes, it probably is best to have it on the right side of the screen. Place it there by dragging and dropping it with the mouse. Now add some items to it. To do this, press the \textsf{Show View as a Fast View} button on the bar (See Figure \ref{fig_ref_01_customizing2}). It may be a good idea to to leave the Goal, the Rodin Problems and the Proof Control views open at the bottom of the screen since you may want them to stay open while editing. A good selection of views to add to the Fast View bar may be:
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodinimg{reference/ref_01_customizing2.png}
+	\caption{Show View as a Fast View}
+	\label{fig_ref_01_customizing2}
+\end{center}
+\end{figure}
+
+\begin{itemize}
+	\item Project Explorer	
+	\item Search Hypothesis
+	\item Cache Hypothesis
+	\item Proof Tree
+	\item Proof Information
+	\item Progress Window
+\end{itemize}
+
+All of the windows that you cannot create directly when clicking on \textsf{Show View as a Fast View} can be found under \textsf{Others/General}. After you are finished, the window should look like Figure \ref{fig_ref_10_customizing}. Click on ``Save Perspective As...'' in the Window menu to save the perspective.
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodintwimg{1.0}{reference/ref_10_customizing.png}
+	\caption{Our self-made Quick perspective}
+	\label{fig_ref_10_customizing}
+\end{center}
+\end{figure}
+
+\subsection{The Event-B Editor}
+\label{new_eventb_editor}
+\index{editor!default editor}
+
+Once a context or a machine is created, a window appears in the editing area as shown in Figure \ref{fig_ref_01_eventb_editor1_neweditor}.
+
+\warning{The editor described here was made the default editor in Rodin 2.4 (February 2012) and still has some minor issues (see Section~\ref{faq_new_editor_new_element}).  The alternative structural editor is still available (see Section~\ref{eventb_editor}).}
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodintwimg{1.0}{reference/ref_01_eventb_editor1_neweditor.png}
+	\caption{The Event-B editor}
+	\label{fig_ref_01_eventb_editor1_neweditor}
+\end{center}
+\end{figure}
+
+The editor allows you to edit the modelling elements of the context which are the dependencies, the carrier sets, the constants, and the axioms. By right-clicking in predefined places you can create new modelling elements. For instance, a \icon{rodin/structured_arrow.png} symbol appears directly to the right of the name of the context (in this case, the name of the context is ``ctx"). Place your cursor directly to the left of this symbol and right click. Select the element that you would like to add from the \textsf{Add Child} menu as shown in Figure \ref{fig_ref_01_neweditor_add_element}.
+
+Machine elements can also be added in the same way. 
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodintwimg{1.0}{reference/ref_01_neweditor_add_element.png}
+	\caption{Adding a new modelling element}
+	\label{fig_ref_01_neweditor_add_element}
+\end{center}
+\end{figure}
+
+To remove a modelling element, right click on the modelling element and select \textsf{Delete}.
+
+It is also possible to add modelling elements by using wizards (See \ref{eventb_wizards}).
+
+\subsection{The Structural Event-B Editor}
+\label{eventb_editor}
+\index{editor!structural editor}
+
+\info{The editor described here was the default editor until Rodin 2.3.  It is still available. To use this editor, right click on a machine or context file in the \textsf{Event-B Explorer} and select \textsf{Open With $\rangle$ Event-B Machine Editor}.}
+
+Once a context or a machine is created, a window appears in the editing area as shown in Figure \ref{fig_ref_01_eventb_editor1}.
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodinimg{reference/ref_01_eventb_editor1.png}
+	\caption{The Structured Event-B editor}
+	\label{fig_ref_01_eventb_editor1}
+\end{center}
+\end{figure}
+
+By default, you are in \textsf{Edit} mode which allows you to edit the modelling elements of the context (the dependencies, the carrier sets, the constants, and the axioms). By right-clicking on the modelling elements you can create new child and sibling elements. For instance,
+by pressing the triangle (\icon{rodin/collapsed.png}) next to each keyword, you can see the different modelling elements and also add, remove, or move them. Figure \ref{fig_ref_01_eventb_editor2} shows what the section looks like after pressing the triangle next to the keyword "AXIOMS".
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodinimg{reference/ref_01_eventb_editor2.png}
+	\caption{By pressing the triangle you can collapse/expand context sections}
+	\label{fig_ref_01_eventb_editor2}
+\end{center}
+\end{figure}
+
+By pressing the \icon{rodin/add.png} button, you can add a new modelling element. For instance, clicking on the \icon{rodin/add.png} button in the \textsf{AXIOMS} section will add a new axiom element. You can now enter a new axiom and a comment in the corresponding boxes as indicated in Figure \ref{fig_ref_01_eventb_editor3}.
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodintwimg{1.0}{reference/ref_01_eventb_editor3.png}
+	\caption{Adding a new modelling element}
+	\label{fig_ref_01_eventb_editor3}
+\end{center}
+\end{figure}
+
+To remove a modelling element, press the \icon{rodin/remove.png} button. You can also move an modelling element up or down by selecting it and then pressing one of the two arrows (\icon{rodin/up_edit.png} or \icon{rodin/down_edit.png}).
+
+\subsubsection{Dependencies (Context)}
+\index{context!dependencies}
+
+By selecting the \textsf{Dependencies} tab at the bottom of the Event-B editor, you obtain the window shown in Figure \ref{fig_ref_01_eventb_editor8}.
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodinimg{reference/ref_01_eventb_editor8.png}
+	\caption{Dependencies tab of the Event-B editor}
+	\label{fig_ref_01_eventb_editor8}
+\end{center}
+\end{figure}
+
+The dependencies tab allows you to control the other contexts that the current context extends. To add the context that you want to extend, select the name of the context from the drop-down menu at the bottom of the window and then hit the \textsf{Add} button.
+
+There is also another way to create a new context as an extension existing one. Select the context in the project window and then press the right mouse key. Then select \textsf{Extend} from the menu that opens up. This should bring up the window as shown in Figure \ref{fig_ref_01_eventb_editor9}.
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodinimg{reference/ref_01_eventb_editor9.png}
+	\caption{New EXTENDS Clause window}
+	\label{fig_ref_01_eventb_editor9}
+\end{center}
+\end{figure}
+
+You can then enter the name of the new context which will automatically extend your chosen context. 
+
+\subsubsection{Dependencies (Machine)}
+\index{machine!dependencies}
+
+The \textsf{Dependencies} tab for machines is very similar to the one for contexts that is described in the previous section. The main difference is that there are two kinds of dependencies that can be established: machines on which the current machine depends are listed in the upper part and contexts on which the current machine depends are listed in the lower part.
+
+\subsubsection{Synthesis (Context)}
+\index{context!synthesis}
+
+Selecting the \textsf{Synthesis} tab brings up a global view of your context's elements (carrier set / constant / axiom / extended context) as demonstrated in Figure \ref{fig_ref_01_eventb_editor11}. 
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodinimg{reference/ref_01_eventb_editor11.png}
+	\caption{The Synthesis tab of the Event-B editor}
+	\label{fig_ref_01_eventb_editor11}
+\end{center}
+\end{figure}
+
+By pressing the \textsf{set}, \textsf{cst}, or \textsf{axm} buttons in the upper right corner, you can filter out the carrier sets, constants or axioms of your context respectively.
+
+If you select an element, you can change its priority by pressing the \icon{rodin/up_edit.png} button or the \icon{rodin/down_edit.png} button. You do this for axioms, carrier sets, constants and extended contexts.
+
+Right clicking in this view will bring up a context menu that allows you to add a new carrier set, constant, axiom or extended context. 
+
+\subsubsection{Synthesis (Machine)}
+\index{machine!synthesis}
+
+The \textsf{Synthesis} tab for machines is very similar to the one of contexts (see above) except that you have a global view of your machine's elements (refined machines, seen contexts, variables, invariants, events, and variants).
+
+\subsubsection{Pretty Print}
+\index{pretty print}
+
+Selecting the \textsf{Pretty Print} tab gives you a global view of your context or machine as if it had been entered through with an input text file as seen in Figure \ref{fig_ref_01_eventb_editor10}.
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodinimg{reference/ref_01_eventb_editor10.png}
+	\caption{The Pretty Print tab of the Event-B editor}
+	\label{fig_ref_01_eventb_editor10}
+\end{center}
+\end{figure}
+
+
+\subsection{Wizards}
+\label{eventb_wizards}
+In addition to being able to directly enter modelling elements in the editor, it is also possible to add them by using wizards.
+You can activate the different wizards by using the buttons in the tool bar as shown in Figure \ref{fig_ref_01_eventb_editor12} and in Figure \ref{fig_ref_01_eventb_editor13} or via the Event-B menu (the menu will only provide the wizards that you need for creating your machine components or context components). The next sections explain how to use the wizards.
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodinimg{reference/ref_01_eventb_editor12.png}
+	\caption{Wizards for context specific elements located in the tool bar}
+	\label{fig_ref_01_eventb_editor12}
+\end{center}
+\end{figure}
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodinimg{reference/ref_01_eventb_editor13.png}
+	\caption{Wizards for machine specific elements located in the tool bar}
+	\label{fig_ref_01_eventb_editor13}
+\end{center}
+\end{figure}
+
+
+\subsubsection{New Carrier Sets Wizard}
+\index{wizard!New Carrier Sets Wizard}
+\index{carrier set!using a wizard to create a carrier set}
+
+To activate the \textsf{New Carrier Sets Wizard}, press the \icon{rodin/newset_edit.png} button located in the tool bar. Pressing the button bring up the window shown in Figure \ref{fig_ref_01_eventb_editor4}.
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodinimg{reference/ref_01_eventb_editor4.png}
+	\caption{New Carrier Sets Wizard}
+	\label{fig_ref_01_eventb_editor4}
+\end{center}
+\end{figure}
+
+You can enter as many carrier sets as you want by pressing the \textsf{More} button. When you are finished, press the \textsf{OK} button. 
+
+\subsubsection{New Enumerated Set Wizard}
+\label{enumerated_set_wizard}
+\index{wizard!New Enumerated Set Wizard}
+
+To activate the \textsf{New Enumerated Set Wizard}, press the \icon{rodin/newenuset_edit.png} button located in the tool bar. Pressing the button bring up the window shown in Figure \ref{fig_ref_01_eventb_editor5}.
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodinimg{reference/ref_01_eventb_editor5.png}
+	\caption{New Enumerated Set Wizard}
+	\label{fig_ref_01_eventb_editor5}
+\end{center}
+\end{figure}
+
+Enter the name of the new enumerated set as well as the names of its elements. By pressing the \textsf{More Elements} button, you can enter additional elements. When you're finished, press the \textsf{OK} button. The benefit of using this wizard is that in addition to creating the set and its elements, the wizard automatically creates the axiom that is necessary for the context to work. For example, when you add the new carrier set \texttt{COLOUR} and the three constants \texttt{red}, \texttt{green}, and \texttt{orange}, the wizard automatically creates the following axiom 
+\[partition(COLOUR , \{red\}, \{green\}, \{orange\})\].
+
+\subsubsection{New Constants Wizard}
+\index{wizard!New Constants Wizard}
+\index{constant!using a wizard to create a constant}
+
+To activate the \textsf{New Constants Wizard}, press the \icon{rodin/newcst_edit.png} button located in the tool bar. Pressing the button will bring up the window shown in Figure \ref{fig_ref_01_eventb_editor6}.
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodinimg{reference/ref_01_eventb_editor6.png}
+	\caption{New Constants Wizard}
+	\label{fig_ref_01_eventb_editor6}
+\end{center}
+\end{figure}
+
+You can then enter the names of a constant and an axiom which can be used to define the constant's type. By pressing the \textsf{More Axm.} button you can enter additional axioms. To add more constants, press the \textsf{Add} button. When you have finished, press the \textsf{OK} button.
+
+\subsubsection{New Axioms Wizard}
+\index{wizard!New Axioms Wizard}
+\index{axiom!using a wizard to create an axiom}
+
+To activate the \textsf{New Axioms Wizard}, press the \icon{rodin/newaxm_edit.png} button located in the tool bar. Pressing the button brings up the window shown in Figure \ref{fig_ref_01_eventb_editor7}.
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodinimg{reference/ref_01_eventb_editor7.png}
+	\caption{New Axioms Wizard}
+	\label{fig_ref_01_eventb_editor7}
+\end{center}
+\end{figure}
+
+You can then enter the axioms you want. If more axioms are needed, press the \textsf{More} button. When you are finished, press the \textsf{OK} button.
+
+Check the ``Theorem" checkbox if the corresponding axiom that you created should be marked as a a theorem.
+
+\subsubsection{New Variable Wizard}
+\index{wizard!New Variable Wizard}
+
+To activate the \textsf{New Variable Wizard}, press the \icon{rodin/newvar_edit.png} button located in the tool bar. Pressing the button brings up the window shown in Figure \ref{fig_ref_01_eventb_editor14}.
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodinimg{reference/ref_01_eventb_editor14.png}
+	\caption{New Variable Wizard}
+	\label{fig_ref_01_eventb_editor14}
+\end{center}
+\end{figure}
+
+You can then enter the names of the variable, what its state at initialisation should be, and an invariant which defines its type. By pressing button \textsf{More Inv.}, you can enter additional invariants. To add more variables, press the \textsf{Add} button. When you're finished, press the \textsf{OK} button. 
+
+\subsubsection{New Invariants Wizard}
+\index{wizard!New Invariants Wizard}
+\index{invariant!using a wizard to add an invariant}
+
+To activate the \textsf{New Invariants Wizard}, press the \icon{rodin/newinv_edit.png} button located in the tool bar. Pressing the button bring up the window shown in Figure \ref{fig_ref_01_eventb_editor15}.
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodinimg{reference/ref_01_eventb_editor15.png}
+	\caption{New Invariants Wizard}
+	\label{fig_ref_01_eventb_editor15}
+\end{center}
+\end{figure}
+
+You can then enter the invariants you want. If more invariants are needed, press the \textsf{More} button. Check the \textsf{Theorem} checkbox to indicate that the corresponding invariant should be marked as a theorem.
+
+\subsubsection{New Event Wizard}
+\index{wizard!New Event Wizard}
+\index{event!using a wizard to create an event}
+
+To activate the \textsf{New Events Wizard}, press the \icon{rodin/newevt_edit.png} button located in the tool bar. Pressing this button brings up the window shown in Figure \ref{fig_ref_01_eventb_editor16}.
+
+\begin{figure}[ht]
+\begin{center}
+	\includerodintwimg{0.7}{reference/ref_01_eventb_editor16.png}
+	\caption{New Event Wizard}
+	\label{fig_ref_01_eventb_editor16}
+\end{center}
+\end{figure}
+
+You can then enter the events that you want. As indicated, the following elements can be entered: name, parameters, guards, and actions. More parameters, guards and actions can be entered by pressing the corresponding buttons. If more events are needed, press the \textsf{Add} button. Press the \textsf{OK} button when you're finished.
+
+Note that an event with no guard is considered to the guard $true$. Also, an event with no action is considered to have the action $skip$. 
+
+\subsection{The Proving Perspective}
+\label{proving_perspective}
+\index{perspective!proving}
+\index{proving!perspective}
+
+When proof obligations (POs) (\ref{generated_proof_obligations}) are not discharged automatically, the user can attempt to discharge them interactively using the Proving Perspective. This page provides an overview of the Proving Perspective and its use. If the Proving Perspective is not visible as a tab on the top right-hand corner of the main interface, the user can switch to it via \textsf{Window $\rangle$ Open Perspective}.
+
+The Proving Perspective consists of a number of views: the \textsf{Proof Tree}, the \textsf{Goal}, the \textsf{Selected Hypotheses}, the \textsf{Proof Control}, the \textsf{Search Hypotheses}, the \textsf{Cache Hypotheses} and the \textsf{Proof Information}. In the discussion that follows we look at each of these views individually. Figure \ref{fig_ref_01_proving_perspective1} shows an overview of the Proving Perspective.
+
+\ifinprint
+\begin{figure}
+  \begin{center}
+    \includerodintwimg{1}{reference/ref_01_proving_perspective1b.png}
+    \caption{Overview of the Proving Perspective}
+    \label{fig_ref_01_proving_perspective1}
+  \end{center}
+\end{figure}
+\else
+\imagedpi{reference/ref_01_proving_perspective1.pdf}{\textwidth}{img/reference/ref_01_proving_perspective1.png}{Overview of the Proving Perspective}{fig_ref_01_proving_perspective1}
+\fi
+
+\subsubsection{Loading a Proof}
+
+To work on an PO that has not yet been discharged, it is necessary to load the proof into the Proving Perspective. To do this, switch to the Proving Perspective. Select the project from the Event-B Explorer and select and expand the component (context or machine). Finally, select (double-click) the proof obligation of interest. A number of views will be updated with details of the corresponding proof. 
+
+Note that pressing the \icon{rodin/discharged.png} button on the top left hand side of the \textsf{Event-B Explorer} will remove all discharged proof obligations (POs) from the view. 
+
+\subsubsection{The Proof Tree}
+\label{proof_tree_view}
+\index{proving!the proof tree}
+
+The proof tree view provides a graphical representation of each individual proof step as seen in Figure \ref{fig_ref_01_proving_perspective2}.
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodinimg{reference/ref_01_proving_perspective2.png}
+	\caption{The Proof Tree}
+	\label{fig_ref_01_proving_perspective2}
+\end{center}
+\end{figure}
+
+The tree is made up of sequents. A line of the tree is shifted to the right when the corresponding node is a direct descendant of the node of the previous line. Each sequent is labeled with a comment which indicates which rule has been applied or which prover discharged the proof. By selecting a sequent in the proof tree, the hypotheses of the sequent are loaded to the \textsf{Selected Hypotheses window}, and the goal of the sequent is loaded to the \textsf{Goal view}.
+
+\paragraph{Decoration}
+\index{reviewed}
+\index{pending}
+\index{discharged}
+The symbol to the left of the leaf indicates the state of the sequent:
+\begin{itemize}
+	\item \icon{rodin/discharged.png} indicates that this sequent is discharged.
+	\item \icon{rodin/pending.png} indicates that this sequent is not discharged.
+	\item \icon{rodin/reviewed.png} indicates that this sequent has been reviewed. 
+\end{itemize}
+
+Internal nodes in the proof display the symbols with the colours inverted. Note that a ``reviewed" sequent is one that is not yet discharged by the prover. Instead, it has been ``seen" by the user who decided to postpone the proof. Marking sequents as ``reviewed" is very convenient since the provers will ignore these leaves and focus on specific areas of interest. This allows the proof to be discharged interactively in a gradual fashion. In order to discharge a ``reviewed" sequent, select it and prune the tree at that node: the node will become ``brown" again (undischarged), and you can now try to discharge it. 
+
+\paragraph{Navigation within the Proof Tree}
+
+There are three buttons on the top of the proof tree view:
+
+\begin{itemize}
+	\item \icon{rodin/showgoal.png} allows you to see the goal of corresponding to each node.
+	\item \icon{rodin/expandall.png} allows you to fully expand the proof tree.
+	\item \icon{rodin/collapseall.png} allows you to fully collapse the tree; only the root stays visible. 
+\end{itemize}
+
+\paragraph{Manipulating the Proof Tree}
+
+\subparagraph{Hiding}
+
+The button next to each node in the proof tree allows you to expand or collapse the subtree starting at that node. 
+
+\subparagraph{Pruning}
+\index{proving!pruning}
+
+The proof tree can be pruned at a selected node. This means that the subtree of the selected node is removed from the proof tree. The selected node becomes a leaf and displays the symbol \icon{rodin/pending.png}. The proof activity can then be resumed from this node. After selecting a node in the proof tree, pruning can be performed in two ways:
+
+\begin{itemize}
+	\item by right-clicking and selecting \textsf{Prune},
+	\item by clicking on the \icon{rodin/pn_prover.png} button in the proof control view. 
+\end{itemize}
+
+Note that after pruning, the post-tactic is not applied to the new current sequent. The post-tactic should be applied manually, if required, by clicking on the post-tactic button in the Proof Control view. This is especially useful when you want to redo a proof from the beginning. The proof tree can be pruned at its root node and then the proof can proceed again with invocation of internal or external provers or with an interactive proof.
+
+Before pruning a particular node, the node (and its subtree) can be copied to the clipboard. If the new proof strategy subsequently fails, the copied version can be pasted back into the pruned node (explained further in the next section). 
+
+\subparagraph{Copy/Paste}
+
+By selecting a node in the proof tree and then right-clicking with the mouse, you can copy the part of the proof tree starting at that sequent (including the node and its subtree). Pasting the node and subtree back in is done in a similar manner with a right mouse click on a proof node. This allows you to reuse a part of a proof tree in the same proof or even in another proof.
+
+\subsubsection{Goal and Selected Hypotheses}
+\label{goal_view}
+\index{goal}
+\index{selected hypotheses}
+
+Each sequent in the proof tree have corresponding hypotheses and goals. A user will work with one selected sequent at a time by attempting various strategies in an effort to show that the goal is true. The \textsf{Goal} and \textsf{Selected Hypotheses} views provide information to the user about the currently selected sequent. Figure \ref{fig_ref_01_proving_perspective3} shows an example.
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodintwimg{0.7}{reference/ref_01_proving_perspective3.png}
+	\caption{Open proof obligation}
+	\label{fig_ref_01_proving_perspective3}
+\end{center}
+\end{figure}
+
+A hypothesis can be removed from the list of selected hypotheses by selecting the check the box situated next to it (you can click on several boxes at once) and then by clicking on the \icon{rodin/remove.png} button at the top of the selected hypotheses window.
+
+Note that the deselected hypotheses are not lost. You can find them again using the \textsf{Search Hypotheses} \icon{rodin/sh_prover.png} button in the Proof Control view. Other buttons are used as follows:
+
+\begin{itemize}
+	\item \icon{rodin/select_all_prover.png} - Select all hypotheses. 
+	\item \icon{rodin/inv_prover.png} - Invert the selection. 
+	\item \icon{rodin/falsify_prover.png} next to the goal - Proof by contradiction 1: The negation of the goal becomes a selected hypothesis and the goal becomes ``$\bot$". 
+	\item \icon{rodin/falsify_prover.png} next to a selected hypothesis - Proof by contradiction 2: The negation of the hypothesis becomes the goal and the negated goal becomes a selected hypothesis. 
+\end{itemize}
+
+A user wishing to attempt an interactive proof has a number of proof rules available, and these may either rewrite a hypothesis/goal or infer something from it. In the \textsf{Goal} and the \textsf{Selected Hypotheses} views, various operators may appear in red coloured font. The red font indicates that some interactive proof rule(s) are applicable and may be applied as a step in the proof attempt. When the mouse hovers over such an operator, a number of applicable rules may be displayed; the user may choose to apply one of the rules by clicking on it. Figure \ref{fig_ref_01_proving_perspective4} shows an example.
+
+Other proof rules can be applied when green buttons appear in the \textsf{Goal} and \textsf{Selected Hypotheses} views. Examples are proof by contradiction \icon{rodin/falsify_prover.png} and conjunction introduction \icon{rodin/conjI_prover.png}. 
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodintwimg{0.8}{reference/ref_01_proving_perspective4.png}
+	\caption{Applying a rule}
+	\label{fig_ref_01_proving_perspective4}
+\end{center}
+\end{figure}
+
+To instantiate a quantifier, the user enters the desired expression in the yellow box behind the quantifier and clicks on the quantifier (the red $\exists$) as demonstrated in Figure \ref{fig_ref_01_proving_perspective5}.
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodinimg{reference/ref_01_proving_perspective5.png}
+	\caption{Instantiating a quantifier}
+	\label{fig_ref_01_proving_perspective5}
+\end{center}
+\end{figure}
+
+\subsubsection{The Proof Control View}
+\label{proof_control_view}
+\index{proof control view}
+\index{view!Proof Control}
+
+The \textsf{Proof Control} view contains the buttons with which you can perform an interactive proof. An overview of this proof can be seen in Figure \ref{fig_ref_01_proving_perspective6}.
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodintwimg{1.1}{reference/ref_01_proving_perspective6.png}
+	\caption{The Proof Control View}
+	\label{fig_ref_01_proving_perspective6}
+\end{center}
+\end{figure}
+
+The following buttons are available in the \textsf{Proof Control} view:
+
+\begin{itemize}
+    \item \icon{rodin/nppr.png} invokes the new predicate prover. A drop-down list indicates alternative strategies.
+    \item \icon{rodin/reviewed.png} indicates that a node has been reviewed. In an attempt by the user to carry out sequents in a certain order, they might decide to postpone the task of discharging some sequents until a later stage. To do this, the sequent can be marked as reviewed by choosing the correct node and clicking on this button. This indicates that by visually checking the sequent, the user is convinced that they can discharge it later, but they do not want to do it right now.
+    \item \icon{rodin/p0.png} external provers can be invoked from the drop-down list to test sequents.
+    \item \icon{rodin/dc_prover.png} begins a proof by cases. The proof is split into two branches. In the first branch, the predicate supplied by the user is added to the \textsf{Selected Hypotheses}, and the user attempts to discharge this branch. In the second branch, the predicate supplied by the user is negated and added to the \textsf{Selected Hypotheses}. The user then attempts to discharge this branch. 
+    \item \icon{rodin/ah_prover.png} adds a new hypothesis. The predicate in the editing area should be proved by the user. It is then added as a new selected hypothesis.
+    \item \icon{rodin/ae_prover.png} adds an abstract expression. The expression in the editing area is given a fresh name.
+    \item \icon{rodin/auto_prover.png} invokes the auto prover which attempts to discharge the goal. The auto-prover is applied automatically on all proof obligations after a the machine or context is saved. Using this button, you can invoke the auto-prover within an interactive proof.
+    \item \icon{rodin/broom_prover.png} executes the post-tactics.
+    \item \icon{rodin/lasoo_prover.png} loads the hidden hypotheses that contain identifiers in common with the goal and with the selected hypotheses into the Selected Hypotheses window 
+    \item \icon{rodin/bk_prover.png} backtracks from the current node (i.e., prunes its parent).
+    \item \icon{rodin/pn_prover.png} prunes the proof tree from the node selected in the proof tree.
+    \item \icon{rodin/sh_prover.png} finds hypotheses containing the character string in the editing area and displays them in the Search Hypothesis view.
+    \item \icon{rodin/ch_prover.png} displays the \textsf{Cache Hypotheses} view. This view displays all hypotheses that are related to the current goal.
+    \item \icon{rodin/prev_prover.png} loads the preceding undischarged proof obligation.
+    \item \icon{rodin/next_prover.png} loads the next undischarged proof obligation,
+    \item \icon{rodin/info_prover.png} displays information regarding the current proof obligation in the corresponding window. This information corresponds to the elements that directly took part in the generation of the proof obligation (events, invariant, etc.).
+    \item \icon{rodin/next_pd.png} moves to the next pending node of the current proof tree,
+    \item \icon{rodin/next_rv.png} loads the next reviewed node of the current proof tree.
+\end{itemize}
+
+You can also disable/enable post-tactics which allows you to decide if post-tactics should run after each interactive proof step. In addition, you can open the preferences for post-tactics. To do this, open the menu of the \textsf{Proof Control} view via the \icon{rodin/expanded.png} button in the upper right corner of the view.
+
+\paragraph{The Smiley}
+
+The smiley can be one of three different colours: 
+
+\begin{enumerate}
+	\item red indicates that the proof tree contains one or more undischarged sequents
+	\item blue indicates that all undischarged sequents of the proof tree have been reviewed
+	\item green indicates that all sequents of the proof tree are discharged.
+\end{enumerate}
+
+\paragraph{The Editing Area}
+
+The editing area allows the user to enter parameters for proof commands. For example, in order for the user to add a new hypothesis, the user should enter this hypothesis into the editing area and then should click on the \icon{rodin/ah_prover.png} button.
+
+\paragraph{ML/PP and Hypotheses}
+
+\subparagraph{ML}
+
+The \icon{rodin/ml.png} (mono-lemma) prover appears in the drop-down list under the button (pp) as M0, M1, M2, M3, and ML. The different configuration (e.g., M0) refer to the proof force of the ML prover. All hypotheses are passed to ML.
+
+\subparagraph{PP}
+
+The \icon{rodin/pp.png} (predicate prover) appears in the drop-down list under the button (pp) as P0, P1, PP.
+
+\begin{itemize}
+	\item The \icon{rodin/p0.png} prover uses all selected hypotheses in the \textsf{Selected Hypotheses} view.
+	\item The \icon{rodin/p1.png} prover performs a lasso operation on the selected hypotheses and the goal and uses the resulting hypotheses.
+	\item The \icon{rodin/pp.png} prover uses all hypotheses. 
+\end{itemize}
+
+\subsubsection{Auto Prover}
+\label{auto_prover}
+\index{auto prover}
+
+The auto prover can be run by clicking the \icon{rodin/auto_prover.png}. This prover automatically applies all of the tactics that are predefined in the auto-tactic profile. Section~\ref{ref_01_preferences_auto_post_tactic} describes in detail how to configure the auto prover, and Section~\ref{proof_tactics} gives an overview about what proof tactics are and which are available.
+
+%The auto-prover can be configured by means of a preference page. To access the preference window, select \textsf{Window $\rangle$ Preferences}.  In the window that pops up, expand the \textsf{Event-B} section and then the \textsf{Sequent Prover} section, and select the \textsf{Auto/Post Tactic} option. Select the \textsf{Profiles} tab. After selecting \textsf{Default Auto Tactic Profile} the tactic details are listed for that profile. To create your own Auto Tactic Profile that you can edit, select either \textsf{New...} or hit \textsf{Duplicate} to copy the default profile and make a few changes. Once you have created a new profile, hit the \textsf{Edit...} button and a window will pop up that allows you to edit your profile... 
+
+%\begin{figure}[!ht]
+%\begin{center}
+%	\includerodinimg{reference/ref_10_auto_prover_pref.png}
+%	\caption{Auto Prover Preferences}
+%	\label{fig_ref_10_auto_prover_pref}
+%\end{center}
+%\end{figure}
+
+
+%On the left part you can see the ordered sequence of individual tactics composing the auto-prover, whereas the right part contains further tactics you can incorporate in the left part. By selecting a tactic you can move it from on part to the other or change the order in the left part.
+%Section~\ref{proof_tactics} gives an overview about what proof tactics are and which are available.
+
+\subsubsection{The Search Hypotheses View}
+\index{view!Search Hypotheses}
+
+By typing a string in the \textsf{Proof Control} view and pressing the \textsf{Search Hypotheses} (\icon{rodin/sh_prover.png}) button, all the  hypotheses that have a character string in common with the one entered by the user in the editing area are shown in the Search Hypotheses view. For example, if we search for hypotheses containing the character string ``cr'', then after pressing the \textsf{Search Hypothesis} (\icon{rodin/sh_prover.png}) button on the \textsf{Proof Control} view, we obtain the windows as shown in Figure \ref{fig_ref_01_proving_perspective7}. 
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodinimg{reference/ref_01_proving_perspective7.png}
+	\caption{The Search Hypotheses View}
+	\label{fig_ref_01_proving_perspective7}
+\end{center}
+\end{figure}
+
+This view also integrates a ``quick search'' area (A), that allows us to search for hypotheses containing short character strings such as ``cr", a search hypothesis button (B) that behaves the same as the button in the Proof Control view, a refresh button (C) that updates the window manually, and a drop down menu (D) to set up the preferences for the view.
+
+By pressing return key or the button (B) (once a short string has been entered into the input area (A)), specific hypotheses can be found just as quickly as if we had used the Proof Control as described previously.
+
+The drop down menu (D) allows some preferences about the searched hypotheses to be set.
+
+After we have changed preferences for the search, we might need to manually ``update'' the view with the button (C). By selecting the ``Consider hidden hypotheses in search" option, we can view all the hypotheses are not selected in the \textsf{Selected Hypotheses} window.
+
+To move hypotheses to the \textsf{Selected Hypotheses} window, select the desired hypotheses (using the check boxes) and press the \icon{rodin/add.png} button. Adding these hypotheses to the selected hypotheses means that they will be visible to the prover. They can then be used during the next interactive proof phase.
+
+To remove hypotheses from the \textsf{Search Hypotheses} window, use the \icon{rodin/remove.png} button. This button also appears above the selected hypotheses and allows the user to remove any hypothesis from the \textsf{Selected Hypotheses} window.
+
+The other button, situated to the left each hypotheses, is the \icon{rodin/falsify_prover.png} button. Clicking on this will attempt a proof by contradiction. The effect is the same as if the hypothesis were in the \textsf{Selected Hypotheses} window. 
+
+\subsubsection{The Cache Hypotheses View}
+
+This window allows the user to keep track of recently manipulated (i.e. used, removed, or selected) hypotheses for any PO. For example, when the user rewrites a hypothesis, the new hypothesis is selected, and the original hypothesis is deselected and put in the \textsf{Cache Hypotheses} window.
+
+Operations similar to those in the \textsf{Selected Hypotheses} and \textsf{Search Hypotheses} views are also available for the cached hypotheses. It is possible to remove, select, and start a proof by contradiction (\icon{rodin/falsify_prover.png}) in the \textsf{Cache Hypotheses} view as well. Interactive proof steps (e.g., rewriting) can also be carried out in the \textsf{Cache Hypotheses} view.
+
+\subsubsection{The Type Environment View}
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodintwimg{0.7}{reference/ref_01_proving_perspective15.png}
+	\caption{Type Environment View}
+	\label{fig_ref_01_proving_perspective15}
+\end{center}
+\end{figure}
+
+This view~\ref{fig_ref_01_proving_perspective15} shows the type environment for the current node of the proof (free identifiers and their type). It is accessible through \textsf{Window} $ \rangle $ \textsf{Show View} $ \rangle $ \textsf{Type Environment}.
+
+\subsubsection{Proof Information View}
+
+This view displays information so that the user can relate a proof obligation to the model. For example, typical information for an event invariant preservation includes the event as well as the invariant in question. For instance, in Figure \ref{fig_ref_01_proving_perspective8}, the hyperlinks \textsf{CreateToken} and \textsf{inv2} can be used to navigate to the containing machine. 
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodinimg{reference/ref_01_proving_perspective8.png}
+	\caption{Proof Information View}
+	\label{fig_ref_01_proving_perspective8}
+\end{center}
+\end{figure}
+
+\subsubsection{Rule Details View}
+
+This view displays the information relating to a given proof tree node onto which a rule was applied.
+This information can be viewed by right clicking on any node in the proof tree and selecting \textsf{Show Details...} (see Figure \ref{fig_ref_01_proving_perspective9}).
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodinimg{reference/ref_01_proving_perspective9.png}
+	\caption{Open Rule Details View}
+	\label{fig_ref_01_proving_perspective9}
+\end{center}
+\end{figure}
+
+By default, this view appears in the Fast View bar. If the window does not appear, click on the \icon{rodin/info_prover_rule.png} button in the Fast View bar to make this view visible. The Fast View bar is in the lower left corner of the Rodin workspace by default.
+
+Figure \ref{fig_ref_01_proving_perspective10} gives an overview of the \textsf{Rule Details View}.
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodinimg{reference/ref_01_proving_perspective10.png}
+	\caption{Rule Details View}
+	\label{fig_ref_01_proving_perspective10}
+\end{center}
+\end{figure}
+
+We will now quickly cover all of the information that is displayed in this view. In this figure, the contents of the rule \textsf{$\forall$ hyp mp} are displayed. Here an input has been used to instantiate an hypothesis. The input that was used to instantiate the rule is shown on the line below \textsf{Rule: $\forall$ hyp mp instantiated with:}, and the hypothesis that was used by this rule is shown on the line below \textsf{Input Sequent:}. Furthermore, it is possible to view the antecedents (i.e. child proof tree nodes) created by this rule in detail and the actions (selection, deselection, etc.) that have been performed on the hypotheses. 
+
+\subsubsection{Auto-tactic and Post-tactic}
+\index{auto-tactic}
+\index{post-tactic}
+\index{tactics!auto-tactic}
+\index{tactics!post-tactic}
+
+The auto-tactic automatically applies a combination (i.e. ordered list) of rewrite tactics, inference tactics and external provers to newly generated proof obligations. However, they can also be invoked by the user by clicking on the \icon{rodin/auto_prover.png} button in the \textsf{Proof Control} view. Note that the automatic application of the auto-prover can be quickly toggled with the \textsf{Prove Automatically} menu item available from the \textsf{Project} menu (See Figure \ref{fig_ref_01_proving_perspective11}).
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodinimg{reference/ref_01_proving_perspective11.png}
+	\caption{Toggle auto-prover via project menu}
+	\label{fig_ref_01_proving_perspective11}
+\end{center}
+\end{figure}
+
+The post-tactic is also a combination of rewrite tactics, inference tactics and external provers and is applied automatically after each interactive proof step. However, it can also be invoked manually by clicking on the \icon{rodin/broom_prover.png} button in the \textsf{Proof Control} view.
+
+Note that the post-tactic can be disabled quickly by clicking on the \icon{rodin/expanded.png} button (marked with an A) of the \textsf{Proof Control} view (right upper corner) and then by deselecting the box next to the \textsf{Enable post-tactic} option (B) as shown in Figure \ref{fig_ref_01_proving_perspective12}. 
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodinimg{reference/ref_01_proving_perspective12.png}
+	\caption{Proof Control view menu}
+	\label{fig_ref_01_proving_perspective12}
+\end{center}
+\end{figure}
+
+\paragraph{Principles}
+
+The ordered list of rewrite tactics, inference tactics and external provers that should be applied is called a profile. There are two default profiles. One is for auto-tactics and one is for post-tactics. These default profiles cannot be edited, but they can be duplicated for further modification by the user. The user can edit a profile and select it to run as automatic or post tactic. The idea is to have a set of available tactic profiles to be used as needed. Moreover, these edited profiles are saved within projects if they are defined at the project level, and they can be imported or exported if they are defined at a workspace level. This makes it easy to share the profiles. 
+
+There are two ways to run the automatic or post tactics:
+
+\begin{itemize}
+	\item Manually by clicking on the \icon{rodin/auto_prover.png} button or the \icon{rodin/broom_prover.png} button in the \textsf{Proof Control view} to launch the auto-tactic (with the selected auto-tactic profile) and the post-tactic (with the selected post-tactic profile) respectively.
+	\item Automatically if such preference is activated. (Auto-tactic will then run after each proof step and post-tactic will run after each step and rebuild). Post-tactics and auto-tactics only need to be activated in order to run automatically. 
+\end{itemize}
+
+The user can separately define tactic profiles and assign them to post and auto tactics.  Section \ref{ref_01_preferences_auto_post_tactic} describes in detail how to configure auto- and post-tactics. 
+
+\subsection{Preferences}
+\label{preferences}
+\index{preferences}
+
+Rodin provides several options to set the preferences of the Event-B editor. You can access the preferences via \textsf{Window $\rangle$ Preferences $\rangle$ Event-B} in the menu bar. The following subsections describe the different preference options.
+
+\subsubsection{Appearance}
+
+This section provides settings for the Event-B editor appearance.
+
+\paragraph{Colours and Fonts}
+
+The colour and fonts preference page allows you to set the text and comment colour of the Event-B editor. Furthermore, it allows you to turn  the borders of the different fields in the Event-B editor on or off. Figure \ref{fig_ref_01_preferences13} shows the Colours and Fonts preference page.
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodinimg{reference/ref_01_preferences13.png}
+	\caption{Colours and Fonts preferences}
+	\label{fig_ref_01_preferences13}
+\end{center}
+\end{figure}
+
+\subsubsection{Modelling UI}
+
+The modelling UI preference pages allows you to customize the visible tabs of the context and machine editor for the Event-B Structural Editor.
+
+\subsubsection{Prefix Settings}
+\index{preferences!prefix}
+
+This page describes the default values that are used for the prefixes of the different elements of contexts and machines. Note that prefixes are used for automatic renaming when elements should be alphanumerically ordered in addition to when new elements are created. 
+
+%\paragraph{Principles}
+
+%This mechanism is close to eclipse preferences and properties settings. In our case, the prefixes are in any case, defined globally for a workspace scope. If the user does not set specific settings for prefixes at the workspace scope, the default prefixes which are given by elements contributions are used. Moreover, if the user changes the prefixes once, they will then be persisted. The new feature is here the ability for one to set up some specific settings for prefixes at a project scope. The settings will be then persisted through a file attached to the project settings (i.e., the prefixes used will be shared at export).
+
+%\paragraph{Summary}
+
+%\begin{itemize}
+%	\item Default prefixes correspond to Rodin's default values,
+%	\item A user can modify workspace settings via "Window" > "Preferences" menu,
+%	\item Workspace modifications are persisted from one session to another,
+%	\item Project specific settings can be set up and will then be persisted in a project scope,
+%	\item Restoring default prefixes for a project will enable the current workspace prefix settings,
+%	\item Restoring default prefixes for the workspace will reset the prefixes to their original values corresponding to the values which are set at Rodin's %%first launch.
+%\end{itemize}
+
+%\paragraph{Overview}
+
+Figure \ref{fig_ref_01_preferences1} shows that modifying prefixes on the workspace level or on the project level will affect the names used at creation of new Event-B elements. One can see that the prefixes for variables and invariants, which were originally set to ``var" or ``inv'', have been replaced by ``variable" and ``invariant". New elements are then named using those prefixes.
+
+\ifinprint
+\begin{figure}
+  \begin{center}
+    \includerodintwimg{1}{reference/ref_01_preferences1b}
+    \caption{Prefix Settings}
+    \label{fig_ref_01_preferences1}
+  \end{center}
+\end{figure}
+\else
+\imagedpi{reference/ref_01_preferences1.pdf}{\textwidth}{img/reference/ref_01_preferences1.png}{Prefix Settings}{fig_ref_01_preferences1}
+\fi
+
+%\begin{figure}[!ht]
+%\begin{center}
+%	\includerodinimg{reference/ref_01_preferences1.png}
+%	\caption{Prefix Settings}
+%	\label{fig_ref_01_preferences1}
+%\end{center}
+%\end{figure}
+
+\paragraph{How to set prefixes}
+
+Prefix settings can be accessed in two different ways depending on the scope of their application: via \textsf{Window $\rangle$ Preferences $\rangle$ Event-B $\rangle$ Modelling UI $\rangle$ Prefix settings} or via \textsf{Rename $\rangle$ Customize prefixes...}.
+
+\paragraph{Project specific settings}
+
+The user can select profiles locally for a project. To do so, select the \textsf{Properties} item in the menu that pops up after right-clicking on a project in the \textsf{Event-B Explorer}. Then open the \textsf{Prefix Settings} tab and check the box to enable project specific settings. You can also click access this page by selecting \textsf{Window $\rangle$ Preferences} and then viewing the \textsf{Event-B $\rangle$ Modelling UI $\rangle$ Prefix Settings} page. Now select the \textsf{Configure project specific settings} link and select the desired project. 
+
+A window (see Figure \ref{fig_ref_01_preferences2}) appears that allows a user to customize prefixes for a chosen project. On this page, the user can toggle the button \textsf{Enable project specific settings}:
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodinimg{reference/ref_01_preferences2.png}
+	\caption{Project specific prefix settings}
+	\label{fig_ref_01_preferences2}
+\end{center}
+\end{figure}
+
+\begin{itemize}
+	\item If this button is enabled, the prefixes used are those which are specified at this project level.
+	\item If this button is not enabled, the prefixes used are those which are defined at the workspace level. 
+\end{itemize}
+
+\subsubsection{Sequent Prover / Auto/Post Tactic}
+\label{ref_01_preferences_auto_post_tactic}
+\index{auto-tactic!preferences}
+\index{preferences!tactics}
+\index{post-tactic!preferences}
+\index{tactics!auto-tactic}
+\index{tactics!post-tactic}
+
+\paragraph{Preferences for the selected auto and post tactic profile}
+
+There are multiple ways to access the preferences of the auto and post tactics at workspace or project scope: 
+\begin{description}
+	\item from the \textsf{Window} $\rangle $ \textsf{Preferences} and then viewing the \textsf{Event-B} $\rangle $ \textsf{Sequent Prover} $\rangle $ \textsf{Auto/Post Tactic} page.
+	\item from the properties of a project to set project specific preferences for the \textsf{Auto/Post Tactic}.
+	\item from the drop-down menu in the \textsf{Proof Control} view.
+\end{description}
+The \textsf{Proof Control} view menu shows whether there are sequent prover preferences set for the project containing the current proof obligation~\ref{fig_ref_01_proving_perspective13} or not~\ref{fig_ref_01_proving_perspective14}.
+Indeed, the command label in the menu tells if project specific settings are set, or if the workspace settings are considered. The command opens the corresponding \textsf{Auto/Post Tactic} page.
+
+\begin{figure}
+\begin{minipage}[t]{.45\linewidth}
+ \centering \includerodintwimg{1.0}{reference/ref_01_proving_perspective13.png}
+ \caption{(a) direct access to the Celebrity project specific settings}
+ \label{fig_ref_01_proving_perspective13}
+\end{minipage}\hfill
+\begin{minipage}[t]{.45\linewidth}
+\centering \includerodintwimg{1.0}{reference/ref_01_proving_perspective14.png}
+\caption{(b) no project settings exist for the current PO, direct access to workspace settings}
+ \label{fig_ref_01_proving_perspective14}
+\end{minipage}
+\end{figure}
+
+This section describes the \textsf{Auto/Post Tactic} tab of the \textsf{Auto/Post Tactic} preference page.
+
+There are two scopes for the preferences of auto and post tactics: the workspace level and the project level. Note that if the automatic application of tactics is declared only at the workspace level, this option will also be set for the project level.
+
+To access these preferences, open the ``Auto/Post Tactic" preference page that can be found after \textsf{Window $\rangle$ Preference $\rangle$ Sequent Prover}.
+
+Figure \ref{fig_ref_01_preferences7} shows the \textsf{Auto/Post Tactic} preference page.
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodintwimg{1.0}{reference/ref_01_preferences7.png}
+	\caption{The ``Auto/Post Tactic" preference page}
+	\label{fig_ref_01_preferences7}
+\end{center}
+\end{figure}
+
+The options shown by (1) and (2) allow you to activate/deactivate the automatic use of auto- and post-tactics. Here you can also choose the profile that should be used for auto- and post-tactics. Note that there is always a profile selected, and this profile can be changed regardless of whether the tactics are automatically launched or not because there is always a way to manually launch auto- and post-tactics. On the previously referenced figure, the \textsf{Default Auto Tactic Profile} is used for the automatic tactic, and the \textsf{Default Post Tactic Profile} is used for the post-tactic.
+
+%Figure \ref{fig_ref_01_preferences8} shows the "Auto/Post Tactic" reference page with both auto-tactic and post-tactic to automatically run, and where the user selects the profile "MyFirstTacticProfile" to be used as auto-tactic profile. 
+
+%\begin{figure}[!ht]
+%\begin{center}
+%	\includerodinimg{reference/ref_01_preferences8.png}
+%	\caption{Selecting a profile for the Auto-Tactics}
+%	\label{fig_ref_01_preferences8}
+%\end{center}
+%\end{figure}
+
+\paragraph{Preferences for available profiles}
+\index{preferences!profile}
+
+This section describes the \textsf{Profile} tab of the \textsf{Auto/Post Tactic} preference page. 
+
+Figure \ref{fig_ref_01_preferences9} shows the contents of the profile tab. There are two visible lists: a list of profiles on the left and the tactics or provers that make up these profiles (Profile Details). Here one can see the contents of the default Auto Tactic Profile.
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodintwimg{1.0}{reference/ref_01_preferences9.png}
+	\caption{Selecting a profile for the Auto-Tactics}
+	\label{fig_ref_01_preferences9}
+\end{center}
+\end{figure}
+
+There are 4 buttons available to the user:
+
+\begin{itemize}
+	\item New: to create a new profile ``from scratch",
+	\item Edit: to edit an existing profile (that can be edited),
+	\item Remove: to delete a profile completely,
+	\item Duplicate: to duplicate a selected profile for further slight modification.
+\end{itemize}
+
+Default profiles can not be edited nor removed. That is why these options are coloured in gray in the previously referenced figure.
+
+Figure \ref{fig_ref_01_preferences10} shows the dialog available to edit or create a profile. For instance, here we create a profile named ``MyFirstTacticProfile".
+\begin{figure}[!ht]
+\begin{center}
+	\includerodintwimg{1.0}{reference/ref_01_preferences10.png}
+	\caption{Selecting a profile for the Auto-Tactics}
+	\label{fig_ref_01_preferences10}
+\end{center}
+\end{figure}
+
+In the box labelled \textsf{Tactics} on the left, there is a list of all the different tactics that can be applied to a proof (tactics are explained in more detail in Section \ref{proof_tactics}). In the box labelled \textsf{Combinators} (combinators are explained in more detail below in Section \ref{preferences_for_the_automatic_tactics}), there is a list of all the combinators that can be used for the proof tactic. To create your proof tactic, drag and drop one of the combinators into the center box. Then drag the proof tactics and drop them on top of the combinator that you just added. This will add the proof tactic to the combinator. You can also add more combinators or even other profiles (available in the \textsf{Profiles} box on the right side) to the combinator that you are working on. If you aren't certain what a proof tactic or combinator does, select it, and a description of the proof tactic or combinator will be be shown in the \textsf{Description} box that is shown in the lower right hand corner. If the tactic profile that you have created is valid, you will be able to hit the \textsf{Finish} button in the lower right hand corner in order to save it.
+
+\paragraph{Project specific settings}
+
+The user can select profiles locally for each project. To do so, select the \textsf{Auto/Post Tactic} property page in the window that pops up when right-clicking on a project and selecting the \textsf{Properties} item, or selecting the \textsf{Configure project specific settings link} on the \textsf{Auto/Post Tactic} preference page. Figure \ref{fig_ref_01_preferences11} shows what this \textsf{Auto/Post Tactic} tab looks like.
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodintwimg{1.0}{reference/ref_01_preferences11.png}
+	\caption{Auto/Post Tactic Tab for project specific settings for Auto/Post Tactic}
+	\label{fig_ref_01_preferences11}
+\end{center}
+\end{figure}
+
+Note that the enablement of automatic use of post and auto tactics is decided at the workspace level. Figure \ref{fig_ref_01_preferences12} shows the \textsf{Profiles} tab of the \textsf{Auto/Post Tactic} page for a project specific setting. At the project level, there is a contextual menu available via right click from the list of defined profiles. 
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodintwimg{1.0}{reference/ref_01_preferences12.png}
+	\caption{Profiles Tab for project specific settings for Auto/Post Tactic}
+	\label{fig_ref_01_preferences12}
+\end{center}
+\end{figure}
+
+This contextual menu offers two options to the user:
+
+\begin{itemize}
+	\item Import Workspace Profiles retrieve all the defined profiles in the workspace.
+	\item Export to Workspace Profiles push a selected profile up in the list of workspace profiles.
+\end{itemize}
+
+\subsubsection{Preferences for Tactic Profiles}
+\label{preferences_for_the_automatic_tactics}
+\index{auto-tactic}
+\index{preferences!tactics}
+\index{auto-tactic!preferences}
+
+\paragraph{Introduction}
+
+The purpose of this section is to give a more detailed preferences to the user so he can build his own automated tactics. More precisely, the user should have a way to specify which parameters have to be passed to the reasoners and have a way to construct complex proof strategies.
+
+\paragraph{User Documentation}
+
+Here is the documentation about the current implementation of the Auto-tactic and Post-tactic preferences.
+
+\paragraph{Tactic Combinators}
+\index{tactic combinator}
+\index{combinator}
+
+Tactic combinators can be used to construct complex proof strategies.
+
+Historically, one combinator has existed since the beginning of auto tactic preferences: the ``loop on all pending". It takes one or more tactics and loops them over every pending child until all tactic fail. Until Rodin 2.3 was released, this was the only combinator in Rodin. It is used on the configurable list of auto and post tactics. Rodin 2.3 is easier to configure because there are several other combinators and auto tactic editors.
+
+The following is a list of combinators present by default.
+
+One may notice the absence of child-specific combinator (i.e. combinators that apply tactic T1 on the first child, T2 on the second child, etc.) even though this kind of combinator exists in other provers. The reason is that these tactic profiles are applied automatically and therefore are only used in a general context. Provers with child-specific combinators are used to make manual proofs because they require proof-specific adaptation.
+
+\subparagraph{Composers}
+
+A composer combinator applies its given tactic(s) to the given node. The given node may be open or closed. It succeeds if at least 1 tactic application is successful. 
+
+\begin{center}
+    \begin{tabular}{ | p{0.18\textwidth} | l | p{0.28\textwidth} | p{0.28\textwidth} |}
+    \hline
+	Name & Arity & Description & Stops when  \\ \hline
+	Sequence & 1..n  & applies given tactics in given order & all tactics have been applied  \\ \hline
+	Compose until Success & 1..n  & applies given tactics in given order & a tactic application succeeds \\ \hline
+	Compose until failure  & 1..n  & applies given tactics in given order & a tactic application fails \\ \hline
+	Loop & 1 & applies given tactic repeatedly & the child tactic application fails \\ \hline
+    \end{tabular}
+\end{center}
+
+\subparagraph{Selectors}
+
+A selector combinator applies its given tactic to the set of nodes it selects. Selected nodes are computed from the given node. The given node may be open or closed. It succeeds if the tactic application is successful for at least 1 selected node. 
+
+\begin{center}
+    \begin{tabular}{ | l | l | p{0.55\textwidth} |}
+    \hline
+	Name & Arity & Selects \\ \hline
+	On all pending  & 1 & all pending children of the given node (the given node itself if it is open) \\ \hline
+    \end{tabular}
+\end{center}
+
+\subparagraph{Post Actions}
+
+A post actions applies its given tactic to the given node. The given node must be open (otherwise it fails). Then it performs a specific treatment which is guarded by a trigger condition. 
+
+\begin{center}
+    \begin{tabular}{ | l | l | p{0.3\textwidth} | p{0.3\textwidth} |}
+    \hline
+	Name & Arity & Trigger Condition & Post Action \\ \hline
+	Attempt & 1 & the given node still has pending children (subtree not closed) & prune proof tree at given node  \\ \hline
+    \end{tabular}
+\end{center}
+
+\subparagraph{Loop on All pending}
+\[
+\begin{array}{rl}
+        & loopOnAllPending(T_1 \ldots T_n) \\
+  \defi & loop(onAllPending(composeUntilSuccess(T_1 \ldots T_n)))
+\end{array}
+\]
+
+\paragraph{Other Ideas}
+
+    timeout: a post action of arity 1 (with duration as input): limits the time allocated for the tactic that it is applied to (fails after time has gone out)
+
+    limitDepth: a post action of arity 1 (with depth as input): limits the proof tree depth for the tactic that it is applied to (prevents tree from growing beyond a given depth)
+
+%%% Local Variables: 
+%%% mode: latex
+%%% TeX-master: "rodin-doc"
+%%% End: 
diff --git a/org.rodinp.handbook.feature/latex/reference-02.tex b/org.rodinp.handbook.feature/latex/reference-02.tex
new file mode 100644
index 0000000000000000000000000000000000000000..708db318fb31d39b30f0373fc4a351d712d0bf32
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/reference-02.tex
@@ -0,0 +1,766 @@
+\newcommand{\varlist}[1]{\mathbf{#1}}
+\newcommand{\allconstants}{\varlist{c}}
+\newcommand{\absvariables}{\varlist{v}}
+\newcommand{\concvariables}{\varlist{w}}
+\newcommand{\allvariables}{{\absvariables,\concvariables}}
+\newcommand{\absparameters}{\varlist{t}}
+\newcommand{\concparameters}{\varlist{u}}
+\newcommand{\allparameters}{{\absparameters,\concparameters}}
+\newcommand{\absbeforeafter}{\mathcal{S}}
+\newcommand{\concbeforeafter}{\mathcal{T}}
+
+
+% The screenshots from the previous section should not appear in this section
+\clearpage
+
+\section{Event-B's modelling notation}
+\label{modeling_notation}
+\index{notation!Event-B}
+
+In Event-B, we have two types of components: contexts and machines.
+Here we describe briefly the different elements of a context or machine.
+We do not use a specific syntax for describing the components because the syntax is dependent on the editor that is
+used. 
+
+Proof obligations are generated to guarantee that certain properties of the modelled system are valid.
+We will explain here which proof obligations are generated, and we will list the goal and hypotheses that can be used
+when performing the proof for each one.
+This will be presented in the form:
+\pode{Description}{Label of the proof obligation (\eventbpo{label} refers to the label of the respective 
+  axiom/invariant/guard/etc.)}{Goal that should be proved}
+\info{Please note that Rodin often does not show a proof obligation if it
+  is obviously true.
+  If you expect to see a proof obligation that Rodin does not show, you can force
+  that the proof obligation to be shown by changing the model temporarily 
+  so that the proof obligation cannot be automatically discharged.
+  For example, you could introduce a division by zero to see the corresponding
+  well-definedness condition.}
+
+We will begin by describing contexts and machines and how to prove their consistency.
+There are several locations where proof obligations for well-definedness conditions
+ or predicates marked as theorems are raised.
+We summarized the proof obligations in separate sections. Well-definedness proof obligations are discussed in Section \ref{well_definedness_proof_obligations}
+and proof obligations for theorems are discussed in Section \ref{theorems}.
+
+
+\subsection{About the notation that we use}
+\label{about_the_notation}
+
+We denote a sequence of identifiers with $\varlist{x} = x_1,\ldots,x_n$ and $\varlist{x}' = x'_1,\ldots,x'_n$.
+As a convention, we use
+\begin{itemize}
+\item $\allconstants$ for constants
+\item $\absvariables$ and $\concvariables$ for variables of an abstract or a concrete machine respectively
+\item $\absparameters$ and $\concparameters$ for parameters of an abstract or concrete machine respectively
+\item $A$ for axioms
+\item $I$ and $J$ for the invariants of the abstract machines or concrete machine respectively
+\item $G$ and $H$ for the guards of the abstract events or concrete event respectively
+\end{itemize}
+
+\subsection{Substitutions}
+We use the notation $P[E/x]$ for a substitution of all free occurrences of the variable $x$ in
+$P$ by the expression $E$.
+Several substitutions can be performed simultaneously with $P(E_1/x_1,\ldots,E_n/x_n)$.
+In particular, we use the syntax $P[\varlist{x}'/\varlist{x}]$ to denote the substitution of
+each identifier $x$ in the sequence $\varlist{x}$ by $x'$.
+For more information on free identifiers, see Section~\ref{free_identifiers}.
+
+Examples:
+\begin{itemize}
+\item $(x>y)[5+2/y]$ corresponds to the predicate $(x>5+2)$.
+\item $(x>y)[2\cdot y/x,5+2/y]$ corresponds to the predicate $(2\cdot y>5+2)$.
+\item $(\exists x \qdot x\in S \land x>y)[2\cdot y/x,5+2/y]$ corresponds to the predicate
+  $(\exists x \qdot x\in S \land x>5+2)$, because the $x$ is a quantified variable 
+  (i.e. it is not a free variable).
+\item For a sequence $\varlist{v}=v_1,v_2,v_3$ the predicate 
+  $(v_1\subseteq v_2\land v_3\in v_1)[\varlist{v}'/\varlist{v}]$  corresponds to
+  $(v_1'\subseteq v_2'\land v_3'\in v_1')$.
+\end{itemize}
+
+
+\subsection{Contexts}
+\label{context}
+\index{context}
+
+A context describes the static part of a model. It consists of
+\begin{itemize}
+\item Carrier sets
+\item Constants
+\item Axioms
+\item Extended contexts
+\end{itemize}
+
+\subsubsection{Carrier Sets}
+\label{carrier_sets}
+\index{carrier set}
+A new data type can be declared by adding its name -- an identifier -- to the \eventbsection{Sets} section.
+The identifier must be unique, i.e. it must not have been already declared as a constant or set in the current context or an extended context.
+The identifier is then implicitly introduced as a new constant (see below) that represents the set of all elements of the type. 
+
+A common pattern for declaring enumerated sets (sets where all elements are explicitly given)
+is to use the partition operator. If we want to specify a set $S$ with elements $e_1,\ldots,e_n$,
+we declare $S$ as a set, $e_1,\ldots,e_n$ as constants and add the axiom $partition(S,e_1,\ldots,e_n)$.
+
+\subsubsection{Extending a context}
+\label{extendind_a_context}
+\index{extending!a context}
+Other contexts can be extended by adding their name to the \eventbsection{Extends} section.
+
+The resulting context consists of all constants and axioms of all extended contexts and the extending context itself.
+Thus for a context or machine that extends or sees the contexts, it makes no difference where a constant or axiom is declared.
+
+Extending two contexts which declare a constant or set using the same identifier will result in an error.
+
+\subsubsection{Constants and axioms}
+\label{constants_and_axioms}
+\index{constant}
+\index{axiom}
+Constants can be declared by adding their unique name (an identifier) to the \eventbsection{Constants} section.
+An axiom must also be in place from which the type of the constant can be inferred.
+We denote the sequence of all constants with $\varlist{c}$.
+
+An axiom is a statement that is assumed to be true in the rest of the model.
+Each axiom consists of a label and a predicate $A$.
+All free identifiers in $A$ must be constants.
+
+Axioms can be marked as theorems. The proof obligation that are then generated are described in Section \ref{axioms_as_theorems}.
+The validity of a theorem can be proven from the axioms that have already been declared.
+
+The well-definedness of axioms must be proven if an axiom contains a well-definedness condition (\ref{well_definedness_of_axioms}).
+
+\subsection{Machines}
+\label{machine}
+\index{machine}
+
+A machine describes the dynamic behavior of a model by means of variables whose values are changed by events.
+
+There are two basic things that must be proven for a machine:
+\begin{enumerate}
+	\item The machine must be consistent, i.e. it should never reach a state which violates the invariant.
+	\item The machine is a correct refinement, i.e. its behavior must correspond to any machines that it refines.
+\end{enumerate}
+
+\subsubsection{Refinement and Abstract machines}
+\label{abstract_machine}
+\index{abstract machine}
+\index{refinement}
+
+A machine can refine at most one other machine. 
+We refer to the refined machine as the abstract machine and refer to the refinement as the concrete machine. 
+More generally, a machine $M_0$ can be refined by machine $M_1$, $M_1$ refined by $M_2$ 
+and so on. The most concrete refinement would be $M_n$. 
+
+Basically, a refinement consists of two aspects:
+\begin{enumerate}
+	\item The concrete machine's state is connected to the state of the
+      abstract machine. To do this, an invariant is used to relate abstract and concrete variables. 
+      \index{gluing invariant}
+      This invariant is called a \emph{gluing invariant}. 
+	\item Each abstract event can be refined by one or more
+concrete events.
+\end{enumerate}
+
+The full invariant of the machine consists of both abstract and concrete invariants. 
+The invariants are accumulated during refinements.
+
+\index{superposition refinement}
+\index{refinement!data@data refinement}\index{refinement!vertical}
+\index{refinement!superposition}\index{refinement!horizontal}
+\info{\textbf{How to use Refinement:} Refinement can be used to subsequently add complexity to the model - this is called superposition refinement (or horizontal refinement).  It can also be used to add detail to data structures -- this is called data refinement (or vertical refinement).  We've seen both types of refinement in the tutorial (Chapter~\ref{tutorial}).
+}
+
+\subsubsection{Seeing a context}
+\label{seeing_a_context}
+If the machine sees a context, the sets and constants declared in the context can be used in
+ all predicates and expressions.
+The conjunction of axioms $A$ can be used as hypotheses in the proofs.
+
+\subsubsection{Variables and invariants}
+\label{variables_and_invariants}
+\index{variable}
+Variables can be declared by adding their unique name (an identifier) to the \eventbsection{Variables} section. 
+The type of the variables must be inferable by the invariants of the machine.
+We denote the variables of the abstract machines $M_1,\ldots,M_{n-1}$ with a $\absvariables$ and the variables of the concrete machine with a $\concvariables$.
+
+\index{invariant}
+An invariant is a statement that must be valid at each state of the machine.
+Each invariant $i$ consists of a label and a predicate $I_i$.
+An invariant can refer to the constants as well as the variables of the concrete and all abstract machines.
+
+We write $I$ to denote the conjunction of all invariants
+of the abstract machines and $J$ for the conjunction of the concrete machine's invariant.
+
+Invariants that are marked as theorems derive their correctness from the preservation
+  of other invariants, so their preservation does not need to be proven.
+The proof obligation can be found in Section \ref{invariants_as_theorems}.
+
+If an invariant contains a well-definedness condition, 
+  a corresponding proof obligation is generated (\ref{well_definedness_of_invariants}).
+
+\paragraph{Common variables between machines}
+\label{common_variables}
+\index{variable!common@common variable}
+With some restrictions, the abstract variables $\absvariables$ and concrete
+  variables $\concvariables$ can have variables in common.
+If a variable $v$ is declared in a machine $M_i$, it can be re-used in the
+  direct refinement $M_{i+1}$. 
+In that case, it is assumed that the values of the abstract and concrete variable 
+  are always equal.
+To ensure this, special proof obligations are generated (\ref{events}).
+Once a variable disappears in a refinement, i.e. it is not declared in machine $M_{i+2}$,
+  it cannot be re-introduced in a later refinement.
+
+\subsubsection{Events}
+\label{events}
+\index{event}
+A possible state change for a machine is defined by an event.
+The condition under which an event can be executed is given by a guard. The event's action
+describes how the new and old state relate to each other.
+
+Events occur atomically (i.e. one event happens at a time) and to a new state.
+Two events never happen at the same time. Time is also not factored into the execution of the event.
+
+An event has the following elements:
+\begin{itemize}
+\item Name
+\item Parameters
+\item Guards
+\item Witnesses
+\item Actions
+\item Status (ordinary, convergent or anticipated): The status is used
+  for termination proofs (see Section~\ref{termination} for details).
+\end{itemize}
+
+An event can refine one or more events of an abstract machine. To keep things simple, we will
+  first consider events with only one refined event.
+If there are several refinement steps, we describe events from the refined machines as abstract events and the event from the concrete machine as the concrete event. For example, if an event $E_1$ is refined by $E_2$ and $E_2$ is refined by
+  $E3$, we call $E_1$ and $E_2$ the abstract events and $E_3$ the concrete event.
+Likewise, if we refer to the parameters of the abstract events, we mean all the parameters
+  of all the abstract events (e.g., the parameters of $E_1$ and $E_2$).
+
+\paragraph{Parameters}
+\label{parameters}
+\index{parameter}
+An event can have an arbitrary number of \emph{parameters}. Their names must be unique, i.e. there must be no constant or variable with the same name.
+The types of the parameters must be declared in the guards of the event.
+We denote the parameters of all abstract events with $\absparameters$ and the
+parameters of the concrete event with $\concparameters$.
+
+Similarly to variables, an event can have parameters in common with the event it refines.
+If the refined event has a parameter $t$ which is not a parameter of the refinement, 
+ a witness $W_t$ for
+ the abstract parameter must be specified (\ref{witness}).
+All free identifiers in $W_t$ must be either constants, concrete or abstract variables, concrete
+ parameters or the abstract parameter $t$.
+
+\paragraph{Guards}
+\label{guards}
+\index{guard}
+Each \emph{guard} consist of a label and a predicate $H$.
+All free identifiers in $H$ must be constants, concrete variables or concrete parameters.
+Variables or parameters of abstract machines are not accessible in a guard.
+
+We write $G$ for the conjunction of all guards of all abstract events.
+
+Like axioms and invariants, guards can also be marked as theorems. 
+The proof obligation can be found in Section \ref{guards_as_theorems}.
+If the guard contains WD-conditions, a proof obligation is generated.
+See Section \ref{well_definedness_of_guards} for the proof obligation.
+
+\paragraph{Actions}
+\label{actions}
+\index{action}
+\index{assignment}
+An action is composed of a label and an assignment.
+Section~\ref{assignments} gives an overview of how they are assigned.
+They can be put into two groups: deterministic and non-deterministic assignments.
+Each assignment affects one or more concrete variables.
+
+If an event has more than one action, they are executed in parallel. 
+An error will occur if a new value is assigned to a variable in more than one action.
+All variables to which no new value is assigned keep the same value in new and old state.
+
+\index{before-after predicate}
+We now define the before-after-predicate $\concbeforeafter$ of the actions together.
+Let $Q_1,\ldots,Q_n$ be the before-after-predicate of the event's assignments. 
+Let $x_1,\ldots,$ $x_k$ % broke formular for print
+be the variables that are assigned by any action of the event.
+Let $y_1,\ldots,y_l$ be the variables of the concrete machine that are \emph{not} modified by any of 
+ the event's actions (i.e. $\concvariables = x_1,\ldots,x_k,y_1,\ldots,y_l$).
+Then the before-after-predicate of the concrete event is 
+  $\concbeforeafter = Q_1 \land \ldots \land Q_n \land y_1 = y_1' \land \ldots \land y_l=y_l'$.
+
+Please note that Rodin optimizes proof obligations when a before-after-predicate is a hypothesis.
+$x'$ is replaced directly by $x$ when $x$ is not changed by the event and replaced by $E$
+ when $E$ is assigned to $x$ deterministically.
+
+\paragraph{Witnesses}
+\label{witness}
+\index{witness}
+
+Witnesses are composed of a label and a predicate that establishes a link between the values 
+  of the variables and parameters of the concrete and abstract events.
+Most of the time, this predicate is a simple equality.
+\warning{Unlike other elements in Event-B that have a label, the label of a witness has a meaning
+  and cannot be chosen arbitrarily.}
+If the user does not specify a witness, Rodin uses the default witness $\btrue$.
+
+Witnesses are necessary in the following circumstances:
+\begin{itemize}
+\item The abstract event has a parameter $p$ that is not a parameter of the concrete  event.
+  In this case, the label of the witness must be $p$, and the witness has the form  $W_p$.
+  All identifiers of $W_p$ must be either constants, concrete or abstract variables,
+  primed concrete variables (i.e.~$v'$ for each concrete variable $v$),
+  concrete parameters or the abstract parameter $p$.
+\item The abstract event assigns non-deterministically (using $\bcmin$ or $\bcmsuch$) 
+  a value to a variable $x$ that is not a variable of the concrete machine.
+  In this case, the label of the witness must be $x'$, the witness has the form $W_{x'}$.
+  All identifiers of $W_p$ must be either constants, concrete or abstract variables,
+  primed concrete variables (i.e.~$v'$ for each concrete variable $v$),
+  concrete parameters or the primed abstract variable $x'$.
+  $x'$ denotes the new value of $x$.
+\end{itemize}
+We denote the conjunction of all witnesses of an event with $W$.
+
+\index{feasibility!of witnesses}
+The feasibility of the witness must be proven, i.e. that there is actually a value for which the predicate holds.
+\index{proof obligation!witness feasibility@witness feasibility (\eventbpo{WFIS})}
+\pode{Witness feasibility for a parameter $p$}{\eventbpo{eventlabel/$p$/WFIS}}%
+  {$\begin{array}{r@{\ }l}
+      & A \land I \land J \land H \\
+      \limp & \exists p \qdot W_p
+    \end{array}$}
+\pode{Witness feasibility for an abstract variable $x$}{\eventbpo{eventlabel/$x'$/WFIS}}%
+  {$\begin{array}{r@{\ }l}
+      & A \land I \land J \land H \land \concbeforeafter \\
+      \limp & \exists x' \qdot W_{x'}
+    \end{array}$}
+A witness may contain well-definedness conditions. See \ref{well_definedness_of_witnesses}
+  for the corresponding proof obligation.
+
+\paragraph{Initialisation}
+\label{initialization}
+\index{initialisation}
+The initialisation of a machine is given by a special event called \textsl{INITIALISATION}.
+Unlike other events, the initialisation must not contain guards and parameters.
+The actions must not make use of variable values before the initialisation event occurs.
+All variables must have a value assigned to them. If there is no assignment for the variable $x$, Rodin assumes a default assignment of the form $x\bcmsuch \btrue$.
+
+\paragraph{Ensuring machine consistency}
+\label{consistency_proof_obligations}
+\index{consistency of a machine}
+The following proof obligations are generated for events:
+
+The assignment of each action must be well-defined when the event is enabled. See
+  \ref{well_definedness_of_actions} for the corresponding proof obligation.
+  
+\index{feasibility!of actions}
+If the event's guard is enabled, every action must be feasible.
+  This is trivially true in the case of the deterministic assignments.
+  For a non-deterministic assignment $a$, the feasibility $\actfis(a)$ must be proven.
+  The feasibility operator $\actfis$ is described in Section~\ref{assignments}.
+  
+  \index{proof obligation!action feasibility@action feasibility (\eventbpo{FIS})}
+  \pode{Action feasibility}{\eventbpo{eventlabel/actionlabel/FIS}}%
+  {$\begin{array}{r@{\ }l}
+      & A \land I \land J \land H \land W_p \land \absbeforeafter \\
+      \limp & \actfis(a)
+    \end{array}$}
+
+For each invariant $J_i$ with the label \eventbpo{invlabel} 
+  that contains a variable affected by the assignment, it must be proven
+  that the invariant still is still valid for the new values.
+
+  \index{proof obligation!invariant preservation@invariant preservation (\eventbpo{INV})}
+  \pode{Invariant preservation}%
+  {\eventbpo{eventlabel/invlabel/INV}}%
+  {$\begin{array}{r@{\ }l}
+      & A \land I \land J \land H \land W_{v} \land \concbeforeafter \\
+      \limp & J_i[\absvariables'/\absvariables,\concvariables'/\concvariables]
+    \end{array}$}
+  Rodin simplifies this proof obligations by replacing $x'$ with $x$ for variables that are not
+  changed and $x'$ by $E$
+  for variables that are assigned by a deterministic ($x \bcmeq E$) assignment.
+
+\index{establishment of the invariant}
+There are special proof obligations generated for the initialisation event:
+  \pode{Action feasibility (in the initialisation)}{\eventbpo{INITIALISATION/actionlabel/FIS}}%
+  {$A \land W \land \concbeforeafter \limp  \actfis(a)$}
+  \pode{Invariant establishment}%
+  {\eventbpo{INITIALISATION/invlabel/INV}}%
+  {$A \land W \land \concbeforeafter \limp I_i[\absvariables'/\absvariables,\concvariables'/\concvariables]$}
+
+\subsubsection{Ensuring a correct refinement}
+\label{refinement_proof_obligations}
+An event can refine one or more events of the abstract machine.
+We first consider the refinement of only one event. 
+For refining more than one event (i.e. merging events), please refer below to Section~\ref{merging_events}.
+
+\index{skip}
+If an event does not refine an abstract event, it is implicitly assumed that it refines \emph{skip}, the
+  event that is always enabled (i.e. its guard is $\btrue$) and does nothing (i.e. all variables keep their
+  values).
+
+\paragraph{Guard strengthening}
+\label{guard_strengthening}
+\index{guard!strengthening}
+\index{strengthening of a guard}
+A concrete event must only be enabled if the abstract event is enabled.
+This condition is called \emph{guard strengthening}.
+For each abstract guard $G_i$ with label \eventbpo{guardlabel}, the following
+proof obligation is generated:
+\index{proof obligation!guard strengthening@guard strengthening (\eventbpo{GRD})}
+\pode{Guard strengthening}%
+{\eventbpo{eventname/guardlabel/GRD}}% 
+{$\begin{array}{r@{\ }l}
+   & A \land I \land J \land H \land W_p \\
+  \limp & G_i
+  \end{array}$}
+
+\paragraph{Action simulation}
+\label{action_simulation}
+If an abstract event's action $i$ (with before-after predicate $Q_i$)
+  assigns a value to a variable that is also declared in the concrete machine,
+  it must be proven that the abstract event's behaviour
+  corresponds to the concrete behaviour.
+The behaviour of the concrete event is given by the concrete before-after-predicate $\concbeforeafter$,
+and the relevant abstract behaviour is given by the before-after-predicate $Q_i$.
+The relation between abstract and concrete event is specified by witnesses.
+\index{proof obligation!action simulation@action simulation (\eventbpo{SIM})}
+\pode{Action simulation}%
+  {\eventbpo{eventname/actionlabel/SIM}}%
+  {$\begin{array}{r@{\ }l}
+      & A \land I \land J \land H \land W \land \concbeforeafter \\
+      \limp & Q_i
+    \end{array}$}
+When the assignments are deterministic or the witnesses are equations, the proof obligation can usually
+be simplified by Rodin.
+
+\paragraph{Preserved variables}
+\label{preserved_variables}
+If $x$ is a variable of both the abstract and concrete machine and
+  the concrete event assigns a value to $x$ but the abstract event does not,
+  it must be proven that the variable's value does not change.
+Let $Q_i$ be the before-after-predicate of the action that changes $x$.
+\index{proof obligation!equality of a preserved variable@equality of a preserved variable (\eventbpo{EQL})}
+\pode{Equality of a preserved variable $x$}%
+  {\eventbpo{eventname/$x$/EQL}}%
+  {$\begin{array}{r@{\ }l}
+      & A \land I \land J \land H \land Q_i \\
+      \limp & x'=x
+    \end{array}$}
+
+\subsubsection{Merging events}
+\label{merging_events}
+\index{event!merging events}
+\index{merging events}
+Refining more than one abstract event by a single event is called \emph{merging} of events.
+To merge events, two conditions must be taken into account.
+\begin{itemize}
+\item If two abstract events declare the same parameter, they must be of the same type.
+\item All abstract events must have identical actions.
+\end{itemize}
+Instead of the guard strengthening proof obligation, the following proof obligation is
+created with $G_1,\ldots,G_n$ as the abstract guards of the merged events
+  and $\absparameters_1,\ldots,\absparameters_n$ as their parameters.
+\index{proof obligation!merging events@merging events (\eventbpo{MRG})}
+\pode{Guard strengthening (merge)}{\eventbpo{eventlabel/MRG}}%
+  {$\begin{array}{l@{\ }l}
+      & A \land I \land J \land H \land W \land \concbeforeafter \\
+      \limp & G_1\lor\ldots\lor G_n
+    \end{array}
+$}
+The other proof obligations are the same as for refining a single event.
+Also, the same rules for defining witnesses apply.
+
+\subsubsection{Extending events}
+\label{extending_events}
+\index{refinement!superposition}
+\index{extending!an event}
+Instead of refining another event, an event can \emph{extend} it.
+In this case the refined event will implicitly have all the parameters, 
+ guards and actions of the refined event. It can have additional parameters,
+ guards and actions. The same effect can be achieved by manually copying the parameters, guards and actions.
+
+This is especially useful when additional features are gradually introduced
+ into a model by refinement (also called ``superposition refinement'').
+
+\subsubsection{Termination}
+\label{termination}
+\index{variant}
+\index{status of an event}
+\index{ordinary}\index{anticipated}\index{convergent}
+Event-B makes it possible to prove how an event will terminate.
+Termination means that a chosen set of events are enabled only a finite number
+ of times before an event that is not marked as terminating occurs.
+To support proofs for termination, a \emph{variant} $V$ can be specified in a model.
+ All free identifiers in $V$ must be constants or concrete variables.
+A variant is an expression that is either numeric 
+ ($V\in\intg$) or
+ a finite set ($V\in\pow(\alpha)$,
+ where $\alpha$ is an arbitrary type).
+
+Events can be marked as:
+\begin{description}
+\item[ordinary] when the event may occur arbitrarily often and does not underlie any restrictions
+  regarding the variant.
+\item[convergent] when the event must decrease the variant.
+\item[anticipated] when the event must not increase the variant.
+\end{description}
+Informally, termination is proven by stating that the convergent events strictly decrease the variant
+  which has a lower bound.
+If a model contains a convergent event, a variant must be specified.
+If only anticipated events are declared, it is sufficient to create a default constant variant so
+  that all anticipated events do not increase the variant.
+When an event is marked as anticipated, one must just prove that the event does not increase the
+  variant.
+The proof of termination is then delayed to the refinements of the anticipated event.
+A refinement of an anticipated event must be either anticipated or convergent.
+
+If the convergence of an event is proven, the convergence of its refinements is also guaranteed due to guard strengthening.
+
+A variant must be well-defined. The corresponding well-definedness proof obligations
+  can be found in Section \ref{well_definedness_of_variants}.
+The following other proof obligations are generated:
+
+\paragraph{Numeric variant}
+\label{numeric_variant}
+  If the variant is numeric, an anticipated or convergent event
+  must only be enabled when the variant is non-negative.
+\pode{Numeric variant is a natural number}{\eventbpo{eventlabel/NAT}}%
+  {$\begin{array}{r@{\ }l}
+      & A \land I \land J \land G \land H \\
+      \limp & V\in\nat
+    \end{array}$}
+A convergent event must decrease the variant
+\pode{Decreasing of a numeric variant (convergent event)}{\eventbpo{eventlabel/VAR}}%
+  {$\begin{array}{r@{\ }l}
+      & A \land I \land J \land G \land H \land \concbeforeafter \\
+      \limp & V[\varlist{w}'/\varlist{w}]<V
+    \end{array}$}
+and an anticipated event must not increase the variant.
+\pode{Decreasing of a numeric variant (anticipated event)}{\eventbpo{eventlabel/VAR}}%
+  {$\begin{array}{r@{\ }l}
+      & A \land I \land J \land G \land H \land \concbeforeafter \\
+      \limp & V[\varlist{w}'/\varlist{w}]\leq V
+    \end{array}$}
+
+\paragraph{Set variant}
+\label{set_variant}
+  If the variant is a set t, it must be proven that the set is always finite:
+\pode{Decreasing of a variant (anticipated event)}{\eventbpo{FIN}}%
+  {$\begin{array}{r@{\ }l}
+      & A \land I \land J \\
+      \limp & \bfinite(V)
+    \end{array}$}
+A convergent event must remove elements from the set
+\pode{Decreasing of a set variant (convergent event)}{\eventbpo{eventlabel/VAR}}%
+  {$\begin{array}{r@{\ }l}
+      & A \land I \land J \land G \land H \land \concbeforeafter \\
+      \limp & V[\varlist{w}'/\varlist{w}]\subset V
+    \end{array}$}
+and an anticipated event must not add elements.
+\pode{Decreasing of a set variant (anticipated event)}{\eventbpo{eventlabel/VAR}}%
+  {$\begin{array}{r@{\ }l}
+      & A \land I \land J \land G \land H \land \concbeforeafter \\
+      \limp & V[\varlist{w}'/\varlist{w}]\subseteq V
+    \end{array}$}
+
+\subsection{Well-definedness proof obligations}
+\label{well_definedness_proof_obligations}
+There are several locations where well-definedness proof obligations can be created.
+The mathematical notation of the well-definedness conditions
+of each operator are defined by the $\wdl$-operator (\ref{well_definedness}).
+
+For well-definedness conditions, the order of axioms, invariants and guards is important.
+Well-definedness conditions are not usually shown in Rodin if they are trivial ($\btrue$).
+
+\paragraph{Axioms}
+\label{well_definedness_of_axioms}
+For an axiom $A_w$, $A_b$ denotes (the conjunction of) all axioms declared
+  in extended contexts and the axioms already declared in
+  the current context before the axiom in question.
+\index{proof obligation!well-definedness of an axiom@well-definedness of an axiom (\eventbpo{WD})}
+\pode{Well-definedness of an axiom}{\eventbpo{label/WD}}%
+  {$A_b \limp \wdl(A_w)$}
+
+\paragraph{Invariants}
+\label{well_definedness_of_invariants}
+For an invariant $J_w$, $J_b$ denotes (the conjunction of) all the model's 
+  invariants declared before the theorem.
+\index{proof obligation!well-definedness of an invariant@well-def. of an invariant (\eventbpo{WD})}
+\pode{Well-definedness of an invariant}{\eventbpo{label/WD}}%
+  {$A \land I \land J_b
+    \limp \wdl(J_w)$}
+
+\paragraph{Guards}
+\label{well_definedness_of_guards}
+For an invariant $H_w$, $H_b$ denotes (the conjunction of) all the model's 
+  invariants declared before the theorem.
+\index{proof obligation!well-definedness of a guard@well-definedness of a guard (\eventbpo{WD})}
+\pode{Well-definedness of a guard}{\eventbpo{eventname/guardlabel/WD}}%
+  {$A \land I \land J \land H_b
+    \limp \wdl(H_w)$}
+
+\paragraph{Witnesses}
+\label{well_definedness_of_witnesses}
+A witness $W$ may contain well-definedness conditions.
+\index{proof obligation!well-definedness of a witness@well-definedness of a witness (\eventbpo{WWD})}
+\pode{Well-definedness of a witness}{\eventbpo{eventlabel/witnesslabel/WWD}}%
+  {$A \land I \land J \land \concbeforeafter
+    \limp \wdl(W)$}
+
+\paragraph{Actions}
+\label{well_definedness_of_actions}
+The assignment $a$ of each action with the label $\eventbpo{actionlabel}$ in
+ an event must be well-defined.
+\index{proof obligation!well-definedness of an action@well-definedness in an action (\eventbpo{WD})}
+\pode{Well-definedness of an action}%
+  {\eventbpo{eventlabel/actionlabel/WD}}%
+  {$A \land I \land J \land G \land H \limp \wdl(~a~)$}
+
+\paragraph{Variants}
+\label{well_definedness_of_variants}
+A variant $V$ must be well-defined.
+\index{proof obligation!well-definedness of a variant@well-definedness of a variant (\eventbpo{VWD})}
+\pode{Well-definedness of a variant}{\eventbpo{VWD}}%
+  {$A \land J \limp \wdl(V)$}
+
+
+\subsection{Theorems}
+\label{theorems}
+\index{theorem}
+Axioms, invariants and guards can be marked as theorems. This means that the validity of the theorems must be proven from the axioms, invariants or guards declared before
+  the theorem.
+
+\index{derived}
+Sometimes an axiom/invariant/guard marked as theorem is also called a \emph{derived} axiom/invariant/guard.
+
+\paragraph{Axioms}
+\label{axioms_as_theorems}
+For an axiom $A_{thm}$, $A_b$ denotes (the conjunction of) all axioms declared
+  in extended contexts and the axioms already declared in
+  the current context before the axiom in question.
+\index{proof obligation!axiom as theorem@axiom as theorem (\eventbpo{THM})}
+\pode{An axiom as theorem}{\eventbpo{label/THM}}%
+  {$A_b \limp A_{thm}$}
+
+\paragraph{Invariants}
+\label{invariants_as_theorems}
+For an invariant $J_{thm}$, $J_b$ denotes (the conjunction of) all the model's 
+  invariants declared before the theorem.
+\index{proof obligation!invariant as theorem@invariant as theorem (\eventbpo{THM})}
+\pode{An invariant as theorem}{\eventbpo{label/THM}}%
+  {$A \land I \land J_b \limp J_{thm}$}
+
+\paragraph{Guards}
+\label{guards_as_theorems}
+For a guard $H_{thm}$, $H_b$ denotes (the conjunction of) all the event's 
+  guards declared before the theorem.
+\index{proof obligation!guard as theorem@guard as theorem (\eventbpo{THM})}
+\pode{A guard as theorem}{\eventbpo{label/THM}}%
+  {$A \land I \land J \land H_b \limp H_{thm}$}
+
+\subsection{Generated proof obligations}
+\label{generated_proof_obligations}
+\index{proof obligation!generation}
+
+Table \ref{tab:generated_pos} shows
+ a brief overview about the different proof obligations that are generated.
+The user can use this table to identify a specific proof obligation. For further information, 
+a reference to the relevant reference section is provided.
+
+\begin{table}
+\index{WD (well-definedness proof obligation)}
+\index{THM (theorem proof obligation)}
+\index{FIS (feasibility proof obligation)}
+\index{INV (invariant proof obligation)}
+\index{GRD (guard-strengthening proof obligation)}
+\index{MRG (guard-strengthening (merge) pr\-oof obligation)}
+\index{SIM (simulation proof obligation)}
+\index{EQL (equality of preserved variable proof obligation)}
+\index{WWD (well-definedness of witness proof obligation)}
+\index{WFIS (witness feasibility proof obligation)}
+\index{VWD (well-definedness of variant proof obligation)}
+\index{FIN (finiteness proof obligation)}
+\index{NAT (natural number proof obligation)}
+\index{VAR (decreasing of variant proof obligation)}
+  \centering
+\begin{tabular}{p{0.4\textwidth}ll}
+  \hline
+  \multicolumn{3}{l}{\textbf{generated in contexts}} \\
+  well-definedness of an axiom & \eventbpo{label/WD} & \ref{well_definedness_of_axioms} \\
+  axiom as theorem & \eventbpo{label/THM} & \ref{axioms_as_theorems} \\
+  \hline
+  \multicolumn{3}{l}{\textbf{generated for machine consistency}} \\
+  well-definedness of an invariant & \eventbpo{label/WD} & \ref{well_definedness_of_invariants} \\
+  invariant as theorem & \eventbpo{label/THM} & \ref{invariants_as_theorems} \\
+  well-definedness of a guard & \eventbpo{event/guardlabel/WD} & \ref{well_definedness_of_guards} \\
+  guard as theorem & \eventbpo{event/guardlabel/THM} & \ref{guards_as_theorems} \\
+  well-definedness of an action & \eventbpo{event/actionlabel/WD} & \ref{well_definedness_of_actions} \\
+  feasibility of a non-det. action & \eventbpo{event/actionlabel/FIS} & \ref{consistency_proof_obligations} \\
+  invariant preservation & \eventbpo{event/invariantlabel/INV} & \ref{consistency_proof_obligations} \\
+  \hline
+  \multicolumn{3}{l}{\textbf{generated for refinements}} \\
+  guard strengthening & \eventbpo{event/abstract\_grd\_label/GRD} & \ref{guard_strengthening} \\
+  action simulation & \eventbpo{event/abstract\_act\_label/SIM} & \ref{action_simulation} \\
+  equality of a preserved variable & \eventbpo{event/variable/EQL} & \ref{preserved_variables} \\
+  guard strengthening (merge) & \eventbpo{event/MRG} & \ref{merging_events} \\
+  well definedness of a witness & \eventbpo{event/identifier/WWD} & \ref{well_definedness_of_witnesses} \\
+  feasibility of a witness & \eventbpo{event/identifier/WFIS} & \ref{witness} \\
+  \hline
+  \multicolumn{3}{l}{\textbf{generated for termination proofs}} \\
+  well definedness of a variant & \eventbpo{VWD} & \ref{well_definedness_of_variants} \\
+  finiteness for a set variant  & \eventbpo{FIN} & \ref{set_variant} \\
+  natural number for a numeric variant & \eventbpo{event/NAT} & \ref{numeric_variant} \\
+  decreasing of variant & \eventbpo{event/VAR} &\ref{numeric_variant} \\
+  \hline
+\end{tabular}  
+  \caption{Generated Proof Obligations}
+  \label{tab:generated_pos}
+\end{table}
+
+\subsection{Visibility of identifiers}
+\label{visibility_of_identifiers}
+\index{identifier}
+
+Expressions and predicates are comprised of certain Event-B elements. The following table describes the elements that each predicate or expression use:
+
+\begin{center}
+  \newcommand{\markcell}{$\times$}
+  \begin{tabular}{l*{6}{@{\hspace{0.8em}}c}}
+  \hline
+               & sets  & constants & \multicolumn{2}{c}{variables} & \multicolumn{2}{c}{parameters} \\
+               &       &           & concrete  & abstract & concrete  & abstract  \\
+  \hline
+  axiom        & \markcell & \markcell &           &           &            & \\
+  invariant    & \markcell & \markcell & \markcell & \markcell &            & \\
+  variant      & \markcell & \markcell & \markcell & \markcell &            & \\
+  guard        & \markcell & \markcell & \markcell &           & \markcell  & \\
+  witness$^{*}$ & \markcell & \markcell & \markcell & \markcell & \markcell  & \markcell \\
+  action$^{*}$  & \markcell & \markcell & \markcell &           & \markcell  &  \\
+  \hline
+  \end{tabular}    
+\end{center}
+
+However, expressions and predicates can only use elements that are identified within a specific scope:
+
+\begin{description}
+\item[Sets] Sets can be used when they are defined in the context (in case of an axiom) or in a seen context.
+  If a context extends another context, the sets of the extended context are treated as if they
+  are defined in the extending context.
+\item[Constants] Constants can be used when they are defined in the context (in the case of an axiom) or in a seen context.
+\item[Concrete Variables] Concrete variables that are defined in the machine itself can be used.
+\item[Abstract Variables] Abstract variables  that are defined in an abstract machine can be used.
+\item[Concrete Parameters] Parameters that are defined in the event itself can be used. 
+\item[Abstract Parameters] Parameters that are defined in an abstract event can be used.
+\end{description}
+
+
+
+$\mbox{}^{*}$ Witnesses and actions have additional elements in their scope. Section \ref{witness} provides more information about witnesses, and Section \ref{assignments} explains the scope for actions that have different types of assignments in further detail.
+
+%%% Local Variables: 
+%%% mode: latex
+%%% TeX-master: "rodin-doc"
+%%% End: 
diff --git a/org.rodinp.handbook.feature/latex/reference-03.tex b/org.rodinp.handbook.feature/latex/reference-03.tex
new file mode 100644
index 0000000000000000000000000000000000000000..83f7aae3b904497f176ae10f3b3344d17a01587f
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/reference-03.tex
@@ -0,0 +1,1314 @@
+\clearpage
+\section{Mathematical Notation}
+\label{mathematical_notation}
+\index{notation!mathematical}
+
+\subsection{Introduction}
+\label{mathematical_notation_introduction}
+
+In the following section, we use sans serif letters like $\exprla$, $\expra$, $\exprlb$, $\exprb$, \ldots as
+placeholders for arbitrary expressions instead of $a$, $A$, $b$, $B$ which represent
+Event-B identifiers.
+For example, the $\exprle$ and $\exprs$ in $\exprle\in\exprs$ could be a placeholder for $5+2$ and $\nat$.
+
+We use the $\expra\defi\exprb$ to state that an expression, predicate or assignment $\expra$
+can be equivalently rewritten as $\exprb$ if $\expra$'s  well-definedness condition
+is fulfilled.
+%If an expression $\expra$ yields a value $x$ that we want to describe by a predicate $\predp$
+%we use the form $\expra = x \defi \predp$.
+We have tried to find a balance between having a precise and concise description for all Event-B's
+mathematical components and having a text that is still easily readable.
+Many of the operators can be expressed using other, simpler constructs.
+Other, like equality ($=$) or universal quantification ($\forall$) are simply described with natural language.
+
+When we introduce new identifiers while expressing an operator (e.g. by using a set comprehension),
+we assume that the new identifier does not occur free in the rewritten expressions
+(see Section~\ref{free_identifiers} for more information on free identifiers).
+
+\info{For a concise summary of the Event-B mathematical toolkit, download the four-page \file{EventB-Summary.pdf}{Event-B Cheat Sheet}.  We would like to thank Ken Robinson for making it available.}
+
+\subsubsection{Data types}
+\label{data_types}
+\index{data type}
+\index{type|see{data type}}
+
+In Event-B we have 3 kinds of basic data types:
+\begin{itemize}
+\item \index{integer!as type} $\intg$ is the set of all integers.
+\item \index{boolean!as type}
+  $\Bool$ is the set of Booleans. 
+  It has two elements $\Bool = \{\True,\False\}$.
+\item \index{carrier set}
+  Users can define carrier sets. 
+  These are defined in the \eventbsection{Sets} section of a context.
+  Carrier sets are never empty.
+  There is no other assumption made about carrier sets unless it is stated explicitly as
+  an axiom.
+\end{itemize}
+From all data types $\alpha, \beta$, two other kinds of data types can be constructed:
+\begin{itemize}
+\item $\pow(\alpha)$ contains the sets of elements of $\alpha$.
+\item \index{pair!as type} $\alpha\cprod\beta$ is the set of pairs where the first element is of type $\alpha$ and the
+  second element is of type $\beta$.
+\end{itemize}
+\index{type expression} Expressions that are constructed by the rules above are called \emph{type expressions}.
+
+\paragraph{A note about the notation}
+We use the Greek letters $\alpha$, $\beta$, $\gamma$, \ldots to represent arbitrary data types.
+For an expression $\vexpr{E}$, we write $\expre\in\alpha$ to state that $\expre$ is of type $\alpha$.
+In the following descriptions of Event-B's mathematical constructs, we will describe the
+  types of all constructs and their components.
+
+For example, we will describe the maplet $\expre\mapsto \exprf$ whose type is defined by $\expre\mapsto \exprf\in\alpha\cprod\beta$ with
+ $\expre\in\alpha$ and $\exprf\in\beta$. We do not restrict the types of $\alpha$ and $\beta$.
+
+For predicates, we simply describe the data types of their components. 
+The predicate itself does not have a type.
+For example, consider the components' types for the equality of two expressions $\expre=\vexpr{F}$: $\expre\in\alpha$ and $\exprf\in\alpha$.
+By stating that $\expre$ and $\exprf$ are both of type $\alpha$, we express that both expressions must have the
+  same type but do not make any further assumptions about their types.
+
+\subsubsection{Well-definedness}
+\label{well_definedness}
+\index{well-definedness}
+\index{L-operator@$\wdl{}$-operator}
+
+A predicate which describes the condition under which an expression or predicate in Event-B can be safely evaluated is the well-definedness condition.
+An example with integer division makes this clear: The expression $x\div y$ only makes sense when $y\neq 0$.
+
+Well-definedness conditions are usually used for well-definedness proof obligations (\ref{well_definedness_proof_obligations}).
+
+In Rodin, the $\wdl$-operator defines which well-defined condition a predicate or expression has.
+When applied to the above example, integer division can be formatted as follows: $\wdl(x\div y) \defi y\neq 0$.
+
+In the following sections, we state for each mathematical construct what the well-definedness conditions are.
+In many cases, this is just the conjunction of the well-definedness conditions for the different syntactical parts of a construct.
+
+\info{The $\wdl$-operator cannot be expressed in Event-B itself. It is only used to describe Event-B's concept of well-definedness
+  and how the well-definedness proof obligations are generated.}
+
+\subsubsection{Free identifiers}
+\label{free_identifiers}
+\index{free identifiers}
+Free identifiers in predicates and expressions are those identifiers which are used but not introduced by quantifiers.
+More formally, we define the set of free identifiers $\freeids{\expre}$ of an expression or predicate $E$ recursively as follows:
+
+\begin{center}
+\begin{tabular}{ll}
+  \hline
+  \textbf{Expression / Predicate} & \textbf{Free identifiers} \\
+  \hline
+  Identifier $x$ & $\{x\}$ \\
+  \hline
+  Integer $n$ & $\emptyset$ \\
+  \hline
+  $\begin{array}{lllll}
+    \btrue &  \bfalse & \Bool & \True & \False \\
+    \emptyset & \id & \prjone & \prjtwo & \intg \\
+    \nat & \nat_1
+  \end{array}$ 
+  & $\emptyset$ \\
+  \hline
+  $\begin{array}{lllll}
+    \lnot \expra & \bool(\expra) & \pow(\expra) & \pow_1(\expra) \\
+    \bfinite(\expra) & \card(\expra) & \bunaryunion(\expra) & \bunaryinter(\expra) \\
+    \expra^{-1} & \dom(\expra) &  \ran(\expra) & -\expra \\
+    \min(\expra) & \max(\expra)
+  \end{array}$ 
+  & $\freeids{\expra}$ \\
+  \hline
+  $\begin{array}{lllll}
+    \expra\land\exprb & \expra\lor\exprb & \expra\limp\exprb & \expra\leqv\exprb & \expra=\exprb \\
+    \expra\neq\exprb & \expra\in\exprb & \expra\not\in\exprb & \expra\subseteq \exprb & \expra\not\subseteq\exprb \\
+    \expra\subset \exprb & \expra\not\subset \exprb & \expra\bunion \exprb & \expra\binter \exprb & \expra\setminus \exprb \\
+    \expra\cprod \exprb & \expra\rel \exprb & \expra\trel \exprb & \expra\srel \exprb & \expra\strel \exprb \\
+    \expra\domres \exprb & \expra\domsub \exprb & \expra\ranres \exprb &  \expra\ransub \exprb & \expra\fcomp \exprb \\
+    \expra\bcomp \exprb & \expra\ovl \exprb & \expra\pprod \exprb & \expra\dprod \exprb & \expra[\exprb] \\
+    \expra\pfun \exprb & \expra\tfun \exprb & \expra\pinj \exprb & \expra\tinj \exprb & \expra\psur \exprb \\
+    \expra\tsur \exprb & \expra\tbij \exprb & \expra(\exprb) & \expra+\exprb & \expra-\exprb \\
+    \expra\cdot \exprb & \expra\div \exprb & \expra\bmod \exprb & \expra\expn \exprb & \expra\boftype\exprb
+  \end{array}$ 
+  & $\freeids{\expra}\cup\freeids{\exprb}$ \\
+  \hline
+  $\begin{array}{lllll}
+    \{~\expre_1,\ldots,\expre_n~\} &
+    \bpartition(\expre_1,\ldots,\expre_n)
+  \end{array}$
+  & $\freeids{\expre_1}\cup\ldots\cup\freeids{\expre_n}$ \\
+  \hline
+  $\begin{array}{lllll}
+    \forall\textsl{ids}~\qdot~\predp &
+    \exists\textsl{ids}~\qdot~\predp
+  \end{array}$
+  & $\freeids{\predp}\setminus\textsl{ids}$ \\
+  \hline
+  $\begin{array}{lllll}
+    \{~\textsl{ids}~\qdot~\predp~|~\expre~\} & 
+    \Union\textsl{ids}~\qdot~\predp~|~\expre &
+    \Inter\textsl{ids}~\qdot~\predp~|~\expre
+  \end{array}$
+  & $(\freeids{\predp}\cup\freeids{\expre})\setminus\textsl{ids}$ \\
+  \hline
+  $\begin{array}{lllll}
+    \{~\expre~|~\predp~\} &
+    \Union \expre~|~\predp &
+    \Inter \expre~|~\predp
+  \end{array}$
+  & $\freeids{\predp}\setminus\freeids{\expre}$\\
+  \hline
+\end{tabular}  
+\end{center}
+
+\subsubsection{Structure of the subsections}
+The following reference subsections will have the form the form: \\[2em]
+\begin{rrnames}
+  math. Symbol  & \texttt{ASCII representation}  & Name of the operator \\
+  \ldots & \ldots & \ldots \\
+\end{rrnames}
+\begin{rodinrefentry}
+  \rrdesc A short description of what the operator does
+  \rrdef A formal definition of what the operator does
+  \rrtypes A description of the types of all arguments and, if the operation
+    is an expression, the expression's type
+  \rrwd
+    A description of the well-definedness conditions using the $\wdl$ operator
+  \rrfis
+    Non-deterministic assignments may have feasibility conditions.
+    These are used in the proof obligations of an event (\ref{consistency_proof_obligations}).
+  \rrex
+    For some constructs, an example is provided to clarify their use.
+\end{rodinrefentry}
+
+\subsection{Predicates}
+\label{predicates}
+
+\begin{samepage}
+\subsubsection{Logical primitives}
+\index{true!as predicate@as predicate ($\btrue$)}\index{false!as predicate@as predicate ($\bfalse$)}
+\index{$\btrue$ (true)}
+\index{$\bfalse$ (false)}
+
+\begin{rrnames}
+  $\btrue$  & \texttt{true}  & True \\
+  $\bfalse$ & \texttt{false} & False \\
+\end{rrnames}
+\begin{rodinrefentry}
+  \rrdesc
+  The predicates $\btrue$ and $\bfalse$ are the predicates that are true and false respectively.
+  \rrwd
+  $\wdl(\btrue) \defi \btrue$ \\
+  $\wdl(\bfalse) \defi \btrue$ \\
+\end{rodinrefentry}
+\end{samepage}
+
+\begin{samepage}
+\subsubsection{Logical operators}
+\index{conjunction@conjunction ($\land$)}\index{disjunction@disjunction ($\lor$)}\index{implication@implication ($\limp$)}\index{equivalence@equivalence ($\leqv$)}\index{negation@negation ($\lnot$)}
+\index{$\land$ (conjunction)}\index{$\lor$ (disjunction)}\index{$\limp$ (implication)}\index{$\leqv$ (equivalence)}\index{$\lnot$ (negation)}
+
+
+
+\begin{rrnames}
+  $\land$  & \texttt{\&}  & Conjunction \\
+  $\lor$   & \texttt{or}  & Disjunction \\
+  $\limp$  & \texttt{=>}  & Implication \\
+  $\leqv$  & \texttt{<=>} & Equivalence \\
+  $\lnot$  & \texttt{not} & Negation \\
+\end{rrnames}
+\begin{rodinrefentry}
+  \rrdesc
+  These are the usual logical operators.
+  \rrdef
+  The following truth tables describe the behaviours of these operators:
+  \begin{center}
+    \begin{tabular}{cc|cccc}
+      $\predp$       & $\predq$       & $\predp\land \predq$ & $\predp\lor \predq$ & $\predp\limp \predq$ & $\predp\leqv \predq$ \\
+      \hline
+      $\bfalse$ & $\bfalse$ & $\bfalse$  & $\bfalse$ & $\btrue$   & $\btrue$   \\
+      $\bfalse$ & $\btrue$  & $\bfalse$  & $\btrue$  & $\btrue$   & $\bfalse$  \\
+      $\btrue$  & $\bfalse$ & $\bfalse$  & $\btrue$  & $\bfalse$  & $\bfalse$  \\
+      $\btrue$  & $\btrue$  & $\btrue$   & $\btrue$  & $\btrue$   & $\btrue$   \\
+    \end{tabular}
+    \quad
+    \begin{tabular}{c|c}
+      $\predp$       & $\lnot \predp$ \\
+      \hline
+      $\bfalse$ & $\btrue$ \\
+      $\btrue$  & $\bfalse$ \\
+    \end{tabular}
+  \end{center}
+  \rrtypes
+    All arguments are predicates.
+  \rrwd
+    Please note that the operators $\land$ and $\lor$ are not commutative
+    because their well-definedness conditions distinguish between the first and second argument.
+    Therefore, if their arguments have well-definedness conditions, the order matters.
+    For example, $x\neq 0 \land y\div x=3$ is always well-defined,
+    but $y\div x=3 \land x\neq 0$ still has the well-definedness condition $x\neq 0$.
+
+    $\wdl(\predp\land \predq) \defi \wdl(\predp) \land (\predp \limp \wdl(\predq))$ \\
+    $\wdl(\predp\lor \predq)  \defi \wdl(\predp) \land (\predp \lor \wdl(\predq))$ \\
+    $\wdl(\predp\limp \predq) \defi \wdl(\predp) \land (\predp \limp \wdl(\predq))$ \\
+    $\wdl(\predp\leqv \predq) \defi \wdl(\predp) \land \wdl(\predq)$ \\
+    $\wdl(\lnot(\predp)) \defi \wdl(\predp)$ \\
+\end{rodinrefentry}
+\end{samepage}
+
+\begin{samepage}
+\subsubsection{Quantified predicates}
+\label{quantified_predicates}
+\index{for all@for all ($\forall$)}
+\index{exists@exists ($\exists$)}
+\index{quantification!universal@universal ($\forall$)}
+\index{quantification!existential@existential ($\exists$)}
+
+
+\begin{rrnames}
+  $\forall$ & \texttt{!} & Universal quantification \\
+  $\exists$ & \texttt{\#} & Existential quantification \\
+\end{rrnames}
+\begin{rodinrefentry}
+  \rrdesc
+    The universal quantification $\forall x_1,\ldots,x_n~\qdot~\predp$ is true if $\predp$ is satisfied for all
+    possible values of $x_1\ldots,x_n$.
+    A usual pattern for quantification is $\forall x_1\ldots,x_n~\qdot~\predp_1\limp \predp_2$ where
+    $\predp_1$ is used to specify the types of the identifiers.
+
+    The existential quantification $\forall x_1\ldots,x_n~\qdot~\predp$ is true if a value of $x_1\ldots,x_n$ exists such that $\predp$ is satisfied.
+
+    The types of all identifiers $x_1\ldots,x_n$ must be inferable by $\predp$.
+    They can be referenced in $\predp$.
+  \rrtypes
+    The quantifiers and the $\predp$ are predicates.    
+  \rrwd
+    $\wdl(\forall x_1\ldots,x_n~\qdot~\predp) \defi ~\forall x_1\ldots,x_n \qdot \wdl(\predp)$\\
+    $\wdl(\exists x_1\ldots,x_n~\qdot~\predp) \defi ~\forall x_1\ldots,x_n \qdot \wdl(\predp)$
+\end{rodinrefentry}
+\end{samepage}
+
+%\begin{tabular}{r|p{12cm}}
+%\textbf{Description} &  
+%		The universal quantification $\forall x_1,\ldots,x_n~\qdot~\predp$ is true if $\predp$ is satisfied for all
+%    possible values of $x_1\ldots,x_n$.
+%    A usual pattern for quantification is $\forall x_1\ldots,x_n~\qdot~\predp_1\limp \predp_2$ where
+ %   $\predp_1$ is used to specify the types of the identifiers.
+
+%    The existential quantification $\forall x_1\ldots,x_n~\qdot~\predp$ is true if a value of $x_1\ldots,x_n$ exists such that $\predp$ is satisfied.
+
+%    The types of all identifiers $x_1\ldots,x_n$ must be inferable by $\predp$.
+%    They can be referenced in $\predp$. \\[2mm]
+
+%\textbf{Types} &  The quantifiers and the $\predp$ are predicates.  \\[2mm]
+%
+%\textbf{WD} &  $\wdl(\forall x_1\ldots,x_n~\qdot~\predp) \defi ~\forall x_1\ldots,x_n \qdot \wdl(\predp)$
+%
+%    $\wdl(\exists x_1\ldots,x_n~\qdot~\predp) \defi ~\forall x_1\ldots,x_n \qdot \wdl(\predp)$ \\
+%\end{tabular}
+
+
+\begin{samepage}
+\subsubsection{Equality}
+\label{equality}
+\index{equality@equality ($=$)}
+
+\begin{rrnames}
+  $=$    & \texttt{=}  & equality \\
+  $\neq$ & \texttt{/=} & inequality \\
+\end{rrnames}
+\begin{rodinrefentry}
+  \rrdesc
+  Checks if both expressions are or are not equal.
+  \rrdef
+  $\expre \neq \exprf \defi \lnot( \expre=\exprf)$
+  \rrtypes
+    $\expre = \exprf$ and $\expre \neq \exprf$ are predicates with $\expre\in\alpha$ and $\exprf\in\alpha$, i.e. $\expre$ and $\exprf$ must have the same type.
+  \rrwd
+    $\wdl(\expre = \exprf) \defi \wdl(\expre) \land \wdl(\exprf)$ \\
+    $\wdl(\expre \neq \exprf) \defi \wdl(\expre) \land \wdl(\exprf)$ \\
+\end{rodinrefentry}
+\end{samepage}
+
+\begin{samepage}
+\subsubsection{Membership}
+\label{membership}
+\index{membership@membership ($\in$)}
+
+\begin{rrnames}
+  $\in$     & \texttt{:}  & set membership \\
+  $\not\in$ & \texttt{/:} & negated set membership \\
+\end{rrnames}
+\begin{rodinrefentry}
+  \rrdesc
+    Checks if an expression $\expre$ denotes an element of a set $\exprs$.
+  \rrdef
+    $\expre\not\in\exprs \defi \lnot(\expre\in\exprs)$
+  \rrtypes
+    $\expre\in\exprs$ and $\expre\not\in\exprs$ are predicates 
+    with $\expre\in\alpha$ and $\exprs\in\pow(\alpha)$.
+  \rrwd
+    $\wdl(\expre\in\exprs) \defi \wdl(\expre) \land \wdl(\exprs)$ \\
+    $\wdl(\expre\not\in\exprs) \defi \wdl(\expre) \land \wdl(\exprs)$ \\
+\end{rodinrefentry}
+\end{samepage}
+
+\begin{samepage}
+\subsection{Booleans}
+\label{booleans}
+\index{boolean}
+\index{boolean!the operator $\bool$}
+\index{true!as expression ($\True$)}
+\index{false!as expression ($\False$)}
+
+\begin{rrnames}
+  $\Bool$     & \texttt{BOOL}    & Boolean values \\
+  $\True$     & \texttt{TRUE}    & Boolean true \\
+  $\False$    & \texttt{FALSE}   & Boolean false \\
+  $\bool$     & \texttt{bool}    & Convert a predicate into a Boolean value \\
+\end{rrnames}
+\begin{rodinrefentry}
+  \rrdesc
+    $\Bool$ is a pre-defined carrier set that contains the constants $\True$ and $\False$.
+
+    $\bool(\predp)$ denotes the Boolean value of a predicate $\predp$. If $\predp$ is true, the expression
+    is $\True$. If $\predp$ is false, the expression is $\False$.
+  \rrdef
+    $\bpartition(\Bool,\{\True\},\{\False\})$\\
+    %$\Bool = \{\True,\False\}$ \\
+    $\bool(\predp)=\True \leqv \predp$
+  \rrtypes
+    $\Bool\in\pow(\Bool)$\\
+    $\True\in\Bool$ \\
+    $\False\in\Bool$ \\
+    $\bool(\predp)\in\Bool$ with $\predp$ being a predicate.
+  \rrwd
+    $\wdl(\Bool) \defi \btrue$\\
+    $\wdl(\True) \defi \btrue$\\
+    $\wdl(\False) \defi \btrue$\\
+    $\wdl(\bool(\predp)) \defi \wdl(\predp)$
+\end{rodinrefentry}
+\end{samepage}
+
+
+\subsection{Sets}
+\label{sets}
+
+\begin{samepage}
+\subsubsection{Set comprehensions}
+\label{set_comprehensions}
+\index{set!comprehension set}
+
+\begin{rrnames}
+  $\{~\textit{ids}~\qdot~\predp~|~\expre~\}$     & \texttt{\{\textit{ids}.P|E\}}    & Set comprehension \\
+  $\{~\expre~|~\predp~\}$                        & \texttt{\{E|P\}}      & Set comprehension (short form)\\
+\end{rrnames}
+\begin{rodinrefentry}
+  \rrdesc
+    \textit{ids} is a comma-separated list of one ore more identifiers whose type
+    must be inferable by the predicate $\predp$.
+    The predicate $\predp$ and $\expre$ can contain references to the identifiers \textit{ids}.
+
+    The set comprehension $\{~x_1,\ldots,x_n~\qdot~\predp~|~\expre~\}$ contains all values of $\expre$ for the values
+    of $x_1,\ldots,x_n$ where $\predp$ is true.
+
+    $\{~\expre~|~\predp~\}$ is a short form for $\{~\freeids{\expre}~\qdot~\predp~|~\expre~\}$ where $\freeids{\expre}$ denotes the
+    list of free identifiers occurring in $\expre$ (see Section \ref{free_identifiers})).
+  \rrdef
+    $\{~\expre~|~\predp~\} \defi \{~\freeids{\expre}~\qdot~\predp~|~\expre~\}$
+  \rrtypes
+    With $x_1\in\alpha_1, \ldots, x_n\in\alpha_n$ and $\expre\in\beta$:\\
+    $\{~x_1,\ldots,x_n~\qdot~\predp~|~\expre~\} \in \pow(\beta)$\\
+    $\{~\expre~|~\predp~\} \in \pow(\beta)$  
+  \rrwd
+    $\wdl(\{~x_1,\ldots,x_n~\qdot~\predp~|~\expre~\}) \quad\defi\quad \forall x_1,\ldots,x_n \qdot \wdl(\predp) \land (\predp \limp \wdl(\expre))$\\
+    $\wdl(\{~\expre~|~\predp~\}) \quad\defi\quad \forall \freeids{\expre} \qdot \wdl(\predp) \land (\predp \limp \wdl(\expre))$
+  \rrex
+    The following set comprehensions contain all the first 10 squares numbers:\\
+    $\{1,4,9,16,25,36,49,64,81,100\}$\\
+    $= \{~x~\qdot~x\in 1\upto 10~|~x\expn 2\}$\\
+    $= \{~x~|~ \exists y \qdot y\in 1\upto 10 \land x=y\expn 2~\}$\\
+    $= \{~x\expn 2~|~x\in 1\upto 10~\}$
+\end{rodinrefentry}
+\end{samepage}
+
+\begin{samepage}
+\subsubsection{Basic sets}
+\index{set!empty set@empty set ($\emptyset$)}
+\index{set!set extension}
+
+\begin{rrnames}
+  $\emptyset$     & \texttt{\{\}}        & Empty set \\
+  $\{\textit{exprs}\}$    & \texttt{\{\textit{exprs}\}}  & Set extension \\
+\end{rrnames}
+\begin{rodinrefentry}
+  \rrdesc
+    $\textit{exprs}$ is a comma-separated list of one or more expressions of the same type.
+
+    The empty set $\emptyset$ contains no elements.
+    The set extension $\{\expre_1,\ldots,\expre_n\}$ is the set that contains exactly the elements $\expre_1,\ldots,\expre_n$.
+  \rrdef
+    $\emptyset \defi \{~x~|~\bfalse~\}$\\
+    $\{\expre_1,\ldots,\expre_n\} \defi \{~x~|~x=\expre_1\lor\ldots\lor x=\expre_n\}$
+  \rrtypes
+    $\emptyset\in\pow(\alpha)$, where $\alpha$ is an arbitrary type.\\
+    $\{\expre_1,\ldots,\expre_n\}\in\pow(\alpha)$ with $\expre_1\in\alpha,\ldots,\expre_n\in\alpha$
+  \rrwd
+    $\wdl(\emptyset) \defi \btrue$\\
+    $\wdl(\{\expre_1,\ldots,\expre_n\}) \defi \wdl(\expre_1) \land\ldots\land \wdl(\expre_n)$
+\end{rodinrefentry}
+\end{samepage}
+
+\begin{samepage}
+\subsubsection{Subsets}
+\label{subsets}
+\index{subset@subset ($\subseteq,\subset$)}
+
+\begin{rrnames}
+  $\subseteq$     & \texttt{<:}  & subset \\
+  $\not\subseteq$ & \texttt{/<:}  & not a subset \\
+  $\subset$       & \texttt{<}\texttt{<:}  & strict subset \\
+  $\not\subset$   & \texttt{/<}\texttt{<:}  & not a strict subset \\
+\end{rrnames}
+\begin{rodinrefentry}
+  \rrdesc
+    $\exprs\subseteq \exprt$ checks if $\exprs$ is a subset of $\exprt$, i.e. if all elements of $\exprs$ occur in $\exprt$.
+    $\exprs\subset \exprt$ checks if $\exprs$ is a subset of $\exprt$ and $\exprs$ does not equal $\exprt$.
+    $\exprs\not\subseteq \exprt$ and $\exprs\not\subset \exprt$ are the respective negated variants.
+  \rrdef
+    $\exprs \subseteq \exprt \defi \forall e \qdot e\in \exprs \limp e\in \exprt$\\
+    $\exprs \not\subseteq \exprt \defi \lnot(\exprs \subseteq \exprt)$\\
+    $\exprs \subset \exprt \defi \exprs \subseteq \exprt \land \exprs\neq \exprt$\\
+    $\exprs \not\subset \exprt \defi \lnot(\exprs \subset \exprt)$
+  \rrtypes
+    $\exprs \opelipse \exprt$ is a predicate
+    with $\exprs\in\pow(\alpha)$, $\exprt\in\pow(\alpha)$ for each operator $\opelipse$ of
+    $\subseteq$, $\not\subseteq$, $\subset$, $\not\subset$.
+  \rrwd
+    $\wdl(\exprs\opelipse \exprt) \defi \wdl(\exprs) \land \wdl(\exprt)$
+    for each operator $\opelipse$ of  $\subseteq$, $\not\subseteq$, $\subset$, $\not\subset$.
+\end{rodinrefentry}
+\end{samepage}
+
+\begin{samepage}
+\subsubsection{Operations on sets}
+\index{union!union@union ($\bunion$)}
+\index{intersection!intersection@intersection ($\binter$)}
+\index{set!difference set@difference set ($\setminus$)}
+\index{set!set subtraction@set subtraction ($\setminus$)}
+\index{subtraction!of sets@of sets ($\setminus$)}
+
+\begin{rrnames}
+  $\bunion$   & \texttt{\mybackslash/} & Union \\
+  $\binter$   & \texttt{/\mybackslash} & Intersection \\
+  $\setminus$ & \texttt{\mybackslash}  & Set subtraction \\
+\end{rrnames}
+\begin{rodinrefentry}
+  \rrdesc
+    The union $\exprs\bunion \exprt$ denotes the set that contains all elements that are in $\exprs$ or $\exprt$.
+    The intersection $\exprs\binter \exprt$ denotes the set that contains all elements that are in both $\exprs$ and $\exprt$.
+    The set subtraction or set difference $\exprs\setminus \exprt$ denotes all elements that are in $\exprs$ but not in $\exprt$.
+  \rrdef
+    $\exprs\bunion \exprt \defi \{~x~|~x\in \exprs\lor x\in \exprt~\}$\\
+    $\exprs\binter \exprt \defi \{~x~|~x\in \exprs\land x\in \exprt~\}$\\
+    $\exprs\setminus \exprt \defi \{~x~|~x\in \exprs\land x\not\in \exprt~\}$
+  \rrtypes
+    $\exprs\opelipse \exprt\in\pow(\alpha)$
+    with $\exprs\in\pow(\alpha)$ and $\exprt\in\pow(\alpha)$ for each operator $\opelipse$ of $\bunion$, $\binter$, $\setminus$
+  \rrwd
+    $\wdl(\exprs\opelipse \exprt) \defi \wdl(\exprs) \land \wdl(\exprt)$
+    for each operator $\opelipse$ of $\bunion$, $\binter$, $\setminus$
+\end{rodinrefentry}
+\end{samepage}
+
+\begin{samepage}
+\subsubsection{Power sets}
+\index{set!power set@power set ($\pow$)}
+
+\begin{rrnames}
+  $\pow$      & \texttt{POW}  & Power set \\
+  $\pow_1$    & \texttt{POW1} & Set of non-empty subsets \\
+\end{rrnames}
+\begin{rodinrefentry}
+  \rrdesc
+    $\pow(\exprs)$ denotes the set of all subsets of the set $\exprs$.
+    $\pow(\exprs)$ denotes the set of all non-empty subsets of the set $\exprs$.
+  \rrdef
+    $\pow(\exprs) \defi \{~x~|~x\subseteq \exprs~\}$\\
+    $\pow_1(\exprs) \defi \pow(\exprs)\setminus\{\emptyset\}$
+  \rrtypes
+    $\pow(\alpha)\in\pow(\pow(\alpha))$ and $\pow_1(\alpha)\in\pow(\pow(\alpha))$ with
+    $\exprs\in\pow(\alpha)$.
+  \rrwd
+    $\wdl(\pow(\exprs)) \defi \wdl(\exprs)$\\
+    $\wdl(\pow_1(\exprs)) \defi \wdl(\exprs)$
+\end{rodinrefentry}
+\end{samepage}
+
+\begin{samepage}
+\subsubsection{Finite sets}
+\index{set!finite}
+\index{set!cardinality@cardinality ($\card$)}
+\index{cardinality@cardinality ($\card$)}
+
+\begin{rrnames}
+  $\bfinite$ & \texttt{finite} & Finite set \\
+  $\card$    & \texttt{card}   & Cardinality of a finite set \\
+\end{rrnames}
+\begin{rodinrefentry}
+  \rrdesc
+    $\bfinite(\exprs)$ is a predicate that states that $\exprs$ is a finite set.
+    $\card(\exprs)$ denotes the cardinality of $\exprs$. The cardinality is only defined for
+    finite sets.
+  \rrdef
+    $\bfinite(\exprs) ~\defi~ \exists n,b~\qdot~n\in\nat\land b\in \exprs\tbij 1\upto n$\\
+    $\exists b~\qdot~b\in \exprs\tbij 1\upto \card(\exprs)$
+  \rrtypes
+    $\bfinite(\exprs)$ is a predicate and
+    $\card(\exprs)\in\intg$
+    with $\exprs\in\pow(\alpha)$, i.e. $\exprs$ must be a set.
+  \rrwd
+    $\wdl(\bfinite(\exprs)) \defi \wdl(\exprs)$\\
+    $\wdl(\card(\exprs)) \defi \wdl(\exprs) \land \bfinite(\exprs)$
+\end{rodinrefentry}
+\end{samepage}
+
+\begin{samepage}
+\subsubsection{Partition}
+\label{partition}
+\index{partition}
+\index{set!partition}
+
+\begin{rrnames}
+  $\bpartition$ & \texttt{partition} & Partitions of a set \\
+\end{rrnames}
+\begin{rodinrefentry}
+  \rrdesc
+    $\bpartition(\exprs,\exprls_1,\ldots,\exprls_n)$ is a predicate that states that 
+    the sets $\exprls_1,\ldots,\exprls_n$ constitute a partition of $\exprs$.
+    The union of all elements of a partition is $\exprs$ and all elements are disjoint.
+
+    $\bpartition(\exprs)$ is equivalent to $\exprs = \emptyset$
+    and $\bpartition(\exprs,\exprls)$ to $\exprs = \exprls$.
+  \rrdef
+    $\bpartition(\exprs,\exprls_1,\ldots,\exprls_n) \defi \exprs=\exprls_1\bunion\ldots\bunion\exprls_n \land \forall i,j \qdot i\neq j \limp\exprls_i\binter\exprls_j = \emptyset$
+  \rrtypes
+    $\bpartition(\exprs,\exprls_1,\ldots,\exprls_n)$ is a predicate with $\exprs\in\pow(\alpha)$ and $\exprls_i\in\pow(\alpha)$ for $i\in 1\upto n$
+  \rrwd
+    $\wdl(\bpartition(\exprs,\exprls_1,\ldots,\exprls_n)) \defi \wdl(\exprs) \land \wdl(\exprls_1) \land \ldots \land \wdl(\exprls_n)$
+\end{rodinrefentry}
+\end{samepage}
+
+\begin{samepage}
+\subsubsection{Generalized union and intersection}
+\index{union!generalized union}
+\index{intersection!generalized intersection@generalized intersection ($\bunaryinter$)}
+
+\begin{rrnames}
+  $\bunaryunion$ & \texttt{union} & Generalized union \\
+  $\bunaryinter$ & \texttt{inter} & Generalized intersection \\
+\end{rrnames}
+\begin{rodinrefentry}
+  \rrdesc
+    $\bunaryunion(\exprs)$ is the union of all elements of $\exprs$.
+    $\bunaryinter(\exprs)$ is the intersection of all elements of $\exprs$. 
+    The intersection is only defined for non-empty $\exprs$.
+  \rrdef
+    $\bunaryunion(\exprs) \defi \{~x~|~\exists s \qdot s\in \exprs \land x\in s~\}$ \\
+    $\bunaryinter(\exprs) \defi \{~x~|~\forall s \qdot s\in \exprs \limp x\in s~\}$
+  \rrtypes
+    $\bunaryunion(\exprs)\in\pow(\alpha)$ and $\bunaryinter(\exprs)\in\pow(\alpha)$ with $\exprs\in\pow(\pow(\alpha))$.
+  \rrwd
+    $\wdl(\bunaryunion(\exprs)) \defi \wdl(\exprs)$ \\
+    $\wdl(\bunaryinter(\exprs)) \defi \wdl(\exprs) \land \exprs\neq\emptyset$
+\end{rodinrefentry}
+\end{samepage}
+
+
+\begin{samepage}
+\subsubsection{Quantified union and intersection}
+\index{union!quantified union@quantified union ($\Union$)}
+\index{intersection!quantified intersection@quantified intersection ($\Inter$)}
+
+\begin{rrnames}
+  $\Union$ & \texttt{UNION} & Quantified union \\
+  $\Inter$ & \texttt{INTER} & Quantified intersection \\
+\end{rrnames}
+\begin{rodinrefentry}
+  \rrdesc
+    $\Union x_1\ldots,x_n~\qdot~\predp~|~\expre$ is the union of all values of $\expre$ for valuations of the identifiers
+    $x_1\ldots,x_n$ that fulfill the predicate $\predp$. The types of $x_1,\ldots,x_n$ must be inferable by $\predp$.
+
+    Analogously is $\Inter x_1\ldots,x_n~\qdot~\predp~|~\expre$ the intersection of all values of $\expre$ for
+    valuations of the identifiers $x_1\ldots,x_n$ that fulfill the predicate $\predp$.
+
+    Like set comprehensions (\ref{set_comprehensions}), the quantified union and intersection have a
+    short form where the free variables of the expression are quantified implicitly:
+    $\Union \expre~|~\predp$ and $\Inter \expre~|~\predp$.
+  \rrdef
+    $\Union x_1\ldots,x_n~\qdot~\predp~|~\expre = \union(\{~x_1\ldots,x_n~\qdot~\predp~|~\expre\})$\\
+    $\Inter x_1\ldots,x_n~\qdot~\predp~|~\expre = \inter(\{~x_1\ldots,x_n~\qdot~\predp~|~\expre\})$\\
+    $\Union \expre~|~\predp = \Union \freeids{\expre}~\qdot~\predp~|~\expre$\\
+    $\Inter \expre~|~\predp = \Inter \freeids{\expre}~\qdot~\predp~|~\expre$
+  \rrtypes
+    With $\expre\in\pow(\alpha)$ and $\predp$ being a predicate:\\
+    $(\Union x_1\ldots,x_n~\qdot~\predp~|~\expre) \in \pow(\alpha)$\\
+    $(\Inter x_1\ldots,x_n~\qdot~\predp~|~\expre) \in \pow(\alpha)$\\
+    $(\Union \expre~|~\predp) \in \pow(\alpha)$\\
+    $(\Inter \expre~|~\predp) \in \pow(\alpha)$\\
+  \rrwd
+    $\wdl(\Union x_1\ldots,x_n~\qdot~\predp~|~\expre) \defi (~\forall x_1\ldots,x_n \qdot \wdl(\predp) \land (\predp\limp\wdl(\expre))~)$\\
+    $\wdl(\Inter x_1\ldots,x_n~\qdot~\predp~|~\expre) \defi (~\forall x_1\ldots,x_n \qdot \wdl(\predp) \land (\predp\limp\wdl(\expre))~) \land \exists x_1\ldots,x_n \qdot \wdl(\predp)$\\
+    $\wdl(\Union \expre~|~\predp) \defi (~\forall\freeids{\expre} \qdot \wdl(\predp) \land (\predp\limp\wdl(\expre))~)$\\
+    $\wdl(\Inter \expre~|~\predp) \defi (~\forall\freeids{\expre} \qdot \wdl(\predp) \land (\predp\limp\wdl(\expre))~) \land \exists\freeids{\expre} \qdot \wdl(\predp)$
+\end{rodinrefentry}
+\end{samepage}
+
+\subsection{Relations}
+\label{relations}
+
+\begin{samepage}
+\subsubsection{Pairs and Cartesian product}
+\label{pairs_and_cartesian_product}
+\index{pair}
+\index{maplet@maplet ($\mapsto$)}
+\index{Cartesian product@Cartesian product ($\cprod$)}
+
+\begin{rrnames}
+  $\mapsto$ & \texttt{|->} & Pair \\
+  $\cprod$  & \texttt{**}  & Cartesian product
+\end{rrnames}
+\begin{rodinrefentry}
+  \rrdesc
+    $\expre\mapsto\exprf$ denotes the pair whose first element is $\expre$ and second element is $\exprf$.
+
+    $\exprs\cprod \exprt$ denotes the set of pairs where the first element is a member of $\exprs$ and
+    second element is a member of $\exprt$.
+  \rrdef
+    $\exprs\cprod \exprt \defi \{~x\mapsto y~|~x\in \exprs\land y\in \exprt~\}$
+  \rrtypes
+    $\expre\mapsto\exprf\in\alpha\cprod\beta$ with $\expre\in\alpha$ and $\exprf\in\beta$.\\
+    $\exprs\cprod \exprt\in\pow(\alpha\cprod\beta)$ with $\exprs\in\pow(\alpha)$ and $\exprt\in\pow(\beta)$.
+  \rrwd
+    $\wdl(\expre\mapsto\exprf)\defi\wdl(\expre)\land\wdl(\exprf)$\\
+    $\wdl(\exprs\cprod \exprt)\defi\wdl(\exprs)\land\wdl(\exprt)$
+\end{rodinrefentry}
+\end{samepage}
+
+\begin{samepage}
+\subsubsection{Relations}
+\index{relation@relation ($\rel$,$\trel$,$\srel$,$\strel$)}
+
+\begin{rrnames}
+  $\rel$   & \texttt{<->} & Relations \\
+  $\trel$  & \texttt{<}\texttt{<->} & Total relations \\
+  $\srel$  & \texttt{<->>} & Surjective relations \\
+  $\strel$ & \texttt{<}\texttt{<->>} & Total surjective relations \\
+\end{rrnames}
+\begin{rodinrefentry}
+  \rrdesc
+    $\exprs\rel \exprt$ is the set of relations between the two sets $\exprs$ and $\exprt$.
+    A relation consists of pairs where the first element is of $\exprs$ and the
+    second of $\exprt$. $\exprs\rel \exprt$ is just an abbreviation for $\pow(\exprs\cprod\exprt)$.
+
+    A total relation is a relation which relates each element of $\exprs$ to at least one element of $\exprt$.
+
+    A surjective relation is a relation where there is at least one element of $\exprs$ for each element of $\exprt$
+    such that both are related.
+  \rrdef
+    $\exprs \rel \exprt \defi \pow(\exprs\cprod \exprt)$\\
+    $\exprs \trel \exprt \defi \{~r~|~r\in \exprs\rel \exprt\land \dom(r) = \exprs~\}$\\
+    $\exprs \srel \exprt \defi \{~r~|~r\in \exprs\rel \exprt\land \ran(r) = \exprt~\}$\\
+    $\exprs \strel \exprt \defi (\exprs \trel \exprt) \land (\exprs \srel \exprt)$
+  \rrtypes
+    For $\exprs\in\pow(\alpha)$ and $\exprt\in\pow(\beta)$
+    for each operator $\opelipse$ of $\rel$, $\trel$, $\srel$, $\strel$:\\
+    $\exprs \opelipse \exprt\in\pow(\pow(\alpha\cprod\beta))$
+  \rrwd
+    $\wdl(\exprs\opelipse \exprt) \defi \wdl(\exprs) \land \wdl(\exprt)$
+    for each operator $\opelipse$ of $\rel$, $\trel$, $\srel$, $\strel$.
+\end{rodinrefentry}
+\end{samepage}
+
+\begin{samepage}
+\subsubsection{Domain and Range}
+\label{domain_and_range}
+\index{domain@domain ($\dom$)}
+\index{range@range ($\ran$)}
+
+\begin{rrnames}
+  $\dom$  & \texttt{dom} & Domain \\
+  $\ran$  & \texttt{ran} & Range \\
+\end{rrnames}
+\begin{rodinrefentry}
+  \rrdesc
+    If $r$ is a relation between the sets $\exprs$ and $\exprt$, 
+    the domain $\dom(\exprlr)$ is the set of the elements of $\exprs$ that are related to at least one
+    element of $\exprt$ by $\exprlr$.
+
+    Likewise the range $\ran(\exprlr)$ is the set of elements of $\exprt$ to which at least one element
+    of $\exprs$ relates by $\exprlr$.
+  \rrdef
+    $\dom(\exprlr) \defi \{~x~|~\exists y~\qdot~ x\mapsto y\in\exprlr~\}$\\
+    $\ran(\exprlr) \defi \{~y~|~\exists x~\qdot~ x\mapsto y\in\exprlr~\}$
+  \rrtypes
+    $\dom(\exprlr)\in\pow(\alpha)$ and $\ran(\exprlr)\in\pow(\beta)$ with $\exprlr\in\pow(\alpha\cprod\beta)$.
+  \rrwd
+    $\wdl(\dom(\exprlr)) \defi \wdl(\exprlr)$\\
+    $\wdl(\ran(\exprlr)) \defi \wdl(\exprlr)$
+\end{rodinrefentry}
+\end{samepage}
+
+\begin{samepage}
+\subsubsection{Domain and Range Restrictions}
+\label{domain_and_range_restrictions}
+\index{domain restriction@domain restriction ($\domres$)}
+\index{domain subtraction@domain subtraction ($\domsub$)}
+\index{range restriction@range restriction ($\ranres$)}
+\index{range subtraction@range subtraction ($\ransub$)}
+
+\begin{rrnames}
+  $\domres$  & \texttt{<|}           & Domain restriction\\
+  $\domsub$  & \texttt{<}\texttt{<|} & Domain subtraction\\
+  $\ranres$  & \texttt{|>}           & Range restriction\\
+  $\ransub$  & \texttt{|>>}          & Range subtraction
+\end{rrnames}
+\begin{rodinrefentry}
+  \rrdesc
+    The domain restriction $\exprs\domres \exprlr$ is a subset of the relation $\exprlr$ that contains
+    all of the pairs whose first element is in $\exprs$. $\exprs\domsub\exprlr$ is the subset where 
+    the pair's first element is \emph{not} in $\exprs$.
+    
+    In the same way, the range restriction $\exprlr\ranres\exprs$ is a subset that contains all of the pairs
+    whose second element is in $\exprs$ and $\exprlr\ransub\exprs$ is the set where the pair's second
+    element is not in $\exprs$.
+  \rrdef
+    $\exprs\domres\exprlr \defi \{~x\mapsto y~|~x\mapsto y\in \exprlr\land x\in\exprs\}$\\
+    $\exprs\domsub\exprlr \defi \{~x\mapsto y~|~x\mapsto y\in \exprlr\land x\not\in\exprs\}$\\
+    $\exprlr\ranres\exprs \defi \{~x\mapsto y~|~x\mapsto y\in \exprlr\land y\in\exprs\}$\\
+    $\exprlr\ransub\exprs \defi \{~x\mapsto y~|~x\mapsto y\in \exprlr\land y\not\in\exprs\}$
+  \rrtypes
+    $\exprs\domres\exprlr\in\pow(\alpha\cprod\beta)$ and $\exprs\domsub\exprlr\in\pow(\alpha\cprod\beta)$
+    with $\exprlr\in\pow(\alpha\cprod\beta)$ and $\exprs\in\pow(\alpha)$\\
+    $\exprlr\ranres\exprs\in\pow(\alpha\cprod\beta)$ and $\exprlr\ransub\exprs\in\pow(\alpha\cprod\beta)$
+    with $\exprlr\in\pow(\alpha\cprod\beta)$ and $\exprs\in\pow(\beta)$  
+  \rrwd
+    $\wdl(\exprs\opelipse\exprlr)\defi\wdl(\exprs)\land\wdl(\exprlr)$ for each operator $\opelipse$ of
+    $\domres$, $\domsub$, $\ranres$, $\ransub$
+\end{rodinrefentry}
+\end{samepage}
+
+\begin{samepage}
+\subsubsection{Operations on relations}
+\label{operations_on_relations}
+\index{composition!forward composition of relations ($\fcomp$)}
+\index{composition!backward composition of relations ($\bcomp$)}
+\index{relation!backward composition ($\bcomp$)}
+\index{relation!forward composition ($\bcomp$)}
+\index{product!parallel product of relations ($\pprod$)}
+\index{product!direct product of relations ($\dprod$)}
+\index{relation!parallel product ($\pprod$)}
+\index{relation!direct product ($\dprod$)}
+\index{inverse ($\mbox{}^{-1}$)}
+\index{relation!inverse ($\mbox{}^{-1}$)}
+
+\begin{rrnames}
+  $\fcomp$    & \texttt{;}                  & Relational forward composition\\
+  $\bcomp$    & \texttt{circ}               & Relational backward composition\\
+  $\ovl$      & \texttt{<+}                 & Relational override \\
+  $\pprod$    & \texttt{||}                 & Parallel product \\
+  $\dprod$    & \texttt{><}                 & Direct product \\
+  $\mbox{}^{-1}$ & \texttt{\textasciitilde}  & Inverse \\
+\end{rrnames}
+\begin{rodinrefentry}
+  \rrdesc
+    An element $x$ is related by $\exprlr\fcomp \exprs$ to an element $y$ if
+    there is an element $z$ such that $\exprlr$ relates $x$ to $z$ and $\exprs$ relates
+    $z$ to $y$.
+
+    $\exprls\bcomp\exprlr$ can be written as an alternative to $\exprlr\fcomp\exprls$.
+    This reflects the fact that $f(g(x)) = (f\bcomp g)(x)$ holds for two functions $f$ and $g$.
+
+    The relational overwrite $\exprlr\ovl\exprls$ is equal to $\exprlr$ except all entries in $\exprlr$
+    whose first element is in the domain of $\exprls$ are replaced by the corresponding 
+    entries in $\exprls$.
+    
+    The parallel product $\exprlr\pprod\exprls$ relates a pair $x\mapsto y$ to a pair $m\mapsto n$
+    when $\exprlr$ relates $x$ to $m$ and $\exprls$ relates $y$ to $n$.
+
+    If a relation $\exprlr$ relates an element $x$ to $y$ and $\exprls$ relates $x$ to $z$,
+    the direct product $\exprlr\dprod\exprls$ relates $x$ to the pair $y\mapsto z$.
+
+    The inverse relation $\exprlr^{-1}$ relates an element $x$ to $y$ if the original relation $\exprlr$
+    relates $y$ to $x$.
+  \rrdef
+    $\exprlr\fcomp\exprls \defi \{~x \mapsto y~|~\exists z~\qdot~x \mapsto z \in\exprlr \land z \mapsto y\in\exprls~\}$\\
+    $\exprlr\bcomp\exprls \defi \exprls\fcomp\exprlr$\\
+    $\exprlr\ovl\exprls \defi \exprls\bunion (dom(\exprls)\domsub\exprlr)$\\
+    $\exprlr\pprod\exprls \defi \{~(x\mapsto y)\mapsto(m\mapsto n)~|~x\mapsto m\in\exprlr\land y\mapsto n\in\exprls ~\}$\\
+    $\exprlr\dprod\exprls \defi \{~x\mapsto(y\mapsto z)~|~x\mapsto y\in\exprlr \land x\mapsto z\in\exprls ~\}$\\
+    $\exprlr^{-1} \defi \{y\mapsto x~|~x\mapsto y\in\exprlr~\}$
+  \rrtypes
+    $\exprlr\fcomp\exprls\in\pow(\alpha\cprod\gamma)$ with $\exprlr\in\pow(\alpha\cprod\beta)$ and
+      $\exprls\in\pow(\beta\cprod\gamma)$\\
+    $\exprlr\bcomp\exprls\in\pow(\gamma\cprod\alpha)$ with $\exprlr\in\pow(\alpha\cprod\beta)$ and
+      $\exprls\in\pow(\beta\cprod\gamma)$\\
+    $\exprlr\ovl\exprls\in\pow(\alpha\cprod\beta)$ with $\exprlr\in\pow(\alpha\cprod\beta)$ and
+      $\exprls\in\pow(\alpha\cprod\beta)$\\
+    $\exprlr\pprod\exprls\in\pow(~(\alpha\cprod\gamma)\cprod(\beta\cprod\delta)~)$ with
+      $\exprlr\in\pow(\alpha\cprod\beta)$ and
+      $\exprls\in\pow(\gamma\cprod\delta)$\\
+    $\exprlr\dprod\exprls\in\pow(\alpha\cprod(\beta\cprod\gamma))$ with $\exprlr\in\pow(\alpha\cprod\beta)$ and
+      $\exprls\in\pow(\alpha\cprod\gamma)$\\
+    $\exprlr^{-1}\in\pow(\beta\cprod\alpha)$ with $\exprlr\in\pow(\alpha\cprod\beta)$
+  \rrwd
+    $\wdl(\exprlr\opelipse\exprls)\defi\wdl(\exprlr)\land\wdl(\exprls)$ for each operator $\opelipse$ of
+    $\fcomp$, $\bcomp$, $\ovl$, $\pprod$, $\dprod$\\
+    $\wdl(\exprlr^{-1})\defi\wdl(\exprlr)$
+\end{rodinrefentry}
+\end{samepage}
+
+\begin{samepage}
+\subsubsection{Relational image}
+\label{relational_image}
+\index{relational image}
+\index{relation!image}
+
+\begin{rrnames}
+  $[\ldots]$  & \texttt{[}\ldots\texttt{]}  & Relational image
+\end{rrnames}
+\begin{rodinrefentry}
+  \rrdesc
+    The relational image $\exprlr[\exprs]$ are those elements in the range of $\exprlr$
+    that are mapped from $\exprs$.
+  \rrdef
+    $\exprlr[\exprs] \defi \{~y~|~\exists x~\qdot~x\in \exprs\land x\mapsto y\in\exprlr~\}$
+  \rrtypes
+    $\exprlr[\exprs]\in\pow(\beta)$ with $\exprlr\in\pow(\alpha\cprod\beta)$ and $\exprs\in\pow(\alpha)$
+  \rrwd
+    $\wdl(\exprlr[\exprs])\defi\wdl(\exprlr)\land\wdl(\exprs)$
+\end{rodinrefentry}
+\end{samepage}
+
+\begin{samepage}
+\subsubsection{Constant relations}
+\label{constant_relations}
+\index{identity relation@identity relation ($\id$)}
+\index{relation!identity ($\id$)}
+\index{projection@projection ($\prjone$,$\prjtwo$)}
+
+\begin{rrnames}
+  $\id$      & \texttt{id}   & Identity relation \\
+  $\prjone$  & \texttt{prj1} & First projection \\
+  $\prjtwo$  & \texttt{prj2} & Second projection \\
+\end{rrnames}
+\begin{rodinrefentry}
+  \rrdesc
+    $\id$ is the identity relation that maps every element to itself.
+
+    $\prjone$ is a function that maps a pair to its first element. Likewise $\prjtwo$ maps
+    a pair to its second element.
+
+    $\id$, $\prjone$ and $\prjtwo$ are generic definitions. Their type must be inferred
+    from the environment.
+  \rrdef
+    $\id \defi \{~x\mapsto x~|~\btrue~\}$\\
+    $\prjone \defi \{~ (x\mapsto y)\mapsto x~|~\btrue~\}$\\
+    $\prjtwo \defi \{~ (x\mapsto y)\mapsto y~|~\btrue~\}$
+  \rrtypes
+    $\id\in\pow(\alpha\cprod\alpha)$ for an arbitrary type $\alpha$.\\
+    $\prjone\in\pow((\alpha\cprod\beta)\cprod\alpha)$ and
+    $\prjone\in\pow((\alpha\cprod\beta)\cprod\beta)$ for arbitrary types $\alpha$ and $\beta$.
+  \rrwd
+    $\wdl(\id)\defi\btrue$\\
+    $\wdl(\prjone)\defi\btrue$\\
+    $\wdl(\prjtwo)\defi\btrue$
+  \rrex
+    The assumption that a relation $r$ is irreflexive can be expressed by:\\
+    $r\binter \id=\emptyset$
+\end{rodinrefentry}
+\end{samepage}
+
+\begin{samepage}
+\subsubsection{Sets of functions}
+\index{function@function ($\pfun$, $\tfun$)}
+\index{injection@injection ($\pinj$,$\tinj$)}
+\index{surjection@surjection ($\psur$,$\tsur$)}
+\index{bijection@bijection ($\tbij$)}
+
+\begin{rrnames}
+  $\pfun$  & \texttt{+->}   & Partial functions\\
+  $\tfun$  & \texttt{-->}   & Total functions \\
+  $\pinj$  & \texttt{>+>}   & Partial injections\\
+  $\tinj$  & \texttt{>->}   & Total injections \\
+  $\psur$  & \texttt{+->>}  & Partial surjections\\
+  $\tsur$  & \texttt{-->>}  & Total surjections \\
+  $\tbij$  & \texttt{>->>}  & Bijections \\
+\end{rrnames}
+\begin{rodinrefentry}
+  \rrdesc
+  A partial function from $\exprs$ to $\exprt$ is a relation that maps an element of $\exprs$ to at most one element
+  of $\exprt$. A function is total if its domain contains all elements of $\exprs$, i.e. it maps every element
+  of $\exprs$ to an element of $\exprt$.
+
+  A function is injective (is an injection) if two distinct elements of $\exprs$ are always mapped to distinct
+  elements of $\exprt$. It is also equivalent to say that the inverse of an injective function is a also a function.
+
+  A function is surjective (is a surjection) if for every element of $\exprt$ there exists an element in $\exprs$
+  that is mapped to it.
+
+  A function is bijective (is a bijection) if it is both injective and surjective.
+  \rrdef
+  $\exprs \pfun \exprt \defi \{~ f ~|~ f\in \exprs\rel \exprt \land (\forall e,x,y \qdot e\mapsto x\in f \land e\mapsto y\in f \limp x=y) ~\}$\\
+  $\exprs \tfun \exprt \defi \{~ f ~|~ f\in \exprs\pfun \exprt \land \dom(f) = \exprs ~\}$\\
+  $\exprs \pinj \exprt \defi \{~ f ~|~ f\in \exprs\pfun \exprt \land f^{-1} \in  \exprt\pfun \exprs ~\}$\\
+  $\exprs \tinj \exprt \defi (\exprs\pinj \exprt) \binter (\exprs\tfun \exprt)$\\
+  $\exprs \psur \exprt \defi \{~ f ~|~ f\in \exprs\pfun \exprt \land \ran(f) = \exprt ~\}$\\
+  $\exprs \tsur \exprt \defi (\exprs\psur \exprt) \binter (\exprs\tfun \exprt)$\\
+  $\exprs \tbij \exprt \defi (\exprs\tinj \exprt) \binter (\exprs\tsur \exprt)$\\
+  \rrtypes
+    $\exprs\in\pow(\alpha)$, $\exprt\in\pow(\beta)$ for each operator $\opelipse$ of $\pfun$, $\tfun$, $\pinj$, $\tinj$, $\psur$, $\tsur$, $\tbij$:\\
+  $\exprs \opelipse \exprt \in \pow(\pow(\alpha\cprod\beta))$
+  \rrwd
+  For each operator $\opelipse$ of $\pfun$, $\tfun$, $\pinj$, $\tinj$, $\psur$, $\tsur$, $\tbij$:\\
+  $\wdl(\exprs\opelipse \exprt) \defi \wdl(\exprs) \land \wdl(\exprt)$
+\end{rodinrefentry}
+\end{samepage}
+
+% TODO: This is a ruther ugly hack, but without explicit page break,
+% the section about the lambda operator get stretched
+\clearpage
+\begin{samepage}
+\subsubsection{Function application}
+\label{function_application}
+\index{function application}
+
+\begin{rrnames}
+  $(\ldots)$  & \texttt{(}\ldots\texttt{)}  & Function application
+\end{rrnames}
+\begin{rodinrefentry}
+  \rrdesc
+    The function application $\exprlf(\exprla)$ yields the value for $\exprla$ of the function $\exprlf$.
+    It is only defined if $\exprla$ is in the domain of $\exprlf$ and if $\exprlf$ is actually a function.
+  \rrdef
+    $\exprla\mapsto\exprlf(\exprla)\in\exprlf$
+  \rrtypes
+    $\exprlf(\exprla)\in\beta$ with $\exprlf\in\pow(\alpha\cprod\beta)$ and $\exprla\in\alpha$
+  \rrwd
+    $\wdl(\exprlf(\exprla))\defi\wdl(\exprlf)\land\wdl(\exprla)\land\exprlf\in\alpha\pfun\beta \land \exprla\in\dom(\exprlf)$
+    with $\pow(\alpha\cprod\beta)$ being the type of $\exprlf$.
+\end{rodinrefentry}
+\end{samepage}
+
+\begin{samepage}
+\subsubsection{Lambda}
+\label{lambda}
+\index{lambda@lamba expression ($\lambda$)}
+
+\begin{rrnames}
+  $\lambda$  & \texttt{\%}  & Lambda
+\end{rrnames}
+\begin{rodinrefentry}
+  \rrdesc
+    $(\lambda~\exprlp~\qdot~\predp~|~\expre~)$ is a function that maps an ``input'' $\exprlp$ to
+    a result $\expre$ such that $\predp$ holds. 
+
+    $\exprlp$ is a pattern of identifiers, parentheses and $\mapsto$ which follows the
+    following rules:
+    \begin{itemize}
+    \item An identifier $x$ is a pattern.
+    \item An identifier $x$, followed by an $\boftype$ operator is a pattern (See \ref{typing}
+      for more details).
+    \item A pair $\exprla\mapsto\exprlb$ is a pattern if $\exprla$ and $\exprlb$ are patterns.
+    \item $(\exprla)$ is pattern if $\exprla$ is pattern.
+    \end{itemize}
+    In the simplest case, $\exprlp$ is just an identifier.
+  \rrdef
+    $(\lambda~\exprlp~\qdot~\predp~|~\expre~) \defi \{~\exprlp\mapsto \expre~|~\predp~\}$
+  \rrtypes
+    $(\lambda~\exprlp~\qdot~\predp~|~\expre~)\in\pow(~\alpha\cprod\beta~)$
+    with $\exprlp\in\alpha$, $\predp$ being a predicate and $\expre\in\beta$.
+  \rrwd
+    $\wdl(\lambda~\exprlp~\qdot~\predp~|~\expre~)~\defi~
+    \forall \freeids{\exprlp}~\qdot~\wdl(\predp)\land (\predp\limp \wdl(\expre))$
+  \rrex
+    A function $double$ that returns the double value of a natural number:\\
+    $double = (\lambda x~\qdot~x\in\nat~|~2\cdot x)$
+
+    The dot product of two 2-dimensional vectors can be defined by:\\
+    $dotp = (\lambda~(a \mapsto b)\mapsto(c \mapsto d)~\qdot~a\in\intg\land  b\in\intg\land  c\in\intg\land  d\in\intg~|~a\cdot c+b\cdot d~)$
+\end{rodinrefentry}
+\end{samepage}
+% TODO: This is a ruther ugly hack, but without explicit page break,
+% the section about the lambda operator get stretched
+\clearpage
+
+\begin{samepage}
+\subsection{Arithmetic}
+\label{arithmetic}
+
+\subsubsection{Sets of numbers}
+\index{integer!as set@as set ($\intg$)}
+\index{natural numbers@natural numbers ($\nat$)}
+
+\begin{rrnames}
+  $\intg$  & \texttt{INT}  & Integers \\
+  $\nat$   & \texttt{NAT}  & Natural numbers, starting with 0 \\
+  $\nat_1$ & \texttt{NAT1} & Natural numbers, starting with 1 \\
+  $\upto$  & \texttt{..}   & Range of numbers
+\end{rrnames}
+\begin{rodinrefentry}
+  \rrdesc
+  The set of all integers is denoted by $\intg$. It contains all elements of the type.
+  The two subsets $\nat$ and $\nat_1$ contain all elements greater than or equal to 0 and 1 respectively.
+  The range of numbers between $\exprla$ and $\exprlb$ is denoted by $\exprla\upto\exprlb$.
+  \rrdef
+  $\nat   \defi \{~ n ~|~ n\in\intg\land n\geq 0~\}$\\
+  $\nat_1 \defi \{~ n ~|~ n\in\intg\land n\geq 1~\}$\\
+  $\exprla\upto\exprlb \defi \{~ n ~|~ n\in\intg\land\exprla\leq n \land n\leq\exprlb~\}$
+  \rrtypes
+  $\intg\in\pow(\intg)$ \\
+  $\nat\in \pow(\intg)$ \\
+  $\nat_1\in\pow(\intg)$ \\
+  $\exprla\upto\exprlb\in\pow(\intg)$  with  $\exprla\in\intg$ and $\exprlb\in\intg$
+  \rrwd
+  $\wdl(\intg) \defi \btrue$\\
+  $\wdl(\nat) \defi \btrue$\\
+  $\wdl(\nat_1) \defi \btrue$\\
+  $\wdl(\exprla\upto\exprlb) \defi \wdl(\exprla) \land \wdl(\exprlb)$
+\end{rodinrefentry}
+\end{samepage}
+
+\begin{samepage}
+\subsubsection{Arithmetic operations}
+\label{arithmetic_operations}
+\index{addition@addition ($+$)}
+\index{plus@plus ($+$)}
+\index{subtraction!of integers@of integers ($-$)}
+\index{minus@minus ($-$)}
+\index{multiplication@multiplication ($\cdot$)}
+\index{product!of integers@of integers ($\cdot$)}
+\index{division@division ($\div$)}
+\index{modulo@modulo ($\bmod$)}
+\index{reminder|see{modulo}}
+\index{exponentation@exponentation ($\expn$)}
+
+\begin{rrnames}
+  $+$      & \texttt{+}   & Addition \\
+  $-$      & \texttt{-}   & Subtraction or unary minus \\
+  $\cdot$  & \texttt{*}   & Multiplication \\
+  $\div$   & \texttt{/}   & Integer division \\
+  $\bmod$  & \texttt{mod} & Modulo \\
+  $\expn$  & \texttt{\textasciicircum} & Exponentiation \\
+\end{rrnames}
+\begin{rodinrefentry}
+  \rrdesc
+  These are the usual arithmetic operations.
+  \rrdef
+    Addition, subtraction and multiplication behave as expected.
+
+    The division is defined in a way that $1\div 2=0$ and $-1\div 2=0$:\\
+    $\exprla\div\exprlb = \max(\{~c ~|~ c\in\nat \land\exprlb\cdot c \leq\exprla~\})$ for $\exprla\in\nat$ and $\exprlb\in\nat$\\
+%    $a\div b=c \defi \exists r \qdot 0\leq r \land r<b \land  b\cdot c + r = a$ for $a\in\nat$ and $b\in\nat$\\
+    $(-\exprla)\div b = - (\exprla\div b)$\\
+    $\exprla\div (-b) = - (\exprla\div b)$
+
+    $\exprla\bmod\exprlb = c~\defi~c\in 0\upto\exprlb-1 \land \exists k~\qdot~k\in\nat\land k\cdot \exprlb + c = \exprla$
+  \rrtypes
+  With $\exprla\in\intg$, $\exprlb\in\intg$ for each operator $\opelipse$ of $+$, $-$, $\cdot$, $\div$, $\bmod$: \\
+  $\exprla\opelipse \exprlb\in\intg$\\
+  $-\exprla\in\intg$
+  \rrwd
+  $\wdl(\exprla+\exprlb) \defi \wdl(\exprla) \land \wdl(\exprlb)$ \\
+  $\wdl(\exprla-\exprlb) \defi \wdl(\exprla) \land \wdl(\exprlb)$ \\
+  $\wdl(-\exprla) \defi \wdl(\exprla)$ \\
+  $\wdl(\exprla\cdot \exprlb) \defi \wdl(\exprla) \land \wdl(\exprlb)$ \\
+  $\wdl(\exprla\div\exprlb) \defi \wdl(\exprla) \land \wdl(\exprlb) \land \exprlb\neq 0$ \\
+  $\wdl(\exprla\bmod\exprlb) \defi \wdl(\exprla) \land \wdl(\exprlb) \land \exprla\geq 0 \land \exprlb> 0$ \\
+  $\wdl(\exprla\expn\exprlb) \defi \wdl(\exprla) \land \wdl(\exprlb) \land \exprla\geq 0 \land \exprlb\geq 0$ 
+\end{rodinrefentry}
+\end{samepage}
+
+\begin{samepage}
+\subsubsection{Minimum and Maximum}
+\label{minimum_and_maximum}
+\index{minimum@minimum ($\min$)}
+\index{maximum@maximum ($\max$)}
+
+\begin{rrnames}
+  $\min$      & \texttt{min}   & Minimum \\
+  $\max$      & \texttt{max}   & Maximum
+\end{rrnames}
+\begin{rodinrefentry}
+  \rrdesc
+    $\min(\exprs)$ and $\max(\exprs)$ denotes the smallest and largest number in the set of integers $\exprs$ respectively.
+
+    The minimum and maximum are only defined if such a number exists.
+  \rrdef
+    $\min(\exprs)\in\exprs \land (\forall x\qdot x\in \exprs\limp\min(\exprs)\leq x)$\\
+    $\max(\exprs)\in\exprs \land (\forall x\qdot x\in \exprs\limp\max(\exprs)\geq x)$
+  \rrtypes
+    $\min(\exprs)\in\intg$ and $\max(\exprs)\in\intg$ with $\exprs\in\pow(\intg)$.
+  \rrwd
+    $\wdl(\min(\exprs)) \defi \wdl(\exprs) \land \exprs\neq\emptyset \land \exists b \qdot \forall x\qdot x\in \exprs\limp b\leq x$\\
+    $\wdl(\max(\exprs)) \defi \wdl(\exprs) \land \exprs\neq\emptyset \land \exists b \qdot \forall x\qdot x\in \exprs\limp b\geq x$
+\end{rodinrefentry}
+\end{samepage}
+
+\begin{samepage}
+\subsection{Typing}
+\label{typing}
+\index{oftype operator ($\boftype$)}
+
+\begin{rrnames}
+  $\boftype$      & \texttt{oftype}   & of type
+\end{rrnames}
+\begin{rodinrefentry}
+  \rrdesc
+    $\expre\boftype \alpha$ is an expression that has exactly the value of $\expre$ but its
+    type is specified by the type expression $\alpha$ (\ref{data_types}).
+
+    $\mathsf{\expre}$ is restricted to expressions whose type does not depend on an argument of that expression.
+    These are the constant relations $\id$, $\prjone$, $\prjtwo$ and the empty set $\emptyset$.
+
+    Another location where the operator can be used is the declaration of bound variables 
+    in quantifiers and patterns in lambda expressions.
+    Each identifier can be followed by $\boftype$ and the identifier's type.
+  \rrdef
+    $\expre\boftype\alpha = \expre$
+  \rrtypes
+    $\expre\boftype\alpha\in\alpha$ with $\expre\in\alpha$
+  \rrwd
+    $\wdl(\expre\boftype\alpha) \defi \wdl(\expre)$
+  \rrex
+    The predicate $\emptyset=\emptyset$ is not correctly typed in Event-B because the types
+    of $\emptyset$ are not inferable. A valid alternative would be:\\
+    $(\emptyset\boftype\intg) = \emptyset$
+
+    The predicate $\exists x,y ~\qdot~ x\neq y$ is not correctly typed because the types of $x$ and $y$
+    cannot be inferred: A valid alternative (for integers) is:\\
+    $\exists x\boftype\intg,y ~\qdot~ x\neq y$
+
+    The following lambda expression uses the $\boftype$ operator:\\
+    $(\lambda x\boftype \intg\mapsto y\boftype\Bool ~|~ x>0 ~\qdot~ x+1)$\\
+    An arguably more readable version without the use of $\boftype$ is:\\
+    $(\lambda x\mapsto y ~|~ x>0 \land y\in\Bool ~\qdot~ x+1)$
+\end{rodinrefentry}
+\end{samepage}
+
+
+\subsection{Assignments}
+\label{assignments}
+\index{assignment}
+
+\newcommand{\eventbassignmentexpr}[1]{\expre_{#1}(\allconstants,\concvariables,\concparameters)}
+
+\begin{samepage}
+\subsubsection{Deterministic Assignments}
+\label{deterministic_assignments}
+\index{assignment!deterministic ($\bcmeq$)}
+
+\begin{rrnames}
+  $\bcmeq$ & \texttt{:=} & deterministic assignment
+\end{rrnames}
+\begin{rodinrefentry}
+  \rrdesc
+    $x_1,\ldots,x_n \bcmeq \expre_1\ldots,\expre_n$
+    assigns the expressions $\expre_i$ to the variable $x_i$, with $i\in1\upto n$.
+    All $x_i$ must be distinct identifiers that refer to variables of the concrete machine.
+    %$\allconstants,\concvariables,\concparameters$ represent the sequence of all constants, 
+    %variables of the concrete machine and parameters of the concrete event.
+
+    There is a special form of the assignment which uses a relational overwrite:\\
+    $x(\exprf) \bcmeq \expre$.
+  \rrdef
+    The before-after-predicate of $x_1,\ldots,x_n \bcmeq \expre_1,\ldots,\expre_n$ is\\ $x_1' = \expre_1 \land \ldots \land x_n' = \expre_n$.
+
+    This assignment is equivalent to
+    $x_1,\ldots,x_n \bcmsuch x_1' = \expre_1 \land \ldots \land x_n' = \expre_n$.
+
+    The special form for this assignment is:\\
+    $x(\exprf) \bcmeq \expre
+      \quad\defi\quad 
+      x \bcmeq x \ovl \{~\exprf \mapsto \expre~\}$
+  \rrtypes
+    $x_i$ and $E_i$ must have the same type:
+    $x_i\in\alpha_i$ and  $\expre_i\in\alpha_i$ for $i \in 1\upto n$.
+  \rrwd
+    $\wdl(~x_1,\ldots,x_n \bcmeq \expre_1,\ldots,\expre_n~)
+      \quad\defi\quad 
+      \wdl(\expre_1) \land \ldots \land \wdl(\expre_n)$ \\
+    $\wdl(~x(\exprf) \bcmeq \expre~)
+    \quad\defi\quad 
+    \wdl(\exprf) \land \wdl(\expre)$
+\end{rodinrefentry}
+\end{samepage}
+
+\begin{samepage}
+\subsubsection{Non-deterministic assignment with before-after-predicate}
+\label{nondeterministic_assignments}
+\index{assignment!non-deterministic}
+\index{assignment!become such@become such ($\bcmsuch$)}
+\index{become such@become such assignment ($\bcmsuch$)}
+\index{before-after predicate}
+
+\begin{rrnames}
+  $\bcmsuch$ & \texttt{:|} & non-deterministic assignment with a before-after-predicate
+\end{rrnames}
+\begin{rodinrefentry}
+  \rrdesc
+    $x_1,\ldots,x_n \bcmsuch Q$
+    assigns any value to the variables $x_1\ldots,x_n$ such that the the
+    before-after-predicate $Q$ is fulfilled.
+    Each $x_i$ is an identifier that refers to a variable of the concrete machine.
+    
+    All free identifiers in $Q$ must be constants, concrete parameters,
+    concrete variables or primed versions of the modified variables ($x_1',\ldots,x_n'$).
+
+    This is the most general form of assignment. All other assignments can be converted to this.
+  \rrdef
+    The before-after-predicate is $Q$.
+  \rrtypes
+    $Q$ is a predicate and all $x_i$ and $x'_i$ must have the same type:
+    $x_1\in\alpha_i$ and $x'_1\in\alpha_i$ for $i\in 1\upto n$.
+  \rrwd
+    $\wdl(~x_1,\ldots,x_n \bcmsuch Q~)
+    \quad\defi\quad
+    \forall x_1',\ldots,x_n' \qdot \wdl(~Q~)$
+  \rrfis
+    $\actfis(~x_1,\ldots,x_n \bcmsuch Q(x_1',\ldots,x_n')~)$ \\
+    $\quad\defi\quad$
+    $\exists x_1',\ldots,x_n' ~\qdot~ Q(x_1',\ldots,x_n')$
+\end{rodinrefentry}
+\end{samepage}
+
+\begin{samepage}
+\subsubsection{Non-deterministic assignment by sets}
+\index{assignment!become element of@become element of ($\bcmin$)}
+\index{become element of@become element of assignment ($\bcmin$)}
+
+\begin{rrnames}
+  $\bcmin$ & \texttt{::} & non-deterministic assignment of a set member
+\end{rrnames}
+\begin{rodinrefentry}
+  \rrdesc
+    $x \bcmin \expre$ assigns any value of the
+    set $\expre$ to the variable $x$. $x$ is an identifier that refers to a variable
+    of the concrete machine.
+
+    All free identifiers in $E$ must be constants, concrete variables or concrete parameters.
+  \rrdef
+    The before-after-predicate is $x' \in \expre$. \\
+    The assignment is equivalent to
+    $x \bcmsuch x' \in \expre$.
+  \rrtypes
+    $x\in\alpha$ and $\expre\in\pow(\alpha)$
+  \rrwd
+    $\wdl(~x \bcmin\expre~) \quad\defi\quad \wdl(\expre)$
+  \rrfis
+    $\actfis(~x \bcmin \expre~) \quad\defi\quad \expre\neq\emptyset$
+\end{rodinrefentry}
+\end{samepage}
+
+%%% Local Variables: 
+%%% mode: latex
+%%% TeX-master: "rodin-doc"
+%%% End: 
diff --git a/org.rodinp.handbook.feature/latex/reference-04.tex b/org.rodinp.handbook.feature/latex/reference-04.tex
new file mode 100644
index 0000000000000000000000000000000000000000..5bd1a02290ddc1a0378654af89eb18b1eaed061f
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/reference-04.tex
@@ -0,0 +1,310 @@
+\clearpage
+\section{Proving}
+\label{proving}
+\index{proving}
+
+In Section~\ref{generated_proof_obligations}, we learned what proof obligations are generated by Rodin from an Event-B model.  We validate the model by discharging proof obligations.  This is what we call proving.
+
+\tick{In this chapter we will:
+\begin{itemize}
+	\item Explain proof rules
+	\item Explain tactics
+	\item Explain and describe provers
+	\item Explain reasoners
+	\item Describe how to perform automatic and manual proving
+	\item Purge proofs for maintenance
+	\item Simplify proofs for maintenability and storage
+\end{itemize}}
+
+\subsection{Sequents}
+\label{sequents}
+\index{sequent}
+
+A sequent is a formal statement describing something we want to prove.
+
+Sequents are of the following form 
+
+$H \vdash G$
+
+where $H$ is the set of hypotheses (predicates) and $G$ is the goal that can be proved from the predicates.
+
+The above statement can be read as follows: Under the hypotheses $H$, prove the goal $G$.
+
+\subsection{Proof Rules}
+\label{proof_rules}
+\index{proving!proof rule}
+
+In its pure mathematical form, a proof rule is a tool to perform a formal proof and is denoted by: 
+
+$$\frac{\quad A\quad}{C}$$
+
+where $A$ is a (possibly empty) list of sequents (the antecedents of the proof rule) and $C$ is a sequent (the consequent of the rule). We interpret the above proof rule as follows: The combination of the proofs of each sequent of $A$ prove the sequent $C$.
+
+\pencil{\textbf{Example:} Consider the following proof rule:
+$$ \frac{ E_1 }{ E_1 \lor E_2 } $$
+This says that if $E_1$ is valid, then the statement $E_1 \lor E_2$ must be valid as well.  Thus, we can replace the sequent by the consequent.
+}
+
+\subsubsection{Proof Rule Representation in Rodin}
+
+In Rodin, the representation for proof rules is more structured not only to reduce the space required to store the rule but, more importantly, to support proof reuse.
+A proof rule in Rodin contains the following:
+
+\begin{description}
+	\item[used goal] A used goal predicate. 
+	\item[used hypotheses] The set of used hypotheses. 
+	\item[antecedents] A list of antecedents (to be explained later). 
+	\item[reasoner] The reasoner used to generate this proof rule (see Section \ref{reasoners}). 
+	\item[reasoner input] The input for the reasoner to generate this proof rule (reasoners are explained in Section \ref{reasoners}). 
+\end{description}
+
+Each antecedent of the proof rule contains the following information:
+
+\begin{description}
+	\item[new goal] A new goal predicate. 
+	\item[added hypotheses] The set of added hypotheses. 
+\end{description}
+
+With this representation, a proof rule in Rodin corresponding to a proof schema as follows: 
+
+$$\begin{array}{c} H, H_u, H_{A_0} \vdash G_{A_0} ~~~\ldots~~~ H, H_u, H_{A_n-1} \vdash G_{A_n-1} \\ \hline H, H_u \vdash G_u \end{array} $$
+
+Where:
+\begin{itemize}
+	\item     $H_u$ is the set of used hypotheses 
+	\item     $G_u$ is the used goal 
+	\item     $H_{A_i}$ is the set of added hypotheses corresponding to the ith antecedent. 
+	\item     $G_{A_i}$ is the new goal corresponding to the ith antecedent. 
+	\item     $H$ is the meta-variable that can be instantiated. 
+\end{itemize}
+
+\subsubsection{Applying Proof Rules}
+
+Given a proof rule of the form mentioned above, the following describes how to apply this rule to an input sequent. If the process is successful, a list of output sequences is produced. 
+
+\begin{itemize}
+	\item The rule is not applicable if the goal of the sequent is not exactly the same as the used goal or if any of the used hypotheses are not contained in the set of hypotheses of the input sequent. 
+	\item If the rule is applicable, the antecedent sequents are returned. The goal of each antecedent sequent is the new goal. The hypotheses of each antecedent sequent are the union of the old hypotheses and added hypotheses of the corresponding antecedent. 
+\end{itemize}
+
+\info{The user interface for proving is explained in Section~\ref{proving_perspective}.  The practical application of proof rules is explained in Section~\ref{tut_first_proof}.}
+
+\subsection{Proof Tactics}
+\label{proof_tactics}
+\index{proving!proof tactics}
+\index{tactics}
+
+Tactics provide an easier way to construct and manage proof search and manipulation. They provide calls to the underlying reasoners or other tactics to modify proofs.
+
+\info{A list of all proof tactics is maintained in the Rodin Wiki.\footnote{\url{http://wiki.event-b.org/index.php/Rodin_Proof_Tactics}} This list is very comprehensive --- be sure to check it out!}
+
+Tactics can be applied as follows:
+
+\begin{description}
+	\item[Automatic] Rodin can automatically apply a number of tactics after each manual proof step.
+	\item[Proof tree] Pruning the proof tree is a tactic that can be applied from the proof tree through the context menu.  Other tactics may be available there.
+	\item[In sequents] Some sequents have elements that are highlighted in red.  Clicking on these elements brings up a menu with all applicable tactics so that they can be applied manually.
+\end{description}
+
+It may be useful to consider the following categories of tactics:
+
+\subsubsection{Basic Tactics}
+
+Basic tactics are tactics that change the proof tree only at the point of application.
+
+\begin{itemize}
+	\item     Prune - This tactic is a direct application of the pruning facility providing by the proof tree. The tactic is successful if the input node is not pending. 
+	\item     Rule Application Tactics - Tactics of this class provide a wrapper around a proof rule (\ref{proof_rules}). The tactic is successful if the proof rule is successfully applied to the input node. 
+
+	\item     Reasoner Application Tactics - Tactics of this class provide a wrapper around a reasoner (\ref{reasoners}). The tactic is successful if the reasoner is successfully applied to the input node. 
+\end{itemize}
+
+\subsubsection{Tactical Tactics}
+
+Tactical tactics are constructed from existing tactics. They indicate different strategic or heuristic decisions.
+
+\begin{itemize}
+	\item         Apply on All Pending - A tactic to apply a specific sub-tactic to all pending nodes at the point of application. The tactic is successful if the sub-tactic is successful on one of the pending nodes. 
+	\item         Repeating - A tactic that repeats a specific sub-tactic at the point of application until it fails. The tactic is successful if a sub-tactic is successful at least once. 
+	\item         Composing Sequential - A tactic to compose a list of sub-tactics that can be applied to the point of application. The tactic is successful if one of the sub-tactics is successful. 
+\end{itemize}
+
+More complex proof strategy can be constructed by combining the above tactical tactics. 
+
+\subsection{Provers}
+\index{Atelier B provers}
+\label{atelier_b_provers}
+\index{proving!provers}
+
+In the end, provers perform the actual work.  Rodin comes with one prover installed (New PP).  It is strongly recommended that you install the third-party provers from Atelier B (as described in Section~\ref{atelier_b_provers}) in order to add the PP and ML provers.  More provers may be available as plugins.
+
+We will now give a very brief overview of the existing provers by pointing out their strengths/weaknesses.
+
+\subsubsection{PP}
+
+We recommend trying the PP prover first because it is sound and does a pretty good job.
+
+\begin{description}
+	\item[Names in the proof control:]  P0, P1, PP
+	\item[Names in the proof tree:] PP
+	\item[Names in the preferences:] Atelier B P0, Atelier B P1, Atelier B PP
+	\item[Input:] In the configuration ``P0", all selected hypotheses and the goal are passed to PP. In the configuration ``P1", one lasso operation is applied to the selected hypotheses and the goal and the result is passed to PP. In the configuration ``PP", all the available hypotheses are passed to PP.
+	\item[How the Prover Proceeds:] The input sequent is translated to classical B and fed to the PP prover of Atelier B. PP works in a manner similar to newPP but with support for equational and arithmetic reasoning.
+	\item[Some Strengths:] ~
+	\begin{itemize}
+		\item PP has limited support for equational and arithmetic reasoning. 
+	\end{itemize}
+	\item[Some Weaknesses:] ~
+\begin{itemize}
+	\item PP does not output a set of used hypotheses.
+	\item PP is unaware of some set theoretical axioms.
+	\item PP has similar problems to New PP with regard to well-definedness.
+	\item If unnecessary hypotheses are present, they may prevent PP from finding a proof even when the proof obligation obviously holds. 
+\end{itemize}
+\end{description}
+
+\subsubsection{ML}
+
+The ML prover can be quite helpful when the proofs involve arithmetic.
+
+\begin{description}
+	\item[Names in the proof control:] M0, M1, M2, M3, ML
+	\item[Names in the proof tree:] ML
+	\item[Names in the preferences:] Atelier B ML
+	\item[Input:] All visible hypotheses are passed to ML. The different configurations refer to the configuration (proof force) of the ML prover.
+	\item[How the Prover Proceeds:] ML applies a mix of forward, backward and rewriting rules in order to discharge the goal (or detect a contradiction among hypotheses).
+	\item[Some Strengths:] ~
+	\begin{itemize}
+		\item ML has limited support for equational and arithmetic reasoning.
+		\item ML is more resilient to unnecessary hypotheses than newPP and PP. 
+	\end{itemize}
+	\item[Some Weaknesses:] ~
+	\begin{itemize}
+		\item ML does not output a set of used hypotheses.
+		\item Not all set theoretical axioms are part of ML. 
+	\end{itemize}
+\end{description}
+
+
+\subsubsection{New PP}
+\warning{New PP is unsound. There have been several bug reports. Some have been fixed, but at this point we do not recommend New PP for inexperienced users.}
+
+\begin{description}
+	\item[Names in the proof control:] nPP R., nPP with a lasso symbol, nPP
+	\item[Names in the proof tree:] Predicate Prover
+	\item[Names in the preferences:] PP restricted, PP after lasso, PP unrestricted
+	\item[Input:] In the configuration ``restricted", all selected hypotheses and the goal are passed to New PP. In the configuration ``after lasso", a lasso operation is applied to the selected hypotheses and the goal and the result is passed to New PP. The lasso operation selects any unselected hypothesis that have a common symbol with the goal or a hypothesis that is currently selected. In the configuration ``unrestricted", all the available hypotheses are passed to New PP.
+	\item[How the Prover Proceeds:] First, all function and predicate symbols that are different from ``$\in$" and not related to arithmetic are translated away. For example A $\subseteq B$ is translated to $\forall x\cdot x \in A \limp x \in B$. Then New PP translates the proof obligation to CNF (conjunctive normal form) and applies a combination of unit resolution and the Davis Putnam algorithm.
+	\item[Some Strengths:] ~
+	\begin{itemize}
+		\item New PP outputs a set of ``used hypotheses". If an unused hypotheses changes, the old proof can be reused.
+		\item New PP has limited support for equational reasoning. 
+	\end{itemize}
+	\item[Some Weaknesses:] ~
+	\begin{itemize}
+		\item New PP is unsound. There have been several bug reports.
+		\item New PP does not support arithmetic; hence, $\vdash_{\mathcal L} 1=1$ is discharged, but $\vdash_{\mathcal L} 1+1=2$ is not. Note that arithmetic 	reasoning when the formula is not ground (i.e. the formula contains variables) is a long standing challenge.
+		\item New PP is unaware of set theoretical axioms. In particular, $\vdash_{\mathcal L} \exists A\cdot \forall x\cdot x \in A \leqv x \in B \lor x \in C$ is not recognized because the union axiom is not available within New PP. This means that New PP can only reuse sets that already appear in the formula, but it is unable to introduce new sets. Note that set theoretical reasoning is perceived as a hard problem.
+		\item If unnecessary hypotheses are present, they may prevent New PP from finding a proof even when the proof obligation obviously holds. We therefore advise you to unselect unnecessary hypotheses.
+		\item New PP does not take well-definedness into account:
+	        Lemma $\vdash_{\mathcal L} b \in f^{-1} [\{f(b)\}]$ is not discharged. In fact, this sequent has exactly the same translation as $\vdash_{\mathcal L} b \in\dom(f)$, which cannot be proved. 
+		\item New PP tends to run out of memory if the input is large. 
+	\end{itemize}
+\end{description}
+
+\subsection{How to Use the Provers Effectively}
+\label{use_provers_effectively}
+
+It is very hard, in general, to predict whether a certain automatic prover can or cannot discharge a given proof obligation within a given amount of time. (This is also the case for many other automatic first order theorem provers.) Therefore applying the 11 configurations in a trial and error fashion is often frustrating.
+
+The following guidelines may be useful:
+
+\begin{itemize}
+	\item Add PP restricted, P0, and ML to the auto-tactic. If the auto-tactic runs out of memory, remove PP.
+	\item If the model is small, add PP after lasso and P1 to the auto-tactic.
+	\item Whenever you think that the current proof obligation should be discharged automatically, invoke the auto-tactic (\icon{rodin/auto_prover.png}) instead of some particular automatic prover.
+	\item If the auto-tactic fails, it is usually best to simplify the proof obligation in some way. The most important ways of simplifying the proof obligation are:
+	\begin{itemize}
+		\item Remove unnecessary hypotheses; add required hypotheses that have been missing.
+		\item Create a case distinction
+		\item Instantiate quantifiers.
+		\item Apply ae (abstract expression) to replace complicated expressions with fresh variables. 
+	\end{itemize}
+	\item You can also apply one of the automatic provers. They may be more successful than the auto-tactic because they have a longer timeout.
+	\begin{itemize}
+		% \item Try New PP before PP or ML because New PP proofs can be better reused, if the model changes.
+		\item The configurations that act on more than the selected hypotheses (unrestricted P1, PP and ML) become useless when the model grows. 
+	\end{itemize}
+	\item When everything fails, try to solve the proof obligation manually by clicking on the red symbols.
+	\begin{itemize}
+		\item You may discover that some assumption was missing.
+		\item You may complete the proof.
+		\item If you observe that a valid proof obligation cannot be proved manually, please send a bug report (\ref{bug_report}).
+	\end{itemize}
+\end{itemize}
+
+\subsection{Reasoners}
+\label{reasoners}
+\index{reasoner}
+
+Reasoners are applied to the sequent of a given proof tree node and provide a way to contribute to the provers.  They are typically of more interest to the developer than the user. 
+
+A reasoner is (and has to be) quite ``rough" : it takes a given sequent and produces a proof rule that will (if possible) apply to this given sequent. A tactic can use several reasoners by applying them in loops, combining them, or even calling other tactics.
+
+\subsection{Purging Proofs}
+\label{purging_proofs}
+\index{purging proofs}
+\index{proving!purging}
+
+Proofs are stored in proof files. Each time a new proof obligation is generated by the tool, a corresponding (initially empty) proof is created. However, proofs are never removed automatically by the Rodin platform. As time passes and a model has been worked out, obsolete proofs (i.e., proofs that do not have a corresponding proof obligation anymore) accumulate and clutter proof files.
+
+The purpose of the proof purger is to allow the user to delete obsolete proofs. 
+
+\subsubsection{Why proofs become obsolete}
+\label{obsolete_proof}
+
+Proof obligations are named after the main elements related to it, such as events and invariants. Therefore, each time such an element is renamed manually, the corresponding proof obligations get a new name. However, the existing proof is not renamed, and a new proof gets created with the new name.
+
+Consequently, after a lot of model editing, more and more obsolete proofs are stored in proof files.
+
+\subsubsection{Selecting purge input}
+
+In any view, right-clicking an Event-B project or file will display a popup menu with a \textsf{Purge Proofs...} option. If several files or projects (or both) are selected, purging will apply to all of them.
+
+Firstly, the proof purger tries to find obsolete proofs in the selection. If no obsolete proofs are found, a message will pop up informing the user that no proof needs to be purged. Otherwise, a new window will pop up displaying a list of all POs that are considered obsolete, i.e. all proofs that exist in some proof file and but no longer correspond to any concrete project or file.
+
+\subsubsection{Choosing proofs to delete}
+
+\begin{figure}[h!t]
+\begin{center}
+	\includerodinimg{reference/ref_10_proof_purger.png}
+	\caption{Proof Purger Selection Window}
+	\label{fig_ref_10_proof_purger}
+\end{center}
+\end{figure}
+
+For the moment, nothing has been erased. The new window (see Figure \ref{fig_ref_10_proof_purger}) shows obsolete proofs and allows the user to choose among them and select the ones which should be deleted. One may wish to keep some of them knowing they might be useful in the future.
+
+Once the selection has been decided, hit the \textsf{Delete} button to actually delete the selected proofs from the proof files. Files that become empty will be deleted as well.
+
+\subsubsection{Caution}
+
+Proof purging should not be performed on models that are not in a stable state. For instance, it should not be applied to a model that has some errors or warnings issued by the type checker. This is because if there are errors and warnings, not all proof obligations are generated. Therefore, some proofs may have been considered wrongly as obsolete.
+
+\subsection{Simplifying Proofs}
+\label{simplifying_proofs}
+\index{simplifying proofs}
+\index{proving!simplifying}
+
+Proofs consists of trees where each node is a proof step. Storing or investigating a proof consists in saving or reviewing all these nodes. With post tactics activated, some unneeded steps might be added to the proof, after each manual step. Indeed, the post tactics try to apply some rewriting and inference rules which are themselves grouped into proof steps. When the proof step concern some useless hypotheses, for example, the applied rules are not useful in the proof. They can even appear cumbersome regarding storage or later investigation of the proofs. Hence, it is recommended to apply simplification before storage of huge proofs and/or proofs involving extensively post tactics.
+
+\subsubsection{Selecting simplification input}
+In any view, right-clicking an Event-B project or file will display a popup menu with a \textsf{Simplify Proof(s)} option. If several files or projects (or both) are selected, simplification will apply to all of them.
+
+\subsubsection{Automatic simplification option}
+It is possible to automatically launch the simplification on proof save. However, because this task can be performance consuming this feature is disabled by default. It can be enabled by selecting \textsf{Window} $ \rangle $ \textsf{Preferences} $ \rangle $ \textsf{Event-B} $ \rangle $ \textsf{Sequent Prover} $ \rangle $ \textsf{Simplify complete proofs when saving}.
+
+%%% Local Variables: 
+%%% mode: latex
+%%% TeX-master: "rodin-doc"
+%%% End: 
diff --git a/org.rodinp.handbook.feature/latex/reference-outline.tex b/org.rodinp.handbook.feature/latex/reference-outline.tex
new file mode 100644
index 0000000000000000000000000000000000000000..c92f4232ecb0c9fd0afd4a922c756a8ac801fb78
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/reference-outline.tex
@@ -0,0 +1,84 @@
+
+\section{Outline}
+
+\begin{enumerate}
+\item The Rodin Platform (\ref{reference_01}): This chapter should give the user an overview
+  about the UI elements he might encounter.
+  \begin{enumerate}
+  \item Eclipse in general: just references to other resources
+  \item The Event-B perspective: We briefly describe the various views
+    (Event-B explorer, structure editor, outline view, symbol view)
+    and their content.
+    We want to cover every element of each view (like buttons, entry fields, etc.),
+    but for the underlying theory we link to the other reference sections.
+    The relevant menu entries are also described.
+  \item The proving perspective: We do basically the same as for the Event-B perspective.
+    The views are proof tree, goal, control and statistics.
+  \item Preferences: We briefly describe what preference can be set for Rodin.
+    For their deeper meaning, we'll refer to the other sections (esp. the prover settings).
+  \end{enumerate}
+\item Event-B (modeling notation) (\ref{reference_02}):
+  \begin{enumerate}
+  \item Contexts
+    \begin{enumerate}
+    \item Sets: Introducing sets, with a comment about how to add enumerated sets
+    \item Constants and axioms (with theorems), which POs are generated
+    \item Extending a context
+    \end{enumerate}
+  \item Models
+    \begin{enumerate}
+    \item Variables and invariants (with theorems), generated POs 
+    \item Seeing a context
+    \item Refining a model: Refines clause, gluing invariant, general picture of refinement with
+      pointers to the event below, re-use of variables
+    \item Events: All aspects of events are covered: Parameters, guards and actions,
+      generated POs, refinement (again with generated POs, re-use of parameters, witnesses),
+      status (normal/convergent/anticipated), merging of events.
+    \item Termination: How to prove termination by the model's variant and the status of events
+    \end{enumerate}
+  \item Generated proof obligations: We give a brief overview about what POs are generated
+    where. This should help the user to identify the reason of a PO when he just know its label.
+  \end{enumerate}
+\item Mathematical notation (\ref{reference_03}):
+  Here we cover the complete mathematical notation of Event-B. For each expression
+  (like an operator) we describe its purpose, its type, the type of its arguments and
+  well-definedness-conditions. 
+  We roughly separate the expressions into three groups: predicates, set-theoretical and arithmetic.
+
+  Some laws (like the commutative law of addition in arithmetic) would be nice but will not be part of the first
+  iteration of the documentation. E.g. the Z reference manual does this.
+
+  References to related proof rules would be nice to have, too. But again, this is not part of the first iteration.
+  \begin{enumerate}
+  \item Introduction: What data types exist, what are well-definedness-conditions, 
+    how the description of the expressions is organized.
+  \item Predicates: All operators that work with predicates ($\land$, $\lor$, quantifier, \ldots). 
+  \item Sets and relations
+  \item Arithmetic
+  \end{enumerate}
+\item Proving (\ref{reference_04}): This section should enable the user to understand proofs in Event-B.
+  In the first iteration, we won't go into detail when it comes to proof rules and tactics. We
+  just refer to the already existing Wiki sites.
+  \begin{enumerate}
+  \item Introduction: How does a proof in Event-B looks like? (Goal, proof tree, hypothesis, selected hypothesis, \ldots)
+  \item Proof rules (first only a link to the Wiki page)
+  \item Proof tactics (first only a link to the Wiki page)
+  \item The provers (PP, ML, New-PP): We just give a very brief over the existing provers.
+    (What is its strength/weakness).
+  \end{enumerate}
+\item Glossary (\ref{reference_05}):
+  During planning the outline of the reference we encountered some
+  topics that did not seem to fit anywhere. This might be a good place
+  to put such things.
+  (E.g. horizontal vs. vertical refinement, naming convention, \ldots)
+\item Index (optional) (\ref{reference_06}):
+  An index is very helpful to find the relevant information in the documentation.
+  We make the index optional because there is the alternative of a text-based search (esp. in the
+  web version of the documentation) and we ran into technical difficulties when generating the 
+  index for the web version.
+\end{enumerate}
+
+%%% Local Variables: 
+%%% mode: latex
+%%% TeX-master: "rodin-doc"
+%%% End: 
diff --git a/org.rodinp.handbook.feature/latex/reference.tex b/org.rodinp.handbook.feature/latex/reference.tex
new file mode 100644
index 0000000000000000000000000000000000000000..c1a07c05370e79674d88e72cb7fb59ae77043580
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/reference.tex
@@ -0,0 +1,7 @@
+\chapter{Reference}
+\label{reference}
+
+\input{reference-01}
+\input{reference-02}
+\input{reference-03}
+\input{reference-04}
diff --git a/org.rodinp.handbook.feature/latex/rodin-doc.tex b/org.rodinp.handbook.feature/latex/rodin-doc.tex
new file mode 100644
index 0000000000000000000000000000000000000000..06d7536c8314c79e819e73406c027dc9a1086645
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/rodin-doc.tex
@@ -0,0 +1,293 @@
+\ifdefined\isinprint
+\documentclass[twoside,10pt]{book}
+\usepackage[twoside,paperwidth=155.93mm,paperheight=233.89mm,hmargin={15mm,15mm},vmargin={20mm,20mm},bindingoffset=5mm]{geometry}
+\usepackage[hyphens]{url} 
+\usepackage[colorlinks=false,
+            pdfborder={0 0 0}
+	        pdftex,
+            plainpages=false,
+            pdfauthor={Michael Jastram (Editor)},
+            pdftitle={Rodin User's Handbook},
+            pdfsubject={Rodin is a platform for Event-B based formal modelling},
+            pdfkeywords={Rodin, Event-B},
+            pdfproducer={http://handbook.event-b.org},
+            pdfcreator={plastex-based tool chain}]{hyperref}
+\else
+\documentclass[12pt]{book}
+\usepackage[left=2.5cm,top=3cm,right=2.5cm,bottom=3cm]{geometry}
+\usepackage[hyphens]{url} 
+\usepackage[colorlinks=true,
+	        pdftex,
+            plainpages=false,
+            pdfauthor={Michael Jastram (Ed.)},
+            pdftitle={Rodin User's Handbook},
+            pdfsubject={Rodin is a platform for Event-B based formal modelling},
+            pdfkeywords={Rodin, Event-B},
+            pdfproducer={http://handbook.event-b.org},
+            pdfcreator={plastex-based tool chain}]{hyperref}
+\fi
+\usepackage{graphicx}
+\usepackage{bsymb}
+\usepackage{b2latex}
+\usepackage{fancyhdr,lastpage,color}
+\usepackage{verbatim}
+\usepackage{wrapfig}
+\usepackage{makeidx}
+\usepackage{fix-cm}
+\usepackage[utf8]{inputenc}
+
+\input{config}
+\input{makros}
+
+\title{Rodin User's Handbook v.\versionnr}
+\author{
+Work in Progress\\
+Handbook $ $Rev$ $ \\
+\\
+\href{mailto:rodin-handbook@formalmind.com}{rodin-handbook@formalmind.com}\\
+\href{http://handbook.event-b.org}{handbook.event-b.org}
+}
+
+\begin{document}        
+\pagestyle{empty}
+\ifplastex
+\maketitle
+\else
+\pagenumbering{roman}
+\begin{titlepage}
+\AddToShipoutPicture*{\BackgroundPic}
+\vspace*{\titletop}
+{\titledimrodin\selectfont \bfseries Rodin}
+
+\vspace*{\titlesubtitledistance}
+{\titledimhandbook\selectfont \bfseries User's Handbook}
+
+\vspace*{\titlesecdistance}
+{\titledimsubtext\selectfont \textbf{\textsf{Covers Rodin v.\versionnr}}}
+
+\vspace*{\titlesecdistance}
+{\titledimsubtext\selectfont \textsf{Michael Jastram (Editor)}}
+
+\vspace*{\titlesubtitledistance}
+{\titledimsubtext\selectfont \textsf{Foreword by Prof. Michael Butler}}
+
+\vspace*{\titlesecdistance}
+{\titledimsponsor\selectfont %
+  $\vcenter{\hbox{\includegraphics[height=4ex]{img/deploy-logo.png}}}$
+  \textsf{This work is sponsored by the Deploy Project}}
+
+\vspace*{\titlebottom}
+
+\end{titlepage}
+\ifdefined\isinprint
+\cleardoublepage
+% Title page
+\vspace*{10em}
+\begin{center}
+  {\huge \textbf{Rodin User's Handbook}}\\
+  \vspace{2em}
+  {\large Covers Rodin v.\versionnr}
+\end{center}
+\clearpage
+% Copyright page
+\vspace*{\fill}
+\noindent\textbf{Rodin User's Handbook}\\
+~\\
+\noindent\copyright Formal Mind Gmbh 2014\\
+This work, except the cover image, is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. To view a copy of this license, visit \href{http://creativecommons.org/licenses/by-sa/3.0/}{creative\-com\-mons.org/\-licenses/\-by-sa/3.0/} or send a letter to Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.\\
+The cover image of a Rodin statue was created by Miikka Skaffari.
+It is licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License.  To view a copy of this license, visit \href{http://creativecommons.org/licenses/by-sa/3.0/}{creative\-com\-mons.org/\-licenses/\-by-sa/3.0/} or send a letter to Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.
+\vspace{10em}
+\else\fi
+\cleardoublepage
+\pagenumbering{arabic}
+\phantomsection
+\addcontentsline{toc}{chapter}{Contents}
+\tableofcontents
+\fi
+
+\chapter*{Preface}
+\addcontentsline{toc}{chapter}{Preface}
+\label{preface}
+\pagestyle{headings}
+
+Nobody likes to write documentation, yet everybody agrees that documentation is crucially important.  For a tool platform as complex as Rodin, documentation is necessary if it is supposed to succeed in reaching a wider audience.
+
+The executive team of the DEPLOY project recognized this. In a meeting at ETH in 2010, the team established, amongst other things, that ``it is clear that the current documentation would not support, say, an engineer in an automotive company to start using the tools without significant support''.  It then commissioned the creation of better Rodin documentation.  This handbook is the result of this effort.
+
+Rather than reinventing the wheel, we took all the existing documentation into account, restructured it, extended it where necessary, created plenty of cross-references, and put the resulting document through an editorial process to ensure readability.
+
+A word of warning and encouragement: Don't expect to be an expert in Event-B modelling after reading this handbook.  Its aim is to provide support while getting acquainted with the tool platform. It provides the basics of modelling and can also be used as a companion guide for experts.  Beginners can work their way through the tutorial, which starts with installation and ends with moderately difficult proofs.  Additional support is available in the form of an FAQ and a comprehensive index.  Advanced users can refer to the comprehensive reference section, where they can quickly find essential information regarding the different formalisms.
+
+Whenever the handbook requires former knowledge, it provides links and hints about where to get it.  Whenever it stops, it provides references for further reading.  In particular, it provides plenty of references to the Rodin Wiki, and provides information on how to get in touch with the Rodin community.  We are confident that this handbook will achieve its mission to get new users acquainted with Rodin without frustration and hopefully some with fun.
+
+\begin{flushright}
+  Michael Jastram, Düsseldorf, 2012
+\end{flushright}
+
+\chapter*{Foreword}
+\addcontentsline{toc}{chapter}{Foreword}
+\label{foreword}
+
+The Rodin tool supports the application of the Event-B formal method.  It provides core functionality for syntactic analysis and proof-based verification of Event-B models. Rodin also provides extension points for a range of additional plug-ins that enrich the core functionality through support for features such as model checking, model animation, graphical front ends, additional proof capabilities and code generation.While the B Method, developed by Jean-Raymond Abrial in the early 1990s, is focused on supporting formal development of \textit{software}, Event-B broadens the perspective to cover \textit{systems}; instead of just modelling software components, Event-B is intended for modelling and reasoning about systems that may consist of physical components, electronics and software.  An essential difference between Event-B and the B Method is that Event-B admits a richer notion of refinement in which new observables may be introduced in refinement steps; this means that complex interactions between subcomponents may be abstracted from in early stage modelling and then introduced through refinement in incremental stages.  
+
+At around the same time that Jean-Raymond was developing the concepts in Event-B, I was involved in an initiative with the University of Newcastle (Alexander Romanovsky, Cliff Jones), {\AA}bo Akademi  (Kaisa Sere, Elena Troubitsyna) and Jean-Raymond to put together an EU proposal on formal methods for dependable systems.  That became the RODIN project (2004 to 2007) and a key part of the project was the development of an open source extensible toolset to support refinement-based formal development.  Many of Jean-Raymond’s ideas on Event-B were worked into the requirements for the tool and the development of the core tool platform was led by Jean-Raymond and Laurent Voisin (both then at ETH Zurich). Thorough analysis was undertaken to determine that Eclipse was the right platform on which to build an open toolset.  The ease with which the core may be extended with plug-ins from a range of teams to provide seamless functionality indicates this was a good decision. The tools developed in the RODIN project took on the name of the project and, since it had a certain cachet, it was decided to retain the Rodin name for the tool after the project ended.
+
+The RODIN Project was followed by the DEPLOY Project which addressed further development of the Rodin core and associated plug-ins in parallel with industrial-scale deployment of the Rodin tools.  Exposing the tools to serious industrial users in DEPLOY drove the developers to implement significant improvements in performance, usability and stability of Rodin and key plug-ins such as ProB, the Theory plug-in, Camille and UML-B.  Of course, as well as demanding improvements to the tool, the industrial users demanded documentation on the tool, which led to this handbook.  Michael Jastram and the team at D\"{u}sseldorf have done an excellent job in pulling together, extending and improving various sources of documentation on the Rodin tool.  Like the Rodin tools, it will serve as a valuable resource that will continue to evolve beyond the DEPLOY project.
+
+\begin{flushright}Michael Butler, Southampton, 2012\end{flushright}
+
+\chapter{Introduction}
+\label{introduction}
+
+This handbook provides documentation for users of the Rodin toolset, which provides tools for working with Event-B models.
+
+Event-B is a formal method for system-level modelling and analysis. Key features of Event-B are the use of set theory as a modelling notation, the use of refinement to represent systems at different abstraction levels and the use of mathematical proof to verify consistency between refinement levels.
+
+The Rodin Platform is an Eclipse-based IDE for Event-B that provides effective support for refinement and mathematical proof. The platform is open source, contributes to the Eclipse framework and is further extensible with plugins. 
+
+This handbook covers the use of the core platform.  Documentation for developers and regarding extensions can be found in the Rodin wiki (\ref{rodin_wiki}).
+
+\section{Overview}
+
+This handbook consists of five parts:
+
+\begin{description}
+	\item[Introduction (Chapter~\ref{introduction})] You are reading the introduction right now.  Its purpose is to help you orient yourself and to find information quickly.
+	\item[Tutorial (Chapter~\ref{tutorial})] If you are completely new to Rodin, the tutorial is a good way to get up to speed quickly.  It guides you through the installation and usage of the tool and gives you an overview of the Event-B modelling notation.
+	\item[Reference (Chapter~\ref{reference})] The reference section provides comprehensive documentation of Rodin and its components.
+	\item[Frequently Asked Questions  (Chapter~\ref{faq})] Common issues are listed by category in the FAQ.
+	\item[Index] We included an index particularly for the print version of the handbook, but it may be useful in the electronic versions as well.  
+\end{description}
+
+\subsection{Formats of this Handbook}
+\label{handbook_formats}
+
+The handbook comes in various formats:
+
+\begin{description}
+	\item[Eclipse Help] The Rodin Handbook is shipped with Rodin and can be accessed through the help system.  The handbook will be updated with the standard Rodin update mechanism.
+	\item[Online Help] You can access the handbook online at \url{http://handbook.event-b.org}.
+	\item[PDF Help] Both online versions also include a link to the PDF version of the handbook.
+\end{description}
+
+\subsection{Rodin Wiki}
+\label{rodin_wiki}
+
+This handbook is complemented by the Rodin wiki (\url{http://wiki.event-b.org/}).  Sometimes, the handbook will refer to the wiki for more information.  Also, plugin and developer information is usually located in the wiki.
+
+\subsection{Contributing}
+\label{feedback}
+
+The handbook is stored in the Rodin SVN repository and is authored in \LaTeX.  Changes that are checked in will be built automatically on the Jenkins server, managed by the University of Düsseldorf.  The result should be available at \url{http://handbook.event-b.org} shortly after committing changes.
+
+Each page of the online version also has a feedback button, where feedback can be left using an online form.  This feedback will be processed on a regular basis by volunteers.
+
+There is also a mailing list for handbook authors at 
+\ifinprint \\ \fi
+\texttt{rodin-b-sharp-handbook@lists.\-sourceforge.net}.
+
+You can also submit feedback via email to \texttt{rodin-hand\-book@formal\-mind.com}.
+
+\section{Further Reading}
+\label{literature}
+
+In this section, we present a selected list of reading materials that provide information that is not covered in this handbook.
+
+\subsection{Modeling in Event-B: System and Software Engineering, J.-R. Abrial (2010)}
+\label{abrial_2010}
+
+This book represents the ultimate authority on Event-B, written by its creator.  The example from Section~\ref{tut_location_access_controller} is based on an example from the book.
+
+From the editor: ``A practical text suitable for an introductory or advanced course in formal methods, this book presents a mathematical approach to modelling and designing systems using an extension of the B formal method: Event-B. Based on the idea of refinement, the author's systematic approach allows the user to construct models gradually and to facilitate a systematic reasoning method by means of proofs. Readers will learn how to build models of programs and, more generally, discrete systems, but this is all done with practice in mind. The numerous examples provided arise from various sources of computer system developments, including sequential programs, concurrent programs and electronic circuits. The book also contains a large number of exercises and projects ranging in difficulty. Each of the examples included in the book has been proved using the Rodin Platform tool set, which is available free for download at www.event-b.org.''
+
+\subsection{Rodin: An Open Toolset for Modelling and Reasoning in Event-B (2009)}
+\label{abrialBHHMV_2009}
+
+This article discusses the design principles of the Rodin platform and the Event-B language and 
+explains the motivation behind it.
+
+The abstract states: ``[\ldots] we present the Rodin modelling tool that seamlessly integrates modelling and proving. 
+ We outline how the Event-B language was designed to facilitate proof and how the tool has been designed to support changes to 
+ models while minimising the impact of changes on existing proofs. 
+ We outline the important features of the prover architecture and explain how well-definedness is treated. [\ldots]''
+
+The authors J.-R.~Abrial, M.~Butler, S.~Hallerstede, T.~S.~Hoang, F.~Mehta and L.~Voisin have published the article in the journal Software Tools and Technology Transfer (STTT).
+
+\subsection{The B-Method, an Introduction (Steve Schneider)}
+\label{schneider_book}
+
+This text represents the ``standard textbook'' for learning formal modeling in B (rather than Event-B).  As Event-B is similar to B, this book is a great introduction to the topic, allowing students to get acquainted with the subject matter, even without an instructor. (ISBN: 978-0333792841)
+
+\subsection{Event-B Cookbook}
+
+Those interested in more general guidelines on how to develop and structure formal models in Event-B, the paper ``Towards a Cookbook for Modelling and Refinement of Control Problems''\footnote{\url{http://deploy-eprints.ecs.soton.ac.uk/108/}} may be of interest.  It is an ``attempt to develop some guidelines on modelling control problems in Event-B''. 
+
+\subsection{Proofs for the Working Engineer (2008)}
+In his dissertation at the ETH Zurich Fahrad Mehta describes how theorem proving
+can be a practical tool for software engineers and presents the ideas that are used
+in building Rodin's infrastructure.
+
+\subsection{The Proof Obligation Generator (2005)}
+In this technical report (ETH Zürich)  Stefan Hallerstede describes which proof obligations
+(see Section~\ref{generated_proof_obligations}) are generated for a model
+and gives a justification why these are correct.
+
+\section{Conventions}
+\label{conventions}
+
+We use the following conventions in this manual:
+
+\tick{Checklists and milestones are designated with a tick. Here we summarize what we want to learn or should have learned so far.}
+\info{Useful information and tricks are designated by the information sign.}
+\warning{Potential problems and warnings are designated by a warning sign.}
+\pencil{Examples and Code are designated by a pencil.}
+
+We use \texttt{typewriter} font for file names and directories.
+
+We use \textsf{sans serif font} for GUI elements like menus and buttons.  Menu actions are depicted by a chain of elements, separated by ``$\rangle$'', e.g. \textsf{File $\rangle$ New $\rangle$ Event-B Component}.
+
+\section{Acknowledgements}
+\label{sec:acknowledgements}
+
+The content of this handbook has been growing since the formation of the European Union IST Project RODIN in 2004.  Giving credit to every contributor is almost impossible and attempting to do so would almost certainly omit some people, which would contradict the spirit of this work.  It should be sufficient to say that we extend our gratitude to all contributors to the Rodin Wiki (\ref{rodin_wiki}). In particular, we would like to thank Systerel\footnote{\url{http://www.systerel.fr}} for their significant contributions to the handbook as they have been the main driver behind the tool and its documentation.
+
+Jean-Raymond Abrial and the team at the ETH Zurich had a key role in the development of Event-B
+ and the Rodin project. Thank you very much!
+
+We would also like to thank Cliff Jones, who never gave up the quest to improve the Rodin documentation, and Ken Robinson, who contributed the \file{EventB-Summary.pdf}{Event-B Cheat Sheet}.
+
+We are grateful to the editorial team that made this book possible in the first place, consisting of Daniel Plagge, Lukas Ladenberger and Joy Clark.  We also thank Prof. Michael Leuschel, department head of the institute of software technology and programming languages at the University of Düsseldorf, who supported us in pursuing this project.
+
+The icons that you find throughout this handbook were created by Pixel-Mixer\footnote{\url{http://pixel-mixer.com/}}, who provides them for free.  Thanks!
+
+The cover picture was taken by \href{http://www.skaffari.fi/}{Miikka Skaffari}, who made it available via the Creative Commons by-nc license, depicting a sculpture by Rodin.  Thanks!
+
+\section{DEPLOY}
+\label{deploy}
+
+This work has been sponsored by the DEPLOY project\footnote{\url{http://www.deploy-project.eu/}}.  DEPLOY is a European Commission Information and Communication Technologies FP7 project.
+
+The overall aim of the EC Information and Communication Technologies FP7 DEPLOY Project is to make major advances in engineering methods for dependable systems through the deployment of formal engineering methods. Formal engineering methods enable greater mastery of complexity than found in traditional software engineering processes. It is the central role played by mechanically-analysed formal models throughout the system development flow that enables mastery of complexity.
+
+As well as leading to big improvements in system dependability, greater mastery of complexity also leads to greater productivity by reducing the expensive test-debug-rework cycle and by facilitating increased reuse of software.
+
+The goal of the project is to achieve and evaluate industrial take-up of DEPLOY's methods and tools (which started with DEPLOY's industrial partners) as well as to perform further research on methods and tools that is considered necessary.
+
+\input{creative-commons}
+
+% \input{style-guide}
+
+\input{tutorial}
+
+\input{reference}
+
+\input{faq}
+
+\clearpage
+\phantomsection
+\addcontentsline{toc}{chapter}{Index} 
+\printindex
+
+\end{document}
+
diff --git a/org.rodinp.handbook.feature/latex/style-guide.tex b/org.rodinp.handbook.feature/latex/style-guide.tex
new file mode 100644
index 0000000000000000000000000000000000000000..f97b86add4698faf465bb967d1700babf450e83b
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/style-guide.tex
@@ -0,0 +1,143 @@
+\section{Style Guide}
+\label{style-guide}
+
+\info{For now, we will manage the style guide as a \LaTeX~document together with the rest of the documentation.  We may take it out upon publication.}
+
+\subsubsection{General Stylistic Guidelines}
+
+\begin{itemize}
+	\item The conventions (\ref{conventions}) are part of the style guide.
+
+	\item Use the ``we'' form.
+
+	\item We use British English.
+
+	\item When referring to the different views in Rodin, the word ``view'' should be written in lowercase, e.g., the Rodin Problems view.
+\end{itemize}
+
+\subsubsection{Files}
+
+Files should be saved in the \texttt{files} subdirectory. You can also create a subdirectory. Then, use the definition 
+
+\begin{verbatim} \file{1}{2} 
+\end{verbatim} 
+
+to create a link to the file. The definition extends to arguments. The first argument (1) defines the file name i.e. \texttt{Celebrity.zip} or if you saved the file in a subdirectory \texttt{subdirectory/Celebrity.zip}. The second argument (2) defines the name which should be displayed in the document, i.e. ``Celebrity Problem Example Download''.
+
+\warning{Please note, that you only enter the file name without a path before (expected subdirectories). The build script assigns the correct path to the file on the server automatically .}
+
+Here is an example using the definition: \file{Celebrity.zip}{Celebrity Problem Example Download}.
+
+\subsubsection{Avoiding Redundancy}
+
+We will reduce (or avoid) redundancy through heavy linking, following these guidelines:
+
+\begin{itemize}
+	\item If in doubt, provide the bulk of the information in the Reference section.  For instance, the FAQ entry ``What is Event-B?''  Should simply refer to the Event-B entry in the Reference section.
+	\item Web Links should not appear multiple times
+	\item List web links as footnotes in the Tutorial and FAQ.
+	\item List web links in a ``See also'' Section in the Reference.
+\end{itemize}
+
+\subsubsection{Sections}
+
+\begin{itemize}
+	\item If referring to a specific chapter or section, use uppercase to denote it, e.g. ``in Chapter~3''.
+	\item We also refer to subsections as Section, e.g. ``see Section~2.5''
+	\item We have a small number of well-defined chapters which are the top level structuring element.
+	\item Sections and subsections are numbered.  In the HTML-Versions, they are broken into subpages.
+    \item Subsubsections do not receive numbers and are not broken into subpages in the HTML.  Keep this in mind regarding both the reading flow and page sizes.
+	\item Avoid linking (ref) to subsubsections, as they don't have a number.  Latex will instead provide a link to the next higher element.  This works, but it could create confusion.
+	\item Generally, we should avoid gaps in the hierarchy (i.e. having a subsubsection in a section without a subsection in between).\footnote{Coincidentally, this style guide violates this rule. Reason: We want the style guide to remain whole and not be broken into subsections, but the proper hierarchy is a section.}
+	\item Section labels should be all in lower case. Use ``\_'' for blanks.
+	\item We use the prefix ``\texttt{int\_}'' for introduction section labels, ``\texttt{tut\_}'' for tutorial section labels following a meaningful description of the section (i.e. \texttt{tut\_rodin\_installation}) and ``\texttt{faq\_}'' for faq section labels following a short version of the title (i.e. \texttt{faq\_diff\_eventb\_b}). Reference section labels have no prefix.
+\end{itemize}
+
+\subsubsection{Images}
+\begin{itemize}
+	\item Images must be no more than 700 pixels in width (for HTML version) and no more than 160 mm (for PDF version). This is fairly easy for bitmaps (screenshot), pay attention to this regarding how plasTeX converts vector images. (see Latex section below on how to include images)
+
+	\item Screenshots should look neat and consistent.  Horizontal real estate will always be an issue, so please resize the windows before taking the screenshot to keep things readable at 700 pixel width.  (see Latex section below on how to include images)
+
+	\item Images should always have a caption and a label. Please use the same conventions for the figure labels that are used for the the section labels, but use the prefix ``\texttt{fig\_}''. \\Example: ``\texttt{fig\_tut\_03\_traffic\_light}''. For referencing do not use references like "As shown bellow" or "Like in the following image:". Use always a format like:
+
+\begin{verbatim}"... as shown in figure \ref{fig_tut_03_traffic_light}."\end{verbatim}
+
+	\item We use icons from Pixel-Mixer, which are free as long as credit is given: \url{http://www.softicons.com/free-icons/toolbar-icons/basic-icons-by-pixelmixer}
+
+  \item We include Window decoration only when it is really necessary.  If we discuss only some views, we crop the rest away.  Please crop neatly, following edges. Even if you need a screenshot with window decoration, you should always use the same Window decoration (i.e. linux ubuntu default decoration style). If you need such a screenshot, please contact Lukas.
+
+  \item Image file names should be all in lower case and not include umlaute or special characters. Use ``\_'' for blanks.
+
+  \item Image files should keep the following rules:
+	
+\begin{itemize}
+		\item Tutorial images should be saved in the sub folder \texttt{img/tutorial} with the prefix ``\texttt{tut\_}'' following the section number. For instance, \texttt{tut\_01\_image1.png}.
+
+		\item FAQ images should be saved in the sub folder \texttt{img/faq} with the prefix ``\texttt{faq\_}''. For instance, \texttt{faq\_image1.png}.
+
+	\end{itemize} 
+	\end{itemize}
+
+\subsubsection{Icons}
+
+For icons (i.e. RODIN platform icons) in continuous text use the command: 
+
+\begin{verbatim} \icon{1} \end{verbatim} 
+
+The first (1) argument takes the path to the icon (i.e. \texttt{rodin/auto\_prover.png}). You can find all icons in the folder \texttt{latex/img/icons/}
+
+Here is an example using icons in continuous text:
+
+\textit{Lorem ipsum dolor sit amet, consetetur \icon{rodin/auto_prover.png} sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore \icon{rodin/lasoo_prover.png} magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.}
+
+\subsubsection{Index}
+Please add meaningful entries to the index. This helps users to look up information more efficiently.
+The \LaTeX-command to do this is \verb#\index{#\textit{word}\verb#}#.
+\begin{itemize}
+\item The most important thing to think about when considering the index is the user perspective: 
+  What is the word that a user will look up to try and find this topic?
+\item An index entry should be a noun, singular and written in lowercase (uppercase if it's a name).
+\item If the word appears in are several locations in the documentation (e.g. in the tutorial and the
+  reference section), try to highlight the most commonly used location with \verb#\index{word|textbf}#.
+  This is usually an entry in the reference section.
+\item Adjectives should be used with care. 
+  Please use them only if omitting the adjective changes the meaning of the entry drastically or
+  if the adjective is necessary to distinguish the entry from other entries with the same noun but
+  other location.
+\item If you use an adjective, consider using the noun as a key for sorting: \verb#\index{cloud,grey@grey cloud}#
+  instead of \verb#\index{grey cloud}#
+\item If you have multiple entries for the same word, consider using sub-entries (\verb#\index{cloud!grey}#)
+  if different things are meant. Another example is \verb#\index{true!as predicate}# and \\ \verb#\index{true!as expression}#
+\item Multiple index entries for the same text block are alright.
+\item If you use the index command, please have a look at the result.
+\end{itemize}
+
+\subsubsection{\LaTeX{} Styling}
+
+\begin{itemize}
+	\item Try to avoid fancy \LaTeX formatting, as PlasTeX (used for generating HTML) is temperamental.  Macros are especially problematic, and sometimes the result is just ugly.
+	\item We have the option to use different files to generate the PDF and HTML, but we would generally prefer not to do this.  Look at \texttt{bsymb.sty} and \texttt{plastex-bsymb.sty} as an example. \textbf{NOTE:} We don't do this any more for any style files.
+	\item Every section should have a label, reflecting the section name, all lowercase, spaces replaced with underscores (\_).
+	\item Don't create subdirectories in the \texttt{latex} folder, as the scripts cannot always deal with them.
+	\item Put images in the \texttt{img} folder.  Feel free to create additional directory structures underneath.
+	\item Files other than images (e.g. Event-B projects) --- we have macros to link them absolute in the PDF, and to link them relative in HTML and Eclipse Help.
+	\item Use linked sections numbers (generated with \texttt{\\ref{}} instead of hyperlinks for cross-references. This is necessary for the print documentation to be useful.
+	\item When including images in Latex, do not provide a width!  Instead, try to embed the print size in the image itself.  For instance, PNGs allow you to set the print size (in mm).  This way we can be sure that the images are rendered as HTML without distortion.
+\end{itemize}
+
+\subsubsection{Contributions from Plugin Developers}
+\label{sec:plugin_contributions}
+
+\begin{rodin-plugin}{prob.png}{ProB}
+We want to encourage Plugin developers to contribute to the Handbook, but we have to make it clear that we cannot maintain that documentation.  Therefore, it has to be clearly marked.  We use a custom environment for that purpose that
+(1) provides the Plugin's icon, (2) adds a disclaimer to the end of the custom documentation and (3) puts the content into a gray box (like this one).
+
+There are some limitations to the environment that we use.  Specifically, headlines and images should be kept outside the gray box.
+
+\end{rodin-plugin}
+
+%%% Local Variables: 
+%%% mode: latex
+%%% TeX-master: "rodin-doc"
+%%% End: 
diff --git a/org.rodinp.handbook.feature/latex/tutorial-01.tex b/org.rodinp.handbook.feature/latex/tutorial-01.tex
new file mode 100644
index 0000000000000000000000000000000000000000..267cf31a7a794b9f1406fdbe935d6a0ddc6f3608
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/tutorial-01.tex
@@ -0,0 +1,83 @@
+\section{Before Getting Started}
+\label{tut_before_getting_started}
+
+Before we get started with the actual tutorial, we are going to go over the required background information to make sure that you have a rudimentary understanding of the necessary concepts.
+
+\tick{\textbf{You can skip this section, if...}
+\begin{itemize}
+	\item ... you know what formal modelling is
+	\item ... you know what predicate logic is
+	\item ... you know what Event-B and Rodin are
+	\item ... you know what Eclipse is
+\end{itemize}
+}
+
+\subsection{Systems Development}
+\label{tut_systems_development}
+
+Ultimately, the purpose of the methods and tools introduced here is to improve systems development.  By this we mean the design and management of complex engineering projects over their life cycle. Examples include cars, air traffic control systems, etc.
+
+``Taking an interdisciplinary approach to engineering systems is inherently complex since the behaviour of and interaction among system components is not always immediately well defined or understood. Defining and characterizing such systems and subsystems and the interactions among them is one of the goals of systems engineering. In doing so, the gap that exists between informal requirements from users, operators, marketing organisations, and technical specifications is successfully bridged.''\footnote{\url{http://en.wikipedia.org/wiki/Systems_engineering\#Managing_complexity}}
+
+\subsection{Formal Modelling}
+\label{tut_formal_modelling}
+
+We are concerned with \textit{formalizing specifications}.  Formal models allow us to perform a more rigorous analysis of our system (thereby improving the quality) and allow us to reuse the specification in the development an implementation.  This comes at the cost of higher up-front investments.
+
+This differs from the traditional development process. In a formal development, we transfer some effort from the test phase (where the implementation is verified) to the specification phase (where the specification in relation to the requirements is verified).
+
+\subsection{Predicate Logic}
+\label{tut_predicate_logic}
+\index{predicate logic}
+
+In predicate logic, statements (which are called predicates) can be expressed with variables
+  that can be quantified (e.g. ``for all values of $x$ \ldots'').
+Event-B uses predicate logic with the following features:
+\begin{itemize}
+\item Predicates and expressions are distinguished.
+\item All expressions have a data type, e.g. integer or set of integers.
+\item Quantification over variables, not predicates, is supported.
+  This includes quantification over sets.
+\item A partial function semantics is included, e.g. the predicate $1\div 0 = 1\div 0$ is not
+  a tautology because $1\div 0$ does not represent a valid value.
+\item Comprehension sets are supported.
+\item Predicates can be evaluated to a Boolean value.
+\end{itemize}
+
+\subsection{Event-B}
+\label{tut_eventb}
+\index{Event-B}
+
+Event-B is a notation for formal modelling based around an abstract machine notation. \index{abstract machine notation}
+
+Event-B is considered an evolution of B (also known as classical B). It is a simpler notation which is easier to learn and use. It comes with tool support in the form of the Rodin Platform.
+
+\subsection{Rodin}
+\label{tut_rodin}
+
+Rodin (\ref{rodin_platform}) is the name of the tool platform for Event-B.  It allows formal Event-B models to be created with an editor.  It generates proof obligations (\ref{generated_proof_obligations}) that can be discharged either automatically or interactively.
+
+Rodin is a modular software and many extensions are available.  These include alternative editors, document generators, team support, and extensions (called plugins) some of which include support decomposition and records.  An up-to-date list of plugins is maintained in the Rodin Wiki (\ref{rodin_wiki})\footnote{These links were valid at the time of the writing of this document:
+
+\url{http://wiki.event-b.org/index.php/Rodin_plugins}
+
+\url{http://wiki.event-b.org/index.php/Installing_external_plugins_manually}}.
+
+\subsection{Eclipse} 
+\label{tut_eclipse}
+\index{Eclipse}
+
+Rodin is based on the Eclipse Platform (\ref{eclipse}), a Java-based platform for building software tools.  This is important for two reasons:
+\begin{itemize}
+	\item If you have already used Eclipse-based software, then you will feel immediately comfortable with how Rodin applications are handled.
+	\item Many extensions, or plugins, are available for Eclipse-based software. There are Rodin-specific plugins as well as plugins independent of Rodin that may be useful to you.  The Rodin Wiki (\ref{rodin_wiki}), contains a list of plugins is maintained.
+\end{itemize}
+
+The GUI of an Eclipse application consists of views, editors, toolbars, quickviews, perspectives and many more elements.  If these terms are unfamiliar to you, please consult Section~\ref{eclipse} which contains references to Eclipse tutorials.
+
+In Section~\ref{tut_installation}, we present the Rodin-specific GUI elements.
+
+%%% Local Variables: 
+%%% mode: latex
+%%% TeX-master: "rodin-doc"
+%%% End: 
diff --git a/org.rodinp.handbook.feature/latex/tutorial-02.tex b/org.rodinp.handbook.feature/latex/tutorial-02.tex
new file mode 100644
index 0000000000000000000000000000000000000000..8248e460d880a094882b6bd13ae8a2b0cf0fcd0a
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/tutorial-02.tex
@@ -0,0 +1,92 @@
+\section{Installation}
+\label{tut_installation}
+
+\tick{\textbf{Goals:} The objective of this section is to guide you through downloading, installing and starting Rodin. In addition, we explain the update mechanisms needed to install new plugins for Rodin. Finally, we name the Rodin-specific GUI elements and describe their functions.
+}
+
+\tick{\textbf{You can skip this section, if\ldots}
+\begin{itemize}
+	\item \ldots you know how to install and update Rodin
+	\item \ldots you know how to install new plugins for Rodin
+\end{itemize}
+}
+
+\warning{Rodin is fairly resource intensive.  You need a good computer with plenty of memory to run it.  It is recommended to have at least 2GB of RAM.}
+
+\subsection{Install Rodin for the first time}
+\label{tut_install_rodin}
+
+\subsubsection{Step 1: Download}
+
+The first step is to download Rodin. Rodin is available for download on the \href{http://wiki.event-b.org/index.php/Rodin_Platform_Releases}{Rodin Download page}. There is also a link for the download site in the faq (\ref{faq_where_download_rodin}).
+
+Rodin is available for Windows, Mac OS, and Linux.  For all the platforms, the distribution is always available for download as a zip file. Download the zip file for your system anywhere on your PC.
+
+\info{It is recommended that you download the latest stable version.}
+
+\subsubsection{Step 2: Install and Run Rodin}
+
+\warning{Rodin is easy to install on the platforms for which a prebuild version exists.  If no prebuild version exists for your platform, please check out Section~\ref{faq_os_not_supported} in the FAQ on suggestions for how to install Rodin} 
+
+To install Rodin, extract the contents of the zip file to a desired directory. You can run the tool by using the \texttt{rodin} executable.
+
+Starting Rodin should bring up a welcome screen.  It provides some quick guidance for Rodin.  In particular, it provides instructions on installing the provers.
+
+\warning{Please install the provers right away.  It is easy and only takes a few clicks.}
+
+After dismissing the welcome screen, you should see the window shown in Figure \ref{fig_tut_02_workspace_launcher}. Here you can specify the path where Rodin stores your projects.
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodintwimg{0.7}{tutorial/tut_02_install1.png}
+	\caption{Eclipse Workspace Launcher}
+	\label{fig_tut_02_workspace_launcher}
+\end{center}
+\end{figure}
+
+After specifying a path click the \textsf{OK} button. Rodin will start and the window shown in Figure \ref{fig_tut_02_rodin_gui} will open.
+
+\warning{When using a Linux distribution, a welcome window may open up. Exit out of this window to get to the main screen. Other problems can also occur when installing Rodin in Linux. See the release notes for details.\footnote{ See \href{http://wiki.event-b.org/index.php/Rodin_Platform_2.2_Release_Notes}{Rodin Release Notes}}}
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodintwimg{1.0}{tutorial/tut_02_install2.png}
+	\caption{Rodin GUI}
+	\label{fig_tut_02_rodin_gui}
+\end{center}
+\end{figure}
+
+As already mentioned in Section \ref{tut_eclipse}, the GUI of an Eclipse application consists of views, editors, toolbars, quickviews, perspectives and many more elements. Here we list the different Rodin GUI elements (i.e. views) which are visible after starting Rodin for the first time and explain their functions:
+
+\begin{description}
+	\item[Menu bar (\ref{menu_bar})] The menu bar of the Rodin programs provides file and edit operations as well as other commands.
+	\item[Tool bar (\ref{tool_bar})] The tool bar provides short cuts for commonly used commands such as save, print, undo and redo.
+	\item[Event-B Explorer (\ref{eventb_explorer})] The Event-B Explorer shows the projects' tree structure. Projects are the main entries in this view, and when a project is expanded, the corresponding project files will also be shown.
+	\item[Outline View (\ref{outline_view})] The Outline view shows the outline of the active editor or file.
+	\item[Rodin Problems View (\ref{rodin_problems_view})] The Rodin Problems view displays problems (e.g., syntax errors) from the currently active projects.
+	\item[Symbols View (\ref{symbols_view})] The Symbols view shows a list of available mathematical symbols which can be used in conjunction with the mathematical notation (\ref{mathematical_notation}).
+	\item[Editor View (\ref{editor_view})] The Editor view displays the active editor and is the view in which Event-B files are edited.
+\end{description}
+
+\subsection{Install new plugins}
+\label{tut_install_plugins}
+
+This sections describes how to install new plugins for Rodin by using the example of the Atelier B Provers plugin (\ref{atelier_b_provers}). It is highly recommended that you install this plugin because it will not be possible to prove much without it.
+
+Open the Install Manager \textsf{Help $\rangle$ Install New Software\ldots}. Click the downward arrow next to the field \textsf{Work with} to select the Atelier~B Provers update site. Check the box next to the Atelier~B Provers entry and click on the \textsf{Next} button (compare with Figure \ref{fig_tut_02_install_manager}). Follow the installation instruction to install the plugin. After installing the plugin, you will be asked to restart Rodin in order to finalize the installation.
+
+\warning{If you are using a firewall, you may need to change the proxy settings.}
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodintwimg{1.0}{tutorial/tut_02_install3.png}
+	\caption{Eclipse Install Manager}
+	\label{fig_tut_02_install_manager}
+\end{center}
+\end{figure}
+
+
+%%% Local Variables: 
+%%% mode: latex
+%%% TeX-master: "rodin-doc"
+%%% End: 
diff --git a/org.rodinp.handbook.feature/latex/tutorial-03.tex b/org.rodinp.handbook.feature/latex/tutorial-03.tex
new file mode 100644
index 0000000000000000000000000000000000000000..377b3d33afaf97f60594627f613fe05a1d39776b
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/tutorial-03.tex
@@ -0,0 +1,376 @@
+\section{The First Machine: A Traffic Light Controller}
+\label{tut_first_machine}
+
+% a first machine, e.g. a traffic light with Booleans for signals.  We introduce guards, resulting in the proof obligations to be discharged automatically. We explain how proof lables are read, without changing to the proof perspective.
+
+\tick{\textbf{Goals:} The objective of this section is to get acquainted with the modelling environment. We will create a very simple model consisting of just one file to develop a feeling for Rodin and Event-B.}
+
+In this tutorial, we will create a model of a traffic light controller.  We will use this example repeatedly in subsequent sections.  Figure \ref{fig_tut_03_traffic_light} depicts what we are trying to achieve.
+
+\info{There is a four-page \file{EventB-Summary.pdf}{Event-B Cheat Sheet}, representing a concise summary of the Event-B mathematical toolkit.  Thanks to Ken Robinson for making it available.}
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodintwimg{1.0}{tutorial/tut_03_trafficlight.png}
+	\caption{The traffic light controller}
+	\label{fig_tut_03_traffic_light}
+\end{center}
+\end{figure}
+
+In this section, we will implement a simplified controller with the following characteristics:
+\begin{itemize}
+	\item We will model the signals with Boolean values to indicate ``stop'' (false) and ``go'' (true).  We do not model colors (yet) because
+      we think we should first specify our goal (regulating the traffic) and later add implementation details (the traffic light's colors).
+	\item To keep the initial model simple, we will not include the push button yet. We will add it later.
+\end{itemize}
+
+\subsection{Excursus: The specification process}
+\label{tut_excursus_the_sepcification_process}
+
+While this handbook is concerned with use of the Rodin tool, it is important to understand the specification process as well.  It can be daunting and unclear especially for beginners to recognize where to start with the model, what kind of data structures and abstractions to use, and so on.
+
+We cover a few examples in this chapter that should develop your ability to answer these questions implicitly, but there is no explicit set of instructions.  For example, we will first model the traffic lights as Boolean values and later refine them into actual colors.  But how did we come up with this refinement strategy?  Likewise, we decided to add the push buttons at a later refinement.  In retrospect this may seem useful, but it is still not clear how we arrived at this structure in the first place.
+
+Jean-Raymond Abrial has something to say about this in his book\footnote{\url{http://www.amazon.com/Modeling-Event-B-System-Software-Engineering/dp/0521895561}}. Some of the chapters are available in the Rodin Wiki.
+
+\begin{plugin-pror}
+\index{requirements}
+\index{ProR Requirements Tool}
+\index{traceabililty}
+\index{specification}
+
+It takes some time to learn how to read formal specifications, and not all stakeholders are willing to learn it.  Further, textual requiremenets are almost always the starting point for a formal specification.  It would be nice to kep a traceability to the origianl requirements.
+
+\href{http://wiki.event-b.org/index.php/ProR}{ProR} is a tool for editing requirements.  An integration with Rodin exists, which allows a traceability between textual requirements and model elements to be established.  This shows the Event-B model elements seamless as part of the textual requirements.  The various traceability options are demonstrated in the \href{http://www.formalmind.com/en/blog/using-rmf-integrate-your-models}{Formal Mind Blog}.
+
+Further, the traces are tracked, and if the source or the target of a trace changes, a marker is set, so that the changes can be inspected and verified.
+
+Being able to set traces is not enough, if there is not a theory behind it to make it useful.  One such theory is based on the WRSPM reference model.  How this works in practice can be seen in \href{http://www.stups.uni-duesseldorf.de/w/Special:Publication/RMF_Mark_Book_Jastram_2013}{this paper}.
+
+Last, ProR is based on the ReqIF standard, which is supported by major industry tools for requirements management (like Rational DOORS or PTC integrity).  This eases the integration of Event-B into existing development processes.
+\end{plugin-pror}
+
+\subsection{Project Setup}
+\label{tut_project_setup}
+
+Models typically consist of multiple files that are managed in a project.  Create a new Event-B Project \textsf{File $\rangle$ New $\rangle$ Event-B Project}.  Give the project the name \texttt{tutorial-03} as shown in Figure \ref{fig_tut_03_new_project_wizard}.
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodinimg{tutorial/tut_03_tutorial-3.png}
+	\caption{New Event-B Project Wizard}
+	\label{fig_tut_03_new_project_wizard}
+\end{center}
+\end{figure}
+
+\index{project}
+\warning{Eclipse supports different types of projects.  The project must have the Rodin Nature (\ref{rodin_nature}) to work.  A project can have more than one nature.}
+
+\index{component}
+Next, create a new Event-B Component.  Either use \textsf{File $\rangle$ New $\rangle$ Event-B Component} or right-click on the newly created project and select \textsf{New $\rangle$ Event-B Component}.  Use \texttt{mac} as the component name, select \textsf{Machine} as component-type, and click \textsf{Finish} as shown in Figure \ref{fig_tut_03_new_component_wizard}. This will create a Machine (\ref{machine}) file.
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodinimg{tutorial/tut_03_mac.png}
+	\caption{New Event-B Component Wizard}
+	\label{fig_tut_03_new_component_wizard}
+\end{center}
+\end{figure}
+
+The newly created component will open in the Rodin Editor. This displays the machine hierarchy as text, although at this point, you cannot add any text apart from comments. Elements can be added to the model by using the wizards for variables, variants, invariants, and events (the \icon{rodin/newvar_edit.png},\icon{rodin/newvariant_edit.png},\icon{rodin/newinv_edit.png}, and \icon{rodin/newevt_edit.png} buttons). 
+
+You can also add elements by finding the name of the machine under the MACHINE heading. There is a small green arrow (\icon{rodin/structured_arrow.png}) directly to the right of the name of the machine (in this case, the name of the machine is ``mac"). Place your cursor directly to the left of the green arrow and right click. Select the element that you would like to add from the \textsf{Add Child} menu. If an element of a certain type has already been created, you can also create more elements of that type by right clicking on the type of the element you would like to add (e.g. \textsf{VARIABLES}) that is coloured in purple and select \textsf{Add Child}. You can also place your cursor directly before the green arrow to the left of an element name and hit \textsf{CTRL-T} or right click and select \textsf{Add Sibling}.
+
+You can also edit the machine using the Event-B Machine Editor. This was the default editor in Rodin 2.3 and earlier versions and is still available to view and edit machine files. To do this, right click on the \textsf{mac} component in the Event-B Explorer and select \textsf{Open With $\rangle$ Event-B Machine Editor}. This editor has four tabs at the bottom.  The \textsf{Pretty Print} tab shows the model as a whole with color highlighting, but it cannot be edited here.  This is useful to inspect the model. Under the \textsf{Edit} tab, you can edit the model.  The six main sections of a machine (REFINES, SEES, etc.) are displayed in a collapsed state.  You can click on the \icon{rodin/collapsed.png} button to the left of a section to expand it.
+
+%\begin{figure}[!ht]
+%\begin{center}
+%	\includerodinimg{tutorial/tut_03_interface.png}
+%\end{center}
+%\end{figure}
+
+This editor is \textit{form-based}.  This means that it can be modified by using controls (i.e. text fields, dropdowns, etc.) to input information. More information about this editor is available in the reference section (\ref{eventb_editor}).
+
+\info{Alternative editors are available as plugins.  The form editor has the advantage of guiding the user through the model, but it takes up a lot of space and can be slow for big models.  The text-based Camille Editor (\ref{tut_camille}) is very popular.  Please visit the Rodin Wiki (\ref{rodin_wiki}) for the latest information.}
+
+\subsection{Camille, a text-based editor}
+\label{tut_camille}
+\index{editor!Camille text editor}
+
+\begin{rodin-plugin}{camille.png}{Camille}
+Camille is a ``real'' text editor that provides the same feel as a typical Eclipse text editor and provides all of the functions that most text editors provide (i.e. copy, paste, undo, redo, etc.)  However, please note that at this time not all Rodin plugins are compatible with Camille.  For more information, please consult the extensive documentation in the Rodin Wiki (\ref{rodin_wiki}).
+
+Camille can be installed via its update site, which is preconfigured in Rodin.  Once installed, Camille will be set as the default editor.  The rodin editor or structural editor can still be used by selecting it from the context menu of a file in the project browser.
+
+For more information, please visit \url{http://wiki.event-b.org/index.php/Text_Editor}.
+
+
+\end{rodin-plugin}
+
+\subsection{Building the Model}
+\label{tut_building_the_model}
+
+Back to the problem: Our objective is to build a simplified traffic light controller as described in \ref{tut_first_machine}.  We start with the model state.  Two traffic lights will be modelled, and we will therefore create two variables called  \texttt{cars\_go} and \texttt{peds\_go}.  
+
+\subsubsection{Creating Variables}
+\index{variable!creating a variable}
+
+Under the \textsf{MACHINE} heading, you see the machine name \textsf{mac}. There is a small green arrow (\icon{rodin/structured_arrow.png}) to the right of this label. Place your cursor directly to the left of the green arrow, right click, and select \textsf{Add Child $\rangle$ Event-B Variable} to add a new variable. Optionally, you can also use the New Variable Wizard (the button \icon{rodin/newvar_edit.png}) to create your variable. 
+
+By default, the variable is named \textsf{var1}. Place your cursor inside the \textsf{var1} label. The label will then turn into a textbox. Change the name to \textsf{cars\_go}. You can add a comment to the variable by placing your cursor to the right of the little green arrow and typing into the text box that appears.
+
+%Go to the \textsf{Edit} tab in the editor and expand the \textsf{VARIABLES} section.  Click on the \icon{rodin/add.png} button to create a new variable.
+%You will see two fields. The left one is filled with the word \texttt{var1}.  Change this to \texttt{cars\_go}.  The second field (after the double-slash ``//'') is a comment field in which you can write any necessary notes or explanations.
+
+\index{comment}
+\info{\textbf{Comments:} The comment field does not support line breaks, nor is is possible to ``comment out'' parts of the model as it is with most programming languages.}
+
+%\info{\textbf{Comments:} The comment field supports line breaks.  Note that it is not possible to ``comment out'' parts of the model, as is possible with most programming languages.  You can use the comment field to ``park'' predicates and other strings temporarily.}
+
+Create the second variable (\texttt{peds\_go}) in the same way, or place your cursor directly to the left of the small green arrow next to the label \textsf{cars\_go} and hit either \textsf{CTRL-T} or right click and select \textsf{Add Sibling} from the menu.
+
+%\begin{figure}[!ht]
+%\begin{center}
+%	\includerodinimg{tutorial/tut_03_new-variable.png}
+%\end{center}
+%\end{figure}
+
+Upon saving, the variables will be underlined in red which indicates that an error is present as shown in Figure \ref{fig_tut_03_error}.  The \textsf{Rodin Problems} view (\ref{rodin_problems_view}) shows corresponding error messages. In this case, the error message is ``Variable cars\_go does not have a type''.
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodintwimg{1.0}{tutorial/tut_03_error_neweditor.png}
+	\caption{Red highlighted elements indicate errors}
+	\label{fig_tut_03_error}
+\end{center}
+\end{figure}
+
+Invariants are needed in order to specify the type of variables. Use the method described above to add invariants to your machine (except this time select \textsf{Add Child $\rangle$ Event-B Invariant} from the menu or click the \icon{rodin/newinv_edit.png} button to open up the New Invariant Wizard). Add two invariants (which will automatically be labelled \textsf{inv1} and \textsf{inv2}). The actual invariant appears to the left of the label and is prepopulated with the symbol $\btrue$, which represents the logical value ``true''. Placing your cursor inside the invariant field will change it to a text field and allow editing. 
+
+%Types are provided by invariants. Expand the \textsf{INVARIANTS} section and add two elements by following the same steps as above.  Invariants have labels.  Default labels are generated (\texttt{inv1} and \texttt{inv2}).  The actual invariant is prepopulated with $\btrue$, which represents the logical value ``true''.
+Change the first invariant (the symbol $\btrue$, not the label \texttt{inv1}) to $cars\_go \in  BOOL$ and the second invariant to $peds\_go \in  BOOL$.
+Event-B provides the build-in datatype \texttt{BOOL} among others (\ref{data_types}).
+
+%\begin{figure}[!ht]
+%\begin{center}
+%	\includerodintwimg{0.7}{tutorial/tut_03_invariants.png}
+%\end{center}
+%\end{figure}
+
+\index{Symbols view}
+\index{mathematical symbols}
+\info{\textbf{Mathematical Symbols:} Every mathematical symbol has an ASCII-representation and the substitution occurs automatically.  To generate ``element of'' ($\in$), simply type a colon (``:'').  The editor will perform the substitution after a short delay. The \textsf{Symbols} view shows all supported mathematical symbols. The ASCII representation of a symbol can be found by hovering over the symbol in question. Symbols can also be added manually by selecting them from the \textsf{Symbols} view}
+
+\index{yellow highlighting}
+After saving, you should see that the \textsf{INITIALISATION} event is underlined in yellow with a small warning sign to the left as demonstrated in Figure~\ref{fig_tut_03_warning}. Again, the \textsf{Rodin Problems} view displays the error message: ``Variable cars\_go is not initialized''. Every variable must be initialized in a way that is consistent with the model.
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodintwimg{1.0}{tutorial/tut_03_yellow_neweditor.png}
+	\caption{Yellow highlighted elements indicate warnings}
+	\label{fig_tut_03_warning}
+\end{center}
+\end{figure}
+
+To fix this problem, place your cursor to the left of the small green arrow next to the label \textsf{INITIALISATION}. Right click and add an \textsf{Event-B Action}. Repeat to add another event. In the action fields, enter $cars\_go :=  FALSE$ and $peds\_go :=  FALSE$.
+
+%To fix this problem, expand the \textsf{EVENTS} section and then the INITIALISATION event.  Add two elements in the \textsf{THEN} block.  These are actions that also have labels.  In the action fields, enter $cars\_go :=  FALSE$ and $peds\_go :=  FALSE$.
+
+%\begin{figure}[!ht]
+%\begin{center}
+%	\includerodinimg{tutorial/tut_03_events.png}
+%\end{center}
+%\end{figure}
+
+\subsubsection{State Transitions with Events}
+
+Our traffic light controller cannot yet change its state.  To make this possible, we create two events (\ref{events}) in the manner described above and name them \textsf{set\_peds\_go} and \textsf{set\_peds\_stop}. This will model the traffic light for the pedestrians, and for each of these, we will add an Event-B action to each of the events. These actions will change \textsf{peds\_go} to \textsf{TRUE} or \textsf{FALSE}, which simulates the changing of the traffic light.
+
+\warning{From now on, we won't describe the individual steps in the editor any more.  Instead, we will simply show the resulting model.} 
+
+The two events will look as follows:
+
+\pencil{
+\begin{description}
+	\EVT {set\_peds\_go}
+		\begin{description}
+		\BeginAct
+			\begin{description}
+			\nItemX{ act1 }{ peds\_go :=  TRUE }
+			\end{description}
+		\EndAct
+		\end{description}
+	\EVT {set\_peds\_stop}
+		\begin{description}
+		\BeginAct
+			\begin{description}
+			\nItemX{ act1 }{ peds\_go :=  FALSE }
+			\end{description}
+		\EndAct
+		\end{description}
+\end{description}
+}
+
+\subsubsection{Event parameters}
+\index{parameter}
+
+For the traffic light for the cars, we present a different approach and use only one event with a parameter.  The event will use the new traffic light state as the argument. For this, we need to add an Event-B Event Parameter, which will appear under the heading \textsf{ANY}, and an Event-B Guard, which will appear under the heading \textsf{WHERE}: 
+
+\pencil{
+\begin{description}
+	\EVT {set\_cars}
+		\begin{description}
+		\AnyPrm
+			\begin{description}
+			\ItemX{ new\_value }
+			\end{description}
+		\WhereGrd
+			\begin{description}
+			\nItemX{ grd1 }{ new\_value \in  BOOL }
+			\end{description}
+		\ThenAct
+			\begin{description}
+			\nItemX{ act1 }{ cars\_go :=  new\_value }
+			\end{description}
+		\EndAct
+		\end{description}
+\end{description}
+}
+
+Note how the parameter is used in the action block to set the new state.
+
+\subsubsection{Invariants}
+\label{tutorial:invariants}
+\index{invariant}
+
+If this model was actually in control of a traffic light, we would have a problem because nothing is preventing the model from setting both traffic lights to \texttt{TRUE}.  The reason is that so far we only modeled the domain (the traffic lights and their states) and not the requirements.  We have the following safety requirement:
+
+\begin{center}REQ-1: Both traffic lights must not be \texttt{TRUE} at the same time.\end{center}
+
+We can model this requirement with the following invariant:
+\[
+\lnot  (cars\_go = TRUE \land  peds\_go = TRUE)
+\]
+Please add this invariant with the label \texttt{inv3} to the model (Use the ASCII codes \texttt{not} and \texttt{\&} to get the symbols $\lnot$ and $\land$).
+
+Obviously, this invariant can be violated, and Rodin informs us of this.  The \textsf{Event-B Explorer} (\ref{eventb_explorer}) provides this information in various ways.  Go to the explorer and expand the project (\texttt{tutorial-03}), the machine (\texttt{mac}) and the entry ``Proof Obligations''.
+You should see four proof obligations, two of which are discharged (marked with \icon{rodin/discharged}) and two of which are not discharged (marked with \icon{rodin/pending}).
+
+\index{proof obligation}
+\info{\textbf{Proof obligations:} A proof obligation is something that has to be
+  proven to show the consistency of the machine, the correctness of theorems, etc.
+  A proof obligation consists of a label, a number of hypothesis that can be used
+  in the proof and a goal -- a predicate that must be proven.
+  Have a look at the proof obligation labels.
+  They indicate the origin in the model where they were generated. 
+  E.g. \eventbpo{set\_peds\_go/inv3/INV} is the proof obligation that must be verified to show that the event  \eventbpo{set\_peds\_go} preserves the invariant (\eventbpo{INV}) with the label \eventbpo{inv3}.
+  An overview about all labels can be found in Section \ref{generated_proof_obligations}.
+  The proof obligations can also be found via other entries in the explorer, like the events they belong to.
+  Elements that have non-discharged proof obligations as children are marked with a small question mark.  For instance, \texttt{inv3} has all proof obligations as children, while the event \texttt{set\_cars} has one.}
+
+To prevent the invariant from being violated (and therefore to allow all proof obligations to be discharged), we need to strengthen the guards (\ref{guards}) of the events.
+
+\warning{Before looking at the solution, try to fix the model yourself.}
+
+\subsubsection{Finding Invariant Violations with ProB}
+\label{tut:prob}
+\index{ProB}
+\begin{rodin-plugin}{prob.png}{ProB}
+A useful tool for understanding and debugging a model is a model checker like ProB. You can install ProB directly from Rodin by using the ProB Update Site.  Just select \textsf{Install New Software...} from the \textsf{Help} menu and select ``ProB'' from the dropdown. You should see ``ProB for Rodin2`` as an installation option, which you can then install using the normal Eclipse mechanism. 
+
+We will continue the example at the point where we added the safety invariant (REQ-1), but didn't add guards yet to prevent the invariants from being violated.
+
+We launch ProB by right-clicking on the machine we'd like to animate and select \textsf{Start Animation / Model Checking}.  Rodin will switch to the ProB-Perspective, as shown in Figure~\ref{fig_tut_prob_perspective}. The top left pane shows the available events of the machines.  Upon starting, only INITIALISATION is enabled.  The middle pane shows the current state of the machine, and the right pane shows a history.  On the bottom of the main pane we can see whether any errors occurred, like invariant violations. We can now interact with the model by triggering events.  This is done by double-clicking on an enabled event or by right-clicking it and selecting a set of parameters, if applicable.  We first trigger INITIALISATION.  After that, all events are enabled.  Next, we trigger \texttt{set\_cars} and \texttt{set\_peds\_go}  with the parameter $TRUE$.  As expected, we will get an invariant violation.  In the state view, we can ``drill down'' and find out which invariant was violated, and the history view shows us how we reached this state (Figure~\ref{tut_03_prob_invariant_violation}). After modifying a machine, ProB has to be restarted, which is done again by right-clicking the machine and selecting ProB.  Triggering events to find invariant violations is not very efficient.  But ProB can perform model checking automatically.  To do so, select \textsf{Model Checking} from the \textsf{Checks} menu from the ``Events'' View (the view on the left).  After optionally adjusting some parameters, the model checking can be triggered by pressing ``Start Consistency Checking".  Upon completion, the result of the check is shown. ProB has many more functions and also supports additional formalisms. Please visit the \href{http://www.stups.uni-duesseldorf.de/ProB}{ProB Website} for more information.
+
+\end{rodin-plugin}
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodintwimg{1.0}{tutorial/tut_03_prob_perspective.png}
+	\caption{The ProB Perspective}
+	\label{fig_tut_prob_perspective}
+\end{center}
+\end{figure}
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodintwimg{1.0}{tutorial/tut_03_prob_invariant_violation.png}
+	\caption{An invariant violation, found by ProB}
+	\label{tut_03_prob_invariant_violation}
+\end{center}
+\end{figure}
+
+
+\subsection{The Final Traffic Light Model}
+\label{tut_final_model}
+
+\pencil{
+\begin{description}
+\MACHINE{mac}
+\VARIABLES
+	\begin{description}
+		\Item{ cars\_go }
+		\Item{ peds\_go }
+	\end{description}
+\INVARIANTS
+	\begin{description}
+		\nItemX{ inv1 }{ cars\_go \in  BOOL }
+		\nItemX{ inv2 }{ peds\_go \in  BOOL }
+		\nItemX{ inv3 }{ \lnot  (cars\_go = TRUE \land  peds\_go = TRUE) }
+	\end{description}
+\EVENTS
+	\INITIALISATION
+		\begin{description}
+		\BeginAct
+			\begin{description}
+			\nItemX{ act1 }{ cars\_go :=  FALSE }
+			\nItemX{ act2 }{ peds\_go :=  FALSE }
+			\end{description}
+		\EndAct
+		\end{description}
+	\EVT {set\_peds\_go}
+		\begin{description}
+		\WhenGrd
+			\begin{description}
+			\nItemX{ grd1 }{ cars\_go = FALSE }
+			\end{description}
+		\ThenAct
+			\begin{description}
+			\nItemX{ act1 }{ peds\_go :=  TRUE }
+			\end{description}
+		\EndAct
+		\end{description}
+	\EVT {set\_peds\_stop}
+		\begin{description}
+		\BeginAct
+			\begin{description}
+			\nItemX{ act1 }{ peds\_go :=  FALSE }
+			\end{description}
+		\EndAct
+		\end{description}
+	\EVT {set\_cars}
+		\begin{description}
+		\AnyPrm
+			\begin{description}
+			\ItemX{ new\_value }
+			\end{description}
+		\WhereGrd
+			\begin{description}
+			\nItemX{ grd1 }{ new\_value \in  BOOL }
+			\nItemX{ grd2 }{ new\_value = TRUE \limp  peds\_go = FALSE }
+			\end{description}
+		\ThenAct
+			\begin{description}
+			\nItemX{ act1 }{ cars\_go :=  new\_value }
+			\end{description}
+		\EndAct
+		\end{description}
+\END
+\end{description}
+}
+
+
+%%% Local Variables: 
+%%% mode: latex
+%%% TeX-master: "rodin-doc"
+%%% End: 
diff --git a/org.rodinp.handbook.feature/latex/tutorial-04.tex b/org.rodinp.handbook.feature/latex/tutorial-04.tex
new file mode 100644
index 0000000000000000000000000000000000000000..985e8d877ac2d5b78dac539c274ac1a40f4cb195
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/tutorial-04.tex
@@ -0,0 +1,201 @@
+\newcommand{\dascii}[1]{\textrm{ASCII: } \texttt{#1}}
+\newcommand{\lascii}[1]{\qquad\quad \textrm{ASCII: } \texttt{#1}}
+\newcommand{\inascii}[1]{(ASCII: \texttt{#1})}
+
+\section{Mathematical notation}
+\label{tut_mathematical_notation}
+\index{mathematical notation}
+\tick{\textbf{Goals:} In order to understand how basic properties of a model can be expressed in Event-B, we need a brief introduction of predicates, terms and data types.}
+In Event-B, we use a mathematical notation to describe the systems we want to model.
+This allows us to be very precise about the model's properties.
+
+\subsection{Predicates}
+\label{tut_predicates}
+\index{predicate}
+In the traffic light example, we have already encountered several predicates: The invariants of a model and the guards of an event. The proof obligations generated by Rodin are also predicates.  A predicate is simply an expression, the value of which is either true or false.
+
+The simplest predicates are $\btrue$ \inascii{true} and $\bfalse$ \inascii{false}.
+We can also assert if arbitrary objects of the same type are equal with $=$ or not equal with $\neq$
+\inascii{/=}.
+Predicates can be combined with the usual logical operators:
+\begin{center}
+  \begin{tabular}{lcc}
+                      & symbol   & ASCII \\
+    \hline
+    conjunction (and) & $\land$  & \texttt{\&} \\
+    disjunction (or)   & $\lor$   & \texttt{or} \\
+    implication       & $\limp$  & \texttt{=>} \\
+    equivalence       & $\leqv$  & \texttt{<=>} \\
+    negation (not)    & $\lnot$  & \texttt{not} \\
+  \end{tabular}
+\end{center}
+We can use \emph{universal quantification} to express a statement that is valid for all possible values
+a variable might have. The universal quantifier is $\forall$ \inascii{!}. For example, in order to show that any given number $x$ greater than zero and multiplied with two is greater than one, we can use the following expression: 
+\[ \forall x \qdot x>0 \limp 2\cdot x > 1 \lascii{!x.\ x>0\ =>\ 2*x\ >\ 1}\]
+When a variable is introduced by a quantifier, the type of the variable must be clear. In this case Rodin can infer that $x$ must be of type integer because the operator $<$ is defined only on integers. Sometimes the type cannot be inferred, e.g., in
+\[ \forall a,b \qdot a\neq b \limp b\neq a \lascii{!a,b.\ a/=b\ =>\ b/=a} \]
+$a$ and $b$ could be integers, Boolean values or some other type.
+In this case, we must make the type of the variables explicit by stating that $a$ and $b$ are elements
+of the appropriate sets. Let's use integers again to correct the previous expression:
+\[ \forall a,b \qdot a\in\intg \land b\in\intg \land a\neq b \limp b\neq a\]
+\[ \dascii{!a,b.\ a:INT \& b:INT \& a/=b => b/=a} \]
+The conjunction operator ($\land$) has a stronger binding that the implication $\limp$, so the above expression is equivalent to
+\[ \forall a,b \qdot (a\in\intg \land b\in\intg \land a\neq b) \limp b\neq a\]
+
+\warning{
+If you are unsure which of the operators bind stronger, we advise you to use parenthesis to avoid mistakes.
+}
+
+\emph{Existential quantification} on the other hand is used to state that there is an object of a certain type fulfilling a given property. The existential quantifier is $\exists$ \inascii{\#}. The following example expression states that there is a Boolean value different from $\True$:
+\[ \exists x \qdot x\in\Bool \land x\neq\True \lascii{\#x.\ x:BOOL\ \&\ x/=TRUE} \]
+As you can see, we again added type information for $x$. We put the type information on the left side of the implication ($\limp$) for the universal quantification , but for existential quantification we add it via a conjunction ($\land$).
+
+\subsection{Data types}
+\label{tut_data_types}
+\index{data type}
+We have seen that each identifier (i.e. a variable, constant or parameter) must have a distinguished type.
+If we can introduce an identifier anywhere, we usually must also add a predicate with which the
+identifier's type can be determined. In the traffic light example, a variable \texttt{cars\_go} was
+introduced and the type was set by an invariant $cars\_go \in \Bool$. In the next section, we'll see that the type of constants is set by axioms (also predicates) and later we'll see that the type for parameters will be determined by using guards (again, predicates).
+
+As a rule, each term in Event-B must have a certain type. 
+When saving a Event-B component, Rodin starts the type checker to ensure that types are correctly used. For example, the terms on both sides of an equality ($=$) must have the same type. If this is not the case, Rodin will generate an error message.
+For each type there exists a set that denotes exactly all elements that belong the type. We will now briefly
+give an overview about all types you might encounter.
+
+\begin{description}
+\item[Integers] 
+\index{integer}
+\index{data type!integer}
+  We have already seen numbers, which are of type integer ($\intg$).
+  Example terms of type $\intg$ are $5$, $x+7$ and $7 \cdot y - 3$.
+\item[Booleans]
+\index{Boolean!as type}
+\index{data type!Boolean} 
+  We have already seen the Boolean type ($\Bool$) in the previous section (\ref{tut_first_machine}).
+  It has exactly two elements, $\Bool = \{\True,$ $\False\}$.
+\item[Carrier sets]
+\index{carrier set} 
+\index{data type!carrier set}
+  A user can introduce a new type by adding its name to the
+  \textsf{Sets} section of a context. We see that in more detail in the next section (\ref{tut_contexts}).
+\item[Sets]
+\index{set!as type}
+  If we have terms of a certain type, we can easily construct sets of that type.
+  E.g. $1$ and $2\cdot x$ denote integers ($\intg$) and $\{1,2\cdot x\}$ is a set of integers ($\pow(\intg)$).
+  $\pow(S)$ \inascii{POW} denotes the power set (the set of all subsets) of $S$.
+\item[Pairs]
+\index{pair} 
+  If we have two terms, we can construct a pair. For example, with $2$ and $\True$, we
+  can construct the pair $2\mapsto\True$ \inascii{2|->TRUE}.
+  The type of that pair is $\intg\cprod\Bool$, where $\cprod$ denotes the Cartesian product.
+  Set of pairs (``relations'') play an important role in modelling languages like Event-B.
+\end{description}
+
+\warning{Please do not confuse predicates and Boolean values!
+  For example, if you want to express the condition ``if the variable $b$ is true, $x$ should be greater than 2'', you \emph{cannot} 
+  write $b \limp x>2$ (That would produce a syntax error). 
+  Instead you have to write $b = \True \limp x>2$.}
+
+In Section \ref{mathematical_notation} the types of each operator in Event-B are described in detail.
+
+\subsection{Operations on Sets}
+\label{tut_operations_on_sets}
+\index{set!operations}
+Let's assume that we have two sets $A$ and $B$ of the same type, e.g. sets of integers.
+Then we can check if an element $e$ is in it with the expression $e\in A$ \inascii{e:A} or 
+on if it is not in $A$ with $e\notin A$ \inascii{e/:A}.
+Expressing that all elements of $A$ are also elements of $B$ (i.e. $A$ is a subset of $B$) can
+be done with the expression $A\subseteq B$ \inascii{A<:B}. The negated form is $A\not\subseteq B$ \inascii{A/<:B}.
+
+We can build the union $A\cup B$, the intersection $A\cap B$ and the set subtraction $A\setminus B$
+(ASCII: \texttt{A\mybackslash{}/B}, \texttt{A/\mybackslash{}B} and \texttt{A\mybackslash{}B}). The
+set subtraction contains all elements that are in $A$ but not in $B$.
+
+The power set $\pow(A)$ \inascii{POW(A)} is the set of all subsets of $A$.
+Thus $B\in\pow(A)$ is equivalent to $B\subseteq A$.
+$\pow_1(A)$ \inascii{POW1(A)} is the set of all non-empty subsets of $A$.
+
+\subsection{Introducing user-defined types}
+\label{tut_user_defined_sets}
+\index{data type!user defined}
+
+We can introduce our own new types simply by giving such types a name.
+This is done by adding the name of the type to the \textsl{SETS} section of a context.
+We will see how this is done in practice in the next section (\ref{tut_contexts}).
+
+For instance, if we want to model different kind of fruits in our model, we might create the set $FRUITS$. Then the identifier $FRUITS$ denotes the set of all elements of this type. Nothing more is known about $FRUITS$ unless we add further axioms. In particular, we do not
+know the cardinality (number of elements) of the set or even if it is finite.
+
+\warning{Assume that we want to model $apples$ and $oranges$ which are sub-sets of $FRUITS$.
+  We do not need to introduce them in the \textsl{SETS} section of a context just because they are sets.
+  Let's imagine such a scenario where $apples$ and $oranges$ are modelled
+  as types of their own (by declaring them in the \textsl{SETS} section).
+  And we have two variables or constants $a$ and $o$ with $a\in apples$ and $o\in oranges$. 
+  Then we cannot compare $a$ and $o$ with $a=o$ or $a\neq o$. That would raise a type error because
+  $=$ and $\neq$ expect the same type for the left and right expression.}
+
+If we want to model sub-sets $apples$ and $oranges$ as described above, we can add them as
+constants and state that $apples \subseteq FRUITS$ and $oranges \subseteq FRUITS$.
+If apples and oranges are all fruits we want to model, we can assume $apples \cup oranges = FRUITS$
+and if no fruit is both an apple and orange we can write $apples \cap oranges = \emptyset$.
+A shorter way to express this is to say that apples and oranges constitute a
+partition of the fruits: $partition(FRUITS,$ $apples,$ $oranges)$. % broke formula for print version
+In general, we can use the partition operator to express that a set $S$ is partitioned by the
+sets $s_1,\ldots,s_n$ with $partition(S,s_1,\ldots,s_n)$.  We use partitions in Section~\ref{tut_modelling_persons}.
+
+Another typical usage for user defined data types are \emph{enumerated sets}.
+These are sets where we know all the elements already. Let's take a system which can be either working or broken.
+We model this by introducing a type $STATUS$ in the \textsl{SETS} section and two constants
+$working$ and $broken$.
+We define that STATUS consists of exactly $working$ and $broken$ by $STATUS = \{working,broken\}$.
+Additionally, we have to say that $working$ and $broken$ are not the same by $working \neq broken$.
+
+If the enumerated sets gets larger, we need to state for every two element of the set that they are
+distinct. Thus, for a set of 10 constants, we'll need $(10^2-10)\div 2 = 45$ predicates.
+Again, we can use the partition operator to express this in a more concise way: 
+\[partition(STATUS,\{working\},\{broken\})\]
+
+\subsection{Relations}
+\label{tut_relations}
+\index{relation}
+Relations are a powerful instrument when modelling systems. From a mathematical point of view, a
+relation is just a set of pairs. Formally, when we have two sets $A$ and $B$, we can specify that
+$r$ is a relation between both by $r \in \pow(A\cprod B)$ \inascii{r:POW(A**B)}.
+Because relations are so common, there is also a symbol to denote a relation, so a shorter way to write the above expression is $r \in A\rel B$ \inascii{r:A<->B}.
+
+With $a\mapsto b\in r$, we can check if two elements $a$ and $b$ are related in respect to $b$.
+
+We use a small example to illustrate relations. Let $A = \{a,b,c,d\}$ and $B=\{1,2,3,4\}$.
+We define the relation $r$ with $r = \{a\mapsto 1, a\mapsto 3, c\mapsto 2, d\mapsto 1\}$.
+The \emph{domain} of $r$ are all elements occurring on the left side $\dom(r) = \{a,c,d\}$ and the
+\emph{range} are all elements on the right $\ran(r)=\{1,2,3\}$.
+
+To find out to which elements the objects of the set $s=\{b,c,d\}$ are related to, we can use the \emph{relational image}:
+$r[s] = r[\{b,c,d\}] = \{1,2\}$.
+Often we want to know to which object a single element $a$ is related. We just write it as a singleton
+set: $r[\{a\}] = \{1,3\}$.
+
+Event-B supports several operators to work with relations (\ref{relations}).
+We will not go into more detail during the course of the tutorial.
+
+An important special case of relations are functions. Functions are relations where each element of the
+domain is uniquely related to one element of the range. Event-B directly supports operators to describe
+partial and total functions, which can be injective, surjective or bijective.
+
+\subsection{Arithmetic}
+\label{tut_arithmetic}
+\index{arithmetic}
+We have the usual operations on integers, $+$, $-$, $\cdot$ and $\div$ (ASCII: \texttt{+}, \texttt{-},
+\texttt{*} and \texttt{/}). They can be compared with the usual equality operators: $<$, $\leq$, $\geq$, $>$ (ASCII: \texttt{<}, \texttt{<=}, \texttt{>=}, \texttt{>}).
+
+$\intg$ \inascii{INT} denotes the set of all integer numbers. $\nat$ and $\nat_1$ (ASCII: \texttt{NAT} and 
+\texttt{NAT1} respectively) are the subsets of natural numbers.
+
+\info{If you specify two variables $x$ and $y$ with $x\in\intg$ and $y\in\nat$, then both are of type
+integer ($\intg$). $\nat$ is not another type. There is just the additional condition $y \geq 0$.}
+
+%%% Local Variables: 
+%%% mode: latex
+%%% TeX-master: "rodin-doc"
+%%% End: 
diff --git a/org.rodinp.handbook.feature/latex/tutorial-05.tex b/org.rodinp.handbook.feature/latex/tutorial-05.tex
new file mode 100644
index 0000000000000000000000000000000000000000..bac5a16dc7a3f869a6694d617ff70f6b82f7c7ce
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/tutorial-05.tex
@@ -0,0 +1,288 @@
+\section{Introducing Contexts}
+\label{tut_contexts}
+\index{context}
+
+\tick{\textbf{Goals:} In this section we introduce contexts that apply to the theoretical concepts that were introduced in the previous section (\ref{tut_mathematical_notation}). We will create a very simple model consisting of just one context file.
+}
+
+In this tutorial, we will create a model of the well known Agatha puzzle. 
+We use this instead of the already introduced traffic light example because it provides us
+ with more possibilities to apply Event-B's logic and to use operations on relations.
+Here is a brief description of the puzzle:
+
+\textit{Someone in Dreadsbury Mansion killed Aunt Agatha. Agatha, the butler, and Charles live in Dreadsbury Mansion and are the only ones to live there. A killer always hates, and is no richer than his victim. Charles hates no one that Agatha hates. Agatha hates everybody except the butler. The butler hates everyone not richer than Aunt Agatha. The butler hates everyone whom Agatha hates. No one hates everyone. Who killed Agatha?}
+
+Contexts are used to model static properties of a model, things that do not change over time. Whereas with machines we model the dynamic properties like the traffic light above.
+The objective of this section is to get familiar with contexts by modelling the Agatha puzzle.
+
+\subsection{Create a Context}
+\label{tut_create_context}
+\index{context!creation of}
+
+Create a new Event-B Project \textsf{File $\rangle$ New $\rangle$ Event-B Project}. Give the project the name \texttt{tutorial-05}. 
+
+Next, create a new Event-B Component. The process for creating a context is similar to the process for creating a machine (\ref{tut_first_machine}), but this time use \texttt{agatha} as the component name and select the \textsf{Context} (\ref{context}) option in order to create a Context file instead of a Machine (\ref{machine}) file.
+
+%\begin{figure}[h!t]
+%\begin{center}
+%	\includerodinimg{tutorial/tut_05_agatha1.png}
+%	\caption{New Event-B Component Wizard}
+%	\label{fig_tut_05_new_component}
+%\end{center}
+%\end{figure}
+
+Click the \textsf{Finish} button. Rodin should start the editor with the created Context file (see Figure \ref{fig_tut_05_context_file}). 
+
+\begin{figure}[h!t]
+\begin{center}
+	\includerodintwimg{1.0}{tutorial/tut_05_agatha2_neweditor.png}
+	\caption{Context file opened with Rodin Editor}
+	\label{fig_tut_05_context_file}
+\end{center}
+\end{figure}
+
+
+\subsection{Populate the Context}
+\label{tut_populate_context}
+
+In this section we model the Agatha puzzle step by step.
+
+\subsubsection{Modelling the Persons}
+\label{tut_modelling_persons}
+
+We have three persons in the Agatha puzzle: Agatha herself, the butler and Charles. We model the three persons as constants (one constant for each person) in the corresponding \textsf{CONSTANTS} section:
+
+\pencil{
+\begin{description}
+\CONSTANTS
+	\begin{description}
+		\Item{ Agatha }
+		\Item{ butler }
+		\Item{ Charles }
+	\end{description}
+\end{description}
+}
+
+These constants or persons respectively are part of a set:
+
+\pencil{
+\begin{description}
+\SETS
+	\begin{description}
+		\Item{ persons }
+	\end{description}
+\end{description}
+}
+
+Now the constants themselves are not very useful since they have no type (after creating the constants, they will be highlighted in red, which indicates a problem). The semantics of the sets (\ref{sets}) and constants (\ref{constants_and_axioms}) are specified in the axioms (\ref{constants_and_axioms}). As already mentioned above the persons are part of the set \texttt{persons}. We model this by creating a partition (\ref{partition}) in the \textsf{AXIOMS} section: 
+
+\pencil{
+\begin{description}
+\AXIOMS
+	\begin{description}
+		\nItemX{ person\_partition }{ \\ partition(persons, \{ Agatha\} , \{ butler\} , \{ Charles\} ) }
+	\end{description}
+\end{description}
+}
+
+\warning{Please note the curly braces \{\} around the constants.  It's very easy to forget these, but if they are missing, typing errors are created which are very hard to interpret for a novice.
+}
+
+\index{wizard!New Enumerated Set Wizard}
+\info{The \textsf{New Enumerated Set Wizard} (\ref{enumerated_set_wizard}) allows you to create the constants, the set and the axiom automatically at the same time. To access this wizard, click on the \textsf{New Enumerated Set Wizard} tool bar item or find it under \textsf{ Event-B $\rangle$ New Enumerated Set Wizard}. This will bring up a wizard into which we can enter the name of the set and the constants in the corresponding text fields. The wizard will create the enumerated set, the constants and the axiom automatically.}
+
+\subsubsection{Modelling the Relations ``Persons who hate each other'' and ``Who's how rich''}
+
+We create two more constants \texttt{hates} and \texttt{richer} to model the relations ``Persons who hate each other'' and ``Who's how rich''. The relations are abstract, which means that they say nothing about the concrete persons (Agatha, the butler and Charles). We define the concrete relationships between the persons later in this section.
+
+The first constant \texttt{hates} is an arbitrary relation (\ref{relations}) between \texttt{persons}: 
+
+\pencil{
+\begin{description}
+\AXIOMS
+	\begin{description}
+		\nItemX{ hate\_relation }{ hates \in  persons \rel  persons }
+	\end{description}
+\end{description}
+}
+
+The second constant \texttt{richer} is also a relation between \texttt{persons}:
+
+\pencil{
+\begin{description}
+\AXIOMS
+	\begin{description}
+		\nItemX{ richer\_relation1 }{ richer \in  persons \rel  persons }
+	\end{description}
+\end{description}
+}
+
+However, we know that the relation is irreflexive (no person is richer than itself):
+
+\pencil{
+\begin{description}
+\AXIOMS
+	\begin{description}
+		\nItemX{ richer\_relation2 }{ richer \binter  id = \emptyset }
+	\end{description}
+\end{description}
+}
+
+In addition, we know that the relation is transitive:
+
+\pencil{
+\begin{description}
+\AXIOMS
+	\begin{description}
+		\nItemX{ richer\_relation3 }{ (\forall  x,y,z \qdot  ( x\mapsto y\in richer \land  y\mapsto z\in richer) \limp  x\mapsto z\in richer) }
+	\end{description}
+\end{description}
+}
+
+Finally, the relation is trichotomous (one person is always richer than the other or vice versa, never both directions):
+
+\pencil{
+\begin{description}
+\AXIOMS
+	\begin{description}
+		\nItemX{ richer\_relation4 }{ (\forall  x,y \qdot x\in persons \land  y\in persons \land  x\neq y \limp  (x\mapsto y\in richer \leqv  y\mapsto  x \notin  richer)) }
+	\end{description}
+\end{description}
+}
+
+\subsubsection{Modelling the ``Crime''}
+
+Since the objective of the puzzle is to find the killer, we have to create a new constant \texttt{killer} which is an element of \texttt{persons}:
+
+\pencil{
+\begin{description}
+\CONSTANTS
+	\begin{description}
+		\Item{ killer }
+	\end{description}
+\AXIOMS
+	\begin{description}
+		\nItemX{ killer\_type }{ killer \in  persons }
+	\end{description}
+\end{description}
+}
+
+In addition, the puzzle has some more relationships between the different persons which are all modelled as axioms. We know that the killer hates his victim and is no richer than his victim:
+
+\pencil{
+\begin{description}
+\AXIOMS
+	\begin{description}
+		\nItemX{ killer\_hates }{ killer \mapsto  Agatha \in  hates }
+		\nItemX{ killer\_not\_richer }{ killer \mapsto  Agatha \notin  richer }
+	\end{description}
+\end{description}
+}
+
+Charles hates no one that Agatha hates and Agatha hates everybody except the butler:
+
+\pencil{
+\begin{description}
+\AXIOMS
+	\begin{description}
+		\nItemX{ charles\_hates }{ hates[\{ Agatha\} ] \binter  hates[\{ Charles\} ] = \emptyset  }
+		\nItemX{ agatha\_hates }{ hates[\{ Agatha\} ] = persons \setminus  \{ butler\}  }
+	\end{description}
+\end{description}
+}
+
+The butler hates everyone not richer than aunt Agatha and the butler hates everyone whom Agatha hates. However, no one hates everyone:
+
+\pencil{
+\begin{description}
+  \AXIOMS
+	\begin{description}
+		\nItemX{ butler\_hates\_1 }{ \forall x\qdot ( x\mapsto Agatha \notin  richer \limp  butler\mapsto x \in  hates) }
+		\nItemX{ butler\_hates\_2 }{ hates[\{ Agatha\} ] \subseteq  hates[\{ butler\} ] }
+		\nItemX{ noone\_hates\_everyone }{ \forall  x \qdot  x \in  persons \limp  hates[\{ x\} ] \neq  persons }
+	\end{description}
+\end{description}
+}
+
+Finally, we have to model the solution:
+
+\pencil{
+\begin{description}
+\AXIOMS
+	\begin{description}
+		\nItemX{ solution }{ killer = Agatha }
+	\end{description}
+\end{description}
+}
+
+All axioms are set to ``not theorem'' when they are created. But we need the solution to be a theorem so that we can prove that it is valid. In order to do this, click on \textsf{not theorem} shown to the right of the axiom \textsf{solution}. This box will automatically change to \textsf{theorem}, and you will have set the axiom as a theorem as shown in Figure \ref{fig_tut_05_mark_theorem}.
+
+\begin{figure}[h!t]
+\begin{center}
+	\includerodinimg{tutorial/tut_05_agatha3_neweditor.png}
+	\caption{Mark an Axiom as Theorem}
+	\label{fig_tut_05_mark_theorem}
+\end{center}
+\end{figure}
+
+\info{Theorems describe properties that are expected to be able to be derived from the axioms.  Therefore, to prove a theorem you only use axioms and theorems that have already been proven.}
+
+The introduced theorem still has to be proven.
+Thus Rodin generates a proof obligation called \eventbpo{solution/THM}.
+However, at this point of the tutorial we do not want to go into more detail about proving yet.
+
+\index{ProB}
+\begin{rodin-plugin}{prob.png}{ProB}%
+  You can use ProB to animate contexts, too. Just right-click on the context in the explorer and select \textsf{Start Animation / Model Checking}. If ProB finds solutions for the specified constants that fulfil the axioms, an event ``\texttt{SETUP\_CONTEXT}'' is enabled that assigns values to the constants. In our example, ProB should find a solution where Agatha is the murderer. You can actually inspect the axioms and the theorem in the state view to see why they are fulfilled.
+\end{rodin-plugin}
+
+This concludes the tutorial about contexts. The following section shows the complete Context.
+
+\subsection{The Final Context} 
+\label{tut_final_context}
+
+\begin{description}
+\CONTEXT{agatha}
+\SETS
+	\begin{description}
+		\Item{ persons }
+	\end{description}
+\CONSTANTS
+	\begin{description}
+		\Item{ Agatha }
+		\Item{ butler }
+		\Item{ Charles }
+		\Item{ hates }
+		\Item{ richer }
+		\Item{ killer }
+	\end{description}
+\AXIOMS
+	\begin{description}
+		\nItemX{ person\_partition }{ partition(persons, \{ Agatha\} , \{ butler\} , \{ Charles\} ) }
+		\nItemX{ hate\_relation }{ hates \in  persons \rel  persons }
+		\nItemX{ richer\_relation }{ richer \in  persons \rel  persons \land 
+		\\\hspace*{2.5 cm}  richer \binter  id = \emptyset  \land 
+		\\\hspace*{2.5 cm}  (\forall  x,y,z \qdot  ( x\mapsto y\in richer \land  y\mapsto z\in richer) 
+		\\\hspace*{3.2 cm}\limp  x\mapsto z\in richer) \land 
+		\\\hspace*{2.5 cm}  (\forall  x,y \qdot x\in persons \land  y\in persons \land  x\neq y 
+		\\\hspace*{3.2 cm}\limp  (x\mapsto y\in richer \leqv  y\mapsto x \notin  richer)) }
+		\nItemX{ killer\_type }{ killer \in  persons }
+		\nItemX{ killer\_hates }{ killer \mapsto  Agatha \in  hates }
+		\nItemX{ killer\_not\_richer }{ killer \mapsto  Agatha \notin  richer }
+		\nItemX{ charles\_hates }{ hates[\{ Agatha\} ] \binter  hates[\{ Charles\} ] = \emptyset  }
+		\nItemX{ agatha\_hates }{ hates[\{ Agatha\} ] = persons \setminus  \{ butler\}  }
+		\nItemX{ butler\_hates\_1 }{ \forall x\qdot ( x\mapsto Agatha \notin  richer 
+          \\\hspace*{3.5 cm}\limp  butler\mapsto x \in  hates) }
+		\nItemX{ butler\_hates\_2 }{ hates[\{ Agatha\} ] \subseteq  hates[\{ butler\} ] \land 
+		\\\hspace*{3,2 cm}  (\forall  x\qdot  x\in persons \limp  hates[\{ x\} ] \neq  persons) }
+		\nItemX{ noone\_hates\_everyone }{ \forall  x \qdot  x \in  persons \land  hates[\{ x\} ] \neq  persons }
+		\nItemX{ solution }  { \fbox{theorem} ~ killer = Agatha }
+	\end{description}
+\END
+\end{description}
+
+
+%%% Local Variables: 
+%%% mode: latex
+%%% TeX-master: "rodin-doc"
+%%% End: 
diff --git a/org.rodinp.handbook.feature/latex/tutorial-06.tex b/org.rodinp.handbook.feature/latex/tutorial-06.tex
new file mode 100644
index 0000000000000000000000000000000000000000..68806f2b25bece1c5465a7c51f0b272774a7a70e
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/tutorial-06.tex
@@ -0,0 +1,218 @@
+\section{Event-B Concepts}
+\label{tut_eventb_concepts}
+
+\tick{\textbf{Goals:} This section is an overview of the fundamental concepts
+  of Event-B.}
+
+In Event-B we have two kind of components.
+A \emph{context} describes the static elements of a model. A \emph{machine} describes the dynamic behavior of a model. We have already used a machine to model the traffic light problem in Section \ref{tut_first_machine}. In the last section (\ref{tut_contexts}), we used a context to model the Agatha problem.
+
+\subsection{Contexts}
+\label{tut_concepts_contexts}
+\index{context}
+
+A context has the following components:
+\begin{description}
+\item[Sets]
+\index{set}
+  User-defined types can be declared in the \textsl{SETS} section
+  (see Section \ref{sets} for more information).
+\item[Constants]
+\index{constant}
+  We can declare constants here. The type of each constant must be declared in the axiom section.
+\item[Axioms] The axiom section contains a list of predicates (called axioms).
+\index{axiom}
+  These axioms define rules that will always be the case for given elements of the context. These rules can then be taken for granted when developing a model.
+  The axioms can be used later in proofs that for components that
+  use (``\emph{see}'') this context.
+  Each axiom has a label attached to it.
+\item[Theorems]
+\index{theorem} 
+  Axioms can be marked as \emph{theorems}. If this is the case, we are declaring that
+  the predicate can be proved by using the axioms that have been written 
+  before this theorem.
+  Once they have been proven, theorems can be used later in proofs just like the other axioms.
+\item[Extends]
+\index{extends}
+  A context may extend an arbitrary number of other contexts.
+  When we extend another context $A$, we can then use all constants and axioms declared in $A$ and also add new constants
+  and axioms.
+\end{description}
+\index{proving!proof obligation}
+Rodin automatically generates \emph{proof obligations} (often abbreviated as PO) for properties that need to be proven. Each proof obligation has a name that identifies where the proof obligation was generated.
+There are two kind of proof obligations generated in a context:
+\begin{itemize}
+  \item Each theorem must be proven. The proof obligation's name has the form 
+    \eventbpo{label/THM}, where \eventbpo{label} is the theorem's label.
+  \item Some expressions are not obviously \emph{well-defined}. For example, the axiom $x \div y > 2$ is only meaningful if $y$ is different from 0.
+    Thus Rodin generates the proof obligation $y\neq 0$.
+    A proof obligation for proving than an expression is well-defined has the name \eventbpo{label/WD}.
+\end{itemize}
+The order of the axioms and theorems matter because the proof of a theorem or the degree to which an expression is well-defined may depend on the axioms and theorems that have already been written. This is necessary to avoid circular reasoning.
+
+
+\subsection{Machines}
+\label{tut_machines}
+\index{machine}
+
+A machine describes the dynamic behavior of a model by means of
+variables whose values are changed by events.
+A central aspect of modelling a machine is to prove that the machine
+never reaches an invalid state, i.e. the variables always have values
+that satisfy the invariants.
+Here is a brief summary of the part that a machine contains:
+
+\begin{description}
+\item[Refines] \index{refines} A machine has the option of refining another one.
+  We will see in Section \ref{tut_refinement} what that means.
+\item[Sees] \index{sees} We can use the context's sets, constants and axioms  in
+  a machine by declaring it in the \textsl{Sees} section.
+  The axioms can be used in every proof in the machine as hypotheses.
+\item[Variables] \index{variable}
+  The variables' values are determined by an initialisation event and
+  can be changed by events. This constitutes the state of the machine. The type of each variable must be declared in the invariant section.
+\item[Invariants] \index{invariant}
+  These are predicates that should be true for every reachable state.
+  Each invariant has a label.
+\item[Events] \index{event}
+  An event can assign new values to variables.
+  The \emph{guards} of an event specify the conditions under which it can be executed.
+  The initialisation of the machine is a special case of an event.
+\end{description}
+
+\subsection{Events}
+\label{tut_events}
+\index{event}
+
+We saw in Section \ref{tut_first_machine} what an event basically looks like by using the example of a traffic light:
+\begin{description}
+	\EVT {set\_cars}
+		\begin{description}
+		\AnyPrm
+			\begin{description}
+			\ItemX{ new\_value }
+			\end{description}
+		\WhereGrd
+			\begin{description}
+			\nItemX{ grd1 }{ new\_value \in  BOOL }
+			\end{description}
+		\ThenAct
+			\begin{description}
+			\nItemX{ act1 }{ cars\_go :=  new\_value }
+			\end{description}
+		\EndAct
+		\end{description}
+\end{description}
+We have the event's name $set\_cars$, a \emph{parameter} with the name $new\_value$,
+a \emph{guard} with label grd1 and an \emph{action} with label act1.
+An event can have an arbitrary number of parameters, guards and events.
+
+The guards specify \emph{when} an event is allowed to occur, i.e. the event can only be executed if the values of the machine's variables and parameters match the values listed in the guard. If this is the case, we say that the event is enabled.
+The actions describe \emph{what} changes will then be applied to the variables.
+
+Only the variables that are explicitly mentioned in the actions are affected.
+All the other variables keep their old values. Beside the simple assignment ($\bcmeq$),
+there are other forms of actions ($\bcmin$ or $\bcmsuch$) which are explained in
+Section \ref{actions}.
+
+\index{initialisation}
+The \emph{initialisation} of the machine is a special form of event. It has neither parameters
+nor guards.
+
+Invariants must always be valid. To verify this, we must prove two things:
+\begin{itemize}
+  \item The initialisation leads to a state where the invariant is valid.
+  \item Assuming that the machine is in a state where the invariant is valid,
+    every enabled event leads to a state where the invariant is valid.
+\end{itemize}
+
+Rodin generates proof obligations for every invariant that can be affected by an event, i.e. the invariant contains variables that can be changed by an event.
+The name of the proof obligation is then \\ \eventbpo{event\_name/invariant\_label/INV}.
+The goal of such a proof is to assert that when all affected variables are replaced by new values from the actions, the invariant still holds. The hypotheses for such a proof obligation consist of:
+
+\begin{itemize}
+
+\item All invariants, because we assume that all invariants hold before the event is triggered,
+\item All guards, because events can only be triggered when the guards are valid.
+\end{itemize}
+
+In the special case of an initialisation event, we cannot use the invariants because we do not make any assumptions about uninitialized machines.
+
+\subsection{Refinement}
+\label{tut_refinement}
+\index{refinement}
+Refinement is a central concept in Event-B. Refinements are used to gradually
+introduce the details and complexity into a model.
+If a machine \texttt{B} refines a machine \texttt{A}, \texttt{B} can only behave in a way that
+corresponds to the behavior of \texttt{A}. We will now look into more detail of what ``corresponds''
+here means.
+In such a setting, we call \texttt{A} the abstract and \texttt{B} the concrete machine.
+
+This is just overview over the concept of refinement. Later in Section \ref{tut_expanding_traffic_light_system}
+we will use refinement in an example.
+
+The concrete machine has its own set of variables. Its invariants can refer to
+the variables of the concrete and the abstract machine. If a invariant refers to both,
+we call it a ``gluing invariant''. The gluing invariants are
+used to relate the states between the concrete and abstract machines.
+
+An event of the abstract machine may be refined by one or several events of the concrete machine.
+To ensure that the concrete machine does only what is allowed to do by the abstract one, we must prove two things:
+\begin{itemize}
+\item The concrete events can only occur when the abstract one occurs.
+\item If a concrete event occurs, the abstract event can occur in such a way that the resulting
+  states correspond again, i.e. the gluing invariant remains true.
+\end{itemize}
+
+The first condition is called ``guard strengthening''. The resulting proof obligation has the label
+\eventbpo{concrete\_event/abstract\_guard/GRD}. We have to prove that under the assumption that the
+concrete event is enabled (i.e. its guard are true) and the invariants (both the abstract and the concrete) 
+hold, the abstract guards holds as well. Thus the goal is to prove that the abstract guard, the invariants and the
+concrete guards can be used as hypotheses in the proof.
+
+The second condition, that the gluing invariant remains true, is just a more general case of the proof obligation which ensures 
+that an event does not violate the invariant. So the proof obligation's label is again 
+\eventbpo{con\-crete\_event/con\-crete\_invariant/INV}.
+The goal is to prove that the invariant of the concrete machine is valid when each occurrence of a modified variable is replaced by its new value.
+The hypotheses we use are:
+\begin{itemize}
+\item We assume that the invariant of both the concrete and abstract machines were valid before the event occurred.
+\item The abstract invariants where the modified variables are replaced by their new values are valid because we know that the abstract event does not violate any invariants.
+\item The event occurs only when the guards of both the concrete and abstract machines are true.
+\end{itemize}
+
+These two conditions are the central issues that we need to deal with to prove the correctness of a refinement. We now just explain a few
+common special cases.
+
+\subsubsection{Variable re-use}
+\label{tut_variable_reuse}
+Most of the time, we do not want to replace all variables with new ones. It is sometimes useful to keep all of the variables.
+We can do this just by repeating the names of the abstract variables in the variable section of the concrete
+machine. In that case, we must prove for each concrete event that changes this variable that the corresponding 
+abstract event updates the variable in the same way.
+The proof obligation has the name \eventbpo{concrete\_event/abstract\_action/SIM}.
+
+\subsubsection{Introducing new events}
+\label{tut_skip}
+An event in the concrete machine might not refine any event in the abstract machine. In that case it is assumed
+to refine \emph{skip}, which is the event that does nothing and can occur any time. 
+The guard strengthening is then true and doesn't need to be proven.
+We still have to prove that the gluing invariant holds but this time under the assumption that the abstract machine's
+variables have not changed. Therefore, the new state of our newly introduced event corresponds to the same state of
+our abstract machine from before the event happened.
+
+\subsubsection{Witnesses}
+\label{tut_witnesses}
+\index{witness}
+Let's consider a situation where we have an abstract event with a parameter $p$ and we are dealing with a refined event that no longer needs that parameter.
+We saw above that we have to prove that for each concrete event the abstract event may act accordingly.
+With the parameter, however, we now have the situation in which we must prove the existence of a value for $p$ such
+that an abstract event exists. Proofs with existential quantification are often hard to do, so Event-b 
+uses the a \emph{witness} construct. A witness is just a predicate of the abstract parameter with the
+name of the variable as label. Often a witness has just the simple form $p = \ldots$, where $\ldots$ represents an expression that maps to $p$.  How this works in practice is shown in Section~\ref{tut_extend_traffic_witnesses}.
+
+
+%%% Local Variables: 
+%%% mode: latex
+%%% TeX-master: "rodin-doc"
+%%% End: 
diff --git a/org.rodinp.handbook.feature/latex/tutorial-07.tex b/org.rodinp.handbook.feature/latex/tutorial-07.tex
new file mode 100644
index 0000000000000000000000000000000000000000..33c7b0b033dcbaef59b5975bc4560d7e5b31e961
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/tutorial-07.tex
@@ -0,0 +1,508 @@
+\section[Contexts and Refinement]{Expanding the Traffic Light System:\\ Contexts and Refinement}
+\label{tut_expanding_traffic_light_system}
+
+\tick{\textbf{Goals:} We apply what we learned in the previous section by introducing a context with traffic light colours and a refinement to integrate them. We will also introduce another refinement for the push buttons.}
+
+\subsection{Data Refinement}
+\label{tut_data_refinement}
+
+We will continue the example from Section~\ref{tut_first_machine}, where we built a simplified model of a traffic light controller.  The model was simplified because we abstracted the traffic lights to TRUE and FALSE and a number of features were still missing.
+
+We will introduce data refinement in this section.  The objective is to create a mapping between the abstract traffic light values and actual colours. Figure \ref{fig_tut_07_tl_colours} depicts our mapping for the traffic light.
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodintwimg{0.7}{tutorial/tl-colors.png}
+	\caption{Mapping between Abstract and Concrete Events}
+	\label{fig_tut_07_tl_colours}
+\end{center}
+\end{figure}
+
+For simplicity, the traffic light for pedestrians consists of only two lights: red and green.
+
+We break this problem into two steps:
+
+\begin{enumerate}
+	\item Create a context with the data structures for the colours.
+	\item Create a refinement of the existing model that sees the new context and refines the boolean states into colours.
+\end{enumerate}
+
+\subsection{A Context with Colours}
+\label{tut_context_with_colors}
+
+Start by creating a context called \texttt{ctx1}, as described in Section~\ref{tut_contexts}.
+We model the colours of the traffic light as a so-called ``enumerated set'' (\ref{sets}): 
+We explicitly specify all elements (the three colours) of a new user-defined data type.
+We define the constants:
+\pencil{
+\begin{description}
+\CONSTANTS
+	\begin{description}
+		\Item{ red }
+		\Item{ yellow }
+		\Item{ green }
+	\end{description}
+\end{description}
+}
+We introduce the new data type as a set:
+\pencil{
+\begin{description}
+\SETS
+	\begin{description}
+		\Item{ COLOURS }
+	\end{description}
+\end{description}
+}
+And last, we need to provide typing of the constants.  We do this by creating a partition (\ref{partition}):
+\pencil{
+\begin{description}
+\AXIOMS
+	\begin{description}
+		\nItemX{ type }{ partition(COLOURS, \{ red\} , \{ yellow\} , \{ green\} ) }
+	\end{description}
+\end{description}
+}
+
+\warning{Please note the curly braces \{\} around the colours.  It's very easy to forget these, but if they are missing, typing errors will be displayed that are very hard for a novice to interpret.
+}
+
+This completes the context.
+
+\subsection{The Actual Data Refinement}
+\label{tut_actual_data_refinement}
+
+The easiest way to create a refinement is by right-clicking on the machine in the project browser and selecting \textsf{Refine} (in this case, we will be refining the machine \textsf{mac} from the project \textsf{tutorial-3}).  This will create a ``stub'' consisting of all variables and events. Please use this method to create a machine with name \texttt{mac1}.
+
+When you have refined a machine, the Rodin Editor will show you all the elements of the abstracted machine, but the inherited actions will be shown in grey. This means that you can add actions to the event, but you cannot edit the actions that are already there.
+
+%\warning{In refinements, the \textsf{Edit} View of the Editor hides some information from the abstract machine by default.  This can be particularly important when you modify a refined event.  The \textsf{Pretty Print} View shows all the element with elements from the abstract machine in \textit{italics}.}
+
+
+
+\warning{For this tutorial, make sure that you right-click on the machine and select refine from the drop-down menu. If you have created a machine the normal way and later edited the refines section, the tutorial will assume that you have events (e.g. \textsf{set\_peds\_go}) and variables that you do not have.  }
+
+First we have to make the machine aware of the context by adding a \textsf{sees} (\ref{seeing_a_context}) statement. To do this, place your cursor to the left of the small green arrow (\icon{rodin/structured_arrow.png}) next to your machine name \textsf{mac1}. Right click and select \textsf{Add Child $\rangle$ Event-B Sees Context Relationship}. A \textsf{SEES} heading will appear with the value \textsf{--undefined--}. Place your cursor over the undefined section and click. A small box listing all of the contexts in the project will pop up. Select \textsf{ctx1}:
+
+\pencil{
+\begin{description}
+\MACHINE{mac1}
+\REFINES{mac}
+\SEES{ctx1}
+\end{description}
+}
+
+We will start with the traffic lights for the pedestrians. It has only two colours (red and green) and only one of them is shown at a time.  We introduce a new variable called \textsf{peds\_colour} to represent which of the lights is shown. The variable has a corresponding invariant and initialisation (the changes are shown in the following code snippet). The \textit{extended}	keyword in the initialisation means that all
+actions from the refined initialisation are copied:
+
+\pencil{
+\begin{description}
+\VARIABLES
+	\begin{description}
+		\Item{ peds\_colour }
+	\end{description}
+\INVARIANTS
+	\begin{description}
+		\nItemX{ inv4 }{ peds\_colour \in  \{  red, green \}  }
+	\end{description}
+\EVENTS
+	\INITIALISATION
+		\\\textit{extended}		
+		\begin{description}
+		\BeginAct
+			\begin{description}	
+			\nItemX{ init4 }{ peds\_colour :=  red }
+			\end{description}
+		\EndAct
+		\end{description}
+\END
+\end{description}
+}
+
+\index{gluing invariant}
+Next, we will create a gluing invariant (\ref{abstract_machine}) that associates \textsf{peds\_go} from the abstract machine with the variable \textsf{peds\_colour} that we just created.  The gluing invariant will map \textsf{TRUE} to \textsf{green} and \textsf{FALSE} to \textsf{red}:
+
+\pencil{
+\begin{description}
+\INVARIANTS
+	\begin{description}
+		\nItemX{ gluing }{ peds\_go = TRUE \leqv  peds\_colour = green }
+	\end{description}
+\end{description}
+}
+
+In its current state, this gluing invariant can be violated: if the event \textsf{set\_peds\_go} is triggered, for instance, the variable \textsf{peds\_go} will change but \textsf{peds\_\-colour} will not.  We expect that this will result in undischarged proof obligations (\ref{generated_proof_obligations}).  We can check this by expanding the machine in the Event-B Explorer.  Indeed, we now see two undischarged proof obligations (compare with Figure \ref{fig_tut_07_undischarged}).
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodinimg{tutorial/undischarged1.png}
+	\caption{Mapping between Abstract and Concrete Events}
+	\label{fig_tut_07_undischarged}
+\end{center}
+\end{figure}
+
+To fix this, we have to modify the two events in question.  Let's start with \textsf{set\_peds\_go}.  First, we change the event from extended to not extended in the Editor by placing our cursor over the keyword \textsf{extended} and clicking. This is shown in Figure \ref{fig_tut_07_event_refinement}.
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodinimg{tutorial/tut_07_event_refinement.png}
+	\caption{Switch from extended to not extended}
+	\label{fig_tut_07_event_refinement}
+\end{center}
+\end{figure}
+
+This change will copy the guard and action from the abstract machine, so that we can modify it.  We can now replace the action with the corresponding action regarding \textsf{peds\_colour} (replacing \textsf{peds\_go := true} with \textsf{peds\_colour := green}).  While we are at it, we can also rename the name of the event to something more fitting (e.g. \textsf{set\_peds\_green}).
+
+Next, we perform the corresponding change on \textsf{set\_peds\_stop} (change the action to \textsf{peds\_\-colour := red} and rename the event \textsf{set\_peds\_red}). Lastly, the event \textsf{set\_cars} also contains a reference to \textsf{peds\_go} that must be replaced (in the second guard, replace \textsf{peds\_go = FALSE} with \textsf{peds\_colour = red}).
+
+Once all references to \textsf{peds\_go} have been replace, we can remove the variable \textsf{peds\_go} from the \textsf{VARIABLES} section. You will also need to change the \textsf{INITIALISATION} event to \textsf{not extended} and remove the action which initialises the variable \textsf{peds\_go}. Now you shouldn't have any errors or warnings, and all proof obligations should be discharged.
+
+\warning{If you get the error message ``Identifier peds\_go has not been declared'', then there are references to the refined variable left somewhere in the model.  %It can be helpful to use the \textsf{Pretty Print} view, as it will show the ``inherited'' elements from the abstract machine as well.
+}
+
+%\ifinprint\pagebreak\fi %TODO: remove this
+\subsection{The refined machine with data refinement for peds\_go}
+\label{tut_refined_machine}
+
+\pencil{
+\begin{description}
+\MACHINE{mac1}
+\REFINES{mac}
+\SEES{ctx1}
+\VARIABLES
+	\begin{description}
+		\Item{ cars\_go }
+		\Item{ peds\_colour }
+	\end{description}
+\INVARIANTS
+	\begin{description}
+		\nItemX{ inv4 }{ peds\_colour \in  \{  red, green \}  }
+		\nItemX{ gluing }{ peds\_go = TRUE \leqv  peds\_colour = green }
+	\end{description}
+\EVENTS
+	\INITIALISATION
+		\begin{description}
+		\BeginAct
+			\begin{description}
+			\nItemX{ act1 }{ cars\_go :=  FALSE }
+			\nItemX{ init4 }{ peds\_colour :=  red }
+			\end{description}
+		\EndAct
+		\end{description}
+	\EVT {set\_peds\_green}
+	\REF {set\_peds\_go}
+		\begin{description}
+		\WhenGrd
+			\begin{description}
+			\nItemX{ grd1 }{ cars\_go = FALSE }
+			\end{description}
+		\ThenAct
+			\begin{description}
+			\nItemX{ act2 }{ peds\_colour :=  green }
+			\end{description}
+		\EndAct
+		\end{description}
+	\EVT {set\_peds\_red}
+	\REF {set\_peds\_stop}
+		\begin{description}
+		\BeginAct
+			\begin{description}
+			\nItemX{ act1 }{ peds\_colour :=  red }
+			\end{description}
+		\EndAct
+		\end{description}
+	\EVT {set\_cars}
+	\REF {set\_cars}
+		\begin{description}
+		\AnyPrm
+			\begin{description}
+			\ItemX{ new\_value }
+			\end{description}
+		\WhereGrd
+			\begin{description}
+			\nItemX{ grd1 }{ new\_value \in  BOOL }
+			\nItemX{ grd2 }{ new\_value = TRUE \limp  peds\_colour = red }
+			\end{description}
+		\ThenAct
+			\begin{description}
+			\nItemX{ act1 }{ cars\_go :=  new\_value }
+			\end{description}
+		\EndAct
+		\end{description}
+\END
+\end{description}
+}
+
+\subsection{Witnesses}
+\label{tut_extend_traffic_witnesses}
+\index{witness}
+
+The refinement of \textsf{set\_cars} is more difficult since the event uses a parameter (the new value for \textsf{cars\_go}).  In order to refine it, we need a witness (\ref{witness}).
+
+A witness is to an event's parameter what a gluing invariant is to a variable: it is a mapping between the abstract parameter and the new parameter and allows the abstract parameter to disappear.  In this example, the abstract parameter \textsf{new\_value} is of type \textsf{BOOL}, and we introduce a new parameter \textsf{new\_value\_colours} of type \textsf{COLOURS}.
+
+\warning{The naming of a witnesses' label is extremely important. It must be the name of the abstract parameter.  In our example, the label must be \textsf{new\_value}}
+
+Let's get started.  We first provide the new variable, gluing invariant, typing invariant and initialisation as we have done before (at this point you can also rename the gluing invariant from the last section as \textsf{gluing\_peds} in order to be able to determine between the two gluing invariants).  Note that the traffic light for the cars can show more than one colour at a time.  Therefore, the variable contains a set of colours instead of just one colour (as modelled for \textsf{peds\_colour}):
+
+\pencil{
+\begin{description}
+\VARIABLES
+	\begin{description}
+		\Item{ cars\_colours }
+	\end{description}
+\INVARIANTS
+	\begin{description}
+		\nItemX{ inv5 }{ cars\_colours \subseteq  COLOURS }
+		\nItemX{ gluing\_cars }{ cars\_go = TRUE \leqv  green \in  cars\_colours }
+	\end{description}
+\EVENTS
+	\INITIALISATION
+		\begin{description}
+		\BeginAct
+			\begin{description}
+			\nItemX{ init5 }{ cars\_colours :=  \{  red \}  }
+			\end{description}
+		\EndAct
+		\end{description}
+	\END
+\end{description}
+}
+
+We also have to modify the guard on \textsf{set\_peds\_green}, which is something that you should now be able to figure out yourself (just replace \textsf{cars\_go = FALSE} with \textsf{green} $\notin$ \textsf{cars\_colours}).
+
+The interesting piece is the last event, \textsf{set\_cars}, which we rename as \textsf{set\_cars\-\_colours}.  We change the parameter to \textsf{new\_value\_colours} and type it as a subset of \textsf{COLOURS}.
+
+The witness appears in the \textsf{with} section of the event.  The label \textbf{must} be \textsf{new\_value}.  The value itself must describe the relationship between the abstract parameter \textsf{new\_value} and the new parameter \textsf{new\_value\_colours}.  As we use the parameter as the new value for the variable \textsf{cars\_colours}, the witness is an adaptation of the gluing invariant (we just replace \textsf{cars\_colours} with \textsf{new\_value\_colours}).
+
+\info{In most cases, the witness is a slightly modified gluing invariant.}
+
+Here is the resulting event:
+
+\pencil{
+\begin{description}
+	\EVT {set\_cars\_colours}
+	\REF {set\_cars}
+		\begin{description}
+		\AnyPrm
+			\begin{description}
+			\ItemX{ new\_value\_colours }
+			\end{description}
+		\WhereGrd
+			\begin{description}
+			\nItemX{ grd1 }{ new\_value\_colours \subseteq  COLOURS }
+			\nItemX{ grd2 }{ green \in  new\_value\_colours \limp  peds\_colour = red }
+			\end{description}
+		\Witnesses
+			\begin{description}
+			\nItem{ new\_value }{ new\_value = TRUE \leqv  green \in  new\_value\_colours }
+			\end{description}
+		\ThenAct
+			\begin{description}
+			\nItemX{ act1 }{ cars\_colours :=  new\_value\_colours }
+			\end{description}
+		\EndAct
+		\end{description}
+\end{description}
+}
+
+Now you can get rid of the variable \textsf{cars\_go} and its initialisation clause, and there will not be any errors or warnings. But even though all proof obligations are now discharged, we're not done yet. Even though the traffic light doesn't violate the safety property from the abstract machine, it doesn't behave the way described in Section~\ref{tut_data_refinement}.  We still have to ensure that the lights are activated in the proper sequence.  We can impose this behavior by adding four guards each of which define one transition:
+
+\pencil{
+\begin{description}
+\nItemX{ grd\_y\_r }{ cars\_colours = \{  yellow \}  \limp  new\_value\_colours = \{  red \}  }
+\nItemX{ grd\_r\_ry }{ cars\_colours = \{  red \}  \limp  new\_value\_colours = \{  red, yellow \}  }
+\nItemX{ grd\_ry\_g }{ cars\_colours = \{  red, yellow \}  \limp  new\_value\_colours = \{  green \}  }
+\nItemX{ grd\_g\_y }{ cars\_colours = \{  green \}  \limp  new\_value\_colours = \{  yellow \}  }
+\end{description}
+}
+
+\subsection{Discussion}
+\label{tut_concepts_discussion}
+
+Notice that we have used two very different approaches to model the traffic lights for cars and pedestrians.  For the pedestrians, we created one event for each state transition.  For the cars, we handled all states in one single event.
+
+You will often be confronted with situations where many modelling approaches are possible.  You should consider two main factors when modelling: (1) the readability of the model and (2) the ease of the proof.  In this case, both approaches are equally good (although we wouldn't recommend mixing different approaches in one model. We did it here only to demonstrate both approaches).
+
+We will cover deadlocks later in Section~\ref{deadlock}.  If you are interested in the topic, it may interest you to examine the traffic light model for deadlocks.  Consider \textsf{cars\_colours = \{ green, red \}}. This is a legal state, but it would block \textsf{set\_cars\_colours} forever.  A model checker (such as \href{http://www.stups.uni-duesseldorf.de/ProB}{ProB}) could find it.  In this case, however, this is not a problem because with the given initialisation and events this state is not reachable in the first place.
+
+We hope that this section helped you to understand the power of abstraction.  The safety invariant
+$\lnot(cars\_go = TRUE \land peds\_go = TRUE)$ from Section~\ref{tutorial:invariants} was very simple.  We could now introduce colours because we are confident that the invariant will still be valid (assuming, of course, that our gluing invariant is correct).
+
+\subsection{The Refined Machine with All Data Refinement}
+\label{tut_the_refined_machine_with_all_data_refinement}
+
+\pencil{
+\begin{description}
+\MACHINE{mac1}
+\REFINES{mac}
+\SEES{ctx1}
+\VARIABLES
+	\begin{description}
+		\Item{ peds\_colour }
+		\Item{ cars\_colours }
+	\end{description}
+\INVARIANTS
+	\begin{description}
+		\nItemX{ inv4 }{ peds\_colour \in  \{  red, green \}  }
+		\nItemX{ inv5 }{ cars\_colours \subseteq  COLOURS }
+		\nItemX{ gluing\_peds }{ peds\_go = TRUE \leqv  peds\_colour = green }
+		\nItemX{ gluing\_cars }{ cars\_go = TRUE \leqv  green \in  cars\_colours }
+	\end{description}
+\EVENTS
+	\INITIALISATION
+		\begin{description}
+		\BeginAct
+			\begin{description}
+			\nItemX{ init4 }{ peds\_colour :=  red }
+			\nItemX{ init5 }{ cars\_colours :=  \{  red \}  }
+			\end{description}
+		\EndAct
+		\end{description}
+	\EVT {set\_peds\_green}
+	\REF {set\_peds\_go}
+		\begin{description}
+		\WhenGrd
+			\begin{description}
+			\nItemX{ grd1 }{ green \notin  cars\_colours }
+			\end{description}
+		\ThenAct
+			\begin{description}
+			\nItemX{ act2 }{ peds\_colour :=  green }
+			\end{description}
+		\EndAct
+		\end{description}
+	\EVT {set\_peds\_red}
+	\REF {set\_peds\_stop}
+		\begin{description}
+		\BeginAct
+			\begin{description}
+			\nItemX{ act1 }{ peds\_colour :=  red }
+			\end{description}
+		\EndAct
+		\end{description}
+	\EVT {set\_cars\_colours}
+	\REF {set\_cars}
+		\begin{description}
+		\AnyPrm
+			\begin{description}
+			\ItemX{ new\_value\_colours }
+			\end{description}
+		\WhereGrd
+			\begin{description}
+			\nItemX{ grd1 }{ new\_value\_colours \subseteq  COLOURS }
+			\nItemX{ grd2 }{ green \in  new\_value\_colours \limp  peds\_colour = red }
+			\nItemX{ grd\_y\_r }{ cars\_colours = \{  yellow \}  \limp  new\_value\_colours = \{  red \}  }
+			\nItemX{ grd\_r\_ry }{ cars\_colours = \{  red \}  \limp  new\_value\_colours = \{  red, yellow \}  }
+			\nItemX{ grd\_ry\_g }{ cars\_colours = \{  red, yellow \}  \limp  new\_value\_colours = \{  green \}  }
+			\nItemX{ grd\_g\_y }{ cars\_colours = \{  green \}  \limp  new\_value\_colours = \{  yellow \}  }
+			\end{description}
+		\Witnesses
+			\begin{description}
+			\nItem{ new\_value }{ new\_value = TRUE \leqv  green \in  new\_value\_colours }
+			\end{description}
+		\ThenAct
+			\begin{description}
+			\nItemX{ act1 }{ cars\_colours :=  new\_value\_colours }
+			\end{description}
+		\EndAct
+		\end{description}
+\END
+\end{description}
+}
+
+\subsection{One more Refinement: The Push Button}
+\label{tut_one_more_refinement}
+
+We will demonstrate another application of refinement: introducing new features into an existing model.  A typical traffic light system allows the pedestrians to request a light change by pressing a button.  We will introduce this feature in a new refinement.
+
+We could have introduced the push button in the initial machine, but introducing it later allows us to structure the model and makes it easier to understand and navigate.
+
+We will realize this feature by introducing a new boolean variable for the push button.  We will introduce an event that notifies the model that a push button has been pressed.  Upon allowing the pedestrians to cross, we will reset the push button.  This is a simplification of the problem.  In practice, a lot would depend on the controller's capabilities.  We would have to consider things like how the push button notification gets to the controller software and how the pressing/depressing sequence is handled. In this example, the event directly sets the controller's state.  This demonstrates the concept of feature refinement without introducing too much complexity for a tutorial example.
+
+As in the previous section, we create a new refinement \textsf{mac2} by right-clicking on \textsf{mac1} and selecting \textsf{Refine}.  A stub is generated that contains the events from the abstract machine.  We simply add a new variable for the push button (including typing and an initialisation clause).  We also introduce an event that sets the button.  This event doesn't work while the pedestrians have a green light.
+
+\pencil{
+\begin{description}
+\VARIABLES
+	\begin{description}
+		\Item{ button }
+	\end{description}
+\INVARIANTS
+	\begin{description}
+		\nItemX{ type\_button }{ button \in  BOOL }
+	\end{description}
+\EVENTS
+	\INITIALISATION
+		\\\textit{extended}
+		\begin{description}
+		\BeginAct
+			\begin{description}
+			\nItemX{ init\_button }{ button :=  FALSE }
+			\end{description}
+		\EndAct
+		\end{description}
+	\EVT {push\_button}
+		\begin{description}
+		\WhenGrd
+			\begin{description}
+			\nItemX{ grd }{ peds\_colour = red }
+			\end{description}
+		\ThenAct
+			\begin{description}
+			\nItemX{ act }{ button :=  TRUE }
+			\end{description}
+		\EndAct
+		\end{description}
+	\END
+\end{description}
+}
+
+Now we need to integrate the push button with the traffic light logic:
+\begin{itemize}
+	\item Upon pressing the button, the pedestrians must eventually get a green light.
+	\item At some point, the button variable must be reset.
+\end{itemize}
+
+As we will see in the following discussion, this be more tricky than it first appears.  For now, we will introduce a guard preventing the car lights from turning green when the button is true, and we will reset the button when the pedestrian lights turn red:
+
+\pencil{
+\begin{description}
+	\EVT {set\_peds\_red}
+	\EXTD {set\_peds\_red}
+		\begin{description}
+		\BeginAct
+			\begin{description}
+			\nItemX{ act\_button }{ button :=   FALSE }
+			\end{description}
+		\EndAct
+		\end{description}
+	\EVT {set\_cars\_colours}
+	\EXTD {set\_cars\_colours}
+		\begin{description}
+		\WhereGrd
+			\begin{description}
+			\nItemX{ grd\_button }{ \lnot  (cars\_colours = \{  red \}  \land  button = TRUE) }
+			\end{description}
+		\EndAct
+		\end{description}
+\end{description}
+}
+
+\subsection{Discussion}
+\label{tut_concepts_discussion2}
+
+There are a number of problems associated with the model in its current state.  Let's start with how the button is reset: The way we built our model so far, \textsf{set\_peds\_red} can be triggered at any time; there is not a single guard which prevents this.  Therefore, the button could be reset any time without the pedestrian light ever turning green.
+
+This could be prevented with additional guards. For instance, the traffic light events could require an actual change in the light's status.  This in turn could lead to deadlocks.
+
+But even if we introduce such guards, we could get stuck in a situation where cars would never get green light any more.  Consider the following scenario: (1) pedestrians get green light; (2) the light turns red; (3) a pedestrian presses the button again; (4) this prevents the car lights from turning green. Instead, the pedestrians get a green light again and the cycle continues.
+
+There are tactics to address all these issues.  However, it is rarely possible to generate proof obligations for such scenarios (without making the model much more complicated).  It can be useful to use model checkers to validate the model's behaviour or even to use temporal logic to articulate properties of the model.
+
+\info{As an exercise, try to improve the model to address these issues.}
+
+
+%%% Local Variables: 
+%%% mode: latex
+%%% TeX-master: "rodin-doc"
+%%% End: 
diff --git a/org.rodinp.handbook.feature/latex/tutorial-08.tex b/org.rodinp.handbook.feature/latex/tutorial-08.tex
new file mode 100644
index 0000000000000000000000000000000000000000..6e300a6655a9c868553e367fc588b1c161a1c9c2
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/tutorial-08.tex
@@ -0,0 +1,446 @@
+\section{Proving}
+\label{tut_proving}
+\index{proving}
+
+\tick{\textbf{Goals:} The goal of this section is to get familiar with the Proving Perspective and to carry out a simple proof by hand.  It also introduces more sophisticated data structures than the ones we introduced so far.}
+
+\subsection{The Celebrity Problem}
+\label{tut_celebrity_problem}
+
+In this section, we will work with the model of the so-called celebrity problem.
+
+\warning{We are using a new model instead of the traffic light because it provides us with some proofs where manual interaction is necessary.}
+
+In the setting for this problem, we have a ``knows'' relation between persons.
+This relation is defined so that
+
+\begin{itemize}
+	\item no one knows himself,
+	\item the celebrity knows nobody,
+	\item everybody knows the celebrity.
+\end{itemize}    
+
+The problem's goal is to find the celebrity. We want to model an algorithm that fulfills this task.
+
+\subsection{Importing a project}
+\label{tut_import_project}
+\index{import project}
+
+Rather than creating the model step by step, we have provided the model as an archive file.
+
+\warning{Make sure that you have no existing Project named ``Celebrity'', before importing the project. If you have, then rename it by right clicking the project and selecting \textsf{Rename...}}
+
+Import the archive file \file{Celebrity.zip}{Celebrity.zip} to your Event-B Explorer. To do this, select \textsf{File $\rangle $ Import $\rangle $ General $\rangle $ Existing Projects into Workspace}. Then select the option to import an existing archive file. Use the browse function to find your archive file and import it. After you have selected the appropriate archive file, click on \textsf{Finish}.
+
+It will take a few seconds for Rodin to extract and load all the files. Once this is done, a few problems will be displayed in the Rodin Problems view (compare with Figure \ref{fig_tut_08_rodin_problemview}).
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodintwimg{1.0}{tutorial/tut_08_rodin_problems.png}
+	\caption{Warnings in the Rodin Problems View}
+	\label{fig_tut_08_rodin_problemview}
+\end{center}
+\end{figure}
+
+We will describe how the model is organized below in Section \ref{the_celebrity_algorithm}.  But before we do so, we will fix the existing problems.
+
+\subsection{Fixing Problems}
+\label{tut_celebrity_fixing problems}
+\index{warnings}
+
+Before proceeding, we will fix the problems shown in Figure \ref{fig_tut_08_rodin_problemview}. Let's take a look at the warning stating that the event label ``celebrity'' is misused (``Inconsistent use of event label celebrity''). Double-click on this warning to open the \texttt{Celebrity\_1} machine. The line with the error is already underlined in yellow\footnote{This is the behaviour of the default editor.  Other editors may exhibit a different behaviour}. This error is produced by the event called \textsf{celebrity}.
+
+The problem is that the event is not declared as a refinement. To solve the problem, add an \textsf{Event-B Refines Event Relationship} child which will add a new entry in the \textsf{REFINES} section.  To do so, right-click in the empty space to the left of the word \textsf{celebrity} or place your cursor directly to the left of the small green arrow (\icon{rodin/structured_arrow.png}) and right-click. Now select \textsf{Add Child $\rangle$ Event-B Refines Event Relationship}.
+
+\warning{Make sure that the cursor is on the correct line before right-clicking.  Otherwise, you will get the wrong context menu.  Also, make sure that you are not in ``text edit'' mode (e.g. clicking on a word like ``celebrity'' that you can edit will bring you into ``text edit'' mode).  This will give you the wrong context menu as well. See the FAQ for more info (\ref{faq_new_editor_new_element}).}
+
+ This declares that the event is a refinement of an event with the same name in the abstract machine (\ref{abstract_machine}). This is the case here, so we can now save the project and the warning should disappear.
+
+%Do we need an additional explanation for witnesses, since this is already done in tutorial 07!?
+%In any abstract event that uses parameters, if the concrete event has no parameter with the same name, the tool needs a witness so that it notices what value the parameter should take. Witnesses are also needed for variables that have a non-deterministic (\ref{non_deterministic}) assignment in an abstract event and do not appear in the concrete model.
+
+The three remaining warnings state that witnesses (\ref{witness}) are missing. Double click on the warning to open the concrete model (here \texttt{Celebrity\_2}). Then add an \textsf{Event-B Witness} child to the event called \textsf{celebrity}.
+
+A default witness \textsf{wit1} has been created, with a default value \textsf{$\btrue$} (e.g. the predicate ``true'') which we need to change. The name of a witness has to be the same as the parameter of the corresponding abstract event that it is refining. Here the name of the witness will have to be \textsf{x} so that it can be a witness for the parameter \textsf{x} of the corresponding abstract event in the machine \texttt{Celebrity\_1}. The abstract event has the assignment \textsf{$r \bcmeq x$}, while the concrete one has the assignment \textsf{$r \bcmeq b$}. So the content of the witness should \textsf{b = x}. The event should now look as follows: 
+
+\pencil{
+\begin{description}
+	\EVT {celebrity}
+	\REF {celebrity}
+		\begin{description}
+		\WhenGrd
+			\begin{description}
+			\nItemX{ grd1 }{ R = \emptyset  }
+			\end{description}
+		\Witnesses
+			\begin{description}
+			\nItem{ x }{ b=x }
+			\end{description}
+		\ThenAct
+			\begin{description}
+			\nItemX{ act1 }{ r :=  b }
+			\end{description}
+		\EndAct
+		\end{description}
+\end{description}
+}
+
+Edit the content and save the file. One warning will disappear, and only two will remain.
+
+\info{
+Try completing the other two witnesses on your own. A hint: Both witnesses are simple equalities, and both can be found by comparing the third guard of the abstract event with the second guard of the concrete one. Remember to give the witness the name of the variable it stands for. If you completed this step correctly, there should be no warning, info or error left in the Rodin Problems view (\ref{rodin_problems_view}).
+}
+
+The following section (\ref{tut_final_second_refinement}) shows the corrected \texttt{Celebrity\_2} machine.
+
+\subsection{The Final Second Refinement}
+\label{tut_final_second_refinement}
+
+\pencil{
+\begin{description}
+\MACHINE{Celebrity\_2}
+\REFINES{Celebrity\_1}
+\SEES{Celebrity\_c0}
+\VARIABLES
+	\begin{description}
+		\Item{ r }
+		\Item{ R }
+		\Item{ b }
+	\end{description}
+\INVARIANTS
+	\begin{description}
+		\nItemX{ inv1 }{ R \subseteq  P }
+		\nItemX{ inv2 }{ b \in  P }
+		\nItemX{ inv3 }{ b \notin  R }
+		\nItemX{ inv4 }{ Q = R \bunion  \{ b\}  }
+	\end{description}
+\EVENTS
+	\INITIALISATION
+		\begin{description}
+		\BeginAct
+			\begin{description}
+			\nItemX{ act1 }{ r :\in  P }
+			\nItemX{ act2 }{ b, R :|  b' \in  P \land  R' = P \setminus  \{ b'\}  }
+			\end{description}
+		\EndAct
+		\end{description}
+	\EVT {celebrity}
+	\REF {celebrity}
+		\begin{description}
+		\WhenGrd
+			\begin{description}
+			\nItemX{ grd1 }{ R = \emptyset  }
+			\end{description}
+		\Witnesses
+			\begin{description}
+			\nItem{ x }{ b=x }
+			\end{description}
+		\ThenAct
+			\begin{description}
+			\nItemX{ act1 }{ r :=  b }
+			\end{description}
+		\EndAct
+		\end{description}
+	\EVT {remove\_1}
+	\REF {remove\_1}
+		\begin{description}
+		\AnyPrm
+			\begin{description}
+			\ItemX{ x }
+			\end{description}
+		\WhereGrd
+			\begin{description}
+			\nItemX{ grd1 }{ x \in  R }
+			\nItemX{ grd2 }{ x \mapsto  b \in  k }
+			\end{description}
+		\Witnesses
+			\begin{description}
+			\nItem{ y }{ b=y }
+			\end{description}
+		\ThenAct
+			\begin{description}
+			\nItemX{ act1 }{ R :=  R \setminus  \{ x\}  }
+			\end{description}
+		\EndAct
+		\end{description}
+	\EVT {remove\_2}
+	\REF {remove\_2}
+		\begin{description}
+		\AnyPrm
+			\begin{description}
+			\ItemX{ x }
+			\end{description}
+		\WhereGrd
+			\begin{description}
+			\nItemX{ grd1 }{ x \in  R }
+			\nItemX{ grd2 }{ x \mapsto  b \notin  k }
+			\end{description}
+		\Witnesses
+			\begin{description}
+			\nItem{ y }{ b=y }
+			\end{description}
+		\ThenAct
+			\begin{description}
+			\nItemX{ act2 }{ b :=  x }
+			\nItemX{ act1 }{ R :=  R \setminus  \{ x\}  }
+			\end{description}
+		\EndAct
+		\end{description}
+\END
+\end{description}
+}
+\subsection{The Celebrity algorithm}
+\label{the_celebrity_algorithm}
+
+We will now take a brief tour through the model to see how the problem and algorithm are specified.
+The celebrity problem itself is described in the context \texttt{Celebrity\_c0}. There are
+  three constants. $P$ is the set of persons, each represented by a number, $c$ is the celebrity
+  we are looking for and $k$ is the ``knows'' relation between the persons.
+The axioms encode the properties about the ``knows'' relation that we stated above.
+
+\pencil{
+\begin{description}
+\CONTEXT{Celebrity\_c0}
+\CONSTANTS
+	\begin{description}
+		\Item{ k }
+		\Item{ c }
+		\Item{ P }
+	\end{description}
+\AXIOMS
+	\begin{description}
+		\nItemX{ axm1 }{ P \subseteq  \nat }
+		\nItemX{ axm2 }{ c \in  P }
+		\nItemX{ axm3 }{ k \in  (P \setminus  \{ c\} ) \rel  P }
+		\nItemX{ axm4 }{ k^{-1}  [\{ c\} ] = P \setminus  \{ c\}  }
+		\nItemX{ axm5 }{ k \binter  id = \emptyset  }
+	\end{description}
+\END
+\end{description}
+}
+
+In the most abstract machine \texttt{Celebrity\_0} we specify what the algorithm should do.
+The variable $r$ can be any person initially and the event \texttt{celebrity} 
+  finds the celebrity in one step. 
+After the event \texttt{celebrity} has occurred, $r$ contains the result of the algorithm.
+You might then wonder why there is a problem if you can just pick the celebrity and assign it to the result. This is because we defined our problem in such a way so that we are certain a celebrity $c$ exists and the algorithm simply returns it.
+Later in the refinement, we will model how to find the celebrity without using $c$.
+Because of the refinement relation, we know that the algorithm works correctly.
+
+\pencil{
+\begin{description}
+\MACHINE{Celebrity\_0}
+\SEES{Celebrity\_c0}
+\VARIABLES
+	\begin{description}
+		\Item{ r }
+	\end{description}
+\INVARIANTS
+	\begin{description}
+		\nItemX{ inv1 }{ r \in  P }
+	\end{description}
+\EVENTS
+	\INITIALISATION
+		\begin{description}
+		\BeginAct
+			\begin{description}
+			\nItemX{ act1 }{ r :\in  P }
+			\end{description}
+		\EndAct
+		\end{description}
+	\EVT {celebrity}
+		\begin{description}
+		\BeginAct
+			\begin{description}
+			\nItemX{ act1 }{ r :=  c }
+			\end{description}
+		\EndAct
+		\end{description}
+\END
+\end{description}
+}
+
+So let's have a look at the first refinement \texttt{Celebrity\_1}. 
+A variable $Q$ is introduced which contains a subset of the persons, the potential celebrities.
+We start with $Q$ being all persons.
+Two new events,  \texttt{remove\_1} and \texttt{remove\_2}, are added to remove people
+  from $Q$ who cannot be the celebrity.
+\texttt{remove\_1} removes a person that knows somebody while \texttt{remove\_2}
+  removes a person that is not known by any other person.
+An invariants states that the celebrity is always in $Q$.
+When there is just one person left in the set, we know that this is the celebrity.
+
+The second refinement, \texttt{Celebrity\_2}, then splits the
+  potential celebrities $Q$ into one arbitrary person -- the candidate $b$ --
+  and the ``rest'' $R$.
+\texttt{remove\_1} then removes a person $x$ from $R$ if $b$ knows $x$.
+\texttt{remove\_2} checks if there is a person $x$ in $R$ that does not know the candidate.
+If found, $x$ is the new candidate $b$ and is removed from the rest $R$.
+If $R$ is empty, we know that the candidate is the celebrity. (We do not show the machine here because it simply takes up too much space --- please consult the project that you imported earlier to inspect the model.)
+
+The third refinement then makes some more assumptions about the given problem.
+The context \texttt{Celebrity\_c1} extends \texttt{Celebrity\_c0} and states that
+  there are $n+1$ persons with the numbers $0\upto n$.
+
+\pencil{
+\begin{description}
+\CONTEXT{Celebrity\_c1}
+\EXTENDS{Celebrity\_c0}
+\CONSTANTS
+	\begin{description}
+		\Item{ n }
+	\end{description}
+\AXIOMS
+	\begin{description}
+		\nItemX{ axm1 }{ n \in  \nat }
+		\nItemX{ axm2 }{ n >  0 }
+		\nItemX{ axm3 }{ P = 0\upto n }
+	\end{description}
+\END
+\end{description}
+}
+
+Instead of having an abstract data structure like a set, the third refinement just introduces
+  an index variable $a$ that points to the first person of $R$, which is the group of people who have not yet been checked.
+Instead of taking an arbitrary element from $R$ as in the second refinement, the remove
+  events just takes the first element $a$. $a$ is then removed from $R$ by increasing
+  it by one.
+When $a$ is larger then $n$, $R$ is empty and $b$ contains the result.
+
+This last refinement works only on the following three integer variables: 
+The index $a$, the candidate $b$ and the result $r$.
+Each event is deterministic and in every step only one event is enabled.
+The events together can be interpreted as an implementation of the algorithm:
+\newline
+
+\begin{tabular}{ll}
+  $r \bcmeq 0$ & // initialisation \texttt{act1} \\
+  $a \bcmeq 1$ & // initialisation \texttt{act2} \\
+  $b \bcmeq 0$ & // initialisation \texttt{act3} \\
+  \textbf{while} $a\leq n$ \textbf{do} & // guard in \texttt{remove\_1} and \texttt{remove\_2}\\
+  \quad \textbf{if} $a\mapsto b\in k$ \textbf{then} & // guard in \texttt{remove\_1} and negated in \texttt{remove\_2}\\
+  \qquad $a \bcmeq a+1$ & // action in \texttt{remove\_1} \\
+  \quad \textbf{else} & // $a\mapsto b\not\in k$\\
+  \qquad $b \bcmeq a$ & // action \texttt{act1} in \texttt{remove\_2} \\
+  \qquad $a \bcmeq a+1$ & // action \texttt{act2} in \texttt{remove\_2} \\
+  \quad \textbf{end if} \\
+  \textbf{end while} \\
+  $r \bcmeq b$ & // action in \texttt{celebrity}
+\end{tabular}
+
+\subsection{The First Proof}
+\label{tut_first_proof}
+
+In this section, we will carry out proofs for the model of the Celebrity Problem. To do this, click on the box in the upper right hand corner that has a little plus sign and switch to the Proving Perspective. You can switch between perspectives using the shortcut bar as shown in Figure \ref{fig_tut_08_switch_perspective}. 
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodinimg{tutorial/tut_08_switch_perspective.png}
+	\caption{Switch Perspective}
+	\label{fig_tut_08_switch_perspective}
+\end{center}
+\end{figure}
+
+\warning{If the Proving Perspective is not available in the menu, select \textsf{Other... $\rangle$ Proving}. This will open a new window which shows all available perspectives.}
+
+We should now see the window in Figure \ref{fig_tut_08_proving_perspective}. 
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodintwimg{1.0}{tutorial/tut_08_proving_perspective.png}
+	\caption{Rodin Proving Perspective}
+	\label{fig_tut_08_proving_perspective}
+\end{center}
+\end{figure}
+
+The \texttt{Proving Perspective} contains three new important views:
+
+\begin{description}
+	\item[Proof Tree View (\ref{proof_tree_view})] Here we see a tree of the proof that we have done so far and the current position in it. By clicking in the tree, we can navigate within the proof. We have not yet started the proof, so there is nothing to see yet.
+	\item[Proof Control View (\ref{proof_control_view})] This is where we perform interactive proofs.
+	\item[Goal View (\ref{goal_view})] This window shows what needs to be proved at the current position inside the proof tree.
+\end{description}
+
+Expand the \texttt{Celebrity\_1} machine in the \textsf{Event-B Explorer}. Then expand the \textsf{Proof Obligations} section. We can see that the auto prover (\ref{auto_prover}) did quite a good job. Only three proofs have not been completed\footnote{Interestingly enough, this number can vary: Provers can be configured in the preferences and changes there can have an impact on the ability to automatically discharge proofs.  In addition, all provers have timeouts.  On a slow machine, some proof obligations may not be discharged whereas on a faster machine with the same timeout they would be discharged.}  (a completed proof is indicated by a green mark \icon{rodin/discharged.png}). 
+
+%Except for the last one of them, all of them could be proved with a different external prover, but in order to learn a few new techniques, we will prove them with the so called ``p0 prover'' (\ref{p0_prover}). The p0 prover uses all selected hypotheses (the ones in Selected Hypotheses View).
+
+\info{Each proof has a label, e.g. \textsf{remove\_1/inv2/INV}.  Proof labels are explained in Section~\ref{generated_proof_obligations}.}
+Let's start with the proof \textsf{remove\_1/inv2/INV} of \texttt{Celebrity\_1}.
+To do this, double click on the proof obligation \textsf{remove\_1/inv2/INV}.
+We should now see the window as shown in Figure \ref{fig_tut_08_proof_obligation}.
+
+%\begin{figure}[!ht]
+%\begin{center}
+%	\includerodinimg{tutorial/tut_08_proof1.png}
+%	\caption{Rodin Proving Perspective}
+%	\label{fig_tut_08_proving_perspective}
+%\end{center}
+%\end{figure}
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodintwimg{1.0}{tutorial/tut_08_proof2.png}
+	\caption{Proof Obligation}
+	\label{fig_tut_08_proof_obligation}
+\end{center}
+\end{figure}
+
+\info{Make sure that you understand the different buttons in the \textsf{Proof Control View} (\ref{proof_control_view}).}
+
+Here we need to prove that the event \texttt{remove\_1} preserves the invariant \texttt{inv2},
+  $c\in Q$.
+The event's action assigns the new value $Q\setminus \{x\}$ to $Q$.
+Because we know that invariant $c\in Q$ was valid before the assignment, 
+ it is sufficient to prove that we do not remove $c$ from $Q$, i.e. \textsf{$x \neq c$}. Type this into the \textsf{Proof Control View} (\ref{proof_control_view}) and press the \textsf{\icon{rodin/ah_prover.png} button}. 
+
+\info{In order to undo a step, click on a node in the \texttt{Proof Tree View} and click on the \icon{rodin/pn_prover.png} button in the \texttt{Proof Control View} or open the context menu of a node and select \texttt{Prune}.}
+
+Take a look at the Proof Tree View. The root node should now be labelled with \texttt{ah ($x\neq c$)},
+  which is the hypothesis that we just added.
+This node has three children: The first proves that $x\neq c$ is well-defined\footnote{You may wonder how we know that this is the well-definedness proof obligation}, which is $\btrue$ and has already been trivially proven.
+The second is the proof of the hypotheses $\lnot x=c$.
+The third is the proof of the original goal where the new hypotheses can be used.
+
+The new goal is $\lnot x = c$. Now, try selecting the right hypotheses by yourself in order to complete the proof (Hint: What axiom states that the celebrity does not know anybody?). To do this, click on the \icon{rodin/sh_prover.png} button in the \textsf{Proof Control View}. On the left side we should see now the \textsf{Search Hypotheses} view (see Figure \ref{fig_tut_08_search_hypothesis}). If you cannot find the right hypotheses, you may also just select all hypotheses. To add the selected hypothesis to the \textsf{Selected Hypotheses View} just click on the \icon{rodin/add.png} button. 
+
+\info{There is usually no harm in selecting all hypothesis, but this approach is not optimal.  By providing only necessary hypotheses and no more, we drastically increase the chance that the prover will find the solution before timing out.  On large models it is next to impossible to prove everything without hand-picking the hypotheses.}
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodinimg{tutorial/tut_08_search_hypothesis.png}
+	\caption{Search Hypothesis View}
+	\label{fig_tut_08_search_hypothesis}
+\end{center}
+\end{figure}
+
+The correct hypothesis for this proof was $k \in  (P \setminus  \{ c\} ) \rel  P$ (axiom 3 from the first context). If you were unable to figure this out, add this hypothesis to the selected hypothesis window now. Now click on the \icon{rodin/p0.png} button to prove the goal $\lnot x = c$ with the \textsf{Predicate prover on selected hypothesis}. The goal should be discharged and in the Proof Tree you should see that the first two children of the root node are proven. The \textsf{Proof Control View} should now show the original goal $c \in Q \setminus {x}$ and $x\neq c$ is now one of our hypotheses.\footnote{The prover has rewritten this as $ \lnot x = c$} Click a second time on the \icon{rodin/p0.png} button in order to finalize the proof. The smiley in the \textsf{Proof Control View} should now become green indicating that all sequents of the proof tree are discharged as shown in Figure \ref{fig_tut_08_proof_final}.
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodintwimg{1.0}{tutorial/tut_08_proof_final.png}
+	\caption{The green smiley indicates that all sequents of the proof tree are discharged}
+	\label{fig_tut_08_proof_final}
+\end{center}
+\end{figure}
+
+After saving the proof, the proof obligation \textsf{remove\_1/inv2/INV} in the \textsf{Event-B Explorer} should now have a \icon{rodin/discharged.png} next to it.
+
+\info{Those proof obligations that were automatically discharged are marked with a tiny ``A'' next to the \icon{rodin/discharged.png}.  As the one we just discharged was proven manually, this is now the first discharged PO without an ``A''.}
+
+\info{There are alternative ways to prove the proof obligation. For instance, we can use the \icon{rodin/lasoo_prover.png} button to load all hidden hypotheses that contain identifiers in common with the goal into the \textsf{Selected Hypotheses View}, and we can also use it with the selected hypotheses.}
+
+In order to move to the next undischarged proof obligation, you may also use the \textsf{Next Undischarged PO button} (\icon{rodin/next_prover.png}) of the \textsf{Proof Control View} (\ref{proof_control_view}). The next proof can be solved the same way as the last one.
+
+\info{As an exercise, try to prove \texttt{Celebrity\_2}. A small hint: To do this, we have to fill in an existential quantifier. We need to instantiate \textsf{b'} correctly. The auto prover should have proved that $b' \in P$, so look for a variable that is already in P and add this value to the \textsf{Selected Hypotheses View}. To instantiate \textsf{b'}, type the name of the variable you have chosen into the yellow box that is shown in the \textsf{Goal View} (\ref{goal_view}) and then click on the red existential quantifier. Now all open branches of the proof tree can be proved with the \icon{rodin/p0.png} prover. After this, we have completed all the proofs, and the model is ready for use. } 
+
+\subsection{Proving --- an Art or a Science?}
+\label{tut_proving_an_art_or_a_science}
+
+Proving can be quite frustrating for both beginners and advanced users.  Beginners sometimes get the impression that proving is just ``clicking around'' that sometimes works and sometimes does not.  When it does work, it's not really clear why. The proof tree is also difficult to read even for experienced users.  We provided some additional guidance on provers in the reference chapter (\ref{use_provers_effectively}) that may be of help, but keep in mind that proving is a skill that can only be learned by practice. Here we are trying to help you learn how you can use Rodin to solve proofs, but actually teaching you how to prove something is not really in the scope of this document.
+
+
+%%% Local Variables: 
+%%% mode: latex
+%%% TeX-master: "rodin-doc"
+%%% End: 
diff --git a/org.rodinp.handbook.feature/latex/tutorial-10.tex b/org.rodinp.handbook.feature/latex/tutorial-10.tex
new file mode 100644
index 0000000000000000000000000000000000000000..39c855aa036e11df73af25c3a6b3caf2fc58aa8f
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/tutorial-10.tex
@@ -0,0 +1,398 @@
+% We do not want to have screen shots of the celebrity puzzle in this section:
+\clearpage
+\section{Proving Deadlock Freeness}
+\label{tut_location_access_controller}
+
+\tick{\textbf{Goals:} In this section, we will take a closer look at a few more complex proofs. Here we use the model of a location access controller. The goal is to develop the proofs that ensure there are no deadlocks present in the initial model and in the first refinement.}
+
+\info{This example has been taken from the Event-B book (\ref{abrial_2010}) and is quite sophisticated.  In this section, we are dealing with a subset of the complete model.  We encourage readers to consult the example in the book.}
+
+%\info {First of all you need to download the following \file{Doors.zip}{Location Access Controller problem}.}
+
+Through the model used in this section, we study a complete system and mention the proof rules of formal development. This system's job is to control the access of certain people to different locations of a site. The system is thus based on whether a person has (or does not have) access to a particular location.
+
+Before describing the initial model, import the archive file \file{Doors.zip}{Doors.zip} that contains the model. To do this, select  \textsf{File $\rangle$ Import $\rangle$ General $\rangle$ Existing Project into Workspace}. Then select the according archive file and click on \textsf{Finish}. It will take Rodin a few seconds to extract and load all the files.
+
+\subsection{Deadlock Freeness of initial model}
+\label{deadlock}
+\label{tut_initial_model}
+
+%Besides we introduce:
+
+%\begin{itemize}
+%	\item The two carrier sets of persons, P, and locations, L
+%	\item The constant authorisation, \textbf{aut}, representing a relation between P and L, actually where people are allowed to go %(Axiom 1).
+%	\item The variable, \textbf{sit}, which denote where a person is, \textbf{sit} is a function from P to L.
+%\end{itemize} 
+ 
+%Moreover, we introduce a special constant “location”, named \textbf{outside}. Everyone is authorized to be in outside (Axiom 3) and a %person cannot be in two locations at a time. However every person, which is in a certain location, is authorized to be there.
+
+%Initially, everyone is outside as indicated in event \textsf{INITIALISATION}.
+%The other event \textsf{PASS} of that model has to aim to change the location of a person.
+%We call the proof of deadlock freeness through this tutorial the proof justifying that someone can always change location.
+
+Let us look at the initial model which consists of the context \texttt{doors\_ctx1} and the machine \texttt{doors\_0}. There are two carrier sets in the model context. One is for people ($P$) and the other is for locations ($L$). There is a location called outside ($outside$) and a relation ($aut$) which defines the places that people are allowed to go. Everyone is permitted to go outside. The model machine has one event, \textsf{pass}, which changes the location of a person and one variable, $sit$, which denotes where a person is located. 
+
+
+Looking through the initial model, you will see that everything already has been proved (for the initial model and initial contexts). This is true, but Rodin has not yet proved that the model is deadlock free yet, so we will have to prove this ourselves. A model is considered to be deadlocked if the system reaches a state where there are no outgoing transitions. The objective of this section is to develop proofs for deadlock freeness for the initial model and for the first refinement. 
+
+Consider the event \textsf{pass} from the initial model:
+
+\pencil{
+\begin{description}
+\EVENTS
+	\EVT {pass}
+		\begin{description}
+		\AnyPrm
+			\begin{description}
+			\ItemX{ p }
+			\ItemX{ l }
+			\end{description}
+		\WhereGrd
+			\begin{description}
+			\nItemX{ grd11 }{ p \mapsto  l \in  aut }
+			\nItemX{ grd12 }{ sit(p) \neq  l }
+			\end{description}
+		\ThenAct
+			\begin{description}
+			\nItemX{ act11 }{ sit(p) :=  l }
+			\end{description}
+		\EndAct
+		\end{description}
+\END
+\end{description}
+}
+
+\index{deadlock}
+Since the initial model has only one event (\textsf{pass}), the system might deadlock when both guards of the event (\textsf{grd11} and \textsf{grd12}) are false.
+In this case, to prove that no deadlocks can occur requires proving that someone can always change room. We must therefore prove that the two guards are always true. 
+To do this, add a new derived invariant (a theorem) to \texttt{doors\_0} called \textsf{DLF} (click once on the label \texttt{not theorem} to make it switch to \texttt{theorem})
+  and change the predicate so that it is the conjunction of the two guards.
+The difference between a ``normal'' invariant and one that is marked as theorem is that you must prove that a theorem is always valid when the previously listed invariants are valid. Then we don't need to prove that an event preserves the invariant marked as theorem because we can conclude this logically when it already preserves the other invariants.
+
+\pencil{
+\begin{description}
+\INVARIANTS
+	\begin{description}
+		\nItemX{ DLF }{ \fbox{theorem} ~ \exists p, l\qdot (p \mapsto  l \in  aut \land  sit(p) \neq  l) }
+	\end{description}
+\end{description}
+}
+
+\warning{ Make sure that when you add your DLF invariant, you add it after the other two invariants in \textsf{doors\_0}. The auto prover uses these invariants to prove that the DLF invariant is well defined, and if they aren't in the right order, the proof obligation \textsf{DLF/WD} will not be discharged
+}
+
+\begin{rodin-plugin}{prob.png}{ProB}%
+  You can also use ProB to search for deadlocks (after ensuring that ProR is installed).
+  Right-click on the machine you want to check and start the animation with the
+  ``Start Animation / Model Checking'' menu entry.
+  After starting the animation, go to the Event View in the ProB perspective
+  (see Figure \ref{fig_tut_prob_perspective}).
+  There are two ways to search for deadlocks:
+  \begin{itemize}
+  \item Press the \texttt{Check} button and mark \texttt{Find Deadlocks}. Then start the model checking by pressing the button \texttt{Start consistency checking}.
+    ProB then systematically ``executes'' all events and tries to find a state where no
+    event is enabled.
+  \item An alternative is to select \texttt{Deadlock Freedom Checking} after clicking
+    on the triangle to the right of the \texttt{Check} button.
+    ProB will then prompt you to input a predicate, but this is optional, so leave it blank. The difference with this alternative alternative is that ProB searches now for variable values
+    where all the invariants are valid but none of the guards are valid.
+  \end{itemize}
+\end{rodin-plugin}
+
+Save the machine. We see in the \textsf{Event-B Explorer View} that the auto-prover (\ref{auto_prover}) fails to prove the theorem \textsf{DLF/THM}.
+
+\warning{If you cannot find the proof obligation \textsf{DLF/THM}, maybe you forgot to mark the invariant as a theorem by clicking once on the \texttt{not theorem} label next to the invariant.
+  Another reason that you might not see the proof obligation \textsf{DLF/THM} is that you have forgotten to rename the invariant ``DLF''.}
+
+Let us analyze whether this is an inconsistency in the model. Switch to the \texttt{Proving Perspective } and double click on the proof obligation \textsf{DLF/THM}.
+\index{post-tactics}
+In the Proof Control view, first disable the post-tactics (there is a small downward pointing arrow in the upper right hand corner above the toolbar (see Figure~\ref{fig_tut_10_post_tactics}).
+Click on this arrow and make sure that the option \textsf{Enable post-tactic} is unchecked in the dropdown menu.)
+We are turning off the post-tactics because we want to see the proof develop in its different stages.
+Now select the root node in the \textsf{Prove Tree}, right-click on it and select \textsf{Prune}.
+This removes any proof that might be already started by the auto-provers.
+By doing this we want to assure that you have the same proof as in this tutorial.
+
+\begin{figure}[!ht]
+  \begin{center}
+    	\includerodinimg{tutorial/tut_10_post_tactics.png}
+    \caption{Disabling the proof post-tactics in the Proof Controlling View}
+    \label{fig_tut_10_post_tactics}
+  \end{center}
+\end{figure}
+
+In order to succeed with the proof, we need a pair $p \mapsto l$ that is in $aut$ but not in $sit$.
+Having a look the axioms, we find  \textsf{axm4} of \texttt{doors\_ctx1}, which states that 
+  there is a location $l$ different from $outside$ where everyone is allowed to go:
+
+\pencil{
+\begin{description}
+\AXIOMS
+	\begin{description}
+		\nItemX{ axm4 }{ \exists l\qdot l\in L\setminus \{ outside\}  \land  P\cprod \{ l\} \subseteq aut }
+	\end{description}
+\end{description}
+}
+
+So for every person $p$ in $P$, $p \mapsto l$ and $p \mapsto outside$ are in $aut$.
+(In other words: every person is allowed to go to both the outside and a location $l$).
+The basic idea of our proof is that a person is either already outside or at the location $l$. If someone is outside, they are allowed to move to $l$, and if they are not outside, they are allowed to move outside. \footnote{One could argue that this is too restrictive in the real world: After all, why do all people need authorisation for the \textit{same} location l?  But arguing about the realism of the example is out of the scope.}.
+
+We assume that there is actually a person, so we need a set $P$ that is non-empty. 
+This is automatically the case since carrier sets are always non-empty, but we need a person as an example for our further proof. 
+Now add the hypothesis $\exists x \qdot x \in P$ by entering this predicate into the \textsf{Proof Control} text area and hitting the \icon{rodin/ah_prover.png} button.
+In the \textsf{Proof Tree} view you can now see three new nodes have appeared that need to be proven:
+\begin{itemize}
+\item $\btrue$ is the trivial well-definedness condition. Click on \icon{rodin/auto_prover.png} button to verify it.
+\item $\exists x\qdot x\in P$ is the hypothesis that we introduced. Click on the \icon{rodin/auto_prover.png} button to verify it.
+\item $\exists p, l\qdot (p \mapsto  l \in  aut \land  sit(p) \neq  l)$ is the original goal
+  but we can now use the introduced hypothesis in the proof. We will now continue with the proof of this goal.
+\end{itemize}
+
+Click on the existential quantifier of the new hypothesis $\exists x \cdot x \in P$
+  (appearing in the \textsf{Selected Hypothesis} view) as demonstrated in Figure \ref{fig_tut_10_instantiate_x}.
+The hypothesis disappears and is replaced by a new hypothesis $x \in P$. This is because the value of $x$ is automatically instantiated. This means that we can use $x$ from now on in our proof as an example for a person
+
+\warning{If you hover over any red symbol for a short while, a menu will pop up, offering one or more transformations.  Make sure that you actually click on the symbol before the menu pops up because otherwise clicking will no longer have any effect.  If the menu has popped up before you managed to click on the symbol, you will have to click twice: the first click will discard the menu and the next click will actually perform the operation.}
+
+We can prove an existential quantification by giving an example for the variables. First, we
+  instantiate $p$ in the goal with the variable $x$ that we created: enter $x$ in the yellow box corresponding to $p$ 
+  in the \textsf{Goal View} and click on the existential quantifier as shown in Figure \ref{fig_tut_10_instantiate_p}. 
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodinimg{tutorial/tut_10_instantiate_x.png}
+	\caption{Click on the existential quantifier in order to ...}
+	\label{fig_tut_10_instantiate_x}
+\end{center}
+\end{figure}
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodinimg{tutorial/tut_10_instantiate_p.png}
+	\caption{... instantiate it, in this case by substituting $x$.}
+	\label{fig_tut_10_instantiate_p}
+\end{center}
+\end{figure}
+
+% \warning{If the hypothesis does not appear immediately in the \textsf{Selected Hypothesis} view, reclick on the Auto Prover button until it does.}
+
+The instantiation produces two new nodes in the \textsf{Proof Tree} view. The first goal is the trivial well-definedness condition $\btrue$ and
+  can be easily discharged by pressing \icon{rodin/auto_prover.png}.
+The remaining goal is $\exists l\qdot (x \mapsto  l \in  aut \land  sit(x) \neq l)$ is the result of replacing $p$ by $x$ in the old goal.
+You can see the the current proof tree in Figure~\ref{fig_tut_10_proof_tree}. The node with the label \textsf{ah} refers to when we added the hypothesis, the node with the label \textsf{$\exists$ hyp} refers to when we instantiated $x$ from a hypothesis and the node with the label \textsf{$\exists$ goal} refers to when we instantiated $p$ in the goal.
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodinimg{tutorial/tut_10_proof_tree.png}
+	\caption{The proof tree after instantiating $p$ with $x$.}
+	\label{fig_tut_10_proof_tree}
+\end{center}
+\end{figure}
+
+Now we need an example for the remaining variable $l$.
+There are two situations we want to distinguish: The person $x$ could be outside or not.
+To distinguish this, type $sit(x) = outside$ into the \textsf{Proof Control} view and click on the button \icon{rodin/dc_prover.png} (\textsf{dc} for distinguish case).
+Again, you get three new goals.
+
+\begin{itemize}
+\item The first is the well-definedness condition of $sit(x) = outside$. $sit$ must be a function and $x$ is in its domain.
+  This is easy to prove since $sit$ is a total function (\ref{relations}). Press the \icon{rodin/p1.png} button to verify it.
+\item The second node has the original goal but $sit(x) = outside$ as a hypothesis.
+\item The third node has the original goal but $\lnot sit(x) = outside$ as a hypothesis.
+\end{itemize}
+
+\warning{Note that the second and third node will appear identical in the proof tree.  You will only see the differences in the hypotheses by selecting the nodes.}
+
+Let's continue with the case $sit(x)=outside$: When $x$ is outside, it can always go to the $l$ that is defined \textsf{axm4}.
+To search for \textsf{axm4}, type $outside$ into the \textsf{Proof Control} text field and click the button \icon{rodin/sh_prover.png}. Add \textsf{axm4} ($\exists l\qdot l\in L\setminus\{outside\} \land P\cprod\{l\}\subseteq aut$) to the selected hypotheses. Now click on the red $\exists$ symbol in \textsf{axm4} (see Figure~\ref{fig_tut_10_search_hypotheses})
+to instantiate $l$.
+Now we have $l$ as an example for a location which is not outside and where everybody can go.
+\begin{figure}[!ht]
+  \begin{center}
+    \includerodinimg{tutorial/tut_10_search_hyp.png}
+    \caption{Searching hypothesis for $outside$: The third one is \textsf{axm4}.}
+    \label{fig_tut_10_search_hypotheses}
+  \end{center}
+\end{figure}
+Our goal is still $\exists l\qdot x\mapsto l\in aut \land sit(x)\neq l$.
+Note that the existential quantification introduces a new $l$ which does not (yet) have anything to do with
+ the location $l$ where anybody can go.
+Now type $l$ into the yellow box of the goal and press the $\exists$ symbol to state that we want to use our $l$ as
+  an example for the $l$ in the existential quantification.
+Again, we have the trivial goal $\btrue$ as well-definedness condition, so just press \icon{rodin/auto_prover.png} button to verify it.
+The remaining goal should be $x\mapsto l\in aut \land sit(x)\neq l$.
+This can be proven with the selected hypotheses $sit(x)=outside$, $l\in L\setminus\{outside\}$ and $P\cprod\{l\}\subseteq aut$. Press the \icon{rodin/auto_prover.png} button to verify this goal.
+
+Now only second case of the case distinction remains. This is where $x$ is not outside ($sit(x)\neq outside$). In this case, $x$ can simply go outside.
+Again the goal is $\exists l\qdot x\mapsto l\in aut \land sit(x)\neq l$. Type
+$outside$ as an example for a location $l$ into the yellow box and press
+the $\exists$ symbol.
+Press  the \icon{rodin/auto_prover.png} button to discharge the trivial well-definedness condition $\btrue$.
+The new goal should be $x \mapsto outside\in aut \land sit(x)\neq outside$.
+
+To prove this we need to prove that $x$ has the right to go $outside$.
+This is stated in the axiom $P \cprod\{outside\}\subseteq aut$.
+Have a look at the \textsf{Search Hypothesis} view. This was also one of the results from the last search for $outside$.
+(If you no longer see the results, repeat the search by entering $outside$ into the \textsf{Proof Control} and press the \icon{rodin/sh_prover.png} button.)
+Select $P \cprod\{outside\}\subseteq aut$ (in Figure~\ref{fig_tut_10_search_hypotheses}, it's the second entry) and
+  press the \icon{rodin/add.png} button to add it to your selected hypothesis. The auto-prover now has enough hypotheses, so simply click the \icon{rodin/auto_prover.png} button and
+  the last goal of our theorem should be proven.
+
+Here is the summary of the proof. Compare this with your final proof tree (as shown in 
+Figure~\ref{fig_tut_10_final_proof_tree}).
+
+\begin{tabular}{l}
+  \hline
+  added hypotheses: $\exists x\qdot x\in P$ \\
+  \quad well-definedness condition $\btrue$: automatically proven\\
+  \quad the hypotheses: automatically proven \\
+  \quad instantiation of $x$ in the hypotheses $\exists x\qdot x\in P$\\
+  \qquad using $x$ as an example for the $\exists p \ldots$ in the goal\\
+  \quad\qquad well-definedness condition $\btrue$: automatically proven\\
+  \quad\qquad case distinction $sit(x)=outside$ \\
+  \qquad\qquad well-definedness condition
+    ($sit$ is a function with $x$ in its \\
+  \qquad\qquad\qquad\qquad\qquad\qquad domain): proven using the \textsf{p1} provers\\
+  \qquad\qquad first case: instantiation of $l$ from axiom \textsf{axm4}\\
+  \quad\qquad\qquad using $l$ as an example for the $\exists l \ldots$ in the goal\\
+  \qquad\qquad\qquad well-definedness condition $\btrue$: automatically proven\\
+  \qquad\qquad\qquad remaining goal: automatically proven\\
+  \qquad\qquad second case: using $outside$ as an example \\
+  \qquad\qquad\qquad\qquad\qquad\qquad for the $\exists l \ldots$ in the goal \\
+  \quad\qquad\qquad well-definedness condition $\btrue$: automatically proven\\
+  \quad\qquad\qquad hypotheses $P\cprod\{outside\}$ selected\\
+  \qquad\qquad\qquad remaining goal: automatically proven\\
+  \hline
+\end{tabular}
+\begin{figure}[!ht]
+  \begin{center}
+    \includerodinimg{tutorial/tut_10_proof_tree_final.png}
+    \caption{Searching hypothesis for $outside$: The third one is \textsf{axm4}.}
+    \label{fig_tut_10_final_proof_tree}
+  \end{center}
+\end{figure}
+
+
+
+\subsection{Deadlock Freeness of First Refinement}
+\label{tut_location_first_refinement}
+
+Now we are going to explain the main complexity of our model: the deadlock freeness proof for the first refinement. 
+
+\info{Please remember that post-tactics should still be disabled before starting this part of the tutorial.} 
+
+The difference between the first refinement and the initial model is that a new constant \textsf{com} has been added in order to describe which rooms are connected. Additionally, we have a constant \textsf{exit}, which allows anybody to get outside.  Please consult the Event-B book (\ref{abrial_2010}) for the details regarding this model.
+
+The event \textsf{INITIALISATION} does not change, but the event \textsf{PASS} is refined as a consequence. We assume that a person can move to another location $l$ if they have the authorisation to be in $l$ (already defined in the abstraction) and also if the location $l$ is connected to the location $p$ where the person is at this precise moment (represented by $sit(p)$).
+
+\pencil{
+\begin{description}
+\nItemX{ grd12 }{ sit(p)\mapsto l \in  com }
+\end{description}
+}
+
+As in the last section (\ref{tut_initial_model}), open the \texttt{door\_1} machine and add a derived invariant (theorem) called \textsf{DLF} as follows\footnote{In the future, it might be worthwhile to change this theorem to take care of a couple of issues. It only states that at least one person can move, and it may be better to state that every person can move.  Furthermore, this statement is unable to detect live locks\index{live lock}: A situation where the system oscillates between a small number of states.}: 
+
+\pencil{
+\begin{description}
+	\nItemX{ DLF }{ \exists q, m \cdot (q \mapsto m \in aut \wedge sit(q) \mapsto m \in com)  }
+\end{description}
+}
+
+Save the file. Once again, the prover fails to prove this theorem automatically. What we want to prove is that ``at least one person authorized to be in a location must also be authorized to go in another location which communicates with the first one''.
+
+Switch over to the proving perspective and double click on \textsf{DLF/THM} to begin proving. When getting started, it is often a good idea to subdivide a proof into cases.  In this case, one distinction of cases should be to determine whether the person is outside or not.  
+
+First we need a variable denoting a location in order to distinguish between the two cases. We use the deadlock freeness invariant from the initial model for this purpose. Search through the possible hypotheses and add this theorem to the selected hypotheses (Figure~\ref{tut_10_ref_proof1}).
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodinimg{tutorial/tut_10_ref_proof1.png}
+	\caption{Adding a hypothesis to instantiate a variable for a case distinction.}
+	\label{tut_10_ref_proof1}
+\end{center}
+\end{figure}
+
+Now click on the red $\exists$ to instantiate the variables p and l. This will allow us to make the case distinction. To do this, we enter the following in the Proof Control View:
+
+$$ sit(p) = outside $$
+
+Now press the \icon{rodin/dc_prover.png} button.  This will create three new nodes in the proof tree: The first one is once again the well-definedness condition, followed by the two cases that we have just defined.  As always, use the \icon{rodin/auto_prover.png} button to verify the well-definedness condition.
+
+The first case is dealing with $sit(p) = outside$.  To verify this case, we need to use \textsf{axm7}, which states that at least one authorized room is connected to the outside:
+
+\pencil{
+\begin{description}
+	\nItemX{ axm7 }{ \exists l\qdot l\in L\setminus \{ outside\}  \land  outside\mapsto l\in com \land  P\cprod \{ l\} \subseteq aut  }
+\end{description}
+}
+
+Add \textsf{axm7} to the list of hypotheses.  We would like to work with an instance of a location, so we instantiate this hypothesis by clicking on its red $\exists$ symbol.
+
+\info{Note that Rodin instantiated the variable with the name $l0$ instead of $l$ because the name $l$ already exists from the previous instantiation.}
+
+Now we have variables to instantiate our goal as well.  We enter the value $p$ in the yellow box for q and $l0$ in the yellow box for m (see Figure~\ref{tut_10_ref_proof2}) and press the red  $\exists$.
+
+\begin{figure}[!ht]
+\begin{center}
+	\includerodinimg{tutorial/tut_10_ref_proof2.png}
+	\caption{Preparing the instantiation by providing values for $p$ and $l0$.}
+	\label{tut_10_ref_proof2}
+\end{center}
+\end{figure}
+
+This results in two new nodes to the proof tree, the first one being the well-defined proof obligation.  The last remaining proof obligation can be solved with the given hypotheses.  Clicking \icon{rodin/p0.png} will discharge both of these proof obligations.
+
+Now the first case is resolved.  Now let's consider the second case, $sit(p) \neq outside$.  We would like to instantiate the quantifier again, but this time we have to use different values.  We still have p to substitute for q, but for the location we use the exit relationship: Our axioms tell us that there is always an exit from every location, so $exit(sit(p))$ should be a valid substitution for m. Let's perform the substitution.  This advances our proof tree with a new node (and the well-definedness proof obligation, which we discharge with one click).
+
+The resulting proof obligation is a conjunction.  We can discharge the two parts of it by clicking on the red $\land$ symbol in the goal view. This results in two simpler goals in the proof tree.  We start with the \textbf{second} goal.
+
+\info{We start with the second goal instead of the first goal because doing so will provide us with hypotheses that will be beneficial in discharging the first goal.  How do we know this? By experience and by playing with the proofs for a long time.  Depressingly, there is no easy rule to guide us through the proving process. There are just general guidelines and experience.}
+
+The goal we start with is:
+
+$$ sit(p) \mapsto exit(sit(p)) \in com $$
+
+None the hypotheses that we have added so far contain $com$, so add \textsf{axm4} to the selected hypotheses:
+
+\pencil{
+\begin{description}
+\nItemX{ axm4 }{ exit \subseteq  com }
+\end{description}
+}
+
+Hit the \icon{rodin/p0.png} button, and Rodin discharges the goal.
+
+Now deal with the last undischarged goal:
+
+$$ p \mapsto exit(sit(p)) \in aut $$
+
+This statement means that the person is authorized to follow the exit. To discharge this proof obligation we need to use \textsf{axm6}, which essentially states that ``Everybody has the permission to leave from wherever they are'':
+
+\pencil{
+\begin{description}
+\nItemX{ axm6 }{ aut \ransub  \{ outside\}  \subseteq  (aut ; exit^{-1} )  }
+\end{description}
+}
+
+Remove the inclusion by clicking on the red $\subseteq$, which results in a hypothesis with universal quantifier. Instantiate this with the variables that we already have on hand.  Instantiate x with p and x0 with sit(p).  Examine this formula and try to understand what it means.
+
+This results in two more goals in our proof tree. The first goal is the well-definedness condition which we discharge with the \icon{rodin/auto_prover.png} button.
+
+The remaining goal is simple and essentially states that following the current position along the exit route will lead to a location where the user is authorized:
+
+$$ p \subseteq exit(sit(p)) \in aut $$
+
+We cannot discharge this with the \icon{rodin/p0.png} prover; However, using the \icon{rodin/p1.png} prover will discharge it.  Using \icon{rodin/p1.png} is the same as selecting related hypotheses with \icon{rodin/lasoo_prover.png} and then using \icon{rodin/p0.png}.  The danger of this approach is that if too many hypotheses are added, the prover may not be able to find a solution before timing out.  In this case, it worked.
+
+\info{As an exercise, try to manually identify the hypotheses that were required to discharge this goal.}
+
+
+This concludes this section of the tutorial. Be aware that we have just looked at one small aspect of a rather sophisticated model.  Also, please be aware that this tutorial gave you only an introduction to proving.  To become an expert, we encourage you to study interesting models and to practice.
+
+%%% Local Variables: 
+%%% mode: latex
+%%% TeX-master: "rodin-doc"
+%%% End: 
diff --git a/org.rodinp.handbook.feature/latex/tutorial-11.tex b/org.rodinp.handbook.feature/latex/tutorial-11.tex
new file mode 100644
index 0000000000000000000000000000000000000000..e33922958ff97586d05793a63cba8d1aa9a425b9
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/tutorial-11.tex
@@ -0,0 +1,16 @@
+\section{Outlook}
+\label{tut_outlook}
+
+Congratulations -- if you have made it this far, you should have a good foundation for getting some real work done with Rodin.  In this section we would like to provide you with a few pointers that will help you to make your work as efficient as possible.
+
+\begin{description}
+	\item[Use the Reference Section and FAQ] If you have a specific issue or if you quickly need to look something up, check the reference (\ref{reference}) and FAQ (\ref{faq}) of this handbook.
+	\item[Online, PDF and Eclipse-Version of the Handbook] There are three versions of this handbook.  You can access it directly through Rodin by using the built-in help browser (\textsf{Help $\rangle$ Help Contents}).  The Eclipse-Version is useful because it can be used offline.
+	\item[Use the Rodin Wiki] The Rodin Wiki (\ref{rodin_wiki}) contains the latest news regarding Rodin and a wealth of information that is not in the scope of this handbook.  Be sure to check out it out.
+	\item[Find useful Plugins] There are many plugins available, so be sure to check them out.  There is a good chance that they will make your life easier.
+	\item[Subscribe to the mailing lists] The wiki lists the existing mailing lists (\ref{faq_getting_help}) which include a list for users and for developers.  We strongly recommend subscribing to the announcement list.
+	\item[Rodin in Industry] If you are considering using Rodin in an industrial setting, be sure to explore the testimonies from the Deploy (\ref{deploy}) project, in which industrial partners describe their experiences with Rodin.
+\end{description}
+
+We wish you success in your modelling projects!
+
diff --git a/org.rodinp.handbook.feature/latex/tutorial-outline.tex b/org.rodinp.handbook.feature/latex/tutorial-outline.tex
new file mode 100644
index 0000000000000000000000000000000000000000..d98e76826da23252bc21ee353c92183d30275968
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/tutorial-outline.tex
@@ -0,0 +1,31 @@
+
+The objective of this tutorial is to get you to a stage where you can use Rodin and build Event-B models.  We expect you to have a basic understanding of logic and an idea why doing formal modelling is a good idea.  You should be able to work through the tutorial with little or no outside help.
+
+This tutorial covers installation and configuration for Rodin. It will teach you step by step how to build formal models. It also provides the essential theory and provides links to further information.
+
+We attempt to alternate between theory and practical application and thereby keep you motivated.  We encourage you not to download solutions to the examples but instead to actively build them up yourself as the tutorial progresses.
+
+If something is unclear, remember to check the Reference chapter (Chapter \ref{reference}) for more information.
+
+\section{Outline}
+\label{tut_outline}
+
+\begin{description}
+	\item[Background before getting started (\ref{tut_before_getting_started})] We give a brief description of what Event-B is, what it is being used for and what kind of background knowledge we expect.
+	\item[Installation (\ref{tut_installation})] We guide you through downloading, installing and starting Rodin and point out platform differences.  We install the provers.  We list the different window views and describe what they do.
+	\item[The First Machine (\ref{tut_first_machine})] We introduce our first example: a traffic light machine that uses boolean values for signals.  We introduce guards, which allow the proof obligations to be automatically discharged.  We explain how proof labels are read without changing to the proof perspective.
+	\item[Mathematical notation (\ref{tut_mathematical_notation})] At this point we quickly go through the most important aspects of predicate calculus and provide links to the reference chapter and to external literature.  We explain everything used by the traffic light system, we introduce all data types and we provide a brief intoduction of sets and relations.  We also explain the difference between predicates and expressions. For example, this is where we explain the difference between TRUE and $\top$.  
+	\item[Introducing Contexts (\ref{tut_contexts})] We introduce contexts to apply the theoretical concepts that were introduced in the previous section.  We use the Agatha-Puzzle as an example to step by step introduce more and more complex elements.  We cover theorems and also mention well-definedness.
+	\item[Event-B Concepts (\ref{tut_eventb_concepts})] This is another theoretical section that provides more background information about the previous examples.  We analyze the anatomy of a machine and introduce all the elements that a machine or context may have. We describe the sees and refines concepts which will be applied in the next section, and we briefly mention concepts like data refinement and witnesses although we do not explain them in detail.
+	\item[Expanding the Traffic Light System (\ref{tut_expanding_traffic_light_system})]  We apply what we learn\-ed in the previous section by introducing a context with traffic light colors and a refinement to integrate them.  We will introduce another refinement to model the push buttons.
+	\item[Proving (\ref{tut_proving})] So far all proof obligations have been discharged automatically.  Now we switch to the proving perspective and explore it for the first time.
+We edit the configuration for the auto prover, invalidate proofs and show that with the new configuration they will not be discharged any more.  We carry out a simple proof manually and describe the provers available.
+	\item[Proving Deadlock Freeness (\ref{tut_location_access_controller})] In this section we define what it means for a machine to be deadlock free. We use a more complex example to explore how much the Rodin provers can accomplish.
+	\item[Outlook (\ref{tut_outlook})] This concludes the tutorial. We provide many links here for further reading.  In particular, we reference the documentation from the Deploy project and the Rodin Wiki.
+\end{description}
+
+
+%%% Local Variables: 
+%%% mode: latex
+%%% TeX-master: "rodin-doc"
+%%% End: 
diff --git a/org.rodinp.handbook.feature/latex/tutorial.tex b/org.rodinp.handbook.feature/latex/tutorial.tex
new file mode 100644
index 0000000000000000000000000000000000000000..8a5a4ad552417c86556a47f1801f142044893580
--- /dev/null
+++ b/org.rodinp.handbook.feature/latex/tutorial.tex
@@ -0,0 +1,22 @@
+\chapter{Tutorial}
+\label{tutorial}
+
+\input{tutorial-outline}
+
+\input{tutorial-01}
+\input{tutorial-02}
+\input{tutorial-03}
+\input{tutorial-04}
+\input{tutorial-05}
+\input{tutorial-06}
+\input{tutorial-07}
+\input{tutorial-08}
+\input{tutorial-10}
+\input{tutorial-11}
+
+
+
+%%% Local Variables: 
+%%% mode: latex
+%%% TeX-master: "rodin-doc"
+%%% End: 
diff --git a/org.rodinp.handbook.feature/org.rodinp.handbook.feature customBuild.xml.launch b/org.rodinp.handbook.feature/org.rodinp.handbook.feature customBuild.xml.launch
new file mode 100644
index 0000000000000000000000000000000000000000..f121b17cb5df28195382dd7e7700a757faec0daa
--- /dev/null
+++ b/org.rodinp.handbook.feature/org.rodinp.handbook.feature customBuild.xml.launch	
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<launchConfiguration type="org.eclipse.ant.AntLaunchConfigurationType">
+<booleanAttribute key="org.eclipse.ant.ui.DEFAULT_VM_INSTALL" value="true"/>
+<stringAttribute key="org.eclipse.debug.core.ATTR_REFRESH_SCOPE" value="${working_set:&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&#10;&lt;resources&gt;&#10;&lt;item path=&quot;/org.rodinp.help.feature&quot; type=&quot;4&quot;/&gt;&#10;&lt;/resources&gt;}"/>
+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
+<listEntry value="/org.rodinp.handbook.feature/customBuild.xml"/>
+</listAttribute>
+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
+<listEntry value="1"/>
+</listAttribute>
+<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
+<listEntry value="org.eclipse.ui.externaltools.launchGroup"/>
+</listAttribute>
+<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/>
+<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.eclipse.ant.internal.launching.remote.InternalAntRunner"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="org.rodinp.handbook.feature"/>
+<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/>
+<stringAttribute key="org.eclipse.ui.externaltools.ATTR_ANT_TARGETS" value="generate-eclipse,"/>
+<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LAUNCH_CONFIGURATION_BUILD_SCOPE" value="${none}"/>
+<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/org.rodinp.handbook.feature/customBuild.xml}"/>
+<stringAttribute key="process_factory_id" value="org.eclipse.ant.ui.remoteAntProcessFactory"/>
+</launchConfiguration>
diff --git a/org.rodinp.handbook.feature/skeleton/.project b/org.rodinp.handbook.feature/skeleton/.project
new file mode 100644
index 0000000000000000000000000000000000000000..d60846fa4a3f1c1aa5a22ed75f14e204058c68b0
--- /dev/null
+++ b/org.rodinp.handbook.feature/skeleton/.project
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.rodinp.handbook</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.pde.ManifestBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.SchemaBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.pde.PluginNature</nature>
+	</natures>
+</projectDescription>
diff --git a/org.rodinp.handbook.feature/skeleton/META-INF/MANIFEST.MF b/org.rodinp.handbook.feature/skeleton/META-INF/MANIFEST.MF
new file mode 100644
index 0000000000000000000000000000000000000000..04457fb11b724a96adc21f4576ac0bc25ca88ba9
--- /dev/null
+++ b/org.rodinp.handbook.feature/skeleton/META-INF/MANIFEST.MF
@@ -0,0 +1,8 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Rodin Handbook v.2.5
+Bundle-SymbolicName: org.rodinp.handbook;singleton:=true
+Bundle-Version: 2.5.0.qualifier
+Bundle-Vendor: Formal Mind GmbH (formalmind.com)
+Created-By: Formalmind GmbH
+
diff --git a/org.rodinp.handbook.feature/skeleton/build.properties b/org.rodinp.handbook.feature/skeleton/build.properties
new file mode 100644
index 0000000000000000000000000000000000000000..77d4db29ecdf98686fed6543291d9ba6b5bf4c16
--- /dev/null
+++ b/org.rodinp.handbook.feature/skeleton/build.properties
@@ -0,0 +1,9 @@
+bin.includes = plugin.xml,\
+               *.xml,\
+               *.html,\
+               *.pdf,\
+               icons/,\
+               META-INF/,\
+               images/,\
+               styles/,\
+               files/
diff --git a/org.rodinp.handbook.feature/skeleton/plugin.xml b/org.rodinp.handbook.feature/skeleton/plugin.xml
new file mode 100644
index 0000000000000000000000000000000000000000..94ac333bd6b60b17e9ab0d08923a80c7db60a7b0
--- /dev/null
+++ b/org.rodinp.handbook.feature/skeleton/plugin.xml
@@ -0,0 +1,6 @@
+<?xml version='1.0' encoding='ISO-8859-1' ?>
+<plugin>
+   <extension point="org.eclipse.help.toc">
+      <toc primary="true" file="eclipse-toc.xml" />
+   </extension>
+</plugin>
diff --git a/org.rodinp.handbook.releng/.project b/org.rodinp.handbook.releng/.project
new file mode 100644
index 0000000000000000000000000000000000000000..807c549ee71462e433864be0948ffd9d596d4ef5
--- /dev/null
+++ b/org.rodinp.handbook.releng/.project
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.rodinp.handbook.releng</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+	</buildSpec>
+	<natures>
+	</natures>
+</projectDescription>
diff --git a/org.rodinp.handbook.releng/build.gradle b/org.rodinp.handbook.releng/build.gradle
new file mode 100755
index 0000000000000000000000000000000000000000..182743b67dbf96a310b6006f79a0f7652ea97681
--- /dev/null
+++ b/org.rodinp.handbook.releng/build.gradle
@@ -0,0 +1,55 @@
+groupID			=	"org.rodinp.handbook"
+features		=	["org.rodinp.handbook.feature"]		// must be the same as the folder name Please remember to add '../' if necessary
+
+descriptions	=	[["org.rodinp.handbook.feature": "Rodin Handbook"]]		// label and descriptions of the features
+
+repositoryName	=	groupID+".repository"		// will be the folder name
+parentID		= 	groupID+".parent"			// will be the same as the folder name
+
+targetRepositories = []		// ps Repository with Target Definition File
+
+workspacePath = "../"					// Relative Path to workspace directory e.g. your build is located in the folder workspace/buildscript please set relativePath to ".../"
+
+apply from: 'tycho_build.gradle'
+
+// Local tasks
+task importPlugin << {
+	sourcedir = '../org.rodinp.handbook.feature/build/eclipse'
+	targetdir = '../org.rodinp.handbook'
+	delete file(targetdir)
+	new File(targetdir).mkdirs() 
+	copy {
+		from sourcedir
+		into targetdir
+	}
+}
+
+task deleteOldHelpPlugin(type: Delete) {
+  	String helpPlugin = workspacePath+'org.rodinp.handbook'
+	delete helpPlugin
+}
+
+task importHelpPlugin(type:Copy) {
+	    from workspacePath+'org.rodinp.handbook.feature/build/eclipse'
+	    into workspacePath+'org.rodinp.handbook'
+}
+
+task deleteOldArtifacts(type: Delete) {
+  	String updateSite = workspacePath+'updatesite'
+	delete updateSite
+}
+
+task collectArtifacts()  << {
+  copy {
+   from workspacePath+groupID+'.feature/build/'
+   into workspacePath+'current'
+  }
+  copy { 
+   from workspacePath+groupID+'.repository/target/repository/'
+   into workspacePath+'updatesite'
+  }
+  copy {
+   from "index.html"
+   into workspacePath+'updatesite'
+  }
+}
diff --git a/org.rodinp.handbook.releng/index.html b/org.rodinp.handbook.releng/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..54b1e1c2ef8e0679454b0e72129db26ebfe7d0fb
--- /dev/null
+++ b/org.rodinp.handbook.releng/index.html
@@ -0,0 +1,21 @@
+<html>
+<head>
+<title>ProR Handbook Updatesite</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+</head>
+<body onload="init();">
+<!--[insert static HTML here]-->
+<a href="http://www.formalmind.com/"><img src="http://www.formalmind.com/sites/default/files/logo_formalmind.png" border="0" align="right"></a>
+<h1 class="title">Installing the Rodin Handbook plug-in</h1>
+<p class="bodyText">
+Please use the Rodin Update manager to install the plug-in.
+</p>
+<ol class="bodyText">
+<li>Select from main menu: <i>Help | Software Updates | Find and install...</i></li>
+<li>There should already be a HHU remote site.  If not, create a new remote site using the URL <br/><i>http://handbook.event-b.org/updatesite/</i></li>
+<li>Select the Plug-ins you want to install and follow the dialog</li>
+</ol>
+<br/>
+<div id="data"><!-- this is where the transformed data goes --></div>
+</body>
+</html>
diff --git a/org.rodinp.handbook.releng/settings.gradle b/org.rodinp.handbook.releng/settings.gradle
new file mode 100755
index 0000000000000000000000000000000000000000..d2a9093ffe7d99e8d0b487965fb46f1aff07e244
--- /dev/null
+++ b/org.rodinp.handbook.releng/settings.gradle
@@ -0,0 +1 @@
+include 'org.rodinp.handbook', 'org.rodinp.handbook.feature'
\ No newline at end of file
diff --git a/org.rodinp.handbook.releng/tycho_build.gradle b/org.rodinp.handbook.releng/tycho_build.gradle
new file mode 100755
index 0000000000000000000000000000000000000000..30b014f1325e654c5e3077d3989a4bc40cb30bf6
--- /dev/null
+++ b/org.rodinp.handbook.releng/tycho_build.gradle
@@ -0,0 +1,441 @@
+apply plugin: 'base'
+
+
+
+def projects(int i){
+	return  subprojects.name[i]
+}
+//	returns the name of a subproject listed in the settings.gradle file
+
+
+def numberOfProjects(){
+	return subprojects.name.size()
+}
+//	returns the number of projects listed in the settings.gradle file
+
+
+
+
+
+/* 		--		Return ParentId			--		*/
+
+def parentId(){
+	return parentID
+}
+/*
+*	This is the project of the parent Pom
+*	The Tycho Maven Build is triggered from
+*	this project's pom
+*/
+
+
+
+/*	--			Return Group Id			--		*/
+def groupId(){
+	return groupID
+}
+
+/*
+*	This Group ID will be used in every sub project
+*/
+
+
+/////////////////////////////////////////////////////////////////////////////////////////
+//		--	!!! 				DEFINING SUB PROJECTS 							!!!	-- //
+/////////////////////////////////////////////////////////////////////////////////////////
+
+subprojects {
+	
+	apply plugin: 'base'
+	
+	task deleteArtifacts(type: Delete) {
+  		delete 'target','pom.xml'
+	}
+		
+	task deploy() <<{
+		description = "\tGenerating the Tycho Poms. Please remember to add a '.qualifier' to the version numbers!"
+
+		versionNumber = 'Version Number Error:\tcheck Manifest for Bundle-Version Number and make sure to add a ".qualifier" to the version numbers!\n'
+		
+		artifactId = 'Could not find Bundle-SymbolicName in Manifest.file'
+
+		
+		/* -- In case of changed Manifest File in Eclipse:
+		*	
+		*	Version Numbers of the projects are collected via 
+		*	regular expressions in the Manifest.MF File.  
+		*	Versionnumber of the projects are equal to their
+		*	Bundle-Version Number
+		*/
+		
+		
+		if(features.every{ it != project.name }){			// Generating Poms for sub projects except features
+			content = new File(workspacePath+"${project.name}/META-INF/MANIFEST.MF").getText("UTF-8") 
+
+	 		printFileLine = { 
+				if(  it ==~ /Bundle-Version.+qualifier/ ){
+					versionNumber = it.substring(16) // possibile error: cuts off first 16 chars 
+			
+					/*	Version Number is taken from Bundle-Version in Manifest.MF
+					*	If there is no Bundle-Version or the versionnumber needs to
+					*	be taken from a different key word, please change the
+					*	regular expression and the substring above
+					*/	
+				}
+		
+				if(  it ==~ /Bundle-SymbolicName:.+/ ){
+					artifactId = it
+					artifactId = artifactId.replace("Bundle-SymbolicName:", '');
+					artifactId = artifactId.replace(";",'')
+					artifactId = artifactId.replace(" ",'')
+					artifactId = artifactId.replace("singleton:=true",'')
+				}
+				/*	Artifact ID is taken from Bundle-SymbolicName minus the
+				*	16 chars ';singleton:=true'
+				*/
+			}
+	
+			content.eachLine( printFileLine )
+	
+	
+			println artifactId
+			println "\t"+versionNumber
+	
+			def f = new File(workspacePath+artifactId+'/pom.xml') 
+			f.delete()
+			f << start()+elder()+artifact(artifactId, versionNumber)+end()
+			/*	
+			*	old pom.xml files are deleted and replaced by new auto generated Tycho pom.xml files
+			*/
+		}else{	// if subprojects aren't a feature
+			
+
+	
+//		--		Features 					--			//
+	
+			if(features.any{ it == project.name } ){
+			
+				boolean idfound = false
+
+				content = new File(workspacePath+"${project.name}/feature.xml").getText("UTF-8") 
+
+				printFileLine = {
+		
+					if(  it ==~ /.+version.+qualifier.+/ ){
+						versionNumber = it 
+						versionNumber = versionNumber.replace(" ", '')
+						versionNumber = versionNumber.replace("version=", '')
+						versionNumber = versionNumber.replace('"', '')
+						versionNumber = versionNumber.replace('<', '')
+						versionNumber = versionNumber.replace('>', '')
+						
+						/*	Version Number is taken from Feature.xml 
+						*	feature.xml is searched for version="version.qualifier"
+						*	first 15 chars and last '"' are cut off
+						*/
+
+					}
+		
+		
+					if(  it ==~ /.+id=".+/ && idfound == false ){
+						artifactId = it
+						artifactId = artifactId.replace("id=", '')
+						artifactId = artifactId.replace(" ", '')
+						artifactId = artifactId.replace('"', '')
+						idfound = true
+					}
+				
+				}
+	
+				content.eachLine( printFileLine )
+
+	
+				println artifactId
+				println "\t"+versionNumber
+
+
+				def f = new File(workspacePath+artifactId+'/pom.xml') 
+				f.delete()
+				f << feature(artifactId, versionNumber)
+							
+			}
+	
+		}
+	}
+	
+
+	
+}// defining subprojects
+
+
+clean {
+	dependsOn += subprojects.deleteArtifacts
+}
+
+task createParent() << {
+	//		---------				 define Parent 				---------		//
+		
+	new File(workspacePath+"${parentID}").mkdir() 			
+	versionNumber 	=	'1.0.0.qualifier'
+	artifactId 		=	parentId()
+
+	def f = new File(workspacePath+artifactId+'/pom.xml') 
+	f.delete()
+	f << parentPom(artifactId)
+	for(int i = 0; i < targetRepositories.size(); i++){
+		f << repos(targetRepositories[i], i)
+	}
+	f << endRepos()
+	f << moduleStart()
+	for(int i = 0; i < numberOfProjects(); i++){
+		f << module(projects(i))
+	}
+	f << module(repositoryName)
+	f << endParent()
+
+}
+
+task createRepository() << {
+
+	//			------------	 	define Repository			---------		//
+			
+			
+	new File(workspacePath+"${repositoryName}").mkdir() 
+				
+	versionNumber 	=	'1.0.0.qualifier'
+	artifactId		=	repositoryName
+	featureVersionNumber = '1.0.0.qualifier'
+	def f = new File(workspacePath+artifactId+'/category.xml') 
+	f.delete()
+	f << categoryHead()
+	for(int i = 0; i < features.size(); i++){
+
+		content = new File("${workspacePath}${features[i]}/feature.xml").getText("UTF-8") 
+		boolean idfound = false
+		printFileLine = {
+				if(  it ==~ /.+version.+qualifier.+/ ){
+					featureVersionNumber = it 
+					featureVersionNumber = featureVersionNumber.replace(" ", '')
+					featureVersionNumber = featureVersionNumber.replace("version=", '')
+					featureVersionNumber = featureVersionNumber.replace('"', '')
+
+
+				}
+	
+	
+				if(  it ==~ /.+id=".+/ && idfound == false ){
+					featureArtifactId = it
+					featureArtifactId = featureArtifactId.replace("id=", '')
+					featureArtifactId = featureArtifactId.replace(" ", '')
+					featureArtifactId = featureArtifactId.replace('"', '')
+					idfound = true
+				}
+			
+		}
+	
+		content.eachLine( printFileLine )
+		f << categoryFeatures(featureArtifactId.replace(workspacePath,''), featureVersionNumber)
+	}// for
+			
+	for(int i = 0; i < features.size(); i++){
+				
+		f << categoryDescription(features[i], descriptions[features[i]][0] ,descriptions[features[i]][1])
+		//							featureName,	label,		description
+	}//for
+				
+	f << categoryEnd()
+				
+	def pom = new File(workspacePath+artifactId+'/pom.xml') 
+	pom.delete()
+	pom << reposi()
+}// end of repository definition
+	
+
+task createPoms(dependsOn: [createParent, createRepository, subprojects.deploy])
+
+
+task install(dependsOn: [createPoms] , type:Exec) {
+	description = "\tExecutes a 'mvn install' of the parent pom.xml and auto-generates Tycho Poms"	
+	commandLine 'mvn', 'install', '-f', workspacePath+parentID+'/pom.xml'
+}
+
+
+//---     Defining Tycho POM parts			--//
+
+
+    def artifact(artifactId,versionNumber) { """
+		<groupId>${groupId()}</groupId>
+		<artifactId>${artifactId}</artifactId>
+		<version>${versionNumber}</version>
+		<packaging>eclipse-plugin</packaging>
+	""" }
+	
+	
+			
+	def start() { """<?xml version="1.0" encoding="UTF-8"?>
+	<project
+		xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+		<modelVersion>4.0.0</modelVersion>
+	"""}
+	
+	
+	def elder() {"""
+		<parent>
+			<groupId>${groupId()}</groupId>
+			<artifactId>${parentId()}</artifactId>
+			<version>1.0.0.qualifier</version>
+			<relativePath>../${parentId()}/pom.xml</relativePath>
+		</parent>
+	"""}
+
+
+	def end() {"""
+	</project>
+	"""}
+	
+// 				--	defining Parent Pom				--				//
+
+
+
+
+def parentPom(artifactId) { """<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+	
+	<groupId>${groupId()}</groupId>
+  	<artifactId>${artifactId}</artifactId>
+  	<version>1.0.0.qualifier</version>
+  
+	<packaging>pom</packaging>
+
+	<!-- this is the parent POM from which all modules inherit common settings -->
+	<properties>
+		<tycho-version>0.14.1</tycho-version>
+	</properties>
+
+   <repositories>
+	<!-- configure p2 repository to resolve against -->  
+    
+
+"""}
+
+
+def repos(String targetRepo, int i) {"""
+	
+	<repository>
+	  <id>targetRepository${i}</id>
+	  <layout>p2</layout>
+	  <url>${targetRepo}</url>
+	</repository>
+
+"""}
+
+
+
+def endRepos() {"""
+  </repositories> 
+
+	<build>
+		<plugins>
+			<plugin>
+				<!-- enable tycho build extension -->
+				<groupId>org.eclipse.tycho</groupId>
+				<artifactId>tycho-maven-plugin</artifactId>
+				<version>0.14.1</version>
+				<extensions>true</extensions>
+			</plugin>
+		</plugins>
+	</build>
+"""}
+
+def moduleStart(){"""
+	<!-- the modules that should be built together -->
+	<modules>
+	"""}
+
+//for(int i = 0; i < numberOfProjects(); i++)
+
+def module(String project){"""		<module>../${project}</module>
+"""}
+
+	
+
+def endParent() {"""
+	</modules>
+</project>
+	"""}
+	
+// end of defining parent pom.xml
+
+// repository Pom
+def reposi() { """
+<?xml version="1.0" encoding="UTF-8"?>
+  <project
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+      <groupId>${groupID}</groupId>
+      <artifactId>${parentID}</artifactId>
+      <version>1.0.0.qualifier</version>
+      <relativePath>../${parentID}/pom.xml</relativePath>
+    </parent>
+
+    
+    <groupId>${groupID}</groupId>
+    <artifactId>${repositoryName}</artifactId>
+    <version>1.0.0.qualifier</version>
+    <packaging>eclipse-repository</packaging>
+  </project>
+"""}
+
+
+// creates a category in 
+def categoryHead() { """<?xml version="1.0" encoding="UTF-8"?>
+<site>
+
+"""}
+	
+def categoryFeatures(artifactId, versionNumber){"""
+	<feature url="features/${artifactId}_${versionNumber}.jar" id="${artifactId}" version="${versionNumber}">
+		<category name="${artifactId}.category"/>
+	</feature>
+"""}
+
+def categoryDescription(artifactId, categoryName, categorydescription){"""
+<category-def name="${artifactId}.category" label="${categoryName}">
+      <description>
+${categorydescription}
+      </description>
+   </category-def>
+"""}
+
+def categoryEnd(){"""
+</site>
+"""}
+// end of category definition
+
+// feature pom
+def feature(artifactId, versionNumber) { """
+<?xml version="1.0" encoding="UTF-8"?>
+	<project
+		xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+		<modelVersion>4.0.0</modelVersion>
+		<parent>
+			<groupId>${groupId()}</groupId>
+			<artifactId>${parentId()}</artifactId>
+			<version>1.0.0.qualifier</version>
+			<relativePath>../${parentId()}/pom.xml</relativePath>
+		</parent>
+		<groupId>${groupId()}</groupId>
+		<artifactId>${artifactId}</artifactId>
+		<version>${versionNumber}</version>
+		<packaging>eclipse-feature</packaging>
+	</project>
+"""}
+// end of feature pom
+
+
+//	Build Script can be executed via gradle install
+//	Pom Generation can be executed via gradle deploy
+
+