Changeset 201

Show
Ignore:
Timestamp:
12/01/06 01:11:07 (2 years ago)
Author:
rats
Message:

- CONFIGS:

  • changed: vhcs2.conf
  • changed: some Makefiles

- DOCS:

  • renewed: INSTALL
  • changed: README
  • updated: debian-packages.txt

- GUI:

  • changed: New file for the filemanager
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/CHANGELOG

    r194 r201  
    11VHCS 2.4.8 ω Omega Changelog 
    22~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     3 
     42006-12-01 Benedikt Heintel 
     5        - CONFIGS: 
     6                * changed: vhcs2.conf 
     7                * changed: some Makefiles 
     8        - DOCS: 
     9                * renewed: INSTALL 
     10                * changed: README 
     11                * updated: debian-packages.txt 
     12        - GUI: 
     13                * changed: New file for the filemanager 
     14 
     152006-11-30 
     16        - CONFIG: 
     17                * changed: crontab 
     18        - GUI: 
     19                * added: Rootkit check 
    320 
    4212006-11-29 Benedikt Heintel 
  • trunk/configs/Makefile

    r154 r201  
    11 
    2 export  
     2export 
    33 
    44install: 
     
    1212                cd ./database && $(MAKE) install ; cd .. ;  \ 
    1313                cd ./init.d && $(MAKE) install ; cd .. ; \ 
     14                cd ./fcgi && $(MAKE) install ; cd .. ; \ 
    1415                cd ./postfix && $(MAKE) install ; cd .. ; \ 
    1516                cd ./courier && $(MAKE) install ; cd .. ; \ 
     
    4647        elif [[ $(HOST_OS) == sles9 ]] ; then \ 
    4748                cd ./dists/sles9 && $(MAKE) uninstall ; \ 
    48         fi  
     49        fi 
    4950 
  • trunk/configs/crontab/crontab.conf

    r184 r201  
    13130               1       * * *  {BACKUP_ROOT_DIR}/vhcs2-backup-all yes &>{LOG_DIR}/vhcs2-backup-all-mngr.log 
    1414 
     15# AWStats 
     1630      */2     * * *   /usr/share/awstats/tools/awstats_updateall.pl now -awstatsprog=/usr/lib/cgi-bin/awstats/awstats.pl 
     17 
     18# Rootkit Hunter 
     190 0,12  * * *   rkhunter --createlogfile --cronjob 
     20 
    1521# [{DMN_NAME}] backup task START. 
    1622# [{DMN_NAME}] backup task END. 
  • trunk/configs/crontab/working/crontab.conf

    r199 r201  
     1<<<<<<< .mine 
     2 
     3# delayed tasks START. 
     4 
     5# Quota 
     60               23      * * *  {QUOTA_ROOT_DIR}/vhcs2-dsk-quota &>{LOG_DIR}/vhcs2-qsk-quota.log 
     7 
     8# Traffic 
     90,30    *       * * *  {TRAFF_ROOT_DIR}/vhcs2-srv-traff &>{LOG_DIR}/vhcs2-srv-traff.log 
     100,30    *       * * *  {TRAFF_ROOT_DIR}/vhcs2-vrl-traff &>{LOG_DIR}/vhcs2-vrl-traff.log 
     1130              23      * * *  {TOOLS_ROOT_DIR}/vhcs2-httpd-logs-mngr &>{LOG_DIR}/vhcs2-httpd-logs-mngr.log 
     12 
     13# Backup 
     140               1       * * *  {BACKUP_ROOT_DIR}/vhcs2-backup-all yes &>{LOG_DIR}/vhcs2-backup-all-mngr.log 
     15 
     16# AWStats 
     1730      */2     * * *   /usr/share/awstats/tools/awstats_updateall.pl now -awstatsprog=/usr/lib/cgi-bin/awstats/awstats.pl 
     18 
     19# Rootkit Hunter 
     200 0,12  * * *   rkhunter --createlogfile --cronjob 
     21 
     22# [{DMN_NAME}] backup task START. 
     23# [{DMN_NAME}] backup task END. 
     24 
     25# delayed tasks END. 
     26======= 
    127 
    228# delayed tasks START. 
     
    2046# delayed tasks END. 
    2147 
     48>>>>>>> .r199 
  • trunk/configs/vhcs2.conf

    r193 r201  
    295295USER_LAYOUT_ID = 1 
    296296 
    297 VHCS_LICENSE = VHCS<sup>&reg;</sup> Pro v2.4.8<br />build: 2006-11-30<br />Rhea 
     297VHCS_LICENSE = VHCS<sup>&reg;</sup>2.4.8 ω<br />build: 2006-11-30<br />Rhea 
    298298 
    299299MINIMAL_FTP_UID = 2000 
     
    315315MYSQL_PREFIX = yes 
    316316 
    317 # '' for MYSQL_PREFIX = yes, infront or behind fpr MYSQL_PREFIX = no 
     317# '' for MYSQL_PREFIX = yes, infront or behind for MYSQL_PREFIX = no 
    318318MYSQL_PREFIX_TYPE = 
    319319 
  • trunk/docs/INSTALL

    r190 r201  
    11VHCS ω (OMEGA) HowTo Install 
    2 ======================================================================== 
     2================================================================================ 
    33 
    4 Use the user root when installing VHCS. 
     4Table of Content 
     5================ 
     61) Version Info 
     72) Requirements 
     83) Introduction 
     94) Installation 
     105) Update 
     116) FAQ 
     127) Credits 
    513 
    6 Install all requiered packages a list could be found at: 
    7         docs/debian-packages.txt 
    8         docs/suse-packages.txt 
     14================================================================================ 
     151) Version Info 
     16--------------- 
     17VHCS ω Version:         2.4.8 
     18INSTALL Skript:         2.0 
     19Maintainer:                     RatS 
     20Homepage:                       http://isp-contol.net 
    921 
    10 Download the vhcs software. 
     22================================================================================ 
     232) Requirements 
     24--------------- 
     25There is no must have for a system using VHCS ω. This is only a recommendation: 
    1126 
    12 Extract the installation files to a secure directory. 
    13 tangra: # cd /root 
    14 tangra: # tar -xjf vhcs2-2.4.8.tar.bz2 
     27Penitum III or K6-4 with 500 MHz 
     28512 MB RAM 
     29100 MB disk space (only for install of VHCS ω) 
     30Debian (or even any other *NIX-Distribution) 
    1531 
    16 Change to the newly created directory. 
    17 tangra: # cd vhcs2-2.4.8/configs/ 
     32All required packages are listed in ./docs/debian-packages.txt 
    1833 
    19 Open vhcs2.conf and make some changes. You 
    20 have to setting up some configuration variables 
    21 for your linux distribution. Currently delivers 
    22 VHCS vhcs2.conf preconfiguratet for linux debian. 
    23 If you using linux debian, you don't need to make 
    24 this changes. We will provide soon configuration files 
    25 for all linux distribution such as SuSE, RH, Gentoo, 
    26 Fedora, etc. 
     34================================================================================ 
     353) Introduction 
     36--------------- 
     37VHCS ω delivers a complete hosting automation appliance by offering significant 
     38security, total-cost-of-ownership, and performance advantages over competing 
     39commercial solutions. 
    2740 
    28 Change to the newly created directory. 
    29 tangra: # cd ../vhcs2-2.4.8 
     41With VHCS ω you can configure your server and applications, create user with 
     42domains with a few point-and-click operations that take less than a minute. 
     43There is no limit to the number of resellers, users and domains that can be 
     44created. The core of VHCS ω are 3 easy-to-use, Web-based control panels. VHCS 
     45provides graphic user interfaces for the administrators, resellers and users. 
    3046 
    31 Now You have to make buld for your system 
    32 tangra: # make install 
     47================================================================================ 
     484) Installation 
     49--------------- 
     50Make sure you are logged in as root. 
    3351 
    34 Your build is now stored in /tmp/vhcs-2.4.8 
     521. Untar or unzip the distribution files to a secure directory: 
     53        # cd /root 
     54        # tar -xjvf vhcs2.4.8.tar.bz2 
    3555 
    36 Copy all directory forum the buil into your system 
    37 (do not forget to make backups) 
    38 tangra: # cp -R /tmp/vhcs-2.4.8/* / 
     562. Change to the newly created directory: 
     57        # cd ./vhcs2.4.8 
    3958 
    40 Change to the newly created directory. 
    41 tangra: # cd /var/www/vhcs2/engine/setup/ 
     593. Install the required modules 
     60   for Debian you can use: 
     61        # apt-get update && apt-get upgrade 
     62        # apt-get install cat `./docs/debian-packages.txt` 
    4263 
    43 Set mysql password if no is set : 
    44 mysqladmin -u root password YOUR_PASSWORD 
     64        (when you get to the courier screen screen select no to web directories) 
     65        (when you get to the postfix screen select internet site and then type root 
     66        for mail. If you set debian up correctly on install your domain should be 
     67        already on screen. Select no to force sync updates.) 
     68        (when you get to the proftpd screen, select standalone) 
    4569 
    46 Now start the vhcs setup program 
    47 tangra: # ./vhcs2-setup 
     704. Now there are two ways of install VHCS ω 
    4871 
    49 Install step-by-step vhcs 
     72a) via install script 
     73--------------------- 
     744a. Start the script and follow the install instructions: 
     75        # ./install-vhcs.sh 
    5076 
    51 Clean the tmp folder 
    52 tangra: # rm -R /tmp/vhcs-2.4.8 
     77After that return to step 12. 
    5378 
    54 moleSoftware offers a variety of support services to meet 
    55 your unique needs. Installation and software customizing 
    56 services are available too. 
     79b) manualy 
     80---------- 
     814b. Change into the configuration directory: 
     82        # cd ./configs 
    5783 
    58 In an effort to better serve our customers, we ask that 
    59 you please sign in to the support site. Once you have 
    60 signed in, you will have access to VHCS support resources. 
     845. Open the vhcs2.conf and make some changes. 
     85   You have to set up some configuration variables for your linux distribution. 
     86   VHCS ω is preconfigurated for Debian 3.1 Sarge. 
     87   If you're using another distribution please check, if config files exist in 
     88   ./configs/dists and use / change them. 
    6189 
    62 http://www.vhcs.net 
    63 http://wwww.molesoftware.com 
     90   These are the Variables you have to look at: 
     91 
     92        DEFAULT_ADMIN_ADDRES = your email 
     93        SERVER_HOSTNAME = your hostname 
     94        BASE_SERVER_IP = your ip 
     95        DATABASE_TYPE = mysql 
     96        DATABASE_HOST = localhost 
     97        DATABASE_NAME = vhcs2 
     98        DATABASE_PASSWORD = vhcs2 
     99        DATABASE_USER = vhcs 
     100        AWSTATS_DIR = no                        # Either no or path to the awstats configs dir 
     101        MYSQL_PREFIX_TYPE =                     # '' for MYSQL_PREFIX = yes, 
     102                                                                # infront or behind for MYSQL_PREFIX = no 
     103 
     104   Check the vhcs2.conf and adapt it to your requirements. 
     105   An overview over the variables you can find in the FAQ on 
     106   http://isp-control.net 
     107 
     1086. Return to the parent direction and build the System by using make: 
     109        # cd ../ 
     110        # make install 
     111 
     1127. Copy all the directories into the system (you may make backups) 
     113        # cp -Rv /tmp/vhcs-2.4.8/* / 
     114 
     1158. Now it's time to set up the frontend. Change into the engine directory: 
     116        # cd /var/www/vhcs2/engine/setup 
     117 
     1188a. Set the MySQL password, if not set: 
     119        # mysqladmin -u root password YOUR_PASSWORD 
     120 
     1219. Start the engine setup: 
     122        # ./vhcs2-setup 
     123 
     12410. Install VHCS ω step-by-step: 
     125 
     126        Welcome to VHCS2 '2.4 Reha' Setup Dialog. 
     127 
     128        This program will set up VHCS2 system on your server. 
     129 
     130        Please enter system hostname (Enter for defaults) [debian]: YOUR HOSTNAME 
     131        Please enter system network address (Enter for defaults) [192.168.0.128]: YOUr IP ADDRESS 
     132        Please enter SQL server host (Enter for defaults) [localhost]: 
     133        Please enter system SQL database (Enter for defaults) [vhcs2]: vhcs2 
     134        Please enter system SQL user (Enter for defaults) [root]: 
     135        Please enter system SQL password (Enter for defaults) [none]: 
     136        Please repeat system SQL password: 
     137        Please enter VHCS ftp SQL user (Enter for defaults) [vftp]: vftp 
     138        Please enter VHCS ftp SQL user password (Enter for defaults) [none]: 
     139        Please repeat VHCS ftp SQL user password: 
     140        Please enter administrator login name (Enter for defaults) [admin]: 
     141        Please enter administrator password: ANY PASSWORD 
     142        Please repeat administrator password: ANY PASSWORD 
     143        Please enter admininistrator email address: YOUR EMAIL ADDRESS 
     144 
     145        If you get no error, all went good; if you get one, look at 
     146        http://isp-control.net to solve the problem. 
     147 
     14811. Activate SuExec: 
     149        # a2enmod suexec 
     150        # /etc/init.d/apache2 force-reload 
     151 
     15212. There is an error in some courier-versions. Courier won't stop, if you use 
     153        /etc/init.d/courier-authdaemon stop, so change it: 
     154        # nano /etc/ini.d/courier-authdaemon 
     155 
     156        change: ${libexecdir}/authlib/authdaemon stop 
     157        into:   killall authdaemond.plain 
     158 
     15913. Clean the temporary folders: 
     160        # rm -R /tmp/vhcs-2.4.8 
     161 
     162 
     163================================================================================ 
     1645) Update 
     165--------- 
     166 
     167There are two ways of update VHCS ω 
     168 
     169a) via install script 
     170--------------------- 
     1711. Start the script and follow the update instructions: 
     172        # ./install-vhcs.sh 
     173 
     174b) manualy 
     175---------- 
     1761.      Please check the update From-To-Files in the ./docs directory 
     177 
     178================================================================================ 
     1796) FAQ 
     180------ 
     181 
     182Please check http://isp-control.net for any questions not answered in this file. 
     183 
     184================================================================================ 
     1857) Credits 
     186---------- 
     187 
     188VHCS ω is a project of ispCP | isp Control Panel. 
     189Please visit our site under http://isp-control.net for further information on 
     190VHCS ω, ispCP and other themes. 
     191 
     192We hope you enjoy using VHCS ω. If you like it, help us, to make it better. We 
     193are glad on any help provided! 
  • trunk/docs/README

    r187 r201  
    3030VHCS was originaly developed by molesoftware http://molesoftware.com/ 
    3131After getting OpenSource it was set under the MPL (Mozilla Public License) 
    32 Version 1.1 we cannot change this licensing and the copyright of the parts 
     32Version 1.1. We cannot change this licensing and the copyright of the parts 
    3333we're using out of the VHCS project. 
    3434All new files are licensed under the GPL (GNU Public License) Version 2. 
  • trunk/engine/setup/vhcs2-setup

    r154 r201  
    5050    This program will set up VHCS2 system on your server. 
    5151 
    52  
    53     Please press 'Enter' to continue. 
    54  
    5552MSG 
    5653 
  • trunk/gui/admin/rootkit_log.php

    r199 r201  
    11<?php 
    2 //   ------------------------------------------------------------------------------- 
    3 //  |          VHCS ? (OMEGA) - Virtual Hosting Control System | Omega Version     
    4 //  |                           Copyright (c) 2006 by ispCP                                           | 
    5 //  |      http://isp-control.net | http://www.serverozzo-project.com                 | 
    6 //  |                                                                               
    7 //  | This program is free software; you can redistribute it and/or                 
    8 //  | modify it under the terms of the GPL General Public License                   
    9 //  | as published by the Free Software Foundation; either version 1.1             
    10 //  | of the License, or (at your option) any later version.                       
    11 //  |                                                                               
    12 //  | You should have received a copy of the MPL Mozilla Public License             
    13 //  | along with this program; if not, write to the Open Source Initiative (OSI)   
    14 //  | http://opensource.org | osi@opensource.org                                                                   
    15 //  |                                                                               
    16 //   ------------------------------------------------------------------------------- 
     2//   --------------------------------------------------------------------------- 
     3//  |          VHCS ω (OMEGA) - Virtual Hosting Control System | Omega Version         
     4//  |                                          Copyright (c) 2006 by ispCP                                                    | 
     5//  |                                             http://isp-control.net                                                      | 
     6//  |                                                                                                                                                 
     7//  | This program is free software; you can redistribute it and/or                           
     8//  | modify it under the terms of the GPL General Public License                             
     9//  | as published by the Free Software Foundation; either version 2.0                 
     10//  | of the License or (at your option) any later version.                                           
     11//  |                                                                                                                                                 
     12//  | You should have received a copy of the GPL eneral Public License                 
     13//  | along with this program; if not, write to the Open Source Initiative (OSI)
     14//  | http://opensource.org | osi@opensource.org                                                               
     15//  |                                                                                                                                                 
     16//   --------------------------------------------------------------------------- 
    1717// Begin page line 
    1818include '../include/vhcs-lib.php'; 
     
    4040                     ) 
    4141              ); 
    42                            
     42 
    4343/* Check Log File */ 
    4444$filename = "/var/log/rkhunter.log"; 
     
    6161                                     ) 
    6262                          ); 
    63                                  
     63 
    6464fclose($handle); 
    6565 
  • trunk/gui/tools/filemanager/access_list.php

    r154 r201  
    3939function mask2bin ( $mask ) { 
    4040  if ( count ( explode ('.', $mask) ) == 4 ) { 
    41     return ip2long ( $mask ); 
     41    return ip2bin ( $mask ); 
    4242  } else { 
    4343    if ( $mask <= 32 && $mask >= 0 ) { 
  • trunk/gui/tools/filemanager/check_login.php

    r154 r201  
    1111  require_once ( "access_list.php" ); 
    1212  require_once ( "gettext.php" ); 
    13   require_once ( "messages.php" ); 
     13  require_once ("messages.php"); 
    1414 
    1515  // Set language if it was passed to the script. 
     
    7979  { 
    8080    // load the .wfmrc file, then load the appropriate theme 
    81        // overwrites default settings set earlier 
    82        $personal = array_merge( $personal, load_settings( $fp, $default_theme, $def_Display_Hidden, $numeric_val ) ); 
     81    // overwrites default settings set earlier 
     82    $personal = array_merge( $personal, load_settings( $fp, $default_theme, $def_Display_Hidden, $numeric_val ) ); 
    8383 
    8484    // if the user specified to start in a different dir from his home dir 
     
    125125  if ( $log["level"] > 0 ) 
    126126        log_message( $log, $ftp_User . "/" . $REMOTE_ADDR . " - Logged in.\n" ); 
    127    
     127 
    128128  if (!isset($location)) $location = "Location: ftp.php?SID=".session_id().$lang_loc; 
    129129 
  • trunk/gui/tools/filemanager/docs/PDF/manual.pdf

    r154 r201  
    1515endobj 
    161613 0 obj<</Type/XObject/Subtype/Image/Mask 12 0 R/ColorSpace[/Indexed/DeviceRGB 89<000000000080003C74043F7611111111118821214D21215222222222229029295431315A33003333339936365E3C3C634040664343694444444444A14A4A6E4D4D715151745555AA5A5A7B6464836666666666B26B6B8972728E7676927777777777BB7B7B957E82B17F7F9984849D8888C38989A08D8DA49393A89595AA9999999999CC9C9CAF9D9DA19F9FB39FA3D2A4A4B6A5A9D6A5ACB2A8A8BAAAAAAAAAAAD4ADADBDB2B2C1B5B5C4BBBBC8BBBBDDBEBECBC4C4AFC4C4D0C4C7EBC6C6B3C8C8D3C9C9C2CCCCB9CCCCCCCCCCE5CCCCFFCDCDBCCECED7D3D7FFD6D6DED7D7C8DDDDEEDEDEE5DFDFD2E4E4D9E4E4E9E6E6DDE6E7EEE8EBF0EEEEE7EEEEEEEEEEF6F2F4F7F5F5F1F7F7F9FFFFFF>]/Interpolate true/Filter/FlateDecode/Width 518/Height 246/BitsPerComponent 8/Length 6178      >>stream 
    17 x���LJ���KZ���\cz��læI9j�Xvw��y�I3�����zf4�����D"�H{�h�4Ӗ ���3P$�݁���-梚U��%M!��ugh���재/��B�5ڶmY3�n` 5�>[6 �lvwh�U�m�Ǐ_U����`5��H.�S5� 
     17x���LJ���KZ���\cz��læI9j�Xvw��y�I3� 
     18����zf4�����D"�H{�h�4Ӗ ���3P$�݁���-梚U��%M!��ugh���재/��B�5ڶmY3�n`   5�>[6 �lvwh�U�m�Ǐ_U����`5��H.�S5� 
    1819Ppe�� ��=�n� l� 
    19 .DU�;�׭���s�f�� 5 A�)P0�/�.���mKT�:_������8���z 
     20.DU�;�׭���s�f�� 5 A�)P0�/�.���mKT�:_������8���z 
    2021B2n� 
    2122�UQ �>�����+��� |����>�إΐ�f��V.`�����M?��U 
     
    2526p8��,��F�%q�B8����P 
    2627��w���ko9[�i        U{�j,İ. 
     28 
    2729{'�R8-W��(*��������F'��먈��y���ӫ3(��U�x�w^�տR֦�q}7^��\    ���h2�Fj(��    ���O��� /E�5q�־�4� 
    28 �8����@��_��q8�ꝋ,�"O����Go �f�ﴂ hI � ,?R���C��b� 
     30�8�� 
     31��@��_��q8�ꝋ,�"O����Go �f�ﴂ hI � ,?R���C��b� 
    2932�       ��c�.��?�݄�dx8 
    3033�~�S�v�  
    3134N�z�/��6���nu1��1~���`���- 
    3235@��=6(��\qz-��K��K�v��`r)�F0��9B7s�|�p~" 
    33 ��T#�%���m9�����i��M�Io+���Uya+E0��c�@�l�Kp�."���wB8��OF�8�� 
     36��T#�%� 
     37��m9�����i��M�Io+���Uya+E0��c�@�l�Kp�."���wB8��OF 
     38�8�� 
    3439zV�Y�P�q�� fq���nniԑ�3�/]��P 
    35 �(�<.#R��R��3�{��S��s���}-���W�C�|��~�'<�ųd>�˺]�<s�`EM&���P ��������#H���3��N�6Qd�]r����KA�X��X�''�~J�tz�5 ��� 
    36 �8�v<����X���T����g�k;������8�#I߇z�l%k��J��Z 
     40�(�<.#R��R��3�{��S��s���}-���W�C�|��~�'<�ųd>�˺]�<s�`EM&���P ��������#H���3��N�6Qd�]r����KA�X��X 
     41�''�~J�tz�5 ��� 
     42�8�v<����X���T����g�k;������8�#I߇ 
     43z�l%k��J��Z 
    3744Ct�`�}t(�v��0�v��ڇRteТ��[��|��A�~7�-�}I������(�8�@��U~;�E9�����A� ���ɵ<q� 
    3845f蹛)�� 
    3946��3�g�e� 
    4047 OV�;S�3��P��%��� 
    41 �I�A^�X)�[�}�����+|��_Muv$���6�A��a�8#��g���� 
     48�I�A^�X) 
     49�[�}�����+|��_Muv$���6�A��a�8#��g���� 
    4250/���;���0(�� 
    43518H���� 
    44525~��� 
    45 ���y9����Ҽ#FU�b1�)E3 �.��`�l'qAd9�QFa�,�[h>���G��VϠ�{�ؿP�̳�Qy1���      ���� �FA� 
     53���y9����Ҽ#FU�b1�)E3 �.��`�l'qAd9�QFa�,�[h>�� 
     54�G��VϠ�{�ؿP�̳�Qy 
     551���  ���� �FA� 
    4656(�3��ׁ��|�qcP0������3��� 
    4757�����aT�Yte*:�w 
    48 dmdʑ+��ؾ�*��/= �IN��Q�t�U֊}��9R��#��^۹g)h�.r���[v'�� ��G�q<��s|ZOxN)�裻j��j��LR ʏ]��;0+� 
    49 ��u*t:^��f�D��WM���D�WIWjX嫋c�q�4t]���u��y6 
     58dmdʑ+��ؾ�*��/= �IN��Q�t�U֊}��9R��#��^۹g)h�.r���[v'��  
     59�� 
     60G�q<��s|ZOxN)�裻j��j��LR ʏ]��;0+� 
     61��u*t:^��f�D��WM���D�WIWjX嫋c� 
     62q�4t]���u��y6 
    5063p�����$���X�A�,�s4E�E��S�/�����}tW],?���d���5O��u������Q���緬��[ �l�%"��ťp0�yr��a�aw��Fo�p��f`H��1�) 
    5164�k������cߊ)X�i�����1�HA����d,X�?����T��`:�/Uc 
     
    5366O��O�F���k�U 
    54677@�����1X����L��?����P=����&8��#E�}��I,_���ٔZ������ 
    55 {������;��D�8���zyA:ͯ`����(���;6�)z-Iڗ��� ;�����ג��CdU~���c���        P�~�T������X%O^dUK�ٖ��;�%���]-TDx���z��B5z]�Щb���UnX��Dp^�d�����x4l[��_�����h�B����%�C}w<�it�����7��n4� 
     68{������;��D�8���zyA: 
     69ͯ`����(���;6�)z-Iڗ��� ;�����ג��CdU~���c���   P�~�T������X%O^dUK�ٖ��;�%���]-TDx���z��B5z]�Щb���UnX��Dp^�d�����x4l[��_�����h�B����%�C}w<�it�����7��n4� 
    5670��,�-�Ǣ�؊��'���qy�I��'����W�m~%p7�<g��1����K4 ��S����) �9��[��Ƶ�7q����i�+,��E�E�bR 
    5771����(�ſ� 
     
    6175 
    6276�/�=(�B,ݛD���)�( �H$�D"�H$�D"�H$�����t� 
    63 H       ��+���p��@��N�c��( $��D��Q@ڐ�@����2��G`�l�\"��1h��+�)�B��P�BŴ�7�?��,>�SR{�FI��V��� 
     77H       ��+���p��@��N�c��( $��D��Q@ڐ�@����2��G`�l�\"��1h��+�)�B��P�BŴ�7�?��,>�SR{�FI��V��� 
    6478�cj!��/龷�C`往�ނ�L�R������x( 
    65 C�S����oB�Sv�ձ&+�=�a�LoAc� 
     79C�S����oB�Sv�ձ&+�=�Ya�LoAc� 
    6680R��N+�@�����x3EQP���+�:���;���͑*��C�d�����S6B�-(`��1�z��X� ��3s���PfO�W^���an;sl���l�n��S@� $��D��Q@" 
    6781����g�}�ٳ�9��Z���(  
    6882���(8@ 
    69 *]�x�$�}l��ˮ(��a��x?��b���R��9ŷ�����7v��RZ���`�ކ�Q�����|+p��ʒ_}��͘v��b{�J 
     83*]�x�$�} 
     84l��ˮ(��a��x?��b���VR��9ŷ�����7v��RZ���`�ކ�Q 
     85�����|+p��ʒ_}��͘v��b{�J 
    7086n�dɾ3� 
    7187�����'%�|QL@�3��T�A�y��  
     
    123139H�ƚ�b��7֡���,����d$;(�{x�H���EQ�W�>i���d��M '�٤�#YdC_�Kt_�mGW��E���{���I2� ��'?3]-�x�n��� S� 
    124140�L�8  
    125 � q�pP3������8uM���d$#��(�c�\=��       ����@d�$#������Y7庳3���xrvC&���������Ps�����g�S��@��y���t;����S��Nfբ��ͼ�!zkGg���>��z;�̳ٕ�'���Q�I�`}s[5�'�HG���-��g���ͻR��"���L���kOd��w!��F���d��#�P���}�<԰$�k���������%���M(,k ��s�B�s��'CY�]�%�W>�讝�]A+�����n3p���{kR�i�H�d���@oFj؈�K�^#k��� ������j���៕RHVU��(%7#5�BvQ�Ӟf�d�U^�����jD��)�-@������f�ds��.�K�z�I�E���5����:�8�AQEQ� 
     141� q�pP3������8uM���d$#��(�c�\=��       ����@d�$#������Y7庳3���xrvC&���������Ps�����g�S��@��y���t;� 
     142���S��Nfբ��ͼ�!zkGg���>��z;�̳ٕ�'���Q�I�`}s[5�'�HG���-��g���ͻR��"���L���kOd��w!��F���d��#�P���}�<԰$�k��� 
     143������%���M(,k ��s�B�s��'CY�]�%�W>�讝�]A+�����n3p���{kR�i�H�d���@oFj؈�K�^#k��� ������j���៕RHVU��(%7#5�BvQ�Ӟf�d�U^�����jD��)�-@������f�ds��.�K�z�I�E 
     144���5����:�8�AQEQ� 
    126145: 
    127 n������},w��v���H��A&[�=>6��{��E��C�a������ask�v�Ğ[9�����9�Q2�3#���T��ج��?��:�Gbc�?���E�!�(���2đ�*^��ʛ��Ĥ�7�}Ӛ���?��62��������S;"���N��DH�&���)������ڬ�v&��Ѵ�����f��X����~�[endstream 
     146n������},w��v���H��A&[�=>6��{��E��C�a������ask�v�Ğ[9�����9�Q2�3#���T��ج��?��:�Gbc�?���E�!�(���2đ 
     147�*^��ʛ��Ĥ�7�}Ӛ���?��62��������S;"���N��DH�&���)������ڬ�v&��Ѵ�����f��X����~�[endstream 
    128148endobj 
    12914916 0 obj<</Type/XObject/Subtype/Image/Width 700/Height 325/BitsPerComponent 1/ImageMask true/Filter/FlateDecode/Length 50        >>stream 
    130 x�� ��endstream 
     150x�� 
     151 ��endstream 
    131152endobj 
    13215317 0 obj<</Type/XObject/Subtype/Image/Mask 16 0 R/ColorSpace[/Indexed/DeviceRGB 114<000000000080003C74043F761111111111881B1B2221214D2121522222222222902929332929542F4F4F31315A33003333333333337133339936364436365E3838733C3C633D3D7C3E3E7D4040664141804343694444444444554444A14747864A4A6E4D4D715151745252665555AA5959965A5A7B5E5E9B5F5F776464836600006666666666996666B26969A36B6B8972728E7575AD7676927777777777BB7A7A997B7B9584849D8888AA8888C38989A08D8DA49393A89595AA9696BB9696C39999999999CC9C9CAF9D9DA19D9DD39F9FB3A0522DA4A4B6A5A5CDA5ACB2A8A8BAAAAAAAACACD1ADADBDAFAFD3B2B2C1B5B5C4B5B5D7B6B6DFBBBBC8BBBBDDBEBECBBEBEEABEBEEEC1C1D3C2C2F1C4C4D0C5C5DFC7C7F7C8C8D3CCCCCCCCCCFFCECED7CECEE5D4D4E9D6D6DED8D8EBDEDEE5DFDFEEE4E4E9E6E7EEE8EBF0EAEAF4EEEEEEF0F0F7F2F4F7F5DEB3F7F7F9F7F7FBFF3333FFFFFF>]/Interpolate true/Filter/FlateDecode/Width 700/Height 325/BitsPerComponent 8/Length 10173     >>stream 
     
    146167��#f�y`�+���+1�D�M�J:m?��Z�v�ʵ��]��������w������h������E�����g� 
    147168+�����h&�����y�4�}-G'}�e���͐����'��-��a�0�/��h�C 
    148 X���ƒ/�H�Þ��X���N�&�/N����]fh���`�9 
     169X���ƒ/�H�Þ��X� 
     170��N�&�/N����]fh���`�9 
    149171r�Ƣ�@֙�OU 
    1501729�[�ˢ�M���y�Z�]3��������5�m����$�~3�AĘ��c/��om��(8b�}y������#v�8�m��mt�<�m��Isl��FϷ�}f��w�f?f�~�ۗY�:7�W�y-W�9�9!Ͽ�d�����������>[`�)���E*MƷ�u��� 
     
    152174ݍ�GM�V:ܥ1v���������.;z��p��۴���tf��n 
    153175�&<��m�.��a��ۤ��G�\��������#���Ӆg��u���mx�F�p9[�%���� 
    154 Dj:��Lv�2"��������� ����ޣ��5cv�xXO둨?�\f������e:�?���o�b�q��(�-�������Nuzr��1K���n�������+���Q��,�!��Uw�u�}�����K��r�������������N#��$��5.7U�)j��y`�4dƘ��:j��b�c�IDݔ��-P��m+$q����-�������a��h�������{êG�����D}����!��e��En.��-=��9?���� 
     176Dj:��Lv�2"��������� ����ޣ��5cv�xXO둨?�\f������e:�?���o�b�q��(�-�������Nuzr��1K���n�������+���Q��,�!��Uw�u�}�����K��r�������������N#��$��5.7U�)j��y`�4dƘ��:j��b�c�IDݔ��-P��m+$q����-�������a��h�������{êG�����D}����!��e��En.��-=��9?���� 
    155177��Ҧ��|g�����]~�Wܑ�����'�ag�?=Y�~�1�=��~jX���?mvi����;m��]����S���LS����w�i4���/'��/oJ8`-5~mbc��t���qO/�n[z.���'9g��� 
    156178n�Oc����cw��\`cI8��/�'E�}~j���'���� 8 
     
    162184������~�'O�<�c�^c���;[��y��vĜ����� 
    163185��      ����=   �D��?��7�͍�F�m���$R{ᑠ������N�����<<::2:        GO�It��ãa�ŧ? 
    164 �_�ׄ��w%�����G�)��~k���p~Z����6(ow|e� ���XW|9�zSa�0J|h�χbv���M4g_v�$�� ��}̛��'�-o<�����]���l�S�=��v͹��?��k��d���W�<�=��1����EٽM��������f� 
     186�_�ׄ��w%�����G�)�� 
     187~k���p~Z����6(ow|e� ���XW|9�zSa�0J|h�χbv���M4g_v�$�� ��}̛��'�-o<�����]���l�S�=��v͹��?��k��d����W�<�=� 
     188�1����EٽM��������f� 
    165189%&Z3L ~��a�ٝ���v �E�������Fv'������p���h�o4D�xxjy�5(0�]Ԭe��� 
    166190�B�P( 
     
    168192�B�P(��P�� 
    169193v�����]T��U+��#��U��좐] 
    170 ���]��B!�(��Bv��î�1u�:v�����DCb"����,�)�>�{v3&N�����#���.�u�XYփ�뱫�~9���] �;Sc�@���X :م���uh�� ��p� e�.{�����]�̘7y�B�� )�� �k�����.v�sQ��^�=2� ��|� 
     194���]��B!�(��Bv��î�1u�:v�����DCb"����,�)�>�{ 
     195v3&N�����#���.�u�XYփ�뱫�~9���] �;Sc�@���X :م���uh�� ��p� e�.{�����]�̘7y�B�� )�� �k�����.v�sQ��^�=2� ��|� 
    171196X�����$�g��1û�g 
    172197���j2ݺ�!�Yz�z�����n�}d�v�]��좊�k�"�5a������Ȧ���Ͱ+��_�M���[:�]H-��}�A�P��[v//��������x�ăa�j&�r�C�`<>�/m�Б| 
     
    178203���P�O 
    179204��ݫ����|v�›����&)3QԻ��y�����_�L�$3^d�� 
    180 x9��€����?_�b�G��[N���hċ��U!/ai�5�E h���y��ԘuO[,��z֢:x���������� v�jK<����P*�j6��z �K����S��̀����c�*$�&�π��_W�7��#�K��fW�D]�����*{�L}�����L�����F7�K}�;UvQ(d�BvQ����7��BvQ� 
     205x9��€����?_�b�G��[N���hċ��U!/ai�5�E h���y��ԘuO[,��z֢:x����������        v�jK<����P*�j6��z �K����S��̀����c�*$�&�π��_W�7��#�K��fW�D]�����*{�L}�����L�����F7�K}�;UvQ(d�BvQ����7��BvQ� 
    181206��� 
    182207ٍ����ՌݸO'������ 
    183 �͉��ͬw�*y���ݿ2n)��M����"�Ȯd���7ѧ����{-����G^t��9OM�Ty>#��<O��Av�]��6��K��v=�F��ɹ�����+�w�]�j.��bW?��^2s��\ހ4����O�e���n�]{Y�-v�R���]Ե�����g��yw����1������^z�a��g��]d���8��G�cլ�`����l�e���f�����,٧�����d�N� 
     208�͉��ͬw�*y���ݿ2n)��M����"�Ȯd���7ѧ����{-����G^t��9OM�Ty>#��<O��Av�]��6��K��v=�F��ɹ�����+�w�]�j.��bW?��^2s��\ހ4����O�e���n�]{Y�-v�R���]Ե�����g��yw����1������^z�a��g��]d���8��G�cլ�`����l�e���f�����,٧�����d�N� 
    184209xg͔��Ş���� �(��B!�(d�՛] 
    185210�] 
     
    188213�.��d�b��v6�tT@#R\'��5v�__|sX�]I���(�� 
    189214��qQ�/ņQP�x_ 
    190 :���h�P�kQ�~п!� 
    191 %O��{�ܹ)�^�{��-O�R����ڢ$iث��g��� ��f��l[R�p�r���b�   4       )1�(t�.>-������4H�� 
     215:���h�P�kQ�~п!�D 
     216%O��{�ܹ)�^�{��-O�R����ڢ$iث��g��� ��f��l[ 
     217R�p�r���b�      4       )1�(t�.>-������4H�� 
    192218&eW�=�� 
    193219w+�hn��;����7�]=��-QKv�X�WE�� 
     
    198224�����=Ǣe�9�;Gf,^�;�&�����f 
    199225�N���‹�-�/����:���{UAv��}����Y��E�/��]Z���� ���kӊ�Q1�pJ��ԃ��O�Gn�K�T��byv����؅L�!su`X8õ��z���^d7�D�9�r 
    200 ���&@��koQ��t:N��H�!�|��1�|��i�G#�⒛��C1����AD�     <�]��� 
     226�� 
     227�&@��koQ��t:N��H�!�|��1�|��i�G#�⒛��C1����AD�       <�]��� 
    201228PZ�����:�V�)vj}:=L�F���>b/���,T26 
    202229� ��f��l[M70�9�1�W;<��]�O��~W2�� ����)3�C 
    203230�z*y�R�q�Z�N�n�e��gWϪ%��`�`��n<��A 
    204 ��y(6�0��]O�����nјa�3 �a��a��E�3����N���~�S)� 
     231��y 
     232(6�0��]O�����nјa�3 �a��a��E�3����N���~�S)� 
    205233� �M�y� 
    206234<������8H$ 
    207 �0��� ���H�P<���^�(�g0"?/unv������~7J4ĞU�Y~�|~׋R���x6�ݢ�X�L��Y.���������C�Q#M|$���ݏ�3�N�d��Fa\$܃����B!�(��Bv�]T�E��=ޟ� 
     235�0��� ���H� 
     236P<���^�(�g0"?/unv������~7J4ĞU�Y~�|~׋R���x6�ݢ�X�L��Y.���������C�Q#M|$���ݏ�3�N�d��Fa\$܃����B!�(��Bv�]T�E��=ޟ� 
    208237���]�U[v^Tm�xQudW�UQv 
    209 ����������W���%,�UQ������z��"ɮ�zTy��}B��'a2����=`�ޢ�"���޻�"���f�X��O)        $��"[T9v_i}:aï�]B��6��[������ m��wW�Y/x��^�x�ܣ����zbVJ���=��N����� 
     238��������� 
     239�W���%,�UQ������z��"ɮ�zTy��}B��'a2����=`�ޢ�"���޻�"���f�X��O) $��"[T9v_i}:aï�]B��6��[������ m��wW�Y/x��^�x�ܣ����zbVJ���=��N����� 
    210240�g�+��ͥ��� 
    211 ��J�un�֡�̑�u\�-�w-��P�����'�K�{O����!WS�{F�jn֜�&�2���`�8H���S6�c�׹hٶ�4�n -q�óO���}:����:HO_uAv#��A)R�-�z*� 
     241��J�un�֡�̑�u\�-�w-��P�����'�K�{O����!WS�{F�jn֜�&�2���`�8H���S6�c�׹hٶ�4�n -q�óO���}:����:HO_uAv#��A) 
     242R�-�z*� 
    212243@=%e�������ݻ6�wݍ+�7�]=�����c̀ v��D�䱛��� dRv�ǻ�����O'-����Ɍ 
    213244-�� $��� 
    214245��] d6~�J����w���] � 
    215 � ����]���ٽK2�P$��C�xu��� ���H�P<ޅ�е�&�ą^��%�/d�N�w�+�i�U�Y~�|~׫K~���v���2y#� e���U����������N�+Mp���ݏUNȮv6%������(��B!�(d�!�(��Bb��� vQ�Zyޘ]�fBvQ5g��i��~���BvQ(dw^ukbMf���I����8B�f2ӎ�ޔ�����������;�� 
     246� ����]���ٽK2�P$��C�xu��� ���H� 
     247P<ޅ�е�&�ą^��%�/d�N�w�+�i�U�Y~�|~׫K~���v���2y#� e���U����������N�+Mp���ݏUNȮv6%������(��B!�(d�!�(��Bb��� vQ�Zyޘ]�fBvQ5g��i��~���BvQ(dw^ukbMf���I����8B�f2ӎ�ޔ�����������;�� 
    216248��z���$=�kqW`�rl�ٽyv�� ��3���pr�j��Mm@��fLv��L�E�õO���6$� 
    217249�i5*�d 
    218250�Tj�Q���J�LZ��m*j�~)й������#��9�ʬFu�#���y�~�S� p��lf)��Z,Y �"˜0���������y��<;������,z�?�YSv/� P���&��P�����[��0�Im�A >��Ҥ��nFg�`�f�އ�� 
    219 ���Q5�}�%�ۼ���1-C��P6��M�xqv�eK��"�\�c7Qڨ����l扁��h��ï_�|��t��E�ײ����Q1�� 
     251���Q5�}�%�ۼ���1-C��P6��M�xqv�eK��"�\�c7Qڨ����l扁��h��ï_�|��t��E�ײ����Q 
     2521�� 
    220253��&��Z�3Q#'���&9x����������ϙ3{0xy����=z��_^�����v��k���S0��&���ܫ.�R��  
    221 ߠ�kJ?�D�-� �ަ�8ē��} ��t3��l�h�ɚ>���������-��]�Qe5�#},�ݓ�����}��]��]�p��\-.\�����\�������-c�Ai����+Ӊ�״ײ��c�&�j�bQ��*�a$�=�~�;�-�~�ai��&!�TT�eB�u��c������d=^��.�=�3���w���?�~�޵ >�ˢ����  
     254ߠ�kJ?�D�-� �ަ�8ē��} ��t3��l�h�ɚ>���������-��]�Q 
     255e5�#},�ݓ�����}��]��]�p��\-.\�����\�������-c�Ai����+Ӊ�״ײ��c�&�j�bQ��*�a$�=�~���~�ai��&!�TT�eB�u��c����� 
     256�d=^��.�=�3���w���?�~�޵ >�ˢ����  
    222257�&��&R�)ڃ����G� &�0�\E�^e���<�]��V�����cŻ������� 
    223 ��$!�R�n2�M��]�`0����ɦ#}��{���F�kV5�w ������ 
     258��$!�R�n 
     2592�M��]�`0����ɦ#}��{���F�kV5�w ������ 
    224260񩗚�=�_0�r>7��������d3x$߱�����E��5�Wx������ 
    225261����6��7'̪H��۲�VMvC�M�؛����[s����/�[�A���n�i�&u������f�&��ޔ�Ov�{q*���� 
     
    2312674&9:���i�����ٵN��Q�'_ O�o,�k������Ԟ]���j�E��R��R�z���p 
    232268�=��c7�ٌ���6��yg��:��;���a�gQ����>=��7B��� 
    233 ������.� 
    234 .B���������K�[����6���K��k�A�O���g�;��T=�z���p@m� 
     269����� 
     270�.� 
     271.B���������K�[��� 
     272�6���K��k�A�O���g�;��T=�z���p@m� 
    235273 
    236274��O�7��: v�z֖�o���)���uvC���u`��}<�C9��Ggs���� �������v(��茞-�������;w[:��Y��g��(v����] 
     
    239277endobj 
    24027818 0 obj<</Type/XObject/Subtype/Image/Width 120/Height 64/BitsPerComponent 1/ImageMask true/Filter/FlateDecode/Length 177       >>stream 
    241 x�ӱ� PG)R2�Ga4�Q�2�Oq��<���!�" 
     279x�ӱ 
     280� PG)R2�Ga4�Q�2�Oq��<���!�" 
    242281S�Αn����)�N\:�LXIk5 ca=v���D �X7�q7��͐������{�e�`�?a8lT|�*Ƭ��`%�sń~g�#C���^?F� endstream 
    243282endobj 
    24428319 0 obj<</Type/XObject/Subtype/Image/Mask 18 0 R/ColorSpace[/Indexed/DeviceRGB 253<00000001010101010201020102020103030303030504040305050506060907080C0908080A0A0C0B0B0A0C0C0B0D0E150F0F0D0F121C11111014151D151412171716181B271B1A191E1D1C20202A20253A2322212524222727262928262B2B2A2D2E3B2F2E2C31354C3232303636343A42633B3B3A3E3E4542423F424B724746454948574A4A4B4A4B604C557C4C57884C5B9E4E4C504F516951504D5160A152514D5251505261A15261A2535F905362A15362A254525A54534F54629A5463A35564A35564A45656535664A35665A4585660585A745865A05866A45866A65967A15967A55967A65968A55A65995A68A35A68A65B5A565B5A665B5B615B62895B689F5B68A25B68A55B69A65B69A85B6AA85B6AAA5C66915C69A25C69A55C6AA75D699D5D6BA95E69995E6CAA5E6DAC5F5F6B5F678D5F6CA6605F5C606073606995606FAE616EAA6170B062688D63626063638163688A636D9B636EA16370AA6370AD6463746468886472AD65667B656D9666677E666984666B8E6772A86774AE6775B168697F6872A46A6A676B6D8F6C6C866C72986C76AB6C79B26D75A26E70786F79AE70718E70779F7079A5707DB5737270737CAC74758B7481B977789A777AA07780B17978757985BA7A7EA97B7DA27C84B27D7C797D89BD7E8AC17F83A981817F8285B2838381838FC18688AB868AB6868AB88786848789B18989868A8AB78A95C58B8E9D8B92BA8D8D8B8E8FBE8F929E8F92B19293C2929CC9939391949CC29697C89798B79898CB9999989A9ACC9A9BA29CA5CF9D9EC29E9ECD9E9FBBA1A1A0A4A5BFA4ADD5A5A7CFA7A8C9A7B0D7A9A9A9ADADAEADADD3ADAFC4ADB5D9B0B6D3B2B2B2B3BADBB3BCE2B6B5C9B7B6D4B7B7BAB7BEDDB8BED9B9BFDBBAC1DDBBBAD8BBC0DBBCC2DCBDBCD0BDC3DDBDC4E3BEBDD7BEC4DEC1C0D3C1C1C3C1C6DDC5C3D5C5CADDC7C8CBC7CCE6C8CAD5CAC8D7CACDDECCD1E4CDCED4CECECECED0D9CED0DFD1D5E1D1D6EED2CFDDD4D4DBD4DAEFD6D9E5D9DCEBDAD8E2DADEF4DCDCE6DFDEE6E0E0DFE1E4F3E8E7EAE9EBF2FCFDFEFFFFFF>]/Interpolate true/Filter/FlateDecode/Width 120/Height 64/BitsPerComponent 8/Length 2614      >>stream 
    245284x�YyXS���Xt� 
    246 ucQ6E36�I0b� 
     285ucQ6E3 
     2866�I0b� 
    247287mk#�(*�� 
    248288fX��*ʢ�,*� � 
     
    257297��W2Y��\4/rUiu 
    258298G��+𽸣6���D���<�bQ.���ySi�qGK    �"c��,�\UX����r�tO)����"j��G�?RQ�?Z�4������71X�����Q�YJ���8�>`�R�{��#T���1k���B�J���;����v���|�s�,A�����/��;h6��U�� 
    259 1��֥��=қ�(�Bf�&�YY����.}0o�5����3�%p@� ��_m���,�����FlU��ZR��f�!�07�8 >��|�+�j#�äY ���%ޢ��N������~Tlɋrhf��QllBBl��^1!��:��P;���-ߜ���jRb���J��������!��;2��R`]!�@ޔ��X᪈D5wѨA��k0�}{,��S���WU�'z�# ���`�y�5T�!cZ 
     2991��֥��=қ�(�Bf�&�YY����.}0o�5����3�%p@� ��_m���,�����FlU��ZR��f�!�07�8 >��|�+�j#�äY ���%ޢ��N������~Tlɋrhf��QllBBl��^1!��:��P;���-ߜ���jRb���J����� 
     300���!��;2��R`]!�@ޔ��X᪈D5wѨA��k0�}{,��S���WU�'z�# ���`�y�5T�!cZ 
    260301b�����Y^,{ �Kr�yr���J�&B���s�3�5M�~�����~w= �6�l�L_�q�� 
    261 �=b.�ۤ�"de� �Јb��C����?`��3��9������<{VBM�]    + 
     302�=b.�ۤ�"de� �Јb��C����?` 
     303��3��9������<{VBM�]    + 
    262304����Z�zGa�i ���*s^���e�Ӵ���Z@�,qC���Y��O�<y t�+)�y�$��H�7Q��,0�� R�bp�h 
    263 ����,��Q_2E�4R�W�l�r#!p��=LMW��>��#-ψ���ӡ`�zw3\�"�#��2��qє-c��#� ᪵P0)�5 ��&��������0I�����R���OR>O^T�(�BO�Cc1�a��6��/+.���7��M�Y��w�f� ھVq70x� �a* ���O<J��,n�� 
     305����,��Q_2E�4R�W�l�r#!p��=LMW�� 
     306>��#-ψ���ӡ`�zw3\�"�#��2��qє-c��#� ᪵P0)�5 ��&��������0I�����R���OR>O^T�(�BO�Cc1�a��6��/+.���7��M�Y��w�f� ھVq70x� �a* ���O<J��,n�� 
    264307�{���s�RU)p���T�Nh��W{�}Po��j�0��h�k�tU�X��P��8L���o}��,�����0��R�ng� 
    265308dN3�x� 
    266309��(c��꺞�3\�����/i9��0c�0asʡ��O�Z��A ՃBz�B�z7LJ�����f��� !x�{�v�'7���U��<��u<:Z���eI��u 
    267 �+Iv� ��W�Q�� ��� �@%��1��-X�]�ʼ�0�X^{��Z�CX�^X�����r�!b1�sω�&�W�@+�es�a�Yp�>�s�����D���(T+^t�� ��nq2D̏i<��"��kw�����G�f 
     310�+Iv� ��W�Q�� ��� �@%��1��-X�]�ʼ�0�X^{��Z�CX�^X�����r�!b1�sω�&�W�@+�es�a�Yp�>�s 
     311�����D���(T+^t�� ��nq2D̏i<��"��kw�����G�f 
    268312Z�y����/��:ѡ�L����D�t��{�X{E=�;Z\\|�YqHWF�qT6zi:�� z�]5T�c.�ۂ��6�� 
    269313/�P f�dk��MCf�Nr���������1q����-1D�K�ʊ��r����������������5婢����/X�����(��o��W�-0�k�d��?�Z֖��b�x�kǜw�y����7�˝� 
    270314�Y������c�|������""B�'���������� %��)�LK���C���lv����MA><�� 
    271315 
    272 kָ9;/sv �;�_S�#߭�����c�nkBw��������8Gxxܮ�2��~��o�dstream 
     316kָ9;/sv �;�_S�#߭����� 
     317c�nkBw��������8Gxxܮ�2��~��o�dstream 
    273318endobj 
    27431920 0 obj<</Type/XObject/Subtype/Image/Width 336/Height 32/BitsPerComponent 1/ImageMask true/Filter/FlateDecode/Length 481       >>stream 
     
    28132621 0 obj<</Type/XObject/Subtype/Image/Mask 20 0 R/ColorSpace[/Indexed/DeviceRGB 43<21214D21215229295431315A36365E3C3C634040664343694A4A6E4D4D715151745555775A5A7B6464836B6B886B6B8972728E7676927B7B957F7F9984849D8989A08D8DA49393A89595AA9C9CAF9F9FB3A4A4B6A8A8BAADADBDB2B2C1B5B5C4BBBBC8BEBECBC4C4D0C8C8D3CECED7D6D6DEDBDBE2DEDEE5E4E4E9E7E7ECEEEEF1FFFFFF>]/Interpolate true/Filter/FlateDecode/Width 336/Height 32/BitsPerComponent 8/Length 2883      >>stream 
    282327x�Zk���E!�D�>iQ4��{n��nU�������_��Ҹ�>���c=Z 
    283 ��#�����������z��g�/)t7��v6�U��g�c��7�l��^�'�Ñ/J>��5_x᝿ ��������=��0"؁k_  4 =QX����V0�����|\U��.��V����� >��P�z�:�g��_N�3|���ԫ�G>,��-АO� 
     328��#�����������z��g�/)t7��v6�U��g�c�� 
     3297�l��^�'�Ñ/J>��5_x᝿ ��������=��0"؁k_ 4 =QX����V0�����|\U��.��V����� >��P�z�:�g��_N�3|���ԫ�G>,��-АO� 
    284330M&���� �x�C�}���zr-QO1 
    285331:���7�\wD���@k�