You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2016/07/16 14:50:17 UTC

svn commit: r14436 [4/5] - /dev/directory/apacheds/2.0.0-M23/

Added: dev/directory/apacheds/2.0.0-M23/apacheds-2.0.0-M23-64bit.bin
==============================================================================
--- dev/directory/apacheds/2.0.0-M23/apacheds-2.0.0-M23-64bit.bin (added)
+++ dev/directory/apacheds/2.0.0-M23/apacheds-2.0.0-M23-64bit.bin Sat Jul 16 14:50:16 2016
@@ -0,0 +1,65890 @@
+#!/bin/sh
+
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+# 
+#   http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License. 
+
+
+#------------------------------------------------------------------------------
+# Verifies the exit code of the last command used. If the exit code is 0, the
+# execution continues, if not the execution is halted and we exit the program
+# with a 1 value.
+#------------------------------------------------------------------------------
+verifyExitCode()
+{
+    if [ $? -ne 0 ]
+    then
+               echo "An error occurred when installing ApacheDS."
+               echo "ApacheDS installation failed."
+               exit 1
+    fi
+}
+
+# Variables
+export APACHEDS_VERSION=2.0.0-M23
+
+# Displaying welcome message and license terms
+more <<"EOF"
+                   WELCOME TO THE APACHEDS INSTALLER PROGRAM
+                    _                     _          ____  ____ 
+                   / \   _ __   __ _  ___| |__   ___|  _ \/ ___|
+                  / _ \ | '_ \ / _` |/ __| '_ \ / _ \ | | \___ \ 
+                 / ___ \| |_) | (_| | (__| | | |  __/ |_| |___) |
+                /_/   \_\ .__/ \__,_|\___|_| |_|\___|____/|____/ 
+                        |_|
+
+    ApacheDS is distributed under the Apache Software License Version 2.0.
+            
+            Please, take some time to read the license terms below.
+
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+EOF
+
+# Asking for license agreement
+echo ""
+echo "Do you agree to the above license terms? [yes or no]"
+
+# Reading userInput
+while [ "true" ];
+do
+    read userInput leftover
+    case $userInput in
+        [yY] | [yY][eE][sS])
+            break;;
+        [nN] | [nN][oO])
+            echo "If you don't agree to the license this software cannot be installed."
+            exit 1
+    esac
+done
+
+# This is the name of the contained archive
+archiveName=__tmp.tar.gz
+
+# Unpacking the installer
+echo "Unpacking the installer..."
+trap 'rm -f $archiveName; exit 1' HUP INT QUIT TERM
+tail -n +282 $0 > $archiveName
+verifyExitCode
+
+# Extracting the installer
+echo "Extracting the installer..."
+tar xzf $archiveName
+verifyExitCode
+
+# Launching the installer
+cd sh
+verifyExitCode
+. ./install.sh
+verifyExitCode
+
+# Cleaning
+cd ..
+verifyExitCode
+rm -rf sh
+verifyExitCode
+rm -rf instance
+verifyExitCode
+rm -rf server
+verifyExitCode
+rm -f $archiveName
+verifyExitCode
+
+# Finishing
+echo "Done."
+echo "ApacheDS has been installed successfully."
+exit 0
+�G�W�
�U�(�		Zp�-��LBO�Of���3�I7��0=C�	$5��3E��ڮ���$qiڸ��o]�������.�[�
	!�Y|��(��W���wι�Vݪ�L�IH��J�=u��{�9���-=kZj6�5&�lJ
+��z�7�MMM�[[�]�x	�6��4>Z��֢4�,imim]�ڴDij^ܼh�Oi�nB����<����İ�ώM���&�cF�ϐ��Z�ԍ�2�ٟ���J�~��L��7i	+�VMs�b97���Y�f�4jz �[~B�&͆����F~,���	-�\��Rj!m��&E�hUS��z��]@���2�Wɞ�y-��*>h� s,��iy�Hf�tZ��mЈ�i/�8b�=�Ԁ�5�X<̟��1�f��X�(�j"�!u�}v�V�HkYu0�%�(��Ϩi�f�ȩ��7�d�A�ږ/hlvH�C�`;(p������yG��ќaN� ��d�V�W3�����wQasvu��5zZ�V3�2�?Z���a��ߢg�:��2�Q~�gX�}�)-
+ҳ��Oh9��<��#�%��{+f7���jKe�Σ��z�M%������jy��%8��Rk��jNMkA�� �-Ly-�b4�=����L$����[�j�ֲ��J�'�s�i9��ʲ��T�Ė���*M�����)�h����~]�t��vT����j
+��$��vTUK�D���\���[�S�IA~�U� �f���m0S��ӷ���w�4U�h��v��.;t�S%}gN;���NI�
��O続��3��:m���f�(7LJ[��t�T�]Y.����Q{Iu/7�tWsp��L��t�E����=�P\Mi]FRO�Ƀ9xХ��� �k�5��.�������jz���~���>X��L�J�%|�2�McFb�Q��7�,�|��!���,��`ˮ�K�ƴ�5,�f#���`0n��S�Y��e��&���N#��ĵy5A��;�gtK��cXKl��ckL�Z���&Ņ����z�:&���*�h2-���LbG�JG�鼳�r�!��I-D��Ȧ>��k)-��1��2ĩ>nYt"��c����j��*29��cBGLg���D�7Cs\uHx��S�2љ$��t��\W��Quz���Y0�hŷj������+��'$pd7����}�S�6����V/9!�L�Uح&�jb��P�hc�Z^�z���*k��n?Yo��Z�0��L �j�H`	X���X��q��a pr��KO�	��`q�0�U)�j�0�P���Pz�ZÙeJ<	9p'�o	�[���&j:�Ψ�M�UsӉȟ��{9�&�
+qL��9-�ǰ��Ow���B��p�gr櫉�(��F:
��=c�~B�1�`U&c���'�ԅn���;�%}B#H`��kZ0^�lU�1A��E~[��>�n>�a#q{���U�3%)�J
i��]�'4(�<�+x�&�J�L]�b#�i.��q�WW�ZM����4����鯚'4�c,�9�����9�Ic]����KyK�����r'�)�F�>p̴�L�xI�ކ�W�6�몲�*9���2���>J�cd�E;�#�~����y��&d \l�s��s#0$Ѫ&�T^}��Mj�|�f�M۲�	��Nܔ\�:C_28i�����^�o;�a�ا�S�5��'�F�f Wuu�VT��(�IMaU���5S�&��G~���B��d*�x:	�'��Һj�>B���B��u�����(�3[|��?�⓪>c�G��x��������Q8��V8c�UГ�ZZP�+.��h��>�Q^g�0e�S�w��g&6�p�0ؐ���F-2�˖)�]ۺ8����u׵^��ydp��޵]K�oYjud�n��W���k����tGf��f��)��ۼޯ���nliV׵^3�r��޻�������Ģ���H��Dȸ�u�r֏c�{���:�sO��i�&Vp��ܓ(�?���I���H�$J�e�{Exf�/�8�bK&�Xim�����lBϩi|������3V�S�e9)R�c�f9)���g99
+�;�rR���3�rr�3r�W�i��1�y�b3�{��X�r�	8.���`*��j�̕4W�$'|<��Y��װZE��po��ɚ9#o1�O��
+�JTr�g#�-g�\�TOXi�k��![��xv��Ak8�H��a?Q��<�����Oi�X��.";G�G�\���S�G�i�D�?��$Q�?���5lY���ݧd�z�m��f���hF���~Ӡ3�&���������<�^]��HoE�iojo�B�8Z���2���eNA6.q��.�$\A���P.we3��##E��5�Rs��'�^aDF�|J�W�s�5�h�)�h��IX��2�C|��cTV7N���
+/=g���W�NE��%�8�����j�
�A:�t��Ė�m���� �j#9F�0���u�=���� G8���B��h&a�ȒM����������hfsK{C‚�̨�sXmnX�x��I�\Ԑ��$'�H�2�6�g��uK"�U�˨�z���kY�D��S���vj�7�]��bY���͊��������@W?<������@w<����T--Y��޼�Q�c}���,S��C]��p�����`����'x�|jjj>1���M�1���G����[N�O?J�?
dW��M�����S�/��uw@���}�����/��%�O'�is�����i�+����&*��$�@B'�8���1`\���?اYI�}�6	�K�|SK�cTM�LG�b2��TŶ|l���<�ތ��V��5�� .����d�����:a��
��al���5-'��Hb�#nW���jS�Q�l�;�t�sT�p��ǀ4Mf�N�f�%knZԾtBK�~���;-��$'N�(/Z�	��4�Rhs��4_/q���.�%{r5�LO{/�I�Vq��A�
�Ik�B:>\���H���|���,S&�œ�C�'|K���0�=(0�NPM��T�9
�I.���,+m��B��0�Ž#����z
+ـ8&�7�X�U>u������=V�˄�,䵰���2�mR��PF:H��4.^"�[ؽ^��^�G��P&�z
+�E�tKx��I/JF]Zb���uo'���Qឱ�}����ζ��fB��B�]�n],L��P���d"��̄
�������)BP��e�vF׆��g�l���fZ(�NvwJ��k�^�7�{��k{�	g�t&�
��B�:B��Y^;���:-�02��aW����|�7z�H}�4���sj%B��L��c]g�D_=F�L�ǣ8+x�ț}��
+�I��0_�/���?]|�Q�
:DO�3��s�4�1���v����K�[����������A=�h�/�_�(1��YSKB�P�aM	QOU�F�Q��(d�k+����
+$��bd5,m�����!n�@�aTԡ�Fgo�AE�k����v��/�哸]�6�&���<����-J
+P�ɤ��|EϦ��j��/�kCj>�g����X^�c$VdX�A}��J|� �d�E���Q�H\sa���G2��`�R�P-Z�`9�ΨcJְ��v~L4���:�ֱ�aiΝ]�x=GbZ*�W��H���b���N�e��###Ag��Q0��v��
@2+1���c�[�R�5G_����l=j$j|��'���)@n"G`�<`[�"S�}jCq%�UV���x@Y���+�B}}���h8���)=ݝ��hO7��(����5��΀����*m4���H)�ƻ�.	PSx�9-�����*�C�2d����w(9-��MlV�L�jdt�F�V�1ƒ�$[U�`7��u
+��)QG!1����/WV��F��hw��Y�����ؒX�XEl�i�eJ]�H��M)S��k���6�Y���13m�����g���Z�EJ���z�蚔fe1@��F�j�ԘW��PI�	Yyo����N�c.0Y8�<��-,H`�r�@΢�6ei��)JN�V��7�`�b�AW�`>n�xh�0\�U���i�5G;YEvP4�R׬����G���U��Ş�?���r�����dK��i��(����eq��o{�����˧�y��!D��OQB0TS�#�D0D���S�"2%N �p�w��q'NرCt��'�`h�R5�`�&�)�%�`����jH1�����aX��
�S[	��(} t+i,?�M��� ���,n|1�Z��^,�VǪ��U-���u�U�3�i�!~A{�*���te�-�EcQt߷6ʐ�ڂ��8(���V6��f5��5��M�hʠ��R�Q73�^M�徕mU�OM
+CIoe���_���-�ȲLf�i�z�rEN�pE��A�"sEv�<nl��CP�m~:M�gHCcCv
鰖ULȘ��P:ë�rR�_<�߀B0�WC�>-a�]j�I�ѝ�����p_���X���.��
+O�0N�v�t�;���PG�8J���\��GQ0k�c+�1��9� �c��Jn~�TP��j'G�ѳ*��:�v:����HMJ�����lz�8����%����������T��1��Ƭ��~���)
+�2��Z�>CD�ד~�A�hq��~����'�W�N�8�����0B=2�'�Q�����c��ʄ�VXTo��D,�GM���0<���]�+)O�H4j١�n7:�?�a+�fSk����B�t�c�E"�axy����dG* �a�4!6�OK#u��D�b;�}��6J��0v;h�|7�[� ��[�_�l���6h�Z�`��_U��.%�e�=��~��[��<�����Ԝ�#��k�o��t�p�����MAF��[�Z�O��g��0'������%^���ڶh���T��������d�%���T�Q-��:�;�c��p_WC��*ր���J_�Q�P��h��/�z!��9�K�A����ە��@e��x�y�;,�0ɿ0*�k`����= J@5���Y�q�Z�!i�y�04�,e.=��(�q��e�+�D9��U4\��2���T+AF*ʫ�$���	��*��	u�,2�5AX ����y�#�_`�h��*�E���@$�q� G�1�"|<�� y'�#W����l��
.ڨ�c�%VL0�XQcD��z(�Ȳ�D	�EvB��#�D�4������pی�Θ���T�J�eɌ�M��^J�1��H3�_���mMW,��l&x��`�`�B`h&��F@9�eA	ta.��N�CZ��CY���.�[�G�lՓĕWd�������
�H�X'�f�P�8Ԗ�.�q�W� �K�����4E߂Udp9İ�0����:!�ܱ�֎dM�%	�}��(�! �?�D.[��B���KTI��c0h����T���C�ÔPE�w���Te��y2q���8<l�pC��6:q6�@�4��bX�^	{��D<��f���*�3ఽ�eF�kH1�!�4�@��ٰ;g+�B���1IE@k�
+�P�*��]�
��m�ƣK
+�ѬXM��-R�Q��UX,�c��v��&��Q�.p� >F�USP f�W���2��sLL�pܤF(�I�����*����'8�?	=3�mթ)Q�A4��(H�ȋ���,�&���m��U|g!M���C:�+ۼ�;�ru����j�����206�Sáj
+ʅ��hy
�Ii=��7ڂz���D����Rj��D@�P+�B�hF�i�1������>`wY�>[���	_jӁ�\m�H� B��ȆJ��H��r@)ia��� �n<D�A�E�y�+PEd�+�
+����&�r��V��G}�@�)����Լ�Rk�T�q1o�e(��>�`��
+�j���>@F|�\�
+�Y�#(��e:���o&uE������"�F�n3 �,;b/��	�[�Ѕ$�G�����hŎ�d�$3��I�(7�q��<՘!{���ud�פ�
+!�y���9=Q0
+&tތ�߂�/�DG"��L}(K�ߙ��@�X�v��UE����.쉯m�E<j�#�c�S�2�jn,HhdɁh�����
+�?i�6a����ƀW�~����Va�6���b���+�ժ����VY/�HRЄ�řb���^N�@2B�����#:�Y#�@-oǘ��=�C8p2�Դ5֐�k��!��j�4d�7��P�mA	�c9��
+K��\aʂAQsi݆��՚၅<n��|�S�\QcwN��5�"��zU4��S��A�a�a�	4ـh��c�J��: V�j�	�hm�R���`~ٿ:��ƶ<P�Q!���������������$e�]��DZ�A�,��H���ҵ�fz�i�y�zg*�Ǚ����'w�zs��v&f "��z*�- ��@>����*F�)��*���=2�R�Nۍb�C�uH��d�����qXvl�7L���l$�}
+�ҴN�VĜn!�im�9�� މ	<Vq2G>�n򡶃GZ^l���P�j�6d˭�"d�Q�F-��q�'�*���b�	]QM����|�t�A���֠ҧ�3CA{�Ƕl^+vP���M�Q�`���ȑaD�����f��'�dg(DqT+�i��S�����]˄��W0N�iCH/���Ь:��FK}��!�U0*/�9-��ܨ�sP��M�8�4��p��&u�B0|г�'l�hJգ��Uq�~��q��9!՜�p%/ �fiO���˜T�]���a�wp��YLj7�`�T�r��MAT��kR�ωܘ�8���A-.�%������8.�I��v-�����|��M]�V�k�4[�n����[�G�]�	��S*$K�%�COU�3�h�)��V+%�y%4ܨ�e���S�������ʕ�
p�5���,=/��V��'S4:��se�2'�a�l�]J&�k����;�.s����|�Rʪ���Y.>6�"����P���X�0����m���9Z���4���l���R��Vd�Pڞ�1�3x��M�[d�����P�I���xG�H	� �Kh*=!��oBC�<�x
+�7�I-�,dD���aX��O4�צ����U;�V�2���W��`&Z��*"gTAa+Mֳ�3�%5"�|�$㔜�Q�+ʭ�;S{U��i��HU�&�t���`("���]��a��l�C@�j���Q7ۺ���5-c�T<#W���`������A�3M�):	��@b�o�y�Hi2K�ƚp�ʉ��F�D����c��0�Ȕ��`�kR�>��݆�����/��Y��M�"�,��k%I��v�IxE,�`� Ŋ=X��%��v#�k��ZU1��k����D�(��I�,��BniE��X�"�1�Λ�
�z�W�������-R�kp��������͚���
5 e��� o
+{Ё3��79���2VqLRK�J�n��	mS�:�?A.c�)m�]��v��o:��#�8i��ʹq��ո��c�P��Kbp�6qIӤNr�cؤ:
��&��폅 ��h���h��pW��?�t��:"@ehu4���ThM��;g�BGo�l �Sz�z{�a�m�jaW��T�Ӫ�̰Q�[]���F.�cxN�@�0�cq��R6�h��Ȯ0׺I��4�=LfF����l���Z9�e��Tb�H�PLW�4-�G��*�d�k���4�	4�H[�j+Y�@�<e�Ն��~�uA�^���r홟��{=pN?�R@G�
�|��n!��p��`�w��z��Nʈ&KӉ�bF��VͨC�9|,-�8�h��3ɆG����|)6��r���8�t�tu�����}5�{�$͂mc
+�gycJvU�1��tM\P�l�
��C�������z�6��,!�$<���B�y#5�*d����`�� �	0�pɃU���8���{'�8{2]Mn�i�4ŷo@�B�8z���P}JAX^�9�8j�S�����]����.��(41ll�f:]��4�
+q[J#{��(��������o��N�dqk�3!�Ě�+�`��BQ�҈f#_���`�7X��{`�1Fp$Ć���H�b�?�ђMK�!v�͗Eh��ѐ:f��H�YEq,�3S$���1��b�;<��$��-�����
++�q��Թ�ϐ%��-E�;�yg����M�Q9V�$j�r�xp�Cc(G�v0?"i�6ڴ0�7���V�G�C���%�~6!��ES*w���y������|�{6A����<�-1�pF�)]K'Mtvf�q�Rͬ�pC�m�hf�{�1�L�u6�F�A����η�H}T �l{���&�i����G�ۖ�f���c`�G�P�3�N����(7�'V��2�-È�
��
ȃ��A�ٲB+���q4q�6�}�{�o~A2A�t{=�KN����3�$��+�L���
c�w����:=��7Pv�����A!�>�(��}g��_��b&�ޠ�"��2o9+����2=o8+G}�����A�>��ޟ�_G���;�,����&,�Р�6�T!M{|�.��7A���˂ʈq:*\W��hleL�XE7����;6*�nbsqS��%=��ȍm^�f�r�\b
+D����f{!��}��I*`��.lR����@}��9�#
+��`G�`w�0���m#�1h�����E���8V�)�,-��;qH��~ej�D��A�%9��7ZT���P^�\/E�|� @*��
!7i���F�"k�����g�#|3��.�wx��6z�Z�iV"�UXD�ַ�(��.-�W�,�V4�=͚݆9��GAe��2��.-�Ǖ\�Ѭ=��EC����&���:�dg5(*���n*4���0T�q��%�0Ȅ,
+�������-�j
��fڊ[h��ng��<�C�Mi�'�r��
+�͘����Ѹp�_Y�\ݹ�K�_��lj(>p/߲q����3������{v/T�k�۔�*�g]s�ls<�Z��tf�:K��_�./�Z�Io�.>�O�M�z��㱨�8��l����
+���b!��A�BGI+��{���J�(n���z�:�LNQ᥉Ҋ(�����r��L�vD�tf��r1�"��!��p���U����u~��"�`D�T-*Y-c��s�K�?y6��ei��r{f�63F��F%�0���(�;S�8��
+MY�g�@S��6=:9�,�DԪ��|hU"�
QQ<v�s��S͎J��pqG�w>�8x]Y�H2b�m�U�<��=^F9�mA�lw_΀��b؈dz����y�H\���9������H4��{��Ct��M��;t*����a�����pG�DZ�z��a�f���ϧ�ȅ�����q�q�K�['�(���@g�{m@<�����XW�r����ʒ)z�G�RD��"�29� {��xG,�
+w�E��V%|]��_�GB���C-�aem_P����ceu
���YU�3��!���%�E�"�(��pGo����S�������k <T:C]��a�h�[>����b�H|`u�?�?�d��tbt�X����3ė+��8���<����z�B��p�z %�E�a��7Ћ����Y"bCؠ��=��64QO�����'��E��C��B\0�n[G��jy�K�*�ᵱ��pwG�� �u�x���E�'�*_���}T���J���U�0��А�����(W �`G�7��Ψ?o��w,�P:������8DY�^� ���B4�O�Ó���S�d����Z�V`+��f�����+-���-]�ւ�&Ľ��)uP��T"o	�[����GLB�֓��j��M�)�iA�T/
h�I��v�����E0��Q\��ݞ�,�.P��"F4�4��)+�/�G��E=|�����;�4�W��� ����/X:��%"*��h������lѰ��v<H�����&T��;�:6�������d{4��U�V˜��/%����to��`]�X
+���a����*d�`��>�;y�gn��"�ς�P&�n��U����8��z��wZ��
+��Ti�ɎL�:%����v�t�+��J�DU���>>u�{}_tm��s�3LN��qJ��«��t[���]dd�6��@�7�Mq���k�z=7�=��w���j4��PsZ���Pp��qe�W��?��N���tI��I�9X��X�V��͋�k{�A��ѯp�~E��E��I�Q<3��Ut��Qe�X�22����F�8V��.�(�R���G���f!+L�_��޷%l#)YI��v�?C9��T$K��T*�Vrc)YKaY3x
����L���)MeB��0��2���$�鶜����O�d=m���J���mA����[D��)um����L�zl�2]F�_ͪ*�U��Y�Oɮ*��Snޚ�.] #���>���P���i���ye;��3��?�p�4�6i��?�x�aZ>�T>���OJ�w���>��O9���,�"|~c�N~�:�q�O9�S*#>�	E|��Y&045[��M4��:y��Ye�sk�4.n����~-1�5��И�����Ue��ќ�5��������R�����,���'64�����w�V�jG-�,��u1ps�e��0h��4��lM6�ҀY��D#�(�nM7X����]�e�8�iU�K�IP��3�p҉o����B^����c�}ql�/�g��tl��Ɲӳ��(�.�~�2?��mZ?Ig���_<�{�_k��7��;�	�$u��Eh��؁��
�����D�i��s:����X��q���%S� ��������?~��Ձ���m��������$����F���G�����ј�:&o�EK�Z��߶d��:%�_����7���(��~2>�#q����/��6z>�(�����usv|���~�U7n��t����>W�x���f�`��c���T��H�烘0�+�+~�;������k���X�}b�����~e�DG����ٳ���Z^9k]�6��O�&�9��n�u�£�,�ӽ�?��Aq��3��u}�ZMߦ��NQ�d7y3�:%z��H$K��#�ݟY��{qW��h��=
%_Ⱥ��i{m����N�U��i=�v��Y��3�b��c&h�!�~!r��#�CAo_��/��J�$f$��+^O�י{�����j��~����}������J��~3`�`%��?O�O㹃Tp��rI��nX�f9��u���g�C�+�l�>�E��K��~�!6|yJ�c�(����8��b�x���I�E2���9��7�Wp7�xG�@
+�v����A��p۳��Jڛw��0�c�ch����;�m/�M��Ώ�Z�*��!~$����c2ъwZ	!`_~�ߗ@^�s��V�Fu�u���:��a@E��<"��h�ހ�dQ��I�J�`�E(����Ш��`���δ.5U�iYS�
+|ڃm�W����}�0`™D%���\�`���\��������(z`�<�}ݛB�M�p�*�Ɖ������{u�N��- ;v�à6f�����=}��8aU��qы,�+�1 ���_��o�c�P�4!׸p�b��������j�u�˗�}�j�͹�����7�u���ۀ=���
�
77666��\�OQ�_\��&?}�4�[���W8��2�5���9�`p�im����z�w�R����k��VB�V���d��^�t07n��a�m��Z��X����Qr*���N���ք9��7��\�,_�|h�f^�hS�	jH�a�(���:�Xf��7��7B��s
�v�6
�Z�^Qk_8�
�GV��.��ҁ�R�-W��-y[X7ʀ/��胊�^���uj:\D,��pR['n�:j���P�'h"T�Y�\������Qr��L����"��
ÊS4��b��I�nN�JC:)g�\�����a�
+�b�.S�6\�l�.ܸ�n��xd��R������UJcR�ژ���u�b2��� 0�v�"�$GB�ʠ��|�������v�dX7C��^l�%R�X���n'��x2��s1lp�t<�G��a�Dϭe��X������	`�٪Ko��;������iO$�'�~u��x���0Lp�
`Y�����md��^{+�~h��؏����3&HKxI��X��������5Ѿx�&�X��|��m���4$�͛������5��mы�����1�A�0,B�X�ͨ�I�s
+���A��;��5NFD�Q�O�$���Є�Q�x����C���[�������Y0\��'��48�!@���z:����mܪ�A��4���q,<�<|��ؕ<N����L;������[c�dS�9��$u��0
+��n��%Dn��{KT�vj�ځ��jYG�k=�z�0����&S��z����]�^a�+��Y֚��ӏ_��>�@��U��ʆes��wi���у�$@�jv˲6�ଶ�#A�J��7YÜ��&D�Ru��1�˗�ù���|���-n�Vz8W�,�T�#z�Z���0�*%
+Y}t���Z|D[+�B�yeG�X`�`ä���r��y��ѐ;)d�-߬K%++�SE�r���D���$���7P=���E-��?��/f7��M�,�7��7U�!^�*�Dϵ,��=���}����\¹�$��D$��*(�M�����@��K�
+WAZ�Z��D�[�V/N+K/��zڛ��\'�J�6~,�~�r�c�R��͓X'E�kV�in�>i���`pA���H�)i�(�b�X]���a��I�q�εz}���!�^��gp}�Q������0����̩L�}�u�J��%�U3W����K���%%R1��j�
+Wn��s���ZQ���l��8+���l��s1�(=8����* e�SN	'�;o�
+�LK<ӆ폞���t"�g*7{6"?���3���"� |�F[+��İ��2`jy[1/G���Bb8F��!o��4,�'���HV�A9>��+>���s��3��,#6[���y+�,�]H
+���IS'� �B
+G	7��|��tŽ��P+Ez���rDA�E��{�y1[U�2�j��uB��7Q4�
+V��8����2'J����'���L�f&���4d7���K�&i�˕P���9Ƭn�fQE�ClT��&�hx��A�d�x��:;��=vM��\H?����	�@ӞrI��a��r�5h#|r�[3�iљ#i񒽄\h
+��.#�WF��ܢH!�dE�j��kN�%a��b���_`Ijx���>�$����S��.�$�ns/��ab���h=mPU�D��*��`�ʖ,���dY�V*2��7S&�np�nSԑ-��[��/0޷bd�zZih�\ݜ8�F��=�]q�%����2aE7�خ��y��-c]�w���	�[�f��U:�'AL��d���_�RRZsun�f��m@�*�AԈ*���S��&�ԙ?�znCB���Lm�E}�[䘍�f��{��Y7�Ď���id)>�����#�H
�Z�H��J�o��}B}aH�rz�j��	��:6A�����l�S������,�s�����\��1�z>#�<N_E��P�ݙ���$NU��r�+sU��j6���o����ńE�D/v�j�/V�W�c��+;>��`$��g�yY�i��j��`���}]�M�N\-F�Ȳ�
+e�AvF6����A#W/}p���w>{�64@wPSt�n������
+6t�9S�P}����bV�����9G5B���sĕ�!����J��>����㊹���L�C��\��͡�t	���`��9�!��@a�)�کx��8���u��R-m!��z���L��i�\r�]�L^�Oqz�w���V{�B��v��H�;�!�l!�7{��7�|߰��z����`B��	��44��g��A�(X�~��6�$X�b�� ����&A�M���0�*��p��>r��$y�G���]-�**6EU�����:��p~P��N��z.Z���]��p��Vʎ�q���Lq��?4xp2�5(}���![���V�/����� l�J�#���J��^�Q���k�`ڌ\�BdQyF�k#_Ƶ_�i��j��bc�c�ָ���*�kw����)�^U�=��{|���1#���
+{�T��U0/��D��>x�	�lR�x��J��BFQ� ����~z��
+dܝVYN��Q?[��@��Q-?6
~%���H�Q�'��3W"�Cs#̫�sm����8N� ���ȃc��O��
+A/�~�"o���
7E�"�H�I�z��Bݝ�b�n\����F���P\�t���Y�*�7V����.g�Gb^��A:���8�ҝ�#f��q�a�3[�8!�c�P.u2��m*g��
T�L��u�_�Rx�>.��m?�h�9Lg�����:"���&^+df����x�T�ig��5�w��3^M�&�!O�s�Z��1�xm�4�^���v�l^����lh�0EBǩWZ$��鍪Ҋ_ە�.D�$3y��2��ʬu�3!b1_M��n��K[p⪮�L�{�䛦6�e�k*�*������ϵ:�E��x�kD��*]U�&x����>Xe�ƛ�L��{�s�F%��U<�6v��%0j�s�Σ	F�=��bK�}.)T��_JR�i0���y�.
+���'�턠���T�:���I�)M�]��ݿ��N��������SV�����B�����U,<�~Li�ϑ�Q�RI��w��*
iK�m��� �l;'U�T<�%U7Q2}X���&����6P��&�
+I��*�b����iMˁ~�yd��h�L����M蟨��ӋBd����#>z���	�a�l51*״��ncz�^�x8�RD.�r�H�/�&�z�_'�^�W����E�;�ե�k:���`w�3e=���|Yig��yY���}gԙ�����B�����Ze3�i�Y�(�wQG��?~�3���<�4ً��3iUgѸhiN�[��j�m$㕺fګ\9sVu�lR�|/\3�#����.,{[3����fG|NFV�N/_�q����#��Ǣ��C�Ѩ�d��V�ZYm�j��>I�PNH)Z�c��T���|L������`���`�����s���-�t�6>巍��m��61{���mb���곹T���{	��~���?ڟt�����I��Y��i��E�?45�q�é�{8�f�vz��*��6���*��ɳ����^�{��lHϖ��r��������,�f�
+yū\��p���!��vq�������p�'v9�շ��7_����'��w�\�f�r��\=�/~������7�_�p�.|�_��S�����+���b7^r��ʙ��ܵP�l�����i}pqkc:ֳِ�ц���
�[��l!�(�dm��)Չ;��O��.����Cp!��z��]ppip��Cן�u\�.��f��N�,��࿗��\�����!����p�+�aW]u��F��s~�������4΃+	W+\#p��a��|�-pm��&�>�c���\�K�>ך*�l�k�v+\��Bst���c=��sX�����#>֎i�p��<E�{
\���
�;��p���$�G�z?���/��x�Y��=J9��I���t��	��r�=�J��J�‰�������u!�_�)\�ke�⤭����T��G�_��*���u5\�p]W;\�;���.�g�
p5�8�o\��Ńw	\o��������p�I�w�ߋ���{�x�W΃���l�Ep��ÖI���o�2Z��3����mf�Xص�f2�ş�U��o�_���͟�������r��Q����g1��!7=�=�>���Ŕ�m��)w�O{��?�S��s=������;���fTϿs���k9���\��7�w1�?w��}/��/y���<]�w���_y����r~�#�	���o���y�{?�Gs�7=�[��qz�г�CO'�����+^�f�����Wqz�7��#�&��ߴ>��-��jz� ǟ��s��9��oq9�:������7�z���]������x^��KЃ���9k����~a����1O~�|��קx��Y��{�f�p�쭜������
�{	�s��_,����<+8=kf19?�ѷ>�y�p��?�UNϰG�7x�x/���<�=�/��_������?��x�"&��C�۹z���ɿ��cz��5����n������'�]��\\�G%�[���O;f|��Ʂ~�����	�?����wx��������M����?����{�G�"���	��OD�s��Ia�~������q_�co���G<|���Q����̞�ڳ��Io�xz=vx�W����������>�����o����p��a7~m6kǗx��Q��y�U�����;����Ξ������_W��p�G��_��W����{�����X����xfy�1�SāC��=p�?��ѣ?3���翟����{�q�L@�y���v�p�f���=����1�5.O��3��o>��s9�@�������#���uӿ���W=���6����Ϗz�c���������G�y��_z�_�;Ɵy�v�7{�A�{#ǟ�����Y���{輗��9�z���ч�z���^0�=�!��C�8<�������(�ʿ'<�^��5A~_Z����6]�uS�6�����H��.ӷi�P��n���M
 �|	MO�r�0n*���D�h�|�q �'}y-��Ϋ�i>S�&}jOl�eլA��>�`g4���jn��$T���8S���M�,.�8e�tʓ��oڤ��Yc�x�֗Jd�4�`�
+�I�L+�ȍ�T*�h�Lk�29k��,�A���4K�n����&�-���R�/��/�e�P��JL_��k�e�|<{����ҋ)�	�B�T�`�i�԰V�"H&����Ӡ,.� 9��pޗ�pu�7��t��fm�y_b8��}�&��}��~���@�C>�o@�zv����G�jj�L�q
+��p=H�b&��J�c>�l�d#��=J�Ҁ 3�
+������.:B�Q`#�lr&PZ�Y�r׉|����[��aFճ�%��
+�ؚ���X7�w��K.���������
+ZA�b[[L(�3�p�^7��֘o�6��a�����D������b�r��H'v�İ�N�������1��0X\�YD��p1cȺ�a���8���ח�i�#�}�<�$�'�J�!񌸛�f��J��r��]'�_w��9U�3�XF�Hǡ�J(*����:�:�M�:J�y��#�q�Q�Z�,?�Qӯ'�ؘ��t��H:wa���̸��&�4T�$B��[S��EIO�����$��>�����=�&D��٩!U�����$ձ�)5#��HF�2��F�:ҋy9*��PZ�g�-e:�hv���\�Ϲ�����@OMbل��"x~s�I����l�ր���?IcPLI$ǔDtmA��d9?o����1Ԃet���Jk�H/o{N�om,��cSK�%�f���b���Y�;��gP�]3y�y2��ɟ98Dy�͂�,���!g�ye\3=xg�2�%CgxhrS!�g�p9OfJegp���;���i!��X~6W����v��^��l����gI�gRĻW|o���pV��g3�?�����┳}�X�Jpy}�,�����$���pD����+�����\	~��'�/����'��%�%�I��S��K��$�*	^+�#�r	�+��K��|��,�|X�7H���\2*�����\���
 |��K��K��Ipy��	�B�F�_%�����~	��{%xL�?&��%��W�?%�����|�/Kpy��%	�^	~D�o�྄�Aϑ�7J�|��'��\���������&	~�o��[$�*	���	���<+��Kpy��f	>"��%���I�[$���&��K��$����.	�]�L�@��#�wI��H��W�H��/�wK���$�c�n	���s	���͞)��H�$�/����9|��+���_�$��$�"��5�z	.�w7Ipy�D����$�\	���x�W�_(��Kpy]}��X�K�K�����J���]�	�H�$����c�
+	~��������Jpy��~	.����A	�����=!��%�S|�?(�[%xY�/��/Ipy���w�e����a���(̕�$�<	�����6�K�	�$����Kpy�*	�V�G$xT��J�%�z	~��,��$����9	~�������_��!�$�]�:	�1	�^��#�7J��Hpy�ѽ\���K�A	�W�'$�c|H�?!��%�S\��%�!��\���?"�]_@K9pKϑ�򾨹|��'��-���Y��K�[%x���ǴK�|��)�#���W���_/���a�%��|X��$xN�X��J�$�v	�Q��?�S�Fj���?�o �kso�/=�7~Ź��]�7~�I���+fb�~������!��������18t/���4��C�P�YL���]���1�8���Ob�=����1�!¡͔~�84<�K�0��¡U���"j��g1���!�ҟ�4���R���P�����4��^z
�wbz.�O��1}>�O�1���yL�����M������ �/$�)�^L_D�S��o#�)}5����^�鋉J/��ۉJ�`��?�b��ҵ�������1�N��o������cڏi����LL_F�S�wK ]K�S�W�������#�)�,�� �)�=L��������O�S�똮'�)����~��J߇�+�J��ҟ�t�O�c:H�S�#�n$�_���t�O��1�L�S�fL����cz�O�0�J�Sz�m�?�ߋ���?��0�����՘n'�)��K�J/��2��-�^N�Sz!�W�����J��o��U�?�߂����C��U�?�gb:D�S�w�!������0�A�S�yLw��~�a�������Obz-�O�c:B�S�!LG�J?�髉J߇�k�J�1�ҟ�t�O�c�����G0�C����ӽ�?�o����?�o�t��H����)>���z��������E������U��O!��B)�..:�ٵך9�����+_���H�'���uPf�Hqvǟ������Fv=Y�񣳿�N�Rw�뮁Ȏ�#��\D��X׹*���E��?w@�2�߼7�E"��{�w�g��
 E��m�?
n�,D�tE=�i��bFK+����ĥ���'�����Ÿ5�/_���|�P��)���(w�
l4�-�=���/��1��m1d�9����@�,�!����]���D��ͅʯ�H)V7'�盿�?���������G~���w�=�}���Ȃ�R���4w(�T��/����7���k�GJ�hĦX����Fj���ɩ
��b�m"|��M�7��~�����Rж�/�>
+��}��� gx��{}��s�a:��$#��W��#�������f�m�Q}o���`��[���_QߕX߿9�7֕#�t�K�b��T��� Գ�}�:/RjX����ƭ"��u �t]}���k���Yw.:�R{d�U77������o���þ�5;q�4����ж�֕����MaU�V_��p�`��+��9@�0�z�#]�=T�'��B�.v�����	YK��.��Rg�[R�}��	�|�r���A��*>���A���y
+�G�T��Jd�ƒ
(�������oe���O�K�\�~����_���bٞ�Ze�=�m
���^U���ƻC��q䢑�@�����Hb�}�O���kܽ�I����h�vϮGÂ��7�gߏI�����	�-�ޔ����-��6��6� �g�{]�פ�!����:�%�z�~�����+/�&+��-
+Y��������Ty���;��<P��!�)
�J��nG�}Ǒ#��,}�!�8��?. ��pg�N��@�.�S�,ݎۅû��J��3"9�e]��H�u��#=V͎#k-�~�D}*+~<������i�*"�ϻ�!�/T|�y�f�3>Ι�w��T�������#����_��@�LE1���s�/~
=v����v�2^�S�35����o�?���Ikv�.5�8�^x�/�U�2�)�>��}��k>�@Q.��+��d;A�mxC�1)����KGP �]���I�{|N�hս%V�E������K���I巍��kv�����]�"6\��m�շtӪ[w�J]�p)�-S������
�
�c����-�k�tͪp�cE�tM{�8��?@E�"���G������w���r��\��-P��h����V���
7�6�n.�����9��~E��LJ�όH�����1#2[2"c����!V��B���]n{���Z�½�P��3S*��¾�]����������o$���i�.���2J��P��"�e����4|��|ߡ�e�����*�?�e�_=����G�m	>����X�(��g;�C��W�K�W�G�!�5��k�
T}�ed���
\ϱ?���`��Xqts��OE�ߊ�o9j���Pq<T�u��!��KqFͮ}�v�̈́B�_5C��r�Մ_����un��L���BM�	��$[Z_s��$�gA����=x�'��w���}]���g�;Ȕ��z�����鶴��e�
+��ad|��XI�����J���o�
���/�f�qd<R|�f�0���(y�sQ|����+���N{w�@�'��*��gHq��r�/��c��?���d�|��XbI���΁BO������7���;e^.T����۰g�>�������`����^f��ٺjw���
+z���?8B%�K�xp�����g��_����FqåO1����;)������p�寀Ր栾��#OFt鷰�H�0�nE����J���/BZ:�t;�bo�_�a���C�����_a:���� �s�+�A��H�e�A�]q
�R�}�4��u]�CW��o�A�m�3�پ[�E�tI��l��/D�H��EP�e�^��r�1ƞU� ��t���;x�^Y����mkv��
�����.R|h��64��T�x�����P��/����ſ�
_&����M��qN�?�΁~g~��/ԡ���*�p?���� `��1
+�����p�qA]����_M+�oDž4�h
�?��l'��`��\%q	��yh��; 0����!ۿ����;Z�q��a����_a��#P�����\��o�
+��:���4����w�`�w�w���P��
�v�������ʷ~�~���x��O�ù�Y+_��,rj~�*>!�w��Z�	�=��?��E�?(?���3{�,��+�{��w�7���J�&�|��?!|��H��hM�ӑ�#�o�Q~��X�{���"�����_�Տκ,�A��R�c���.�Q���}��	���eB�q6��S�X��5�~�{��罄4���o�|�ޕ_G<�����_`�W���P�(˝��x��`�W�6�?b�~;�p��������Rv��o`�_������xዢ�5�*B�}��E�7�Աl
��O�lcx����P���l�H%@��w0Hퟮ;�n��2<�JP_��R@p�c|F͇FN�9ۗ5X����Y���{v��P�Ϗ�'�6'R�yNx�u�Ev��v�@�V+���WnotI��%)<+5ܨ`�����-R����>�;�g�vE��unh������W�0^�D��s�3��U�);���~N��v�4��a�������6t���Ǹ��Ό��Scs�]/��04y|�*"���߅�\h�B�,R��5���h��J@��?�+��!T��|����o�2<ۼ7Z�uN��	Jo
����Z:��%����=��b���Fv<@槰�T,�AE*`P��+v�XJ�>>���f����t�Y����3�^�/�B3��>�wz��1���z�S_�����/[n c��,f���Ȩm������u��k�������v��������ܩ���п�B�aLuG�����D!ԍ%���v�:�ե�m��g�+����s�=��E!Tx��b��?�B�Ѝ������4��w�`5�8���,��DD�p�@���2pOO�����x6�k��N^�}M���`/���0����(	��0�=\I+_��dX7j�s�U��U��y��9~j�j�s�K�G��.|�1�@�R��o����>�;8`�����v�8l�?Oq�K� ����1���uYg�7�C�{���uA[6G>Gl7o����@��N����=����a+?t	�?���o��	9eƩ�?���F}r������H�s�:7��[3	��/˄�;?�b;Y�*E�X� g���<�ߵ72�s>G��o�h��2ć����;��w�v���
9z̨������<�����zE��U�ľ�+�m���|�y�Wk�K�W��?:�o�+۞�$t���nx�����n�5_�7c�F��+j����� ���߈$�����Ϊ�x��H�Xba��/8��ey��G����#��h��(����@���V}��K_��b�ωDK+��g���G���bş�e4lb��4Ƞ�?R���������\�� &h�Hr��(ɳKw�$!����Kpޅ�P�?C�'�A8�٤�Ϩqϫ��KK��q��/�82gd5�����u'f���Dh�`�x�~�K~��}P�������7�<�͗p�(8�1H/���Rm���3����M���F~�*R�0z�R���)���܁F
��fޒ����J�u6�Æ�\w;-�d���a����\c'u��2�Đ�w�cw��o&���@2������j?�H�������
+(e:d��C�t�S���C I�@�~I#����~&V�8\�(�1���m6Z�X~�||�sN�J+��P�t�d�f��;�,�����; ��լ;�r�f�c�6����л�\s��u���n�Z�no�4{<|�f�u㏼\��oӎ�׼\s�>�f��郇�����|�ܦ�w�.��K�U�Ek���Y��� �x�G(��Ͻ�|���_�����g}��l4$F���gD�yi���5�����ׅ��<��e��ⶺQ����{�����������Oii��a��!My�Y�6�*����3K�u�<�
+B�r�Y�/G�c��J���	�l�#��8�![h��#;ʳ�K�V��s1��JA(��@��������PlNt�#5;�e.
v��YP!j�p�chE"�mu����:P��k�>��0~:�ًΧ�"�OF�ɯ�h�����b{��f�G�Q@Jp��4���."��[�T��$��&����?�pr}�P���{���ç���M�����b����HF��{n#���5��Y�L�8^��z��������%����xY�C�Cw�����ٌ?�&`mw8�~�B�r"�ҭ���*��l
� ��{X�&��1������������\
v=3>\Z�h��#�����a�_<ԼĖ�����]��<�\���c���1����7��~�,Ÿ�_�Z;��0v�#�	��賤���l�0p!-����8����|l������	zW��@Ԉ;*����C���蜈PM���߶�0�+��c?D�1u�aj����g:��*6�h�t�P��Tc���<�յfi�&�ȿc]+���X��a��Z9E5�n�P��0~a5��.�O��|���L��4�t�S8����y4kw%#��!9Ԉ3�\s�'�g.S�̀qy
Uؕ�i�o�j`h��ݐ���6����`C�eR(>A9P������c������;���z>j���۷��X��MoE�\Y��E�[B����SsMi�s�gu���^3�jx���G��p�JC���tuq��b�y����XÏ���B;��
+w������
^�A��K�������OK�ڃ9vt��ޜ��e�3���ێ~��N�_���oj��Η��������X쾷��"RZ^.�)�zgݼ��f0���>m�G �y{pI��r���f��a�4�\��4�
+���-�q���f�A2j��Cu�*@���{	� �72�۝[���8ہ6$��GQW�.yG)��>�3d�M�|��iP���Z����D������1݉9V7��]]
+��`�yod|_��w.���^Sj}������
Wc���Ƨq�Y��sc�mu1ܛ[�Ub����Ǚ����]ʩ`������U�N�;������Tpynw��é���j���v���E���L��N��֓��Ar�եY���>.R	��V�U_�C~�ƾ<0��{�EB�KK4UѨ�&EI+�TR&��IQ��RK����I���*����.j+Y$�oEmEQ�{�2�sνof2����C��}9�ܳ_`T� ~B$�9�8;|�$��0T��W�e�nU�~Ҁ�*
r�wWUU���t��/��l�g=gT�*�15��,,�tv6b�VE6�T�J[��@%�Jqd=��Gd{	����O�3wym`�~���ZC�^����_��d2X�6��ib��A��2�^t 
�	(-Z(�4*2z����VV(gt�2�H�;¨��@V{�����5z�}sD?�(�C��28W׵
+��h
�	U_�IUﱑT5�.��
�¢=m��6^V+p<���q}J��6��f��kz�C�	}��O����wg�Є"��r���Q&m%��.Y��a���Q1��u<M��.�~�'rS+��4o��쐡oن'�%�=��U`�X�A!���<Y��Pr�x����/�y��
+���������R-BQL��g��
+���&��IK����;��NnXlnJw�
�$�x�2�.��oɹQ�F����m��7'NQ��3�oZG�6o���Oy����CU	��}#J��$�[�Bj�K��v�.�a����w�cg��]-��7��{�&����Z�Nռ�x��M��&�ajp�mj�X#�rc��������d)�����{9��(���7�}�D�&-�.�e�[��~�m��|��]_�}��j�/�޼Y�޼A��$͢fТ�KR��m6�6R�J���9+S��!�`��ӳ]U�M�'�`Z����0�Y��;"M٬o�E��>`�2�J�#P�p(��R�,Fv�1�Ut��槩�X�C�	��m��9%羁�yA�w��5ʼ����4��<����cG&Y��a��a�JDYr��܀`���;mn%�����'�~���5�]9�.�I(��
�}!��|��c����
+
+��A�E�q+��V��-�������r9��c<�����������L�o�sy�K�=,�	�ؑ:1��~gX�A<�����K��d�!�X�دչ�������^fe�,|��,|,qFF��po��ق҆�#V��Nf=����?1Dd#��< ��b���W��w��AY�~�/�좼?��<��8��u܂?��V�_>w��k[(1%����k�p���2���2�׵W�ق��I����o{���5����Q-��͉�g�5�%(ȷ��ᗀEi��%Eݘ�̿$����np bڈ��9�����s��S�;���k
+��D��Cp��ҬO��~T@[�Y<���N{E��[3��q�\N�E�������\@?�?���Х5'��!0�+fG��Ia���Oa
�k�������|����49�U�g55��S�-,jl	f5Dt�K	��U��T�gI9���y>��O���bIr.�b9m���$�[b�mF[f${V��̡o3����g�F�X�mLs�=c�'��H)�Ux��)�mt�q�_p	�Li����b9w����~��L�Πk�S�pK�@n:�~
+�j�m-i��W�}>��"05�^D�N���h�k|7�}D�����P��5n=���1��!
+�)��#�9SrRLMBB)�Q$Ԝ��Fԓy��I՚�D��w�I��Mʺ��|���vCi�Wdz�O�˹5���m�-G�?�Xi��5AO$>i
q��
+j���twavb#�v̹��P�����qyа��Gη���!����������4O��y�CqM�{n�͞�e�~�(���EQ�Fɀ��/�&x��EW�l���B3浞~�闰�A��-*g�^߰��$~%5N���+|��t2
��z�iir��l�y���Z�>2o��#�
+�K�z�)c/8�&��x9)���!8�`Kvs_����cq%�#��F9<;3������Wd��b-���Z�9��~%T���y��p�L��6�E��i+�`��v��:���&э(g���MM�`,���`����.(;�,(�����.RT`����~X��+]:z ���Դ���Lo�4��Q(�o�l�ք��<;θK�ٻ���
g�Ԡ��
��1ؚ�����9o�S�s[e�'Ό��
+�m)�p2���R�%
��;v/v�\���"͠+،��KH�~�E����vbF�����0��d�^��Ԥ�x�i+��6�-$P@K����O;}$�0�6h�&�wq���I�g��0�h`��`p�ip�q1��eHO���IՂ�u�e	�w�+��$	��tD��B�	�hA���_�ɧ�ֻ���G㦥Ï��h�u���O��t!ͦ�މo�8/1�@�OQzqgmw֟�C)�ố��k+[��O8l��0^\�xqA;�Sk<,��ĔM�F���γ���S%�L-x��Q.@I��|;�[,-R�h�ʭ��&��Mrz��,(����RS2��2t�i�%�lm����N��egF��[�њ��9��.�lTR�;��tAw�x�����RS�[rξEr�/W�d�3������ڏy�Q�T���{��aD	G���Qݕ��֕���)2y �+����,C�Rw��B
�ۨ@�tY2yO�%��#�dn��,V���]܆��sd$P�U�G�I����=x�V��=\-s�T,��R���i5�ҟ��/}<O�?�u�>�?���g/��u���oYT�9���ڬŤw��
�-)���뉐�-�Кv^'��j���>�m>���=E�+����hWi����M�?nE�8�Ƈ�|m���T>�D��;��qog�f?�i?{���u�Bz�0y%���R��ĠV3�+�*�(OǠDȏ^�Ӌx:Ͱ>�E�
+H_�.��,)���G��M��FVܸo̽0�6i)x䠽D	{��P�+��K�۳艸��S5��\�t5�c �FO .�2j��j�!����A~Oh��r,_�N��1L���O���pk	�<V`?U����~dP�co[�W�U'�
+)M���`a��ֿ
��:�2����veALf:0�'�����#���u9),��x|�i$�|�n��0^��%�]-Ԭ��jކ?�/���p���l*#�&��jv�J���-:»�^���={DT_�i���>l��8�{ܓ���݉��D�	=7n��_��QH?7�4�}*�Dvܧ�GѢY�x,�W�U�gF@�O��8o4EA5���ǒ�}=Iܓ�O˘e*i/FWҔ��јFД�I�%1�ISy�����a?!�y���q=�����^?��c��cy�����yv��*���}xv_�^>��ۛ�����ƏS�z�B<�乷�q�)H�5�Z�i�Ʋ���&+�6��T�w�_�n�p�?��4�)�Z�D����Un �U�S�&�Z>�z�J70��������9UTz沺�ܧ&�s�WN�y =s�SK��Q_N�9��!襳io�C���t��oцB/��X-)T����Ϫݾ{��&�_�XIkՄ�E3��S�n΂�k�D	F��Ťu��ی��:����
Ċ�L�gÅ�j�����M�nc�>��B��}�B34���9�8G�l١��&y�#�InPi��8�z�T�@�$G�����d�V���,	���BuM�����~6����^���^x�w>߉���[�9̼=�3�M��vD��<'F����N	g�3�`�[��1Kj��L��3�;Tv~YCb���:�'k�w�xXYH�ȵ��ڰ.Xj��Tx�
+*U���C�ܖ�8��Й%8O��N���ў�׾���\}���7�︼3�PJ�ny��,��̙��bG��I��}�����ɛ��o�3?�f[»�/Js��|ٷ׫$/�f��ѵ��uý�5|;�\���N��Di-;9ғ!}Ǒ#������y�
+j���f=S�S��
+�]`KF�p�x
��~4�w˳.���
+�MI�=�?J����Y��Ň}HXs�w|?��h��EE�ӛ�r_
+�n���d����j_Xk�G_v�mO��+<�����ś?�g1�����ʛ�����=���98u���/��P�зuUҵ�t��R4jkp��O����*�<���d�g[�F�<��r��
��>��јy�j���rŞ�t���.��R��ŀ��A��8	i L�f|�ɴ��5Iap���
+j>9�o�ĝ-��ݟ��6K����s
+kI";�gwֲ��/�
+I�+�I��om�b�Z��,)����Y��wa���J��_G�t9?<�s��YD�C;��x��eǮ�������v���=[�Sq�"�r*Zנ�,��d�.e����0��1C�Դ�$6����&V���<ڔ�����U��ku�v6
+��u���l�e9����*e�@Z�8�����8[ �Q�`,�1Dd�������B1�}M�7ΰ��=��X`���I9�"��l*m�pO�~Æ4j�$G�VU
+���ql�re���6��
+��`-6�9��4���v����)�L2�Y�Oj�Y�z��X�{ǒ�<r;6�h��k_j)pme��Z��Q�=k6 �>�U5��b�E-�-8�>�2q/}���u�m⒤�J��ۺ��¸a���d�n�d��}���;�B�+�{�4����Hu�7joG#��0�\#`t~�ry|'Ya�9eh��bH��̬m4����2�BMڔh� ����j��9ԧ�|���I�W�M��5QߤM�ƕ��"��Ļ���M�C�k8��fm=}�?�Ѝ�U�VY�e�R�PV�<u�S%���q�*��f5y�z�I2����;�?)
+�y
+��t�����$Z͸������މ�5��]�����wX�Ǫw�W�d҃�_�)pr�O�#�Ȝa��礻����PV}+�G�y)Uk;���i�0��?�ݯ)����C�5$A洯%B���|@��(�	�?��Ç��)W��E�Q�k?���r�g�S�y��E�!���_����|z�z���}{�O�k����wi�a��ZP�;���O�s҈���m�1��&��<����p(!'�ֱe)�d*��9T_�#�2.��mj���cP�Q�jN����`Ӳ$���5�����ݕ�U���Zy�
+�IZGKB��ȇ��H����9���8��w���Xv��.��J�{P6�_2���^u�v�'�6�
+�:O��:Y��X��U���q�w��Wq�5��p�[H����/nPSC��D����՚7�_x����;({�k��W5
+�������C}��ڏ���$�V�!i\��}�QNc9~F럁�i�?�nzpǐ/i6�����;�%�����{a�������������^�z�fm-}&`��Hw����q��?dzL��X|6�~ܬm���=P��;tS���M*۳�	<K��MZ����մ
��a�v�zG����S07ilg�7��3����JZ��
Y��\#.�I��r*��\^&�|����/3��i�e>�eR�C�,
+�V4�:w^�A�$�OD���_�'��*5���VFt�i�-��_�c�wj�\~�}�Y���O�O�-���N�!b�ʩ��f�8{c-c�s"�
+G��6�G:A�|���%Ƅ�y�&NB�RIڅ�#��]Ѳ���I��X2��bJ�n�hoG!��N��v &�t�.c2K=��^&m��c��g��v�K�`m��a%k�j������>=(��H��
��~��������yR��'2�/�z��a7�DW�0d�����V� �Jt#�6�Xf24�n�Q��5�m�\�����#R�:븫o�B�g�����ؠȿe���ft�yE7�Q2��M��a.�fQ�`�RG����Pn�m�0�/�Z����[)�\CQ�*��9����94lN� �t:Lq��o*1U�
(�6�+�U�J��PF���V4UXQ3�j�*J�-����֟j��TA^yUI+��_*�v�S|����k�(6G4��
+E�����q�����#��Y�~�/�����Qtr~�'�
(��l7#�O�W��_:G��Ou��������x�V��%��D�V�[o!��P-�؈'�E�~ۓZ>9F�1[���ʹM$�����O�Na�>���d!k��m�ˏ�@����P!����z��06���a�ס{��aD2�Z�8��d�[?�9�ބ�"��;B1v�O���FRV
XGܾ�$bG:�st�u���Ӻ�P�jG1!1����0U�I�'�c�X^��F���W����{?�
+ul�F��5��mY�@�z/��$m�R����b*osum��\�X�q_�D����a�o<�P�Z\e��)r�+��/^�b���E)�Q-[0��<�@FO���Bk>,Nx#A����o�\�R���U�7��6�v�vWyA��v������e��c݀l̕��gʮ���O`y&��v_�[F�ǶG���~�������8s1�C��Z9x����x؁J��7ek��OG�#�:�p@�-�i��^�^�+����B�[�*j��K�}[��-���|�†0�����|�};L�pWkb`-r�i�_?��6��~��Z��A�x<
F�����H�c�i�jG��4�s�,��y,T_�������E�|"c�0�k1l��6��&��^'��ќ9�V捇n��n��O%b�Β�D�
+H���h���L!�iŁ��9�}��{��k�O?'�s0?����>�~���UʎLCz�z1ɿY��d̦fco�0R`C�ɹy��x
�dʹ3��i�����m\T��
+	#綫A�A�|�k��1���(h6�Qg>u�}��jK��Xr�6��9����~����7��i���N���n�k�+��uГߞ"!|2W��0ʛ��j�KM�h����������"C��{�CX�%�e�����Er
+i�x�7qF���<��[…�
1D��\0�8�pJ̍Դ���JN�m����]Ɩh�7�������ы��UV-jP��hIF����H��F�/��=@���w�/�и+yo�Nc��fƵ�v��aO��x�h��f��^��D8of6f6������wN�a�C��c�ٖ��	���N'9�%�V�K^�c,��Gb�*߹Qē*����{^��j���ʭ\��P܂�⩅܉�v_�B�D��v����F?��k��*y�����"�x��Jr5�!L���Lڏ�M�V�CW�Vrw�=�n6)�faݣ��3�#��������[[����/�t�����;��^����?x�lI����y>��;����'.�ɇL~~?�ƽR҂f�p|�ciV{�;��/�H�4�T�������q~��{�~]�脋)�cܞ�<��O<�>f�I,�4�2n�����|�z��]A"����(Fk�Gq��r�}�Y��񛑆d'Z!��9e^O�t�-�=�L�3jQ.y�I&aQ�`��e�p�]��r��Vq��0ZCW՛��<��e�/:&��E�9�6F��E�WR�!��5�O�q������7�
+3Z��˫�&��-m�bN�E;�4`u�P$�b�
��X�z�>$�լ�-X�L����r񾳛��8�>���򌗘J��ǐ�.!B�$\��e�,{��d�Q��
+j����c�e3�gO�+�ѝ�zӜ
+1�#<����F;�h٫���:��V��I�I��(�Q�ፁfTw��h�
{y��VG�������D�*��7ɤ.���\F�;_�	Z�Z��J��m�_�1�E�1iKQDz�
+�_�Ǣ�ꕹ�פ����-g�]M���ߥ
�4-�Swi��~���f_��$�������""X<$6��6�gD�k��l:6��>��y�>�� χ��r7��~H�ݦ��,�'ۜ�Vo������;���v�̤nky��~��궩~��<���~��y��E~��<����[������WGP����<�����x���p�G�e}ͳ���r����m<����^�C�������Z��&���y�@�^zR��O�y�3�g�y�2�<~�!��?��6���bE�D�����,�-��B=@L��#�� ��jk3h�T�����c����J�Y��~U<�k���<����ᔞ�������R.�dD��b�f9�E���9�⼼�5��2€��	�E  �B0�9}lXL���@Wr�`i8���	]v�2���|�YΗ�.W���4� Y����!��j�z��T��`��N��%�A��~�t�
C2
+������7t줺��9G���6�9Ʒ�1�筤��\�}/���cZ����:?����n�xC�gb<�7��O�˜�ܖ�����I/�I�c��wn�!��~ON��C��h@������i�h%�rg��|Տ�y�dw�j)�z�u7~�E*Ӑ�9��F&��5����F�%r.><�.�W֖?-�݆��
+����1�&��"��0�;ZU���]*�!ʯ'2f,X���Ѿ�Q"�/OTn
Ũ����Q�
+����%�|LS�}���/E�g<�"��^B����o�+06�_-�
VdTa��FN ���9��U��w/��3�Sr]y�T�i�F�U�'����6��ȯss����G��%��
+-�,\�
�n2�֠r���B��L�X�"��u�y�}ħ��kk��U"�k�\>�'(����"y�Hn͓O��"9�'ɽDrO�'��(ٚI�E�3<�;$mI��$H�,��x�3���H�������"�����k��8*M���r��H<`�MN�J����x�>r�7�+�L�~}0AJ�P>U���7m��?��Im��s��}������ݼG��P�>��Z����w%C�9o�D��[@O�1_�G<4����9,xg^�s�A.g!>j�*�O�g4?ty� ���/,����4��&�ʋ<\�c=h��&�˺�\�>�{���6_�7E��|�w�d�'��Z�YH�N�=��g��7K��D��79�r���%����%x�UrWgS���.9d0F��v��;M�[��28���|���~P�� T�)�`ш���iB�M��KO��0�&�h*�<S�7n���݌NJM�T���*n�V��Y�����Y�O�'*_�{�H��h�v�uPC]����//7C�;�)YD�B��h�Go���^���S.i	�k���7�3���*���r
-Z�	��(.���6x��5��(��뭴k�)����&�Ο�V�K�l�@w�C��$�|;���.[����@�����A�9�zF�"x�Gyg�.7����Z`Q,��u�D�oS5���*�����ҋ��T$�_�h�^�ŕ��j�w�+�E��vBV
�2���
e�Hh��Q�,G:���^F�I�1phnJ���~��"B� W�ˆI�hV�^4i�6H��#-��q۫^���ͧ1���{���,t��?$��N:�ޥl�.���6#WY;�]�
+E�z�0��V�X7r�hH����RL��<}����=�������\��PO��}�}��=z�$��ъ�k@�v�O�4��Q��u'�{��r��3��Nv�C�,�ms�����<@��W�ك��Jܱ�he�Q!/lB]5{������+εR�]�.���{W��cq��p,�P��(�.��Cc����z��͢�WܨB"m��x�H)ڗBb+���w��|����4�!�O�T]��W?J��ӝ_BU�C�]j�},Bƹ^_��g�� T
��}��7���XN?܄ޒs��j�#u��,���>��y�k���Q�q%��0M݅�l���aں,���I��V�/7$>�CF���@��<E0 �(�\�Լ������Z�F��ڢ����tN����z��$-��'����������|��m�;�(�8����E�G����CP������5�O���ޓގl<Z���!(�n����[�:#_�?y�����~�x���	鮙��|?����h�8��xd���|��6��
+�q­�<B2�`�1�Y=&�1��뗕Tt@$���ݯ����&\�ذ;eH;75jsd��-+��^�jVE
+^ؾ�@�$�A���,
�X'm���7W��~��*j����2�|\��P2����~�`�<)z������Z�k����q��7.�܊�g��Σ��x�v}�p{��f/>%I�|̃��=R��p�ts���Bϧ�aD��3p�6�8�X�����:���/l�7��
��0��Rm6�O��mޅo�I���������{|���������x��sڝ~h0��^�����x	_s��#������U���_Ǡ����V۱�Nxw̤)�P�{�C{�����W[<|�\�E�-��p�&���豗A�q�VR�n7A��6���Uh
+e���e�~�K�^����h�]�.G��8hl=�1�e�n��!����YWy?���렋l�u1�b��}�%�/^{,�
@��r��w�$t��K4N�{q~|�g>!�_�k��p)�>>�{f%���S~�Op��L|���B�����L"3(�b*���<U�=~?ۦ���{��&�녿�ź��Q���3���(��ՠ�c>�B'`�g���9��h~^�st�(�SEW{�*(.t5�}��?�Y��F�ύ�_��H��|_�j3\w�g��h�\~��i4���ag/>p����gȃ�H���+������8,��G�͆����j����[��ՠ��A�+m��2��>F��@n)0Nqd�-�".�C���Ј�w���(���b�u��+�h��gQ�����$���zm�qahAE�l�on��J�����*��N1`j�m0�I2�7��C�����D�Ik�����1�����G=1�NS�,�|���j�P|���k�QڡIj?�q̉RS�n�h�9=�49�)k�s=o���3�i*��PU���㐴0
+�aє����h�a8u�eFNf9.JL�D�da��mJ��w�g�m��	�Y
+1��<��7Ġ���x�M�3C��Y6]W�K�ю�t���O��Y����ŋ�^�p��ơ�-��6�Pm�{���l�~�{���y���U"p�ѰQ�0�h\	����������ٞy�����K4�E4�?��񍯸���{����ҩ���`��{��=0��I޿���3nx�ֺp�նv�l�"m�#�����Xz���.�a��h$G�t}�v��bo�O��)������L�o�M�]ޙ�B3�A{�+Y����������~?����}����~�@@^-EA�E%E�Y��T�����t��2!V�[	_F���a�A�o�1�����z�������N#��S�5|��弟�v*r��0�Y4���#���G�Z�"=�y��Уi���4nDf�
�9��L�DaT��u��W-���b�0.B�=l��N�h�o������oG��֢5K�6x�0Z��j$oջ0���֥������������-��
b<��1ɿ�T�����Y�h�k6�*'U{�QE��9�b�\�F����h��՘�^>���q�"��-�5$
+��j��06�'wNy޺`�zfV/�Vr.R_�b�ߏɹ�(��*~�\a������ܢm 8�+E�"��͚)�V�B����M&�tz=B�V���-g�f�:XdS)���`VLڢ6��b�/���"
+H���(�ӬI�>YE�����w�|Ct�ߗ�!����bݗ��Z_4��Ð�y
�ьB~I��u���+9w>BK�(s�֥}�P�bR�U��sW��������ܮ|�/�#N;aRu��r���ru��%�8\�F(�A܄�a���w1ڸ��<p2z�tM��p�}
+��,���U����s˂p(	p>m9���^�u�{��Lj;�+�=��o�,q�Z��̜���=������T#��Z�-̾'� ���D�����i
+�4>6m��<Jo-���ģxBŤ����ƽ��i��^�E�M�MGEH��F���Tyn! ���B��(BW��-G JU���-
lp�Ο�d�\Af�W��`�'��8������}g�V���Sh�`�o�ף�N��Ƚ*���ɶV�:x�F4�<��(�]�&�"߈��7hG\�w�u�=S|O��㫣�C$e_6.����vgO�w�q���^�f������#��Ⱥ�	3=��5����w&z�4AS�F
+���(=����}���#w����D?�kk����BZR(mx����y	/�=�y��rL1���&�^�nCL���cӎ�
�V��8�h?S\���I�εڑ5��#��f�HE�*���h�.o����7�گl���$�u����͞��H��2����)YH5�M%��A��>���3bw�`̌���g�;��.���$���e����v������3_��wt9֐0�C��V����r�
+��g���h��-�ot�,�-�����܇�;|cΟ��y�c*~�#$b��Ե֥��$���ʹ=(�W���~�0&ז��C�^M���!0m���hX��B8�y��7�Fga?��+�r�L�:�aD���r��_�ߋ���{��=~���w��=��Y>)��f�Ӳi���?�{�]=�u���'M�b]šy�Do���~�']�l��nM�If�����6c��0L�����}�n�A٤z[7�Xd ئlD.�Q��)���dWm��b�NX�lfe��L���^����M'Ɍ�O�d�`��wIq�98�xe`��u%���q�{}:�����½������azD{�oo�X�6��h�c�W��F�m�����_i� �j����}W�za�vwe�
8��(o�<|�;�g6��e[#��0�3���Ƣ����g����oE�c1���*:��ڭF�
��?=Bz_Zn,�w*K8���`Eט`����g!��=�Y1���C�Iz����/V��YT/���f�+��զ5P�C���i�vF�"�ia,g*ޟ)a8�j�
+��ɦ��7�
��azl���F���1t͢1x�~�`�=ۚ�e3|֞Rd���D�)����SH'/�
+# >2%\�B<�fZ�>Z�v��'���!t��j��!�����"U��N�<G�g��6g��
B-x�ن}B
Z���O���j��N:G�_������q(RԶ��tyT�sꕲ\z��ت)��VW��Q :�Gk+y��_:S�F���)f��s�
+
��O�7E/���ڸ�2�a�JC\��\^Z�����P�'VX�|-�NWHl@u���B7��rf����舄R3ֻ-ъs��'F�WaF!"���w{���_���Ǎ��zn~'w��;l��\���&cҒ[��;���]PG=,��E)^\{H��N�&l�C�$L$�5�'.��m0��cb7��>$�Ē%��X�-���B1�WS��;���n��0�u��
Q�a��/H�Q��QF0G���p6Gg�X�'.������g�ٚ�n_c6��f{�-���k�#�׼�D͗���y��_ӊ
���m��$������_���C�$�t>4�l}s�]|u�۽I��Go��!>�IB3����!��,~�������9��3�r��^�w��zAd�Uv��8JN�i��M��rO�#�d0��{�����+�2%�Ҭƣ�$�r
+
+�oڊ�{��0�R[�^nkN����ֱͭð	W����9ڊSW��#�h��}O���L��#��)ߵDU�K��F��5#Ũ�򧰼�r{���AI�"(f.+���x�U^n��|���U�`ӡ�dU��֣f��y���^�Ek��
+$Iђ���������.�=����E���h�'X��y�G:�Qд�{�Q��45j���h����T���2z�5 tX�����2�
+2�}f�s���A!rn%�hP"�RBI�`�#=��5��dN�Gz[)�w|6=���f	73�X������.|f�~��1�kY�R�ͬ�0m�1���y���:�c$~����~M��V�����6qP7-h��"	.�zPQ����!�
+�5�/|qb49�����GZ:���f5�8�օ����=��bJ��x�B/Κ��vK�l��.jHw|��'rm�oh+�%�[D�w�iX���5��ۘ���,��U�d�PP6C��(�.���WW���0!5�W@HF-^��oʒ���@*P
+��`1"{�<,N��RD^N�$ n�xPQ�kAg:�e:����|#8�bm=���6�������	b.+oy;�����d.�+kE�-l*�V�E�:���	�,�����N��S�B^+N†_�Bm`�M��u.��i�pA�|c����7A2�F}���è���8=����#�����~��*����yZ��o�N��.�˻B��T<����~![̚Jq�P��>�5}"��Go�ved:��OG:����X���� �1����Ҫ��kT�C@���c�y8���>Z91Qo����"zk���5v����C&N�n�tM�f2x�=^�ž��񋡀���R��܂�4��>��LX��U~�ʏA���󼲫P�O~1`�F��=�z����-Q�G�E��9�Q�����������[��b.�� t ��@��G/��k)�wjYb�BE|�biB�(����P�۝CSV
++:��
+��9�*�j��S�R�$�cW⼓�y?\�ޫ��%-[�����<At����
+�O��z�D@[Aƍ8X�9k��L�&8z콓�_��'QP�F׉n}'�HC�"���Hb0����jQ/����,���2d��w{|�ꞈ!�H7�v��Cņs4��T��G�)�-�_�L_����¨u��o�//�L;�/��s�_-ek��$��Xy�d��+X3ȗ]������������5���% ���ޘ�	E�>~ݱY%
��U=�K�n�S	ddN 0�r��XZ}�	�ئ~��7��8��UR]����BQЂO}&���!X���@��!�`�7�O�:PU��̍0����b*`���!e1'5�)Be���P����\ko�����fN;���"[���������H���@�ژ�+����{R_�<L��X�1��2"��h�Ï��,	g����ٸM�6�F�m�^����JR��FK�"$|M�pe۫l��\�rP��j^�H����ڈj�� ���Js���O���I�����͊��{d�����
�:�H���J����;���$mhI�_y��hb}��8� �"lM��_�qW=�:�
�`
+��~X���ɿ��Uqǃ˽P�k�����F|��&K���U�s���(���EV~F^���ʶ��Z�<�J��V�%�M[{�0k7y*�C����^��y�Z�[G6™�<�c��	e��x�5�z��Gϳ��󬶽����d��m��k����3��e��rĭE��)�8c�	�"k~F��)�l�Su���䙒�h�捺"�^�U9\�C�-�`4+?�G����B��I=ǔtNS����j�{4
�/T__��|�9o��F�M�N��K�zmowgy��Q~c����r���W�-�YO.�a�ǢD�&`g4/R�q>^U�߮�j%�����2�Ԇ�	�9��6��y>P�����H�E��q�m���w�l��FW\�(�d=-��'��+w�;����x{/���>{@{t�O�y�mAg���4�
�y�6��d�>�ʂ��J�X<�h��������hZU-iۄ1�4�p���	~������3~���[|L����p�;���Ń!�U��ɕF��݊v��D��7�~tYJ��?���ǩʏ��W~�%b"���w�m�9��.�JIY�0O��+1h!�
��%e��1�b�%��pQ܊����ɔ?x�
�B��O`*U�:]�K �v:����p�yg���ykIXuM�n�L��Ý/�%�Wo��n����}���q�}��ᯑ9���4j�Q�w�E�EUf���������C����!�Z�����x�A#��zR'�{*?�*�/����������z��5����q�����=�PP߂��"`�`�c`˜�w�o\$3럇|s{ܜ�!��\9g8���ԚH����a<ed)�>�����
+�j$�e��'�����=��O�~��P�W������H���>bև�6\�DO�x�
+����4�"�Z���ĉt���D��<s�Y���$�>�#��'�u2���g�ńC;O�����`��_�
�&��$[s����	�nМ�����*�6��%�j�ZM��\��Ï�6,�ڒ{�w�*q7j+�d�E�
��������N�$G��!�r�5���?H���H
+�a��A��@�������ę�YIZdE��b����H:�M�"���]�lӾ9�>�0X�}������;�̎�2=tPx%��C�W���KI��ͯ I�:����7PxYc2 �<�Ô6�T���c�FP�-��NQ��Sd��g�dߕho,�����4.I�j��;K��	�5���Ļ�j�p�$��ѾBN�6+�ۗ@��Oc�PsYN��U�"BƟ�{(�E-8r���J�x��s��m�y�M�������qS(��pE ���q����[Q�~J�1�?x!�~�c�n�eV��F���|���p�v~z�^��Y#c��Qf
+�Γ�}��(�(e)�.�R���W��u@���D�o�P��5ud��~�����ٌo���ބU)�Rʒ#��(�D�~�p�.������k�N��v�z�wY'^
η	�������_��]G&��^�8/�)�AgHvI�=��h��\SQw�h�>�{��v(���2Xc�{�4�t{b<�����bN)��	���鰂�}WHJp�XT���",��T����ɘ�h��75��_�i�[<0o�oq���+�� ��\^/$N����]�	�z�pa��8����L�u�"�F��e�X=���x�)�.X�s���l9@���Z�QXs�	�|�윭��_Q�?���=�7�CP+-1g���>�~/|�\��qQ���p��q�W�zn=��
+Đ&�$i5�x8����6-�ޅvᅗ<Fӻ�����e���V�G4�2�����_UO�����.O���Ъ�f�����O$ܚf����(��[�1ޝ�]�d����oj�^���Ӭ���e�%f]�;�Ӣ��F�'Ҳ�éx�ȿ���ޗx������{������[u�c͋���\�������@>_��5Э����c�+pZ�V��E�����o|w���(��E��ϩܥ��Nj%z��Nx��@(��i���O�|���G`Vﱢ~�hK�NՑX�]z�،_�”�-h���-��MF��A���xO�b�?���*��L^
+�08�8���~��Y,�F���5���Q���z���J�*�RyM����lg�5-C���E%���/eT@%�'�ڤƊ{����Tb�)��[���';�>O��<���z3�y�-�"��P-f�Ek�A���Mp��h�w˨�a��:�9��6�����#���ѯ�M)T�N��$�4�m"��,A.>9va0>}	�R�.=
dR��{E�ـ����u'E�g�0~�7��+	L��L�	��RA�0��~Qj1/eC�s�)�)���#�٤?���o�i�V������Ks!�
+dy�'pf+*����MQӂ�T�k��1�bM����CU�e0�9q�vc�=7�Ȏ���j�����5��P�-���D�bP�܏��dq|o�B�	��<��]�Б_
a�{���<�h�����Es���I��̡�-�+�6Bk��O��ؽ�X^
+y��"�*�����ͬo�6�`����Kl�8���)��S0|ɂ���}ֆٙ���ܣt�(
+�O\SnO|NKh⓶�4�����5%���Ca։�TS�ۘ]A����RȀ�n�Q�yM���KV|hv�N�@�M8,��"g�}����MI�l��7������N�F	]}��OĻtn�����W��^W�\��h���Y���]ބ;�.+�=��(�I�(|f�;!QGZ���ٽ��(k�=�P���������q�Y�[tj��D�����`5��#/�����������I��!n!�uD�A�����))�%I��I�Y�>
��:��Zc�s��"��
�ĘNJ�ݑ�tj��}��b��<��B?b�ϳ>|g�E���ҫ�L�ny\�JdR]�H����cDD����~k��u����va�K�|C@�I,��~�-u1���F/An^B�+�����'t����Ɋ65#yĖ�y����~��z��T����\�����u~���
���èuo��Սň����E��L�#��`?�$j�D��~ń_������O�Z�J�7]&M���-H�9��a��[ŮZ������7���uա�R��B�L�0��b�HL�;�OOT�v@��0�R��xτȹ�`�)�*|J.�(�S���_�0h���`v�,��5س0.Ӭ�&�
+�h��:Ql+���F�
+���`�4 	�!Lj��Vȃ�`���S�4k����^�]�~���#��a
+�Rf�!�?�r��#�j�g�s]��;b�D�/�������2N��T�2��iFuT[�nY���důb�.t��RD�_�ǚO��N�5f�$Y���+�bj�Y8ew����K���l	8c	���^����Yԫ�_4���J�g���k��r��*���o���w�I
+�=+L�c����e58=Z��:��^�&��}VlA��������P�tc�䇠���(����ۯ��#w#�mf�����X�R�>��YW��5(�00�U]�[<��O+%`^%K�F�Ӓ#w�Xq���Ea�y8v�dH������n��	���<��+������!���\��!�b O���񲦈aE����q��O��ø8���|���>��|��E=+ϫEysy�'"���&A�&ғy:�*��)"=��;c�`���qí�Bz�v<�"ջV
qM��J/i,(��������OA��|v�1���~��)o��G���y�(o��+�F�<4�fb�6�ދ�clD�s��HO��K1݂c���j.k[H�#���t0��wD�
�xӸ9f9����o/���|���Y�B+���ׁ�`�S�UB��� ;�
+gvN��>D�j@4ՄȶQb��vLě��H֠��XH{��g�L��g����������u5�c�|
+i��{J��<7\��0�$,�L����s����^���j���xO\�eΝ��*#�kЃ���J9w
�‹R����`�	n�{��}6�%�L롤�������^�*�"�L�b��*c��1eor������V:�'a�Ĝ�����yVP��lB
f�4��b�[�ciP9~;#Lbo�)Q��:啇��x�-��U��+FZ#��m3q~�$)���������h)�?{-�8��z���;��I���s�h i�4�������W���	u��_����PD�nԆ�+f�v%`K�	�_+��hMJ�>���j���YoO���x���O�*e}H�+M�������0�������~�0�߽����#�z����1�z{��g{��������?�_�;����Ν/��/)�]��?���G��4)a��m_B��J�Oyc�T���ZJl�nLMe<�*m1�p�-������d�sC�5�xZ2��V�Q�mg&{E��Q@����R%��OJ�>�ߊ�$��.]����!3��,V+7
u]�sK�f�*��y�L2�x�K��S@�`#%�]�-i%e&�)+u��p�#|���wK��$5`����$��^�心�����g2���4#���ȋ��"/��u��3��F07Y�~[�pC����:e�Q�Q@�Kp�*4�9dN�����t��W�2O�K]�F�!�P������C�t�®.(Kt��?��p�`Ժ�a�>�*a�)�P4E���uIѺ�E��]�S4�w�Jфa���*��I�G�#��� ��_I���-�E�S�k��@���몷�Z<n4�m�	Ő��c/�������
+���s1�(�tۦ+k'O<n��	Q�X�)D�Gd��!�OI��ːm~�ݻh�gm	�T2|��8
״�!��j�k׬�����7�	�`�m��1c'��PDi/��sN�"/���c )��p�)j�sJm׍<bLTT�١X�Ul^?q�$L�����
+ �%�E�G3x���\�7XG���a��4���s>�Qԉ����_RHھ7�:��\���~�A��"������&��V΢��s?����|�t9*7�i�/r%g����qg.��#��)H�)�ǟ7��K�7lO��dz7ӓ��'L�$��/1�w&xD�;ғ�/��I���y�����YO��X��7"�-���o��[)����/�/��񔿱s�����������&l,9�dzt��p��ݚq���S�;��r�����z��@)&U�~�s؀�k���]?m@B���
+����O�X�A�x�$�x��+ӱ���?��qG�!%�z�c�U��S�b.��#UvK2�aHm���:���0P�����W���o����
I���ނ�Of��D���F�-�;ؾN�hs��(��;�\m�����Ykþ�+��b�����c��0��3���r���׵�c�Y�՛|Q �u��ڝe�.,f�:�3>Ï�q��U����G�!犗{��;P����b��}
7�7t"S�!��yQ��Ӭg��c	XK-��A�r^�Y\�j�����0����]14F`L���#Ӏz�r^-t-�t�H�ك���\E��H�aVo���82;���E��B�� ��+�x������K	M{��ɍ������e���q}�c��d[�=�g�s�$��y�$|��%S���P�I˻�ZCEH�t�=I<.�U@�	�̧-i�0�{�;})��!(kpW5�^H�2�=һa�iG(x�`\“Q�t��j�I���[�q&�K�>���
lAnOb��Y�N�T�_Q�vwլ�p�vt�!i��`h�k���B`T��PI���M�i�ԝ��aY�{���0���sl�����>���V�	{6�;�r� ⷱ:���؀MY
x�,@Eӫm��0���}i(�&�ffi
'��E�dRϸB	���wX#�h�ž�H���. <^a������o<%�'W����sq-���J+R��ศ�^	&��~~��6�
	�0%�I�̊��[��QF0e}���e��)	���U6O��PܾL���U������Y����D��B���)�0IH伿��Vf�P������Hش��h�63��D��h
+Z����=XGxh*��m�	��n�N9y���{(n`0��@{ci���dI����j}�a���$��0Pꊃ��
+�BC�9v� R��Ws�j���%�������e��ߝ���f-���a��c�})]"�\�G �sܨ��ِGX���j)�J���2�t�<��X.^Q�b���[N�YX�������bHo�yI?<�5_)n�l�geG&�8�m`���-2e�*��:�	����^-TC�+�cddz7�
�
+�_�!2�%�}�%�5�9x�d�-Z���zy@��7���
�KM���:��{�.�ȇ``���$�eR_q�P��f��Z��lD�6���t˗џv���&y#�δـ�h7ƌ'���OP��6f-�b�_��>��"��^��nk��ؓ�Gc��V�c�#�F��f��Ȭ+5�T�"�z������s)ﮫ�1M�r��l�p���'���و��̤��"!��U�=>��"EoxF��9�G��x�!Ƥ=�9�ר��Իju��h)uцیm�`�ղ���b�'�c�p4��I�9����~�8<�CK)��o��
�-����#eET9��bxcm��j�����J �r�X��	`��S���I�a��-���x�{���e���^�F(
~�B''��`mE}��2j�p��C��:�$���_���S^sX)<SN �����ׁ��\�I��a1B__%��ֺ8e��rL�59f�M�'�*�c���c�.�(����_�o�<'�Iմ�l�y��j3�eQ���'ta�֪��C�Q��x�\J��E�@1&�8MBD_�6H�:^$�_qFMc� C�x"8�G*��!Ꮼ:�����$8��*��C���;�ڂf-���AA	���
+��8N�l�����#:s�D�5�]��-t��W:ޠ]�I���n�6v�G"jv�HA�����A�X�ʼnF��o� �fD���,��B	��0l�
*�۲c��pyc����U��zɒV���Um���WB���v��.jbNguT���`�ZʐF��e)~/��OzP��:���h���Qx�����=�".K}X:|Kr�EN������qD\P@D71���}�����Z�u������)�Tf�cP���&���q$���&Qcp��)*
+�¢�PtJ4P����x
+j��Ѿe�kY
+P=O��~C�����iO	G��!������U��*�<�_�Y]�	{:�]��F��x��:�~�I��m������EK�'؈�6�����y���J��m7kA;�Z�<��vn�fq�sޏ���f��<CX�����r��:��z�e�yr4]��x��7��>��G��8�wK�5����ح�p���!�s
+��@%�x�{dt78�����pあ�=�#�b8��V��O�I�8��Q��������w(�J��_n��D�ǗR�z*e�Ҡ�x�|9��
+��ӸB�{��
+7����6�"�)N��r�h!�]j���m�^h�0�����ޗ�7Ut
_�RVK���^�B�6([��%-��.�X��
�I�M� B������TEDE)���
+�;( ("� *���?3s&��&uy������7Nsf�̙3g�2w�1KE�%�)S��6�c�Sv���+*�'%��Sӆ
O12#3+�0*'7/�������,���l7M�\��j�%��h�Jf�i�!��h2I�d��n��^*Fʢ�&:�N�I������e����:�\��ap�M�,�^D��
+u���*�P�؊u��>,+;'U���O���m3	�],��̢�"�$Y��N�h�d�-6�U"�N��X�˜HΥ���S2�,0R�X��F+T1W�nY��`�W�FŸ�.c/�����g����&�/��%��-zF/N�l.2����k��L�)MsK2*C��e���8�à�Q�8A,��1B�TO�#Aڳ�S2߮#��ˍ2�u:��5���FKN�H�K\.G|�^<Hqm��^�*7:%��Y�X	��M��R��<��e+���8} �!�5�ᄑ;]I�$N��t��s@N�_kM��+�Lj��a��,.k��=��ݫ��z�)�D�:R�{���v������!U^"9%��LF�X(���wQ<�'��h"�A�D��&�l���\@ϴ�WL�_���pZ@����u�E^f�ٝ����'����}�du�!��Y�(�*!��deOt�d!��S�e,��R��"�3�n�D́S��2���'�:&�Km@2��huK�f,N��/S�h�:-fI�E2�V��1�(
:�*�0sR�ƾ���2:]��y
��E���B���"��i).�6�P:��p]�F��[w=�Lj����SL����\R�X�+E��`�,&���d`!��W	��n&�G��,1�Jk�J0���^�=z%�r������v��{t����n>a^^�mR�C2:S@..)���
+��9L��y�M�����q��-���,7Z����T��J�P�J��������o�hǫ�6�E�O�����ѷڍ��y%����quR��=��Kl��� �e�s�K���S�J��O�����c�Qg4�-�3�U�%�bpLs�]d	�z��at�‡��W��/����o�,��d5ʲ��#Y%����h���(���C$u����^��zC����(�
+\%NI.�[�	�#֓͝���SOC�yM�[��s/���!v����BtԢP"ze5�mĴ�el�
+���It���s��n��'Y��")��-Cxd�&1b�2����r���.��`dDv7��r��՘-2%M�qJ�v��0Z�P_�3��E;w2�K����N=�K��2�"���D��	��Y�|��@4ܞ�Y��(��b3���:�\�Wt$�ԕB�{�ӿ_�����]W���UJ>���Z
+�Fg���Y�0!r%D����_
+rvV�xn�V+_9
+ 18*���c�(`w��Vfg�Had��X�"�UQ^@D��#��t�@fw��*"i�R��~��Dܹ�	�Αrg��d0���U�.H���
+��SM�J�7mN���w>���(&�
u����d��h%�hO�Z_�	��G��+6H�����/򑫁/��xv?�zC����o��غ�)��gU?���݀!�qZ����K% �u��C>71h3�o)5V�T���N'��2���7P����/u����KI��͛�ae>����܎�����?��_�X9�:�}���z6�K*-WO)1�f��趺tGO��FҐ���CU|��F��*��lo�7�
+hyc1MR����"��vk�D�f�*���%�������G�lW��cu!��z��p�G��
q]��۝Sind!��
+|�y�H&	rF3Ml6�7��[�5N�*U�P�`�Nm8H��q�͉��5-R�ħШ����Q�lA��#�ђ�IZ0�d�4IK!��\Q����������lk:���t�\�P%�����Sub�R݆4��`2tcr��Ԝ������+%.)'e���W+-=#� 7Ր�������KUhH��(����������Y�c�hŌ�aQiIyI��Ԝ���瘤�,�Wnyd��N�J�f�S���9��[^zj����3:=%� %;+/';�>U0�g
+�K�L��σvc
+�mAF���!9I?2u����
[... 65423 lines stripped ...]